[SCM] libnb-platform-java packaging branch, upstream, updated. upstream/6.9-1-gafe3be1

Andrew Ross rockclimb-guest at alioth.debian.org
Wed Jun 15 22:30:40 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libnb-platform-java packaging".

The branch, upstream has been updated
       via  afe3be19edb6c80c57b0a5515291ac490384d5a7 (commit)
      from  8d65d3c9b3810fd8218d605d43cfa57567c4d37a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 LICENSE.txt                                        |  805 ------
 README.txt                                         |   22 -
 api.annotations.common/manifest.mf                 |    2 +-
 .../org-netbeans-api-annotations-common.sig        |    4 +-
 api.progress/manifest.mf                           |    2 +-
 .../nbproject/org-netbeans-api-progress.sig        |  135 +-
 .../modules/progress/spi/InternalHandle.java       |    2 +-
 api.visual/apichanges.xml                          |   15 +
 api.visual/manifest.mf                             |    2 +-
 api.visual/nbproject/org-netbeans-api-visual.sig   |  182 +-
 .../visual/graph/layout/GraphLayoutFactory.java    |   37 +
 .../visual/graph/layout/GraphLayoutSupport.java    |   33 +
 .../graph/layout/TreeGraphLayoutAlignment.java     |   57 +
 .../api/visual/widget/doc-files/documentation.html |    2 +-
 .../visual/graph/layout/TreeGraphLayout.java       |  448 +++-
 apisupport.harness/external/binaries-list          |    2 +
 apisupport.harness/external/bindex-2.2-license.txt |  208 ++
 .../external/jsearch-2.0_05-license.txt            |  433 +++
 apisupport.harness/manifest.mf                     |    2 +-
 apisupport.harness/nbproject/project.properties    |    9 +-
 apisupport.harness/release/README                  |   19 +-
 apisupport.harness/release/build.xml               |   59 +-
 apisupport.harness/release/jnlp.xml                |   24 +-
 apisupport.harness/release/launchers/app.sh        |    2 +-
 apisupport.harness/release/osgi.xml                |    5 +-
 apisupport.harness/release/run.xml                 |    8 +-
 apisupport.harness/release/suite.xml               |   59 +-
 apisupport.harness/taskdefs.properties             |    1 +
 apisupport.harness/windows-launcher-src/app.res    |  Bin 21658 -> 0 bytes
 apisupport.tc.cobertura/arch.xml                   |  228 --
 apisupport.tc.cobertura/build.xml                  |    5 -
 apisupport.tc.cobertura/manifest.mf                |    5 -
 .../nbproject/project.properties                   |   12 -
 apisupport.tc.cobertura/nbproject/project.xml      |   18 -
 .../release/testcoverage-suite.xml                 |   80 -
 apisupport.tc.cobertura/release/testcoverage.xml   |  229 --
 .../apisupport/tc/cobertura/Bundle.properties      |    7 -
 applemenu/manifest.mf                              |    2 +-
 .../modules/applemenu/ApplePopupFactory.java       |    1 +
 .../netbeans/modules/applemenu/Bundle.properties   |    5 +
 .../netbeans/modules/applemenu/ShowInFinder.java   |  168 ++
 .../src/org/netbeans/modules/applemenu/layer.xml   |   17 +-
 .../modules/applemenu/resources/select_file.scpt   |   10 +
 autoupdate.services/apichanges.xml                 |   53 +
 autoupdate.services/arch.xml                       |   11 +
 .../libsrc/org/netbeans/updater/Localization.java  |    2 +-
 .../org/netbeans/updater/ModuleDeactivator.java    |   30 +-
 .../libsrc/org/netbeans/updater/ModuleUpdate.java  |   16 +-
 .../libsrc/org/netbeans/updater/ModuleUpdater.java |  156 +-
 .../org/netbeans/updater/UpdateTracking.java       |   58 +-
 .../org/netbeans/updater/UpdaterDispatcher.java    |   27 +-
 .../libsrc/org/netbeans/updater/UpdaterFrame.form  |    3 +-
 .../libsrc/org/netbeans/updater/UpdaterFrame.java  |  203 +-
 .../org/netbeans/updater/UpdaterInternal.java      |  153 +
 .../org/netbeans/updater/UpdatingContext.java      |   65 +
 .../libsrc/org/netbeans/updater/XMLUtil.java       |   12 +-
 autoupdate.services/manifest.mf                    |    2 +-
 .../org-netbeans-modules-autoupdate-services.sig   |   37 +-
 autoupdate.services/nbproject/project.xml          |    2 +-
 .../api/autoupdate/OperationContainer.java         |    7 +-
 .../org/netbeans/api/autoupdate/UpdateElement.java |   24 +
 .../api/autoupdate/UpdateUnitProvider.java         |   33 +-
 .../api/autoupdate/UpdateUnitProviderFactory.java  |   20 +-
 .../autoupdate/services/InstallSupportImpl.java    |  285 ++-
 .../autoupdate/services/ModuleDeleterImpl.java     |   28 +-
 .../services/ModuleUpdateElementImpl.java          |    1 +
 .../services/OperationContainerImpl.java           |   37 +-
 .../autoupdate/services/OperationValidator.java    |   20 +-
 .../autoupdate/services/UpdateUnitFactory.java     |    4 +-
 .../services/UpdateUnitProviderImpl.java           |   57 +-
 .../modules/autoupdate/services/Utilities.java     |   72 +-
 .../autoupdate/services}/resources/icon-beta.png   |  Bin 656 -> 656 bytes
 .../services}/resources/icon-community.png         |  Bin 529 -> 529 bytes
 .../services}/resources/icon-standard.png          |  Bin 958 -> 958 bytes
 .../updateprovider/AutoupdateCatalogCache.java     |   39 +-
 .../updateprovider/AutoupdateCatalogFactory.java   |   33 +-
 .../updateprovider/AutoupdateCatalogParser.java    |   15 +-
 .../updateprovider/AutoupdateCatalogProvider.java  |   33 +-
 .../autoupdate/updateprovider/Bundle.properties    |    4 +
 .../updateprovider/DownloadListener.java           |    2 +-
 .../updateprovider/InstalledModuleItem.java        |    7 +-
 .../updateprovider/InstalledModuleProvider.java    |   75 +-
 .../updateprovider/InstalledUpdateProvider.java    |  101 +-
 .../updateprovider/ProviderCategory.java           |  132 +
 .../org/netbeans/spi/autoupdate/UpdateItem.java    |    2 +-
 .../DeclarationOfUpdateUnitProviderTest.java       |    8 +-
 .../netbeans/api/autoupdate/DefaultTestCase.java   |    6 +-
 .../netbeans/api/autoupdate/RefreshItemsTest.java  |    1 -
 .../api/autoupdate/RefreshProvidersTest.java       |    1 -
 .../src/org/netbeans/api/autoupdate/TestUtils.java |   24 +-
 .../api/autoupdate/UpdateProviderFactoryTest.java  |    5 +-
 .../services/AutoupdateCatalogFactoryTest.java     |   93 +
 .../autoupdate/services/CrossDependencyTest.java   |   43 +-
 .../services/FeatureNotUpToDateTest.java           |    8 +-
 .../autoupdate/services/FeatureUncompleteTest.java |    9 +-
 .../services/InstallDisabledModuleTest.java        |   72 +-
 .../services/InstallHiddenModuleTest.java          |    6 +
 .../services/InstallIntoNewClusterTest.java        |    8 +-
 .../autoupdate/services/InstallOSGiBundleTest.java |   11 +
 .../autoupdate/services/JavaDepenenciesTest.java   |    1 +
 .../autoupdate/services/NbmExternalTest.java       |  341 +++
 .../autoupdate/services/NbmPack200Test.java        |    7 +
 .../services/NbmsInDownloadedTabTest.java          |    8 +-
 .../autoupdate/services/OperationsTestImpl.java    |   39 +-
 .../services/UpdateDisabledModuleTest.java         |  242 ++
 .../autoupdate/services/UpdateFromNbmTest.java     |   10 +-
 .../autoupdate/services/UpdateUnitFactoryTest.java |    4 +-
 .../services/UpdateUnitProviderImplTest.java       |    5 +-
 .../services/UpdateUnitWithOsFactoryTest.java      |    1 +
 .../AutoupdateCatalogFactoryTest.java              |   68 -
 .../AutoupdateCatalogParserTest.java               |    9 +-
 .../AutoupdateCatalogProviderTest.java             |   78 +
 .../autoupdate/updateprovider/malformed.xml        |    5 +
 .../spi/autoupdate/CustomUpdateProviderTest.java   |    2 +
 .../netbeans/spi/autoupdate/UpdateItemTest.java    |    5 +-
 .../org/netbeans/updater/UpdateTrackingTest.java   |   50 +-
 autoupdate.ui/apichanges.xml                       |  115 +
 autoupdate.ui/arch.xml                             | 1097 +++++++
 autoupdate.ui/manifest.mf                          |    2 +-
 autoupdate.ui/nbproject/project.properties         |    3 +
 autoupdate.ui/nbproject/project.xml                |   11 +-
 .../modules/autoupdate/ui/AvailableTableModel.java |   11 +-
 .../modules/autoupdate/ui/Bundle.properties        |    5 +-
 .../modules/autoupdate/ui/HTMLEditorKitEx.java     |   19 +-
 .../autoupdate/ui/LocalDownloadSupport.java        |    2 +-
 .../modules/autoupdate/ui/LocallDownloadDnD.java   |  151 +
 .../modules/autoupdate/ui/PluginManagerUI.java     |   65 +-
 .../modules/autoupdate/ui/SettingsTab.form         |    2 +-
 .../modules/autoupdate/ui/SettingsTab.java         |  134 +-
 .../modules/autoupdate/ui/SettingsTableModel.java  |    3 +-
 .../org/netbeans/modules/autoupdate/ui/Unit.java   |   30 +-
 .../modules/autoupdate/ui/UnitCategory.java        |    4 +
 .../autoupdate/ui/UnitCategoryTableModel.java      |   13 +-
 .../modules/autoupdate/ui/UnitDetails.java         |   34 +-
 .../netbeans/modules/autoupdate/ui/UnitTab.java    |   52 +-
 .../netbeans/modules/autoupdate/ui/Utilities.java  |   82 +-
 .../ui/actions/AutoupdateCheckScheduler.java       |   29 +-
 .../modules/autoupdate/ui/actions/Installer.java   |    2 +
 .../modules/autoupdate/ui/api/PluginManager.java   |   49 +-
 .../modules/autoupdate/ui/wizards/InstallStep.java |   25 +-
 .../autoupdate/ui/wizards/InstallUnitWizard.java   |    6 +-
 .../ui/wizards/InstallUnitWizardIterator.java      |    7 +-
 .../ui/wizards/LazyOperationDescriptionStep.java   |   68 +-
 .../autoupdate/ui/wizards/LicenseApprovalStep.java |    4 +-
 .../ui/wizards/OperationDescriptionPanel.java      |    2 +
 .../ui/wizards/OperationDescriptionStep.java       |   45 +-
 .../autoupdate/ui/wizards/OperationPanel.form      |   35 +-
 .../autoupdate/ui/wizards/OperationPanel.java      |   46 +-
 .../ui/wizards/OperationWizardModel.java           |   17 +-
 .../autoupdate/ui/wizards/PanelBodyContainer.java  |    4 +-
 .../autoupdate/ui/MockInstalledModuleProvider.java |   69 +
 .../modules/autoupdate/ui/MockModuleInfo.java      |  151 +
 .../modules/autoupdate/ui/MockUpdateProvider.java  |  102 +
 .../modules/autoupdate/ui/UtilitiesTest.java       |   90 +
 core.execution/manifest.mf                         |    2 +-
 .../netbeans/core/execution/ExecutionEngine.java   |    5 +-
 core.io.ui/manifest.mf                             |    2 +-
 .../src/org/netbeans/core/io/ui/IOWindow.java      |   16 +-
 .../org/netbeans/core/io/ui/IOWindowAction.java    |   36 +-
 core.io.ui/src/org/netbeans/core/io/ui/layer.xml   |   18 +-
 .../src/org/netbeans/core/io/ui}/output.png        |  Bin 689 -> 689 bytes
 core.kit/manifest.mf                               |    2 +-
 core.kit/nbproject/project.xml                     |    4 -
 core.kit/release/VERSION.txt                       |    2 +-
 .../openide/explorer/ExplorerActionsImplTest.java  |  138 -
 .../org/openide/explorer/ExplorerPanelTest.java    |  562 ----
 .../explorer/ExplorerUtilCreateLookupTest.java     |   28 +-
 .../openide/explorer/propertysheet/ComboTest.java  |  757 -----
 .../propertysheet/CustomEditorDisplayerTest.java   |  840 ------
 .../propertysheet/NewPropertyPanelTest.java        | 1208 --------
 .../org/openide/explorer/view/RootContextTest.java |  261 --
 .../explorer/view/SelectNodeInListViewTest.java    |  153 -
 .../TopComponentGetLookupOverridenTest.java        |  185 ++
 .../windows/TopComponentGetLookupTest.java         |  723 +++++
 .../windows/TopComponentActivatedNodesTest.java    |  367 ---
 .../TopComponentGetLookupOverridenTest.java        |  191 --
 .../openide/windows/TopComponentGetLookupTest.java |  725 -----
 core.multiview/arch.xml                            |    6 +-
 core.multiview/manifest.mf                         |    2 +-
 .../nbproject/org-netbeans-core-multiview.sig      |   96 +
 .../org/netbeans/core/multiview/MultiViewPeer.java |  118 +-
 .../core/multiview/CloseOperationHandlerTest.java  |   21 -
 .../core/multiview/MVElemTopComponent.java         |    4 -
 .../core/multiview/MultiViewActionMapTest.java     |   18 -
 .../MultiViewCloneableTopComponentTest.java        |   30 -
 .../core/multiview/MultiViewFactoryTest.java       |   23 -
 .../core/multiview/MultiViewHandlerTest.java       |   22 -
 .../core/multiview/MultiViewTopComponentTest.java  |   16 -
 .../netbeans/core/multiview/MultiViewsTest.java    |   21 -
 core.nativeaccess/external/binaries-list           |    1 +
 .../external/platform-3.2.7-license.txt            |  512 ++++
 core.nativeaccess/manifest.mf                      |    2 +-
 core.nativeaccess/nbproject/project.properties     |    1 +
 core.nativeaccess/nbproject/project.xml            |    4 +
 .../core/nativeaccess/NativeWindowSystemImpl.java  |  135 +-
 .../nativeaccess/transparency/Bundle.properties    |    1 -
 .../transparency/RasterRangesUtils.java            |  235 --
 .../nativeaccess/transparency/WindowUtils.java     | 1371 ---------
 .../nativeaccess/transparency/dnd/DragHandler.java |  565 ----
 .../nativeaccess/transparency/dnd/DropHandler.java |  426 ---
 .../transparency/dnd/DropTargetPainter.java        |   57 -
 .../transparency/dnd/GhostedDragImage.java         |  176 --
 .../core/nativeaccess/transparency/unix/X11.java   |  573 ----
 .../nativeaccess/transparency/win32/GDI32.java     |  170 --
 .../nativeaccess/transparency/win32/Kernel32.java  |  254 --
 .../nativeaccess/transparency/win32/Shell32.java   |  101 -
 .../nativeaccess/transparency/win32/User32.java    |  267 --
 .../nativeaccess/transparency/win32/W32API.java    |  170 --
 .../nativeaccess/transparency/win32/W32Errors.java |   53 -
 core.netigso/manifest.mf                           |    2 +-
 .../nbproject/org-netbeans-core-netigso.sig        |   26 +
 core.netigso/nbproject/project.xml                 |    2 +-
 .../src/org/netbeans/core/netigso/Netigso.java     |   81 +-
 .../unit/data/jars/activate/org/activate/Main.java |   12 +
 .../unit/data/jars/activate/org/activate/layer.xml |    1 +
 .../data/jars/simple-module/org/foo/Something.java |   39 +
 .../data/jars/simple-module/org/foo/Something.txt  |    1 +
 .../org/netbeans/core/netigso/IntegrationTest.java |    1 +
 .../NetigsoActivationCanAccessLayersTest.java      |  103 +
 .../core/netigso/NetigsoActivationOnExitTest.java  |   11 -
 .../core/netigso/NetigsoActivationTest.java        |   13 +-
 .../netbeans/core/netigso/NetigsoLayerTest.java    |   12 -
 .../netigso/NetigsoOSGiActivationVisibleTest.java  |  263 ++
 .../NetigsoOSGiAutoloadActivationVisibleTest.java  |   58 +
 .../core/netigso/NetigsoOSGiFragmentTest.java      |  109 +
 .../core/netigso/NetigsoSelfQueryTest.java         |   17 +-
 .../netbeans/core/netigso/NetigsoServicesTest.java |   13 -
 .../src/org/netbeans/core/netigso/NetigsoTest.java |   11 -
 .../core/netigso/NetigsoUsesSwingTest.java         |   11 -
 core.osgi/manifest.mf                              |    2 +-
 .../src/org/netbeans/core/osgi/OSGiMainLookup.java |    2 +-
 core.output2/build.xml                             |   36 -
 .../org/netbeans/core/output2/TestFrame.java       |  190 --
 core.output2/manifest.mf                           |    2 +-
 core.output2/nbproject/project.xml                 |    8 +
 .../org/netbeans/core/output2/AbstractLines.java   |  160 +-
 .../src/org/netbeans/core/output2/Controller.java  |    2 +-
 .../org/netbeans/core/output2/ExtPlainView.java    |   22 +-
 .../org/netbeans/core/output2/FileMapStorage.java  |   22 +-
 .../org/netbeans/core/output2/IntListSimple.java   |   99 +
 .../src/org/netbeans/core/output2/Lines.java       |   13 +
 .../src/org/netbeans/core/output2/OutWriter.java   |  154 +-
 .../org/netbeans/core/output2/OutputDocument.java  |    6 +-
 .../src/org/netbeans/core/output2/OutputTab.java   |  284 +-
 .../org/netbeans/core/output2/WrappedTextView.java |  175 +-
 .../src/org/netbeans/core/output2/TestFrame.java   |  201 ++
 core.startup/apichanges.xml                        |   15 +
 core.startup/arch.xml                              |   47 +-
 core.startup/manifest.mf                           |    2 +-
 core.startup/nbproject/project.xml                 |    4 +-
 .../org/netbeans/core/startup/Bundle.properties    |    2 +-
 .../core/startup/InstalledFileLocatorImpl.java     |  180 ++-
 .../core/startup/JaveleonModuleReloader.java       |  338 +++
 .../src/org/netbeans/core/startup/Main.java        |   24 +-
 .../src/org/netbeans/core/startup/MainLookup.java  |    6 +-
 .../src/org/netbeans/core/startup/ModuleList.java  |   68 +-
 .../org/netbeans/core/startup/ModuleSystem.java    |   15 +
 .../src/org/netbeans/core/startup/NbInstaller.java |   32 +
 .../src/org/netbeans/core/startup/TopLogging.java  |   75 +-
 .../org/netbeans/core/startup/TopThreadGroup.java  |    9 +
 .../org/netbeans/core/startup/layers/BinaryFS.java |   37 +-
 .../core/startup/layers/NbinstURLMapper.java       |    2 +-
 .../startup/layers/ParsingLayerCacheManager.java   |  107 +-
 .../core/startup/layers/SystemFileSystem.java      |   37 +-
 .../preferences/PreferencesProviderImpl.java       |    9 +-
 .../src/org/netbeans/core/startup/splash.gif       |  Bin 137652 -> 138592 bytes
 .../core/startup/InstalledFileLocatorImplTest.java |   59 +-
 .../core/startup/NbBootDelegationTest.java         |   89 +
 .../startup/PlatformDependencySatisfiedTest.java   |    5 +
 .../org/netbeans/core/startup/TopLoggingTest.java  |   37 +
 .../netbeans/core/startup/TopThreadGroupTest.java  |   84 +
 .../layers/CustomWritableSystemFileSystemTest.java |   13 +-
 core.ui/manifest.mf                                |    2 +-
 core.ui/nbproject/project.xml                      |    5 +
 .../notifications/NotificationDisplayerImpl.java   |   18 +-
 .../core/ui/options/filetypes/Bundle.properties    |    3 +
 .../FileAssociationsOptionsPanelController.java    |    5 +-
 .../core/ui/options/filetypes/OpenAsAction.java    |    6 +
 .../core/ui/options/general/Bundle.properties      |    2 +-
 .../ui/options/general/GeneralOptionsModel.java    |   12 +-
 .../ui/options/general/GeneralOptionsPanel.form    |   14 +-
 .../ui/options/general/GeneralOptionsPanel.java    |   32 +-
 .../general/GeneralOptionsPanelController.java     |    2 +-
 .../core/ui/options/general}/generalOptions.png    |  Bin 2417 -> 2417 bytes
 .../ui/resources/PropertySheetSettings.settings    |    8 -
 .../src/org/netbeans/core/ui/resources/layer.xml   |  120 +-
 .../org/netbeans/core/ui/sampler/Bundle.properties |    4 +-
 .../src/org/netbeans/core/ui/sampler/Sampler.java  |  301 ++
 .../core/ui/sampler/SamplesOutputStream.java       |  118 +-
 .../netbeans/core/ui/sampler/SelfSampleVFS.java    |  178 ++
 .../core/ui/sampler/SelfSamplerAction.java         |  298 +--
 .../org/netbeans/core/ui/sampler/selfSampler.png   |  Bin 823 -> 913 bytes
 .../org/netbeans/core/ui/sampler/selfSampler24.png |  Bin 0 -> 1704 bytes
 .../core/ui/sampler/selfSamplerRunning.png         |  Bin 927 -> 859 bytes
 .../core/ui/sampler/selfSamplerRunning24.png       |  Bin 0 -> 1563 bytes
 .../netbeans/core/ui/sysopen/SystemOpenAction.java |    8 +-
 .../netbeans/core/ui/warmup/MenuWarmUpTask.java    |   44 +-
 .../core/ui/sampler/SelfSampleVFSTest.java         |  111 +
 core.windows/apichanges.xml                        |  168 ++
 core.windows/arch.xml                              | 1096 +++++++
 core.windows/manifest.mf                           |    2 +-
 core.windows/nbproject/project.properties          |    2 +
 core.windows/nbproject/project.xml                 |    2 -
 .../src/org/netbeans/core/windows/Central.java     |   13 +
 .../windows/FloatingWindowTransparencyManager.java |   53 +-
 .../core/windows/ModeStructureSnapshot.java        |    2 +-
 .../netbeans/core/windows/WindowManagerImpl.java   |   15 +-
 .../core/windows/actions/Bundle.properties         |    1 +
 .../core/windows/actions/RecentViewListAction.java |    4 +-
 .../core/windows/actions/ResetWindowsAction.java   |   39 +-
 .../core/windows/actions/SaveWindowsAction.java    |   63 +
 .../windows/actions/ToggleFullScreenAction.java    |   15 +-
 .../core/windows/options/Bundle.properties         |    2 +
 .../options/WinSysOptionsPanelController.java      |    5 +-
 .../core/windows/persistence/ModeParser.java       |    4 +
 .../windows/persistence/PersistenceManager.java    |   12 +
 .../windows/persistence/WindowManagerConfig.java   |    1 +
 .../org/netbeans/core/windows/resources/layer.xml  |   13 +-
 .../core/windows/services/Bundle.properties        |    1 +
 .../core/windows/services/FileSelector.java        |    7 +-
 .../core/windows/services/NbPresenter.java         |   38 +-
 .../netbeans/core/windows/view/DefaultView.java    |    8 +-
 .../org/netbeans/core/windows/view/EditorView.java |    2 +
 .../netbeans/core/windows/view/ViewHierarchy.java  |   42 +-
 .../view/dnd/DragAndDropFeedbackVisualizer.java    |   16 +-
 .../core/windows/view/dnd/WindowDnDManager.java    |   24 +-
 .../core/windows/view/ui/Bundle.properties         |    4 +-
 .../windows/view/ui/DefaultSplitContainer.java     |    2 +
 .../netbeans/core/windows/view/ui/DesktopImpl.java |    9 +-
 .../core/windows/view/ui/DocumentsDlg.java         |    7 +-
 .../windows/view/ui/KeyboardPopupSwitcher.java     |    2 +-
 .../netbeans/core/windows/view/ui/MainWindow.java  |  267 ++-
 .../core/windows/view/ui/MultiSplitPane.java       |    2 +
 .../windows/view/ui/slides/CommandManager.java     |    4 +-
 .../core/windows/view/ui/slides/SlideBar.java      |    2 +
 .../windows/view/ui/slides/SlideBarContainer.java  |    2 +
 .../view/ui/toolbars/ToolbarConfiguration.java     |    6 +-
 .../windows/view/ui/toolbars/ToolbarContainer.java |    1 +
 .../org/netbeans/core/windows/Bug82319Test.java    |   14 -
 .../core/windows/DockingCompatibilityTest.java     |   15 -
 .../netbeans/core/windows/ModeActivationTest.java  |   10 -
 .../core/windows/OpenAtTabPositionTest.java        |   14 -
 .../core/windows/PersistenceHandlerTest.java       |    9 -
 .../org/netbeans/core/windows/SwitchesTest.java    |   19 -
 .../core/windows/TopComponentCreationTest.java     |    9 -
 .../core/windows/TopComponentTypeTest.java         |   14 -
 .../core/windows/WindowManagerImplTest.java        |   14 -
 .../windows/actions/SaveWindowsActionTest.java     |   70 +
 .../core/windows/awt/ValidateLayerMenuTest.java    |    4 +
 .../core/windows/persistence/GroupParserTest.java  |   19 -
 .../core/windows/persistence/ModeParserTest.java   |   15 -
 .../windows/persistence/TCGroupParserTest.java     |   18 -
 .../core/windows/persistence/TCRefParserTest.java  |   17 -
 .../persistence/WindowManagerParserTest.java       |   11 -
 .../core/windows/services/NbPresenterLeakTest.java |    2 +-
 .../core/windows/view/ui/CustomMenuBarTest.java    |   10 +-
 .../core/windows/view/ui/MultiSplitCellTest.java   |   24 -
 editor.mimelookup.impl/manifest.mf                 |    2 +-
 editor.mimelookup.impl/nbproject/project.xml       |    2 +-
 .../editor/mimelookup/impl/ClassInfoStorage.java   |  284 --
 .../mimelookup/impl/DefaultMimeDataProvider.java   |    2 +-
 .../editor/mimelookup/impl/FolderPathLookup.java   |    3 +-
 .../editor/mimelookup/impl/SwitchLookup.java       |  124 +-
 .../mimelookup/impl/ClassInfoStorageTest.java      |  181 --
 .../mimelookup/impl/DummyClass2LayerFolder.java    |   72 -
 ...DummyClass2LayerFolderWithInstanceProvider.java |   72 -
 .../editor/mimelookup/impl/DummySettingImpl.java   |   11 +-
 .../mimelookup/impl/DummySettingWithPath.java      |   56 +
 .../mimelookup/impl/FolderPathLookupTest.java      |   46 +-
 .../editor/mimelookup/impl/PopupActions.java       |    2 +
 .../editor/mimelookup/impl/PopupInitializer.java   |   81 -
 .../editor/mimelookup/impl/SwitchLookupTest.java   |   40 +-
 .../impl/TestClass2LayerFolderInitializer.java     |   78 -
 .../impl/TestClass2LayerFolderInitializerTwo.java  |   78 -
 .../editor/mimelookup/impl/TestLookupObject.java   |    3 +
 .../mimelookup/impl/TestLookupObjectTwo.java       |    3 +
 editor.mimelookup/apichanges.xml                   |   25 +
 editor.mimelookup/arch.xml                         |   14 +-
 editor.mimelookup/manifest.mf                      |    2 +-
 .../org-netbeans-modules-editor-mimelookup.sig     |    6 +-
 editor.mimelookup/nbproject/project.xml            |    5 +
 .../api/editor/mimelookup/MimeRegistration.java    |   76 +
 .../api/editor/mimelookup/MimeRegistrations.java   |   60 +
 .../mimelookup/CreateRegistrationProcessor.java    |  415 +++
 .../modules/editor/mimelookup/MimePathLookup.java  |   14 +
 .../spi/editor/mimelookup/Class2LayerFolder.java   |    2 +
 .../spi/editor/mimelookup/MimeLocation.java        |   72 +
 .../CreateRegistrationProcessorTest.java           |   90 +
 favorites/manifest.mf                              |    2 +-
 favorites/nbproject/project.xml                    |    6 +-
 .../org/netbeans/modules/favorites/Actions.java    |  165 +-
 .../netbeans/modules/favorites/Bundle.properties   |    2 +-
 .../netbeans/modules/favorites/FavoritesNode.java  |   40 +-
 .../src/org/netbeans/modules/favorites/Tab.java    |  134 +-
 .../netbeans/modules/favorites/api/Favorites.java  |    2 +-
 .../modules/favorites/resources/component.settings |   18 -
 .../modules/favorites/resources/favorites.wstcref  |   11 -
 .../netbeans/modules/favorites/resources/layer.xml |   75 -
 .../modules/favorites/templates/Bundle.properties  |    5 +
 .../favorites/templates/RenameTemplatePanel.form   |   78 +
 .../favorites/templates/RenameTemplatePanel.java   |  131 +
 .../favorites/templates/TemplatesAction.java       |   43 +-
 .../favorites/templates/TemplatesPanel.form        |   33 +-
 .../favorites/templates/TemplatesPanel.java        |  360 ++-
 .../src/gui/core/favorites/BasicsTest.java         |    4 +-
 .../favorites/VisibilityQueryWorksTest.java        |    2 +
 .../templates/PropertiesProviderTest.java          |   21 +-
 ide/allmodules/nbproject/project.xml               |    2 -
 .../English.lproj/MainMenu.nib/objects.nib         |  Bin 10774 -> 0 bytes
 ide/launcher/macosx/macosx_launcher.dmg            |  Bin 45772 -> 0 bytes
 ide/launcher/netbeans.conf                         |    8 +-
 ide/launcher/unix/netbeans                         |    4 +-
 ide/launcher/windows/nblauncher.cpp                |   17 +-
 javahelp/apichanges.xml                            |   26 +-
 javahelp/external/binaries-list                    |    1 +
 javahelp/external/jhall-2.0_05-license.txt         |  433 +++
 javahelp/manifest.mf                               |    2 +-
 javahelp/nbproject/project.properties              |    2 +-
 javahelp/nbproject/project.xml                     |   18 +-
 .../netbeans/api/javahelp/HelpSetRegistration.java |   82 +
 .../org/netbeans/api/javahelp/doc-files/api.html   |   55 +-
 .../api/javahelp/doc-files/help-guide.html         |  104 +-
 .../modules/javahelp/HelpCtxProcessor.java         |  168 +-
 .../modules/javahelp/HelpSetProcessor.java         |  123 +-
 .../javahelp/HelpSetRegistrationProcessor.java     |  218 ++
 .../org/netbeans/modules/javahelp/Installer.java   |   18 +-
 .../org/netbeans/modules/javahelp/JavaHelp.java    |    3 +
 .../netbeans/modules/javahelp/JavaHelpQuery.java   |  200 +-
 .../modules/javahelp/NbDocsStreamHandler.java      |    5 +-
 .../netbeans/modules/javahelp/resources/layer.xml  |   37 +-
 .../modules/javahelp/HelpCtxProcessorTest.java     |   98 +
 jellytools.platform/manifest.mf                    |    2 +-
 .../data/SampleProject/src/sample1/unrecognized    |    1 -
 .../data/SampleProject/src/sample1/url.url         |    1 -
 .../netbeans/jellytools/WizardOperatorTest.java    |   17 -
 jemmy/external/binaries-list                       |    1 +
 jemmy/external/jemmy-2.3.0.0-license.txt           |  386 +++
 jemmy/manifest.mf                                  |    2 +-
 jemmy/nbproject/project.properties                 |    2 +-
 jemmy/nbproject/project.xml                        |    4 +-
 jemmy/src/org/netbeans/jemmy/Action.java           |   74 -
 jemmy/src/org/netbeans/jemmy/ActionProducer.java   |  345 ---
 jemmy/src/org/netbeans/jemmy/Bundle.java           |  166 --
 jemmy/src/org/netbeans/jemmy/BundleManager.java    |  294 --
 jemmy/src/org/netbeans/jemmy/CharBindingMap.java   |   78 -
 jemmy/src/org/netbeans/jemmy/ClassReference.java   |  275 --
 jemmy/src/org/netbeans/jemmy/ComponentChooser.java |   75 -
 .../jemmy/ComponentIsNotFocusedException.java      |   69 -
 .../jemmy/ComponentIsNotVisibleException.java      |   69 -
 .../src/org/netbeans/jemmy/ComponentSearcher.java  |  227 --
 .../org/netbeans/jemmy/DefaultCharBindingMap.java  |  224 --
 jemmy/src/org/netbeans/jemmy/DialogWaiter.java     |  644 -----
 jemmy/src/org/netbeans/jemmy/EventDispatcher.java  | 1064 -------
 jemmy/src/org/netbeans/jemmy/EventTool.java        |  508 ----
 jemmy/src/org/netbeans/jemmy/FrameWaiter.java      |  441 ---
 jemmy/src/org/netbeans/jemmy/JemmyException.java   |  174 --
 .../org/netbeans/jemmy/JemmyInputException.java    |   87 -
 jemmy/src/org/netbeans/jemmy/JemmyProperties.java  |  948 ------
 .../jemmy/NoComponentUnderMouseException.java      |   67 -
 jemmy/src/org/netbeans/jemmy/ObjectBrowser.java    |  176 --
 jemmy/src/org/netbeans/jemmy/Outputable.java       |   76 -
 jemmy/src/org/netbeans/jemmy/QueueTool.java        |  744 -----
 jemmy/src/org/netbeans/jemmy/Scenario.java         |   74 -
 jemmy/src/org/netbeans/jemmy/Test.java             |  444 ---
 .../org/netbeans/jemmy/TestCompletedException.java |   99 -
 jemmy/src/org/netbeans/jemmy/TestOut.java          |  353 ---
 jemmy/src/org/netbeans/jemmy/Timeout.java          |  126 -
 .../netbeans/jemmy/TimeoutExpiredException.java    |   66 -
 jemmy/src/org/netbeans/jemmy/Timeoutable.java      |   73 -
 jemmy/src/org/netbeans/jemmy/Timeouts.java         |  435 ---
 jemmy/src/org/netbeans/jemmy/Waitable.java         |   71 -
 jemmy/src/org/netbeans/jemmy/Waiter.java           |  289 --
 jemmy/src/org/netbeans/jemmy/WindowWaiter.java     |  465 ---
 .../jemmy/accessibility/AccessibilityChooser.java  |   75 -
 .../AccessibleDescriptionChooser.java              |   70 -
 .../jemmy/accessibility/AccessibleNameChooser.java |   70 -
 jemmy/src/org/netbeans/jemmy/debug.timeouts        |   19 -
 .../src/org/netbeans/jemmy/demo/CommentWindow.java |  102 -
 .../netbeans/jemmy/demo/DefaultCommentWindow.java  |  299 --
 .../jemmy/demo/DemoInterruptedException.java       |   79 -
 .../src/org/netbeans/jemmy/demo/Demonstrator.java  |  170 --
 jemmy/src/org/netbeans/jemmy/demo/package.html     |   16 -
 .../netbeans/jemmy/drivers/APIDriverInstaller.java |  202 --
 .../jemmy/drivers/ArrayDriverInstaller.java        |   80 -
 .../org/netbeans/jemmy/drivers/ButtonDriver.java   |   73 -
 .../jemmy/drivers/DefaultDriverInstaller.java      |  197 --
 .../jemmy/drivers/DescriptablePathChooser.java     |   61 -
 jemmy/src/org/netbeans/jemmy/drivers/Driver.java   |   63 -
 .../netbeans/jemmy/drivers/DriverInstaller.java    |   56 -
 .../org/netbeans/jemmy/drivers/DriverManager.java  |  737 -----
 .../org/netbeans/jemmy/drivers/EditorDriver.java   |   66 -
 .../org/netbeans/jemmy/drivers/FocusDriver.java    |   61 -
 .../org/netbeans/jemmy/drivers/FrameDriver.java    |   79 -
 .../jemmy/drivers/InputDriverInstaller.java        |  182 --
 .../jemmy/drivers/InternalFrameDriver.java         |   63 -
 .../src/org/netbeans/jemmy/drivers/KeyDriver.java  |   92 -
 .../org/netbeans/jemmy/drivers/LightDriver.java    |   63 -
 .../jemmy/drivers/LightSupportiveDriver.java       |   80 -
 .../src/org/netbeans/jemmy/drivers/ListDriver.java |   63 -
 .../src/org/netbeans/jemmy/drivers/MenuDriver.java |   66 -
 .../org/netbeans/jemmy/drivers/MouseDriver.java    |  135 -
 .../netbeans/jemmy/drivers/MultiSelListDriver.java |   62 -
 .../netbeans/jemmy/drivers/OrderedListDriver.java  |   63 -
 .../org/netbeans/jemmy/drivers/PathChooser.java    |   69 -
 .../org/netbeans/jemmy/drivers/ScrollDriver.java   |   81 -
 .../netbeans/jemmy/drivers/SupportiveDriver.java   |   80 -
 .../org/netbeans/jemmy/drivers/TableDriver.java    |   73 -
 .../src/org/netbeans/jemmy/drivers/TextDriver.java |  100 -
 .../src/org/netbeans/jemmy/drivers/TreeDriver.java |   90 -
 .../drivers/UnsupportedOperatorException.java      |  102 -
 .../org/netbeans/jemmy/drivers/WindowDriver.java   |   83 -
 .../jemmy/drivers/buttons/ButtonMouseDriver.java   |   97 -
 .../netbeans/jemmy/drivers/buttons/package.html    |   16 -
 .../jemmy/drivers/focus/APIFocusDriver.java        |   70 -
 .../jemmy/drivers/focus/MouseFocusDriver.java      |  104 -
 .../org/netbeans/jemmy/drivers/focus/package.html  |   14 -
 .../netbeans/jemmy/drivers/input/EventDriver.java  |  133 -
 .../jemmy/drivers/input/KeyEventDriver.java        |  130 -
 .../jemmy/drivers/input/KeyRobotDriver.java        |  111 -
 .../jemmy/drivers/input/MouseEventDriver.java      |  367 ---
 .../jemmy/drivers/input/MouseRobotDriver.java      |  160 -
 .../netbeans/jemmy/drivers/input/RobotDriver.java  |  369 ---
 .../org/netbeans/jemmy/drivers/input/package.html  |   16 -
 .../netbeans/jemmy/drivers/lists/ChoiceDriver.java |  112 -
 .../jemmy/drivers/lists/JComboMouseDriver.java     |  104 -
 .../jemmy/drivers/lists/JListMouseDriver.java      |  121 -
 .../jemmy/drivers/lists/JTabAPIDriver.java         |   88 -
 .../jemmy/drivers/lists/JTabMouseDriver.java       |   97 -
 .../jemmy/drivers/lists/JTableHeaderDriver.java    |  124 -
 .../jemmy/drivers/lists/ListAPIDriver.java         |   94 -
 .../jemmy/drivers/lists/ListKeyboardDriver.java    |  100 -
 .../org/netbeans/jemmy/drivers/lists/package.html  |   16 -
 .../jemmy/drivers/menus/APIJMenuDriver.java        |  148 -
 .../jemmy/drivers/menus/AppleMenuDriver.java       |  159 -
 .../jemmy/drivers/menus/DefaultJMenuDriver.java    |  269 --
 .../jemmy/drivers/menus/QueueJMenuDriver.java      |  317 --
 .../org/netbeans/jemmy/drivers/menus/package.html  |   14 -
 jemmy/src/org/netbeans/jemmy/drivers/package.html  |   26 -
 .../jemmy/drivers/scrolling/AWTScrollDriver.java   |  156 -
 .../drivers/scrolling/AbstractScrollDriver.java    |  257 --
 .../drivers/scrolling/JScrollBarAPIDriver.java     |  179 --
 .../jemmy/drivers/scrolling/JScrollBarDriver.java  |  251 --
 .../jemmy/drivers/scrolling/JSliderAPIDriver.java  |  182 --
 .../jemmy/drivers/scrolling/JSliderDriver.java     |  242 --
 .../jemmy/drivers/scrolling/JSpinnerDriver.java    |  141 -
 .../jemmy/drivers/scrolling/JSplitPaneDriver.java  |  174 --
 .../jemmy/drivers/scrolling/ScrollAdjuster.java    |   87 -
 .../jemmy/drivers/scrolling/ScrollPaneDriver.java  |  146 -
 .../jemmy/drivers/scrolling/ScrollbarDriver.java   |  136 -
 .../netbeans/jemmy/drivers/scrolling/package.html  |   16 -
 .../jemmy/drivers/tables/JTableMouseDriver.java    |  129 -
 .../org/netbeans/jemmy/drivers/tables/package.html |   16 -
 .../jemmy/drivers/text/AWTTextAPIDriver.java       |   87 -
 .../jemmy/drivers/text/AWTTextKeyboardDriver.java  |  101 -
 .../org/netbeans/jemmy/drivers/text/DownKey.java   |   64 -
 .../org/netbeans/jemmy/drivers/text/EndKey.java    |   65 -
 .../netbeans/jemmy/drivers/text/GoAndBackKey.java  |   54 -
 .../org/netbeans/jemmy/drivers/text/HomeKey.java   |   59 -
 .../netbeans/jemmy/drivers/text/NavigationKey.java |   63 -
 .../org/netbeans/jemmy/drivers/text/OffsetKey.java |   54 -
 .../jemmy/drivers/text/SwingTextAPIDriver.java     |   82 -
 .../drivers/text/SwingTextKeyboardDriver.java      |  128 -
 .../netbeans/jemmy/drivers/text/TextAPIDriver.java |  168 --
 .../jemmy/drivers/text/TextKeyboardDriver.java     |  223 --
 .../src/org/netbeans/jemmy/drivers/text/UpKey.java |   64 -
 .../org/netbeans/jemmy/drivers/text/package.html   |   16 -
 .../jemmy/drivers/trees/JTreeAPIDriver.java        |  122 -
 .../jemmy/drivers/trees/JTreeMouseDriver.java      |  208 --
 .../org/netbeans/jemmy/drivers/trees/package.html  |   16 -
 .../jemmy/drivers/windows/DefaultFrameDriver.java  |   93 -
 .../windows/DefaultInternalFrameDriver.java        |  146 -
 .../jemmy/drivers/windows/DefaultWindowDriver.java |  101 -
 .../netbeans/jemmy/drivers/windows/package.html    |   14 -
 .../org/netbeans/jemmy/explorer/GUIBrowser.java    | 1435 ---------
 .../jemmy/explorer/TrialListenerManager.java       |  200 --
 jemmy/src/org/netbeans/jemmy/explorer/package.html |   16 -
 .../netbeans/jemmy/image/ColorImageComparator.java |  180 --
 .../netbeans/jemmy/image/FileImageComparator.java  |  108 -
 .../org/netbeans/jemmy/image/ImageComparator.java  |   65 -
 .../src/org/netbeans/jemmy/image/ImageFinder.java  |   68 -
 .../src/org/netbeans/jemmy/image/ImageLoader.java  |   67 -
 jemmy/src/org/netbeans/jemmy/image/ImageSaver.java |   67 -
 jemmy/src/org/netbeans/jemmy/image/ImageTool.java  |  215 --
 .../org/netbeans/jemmy/image/PNGImageLoader.java   |   69 -
 .../org/netbeans/jemmy/image/PNGImageSaver.java    |   72 -
 .../netbeans/jemmy/image/RoughImageComparator.java |   94 -
 .../org/netbeans/jemmy/image/RoughImageFinder.java |  124 -
 .../jemmy/image/StrictImageComparator.java         |   93 -
 .../netbeans/jemmy/image/StrictImageFinder.java    |  118 -
 jemmy/src/org/netbeans/jemmy/image/package.html    |   17 -
 .../jemmy/operators/AbstractButtonOperator.java    |  920 ------
 .../netbeans/jemmy/operators/ButtonOperator.java   |  493 ----
 .../netbeans/jemmy/operators/CheckboxOperator.java |  494 ----
 .../netbeans/jemmy/operators/ChoiceOperator.java   |  583 ----
 .../jemmy/operators/ComponentOperator.java         | 1855 ------------
 .../jemmy/operators/ContainerOperator.java         |  526 ----
 .../netbeans/jemmy/operators/DialogOperator.java   |  482 ----
 .../netbeans/jemmy/operators/FrameOperator.java    |  494 ----
 .../netbeans/jemmy/operators/JButtonOperator.java  |  341 ---
 .../jemmy/operators/JCheckBoxMenuItemOperator.java |  232 --
 .../jemmy/operators/JCheckBoxOperator.java         |  289 --
 .../jemmy/operators/JColorChooserOperator.java     |  487 ----
 .../jemmy/operators/JComboBoxOperator.java         | 1127 --------
 .../jemmy/operators/JComponentOperator.java        |  924 ------
 .../netbeans/jemmy/operators/JDialogOperator.java  |  678 -----
 .../jemmy/operators/JEditorPaneOperator.java       |  438 ---
 .../jemmy/operators/JFileChooserOperator.java      | 1333 ---------
 .../netbeans/jemmy/operators/JFrameOperator.java   |  401 ---
 .../jemmy/operators/JInternalFrameOperator.java    | 1257 --------
 .../netbeans/jemmy/operators/JLabelOperator.java   |  514 ----
 .../netbeans/jemmy/operators/JListOperator.java    | 1355 ---------
 .../netbeans/jemmy/operators/JMenuBarOperator.java |  838 ------
 .../jemmy/operators/JMenuItemOperator.java         |  560 ----
 .../netbeans/jemmy/operators/JMenuOperator.java    | 1009 -------
 .../jemmy/operators/JPasswordFieldOperator.java    |  342 ---
 .../jemmy/operators/JPopupMenuOperator.java        | 1129 --------
 .../jemmy/operators/JProgressBarOperator.java      |  551 ----
 .../operators/JRadioButtonMenuItemOperator.java    |  217 --
 .../jemmy/operators/JRadioButtonOperator.java      |  289 --
 .../jemmy/operators/JScrollBarOperator.java        |  830 ------
 .../jemmy/operators/JScrollPaneOperator.java       |  809 ------
 .../netbeans/jemmy/operators/JSliderOperator.java  |  713 -----
 .../netbeans/jemmy/operators/JSpinnerOperator.java | 1045 -------
 .../jemmy/operators/JSplitPaneOperator.java        |  735 -----
 .../jemmy/operators/JTabbedPaneOperator.java       |  926 ------
 .../jemmy/operators/JTableHeaderOperator.java      |  433 ---
 .../netbeans/jemmy/operators/JTableOperator.java   | 2126 --------------
 .../jemmy/operators/JTextAreaOperator.java         |  585 ----
 .../jemmy/operators/JTextComponentOperator.java    | 1229 --------
 .../jemmy/operators/JTextFieldOperator.java        |  409 ---
 .../jemmy/operators/JTextPaneOperator.java         |  396 ---
 .../jemmy/operators/JToggleButtonOperator.java     |  297 --
 .../netbeans/jemmy/operators/JTreeOperator.java    | 2585 -----------------
 .../netbeans/jemmy/operators/LabelOperator.java    |  362 ---
 .../org/netbeans/jemmy/operators/ListOperator.java |  635 ----
 .../src/org/netbeans/jemmy/operators/Operator.java | 1459 ----------
 .../jemmy/operators/ScrollPaneOperator.java        | 1499 ----------
 .../jemmy/operators/ScrollbarOperator.java         |  555 ----
 .../netbeans/jemmy/operators/TextAreaOperator.java |  440 ---
 .../jemmy/operators/TextComponentOperator.java     |  645 -----
 .../jemmy/operators/TextFieldOperator.java         |  440 ---
 .../netbeans/jemmy/operators/WindowOperator.java   |  609 ----
 .../src/org/netbeans/jemmy/operators/package.html  |   32 -
 jemmy/src/org/netbeans/jemmy/package.html          |   19 -
 .../jemmy/util/AbstractTextStyleChooser.java       |   85 -
 .../org/netbeans/jemmy/util/DefaultVisualizer.java |  270 --
 .../org/netbeans/jemmy/util/DumpController.java    |   54 -
 jemmy/src/org/netbeans/jemmy/util/Dumper.java      |  296 --
 .../org/netbeans/jemmy/util/EmptyVisualizer.java   |   71 -
 .../org/netbeans/jemmy/util/MouseVisualizer.java   |  204 --
 .../netbeans/jemmy/util/NameComponentChooser.java  |   94 -
 jemmy/src/org/netbeans/jemmy/util/PNGDecoder.java  |  249 --
 jemmy/src/org/netbeans/jemmy/util/PNGEncoder.java  |  268 --
 jemmy/src/org/netbeans/jemmy/util/PropChooser.java |  243 --
 .../org/netbeans/jemmy/util/RegExComparator.java   |  188 --
 .../org/netbeans/jemmy/util/StringPropChooser.java |  319 --
 .../org/netbeans/jemmy/util/TextStyleChooser.java  |  282 --
 jemmy/src/org/netbeans/jemmy/util/WindowJob.java   |   78 -
 .../src/org/netbeans/jemmy/util/WindowManager.java |  209 --
 jemmy/src/org/netbeans/jemmy/util/package.html     |   17 -
 keyring.impl/build.xml                             |    5 +
 keyring.impl/manifest.mf                           |    5 +
 keyring.impl/nbproject/project.properties          |    3 +
 keyring.impl/nbproject/project.xml                 |   75 +
 .../modules/keyring/fallback/Bundle.properties     |    0
 .../modules/keyring/fallback/FallbackProvider.java |  212 ++
 .../keyring/fallback/MasterPasswordEncryption.java |  242 ++
 .../keyring/fallback/MasterPasswordPanel.form      |    0
 .../keyring/fallback/MasterPasswordPanel.java      |    0
 .../modules/keyring/gnome/GnomeKeyringLibrary.java |    0
 .../modules/keyring/gnome/GnomeProvider.java       |    0
 .../modules/keyring/impl/Bundle.properties         |    1 +
 .../org/netbeans/modules/keyring/impl/Utils.java   |   85 +
 .../modules/keyring/kde/KWalletProvider.java       |  249 ++
 .../netbeans/modules/keyring/mac/MacProvider.java  |    0
 .../modules/keyring/mac/SecurityLibrary.java       |    0
 .../modules/keyring/spi/EncryptionProvider.java    |    0
 .../modules/keyring/win32/Win32Protect.java        |  175 ++
 .../modules/keyring/KeyringProviderTestBase.java   |    0
 .../fallback/MasterPasswordEncryptionTest.java     |    0
 .../modules/keyring/gnome/GnomeProviderTest.java   |    0
 .../modules/keyring/kde/KWalletProviderTest.java   |    0
 .../modules/keyring/mac/MacProviderTest.java       |    0
 .../modules/keyring/win32/Win32ProtectTest.java    |    0
 keyring/arch.xml                                   | 1076 +++++++
 keyring/build.xml                                  |    1 +
 keyring/manifest.mf                                |    3 +-
 keyring/nbproject/org-netbeans-modules-keyring.sig |   33 +
 keyring/nbproject/project.properties               |    1 +
 keyring/nbproject/project.xml                      |   39 -
 keyring/src/org/netbeans/api/keyring/Keyring.java  |   22 +-
 .../src/org/netbeans/api/keyring/package-info.java |    6 +-
 .../src/org/netbeans/modules/keyring/Utils.java    |   85 -
 .../modules/keyring/fallback/FallbackProvider.java |  211 --
 .../keyring/fallback/MasterPasswordEncryption.java |  237 --
 .../modules/keyring/kde/KWalletProvider.java       |  208 --
 .../modules/keyring/win32/Win32Protect.java        |  175 --
 .../src/org/netbeans/spi/keyring/package-info.java |   46 +
 l10n/antsrc/org/netbeans/l10n/Package.java         |  466 ---
 l10n/build.xml                                     |  510 ----
 l10n/l10n_uc_kits/de/Bundle.properties             |   42 -
 l10n/l10n_uc_kits/es/Bundle.properties             |   42 -
 l10n/l10n_uc_kits/fr/Bundle.properties             |   42 -
 l10n/l10n_uc_kits/it/Bundle.properties             |   42 -
 l10n/l10n_uc_kits/ja/Bundle.properties             |   42 -
 l10n/l10n_uc_kits/pl/Bundle.properties             |   42 -
 l10n/l10n_uc_kits/pt_BR/Bundle.properties          |   42 -
 l10n/l10n_uc_kits/ru/Bundle.properties             |   42 -
 l10n/l10n_uc_kits/sq/Bundle.properties             |   42 -
 l10n/l10n_uc_kits/templateBundle.properties        |   42 -
 l10n/l10n_uc_kits/zh_CN/Bundle.properties          |   42 -
 .../apisupport/harness/Bundle_af.properties        |   48 -
 .../apisupport/tc/cobertura/Bundle_af.properties   |    5 -
 .../jellytools/platform/Bundle_af.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_af.properties   |   50 -
 .../org/netbeans/junit/Bundle_af.properties        |   49 -
 .../org/netbeans/insane/impl/Bundle_af.properties  |   47 -
 .../org/netbeans/libs/nbi/ant/Bundle_af.properties |    3 -
 .../org/netbeans/installer/Bundle_af.properties    |   56 -
 .../installer/downloader/Bundle_af.properties      |   45 -
 .../downloader/connector/Bundle_af.properties      |   52 -
 .../installer/product/Bundle_af.properties         |   86 -
 .../product/components/Bundle_af.properties        |   79 -
 .../netbeans/installer/utils/Bundle_af.properties  |   88 -
 .../utils/applications/Bundle_af.properties        |   44 -
 .../utils/cli/options/Bundle_af.properties         |   57 -
 .../installer/utils/helper/Bundle_af.properties    |   55 -
 .../utils/helper/swing/Bundle_af.properties        |   49 -
 .../installer/utils/progress/Bundle_af.properties  |   52 -
 .../utils/system/launchers/Bundle_af.properties    |   44 -
 .../system/launchers/impl/Bundle_af.properties     |   51 -
 .../utils/system/resolver/Bundle_af.properties     |   39 -
 .../utils/system/windows/Bundle_af.properties      |   41 -
 .../netbeans/installer/wizard/Bundle_af.properties |   50 -
 .../wizard/components/Bundle_af.properties         |   62 -
 .../wizard/components/actions/Bundle_af.properties |  131 -
 .../wizard/components/panels/Bundle_af.properties  |  300 --
 .../wizard/containers/Bundle_af.properties         |   49 -
 .../installer/wizard/utils/Bundle_af.properties    |   48 -
 .../netbeans/libs/nbi/engine/Bundle_af.properties  |    3 -
 .../modules/applemenu/Bundle_af.properties         |   50 -
 .../autoupdate/services/Bundle_af.properties       |   21 -
 .../services/resources/Bundle_af.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_af.properties |   10 -
 .../org/netbeans/updater/Bundle_af.properties      |   71 -
 .../modules/autoupdate/ui/Bundle_af.properties     |  195 --
 .../autoupdate/ui/actions/Bundle_af.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_af.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_af.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_af.properties |    5 -
 .../editor/mimelookup/impl/Bundle_af.properties    |   48 -
 .../modules/editor/mimelookup/Bundle_af.properties |   47 -
 .../modules/favorites/Bundle_af.properties         |   82 -
 .../favorites/templates/Bundle_af.properties       |   86 -
 .../netbeans/modules/javahelp/Bundle_af.properties |   81 -
 .../javahelp/resources/Bundle_af.properties        |   51 -
 .../netbeans/modules/keyring/Bundle_af.properties  |    2 -
 .../modules/keyring/fallback/Bundle_af.properties  |   14 -
 .../masterfs/filebasedfs/Bundle_af.properties      |   82 -
 .../filebasedfs/fileobjects/Bundle_af.properties   |   47 -
 .../masterfs/resources/Bundle_af.properties        |   83 -
 .../netbeans/modules/options/Bundle_af.properties  |   80 -
 .../modules/options/advanced/Bundle_af.properties  |   50 -
 .../modules/options/classic/Bundle_af.properties   |   81 -
 .../modules/options/export/Bundle_af.properties    |   91 -
 .../modules/options/keymap/Bundle_af.properties    |  190 --
 .../netbeans/libs/layoutext/Bundle_af.properties   |   49 -
 .../common/resources/Bundle_af.properties          |    4 -
 .../progress/module/resources/Bundle_af.properties |   47 -
 .../api/visual/widget/Bundle_af.properties         |   45 -
 .../modules/visual/resources/Bundle_af.properties  |   45 -
 .../lib/boot/org/netbeans/Bundle_af.properties     |   57 -
 .../netbeans/core/execution/Bundle_af.properties   |   58 -
 .../beaninfo/editors/Bundle_af.properties          |   81 -
 .../core/execution/resources/Bundle_af.properties  |   47 -
 .../org/netbeans/core/io/ui/Bundle_af.properties   |   19 -
 .../netbeans/core/multiview/Bundle_af.properties   |   50 -
 .../core/multiview/resources/Bundle_af.properties  |   47 -
 .../core/nativeaccess/Bundle_af.properties         |   48 -
 .../nativeaccess/transparency/Bundle_af.properties |    2 -
 .../org/netbeans/core/netigso/Bundle_af.properties |    2 -
 .../org/netbeans/core/osgi/Bundle_af.properties    |    2 -
 .../org/netbeans/core/output2/Bundle_af.properties |  154 -
 .../netbeans/core/output2/ui/Bundle_af.properties  |   52 -
 .../org/netbeans/core/startup/Bundle_af.properties |  229 --
 .../core/startup/layers/Bundle_af.properties       |   58 -
 .../core/ui/options/filetypes/Bundle_af.properties |   99 -
 .../core/ui/options/general/Bundle_af.properties   |  264 --
 .../core/ui/resources/Bundle_af.properties         |   76 -
 .../netbeans/core/ui/sampler/Bundle_af.properties  |   52 -
 .../netbeans/core/ui/sysopen/Bundle_af.properties  |   44 -
 .../netbeans/core/ui/warmup/Bundle_af.properties   |   57 -
 .../org/netbeans/core/windows/Bundle_af.properties |   65 -
 .../core/windows/actions/Bundle_af.properties      |   97 -
 .../core/windows/options/Bundle_af.properties      |   64 -
 .../core/windows/persistence/Bundle_af.properties  |   64 -
 .../core/windows/resources/Bundle_af.properties    |   53 -
 .../core/windows/services/Bundle_af.properties     |   99 -
 .../core/windows/view/ui/Bundle_af.properties      |   89 -
 .../windows/view/ui/toolbars/Bundle_af.properties  |   91 -
 .../netbeans/beaninfo/editors/Bundle_af.properties |  244 --
 .../org/netbeans/core/Bundle_af.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_af.properties |   70 -
 .../org/netbeans/core/ui/Bundle_af.properties      |   58 -
 .../org/netbeans/libs/felix/Bundle_af.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_af.properties     |   48 -
 .../org/netbeans/libs/jsr223/Bundle_af.properties  |   48 -
 .../org/netbeans/libs/junit4/Bundle_af.properties  |   47 -
 .../org/netbeans/libs/osgi/Bundle_af.properties    |    2 -
 .../modules/quicksearch/Bundle_af.properties       |   55 -
 .../modules/quicksearch/web/Bundle_af.properties   |   49 -
 .../netbeans/spi/quicksearch/Bundle_af.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_af.properties |    2 -
 .../netbeans/swing/outline/Bundle_af.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_af.properties   |   51 -
 .../netbeans/swing/tabcontrol/Bundle_af.properties |   54 -
 .../swing/tabcontrol/plaf/Bundle_af.properties     |   59 -
 .../org/openide/actions/Bundle_af.properties       |  153 -
 .../org/openide/awt/Bundle_af.properties           |  122 -
 .../org/openide/compat/Bundle_af.properties        |   48 -
 .../org/openide/Bundle_af.properties               |  133 -
 .../org/openide/execution/Bundle_af.properties     |   47 -
 .../org/openide/explorer/Bundle_af.properties      |   92 -
 .../explorer/propertysheet/Bundle_af.properties    |  239 --
 .../org/openide/explorer/view/Bundle_af.properties |  127 -
 .../filesystems/declmime/Bundle_af.properties      |   46 -
 .../org/openide/filesystems/Bundle_af.properties   |  204 --
 .../org/openide/io/Bundle_af.properties            |   47 -
 .../modules/templates/Bundle_af.properties         |    5 -
 .../org/openide/loaders/Bundle_af.properties       |  328 ---
 .../org/openide/modules/Bundle_af.properties       |   48 -
 .../org/openide/nodes/Bundle_af.properties         |   99 -
 .../org/openide/options/Bundle_af.properties       |   56 -
 .../org/openide/text/Bundle_af.properties          |  137 -
 .../org/openide/util/enum/Bundle_af.properties     |   49 -
 .../org/openide/util/lookup/Bundle_af.properties   |    2 -
 .../org/openide/util/Bundle_af.properties          |  158 -
 .../openide/util/datatransfer/Bundle_af.properties |   52 -
 .../org/openide/windows/Bundle_af.properties       |   72 -
 .../modules/print/action/Bundle_af.properties      |   51 -
 .../modules/print/resources/Bundle_af.properties   |   52 -
 .../netbeans/modules/print/ui/Bundle_af.properties |  128 -
 .../modules/print/util/Bundle_af.properties        |   63 -
 .../modules/progress/ui/Bundle_af.properties       |   74 -
 .../netbeans/modules/queries/Bundle_af.properties  |   47 -
 .../org/netbeans/api/sendopts/Bundle_af.properties |   66 -
 .../netbeans/modules/sendopts/Bundle_af.properties |   49 -
 .../settings/resources/Bundle_af.properties        |   47 -
 .../org/netbeans/spi/actions/Bundle_af.properties  |    5 -
 .../apisupport/harness/Bundle_ar_EG.properties     |   48 -
 .../tc/cobertura/Bundle_ar_EG.properties           |    5 -
 .../jellytools/platform/Bundle_ar_EG.properties    |    2 -
 .../jemmy/idemodule/Bundle_ar_EG.properties        |   50 -
 .../org/netbeans/junit/Bundle_ar_EG.properties     |   49 -
 .../netbeans/insane/impl/Bundle_ar_EG.properties   |   47 -
 .../netbeans/libs/nbi/ant/Bundle_ar_EG.properties  |    3 -
 .../org/netbeans/installer/Bundle_ar_EG.properties |   56 -
 .../installer/downloader/Bundle_ar_EG.properties   |   45 -
 .../downloader/connector/Bundle_ar_EG.properties   |   52 -
 .../installer/product/Bundle_ar_EG.properties      |   86 -
 .../product/components/Bundle_ar_EG.properties     |   79 -
 .../installer/utils/Bundle_ar_EG.properties        |   88 -
 .../utils/applications/Bundle_ar_EG.properties     |   44 -
 .../utils/cli/options/Bundle_ar_EG.properties      |   57 -
 .../installer/utils/helper/Bundle_ar_EG.properties |   55 -
 .../utils/helper/swing/Bundle_ar_EG.properties     |   49 -
 .../utils/progress/Bundle_ar_EG.properties         |   52 -
 .../utils/system/launchers/Bundle_ar_EG.properties |   44 -
 .../system/launchers/impl/Bundle_ar_EG.properties  |   51 -
 .../utils/system/resolver/Bundle_ar_EG.properties  |   39 -
 .../utils/system/windows/Bundle_ar_EG.properties   |   41 -
 .../installer/wizard/Bundle_ar_EG.properties       |   50 -
 .../wizard/components/Bundle_ar_EG.properties      |   62 -
 .../components/actions/Bundle_ar_EG.properties     |  131 -
 .../components/panels/Bundle_ar_EG.properties      |  300 --
 .../wizard/containers/Bundle_ar_EG.properties      |   49 -
 .../installer/wizard/utils/Bundle_ar_EG.properties |   48 -
 .../libs/nbi/engine/Bundle_ar_EG.properties        |    3 -
 .../modules/applemenu/Bundle_ar_EG.properties      |   50 -
 .../autoupdate/services/Bundle_ar_EG.properties    |   21 -
 .../services/resources/Bundle_ar_EG.properties     |    5 -
 .../updateprovider/Bundle_ar_EG.properties         |   10 -
 .../org/netbeans/updater/Bundle_ar_EG.properties   |   71 -
 .../modules/autoupdate/ui/Bundle_ar_EG.properties  |  195 --
 .../autoupdate/ui/actions/Bundle_ar_EG.properties  |    9 -
 .../ui/resources/Bundle_ar_EG.properties           |    5 -
 .../autoupdate/ui/wizards/Bundle_ar_EG.properties  |  171 --
 .../modules/core/kit/Bundle_ar_EG.properties       |    5 -
 .../editor/mimelookup/impl/Bundle_ar_EG.properties |   48 -
 .../editor/mimelookup/Bundle_ar_EG.properties      |   47 -
 .../modules/favorites/Bundle_ar_EG.properties      |   82 -
 .../favorites/templates/Bundle_ar_EG.properties    |   86 -
 .../modules/javahelp/Bundle_ar_EG.properties       |   81 -
 .../javahelp/resources/Bundle_ar_EG.properties     |   51 -
 .../modules/keyring/Bundle_ar_EG.properties        |    2 -
 .../keyring/fallback/Bundle_ar_EG.properties       |   14 -
 .../masterfs/filebasedfs/Bundle_ar_EG.properties   |   82 -
 .../fileobjects/Bundle_ar_EG.properties            |   47 -
 .../masterfs/resources/Bundle_ar_EG.properties     |   83 -
 .../modules/options/Bundle_ar_EG.properties        |   80 -
 .../options/advanced/Bundle_ar_EG.properties       |   50 -
 .../options/classic/Bundle_ar_EG.properties        |   81 -
 .../modules/options/export/Bundle_ar_EG.properties |   91 -
 .../modules/options/keymap/Bundle_ar_EG.properties |  190 --
 .../libs/layoutext/Bundle_ar_EG.properties         |   49 -
 .../common/resources/Bundle_ar_EG.properties       |    4 -
 .../module/resources/Bundle_ar_EG.properties       |   47 -
 .../api/visual/widget/Bundle_ar_EG.properties      |   45 -
 .../visual/resources/Bundle_ar_EG.properties       |   45 -
 .../lib/boot/org/netbeans/Bundle_ar_EG.properties  |   57 -
 .../core/execution/Bundle_ar_EG.properties         |   58 -
 .../beaninfo/editors/Bundle_ar_EG.properties       |   81 -
 .../execution/resources/Bundle_ar_EG.properties    |   47 -
 .../netbeans/core/io/ui/Bundle_ar_EG.properties    |   19 -
 .../core/multiview/Bundle_ar_EG.properties         |   50 -
 .../multiview/resources/Bundle_ar_EG.properties    |   47 -
 .../core/nativeaccess/Bundle_ar_EG.properties      |   48 -
 .../transparency/Bundle_ar_EG.properties           |    2 -
 .../netbeans/core/netigso/Bundle_ar_EG.properties  |    2 -
 .../org/netbeans/core/osgi/Bundle_ar_EG.properties |    2 -
 .../netbeans/core/output2/Bundle_ar_EG.properties  |  154 -
 .../core/output2/ui/Bundle_ar_EG.properties        |   52 -
 .../netbeans/core/startup/Bundle_ar_EG.properties  |  229 --
 .../core/startup/layers/Bundle_ar_EG.properties    |   58 -
 .../ui/options/filetypes/Bundle_ar_EG.properties   |   99 -
 .../ui/options/general/Bundle_ar_EG.properties     |  264 --
 .../core/ui/resources/Bundle_ar_EG.properties      |   76 -
 .../core/ui/sampler/Bundle_ar_EG.properties        |   52 -
 .../core/ui/sysopen/Bundle_ar_EG.properties        |   44 -
 .../core/ui/warmup/Bundle_ar_EG.properties         |   57 -
 .../netbeans/core/windows/Bundle_ar_EG.properties  |   65 -
 .../core/windows/actions/Bundle_ar_EG.properties   |   97 -
 .../core/windows/options/Bundle_ar_EG.properties   |   64 -
 .../windows/persistence/Bundle_ar_EG.properties    |   64 -
 .../core/windows/resources/Bundle_ar_EG.properties |   53 -
 .../core/windows/services/Bundle_ar_EG.properties  |   99 -
 .../core/windows/view/ui/Bundle_ar_EG.properties   |   89 -
 .../view/ui/toolbars/Bundle_ar_EG.properties       |   91 -
 .../beaninfo/editors/Bundle_ar_EG.properties       |  244 --
 .../org/netbeans/core/Bundle_ar_EG.properties      |  174 --
 .../netbeans/core/actions/Bundle_ar_EG.properties  |   70 -
 .../org/netbeans/core/ui/Bundle_ar_EG.properties   |   58 -
 .../netbeans/libs/felix/Bundle_ar_EG.properties    |   44 -
 .../org/netbeans/libs/jna/Bundle_ar_EG.properties  |   48 -
 .../netbeans/libs/jsr223/Bundle_ar_EG.properties   |   48 -
 .../netbeans/libs/junit4/Bundle_ar_EG.properties   |   47 -
 .../org/netbeans/libs/osgi/Bundle_ar_EG.properties |    2 -
 .../modules/quicksearch/Bundle_ar_EG.properties    |   55 -
 .../quicksearch/web/Bundle_ar_EG.properties        |   49 -
 .../spi/quicksearch/Bundle_ar_EG.properties        |    5 -
 .../netbeans/swing/etable/Bundle_ar_EG.properties  |    2 -
 .../netbeans/swing/outline/Bundle_ar_EG.properties |    3 -
 .../netbeans/swing/plaf/Bundle_ar_EG.properties    |   51 -
 .../swing/tabcontrol/Bundle_ar_EG.properties       |   54 -
 .../swing/tabcontrol/plaf/Bundle_ar_EG.properties  |   59 -
 .../org/openide/actions/Bundle_ar_EG.properties    |  153 -
 .../org/openide/awt/Bundle_ar_EG.properties        |  122 -
 .../org/openide/compat/Bundle_ar_EG.properties     |   48 -
 .../org/openide/Bundle_ar_EG.properties            |  133 -
 .../org/openide/execution/Bundle_ar_EG.properties  |   47 -
 .../org/openide/explorer/Bundle_ar_EG.properties   |   92 -
 .../explorer/propertysheet/Bundle_ar_EG.properties |  239 --
 .../openide/explorer/view/Bundle_ar_EG.properties  |  127 -
 .../filesystems/declmime/Bundle_ar_EG.properties   |   46 -
 .../openide/filesystems/Bundle_ar_EG.properties    |  204 --
 .../org/openide/io/Bundle_ar_EG.properties         |   47 -
 .../modules/templates/Bundle_ar_EG.properties      |    5 -
 .../org/openide/loaders/Bundle_ar_EG.properties    |  328 ---
 .../org/openide/modules/Bundle_ar_EG.properties    |   48 -
 .../org/openide/nodes/Bundle_ar_EG.properties      |   99 -
 .../org/openide/options/Bundle_ar_EG.properties    |   56 -
 .../org/openide/text/Bundle_ar_EG.properties       |  137 -
 .../org/openide/util/enum/Bundle_ar_EG.properties  |   49 -
 .../openide/util/lookup/Bundle_ar_EG.properties    |    2 -
 .../org/openide/util/Bundle_ar_EG.properties       |  158 -
 .../util/datatransfer/Bundle_ar_EG.properties      |   52 -
 .../org/openide/windows/Bundle_ar_EG.properties    |   72 -
 .../modules/print/action/Bundle_ar_EG.properties   |   51 -
 .../print/resources/Bundle_ar_EG.properties        |   52 -
 .../modules/print/ui/Bundle_ar_EG.properties       |  128 -
 .../modules/print/util/Bundle_ar_EG.properties     |   63 -
 .../modules/progress/ui/Bundle_ar_EG.properties    |   74 -
 .../modules/queries/Bundle_ar_EG.properties        |   47 -
 .../netbeans/api/sendopts/Bundle_ar_EG.properties  |   66 -
 .../modules/sendopts/Bundle_ar_EG.properties       |   49 -
 .../settings/resources/Bundle_ar_EG.properties     |   47 -
 .../netbeans/spi/actions/Bundle_ar_EG.properties   |    5 -
 .../apisupport/harness/Bundle_ar_SA.properties     |   45 -
 .../tc/cobertura/Bundle_ar_SA.properties           |    5 -
 .../jellytools/platform/Bundle_ar_SA.properties    |    2 -
 .../jemmy/idemodule/Bundle_ar_SA.properties        |   47 -
 .../org/netbeans/junit/Bundle_ar_SA.properties     |   46 -
 .../netbeans/insane/impl/Bundle_ar_SA.properties   |   44 -
 .../modules/applemenu/Bundle_ar_SA.properties      |   47 -
 .../autoupdate/services/Bundle_ar_SA.properties    |   21 -
 .../services/resources/Bundle_ar_SA.properties     |    5 -
 .../updateprovider/Bundle_ar_SA.properties         |   10 -
 .../org/netbeans/updater/Bundle_ar_SA.properties   |   68 -
 .../modules/autoupdate/ui/Bundle_ar_SA.properties  |  195 --
 .../autoupdate/ui/actions/Bundle_ar_SA.properties  |    9 -
 .../ui/resources/Bundle_ar_SA.properties           |    5 -
 .../autoupdate/ui/wizards/Bundle_ar_SA.properties  |  171 --
 .../modules/core/kit/Bundle_ar_SA.properties       |    5 -
 .../editor/mimelookup/impl/Bundle_ar_SA.properties |   45 -
 .../editor/mimelookup/Bundle_ar_SA.properties      |   44 -
 .../modules/favorites/Bundle_ar_SA.properties      |   78 -
 .../favorites/templates/Bundle_ar_SA.properties    |   83 -
 .../modules/javahelp/Bundle_ar_SA.properties       |   78 -
 .../javahelp/resources/Bundle_ar_SA.properties     |   48 -
 .../masterfs/filebasedfs/Bundle_ar_SA.properties   |   76 -
 .../fileobjects/Bundle_ar_SA.properties            |   44 -
 .../masterfs/resources/Bundle_ar_SA.properties     |   80 -
 .../modules/options/Bundle_ar_SA.properties        |   77 -
 .../options/advanced/Bundle_ar_SA.properties       |   47 -
 .../options/classic/Bundle_ar_SA.properties        |   78 -
 .../modules/options/export/Bundle_ar_SA.properties |   88 -
 .../modules/options/keymap/Bundle_ar_SA.properties |  187 --
 .../libs/layoutext/Bundle_ar_SA.properties         |   45 -
 .../common/resources/Bundle_ar_SA.properties       |    2 -
 .../progress/module/Bundle_ar_SA.properties        |   43 -
 .../module/resources/Bundle_ar_SA.properties       |   44 -
 .../api/visual/widget/Bundle_ar_SA.properties      |   42 -
 .../visual/resources/Bundle_ar_SA.properties       |   42 -
 .../lib/boot/org/netbeans/Bundle_ar_SA.properties  |   55 -
 .../core/execution/Bundle_ar_SA.properties         |   55 -
 .../beaninfo/editors/Bundle_ar_SA.properties       |   78 -
 .../execution/resources/Bundle_ar_SA.properties    |   44 -
 .../netbeans/core/io/ui/Bundle_ar_SA.properties    |   19 -
 .../core/multiview/Bundle_ar_SA.properties         |   47 -
 .../multiview/resources/Bundle_ar_SA.properties    |   44 -
 .../core/nativeaccess/Bundle_ar_SA.properties      |   45 -
 .../transparency/Bundle_ar_SA.properties           |    2 -
 .../netbeans/core/output2/Bundle_ar_SA.properties  |  151 -
 .../core/output2/ui/Bundle_ar_SA.properties        |   49 -
 .../netbeans/core/startup/Bundle_ar_SA.properties  |  228 --
 .../core/startup/layers/Bundle_ar_SA.properties    |   55 -
 .../ui/options/filetypes/Bundle_ar_SA.properties   |   95 -
 .../ui/options/general/Bundle_ar_SA.properties     |  261 --
 .../core/ui/resources/Bundle_ar_SA.properties      |   73 -
 .../core/ui/sysopen/Bundle_ar_SA.properties        |   41 -
 .../core/ui/warmup/Bundle_ar_SA.properties         |   47 -
 .../netbeans/core/windows/Bundle_ar_SA.properties  |   62 -
 .../core/windows/actions/Bundle_ar_SA.properties   |   94 -
 .../core/windows/options/Bundle_ar_SA.properties   |   61 -
 .../windows/persistence/Bundle_ar_SA.properties    |   61 -
 .../core/windows/resources/Bundle_ar_SA.properties |   50 -
 .../core/windows/services/Bundle_ar_SA.properties  |   96 -
 .../core/windows/view/ui/Bundle_ar_SA.properties   |   87 -
 .../view/ui/toolbars/Bundle_ar_SA.properties       |   88 -
 .../beaninfo/editors/Bundle_ar_SA.properties       |  241 --
 .../org/netbeans/core/Bundle_ar_SA.properties      |  176 --
 .../netbeans/core/actions/Bundle_ar_SA.properties  |   67 -
 .../org/netbeans/core/ui/Bundle_ar_SA.properties   |   55 -
 .../org/netbeans/libs/jna/Bundle_ar_SA.properties  |   45 -
 .../netbeans/libs/jsr223/Bundle_ar_SA.properties   |   44 -
 .../netbeans/libs/junit4/Bundle_ar_SA.properties   |   44 -
 .../modules/quicksearch/Bundle_ar_SA.properties    |   52 -
 .../quicksearch/web/Bundle_ar_SA.properties        |   46 -
 .../spi/quicksearch/Bundle_ar_SA.properties        |    5 -
 .../netbeans/swing/etable/Bundle_ar_SA.properties  |    2 -
 .../netbeans/swing/outline/Bundle_ar_SA.properties |    3 -
 .../netbeans/swing/plaf/Bundle_ar_SA.properties    |   44 -
 .../swing/plaf/winxp/Bundle_ar_SA.properties       |   41 -
 .../swing/tabcontrol/Bundle_ar_SA.properties       |   51 -
 .../swing/tabcontrol/plaf/Bundle_ar_SA.properties  |   56 -
 .../org/openide/actions/Bundle_ar_SA.properties    |  150 -
 .../org/openide/awt/Bundle_ar_SA.properties        |  119 -
 .../org/openide/compat/Bundle_ar_SA.properties     |   45 -
 .../org/openide/Bundle_ar_SA.properties            |  130 -
 .../org/openide/execution/Bundle_ar_SA.properties  |   44 -
 .../org/openide/explorer/Bundle_ar_SA.properties   |   89 -
 .../explorer/propertysheet/Bundle_ar_SA.properties |  236 --
 .../openide/explorer/view/Bundle_ar_SA.properties  |  122 -
 .../filesystems/declmime/Bundle_ar_SA.properties   |   43 -
 .../openide/filesystems/Bundle_ar_SA.properties    |  197 --
 .../org/openide/io/Bundle_ar_SA.properties         |   44 -
 .../org/openide/loaders/Bundle_ar_SA.properties    |  325 ---
 .../org/openide/modules/Bundle_ar_SA.properties    |   45 -
 .../org/openide/nodes/Bundle_ar_SA.properties      |   96 -
 .../org/openide/options/Bundle_ar_SA.properties    |   53 -
 .../org/openide/text/Bundle_ar_SA.properties       |  134 -
 .../org/openide/util/enum/Bundle_ar_SA.properties  |   46 -
 .../org/openide/util/Bundle_ar_SA.properties       |  155 -
 .../util/datatransfer/Bundle_ar_SA.properties      |   49 -
 .../org/openide/windows/Bundle_ar_SA.properties    |   69 -
 .../modules/print/action/Bundle_ar_SA.properties   |   48 -
 .../print/resources/Bundle_ar_SA.properties        |   49 -
 .../modules/print/ui/Bundle_ar_SA.properties       |  125 -
 .../modules/print/util/Bundle_ar_SA.properties     |   60 -
 .../modules/progress/ui/Bundle_ar_SA.properties    |   59 -
 .../modules/queries/Bundle_ar_SA.properties        |   44 -
 .../netbeans/api/sendopts/Bundle_ar_SA.properties  |   63 -
 .../modules/sendopts/Bundle_ar_SA.properties       |   46 -
 .../settings/resources/Bundle_ar_SA.properties     |   44 -
 .../netbeans/spi/actions/Bundle_ar_SA.properties   |    5 -
 .../modules/templates/Bundle_ar_SA.properties      |    6 -
 .../apisupport/harness/Bundle_ca.properties        |   48 -
 .../apisupport/tc/cobertura/Bundle_ca.properties   |    5 -
 .../jellytools/platform/Bundle_ca.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_ca.properties   |   50 -
 .../org/netbeans/junit/Bundle_ca.properties        |   49 -
 .../org/netbeans/insane/impl/Bundle_ca.properties  |   47 -
 .../org/netbeans/libs/nbi/ant/Bundle_ca.properties |    3 -
 .../org/netbeans/installer/Bundle_ca.properties    |   56 -
 .../installer/downloader/Bundle_ca.properties      |   45 -
 .../downloader/connector/Bundle_ca.properties      |   52 -
 .../installer/product/Bundle_ca.properties         |   86 -
 .../product/components/Bundle_ca.properties        |   79 -
 .../netbeans/installer/utils/Bundle_ca.properties  |   88 -
 .../utils/applications/Bundle_ca.properties        |   44 -
 .../utils/cli/options/Bundle_ca.properties         |   57 -
 .../installer/utils/helper/Bundle_ca.properties    |   55 -
 .../utils/helper/swing/Bundle_ca.properties        |   49 -
 .../installer/utils/progress/Bundle_ca.properties  |   52 -
 .../utils/system/launchers/Bundle_ca.properties    |   44 -
 .../system/launchers/impl/Bundle_ca.properties     |   51 -
 .../utils/system/resolver/Bundle_ca.properties     |   39 -
 .../utils/system/windows/Bundle_ca.properties      |   41 -
 .../netbeans/installer/wizard/Bundle_ca.properties |   50 -
 .../wizard/components/Bundle_ca.properties         |   62 -
 .../wizard/components/actions/Bundle_ca.properties |  131 -
 .../wizard/components/panels/Bundle_ca.properties  |  300 --
 .../wizard/containers/Bundle_ca.properties         |   49 -
 .../installer/wizard/utils/Bundle_ca.properties    |   48 -
 .../netbeans/libs/nbi/engine/Bundle_ca.properties  |    3 -
 .../modules/applemenu/Bundle_ca.properties         |   50 -
 .../autoupdate/services/Bundle_ca.properties       |   21 -
 .../services/resources/Bundle_ca.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_ca.properties |   10 -
 .../org/netbeans/updater/Bundle_ca.properties      |   71 -
 .../modules/autoupdate/ui/Bundle_ca.properties     |  195 --
 .../autoupdate/ui/actions/Bundle_ca.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_ca.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_ca.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_ca.properties |    5 -
 .../editor/mimelookup/impl/Bundle_ca.properties    |   48 -
 .../modules/editor/mimelookup/Bundle_ca.properties |   47 -
 .../modules/favorites/Bundle_ca.properties         |   82 -
 .../favorites/resources/templatesFile_ca.html      |   48 -
 .../favorites/resources/templatesFolder_ca.html    |   48 -
 .../favorites/templates/Bundle_ca.properties       |   86 -
 .../netbeans/modules/javahelp/Bundle_ca.properties |   81 -
 .../javahelp/resources/Bundle_ca.properties        |   51 -
 .../javahelp/resources/masterHelpPage_ca.html      |   48 -
 .../javahelp/resources/masterHelpSet_ca.xml        |   93 -
 .../javahelp/resources/notEnabledModule_ca.html    |   14 -
 .../javahelp/resources/notInstalledModule_ca.html  |   12 -
 .../netbeans/modules/keyring/Bundle_ca.properties  |    2 -
 .../modules/keyring/fallback/Bundle_ca.properties  |   14 -
 .../masterfs/filebasedfs/Bundle_ca.properties      |   82 -
 .../filebasedfs/fileobjects/Bundle_ca.properties   |   47 -
 .../masterfs/resources/Bundle_ca.properties        |   83 -
 .../netbeans/modules/options/Bundle_ca.properties  |   80 -
 .../modules/options/advanced/Bundle_ca.properties  |   50 -
 .../modules/options/classic/Bundle_ca.properties   |   81 -
 .../modules/options/export/Bundle_ca.properties    |   91 -
 .../modules/options/keymap/Bundle_ca.properties    |  190 --
 .../netbeans/libs/layoutext/Bundle_ca.properties   |   49 -
 .../common/resources/Bundle_ca.properties          |    4 -
 .../netbeans/progress/module/Bundle_ca.properties  |   43 -
 .../progress/module/resources/Bundle_ca.properties |   47 -
 .../api/visual/widget/Bundle_ca.properties         |   45 -
 .../modules/visual/resources/Bundle_ca.properties  |   45 -
 .../lib/boot/org/netbeans/Bundle_ca.properties     |   57 -
 .../netbeans/core/execution/Bundle_ca.properties   |   58 -
 .../beaninfo/editors/Bundle_ca.properties          |   81 -
 .../core/execution/resources/Bundle_ca.properties  |   47 -
 .../org/netbeans/core/io/ui/Bundle_ca.properties   |   19 -
 .../netbeans/core/multiview/Bundle_ca.properties   |   50 -
 .../core/multiview/resources/Bundle_ca.properties  |   47 -
 .../core/nativeaccess/Bundle_ca.properties         |   48 -
 .../nativeaccess/transparency/Bundle_ca.properties |    2 -
 .../org/netbeans/core/netigso/Bundle_ca.properties |    2 -
 .../org/netbeans/core/osgi/Bundle_ca.properties    |    2 -
 .../org/netbeans/core/output2/Bundle_ca.properties |  154 -
 .../netbeans/core/output2/ui/Bundle_ca.properties  |   52 -
 .../org/netbeans/core/startup/Bundle_ca.properties |  229 --
 .../core/startup/layers/Bundle_ca.properties       |   58 -
 .../core/ui/options/filetypes/Bundle_ca.properties |   99 -
 .../core/ui/options/general/Bundle_ca.properties   |  264 --
 .../core/ui/resources/Bundle_ca.properties         |   76 -
 .../netbeans/core/ui/sampler/Bundle_ca.properties  |   52 -
 .../netbeans/core/ui/sysopen/Bundle_ca.properties  |   44 -
 .../netbeans/core/ui/warmup/Bundle_ca.properties   |   57 -
 .../org/netbeans/core/windows/Bundle_ca.properties |   65 -
 .../core/windows/actions/Bundle_ca.properties      |   97 -
 .../core/windows/options/Bundle_ca.properties      |   64 -
 .../core/windows/persistence/Bundle_ca.properties  |   64 -
 .../core/windows/resources/Bundle_ca.properties    |   53 -
 .../core/windows/services/Bundle_ca.properties     |   99 -
 .../core/windows/view/ui/Bundle_ca.properties      |   89 -
 .../windows/view/ui/toolbars/Bundle_ca.properties  |   91 -
 .../netbeans/beaninfo/editors/Bundle_ca.properties |  244 --
 .../org/netbeans/core/Bundle_ca.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_ca.properties |   70 -
 .../org/netbeans/core/ui/Bundle_ca.properties      |   58 -
 .../org/netbeans/libs/felix/Bundle_ca.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_ca.properties     |   48 -
 .../org/netbeans/libs/jsr223/Bundle_ca.properties  |   48 -
 .../org/netbeans/libs/junit4/Bundle_ca.properties  |   47 -
 .../org/netbeans/libs/osgi/Bundle_ca.properties    |    2 -
 .../modules/quicksearch/Bundle_ca.properties       |   55 -
 .../modules/quicksearch/web/Bundle_ca.properties   |   49 -
 .../netbeans/spi/quicksearch/Bundle_ca.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_ca.properties |    2 -
 .../netbeans/swing/outline/Bundle_ca.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_ca.properties   |   51 -
 .../netbeans/swing/plaf/winxp/Bundle_ca.properties |   41 -
 .../netbeans/swing/tabcontrol/Bundle_ca.properties |   54 -
 .../swing/tabcontrol/plaf/Bundle_ca.properties     |   59 -
 .../org/openide/actions/Bundle_ca.properties       |  153 -
 .../org/openide/awt/Bundle_ca.properties           |  122 -
 .../org/openide/compat/Bundle_ca.properties        |   48 -
 .../org/openide/Bundle_ca.properties               |  133 -
 .../org/openide/execution/Bundle_ca.properties     |   47 -
 .../org/openide/explorer/Bundle_ca.properties      |   92 -
 .../explorer/propertysheet/Bundle_ca.properties    |  239 --
 .../org/openide/explorer/view/Bundle_ca.properties |  127 -
 .../filesystems/declmime/Bundle_ca.properties      |   46 -
 .../org/openide/filesystems/Bundle_ca.properties   |  204 --
 .../org/openide/io/Bundle_ca.properties            |   47 -
 .../modules/templates/Bundle_ca.properties         |    5 -
 .../org/openide/loaders/Bundle_ca.properties       |  328 ---
 .../org/openide/modules/Bundle_ca.properties       |   48 -
 .../org/openide/nodes/Bundle_ca.properties         |   99 -
 .../org/openide/options/Bundle_ca.properties       |   56 -
 .../org/openide/text/Bundle_ca.properties          |  137 -
 .../org/openide/util/enum/Bundle_ca.properties     |   49 -
 .../org/openide/util/lookup/Bundle_ca.properties   |    2 -
 .../org/openide/util/Bundle_ca.properties          |  158 -
 .../openide/util/datatransfer/Bundle_ca.properties |   52 -
 .../org/openide/windows/Bundle_ca.properties       |   72 -
 .../modules/print/action/Bundle_ca.properties      |   51 -
 .../modules/print/resources/Bundle_ca.properties   |   52 -
 .../netbeans/modules/print/ui/Bundle_ca.properties |  128 -
 .../modules/print/util/Bundle_ca.properties        |   63 -
 .../modules/progress/ui/Bundle_ca.properties       |   74 -
 .../netbeans/modules/queries/Bundle_ca.properties  |   47 -
 .../org/netbeans/api/sendopts/Bundle_ca.properties |   66 -
 .../netbeans/modules/sendopts/Bundle_ca.properties |   49 -
 .../settings/resources/Bundle_ca.properties        |   47 -
 .../org/netbeans/spi/actions/Bundle_ca.properties  |    5 -
 .../modules/templates/Bundle_ca.properties         |    6 -
 .../apisupport/harness/Bundle_cs.properties        |   48 -
 .../apisupport/tc/cobertura/Bundle_cs.properties   |    5 -
 .../jellytools/platform/Bundle_cs.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_cs.properties   |   50 -
 .../org/netbeans/junit/Bundle_cs.properties        |   49 -
 .../org/netbeans/insane/impl/Bundle_cs.properties  |   47 -
 .../org/netbeans/libs/nbi/ant/Bundle_cs.properties |    3 -
 .../org/netbeans/installer/Bundle_cs.properties    |   56 -
 .../installer/downloader/Bundle_cs.properties      |   45 -
 .../downloader/connector/Bundle_cs.properties      |   52 -
 .../installer/product/Bundle_cs.properties         |   86 -
 .../product/components/Bundle_cs.properties        |   79 -
 .../netbeans/installer/utils/Bundle_cs.properties  |   88 -
 .../utils/applications/Bundle_cs.properties        |   44 -
 .../utils/cli/options/Bundle_cs.properties         |   57 -
 .../installer/utils/helper/Bundle_cs.properties    |   55 -
 .../utils/helper/swing/Bundle_cs.properties        |   49 -
 .../installer/utils/progress/Bundle_cs.properties  |   52 -
 .../utils/system/launchers/Bundle_cs.properties    |   44 -
 .../system/launchers/impl/Bundle_cs.properties     |   51 -
 .../utils/system/resolver/Bundle_cs.properties     |   39 -
 .../utils/system/windows/Bundle_cs.properties      |   41 -
 .../netbeans/installer/wizard/Bundle_cs.properties |   50 -
 .../wizard/components/Bundle_cs.properties         |   62 -
 .../wizard/components/actions/Bundle_cs.properties |  131 -
 .../wizard/components/panels/Bundle_cs.properties  |  300 --
 .../wizard/containers/Bundle_cs.properties         |   49 -
 .../installer/wizard/utils/Bundle_cs.properties    |   48 -
 .../netbeans/libs/nbi/engine/Bundle_cs.properties  |    3 -
 .../modules/applemenu/Bundle_cs.properties         |   50 -
 .../autoupdate/services/Bundle_cs.properties       |   21 -
 .../services/resources/Bundle_cs.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_cs.properties |   10 -
 .../org/netbeans/updater/Bundle_cs.properties      |   71 -
 .../modules/autoupdate/ui/Bundle_cs.properties     |  195 --
 .../autoupdate/ui/actions/Bundle_cs.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_cs.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_cs.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_cs.properties |    5 -
 .../editor/mimelookup/impl/Bundle_cs.properties    |   48 -
 .../modules/editor/mimelookup/Bundle_cs.properties |   47 -
 .../modules/favorites/Bundle_cs.properties         |   82 -
 .../favorites/templates/Bundle_cs.properties       |   86 -
 .../netbeans/modules/javahelp/Bundle_cs.properties |   81 -
 .../javahelp/resources/Bundle_cs.properties        |   51 -
 .../netbeans/modules/keyring/Bundle_cs.properties  |    2 -
 .../modules/keyring/fallback/Bundle_cs.properties  |   14 -
 .../masterfs/filebasedfs/Bundle_cs.properties      |   82 -
 .../filebasedfs/fileobjects/Bundle_cs.properties   |   47 -
 .../masterfs/resources/Bundle_cs.properties        |   83 -
 .../netbeans/modules/options/Bundle_cs.properties  |   80 -
 .../modules/options/advanced/Bundle_cs.properties  |   50 -
 .../modules/options/classic/Bundle_cs.properties   |   81 -
 .../modules/options/export/Bundle_cs.properties    |   91 -
 .../modules/options/keymap/Bundle_cs.properties    |  190 --
 .../netbeans/libs/layoutext/Bundle_cs.properties   |   49 -
 .../common/resources/Bundle_cs.properties          |    4 -
 .../netbeans/progress/module/Bundle_cs.properties  |   43 -
 .../progress/module/resources/Bundle_cs.properties |   47 -
 .../api/visual/widget/Bundle_cs.properties         |   45 -
 .../modules/visual/resources/Bundle_cs.properties  |   45 -
 .../lib/boot/org/netbeans/Bundle_cs.properties     |   57 -
 .../netbeans/core/execution/Bundle_cs.properties   |   58 -
 .../beaninfo/editors/Bundle_cs.properties          |   81 -
 .../core/execution/resources/Bundle_cs.properties  |   47 -
 .../org/netbeans/core/io/ui/Bundle_cs.properties   |   19 -
 .../netbeans/core/multiview/Bundle_cs.properties   |   50 -
 .../core/multiview/resources/Bundle_cs.properties  |   47 -
 .../core/nativeaccess/Bundle_cs.properties         |   48 -
 .../nativeaccess/transparency/Bundle_cs.properties |    2 -
 .../org/netbeans/core/netigso/Bundle_cs.properties |    2 -
 .../org/netbeans/core/osgi/Bundle_cs.properties    |    2 -
 .../org/netbeans/core/output2/Bundle_cs.properties |  154 -
 .../netbeans/core/output2/ui/Bundle_cs.properties  |   52 -
 .../org/netbeans/core/startup/Bundle_cs.properties |  229 --
 .../core/startup/layers/Bundle_cs.properties       |   58 -
 .../core/ui/options/filetypes/Bundle_cs.properties |   99 -
 .../core/ui/options/general/Bundle_cs.properties   |  264 --
 .../core/ui/resources/Bundle_cs.properties         |   76 -
 .../netbeans/core/ui/sampler/Bundle_cs.properties  |   52 -
 .../netbeans/core/ui/sysopen/Bundle_cs.properties  |   44 -
 .../netbeans/core/ui/warmup/Bundle_cs.properties   |   57 -
 .../org/netbeans/core/windows/Bundle_cs.properties |   65 -
 .../core/windows/actions/Bundle_cs.properties      |   97 -
 .../core/windows/options/Bundle_cs.properties      |   64 -
 .../core/windows/persistence/Bundle_cs.properties  |   64 -
 .../core/windows/resources/Bundle_cs.properties    |   53 -
 .../core/windows/services/Bundle_cs.properties     |   99 -
 .../core/windows/view/ui/Bundle_cs.properties      |   89 -
 .../windows/view/ui/toolbars/Bundle_cs.properties  |   91 -
 .../netbeans/beaninfo/editors/Bundle_cs.properties |  244 --
 .../org/netbeans/core/Bundle_cs.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_cs.properties |   70 -
 .../org/netbeans/core/ui/Bundle_cs.properties      |   58 -
 .../org/netbeans/libs/felix/Bundle_cs.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_cs.properties     |   48 -
 .../org/netbeans/libs/jsr223/Bundle_cs.properties  |   48 -
 .../org/netbeans/libs/junit4/Bundle_cs.properties  |   47 -
 .../org/netbeans/libs/osgi/Bundle_cs.properties    |    2 -
 .../modules/quicksearch/Bundle_cs.properties       |   55 -
 .../modules/quicksearch/web/Bundle_cs.properties   |   49 -
 .../netbeans/spi/quicksearch/Bundle_cs.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_cs.properties |    2 -
 .../netbeans/swing/outline/Bundle_cs.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_cs.properties   |   51 -
 .../netbeans/swing/plaf/winxp/Bundle_cs.properties |   41 -
 .../netbeans/swing/tabcontrol/Bundle_cs.properties |   54 -
 .../swing/tabcontrol/plaf/Bundle_cs.properties     |   59 -
 .../org/openide/actions/Bundle_cs.properties       |  153 -
 .../org/openide/awt/Bundle_cs.properties           |  122 -
 .../org/openide/compat/Bundle_cs.properties        |   48 -
 .../org/openide/Bundle_cs.properties               |  133 -
 .../org/openide/execution/Bundle_cs.properties     |   47 -
 .../org/openide/explorer/Bundle_cs.properties      |   92 -
 .../explorer/propertysheet/Bundle_cs.properties    |  239 --
 .../org/openide/explorer/view/Bundle_cs.properties |  127 -
 .../filesystems/declmime/Bundle_cs.properties      |   46 -
 .../org/openide/filesystems/Bundle_cs.properties   |  204 --
 .../org/openide/io/Bundle_cs.properties            |   47 -
 .../modules/templates/Bundle_cs.properties         |    5 -
 .../org/openide/loaders/Bundle_cs.properties       |  328 ---
 .../org/openide/modules/Bundle_cs.properties       |   48 -
 .../org/openide/nodes/Bundle_cs.properties         |   99 -
 .../org/openide/options/Bundle_cs.properties       |   56 -
 .../org/openide/text/Bundle_cs.properties          |  137 -
 .../org/openide/util/enum/Bundle_cs.properties     |   49 -
 .../org/openide/util/lookup/Bundle_cs.properties   |    2 -
 .../org/openide/util/Bundle_cs.properties          |  158 -
 .../openide/util/datatransfer/Bundle_cs.properties |   52 -
 .../org/openide/windows/Bundle_cs.properties       |   72 -
 .../modules/print/action/Bundle_cs.properties      |   51 -
 .../modules/print/resources/Bundle_cs.properties   |   52 -
 .../netbeans/modules/print/ui/Bundle_cs.properties |  128 -
 .../modules/print/util/Bundle_cs.properties        |   63 -
 .../modules/progress/ui/Bundle_cs.properties       |   74 -
 .../netbeans/modules/queries/Bundle_cs.properties  |   47 -
 .../org/netbeans/api/sendopts/Bundle_cs.properties |   66 -
 .../netbeans/modules/sendopts/Bundle_cs.properties |   49 -
 .../settings/resources/Bundle_cs.properties        |   47 -
 .../org/netbeans/spi/actions/Bundle_cs.properties  |    5 -
 .../modules/templates/Bundle_cs.properties         |    6 -
 .../apisupport/harness/Bundle_de.properties        |   48 -
 .../apisupport/tc/cobertura/Bundle_de.properties   |    5 -
 .../jellytools/platform/Bundle_de.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_de.properties   |   50 -
 .../org/netbeans/junit/Bundle_de.properties        |   49 -
 .../org/netbeans/insane/impl/Bundle_de.properties  |   47 -
 .../org/netbeans/libs/nbi/ant/Bundle_de.properties |    3 -
 .../org/netbeans/installer/Bundle_de.properties    |   56 -
 .../installer/downloader/Bundle_de.properties      |   45 -
 .../downloader/connector/Bundle_de.properties      |   52 -
 .../installer/product/Bundle_de.properties         |   86 -
 .../product/components/Bundle_de.properties        |   79 -
 .../netbeans/installer/utils/Bundle_de.properties  |   88 -
 .../utils/applications/Bundle_de.properties        |   44 -
 .../utils/cli/options/Bundle_de.properties         |   57 -
 .../installer/utils/helper/Bundle_de.properties    |   55 -
 .../utils/helper/swing/Bundle_de.properties        |   49 -
 .../installer/utils/progress/Bundle_de.properties  |   52 -
 .../utils/system/launchers/Bundle_de.properties    |   44 -
 .../system/launchers/impl/Bundle_de.properties     |   51 -
 .../utils/system/resolver/Bundle_de.properties     |   39 -
 .../utils/system/windows/Bundle_de.properties      |   41 -
 .../netbeans/installer/wizard/Bundle_de.properties |   50 -
 .../wizard/components/Bundle_de.properties         |   62 -
 .../wizard/components/actions/Bundle_de.properties |  131 -
 .../wizard/components/panels/Bundle_de.properties  |  300 --
 .../wizard/containers/Bundle_de.properties         |   49 -
 .../installer/wizard/utils/Bundle_de.properties    |   48 -
 .../netbeans/libs/nbi/engine/Bundle_de.properties  |    3 -
 .../modules/applemenu/Bundle_de.properties         |   50 -
 .../autoupdate/services/Bundle_de.properties       |   21 -
 .../services/resources/Bundle_de.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_de.properties |   10 -
 .../org/netbeans/updater/Bundle_de.properties      |   71 -
 .../modules/autoupdate/ui/Bundle_de.properties     |  195 --
 .../autoupdate/ui/actions/Bundle_de.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_de.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_de.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_de.properties |    5 -
 .../editor/mimelookup/impl/Bundle_de.properties    |   48 -
 .../modules/editor/mimelookup/Bundle_de.properties |   47 -
 .../modules/favorites/Bundle_de.properties         |   82 -
 .../favorites/resources/templatesFile_de.html      |   48 -
 .../favorites/resources/templatesFolder_de.html    |   48 -
 .../favorites/templates/Bundle_de.properties       |   86 -
 .../netbeans/modules/javahelp/Bundle_de.properties |   81 -
 .../javahelp/resources/Bundle_de.properties        |   51 -
 .../javahelp/resources/masterHelpPage_de.html      |   48 -
 .../javahelp/resources/masterHelpSet_de.xml        |   93 -
 .../javahelp/resources/notEnabledModule_de.html    |   14 -
 .../javahelp/resources/notInstalledModule_de.html  |   12 -
 .../netbeans/modules/keyring/Bundle_de.properties  |    2 -
 .../modules/keyring/fallback/Bundle_de.properties  |   14 -
 .../masterfs/filebasedfs/Bundle_de.properties      |   82 -
 .../filebasedfs/fileobjects/Bundle_de.properties   |   47 -
 .../masterfs/resources/Bundle_de.properties        |   83 -
 .../netbeans/modules/options/Bundle_de.properties  |   80 -
 .../modules/options/advanced/Bundle_de.properties  |   50 -
 .../modules/options/classic/Bundle_de.properties   |   81 -
 .../modules/options/export/Bundle_de.properties    |   91 -
 .../modules/options/keymap/Bundle_de.properties    |  190 --
 .../netbeans/libs/layoutext/Bundle_de.properties   |   49 -
 .../common/resources/Bundle_de.properties          |    4 -
 .../netbeans/progress/module/Bundle_de.properties  |   43 -
 .../progress/module/resources/Bundle_de.properties |   47 -
 .../api/visual/widget/Bundle_de.properties         |   45 -
 .../modules/visual/resources/Bundle_de.properties  |   45 -
 .../lib/boot/org/netbeans/Bundle_de.properties     |   57 -
 .../netbeans/core/execution/Bundle_de.properties   |   58 -
 .../beaninfo/editors/Bundle_de.properties          |   81 -
 .../core/execution/resources/Bundle_de.properties  |   47 -
 .../org/netbeans/core/io/ui/Bundle_de.properties   |   19 -
 .../netbeans/core/multiview/Bundle_de.properties   |   50 -
 .../core/multiview/resources/Bundle_de.properties  |   47 -
 .../core/nativeaccess/Bundle_de.properties         |   48 -
 .../nativeaccess/transparency/Bundle_de.properties |    2 -
 .../org/netbeans/core/netigso/Bundle_de.properties |    2 -
 .../org/netbeans/core/osgi/Bundle_de.properties    |    2 -
 .../org/netbeans/core/output2/Bundle_de.properties |  154 -
 .../netbeans/core/output2/ui/Bundle_de.properties  |   52 -
 .../org/netbeans/core/startup/Bundle_de.properties |  229 --
 .../core/startup/layers/Bundle_de.properties       |   58 -
 .../core/ui/options/filetypes/Bundle_de.properties |   99 -
 .../core/ui/options/general/Bundle_de.properties   |  264 --
 .../core/ui/resources/Bundle_de.properties         |   76 -
 .../netbeans/core/ui/sampler/Bundle_de.properties  |   52 -
 .../netbeans/core/ui/sysopen/Bundle_de.properties  |   44 -
 .../netbeans/core/ui/warmup/Bundle_de.properties   |   57 -
 .../org/netbeans/core/windows/Bundle_de.properties |   65 -
 .../core/windows/actions/Bundle_de.properties      |   97 -
 .../core/windows/options/Bundle_de.properties      |   64 -
 .../core/windows/persistence/Bundle_de.properties  |   64 -
 .../core/windows/resources/Bundle_de.properties    |   53 -
 .../core/windows/services/Bundle_de.properties     |   99 -
 .../core/windows/view/ui/Bundle_de.properties      |   89 -
 .../windows/view/ui/toolbars/Bundle_de.properties  |   91 -
 .../netbeans/beaninfo/editors/Bundle_de.properties |  244 --
 .../org/netbeans/core/Bundle_de.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_de.properties |   70 -
 .../org/netbeans/core/ui/Bundle_de.properties      |   58 -
 .../org/netbeans/libs/felix/Bundle_de.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_de.properties     |   48 -
 .../org/netbeans/libs/jsr223/Bundle_de.properties  |   48 -
 .../org/netbeans/libs/junit4/Bundle_de.properties  |   47 -
 .../org/netbeans/libs/osgi/Bundle_de.properties    |    2 -
 .../modules/quicksearch/Bundle_de.properties       |   55 -
 .../modules/quicksearch/web/Bundle_de.properties   |   49 -
 .../netbeans/spi/quicksearch/Bundle_de.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_de.properties |    2 -
 .../netbeans/swing/outline/Bundle_de.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_de.properties   |   51 -
 .../netbeans/swing/plaf/winxp/Bundle_de.properties |   41 -
 .../netbeans/swing/tabcontrol/Bundle_de.properties |   54 -
 .../swing/tabcontrol/plaf/Bundle_de.properties     |   59 -
 .../org/openide/actions/Bundle_de.properties       |  153 -
 .../org/openide/awt/Bundle_de.properties           |  122 -
 .../org/openide/compat/Bundle_de.properties        |   48 -
 .../org/openide/Bundle_de.properties               |  133 -
 .../org/openide/execution/Bundle_de.properties     |   47 -
 .../org/openide/explorer/Bundle_de.properties      |   92 -
 .../explorer/propertysheet/Bundle_de.properties    |  239 --
 .../org/openide/explorer/view/Bundle_de.properties |  127 -
 .../filesystems/declmime/Bundle_de.properties      |   46 -
 .../org/openide/filesystems/Bundle_de.properties   |  204 --
 .../org/openide/io/Bundle_de.properties            |   47 -
 .../modules/templates/Bundle_de.properties         |    5 -
 .../org/openide/loaders/Bundle_de.properties       |  328 ---
 .../org/openide/modules/Bundle_de.properties       |   48 -
 .../org/openide/nodes/Bundle_de.properties         |   99 -
 .../org/openide/options/Bundle_de.properties       |   56 -
 .../org/openide/text/Bundle_de.properties          |  137 -
 .../org/openide/util/enum/Bundle_de.properties     |   49 -
 .../org/openide/util/lookup/Bundle_de.properties   |    2 -
 .../org/openide/util/Bundle_de.properties          |  158 -
 .../openide/util/datatransfer/Bundle_de.properties |   52 -
 .../org/openide/windows/Bundle_de.properties       |   72 -
 .../modules/print/action/Bundle_de.properties      |   51 -
 .../modules/print/resources/Bundle_de.properties   |   52 -
 .../netbeans/modules/print/ui/Bundle_de.properties |  128 -
 .../modules/print/util/Bundle_de.properties        |   63 -
 .../modules/progress/ui/Bundle_de.properties       |   74 -
 .../netbeans/modules/queries/Bundle_de.properties  |   47 -
 .../org/netbeans/api/sendopts/Bundle_de.properties |   66 -
 .../netbeans/modules/sendopts/Bundle_de.properties |   49 -
 .../settings/resources/Bundle_de.properties        |   47 -
 .../org/netbeans/spi/actions/Bundle_de.properties  |    5 -
 .../modules/templates/Bundle_de.properties         |    6 -
 .../apisupport/harness/Bundle_el.properties        |   48 -
 .../apisupport/tc/cobertura/Bundle_el.properties   |    5 -
 .../jellytools/platform/Bundle_el.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_el.properties   |   50 -
 .../org/netbeans/junit/Bundle_el.properties        |   49 -
 .../org/netbeans/insane/impl/Bundle_el.properties  |   47 -
 .../org/netbeans/libs/nbi/ant/Bundle_el.properties |    3 -
 .../org/netbeans/installer/Bundle_el.properties    |   56 -
 .../installer/downloader/Bundle_el.properties      |   45 -
 .../downloader/connector/Bundle_el.properties      |   52 -
 .../installer/product/Bundle_el.properties         |   86 -
 .../product/components/Bundle_el.properties        |   79 -
 .../netbeans/installer/utils/Bundle_el.properties  |   88 -
 .../utils/applications/Bundle_el.properties        |   44 -
 .../utils/cli/options/Bundle_el.properties         |   57 -
 .../installer/utils/helper/Bundle_el.properties    |   55 -
 .../utils/helper/swing/Bundle_el.properties        |   49 -
 .../installer/utils/progress/Bundle_el.properties  |   52 -
 .../utils/system/launchers/Bundle_el.properties    |   44 -
 .../system/launchers/impl/Bundle_el.properties     |   51 -
 .../utils/system/resolver/Bundle_el.properties     |   39 -
 .../utils/system/windows/Bundle_el.properties      |   41 -
 .../netbeans/installer/wizard/Bundle_el.properties |   50 -
 .../wizard/components/Bundle_el.properties         |   62 -
 .../wizard/components/actions/Bundle_el.properties |  131 -
 .../wizard/components/panels/Bundle_el.properties  |  300 --
 .../wizard/containers/Bundle_el.properties         |   49 -
 .../installer/wizard/utils/Bundle_el.properties    |   48 -
 .../netbeans/libs/nbi/engine/Bundle_el.properties  |    3 -
 .../modules/applemenu/Bundle_el.properties         |   50 -
 .../autoupdate/services/Bundle_el.properties       |   21 -
 .../services/resources/Bundle_el.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_el.properties |   10 -
 .../org/netbeans/updater/Bundle_el.properties      |   71 -
 .../modules/autoupdate/ui/Bundle_el.properties     |  195 --
 .../autoupdate/ui/actions/Bundle_el.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_el.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_el.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_el.properties |    5 -
 .../editor/mimelookup/impl/Bundle_el.properties    |   48 -
 .../modules/editor/mimelookup/Bundle_el.properties |   47 -
 .../modules/favorites/Bundle_el.properties         |   82 -
 .../favorites/templates/Bundle_el.properties       |   86 -
 .../netbeans/modules/javahelp/Bundle_el.properties |   81 -
 .../javahelp/resources/Bundle_el.properties        |   51 -
 .../netbeans/modules/keyring/Bundle_el.properties  |    2 -
 .../modules/keyring/fallback/Bundle_el.properties  |   14 -
 .../masterfs/filebasedfs/Bundle_el.properties      |   82 -
 .../filebasedfs/fileobjects/Bundle_el.properties   |   47 -
 .../masterfs/resources/Bundle_el.properties        |   83 -
 .../netbeans/modules/options/Bundle_el.properties  |   80 -
 .../modules/options/advanced/Bundle_el.properties  |   50 -
 .../modules/options/classic/Bundle_el.properties   |   81 -
 .../modules/options/export/Bundle_el.properties    |   91 -
 .../modules/options/keymap/Bundle_el.properties    |  190 --
 .../netbeans/libs/layoutext/Bundle_el.properties   |   49 -
 .../common/resources/Bundle_el.properties          |    4 -
 .../progress/module/resources/Bundle_el.properties |   47 -
 .../api/visual/widget/Bundle_el.properties         |   45 -
 .../modules/visual/resources/Bundle_el.properties  |   45 -
 .../lib/boot/org/netbeans/Bundle_el.properties     |   57 -
 .../netbeans/core/execution/Bundle_el.properties   |   58 -
 .../beaninfo/editors/Bundle_el.properties          |   81 -
 .../core/execution/resources/Bundle_el.properties  |   47 -
 .../org/netbeans/core/io/ui/Bundle_el.properties   |   19 -
 .../netbeans/core/multiview/Bundle_el.properties   |   50 -
 .../core/multiview/resources/Bundle_el.properties  |   47 -
 .../core/nativeaccess/Bundle_el.properties         |   48 -
 .../nativeaccess/transparency/Bundle_el.properties |    2 -
 .../org/netbeans/core/netigso/Bundle_el.properties |    2 -
 .../org/netbeans/core/osgi/Bundle_el.properties    |    2 -
 .../org/netbeans/core/output2/Bundle_el.properties |  154 -
 .../netbeans/core/output2/ui/Bundle_el.properties  |   52 -
 .../org/netbeans/core/startup/Bundle_el.properties |  229 --
 .../core/startup/layers/Bundle_el.properties       |   58 -
 .../core/ui/options/filetypes/Bundle_el.properties |   99 -
 .../core/ui/options/general/Bundle_el.properties   |  264 --
 .../core/ui/resources/Bundle_el.properties         |   76 -
 .../netbeans/core/ui/sampler/Bundle_el.properties  |   52 -
 .../netbeans/core/ui/sysopen/Bundle_el.properties  |   44 -
 .../netbeans/core/ui/warmup/Bundle_el.properties   |   57 -
 .../org/netbeans/core/windows/Bundle_el.properties |   65 -
 .../core/windows/actions/Bundle_el.properties      |   97 -
 .../core/windows/options/Bundle_el.properties      |   64 -
 .../core/windows/persistence/Bundle_el.properties  |   64 -
 .../core/windows/resources/Bundle_el.properties    |   53 -
 .../core/windows/services/Bundle_el.properties     |   99 -
 .../core/windows/view/ui/Bundle_el.properties      |   89 -
 .../windows/view/ui/toolbars/Bundle_el.properties  |   91 -
 .../netbeans/beaninfo/editors/Bundle_el.properties |  244 --
 .../org/netbeans/core/Bundle_el.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_el.properties |   70 -
 .../org/netbeans/core/ui/Bundle_el.properties      |   58 -
 .../org/netbeans/libs/felix/Bundle_el.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_el.properties     |   48 -
 .../org/netbeans/libs/jsr223/Bundle_el.properties  |   48 -
 .../org/netbeans/libs/junit4/Bundle_el.properties  |   47 -
 .../org/netbeans/libs/osgi/Bundle_el.properties    |    2 -
 .../modules/quicksearch/Bundle_el.properties       |   55 -
 .../modules/quicksearch/web/Bundle_el.properties   |   49 -
 .../netbeans/spi/quicksearch/Bundle_el.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_el.properties |    2 -
 .../netbeans/swing/outline/Bundle_el.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_el.properties   |   51 -
 .../netbeans/swing/tabcontrol/Bundle_el.properties |   54 -
 .../swing/tabcontrol/plaf/Bundle_el.properties     |   59 -
 .../org/openide/actions/Bundle_el.properties       |  153 -
 .../org/openide/awt/Bundle_el.properties           |  122 -
 .../org/openide/compat/Bundle_el.properties        |   48 -
 .../org/openide/Bundle_el.properties               |  133 -
 .../org/openide/execution/Bundle_el.properties     |   47 -
 .../org/openide/explorer/Bundle_el.properties      |   92 -
 .../explorer/propertysheet/Bundle_el.properties    |  239 --
 .../org/openide/explorer/view/Bundle_el.properties |  127 -
 .../filesystems/declmime/Bundle_el.properties      |   46 -
 .../org/openide/filesystems/Bundle_el.properties   |  204 --
 .../org/openide/io/Bundle_el.properties            |   47 -
 .../modules/templates/Bundle_el.properties         |    5 -
 .../org/openide/loaders/Bundle_el.properties       |  328 ---
 .../org/openide/modules/Bundle_el.properties       |   48 -
 .../org/openide/nodes/Bundle_el.properties         |   99 -
 .../org/openide/options/Bundle_el.properties       |   56 -
 .../org/openide/text/Bundle_el.properties          |  137 -
 .../org/openide/util/enum/Bundle_el.properties     |   49 -
 .../org/openide/util/lookup/Bundle_el.properties   |    2 -
 .../org/openide/util/Bundle_el.properties          |  158 -
 .../openide/util/datatransfer/Bundle_el.properties |   52 -
 .../org/openide/windows/Bundle_el.properties       |   72 -
 .../modules/print/action/Bundle_el.properties      |   51 -
 .../modules/print/resources/Bundle_el.properties   |   52 -
 .../netbeans/modules/print/ui/Bundle_el.properties |  128 -
 .../modules/print/util/Bundle_el.properties        |   63 -
 .../modules/progress/ui/Bundle_el.properties       |   74 -
 .../netbeans/modules/queries/Bundle_el.properties  |   47 -
 .../org/netbeans/api/sendopts/Bundle_el.properties |   66 -
 .../netbeans/modules/sendopts/Bundle_el.properties |   49 -
 .../settings/resources/Bundle_el.properties        |   47 -
 .../org/netbeans/spi/actions/Bundle_el.properties  |    5 -
 .../apisupport/harness/Bundle_es.properties        |   48 -
 .../apisupport/tc/cobertura/Bundle_es.properties   |    5 -
 .../jellytools/platform/Bundle_es.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_es.properties   |   50 -
 .../org/netbeans/junit/Bundle_es.properties        |   49 -
 .../org/netbeans/insane/impl/Bundle_es.properties  |   47 -
 .../org/netbeans/libs/nbi/ant/Bundle_es.properties |    3 -
 .../org/netbeans/installer/Bundle_es.properties    |   56 -
 .../installer/downloader/Bundle_es.properties      |   45 -
 .../downloader/connector/Bundle_es.properties      |   52 -
 .../installer/product/Bundle_es.properties         |   86 -
 .../product/components/Bundle_es.properties        |   79 -
 .../netbeans/installer/utils/Bundle_es.properties  |   88 -
 .../utils/applications/Bundle_es.properties        |   44 -
 .../utils/cli/options/Bundle_es.properties         |   57 -
 .../installer/utils/helper/Bundle_es.properties    |   55 -
 .../utils/helper/swing/Bundle_es.properties        |   49 -
 .../installer/utils/progress/Bundle_es.properties  |   52 -
 .../utils/system/launchers/Bundle_es.properties    |   44 -
 .../system/launchers/impl/Bundle_es.properties     |   51 -
 .../utils/system/resolver/Bundle_es.properties     |   39 -
 .../utils/system/windows/Bundle_es.properties      |   41 -
 .../netbeans/installer/wizard/Bundle_es.properties |   50 -
 .../wizard/components/Bundle_es.properties         |   62 -
 .../wizard/components/actions/Bundle_es.properties |  131 -
 .../wizard/components/panels/Bundle_es.properties  |  300 --
 .../wizard/containers/Bundle_es.properties         |   49 -
 .../installer/wizard/utils/Bundle_es.properties    |   48 -
 .../netbeans/libs/nbi/engine/Bundle_es.properties  |    3 -
 .../modules/applemenu/Bundle_es.properties         |   50 -
 .../autoupdate/services/Bundle_es.properties       |   21 -
 .../services/resources/Bundle_es.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_es.properties |   10 -
 .../org/netbeans/updater/Bundle_es.properties      |   71 -
 .../modules/autoupdate/ui/Bundle_es.properties     |  195 --
 .../autoupdate/ui/actions/Bundle_es.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_es.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_es.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_es.properties |    5 -
 .../editor/mimelookup/impl/Bundle_es.properties    |   48 -
 .../modules/editor/mimelookup/Bundle_es.properties |   47 -
 .../modules/favorites/Bundle_es.properties         |   82 -
 .../favorites/resources/templatesFile_es.html      |   48 -
 .../favorites/resources/templatesFolder_es.html    |   48 -
 .../favorites/templates/Bundle_es.properties       |   86 -
 .../netbeans/modules/javahelp/Bundle_es.properties |   81 -
 .../javahelp/resources/Bundle_es.properties        |   51 -
 .../javahelp/resources/masterHelpPage_es.html      |   48 -
 .../javahelp/resources/masterHelpSet_es.xml        |   93 -
 .../javahelp/resources/notEnabledModule_es.html    |   14 -
 .../javahelp/resources/notInstalledModule_es.html  |   12 -
 .../netbeans/modules/keyring/Bundle_es.properties  |    2 -
 .../modules/keyring/fallback/Bundle_es.properties  |   14 -
 .../masterfs/filebasedfs/Bundle_es.properties      |   82 -
 .../filebasedfs/fileobjects/Bundle_es.properties   |   47 -
 .../masterfs/resources/Bundle_es.properties        |   83 -
 .../netbeans/modules/options/Bundle_es.properties  |   80 -
 .../modules/options/advanced/Bundle_es.properties  |   50 -
 .../modules/options/classic/Bundle_es.properties   |   81 -
 .../modules/options/export/Bundle_es.properties    |   91 -
 .../modules/options/keymap/Bundle_es.properties    |  190 --
 .../netbeans/libs/layoutext/Bundle_es.properties   |   49 -
 .../common/resources/Bundle_es.properties          |    4 -
 .../netbeans/progress/module/Bundle_es.properties  |   43 -
 .../progress/module/resources/Bundle_es.properties |   47 -
 .../api/visual/widget/Bundle_es.properties         |   45 -
 .../modules/visual/resources/Bundle_es.properties  |   45 -
 .../lib/boot/org/netbeans/Bundle_es.properties     |   57 -
 .../netbeans/core/execution/Bundle_es.properties   |   58 -
 .../beaninfo/editors/Bundle_es.properties          |   81 -
 .../core/execution/resources/Bundle_es.properties  |   47 -
 .../org/netbeans/core/io/ui/Bundle_es.properties   |   19 -
 .../netbeans/core/multiview/Bundle_es.properties   |   50 -
 .../core/multiview/resources/Bundle_es.properties  |   47 -
 .../core/nativeaccess/Bundle_es.properties         |   48 -
 .../nativeaccess/transparency/Bundle_es.properties |    2 -
 .../org/netbeans/core/netigso/Bundle_es.properties |    2 -
 .../org/netbeans/core/osgi/Bundle_es.properties    |    2 -
 .../org/netbeans/core/output2/Bundle_es.properties |  154 -
 .../netbeans/core/output2/ui/Bundle_es.properties  |   52 -
 .../org/netbeans/core/startup/Bundle_es.properties |  229 --
 .../core/startup/layers/Bundle_es.properties       |   58 -
 .../core/ui/options/filetypes/Bundle_es.properties |   99 -
 .../core/ui/options/general/Bundle_es.properties   |  264 --
 .../core/ui/resources/Bundle_es.properties         |   76 -
 .../netbeans/core/ui/sampler/Bundle_es.properties  |   52 -
 .../netbeans/core/ui/sysopen/Bundle_es.properties  |   44 -
 .../netbeans/core/ui/warmup/Bundle_es.properties   |   57 -
 .../org/netbeans/core/windows/Bundle_es.properties |   65 -
 .../core/windows/actions/Bundle_es.properties      |   97 -
 .../core/windows/options/Bundle_es.properties      |   64 -
 .../core/windows/persistence/Bundle_es.properties  |   64 -
 .../core/windows/resources/Bundle_es.properties    |   53 -
 .../core/windows/services/Bundle_es.properties     |   99 -
 .../core/windows/view/ui/Bundle_es.properties      |   89 -
 .../windows/view/ui/toolbars/Bundle_es.properties  |   91 -
 .../netbeans/beaninfo/editors/Bundle_es.properties |  244 --
 .../org/netbeans/core/Bundle_es.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_es.properties |   70 -
 .../org/netbeans/core/ui/Bundle_es.properties      |   58 -
 .../org/netbeans/libs/felix/Bundle_es.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_es.properties     |   48 -
 .../org/netbeans/libs/jsr223/Bundle_es.properties  |   48 -
 .../org/netbeans/libs/junit4/Bundle_es.properties  |   47 -
 .../org/netbeans/libs/osgi/Bundle_es.properties    |    2 -
 .../modules/quicksearch/Bundle_es.properties       |   55 -
 .../modules/quicksearch/web/Bundle_es.properties   |   49 -
 .../netbeans/spi/quicksearch/Bundle_es.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_es.properties |    2 -
 .../netbeans/swing/outline/Bundle_es.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_es.properties   |   51 -
 .../netbeans/swing/plaf/winxp/Bundle_es.properties |   41 -
 .../netbeans/swing/tabcontrol/Bundle_es.properties |   54 -
 .../swing/tabcontrol/plaf/Bundle_es.properties     |   59 -
 .../org/openide/actions/Bundle_es.properties       |  153 -
 .../org/openide/awt/Bundle_es.properties           |  122 -
 .../org/openide/compat/Bundle_es.properties        |   48 -
 .../org/openide/Bundle_es.properties               |  133 -
 .../org/openide/execution/Bundle_es.properties     |   47 -
 .../org/openide/explorer/Bundle_es.properties      |   92 -
 .../explorer/propertysheet/Bundle_es.properties    |  239 --
 .../org/openide/explorer/view/Bundle_es.properties |  127 -
 .../filesystems/declmime/Bundle_es.properties      |   46 -
 .../org/openide/filesystems/Bundle_es.properties   |  204 --
 .../org/openide/io/Bundle_es.properties            |   47 -
 .../modules/templates/Bundle_es.properties         |    5 -
 .../org/openide/loaders/Bundle_es.properties       |  328 ---
 .../org/openide/modules/Bundle_es.properties       |   48 -
 .../org/openide/nodes/Bundle_es.properties         |   99 -
 .../org/openide/options/Bundle_es.properties       |   56 -
 .../org/openide/text/Bundle_es.properties          |  137 -
 .../org/openide/util/enum/Bundle_es.properties     |   49 -
 .../org/openide/util/lookup/Bundle_es.properties   |    2 -
 .../org/openide/util/Bundle_es.properties          |  158 -
 .../openide/util/datatransfer/Bundle_es.properties |   52 -
 .../org/openide/windows/Bundle_es.properties       |   72 -
 .../modules/print/action/Bundle_es.properties      |   51 -
 .../modules/print/resources/Bundle_es.properties   |   52 -
 .../netbeans/modules/print/ui/Bundle_es.properties |  128 -
 .../modules/print/util/Bundle_es.properties        |   63 -
 .../modules/progress/ui/Bundle_es.properties       |   74 -
 .../netbeans/modules/queries/Bundle_es.properties  |   47 -
 .../org/netbeans/api/sendopts/Bundle_es.properties |   66 -
 .../netbeans/modules/sendopts/Bundle_es.properties |   49 -
 .../settings/resources/Bundle_es.properties        |   47 -
 .../org/netbeans/spi/actions/Bundle_es.properties  |    5 -
 .../modules/templates/Bundle_es.properties         |    6 -
 .../apisupport/harness/Bundle_es_CO.properties     |   48 -
 .../tc/cobertura/Bundle_es_CO.properties           |    5 -
 .../jellytools/platform/Bundle_es_CO.properties    |    2 -
 .../jemmy/idemodule/Bundle_es_CO.properties        |   50 -
 .../org/netbeans/junit/Bundle_es_CO.properties     |   49 -
 .../netbeans/insane/impl/Bundle_es_CO.properties   |   47 -
 .../netbeans/libs/nbi/ant/Bundle_es_CO.properties  |    3 -
 .../org/netbeans/installer/Bundle_es_CO.properties |   56 -
 .../installer/downloader/Bundle_es_CO.properties   |   45 -
 .../downloader/connector/Bundle_es_CO.properties   |   52 -
 .../installer/product/Bundle_es_CO.properties      |   86 -
 .../product/components/Bundle_es_CO.properties     |   79 -
 .../installer/utils/Bundle_es_CO.properties        |   88 -
 .../utils/applications/Bundle_es_CO.properties     |   44 -
 .../utils/cli/options/Bundle_es_CO.properties      |   57 -
 .../installer/utils/helper/Bundle_es_CO.properties |   55 -
 .../utils/helper/swing/Bundle_es_CO.properties     |   49 -
 .../utils/progress/Bundle_es_CO.properties         |   52 -
 .../utils/system/launchers/Bundle_es_CO.properties |   44 -
 .../system/launchers/impl/Bundle_es_CO.properties  |   51 -
 .../utils/system/resolver/Bundle_es_CO.properties  |   39 -
 .../utils/system/windows/Bundle_es_CO.properties   |   41 -
 .../installer/wizard/Bundle_es_CO.properties       |   50 -
 .../wizard/components/Bundle_es_CO.properties      |   62 -
 .../components/actions/Bundle_es_CO.properties     |  131 -
 .../components/panels/Bundle_es_CO.properties      |  300 --
 .../wizard/containers/Bundle_es_CO.properties      |   49 -
 .../installer/wizard/utils/Bundle_es_CO.properties |   48 -
 .../libs/nbi/engine/Bundle_es_CO.properties        |    3 -
 .../modules/applemenu/Bundle_es_CO.properties      |   50 -
 .../autoupdate/services/Bundle_es_CO.properties    |   21 -
 .../services/resources/Bundle_es_CO.properties     |    5 -
 .../updateprovider/Bundle_es_CO.properties         |   10 -
 .../org/netbeans/updater/Bundle_es_CO.properties   |   71 -
 .../modules/autoupdate/ui/Bundle_es_CO.properties  |  195 --
 .../autoupdate/ui/actions/Bundle_es_CO.properties  |    9 -
 .../ui/resources/Bundle_es_CO.properties           |    5 -
 .../autoupdate/ui/wizards/Bundle_es_CO.properties  |  171 --
 .../modules/core/kit/Bundle_es_CO.properties       |    5 -
 .../editor/mimelookup/impl/Bundle_es_CO.properties |   48 -
 .../editor/mimelookup/Bundle_es_CO.properties      |   47 -
 .../modules/favorites/Bundle_es_CO.properties      |   82 -
 .../favorites/templates/Bundle_es_CO.properties    |   86 -
 .../modules/javahelp/Bundle_es_CO.properties       |   81 -
 .../javahelp/resources/Bundle_es_CO.properties     |   51 -
 .../modules/keyring/Bundle_es_CO.properties        |    2 -
 .../keyring/fallback/Bundle_es_CO.properties       |   14 -
 .../masterfs/filebasedfs/Bundle_es_CO.properties   |   82 -
 .../fileobjects/Bundle_es_CO.properties            |   47 -
 .../masterfs/resources/Bundle_es_CO.properties     |   83 -
 .../modules/options/Bundle_es_CO.properties        |   80 -
 .../options/advanced/Bundle_es_CO.properties       |   50 -
 .../options/classic/Bundle_es_CO.properties        |   81 -
 .../modules/options/export/Bundle_es_CO.properties |   91 -
 .../modules/options/keymap/Bundle_es_CO.properties |  190 --
 .../libs/layoutext/Bundle_es_CO.properties         |   49 -
 .../common/resources/Bundle_es_CO.properties       |    4 -
 .../module/resources/Bundle_es_CO.properties       |   47 -
 .../api/visual/widget/Bundle_es_CO.properties      |   45 -
 .../visual/resources/Bundle_es_CO.properties       |   45 -
 .../lib/boot/org/netbeans/Bundle_es_CO.properties  |   57 -
 .../core/execution/Bundle_es_CO.properties         |   58 -
 .../beaninfo/editors/Bundle_es_CO.properties       |   81 -
 .../execution/resources/Bundle_es_CO.properties    |   47 -
 .../netbeans/core/io/ui/Bundle_es_CO.properties    |   19 -
 .../core/multiview/Bundle_es_CO.properties         |   50 -
 .../multiview/resources/Bundle_es_CO.properties    |   47 -
 .../core/nativeaccess/Bundle_es_CO.properties      |   48 -
 .../transparency/Bundle_es_CO.properties           |    2 -
 .../netbeans/core/netigso/Bundle_es_CO.properties  |    2 -
 .../org/netbeans/core/osgi/Bundle_es_CO.properties |    2 -
 .../netbeans/core/output2/Bundle_es_CO.properties  |  154 -
 .../core/output2/ui/Bundle_es_CO.properties        |   52 -
 .../netbeans/core/startup/Bundle_es_CO.properties  |  229 --
 .../core/startup/layers/Bundle_es_CO.properties    |   58 -
 .../ui/options/filetypes/Bundle_es_CO.properties   |   99 -
 .../ui/options/general/Bundle_es_CO.properties     |  264 --
 .../core/ui/resources/Bundle_es_CO.properties      |   76 -
 .../core/ui/sampler/Bundle_es_CO.properties        |   52 -
 .../core/ui/sysopen/Bundle_es_CO.properties        |   44 -
 .../core/ui/warmup/Bundle_es_CO.properties         |   57 -
 .../netbeans/core/windows/Bundle_es_CO.properties  |   65 -
 .../core/windows/actions/Bundle_es_CO.properties   |   97 -
 .../core/windows/options/Bundle_es_CO.properties   |   64 -
 .../windows/persistence/Bundle_es_CO.properties    |   64 -
 .../core/windows/resources/Bundle_es_CO.properties |   53 -
 .../core/windows/services/Bundle_es_CO.properties  |   99 -
 .../core/windows/view/ui/Bundle_es_CO.properties   |   89 -
 .../view/ui/toolbars/Bundle_es_CO.properties       |   91 -
 .../beaninfo/editors/Bundle_es_CO.properties       |  244 --
 .../org/netbeans/core/Bundle_es_CO.properties      |  174 --
 .../netbeans/core/actions/Bundle_es_CO.properties  |   70 -
 .../org/netbeans/core/ui/Bundle_es_CO.properties   |   58 -
 .../netbeans/libs/felix/Bundle_es_CO.properties    |   44 -
 .../org/netbeans/libs/jna/Bundle_es_CO.properties  |   48 -
 .../netbeans/libs/jsr223/Bundle_es_CO.properties   |   48 -
 .../netbeans/libs/junit4/Bundle_es_CO.properties   |   47 -
 .../org/netbeans/libs/osgi/Bundle_es_CO.properties |    2 -
 .../modules/quicksearch/Bundle_es_CO.properties    |   55 -
 .../quicksearch/web/Bundle_es_CO.properties        |   49 -
 .../spi/quicksearch/Bundle_es_CO.properties        |    5 -
 .../netbeans/swing/etable/Bundle_es_CO.properties  |    2 -
 .../netbeans/swing/outline/Bundle_es_CO.properties |    3 -
 .../netbeans/swing/plaf/Bundle_es_CO.properties    |   51 -
 .../swing/tabcontrol/Bundle_es_CO.properties       |   54 -
 .../swing/tabcontrol/plaf/Bundle_es_CO.properties  |   59 -
 .../org/openide/actions/Bundle_es_CO.properties    |  153 -
 .../org/openide/awt/Bundle_es_CO.properties        |  122 -
 .../org/openide/compat/Bundle_es_CO.properties     |   48 -
 .../org/openide/Bundle_es_CO.properties            |  133 -
 .../org/openide/execution/Bundle_es_CO.properties  |   47 -
 .../org/openide/explorer/Bundle_es_CO.properties   |   92 -
 .../explorer/propertysheet/Bundle_es_CO.properties |  239 --
 .../openide/explorer/view/Bundle_es_CO.properties  |  127 -
 .../filesystems/declmime/Bundle_es_CO.properties   |   46 -
 .../openide/filesystems/Bundle_es_CO.properties    |  204 --
 .../org/openide/io/Bundle_es_CO.properties         |   47 -
 .../modules/templates/Bundle_es_CO.properties      |    5 -
 .../org/openide/loaders/Bundle_es_CO.properties    |  328 ---
 .../org/openide/modules/Bundle_es_CO.properties    |   48 -
 .../org/openide/nodes/Bundle_es_CO.properties      |   99 -
 .../org/openide/options/Bundle_es_CO.properties    |   56 -
 .../org/openide/text/Bundle_es_CO.properties       |  137 -
 .../org/openide/util/enum/Bundle_es_CO.properties  |   49 -
 .../openide/util/lookup/Bundle_es_CO.properties    |    2 -
 .../org/openide/util/Bundle_es_CO.properties       |  158 -
 .../util/datatransfer/Bundle_es_CO.properties      |   52 -
 .../org/openide/windows/Bundle_es_CO.properties    |   72 -
 .../modules/print/action/Bundle_es_CO.properties   |   51 -
 .../print/resources/Bundle_es_CO.properties        |   52 -
 .../modules/print/ui/Bundle_es_CO.properties       |  128 -
 .../modules/print/util/Bundle_es_CO.properties     |   63 -
 .../modules/progress/ui/Bundle_es_CO.properties    |   74 -
 .../modules/queries/Bundle_es_CO.properties        |   47 -
 .../netbeans/api/sendopts/Bundle_es_CO.properties  |   66 -
 .../modules/sendopts/Bundle_es_CO.properties       |   49 -
 .../settings/resources/Bundle_es_CO.properties     |   47 -
 .../netbeans/spi/actions/Bundle_es_CO.properties   |    5 -
 .../apisupport/harness/Bundle_fil_PH.properties    |   48 -
 .../tc/cobertura/Bundle_fil_PH.properties          |    5 -
 .../jellytools/platform/Bundle_fil_PH.properties   |    2 -
 .../jemmy/idemodule/Bundle_fil_PH.properties       |   50 -
 .../org/netbeans/junit/Bundle_fil_PH.properties    |   49 -
 .../netbeans/insane/impl/Bundle_fil_PH.properties  |   47 -
 .../netbeans/libs/nbi/ant/Bundle_fil_PH.properties |    3 -
 .../netbeans/installer/Bundle_fil_PH.properties    |   56 -
 .../installer/downloader/Bundle_fil_PH.properties  |   45 -
 .../downloader/connector/Bundle_fil_PH.properties  |   52 -
 .../installer/product/Bundle_fil_PH.properties     |   86 -
 .../product/components/Bundle_fil_PH.properties    |   79 -
 .../installer/utils/Bundle_fil_PH.properties       |   88 -
 .../utils/applications/Bundle_fil_PH.properties    |   44 -
 .../utils/cli/options/Bundle_fil_PH.properties     |   57 -
 .../utils/helper/Bundle_fil_PH.properties          |   55 -
 .../utils/helper/swing/Bundle_fil_PH.properties    |   49 -
 .../utils/progress/Bundle_fil_PH.properties        |   52 -
 .../system/launchers/Bundle_fil_PH.properties      |   44 -
 .../system/launchers/impl/Bundle_fil_PH.properties |   51 -
 .../utils/system/resolver/Bundle_fil_PH.properties |   39 -
 .../utils/system/windows/Bundle_fil_PH.properties  |   41 -
 .../installer/wizard/Bundle_fil_PH.properties      |   50 -
 .../wizard/components/Bundle_fil_PH.properties     |   62 -
 .../components/actions/Bundle_fil_PH.properties    |  131 -
 .../components/panels/Bundle_fil_PH.properties     |  300 --
 .../wizard/containers/Bundle_fil_PH.properties     |   49 -
 .../wizard/utils/Bundle_fil_PH.properties          |   48 -
 .../libs/nbi/engine/Bundle_fil_PH.properties       |    3 -
 .../modules/applemenu/Bundle_fil_PH.properties     |   50 -
 .../autoupdate/services/Bundle_fil_PH.properties   |   21 -
 .../services/resources/Bundle_fil_PH.properties    |    5 -
 .../updateprovider/Bundle_fil_PH.properties        |   10 -
 .../org/netbeans/updater/Bundle_fil_PH.properties  |   71 -
 .../modules/autoupdate/ui/Bundle_fil_PH.properties |  195 --
 .../autoupdate/ui/actions/Bundle_fil_PH.properties |    9 -
 .../ui/resources/Bundle_fil_PH.properties          |    5 -
 .../autoupdate/ui/wizards/Bundle_fil_PH.properties |  171 --
 .../modules/core/kit/Bundle_fil_PH.properties      |    5 -
 .../mimelookup/impl/Bundle_fil_PH.properties       |   48 -
 .../editor/mimelookup/Bundle_fil_PH.properties     |   47 -
 .../modules/favorites/Bundle_fil_PH.properties     |   82 -
 .../favorites/templates/Bundle_fil_PH.properties   |   86 -
 .../modules/javahelp/Bundle_fil_PH.properties      |   81 -
 .../javahelp/resources/Bundle_fil_PH.properties    |   51 -
 .../modules/keyring/Bundle_fil_PH.properties       |    2 -
 .../keyring/fallback/Bundle_fil_PH.properties      |   14 -
 .../masterfs/filebasedfs/Bundle_fil_PH.properties  |   82 -
 .../fileobjects/Bundle_fil_PH.properties           |   47 -
 .../masterfs/resources/Bundle_fil_PH.properties    |   83 -
 .../modules/options/Bundle_fil_PH.properties       |   80 -
 .../options/advanced/Bundle_fil_PH.properties      |   50 -
 .../options/classic/Bundle_fil_PH.properties       |   81 -
 .../options/export/Bundle_fil_PH.properties        |   91 -
 .../options/keymap/Bundle_fil_PH.properties        |  190 --
 .../libs/layoutext/Bundle_fil_PH.properties        |   49 -
 .../common/resources/Bundle_fil_PH.properties      |    4 -
 .../module/resources/Bundle_fil_PH.properties      |   47 -
 .../api/visual/widget/Bundle_fil_PH.properties     |   45 -
 .../visual/resources/Bundle_fil_PH.properties      |   45 -
 .../lib/boot/org/netbeans/Bundle_fil_PH.properties |   57 -
 .../core/execution/Bundle_fil_PH.properties        |   58 -
 .../beaninfo/editors/Bundle_fil_PH.properties      |   81 -
 .../execution/resources/Bundle_fil_PH.properties   |   47 -
 .../netbeans/core/io/ui/Bundle_fil_PH.properties   |   19 -
 .../core/multiview/Bundle_fil_PH.properties        |   50 -
 .../multiview/resources/Bundle_fil_PH.properties   |   47 -
 .../core/nativeaccess/Bundle_fil_PH.properties     |   48 -
 .../transparency/Bundle_fil_PH.properties          |    2 -
 .../netbeans/core/netigso/Bundle_fil_PH.properties |    2 -
 .../netbeans/core/osgi/Bundle_fil_PH.properties    |    2 -
 .../netbeans/core/output2/Bundle_fil_PH.properties |  154 -
 .../core/output2/ui/Bundle_fil_PH.properties       |   52 -
 .../netbeans/core/startup/Bundle_fil_PH.properties |  229 --
 .../core/startup/layers/Bundle_fil_PH.properties   |   58 -
 .../ui/options/filetypes/Bundle_fil_PH.properties  |   99 -
 .../ui/options/general/Bundle_fil_PH.properties    |  264 --
 .../core/ui/resources/Bundle_fil_PH.properties     |   76 -
 .../core/ui/sampler/Bundle_fil_PH.properties       |   52 -
 .../core/ui/sysopen/Bundle_fil_PH.properties       |   44 -
 .../core/ui/warmup/Bundle_fil_PH.properties        |   57 -
 .../netbeans/core/windows/Bundle_fil_PH.properties |   65 -
 .../core/windows/actions/Bundle_fil_PH.properties  |   97 -
 .../core/windows/options/Bundle_fil_PH.properties  |   64 -
 .../windows/persistence/Bundle_fil_PH.properties   |   64 -
 .../windows/resources/Bundle_fil_PH.properties     |   53 -
 .../core/windows/services/Bundle_fil_PH.properties |   99 -
 .../core/windows/view/ui/Bundle_fil_PH.properties  |   89 -
 .../view/ui/toolbars/Bundle_fil_PH.properties      |   91 -
 .../beaninfo/editors/Bundle_fil_PH.properties      |  244 --
 .../org/netbeans/core/Bundle_fil_PH.properties     |  174 --
 .../netbeans/core/actions/Bundle_fil_PH.properties |   70 -
 .../org/netbeans/core/ui/Bundle_fil_PH.properties  |   58 -
 .../netbeans/libs/felix/Bundle_fil_PH.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_fil_PH.properties |   48 -
 .../netbeans/libs/jsr223/Bundle_fil_PH.properties  |   48 -
 .../netbeans/libs/junit4/Bundle_fil_PH.properties  |   47 -
 .../netbeans/libs/osgi/Bundle_fil_PH.properties    |    2 -
 .../modules/quicksearch/Bundle_fil_PH.properties   |   55 -
 .../quicksearch/web/Bundle_fil_PH.properties       |   49 -
 .../spi/quicksearch/Bundle_fil_PH.properties       |    5 -
 .../netbeans/swing/etable/Bundle_fil_PH.properties |    2 -
 .../swing/outline/Bundle_fil_PH.properties         |    3 -
 .../netbeans/swing/plaf/Bundle_fil_PH.properties   |   51 -
 .../swing/tabcontrol/Bundle_fil_PH.properties      |   54 -
 .../swing/tabcontrol/plaf/Bundle_fil_PH.properties |   59 -
 .../org/openide/actions/Bundle_fil_PH.properties   |  153 -
 .../org/openide/awt/Bundle_fil_PH.properties       |  122 -
 .../org/openide/compat/Bundle_fil_PH.properties    |   48 -
 .../org/openide/Bundle_fil_PH.properties           |  133 -
 .../org/openide/execution/Bundle_fil_PH.properties |   47 -
 .../org/openide/explorer/Bundle_fil_PH.properties  |   92 -
 .../propertysheet/Bundle_fil_PH.properties         |  239 --
 .../openide/explorer/view/Bundle_fil_PH.properties |  127 -
 .../filesystems/declmime/Bundle_fil_PH.properties  |   46 -
 .../openide/filesystems/Bundle_fil_PH.properties   |  204 --
 .../org/openide/io/Bundle_fil_PH.properties        |   47 -
 .../modules/templates/Bundle_fil_PH.properties     |    5 -
 .../org/openide/loaders/Bundle_fil_PH.properties   |  328 ---
 .../org/openide/modules/Bundle_fil_PH.properties   |   48 -
 .../org/openide/nodes/Bundle_fil_PH.properties     |   99 -
 .../org/openide/options/Bundle_fil_PH.properties   |   56 -
 .../org/openide/text/Bundle_fil_PH.properties      |  137 -
 .../org/openide/util/enum/Bundle_fil_PH.properties |   49 -
 .../openide/util/lookup/Bundle_fil_PH.properties   |    2 -
 .../org/openide/util/Bundle_fil_PH.properties      |  158 -
 .../util/datatransfer/Bundle_fil_PH.properties     |   52 -
 .../org/openide/windows/Bundle_fil_PH.properties   |   72 -
 .../modules/print/action/Bundle_fil_PH.properties  |   51 -
 .../print/resources/Bundle_fil_PH.properties       |   52 -
 .../modules/print/ui/Bundle_fil_PH.properties      |  128 -
 .../modules/print/util/Bundle_fil_PH.properties    |   63 -
 .../modules/progress/ui/Bundle_fil_PH.properties   |   74 -
 .../modules/queries/Bundle_fil_PH.properties       |   47 -
 .../netbeans/api/sendopts/Bundle_fil_PH.properties |   66 -
 .../modules/sendopts/Bundle_fil_PH.properties      |   49 -
 .../settings/resources/Bundle_fil_PH.properties    |   47 -
 .../netbeans/spi/actions/Bundle_fil_PH.properties  |    5 -
 .../apisupport/harness/Bundle_fr.properties        |   48 -
 .../apisupport/tc/cobertura/Bundle_fr.properties   |    5 -
 .../jellytools/platform/Bundle_fr.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_fr.properties   |   50 -
 .../org/netbeans/junit/Bundle_fr.properties        |   49 -
 .../org/netbeans/insane/impl/Bundle_fr.properties  |   47 -
 .../org/netbeans/libs/nbi/ant/Bundle_fr.properties |    3 -
 .../org/netbeans/installer/Bundle_fr.properties    |   56 -
 .../installer/downloader/Bundle_fr.properties      |   45 -
 .../downloader/connector/Bundle_fr.properties      |   52 -
 .../installer/product/Bundle_fr.properties         |   86 -
 .../product/components/Bundle_fr.properties        |   79 -
 .../netbeans/installer/utils/Bundle_fr.properties  |   88 -
 .../utils/applications/Bundle_fr.properties        |   44 -
 .../utils/cli/options/Bundle_fr.properties         |   57 -
 .../installer/utils/helper/Bundle_fr.properties    |   55 -
 .../utils/helper/swing/Bundle_fr.properties        |   49 -
 .../installer/utils/progress/Bundle_fr.properties  |   52 -
 .../utils/system/launchers/Bundle_fr.properties    |   44 -
 .../system/launchers/impl/Bundle_fr.properties     |   51 -
 .../utils/system/resolver/Bundle_fr.properties     |   39 -
 .../utils/system/windows/Bundle_fr.properties      |   41 -
 .../netbeans/installer/wizard/Bundle_fr.properties |   50 -
 .../wizard/components/Bundle_fr.properties         |   62 -
 .../wizard/components/actions/Bundle_fr.properties |  131 -
 .../wizard/components/panels/Bundle_fr.properties  |  300 --
 .../wizard/containers/Bundle_fr.properties         |   49 -
 .../installer/wizard/utils/Bundle_fr.properties    |   48 -
 .../netbeans/libs/nbi/engine/Bundle_fr.properties  |    3 -
 .../modules/applemenu/Bundle_fr.properties         |   50 -
 .../autoupdate/services/Bundle_fr.properties       |   21 -
 .../services/resources/Bundle_fr.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_fr.properties |   10 -
 .../org/netbeans/updater/Bundle_fr.properties      |   71 -
 .../modules/autoupdate/ui/Bundle_fr.properties     |  195 --
 .../autoupdate/ui/actions/Bundle_fr.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_fr.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_fr.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_fr.properties |    5 -
 .../editor/mimelookup/impl/Bundle_fr.properties    |   48 -
 .../modules/editor/mimelookup/Bundle_fr.properties |   47 -
 .../modules/favorites/Bundle_fr.properties         |   82 -
 .../favorites/resources/templatesFile_fr.html      |   48 -
 .../favorites/resources/templatesFolder_fr.html    |   48 -
 .../favorites/templates/Bundle_fr.properties       |   86 -
 .../netbeans/modules/javahelp/Bundle_fr.properties |   81 -
 .../javahelp/resources/Bundle_fr.properties        |   51 -
 .../javahelp/resources/masterHelpPage_fr.html      |   48 -
 .../javahelp/resources/masterHelpSet_fr.xml        |   93 -
 .../javahelp/resources/notEnabledModule_fr.html    |   14 -
 .../javahelp/resources/notInstalledModule_fr.html  |   12 -
 .../netbeans/modules/keyring/Bundle_fr.properties  |    2 -
 .../modules/keyring/fallback/Bundle_fr.properties  |   14 -
 .../masterfs/filebasedfs/Bundle_fr.properties      |   82 -
 .../filebasedfs/fileobjects/Bundle_fr.properties   |   47 -
 .../masterfs/resources/Bundle_fr.properties        |   83 -
 .../netbeans/modules/options/Bundle_fr.properties  |   80 -
 .../modules/options/advanced/Bundle_fr.properties  |   50 -
 .../modules/options/classic/Bundle_fr.properties   |   81 -
 .../modules/options/export/Bundle_fr.properties    |   91 -
 .../modules/options/keymap/Bundle_fr.properties    |  190 --
 .../netbeans/libs/layoutext/Bundle_fr.properties   |   49 -
 .../common/resources/Bundle_fr.properties          |    4 -
 .../netbeans/progress/module/Bundle_fr.properties  |   43 -
 .../progress/module/resources/Bundle_fr.properties |   47 -
 .../api/visual/widget/Bundle_fr.properties         |   45 -
 .../modules/visual/resources/Bundle_fr.properties  |   45 -
 .../lib/boot/org/netbeans/Bundle_fr.properties     |   57 -
 .../netbeans/core/execution/Bundle_fr.properties   |   58 -
 .../beaninfo/editors/Bundle_fr.properties          |   81 -
 .../core/execution/resources/Bundle_fr.properties  |   47 -
 .../org/netbeans/core/io/ui/Bundle_fr.properties   |   19 -
 .../netbeans/core/multiview/Bundle_fr.properties   |   50 -
 .../core/multiview/resources/Bundle_fr.properties  |   47 -
 .../core/nativeaccess/Bundle_fr.properties         |   48 -
 .../nativeaccess/transparency/Bundle_fr.properties |    2 -
 .../org/netbeans/core/netigso/Bundle_fr.properties |    2 -
 .../org/netbeans/core/osgi/Bundle_fr.properties    |    2 -
 .../org/netbeans/core/output2/Bundle_fr.properties |  154 -
 .../netbeans/core/output2/ui/Bundle_fr.properties  |   52 -
 .../org/netbeans/core/startup/Bundle_fr.properties |  229 --
 .../core/startup/layers/Bundle_fr.properties       |   58 -
 .../core/ui/options/filetypes/Bundle_fr.properties |   99 -
 .../core/ui/options/general/Bundle_fr.properties   |  264 --
 .../core/ui/resources/Bundle_fr.properties         |   76 -
 .../netbeans/core/ui/sampler/Bundle_fr.properties  |   52 -
 .../netbeans/core/ui/sysopen/Bundle_fr.properties  |   44 -
 .../netbeans/core/ui/warmup/Bundle_fr.properties   |   57 -
 .../org/netbeans/core/windows/Bundle_fr.properties |   65 -
 .../core/windows/actions/Bundle_fr.properties      |   97 -
 .../core/windows/options/Bundle_fr.properties      |   64 -
 .../core/windows/persistence/Bundle_fr.properties  |   64 -
 .../core/windows/resources/Bundle_fr.properties    |   53 -
 .../core/windows/services/Bundle_fr.properties     |   99 -
 .../core/windows/view/ui/Bundle_fr.properties      |   89 -
 .../windows/view/ui/toolbars/Bundle_fr.properties  |   91 -
 .../netbeans/beaninfo/editors/Bundle_fr.properties |  244 --
 .../org/netbeans/core/Bundle_fr.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_fr.properties |   70 -
 .../org/netbeans/core/ui/Bundle_fr.properties      |   58 -
 .../org/netbeans/libs/felix/Bundle_fr.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_fr.properties     |   48 -
 .../org/netbeans/libs/jsr223/Bundle_fr.properties  |   48 -
 .../org/netbeans/libs/junit4/Bundle_fr.properties  |   47 -
 .../org/netbeans/libs/osgi/Bundle_fr.properties    |    2 -
 .../modules/quicksearch/Bundle_fr.properties       |   55 -
 .../modules/quicksearch/web/Bundle_fr.properties   |   49 -
 .../netbeans/spi/quicksearch/Bundle_fr.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_fr.properties |    2 -
 .../netbeans/swing/outline/Bundle_fr.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_fr.properties   |   51 -
 .../netbeans/swing/plaf/winxp/Bundle_fr.properties |   41 -
 .../netbeans/swing/tabcontrol/Bundle_fr.properties |   54 -
 .../swing/tabcontrol/plaf/Bundle_fr.properties     |   59 -
 .../org/openide/actions/Bundle_fr.properties       |  153 -
 .../org/openide/awt/Bundle_fr.properties           |  122 -
 .../org/openide/compat/Bundle_fr.properties        |   48 -
 .../org/openide/Bundle_fr.properties               |  133 -
 .../org/openide/execution/Bundle_fr.properties     |   47 -
 .../org/openide/explorer/Bundle_fr.properties      |   92 -
 .../explorer/propertysheet/Bundle_fr.properties    |  239 --
 .../org/openide/explorer/view/Bundle_fr.properties |  127 -
 .../filesystems/declmime/Bundle_fr.properties      |   46 -
 .../org/openide/filesystems/Bundle_fr.properties   |  204 --
 .../org/openide/io/Bundle_fr.properties            |   47 -
 .../modules/templates/Bundle_fr.properties         |    5 -
 .../org/openide/loaders/Bundle_fr.properties       |  328 ---
 .../org/openide/modules/Bundle_fr.properties       |   48 -
 .../org/openide/nodes/Bundle_fr.properties         |   99 -
 .../org/openide/options/Bundle_fr.properties       |   56 -
 .../org/openide/text/Bundle_fr.properties          |  137 -
 .../org/openide/util/enum/Bundle_fr.properties     |   49 -
 .../org/openide/util/lookup/Bundle_fr.properties   |    2 -
 .../org/openide/util/Bundle_fr.properties          |  158 -
 .../openide/util/datatransfer/Bundle_fr.properties |   52 -
 .../org/openide/windows/Bundle_fr.properties       |   72 -
 .../modules/print/action/Bundle_fr.properties      |   51 -
 .../modules/print/resources/Bundle_fr.properties   |   52 -
 .../netbeans/modules/print/ui/Bundle_fr.properties |  128 -
 .../modules/print/util/Bundle_fr.properties        |   63 -
 .../modules/progress/ui/Bundle_fr.properties       |   74 -
 .../netbeans/modules/queries/Bundle_fr.properties  |   47 -
 .../org/netbeans/api/sendopts/Bundle_fr.properties |   66 -
 .../netbeans/modules/sendopts/Bundle_fr.properties |   49 -
 .../settings/resources/Bundle_fr.properties        |   47 -
 .../org/netbeans/spi/actions/Bundle_fr.properties  |    5 -
 .../modules/templates/Bundle_fr.properties         |    6 -
 .../apisupport/harness/Bundle_gl_ES.properties     |   48 -
 .../tc/cobertura/Bundle_gl_ES.properties           |    5 -
 .../jellytools/platform/Bundle_gl_ES.properties    |    2 -
 .../jemmy/idemodule/Bundle_gl_ES.properties        |   50 -
 .../org/netbeans/junit/Bundle_gl_ES.properties     |   49 -
 .../netbeans/insane/impl/Bundle_gl_ES.properties   |   47 -
 .../netbeans/libs/nbi/ant/Bundle_gl_ES.properties  |    3 -
 .../org/netbeans/installer/Bundle_gl_ES.properties |   56 -
 .../installer/downloader/Bundle_gl_ES.properties   |   45 -
 .../downloader/connector/Bundle_gl_ES.properties   |   52 -
 .../installer/product/Bundle_gl_ES.properties      |   86 -
 .../product/components/Bundle_gl_ES.properties     |   79 -
 .../installer/utils/Bundle_gl_ES.properties        |   88 -
 .../utils/applications/Bundle_gl_ES.properties     |   44 -
 .../utils/cli/options/Bundle_gl_ES.properties      |   57 -
 .../installer/utils/helper/Bundle_gl_ES.properties |   55 -
 .../utils/helper/swing/Bundle_gl_ES.properties     |   49 -
 .../utils/progress/Bundle_gl_ES.properties         |   52 -
 .../utils/system/launchers/Bundle_gl_ES.properties |   44 -
 .../system/launchers/impl/Bundle_gl_ES.properties  |   51 -
 .../utils/system/resolver/Bundle_gl_ES.properties  |   39 -
 .../utils/system/windows/Bundle_gl_ES.properties   |   41 -
 .../installer/wizard/Bundle_gl_ES.properties       |   50 -
 .../wizard/components/Bundle_gl_ES.properties      |   62 -
 .../components/actions/Bundle_gl_ES.properties     |  131 -
 .../components/panels/Bundle_gl_ES.properties      |  300 --
 .../wizard/containers/Bundle_gl_ES.properties      |   49 -
 .../installer/wizard/utils/Bundle_gl_ES.properties |   48 -
 .../libs/nbi/engine/Bundle_gl_ES.properties        |    3 -
 .../modules/applemenu/Bundle_gl_ES.properties      |   50 -
 .../autoupdate/services/Bundle_gl_ES.properties    |   21 -
 .../services/resources/Bundle_gl_ES.properties     |    5 -
 .../updateprovider/Bundle_gl_ES.properties         |   10 -
 .../org/netbeans/updater/Bundle_gl_ES.properties   |   71 -
 .../modules/autoupdate/ui/Bundle_gl_ES.properties  |  195 --
 .../autoupdate/ui/actions/Bundle_gl_ES.properties  |    9 -
 .../ui/resources/Bundle_gl_ES.properties           |    5 -
 .../autoupdate/ui/wizards/Bundle_gl_ES.properties  |  171 --
 .../modules/core/kit/Bundle_gl_ES.properties       |    5 -
 .../editor/mimelookup/impl/Bundle_gl_ES.properties |   48 -
 .../editor/mimelookup/Bundle_gl_ES.properties      |   47 -
 .../modules/favorites/Bundle_gl_ES.properties      |   82 -
 .../favorites/resources/templatesFile_gl_ES.html   |   48 -
 .../favorites/resources/templatesFolder_gl_ES.html |   48 -
 .../favorites/templates/Bundle_gl_ES.properties    |   86 -
 .../modules/javahelp/Bundle_gl_ES.properties       |   81 -
 .../javahelp/resources/Bundle_gl_ES.properties     |   51 -
 .../javahelp/resources/masterHelpPage_gl_ES.html   |   48 -
 .../javahelp/resources/masterHelpSet_gl_ES.xml     |   93 -
 .../javahelp/resources/notEnabledModule_gl_ES.html |   14 -
 .../resources/notInstalledModule_gl_ES.html        |   12 -
 .../modules/keyring/Bundle_gl_ES.properties        |    2 -
 .../keyring/fallback/Bundle_gl_ES.properties       |   14 -
 .../masterfs/filebasedfs/Bundle_gl_ES.properties   |   82 -
 .../fileobjects/Bundle_gl_ES.properties            |   47 -
 .../masterfs/resources/Bundle_gl_ES.properties     |   83 -
 .../modules/options/Bundle_gl_ES.properties        |   80 -
 .../options/advanced/Bundle_gl_ES.properties       |   50 -
 .../options/classic/Bundle_gl_ES.properties        |   81 -
 .../modules/options/export/Bundle_gl_ES.properties |   91 -
 .../modules/options/keymap/Bundle_gl_ES.properties |  190 --
 .../libs/layoutext/Bundle_gl_ES.properties         |   49 -
 .../common/resources/Bundle_gl_ES.properties       |    4 -
 .../progress/module/Bundle_gl_ES.properties        |   43 -
 .../module/resources/Bundle_gl_ES.properties       |   47 -
 .../api/visual/widget/Bundle_gl_ES.properties      |   45 -
 .../visual/resources/Bundle_gl_ES.properties       |   45 -
 .../lib/boot/org/netbeans/Bundle_gl_ES.properties  |   57 -
 .../core/execution/Bundle_gl_ES.properties         |   58 -
 .../beaninfo/editors/Bundle_gl_ES.properties       |   81 -
 .../execution/resources/Bundle_gl_ES.properties    |   47 -
 .../netbeans/core/io/ui/Bundle_gl_ES.properties    |   19 -
 .../core/multiview/Bundle_gl_ES.properties         |   50 -
 .../multiview/resources/Bundle_gl_ES.properties    |   47 -
 .../core/nativeaccess/Bundle_gl_ES.properties      |   48 -
 .../transparency/Bundle_gl_ES.properties           |    2 -
 .../netbeans/core/netigso/Bundle_gl_ES.properties  |    2 -
 .../org/netbeans/core/osgi/Bundle_gl_ES.properties |    2 -
 .../netbeans/core/output2/Bundle_gl_ES.properties  |  154 -
 .../core/output2/ui/Bundle_gl_ES.properties        |   52 -
 .../netbeans/core/startup/Bundle_gl_ES.properties  |  229 --
 .../core/startup/layers/Bundle_gl_ES.properties    |   58 -
 .../ui/options/filetypes/Bundle_gl_ES.properties   |   99 -
 .../ui/options/general/Bundle_gl_ES.properties     |  264 --
 .../core/ui/resources/Bundle_gl_ES.properties      |   76 -
 .../core/ui/sampler/Bundle_gl_ES.properties        |   52 -
 .../core/ui/sysopen/Bundle_gl_ES.properties        |   44 -
 .../core/ui/warmup/Bundle_gl_ES.properties         |   57 -
 .../netbeans/core/windows/Bundle_gl_ES.properties  |   65 -
 .../core/windows/actions/Bundle_gl_ES.properties   |   97 -
 .../core/windows/options/Bundle_gl_ES.properties   |   64 -
 .../windows/persistence/Bundle_gl_ES.properties    |   64 -
 .../core/windows/resources/Bundle_gl_ES.properties |   53 -
 .../core/windows/services/Bundle_gl_ES.properties  |   99 -
 .../core/windows/view/ui/Bundle_gl_ES.properties   |   89 -
 .../view/ui/toolbars/Bundle_gl_ES.properties       |   91 -
 .../beaninfo/editors/Bundle_gl_ES.properties       |  244 --
 .../org/netbeans/core/Bundle_gl_ES.properties      |  174 --
 .../netbeans/core/actions/Bundle_gl_ES.properties  |   70 -
 .../org/netbeans/core/ui/Bundle_gl_ES.properties   |   58 -
 .../netbeans/libs/felix/Bundle_gl_ES.properties    |   44 -
 .../org/netbeans/libs/jna/Bundle_gl_ES.properties  |   48 -
 .../netbeans/libs/jsr223/Bundle_gl_ES.properties   |   48 -
 .../netbeans/libs/junit4/Bundle_gl_ES.properties   |   47 -
 .../org/netbeans/libs/osgi/Bundle_gl_ES.properties |    2 -
 .../modules/quicksearch/Bundle_gl_ES.properties    |   55 -
 .../quicksearch/web/Bundle_gl_ES.properties        |   49 -
 .../spi/quicksearch/Bundle_gl_ES.properties        |    5 -
 .../netbeans/swing/etable/Bundle_gl_ES.properties  |    2 -
 .../netbeans/swing/outline/Bundle_gl_ES.properties |    3 -
 .../netbeans/swing/plaf/Bundle_gl_ES.properties    |   51 -
 .../swing/plaf/winxp/Bundle_gl_ES.properties       |   41 -
 .../swing/tabcontrol/Bundle_gl_ES.properties       |   54 -
 .../swing/tabcontrol/plaf/Bundle_gl_ES.properties  |   59 -
 .../org/openide/actions/Bundle_gl_ES.properties    |  153 -
 .../org/openide/awt/Bundle_gl_ES.properties        |  122 -
 .../org/openide/compat/Bundle_gl_ES.properties     |   48 -
 .../org/openide/Bundle_gl_ES.properties            |  133 -
 .../org/openide/execution/Bundle_gl_ES.properties  |   47 -
 .../org/openide/explorer/Bundle_gl_ES.properties   |   92 -
 .../explorer/propertysheet/Bundle_gl_ES.properties |  239 --
 .../openide/explorer/view/Bundle_gl_ES.properties  |  127 -
 .../filesystems/declmime/Bundle_gl_ES.properties   |   46 -
 .../openide/filesystems/Bundle_gl_ES.properties    |  204 --
 .../org/openide/io/Bundle_gl_ES.properties         |   47 -
 .../modules/templates/Bundle_gl_ES.properties      |    5 -
 .../org/openide/loaders/Bundle_gl_ES.properties    |  328 ---
 .../org/openide/modules/Bundle_gl_ES.properties    |   48 -
 .../org/openide/nodes/Bundle_gl_ES.properties      |   99 -
 .../org/openide/options/Bundle_gl_ES.properties    |   56 -
 .../org/openide/text/Bundle_gl_ES.properties       |  137 -
 .../org/openide/util/enum/Bundle_gl_ES.properties  |   49 -
 .../openide/util/lookup/Bundle_gl_ES.properties    |    2 -
 .../org/openide/util/Bundle_gl_ES.properties       |  158 -
 .../util/datatransfer/Bundle_gl_ES.properties      |   52 -
 .../org/openide/windows/Bundle_gl_ES.properties    |   72 -
 .../modules/print/action/Bundle_gl_ES.properties   |   51 -
 .../print/resources/Bundle_gl_ES.properties        |   52 -
 .../modules/print/ui/Bundle_gl_ES.properties       |  128 -
 .../modules/print/util/Bundle_gl_ES.properties     |   63 -
 .../modules/progress/ui/Bundle_gl_ES.properties    |   74 -
 .../modules/queries/Bundle_gl_ES.properties        |   47 -
 .../netbeans/api/sendopts/Bundle_gl_ES.properties  |   66 -
 .../modules/sendopts/Bundle_gl_ES.properties       |   49 -
 .../settings/resources/Bundle_gl_ES.properties     |   47 -
 .../netbeans/spi/actions/Bundle_gl_ES.properties   |    5 -
 .../modules/templates/Bundle_gl_ES.properties      |    6 -
 .../apisupport/harness/Bundle_hi_IN.properties     |   48 -
 .../tc/cobertura/Bundle_hi_IN.properties           |    5 -
 .../jellytools/platform/Bundle_hi_IN.properties    |    2 -
 .../jemmy/idemodule/Bundle_hi_IN.properties        |   50 -
 .../org/netbeans/junit/Bundle_hi_IN.properties     |   49 -
 .../netbeans/insane/impl/Bundle_hi_IN.properties   |   47 -
 .../netbeans/libs/nbi/ant/Bundle_hi_IN.properties  |    3 -
 .../org/netbeans/installer/Bundle_hi_IN.properties |   56 -
 .../installer/downloader/Bundle_hi_IN.properties   |   45 -
 .../downloader/connector/Bundle_hi_IN.properties   |   52 -
 .../installer/product/Bundle_hi_IN.properties      |   86 -
 .../product/components/Bundle_hi_IN.properties     |   79 -
 .../installer/utils/Bundle_hi_IN.properties        |   88 -
 .../utils/applications/Bundle_hi_IN.properties     |   44 -
 .../utils/cli/options/Bundle_hi_IN.properties      |   57 -
 .../installer/utils/helper/Bundle_hi_IN.properties |   55 -
 .../utils/helper/swing/Bundle_hi_IN.properties     |   49 -
 .../utils/progress/Bundle_hi_IN.properties         |   52 -
 .../utils/system/launchers/Bundle_hi_IN.properties |   44 -
 .../system/launchers/impl/Bundle_hi_IN.properties  |   51 -
 .../utils/system/resolver/Bundle_hi_IN.properties  |   39 -
 .../utils/system/windows/Bundle_hi_IN.properties   |   41 -
 .../installer/wizard/Bundle_hi_IN.properties       |   50 -
 .../wizard/components/Bundle_hi_IN.properties      |   62 -
 .../components/actions/Bundle_hi_IN.properties     |  131 -
 .../components/panels/Bundle_hi_IN.properties      |  300 --
 .../wizard/containers/Bundle_hi_IN.properties      |   49 -
 .../installer/wizard/utils/Bundle_hi_IN.properties |   48 -
 .../libs/nbi/engine/Bundle_hi_IN.properties        |    3 -
 .../modules/applemenu/Bundle_hi_IN.properties      |   50 -
 .../autoupdate/services/Bundle_hi_IN.properties    |   21 -
 .../services/resources/Bundle_hi_IN.properties     |    5 -
 .../updateprovider/Bundle_hi_IN.properties         |   10 -
 .../org/netbeans/updater/Bundle_hi_IN.properties   |   71 -
 .../modules/autoupdate/ui/Bundle_hi_IN.properties  |  195 --
 .../autoupdate/ui/actions/Bundle_hi_IN.properties  |    9 -
 .../ui/resources/Bundle_hi_IN.properties           |    5 -
 .../autoupdate/ui/wizards/Bundle_hi_IN.properties  |  171 --
 .../modules/core/kit/Bundle_hi_IN.properties       |    5 -
 .../editor/mimelookup/impl/Bundle_hi_IN.properties |   48 -
 .../editor/mimelookup/Bundle_hi_IN.properties      |   47 -
 .../modules/favorites/Bundle_hi_IN.properties      |   82 -
 .../favorites/templates/Bundle_hi_IN.properties    |   86 -
 .../modules/javahelp/Bundle_hi_IN.properties       |   81 -
 .../javahelp/resources/Bundle_hi_IN.properties     |   51 -
 .../modules/keyring/Bundle_hi_IN.properties        |    2 -
 .../keyring/fallback/Bundle_hi_IN.properties       |   14 -
 .../masterfs/filebasedfs/Bundle_hi_IN.properties   |   82 -
 .../fileobjects/Bundle_hi_IN.properties            |   47 -
 .../masterfs/resources/Bundle_hi_IN.properties     |   83 -
 .../modules/options/Bundle_hi_IN.properties        |   80 -
 .../options/advanced/Bundle_hi_IN.properties       |   50 -
 .../options/classic/Bundle_hi_IN.properties        |   81 -
 .../modules/options/export/Bundle_hi_IN.properties |   91 -
 .../modules/options/keymap/Bundle_hi_IN.properties |  190 --
 .../libs/layoutext/Bundle_hi_IN.properties         |   49 -
 .../common/resources/Bundle_hi_IN.properties       |    4 -
 .../module/resources/Bundle_hi_IN.properties       |   47 -
 .../api/visual/widget/Bundle_hi_IN.properties      |   45 -
 .../visual/resources/Bundle_hi_IN.properties       |   45 -
 .../lib/boot/org/netbeans/Bundle_hi_IN.properties  |   57 -
 .../core/execution/Bundle_hi_IN.properties         |   58 -
 .../beaninfo/editors/Bundle_hi_IN.properties       |   81 -
 .../execution/resources/Bundle_hi_IN.properties    |   47 -
 .../netbeans/core/io/ui/Bundle_hi_IN.properties    |   19 -
 .../core/multiview/Bundle_hi_IN.properties         |   50 -
 .../multiview/resources/Bundle_hi_IN.properties    |   47 -
 .../core/nativeaccess/Bundle_hi_IN.properties      |   48 -
 .../transparency/Bundle_hi_IN.properties           |    2 -
 .../netbeans/core/netigso/Bundle_hi_IN.properties  |    2 -
 .../org/netbeans/core/osgi/Bundle_hi_IN.properties |    2 -
 .../netbeans/core/output2/Bundle_hi_IN.properties  |  154 -
 .../core/output2/ui/Bundle_hi_IN.properties        |   52 -
 .../netbeans/core/startup/Bundle_hi_IN.properties  |  229 --
 .../core/startup/layers/Bundle_hi_IN.properties    |   58 -
 .../ui/options/filetypes/Bundle_hi_IN.properties   |   99 -
 .../ui/options/general/Bundle_hi_IN.properties     |  264 --
 .../core/ui/resources/Bundle_hi_IN.properties      |   76 -
 .../core/ui/sampler/Bundle_hi_IN.properties        |   52 -
 .../core/ui/sysopen/Bundle_hi_IN.properties        |   44 -
 .../core/ui/warmup/Bundle_hi_IN.properties         |   57 -
 .../netbeans/core/windows/Bundle_hi_IN.properties  |   65 -
 .../core/windows/actions/Bundle_hi_IN.properties   |   97 -
 .../core/windows/options/Bundle_hi_IN.properties   |   64 -
 .../windows/persistence/Bundle_hi_IN.properties    |   64 -
 .../core/windows/resources/Bundle_hi_IN.properties |   53 -
 .../core/windows/services/Bundle_hi_IN.properties  |   99 -
 .../core/windows/view/ui/Bundle_hi_IN.properties   |   89 -
 .../view/ui/toolbars/Bundle_hi_IN.properties       |   91 -
 .../beaninfo/editors/Bundle_hi_IN.properties       |  244 --
 .../org/netbeans/core/Bundle_hi_IN.properties      |  174 --
 .../netbeans/core/actions/Bundle_hi_IN.properties  |   70 -
 .../org/netbeans/core/ui/Bundle_hi_IN.properties   |   58 -
 .../netbeans/libs/felix/Bundle_hi_IN.properties    |   44 -
 .../org/netbeans/libs/jna/Bundle_hi_IN.properties  |   48 -
 .../netbeans/libs/jsr223/Bundle_hi_IN.properties   |   48 -
 .../netbeans/libs/junit4/Bundle_hi_IN.properties   |   47 -
 .../org/netbeans/libs/osgi/Bundle_hi_IN.properties |    2 -
 .../modules/quicksearch/Bundle_hi_IN.properties    |   55 -
 .../quicksearch/web/Bundle_hi_IN.properties        |   49 -
 .../spi/quicksearch/Bundle_hi_IN.properties        |    5 -
 .../netbeans/swing/etable/Bundle_hi_IN.properties  |    2 -
 .../netbeans/swing/outline/Bundle_hi_IN.properties |    3 -
 .../netbeans/swing/plaf/Bundle_hi_IN.properties    |   51 -
 .../swing/tabcontrol/Bundle_hi_IN.properties       |   54 -
 .../swing/tabcontrol/plaf/Bundle_hi_IN.properties  |   59 -
 .../org/openide/actions/Bundle_hi_IN.properties    |  153 -
 .../org/openide/awt/Bundle_hi_IN.properties        |  122 -
 .../org/openide/compat/Bundle_hi_IN.properties     |   48 -
 .../org/openide/Bundle_hi_IN.properties            |  133 -
 .../org/openide/execution/Bundle_hi_IN.properties  |   47 -
 .../org/openide/explorer/Bundle_hi_IN.properties   |   92 -
 .../explorer/propertysheet/Bundle_hi_IN.properties |  239 --
 .../openide/explorer/view/Bundle_hi_IN.properties  |  127 -
 .../filesystems/declmime/Bundle_hi_IN.properties   |   46 -
 .../openide/filesystems/Bundle_hi_IN.properties    |  204 --
 .../org/openide/io/Bundle_hi_IN.properties         |   47 -
 .../modules/templates/Bundle_hi_IN.properties      |    5 -
 .../org/openide/loaders/Bundle_hi_IN.properties    |  328 ---
 .../org/openide/modules/Bundle_hi_IN.properties    |   48 -
 .../org/openide/nodes/Bundle_hi_IN.properties      |   99 -
 .../org/openide/options/Bundle_hi_IN.properties    |   56 -
 .../org/openide/text/Bundle_hi_IN.properties       |  137 -
 .../org/openide/util/enum/Bundle_hi_IN.properties  |   49 -
 .../openide/util/lookup/Bundle_hi_IN.properties    |    2 -
 .../org/openide/util/Bundle_hi_IN.properties       |  158 -
 .../util/datatransfer/Bundle_hi_IN.properties      |   52 -
 .../org/openide/windows/Bundle_hi_IN.properties    |   72 -
 .../modules/print/action/Bundle_hi_IN.properties   |   51 -
 .../print/resources/Bundle_hi_IN.properties        |   52 -
 .../modules/print/ui/Bundle_hi_IN.properties       |  128 -
 .../modules/print/util/Bundle_hi_IN.properties     |   63 -
 .../modules/progress/ui/Bundle_hi_IN.properties    |   74 -
 .../modules/queries/Bundle_hi_IN.properties        |   47 -
 .../netbeans/api/sendopts/Bundle_hi_IN.properties  |   66 -
 .../modules/sendopts/Bundle_hi_IN.properties       |   49 -
 .../settings/resources/Bundle_hi_IN.properties     |   47 -
 .../netbeans/spi/actions/Bundle_hi_IN.properties   |    5 -
 .../apisupport/harness/Bundle_in_ID.properties     |   48 -
 .../tc/cobertura/Bundle_in_ID.properties           |    5 -
 .../jellytools/platform/Bundle_in_ID.properties    |    2 -
 .../jemmy/idemodule/Bundle_in_ID.properties        |   50 -
 .../org/netbeans/junit/Bundle_in_ID.properties     |   49 -
 .../netbeans/insane/impl/Bundle_in_ID.properties   |   47 -
 .../netbeans/libs/nbi/ant/Bundle_in_ID.properties  |    3 -
 .../org/netbeans/installer/Bundle_in_ID.properties |   56 -
 .../installer/downloader/Bundle_in_ID.properties   |   45 -
 .../downloader/connector/Bundle_in_ID.properties   |   52 -
 .../installer/product/Bundle_in_ID.properties      |   86 -
 .../product/components/Bundle_in_ID.properties     |   79 -
 .../installer/utils/Bundle_in_ID.properties        |   88 -
 .../utils/applications/Bundle_in_ID.properties     |   44 -
 .../utils/cli/options/Bundle_in_ID.properties      |   57 -
 .../installer/utils/helper/Bundle_in_ID.properties |   55 -
 .../utils/helper/swing/Bundle_in_ID.properties     |   49 -
 .../utils/progress/Bundle_in_ID.properties         |   52 -
 .../utils/system/launchers/Bundle_in_ID.properties |   44 -
 .../system/launchers/impl/Bundle_in_ID.properties  |   51 -
 .../utils/system/resolver/Bundle_in_ID.properties  |   39 -
 .../utils/system/windows/Bundle_in_ID.properties   |   41 -
 .../installer/wizard/Bundle_in_ID.properties       |   50 -
 .../wizard/components/Bundle_in_ID.properties      |   62 -
 .../components/actions/Bundle_in_ID.properties     |  131 -
 .../components/panels/Bundle_in_ID.properties      |  300 --
 .../wizard/containers/Bundle_in_ID.properties      |   49 -
 .../installer/wizard/utils/Bundle_in_ID.properties |   48 -
 .../libs/nbi/engine/Bundle_in_ID.properties        |    3 -
 .../modules/applemenu/Bundle_in_ID.properties      |   50 -
 .../autoupdate/services/Bundle_in_ID.properties    |   21 -
 .../services/resources/Bundle_in_ID.properties     |    5 -
 .../updateprovider/Bundle_in_ID.properties         |   10 -
 .../org/netbeans/updater/Bundle_in_ID.properties   |   71 -
 .../modules/autoupdate/ui/Bundle_in_ID.properties  |  195 --
 .../autoupdate/ui/actions/Bundle_in_ID.properties  |    9 -
 .../ui/resources/Bundle_in_ID.properties           |    5 -
 .../autoupdate/ui/wizards/Bundle_in_ID.properties  |  171 --
 .../modules/core/kit/Bundle_in_ID.properties       |    5 -
 .../editor/mimelookup/impl/Bundle_in_ID.properties |   48 -
 .../editor/mimelookup/Bundle_in_ID.properties      |   47 -
 .../modules/favorites/Bundle_in_ID.properties      |   82 -
 .../favorites/templates/Bundle_in_ID.properties    |   86 -
 .../modules/javahelp/Bundle_in_ID.properties       |   81 -
 .../javahelp/resources/Bundle_in_ID.properties     |   51 -
 .../modules/keyring/Bundle_in_ID.properties        |    2 -
 .../keyring/fallback/Bundle_in_ID.properties       |   14 -
 .../masterfs/filebasedfs/Bundle_in_ID.properties   |   82 -
 .../fileobjects/Bundle_in_ID.properties            |   47 -
 .../masterfs/resources/Bundle_in_ID.properties     |   83 -
 .../modules/options/Bundle_in_ID.properties        |   80 -
 .../options/advanced/Bundle_in_ID.properties       |   50 -
 .../options/classic/Bundle_in_ID.properties        |   81 -
 .../modules/options/export/Bundle_in_ID.properties |   91 -
 .../modules/options/keymap/Bundle_in_ID.properties |  190 --
 .../libs/layoutext/Bundle_in_ID.properties         |   49 -
 .../common/resources/Bundle_in_ID.properties       |    4 -
 .../progress/module/Bundle_in_ID.properties        |   43 -
 .../module/resources/Bundle_in_ID.properties       |   47 -
 .../api/visual/widget/Bundle_in_ID.properties      |   45 -
 .../visual/resources/Bundle_in_ID.properties       |   45 -
 .../lib/boot/org/netbeans/Bundle_in_ID.properties  |   57 -
 .../core/execution/Bundle_in_ID.properties         |   58 -
 .../beaninfo/editors/Bundle_in_ID.properties       |   81 -
 .../execution/resources/Bundle_in_ID.properties    |   47 -
 .../netbeans/core/io/ui/Bundle_in_ID.properties    |   19 -
 .../core/multiview/Bundle_in_ID.properties         |   50 -
 .../multiview/resources/Bundle_in_ID.properties    |   47 -
 .../core/nativeaccess/Bundle_in_ID.properties      |   48 -
 .../transparency/Bundle_in_ID.properties           |    2 -
 .../netbeans/core/netigso/Bundle_in_ID.properties  |    2 -
 .../org/netbeans/core/osgi/Bundle_in_ID.properties |    2 -
 .../netbeans/core/output2/Bundle_in_ID.properties  |  154 -
 .../core/output2/ui/Bundle_in_ID.properties        |   52 -
 .../netbeans/core/startup/Bundle_in_ID.properties  |  229 --
 .../core/startup/layers/Bundle_in_ID.properties    |   58 -
 .../ui/options/filetypes/Bundle_in_ID.properties   |   99 -
 .../ui/options/general/Bundle_in_ID.properties     |  264 --
 .../core/ui/resources/Bundle_in_ID.properties      |   76 -
 .../core/ui/sampler/Bundle_in_ID.properties        |   52 -
 .../core/ui/sysopen/Bundle_in_ID.properties        |   44 -
 .../core/ui/warmup/Bundle_in_ID.properties         |   57 -
 .../netbeans/core/windows/Bundle_in_ID.properties  |   65 -
 .../core/windows/actions/Bundle_in_ID.properties   |   97 -
 .../core/windows/options/Bundle_in_ID.properties   |   64 -
 .../windows/persistence/Bundle_in_ID.properties    |   64 -
 .../core/windows/resources/Bundle_in_ID.properties |   53 -
 .../core/windows/services/Bundle_in_ID.properties  |   99 -
 .../core/windows/view/ui/Bundle_in_ID.properties   |   89 -
 .../view/ui/toolbars/Bundle_in_ID.properties       |   91 -
 .../beaninfo/editors/Bundle_in_ID.properties       |  244 --
 .../org/netbeans/core/Bundle_in_ID.properties      |  174 --
 .../netbeans/core/actions/Bundle_in_ID.properties  |   70 -
 .../org/netbeans/core/ui/Bundle_in_ID.properties   |   58 -
 .../netbeans/libs/felix/Bundle_in_ID.properties    |   44 -
 .../org/netbeans/libs/jna/Bundle_in_ID.properties  |   48 -
 .../netbeans/libs/jsr223/Bundle_in_ID.properties   |   48 -
 .../netbeans/libs/junit4/Bundle_in_ID.properties   |   47 -
 .../org/netbeans/libs/osgi/Bundle_in_ID.properties |    2 -
 .../modules/quicksearch/Bundle_in_ID.properties    |   55 -
 .../quicksearch/web/Bundle_in_ID.properties        |   49 -
 .../spi/quicksearch/Bundle_in_ID.properties        |    5 -
 .../netbeans/swing/etable/Bundle_in_ID.properties  |    2 -
 .../netbeans/swing/outline/Bundle_in_ID.properties |    3 -
 .../netbeans/swing/plaf/Bundle_in_ID.properties    |   51 -
 .../swing/plaf/winxp/Bundle_in_ID.properties       |   41 -
 .../swing/tabcontrol/Bundle_in_ID.properties       |   54 -
 .../swing/tabcontrol/plaf/Bundle_in_ID.properties  |   59 -
 .../org/openide/actions/Bundle_in_ID.properties    |  153 -
 .../org/openide/awt/Bundle_in_ID.properties        |  122 -
 .../org/openide/compat/Bundle_in_ID.properties     |   48 -
 .../org/openide/Bundle_in_ID.properties            |  133 -
 .../org/openide/execution/Bundle_in_ID.properties  |   47 -
 .../org/openide/explorer/Bundle_in_ID.properties   |   92 -
 .../explorer/propertysheet/Bundle_in_ID.properties |  239 --
 .../openide/explorer/view/Bundle_in_ID.properties  |  127 -
 .../filesystems/declmime/Bundle_in_ID.properties   |   46 -
 .../openide/filesystems/Bundle_in_ID.properties    |  204 --
 .../org/openide/io/Bundle_in_ID.properties         |   47 -
 .../modules/templates/Bundle_in_ID.properties      |    5 -
 .../org/openide/loaders/Bundle_in_ID.properties    |  328 ---
 .../org/openide/modules/Bundle_in_ID.properties    |   48 -
 .../org/openide/nodes/Bundle_in_ID.properties      |   99 -
 .../org/openide/options/Bundle_in_ID.properties    |   56 -
 .../org/openide/text/Bundle_in_ID.properties       |  137 -
 .../org/openide/util/enum/Bundle_in_ID.properties  |   49 -
 .../openide/util/lookup/Bundle_in_ID.properties    |    2 -
 .../org/openide/util/Bundle_in_ID.properties       |  158 -
 .../util/datatransfer/Bundle_in_ID.properties      |   52 -
 .../org/openide/windows/Bundle_in_ID.properties    |   72 -
 .../modules/print/action/Bundle_in_ID.properties   |   51 -
 .../print/resources/Bundle_in_ID.properties        |   52 -
 .../modules/print/ui/Bundle_in_ID.properties       |  128 -
 .../modules/print/util/Bundle_in_ID.properties     |   63 -
 .../modules/progress/ui/Bundle_in_ID.properties    |   74 -
 .../modules/queries/Bundle_in_ID.properties        |   47 -
 .../netbeans/api/sendopts/Bundle_in_ID.properties  |   66 -
 .../modules/sendopts/Bundle_in_ID.properties       |   49 -
 .../settings/resources/Bundle_in_ID.properties     |   47 -
 .../netbeans/spi/actions/Bundle_in_ID.properties   |    5 -
 .../modules/templates/Bundle_in_ID.properties      |    5 -
 .../apisupport/harness/Bundle_it.properties        |   48 -
 .../apisupport/tc/cobertura/Bundle_it.properties   |    5 -
 .../jellytools/platform/Bundle_it.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_it.properties   |   50 -
 .../org/netbeans/junit/Bundle_it.properties        |   49 -
 .../org/netbeans/insane/impl/Bundle_it.properties  |   47 -
 .../org/netbeans/libs/nbi/ant/Bundle_it.properties |    3 -
 .../org/netbeans/installer/Bundle_it.properties    |   56 -
 .../installer/downloader/Bundle_it.properties      |   45 -
 .../downloader/connector/Bundle_it.properties      |   52 -
 .../installer/product/Bundle_it.properties         |   86 -
 .../product/components/Bundle_it.properties        |   79 -
 .../netbeans/installer/utils/Bundle_it.properties  |   88 -
 .../utils/applications/Bundle_it.properties        |   44 -
 .../utils/cli/options/Bundle_it.properties         |   57 -
 .../installer/utils/helper/Bundle_it.properties    |   55 -
 .../utils/helper/swing/Bundle_it.properties        |   49 -
 .../installer/utils/progress/Bundle_it.properties  |   52 -
 .../utils/system/launchers/Bundle_it.properties    |   44 -
 .../system/launchers/impl/Bundle_it.properties     |   51 -
 .../utils/system/resolver/Bundle_it.properties     |   39 -
 .../utils/system/windows/Bundle_it.properties      |   41 -
 .../netbeans/installer/wizard/Bundle_it.properties |   50 -
 .../wizard/components/Bundle_it.properties         |   62 -
 .../wizard/components/actions/Bundle_it.properties |  131 -
 .../wizard/components/panels/Bundle_it.properties  |  300 --
 .../wizard/containers/Bundle_it.properties         |   49 -
 .../installer/wizard/utils/Bundle_it.properties    |   48 -
 .../netbeans/libs/nbi/engine/Bundle_it.properties  |    3 -
 .../modules/applemenu/Bundle_it.properties         |   50 -
 .../autoupdate/services/Bundle_it.properties       |   21 -
 .../services/resources/Bundle_it.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_it.properties |   10 -
 .../org/netbeans/updater/Bundle_it.properties      |   71 -
 .../modules/autoupdate/ui/Bundle_it.properties     |  195 --
 .../autoupdate/ui/actions/Bundle_it.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_it.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_it.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_it.properties |    5 -
 .../editor/mimelookup/impl/Bundle_it.properties    |   48 -
 .../modules/editor/mimelookup/Bundle_it.properties |   47 -
 .../modules/favorites/Bundle_it.properties         |   82 -
 .../favorites/resources/templatesFile_it.html      |   48 -
 .../favorites/resources/templatesFolder_it.html    |   48 -
 .../favorites/templates/Bundle_it.properties       |   86 -
 .../netbeans/modules/javahelp/Bundle_it.properties |   81 -
 .../javahelp/resources/Bundle_it.properties        |   51 -
 .../javahelp/resources/masterHelpPage_it.html      |   48 -
 .../javahelp/resources/masterHelpSet_it.xml        |   93 -
 .../javahelp/resources/notEnabledModule_it.html    |   14 -
 .../javahelp/resources/notInstalledModule_it.html  |   12 -
 .../netbeans/modules/keyring/Bundle_it.properties  |    2 -
 .../modules/keyring/fallback/Bundle_it.properties  |   14 -
 .../masterfs/filebasedfs/Bundle_it.properties      |   82 -
 .../filebasedfs/fileobjects/Bundle_it.properties   |   47 -
 .../masterfs/resources/Bundle_it.properties        |   83 -
 .../netbeans/modules/options/Bundle_it.properties  |   80 -
 .../modules/options/advanced/Bundle_it.properties  |   50 -
 .../modules/options/classic/Bundle_it.properties   |   81 -
 .../modules/options/export/Bundle_it.properties    |   91 -
 .../modules/options/keymap/Bundle_it.properties    |  190 --
 .../netbeans/libs/layoutext/Bundle_it.properties   |   49 -
 .../common/resources/Bundle_it.properties          |    4 -
 .../netbeans/progress/module/Bundle_it.properties  |   43 -
 .../progress/module/resources/Bundle_it.properties |   47 -
 .../api/visual/widget/Bundle_it.properties         |   45 -
 .../modules/visual/resources/Bundle_it.properties  |   45 -
 .../lib/boot/org/netbeans/Bundle_it.properties     |   57 -
 .../netbeans/core/execution/Bundle_it.properties   |   58 -
 .../beaninfo/editors/Bundle_it.properties          |   81 -
 .../core/execution/resources/Bundle_it.properties  |   47 -
 .../org/netbeans/core/io/ui/Bundle_it.properties   |   19 -
 .../netbeans/core/multiview/Bundle_it.properties   |   50 -
 .../core/multiview/resources/Bundle_it.properties  |   47 -
 .../core/nativeaccess/Bundle_it.properties         |   48 -
 .../nativeaccess/transparency/Bundle_it.properties |    2 -
 .../org/netbeans/core/netigso/Bundle_it.properties |    2 -
 .../org/netbeans/core/osgi/Bundle_it.properties    |    2 -
 .../org/netbeans/core/output2/Bundle_it.properties |  154 -
 .../netbeans/core/output2/ui/Bundle_it.properties  |   52 -
 .../org/netbeans/core/startup/Bundle_it.properties |  229 --
 .../core/startup/layers/Bundle_it.properties       |   58 -
 .../core/ui/options/filetypes/Bundle_it.properties |   99 -
 .../core/ui/options/general/Bundle_it.properties   |  264 --
 .../core/ui/resources/Bundle_it.properties         |   76 -
 .../netbeans/core/ui/sampler/Bundle_it.properties  |   52 -
 .../netbeans/core/ui/sysopen/Bundle_it.properties  |   44 -
 .../netbeans/core/ui/warmup/Bundle_it.properties   |   57 -
 .../org/netbeans/core/windows/Bundle_it.properties |   65 -
 .../core/windows/actions/Bundle_it.properties      |   97 -
 .../core/windows/options/Bundle_it.properties      |   64 -
 .../core/windows/persistence/Bundle_it.properties  |   64 -
 .../core/windows/resources/Bundle_it.properties    |   53 -
 .../core/windows/services/Bundle_it.properties     |   99 -
 .../core/windows/view/ui/Bundle_it.properties      |   89 -
 .../windows/view/ui/toolbars/Bundle_it.properties  |   91 -
 .../netbeans/beaninfo/editors/Bundle_it.properties |  244 --
 .../org/netbeans/core/Bundle_it.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_it.properties |   70 -
 .../org/netbeans/core/ui/Bundle_it.properties      |   58 -
 .../org/netbeans/libs/felix/Bundle_it.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_it.properties     |   48 -
 .../org/netbeans/libs/jsr223/Bundle_it.properties  |   48 -
 .../org/netbeans/libs/junit4/Bundle_it.properties  |   47 -
 .../org/netbeans/libs/osgi/Bundle_it.properties    |    2 -
 .../modules/quicksearch/Bundle_it.properties       |   55 -
 .../modules/quicksearch/web/Bundle_it.properties   |   49 -
 .../netbeans/spi/quicksearch/Bundle_it.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_it.properties |    2 -
 .../netbeans/swing/outline/Bundle_it.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_it.properties   |   51 -
 .../netbeans/swing/plaf/winxp/Bundle_it.properties |   41 -
 .../netbeans/swing/tabcontrol/Bundle_it.properties |   54 -
 .../swing/tabcontrol/plaf/Bundle_it.properties     |   59 -
 .../org/openide/actions/Bundle_it.properties       |  153 -
 .../org/openide/awt/Bundle_it.properties           |  122 -
 .../org/openide/compat/Bundle_it.properties        |   48 -
 .../org/openide/Bundle_it.properties               |  133 -
 .../org/openide/execution/Bundle_it.properties     |   47 -
 .../org/openide/explorer/Bundle_it.properties      |   92 -
 .../explorer/propertysheet/Bundle_it.properties    |  239 --
 .../org/openide/explorer/view/Bundle_it.properties |  127 -
 .../filesystems/declmime/Bundle_it.properties      |   46 -
 .../org/openide/filesystems/Bundle_it.properties   |  204 --
 .../org/openide/io/Bundle_it.properties            |   47 -
 .../modules/templates/Bundle_it.properties         |    5 -
 .../org/openide/loaders/Bundle_it.properties       |  328 ---
 .../org/openide/modules/Bundle_it.properties       |   48 -
 .../org/openide/nodes/Bundle_it.properties         |   99 -
 .../org/openide/options/Bundle_it.properties       |   56 -
 .../org/openide/text/Bundle_it.properties          |  137 -
 .../org/openide/util/enum/Bundle_it.properties     |   49 -
 .../org/openide/util/lookup/Bundle_it.properties   |    2 -
 .../org/openide/util/Bundle_it.properties          |  158 -
 .../openide/util/datatransfer/Bundle_it.properties |   52 -
 .../org/openide/windows/Bundle_it.properties       |   72 -
 .../modules/print/action/Bundle_it.properties      |   51 -
 .../modules/print/resources/Bundle_it.properties   |   52 -
 .../netbeans/modules/print/ui/Bundle_it.properties |  128 -
 .../modules/print/util/Bundle_it.properties        |   63 -
 .../modules/progress/ui/Bundle_it.properties       |   74 -
 .../netbeans/modules/queries/Bundle_it.properties  |   47 -
 .../org/netbeans/api/sendopts/Bundle_it.properties |   66 -
 .../netbeans/modules/sendopts/Bundle_it.properties |   49 -
 .../settings/resources/Bundle_it.properties        |   47 -
 .../org/netbeans/spi/actions/Bundle_it.properties  |    5 -
 .../modules/templates/Bundle_it.properties         |    6 -
 .../apisupport/harness/Bundle_ja.properties        |   48 -
 .../apisupport/tc/cobertura/Bundle_ja.properties   |    5 -
 .../jellytools/platform/Bundle_ja.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_ja.properties   |   50 -
 .../org/netbeans/junit/Bundle_ja.properties        |   49 -
 .../org/netbeans/insane/impl/Bundle_ja.properties  |   47 -
 .../org/netbeans/libs/nbi/ant/Bundle_ja.properties |    3 -
 .../org/netbeans/installer/Bundle_ja.properties    |   56 -
 .../installer/downloader/Bundle_ja.properties      |   45 -
 .../downloader/connector/Bundle_ja.properties      |   52 -
 .../installer/product/Bundle_ja.properties         |   86 -
 .../product/components/Bundle_ja.properties        |   79 -
 .../netbeans/installer/utils/Bundle_ja.properties  |   88 -
 .../utils/applications/Bundle_ja.properties        |   44 -
 .../utils/cli/options/Bundle_ja.properties         |   57 -
 .../installer/utils/helper/Bundle_ja.properties    |   55 -
 .../utils/helper/swing/Bundle_ja.properties        |   49 -
 .../installer/utils/progress/Bundle_ja.properties  |   52 -
 .../utils/system/launchers/Bundle_ja.properties    |   44 -
 .../system/launchers/impl/Bundle_ja.properties     |   51 -
 .../utils/system/resolver/Bundle_ja.properties     |   39 -
 .../utils/system/windows/Bundle_ja.properties      |   41 -
 .../netbeans/installer/wizard/Bundle_ja.properties |   50 -
 .../wizard/components/Bundle_ja.properties         |   62 -
 .../wizard/components/actions/Bundle_ja.properties |  131 -
 .../wizard/components/panels/Bundle_ja.properties  |  300 --
 .../wizard/containers/Bundle_ja.properties         |   49 -
 .../installer/wizard/utils/Bundle_ja.properties    |   48 -
 .../netbeans/libs/nbi/engine/Bundle_ja.properties  |    3 -
 .../modules/applemenu/Bundle_ja.properties         |   50 -
 .../autoupdate/services/Bundle_ja.properties       |   21 -
 .../services/resources/Bundle_ja.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_ja.properties |   10 -
 .../org/netbeans/updater/Bundle_ja.properties      |   71 -
 .../modules/autoupdate/ui/Bundle_ja.properties     |  195 --
 .../autoupdate/ui/actions/Bundle_ja.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_ja.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_ja.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_ja.properties |    5 -
 .../editor/mimelookup/impl/Bundle_ja.properties    |   48 -
 .../modules/editor/mimelookup/Bundle_ja.properties |   47 -
 .../modules/favorites/Bundle_ja.properties         |   82 -
 .../favorites/resources/templatesFile_ja.html      |   48 -
 .../favorites/resources/templatesFolder_ja.html    |   48 -
 .../favorites/templates/Bundle_ja.properties       |   86 -
 .../netbeans/modules/javahelp/Bundle_ja.properties |   81 -
 .../javahelp/resources/Bundle_ja.properties        |   51 -
 .../javahelp/resources/masterHelpPage_ja.html      |   48 -
 .../javahelp/resources/masterHelpSet_ja.xml        |   93 -
 .../javahelp/resources/notEnabledModule_ja.html    |   14 -
 .../javahelp/resources/notInstalledModule_ja.html  |   12 -
 .../netbeans/modules/keyring/Bundle_ja.properties  |    2 -
 .../modules/keyring/fallback/Bundle_ja.properties  |   14 -
 .../masterfs/filebasedfs/Bundle_ja.properties      |   82 -
 .../filebasedfs/fileobjects/Bundle_ja.properties   |   47 -
 .../masterfs/resources/Bundle_ja.properties        |   83 -
 .../netbeans/modules/options/Bundle_ja.properties  |   80 -
 .../modules/options/advanced/Bundle_ja.properties  |   50 -
 .../modules/options/classic/Bundle_ja.properties   |   81 -
 .../modules/options/export/Bundle_ja.properties    |   91 -
 .../modules/options/keymap/Bundle_ja.properties    |  190 --
 .../netbeans/libs/layoutext/Bundle_ja.properties   |   49 -
 .../common/resources/Bundle_ja.properties          |    4 -
 .../netbeans/progress/module/Bundle_ja.properties  |   43 -
 .../progress/module/resources/Bundle_ja.properties |   47 -
 .../api/visual/widget/Bundle_ja.properties         |   45 -
 .../modules/visual/resources/Bundle_ja.properties  |   45 -
 .../lib/boot/org/netbeans/Bundle_ja.properties     |   57 -
 .../netbeans/core/execution/Bundle_ja.properties   |   58 -
 .../beaninfo/editors/Bundle_ja.properties          |   81 -
 .../core/execution/resources/Bundle_ja.properties  |   47 -
 .../org/netbeans/core/io/ui/Bundle_ja.properties   |   19 -
 .../netbeans/core/multiview/Bundle_ja.properties   |   50 -
 .../core/multiview/resources/Bundle_ja.properties  |   47 -
 .../core/nativeaccess/Bundle_ja.properties         |   48 -
 .../nativeaccess/transparency/Bundle_ja.properties |    2 -
 .../org/netbeans/core/netigso/Bundle_ja.properties |    2 -
 .../org/netbeans/core/osgi/Bundle_ja.properties    |    2 -
 .../org/netbeans/core/output2/Bundle_ja.properties |  154 -
 .../netbeans/core/output2/ui/Bundle_ja.properties  |   52 -
 .../org/netbeans/core/startup/Bundle_ja.properties |  229 --
 .../core/startup/layers/Bundle_ja.properties       |   58 -
 .../core/ui/options/filetypes/Bundle_ja.properties |   99 -
 .../core/ui/options/general/Bundle_ja.properties   |  264 --
 .../core/ui/resources/Bundle_ja.properties         |   76 -
 .../netbeans/core/ui/sampler/Bundle_ja.properties  |   52 -
 .../netbeans/core/ui/sysopen/Bundle_ja.properties  |   44 -
 .../netbeans/core/ui/warmup/Bundle_ja.properties   |   57 -
 .../org/netbeans/core/windows/Bundle_ja.properties |   65 -
 .../core/windows/actions/Bundle_ja.properties      |   97 -
 .../core/windows/options/Bundle_ja.properties      |   64 -
 .../core/windows/persistence/Bundle_ja.properties  |   64 -
 .../core/windows/resources/Bundle_ja.properties    |   53 -
 .../core/windows/services/Bundle_ja.properties     |   99 -
 .../core/windows/view/ui/Bundle_ja.properties      |   89 -
 .../windows/view/ui/toolbars/Bundle_ja.properties  |   91 -
 .../netbeans/beaninfo/editors/Bundle_ja.properties |  244 --
 .../org/netbeans/core/Bundle_ja.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_ja.properties |   70 -
 .../org/netbeans/core/ui/Bundle_ja.properties      |   58 -
 .../org/netbeans/libs/felix/Bundle_ja.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_ja.properties     |   48 -
 .../org/netbeans/libs/jsr223/Bundle_ja.properties  |   48 -
 .../org/netbeans/libs/junit4/Bundle_ja.properties  |   47 -
 .../org/netbeans/libs/osgi/Bundle_ja.properties    |    2 -
 .../modules/quicksearch/Bundle_ja.properties       |   55 -
 .../modules/quicksearch/web/Bundle_ja.properties   |   49 -
 .../netbeans/spi/quicksearch/Bundle_ja.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_ja.properties |    2 -
 .../netbeans/swing/outline/Bundle_ja.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_ja.properties   |   51 -
 .../netbeans/swing/plaf/winxp/Bundle_ja.properties |   40 -
 .../netbeans/swing/tabcontrol/Bundle_ja.properties |   54 -
 .../swing/tabcontrol/plaf/Bundle_ja.properties     |   59 -
 .../org/openide/actions/Bundle_ja.properties       |  153 -
 .../org/openide/awt/Bundle_ja.properties           |  122 -
 .../org/openide/compat/Bundle_ja.properties        |   48 -
 .../org/openide/Bundle_ja.properties               |  133 -
 .../org/openide/execution/Bundle_ja.properties     |   47 -
 .../org/openide/explorer/Bundle_ja.properties      |   92 -
 .../explorer/propertysheet/Bundle_ja.properties    |  239 --
 .../org/openide/explorer/view/Bundle_ja.properties |  127 -
 .../filesystems/declmime/Bundle_ja.properties      |   46 -
 .../org/openide/filesystems/Bundle_ja.properties   |  204 --
 .../org/openide/io/Bundle_ja.properties            |   47 -
 .../modules/templates/Bundle_ja.properties         |    5 -
 .../org/openide/loaders/Bundle_ja.properties       |  328 ---
 .../org/openide/modules/Bundle_ja.properties       |   48 -
 .../org/openide/nodes/Bundle_ja.properties         |   99 -
 .../org/openide/options/Bundle_ja.properties       |   56 -
 .../org/openide/text/Bundle_ja.properties          |  137 -
 .../org/openide/util/enum/Bundle_ja.properties     |   49 -
 .../org/openide/util/lookup/Bundle_ja.properties   |    2 -
 .../org/openide/util/Bundle_ja.properties          |  158 -
 .../openide/util/datatransfer/Bundle_ja.properties |   52 -
 .../org/openide/windows/Bundle_ja.properties       |   72 -
 .../modules/print/action/Bundle_ja.properties      |   51 -
 .../modules/print/resources/Bundle_ja.properties   |   52 -
 .../netbeans/modules/print/ui/Bundle_ja.properties |  128 -
 .../modules/print/util/Bundle_ja.properties        |   63 -
 .../modules/progress/ui/Bundle_ja.properties       |   74 -
 .../netbeans/modules/queries/Bundle_ja.properties  |   47 -
 .../org/netbeans/api/sendopts/Bundle_ja.properties |   66 -
 .../netbeans/modules/sendopts/Bundle_ja.properties |   49 -
 .../settings/resources/Bundle_ja.properties        |   47 -
 .../org/netbeans/spi/actions/Bundle_ja.properties  |    5 -
 .../modules/templates/Bundle_ja.properties         |    5 -
 .../apisupport/harness/Bundle_ko.properties        |   48 -
 .../apisupport/tc/cobertura/Bundle_ko.properties   |    5 -
 .../jellytools/platform/Bundle_ko.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_ko.properties   |   50 -
 .../org/netbeans/junit/Bundle_ko.properties        |   49 -
 .../org/netbeans/insane/impl/Bundle_ko.properties  |   47 -
 .../org/netbeans/libs/nbi/ant/Bundle_ko.properties |    3 -
 .../org/netbeans/installer/Bundle_ko.properties    |   56 -
 .../installer/downloader/Bundle_ko.properties      |   45 -
 .../downloader/connector/Bundle_ko.properties      |   52 -
 .../installer/product/Bundle_ko.properties         |   86 -
 .../product/components/Bundle_ko.properties        |   79 -
 .../netbeans/installer/utils/Bundle_ko.properties  |   88 -
 .../utils/applications/Bundle_ko.properties        |   44 -
 .../utils/cli/options/Bundle_ko.properties         |   57 -
 .../installer/utils/helper/Bundle_ko.properties    |   55 -
 .../utils/helper/swing/Bundle_ko.properties        |   49 -
 .../installer/utils/progress/Bundle_ko.properties  |   52 -
 .../utils/system/launchers/Bundle_ko.properties    |   44 -
 .../system/launchers/impl/Bundle_ko.properties     |   51 -
 .../utils/system/resolver/Bundle_ko.properties     |   39 -
 .../utils/system/windows/Bundle_ko.properties      |   41 -
 .../netbeans/installer/wizard/Bundle_ko.properties |   50 -
 .../wizard/components/Bundle_ko.properties         |   62 -
 .../wizard/components/actions/Bundle_ko.properties |  131 -
 .../wizard/components/panels/Bundle_ko.properties  |  300 --
 .../wizard/containers/Bundle_ko.properties         |   49 -
 .../installer/wizard/utils/Bundle_ko.properties    |   48 -
 .../netbeans/libs/nbi/engine/Bundle_ko.properties  |    3 -
 .../modules/applemenu/Bundle_ko.properties         |   50 -
 .../autoupdate/services/Bundle_ko.properties       |   21 -
 .../services/resources/Bundle_ko.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_ko.properties |   10 -
 .../org/netbeans/updater/Bundle_ko.properties      |   71 -
 .../modules/autoupdate/ui/Bundle_ko.properties     |  195 --
 .../autoupdate/ui/actions/Bundle_ko.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_ko.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_ko.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_ko.properties |    5 -
 .../editor/mimelookup/impl/Bundle_ko.properties    |   48 -
 .../modules/editor/mimelookup/Bundle_ko.properties |   47 -
 .../modules/favorites/Bundle_ko.properties         |   82 -
 .../favorites/resources/templatesFile_ko.html      |   48 -
 .../favorites/resources/templatesFolder_ko.html    |   48 -
 .../favorites/templates/Bundle_ko.properties       |   86 -
 .../netbeans/modules/javahelp/Bundle_ko.properties |   81 -
 .../javahelp/resources/Bundle_ko.properties        |   51 -
 .../javahelp/resources/masterHelpPage_ko.html      |   48 -
 .../javahelp/resources/masterHelpSet_ko.xml        |   93 -
 .../javahelp/resources/notEnabledModule_ko.html    |   14 -
 .../javahelp/resources/notInstalledModule_ko.html  |   12 -
 .../netbeans/modules/keyring/Bundle_ko.properties  |    2 -
 .../modules/keyring/fallback/Bundle_ko.properties  |   14 -
 .../masterfs/filebasedfs/Bundle_ko.properties      |   82 -
 .../filebasedfs/fileobjects/Bundle_ko.properties   |   47 -
 .../masterfs/resources/Bundle_ko.properties        |   83 -
 .../netbeans/modules/options/Bundle_ko.properties  |   80 -
 .../modules/options/advanced/Bundle_ko.properties  |   50 -
 .../modules/options/classic/Bundle_ko.properties   |   81 -
 .../modules/options/export/Bundle_ko.properties    |   91 -
 .../modules/options/keymap/Bundle_ko.properties    |  190 --
 .../netbeans/libs/layoutext/Bundle_ko.properties   |   49 -
 .../common/resources/Bundle_ko.properties          |    4 -
 .../netbeans/progress/module/Bundle_ko.properties  |   43 -
 .../progress/module/resources/Bundle_ko.properties |   47 -
 .../api/visual/widget/Bundle_ko.properties         |   45 -
 .../modules/visual/resources/Bundle_ko.properties  |   45 -
 .../lib/boot/org/netbeans/Bundle_ko.properties     |   57 -
 .../netbeans/core/execution/Bundle_ko.properties   |   58 -
 .../beaninfo/editors/Bundle_ko.properties          |   81 -
 .../core/execution/resources/Bundle_ko.properties  |   47 -
 .../org/netbeans/core/io/ui/Bundle_ko.properties   |   19 -
 .../netbeans/core/multiview/Bundle_ko.properties   |   50 -
 .../core/multiview/resources/Bundle_ko.properties  |   47 -
 .../core/nativeaccess/Bundle_ko.properties         |   48 -
 .../nativeaccess/transparency/Bundle_ko.properties |    2 -
 .../org/netbeans/core/netigso/Bundle_ko.properties |    2 -
 .../org/netbeans/core/osgi/Bundle_ko.properties    |    2 -
 .../org/netbeans/core/output2/Bundle_ko.properties |  154 -
 .../netbeans/core/output2/ui/Bundle_ko.properties  |   52 -
 .../org/netbeans/core/startup/Bundle_ko.properties |  229 --
 .../core/startup/layers/Bundle_ko.properties       |   58 -
 .../core/ui/options/filetypes/Bundle_ko.properties |   99 -
 .../core/ui/options/general/Bundle_ko.properties   |  264 --
 .../core/ui/resources/Bundle_ko.properties         |   76 -
 .../netbeans/core/ui/sampler/Bundle_ko.properties  |   52 -
 .../netbeans/core/ui/sysopen/Bundle_ko.properties  |   44 -
 .../netbeans/core/ui/warmup/Bundle_ko.properties   |   57 -
 .../org/netbeans/core/windows/Bundle_ko.properties |   65 -
 .../core/windows/actions/Bundle_ko.properties      |   97 -
 .../core/windows/options/Bundle_ko.properties      |   64 -
 .../core/windows/persistence/Bundle_ko.properties  |   64 -
 .../core/windows/resources/Bundle_ko.properties    |   53 -
 .../core/windows/services/Bundle_ko.properties     |   99 -
 .../core/windows/view/ui/Bundle_ko.properties      |   89 -
 .../windows/view/ui/toolbars/Bundle_ko.properties  |   91 -
 .../netbeans/beaninfo/editors/Bundle_ko.properties |  244 --
 .../org/netbeans/core/Bundle_ko.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_ko.properties |   70 -
 .../org/netbeans/core/ui/Bundle_ko.properties      |   58 -
 .../org/netbeans/libs/felix/Bundle_ko.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_ko.properties     |   48 -
 .../org/netbeans/libs/jsr223/Bundle_ko.properties  |   48 -
 .../org/netbeans/libs/junit4/Bundle_ko.properties  |   47 -
 .../org/netbeans/libs/osgi/Bundle_ko.properties    |    2 -
 .../modules/quicksearch/Bundle_ko.properties       |   55 -
 .../modules/quicksearch/web/Bundle_ko.properties   |   49 -
 .../netbeans/spi/quicksearch/Bundle_ko.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_ko.properties |    2 -
 .../netbeans/swing/outline/Bundle_ko.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_ko.properties   |   51 -
 .../netbeans/swing/plaf/winxp/Bundle_ko.properties |   41 -
 .../netbeans/swing/tabcontrol/Bundle_ko.properties |   54 -
 .../swing/tabcontrol/plaf/Bundle_ko.properties     |   59 -
 .../org/openide/actions/Bundle_ko.properties       |  153 -
 .../org/openide/awt/Bundle_ko.properties           |  122 -
 .../org/openide/compat/Bundle_ko.properties        |   48 -
 .../org/openide/Bundle_ko.properties               |  133 -
 .../org/openide/execution/Bundle_ko.properties     |   47 -
 .../org/openide/explorer/Bundle_ko.properties      |   92 -
 .../explorer/propertysheet/Bundle_ko.properties    |  239 --
 .../org/openide/explorer/view/Bundle_ko.properties |  127 -
 .../filesystems/declmime/Bundle_ko.properties      |   46 -
 .../org/openide/filesystems/Bundle_ko.properties   |  204 --
 .../org/openide/io/Bundle_ko.properties            |   47 -
 .../modules/templates/Bundle_ko.properties         |    5 -
 .../org/openide/loaders/Bundle_ko.properties       |  328 ---
 .../org/openide/modules/Bundle_ko.properties       |   48 -
 .../org/openide/nodes/Bundle_ko.properties         |   99 -
 .../org/openide/options/Bundle_ko.properties       |   56 -
 .../org/openide/text/Bundle_ko.properties          |  137 -
 .../org/openide/util/enum/Bundle_ko.properties     |   49 -
 .../org/openide/util/lookup/Bundle_ko.properties   |    2 -
 .../org/openide/util/Bundle_ko.properties          |  158 -
 .../openide/util/datatransfer/Bundle_ko.properties |   52 -
 .../org/openide/windows/Bundle_ko.properties       |   72 -
 .../modules/print/action/Bundle_ko.properties      |   51 -
 .../modules/print/resources/Bundle_ko.properties   |   52 -
 .../netbeans/modules/print/ui/Bundle_ko.properties |  128 -
 .../modules/print/util/Bundle_ko.properties        |   63 -
 .../modules/progress/ui/Bundle_ko.properties       |   74 -
 .../netbeans/modules/queries/Bundle_ko.properties  |   47 -
 .../org/netbeans/api/sendopts/Bundle_ko.properties |   66 -
 .../netbeans/modules/sendopts/Bundle_ko.properties |   49 -
 .../settings/resources/Bundle_ko.properties        |   47 -
 .../org/netbeans/spi/actions/Bundle_ko.properties  |    5 -
 .../modules/templates/Bundle_ko.properties         |    6 -
 .../apisupport/harness/Bundle_lt.properties        |   48 -
 .../apisupport/tc/cobertura/Bundle_lt.properties   |    5 -
 .../jellytools/platform/Bundle_lt.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_lt.properties   |   50 -
 .../org/netbeans/junit/Bundle_lt.properties        |   49 -
 .../org/netbeans/insane/impl/Bundle_lt.properties  |   47 -
 .../org/netbeans/libs/nbi/ant/Bundle_lt.properties |    3 -
 .../org/netbeans/installer/Bundle_lt.properties    |   56 -
 .../installer/downloader/Bundle_lt.properties      |   45 -
 .../downloader/connector/Bundle_lt.properties      |   52 -
 .../installer/product/Bundle_lt.properties         |   86 -
 .../product/components/Bundle_lt.properties        |   79 -
 .../netbeans/installer/utils/Bundle_lt.properties  |   88 -
 .../utils/applications/Bundle_lt.properties        |   44 -
 .../utils/cli/options/Bundle_lt.properties         |   57 -
 .../installer/utils/helper/Bundle_lt.properties    |   55 -
 .../utils/helper/swing/Bundle_lt.properties        |   49 -
 .../installer/utils/progress/Bundle_lt.properties  |   52 -
 .../utils/system/launchers/Bundle_lt.properties    |   44 -
 .../system/launchers/impl/Bundle_lt.properties     |   51 -
 .../utils/system/resolver/Bundle_lt.properties     |   39 -
 .../utils/system/windows/Bundle_lt.properties      |   41 -
 .../netbeans/installer/wizard/Bundle_lt.properties |   50 -
 .../wizard/components/Bundle_lt.properties         |   62 -
 .../wizard/components/actions/Bundle_lt.properties |  131 -
 .../wizard/components/panels/Bundle_lt.properties  |  300 --
 .../wizard/containers/Bundle_lt.properties         |   49 -
 .../installer/wizard/utils/Bundle_lt.properties    |   48 -
 .../netbeans/libs/nbi/engine/Bundle_lt.properties  |    3 -
 .../modules/applemenu/Bundle_lt.properties         |   50 -
 .../autoupdate/services/Bundle_lt.properties       |   21 -
 .../services/resources/Bundle_lt.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_lt.properties |   10 -
 .../org/netbeans/updater/Bundle_lt.properties      |   71 -
 .../modules/autoupdate/ui/Bundle_lt.properties     |  195 --
 .../autoupdate/ui/actions/Bundle_lt.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_lt.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_lt.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_lt.properties |    5 -
 .../editor/mimelookup/impl/Bundle_lt.properties    |   48 -
 .../modules/editor/mimelookup/Bundle_lt.properties |   47 -
 .../modules/favorites/Bundle_lt.properties         |   82 -
 .../favorites/templates/Bundle_lt.properties       |   86 -
 .../netbeans/modules/javahelp/Bundle_lt.properties |   81 -
 .../javahelp/resources/Bundle_lt.properties        |   51 -
 .../netbeans/modules/keyring/Bundle_lt.properties  |    2 -
 .../modules/keyring/fallback/Bundle_lt.properties  |   14 -
 .../masterfs/filebasedfs/Bundle_lt.properties      |   82 -
 .../filebasedfs/fileobjects/Bundle_lt.properties   |   47 -
 .../masterfs/resources/Bundle_lt.properties        |   83 -
 .../netbeans/modules/options/Bundle_lt.properties  |   80 -
 .../modules/options/advanced/Bundle_lt.properties  |   50 -
 .../modules/options/classic/Bundle_lt.properties   |   81 -
 .../modules/options/export/Bundle_lt.properties    |   91 -
 .../modules/options/keymap/Bundle_lt.properties    |  190 --
 .../netbeans/libs/layoutext/Bundle_lt.properties   |   49 -
 .../common/resources/Bundle_lt.properties          |    4 -
 .../progress/module/resources/Bundle_lt.properties |   47 -
 .../api/visual/widget/Bundle_lt.properties         |   45 -
 .../modules/visual/resources/Bundle_lt.properties  |   45 -
 .../lib/boot/org/netbeans/Bundle_lt.properties     |   57 -
 .../netbeans/core/execution/Bundle_lt.properties   |   58 -
 .../beaninfo/editors/Bundle_lt.properties          |   81 -
 .../core/execution/resources/Bundle_lt.properties  |   47 -
 .../org/netbeans/core/io/ui/Bundle_lt.properties   |   19 -
 .../netbeans/core/multiview/Bundle_lt.properties   |   50 -
 .../core/multiview/resources/Bundle_lt.properties  |   47 -
 .../core/nativeaccess/Bundle_lt.properties         |   48 -
 .../nativeaccess/transparency/Bundle_lt.properties |    2 -
 .../org/netbeans/core/netigso/Bundle_lt.properties |    2 -
 .../org/netbeans/core/osgi/Bundle_lt.properties    |    2 -
 .../org/netbeans/core/output2/Bundle_lt.properties |  154 -
 .../netbeans/core/output2/ui/Bundle_lt.properties  |   52 -
 .../org/netbeans/core/startup/Bundle_lt.properties |  229 --
 .../core/startup/layers/Bundle_lt.properties       |   58 -
 .../core/ui/options/filetypes/Bundle_lt.properties |   99 -
 .../core/ui/options/general/Bundle_lt.properties   |  264 --
 .../core/ui/resources/Bundle_lt.properties         |   76 -
 .../netbeans/core/ui/sampler/Bundle_lt.properties  |   52 -
 .../netbeans/core/ui/sysopen/Bundle_lt.properties  |   44 -
 .../netbeans/core/ui/warmup/Bundle_lt.properties   |   57 -
 .../org/netbeans/core/windows/Bundle_lt.properties |   65 -
 .../core/windows/actions/Bundle_lt.properties      |   97 -
 .../core/windows/options/Bundle_lt.properties      |   64 -
 .../core/windows/persistence/Bundle_lt.properties  |   64 -
 .../core/windows/resources/Bundle_lt.properties    |   53 -
 .../core/windows/services/Bundle_lt.properties     |   99 -
 .../core/windows/view/ui/Bundle_lt.properties      |   89 -
 .../windows/view/ui/toolbars/Bundle_lt.properties  |   91 -
 .../netbeans/beaninfo/editors/Bundle_lt.properties |  244 --
 .../org/netbeans/core/Bundle_lt.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_lt.properties |   70 -
 .../org/netbeans/core/ui/Bundle_lt.properties      |   58 -
 .../org/netbeans/libs/felix/Bundle_lt.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_lt.properties     |   48 -
 .../org/netbeans/libs/jsr223/Bundle_lt.properties  |   48 -
 .../org/netbeans/libs/junit4/Bundle_lt.properties  |   47 -
 .../org/netbeans/libs/osgi/Bundle_lt.properties    |    2 -
 .../modules/quicksearch/Bundle_lt.properties       |   55 -
 .../modules/quicksearch/web/Bundle_lt.properties   |   49 -
 .../netbeans/spi/quicksearch/Bundle_lt.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_lt.properties |    2 -
 .../netbeans/swing/outline/Bundle_lt.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_lt.properties   |   51 -
 .../netbeans/swing/tabcontrol/Bundle_lt.properties |   54 -
 .../swing/tabcontrol/plaf/Bundle_lt.properties     |   59 -
 .../org/openide/actions/Bundle_lt.properties       |  153 -
 .../org/openide/awt/Bundle_lt.properties           |  122 -
 .../org/openide/compat/Bundle_lt.properties        |   48 -
 .../org/openide/Bundle_lt.properties               |  133 -
 .../org/openide/execution/Bundle_lt.properties     |   47 -
 .../org/openide/explorer/Bundle_lt.properties      |   92 -
 .../explorer/propertysheet/Bundle_lt.properties    |  239 --
 .../org/openide/explorer/view/Bundle_lt.properties |  127 -
 .../filesystems/declmime/Bundle_lt.properties      |   46 -
 .../org/openide/filesystems/Bundle_lt.properties   |  204 --
 .../org/openide/io/Bundle_lt.properties            |   47 -
 .../modules/templates/Bundle_lt.properties         |    5 -
 .../org/openide/loaders/Bundle_lt.properties       |  328 ---
 .../org/openide/modules/Bundle_lt.properties       |   48 -
 .../org/openide/nodes/Bundle_lt.properties         |   99 -
 .../org/openide/options/Bundle_lt.properties       |   56 -
 .../org/openide/text/Bundle_lt.properties          |  137 -
 .../org/openide/util/enum/Bundle_lt.properties     |   49 -
 .../org/openide/util/lookup/Bundle_lt.properties   |    2 -
 .../org/openide/util/Bundle_lt.properties          |  158 -
 .../openide/util/datatransfer/Bundle_lt.properties |   52 -
 .../org/openide/windows/Bundle_lt.properties       |   72 -
 .../modules/print/action/Bundle_lt.properties      |   51 -
 .../modules/print/resources/Bundle_lt.properties   |   52 -
 .../netbeans/modules/print/ui/Bundle_lt.properties |  128 -
 .../modules/print/util/Bundle_lt.properties        |   63 -
 .../modules/progress/ui/Bundle_lt.properties       |   74 -
 .../netbeans/modules/queries/Bundle_lt.properties  |   47 -
 .../org/netbeans/api/sendopts/Bundle_lt.properties |   66 -
 .../netbeans/modules/sendopts/Bundle_lt.properties |   49 -
 .../settings/resources/Bundle_lt.properties        |   47 -
 .../org/netbeans/spi/actions/Bundle_lt.properties  |    5 -
 .../apisupport/harness/Bundle_nl_BE.properties     |   48 -
 .../tc/cobertura/Bundle_nl_BE.properties           |    5 -
 .../jellytools/platform/Bundle_nl_BE.properties    |    2 -
 .../jemmy/idemodule/Bundle_nl_BE.properties        |   50 -
 .../org/netbeans/junit/Bundle_nl_BE.properties     |   49 -
 .../netbeans/insane/impl/Bundle_nl_BE.properties   |   47 -
 .../netbeans/libs/nbi/ant/Bundle_nl_BE.properties  |    3 -
 .../org/netbeans/installer/Bundle_nl_BE.properties |   56 -
 .../installer/downloader/Bundle_nl_BE.properties   |   45 -
 .../downloader/connector/Bundle_nl_BE.properties   |   52 -
 .../installer/product/Bundle_nl_BE.properties      |   86 -
 .../product/components/Bundle_nl_BE.properties     |   79 -
 .../installer/utils/Bundle_nl_BE.properties        |   88 -
 .../utils/applications/Bundle_nl_BE.properties     |   44 -
 .../utils/cli/options/Bundle_nl_BE.properties      |   57 -
 .../installer/utils/helper/Bundle_nl_BE.properties |   55 -
 .../utils/helper/swing/Bundle_nl_BE.properties     |   49 -
 .../utils/progress/Bundle_nl_BE.properties         |   52 -
 .../utils/system/launchers/Bundle_nl_BE.properties |   44 -
 .../system/launchers/impl/Bundle_nl_BE.properties  |   51 -
 .../utils/system/resolver/Bundle_nl_BE.properties  |   39 -
 .../utils/system/windows/Bundle_nl_BE.properties   |   41 -
 .../installer/wizard/Bundle_nl_BE.properties       |   50 -
 .../wizard/components/Bundle_nl_BE.properties      |   62 -
 .../components/actions/Bundle_nl_BE.properties     |  131 -
 .../components/panels/Bundle_nl_BE.properties      |  300 --
 .../wizard/containers/Bundle_nl_BE.properties      |   49 -
 .../installer/wizard/utils/Bundle_nl_BE.properties |   48 -
 .../libs/nbi/engine/Bundle_nl_BE.properties        |    3 -
 .../modules/applemenu/Bundle_nl_BE.properties      |   50 -
 .../autoupdate/services/Bundle_nl_BE.properties    |   21 -
 .../services/resources/Bundle_nl_BE.properties     |    5 -
 .../updateprovider/Bundle_nl_BE.properties         |   10 -
 .../org/netbeans/updater/Bundle_nl_BE.properties   |   71 -
 .../modules/autoupdate/ui/Bundle_nl_BE.properties  |  195 --
 .../autoupdate/ui/actions/Bundle_nl_BE.properties  |    9 -
 .../ui/resources/Bundle_nl_BE.properties           |    5 -
 .../autoupdate/ui/wizards/Bundle_nl_BE.properties  |  171 --
 .../modules/core/kit/Bundle_nl_BE.properties       |    5 -
 .../editor/mimelookup/impl/Bundle_nl_BE.properties |   48 -
 .../editor/mimelookup/Bundle_nl_BE.properties      |   47 -
 .../modules/favorites/Bundle_nl_BE.properties      |   82 -
 .../favorites/templates/Bundle_nl_BE.properties    |   86 -
 .../modules/javahelp/Bundle_nl_BE.properties       |   81 -
 .../javahelp/resources/Bundle_nl_BE.properties     |   51 -
 .../modules/keyring/Bundle_nl_BE.properties        |    2 -
 .../keyring/fallback/Bundle_nl_BE.properties       |   14 -
 .../masterfs/filebasedfs/Bundle_nl_BE.properties   |   82 -
 .../fileobjects/Bundle_nl_BE.properties            |   47 -
 .../masterfs/resources/Bundle_nl_BE.properties     |   83 -
 .../modules/options/Bundle_nl_BE.properties        |   80 -
 .../options/advanced/Bundle_nl_BE.properties       |   50 -
 .../options/classic/Bundle_nl_BE.properties        |   81 -
 .../modules/options/export/Bundle_nl_BE.properties |   91 -
 .../modules/options/keymap/Bundle_nl_BE.properties |  190 --
 .../libs/layoutext/Bundle_nl_BE.properties         |   49 -
 .../common/resources/Bundle_nl_BE.properties       |    4 -
 .../module/resources/Bundle_nl_BE.properties       |   47 -
 .../api/visual/widget/Bundle_nl_BE.properties      |   45 -
 .../visual/resources/Bundle_nl_BE.properties       |   45 -
 .../lib/boot/org/netbeans/Bundle_nl_BE.properties  |   57 -
 .../core/execution/Bundle_nl_BE.properties         |   58 -
 .../beaninfo/editors/Bundle_nl_BE.properties       |   81 -
 .../execution/resources/Bundle_nl_BE.properties    |   47 -
 .../netbeans/core/io/ui/Bundle_nl_BE.properties    |   19 -
 .../core/multiview/Bundle_nl_BE.properties         |   50 -
 .../multiview/resources/Bundle_nl_BE.properties    |   47 -
 .../core/nativeaccess/Bundle_nl_BE.properties      |   48 -
 .../transparency/Bundle_nl_BE.properties           |    2 -
 .../netbeans/core/netigso/Bundle_nl_BE.properties  |    2 -
 .../org/netbeans/core/osgi/Bundle_nl_BE.properties |    2 -
 .../netbeans/core/output2/Bundle_nl_BE.properties  |  154 -
 .../core/output2/ui/Bundle_nl_BE.properties        |   52 -
 .../netbeans/core/startup/Bundle_nl_BE.properties  |  229 --
 .../core/startup/layers/Bundle_nl_BE.properties    |   58 -
 .../ui/options/filetypes/Bundle_nl_BE.properties   |   99 -
 .../ui/options/general/Bundle_nl_BE.properties     |  264 --
 .../core/ui/resources/Bundle_nl_BE.properties      |   76 -
 .../core/ui/sampler/Bundle_nl_BE.properties        |   52 -
 .../core/ui/sysopen/Bundle_nl_BE.properties        |   44 -
 .../core/ui/warmup/Bundle_nl_BE.properties         |   57 -
 .../netbeans/core/windows/Bundle_nl_BE.properties  |   65 -
 .../core/windows/actions/Bundle_nl_BE.properties   |   97 -
 .../core/windows/options/Bundle_nl_BE.properties   |   64 -
 .../windows/persistence/Bundle_nl_BE.properties    |   64 -
 .../core/windows/resources/Bundle_nl_BE.properties |   53 -
 .../core/windows/services/Bundle_nl_BE.properties  |   99 -
 .../core/windows/view/ui/Bundle_nl_BE.properties   |   89 -
 .../view/ui/toolbars/Bundle_nl_BE.properties       |   91 -
 .../beaninfo/editors/Bundle_nl_BE.properties       |  244 --
 .../org/netbeans/core/Bundle_nl_BE.properties      |  174 --
 .../netbeans/core/actions/Bundle_nl_BE.properties  |   70 -
 .../org/netbeans/core/ui/Bundle_nl_BE.properties   |   58 -
 .../netbeans/libs/felix/Bundle_nl_BE.properties    |   44 -
 .../org/netbeans/libs/jna/Bundle_nl_BE.properties  |   48 -
 .../netbeans/libs/jsr223/Bundle_nl_BE.properties   |   48 -
 .../netbeans/libs/junit4/Bundle_nl_BE.properties   |   47 -
 .../org/netbeans/libs/osgi/Bundle_nl_BE.properties |    2 -
 .../modules/quicksearch/Bundle_nl_BE.properties    |   55 -
 .../quicksearch/web/Bundle_nl_BE.properties        |   49 -
 .../spi/quicksearch/Bundle_nl_BE.properties        |    5 -
 .../netbeans/swing/etable/Bundle_nl_BE.properties  |    2 -
 .../netbeans/swing/outline/Bundle_nl_BE.properties |    3 -
 .../netbeans/swing/plaf/Bundle_nl_BE.properties    |   51 -
 .../swing/tabcontrol/Bundle_nl_BE.properties       |   54 -
 .../swing/tabcontrol/plaf/Bundle_nl_BE.properties  |   59 -
 .../org/openide/actions/Bundle_nl_BE.properties    |  153 -
 .../org/openide/awt/Bundle_nl_BE.properties        |  122 -
 .../org/openide/compat/Bundle_nl_BE.properties     |   48 -
 .../org/openide/Bundle_nl_BE.properties            |  133 -
 .../org/openide/execution/Bundle_nl_BE.properties  |   47 -
 .../org/openide/explorer/Bundle_nl_BE.properties   |   92 -
 .../explorer/propertysheet/Bundle_nl_BE.properties |  239 --
 .../openide/explorer/view/Bundle_nl_BE.properties  |  127 -
 .../filesystems/declmime/Bundle_nl_BE.properties   |   46 -
 .../openide/filesystems/Bundle_nl_BE.properties    |  204 --
 .../org/openide/io/Bundle_nl_BE.properties         |   47 -
 .../modules/templates/Bundle_nl_BE.properties      |    5 -
 .../org/openide/loaders/Bundle_nl_BE.properties    |  328 ---
 .../org/openide/modules/Bundle_nl_BE.properties    |   48 -
 .../org/openide/nodes/Bundle_nl_BE.properties      |   99 -
 .../org/openide/options/Bundle_nl_BE.properties    |   56 -
 .../org/openide/text/Bundle_nl_BE.properties       |  137 -
 .../org/openide/util/enum/Bundle_nl_BE.properties  |   49 -
 .../openide/util/lookup/Bundle_nl_BE.properties    |    2 -
 .../org/openide/util/Bundle_nl_BE.properties       |  158 -
 .../util/datatransfer/Bundle_nl_BE.properties      |   52 -
 .../org/openide/windows/Bundle_nl_BE.properties    |   72 -
 .../modules/print/action/Bundle_nl_BE.properties   |   51 -
 .../print/resources/Bundle_nl_BE.properties        |   52 -
 .../modules/print/ui/Bundle_nl_BE.properties       |  128 -
 .../modules/print/util/Bundle_nl_BE.properties     |   63 -
 .../modules/progress/ui/Bundle_nl_BE.properties    |   74 -
 .../modules/queries/Bundle_nl_BE.properties        |   47 -
 .../netbeans/api/sendopts/Bundle_nl_BE.properties  |   66 -
 .../modules/sendopts/Bundle_nl_BE.properties       |   49 -
 .../settings/resources/Bundle_nl_BE.properties     |   47 -
 .../netbeans/spi/actions/Bundle_nl_BE.properties   |    5 -
 .../apisupport/harness/Bundle_nl_NL.properties     |   48 -
 .../tc/cobertura/Bundle_nl_NL.properties           |    5 -
 .../jellytools/platform/Bundle_nl_NL.properties    |    2 -
 .../jemmy/idemodule/Bundle_nl_NL.properties        |   50 -
 .../org/netbeans/junit/Bundle_nl_NL.properties     |   49 -
 .../netbeans/insane/impl/Bundle_nl_NL.properties   |   47 -
 .../netbeans/libs/nbi/ant/Bundle_nl_NL.properties  |    3 -
 .../org/netbeans/installer/Bundle_nl_NL.properties |   56 -
 .../installer/downloader/Bundle_nl_NL.properties   |   45 -
 .../downloader/connector/Bundle_nl_NL.properties   |   52 -
 .../installer/product/Bundle_nl_NL.properties      |   86 -
 .../product/components/Bundle_nl_NL.properties     |   79 -
 .../installer/utils/Bundle_nl_NL.properties        |   88 -
 .../utils/applications/Bundle_nl_NL.properties     |   44 -
 .../utils/cli/options/Bundle_nl_NL.properties      |   57 -
 .../installer/utils/helper/Bundle_nl_NL.properties |   55 -
 .../utils/helper/swing/Bundle_nl_NL.properties     |   49 -
 .../utils/progress/Bundle_nl_NL.properties         |   52 -
 .../utils/system/launchers/Bundle_nl_NL.properties |   44 -
 .../system/launchers/impl/Bundle_nl_NL.properties  |   51 -
 .../utils/system/resolver/Bundle_nl_NL.properties  |   39 -
 .../utils/system/windows/Bundle_nl_NL.properties   |   41 -
 .../installer/wizard/Bundle_nl_NL.properties       |   50 -
 .../wizard/components/Bundle_nl_NL.properties      |   62 -
 .../components/actions/Bundle_nl_NL.properties     |  131 -
 .../components/panels/Bundle_nl_NL.properties      |  300 --
 .../wizard/containers/Bundle_nl_NL.properties      |   49 -
 .../installer/wizard/utils/Bundle_nl_NL.properties |   48 -
 .../libs/nbi/engine/Bundle_nl_NL.properties        |    3 -
 .../modules/applemenu/Bundle_nl_NL.properties      |   50 -
 .../autoupdate/services/Bundle_nl_NL.properties    |   21 -
 .../services/resources/Bundle_nl_NL.properties     |    5 -
 .../updateprovider/Bundle_nl_NL.properties         |   10 -
 .../org/netbeans/updater/Bundle_nl_NL.properties   |   71 -
 .../modules/autoupdate/ui/Bundle_nl_NL.properties  |  195 --
 .../autoupdate/ui/actions/Bundle_nl_NL.properties  |    9 -
 .../ui/resources/Bundle_nl_NL.properties           |    5 -
 .../autoupdate/ui/wizards/Bundle_nl_NL.properties  |  171 --
 .../modules/core/kit/Bundle_nl_NL.properties       |    5 -
 .../editor/mimelookup/impl/Bundle_nl_NL.properties |   48 -
 .../editor/mimelookup/Bundle_nl_NL.properties      |   47 -
 .../modules/favorites/Bundle_nl_NL.properties      |   82 -
 .../favorites/resources/templatesFile_nl_NL.html   |   48 -
 .../favorites/resources/templatesFolder_nl_NL.html |   48 -
 .../favorites/templates/Bundle_nl_NL.properties    |   86 -
 .../modules/javahelp/Bundle_nl_NL.properties       |   81 -
 .../javahelp/resources/Bundle_nl_NL.properties     |   51 -
 .../javahelp/resources/masterHelpPage_nl_NL.html   |   48 -
 .../javahelp/resources/masterHelpSet_nl_NL.xml     |   93 -
 .../javahelp/resources/notEnabledModule_nl_NL.html |   14 -
 .../resources/notInstalledModule_nl_NL.html        |   12 -
 .../modules/keyring/Bundle_nl_NL.properties        |    2 -
 .../keyring/fallback/Bundle_nl_NL.properties       |   14 -
 .../masterfs/filebasedfs/Bundle_nl_NL.properties   |   82 -
 .../fileobjects/Bundle_nl_NL.properties            |   47 -
 .../masterfs/resources/Bundle_nl_NL.properties     |   83 -
 .../modules/options/Bundle_nl_NL.properties        |   80 -
 .../options/advanced/Bundle_nl_NL.properties       |   50 -
 .../options/classic/Bundle_nl_NL.properties        |   81 -
 .../modules/options/export/Bundle_nl_NL.properties |   91 -
 .../modules/options/keymap/Bundle_nl_NL.properties |  190 --
 .../libs/layoutext/Bundle_nl_NL.properties         |   49 -
 .../common/resources/Bundle_nl_NL.properties       |    4 -
 .../progress/module/Bundle_nl_NL.properties        |   43 -
 .../module/resources/Bundle_nl_NL.properties       |   47 -
 .../api/visual/widget/Bundle_nl_NL.properties      |   45 -
 .../visual/resources/Bundle_nl_NL.properties       |   45 -
 .../lib/boot/org/netbeans/Bundle_nl_NL.properties  |   57 -
 .../core/execution/Bundle_nl_NL.properties         |   58 -
 .../beaninfo/editors/Bundle_nl_NL.properties       |   81 -
 .../execution/resources/Bundle_nl_NL.properties    |   47 -
 .../netbeans/core/io/ui/Bundle_nl_NL.properties    |   19 -
 .../core/multiview/Bundle_nl_NL.properties         |   50 -
 .../multiview/resources/Bundle_nl_NL.properties    |   47 -
 .../core/nativeaccess/Bundle_nl_NL.properties      |   48 -
 .../transparency/Bundle_nl_NL.properties           |    2 -
 .../netbeans/core/netigso/Bundle_nl_NL.properties  |    2 -
 .../org/netbeans/core/osgi/Bundle_nl_NL.properties |    2 -
 .../netbeans/core/output2/Bundle_nl_NL.properties  |  154 -
 .../core/output2/ui/Bundle_nl_NL.properties        |   52 -
 .../netbeans/core/startup/Bundle_nl_NL.properties  |  229 --
 .../core/startup/layers/Bundle_nl_NL.properties    |   58 -
 .../ui/options/filetypes/Bundle_nl_NL.properties   |   99 -
 .../ui/options/general/Bundle_nl_NL.properties     |  264 --
 .../core/ui/resources/Bundle_nl_NL.properties      |   76 -
 .../core/ui/sampler/Bundle_nl_NL.properties        |   52 -
 .../core/ui/sysopen/Bundle_nl_NL.properties        |   44 -
 .../core/ui/warmup/Bundle_nl_NL.properties         |   57 -
 .../netbeans/core/windows/Bundle_nl_NL.properties  |   65 -
 .../core/windows/actions/Bundle_nl_NL.properties   |   97 -
 .../core/windows/options/Bundle_nl_NL.properties   |   64 -
 .../windows/persistence/Bundle_nl_NL.properties    |   64 -
 .../core/windows/resources/Bundle_nl_NL.properties |   53 -
 .../core/windows/services/Bundle_nl_NL.properties  |   99 -
 .../core/windows/view/ui/Bundle_nl_NL.properties   |   89 -
 .../view/ui/toolbars/Bundle_nl_NL.properties       |   91 -
 .../beaninfo/editors/Bundle_nl_NL.properties       |  244 --
 .../org/netbeans/core/Bundle_nl_NL.properties      |  174 --
 .../netbeans/core/actions/Bundle_nl_NL.properties  |   70 -
 .../org/netbeans/core/ui/Bundle_nl_NL.properties   |   58 -
 .../netbeans/libs/felix/Bundle_nl_NL.properties    |   44 -
 .../org/netbeans/libs/jna/Bundle_nl_NL.properties  |   48 -
 .../netbeans/libs/jsr223/Bundle_nl_NL.properties   |   48 -
 .../netbeans/libs/junit4/Bundle_nl_NL.properties   |   47 -
 .../org/netbeans/libs/osgi/Bundle_nl_NL.properties |    2 -
 .../modules/quicksearch/Bundle_nl_NL.properties    |   55 -
 .../quicksearch/web/Bundle_nl_NL.properties        |   49 -
 .../spi/quicksearch/Bundle_nl_NL.properties        |    5 -
 .../netbeans/swing/etable/Bundle_nl_NL.properties  |    2 -
 .../netbeans/swing/outline/Bundle_nl_NL.properties |    3 -
 .../netbeans/swing/plaf/Bundle_nl_NL.properties    |   51 -
 .../swing/plaf/winxp/Bundle_nl_NL.properties       |   41 -
 .../swing/tabcontrol/Bundle_nl_NL.properties       |   54 -
 .../swing/tabcontrol/plaf/Bundle_nl_NL.properties  |   59 -
 .../org/openide/actions/Bundle_nl_NL.properties    |  153 -
 .../org/openide/awt/Bundle_nl_NL.properties        |  122 -
 .../org/openide/compat/Bundle_nl_NL.properties     |   48 -
 .../org/openide/Bundle_nl_NL.properties            |  133 -
 .../org/openide/execution/Bundle_nl_NL.properties  |   47 -
 .../org/openide/explorer/Bundle_nl_NL.properties   |   92 -
 .../explorer/propertysheet/Bundle_nl_NL.properties |  239 --
 .../openide/explorer/view/Bundle_nl_NL.properties  |  127 -
 .../filesystems/declmime/Bundle_nl_NL.properties   |   46 -
 .../openide/filesystems/Bundle_nl_NL.properties    |  204 --
 .../org/openide/io/Bundle_nl_NL.properties         |   47 -
 .../modules/templates/Bundle_nl_NL.properties      |    5 -
 .../org/openide/loaders/Bundle_nl_NL.properties    |  328 ---
 .../org/openide/modules/Bundle_nl_NL.properties    |   48 -
 .../org/openide/nodes/Bundle_nl_NL.properties      |   99 -
 .../org/openide/options/Bundle_nl_NL.properties    |   56 -
 .../org/openide/text/Bundle_nl_NL.properties       |  137 -
 .../org/openide/util/enum/Bundle_nl_NL.properties  |   49 -
 .../openide/util/lookup/Bundle_nl_NL.properties    |    2 -
 .../org/openide/util/Bundle_nl_NL.properties       |  158 -
 .../util/datatransfer/Bundle_nl_NL.properties      |   52 -
 .../org/openide/windows/Bundle_nl_NL.properties    |   72 -
 .../modules/print/action/Bundle_nl_NL.properties   |   51 -
 .../print/resources/Bundle_nl_NL.properties        |   52 -
 .../modules/print/ui/Bundle_nl_NL.properties       |  128 -
 .../modules/print/util/Bundle_nl_NL.properties     |   63 -
 .../modules/progress/ui/Bundle_nl_NL.properties    |   74 -
 .../modules/queries/Bundle_nl_NL.properties        |   47 -
 .../netbeans/api/sendopts/Bundle_nl_NL.properties  |   66 -
 .../modules/sendopts/Bundle_nl_NL.properties       |   49 -
 .../settings/resources/Bundle_nl_NL.properties     |   47 -
 .../netbeans/spi/actions/Bundle_nl_NL.properties   |    5 -
 .../modules/templates/Bundle_nl_NL.properties      |    6 -
 .../apisupport/harness/Bundle_pl.properties        |   48 -
 .../apisupport/tc/cobertura/Bundle_pl.properties   |    5 -
 .../jellytools/platform/Bundle_pl.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_pl.properties   |   50 -
 .../org/netbeans/junit/Bundle_pl.properties        |   49 -
 .../org/netbeans/insane/impl/Bundle_pl.properties  |   47 -
 .../org/netbeans/libs/nbi/ant/Bundle_pl.properties |    3 -
 .../org/netbeans/installer/Bundle_pl.properties    |   56 -
 .../installer/downloader/Bundle_pl.properties      |   45 -
 .../downloader/connector/Bundle_pl.properties      |   52 -
 .../installer/product/Bundle_pl.properties         |   86 -
 .../product/components/Bundle_pl.properties        |   79 -
 .../netbeans/installer/utils/Bundle_pl.properties  |   88 -
 .../utils/applications/Bundle_pl.properties        |   44 -
 .../utils/cli/options/Bundle_pl.properties         |   57 -
 .../installer/utils/helper/Bundle_pl.properties    |   55 -
 .../utils/helper/swing/Bundle_pl.properties        |   49 -
 .../installer/utils/progress/Bundle_pl.properties  |   52 -
 .../utils/system/launchers/Bundle_pl.properties    |   44 -
 .../system/launchers/impl/Bundle_pl.properties     |   51 -
 .../utils/system/resolver/Bundle_pl.properties     |   39 -
 .../utils/system/windows/Bundle_pl.properties      |   41 -
 .../netbeans/installer/wizard/Bundle_pl.properties |   50 -
 .../wizard/components/Bundle_pl.properties         |   62 -
 .../wizard/components/actions/Bundle_pl.properties |  131 -
 .../wizard/components/panels/Bundle_pl.properties  |  300 --
 .../wizard/containers/Bundle_pl.properties         |   49 -
 .../installer/wizard/utils/Bundle_pl.properties    |   48 -
 .../netbeans/libs/nbi/engine/Bundle_pl.properties  |    3 -
 .../modules/applemenu/Bundle_pl.properties         |   50 -
 .../autoupdate/services/Bundle_pl.properties       |   21 -
 .../services/resources/Bundle_pl.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_pl.properties |   10 -
 .../org/netbeans/updater/Bundle_pl.properties      |   71 -
 .../modules/autoupdate/ui/Bundle_pl.properties     |  195 --
 .../autoupdate/ui/actions/Bundle_pl.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_pl.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_pl.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_pl.properties |    5 -
 .../editor/mimelookup/impl/Bundle_pl.properties    |   48 -
 .../modules/editor/mimelookup/Bundle_pl.properties |   47 -
 .../modules/favorites/Bundle_pl.properties         |   82 -
 .../favorites/resources/templatesFile_pl.html      |   46 -
 .../favorites/resources/templatesFolder_pl.html    |   46 -
 .../favorites/templates/Bundle_pl.properties       |   86 -
 .../netbeans/modules/javahelp/Bundle_pl.properties |   81 -
 .../javahelp/resources/Bundle_pl.properties        |   51 -
 .../javahelp/resources/masterHelpPage_pl.html      |   46 -
 .../javahelp/resources/masterHelpSet_pl.xml        |   90 -
 .../javahelp/resources/notEnabledModule_pl.html    |   11 -
 .../javahelp/resources/notInstalledModule_pl.html  |   11 -
 .../netbeans/modules/keyring/Bundle_pl.properties  |    2 -
 .../modules/keyring/fallback/Bundle_pl.properties  |   14 -
 .../masterfs/filebasedfs/Bundle_pl.properties      |   82 -
 .../filebasedfs/fileobjects/Bundle_pl.properties   |   47 -
 .../masterfs/resources/Bundle_pl.properties        |   83 -
 .../netbeans/modules/options/Bundle_pl.properties  |   80 -
 .../modules/options/advanced/Bundle_pl.properties  |   50 -
 .../modules/options/classic/Bundle_pl.properties   |   81 -
 .../modules/options/export/Bundle_pl.properties    |   91 -
 .../modules/options/keymap/Bundle_pl.properties    |  190 --
 .../netbeans/libs/layoutext/Bundle_pl.properties   |   49 -
 .../common/resources/Bundle_pl.properties          |    4 -
 .../netbeans/progress/module/Bundle_pl.properties  |   43 -
 .../progress/module/resources/Bundle_pl.properties |   47 -
 .../api/visual/widget/Bundle_pl.properties         |   45 -
 .../modules/visual/resources/Bundle_pl.properties  |   45 -
 .../lib/boot/org/netbeans/Bundle_pl.properties     |   57 -
 .../netbeans/core/execution/Bundle_pl.properties   |   58 -
 .../beaninfo/editors/Bundle_pl.properties          |   81 -
 .../core/execution/resources/Bundle_pl.properties  |   47 -
 .../org/netbeans/core/io/ui/Bundle_pl.properties   |   19 -
 .../netbeans/core/multiview/Bundle_pl.properties   |   50 -
 .../core/multiview/resources/Bundle_pl.properties  |   47 -
 .../core/nativeaccess/Bundle_pl.properties         |   48 -
 .../nativeaccess/transparency/Bundle_pl.properties |    2 -
 .../org/netbeans/core/netigso/Bundle_pl.properties |    2 -
 .../org/netbeans/core/osgi/Bundle_pl.properties    |    2 -
 .../org/netbeans/core/output2/Bundle_pl.properties |  154 -
 .../netbeans/core/output2/ui/Bundle_pl.properties  |   52 -
 .../org/netbeans/core/startup/Bundle_pl.properties |  229 --
 .../core/startup/layers/Bundle_pl.properties       |   58 -
 .../core/ui/options/filetypes/Bundle_pl.properties |   99 -
 .../core/ui/options/general/Bundle_pl.properties   |  264 --
 .../core/ui/resources/Bundle_pl.properties         |   76 -
 .../netbeans/core/ui/sampler/Bundle_pl.properties  |   52 -
 .../netbeans/core/ui/sysopen/Bundle_pl.properties  |   44 -
 .../netbeans/core/ui/warmup/Bundle_pl.properties   |   57 -
 .../org/netbeans/core/windows/Bundle_pl.properties |   65 -
 .../core/windows/actions/Bundle_pl.properties      |   97 -
 .../core/windows/options/Bundle_pl.properties      |   64 -
 .../core/windows/persistence/Bundle_pl.properties  |   64 -
 .../core/windows/resources/Bundle_pl.properties    |   53 -
 .../core/windows/services/Bundle_pl.properties     |   99 -
 .../core/windows/view/ui/Bundle_pl.properties      |   89 -
 .../windows/view/ui/toolbars/Bundle_pl.properties  |   91 -
 .../netbeans/beaninfo/editors/Bundle_pl.properties |  244 --
 .../org/netbeans/core/Bundle_pl.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_pl.properties |   70 -
 .../org/netbeans/core/ui/Bundle_pl.properties      |   58 -
 .../org/netbeans/libs/felix/Bundle_pl.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_pl.properties     |   48 -
 .../org/netbeans/libs/jsr223/Bundle_pl.properties  |   48 -
 .../org/netbeans/libs/junit4/Bundle_pl.properties  |   47 -
 .../org/netbeans/libs/osgi/Bundle_pl.properties    |    2 -
 .../modules/quicksearch/Bundle_pl.properties       |   55 -
 .../modules/quicksearch/web/Bundle_pl.properties   |   49 -
 .../netbeans/spi/quicksearch/Bundle_pl.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_pl.properties |    2 -
 .../netbeans/swing/outline/Bundle_pl.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_pl.properties   |   51 -
 .../netbeans/swing/plaf/winxp/Bundle_pl.properties |   41 -
 .../netbeans/swing/tabcontrol/Bundle_pl.properties |   54 -
 .../swing/tabcontrol/plaf/Bundle_pl.properties     |   59 -
 .../org/openide/actions/Bundle_pl.properties       |  153 -
 .../org/openide/awt/Bundle_pl.properties           |  122 -
 .../org/openide/compat/Bundle_pl.properties        |   48 -
 .../org/openide/Bundle_pl.properties               |  133 -
 .../org/openide/execution/Bundle_pl.properties     |   47 -
 .../org/openide/explorer/Bundle_pl.properties      |   92 -
 .../explorer/propertysheet/Bundle_pl.properties    |  239 --
 .../org/openide/explorer/view/Bundle_pl.properties |  127 -
 .../filesystems/declmime/Bundle_pl.properties      |   46 -
 .../org/openide/filesystems/Bundle_pl.properties   |  204 --
 .../org/openide/io/Bundle_pl.properties            |   47 -
 .../modules/templates/Bundle_pl.properties         |    5 -
 .../org/openide/loaders/Bundle_pl.properties       |  328 ---
 .../org/openide/modules/Bundle_pl.properties       |   48 -
 .../org/openide/nodes/Bundle_pl.properties         |   99 -
 .../org/openide/options/Bundle_pl.properties       |   56 -
 .../org/openide/text/Bundle_pl.properties          |  137 -
 .../org/openide/util/enum/Bundle_pl.properties     |   49 -
 .../org/openide/util/lookup/Bundle_pl.properties   |    2 -
 .../org/openide/util/Bundle_pl.properties          |  158 -
 .../openide/util/datatransfer/Bundle_pl.properties |   52 -
 .../org/openide/windows/Bundle_pl.properties       |   72 -
 .../modules/print/action/Bundle_pl.properties      |   51 -
 .../modules/print/resources/Bundle_pl.properties   |   52 -
 .../netbeans/modules/print/ui/Bundle_pl.properties |  128 -
 .../modules/print/util/Bundle_pl.properties        |   63 -
 .../modules/progress/ui/Bundle_pl.properties       |   74 -
 .../netbeans/modules/queries/Bundle_pl.properties  |   47 -
 .../org/netbeans/api/sendopts/Bundle_pl.properties |   66 -
 .../netbeans/modules/sendopts/Bundle_pl.properties |   49 -
 .../settings/resources/Bundle_pl.properties        |   47 -
 .../org/netbeans/spi/actions/Bundle_pl.properties  |    5 -
 .../modules/templates/Bundle_pl.properties         |    6 -
 .../apisupport/harness/Bundle_pt_BR.properties     |   48 -
 .../tc/cobertura/Bundle_pt_BR.properties           |    5 -
 .../jellytools/platform/Bundle_pt_BR.properties    |    2 -
 .../jemmy/idemodule/Bundle_pt_BR.properties        |   50 -
 .../org/netbeans/junit/Bundle_pt_BR.properties     |   49 -
 .../netbeans/insane/impl/Bundle_pt_BR.properties   |   47 -
 .../netbeans/libs/nbi/ant/Bundle_pt_BR.properties  |    3 -
 .../org/netbeans/installer/Bundle_pt_BR.properties |   56 -
 .../installer/downloader/Bundle_pt_BR.properties   |   45 -
 .../downloader/connector/Bundle_pt_BR.properties   |   52 -
 .../installer/product/Bundle_pt_BR.properties      |   86 -
 .../product/components/Bundle_pt_BR.properties     |   79 -
 .../installer/utils/Bundle_pt_BR.properties        |   88 -
 .../utils/applications/Bundle_pt_BR.properties     |   44 -
 .../utils/cli/options/Bundle_pt_BR.properties      |   57 -
 .../installer/utils/helper/Bundle_pt_BR.properties |   55 -
 .../utils/helper/swing/Bundle_pt_BR.properties     |   49 -
 .../utils/progress/Bundle_pt_BR.properties         |   52 -
 .../utils/system/launchers/Bundle_pt_BR.properties |   44 -
 .../system/launchers/impl/Bundle_pt_BR.properties  |   51 -
 .../utils/system/resolver/Bundle_pt_BR.properties  |   39 -
 .../utils/system/windows/Bundle_pt_BR.properties   |   41 -
 .../installer/wizard/Bundle_pt_BR.properties       |   50 -
 .../wizard/components/Bundle_pt_BR.properties      |   62 -
 .../components/actions/Bundle_pt_BR.properties     |  131 -
 .../components/panels/Bundle_pt_BR.properties      |  300 --
 .../wizard/containers/Bundle_pt_BR.properties      |   49 -
 .../installer/wizard/utils/Bundle_pt_BR.properties |   48 -
 .../libs/nbi/engine/Bundle_pt_BR.properties        |    3 -
 .../modules/applemenu/Bundle_pt_BR.properties      |   50 -
 .../autoupdate/services/Bundle_pt_BR.properties    |   21 -
 .../services/resources/Bundle_pt_BR.properties     |    5 -
 .../updateprovider/Bundle_pt_BR.properties         |   10 -
 .../org/netbeans/updater/Bundle_pt_BR.properties   |   71 -
 .../modules/autoupdate/ui/Bundle_pt_BR.properties  |  195 --
 .../autoupdate/ui/actions/Bundle_pt_BR.properties  |    9 -
 .../ui/resources/Bundle_pt_BR.properties           |    5 -
 .../autoupdate/ui/wizards/Bundle_pt_BR.properties  |  171 --
 .../modules/core/kit/Bundle_pt_BR.properties       |    5 -
 .../editor/mimelookup/impl/Bundle_pt_BR.properties |   48 -
 .../editor/mimelookup/Bundle_pt_BR.properties      |   47 -
 .../modules/favorites/Bundle_pt_BR.properties      |   82 -
 .../favorites/resources/templatesFile_pt_BR.html   |   48 -
 .../favorites/resources/templatesFolder_pt_BR.html |   48 -
 .../favorites/templates/Bundle_pt_BR.properties    |   86 -
 .../modules/javahelp/Bundle_pt_BR.properties       |   81 -
 .../javahelp/resources/Bundle_pt_BR.properties     |   51 -
 .../javahelp/resources/masterHelpPage_pt_BR.html   |   48 -
 .../javahelp/resources/masterHelpSet_pt_BR.xml     |   93 -
 .../javahelp/resources/notEnabledModule_pt_BR.html |   14 -
 .../resources/notInstalledModule_pt_BR.html        |   12 -
 .../modules/keyring/Bundle_pt_BR.properties        |    2 -
 .../keyring/fallback/Bundle_pt_BR.properties       |   14 -
 .../masterfs/filebasedfs/Bundle_pt_BR.properties   |   82 -
 .../fileobjects/Bundle_pt_BR.properties            |   47 -
 .../masterfs/resources/Bundle_pt_BR.properties     |   83 -
 .../modules/options/Bundle_pt_BR.properties        |   80 -
 .../options/advanced/Bundle_pt_BR.properties       |   50 -
 .../options/classic/Bundle_pt_BR.properties        |   81 -
 .../modules/options/export/Bundle_pt_BR.properties |   91 -
 .../modules/options/keymap/Bundle_pt_BR.properties |  190 --
 .../libs/layoutext/Bundle_pt_BR.properties         |   49 -
 .../common/resources/Bundle_pt_BR.properties       |    4 -
 .../progress/module/Bundle_pt_BR.properties        |   43 -
 .../module/resources/Bundle_pt_BR.properties       |   47 -
 .../api/visual/widget/Bundle_pt_BR.properties      |   45 -
 .../visual/resources/Bundle_pt_BR.properties       |   45 -
 .../lib/boot/org/netbeans/Bundle_pt_BR.properties  |   57 -
 .../core/execution/Bundle_pt_BR.properties         |   58 -
 .../beaninfo/editors/Bundle_pt_BR.properties       |   81 -
 .../execution/resources/Bundle_pt_BR.properties    |   47 -
 .../netbeans/core/io/ui/Bundle_pt_BR.properties    |   19 -
 .../core/multiview/Bundle_pt_BR.properties         |   50 -
 .../multiview/resources/Bundle_pt_BR.properties    |   47 -
 .../core/nativeaccess/Bundle_pt_BR.properties      |   48 -
 .../transparency/Bundle_pt_BR.properties           |    2 -
 .../netbeans/core/netigso/Bundle_pt_BR.properties  |    2 -
 .../org/netbeans/core/osgi/Bundle_pt_BR.properties |    2 -
 .../netbeans/core/output2/Bundle_pt_BR.properties  |  154 -
 .../core/output2/ui/Bundle_pt_BR.properties        |   52 -
 .../netbeans/core/startup/Bundle_pt_BR.properties  |  229 --
 .../core/startup/layers/Bundle_pt_BR.properties    |   58 -
 .../ui/options/filetypes/Bundle_pt_BR.properties   |   99 -
 .../ui/options/general/Bundle_pt_BR.properties     |  264 --
 .../core/ui/resources/Bundle_pt_BR.properties      |   76 -
 .../core/ui/sampler/Bundle_pt_BR.properties        |   52 -
 .../core/ui/sysopen/Bundle_pt_BR.properties        |   44 -
 .../core/ui/warmup/Bundle_pt_BR.properties         |   57 -
 .../netbeans/core/windows/Bundle_pt_BR.properties  |   65 -
 .../core/windows/actions/Bundle_pt_BR.properties   |   97 -
 .../core/windows/options/Bundle_pt_BR.properties   |   64 -
 .../windows/persistence/Bundle_pt_BR.properties    |   64 -
 .../core/windows/resources/Bundle_pt_BR.properties |   53 -
 .../core/windows/services/Bundle_pt_BR.properties  |   99 -
 .../core/windows/view/ui/Bundle_pt_BR.properties   |   89 -
 .../view/ui/toolbars/Bundle_pt_BR.properties       |   91 -
 .../beaninfo/editors/Bundle_pt_BR.properties       |  244 --
 .../org/netbeans/core/Bundle_pt_BR.properties      |  174 --
 .../netbeans/core/actions/Bundle_pt_BR.properties  |   70 -
 .../org/netbeans/core/ui/Bundle_pt_BR.properties   |   58 -
 .../netbeans/libs/felix/Bundle_pt_BR.properties    |   44 -
 .../org/netbeans/libs/jna/Bundle_pt_BR.properties  |   48 -
 .../netbeans/libs/jsr223/Bundle_pt_BR.properties   |   48 -
 .../netbeans/libs/junit4/Bundle_pt_BR.properties   |   47 -
 .../org/netbeans/libs/osgi/Bundle_pt_BR.properties |    2 -
 .../modules/quicksearch/Bundle_pt_BR.properties    |   55 -
 .../quicksearch/web/Bundle_pt_BR.properties        |   49 -
 .../spi/quicksearch/Bundle_pt_BR.properties        |    5 -
 .../netbeans/swing/etable/Bundle_pt_BR.properties  |    2 -
 .../netbeans/swing/outline/Bundle_pt_BR.properties |    3 -
 .../netbeans/swing/plaf/Bundle_pt_BR.properties    |   51 -
 .../swing/plaf/winxp/Bundle_pt_BR.properties       |   40 -
 .../swing/tabcontrol/Bundle_pt_BR.properties       |   54 -
 .../swing/tabcontrol/plaf/Bundle_pt_BR.properties  |   59 -
 .../org/openide/actions/Bundle_pt_BR.properties    |  153 -
 .../org/openide/awt/Bundle_pt_BR.properties        |  122 -
 .../org/openide/compat/Bundle_pt_BR.properties     |   48 -
 .../org/openide/Bundle_pt_BR.properties            |  133 -
 .../org/openide/execution/Bundle_pt_BR.properties  |   47 -
 .../org/openide/explorer/Bundle_pt_BR.properties   |   92 -
 .../explorer/propertysheet/Bundle_pt_BR.properties |  239 --
 .../openide/explorer/view/Bundle_pt_BR.properties  |  127 -
 .../filesystems/declmime/Bundle_pt_BR.properties   |   46 -
 .../openide/filesystems/Bundle_pt_BR.properties    |  204 --
 .../org/openide/io/Bundle_pt_BR.properties         |   47 -
 .../modules/templates/Bundle_pt_BR.properties      |    5 -
 .../org/openide/loaders/Bundle_pt_BR.properties    |  328 ---
 .../org/openide/modules/Bundle_pt_BR.properties    |   48 -
 .../org/openide/nodes/Bundle_pt_BR.properties      |   99 -
 .../org/openide/options/Bundle_pt_BR.properties    |   56 -
 .../org/openide/text/Bundle_pt_BR.properties       |  137 -
 .../org/openide/util/enum/Bundle_pt_BR.properties  |   49 -
 .../openide/util/lookup/Bundle_pt_BR.properties    |    2 -
 .../org/openide/util/Bundle_pt_BR.properties       |  158 -
 .../util/datatransfer/Bundle_pt_BR.properties      |   52 -
 .../org/openide/windows/Bundle_pt_BR.properties    |   72 -
 .../modules/print/action/Bundle_pt_BR.properties   |   51 -
 .../print/resources/Bundle_pt_BR.properties        |   52 -
 .../modules/print/ui/Bundle_pt_BR.properties       |  128 -
 .../modules/print/util/Bundle_pt_BR.properties     |   63 -
 .../modules/progress/ui/Bundle_pt_BR.properties    |   74 -
 .../modules/queries/Bundle_pt_BR.properties        |   47 -
 .../netbeans/api/sendopts/Bundle_pt_BR.properties  |   66 -
 .../modules/sendopts/Bundle_pt_BR.properties       |   49 -
 .../settings/resources/Bundle_pt_BR.properties     |   47 -
 .../netbeans/spi/actions/Bundle_pt_BR.properties   |    5 -
 .../modules/templates/Bundle_pt_BR.properties      |    5 -
 .../apisupport/harness/Bundle_pt_PT.properties     |   45 -
 .../tc/cobertura/Bundle_pt_PT.properties           |    5 -
 .../jellytools/platform/Bundle_pt_PT.properties    |    2 -
 .../jemmy/idemodule/Bundle_pt_PT.properties        |   47 -
 .../org/netbeans/junit/Bundle_pt_PT.properties     |   46 -
 .../netbeans/insane/impl/Bundle_pt_PT.properties   |   44 -
 .../modules/applemenu/Bundle_pt_PT.properties      |   47 -
 .../autoupdate/services/Bundle_pt_PT.properties    |   21 -
 .../services/resources/Bundle_pt_PT.properties     |    5 -
 .../updateprovider/Bundle_pt_PT.properties         |   10 -
 .../org/netbeans/updater/Bundle_pt_PT.properties   |   68 -
 .../modules/autoupdate/ui/Bundle_pt_PT.properties  |  195 --
 .../autoupdate/ui/actions/Bundle_pt_PT.properties  |    9 -
 .../ui/resources/Bundle_pt_PT.properties           |    5 -
 .../autoupdate/ui/wizards/Bundle_pt_PT.properties  |  171 --
 .../modules/core/kit/Bundle_pt_PT.properties       |    5 -
 .../editor/mimelookup/impl/Bundle_pt_PT.properties |   45 -
 .../editor/mimelookup/Bundle_pt_PT.properties      |   44 -
 .../modules/favorites/Bundle_pt_PT.properties      |   78 -
 .../favorites/templates/Bundle_pt_PT.properties    |   83 -
 .../modules/javahelp/Bundle_pt_PT.properties       |   78 -
 .../javahelp/resources/Bundle_pt_PT.properties     |   48 -
 .../masterfs/filebasedfs/Bundle_pt_PT.properties   |   76 -
 .../fileobjects/Bundle_pt_PT.properties            |   44 -
 .../masterfs/resources/Bundle_pt_PT.properties     |   80 -
 .../modules/options/Bundle_pt_PT.properties        |   77 -
 .../options/advanced/Bundle_pt_PT.properties       |   47 -
 .../options/classic/Bundle_pt_PT.properties        |   78 -
 .../modules/options/export/Bundle_pt_PT.properties |   88 -
 .../modules/options/keymap/Bundle_pt_PT.properties |  187 --
 .../libs/layoutext/Bundle_pt_PT.properties         |   45 -
 .../common/resources/Bundle_pt_PT.properties       |    2 -
 .../progress/module/Bundle_pt_PT.properties        |   43 -
 .../module/resources/Bundle_pt_PT.properties       |   44 -
 .../api/visual/widget/Bundle_pt_PT.properties      |   42 -
 .../visual/resources/Bundle_pt_PT.properties       |   42 -
 .../lib/boot/org/netbeans/Bundle_pt_PT.properties  |   55 -
 .../core/execution/Bundle_pt_PT.properties         |   55 -
 .../beaninfo/editors/Bundle_pt_PT.properties       |   78 -
 .../execution/resources/Bundle_pt_PT.properties    |   44 -
 .../netbeans/core/io/ui/Bundle_pt_PT.properties    |   19 -
 .../core/multiview/Bundle_pt_PT.properties         |   47 -
 .../multiview/resources/Bundle_pt_PT.properties    |   44 -
 .../core/nativeaccess/Bundle_pt_PT.properties      |   45 -
 .../transparency/Bundle_pt_PT.properties           |    2 -
 .../netbeans/core/output2/Bundle_pt_PT.properties  |  151 -
 .../core/output2/ui/Bundle_pt_PT.properties        |   49 -
 .../netbeans/core/startup/Bundle_pt_PT.properties  |  228 --
 .../core/startup/layers/Bundle_pt_PT.properties    |   55 -
 .../ui/options/filetypes/Bundle_pt_PT.properties   |   95 -
 .../ui/options/general/Bundle_pt_PT.properties     |  261 --
 .../core/ui/resources/Bundle_pt_PT.properties      |   73 -
 .../core/ui/sysopen/Bundle_pt_PT.properties        |   41 -
 .../core/ui/warmup/Bundle_pt_PT.properties         |   47 -
 .../netbeans/core/windows/Bundle_pt_PT.properties  |   62 -
 .../core/windows/actions/Bundle_pt_PT.properties   |   94 -
 .../core/windows/options/Bundle_pt_PT.properties   |   61 -
 .../windows/persistence/Bundle_pt_PT.properties    |   61 -
 .../core/windows/resources/Bundle_pt_PT.properties |   50 -
 .../core/windows/services/Bundle_pt_PT.properties  |   96 -
 .../core/windows/view/ui/Bundle_pt_PT.properties   |   87 -
 .../view/ui/toolbars/Bundle_pt_PT.properties       |   88 -
 .../beaninfo/editors/Bundle_pt_PT.properties       |  241 --
 .../org/netbeans/core/Bundle_pt_PT.properties      |  176 --
 .../netbeans/core/actions/Bundle_pt_PT.properties  |   67 -
 .../org/netbeans/core/ui/Bundle_pt_PT.properties   |   55 -
 .../org/netbeans/libs/jna/Bundle_pt_PT.properties  |   45 -
 .../netbeans/libs/jsr223/Bundle_pt_PT.properties   |   44 -
 .../netbeans/libs/junit4/Bundle_pt_PT.properties   |   44 -
 .../modules/quicksearch/Bundle_pt_PT.properties    |   52 -
 .../quicksearch/web/Bundle_pt_PT.properties        |   46 -
 .../spi/quicksearch/Bundle_pt_PT.properties        |    5 -
 .../netbeans/swing/etable/Bundle_pt_PT.properties  |    2 -
 .../netbeans/swing/outline/Bundle_pt_PT.properties |    3 -
 .../netbeans/swing/plaf/Bundle_pt_PT.properties    |   44 -
 .../swing/plaf/winxp/Bundle_pt_PT.properties       |   41 -
 .../swing/tabcontrol/Bundle_pt_PT.properties       |   51 -
 .../swing/tabcontrol/plaf/Bundle_pt_PT.properties  |   56 -
 .../org/openide/actions/Bundle_pt_PT.properties    |  150 -
 .../org/openide/awt/Bundle_pt_PT.properties        |  119 -
 .../org/openide/compat/Bundle_pt_PT.properties     |   45 -
 .../org/openide/Bundle_pt_PT.properties            |  130 -
 .../org/openide/execution/Bundle_pt_PT.properties  |   44 -
 .../org/openide/explorer/Bundle_pt_PT.properties   |   89 -
 .../explorer/propertysheet/Bundle_pt_PT.properties |  236 --
 .../openide/explorer/view/Bundle_pt_PT.properties  |  122 -
 .../filesystems/declmime/Bundle_pt_PT.properties   |   43 -
 .../openide/filesystems/Bundle_pt_PT.properties    |  197 --
 .../org/openide/io/Bundle_pt_PT.properties         |   44 -
 .../org/openide/loaders/Bundle_pt_PT.properties    |  325 ---
 .../org/openide/modules/Bundle_pt_PT.properties    |   45 -
 .../org/openide/nodes/Bundle_pt_PT.properties      |   96 -
 .../org/openide/options/Bundle_pt_PT.properties    |   53 -
 .../org/openide/text/Bundle_pt_PT.properties       |  134 -
 .../org/openide/util/enum/Bundle_pt_PT.properties  |   46 -
 .../org/openide/util/Bundle_pt_PT.properties       |  155 -
 .../util/datatransfer/Bundle_pt_PT.properties      |   49 -
 .../org/openide/windows/Bundle_pt_PT.properties    |   69 -
 .../modules/print/action/Bundle_pt_PT.properties   |   48 -
 .../print/resources/Bundle_pt_PT.properties        |   49 -
 .../modules/print/ui/Bundle_pt_PT.properties       |  125 -
 .../modules/print/util/Bundle_pt_PT.properties     |   60 -
 .../modules/progress/ui/Bundle_pt_PT.properties    |   59 -
 .../modules/queries/Bundle_pt_PT.properties        |   44 -
 .../netbeans/api/sendopts/Bundle_pt_PT.properties  |   63 -
 .../modules/sendopts/Bundle_pt_PT.properties       |   46 -
 .../settings/resources/Bundle_pt_PT.properties     |   44 -
 .../netbeans/spi/actions/Bundle_pt_PT.properties   |    5 -
 .../modules/templates/Bundle_pt_PT.properties      |    6 -
 .../apisupport/harness/Bundle_ro.properties        |   48 -
 .../apisupport/tc/cobertura/Bundle_ro.properties   |    5 -
 .../jellytools/platform/Bundle_ro.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_ro.properties   |   50 -
 .../org/netbeans/junit/Bundle_ro.properties        |   49 -
 .../org/netbeans/insane/impl/Bundle_ro.properties  |   47 -
 .../org/netbeans/libs/nbi/ant/Bundle_ro.properties |    3 -
 .../org/netbeans/installer/Bundle_ro.properties    |   56 -
 .../installer/downloader/Bundle_ro.properties      |   45 -
 .../downloader/connector/Bundle_ro.properties      |   52 -
 .../installer/product/Bundle_ro.properties         |   86 -
 .../product/components/Bundle_ro.properties        |   79 -
 .../netbeans/installer/utils/Bundle_ro.properties  |   88 -
 .../utils/applications/Bundle_ro.properties        |   44 -
 .../utils/cli/options/Bundle_ro.properties         |   57 -
 .../installer/utils/helper/Bundle_ro.properties    |   55 -
 .../utils/helper/swing/Bundle_ro.properties        |   49 -
 .../installer/utils/progress/Bundle_ro.properties  |   52 -
 .../utils/system/launchers/Bundle_ro.properties    |   44 -
 .../system/launchers/impl/Bundle_ro.properties     |   51 -
 .../utils/system/resolver/Bundle_ro.properties     |   39 -
 .../utils/system/windows/Bundle_ro.properties      |   41 -
 .../netbeans/installer/wizard/Bundle_ro.properties |   50 -
 .../wizard/components/Bundle_ro.properties         |   62 -
 .../wizard/components/actions/Bundle_ro.properties |  131 -
 .../wizard/components/panels/Bundle_ro.properties  |  300 --
 .../wizard/containers/Bundle_ro.properties         |   49 -
 .../installer/wizard/utils/Bundle_ro.properties    |   48 -
 .../netbeans/libs/nbi/engine/Bundle_ro.properties  |    3 -
 .../modules/applemenu/Bundle_ro.properties         |   50 -
 .../autoupdate/services/Bundle_ro.properties       |   21 -
 .../services/resources/Bundle_ro.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_ro.properties |   10 -
 .../org/netbeans/updater/Bundle_ro.properties      |   71 -
 .../modules/autoupdate/ui/Bundle_ro.properties     |  195 --
 .../autoupdate/ui/actions/Bundle_ro.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_ro.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_ro.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_ro.properties |    5 -
 .../editor/mimelookup/impl/Bundle_ro.properties    |   48 -
 .../modules/editor/mimelookup/Bundle_ro.properties |   47 -
 .../modules/favorites/Bundle_ro.properties         |   82 -
 .../favorites/templates/Bundle_ro.properties       |   86 -
 .../netbeans/modules/javahelp/Bundle_ro.properties |   81 -
 .../javahelp/resources/Bundle_ro.properties        |   51 -
 .../netbeans/modules/keyring/Bundle_ro.properties  |    2 -
 .../modules/keyring/fallback/Bundle_ro.properties  |   14 -
 .../masterfs/filebasedfs/Bundle_ro.properties      |   82 -
 .../filebasedfs/fileobjects/Bundle_ro.properties   |   47 -
 .../masterfs/resources/Bundle_ro.properties        |   83 -
 .../netbeans/modules/options/Bundle_ro.properties  |   80 -
 .../modules/options/advanced/Bundle_ro.properties  |   50 -
 .../modules/options/classic/Bundle_ro.properties   |   81 -
 .../modules/options/export/Bundle_ro.properties    |   91 -
 .../modules/options/keymap/Bundle_ro.properties    |  190 --
 .../netbeans/libs/layoutext/Bundle_ro.properties   |   49 -
 .../common/resources/Bundle_ro.properties          |    4 -
 .../netbeans/progress/module/Bundle_ro.properties  |   43 -
 .../progress/module/resources/Bundle_ro.properties |   47 -
 .../api/visual/widget/Bundle_ro.properties         |   45 -
 .../modules/visual/resources/Bundle_ro.properties  |   45 -
 .../lib/boot/org/netbeans/Bundle_ro.properties     |   57 -
 .../netbeans/core/execution/Bundle_ro.properties   |   58 -
 .../beaninfo/editors/Bundle_ro.properties          |   81 -
 .../core/execution/resources/Bundle_ro.properties  |   47 -
 .../org/netbeans/core/io/ui/Bundle_ro.properties   |   19 -
 .../netbeans/core/multiview/Bundle_ro.properties   |   50 -
 .../core/multiview/resources/Bundle_ro.properties  |   47 -
 .../core/nativeaccess/Bundle_ro.properties         |   48 -
 .../nativeaccess/transparency/Bundle_ro.properties |    2 -
 .../org/netbeans/core/netigso/Bundle_ro.properties |    2 -
 .../org/netbeans/core/osgi/Bundle_ro.properties    |    2 -
 .../org/netbeans/core/output2/Bundle_ro.properties |  154 -
 .../netbeans/core/output2/ui/Bundle_ro.properties  |   52 -
 .../org/netbeans/core/startup/Bundle_ro.properties |  229 --
 .../core/startup/layers/Bundle_ro.properties       |   58 -
 .../core/ui/options/filetypes/Bundle_ro.properties |   99 -
 .../core/ui/options/general/Bundle_ro.properties   |  264 --
 .../core/ui/resources/Bundle_ro.properties         |   76 -
 .../netbeans/core/ui/sampler/Bundle_ro.properties  |   52 -
 .../netbeans/core/ui/sysopen/Bundle_ro.properties  |   44 -
 .../netbeans/core/ui/warmup/Bundle_ro.properties   |   57 -
 .../org/netbeans/core/windows/Bundle_ro.properties |   65 -
 .../core/windows/actions/Bundle_ro.properties      |   97 -
 .../core/windows/options/Bundle_ro.properties      |   64 -
 .../core/windows/persistence/Bundle_ro.properties  |   64 -
 .../core/windows/resources/Bundle_ro.properties    |   53 -
 .../core/windows/services/Bundle_ro.properties     |   99 -
 .../core/windows/view/ui/Bundle_ro.properties      |   89 -
 .../windows/view/ui/toolbars/Bundle_ro.properties  |   91 -
 .../netbeans/beaninfo/editors/Bundle_ro.properties |  244 --
 .../org/netbeans/core/Bundle_ro.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_ro.properties |   70 -
 .../org/netbeans/core/ui/Bundle_ro.properties      |   58 -
 .../org/netbeans/libs/felix/Bundle_ro.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_ro.properties     |   48 -
 .../org/netbeans/libs/jsr223/Bundle_ro.properties  |   48 -
 .../org/netbeans/libs/junit4/Bundle_ro.properties  |   47 -
 .../org/netbeans/libs/osgi/Bundle_ro.properties    |    2 -
 .../modules/quicksearch/Bundle_ro.properties       |   55 -
 .../modules/quicksearch/web/Bundle_ro.properties   |   49 -
 .../netbeans/spi/quicksearch/Bundle_ro.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_ro.properties |    2 -
 .../netbeans/swing/outline/Bundle_ro.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_ro.properties   |   51 -
 .../netbeans/swing/plaf/winxp/Bundle_ro.properties |   41 -
 .../netbeans/swing/tabcontrol/Bundle_ro.properties |   54 -
 .../swing/tabcontrol/plaf/Bundle_ro.properties     |   59 -
 .../org/openide/actions/Bundle_ro.properties       |  153 -
 .../org/openide/awt/Bundle_ro.properties           |  122 -
 .../org/openide/compat/Bundle_ro.properties        |   48 -
 .../org/openide/Bundle_ro.properties               |  133 -
 .../org/openide/execution/Bundle_ro.properties     |   47 -
 .../org/openide/explorer/Bundle_ro.properties      |   92 -
 .../explorer/propertysheet/Bundle_ro.properties    |  239 --
 .../org/openide/explorer/view/Bundle_ro.properties |  127 -
 .../filesystems/declmime/Bundle_ro.properties      |   46 -
 .../org/openide/filesystems/Bundle_ro.properties   |  204 --
 .../org/openide/io/Bundle_ro.properties            |   47 -
 .../modules/templates/Bundle_ro.properties         |    5 -
 .../org/openide/loaders/Bundle_ro.properties       |  328 ---
 .../org/openide/modules/Bundle_ro.properties       |   48 -
 .../org/openide/nodes/Bundle_ro.properties         |   99 -
 .../org/openide/options/Bundle_ro.properties       |   56 -
 .../org/openide/text/Bundle_ro.properties          |  137 -
 .../org/openide/util/enum/Bundle_ro.properties     |   49 -
 .../org/openide/util/lookup/Bundle_ro.properties   |    2 -
 .../org/openide/util/Bundle_ro.properties          |  158 -
 .../openide/util/datatransfer/Bundle_ro.properties |   52 -
 .../org/openide/windows/Bundle_ro.properties       |   72 -
 .../modules/print/action/Bundle_ro.properties      |   51 -
 .../modules/print/resources/Bundle_ro.properties   |   52 -
 .../netbeans/modules/print/ui/Bundle_ro.properties |  128 -
 .../modules/print/util/Bundle_ro.properties        |   63 -
 .../modules/progress/ui/Bundle_ro.properties       |   74 -
 .../netbeans/modules/queries/Bundle_ro.properties  |   47 -
 .../org/netbeans/api/sendopts/Bundle_ro.properties |   66 -
 .../netbeans/modules/sendopts/Bundle_ro.properties |   49 -
 .../settings/resources/Bundle_ro.properties        |   47 -
 .../org/netbeans/spi/actions/Bundle_ro.properties  |    5 -
 .../modules/templates/Bundle_ro.properties         |    6 -
 .../apisupport/harness/Bundle_ru.properties        |   48 -
 .../apisupport/tc/cobertura/Bundle_ru.properties   |    5 -
 .../jellytools/platform/Bundle_ru.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_ru.properties   |   50 -
 .../org/netbeans/junit/Bundle_ru.properties        |   49 -
 .../org/netbeans/insane/impl/Bundle_ru.properties  |   47 -
 .../org/netbeans/libs/nbi/ant/Bundle_ru.properties |    3 -
 .../org/netbeans/installer/Bundle_ru.properties    |   56 -
 .../installer/downloader/Bundle_ru.properties      |   45 -
 .../downloader/connector/Bundle_ru.properties      |   52 -
 .../installer/product/Bundle_ru.properties         |   86 -
 .../product/components/Bundle_ru.properties        |   79 -
 .../netbeans/installer/utils/Bundle_ru.properties  |   88 -
 .../utils/applications/Bundle_ru.properties        |   44 -
 .../utils/cli/options/Bundle_ru.properties         |   57 -
 .../installer/utils/helper/Bundle_ru.properties    |   55 -
 .../utils/helper/swing/Bundle_ru.properties        |   49 -
 .../installer/utils/progress/Bundle_ru.properties  |   52 -
 .../utils/system/launchers/Bundle_ru.properties    |   44 -
 .../system/launchers/impl/Bundle_ru.properties     |   51 -
 .../utils/system/resolver/Bundle_ru.properties     |   39 -
 .../utils/system/windows/Bundle_ru.properties      |   41 -
 .../netbeans/installer/wizard/Bundle_ru.properties |   50 -
 .../wizard/components/Bundle_ru.properties         |   62 -
 .../wizard/components/actions/Bundle_ru.properties |  131 -
 .../wizard/components/panels/Bundle_ru.properties  |  300 --
 .../wizard/containers/Bundle_ru.properties         |   49 -
 .../installer/wizard/utils/Bundle_ru.properties    |   48 -
 .../netbeans/libs/nbi/engine/Bundle_ru.properties  |    3 -
 .../modules/applemenu/Bundle_ru.properties         |   50 -
 .../autoupdate/services/Bundle_ru.properties       |   21 -
 .../services/resources/Bundle_ru.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_ru.properties |   10 -
 .../org/netbeans/updater/Bundle_ru.properties      |   71 -
 .../modules/autoupdate/ui/Bundle_ru.properties     |  195 --
 .../autoupdate/ui/actions/Bundle_ru.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_ru.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_ru.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_ru.properties |    5 -
 .../editor/mimelookup/impl/Bundle_ru.properties    |   48 -
 .../modules/editor/mimelookup/Bundle_ru.properties |   47 -
 .../modules/favorites/Bundle_ru.properties         |   82 -
 .../favorites/resources/templatesFile_ru.html      |   48 -
 .../favorites/resources/templatesFolder_ru.html    |   48 -
 .../favorites/templates/Bundle_ru.properties       |   86 -
 .../netbeans/modules/javahelp/Bundle_ru.properties |   81 -
 .../javahelp/resources/Bundle_ru.properties        |   51 -
 .../javahelp/resources/masterHelpPage_ru.html      |   48 -
 .../javahelp/resources/masterHelpSet_ru.xml        |   93 -
 .../javahelp/resources/notEnabledModule_ru.html    |   14 -
 .../javahelp/resources/notInstalledModule_ru.html  |   12 -
 .../netbeans/modules/keyring/Bundle_ru.properties  |    2 -
 .../modules/keyring/fallback/Bundle_ru.properties  |   14 -
 .../masterfs/filebasedfs/Bundle_ru.properties      |   82 -
 .../filebasedfs/fileobjects/Bundle_ru.properties   |   47 -
 .../masterfs/resources/Bundle_ru.properties        |   83 -
 .../netbeans/modules/options/Bundle_ru.properties  |   80 -
 .../modules/options/advanced/Bundle_ru.properties  |   50 -
 .../modules/options/classic/Bundle_ru.properties   |   81 -
 .../modules/options/export/Bundle_ru.properties    |   91 -
 .../modules/options/keymap/Bundle_ru.properties    |  190 --
 .../netbeans/libs/layoutext/Bundle_ru.properties   |   49 -
 .../common/resources/Bundle_ru.properties          |    4 -
 .../netbeans/progress/module/Bundle_ru.properties  |   43 -
 .../progress/module/resources/Bundle_ru.properties |   47 -
 .../api/visual/widget/Bundle_ru.properties         |   45 -
 .../modules/visual/resources/Bundle_ru.properties  |   45 -
 .../lib/boot/org/netbeans/Bundle_ru.properties     |   57 -
 .../netbeans/core/execution/Bundle_ru.properties   |   58 -
 .../beaninfo/editors/Bundle_ru.properties          |   81 -
 .../core/execution/resources/Bundle_ru.properties  |   47 -
 .../org/netbeans/core/io/ui/Bundle_ru.properties   |   19 -
 .../netbeans/core/multiview/Bundle_ru.properties   |   50 -
 .../core/multiview/resources/Bundle_ru.properties  |   47 -
 .../core/nativeaccess/Bundle_ru.properties         |   48 -
 .../nativeaccess/transparency/Bundle_ru.properties |    2 -
 .../org/netbeans/core/netigso/Bundle_ru.properties |    2 -
 .../org/netbeans/core/osgi/Bundle_ru.properties    |    2 -
 .../org/netbeans/core/output2/Bundle_ru.properties |  154 -
 .../netbeans/core/output2/ui/Bundle_ru.properties  |   52 -
 .../org/netbeans/core/startup/Bundle_ru.properties |  229 --
 .../core/startup/layers/Bundle_ru.properties       |   58 -
 .../core/ui/options/filetypes/Bundle_ru.properties |   99 -
 .../core/ui/options/general/Bundle_ru.properties   |  264 --
 .../core/ui/resources/Bundle_ru.properties         |   76 -
 .../netbeans/core/ui/sampler/Bundle_ru.properties  |   52 -
 .../netbeans/core/ui/sysopen/Bundle_ru.properties  |   44 -
 .../netbeans/core/ui/warmup/Bundle_ru.properties   |   57 -
 .../org/netbeans/core/windows/Bundle_ru.properties |   65 -
 .../core/windows/actions/Bundle_ru.properties      |   97 -
 .../core/windows/options/Bundle_ru.properties      |   64 -
 .../core/windows/persistence/Bundle_ru.properties  |   64 -
 .../core/windows/resources/Bundle_ru.properties    |   53 -
 .../core/windows/services/Bundle_ru.properties     |   99 -
 .../core/windows/view/ui/Bundle_ru.properties      |   89 -
 .../windows/view/ui/toolbars/Bundle_ru.properties  |   91 -
 .../netbeans/beaninfo/editors/Bundle_ru.properties |  244 --
 .../org/netbeans/core/Bundle_ru.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_ru.properties |   70 -
 .../org/netbeans/core/ui/Bundle_ru.properties      |   58 -
 .../org/netbeans/libs/felix/Bundle_ru.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_ru.properties     |   48 -
 .../org/netbeans/libs/jsr223/Bundle_ru.properties  |   48 -
 .../org/netbeans/libs/junit4/Bundle_ru.properties  |   47 -
 .../org/netbeans/libs/osgi/Bundle_ru.properties    |    2 -
 .../modules/quicksearch/Bundle_ru.properties       |   55 -
 .../modules/quicksearch/web/Bundle_ru.properties   |   49 -
 .../netbeans/spi/quicksearch/Bundle_ru.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_ru.properties |    2 -
 .../netbeans/swing/outline/Bundle_ru.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_ru.properties   |   51 -
 .../netbeans/swing/plaf/winxp/Bundle_ru.properties |   41 -
 .../netbeans/swing/tabcontrol/Bundle_ru.properties |   54 -
 .../swing/tabcontrol/plaf/Bundle_ru.properties     |   59 -
 .../org/openide/actions/Bundle_ru.properties       |  153 -
 .../org/openide/awt/Bundle_ru.properties           |  122 -
 .../org/openide/compat/Bundle_ru.properties        |   48 -
 .../org/openide/Bundle_ru.properties               |  133 -
 .../org/openide/execution/Bundle_ru.properties     |   47 -
 .../org/openide/explorer/Bundle_ru.properties      |   92 -
 .../explorer/propertysheet/Bundle_ru.properties    |  239 --
 .../org/openide/explorer/view/Bundle_ru.properties |  127 -
 .../filesystems/declmime/Bundle_ru.properties      |   46 -
 .../org/openide/filesystems/Bundle_ru.properties   |  204 --
 .../org/openide/io/Bundle_ru.properties            |   47 -
 .../modules/templates/Bundle_ru.properties         |    5 -
 .../org/openide/loaders/Bundle_ru.properties       |  328 ---
 .../org/openide/modules/Bundle_ru.properties       |   48 -
 .../org/openide/nodes/Bundle_ru.properties         |   99 -
 .../org/openide/options/Bundle_ru.properties       |   56 -
 .../org/openide/text/Bundle_ru.properties          |  137 -
 .../org/openide/util/enum/Bundle_ru.properties     |   49 -
 .../org/openide/util/lookup/Bundle_ru.properties   |    2 -
 .../org/openide/util/Bundle_ru.properties          |  158 -
 .../openide/util/datatransfer/Bundle_ru.properties |   52 -
 .../org/openide/windows/Bundle_ru.properties       |   72 -
 .../modules/print/action/Bundle_ru.properties      |   51 -
 .../modules/print/resources/Bundle_ru.properties   |   52 -
 .../netbeans/modules/print/ui/Bundle_ru.properties |  128 -
 .../modules/print/util/Bundle_ru.properties        |   63 -
 .../modules/progress/ui/Bundle_ru.properties       |   74 -
 .../netbeans/modules/queries/Bundle_ru.properties  |   47 -
 .../org/netbeans/api/sendopts/Bundle_ru.properties |   66 -
 .../netbeans/modules/sendopts/Bundle_ru.properties |   49 -
 .../settings/resources/Bundle_ru.properties        |   47 -
 .../org/netbeans/spi/actions/Bundle_ru.properties  |    5 -
 .../modules/templates/Bundle_ru.properties         |    6 -
 .../apisupport/harness/Bundle_sq.properties        |   45 -
 .../jellytools/platform/Bundle_sq.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_sq.properties   |   47 -
 .../org/netbeans/junit/Bundle_sq.properties        |   46 -
 .../org/netbeans/insane/impl/Bundle_sq.properties  |   44 -
 .../modules/applemenu/Bundle_sq.properties         |   46 -
 .../autoupdate/services/Bundle_sq.properties       |   21 -
 .../services/resources/Bundle_sq.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_sq.properties |    9 -
 .../org/netbeans/updater/Bundle_sq.properties      |   68 -
 .../modules/autoupdate/ui/Bundle_sq.properties     |  191 --
 .../autoupdate/ui/actions/Bundle_sq.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_sq.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_sq.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_sq.properties |    5 -
 .../editor/mimelookup/impl/Bundle_sq.properties    |   45 -
 .../modules/editor/mimelookup/Bundle_sq.properties |   44 -
 .../modules/favorites/Bundle_sq.properties         |   78 -
 .../favorites/resources/templatesFile_sq.html      |   46 -
 .../favorites/resources/templatesFolder_sq.html    |   46 -
 .../favorites/templates/Bundle_sq.properties       |   82 -
 .../netbeans/modules/javahelp/Bundle_sq.properties |   78 -
 .../javahelp/resources/Bundle_sq.properties        |   48 -
 .../javahelp/resources/masterHelpPage_sq.html      |   46 -
 .../javahelp/resources/masterHelpSet_sq.xml        |   90 -
 .../javahelp/resources/notEnabledModule_sq.html    |   11 -
 .../javahelp/resources/notInstalledModule_sq.html  |   11 -
 .../masterfs/filebasedfs/Bundle_sq.properties      |   76 -
 .../filebasedfs/fileobjects/Bundle_sq.properties   |   44 -
 .../masterfs/resources/Bundle_sq.properties        |   80 -
 .../netbeans/modules/options/Bundle_sq.properties  |   76 -
 .../modules/options/advanced/Bundle_sq.properties  |   47 -
 .../modules/options/classic/Bundle_sq.properties   |   78 -
 .../modules/options/export/Bundle_sq.properties    |   80 -
 .../modules/options/keymap/Bundle_sq.properties    |  187 --
 .../netbeans/libs/layoutext/Bundle_sq.properties   |   45 -
 .../common/resources/Bundle_sq.properties          |    2 -
 .../netbeans/progress/module/Bundle_sq.properties  |   43 -
 .../progress/module/resources/Bundle_sq.properties |   44 -
 .../api/visual/widget/Bundle_sq.properties         |   42 -
 .../modules/visual/resources/Bundle_sq.properties  |   42 -
 .../lib/boot/org/netbeans/Bundle_sq.properties     |   55 -
 .../netbeans/core/execution/Bundle_sq.properties   |   55 -
 .../beaninfo/editors/Bundle_sq.properties          |   78 -
 .../core/execution/resources/Bundle_sq.properties  |   44 -
 .../org/netbeans/core/io/ui/Bundle_sq.properties   |   19 -
 .../netbeans/core/multiview/Bundle_sq.properties   |   48 -
 .../core/multiview/resources/Bundle_sq.properties  |   44 -
 .../core/nativeaccess/Bundle_sq.properties         |   45 -
 .../nativeaccess/transparency/Bundle_sq.properties |    2 -
 .../org/netbeans/core/output2/Bundle_sq.properties |  143 -
 .../netbeans/core/output2/ui/Bundle_sq.properties  |   49 -
 .../org/netbeans/core/startup/Bundle_sq.properties |  228 --
 .../core/startup/layers/Bundle_sq.properties       |   55 -
 .../core/ui/options/filetypes/Bundle_sq.properties |   95 -
 .../core/ui/options/general/Bundle_sq.properties   |  258 --
 .../core/ui/resources/Bundle_sq.properties         |   74 -
 .../netbeans/core/ui/sysopen/Bundle_sq.properties  |   41 -
 .../netbeans/core/ui/warmup/Bundle_sq.properties   |   47 -
 .../org/netbeans/core/windows/Bundle_sq.properties |   62 -
 .../core/windows/actions/Bundle_sq.properties      |   93 -
 .../core/windows/options/Bundle_sq.properties      |   61 -
 .../core/windows/persistence/Bundle_sq.properties  |   61 -
 .../core/windows/resources/Bundle_sq.properties    |   50 -
 .../core/windows/services/Bundle_sq.properties     |   96 -
 .../core/windows/view/ui/Bundle_sq.properties      |   87 -
 .../windows/view/ui/toolbars/Bundle_sq.properties  |   88 -
 .../netbeans/beaninfo/editors/Bundle_sq.properties |  241 --
 .../org/netbeans/core/Bundle_sq.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_sq.properties |   67 -
 .../org/netbeans/core/ui/Bundle_sq.properties      |   55 -
 .../org/netbeans/libs/jna/Bundle_sq.properties     |   45 -
 .../org/netbeans/libs/jsr223/Bundle_sq.properties  |   44 -
 .../org/netbeans/libs/junit4/Bundle_sq.properties  |   44 -
 .../modules/quicksearch/Bundle_sq.properties       |   52 -
 .../modules/quicksearch/web/Bundle_sq.properties   |   46 -
 .../netbeans/spi/quicksearch/Bundle_sq.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_sq.properties |    2 -
 .../netbeans/swing/outline/Bundle_sq.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_sq.properties   |   44 -
 .../netbeans/swing/plaf/winxp/Bundle_sq.properties |   41 -
 .../netbeans/swing/tabcontrol/Bundle_sq.properties |   48 -
 .../swing/tabcontrol/plaf/Bundle_sq.properties     |   56 -
 .../org/openide/actions/Bundle_sq.properties       |  150 -
 .../org/openide/awt/Bundle_sq.properties           |  116 -
 .../org/openide/compat/Bundle_sq.properties        |   45 -
 .../org/openide/Bundle_sq.properties               |  130 -
 .../org/openide/execution/Bundle_sq.properties     |   44 -
 .../org/openide/explorer/Bundle_sq.properties      |   89 -
 .../explorer/propertysheet/Bundle_sq.properties    |  235 --
 .../org/openide/explorer/view/Bundle_sq.properties |  122 -
 .../filesystems/declmime/Bundle_sq.properties      |   43 -
 .../org/openide/filesystems/Bundle_sq.properties   |  199 --
 .../org/openide/io/Bundle_sq.properties            |   44 -
 .../org/openide/loaders/Bundle_sq.properties       |  324 ---
 .../org/openide/modules/Bundle_sq.properties       |   45 -
 .../org/openide/nodes/Bundle_sq.properties         |   96 -
 .../org/openide/options/Bundle_sq.properties       |   53 -
 .../org/openide/text/Bundle_sq.properties          |  134 -
 .../org/openide/util/enum/Bundle_sq.properties     |   46 -
 .../org/openide/util/Bundle_sq.properties          |  155 -
 .../openide/util/datatransfer/Bundle_sq.properties |   49 -
 .../org/openide/windows/Bundle_sq.properties       |   70 -
 .../modules/print/action/Bundle_sq.properties      |   48 -
 .../modules/print/resources/Bundle_sq.properties   |   49 -
 .../netbeans/modules/print/ui/Bundle_sq.properties |  125 -
 .../modules/print/util/Bundle_sq.properties        |   60 -
 .../modules/progress/ui/Bundle_sq.properties       |   55 -
 .../netbeans/modules/queries/Bundle_sq.properties  |   44 -
 .../org/netbeans/api/sendopts/Bundle_sq.properties |   63 -
 .../netbeans/modules/sendopts/Bundle_sq.properties |   46 -
 .../settings/resources/Bundle_sq.properties        |   44 -
 .../org/netbeans/spi/actions/Bundle_sq.properties  |    5 -
 .../modules/templates/Bundle_sq.properties         |    5 -
 .../apisupport/harness/Bundle_sr.properties        |   48 -
 .../apisupport/tc/cobertura/Bundle_sr.properties   |    5 -
 .../jellytools/platform/Bundle_sr.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_sr.properties   |   50 -
 .../org/netbeans/junit/Bundle_sr.properties        |   49 -
 .../org/netbeans/insane/impl/Bundle_sr.properties  |   47 -
 .../org/netbeans/libs/nbi/ant/Bundle_sr.properties |    3 -
 .../org/netbeans/installer/Bundle_sr.properties    |   56 -
 .../installer/downloader/Bundle_sr.properties      |   45 -
 .../downloader/connector/Bundle_sr.properties      |   52 -
 .../installer/product/Bundle_sr.properties         |   86 -
 .../product/components/Bundle_sr.properties        |   79 -
 .../netbeans/installer/utils/Bundle_sr.properties  |   88 -
 .../utils/applications/Bundle_sr.properties        |   44 -
 .../utils/cli/options/Bundle_sr.properties         |   57 -
 .../installer/utils/helper/Bundle_sr.properties    |   55 -
 .../utils/helper/swing/Bundle_sr.properties        |   49 -
 .../installer/utils/progress/Bundle_sr.properties  |   52 -
 .../utils/system/launchers/Bundle_sr.properties    |   44 -
 .../system/launchers/impl/Bundle_sr.properties     |   51 -
 .../utils/system/resolver/Bundle_sr.properties     |   39 -
 .../utils/system/windows/Bundle_sr.properties      |   41 -
 .../netbeans/installer/wizard/Bundle_sr.properties |   50 -
 .../wizard/components/Bundle_sr.properties         |   62 -
 .../wizard/components/actions/Bundle_sr.properties |  131 -
 .../wizard/components/panels/Bundle_sr.properties  |  300 --
 .../wizard/containers/Bundle_sr.properties         |   49 -
 .../installer/wizard/utils/Bundle_sr.properties    |   48 -
 .../netbeans/libs/nbi/engine/Bundle_sr.properties  |    3 -
 .../modules/applemenu/Bundle_sr.properties         |   50 -
 .../autoupdate/services/Bundle_sr.properties       |   21 -
 .../services/resources/Bundle_sr.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_sr.properties |   10 -
 .../org/netbeans/updater/Bundle_sr.properties      |   71 -
 .../modules/autoupdate/ui/Bundle_sr.properties     |  195 --
 .../autoupdate/ui/actions/Bundle_sr.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_sr.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_sr.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_sr.properties |    5 -
 .../editor/mimelookup/impl/Bundle_sr.properties    |   48 -
 .../modules/editor/mimelookup/Bundle_sr.properties |   47 -
 .../modules/favorites/Bundle_sr.properties         |   82 -
 .../favorites/templates/Bundle_sr.properties       |   86 -
 .../netbeans/modules/javahelp/Bundle_sr.properties |   81 -
 .../javahelp/resources/Bundle_sr.properties        |   51 -
 .../netbeans/modules/keyring/Bundle_sr.properties  |    2 -
 .../modules/keyring/fallback/Bundle_sr.properties  |   14 -
 .../masterfs/filebasedfs/Bundle_sr.properties      |   82 -
 .../filebasedfs/fileobjects/Bundle_sr.properties   |   47 -
 .../masterfs/resources/Bundle_sr.properties        |   83 -
 .../netbeans/modules/options/Bundle_sr.properties  |   80 -
 .../modules/options/advanced/Bundle_sr.properties  |   50 -
 .../modules/options/classic/Bundle_sr.properties   |   81 -
 .../modules/options/export/Bundle_sr.properties    |   91 -
 .../modules/options/keymap/Bundle_sr.properties    |  190 --
 .../netbeans/libs/layoutext/Bundle_sr.properties   |   49 -
 .../common/resources/Bundle_sr.properties          |    4 -
 .../progress/module/resources/Bundle_sr.properties |   47 -
 .../api/visual/widget/Bundle_sr.properties         |   45 -
 .../modules/visual/resources/Bundle_sr.properties  |   45 -
 .../lib/boot/org/netbeans/Bundle_sr.properties     |   57 -
 .../netbeans/core/execution/Bundle_sr.properties   |   58 -
 .../beaninfo/editors/Bundle_sr.properties          |   81 -
 .../core/execution/resources/Bundle_sr.properties  |   47 -
 .../org/netbeans/core/io/ui/Bundle_sr.properties   |   19 -
 .../netbeans/core/multiview/Bundle_sr.properties   |   50 -
 .../core/multiview/resources/Bundle_sr.properties  |   47 -
 .../core/nativeaccess/Bundle_sr.properties         |   48 -
 .../nativeaccess/transparency/Bundle_sr.properties |    2 -
 .../org/netbeans/core/netigso/Bundle_sr.properties |    2 -
 .../org/netbeans/core/osgi/Bundle_sr.properties    |    2 -
 .../org/netbeans/core/output2/Bundle_sr.properties |  154 -
 .../netbeans/core/output2/ui/Bundle_sr.properties  |   52 -
 .../org/netbeans/core/startup/Bundle_sr.properties |  229 --
 .../core/startup/layers/Bundle_sr.properties       |   58 -
 .../core/ui/options/filetypes/Bundle_sr.properties |   99 -
 .../core/ui/options/general/Bundle_sr.properties   |  264 --
 .../core/ui/resources/Bundle_sr.properties         |   76 -
 .../netbeans/core/ui/sampler/Bundle_sr.properties  |   52 -
 .../netbeans/core/ui/sysopen/Bundle_sr.properties  |   44 -
 .../netbeans/core/ui/warmup/Bundle_sr.properties   |   57 -
 .../org/netbeans/core/windows/Bundle_sr.properties |   65 -
 .../core/windows/actions/Bundle_sr.properties      |   97 -
 .../core/windows/options/Bundle_sr.properties      |   64 -
 .../core/windows/persistence/Bundle_sr.properties  |   64 -
 .../core/windows/resources/Bundle_sr.properties    |   53 -
 .../core/windows/services/Bundle_sr.properties     |   99 -
 .../core/windows/view/ui/Bundle_sr.properties      |   89 -
 .../windows/view/ui/toolbars/Bundle_sr.properties  |   91 -
 .../netbeans/beaninfo/editors/Bundle_sr.properties |  244 --
 .../org/netbeans/core/Bundle_sr.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_sr.properties |   70 -
 .../org/netbeans/core/ui/Bundle_sr.properties      |   58 -
 .../org/netbeans/libs/felix/Bundle_sr.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_sr.properties     |   48 -
 .../org/netbeans/libs/jsr223/Bundle_sr.properties  |   48 -
 .../org/netbeans/libs/junit4/Bundle_sr.properties  |   47 -
 .../org/netbeans/libs/osgi/Bundle_sr.properties    |    2 -
 .../modules/quicksearch/Bundle_sr.properties       |   55 -
 .../modules/quicksearch/web/Bundle_sr.properties   |   49 -
 .../netbeans/spi/quicksearch/Bundle_sr.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_sr.properties |    2 -
 .../netbeans/swing/outline/Bundle_sr.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_sr.properties   |   51 -
 .../netbeans/swing/tabcontrol/Bundle_sr.properties |   54 -
 .../swing/tabcontrol/plaf/Bundle_sr.properties     |   59 -
 .../org/openide/actions/Bundle_sr.properties       |  153 -
 .../org/openide/awt/Bundle_sr.properties           |  122 -
 .../org/openide/compat/Bundle_sr.properties        |   48 -
 .../org/openide/Bundle_sr.properties               |  133 -
 .../org/openide/execution/Bundle_sr.properties     |   47 -
 .../org/openide/explorer/Bundle_sr.properties      |   92 -
 .../explorer/propertysheet/Bundle_sr.properties    |  239 --
 .../org/openide/explorer/view/Bundle_sr.properties |  127 -
 .../filesystems/declmime/Bundle_sr.properties      |   46 -
 .../org/openide/filesystems/Bundle_sr.properties   |  204 --
 .../org/openide/io/Bundle_sr.properties            |   47 -
 .../modules/templates/Bundle_sr.properties         |    5 -
 .../org/openide/loaders/Bundle_sr.properties       |  328 ---
 .../org/openide/modules/Bundle_sr.properties       |   48 -
 .../org/openide/nodes/Bundle_sr.properties         |   99 -
 .../org/openide/options/Bundle_sr.properties       |   56 -
 .../org/openide/text/Bundle_sr.properties          |  137 -
 .../org/openide/util/enum/Bundle_sr.properties     |   49 -
 .../org/openide/util/lookup/Bundle_sr.properties   |    2 -
 .../org/openide/util/Bundle_sr.properties          |  158 -
 .../openide/util/datatransfer/Bundle_sr.properties |   52 -
 .../org/openide/windows/Bundle_sr.properties       |   72 -
 .../modules/print/action/Bundle_sr.properties      |   51 -
 .../modules/print/resources/Bundle_sr.properties   |   52 -
 .../netbeans/modules/print/ui/Bundle_sr.properties |  128 -
 .../modules/print/util/Bundle_sr.properties        |   63 -
 .../modules/progress/ui/Bundle_sr.properties       |   74 -
 .../netbeans/modules/queries/Bundle_sr.properties  |   47 -
 .../org/netbeans/api/sendopts/Bundle_sr.properties |   66 -
 .../netbeans/modules/sendopts/Bundle_sr.properties |   49 -
 .../settings/resources/Bundle_sr.properties        |   47 -
 .../org/netbeans/spi/actions/Bundle_sr.properties  |    5 -
 .../apisupport/harness/Bundle_sv.properties        |   48 -
 .../apisupport/tc/cobertura/Bundle_sv.properties   |    5 -
 .../jellytools/platform/Bundle_sv.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_sv.properties   |   50 -
 .../org/netbeans/junit/Bundle_sv.properties        |   49 -
 .../org/netbeans/insane/impl/Bundle_sv.properties  |   47 -
 .../org/netbeans/libs/nbi/ant/Bundle_sv.properties |    3 -
 .../org/netbeans/installer/Bundle_sv.properties    |   56 -
 .../installer/downloader/Bundle_sv.properties      |   45 -
 .../downloader/connector/Bundle_sv.properties      |   52 -
 .../installer/product/Bundle_sv.properties         |   86 -
 .../product/components/Bundle_sv.properties        |   79 -
 .../netbeans/installer/utils/Bundle_sv.properties  |   88 -
 .../utils/applications/Bundle_sv.properties        |   44 -
 .../utils/cli/options/Bundle_sv.properties         |   57 -
 .../installer/utils/helper/Bundle_sv.properties    |   55 -
 .../utils/helper/swing/Bundle_sv.properties        |   49 -
 .../installer/utils/progress/Bundle_sv.properties  |   52 -
 .../utils/system/launchers/Bundle_sv.properties    |   44 -
 .../system/launchers/impl/Bundle_sv.properties     |   51 -
 .../utils/system/resolver/Bundle_sv.properties     |   39 -
 .../utils/system/windows/Bundle_sv.properties      |   41 -
 .../netbeans/installer/wizard/Bundle_sv.properties |   50 -
 .../wizard/components/Bundle_sv.properties         |   62 -
 .../wizard/components/actions/Bundle_sv.properties |  131 -
 .../wizard/components/panels/Bundle_sv.properties  |  300 --
 .../wizard/containers/Bundle_sv.properties         |   49 -
 .../installer/wizard/utils/Bundle_sv.properties    |   48 -
 .../netbeans/libs/nbi/engine/Bundle_sv.properties  |    3 -
 .../modules/applemenu/Bundle_sv.properties         |   50 -
 .../autoupdate/services/Bundle_sv.properties       |   21 -
 .../services/resources/Bundle_sv.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_sv.properties |   10 -
 .../org/netbeans/updater/Bundle_sv.properties      |   71 -
 .../modules/autoupdate/ui/Bundle_sv.properties     |  195 --
 .../autoupdate/ui/actions/Bundle_sv.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_sv.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_sv.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_sv.properties |    5 -
 .../editor/mimelookup/impl/Bundle_sv.properties    |   48 -
 .../modules/editor/mimelookup/Bundle_sv.properties |   47 -
 .../modules/favorites/Bundle_sv.properties         |   82 -
 .../favorites/resources/templatesFile_sv.html      |   48 -
 .../favorites/resources/templatesFolder_sv.html    |   48 -
 .../favorites/templates/Bundle_sv.properties       |   86 -
 .../netbeans/modules/javahelp/Bundle_sv.properties |   81 -
 .../javahelp/resources/Bundle_sv.properties        |   51 -
 .../javahelp/resources/masterHelpPage_sv.html      |   48 -
 .../javahelp/resources/masterHelpSet_sv.xml        |   93 -
 .../javahelp/resources/notEnabledModule_sv.html    |   14 -
 .../javahelp/resources/notInstalledModule_sv.html  |   12 -
 .../netbeans/modules/keyring/Bundle_sv.properties  |    2 -
 .../modules/keyring/fallback/Bundle_sv.properties  |   14 -
 .../masterfs/filebasedfs/Bundle_sv.properties      |   82 -
 .../filebasedfs/fileobjects/Bundle_sv.properties   |   47 -
 .../masterfs/resources/Bundle_sv.properties        |   83 -
 .../netbeans/modules/options/Bundle_sv.properties  |   80 -
 .../modules/options/advanced/Bundle_sv.properties  |   50 -
 .../modules/options/classic/Bundle_sv.properties   |   81 -
 .../modules/options/export/Bundle_sv.properties    |   91 -
 .../modules/options/keymap/Bundle_sv.properties    |  190 --
 .../netbeans/libs/layoutext/Bundle_sv.properties   |   49 -
 .../common/resources/Bundle_sv.properties          |    4 -
 .../netbeans/progress/module/Bundle_sv.properties  |   43 -
 .../progress/module/resources/Bundle_sv.properties |   47 -
 .../api/visual/widget/Bundle_sv.properties         |   45 -
 .../modules/visual/resources/Bundle_sv.properties  |   45 -
 .../lib/boot/org/netbeans/Bundle_sv.properties     |   57 -
 .../netbeans/core/execution/Bundle_sv.properties   |   58 -
 .../beaninfo/editors/Bundle_sv.properties          |   81 -
 .../core/execution/resources/Bundle_sv.properties  |   47 -
 .../org/netbeans/core/io/ui/Bundle_sv.properties   |   19 -
 .../netbeans/core/multiview/Bundle_sv.properties   |   50 -
 .../core/multiview/resources/Bundle_sv.properties  |   47 -
 .../core/nativeaccess/Bundle_sv.properties         |   48 -
 .../nativeaccess/transparency/Bundle_sv.properties |    2 -
 .../org/netbeans/core/netigso/Bundle_sv.properties |    2 -
 .../org/netbeans/core/osgi/Bundle_sv.properties    |    2 -
 .../org/netbeans/core/output2/Bundle_sv.properties |  154 -
 .../netbeans/core/output2/ui/Bundle_sv.properties  |   52 -
 .../org/netbeans/core/startup/Bundle_sv.properties |  229 --
 .../core/startup/layers/Bundle_sv.properties       |   58 -
 .../core/ui/options/filetypes/Bundle_sv.properties |   99 -
 .../core/ui/options/general/Bundle_sv.properties   |  264 --
 .../core/ui/resources/Bundle_sv.properties         |   76 -
 .../netbeans/core/ui/sampler/Bundle_sv.properties  |   52 -
 .../netbeans/core/ui/sysopen/Bundle_sv.properties  |   44 -
 .../netbeans/core/ui/warmup/Bundle_sv.properties   |   57 -
 .../org/netbeans/core/windows/Bundle_sv.properties |   65 -
 .../core/windows/actions/Bundle_sv.properties      |   97 -
 .../core/windows/options/Bundle_sv.properties      |   64 -
 .../core/windows/persistence/Bundle_sv.properties  |   64 -
 .../core/windows/resources/Bundle_sv.properties    |   53 -
 .../core/windows/services/Bundle_sv.properties     |   99 -
 .../core/windows/view/ui/Bundle_sv.properties      |   89 -
 .../windows/view/ui/toolbars/Bundle_sv.properties  |   91 -
 .../netbeans/beaninfo/editors/Bundle_sv.properties |  244 --
 .../org/netbeans/core/Bundle_sv.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_sv.properties |   70 -
 .../org/netbeans/core/ui/Bundle_sv.properties      |   58 -
 .../org/netbeans/libs/felix/Bundle_sv.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_sv.properties     |   48 -
 .../org/netbeans/libs/jsr223/Bundle_sv.properties  |   48 -
 .../org/netbeans/libs/junit4/Bundle_sv.properties  |   47 -
 .../org/netbeans/libs/osgi/Bundle_sv.properties    |    2 -
 .../modules/quicksearch/Bundle_sv.properties       |   55 -
 .../modules/quicksearch/web/Bundle_sv.properties   |   49 -
 .../netbeans/spi/quicksearch/Bundle_sv.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_sv.properties |    2 -
 .../netbeans/swing/outline/Bundle_sv.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_sv.properties   |   51 -
 .../netbeans/swing/plaf/winxp/Bundle_sv.properties |   41 -
 .../netbeans/swing/tabcontrol/Bundle_sv.properties |   54 -
 .../swing/tabcontrol/plaf/Bundle_sv.properties     |   59 -
 .../org/openide/actions/Bundle_sv.properties       |  153 -
 .../org/openide/awt/Bundle_sv.properties           |  122 -
 .../org/openide/compat/Bundle_sv.properties        |   48 -
 .../org/openide/Bundle_sv.properties               |  133 -
 .../org/openide/execution/Bundle_sv.properties     |   47 -
 .../org/openide/explorer/Bundle_sv.properties      |   92 -
 .../explorer/propertysheet/Bundle_sv.properties    |  239 --
 .../org/openide/explorer/view/Bundle_sv.properties |  127 -
 .../filesystems/declmime/Bundle_sv.properties      |   46 -
 .../org/openide/filesystems/Bundle_sv.properties   |  204 --
 .../org/openide/io/Bundle_sv.properties            |   47 -
 .../modules/templates/Bundle_sv.properties         |    5 -
 .../org/openide/loaders/Bundle_sv.properties       |  328 ---
 .../org/openide/modules/Bundle_sv.properties       |   48 -
 .../org/openide/nodes/Bundle_sv.properties         |   99 -
 .../org/openide/options/Bundle_sv.properties       |   56 -
 .../org/openide/text/Bundle_sv.properties          |  137 -
 .../org/openide/util/enum/Bundle_sv.properties     |   49 -
 .../org/openide/util/lookup/Bundle_sv.properties   |    2 -
 .../org/openide/util/Bundle_sv.properties          |  158 -
 .../openide/util/datatransfer/Bundle_sv.properties |   52 -
 .../org/openide/windows/Bundle_sv.properties       |   72 -
 .../modules/print/action/Bundle_sv.properties      |   51 -
 .../modules/print/resources/Bundle_sv.properties   |   52 -
 .../netbeans/modules/print/ui/Bundle_sv.properties |  128 -
 .../modules/print/util/Bundle_sv.properties        |   63 -
 .../modules/progress/ui/Bundle_sv.properties       |   74 -
 .../netbeans/modules/queries/Bundle_sv.properties  |   47 -
 .../org/netbeans/api/sendopts/Bundle_sv.properties |   66 -
 .../netbeans/modules/sendopts/Bundle_sv.properties |   49 -
 .../settings/resources/Bundle_sv.properties        |   47 -
 .../org/netbeans/spi/actions/Bundle_sv.properties  |    5 -
 .../modules/templates/Bundle_sv.properties         |    6 -
 .../apisupport/harness/Bundle_tr.properties        |   48 -
 .../apisupport/tc/cobertura/Bundle_tr.properties   |    5 -
 .../jellytools/platform/Bundle_tr.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_tr.properties   |   50 -
 .../org/netbeans/junit/Bundle_tr.properties        |   49 -
 .../org/netbeans/insane/impl/Bundle_tr.properties  |   47 -
 .../org/netbeans/libs/nbi/ant/Bundle_tr.properties |    3 -
 .../org/netbeans/installer/Bundle_tr.properties    |   56 -
 .../installer/downloader/Bundle_tr.properties      |   45 -
 .../downloader/connector/Bundle_tr.properties      |   52 -
 .../installer/product/Bundle_tr.properties         |   86 -
 .../product/components/Bundle_tr.properties        |   79 -
 .../netbeans/installer/utils/Bundle_tr.properties  |   88 -
 .../utils/applications/Bundle_tr.properties        |   44 -
 .../utils/cli/options/Bundle_tr.properties         |   57 -
 .../installer/utils/helper/Bundle_tr.properties    |   55 -
 .../utils/helper/swing/Bundle_tr.properties        |   49 -
 .../installer/utils/progress/Bundle_tr.properties  |   52 -
 .../utils/system/launchers/Bundle_tr.properties    |   44 -
 .../system/launchers/impl/Bundle_tr.properties     |   51 -
 .../utils/system/resolver/Bundle_tr.properties     |   39 -
 .../utils/system/windows/Bundle_tr.properties      |   41 -
 .../netbeans/installer/wizard/Bundle_tr.properties |   50 -
 .../wizard/components/Bundle_tr.properties         |   62 -
 .../wizard/components/actions/Bundle_tr.properties |  131 -
 .../wizard/components/panels/Bundle_tr.properties  |  300 --
 .../wizard/containers/Bundle_tr.properties         |   49 -
 .../installer/wizard/utils/Bundle_tr.properties    |   48 -
 .../netbeans/libs/nbi/engine/Bundle_tr.properties  |    3 -
 .../modules/applemenu/Bundle_tr.properties         |   50 -
 .../autoupdate/services/Bundle_tr.properties       |   21 -
 .../services/resources/Bundle_tr.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_tr.properties |   10 -
 .../org/netbeans/updater/Bundle_tr.properties      |   71 -
 .../modules/autoupdate/ui/Bundle_tr.properties     |  195 --
 .../autoupdate/ui/actions/Bundle_tr.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_tr.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_tr.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_tr.properties |    5 -
 .../editor/mimelookup/impl/Bundle_tr.properties    |   48 -
 .../modules/editor/mimelookup/Bundle_tr.properties |   47 -
 .../modules/favorites/Bundle_tr.properties         |   82 -
 .../favorites/resources/templatesFile_tr.html      |   48 -
 .../favorites/resources/templatesFolder_tr.html    |   48 -
 .../favorites/templates/Bundle_tr.properties       |   86 -
 .../netbeans/modules/javahelp/Bundle_tr.properties |   81 -
 .../javahelp/resources/Bundle_tr.properties        |   51 -
 .../javahelp/resources/masterHelpPage_tr.html      |   48 -
 .../javahelp/resources/masterHelpSet_tr.xml        |   93 -
 .../javahelp/resources/notEnabledModule_tr.html    |   14 -
 .../javahelp/resources/notInstalledModule_tr.html  |   12 -
 .../netbeans/modules/keyring/Bundle_tr.properties  |    2 -
 .../modules/keyring/fallback/Bundle_tr.properties  |   14 -
 .../masterfs/filebasedfs/Bundle_tr.properties      |   82 -
 .../filebasedfs/fileobjects/Bundle_tr.properties   |   47 -
 .../masterfs/resources/Bundle_tr.properties        |   83 -
 .../netbeans/modules/options/Bundle_tr.properties  |   80 -
 .../modules/options/advanced/Bundle_tr.properties  |   50 -
 .../modules/options/classic/Bundle_tr.properties   |   81 -
 .../modules/options/export/Bundle_tr.properties    |   91 -
 .../modules/options/keymap/Bundle_tr.properties    |  190 --
 .../netbeans/libs/layoutext/Bundle_tr.properties   |   49 -
 .../common/resources/Bundle_tr.properties          |    4 -
 .../netbeans/progress/module/Bundle_tr.properties  |   43 -
 .../progress/module/resources/Bundle_tr.properties |   47 -
 .../api/visual/widget/Bundle_tr.properties         |   45 -
 .../modules/visual/resources/Bundle_tr.properties  |   45 -
 .../lib/boot/org/netbeans/Bundle_tr.properties     |   57 -
 .../netbeans/core/execution/Bundle_tr.properties   |   58 -
 .../beaninfo/editors/Bundle_tr.properties          |   81 -
 .../core/execution/resources/Bundle_tr.properties  |   47 -
 .../org/netbeans/core/io/ui/Bundle_tr.properties   |   19 -
 .../netbeans/core/multiview/Bundle_tr.properties   |   50 -
 .../core/multiview/resources/Bundle_tr.properties  |   47 -
 .../core/nativeaccess/Bundle_tr.properties         |   48 -
 .../nativeaccess/transparency/Bundle_tr.properties |    2 -
 .../org/netbeans/core/netigso/Bundle_tr.properties |    2 -
 .../org/netbeans/core/osgi/Bundle_tr.properties    |    2 -
 .../org/netbeans/core/output2/Bundle_tr.properties |  154 -
 .../netbeans/core/output2/ui/Bundle_tr.properties  |   52 -
 .../org/netbeans/core/startup/Bundle_tr.properties |  229 --
 .../core/startup/layers/Bundle_tr.properties       |   58 -
 .../core/ui/options/filetypes/Bundle_tr.properties |   99 -
 .../core/ui/options/general/Bundle_tr.properties   |  264 --
 .../core/ui/resources/Bundle_tr.properties         |   76 -
 .../netbeans/core/ui/sampler/Bundle_tr.properties  |   52 -
 .../netbeans/core/ui/sysopen/Bundle_tr.properties  |   44 -
 .../netbeans/core/ui/warmup/Bundle_tr.properties   |   57 -
 .../org/netbeans/core/windows/Bundle_tr.properties |   65 -
 .../core/windows/actions/Bundle_tr.properties      |   97 -
 .../core/windows/options/Bundle_tr.properties      |   64 -
 .../core/windows/persistence/Bundle_tr.properties  |   64 -
 .../core/windows/resources/Bundle_tr.properties    |   53 -
 .../core/windows/services/Bundle_tr.properties     |   99 -
 .../core/windows/view/ui/Bundle_tr.properties      |   89 -
 .../windows/view/ui/toolbars/Bundle_tr.properties  |   91 -
 .../netbeans/beaninfo/editors/Bundle_tr.properties |  244 --
 .../org/netbeans/core/Bundle_tr.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_tr.properties |   70 -
 .../org/netbeans/core/ui/Bundle_tr.properties      |   58 -
 .../org/netbeans/libs/felix/Bundle_tr.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_tr.properties     |   48 -
 .../org/netbeans/libs/jsr223/Bundle_tr.properties  |   48 -
 .../org/netbeans/libs/junit4/Bundle_tr.properties  |   47 -
 .../org/netbeans/libs/osgi/Bundle_tr.properties    |    2 -
 .../modules/quicksearch/Bundle_tr.properties       |   55 -
 .../modules/quicksearch/web/Bundle_tr.properties   |   49 -
 .../netbeans/spi/quicksearch/Bundle_tr.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_tr.properties |    2 -
 .../netbeans/swing/outline/Bundle_tr.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_tr.properties   |   51 -
 .../netbeans/swing/plaf/winxp/Bundle_tr.properties |   41 -
 .../netbeans/swing/tabcontrol/Bundle_tr.properties |   54 -
 .../swing/tabcontrol/plaf/Bundle_tr.properties     |   59 -
 .../org/openide/actions/Bundle_tr.properties       |  153 -
 .../org/openide/awt/Bundle_tr.properties           |  122 -
 .../org/openide/compat/Bundle_tr.properties        |   48 -
 .../org/openide/Bundle_tr.properties               |  133 -
 .../org/openide/execution/Bundle_tr.properties     |   47 -
 .../org/openide/explorer/Bundle_tr.properties      |   92 -
 .../explorer/propertysheet/Bundle_tr.properties    |  239 --
 .../org/openide/explorer/view/Bundle_tr.properties |  127 -
 .../filesystems/declmime/Bundle_tr.properties      |   46 -
 .../org/openide/filesystems/Bundle_tr.properties   |  204 --
 .../org/openide/io/Bundle_tr.properties            |   47 -
 .../modules/templates/Bundle_tr.properties         |    5 -
 .../org/openide/loaders/Bundle_tr.properties       |  328 ---
 .../org/openide/modules/Bundle_tr.properties       |   48 -
 .../org/openide/nodes/Bundle_tr.properties         |   99 -
 .../org/openide/options/Bundle_tr.properties       |   56 -
 .../org/openide/text/Bundle_tr.properties          |  137 -
 .../org/openide/util/enum/Bundle_tr.properties     |   49 -
 .../org/openide/util/lookup/Bundle_tr.properties   |    2 -
 .../org/openide/util/Bundle_tr.properties          |  158 -
 .../openide/util/datatransfer/Bundle_tr.properties |   52 -
 .../org/openide/windows/Bundle_tr.properties       |   72 -
 .../modules/print/action/Bundle_tr.properties      |   51 -
 .../modules/print/resources/Bundle_tr.properties   |   52 -
 .../netbeans/modules/print/ui/Bundle_tr.properties |  128 -
 .../modules/print/util/Bundle_tr.properties        |   63 -
 .../modules/progress/ui/Bundle_tr.properties       |   74 -
 .../netbeans/modules/queries/Bundle_tr.properties  |   47 -
 .../org/netbeans/api/sendopts/Bundle_tr.properties |   66 -
 .../netbeans/modules/sendopts/Bundle_tr.properties |   49 -
 .../settings/resources/Bundle_tr.properties        |   47 -
 .../org/netbeans/spi/actions/Bundle_tr.properties  |    5 -
 .../modules/templates/Bundle_tr.properties         |    6 -
 .../apisupport/harness/Bundle_vi.properties        |   48 -
 .../apisupport/tc/cobertura/Bundle_vi.properties   |    5 -
 .../jellytools/platform/Bundle_vi.properties       |    2 -
 .../modules/jemmy/idemodule/Bundle_vi.properties   |   50 -
 .../org/netbeans/junit/Bundle_vi.properties        |   49 -
 .../org/netbeans/insane/impl/Bundle_vi.properties  |   47 -
 .../org/netbeans/libs/nbi/ant/Bundle_vi.properties |    3 -
 .../org/netbeans/installer/Bundle_vi.properties    |   56 -
 .../installer/downloader/Bundle_vi.properties      |   45 -
 .../downloader/connector/Bundle_vi.properties      |   52 -
 .../installer/product/Bundle_vi.properties         |   86 -
 .../product/components/Bundle_vi.properties        |   79 -
 .../netbeans/installer/utils/Bundle_vi.properties  |   88 -
 .../utils/applications/Bundle_vi.properties        |   44 -
 .../utils/cli/options/Bundle_vi.properties         |   57 -
 .../installer/utils/helper/Bundle_vi.properties    |   55 -
 .../utils/helper/swing/Bundle_vi.properties        |   49 -
 .../installer/utils/progress/Bundle_vi.properties  |   52 -
 .../utils/system/launchers/Bundle_vi.properties    |   44 -
 .../system/launchers/impl/Bundle_vi.properties     |   51 -
 .../utils/system/resolver/Bundle_vi.properties     |   39 -
 .../utils/system/windows/Bundle_vi.properties      |   41 -
 .../netbeans/installer/wizard/Bundle_vi.properties |   50 -
 .../wizard/components/Bundle_vi.properties         |   62 -
 .../wizard/components/actions/Bundle_vi.properties |  131 -
 .../wizard/components/panels/Bundle_vi.properties  |  300 --
 .../wizard/containers/Bundle_vi.properties         |   49 -
 .../installer/wizard/utils/Bundle_vi.properties    |   48 -
 .../netbeans/libs/nbi/engine/Bundle_vi.properties  |    3 -
 .../modules/applemenu/Bundle_vi.properties         |   50 -
 .../autoupdate/services/Bundle_vi.properties       |   21 -
 .../services/resources/Bundle_vi.properties        |    5 -
 .../autoupdate/updateprovider/Bundle_vi.properties |   10 -
 .../org/netbeans/updater/Bundle_vi.properties      |   71 -
 .../modules/autoupdate/ui/Bundle_vi.properties     |  195 --
 .../autoupdate/ui/actions/Bundle_vi.properties     |    9 -
 .../autoupdate/ui/resources/Bundle_vi.properties   |    5 -
 .../autoupdate/ui/wizards/Bundle_vi.properties     |  171 --
 .../netbeans/modules/core/kit/Bundle_vi.properties |    5 -
 .../editor/mimelookup/impl/Bundle_vi.properties    |   48 -
 .../modules/editor/mimelookup/Bundle_vi.properties |   47 -
 .../modules/favorites/Bundle_vi.properties         |   82 -
 .../favorites/templates/Bundle_vi.properties       |   86 -
 .../netbeans/modules/javahelp/Bundle_vi.properties |   81 -
 .../javahelp/resources/Bundle_vi.properties        |   51 -
 .../netbeans/modules/keyring/Bundle_vi.properties  |    2 -
 .../modules/keyring/fallback/Bundle_vi.properties  |   14 -
 .../masterfs/filebasedfs/Bundle_vi.properties      |   82 -
 .../filebasedfs/fileobjects/Bundle_vi.properties   |   47 -
 .../masterfs/resources/Bundle_vi.properties        |   83 -
 .../netbeans/modules/options/Bundle_vi.properties  |   80 -
 .../modules/options/advanced/Bundle_vi.properties  |   50 -
 .../modules/options/classic/Bundle_vi.properties   |   81 -
 .../modules/options/export/Bundle_vi.properties    |   91 -
 .../modules/options/keymap/Bundle_vi.properties    |  190 --
 .../netbeans/libs/layoutext/Bundle_vi.properties   |   49 -
 .../common/resources/Bundle_vi.properties          |    4 -
 .../progress/module/resources/Bundle_vi.properties |   47 -
 .../api/visual/widget/Bundle_vi.properties         |   45 -
 .../modules/visual/resources/Bundle_vi.properties  |   45 -
 .../lib/boot/org/netbeans/Bundle_vi.properties     |   57 -
 .../netbeans/core/execution/Bundle_vi.properties   |   58 -
 .../beaninfo/editors/Bundle_vi.properties          |   81 -
 .../core/execution/resources/Bundle_vi.properties  |   47 -
 .../org/netbeans/core/io/ui/Bundle_vi.properties   |   19 -
 .../netbeans/core/multiview/Bundle_vi.properties   |   50 -
 .../core/multiview/resources/Bundle_vi.properties  |   47 -
 .../core/nativeaccess/Bundle_vi.properties         |   48 -
 .../nativeaccess/transparency/Bundle_vi.properties |    2 -
 .../org/netbeans/core/netigso/Bundle_vi.properties |    2 -
 .../org/netbeans/core/osgi/Bundle_vi.properties    |    2 -
 .../org/netbeans/core/output2/Bundle_vi.properties |  154 -
 .../netbeans/core/output2/ui/Bundle_vi.properties  |   52 -
 .../org/netbeans/core/startup/Bundle_vi.properties |  229 --
 .../core/startup/layers/Bundle_vi.properties       |   58 -
 .../core/ui/options/filetypes/Bundle_vi.properties |   99 -
 .../core/ui/options/general/Bundle_vi.properties   |  264 --
 .../core/ui/resources/Bundle_vi.properties         |   76 -
 .../netbeans/core/ui/sampler/Bundle_vi.properties  |   52 -
 .../netbeans/core/ui/sysopen/Bundle_vi.properties  |   44 -
 .../netbeans/core/ui/warmup/Bundle_vi.properties   |   57 -
 .../org/netbeans/core/windows/Bundle_vi.properties |   65 -
 .../core/windows/actions/Bundle_vi.properties      |   97 -
 .../core/windows/options/Bundle_vi.properties      |   64 -
 .../core/windows/persistence/Bundle_vi.properties  |   64 -
 .../core/windows/resources/Bundle_vi.properties    |   53 -
 .../core/windows/services/Bundle_vi.properties     |   99 -
 .../core/windows/view/ui/Bundle_vi.properties      |   89 -
 .../windows/view/ui/toolbars/Bundle_vi.properties  |   91 -
 .../netbeans/beaninfo/editors/Bundle_vi.properties |  244 --
 .../org/netbeans/core/Bundle_vi.properties         |  174 --
 .../org/netbeans/core/actions/Bundle_vi.properties |   70 -
 .../org/netbeans/core/ui/Bundle_vi.properties      |   58 -
 .../org/netbeans/libs/felix/Bundle_vi.properties   |   44 -
 .../org/netbeans/libs/jna/Bundle_vi.properties     |   48 -
 .../org/netbeans/libs/jsr223/Bundle_vi.properties  |   48 -
 .../org/netbeans/libs/junit4/Bundle_vi.properties  |   47 -
 .../org/netbeans/libs/osgi/Bundle_vi.properties    |    2 -
 .../modules/quicksearch/Bundle_vi.properties       |   55 -
 .../modules/quicksearch/web/Bundle_vi.properties   |   49 -
 .../netbeans/spi/quicksearch/Bundle_vi.properties  |    5 -
 .../org/netbeans/swing/etable/Bundle_vi.properties |    2 -
 .../netbeans/swing/outline/Bundle_vi.properties    |    3 -
 .../org/netbeans/swing/plaf/Bundle_vi.properties   |   51 -
 .../netbeans/swing/tabcontrol/Bundle_vi.properties |   54 -
 .../swing/tabcontrol/plaf/Bundle_vi.properties     |   59 -
 .../org/openide/actions/Bundle_vi.properties       |  153 -
 .../org/openide/awt/Bundle_vi.properties           |  122 -
 .../org/openide/compat/Bundle_vi.properties        |   48 -
 .../org/openide/Bundle_vi.properties               |  133 -
 .../org/openide/execution/Bundle_vi.properties     |   47 -
 .../org/openide/explorer/Bundle_vi.properties      |   92 -
 .../explorer/propertysheet/Bundle_vi.properties    |  239 --
 .../org/openide/explorer/view/Bundle_vi.properties |  127 -
 .../filesystems/declmime/Bundle_vi.properties      |   46 -
 .../org/openide/filesystems/Bundle_vi.properties   |  204 --
 .../org/openide/io/Bundle_vi.properties            |   47 -
 .../modules/templates/Bundle_vi.properties         |    5 -
 .../org/openide/loaders/Bundle_vi.properties       |  328 ---
 .../org/openide/modules/Bundle_vi.properties       |   48 -
 .../org/openide/nodes/Bundle_vi.properties         |   99 -
 .../org/openide/options/Bundle_vi.properties       |   56 -
 .../org/openide/text/Bundle_vi.properties          |  137 -
 .../org/openide/util/enum/Bundle_vi.properties     |   49 -
 .../org/openide/util/lookup/Bundle_vi.properties   |    2 -
 .../org/openide/util/Bundle_vi.properties          |  158 -
 .../openide/util/datatransfer/Bundle_vi.properties |   52 -
 .../org/openide/windows/Bundle_vi.properties       |   72 -
 .../modules/print/action/Bundle_vi.properties      |   51 -
 .../modules/print/resources/Bundle_vi.properties   |   52 -
 .../netbeans/modules/print/ui/Bundle_vi.properties |  128 -
 .../modules/print/util/Bundle_vi.properties        |   63 -
 .../modules/progress/ui/Bundle_vi.properties       |   74 -
 .../netbeans/modules/queries/Bundle_vi.properties  |   47 -
 .../org/netbeans/api/sendopts/Bundle_vi.properties |   66 -
 .../netbeans/modules/sendopts/Bundle_vi.properties |   49 -
 .../settings/resources/Bundle_vi.properties        |   47 -
 .../org/netbeans/spi/actions/Bundle_vi.properties  |    5 -
 .../apisupport/harness/Bundle_zh_CN.properties     |   48 -
 .../tc/cobertura/Bundle_zh_CN.properties           |    5 -
 .../jellytools/platform/Bundle_zh_CN.properties    |    2 -
 .../jemmy/idemodule/Bundle_zh_CN.properties        |   50 -
 .../org/netbeans/junit/Bundle_zh_CN.properties     |   49 -
 .../netbeans/insane/impl/Bundle_zh_CN.properties   |   47 -
 .../netbeans/libs/nbi/ant/Bundle_zh_CN.properties  |    3 -
 .../org/netbeans/installer/Bundle_zh_CN.properties |   56 -
 .../installer/downloader/Bundle_zh_CN.properties   |   45 -
 .../downloader/connector/Bundle_zh_CN.properties   |   52 -
 .../installer/product/Bundle_zh_CN.properties      |   86 -
 .../product/components/Bundle_zh_CN.properties     |   79 -
 .../installer/utils/Bundle_zh_CN.properties        |   88 -
 .../utils/applications/Bundle_zh_CN.properties     |   44 -
 .../utils/cli/options/Bundle_zh_CN.properties      |   57 -
 .../installer/utils/helper/Bundle_zh_CN.properties |   55 -
 .../utils/helper/swing/Bundle_zh_CN.properties     |   49 -
 .../utils/progress/Bundle_zh_CN.properties         |   52 -
 .../utils/system/launchers/Bundle_zh_CN.properties |   44 -
 .../system/launchers/impl/Bundle_zh_CN.properties  |   51 -
 .../utils/system/resolver/Bundle_zh_CN.properties  |   39 -
 .../utils/system/windows/Bundle_zh_CN.properties   |   41 -
 .../installer/wizard/Bundle_zh_CN.properties       |   50 -
 .../wizard/components/Bundle_zh_CN.properties      |   62 -
 .../components/actions/Bundle_zh_CN.properties     |  131 -
 .../components/panels/Bundle_zh_CN.properties      |  300 --
 .../wizard/containers/Bundle_zh_CN.properties      |   49 -
 .../installer/wizard/utils/Bundle_zh_CN.properties |   48 -
 .../libs/nbi/engine/Bundle_zh_CN.properties        |    3 -
 .../modules/applemenu/Bundle_zh_CN.properties      |   50 -
 .../autoupdate/services/Bundle_zh_CN.properties    |   21 -
 .../services/resources/Bundle_zh_CN.properties     |    5 -
 .../updateprovider/Bundle_zh_CN.properties         |   10 -
 .../org/netbeans/updater/Bundle_zh_CN.properties   |   71 -
 .../modules/autoupdate/ui/Bundle_zh_CN.properties  |  195 --
 .../autoupdate/ui/actions/Bundle_zh_CN.properties  |    9 -
 .../ui/resources/Bundle_zh_CN.properties           |    5 -
 .../autoupdate/ui/wizards/Bundle_zh_CN.properties  |  171 --
 .../modules/core/kit/Bundle_zh_CN.properties       |    5 -
 .../editor/mimelookup/impl/Bundle_zh_CN.properties |   48 -
 .../editor/mimelookup/Bundle_zh_CN.properties      |   47 -
 .../modules/favorites/Bundle_zh_CN.properties      |   82 -
 .../favorites/resources/templatesFile_zh_CN.html   |   48 -
 .../favorites/resources/templatesFolder_zh_CN.html |   48 -
 .../favorites/templates/Bundle_zh_CN.properties    |   86 -
 .../modules/javahelp/Bundle_zh_CN.properties       |   81 -
 .../javahelp/resources/Bundle_zh_CN.properties     |   51 -
 .../javahelp/resources/masterHelpPage_zh_CN.html   |   48 -
 .../javahelp/resources/masterHelpSet_zh_CN.xml     |   93 -
 .../javahelp/resources/notEnabledModule_zh_CN.html |   14 -
 .../resources/notInstalledModule_zh_CN.html        |   12 -
 .../modules/keyring/Bundle_zh_CN.properties        |    2 -
 .../keyring/fallback/Bundle_zh_CN.properties       |   14 -
 .../masterfs/filebasedfs/Bundle_zh_CN.properties   |   82 -
 .../fileobjects/Bundle_zh_CN.properties            |   47 -
 .../masterfs/resources/Bundle_zh_CN.properties     |   83 -
 .../modules/options/Bundle_zh_CN.properties        |   80 -
 .../options/advanced/Bundle_zh_CN.properties       |   50 -
 .../options/classic/Bundle_zh_CN.properties        |   81 -
 .../modules/options/export/Bundle_zh_CN.properties |   91 -
 .../modules/options/keymap/Bundle_zh_CN.properties |  190 --
 .../libs/layoutext/Bundle_zh_CN.properties         |   49 -
 .../common/resources/Bundle_zh_CN.properties       |    4 -
 .../progress/module/Bundle_zh_CN.properties        |   43 -
 .../module/resources/Bundle_zh_CN.properties       |   47 -
 .../api/visual/widget/Bundle_zh_CN.properties      |   45 -
 .../visual/resources/Bundle_zh_CN.properties       |   45 -
 .../lib/boot/org/netbeans/Bundle_zh_CN.properties  |   57 -
 .../core/execution/Bundle_zh_CN.properties         |   58 -
 .../beaninfo/editors/Bundle_zh_CN.properties       |   81 -
 .../execution/resources/Bundle_zh_CN.properties    |   47 -
 .../netbeans/core/io/ui/Bundle_zh_CN.properties    |   19 -
 .../core/multiview/Bundle_zh_CN.properties         |   50 -
 .../multiview/resources/Bundle_zh_CN.properties    |   47 -
 .../core/nativeaccess/Bundle_zh_CN.properties      |   48 -
 .../transparency/Bundle_zh_CN.properties           |    2 -
 .../netbeans/core/netigso/Bundle_zh_CN.properties  |    2 -
 .../org/netbeans/core/osgi/Bundle_zh_CN.properties |    2 -
 .../netbeans/core/output2/Bundle_zh_CN.properties  |  154 -
 .../core/output2/ui/Bundle_zh_CN.properties        |   52 -
 .../netbeans/core/startup/Bundle_zh_CN.properties  |  229 --
 .../core/startup/layers/Bundle_zh_CN.properties    |   58 -
 .../ui/options/filetypes/Bundle_zh_CN.properties   |   99 -
 .../ui/options/general/Bundle_zh_CN.properties     |  264 --
 .../core/ui/resources/Bundle_zh_CN.properties      |   76 -
 .../core/ui/sampler/Bundle_zh_CN.properties        |   52 -
 .../core/ui/sysopen/Bundle_zh_CN.properties        |   44 -
 .../core/ui/warmup/Bundle_zh_CN.properties         |   57 -
 .../netbeans/core/windows/Bundle_zh_CN.properties  |   65 -
 .../core/windows/actions/Bundle_zh_CN.properties   |   97 -
 .../core/windows/options/Bundle_zh_CN.properties   |   64 -
 .../windows/persistence/Bundle_zh_CN.properties    |   64 -
 .../core/windows/resources/Bundle_zh_CN.properties |   53 -
 .../core/windows/services/Bundle_zh_CN.properties  |   99 -
 .../core/windows/view/ui/Bundle_zh_CN.properties   |   89 -
 .../view/ui/toolbars/Bundle_zh_CN.properties       |   91 -
 .../beaninfo/editors/Bundle_zh_CN.properties       |  244 --
 .../org/netbeans/core/Bundle_zh_CN.properties      |  174 --
 .../netbeans/core/actions/Bundle_zh_CN.properties  |   70 -
 .../org/netbeans/core/ui/Bundle_zh_CN.properties   |   58 -
 .../netbeans/libs/felix/Bundle_zh_CN.properties    |   44 -
 .../org/netbeans/libs/jna/Bundle_zh_CN.properties  |   48 -
 .../netbeans/libs/jsr223/Bundle_zh_CN.properties   |   48 -
 .../netbeans/libs/junit4/Bundle_zh_CN.properties   |   47 -
 .../org/netbeans/libs/osgi/Bundle_zh_CN.properties |    2 -
 .../modules/quicksearch/Bundle_zh_CN.properties    |   55 -
 .../quicksearch/web/Bundle_zh_CN.properties        |   49 -
 .../spi/quicksearch/Bundle_zh_CN.properties        |    5 -
 .../netbeans/swing/etable/Bundle_zh_CN.properties  |    2 -
 .../netbeans/swing/outline/Bundle_zh_CN.properties |    3 -
 .../netbeans/swing/plaf/Bundle_zh_CN.properties    |   51 -
 .../swing/plaf/winxp/Bundle_zh_CN.properties       |   40 -
 .../swing/tabcontrol/Bundle_zh_CN.properties       |   54 -
 .../swing/tabcontrol/plaf/Bundle_zh_CN.properties  |   59 -
 .../org/openide/actions/Bundle_zh_CN.properties    |  153 -
 .../org/openide/awt/Bundle_zh_CN.properties        |  122 -
 .../org/openide/compat/Bundle_zh_CN.properties     |   48 -
 .../org/openide/Bundle_zh_CN.properties            |  133 -
 .../org/openide/execution/Bundle_zh_CN.properties  |   47 -
 .../org/openide/explorer/Bundle_zh_CN.properties   |   92 -
 .../explorer/propertysheet/Bundle_zh_CN.properties |  239 --
 .../openide/explorer/view/Bundle_zh_CN.properties  |  127 -
 .../filesystems/declmime/Bundle_zh_CN.properties   |   46 -
 .../openide/filesystems/Bundle_zh_CN.properties    |  204 --
 .../org/openide/io/Bundle_zh_CN.properties         |   47 -
 .../modules/templates/Bundle_zh_CN.properties      |    5 -
 .../org/openide/loaders/Bundle_zh_CN.properties    |  328 ---
 .../org/openide/modules/Bundle_zh_CN.properties    |   48 -
 .../org/openide/nodes/Bundle_zh_CN.properties      |   99 -
 .../org/openide/options/Bundle_zh_CN.properties    |   56 -
 .../org/openide/text/Bundle_zh_CN.properties       |  137 -
 .../org/openide/util/enum/Bundle_zh_CN.properties  |   49 -
 .../openide/util/lookup/Bundle_zh_CN.properties    |    2 -
 .../org/openide/util/Bundle_zh_CN.properties       |  158 -
 .../util/datatransfer/Bundle_zh_CN.properties      |   52 -
 .../org/openide/windows/Bundle_zh_CN.properties    |   72 -
 .../modules/print/action/Bundle_zh_CN.properties   |   51 -
 .../print/resources/Bundle_zh_CN.properties        |   52 -
 .../modules/print/ui/Bundle_zh_CN.properties       |  128 -
 .../modules/print/util/Bundle_zh_CN.properties     |   63 -
 .../modules/progress/ui/Bundle_zh_CN.properties    |   74 -
 .../modules/queries/Bundle_zh_CN.properties        |   47 -
 .../netbeans/api/sendopts/Bundle_zh_CN.properties  |   66 -
 .../modules/sendopts/Bundle_zh_CN.properties       |   49 -
 .../settings/resources/Bundle_zh_CN.properties     |   47 -
 .../netbeans/spi/actions/Bundle_zh_CN.properties   |    5 -
 .../modules/templates/Bundle_zh_CN.properties      |    5 -
 .../apisupport/harness/Bundle_zh_TW.properties     |   45 -
 .../tc/cobertura/Bundle_zh_TW.properties           |    5 -
 .../jellytools/platform/Bundle_zh_TW.properties    |    2 -
 .../jemmy/idemodule/Bundle_zh_TW.properties        |   47 -
 .../org/netbeans/junit/Bundle_zh_TW.properties     |   46 -
 .../netbeans/insane/impl/Bundle_zh_TW.properties   |   44 -
 .../modules/applemenu/Bundle_zh_TW.properties      |   47 -
 .../autoupdate/services/Bundle_zh_TW.properties    |   21 -
 .../services/resources/Bundle_zh_TW.properties     |    5 -
 .../updateprovider/Bundle_zh_TW.properties         |   10 -
 .../org/netbeans/updater/Bundle_zh_TW.properties   |   68 -
 .../modules/autoupdate/ui/Bundle_zh_TW.properties  |  195 --
 .../autoupdate/ui/actions/Bundle_zh_TW.properties  |    9 -
 .../ui/resources/Bundle_zh_TW.properties           |    5 -
 .../autoupdate/ui/wizards/Bundle_zh_TW.properties  |  171 --
 .../modules/core/kit/Bundle_zh_TW.properties       |    5 -
 .../editor/mimelookup/impl/Bundle_zh_TW.properties |   45 -
 .../editor/mimelookup/Bundle_zh_TW.properties      |   44 -
 .../modules/favorites/Bundle_zh_TW.properties      |   78 -
 .../favorites/resources/templatesFile_zh_TW.html   |   48 -
 .../favorites/resources/templatesFolder_zh_TW.html |   48 -
 .../favorites/templates/Bundle_zh_TW.properties    |   83 -
 .../modules/javahelp/Bundle_zh_TW.properties       |   78 -
 .../javahelp/resources/Bundle_zh_TW.properties     |   48 -
 .../javahelp/resources/masterHelpPage_zh_TW.html   |   48 -
 .../javahelp/resources/masterHelpSet_zh_TW.xml     |   90 -
 .../javahelp/resources/notEnabledModule_zh_TW.html |   11 -
 .../resources/notInstalledModule_zh_TW.html        |   12 -
 .../masterfs/filebasedfs/Bundle_zh_TW.properties   |   76 -
 .../fileobjects/Bundle_zh_TW.properties            |   44 -
 .../masterfs/resources/Bundle_zh_TW.properties     |   80 -
 .../modules/options/Bundle_zh_TW.properties        |   77 -
 .../options/advanced/Bundle_zh_TW.properties       |   47 -
 .../options/classic/Bundle_zh_TW.properties        |   78 -
 .../modules/options/export/Bundle_zh_TW.properties |   88 -
 .../modules/options/keymap/Bundle_zh_TW.properties |  187 --
 .../libs/layoutext/Bundle_zh_TW.properties         |   45 -
 .../common/resources/Bundle_zh_TW.properties       |    2 -
 .../progress/module/Bundle_zh_TW.properties        |   43 -
 .../module/resources/Bundle_zh_TW.properties       |   44 -
 .../api/visual/widget/Bundle_zh_TW.properties      |   42 -
 .../visual/resources/Bundle_zh_TW.properties       |   42 -
 .../lib/boot/org/netbeans/Bundle_zh_TW.properties  |   55 -
 .../core/execution/Bundle_zh_TW.properties         |   55 -
 .../beaninfo/editors/Bundle_zh_TW.properties       |   78 -
 .../execution/resources/Bundle_zh_TW.properties    |   44 -
 .../netbeans/core/io/ui/Bundle_zh_TW.properties    |   19 -
 .../core/multiview/Bundle_zh_TW.properties         |   47 -
 .../multiview/resources/Bundle_zh_TW.properties    |   44 -
 .../core/nativeaccess/Bundle_zh_TW.properties      |   45 -
 .../transparency/Bundle_zh_TW.properties           |    2 -
 .../netbeans/core/output2/Bundle_zh_TW.properties  |  151 -
 .../core/output2/ui/Bundle_zh_TW.properties        |   49 -
 .../netbeans/core/startup/Bundle_zh_TW.properties  |  228 --
 .../core/startup/layers/Bundle_zh_TW.properties    |   55 -
 .../ui/options/filetypes/Bundle_zh_TW.properties   |   95 -
 .../ui/options/general/Bundle_zh_TW.properties     |  261 --
 .../core/ui/resources/Bundle_zh_TW.properties      |   73 -
 .../core/ui/sysopen/Bundle_zh_TW.properties        |   41 -
 .../core/ui/warmup/Bundle_zh_TW.properties         |   47 -
 .../netbeans/core/windows/Bundle_zh_TW.properties  |   62 -
 .../core/windows/actions/Bundle_zh_TW.properties   |   94 -
 .../core/windows/options/Bundle_zh_TW.properties   |   61 -
 .../windows/persistence/Bundle_zh_TW.properties    |   61 -
 .../core/windows/resources/Bundle_zh_TW.properties |   50 -
 .../core/windows/services/Bundle_zh_TW.properties  |   96 -
 .../core/windows/view/ui/Bundle_zh_TW.properties   |   87 -
 .../view/ui/toolbars/Bundle_zh_TW.properties       |   88 -
 .../beaninfo/editors/Bundle_zh_TW.properties       |  241 --
 .../org/netbeans/core/Bundle_zh_TW.properties      |  176 --
 .../netbeans/core/actions/Bundle_zh_TW.properties  |   67 -
 .../org/netbeans/core/ui/Bundle_zh_TW.properties   |   55 -
 .../org/netbeans/libs/jna/Bundle_zh_TW.properties  |   45 -
 .../netbeans/libs/jsr223/Bundle_zh_TW.properties   |   44 -
 .../netbeans/libs/junit4/Bundle_zh_TW.properties   |   44 -
 .../modules/quicksearch/Bundle_zh_TW.properties    |   52 -
 .../quicksearch/web/Bundle_zh_TW.properties        |   46 -
 .../spi/quicksearch/Bundle_zh_TW.properties        |    5 -
 .../netbeans/swing/etable/Bundle_zh_TW.properties  |    2 -
 .../netbeans/swing/outline/Bundle_zh_TW.properties |    3 -
 .../netbeans/swing/plaf/Bundle_zh_TW.properties    |   44 -
 .../swing/plaf/winxp/Bundle_zh_TW.properties       |   41 -
 .../swing/tabcontrol/Bundle_zh_TW.properties       |   51 -
 .../swing/tabcontrol/plaf/Bundle_zh_TW.properties  |   56 -
 .../org/openide/actions/Bundle_zh_TW.properties    |  150 -
 .../org/openide/awt/Bundle_zh_TW.properties        |  119 -
 .../org/openide/compat/Bundle_zh_TW.properties     |   45 -
 .../org/openide/Bundle_zh_TW.properties            |  130 -
 .../org/openide/execution/Bundle_zh_TW.properties  |   44 -
 .../org/openide/explorer/Bundle_zh_TW.properties   |   89 -
 .../explorer/propertysheet/Bundle_zh_TW.properties |  236 --
 .../openide/explorer/view/Bundle_zh_TW.properties  |  122 -
 .../filesystems/declmime/Bundle_zh_TW.properties   |   43 -
 .../openide/filesystems/Bundle_zh_TW.properties    |  197 --
 .../org/openide/io/Bundle_zh_TW.properties         |   44 -
 .../org/openide/loaders/Bundle_zh_TW.properties    |  325 ---
 .../org/openide/modules/Bundle_zh_TW.properties    |   45 -
 .../org/openide/nodes/Bundle_zh_TW.properties      |   96 -
 .../org/openide/options/Bundle_zh_TW.properties    |   53 -
 .../org/openide/text/Bundle_zh_TW.properties       |  134 -
 .../org/openide/util/enum/Bundle_zh_TW.properties  |   46 -
 .../org/openide/util/Bundle_zh_TW.properties       |  155 -
 .../util/datatransfer/Bundle_zh_TW.properties      |   49 -
 .../org/openide/windows/Bundle_zh_TW.properties    |   69 -
 .../modules/print/action/Bundle_zh_TW.properties   |   48 -
 .../print/resources/Bundle_zh_TW.properties        |   49 -
 .../modules/print/ui/Bundle_zh_TW.properties       |  125 -
 .../modules/print/util/Bundle_zh_TW.properties     |   60 -
 .../modules/progress/ui/Bundle_zh_TW.properties    |   59 -
 .../modules/queries/Bundle_zh_TW.properties        |   44 -
 .../netbeans/api/sendopts/Bundle_zh_TW.properties  |   63 -
 .../modules/sendopts/Bundle_zh_TW.properties       |   46 -
 .../settings/resources/Bundle_zh_TW.properties     |   44 -
 .../netbeans/spi/actions/Bundle_zh_TW.properties   |    5 -
 .../modules/templates/Bundle_zh_TW.properties      |    6 -
 libs.antlr3.devel/build.xml                        |   52 +
 libs.antlr3.devel/external/antlr-3.1.3-license.txt |   37 +
 libs.antlr3.devel/external/binaries-list           |    2 +
 libs.antlr3.devel/manifest.mf                      |    5 +
 libs.antlr3.devel/nbproject/project.properties     |   52 +
 libs.antlr3.devel/nbproject/project.xml            |   87 +
 .../netbeans/libs/antlr3/devel/Bundle.properties   |   49 +
 libs.felix/external/binaries-list                  |    2 +
 libs.felix/external/felix-2.0.3-license.txt        |  209 ++
 libs.felix/manifest.mf                             |    2 +-
 libs.jna/external/binaries-list                    |    1 +
 libs.jna/external/jna-3.2.7-license.txt            |  512 ++++
 libs.jna/manifest.mf                               |    2 +-
 libs.jna/nbproject/project.properties              |    8 +-
 libs.jna/nbproject/project.xml                     |    9 +-
 libs.jsr223/manifest.mf                            |    2 +-
 libs.junit4/build.xml                              |    2 +
 libs.junit4/external/binaries-list                 |    1 +
 libs.junit4/external/junit-4.8.2-license.txt       |  218 ++
 libs.junit4/manifest.mf                            |    2 +-
 libs.junit4/nbproject/project.properties           |    5 +-
 libs.junit4/nbproject/project.xml                  |    4 +-
 .../release/modules/ext/junit-4.8.2.jar.external   |    3 +
 libs.nbi.ant/manifest.mf                           |    2 +-
 .../wizard/components/panels/Bundle.properties     |    6 +-
 .../wizard/components/panels/WelcomePanel.java     |    7 -
 libs.nbi.engine/manifest.mf                        |    2 +-
 libs.osgi/external/binaries-list                   |    2 +
 libs.osgi/external/osgi-4.2-license.txt            |  209 ++
 libs.osgi/manifest.mf                              |    2 +-
 masterfs/apichanges.xml                            |   50 +
 masterfs/arch.xml                                  |    5 +
 masterfs/manifest.mf                               |    3 +-
 masterfs/nbproject/project.xml                     |   18 +
 .../modules/masterfs/ExLocalFileSystem.java        |    3 +-
 .../org/netbeans/modules/masterfs/Installer.java   |   62 +
 .../masterfs/ProvidedExtensionsAccessor.java       |   55 +
 .../modules/masterfs/ProvidedExtensionsProxy.java  |  157 +
 .../masterfs/filebasedfs/FileBasedFileSystem.java  |   13 +-
 .../filebasedfs/children/ChildrenCache.java        |    4 +-
 .../filebasedfs/children/ChildrenSupport.java      |   94 +-
 .../filebasedfs/fileobjects/BaseFileObj.java       |  198 +-
 .../masterfs/filebasedfs/fileobjects/FileObj.java  |   80 +-
 .../filebasedfs/fileobjects/FileObjectFactory.java |   71 +-
 .../filebasedfs/fileobjects/FileObjectKeeper.java  |   96 +-
 .../filebasedfs/fileobjects/FolderObj.java         |  171 +-
 .../filebasedfs/fileobjects/RefreshSlow.java       |    5 +-
 .../masterfs/filebasedfs/fileobjects/RootObj.java  |    9 +-
 .../filebasedfs/fileobjects/RootObjWindows.java    |    6 +-
 .../masterfs/filebasedfs/naming/FileName.java      |  143 +-
 .../masterfs/filebasedfs/naming/FileNaming.java    |    6 +-
 .../masterfs/filebasedfs/naming/FolderName.java    |   22 +-
 .../masterfs/filebasedfs/naming/NameRef.java       |  133 +
 .../masterfs/filebasedfs/naming/NamingFactory.java |  353 ++-
 .../filebasedfs/utils/FileChangedManager.java      |   18 +-
 .../modules/masterfs/filebasedfs/utils/Utils.java  |   24 +-
 .../masterfs/providers/ProvidedExtensions.java     |  129 +
 .../modules/masterfs/watcher/FAMNotifier.java      |  166 ++
 .../netbeans/modules/masterfs/watcher/FOFile.java  |   60 +
 .../modules/masterfs/watcher/LinuxNotifier.java    |  206 ++
 .../modules/masterfs/watcher/Notifier.java         |   98 +
 .../modules/masterfs/watcher/OSXNotifier.java      |  290 ++
 .../netbeans/modules/masterfs/watcher/Watcher.java |  304 ++
 .../modules/masterfs/watcher/WindowsNotifier.java  |  414 +++
 .../modules/masterfs/ExLocalFileSystemTest.java    |  109 +
 .../masterfs/GlobalSharabilityQueryImplTest.java   |    5 -
 .../masterfs/GlobalVisibilityQueryImplTest.java    |    4 -
 .../masterfs/SlowRefreshAndPriorityIOTest.java     |    7 +-
 .../masterfs/SlowRefreshIncrementalTest.java       |    6 +-
 .../masterfs/SlowRefreshInterruptibleTest.java     |   22 +-
 .../masterfs/SlowRefreshPreferrableTest.java       |    6 +-
 .../masterfs/SlowRefreshSuspendableTest.java       |   19 +-
 .../netbeans/modules/masterfs/SlowRefreshTest.java |    8 +-
 .../netbeans/modules/masterfs/URLMapperTest.java   |    2 -
 .../filebasedfs/BaseFileObjectTestHid.java         |   64 +-
 .../masterfs/filebasedfs/Deadlock54741Test.java    |   22 +-
 .../filebasedfs/FileBasedURLMapperTest.java        |    8 -
 .../FileUtilAddRecursiveListenerStopTest.java      |   37 +-
 .../FileUtilAddRecursiveListenerTest.java          |    3 +-
 .../modules/masterfs/filebasedfs/FileUtilTest.java |   11 +-
 .../filebasedfs/RecursiveListenerOnOffTest.java    |  118 +
 .../filebasedfs/children/ChildrenSupportTest.java  |  156 +-
 .../filebasedfs/fileobjects/ExternalTouchTest.java |   13 +-
 .../filebasedfs/fileobjects/FileObjTest.java       |    5 +
 .../fileobjects/FolderObjCacheTest.java            |  179 ++
 .../filebasedfs/fileobjects/FolderObjTest.java     |  123 +-
 .../fileobjects/NoLockWhenRefreshIOTest.java       |  139 +
 .../filebasedfs/fileobjects/RefreshSlowTest.java   |  112 +
 .../filebasedfs/fileobjects/StatFilesTest.java     |    8 +-
 .../filebasedfs/fileobjects/TestUtils.java         |   13 +
 .../fileobjects/WatcherDeadlockTest.java           |  161 +
 .../masterfs/filebasedfs/naming/FileNameTest.java  |  117 +-
 .../utils/FileChangedManagerNotInLookupTest.java   |   60 +
 .../masterfs/filebasedfs/utils/FileInfoTest.java   |   17 -
 .../masterfs/filebasedfs/utils/UtilsTest.java      |   61 +
 .../modules/masterfs/providers/CheckProviders.java |    2 +
 .../masterfs/providers/ProvidedExtensionsTest.java |  242 ++-
 .../antsrc/org/netbeans/nbbuild/AutoUpdate.java    |   97 +-
 .../org/netbeans/nbbuild/CheckHelpSetsBin.java     |  484 ++--
 .../antsrc/org/netbeans/nbbuild/CheckLinks.java    |   19 +-
 .../org/netbeans/nbbuild/CreateModuleXML.java      |   10 +-
 .../antsrc/org/netbeans/nbbuild/CustomJavac.java   |   43 +-
 .../org/netbeans/nbbuild/FixDependencies.java      |    5 +
 .../org/netbeans/nbbuild/GenerateFilesLayout.java  |  142 +
 nbbuild/antsrc/org/netbeans/nbbuild/JHIndexer.java |   31 +-
 .../netbeans/nbbuild/JarWithModuleAttributes.java  |    6 +-
 nbbuild/antsrc/org/netbeans/nbbuild/L10nTask.java  |    3 -
 .../antsrc/org/netbeans/nbbuild/LayerIndex.java    |    2 +-
 nbbuild/antsrc/org/netbeans/nbbuild/MakeJNLP.java  |   26 +-
 nbbuild/antsrc/org/netbeans/nbbuild/MakeNBM.java   |   12 +-
 .../org/netbeans/nbbuild/ModuleDependencies.java   |  207 +-
 .../org/netbeans/nbbuild/ModuleListParser.java     |   28 +-
 .../org/netbeans/nbbuild/ParseProjectXml.java      |   20 +-
 .../antsrc/org/netbeans/nbbuild/ShorterPaths.java  |   31 +-
 .../org/netbeans/nbbuild/SubAntJUnitReport.java    |   32 +-
 .../org/netbeans/nbbuild/SummarizeHgmail.java      |  196 ++
 .../org/netbeans/nbbuild/VerifyUpdateCenter.java   |   30 +-
 nbbuild/antsrc/org/netbeans/nbbuild/XMLUtil.java   |   10 +-
 .../nbbuild/extlibs/CreateLicenseSummary.java      |   28 +-
 .../netbeans/nbbuild/extlibs/ReleaseFilesCopy.java |    1 +
 .../org/netbeans/nbbuild/extlibs/ignored-binaries  |   19 -
 .../nbbuild/extlibs/ignored-binary-overlaps        |   12 +-
 nbbuild/build.properties                           |   20 +-
 nbbuild/build.xml                                  |  262 +-
 nbbuild/cluster.properties                         |  408 +--
 nbbuild/default-properties.xml                     |    1 -
 nbbuild/external/apitest-license.txt               |  431 +++
 nbbuild/external/binaries-list                     |    2 +
 nbbuild/external/xhtml1-dtds/xhtml-lat1.ent        |  196 ++
 nbbuild/external/xhtml1-dtds/xhtml-special.ent     |   80 +
 nbbuild/external/xhtml1-dtds/xhtml-symbol.ent      |  237 ++
 nbbuild/external/xhtml1-dtds/xhtml.soc             |   14 +
 nbbuild/external/xhtml1-dtds/xhtml1-frameset.dtd   | 1246 ++++++++
 nbbuild/external/xhtml1-dtds/xhtml1-strict.dtd     |  989 +++++++
 .../external/xhtml1-dtds/xhtml1-transitional.dtd   | 1212 ++++++++
 nbbuild/external/xhtml1-dtds/xhtml1.dcl            |  192 ++
 nbbuild/external/xhtml1-license.txt                |  279 ++
 nbbuild/hudson/.hgmail-dev-javascript              |    2 -
 nbbuild/hudson/core-main                           |   13 +-
 nbbuild/hudson/javascript-tests                    |    2 +-
 nbbuild/hudson/nbms-and-javadoc                    |    2 +-
 nbbuild/hudson/python                              |    7 -
 nbbuild/hudson/round-robin-push                    |    2 +-
 nbbuild/hudson/ruby                                |   19 -
 nbbuild/hudson/ruby-etcconf                        |   19 -
 nbbuild/hudson/ruby-mkosx                          |   11 -
 nbbuild/hudson/ruby-tests                          |    7 -
 nbbuild/hudson/run-vw-sanity.sh                    |   56 -
 nbbuild/javadoctools/build.xml                     |    2 +-
 nbbuild/javadoctools/export2apichanges.xsl         |    8 +-
 nbbuild/javadoctools/export2html.xsl               |    6 +-
 nbbuild/javadoctools/links.xml                     |    8 +-
 nbbuild/javadoctools/properties.xml                |    4 +-
 nbbuild/javadoctools/replaces.xml                  |    4 +-
 nbbuild/javadoctools/template.xml                  |    2 +-
 nbbuild/l10n.patterns                              |   12 +-
 nbbuild/licenses/ANTLR-2                           |   18 +
 nbbuild/licenses/Apache-1.1                        |   51 +
 nbbuild/licenses/Apache-1.1-xmlunit_variant        |   34 +
 nbbuild/licenses/Apache-2.0                        |  202 ++
 nbbuild/licenses/Apache-2.0-Vera-Perseus           |  328 +++
 nbbuild/licenses/Apache-JDOM                       |   49 +
 nbbuild/licenses/BSD                               |   28 +
 nbbuild/licenses/BSD-jsch-variant                  |   26 +
 nbbuild/licenses/CDDL-1.0                          |  380 +++
 nbbuild/licenses/CDDL-GPL-2-CP                     |  826 ++++++
 nbbuild/licenses/CPL-1.0                           |  211 ++
 nbbuild/licenses/DOM4J-BSD                         |   35 +
 nbbuild/licenses/EPL-v10                           |   87 +
 nbbuild/licenses/GPL                               |  339 +++
 nbbuild/licenses/GPL-2-CP                          |  425 +++
 nbbuild/licenses/GPL-with-Proguard-exception       |  382 +++
 nbbuild/licenses/HttpUnit                          |   19 +
 nbbuild/licenses/LGPL-2.1                          |  460 +++
 nbbuild/licenses/MIT                               |   21 +
 nbbuild/licenses/MPL-1.1                           |  470 +++
 nbbuild/licenses/Northwoods                        |  703 +++++
 nbbuild/licenses/Subversion                        |   54 +
 nbbuild/licenses/TEL_For_NB_dbxGUI                 |  328 +++
 nbbuild/licenses/W3C                               |  270 ++
 nbbuild/licenses/cobertura                         |  400 +++
 nbbuild/licenses/freemarker                        |   48 +
 nbbuild/licenses/prefuse-BSD                       |   29 +
 nbbuild/misc/full-build-linux.sh                   |  335 ---
 nbbuild/misc/i18ncheck.pl                          |    3 +-
 nbbuild/nbproject/project.xml                      |   36 +-
 nbbuild/newbuild/build-all-components.sh           |   13 +-
 nbbuild/newbuild/build-source-zips.sh              |   16 +
 nbbuild/newbuild/build-unpacked-nbms.sh            |   12 +-
 nbbuild/newbuild/init.sh                           |   18 +-
 nbbuild/newbuild/pack-all-components.sh            |   37 +-
 nbbuild/newbuild/run-vw-sanity.sh                  |  172 --
 nbbuild/newbuild/trunk-nightly.sh                  |   35 +-
 nbbuild/newbuild/upload-bits.sh                    |    2 +-
 nbbuild/production/instrumented-installer.sh       |    4 +-
 nbbuild/sierra/build.pro                           |   19 +-
 nbbuild/sierra/build.tst                           |    9 +-
 nbbuild/sierra/build.xml                           |  170 +-
 nbbuild/templates/common.xml                       |   76 +-
 nbbuild/templates/projectized.xml                  |   51 +-
 .../org/netbeans/nbbuild/ArchQuestionsTest.java    |  105 +-
 .../src/org/netbeans/nbbuild/AutoUpdateTest.java   |  286 ++-
 .../src/org/netbeans/nbbuild/CheckLicenseTest.java |  197 +-
 .../src/org/netbeans/nbbuild/CheckLinksTest.java   |   66 +-
 .../org/netbeans/nbbuild/CreateModuleXMLTest.java  |   34 +-
 .../org/netbeans/nbbuild/FixDependenciesTest.java  |  129 +-
 .../netbeans/nbbuild/FixTestDependenciesTest.java  |    9 +-
 .../nbbuild/JarWithModuleAttributesTest.java       |   46 +-
 .../src/org/netbeans/nbbuild/MakeJNLPTest.java     |  192 +-
 .../org/netbeans/nbbuild/MakeMasterJNLPTest.java   |   37 +-
 .../unit/src/org/netbeans/nbbuild/MakeNBMTest.java |  103 +-
 .../netbeans/nbbuild/ModuleDependenciesTest.java   |  183 +-
 .../org/netbeans/nbbuild/ModuleListParserTest.java |    7 +-
 .../org/netbeans/nbbuild/ModuleSelectorTest.java   |   35 +-
 .../netbeans/nbbuild/ModuleStateSelectorTest.java  |   10 +-
 .../org/netbeans/nbbuild/ParseProjectXmlTest.java  |   10 +-
 .../src/org/netbeans/nbbuild/PrintIconTest.java    |   67 +-
 .../PublicPackagesInProjectizedXMLTest.java        |  300 +--
 .../org/netbeans/nbbuild/RecursiveDepsTest.java    |    7 +-
 .../src/org/netbeans/nbbuild/ShorterPathsTest.java |   11 +-
 .../unit/src/org/netbeans/nbbuild/TestBase.java    |  334 +++
 .../unit/src/org/netbeans/nbbuild/TestDeps.xml     |    4 +-
 .../src/org/netbeans/nbbuild/TestDepsTest.java     |   11 +-
 nbbuild/testdist/release/one-module.xml            |    3 +-
 .../windows/vcproject/NBI Native Cleaner.ncb       |    1 -
 .../windows/vcproject/NBI Native Cleaner.sln       |   20 -
 .../windows/vcproject/NBI Native Cleaner.suo       |  Bin 33280 -> 0 bytes
 .../native/jnilib/{linux => windows}/Makefile      |    0
 nbi/engine/native/jnilib/windows/Makefile-vc       |   76 +
 .../native/jnilib/windows/Makefile-vc-wo-crt       |   79 +
 .../windows/nbproject/Makefile-Default-32bit.mk    |  110 +
 .../windows/nbproject/Makefile-Default-64bit.mk    |  110 +
 .../jnilib/windows/nbproject/Makefile-impl.mk      |  113 +
 .../jnilib/windows/nbproject/configurations.xml    |  197 ++
 .../windows/nbproject/project.properties           |    0
 .../native/jnilib/windows/nbproject/project.xml    |   49 +
 .../native/jnilib/windows/src/WindowsUtils.c       |  166 ++
 .../native/jnilib/windows/src/WindowsUtils.h       |   68 +
 .../jnilib/windows/src/jni_WindowsNativeUtils.c    |  420 +++
 .../jnilib/windows/src/jni_WindowsNativeUtils.h    |  129 +
 .../jnilib/windows/src/jni_WindowsRegistry.c       |  652 +++++
 .../jnilib/windows/src/jni_WindowsRegistry.h       |  286 ++
 .../windows/vcproject/NBI JNI Library.vcproj       |  261 ++
 .../windows/vcproject/NBI JNI Library.vcproj.user} |    0
 nbi/engine/native/launcher/unix/src/launcher.sh    |    2 +-
 .../windows/vcproject/NBI Native Launcher.ncb      |    1 -
 .../windows/vcproject/NBI Native Launcher.sln      |   17 -
 .../windows/vcproject/NBI Native Launcher.suo      |  Bin 50176 -> 0 bytes
 .../downloader/ui/ProxySettingsDialog.java         |    2 +-
 .../org/netbeans/installer/utils/StringUtils.java  |    2 +-
 .../installer/utils/applications/TestJDK.class     |  Bin 658 -> 0 bytes
 .../utils/system/launchers/impl/ExeLauncher.java   |    6 +-
 .../utils/system/launchers/impl/ShLauncher.java    |    3 +-
 .../wizard/components/panels/Bundle.properties     |   26 +-
 .../wizard/containers/SwingFrameContainer.java     |   29 +-
 nbi/infra/build/jvm/conf/common.properties         |    6 +-
 .../build/jvm/tools/unzipsfx/linux-amd64/unzipsfx  |  Bin 53368 -> 0 bytes
 .../build/jvm/tools/unzipsfx/linux-i586/unzipsfx   |  Bin 47604 -> 0 bytes
 .../jvm/tools/unzipsfx/solaris-amd64/unzipsfx      |  Bin 48184 -> 0 bytes
 .../build/jvm/tools/unzipsfx/solaris-i586/unzipsfx |  Bin 48184 -> 0 bytes
 .../jvm/tools/unzipsfx/solaris-sparc/unzipsfx      |  Bin 83256 -> 0 bytes
 .../jvm/tools/unzipsfx/solaris-sparcv9/unzipsfx    |  Bin 83256 -> 0 bytes
 nbjunit/manifest.mf                                |    2 +-
 nbjunit/nbproject/org-netbeans-modules-nbjunit.sig |  584 ++++
 nbjunit/nbproject/project.xml                      |    1 +
 nbjunit/src/org/netbeans/junit/Log.java            |   29 +-
 nbjunit/src/org/netbeans/junit/NbModuleSuite.java  |  175 +-
 nbjunit/src/org/netbeans/junit/NbTestCase.java     |   17 +-
 .../org/netbeans/junit/AssertInstancesTest.java    |    6 -
 .../unit/src/org/netbeans/junit/LoggingTest.java   |   11 -
 .../src/org/netbeans/junit/NbModuleSuite2Test.java |    9 -
 .../junit/NbModuleSuiteClusterPathFinalTest.java   |    8 +-
 .../src/org/netbeans/junit/NbModuleSuiteTest.java  |   14 +-
 .../NbModuleSuiteTurnClassPathModulesTest.java     |  116 +
 .../pkg/not/in/junit/NbModuleSuiteClusters.java    |    7 +-
 o.jdesktop.layout/external/binaries-list           |    3 +
 .../external/swing-layout-1.0.4-license.txt        |  465 +++
 o.jdesktop.layout/manifest.mf                      |    2 +-
 o.n.bootstrap/arch.xml                             |   11 +
 o.n.bootstrap/launcher/unix/nbexec                 |   49 +-
 o.n.bootstrap/launcher/windows/Makefile            |    7 +-
 o.n.bootstrap/launcher/windows/jvmlauncher.cpp     |   38 +-
 o.n.bootstrap/launcher/windows/nbexec.exe.manifest |   31 +
 o.n.bootstrap/launcher/windows/nbexec.rc           |   49 +
 o.n.bootstrap/launcher/windows/nbexec_exe.rc       |   52 +
 .../launcher/windows/nbproject/Makefile-nbexec.mk  |   45 +-
 .../launcher/windows/nbproject/configurations.xml  |   24 +-
 .../launcher/windows/platformlauncher.cpp          |   15 +-
 o.n.bootstrap/launcher/windows/platformlauncher.h  |    3 +-
 o.n.bootstrap/launcher/windows/version.h           |   51 +
 o.n.bootstrap/launcher/windows/version.rc          |   86 +
 o.n.bootstrap/manifest.mf                          |    2 +-
 o.n.bootstrap/nbproject/project.xml                |    2 +-
 o.n.bootstrap/src/org/netbeans/Archive.java        |   11 +-
 o.n.bootstrap/src/org/netbeans/Bundle.properties   |    6 +
 o.n.bootstrap/src/org/netbeans/CLIHandler.java     |  159 +-
 o.n.bootstrap/src/org/netbeans/JaveleonModule.java |  159 +
 o.n.bootstrap/src/org/netbeans/LocaleVariants.java |   14 +-
 o.n.bootstrap/src/org/netbeans/MainImpl.java       |   19 +-
 o.n.bootstrap/src/org/netbeans/Module.java         |   16 +-
 o.n.bootstrap/src/org/netbeans/ModuleManager.java  |  152 +-
 o.n.bootstrap/src/org/netbeans/NbClipboard.java    |  394 +++
 .../src/org/netbeans/NetigsoFramework.java         |   44 +-
 o.n.bootstrap/src/org/netbeans/NetigsoModule.java  |    8 +-
 .../src/org/netbeans/ProxyClassLoader.java         |   21 +-
 .../org/netbeans/ProxyURLStreamHandlerFactory.java |   28 +-
 o.n.bootstrap/src/org/netbeans/Stamps.java         |    8 +-
 o.n.bootstrap/src/org/netbeans/StandardModule.java |   72 +-
 .../src/org/netbeans/TopSecurityManager.java       |   19 +-
 .../org/netbeans/CLIHandlerMemoryUserDirTest.java  |  109 +
 .../test/unit/src/org/netbeans/CLIHandlerTest.java |   89 +-
 .../unit/src/org/netbeans/ModuleManagerTest.java   |   62 +-
 .../src/org/netbeans/NbClipboardDelayedTest.java   |   69 +
 ...rdIsUsedByAlreadyInitializedComponentsTest.java |   85 +
 .../NbClipboardIsUsedBySwingComponentsTest.java    |  209 ++
 .../src/org/netbeans/NbClipboardNativeTest.java    |  308 ++
 .../unit/src/org/netbeans/NbClipboardTest.java     |  235 ++
 .../unit/src/org/netbeans/StampsExtraTest.java     |    8 -
 .../netbeans/StampsIdeLessThanPlatformTest.java    |    7 -
 .../test/unit/src/org/netbeans/StampsTest.java     |   16 +-
 .../unit/src/org/netbeans/StampsTimeShiftTest.java |    8 -
 .../src/org/netbeans/StampsWithDotDotTest.java     |   61 +
 o.n.core/build.xml                                 |    4 +-
 o.n.core/external/nsProxyAutoConfig-license.txt    |   43 +
 o.n.core/external/nsProxyAutoConfig.js             |  348 +++
 o.n.core/licenses/DISTRIBUTION.txt                 |   27 +
 o.n.core/licenses/LICENSE.txt                      |  733 +++++
 o.n.core/licenses/THIRDPARTYLICENSEREADME.txt      |  462 +++
 o.n.core/manifest.mf                               |    2 +-
 o.n.core/nbproject/project.properties              |    9 +-
 o.n.core/nbproject/project.xml                     |    4 +-
 .../netbeans/beaninfo/editors/ObjectEditor.java    |    2 +-
 .../netbeans/beaninfo/editors/StringEditor.java    |   49 +-
 o.n.core/src/org/netbeans/core/CLIOptions2.java    |    2 +-
 o.n.core/src/org/netbeans/core/GuiRunLevel.java    |    2 -
 .../org/netbeans/core/HtmlBrowserComponent.java    |   11 +-
 o.n.core/src/org/netbeans/core/NbClipboard.java    |  393 ---
 o.n.core/src/org/netbeans/core/NbErrorManager.java |    5 +
 o.n.core/src/org/netbeans/core/NbLoaderPool.java   |   14 +-
 .../src/org/netbeans/core/NbProxySelector.java     |  295 ++-
 o.n.core/src/org/netbeans/core/NbURLDisplayer.java |   41 +-
 o.n.core/src/org/netbeans/core/NotifyExcPanel.java |    3 +-
 .../src/org/netbeans/core/ProxyAutoConfig.java     |  334 +++
 o.n.core/src/org/netbeans/core/ProxySettings.java  |   51 +-
 .../src/org/netbeans/core/TimableEventQueue.java   |   46 +-
 .../org/netbeans/core/validation/BytecodeTest.java |   12 +-
 .../netbeans/core/validation/ResourcesTest.java    |    9 -
 .../core/validation/ValidateClassLinkageTest.java  |   44 +-
 .../validation/ValidateLayerConsistencyTest.java   |   70 +-
 .../core/validation/ValidateModulesTest.java       |  243 ++
 .../core/validation/ValidateUpdateCenterTest.java  |  155 -
 .../beaninfo/editors/StringEditorTest.java         |  114 +
 .../src/org/netbeans/core/DontUseProxyTest.java    |    8 +-
 .../org/netbeans/core/NbClipboardDelayedTest.java  |   69 -
 ...rdIsUsedByAlreadyInitializedComponentsTest.java |   87 -
 .../NbClipboardIsUsedBySwingComponentsTest.java    |  209 --
 .../org/netbeans/core/NbClipboardNativeTest.java   |  308 --
 .../src/org/netbeans/core/NbClipboardTest.java     |  243 --
 .../src/org/netbeans/core/NbErrorManagerTest.java  |    7 -
 .../org/netbeans/core/TimableEventQueueTest.java   |   12 +-
 .../netbeans/core/lookup/MetaInfServicesTest.java  |   10 +-
 o.n.insane/nbproject/project.properties            |    2 +-
 o.n.swing.outline/apichanges.xml                   |   29 +
 o.n.swing.outline/manifest.mf                      |    2 +-
 .../nbproject/org-netbeans-swing-outline.sig       | 1380 +++++++++
 o.n.swing.outline/nbproject/project.xml            |   11 +-
 .../swing/etable/ColumnSelectionPanel.java         |    2 +
 .../src/org/netbeans/swing/etable/ETable.java      |  350 ++-
 .../org/netbeans/swing/etable/ETableColumn.java    |   17 +-
 .../netbeans/swing/etable/ETableColumnModel.java   |   63 +-
 .../swing/etable/ETableTransferHandler.java        |    2 +
 .../netbeans/swing/etable/ETableTransferable.java  |   16 +-
 .../swing/outline/DefaultOutlineCellRenderer.java  |  121 +-
 .../swing/outline/DefaultOutlineModel.java         |   68 +-
 .../netbeans/swing/outline/EventBroadcaster.java   |   24 +-
 .../swing/outline/ExtTreeWillExpandListener.java   |   11 +-
 .../src/org/netbeans/swing/outline/Outline.java    |  215 ++-
 .../netbeans/swing/outline/ProxyTableModel.java    |    9 +
 .../netbeans/swing/outline/TreePathSupport.java    |   60 +-
 .../src/org/netbeans/swing/etable/ETableTest.java  |   22 +
 o.n.swing.plaf/manifest.mf                         |    2 +-
 .../netbeans/swing/plaf/aqua/AquaSeparatorUI.java  |   19 +-
 .../swing/plaf/aqua/AquaToolBarButtonUI.java       |    5 +-
 .../swing/plaf/aqua/toolbar-icons-shadow-big.png   |  Bin 551 -> 565 bytes
 .../swing/plaf/aqua/toolbar-icons-shadow-small.png |  Bin 4022 -> 4006 bytes
 .../org/netbeans/swing/plaf/gtk/GtkLFCustoms.java  |    5 +-
 o.n.swing.tabcontrol/manifest.mf                   |    2 +-
 .../nbproject/org-netbeans-swing-tabcontrol.sig    | 3047 ++++++++++++++++++++
 .../swing/popupswitcher/SwitcherTable.java         |   34 +-
 .../swing/popupswitcher/SwitcherTableModel.java    |    1 +
 .../swing/tabcontrol/TabListPopupAction.java       |    2 +
 .../plaf/NimbusEditorTabDisplayerUI.java           |    8 +-
 .../plaf/WinClassicEditorTabCellRenderer.java      |    2 +-
 .../swing/tabcontrol/plaf/StackLayoutTest.java     |   16 -
 openide.actions/apichanges.xml                     |   18 +-
 openide.actions/manifest.mf                        |    2 +-
 openide.actions/nbproject/org-openide-actions.sig  |   94 +-
 .../src/org/openide/actions/HeapView.java          |   43 +-
 .../src/org/openide/actions/PasteAction.java       |    9 +-
 .../src/org/openide/actions/RedoAction.java        |   13 +-
 .../src/org/openide/actions/RenameAction.java      |    3 +
 .../src/org/openide/actions/SaveAction.java        |   57 +-
 .../src/org/openide/actions/ToolsAction.java       |   47 +-
 .../src/org/openide/actions/UndoAction.java        |   14 +-
 .../src/org/openide/actions/UndoRedoAction.java    |  260 ++
 .../src/org/openide/actions/ViewAction.java        |   14 +-
 .../src/org/openide/actions/doc-files/api.html     |    4 +-
 .../src/org/openide/resources/actions/save24.png   |  Bin 998 -> 708 bytes
 .../org/openide/actions/CloneViewActionTest.java   |  142 +
 .../org/openide/actions/CloseViewActionTest.java   |  129 +
 .../org/openide/actions/CustomizeActionTest.java   |   73 +
 .../src/org/openide/actions/EditActionTest.java    |  266 ++
 .../src/org/openide/actions/FindActionTest.java    |  132 +
 .../src/org/openide/actions/GotoActionTest.java    |  122 +
 .../src/org/openide/actions/NextTabActionTest.java |  132 +
 .../src/org/openide/actions/OpenActionTest.java    |  264 ++
 .../actions/OpenLocalExplorerActionTest.java       |   67 +
 .../org/openide/actions/PageSetupActionTest.java   |  158 +
 .../src/org/openide/actions/PopupActionTest.java   |  129 +
 .../org/openide/actions/PreviousTabActionTest.java |  132 +
 .../src/org/openide/actions/PrintActionTest.java   |  254 ++
 .../src/org/openide/actions/RenameActionTest.java  |   63 +
 .../src/org/openide/actions/SaveActionTest.java    |   20 +
 .../org/openide/actions/UndoRedoActionTest.java    |  224 ++
 openide.awt/apichanges.xml                         |   52 +
 openide.awt/arch.xml                               |   11 +
 openide.awt/manifest.mf                            |    2 +-
 openide.awt/nbproject/org-openide-awt.sig          |  255 +-
 openide.awt/nbproject/project.properties           |    2 +-
 openide.awt/nbproject/project.xml                  |   13 +
 .../modules/openide/awt/ActionProcessor.java       |  449 +++
 .../netbeans/modules/openide/awt/Bundle.properties |   45 +
 openide.awt/src/org/openide/awt/ActionID.java      |   74 +
 .../src/org/openide/awt/ActionReference.java       |   97 +
 .../src/org/openide/awt/ActionReferences.java      |   57 +
 .../src/org/openide/awt/ActionRegistration.java    |   88 +
 openide.awt/src/org/openide/awt/Actions.java       |   76 +-
 .../src/org/openide/awt/CloseButtonTabbedPane.java |   62 +-
 .../src/org/openide/awt/DropDownButton.java        |    2 +
 .../src/org/openide/awt/DropDownToggleButton.java  |   14 +-
 openide.awt/src/org/openide/awt/GlobalManager.java |   20 +-
 openide.awt/src/org/openide/awt/HtmlLabelUI.java   |   16 +-
 openide.awt/src/org/openide/awt/HtmlRenderer.java  |   20 +-
 .../src/org/openide/awt/HtmlRendererImpl.java      |   10 +-
 openide.awt/src/org/openide/awt/IconWithArrow.java |    7 +-
 openide.awt/src/org/openide/awt/UndoRedo.java      |  108 +-
 .../modules/openide/awt/ActionProcessorTest.java   |  882 ++++++
 .../netbeans/modules/openide/awt/package-info.java |   52 +
 .../test/unit/src/org/openide/awt/ActionsTest.java |   28 +-
 .../org/openide/awt/CallbackSystemActionTest.java  |   16 +-
 .../unit/src/org/openide/awt/UndoRedoTest.java     |  190 ++
 openide.compat/manifest.mf                         |    2 +-
 openide.compat/nbproject/project.properties        |    3 +
 .../openide/explorer/ExplorerActionsImplTest.java  |  116 +
 .../org/openide/explorer/ExplorerPanelTest.java    |  549 ++++
 .../src/org/openide/explorer/FindHelpTest.java     |    0
 .../openide/explorer/propertysheet/ComboTest.java  |  729 +++++
 .../propertysheet/CustomEditorDisplayerTest.java   |  806 ++++++
 .../propertysheet/NewPropertyPanelTest.java        | 1179 ++++++++
 .../explorer/propertysheet/PropertyPanelTest.java  |    0
 .../openide/explorer/view/DefaultActionTest.java   |    0
 .../org/openide/explorer/view/ListViewTest.java    |    0
 .../explorer/view/ListViewTopComponentTest.java    |  308 ++
 .../org/openide/explorer/view/RootContextTest.java |  247 ++
 .../explorer/view/SelectNodeInListViewTest.java    |  138 +
 .../openide/explorer/view/SelectionModeTest.java   |    0
 .../src/org/openide/explorer/view/TTVTest.java     |    0
 .../windows/TopComponentActivatedNodesTest.java    |  354 +++
 openide.dialogs/manifest.mf                        |    2 +-
 openide.dialogs/nbproject/org-openide-dialogs.sig  |  113 +-
 .../org/netbeans/modules/dialogs/defaultWizard.gif |  Bin 23189 -> 4940 bytes
 openide.dialogs/src/org/openide/Bundle.properties  |    4 +-
 .../src/org/openide/NotifyDescriptor.java          |    1 +
 .../src/org/openide/WizardDescriptor.java          |  107 +-
 .../org/openide/doc-files/wizard-guidebook.html    |    2 +-
 openide.execution/manifest.mf                      |    2 +-
 .../nbproject/org-openide-execution.sig            |   62 +-
 openide.explorer/apichanges.xml                    |   43 +
 openide.explorer/manifest.mf                       |    2 +-
 .../nbproject/org-openide-explorer.sig             |  199 +-
 openide.explorer/nbproject/project.xml             |    2 +-
 .../openide/explorer/PropertyPanelBridge.java      |   83 +
 .../org/openide/explorer/ExplorerActionsImpl.java  |   30 +-
 .../doc-files/propertyViewCustomization.html       |    5 +
 .../explorer/propertysheet/ComboInplaceEditor.java |    7 +
 .../propertysheet/EditablePropertyDisplayer.java   |   20 +-
 .../propertysheet/EditorPropertyDisplayer.java     |    5 +-
 .../openide/explorer/propertysheet/PropUtils.java  |   12 +
 .../explorer/propertysheet/PropertyEnv.java        |   21 +-
 .../explorer/propertysheet/PropertyPanel.java      |   48 +-
 .../editors/EnhancedCustomPropertyEditor.java      |    6 +-
 .../org/openide/explorer/view/BeanTreeView.java    |    3 +-
 .../org/openide/explorer/view/Bundle.properties    |    5 +
 .../openide/explorer/view/ExplorerDragSupport.java |    3 +-
 .../src/org/openide/explorer/view/IconPanel.form   |   53 +
 .../src/org/openide/explorer/view/IconPanel.java   |  153 +
 .../src/org/openide/explorer/view/IconView.java    |   48 +-
 .../openide/explorer/view/NodePopupFactory.java    |   16 +-
 .../src/org/openide/explorer/view/OutlineView.java |  756 +++++-
 .../explorer/view/OutlineViewDropSupport.java      |   32 +-
 .../openide/explorer/view/PropertiesRowModel.java  |   74 +-
 .../src/org/openide/explorer/view/SheetCell.java   |   37 +-
 .../org/openide/explorer/view/TreeTableView.java   |   15 +
 .../src/org/openide/explorer/view/TreeView.java    |  121 +-
 .../openide/explorer/view/TreeViewCellEditor.java  |    9 +-
 .../org/openide/explorer/view/ViewTooltips.java    |    4 +-
 .../openide/explorer/view/VisualizerChildren.java  |  129 +-
 .../org/openide/explorer/view/VisualizerEvent.java |   19 +
 .../org/openide/explorer/view/VisualizerNode.java  |    8 +-
 .../openide/explorer/ExplorerActionsImplTest.java  |  124 +
 .../propertysheet/EditorDisplayerTest.java         |   15 -
 .../explorer/propertysheet/FindHelpTest.java       |   14 -
 .../explorer/propertysheet/PropertyEnvTest.java    |   62 +
 .../openide/explorer/view/BeanTreeViewTest.java    |   71 +-
 .../org/openide/explorer/view/ListViewTest.java    |    7 +-
 .../explorer/view/NavigationTreeViewTest.java      |   89 +-
 .../openide/explorer/view/NodeTableModelTest.java  |   13 +-
 .../org/openide/explorer/view/TableViewTest.java   |   18 +-
 .../explorer/view/TreeViewQuickSearchTest.java     |  107 +-
 .../org/openide/explorer/view/TreeViewTest.java    |    4 -
 .../explorer/view/VisualizerSpeed95364Test.java    |   50 +-
 openide.filesystems/apichanges.xml                 |  100 +-
 openide.filesystems/arch.xml                       |  115 +-
 openide.filesystems/manifest.mf                    |    2 +-
 .../nbproject/org-openide-filesystems.sig          |  175 +-
 openide.filesystems/nbproject/project.properties   |    1 +
 openide.filesystems/nbproject/project.xml          |    2 +-
 .../filesystems/CleaningAnnotationProcessor.java   |   92 +
 .../CleaningAnnotationProcessorImpl.java           |  167 ++
 .../filesystems/declmime/MIMEResolverImpl.java     |    2 +
 .../openide/filesystems/AbstractFileObject.java    |    8 +-
 .../org/openide/filesystems/AbstractFolder.java    |    8 +-
 .../src/org/openide/filesystems/Bundle.properties  |    4 +-
 .../src/org/openide/filesystems/DeepListener.java  |   12 +-
 .../org/openide/filesystems/DefaultAttributes.java |    1 +
 .../src/org/openide/filesystems/FileEvent.java     |    5 +
 .../src/org/openide/filesystems/FileObject.java    |   82 +-
 .../src/org/openide/filesystems/FileSystem.java    |   56 +-
 .../src/org/openide/filesystems/FileURL.java       |   17 +-
 .../src/org/openide/filesystems/FileUtil.java      |   89 +-
 .../src/org/openide/filesystems/JarFileSystem.java |   31 +
 .../org/openide/filesystems/LocalFileSystem.java   |   18 +-
 .../org/openide/filesystems/MemoryFileSystem.java  |  120 +-
 .../org/openide/filesystems/MultiFileObject.java   |   15 +-
 .../src/org/openide/filesystems/Ordering.java      |    6 +
 .../src/org/openide/filesystems/XMLFileSystem.java |  101 +-
 .../src/org/openide/filesystems/XMLMapAttr.java    |   89 +-
 .../filesystems/annotations/LayerBuilder.java      |   76 +-
 .../filesystems/declmime/MIMEResolverImplTest.java |   20 +-
 .../openide/filesystems/AttributesTestHidden.java  |   54 +
 .../org/openide/filesystems/FileObjectTestHid.java |  249 ++-
 .../src/org/openide/filesystems/FileUtilTest.java  |   83 +-
 .../openide/filesystems/FileUtilTestHidden.java    |    1 +
 .../LocalFileSystemExternalTouchTest.java          |   20 +-
 .../filesystems/MIMESupportResolversTest.java      |   22 -
 .../org/openide/filesystems/MIMESupportTest.java   |   23 +
 .../org/openide/filesystems/MemoryFSTestHid.java   |   30 +-
 .../openide/filesystems/MemoryFileSystemTest.java  |   11 +-
 .../filesystems/MultiFileObjectTestHid.java        |   40 +
 .../src/org/openide/filesystems/OrderingTest.java  |   13 +
 .../src/org/openide/filesystems/TestBaseHid.java   |    9 +-
 .../openide/filesystems/VoidValue132801Test.java   |  106 -
 .../src/org/openide/filesystems/VoidValueTest.java |  103 +
 .../openide/filesystems/XMLFileSystemTestHid.java  |  266 ++-
 .../filesystems/annotations/LayerBuilderTest.java  |   32 +-
 openide.io/manifest.mf                             |    2 +-
 openide.io/nbproject/org-openide-io.sig            |   65 +-
 .../src/org/openide/windows/IOContainer.java       |    5 +-
 openide.loaders/apichanges.xml                     |   16 +
 openide.loaders/arch.xml                           |   12 +-
 openide.loaders/manifest.mf                        |    2 +-
 openide.loaders/nbproject/org-openide-loaders.sig  |  694 +++--
 openide.loaders/nbproject/project.xml              |    5 +-
 .../modules/openide/loaders}/EntityCatalog.dtd     |    0
 .../modules/openide/loaders/EntityCatalogImpl.java |   31 +-
 .../modules/openide/loaders/RuntimeCatalog.java    |   19 +-
 .../org/netbeans/modules/openide/loaders/layer.xml |    2 +-
 .../ScriptingCreateFromTemplateHandler.java        |    3 +-
 .../openide/actions/FileSystemRefreshAction.java   |    2 +-
 .../src/org/openide/actions/SaveAsAction.java      |    9 +
 openide.loaders/src/org/openide/awt/MenuBar.java   |   28 +-
 openide.loaders/src/org/openide/awt/Toolbar.java   |    2 +
 .../src/org/openide/awt/ToolbarPool.java           |   33 +-
 .../src/org/openide/loaders/Bundle.properties      |    6 +-
 .../src/org/openide/loaders/DataFolder.java        |   28 +-
 .../src/org/openide/loaders/DataLoaderPool.java    |   16 +-
 .../src/org/openide/loaders/DataObject.java        |    3 +
 .../src/org/openide/loaders/DataObjectPool.java    |   83 +-
 .../src/org/openide/loaders/DataShadow.java        |    4 +-
 .../org/openide/loaders/DataTransferSupport.java   |   39 +-
 .../src/org/openide/loaders/DefaultDataObject.java |    4 +-
 .../src/org/openide/loaders/ExtensionList.java     |    8 +-
 .../src/org/openide/loaders/FolderChildren.java    |   11 +-
 .../org/openide/loaders/FolderChildrenEager.java   |  312 --
 .../src/org/openide/loaders/FolderLookup.java      |   13 +-
 .../src/org/openide/loaders/InstanceSupport.java   |    4 +-
 .../src/org/openide/loaders/LoaderTransfer.java    |    9 +-
 .../src/org/openide/loaders/MultiDataObject.java   |   84 +-
 .../src/org/openide/loaders/SaveAsCapable.java     |   20 +-
 .../src/org/openide/loaders/TemplateWizard.java    |   15 +-
 .../src/org/openide/loaders/XMLDataObject.java     |  136 +-
 .../src/org/openide/loaders/XMLDataObjectImpl.java |  149 -
 .../src/org/openide/loaders/doc-files/api.html     |    5 +-
 .../src/org/openide/text/DataEditorSupport.java    |  100 +-
 .../netbeans/modules/templates/Bug138973Test.java  |    4 +-
 .../modules/templates/IndentEngineIntTest.java     |    9 +-
 .../modules/templates/SCFTHandlerTest.java         |   85 +-
 .../templates/ScriptingCreateFromTemplateTest.java |   12 +-
 .../org/netbeans/modules/templates/SpeedTest.java  |    6 +-
 .../src/org/netbeans/modules/templates/utf8.xml    |    8 +-
 .../org/openide/awt/MenuBarDeadlock163201Test.java |   34 +-
 .../awt/ToolbarConfigurationDeadlockTest.java      |  156 +
 .../unit/src/org/openide/awt/ToolbarPoolTest.java  |    8 -
 .../loaders/DataFolderExpandIsSlowTest.java        |  137 -
 .../src/org/openide/loaders/DataFolderTest.java    |    6 -
 .../openide/loaders/DataFolderTimeOrderTest.java   |   11 +-
 .../org/openide/loaders/DataLoaderInLayerTest.java |   84 +-
 .../org/openide/loaders/DataObjectPoolTest.java    |   65 +
 .../loaders/DefaultDataObjectHasOpenTest.java      |    2 +-
 .../org/openide/loaders/DefaultDataObjectTest.java |  131 +-
 .../src/org/openide/loaders/ExtensionListTest.java |   30 +-
 .../loaders/FileObjectInLookupByMatteoTest.java    |   12 +-
 .../openide/loaders/FolderChildrenEagerTest.java   |   71 -
 .../loaders/FolderChildrenGCRaceConditionTest.java |   22 +-
 .../openide/loaders/FolderChildrenLazyTest.java    |   71 -
 .../org/openide/loaders/FolderChildrenTest.java    |  145 +-
 .../FolderInstanceListenersWithCookieTest.java     |    5 -
 .../src/org/openide/loaders/FolderLookupTest.java  |   11 -
 .../openide/loaders/InstanceDataObjectTest.java    |    8 +-
 .../MultiDataObjectDeleteSecondaryEntryTest.java   |  250 ++
 .../src/org/openide/loaders/XMLDataObjectTest.java |    5 -
 .../org/openide/text/DataEditorReadOnlyTest.java   |  341 +++
 .../org/openide/text/DataEditorSupportTest.java    |   36 -
 .../openide/text/DocumentTitlePropertyTest.java    |   20 +
 .../text/ExternalChangeOfModifiedFileTest.java     |    8 -
 .../unit/src/org/openide/text/PeterZMoveTest.java  |   48 +-
 .../text/RenameWithTimestampChangeTest.java        |  253 ++
 .../unit/src/org/openide/text/TestFileSystem.java  |  156 +
 openide.modules/apichanges.xml                     |   45 +-
 openide.modules/manifest.mf                        |    2 +-
 openide.modules/nbproject/org-openide-modules.sig  |   15 +-
 .../src/org/openide/modules/Dependency.java        |   30 +-
 .../src/org/openide/modules/ModuleInfo.java        |   11 +-
 .../src/org/openide/modules/Modules.java           |   97 +
 .../src/org/openide/modules/doc-files/api.html     |  274 +--
 .../src/org/openide/modules/DependencyTest.java    |   10 +
 openide.nodes/apichanges.xml                       |   18 +
 openide.nodes/manifest.mf                          |    2 +-
 openide.nodes/nbproject/org-openide-nodes.sig      |  303 ++-
 openide.nodes/src/org/openide/nodes/Children.java  |   84 +-
 .../src/org/openide/nodes/EntrySupport.java        |   65 +-
 .../src/org/openide/nodes/FilterNode.java          |   81 +-
 openide.nodes/src/org/openide/nodes/Node.java      |   25 +-
 .../src/org/openide/nodes/NodeLookup.java          |   13 +-
 .../src/org/openide/nodes/NodeTransfer.java        |    6 +-
 .../src/org/openide/nodes/PropertySupport.java     |   13 +-
 .../ChildrenArrayNodeAtShouldNotBeSlowTest.java    |    4 +-
 .../openide/nodes/ChildrenFilterAsKeysTest.java    |    4 -
 .../nodes/ChildrenFilterAsLazyKeysTest.java        |   11 +-
 .../src/org/openide/nodes/ChildrenKeysTest.java    |   60 +-
 .../org/openide/nodes/ChildrenLazyKeysTest.java    |    4 -
 .../src/org/openide/nodes/ChildrenMapTest.java     |   65 +
 .../unit/src/org/openide/nodes/FilterNodeTest.java |    4 -
 .../unit/src/org/openide/nodes/NodeLookupTest.java |   12 +-
 .../unit/src/org/openide/nodes/PropertiesTest.java |   15 +-
 .../src/org/openide/nodes/SetChildrenTest.java     |   33 +-
 .../org/openide/util/actions/Issue71764Test.java   |   11 -
 openide.options/manifest.mf                        |    2 +-
 openide.text/apichanges.xml                        |   47 +
 openide.text/arch.xml                              |    4 +-
 openide.text/manifest.mf                           |    2 +-
 openide.text/nbproject/org-openide-text.sig        |  122 +-
 .../src/org/openide/text/CloneableEditor.java      |  103 +-
 .../org/openide/text/CloneableEditorSupport.java   |  306 ++-
 .../src/org/openide/text/DocumentLine.java         |   90 +-
 openide.text/src/org/openide/text/NbDocument.java  |   36 +-
 .../src/org/openide/text/QuietEditorPane.java      |   61 +-
 ...loneableEditorNeverendingLoadingAsync2Test.java |    8 +
 .../text/CloneableEditorSupportPaneAsyncTest.java  |   12 -
 .../text/CloneableEditorSupportPaneTest.java       |   12 -
 .../text/CloneableEditorSupportRedirectorTest.java |   10 -
 .../openide/text/CloneableEditorSupportTest.java   |   14 -
 .../unit/src/org/openide/text/LineSetTest.java     |   17 -
 .../unit/src/org/openide/text/NbDocumentTest.java  |   14 -
 .../openide/text/NetworkConnectionLostTest.java    |   14 -
 .../src/org/openide/text/NotifyModifiedTest.java   |    6 -
 .../text/UndoRedoWrappingCooperationTest.java      |  479 +++
 openide.util.enumerations/manifest.mf              |    2 +-
 openide.util.lookup/manifest.mf                    |    2 +-
 .../nbproject/org-openide-util-lookup.sig          |  277 ++
 .../src/org/openide/util/Lookup.java               |   13 +-
 .../org/openide/util/lookup/ALPairComparator.java  |   47 +-
 .../org/openide/util/lookup/AbstractLookup.java    |   27 +-
 .../src/org/openide/util/lookup/Bundle.properties  |    6 +-
 .../org/openide/util/lookup/InheritanceTree.java   |    2 +
 .../openide/util/lookup/MetaInfServicesLookup.java |   18 +-
 .../src/org/openide/util/lookup/ProxyLookup.java   |   35 +-
 .../org/openide/util/lookup/SimpleProxyLookup.java |   63 +-
 .../openide/util/lookup/implspi/ActiveQueue.java   |   46 +-
 .../openide/util/lookup/AbstractLookupBaseHid.java |   58 +-
 .../openide/util/lookup/AbstractLookupTest.java    |    2 -
 .../openide/util/lookup/InheritanceTreeTest.java   |    9 +-
 .../openide/util/lookup/ListenersIgnoredTest.java  |  114 +
 .../util/lookup/MetaInfServicesLookupTest.java     |   45 +
 .../util/lookup/NamedServicesLookupTest.java       |    3 +-
 .../org/openide/util/lookup/ProxyLookupTest.java   |   29 +-
 .../lookup/SimpleProxyLookupIssue42244Test.java    |    7 -
 .../util/test/AnnotationProcessorTestUtils.java    |    8 +-
 openide.util/apichanges.xml                        |   80 +
 openide.util/manifest.mf                           |    2 +-
 openide.util/nbproject/org-openide-util.sig        |  406 ++--
 openide.util/nbproject/project.properties          |    2 +-
 .../modules/openide/util/NbBundleProcessor.java    |  355 +++
 .../openide/util/ProxyURLStreamHandlerFactory.java |    8 +
 .../src/org/openide/util/AsyncInitSupport.java     |   21 +-
 .../src/org/openide/util/CharSequences.java        |   14 +-
 openide.util/src/org/openide/util/Exceptions.java  |   35 +-
 .../src/org/openide/util/ImageUtilities.java       |   49 +-
 openide.util/src/org/openide/util/NbBundle.java    |  107 +-
 .../src/org/openide/util/NbPreferences.java        |    6 +-
 .../src/org/openide/util/NetworkSettings.java      |  153 +
 .../src/org/openide/util/RequestProcessor.java     |   69 +-
 openide.util/src/org/openide/util/Utilities.java   |   19 +-
 .../openide/util/UtilitiesCompositeActionMap.java  |    9 +-
 openide.util/src/org/openide/util/WeakSet.java     | 1480 +++++++---
 .../src/org/openide/util/doc-files/api.html        |  432 ++--
 .../src/org/openide/xml/EntityCatalog.java         |   14 +-
 openide.util/src/org/openide/xml/XMLUtil.java      |  179 +-
 .../openide/util/NbBundleProcessorTest.java        |  255 ++
 .../unit/src/org/openide/ErrorManagerTest.java     |    7 -
 .../src/org/openide/util/CharSequencesTest.java    |   41 +
 .../unit/src/org/openide/util/ExceptionsTest.java  |   40 +
 .../openide/util/ImageUtilitiesGetLoaderTest.java  |   15 -
 .../src/org/openide/util/ImageUtilitiesTest.java   |    7 +
 .../unit/src/org/openide/util/InitJobTest.java     |  311 --
 .../util/LookupUsesRequestProcessorTest.java       |   11 +-
 .../test/unit/src/org/openide/util/MutexTest.java  |    8 -
 .../unit/src/org/openide/util/MutexWrapTest.java   |    7 -
 .../src/org/openide/util/NetworkSettingsTest.java  |  119 +
 .../openide/util/RequestProcessor180386Test.java   |  133 +-
 .../src/org/openide/util/RequestProcessorTest.java |   48 +-
 .../unit/src/org/openide/util/WeakSetTest.java     |   80 +
 .../test/unit/src/org/openide/xml/XMLUtilTest.java |   48 +-
 openide.windows/apichanges.xml                     |   51 +
 openide.windows/arch.xml                           |   13 +-
 openide.windows/manifest.mf                        |    2 +-
 openide.windows/nbproject/org-openide-windows.sig  |   62 +-
 openide.windows/nbproject/project.xml              |    5 +
 .../openide/windows/GlobalActionContextImpl.java   |   55 +-
 .../openide/windows/TopComponentProcessor.java     |  166 ++
 .../src/org/openide/windows/DelegateActionMap.java |   45 +-
 .../org/openide/windows/DummyWindowManager.java    |    2 +
 .../org/openide/windows/OpenComponentAction.java   |   16 +-
 .../src/org/openide/windows/TopComponent.java      |  100 +-
 .../src/org/openide/windows/WindowManager.java     |    4 +
 .../modules/openide/windows/Bundle.properties      |   44 +
 .../windows/GlobalActionContextImplTest.java       |   84 +
 .../openide/windows/TopComponentProcessorTest.java |  193 ++
 .../ContextAwareActionInTopComponentTest.java      |   37 +-
 .../org/openide/windows/GlobalContextImplTest.java |    7 -
 .../openide/windows/TopComponentGetLookupTest.java |  227 ++-
 .../src/org/openide/windows/TopComponentTest.java  |   18 +
 options.api/manifest.mf                            |    2 +-
 .../nbproject/org-netbeans-modules-options-api.sig |   13 +-
 options.api/nbproject/project.xml                  |   10 +
 .../org/netbeans/modules/options/Bundle.properties |    9 -
 .../options/OptionsPanelControllerProcessor.java   |   26 +-
 .../modules/options/OptionsWindowAction.java       |   15 +-
 .../options/advanced/AdvancedPanelController.java  |    7 +-
 .../netbeans/modules/options/advanced/Model.java   |   39 +-
 .../netbeans/modules/options/resources/colors.png  |  Bin 2054 -> 0 bytes
 .../netbeans/modules/options/resources/editor.png  |  Bin 1550 -> 0 bytes
 .../modules/options/resources/mf-layer.xml         |   17 -
 .../netbeans/api/options/RegisteredCategory.java   |    3 +-
 .../OptionsPanelControllerProcessorTest.java       |   84 +
 options.keymap/manifest.mf                         |    2 +-
 options.keymap/nbproject/project.xml               |    1 +
 .../options/keymap/ActionsSearchProvider.java      |  155 +-
 .../modules/options/keymap/Bundle.properties       |    3 +-
 .../modules/options/keymap/ButtonCellEditor.java   |   44 +-
 .../modules/options/keymap/ButtonCellRenderer.java |   24 +-
 .../options/keymap/KeymapPanelController.java      |    2 +-
 .../modules/options/keymap/LayersBridge.java       |    2 +-
 .../modules/options/keymap/ShortcutPopupPanel.form |    2 +-
 .../modules/options/keymap/ShortcutPopupPanel.java |    2 +
 .../modules/options/keymap/ShortcutsDialog.form    |    4 +-
 .../modules/options/keymap/ShortcutsDialog.java    |    1 +
 .../netbeans/modules/options/keymap}/keymap.png    |  Bin 1364 -> 1364 bytes
 print/manifest.mf                                  |    2 +-
 print/nbproject/org-netbeans-modules-print.sig     |    4 +-
 .../modules/print/action/PageSetupAction.java      |   30 +-
 .../netbeans/modules/print/action/PrintAction.java |  129 +-
 .../org/netbeans/modules/print/resources/layer.xml |    6 -
 .../org/netbeans/modules/print/ui/Attribute.java   |    1 -
 progress.ui/manifest.mf                            |    3 +-
 progress.ui/nbproject/project.xml                  |    8 +
 .../netbeans/modules/progress/ui/Bundle.properties |    2 +
 .../netbeans/modules/progress/ui/CancelAction.java |   34 +-
 .../modules/progress/ui/ListComponent.java         |    2 +-
 .../modules/progress/ui/ProgressListAction.java    |   18 +-
 .../modules/progress/ui/StatusLineComponent.java   |  135 +-
 .../src/org/netbeans/modules/progress/ui/layer.xml |   69 -
 queries/manifest.mf                                |    2 +-
 queries/nbproject/org-netbeans-modules-queries.sig |    7 +-
 .../org/netbeans/api/queries/SharabilityQuery.java |   15 +-
 .../org/netbeans/api/queries/VisibilityQuery.java  |    3 +
 sendopts/manifest.mf                               |    2 +-
 .../nbproject/org-netbeans-modules-sendopts.sig    |   42 +-
 .../src/org/netbeans/api/sendopts/CommandLine.java |    2 +-
 sendopts/test/unit/src/META-INF/MANIFEST.MF        |    4 -
 settings/apichanges.xml                            |   14 +
 settings/manifest.mf                               |    2 +-
 .../nbproject/org-netbeans-modules-settings.sig    |   10 +-
 settings/nbproject/project.xml                     |    2 +-
 .../modules/settings/RecognizeInstanceObjects.java |   27 +-
 .../settings/convertors/ModuleInfoManager.java     |   13 -
 .../settings/convertors/SerialDataConvertor.java   |    3 +-
 .../settings/convertors/XMLSettingsSupport.java    |   12 +-
 spi.actions/manifest.mf                            |    2 +-
 spi.quicksearch/manifest.mf                        |    2 +-
 .../nbproject/org-netbeans-spi-quicksearch.sig     |    4 +-
 spi.quicksearch/nbproject/project.xml              |    9 +
 .../modules/quicksearch/CommandEvaluator.java      |    8 +-
 .../modules/quicksearch/QuickSearchAction.java     |    6 +
 .../modules/quicksearch/QuickSearchComboBar.java   |   20 +-
 .../modules/quicksearch/QuickSearchPopup.java      |   23 +-
 .../modules/quicksearch/SearchResultRender.java    |   65 +-
 .../modules/quicksearch/recent/RecentSearches.java |   15 +-
 .../modules/quicksearch/resources/layer.xml        |   10 -
 .../netbeans/spi/quicksearch/SearchResponse.java   |   11 +-
 .../modules/quicksearch/CategoryResultTest.java    |   15 -
 .../modules/quicksearch/ObsoleteSupportTest.java   |   15 -
 .../modules/quicksearch/ProviderModelTest.java     |   16 -
 .../modules/quicksearch/ResultsModelTest.java      |   15 -
 6000 files changed, 77951 insertions(+), 399971 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
deleted file mode 100644
index 985ec19..0000000
--- a/LICENSE.txt
+++ /dev/null
@@ -1,805 +0,0 @@
-This license file contains two distinct licenses.
-
-LICENSE #1: The GNU General Public License (GPL), Version 2
-with the Classpath exception governs your use of:
-NetBeans Platform software
-
-LICENSE #2: The Common Development and Distribution License 
-(CDDL), Version 1.0 governs your use of:
-NetBeans Platform software.
-
-
-************************************************************
-
-LICENSE #1: 
-
-The GNU General Public License (GPL) Version 2, June 1991 
-
-Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-
-59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-Everyone is permitted to copy and distribute verbatim copies
-of this license document, but changing it is not allowed.
-
-Preamble
-
-The licenses for most software are designed to take away
-your freedom to share and change it. By contrast, the GNU
-General Public License is intended to guarantee your freedom
-to share and change free software--to make sure the software
-is free for all its users. This General Public License
-applies to most of the Free Software Foundation's software
-and to any other program whose authors commit to using it.
-(Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.) You can
-apply it to your programs, too. When we speak of free
-software, we are referring to freedom, not price. Our
-General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and
-charge for this service if you wish), that you receive
-source code or can get it if you want it, that you can
-change the software or use pieces of it in new free
-programs; and that you know you can do these things. To
-protect your rights, we need to make restrictions that
-forbid anyone to deny you these rights or to ask you to
-surrender the rights. These restrictions translate to
-certain responsibilities for you if you distribute copies of
-the software, or if you modify it.
-
-For example, if you distribute copies of such a program,
-whether gratis or for a fee, you must give the recipients
-all the rights that you have. You must make sure that they,
-too, receive or can get the source code. And you must show
-them these terms so they know their rights.
-
-We protect your rights with two steps: (1) copyright the
-software, and (2) offer you this license which gives you
-legal permission to copy, distribute and/or modify the
-software.
-
-Also, for each author's protection and ours, we want to make
-certain that everyone understands that there is no warranty
-for this free software. If the software is modified by
-someone else and passed on, we want its recipients to know
-that what they have is not the original, so that any
-problems introduced by others will not reflect on the
-original authors' reputations.
-
-Finally, any free program is threatened constantly by
-software patents. We wish to avoid the danger that
-redistributors of a free program will individually obtain
-patent licenses, in effect making the program proprietary.
-To prevent this, we have made it clear that any patent must
-be licensed for everyone's free use or not licensed at all.
-
-The precise terms and conditions for copying, distribution
-and modification follow. TERMS AND CONDITIONS FOR COPYING,
-DISTRIBUTION AND MODIFICATION 0. This License applies to any
-program or other work which contains a notice placed by the
-copyright holder saying it may be distributed under the
-terms of this General Public License. The "Program", below,
-refers to any such program or work, and a "work based on the
-Program" means either the Program or any derivative work
-under copyright law: that is to say, a work containing the
-Program or a portion of it, either verbatim or with
-modifications and/or translated into another language.
-(Hereinafter, translation is included without limitation in
-the term "modification".) Each licensee is addressed as
-"you".
-
-Activities other than copying, distribution and modification
-are not covered by this License; they are outside its scope.
-The act of running the Program is not restricted, and the
-output from the Program is covered only if its contents
-constitute a work based on the Program (independent of
-having been made by running the Program). Whether that is
-true depends on what the Program does.
-
-1. You may copy and distribute verbatim copies of the
-Program's source code as you receive it, in any medium,
-provided that you conspicuously and appropriately publish on
-each copy an appropriate copyright notice and disclaimer of
-warranty; keep intact all the notices that refer to this
-License and to the absence of any warranty; and give any
-other recipients of the Program a copy of this License along
-with the Program.
-
-You may charge a fee for the physical act of transferring a
-copy, and you may at your option offer warranty protection
-in exchange for a fee.
-
-2. You may modify your copy or copies of the Program or any
-portion of it, thus forming a work based on the Program, and
-copy and distribute such modifications or work under the
-terms of Section 1 above, provided that you also meet all of
-these conditions:
-
-a) You must cause the modified files to carry prominent
-notices stating that you changed the files and the date of
-any change.
-
-b) You must cause any work that you distribute or publish,
-that in whole or in part contains or is derived from the
-Program or any part thereof, to be licensed as a whole at no
-charge to all third parties under the terms of this License.
-
-c) If the modified program normally reads commands
-interactively when run, you must cause it, when started
-running for such interactive use in the most ordinary way,
-to print or display an announcement including an appropriate
-copyright notice and a notice that there is no warranty (or
-else, saying that you provide a warranty) and that users may
-redistribute the program under these conditions, and telling
-the user how to view a copy of this License. (Exception: if
-the Program itself is interactive but does not normally
-print such an announcement, your work based on the Program
-is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole. If
-identifiable sections of that work are not derived from the
-Program, and can be reasonably considered independent and
-separate works in themselves, then this License, and its
-terms, do not apply to those sections when you distribute
-them as separate works. But when you distribute the same
-sections as part of a whole which is a work based on the
-Program, the distribution of the whole must be on the terms
-of this License, whose permissions for other licensees
-extend to the entire whole, and thus to each and every part
-regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights
-or contest your rights to work written entirely by you;
-rather, the intent is to exercise the right to control the
-distribution of derivative or collective works based on the
-Program. In addition, mere aggregation of another work not
-based on the Program with the Program (or with a work based
-on the Program) on a volume of a storage or distribution
-medium does not bring the other work under the scope of this
-License.
-
-3. You may copy and distribute the Program (or a work based
-on it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you
-also do one of the following:
-
-a) Accompany it with the complete corresponding
-machine-readable source code, which must be distributed
-under the terms of Sections 1 and 2 above on a medium
-customarily used for software interchange; or,
-
-b) Accompany it with a written offer, valid for at least
-three years, to give any third party, for a charge no more
-than your cost of physically performing source distribution,
-a complete machine-readable copy of the corresponding source
-code, to be distributed under the terms of Sections 1 and 2
-above on a medium customarily used for software interchange;
-or,
-
-c) Accompany it with the information you received as to the
-offer to distribute corresponding source code. (This
-alternative is allowed only for noncommercial distribution
-and only if you received the program in object code or
-executable form with such an offer, in accord with
-Subsection b above.)
-
-The source code for a work means the preferred form of the
-work for making modifications to it. For an executable work,
-complete source code means all the source code for all
-modules it contains, plus any associated interface
-definition files, plus the scripts used to control
-compilation and installation of the executable. However, as
-a special exception, the source code distributed need not
-include anything that is normally distributed (in either
-source or binary form) with the major components (compiler,
-kernel, and so on) of the operating system on which the
-executable runs, unless that component itself accompanies
-the executable. If distribution of executable or object code
-is made by offering access to copy from a designated place,
-then offering equivalent access to copy the source code from
-the same place counts as distribution of the source code,
-even though third parties are not compelled to copy the
-source along with the object code.
-
-4. You may not copy, modify, sublicense, or distribute the
-Program except as expressly provided under this License. Any
-attempt otherwise to copy, modify, sublicense or distribute
-the Program is void, and will automatically terminate your
-rights under this License. However, parties who have
-received copies, or rights, from you under this License will
-not have their licenses terminated so long as such parties
-remain in full compliance.
-
-5. You are not required to accept this License, since you
-have not signed it. However, nothing else grants you
-permission to modify or distribute the Program or its
-derivative works. These actions are prohibited by law if you
-do not accept this License. Therefore, by modifying or
-distributing the Program (or any work based on the Program),
-you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or
-modifying the Program or works based on it.
-
-6. Each time you redistribute the Program (or any work based
-on the Program), the recipient automatically receives a
-license from the original licensor to copy, distribute or
-modify the Program subject to these terms and conditions.
-You may not impose any further restrictions on the
-recipients' exercise of the rights granted herein. You are
-not responsible for enforcing compliance by third parties to
-this License.
-
-7. If, as a consequence of a court judgment or allegation of
-patent infringement or for any other reason (not limited to
-patent issues), conditions are imposed on you (whether by
-court order, agreement or otherwise) that contradict the
-conditions of this License, they do not excuse you from the
-conditions of this License. If you cannot distribute so as
-to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a
-consequence you may not distribute the Program at all. For
-example, if a patent license would not permit royalty-free
-redistribution of the Program by all those who receive
-copies directly or indirectly through you, then the only way
-you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or
-unenforceable under any particular circumstance, the balance
-of the section is intended to apply and the section as a
-whole is intended to apply in other circumstances. It is not
-the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest
-validity of any such claims; this section has the sole
-purpose of protecting the integrity of the free software
-distribution system, which is implemented by public license
-practices. Many people have made generous contributions to
-the wide range of software distributed through that system
-in reliance on consistent application of that system; it is
-up to the author/donor to decide if he or she is willing to
-distribute software through any other system and a licensee
-cannot impose that choice.
-
-This section is intended to make thoroughly clear what is
-believed to be a consequence of the rest of this License.
-
-8. If the distribution and/or use of the Program is
-restricted in certain countries either by patents or by
-copyrighted interfaces, the original copyright holder who
-places the Program under this License may add an explicit
-geographical distribution limitation excluding those
-countries, so that distribution is permitted only in or
-among countries not thus excluded. In such case, this
-License incorporates the limitation as if written in the
-body of this License.
-
-9. The Free Software Foundation may publish revised and/or
-new versions of the General Public License from time to
-time. Such new versions will be similar in spirit to the
-present version, but may differ in detail to address new
-problems or concerns.
-
-Each version is given a distinguishing version number. If
-the Program specifies a version number of this License which
-applies to it and "any later version", you have the option
-of following the terms and conditions either of that version
-or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number
-of this License, you may choose any version ever published
-by the Free Software Foundation.
-
-10. If you wish to incorporate parts of the Program into
-other free programs whose distribution conditions are
-different, write to the author to ask for permission. For
-software which is copyrighted by the Free Software
-Foundation, write to the Free Software Foundation; we
-sometimes make exceptions for this. Our decision will be
-guided by the two goals of preserving the free status of all
-derivatives of our free software and of promoting the
-sharing and reuse of software generally.
-
-NO WARRANTY
-
-11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS
-NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE
-COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM
-"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
-IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE
-OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
-DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
-12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED
-TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY
-WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED
-ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
-SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF
-THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT
-LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
-LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE
-PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH
-HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
-END OF TERMS AND CONDITIONS
-
-How to Apply These Terms to Your New Programs
-
-If you develop a new program, and you want it to be of the
-greatest possible use to the public, the best way to achieve
-this is to make it free software which everyone can
-redistribute and change under these terms.
-
-To do so, attach the following notices to the program. It is
-safest to attach them to the start of each source file to
-most effectively convey the exclusion of warranty; and each
-file should have at least the "copyright" line and a pointer
-to where the full notice is found.
-
-One line to give the program's name and a brief idea of what
-it does.
-
-Copyright (C) <year> <name of author>
-
-This program is free software; you can redistribute it
-and/or modify it under the terms of the GNU General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later
-version. This program is distributed in the hope that it
-will be useful, but WITHOUT ANY WARRANTY; without even the
-implied warranty of MERCHANTABILITY or FITNESS FOR A
-PARTICULAR PURPOSE. See the GNU General Public License for
-more details. You should have received a copy of the GNU
-General Public License along with this program; if not,
-write to the Free Software Foundation, Inc., 59 Temple
-Place, Suite 330, Boston, MA 02111-1307 USA
-
-Also add information on how to contact you by electronic and
-paper mail.
-
-If the program is interactive, make it output a short notice
-like this when it starts in an interactive mode:
-
-Gnomovision version 69, Copyright (C) year name of author
-Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
-type `show w'. This is free software, and you are welcome to
-redistribute it under certain conditions; type `show c' for
-details. The hypothetical commands `show w' and `show c'
-should show the appropriate parts of the General Public
-License. Of course, the commands you use may be called
-something other than `show w' and `show c'; they could even
-be mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a
-programmer) or your school, if any, to sign a "copyright
-disclaimer" for the program, if necessary. Here is a sample;
-alter the names:
-
-Yoyodyne, Inc., hereby disclaims all copyright interest in
-the program `Gnomovision' (which makes passes at compilers)
-written by James Hacker.
-
-signature of Ty Coon, 1 April 1989
-Ty Coon, President of Vice
-
-This General Public License does not permit incorporating
-your program into proprietary programs. If your program is a
-subroutine library, you may consider it more useful to
-permit linking proprietary applications with the library. If
-this is what you want to do, use the GNU Library General
-Public License instead of this License.
-
-"CLASSPATH" EXCEPTION TO THE GPL VERSION 2
-
-Certain source files distributed by Oracle Corp. are subject
-to  the following clarification and special exception to the
-GPL Version 2, but only where Oracle has expressly included
-in the particular source file's header the words  "Oracle
-designates this particular file as subject to the
-"Classpath" exception as provided by Oracle in the License
-file that accompanied this code." 
-
-Linking this library statically or dynamically with other
-modules is making a combined work based on this library.
-Thus, the terms and conditions of the GNU General Public
-License Version 2 cover the whole combination. 
-
-As a special exception, the copyright holders of this
-library give you  permission to link this library with
-independent modules to produce an  executable, regardless of
-the license terms of these independent modules,  and to copy
-and distribute the resulting executable under terms of your 
-choice, provided that you also meet, for each linked
-independent module,  the terms and conditions of the license
-of that module. An independent  module is a module which is
-not derived from or based on this library. If  you modify
-this library, you may extend this exception to your version
-of  the library, but you are not obligated to do so. If you
-do not wish to do  so, delete this exception statement from
-your version.
-
-************************************************************
-
-LICENSE #2: 
-
-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)
- Version 1.0
-
-1. Definitions.
-
-1.1. "Contributor" means each individual or entity that
-creates or contributes to the creation of Modifications.
-
-1.2. "Contributor Version" means the combination of the
-Original Software, prior Modifications used by a Contributor
-(if any), and the Modifications made by that particular
-Contributor.
-
-1.3. "Covered Software" means (a) the Original Software, or
-(b) Modifications, or (c) the combination of files
-containing Original Software with files containing
-Modifications, in each case including portions thereof.
-
-1.4. "Executable" means the Covered Software in any form
-other than Source Code. 
-
-1.5. "Initial Developer" means the individual or entity that
-first makes Original Software available under this License. 
-
-1.6. "Larger Work" means a work which combines Covered
-Software or portions thereof with code not governed by the
-terms of this License.
-
-1.7. "License" means this document.
-
-1.8. "Licensable" means having the right to grant, to the
-maximum extent possible, whether at the time of the initial
-grant or subsequently acquired, any and all of the rights
-conveyed herein.
-
-1.9. "Modifications" means the Source Code and Executable
-form of any of the following:
- 
-A. Any file that results from an addition to, deletion from
-or modification of the contents of a file containing
-Original Software or previous Modifications; 
-
-B. Any new file that contains any part of the Original
-Software or previous Modification; or 
-
-C. Any new file that is contributed or otherwise made
-available under the terms of this License.
-
-1.10. "Original Software" means the Source Code and
-Executable form of computer software code that is originally
-released under this License. 
-
-1.11. "Patent Claims" means any patent claim(s), now owned
-or hereafter acquired, including without limitation, method,
-process, and apparatus claims, in any patent Licensable by
-grantor. 
-
-1.12. "Source Code" means (a) the common form of computer
-software code in which modifications are made and (b)
-associated documentation included in or with such code.
-
-1.13. "You" (or "Your") means an individual or a legal
-entity exercising rights under, and complying with all of
-the terms of, this License. For legal entities, "You"
-includes any entity which controls, is controlled by, or is
-under common control with You. For purposes of this
-definition, "control" means (a) the power, direct or
-indirect, to cause the direction or management of such
-entity, whether by contract or otherwise, or (b) ownership
-of more than fifty percent (50%) of the outstanding shares
-or beneficial ownership of such entity.
-
-2. License Grants. 
-
-2.1. The Initial Developer Grant. Conditioned upon Your
-compliance with Section 3.1 below and subject to third party
-intellectual property claims, the Initial Developer hereby
-grants You a world-wide, royalty-free, non-exclusive
-license: 
-
-(a) under intellectual property rights (other than patent or
-trademark) Licensable by Initial Developer, to use,
-reproduce, modify, display, perform, sublicense and
-distribute the Original Software (or portions thereof), with
-or without Modifications, and/or as part of a Larger Work;
-and 
-
-(b) under Patent Claims infringed by the making, using or
-selling of Original Software, to make, have made, use,
-practice, sell, and offer for sale, and/or otherwise dispose
-of the Original Software (or portions thereof). 
-
-(c) The licenses granted in Sections 2.1(a) and (b) are
-effective on the date Initial Developer first distributes or
-otherwise makes the Original Software available to a third
-party under the terms of this License. 
-
-(d) Notwithstanding Section 2.1(b) above, no patent license
-is granted: (1) for code that You delete from the Original
-Software, or (2) for infringements caused by: (i) the
-modification of the Original Software, or (ii) the
-combination of the Original Software with other software or
-devices. 
-
-2.2. Contributor Grant. Conditioned upon Your compliance
-with Section 3.1 below and subject to third party
-intellectual property claims, each Contributor hereby grants
-You a world-wide, royalty-free, non-exclusive license:
-
-(a) under intellectual property rights (other than patent or
-trademark) Licensable by Contributor to use, reproduce,
-modify, display, perform, sublicense and distribute the
-Modifications created by such Contributor (or portions
-thereof), either on an unmodified basis, with other
-Modifications, as Covered Software and/or as part of a
-Larger Work; and
-
-(b) under Patent Claims infringed by the making, using, or
-selling of Modifications made by that Contributor either
-alone and/or in combination with its Contributor Version (or
-portions of such combination), to make, use, sell, offer for
-sale, have made, and/or otherwise dispose of: (1)
-Modifications made by that Contributor (or portions
-thereof); and (2) the combination of Modifications made by
-that Contributor with its Contributor Version (or portions
-of such combination). 
-
-(c) The licenses granted in Sections 2.2(a) and 2.2(b) are
-effective on the date Contributor first distributes or
-otherwise makes the Modifications available to a third
-party. 
-
-(d) Notwithstanding Section 2.2(b) above, no patent license
-is granted: (1) for any code that Contributor has deleted
-from the Contributor Version; (2) for infringements caused
-by: (i) third party modifications of Contributor Version, or
-(ii) the combination of Modifications made by that
-Contributor with other software (except as part of the
-Contributor Version) or other devices; or (3) under Patent
-Claims infringed by Covered Software in the absence of
-Modifications made by that Contributor. 
-
-3. Distribution Obligations.
-
-3.1. Availability of Source Code.
-
-Any Covered Software that You distribute or otherwise make
-available in Executable form must also be made available in
-Source Code form and that Source Code form must be
-distributed only under the terms of this License. You must
-include a copy of this License with every copy of the Source
-Code form of the Covered Software You distribute or
-otherwise make available. You must inform recipients of any
-such Covered Software in Executable form as to how they can
-obtain such Covered Software in Source Code form in a
-reasonable manner on or through a medium customarily used
-for software exchange.
-
-3.2. Modifications.
-
-The Modifications that You create or to which You contribute
-are governed by the terms of this License. You represent
-that You believe Your Modifications are Your original
-creation(s) and/or You have sufficient rights to grant the
-rights conveyed by this License.
-
-3.3. Required Notices.
-
-You must include a notice in each of Your Modifications that
-identifies You as the Contributor of the Modification. You
-may not remove or alter any copyright, patent or trademark
-notices contained within the Covered Software, or any
-notices of licensing or any descriptive text giving
-attribution to any Contributor or the Initial Developer.
-
-3.4. Application of Additional Terms.
-
-You may not offer or impose any terms on any Covered
-Software in Source Code form that alters or restricts the
-applicable version of this License or the recipients' rights
-hereunder. You may choose to offer, and to charge a fee for,
-warranty, support, indemnity or liability obligations to one
-or more recipients of Covered Software. However, you may do
-so only on Your own behalf, and not on behalf of the Initial
-Developer or any Contributor. You must make it absolutely
-clear that any such warranty, support, indemnity or
-liability obligation is offered by You alone, and You hereby
-agree to indemnify the Initial Developer and every
-Contributor for any liability incurred by the Initial
-Developer or such Contributor as a result of warranty,
-support, indemnity or liability terms You offer.
-
-3.5. Distribution of Executable Versions.
-
-You may distribute the Executable form of the Covered
-Software under the terms of this License or under the terms
-of a license of Your choice, which may contain terms
-different from this License, provided that You are in
-compliance with the terms of this License and that the
-license for the Executable form does not attempt to limit or
-alter the recipient's rights in the Source Code form from
-the rights set forth in this License. If You distribute the
-Covered Software in Executable form under a different
-license, You must make it absolutely clear that any terms
-which differ from this License are offered by You alone, not
-by the Initial Developer or Contributor. You hereby agree to
-indemnify the Initial Developer and every Contributor for
-any liability incurred by the Initial Developer or such
-Contributor as a result of any such terms You offer.
-
-3.6. Larger Works.
-
-You may create a Larger Work by combining Covered Software
-with other code not governed by the terms of this License
-and distribute the Larger Work as a single product. In such
-a case, You must make sure the requirements of this License
-are fulfilled for the Covered Software. 
-
-4. Versions of the License. 
-
-4.1. New Versions.
-
-Oracle Corp. is the initial license steward and may publish
-revised and/or new versions of this License from time to
-time. Each version will be given a distinguishing version
-number. Except as provided in Section 4.3, no one other than
-the license steward has the right to modify this License. 
-
-4.2. Effect of New Versions.
-
-You may always continue to use, distribute or otherwise make
-the Covered Software available under the terms of the
-version of the License under which You originally received
-the Covered Software. If the Initial Developer includes a
-notice in the Original Software prohibiting it from being
-distributed or otherwise made available under any subsequent
-version of the License, You must distribute and make the
-Covered Software available under the terms of the version of
-the License under which You originally received the Covered
-Software. Otherwise, You may also choose to use, distribute
-or otherwise make the Covered Software available under the
-terms of any subsequent version of the License published by
-the license steward. 
-
-4.3. Modified Versions.
-
-When You are an Initial Developer and You want to create a
-new license for Your Original Software, You may create and
-use a modified version of this License if You: (a) rename
-the license and remove any references to the name of the
-license steward (except to note that the license differs
-from this License); and (b) otherwise make it clear that the
-license contains terms which differ from this License.
-
-5. DISCLAIMER OF WARRANTY.
-
-COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS
-IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
-IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE
-COVERED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A
-PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO
-THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH
-YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY
-RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER
-CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,
-REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY
-CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY
-COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
-DISCLAIMER. 
-
-6. TERMINATION. 
-
-6.1. This License and the rights granted hereunder will
-terminate automatically if You fail to comply with terms
-herein and fail to cure such breach within 30 days of
-becoming aware of the breach. Provisions which, by their
-nature, must remain in effect beyond the termination of this
-License shall survive.
-
-6.2. If You assert a patent infringement claim (excluding
-declaratory judgment actions) against Initial Developer or a
-Contributor (the Initial Developer or Contributor against
-whom You assert such claim is referred to as "Participant")
-alleging that the Participant Software (meaning the
-Contributor Version where the Participant is a Contributor
-or the Original Software where the Participant is the
-Initial Developer) directly or indirectly infringes any
-patent, then any and all rights granted directly or
-indirectly to You by such Participant, the Initial Developer
-(if the Initial Developer is not the Participant) and all
-Contributors under Sections 2.1 and/or 2.2 of this License
-shall, upon 60 days notice from Participant terminate
-prospectively and automatically at the expiration of such 60
-day notice period, unless if within such 60 day period You
-withdraw Your claim with respect to the Participant Software
-against such Participant either unilaterally or pursuant to
-a written agreement with Participant.
-
-6.3. In the event of termination under Sections 6.1 or 6.2
-above, all end user licenses that have been validly granted
-by You or any distributor hereunder prior to termination
-(excluding licenses granted to You by any distributor) shall
-survive termination.
-
-7. LIMITATION OF LIABILITY.
-
-UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER
-TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL
-YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY
-DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF
-SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT,
-SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
-CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOST
-PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE
-OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR
-LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE
-POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY
-SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
-RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT
-APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS
-DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
-CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY
-NOT APPLY TO YOU.
-
-8. U.S. GOVERNMENT END USERS.
-
-The Covered Software is a "commercial item," as that term is
-defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of
-"commercial computer software" (as that term is defined at
-48 C.F.R. 252.227-7014(a)(1)) and "commercial computer
-software documentation" as such terms are used in 48 C.F.R.
-12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48
-C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S.
-Government End Users acquire Covered Software with only
-those rights set forth herein. This U.S. Government Rights
-clause is in lieu of, and supersedes, any other FAR, DFAR,
-or other clause or provision that addresses Government
-rights in computer software under this License.
-
-9. MISCELLANEOUS.
-
-This License represents the complete agreement concerning
-subject matter hereof. If any provision of this License is
-held to be unenforceable, such provision shall be reformed
-only to the extent necessary to make it enforceable. This
-License shall be governed by the law of the jurisdiction
-specified in a notice contained within the Original Software
-(except to the extent applicable law, if any, provides
-otherwise), excluding such jurisdiction's conflict-of-law
-provisions. Any litigation relating to this License shall be
-subject to the jurisdiction of the courts located in the
-jurisdiction and venue specified in a notice contained
-within the Original Software, with the losing party
-responsible for costs, including, without limitation, court
-costs and reasonable attorneys' fees and expenses. The
-application of the United Nations Convention on Contracts
-for the International Sale of Goods is expressly excluded.
-Any law or regulation which provides that the language of a
-contract shall be construed against the drafter shall not
-apply to this License. You agree that You alone are
-responsible for compliance with the United States export
-administration regulations (and the export control laws and
-regulation of any other countries) when You use, distribute
-or otherwise make available any Covered Software.
-
-10. RESPONSIBILITY FOR CLAIMS.
-
-As between Initial Developer and the Contributors, each
-party is responsible for claims and damages arising,
-directly or indirectly, out of its utilization of rights
-under this License and You agree to work with Initial
-Developer and Contributors to distribute such responsibility
-on an equitable basis. Nothing herein is intended or shall
-be deemed to constitute any admission of liability.
-
-Please contact Oracle Corporation, 500 Oracle Parkway,
-Redwood Shores, California 94065 if you have questions.
-
diff --git a/README.txt b/README.txt
deleted file mode 100644
index 68de48e..0000000
--- a/README.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-NetBeans IDE - README
-
-NetBeans IDE is an integrated development environment (IDE) for writing,
-compiling, testing, and debugging desktop applications and web applications for
-the JavaTM platform. 
-NetBeans IDE includes a full-featured text editor with syntax highlighting and 
-error checking, visual design tools, Ant support, version control system 
-support, and many other features.
-
-Finding Documentation for NetBeans IDE
-
-Release information on NetBeans IDE 6.9 can be found at at 
-http://www.netbeans.org/community/releases/69/index.html</a>.</li>
-
-The index of IDE documentation can be found at
-http://www.netbeans.org/kb/index.html
-This document also provides links to further documentation.  
-
-Help documentation is available within the IDE. From the main menu, choose Help > Help Contents. 
-The Help menu also provides links to other useful documents.
-
-
diff --git a/api.annotations.common/manifest.mf b/api.annotations.common/manifest.mf
index 9003cf0..1e4296f 100644
--- a/api.annotations.common/manifest.mf
+++ b/api.annotations.common/manifest.mf
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
 AutoUpdate-Show-In-Client: false
 OpenIDE-Module: org.netbeans.api.annotations.common/1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/annotations/common/resources/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.5.1
+OpenIDE-Module-Specification-Version: 1.8.1
 
diff --git a/api.annotations.common/nbproject/org-netbeans-api-annotations-common.sig b/api.annotations.common/nbproject/org-netbeans-api-annotations-common.sig
index 1750078..f16b549 100644
--- a/api.annotations.common/nbproject/org-netbeans-api-annotations-common.sig
+++ b/api.annotations.common/nbproject/org-netbeans-api-annotations-common.sig
@@ -1,5 +1,5 @@
 #Signature file v4.1
-#Version 1.3
+#Version 1.5
 
 CLSS public abstract interface java.lang.annotation.Annotation
 meth public abstract boolean equals(java.lang.Object)
@@ -79,3 +79,5 @@ CLSS public abstract interface !annotation org.netbeans.api.annotations.common.S
 intf java.lang.annotation.Annotation
 meth public abstract !hasdefault java.lang.String[] value()
 
+CLSS abstract interface org.netbeans.api.annotations.common.package-info
+
diff --git a/api.progress/manifest.mf b/api.progress/manifest.mf
index c74eb11..57f6047 100644
--- a/api.progress/manifest.mf
+++ b/api.progress/manifest.mf
@@ -3,5 +3,5 @@ OpenIDE-Module: org.netbeans.api.progress/1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/progress/module/resources/Bundle.properties
 OpenIDE-Module-Recommends: org.netbeans.modules.progress.spi.ProgressUIWorkerProvider, org.netbeans.modules.progress.spi.RunOffEDTProvider
 AutoUpdate-Essential-Module: true
-OpenIDE-Module-Specification-Version: 1.20.1
+OpenIDE-Module-Specification-Version: 1.23.1
 
diff --git a/api.progress/nbproject/org-netbeans-api-progress.sig b/api.progress/nbproject/org-netbeans-api-progress.sig
index 147b9c5..b172669 100644
--- a/api.progress/nbproject/org-netbeans-api-progress.sig
+++ b/api.progress/nbproject/org-netbeans-api-progress.sig
@@ -1,8 +1,8 @@
 #Signature file v4.1
-#Version 1.16.0
+#Version 1.20
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -45,12 +45,19 @@ meth public static org.netbeans.api.progress.ProgressHandle createSystemHandle(j
 meth public static org.netbeans.api.progress.ProgressHandle createSystemHandle(java.lang.String,org.openide.util.Cancellable,javax.swing.Action)
 supr java.lang.Object
 
+CLSS public abstract interface org.netbeans.api.progress.ProgressRunnable<%0 extends java.lang.Object>
+meth public abstract {org.netbeans.api.progress.ProgressRunnable%0} run(org.netbeans.api.progress.ProgressHandle)
+
 CLSS public final org.netbeans.api.progress.ProgressUtils
+meth public static <%0 extends java.lang.Object> java.util.concurrent.Future<{%%0}> showProgressDialogAndRunLater(org.netbeans.api.progress.ProgressRunnable<{%%0}>,org.netbeans.api.progress.ProgressHandle,boolean)
+meth public static <%0 extends java.lang.Object> {%%0} showProgressDialogAndRun(org.netbeans.api.progress.ProgressRunnable<{%%0}>,java.lang.String,boolean)
 meth public static void runOffEventDispatchThread(java.lang.Runnable,java.lang.String,java.util.concurrent.atomic.AtomicBoolean,boolean)
 meth public static void runOffEventDispatchThread(java.lang.Runnable,java.lang.String,java.util.concurrent.atomic.AtomicBoolean,boolean,int,int)
+meth public static void showProgressDialogAndRun(java.lang.Runnable,java.lang.String)
+meth public static void showProgressDialogAndRun(java.lang.Runnable,org.netbeans.api.progress.ProgressHandle,boolean)
 supr java.lang.Object
 hfds DISPLAY_DIALOG_MS,DISPLAY_WAIT_CURSOR_MS,PROVIDER
-hcls Trivial
+hcls RunnableWrapper,Trivial
 
 CLSS public final org.netbeans.api.progress.aggregate.AggregateProgressFactory
 meth public static javax.swing.JComponent createProgressComponent(org.netbeans.api.progress.aggregate.AggregateProgressHandle)
@@ -88,3 +95,125 @@ meth public abstract void finished(org.netbeans.api.progress.aggregate.ProgressC
 meth public abstract void progressed(org.netbeans.api.progress.aggregate.ProgressContributor)
 meth public abstract void started(org.netbeans.api.progress.aggregate.ProgressContributor)
 
+CLSS public org.netbeans.modules.progress.spi.Controller
+cons public init(org.netbeans.modules.progress.spi.ProgressUIWorker)
+fld protected javax.swing.Timer timer
+fld public final static int INITIAL_DELAY = 500
+fld public static org.netbeans.modules.progress.spi.Controller defaultInstance
+meth protected void resetTimer(int,boolean)
+meth public java.awt.Component getVisualComponent()
+meth public org.netbeans.modules.progress.spi.TaskModel getModel()
+meth public static org.netbeans.modules.progress.spi.Controller getDefault()
+meth public void runNow()
+supr java.lang.Object
+hfds TIMER_QUANTUM,component,dispatchRunning,eventQueue,model,timerStart
+
+CLSS public abstract interface org.netbeans.modules.progress.spi.ExtractedProgressUIWorker
+intf org.netbeans.modules.progress.spi.ProgressUIWorker
+meth public abstract javax.swing.JComponent getProgressComponent()
+meth public abstract javax.swing.JLabel getDetailLabelComponent()
+meth public abstract javax.swing.JLabel getMainLabelComponent()
+
+CLSS public final org.netbeans.modules.progress.spi.InternalHandle
+cons public init(java.lang.String,org.openide.util.Cancellable,boolean,javax.swing.Action)
+fld public final static int NO_INCREASE = -2
+fld public final static int STATE_FINISHED = 2
+fld public final static int STATE_INITIALIZED = 0
+fld public final static int STATE_REQUEST_STOP = 3
+fld public final static int STATE_RUNNING = 1
+meth public boolean isAllowCancel()
+meth public boolean isAllowView()
+meth public boolean isCustomPlaced()
+meth public boolean isInSleepMode()
+meth public boolean isUserInitialized()
+meth public double getPercentageDone()
+meth public int getInitialDelay()
+meth public int getState()
+meth public int getTotalUnits()
+meth public java.lang.String getDisplayName()
+meth public javax.swing.JComponent extractComponent()
+meth public javax.swing.JLabel extractDetailLabel()
+meth public javax.swing.JLabel extractMainLabel()
+meth public long getTimeStampStarted()
+meth public org.netbeans.modules.progress.spi.ProgressEvent requestStateSnapshot()
+meth public void finish()
+meth public void progress(java.lang.String,int)
+meth public void requestCancel()
+meth public void requestDisplayNameChange(java.lang.String)
+meth public void requestExplicitSelection()
+meth public void requestView()
+meth public void setInitialDelay(int)
+meth public void start(java.lang.String,int,long)
+meth public void toDeterminate(int,long)
+meth public void toIndeterminate()
+meth public void toSilent(java.lang.String)
+supr java.lang.Object
+hfds LOG,cancelable,component,controller,currentUnit,customPlaced1,customPlaced2,customPlaced3,displayName,initialDelay,initialEstimate,lastMessage,state,timeLastProgress,timeSleepy,timeStarted,totalUnits,userInitiated,viewAction
+
+CLSS public final org.netbeans.modules.progress.spi.ProgressEvent
+cons public init(org.netbeans.modules.progress.spi.InternalHandle,int,boolean)
+cons public init(org.netbeans.modules.progress.spi.InternalHandle,int,boolean,java.lang.String)
+cons public init(org.netbeans.modules.progress.spi.InternalHandle,java.lang.String,int,double,long,boolean)
+cons public init(org.netbeans.modules.progress.spi.InternalHandle,java.lang.String,int,double,long,boolean,java.lang.String)
+fld public final static int TYPE_FINISH = 4
+fld public final static int TYPE_PROGRESS = 1
+fld public final static int TYPE_REQUEST_STOP = 3
+fld public final static int TYPE_SILENT = 6
+fld public final static int TYPE_START = 0
+fld public final static int TYPE_SWITCH = 5
+meth public boolean isSwitched()
+meth public boolean isWatched()
+meth public double getPercentageDone()
+meth public int getType()
+meth public int getWorkunitsDone()
+meth public java.lang.String getDisplayName()
+meth public java.lang.String getMessage()
+meth public long getEstimatedCompletion()
+meth public org.netbeans.modules.progress.spi.InternalHandle getSource()
+meth public void copyMessageFromEarlier(org.netbeans.modules.progress.spi.ProgressEvent)
+meth public void markAsSwitched()
+supr java.lang.Object
+hfds displayName,estimatedCompletion,message,percentageDone,source,switched,type,watched,workunitsDone
+
+CLSS public abstract interface org.netbeans.modules.progress.spi.ProgressUIWorker
+meth public abstract void processProgressEvent(org.netbeans.modules.progress.spi.ProgressEvent)
+meth public abstract void processSelectedProgressEvent(org.netbeans.modules.progress.spi.ProgressEvent)
+
+CLSS public abstract interface org.netbeans.modules.progress.spi.ProgressUIWorkerProvider
+meth public abstract org.netbeans.modules.progress.spi.ExtractedProgressUIWorker getExtractedComponentWorker()
+meth public abstract org.netbeans.modules.progress.spi.ProgressUIWorkerWithModel getDefaultWorker()
+
+CLSS public abstract interface org.netbeans.modules.progress.spi.ProgressUIWorkerWithModel
+intf org.netbeans.modules.progress.spi.ProgressUIWorker
+meth public abstract void setModel(org.netbeans.modules.progress.spi.TaskModel)
+meth public abstract void showPopup()
+
+CLSS public abstract interface org.netbeans.modules.progress.spi.RunOffEDTProvider
+innr public abstract interface static Progress
+meth public abstract void runOffEventDispatchThread(java.lang.Runnable,java.lang.String,java.util.concurrent.atomic.AtomicBoolean,boolean,int,int)
+
+CLSS public abstract interface static org.netbeans.modules.progress.spi.RunOffEDTProvider$Progress
+ outer org.netbeans.modules.progress.spi.RunOffEDTProvider
+intf org.netbeans.modules.progress.spi.RunOffEDTProvider
+meth public abstract <%0 extends java.lang.Object> java.util.concurrent.Future<{%%0}> showProgressDialogAndRunLater(org.netbeans.api.progress.ProgressRunnable<{%%0}>,org.netbeans.api.progress.ProgressHandle,boolean)
+meth public abstract <%0 extends java.lang.Object> {%%0} showProgressDialogAndRun(org.netbeans.api.progress.ProgressRunnable<{%%0}>,java.lang.String,boolean)
+meth public abstract void showProgressDialogAndRun(java.lang.Runnable,org.netbeans.api.progress.ProgressHandle,boolean)
+
+CLSS public final org.netbeans.modules.progress.spi.TaskModel
+cons public init()
+meth public int getSize()
+meth public org.netbeans.modules.progress.spi.InternalHandle getExplicitSelection()
+meth public org.netbeans.modules.progress.spi.InternalHandle getSelectedHandle()
+meth public org.netbeans.modules.progress.spi.InternalHandle[] getHandles()
+meth public void addHandle(org.netbeans.modules.progress.spi.InternalHandle)
+meth public void addListDataListener(javax.swing.event.ListDataListener)
+meth public void addListSelectionListener(javax.swing.event.ListSelectionListener)
+meth public void explicitlySelect(org.netbeans.modules.progress.spi.InternalHandle)
+meth public void removeHandle(org.netbeans.modules.progress.spi.InternalHandle)
+meth public void removeListDataListener(javax.swing.event.ListDataListener)
+meth public void removeListSelectionListener(javax.swing.event.ListSelectionListener)
+supr java.lang.Object
+hfds explicit,model,selectionModel
+
+CLSS abstract interface org.netbeans.modules.progress.spi.package-info
+
diff --git a/api.progress/src/org/netbeans/modules/progress/spi/InternalHandle.java b/api.progress/src/org/netbeans/modules/progress/spi/InternalHandle.java
index 7cfb094..c749076 100644
--- a/api.progress/src/org/netbeans/modules/progress/spi/InternalHandle.java
+++ b/api.progress/src/org/netbeans/modules/progress/spi/InternalHandle.java
@@ -233,7 +233,7 @@ public final class InternalHandle {
      */
     public synchronized void finish() {
         if (state == STATE_INITIALIZED) {
-            throw new IllegalStateException("Cannot finish not a started task");
+            throw new IllegalStateException("Cannot finish a task that was never started");
         }
         if (state == STATE_FINISHED) {
             return;
diff --git a/api.visual/apichanges.xml b/api.visual/apichanges.xml
index 38e7da7..830a4db 100644
--- a/api.visual/apichanges.xml
+++ b/api.visual/apichanges.xml
@@ -742,6 +742,21 @@ made subject to such option by the copyright holder.
             <class package="org.netbeans.api.visual.action" name="ContiguousSelectEvent" link="yes"/>
             <issue number="144139"/>
         </change>
+        <change>
+            <api name="general"/>
+            <summary>Enhancement of the old layout and adding the possibility of minimizing the gaps between nodes.</summary>
+            <version major="2" minor="25"/>
+            <date day="17" month="5" year="2010"/>
+            <author login="ep-nb"/>
+            <compatibility addition="yes"/>
+            <description>
+                The old layout was improved in a way that nodes in a subtree are vertically aligned by the center of the super nodes. Also the possibility of overlapping in the old layout was removed by adding an approach based on the envelope of the (sub)trees.
+                The second improvement was done by adding the possibility of minimizing the gaps between nodes. If a tree was very wide, the old layout used a lot of space. To prevent this the new algorithm with the possibility of minimization of gaps is based on the envelope. Therefore subtrees move as close together as possible. 
+            </description>
+            <class package="org.netbeans.api.visual.graph.layout" name="GraphLayoutFactory" link="yes"/>
+            <class package="org.netbeans.api.visual.graph.layout" name="GraphLayoutSupport" link="yes"/>
+            <issue number="178705"/>
+        </change>
     </changes>
 
     <htmlcontents>
diff --git a/api.visual/manifest.mf b/api.visual/manifest.mf
index 2ef06d8..a1600c0 100644
--- a/api.visual/manifest.mf
+++ b/api.visual/manifest.mf
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.api.visual
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/visual/resources/Bundle.properties
-OpenIDE-Module-Specification-Version: 2.23.1
+OpenIDE-Module-Specification-Version: 2.27.1
 AutoUpdate-Essential-Module: true
 
diff --git a/api.visual/nbproject/org-netbeans-api-visual.sig b/api.visual/nbproject/org-netbeans-api-visual.sig
index 5298f15..9d41aaf 100644
--- a/api.visual/nbproject/org-netbeans-api-visual.sig
+++ b/api.visual/nbproject/org-netbeans-api-visual.sig
@@ -1,5 +1,5 @@
 #Signature file v4.1
-#Version 2.21
+#Version 2.23
 
 CLSS public abstract interface java.io.Serializable
 
@@ -7,7 +7,7 @@ CLSS public abstract interface java.lang.Comparable<%0 extends java.lang.Object>
 meth public abstract int compareTo({java.lang.Comparable%0})
 
 CLSS public abstract java.lang.Enum<%0 extends java.lang.Enum<{java.lang.Enum%0}>>
-cons protected Enum(java.lang.String,int)
+cons protected init(java.lang.String,int)
 intf java.io.Serializable
 intf java.lang.Comparable<{java.lang.Enum%0}>
 meth protected final java.lang.Object clone() throws java.lang.CloneNotSupportedException
@@ -24,7 +24,7 @@ supr java.lang.Object
 hfds name,ordinal
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -153,6 +153,7 @@ supr java.lang.Object
 hfds choosenLocalLocation,choosenWidget,previouslyChoosenLocalLocation,previouslyChoosenWidget,selectionType
 
 CLSS public final static !enum org.netbeans.api.visual.action.ContiguousSelectEvent$SelectionType
+ outer org.netbeans.api.visual.action.ContiguousSelectEvent
 fld public final static org.netbeans.api.visual.action.ContiguousSelectEvent$SelectionType ADDITIVE_CONTIGUOUS
 fld public final static org.netbeans.api.visual.action.ContiguousSelectEvent$SelectionType ADDITIVE_NON_CONTIGUOUS
 fld public final static org.netbeans.api.visual.action.ContiguousSelectEvent$SelectionType REPLACE_CONTIGUOUS
@@ -187,12 +188,14 @@ meth public abstract void notifyOpened(org.netbeans.api.visual.action.InplaceEdi
 meth public abstract {org.netbeans.api.visual.action.InplaceEditorProvider%0} createEditorComponent(org.netbeans.api.visual.action.InplaceEditorProvider$EditorController,org.netbeans.api.visual.widget.Widget)
 
 CLSS public abstract interface static org.netbeans.api.visual.action.InplaceEditorProvider$EditorController
+ outer org.netbeans.api.visual.action.InplaceEditorProvider
 meth public abstract boolean isEditorVisible()
 meth public abstract boolean openEditor(org.netbeans.api.visual.widget.Widget)
 meth public abstract void closeEditor(boolean)
 meth public abstract void notifyEditorComponentBoundsChanged()
 
 CLSS public final static !enum org.netbeans.api.visual.action.InplaceEditorProvider$EditorInvocationType
+ outer org.netbeans.api.visual.action.InplaceEditorProvider
 fld public final static org.netbeans.api.visual.action.InplaceEditorProvider$EditorInvocationType CODE
 fld public final static org.netbeans.api.visual.action.InplaceEditorProvider$EditorInvocationType KEY
 fld public final static org.netbeans.api.visual.action.InplaceEditorProvider$EditorInvocationType MOUSE
@@ -201,6 +204,7 @@ meth public static org.netbeans.api.visual.action.InplaceEditorProvider$EditorIn
 supr java.lang.Enum<org.netbeans.api.visual.action.InplaceEditorProvider$EditorInvocationType>
 
 CLSS public final static !enum org.netbeans.api.visual.action.InplaceEditorProvider$ExpansionDirection
+ outer org.netbeans.api.visual.action.InplaceEditorProvider
 fld public final static org.netbeans.api.visual.action.InplaceEditorProvider$ExpansionDirection BOTTOM
 fld public final static org.netbeans.api.visual.action.InplaceEditorProvider$ExpansionDirection LEFT
 fld public final static org.netbeans.api.visual.action.InplaceEditorProvider$ExpansionDirection RIGHT
@@ -210,6 +214,7 @@ meth public static org.netbeans.api.visual.action.InplaceEditorProvider$Expansio
 supr java.lang.Enum<org.netbeans.api.visual.action.InplaceEditorProvider$ExpansionDirection>
 
 CLSS public abstract interface static org.netbeans.api.visual.action.InplaceEditorProvider$TypedEditorController
+ outer org.netbeans.api.visual.action.InplaceEditorProvider
 intf org.netbeans.api.visual.action.InplaceEditorProvider$EditorController
 meth public abstract org.netbeans.api.visual.action.InplaceEditorProvider$EditorInvocationType getEditorInvocationType()
 
@@ -257,6 +262,7 @@ meth public abstract void resizingFinished(org.netbeans.api.visual.widget.Widget
 meth public abstract void resizingStarted(org.netbeans.api.visual.widget.Widget)
 
 CLSS public final static !enum org.netbeans.api.visual.action.ResizeProvider$ControlPoint
+ outer org.netbeans.api.visual.action.ResizeProvider
 fld public final static org.netbeans.api.visual.action.ResizeProvider$ControlPoint BOTTOM_CENTER
 fld public final static org.netbeans.api.visual.action.ResizeProvider$ControlPoint BOTTOM_LEFT
 fld public final static org.netbeans.api.visual.action.ResizeProvider$ControlPoint BOTTOM_RIGHT
@@ -320,7 +326,8 @@ meth public abstract org.netbeans.api.visual.action.WidgetAction$State mouseRele
 meth public abstract org.netbeans.api.visual.action.WidgetAction$State mouseWheelMoved(org.netbeans.api.visual.widget.Widget,org.netbeans.api.visual.action.WidgetAction$WidgetMouseWheelEvent)
 
 CLSS public static org.netbeans.api.visual.action.WidgetAction$Adapter
-cons public Adapter()
+ outer org.netbeans.api.visual.action.WidgetAction
+cons public init()
 intf org.netbeans.api.visual.action.WidgetAction
 meth public org.netbeans.api.visual.action.WidgetAction$State dragEnter(org.netbeans.api.visual.widget.Widget,org.netbeans.api.visual.action.WidgetAction$WidgetDropTargetDragEvent)
 meth public org.netbeans.api.visual.action.WidgetAction$State dragExit(org.netbeans.api.visual.widget.Widget,org.netbeans.api.visual.action.WidgetAction$WidgetDropTargetEvent)
@@ -343,7 +350,8 @@ meth public org.netbeans.api.visual.action.WidgetAction$State mouseWheelMoved(or
 supr java.lang.Object
 
 CLSS public final static org.netbeans.api.visual.action.WidgetAction$Chain
-cons public Chain()
+ outer org.netbeans.api.visual.action.WidgetAction
+cons public init()
 intf org.netbeans.api.visual.action.WidgetAction
 meth public java.util.List<org.netbeans.api.visual.action.WidgetAction> getActions()
 meth public org.netbeans.api.visual.action.WidgetAction$State dragEnter(org.netbeans.api.visual.widget.Widget,org.netbeans.api.visual.action.WidgetAction$WidgetDropTargetDragEvent)
@@ -372,7 +380,8 @@ supr java.lang.Object
 hfds actions,actionsUm
 
 CLSS public abstract static org.netbeans.api.visual.action.WidgetAction$LockedAdapter
-cons public LockedAdapter()
+ outer org.netbeans.api.visual.action.WidgetAction
+cons public init()
 intf org.netbeans.api.visual.action.WidgetAction
 meth protected abstract boolean isLocked()
 meth public org.netbeans.api.visual.action.WidgetAction$State dragEnter(org.netbeans.api.visual.widget.Widget,org.netbeans.api.visual.action.WidgetAction$WidgetDropTargetDragEvent)
@@ -396,6 +405,7 @@ meth public org.netbeans.api.visual.action.WidgetAction$State mouseWheelMoved(or
 supr java.lang.Object
 
 CLSS public abstract static org.netbeans.api.visual.action.WidgetAction$State
+ outer org.netbeans.api.visual.action.WidgetAction
 fld public final static org.netbeans.api.visual.action.WidgetAction$State CHAIN_ONLY
 fld public final static org.netbeans.api.visual.action.WidgetAction$State CONSUMED
 fld public final static org.netbeans.api.visual.action.WidgetAction$State REJECTED
@@ -407,7 +417,8 @@ meth public static org.netbeans.api.visual.action.WidgetAction$State createLocke
 supr java.lang.Object
 
 CLSS public final static org.netbeans.api.visual.action.WidgetAction$WidgetDropTargetDragEvent
-cons public WidgetDropTargetDragEvent(long,java.awt.dnd.DropTargetDragEvent)
+ outer org.netbeans.api.visual.action.WidgetAction
+cons public init(long,java.awt.dnd.DropTargetDragEvent)
 intf org.netbeans.api.visual.action.WidgetAction$WidgetLocationEvent
 meth public boolean isDataFlavorSupported(java.awt.datatransfer.DataFlavor)
 meth public int getDropAction()
@@ -426,7 +437,8 @@ supr java.lang.Object
 hfds event,id,x,y
 
 CLSS public final static org.netbeans.api.visual.action.WidgetAction$WidgetDropTargetDropEvent
-cons public WidgetDropTargetDropEvent(long,java.awt.dnd.DropTargetDropEvent)
+ outer org.netbeans.api.visual.action.WidgetAction
+cons public init(long,java.awt.dnd.DropTargetDropEvent)
 intf org.netbeans.api.visual.action.WidgetAction$WidgetLocationEvent
 meth public boolean isDataFlavorSupported(java.awt.datatransfer.DataFlavor)
 meth public boolean isLocalTransfer()
@@ -446,7 +458,8 @@ supr java.lang.Object
 hfds event,id,x,y
 
 CLSS public final static org.netbeans.api.visual.action.WidgetAction$WidgetDropTargetEvent
-cons public WidgetDropTargetEvent(long,java.awt.dnd.DropTargetEvent)
+ outer org.netbeans.api.visual.action.WidgetAction
+cons public init(long,java.awt.dnd.DropTargetEvent)
 intf org.netbeans.api.visual.action.WidgetAction$WidgetEvent
 meth public java.awt.dnd.DropTargetContext getDropTargetContext()
 meth public long getEventID()
@@ -454,10 +467,12 @@ supr java.lang.Object
 hfds event,id
 
 CLSS public abstract interface static org.netbeans.api.visual.action.WidgetAction$WidgetEvent
+ outer org.netbeans.api.visual.action.WidgetAction
 meth public abstract long getEventID()
 
 CLSS public final static org.netbeans.api.visual.action.WidgetAction$WidgetFocusEvent
-cons public WidgetFocusEvent(long,java.awt.event.FocusEvent)
+ outer org.netbeans.api.visual.action.WidgetAction
+cons public init(long,java.awt.event.FocusEvent)
 intf org.netbeans.api.visual.action.WidgetAction$WidgetEvent
 meth public boolean isTemporary()
 meth public java.lang.Object getOppositeComponent()
@@ -467,7 +482,8 @@ supr java.lang.Object
 hfds event,id
 
 CLSS public final static org.netbeans.api.visual.action.WidgetAction$WidgetKeyEvent
-cons public WidgetKeyEvent(long,java.awt.event.KeyEvent)
+ outer org.netbeans.api.visual.action.WidgetAction
+cons public init(long,java.awt.event.KeyEvent)
 intf org.netbeans.api.visual.action.WidgetAction$WidgetEvent
 meth public boolean isActionKey()
 meth public boolean isAltDown()
@@ -486,13 +502,15 @@ supr java.lang.Object
 hfds event,id
 
 CLSS public abstract interface static org.netbeans.api.visual.action.WidgetAction$WidgetLocationEvent
+ outer org.netbeans.api.visual.action.WidgetAction
 intf org.netbeans.api.visual.action.WidgetAction$WidgetEvent
 meth public abstract java.awt.Point getPoint()
 meth public abstract void setPoint(java.awt.Point)
 meth public abstract void translatePoint(int,int)
 
 CLSS public final static org.netbeans.api.visual.action.WidgetAction$WidgetMouseEvent
-cons public WidgetMouseEvent(long,java.awt.event.MouseEvent)
+ outer org.netbeans.api.visual.action.WidgetAction
+cons public init(long,java.awt.event.MouseEvent)
 intf org.netbeans.api.visual.action.WidgetAction$WidgetLocationEvent
 meth public boolean isAltDown()
 meth public boolean isAltGraphDown()
@@ -513,7 +531,8 @@ supr java.lang.Object
 hfds event,id,x,y
 
 CLSS public final static org.netbeans.api.visual.action.WidgetAction$WidgetMouseWheelEvent
-cons public WidgetMouseWheelEvent(long,java.awt.event.MouseWheelEvent)
+ outer org.netbeans.api.visual.action.WidgetAction
+cons public init(long,java.awt.event.MouseWheelEvent)
 intf org.netbeans.api.visual.action.WidgetAction$WidgetLocationEvent
 meth public boolean isAltDown()
 meth public boolean isAltGraphDown()
@@ -538,7 +557,7 @@ supr java.lang.Object
 hfds event,id,x,y
 
 CLSS public abstract org.netbeans.api.visual.anchor.Anchor
-cons protected Anchor(org.netbeans.api.visual.widget.Widget)
+cons protected init(org.netbeans.api.visual.widget.Widget)
 fld public final static java.util.EnumSet<org.netbeans.api.visual.anchor.Anchor$Direction> DIRECTION_ANY
 innr public abstract interface static Entry
 innr public final Result
@@ -566,6 +585,7 @@ supr java.lang.Object
 hfds attachedToWidget,entries,relatedWidget
 
 CLSS public final static !enum org.netbeans.api.visual.anchor.Anchor$Direction
+ outer org.netbeans.api.visual.anchor.Anchor
 fld public final static org.netbeans.api.visual.anchor.Anchor$Direction BOTTOM
 fld public final static org.netbeans.api.visual.anchor.Anchor$Direction LEFT
 fld public final static org.netbeans.api.visual.anchor.Anchor$Direction RIGHT
@@ -575,6 +595,7 @@ meth public static org.netbeans.api.visual.anchor.Anchor$Direction[] values()
 supr java.lang.Enum<org.netbeans.api.visual.anchor.Anchor$Direction>
 
 CLSS public abstract interface static org.netbeans.api.visual.anchor.Anchor$Entry
+ outer org.netbeans.api.visual.anchor.Anchor
 meth public abstract boolean isAttachedToConnectionSource()
 meth public abstract org.netbeans.api.visual.anchor.Anchor getAttachedAnchor()
 meth public abstract org.netbeans.api.visual.anchor.Anchor getOppositeAnchor()
@@ -582,8 +603,9 @@ meth public abstract org.netbeans.api.visual.widget.ConnectionWidget getAttached
 meth public abstract void revalidateEntry()
 
 CLSS public final org.netbeans.api.visual.anchor.Anchor$Result
-cons public Result(java.awt.Point,java.util.EnumSet<org.netbeans.api.visual.anchor.Anchor$Direction>)
-cons public Result(org.netbeans.api.visual.anchor.Anchor,java.awt.Point,org.netbeans.api.visual.anchor.Anchor$Direction)
+ outer org.netbeans.api.visual.anchor.Anchor
+cons public init(java.awt.Point,java.util.EnumSet<org.netbeans.api.visual.anchor.Anchor$Direction>)
+cons public init(org.netbeans.api.visual.anchor.Anchor,java.awt.Point,org.netbeans.api.visual.anchor.Anchor$Direction)
 meth public java.awt.Point getAnchorSceneLocation()
 meth public java.util.EnumSet<org.netbeans.api.visual.anchor.Anchor$Direction> getDirections()
 supr java.lang.Object
@@ -603,6 +625,7 @@ meth public static org.netbeans.api.visual.anchor.Anchor createRectangularAnchor
 supr java.lang.Object
 
 CLSS public final static !enum org.netbeans.api.visual.anchor.AnchorFactory$DirectionalAnchorKind
+ outer org.netbeans.api.visual.anchor.AnchorFactory
 fld public final static org.netbeans.api.visual.anchor.AnchorFactory$DirectionalAnchorKind HORIZONTAL
 fld public final static org.netbeans.api.visual.anchor.AnchorFactory$DirectionalAnchorKind VERTICAL
 meth public static org.netbeans.api.visual.anchor.AnchorFactory$DirectionalAnchorKind valueOf(java.lang.String)
@@ -632,6 +655,7 @@ meth public static org.netbeans.api.visual.anchor.AnchorShapeLocationResolver cr
 supr java.lang.Object
 
 CLSS public final static !enum org.netbeans.api.visual.anchor.AnchorShapeFactory$ConnectionEnd
+ outer org.netbeans.api.visual.anchor.AnchorShapeFactory
 fld public final static org.netbeans.api.visual.anchor.AnchorShapeFactory$ConnectionEnd SOURCE
 fld public final static org.netbeans.api.visual.anchor.AnchorShapeFactory$ConnectionEnd TARGET
 meth public static org.netbeans.api.visual.anchor.AnchorShapeFactory$ConnectionEnd valueOf(java.lang.String)
@@ -654,7 +678,7 @@ meth public static org.netbeans.api.visual.anchor.PointShape createPointShape(in
 supr java.lang.Object
 
 CLSS public abstract org.netbeans.api.visual.animator.Animator
-cons protected Animator(org.netbeans.api.visual.animator.SceneAnimator)
+cons protected init(org.netbeans.api.visual.animator.SceneAnimator)
 meth protected abstract void tick(double)
 meth protected final org.netbeans.api.visual.widget.Scene getScene()
 meth protected final void start()
@@ -678,7 +702,7 @@ meth public abstract void animatorReset(org.netbeans.api.visual.animator.Animato
 meth public abstract void animatorStarted(org.netbeans.api.visual.animator.AnimatorEvent)
 
 CLSS public final org.netbeans.api.visual.animator.SceneAnimator
-cons public SceneAnimator(org.netbeans.api.visual.widget.Scene)
+cons public init(org.netbeans.api.visual.widget.Scene)
 meth public boolean isAnimatingBackgroundColor(org.netbeans.api.visual.widget.Widget)
 meth public boolean isAnimatingForegroundColor(org.netbeans.api.visual.widget.Widget)
 meth public boolean isAnimatingPreferredBounds(org.netbeans.api.visual.widget.Widget)
@@ -763,6 +787,7 @@ meth public static java.util.ArrayList<org.netbeans.api.visual.export.WidgetPoly
 supr java.lang.Object
 
 CLSS public final static !enum org.netbeans.api.visual.export.SceneExporter$ImageType
+ outer org.netbeans.api.visual.export.SceneExporter
 fld public final static org.netbeans.api.visual.export.SceneExporter$ImageType JPG
 fld public final static org.netbeans.api.visual.export.SceneExporter$ImageType PNG
 meth public static org.netbeans.api.visual.export.SceneExporter$ImageType valueOf(java.lang.String)
@@ -770,6 +795,7 @@ meth public static org.netbeans.api.visual.export.SceneExporter$ImageType[] valu
 supr java.lang.Enum<org.netbeans.api.visual.export.SceneExporter$ImageType>
 
 CLSS public final static !enum org.netbeans.api.visual.export.SceneExporter$ZoomType
+ outer org.netbeans.api.visual.export.SceneExporter
 fld public final static org.netbeans.api.visual.export.SceneExporter$ZoomType ACTUAL_SIZE
 fld public final static org.netbeans.api.visual.export.SceneExporter$ZoomType CURRENT_ZOOM_LEVEL
 fld public final static org.netbeans.api.visual.export.SceneExporter$ZoomType CUSTOM_SIZE
@@ -779,14 +805,14 @@ meth public static org.netbeans.api.visual.export.SceneExporter$ZoomType[] value
 supr java.lang.Enum<org.netbeans.api.visual.export.SceneExporter$ZoomType>
 
 CLSS public final org.netbeans.api.visual.export.WidgetPolygonalCoordinates
-cons public WidgetPolygonalCoordinates(org.netbeans.api.visual.widget.Widget,java.awt.Polygon)
+cons public init(org.netbeans.api.visual.widget.Widget,java.awt.Polygon)
 meth public java.awt.Polygon getPolygon()
 meth public org.netbeans.api.visual.widget.Widget getWidget()
 supr java.lang.Object
 hfds polygon,widget
 
 CLSS public abstract org.netbeans.api.visual.graph.GraphPinScene<%0 extends java.lang.Object, %1 extends java.lang.Object, %2 extends java.lang.Object>
-cons public GraphPinScene()
+cons public init()
 innr public abstract static StringGraph
 meth protected abstract org.netbeans.api.visual.widget.Widget attachEdgeWidget({org.netbeans.api.visual.graph.GraphPinScene%1})
 meth protected abstract org.netbeans.api.visual.widget.Widget attachNodeWidget({org.netbeans.api.visual.graph.GraphPinScene%0})
@@ -825,11 +851,12 @@ supr org.netbeans.api.visual.model.ObjectScene
 hfds edgeSourcePins,edgeTargetPins,edges,edgesUm,nodePins,nodes,nodesUm,pinInputEdges,pinNodes,pinOutputEdges,pins,pinsUm
 
 CLSS public abstract static org.netbeans.api.visual.graph.GraphPinScene$StringGraph
-cons public StringGraph()
+ outer org.netbeans.api.visual.graph.GraphPinScene
+cons public init()
 supr org.netbeans.api.visual.graph.GraphPinScene<java.lang.String,java.lang.String,java.lang.String>
 
 CLSS public abstract org.netbeans.api.visual.graph.GraphScene<%0 extends java.lang.Object, %1 extends java.lang.Object>
-cons public GraphScene()
+cons public init()
 innr public abstract static StringGraph
 meth protected abstract org.netbeans.api.visual.widget.Widget attachEdgeWidget({org.netbeans.api.visual.graph.GraphScene%1})
 meth protected abstract org.netbeans.api.visual.widget.Widget attachNodeWidget({org.netbeans.api.visual.graph.GraphScene%0})
@@ -858,11 +885,12 @@ supr org.netbeans.api.visual.model.ObjectScene
 hfds edgeSourceNodes,edgeTargetNodes,edges,edgesUm,nodeInputEdges,nodeOutputEdges,nodes,nodesUm
 
 CLSS public abstract static org.netbeans.api.visual.graph.GraphScene$StringGraph
-cons public StringGraph()
+ outer org.netbeans.api.visual.graph.GraphScene
+cons public init()
 supr org.netbeans.api.visual.graph.GraphScene<java.lang.String,java.lang.String>
 
 CLSS public abstract org.netbeans.api.visual.graph.layout.GraphLayout<%0 extends java.lang.Object, %1 extends java.lang.Object>
-cons public GraphLayout()
+cons public init()
 meth protected abstract void performGraphLayout(org.netbeans.api.visual.graph.layout.UniversalGraph<{org.netbeans.api.visual.graph.layout.GraphLayout%0},{org.netbeans.api.visual.graph.layout.GraphLayout%1}>)
 meth protected abstract void performNodesLayout(org.netbeans.api.visual.graph.layout.UniversalGraph<{org.netbeans.api.visual.graph.layout.GraphLayout%0},{org.netbeans.api.visual.graph.layout.GraphLayout%1}>,java.util.Collection<{org.netbeans.api.visual.graph.layout.GraphLayout%0}>)
 meth protected final void setResolvedNodeLocation(org.netbeans.api.visual.graph.layout.UniversalGraph<{org.netbeans.api.visual.graph.layout.GraphLayout%0},{org.netbeans.api.visual.graph.layout.GraphLayout%1}>,{org.netbeans.api.visual.graph.layout.GraphLayout%0},java.awt.Point)
@@ -878,7 +906,7 @@ supr java.lang.Object
 hfds animated,listeners
 
 CLSS public org.netbeans.api.visual.graph.layout.GraphLayoutFactory
-cons public GraphLayoutFactory()
+cons public init()
 meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> org.netbeans.api.visual.graph.layout.GraphLayout<{%%0},{%%1}> createHierarchicalGraphLayout(org.netbeans.api.visual.graph.GraphScene<{%%0},{%%1}>,boolean)
 meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> org.netbeans.api.visual.graph.layout.GraphLayout<{%%0},{%%1}> createHierarchicalGraphLayout(org.netbeans.api.visual.graph.GraphScene<{%%0},{%%1}>,boolean,boolean)
 meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> org.netbeans.api.visual.graph.layout.GraphLayout<{%%0},{%%1}> createHierarchicalGraphLayout(org.netbeans.api.visual.graph.GraphScene<{%%0},{%%1}>,boolean,boolean,int,int)
@@ -892,13 +920,13 @@ meth public abstract void graphLayoutStarted(org.netbeans.api.visual.graph.layou
 meth public abstract void nodeLocationChanged(org.netbeans.api.visual.graph.layout.UniversalGraph<{org.netbeans.api.visual.graph.layout.GraphLayoutListener%0},{org.netbeans.api.visual.graph.layout.GraphLayoutListener%1}>,{org.netbeans.api.visual.graph.layout.GraphLayoutListener%0},java.awt.Point,java.awt.Point)
 
 CLSS public org.netbeans.api.visual.graph.layout.GraphLayoutSupport
-cons public GraphLayoutSupport()
+cons public init()
 meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> void setTreeGraphLayoutProperties(org.netbeans.api.visual.graph.layout.GraphLayout<{%%0},{%%1}>,int,int,int,int,boolean)
 meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> void setTreeGraphLayoutRootNode(org.netbeans.api.visual.graph.layout.GraphLayout<{%%0},{%%1}>,{%%0})
 supr java.lang.Object
 
 CLSS public final org.netbeans.api.visual.graph.layout.GridGraphLayout<%0 extends java.lang.Object, %1 extends java.lang.Object>
-cons public GridGraphLayout()
+cons public init()
 meth protected void performGraphLayout(org.netbeans.api.visual.graph.layout.UniversalGraph<{org.netbeans.api.visual.graph.layout.GridGraphLayout%0},{org.netbeans.api.visual.graph.layout.GridGraphLayout%1}>)
 meth protected void performNodesLayout(org.netbeans.api.visual.graph.layout.UniversalGraph<{org.netbeans.api.visual.graph.layout.GridGraphLayout%0},{org.netbeans.api.visual.graph.layout.GridGraphLayout%1}>,java.util.Collection<{org.netbeans.api.visual.graph.layout.GridGraphLayout%0}>)
 meth public org.netbeans.api.visual.graph.layout.GridGraphLayout<{org.netbeans.api.visual.graph.layout.GridGraphLayout%0},{org.netbeans.api.visual.graph.layout.GridGraphLayout%1}> setChecker(boolean)
@@ -907,7 +935,7 @@ supr org.netbeans.api.visual.graph.layout.GraphLayout<{org.netbeans.api.visual.g
 hfds checker,horizontalGap,verticalGap
 
 CLSS public org.netbeans.api.visual.graph.layout.TreeGraphLayout<%0 extends java.lang.Object, %1 extends java.lang.Object>
-cons public TreeGraphLayout(org.netbeans.api.visual.graph.GraphScene<{org.netbeans.api.visual.graph.layout.TreeGraphLayout%0},{org.netbeans.api.visual.graph.layout.TreeGraphLayout%1}>,int,int,int,int,boolean)
+cons public init(org.netbeans.api.visual.graph.GraphScene<{org.netbeans.api.visual.graph.layout.TreeGraphLayout%0},{org.netbeans.api.visual.graph.layout.TreeGraphLayout%1}>,int,int,int,int,boolean)
 meth protected java.util.Collection<{org.netbeans.api.visual.graph.layout.TreeGraphLayout%0}> resolveChildren({org.netbeans.api.visual.graph.layout.TreeGraphLayout%0})
 meth protected void performGraphLayout(org.netbeans.api.visual.graph.layout.UniversalGraph)
 meth protected void performNodesLayout(org.netbeans.api.visual.graph.layout.UniversalGraph,java.util.Collection)
@@ -917,7 +945,7 @@ hfds horizontalGap,originX,originY,scene,vertical,verticalGap
 hcls Node
 
 CLSS public abstract org.netbeans.api.visual.graph.layout.UniversalGraph<%0 extends java.lang.Object, %1 extends java.lang.Object>
-cons public UniversalGraph()
+cons public init()
 meth public abstract java.util.Collection<{org.netbeans.api.visual.graph.layout.UniversalGraph%0}> getNodes()
 meth public abstract java.util.Collection<{org.netbeans.api.visual.graph.layout.UniversalGraph%1}> findNodeEdges({org.netbeans.api.visual.graph.layout.UniversalGraph%0},boolean,boolean)
 meth public abstract java.util.Collection<{org.netbeans.api.visual.graph.layout.UniversalGraph%1}> getEdges()
@@ -934,7 +962,7 @@ supr java.lang.Object
 hfds zoomActionModifiers
 
 CLSS public abstract org.netbeans.api.visual.laf.LookFeel
-cons public LookFeel()
+cons public init()
 meth public abstract boolean getOpaque(org.netbeans.api.visual.model.ObjectState)
 meth public abstract int getMargin()
 meth public abstract java.awt.Color getForeground()
@@ -977,6 +1005,7 @@ supr java.lang.Object
 hfds LAYOUT_ABSOLUTE,LAYOUT_OVERLAY
 
 CLSS public final static !enum org.netbeans.api.visual.layout.LayoutFactory$ConnectionWidgetLayoutAlignment
+ outer org.netbeans.api.visual.layout.LayoutFactory
 fld public final static org.netbeans.api.visual.layout.LayoutFactory$ConnectionWidgetLayoutAlignment BOTTOM_CENTER
 fld public final static org.netbeans.api.visual.layout.LayoutFactory$ConnectionWidgetLayoutAlignment BOTTOM_LEFT
 fld public final static org.netbeans.api.visual.layout.LayoutFactory$ConnectionWidgetLayoutAlignment BOTTOM_RIGHT
@@ -998,6 +1027,7 @@ meth public static org.netbeans.api.visual.layout.LayoutFactory$ConnectionWidget
 supr java.lang.Enum<org.netbeans.api.visual.layout.LayoutFactory$ConnectionWidgetLayoutAlignment>
 
 CLSS public final static !enum org.netbeans.api.visual.layout.LayoutFactory$SerialAlignment
+ outer org.netbeans.api.visual.layout.LayoutFactory
 fld public final static org.netbeans.api.visual.layout.LayoutFactory$SerialAlignment CENTER
 fld public final static org.netbeans.api.visual.layout.LayoutFactory$SerialAlignment JUSTIFY
 fld public final static org.netbeans.api.visual.layout.LayoutFactory$SerialAlignment LEFT_TOP
@@ -1007,7 +1037,7 @@ meth public static org.netbeans.api.visual.layout.LayoutFactory$SerialAlignment[
 supr java.lang.Enum<org.netbeans.api.visual.layout.LayoutFactory$SerialAlignment>
 
 CLSS public abstract org.netbeans.api.visual.layout.SceneLayout
-cons protected SceneLayout(org.netbeans.api.visual.widget.Scene)
+cons protected init(org.netbeans.api.visual.widget.Scene)
 meth protected abstract void performLayout()
 meth public final void invokeLayout()
 meth public final void invokeLayoutImmediately()
@@ -1016,7 +1046,7 @@ hfds attached,listener,scene
 hcls LayoutSceneListener
 
 CLSS public org.netbeans.api.visual.model.ObjectScene
-cons public ObjectScene()
+cons public init()
 meth public !varargs final void addObject(java.lang.Object,org.netbeans.api.visual.widget.Widget[])
 meth public !varargs final void addObjectSceneListener(org.netbeans.api.visual.model.ObjectSceneListener,org.netbeans.api.visual.model.ObjectSceneEventType[])
 meth public !varargs final void removeObjectSceneListener(org.netbeans.api.visual.model.ObjectSceneListener,org.netbeans.api.visual.model.ObjectSceneEventType[])
@@ -1092,8 +1122,8 @@ supr java.lang.Object
 hfds NORMAL,objectFocused,objectHighlighted,objectHovered,objectSelected,widgetAimed,widgetFocused,widgetHovered
 
 CLSS public final org.netbeans.api.visual.model.StateModel
-cons public StateModel()
-cons public StateModel(int)
+cons public init()
+cons public init(int)
 innr public abstract interface static Listener
 meth public boolean getBooleanState()
 meth public int getMaxStates()
@@ -1109,6 +1139,7 @@ supr java.lang.Object
 hfds listeners,maxStates,state
 
 CLSS public abstract interface static org.netbeans.api.visual.model.StateModel$Listener
+ outer org.netbeans.api.visual.model.StateModel
 meth public abstract void stateChanged()
 
 CLSS public final org.netbeans.api.visual.print.ScenePrinter
@@ -1123,6 +1154,7 @@ meth public static void print(org.netbeans.api.visual.widget.Scene,org.netbeans.
 supr java.lang.Object
 
 CLSS public final static !enum org.netbeans.api.visual.print.ScenePrinter$ScaleStrategy
+ outer org.netbeans.api.visual.print.ScenePrinter
 fld public final static org.netbeans.api.visual.print.ScenePrinter$ScaleStrategy NO_SCALING
 fld public final static org.netbeans.api.visual.print.ScenePrinter$ScaleStrategy SCALE_CURRENT_ZOOM
 fld public final static org.netbeans.api.visual.print.ScenePrinter$ScaleStrategy SCALE_PERCENT
@@ -1152,7 +1184,7 @@ supr java.lang.Object
 hfds ROUTER_DIRECT,ROUTER_FREE
 
 CLSS public abstract org.netbeans.api.visual.vmd.VMDColorScheme
-cons protected VMDColorScheme()
+cons protected init()
 meth public abstract boolean isNodeMinimizeButtonOnRight(org.netbeans.api.visual.vmd.VMDNodeWidget)
 meth public abstract int getNodeAnchorGap(org.netbeans.api.visual.vmd.VMDNodeAnchor)
 meth public abstract java.awt.Image getMinimizeWidgetImage(org.netbeans.api.visual.vmd.VMDNodeWidget)
@@ -1166,8 +1198,8 @@ meth public abstract void updateUI(org.netbeans.api.visual.vmd.VMDPinWidget,org.
 supr java.lang.Object
 
 CLSS public org.netbeans.api.visual.vmd.VMDConnectionWidget
-cons public VMDConnectionWidget(org.netbeans.api.visual.widget.Scene,org.netbeans.api.visual.router.Router)
-cons public VMDConnectionWidget(org.netbeans.api.visual.widget.Scene,org.netbeans.api.visual.vmd.VMDColorScheme)
+cons public init(org.netbeans.api.visual.widget.Scene,org.netbeans.api.visual.router.Router)
+cons public init(org.netbeans.api.visual.widget.Scene,org.netbeans.api.visual.vmd.VMDColorScheme)
 meth public void notifyStateChanged(org.netbeans.api.visual.model.ObjectState,org.netbeans.api.visual.model.ObjectState)
 supr org.netbeans.api.visual.widget.ConnectionWidget
 hfds scheme
@@ -1181,13 +1213,13 @@ supr java.lang.Object
 hfds SCHEME_NB60,SCHEME_ORIGINAL
 
 CLSS public org.netbeans.api.visual.vmd.VMDGlyphSetWidget
-cons public VMDGlyphSetWidget(org.netbeans.api.visual.widget.Scene)
+cons public init(org.netbeans.api.visual.widget.Scene)
 meth public void setGlyphs(java.util.List<java.awt.Image>)
 supr org.netbeans.api.visual.widget.Widget
 
 CLSS public org.netbeans.api.visual.vmd.VMDGraphScene
-cons public VMDGraphScene()
-cons public VMDGraphScene(org.netbeans.api.visual.vmd.VMDColorScheme)
+cons public init()
+cons public init(org.netbeans.api.visual.vmd.VMDColorScheme)
 fld public final static java.lang.String PIN_ID_DEFAULT_SUFFIX = "#default"
 meth protected org.netbeans.api.visual.widget.Widget attachEdgeWidget(java.lang.String)
 meth protected org.netbeans.api.visual.widget.Widget attachNodeWidget(java.lang.String)
@@ -1203,9 +1235,9 @@ meth public abstract void collapseWidget()
 meth public abstract void expandWidget()
 
 CLSS public org.netbeans.api.visual.vmd.VMDNodeAnchor
-cons public VMDNodeAnchor(org.netbeans.api.visual.widget.Widget)
-cons public VMDNodeAnchor(org.netbeans.api.visual.widget.Widget,boolean)
-cons public VMDNodeAnchor(org.netbeans.api.visual.widget.Widget,boolean,org.netbeans.api.visual.vmd.VMDColorScheme)
+cons public init(org.netbeans.api.visual.widget.Widget)
+cons public init(org.netbeans.api.visual.widget.Widget,boolean)
+cons public init(org.netbeans.api.visual.widget.Widget,boolean,org.netbeans.api.visual.vmd.VMDColorScheme)
 meth protected void notifyEntryAdded(org.netbeans.api.visual.anchor.Anchor$Entry)
 meth protected void notifyEntryRemoved(org.netbeans.api.visual.anchor.Anchor$Entry)
 meth protected void notifyRevalidate()
@@ -1214,8 +1246,8 @@ supr org.netbeans.api.visual.anchor.Anchor
 hfds requiresRecalculation,results,scheme,vertical
 
 CLSS public org.netbeans.api.visual.vmd.VMDNodeWidget
-cons public VMDNodeWidget(org.netbeans.api.visual.widget.Scene)
-cons public VMDNodeWidget(org.netbeans.api.visual.widget.Scene,org.netbeans.api.visual.vmd.VMDColorScheme)
+cons public init(org.netbeans.api.visual.widget.Scene)
+cons public init(org.netbeans.api.visual.widget.Scene,org.netbeans.api.visual.vmd.VMDColorScheme)
 intf org.netbeans.api.visual.model.StateModel$Listener
 intf org.netbeans.api.visual.vmd.VMDMinimizeAbility
 meth protected boolean isMinimizableWidget(org.netbeans.api.visual.widget.Widget)
@@ -1245,8 +1277,8 @@ hfds glyphSetWidget,header,imageWidget,minimizeWidget,nameWidget,nodeAnchor,pinC
 hcls ToggleMinimizedAction
 
 CLSS public org.netbeans.api.visual.vmd.VMDPinWidget
-cons public VMDPinWidget(org.netbeans.api.visual.widget.Scene)
-cons public VMDPinWidget(org.netbeans.api.visual.widget.Scene,org.netbeans.api.visual.vmd.VMDColorScheme)
+cons public init(org.netbeans.api.visual.widget.Scene)
+cons public init(org.netbeans.api.visual.widget.Scene,org.netbeans.api.visual.vmd.VMDColorScheme)
 meth protected void notifyStateChanged(org.netbeans.api.visual.model.ObjectState,org.netbeans.api.visual.model.ObjectState)
 meth public java.lang.String getPinName()
 meth public org.netbeans.api.visual.anchor.Anchor createAnchor()
@@ -1266,7 +1298,7 @@ supr java.lang.Object
 hfds birdView
 
 CLSS public org.netbeans.api.visual.widget.ComponentWidget
-cons public ComponentWidget(org.netbeans.api.visual.widget.Scene,java.awt.Component)
+cons public init(org.netbeans.api.visual.widget.Scene,java.awt.Component)
 meth protected final java.awt.Rectangle calculateClientArea()
 meth protected final void notifyAdded()
 meth protected final void notifyRemoved()
@@ -1279,7 +1311,7 @@ hfds component,componentAdded,componentListener,componentVisible,componentWrappe
 hcls ComponentComponentListener,ComponentSceneListener,ComponentWrapper
 
 CLSS public org.netbeans.api.visual.widget.ConnectionWidget
-cons public ConnectionWidget(org.netbeans.api.visual.widget.Scene)
+cons public init(org.netbeans.api.visual.widget.Scene)
 innr public final static !enum RoutingPolicy
 meth protected java.awt.Cursor getCursorAt(java.awt.Point)
 meth protected java.awt.Rectangle calculateClientArea()
@@ -1335,6 +1367,7 @@ hfds HIT_DISTANCE_SQUARE,STROKE_DEFAULT,connectionWidgetLayout,controlPointCutDi
 hcls ConnectionEntry
 
 CLSS public final static !enum org.netbeans.api.visual.widget.ConnectionWidget$RoutingPolicy
+ outer org.netbeans.api.visual.widget.ConnectionWidget
 fld public final static org.netbeans.api.visual.widget.ConnectionWidget$RoutingPolicy ALWAYS_ROUTE
 fld public final static org.netbeans.api.visual.widget.ConnectionWidget$RoutingPolicy DISABLE_ROUTING
 fld public final static org.netbeans.api.visual.widget.ConnectionWidget$RoutingPolicy DISABLE_ROUTING_UNTIL_END_POINT_IS_MOVED
@@ -1344,7 +1377,7 @@ meth public static org.netbeans.api.visual.widget.ConnectionWidget$RoutingPolicy
 supr java.lang.Enum<org.netbeans.api.visual.widget.ConnectionWidget$RoutingPolicy>
 
 CLSS public org.netbeans.api.visual.widget.ConvolveWidget
-cons public ConvolveWidget(org.netbeans.api.visual.widget.Scene,java.awt.image.ConvolveOp)
+cons public init(org.netbeans.api.visual.widget.Scene,java.awt.image.ConvolveOp)
 meth protected void paintChildren()
 meth public java.awt.image.ConvolveOp getConvolveOp()
 meth public void clearCache()
@@ -1362,16 +1395,16 @@ meth public static org.netbeans.api.visual.widget.EventProcessingType[] values()
 supr java.lang.Enum<org.netbeans.api.visual.widget.EventProcessingType>
 
 CLSS public org.netbeans.api.visual.widget.FreeConnectionWidget
-cons public FreeConnectionWidget(org.netbeans.api.visual.widget.Scene)
-cons public FreeConnectionWidget(org.netbeans.api.visual.widget.Scene,double,double)
+cons public init(org.netbeans.api.visual.widget.Scene)
+cons public init(org.netbeans.api.visual.widget.Scene,double,double)
 meth public void addRemoveControlPoint(java.awt.Point)
 meth public void setSensitivity(double,double)
 supr org.netbeans.api.visual.widget.ConnectionWidget
 hfds createSensitivity,deleteSensitivity
 
 CLSS public org.netbeans.api.visual.widget.ImageWidget
-cons public ImageWidget(org.netbeans.api.visual.widget.Scene)
-cons public ImageWidget(org.netbeans.api.visual.widget.Scene,java.awt.Image)
+cons public init(org.netbeans.api.visual.widget.Scene)
+cons public init(org.netbeans.api.visual.widget.Scene,java.awt.Image)
 meth protected java.awt.Rectangle calculateClientArea()
 meth protected void paintWidget()
 meth public boolean isPaintAsDisabled()
@@ -1382,8 +1415,8 @@ supr org.netbeans.api.visual.widget.Widget
 hfds disabledImage,height,image,observer,paintAsDisabled,width
 
 CLSS public org.netbeans.api.visual.widget.LabelWidget
-cons public LabelWidget(org.netbeans.api.visual.widget.Scene)
-cons public LabelWidget(org.netbeans.api.visual.widget.Scene,java.lang.String)
+cons public init(org.netbeans.api.visual.widget.Scene)
+cons public init(org.netbeans.api.visual.widget.Scene,java.lang.String)
 innr public final static !enum Alignment
 innr public final static !enum Orientation
 innr public final static !enum VerticalAlignment
@@ -1405,6 +1438,7 @@ supr org.netbeans.api.visual.widget.Widget
 hfds alignment,cacheFont,cacheGlyphVector,cacheLabel,label,orientation,paintAsDisabled,useGlyphVector,verticalAlignment
 
 CLSS public final static !enum org.netbeans.api.visual.widget.LabelWidget$Alignment
+ outer org.netbeans.api.visual.widget.LabelWidget
 fld public final static org.netbeans.api.visual.widget.LabelWidget$Alignment BASELINE
 fld public final static org.netbeans.api.visual.widget.LabelWidget$Alignment CENTER
 fld public final static org.netbeans.api.visual.widget.LabelWidget$Alignment LEFT
@@ -1414,6 +1448,7 @@ meth public static org.netbeans.api.visual.widget.LabelWidget$Alignment[] values
 supr java.lang.Enum<org.netbeans.api.visual.widget.LabelWidget$Alignment>
 
 CLSS public final static !enum org.netbeans.api.visual.widget.LabelWidget$Orientation
+ outer org.netbeans.api.visual.widget.LabelWidget
 fld public final static org.netbeans.api.visual.widget.LabelWidget$Orientation NORMAL
 fld public final static org.netbeans.api.visual.widget.LabelWidget$Orientation ROTATE_90
 meth public static org.netbeans.api.visual.widget.LabelWidget$Orientation valueOf(java.lang.String)
@@ -1421,6 +1456,7 @@ meth public static org.netbeans.api.visual.widget.LabelWidget$Orientation[] valu
 supr java.lang.Enum<org.netbeans.api.visual.widget.LabelWidget$Orientation>
 
 CLSS public final static !enum org.netbeans.api.visual.widget.LabelWidget$VerticalAlignment
+ outer org.netbeans.api.visual.widget.LabelWidget
 fld public final static org.netbeans.api.visual.widget.LabelWidget$VerticalAlignment BASELINE
 fld public final static org.netbeans.api.visual.widget.LabelWidget$VerticalAlignment BOTTOM
 fld public final static org.netbeans.api.visual.widget.LabelWidget$VerticalAlignment CENTER
@@ -1430,21 +1466,21 @@ meth public static org.netbeans.api.visual.widget.LabelWidget$VerticalAlignment[
 supr java.lang.Enum<org.netbeans.api.visual.widget.LabelWidget$VerticalAlignment>
 
 CLSS public org.netbeans.api.visual.widget.LayerWidget
-cons public LayerWidget(org.netbeans.api.visual.widget.Scene)
+cons public init(org.netbeans.api.visual.widget.Scene)
 meth protected boolean isRepaintRequiredForRevalidating()
 meth public boolean isHitAt(java.awt.Point)
 supr org.netbeans.api.visual.widget.Widget
 
 CLSS public org.netbeans.api.visual.widget.LevelOfDetailsWidget
-cons public LevelOfDetailsWidget(org.netbeans.api.visual.widget.Scene,double,double,double,double)
+cons public init(org.netbeans.api.visual.widget.Scene,double,double,double,double)
 meth public boolean isHitAt(java.awt.Point)
 meth public void paintChildren()
 supr org.netbeans.api.visual.widget.Widget
 hfds hardMaximalZoom,hardMinimalZoom,softMaximalZoom,softMinimalZoom
 
 CLSS public org.netbeans.api.visual.widget.ResourceTable
-cons public ResourceTable()
-cons public ResourceTable(org.netbeans.api.visual.widget.ResourceTable)
+cons public init()
+cons public init(org.netbeans.api.visual.widget.ResourceTable)
 fld public final static java.lang.String PARENT_RESOURCE_TABLE = "ParentResourceTable"
 meth public java.lang.Object getProperty(java.lang.String)
 meth public java.util.Set<java.lang.String> getLocalPropertyNames()
@@ -1461,7 +1497,7 @@ supr java.lang.Object
 hfds childrenTables,listeners,parentTable,properties,propertyListeners
 
 CLSS public org.netbeans.api.visual.widget.Scene
-cons public Scene()
+cons public init()
 innr public abstract interface static SceneListener
 meth protected boolean isRepaintRequiredForRevalidating()
 meth public boolean isValidated()
@@ -1502,13 +1538,14 @@ hfds activeTool,component,defaultFont,extendSceneOnly,focusedWidget,graphics,inp
 hcls WidgetHoverAction
 
 CLSS public abstract interface static org.netbeans.api.visual.widget.Scene$SceneListener
+ outer org.netbeans.api.visual.widget.Scene
 meth public abstract void sceneRepaint()
 meth public abstract void sceneValidated()
 meth public abstract void sceneValidating()
 
 CLSS public org.netbeans.api.visual.widget.ScrollWidget
-cons public ScrollWidget(org.netbeans.api.visual.widget.Scene)
-cons public ScrollWidget(org.netbeans.api.visual.widget.Scene,org.netbeans.api.visual.widget.Widget)
+cons public init(org.netbeans.api.visual.widget.Scene)
+cons public init(org.netbeans.api.visual.widget.Scene,org.netbeans.api.visual.widget.Widget)
 meth protected java.awt.Rectangle calculateClientArea()
 meth public final org.netbeans.api.visual.widget.Widget getView()
 meth public final void setView(org.netbeans.api.visual.widget.Widget)
@@ -1517,7 +1554,7 @@ hfds BAR_HORIZONTAL_SIZE,BAR_VERTICAL_SIZE,BORDER_LOWERED,BORDER_RAISED,POINT_EM
 hcls BlockScrollAction,ButtonWidget,ScrollLayout,SliderAction,SliderWidget,UnitScrollProvider
 
 CLSS public org.netbeans.api.visual.widget.SeparatorWidget
-cons public SeparatorWidget(org.netbeans.api.visual.widget.Scene,org.netbeans.api.visual.widget.SeparatorWidget$Orientation)
+cons public init(org.netbeans.api.visual.widget.Scene,org.netbeans.api.visual.widget.SeparatorWidget$Orientation)
 innr public final static !enum Orientation
 meth protected java.awt.Rectangle calculateClientArea()
 meth protected void paintWidget()
@@ -1529,6 +1566,7 @@ supr org.netbeans.api.visual.widget.Widget
 hfds orientation,thickness
 
 CLSS public final static !enum org.netbeans.api.visual.widget.SeparatorWidget$Orientation
+ outer org.netbeans.api.visual.widget.SeparatorWidget
 fld public final static org.netbeans.api.visual.widget.SeparatorWidget$Orientation HORIZONTAL
 fld public final static org.netbeans.api.visual.widget.SeparatorWidget$Orientation VERTICAL
 meth public static org.netbeans.api.visual.widget.SeparatorWidget$Orientation valueOf(java.lang.String)
@@ -1536,8 +1574,8 @@ meth public static org.netbeans.api.visual.widget.SeparatorWidget$Orientation[]
 supr java.lang.Enum<org.netbeans.api.visual.widget.SeparatorWidget$Orientation>
 
 CLSS public org.netbeans.api.visual.widget.SwingScrollWidget
-cons public SwingScrollWidget(org.netbeans.api.visual.widget.Scene)
-cons public SwingScrollWidget(org.netbeans.api.visual.widget.Scene,org.netbeans.api.visual.widget.Widget)
+cons public init(org.netbeans.api.visual.widget.Scene)
+cons public init(org.netbeans.api.visual.widget.Scene,org.netbeans.api.visual.widget.Widget)
 meth protected java.awt.Rectangle calculateClientArea()
 meth public final org.netbeans.api.visual.widget.Widget getView()
 meth public final void setView(org.netbeans.api.visual.widget.Widget)
@@ -1546,7 +1584,7 @@ hfds BAR_HORIZONTAL_SIZE,BAR_VERTICAL_SIZE,horizontalListener,horizontalScroll,h
 hcls MyAdjustmentListener,ScrollLayout
 
 CLSS public org.netbeans.api.visual.widget.Widget
-cons public Widget(org.netbeans.api.visual.widget.Scene)
+cons public init(org.netbeans.api.visual.widget.Scene)
 innr public abstract interface static Dependency
 intf javax.accessibility.Accessible
 meth protected boolean isRepaintRequiredForRevalidating()
@@ -1650,11 +1688,12 @@ supr java.lang.Object
 hfds EMPTY_HASH_MAP,MESSAGE_NULL_BOUNDS,accessibleContext,actionsChain,background,backgroundListener,backgroundProperty,border,bounds,calculatedPreferredBounds,checkClipping,children,childrenUm,constraints,cursor,dependencies,enabled,font,fontListener,fontProperties,foreground,foregroundListener,foregroundProperty,layout,location,maximumSize,minimumSize,opaque,parentWidget,preferredBounds,preferredLocation,preferredSize,requiresFullJustification,requiresFullValidation,requiresPartJustification,requiresPartValidation,resourceTable,scene,state,toolTipText,toolsActions,visible
 
 CLSS public abstract interface static org.netbeans.api.visual.widget.Widget$Dependency
+ outer org.netbeans.api.visual.widget.Widget
 meth public abstract void revalidateDependency()
 
 CLSS public org.netbeans.api.visual.widget.general.IconNodeWidget
-cons public IconNodeWidget(org.netbeans.api.visual.widget.Scene)
-cons public IconNodeWidget(org.netbeans.api.visual.widget.Scene,org.netbeans.api.visual.widget.general.IconNodeWidget$TextOrientation)
+cons public init(org.netbeans.api.visual.widget.Scene)
+cons public init(org.netbeans.api.visual.widget.Scene,org.netbeans.api.visual.widget.general.IconNodeWidget$TextOrientation)
 innr public final static !enum TextOrientation
 meth public final org.netbeans.api.visual.widget.ImageWidget getImageWidget()
 meth public final org.netbeans.api.visual.widget.LabelWidget getLabelWidget()
@@ -1665,6 +1704,7 @@ supr org.netbeans.api.visual.widget.Widget
 hfds imageWidget,labelWidget
 
 CLSS public final static !enum org.netbeans.api.visual.widget.general.IconNodeWidget$TextOrientation
+ outer org.netbeans.api.visual.widget.general.IconNodeWidget
 fld public final static org.netbeans.api.visual.widget.general.IconNodeWidget$TextOrientation BOTTOM_CENTER
 fld public final static org.netbeans.api.visual.widget.general.IconNodeWidget$TextOrientation RIGHT_CENTER
 meth public static org.netbeans.api.visual.widget.general.IconNodeWidget$TextOrientation valueOf(java.lang.String)
@@ -1672,12 +1712,12 @@ meth public static org.netbeans.api.visual.widget.general.IconNodeWidget$TextOri
 supr java.lang.Enum<org.netbeans.api.visual.widget.general.IconNodeWidget$TextOrientation>
 
 CLSS public org.netbeans.api.visual.widget.general.ListItemWidget
-cons public ListItemWidget(org.netbeans.api.visual.widget.Scene)
+cons public init(org.netbeans.api.visual.widget.Scene)
 meth public void notifyStateChanged(org.netbeans.api.visual.model.ObjectState,org.netbeans.api.visual.model.ObjectState)
 supr org.netbeans.api.visual.widget.LabelWidget
 
 CLSS public org.netbeans.api.visual.widget.general.ListWidget
-cons public ListWidget(org.netbeans.api.visual.widget.Scene)
+cons public init(org.netbeans.api.visual.widget.Scene)
 meth public final org.netbeans.api.visual.widget.ImageWidget getImageWidget()
 meth public final org.netbeans.api.visual.widget.LabelWidget getLabelWidget()
 meth public final org.netbeans.api.visual.widget.Widget getHeader()
diff --git a/api.visual/src/org/netbeans/api/visual/graph/layout/GraphLayoutFactory.java b/api.visual/src/org/netbeans/api/visual/graph/layout/GraphLayoutFactory.java
index 4eb787c..2be672c 100644
--- a/api.visual/src/org/netbeans/api/visual/graph/layout/GraphLayoutFactory.java
+++ b/api.visual/src/org/netbeans/api/visual/graph/layout/GraphLayoutFactory.java
@@ -74,6 +74,43 @@ public class GraphLayoutFactory {
     }
 
     /**
+     * Creates a tree graph layout.
+     * Use GraphLayoutSupport.setTreeGraphLayoutRootNode method to set the root node of the graph.
+     * If not set/found, then layout is not executed.
+     * Note: Use GraphLayoutSupport.setTreeGraphLayoutProperties method to set the parameters of the layout later.
+     * @param originX the x-axis origin
+     * @param originY the y-axis origin
+     * @param verticalGap the vertical gap between cells
+     * @param horizontalGap the horizontal gap between cells
+     * @param vertical if true, then layout organizes the graph vertically; if false, then horizontally
+     * @param minimizeGap if true, then minimize the gap between cells; if false do the normal tree layout
+     * @return the tree graph layout
+     * @since 2.25
+     */
+    public static <N, E> GraphLayout<N, E> createTreeGraphLayout(int originX, int originY, int verticalGap, int horizontalGap, boolean vertical, boolean minimizeGap) {
+        return createTreeGraphLayout(originX, originY, verticalGap, horizontalGap, vertical, minimizeGap, TreeGraphLayoutAlignment.TOP);
+    }
+
+    /**
+     * Creates a tree graph layout.
+     * Use GraphLayoutSupport.setTreeGraphLayoutRootNode method to set the root node of the graph.
+     * If not set/found, then layout is not executed.
+     * Note: Use GraphLayoutSupport.setTreeGraphLayoutProperties method to set the parameters of the layout later.
+     * @param originX the x-axis origin
+     * @param originY the y-axis origin
+     * @param verticalGap the vertical gap between cells
+     * @param horizontalGap the horizontal gap between cells
+     * @param vertical if true, then layout organizes the graph vertically; if false, then horizontally
+     * @param minimizeGap if true, then minimize the gap between cells; if false do the normal tree layout
+     * @param alignment the alignment of the nodes in their level. Choose wheter {@code TreeGraphLayout.Alignment.TOP}, {@code TreeGraphLayout.Alignment.CENTER} or {@code TreeGraphLayout.Alignment.BOTTOM}
+     * @return the tree graph layout
+     * @since 2.25
+     */
+    public static <N, E> GraphLayout<N, E> createTreeGraphLayout(int originX, int originY, int verticalGap, int horizontalGap, boolean vertical, boolean minimizeGap, TreeGraphLayoutAlignment alignment) {
+        return new TreeGraphLayout<N, E>(originX, originY, verticalGap, horizontalGap, vertical, minimizeGap, alignment);
+    }
+
+    /**
      * 
      * @param <N> the node class for the nodes in the graph.
      * @param <E> the edge class for the edges in the graph.
diff --git a/api.visual/src/org/netbeans/api/visual/graph/layout/GraphLayoutSupport.java b/api.visual/src/org/netbeans/api/visual/graph/layout/GraphLayoutSupport.java
index d687a87..224b9e5 100644
--- a/api.visual/src/org/netbeans/api/visual/graph/layout/GraphLayoutSupport.java
+++ b/api.visual/src/org/netbeans/api/visual/graph/layout/GraphLayoutSupport.java
@@ -77,4 +77,37 @@ public class GraphLayoutSupport {
             ((TreeGraphLayout<N,E>) graph).setProperties (originX, originY, verticalGap, horizontalGap, vertical);
     }
 
+   /**
+     * Sets properties to a tree graph layout.
+     * @param graph the tree graph layout
+     * @param originX the x-axis origin
+     * @param originY the y-axis origin
+     * @param verticalGap the vertical gap between cells
+     * @param horizontalGap the horizontal gap between cells
+     * @param vertical if true, then layout organizes the graph vertically; if false, then horizontally
+     * @param minimizeGap if true, then minimize the gap between cells; if false do the normal tree layout.
+     * @since 2.25
+     */
+    public static <N, E> void setTreeGraphLayoutProperties(GraphLayout<N, E> graph, int originX, int originY, int verticalGap, int horizontalGap, boolean vertical, boolean minimizeGap) {
+        if (graph instanceof TreeGraphLayout)
+            setTreeGraphLayoutProperties(graph, originX, originY, verticalGap, horizontalGap, vertical, minimizeGap, TreeGraphLayoutAlignment.TOP);
+    }
+
+   /**
+     * Sets properties to a tree graph layout.
+     * @param graph the tree graph layout
+     * @param originX the x-axis origin
+     * @param originY the y-axis origin
+     * @param verticalGap the vertical gap between cells
+     * @param horizontalGap the horizontal gap between cells
+     * @param vertical if true, then layout organizes the graph vertically; if false, then horizontally
+     * @param minimizeGap if true, then minimize the gap between cells; if false do the normal tree layout.
+     * @param alignment alignment the alignment of the nodes in their level. Choose wheter {@code TreeGraphLayout.Alignment.TOP}, {@code TreeGraphLayout.Alignment.CENTER} or {@code TreeGraphLayout.Alignment.BOTTOM}
+     * @since 2.25
+     */
+    public static <N, E> void setTreeGraphLayoutProperties(GraphLayout<N, E> graph, int originX, int originY, int verticalGap, int horizontalGap, boolean vertical, boolean minimizeGap, TreeGraphLayoutAlignment alignment) {
+        if (graph instanceof TreeGraphLayout)
+            ((TreeGraphLayout<N, E>) graph).setProperties(originX, originY, verticalGap, horizontalGap, vertical,minimizeGap, alignment);
+    }
+
 }
diff --git a/api.visual/src/org/netbeans/api/visual/graph/layout/TreeGraphLayoutAlignment.java b/api.visual/src/org/netbeans/api/visual/graph/layout/TreeGraphLayoutAlignment.java
new file mode 100644
index 0000000..9a7432e
--- /dev/null
+++ b/api.visual/src/org/netbeans/api/visual/graph/layout/TreeGraphLayoutAlignment.java
@@ -0,0 +1,57 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.api.visual.graph.layout;
+
+/**
+ * This Enumeration is used to do the alignment in a TreeGraphLayout. It indicates the position within a level.
+ * @since 2.25
+ * @author Erhard Pointl
+ */
+public enum TreeGraphLayoutAlignment {
+    /** Alignment at the top of each level. */
+    TOP,
+    /** Alignment at the center of each level. */
+    CENTER,
+    /** Alignment at the bottom of each level. */
+    BOTTOM
+}
diff --git a/api.visual/src/org/netbeans/api/visual/widget/doc-files/documentation.html b/api.visual/src/org/netbeans/api/visual/widget/doc-files/documentation.html
index 440d509..31aa49a 100644
--- a/api.visual/src/org/netbeans/api/visual/widget/doc-files/documentation.html
+++ b/api.visual/src/org/netbeans/api/visual/widget/doc-files/documentation.html
@@ -44,7 +44,7 @@ made subject to such option by the copyright holder.
 <head>
 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
 <meta name="author" content="david.kaspar at sun.com">
-<link rel="stylesheet" href="http://www.netbeans.org/netbeans.css" type="text/css">
+<link rel="stylesheet" href="../../../../../../prose.css" type="text/css">
 <title>netbeans.org : NetBeans Visual Library 2.0 - Documentation</title>
 <style type="text/css"><!--
 pre {
diff --git a/api.visual/src/org/netbeans/modules/visual/graph/layout/TreeGraphLayout.java b/api.visual/src/org/netbeans/modules/visual/graph/layout/TreeGraphLayout.java
index 8c21b1a..ce20da8 100644
--- a/api.visual/src/org/netbeans/modules/visual/graph/layout/TreeGraphLayout.java
+++ b/api.visual/src/org/netbeans/modules/visual/graph/layout/TreeGraphLayout.java
@@ -43,15 +43,23 @@
  */
 package org.netbeans.modules.visual.graph.layout;
 
+import org.netbeans.api.visual.graph.layout.TreeGraphLayoutAlignment;
 import org.netbeans.api.visual.graph.layout.GraphLayout;
 import org.netbeans.api.visual.graph.layout.UniversalGraph;
 import org.netbeans.api.visual.widget.Widget;
 
-import java.awt.*;
-import java.util.*;
+import java.awt.Point;
+import java.awt.Rectangle;
+import java.util.ArrayList;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.HashSet;
+import java.util.List;
+import java.util.Map;
 
 /**
  * @author David Kaspar
+ * @author Erhard Pointl
  */
 public final class TreeGraphLayout<N,E> extends GraphLayout<N,E> {
 
@@ -60,15 +68,46 @@ public final class TreeGraphLayout<N,E> extends GraphLayout<N,E> {
     private int verticalGap;
     private int horizontalGap;
     private boolean vertical;
+    /** Indicates whether the gap between two nodes of the same level should be minimized. */
+    private boolean minimizeGap;
+    /** Inicates where the nodes should be aligned within the level. */
+    private TreeGraphLayoutAlignment alignment;
 
     private N rootNode;
 
+     /**
+     * Constructor
+     * @param originX the x-axis origin
+     * @param originY the y-axis origin
+     * @param verticalGap the vertical gap between cells
+     * @param horizontalGap the horizontal gap between cells
+     * @param vertical if true, then layout organizes the graph vertically; if false, then horizontally
+     */
     public TreeGraphLayout (int originX, int originY, int verticalGap, int horizontalGap, boolean vertical) {
         this.originX = originX;
         this.originY = originY;
         this.verticalGap = verticalGap;
         this.horizontalGap = horizontalGap;
         this.vertical = vertical;
+        this.minimizeGap = false;
+        this.alignment = TreeGraphLayoutAlignment.TOP;
+    }
+
+    /**
+     * Constructor
+     * @param originX the x-axis origin
+     * @param originY the y-axis origin
+     * @param verticalGap the vertical gap between cells
+     * @param horizontalGap the horizontal gap between cells
+     * @param vertical if true, then layout organizes the graph vertically; if false, then horizontally
+     * @param minimizeGap if true, then minimize the gap between cells; if false do the normal tree layout.
+     * @param alignment alignment the alignment of the nodes in their level. Choose wheter {@code TreeGraphLayout.Alignment.TOP}, {@code TreeGraphLayout.Alignment.CENTER} or {@code TreeGraphLayout.Alignment.BOTTOM}
+     * @since 2.25
+     */
+    public TreeGraphLayout(int originX, int originY, int verticalGap, int horizontalGap, boolean vertical, boolean minimizeGap, TreeGraphLayoutAlignment alignment) {
+        this(originX, originY, verticalGap, horizontalGap, vertical);
+        this.minimizeGap = minimizeGap;
+        this.alignment = alignment;
     }
 
     public void setRootNode (N rootNode) {
@@ -76,13 +115,40 @@ public final class TreeGraphLayout<N,E> extends GraphLayout<N,E> {
     }
 
     public void setProperties (int originX, int originY, int verticalGap, int horizontalGap, boolean vertical) {
-        this.originX = originX;
-        this.originY = originY;
-        this.verticalGap = verticalGap;
-        this.horizontalGap = horizontalGap;
+        if (vertical) {
+            this.originX = originX;
+            this.originY = originY;
+            this.verticalGap = verticalGap;
+            this.horizontalGap = horizontalGap;
+         } else {
+            this.originX = originY;
+            this.originY = originX;
+            this.verticalGap = horizontalGap;
+            this.horizontalGap = verticalGap;
+        }
         this.vertical = vertical;
+        this.minimizeGap = false;
+        this.alignment = TreeGraphLayoutAlignment.TOP;
+    }
+
+    /**
+     * Method to set the properties of this {@link TreeGraphLayout}.
+     * @param originX the x-axis origin
+     * @param originY the y-axis origin
+     * @param verticalGap the vertical gap between cells
+     * @param horizontalGap the horizontal gap between cells
+     * @param vertical if true, then layout organizes the graph vertically; if false, then horizontally
+     * @param minimizeGap if true, then minimize the gap between cells; if false do the normal tree layout.
+     * @param alignment alignment the alignment of the nodes in their level. Choose wheter {@code TreeGraphLayout.Alignment.TOP}, {@code TreeGraphLayout.Alignment.CENTER} or {@code TreeGraphLayout.Alignment.BOTTOM}
+     * @since 2.25
+     */
+    public void setProperties(int originX, int originY, int verticalGap, int horizontalGap, boolean vertical, boolean minimizeGap, TreeGraphLayoutAlignment alignment) {
+        this.setProperties(originX, originY, verticalGap, horizontalGap, vertical);
+        this.minimizeGap = minimizeGap;
+        this.alignment = alignment;
     }
 
+    @Override
     protected void performGraphLayout (UniversalGraph<N, E> graph) {
         if (rootNode == null)
             return;
@@ -94,12 +160,28 @@ public final class TreeGraphLayout<N,E> extends GraphLayout<N,E> {
         HashSet<N> loadedSet = new HashSet<N> ();
         Node root = new Node (graph, rootNode, loadedSet);
         nodesToResolve.removeAll (loadedSet);
-        if (vertical) {
-            root.allocateHorizontally (graph);
-            root.resolveVertically (originX, originY);
+
+        Map<Integer, Integer> map = root.getMaxSpaceForEveryLevel(graph);
+
+        List<Node.LeftRight> envelope = root.layout(originX, originY, map, 0);
+
+        // correction of originX, if needed
+        int moveDistance = Integer.MIN_VALUE;
+        // get the most left position and determine the distance to move
+        for (Node.LeftRight leftRight : envelope) {
+            if (leftRight.getLeft() < originX && originX - leftRight.getLeft() > moveDistance) {
+                moveDistance = originX - leftRight.getLeft();
+            }
+        }
+
+        if (moveDistance == Integer.MIN_VALUE) {
+            moveDistance = 0;
+        }
+
+        if (!vertical) {
+            root.invert(moveDistance);
         } else {
-            root.allocateVertically (graph);
-            root.resolveHorizontally (originX, originY);
+            root.relativeBoundsCorrectionX(moveDistance);
         }
 
         final HashMap<N, Point> resultPosition = new HashMap<N, Point> ();
@@ -115,6 +197,7 @@ public final class TreeGraphLayout<N,E> extends GraphLayout<N,E> {
             setResolvedNodeLocation (graph, entry.getKey (), entry.getValue ());
     }
 
+    @Override
     protected void performNodesLayout (UniversalGraph<N, E> universalGraph, Collection<N> nodes) {
         throw new UnsupportedOperationException (); // TODO
     }
@@ -126,7 +209,6 @@ public final class TreeGraphLayout<N,E> extends GraphLayout<N,E> {
 
         private Rectangle relativeBounds;
         private int space;
-        private int totalSpace;
         private Point point;
 
         private Node (UniversalGraph<N, E> graph, N node, HashSet<N> loadedSet) {
@@ -141,51 +223,317 @@ public final class TreeGraphLayout<N,E> extends GraphLayout<N,E> {
             }
         }
 
-        private int allocateHorizontally (UniversalGraph<N, E> graph) {
-            Widget widget = graph.getScene ().findWidget (node);
-            widget.getLayout ().layout (widget);
-            relativeBounds = widget.getPreferredBounds ();
-            space = 0;
-            for (int i = 0; i < children.size (); i++) {
-                if (i > 0)
-                    space += horizontalGap;
-                space += children.get (i).allocateHorizontally (graph);
-            }
-            totalSpace = Math.max (space, relativeBounds.width);
-            return totalSpace;
+        /**
+         * This class represents an element of the envelope of a (sub)tree.
+         * @since 2.25
+         */
+        private class LeftRight {
+
+            /** the most left coordinate of this element of the envelope. */
+            private int left;
+            /** hte most right coordinate of this element of the envelope. */
+            private int right;
+
+            /**
+             * Constructor
+             *
+             * @param left the most left coordinate of this {@link LeftRight}.
+             * @param right the most right coordinate of this {@link LeftRight}.
+             * @since 2.25
+             */
+            public LeftRight(int left, int right) {
+                this.left = left;
+                this.right = right;
+            }
+
+            /**
+             * Getter of the most left coordinate of this {@link LeftRight}.
+             * @return the most left coordinate of this {@link LeftRight}.
+             * @since 2.25
+             */
+            public int getLeft() {
+                return left;
+            }
+
+            /**
+             * Getter of the most right coordinate of this {@link LeftRight}.
+             * @return the most right coordinate of this {@link LeftRight}.
+             * @since 2.25
+             */
+            public int getRight() {
+                return right;
+            }
+
+            /**
+             * Setter of the most left coordinate of this {@link LeftRight}.
+             * @param left the most left coordinate to set.
+             * @since 2.25
+             */
+            public void setLeft(int left) {
+                this.left = left;
+            }
+
+            /**
+             * Setter of the most right coordinate of this {@link LeftRight}.
+             * @param left the most right coordinate to set.
+             * @since 2.25
+             */
+            public void setRight(int right) {
+                this.right = right;
+            }
+        }
+
+        /**
+         * This method calculates the maximal space for every level and returns the result as a {@link Map} containing the level (which is equal to the depth of the tree) and the height/width of the biggest node in this level.
+         * @param graph
+         * @return the result as a {@link Map} containing the level (which is equal to the depth of the tree) and the height/width of the biggest node in this level.
+         * @since 2.25
+         */
+        private Map<Integer, Integer> getMaxSpaceForEveryLevel(UniversalGraph<N, E> graph) {
+            Map<Integer, Integer> map = new HashMap<Integer, Integer>();
+            calculateMaxSpace(graph, map, 0);
+            return map;
         }
 
-        private void resolveVertically (int x, int y) {
-            point = new Point (x + totalSpace / 2, y - relativeBounds.y);
-            x += (totalSpace - space) / 2;
-            y += relativeBounds.height + verticalGap;
-            for (Node child : children) {
-                child.resolveVertically (x, y);
-                x += child.totalSpace + horizontalGap;
+        /**
+         * Method to determine the maximal space (horizontaly or verticaly) of each level in the tree.
+         * @param map the {@link Map} to which the maximal space for each level should be stored.
+         * @param lvl the level to analyse.
+         * @return the result of the maximal space calculation for the given level and the sublevels.
+         * @since 2.25
+         */
+        private Map<Integer, Integer> calculateMaxSpace(UniversalGraph<N, E> graph, Map<Integer, Integer> map, int lvl) {
+
+            Widget widget = graph.getScene().findWidget(node);
+            widget.getLayout().layout(widget);
+            relativeBounds = widget.getPreferredBounds();
+
+            if (vertical) {
+                space = relativeBounds.height;
+            } else {
+                space = relativeBounds.width;
             }
+
+            if (map.get(lvl) != null) {
+                // lvl is in list, but height is greater than the old one.
+                if (map.get(lvl) < space) {
+                    map.put(lvl, space);
+                }
+            } else {
+                // lvl isn't in the map right now.
+                map.put(lvl, space);
+            }
+
+            lvl++;
+
+            // do iteration over all children of the current node and calculate
+            // the maxSpace
+            for (Node n : children) {
+                n.calculateMaxSpace(graph, map, lvl);
+            }
+            return map;
         }
 
-        private int allocateVertically (UniversalGraph<N, E> graph) {
-            Widget widget = graph.getScene ().findWidget (node);
-            widget.getLayout ().layout (widget);
-            relativeBounds = widget.getPreferredBounds ();
-            space = 0;
-            for (int i = 0; i < children.size (); i++) {
-                if (i > 0)
-                    space += verticalGap;
-                space += children.get (i).allocateVertically (graph);
-            }
-            totalSpace = Math.max (space, relativeBounds.height);
-            return totalSpace;
+        /**
+         * Method which is doing the layout based on the given x - position, y - position, map of levels and their maximal used space and the actual level.
+         * @param x the x position for doing the layout.
+         * @param y the y position for doing the layout.
+         * @param lvl the auctual level for doing the layout.
+         * @return the envelope of the subtrees for which the layout is already done.
+         * @since 2.25
+         */
+        private List<LeftRight> layout(int x, int y, Map<Integer, Integer> map, int lvl) {
+
+            List<LeftRight> leftright = null;
+
+            // if this node is a leaf (has no childs) ==> place the node at x,y and x and x + width to the envelope.
+            if (children.size() == 0) {
+                leftright = new ArrayList<LeftRight>();
+
+                // do the horizontal alignment
+                y = doHorizontalPlacementInLevel(y, map, lvl);
+
+                if (vertical) {
+                    y = y - relativeBounds.y;
+                    leftright.add(new LeftRight(x, x + relativeBounds.width));
+                } else {
+                    y = y - relativeBounds.x;
+                    leftright.add(new LeftRight(x, x + relativeBounds.height));
+                }
+
+                point = new Point(x, y);
+                return leftright;
+            }
+
+            lvl++;
+
+            for (int i = 0; i < children.size(); i++) {
+                if (i == 0) {
+                    leftright = children.get(i).layout(x, (int) (y + map.get(lvl - 1) + verticalGap), map, lvl);
+                } else {
+                    List<LeftRight> secound = children.get(i).layout(x, (int) (y + map.get(lvl - 1) + verticalGap), map, lvl);
+
+                    int leftlength = leftright.size();
+                    int rightlength = secound.size();
+
+                    int diff = rightlength - leftlength;
+
+                    // Variable used for calculation of the distance to move the right subtree.
+                    int moveDist = Integer.MIN_VALUE;
+
+                    // Try to minimize the gap and move subtrees as close as possible to each other.
+                    if (minimizeGap) {
+                        // Caluculate the max distance to move
+                        for (int k = leftlength - 1; k >= 0; k--) {
+                            if (k + diff >= 0 && k >= 0) {
+                                int tmpmaxoverlap = leftright.get(k).right - secound.get(k + diff).left;
+                                if (tmpmaxoverlap > moveDist) {
+                                    moveDist = tmpmaxoverlap;
+                                }
+                            }
+                        }
+                    } else {
+                        int maxRight = Integer.MIN_VALUE;
+
+                        for (LeftRight l : leftright) {
+                            maxRight = Math.max(maxRight, l.right);
+                        }
+
+                        int minLeft = Integer.MAX_VALUE;
+
+                        for (LeftRight s : secound) {
+                            minLeft = Math.min(minLeft, s.left);
+                        }
+                        moveDist = maxRight - minLeft;
+                    }
+
+                    if (moveDist > Integer.MIN_VALUE) {
+                        int dx = moveDist + horizontalGap;
+                        children.get(i).point.x += dx;
+                        children.get(i).moveChildrenHorizontally(dx);
+                    }
+
+                    // update moved tree envelope
+                    for (LeftRight lr : secound) {
+                        lr.setLeft(lr.getLeft() + moveDist + horizontalGap);
+                        lr.setRight(lr.getRight() + moveDist + horizontalGap);
+                    }
+
+                    // store the overall envelope of leftright and secound in leftright
+                    for (int j = rightlength - 1; j >= 0; j--) {
+                        // leftright wasn't as long as secound, so these elements have to be added to the envelope
+                        if (j < secound.size() - leftright.size()) {
+                            leftright.add(0, secound.get(j));
+                        } else if ((j - diff) >= 0 && j >= 0) {
+                            // if the left envelope of secound is smaller than the left envelope of leftright, might never happen.
+                            if (leftright.get(j - diff).left > secound.get(j).left) {
+                                leftright.get(j - diff).setLeft(secound.get(j).left);
+                            }
+                            // if the right envelope of secound is greater than the right envelope of leftright, might happen every time when a subtree was added by a move to the right.
+                            if (leftright.get(j - diff).right < secound.get(j).right) {
+                                leftright.get(j - diff).setRight(secound.get(j).right);
+                            }
+                        }
+                    }
+                }
+            }
+
+            lvl--;
+
+            // do the horizontal alignment
+            int yAlignment = doHorizontalPlacementInLevel(y, map, lvl);
+
+            if (minimizeGap) {
+                if (vertical) {
+                    point = new Point(((leftright.get(leftright.size() - 1).right + leftright.get(leftright.size() - 1).left) / 2) - (relativeBounds.width / 2), yAlignment - relativeBounds.y);
+                    leftright.add(new LeftRight(point.x, point.x + relativeBounds.width));
+                } else {
+                    point = new Point(((leftright.get(leftright.size() - 1).right + leftright.get(leftright.size() - 1).left) / 2) - (relativeBounds.height / 2), yAlignment - relativeBounds.x);
+                    leftright.add(new LeftRight(point.x, point.x + relativeBounds.height));
+                }
+            } else {
+                int leftMin = Integer.MAX_VALUE;
+                int rightMax = Integer.MIN_VALUE;
+                for (LeftRight l : leftright) {
+                    leftMin = Math.min(leftMin, l.left);
+                    rightMax = Math.max(rightMax, l.right);
+                }
+
+                assert leftMin != Integer.MAX_VALUE : "whether envelope was empty or it had no valid leftMin value!";
+                assert rightMax != Integer.MIN_VALUE : "whether envelope was empty or it had no vaild rightMin value!";
+
+                if (vertical) {
+                    point = new Point(((leftMin + rightMax) / 2) - (relativeBounds.width / 2), yAlignment - relativeBounds.y);
+                    leftright.add(new LeftRight(point.x, point.x + relativeBounds.width));
+                } else {
+                    point = new Point(((leftMin + rightMax) / 2) - (relativeBounds.height / 2), yAlignment - relativeBounds.x);
+                    leftright.add(new LeftRight(point.x, point.x + relativeBounds.height));
+                }
+            }
+
+            return leftright;
+        }
+
+        /**
+         * Method to move the children of the actual {@link Node} horizontally
+         * by the given distance dx.
+         * @param dx the distance to move the children horizontally.
+         * @since 2.25
+         */
+        private void moveChildrenHorizontally(int dx) {
+            for (Node n : children) {
+                n.point.x += dx;
+                n.moveChildrenHorizontally(dx);
+            }
+        }
+
+        /**
+         * Doing the alignment whether on TOP, in the CENTER or at the BOTTOM of the level.
+         * @param y the top y coordinate of the level.
+         * @param map the map of levels and their maximal spaces.
+         * @param lvl the level for which the alignment should be done.
+         * @return the y coordinate of the aligned node.
+         * @since 2.25
+         */
+        private int doHorizontalPlacementInLevel(int y, Map<Integer, Integer> map, int lvl) {
+            int yAlignment = 0;
+
+            // do the alignment
+            if (alignment == TreeGraphLayoutAlignment.TOP) {
+                // nothing to do
+                yAlignment = y;
+            } else if (alignment == TreeGraphLayoutAlignment.CENTER) {
+                // place the widget in the center of the max.
+                yAlignment = y + ((map.get(lvl) - space) / 2);
+            } else if (alignment == TreeGraphLayoutAlignment.BOTTOM) {
+                yAlignment = y + (map.get(lvl) - space);
+            }
+            return yAlignment;
+        }
+
+        /**
+         * Method to invert x and y. Also relativeBounds correction is done and a moveDistance (x-axis) can be given.
+         * @param moveDistance the distance to move the subtree (x-axis).
+         * @since 2.25
+         */
+        private void invert(int moveDistance) {
+            int tmpx = point.x + moveDistance;
+            point.x = point.y;
+            point.y = tmpx - relativeBounds.y;
+            for (Node n : children) {
+                n.invert(moveDistance);
+            }
         }
 
-        private void resolveHorizontally (int x, int y) {
-            point = new Point (x - relativeBounds.x, y + totalSpace / 2);
-            x += relativeBounds.width + horizontalGap;
-            y += (totalSpace - space) / 2;
-            for (Node child : children) {
-                child.resolveHorizontally (x, y);
-                y += child.totalSpace + verticalGap;
+        /**
+         * Method to do a relativeBoundsCorrection (x-axis) and also to move the Node for a given distance (also x-axis).
+         * @param moveDistance the distance to move the subtree (x-axis).
+         * @since 2.25
+         */
+        private void relativeBoundsCorrectionX(int moveDistance) {
+            point.x = point.x - relativeBounds.x + moveDistance;
+            for (Node n : children) {
+                n.relativeBoundsCorrectionX(moveDistance);
             }
         }
 
diff --git a/apisupport.harness/external/binaries-list b/apisupport.harness/external/binaries-list
new file mode 100644
index 0000000..a2ebdba
--- /dev/null
+++ b/apisupport.harness/external/binaries-list
@@ -0,0 +1,2 @@
+D4EF66C1CC8A5B3C97E0CC7C210227AAEC1F1086 jsearch-2.0_05.jar
+A806D99716C5E9441BFD8B401176FDDEFC673022 bindex-2.2.jar
diff --git a/apisupport.harness/external/bindex-2.2-license.txt b/apisupport.harness/external/bindex-2.2-license.txt
new file mode 100644
index 0000000..8642cf4
--- /dev/null
+++ b/apisupport.harness/external/bindex-2.2-license.txt
@@ -0,0 +1,208 @@
+Name: BIndex
+Version: 2.2
+License: Apache-2.0
+Description: OSGi bundle repository indexer.
+Origin: http://www.osgi.org/Repository/BIndex
+OSR: Oracle-2409
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed 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.
diff --git a/apisupport.harness/external/jsearch-2.0_05-license.txt b/apisupport.harness/external/jsearch-2.0_05-license.txt
new file mode 100644
index 0000000..52c76a4
--- /dev/null
+++ b/apisupport.harness/external/jsearch-2.0_05-license.txt
@@ -0,0 +1,433 @@
+Name: JavaHelp
+Version: 2.0_05
+License: GPL-2-CP
+Source: https://javahelp.dev.java.net/files/documents/5985/59373/javahelp2-src-2.0.05.zip
+Description: Standard Java help browser system.
+OSR: 5497
+Origin: http://download.java.net/javadesktop/javahelp/javahelp2_0_05.zip
+
+The GNU General Public License (GPL)
+Version 2, June 1991
+
+ Copyright 1989, 1991 Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Everyone is permitted to copy and distribute verbatim
+ copies of this license document, but changing it is not
+ allowed.
+
+                      Preamble
+
+The licenses for most software are designed to take away
+your freedom to share and change it. By contrast, the GNU
+General Public License is intended to guarantee your freedom
+to share and change free software--to make sure the software
+is free for all its users. This General Public License
+applies to most of the Free Software Foundation's software
+and to any other program whose authors commit to using it.
+(Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can
+apply it to your programs, too.
+
+When we speak of free software, we are referring to freedom,
+not price. Our General Public Licenses are designed to make
+sure that you have the freedom to distribute copies of free
+software (and charge for this service if you wish), that you
+receive source code or can get it if you want it, that you
+can change the software or use pieces of it in new free
+programs; and that you know you can do these things.
+
+To protect your rights, we need to make restrictions that
+forbid anyone to deny you these rights or to ask you to
+surrender the rights. These restrictions translate to
+certain responsibilities for you if you distribute copies of
+the software, or if you modify it.
+
+For example, if you distribute copies of such a program,
+whether gratis or for a fee, you must give the recipients
+all the rights that you have. You must make sure that they,
+too, receive or can get the source code. And you must show
+them these terms so they know their rights.
+
+We protect your rights with two steps: (1) copyright the
+software, and (2) offer you this license which gives you
+legal permission to copy, distribute and/or modify the
+software.
+
+Also, for each author's protection and ours, we want to make
+certain that everyone understands that there is no warranty
+for this free software. If the software is modified by
+someone else and passed on, we want its recipients to know
+that what they have is not the original, so that any
+problems introduced by others will not reflect on the
+original authors' reputations.
+
+Finally, any free program is threatened constantly by
+software patents. We wish to avoid the danger that
+redistributors of a free program will individually obtain
+patent licenses, in effect making the program proprietary.
+To prevent this, we have made it clear that any patent must
+be licensed for everyone's free use or not licensed at all.
+
+The precise terms and conditions for copying, distribution
+and modification follow.
+
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND
+MODIFICATION
+
+0. This License applies to any program or other work which
+contains a notice placed by the copyright holder saying it
+may be distributed under the terms of this General Public
+License. The "Program", below, refers to any such program or
+work, and a "work based on the Program" means either the
+Program or any derivative work under copyright law: that is
+to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into
+another language. (Hereinafter, translation is included
+without limitation in the term "modification".) Each
+licensee is addressed as "you".
+
+Activities other than copying, distribution and modification
+are not covered by this License; they are outside its scope.
+The act of running the Program is not restricted, and the
+output from the Program is covered only if its contents
+constitute a work based on the Program (independent of
+having been made by running the Program). Whether that is
+true depends on what the Program does.
+
+1. You may copy and distribute verbatim copies of the
+Program's source code as you receive it, in any medium,
+provided that you conspicuously and appropriately publish on
+each copy an appropriate copyright notice and disclaimer of
+warranty; keep intact all the notices that refer to this
+License and to the absence of any warranty; and give any
+other recipients of the Program a copy of this License along
+with the Program.
+
+You may charge a fee for the physical act of transferring a
+copy, and you may at your option offer warranty protection
+in exchange for a fee.
+
+2. You may modify your copy or copies of the Program or any
+portion of it, thus forming a work based on the Program, and
+copy and distribute such modifications or work under the
+terms of Section 1 above, provided that you also meet all of
+these conditions:
+
+    a) You must cause the modified files to carry prominent
+    notices stating that you changed the files and the date
+    of any change.
+
+    b) You must cause any work that you distribute or
+    publish, that in whole or in part contains or is derived
+    from the Program or any part thereof, to be licensed as
+    a whole at no charge to all third parties under the
+    terms of this License.
+
+    c) If the modified program normally reads commands
+    interactively when run, you must cause it, when started
+    running for such interactive use in the most ordinary
+    way, to print or display an announcement including an
+    appropriate copyright notice and a notice that there is
+    no warranty (or else, saying that you provide a
+    warranty) and that users may redistribute the program
+    under these conditions, and telling the user how to view
+    a copy of this License. (Exception: if the Program
+    itself is interactive but does not normally print such
+    an announcement, your work based on the Program is not
+    required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the
+Program, and can be reasonably considered independent and
+separate works in themselves, then this License, and its
+terms, do not apply to those sections when you distribute
+them as separate works. But when you distribute the same
+sections as part of a whole which is a work based on the
+Program, the distribution of the whole must be on the terms
+of this License, whose permissions for other licensees
+extend to the entire whole, and thus to each and every part
+regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights
+or contest your rights to work written entirely by you;
+rather, the intent is to exercise the right to control the
+distribution of derivative or collective works based on the
+Program.
+
+In addition, mere aggregation of another work not based on
+the Program with the Program (or with a work based on the
+Program) on a volume of a storage or distribution medium
+does not bring the other work under the scope of this
+License.
+
+3. You may copy and distribute the Program (or a work based
+on it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you
+also do one of the following:
+
+    a) Accompany it with the complete corresponding
+    machine-readable source code, which must be distributed
+    under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least
+    three years, to give any third party, for a charge no
+    more than your cost of physically performing source
+    distribution, a complete machine-readable copy of the
+    corresponding source code, to be distributed under the
+    terms of Sections 1 and 2 above on a medium customarily
+    used for software interchange; or,
+
+    c) Accompany it with the information you received as to
+    the offer to distribute corresponding source code. (This
+    alternative is allowed only for noncommercial
+    distribution and only if you received the program in
+    object code or executable form with such an offer, in
+    accord with Subsection b above.)
+
+The source code for a work means the preferred form of the
+work for making modifications to it. For an executable work,
+complete source code means all the source code for all
+modules it contains, plus any associated interface
+definition files, plus the scripts used to control
+compilation and installation of the executable. However, as
+a special exception, the source code distributed need not
+include anything that is normally distributed (in either
+source or binary form) with the major components (compiler,
+kernel, and so on) of the operating system on which the
+executable runs, unless that component itself accompanies
+the executable.
+
+If distribution of executable or object code is made by
+offering access to copy from a designated place, then
+offering equivalent access to copy the source code from the
+same place counts as distribution of the source code, even
+though third parties are not compelled to copy the source
+along with the object code.
+
+4. You may not copy, modify, sublicense, or distribute the
+Program except as expressly provided under this License. Any
+attempt otherwise to copy, modify, sublicense or distribute
+the Program is void, and will automatically terminate your
+rights under this License. However, parties who have
+received copies, or rights, from you under this License will
+not have their licenses terminated so long as such parties
+remain in full compliance.
+
+5. You are not required to accept this License, since you
+have not signed it. However, nothing else grants you
+permission to modify or distribute the Program or its
+derivative works. These actions are prohibited by law if you
+do not accept this License. Therefore, by modifying or
+distributing the Program (or any work based on the Program),
+you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or
+modifying the Program or works based on it.
+
+6. Each time you redistribute the Program (or any work based
+on the Program), the recipient automatically receives a
+license from the original licensor to copy, distribute or
+modify the Program subject to these terms and conditions.
+You may not impose any further restrictions on the
+recipients' exercise of the rights granted herein. You are
+not responsible for enforcing compliance by third parties to
+this License.
+
+7. If, as a consequence of a court judgment or allegation of
+patent infringement or for any other reason (not limited to
+patent issues), conditions are imposed on you (whether by
+court order, agreement or otherwise) that contradict the
+conditions of this License, they do not excuse you from the
+conditions of this License. If you cannot distribute so as
+to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a
+consequence you may not distribute the Program at all. For
+example, if a patent license would not permit royalty-free
+redistribution of the Program by all those who receive
+copies directly or indirectly through you, then the only way
+you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or
+unenforceable under any particular circumstance, the balance
+of the section is intended to apply and the section as a
+whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to
+infringe any patents or other property right claims or to
+contest validity of any such claims; this section has the
+sole purpose of protecting the integrity of the free
+software distribution system, which is implemented by public
+license practices. Many people have made generous
+contributions to the wide range of software distributed
+through that system in reliance on consistent application of
+that system; it is up to the author/donor to decide if he or
+she is willing to distribute software through any other
+system and a licensee cannot impose that choice.
+
+This section is intended to make thoroughly clear what is
+believed to be a consequence of the rest of this License.
+
+8. If the distribution and/or use of the Program is
+restricted in certain countries either by patents or by
+copyrighted interfaces, the original copyright holder who
+places the Program under this License may add an explicit
+geographical distribution limitation excluding those
+countries, so that distribution is permitted only in or
+among countries not thus excluded. In such case, this
+License incorporates the limitation as if written in the
+body of this License.
+
+9. The Free Software Foundation may publish revised and/or
+new versions of the General Public License from time to
+time. Such new versions will be similar in spirit to the
+present version, but may differ in detail to address new
+problems or concerns.
+
+Each version is given a distinguishing version number. If
+the Program specifies a version number of this License which
+applies to it and "any later version", you have the option
+of following the terms and conditions either of that version
+or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number
+of this License, you may choose any version ever published
+by the Free Software Foundation.
+
+10. If you wish to incorporate parts of the Program into
+other free programs whose distribution conditions are
+different, write to the author to ask for permission. For
+software which is copyrighted by the Free Software
+Foundation, write to the Free Software Foundation; we
+sometimes make exceptions for this. Our decision will be
+guided by the two goals of preserving the free status of all
+derivatives of our free software and of promoting the
+sharing and reuse of software generally.
+
+NO WARRANTY
+
+11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS
+NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE
+COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM
+"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
+IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE
+OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
+DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED
+TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY
+WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED
+ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
+SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF
+THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT
+LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
+LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE
+PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH
+HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+              END OF TERMS AND CONDITIONS
+
+       How to Apply These Terms to Your New Programs
+
+If you develop a new program, and you want it to be of the
+greatest possible use to the public, the best way to achieve
+this is to make it free software which everyone can
+redistribute and change under these terms.
+
+To do so, attach the following notices to the program. It is
+safest to attach them to the start of each source file to
+most effectively convey the exclusion of warranty; and each
+file should have at least the "copyright" line and a pointer
+to where the full notice is found.
+
+    One line to give the program's name and a brief idea of
+    what it does. Copyright (C) <year> <name of author>
+
+    This program is free software; you can redistribute it
+    and/or modify it under the terms of the GNU General
+    Public License as published by the Free Software
+    Foundation; either version 2 of the License, or (at your
+    option) any later version.
+
+    This program is distributed in the hope that it will be
+    useful, but WITHOUT ANY WARRANTY; without even the
+    implied warranty of MERCHANTABILITY or FITNESS FOR A
+    PARTICULAR PURPOSE. See the GNU General Public License
+    for more details.
+
+    You should have received a copy of the GNU General
+    Public License along with this program; if not, write to
+    the Free Software Foundation, Inc., 59 Temple Place,
+    Suite 330, Boston, MA 02111-1307 USA
+
+Also add information on how to contact you by electronic and
+paper mail.
+
+If the program is interactive, make it output a short notice
+like this when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of
+    author Gnomovision comes with ABSOLUTELY NO WARRANTY;
+    for details type `show w'. This is free software, and
+    you are welcome to redistribute it under certain
+    conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show
+the appropriate parts of the General Public License. Of
+course, the commands you use may be called something other
+than `show w' and `show c'; they could even be mouse-clicks
+or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a
+programmer) or your school, if any, to sign a "copyright
+disclaimer" for the program, if necessary. Here is a sample;
+alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in
+  the program `Gnomovision' (which makes passes at
+  compilers) written by James Hacker.
+
+  signature of Ty Coon, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating
+your program into proprietary programs. If your program is a
+subroutine library, you may consider it more useful to
+permit linking proprietary applications with the library. If
+this is what you want to do, use the GNU Library General
+Public License instead of this License.
+
+
+"CLASSPATH" EXCEPTION TO THE GPL VERSION 2
+
+
+Certain source files distributed by Sun Microsystems, Inc.
+are subject to the following clarification and special
+exception to the GPL, but only where Sun has expressly
+included in the particular source file's header the words
+"Sun designates this particular file as subject to the
+"Classpath" exception as provided by Sun in the LICENSE file
+that accompanied this code."
+
+Linking this library statically or dynamically with other
+modules is making a combined work based on this library.
+Thus, the terms and conditions of the GNU General Public
+License cover the whole combination.
+
+As a special exception, the copyright holders of this
+library give you permission to link this library with
+independent modules to produce an executable, regardless of
+the license terms of these independent modules, and to copy
+and distribute the resulting executable under terms of your
+choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license
+of that module. An independent module is a module which is
+not derived from or based on this library. If you modify
+this library, you may extend this exception to your version
+of the library, but you are not obligated to do so. If you
+do not wish to do so, delete this exception statement from
+your version.
diff --git a/apisupport.harness/manifest.mf b/apisupport.harness/manifest.mf
index 114cbec..909929e 100644
--- a/apisupport.harness/manifest.mf
+++ b/apisupport.harness/manifest.mf
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.apisupport.harness
-OpenIDE-Module-Specification-Version: 1.22.1
+OpenIDE-Module-Specification-Version: 1.25.1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/apisupport/harness/Bundle.properties
 
diff --git a/apisupport.harness/nbproject/project.properties b/apisupport.harness/nbproject/project.properties
index 23200f0..19f6148 100644
--- a/apisupport.harness/nbproject/project.properties
+++ b/apisupport.harness/nbproject/project.properties
@@ -103,11 +103,8 @@ bundled.tasks=\
     org/netbeans/nbbuild/UpdateTracking*.class,\
     org/netbeans/nbbuild/VerifyClassLinkage*.class,\
     org/netbeans/nbbuild/VerifyJNLP*.class,\
-    org/netbeans/nbbuild/XMLUtil*.class
+    org/netbeans/nbbuild/XMLUtil*.class,\
+    org/netbeans/nbbuild/extlibs/DownloadBinaries*.class
 
-# XXX whatever is needed for harness-build.xml...
-# org/netbeans/nbbuild/CheckHelpSets*.class,\
-# org/netbeans/nbbuild/CheckLinks*.class,\
-
-test.unit.cp.extra=${cluster}/jnlp/jnlp-launcher.jar
+test.unit.cp.extra=${netbeans.dest.dir}/harness/jnlp/jnlp-launcher.jar
 javadoc.arch=${basedir}/arch.xml
diff --git a/apisupport.harness/release/README b/apisupport.harness/release/README
index 7df5c0e..1376ef1 100644
--- a/apisupport.harness/release/README
+++ b/apisupport.harness/release/README
@@ -610,6 +610,11 @@ private.properties:
 
     build.compiler.deprecation=false
 
+build.dir - "build", location of all module build products not placed into
+${suite.build.dir}. May be overridden on a suitewide basis if placed in
+platform.properties, e.g.: build.dir=${suite.build.dir}/${ant.project.name}
+[since 7.0]
+
 build.test.unit.classes.dir - "build/test/unit/classes", where unit tests are
 compiled to.
 
@@ -973,7 +978,7 @@ jnlp.indirect.jars [since 6.0] - optional pattern of JARs in the cluster to load
   entry META-INF/clusterpath/$path where $path is the ('/'-separated) path
   within the cluster where the JAR would be found in a normal installation.
 
-jnlp.indirect.files [since 7.0M1] - optional pattern of files in the cluster to
+jnlp.indirect.files [since 6.7 M1] - optional pattern of files in the cluster to
   load in JNLP mode. The module may load these files using InstalledFileLocator
   using the same path in regular as in JNLP mode. Note that the physical path on
   disk to the resulting file will not necessarily contain the directory prefix
@@ -1138,6 +1143,10 @@ overrides.
 
 branding.token - optional token defining an application branding.
 
+suite.build.dir - "build", location of suitewide build products including the
+cluster. If overridden, should be placed in platform.properties, e.g.:
+suite.build.dir=${suite.dir}/../build [since 7.0]
+
 enabled.clusters - comma-separated list of cluster names in the target platform
 (e.g. "platform") which should be included in the application. Should be stored
 in platform.properties, not project.properties. Available since 5.0u1. Since 6.5,
@@ -1214,6 +1223,13 @@ When property 'continue.after.failing.tests' is set to 'false', this target fail
 immediately after tests in some module fail and does not continue testing the rest
 of the suite (this was the default up to version 6.7).
 
+test-generate-html - similar to the module-level target of the same name, only
+this executes and reports on all unit and functional tests for all suite
+modules. [since 7.0]
+
+test-view-html - tests all modules in the suite, then opens the browser to
+display the report generated from the results of those tests. [since 7.0]
+
 testuserdir-delete - deletes just the testing user directory (if not currently in use).
 
 CONTENTS OF YOUR manifest.mf
@@ -1248,6 +1264,7 @@ There is a support for test coverage measurement for apisupport projects
 since 6.7. There is a general contract under which alternative 
 implementations may by added (in case of multiple impls present, only 
 one is used). NetBeans 6.7 and 6.8 use Cobertura implementation. 
+(This implementation is only available on the update center for NetBeans 7.0.)
 
 A contract for test coverage implementation for module projects is to 
 create Ant script testcoverage.xml in 'harness' cluster. Script 
diff --git a/apisupport.harness/release/build.xml b/apisupport.harness/release/build.xml
index 557ce61..e080059 100644
--- a/apisupport.harness/release/build.xml
+++ b/apisupport.harness/release/build.xml
@@ -71,7 +71,7 @@ made subject to such option by the copyright holder.
         </fail>
     </target>
 
-    <target name="-convert-old-project" unless="cluster.path.evaluated">
+    <target name="-convert-old-project" depends="-build-dir-init" unless="cluster.path.evaluated">
         <fail unless="netbeans.dest.dir" message="Either cluster.path/cluster.path.evaluated properties or netbeans.dest.dir must be set."/>
 
         <pathconvert property="old.project.update.tracking">
@@ -106,8 +106,8 @@ made subject to such option by the copyright holder.
                 </filtermapper>
             </chainedmapper>
         </pathconvert>
-        <tempfile property="old.project.clusters.duplicates.file" destdir="${basedir}/build" deleteonexit="true" prefix="duplicates"/>
-        <mkdir dir="${basedir}/build"/>
+        <tempfile property="old.project.clusters.duplicates.file" destdir="${build.dir}" deleteonexit="true" prefix="duplicates"/>
+        <mkdir dir="${build.dir}"/>
         <echo file="${old.project.clusters.duplicates.file}" message="${old.project.clusters.duplicates}"/>
 
         <pathconvert property="cluster.path.evaluated">
@@ -117,8 +117,8 @@ made subject to such option by the copyright holder.
         </pathconvert>
     </target>
 
-    <target name="common-init" depends="taskdefs,-convert-old-project">
-        <property name="netbeans.javadoc.dir" location="build/javadoc"/>
+    <target name="common-init" depends="taskdefs,-build-dir-init,-convert-old-project">
+        <property name="netbeans.javadoc.dir" location="${build.dir}/javadoc"/>
         <condition property="cluster.path.basedir" value="${suite.dir}" else="${basedir}">
             <isset property="suite.dir"/>
         </condition>
@@ -126,33 +126,36 @@ made subject to such option by the copyright holder.
     </target>
 
     <target name="basic-init" depends="projectized-common.basic-init">
-        <!-- Must be done even without build-init, or clean will not work. -->
-        <condition property="cluster" value="${suite.dir}/build/cluster"> <!-- #59872 -->
+        <condition property="suite.build.dir" value="${suite.dir}/build">
             <isset property="suite.dir"/>
         </condition>
-        <property name="cluster" location="build/cluster"/>
+        <!-- Must be done even without build-init, or clean will not work. -->
+        <condition property="cluster" value="${suite.build.dir}/cluster"> <!-- #59872 -->
+            <isset property="suite.build.dir"/>
+        </condition>
+        <property name="cluster" location="${build.dir}/cluster"/>
 
-        <condition property="test.dist.dir" value="${suite.dir}/build/testdist">
-            <isset property="suite.dir"/>
+        <condition property="test.dist.dir" value="${suite.build.dir}/testdist">
+            <isset property="suite.build.dir"/>
         </condition>
-        <property name="test.dist.dir" location="build/testdist"/>
-        <property name="build.classes.dir" location="build/classes"/>
+        <property name="test.dist.dir" location="${build.dir}/testdist"/>
+        <property name="build.classes.dir" location="${build.dir}/classes"/>
 
     </target>
 
     <target name="init" depends="basic-init,files-init,build-init,-javac-init"/>
 
     <target name="nbm-license-init" unless="license.file">
-        <mkdir dir="build"/>
-        <property name="license.file" location="build/no-license.txt"/>
+        <mkdir dir="${build.dir}"/>
+        <property name="license.file" location="${build.dir}/no-license.txt"/>
         <echo file="${license.file}">[NO LICENSE SPECIFIED]</echo>
     </target>
 
     <target name="build-init" depends="basic-init,nbm-license-init">
-        <condition property="public.package.jar.dir" value="${suite.dir}/build/public-package-jars">
-            <isset property="suite.dir"/>
+        <condition property="public.package.jar.dir" value="${suite.build.dir}/public-package-jars">
+            <isset property="suite.build.dir"/>
         </condition>
-        <property name="public.package.jar.dir" location="build/public-package-jars"/>
+        <property name="public.package.jar.dir" location="${build.dir}/public-package-jars"/>
         <mkdir dir="${public.package.jar.dir}"/>
         <!-- Similar to projectized.xml but does not try to set NBM homepage/distribution, nor is javahelp.excludes predefined. -->
         <parseprojectxml
@@ -204,7 +207,7 @@ made subject to such option by the copyright holder.
         <!-- Override if you want to use these: -->
         <property name="nbm.distribution" value=""/>
         <property name="nbm.homepage" value=""/>
-        <property name="build.javahelp.dir" location="build/javahelp"/>
+        <property name="build.javahelp.dir" location="${build.dir}/javahelp"/>
         <property name="javahelp.base" value="${code.name.base.slashes}/docs"/>
         <property name="javahelp.search" value="JavaHelpSearch"/>
     </target>
@@ -212,8 +215,8 @@ made subject to such option by the copyright holder.
     <target name="test-lib-init" depends="init">
         <!-- NbModuleSuite must be made to ignore disabled.modules during a test; see discussion in #136621: -->
         <delete failonerror="false">
-            <fileset dir="${suite.dir}">
-                <include name="build/cluster/config/Modules/*.xml_hidden"/>
+            <fileset dir="${suite.build.dir}">
+                <include name="cluster/config/Modules/*.xml_hidden"/>
             </fileset>
         </delete>
         <path id="test.unit.lib.cp">
@@ -269,19 +272,23 @@ made subject to such option by the copyright holder.
         <nbbrowse file="${netbeans.javadoc.dir}/${code.name.base.dashes}/index.html"/>
     </target>
 
-    <target name="run" depends="netbeans">
+    <target name="-hide-excluded-modules" if="suite.dir"> <!-- #194563 -->
+        <ant dir="${suite.dir}" inheritall="false" target="-hide-excluded-modules"/>
+    </target>
+
+    <target name="run" depends="netbeans,-hide-excluded-modules">
         <ant antfile="${harness.dir}/run.xml" target="run">
             <reference refid="cluster.path.id"/>
         </ant>
     </target>
 
-    <target name="profile" depends="netbeans,-jdk-presetdef-nbprofiledirect">
+    <target name="profile" depends="netbeans,-hide-excluded-modules,-jdk-presetdef-nbprofiledirect">
         <ant antfile="${harness.dir}/run.xml" target="profile">
             <reference refid="cluster.path.id"/>
         </ant>
     </target>
 
-    <target name="debug" depends="netbeans,-jdk-presetdef-nbjpdastart">
+    <target name="debug" depends="netbeans,-hide-excluded-modules,-jdk-presetdef-nbjpdastart">
         <ant antfile="${harness.dir}/run.xml" target="debug">
             <reference refid="cluster.path.id"/>
         </ant>
@@ -300,4 +307,10 @@ made subject to such option by the copyright holder.
         <nbinstaller module="${cluster}/${module.jar}" action="reinstall"/>
     </target>
 
+    <target name="-copy-testxmlresults">
+        <copy todir="${test.xml.results.dir}" flatten="true" failonerror="false">
+            <fileset dir="${build.dir}/test" includes="*/results/TEST-*.xml"/>
+        </copy>
+    </target>
+
 </project>
diff --git a/apisupport.harness/release/jnlp.xml b/apisupport.harness/release/jnlp.xml
index ee464c1..ddce0d8 100644
--- a/apisupport.harness/release/jnlp.xml
+++ b/apisupport.harness/release/jnlp.xml
@@ -59,7 +59,7 @@ made subject to such option by the copyright holder.
     <target name="jnlp-init-generate-master" depends="-check-for-master.jnlp" unless="master.jnlp.exists">
         <echo file="master.jnlp"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Descriptor 6.0//EN" "http://java.sun.com/dtd/JNLP-6.0.dtd">
-<jnlp spec="1.0+" codebase="${jnlp.codebase}">
+<jnlp spec="1.0+" codebase="${jnlp.codebase}" href="master.jnlp">
   <information>
       <title>$${app.title}</title>
       <vendor>$${app.title} vendor</vendor>
@@ -104,8 +104,8 @@ made subject to such option by the copyright holder.
     <target name="jnlp-init" depends="jnlp-init-generate-master">
         <fail unless="app.name">Must have set at least an application name ('app.name')</fail>
         
-        <property name="jnlp.dest.dir" location="build/jnlp"/>
-        <property name="jnlp.master.dir" location="build/tmp/master-jnlp"/>
+        <property name="jnlp.dest.dir" location="${suite.build.dir}/jnlp"/>
+        <property name="jnlp.master.dir" location="${suite.build.dir}/tmp/master-jnlp"/>
         <mkdir dir="${jnlp.master.dir}"/>
         
         <property name="dist.dir" location="dist"/>
@@ -132,7 +132,7 @@ made subject to such option by the copyright holder.
             </and>
         </pathfileset>
         <property name="jnlp.sign.jars" value="true"/>
-        <property name="jnlp.signjar.keystore" location="build/default.keystore"/>
+        <property name="jnlp.signjar.keystore" location="${suite.build.dir}/default.keystore"/>
         <property name="jnlp.signjar.alias" value="jnlp"/>
         <property name="jnlp.signjar.password" value="netbeans"/>
         <available property="jnlp.signjar.keystore.exists" file="${jnlp.signjar.keystore}"/>
@@ -171,7 +171,7 @@ made subject to such option by the copyright holder.
             dir="${jnlp.dest.dir}/netbeans/"
             codebase="${jnlp.platform.codebase.own}"
             verify="true"
-            verifyexcludes="lib/nbexec.cmd,lib/nbexec,lib/nbexec.exe,lib/nbexec.dll,core/ide.ks,LICENSE.txt,DISTRIBUTION.txt,THIRDPARTYLICENSEREADME.txt,docs/swing-layout-1.0-doc.zip,docs/swing-layout-1.0.1-doc.zip,docs/html40.zip,core/org-netbeans-modules-utilities-cli.jar,docs/org/netbeans/modules/usersguide/ide.css,docs/swing-layout-1.0.2-doc.zip,docs/swing-layout-1.0.2-src.zip,docs/swing-layout-1.0.3-doc.zip,docs/swing-layout-1.0.3-src.zip,docs/swing-layout-1.0.4-doc.zip,docs/swing-layout-1.0.4-src.zip,modules/ext/felix-main-2.0.2.jar,modules/ext/toplink/README,modules/ext/toplink/3RD-PARTY-LICENSE.txt,modules/ext/toplink/LICENSE.txt"
+            verifyexcludes="lib/nbexec.cmd,lib/nbexec,lib/nbexec.exe,lib/nbexec.dll,core/ide.ks,LICENSE.txt,DISTRIBUTION.txt,THIRDPARTYLICENSEREADME.txt,docs/swing-layout-1.0-doc.zip,docs/swing-layout-1.0.1-doc.zip,docs/html40.zip,core/org-netbeans-modules-utilities-cli.jar,docs/org/netbeans/modules/usersguide/ide.css,docs/swing-layout-1.0.2-doc.zip,docs/swing-layout-1.0.2-src.zip,docs/swing-layout-1.0.3-doc.zip,docs/swing-layout-1.0.3-src.zip,docs/swing-layout-1.0.4-doc.zip,docs/swing-layout-1.0.4-src.zip,modules/ext/felix-main-2.0.2.jar,modules/ext/toplink/README,modules/ext/toplink/3RD-PARTY-LICENSE.txt,modules/ext/toplink/LICENSE.txt,modules/lib/amd64/Linux/libjnidispatch.so,modules/lib/x86/jnidispatch.dll,modules/lib/libjnidispatch.jnilib,modules/lib/amd64/jnidispatch.dll,modules/lib/i386/Linux/libjnidispatch.so,modules/ext/nsProxyAutoConfig.js"
             permissions="${jnlp.permissions}"
             signjars="${jnlp.sign.jars}"
             processjarversions="${jnlp.generate.versions}"
@@ -215,7 +215,7 @@ made subject to such option by the copyright holder.
             </condition>
         </fail>
         
-        <echo file="build/tmp/web.xml"><![CDATA[
+        <echo file="${suite.build.dir}/tmp/web.xml"><![CDATA[
 <web-app>
  <servlet>
     <servlet-name>JnlpDownloadServlet</servlet-name>
@@ -228,7 +228,7 @@ made subject to such option by the copyright holder.
 </web-app>         
 ]]></echo>
         <mkdir dir="${dist.dir}"/>
-        <war basedir="${jnlp.dest.dir}" destfile="${dist.dir}/${app.name}.war" webxml="build/tmp/web.xml">
+        <war basedir="${jnlp.dest.dir}" destfile="${dist.dir}/${app.name}.war" webxml="${suite.build.dir}/tmp/web.xml">
             <zipfileset dir="${jnlp.servlet.jar}/.." file="${jnlp.servlet.jar}" prefix="WEB-INF/lib"/>
         </war>
     </target>
@@ -241,16 +241,16 @@ made subject to such option by the copyright holder.
         
         <makeurl property="build.jnlp.local.url" file="${build.jnlp.local.dir}"/>
         <copy todir="${build.jnlp.local.dir}">
-            <fileset dir="build/jnlp">
+            <fileset dir="${suite.build.dir}/jnlp">
                 <include name="*.jnlp"/>
             </fileset>
             <filterchain>
                 <replacestring from="$$$$codebase" to="${build.jnlp.local.url}"/>
             </filterchain>
         </copy>
-        <mkdir dir="build/jnlp/netbeans"/> <!-- else fileset will croak -->
+        <mkdir dir="${suite.build.dir}/jnlp/netbeans"/> <!-- else fileset will croak -->
         <copy todir="${build.jnlp.local.dir}/netbeans/">
-            <fileset dir="build/jnlp/netbeans">
+            <fileset dir="${suite.build.dir}/jnlp/netbeans">
                 <include name="**/*.jnlp"/>
             </fileset>
             <filterchain>
@@ -258,7 +258,7 @@ made subject to such option by the copyright holder.
             </filterchain>
         </copy>
         <copy todir="${build.jnlp.local.dir}/app/">
-            <fileset dir="build/jnlp/app">
+            <fileset dir="${suite.build.dir}/jnlp/app">
                 <include name="**/*.jnlp"/>
             </fileset>
             <filterchain>
@@ -266,7 +266,7 @@ made subject to such option by the copyright holder.
             </filterchain>
         </copy>
         <copy todir="${build.jnlp.local.dir}">
-            <fileset dir="build/jnlp">
+            <fileset dir="${suite.build.dir}/jnlp">
                 <exclude name="**/*.jnlp"/>
             </fileset>
         </copy>
diff --git a/apisupport.harness/release/launchers/app.sh b/apisupport.harness/release/launchers/app.sh
index d3982ee..0bd512e 100644
--- a/apisupport.harness/release/launchers/app.sh
+++ b/apisupport.harness/release/launchers/app.sh
@@ -17,7 +17,7 @@ while [ -h "$PRG" ]; do
 done
 
 progdir=`dirname "$PRG"`
-APPNAME=`basename "$0"`
+APPNAME=`basename "$PRG"`
 
 if [ -f "$progdir/../etc/$APPNAME".conf ] ; then
     . "$progdir/../etc/$APPNAME".conf
diff --git a/apisupport.harness/release/osgi.xml b/apisupport.harness/release/osgi.xml
index 253696f..1a13a39 100644
--- a/apisupport.harness/release/osgi.xml
+++ b/apisupport.harness/release/osgi.xml
@@ -45,8 +45,8 @@ made subject to such option by the copyright holder.
 <project name="suite-osgi" basedir=".">
 
     <target name="init">
-        <property name="osgi.dest.dir" location="build/osgi"/>
-        <property name="osgi.cache.dir" location="build/osgi-cache"/>
+        <property name="osgi.dest.dir" location="${suite.build.dir}/osgi"/>
+        <property name="osgi.cache.dir" location="${suite.build.dir}/osgi-cache"/>
         <property name="disabled.modules" value=""/>
         <property name="enabled.clusters" value=""/>
         <property name="disabled.clusters" value=""/>
@@ -71,6 +71,7 @@ made subject to such option by the copyright holder.
                         <filename name="modules/locale/*.jar"/>
                         <filename name="lib/locale/*.jar"/>
                         <filename name="core/locale/*.jar"/>
+                        <filename name="*.jar"/> <!-- #186371: imported bundles -->
                     </or>
                     <custom classpath="${harness.dir}/tasks.jar" classname="org.netbeans.nbbuild.ModuleSelector">
                         <param name="excludeModules" value="${disabled.modules}"/>
diff --git a/apisupport.harness/release/run.xml b/apisupport.harness/release/run.xml
index 5fc85e6..615a787 100644
--- a/apisupport.harness/release/run.xml
+++ b/apisupport.harness/release/run.xml
@@ -47,8 +47,8 @@ made subject to such option by the copyright holder.
 
     <target name="-init">
         <property name="run.jdkhome" location="${nbjdk.home}"/>
-        <condition property="test.user.dir" value="${suite.dir}/build/testuserdir" else="build/testuserdir">
-            <isset property="suite.dir"/>
+        <condition property="test.user.dir" value="${suite.build.dir}/testuserdir" else="${build.dir}/testuserdir">
+            <isset property="suite.build.dir"/>
         </condition>
         <property name="suite.dir" location="${basedir}"/>
         <property name="run.args.common" value='--userdir "${test.user.dir}" -J-Dnetbeans.logger.console=true -J-ea'/>
@@ -175,8 +175,8 @@ made subject to such option by the copyright holder.
             <arg line="${run.args.common}"/>
             <arg line="${run.args.prepared}"/>
             <arg line="${run.args}"/>
-            <arg line="${run.args.ide}"/>
             <arg line="${run.args.extra}"/>
+            <arg line="${run.args.ide}"/>
         </exec>
         <exec osfamily="unix" dir="." executable="sh"
         failonerror="no" resultproperty="result.prop">
@@ -186,9 +186,9 @@ made subject to such option by the copyright holder.
             <arg line="${run.args.common}"/>
             <arg line="${run.args.prepared}"/>
             <arg line="${run.args}"/>
-            <arg line="${run.args.ide}"/>
             <arg line="${run.args.extra}"/>
             <arg line="${run.args.mac}"/>
+            <arg line="${run.args.ide}"/>
         </exec>
         <fail>
 The application is already running within the test user directory.
diff --git a/apisupport.harness/release/suite.xml b/apisupport.harness/release/suite.xml
index 04ca8a7..3037d9e 100644
--- a/apisupport.harness/release/suite.xml
+++ b/apisupport.harness/release/suite.xml
@@ -73,8 +73,12 @@ made subject to such option by the copyright holder.
             </condition>
         </fail>
     </target>
+    
+    <target name="-init-build-dir">
+        <property name="suite.build.dir" location="build"/>
+    </target>
 
-    <target name="-convert-old-project" unless="cluster.path.evaluated">
+    <target name="-convert-old-project" unless="cluster.path.evaluated" depends="-init-build-dir">
         <!-- netbeans.dest.dir -> cluster.path.id translation for pre-7.0 modules -->
         <fail unless="netbeans.dest.dir" message="Either cluster.path/cluster.path.evaluated properties or netbeans.dest.dir must be set."/>
 
@@ -106,8 +110,8 @@ made subject to such option by the copyright holder.
                 </filtermapper>
             </chainedmapper>
         </pathconvert>
-        <tempfile property="old.project.clusters.duplicates.file" destdir="${basedir}/build" deleteonexit="true" prefix="duplicates"/>
-        <mkdir dir="${basedir}/build"/>
+        <tempfile property="old.project.clusters.duplicates.file" destdir="${suite.build.dir}" deleteonexit="true" prefix="duplicates"/>
+        <mkdir dir="${suite.build.dir}"/>
         <echo file="${old.project.clusters.duplicates.file}" message="${old.project.clusters.duplicates}"/>
 
         <pathconvert property="cluster.path.evaluated">
@@ -117,12 +121,12 @@ made subject to such option by the copyright holder.
         </pathconvert>
     </target>
 
-    <target name="-init" depends="-taskdefs,-convert-old-project">
+    <target name="-init" depends="-taskdefs,-init-build-dir,-convert-old-project">
         <convertclusterpath from="${cluster.path.evaluated}" to="cluster.path.final" id="cluster.path.id"/>
         <property file="nbproject/private/private.properties"/>
         <property file="nbproject/project.properties"/>
         <sortsuitemodules unsortedmodules="${modules}" sortedmodulesproperty="modules.sorted"/>
-        <property name="cluster" location="build/cluster"/>
+        <property name="cluster" location="${suite.build.dir}/cluster"/>
         <echo level="verbose">Suite in ${basedir} with clusters ${cluster.path.final}, build cluster ${cluster}, and sorted modules ${modules.sorted}</echo>
         <!-- synchronize with SuiteProject -->
         <property name="disabled.modules" value=""/>
@@ -131,6 +135,9 @@ made subject to such option by the copyright holder.
         <property name="app.version" value="0.1"/>
         <property name="branding.dir" location="branding"/>
         <property name="dist.dir" location="dist"/>
+        <property name="test.xml.results.dir" value="${suite.build.dir}/test/xmldata" />
+        <property name="test.report.base.dir" value="${suite.build.dir}/test/report" />
+        <property name="test.report.html.dir" value="${test.report.base.dir}/html" />
         <condition property="run.branding"> <!-- #84689 -->
             <and>
                 <available file="${branding.dir}" type="dir"/>
@@ -192,7 +199,7 @@ made subject to such option by the copyright holder.
     </target>
 
     <target name="nbms" depends="-init,branding,release,-hide-excluded-modules" description="Build NBMs and an Auto Update site descriptor for all modules in the suite.">
-        <property name="build.updates.dir" location="build/updates"/>
+        <property name="build.updates.dir" location="${suite.build.dir}/updates"/>
         <!-- reads from suite/project.properties first -->
         <condition property="help.target.cluster" value="${nbm.target.cluster}" >
             <isset property="nbm.target.cluster"/>
@@ -271,7 +278,7 @@ made subject to such option by the copyright holder.
                 <selector refid="zip.platform.included.files"/>
             </pathfileset>
             <chainedmapper>
-                <mapper type="regexp" from="(^.+)[/\\](config[/\\]Modules[/\\]|lib[/\\]|core[/\\])" to="\1"/> <!-- #71849, #185047 -->
+                <mapper type="regexp" from="(^.+)[/\\](config[/\\]Modules|(?<=[/\\]platform\d{0,2}[/\\])(lib|core))[/\\]" to="\1"/> <!-- #71849, #185047, #188601 -->
                 <filtermapper>
                     <linecontainsregexp negate="true">
                         <regexp pattern="update[/\\]backup[/\\]netbeans[/\\]?$"/>
@@ -279,7 +286,7 @@ made subject to such option by the copyright holder.
                 </filtermapper>
             </chainedmapper>
         </pathconvert>
-        <tempfile property="zip.platform.clusters.duplicates.file" destdir="${basedir}/build" deleteonexit="true" prefix="duplicates"/>
+        <tempfile property="zip.platform.clusters.duplicates.file" destdir="${suite.build.dir}" deleteonexit="true" prefix="duplicates"/>
         <echo file="${zip.platform.clusters.duplicates.file}" message="${zip.platform.clusters.duplicates}"/>
 
         <union id="zip.platform.clusters"> <!-- union removes duplicates -->
@@ -297,7 +304,7 @@ made subject to such option by the copyright holder.
             </chainedmapper>
         </pathconvert>
 
-        <property name="build.launcher.dir" location="build/launcher"/>
+        <property name="build.launcher.dir" location="${suite.build.dir}/launcher"/>
         
         <mkdir dir="${build.launcher.dir}/etc"/>
         <!-- clean old launchers (platform could be changed) -->
@@ -334,12 +341,12 @@ made subject to such option by the copyright holder.
         <mkdir dir="${dist.dir}"/>
         <!-- pathfileset does not support 'prefix' and 'filemode' parameters,
              we have to copy them to temp location -->
-        <tempfile property="temp.dir.nbexec" destdir="${basedir}/build" deleteonexit="true" prefix="nbexec"/>
-        <tempfile property="temp.dir.rest" destdir="${basedir}/build" deleteonexit="delete" prefix="rest"/>
+        <tempfile property="temp.dir.nbexec" destdir="${suite.build.dir}" deleteonexit="true" prefix="nbexec"/>
+        <tempfile property="temp.dir.rest" destdir="${suite.build.dir}" deleteonexit="delete" prefix="rest"/>
         <subant genericantfile="${harness.dir}/suite.xml" target="copy-cluster" inheritrefs="true">
             <property name="dest.dir" value="${temp.dir.rest}"/>
             <property name="nbexec.dir" value="${temp.dir.nbexec}"/>
-            <property name="build.dir" value="${basedir}/build"/>
+            <property name="build.dir" value="${suite.build.dir}"/>
             <resources refid="zip.platform.clusters"/>
         </subant>
         <zip destfile="${dist.dir}/${app.name}.zip">
@@ -371,6 +378,7 @@ made subject to such option by the copyright holder.
                 </and>
             </fileset>
         </copy>
+        <touch file="${dest.dir}/${cluster.name}/.lastModified"/>
         <condition property="copy.nbexec" value="true">
             <matches pattern="^platform[0-9]*$" string="${cluster.name}"/>
         </condition>
@@ -414,7 +422,7 @@ See: http://wiki.netbeans.org/DevFaqHowToReuseModules
         <subant genericantfile="${harness.dir}/suite.xml" target="copy-cluster" inheritrefs="true">
             <property name="dest.dir" value="${dist.dir}/${app.name}.app/Contents/Resources/${app.name}"/>
             <property name="nbexec.dir" value="${dist.dir}/${app.name}.app/Contents/Resources/${app.name}"/>
-            <property name="build.dir" value="${basedir}/build"/>
+            <property name="build.dir" value="${suite.build.dir}"/>
             <resources refid="zip.platform.clusters"/>
         </subant>
 
@@ -450,7 +458,7 @@ Alternatively use "zip -yr ${app.name}.app" to create a simple zipped distributi
     </target>
 
     <target name="-testuserdir-delete-init" depends="-init">
-        <property name="test.user.dir" location="build/testuserdir"/>
+        <property name="test.user.dir" location="${suite.build.dir}/testuserdir"/>
         <property name="test.user.dir.lock" location="${test.user.dir}/lock"/>
         <available property="app.running" file="${test.user.dir.lock}"/>
     </target>
@@ -467,7 +475,7 @@ Alternatively use "zip -yr ${app.name}.app" to create a simple zipped distributi
     
     <target name="clean" depends="-init,testuserdir-delete" description="Clean everything.">
         <delete failonerror="false" includeemptydirs="true">
-            <fileset dir="build">
+            <fileset dir="${suite.build.dir}">
                 <exclude name="testuserdir/"/>
             </fileset>
         </delete>
@@ -561,6 +569,27 @@ Alternatively use "zip -yr ${app.name}.app" to create a simple zipped distributi
         </subant>
     </target>
 
+    <target name="test-generate-html" depends="test" description="Generates test report for entire suite">
+        <delete dir="${test.xml.results.dir}" />
+        <mkdir dir="${test.xml.results.dir}" />
+
+        <delete dir="${test.report.base.dir}" />
+        <mkdir dir="${test.report.base.dir}" />
+
+        <subant target="-copy-testxmlresults" buildpath="${modules.test.sorted}" inheritrefs="false" inheritall="false">
+            <property name="test.xml.results.dir" value="${test.xml.results.dir}"/>
+        </subant>
+
+        <junitreport todir="${test.report.base.dir}">
+            <fileset dir="${test.xml.results.dir}" />
+            <report todir="${test.report.html.dir}" format="frames"/>
+        </junitreport>
+    </target>
+
+    <target name="test-view-html" depends="test-generate-html" description="Generates and displays test report for entire suite">
+        <nbbrowse file="${test.report.html.dir}/index.html"/>
+    </target>
+
     <target name="update" depends="-init" description="Updates modules in the suite from an update center.">
         <sortsuitemodules unsortedmodules="${modules}" sortedmodulesproperty="modules.test.sorted"/>
         <subant target="update" buildpath="${modules.test.sorted}" inheritrefs="false" inheritall="false">
diff --git a/apisupport.harness/taskdefs.properties b/apisupport.harness/taskdefs.properties
index 9b54dfb..0f43886 100644
--- a/apisupport.harness/taskdefs.properties
+++ b/apisupport.harness/taskdefs.properties
@@ -61,3 +61,4 @@ custom-javac=org.netbeans.nbbuild.CustomJavac
 convertclusterpath=org.netbeans.nbbuild.ConvertClusterPath
 parsemanifest=org.netbeans.nbbuild.ParseManifest
 autoupdate=org.netbeans.nbbuild.AutoUpdate
+downloadbinaries=org.netbeans.nbbuild.extlibs.DownloadBinaries
diff --git a/apisupport.harness/windows-launcher-src/app.res b/apisupport.harness/windows-launcher-src/app.res
deleted file mode 100644
index 423f0bd..0000000
Binary files a/apisupport.harness/windows-launcher-src/app.res and /dev/null differ
diff --git a/apisupport.tc.cobertura/arch.xml b/apisupport.tc.cobertura/arch.xml
deleted file mode 100644
index c22af19..0000000
--- a/apisupport.tc.cobertura/arch.xml
+++ /dev/null
@@ -1,228 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-
-Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-Other names may be trademarks of their respective owners.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-particular file as subject to the "Classpath" exception as provided
-by Oracle in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE api-answers PUBLIC "-//NetBeans//DTD Arch Answers//EN" "../nbbuild/antsrc/org/netbeans/nbbuild/Arch.dtd" [
-  <!ENTITY api-questions SYSTEM "../nbbuild/antsrc/org/netbeans/nbbuild/Arch-api-questions.xml">
-]>
-
-<api-answers
-  question-version="1.26"
-  author="rmichalsky at netbeans.org"
->
-
-  &api-questions;
-
-
-<!--
-        <question id="arch-overall" when="init">
-            Describe the overall architecture.
-            <hint>
-            What will be API for
-            <a href="http://openide.netbeans.org/tutorial/api-design.html#design.apiandspi">
-                clients and what support API</a>? 
-            What parts will be pluggable?
-            How will plug-ins be registered? Please use <code><api type="export"/></code>
-            to describe your general APIs.
-            If possible please provide 
-            simple diagrams. 
-            </hint>
-        </question>
--->
- <answer id="arch-overall">
-  <p>
-   Cobertura Module Test Coverage provides Ant scripts to measure test coverage
-   of NetBeans Module and Suite projects. It needs Module Build Harness to run.
-  </p>
- </answer>
-
-
-
-<!--
-        <question id="arch-time" when="init">
-            What are the time estimates of the work?
-            <hint>
-            Please express your estimates of how long the design, implementation,
-            stabilization are likely to last. How many people will be needed to
-            implement this and what is the expected milestone by which the work should be 
-            ready?
-            </hint>
-        </question>
--->
- <answer id="arch-time">
-  <p>
-   NetBeans 6.8.
-  </p>
- </answer>
-
-
-<!--
-        <question id="dep-nb" when="init">
-            What other NetBeans projects and modules does this one depend on?
-            <hint>
-            If you want, describe such projects as imported APIs using
-            the <code><api name="identification" type="import or export" category="stable" url="where is the description" /></code>
-            </hint>
-        </question>
--->
- <answer id="dep-nb">
-  <defaultanswer generate='here' />
- </answer>
-
-
-
-<!--
-        <question id="dep-non-nb" when="init">
-            What other projects outside NetBeans does this one depend on?
-            
-            <hint>
-            Some non-NetBeans projects are packaged as NetBeans modules
-            (see <a href="http://libs.netbeans.org/">libraries</a>) and
-            it is preferred to use this approach when more modules may
-            depend on such third-party library.
-            </hint>
-        </question>
--->
- <answer id="dep-non-nb">
-  <p>
-   Cobertura 1.9, http://cobertura.sourceforge.net.
-  </p>
- </answer>
-
-<!--
-        <question id="deploy-jar" when="impl">
-            Do you deploy just module JAR file(s) or other files as well?
-            <hint>
-            Usually a module consist of one JAR file (perhaps with Class-Path
-            extensions) and also a configuration file that enables it. If you
-            have any other files, use
-            <api group="java.io.File" name="yourname" type="export" category="friend">...</api>
-            to define the location, name and stability of your files (of course
-            changing "yourname" and "friend" to suit your needs).
-            
-            If it uses more than one JAR, describe where they are located, how
-            they refer to each other. 
-            If it consist of module JAR(s) and other files, please describe
-            what is their purpose, why other files are necessary. Please 
-            make sure that installation/uninstallation leaves the system 
-            in state as it was before installation.
-            </hint>
-        </question>
--->
- <answer id="deploy-jar">
-  <p>
-   Deploys Ant scripts testcoverage.xml and testcoverage-suite.xml
-   into harness cluster, cobertura.jar and its libraries.
-  </p>
- </answer>
-
-
-
-<!--
-        <question id="deploy-nbm" when="impl">
-            Can you deploy an NBM via the Update Center?
-            <hint>
-            If not why?
-            </hint>
-        </question>
--->
- <answer id="deploy-nbm">
-  <p>
-   Yes.
-  </p>
- </answer>
-
-
-<!--
-        <question id="exec-process" when="impl">
-            Do you execute an external process from your module? How do you ensure
-            that the result is the same on different platforms? Do you parse output?
-            Do you depend on result code?
-            <hint>
-            If you feed an input, parse the output please declare that as an API.
-            </hint>
-        </question>
--->
- <answer id="exec-process">
-  <p>
-   Yes, Cobertura is run in separate processes due to GPL license it uses.
-  </p>
- </answer>
-
-
-
-<!--
-        <question id="exec-property" when="impl">
-            Is execution of your code influenced by any environment or
-            Java system (<code>System.getProperty</code>) property?
-            
-            <hint>
-            If there is a property that can change the behavior of your 
-            code, somebody will likely use it. You should describe what it does 
-            and the <a href="http://openide.netbeans.org/tutorial/api-design.html#life">stability category</a>
-            of this API. You may use
-            <pre>
-                <api type="export" group="property" name="id" category="private" url="http://...">
-                    description of the property, where it is used, what it influence, etc.
-                </api>            
-            </pre>
-            </hint>
-        </question>
--->
- <answer id="exec-property">
-  <p>
-   There is a bug which prevents Cobertura tasks to run on different JVM than Ant.
-   When running on NB.org module project (part of NetBeans sources) it is 
-   advisable to use:
-	<pre>
-	nbjdk.home.defaulted=true
-	permit.jdk6.builds=true
-	</pre>
-	which ensures that tests are run within the same JVM (as of NB 6.8).
-  </p>
- </answer>
-
-
-
-</api-answers>
diff --git a/apisupport.tc.cobertura/build.xml b/apisupport.tc.cobertura/build.xml
deleted file mode 100644
index cf14834..0000000
--- a/apisupport.tc.cobertura/build.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project basedir="." default="netbeans" name="apisupport.tc.cobertura">
-    <description>Builds, tests, and runs the project org.netbeans.modules.apisupport.tc.cobertura</description>
-    <import file="../nbbuild/templates/projectized.xml"/>
-</project>
diff --git a/apisupport.tc.cobertura/manifest.mf b/apisupport.tc.cobertura/manifest.mf
deleted file mode 100644
index e06247d..0000000
--- a/apisupport.tc.cobertura/manifest.mf
+++ /dev/null
@@ -1,5 +0,0 @@
-Manifest-Version: 1.0
-OpenIDE-Module: org.netbeans.modules.apisupport.tc.cobertura
-OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/apisupport/tc/cobertura/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.3.1
-
diff --git a/apisupport.tc.cobertura/nbproject/project.properties b/apisupport.tc.cobertura/nbproject/project.properties
deleted file mode 100644
index c638f19..0000000
--- a/apisupport.tc.cobertura/nbproject/project.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-javac.source=1.6
-javac.compilerargs=-Xlint -Xlint:-serial
-
-is.autoload=true
-javadoc.arch=${basedir}/arch.xml
-
-# test coverage external libs
-release.external/cobertura-1.9.3.jar=testcoverage/cobertura/cobertura-1.9.3.jar
-release.external/asm-3.0.jar=testcoverage/cobertura/lib/asm-3.0.jar
-release.external/asm-tree-3.0.jar=testcoverage/cobertura/lib/asm-tree-3.0.jar
-release.external/jakarta-oro-2.0.8.jar=testcoverage/cobertura/lib/jakarta-oro-2.0.8.jar
-release.external/log4j-1.2.9.jar=testcoverage/cobertura/lib/log4j-1.2.9.jar
\ No newline at end of file
diff --git a/apisupport.tc.cobertura/nbproject/project.xml b/apisupport.tc.cobertura/nbproject/project.xml
deleted file mode 100644
index cf1bc94..0000000
--- a/apisupport.tc.cobertura/nbproject/project.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://www.netbeans.org/ns/project/1">
-    <type>org.netbeans.modules.apisupport.project</type>
-    <configuration>
-        <data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
-            <code-name-base>org.netbeans.modules.apisupport.tc.cobertura</code-name-base>
-            <module-dependencies>
-                <dependency>
-                    <code-name-base>org.netbeans.modules.apisupport.harness</code-name-base>
-                    <run-dependency>
-                        <specification-version>1.18</specification-version>
-                    </run-dependency>
-                </dependency>
-            </module-dependencies>
-            <public-packages/>
-        </data>
-    </configuration>
-</project>
diff --git a/apisupport.tc.cobertura/release/testcoverage-suite.xml b/apisupport.tc.cobertura/release/testcoverage-suite.xml
deleted file mode 100644
index cff2839..0000000
--- a/apisupport.tc.cobertura/release/testcoverage-suite.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="testcoverage-suite">
-
-<!--
-  Test coverage measurement for apisupport suite projects.
-
-  At present, this only measure coverage for unit tests.  Functional
-  tests, performance tests and other types of tests are not considered.
-
-  NOTE: Implemented using Cobertura, follows general contract described in harness README.
--->
-    <property name="testcoverage.suite.present" value="true"/>
-    <property name="cobertura.dir" value="${harness.dir}/testcoverage/cobertura"/>
-
-    <path id="cobertura.classpath">
-        <fileset dir="${cobertura.dir}">
-            <include name="cobertura-1.9.3.jar" />
-            <include name="lib/**/*.jar" />
-        </fileset>
-    </path>
-
-    <taskdef classpathref="cobertura.classpath" resource="tasks.properties"/>
-
-    <target name="cobertura-init">
-        <property name="cobertura.datafiles.merge.dir" value="${basedir}/build/test/cobertura-datafiles"/>
-        <property name="cobertura.report.sources.dir" value="${basedir}/build/test/sources-for-report"/>
-        <property name="testcoverage.report.dir" value="build/test/cobertura-report"/>
-        <property name="cobertura.datafile" value="build/test/global-cobertura.ser"/>        
-    </target>
-
-    <target name="merge-coverage-reports" depends="-init,cobertura-init">
-        <!-- Creates a report by merging data collected from tests previously run on modules -->
-
-        <mkdir dir="build/test"/>
-        <delete file="${cobertura.datafile}" failonerror="false"/>
-        <delete dir="${testcoverage.report.dir}" failonerror="false"/>
-
-        <delete dir="${cobertura.datafiles.merge.dir}" quiet="true" />
-        <mkdir dir="${cobertura.datafiles.merge.dir}" />
-
-        <delete dir="${cobertura.report.sources.dir}" quiet="true" />
-        <mkdir dir="${cobertura.report.sources.dir}" />
-
-        <!-- have each module copy its .ser file to the suite for merging -->
-        <subant target="-copy-cobertura-datafile" buildpath="${modules.sorted}" inheritrefs="false" inheritall="false">
-            <property name="suite.merge.dir" value="${cobertura.datafiles.merge.dir}"/>
-        </subant>
-
-        <cobertura-merge datafile="${cobertura.datafile}">
-            <fileset dir="${cobertura.datafiles.merge.dir}">
-                <include name="**/*" />
-            </fileset>
-        </cobertura-merge>
-
-        <!-- have each module copy its sources to the suite for reporting -->
-        <subant target="-copy-source-folder" buildpath="${modules.sorted}" inheritrefs="false" inheritall="false">
-            <property name="suite.sources.dir" value="${cobertura.report.sources.dir}"/>
-        </subant>
-
-        <cobertura-report datafile="${cobertura.datafile}" destdir="${testcoverage.report.dir}" format="html">
-            <fileset dir="${cobertura.report.sources.dir}">
-                <include name="**/*.java" />
-            </fileset>
-        </cobertura-report> 
-        <cobertura-report datafile="${cobertura.datafile}" destdir="${testcoverage.report.dir}" format="xml">
-            <fileset dir="${cobertura.report.sources.dir}">
-                <include name="**/*.java" />
-            </fileset>
-        </cobertura-report> 
-    </target>
-
-    <target name="generate-all-coverage-reports" depends="-init">
-        <subant target="coverage-report" buildpath="${modules.sorted}" inheritrefs="false" inheritall="false"/>
-    </target>
-    
-    <target name="coverage-report" depends="generate-all-coverage-reports,merge-coverage-reports"
-        description="Generates test coverage report for entire suite">
-    </target>
-    
-</project>
diff --git a/apisupport.tc.cobertura/release/testcoverage.xml b/apisupport.tc.cobertura/release/testcoverage.xml
deleted file mode 100644
index 027ddbd..0000000
--- a/apisupport.tc.cobertura/release/testcoverage.xml
+++ /dev/null
@@ -1,229 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="testcoverage">
-
-<!--
-  Test coverage measurement for apisupport module projects.
-
-  Unit and functional tests supported.
-
-  Implemented using Cobertura, follows general contract described in harness README.
--->
-    <property name="testcoverage.present" value="true"/>
-    <condition property="cobertura.dir" value="${harness.dir}/testcoverage/cobertura" else="${netbeans.dest.dir}/harness/testcoverage/cobertura">
-        <isset property="harness.dir"/>
-    </condition>
-    <path id="cobertura.classpath">
-        <fileset dir="${cobertura.dir}">
-            <include name="cobertura-1.9.3.jar" />
-            <include name="lib/**/*.jar" />
-        </fileset>
-    </path>
-
-    <taskdef classpathref="cobertura.classpath" resource="tasks.properties"/>
-
-    <macrodef name="cobertura-init">
-        <attribute name="test.type"/>
-        <sequential>
-            <property name="build.test.cobertura.classes.dir" value="build/cobertura-instrumented-classes"/>
-            <property name="testcoverage.@{test.type}.report.dir" value="${basedir}/build/test/@{test.type}/cobertura-report"/>
-            <property name="cobertura.@{test.type}.datafile" value="${basedir}/build/test/@{test.type}/cobertura.ser"/>
-            <property name="continue.after.failing.tests" value="true" />
-            <property name="testcoverage.@{test.type}.backup.dir" value="${basedir}/build/test/@{test.type}/modulebackup" />
-
-            <path id="cobertura.test.cp">
-                <pathelement location="${build.test.cobertura.classes.dir}" />
-                <pathelement location="${cobertura.dir}/cobertura-1.9.3.jar" />
-                <pathelement location="${test.@{test.type}.lib.cp}"/>
-                <path refid="test.@{test.type}.run.cp"/>
-                <pathelement location="build/classes" />
-            </path>
-        </sequential>
-    </macrodef>
-
-    <target name="cobertura-init" depends="build-init,init,test-init">
-        <cobertura-init test.type="unit" />
-    </target>
-
-    <target name="cobertura-check-environment">
-        <condition property="nbjdk.active.print" value="${nbjdk.active}" else="UNSET">
-            <isset property="nbjdk.active"/>
-        </condition>
-        <condition property="nbjdk.home.print" value="${nbjdk.home}" else="UNSET">
-            <isset property="nbjdk.home"/>
-        </condition>
-        <condition property="nbjdk.home.defaulted.print" value="YES" else="NO">
-            <isset property="nbjdk.home.defaulted"/>
-        </condition>
-        <fail if="nbjdk.valid">
-Test coverage tasks can be currently run only with default java platform, that is
-with property nbjdk.active unset or set to 'default' and with property nbjdk.home
-unset.
-
-For NB.org module, specify properties:
-nbjdk.home.defaulted=true
-permit.jdk6.builds=true
-when running the target.
-
-Current java platform setup is:
-  nbjdk.active:         ${nbjdk.active.print}
-  nbjdk.home:           ${nbjdk.home.print}
-  nbjdk.home defaulted: ${nbjdk.home.defaulted.print}
-        </fail>
-    </target>
-
-    <macrodef name="coverage-report">
-        <attribute name="test.type" />
-        <sequential>
-            <property name="coverage.report.format" value="html" />
-            <delete dir="${testcoverage.@{test.type}.report.dir}" failonerror="false"/>
-            <cobertura-report format="${coverage.report.format}" datafile="${cobertura.@{test.type}.datafile}" srcdir="${src.dir}" destdir="${testcoverage.@{test.type}.report.dir}"/>
-        </sequential>
-    </macrodef>
-
-    <target name="-copy-cobertura-datafile" depends="cobertura-init">
-        <!-- rename using code-name-base so the files will be unique in the suite -->
-        <copy file="${cobertura.unit.datafile}" tofile="${suite.merge.dir}/${code.name.base.dashes}.ser" failonerror="false" />
-    </target>
-
-
-    <target name="-copy-source-folder" depends="cobertura-init">
-        <!--
-            note that this does not inherently handle if there are multiple source
-            folders; it might be possible to handle this by overriding in the
-            module's build.xml.
-        -->
-        <property name="cobertura.src.dir" value="${suite.sources.dir}" />
-        <mkdir dir="${cobertura.src.dir}" />
-        <copy todir="${cobertura.src.dir}/">
-            <fileset dir="${src.dir}" includes="**/*.java"/>
-        </copy>
-    </target>
-
-    <target name="cobertura-instrument" depends="cobertura-init, test-build, cobertura-check-environment">
-        <delete dir="${build.test.cobertura.classes.dir}" failonerror="false"/>
-        <delete file="${cobertura.unit.datafile}" failonerror="false"/>
-        <cobertura-instrument todir="${build.test.cobertura.classes.dir}" datafile="${cobertura.unit.datafile}">
-            <fileset dir="${build.classes.dir}" includes="**/*.class" excludes="${test.coverage.exclude.files}"/>
-        </cobertura-instrument>
-    </target>
-
-    <target name="test-with-cobertura" depends="cobertura-init,init,test-init,netbeans,test-build">
-        <pathconvert pathsep="${line.separator} " property="echo.cobertura.test.cp" refid="cobertura.test.cp"/>
-        <mkdir dir="${build.test.unit.results.dir}"/>
-
-        <junit showoutput="true" fork="true" failureproperty="tests.failed" errorproperty="tests.failed" filtertrace="${test.filter.trace}" tempdir="${build.test.unit.results.dir}" timeout="${test.timeout}">
-            <batchtest todir="${build.test.unit.results.dir}">
-                <fileset dir="${build.test.unit.classes.dir}" erroronmissingdir="false">
-                    <include name="**/*Test.class"/>
-                </fileset>
-
-            </batchtest>
-            <!--
-               This somewhat duplicates the normal JUnit testing target, but the
-               cobertura.test.cp  must come first in the testing classpath for
-               coverage to work properly and there is no other good way to inject it.
-            -->
-            <classpath refid="cobertura.test.cp"/>
-            <syspropertyset refid="test.unit.properties"/>
-            <jvmarg line="${test.run.args}"/>
-            <sysproperty key="net.sourceforge.cobertura.datafile" file="${cobertura.unit.datafile}" />
-            <formatter type="brief" usefile="false"/>
-            <formatter type="xml"/>
-        </junit>
-        <fail if="tests.failed" unless="continue.after.failing.tests">Some tests failed; see details above.</fail>
-    </target>
-
-    <target name="test-coverage" depends="cobertura-init, cobertura-instrument, test-with-cobertura"/>
-
-    <target name="coverage-report" depends="netbeans, test-coverage" description="Creates unit test coverage report for this module">
-      <coverage-report test.type="unit" />
-    </target>
-
-     <!-- Support for functional tests
-     Those tasks in some ways duplicate those above, but the code coverage setting for qa-functional
-     tests is different from unit tests.
-     -->
-
-     <target name="cobertura-init-qa-functional" depends="build-init,init,test-init,cobertura-check-environment">
-        <cobertura-init test.type="qa-functional" />
-        <delete file="${cobertura.qa-functional.datafile}" failonerror="false"/>
-        <delete dir="${testcoverage.qa-functional.backup.dir}" failonerror="false" />
-        <mkdir dir="${testcoverage.qa-functional.backup.dir}" />
-     </target>
-
-    <!-- In case test.coverage.qa-functional.coveredmodules property is not set backup and instrument
-        just the module we're running code coverage from -->
-    <target name="cobertura-instrument-default" unless="test.coverage.qa-functional.coveredmodules">
-        <echo message="Instrumenting module jar." />
-        <copy file="${cluster}/${module.jar}" todir="${testcoverage.qa-functional.backup.dir}/modules" />
-        <cobertura-instrument datafile="${cobertura.qa-functional.datafile}" >
-            <fileset dir="${cluster}" includes="${module.jar}" />
-        </cobertura-instrument>
-    </target>
-
-    <target name="cobertura-instrument-specified" if="test.coverage.qa-functional.coveredmodules">
-        <echo message="Instrumenting specified files: ${test.coverage.qa-functional.coveredmodules}" />
-        <copy todir="${testcoverage.qa-functional.backup.dir}" verbose="true">
-            <fileset dir="${netbeans.dest.dir}" includes="${test.coverage.qa-functional.coveredmodules}" />
-        </copy>
-        <cobertura-instrument datafile="${cobertura.qa-functional.datafile}">
-            <fileset dir="${netbeans.dest.dir}" includes="${test.coverage.qa-functional.coveredmodules}" />
-        </cobertura-instrument>
-    </target>
-
-    <target name="testcoverage-restore-default" unless="test.coverage.qa-functional.coveredmodules">
-        <delete file="${cluster}/${module.jar}" />
-        <copy file="${testcoverage.qa-functional.backup.dir}/${module.jar}" todir="${cluster}" />
-    </target>
-
-    <target name="testcoverage-restore-specified" if="test.coverage.qa-functional.coveredmodules">
-        <delete verbose="true">
-            <fileset dir="${netbeans.dest.dir}" includes="${test.coverage.qa-functional.coveredmodules}" />
-        </delete>
-        <copy todir="${netbeans.dest.dir}" verbose="true" >
-            <fileset dir="${testcoverage.qa-functional.backup.dir}" includes="${test.coverage.qa-functional.coveredmodules}" />
-        </copy>
-    </target>
-
-    <target name="cobertura-instrument-qa-functional" depends="cobertura-init-qa-functional, test-build, cobertura-instrument-default,cobertura-instrument-specified"/>
-    <target name="test-coverage-restore" depends="cobertura-init-qa-functional, test-build, testcoverage-restore-default,testcoverage-restore-specified" />
-
-    <target name="test-with-cobertura-qa-functional" depends="cobertura-init-qa-functional,init,test-init,netbeans,test-build">
-        <pathconvert pathsep="${line.separator} " property="echo.cobertura.test.cp" refid="cobertura.test.cp"/>
-        <mkdir dir="${build.test.qa-functional.results.dir}"/>
-        <property name="code.coverage.classpath" value="${cobertura.dir}" />
-        <propertyset id="test.qa-functional.coverage.properties">
-            <propertyset refid="test.qa-functional.properties"/>
-            <propertyref name="code.coverage.classpath" />
-        </propertyset>
-        <junit showoutput="true" fork="true" failureproperty="tests.failed" errorproperty="tests.failed" filtertrace="${test.filter.trace}" tempdir="${build.test.qa-functional.results.dir}" timeout="${test.timeout}">
-            <batchtest todir="${build.test.qa-functional.results.dir}">
-                <fileset dir="${build.test.qa-functional.classes.dir}" erroronmissingdir="false">
-                    <include name="**/*.class"/>
-                </fileset>
-
-            </batchtest>
-            <!--
-               This somewhat duplicates the normal JUnit testing target, but the
-               cobertura.test.cp  must come first in the testing classpath for
-               coverage to work properly and there is no other good way to inject it.
-            -->
-            <classpath refid="cobertura.test.cp"/>
-
-            <syspropertyset refid="test.qa-functional.coverage.properties"/>
-
-            <jvmarg line="${test.run.args}"/>
-            <sysproperty key="net.sourceforge.cobertura.datafile" file="${cobertura.qa-functional.datafile}" />
-            <formatter type="brief" usefile="false"/>
-            <formatter type="xml"/>
-        </junit>
-        <fail if="tests.failed" unless="continue.after.failing.tests">Some tests failed; see details above.</fail>
-    </target>
-
-    <target name="test-coverage-qa-functional" depends="netbeans,cobertura-init-qa-functional,cobertura-instrument-qa-functional,test-with-cobertura-qa-functional,test-coverage-restore"/>
-
-    <target name="coverage-report-qa-functional" depends="netbeans, test-coverage-qa-functional" description="Creates qa-functional test coverage report for this module">
-        <coverage-report test.type="qa-functional" />
-    </target>
-
-</project>
diff --git a/apisupport.tc.cobertura/src/org/netbeans/modules/apisupport/tc/cobertura/Bundle.properties b/apisupport.tc.cobertura/src/org/netbeans/modules/apisupport/tc/cobertura/Bundle.properties
deleted file mode 100644
index a87f42b..0000000
--- a/apisupport.tc.cobertura/src/org/netbeans/modules/apisupport/tc/cobertura/Bundle.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Long-Description=\
-    Ant targets for measuring test coverage of apisupport projects using Cobertura.\n\
-    Run 'display-coverage-report' target on a project to measure results and display report in external browser.\n\
-    For integration with Module Build Harness.
-OpenIDE-Module-Name=Cobertura Module Test Coverage
-OpenIDE-Module-Short-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.
diff --git a/applemenu/manifest.mf b/applemenu/manifest.mf
index c0bd189..424fb7b 100644
--- a/applemenu/manifest.mf
+++ b/applemenu/manifest.mf
@@ -3,6 +3,6 @@ OpenIDE-Module: org.netbeans.modules.applemenu/1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/applemenu/Bundle.properties
 OpenIDE-Module-Install: org/netbeans/modules/applemenu/Install.class
 OpenIDE-Module-Layer: org/netbeans/modules/applemenu/layer.xml
-OpenIDE-Module-Specification-Version: 1.16.1
+OpenIDE-Module-Specification-Version: 1.19.1
 OpenIDE-Module-Requires: org.openide.modules.os.MacOSX
 
diff --git a/applemenu/src/org/netbeans/modules/applemenu/ApplePopupFactory.java b/applemenu/src/org/netbeans/modules/applemenu/ApplePopupFactory.java
index 315f637..90e0a22 100644
--- a/applemenu/src/org/netbeans/modules/applemenu/ApplePopupFactory.java
+++ b/applemenu/src/org/netbeans/modules/applemenu/ApplePopupFactory.java
@@ -236,6 +236,7 @@ public class ApplePopupFactory extends PopupFactory {
             if (parent != null) {
                 contents.getParent().remove (contents);
                 parent.repaint(bounds.x, bounds.y, bounds.width, bounds.height);
+                parent.setVisible(false);
             }
             //If doShow() was never called, we've modified the visibility
             //of the contents component, which could cause problems elsewhere
diff --git a/applemenu/src/org/netbeans/modules/applemenu/Bundle.properties b/applemenu/src/org/netbeans/modules/applemenu/Bundle.properties
index c069893..67d03d1 100644
--- a/applemenu/src/org/netbeans/modules/applemenu/Bundle.properties
+++ b/applemenu/src/org/netbeans/modules/applemenu/Bundle.properties
@@ -50,3 +50,8 @@ OpenIDE-Module-Long-Description=Enables Apple menu items to work properly, \
     Preferences, Help | About becomes about, File | Exit becomes Quit.
 
 MSG_MinimizeWindowAction=&Minimize Window
+
+Toolbars/QuickSearch=&Quick Search
+
+CTL_ShowInFinder=Show In Finder
+TXT_NoLocalFile=Cannot find selected file.
diff --git a/applemenu/src/org/netbeans/modules/applemenu/ShowInFinder.java b/applemenu/src/org/netbeans/modules/applemenu/ShowInFinder.java
new file mode 100644
index 0000000..65e8b06
--- /dev/null
+++ b/applemenu/src/org/netbeans/modules/applemenu/ShowInFinder.java
@@ -0,0 +1,168 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2011 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.applemenu;
+
+import java.awt.event.ActionListener;
+import java.awt.event.ActionEvent;
+import java.io.BufferedReader;
+import java.io.File;
+import java.io.IOException;
+import java.io.InputStreamReader;
+import java.text.MessageFormat;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import javax.script.ScriptEngine;
+import javax.script.ScriptEngineManager;
+import javax.script.ScriptException;
+import org.openide.loaders.DataObject;
+
+import org.openide.awt.ActionRegistration;
+import org.openide.awt.ActionReference;
+import org.openide.awt.ActionReferences;
+import org.openide.awt.ActionID;
+import org.openide.awt.StatusDisplayer;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+import org.openide.util.Exceptions;
+import org.openide.util.Lookup;
+import org.openide.util.NbBundle;
+
+/**
+ *
+ * @author Tomas Zezula
+ */
+ at ActionID(category = "Tools",
+id = "org.netbeans.modules.applemenu.ShowInFinder")
+ at ActionRegistration(displayName = "#CTL_ShowInFinder")
+ at ActionReferences({
+    @ActionReference(path = "UI/ToolActions/Files", position = 1001)
+})
+public final class ShowInFinder implements ActionListener {
+    
+    private static final String APPLE_SCRIPT = "AppleScriptEngine";  //NOI18N
+    private static final String SCRIPT = "org/netbeans/modules/applemenu/resources/select_file.scpt";    //NOI18N
+    private static final Logger LOG = Logger.getLogger(ShowInFinder.class.getName());
+    private static volatile String script;
+
+    private final DataObject context;
+
+    public ShowInFinder(DataObject context) {
+        this.context = context;
+    }
+
+    @Override
+    public void actionPerformed(ActionEvent ev) {        
+        FileObject fobj = context.getPrimaryFile();
+        if (fobj == null) {
+            return;
+        }
+        LOG.log(Level.FINE, "Selected file: {0}", FileUtil.getFileDisplayName(fobj));       //NOI18N
+        if (FileUtil.getArchiveFile(fobj)!=null) {
+            fobj = FileUtil.getArchiveFile(fobj);
+        }
+        LOG.log(Level.FINE, "File to select in Finder: {0}", FileUtil.getFileDisplayName(fobj));    //NOI18N
+        final File file = FileUtil.toFile(fobj);
+        if (file == null) {
+            LOG.log(Level.INFO, "Ignoring non local file: {0}", FileUtil.getFileDisplayName(fobj)); //NOI18N
+            StatusDisplayer.getDefault().setStatusText(NbBundle.getMessage(ShowInFinder.class, "TXT_NoLocalFile"));
+            return;
+        }
+        final File folder = file.getParentFile();
+        if (folder == null) {
+            LOG.log(Level.INFO, "Ignoring file with no parent: {0}", FileUtil.getFileDisplayName(fobj)); //NOI18N
+            StatusDisplayer.getDefault().setStatusText(NbBundle.getMessage(ShowInFinder.class, "TXT_NoLocalFile"));
+            return;
+        }
+        final String _script = getScript();
+        if (_script == null) {
+            LOG.log(Level.INFO, "Cannot load apple scipt program"); //NOI18N
+            return;
+        }
+        final ClassLoader cl = Lookup.getDefault().lookup(ClassLoader.class);
+        if (cl == null) {
+            LOG.log(Level.INFO, "No ClassLoader to load AppleScriptEngine"); //NOI18N
+            return;
+        }
+        final ScriptEngineManager scriptEngineFactory = new ScriptEngineManager (cl);
+        final ScriptEngine appleScriptEngine = scriptEngineFactory.getEngineByName(APPLE_SCRIPT);
+        if (appleScriptEngine == null) {
+            LOG.log(Level.INFO, "No AppleScriptEngine found"); //NOI18N
+            return;
+        }
+        try {
+            appleScriptEngine.eval(
+                MessageFormat.format(
+                    _script,
+                    folder.getAbsolutePath(),
+                    file.getAbsolutePath()));
+        } catch (ScriptException ex) {
+            Exceptions.printStackTrace(ex);
+        }
+    }
+    
+    private static String getScript() {
+        String _script = script;
+        if (_script != null) {
+            return _script;
+        }
+        try {
+            final ClassLoader cl = ShowInFinder.class.getClassLoader();
+            final BufferedReader in = new BufferedReader ( new InputStreamReader (cl.getResourceAsStream(SCRIPT), "UTF-8"));    //NOI18N
+            try {
+                final StringBuilder builder = new StringBuilder();
+                int len;
+                char[] buffer = new char[512];
+                while ((len=in.read(buffer,0,buffer.length))>0) {
+                    builder.append(buffer, 0, len);
+                }
+                _script = builder.toString();
+            } finally {
+                in.close();
+            }
+        } catch (IOException ioe) {
+            Exceptions.printStackTrace(ioe);
+        }
+        script = _script;
+        return _script;
+    }
+}
diff --git a/applemenu/src/org/netbeans/modules/applemenu/layer.xml b/applemenu/src/org/netbeans/modules/applemenu/layer.xml
index df0ead1..82d4229 100644
--- a/applemenu/src/org/netbeans/modules/applemenu/layer.xml
+++ b/applemenu/src/org/netbeans/modules/applemenu/layer.xml
@@ -65,7 +65,9 @@ made subject to such option by the copyright holder.
                 <attr name="position" intvalue="400"/>
             </file>
         </folder>
-        
+
+        <file name="Spacer.instance_hidden"/>
+        <file name="org-netbeans-modules-quicksearch-QuickSearchAction.shadow_hidden"/>
     </folder>
 
     <folder name="Actions">
@@ -123,5 +125,16 @@ made subject to such option by the copyright holder.
         </folder>
     </folder>
 
-
+    <folder name="Toolbars">
+    <!-- quick search enabled for ide in toolbar by default -->
+        <folder name="QuickSearch">
+            <attr name="position" intvalue="700"/>
+            <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.modules.applemenu.Bundle"/>
+            <file name="org-netbeans-modules-quicksearch-QuickSearchAction.shadow">
+                <attr name="originalFile" stringvalue="Actions/Edit/org-netbeans-modules-quicksearch-QuickSearchAction.instance"/>
+                <attr name="position" intvalue="250"/>
+            </file>
+        </folder>
+    </folder>
+    
 </filesystem>
diff --git a/applemenu/src/org/netbeans/modules/applemenu/resources/select_file.scpt b/applemenu/src/org/netbeans/modules/applemenu/resources/select_file.scpt
new file mode 100644
index 0000000..861c5fa
--- /dev/null
+++ b/applemenu/src/org/netbeans/modules/applemenu/resources/select_file.scpt
@@ -0,0 +1,10 @@
+property folderPath : "{0}"
+property filePath : "{1}"
+
+set the_folder to (POSIX file folderPath) as alias
+set the_file to (POSIX file filePath) as alias
+tell application "Finder"
+        activate
+        open the_folder
+        select the_file
+end tell
diff --git a/autoupdate.services/apichanges.xml b/autoupdate.services/apichanges.xml
index 5d5383d..6eabf73 100644
--- a/autoupdate.services/apichanges.xml
+++ b/autoupdate.services/apichanges.xml
@@ -57,6 +57,59 @@ made subject to such option by the copyright holder.
     <!-- ACTUAL CHANGES BEGIN HERE: -->
 
     <changes>
+        <change id="nbm-external">
+            <api name="general"/>
+            <summary>External NBM contents</summary>
+            <version major="1" minor="24"/>
+            <date day="10" month="2" year="2011"/>
+            <author login="jtulach"/>
+            <compatibility addition="yes" />
+            <description>
+                <p>
+                    You can now ask that publicly downloadable files be included in an NBM.
+                    Just replace <code>netbeans/file</code> with a text file <code>netbeans/file.external</code>
+                    with lines:
+                </p>
+                <ol>
+                    <li><code>CRC:123456789</code> to specify an expected CRC-32 checksum (nonnegative decimal format)</li>
+                    <li><code>URL:http://.../...</code> to specify a download location (may be repeated to offer alternatives)</li>
+                </ol>
+                <p>
+                    You can embed system properties in a URL using Ant-like syntax: <samp>http://.../feature-for-${java.specification.version}.nbm</samp>
+                </p>
+                <p>
+                    The <code><makenbm></code> Ant task will automatically
+                    avoid packing the actual file if the <code>*.external</code>
+                    variant is also in the input cluster.
+                </p>
+                <p>
+                    For convenience, the <code>org.netbeans.modules.maven.embedder</code>
+                    module (if present) can also handle URLs of the forms
+                    <code>m2:/org.grp:art:1.0:jar</code> or <code>m2:/org.grp:art:1.0:jar:javadoc</code>
+                    which can take advantage of the local repository as a cache.
+                </p>
+            </description>
+            <issue number="195041"/>
+        </change>
+        <change id="custom-icons">
+            <api name="general"/>
+            <summary>Icons for update centers</summary>
+            <version major="1" minor="23"/>
+            <date day="10" month="1" year="2011"/>
+            <author login="jtulach"/>
+            <compatibility addition="yes" binary="compatible" deletion="no"
+                deprecation="yes" semantic="compatible" source="compatible"
+            />
+            <description>
+                <p>
+                Define icon when specifying an update center using
+                <code>categoryIconBase</code> attribute.
+                </p>
+            </description>
+            <class package="org.netbeans.api.autoupdate" name="UpdateElement"/>
+            <class package="org.netbeans.api.autoupdate" name="UpdateUnitProvider"/>
+            <issue number="183778"/>
+        </change>
         <change id="source-group-modifier">
             <api name="general"/>
             <summary>Feature enabled only when all its dependencies are enabled</summary>
diff --git a/autoupdate.services/arch.xml b/autoupdate.services/arch.xml
index 0cf0409..3e5c5de 100644
--- a/autoupdate.services/arch.xml
+++ b/autoupdate.services/arch.xml
@@ -799,6 +799,17 @@ action.putValue("InitialTab", "installed");
 action.performAction();
             </pre>            
         </api>
+        <api name="Show-In-AutoUpdate-Client" category="stable" group="property" type="export">
+            Each module can control whether it shall be visible in a UI 
+            that presents updates, installed modules, etc. This can be done
+            by defining <code>OpenIDE-Module-Show-In-AutoUpdate-Client: false</code>
+            (or <code>true</code>) in its own 
+            <a href="@org-openide-modules@/org/openide/modules/doc-files/api.html#how-manifest">manifest</a>. 
+            This attribute shall take precedence over 
+            any default deduced by the UI (e.g. don't show 
+            <a href="@org-openide-modules@/org/openide/modules/doc-files/api.html#enablement">autoload modules</a>
+            for example).
+        </api>
     </answer>
     
     
diff --git a/autoupdate.services/libsrc/org/netbeans/updater/Localization.java b/autoupdate.services/libsrc/org/netbeans/updater/Localization.java
index 5710344..eff4fc6 100644
--- a/autoupdate.services/libsrc/org/netbeans/updater/Localization.java
+++ b/autoupdate.services/libsrc/org/netbeans/updater/Localization.java
@@ -217,7 +217,7 @@ class Localization {
                     "lib" + FILE_SEPARATOR + "branding");  // NOI18N
             in = new BufferedReader(new FileReader(brandf));
             if (in.ready()) {
-                System.out.println("Warning - It's obsolete. Use --branding <branding> instead 'branding' file.");
+                XMLUtil.LOG.warning("It's obsolete. Use --branding <branding> instead 'branding' file.");
                 s = in.readLine();
             }
         } 
diff --git a/autoupdate.services/libsrc/org/netbeans/updater/ModuleDeactivator.java b/autoupdate.services/libsrc/org/netbeans/updater/ModuleDeactivator.java
index 3ec6319..3f49059 100644
--- a/autoupdate.services/libsrc/org/netbeans/updater/ModuleDeactivator.java
+++ b/autoupdate.services/libsrc/org/netbeans/updater/ModuleDeactivator.java
@@ -46,6 +46,7 @@ package org.netbeans.updater;
 
 import java.io.*;
 import java.util.*;
+import java.util.logging.Level;
 import javax.swing.SwingUtilities;
 
 /**
@@ -58,12 +59,15 @@ public final class ModuleDeactivator extends Object {
     
     public static final String CONFIG = "config"; // NOI18N
     public static final String MODULES = "Modules"; // NOI18N
+    private final UpdatingContext context;
     
-    private ModuleDeactivator () {}
+    ModuleDeactivator (UpdatingContext context) {
+        this.context = context;
+    }
     
-    public static void delete () {
+    public void delete () {
         assert ! SwingUtilities.isEventDispatchThread () : "Cannot run in EQ";
-        UpdaterFrame.setLabel (Localization.getBrandedString ("CTL_DeletingFiles"));
+        context.setLabel (Localization.getBrandedString ("CTL_DeletingFiles"));
         Collection<File> allFiles = new HashSet<File> ();
         for (File cluster : UpdateTracking.clusters (true)) {
             boolean modified = allFiles.addAll (readFilesMarkedForDeleteInCluster (cluster));
@@ -73,28 +77,28 @@ public final class ModuleDeactivator extends Object {
                 UpdaterDispatcher.touchLastModified (cluster);
             }
         }
-        UpdaterFrame.setProgressRange (0, allFiles.size ());
+        context.setProgressRange (0, allFiles.size ());
         int i = 0;
         for (File f : allFiles) {
             doDelete (f);
-            UpdaterFrame.setProgressValue (i ++);
+            context.setProgressValue (i ++);
         }
     }
     
-    public static void disable () {
+    public void disable () {
         assert ! SwingUtilities.isEventDispatchThread () : "Cannot run in EQ";
-        UpdaterFrame.setLabel (Localization.getBrandedString ("CTL_DisablingFiles"));
+        context.setLabel (Localization.getBrandedString ("CTL_DisablingFiles"));
         Collection<File> allControlFiles = new HashSet<File> ();
         for (File cluster : UpdateTracking.clusters (true)) {
             allControlFiles.addAll (readFilesMarkedForDisableInCluster (cluster));
             doDelete (getControlFileForMarkedForDisable (cluster));
             doDelete (getDeactivateLater (cluster));
         }
-        UpdaterFrame.setProgressRange (0, allControlFiles.size ());
+        context.setProgressRange (0, allControlFiles.size ());
         int i = 0;
         for (File f : allControlFiles) {
             doDisable (f);
-            UpdaterFrame.setProgressValue (i ++);
+            context.setProgressValue (i ++);
         }
     }
 
@@ -142,10 +146,8 @@ public final class ModuleDeactivator extends Object {
             } finally {
                 if (writer != null) writer.close ();
             }
-        } catch (FileNotFoundException fnfe) {
-            System.out.println("Error: Writing " + file + " throws " + fnfe);
         } catch (IOException ioe) {
-            System.out.println("Error: Writing " + file + " throws " + ioe);
+            XMLUtil.LOG.log(Level.SEVERE, "Cannot write " + file, ioe);
         }
     }
     
@@ -166,10 +168,8 @@ public final class ModuleDeactivator extends Object {
             } finally {
                 if (reader != null) reader.close ();
             }
-        } catch (FileNotFoundException fnfe) {
-            System.out.println("Error: Reading " + file + " throws " + fnfe);
         } catch (IOException ioe) {
-            System.out.println("Error: Reading " + file + " throws " + ioe);
+            XMLUtil.LOG.log(Level.SEVERE, "Cannot read " + file, ioe);
         }
             
         return fileData == null ? "" : fileData.toString ();
diff --git a/autoupdate.services/libsrc/org/netbeans/updater/ModuleUpdate.java b/autoupdate.services/libsrc/org/netbeans/updater/ModuleUpdate.java
index 6f34600..99b70ae 100644
--- a/autoupdate.services/libsrc/org/netbeans/updater/ModuleUpdate.java
+++ b/autoupdate.services/libsrc/org/netbeans/updater/ModuleUpdate.java
@@ -47,12 +47,11 @@ package org.netbeans.updater;
 import java.io.File;
 import java.io.InputStream;
 import java.io.IOException;
-import java.util.*;
 import java.util.jar.*;
+import java.util.logging.Level;
 
 import org.w3c.dom.*;
 import org.xml.sax.*;
-import javax.xml.parsers.*;
 
 /** This class represents one module update available on the web
  *
@@ -101,8 +100,7 @@ class ModuleUpdate extends Object {
 
         } catch ( java.io.IOException e ) {
             errorMessage = "Missing info : " + file.getAbsolutePath (); // NOI18N
-            System.out.println(errorMessage);
-            e.printStackTrace ();
+            XMLUtil.LOG.log(Level.WARNING, errorMessage, e);
             exit = true;
         }
         finally {
@@ -110,7 +108,7 @@ class ModuleUpdate extends Object {
                 if (jf != null)
                     jf.close();
             } catch ( IOException ioe ) {
-                ioe.printStackTrace();
+                XMLUtil.LOG.log(Level.WARNING, "Cannot close " + jf, ioe);
                 exit = true;
             }
         }
@@ -146,14 +144,12 @@ class ModuleUpdate extends Object {
         }
         catch ( org.xml.sax.SAXException e ) {
             errorMessage = "Bad info : " + nbmFile.getAbsolutePath (); // NOI18N
-            System.out.println(errorMessage);
-            e.printStackTrace ();
+            XMLUtil.LOG.log(Level.WARNING, errorMessage, e);
             exit = true;
         }            
         catch ( java.io.IOException e ) {
             errorMessage = "Missing info : " + nbmFile.getAbsolutePath (); // NOI18N
-            System.out.println(errorMessage);
-            e.printStackTrace ();
+            XMLUtil.LOG.log(Level.WARNING, errorMessage, e);
             exit = true;
         }
         finally {
@@ -163,7 +159,7 @@ class ModuleUpdate extends Object {
                 if (jf != null)
                     jf.close();
             } catch ( IOException ioe ) {
-                ioe.printStackTrace();
+                XMLUtil.LOG.log(Level.WARNING, "Cannot close " + jf, ioe);
                 exit = true;
             }
         }
diff --git a/autoupdate.services/libsrc/org/netbeans/updater/ModuleUpdater.java b/autoupdate.services/libsrc/org/netbeans/updater/ModuleUpdater.java
index f2e3018..2fabf01 100644
--- a/autoupdate.services/libsrc/org/netbeans/updater/ModuleUpdater.java
+++ b/autoupdate.services/libsrc/org/netbeans/updater/ModuleUpdater.java
@@ -49,6 +49,7 @@ import java.util.*;
 import java.util.jar.*;
 
 //import org.openide.util.NbBundle;
+import java.util.logging.Level;
 import javax.swing.SwingUtilities;
 
 /** Class used by autoupdate module for the work with module files and
@@ -58,11 +59,6 @@ import javax.swing.SwingUtilities;
  * @version
  */
 public final class ModuleUpdater extends Thread {
-    
-    public ModuleUpdater (Collection<File> forInstall) {
-        this.forInstall = forInstall;
-    }
-
     /** Relative name of update directory */
     private static final String DOWNLOAD_DIR_NAME = "download"; // NOI18N
 
@@ -108,16 +104,22 @@ public final class ModuleUpdater extends Thread {
     public static final String EXECUTABLE_FILES_ENTRY = "Info/executables.list";
     
     /** files that are supposed to be installed (when running inside the ide) */
-    private Collection<File> forInstall;
     private Map<File, Collection<File>> files2clustersForInstall;
 
     /** Should the thread stop */
     private volatile boolean stop = false;
 
-    private volatile boolean suspend = false;
-
     /** Total length of unpacked files */
     private long totalLength;
+    
+    private final UpdatingContext context;
+
+    ModuleUpdater(UpdatingContext context) {
+        super("Module Updater");
+        this.context = context;
+    }
+    
+    
 
     /** Creates new ModuleUpdater */
     @Override
@@ -144,11 +146,9 @@ public final class ModuleUpdater extends Thread {
             }
 
         } catch (Exception x) {
-            x.printStackTrace ();
+            XMLUtil.LOG.log(Level.SEVERE, "Error while upgrading", x);
         } finally {
-            if (UpdaterFrame.isFromIDE ()) {
-                UpdaterFrame.getUpdaterFrame ().runningFinished ();
-            }
+            context.runningFinished();
         }
     }
     
@@ -181,13 +181,9 @@ public final class ModuleUpdater extends Thread {
 
     /** checks wheter ends the run of update */
     private void checkStop() {
-
-        if ( suspend )
-            while ( suspend );
-
         if ( stop ) {
-            if (UpdaterFrame.isFromIDE ()) {
-                UpdaterFrame.getUpdaterFrame().unpackingFinished();
+            if (context.isFromIDE ()) {
+                context.unpackingFinished();
             } else {
                 System.exit( 0 );
             }
@@ -196,19 +192,19 @@ public final class ModuleUpdater extends Thread {
 
     private void processFilesForInstall () {
         // if installOnly are null then generate all NBMs around all clusters
-        if (forInstall == null) {
+        if (context.forInstall() == null) {
             files2clustersForInstall = new HashMap<File, Collection<File>> ();
             for (File cluster : UpdateTracking.clusters (true)) {
                 Collection<File> tmp = getModulesToInstall (cluster);
                 files2clustersForInstall.put (cluster, tmp);
                 // if ModuleUpdater runs 'offline' then delete install_later files
-                if (! UpdaterFrame.isFromIDE ()) {
+                if (!context.isFromIDE()) {
                     deleteInstallLater (cluster);
                 }
             }
         } else {
             files2clustersForInstall = new HashMap<File, Collection<File>> ();
-            for (File nbm : forInstall) {
+            for (File nbm : context.forInstall()) {
                 File cluster = getCluster (nbm);
                 if (files2clustersForInstall.get (cluster) == null) {
                     files2clustersForInstall.put (cluster, new HashSet<File> ());
@@ -233,7 +229,7 @@ public final class ModuleUpdater extends Thread {
             
             cluster = nbm.getParentFile ().getParentFile ().getParentFile ();
         } catch (NullPointerException npe) {
-            System.out.println("Error: getCluster (" + nbm + ") throws " + npe);
+            XMLUtil.LOG.log(Level.SEVERE, "getCluster (" + nbm + ") throws an exception", npe);
         }
         return cluster;
     }
@@ -256,12 +252,12 @@ public final class ModuleUpdater extends Thread {
     private void totalLength () {
         totalLength = 0L;
 
-        UpdaterFrame.setLabel (Localization.getBrandedString ("CTL_PreparingUnpack"));
+        context.setLabel (Localization.getBrandedString ("CTL_PreparingUnpack"));
         Collection<File> allFiles = new HashSet<File> ();
         for (File c : getClustersForInstall ()) {
             allFiles.addAll (getFilesForInstallInCluster (c));
         }
-        UpdaterFrame.setProgressRange (0, allFiles.size ());
+        context.setProgressRange (0, allFiles.size ());
 
         int i = 0;
         for (File f : allFiles) {
@@ -285,9 +281,9 @@ public final class ModuleUpdater extends Thread {
                     }
                 }
                 }
-                UpdaterFrame.setProgressValue (i ++);
+                context.setProgressValue (i ++);
             } catch (java.io.IOException e) {
-                System.out.println ("Error: Counting size of entries in " + f + " throws " + e);
+                XMLUtil.LOG.log(Level.WARNING, "Cannot count size of entries in " + f, e);
             } finally {
                 try {
                     if (jarFile != null) {
@@ -295,7 +291,7 @@ public final class ModuleUpdater extends Thread {
                     }
                 } catch (java.io.IOException e) {
                     // We can't close the file do nothing
-                    System.out.println ("Error: Closing " + jarFile + " input stream throws " + e); // NOI18N
+                    XMLUtil.LOG.log(Level.WARNING, "While closing " + jarFile + " input stream", e); // NOI18N
                 }
             }
         }
@@ -309,15 +305,15 @@ public final class ModuleUpdater extends Thread {
         long bytesRead = 0L;
         boolean hasMainClass;
 
-        UpdaterFrame.setLabel( "" ); // NOI18N
-        UpdaterFrame.setProgressRange( 0, totalLength );
+        context.setLabel( "" ); // NOI18N
+        context.setProgressRange( 0, totalLength );
         
         ArrayList<UpdateTracking> allTrackings = new ArrayList<UpdateTracking> ();
         Map<ModuleUpdate, UpdateTracking.Version> l10ns = 
                 new HashMap<ModuleUpdate, UpdateTracking.Version>();
         
         for (File cluster : getClustersForInstall ()) {
-            UpdateTracking tracking = UpdateTracking.getTracking (cluster, true);
+            UpdateTracking tracking = UpdateTracking.getTracking (cluster, true, context);
             if (tracking == null) {
                 throw new RuntimeException ("No update_tracking file in cluster " + cluster);
             }
@@ -330,7 +326,7 @@ public final class ModuleUpdater extends Thread {
                 UpdateTracking.Version version;
                 UpdateTracking.Module modtrack;
                 
-                UpdaterFrame.getUpdaterFrame ().unpackingIsRunning ();
+                context.unpackingIsRunning ();
                 
                 ModuleUpdate mu = null;
                 try {
@@ -338,7 +334,7 @@ public final class ModuleUpdater extends Thread {
                 } catch (RuntimeException re) {
                     if (nbm.exists ()) {
                         if (! nbm.delete ()) {
-                            System.out.println("Error: File " + nbm + " cannot be deleted. Propably file lock on the file."); // NOI18N
+                            XMLUtil.LOG.log(Level.WARNING, "File " + nbm + " cannot be deleted. Propably file lock on the file."); // NOI18N
                             assert false : "Error: File " + nbm + " cannot be deleted. Propably file lock on the file.";
                             nbm.deleteOnExit ();
                         }
@@ -353,7 +349,7 @@ public final class ModuleUpdater extends Thread {
                 } else {
                     modtrack = tracking.readModuleTracking (mu.getCodenamebase (), true);
                     // find origin for file
-                    UpdateTracking.AdditionalInfo info = UpdateTracking.getAdditionalInformation (cluster);
+                    UpdateTracking.AdditionalInfo info = UpdateTracking.getAdditionalInformation (cluster, context);
                     String origin = info != null && info.getSource (nbm.getName ()) != null ?
                         info.getSource (nbm.getName ()) : UpdateTracking.UPDATER_ORIGIN;
                     version = modtrack.addNewVersion (mu.getSpecification_version (), origin);
@@ -362,15 +358,15 @@ public final class ModuleUpdater extends Thread {
                 //System.gc();
 
                 hasMainClass = false;
-                UpdaterFrame.setLabel( Localization.getBrandedString("CTL_UnpackingFile") + "  " + nbm.getName() ); //NOI18N
-                UpdaterFrame.setProgressValue( bytesRead );
+                context.setLabel( Localization.getBrandedString("CTL_UnpackingFile") + "  " + nbm.getName() ); //NOI18N
+                context.setProgressValue( bytesRead );
                 JarFile jarFile = null;
 
                 try {
                     jarFile = new JarFile (nbm);
                     Enumeration<JarEntry> entries = jarFile.entries();
-
-                    if (jarFile.getManifest().getMainAttributes().getValue("Bundle-SymbolicName") != null) {
+                    final Manifest manifest = jarFile.getManifest();
+                    if (manifest != null && manifest.getMainAttributes().getValue("Bundle-SymbolicName") != null) {
                         //OSGi bundle
                         File osgiJar = nbm;
                         
@@ -378,8 +374,8 @@ public final class ModuleUpdater extends Thread {
                         if (destFile.exists()) {
                             File bckFile = new File(getBackupDirectory(cluster), osgiJar.getName());
                             bckFile.getParentFile().mkdirs();
-                            // System.out.println("Backing up" ); // NOI18N
-                            copyStreams(new FileInputStream(destFile), new FileOutputStream(bckFile), -1);
+                            // XMLUtil.LOG.info("Backing up" ); // NOI18N
+                            copyStreams(new FileInputStream(destFile), context.createOS(bckFile), -1);
                             if (!destFile.delete() && isWindows()) {
                                 trickyDeleteOnWindows(destFile);
                             }
@@ -387,12 +383,12 @@ public final class ModuleUpdater extends Thread {
                             destFile.getParentFile().mkdirs();
                         }
 
-                        bytesRead = copyStreams(new FileInputStream(osgiJar), new FileOutputStream(destFile), bytesRead);
+                        bytesRead = copyStreams(new FileInputStream(osgiJar), context.createOS(destFile), bytesRead);
                         long crc = UpdateTracking.getFileCRC(destFile);
                         version.addFileWithCrc("modules/" + osgiJar.getName(), Long.toString(crc));
                         //create config/Modules/cnb.xml
 
-                        UpdaterFrame.setProgressValue(bytesRead);
+                        context.setProgressValue(bytesRead);
                         modtrack.setOSGi(true);
                     } else {
                         //NBM
@@ -414,8 +410,8 @@ public final class ModuleUpdater extends Thread {
                                 if ( destFile.exists() ) {
                                     File bckFile = new File( getBackupDirectory (cluster), entry.getName() );
                                     bckFile.getParentFile ().mkdirs ();
-                                    // System.out.println("Backing up" ); // NOI18N
-                                    copyStreams( new FileInputStream( destFile ), new FileOutputStream( bckFile ), -1 );
+                                    // XMLUtil.LOG.info("Backing up" ); // NOI18N
+                                    copyStreams( new FileInputStream( destFile ), context.createOS( bckFile ), -1 );
                                     if (!destFile.delete() && isWindows()) {
                                         trickyDeleteOnWindows(destFile);
                                     }
@@ -423,11 +419,38 @@ public final class ModuleUpdater extends Thread {
                                     destFile.getParentFile ().mkdirs ();
                                 }
                                 
-                                bytesRead = copyStreams( jarFile.getInputStream( entry ), new FileOutputStream( destFile ), bytesRead );
+                                long crc;
+                                if (pathTo.endsWith(".external")) {
+                                    File downloaded = new File(destFile.getParentFile(), destFile.getName().substring(0, destFile.getName().lastIndexOf(".external")));
+                                    final InputStream spec = jarFile.getInputStream(entry);
+                                    pathTo = pathTo.substring(0, pathTo.length() - ".external".length());
+                                    long expectedCRC = externalDownload(spec, nbm);
+                                    File external = new File(nbm + "." + Long.toHexString(expectedCRC));
+                                    InputStream is = new FileInputStream(external);
+                                    try {
+                                        spec.close();
+                                        FileOutputStream os = new FileOutputStream(downloaded);
+                                        try {
+                                            bytesRead = copyStreams(is, os, -1);
+                                        } finally {
+                                            os.close();
+                                        }
+                                    } finally {
+                                        external.delete();
+                                        is.close();
+                                    }
+                                    crc = UpdateTracking.getFileCRC(downloaded);
+                                    if (crc != expectedCRC) {
+                                        downloaded.delete();
+                                        throw new IOException("Wrong CRC for " + downloaded);
+                                    }
+                                } else {
+                                    bytesRead = copyStreams( jarFile.getInputStream( entry ), context.createOS( destFile ), bytesRead );
+                                    crc = entry.getCrc();
+                                }
                                 if(executableFiles.contains(pathTo)) {
                                     filesToChmod.add(destFile);
                                 }
-                                long crc = entry.getCrc();
                                 if(pathTo.endsWith(".jar.pack.gz") &&
                                         jarFile.getEntry(entry.getName().substring(0, entry.getName().lastIndexOf(".pack.gz")))==null) {
                                      //check if file.jar.pack.gz does not exit for file.jar - then unpack current .pack.gz file
@@ -443,7 +466,7 @@ public final class ModuleUpdater extends Thread {
                                     version.addFileWithCrc( pathTo, Long.toString(crc));
                                 }
                                 
-                                UpdaterFrame.setProgressValue( bytesRead );
+                                context.setProgressValue( bytesRead );
                             }
                         } else if ( entry.getName().startsWith( UPDATE_MAIN_DIR )&&
                                   !entry.isDirectory() ) {
@@ -455,8 +478,8 @@ public final class ModuleUpdater extends Thread {
                             }
                             destFile.getParentFile ().mkdirs ();
                             hasMainClass = true;
-                            bytesRead = copyStreams( jarFile.getInputStream( entry ), new FileOutputStream( destFile ), bytesRead );
-                            UpdaterFrame.setProgressValue( bytesRead );
+                            bytesRead = copyStreams( jarFile.getInputStream( entry ), context.createOS( destFile ), bytesRead );
+                            context.setProgressValue( bytesRead );
                         }
                     }
                     chmod(filesToChmod);
@@ -476,7 +499,7 @@ public final class ModuleUpdater extends Thread {
                 }
                 catch ( java.io.IOException e ) {
                     // Ignore non readable files
-                    e.printStackTrace ();
+                    XMLUtil.LOG.log(Level.INFO, "Ignore non-readable files ", e);
                 }
                 finally {
                     try {
@@ -485,12 +508,12 @@ public final class ModuleUpdater extends Thread {
                     }
                     catch ( java.io.IOException e ) {
                         // We can't close the file do nothing
-                        // System.out.println("Can't close : " + e ); // NOI18N
+                        // XMLUtil.LOG.info("Can't close : " + e ); // NOI18N
                     }
-                    //System.out.println("Dleting :" + nbmFiles[i].getName() + ":" + nbmFiles[i].delete() ); // NOI18N
+                    //XMLUtil.LOG.info("Dleting :" + nbmFiles[i].getName() + ":" + nbmFiles[i].delete() ); // NOI18N
 
                     if (! nbm.delete ()) {
-                        System.out.println("Error: Cannot delete " + nbm); // NOI18N
+                        XMLUtil.LOG.log(Level.WARNING, "Error: Cannot delete {0}", nbm); // NOI18N
                         nbm.deleteOnExit ();
                     }
                 }
@@ -536,9 +559,9 @@ public final class ModuleUpdater extends Thread {
             result = process.waitFor();
             process.destroy();
         } catch (IOException e) {
-            e.printStackTrace();
+            XMLUtil.LOG.log(Level.WARNING, null, e);
         } catch (InterruptedException e) {
-            e.printStackTrace();
+            XMLUtil.LOG.log(Level.WARNING, null, e);
         }
         return result == 0;
     }
@@ -556,7 +579,7 @@ public final class ModuleUpdater extends Thread {
                 }
                 reader.close();
             } catch (Exception e) {
-                e.printStackTrace();
+                XMLUtil.LOG.log(Level.WARNING, null, e);
             } finally {
                 if (reader != null) {
                     try {
@@ -616,17 +639,17 @@ public final class ModuleUpdater extends Thread {
                         do {
                             vystup = reader.readLine();
                             if (vystup!=null)
-                                System.out.println(vystup);
+                                XMLUtil.LOG.info(vystup);
                         } while (vystup != null);
                     } catch (Exception e) {
-                        e.printStackTrace();
+                        XMLUtil.LOG.log(Level.INFO, null, e);
                   }
                 }
             }.start();
             int x=proces.waitFor();
         }
         catch (Exception e){
-          e.printStackTrace();
+            XMLUtil.LOG.log(Level.INFO, null, e);
         }
     }
     
@@ -705,7 +728,7 @@ public final class ModuleUpdater extends Thread {
                 if ( count > 8500 ) {
                     if (progressVal >= 0) {
                         progressVal += count;
-                        UpdaterFrame.setProgressValue( progressVal );
+                        context.setProgressValue( progressVal );
                     }
 
                     count = 0;
@@ -735,7 +758,7 @@ public final class ModuleUpdater extends Thread {
                 deleteDir( files[j] );
             }
             if (! files[j].delete()) {
-                    System.out.println("Error: Cannot delete " + files [j]); //NOI18N
+                    XMLUtil.LOG.log(Level.WARNING, "Cannot delete {0}", files [j]); //NOI18N
                     assert false : "Cannot delete " + files [j];
             }            
         }
@@ -889,6 +912,19 @@ public final class ModuleUpdater extends Thread {
          return ret;
      }
 
+    private long externalDownload(InputStream spec, File nbm) throws IOException {
+        BufferedReader br = new BufferedReader(new InputStreamReader(spec));
+        for (;;) {
+            String line = br.readLine();
+            if (line == null) {
+                throw new IOException("No CRC in the .external file!");
+            }
+            if (line.startsWith("CRC:")) {
+                return Long.parseLong(line.substring(4).trim());
+            }
+        }
+    }
+
 
     
     /** read jvm parameters from jvm parameters file */
diff --git a/autoupdate.services/libsrc/org/netbeans/updater/UpdateTracking.java b/autoupdate.services/libsrc/org/netbeans/updater/UpdateTracking.java
index ec8cdd5..c2e175e 100644
--- a/autoupdate.services/libsrc/org/netbeans/updater/UpdateTracking.java
+++ b/autoupdate.services/libsrc/org/netbeans/updater/UpdateTracking.java
@@ -49,11 +49,11 @@ import java.io.File;
 import java.io.FileFilter;
 import java.io.FileInputStream;
 import java.io.InputStream;
-import java.io.FileOutputStream;
 import java.io.OutputStream;
 import java.io.IOException;
 import java.io.PrintWriter;
 import java.util.*;
+import java.util.logging.Level;
 import java.util.zip.CRC32;
 import org.w3c.dom.*;
 import org.xml.sax.InputSource;
@@ -110,15 +110,17 @@ public final class UpdateTracking {
     private final File directory;
     private final File trackingFile;
     private String origin = NBM_ORIGIN;
+    private final UpdatingContext context;
     
     /** Private constructor.
      */
-    private UpdateTracking( File nbPath ) {
+    private UpdateTracking( File nbPath, UpdatingContext context ) {
         assert nbPath != null : "Path cannot be null";
         
         trackingFile = new File( nbPath + FILE_SEPARATOR + TRACKING_FILE_NAME);
         directory = nbPath;
         origin = UPDATER_ORIGIN;
+        this.context = context;
     }
     
     //
@@ -130,7 +132,7 @@ public final class UpdateTracking {
      * @param createIfDoesNotExists should new tracking be created if it does not exists
      * @return the tracking for that cluster
      */    
-    public static UpdateTracking getTracking (File path, boolean createIfDoesNotExists) {
+    static UpdateTracking getTracking (File path, boolean createIfDoesNotExists, UpdatingContext context) {
         synchronized (trackings) {
             UpdateTracking track = trackings.get (path);
             if (track == null) {
@@ -147,7 +149,7 @@ public final class UpdateTracking {
                     return null;
                 }
                 
-                track = new UpdateTracking (path);
+                track = new UpdateTracking (path, context);
                 trackings.put (path, track);
                 track.read ();
                 track.scanDir ();
@@ -161,11 +163,11 @@ public final class UpdateTracking {
      * @path root of a cluster
      * @return the additional information for that cluster
      */    
-    public static UpdateTracking.AdditionalInfo getAdditionalInformation (File path) {
+    static UpdateTracking.AdditionalInfo getAdditionalInformation (File path, UpdatingContext context) {
         synchronized (infos) {
             UpdateTracking.AdditionalInfo additionalInfo = infos.get (path);
             if (additionalInfo == null) {
-                getTracking (path, false);
+                getTracking (path, false, context);
                 File downloadDir = new File (path, ModuleUpdater.DOWNLOAD_DIR);
                 if (downloadDir.exists () && downloadDir.isDirectory ()) {
                     File addInfo = new File (downloadDir, ADDITIONAL_INFO_FILE_NAME);
@@ -306,13 +308,11 @@ public final class UpdateTracking {
                 is.close();
         }
         catch ( org.xml.sax.SAXException e ) {
-            System.out.println("Bad update_tracking" ); // NOI18N
-            e.printStackTrace ();
+            XMLUtil.LOG.log(Level.SEVERE, "Bad update_tracking", e); // NOI18N
             return;
         }
         catch ( java.io.IOException e ) {
-            System.out.println("Missing update_tracking" ); // NOI18N
-            e.printStackTrace ();
+            XMLUtil.LOG.log(Level.SEVERE, "Missing update_tracking", e); // NOI18N
             return;
         }
 
@@ -463,8 +463,7 @@ public final class UpdateTracking {
             if (is != null)
                 is.close();
         } catch ( org.xml.sax.SAXException e ) {
-            System.out.println("Bad update_tracking" ); // NOI18N
-            e.printStackTrace ();
+            XMLUtil.LOG.log(Level.SEVERE, "Bad update_tracking", e); // NOI18N
             return null;
         }
         catch ( java.io.IOException e ) {
@@ -698,7 +697,7 @@ public final class UpdateTracking {
 
                     File customConfigs = new File(new File(new File(c, "config"), "Modules"), dash + ".xml");
                     if (customConfigs.exists()) {
-                        needInfoInUserDir = true;
+                        needInfoInUserDir = lastVersion == null;
                     }
                 }
 
@@ -753,18 +752,18 @@ public final class UpdateTracking {
 
             OutputStream os = null;
             try {
-                os = new FileOutputStream(file);
+                os = context.createOS(file);
             } catch (Exception e) {
-                e.printStackTrace();
+                XMLUtil.LOG.log(Level.WARNING, "Cannot read " + file, e);
                 //#154904
                 if (!file.delete()) {
-                    new IOException("Corresponding update would not be installed since it is not possible to modify or delete update tracking file " + file).printStackTrace();
+                    XMLUtil.LOG.log(Level.SEVERE, null, new IOException("Corresponding update would not be installed since it is not possible to modify or delete update tracking file " + file));
                 } else {
-                    new IOException("Update tracking file was deleted since permissions does not allow to modify it: " + file).printStackTrace();
+                    XMLUtil.LOG.log(Level.SEVERE, null, new IOException("Update tracking file was deleted since permissions does not allow to modify it: " + file));
                     try {
-                        os = new FileOutputStream(file);
+                        os = context.createOS(file);
                     } catch (Exception ex) {
-                        ex.printStackTrace();
+                        XMLUtil.LOG.log(Level.WARNING, "Cannot read", ex);
                     }
                 }
             }
@@ -773,12 +772,12 @@ public final class UpdateTracking {
                 try {
                     XMLUtil.write(document, os);
                 } catch (IOException e) {
-                    e.printStackTrace();
+                    XMLUtil.LOG.log(Level.WARNING, "Cannot write " + file, e);
                 } finally {
                     try {
                         os.close();
                     } catch (IOException e) {
-                        e.printStackTrace();
+                        XMLUtil.LOG.log(Level.WARNING, "Cannot close " + file, e);
                     }
                 }
             }
@@ -889,7 +888,7 @@ public final class UpdateTracking {
                 }
             }
             if (!needToWrite) {
-                System.out.println("Warning: No config file written for module " + codenamebase + ". No jar file present in \"modules\" directory.");
+                XMLUtil.LOG.log(Level.WARNING, "No config file written for module {0}. No jar file present in \"modules\" directory.", codenamebase);
                 return;
             }
             assert newCandidate != null || oldCandidate != null : "No jar file present!";
@@ -898,7 +897,7 @@ public final class UpdateTracking {
                 assert oldCandidate.equals(candidate) : "More files look as module: " + oldCandidate;
                 // only temporary
                 if (!oldCandidate.equals(candidate)) {
-                    System.out.println("NBM Error: More files look as module: " + oldCandidate);
+                    XMLUtil.LOG.log(Level.WARNING, "More files look as module: {0}", oldCandidate);
                     oldCandidate = candidate;
                 }
                 // end of temp
@@ -910,7 +909,7 @@ public final class UpdateTracking {
             String spec = newVersion.getVersion();
             OutputStream os;
             try {
-                os = new FileOutputStream(config);
+                os = context.createOS(config);
                 PrintWriter pw = new PrintWriter(new java.io.OutputStreamWriter(os, "UTF-8"));
                 // Please make sure formatting matches what the IDE actually spits
                 // out; it could matter.
@@ -930,7 +929,7 @@ public final class UpdateTracking {
                 pw.flush();
                 pw.close();
             } catch (IOException ex) {
-                ex.printStackTrace();
+                XMLUtil.LOG.log(Level.INFO, null, ex);
             }
         }
     }
@@ -1194,20 +1193,17 @@ public final class UpdateTracking {
                 is = new FileInputStream (f);
                 document = XMLUtil.parse (new InputSource (is), false, false, null, null);
             } catch (org.xml.sax.SAXException e) {
-                System.out.println ("Bad " + UpdateTracking.ADDITIONAL_INFO_FILE_NAME + " " + f); // NOI18N
-                e.printStackTrace ();
+                XMLUtil.LOG.log (Level.WARNING,"Bad " + UpdateTracking.ADDITIONAL_INFO_FILE_NAME + f, e); // NOI18N
                 return res;
             } catch (java.io.IOException e) {
-                System.out.println ("Missing " + UpdateTracking.ADDITIONAL_INFO_FILE_NAME + " " + f); // NOI18N
-                e.printStackTrace ();
+                XMLUtil.LOG.log (Level.WARNING,"Missing " + UpdateTracking.ADDITIONAL_INFO_FILE_NAME + f, e); // NOI18N
                 return res;
             } finally {
                 if (is != null) {
                     try {
                         is.close ();
                     } catch (IOException ioe) {
-                        System.out.println ("Cannot close stream for file " + f); // NOI18N
-                        ioe.printStackTrace ();
+                        XMLUtil.LOG.log (Level.INFO, "Cannot close stream for file " + f, ioe); // NOI18N
                         return res;
                     }
                 }
diff --git a/autoupdate.services/libsrc/org/netbeans/updater/UpdaterDispatcher.java b/autoupdate.services/libsrc/org/netbeans/updater/UpdaterDispatcher.java
index b52b7ef..4188142 100644
--- a/autoupdate.services/libsrc/org/netbeans/updater/UpdaterDispatcher.java
+++ b/autoupdate.services/libsrc/org/netbeans/updater/UpdaterDispatcher.java
@@ -46,15 +46,13 @@ package org.netbeans.updater;
 
 import java.io.File;
 import java.io.IOException;
+import java.util.logging.Level;
 import javax.swing.SwingUtilities;
 
 /**
  * @author  Jiri Rechtacek
  */
 public final class UpdaterDispatcher implements Runnable {
-    
-    UpdaterDispatcher () {}
-    
     private Boolean disable = null;
     private Boolean install = null;
     private Boolean uninstall = null;
@@ -66,6 +64,12 @@ public final class UpdaterDispatcher implements Runnable {
     public static final String DEACTIVATE_LATER = "deactivate_later.txt"; // NOI18N
     
     public static final String LAST_MODIFIED = ".lastModified"; // NOI18N
+    private final UpdatingContext context;
+
+    UpdaterDispatcher (UpdatingContext context) {
+        this.context = context;
+    }
+    
     
     /** Explore <cluster>/update directory and schedules actions handler for
      * Install/Update, Uninstall or Disable modules
@@ -76,28 +80,28 @@ public final class UpdaterDispatcher implements Runnable {
         try {
             // uninstall first
             if (isUninstallScheduled ()) {
-                ModuleDeactivator.delete ();
+                new ModuleDeactivator(context).delete();
             }
 
             // then disable
             if (isDisableScheduled ()) {
-                ModuleDeactivator.disable ();
+                new ModuleDeactivator(context).disable();
             }
 
             // finally install/update
             if (isInstallScheduled ()) {
                 try {
-                    ModuleUpdater mu = new ModuleUpdater (null);
+                    ModuleUpdater mu = new ModuleUpdater (context);
                     mu.start ();
                     mu.join ();
                 } catch (InterruptedException ex) {
-                    System.out.println("Error: " + ex);
+                    XMLUtil.LOG.log(Level.SEVERE, "Error", ex);
                 }
             }
         } catch (Exception x) {
-            System.out.println ("Error: Handling delete throws " + x);
+            XMLUtil.LOG.log (Level.WARNING, "Handling delete throws", x);
         } finally {
-            UpdaterFrame.getUpdaterFrame ().unpackingFinished ();
+            context.unpackingFinished ();
         }
     }
     
@@ -148,9 +152,10 @@ public final class UpdaterDispatcher implements Runnable {
         }
     }
 
+    @Override
     public void run () {
         dispatch ();
-        UpdaterFrame.disposeSplash ();
+        context.disposeSplash();
     }
     
     public static void touchLastModified (File cluster) {
@@ -168,7 +173,7 @@ public final class UpdaterDispatcher implements Runnable {
                 stamp.setLastModified (System.currentTimeMillis ());
             }
         } catch (IOException ex) {
-            ex.printStackTrace ();
+            XMLUtil.LOG.log(Level.WARNING, null, ex);
         }
     }
     
diff --git a/autoupdate.services/libsrc/org/netbeans/updater/UpdaterFrame.form b/autoupdate.services/libsrc/org/netbeans/updater/UpdaterFrame.form
index 98c62b5..05eb240 100644
--- a/autoupdate.services/libsrc/org/netbeans/updater/UpdaterFrame.form
+++ b/autoupdate.services/libsrc/org/netbeans/updater/UpdaterFrame.form
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" ?>
+<?xml version="1.1" encoding="UTF-8" ?>
 
 <Form version="1.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <Properties>
@@ -14,6 +14,7 @@
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
+    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
diff --git a/autoupdate.services/libsrc/org/netbeans/updater/UpdaterFrame.java b/autoupdate.services/libsrc/org/netbeans/updater/UpdaterFrame.java
index 7255f1d..6035e5e 100644
--- a/autoupdate.services/libsrc/org/netbeans/updater/UpdaterFrame.java
+++ b/autoupdate.services/libsrc/org/netbeans/updater/UpdaterFrame.java
@@ -45,12 +45,15 @@
 package org.netbeans.updater;
 
 import java.awt.*;
+import java.io.File;
+import java.io.FileNotFoundException;
+import java.io.FileOutputStream;
+import java.io.OutputStream;
+import java.util.Collection;
 import java.util.Locale;
 import javax.swing.*;
-import java.io.*;
-import java.beans.PropertyChangeListener;
 import java.net.URL;
-import java.util.Collection;
+import java.util.logging.Level;
 
 
 import javax.swing.border.LineBorder;
@@ -60,7 +63,8 @@ import javax.swing.border.LineBorder;
  * @author  phrebejk, akemr, Jiri Rechtacek
  * @version
  */
-public class UpdaterFrame extends javax.swing.JPanel {
+public class UpdaterFrame extends javax.swing.JPanel 
+implements UpdatingContext {
 
     /** Operating system is Windows x */
     public static final int OS_WIN = 1;
@@ -75,22 +79,23 @@ public class UpdaterFrame extends javax.swing.JPanel {
     
     private static final String SPLASH_PATH = "org/netbeans/updater/resources/updatersplash"; // NOI18N
 
-    private static UpdaterFrame panel;
-
-    private static boolean bigBounds = false;
+    private boolean bigBounds = false;
 
-    private static boolean fromIDE = false;
-    
-    private static Window splashWindow;
+    private Window splashWindow;
     
     /** For external running Updater without GUI */
-    private static boolean noSplash = false; 
+    private boolean noSplash = false; 
     
-    public static final String FINISHED = "FINISHED"; // NOI18N
-    public static final String RUNNING = "RUNNING"; // NOI18N
-
     /** Creates new form UpdaterFrame */
     public UpdaterFrame() {
+        this(null);
+    }
+    
+    private UpdaterFrame(String[] args) {
+        
+        if (args!=null && args.length>0)
+            cli(args);
+        
         initComponents ();
         
         if ( addBorder() )
@@ -193,94 +198,63 @@ public class UpdaterFrame extends javax.swing.JPanel {
         }
     }
     
-    private static void showSplash () {
+    private void showSplash () {
         
         if ((getOperatingSystem () == OS_WIN) ||
             (getOperatingSystem () == OS_SOLARIS) ||
             (getOperatingSystem () == OS_OS2) ||
             (getOperatingSystem () == OS_LINUX)) {
             // only some systems supports non-frame windows
-            splashWindow = new SplashWindow();
+            splashWindow = new SplashWindow(this);
         } else {        
-            splashWindow = (Window)new SplashFrame();
+            splashWindow = (Window)new SplashFrame(this);
         }
 
         // show splash
-        javax.swing.SwingUtilities.invokeLater( 
-                    new Runnable() {
-                        public void run() {
-                            splashWindow.setVisible(true);
-                            splashWindow.toFront ();
-                        }
-                    });
+        EventQueue.invokeLater(new Runnable() {
+            @Override
+            public void run() {
+                splashWindow.setVisible(true);
+                splashWindow.toFront ();
+            }
+        });
     }
     
-    static void disposeSplash () {
+    @Override
+    public void disposeSplash () {
         if (splashWindow != null) splashWindow.dispose ();
     }
     
     /**
     * @param args the command line arguments
     */
-    public static void main (String args[]) {
-        if (args.length > 0) {
-            cli (args);
+    public static void main (String... args) {
+        UpdaterFrame panel = new UpdaterFrame (args);
+        if (!panel.noSplash) {
+            panel.showSplash ();
         }
-        
-        panel = new UpdaterFrame ();
-        
-        if (!noSplash) {
-            showSplash ();
-        }
-
-        new UpdaterDispatcher ().run ();
+        new UpdaterDispatcher (panel).run ();
     }
 
-    public static Thread runFromIDE (Collection<File> files, PropertyChangeListener listener, String brandingToken, boolean showSplash) {
-        noSplash = ! showSplash;
-        fromIDE = true;        
-        Localization.setBranding (brandingToken);
-        panel = new UpdaterFrame ();
-        panel.addPropertyChangeListener( listener );
-        if (! noSplash) {
-            showSplash();
-        }
-        
-        ModuleUpdater mu = new ModuleUpdater (files);
-        mu.start();
-        return mu;
+    @Override
+    public Collection<File> forInstall() {
+        return null;
     }
-
-    void unpackingIsRunning () {
-        if (fromIDE) {
-            firePropertyChange (RUNNING, null, null);
-        }
+    
+    @Override
+    public void unpackingIsRunning () {
     }
     
-    void unpackingFinished() {
+    @Override
+    public void unpackingFinished() {
         runningFinished();
-        /*
-        ClassRunner runner = new ClassRunner(); 
-        runner.start();
-        */
     }
 
-    void runningFinished() {
-        if (fromIDE) {
-            firePropertyChange (FINISHED, null, null);
-            if (splashWindow != null) splashWindow.dispose();
-        }
-        else
-            System.exit( 0 );
+    @Override
+    public void runningFinished() {
+        System.exit(0);
     }
     
-    /** Tells the Localization class whether we are running from IDE or not
-     */    
-    boolean isFromIde() {
-        return fromIDE;
-    }
-
-
     // Variables declaration - do not modify//GEN-BEGIN:variables
     private javax.swing.JLabel jLabel3;
     private javax.swing.JTextArea jTextArea1;
@@ -289,57 +263,61 @@ public class UpdaterFrame extends javax.swing.JPanel {
     // End of variables declaration//GEN-END:variables
 
 
-    static void setLabel( final String text ) {
+    @Override
+    public void setLabel( final String text ) {
         
         if (noSplash) return;
 
-        final javax.swing.JLabel label = panel.textLabel;
-
-        javax.swing.SwingUtilities.invokeLater( new Runnable() {
-                                                    public void run() {
-                                                        label.setText( text );
-                                                    }
-                                                });
+        final javax.swing.JLabel label = textLabel;
 
+        EventQueue.invokeLater( new Runnable() {
+            @Override
+            public void run() {
+                label.setText( text );
+            }
+        });
     }
 
 
-    static void setProgressRange( final long min, final long max ) {
+    @Override
+    public void setProgressRange( final long min, final long max ) {
         
         if (noSplash) return;
 
         bigBounds = max > 0xFFFF;
 
-        final javax.swing.JProgressBar progressBar = panel.progressBar;
+        final javax.swing.JProgressBar pb = progressBar;
         final boolean bb = bigBounds;
 
-        javax.swing.SwingUtilities.invokeLater( new Runnable() {
-                                                    public void run() {
-                                                        progressBar.setMinimum( bb ? (int)(min / 1024) : (int)min );
-                                                        progressBar.setMaximum( bb ? (int)(max / 1024) : (int)max );
-                                                    }
-                                                });
+        EventQueue.invokeLater( new Runnable() {
+            @Override
+            public void run() {
+                pb.setMinimum( bb ? (int)(min / 1024) : (int)min );
+                pb.setMaximum( bb ? (int)(max / 1024) : (int)max );
+            }
+        });
 
     }
 
-    static void setProgressValue( final long value ) {
+    @Override
+    public void setProgressValue( final long value ) {
         
         if (noSplash) return;
 
-        final javax.swing.JProgressBar progressBar = panel.progressBar;
         final boolean bb = bigBounds;
 
-        javax.swing.SwingUtilities.invokeLater( new Runnable() {
-                                                    public void run() {
-                                                        progressBar.setValue( bb ? (int)(value / 1024) : (int)value );
-                                                    }
-                                                });
+        EventQueue.invokeLater(new Runnable() {
+            @Override
+            public void run() {
+                progressBar.setValue( bb ? (int)(value / 1024) : (int)value );
+            }
+        });
     }
     
     /** Get the operating system on which the IDE is running.
     * @return one of the <code>OS_*</code> constants (such as {@link #OS_WINNT})
     */
-    public static final int getOperatingSystem () {
+    private static int getOperatingSystem () {
         int operatingSystem = -1;
         String osName = System.getProperty ("os.name");
         if ( osName != null && osName.startsWith("Windows")) // NOI18N
@@ -357,17 +335,11 @@ public class UpdaterFrame extends javax.swing.JPanel {
         return operatingSystem;
     }
     
-    /** Getter for property fromIDE.
-     * @return Value of property fromIDE.
-     */
-    static boolean isFromIDE() {
-        return fromIDE;
+    @Override
+    public boolean isFromIDE() {
+        return false;
     }
 
-    static UpdaterFrame getUpdaterFrame() {
-        return panel;
-    }
-    
     static private Color stringToColor( String key, Color defcolor ) {
         try {
             String str = Localization.getBrandedString( key + "_R" );  // NOI18N
@@ -416,11 +388,16 @@ public class UpdaterFrame extends javax.swing.JPanel {
         if ( lookup != null )
             jLabel3.setIcon( new ImageIcon( lookup ) );
     }
+
+    @Override
+    public OutputStream createOS(File bckFile) throws FileNotFoundException {
+        return new FileOutputStream(bckFile);
+    }
         
     static class SplashFrame extends JFrame {
         
         /** Creates a new SplashFrame */
-        public SplashFrame () {
+        public SplashFrame (UpdaterFrame panel) {
             super (getMainWindowTitle ());
             setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);
             setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.WAIT_CURSOR));
@@ -438,7 +415,7 @@ public class UpdaterFrame extends javax.swing.JPanel {
     
     static class SplashWindow extends Window {
         /** Creates a new SplashWindow */
-        public SplashWindow () {
+        public SplashWindow (UpdaterFrame panel) {
             super(new Frame());
             // add splash component
             setLayout (new java.awt.BorderLayout ());
@@ -465,14 +442,16 @@ public class UpdaterFrame extends javax.swing.JPanel {
         return false;
     }
     
-    private static int cli(String[] args) {
+    private int cli(String[] args) {
         // let's go through the command line
         for (int i = 0; i < args.length; i++) {
             if (args[i] == null) {
                 continue;
             }
-            if (isOption (args[i], "nosplash")) { // NOI18N
-                UpdaterFrame.noSplash = true;
+            if (isOption (args[i], "noexit")) { // NOI18N
+                throw new IllegalStateException();
+            } else if (isOption (args[i], "nosplash")) { // NOI18N
+                noSplash = true;
             } else if (isOption (args[i], "locale")) { // NOI18N
                 args[i] = null;
                 String localeParam = args[++i];
@@ -504,7 +483,7 @@ public class UpdaterFrame extends javax.swing.JPanel {
                 try {
                     Localization.setBranding(branding);
                 } catch (IllegalArgumentException iae) {
-                    iae.printStackTrace();
+                    XMLUtil.LOG.log(Level.WARNING, "Cannot change branding", iae);
                     return 1;
                 }
             }
diff --git a/autoupdate.services/libsrc/org/netbeans/updater/UpdaterInternal.java b/autoupdate.services/libsrc/org/netbeans/updater/UpdaterInternal.java
new file mode 100644
index 0000000..6a96955
--- /dev/null
+++ b/autoupdate.services/libsrc/org/netbeans/updater/UpdaterInternal.java
@@ -0,0 +1,153 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.updater;
+
+import java.beans.PropertyChangeEvent;
+import java.beans.PropertyChangeListener;
+import java.io.File;
+import java.io.FileNotFoundException;
+import java.io.FileOutputStream;
+import java.io.IOException;
+import java.io.OutputStream;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.logging.Level;
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+public final class UpdaterInternal {
+    public static final String RUNNING = "RUNNING"; // NOI18N
+    public static final String FINISHED = "FINISHED"; // NOI18N
+    
+    private UpdaterInternal() {
+    }
+    
+    public static void update(final Collection<File> files, final PropertyChangeListener l, String branding) throws InterruptedException {
+        Localization.setBranding (branding);
+        
+        class Context implements UpdatingContext {
+            private Map<File,Long> modified = new HashMap<File,Long>();
+            
+            @Override
+            public Collection<File> forInstall() {
+                return files;
+            }
+
+            @Override
+            public boolean isFromIDE() {
+                return true;
+            }
+
+            @Override
+            public void unpackingIsRunning () {
+                firePropertyChange (RUNNING, null, null);
+            }
+
+            @Override
+            public void unpackingFinished() {
+                runningFinished();
+            }
+
+            @Override
+            public void runningFinished() {
+                firePropertyChange (FINISHED, null, modified);
+            }
+
+            @Override
+            public void setProgressValue(long bytesRead) {
+            }
+
+            @Override
+            public void setLabel(String string) {
+            }
+
+            @Override
+            public void setProgressRange(long i, long totalLength) {
+            }
+
+            @Override
+            public void disposeSplash() {
+            }
+
+            private void firePropertyChange(String name, Object oldV, Object newV) {
+                if (l != null) {
+                    PropertyChangeEvent ev = new PropertyChangeEvent(this, name, oldV, newV);
+                    l.propertyChange(ev);
+                }
+            }
+
+            @Override
+            public OutputStream createOS(final File file) throws FileNotFoundException {
+                if (modified.get(file) == null) {
+                    modified.put(file, file.lastModified());
+                }
+                XMLUtil.LOG.log(Level.FINE, "Creating output stream for {0}", file);
+                return new FileOutputStream(file) {
+                    boolean closed;
+                    
+                    @Override
+                    public void close() throws IOException {
+                        if (closed) {
+                            return;
+                        }
+                        closed = true;
+                        XMLUtil.LOG.log(Level.FINE, "Closing output stream for {0}", file);
+                        super.close();
+                        XMLUtil.LOG.log(
+                            Level.INFO, "File installed {0}@{1}", 
+                            new Object[] { file, modified.get(file) }
+                        );
+                    }
+                };
+            }
+        }
+
+        Context c = new Context();
+        ModuleUpdater mu = new ModuleUpdater(c);
+        mu.start();
+        mu.join();
+    }    
+}
diff --git a/autoupdate.services/libsrc/org/netbeans/updater/UpdatingContext.java b/autoupdate.services/libsrc/org/netbeans/updater/UpdatingContext.java
new file mode 100644
index 0000000..03e7198
--- /dev/null
+++ b/autoupdate.services/libsrc/org/netbeans/updater/UpdatingContext.java
@@ -0,0 +1,65 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.updater;
+
+import java.io.File;
+import java.io.FileNotFoundException;
+import java.io.OutputStream;
+import java.util.Collection;
+
+/** 
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+interface UpdatingContext {
+    Collection<File> forInstall();
+    boolean isFromIDE();
+    void unpackingFinished();
+    void setProgressValue(long bytesRead);
+    void setLabel(String string);
+    void unpackingIsRunning();
+    void setProgressRange(long i, long totalLength);
+    void runningFinished();
+    void disposeSplash();
+    OutputStream createOS(File bckFile) throws FileNotFoundException;
+}
diff --git a/autoupdate.services/libsrc/org/netbeans/updater/XMLUtil.java b/autoupdate.services/libsrc/org/netbeans/updater/XMLUtil.java
index e41b3be..92e70ec 100644
--- a/autoupdate.services/libsrc/org/netbeans/updater/XMLUtil.java
+++ b/autoupdate.services/libsrc/org/netbeans/updater/XMLUtil.java
@@ -46,6 +46,7 @@ package org.netbeans.updater;
 
 import java.io.IOException;
 import java.io.OutputStream;
+import java.util.logging.Logger;
 import javax.xml.parsers.DocumentBuilder;
 import javax.xml.parsers.DocumentBuilderFactory;
 import javax.xml.parsers.ParserConfigurationException;
@@ -58,7 +59,6 @@ import javax.xml.transform.TransformerFactoryConfigurationError;
 import javax.xml.transform.dom.DOMSource;
 import javax.xml.transform.stream.StreamResult;
 import org.w3c.dom.DOMException;
-import org.w3c.dom.DOMImplementation;
 import org.w3c.dom.Document;
 import org.w3c.dom.DocumentType;
 import org.xml.sax.EntityResolver;
@@ -72,6 +72,7 @@ import org.xml.sax.SAXException;
  * @author Petr Kuzel, Jesse Glick
  */
 public final class XMLUtil extends Object {
+    static final Logger LOG = Logger.getLogger(XMLUtil.class.getPackage().getName());
 
     public static Document parse (
             InputSource input, 
@@ -101,7 +102,14 @@ public final class XMLUtil extends Object {
 
         assert input != null : "InputSource cannot be null";
         
-        return builder.parse(input);            
+        try {
+            return builder.parse(input);
+        } catch (SAXException ex) {
+            StringBuilder msg = new StringBuilder();
+            msg.append("Cannot parse");
+            msg.append("Thread.cCL: ").append(Thread.currentThread().getContextClassLoader());
+            throw new SAXException(msg.toString(), ex);
+        }
     }
     
     public static Document createDocument(String rootQName) throws DOMException {
diff --git a/autoupdate.services/manifest.mf b/autoupdate.services/manifest.mf
index fef8576..d293fa9 100644
--- a/autoupdate.services/manifest.mf
+++ b/autoupdate.services/manifest.mf
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.autoupdate.services
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/autoupdate/services/resources/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.20.1
+OpenIDE-Module-Specification-Version: 1.25.1
 OpenIDE-Module-Layer: org/netbeans/modules/autoupdate/services/resources/layer.xml
 AutoUpdate-Show-In-Client: false
 AutoUpdate-Essential-Module: true
diff --git a/autoupdate.services/nbproject/org-netbeans-modules-autoupdate-services.sig b/autoupdate.services/nbproject/org-netbeans-modules-autoupdate-services.sig
index d9f094b..28db35e 100644
--- a/autoupdate.services/nbproject/org-netbeans-modules-autoupdate-services.sig
+++ b/autoupdate.services/nbproject/org-netbeans-modules-autoupdate-services.sig
@@ -1,5 +1,5 @@
 #Signature file v4.1
-#Version 1.16
+#Version 1.20
 
 CLSS public abstract interface java.io.Serializable
 
@@ -7,7 +7,7 @@ CLSS public abstract interface java.lang.Comparable<%0 extends java.lang.Object>
 meth public abstract int compareTo({java.lang.Comparable%0})
 
 CLSS public abstract java.lang.Enum<%0 extends java.lang.Enum<{java.lang.Enum%0}>>
-cons protected Enum(java.lang.String,int)
+cons protected init(java.lang.String,int)
 intf java.io.Serializable
 intf java.lang.Comparable<{java.lang.Enum%0}>
 meth protected final java.lang.Object clone() throws java.lang.CloneNotSupportedException
@@ -24,15 +24,15 @@ supr java.lang.Object
 hfds name,ordinal
 
 CLSS public java.lang.Exception
-cons public Exception()
-cons public Exception(java.lang.String)
-cons public Exception(java.lang.String,java.lang.Throwable)
-cons public Exception(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 supr java.lang.Throwable
 hfds serialVersionUID
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -46,10 +46,10 @@ meth public int hashCode()
 meth public java.lang.String toString()
 
 CLSS public java.lang.Throwable
-cons public Throwable()
-cons public Throwable(java.lang.String)
-cons public Throwable(java.lang.String,java.lang.Throwable)
-cons public Throwable(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 intf java.io.Serializable
 meth public java.lang.StackTraceElement[] getStackTrace()
 meth public java.lang.String getLocalizedMessage()
@@ -82,9 +82,11 @@ supr java.lang.Object
 hfds container,impl
 
 CLSS public final static org.netbeans.api.autoupdate.InstallSupport$Installer
+ outer org.netbeans.api.autoupdate.InstallSupport
 supr java.lang.Object
 
 CLSS public final static org.netbeans.api.autoupdate.InstallSupport$Validator
+ outer org.netbeans.api.autoupdate.InstallSupport
 supr java.lang.Object
 
 CLSS public final org.netbeans.api.autoupdate.OperationContainer<%0 extends java.lang.Object>
@@ -118,6 +120,7 @@ supr java.lang.Object
 hfds impl,support,upToDate
 
 CLSS public final static org.netbeans.api.autoupdate.OperationContainer$OperationInfo<%0 extends java.lang.Object>
+ outer org.netbeans.api.autoupdate.OperationContainer
 meth public java.lang.String toString()
 meth public java.util.Set<java.lang.String> getBrokenDependencies()
 meth public java.util.Set<org.netbeans.api.autoupdate.UpdateElement> getRequiredElements()
@@ -127,9 +130,9 @@ supr java.lang.Object
 hfds impl
 
 CLSS public final org.netbeans.api.autoupdate.OperationException
-cons public OperationException(org.netbeans.api.autoupdate.OperationException$ERROR_TYPE)
-cons public OperationException(org.netbeans.api.autoupdate.OperationException$ERROR_TYPE,java.lang.Exception)
-cons public OperationException(org.netbeans.api.autoupdate.OperationException$ERROR_TYPE,java.lang.String)
+cons public init(org.netbeans.api.autoupdate.OperationException$ERROR_TYPE)
+cons public init(org.netbeans.api.autoupdate.OperationException$ERROR_TYPE,java.lang.Exception)
+cons public init(org.netbeans.api.autoupdate.OperationException$ERROR_TYPE,java.lang.String)
 innr public final static !enum ERROR_TYPE
 meth public java.lang.String getLocalizedMessage()
 meth public org.netbeans.api.autoupdate.OperationException$ERROR_TYPE getErrorType()
@@ -137,6 +140,7 @@ supr java.lang.Exception
 hfds error,msg
 
 CLSS public final static !enum org.netbeans.api.autoupdate.OperationException$ERROR_TYPE
+ outer org.netbeans.api.autoupdate.OperationException
 fld public final static org.netbeans.api.autoupdate.OperationException$ERROR_TYPE ENABLE
 fld public final static org.netbeans.api.autoupdate.OperationException$ERROR_TYPE INSTALL
 fld public final static org.netbeans.api.autoupdate.OperationException$ERROR_TYPE INSTALLER
@@ -156,6 +160,7 @@ supr java.lang.Object
 hfds container
 
 CLSS public final static org.netbeans.api.autoupdate.OperationSupport$Restarter
+ outer org.netbeans.api.autoupdate.OperationSupport
 supr java.lang.Object
 
 CLSS public final org.netbeans.api.autoupdate.UpdateElement
@@ -189,6 +194,7 @@ supr java.lang.Object
 hfds mgr
 
 CLSS public final static !enum org.netbeans.api.autoupdate.UpdateManager$TYPE
+ outer org.netbeans.api.autoupdate.UpdateManager
 fld public final static org.netbeans.api.autoupdate.UpdateManager$TYPE CUSTOM_HANDLED_COMPONENT
 fld public final static org.netbeans.api.autoupdate.UpdateManager$TYPE FEATURE
 fld public final static org.netbeans.api.autoupdate.UpdateManager$TYPE KIT_MODULE
@@ -232,6 +238,7 @@ supr java.lang.Object
 hfds impl
 
 CLSS public final static !enum org.netbeans.api.autoupdate.UpdateUnitProvider$CATEGORY
+ outer org.netbeans.api.autoupdate.UpdateUnitProvider
 fld public final static org.netbeans.api.autoupdate.UpdateUnitProvider$CATEGORY BETA
 fld public final static org.netbeans.api.autoupdate.UpdateUnitProvider$CATEGORY COMMUNITY
 fld public final static org.netbeans.api.autoupdate.UpdateUnitProvider$CATEGORY STANDARD
@@ -251,7 +258,7 @@ supr java.lang.Object
 hfds INSTANCE
 
 CLSS public abstract org.netbeans.spi.autoupdate.AutoupdateClusterCreator
-cons public AutoupdateClusterCreator()
+cons public init()
 meth protected abstract java.io.File findCluster(java.lang.String)
 meth protected abstract java.io.File[] registerCluster(java.lang.String,java.io.File) throws java.io.IOException
 supr java.lang.Object
diff --git a/autoupdate.services/nbproject/project.xml b/autoupdate.services/nbproject/project.xml
index ff3ff02..827d411 100644
--- a/autoupdate.services/nbproject/project.xml
+++ b/autoupdate.services/nbproject/project.xml
@@ -29,7 +29,7 @@
                     <compile-dependency/>
                     <run-dependency>
                         <release-version>1</release-version>
-                        <specification-version>1.9</specification-version>
+                        <specification-version>1.28</specification-version>
                     </run-dependency>
                 </dependency>
                 <dependency>
diff --git a/autoupdate.services/src/org/netbeans/api/autoupdate/OperationContainer.java b/autoupdate.services/src/org/netbeans/api/autoupdate/OperationContainer.java
index ae47afe..7458c07 100644
--- a/autoupdate.services/src/org/netbeans/api/autoupdate/OperationContainer.java
+++ b/autoupdate.services/src/org/netbeans/api/autoupdate/OperationContainer.java
@@ -383,7 +383,7 @@ public final class OperationContainer<Support> {
         public UpdateElement getUpdateElement() {return impl.getUpdateElement();}
         public UpdateUnit getUpdateUnit() {return impl.getUpdateUnit();}        
         /**
-         * @return all requiered elements. Each of them represented by instance of <code>UpdateElement</code>
+         * @return all required elements. Each of them represented by instance of <code>UpdateElement</code>
          */
         public Set<UpdateElement> getRequiredElements(){return new LinkedHashSet<UpdateElement> (impl.getRequiredElements());}
         
@@ -410,4 +410,9 @@ public final class OperationContainer<Support> {
     OperationContainerImpl<Support> impl;
     private Support support;
     private boolean upToDate = false;
+    
+    @Override
+    public String toString() {
+        return super.toString() + "+" + impl;
+    }
 }
diff --git a/autoupdate.services/src/org/netbeans/api/autoupdate/UpdateElement.java b/autoupdate.services/src/org/netbeans/api/autoupdate/UpdateElement.java
index 371a792..3fd05ca 100644
--- a/autoupdate.services/src/org/netbeans/api/autoupdate/UpdateElement.java
+++ b/autoupdate.services/src/org/netbeans/api/autoupdate/UpdateElement.java
@@ -44,9 +44,11 @@
 
 package org.netbeans.api.autoupdate;
 
+import java.awt.Image;
 import java.util.List;
 import org.netbeans.modules.autoupdate.services.UpdateElementImpl;
 import org.netbeans.api.autoupdate.UpdateUnitProvider.CATEGORY;
+import org.netbeans.modules.autoupdate.updateprovider.ProviderCategory;
 
 /** Instances provided by the <code>UpdateUnit</code> which represents specific version
  * of update (e.g. module or feature). The <code>UpdateElement</code> can be installed,
@@ -132,12 +134,34 @@ public final class UpdateElement {
     /**
      * @return <code>UpdateUnitProvider.CATEGORY</code> for a quality classification 
      * for update represented by this instance
+     * @deprecated Use {@link #getSourceIcon()} and {@link #getSourceDescription()}.
      */
+    @Deprecated
     public CATEGORY getSourceCategory () {
         UpdateUnitProvider provider = getUpdateUnitProvider();
         return (provider != null) ? provider.getCategory() : CATEGORY.COMMUNITY;
     }
     
+    /** Provides an icon associated with the provider of this update element. 
+     * @return icon representing the provider of this element
+     * @since 1.23
+     * @see UpdateUnitProvider#getSourceIcon() 
+     */
+    public Image getSourceIcon() {
+        UpdateUnitProvider provider = getUpdateUnitProvider();
+        return provider != null ? provider.getSourceIcon() : ProviderCategory.forValue(CATEGORY.COMMUNITY).getIcon();
+    }
+    
+    /** Description of the provider of this element. 
+     * @return textual description of the provider of this element
+     * @since 1.23
+     * @see UpdateUnitProvider#getSourceDescription()
+     */
+    public String getSourceDescription() {
+        UpdateUnitProvider provider = getUpdateUnitProvider();
+        return provider != null ? provider.getSourceDescription() : ProviderCategory.forValue(CATEGORY.COMMUNITY).getDisplayName();
+    }
+    
     private UpdateUnitProvider getUpdateUnitProvider() {
         String source = getSource();
         UpdateUnitProvider retval = null;
diff --git a/autoupdate.services/src/org/netbeans/api/autoupdate/UpdateUnitProvider.java b/autoupdate.services/src/org/netbeans/api/autoupdate/UpdateUnitProvider.java
index eb91a66..2663784 100644
--- a/autoupdate.services/src/org/netbeans/api/autoupdate/UpdateUnitProvider.java
+++ b/autoupdate.services/src/org/netbeans/api/autoupdate/UpdateUnitProvider.java
@@ -44,6 +44,7 @@
 
 package org.netbeans.api.autoupdate;
 
+import java.awt.Image;
 import org.netbeans.spi.autoupdate.*;
 import java.io.IOException;
 import java.net.URL;
@@ -106,10 +107,34 @@ public final class UpdateUnitProvider {
         return impl.getDescription ();
     }
 
-    
+
+    /** @deprecated Use {@link #getSourceIcon()} and {@link #getSourceDescription()}.
+     */
+    @Deprecated
     public CATEGORY getCategory() {
         return impl.getCategory();
     }
+    
+    /** The icon associated with this provider. In case no specific icon is 
+     * associated, a general one is returned.
+     * 
+     * @since 1.23
+     * @see UpdateElement#getSourceIcon() 
+     */
+    public Image getSourceIcon() {
+        return impl.getSourceIcon();
+    }
+
+    /** The description of this provider. Usually associated with {@link #getSourceIcon()}.
+     * In case no special description is found, a general one is returned.
+     * 
+     * @since 1.23
+     * @return textual description of the provider
+     * @see UpdateElement#getSourceDescription() 
+     */
+    public String getSourceDescription() {
+        return impl.getSourceDescription();
+    }
 
     /** It's special support for <code>UpdateProvider</code> based on Autoupdate Catalog.
      * It's most kind of Update Providers and have a special support in UI.
@@ -178,5 +203,9 @@ public final class UpdateUnitProvider {
     public void setEnable (boolean state) {
         impl.setEnable (state);
     }
-    
+
+    @Override
+    public String toString() {
+        return super.toString() + "[" + impl + "]";
+    }
 }
diff --git a/autoupdate.services/src/org/netbeans/api/autoupdate/UpdateUnitProviderFactory.java b/autoupdate.services/src/org/netbeans/api/autoupdate/UpdateUnitProviderFactory.java
index 13de4ef..2a0f60d 100644
--- a/autoupdate.services/src/org/netbeans/api/autoupdate/UpdateUnitProviderFactory.java
+++ b/autoupdate.services/src/org/netbeans/api/autoupdate/UpdateUnitProviderFactory.java
@@ -44,12 +44,14 @@
 
 package org.netbeans.api.autoupdate;
 
+import java.awt.Image;
 import java.io.File;
 import java.io.IOException;
 import java.net.URL;
 import java.util.List;
 import org.netbeans.api.progress.ProgressHandle;
 import org.netbeans.modules.autoupdate.services.UpdateUnitProviderImpl;
+import org.netbeans.modules.autoupdate.updateprovider.ProviderCategory;
 
 /** The factory handles <code>UpdateUnitProvider</code>, allow to create or removed them,
  * browse the providers or refresh its content.
@@ -95,8 +97,20 @@ public final class UpdateUnitProviderFactory {
      * comming from returned <code>UpdateUnitProvider</code>
      * @return URL-based UpdateUnitProvider
      */        
-    public UpdateUnitProvider create (String name, String displayName, URL url, UpdateUnitProvider.CATEGORY  category) {
-        return UpdateUnitProviderImpl.createUpdateUnitProvider (name, displayName, url, category);
+    public UpdateUnitProvider create(
+        String name, String displayName, URL url, UpdateUnitProvider.CATEGORY category
+    ) {
+        return UpdateUnitProviderImpl.createUpdateUnitProvider (name, displayName, url, ProviderCategory.forValue(category));
+    }
+
+    /** 
+     * @since 1.23
+     */
+    public UpdateUnitProvider create(
+        String name, String displayName, URL url,
+        String categoryIconBase, String categoryDisplayName
+    ) {
+        return UpdateUnitProviderImpl.createUpdateUnitProvider (name, displayName, url, ProviderCategory.create(categoryIconBase, categoryDisplayName));
     }
 
     /** Creates new <code>UpdateUnitProvider</code> and store its preferences. The new provider 
@@ -109,7 +123,7 @@ public final class UpdateUnitProviderFactory {
      * @return URL-based UpdateUnitProvider
      */    
     public UpdateUnitProvider create (String name, String displayName, URL url) {
-        return UpdateUnitProviderImpl.createUpdateUnitProvider (name, displayName, url, UpdateUnitProvider.CATEGORY.COMMUNITY);
+        return UpdateUnitProviderImpl.createUpdateUnitProvider (name, displayName, url, ProviderCategory.forValue(UpdateUnitProvider.CATEGORY.COMMUNITY));
     }
     
     /** Creates new <code>UpdateUnitProvider</code> for temporary usage. This provider contains
diff --git a/autoupdate.services/src/org/netbeans/modules/autoupdate/services/InstallSupportImpl.java b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/InstallSupportImpl.java
index 4c306ca..c5e8b1c 100644
--- a/autoupdate.services/src/org/netbeans/modules/autoupdate/services/InstallSupportImpl.java
+++ b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/InstallSupportImpl.java
@@ -48,11 +48,13 @@ import java.beans.PropertyChangeEvent;
 import java.beans.PropertyChangeListener;
 import java.io.BufferedInputStream;
 import java.io.BufferedOutputStream;
+import java.io.BufferedReader;
 import java.io.File;
 import java.io.FileNotFoundException;
 import java.io.FileOutputStream;
 import java.io.IOException;
 import java.io.InputStream;
+import java.io.InputStreamReader;
 import java.net.MalformedURLException;
 import java.net.URL;
 import java.net.URLConnection;
@@ -64,6 +66,7 @@ import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.Collection;
 import java.util.Collections;
+import java.util.Enumeration;
 import java.util.HashMap;
 import java.util.HashSet;
 import java.util.List;
@@ -76,10 +79,12 @@ import java.util.concurrent.ExecutionException;
 import java.util.concurrent.ExecutorService;
 import java.util.concurrent.Executors;
 import java.util.concurrent.Future;
+import java.util.concurrent.atomic.AtomicLong;
 import java.util.jar.JarEntry;
 import java.util.jar.JarFile;
 import java.util.logging.Level;
 import java.util.logging.Logger;
+import java.util.zip.CRC32;
 import org.netbeans.Module;
 import org.netbeans.api.autoupdate.InstallSupport;
 import org.netbeans.api.autoupdate.InstallSupport.Installer;
@@ -91,16 +96,19 @@ import org.netbeans.api.autoupdate.OperationException;
 import org.netbeans.api.autoupdate.UpdateElement;
 import org.netbeans.api.autoupdate.UpdateUnit;
 import org.netbeans.api.progress.ProgressHandle;
+import org.netbeans.core.startup.Main;
 import org.netbeans.modules.autoupdate.updateprovider.NetworkAccess;
 import org.netbeans.modules.autoupdate.updateprovider.NetworkAccess.Task;
 import org.netbeans.updater.ModuleDeactivator;
 import org.netbeans.updater.ModuleUpdater;
+import org.netbeans.updater.UpdateTracking;
+import org.netbeans.updater.UpdaterInternal;
 import org.openide.LifecycleManager;
 import org.openide.filesystems.FileObject;
-import org.openide.filesystems.FileSystem;
 import org.openide.filesystems.FileUtil;
 import org.openide.util.Exceptions;
 import org.openide.util.NbBundle;
+import org.openide.util.NbCollections;
 
 /**
  *
@@ -109,7 +117,7 @@ import org.openide.util.NbBundle;
 public class InstallSupportImpl {
     private InstallSupport support;
     private boolean progressRunning = false;
-    private static Logger err = Logger.getLogger (InstallSupportImpl.class.getName ());
+    private static final Logger LOG = Logger.getLogger (InstallSupportImpl.class.getName ());
     
     private static final String AUTOUPDATE_SERVICES_MODULE = "org.netbeans.modules.autoupdate.services"; // NOI18N
     
@@ -119,6 +127,7 @@ public class InstallSupportImpl {
     private int wasDownloaded = 0;
     
     private Future<Boolean> runningTask;
+    private final Object LOCK = new Object();
     
     private static enum STEP {
         NOTSTARTED,
@@ -147,13 +156,15 @@ public class InstallSupportImpl {
     public boolean doDownload (final ProgressHandle progress/*or null*/, boolean isGlobal) throws OperationException {
         this.isGlobal = isGlobal;
         Callable<Boolean> downloadCallable = new Callable<Boolean>() {
+            @Override
             public Boolean call() throws Exception {
-                assert support.getContainer ().listInvalid ().isEmpty () : support + ".listInvalid().isEmpty() but " + support.getContainer ().listInvalid ();
-                synchronized(this) {
+                final OperationContainer<InstallSupport> container = support.getContainer ();
+                assert container.listInvalid ().isEmpty () : support + ".listInvalid().isEmpty() but " + container.listInvalid () + " container: " + container;
+                synchronized(LOCK) {
                     currentStep = STEP.DOWNLOAD;
                 }
 
-                infos = support.getContainer ().listAll ();
+                infos = container.listAll ();
                 List <OperationInfo<?>> newInfos = new ArrayList <OperationInfo<?>>();
                 for(OperationInfo <?> i : infos) {
                     if(i.getUpdateUnit().getInstalled()!=null &&
@@ -222,7 +233,7 @@ public class InstallSupportImpl {
             runningTask = getExecutionService ().submit (downloadCallable);
             retval = runningTask.get ();
         } catch (CancellationException ex) {
-            err.log (Level.FINE, "InstallSupport.doDownload was cancelled", ex); // NOI18N
+            LOG.log (Level.FINE, "InstallSupport.doDownload was cancelled", ex); // NOI18N
             return false;
         } catch(InterruptedException iex) {
             Exceptions.printStackTrace(iex);
@@ -239,13 +250,15 @@ public class InstallSupportImpl {
     public boolean doValidate (final Validator validator, final ProgressHandle progress/*or null*/) throws OperationException {
         assert validator != null;
         Callable<Boolean> validationCallable = new Callable<Boolean>() {
+            @Override
             public Boolean call() throws Exception {
-                synchronized(this) {
+                synchronized(LOCK) {
                     assert currentStep != STEP.FINISHED;
                     if (currentStep == STEP.CANCEL) return false;
                     currentStep = STEP.VALIDATION;
                 }
-                assert support.getContainer ().listInvalid ().isEmpty () : support + ".listInvalid().isEmpty() but " + support.getContainer ().listInvalid ();
+                final OperationContainer<InstallSupport> container = support.getContainer();
+                assert container.listInvalid ().isEmpty () : support + ".listInvalid().isEmpty() but " + container.listInvalid () + "\ncontainer: " + container;
 
                 // start progress
                 if (progress != null) {
@@ -281,7 +294,7 @@ public class InstallSupportImpl {
             runningTask = getExecutionService ().submit (validationCallable);
             retval = runningTask.get ();
         } catch (CancellationException ex) {
-            err.log (Level.FINE, "InstallSupport.doValidate was cancelled", ex); // NOI18N
+            LOG.log (Level.FINE, "InstallSupport.doValidate was cancelled", ex); // NOI18N
             return false;
         } catch(InterruptedException iex) {
             if (iex.getCause() instanceof OperationException) {
@@ -303,8 +316,9 @@ public class InstallSupportImpl {
     public Boolean doInstall (final Installer installer, final ProgressHandle progress/*or null*/) throws OperationException {
         assert installer != null;
         Callable<Boolean> installCallable = new Callable<Boolean>() {
+            @Override
             public Boolean call() throws Exception {
-                synchronized(this) {
+                synchronized(LOCK) {
                     assert currentStep != STEP.FINISHED : currentStep + " != STEP.FINISHED";
                     if (currentStep == STEP.CANCEL) return false;
                     currentStep = STEP.INSTALLATION;
@@ -342,7 +356,7 @@ public class InstallSupportImpl {
                 List <UpdaterInfo> updaterFiles = new ArrayList <UpdaterInfo> ();
                 
                 for (ModuleUpdateElementImpl moduleImpl : affectedModuleImpls) {
-                    synchronized(this) {
+                    synchronized(LOCK) {
                         if (currentStep == STEP.CANCEL) {
                             if (progress != null) progress.finish ();
                             return false;
@@ -359,14 +373,14 @@ public class InstallSupportImpl {
                     targetCluster = getTargetCluster (installed, moduleImpl, isGlobal);
                     
                     URL source = moduleImpl.getInstallInfo ().getDistribution ();
-                    err.log (Level.FINE, "Source URL for " + moduleImpl.getCodeName () + " is " + source);
+                    LOG.log (Level.FINE, "Source URL for " + moduleImpl.getCodeName () + " is " + source);
                     
                     File dest = getDestination(targetCluster, moduleImpl.getCodeName(), source);
                     assert dest != null : "Destination file exists for " + moduleImpl + " in " + targetCluster;
                     
                     // check if 'updater.jar' or 'updater_<branding>_<locale>.jar' is being installed
                     if (AUTOUPDATE_SERVICES_MODULE.equals(moduleImpl.getCodeName())) {
-                        err.log(Level.FINEST, AUTOUPDATE_SERVICES_MODULE + " is being installed, check if contains " + ModuleUpdater.AUTOUPDATE_UPDATER_JAR_PATH);
+                        LOG.log(Level.FINEST, AUTOUPDATE_SERVICES_MODULE + " is being installed, check if contains " + ModuleUpdater.AUTOUPDATE_UPDATER_JAR_PATH);
                     }
 
                     JarFile jf = new JarFile(dest);
@@ -375,7 +389,7 @@ public class InstallSupportImpl {
                        for (JarEntry entry : Collections.list(jf.entries())) {
                             if (ModuleUpdater.AUTOUPDATE_UPDATER_JAR_PATH.equals(entry.toString()) ||
                                     entry.toString().matches(ModuleUpdater.AUTOUPDATE_UPDATER_JAR_LOCALE_PATTERN)) {
-                                err.log(Level.FINE, entry.toString() + " is being installed from " + moduleImpl.getCodeName());
+                                LOG.log(Level.FINE, entry.toString() + " is being installed from " + moduleImpl.getCodeName());
                                 updaterFiles.add(new UpdaterInfo(entry, jf, targetCluster));
                                 needsRestart = true;
                                 added = true;
@@ -408,13 +422,13 @@ public class InstallSupportImpl {
                             try {
                                 info.getUpdaterJarFile().close();
                             } catch (IOException e) {
-                                err.log(Level.INFO, "Cannot close jar file " + info.getUpdaterJarFile());
+                                LOG.log(Level.INFO, "Cannot close jar file " + info.getUpdaterJarFile());
                             }
                         }
                     }
 
                     if (! needsRestart) {
-                        synchronized(this) {
+                        synchronized(LOCK) {
                             if (currentStep == STEP.CANCEL) {
                                 if (progress != null) progress.finish ();
                                 return false;
@@ -428,25 +442,23 @@ public class InstallSupportImpl {
                             files = new HashSet <File> (downloadedFiles);
                         }
                         if (! files.isEmpty ()) {
-
-                            // XXX: should run in single Thread
-                            Thread th = org.netbeans.updater.UpdaterFrame.runFromIDE(
+                            try {
+                                UpdaterInternal.update(
                                     files,
                                     new RefreshModulesListener (progress),
-                                    NbBundle.getBranding(), false);
-
-                            try {
-                                th.join();
+                                    NbBundle.getBranding()
+                                );
                                 for (ModuleUpdateElementImpl impl : affectedModuleImpls) {
                                     int rerunWaitCount = 0;
                                     Module module = Utilities.toModule (impl.getCodeName(), impl.getSpecificationVersion ());
                                     for (; rerunWaitCount < 100 && module == null; rerunWaitCount++) {
+                                        LOG.log(Level.FINE, "Waiting for {0}@{1} #{2}", new Object[]{ impl.getCodeName(), impl.getSpecificationVersion(), rerunWaitCount});
                                         Thread.sleep(100);
+                                        Main.getModuleSystem().refresh();
                                         module = Utilities.toModule (impl.getCodeName(), impl.getSpecificationVersion ());
                                     }
                                     if (rerunWaitCount == 100) {
-                                        err.log (Level.INFO, "Timeout waiting for loading module " + impl.getCodeName () + '/' + impl.getSpecificationVersion ());
-                                        th.interrupt();
+                                        LOG.log (Level.INFO, "Timeout waiting for loading module {0}@{1}", new Object[]{impl.getCodeName (), impl.getSpecificationVersion ()});
                                         afterInstall ();
                                         synchronized(downloadedFiles) {
                                             downloadedFiles.clear();
@@ -457,8 +469,7 @@ public class InstallSupportImpl {
                                     }
                                 }
                             } catch(InterruptedException ie) {
-                                err.log (Level.INFO, ie.getMessage (), ie);
-                                th.interrupt();
+                                LOG.log (Level.INFO, ie.getMessage (), ie);
                             }
                         }
                         afterInstall ();
@@ -483,15 +494,15 @@ public class InstallSupportImpl {
             runningTask = getExecutionService ().submit (installCallable);
             retval = runningTask.get ();
         } catch (CancellationException ex) {
-            err.log (Level.FINE, "InstallSupport.doInstall was cancelled", ex); // NOI18N
+            LOG.log (Level.FINE, "InstallSupport.doInstall was cancelled", ex); // NOI18N
             return false;
         } catch(InterruptedException iex) {
-            err.log (Level.INFO, iex.getLocalizedMessage (), iex);
+            LOG.log (Level.INFO, iex.getLocalizedMessage (), iex);
         } catch(ExecutionException iex) {
             if (iex.getCause () instanceof OperationException) {
                 throw (OperationException) iex.getCause ();
             } else {
-                err.log (Level.INFO, iex.getLocalizedMessage (), iex);
+                LOG.log (Level.INFO, iex.getLocalizedMessage (), iex);
             }
         } finally {
             if (! retval) {
@@ -524,7 +535,7 @@ public class InstallSupportImpl {
     }
 
     public void doRestart (Restarter restarter, ProgressHandle progress/*or null*/) throws OperationException {
-        synchronized(this) {
+        synchronized(LOCK) {
             assert currentStep != STEP.FINISHED;
             currentStep = STEP.RESTART;
         }        
@@ -643,7 +654,7 @@ public class InstallSupportImpl {
     }
 
     public void doCancel () throws OperationException {
-        synchronized(this) {
+        synchronized(LOCK) {
             currentStep = STEP.CANCEL;
         }
         if (runningTask != null && ! runningTask.isDone () && ! runningTask.isCancelled ()) {
@@ -716,11 +727,11 @@ public class InstallSupportImpl {
         }
 
         URL source = toUpdateImpl.getInstallInfo().getDistribution();
-        err.log (Level.FINE, "Source URL for " + toUpdateImpl.getCodeName () + " is " + source);
+        LOG.log (Level.FINE, "Source URL for " + toUpdateImpl.getCodeName () + " is " + source);
         if(source==null) {
             final String errorString = NbBundle.getMessage(InstallSupportImpl.class, 
                     "InstallSupportImpl_NullSource", toUpdateImpl.getCodeName()); // NOI18N
-            err.log (Level.INFO, errorString);
+            LOG.log (Level.INFO, errorString);
             throw new OperationException (OperationException.ERROR_TYPE.INSTALL, errorString);
         }
 
@@ -728,7 +739,7 @@ public class InstallSupportImpl {
         
         // skip already downloaded modules
         if (dest.exists ()) {
-            err.log (Level.FINE, "Target NBM file " + dest + " of " + toUpdateImpl.getUpdateElement () + " already downloaded.");
+            LOG.log (Level.FINE, "Target NBM file " + dest + " of " + toUpdateImpl.getUpdateElement () + " already downloaded.");
             return toUpdateImpl.getDownloadSize ();
         }
 
@@ -742,14 +753,56 @@ public class InstallSupportImpl {
                 downloadedFiles.add(normalized);
             }
             c = copy (source, dest, progress, toUpdateImpl.getDownloadSize (), aggregateDownload, totalSize, label);
+            JarFile nbm = new JarFile(dest);
+            try {
+                Enumeration<JarEntry> en = nbm.entries();
+                while (en.hasMoreElements()) {
+                    JarEntry jarEntry = en.nextElement();
+                    if (jarEntry.getName().endsWith(".external")) {
+                        InputStream is = nbm.getInputStream(jarEntry);
+                        try {
+                            AtomicLong crc = new AtomicLong();
+                            InputStream real = externalDownload(is, crc, jarEntry.getName());
+                            if (crc.get() == -1L) {
+                                throw new IOException(jarEntry.getName() + " does not contain CRC: line!");
+                            }
+                            byte[] arr = new byte[4096];
+                            CRC32 check = new CRC32();
+                            File external = new File(dest.getPath() + "." + Long.toHexString(crc.get()));
+                            FileOutputStream fos = new FileOutputStream(external);
+                            try {
+                                for (;;) {
+                                    int len = real.read(arr);
+                                    if (len == -1) {
+                                        break;
+                                    }
+                                    check.update(arr, 0, len);
+                                    fos.write(arr, 0, len);
+                                }
+                            } finally {
+                                fos.close();
+                            }
+                            real.close();
+                            if (check.getValue() != crc.get()) {
+                                external.delete();
+                                throw new IOException("Wrong CRC for " + jarEntry.getName());
+                            }
+                        } finally {
+                            is.close();
+                        }
+                    }
+                }
+            } finally {
+                nbm.close();
+            }
         } catch (UnknownHostException x) {
-            err.log (Level.INFO, x.getMessage (), x);
+            LOG.log (Level.INFO, x.getMessage (), x);
             throw new OperationException (OperationException.ERROR_TYPE.PROXY, source.toString ());
         } catch (FileNotFoundException x) {
-            err.log (Level.INFO, x.getMessage (), x);
+            LOG.log (Level.INFO, x.getMessage (), x);
             throw new OperationException (OperationException.ERROR_TYPE.INSTALL, x.getLocalizedMessage ());
         } catch (IOException x) {
-            err.log (Level.INFO, x.getMessage (), x);
+            LOG.log (Level.INFO, x.getMessage (), x);
             throw new OperationException (OperationException.ERROR_TYPE.PROXY, source.toString ());
         }
         
@@ -795,7 +848,17 @@ public class InstallSupportImpl {
 
         URL source = toUpdateImpl.getInstallInfo().getDistribution();
         File dest = getDestination (targetCluster, toUpdateImpl.getCodeName(), source);
-        assert dest.exists () : dest.getAbsolutePath();        
+        if (!dest.exists()) {
+            StringBuilder sb = new StringBuilder();
+            sb.append("Cannot find ").append(dest).append("\n");
+            sb.append("Parent directory contains:").append(Arrays.toString(dest.getParentFile().list())).append("\n");
+            for (File f : UpdateTracking.clusters(true)) {
+                sb.append("Trying to find result in ").append(f).append(" = ");
+                File alt = getDestination (targetCluster, toUpdateImpl.getCodeName(), source);
+                sb.append(alt).append(" exists ").append(alt.exists()).append("\n");
+            }
+            throw new OperationException(OperationException.ERROR_TYPE.INSTALL, sb.toString());
+        }
         
         int wasVerified = 0;
 
@@ -806,7 +869,7 @@ public class InstallSupportImpl {
     }
     
     static File getDestination (File targetCluster, String codeName, URL source) {
-        err.log (Level.FINE, "Target cluster for " + codeName + " is " + targetCluster);
+        LOG.log (Level.FINE, "Target cluster for " + codeName + " is " + targetCluster);
         File destDir = new File (targetCluster, Utilities.DOWNLOAD_DIR);
         if (! destDir.exists ()) {
             destDir.mkdirs ();
@@ -820,7 +883,7 @@ public class InstallSupportImpl {
             );
 
         File destFile = new File (destDir, fileName + ext);
-        err.log(Level.FINE, "Destination file for " + codeName + " is " + destFile);
+        LOG.log(Level.FINE, "Destination file for " + codeName + " is " + destFile);
         return destFile;
     }
     
@@ -845,17 +908,17 @@ public class InstallSupportImpl {
             return contentLength;
         }
         public void streamOpened(InputStream stream, int contentLength) {
-            err.log(Level.FINEST, "Opened connection for " + source);
+            LOG.log(Level.FINEST, "Opened connection for " + source);
             this.stream = stream;
             this.contentLength = contentLength;
         }
 
         public void accessCanceled() {
-            err.log(Level.INFO, "Opening connection for " + source + "was cancelled");
+            LOG.log(Level.INFO, "Opening connection for " + source + "was cancelled");
         }
 
         public void accessTimeOut() {
-            err.log(Level.INFO, "Opening connection for " + source + "was finised due to timeout");
+            LOG.log(Level.INFO, "Opening connection for " + source + "was finised due to timeout");
         }
 
         public void notifyException(Exception x) {
@@ -899,20 +962,20 @@ public class InstallSupportImpl {
                 throw listener.getException();
             }
         } catch (FileNotFoundException x) {
-            err.log (Level.INFO, x.getMessage(), x);
+            LOG.log (Level.INFO, x.getMessage(), x);
             throw new IOException(NbBundle.getMessage(InstallSupportImpl.class,
                     "InstallSupportImpl_Download_Unavailable", source));            
         } catch (IOException x) {
-            err.log (Level.INFO, x.getMessage(), x);
+            LOG.log (Level.INFO, x.getMessage(), x);
             throw new IOException(NbBundle.getMessage(InstallSupportImpl.class,
                     "InstallSupportImpl_Download_Unavailable", source));            
         } catch (Exception x) {
-            err.log (Level.INFO, x.getMessage(), x);
+            LOG.log (Level.INFO, x.getMessage(), x);
             throw new IOException(NbBundle.getMessage(InstallSupportImpl.class,
                     "InstallSupportImpl_Download_Unavailable", source));
         }
         if (cancelled()) {
-            err.log(Level.FINE, "Download of " + source + " was cancelled");
+            LOG.log(Level.FINE, "Download of " + source + " was cancelled");
             throw new IOException("Download of " + source + " was cancelled");
         }
 
@@ -922,7 +985,7 @@ public class InstallSupportImpl {
         BufferedInputStream bsrc = new BufferedInputStream (is);
         BufferedOutputStream bdest = null;
         
-        err.log (Level.FINEST, "Copy " + source + " to " + dest + "[" + estimatedSize + "]");
+        LOG.log (Level.FINEST, "Copy " + source + " to " + dest + "[" + estimatedSize + "]");
         boolean canceled = false;
         int increment = 0;
         try {
@@ -953,27 +1016,27 @@ public class InstallSupportImpl {
             //assert estimatedSize == increment : "Increment (" + increment
             //        + ") of is equal to estimatedSize (" + estimatedSize + ").";
             if (estimatedSize != increment) {
-                err.log (Level.FINEST, "Increment (" + increment + ") of is not equal to estimatedSize (" + estimatedSize + ").");
+                LOG.log (Level.FINEST, "Increment (" + increment + ") of is not equal to estimatedSize (" + estimatedSize + ").");
             }            
         } catch (IOException ioe) {
-            err.log (Level.INFO, "Writing content of URL " + source + " failed.", ioe);
+            LOG.log (Level.INFO, "Writing content of URL " + source + " failed.", ioe);
         } finally {
             try {
                 if (bsrc != null) bsrc.close ();
                 if (bdest != null) bdest.flush ();
                 if (bdest != null) bdest.close ();
             } catch (IOException ioe) {
-                err.log (Level.INFO, ioe.getMessage (), ioe);
+                LOG.log (Level.INFO, ioe.getMessage (), ioe);
             }
         }
         if (contentLength != -1 && increment != contentLength) {
             if(canceled) {
-                err.log(Level.FINE, "Download of " + source + " was cancelled");
+                LOG.log(Level.FINE, "Download of " + source + " was cancelled");
             } else {
-                err.log(Level.INFO, "Content length was reported as " + contentLength + " byte(s) but read " + increment + " byte(s)");
+                LOG.log(Level.INFO, "Content length was reported as " + contentLength + " byte(s) but read " + increment + " byte(s)");
             }
             if(bdest!=null && dest.exists()) {
-                err.log(Level.INFO, "Deleting not fully downloaded file " + dest);
+                LOG.log(Level.INFO, "Deleting not fully downloaded file " + dest);
                 dest.delete();
                 File normalized = FileUtil.normalizeFile (dest);
                 synchronized(downloadedFiles) {
@@ -987,7 +1050,7 @@ public class InstallSupportImpl {
             }
         }
 
-        err.log (Level.FINE, "Destination " + dest + " is successfully wrote. Size " + dest.length());
+        LOG.log (Level.FINE, "Destination " + dest + " is successfully wrote. Size " + dest.length());
         
         return estimatedSize;
     }
@@ -1027,18 +1090,18 @@ public class InstallSupportImpl {
                 }
             }
         } catch (IOException ioe) {
-            err.log (Level.INFO, ioe.getMessage (), ioe);
+            LOG.log (Level.INFO, ioe.getMessage (), ioe);
             res = "BAD_DOWNLOAD";
             throw new OperationException (OperationException.ERROR_TYPE.INSTALL,
                     NbBundle.getMessage(InstallSupportImpl.class, "InstallSupportImpl_Validate_CorruptedNBM", nbmFile)); // NOI18N
         } catch (KeyStoreException kse) {
-            err.log (Level.INFO, kse.getMessage (), kse);
+            LOG.log (Level.INFO, kse.getMessage (), kse);
             res = "CORRUPTED";
             throw new OperationException (OperationException.ERROR_TYPE.INSTALL,
                     NbBundle.getMessage(InstallSupportImpl.class, "InstallSupportImpl_Validate_CorruptedNBM", nbmFile)); // NOI18N
         }
         
-        err.log (Level.FINE, "NBM " + nbmFile + " was verified as " + res);
+        LOG.log (Level.FINE, "NBM " + nbmFile + " was verified as " + res);
         return el.getDownloadSize ();
     }
     
@@ -1098,34 +1161,55 @@ public class InstallSupportImpl {
             this.i = 0;
         }
         
-        public void propertyChange(PropertyChangeEvent arg0) {
-            if (org.netbeans.updater.UpdaterFrame.RUNNING.equals (arg0.getPropertyName ())) {
+        @Override
+        public void propertyChange(PropertyChangeEvent ev) {
+            if (UpdaterInternal.RUNNING.equals (ev.getPropertyName ())) {
                 if (handle != null) {
                     handle.progress (i++);
                 }
-            } else if (org.netbeans.updater.UpdaterFrame.FINISHED.equals (arg0.getPropertyName ())){
+            } else if (UpdaterInternal.FINISHED.equals (ev.getPropertyName ())){
                 // XXX: the modules list should be refresh automatically when config/Modules/ changes
-                final FileObject modulesRoot = FileUtil.getConfigFile(ModuleDeactivator.MODULES);
-                err.log(Level.FINE,
-                        "It\'s a hack: Call refresh on " + modulesRoot +
-                        " file object.");
+                Map<File,Long> modifiedFiles = NbCollections.checkedMapByFilter(
+                    (Map)ev.getNewValue(), 
+                    File.class, Long.class, true
+                );
+                long now = System.currentTimeMillis();
+                for (Map.Entry<File,Long> e : modifiedFiles.entrySet()) {
+                    touch(e.getKey(), Math.max(e.getValue(), now));
+                }
+                FileUtil.getConfigRoot().refresh();
+                FileObject modulesRoot = FileUtil.getConfigFile(ModuleDeactivator.MODULES);
                 if (modulesRoot != null) {
-                    try {
-                        FileUtil.runAtomicAction(new FileSystem.AtomicAction() {
-                            public void run() throws IOException {
-                                modulesRoot.getParent().refresh();
-                                modulesRoot.refresh();
-                            }
-                        });
-                    } catch (IOException ex) {
-                        Exceptions.printStackTrace(ex);
-                    }
+                    LOG.fine("Refreshing Modules directory"); // NOI18N
+                    modulesRoot.refresh();
+                    LOG.fine("Done refreshing Modules directory"); // NOI18N
+                } else {
+                    LOG.warning("No Modules directory to refresh!"); // NOI18N
                 }
             } else {
-                assert false : "Unknown property " + arg0.getPropertyName ();
+                assert false : "Unknown property " + ev.getPropertyName ();
             }
         }
-    };
+    }
+    
+    private static void touch(File f, long minTime) {
+        for (int cnt = 0; ;cnt++) {
+            long time = f.lastModified();
+            if (time > minTime) {
+                break;
+            }
+            if (!f.exists()) {
+                LOG.log(Level.FINE, "File {0} does not exist anymore", f);
+                break;
+            }
+            LOG.log(Level.FINE, "Need to change time for {0} with delta {1}", new Object[]{f, minTime - f.lastModified()});
+            try { synchronized (InstallSupportImpl.class) {
+                InstallSupportImpl.class.wait(30);
+            }} catch (InterruptedException ex) {}
+            f.setLastModified(System.currentTimeMillis() - 1000);
+        }
+        LOG.log(Level.FINE, "Time stamp changed succcessfully {0}", f);
+    }
 
     private File getTargetCluster(UpdateElement installed, UpdateElementImpl update, boolean isGlobal) {
         File cluster = getElement2Clusters ().get (update);
@@ -1151,7 +1235,50 @@ public class InstallSupportImpl {
         }
         return es;
     }
-        private static class UpdaterInfo {
+    
+    // copied from nbbuild/antsrc/org/netbeans/nbbuild/AutoUpdate.java:
+    private static InputStream externalDownload(InputStream is, AtomicLong crc, String pathTo) throws IOException {
+        BufferedReader br = new BufferedReader(new InputStreamReader(is));
+        URLConnection conn;
+        crc.set(-1L);
+        for (;;) {
+            String line = br.readLine();
+            if (line == null) {
+                break;
+            }
+            if (line.startsWith("CRC:")) {
+                crc.set(Long.parseLong(line.substring(4).trim()));
+            }
+            if (line.startsWith("URL:")) {
+                String url = line.substring(4).trim();
+                for (;;) {
+                    int index = url.indexOf("${");
+                    if (index == -1) {
+                        break;
+                    }
+                    int end = url.indexOf("}", index);
+                    String propName = url.substring(index + 2, end);
+                    final String propVal = System.getProperty(propName);
+                    if (propVal == null) {
+                        throw new IOException("Can't find property " + propName);
+                    }
+                    url = url.substring(0, index) + propVal + url.substring(end + 1);
+                }
+                LOG.log(Level.INFO, "Trying external URL: {0}", url);
+                try {
+                    conn = new URL(url).openConnection();
+                    conn.connect();
+                    return conn.getInputStream();
+                } catch (IOException ex) {
+                    LOG.log(Level.WARNING, "Cannot connect to {0}", url);
+                    LOG.log(Level.INFO, "Details", ex);
+                }
+            }
+        }
+        throw new FileNotFoundException("Cannot resolve external reference to " + pathTo);
+    }
+    
+    private static class UpdaterInfo {
         private JarEntry updaterJarEntry;
         private JarFile updaterJarFile;
         private File updaterTargetCluster;
diff --git a/autoupdate.services/src/org/netbeans/modules/autoupdate/services/ModuleDeleterImpl.java b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/ModuleDeleterImpl.java
index a839cb6..781b486 100644
--- a/autoupdate.services/src/org/netbeans/modules/autoupdate/services/ModuleDeleterImpl.java
+++ b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/ModuleDeleterImpl.java
@@ -49,14 +49,13 @@ import org.netbeans.modules.autoupdate.updateprovider.InstalledModuleProvider;
 import java.util.logging.Logger;
 import org.openide.filesystems.FileUtil;
 import org.openide.modules.InstalledFileLocator;
-import org.openide.util.Exceptions;
 import org.openide.xml.XMLUtil;
 import java.io.File;
 import java.io.FileInputStream;
 import java.io.FileReader;
 import java.io.IOException;
 import java.io.InputStream;
-import java.nio.CharBuffer;
+import java.util.Arrays;
 import java.util.Collection;
 import java.util.HashSet;
 import java.util.Set;
@@ -304,7 +303,30 @@ public final class ModuleDeleterImpl  {
             if (fileName.equals (configFile)) {
                 continue;
             }
-            File file = InstalledFileLocator.getDefault ().locate (fileName, moduleInfo.getCodeNameBase (), false);
+            Set <File> files = InstalledFileLocator.getDefault ().locateAll (fileName, moduleInfo.getCodeNameBase (), false);
+            File file = null;
+            if (files.size() > 0) {
+                file = files.iterator().next();
+                if (files.size() > 1) {
+                    boolean found = false;
+                    for (File f : files) {
+                        if (f.getPath().startsWith(updateTracking.getParentFile().getParentFile().getPath())) {
+                            file = f;
+                            found = true;
+                            break;
+                        }
+                    }
+                    if (!found) {
+                        err.log(Level.WARNING,
+                                "InstalledFileLocator doesn't choose the right file with file name " + fileName
+                                + " for module " + moduleInfo.getCodeNameBase()
+                                + " since a few files were returned : " + Arrays.toString(files.toArray()) +
+                                ", and since none are in the same cluster as update tracking file " + updateTracking +
+                                " will use " + file);
+                    }
+                }
+            }
+
             if (file == null) {
                 err.log (Level.WARNING, "InstalledFileLocator doesn't locate file " + fileName + " for module " + moduleInfo.getCodeNameBase ());
                 continue;
diff --git a/autoupdate.services/src/org/netbeans/modules/autoupdate/services/ModuleUpdateElementImpl.java b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/ModuleUpdateElementImpl.java
index e6e2207..1efe915 100644
--- a/autoupdate.services/src/org/netbeans/modules/autoupdate/services/ModuleUpdateElementImpl.java
+++ b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/ModuleUpdateElementImpl.java
@@ -55,6 +55,7 @@ import java.util.logging.Logger;
 import org.netbeans.api.autoupdate.UpdateManager;
 import org.openide.modules.ModuleInfo;
 import org.openide.modules.SpecificationVersion;
+import org.openide.util.Lookup;
 
 /**
  *
diff --git a/autoupdate.services/src/org/netbeans/modules/autoupdate/services/OperationContainerImpl.java b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/OperationContainerImpl.java
index 58867e3..7a2f063 100644
--- a/autoupdate.services/src/org/netbeans/modules/autoupdate/services/OperationContainerImpl.java
+++ b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/OperationContainerImpl.java
@@ -44,6 +44,8 @@
 
 package org.netbeans.modules.autoupdate.services;
 
+import java.io.PrintWriter;
+import java.io.StringWriter;
 import java.util.ArrayList;
 import java.util.Collection;
 import java.util.Collections;
@@ -51,6 +53,7 @@ import java.util.HashSet;
 import org.netbeans.api.autoupdate.*;
 import java.util.List;
 import java.util.Set;
+import java.util.concurrent.CopyOnWriteArrayList;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import org.netbeans.api.autoupdate.OperationContainer.OperationInfo;
@@ -66,7 +69,8 @@ public final class OperationContainerImpl<Support> {
     private boolean upToDate = false;
     private OperationContainerImpl () {}
     private static final Logger LOGGER = Logger.getLogger (OperationContainerImpl.class.getName ());    
-    private List<OperationInfo<Support>> operations = new ArrayList<OperationInfo<Support>>();
+    private List<OperationInfo<Support>> operations = new CopyOnWriteArrayList<OperationInfo<Support>>();
+    private Throwable lastModified;
     private Collection<OperationInfo<Support>> affectedEagers = new HashSet<OperationInfo<Support>> ();
     public static OperationContainerImpl<InstallSupport> createForInstall () {
         return new OperationContainerImpl<InstallSupport> (OperationType.INSTALL);
@@ -150,7 +154,13 @@ public final class OperationContainerImpl<Support> {
         synchronized(this) {
             if (!contains (updateUnit, updateElement)) {
                 retval = Trampoline.API.createOperationInfo (new OperationInfoImpl<Support> (updateUnit, updateElement));
+                assert retval != null : "Null support for " + updateUnit + " and " + updateElement;
                 changeState (operations.add (retval));
+                boolean asserts = false;
+                assert asserts = true;
+                if (asserts) {
+                    lastModified = new Exception("Added operation: " + retval);
+                }
             }
         }
         return retval;
@@ -194,7 +204,7 @@ public final class OperationContainerImpl<Support> {
     }
     
     private List<OperationInfo<Support>> listAll () {
-        return new ArrayList<OperationInfo<Support>>(operations);
+        return Collections.unmodifiableList(operations);
     }
     
     synchronized public List<OperationInfo<Support>> listAllWithPossibleEager () {
@@ -372,6 +382,11 @@ public final class OperationContainerImpl<Support> {
             changeState (operations.remove (op));
             changeState (operations.removeAll (affectedEagers));
             affectedEagers.clear ();
+            boolean asserts = false;
+            assert asserts = true;
+            if (asserts) {
+                lastModified = new Exception("Removed " + op); // NOI18N
+            }
         }
     }
     public synchronized void removeAll () {
@@ -379,7 +394,25 @@ public final class OperationContainerImpl<Support> {
             changeState (true);
             operations.clear ();
             affectedEagers.clear ();
+            boolean asserts = false;
+            assert asserts = true;
+            if (asserts) {
+                lastModified = new Exception("Removed all"); // NOI18N
+            }
+        }
+    }
+
+    @Override
+    public String toString() {
+        StringWriter sb = new StringWriter();
+        PrintWriter pw = new PrintWriter(sb);
+        pw.print(super.toString());
+        if (lastModified != null) {
+            pw.println();
+            lastModified.printStackTrace(pw);
         }
+        pw.flush();
+        return sb.toString();
     }
     
     private void clearCache () {
diff --git a/autoupdate.services/src/org/netbeans/modules/autoupdate/services/OperationValidator.java b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/OperationValidator.java
index 70952b2..4d8914b 100644
--- a/autoupdate.services/src/org/netbeans/modules/autoupdate/services/OperationValidator.java
+++ b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/OperationValidator.java
@@ -27,7 +27,7 @@
  * Contributor(s):
  *
  * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2010 Sun
  * Microsystems, Inc. All Rights Reserved.
  *
  * If you wish your version of this file to be governed by only the CDDL
@@ -203,10 +203,12 @@ abstract class OperationValidator {
         }
     }
     private static class InstallValidator extends OperationValidator {
+        @Override
         boolean isValidOperationImpl(UpdateUnit unit, UpdateElement uElement) {
             return unit.getInstalled() == null && containsElement (uElement, unit);
         }
         
+        @Override
         List<UpdateElement> getRequiredElementsImpl (UpdateElement uElement, List<ModuleInfo> moduleInfos, Collection<String> brokenDependencies) {
             Set<Dependency> brokenDeps = new HashSet<Dependency> ();
             List<UpdateElement> res = new LinkedList<UpdateElement> (Utilities.findRequiredUpdateElements (uElement, moduleInfos, brokenDeps, false));
@@ -229,6 +231,7 @@ abstract class OperationValidator {
     
     private static class UninstallValidator extends OperationValidator {
         
+        @Override
         boolean isValidOperationImpl(UpdateUnit unit, UpdateElement uElement) {
             return unit.getInstalled() != null && isValidOperationImpl (Trampoline.API.impl (uElement));
         }
@@ -258,6 +261,7 @@ abstract class OperationValidator {
             return res;
         }
         
+        @Override
         List<UpdateElement> getRequiredElementsImpl  (UpdateElement uElement, List<ModuleInfo> moduleInfos, Collection<String> brokenDependencies) {
             ModuleManager mm = null;
             final Set<Module> modules = new LinkedHashSet<Module>();
@@ -298,10 +302,12 @@ abstract class OperationValidator {
     }
     
     private static class UpdateValidator extends OperationValidator {
+        @Override
         boolean isValidOperationImpl(UpdateUnit unit, UpdateElement uElement) {
             return unit.getInstalled() != null && containsElement (uElement, unit);
         }
         
+        @Override
         List<UpdateElement> getRequiredElementsImpl (UpdateElement uElement, List<ModuleInfo> moduleInfos, Collection<String> brokenDependencies) {
             Set<Dependency> brokenDeps = new HashSet<Dependency> ();
             List<UpdateElement> res = new LinkedList<UpdateElement> (Utilities.findRequiredUpdateElements (uElement, moduleInfos, brokenDeps, true));
@@ -319,6 +325,7 @@ abstract class OperationValidator {
     }
     
     private static class EnableValidator extends OperationValidator {
+        @Override
         boolean isValidOperationImpl(UpdateUnit unit, UpdateElement uElement) {
             return unit.getInstalled () != null && isValidOperationImpl (Trampoline.API.impl (uElement));
         }
@@ -370,6 +377,7 @@ abstract class OperationValidator {
             return toEnable;
         }
 
+        @Override
         List<UpdateElement> getRequiredElementsImpl (UpdateElement uElement, List<ModuleInfo> moduleInfos, Collection<String> brokenDependencies) {
             ModuleManager mm = null;
             final Set<Module> modules = new LinkedHashSet<Module>();
@@ -396,6 +404,7 @@ abstract class OperationValidator {
     }
     
     private static class DisableValidator extends OperationValidator {
+        @Override
         boolean isValidOperationImpl(UpdateUnit unit, UpdateElement uElement) {
             return unit.getInstalled () != null && isValidOperationImpl (Trampoline.API.impl (uElement));
         }
@@ -424,6 +433,7 @@ abstract class OperationValidator {
             return res;
         }
         
+        @Override
         List<UpdateElement> getRequiredElementsImpl (UpdateElement uElement, List<ModuleInfo> moduleInfos, Collection<String> brokenDependencies) {
             ModuleManager mm = null;
             final Set<Module> modules = new LinkedHashSet<Module>();
@@ -470,6 +480,7 @@ abstract class OperationValidator {
     }
     
     private static class CustomInstallValidator extends OperationValidator {
+        @Override
         boolean isValidOperationImpl (UpdateUnit unit, UpdateElement uElement) {
             boolean res = false;
             UpdateElementImpl impl = Trampoline.API.impl (uElement);
@@ -483,6 +494,7 @@ abstract class OperationValidator {
             return res;
         }
 
+        @Override
         List<UpdateElement> getRequiredElementsImpl (UpdateElement uElement, List<ModuleInfo> moduleInfos, Collection<String> brokenDependencies) {
             LOGGER.log (Level.INFO, "CustomInstallValidator doesn't care about required elements."); // XXX
             return Collections.emptyList ();
@@ -490,6 +502,7 @@ abstract class OperationValidator {
     }
 
     private static class CustomUninstallValidator extends OperationValidator {
+        @Override
         boolean isValidOperationImpl (UpdateUnit unit, UpdateElement uElement) {
             boolean res = false;
             UpdateElementImpl impl = Trampoline.API.impl (uElement);
@@ -501,6 +514,7 @@ abstract class OperationValidator {
             return res;
         }
 
+        @Override
         List<UpdateElement> getRequiredElementsImpl (UpdateElement uElement, List<ModuleInfo> moduleInfos, Collection<String> brokenDependencies) {
             LOGGER.log (Level.INFO, "CustomUninstallValidator doesn't care about required elements."); // XXX
             return Collections.emptyList ();
@@ -579,12 +593,14 @@ abstract class OperationValidator {
                 Set<Module> depends = Utilities.findDependingModules (depM, mm, module2depending);
                 if (! compactSet.containsAll (depends)) {
                     mustRemain.add (depM);
-                    mustRemain.addAll (Utilities.findRequiredModules (depM, mm, module2required));
+                    Set<Module> otherRequiredModules = Utilities.findRequiredModules(depM, mm, module2required);
+                    mustRemain.addAll (otherRequiredModules);
                     LOGGER.log (Level.FINE, "The module " + depM.getCodeNameBase () + " is shared and cannot be deactivated now.");
                     if (LOGGER.isLoggable (Level.FINER)) {
                         Set<Module> outsideModules = new HashSet<Module> (depends);
                         outsideModules.removeAll (compactSet);
                         LOGGER.log (Level.FINER, "On " + depM.getCodeNameBase () + " depending modules outside of set now deactivating modules: " + outsideModules);
+                        LOGGER.log (Level.FINER, "With " + depM.getCodeNameBase () + " must remain also these required modules: " + otherRequiredModules);
                     }
                 } else {
                     result.add (depM);
diff --git a/autoupdate.services/src/org/netbeans/modules/autoupdate/services/UpdateUnitFactory.java b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/UpdateUnitFactory.java
index 8454a28..d5a151f 100644
--- a/autoupdate.services/src/org/netbeans/modules/autoupdate/services/UpdateUnitFactory.java
+++ b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/UpdateUnitFactory.java
@@ -133,7 +133,7 @@ public class UpdateUnitFactory {
         // append installed units
         Map<String, UpdateUnit> mappedImpl = appendUpdateItems (
                 new HashMap<String, UpdateUnit> (),
-                InstalledModuleProvider.getDefault ());
+                InstalledModuleProvider.getDefault());
         reportRunTime ("Append installed units.");
 
         for (UpdateUnitProvider up : updates) {
@@ -294,7 +294,7 @@ public class UpdateUnitFactory {
             unitImpl = Trampoline.API.impl (unit);
         }
         
-        if (provider instanceof InstalledUpdateProvider) {
+        if (provider == InstalledUpdateProvider.getDefault()) {
             if (unitImpl.getInstalled () == null) {
                 unitImpl.setInstalled (element);
             }
diff --git a/autoupdate.services/src/org/netbeans/modules/autoupdate/services/UpdateUnitProviderImpl.java b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/UpdateUnitProviderImpl.java
index 104983d..27e2d42 100644
--- a/autoupdate.services/src/org/netbeans/modules/autoupdate/services/UpdateUnitProviderImpl.java
+++ b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/UpdateUnitProviderImpl.java
@@ -44,6 +44,7 @@
 
 package org.netbeans.modules.autoupdate.services;
 
+import java.awt.Image;
 import java.io.File;
 import org.netbeans.api.autoupdate.*;
 import org.netbeans.spi.autoupdate.*;
@@ -73,6 +74,7 @@ import org.openide.util.NbPreferences;
 import org.openide.util.LookupEvent;
 import org.openide.util.LookupListener;
 import org.netbeans.api.autoupdate.UpdateUnitProvider.CATEGORY;
+import org.netbeans.modules.autoupdate.updateprovider.ProviderCategory;
 import org.openide.filesystems.FileUtil;
 
 
@@ -86,7 +88,7 @@ import org.openide.filesystems.FileUtil;
 public final class UpdateUnitProviderImpl {
 
     private UpdateProvider provider;
-    private static Logger err = Logger.getLogger ("org.netbeans.modules.autoupdate.services.UpdateUnitProviderImpl");
+    private static final Logger err = Logger.getLogger ("org.netbeans.modules.autoupdate.services.UpdateUnitProviderImpl");
     private static final String REMOVED_MASK ="_removed";
     private static final String URL = "url";
     private static final String DISPLAY_NAME = "displayName";    
@@ -114,6 +116,22 @@ public final class UpdateUnitProviderImpl {
     public CATEGORY getCategory() {
         return getUpdateProvider().getCategory();
     }
+    public Image getSourceIcon() {
+        UpdateProvider up = getUpdateProvider();
+        if (up instanceof AutoupdateCatalogProvider) {
+            return ((AutoupdateCatalogProvider)up).getProviderCategory().getIcon();
+        }
+        return ProviderCategory.forValue(CATEGORY.COMMUNITY).getIcon();
+    }
+    public String getSourceDescription() {
+        UpdateProvider up = getUpdateProvider();
+        if (up instanceof AutoupdateCatalogProvider) {
+            return ((AutoupdateCatalogProvider) up).getProviderCategory().getDisplayName();
+        }
+        return ProviderCategory.forValue(CATEGORY.COMMUNITY).getDisplayName();
+    }
+
+    
     
     /** Display name of provider. This display name can be visualized in UI.
      * 
@@ -201,14 +219,14 @@ public final class UpdateUnitProviderImpl {
     }
 
     public static UpdateUnitProvider createUpdateUnitProvider (String codeName, String displayName, URL url) {
-        return createUpdateUnitProvider(codeName, displayName, url, CATEGORY.COMMUNITY);
+        return createUpdateUnitProvider(codeName, displayName, url, ProviderCategory.forValue(CATEGORY.COMMUNITY));
     }
     
     // static factory methods
-    public static UpdateUnitProvider createUpdateUnitProvider (String codeName, String displayName, URL url, CATEGORY category) {
+    public static UpdateUnitProvider createUpdateUnitProvider (String codeName, String displayName, URL url, ProviderCategory category) {
         codeName = normalizeCodeName (codeName);
         // store to Preferences
-        storeProvider(codeName, displayName, url);
+        storeProvider(codeName, displayName, url, category);
         
         AutoupdateCatalogProvider catalog = new AutoupdateCatalogProvider (codeName, displayName, url, category);
         
@@ -309,7 +327,9 @@ public final class UpdateUnitProviderImpl {
         UpdateManagerImpl.getInstance().clearCache ();
     }
     
-    private static void storeProvider (String codeName, String displayName, URL url) {
+    private static void storeProvider(
+        String codeName, String displayName, URL url, ProviderCategory c
+    ) {
         if (codeName.contains ("/")) {
             codeName = codeName.replaceAll ("/", "_");
         }
@@ -318,6 +338,8 @@ public final class UpdateUnitProviderImpl {
         
         providerPreferences.put (URL, url.toString ());
         providerPreferences.put (DISPLAY_NAME, displayName);
+        providerPreferences.put(CATEGORY_NAME, c.getDisplayName());
+        providerPreferences.put(AutoupdateCatalogFactory.ORIGINAL_CATEGORY_ICON_BASE, c.getIconBase());
     }
     
     private static Preferences getPreferences() {
@@ -337,7 +359,20 @@ public final class UpdateUnitProviderImpl {
         
         String toUrl = providerPreferences.get (URL, providerPreferences.get (AutoupdateCatalogFactory.ORIGINAL_URL, null));
         String displayName = providerPreferences.get (DISPLAY_NAME, providerPreferences.get (AutoupdateCatalogFactory.ORIGINAL_DISPLAY_NAME, codeName));
-        CATEGORY category = CATEGORY.valueOf(providerPreferences.get (CATEGORY_NAME, providerPreferences.get (AutoupdateCatalogFactory.ORIGINAL_CATEGORY_NAME, CATEGORY.COMMUNITY.name())));
+        String categoryName = providerPreferences.get (CATEGORY_NAME, providerPreferences.get (AutoupdateCatalogFactory.ORIGINAL_CATEGORY_NAME, CATEGORY.COMMUNITY.name()));
+        CATEGORY c;
+        try {
+            c = CATEGORY.valueOf(categoryName);
+        } catch (IllegalArgumentException ex) {
+            c = null;
+        }
+        String categoryIconBase = providerPreferences.get(AutoupdateCatalogFactory.ORIGINAL_CATEGORY_ICON_BASE, null);
+        ProviderCategory pc;
+        if (c != null) {
+            pc = ProviderCategory.forValue(c);
+        } else {
+            pc = ProviderCategory.create(categoryIconBase, categoryName);
+        }
         
         // filter Providers which store only its state
         if (toUrl == null) {
@@ -350,8 +385,7 @@ public final class UpdateUnitProviderImpl {
         } catch (MalformedURLException mue) {
             assert false : mue;
         }
-        
-        return new AutoupdateCatalogProvider (codeName, displayName, url, category);
+        return new AutoupdateCatalogProvider (codeName, displayName, url, pc);
     }
     
     private static boolean loadState (String codename) {
@@ -443,7 +477,7 @@ public final class UpdateUnitProviderImpl {
             }
         }
     }
-    
+
     private static class LookupListenerImpl implements LookupListener {
         final Lookup.Result<UpdateProvider> result = Lookup.getDefault ().lookupResult(UpdateProvider.class);
         
@@ -477,4 +511,9 @@ public final class UpdateUnitProviderImpl {
         }
         return buf.toString ();
     }
+
+    @Override
+    public String toString() {
+        return provider.toString();
+    }
 }
diff --git a/autoupdate.services/src/org/netbeans/modules/autoupdate/services/Utilities.java b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/Utilities.java
index 3403f96..c236b87 100644
--- a/autoupdate.services/src/org/netbeans/modules/autoupdate/services/Utilities.java
+++ b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/Utilities.java
@@ -86,7 +86,6 @@ import org.netbeans.ModuleManager;
 import org.netbeans.api.autoupdate.UpdateElement;
 import org.netbeans.api.autoupdate.UpdateManager;
 import org.netbeans.api.autoupdate.UpdateUnit;
-import org.netbeans.core.startup.Main;
 import org.netbeans.core.startup.TopLogging;
 import org.netbeans.modules.autoupdate.updateprovider.DummyModuleInfo;
 import org.netbeans.spi.autoupdate.KeyStoreProvider;
@@ -141,8 +140,7 @@ public class Utilities {
     private static final String USER_KS_FILE_NAME = "user.ks";
     private static final String KS_USER_PASSWORD = "open4user";
     private static Lookup.Result<KeyStoreProvider> result;
-    private static Logger err = null;
-    private static ModuleManager mgr = null;
+    private static final Logger err = Logger.getLogger(Utilities.class.getName ());
     
     
     public static Collection<KeyStore> getKeyStore () {
@@ -171,6 +169,7 @@ public class Utilities {
         private KeyStoreProviderListener () {
         }
         
+        @Override
         public void resultChanged (LookupEvent ev) {
             result = null;
         }
@@ -456,7 +455,11 @@ public class Utilities {
     }
     
     public static Module toModule (ModuleInfo info) {
-        return getModuleInstance (info.getCodeNameBase(), info.getSpecificationVersion ());
+        Module m = getModuleInstance (info.getCodeNameBase(), info.getSpecificationVersion ());
+        if (m == null && info instanceof Module) {
+            m = (Module)info;
+        }
+        return m;
     }
     
     public static boolean isFixed (ModuleInfo info) {
@@ -491,15 +494,20 @@ public class Utilities {
             ModuleUpdateElementImpl el = (ModuleUpdateElementImpl) Trampoline.API.impl(element);
             Set<Dependency> deps = new HashSet<Dependency> (el.getModuleInfo ().getDependencies ());
             Set<ModuleInfo> availableInfos = new HashSet<ModuleInfo> (infos);
-            Set<Dependency> newones;
             
             int max_counter = el.getType().equals(UpdateManager.TYPE.KIT_MODULE) ? 2 : 1;
             int counter = max_counter;
             boolean aggressive = topAggressive && counter > 0;
 
-            while (! (newones = processDependencies (deps, retval, availableInfos, brokenDependencies, element, aggressive)).isEmpty ()) {
-                deps = newones;                
-                aggressive = aggressive && (--counter) > 0;
+            Set<Dependency> all = new HashSet<Dependency>();
+            for (;;) {
+                Set<Dependency> newones = processDependencies(deps, retval, availableInfos, brokenDependencies, element, aggressive);
+                newones.removeAll(all);
+                if (newones.isEmpty()) {
+                    break;
+                }
+                all.addAll(newones);
+                deps = newones;
             }
 
             Set<Dependency> moreBroken = new HashSet<Dependency> ();
@@ -848,23 +856,28 @@ public class Utilities {
     }
     
     private static Module getModuleInstance(String codeNameBase, SpecificationVersion specificationVersion) {
-        if (mgr == null) {
-            mgr = Main.getModuleSystem().getManager();
-            assert mgr != null;
-            if (mgr == null) {
-                return null;
+        for (ModuleInfo mi : Lookup.getDefault().lookupAll(ModuleInfo.class)) {
+            if (!codeNameBase.equals(mi.getCodeNameBase())) {
+                continue;
             }
-        }
-        Module m = mgr.get(codeNameBase);
-        if (specificationVersion == null || m == null) {
-            return m;
-        } else {
-            SpecificationVersion version = m.getSpecificationVersion();
-            if (version == null) {
-                return null;
+            if (mi instanceof Module) {
+                Module m = (Module)mi;
+                if (specificationVersion == null || m == null) {
+                    err.log(Level.FINE, "no module {0} for {1}", new Object[] { m, specificationVersion });
+                    return m;
+                } else {
+                    SpecificationVersion version = m.getSpecificationVersion();
+                    if (version == null) {
+                        err.log(Level.FINER, "No version for {0}", m);
+                        return null;
+                    }
+                    final int res = version.compareTo(specificationVersion);
+                    err.log(Level.FINE, "Comparing versions: {0}.compareTo({1}) = {2}", new Object[]{version, specificationVersion, res});
+                    return res >= 0 ? m : null;
+                }
             }
-            return version.compareTo(specificationVersion) >= 0 ? m : null;
         }
+        return null;
     }
     
     public static boolean isAutomaticallyEnabled(String codeNameBase) {
@@ -1030,9 +1043,6 @@ public class Utilities {
     }
     
     private static Logger getLogger () {
-        if (err == null) {
-            err = Logger.getLogger (Utilities.class.getName ());
-        }
         return err;
     }
     
@@ -1103,16 +1113,16 @@ public class Utilities {
             // workaround the bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4420020
             if (dir4test.canWrite () && dir4test.canRead ()) {
                 boolean canWrite = canWrite (dir4test);
-                getLogger ().log (Level.FINE, "Can write into " + dir4test + "? " + canWrite);
+                getLogger ().log (Level.FINE, "Can write into {0}? {1}", new Object[]{dir4test, canWrite});
                 return canWrite;
             } else {
-                getLogger ().log (Level.FINE, "Can write into " + dir4test + "? " + dir4test.canWrite ());
+                getLogger ().log (Level.FINE, "Can write into {0}? {1}", new Object[]{dir4test, dir4test.canWrite ()});
                 return dir4test.canWrite ();
             }
         }
         
         cluster.mkdirs ();
-        getLogger ().log (Level.FINE, "Can write into new cluster " + cluster + "? " + cluster.canWrite ());
+        getLogger ().log (Level.FINE, "Can write into new cluster {0}? {1}", new Object[]{cluster, cluster.canWrite ()});
         return cluster.canWrite ();
     }
     
@@ -1123,7 +1133,7 @@ public class Utilities {
                 FileWriter fw = null;
                 try {
                     fw = new FileWriter (f, true);
-                    getLogger ().log (Level.FINE, f + " has write permission");
+                    getLogger ().log (Level.FINE, "{0} has write permission", f);
                 } catch (IOException ioe) {
                     // just check of write permission
                     getLogger ().log (Level.FINE, f + " has no write permission", ioe);
@@ -1142,7 +1152,7 @@ public class Utilities {
                 try {
                     File dummy = File.createTempFile ("dummy", null, f);
                     dummy.delete ();
-                    getLogger ().log (Level.FINE, f + " has write permission");
+                    getLogger ().log (Level.FINE, "{0} has write permission", f);
                 } catch (IOException ioe) {
                     getLogger ().log (Level.FINE, f + " has no write permission", ioe);
                     return false;
@@ -1254,7 +1264,7 @@ public class Utilities {
                     }
                 }
                 if (alias == null) {
-                    getLogger ().log (Level.INFO, "Too many certificates with " + c);
+                    getLogger ().log (Level.INFO, "Too many certificates with {0}", c);
                 }
 
                 ks.setCertificateEntry (alias, c);
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/resources/icon-beta.png b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/resources/icon-beta.png
similarity index 100%
rename from autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/resources/icon-beta.png
rename to autoupdate.services/src/org/netbeans/modules/autoupdate/services/resources/icon-beta.png
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/resources/icon-community.png b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/resources/icon-community.png
similarity index 100%
rename from autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/resources/icon-community.png
rename to autoupdate.services/src/org/netbeans/modules/autoupdate/services/resources/icon-community.png
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/resources/icon-standard.png b/autoupdate.services/src/org/netbeans/modules/autoupdate/services/resources/icon-standard.png
similarity index 100%
rename from autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/resources/icon-standard.png
rename to autoupdate.services/src/org/netbeans/modules/autoupdate/services/resources/icon-standard.png
diff --git a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogCache.java b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogCache.java
index f013c7e..1f278d6 100644
--- a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogCache.java
+++ b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogCache.java
@@ -49,24 +49,26 @@ import java.io.FileInputStream;
 import java.io.FileOutputStream;
 import java.io.IOException;
 import java.net.MalformedURLException;
+import java.net.URISyntaxException;
 import java.net.URL;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import org.netbeans.modules.autoupdate.services.AutoupdateSettings;
 import org.openide.filesystems.FileUtil;
+import org.openide.util.Exceptions;
 
 /**
  *
  * @author Jiri Rechtacek
  * @author Dmitry Lipin
  */
-public class AutoupdateCatalogCache {
+public final class AutoupdateCatalogCache {
     private File cacheDir;
     
     
     private static AutoupdateCatalogCache INSTANCE;
     
-    private Logger err = Logger.getLogger (this.getClass ().getName ());
+    private static final Logger err = Logger.getLogger (AutoupdateCatalogCache.class.getName());
     
     public static synchronized AutoupdateCatalogCache getDefault () {
         if (INSTANCE == null) {
@@ -88,11 +90,12 @@ public class AutoupdateCatalogCache {
             cacheDir = new File (new File (new File (userDir, "var"), "cache"), "catalogcache"); // NOI18N
         } else {
             File dir = FileUtil.toFile (FileUtil.getConfigRoot());
+            assert dir != null : "Provide netbeans.user so we know where to store catalogcache!";
             cacheDir = new File(dir, "catalogcache"); // NOI18N
         }
         cacheDir.mkdirs();
         getLicenseDir().mkdirs();
-        err.log (Level.FINE, "getCacheDirectory: " + cacheDir.getPath ());
+        err.log (Level.FINE, "getCacheDirectory: {0}", cacheDir.getPath ());
         return;
     }
     
@@ -111,7 +114,7 @@ public class AutoupdateCatalogCache {
             }
             synchronized (getLock(cache)) {
                 assert cache.exists() : "Cache " + cache + " exists.";
-                err.log(Level.FINER, "Cache file " + cache + " was wrote from original URL " + original);
+                err.log(Level.FINER, "Cache file {0} was wrote from original URL {1}", new Object[]{cache, original});
                 if (cache.exists() && cache.length() == 0) {
                     err.log(Level.INFO, "Written cache size is zero bytes");
                 }
@@ -126,7 +129,7 @@ public class AutoupdateCatalogCache {
         synchronized (getLock(cache)) {
             if (cache != null && cache.exists()) {
                 if (cache.length() == 0) {
-                    err.log(Level.INFO, "Cache file " + cache + " exists and of zero size");
+                    err.log(Level.INFO, "Cache file {0} exists and of zero size", cache);
                     return null;
                 }
                 URL url = null;
@@ -244,7 +247,7 @@ public class AutoupdateCatalogCache {
         // -- report success or IOException
         // -- if success then do copy
         
-        err.log(Level.FINE, "Processing URL: " + sourceUrl); // NOI18N
+        err.log(Level.FINE, "Processing URL: {0}", sourceUrl); // NOI18N
         
         String prefix = "";
         while (prefix.length () < 3) {
@@ -266,13 +269,17 @@ public class AutoupdateCatalogCache {
     public String getLock(File cache) {
         return cache.getAbsolutePath().intern();
     }
-    public String getLock(URL cache) {
-        return getLock(new File(cache.getFile()));
+    public String getLock(URL cache) throws IOException {
+        try {
+            return getLock(new File(cache.toURI()));
+        } catch (URISyntaxException ex) {
+            throw new IOException(ex);
+        }
     }
     
     private void updateCachedFile(File cache, File temp) {
         if (cache.exists() && !cache.delete()) {
-            err.log(Level.INFO, "Cannot delete cache " + cache);
+            err.log(Level.INFO, "Cannot delete cache {0}", cache);
             try {
                Thread.sleep(200);
             } catch (InterruptedException ie) {
@@ -286,7 +293,19 @@ public class AutoupdateCatalogCache {
         }
 
         if (!temp.renameTo(cache)) {
-            err.log(Level.INFO, "Cannot rename temp " + temp + " to cache " + cache);
+            err.log(Level.INFO, "Cannot rename temp {0} to cache {1}", new Object[]{temp, cache});
+            err.log(Level.INFO, "Trying to copy {0} to cache {1}", new Object[] {temp, cache});
+            try {
+                FileOutputStream os = new FileOutputStream(cache);
+                FileInputStream is = new FileInputStream(temp);
+                FileUtil.copy(is, os);
+                os.close();
+                is.close();
+                temp.delete();
+            } catch (IOException ex) {
+                err.log(Level.INFO, "Cannot even copy: {0}", ex.getMessage());
+                err.log(Level.FINE, null, ex);
+            }
         }
 
         if (cache.exists() && cache.length() == 0) {
diff --git a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogFactory.java b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogFactory.java
index 65de1bf..93bdb24 100644
--- a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogFactory.java
+++ b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogFactory.java
@@ -86,6 +86,7 @@ public class AutoupdateCatalogFactory {
     public static final String ORIGINAL_DISPLAY_NAME = "originalDisplayName"; // NOI18N
     public static final String ORIGINAL_ENABLED = "originalEnabled"; // NOI18N
     public static final String ORIGINAL_CATEGORY_NAME = "originalCategoryName"; // NOI18N
+    public static final String ORIGINAL_CATEGORY_ICON_BASE = "originalCategoryIconBase"; // NOI18N
     
     public static UpdateProvider createUpdateProvider (FileObject fo) {
         String sKey = (String) fo.getAttribute ("url_key"); // NOI18N
@@ -126,14 +127,36 @@ public class AutoupdateCatalogFactory {
             return null;
         }
         url = modifyURL (url);
-        String categoryName = (String) fo.getAttribute ("category"); // NOI18N    
-        CATEGORY category = (categoryName != null) ? CATEGORY.valueOf(categoryName) : CATEGORY.COMMUNITY;
-        AutoupdateCatalogProvider au_catalog = new AutoupdateCatalogProvider(name, displayName(fo), url, category);
-        
+        String categoryName = (String) fo.getAttribute ("category"); // NOI18N
+        CATEGORY category;
+        try {
+            if (categoryName == null) {
+                category = CATEGORY.COMMUNITY;
+            } else {
+                category = CATEGORY.valueOf(categoryName);
+            }
+        } catch (IllegalArgumentException ex) {
+            // OK, not a valid name
+            category = null;
+        }
+        String categoryIconBase = (String) fo.getAttribute ("iconBase"); // NOI18N
         Preferences providerPreferences = getPreferences().node(name);
+        ProviderCategory pc;
+        if (category == null) {
+            if (categoryName == null || categoryIconBase == null) {
+                throw new IllegalStateException("Provide category and iconBase for " + fo); // NOI18N
+            }
+            pc = ProviderCategory.create(categoryIconBase, categoryName);
+            providerPreferences.put (ORIGINAL_CATEGORY_ICON_BASE, categoryIconBase);
+        } else {
+            pc = ProviderCategory.forValue(category);
+        }
+        AutoupdateCatalogProvider au_catalog = new AutoupdateCatalogProvider(name, displayName(fo), url, pc);
         providerPreferences.put (ORIGINAL_URL, url.toExternalForm ());
         providerPreferences.put (ORIGINAL_DISPLAY_NAME, au_catalog.getDisplayName ());
-        providerPreferences.put (ORIGINAL_CATEGORY_NAME, au_catalog.getCategory().name());        
+        providerPreferences.put (ORIGINAL_CATEGORY_NAME, au_catalog.getProviderCategory().getName());
+        providerPreferences.put (ORIGINAL_CATEGORY_ICON_BASE, au_catalog.getProviderCategory().getIconBase());
+        
         Boolean en = (Boolean) fo.getAttribute("enabled"); // NOI18N        
         if (en != null) {
             providerPreferences.putBoolean (ORIGINAL_ENABLED, en);
diff --git a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogParser.java b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogParser.java
index 554b826..4a3e56b 100644
--- a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogParser.java
+++ b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogParser.java
@@ -169,7 +169,7 @@ public class AutoupdateCatalogParser extends DefaultHandler {
     
     private static String GZIP_EXTENSION = ".gz"; // NOI18N
     
-    public synchronized static Map<String, UpdateItem> getUpdateItems (URL url, AutoupdateCatalogProvider provider) {
+    public synchronized static Map<String, UpdateItem> getUpdateItems (URL url, AutoupdateCatalogProvider provider) throws IOException {
         Map<String, UpdateItem> items = new HashMap<String, UpdateItem> ();
         URI base;
         try {
@@ -186,7 +186,7 @@ public class AutoupdateCatalogParser extends DefaultHandler {
                 is = getInputSource(url, provider, base);
                 saxParser.parse(is, new AutoupdateCatalogParser(items, provider, base));
             } catch (Exception ex) {
-                ERR.log(Level.INFO, "Failed to parse " + base, ex);
+                throw new IOException("Failed to parse " + base, ex);
             } finally {
                 if (is != null && is.getByteStream() != null) {
                     try {
@@ -244,7 +244,8 @@ public class AutoupdateCatalogParser extends DefaultHandler {
                 } catch (IOException e) {
                 }
             }
-            ERR.log (Level.SEVERE, "Cannot estabilish input stream for " + toParse , ex);
+            ERR.log (Level.SEVERE, "Cannot estabilish input stream for {0}", toParse);
+            ERR.log (Level.INFO, "Parsing exception", ex);
             return new InputSource();
         }
     }
@@ -362,7 +363,13 @@ public class AutoupdateCatalogParser extends DefaultHandler {
     public void startElement (String uri, String localName, String qName, Attributes attributes) throws SAXException {
         lines.clear();
         bufferInitSize = 0;
-        switch (ELEMENTS.valueOf (qName)) {
+        final ELEMENTS elem;
+        try {
+            elem = ELEMENTS.valueOf (qName);
+        } catch (IllegalArgumentException ex) {
+            throw new SAXException("Wrong element " + qName); // NOI18N
+        }
+        switch (elem) {
             case module_updates :
                 try {
                     catalogDate = "";
diff --git a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogProvider.java b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogProvider.java
index 5adbc33..70f45db 100644
--- a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogProvider.java
+++ b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogProvider.java
@@ -64,34 +64,40 @@ public class AutoupdateCatalogProvider implements UpdateProvider {
     private final String codeName;
     private String displayName;
     private AutoupdateCatalogCache cache = AutoupdateCatalogCache.getDefault ();
-    private Logger log = Logger.getLogger ("org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalog");
-    private String description = null;
-    private boolean descriptionInitialized = false;
-    private CATEGORY category = null;
+    private static final Logger LOG = Logger.getLogger ("org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalog");
+    private String description;
+    private boolean descriptionInitialized;
+    private ProviderCategory category;
 
     public AutoupdateCatalogProvider (String name, String displayName, URL updateCenter) {
-        this(name, displayName, updateCenter, CATEGORY.COMMUNITY);
+        this(name, displayName, updateCenter, ProviderCategory.forValue(CATEGORY.COMMUNITY));
     }
     
     /**
      * Creates a new instance of AutoupdateCatalog
      */
-    public AutoupdateCatalogProvider (String name, String displayName, URL updateCenter, CATEGORY category) {
+    public AutoupdateCatalogProvider (String name, String displayName, URL updateCenter, ProviderCategory category) {
         Parameters.notNull("name", name);
         this.codeName = name;
         this.displayName = displayName;
         this.updateCenter = updateCenter;
-        this.category = (category != null) ? category : CATEGORY.COMMUNITY;
+        this.category = category;
+    }
+    public AutoupdateCatalogProvider (String name, String displayName, URL updateCenter, CATEGORY category) {
+        this(name, displayName, updateCenter, ProviderCategory.forValue(category));
     }
     
+    @Override
     public String getName () {
         return codeName;
     }
     
+    @Override
     public String getDisplayName () {
         return displayName == null ? codeName : displayName;
     }
     
+    @Override
     public String getDescription () {
         if (description == null && !descriptionInitialized) {
             try {
@@ -107,10 +113,11 @@ public class AutoupdateCatalogProvider implements UpdateProvider {
         this.descriptionInitialized = true;
     }
 
+    @Override
     public Map<String, UpdateItem> getUpdateItems () throws IOException {
             URL toParse = cache.getCatalogURL(codeName);
             if (toParse == null) {
-                log.log (Level.FINE, "No content in cache for " + codeName + " provider. Returns EMPTY_MAP");
+                LOG.log (Level.FINE, "No content in cache for {0} provider. Returns EMPTY_MAP", codeName);
                 return Collections.emptyMap ();
             }
 
@@ -122,9 +129,10 @@ public class AutoupdateCatalogProvider implements UpdateProvider {
             return map;        
     }
     
+    @Override
     public boolean refresh (boolean force) throws IOException {
         boolean res = false;
-        log.log (Level.FINER, "Try write(force? " + force + ") to cache Update Provider " + codeName + " from "  + getUpdateCenterURL ());
+        LOG.log (Level.FINER, "Try write(force? {0}) to cache Update Provider {1} from {2}", new Object[]{force, codeName, getUpdateCenterURL ()});
         if (force) {
             res = cache.writeCatalogToCache (codeName, getUpdateCenterURL ()) != null;
             description = null;
@@ -150,7 +158,12 @@ public class AutoupdateCatalogProvider implements UpdateProvider {
         return displayName + "[" + codeName + "] to " + updateCenter;
     }
 
+    @Override
     public CATEGORY getCategory() {
-        return category;
+        return category.toEnum();
     }    
+    
+    public ProviderCategory getProviderCategory() {
+        return category;
+    }
 }
diff --git a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/Bundle.properties b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/Bundle.properties
index d01cdde..1897ca4 100644
--- a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/Bundle.properties
+++ b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/Bundle.properties
@@ -7,3 +7,7 @@ ArtificialFeaturesProvider_Bridges_Category=Bridges
 ArtificialFeaturesProvider_Unsorted_Category=Uncategorized
 ArtificialFeaturesProvider_Features_Category=Features
 NetworkAccess_Timeout=Timeout while opening connection to {0}
+
+AvailableTab_SourceCategory_Tooltip_STANDARD=Certified Plugin
+AvailableTab_SourceCategory_Tooltip_BETA=Beta Plugin
+AvailableTab_SourceCategory_Tooltip_COMMUNITY=Community Contributed Plugin
diff --git a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/DownloadListener.java b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/DownloadListener.java
index 531b001..d4d3a05 100644
--- a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/DownloadListener.java
+++ b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/DownloadListener.java
@@ -100,7 +100,7 @@ public class DownloadListener implements NetworkAccess.NetworkListener {
 
     public void notifyException() throws IOException {
         if (isExceptionStored()) {
-            throw new IOException(getStoredException().getLocalizedMessage());
+            throw new IOException(getStoredException().getLocalizedMessage(), getStoredException());
         }
 
     }
diff --git a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/InstalledModuleItem.java b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/InstalledModuleItem.java
index c3e1529..19d44e4 100644
--- a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/InstalledModuleItem.java
+++ b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/InstalledModuleItem.java
@@ -58,7 +58,6 @@ public class InstalledModuleItem extends ModuleItem {
     private String codeName;
     private String specificationVersion;
     private ModuleInfo info;
-    private Module m;
     private String author;
     private String source;
     private String installCluster;
@@ -143,9 +142,9 @@ public class InstalledModuleItem extends ModuleItem {
     }
     
     private Module getModule () {
-        if (m == null) {
-            m = Utilities.toModule (info);
+        if (info instanceof Module) {
+            return (Module)info;
         }
-        return m;
+        return null;
     }
 }
diff --git a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/InstalledModuleProvider.java b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/InstalledModuleProvider.java
index 8814879..b42db6d 100644
--- a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/InstalledModuleProvider.java
+++ b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/InstalledModuleProvider.java
@@ -44,36 +44,28 @@
 
 package org.netbeans.modules.autoupdate.updateprovider;
 
-import java.io.IOException;
 import java.util.Collection;
 import java.util.Collections;
-import java.util.Date;
 import java.util.HashMap;
 import java.util.Map;
-import org.netbeans.api.autoupdate.UpdateUnitProvider.CATEGORY;
-import org.netbeans.modules.autoupdate.services.Utilities;
-import org.netbeans.spi.autoupdate.UpdateItem;
 import org.openide.modules.ModuleInfo;
 import org.openide.util.Lookup;
 import org.openide.util.LookupEvent;
 import org.openide.util.LookupListener;
+import org.openide.util.lookup.ServiceProvider;
 
-/**
+/** Default implementation of InstalledUpdateProvider.
  *
  * @author Jiri Rechtacek
  */
-public class InstalledModuleProvider implements InstalledUpdateProvider {
-    private static InstalledModuleProvider DEFAULT;
+ at ServiceProvider(service=InstalledUpdateProvider.class)
+public final class InstalledModuleProvider extends InstalledUpdateProvider {
     private LookupListener  lkpListener;
     private Lookup.Result<ModuleInfo> result;
     private Map<String, ModuleInfo> moduleInfos;
 
-    // XXX: should be removed
-    public static Map<String, ModuleInfo> getInstalledModules () {
-        return getDefault ().getModuleInfos (false);
-    }
-    
-    private synchronized  Map<String, ModuleInfo> getModuleInfos (boolean force) {
+    @Override
+    protected synchronized  Map<String, ModuleInfo> getModuleInfos (boolean force) {
         if (moduleInfos == null || force) {
             Collection<? extends ModuleInfo> infos = Collections.unmodifiableCollection (result.allInstances ());
             moduleInfos = new HashMap<String, ModuleInfo> ();
@@ -85,16 +77,10 @@ public class InstalledModuleProvider implements InstalledUpdateProvider {
         return new HashMap<String, ModuleInfo> (moduleInfos);
     }
 
-    public static InstalledModuleProvider getDefault () {
-        if (DEFAULT == null) {
-            DEFAULT = new InstalledModuleProvider ();
-        }
-        return DEFAULT;
-    }
-        
-    private InstalledModuleProvider() {
+    public InstalledModuleProvider() {
         result = Lookup.getDefault().lookup(new Lookup.Template<ModuleInfo> (ModuleInfo.class));
         lkpListener = new LookupListener() {
+            @Override
             public void resultChanged(LookupEvent ev) {
                 clearModuleInfos();
             }
@@ -105,49 +91,4 @@ public class InstalledModuleProvider implements InstalledUpdateProvider {
     private synchronized void clearModuleInfos() {
         moduleInfos = null;
     }
-
-    public String getName () {
-        return "installed-module-provider";
-    }
-
-    public String getDisplayName () {
-        return getName ();
-    }
-
-    public String getDescription () {
-        return null;
-    }
-
-    public Map<String, UpdateItem> getUpdateItems () throws IOException {
-        Map<String, UpdateItem> res = new HashMap<String, UpdateItem> ();
-        for (ModuleInfo info : getModuleInfos (true).values ()) {
-            Date time = null; // XXX: it's too expensive, should be extracted lazy - Utilities.readInstallTimeFromUpdateTracking (info);
-            String installTime = null;
-            if (time != null) {
-                installTime = Utilities.formatDate(time);
-            }
-            UpdateItemImpl impl = new InstalledModuleItem (
-                    info.getCodeNameBase (),
-                    info.getSpecificationVersion () == null ? null : info.getSpecificationVersion ().toString (),
-                    info,
-                    null, // XXX author
-                    null, // installed cluster
-                    installTime
-                    
-                    );
-            
-            UpdateItem updateItem = Utilities.createUpdateItem (impl);
-            res.put (info.getCodeName () + '_' + info.getSpecificationVersion (), updateItem);
-        }
-        return res;
-    }
-
-    public boolean refresh (boolean force) throws IOException {
-        getModuleInfos(false);
-        return true;
-    }
-
-    public CATEGORY getCategory() {
-        return CATEGORY.COMMUNITY;
-    }
 }
diff --git a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/InstalledUpdateProvider.java b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/InstalledUpdateProvider.java
index 217c851..06fc6de 100644
--- a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/InstalledUpdateProvider.java
+++ b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/InstalledUpdateProvider.java
@@ -44,18 +44,113 @@
 
 package org.netbeans.modules.autoupdate.updateprovider;
 
-import org.netbeans.spi.autoupdate.*;
+import java.io.IOException;
+import java.util.Date;
+import java.util.HashMap;
+import java.util.Map;
+import org.netbeans.api.autoupdate.UpdateUnitProvider.CATEGORY;
+import org.netbeans.modules.autoupdate.services.Utilities;
+import org.netbeans.spi.autoupdate.UpdateItem;
+import org.netbeans.spi.autoupdate.UpdateProvider;
+import org.openide.modules.ModuleInfo;
+import org.openide.util.Lookup;
 
 
 /** XXX <code>UpdateProvider</code> providers items for Autoupdate infrastructure. The items
  * are available on e.g. Update Center. Items can represents NetBeans Module,
  * its Localization, Feature as group of NetBeans Modules or special
  * components which needs own native installer to make them accessible in NetBeans product.
- * The infrastructure finds out <code>UpdateProvider</code> in <code>Lookup.getDefault()</code>,
+ * The infrastructure finds out <code>UpdateProvider</code> in <code>Lookup.defaultProvider()</code>,
  * the provider can be registring declaratively in XML layer.
  * Note: the former Autoupdate module allows declaration of former <code>AutoupdateType</code> on XML
  * layer, these declaration are read as new one UpdateProvider by reason of backward compatability.
  *
  * @author Jiri Rechtacek
  */
-public interface InstalledUpdateProvider extends UpdateProvider {}
+public abstract class InstalledUpdateProvider {
+    protected InstalledUpdateProvider() {
+    }
+    
+    /** Method for subclasses to provide their own list of installed modules.
+     */
+    protected abstract Map<String, ModuleInfo> getModuleInfos (boolean force);
+    
+
+    /** Handy method for obtaining list of installed modules.
+     */
+    public static Map<String, ModuleInfo> getInstalledModules () {
+        return defaultProvider ().getModuleInfos (false);
+    }
+    
+    private static InstalledUpdateProvider defaultProvider () {
+        InstalledUpdateProvider iup = Lookup.getDefault().lookup(InstalledUpdateProvider.class);
+        assert iup != null;
+        return iup;
+    }
+
+    /** The {@link UpdateProvider} that represents the installed modules
+     * as returned by {@link #getModuleInfos(boolean)}.
+     */
+    public static UpdateProvider getDefault() {
+        return UP.DEFAULT;
+    }
+    
+    private static final class UP implements UpdateProvider {
+        static final UP DEFAULT = new UP();
+        
+        private UP() {
+        }
+        
+        @Override
+        public String getName () {
+            return "installed-module-provider";
+        }
+
+        @Override
+        public String getDisplayName () {
+            return getName ();
+        }
+
+        @Override
+        public String getDescription () {
+            return null;
+        }
+
+        @Override
+        public CATEGORY getCategory() {
+            return CATEGORY.COMMUNITY;
+        }
+
+
+        @Override
+        public Map<String, UpdateItem> getUpdateItems () throws IOException {
+            Map<String, UpdateItem> res = new HashMap<String, UpdateItem> ();
+            for (ModuleInfo info : defaultProvider().getModuleInfos (true).values ()) {
+                Date time = null; // XXX: it's too expensive, should be extracted lazy - Utilities.readInstallTimeFromUpdateTracking (info);
+                String installTime = null;
+                if (time != null) {
+                    installTime = Utilities.formatDate(time);
+                }
+                UpdateItemImpl impl = new InstalledModuleItem (
+                        info.getCodeNameBase (),
+                        info.getSpecificationVersion () == null ? null : info.getSpecificationVersion ().toString (),
+                        info,
+                        null, // XXX author
+                        null, // installed cluster
+                        installTime
+
+                        );
+
+                UpdateItem updateItem = Utilities.createUpdateItem (impl);
+                res.put (info.getCodeName () + '_' + info.getSpecificationVersion (), updateItem);
+            }
+            return res;
+        }
+
+        @Override
+        public boolean refresh (boolean force) throws IOException {
+            defaultProvider().getModuleInfos(false);
+            return true;
+        }
+    }
+}
diff --git a/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/ProviderCategory.java b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/ProviderCategory.java
new file mode 100644
index 0000000..9d52c1a
--- /dev/null
+++ b/autoupdate.services/src/org/netbeans/modules/autoupdate/updateprovider/ProviderCategory.java
@@ -0,0 +1,132 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.autoupdate.updateprovider;
+
+import java.awt.Image;
+import org.netbeans.api.autoupdate.UpdateUnitProvider.CATEGORY;
+import org.openide.util.ImageUtilities;
+import org.openide.util.NbBundle;
+
+/** Represents provider category.
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+public final class ProviderCategory {
+    private final String displayName;
+    private final String iconBase;
+    private final CATEGORY category;
+
+    private ProviderCategory(String displayName, String iconBase, CATEGORY category) {
+        assert (category != null) != (displayName != null && iconBase != null) : 
+            "Category: " + category + " displayName: " + displayName
+                    + " iconBase: " + iconBase;
+            this.displayName = displayName;
+        this.iconBase = iconBase;
+        this.category = category;
+    }
+
+    public static ProviderCategory create(String iconBase, String categoryDisplayName) {
+        return new ProviderCategory(categoryDisplayName, iconBase, null);
+    }
+    public String getDisplayName() {
+        String name = category != null ? getCategoryName(category) : displayName; 
+        if (name == null) {
+            name = forValue(CATEGORY.COMMUNITY).getDisplayName();
+            assert name != null;
+        }
+        return name;
+    }
+    public String getName() {
+        if (category != null) {
+            return category.name();
+        }
+        assert displayName != null;
+        return displayName;
+    }
+    public Image getIcon() {
+        Image img = ImageUtilities.loadImage(getIconBase(), true);
+        if (img == null) {
+            img = forValue(CATEGORY.COMMUNITY).getIcon();
+            assert img != null;
+        }
+        return img;
+    }
+    
+    public static ProviderCategory forValue(CATEGORY c) {
+        return new ProviderCategory(null, null, c);
+    }
+
+    CATEGORY toEnum() {
+        return category == null ? CATEGORY.COMMUNITY : category;
+    }
+    
+    static String getCategoryName(CATEGORY category) {
+        String key = null;
+        switch (category) {
+            case STANDARD:
+                key = "AvailableTab_SourceCategory_Tooltip_STANDARD"; //NOI18N
+                break;
+            case BETA:
+                key = "AvailableTab_SourceCategory_Tooltip_BETA"; //NOI18N
+                break;
+            case COMMUNITY:
+                key = "AvailableTab_SourceCategory_Tooltip_COMMUNITY"; //NOI18N
+                break;
+        }
+        return (key != null) ? NbBundle.getMessage(ProviderCategory.class, key) : null;
+    }
+    
+    public final String getIconBase() {
+        if (iconBase != null) {
+            return iconBase;
+        }
+        switch (category) {
+            case BETA: 
+                return "org/netbeans/modules/autoupdate/services/resources/icon-beta.png"; // NOI18N
+            case STANDARD:
+                return "org/netbeans/modules/autoupdate/services/resources/icon-standard.png"; // NOI18N
+            default:
+                return "org/netbeans/modules/autoupdate/services/resources/icon-community.png"; // NOI18N
+        }
+    }
+}
diff --git a/autoupdate.services/src/org/netbeans/spi/autoupdate/UpdateItem.java b/autoupdate.services/src/org/netbeans/spi/autoupdate/UpdateItem.java
index feb4f0a..a292820 100644
--- a/autoupdate.services/src/org/netbeans/spi/autoupdate/UpdateItem.java
+++ b/autoupdate.services/src/org/netbeans/spi/autoupdate/UpdateItem.java
@@ -178,7 +178,7 @@ public final class UpdateItem {
     
     /** Creates <code>UpdateItem</code> which represents Native Component with own installer. This component
      * can be visualized in UI as common item, when an user wants to install this component then
-     * own <code>CustomInstaller</code> is call back.
+     * own <code>CustomInstaller</code> is called back.
      * 
      * @param codeName code name of the native component
      * @param specificationVersion specification version of component
diff --git a/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/DeclarationOfUpdateUnitProviderTest.java b/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/DeclarationOfUpdateUnitProviderTest.java
index ec06f36..feb5876 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/DeclarationOfUpdateUnitProviderTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/DeclarationOfUpdateUnitProviderTest.java
@@ -44,13 +44,9 @@
 
 package org.netbeans.api.autoupdate;
 
-import java.net.URL;
 import java.util.List;
-import junit.framework.TestCase;
 import org.netbeans.api.autoupdate.UpdateUnitProvider.CATEGORY;
-import org.netbeans.api.progress.ProgressHandle;
 import org.netbeans.junit.NbTestCase;
-import org.openide.filesystems.Repository;
 
 /**
  *
@@ -71,8 +67,10 @@ public class DeclarationOfUpdateUnitProviderTest extends NbTestCase {
         super(testName);                
     }
 
+    @Override
     protected void setUp() throws Exception {
-        super.setUp();
+        System.setProperty("netbeans.user", getWorkDirPath());
+        clearWorkDir();
         List<UpdateUnitProvider> providers = UpdateUnitProviderFactory.getDefault().getUpdateUnitProviders(false);
         for (UpdateUnitProvider updateUnitProvider : providers) {
             String name = updateUnitProvider.getName();
diff --git a/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/DefaultTestCase.java b/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/DefaultTestCase.java
index 1a59809..dc89f35 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/DefaultTestCase.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/DefaultTestCase.java
@@ -51,9 +51,9 @@ import java.io.InputStream;
 import java.io.OutputStream;
 import java.net.URL;
 import java.util.List;
+import java.util.logging.Logger;
 import org.netbeans.api.autoupdate.TestUtils.CustomItemsProvider;
 import org.netbeans.core.startup.MainLookup;
-import org.netbeans.junit.MockServices;
 import org.netbeans.modules.autoupdate.services.*;
 import org.netbeans.junit.NbTestCase;
 import org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogProvider;
@@ -69,8 +69,12 @@ public class DefaultTestCase extends NbTestCase {
     private static URL catalogURL;
     protected boolean modulesOnly = true;
     protected List<UpdateUnit> keepItNotToGC;
+    @SuppressWarnings("NonConstantLogger")
+    protected final Logger LOG;
+    
     public DefaultTestCase(String testName) {
         super(testName);
+        LOG = Logger.getLogger("test." + testName);
     }
         
     public static class MyProvider extends AutoupdateCatalogProvider {
diff --git a/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/RefreshItemsTest.java b/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/RefreshItemsTest.java
index a76cbef..149d234 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/RefreshItemsTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/RefreshItemsTest.java
@@ -46,7 +46,6 @@ package org.netbeans.api.autoupdate;
 
 import java.io.IOException;
 import java.util.List;
-import junit.framework.*;
 import org.netbeans.modules.autoupdate.services.UpdateManagerImpl;
 
 /**
diff --git a/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/RefreshProvidersTest.java b/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/RefreshProvidersTest.java
index 8d0fee9..bfe1905 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/RefreshProvidersTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/RefreshProvidersTest.java
@@ -46,7 +46,6 @@ package org.netbeans.api.autoupdate;
 
 import java.io.IOException;
 import java.util.List;
-import junit.framework.*;
 
 /**
  * @author Radek Matous
diff --git a/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/TestUtils.java b/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/TestUtils.java
index c7b9464..1dc00d6 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/TestUtils.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/TestUtils.java
@@ -45,6 +45,8 @@
 package org.netbeans.api.autoupdate;
 
 import java.io.File;
+import java.io.FileOutputStream;
+import java.io.IOException;
 import java.net.MalformedURLException;
 import java.net.URL;
 import java.util.Collections;
@@ -55,10 +57,12 @@ import org.netbeans.ModuleManager;
 import org.netbeans.api.autoupdate.UpdateUnitProvider.CATEGORY;
 import org.netbeans.api.progress.ProgressHandle;
 import org.netbeans.core.startup.Main;
+import org.netbeans.junit.NbTestCase;
 import org.netbeans.spi.autoupdate.CustomInstaller;
 import org.netbeans.spi.autoupdate.UpdateItem;
 import org.netbeans.spi.autoupdate.UpdateLicense;
 import org.netbeans.spi.autoupdate.UpdateProvider;
+import org.openide.filesystems.FileUtil;
 /**
  *
  * @author Radek Matous, Jirka Rechtacek
@@ -87,7 +91,25 @@ public class TestUtils {
         mgr = Main.getModuleSystem().getManager();
         assert mgr != null;
     }
-    
+
+    public static File getFile(NbTestCase t, URL res) throws IOException {
+        File create;
+        String name = res.getFile().replaceAll(".*/", "").replaceAll(".jar$", "");
+        for (int i = 0; ; i++) {
+            String add = i == 0 ? ".jar" : i + ".jar";
+            create = new File(t.getWorkDir(), name + add);
+            if (!create.exists()) {
+                break;
+            }
+        }
+        
+        FileOutputStream os = new FileOutputStream(create);
+        FileUtil.copy(res.openStream(), os);
+        os.close();
+        
+        return create;
+    }
+
     public static class CustomItemsProvider implements UpdateProvider {
         public String getName() {
             return "items-with-custom-installer";
diff --git a/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/UpdateProviderFactoryTest.java b/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/UpdateProviderFactoryTest.java
index bde605f..affb98a 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/UpdateProviderFactoryTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/UpdateProviderFactoryTest.java
@@ -62,12 +62,15 @@ public class UpdateProviderFactoryTest extends NbTestCase {
         super (testName);
     }
 
+    @Override
     protected void setUp () throws Exception {
+        clearWorkDir();
+        System.setProperty("netbeans.user", getWorkDirPath());
         MockServices.setServices (MyProvider.class, MyProvider2.class);
     }
     
+    @Override
     protected void tearDown () throws  Exception {
-        clearWorkDir ();
     }
 
     public void testGetUpdatesProviders () {
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/AutoupdateCatalogFactoryTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/AutoupdateCatalogFactoryTest.java
new file mode 100644
index 0000000..d910bfe
--- /dev/null
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/AutoupdateCatalogFactoryTest.java
@@ -0,0 +1,93 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.autoupdate.services;
+
+import java.awt.Image;
+import java.net.URL;
+import org.netbeans.api.autoupdate.UpdateUnitProvider;
+import org.netbeans.api.autoupdate.UpdateUnitProviderFactory;
+import org.netbeans.junit.NbTestCase;
+import org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogFactory;
+import org.netbeans.spi.autoupdate.UpdateProvider;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+import org.openide.util.ImageUtilities;
+
+public class AutoupdateCatalogFactoryTest extends NbTestCase {
+
+    public AutoupdateCatalogFactoryTest(String n) {
+        super(n);
+    }
+
+    @Override
+    protected void setUp() throws Exception {
+        System.setProperty("netbeans.user", getWorkDirPath());
+        clearWorkDir();
+    }
+
+    public void testCreateUpdateProviderWithOwnIcon() throws Exception {
+        FileObject f = FileUtil.getConfigRoot().createData("whatever.instance");
+        f.setAttribute("url", "file:/wherever.xml");
+        f.setAttribute("displayName", "Whatever");
+        f.setAttribute("category", "Jarda's Updates");
+        f.setAttribute("iconBase", "org/netbeans/modules/autoupdate/services/resources/icon-standard.png");
+        UpdateProvider up = AutoupdateCatalogFactory.createUpdateProvider(f);
+        UpdateUnitProvider uup = Trampoline.API.createUpdateUnitProvider (new UpdateUnitProviderImpl (up));
+        assertEquals("whatever", uup.getName());
+        assertEquals("Whatever", uup.getDisplayName());
+        assertEquals(new URL("file:/wherever.xml"), uup.getProviderURL());
+        Image img = ImageUtilities.loadImage("org/netbeans/modules/autoupdate/services/resources/icon-standard.png");
+        assertEquals("Icons are the same", img, uup.getSourceIcon());
+    }
+
+    public void testFactoryMethodsAndIcons() throws Exception {
+        Image img = ImageUtilities.loadImage("org/netbeans/modules/autoupdate/services/resources/icon-standard.png");
+        UpdateUnitProvider res = UpdateUnitProviderFactory.getDefault().create(
+           "code-name", "Whatever", new URL("file:/whereever.xml"), 
+           "org/netbeans/modules/autoupdate/services/resources/icon-standard.png", "my category"
+        );
+        assertEquals("code-name", res.getName());
+        assertEquals("Whatever", res.getDisplayName());
+        assertEquals("Good image", img, res.getSourceIcon());
+    }
+}
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/CrossDependencyTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/CrossDependencyTest.java
index 109fc2f..4122fdb 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/CrossDependencyTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/CrossDependencyTest.java
@@ -49,6 +49,7 @@ import java.util.HashSet;
 import java.util.LinkedList;
 import java.util.Map;
 import java.util.Set;
+import java.util.logging.Logger;
 import org.netbeans.api.autoupdate.OperationContainer;
 import org.netbeans.api.autoupdate.UpdateElement;
 import org.netbeans.api.autoupdate.UpdateUnit;
@@ -64,20 +65,21 @@ import org.openide.modules.ModuleInfo;
  * @author Dmitry Lipin
  */
 public class CrossDependencyTest extends NbmAdvancedTestCase {
+    private static final Logger LOG = Logger.getLogger(CrossDependencyTest.class.getName());
     
     public CrossDependencyTest (String testName) {
         super (testName);
     }
+
+    @Override
+    protected int timeOut() {
+        return 5000;
+    }
     
     public void testCrossDependentModules () throws Exception {
         checkCrossDependentModulesDependencies();
     }
 
-    @Override
-    public boolean canRun() {
-        return false;
-    }
-
     private String generateModule(String codeName, String dependentModule, String needs, String provides, String version) {
         return "<module codenamebase=\"" + codeName + "\" " +
                 "homepage=\"http://au.netbeans.org/\" distribution=\"\" " +
@@ -142,28 +144,13 @@ public class CrossDependencyTest extends NbmAdvancedTestCase {
         col.add(module2Item.getModuleInfo());
 
         
-        Thread t = new Thread() {
-            @Override
-            public void run () {
-                final Set <Dependency> broken1 = new HashSet <Dependency> ();
-                Set <UpdateElement> set1 = Utilities.findRequiredUpdateElements(ue1, col, broken1, true);
-                System.out.println("required (1): " + set1);
-                System.out.println("broken (1): " + broken1);
-                final Set <Dependency> broken2 = new HashSet <Dependency> ();
-                Set <UpdateElement> set2 = Utilities.findRequiredUpdateElements(ue2, col, broken2, true);
-                System.out.println("required (2): " + set2);
-                System.out.println("broken (2): " + broken2);
-            }
-        };
-        t.start();
-        try {
-            t.join(5000);
-            if(t.isAlive()) {
-                t.interrupt();
-                fail("Can`t handle crossing dependencies");
-            }
-        } catch (InterruptedException e) {
-            throw e;
-        }
+        final Set <Dependency> broken1 = new HashSet <Dependency> ();
+        Set <UpdateElement> set1 = Utilities.findRequiredUpdateElements(ue1, col, broken1, true);
+        LOG.info("required (1): " + set1);
+        LOG.info("broken (1): " + broken1);
+        final Set <Dependency> broken2 = new HashSet <Dependency> ();
+        Set <UpdateElement> set2 = Utilities.findRequiredUpdateElements(ue2, col, broken2, true);
+        LOG.info("required (2): " + set2);
+        LOG.info("broken (2): " + broken2);
     }
 }
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/FeatureNotUpToDateTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/FeatureNotUpToDateTest.java
index 3469b8d..f7172f4 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/FeatureNotUpToDateTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/FeatureNotUpToDateTest.java
@@ -46,9 +46,7 @@ package org.netbeans.modules.autoupdate.services;
 import org.netbeans.api.autoupdate.UpdateUnitProvider.CATEGORY;
 import org.netbeans.modules.autoupdate.updateprovider.*;
 import org.netbeans.api.autoupdate.*;
-import java.io.File;
 import java.io.IOException;
-import java.net.URL;
 import java.util.HashSet;
 import java.util.List;
 import java.util.Map;
@@ -71,8 +69,6 @@ public class FeatureNotUpToDateTest extends NbTestCase
 
 {
 
-    private static File catalogFile;
-    private static URL catalogURL;
     protected boolean modulesOnly = true;
     List<UpdateUnit> keepItNotToGC;
 
@@ -95,7 +91,7 @@ public class FeatureNotUpToDateTest extends NbTestCase
         }
 
         public Map<String, UpdateItem> getUpdateItems () throws IOException {
-            Map<String, UpdateItem> items = InstalledModuleProvider.getDefault ().getUpdateItems ();
+            Map<String, UpdateItem> items = InstalledModuleProvider.getDefault().getUpdateItems ();
             assertNotNull ("Installed modules must found.", items);
             int size = items.size ();
             assertTrue ("Count of installed modules are more then once.", size > 1);
@@ -136,7 +132,7 @@ public class FeatureNotUpToDateTest extends NbTestCase
                 }
                 deps.add (dep);
             }
-            Map<String, UpdateItem> res = InstalledModuleProvider.getDefault ().getUpdateItems ();
+            Map<String, UpdateItem> res = InstalledModuleProvider.getDefault().getUpdateItems ();
             ModuleInfo info = pilotModuleItem.getModuleInfo ();
             UpdateItemImpl higherItemImpl = new InstalledModuleItem (
                     info.getCodeNameBase (),
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/FeatureUncompleteTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/FeatureUncompleteTest.java
index edf3885..c4e9f06 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/FeatureUncompleteTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/FeatureUncompleteTest.java
@@ -129,15 +129,12 @@ public class FeatureUncompleteTest extends NbTestCase {
             return getName ();
         }
 
+        @Override
         public Map<String, UpdateItem> getUpdateItems () throws IOException {
-            Map<String, UpdateItem> items = InstalledModuleProvider.getDefault ().getUpdateItems ();
+            Map<String, UpdateItem> items = InstalledModuleProvider.getDefault().getUpdateItems ();
             assertNotNull ("Installed modules must found.", items);
-            URL independentURL = TestUtils.class.getResource ("data/org-yourorghere-independent.nbm");
-            assertNotNull ("NBM data/org-yourorghere-independent.nbm found.", independentURL);
-            File independentFile = new File(independentURL.getFile());
-            assertTrue ("NBM data/org-yourorghere-independent.nbm exists.", independentFile.exists ());
 
-            Map<String, UpdateItem> res = InstalledModuleProvider.getDefault ().getUpdateItems ();
+            Map<String, UpdateItem> res = InstalledModuleProvider.getDefault().getUpdateItems ();
 
             Set<String> deps = new HashSet<String> (items.size ());
             for (String id : items.keySet ()) {
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/InstallDisabledModuleTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/InstallDisabledModuleTest.java
index 398d05a..69c9b9f 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/InstallDisabledModuleTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/InstallDisabledModuleTest.java
@@ -44,13 +44,12 @@
 
 package org.netbeans.modules.autoupdate.services;
 
-import java.io.IOException;
+import java.io.File;
 import java.io.OutputStream;
 import java.util.logging.Level;
 import org.netbeans.api.autoupdate.UpdateUnit;
 import org.netbeans.junit.RandomlyFails;
 import org.openide.filesystems.FileObject;
-import org.openide.filesystems.FileSystem;
 import org.openide.filesystems.FileUtil;
 
 /**
@@ -58,7 +57,6 @@ import org.openide.filesystems.FileUtil;
  * @author Jaroslav Tulach
  */
 public class InstallDisabledModuleTest extends OperationsTestImpl {
-
     public InstallDisabledModuleTest(String testName) {
         super(testName);
     }
@@ -70,30 +68,35 @@ public class InstallDisabledModuleTest extends OperationsTestImpl {
 
     @Override
     protected void setUp() throws Exception {
+        File test = new File(getWorkDir(), "test");
+        
+        System.setProperty("netbeans.dirs", test.getPath());
+        LOG.log(Level.INFO, "Setting netbeans.dirs property to {0}", System.getProperty("netbeans.dirs"));
         clearWorkDir();
         super.setUp();        
-        System.setProperty("netbeans.dirs", getWorkDirPath());
+        assertEquals(test.getPath(), System.getProperty("netbeans.dirs"));
+        
+        File jar = new File(new File(test, "modules"), "com-sun-testmodule-cluster.jar");
+        jar.getParentFile().mkdirs();
+        jar.createNewFile();
         
         final String fn = moduleCodeNameBaseForTest().replace('.', '-') + ".xml";
-        FileUtil.runAtomicAction(new FileSystem.AtomicAction() {
-            public void run() throws IOException {
-                FileObject fo = FileUtil.createData(FileUtil.getConfigRoot(), "Modules/" + fn);
-                OutputStream os = fo.getOutputStream();
-                String cfg = "<?xml version='1.0' encoding='UTF-8'?>\n" +
-                        "<!DOCTYPE module PUBLIC '-//NetBeans//DTD Module Status 1.0//EN' 'http://www.netbeans.org/dtds/module-status-1_0.dtd'>\n" +
-                        "<module name='com.sun.testmodule.cluster'>\n" +
-                        "   <param name='autoload'>false</param>\n" +
-                        "   <param name='eager'>false</param>\n" +
-                        "   <param name='enabled'>false</param>\n" +
-                        "   <param name='jar'>modules/com-sun-testmodule-cluster.jar</param>\n" +
-                        "   <param name='reloadable'>false</param>\n" +
-                        "   <param name='specversion'>1.0</param>\n" +
-                        "</module>\n" +
-                        "\n";
-                os.write(cfg.getBytes("UTF-8"));
-                os.close();
-            }
-        });
+        FileObject fo = FileUtil.getConfigFile("Modules").createData(fn);
+        OutputStream os = fo.getOutputStream();
+        String cfg = "<?xml version='1.0' encoding='UTF-8'?>\n" +
+                "<!DOCTYPE module PUBLIC '-//NetBeans//DTD Module Status 1.0//EN' 'http://www.netbeans.org/dtds/module-status-1_0.dtd'>\n" +
+                "<module name='com.sun.testmodule.cluster'>\n" +
+                "   <param name='autoload'>false</param>\n" +
+                "   <param name='eager'>false</param>\n" +
+                "   <param name='enabled'>false</param>\n" +
+                "   <param name='jar'>modules/com-sun-testmodule-cluster.jar</param>\n" +
+                "   <param name='reloadable'>false</param>\n" +
+                "   <param name='specversion'>1.0</param>\n" +
+                "</module>\n" +
+                "\n";
+        os.write(cfg.getBytes("UTF-8"));
+        os.close();
+        LOG.info("Config file created");
 
         assertNotNull("File exists", FileUtil.getConfigFile("Modules/" + fn));
     }
@@ -107,10 +110,27 @@ public class InstallDisabledModuleTest extends OperationsTestImpl {
         return "com.sun.testmodule.cluster"; //NOI18N
     }
 
-    @RandomlyFails
-    public void testSelf() throws Exception {
+    @RandomlyFails @Override
+    public void testSelf() throws Throwable {
+        LOG.info("testSelf starting");
         UpdateUnit install = UpdateManagerImpl.getInstance().getUpdateUnit(moduleCodeNameBaseForTest());
         assertNotNull("There is an NBM to install", install);
-        installModule(install, null);//fail("OK");
+        LOG.log(Level.INFO, "module install found: {0}", install);
+        Throwable t = null;
+        try {
+            installModule(install, null);//fail("OK");
+        } catch (Throwable ex) {
+            t = ex;
+        }
+        LOG.log(Level.INFO, "Info installModule over with {0}", t);
+        
+        File f = new File(new File(new File(new File(System.getProperty("netbeans.user")), "config"), "Modules"), "com-sun-testmodule-cluster.xml");
+        LOG.log(Level.INFO, "Does {0} exists: {1}", new Object[]{f, f.exists()});
+        File m = new File(new File(new File(getWorkDir(), "test"), "modules"), "com-sun-testmodule-cluster.jar");
+        LOG.log(Level.INFO, "Does {0} exists: {1}", new Object[]{m, m.exists()});
+        if (t != null) {
+            throw t;
+        }
+        assertTrue("Config file created in userdirectory for install of new module: " + f, f.exists());
     }
 }
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/InstallHiddenModuleTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/InstallHiddenModuleTest.java
index e410f40..1274fdd 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/InstallHiddenModuleTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/InstallHiddenModuleTest.java
@@ -45,6 +45,7 @@
 package org.netbeans.modules.autoupdate.services;
 
 import java.io.File;
+import java.util.logging.Level;
 import org.netbeans.api.autoupdate.UpdateUnit;
 import org.netbeans.junit.RandomlyFails;
 
@@ -59,6 +60,11 @@ public class InstallHiddenModuleTest extends OperationsTestImpl {
     }
 
     @Override
+    protected Level logLevel() {
+        return Level.FINE;
+    }
+    
+    @Override
     protected void setUp() throws Exception {
         clearWorkDir();
         super.setUp();        
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/InstallIntoNewClusterTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/InstallIntoNewClusterTest.java
index f488f2a..fcde5cf 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/InstallIntoNewClusterTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/InstallIntoNewClusterTest.java
@@ -46,6 +46,7 @@ package org.netbeans.modules.autoupdate.services;
 
 import java.io.File;
 import java.io.IOException;
+import java.util.logging.Level;
 import org.netbeans.api.autoupdate.UpdateUnit;
 import org.netbeans.junit.RandomlyFails;
 import org.netbeans.spi.autoupdate.AutoupdateClusterCreator;
@@ -61,8 +62,13 @@ public class InstallIntoNewClusterTest extends OperationsTestImpl {
     }
 
     @Override
+    protected Level logLevel() {
+        return Level.FINE;
+    }
+
+    @Override
     protected void setUp() throws Exception {
-        super.setUp();        
+        super.setUp();       
         System.setProperty("netbeans.dirs", getWorkDirPath());
     }
 
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/InstallOSGiBundleTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/InstallOSGiBundleTest.java
index 5e7dd39..d81590e 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/InstallOSGiBundleTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/InstallOSGiBundleTest.java
@@ -51,6 +51,7 @@ import java.util.List;
 import java.util.jar.JarEntry;
 import java.util.jar.JarOutputStream;
 import java.util.jar.Manifest;
+import java.util.logging.Level;
 import org.netbeans.api.autoupdate.InstallSupport;
 import org.netbeans.api.autoupdate.OperationContainer;
 import org.netbeans.api.autoupdate.OperationContainer.OperationInfo;
@@ -80,6 +81,13 @@ public class InstallOSGiBundleTest extends NbTestCase {
         super(testName);
     }
 
+    @Override
+    protected Level logLevel() {
+        return Level.FINE;
+    }
+    
+    
+
     public static class MyProvider extends AutoupdateCatalogProvider {
 
         public MyProvider() {
@@ -131,7 +139,10 @@ public class InstallOSGiBundleTest extends NbTestCase {
         assertNotNull(i);
         Restarter r = null;
         try {
+            Thread.sleep(1000);
             r = support.doInstall(i, null);
+        } catch (InterruptedException ex) {
+            fail("Interrupted: " + ex.getMessage());
         } catch (OperationException ex) {
             if (OperationException.ERROR_TYPE.INSTALL == ex.getErrorType()) {
                 // can ingore
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/JavaDepenenciesTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/JavaDepenenciesTest.java
index 83b1812..3f13068 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/JavaDepenenciesTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/JavaDepenenciesTest.java
@@ -72,6 +72,7 @@ public class JavaDepenenciesTest extends NbmAdvancedTestCase {
     
     @Override
     protected void setUp () throws IOException {
+        System.setProperty("netbeans.user", getWorkDirPath());
         Lookup.getDefault ().lookup (ModuleInfo.class);
         clearWorkDir ();
     }
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NbmExternalTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NbmExternalTest.java
new file mode 100644
index 0000000..0430fe7
--- /dev/null
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NbmExternalTest.java
@@ -0,0 +1,341 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+package org.netbeans.modules.autoupdate.services;
+
+import java.io.File;
+import java.io.FileInputStream;
+import java.io.FileOutputStream;
+import java.io.IOException;
+import java.io.OutputStreamWriter;
+import java.io.PrintWriter;
+import java.net.URL;
+import java.util.ArrayList;
+import java.util.List;
+import java.util.jar.Attributes;
+import java.util.jar.JarOutputStream;
+import java.util.jar.Manifest;
+import java.util.logging.Level;
+import java.util.zip.ZipEntry;
+import org.netbeans.api.autoupdate.InstallSupport;
+import org.netbeans.api.autoupdate.OperationContainer;
+import org.netbeans.api.autoupdate.OperationContainer.OperationInfo;
+import org.netbeans.api.autoupdate.OperationException;
+import org.netbeans.api.autoupdate.OperationSupport.Restarter;
+import org.netbeans.api.autoupdate.TestUtils;
+import org.netbeans.api.autoupdate.UpdateElement;
+import org.netbeans.api.autoupdate.UpdateUnit;
+import org.netbeans.api.autoupdate.UpdateUnitProvider;
+import org.netbeans.api.autoupdate.UpdateUnitProviderFactory;
+import org.netbeans.core.startup.MainLookup;
+import org.netbeans.junit.NbTestCase;
+import org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogProvider;
+import org.netbeans.updater.UpdateTracking;
+import org.openide.filesystems.FileUtil;
+import org.openide.util.Lookup;
+
+public class NbmExternalTest extends NbTestCase {
+
+    protected List<UpdateUnit> keepItNotToGC;
+    private static File catalogFile;
+    private static URL catalogURL;
+    private File tmpDirectory;
+    private List<File> nbms = new ArrayList<File>();
+    private List<String> moduleElements = new ArrayList<String>();
+
+    public NbmExternalTest(String testName) {
+        super(testName);
+    }
+
+    @Override
+    protected Level logLevel() {
+        return Level.FINE;
+    }
+
+    
+    public static class MyProvider extends AutoupdateCatalogProvider {
+
+        public MyProvider() {
+            super("test-updates-provider", "test-updates-provider", catalogURL, UpdateUnitProvider.CATEGORY.STANDARD);
+        }
+    }
+
+    private String getModuleElement(boolean visible, String codeName, String releaseVersion, String implVersion, String moduleName, String distr, String specVersion, String dependency) {
+        String releaseVersionAppendix = ((releaseVersion != null /*&& Integer.parseInt(releaseVersion)!=0*/) ? ("/" + releaseVersion) : "");
+        return "\n<module "
+                + "\n     codenamebase='" + codeName + "' "
+                + "\n     distribution='" + distr + "' "
+                + "\n     downloadsize='0' "
+                + "\n     homepage='' "
+                + "\n     license='AD9FBBC9' "
+                + "\n     moduleauthor='' "
+                + "\n     needsrestart='false' "
+                + "\n     releasedate='2007/01/30'>"
+                + "\n    <manifest "
+                + "\n       AutoUpdate-Show-In-Client='" + visible + "' "
+                + "\n       OpenIDE-Module='" + codeName + releaseVersionAppendix + "'"
+                + "\n       OpenIDE-Module-Implementation-Version='" + (implVersion == null ? "070130" : implVersion) + "' "
+                + "\n       OpenIDE-Module-Java-Dependencies='Java > 1.4' "
+                + "\n       OpenIDE-Module-Name='" + moduleName + "' "
+                + (dependency != null ? " OpenIDE-Module-Module-Dependencies=\"" + dependency.replace(">", ">") + "\" " : "")
+                + "\n       OpenIDE-Module-Requires='org.openide.modules.ModuleFormat1' "
+                + "\n       OpenIDE-Module-Specification-Version='" + specVersion + "'/>"
+                + "\n</module>";
+    }
+
+    private String createInfoXML(boolean visible, String codeName, String releaseVersion, String implVersion, String moduleName, String distr, String specVersion, String dependency) {
+        String moduleElement = getModuleElement(visible, codeName, releaseVersion, implVersion, moduleName, distr, specVersion, dependency);
+
+        moduleElements.add(moduleElement);
+        moduleElements.add("\n    <license name='AD9FBBC9'>[NO LICENSE SPECIFIED]"
+                         + "\n</license>\n");
+        return "<?xml version='1.0' encoding='UTF-8'?>"
+                + "<!DOCTYPE module PUBLIC '-//NetBeans//DTD Autoupdate Module Info 2.5//EN' 'http://www.netbeans.org/dtds/autoupdate-info-2_5.dtd'>"
+                + moduleElement;
+    }
+
+    private void writeCatalog() throws IOException {
+        String res = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
+                + "<!DOCTYPE module_updates PUBLIC \"-//NetBeans//DTD Autoupdate Catalog 2.5//EN\" \"http://www.netbeans.org/dtds/autoupdate-catalog-2_5.dtd\">"
+                + "<module_updates timestamp=\"00/00/19/08/03/2006\">\n";
+        for (String element : moduleElements) {
+            res += element;
+        }
+        res += "</module_updates>\n";
+        if (catalogFile == null) {
+            catalogFile = File.createTempFile("catalog-", ".xml", tmpDirectory);
+            catalogURL = catalogFile.toURI().toURL();
+        }
+        PrintWriter pw = new PrintWriter(new OutputStreamWriter(new FileOutputStream(catalogFile), "UTF-8"));
+        pw.write(res);
+        pw.close();
+    }
+
+    private String getConfigXML(String codeName, String moduleFile, String specVersion) {
+        return "<?xml version='1.0' encoding='UTF-8'?>"
+                + " <!DOCTYPE module PUBLIC '-//NetBeans//DTD Module Status 1.0//EN'"
+                + " 'http://www.netbeans.org/dtds/module-status-1_0.dtd'>"
+                + " <module name='" + codeName + "'>"
+                + " <param name='autoload'>false</param>"
+                + " <param name='eager'>false</param>"
+                + " <param name='enabled'>true</param>"
+                + " <param name='jar'>modules/" + moduleFile + ".jar</param>"
+                + " <param name='reloadable'>false</param>"
+                + " <param name='specversion'>" + specVersion + "</param>"
+                + " </module>";
+    }
+
+    private String getManifest(String codeName, String releaseVersion, String implVersion, String moduleDir, String specVersion, boolean visible, String dependency) {
+        String releaseVersionAppendix = ((releaseVersion != null /*&& Integer.parseInt(releaseVersion)!=0*/) ? ("/" + releaseVersion) : "");
+        return "Manifest-Version: 1.0\n"
+                + "Ant-Version: Apache Ant 1.7.0\n"
+                + "Created-By: 1.6.0-b105 (Sun Microsystems Inc.)\n"
+                + "OpenIDE-Module-Public-Packages: -\n"
+                + "OpenIDE-Module-Java-Dependencies: Java > 1.4\n"
+                + "OpenIDE-Module-Implementation-Version: " + (implVersion == null ? "070130" : implVersion)
+                + "\n"
+                + (dependency != null ? ("OpenIDE-Module-Module-Dependencies: " + dependency + "\n") : "")
+                + "OpenIDE-Module: " + codeName + releaseVersionAppendix
+                + "\n"
+                + "OpenIDE-Module-Localizing-Bundle: " + moduleDir + "Bundle.properties\n"
+                + "OpenIDE-Module-Specification-Version: " + specVersion + "\n"
+                + "OpenIDE-Module-Requires: org.openide.modules.ModuleFormat1\n"
+                + "AutoUpdate-Show-In-Client: " + visible + "\n"
+                + "\n";
+    }
+
+    private File prepareNBM(String codeName, String releaseVersion, String implVersion, String specVersion, boolean visible, String dependency) throws Exception {
+        String moduleName = codeName.substring(codeName.lastIndexOf(".") + 1);
+        String moduleFile = codeName.replace(".", "-");
+        String moduleDir = codeName.replace(".", "/") + "/";
+        File nbm = File.createTempFile(moduleFile + "-", ".nbm", tmpDirectory);
+
+        final String MODULE_NAME_PROP = "OpenIDE-Module-Name";
+
+        File jar = new File(tmpDirectory, "x.jar");
+        jar.getParentFile().mkdirs();
+        JarOutputStream jos = new JarOutputStream(new FileOutputStream(jar));
+        int idx = moduleDir.indexOf("/");
+        while (idx != -1) {
+            jos.putNextEntry(new ZipEntry(moduleDir.substring(0, idx + 1)));
+            idx = moduleDir.indexOf("/", idx + 1);
+        }
+
+        jos.putNextEntry(new ZipEntry(moduleDir + "Bundle.properties"));
+        jos.write(new String(MODULE_NAME_PROP + "=" + moduleName).getBytes("UTF-8"));
+        jos.putNextEntry(new ZipEntry("META-INF/"));
+        jos.putNextEntry(new ZipEntry("META-INF/manifest.mf"));
+        jos.write(getManifest(codeName, releaseVersion, implVersion, moduleDir, specVersion, visible, dependency).getBytes("UTF-8"));
+        jos.close();
+        File ext = new File(jar.getParentFile(), jar.getName() + ".external");
+        FileOutputStream os = new FileOutputStream(ext);
+        os.write(("CRC: " + UpdateTracking.getFileCRC(jar) + "\n").getBytes());
+        os.write(("URL: " + jar.toURI().toString() + "\n").getBytes());
+        os.close();
+
+        Manifest mf = new Manifest();
+        mf.getMainAttributes().put(Attributes.Name.MANIFEST_VERSION, "1.0");
+
+
+        jos = new JarOutputStream(new FileOutputStream(nbm), mf);
+        jos.putNextEntry(new ZipEntry("Info/"));
+        jos.putNextEntry(new ZipEntry("Info/info.xml"));
+        jos.write(createInfoXML(visible, codeName, releaseVersion, implVersion, moduleName, nbm.toURI().toURL().toString(), specVersion, dependency).getBytes("UTF-8"));
+
+        jos.putNextEntry(new ZipEntry("netbeans/"));
+        jos.putNextEntry(new ZipEntry("netbeans/modules/"));
+        jos.putNextEntry(new ZipEntry("netbeans/config/"));
+        jos.putNextEntry(new ZipEntry("netbeans/config/Modules/"));
+        jos.putNextEntry(new ZipEntry("netbeans/config/Modules/" + moduleFile + ".xml"));
+
+        jos.write(getConfigXML(codeName, moduleFile, specVersion).getBytes("UTF-8"));
+
+
+        jos.putNextEntry(new ZipEntry("netbeans/modules/" + moduleFile + ".jar.external"));
+
+        FileInputStream fis = new FileInputStream(ext);
+        FileUtil.copy(fis, jos);
+        fis.close();
+        ext.delete();
+        jos.close();
+        nbms.add(nbm);
+
+        return nbm;
+    }
+
+    protected void setUp() throws Exception {
+        super.setUp();
+        this.clearWorkDir();
+        tmpDirectory = new File(getWorkDirPath(), "tmp");
+        tmpDirectory.mkdirs();
+
+        writeCatalog();
+
+        TestUtils.setUserDir(getWorkDirPath());
+        TestUtils.testInit();
+
+        MainLookup.register(new MyProvider());
+        assert Lookup.getDefault().lookup(MyProvider.class) != null;
+        UpdateUnitProviderFactory.getDefault().refreshProviders(null, true);
+    }
+
+    private void doInstall(OperationContainer<InstallSupport> installContainer) throws OperationException {
+        InstallSupport support = installContainer.getSupport();
+        assertNotNull(support);
+
+        InstallSupport.Validator v = support.doDownload(null, false);
+        assertNotNull(v);
+        InstallSupport.Installer i = support.doValidate(v, null);
+        assertNotNull(i);
+        Restarter r = null;
+        try {
+            r = support.doInstall(i, null);
+        } catch (OperationException ex) {
+            if (OperationException.ERROR_TYPE.INSTALL == ex.getErrorType()) {
+                // can ingore
+                // module system cannot load the module either
+            } else {
+                fail(ex.toString());
+            }
+        }
+        assertNull("Installing new element require restarting though it should not", r);
+    }
+
+    public void testNbmWithExternal() throws Exception {
+        String moduleCNB = "org.netbeans.modules.mymodule";
+        String moduleReleaseVersion = "1";
+        String moduleImplVersion = "2";
+        String moduleSpecVersion = "1.0";
+
+        prepareNBM(moduleCNB, moduleReleaseVersion, moduleImplVersion, moduleSpecVersion, false, null);
+
+        writeCatalog();
+        UpdateUnitProviderFactory.getDefault().refreshProviders(null, true);
+        OperationContainer<InstallSupport> installContainer = OperationContainer.createForInstall();
+        UpdateUnit moduleUnit = getUpdateUnit(moduleCNB);
+        assertNull("cannot be installed", moduleUnit.getInstalled());
+        UpdateElement moduleElement = getAvailableUpdate(moduleUnit, 0);
+        assertEquals(moduleElement.getSpecificationVersion(), moduleSpecVersion);
+        OperationInfo<InstallSupport> independentInfo = installContainer.add(moduleElement);
+        assertNotNull(independentInfo);
+        doInstall(installContainer);
+        
+        File module = new File(new File(getWorkDir(), "modules"), "org-netbeans-modules-mymodule.jar");
+        assertTrue("module file exists", module.exists());
+        assertTrue("module was not installed from NBM external", moduleUnit.getInstalled() != null);
+        File ext = new File(new File(getWorkDir(), "modules"), "org-netbeans-modules-mymodule.jar.external");
+        assertFalse("Ext file is not written", ext.exists());
+        File utf = new File(new File(getWorkDir(), "update_tracking"), "org-netbeans-modules-mymodule.xml");
+        assertTrue("Update tracking exists", utf.exists());
+        String content;
+        {
+            byte[] arr = new byte[(int)utf.length()];
+            FileInputStream is = new FileInputStream(utf);
+            is.read(arr);
+            is.close();
+            content = new String(arr);
+        }
+        if (!content.contains("\"modules/org-netbeans-modules-mymodule.jar\"")) {
+            fail("Wrong content:\n" + content);
+        }
+        if (content.contains("\"modules/org-netbeans-modules-mymodule.jar.external\"")) {
+            fail("Wrong content:\n" + content);
+        }
+        if (!content.contains("crc=\"" + UpdateTracking.getFileCRC(module) + "\"")) {
+            fail("Wrong content:\n" + content);
+        }
+    }
+
+    
+
+    public UpdateUnit getUpdateUnit(String codeNameBase) {
+        UpdateUnit uu = UpdateManagerImpl.getInstance().getUpdateUnit(codeNameBase);
+        assertNotNull(uu);
+        return uu;
+    }
+
+    public UpdateElement getAvailableUpdate(UpdateUnit updateUnit, int idx) {
+        List<UpdateElement> available = updateUnit.getAvailableUpdates();
+        assertTrue(available.size() > idx);
+        return available.get(idx);
+
+    }
+}
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NbmPack200Test.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NbmPack200Test.java
index a3b06c9..dfcf74e 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NbmPack200Test.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NbmPack200Test.java
@@ -56,6 +56,7 @@ import java.util.jar.JarFile;
 import java.util.jar.JarOutputStream;
 import java.util.jar.Manifest;
 import java.util.jar.Pack200;
+import java.util.logging.Level;
 import java.util.zip.GZIPOutputStream;
 import java.util.zip.ZipEntry;
 import org.netbeans.api.autoupdate.InstallSupport;
@@ -92,6 +93,12 @@ public class NbmPack200Test extends NbTestCase {
         super(testName);
     }
 
+    @Override
+    protected Level logLevel() {
+        return Level.FINE;
+    }
+
+    
     public static class MyProvider extends AutoupdateCatalogProvider {
 
         public MyProvider() {
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NbmsInDownloadedTabTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NbmsInDownloadedTabTest.java
index fec67aa..5d5215f 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NbmsInDownloadedTabTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NbmsInDownloadedTabTest.java
@@ -70,20 +70,20 @@ public class NbmsInDownloadedTabTest extends NbmAdvancedTestCase {
         super(testName);
     }
     
-    public void testNbmDependsOnLowerVersion () {
+    public void testNbmDependsOnLowerVersion () throws IOException {
         URL higherEngineURL = TestUtils.class.getResource ("data/org-yourorghere-engine-1-2.nbm");
         assertNotNull ("URL data/org-yourorghere-engine-1-2.nbm exits", higherEngineURL);
-        File higherEngineNbm = new File (higherEngineURL.getFile ());
+        File higherEngineNbm = TestUtils.getFile(this, higherEngineURL);
         assertTrue ("File data/org-yourorghere-engine-1-2.nbm exits.", higherEngineNbm.exists ());
         
         URL dependingURL = TestUtils.class.getResource ("data/org-yourorghere-depending.nbm");
         assertNotNull ("URL data/org-yourorghere-depending.nbm exits", higherEngineURL);
-        File dependingNbm = new File (dependingURL.getFile ());
+        File dependingNbm = TestUtils.getFile(this, dependingURL);
         assertTrue ("File data/org-yourorghere-depending.nbm exits.", dependingNbm.exists ());
         
         URL independentURL = TestUtils.class.getResource ("data/org-yourorghere-independent-1-1.nbm");
         assertNotNull ("URL data/org-yourorghere-independent-1-1.nbm exits", independentURL);
-        File independentNbm = new File (independentURL.getFile ());
+        File independentNbm = TestUtils.getFile(this, independentURL);
         assertTrue ("File data/org-yourorghere-independent-1-1.nbm exits.", independentNbm.exists ());
         
         List<UpdateUnit> units =  UpdateUnitProviderFactory.getDefault ().create (
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/OperationsTestImpl.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/OperationsTestImpl.java
index b075957..8758ae4 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/OperationsTestImpl.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/OperationsTestImpl.java
@@ -44,6 +44,7 @@
 
 package org.netbeans.modules.autoupdate.services;
 
+import java.util.logging.Level;
 import org.netbeans.modules.autoupdate.updateprovider.InstalledModuleProvider;
 import java.io.File;
 import java.util.Arrays;
@@ -58,10 +59,12 @@ import org.netbeans.api.autoupdate.OperationSupport;
 import org.netbeans.api.autoupdate.UpdateElement;
 import org.netbeans.api.autoupdate.UpdateManager;
 import org.netbeans.api.autoupdate.UpdateUnit;
+import org.openide.filesystems.FileAttributeEvent;
 import org.openide.filesystems.FileChangeAdapter;
 import org.openide.filesystems.FileChangeListener;
 import org.openide.filesystems.FileEvent;
 import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileRenameEvent;
 import org.openide.filesystems.FileUtil;
 import org.openide.modules.ModuleInfo;
 
@@ -94,6 +97,7 @@ public abstract class OperationsTestImpl extends DefaultTestCase {
                 fileChanges[0] = true;
                 fileChangeThreads[0] = Thread.currentThread ();
                 exceptions[0] = new Exception ();
+                LOG.log(Level.INFO, "fileDataCreated {0}", fe.getFile());
             }
 
             @Override
@@ -101,6 +105,7 @@ public abstract class OperationsTestImpl extends DefaultTestCase {
                 fileChanges[2] = true;
                 fileChangeThreads[2] = Thread.currentThread ();
                 exceptions[2] = new Exception ();
+                LOG.log(Level.INFO, "fileChanged {0}", fe.getFile());
             }
 
             
@@ -109,7 +114,25 @@ public abstract class OperationsTestImpl extends DefaultTestCase {
                 fileChanges[1] = true;
                 fileChangeThreads[1] = Thread.currentThread ();
                 exceptions[1] = new Exception ();
+                LOG.log(Level.INFO, "fileDeleted {0}", fe.getFile());
             }
+
+            @Override
+            public void fileRenamed(FileRenameEvent fe) {
+                LOG.log(Level.INFO, "fileRenamed {0}", fe.getFile());
+            }
+
+            @Override
+            public void fileFolderCreated(FileEvent fe) {
+                LOG.log(Level.INFO, "fileFolderCreated {0}", fe.getFile());
+            }
+
+            @Override
+            public void fileAttributeChanged(FileAttributeEvent fe) {
+                LOG.log(Level.INFO, "fileAttributeChanged {0}", fe.getFile());
+            }
+            
+            
         };
         modulesRoot.addFileChangeListener (fca);
         modulesRoot.getChildren();
@@ -127,7 +150,7 @@ public abstract class OperationsTestImpl extends DefaultTestCase {
         super (testName);
     }
     
-    public abstract void testSelf () throws Exception;
+    public abstract void testSelf () throws Throwable;
     
     //    static List<UpdateUnit> getUpdateUnits() {
     //        UpdateManager mgr = UpdateManager.getDefault();
@@ -176,11 +199,14 @@ public abstract class OperationsTestImpl extends DefaultTestCase {
         fileChanges = new Boolean[]{false, false, false};
         installElement = (installElement != null) ? installElement : toInstall.getAvailableUpdates ().get (0);
         File f = InstallManager.findTargetDirectory(installElement.getUpdateUnit ().getInstalled (), Trampoline.API.impl(installElement),false);
-        File configModules = new File (f, "config/Modules");
+        File configModules = new File(new File (f, "config"), "Modules");
         File modules = new File (f, "modules");
         int configModulesSize = (configModules.listFiles () != null) ? configModules.listFiles ().length : 0;
         int modulesSize = (modules.listFiles () != null) ? modules.listFiles ().length : 0;
         assertFalse (fileChanges[0]);
+        
+        Thread.sleep(1000);
+        
         FileObject foConfigModules = FileUtil.getConfigFile("Modules");
         assertNotNull (foConfigModules);
         int foConfigModulesSize = foConfigModules.getChildren ().length;
@@ -256,9 +282,9 @@ public abstract class OperationsTestImpl extends DefaultTestCase {
         assertNotNull (toInstall.getInstalled ());
         
         if (r == null) {
-            assertTrue ("Config module files are more than before Install test, " + Arrays.asList (configModules.listFiles ()), configModules.listFiles ().length > configModulesSize);
-            assertTrue ("Installed modules are more than before Install test, " + Arrays.asList (modules.listFiles ()), modules.listFiles ().length > modulesSize);
             if (incrementNumberOfModuleConfigFiles()) {
+                assertTrue ("Config module files are more than before Install test, " + Arrays.asList (configModules.listFiles ()), configModules.listFiles ().length > configModulesSize);
+                assertTrue ("Installed modules are more than before Install test, " + Arrays.asList (modules.listFiles ()), modules.listFiles ().length > modulesSize);
                 assertTrue (foConfigModules.getPath (), foConfigModules.getChildren ().length > foConfigModulesSize);
                 assertEquals (configModules.listFiles ()[0], FileUtil.toFile (foConfigModules.getChildren ()[0]));
             }
@@ -266,7 +292,8 @@ public abstract class OperationsTestImpl extends DefaultTestCase {
             if (incrementNumberOfModuleConfigFiles()) {
                 assertTrue (fileChanges[0]);
             } else {
-                assertTrue(fileChanges[2]);
+                assertFalse("Don't expect any changes", fileChanges[2]);
+                return installElement;
             }
             fileChanges[0]=false;
         }
@@ -298,7 +325,7 @@ public abstract class OperationsTestImpl extends DefaultTestCase {
         return installElement;
     }
     
-    private void assertInstalledModule (UpdateUnit toInstallUnit) throws InterruptedException {
+    void assertInstalledModule (UpdateUnit toInstallUnit) throws InterruptedException {
         ModuleInfo info = getModuleInfos ().get (toInstallUnit.getCodeName ());
         assertNotNull (info);
         int timeout = 250;
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateDisabledModuleTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateDisabledModuleTest.java
new file mode 100644
index 0000000..00597bf
--- /dev/null
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateDisabledModuleTest.java
@@ -0,0 +1,242 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.netbeans.modules.autoupdate.services;
+
+import java.io.File;
+import java.io.FileNotFoundException;
+import java.io.FileOutputStream;
+import java.io.IOException;
+import java.io.OutputStream;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.jar.JarOutputStream;
+import java.util.jar.Manifest;
+import java.util.logging.Level;
+import org.netbeans.api.autoupdate.DefaultTestCase;
+import org.netbeans.api.autoupdate.InstallSupport;
+import org.netbeans.api.autoupdate.InstallSupport.Installer;
+import org.netbeans.api.autoupdate.InstallSupport.Validator;
+import org.netbeans.api.autoupdate.OperationContainer;
+import org.netbeans.api.autoupdate.OperationSupport.Restarter;
+import org.netbeans.api.autoupdate.UpdateUnit;
+import org.netbeans.api.autoupdate.UpdateUnitProvider.CATEGORY;
+import org.netbeans.junit.MockServices;
+import org.netbeans.junit.NbTestCase;
+import org.netbeans.spi.autoupdate.UpdateItem;
+import org.netbeans.spi.autoupdate.UpdateLicense;
+import org.netbeans.spi.autoupdate.UpdateProvider;
+import org.netbeans.updater.UpdaterInternal;
+import org.openide.filesystems.FileUtil;
+import org.openide.modules.ModuleInfo;
+import org.openide.util.Lookup;
+
+/**
+ *
+ * @author Jaroslav Tulach
+ */
+public class UpdateDisabledModuleTest extends NbTestCase {
+    static Manifest man;
+    private File ud;
+
+    public UpdateDisabledModuleTest(String testName) {
+        super(testName);
+    }
+
+    @Override
+    protected Level logLevel() {
+        return Level.FINE;
+    }
+
+    @Override
+    protected void setUp() throws Exception {
+        clearWorkDir();
+
+        man = new Manifest ();
+        man.getMainAttributes ().putValue ("Manifest-Version", "1.0");
+        man.getMainAttributes ().putValue ("OpenIDE-Module", "com.sun.testmodule.cluster");
+        man.getMainAttributes ().putValue ("OpenIDE-Module-Public-Packages", "-");
+        
+        ud = new File(getWorkDir(), "ud");
+        System.setProperty("netbeans.user", ud.getPath());
+        new File(ud, "config").mkdirs();
+        
+        final File install = new File(getWorkDir(), "install");
+        File platform = new File(install, "platform");
+        System.setProperty("netbeans.home", platform.getPath());
+        new File(platform, "config").mkdirs();
+        
+        File middle = new File(install, "middle");
+        File last = new File(install, "last");
+        System.setProperty("netbeans.dirs", middle.getPath() + File.pathSeparator + last.getPath());
+        
+        final String fn = moduleCodeNameBaseForTest().replace('.', '-') + ".xml";
+        File conf = new File(new File(new File(middle, "config"), "Modules"), fn);
+        conf.getParentFile().mkdirs();
+        writeConfXML(conf, false);
+
+        final File jar = new File(new File(last, "modules"), "com-sun-testmodule-cluster.jar");
+        jar.getParentFile().mkdirs();
+        JarOutputStream os = new JarOutputStream(new FileOutputStream(jar), man);
+        os.close();
+
+        File real = new File(new File(new File(last, "config"), "Modules"), fn);
+        real.getParentFile().mkdirs();
+        writeConfXML(real, true);
+        
+        FileUtil.getConfigRoot().getFileSystem().refresh(true);
+        
+        File ut = new File(new File(last, "update_tracking"), fn);
+        ut.getParentFile().mkdirs();
+        OutputStream utos = new FileOutputStream(ut);
+        String utcfg = "<?xml version='1.0' encoding='UTF-8'?>\n" +
+"<module codename=\"com.sun.testmodule.cluster\">\n" +
+"    <module_version install_time=\"1280356738644\" last=\"true\" origin=\"installer\" specification_version=\"0.99\">\n" +
+"        <file crc=\"3486416273\" name=\"config/Modules/com-sun-testmodule-cluster.xml\"/>\n" +
+"        <file crc=\"3486416273\" name=\"modules/com-sun-testmodule-cluster.jar\"/>\n" +
+"    </module_version>\n" +
+"</module>\n";
+        utos.write(utcfg.getBytes("UTF-8"));
+        utos.close();
+        
+        StringBuilder msg = new StringBuilder();
+        for (ModuleInfo mi : Lookup.getDefault().lookupAll(ModuleInfo.class)) {
+            msg.append(mi.getCodeNameBase()).append("\n");
+            if (mi.getCodeNameBase().equals("com.sun.testmodule.cluster")) {
+                assertFalse("Disabled", mi.isEnabled());
+                return;
+            }
+        }
+        fail("No com.sun.testmodule.cluster module found:\n" + msg);
+    }
+
+    private void writeConfXML(File conf, boolean enabled) throws FileNotFoundException, IOException {
+        OutputStream os = new FileOutputStream(conf);
+        String cfg = "<?xml version='1.0' encoding='UTF-8'?>\n" +
+                "<!DOCTYPE module PUBLIC '-//NetBeans//DTD Module Status 1.0//EN' 'http://www.netbeans.org/dtds/module-status-1_0.dtd'>\n" +
+                "<module name='com.sun.testmodule.cluster'>\n" +
+                "   <param name='autoload'>false</param>\n" +
+                "   <param name='eager'>false</param>\n" +
+                "   <param name='enabled'>" + enabled + "</param>\n" +
+                "   <param name='jar'>modules/com-sun-testmodule-cluster.jar</param>\n" +
+                "   <param name='reloadable'>false</param>\n" +
+                "   <param name='specversion'>1.0</param>\n" +
+                "</module>\n" +
+                "\n";
+        os.write(cfg.getBytes("UTF-8"));
+        os.close();
+    }
+
+    String moduleCodeNameBaseForTest() {
+        return "com.sun.testmodule.cluster"; //NOI18N
+    }
+
+    public void testSelf() throws Exception {
+        File f = new File(new File(new File(ud, "config"), "Modules"), "com-sun-testmodule-cluster.xml");
+        f.delete();
+        
+        assertFalse("No Config file before: " + f, f.exists());
+        
+        MockServices.setServices(UP.class);
+        UpdateUnit update = UpdateManagerImpl.getInstance().getUpdateUnit(moduleCodeNameBaseForTest());
+        
+        assertNotNull("There is an NBM to update", update);
+        OperationContainer<InstallSupport> oc = OperationContainer.createForUpdate();
+        oc.add(update, update.getAvailableUpdates().get(0));
+        final InstallSupport support = oc.getSupport();
+        Validator down = support.doDownload(null, true);
+        Installer inst = support.doValidate(down, null);
+        Restarter res = support.doInstall(inst, null);
+        System.setProperty("netbeans.close.no.exit", "true");
+        support.doRestart(res, null);
+        UpdaterInternal.update(null, null, null);
+
+        assertFalse("No Config file created in for upgrade: " + f, f.exists());
+    }
+    
+    public static final class UP implements UpdateProvider {
+
+        @Override
+        public String getName() {
+            return "test";
+        }
+
+        @Override
+        public String getDisplayName() {
+            return "test view";
+        }
+
+        @Override
+        public String getDescription() {
+            return "none";
+        }
+
+        @Override
+        public CATEGORY getCategory() {
+            return CATEGORY.STANDARD;
+        }
+
+        @Override
+        public Map<String, UpdateItem> getUpdateItems() throws IOException {
+            Map<String, UpdateItem> m = new HashMap<String, UpdateItem>();
+            m.put("com.sun.testmodule.cluster", UpdateItem.createModule(
+                "com.sun.testmodule.cluster", "1.0", 
+                DefaultTestCase.class.getResource("data/com-sun-testmodule-cluster.nbm"), 
+                "jarda", "4000", "http://netbeans.de", 
+                "2010/10/27", 
+                "OK", 
+                man, Boolean.TRUE, Boolean.FALSE, Boolean.TRUE, Boolean.TRUE, 
+                "platform", 
+                UpdateLicense.createUpdateLicense("CDDL", "Free to use")
+            ));
+            return m;
+        }
+
+        @Override
+        public boolean refresh(boolean force) throws IOException {
+            return true;
+        }
+        
+    }
+}
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateFromNbmTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateFromNbmTest.java
index f5d024b..8a9a1b6 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateFromNbmTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateFromNbmTest.java
@@ -47,6 +47,7 @@ package org.netbeans.modules.autoupdate.services;
 import java.io.File;
 import java.net.URL;
 import java.util.List;
+import java.util.Set;
 import org.netbeans.api.autoupdate.InstallSupport;
 import org.netbeans.api.autoupdate.OperationContainer;
 import org.netbeans.api.autoupdate.OperationException;
@@ -87,12 +88,12 @@ public class UpdateFromNbmTest extends OperationsTestImpl {
         MockServices.setServices(MyProvider.class, CustomItemsProvider.class);
         URL engineURL = TestUtils.class.getResource("data/org-yourorghere-engine-1-2.nbm");
         assertNotNull(engineURL);
-        File engineFile = new File(engineURL.getFile());
+        File engineFile = TestUtils.getFile(this, engineURL);
         assertTrue(engineFile.exists());
         
         URL independentURL = TestUtils.class.getResource("data/org-yourorghere-independent-1-1.nbm");
         assertNotNull(independentURL);
-        File independentFile = new File(independentURL.getFile());
+        File independentFile = TestUtils.getFile(this, independentURL);
         assertTrue(independentFile.exists());
         
         String source = "local-downloaded";
@@ -114,8 +115,9 @@ public class UpdateFromNbmTest extends OperationsTestImpl {
         OperationContainer<InstallSupport> oc =  OperationContainer.createForUpdate();
         OperationContainer.OperationInfo info = oc.add(nbmsEngine, engine1_2);
         assertNotNull(info);
-        assertEquals(1, info.getBrokenDependencies().size());
-        String brokenDep = (String)info.getBrokenDependencies().toArray()[0];
+        final Set brokeDeps = info.getBrokenDependencies();
+        assertEquals("One broken dep: " + brokeDeps, 1, brokeDeps.size());
+        String brokenDep = (String)brokeDeps.toArray()[0];
         assertEquals("module org.yourorghere.independent > 1.1",brokenDep);
         assertEquals(0, info.getRequiredElements().size());
         UpdateUnit independentEngine =  null;
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateUnitFactoryTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateUnitFactoryTest.java
index 1823482..e810bf0 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateUnitFactoryTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateUnitFactoryTest.java
@@ -100,7 +100,7 @@ public class UpdateUnitFactoryTest extends NbTestCase {
         
         Map<String, UpdateUnit> newImpls = UpdateUnitFactory.getDefault ().appendUpdateItems (
                 unitImpls,
-                InstalledModuleProvider.getDefault ());
+                InstalledModuleProvider.getDefault());
         assertNotNull ("Some units found.", newImpls);
         assertFalse ("Some units found.", newImpls.isEmpty ());
         
@@ -168,7 +168,7 @@ public class UpdateUnitFactoryTest extends NbTestCase {
         Map<String, UpdateUnit> unitImpls = new HashMap<String, UpdateUnit> ();
         Map<String, UpdateUnit> installedImpls = UpdateUnitFactory.getDefault ().appendUpdateItems (
                 unitImpls,
-                InstalledModuleProvider.getDefault ());
+                InstalledModuleProvider.getDefault());
         Map<String, UpdateUnit> updatedImpls = UpdateUnitFactory.getDefault ().appendUpdateItems (
                 installedImpls, p);
         boolean isInstalledAndHasUpdates = false;
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateUnitProviderImplTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateUnitProviderImplTest.java
index f6694f6..9dda8ca 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateUnitProviderImplTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateUnitProviderImplTest.java
@@ -170,7 +170,10 @@ public class UpdateUnitProviderImplTest extends NbTestCase {
         String displayName = "2nd Update Provider";
         URL url = URL_TO_TEST_CATALOG;
         
-        UpdateUnitProvider newProvider = UpdateUnitProviderImpl.createUpdateUnitProvider(codeName, displayName, url, CATEGORY.COMMUNITY);
+        UpdateUnitProvider newProvider = UpdateUnitProviderImpl.createUpdateUnitProvider(
+            codeName, displayName, url, 
+            ProviderCategory.forValue(CATEGORY.COMMUNITY)
+        );
         assertNotNull(codeName + " provider found.", newProvider);
         
         result = UpdateUnitProviderImpl.getUpdateUnitProviders(false);
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateUnitWithOsFactoryTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateUnitWithOsFactoryTest.java
index 08bcec8..21fc8d9 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateUnitWithOsFactoryTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateUnitWithOsFactoryTest.java
@@ -69,6 +69,7 @@ public class UpdateUnitWithOsFactoryTest extends NbmAdvancedTestCase {
     
     @Override
     protected void setUp () throws IOException {
+        System.setProperty("netbeans.user", getWorkDirPath());
         Lookup.getDefault ().lookup (ModuleInfo.class);
         clearWorkDir ();
     }
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogFactoryTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogFactoryTest.java
deleted file mode 100644
index 1916fe5..0000000
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogFactoryTest.java
+++ /dev/null
@@ -1,68 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- * Contributor(s):
- *
- * Portions Copyrighted 2010 Sun Microsystems, Inc.
- */
-
-package org.netbeans.modules.autoupdate.updateprovider;
-
-import java.net.URL;
-import org.netbeans.junit.NbTestCase;
-import org.netbeans.spi.autoupdate.UpdateProvider;
-import org.openide.filesystems.FileObject;
-import org.openide.filesystems.FileUtil;
-
-public class AutoupdateCatalogFactoryTest extends NbTestCase {
-
-    public AutoupdateCatalogFactoryTest(String n) {
-        super(n);
-    }
-
-    public void testCreateUpdateProvider() throws Exception {
-        FileObject f = FileUtil.getConfigRoot().createData("whatever.instance");
-        f.setAttribute("url", "file:/wherever.xml");
-        f.setAttribute("displayName", "Whatever");
-        UpdateProvider up = AutoupdateCatalogFactory.createUpdateProvider(f);
-        assertEquals("whatever", up.getName());
-        assertEquals("Whatever", up.getDisplayName());
-        assertEquals(AutoupdateCatalogProvider.class, up.getClass());
-        assertEquals(new URL("file:/wherever.xml"), ((AutoupdateCatalogProvider) up).getUpdateCenterURL());
-    }
-
-}
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogParserTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogParserTest.java
index 1b0a031..a09e439 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogParserTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogParserTest.java
@@ -44,8 +44,10 @@
 
 package org.netbeans.modules.autoupdate.updateprovider;
 
+import java.io.IOException;
 import java.net.URISyntaxException;
 import java.net.URL;
+import java.net.URLStreamHandlerFactory;
 import java.util.Map;
 import org.netbeans.api.autoupdate.UpdateUnitProvider;
 import org.netbeans.api.autoupdate.UpdateUnitProviderFactory;
@@ -54,12 +56,16 @@ import org.netbeans.modules.autoupdate.services.Trampoline;
 import org.netbeans.modules.autoupdate.services.UpdateUnitProviderImpl;
 import org.netbeans.modules.autoupdate.services.Utilities;
 import org.netbeans.spi.autoupdate.UpdateItem;
+import org.openide.util.Lookup;
 
 /**
  *
  * @author Jiri Rechtacek
  */
 public class AutoupdateCatalogParserTest extends NbTestCase {
+    static {
+        URL.setURLStreamHandlerFactory(Lookup.getDefault().lookup(URLStreamHandlerFactory.class));
+    }
     
     public AutoupdateCatalogParserTest (String testName) {
         super (testName);
@@ -71,6 +77,7 @@ public class AutoupdateCatalogParserTest extends NbTestCase {
 
     @Override
     protected void setUp () throws Exception {
+        System.setProperty("netbeans.user", getWorkDirPath());
         URL_TO_TEST_CATALOG = AutoupdateCatalogParserTest.class.getResource ("data/catalog.xml");
         updateItems = AutoupdateCatalogParser.getUpdateItems (URL_TO_TEST_CATALOG, null);
     }
@@ -138,7 +145,7 @@ public class AutoupdateCatalogParserTest extends NbTestCase {
         assertEquals ("org.netbeans.test.eager is in Base IDE category", "Base IDE", mi.getCategory ());
     }
     
-    public void testCatalogNotification () {
+    public void testCatalogNotification () throws IOException {
         UpdateUnitProvider p = UpdateUnitProviderFactory.getDefault ().create ("test-provider", "test-provider", URL_TO_TEST_CATALOG);
         UpdateUnitProviderImpl i = Trampoline.API.impl (p);
         AutoupdateCatalogParser.getUpdateItems (URL_TO_TEST_CATALOG, (AutoupdateCatalogProvider) i.getUpdateProvider ());
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogProviderTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogProviderTest.java
new file mode 100644
index 0000000..5265ad5
--- /dev/null
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/updateprovider/AutoupdateCatalogProviderTest.java
@@ -0,0 +1,78 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2011 Sun Microsystems, Inc.
+ */
+package org.netbeans.modules.autoupdate.updateprovider;
+
+import java.io.IOException;
+import java.net.URL;
+import java.util.Map;
+import org.netbeans.junit.NbTestCase;
+import org.netbeans.spi.autoupdate.UpdateItem;
+
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+public class AutoupdateCatalogProviderTest extends NbTestCase {
+    
+    public AutoupdateCatalogProviderTest(String n) {
+        super(n);
+    }
+
+    @Override
+    protected void setUp() throws Exception {
+        System.setProperty("netbeans.user", getWorkDirPath());
+    }
+
+    public void testParseWrongXML() throws IOException {
+        URL u = getClass().getResource("malformed.xml");
+        AutoupdateCatalogProvider acp = new AutoupdateCatalogProvider("broken", "really broken", u);
+        acp.refresh(true);
+        
+        try {
+            Map<String, UpdateItem> res = acp.getUpdateItems();
+            fail("Parsing shall yield I/O exception: " + res);
+        } catch (IOException ex) {
+            // OK
+        }
+    }
+}
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/updateprovider/malformed.xml b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/updateprovider/malformed.xml
new file mode 100644
index 0000000..73f2f4b
--- /dev/null
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/updateprovider/malformed.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<methodCall>
+<methodName>mt.supportedMethods</methodName>
+<params/>
+</methodCall>
\ No newline at end of file
diff --git a/autoupdate.services/test/unit/src/org/netbeans/spi/autoupdate/CustomUpdateProviderTest.java b/autoupdate.services/test/unit/src/org/netbeans/spi/autoupdate/CustomUpdateProviderTest.java
index ededda8..09b3a4e 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/spi/autoupdate/CustomUpdateProviderTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/spi/autoupdate/CustomUpdateProviderTest.java
@@ -59,6 +59,8 @@ public class CustomUpdateProviderTest extends NbTestCase {
     
     @Override
     public void setUp () throws Exception {
+        System.setProperty("netbeans.user", getWorkDirPath());
+        clearWorkDir();
     }
 
     @Override
diff --git a/autoupdate.services/test/unit/src/org/netbeans/spi/autoupdate/UpdateItemTest.java b/autoupdate.services/test/unit/src/org/netbeans/spi/autoupdate/UpdateItemTest.java
index e6f742f..fe50fa6 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/spi/autoupdate/UpdateItemTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/spi/autoupdate/UpdateItemTest.java
@@ -50,7 +50,6 @@ import java.net.URISyntaxException;
 import java.net.URL;
 import java.text.ParseException;
 import java.util.Arrays;
-import java.util.Arrays;
 import java.util.Date;
 import java.util.LinkedHashSet;
 import java.util.Locale;
@@ -72,9 +71,13 @@ public class UpdateItemTest extends NbTestCase {
         super (testName);
     }
     
+    @Override
     public void setUp () throws Exception {
+        System.setProperty("netbeans.user", getWorkDirPath());
+        clearWorkDir();
     }
 
+    @Override
     public void tearDown () throws Exception {
     }
 
diff --git a/autoupdate.services/test/unit/src/org/netbeans/updater/UpdateTrackingTest.java b/autoupdate.services/test/unit/src/org/netbeans/updater/UpdateTrackingTest.java
index 6405e26..bbe6fed 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/updater/UpdateTrackingTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/updater/UpdateTrackingTest.java
@@ -43,8 +43,11 @@
 package org.netbeans.updater;
 
 import java.io.File;
+import java.io.FileNotFoundException;
 import java.io.FileOutputStream;
 import java.io.IOException;
+import java.io.OutputStream;
+import java.util.Collection;
 import org.netbeans.junit.NbTestCase;
 import org.netbeans.updater.UpdateTracking.Module;
 import org.netbeans.updater.UpdateTracking.Version;
@@ -89,7 +92,8 @@ public class UpdateTrackingTest extends NbTestCase {
 
 
     public void testUpdateTrackingWithFilesInRootOfCluster() throws IOException {
-        UpdateTracking ut = UpdateTracking.getTracking(getWorkDir(), true);
+        MockContext context = new MockContext();
+        UpdateTracking ut = UpdateTracking.getTracking(getWorkDir(), true, context);
         assertNotNull("tracking created", ut);
         assertTrue("Installed", ut.isModuleInstalled("my.test"));
         Module m = ut.readModuleTracking("my.test", true);
@@ -102,4 +106,48 @@ public class UpdateTrackingTest extends NbTestCase {
         m.writeConfigModuleXMLIfMissing();
     }
 
+    private static final class MockContext implements UpdatingContext {
+        @Override
+        public Collection<File> forInstall() {
+            return null;
+        }
+
+        @Override
+        public boolean isFromIDE() {
+            return false;
+        }
+
+        @Override
+        public void unpackingFinished() {
+        }
+
+        @Override
+        public void setProgressValue(long bytesRead) {
+        }
+
+        @Override
+        public void setLabel(String string) {
+        }
+
+        @Override
+        public void unpackingIsRunning() {
+        }
+
+        @Override
+        public void setProgressRange(long i, long totalLength) {
+        }
+
+        @Override
+        public void runningFinished() {
+        }
+
+        @Override
+        public void disposeSplash() {
+        }
+
+        @Override
+        public OutputStream createOS(File bckFile) throws FileNotFoundException {
+            return new FileOutputStream(bckFile);
+        }
+    }
 }
diff --git a/autoupdate.ui/apichanges.xml b/autoupdate.ui/apichanges.xml
new file mode 100644
index 0000000..30eb30d
--- /dev/null
+++ b/autoupdate.ui/apichanges.xml
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+
+Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+
+Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+Other names may be trademarks of their respective owners.
+
+
+The contents of this file are subject to the terms of either the GNU
+General Public License Version 2 only ("GPL") or the Common
+Development and Distribution License("CDDL") (collectively, the
+"License"). You may not use this file except in compliance with the
+License. You can obtain a copy of the License at
+http://www.netbeans.org/cddl-gplv2.html
+or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+specific language governing permissions and limitations under the
+License.  When distributing the software, include this License Header
+Notice in each file and include the License file at
+nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+particular file as subject to the "Classpath" exception as provided
+by Oracle in the GPL Version 2 section of the License file that
+accompanied this code. If applicable, add the following below the
+License Header, with the fields enclosed by brackets [] replaced by
+your own identifying information:
+"Portions Copyrighted [year] [name of copyright owner]"
+
+Contributor(s):
+
+The Original Software is NetBeans. The Initial Developer of the Original
+Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
+Microsystems, Inc. All Rights Reserved.
+
+If you wish your version of this file to be governed by only the CDDL
+or only the GPL Version 2, indicate your decision by adding
+"[Contributor] elects to include this software in this distribution
+under the [CDDL or GPL Version 2] license." If you do not indicate a
+single choice of license, a recipient has the option to distribute
+your version of this file under either the CDDL, the GPL Version 2 or
+to extend the choice of license to its licensees as provided above.
+However, if you add GPL Version 2 code and therefore, elected the GPL
+Version 2 license, then the option applies only if the new code is
+made subject to such option by the copyright holder.
+-->
+<?xml-stylesheet type="text/xml" href="../nbbuild/javadoctools/apichanges.xsl"?>
+<!DOCTYPE apichanges PUBLIC "-//NetBeans//DTD API changes list 1.0//EN" "../nbbuild/javadoctools/apichanges.dtd">
+
+<apichanges>
+
+    <!-- First, a list of API names you may use: -->
+    <apidefs>
+        <apidef name="ui">Autoupdate UI API</apidef>
+    </apidefs>
+
+    <!-- ACTUAL CHANGES BEGIN HERE: -->
+
+    <changes>
+        <change id="PluginManager.openInstallWizard">
+            <api name="ui"/>
+            <summary>PluginManager.openInstallWizard</summary>
+            <version major="1" minor="21"/>
+            <date day="15" month="2" year="2011"/>
+            <author login="jtulach"/>   
+            <compatibility addition="yes" binary="compatible" deletion="no"
+                deprecation="yes" semantic="compatible" source="compatible"  
+            />
+            <description>
+                <p>
+                <code>PluginManager</code> ands its 
+                <a href="@TOP@/org/netbeans/modules/autoupdate/ui/api/PluginManager.html#openInstallWizard(org.netbeans.api.autoupdate.OperationContainer)">openInstallWizard</a>
+                shows standard UI for installing of selected modules.
+                </p>
+            </description>
+            <class package="org.netbeans.modules.autoupdate.ui.api" name="PluginManager"/>
+            <issue number="194518"/>
+        </change>
+    </changes>
+
+    <!-- Now the surrounding HTML text and document structure: -->
+
+    <htmlcontents>
+<!--
+
+                            NO NO NO NO NO!
+
+         ==============>    DO NOT EDIT ME!  <==============
+
+          AUTOMATICALLY GENERATED FROM APICHANGES.XML, DO NOT EDIT
+
+                SEE projects/projectapi/apichanges.xml
+
+-->
+    <head>
+      <title>Change History for the Autoupdate UI API</title>
+      <link rel="stylesheet" href="prose.css" type="text/css"/>
+    </head>
+    <body>
+
+<p class="overviewlink"><a href="overview-summary.html">Overview</a></p>
+
+<h1>Introduction</h1>
+
+<p>This document lists changes made to the <a href="@org-netbeans-modules-autoupdate-ui@/index.html">Autoupdate UI API</a>.</p>
+
+<!-- The actual lists of changes, as summaries and details: -->
+      <hr/>
+      <standard-changelists module-code-name="org.netbeans.modules.autoupdate.ui"/>
+
+      <hr/><p>@FOOTER@</p>
+
+    </body>
+  </htmlcontents>
+
+</apichanges>
diff --git a/autoupdate.ui/arch.xml b/autoupdate.ui/arch.xml
new file mode 100644
index 0000000..118b510
--- /dev/null
+++ b/autoupdate.ui/arch.xml
@@ -0,0 +1,1097 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE api-answers PUBLIC "-//NetBeans//DTD Arch Answers//EN" "../nbbuild/antsrc/org/netbeans/nbbuild/Arch.dtd" [
+  <!ENTITY api-questions SYSTEM "../nbbuild/antsrc/org/netbeans/nbbuild/Arch-api-questions.xml">
+]>
+
+<api-answers
+  question-version="1.29"
+  author="yourname at netbeans.org"
+>
+
+  &api-questions;
+
+
+<!--
+        <question id="arch-overall" when="init">
+            Describe the overall architecture. 
+            <hint>
+            What will be API for 
+            <a href="http://openide.netbeans.org/tutorial/api-design.html#design.apiandspi">
+                clients and what support API</a>? 
+            What parts will be pluggable?
+            How will plug-ins be registered? Please use <code><api type="export"/></code>
+            to describe your general APIs and specify their
+            <a href="http://openide.netbeans.org/tutorial/api-design.html#category-private">
+            stability categories</a>.
+            If possible please provide simple diagrams.
+            </hint>
+        </question>
+-->
+ <answer id="arch-overall">
+  <p>
+   The AutoUpdate UI module contains user visible elements (actions in menu, 
+   dialogs), that allow any users to download new, or existing modules from
+   a pre-registered or manually registered update centers. In addition 
+   the module also provides an API to allow other modules to 
+   invoke pieces of the user related work flow (dialogs, wizards) directly
+   at moments independent on the rest of the provided UI.
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="arch-quality" when="init">
+            How will the <a href="http://www.netbeans.org/community/guidelines/q-evangelism.html">quality</a>
+            of your code be tested and 
+            how are future regressions going to be prevented?
+            <hint>
+            What kind of testing do
+            you want to use? How much functionality, in which areas,
+            should be covered by the tests? How you find out that your
+            project was successful?
+            </hint>
+        </question>
+-->
+ <answer id="arch-quality">
+  <p>
+   XXX
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="arch-time" when="init">
+            What are the time estimates of the work?
+            <hint>
+            Please express your estimates of how long the design, implementation,
+            stabilization are likely to last. How many people will be needed to
+            implement this and what is the expected milestone by which the work should be 
+            ready?
+            </hint>
+        </question>
+-->
+ <answer id="arch-time">
+  <p>
+   The module is part of NetBeans IDE distribution for long time and its 
+   functionality is covered and tested by many eyes using NetBeans IDE. 
+   The API will be added in incremental manner (starting from 7.0) 
+   and will slowly expose the
+   bits of already existing UI to external module writers.
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="arch-usecases" when="init">
+            <hint>
+                Content of this answer will be displayed as part of page at
+                http://www.netbeans.org/download/dev/javadoc/usecases.html 
+                You can use tags <usecase name="name> regular html description </usecase>
+                and if you want to use an URL you can prefix if with @TOP@ to begin
+                at the root of your javadoc
+            </hint>
+        
+            Describe the main <a href="http://openide.netbeans.org/tutorial/api-design.html#usecase">
+            use cases</a> of the new API. Who will use it under
+            what circumstances? What kind of code would typically need to be written
+            to use the module?
+        </question>
+-->
+ <answer id="arch-usecases">
+  <usecase id="PluginManager.openInstallWizard" name="Download and Install">
+  Primary purpose of the API is to share classical UI for downloading and
+  installing additional modules. Read about 
+  <a href="@TOP@/org/netbeans/modules/autoupdate/ui/api/PluginManager.html">PluginManager.openInstallWizard</a>.
+  </usecase>
+ </answer>
+
+
+
+<!--
+        <question id="arch-what" when="init">
+            What is this project good for?
+            <hint>
+            Please provide here a few lines describing the project, 
+            what problem it should solve, provide links to documentation, 
+            specifications, etc.
+            </hint>
+        </question>
+-->
+ <answer id="arch-what">
+  <p>
+   <api category="stable" group="java" name="AutoUpdateUI" type="export">
+       this module exposes bits of its UI and user related workflow actions
+       (related to installing, upgrading, etc.) by providing an API calls
+       for other modules to invoke bits of here-in available functionality.
+   </api>
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="arch-where" when="impl">
+            Where one can find sources for your module?
+            <hint>
+                Please provide link to the Hg web client at
+                http://hg.netbeans.org/
+                or just use tag defaultanswer generate='here'
+            </hint>
+        </question>
+-->
+ <answer id="arch-where">
+  <defaultanswer generate='here' />
+ </answer>
+
+
+
+<!--
+        <question id="compat-deprecation" when="init">
+            How the introduction of your project influences functionality
+            provided by previous version of the product?
+            <hint>
+            If you are planning to deprecate/remove/change any existing APIs,
+            list them here accompanied with the reason explaining why you
+            are doing so.
+            </hint>
+        </question>
+-->
+ <answer id="compat-deprecation">
+  <p>
+   XXX no answer for compat-deprecation
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="compat-i18n" when="impl">
+            Is your module correctly internationalized?
+            <hint>
+            Correct internationalization means that it obeys instructions 
+            at <a href="http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/i18n-branding.html">
+            NetBeans I18N pages</a>.
+            </hint>
+        </question>
+-->
+ <answer id="compat-i18n">
+  <p>
+   XXX no answer for compat-i18n
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="compat-standards" when="init">
+            Does the module implement or define any standards? Is the 
+            implementation exact or does it deviate somehow?
+        </question>
+-->
+ <answer id="compat-standards">
+  <p>
+   XXX no answer for compat-standards
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="compat-version" when="impl">
+            Can your module coexist with earlier and future
+            versions of itself? Can you correctly read all old settings? Will future
+            versions be able to read your current settings? Can you read
+            or politely ignore settings stored by a future version?
+            
+            <hint>
+            Very helpful for reading settings is to store version number
+            there, so future versions can decide whether how to read/convert
+            the settings and older versions can ignore the new ones.
+            </hint>
+        </question>
+-->
+ <answer id="compat-version">
+  <p>
+   XXX no answer for compat-version
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="dep-jre" when="final">
+            Which version of JRE do you need (1.2, 1.3, 1.4, etc.)?
+            <hint>
+            It is expected that if your module runs on 1.x that it will run 
+            on 1.x+1 if no, state that please. Also describe here cases where
+            you run different code on different versions of JRE and why.
+            </hint>
+        </question>
+-->
+ <answer id="dep-jre">
+  <p>
+   Runs of JRE.
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="dep-jrejdk" when="final">
+            Do you require the JDK or is the JRE enough?
+        </question>
+-->
+ <answer id="dep-jrejdk">
+  <p>
+   No need for JDK.
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="dep-nb" when="init">
+            What other NetBeans projects and modules does this one depend on?
+            <hint>
+            Depending on other NetBeans projects influnces the ability of
+            users of your work to customize their own branded version of
+            NetBeans by enabling and disabling some modules. Too
+            much dependencies restrict this kind of customization. If that
+            is your case, then you may want to split your functionality into
+            pieces of autoload, eager and regular modules which can be
+            enabled independently. Usually the answer to this question
+            is generated from your <code>project.xml</code> file, but
+            if it is not guessed correctly, you can suppress it by
+            specifying <defaultanswer generate="none"/> and
+            write here your own. Please describe such projects as imported APIs using
+            the <code><api name="identification" type="import or export" category="stable" url="where is the description" /></code>.
+            By doing this information gets listed in the summary page of your
+            javadoc.
+            </hint>
+        </question>
+-->
+ <answer id="dep-nb">
+  <defaultanswer generate='here' />
+ </answer>
+
+
+
+<!--
+        <question id="dep-non-nb" when="init">
+            What other projects outside NetBeans does this one depend on?
+            
+            <hint>
+            Depending on 3rd party libraries is always problematic,
+            especially if they are not open source, as that complicates
+            the licensing scheme of NetBeans. Please enumerate your
+            external dependencies here, so it is correctly understood since
+            the begining what are the legal implications of your project.
+            Also please note that
+            some non-NetBeans projects are packaged as NetBeans modules
+            (see <a href="http://libs.netbeans.org/">libraries</a>) and
+            it is preferred to use this approach when more modules may
+            depend and share such third-party libraries.
+            </hint>
+        </question>
+-->
+ <answer id="dep-non-nb">
+  <p>
+   XXX no answer for dep-non-nb
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="dep-platform" when="init">
+            On which platforms does your module run? Does it run in the same
+            way on each?
+            <hint>
+            If you plan any dependency on OS or any usage of native code,
+            please describe why you are doing so and describe how you envision
+            to enforce the portability of your code.
+            Please note that there is a support for <a href="http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/api.html#how-os-specific">OS conditionally
+            enabled modules</a> which together with autoload/eager modules
+            can allow you to enable to provide the best OS aware support
+            on certain OSes while providing compatibility bridge on the not
+            supported ones.
+            Also please list the supported
+            OSes/HW platforms and mentioned the lovest version of JDK required
+            for your project to run on. Also state whether JRE is enough or
+            you really need JDK.
+            </hint>
+        </question>
+-->
+ <answer id="dep-platform">
+  <p>
+   XXX no answer for dep-platform
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="deploy-dependencies" when="final">
+            What do other modules need to do to declare a dependency on this one,
+            in addition to or instead of the normal module dependency declaration
+            (e.g. tokens to require)?
+            <hint>
+                Provide a sample of the actual lines you would add to a module manifest
+                to declare a dependency, for example OpenIDE-Module-Requires: some.token.
+                If other modules should not depend on this module, or should just use a
+                simple regular module dependency, you can just answer "nothing". If you
+                intentionally expose a semistable API to clients using implementation
+                dependencies, you should mention that here (but there is no need to give
+                an example of usage).
+            </hint>
+        </question>
+-->
+ <answer id="deploy-dependencies">
+  <p>
+   You modules can use the <code>AutoUpdateUI</code> API directly (of course
+   you almost certainly need also <a href="@org-netbeans-modules-autoupdate-services@/architecture-summary.html">
+   Autoudate Services</a>), just be aware that this module comes with a UI.
+   It is not always practical to depend on modules that provide a UI from 
+   low level infrastructure modules - if that is your case, consider separating
+   calls to <code>AutoUpdateUI</code> into separate 
+   <a href="@org-openide-modules@/org/openide/modules/doc-files/api.html#enablement">bridge module</a>.
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="deploy-jar" when="impl">
+            Do you deploy just module JAR file(s) or other files as well?
+            <hint>
+            Usually a module consist of one JAR file (perhaps with Class-Path
+            extensions) and also a configuration file that enables it. If you
+            have any other files, use
+            <api group="java.io.File" name="yourname" type="export" category="friend">...</api>
+            to define the location, name and stability of your files (of course
+            changing "yourname" and "friend" to suit your needs).
+            
+            If it uses more than one JAR, describe where they are located, how
+            they refer to each other. 
+            If it consist of module JAR(s) and other files, please describe
+            what is their purpose, why other files are necessary. Please 
+            make sure that installation/uninstallation leaves the system 
+            in state as it was before installation.
+            </hint>
+        </question>
+-->
+ <answer id="deploy-jar">
+  <p>
+   XXX no answer for deploy-jar
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="deploy-nbm" when="impl">
+            Can you deploy an NBM via the Update Center?
+            <hint>
+            If not why?
+            </hint>
+        </question>
+-->
+ <answer id="deploy-nbm">
+  <p>
+   XXX no answer for deploy-nbm
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="deploy-packages" when="init">
+            Are packages of your module made inaccessible by not declaring them
+            public?
+            
+            <hint>
+            By default NetBeans build harness treats all packages are private.
+            If you export some of them - either as public or friend packages,
+            you should have a reason. If the reason is described elsewhere
+            in this document, you can ignore this question.
+            </hint>
+        </question>
+-->
+ <answer id="deploy-packages">
+  <p>
+   XXX no answer for deploy-packages
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="deploy-shared" when="final">
+            Do you need to be installed in the shared location only, or in the user directory only,
+            or can your module be installed anywhere?
+            <hint>
+            Installation location shall not matter, if it does explain why.
+            Consider also whether <code>InstalledFileLocator</code> can help.
+            </hint>
+        </question>
+-->
+ <answer id="deploy-shared">
+  <p>
+   XXX no answer for deploy-shared
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-ant-tasks" when="impl">
+            Do you define or register any ant tasks that other can use?
+            
+            <hint>
+            If you provide an ant task that users can use, you need to be very
+            careful about its syntax and behaviour, as it most likely forms an
+	          API for end users and as there is a lot of end users, their reaction
+            when such API gets broken can be pretty strong.
+            </hint>
+        </question>
+-->
+ <answer id="exec-ant-tasks">
+  <p>
+   XXX no answer for exec-ant-tasks
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-classloader" when="impl">
+            Does your code create its own class loader(s)?
+            <hint>
+            A bit unusual. Please explain why and what for.
+            </hint>
+        </question>
+-->
+ <answer id="exec-classloader">
+  <p>
+   XXX no answer for exec-classloader
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-component" when="impl">
+            Is execution of your code influenced by any (string) property
+            of any of your components?
+            
+            <hint>
+            Often <code>JComponent.getClientProperty</code>, <code>Action.getValue</code>
+            or <code>PropertyDescriptor.getValue</code>, etc. are used to influence
+            a behavior of some code. This of course forms an interface that should
+            be documented. Also if one depends on some interface that an object
+            implements (<code>component instanceof Runnable</code>) that forms an
+            API as well.
+            </hint>
+        </question>
+-->
+ <answer id="exec-component">
+  <p>
+   XXX no answer for exec-component
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-introspection" when="impl">
+            Does your module use any kind of runtime type information (<code>instanceof</code>,
+            work with <code>java.lang.Class</code>, etc.)?
+            <hint>
+            Check for cases when you have an object of type A and you also
+            expect it to (possibly) be of type B and do some special action. That
+            should be documented. The same applies on operations in meta-level
+            (Class.isInstance(...), Class.isAssignableFrom(...), etc.).
+            </hint>
+        </question>
+-->
+ <answer id="exec-introspection">
+  <p>
+   XXX no answer for exec-introspection
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-privateaccess" when="final">
+            Are you aware of any other parts of the system calling some of 
+            your methods by reflection?
+            <hint>
+            If so, describe the "contract" as an API. Likely private or friend one, but
+            still API and consider rewrite of it.
+            </hint>
+        </question>
+-->
+ <answer id="exec-privateaccess">
+  <p>
+   XXX no answer for exec-privateaccess
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-process" when="impl">
+            Do you execute an external process from your module? How do you ensure
+            that the result is the same on different platforms? Do you parse output?
+            Do you depend on result code?
+            <hint>
+            If you feed an input, parse the output please declare that as an API.
+            </hint>
+        </question>
+-->
+ <answer id="exec-process">
+  <p>
+   XXX no answer for exec-process
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-property" when="impl">
+            Is execution of your code influenced by any environment or
+            Java system (<code>System.getProperty</code>) property?
+            On a similar note, is there something interesting that you
+            pass to <code>java.util.logging.Logger</code>? Or do you observe
+            what others log?
+            <hint>
+            If there is a property that can change the behavior of your 
+            code, somebody will likely use it. You should describe what it does 
+            and the <a href="http://openide.netbeans.org/tutorial/api-design.html#life">stability category</a>
+            of this API. You may use
+            <pre>
+                <api type="export" group="property" name="id" category="private" url="http://...">
+                    description of the property, where it is used, what it influence, etc.
+                </api>            
+            </pre>
+            </hint>
+        </question>
+-->
+ <answer id="exec-property">
+  <p>
+   XXX no answer for exec-property
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-reflection" when="impl">
+            Does your code use Java Reflection to execute other code?
+            <hint>
+            This usually indicates a missing or insufficient API in the other
+            part of the system. If the other side is not aware of your dependency
+            this contract can be easily broken.
+            </hint>
+        </question>
+-->
+ <answer id="exec-reflection">
+  <p>
+   XXX no answer for exec-reflection
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-threading" when="init">
+            What threading models, if any, does your module adhere to? How the
+            project behaves with respect to threading?
+            <hint>
+                Is your API threadsafe? Can it be accessed from any threads or
+                just from some dedicated ones? Any special relation to AWT and
+                its Event Dispatch thread? Also
+                if your module calls foreign APIs which have a specific threading model,
+                indicate how you comply with the requirements for multithreaded access
+                (synchronization, mutexes, etc.) applicable to those APIs.
+                If your module defines any APIs, or has complex internal structures
+                that might be used from multiple threads, declare how you protect
+                data against concurrent access, race conditions, deadlocks, etc.,
+                and whether such rules are enforced by runtime warnings, errors, assertions, etc.
+                Examples: a class might be non-thread-safe (like Java Collections); might
+                be fully thread-safe (internal locking); might require access through a mutex
+                (and may or may not automatically acquire that mutex on behalf of a client method);
+                might be able to run only in the event queue; etc.
+                Also describe when any events are fired: synchronously, asynchronously, etc.
+                Ideas: <a href="http://core.netbeans.org/proposals/threading/index.html#recommendations">Threading Recommendations</a> (in progress)
+            </hint>
+        </question>
+-->
+ <answer id="exec-threading">
+  <p>
+   XXX no answer for exec-threading
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="format-clipboard" when="impl">
+            Which data flavors (if any) does your code read from or insert to
+            the clipboard (by access to clipboard on means calling methods on <code>java.awt.datatransfer.Transferable</code>?
+            
+            <hint>
+            Often Node's deal with clipboard by usage of <code>Node.clipboardCopy, Node.clipboardCut and Node.pasteTypes</code>.
+            Check your code for overriding these methods.
+            </hint>
+        </question>
+-->
+ <answer id="format-clipboard">
+  <p>
+   XXX no answer for format-clipboard
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="format-dnd" when="impl">
+            Which protocols (if any) does your code understand during Drag & Drop?
+            <hint>
+            Often Node's deal with clipboard by usage of <code>Node.drag, Node.getDropType</code>. 
+            Check your code for overriding these methods. Btw. if they are not overridden, they
+            by default delegate to <code>Node.clipboardCopy, Node.clipboardCut and Node.pasteTypes</code>.
+            </hint>
+        </question>
+-->
+ <answer id="format-dnd">
+  <p>
+   XXX no answer for format-dnd
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="format-types" when="impl">
+            Which protocols and file formats (if any) does your module read or write on disk,
+            or transmit or receive over the network? Do you generate an ant build script?
+            Can it be edited and modified? 
+            
+            <hint>
+            <p>
+            Files can be read and written by other programs, modules and users. If they influence
+            your behaviour, make sure you either document the format or claim that it is a private
+            api (using the <api> tag). 
+            </p>
+            
+            <p>
+            If you generate an ant build file, this is very likely going to be seen by end users and
+            they will be attempted to edit it. You should be ready for that and provide here a link
+            to documentation that you have for such purposes and also describe how you are going to
+            understand such files during next release, when you (very likely) slightly change the 
+            format.
+            </p>
+            </hint>
+        </question>
+-->
+ <answer id="format-types">
+  <p>
+   XXX no answer for format-types
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="lookup-lookup" when="init">
+            Does your module use <code>org.openide.util.Lookup</code>
+            or any similar technology to find any components to communicate with? Which ones?
+            
+            <hint>
+            NetBeans is build around a generic registry of services called
+            lookup. It is preferable to use it for registration and discovery
+            if possible. See
+            <a href="http://www.netbeans.org/download/dev/javadoc/org-openide-util/org/openide/util/lookup/doc-files/index.html">
+            The Solution to Comunication Between Components
+            </a>. If you do not plan to use lookup and insist usage
+            of other solution, then please describe why it is not working for
+            you.
+            <br/>
+            When filling the final version of your arch document, please
+            describe the interfaces you are searching for, where 
+            are defined, whether you are searching for just one or more of them,
+            if the order is important, etc. Also classify the stability of such
+            API contract. Use <api group=&lookup& /> tag, so
+            your information gets listed in the summary page of your javadoc.
+            </hint>
+        </question>
+-->
+ <answer id="lookup-lookup">
+  <p>
+   XXX no answer for lookup-lookup
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="lookup-register" when="final">
+            Do you register anything into lookup for other code to find?
+            <hint>
+            Do you register using layer file or using a declarative annotation such as <code>@ServiceProvider</code>?
+            Who is supposed to find your component?
+            </hint>
+        </question>
+-->
+ <answer id="lookup-register">
+  <p>
+   XXX no answer for lookup-register
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="lookup-remove" when="final">
+            Do you remove entries of other modules from lookup?
+            <hint>
+            Why? Of course, that is possible, but it can be dangerous. Is the module
+            your are masking resource from aware of what you are doing?
+            </hint>
+        </question>
+-->
+ <answer id="lookup-remove">
+  <p>
+   XXX no answer for lookup-remove
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-exit" when="final">
+            Does your module run any code on exit?
+        </question>
+-->
+ <answer id="perf-exit">
+  <p>
+   XXX no answer for perf-exit
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-huge_dialogs" when="final">
+            Does your module contain any dialogs or wizards with a large number of
+            GUI controls such as combo boxes, lists, trees, or text areas?
+        </question>
+-->
+ <answer id="perf-huge_dialogs">
+  <p>
+   XXX no answer for perf-huge_dialogs
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-limit" when="init">
+            Are there any hard-coded or practical limits in the number or size of
+            elements your code can handle?
+            <hint>
+                Most of algorithms have increasing memory and speed complexity
+                with respect to size of data they operate on. What is the critical
+                part of your project that can be seen as a bottleneck with
+                respect to speed or required memory? What are the practical
+                sizes of data you tested your project with? What is your estimate
+                of potential size of data that would cause visible performance
+                problems? Is there some kind of check to detect such situation
+                and prevent "hard" crashes - for example the CloneableEditorSupport
+                checks for size of a file to be opened in editor
+                and if it is larger than 1Mb it shows a dialog giving the
+                user the right to decide - e.g. to cancel or commit suicide.
+            </hint>
+        </question>
+-->
+ <answer id="perf-limit">
+  <p>
+   XXX no answer for perf-limit
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-mem" when="final">
+            How much memory does your component consume? Estimate
+            with a relation to the number of windows, etc.
+        </question>
+-->
+ <answer id="perf-mem">
+  <p>
+   XXX no answer for perf-mem
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-menus" when="final">
+            Does your module use dynamically updated context menus, or
+            context-sensitive actions with complicated and slow enablement logic?
+            <hint>
+                If you do a lot of tricks when adding actions to regular or context menus, you can significantly
+                slow down display of the menu, even when the user is not using your action. Pay attention to
+                actions you add to the main menu bar, and to context menus of foreign nodes or components. If
+                the action is conditionally enabled, or changes its display dynamically, you need to check the
+                impact on performance. In some cases it may be more appropriate to make a simple action that is
+                always enabled but does more detailed checks in a dialog if it is actually run.
+            </hint>
+        </question>
+-->
+ <answer id="perf-menus">
+  <p>
+   XXX no answer for perf-menus
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-progress" when="final">
+            Does your module execute any long-running tasks?
+            
+            <hint>Long running tasks should never block 
+            AWT thread as it badly hurts the UI
+            <a href="http://performance.netbeans.org/responsiveness/issues.html">
+            responsiveness</a>.
+            Tasks like connecting over
+            network, computing huge amount of data, compilation
+            be done asynchronously (for example
+            using <code>RequestProcessor</code>), definitively it should 
+            not block AWT thread.
+            </hint>
+        </question>
+-->
+ <answer id="perf-progress">
+  <p>
+   XXX no answer for perf-progress
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-scale" when="init">
+            Which external criteria influence the performance of your
+            program (size of file in editor, number of files in menu, 
+            in source directory, etc.) and how well your code scales?
+            <hint>
+            Please include some estimates, there are other more detailed 
+            questions to answer in later phases of implementation. 
+            </hint>
+        </question>
+-->
+ <answer id="perf-scale">
+  <p>
+   XXX no answer for perf-scale
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-spi" when="init">
+            How the performance of the plugged in code will be enforced?
+            <hint>
+            If you allow foreign code to be plugged into your own module, how
+            do you enforce that it will behave correctly and quickly and will not
+            negatively influence the performance of your own module?
+            </hint>
+        </question>
+-->
+ <answer id="perf-spi">
+  <p>
+   XXX no answer for perf-spi
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-startup" when="final">
+            Does your module run any code on startup?
+        </question>
+-->
+ <answer id="perf-startup">
+  <p>
+   XXX no answer for perf-startup
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-wakeup" when="final">
+            Does any piece of your code wake up periodically and do something
+            even when the system is otherwise idle (no user interaction)?
+        </question>
+-->
+ <answer id="perf-wakeup">
+  <p>
+   XXX no answer for perf-wakeup
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="resources-file" when="final">
+            Does your module use <code>java.io.File</code> directly?
+            
+            <hint>
+            NetBeans provide a logical wrapper over plain files called 
+            <code>org.openide.filesystems.FileObject</code> that
+            provides uniform access to such resources and is the preferred
+            way that should be used. But of course there can be situations when
+            this is not suitable.
+            </hint>
+        </question>
+-->
+ <answer id="resources-file">
+  <p>
+   XXX no answer for resources-file
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="resources-layer" when="final">
+            Does your module provide own layer? Does it create any files or
+            folders in it? What it is trying to communicate by that and with which 
+            components?
+            
+            <hint>
+            NetBeans allows automatic and declarative installation of resources 
+            by module layers. Module register files into appropriate places
+            and other components use that information to perform their task
+            (build menu, toolbar, window layout, list of templates, set of
+            options, etc.). 
+            </hint>
+        </question>
+-->
+ <answer id="resources-layer">
+  <p>
+   XXX no answer for resources-layer
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="resources-mask" when="final">
+            Does your module mask/hide/override any resources provided by other modules in
+            their layers?
+            
+            <hint>
+            If you mask a file provided by another module, you probably depend
+            on that and do not want the other module to (for example) change
+            the file's name. That module shall thus make that file available as an API
+            of some stability category.
+            </hint>
+        </question>
+-->
+ <answer id="resources-mask">
+  <p>
+   XXX no answer for resources-mask
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="resources-preferences" when="final">
+            Does your module uses preferences via Preferences API? Does your module use NbPreferences or
+            or regular JDK Preferences ? Does it read, write or both ? 
+            Does it share preferences with other modules ? If so, then why ?
+            <hint>
+                You may use
+                    <api type="export" group="preferences"
+                    name="preference node name" category="private">
+                    description of individual keys, where it is used, what it
+                    influences, whether the module reads/write it, etc.
+                    </api>
+                Due to XML ID restrictions, rather than /org/netbeans/modules/foo give the "name" as org.netbeans.modules.foo.
+                Note that if you use NbPreferences this name will then be the same as the code name base of the module.
+            </hint>
+        </question>
+-->
+ <answer id="resources-preferences">
+  <p>
+   XXX no answer for resources-preferences
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="resources-read" when="final">
+            Does your module read any resources from layers? For what purpose?
+            
+            <hint>
+            As this is some kind of intermodule dependency, it is a kind of API.
+            Please describe it and classify according to 
+            <a href="http://openide.netbeans.org/tutorial/api-design.html#categories">
+            common stability categories</a>.
+            </hint>
+        </question>
+-->
+ <answer id="resources-read">
+  <p>
+   XXX no answer for resources-read
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="security-grant" when="final">
+            Does your code grant additional rights to some other code?
+            <hint>Avoid using a class loader that adds extra
+            permissions to loaded code unless really necessary.
+            Also note that your API implementation
+            can also expose unneeded permissions to enemy code by
+            calling AccessController.doPrivileged().</hint>
+        </question>
+-->
+ <answer id="security-grant">
+  <p>
+   XXX no answer for security-grant
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="security-policy" when="final">
+            Does your functionality require modifications to the standard policy file?
+            <hint>Your code might pass control to third-party code not
+            coming from trusted domains. This could be code downloaded over the
+            network or code coming from libraries that are not bundled
+            with NetBeans. Which permissions need to be granted to which domains?</hint>
+        </question>
+-->
+ <answer id="security-policy">
+  <p>
+   XXX no answer for security-policy
+  </p>
+ </answer>
+
+</api-answers>
diff --git a/autoupdate.ui/manifest.mf b/autoupdate.ui/manifest.mf
index 38e805a..8819400 100644
--- a/autoupdate.ui/manifest.mf
+++ b/autoupdate.ui/manifest.mf
@@ -3,6 +3,6 @@ OpenIDE-Module: org.netbeans.modules.autoupdate.ui
 OpenIDE-Module-Install: org/netbeans/modules/autoupdate/ui/actions/Installer.class
 OpenIDE-Module-Layer: org/netbeans/modules/autoupdate/ui/resources/layer.xml
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/autoupdate/ui/resources/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.16.1
+OpenIDE-Module-Specification-Version: 1.22.1
 AutoUpdate-Show-In-Client: false
 AutoUpdate-Essential-Module: true
diff --git a/autoupdate.ui/nbproject/project.properties b/autoupdate.ui/nbproject/project.properties
index 158fd48..ec0f15b 100644
--- a/autoupdate.ui/nbproject/project.properties
+++ b/autoupdate.ui/nbproject/project.properties
@@ -9,3 +9,6 @@ test.config.xmluninst.includes=\
 
 test.config.working.includes=\
   org/netbeans/test/autoupdate/Autoupdate.class
+
+javadoc.arch=${basedir}/arch.xml
+javadoc.apichanges=${basedir}/apichanges.xml
diff --git a/autoupdate.ui/nbproject/project.xml b/autoupdate.ui/nbproject/project.xml
index 992796d..cf66406 100644
--- a/autoupdate.ui/nbproject/project.xml
+++ b/autoupdate.ui/nbproject/project.xml
@@ -19,7 +19,7 @@
                     <build-prerequisite/>
                     <compile-dependency/>
                     <run-dependency>
-                        <specification-version>1.12</specification-version>
+                        <specification-version>1.23</specification-version>
                     </run-dependency>
                 </dependency>
                 <dependency>
@@ -68,7 +68,7 @@
                     <build-prerequisite/>
                     <compile-dependency/>
                     <run-dependency>
-                        <specification-version>8.0</specification-version>
+                        <specification-version>8.12</specification-version>
                     </run-dependency>
                 </dependency>
                 <dependency>
@@ -126,12 +126,9 @@
                     </test-dependency>
                 </test-type>
             </test-dependencies>
-            <friend-packages>
-                <friend>org.netbeans.modules.autoupdate.pluginimporter</friend>
-                <friend>org.netbeans.modules.cnd.toolchain</friend>
-                <friend>com.microchip.mplab.nbide.embedded</friend>
+            <public-packages>
                 <package>org.netbeans.modules.autoupdate.ui.api</package>
-            </friend-packages>
+            </public-packages>
         </data>
     </configuration>
 </project>
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/AvailableTableModel.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/AvailableTableModel.java
index c86f758..815bb44 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/AvailableTableModel.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/AvailableTableModel.java
@@ -44,6 +44,7 @@
 
 package org.netbeans.modules.autoupdate.ui;
 
+import java.awt.Image;
 import java.util.Comparator;
 import java.util.HashSet;
 import java.util.List;
@@ -53,7 +54,6 @@ import org.netbeans.api.autoupdate.OperationContainer;
 import org.netbeans.api.autoupdate.OperationContainer.OperationInfo;
 import org.netbeans.api.autoupdate.UpdateElement;
 import org.netbeans.api.autoupdate.UpdateUnit;
-import org.netbeans.api.autoupdate.UpdateUnitProvider.CATEGORY;
 import org.openide.DialogDisplayer;
 import org.openide.NotifyDescriptor;
 import org.openide.util.NbBundle;
@@ -125,7 +125,7 @@ public class AvailableTableModel extends UnitCategoryTableModel {
             res = u.getCategoryName();
             break;
         case 3 :
-            res = u.getSourceCategory();
+            res = u.getSourceIcon();
             break;
         }
         
@@ -150,7 +150,7 @@ public class AvailableTableModel extends UnitCategoryTableModel {
             res = String.class;
             break;
         case 3 :
-            res = CATEGORY.class;
+            res = Image.class;
             break;
         }
         
@@ -189,12 +189,13 @@ public class AvailableTableModel extends UnitCategoryTableModel {
     @Override
     public String getToolTipText(int row, int col) {
         if (col == 3) {
-            CATEGORY category = (CATEGORY) getValueAt (row, 3);
-            return Utilities.getCategoryName(category);
+            Unit.Available u = (Unit.Available) getUnitAtRow(row);
+            return u.getSourceDescription();
         }
         return super.getToolTipText(row, col);
     }
 
+    @Override
     public int getPreferredWidth(JTableHeader header, int col) {
         final int minWidth = super.getMinWidth(header, col);
         switch (col) {
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/Bundle.properties b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/Bundle.properties
index e03882a..61ca965 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/Bundle.properties
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/Bundle.properties
@@ -21,9 +21,6 @@ UnitTab_ActivateAction=&Activate
 UnitTab_ActivateCategoryAction=Activate Category
 UnitTab_DeactivateAction=&Deactivate
 UnitTab_DeactivateCategoryAction=Deactivate Category
-AvailableTab_SourceCategory_Tooltip_STANDARD=Certified Plugin
-AvailableTab_SourceCategory_Tooltip_BETA=Beta Plugin
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Community Contributed Plugin
 InstallTab_Active_Tooltip=Active
 InstallTab_InActive_Tooltip=Inactive
 InstallTab_PendingForInstall_Tooltip=Application restart needed to complete installation
@@ -66,7 +63,7 @@ NetworkProblemPanel_taTitle_Text=Unable to connect to the Update Center
 NetworkProblemPanel_taMessage_WarningText=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic.
 NetworkProblemPanel_taMessage_WarningTextWithReload=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\n\
     You may also want to make sure that your firewall is not blocking network traffic. \n\n\
-    It might happen your caches are out of date. Please click Reload Catalog to refresh content.
+    Your cache may be out of date. Please click Reload Catalog to refresh content.
 NetworkProblemPanel_taMessage_ErrorText=Not all of the plugins have been successfully downloaded. The server may be unavailable at the moment. Try again later.
 CTL_Warning=Warning
 CTL_Error=Network Problem
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/HTMLEditorKitEx.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/HTMLEditorKitEx.java
index 41322fd..bb73144 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/HTMLEditorKitEx.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/HTMLEditorKitEx.java
@@ -44,29 +44,13 @@
 package org.netbeans.modules.autoupdate.ui;
 
 import java.awt.Image;
-import java.net.URL;
-import java.util.HashMap;
-import java.util.Map;
-import javax.swing.ImageIcon;
 import javax.swing.text.html.*;
 import javax.swing.text.*;
-import org.netbeans.api.autoupdate.UpdateUnitProvider.CATEGORY;
 
 /**
  * @author Radek Matous
  */
 public class HTMLEditorKitEx extends HTMLEditorKit {
-    private static final Map<URL,ImageIcon> ICONS = new HashMap<URL,ImageIcon>();
-    static {
-        URL u_standard = Utilities.getCategoryIcon(CATEGORY.STANDARD);
-        ICONS.put(u_standard, new ImageIcon(u_standard));
-
-        URL u_beta = Utilities.getCategoryIcon(CATEGORY.BETA);
-        ICONS.put(u_beta, new ImageIcon(u_beta));
-
-        URL u_community = Utilities.getCategoryIcon(CATEGORY.COMMUNITY);
-        ICONS.put(u_community, new ImageIcon(u_community));
-    }
 
     public ViewFactory getViewFactory() {
         return new HTMLFactory() {
@@ -85,8 +69,7 @@ public class HTMLEditorKitEx extends HTMLEditorKit {
 
         @Override
         public Image getImage() {
-            ImageIcon img = ICONS.get(getImageURL());
-            return (img != null) ? img.getImage() : super.getImage();
+            return super.getImage();
         }
     }
 }
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/LocalDownloadSupport.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/LocalDownloadSupport.java
index 24d9333..20a3bae 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/LocalDownloadSupport.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/LocalDownloadSupport.java
@@ -143,7 +143,7 @@ public class LocalDownloadSupport {
         return fileList.getAllFiles ();
     }
 
-    private void addUpdateUnits (File... newFiles) {
+    final void addUpdateUnits (File... newFiles) {
         Collection<UpdateUnit> alreadyInstalled = new HashSet<UpdateUnit> ();
         for (File nbm : newFiles) {
             UpdateUnit u = null;
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/LocallDownloadDnD.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/LocallDownloadDnD.java
new file mode 100644
index 0000000..05c250e
--- /dev/null
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/LocallDownloadDnD.java
@@ -0,0 +1,151 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+package org.netbeans.modules.autoupdate.ui;
+
+import java.awt.datatransfer.DataFlavor;
+import java.awt.dnd.DnDConstants;
+import java.awt.dnd.DropTargetDragEvent;
+import java.awt.dnd.DropTargetDropEvent;
+import java.awt.dnd.DropTargetEvent;
+import java.awt.dnd.DropTargetListener;
+import java.io.File;
+import java.net.URI;
+import java.util.ArrayList;
+import java.util.List;
+import java.util.Map;
+import org.openide.util.Exceptions;
+import org.openide.util.NbCollections;
+
+final class LocallDownloadDnD implements DropTargetListener {
+
+    private final LocalDownloadSupport localDownloadSupport;
+    private final LocallyDownloadedTableModel model;
+    private final PluginManagerUI outer;
+    private DataFlavor accept;
+    private Object value;
+
+    LocallDownloadDnD(
+        LocalDownloadSupport localDownloadSupport, 
+        LocallyDownloadedTableModel model,
+        PluginManagerUI outer
+    ) {
+        this.model = model;
+        this.outer = outer;
+        this.localDownloadSupport = localDownloadSupport;
+    }
+
+    @Override
+    public void dragEnter(DropTargetDragEvent dtde) {
+        accept = null;
+        value = null;
+        for (DataFlavor dataFlavor : dtde.getCurrentDataFlavors()) {
+            Object obj = null;
+            try {
+                obj = dtde.getTransferable().getTransferData(dataFlavor);
+            } catch (Exception ex) {
+                continue;
+            }
+            if (dataFlavor.isFlavorJavaFileListType()) {
+                accept = dataFlavor;
+                value = obj;
+                break;
+            }
+            if ("text".equals(dataFlavor.getPrimaryType()) && "uri-list".equals(dataFlavor.getSubType()) && dataFlavor.getRepresentationClass() == String.class) {
+                accept = dataFlavor;
+                value = (String) obj;
+                break;
+            }
+        }
+        if (accept != null) {
+            dtde.acceptDrag(DnDConstants.ACTION_COPY_OR_MOVE);
+        }
+    }
+
+    @Override
+    public void dragOver(DropTargetDragEvent dtde) {
+    }
+
+    @Override
+    public void dropActionChanged(DropTargetDragEvent dtde) {
+    }
+
+    @Override
+    public void dragExit(DropTargetEvent dte) {
+    }
+
+    @Override
+    public void drop(DropTargetDropEvent dtde) {
+        if (accept == null) {
+            dtde.dropComplete(false);
+            return;
+        }
+        try {
+            dtde.acceptDrop(DnDConstants.ACTION_COPY_OR_MOVE);
+            List<File> files = null;
+            if (value instanceof String) {
+                files = new ArrayList<File>();
+                for (String v : ((String) value).split("\n")) {
+                    File f = new File(new URI(((String) v).trim()));
+                    assert f.exists() : "File shall exist: " + f;
+                    files.add(f);
+                }
+            }
+            if (value instanceof List) {
+                files = NbCollections.checkedListByCopy((List) value, File.class, true);
+            }
+            if (files != null) {
+                UnitTab lt = outer.findTabForModel(model);
+                assert lt != null;
+                final Map<String, Boolean> state = UnitCategoryTableModel.captureState(model.getUnits());
+                localDownloadSupport.addUpdateUnits(files.toArray(new File[0]));
+                lt.updateTab(state);
+                outer.setSelectedTab(lt);
+            }
+            dtde.dropComplete(true);
+        } catch (Exception ex) {
+            dtde.dropComplete(false);
+            Exceptions.printStackTrace(ex);
+        }
+    }
+}
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/PluginManagerUI.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/PluginManagerUI.java
index ec5ebc9..0c15ffb 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/PluginManagerUI.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/PluginManagerUI.java
@@ -47,15 +47,29 @@ package org.netbeans.modules.autoupdate.ui;
 import java.awt.Component;
 import java.awt.Cursor;
 import java.awt.Window;
+import java.awt.datatransfer.DataFlavor;
+import java.awt.datatransfer.UnsupportedFlavorException;
+import java.awt.dnd.DnDConstants;
+import java.awt.dnd.DropTarget;
+import java.awt.dnd.DropTargetDragEvent;
+import java.awt.dnd.DropTargetDropEvent;
+import java.awt.dnd.DropTargetEvent;
+import java.awt.dnd.DropTargetListener;
 import java.awt.event.WindowAdapter;
 import java.awt.event.WindowEvent;
+import java.io.File;
+import java.io.IOException;
 import java.lang.reflect.InvocationTargetException;
 import java.lang.reflect.Method;
+import java.net.URI;
+import java.util.ArrayList;
 import java.util.Collections;
 import java.util.List;
 import java.util.Map;
+import java.util.TooManyListenersException;
 import java.util.logging.Level;
 import java.util.logging.Logger;
+import javax.swing.DropMode;
 import javax.swing.JButton;
 import javax.swing.JComponent;
 import javax.swing.JLabel;
@@ -72,6 +86,7 @@ import org.openide.util.Exceptions;
 import org.openide.util.HelpCtx;
 import org.openide.util.Lookup;
 import org.openide.util.NbBundle;
+import org.openide.util.NbCollections;
 import org.openide.util.RequestProcessor;
 
 /**
@@ -229,12 +244,15 @@ public class PluginManagerUI extends javax.swing.JPanel  {
     
     private void initialize () {
         try {
-        units = UpdateManager.getDefault ().getUpdateUnits (Utilities.getUnitTypes ());
+            final List<UpdateUnit> uu = UpdateManager.getDefault().getUpdateUnits(Utilities.getUnitTypes ());
+            List<UnitCategory> precompute1 = Utilities.makeUpdateCategories (uu, false);
+            List<UnitCategory> precompute2 = Utilities.makeUpdateCategories (uu, true);
             // postpone later
             // getLocalDownloadSupport().getUpdateUnits();
             SwingUtilities.invokeAndWait (new Runnable () {
+                @Override
                 public void run () {
-                    refreshUnits ();
+                    refreshUnits(uu);
                     setSelectedTab ();
                 }
             });
@@ -512,10 +530,11 @@ private void bHelpActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:e
         } else if (c instanceof SettingsTab) {
             id = SettingsTab.class.getName ();
         }
-        if (isValidHelpID (id)) {
-            Logger.getLogger (PluginManagerUI.class.getName ()).log (Level.FINE, "HelpId is " + id);
-        } else {
-            Logger.getLogger (PluginManagerUI.class.getName ()).log (Level.INFO, id + " looks no valid HelpCtx. Is valid? " + isValidHelpID (id));
+
+        Logger LOG = Logger.getLogger(PluginManagerUI.class.getName());
+        if(LOG.isLoggable(Level.FINE)) { // #176576
+            LOG.log(Level.FINE,
+                    isValidHelpID(id) ? "HelpId is {0}" : "{0} looks no valid HelpCtx", id);
         }
         return new HelpCtx (id);
     }
@@ -531,9 +550,17 @@ private void bHelpActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:e
         Containers.initNotify ();
         updateTable = createTabForModel(new UpdateTableModel(units));
         availableTable = createTabForModel(new AvailableTableModel (units));
-        localTable = createTabForModel(new LocallyDownloadedTableModel (new LocalDownloadSupport()));
+        final LocalDownloadSupport localDownloadSupport = new LocalDownloadSupport();
+        final LocallyDownloadedTableModel localTM = new LocallyDownloadedTableModel(localDownloadSupport);
+        localTable = createTabForModel(localTM);
         installedTable = createTabForModel(new InstalledTableModel(units));
-        
+
+        DropTargetListener l = new LocallDownloadDnD(localDownloadSupport, localTM, this);
+        final DropTarget dt = new DropTarget(null, l);
+        dt.setActive(true);
+        this.setDropTarget(dt);
+
+
         SettingsTab tab = new SettingsTab (this);
         tpTabs.add (tab, INDEX_OF_SETTINGS_TAB);
         tpTabs.setTitleAt(INDEX_OF_SETTINGS_TAB, tab.getDisplayName());
@@ -572,7 +599,7 @@ private void bHelpActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:e
         }
     }
     
-    private void refreshUnits () {
+    private void refreshUnits(List<UpdateUnit> newUnits) {
         //ensure exclusivity between this refreshUnits code(which can run even after this dialog is disposed) and uninitialization code
         synchronized(initLock) {
             //return immediatelly if uninialization(after removeNotify) was alredy called
@@ -582,7 +609,7 @@ private void bHelpActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:e
             //long terming starvation because in fact impl. of this method calls AutoUpdateCatalogCache.getCatalogURL
             //which is synchronized and may wait until cache is created
             //even more AutoUpdateCatalog.getUpdateItems () can at first start call refresh and thus writeToCache again
-            units = UpdateManager.getDefault().getUpdateUnits(Utilities.getUnitTypes());
+            units = newUnits;
             InstalledTableModel installTableModel = (InstalledTableModel)installedTable.getModel();
             UnitCategoryTableModel updateTableModel = ((UnitCategoryTableModel)updateTable.getModel());
             UnitCategoryTableModel availableTableModel = ((UnitCategoryTableModel)availableTable.getModel());
@@ -635,7 +662,7 @@ private void bHelpActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:e
     
     //TODO: all the request for refresh should be cancelled if there is already one such running refresh task
     public void updateUnitsChanged () {
-        refreshUnits ();
+        refreshUnits (UpdateManager.getDefault().getUpdateUnits(Utilities.getUnitTypes()));
     }
     
     public void tableStructureChanged () {
@@ -658,4 +685,20 @@ private void bHelpActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:e
         }
     }
     
+    final void setSelectedTab(UnitTab tab) {
+        tpTabs.setSelectedComponent(tab);
+    }
+
+    final UnitTab findTabForModel(UnitCategoryTableModel model) {
+        for (Component c : tpTabs.getComponents()) {
+            if (c instanceof UnitTab) {
+                UnitTab ut = (UnitTab) c;
+                if (ut.getModel() == model) {
+                    return ut;
+                }
+            }
+        }
+        return null;
+    }
+    
 }
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.form b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.form
index 08f9555..59efd1c 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.form
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.form
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" ?>
+<?xml version="1.1" encoding="UTF-8" ?>
 
 <Form version="1.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.java
index 540f238..80d0656 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.java
@@ -47,6 +47,8 @@ package org.netbeans.modules.autoupdate.ui;
 import java.awt.Color;
 import java.awt.Component;
 import java.awt.Dimension;
+import java.awt.EventQueue;
+import java.awt.Image;
 import java.awt.event.ActionEvent;
 import java.awt.event.ActionListener;
 import java.io.File;
@@ -62,13 +64,13 @@ import java.util.prefs.Preferences;
 import javax.swing.AbstractAction;
 import javax.swing.Action;
 import javax.swing.DefaultComboBoxModel;
+import javax.swing.Icon;
 import javax.swing.JButton;
 import javax.swing.JLabel;
 import javax.swing.JScrollPane;
 import javax.swing.JTable;
 import javax.swing.ListSelectionModel;
 import javax.swing.SwingConstants;
-import javax.swing.SwingUtilities;
 import javax.swing.UIManager;
 import javax.swing.event.ListSelectionEvent;
 import javax.swing.event.ListSelectionListener;
@@ -79,7 +81,6 @@ import javax.swing.table.TableCellRenderer;
 import javax.swing.table.TableColumn;
 import javax.swing.table.TableColumnModel;
 import org.netbeans.api.autoupdate.UpdateUnitProvider;
-import org.netbeans.api.autoupdate.UpdateUnitProvider.CATEGORY;
 import org.netbeans.api.options.OptionsDisplayer;
 import org.netbeans.modules.autoupdate.ui.actions.AutoupdateSettings;
 import org.openide.DialogDescriptor;
@@ -380,71 +381,81 @@ private void bProxyActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:
     OptionsDisplayer.getDefault ().open ("General"); //NOI18N
 }//GEN-LAST:event_bProxyActionPerformed
 
-public SettingsTableModel getSettingsTableModel() {
-    return ((SettingsTableModel)table.getModel());
-}
-
-private class Listener implements ListSelectionListener,  TableModelListener {
-    public void valueChanged(ListSelectionEvent arg0) {
-        SwingUtilities.invokeLater (new Runnable () {
-            public void run () {
-                modelOrSelectionChanged ();
-            }
-        });
+    public SettingsTableModel getSettingsTableModel() {
+        return ((SettingsTableModel) table.getModel());
     }
-       
-    public void tableChanged(TableModelEvent arg0) {
-        SwingUtilities.invokeLater (new Runnable () {
-            public void run () {
-                modelOrSelectionChanged ();
+
+    private class Listener implements ListSelectionListener, TableModelListener, Runnable {
+        @Override
+        public void valueChanged(ListSelectionEvent arg0) {
+            modelOrSelectionChanged();
+        }
+
+        @Override
+        public void tableChanged(TableModelEvent arg0) {
+            modelOrSelectionChanged();
+        }
+
+        private void modelOrSelectionChanged() {
+            if (!EventQueue.isDispatchThread()) {
+                EventQueue.invokeLater(this);
+                return;
             }
-        });
-    }
-    
-    private void modelOrSelectionChanged() {
-        int rowIndex = table.getSelectedRow();
-        if (rowIndex != -1 && table.getRowCount() > 0) {
-            UpdateUnitProvider uup = ((SettingsTableModel)table.getModel()).getUpdateUnitProvider(rowIndex);
-            if (uup != null) {
-                StringBuffer sb = new StringBuffer();
-                details.setTitle(uup.getDisplayName());
-                long lastTime = lastModification(uup);
-                if (lastTime > 0) {
-                    sb.append("<b>" + NbBundle.getMessage(UnitTab.class, "UnitTab_ReloadTime", //NOI18N
-                            "</b>")).append(new SimpleDateFormat().format(new Date(lastTime))).append("<br>");
-                } else {
-                    String never = getMessage("UnitTab_ReloadTime_Never");//NOI18N
-                    sb.append("<b>" + NbBundle.getMessage(UnitTab.class, "UnitTab_ReloadTime", "</b>")).append(never).append("<br>");//NOI18N                            
-                }                                
-                URL u = uup.getProviderURL();
-                String desc = uup.getDescription () == null ? "" : uup.getDescription ();
-                if (u != null) {
-                    if (desc.length() > 0) {
-                        sb.append("<b>" + getMessage("SettingsTab_UpdateUnitProvider_Description") + "</b><br>"); // NOI18N
-                        sb.append(desc + "<br><br>"); // NOI18N
-                    }
-                    sb.append("<b>" + getMessage("SettingsTab_UpdateUnitProvider_URL") + // NOI18N
-                            " </b><a href=\"" + u.toExternalForm() + "\">" + u.toExternalForm() + "</a><br>"); // NOI18N
-                    editAction.setEnabled (true);
-                } else {
-                    editAction.setEnabled (false);
+            int rowIndex = table.getSelectedRow();
+            if (rowIndex != -1 && table.getRowCount() > 0) {
+                uup = ((SettingsTableModel) table.getModel()).getUpdateUnitProvider(rowIndex);
+                if (uup != null) {
+                    details.setTitle(uup.getDisplayName());
+                    UnitDetails.UNIT_DETAILS_PROCESSOR.post(this);
                 }
+            } else {
+                details.setTitle(null);
+                details.setText(null);
+                details.setActionListener2(null);
+                details.setActionListener(null);
+            }
+        }
+        
+        private final StringBuffer sb = new StringBuffer();
+        private boolean sbEnabled;
+        private UpdateUnitProvider uup;
 
+        @Override
+        public void run() {
+            if (EventQueue.isDispatchThread()) {
                 details.setText(sb.toString());
                 details.setActionListener(removeAction);
                 details.setActionListener2(editAction);
+                editAction.setEnabled(sbEnabled);
+                
+                sb.setLength(0);
+                return;
             }
-        } else {
-            details.setTitle(null);
-            details.setText(null);
-            details.setActionListener2(null);            
-            details.setActionListener(null);
             
-            ListSelectionModel lsm = table.getSelectionModel();
-            lsm.setSelectionInterval(0, 0);
+            long lastTime = lastModification(uup);
+            if (lastTime > 0) {
+                sb.append("<b>").append(NbBundle.getMessage(UnitTab.class, "UnitTab_ReloadTime", //NOI18N
+                  "</b>")).append(new SimpleDateFormat().format(new Date(lastTime))).append("<br>");
+            } else {
+                String never = getMessage("UnitTab_ReloadTime_Never");//NOI18N
+                sb.append("<b>").append(NbBundle.getMessage(UnitTab.class, "UnitTab_ReloadTime", "</b>")).append(never).append("<br>"); //NOI18N                            
+            }
+            URL u = uup.getProviderURL();
+            String desc = uup.getDescription() == null ? "" : uup.getDescription();
+            if (u != null) {
+                if (desc.length() > 0) {
+                    sb.append("<b>").append(getMessage("SettingsTab_UpdateUnitProvider_Description")).append("</b><br>"); // NOI18N
+                    sb.append(desc).append("<br><br>"); // NOI18N
+                }
+                sb.append("<b>" + getMessage("SettingsTab_UpdateUnitProvider_URL") + // NOI18N
+                      " </b><a href=\"" + u.toExternalForm() + "\">" + u.toExternalForm() + "</a><br>"); // NOI18N
+                sbEnabled = true;
+            } else {
+                sbEnabled = false;
+            }
+            EventQueue.invokeLater(this);
         }
     }
-    }
 
     private long lastModification(UpdateUnitProvider unitProvider) {
         Preferences p = NbPreferences.root().node("/org/netbeans/modules/autoupdate");//NOI18N
@@ -703,14 +714,9 @@ private class Listener implements ListSelectionListener,  TableModelListener {
 
             if (value instanceof UpdateUnitProvider) {
                 UpdateUnitProvider u = (UpdateUnitProvider) value;
-                CATEGORY state = u.getCategory();
-                if (CATEGORY.BETA.equals(state)) {
-                    renderComponent.setIcon(ImageUtilities.loadImageIcon("org/netbeans/modules/autoupdate/ui/resources/icon-beta.png", false)); // NOI18N
-                } else if (CATEGORY.COMMUNITY.equals(state)) {
-                    renderComponent.setIcon(ImageUtilities.loadImageIcon("org/netbeans/modules/autoupdate/ui/resources/icon-community.png", false)); // NOI18N
-                } else if (CATEGORY.STANDARD.equals(state)) {
-                    renderComponent.setIcon(ImageUtilities.loadImageIcon("org/netbeans/modules/autoupdate/ui/resources/icon-standard.png", false)); // NOI18N
-                }
+                Image img = u.getSourceIcon();
+                final Icon icon = ImageUtilities.image2Icon(img);
+                renderComponent.setIcon(icon);
                 renderComponent.setText (u.getDisplayName());
                 renderComponent.setHorizontalAlignment(SwingConstants.LEFT);
             }
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTableModel.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTableModel.java
index 36ab568..18dfdab 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTableModel.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTableModel.java
@@ -178,7 +178,8 @@ public class SettingsTableModel extends AbstractTableModel {
                     getSettingsTab ().refreshProvider (unitProvider, false);
                 } else {
                     // was enabled -> remove from model and refresh
-                    getSettingsTab ().setNeedRefresh ();
+                    // getSettingsTab ().setNeedRefresh ();
+                    getSettingsTab ().refreshProvider (unitProvider, false);
                 }
             }
             break;
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/Unit.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/Unit.java
index 23b43d3..2b8beb8 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/Unit.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/Unit.java
@@ -44,6 +44,7 @@
 
 package org.netbeans.modules.autoupdate.ui;
 
+import java.awt.Image;
 import java.text.Collator;
 import java.text.DateFormat;
 import java.text.ParseException;
@@ -61,7 +62,6 @@ import org.netbeans.api.autoupdate.OperationSupport;
 import org.netbeans.api.autoupdate.UpdateElement;
 import org.netbeans.api.autoupdate.UpdateManager;
 import org.netbeans.api.autoupdate.UpdateUnit;
-import org.netbeans.api.autoupdate.UpdateUnitProvider.CATEGORY;
 import org.netbeans.modules.autoupdate.ui.UnitCategoryTableModel.Type;
 import org.openide.modules.SpecificationVersion;
 import org.openide.util.NbBundle;
@@ -76,7 +76,7 @@ public abstract class Unit {
     private boolean isVisible;
     private String filter;
     private String categoryName;
-    private static Logger log = Logger.getLogger (Unit.class.getName ());
+    static final Logger log = Logger.getLogger (Unit.class.getName ());
     private String displayDate = null;
     
     protected abstract UpdateElement getRelevantElement ();
@@ -522,8 +522,11 @@ public abstract class Unit {
             return container.contains (updateEl);
         }
         
+        @Override
         public void setMarked (boolean marked) {
-            assert marked != isMarked ();
+            if (marked == isMarked()) {
+                return;
+            }
             OperationContainer container = null;
             if (isNbms) {
                 container = Containers.forUpdateNbms ();
@@ -533,7 +536,11 @@ public abstract class Unit {
                 container = Containers.forUpdate ();
             }
             if (marked) {
-                container.add (updateUnit, updateEl);
+                try {
+                    container.add (updateUnit, updateEl);
+                } catch (IllegalArgumentException ex) {
+                    log.log(Level.WARNING, ex.getMessage());
+                }
             } else {
                 container.remove (updateEl);
             }
@@ -651,7 +658,7 @@ public abstract class Unit {
             if (u1 instanceof Unit.Available && u2 instanceof Unit.Available) {
                 Unit.Available unit1 = (Unit.Available)u1;
                 Unit.Available unit2 = (Unit.Available)u2;
-                return Collator.getInstance().compare(unit1.getSourceCategory().name(), unit2.getSourceCategory().name());
+                return Collator.getInstance().compare(unit1.getSourceDescription(), unit2.getSourceDescription());
             }
             
             throw new IllegalStateException();
@@ -692,13 +699,20 @@ public abstract class Unit {
             return (isNbms) ? UnitCategoryTableModel.Type.LOCAL : UnitCategoryTableModel.Type.AVAILABLE;
         }        
         
-        public CATEGORY getSourceCategory() {
-            return updateEl.getSourceCategory();
+        public Image getSourceIcon() {
+            return updateEl.getSourceIcon();
+        }
+        public String getSourceDescription() {
+            return updateEl.getSourceDescription();
         }
     }
 
     private static String getBundle (String key) {
         return NbBundle.getMessage (Unit.class, key);
     }
-    
+
+    @Override
+    public String toString() {
+        return super.toString() + "[" + getDisplayName() + "]";
+    }
 }
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitCategory.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitCategory.java
index 5c8ea05..119d6ca 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitCategory.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitCategory.java
@@ -169,4 +169,8 @@ public class UnitCategory {
 //        fireTableCellUpdated( firstRow-1, COL_GROUP );
     }
 
+    @Override
+    public String toString() {
+        return super.toString() + "[" + name + "]";
+    }
 }
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitCategoryTableModel.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitCategoryTableModel.java
index 8ae2bfb..a0b3441 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitCategoryTableModel.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitCategoryTableModel.java
@@ -51,6 +51,7 @@ import java.util.Comparator;
 import java.util.HashMap;
 import java.util.List;
 import java.util.Map;
+import java.util.logging.Level;
 import javax.swing.SwingUtilities;
 import javax.swing.table.AbstractTableModel;
 import javax.swing.table.JTableHeader;
@@ -105,10 +106,14 @@ public abstract class UnitCategoryTableModel extends AbstractTableModel {
         for (Unit unit : newUnits) {
             Boolean isChecked = capturedState.get(unit.updateUnit.getCodeName());
             if (isChecked != null) {
-                if (isChecked.booleanValue() && !unit.isMarked() && unit.canBeMarked()) {
-                    unit.setMarked(true);
-                } else if (!isChecked.booleanValue() && unit.isMarked() && unit.canBeMarked()) {
-                    unit.setMarked(false);
+                try {
+                    if (isChecked.booleanValue() && !unit.isMarked() && unit.canBeMarked()) {
+                        unit.setMarked(true);
+                    } else if (!isChecked.booleanValue() && unit.isMarked() && unit.canBeMarked()) {
+                        unit.setMarked(false);
+                    }
+                } catch (IllegalArgumentException ex) {
+                    Unit.log.log(Level.FINE, "Cannot change the unit state", ex);
                 }
             } else if (isMarkedAsDefault && !unit.isMarked() && unit.canBeMarked()) {
                 unit.setMarked(true);
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitDetails.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitDetails.java
index 2306c81..56c6bcf 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitDetails.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitDetails.java
@@ -44,15 +44,14 @@
 package org.netbeans.modules.autoupdate.ui;
 
 import java.awt.Color;
+import java.awt.Image;
 import java.io.CharConversionException;
 import java.net.URL;
 import java.util.ArrayList;
 import java.util.Comparator;
-import java.util.HashMap;
 import java.util.HashSet;
 import java.util.LinkedHashSet;
 import java.util.List;
-import java.util.Map;
 import java.util.Set;
 import java.util.TreeSet;
 import java.util.logging.Level;
@@ -65,7 +64,7 @@ import org.netbeans.api.autoupdate.OperationContainer.OperationInfo;
 import org.netbeans.api.autoupdate.UpdateElement;
 import org.netbeans.api.autoupdate.UpdateManager;
 import org.netbeans.api.autoupdate.UpdateUnit;
-import org.netbeans.api.autoupdate.UpdateUnitProvider.CATEGORY;
+import org.openide.util.Exceptions;
 import org.openide.util.NbBundle;
 import org.openide.util.RequestProcessor;
 import org.openide.xml.XMLUtil;
@@ -78,7 +77,7 @@ public class UnitDetails extends DetailsPanel {
 
     private final Logger err = Logger.getLogger("org.netbeans.modules.autoupdate.ui.UnitDetails");
     private RequestProcessor.Task unitDetailsTask = null;
-    private static final RequestProcessor UNIT_DETAILS_PROCESSOR = new RequestProcessor("unit-details-processor", 1, true);
+    static final RequestProcessor UNIT_DETAILS_PROCESSOR = new RequestProcessor("unit-details-processor", 1, true);
 
     /** Creates a new instance of UnitDetails */
     public UnitDetails() {
@@ -133,11 +132,14 @@ public class UnitDetails extends DetailsPanel {
         StringBuilder text = new StringBuilder();
         if (u instanceof Unit.Available) {
             Unit.Available u1 = (Unit.Available) u;
-            CATEGORY c = u1.getSourceCategory();
-            String categoryName = Utilities.getCategoryName(c);
-            URL icon = Utilities.getCategoryIcon(c);
+            Image c = u1.getSourceIcon();
+            Object url = c.getProperty("url", null);
+            String categoryName = u1.getSourceDescription();
             text.append("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>");
-            text.append("<td><img src=\"" + icon.toExternalForm() + "\"></img></td>");
+            if (url instanceof URL) {
+                text.append("<td><img src=\"" + url + "\"></img></td>");
+            }
+            text.append("<td></td>");
             text.append("<td>  </td>");
             text.append("<td><b>" + categoryName + "</b></td>");
             text.append("</tr></table><br>");
@@ -178,7 +180,12 @@ public class UnitDetails extends DetailsPanel {
 
         if (u.getDescription() != null && u.getDescription().length() > 0) {
             text.append("<br><h3>" + getBundle("UnitDetails_Plugin_Description") + "</h3>"); // NOI18N
-            text.append(u.getDescription());
+            String description = u.getDescription();
+            if(description.toLowerCase().startsWith("<html>")) {
+                text.append(description.substring(6));
+            } else {
+                text.append(description);
+            }
         }
         if (desc != null && desc.length() > 0) {
             text.append("<br><br><h4>" + getBundle("Unit_InternalUpdates_Title") + "</h4>"); // NOI18N
@@ -207,7 +214,14 @@ public class UnitDetails extends DetailsPanel {
         if (!(u instanceof Unit.InternalUpdate)) {
             OperationContainer<InstallSupport> container = OperationContainer.createForUpdate();
 
-            container.add(u.updateUnit, uu.getRelevantElement());
+            try {
+                container.add(u.updateUnit, uu.getRelevantElement());
+            } catch (IllegalArgumentException ex) {
+                Exceptions.attachMessage(ex, "Unit: " + u);
+                Exceptions.attachMessage(ex, "Unit.updateUnit: " + u.updateUnit);
+                Exceptions.attachMessage(ex, "Unit.getRelevantElement(): " + uu.getRelevantElement());
+                throw ex;
+            }
             Set<UpdateElement> required = new LinkedHashSet<UpdateElement>();
             List <OperationInfo<InstallSupport>> infos = container.listAll();
 
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitTab.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitTab.java
index f6604d3..bdae4d1 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitTab.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/UnitTab.java
@@ -50,6 +50,7 @@ import org.netbeans.modules.autoupdate.ui.wizards.UninstallUnitWizard;
 import org.netbeans.modules.autoupdate.ui.wizards.InstallUnitWizard;
 import java.awt.Component;
 import java.awt.Cursor;
+import java.awt.Image;
 import java.awt.Point;
 import java.awt.Rectangle;
 import java.awt.event.ActionEvent;
@@ -100,7 +101,6 @@ import javax.swing.table.TableModel;
 import org.netbeans.api.autoupdate.OperationContainer.OperationInfo;
 import org.netbeans.api.autoupdate.UpdateManager;
 import org.netbeans.api.autoupdate.UpdateUnit;
-import org.netbeans.api.autoupdate.UpdateUnitProvider.CATEGORY;
 import org.netbeans.api.progress.ProgressHandle;
 import org.netbeans.api.progress.ProgressHandleFactory;
 import org.netbeans.modules.autoupdate.ui.wizards.OperationWizardModel.OperationType;
@@ -377,6 +377,28 @@ public class UnitTab extends javax.swing.JPanel {
             }, 150);
         }
     }
+
+    final void updateTab(final Map<String, Boolean> state) {
+        final Runnable addUpdates = new Runnable() {
+            @Override
+            public void run() {
+                final LocallyDownloadedTableModel downloadedTableModel = ((LocallyDownloadedTableModel) model);
+                List<UpdateUnit> empty = Collections.emptyList();
+                downloadedTableModel.setUnits(empty);
+                SwingUtilities.invokeLater(new Runnable()  {
+
+                    public void run() {
+                        fireUpdataUnitChange();
+                        UnitCategoryTableModel.restoreState(model.getUnits(), state, model.isMarkedAsDefault());
+                        refreshState();
+                        setWaitingState(false);
+                    }
+                });
+            }
+        };
+        setWaitingState(true);
+        Utilities.startAsWorkerThread(addUpdates, 250);
+    }
     
     private TabAction getDefaultAction () {
         return (TabAction)bTabAction.getAction ();
@@ -1848,28 +1870,10 @@ public class UnitTab extends javax.swing.JPanel {
         public void performerImpl () {
             final Map<String, Boolean> state = UnitCategoryTableModel.captureState (model.getUnits ());
             if (getLocalDownloadSupport ().chooseNbmFiles ()) {
-                
-                final Runnable addUpdates = new Runnable (){
-                    public void run () {
-                        final LocallyDownloadedTableModel downloadedTableModel = ((LocallyDownloadedTableModel) model);
-                        List<UpdateUnit> empty = Collections.emptyList();
-                        downloadedTableModel.setUnits(empty);
-                        SwingUtilities.invokeLater(new Runnable() {
-                            public void run () {
-                                fireUpdataUnitChange();
-                                UnitCategoryTableModel.restoreState (model.getUnits (), state, model.isMarkedAsDefault ());                                
-                                refreshState ();
-                                setWaitingState (false);
-                            }
-                        });
-                    }
-                    
-                };
-                setWaitingState (true);
-                Utilities.startAsWorkerThread (addUpdates, 250);
+                updateTab (state);
             }
         }
-        
+
         @Override
         public void setEnabled (boolean enabled) {
             super.setEnabled (enabled);
@@ -1971,13 +1975,11 @@ public class UnitTab extends javax.swing.JPanel {
                 JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) {
             JLabel renderComponent = (JLabel)super.getTableCellRendererComponent (table, value, isSelected, hasFocus, row, column);
             
-            if (value instanceof CATEGORY) {
+            if (value instanceof Image) {
                 Unit u = model.getUnitAtRow (row);
                 if (u instanceof Unit.Available) {
                     Unit.Available a = (Unit.Available)u;
-                    CATEGORY state = a.getSourceCategory();
-                    URL icon = Utilities.getCategoryIcon(state);
-                    renderComponent.setIcon(new ImageIcon(icon));
+                    renderComponent.setIcon(ImageUtilities.image2Icon(a.getSourceIcon()));
                     renderComponent.setText ("");
                     renderComponent.setHorizontalAlignment (SwingConstants.CENTER);
                 }
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/Utilities.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/Utilities.java
index 7f99d1e..6bfde10 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/Utilities.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/Utilities.java
@@ -85,7 +85,7 @@ import org.openide.util.Exceptions;
 import org.openide.util.NbBundle;
 import org.openide.util.NbPreferences;
 import org.openide.util.RequestProcessor;
-import org.netbeans.api.autoupdate.UpdateUnitProvider.CATEGORY;
+import org.netbeans.modules.autoupdate.ui.actions.Installer;
 import org.netbeans.modules.autoupdate.ui.actions.ShowNotifications;
 import org.openide.util.Task;
 import org.openide.util.TaskListener;
@@ -166,7 +166,7 @@ public class Utilities {
 
         for (UpdateUnit u : units) {
             UpdateElement el = u.getInstalled ();
-            if (! u.isPending() && el != null) {
+            if (! u.isPending() && el != null && el.isEnabled()) {
                 List<UpdateElement> updates = u.getAvailableUpdates ();
                 if (updates.isEmpty()) {
                     continue;
@@ -230,6 +230,9 @@ public class Utilities {
             for(UpdateUnit uu : otherUnits) {
                 UpdateUnit u = getVisibleUnitForInvisibleModule(uu, coveredByVisibleMap);
                 if (u != null) {
+                    if (u.getInstalled() != null && !u.getInstalled().isEnabled()) {
+                        continue;
+                    }
                     boolean exist = false;
                     for(Unit.InternalUpdate internal : internals) {
                         if(internal.getVisibleUnit() == u) {
@@ -262,6 +265,9 @@ public class Utilities {
         for (UpdateUnit invisibleUnit : invisibleElementsWithoutVisibleParent) {
             boolean add = true;
             UpdateElement update = invisibleUnit.getAvailableUpdates().get(0);
+            if (invisibleUnit.getInstalled() != null && !invisibleUnit.getInstalled().isEnabled()) {
+                continue;
+            }
             for(UpdateUnit key : coveredByInvisibleMap.keySet()) {
                 if(key.equals(invisibleUnit)) {
                     continue;
@@ -625,26 +631,27 @@ public class Utilities {
                         final long friendlyEstimatedTime = estimatedTime + 2/*friendly constant*/;
                         handle.start ((int) friendlyEstimatedTime * 10, friendlyEstimatedTime); 
                         handle.progress (progressDisplayName, 0);
-                        final RequestProcessor.Task runnableTask = RequestProcessor.getDefault ().post (runnableCode);
-                        RequestProcessor.getDefault ().post (new Runnable () {
-                            public void run () {
-                                int i = 0;
-                                while (! runnableTask.isFinished ()) {
-                                    try {
-                                        if (friendlyEstimatedTime * 10 > i++) {
-                                            handle.progress (progressDisplayName, i);
-                                        } else {
-                                            handle.switchToIndeterminate ();
-                                            handle.progress (progressDisplayName);
-                                            return ;
-                                        }
-                                        Thread.sleep (100);
-                                    } catch (InterruptedException ex) {
-                                        // no worries
-                                    }
-                                }
-                            }
-                        });
+                        final RequestProcessor.Task runnableTask = Installer.RP.post (runnableCode);
+                        RequestProcessor.Task post = Installer.RP.post (new Runnable () {
+                            @Override
+                             public void run () {
+                                 int i = 0;
+                                 while (! runnableTask.isFinished ()) {
+                                     try {
+                                         if (friendlyEstimatedTime * 10 > i++) {
+                                             handle.progress (progressDisplayName, i);
+                                         } else {
+                                             handle.switchToIndeterminate ();
+                                             handle.progress (progressDisplayName);
+                                             return ;
+                                         }
+                                         Thread.sleep (100);
+                                     } catch (InterruptedException ex) {
+                                         // no worries
+                                     }
+                                 }
+                             }
+                         });
                         runnableTask.addTaskListener (new TaskListener () {
                             public void taskFinished (Task task) {
                                 task.removeTaskListener (this);
@@ -790,6 +797,7 @@ public class Utilities {
     public static Comparator<String> getCategoryComparator () {
         return new Comparator<String> () {
             public int compare (String o1, String o2) {
+                /*
                 // Libraries always put in the last place.
                 if (LIBRARIES_CATEGORY.equals (o1)) {
                     if (LIBRARIES_CATEGORY.equals (o2)) {
@@ -828,6 +836,9 @@ public class Utilities {
                         return Collator.getInstance ().compare (o1, o2);
                     }
                 }
+                 *
+                 */
+                return Collator.getInstance ().compare (o1, o2);
             }
         };
     }
@@ -902,31 +913,4 @@ public class Utilities {
         return NbPreferences.forModule (Utilities.class);
     }
     
-    static String getCategoryName(CATEGORY category) {
-        String key = null;
-        switch (category) {
-            case STANDARD:
-                key = "AvailableTab_SourceCategory_Tooltip_STANDARD"; //NOI18N
-                break;
-            case BETA:
-                key = "AvailableTab_SourceCategory_Tooltip_BETA"; //NOI18N
-                break;
-            case COMMUNITY:
-                key = "AvailableTab_SourceCategory_Tooltip_COMMUNITY"; //NOI18N
-                break;
-        }
-        return (key != null) ? getBundle(key) : null;
-    }
-    
-    static URL getCategoryIcon(CATEGORY state) {
-        URL retval = null;
-        if (CATEGORY.BETA.equals(state)) {
-            retval = Utilities.class.getResource("/org/netbeans/modules/autoupdate/ui/resources/icon-beta.png"); // NOI18N
-        } else if (CATEGORY.COMMUNITY.equals(state)) {
-            retval = Utilities.class.getResource("/org/netbeans/modules/autoupdate/ui/resources/icon-community.png"); // NOI18N
-        } else if (CATEGORY.STANDARD.equals(state)) {
-            retval = Utilities.class.getResource("/org/netbeans/modules/autoupdate/ui/resources/icon-standard.png"); // NOI18N
-        }
-        return retval;
-    }    
 }
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/actions/AutoupdateCheckScheduler.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/actions/AutoupdateCheckScheduler.java
index fa142db..b89fc2b 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/actions/AutoupdateCheckScheduler.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/actions/AutoupdateCheckScheduler.java
@@ -47,6 +47,7 @@ package org.netbeans.modules.autoupdate.ui.actions;
 import java.awt.event.ActionEvent;
 import java.awt.event.ActionListener;
 import java.io.IOException;
+import java.net.UnknownHostException;
 import java.util.ArrayList;
 import java.util.Calendar;
 import java.util.Collection;
@@ -109,15 +110,17 @@ public class AutoupdateCheckScheduler {
             // schedule refresh providers
             // install update checker when UI is ready (main window shown)
             WindowManager.getDefault().invokeWhenUIReady(new Runnable () {
+                @Override
                 public void run () {
-                    RequestProcessor.getDefault ().post (doCheck, 5000);
+                    Installer.RP.post (doCheck, 5000);
                 }
             });
         } else {
             // install update checker when UI is ready (main window shown)
             WindowManager.getDefault().invokeWhenUIReady(new Runnable () {
+                @Override
                 public void run () {
-                    RequestProcessor.getDefault ().post (doCheckLazyUpdates, 11000);
+                    Installer.RP.post (doCheckLazyUpdates, 11000);
                 }
             });
         }
@@ -127,7 +130,7 @@ public class AutoupdateCheckScheduler {
         refreshUpdateCenters (null);
         final int delay = 500;
         final long startTime = System.currentTimeMillis ();
-        RequestProcessor.Task t = RequestProcessor.getDefault ().post (doCheckAvailableUpdates, delay);
+        RequestProcessor.Task t = Installer.RP.post (doCheckAvailableUpdates, delay);
         t.addTaskListener (new TaskListener () {
             public void taskFinished (Task task) {
                 task.removeTaskListener (this);
@@ -153,7 +156,11 @@ public class AutoupdateCheckScheduler {
                     }
                     Utilities.showProviderNotification(p);
                 } catch (IOException ioe) {
-                    err.log (Level.INFO, ioe.getMessage (), ioe);
+                    if (ioe instanceof UnknownHostException || ioe.getCause() instanceof UnknownHostException) {
+                        // Most likely just offline. Do not print a stack trace. DownloadListener.notifyException already issuing warning.
+                    } else {
+                        err.log(Level.INFO, null, ioe);
+                    }
                     if (problems != null) {
                         problems.add (ioe.getLocalizedMessage ());
                     }
@@ -167,7 +174,7 @@ public class AutoupdateCheckScheduler {
     private static Runnable doCheckAvailableUpdates = new Runnable () {
         public void run () {
             if (SwingUtilities.isEventDispatchThread ()) {
-                RequestProcessor.getDefault ().post (doCheckAvailableUpdates);
+                Installer.RP.post (doCheckAvailableUpdates);
                 return ;
             }
             boolean hasUpdates = false;
@@ -179,12 +186,12 @@ public class AutoupdateCheckScheduler {
             if (! hasUpdates && Utilities.shouldCheckAvailableNewPlugins ()) {
                 LazyUnit.storeUpdateElements (OperationType.INSTALL, checkUpdateElements (OperationType.INSTALL, false));
             }
-            RequestProcessor.getDefault ().post (doCheckLazyUpdates, 500);
+            Installer.RP.post (doCheckLazyUpdates, 500);
         }
     };
     
     public static void runCheckAvailableUpdates (int delay) {
-        RequestProcessor.getDefault ().post (doCheckAvailableUpdates, delay);
+        Installer.RP.post (doCheckAvailableUpdates, delay);
     }
 
     public static Collection<UpdateElement> checkUpdateElements (OperationType type, boolean forceReload) {
@@ -421,9 +428,10 @@ public class AutoupdateCheckScheduler {
     }
     
     private static Runnable doCheck = new Runnable () {
+        @Override
         public void run() {
             if (SwingUtilities.isEventDispatchThread ()) {
-                RequestProcessor.getDefault ().post (doCheck);
+                Installer.RP.post (doCheck);
                 return ;
             }
             if (timeToCheck ()) {
@@ -437,9 +445,10 @@ public class AutoupdateCheckScheduler {
     };
     
     private static Runnable doCheckLazyUpdates = new Runnable () {
+        @Override
         public void run () {
             if (SwingUtilities.isEventDispatchThread ()) {
-                RequestProcessor.getDefault ().post (doCheckLazyUpdates);
+                Installer.RP.post (doCheckLazyUpdates);
                 return ;
             }
             Collection<LazyUnit> updates = LazyUnit.loadLazyUnits (OperationType.UPDATE);
@@ -504,7 +513,7 @@ public class AutoupdateCheckScheduler {
                         if (pluginManagerUI != null) {
                             pluginManagerUI.updateUnitsChanged();
                         }
-                        RequestProcessor.getDefault ().post (doCheckAvailableUpdates);
+                        Installer.RP.post (doCheckAvailableUpdates);
                     }
                 }
             }
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/actions/Installer.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/actions/Installer.java
index 750a3f9..a0f4b42 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/actions/Installer.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/actions/Installer.java
@@ -45,12 +45,14 @@
 package org.netbeans.modules.autoupdate.ui.actions;
 
 import org.openide.modules.ModuleInstall;
+import org.openide.util.RequestProcessor;
 
 /**
  * Manages a module's lifecycle. Remember that an installer is optional and
  * often not needed at all.
  */
 public class Installer extends ModuleInstall {
+    public static final RequestProcessor RP = new RequestProcessor("AutoUpdate-UI"); // NOI18N
     
     @Override
     public void restored () {
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/api/PluginManager.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/api/PluginManager.java
index 569a04d..0fec81b 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/api/PluginManager.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/api/PluginManager.java
@@ -46,39 +46,58 @@ import java.util.List;
 import org.netbeans.api.autoupdate.InstallSupport;
 import org.netbeans.api.autoupdate.OperationContainer;
 import org.netbeans.api.autoupdate.OperationContainer.OperationInfo;
-import org.netbeans.modules.autoupdate.ui.actions.PluginManagerAction;
+import org.netbeans.api.autoupdate.UpdateManager;
 import org.netbeans.modules.autoupdate.ui.wizards.InstallUnitWizard;
 import org.netbeans.modules.autoupdate.ui.wizards.InstallUnitWizardModel;
 import org.netbeans.modules.autoupdate.ui.wizards.OperationWizardModel.OperationType;
 
-/**
- *
+/** Access to UI features of PluginManager that can be useful in other modules
+ * as well. 
+ * @since 1.21
+ * 
  * @author Jirka Rechtacek
  */
 public final class PluginManager {
-    private static PluginManagerAction p = null;
-    private static Runnable toRun = null;
-    public static void show () {
-        if (p == null) {
-            p = new PluginManagerAction ();
-        }
-        p.performAction ();
+    private PluginManager() {
     }
 
-    public static boolean openInstallWizard (OperationContainer<InstallSupport> updateContainer) {
-        if (updateContainer == null) {
+    /** Open standard dialog for installing set of modules. Shows it to the user,
+     * asks for confirmation, license acceptance, etc. The whole operation requires
+     * AWT dispatch thread access (to show the dialog) and blocks 
+     * (until the user clicks through), so either call from AWT dispatch thread
+     * directly, or be sure you hold no locks and block no progress of other
+     * threads to avoid deadlocks.
+<pre>
+{@link OperationContainer}<InstallSupport> container = OperationContainer.createForInstall();
+for ({@link UpdateUnit} u : {@link UpdateManager#getUpdateUnits(org.netbeans.api.autoupdate.UpdateManager.TYPE[]) UpdateManager.getDefault().getUpdateUnits(UpdateManager.TYPE.MODULE)}) {
+    if (u.getCodeName().matches("org.my.favorite.module")) {
+        if (u.getAvailableUpdates().isEmpty()) {
+            continue;
+        }
+        container.add(u.getAvailableUpdates().get(0));
+    }
+}
+PluginManager.openInstallWizard(container);
+</pre>
+     * 
+     * @param container the container with list of modules for install
+     * @return true if all the requested modules were successfullly installed, 
+     *    false otherwise.
+     */
+    public static boolean openInstallWizard(OperationContainer<InstallSupport> container) {
+        if (container == null) {
             throw new IllegalArgumentException ("OperationContainer cannot be null."); // NOI18N
         }
-        List<OperationContainer.OperationInfo<InstallSupport>> all = updateContainer.listAll ();
+        List<OperationContainer.OperationInfo<InstallSupport>> all = container.listAll ();
         if (all.isEmpty ()) {
             throw new IllegalArgumentException ("OperationContainer cannot be empty."); // NOI18N
         }
-        List<OperationContainer.OperationInfo<InstallSupport>> invalid = updateContainer.listInvalid();
+        List<OperationContainer.OperationInfo<InstallSupport>> invalid = container.listInvalid();
         if (! invalid.isEmpty ()) {
             throw new IllegalArgumentException ("OperationContainer cannot contain invalid elements but " + invalid); // NOI18N
         }
         OperationInfo<InstallSupport> info = all.get (0);
         OperationType doOperation = info.getUpdateUnit ().getInstalled () == null ? OperationType.INSTALL : OperationType.UPDATE;
-        return new InstallUnitWizard ().invokeWizard (new InstallUnitWizardModel (doOperation, updateContainer));
+        return new InstallUnitWizard ().invokeWizard (new InstallUnitWizardModel (doOperation, container), false);
     }
 }
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/InstallStep.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/InstallStep.java
index 76b4dcf..fa2ec77 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/InstallStep.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/InstallStep.java
@@ -138,23 +138,29 @@ public class InstallStep implements WizardDescriptor.FinishablePanel<WizardDescr
     private boolean wasStored = false;
     private boolean runInBg = false;
     private OperationException installException;
+    private final boolean allowRunInBackground;
     
     /** Creates a new instance of OperationDescriptionStep */
     public InstallStep (InstallUnitWizardModel model) {
         this (model, false);
     }
     public InstallStep (InstallUnitWizardModel model, boolean clearLazyUnits) {
+        this(model, clearLazyUnits, true);
+    }
+    public InstallStep (InstallUnitWizardModel model, boolean clearLazyUnits, boolean allowRunInBackground) {
         this.model = model;
         this.clearLazyUnits = clearLazyUnits;
+        this.allowRunInBackground = allowRunInBackground;
     }
     
     public boolean isFinishPanel() {
         return true;
     }
 
+    @Override
     public PanelBodyContainer getComponent() {
         if (component == null) {
-            panel = new OperationPanel (true);
+            panel = new OperationPanel(allowRunInBackground);
             panel.addPropertyChangeListener (new PropertyChangeListener () {
                     public void propertyChange (PropertyChangeEvent evt) {
                         if (OperationPanel.RUN_ACTION.equals (evt.getPropertyName ())) {
@@ -174,7 +180,8 @@ public class InstallStep implements WizardDescriptor.FinishablePanel<WizardDescr
     }
     
     private RequestProcessor.Task createInstallTask () {
-        return RequestProcessor.getDefault ().create (new Runnable () {
+        return org.netbeans.modules.autoupdate.ui.actions.Installer.RP.create (new Runnable () {
+            @Override
             public void run () {
                 doDownloadAndVerificationAndInstall ();
             }
@@ -207,7 +214,8 @@ public class InstallStep implements WizardDescriptor.FinishablePanel<WizardDescr
         OperationContainer installContainer = model.getBaseContainer ();
         final InstallSupport support = model.getInstallSupport ();
         assert support != null : "OperationSupport cannot be null because OperationContainer " +
-                "contains elements: " + installContainer.listAll () + " and invalid elements " + installContainer.listInvalid ();
+                "contains elements: " + installContainer.listAll () + " and invalid elements " + installContainer.listInvalid () + "\ncontainer: " + installContainer;
+        assert installContainer.listInvalid ().isEmpty () : support + ".listInvalid().isEmpty() but " + installContainer.listInvalid () + " container: " + installContainer;
         
         boolean finish = false;
         while (! finish) {
@@ -229,17 +237,18 @@ public class InstallStep implements WizardDescriptor.FinishablePanel<WizardDescr
         if (inBackground) {
             assert SwingUtilities.isEventDispatchThread () : "In AWT queue only.";
             Window w = SwingUtilities.getWindowAncestor (getComponent ());
+            if (spareHandle != null && !spareHandleStarted) {
+                indeterminateProgress = true;
+                spareHandle.setInitialDelay(0);
+                spareHandle.start();
+                spareHandleStarted = true;
+            }
             if (w != null) {
                 w.setVisible (false);
             }
             if (model.getPluginManager () != null) {
                 model.getPluginManager ().close ();
             }
-            if (spareHandle != null && ! spareHandleStarted) {
-                indeterminateProgress = true;
-                spareHandle.start ();
-                spareHandleStarted = true;
-            }
         } else {
             assert false : "Cannot set runInBackground to false";
         }
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/InstallUnitWizard.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/InstallUnitWizard.java
index 961889e..ffda495 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/InstallUnitWizard.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/InstallUnitWizard.java
@@ -74,7 +74,11 @@ public class InstallUnitWizard {
     }
     
     public boolean invokeWizard (InstallUnitWizardModel model) {
-        WizardDescriptor.Iterator<WizardDescriptor> iterator = new InstallUnitWizardIterator (model);
+        return invokeWizard(model, true);
+    }
+    public boolean invokeWizard (InstallUnitWizardModel model, boolean allowRunInBackground) {
+        WizardDescriptor.Iterator<WizardDescriptor> iterator;
+        iterator = new InstallUnitWizardIterator (model, true, allowRunInBackground);
         return implInvokeWizard (iterator);
     }
     
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/InstallUnitWizardIterator.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/InstallUnitWizardIterator.java
index 81e0d62..51ff13a 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/InstallUnitWizardIterator.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/InstallUnitWizardIterator.java
@@ -66,14 +66,19 @@ public final class InstallUnitWizardIterator implements WizardDescriptor.Iterato
     private WizardDescriptor.Panel<WizardDescriptor> installStep = null;
     private boolean isCompact = false;
     private boolean clearLazyUnits = false;
+    private final boolean allowRunInBackground;
     
     public InstallUnitWizardIterator (InstallUnitWizardModel model) {
         this (model, false);
     }
     
     public InstallUnitWizardIterator (InstallUnitWizardModel model, boolean clearLazyUnits) {
+        this(model, clearLazyUnits, true);
+    }
+    public InstallUnitWizardIterator (InstallUnitWizardModel model, boolean clearLazyUnits, boolean allowRunInBackground) {
         this.installModel = model;
         this.clearLazyUnits = clearLazyUnits;
+        this.allowRunInBackground = allowRunInBackground;
         createPanels ();
         index = 0;
     }
@@ -90,7 +95,7 @@ public final class InstallUnitWizardIterator implements WizardDescriptor.Iterato
         panels.add (licenseApprovalStep);
         customHandleStep = new CustomHandleStep (installModel);
         panels.add (customHandleStep);
-        installStep = new InstallStep (installModel, clearLazyUnits);
+        installStep = new InstallStep (installModel, clearLazyUnits, allowRunInBackground);
         panels.add (installStep);
     }
     
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/LazyOperationDescriptionStep.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/LazyOperationDescriptionStep.java
index b2b4b23..644d1c1 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/LazyOperationDescriptionStep.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/LazyOperationDescriptionStep.java
@@ -45,6 +45,7 @@
 package org.netbeans.modules.autoupdate.ui.wizards;
 
 import java.awt.Component;
+import java.awt.EventQueue;
 import java.util.ArrayList;
 import java.util.Collection;
 import java.util.Collections;
@@ -59,6 +60,7 @@ import org.netbeans.api.autoupdate.UpdateManager;
 import org.netbeans.api.autoupdate.UpdateUnit;
 import org.netbeans.modules.autoupdate.ui.Utilities;
 import org.netbeans.modules.autoupdate.ui.actions.AutoupdateCheckScheduler;
+import org.netbeans.modules.autoupdate.ui.actions.Installer;
 import org.netbeans.modules.autoupdate.ui.wizards.LazyInstallUnitWizardIterator.LazyUnit;
 import org.netbeans.modules.autoupdate.ui.wizards.OperationWizardModel.OperationType;
 import org.openide.WizardDescriptor;
@@ -141,7 +143,7 @@ public class LazyOperationDescriptionStep implements WizardDescriptor.Panel<Wiza
     @SuppressWarnings("unchecked")
     private void checkRealUpdates () {
         final Collection<String> problems=new ArrayList<String>();
-        checkRealUpdatesTask = RequestProcessor.getDefault ().post (new Runnable () {
+        checkRealUpdatesTask = Installer.RP.post (new Runnable () {
             public void run () {
                 final Collection<UpdateElement> updates = AutoupdateCheckScheduler.checkUpdateElements (operationType,problems, forceReload);
                 hasUpdates = updates != null && ! updates.isEmpty ();
@@ -183,43 +185,45 @@ public class LazyOperationDescriptionStep implements WizardDescriptor.Panel<Wiza
                 }
             }
         });
-        checkRealUpdatesTask.addTaskListener (new TaskListener () {
+        class TLAndR implements TaskListener, Runnable { 
+            @Override
             public void taskFinished (Task task) {
                 task.removeTaskListener (this);
-                if (! hasUpdates) {
-                    JPanel bodyTmp = null;
-                    if(problems==null || problems.isEmpty())
-                    {
-                        bodyTmp = new OperationDescriptionPanel (
-                            getBundle ("LazyOperationDescriptionStep_NoUpdates_Title"), // NOI18N
-                            getBundle ("LazyOperationDescriptionStep_NoUpdates"), // NOI18N
-                            "", "",
-                            false);
-                    }
-                    else
-                    {
-                        bodyTmp = new OperationDescriptionPanel (
-                            getBundle ("LazyOperationDescriptionStep_NoUpdatesWithProblems_Title"), // NOI18N
-                            getBundle ("LazyOperationDescriptionStep_NoUpdatesWithProblems"), // NOI18N
-                            "", "",
-                            false);
-                    }
-                    final JPanel body = bodyTmp;
+                if (!hasUpdates) {
                     installModel = Collections.EMPTY_SET;
-                    new InstallUnitWizardModel (null, null).modifyOptionsForDoClose (wd);
+                    new InstallUnitWizardModel(null, null).modifyOptionsForDoClose(wd);
                     canClose = true;
-                    LazyUnit.storeLazyUnits (operationType, installModel);
-                    SwingUtilities.invokeLater (new Runnable () {
-                        public void run () {
-                            component.setBody (body);
-                            component.setWaitingState (false);
-                            AutoupdateCheckScheduler.notifyAvailable (installModel, operationType);
-                            fireChange ();
-                        }
-                    });
+                    LazyUnit.storeLazyUnits(operationType, installModel);
+                    EventQueue.invokeLater(this);
                 }
             }
-        });
+            
+            @Override
+            public void run() {
+                JPanel body = null;
+                if(problems==null || problems.isEmpty())
+                {
+                    body = new OperationDescriptionPanel (
+                        getBundle ("LazyOperationDescriptionStep_NoUpdates_Title"), // NOI18N
+                        getBundle ("LazyOperationDescriptionStep_NoUpdates"), // NOI18N
+                        "", "",
+                        false);
+                }
+                else
+                {
+                    body = new OperationDescriptionPanel (
+                        getBundle ("LazyOperationDescriptionStep_NoUpdatesWithProblems_Title"), // NOI18N
+                        getBundle ("LazyOperationDescriptionStep_NoUpdatesWithProblems"), // NOI18N
+                        "", "",
+                        false);
+                }
+                component.setBody (body);
+                component.setWaitingState (false);
+                AutoupdateCheckScheduler.notifyAvailable (installModel, operationType);
+                fireChange ();
+            }
+        }
+        checkRealUpdatesTask.addTaskListener (new TLAndR());
     }
     
     private String preparePluginsForShow (Collection<LazyUnit> units, OperationType type) {
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/LicenseApprovalStep.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/LicenseApprovalStep.java
index 3d69b65..6cb063a 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/LicenseApprovalStep.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/LicenseApprovalStep.java
@@ -56,6 +56,7 @@ import javax.swing.SwingUtilities;
 import javax.swing.event.ChangeEvent;
 import javax.swing.event.ChangeListener;
 import org.netbeans.api.autoupdate.OperationException;
+import org.netbeans.modules.autoupdate.ui.actions.Installer;
 import org.openide.WizardDescriptor;
 import org.openide.util.HelpCtx;
 import org.openide.util.NbBundle;
@@ -99,7 +100,8 @@ public class LicenseApprovalStep implements WizardDescriptor.FinishablePanel<Wiz
     }
 
     private void appendLoadingLazy () {
-        lazyLoadingTask = RequestProcessor.getDefault ().post (new Runnable () {
+        lazyLoadingTask = Installer.RP.post (new Runnable () {
+            @Override
             public void run () {
                 panel = new LicenseApprovalPanel (model, isApproved);
                 panel.addPropertyChangeListener (LicenseApprovalPanel.LICENSE_APPROVED, new PropertyChangeListener () {
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationDescriptionPanel.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationDescriptionPanel.java
index 6037e42..c3ef9db 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationDescriptionPanel.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationDescriptionPanel.java
@@ -44,6 +44,7 @@
 
 package org.netbeans.modules.autoupdate.ui.wizards;
 
+import java.awt.EventQueue;
 import javax.swing.GroupLayout;
 import javax.swing.GroupLayout.Alignment;
 import javax.swing.LayoutStyle;
@@ -65,6 +66,7 @@ public class OperationDescriptionPanel extends javax.swing.JPanel {
     private static String ACD_TEXT_HTML;
     /** Creates new form OperationDescriptionPanel */
     public OperationDescriptionPanel (String primary, String primaryU, String depending, String dependingU, boolean hasRequired) {
+        assert EventQueue.isDispatchThread();
         this.tpPrimaryTitleText = primary;
         this.tpPrimaryPluginsText = primaryU;
         this.tpDependingTitleText = depending;
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationDescriptionStep.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationDescriptionStep.java
index b5f6aa9..d38d97e 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationDescriptionStep.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationDescriptionStep.java
@@ -45,6 +45,7 @@
 package org.netbeans.modules.autoupdate.ui.wizards;
 
 import java.awt.Component;
+import java.text.Collator;
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.Comparator;
@@ -69,6 +70,7 @@ import org.netbeans.api.autoupdate.UpdateManager;
 import org.netbeans.api.autoupdate.UpdateUnit;
 import org.netbeans.modules.autoupdate.ui.Containers;
 import org.netbeans.modules.autoupdate.ui.Utilities;
+import org.netbeans.modules.autoupdate.ui.actions.Installer;
 import org.netbeans.modules.autoupdate.ui.wizards.OperationWizardModel.OperationType;
 import org.openide.WizardDescriptor;
 import org.openide.modules.Dependency;
@@ -180,7 +182,8 @@ public class OperationDescriptionStep implements WizardDescriptor.Panel<WizardDe
     }
     
     private void appendDependingLazy (final String tableTitle, final String dependenciesTitle) {
-        lazyDependingTask = RequestProcessor.getDefault ().post (new Runnable () {
+        lazyDependingTask = Installer.RP.post (new Runnable () {
+            @Override
             public void run () {
                 JPanel body = null;
                 // init required elements
@@ -191,33 +194,38 @@ public class OperationDescriptionStep implements WizardDescriptor.Panel<WizardDe
                     ((InstallUnitWizardModel) model).hasStandardComponents ();
                 }
                 boolean hasBrokenDependencies = model.hasBrokenDependencies ();
+                final String[] args = { null, null, null, null };
+                final boolean[] barg = { false };
                 if (hasBrokenDependencies) {
-                    body = new OperationDescriptionPanel ("", "",
-                            prepareBrokenDependenciesForShow (model),
-                            "",
-                            true);
+                    args[0] = "";
+                    args[1] = "";
+                    args[2] = prepareBrokenDependenciesForShow (model);
+                    args[3] = "";
+                    barg[0] = true;
                 } else {
-                    body = new OperationDescriptionPanel (tableTitle,
-                            preparePluginsForShow (
+                    args[0] = tableTitle;
+                    args[1] = preparePluginsForShow (
                                 model.getPrimaryUpdateElements(),
                                 model.getPrimaryVisibleUpdateElements(true),
                                 model.getCustomHandledComponents (),
                                 model.getOperation (),
-                                true),
-                            dependenciesTitle,
-                            preparePluginsForShow (
+                                true);
+                    args[2] = dependenciesTitle;
+                    args[3] = preparePluginsForShow (
                                 model.getRequiredUpdateElements(),
                                 model.getRequiredVisibleUpdateElements(),
                                 null,
                                 model.getOperation (),
-                                true),
-                            ! model.getRequiredVisibleUpdateElements().isEmpty ());
+                                true);
+                    barg[0] = !model.getRequiredVisibleUpdateElements().isEmpty();
                 }
-                final JPanel finalPanel = body;
                 readyToGo = model != null && ! hasBrokenDependencies;
                 SwingUtilities.invokeLater (new Runnable () {
                     public void run () {
-                        component.setBody (finalPanel);
+                        JPanel p = new OperationDescriptionPanel(
+                            args[0], args[1], args[2], args[3], barg[0]
+                        );
+                        component.setBody (p);
                         component.setWaitingState (false);
                         fireChange ();
                     }
@@ -428,7 +436,7 @@ public class OperationDescriptionStep implements WizardDescriptor.Panel<WizardDe
                         }
                     } else {
                         updatename += getBundle("OperationDescriptionStep_UpdatePluginVersionFormat", oldVersion, newVersion);
-                        if(checkInternalUpdates) {
+                        if(checkInternalUpdates && !el.getUpdateUnit().isPending()) {
                             container.add(el);
                         }
                     }
@@ -497,7 +505,12 @@ public class OperationDescriptionStep implements WizardDescriptor.Panel<WizardDe
                 }
                 names.add (updatename);
             }
-            Collections.sort (names);
+            Collections.sort(names, new Comparator<String>() {
+
+                public int compare(String o1, String o2) {
+                    return Collator.getInstance().compare(o1, o2);
+                }
+            });
             for (String name : names) {
                 s += name;
             }
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationPanel.form b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationPanel.form
index 5ac9d46..c40a054 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationPanel.form
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationPanel.form
@@ -1,9 +1,42 @@
-<?xml version="1.0" encoding="UTF-8" ?>
+<?xml version="1.1" encoding="UTF-8" ?>
 
 <Form version="1.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <NonVisualComponents>
     <Component class="javax.swing.ButtonGroup" name="bgRestartButtons">
     </Component>
+    <Container class="javax.swing.JPanel" name="pContainerList1">
+
+      <Layout>
+        <DimensionLayout dim="0">
+          <Group type="103" groupAlignment="0" attributes="0">
+              <EmptySpace min="0" pref="156" max="32767" attributes="0"/>
+              <Group type="103" rootIndex="1" groupAlignment="0" attributes="0">
+                  <Component id="jScrollPane1" alignment="1" pref="156" max="32767" attributes="0"/>
+              </Group>
+          </Group>
+        </DimensionLayout>
+        <DimensionLayout dim="1">
+          <Group type="103" groupAlignment="0" attributes="0">
+              <EmptySpace min="0" pref="144" max="32767" attributes="0"/>
+              <Group type="103" rootIndex="1" groupAlignment="0" attributes="0">
+                  <Component id="jScrollPane1" alignment="1" pref="144" max="32767" attributes="0"/>
+              </Group>
+          </Group>
+        </DimensionLayout>
+      </Layout>
+      <SubComponents>
+        <Container class="javax.swing.JScrollPane" name="jScrollPane1">
+
+          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
+          <SubComponents>
+            <Container class="javax.swing.JPanel" name="pContainerList2">
+
+              <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
+            </Container>
+          </SubComponents>
+        </Container>
+      </SubComponents>
+    </Container>
   </NonVisualComponents>
   <AuxValues>
     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationPanel.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationPanel.java
index 0d63c51..cd239db 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationPanel.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationPanel.java
@@ -46,7 +46,10 @@ package org.netbeans.modules.autoupdate.ui.wizards;
 
 import java.awt.BorderLayout;
 import java.awt.Dimension;
+import java.text.Collator;
 import java.util.ArrayList;
+import java.util.Collections;
+import java.util.Comparator;
 import java.util.List;
 import java.util.Set;
 import javax.swing.JComponent;
@@ -55,7 +58,7 @@ import javax.swing.JTextArea;
 import javax.swing.JTextPane;
 import javax.swing.SwingUtilities;
 import org.netbeans.api.autoupdate.UpdateElement;
-import org.openide.util.RequestProcessor;
+import org.netbeans.modules.autoupdate.ui.actions.Installer;
 
 /**
  *
@@ -79,7 +82,8 @@ public class OperationPanel extends javax.swing.JPanel {
     @Override
     public void addNotify () {
         super.addNotify ();
-        RequestProcessor.getDefault ().post(new Runnable () {
+        Installer.RP.post(new Runnable () {
+            @Override
             public void run () {
                 firePropertyChange (RUN_ACTION, null, Boolean.TRUE);
             }
@@ -156,6 +160,14 @@ public class OperationPanel extends javax.swing.JPanel {
     
     public void setBody (final String msg, final Set<UpdateElement> updateElements) {
         final List<UpdateElement> elements = new ArrayList<UpdateElement> (updateElements);
+        
+        Collections.sort(elements, new Comparator<UpdateElement>() {
+
+                public int compare(UpdateElement o1, UpdateElement o2) {
+                    return Collator.getInstance().compare(o1.getDisplayName(), o2.getDisplayName());
+                }
+            });
+        
         if (SwingUtilities.isEventDispatchThread ()) {
             setBodyInEQ (msg, elements);
         } else {
@@ -170,7 +182,8 @@ public class OperationPanel extends javax.swing.JPanel {
     private void setBodyInEQ (String msg, List<UpdateElement> elements) {
         pProgress.removeAll ();
         pProgress.add (getTitleComponent (msg), BorderLayout.NORTH);
-        pProgress.add (getElementsComponent (elements), BorderLayout.CENTER);
+        pContainerList2.add(getElementsComponent(elements), BorderLayout.CENTER);
+        pProgress.add(pContainerList1, BorderLayout.CENTER);
         pAboveSpace.setVisible(false);
         revalidate ();
     }
@@ -178,7 +191,8 @@ public class OperationPanel extends javax.swing.JPanel {
     private void setBodyInEQ (String msg, String elements) {
         pProgress.removeAll ();
         pProgress.add (getTitleComponent (msg), BorderLayout.NORTH);
-        pProgress.add (getElementsComponent (elements), BorderLayout.CENTER);
+        pContainerList2.add(getElementsComponent(elements), BorderLayout.CENTER);
+        pProgress.add (pContainerList1, BorderLayout.CENTER);
         pAboveSpace.setVisible(false);
         revalidate ();
     }
@@ -218,6 +232,9 @@ public class OperationPanel extends javax.swing.JPanel {
     private void initComponents() {
 
         bgRestartButtons = new javax.swing.ButtonGroup();
+        pContainerList1 = new javax.swing.JPanel();
+        jScrollPane1 = new javax.swing.JScrollPane();
+        pContainerList2 = new javax.swing.JPanel();
         pAboveSpace = new javax.swing.JPanel();
         pProgress = new javax.swing.JPanel();
         pbPlaceHolder = new javax.swing.JProgressBar();
@@ -227,6 +244,24 @@ public class OperationPanel extends javax.swing.JPanel {
         rbRestartLater = new javax.swing.JRadioButton();
         cbRunInBackground = new javax.swing.JCheckBox();
 
+        pContainerList2.setLayout(new java.awt.BorderLayout());
+        jScrollPane1.setViewportView(pContainerList2);
+
+        javax.swing.GroupLayout pContainerList1Layout = new javax.swing.GroupLayout(pContainerList1);
+        pContainerList1.setLayout(pContainerList1Layout);
+        pContainerList1Layout.setHorizontalGroup(
+            pContainerList1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+            .addGap(0, 156, Short.MAX_VALUE)
+            .addGroup(pContainerList1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+                .addComponent(jScrollPane1, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, 156, Short.MAX_VALUE))
+        );
+        pContainerList1Layout.setVerticalGroup(
+            pContainerList1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+            .addGap(0, 144, Short.MAX_VALUE)
+            .addGroup(pContainerList1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+                .addComponent(jScrollPane1, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, 144, Short.MAX_VALUE))
+        );
+
         pAboveSpace.setOpaque(false);
 
         javax.swing.GroupLayout pAboveSpaceLayout = new javax.swing.GroupLayout(pAboveSpace);
@@ -319,9 +354,12 @@ private void cbRunInBackgroundActionPerformed(java.awt.event.ActionEvent evt) {/
     // Variables declaration - do not modify//GEN-BEGIN:variables
     private javax.swing.ButtonGroup bgRestartButtons;
     private javax.swing.JCheckBox cbRunInBackground;
+    private javax.swing.JScrollPane jScrollPane1;
     private javax.swing.JLabel lDetailLabel;
     private javax.swing.JLabel lMainLabel;
     private javax.swing.JPanel pAboveSpace;
+    private javax.swing.JPanel pContainerList1;
+    private javax.swing.JPanel pContainerList2;
     private javax.swing.JPanel pProgress;
     private javax.swing.JProgressBar pbPlaceHolder;
     private javax.swing.JRadioButton rbRestartLater;
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationWizardModel.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationWizardModel.java
index 699a7ae..e2ef260 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationWizardModel.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/OperationWizardModel.java
@@ -304,7 +304,7 @@ public abstract class OperationWizardModel {
                     OperationContainer<InstallSupport> container = null;
                     if (v.getUpdateUnit().getInstalled() == null) {
                         container = OperationContainer.createForInstall();
-                    } else if(!v.getUpdateUnit().getAvailableUpdates().isEmpty()) {
+                    } else if(!v.getUpdateUnit().getAvailableUpdates().isEmpty() && !v.getUpdateUnit().isPending()) {
                         container = OperationContainer.createForUpdate();
                     } else {
                         //already installed, end of operation sequence
@@ -319,7 +319,7 @@ public abstract class OperationWizardModel {
                 //filter out eager invisible modules, which are covered by other invisible
                 for (UpdateElement v : invisible) {
                     OperationContainer<InstallSupport> container = OperationContainer.createForUpdate();
-                    if (v.getUpdateUnit().getInstalled() != null) {
+                    if (v.getUpdateUnit().getInstalled() != null && !v.getUpdateUnit().isPending()) {
                         container.add(v);
                         for (OperationInfo<InstallSupport> info : container.listAll()) {
                             if (info.getUpdateElement() != v) {
@@ -374,8 +374,19 @@ public abstract class OperationWizardModel {
         final JButton b = getOriginalFinish (wd);
         Mnemonics.setLocalizedText (b, getBundle ("InstallUnitWizardModel_Buttons_Close"));
         SwingUtilities.invokeLater (new Runnable () {
+            int cnt;
+            @Override
             public void run () {
-                wd.setOptions (canCancel ? new JButton [] { b, getOriginalCancel (wd) } : new JButton [] { b });
+                b.requestFocus();
+                if (cnt++ > 0) {
+                    return;
+                }
+                
+                b.setDefaultCapable(true);
+                final JButton[] arr = canCancel ? new JButton [] { b, getOriginalCancel (wd) } : new JButton [] { b };
+                wd.setOptions (arr);
+                wd.setClosingOptions(arr);
+                SwingUtilities.invokeLater(this);
             }
         });
     }
diff --git a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/PanelBodyContainer.java b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/PanelBodyContainer.java
index 5babbd3..fefb4ba 100644
--- a/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/PanelBodyContainer.java
+++ b/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/PanelBodyContainer.java
@@ -62,6 +62,7 @@ import javax.swing.SwingUtilities;
 import javax.swing.Timer;
 import org.netbeans.api.progress.ProgressHandle;
 import org.netbeans.api.progress.ProgressHandleFactory;
+import org.netbeans.modules.autoupdate.ui.actions.Installer;
 import org.openide.util.NbBundle;
 import org.openide.util.RequestProcessor;
 
@@ -192,7 +193,8 @@ public class PanelBodyContainer extends javax.swing.JPanel {
             handle.start ((int) friendlyEstimatedTime * 10, friendlyEstimatedTime); 
             handle.progress (progressDisplayName, 0);
 
-            RequestProcessor.getDefault ().post (new Runnable () {
+            Installer.RP.post(new Runnable () {
+                @Override
                 public void run () {
                     int i = 0;
                     while (isWaiting) {
diff --git a/autoupdate.ui/test/unit/src/org/netbeans/modules/autoupdate/ui/MockInstalledModuleProvider.java b/autoupdate.ui/test/unit/src/org/netbeans/modules/autoupdate/ui/MockInstalledModuleProvider.java
new file mode 100644
index 0000000..1aaa5de
--- /dev/null
+++ b/autoupdate.ui/test/unit/src/org/netbeans/modules/autoupdate/ui/MockInstalledModuleProvider.java
@@ -0,0 +1,69 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.autoupdate.ui;
+
+import java.util.Arrays;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+import org.netbeans.modules.autoupdate.updateprovider.InstalledUpdateProvider;
+import org.openide.modules.ModuleInfo;
+
+public final class MockInstalledModuleProvider extends InstalledUpdateProvider {
+    private static List<ModuleInfo> moduleItems;
+    
+    public static void setModuleItems(ModuleInfo... items) {
+        moduleItems = Arrays.asList(items);
+    }
+
+    @Override
+    protected Map<String, ModuleInfo> getModuleInfos(boolean force) {
+        Map<String, ModuleInfo> mf = new HashMap<String, ModuleInfo>();
+        for (ModuleInfo mi : moduleItems) {
+            mf.put(mi.getCodeName(), mi);
+        }
+        return mf;
+    }
+
+
+}
diff --git a/autoupdate.ui/test/unit/src/org/netbeans/modules/autoupdate/ui/MockModuleInfo.java b/autoupdate.ui/test/unit/src/org/netbeans/modules/autoupdate/ui/MockModuleInfo.java
new file mode 100644
index 0000000..886def3
--- /dev/null
+++ b/autoupdate.ui/test/unit/src/org/netbeans/modules/autoupdate/ui/MockModuleInfo.java
@@ -0,0 +1,151 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.autoupdate.ui;
+
+import java.net.MalformedURLException;
+import java.net.URL;
+import java.util.Arrays;
+import java.util.Date;
+import java.util.HashSet;
+import java.util.Set;
+import java.util.jar.Manifest;
+import org.netbeans.spi.autoupdate.UpdateItem;
+import org.netbeans.spi.autoupdate.UpdateLicense;
+import org.openide.modules.Dependency;
+import org.openide.modules.ModuleInfo;
+import org.openide.modules.SpecificationVersion;
+
+final class MockModuleInfo extends ModuleInfo {
+    private final String cnb;
+    private final String spec;
+    private final Dependency[] deps;
+    private final boolean enabled;
+
+    private MockModuleInfo(String cnb, String spec, boolean enabled, Dependency... deps) {
+        this.cnb = cnb;
+        this.spec = spec;
+        this.deps = deps;
+        this.enabled = enabled;
+    }
+    
+    public static MockModuleInfo create(String cnb, String spec, boolean enabled, MockModuleInfo... deps) {
+        Dependency[] arr = new Dependency[deps.length];
+        int i = 0;
+        for (MockModuleInfo mmi : deps) {
+            arr[i++] = Dependency.create(
+                Dependency.TYPE_MODULE, 
+                mmi.getCodeName() + " > " + mmi.getSpecificationVersion()
+            ).iterator().next();
+        }
+        return new MockModuleInfo(cnb, spec, enabled, arr);
+    }
+
+    @Override
+    public String getCodeNameBase() {
+        return cnb;
+    }
+
+    @Override
+    public int getCodeNameRelease() {
+        return -1;
+    }
+
+    @Override
+    public String getCodeName() {
+        return cnb;
+    }
+
+    @Override
+    public SpecificationVersion getSpecificationVersion() {
+        return new SpecificationVersion(spec);
+    }
+
+    @Override
+    public boolean isEnabled() {
+        return enabled;
+    }
+
+    @Override
+    public Object getAttribute(String attr) {
+        return null;
+    }
+
+    @Override
+    public Object getLocalizedAttribute(String attr) {
+        return null;
+    }
+
+    @Override
+    public Set<Dependency> getDependencies() {
+        return new HashSet<Dependency>(Arrays.asList(deps));
+    }
+
+    @Override
+    public boolean owns(Class<?> clazz) {
+        return false;
+    }
+
+    UpdateItem toUpdateItem(String version) throws MalformedURLException {
+        Manifest man = new Manifest();
+        man.getMainAttributes().putValue("OpenIDE-Module", cnb);
+        man.getMainAttributes().putValue("OpenIDE-Module-Specification-Version", version);
+        return UpdateItem.createModule(
+            getCodeNameBase(), 
+            version, 
+            new URL("http://unknown.com"), 
+            "author", 
+            "333", 
+            "http://unknown.com", 
+            "10/12/2010", 
+            "mycategory", 
+            man, 
+            false, 
+            false, 
+            false, 
+            false, 
+            "unknown", 
+            UpdateLicense.createUpdateLicense("mine", "use!")
+        );
+    }
+
+}
diff --git a/autoupdate.ui/test/unit/src/org/netbeans/modules/autoupdate/ui/MockUpdateProvider.java b/autoupdate.ui/test/unit/src/org/netbeans/modules/autoupdate/ui/MockUpdateProvider.java
new file mode 100644
index 0000000..362fd57
--- /dev/null
+++ b/autoupdate.ui/test/unit/src/org/netbeans/modules/autoupdate/ui/MockUpdateProvider.java
@@ -0,0 +1,102 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.autoupdate.ui;
+
+import java.io.IOException;
+import java.util.Map;
+import junit.framework.Assert;
+import org.netbeans.api.autoupdate.UpdateUnitProvider.CATEGORY;
+import org.netbeans.spi.autoupdate.UpdateItem;
+import org.netbeans.spi.autoupdate.UpdateProvider;
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+public class MockUpdateProvider implements UpdateProvider {
+    private static Map<String,UpdateItem> updateItems;
+    private static Map<String,UpdateItem> pendingUpdateItems;
+    
+    public static void setUpdateItems(Map<String,UpdateItem> items) {
+        pendingUpdateItems = items;
+    }
+    
+    
+    @Override
+    public String getName() {
+        return "MockUpdateProvider";
+    }
+
+    @Override
+    public String getDisplayName() {
+        return "Mock Update Provider";
+    }
+
+    @Override
+    public String getDescription() {
+        return "Sample mock update provider";
+    }
+
+    @Override
+    public CATEGORY getCategory() {
+        return CATEGORY.STANDARD;
+    }
+
+    @Override
+    public Map<String, UpdateItem> getUpdateItems() throws IOException {
+        if (updateItems == null) {
+            Assert.assertNotNull("Pending items are provided", pendingUpdateItems);
+            updateItems = pendingUpdateItems;
+            pendingUpdateItems = null;
+        }
+        return updateItems;
+    }
+
+    @Override
+    public boolean refresh(boolean force) throws IOException {
+        Assert.assertNotNull("Pending items are provided", pendingUpdateItems);
+        updateItems = null;
+        return true;
+    }
+
+}
diff --git a/autoupdate.ui/test/unit/src/org/netbeans/modules/autoupdate/ui/UtilitiesTest.java b/autoupdate.ui/test/unit/src/org/netbeans/modules/autoupdate/ui/UtilitiesTest.java
new file mode 100644
index 0000000..21afd81
--- /dev/null
+++ b/autoupdate.ui/test/unit/src/org/netbeans/modules/autoupdate/ui/UtilitiesTest.java
@@ -0,0 +1,90 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.autoupdate.ui;
+
+import java.util.Collections;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+import org.netbeans.api.autoupdate.UpdateManager;
+import org.netbeans.api.autoupdate.UpdateUnit;
+import org.netbeans.junit.MockServices;
+import org.netbeans.junit.NbTestCase;
+import org.netbeans.junit.RandomlyFails;
+import org.netbeans.spi.autoupdate.UpdateItem;
+
+public class UtilitiesTest extends NbTestCase {
+
+    public UtilitiesTest(String n) {
+        super(n);
+    }
+
+    @Override
+    protected void setUp() throws Exception {
+        MockServices.setServices(
+            MockUpdateProvider.class,
+            MockInstalledModuleProvider.class
+        );
+        MockModuleInfo enabled = MockModuleInfo.create("module.one", "1.0", true);
+        MockModuleInfo disabled = MockModuleInfo.create("module.two", "1.0", false);
+        MockInstalledModuleProvider.setModuleItems(enabled, disabled);
+        
+        Map<String,UpdateItem> ui = new HashMap<String, UpdateItem>();
+        ui.put(enabled.getCodeNameBase(), enabled.toUpdateItem("1.1"));
+        ui.put(disabled.getCodeNameBase(), disabled.toUpdateItem("1.1"));
+        MockUpdateProvider.setUpdateItems(ui);
+    }
+
+    @RandomlyFails // NB-Core-Build #5746: "Pending items are provided" from MockUpdateProvider.getUpdateItems
+    public void testIgnoresDisabledModules() {
+        List<UpdateUnit> uu = UpdateManager.getDefault().getUpdateUnits();
+        List<UnitCategory> categories = Utilities.makeUpdateCategories(uu, true);
+        
+        assertNotNull("Categories created", categories);
+        assertEquals("Something in there", 1, categories.size());
+        List<Unit> units = categories.get(0).getUnits();
+        assertEquals("Only one unit in category: " + units, 1, units.size());
+        assertEquals("Only the enabled module present: " + units, "module.one", units.get(0).getDisplayName());
+    }
+
+}
\ No newline at end of file
diff --git a/core.execution/manifest.mf b/core.execution/manifest.mf
index f4ef477..18d65d5 100644
--- a/core.execution/manifest.mf
+++ b/core.execution/manifest.mf
@@ -4,4 +4,4 @@ OpenIDE-Module-Localizing-Bundle: org/netbeans/core/execution/resources/Bundle.p
 OpenIDE-Module-Install: org/netbeans/core/execution/Install.class
 OpenIDE-Module-Provides: org.openide.execution.ExecutionEngine
 AutoUpdate-Essential-Module: true
-OpenIDE-Module-Specification-Version: 1.20.1
+OpenIDE-Module-Specification-Version: 1.23.1
diff --git a/core.execution/src/org/netbeans/core/execution/ExecutionEngine.java b/core.execution/src/org/netbeans/core/execution/ExecutionEngine.java
index f748fad..8ce0bab 100644
--- a/core.execution/src/org/netbeans/core/execution/ExecutionEngine.java
+++ b/core.execution/src/org/netbeans/core/execution/ExecutionEngine.java
@@ -92,7 +92,7 @@ public final class
     public static final TaskIO systemIO = new TaskIO();
 
     /** maps ThreadGroups to TaskIO */
-    private static IOTable taskIOs;
+    private static final IOTable taskIOs = new IOTable(base, systemIO);
 
     /* table of window:threadgrp */
     static private WindowTable wtable = new WindowTable();
@@ -249,9 +249,6 @@ public final class
     * @return IOTable with couples ThreadGroup:TaskIO
     */
     static IOTable getTaskIOs() {
-        if (taskIOs == null) {
-            taskIOs = new IOTable(base, systemIO);
-        }
         return taskIOs;
     }
 
diff --git a/core.io.ui/manifest.mf b/core.io.ui/manifest.mf
index dccb9fa..12f1e85 100644
--- a/core.io.ui/manifest.mf
+++ b/core.io.ui/manifest.mf
@@ -3,5 +3,5 @@ OpenIDE-Module: org.netbeans.core.io.ui/1
 OpenIDE-Module-Provides: org.openide.windows.IOContainer$Provider
 OpenIDE-Module-Layer: org/netbeans/core/io/ui/layer.xml
 OpenIDE-Module-Localizing-Bundle: org/netbeans/core/io/ui/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.8.1
+OpenIDE-Module-Specification-Version: 1.11.1
 
diff --git a/core.io.ui/src/org/netbeans/core/io/ui/IOWindow.java b/core.io.ui/src/org/netbeans/core/io/ui/IOWindow.java
index edd72c9..b0060e1 100644
--- a/core.io.ui/src/org/netbeans/core/io/ui/IOWindow.java
+++ b/core.io.ui/src/org/netbeans/core/io/ui/IOWindow.java
@@ -148,9 +148,9 @@ public final class IOWindow implements IOContainer.Provider {
         return true;
     }
 
-    static final class IOWindowImpl extends TopComponent implements ChangeListener, PropertyChangeListener {
+    public static final class IOWindowImpl extends TopComponent implements ChangeListener, PropertyChangeListener {
 
-        static IOWindowImpl DEFAULT;
+        public static IOWindowImpl DEFAULT;
 
         static synchronized IOWindowImpl findDefault() {
             if (DEFAULT == null) {
@@ -194,7 +194,7 @@ public final class IOWindow implements IOContainer.Provider {
         private static final String ICON_PROP = "tabIcon"; //NOI18N
         private static final String TOOLBAR_ACTIONS_PROP = "toolbarActions"; //NOI18N
         private static final String TOOLBAR_BUTTONS_PROP = "toolbarButtons"; //NOI18N
-        private static final String ICON_RESOURCE = "org/netbeans/core/resources/frames/output.png"; // NOI18N
+        private static final String ICON_RESOURCE = "org/netbeans/core/io/ui/output.png"; // NOI18N
         private static final boolean AQUA = "Aqua".equals(UIManager.getLookAndFeel().getID()); // NOI18N
         private JTabbedPane pane;
         private JComponent singleTab;
@@ -291,9 +291,6 @@ public final class IOWindow implements IOContainer.Provider {
         public void requestVisible() {
             if (!isShowing()) {
 		super.requestVisible();
-		if (Boolean.TRUE.equals(getClientProperty("isSliding"))) { //NOI18N
-		    requestActive();
-		}
 	    }
         }
 
@@ -532,6 +529,13 @@ public final class IOWindow implements IOContainer.Provider {
                     throw new IllegalStateException ("No icon provided for " + actions[i]); //NOI18N
                 }
                 buttons[i].setDisabledIcon(ImageUtilities.createDisabledIcon((Icon) icon));
+                String name = (String) actions[i].getValue(Action.NAME);
+                String shortDescription = (String) actions[i].getValue(Action.SHORT_DESCRIPTION);
+                String longDescription = (String) actions[i].getValue(Action.LONG_DESCRIPTION);
+                if (name == null) name = shortDescription;
+                if (longDescription == null) longDescription = shortDescription;
+                buttons[i].getAccessibleContext().setAccessibleName(name);
+                buttons[i].getAccessibleContext().setAccessibleDescription(longDescription);
             }
             return buttons;
         }
diff --git a/core.io.ui/src/org/netbeans/core/io/ui/IOWindowAction.java b/core.io.ui/src/org/netbeans/core/io/ui/IOWindowAction.java
index 2c98a6c..795dd0c 100644
--- a/core.io.ui/src/org/netbeans/core/io/ui/IOWindowAction.java
+++ b/core.io.ui/src/org/netbeans/core/io/ui/IOWindowAction.java
@@ -42,38 +42,30 @@
 
 package org.netbeans.core.io.ui;
 
-import org.openide.util.HelpCtx;
-import org.openide.util.NbBundle;
-import org.openide.util.actions.CallableSystemAction;
+import java.awt.event.ActionEvent;
+import java.awt.event.ActionListener;
+import org.openide.awt.ActionID;
+import org.openide.awt.ActionReference;
+import org.openide.awt.ActionReferences;
+import org.openide.awt.ActionRegistration;
 import org.openide.windows.IOContainer;
 
 /** The action which shows standard IO component.
 *
 * @author Tomas Holy
 */
-public final class IOWindowAction extends CallableSystemAction {
+ at ActionID(id = "org.netbeans.core.io.ui.IOWindowAction", category = "Window")
+ at ActionRegistration(displayName = "#IOWindow", iconBase="org/netbeans/core/io/ui/output.png")
+ at ActionReferences({
+    @ActionReference(name = "D-4", path = "Shortcuts"),
+    @ActionReference(position = 100, path = "Menu/Window/Output")
+})
+public final class IOWindowAction implements ActionListener {
 
-    public void performAction() {
+    public @Override void actionPerformed(ActionEvent evt) {
         IOContainer container = IOContainer.getDefault();
         container.open();
         container.requestActive();
     }
 
-    @Override
-    protected boolean asynchronous() {
-        return false;
-    }
-
-    public String getName() {
-        return NbBundle.getBundle(IOWindowAction.class).getString("IOWindow");
-    }
-
-    public HelpCtx getHelpCtx() {
-        return new HelpCtx(IOWindowAction.class);
-    }
-
-    @Override
-    protected String iconResource() {
-        return "org/netbeans/core/resources/frames/output.png"; // NOI18N
-    }
 }
diff --git a/core.io.ui/src/org/netbeans/core/io/ui/layer.xml b/core.io.ui/src/org/netbeans/core/io/ui/layer.xml
index 784f157..1f0df81 100644
--- a/core.io.ui/src/org/netbeans/core/io/ui/layer.xml
+++ b/core.io.ui/src/org/netbeans/core/io/ui/layer.xml
@@ -1,27 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
 <filesystem>
-    <folder name="Actions">
-        <folder name="Window">
-            <file name="org-netbeans-core-io-ui-IOWindowAction.instance"/>
-        </folder>
-    </folder>
     <folder name="Menu">
         <folder name="Window">
             <folder name="Output">
-            <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.core.io.ui.Bundle"/>
+                <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.core.io.ui.Bundle"/>
                 <attr name="position" intvalue="1200"/>
-                <file name="org-netbeans-core-io-ui-IOWindowAction.shadow">
-                  <attr name="originalFile" stringvalue="Actions/Window/org-netbeans-core-io-ui-IOWindowAction.instance"/>
-                    <attr name="position" intvalue="100"/>
-                </file>
-                </folder>
             </folder>
-    </folder>
-    <folder name="Shortcuts">
-        <file name="D-4.shadow">
-          <attr name="originalFile" stringvalue="Actions/Window/org-netbeans-core-io-ui-IOWindowAction.instance"/>
-        </file>
+        </folder>
     </folder>
 
     <folder name="Windows2">
diff --git a/o.n.core/src/org/netbeans/core/resources/frames/output.png b/core.io.ui/src/org/netbeans/core/io/ui/output.png
similarity index 100%
rename from o.n.core/src/org/netbeans/core/resources/frames/output.png
rename to core.io.ui/src/org/netbeans/core/io/ui/output.png
diff --git a/core.kit/manifest.mf b/core.kit/manifest.mf
index 05ef854..ad8c626 100644
--- a/core.kit/manifest.mf
+++ b/core.kit/manifest.mf
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.core.kit
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/core/kit/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.8.1
+OpenIDE-Module-Specification-Version: 1.11.1
 AutoUpdate-Essential-Module: true
diff --git a/core.kit/nbproject/project.xml b/core.kit/nbproject/project.xml
index 506b83d..5b57013 100644
--- a/core.kit/nbproject/project.xml
+++ b/core.kit/nbproject/project.xml
@@ -105,10 +105,6 @@
                         <compile-dependency/>
                     </test-dependency>
                     <test-dependency>
-                        <code-name-base>org.openide.compat</code-name-base>
-                        <compile-dependency/>
-                    </test-dependency>
-                    <test-dependency>
                         <code-name-base>org.openide.dialogs</code-name-base>
                         <compile-dependency/>
                     </test-dependency>
diff --git a/core.kit/release/VERSION.txt b/core.kit/release/VERSION.txt
index 20a6c24..f792293 100644
--- a/core.kit/release/VERSION.txt
+++ b/core.kit/release/VERSION.txt
@@ -1,2 +1,2 @@
 # cluster incompatible release version
-11
+13
diff --git a/core.kit/test/unit/src/org/openide/explorer/ExplorerActionsImplTest.java b/core.kit/test/unit/src/org/openide/explorer/ExplorerActionsImplTest.java
deleted file mode 100644
index b34591a..0000000
--- a/core.kit/test/unit/src/org/openide/explorer/ExplorerActionsImplTest.java
+++ /dev/null
@@ -1,138 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-
-package org.openide.explorer;
-
-import java.util.Arrays;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
-
-import javax.swing.Action;
-import javax.swing.ActionMap;
-import javax.swing.JMenu;
-import javax.swing.text.DefaultEditorKit;
-
-import org.openide.actions.CopyAction;
-import org.openide.actions.CutAction;
-import org.openide.nodes.Children;
-import org.openide.nodes.Node;
-import org.openide.nodes.AbstractNode;
-import org.openide.util.actions.SystemAction;
-import org.openide.util.ContextAwareAction;
-import org.openide.util.Lookup;
-import org.openide.util.Utilities;
-import org.openide.util.datatransfer.PasteType;
-
-
-/**
- * Test whether the old behaviour of ExplorerPanel is correctly simulated
- * by new API. Inherits testing methods from ExplorerPanel tests, just
- * setup is changed.
- *
- * @author Jaroslav Tulach
- */
-public class ExplorerActionsImplTest extends ExplorerPanelTest {
-    
-    public ExplorerActionsImplTest(java.lang.String testName) {
-        super(testName);
-    }
-    
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(ExplorerActionsImplTest.class);
-        return suite;
-    }
-
-    /** Creates a manager to operate on.
-     */
-    protected Object[] createManagerAndContext (boolean confirm) {
-        ExplorerManager em = new ExplorerManager ();
-        ActionMap map = new ActionMap ();
-        map.put (DefaultEditorKit.copyAction, ExplorerUtils.actionCopy(em));
-        map.put (DefaultEditorKit.cutAction, ExplorerUtils.actionCut(em));
-        map.put (DefaultEditorKit.pasteAction, ExplorerUtils.actionPaste(em));
-        map.put ("delete", ExplorerUtils.actionDelete(em, confirm));
-        
-        return new Object[] { em, org.openide.util.lookup.Lookups.singleton(map) };
-    }
-    
-    /** Instructs the actions to stop/
-     */
-    protected void stopActions(ExplorerManager em) {
-        ExplorerUtils.activateActions (em, false);
-    }
-    /** Instructs the actions to start again.
-     */
-    protected void startActions (ExplorerManager em) {
-        ExplorerUtils.activateActions (em, true);
-    }
-    
-    
-    public void testActionDeleteDoesNotAffectStateOfPreviousInstances () throws Exception {
-        ExplorerManager em = new ExplorerManager ();
-        Action a1 = ExplorerUtils.actionDelete(em, false);
-        Action a2 = ExplorerUtils.actionDelete(em, true);
-        
-        Node node = new AbstractNode (Children.LEAF) {
-            public boolean canDestroy () {
-                return true;
-            }
-        };
-        em.setRootContext(node);
-        em.setSelectedNodes(new Node[] { node });
-        
-        assertTrue ("A1 enabled", a1.isEnabled());
-        assertTrue ("A2 enabled", a2.isEnabled());
-        
-        // this should not show a dialog
-        a1.actionPerformed (new java.awt.event.ActionEvent (this, 0, ""));
-    }
-}
diff --git a/core.kit/test/unit/src/org/openide/explorer/ExplorerPanelTest.java b/core.kit/test/unit/src/org/openide/explorer/ExplorerPanelTest.java
deleted file mode 100644
index 9aaf5de..0000000
--- a/core.kit/test/unit/src/org/openide/explorer/ExplorerPanelTest.java
+++ /dev/null
@@ -1,562 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-
-package org.openide.explorer;
-
-import java.awt.datatransfer.ClipboardOwner;
-import java.awt.datatransfer.Transferable;
-import java.util.Arrays;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
-
-import javax.swing.Action;
-import org.openide.DialogDisplayer;
-import org.openide.NotifyDescriptor;
-
-import org.openide.actions.CopyAction;
-import org.openide.actions.CutAction;
-import org.openide.filesystems.FileObject;
-import org.openide.filesystems.FileUtil;
-import org.openide.nodes.Children;
-import org.openide.nodes.Node;
-import org.openide.nodes.AbstractNode;
-import org.openide.util.actions.SystemAction;
-import org.openide.util.ContextAwareAction;
-import org.openide.util.Lookup;
-import org.openide.util.datatransfer.PasteType;
-import org.openide.util.io.NbMarshalledObject;
-
-
-/**
- * Tests for <code>ExplorerPanel</code>.
- *
- * @author Peter Zavadsky
- */
-public class ExplorerPanelTest extends NbTestCase {
-    /** context the action should work in */
-    private Lookup context;
-    /** explorer manager to work on */
-    private ExplorerManager manager;
-    
-    
-    
-    /** need it for stopActions here */
-    private ExplorerPanel ep;
-    
-    public ExplorerPanelTest(java.lang.String testName) {
-        super(testName);
-    }
-    
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(ExplorerPanelTest.class);
-        return suite;
-    }
-
-
-    protected boolean runInEQ() {
-        return true;
-    }
-    
-    /** Setups the tests.
-     */
-    protected final void setUp () {
-        // XXX consider replacing with MockServices
-        System.setProperty ("org.openide.util.Lookup", "org.openide.explorer.ExplorerPanelTest$Lkp");
-        
-        Object[] arr = createManagerAndContext (false);
-        manager = (ExplorerManager)arr[0];
-        context = (Lookup)arr[1];
-        
-    }
-    
-    /** Creates a manager to operate on.
-     */
-    protected Object[] createManagerAndContext (boolean confirm) {
-        ep = new ExplorerPanel (null, confirm);
-        return new Object[] { ep.getExplorerManager(), ep.getLookup() };
-    }
-    
-    /** Instructs the actions to stop/
-     */
-    protected void stopActions (ExplorerManager em) {
-        ep.componentDeactivated ();
-    }
-    /** Instructs the actions to start again.
-     */
-    protected void startActions(ExplorerManager em) {
-        ep.componentActivated();
-    }
-    
-    /** Tests whether the cut, copy (callback) actions are enabled/disabled
-     * in the right time, see # */
-    public void testCutCopyActionsEnabling() throws Exception {
-        assertTrue ("Can run only in AWT thread", java.awt.EventQueue.isDispatchThread());
-
-        TestNode enabledNode = new TestNode(true, true, true);
-        TestNode disabledNode = new TestNode(false, false, false);
-
-        manager.setRootContext(new TestRoot(
-            new Node[] {enabledNode, disabledNode}));
-
-        Action copy = ((ContextAwareAction)SystemAction.get(CopyAction.class)).createContextAwareInstance(context);
-        Action cut = ((ContextAwareAction)SystemAction.get(CutAction.class)).createContextAwareInstance(context);
-
-        assertTrue("Copy action has to be disabled", !copy.isEnabled());
-        assertTrue("Cut action has to be disabled", !cut.isEnabled());
-
-        manager.setSelectedNodes(new Node[] {enabledNode});
-
-        assertTrue("Copy action has to be enabled", copy.isEnabled());
-        assertTrue("Cut action has to be enabled", cut.isEnabled());
-        
-        copy.actionPerformed (new java.awt.event.ActionEvent (this, 0, "waitFinished"));
-        assertEquals ("clipboardCopy invoked", 1, enabledNode.countCopy);
-        
-        cut.actionPerformed (new java.awt.event.ActionEvent (this, 0, "waitFinished"));
-        assertEquals ("clipboardCut invoked", 1, enabledNode.countCut);
-        
-
-        manager.setSelectedNodes(new Node[] {disabledNode});
-
-        assertTrue("Copy action has to be disabled", !copy.isEnabled());
-        assertTrue("Cut action has to be disabled", !cut.isEnabled());
-    }
-    
-    public void testDeleteAction () throws Exception {
-        TestNode enabledNode = new TestNode(true, true, true);
-        TestNode enabledNode2 = new TestNode(true, true, true);
-        TestNode disabledNode = new TestNode(false, false, false);
-
-        manager.setRootContext(new TestRoot(
-            new Node[] {enabledNode, enabledNode2, disabledNode}));
-
-        Action delete = ((ContextAwareAction)SystemAction.get(org.openide.actions.DeleteAction.class)).createContextAwareInstance(context);
-        
-        assertTrue ("By default delete is disabled", !delete.isEnabled());
-        
-        manager.setSelectedNodes(new Node[] { enabledNode });
-        assertTrue ("Now it gets enabled", delete.isEnabled ());
-        
-        manager.setSelectedNodes (new Node[] { disabledNode });
-        assertTrue ("Is disabled", !delete.isEnabled ());
-
-        manager.setSelectedNodes(new Node[] { manager.getRootContext() });
-        assertTrue ("Delete is enabled on root", delete.isEnabled ());
-        
-        manager.setSelectedNodes(new Node[] { manager.getRootContext(), enabledNode });
-        assertTrue ("But is disabled on now, as one selected node is child of another", !delete.isEnabled ());
-        
-        manager.setSelectedNodes (new Node[] { enabledNode, enabledNode2 });
-        assertTrue ("It gets enabled", delete.isEnabled ());
-        
-        delete.actionPerformed(new java.awt.event.ActionEvent (this, 0, "waitFinished"));
-        
-        assertEquals ("Destoy was called", 1, enabledNode.countDelete);
-        assertEquals ("Destoy was called", 1, enabledNode2.countDelete);
-        
-        
-    }
-
-    public void testDeleteConfirmAction () throws Exception {
-        TestNode [] nodes = new TestNode [] {
-            new TestNode(true, true, true),
-            new TestNode(true, true, true, true),
-            new TestNode(true, true, true),
-            new TestNode(true, true, true, true),
-            new TestNode(false, false, false)
-        };
-
-        YesDialogDisplayer ydd = (YesDialogDisplayer)Lookup.getDefault().lookup(YesDialogDisplayer.class);
-        DialogDisplayer dd = (DialogDisplayer)Lookup.getDefault().lookup(DialogDisplayer.class);
-        assertNotNull("Custom DialogDisplayer is not set", ydd);
-        int notifyCount = ydd.getNotifyCount();
-        assertEquals("YesDialogDisplayer is current DialogDisplayer", ydd, dd);
-        
-        Object[] arr = createManagerAndContext (true);
-        
-        ExplorerPanel delep = new ExplorerPanel ((ExplorerManager)arr[0], true);
-        ExplorerManager delManager = delep.getExplorerManager();
-        delManager.setRootContext(new TestRoot(
-            nodes));
-
-        Action delete = ((ContextAwareAction)SystemAction.get(org.openide.actions.DeleteAction.class)).createContextAwareInstance((Lookup)arr[1]);
-
-        // delete should ask for confirmation
-        delManager.setSelectedNodes (new Node[] { nodes[0] });
-        assertTrue ("It gets enabled", delete.isEnabled ());
-        
-        delete.actionPerformed(new java.awt.event.ActionEvent (this, 0, "waitFinished"));
-        
-        assertEquals ("Destoy was called", 1, nodes[0].countDelete);
-        
-        assertEquals ("Confirm delete was called ", notifyCount+1, ydd.getNotifyCount());
-        
-        // but delete should not ask for confirmation if the node wants to perform handle delete 
-        delManager.setSelectedNodes (new Node[] { nodes[1] });
-        assertTrue ("It gets enabled", delete.isEnabled ());
-        
-        delete.actionPerformed(new java.awt.event.ActionEvent (this, 0, "waitFinished"));
-        
-        assertEquals ("Destoy was called", 1, nodes[1].countDelete);
-        
-        assertEquals ("Confirm delete was called ", notifyCount+1, ydd.getNotifyCount()); // no next dialog
-        
-        // anyway ask for confirmation if at least one node has default behaviour
-        delManager.setSelectedNodes (new Node[] { nodes[2], nodes[3] });
-        assertTrue ("It gets enabled", delete.isEnabled ());
-        
-        delete.actionPerformed(new java.awt.event.ActionEvent (this, 0, "waitFinished"));
-        
-        assertEquals ("Destoy was called", 1, nodes[2].countDelete);
-        assertEquals ("Destoy was called", 1, nodes[3].countDelete);
-        
-        assertEquals ("Confirm delete was called ", notifyCount+2, ydd.getNotifyCount()); // no next dialog
-        
-    }
-
-    public void testPasteAction () throws Exception {
-        TestNode enabledNode = new TestNode(true, true, true);
-        TestNode disabledNode = new TestNode(false, false, false);
-
-        manager.setRootContext(new TestRoot(
-            new Node[] {enabledNode, disabledNode}));
-
-        Action paste = ((ContextAwareAction)SystemAction.get(org.openide.actions.PasteAction.class)).createContextAwareInstance(context);
-        assertTrue ("Disabled by default", !paste.isEnabled ());
-        
-        class PT extends PasteType {
-            public int count;
-            
-            public java.awt.datatransfer.Transferable paste () {
-                count++;
-                return null;
-            }
-        }
-        PT[] arr = { new PT () };
-        
-        enabledNode.types = arr;
-        
-        manager.setSelectedNodes (new Node[] { enabledNode });
-        
-        assertTrue ("Paste is enabled", paste.isEnabled ());
-        
-        paste.actionPerformed(new java.awt.event.ActionEvent (this, 0, "waitFinished"));
-        assertEquals ("Paste invoked", 1, arr[0].count);
-        
-        manager.setSelectedNodes (new Node[] { disabledNode });
-        assertTrue ("Disabled paste", !paste.isEnabled ());
-        
-        arr = new PT[] { new PT(), new PT() };
-        enabledNode.types = arr;
-        
-        manager.setSelectedNodes (new Node[] { enabledNode });
-        assertTrue ("Paste enabled again", paste.isEnabled ());
-        
-        org.openide.util.datatransfer.ExClipboard ec = (org.openide.util.datatransfer.ExClipboard)Lookup.getDefault().lookup (org.openide.util.datatransfer.ExClipboard.class);
-        assertNotNull ("Without ExClipboard this will not work much", ec);
-        
-        java.awt.datatransfer.StringSelection ss = new java.awt.datatransfer.StringSelection ("Hi");
-        ec.setContents(ss, ss);
-        
-        assertTranferables (ss, enabledNode.lastTransferable);
-        
-        stopActions (manager);
-
-        manager.setSelectedNodes(new Node[] { disabledNode });
-        assertTrue("Paste still enabled as we are not listening", paste.isEnabled());
-        
-        java.awt.datatransfer.StringSelection ns = new java.awt.datatransfer.StringSelection ("New Selection");
-        ec.setContents(ns, ns);
-
-        assertTranferables (ss, enabledNode.lastTransferable);
-        
-        startActions (manager);
-        
-        assertFalse ("The selected node is the disabled one, so now we are disabled", paste.isEnabled ());
-        assertTranferables (ns, disabledNode.lastTransferable);
-        
-        
-        ns = new java.awt.datatransfer.StringSelection("Another Selection");
-        ec.setContents(ns, ns);
-        assertTranferables (ns, disabledNode.lastTransferable);
-    }
-    
-    public void skipForNowtestSelectedNodesInDeserializedPanel () throws Exception {
-        ExplorerPanel panel = new ExplorerPanel ();
-
-        FileObject fo = FileUtil.getConfigRoot();
-        
-        Node root = new SerializableNode ();
-        panel.getExplorerManager ().setRootContext (root);
-        panel.getExplorerManager ().setSelectedNodes (new Node[] {root});
-        
-        assertNotNull ("Array of selected nodes is not null.", panel.getExplorerManager ().getSelectedNodes ());
-        assertFalse ("Array of selected nodes is not empty.",  panel.getExplorerManager ().getSelectedNodes ().length == 0);
-        assertEquals ("The selected node is Filesystems root.", panel.getExplorerManager ().getSelectedNodes ()[0], root);
-        
-        NbMarshalledObject mar = new NbMarshalledObject (panel);
-        Object obj = mar.get ();
-        ExplorerPanel deserializedPanel = (ExplorerPanel) obj;
-        
-        assertNotNull ("Deserialized panel is not null.", deserializedPanel);
-        
-        assertNotNull ("[Deserialized panel] Array of selected nodes is not null.", deserializedPanel.getExplorerManager ().getSelectedNodes ());
-        assertFalse ("[Deserialized panel] Array of selected nodes is not empty.",  deserializedPanel.getExplorerManager ().getSelectedNodes ().length == 0);
-        assertEquals ("[Deserialized panel] The selected node is Filesystems root.", deserializedPanel.getExplorerManager ().getSelectedNodes ()[0], root);
-        
-    }
-    
-    /** Compares whether two transferables are the same.
-     */
-    private static void assertTranferables (java.awt.datatransfer.Transferable t1, java.awt.datatransfer.Transferable t2) 
-    throws Exception {
-       // if (t1 == t2) return;
-        
-        java.awt.datatransfer.DataFlavor[] arr1 = t1.getTransferDataFlavors ();
-        java.awt.datatransfer.DataFlavor[] arr2 = t2.getTransferDataFlavors ();
-        
-        assertEquals ("Flavors are the same", 
-            Arrays.asList (arr1),
-            Arrays.asList (arr2)
-        );
-        
-        for (int i = 0; i < arr1.length; i++) {
-            Object f1 = convert (t1.getTransferData(arr1[i]));
-            Object f2 = convert (t2.getTransferData(arr1[i]));
-            
-            assertEquals (i + " flavor " + arr1[i], f1, f2);
-        }
-    }
-    
-    private static Object convert (Object obj) throws Exception {
-        if (obj instanceof java.io.StringReader) {
-            java.io.StringReader sr = (java.io.StringReader)obj;
-            StringBuffer sb = new StringBuffer ();
-            for (;;) {
-                int ch = sr.read ();
-                if (ch == -1) return sb.toString ();
-                sb.append ((char)ch);
-            }
-        }
-        
-        return obj;
-    }
-    
-    /** Test root node. */
-    private static class TestRoot extends AbstractNode {
-        public TestRoot(Node[] children) {
-            super(new Children.Array());
-            getChildren().add(children);
-        }
-        
-        public boolean canDestroy () {
-            return true;
-        }
-    }
-    
-    /** Node which enables both cut and copy actions. */
-    private static class TestNode extends AbstractNode {
-        public boolean canCopy;
-        public boolean canCut;
-        public boolean canDelete;
-        private boolean customDelete;
-        public PasteType[] types = new PasteType[0];
-        public java.awt.datatransfer.Transferable lastTransferable;
-        
-        public int countCopy;
-        public int countCut;
-        public int countDelete;
-        
-        public TestNode(boolean canCopy, boolean canCut, boolean canDelete, boolean customDelete) {
-            this (canCopy, canCut, canDelete);
-            this.customDelete = customDelete;
-        }
-        
-        public TestNode(boolean b, boolean c, boolean d) {
-            super(Children.LEAF);
-            canCopy = b;
-            canCut = c;
-            canDelete = d;
-        }
-        
-        public void destroy () {
-            countDelete++;
-        }
-        
-        public boolean canDestroy () {
-            return canDelete;
-        }
-        
-        public boolean canCopy() {
-            return canCopy;
-        }
-        public boolean canCut() {
-            return canCut;
-        }
-
-        public java.awt.datatransfer.Transferable clipboardCopy() throws java.io.IOException {
-            java.awt.datatransfer.Transferable retValue;
-            
-            retValue = super.clipboardCopy();
-            
-            countCopy++;
-            
-            return retValue;
-        }
-        
-        public java.awt.datatransfer.Transferable clipboardCut() throws java.io.IOException {
-            java.awt.datatransfer.Transferable retValue;
-            
-            retValue = super.clipboardCut();
-            
-            countCut++;
-            
-            return retValue;
-        }
-        
-        protected void createPasteTypes(java.awt.datatransfer.Transferable t, java.util.List s) {
-            this.lastTransferable = t;
-            s.addAll (Arrays.asList (types));
-        }
-
-        public Object getValue(String attributeName) {
-            if (customDelete && "customDelete".equals(attributeName)) {
-                return Boolean.TRUE;
-            }
-            return super.getValue(attributeName);
-        }
-        
-    }
-
-    public static final class SerializableNode extends AbstractNode 
-    implements Node.Handle, java.io.Externalizable {
-        
-        static final long serialVersionUID = 439503248509342L;
-        
-        public SerializableNode () {
-            super (Children.LEAF);
-        }
-        
-        public Handle getHandle () {
-            return this;
-        }
-        
-        public Node getNode () {
-            return this;
-        }
-        
-        public void writeExternal (java.io.ObjectOutput oo) {
-        }
-        public void readExternal (java.io.ObjectInput oi) {
-        }
-        
-        //
-        // All instances of SerializableNode are equal
-        //
-
-        public int hashCode() {
-            return getClass ().hashCode ();
-        }
-
-        public boolean equals(java.lang.Object obj) {
-            return obj != null && getClass ().equals (obj.getClass ());
-        }
-    } // end SerializableNode
-    
-    public static final class Lkp extends org.openide.util.lookup.AbstractLookup {
-        public Lkp () {
-            this (new org.openide.util.lookup.InstanceContent ());
-        }
-        
-        private Lkp (org.openide.util.lookup.InstanceContent ic) {
-            super (ic);
-            ic.add (new Clb ("Testing clipboard"));
-            ic.add (new YesDialogDisplayer());
-        }
-    }
-    
-    private static final class Clb extends org.openide.util.datatransfer.ExClipboard {
-        public Clb (String s) {
-            super (s);
-        }
-
-        protected org.openide.util.datatransfer.ExClipboard.Convertor[] getConvertors() {
-            return new org.openide.util.datatransfer.ExClipboard.Convertor[0];
-        }
-        
-        public void setContents (Transferable t, ClipboardOwner o) {
-            super.setContents (t, o);
-            fireClipboardChange ();
-        }
-    }
-    
-    private static final class YesDialogDisplayer extends DialogDisplayer {
-        private int counter = 0;
-        
-        public YesDialogDisplayer() {
-            super();
-        }
-        
-        public Object notify(org.openide.NotifyDescriptor descriptor) {
-            counter++;
-            return NotifyDescriptor.YES_OPTION;
-        }
-
-        public java.awt.Dialog createDialog(org.openide.DialogDescriptor descriptor) {
-            return null;
-        }
-        
-        public int getNotifyCount() {
-            return counter;
-        }
-    }
-}
diff --git a/core.kit/test/unit/src/org/openide/explorer/ExplorerUtilCreateLookupTest.java b/core.kit/test/unit/src/org/openide/explorer/ExplorerUtilCreateLookupTest.java
index 69205d0..d726bd7 100644
--- a/core.kit/test/unit/src/org/openide/explorer/ExplorerUtilCreateLookupTest.java
+++ b/core.kit/test/unit/src/org/openide/explorer/ExplorerUtilCreateLookupTest.java
@@ -44,25 +44,9 @@
 
 package org.openide.explorer;
 
-import java.awt.BorderLayout;
-import java.awt.Component;
-import java.awt.DefaultKeyboardFocusManager;
-import java.awt.KeyboardFocusManager;
-import java.awt.event.ActionEvent;
-import java.beans.FeatureDescriptor;
-import java.util.*;
-import javax.swing.AbstractAction;
-import javax.swing.ActionMap;
-import javax.swing.JTextField;
 
-import junit.framework.*;
 
-import org.netbeans.junit.*;
-import org.openide.cookies.*;
 import org.openide.nodes.*;
-import org.openide.util.*;
-import org.openide.util.lookup.AbstractLookup;
-import org.openide.util.lookup.InstanceContent;
 
 /**
  * Check the behaviour of ExplorerManager's lookup by doing the same 
@@ -71,20 +55,11 @@ import org.openide.util.lookup.InstanceContent;
  *
  * @author Jaroslav Tulach
  */
-public class ExplorerUtilCreateLookupTest extends org.openide.windows.TopComponentGetLookupTest {
+public class ExplorerUtilCreateLookupTest extends org.openide.explorer.windows.TopComponentGetLookupTest {
     public ExplorerUtilCreateLookupTest(String testName) {
         super(testName);
     }
     
-    public static void main(String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        return new NbTestSuite(ExplorerUtilCreateLookupTest.class);
-    }
-    
-    
     protected boolean runInEQ () {
         return true;
     }
@@ -121,6 +96,7 @@ public class ExplorerUtilCreateLookupTest extends org.openide.windows.TopCompone
         ExTC e = new ExTC ();
         
         top = e;
+        get = e;
         lookup = ExplorerUtils.createLookup (e.em, e.getActionMap ());
     }
     
diff --git a/core.kit/test/unit/src/org/openide/explorer/propertysheet/ComboTest.java b/core.kit/test/unit/src/org/openide/explorer/propertysheet/ComboTest.java
deleted file mode 100644
index 8bf0180..0000000
--- a/core.kit/test/unit/src/org/openide/explorer/propertysheet/ComboTest.java
+++ /dev/null
@@ -1,757 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-/*
- * PropertySheetTest.java
- *
- * Created on August 24, 2001, 4:25 PM
- */
-
-package org.openide.explorer.propertysheet;
-
-import java.awt.Color;
-import java.awt.Component;
-import java.awt.DisplayMode;
-import java.awt.Font;
-import java.awt.Graphics;
-import java.awt.GraphicsEnvironment;
-import java.awt.Image;
-import java.awt.KeyboardFocusManager;
-import java.awt.Point;
-import java.awt.Rectangle;
-import java.awt.event.KeyEvent;
-import java.awt.event.MouseEvent;
-import java.awt.event.WindowAdapter;
-import java.awt.event.WindowEvent;
-import java.awt.image.BufferedImage;
-import org.openide.*;
-import org.openide.nodes.*;
-import org.openide.explorer.propertysheet.*;
-import org.openide.explorer.propertysheet.editors.*;
-import java.beans.*;
-import java.lang.reflect.*;
-import javax.swing.*;
-import javax.swing.ImageIcon;
-import junit.framework.*;
-import junit.textui.TestRunner;
-import org.netbeans.junit.*;
-import org.openide.util.Lookup;
-import org.openide.util.Utilities;
-
-
-/** Tests property marking functionality and the ability of a Property to
- * provide a "postSetAction" action hint, which will be run if the user
- * successfully changes the property value.
- */
-public class ComboTest extends NbTestCase {
-    private static boolean setup=false;
-    
-    static {
-        registerPropertyEditors();
-    }
-    
-    public static void registerPropertyEditors () {
-        //org.netbeans.core.startup.Main.registerPropertyEditors();
-    }
-    
-    public ComboTest(String name) {
-        super(name);
-    }
- 
-    static SheetTable tb=null;
-    static JFrame jf=null;
-/*
- * This test creates a Property, Editor and Node. First test checks if initialized
- * editor contains the same value as property. The second checks if the property
- * value is changed if the same change will be done in the editor.
- */
-    protected void setUp() throws Exception {
-        if (setup) return;
-
-        try {
-
-            tp = new TProperty("oh", true);
-            tp1 = new TProperty2("the", true);
-            postSetAction = new PostSetAction();
-            
-            tn = new TNode();
-//            PropUtils.forceRadioButtons=true;
-            final PropertySheet ps = new PropertySheet();
-            
-            //ensure no stored value in preferences:
-            ps.setCurrentNode(tn);
-            sleep();
-            ps.setSortingMode(PropertySheet.UNSORTED);
-            
-            jf = new JFrame();
-            jf.getContentPane().add (ps);
-            jf.setLocation (20,20);
-            jf.setSize (300, 400);
-            new WaitWindow(jf);
-            tb = ps.table;
-
-            SwingUtilities.invokeLater(new Runnable() {
-                public void run() {
-                    try {
-                    ps.setSortingMode(ps.SORTED_BY_NAMES);
-                    }catch (Exception e){}
-                }
-            });
-            
-            
-            
-        } catch (Exception e) {
-            e.printStackTrace();
-            fail("FAILED - Exception thrown "+e.getClass().toString());
-        } finally {
-            setup = true;
-        }
-    }
-    
-    public void tearDown() {
-        jf.hide();
-        jf.dispose();
-    }
-    
-    
-    
-    static boolean checkGraphicsEnvironment() {
-        if (GraphicsEnvironment.getLocalGraphicsEnvironment().isHeadless()) {
-            System.err.println("Cannot run test in a headless environment");
-        }
-        DisplayMode dm = 
-            GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice().getDisplayMode();
-        int i = dm.getBitDepth();
-        if (i == dm.BIT_DEPTH_MULTI || i >= 16) {
-            return true;
-        }
-        return false;
-    }
-    
-    public void testFoo () throws Exception {
-    }
-    
-     
-    
-    private static class WaitWindow extends WindowAdapter {
-        boolean shown=false;
-        public WaitWindow (JFrame f) {
-            f.addWindowListener(this);
-            f.show();
-            if (!shown) {
-                synchronized(this) {
-                    try {
-                            wait(5000);
-                    } catch (Exception e) {}
-                }
-            }
-        }
-        
-        public void windowOpened(WindowEvent e) {
-            shown = true;
-            synchronized(this) {
-                notifyAll();
-                ((JFrame) e.getSource()).removeWindowListener(this);
-            }
-        }
-    }
-    
-    private static final int SLEEP_LENGTH=1000;
-    private void sleep() {
-         //useful when running interactively
-        
-        try {
-//            Thread.currentThread().sleep(800);
-            //jf.getTreeLock().wait();
-            SwingUtilities.invokeAndWait(new Runnable() {
-                public void run() {
-                    System.currentTimeMillis();
-                }
-            });
-            //jf.getTreeLock().wait();
-            SwingUtilities.invokeAndWait(new Runnable() {
-                public void run() {
-                    System.currentTimeMillis();
-                }
-            });            
-        } catch (Exception e) {
-        }
-        
-        
-    }
-    
-    
-    private static Color checkColor=null;
-    private Exception throwMe=null;
-    
-    private static int count=0;
-    /** Asserts that a pixel at a given position in an image matches a 
-     * pixel in a given position in a component */
-    private synchronized void assertPixelFromImage(final Image i, final Component c, final int imageX, final int imageY, final int compX, final int compY) throws Exception {
-        final BufferedImage bi = i instanceof BufferedImage ? (BufferedImage) i : toBufferedImage(i);
-        throwMe = null;
-        sleep();
-        
-        int rgb = bi.getRGB(imageX, imageY);
-        Color color = new Color (rgb);
-       
-        
-        //uncomment the code below for diagnosing painting problems
-        //and seeing which pixel you'return really checking
-        JFrame jf = new JFrame("assertPixelFromImage " + count + " (look for the yellow line)") {
-            public void paint (Graphics g) {
-                new ImageIcon (bi).paintIcon(this, g, 25, 25);
-                g.setColor (Color.YELLOW);
-                g.drawLine(imageX+20, imageY+25, imageX+25, imageY+25);
-            }
-        };
-        jf.setLocation (500,500);
-        jf.setSize (100,100);
-        jf.show();
-        
-        try {
-            assertPixel(c, color, compX, compY);
-        } catch (Exception e) {
-            throwMe = e;
-        }
-        if (throwMe != null) {
-            throw throwMe;
-        }
-    }
-    
-    private Exception throwMe2=null;
-    private synchronized void assertPixel(final Component c, final Color toMatch, final int x, final int y) throws Exception {
-        sleep();
-        throwMe2 = null;
-        if (true) {
-            doAssertPixel(c, toMatch, x, y);
-            return;
-        }
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                try {
-                    doAssertPixel(c, toMatch, x, y);
-                } catch (Exception e) {
-                    throwMe2 = e;
-                }
-            }
-        });
-        if (throwMe2 != null) {
-            throw throwMe2;
-        }
-    }
-    
-    private synchronized void doAssertPixel(final Component c, final Color toMatch, final int x, final int y) throws Exception {
-        final BufferedImage bi = new BufferedImage (700, 700, BufferedImage.TYPE_INT_RGB);
-
-        sleep();
-        ((JComponent) c).paintAll(bi.getGraphics());
-        sleep();
-        int[] cArr = new int[3];
-        bi.getData().getPixel(x, y, cArr);
-        checkColor = new Color (cArr[0], cArr[1], cArr[2]);
-
-        
-        //uncomment the code below for diagnosing painting problems
-        //and seeing which pixel you'return really checking
-        JFrame jf = new JFrame("Assert pixel test " + count + " (look for the yellow line)") {
-            public void paint (Graphics g) {
-                new ImageIcon (bi).paintIcon(this, g, 25, 25);
-                g.setColor (Color.YELLOW);
-                g.drawLine(x+20, y+25, x+25, y+25);
-            }
-        };
-        jf.setLocation (400,400);
-        jf.setSize (500,500);
-        jf.show();
-        count++;
-        
-        assertEquals("Color at " + x + "," + y + " does not match", toMatch, checkColor);
-                
-    }
-
-    
-    private void clickOn (final SheetTable tb, final int row, final int col) throws Exception {
-        SwingUtilities.invokeAndWait (new Runnable() {
-            public void run() {
-                Rectangle r = tb.getCellRect(row, col, false);
-                Point toClick = r.getLocation();
-                toClick.x += 15;
-                toClick.y +=3;
-                MouseEvent me = new MouseEvent (tb, MouseEvent.MOUSE_PRESSED, System.currentTimeMillis(), MouseEvent.BUTTON1_MASK, toClick.x, toClick.y, 2, false);
-                tb.dispatchEvent(me);
-            }
-        });
-        sleep();
-    }
-
-    private void releaseKey (final Component target, final int key) throws Exception {
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_RELEASED, System.currentTimeMillis(), 0, key, (char) key);
-                target.dispatchEvent(ke);
-            }
-        });
-        sleep();
-    }
-    
-    private void pressKey (final Component target, final int key) throws Exception {
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_PRESSED, System.currentTimeMillis(), 0, key, (char) key);
-                target.dispatchEvent(ke);
-            }
-        });
-        sleep();
-    }
-        
-    private void typeKey (final Component target, final int key) throws Exception {
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_TYPED, System.currentTimeMillis(), 0, KeyEvent.VK_UNDEFINED, (char) key);
-                target.dispatchEvent(ke);
-            }
-        });
-        sleep();
-    }
-    
-    //Node definition
-    public class TNode extends AbstractNode {
-        //create Node
-        public TNode() {
-            super (Children.LEAF);
-            setName("TNode"); // or, super.setName if needed
-            setDisplayName("TNode");
-        }
-        //clone existing Node
-        public Node cloneNode() {
-            return new TNode();
-        }
-        
-        public void addProp (Node.Property p) {
-            props.put(p);
-            this.firePropertyChange(PROP_PROPERTY_SETS, null, null);
-            this.firePropertySetsChange(null, null);
-        }
-        
-        Sheet sheet=null;
-        Sheet.Set props=null;
-        // Create a property sheet:
-        protected Sheet createSheet() {
-            sheet = super.createSheet();
-            // Make sure there is a "Properties" set:
-            props = sheet.get(Sheet.PROPERTIES);
-            if (props == null) {
-                props = Sheet.createPropertiesSet();
-                sheet.put(props);
-            }
-            props.put(tp);
-            props.put(tp1);
-            return sheet;
-        }
-        // Method firing changes
-        public void fireMethod(String s, Object o1, Object o2) {
-            firePropertyChange(s,o1,o2);
-        }
-    }
-    
-    public static void main(String args[]) {
-        LookAndFeel lf = UIManager.getLookAndFeel();
-        TestRunner.run(suite ());
-    }
-    
-    public static Test suite() {
-        return new ComboTestSuite ();
-    }
-    
-    private static final class ComboTestSuite extends NbTestSuite {
-        public ComboTestSuite () {
-            super (ComboTest.class);
-        }
-        
-        public void run (final TestResult tr) {
-            super.run (tr);
-        }
-    }
-
-    // Property definition
-    public class TProperty extends PropertySupport {
-        private Object myValue = "Value";
-        // Create new Property
-        public TProperty(String name, boolean isWriteable) {
-            super(name, String.class, name, "", true, isWriteable);
-        }
-        // get property value
-        public Object getValue() {
-            return myValue;
-        }
-        // set property value
-        public void setValue(Object value) throws IllegalArgumentException,IllegalAccessException, InvocationTargetException {
-            Object oldVal = myValue;
-            myValue = value;
-            tn.fireMethod(getName(), oldVal, myValue);
-        }
-        // get the property editor
-        public PropertyEditor getPropertyEditor() {
-            return new TEditor();
-        }
-        
-        public Object getValue(String key) {
-            if ("nameIcon".equals(key)) {
-                return new NameIcon();
-            } else if ("valueIcon".equals(key)) {
-                return new ValueIcon();
-            } else if ("postSetAction".equals(key)) {
-                return postSetAction;
-            }
-            return super.getValue(key);
-        }
-    }
-    
-    // Editor definition
-    public class TEditor extends PropertyEditorSupport {
-        PropertyEnv env;
-        
-        // Create new TEditor
-        public TEditor() {
-        }
-        
-        /*
-         * This method is called by the IDE to pass
-         * the environment to the property editor.
-         */
-        public void attachEnv(PropertyEnv env) {
-            this.env = env;
-        }
-        
-        // Set that this Editor doesn't support custom Editor
-        public boolean supportsCustomEditor() {
-            return false;
-        }
-        
-        // Set the Property value threw the Editor
-        public void setValue(Object newValue) {
-            super.setValue(newValue);
-        }
-        
-        public String getAsText() {
-            return getValue() == null ? "null" : getValue().toString();
-        }
-    }
-    
-
-    public class TagsEditor extends PropertyEditorSupport implements ExPropertyEditor {
-        PropertyEnv env;
-        
-        public TagsEditor() {
-        }
-        
-        public String[] getTags() {
-            return new String[] {"a","b","c","d","Value"};
-        }
-        
-        public void attachEnv(PropertyEnv env) {
-            this.env = env;
-            
-            env.getFeatureDescriptor().setValue("canEditAsText", Boolean.TRUE);
-        }
-        
-        public boolean supportsCustomEditor() {
-            return false;
-        }
-        
-        public void setValue(Object newValue) {
-            super.setValue(newValue);
-        }
-    }
-    
-    // Property definition
-    public class TProperty2 extends PropertySupport {
-        private Object myValue = "Value";
-        // Create new Property
-        public TProperty2(String name, boolean isWriteable) {
-            super(name, Object.class, name, "", true, isWriteable);
-        }
-        // get property value
-        public Object getValue() {
-            return myValue;
-        }
-        // set property value
-        public void setValue(Object value) throws IllegalArgumentException,IllegalAccessException, InvocationTargetException {
-            Object oldVal = myValue;
-            myValue = value;
-            tn.fireMethod(getName(), oldVal, myValue);
-        }
-        // get the property editor
-        public PropertyEditor getPropertyEditor() {
-            return new TagsEditor();
-        }
-        
-        public Object getValue(String key) {
-            if ("canEditAsText".equals(key)) {
-                return Boolean.TRUE;
-            } else {
-                return super.getValue(key);
-            }
-        }
-    }
-    
-    // Property definition
-    public class TProperty3 extends PropertySupport {
-        private Boolean myValue = Boolean.FALSE;
-        // Create new Property
-        public TProperty3(String name, boolean isWriteable) {
-            super(name, Boolean.class, name, "", true, isWriteable);
-        }
-        // get property value
-        public Object getValue() {
-            return myValue;
-        }
-        
-        // set property value
-        public void setValue(Object value) throws IllegalArgumentException,IllegalAccessException, InvocationTargetException {
-            Object oldVal = myValue;
-            myValue = (Boolean) value;
-            tn.fireMethod(getName(), oldVal, myValue);
-        }
-        
-        public Object getValue(String key) {
-            if ("nameIcon".equals(key)) {
-                return new NameIcon();
-            } else if ("valueIcon".equals(key)) {
-                return new ValueIcon();
-            } else if ("postSetAction".equals(key)) {
-                return postSetAction;
-            }
-            return super.getValue(key);
-        }
-        
-        public PropertyEditor getPropertyEditor() {
-            return new WrapperEx(super.getPropertyEditor());
-        }
-    
-        public class WrapperEx implements ExPropertyEditor {
-            private PropertyEditor orig;
-            public WrapperEx (PropertyEditor orig) {
-                this.orig = orig;
-            }
-
-
-            public void attachEnv(PropertyEnv env) {
-                env.setState(myValue == Boolean.FALSE ? env.STATE_INVALID : env.STATE_VALID);
-            }        
-
-            public void addPropertyChangeListener(PropertyChangeListener listener) {
-                orig.addPropertyChangeListener(listener);
-            }
-
-            public String getAsText() {
-                return orig.getAsText();
-            }
-
-            public java.awt.Component getCustomEditor() {
-                return orig.getCustomEditor();
-            }
-
-            public String getJavaInitializationString() {
-                return orig.getJavaInitializationString();
-            }
-
-            public String[] getTags() {
-                return orig.getTags();
-            }
-
-            public Object getValue() {
-                return orig.getValue();
-            }
-
-            public boolean isPaintable() {
-                return orig.isPaintable();
-            }
-
-            public void paintValue(java.awt.Graphics gfx, java.awt.Rectangle box) {
-                orig.paintValue(gfx, box);
-            }
-
-            public void removePropertyChangeListener(PropertyChangeListener listener) {
-                orig.removePropertyChangeListener(listener);
-            }
-
-            public void setAsText(String text) throws java.lang.IllegalArgumentException {
-                orig.setAsText(text);
-            }
-
-            public void setValue(Object value) {
-                orig.setValue(value);
-            }
-
-            public boolean supportsCustomEditor() {
-                return orig.supportsCustomEditor();
-            }
-        }
-    }
-    
-    public class BadEditor extends PropertyEditorSupport implements ExPropertyEditor {
-        PropertyEnv env;
-        
-        public BadEditor() {
-        }
-        
-        public String[] getTags() {
-            //return new String[] {"a","b","c","d","Value"};
-            return null;
-        }
-        
-        public void attachEnv(PropertyEnv env) {
-            this.env = env;
-            env.setState(env.STATE_INVALID);
-        }
-        
-        public boolean supportsCustomEditor() {
-            return false;
-        }
-        
-        public void setValue(Object newValue) {
-            super.setValue(newValue);
-        }
-    }
-    
-    private class NameIcon implements Icon {
-        
-        public int getIconHeight() {
-            return 12;
-        }
-        
-        public int getIconWidth() {
-            return 12;
-        }
-        
-        public void paintIcon(Component c, Graphics g, int x, int y) {
-            Color col = g.getColor();
-            try {
-                g.setColor(Color.BLUE);
-                g.drawRect(x, y, getIconWidth(), getIconHeight());
-                g.fillRect(x+3, y+3, getIconWidth()-5, getIconHeight()-5);
-            } finally {
-                g.setColor(col);
-            }
-        }
-        
-    }
-    
-    private class ValueIcon implements Icon {
-        
-        public int getIconHeight() {
-            return 12;
-        }
-        
-        public int getIconWidth() {
-            return 12;
-        }
-        
-        public void paintIcon(Component c, Graphics g, int x, int y) {
-            Color col = g.getColor();
-            try {
-                g.setColor(Color.GREEN);
-                g.drawRect(x, y, getIconWidth(), getIconHeight());
-                g.fillRect(x+3, y+3, getIconWidth()-5, getIconHeight()-5);
-            } finally {
-                g.setColor(col);
-            }
-        }
-    }
-    
-    private class PostSetAction extends AbstractAction {
-        boolean performed = false;
-        
-        public void assertPerformed() {
-            assertTrue ("Action was not performed", performed);
-            performed = false;
-        }
-        
-        public void assertNotPerformed() {
-            assertTrue ("Action should not be performed before an appropriate event is triggered", !performed);
-        }
-        
-        public void actionPerformed(java.awt.event.ActionEvent e) {
-            performed = true;
-        }
-        
-    }
-    
-    
-    private static TNode tn;
-    private static TProperty tp;
-    private static TProperty2 tp1;
-    private static TEditor te;
-    private static PostSetAction postSetAction;
-    private static String initEditorValue;
-    private static String initPropertyValue;
-    private static String postChangePropertyValue;
-    private static String postChangeEditorValue;
-    
-    //Shamelessly stolen from util.IconManager
-    private static final BufferedImage toBufferedImage(Image img) {
-        // load the image
-        new javax.swing.ImageIcon(img);
-        java.awt.image.BufferedImage rep = createBufferedImage(img.getWidth(null), img.getHeight(null));
-        java.awt.Graphics g = rep.createGraphics();
-        g.drawImage(img, 0, 0, null);
-        g.dispose();
-        img.flush();
-        return rep;
-    }
-    
-    /** Creates BufferedImage 16x16 and Transparency.BITMASK */
-    private static final java.awt.image.BufferedImage createBufferedImage(int width, int height) {
-        java.awt.image.ColorModel model = java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment().
-                                          getDefaultScreenDevice().getDefaultConfiguration().getColorModel(java.awt.Transparency.BITMASK);
-        java.awt.image.BufferedImage buffImage = new java.awt.image.BufferedImage(model,
-                model.createCompatibleWritableRaster(width, height), model.isAlphaPremultiplied(), null);
-        return buffImage;
-    }
-    
-
-    
-}
diff --git a/core.kit/test/unit/src/org/openide/explorer/propertysheet/CustomEditorDisplayerTest.java b/core.kit/test/unit/src/org/openide/explorer/propertysheet/CustomEditorDisplayerTest.java
deleted file mode 100644
index 49287ea..0000000
--- a/core.kit/test/unit/src/org/openide/explorer/propertysheet/CustomEditorDisplayerTest.java
+++ /dev/null
@@ -1,840 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.openide.explorer.propertysheet;
-
-import java.awt.BorderLayout;
-import java.awt.BorderLayout;
-import java.awt.Color;
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Dimension;
-import java.awt.FlowLayout;
-import java.awt.Graphics;
-import java.awt.KeyboardFocusManager;
-import javax.swing.JFrame;
-import java.util.StringTokenizer;
-import java.awt.Point;
-import java.awt.Rectangle;
-import java.awt.Window;
-import org.openide.explorer.propertysheet.PropertySheet;
-import java.awt.event.ActionEvent;
-import java.awt.event.ActionListener;
-import java.awt.event.FocusEvent;
-import java.awt.event.FocusListener;
-import java.awt.event.KeyEvent;
-import java.awt.event.MouseEvent;
-import java.awt.event.WindowAdapter;
-import java.awt.event.WindowEvent;
-import java.awt.image.BufferedImage;
-import org.openide.*;
-import org.openide.nodes.*;
-import org.openide.explorer.propertysheet.*;
-import org.openide.explorer.propertysheet.editors.*;
-import java.beans.*;
-import java.beans.PropertyVetoException;
-import java.io.File;
-import java.lang.ref.WeakReference;
-import java.lang.reflect.*;
-import javax.swing.*;
-import javax.swing.ImageIcon;
-import javax.swing.JPanel;
-import javax.swing.JTextField;
-import javax.swing.event.ChangeEvent;
-import javax.swing.event.ChangeListener;
-import junit.framework.*;
-import junit.textui.TestRunner;
-import org.netbeans.junit.*;
-import org.openide.ErrorManager;
-import org.openide.util.Lookup;
-
-/* A comprehensive test of CustomEditorDisplayer */
-public class CustomEditorDisplayerTest extends NbTestCase {
-    
-    static {
-        ComboTest.registerPropertyEditors();
-    }
-    
-    public CustomEditorDisplayerTest(String name) {
-        super(name);
-    }
-    
-    public static void main(String args[]) {
-//        LookAndFeel lf = UIManager.getLookAndFeel();
-/*        try {
-            UIManager.setLookAndFeel(new com.jgoodies.plaf.plastic.Plastic3DLookAndFeel());
-        } catch (Exception e) {
-            e.printStackTrace();
-        }
- */
-        
-        
-        TestRunner.run(suite ());
-        
-        
-        /*
-        boolean go=false;
-        try {
-            UIManager.setLookAndFeel(new PseudoWindowsLookAndFeel());
-            go = true;
-        } catch (NoClassDefFoundError e) {
-            System.err.println("Couldn't run tests on windows look and feel");
-        } catch (UnsupportedLookAndFeelException e) {
-            System.err.println("Couldn't run tests on windows look and feel");
-        }            
-        if (go) {
-            TestRunner.run(suite ());
-        }
-        go=false;
-        try {
-            UIManager.setLookAndFeel(new com.sun.java.swing.plaf.gtk.GTKLookAndFeel());
-            go = true;
-        } catch (NoClassDefFoundError e) {
-            System.err.println("Couldn't run tests on GTK look and feel");
-            e.printStackTrace();
-        } catch (UnsupportedLookAndFeelException e) {
-            System.err.println("Couldn't run tests on GTK look and feel");
-            e.printStackTrace();
-        }
-        if (go) {
-            TestRunner.run(suite ());
-        }
-        try {
-            UIManager.setLookAndFeel(lf);
-        } catch (Exception e) {
-            //highly unlikely 
-        }
-         */
-        try {
-//        new CustomEditorDisplayerTest("goo").setUp();
-        } catch (Exception e){}
- 
-    }
-
-    static int idx = -1;
-    public static Test suite() {
-        return new CustomEditorDisplayerSuite ();
-    }
-    
-    private static class CustomEditorDisplayerSuite extends NbTestSuite {
-        public CustomEditorDisplayerSuite () {
-            super (CustomEditorDisplayerTest.class);
-        }
-        
-        public void run (final TestResult tr) {
-            super.run (tr);
-        }
-    }    
-/*
- * This test creates a Property, Editor and Node. First test checks if initialized
- * editor contains the same value as property. The second checks if the property
- * value is changed if the same change will be done in the editor.
- */
-   
-    CustomEditorDisplayer basicRen;
-    CustomEditorDisplayer fileRen;
-    
-    private TNode tn;
-    private BasicProperty basicProp;
-    private FileProperty fileProp;
-    private BasicEditor te;
-    
-    private boolean setup=false;
-    private JFrame jf=null;
-    private JPanel jp=null;
-    private int SLEEP_LENGTH=10;
-    
-    protected void tearDown() {
-        if (jf != null) {
-            jf.hide();
-            jf.dispose();
-        }
-    }
-   
-    protected void setUp() throws Exception {
-//            UIManager.setLookAndFeel(new com.sun.java.swing.plaf.windows.WindowsLookAndFeel());
-//            UIManager.setLookAndFeel(new com.sun.java.swing.plaf.gtk.GTKLookAndFeel());
-
-        try {
-            if (setup) return;
-            basicProp= new BasicProperty("basicProp", true);
-            fileProp= new FileProperty("FileProp", true);
-            
-            // Create new BasicEditor
-            te = new BasicEditor();
-            // Create new TNode
-            tn = new TNode();
-
-            System.err.println("Crating frame");
-            jf = new JFrame();
-            jf.getContentPane().setLayout(new BorderLayout());
-            jp = new JPanel();
-            jp.setLayout(new FlowLayout());
-            jf.getContentPane().add(jp, BorderLayout.CENTER);
-            jf.setLocation (20,20);
-            jf.setSize (600, 200);
-
-            synchronized (jp.getTreeLock()) {
-                System.err.println("BasicProp = " + basicProp);
-
-                basicRen = new CustomEditorDisplayer(basicProp);
-                fileRen = new CustomEditorDisplayer(fileProp);
-
-                
-                jp.add(basicRen.getComponent());
-                
-                jp.add(fileRen.getComponent());
-            }
-
-            System.err.println("Waiting for window");
-            new WaitWindow(jf);  //block until window open
-            System.err.println("Window shown");
-        } catch (Exception e) {
-            e.printStackTrace();
-        } finally {
-            setup = true;
-        }
-    }
-    
-    public void testDummy() {
-        
-    }
-
-    public void disabled_testEntryInCustomEditor() throws Exception {
-        //Just types into the value field and presses
-        basicRen.setUpdatePolicy(PropertyDisplayer.UPDATE_ON_CONFIRMATION);
-        
-        BasicCustomEditor custom = (BasicCustomEditor)basicProp.getPropertyEditor().getCustomEditor();
-        
-        clickOn(custom.valueField);
-        typeKey(custom.valueField, KeyEvent.VK_W);
-        typeKey(custom.valueField, KeyEvent.VK_O);
-        typeKey(custom.valueField, KeyEvent.VK_O);
-        typeKey(custom.valueField, KeyEvent.VK_G);
-        typeKey(custom.valueField, KeyEvent.VK_L);
-        typeKey(custom.valueField, KeyEvent.VK_E);
-
-        Object pre = basicProp.getValue();
-
-        pressKey(custom.valueField, KeyEvent.VK_ENTER);
-
-        Object post = basicProp.getValue();
-        
-        assertTrue ("After entering text in editor, value should be the text.  Expected WOOGLE got " + post, "WOOGLE".equals(post));
-
-        assertNotSame("After entering data in the custom editor and pressing enter with policy UPDATE_ON_CONFIRMATION, property value should be changed", pre, post);
-        
-        basicRen.setUpdatePolicy(PropertyDisplayer.UPDATE_ON_EXPLICIT_REQUEST);
-        
-        clickOn(custom.valueField);
-        typeKey(custom.valueField, KeyEvent.VK_N);
-        typeKey(custom.valueField, KeyEvent.VK_I);
-        typeKey(custom.valueField, KeyEvent.VK_F);
-        typeKey(custom.valueField, KeyEvent.VK_T);
-        typeKey(custom.valueField, KeyEvent.VK_Y);
-
-        pre = basicProp.getValue();
-
-        pressKey(custom.valueField, KeyEvent.VK_ENTER);
-
-        post = basicProp.getValue();
-        
-        assertTrue ("After entering text in editor with policy UPDATE_ON_EXPLICIT_REQUEST, the property value should not be the entered text.  Expected NIFTY got " + post, "WOOGLE".equals(post));
-
-        assertSame("After entering data in the custom editor and pressing enter with policy UPDATE_ON_EXPLICIT_REQUEST, property value should NOT be changed", pre, post);
-        
-        
-    }
-    
-    public void disabled_testFailureModes() throws Exception {
-        basicRen.setUpdatePolicy(PropertyDisplayer.UPDATE_ON_CONFIRMATION);
-        BasicCustomEditor custom = (BasicCustomEditor)basicProp.getPropertyEditor().getCustomEditor();
-        
-        custom.setInvalidValueButton.doClick();
-        sleep();
-        sleep();
-        requestFocus(custom.valueField);
-        
-        
-        IllegalArgumentException iae=null;
-        try {
-            pressKey(custom.valueField, KeyEvent.VK_ENTER);
-        } catch (IllegalArgumentException e) {
-            iae = e;
-        }
-        assertNotNull("Entering a bad value should throw an exception", iae);
-        iae = null;
-        
-        custom.setDontAllowValidateButton.doClick();
-        sleep();
-        sleep();
-        requestFocus(custom.valueField);
-        try {
-            pressKey(custom.valueField, KeyEvent.VK_ENTER);
-        } catch (IllegalArgumentException e) {
-            iae = e;
-        }
-        assertNotNull("If a state change on the PropertyEnv causes a PropertyVetoException, an illegal argument exception should be thrown with the message from the PVE", iae);
-        iae = null;
-        
-        BasicEditor editor = (BasicEditor) basicRen.getPropertyEditor();
-
-        
-        PropertyEnv env = basicRen.getPropertyEnv();
-        assertEquals("After a failure to validate, the editor's property env's state should be STATE_INVALID", PropertyEnv.STATE_INVALID, env.getState());
-        
-        assertSame("After a failure to validate, the PropertyEnv the editor is talking to should be the one owned by the CustomEditorDisplayer", env, editor.env);
-    }
-    
-    
-    public void disabled_testValidationMethods() throws Exception {
-        basicRen.setUpdatePolicy(PropertyDisplayer.UPDATE_ON_EXPLICIT_REQUEST);
-        BasicCustomEditor custom = (BasicCustomEditor)basicProp.getPropertyEditor().getCustomEditor();
-        
-        clickOn(custom.valueField);
-        typeKey(custom.valueField, KeyEvent.VK_F);
-        typeKey(custom.valueField, KeyEvent.VK_U);
-        typeKey(custom.valueField, KeyEvent.VK_N);
-        typeKey(custom.valueField, KeyEvent.VK_K);
-        typeKey(custom.valueField, KeyEvent.VK_Y);
-        pressKey(custom.valueField, KeyEvent.VK_ENTER);
-
-        assertTrue("After entering text with update policy UPDATE_ON_EXPLICIT_REQUEST, isValueModified should return true", basicRen.isValueModified());
-        String legality = basicRen.isModifiedValueLegal();
-        assertTrue("After entering a legal value with update policy UPDATE_ON_EXPLICIT_REQUEST, isModifiedValueLegal should return null but returned " + legality, legality == null);
-        
-        Exception e = null;
-        try {
-            basicRen.commit();
-        } catch (Exception e1) {
-            e = e1;
-        }
-        assertNull("Committing a legal value should not throw an exception", e);
-        assertEquals("Calling commit() with update policy UPDATE_ON_EXPLICIT_REQUEST should store the edited value in the property", 
-            "FUNKY", basicProp.getValue());
-        
-        assertTrue("After committing a legal value, isValueModified should return false", !basicRen.isValueModified());
-        assertNull("After committing a legal value, isModifiedValueLegal should return null", basicRen.isModifiedValueLegal());
-        
-        custom.setDontAllowValidateButton.doClick();
-        sleep();
-        sleep();
-        
-        try {
-            pressKey(custom.valueField, KeyEvent.VK_ENTER);
-        } catch (Exception e2) {
-            
-        }
-        
-        assertNotNull("With an unvalidatable value, isModifiedValueLegal should return a localized message", basicRen.isModifiedValueLegal());
-        assertTrue("With an unvalidatable value, isValueModified should return true", basicRen.isValueModified());
-        
-        custom.valueField.setText("foo goo");
-        custom.setDontAllowValidateButton.doClick();
-        sleep();
-        sleep();
-        
-        try {
-            basicRen.commit();
-        } catch (Exception e3) {
-            e = e3;
-        }
-        
-        assertNotNull("Committing an unvalidatable value should throw an exception", e);
-        
-    }
-    
-    private class FL implements FocusListener {
-        private FocusEvent gainedEvent=null;
-        private FocusEvent lostEvent=null;
-        private int gainedCount=0;
-        private int lostCount=0;
-        public void assertGained() {
-            assertNotNull ("No focus gained received after clicking on an editable renderer", gainedEvent);
-            assertTrue("Received wrong number of focus gained events for a single click on a renderer " +  gainedCount, gainedCount == 1);
-        }
-        
-        public void assertLost() {
-            assertNotNull ("No focus lost event received after clicking away from a focused, editable renderer", lostEvent);
-            assertTrue("Received wrong number of focus lost events for a single click away from a focused renderer" + lostCount, lostCount == 1);
-        }
-        
-        public void focusGained(java.awt.event.FocusEvent e) {
-            gainedEvent = e;
-            gainedCount++;
-        }
-        
-        public void focusLost(java.awt.event.FocusEvent e) {
-            lostEvent = e;
-            lostCount++;
-        }
-    }
-    
-    private class CL implements ChangeListener {
-        
-        private ChangeEvent e;
-        public void assertEvent(String msg) {
-            sleep(); //give the event time to happen
-            assertNotNull (msg, e);
-            e = null;
-        }
-        
-        public void assertNoEvent(String msg) {
-            sleep();
-            assertNull (e);
-            e = null;
-        }
-        
-        public void stateChanged(ChangeEvent e) {
-            this.e = e;
-        }
-        
-    }
-    
-    private static class TestGCVal extends Object {
-        public String toString() {
-            return "TestGCVal";
-        }
-    }
-
-    private static class WaitWindow extends WindowAdapter {
-        boolean shown=false;
-        public WaitWindow (JFrame f) {
-            f.addWindowListener(this);
-            f.show();
-            if (!shown) {
-                synchronized(this) {
-                    try {
-                        //System.err.println("Waiting for window");
-                            wait(5000);
-                    } catch (Exception e) {}
-                }
-            }
-        }
-        
-        public void windowOpened(WindowEvent e) {
-            shown = true;
-            synchronized(this) {
-                //System.err.println("window opened");
-                notifyAll();
-                ((JFrame) e.getSource()).removeWindowListener(this);
-            }
-        }
-    }
-    
-    private void sleep() {
-         //useful when running interactively
-        
-        try {
-            Thread.currentThread().sleep(SLEEP_LENGTH);
-        } catch (InterruptedException ie) {
-            //go away
-        }
-         
-        
-         
-        //runs faster -uncomment for production use
-        
-        try {
-            //jf.getTreeLock().wait();
-            SwingUtilities.invokeAndWait(new Runnable() {
-                public void run() {
-                    System.currentTimeMillis();
-                }
-            });
-            //jf.getTreeLock().wait();
-            SwingUtilities.invokeAndWait(new Runnable() {
-                public void run() {
-                    System.currentTimeMillis();
-                }
-            });            
-        } catch (Exception e) {
-        }
-        
-        
-    }
-    
-    private void requestFocus(final JComponent jc) throws Exception {
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                jc.requestFocus();
-            }
-        });
-        sleep();
-    }
-    
-    private void changeProperty (final RendererPropertyDisplayer ren, final Node.Property newProp) throws Exception {
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                ren.setProperty(newProp);
-            }
-        });
-    }
-    
-    private void clickOn (final JComponent ren, final int fromRight, final int fromTop) throws Exception {
-        SwingUtilities.invokeAndWait (new Runnable() {
-            public void run() {
-                Point toClick = new Point(ren.getWidth() - fromRight, fromTop);
-                Component target=ren.getComponentAt(toClick);
-                toClick = SwingUtilities.convertPoint(ren, toClick, target);
-                System.err.println("Target component is " + target.getClass().getName() + " - " + target + " clicking at " + toClick);
-                
-                MouseEvent me = new MouseEvent (target, MouseEvent.MOUSE_PRESSED, System.currentTimeMillis(), MouseEvent.BUTTON1_MASK, toClick.x, toClick.y, 2, false);
-                target.dispatchEvent(me);
-                me = new MouseEvent (target, MouseEvent.MOUSE_RELEASED, System.currentTimeMillis(), MouseEvent.BUTTON1_MASK, toClick.x, toClick.y, 2, false);
-                target.dispatchEvent(me);
-                me = new MouseEvent (target, MouseEvent.MOUSE_CLICKED, System.currentTimeMillis(), MouseEvent.BUTTON1_MASK, toClick.x, toClick.y, 2, false);
-            }
-        });
-        sleep();
-    }
-    
-    private void clickOn (final JComponent ren) throws Exception {
-        SwingUtilities.invokeAndWait (new Runnable() {
-            public void run() {
-                Point toClick = new Point(5,5);
-                Component target=ren.getComponentAt(toClick);
-                MouseEvent me = new MouseEvent (target, MouseEvent.MOUSE_PRESSED, System.currentTimeMillis(), MouseEvent.BUTTON1_MASK, toClick.x, toClick.y, 2, false);
-                target.dispatchEvent(me);
-            }
-        });
-        sleep();
-    }
-    
-    private void setEnabled(final CustomEditorDisplayer ren,final boolean val) throws Exception {
-        SwingUtilities.invokeAndWait (new Runnable() {
-            public void run() {
-                ren.setEnabled(val);
-            }
-        });
-        sleep();
-    }
-    
-    private Exception throwMe = null;
-    private String flushResult = null;
-    private String flushValue(final CustomEditorDisplayer ren) throws Exception {
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                try {
-                    //flushResult = ren.flushValue();
-                } catch (Exception e) {
-                    throwMe = e;
-                    flushResult = null;
-                }
-            }
-        });
-        if (throwMe != null) {
-            try {
-                throw throwMe;
-            } finally {
-                throwMe = null;
-            }
-        }
-        return flushResult;
-    }
-    
-
-    private void releaseKey (final Component target, final int key) throws Exception {
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_RELEASED, System.currentTimeMillis(), 0, key, (char) key);
-                target.dispatchEvent(ke);
-            }
-        });
-        sleep();
-    }
-    
-    private Exception throwMe2 = null;
-    private void pressKey (final Component target, final int key) throws Exception {
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_PRESSED, System.currentTimeMillis(), 0, key, (char) key);
-                try {
-                    target.dispatchEvent(ke);
-                } catch (Exception e) {
-                    throwMe2 = e;
-                }
-            }
-        });
-        sleep();
-        if (throwMe2 != null) {
-            Exception e1 = throwMe2;
-            throwMe2 = null;
-            throw e1;
-        }
-    }
-    
-    private void shiftPressKey (final Component target, final int key) throws Exception {
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_PRESSED, System.currentTimeMillis(), KeyEvent.SHIFT_MASK, key, (char) key);
-                target.dispatchEvent(ke);
-            }
-        });
-        sleep();
-    }
-    
-        
-    private void typeKey (final Component target, final int key) throws Exception {
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_TYPED, System.currentTimeMillis(), 0, KeyEvent.VK_UNDEFINED, (char) key);
-                target.dispatchEvent(ke);
-            }
-        });
-        sleep();
-    }
-    
-    //Node definition
-    public class TNode extends AbstractNode {
-        //create Node
-        public TNode() {
-            super (Children.LEAF);
-            setName("TNode"); // or, super.setName if needed
-            setDisplayName("TNode");
-            createSheet();
-        }
-        //clone existing Node
-        public Node cloneNode() {
-            return new TNode();
-        }
-        
-        public void addProp (Node.Property p) {
-            props.put(p);
-            this.firePropertyChange(PROP_PROPERTY_SETS, null, null);
-            this.firePropertySetsChange(null, null);
-        }
-        
-        Sheet sheet=null;
-        Sheet.Set props=null;
-        // Create a property sheet:
-        protected Sheet createSheet() {
-            sheet = super.createSheet();
-            // Make sure there is a "Properties" set:
-            props = sheet.get(Sheet.PROPERTIES);
-            if (props == null) {
-                props = Sheet.createPropertiesSet();
-                sheet.put(props);
-            }
-            props.put(basicProp);
-            props.put(fileProp);
-            
-            return sheet;
-        }
-        // Method firing changes
-        public void fireMethod(String s, Object o1, Object o2) {
-            firePropertyChange(s,o1,o2);
-        }
-    }
-    
-    // Property definition
-    public class BasicProperty extends PropertySupport {
-        private Object myValue = "Value";
-        // Create new Property
-        public BasicProperty(String name, boolean isWriteable) {
-            super(name, Object.class, name, "", true, isWriteable);
-        }
-        // get property value
-        public Object getValue() {
-            return myValue;
-        }
-        // set property value
-        public void setValue(Object value) throws IllegalArgumentException,IllegalAccessException, InvocationTargetException {
-            System.err.println("BASICPROP setValue to " + value + " (was " + myValue+")");
-            Object oldVal = myValue;
-            myValue = value;
-            tn.fireMethod(getName(), oldVal, myValue);
-        }
-        // get the property editor
-        public PropertyEditor getPropertyEditor() {
-            return te;
-        }
-    }
-
-    // Property definition
-    public class FileProperty extends PropertySupport {
-        private Object myValue = new File("aFile");
-        // Create new Property
-        public FileProperty(String name, boolean isWriteable) {
-            super(name, File.class, name, "", true, isWriteable);
-        }
-        // get property value
-        public Object getValue() {
-            return myValue;
-        }
-        // set property value
-        public void setValue(Object value) throws IllegalArgumentException,IllegalAccessException, InvocationTargetException {
-            Object oldVal = myValue;
-            myValue = value;
-            tn.fireMethod(getName(), oldVal, myValue);
-        }
-    }
-    
-    
-    // Editor definition
-    public class BasicEditor extends PropertyEditorSupport implements ExPropertyEditor, PropertyChangeListener, VetoableChangeListener {
-        PropertyEnv env;
-        
-        // Create new BasicEditor
-        public BasicEditor() {
-        }
-        
-        /*
-         * This method is called by the IDE to pass
-         * the environment to the property editor.
-         */
-        public void attachEnv(PropertyEnv env) {
-            if (env != null) {
-                env.removeVetoableChangeListener(this);
-            }
-            this.env = env;
-            
-            env.setState(env.STATE_VALID);
-            env.addVetoableChangeListener(this);
-            System.err.println("  ATTACHENV");
-            
-        }
-        
-        // Set that this Editor doesn't support custom Editor
-        public boolean supportsCustomEditor() {
-            return true;
-        }
-        
-        // Set the Property value threw the Editor
-        public void setValue(Object newValue) {
-            System.err.println(" BasicEditor.setValue: " + newValue);
-            super.setValue(newValue);
-        }
-        
-        public String getAsText() {
-            return getValue() == null ? "null" : getValue().toString();
-        }
-
-        private Component custom;
-        public Component getCustomEditor() {
-            if (custom == null) {
-                custom = new BasicCustomEditor(this);
-            }
-            return custom;
-        }
-        
-        public void vetoNext() {
-            env.setState(env.STATE_NEEDS_VALIDATION);
-            vetoNextChange = true;
-            System.err.println(" veto next");
-        }
-        
-        public void propertyChange(PropertyChangeEvent evt) {
-            
-        }
-        
-        boolean vetoNextChange=false;
-        public void vetoableChange(PropertyChangeEvent e) throws PropertyVetoException {
-            System.err.println("GOT A VETOABLE CHANGE IN BASIC EDITOR");
-            PropertyEnv env = (PropertyEnv) e.getSource();
-            if ((vetoNextChange || "Dont allow validate".equals(getAsText())) && PropertyEnv.STATE_NEEDS_VALIDATION.equals(env.getState())) {
-                System.err.println(" VETOING");
-                PropertyVetoException pve = new PropertyVetoException("NoNoNoNoNo", e);
-                ErrorManager.getDefault().annotate(pve, ErrorManager.USER, null, "You can't do that!", null, null);
-                vetoNextChange=false;
-                throw pve;
-            }
-        }
-        
-        public void setAsText(String s) {
-            System.err.println(" BasicEditor.setAsText: " + s);
-            if ("invalidValue".equals(s)) {
-                IllegalArgumentException iae = new IllegalArgumentException();
-                ErrorManager.getDefault().annotate(iae, ErrorManager.USER, "invalid value", "No way", null, null);
-                throw iae;
-            }
-            setValue(s);
-        }
-        
-    }
-    
-    
-    public class BasicCustomEditor extends JPanel implements ActionListener {
-        JTextField valueField=new JTextField();
-        JButton setInvalidValueButton = new JButton("Invalid value");
-        JButton setDontAllowValidateButton = new JButton("Dont allow validate");
-        BasicEditor editor;
-        public BasicCustomEditor(BasicEditor editor) {
-            this.editor = editor;
-            init();
-        }
-        
-        private void init() {
-            setLayout(new FlowLayout());
-            valueField.addActionListener(this);
-            setInvalidValueButton.addActionListener(this);
-            setDontAllowValidateButton.addActionListener(this);
-            valueField.setColumns(30);
-            setBackground(Color.ORANGE);
-            add (valueField);
-            add (setInvalidValueButton);
-            add (setDontAllowValidateButton);
-        }
-        boolean processing;
-        public void actionPerformed(ActionEvent e) {
-            processing = true;
-            try {
-                if (e.getSource() == setDontAllowValidateButton) {
-                    editor.vetoNext();
-                    valueField.setText("dont allow validate");
-                }
-                if (e.getSource() == setInvalidValueButton) {
-                    valueField.setText("invalidValue");
-                }
-                if (e.getSource() == valueField) {
-                    editor.setAsText(valueField.getText());
-                }
-                editor.env.setState(PropertyEnv.STATE_NEEDS_VALIDATION);
-            } finally {
-                processing = false;
-            }
-        }
-        
-    }
-}
diff --git a/core.kit/test/unit/src/org/openide/explorer/propertysheet/NewPropertyPanelTest.java b/core.kit/test/unit/src/org/openide/explorer/propertysheet/NewPropertyPanelTest.java
deleted file mode 100644
index ddbb829..0000000
--- a/core.kit/test/unit/src/org/openide/explorer/propertysheet/NewPropertyPanelTest.java
+++ /dev/null
@@ -1,1208 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.openide.explorer.propertysheet;
-
-import java.awt.BorderLayout;
-import java.awt.BorderLayout;
-import java.awt.Color;
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Dimension;
-import java.awt.FlowLayout;
-import java.awt.Graphics;
-import java.awt.KeyboardFocusManager;
-import javax.swing.JFrame;
-import java.util.StringTokenizer;
-import java.awt.Point;
-import java.awt.Rectangle;
-import java.awt.Window;
-import javax.swing.text.JTextComponent;
-import org.openide.explorer.propertysheet.PropertySheet;
-import java.awt.event.ActionEvent;
-import java.awt.event.ActionListener;
-import java.awt.event.FocusEvent;
-import java.awt.event.FocusListener;
-import java.awt.event.KeyEvent;
-import java.awt.event.MouseEvent;
-import java.awt.event.WindowAdapter;
-import java.awt.event.WindowEvent;
-import java.awt.image.BufferedImage;
-import org.openide.*;
-import org.openide.nodes.*;
-import org.openide.explorer.propertysheet.*;
-import org.openide.explorer.propertysheet.editors.*;
-import java.beans.*;
-import java.beans.PropertyVetoException;
-import java.io.File;
-import java.lang.ref.WeakReference;
-import java.lang.reflect.*;
-import javax.swing.*;
-import javax.swing.ImageIcon;
-import javax.swing.JPanel;
-import javax.swing.JTextField;
-import javax.swing.event.ChangeEvent;
-import javax.swing.event.ChangeListener;
-import junit.framework.*;
-import junit.textui.TestRunner;
-import org.netbeans.junit.*;
-import org.openide.ErrorManager;
-import org.openide.util.Lookup;
-
-/* A comprehensive test of PropertyPanel */
-public class NewPropertyPanelTest extends NbTestCase {
-    
-    static {
-        ComboTest.registerPropertyEditors();
-    }
-    
-    public NewPropertyPanelTest(String name) {
-        super(name);
-    }
-    
-    public static void main(String args[]) {
-//        LookAndFeel lf = UIManager.getLookAndFeel();
-/*        try {
-            UIManager.setLookAndFeel(new com.jgoodies.plaf.plastic.Plastic3DLookAndFeel());
-        } catch (Exception e) {
-            e.printStackTrace();
-        }
- */
-        
-        
-        TestRunner.run(suite ());
-        
-        
-        /*
-        boolean go=false;
-        try {
-            UIManager.setLookAndFeel(new PseudoWindowsLookAndFeel());
-            go = true;
-        } catch (NoClassDefFoundError e) {
-            System.err.println("Couldn't run tests on windows look and feel");
-        } catch (UnsupportedLookAndFeelException e) {
-            System.err.println("Couldn't run tests on windows look and feel");
-        }            
-        if (go) {
-            TestRunner.run(suite ());
-        }
-        go=false;
-        try {
-            UIManager.setLookAndFeel(new com.sun.java.swing.plaf.gtk.GTKLookAndFeel());
-            go = true;
-        } catch (NoClassDefFoundError e) {
-            System.err.println("Couldn't run tests on GTK look and feel");
-            e.printStackTrace();
-        } catch (UnsupportedLookAndFeelException e) {
-            System.err.println("Couldn't run tests on GTK look and feel");
-            e.printStackTrace();
-        }
-        if (go) {
-            TestRunner.run(suite ());
-        }
-        try {
-            UIManager.setLookAndFeel(lf);
-        } catch (Exception e) {
-            //highly unlikely 
-        }
-         */
-        try {
-//        new NewPropertyPanelTest("goo").setUp();
-        } catch (Exception e){}
- 
-    }
-
-    static int idx = -1;
-    public static Test suite() {
-        return new CustomEditorDisplayerSuite ();
-    }
-    
-    private static class CustomEditorDisplayerSuite extends NbTestSuite {
-        public CustomEditorDisplayerSuite () {
-            super (NewPropertyPanelTest.class);
-        }
-        
-        public void run (final TestResult tr) {
-            super.run (tr);
-        }
-    }    
-/*
- * This test creates a Property, Editor and Node. First test checks if initialized
- * editor contains the same value as property. The second checks if the property
- * value is changed if the same change will be done in the editor.
- */
-   
-    private JButton focusButton;
-    PropertyPanel customPanel;
-    PropertyPanel filePanel;
-    PropertyPanel tagsPanel;
-    PropertyPanel stringPanel;
-    
-    private TNode tn;
-    private BasicProperty basicProp;
-    private FileProperty fileProp;
-    private BasicEditor te;
-    private TagsProperty tagsProp;
-    private StringProperty stringProp;
-    
-    private boolean setup=false;
-    private JFrame jf=null;
-    private JPanel jp=null;
-    private int SLEEP_LENGTH=10; //Make this longer to see what the test is doing
-    
-    protected void tearDown() {
-        if (jf != null) {
-//            jf.hide();
-//            jf.dispose();
-        }
-    }
-   
-    protected void setUp() throws Exception {
-        PropUtils.forceRadioButtons=false;
-        
-        
-        try {
-            if (setup) return;
-            basicProp= new BasicProperty("basicProp", true);
-            fileProp= new FileProperty("FileProp", true);
-            tagsProp = new TagsProperty("TagsProp", true);
-            stringProp = new StringProperty("StringProp", true);
-            
-            focusButton = new JButton("Somewhere over the rainbow");
-            // Create new BasicEditor
-            te = new BasicEditor();
-            // Create new TNode
-            tn = new TNode();
-
-            System.err.println("Crating frame");
-            jf = new JFrame();
-            jf.getContentPane().setLayout(new BorderLayout());
-            jp = new JPanel();
-            jp.setLayout(new FlowLayout());
-            jf.getContentPane().add(jp, BorderLayout.CENTER);
-            jf.setLocation (20,20);
-            jf.setSize (600, 600);
-
-            synchronized (jp.getTreeLock()) {
-                System.err.println("BasicProp = " + basicProp);
-
-                customPanel = new PropertyPanel(basicProp);
-                filePanel = new PropertyPanel(fileProp);
-                tagsPanel = new PropertyPanel(tagsProp);
-                stringPanel = new PropertyPanel(stringProp);
-                
-                tagsPanel.setBackground(Color.GREEN);
-                
-                filePanel.setBackground(Color.YELLOW);
-                
-                stringPanel.setBackground(Color.PINK);
-
-                customPanel.setPreferences(PropertyPanel.PREF_CUSTOM_EDITOR);
-                
-                filePanel.setPreferences(PropertyPanel.PREF_CUSTOM_EDITOR);
-                
-                jp.add(customPanel);
-                
-                jp.add(filePanel);
-                
-                jp.add (focusButton);
-                
-                jp.add (stringPanel);
-                
-                jp.add (tagsPanel);
-            }
-
-            System.err.println("Waiting for window");
-            new WaitWindow(jf);  //block until window open
-            System.err.println("Window shown");
-        } catch (Exception e) {
-            e.printStackTrace();
-        } finally {
-            setup = true;
-        }
-    }
-    public void testDummy() {
-        
-    }
-    
-    public void disabled_testReadOnlyMode() throws Exception {
-        requestFocus (focusButton);
-        changeProperty (stringPanel, stringProp);
-        setPreferences(stringPanel, PropertyPanel.PREF_READ_ONLY | PropertyPanel.PREF_INPUT_STATE);
-        Component owner = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
-        
-        requestFocus(stringPanel);
-        Component owner2 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
-        
-        assertSame("Requesting focus on a read only inline editor panel should not change the focus owner, but it was " + owner2, owner, owner2);
-
-        requestFocus(stringPanel);
-        setPreferences(filePanel, PropertyPanel.PREF_READ_ONLY | PropertyPanel.PREF_CUSTOM_EDITOR);
-        jf.repaint();
-        Component owner3 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
-        
-        assertSame("Requesting focus on a read only custom editor panel should not change the focus owner, not " + owner3, owner, owner3);
-    }
-    
-    
-    public void disabled_testEnabled() throws Exception {
-        requestFocus (focusButton);
-        sleep();
-        changeProperty (filePanel, fileProp);
-        sleep();
-        setEnabled (filePanel, false);
-        sleep();
-        Component owner = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
-        
-        requestFocus(filePanel);
-        Component owner2 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
-        
-        assertSame("Requesting focus on a disabled inline editor panel should not change the focus owner, but it was " + owner2, owner, owner2);
-        
-        setPreferences(filePanel, PropertyPanel.PREF_CUSTOM_EDITOR);
-        
-        requestFocus(filePanel);
-        Component owner3 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
-        
-        assertSame("Requesting focus on a disabled custom editor panel should not change the focus owner, not " + owner3, owner, owner3);
-
-        setPreferences(filePanel, PropertyPanel.PREF_INPUT_STATE);
-    
-        Component owner4 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
-        
-        assertSame("Changing preferences on a property panel should not enable it to be focused if it is disabled" + owner4, owner, owner4);
-        
-        setEnabled(filePanel, true);
-        
-        requestFocus(filePanel);
-        
-        Component owner5 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
-        assertNotSame("Setting enabled to true should restore focusability", owner5, owner);
-        assertTrue("Setting enabled to true and requesting focus should set focus to a child of the panel", filePanel.isAncestorOf(owner5));
-        
-        requestFocus(focusButton);
-        owner5 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
-        //XXX better to do this for JFileChooser, but it has bugs - it *is* still focusable
-        
-        changeProperty(filePanel, stringProp);
-        setEnabled(filePanel, false);
-        requestFocus(focusButton);
-        owner5 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
-        
-        setPreferences(filePanel, PropertyPanel.PREF_CUSTOM_EDITOR);
-        requestFocus(focusButton);
-        jp.repaint();
-        sleep();
-        
-        requestFocus(filePanel);
-        Component owner6 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
-        
-        assertTrue("Setting focus on a disabled custom editor component should neither set focus to it nor its children, but focus is on " + owner6,
-            owner6 != filePanel && !filePanel.isAncestorOf(owner6));
-    }
-     
-
-    public void disabled_testChangingPreferences() throws Exception {
-        Dimension d = filePanel.getPreferredSize();
-        requestFocus(filePanel);
-        sleep();
-        Component owner = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
-        
-        assertTrue ("After requesting focus on an enabled property panel containing a file custom editor, focus should be on some child of the property panel, but it is " + owner,
-            filePanel.isAncestorOf(owner));
-        
-        sleep();
-        
-        setPreferences(filePanel, PropertyPanel.PREF_INPUT_STATE);
-        jf.validate();
-        jf.repaint();
-        Dimension d2 = filePanel.getPreferredSize();
-        assertTrue ("Panel returned same preferred size in inline and custom editor mode.  Probably the inner component wasn't changed when the preferences were changed.",
-            !d.equals(d2));
-        sleep();
-        
-        Component newOwner = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
-        assertTrue ("After changing preferences from custom editor to non-custom editor in a displayed property panel, focus owner should still be in panel, but it is " + newOwner,
-            filePanel.isAncestorOf(newOwner));
-    }
-    
-    
-    public void disabled_testPropertyPanelSendsFocusLost() throws Exception {
-        //This test is in referenced to a filed issue that the old property
-        //panel did not send focus lost events properly
-        
-        requestFocus(focusButton);
-        FL fliFile = new FL();
-        FL fliBasic = new FL();
-        filePanel.addFocusListener(fliFile);
-        customPanel.addFocusListener(fliBasic);
-        
-        requestFocus(filePanel);
-        fliFile.assertGained("Setting focus to a custom editor did not generate a focus gained event");
-        
-        requestFocus(customPanel);
-        fliFile.assertLost("Setting focus from one custom editor to another did not generate a focus lost event from the first one");
-        
-        fliBasic.assertGained("Setting focus to a custom editor from another did not generate a focus gained event from the second one");
-
-        requestFocus(focusButton);
-        fliBasic.assertLost("Setting focus to a non property panel component did not generate a focus lost event");
-        
-        setPreferences (filePanel, PropertyPanel.PREF_INPUT_STATE);
-        
-        requestFocus(filePanel);
-        fliFile.assertGained("Setting focus to a property panel displaying an inline editor from a non-property panel component did not generate a focus gained event");
-        
-        requestFocus(focusButton);
-        fliFile.assertLost("Setting focus away from a property panel displaying an inline editor to a non-property panel component did not generate a focus lost event");
-    }
-    
-    public void disabled_testTableUIBehavior () throws Exception {
-        requestFocus (tagsPanel);
-        
-        System.err.println("TAGS PANEL BOUNDS: " + tagsPanel.getBounds());
-        
-        Component focusOwner = KeyboardFocusManager.getCurrentKeyboardFocusManager().getPermanentFocusOwner();
-        assertTrue ("After requesting focus on a property with tags, a combo box should have focus, not " + focusOwner,
-            focusOwner instanceof JComboBox);
-        
-        assertTrue("After requesting focus on a property with tags, with TableUI false, the combo's popup should not be open",
-            !((JComboBox) focusOwner).isPopupVisible());
-        
-        requestFocus(focusButton);
-        
-        tagsPanel.setPreferences(PropertyPanel.PREF_TABLEUI);
-        
-        requestFocus(tagsPanel);
-        focusOwner = KeyboardFocusManager.getCurrentKeyboardFocusManager().getPermanentFocusOwner();
-        
-        assertTrue ("After requesting focus on a property with tags, a combo box should have focus, not " + focusOwner,
-            focusOwner instanceof JComboBox);
-        
-        assertTrue("After requesting focus on a property with tags, with TableUI true, the combo's popup should be open",
-            ((JComboBox) focusOwner).isPopupVisible());
-        
-        sleep();
-        requestFocus(focusButton);
-
-        /*
-        //Commenting this out for now - too heavily depends to on the look and
-        //feel's behavior
-        assertTrue("After shifting focus away from a tableUI combo box, its popup should no longer be open",
-            !((JComboBox) focusOwner).isPopupVisible());
-         */
-        
-    }
-    
-    
-    public void disabled_testClientProperties() throws Exception {
-        tagsPanel.putClientProperty("radioButtonMax", new Integer(100));
-        sleep();
-        sleep();
-        requestFocus(tagsPanel);
-        Component focusOwner = KeyboardFocusManager.getCurrentKeyboardFocusManager().getPermanentFocusOwner();
-
-        assertTrue ("After setting focus to a panel for a property editor with tags below the radio button threshold, focus should be on a radio button, but was " + focusOwner,
-            focusOwner instanceof JRadioButton);
-        
-        requestFocus (focusButton);
-        
-        tagsPanel.putClientProperty("radioButtonMax", null);
-        sleep();
-        sleep();
-        requestFocus(tagsPanel);
-        Component focusOwner2 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getPermanentFocusOwner();
-        
-        assertNotSame("Focus owner should not be same as previous if the value of radioButtonMax has changed significantly",
-            focusOwner, focusOwner2);
-        
-        assertTrue("After resetting radioButtonMax client property and requesting focus, a radio button should not be what gets focus on requestFocus",
-            (!(focusOwner2 instanceof JRadioButton)));
-        
-        assertTrue("After resetting radioButtonMax client property and requesting focus, a combo box should be what gets focus on requestFocus",
-            focusOwner2 instanceof JComboBox);
-
-        requestFocus (focusButton);
-        
-        tagsPanel.putClientProperty("radioButtonMax", new Integer(100));
-        sleep();
-        tagsPanel.putClientProperty("useLabels", Boolean.TRUE);
-        
-        sleep();
-        
-    }
-       
-    public void disabled_testReplaceProperty() throws Exception {
-        Node.Property p = stringPanel.getProperty();
-        requestFocus(stringPanel);
-        typeKey(stringPanel, KeyEvent.VK_W);
-        typeKey(stringPanel, KeyEvent.VK_H);
-        typeKey(stringPanel, KeyEvent.VK_O);
-        typeKey(stringPanel, KeyEvent.VK_A);
-
-        changeProperty(stringPanel, tagsProp);
-        
-        Node.Property p2 = stringPanel.getProperty();
-        
-        assertNotSame("After replacing the property, it should not be the former one", 
-            p2, p);
-
-        setPreferences(stringPanel, PropertyPanel.PREF_CUSTOM_EDITOR);
-        
-        changeProperty(stringPanel, fileProp);
-        
-        PCL pcl = new PCL();
-        stringPanel.addPropertyChangeListener(pcl);
-        
-        //Set the value in a way that will trigger an env property change
-        //on a property the panel should no longer be listening to
-        tagsProp.getPropertyEditor().setAsText("c"); //will be an invalid value
-        
-        pcl.assertNoEvent("Change in a property editor not related to the current property in a propertypanel whose property was changed nonetheless triggered a state changed event from the panel");
-        
-        filePanel.setPreferences(PropertyPanel.PREF_CUSTOM_EDITOR);
-        requestFocus(filePanel);
-        Component focusOwner = KeyboardFocusManager.getCurrentKeyboardFocusManager().getPermanentFocusOwner();
-
-        changeProperty (filePanel, stringProp);
-        requestFocus(filePanel);
-        
-        Component focusOwner2 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getPermanentFocusOwner();
-        
-        assertNotSame("After changing the property in a custom editor panel to one with different property type, the component focus gets set to on a call to requestFocus should not be the same type as before",
-            focusOwner.getClass(), focusOwner2.getClass());
-    }
-
-    public void disabled_testWriteValues() throws Exception {
-        stringPanel.setChangeImmediate(false);
-        assertTrue ("Panel contains the wrong property: " + stringPanel.getProperty(), stringPanel.getProperty() == stringProp);
-        
-        requestFocus(stringPanel);
-        Component focusOwner = KeyboardFocusManager.getCurrentKeyboardFocusManager().getPermanentFocusOwner();
-        assertTrue ("Requesting focus on a property panel for a string property should set focus to a JTextField not " + focusOwner,
-            focusOwner instanceof JTextComponent);
-        
-        typeKey(stringPanel, KeyEvent.VK_T);
-        typeKey(stringPanel, KeyEvent.VK_H);
-        typeKey(stringPanel, KeyEvent.VK_E);
-        typeKey(stringPanel, KeyEvent.VK_R);
-        typeKey(stringPanel, KeyEvent.VK_E);
-        typeKey(stringPanel, KeyEvent.VK_S);
-        typeKey(stringPanel, KeyEvent.VK_SPACE);
-        typeKey(stringPanel, KeyEvent.VK_A);
-        
-        Object o = stringPanel.getProperty().getValue();
-        assertTrue ("After typing into  a property panel string editor, property value should not be what was typed",
-            !o.equals("THERES A"));
-        
-        //pressKey(focusOwner, KeyEvent.VK_ENTER);
-        stringPanel.updateValue();
-        Object o2 = stringPanel.getProperty().getValue();
-
-        assertNotSame(o,o2);
-        assertTrue ("After typing into a property panel string editor and pressing enter, property value should be what was typed, but it was <" + o + ">",
-            o2.equals("THERES A"));
-    }
-    
-    
-    public void disabled_testMarkingUpdates() throws Exception {
-        requestFocus(tagsPanel);
-        sleep();
-        
-        InplaceEditor outer = ((EditablePropertyDisplayer) tagsPanel.inner).getInplaceEditor();
-        assertTrue ("Should be a button panel for component supporting a custom editor", outer instanceof ButtonPanel);
-        assertTrue ("Button panel should contain a combo box", ((ButtonPanel) outer).getInplaceEditor() instanceof ComboInplaceEditor);
-        
-        sleep();
-        sleep();
-        pressKey(tagsPanel, KeyEvent.VK_DOWN);
-        pressKey(tagsPanel, KeyEvent.VK_UP);
-        pressKey(tagsPanel, KeyEvent.VK_UP);
-
-        InplaceEditor newOuter = ((EditablePropertyDisplayer) tagsPanel.inner).getInplaceEditor();
-//        assertTrue ("After setting an illegal value, the outer component should be an IconPanel to show the illegal value mark, not " + newOuter,
-//            newOuter instanceof IconPanel);
-        
-        
-        pressKey(tagsPanel, KeyEvent.VK_UP);
-
-        sleep();
-        sleep();
-        newOuter = ((EditablePropertyDisplayer) tagsPanel.inner).getInplaceEditor();
-        sleep();
-        assertTrue ("After setting a legal value, the outer component should be an IconPanel to show the illegal value mark, but it is " + newOuter,
-            newOuter instanceof ButtonPanel);
-    }
-    
-    public void disabled_testSuppressEditorButton () throws Exception {
-        requestFocus (tagsPanel);
-        InplaceEditor outer = ((EditablePropertyDisplayer) tagsPanel.inner).getInplaceEditor();
-        assertTrue ("Should be a button panel for component supporting a custom editor", outer instanceof ButtonPanel);
-        
-        tagsPanel.putClientProperty("suppressCustomEditor", Boolean.TRUE);
-        sleep();
-        sleep();
-        sleep();
-        
-        outer = ((EditablePropertyDisplayer) tagsPanel.inner).getInplaceEditor();
-        
-        assertTrue ("Should be no button panel when suppressing custom editor", !(outer instanceof ButtonPanel));
-    }
-    
-    
-    private class PCL implements PropertyChangeListener {
-        private PropertyChangeEvent event;
-        
-        public void assertNoEvent (String msg) {
-            assertNull(msg, event);
-        }
-        
-        public void assertEvent (String msg) {
-            PropertyChangeEvent pce = event;
-            event = null;
-            assertNotNull(msg, event);
-        }
-        
-        public void propertyChange(PropertyChangeEvent evt) {
-            
-        }
-        
-    }
-    
-    
-    private void setPreferences (final PropertyPanel pp, final int preferences) throws Exception {
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                throwMe = null;
-                try {
-                    pp.setPreferences(preferences);
-                } catch (Exception e) {
-                    throwMe = e;
-                }
-            }
-        });
-        if (throwMe != null) {
-            Exception e = throwMe;
-            throwMe = null;
-            throw e;
-        } else {
-            sleep();
-        }
-    }
-    
-    
-    private class FL implements FocusListener {
-        private FocusEvent gainedEvent=null;
-        private FocusEvent lostEvent=null;
-        private int gainedCount=0;
-        private int lostCount=0;
-        public void assertGained(String msg) {
-            int currGainedCount = gainedCount;
-            gainedCount = 0;
-            FocusEvent gained = gainedEvent;
-            gainedEvent = null;
-            assertNotNull (msg, gained);
-            assertTrue("Received wrong number of focus gained events for a single click on a renderer " +  currGainedCount, currGainedCount == 1);
-        }
-        
-        public void assertLost(String msg) {
-            int currLostCount = lostCount;
-            lostCount = 0;
-            FocusEvent lost = lostEvent;
-            lostEvent = null;
-            assertNotNull (msg, lost);
-            assertTrue("Received wrong number of focus lost events for a single click away from a focused renderer" + currLostCount, currLostCount == 1);
-        }
-        
-        public void focusGained(java.awt.event.FocusEvent e) {
-            gainedEvent = e;
-            gainedCount++;
-        }
-        
-        public void focusLost(java.awt.event.FocusEvent e) {
-            lostEvent = e;
-            lostCount++;
-        }
-    }
-    
-    private class CL implements ChangeListener {
-        
-        private ChangeEvent e;
-        public void assertEvent(String msg) {
-            sleep(); //give the event time to happen
-            assertNotNull (msg, e);
-            e = null;
-        }
-        
-        public void assertNoEvent(String msg) {
-            sleep();
-            assertNull (e);
-            e = null;
-        }
-        
-        public void stateChanged(ChangeEvent e) {
-            this.e = e;
-        }
-        
-    }
-    
-    private static class TestGCVal extends Object {
-        public String toString() {
-            return "TestGCVal";
-        }
-    }
-
-    private static class WaitWindow extends WindowAdapter {
-        boolean shown=false;
-        public WaitWindow (JFrame f) {
-            f.addWindowListener(this);
-            f.show();
-            f.toFront();
-            f.requestFocus();
-            if (!shown) {
-                synchronized(this) {
-                    try {
-                        //System.err.println("Waiting for window");
-                            wait(6000);
-                    } catch (Exception e) {}
-                }
-            }
-            int ct = 0;
-            while (!f.isShowing()) {
-                ct++;
-                try {
-                    Thread.currentThread().sleep(400);
-                } catch (Exception e) {
-                    
-                }
-                if (ct > 100) {
-                    break;
-                }
-            }
-            ct=0;
-            Container c = KeyboardFocusManager.getCurrentKeyboardFocusManager().getActiveWindow();
-            while (c != f) {
-                try {
-                    Thread.currentThread().sleep(400);
-                } catch (Exception e) {
-                    
-                }
-                c = KeyboardFocusManager.getCurrentKeyboardFocusManager().getActiveWindow();
-                ct++;
-                if (ct > 100) {
-                    break;
-                }
-            }
-        }
-        
-        public void windowOpened(WindowEvent e) {
-            shown = true;
-            synchronized(this) {
-                //System.err.println("window opened");
-                notifyAll();
-                ((JFrame) e.getSource()).removeWindowListener(this);
-            }
-        }
-    }
-    
-    private void sleep() {
-         //useful when running interactively
-        
-        try {
-            Thread.currentThread().sleep(SLEEP_LENGTH);
-        } catch (InterruptedException ie) {
-            //go away
-        }
-         
-        
-         
-        //runs faster -uncomment for production use
-        
-        try {
-            //jf.getTreeLock().wait();
-            SwingUtilities.invokeAndWait(new Runnable() {
-                public void run() {
-                    System.currentTimeMillis();
-                }
-            });
-            //jf.getTreeLock().wait();
-            SwingUtilities.invokeAndWait(new Runnable() {
-                public void run() {
-                    System.currentTimeMillis();
-                }
-            });            
-        } catch (Exception e) {
-        }
-        
-        
-    }
-    
-    private void requestFocus(final JComponent jc) throws Exception {
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                jc.requestFocus();
-            }
-        });
-        sleep();
-    }
-    
-    private void changeProperty (final PropertyPanel ren, final Node.Property newProp) throws Exception {
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                ren.setProperty(newProp);
-            }
-        });
-    }
-    
-    private void clickOn (final JComponent ren, final int fromRight, final int fromTop) throws Exception {
-        SwingUtilities.invokeAndWait (new Runnable() {
-            public void run() {
-                Point toClick = new Point(ren.getWidth() - fromRight, fromTop);
-                Component target=ren.getComponentAt(toClick);
-                toClick = SwingUtilities.convertPoint(ren, toClick, target);
-                System.err.println("Target component is " + target.getClass().getName() + " - " + target + " clicking at " + toClick);
-                
-                MouseEvent me = new MouseEvent (target, MouseEvent.MOUSE_PRESSED, System.currentTimeMillis(), MouseEvent.BUTTON1_MASK, toClick.x, toClick.y, 2, false);
-                target.dispatchEvent(me);
-                me = new MouseEvent (target, MouseEvent.MOUSE_RELEASED, System.currentTimeMillis(), MouseEvent.BUTTON1_MASK, toClick.x, toClick.y, 2, false);
-                target.dispatchEvent(me);
-                me = new MouseEvent (target, MouseEvent.MOUSE_CLICKED, System.currentTimeMillis(), MouseEvent.BUTTON1_MASK, toClick.x, toClick.y, 2, false);
-            }
-        });
-        sleep();
-    }
-    
-    private void clickOn (final JComponent ren) throws Exception {
-        SwingUtilities.invokeAndWait (new Runnable() {
-            public void run() {
-                Point toClick = new Point(5,5);
-                Component target=ren.getComponentAt(toClick);
-                MouseEvent me = new MouseEvent (target, MouseEvent.MOUSE_PRESSED, System.currentTimeMillis(), MouseEvent.BUTTON1_MASK, toClick.x, toClick.y, 2, false);
-                target.dispatchEvent(me);
-            }
-        });
-        sleep();
-    }
-    
-    private void setEnabled(final PropertyPanel ren,final boolean val) throws Exception {
-        SwingUtilities.invokeAndWait (new Runnable() {
-            public void run() {
-                ren.setEnabled(val);
-            }
-        });
-        sleep();
-    }
-    
-    private Exception throwMe = null;
-    private String flushResult = null;
-    private String flushValue(final PropertyPanel ren) throws Exception {
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                try {
-                    //flushResult = ren.flushValue();
-                } catch (Exception e) {
-                    throwMe = e;
-                    flushResult = null;
-                }
-            }
-        });
-        if (throwMe != null) {
-            try {
-                throw throwMe;
-            } finally {
-                throwMe = null;
-            }
-        }
-        return flushResult;
-    }
-    
-
-    private void releaseKey (final Component target, final int key) throws Exception {
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_RELEASED, System.currentTimeMillis(), 0, key, (char) key);
-                target.dispatchEvent(ke);
-            }
-        });
-        sleep();
-    }
-    
-    private Exception throwMe2 = null;
-    private void pressKey (final Component target, final int key) throws Exception {
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_PRESSED, System.currentTimeMillis(), 0, key, (char) key);
-                try {
-                    target.dispatchEvent(ke);
-                } catch (Exception e) {
-                    throwMe2 = e;
-                }
-            }
-        });
-        sleep();
-        if (throwMe2 != null) {
-            Exception e1 = throwMe2;
-            throwMe2 = null;
-            throw e1;
-        }
-    }
-    
-    private void shiftPressKey (final Component target, final int key) throws Exception {
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_PRESSED, System.currentTimeMillis(), KeyEvent.SHIFT_MASK, key, (char) key);
-                target.dispatchEvent(ke);
-            }
-        });
-        sleep();
-    }
-    
-        
-    private void typeKey (final Component target, final int key) throws Exception {
-        SwingUtilities.invokeAndWait(new Runnable() {
-            public void run() {
-                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_TYPED, System.currentTimeMillis(), 0, KeyEvent.VK_UNDEFINED, (char) key);
-                target.dispatchEvent(ke);
-            }
-        });
-        sleep();
-    }
-    
-    //Node definition
-    public class TNode extends AbstractNode {
-        //create Node
-        public TNode() {
-            super (Children.LEAF);
-            setName("TNode"); // or, super.setName if needed
-            setDisplayName("TNode");
-            createSheet();
-        }
-        //clone existing Node
-        public Node cloneNode() {
-            return new TNode();
-        }
-        
-        public void addProp (Node.Property p) {
-            props.put(p);
-            this.firePropertyChange(PROP_PROPERTY_SETS, null, null);
-            this.firePropertySetsChange(null, null);
-        }
-        
-        Sheet sheet=null;
-        Sheet.Set props=null;
-        // Create a property sheet:
-        protected Sheet createSheet() {
-            sheet = super.createSheet();
-            // Make sure there is a "Properties" set:
-            props = sheet.get(Sheet.PROPERTIES);
-            if (props == null) {
-                props = Sheet.createPropertiesSet();
-                sheet.put(props);
-            }
-            props.put(basicProp);
-            props.put(fileProp);
-            
-            return sheet;
-        }
-        // Method firing changes
-        public void fireMethod(String s, Object o1, Object o2) {
-            firePropertyChange(s,o1,o2);
-        }
-    }
-    
-    // Property definition
-    public class BasicProperty extends PropertySupport {
-        private Object myValue = "Value";
-        // Create new Property
-        public BasicProperty(String name, boolean isWriteable) {
-            super(name, Object.class, name, "", true, isWriteable);
-        }
-        // get property value
-        public Object getValue() {
-            return myValue;
-        }
-        // set property value
-        public void setValue(Object value) throws IllegalArgumentException,IllegalAccessException, InvocationTargetException {
-            System.err.println("BASICPROP setValue to " + value + " (was " + myValue+")");
-            Object oldVal = myValue;
-            myValue = value;
-            tn.fireMethod(getName(), oldVal, myValue);
-        }
-        // get the property editor
-        public PropertyEditor getPropertyEditor() {
-            return te;
-        }
-    }
-
-    // Property definition
-    public class FileProperty extends PropertySupport {
-        private Object myValue = new File("aFile");
-        // Create new Property
-        public FileProperty(String name, boolean isWriteable) {
-            super(name, File.class, name, "", true, isWriteable);
-        }
-        // get property value
-        public Object getValue() {
-            return myValue;
-        }
-        // set property value
-        public void setValue(Object value) throws IllegalArgumentException,IllegalAccessException, InvocationTargetException {
-            Object oldVal = myValue;
-            myValue = value;
-            tn.fireMethod(getName(), oldVal, myValue);
-        }
-    }
-
-    // Property definition
-    public class TagsProperty extends PropertySupport {
-        private Object myValue = "Value";
-        // Create new Property
-        public TagsProperty(String name, boolean isWriteable) {
-            super(name, Object.class, name, "", true, isWriteable);
-        }
-        // get property value
-        public Object getValue() {
-            return myValue;
-        }
-        // set property value
-        public void setValue(Object value) throws IllegalArgumentException,IllegalAccessException, InvocationTargetException {
-            Object oldVal = myValue;
-            myValue = value;
-            tn.fireMethod(getName(), oldVal, myValue);
-        }
-        // get the property editor
-        PropertyEditor editor = null;
-        public PropertyEditor getPropertyEditor() {
-            if (editor == null) {
-                editor = new TagsEditor();
-            }
-            return editor;
-        }
-    }
-    
-    // Property definition
-    public class StringProperty extends PropertySupport {
-        private Object myValue = "way up high";
-        // Create new Property
-        public StringProperty(String name, boolean isWriteable) {
-            super(name, String.class, name, "", true, isWriteable);
-        }
-        // get property value
-        public Object getValue() {
-            return myValue;
-        }
-        // set property value
-        public void setValue(Object value) throws IllegalArgumentException,IllegalAccessException, InvocationTargetException {
-            System.err.println("SETVALUE ON STRINGPROPERTY: " + value);
-            Object oldVal = myValue;
-            myValue = value;
-            tn.fireMethod(getName(), oldVal, myValue);
-        }
-    }    
-    
-    
-    public class TagsEditor extends PropertyEditorSupport implements ExPropertyEditor {
-        PropertyEnv env;
-        
-        public TagsEditor() {
-        }
-        
-        public String[] getTags() {
-            return new String[] {"a","b","c","d","Value"};
-        }
-        
-        public void attachEnv(PropertyEnv env) {
-            this.env = env;
-            if ("c".equals(getValue())) {
-                env.setState(env.STATE_INVALID);
-            } else {
-                env.setState(env.STATE_VALID);
-            }
-        }
-        
-        public boolean supportsCustomEditor() {
-            return true;
-        }
-        
-        public Component getCustomEditor() {
-            return new JColorChooser();
-        }
-        
-        public void setValue(Object newValue) {
-            super.setValue(newValue);
-            if (env != null) {
-                if ("c".equals(newValue)) {
-                    env.setState(env.STATE_INVALID);
-                } else {
-                    env.setState(env.STATE_NEEDS_VALIDATION);
-                }
-            }
-        }
-    }
-    
-    // Editor definition
-    public class BasicEditor extends PropertyEditorSupport implements ExPropertyEditor, PropertyChangeListener, VetoableChangeListener {
-        PropertyEnv env;
-        
-        // Create new BasicEditor
-        public BasicEditor() {
-        }
-        
-        /*
-         * This method is called by the IDE to pass
-         * the environment to the property editor.
-         */
-        public void attachEnv(PropertyEnv env) {
-            if (env != null) {
-                env.removeVetoableChangeListener(this);
-            }
-            this.env = env;
-            
-            env.setState(env.STATE_VALID);
-            env.addVetoableChangeListener(this);
-            System.err.println("  ATTACHENV");
-            
-        }
-        
-        // Set that this Editor doesn't support custom Editor
-        public boolean supportsCustomEditor() {
-            return true;
-        }
-        
-        // Set the Property value threw the Editor
-        public void setValue(Object newValue) {
-            System.err.println(" BasicEditor.setValue: " + newValue);
-            super.setValue(newValue);
-        }
-        
-        public String getAsText() {
-            return getValue() == null ? "null" : getValue().toString();
-        }
-
-        private Component custom;
-        public Component getCustomEditor() {
-            if (custom == null) {
-                custom = new BasicCustomEditor(this);
-            }
-            return custom;
-        }
-        
-        public void vetoNext() {
-            env.setState(env.STATE_NEEDS_VALIDATION);
-            vetoNextChange = true;
-            System.err.println(" veto next");
-        }
-        
-        public void propertyChange(PropertyChangeEvent evt) {
-            
-        }
-        
-        boolean vetoNextChange=false;
-        public void vetoableChange(PropertyChangeEvent e) throws PropertyVetoException {
-            System.err.println("GOT A VETOABLE CHANGE IN BASIC EDITOR");
-            PropertyEnv env = (PropertyEnv) e.getSource();
-            if ((vetoNextChange || "Dont allow validate".equals(getAsText())) && PropertyEnv.STATE_NEEDS_VALIDATION.equals(env.getState())) {
-                System.err.println(" VETOING");
-                PropertyVetoException pve = new PropertyVetoException("NoNoNoNoNo", e);
-                ErrorManager.getDefault().annotate(pve, ErrorManager.USER, null, "You can't do that!", null, null);
-                vetoNextChange=false;
-                throw pve;
-            }
-        }
-        
-        public void setAsText(String s) {
-            System.err.println(" BasicEditor.setAsText: " + s);
-            if ("invalidValue".equals(s)) {
-                IllegalArgumentException iae = new IllegalArgumentException();
-                ErrorManager.getDefault().annotate(iae, ErrorManager.USER, "invalid value", "No way", null, null);
-                throw iae;
-            }
-            setValue(s);
-        }
-        
-    }
-    
-    
-    public class BasicCustomEditor extends JPanel implements ActionListener {
-        JTextField valueField=new JTextField();
-        JButton setInvalidValueButton = new JButton("Invalid value");
-        JButton setDontAllowValidateButton = new JButton("Dont allow validate");
-        BasicEditor editor;
-        public BasicCustomEditor(BasicEditor editor) {
-            this.editor = editor;
-            init();
-        }
-        
-        private void init() {
-            setLayout(new FlowLayout());
-            valueField.addActionListener(this);
-            setInvalidValueButton.addActionListener(this);
-            setDontAllowValidateButton.addActionListener(this);
-            valueField.setColumns(30);
-            setBackground(Color.ORANGE);
-            add (valueField);
-            add (setInvalidValueButton);
-            add (setDontAllowValidateButton);
-        }
-        boolean processing;
-        public void actionPerformed(ActionEvent e) {
-            processing = true;
-            try {
-                if (e.getSource() == setDontAllowValidateButton) {
-                    editor.vetoNext();
-                    valueField.setText("dont allow validate");
-                }
-                if (e.getSource() == setInvalidValueButton) {
-                    valueField.setText("invalidValue");
-                }
-                if (e.getSource() == valueField) {
-                    editor.setAsText(valueField.getText());
-                }
-                editor.env.setState(PropertyEnv.STATE_NEEDS_VALIDATION);
-            } finally {
-                processing = false;
-            }
-        }
-    }
-}
diff --git a/core.kit/test/unit/src/org/openide/explorer/view/RootContextTest.java b/core.kit/test/unit/src/org/openide/explorer/view/RootContextTest.java
deleted file mode 100644
index 30a95d1..0000000
--- a/core.kit/test/unit/src/org/openide/explorer/view/RootContextTest.java
+++ /dev/null
@@ -1,261 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-
-package org.openide.explorer.view;
-
-import java.beans.PropertyVetoException;
-import javax.swing.ListSelectionModel;
-import javax.swing.tree.TreeSelectionModel;
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
-
-import org.openide.explorer.ExplorerManager;
-import org.openide.explorer.ExplorerPanel;
-import org.openide.explorer.view.*;
-
-import org.openide.nodes.AbstractNode;
-import org.openide.nodes.Children;
-import org.openide.nodes.Node;
-import org.openide.nodes.Children.Array;
-
-/*
- * RootContextTest.java tests a change the root context and set selected node
- * in each root context.
- *
- * @author  Jiri Rechtacek
- */
-public class RootContextTest extends NbTestCase {
-    
-    public RootContextTest (java.lang.String testName) {
-        super (testName);
-    }
-    
-    public static void main (java.lang.String[] args) {
-        junit.textui.TestRunner.run (suite ());
-    }
-    
-    public static Test suite () {
-        TestSuite suite = new NbTestSuite (RootContextTest.class);
-        return suite;
-    }
-    
-    // helper variables
-    Node[] arr1, arr2;
-    Node root1, root2;
-    boolean initialized = false;
-
-    
-    // initialize the test variables
-    public void initTest () {
-        
-        // do init only once
-        if (initialized) {
-            return ;
-        } else {
-            initialized = true;
-        }
-
-        arr1 = new Node [3];
-        arr1[0] = new AbstractNode (Children.LEAF);
-        arr1[0].setName ("One");
-        
-        arr1[1] = new AbstractNode (Children.LEAF);
-        arr1[1].setName ("Two");
-        
-        arr1[2] = new AbstractNode (Children.LEAF);
-        arr1[2].setName ("Three");
-        
-        Array ch1 = new Array ();
-        ch1.add (arr1);
-        
-        arr2 = new Node [3];
-        arr2[0] = new AbstractNode (Children.LEAF);
-        arr2[0].setName ("Aaa");
-        
-        arr2[1] = new AbstractNode (Children.LEAF);
-        arr2[1].setName ("Bbb");
-        
-        arr2[2] = new AbstractNode (Children.LEAF);
-        arr2[2].setName ("Ccc");
-
-        Array ch2 = new Array ();
-        ch2.add (arr2);
-        
-        root1 = new AbstractNode (ch1);
-        root1.setName ("Root1");
-        root2 = new AbstractNode (ch2);
-        root2.setName ("Root2");
-        
-    }
-    
-    /** Run all tests in AWT thread */
-    protected boolean runInEQ() {
-        return true;
-    }
-    
-    // assure the node selections with given manager
-    public void doViewTest (final ExplorerManager mgr) throws Exception {
-        mgr.setRootContext (root1);
-        mgr.setSelectedNodes (new Node[] {arr1[0], arr1[2]});
-
-        Node[] selNodes = mgr.getSelectedNodes ();
-        assertEquals ("Root context is ", "Root1", mgr.getRootContext ().getName ());
-        assertEquals ("Count of the selected node is ", 2, selNodes.length);
-        // pending: an order migth be different
-        //Arrays.sort (selNodes);
-        assertEquals ("Selected node is ", "One", selNodes[0].getName ());
-        assertEquals ("Selected node is ", "Three", selNodes[1].getName ());
-
-        mgr.setRootContext (root2);
-        mgr.setSelectedNodes(new Node[] { arr2[1] });
-
-        selNodes = mgr.getSelectedNodes ();
-        assertEquals ("Root context is ", "Root2", mgr.getRootContext ().getName ());
-        assertEquals ("Count of the selected node is ", 1, selNodes.length);
-        assertEquals ("Selected node is ", "Bbb", selNodes[0].getName ());
-
-    }
-    
-    // test for each type of view
-    
-    public void testBeanTreeView() throws Exception {
-        
-        initTest ();
-        
-        TreeView view = new BeanTreeView ();
-        view.setSelectionMode (TreeSelectionModel.DISCONTIGUOUS_TREE_SELECTION);
-        
-        ExplorerPanel panel = new ExplorerPanel ();
-        //#47021
-        panel.setName("preferredID");
-        ExplorerManager mgr = panel.getExplorerManager ();
-        
-        panel.add (view);
-        panel.open ();
-        
-        doViewTest(mgr);
-        
-    }
-    
-    public void testContextTreeView() throws Exception {
-        
-        initTest ();
-        
-        TreeView view = new ContextTreeView ();
-        view.setSelectionMode (TreeSelectionModel.DISCONTIGUOUS_TREE_SELECTION);
-        
-        ExplorerPanel panel = new ExplorerPanel ();
-        //#47021
-        panel.setName("preferredID");
-        ExplorerManager mgr = panel.getExplorerManager ();
-        
-        panel.add (view);
-        panel.open ();
-        
-        doViewTest(mgr);
-        
-    }
-    
-    public void testTreeTableView() throws Exception {
-        
-        initTest ();
-        
-        TreeTableView view = new TreeTableView ();
-        view.setSelectionMode (TreeSelectionModel.DISCONTIGUOUS_TREE_SELECTION);
-        
-        ExplorerPanel panel = new ExplorerPanel ();
-        //#47021
-        panel.setName("preferredID");
-        ExplorerManager mgr = panel.getExplorerManager ();
-        
-        panel.add (view);
-        panel.open ();
-        
-        doViewTest(mgr);
-        
-    }
-    
-    public void testListView() throws Exception {
-        
-        initTest ();
-        
-        ListView view = new ListView (); 
-        view.setSelectionMode (ListSelectionModel.MULTIPLE_INTERVAL_SELECTION);
-        
-        ExplorerPanel panel = new ExplorerPanel ();
-        //#47021
-        panel.setName("preferredID");
-        ExplorerManager mgr = panel.getExplorerManager ();
-        
-        panel.add (view);
-        panel.open ();
-        
-        doViewTest(mgr);
-
-    }
-    
-    public void testListTableView() throws Exception {
-        
-        initTest ();
-        
-        ListTableView view = new ListTableView ();
-        view.setSelectionMode (ListSelectionModel.MULTIPLE_INTERVAL_SELECTION);
-        
-        ExplorerPanel panel = new ExplorerPanel ();
-        //#47021
-        panel.setName("preferredID");
-        ExplorerManager mgr = panel.getExplorerManager ();
-        
-        panel.add (view);
-        panel.open ();
-        
-        doViewTest(mgr);
-        
-    }
-    
-}
diff --git a/core.kit/test/unit/src/org/openide/explorer/view/SelectNodeInListViewTest.java b/core.kit/test/unit/src/org/openide/explorer/view/SelectNodeInListViewTest.java
deleted file mode 100644
index 7f982b9..0000000
--- a/core.kit/test/unit/src/org/openide/explorer/view/SelectNodeInListViewTest.java
+++ /dev/null
@@ -1,153 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-
-package org.openide.explorer.view;
-
-import java.beans.PropertyVetoException;
-import javax.swing.ListSelectionModel;
-import javax.swing.tree.TreeSelectionModel;
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
-
-import org.openide.explorer.ExplorerManager;
-import org.openide.explorer.ExplorerPanel;
-import org.openide.explorer.view.*;
-
-import org.openide.nodes.AbstractNode;
-import org.openide.nodes.Children;
-import org.openide.nodes.Node;
-import org.openide.nodes.Children.Array;
-
-/*
- * Note: It's just helper test for investigate issue 37875 (failing RootContextTest)
- * Will be removed when issue 37875 is closed.
- *
- * @author  Jiri Rechtacek
- */
-public class SelectNodeInListViewTest extends NbTestCase {
-    
-    public SelectNodeInListViewTest (java.lang.String testName) {
-        super (testName);
-    }
-    
-    public static void main (java.lang.String[] args) {
-        junit.textui.TestRunner.run (suite ());
-    }
-    
-    public static Test suite () {
-        TestSuite suite = new NbTestSuite (SelectNodeInListViewTest.class);
-        return suite;
-    }
-    
-    /** Run all tests in AWT thread */
-    protected boolean runInEQ () {
-        return true;
-    }
-    
-    public void testSelectedNodeInListView () throws Exception {
-    
-        // helper variables
-        Node[] arr1, arr2;
-        Node root1, root2;
-    
-        arr1 = new Node [3];
-        arr1[0] = new AbstractNode (Children.LEAF);
-        arr1[0].setName ("One");
-        
-        arr1[1] = new AbstractNode (Children.LEAF);
-        arr1[1].setName ("Two");
-        
-        arr1[2] = new AbstractNode (Children.LEAF);
-        arr1[2].setName ("Three");
-        
-        Array ch1 = new Array ();
-        ch1.add (arr1);
-        
-        arr2 = new Node [3];
-        arr2[0] = new AbstractNode (Children.LEAF);
-        arr2[0].setName ("Aaa");
-        
-        arr2[1] = new AbstractNode (Children.LEAF);
-        arr2[1].setName ("Bbb");
-        
-        arr2[2] = new AbstractNode (Children.LEAF);
-        arr2[2].setName ("Ccc");
-
-        Array ch2 = new Array ();
-        ch2.add (arr2);
-        
-        root1 = new AbstractNode (ch1);
-        root1.setName ("Root1");
-        root2 = new AbstractNode (ch2);
-        root2.setName ("Root2");
-        
-        ListView view = new ListView ();
-        view.setSelectionMode (ListSelectionModel.MULTIPLE_INTERVAL_SELECTION);
-        
-        ExplorerPanel panel = new ExplorerPanel ();
-        ExplorerManager mgr = panel.getExplorerManager ();
-        
-        panel.add (view);
-        panel.open ();
-        
-        Node[] selNodes = mgr.getSelectedNodes ();
-        log ("Default root is " + mgr.getRootContext ());
-        //assertNull ( "Root context is null", mgr.getRootContext ());
-        assertEquals ("Count of the selected node is ", 0, selNodes.length);
-
-        mgr.setRootContext (root1);
-        log ("New root is " + mgr.getRootContext ());
-        mgr.setSelectedNodes (new Node[] {arr1[0], arr1[2]});
-
-        selNodes = mgr.getSelectedNodes ();
-        assertEquals ("Root context is ", "Root1", mgr.getRootContext ().getName ());
-        assertEquals ("Count of the selected node is ", 2, selNodes.length);
-        
-    }
-
-}
diff --git a/core.kit/test/unit/src/org/openide/explorer/windows/TopComponentGetLookupOverridenTest.java b/core.kit/test/unit/src/org/openide/explorer/windows/TopComponentGetLookupOverridenTest.java
new file mode 100644
index 0000000..b4aeb1f
--- /dev/null
+++ b/core.kit/test/unit/src/org/openide/explorer/windows/TopComponentGetLookupOverridenTest.java
@@ -0,0 +1,185 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.openide.explorer.windows;
+
+import java.util.Arrays;
+import java.util.logging.Logger;
+import javax.swing.ActionMap;
+import javax.swing.text.DefaultEditorKit;
+
+
+import org.openide.explorer.*;
+import org.openide.nodes.AbstractNode;
+import org.openide.nodes.Children;
+import org.openide.nodes.Node;
+import org.openide.util.Lookup;
+import org.openide.windows.TopComponent;
+
+
+
+/** Tests behaviour of GlobalContextProviderImpl
+ * and its cooperation with activated and current nodes when TopComponent is
+ * using its own lookup as in examples of ExplorerUtils...
+ *
+ * @author Jaroslav Tulach
+ */
+public class TopComponentGetLookupOverridenTest extends TopComponentGetLookupTest {
+    private Logger LOG = Logger.getLogger(TopComponentGetLookupOverridenTest.class + ".TEST-" + getName());
+
+    public TopComponentGetLookupOverridenTest (java.lang.String testName) {
+        super(testName);
+    }
+    
+    /** Setup component with lookup.
+     */
+    protected void setUp () {
+        ListingYourComponent tc = new ListingYourComponent (LOG);
+        top = tc;
+        get = tc.delegate;
+        lookup = tc.delegate.getLookup ();
+    }
+
+
+    private static class ListingYourComponent extends TopComponent
+    implements java.beans.PropertyChangeListener {
+        YourComponent delegate;
+        private Logger LOG;
+
+        public ListingYourComponent (Logger l) {
+            delegate = new YourComponent();
+            LOG = l;
+            
+            addPropertyChangeListener (this);
+            delegate.getExplorerManager ().setRootContext (new AbstractNode (new Children.Array ()));
+            java.lang.ref.SoftReference ref = new java.lang.ref.SoftReference (new Object ());
+            assertGC ("Trying to simulate issue 40842, to GC TopComponent$SynchronizeNodes", ref);
+            
+            delegate.getExplorerManager().addPropertyChangeListener(this);
+        }
+        
+        private ThreadLocal callbacks = new ThreadLocal ();
+        public void propertyChange (java.beans.PropertyChangeEvent ev) {
+            ExplorerManager manager = delegate.getExplorerManager ();
+
+            LOG.info("propertyChange: " + ev.getPropertyName());
+
+            if ("activatedNodes".equals (ev.getPropertyName())) {
+                if (Boolean.TRUE.equals (callbacks.get ())) {
+                    LOG.info("  it was callback");
+                    return;
+                }
+                try {
+                    callbacks.set (Boolean.TRUE);
+                    Node[] arr = getActivatedNodes ();
+
+                    LOG.info("settings ndoes to zero");
+                    // first of all clear the previous values otherwise
+                    // we will not test SynchronizeNodes (associateLookup (..., true))
+                    setActivatedNodes (ownNode());
+
+
+                    Children.Array ch = (Children.Array)manager.getRootContext ().getChildren ();
+                    for (int i = 0; i < arr.length; i++) {
+                        if (arr[i].getParentNode() != manager.getRootContext()) {
+                            assertTrue ("If this fails we are in troubles", ch.add (new Node[] { arr[i] }));
+                        }
+                    }
+                    LOG.info("em setSelectedNodes: " + Arrays.asList(arr));
+                    manager.setSelectedNodes (arr);
+                    LOG.info("em setSelectedNodes done: " + Arrays.asList(arr));
+                } catch (java.beans.PropertyVetoException ex) {
+                    ex.printStackTrace();
+                    fail (ex.getMessage());
+                } finally {
+                    callbacks.set (null);
+                }
+            }
+
+        }
+
+        public String toString() {
+            return "ListingYourComponent";
+        }
+
+
+        private static Node[] ownNode() {
+            AbstractNode a = new AbstractNode(Children.LEAF);
+            a.setName("ownNode");
+            return new Node[] { a };
+        }
+    } // end of ListingYourComponent
+    
+    // The following class is copied from example in ExplorerUtils:
+    //
+    public static class YourComponent extends TopComponent
+    implements ExplorerManager.Provider, Lookup.Provider {
+        private ExplorerManager manager;
+        public YourComponent() {
+            this.manager = new ExplorerManager ();
+            ActionMap map = getActionMap ();
+            map.put(DefaultEditorKit.copyAction, ExplorerUtils.actionCopy(manager));
+            map.put(DefaultEditorKit.cutAction, ExplorerUtils.actionCut(manager));
+            map.put(DefaultEditorKit.pasteAction, ExplorerUtils.actionPaste(manager));
+            map.put("delete", ExplorerUtils.actionDelete(manager, true)); // or false
+            
+            associateLookup (ExplorerUtils.createLookup (manager, map));
+        }
+        public ExplorerManager getExplorerManager() {
+            return manager;
+        }
+        // It is good idea to switch all listeners on and off when the
+        // component is shown or hidden. In the case of TopComponent use:
+        protected void componentActivated() {
+            ExplorerUtils.activateActions(manager, true);
+        }
+        protected void componentDeactivated() {
+            ExplorerUtils.activateActions(manager, false);
+        }
+        public String toString() {
+            return "YourComponent";
+        }
+    } // end of YourComponent
+}  
+    
diff --git a/core.kit/test/unit/src/org/openide/explorer/windows/TopComponentGetLookupTest.java b/core.kit/test/unit/src/org/openide/explorer/windows/TopComponentGetLookupTest.java
new file mode 100644
index 0000000..be782bc
--- /dev/null
+++ b/core.kit/test/unit/src/org/openide/explorer/windows/TopComponentGetLookupTest.java
@@ -0,0 +1,723 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.openide.explorer.windows;
+
+import java.awt.BorderLayout;
+import java.awt.Component;
+import java.awt.DefaultKeyboardFocusManager;
+import java.awt.KeyboardFocusManager;
+import java.awt.event.ActionEvent;
+import java.beans.FeatureDescriptor;
+import java.util.*;
+import javax.swing.AbstractAction;
+import javax.swing.ActionMap;
+import javax.swing.JTextField;
+
+
+import org.netbeans.junit.*;
+import org.openide.cookies.*;
+import org.openide.nodes.*;
+import org.openide.util.*;
+import org.openide.util.lookup.AbstractLookup;
+import org.openide.util.lookup.InstanceContent;
+import org.openide.windows.TopComponent;
+
+/**
+ * Check the behaviour of TopComponent's lookup.
+ * @author Jaroslav Tulach, Jesse Glick
+ */
+public class TopComponentGetLookupTest extends NbTestCase {
+    static Def def = new Def();
+    static {
+        Utilities.actionsGlobalContext();
+    }
+    
+    /** top component we work on */
+    protected TopComponent top;
+    protected TopComponent get;
+    /** its lookup */
+    protected Lookup lookup;
+    
+    public TopComponentGetLookupTest(String testName) {
+        super(testName);
+    }
+    
+    /** Setup component with lookup.
+     */
+    protected void setUp () {
+        top = new TopComponent ();
+        get = top;
+        lookup = top.getLookup ();
+    }
+    
+    protected boolean runInEQ () {
+        return true;
+    }
+    
+    
+    
+    /** Test to find nodes.
+     */
+    private void doTestNodes(Node[] arr, Class c, int cnt) {
+        if (arr != null) {
+            top.setActivatedNodes(arr);
+        }
+        
+        assertNotNull ("At least one node is registered", lookup.lookup (c));
+        Lookup.Result res = lookup.lookup (new Lookup.Template (c));
+        Collection coll = res.allItems();
+        assertEquals ("Two registered: " + coll, cnt, coll.size ());
+    }
+    
+    public void testNodes () {
+        doTestNodes(new Node[] {new N("1"), new N("2")}, N.class, 2);
+        doTestNodes(new Node[] {new N("1"), new N("2")}, FeatureDescriptor.class, 2);
+    }
+    
+    private void doTestNodesWithChangesInLookup (Class c) {
+        InstanceContent ic = new InstanceContent();
+        
+        Node[] arr = new Node[] {
+            new AbstractNode(Children.LEAF, new AbstractLookup(ic)),
+            new AbstractNode(Children.LEAF, Lookup.EMPTY),
+        };
+        arr[0].setName("cookie-container-node");
+        arr[1].setName("node-as-cookie");
+        //doTestNodes(arr, AbstractNode.class);
+        doTestNodes (arr, c, 2);
+        
+        ic.add (arr[1]);
+        
+        /* Huh? There should be both [0] and [1], how can you say which one will be returned?
+        assertEquals ("Now the [1] is in lookup of [0]", arr[1], lookup.lookup (c));
+         */
+        Collection all = lookup.lookup(new Lookup.Template(c)).allInstances();
+        assertEquals("Two nodes are in TC lookup", 2, all.size());
+        assertEquals("They are the ones we expect", new HashSet(Arrays.asList(arr)), new HashSet(all));
+        assertTrue("Lookup simple query gives one or the other", new HashSet(Arrays.asList(arr)).contains(lookup.lookup(c)));
+        assertEquals("Have two lookup items", 2, lookup.lookup(new Lookup.Template(c)).allItems().size());
+
+        doTestNodes (null, c, 2);
+    }
+    
+    public void testNodesWhenTheyAreNotInTheirLookup () {
+        doTestNodesWithChangesInLookup(AbstractNode.class);
+    }
+    
+    public void testNodesSuperclassesWhenTheyAreNotInTheirLookup () {
+        doTestNodesWithChangesInLookup(FeatureDescriptor.class);
+    }
+    
+    public void testFilterNodeProblems () {
+        class CookieN extends AbstractNode implements Node.Cookie {
+            public CookieN () {
+                super (Children.LEAF);
+                getCookieSet ().add (this);
+            }
+            
+        }
+        
+        CookieN n = new CookieN ();
+        FilterNode fn = new FilterNode (n);
+        top.setActivatedNodes (new Node[] { fn });
+        assertTrue ("CookieN is in FilterNode lookup", n == fn.getLookup ().lookup (CookieN.class));
+        assertTrue ("CookieN is in TopComponent", n == lookup.lookup (CookieN.class));
+        assertEquals ("Just one node", 1, lookup.lookup (new Lookup.Template (Node.class)).allItems ().size ());
+        assertTrue ("Plain cookie found", n == lookup.lookup (Node.Cookie.class));
+    }
+    
+    
+    /** Tests changes in cookies.
+     */
+    public void testCookies () {
+        N[] arr = { new N ("1"), new N ("2"), new N ("3") };
+        
+        top.setActivatedNodes (arr);
+        assertEquals ("Three nodes there", 3, get.getActivatedNodes ().length);
+        
+        L l = new L ();
+        Lookup.Result res = lookup.lookup(new Lookup.Template(OpenCookie.class));
+        res.addLookupListener (l);
+     
+        assertEquals ("Empty now", res.allItems().size (), 0);
+        
+        arr[0].state (0x01); // enabled open cookie
+
+        assertEquals ("One item", res.allItems ().size (), 1);
+        l.check ("One change", 1);
+        
+        arr[2].state (0x02); // change of different cookie
+        
+        assertEquals ("Still one item", res.allItems ().size (), 1);
+        l.check ("No change", 0);
+        
+        arr[2].state (0x03); // added also OpenCookie
+        
+        assertEquals ("Both items", res.allItems ().size (), 2);
+        l.check ("One change again", 1);
+        
+        arr[0].state (0x00);
+        
+        assertEquals ("One still there", res.allItems ().size (), 1);
+        assertEquals("The second object", lookup.lookup(OpenCookie.class), arr[2].getCookie(OpenCookie.class));
+        
+        top.setActivatedNodes(new Node[0]);
+        assertNull("No cookie now", lookup.lookup(OpenCookie.class));
+    }
+    
+    public void testNodesAreInTheLookupAndNothingIsFiredBeforeFirstQuery () {
+        AbstractNode n1 = new AbstractNode(Children.LEAF, Lookup.EMPTY);
+        top.setActivatedNodes(new Node[] { n1 });
+        assertEquals ("One node there", 1, get.getActivatedNodes ().length);
+        assertEquals ("Is the right now", n1, get.getActivatedNodes ()[0]);
+        
+        Lookup.Result res = lookup.lookup(new Lookup.Template(Node.class));
+        L l = new L ();
+        res.addLookupListener(l);
+        
+        l.check ("Nothing fired before first query", 0);
+        res.allInstances ();
+        l.check ("Nothing is fired on first query", 0);
+        lookup.lookup(new Lookup.Template(Node.class)).allInstances();
+        l.check ("And additional query does not change anything either", 0);
+    }
+   
+    public void testNodesAreThereEvenIfTheyAreNotContainedInTheirOwnLookup () {
+        Lookup.Result res = lookup.lookup(new Lookup.Template(Node.class));
+        
+        AbstractNode n1 = new AbstractNode(Children.LEAF, Lookup.EMPTY);
+        
+        InstanceContent content = new InstanceContent ();
+        AbstractNode n2 = new AbstractNode(Children.LEAF, new AbstractLookup(content));
+        
+        assertNull ("Not present in its lookup", n1.getLookup ().lookup (n1.getClass ()));
+        assertNull ("Not present in its lookup", n2.getLookup ().lookup (n2.getClass ()));
+        
+        top.setActivatedNodes (new AbstractNode[] { n1 });
+        assertEquals ("But node is in the lookup", n1, lookup.lookup (n1.getClass ()));
+        
+        assertEquals ("One item there", 1, res.allInstances ().size ());
+        
+        L listener = new L ();
+        res.addLookupListener(listener);
+        
+        top.setActivatedNodes (new AbstractNode[] { n2 });
+        assertEquals ("One node there", 1, get.getActivatedNodes ().length);
+        assertEquals ("n2", n2, get.getActivatedNodes ()[0]);
+        
+//MK - here it changes twice.. because the setAtivatedNodes is trigger on inner TC, then lookup of MVTC contains old activated node..
+        // at this monent the merged lookup contains both items.. later it gets synchronized by setting the activated nodes on the MVTC as well..
+        // then it contains only the one correct node..
+        listener.check ("Node changed", 1);
+        
+        Collection addedByTCLookup = res.allInstances();
+        assertEquals ("One item still", 1, addedByTCLookup.size ());
+        
+        content.add (n2);
+        assertEquals ("After the n2.getLookup starts to return itself, there is no change", 
+            addedByTCLookup, res.allInstances ());
+
+        // this could be commented out if necessary:
+        listener.check ("And nothing is fired", 0);
+        
+        content.remove (n2);
+        assertEquals ("After the n2.getLookup stops to return itself, there is no change", 
+            addedByTCLookup, res.allInstances ());
+        // this could be commented out if necessary:
+        listener.check ("And nothing is fired", 0);
+        
+        content.add (n1);
+        // this could be commented out if necessary:
+        listener.check ("And nothing is fired", 0);
+        // Change from former behavior (#36336): we don't *want* n1 in res.
+        Collection one = res.allInstances();
+        assertEquals("Really just the activated node", 1, one.size());
+        Iterator it = one.iterator();
+        assertEquals("It is the one added by the TC lookup", n2, it.next());
+    }
+    
+    public void testNoChangeWhenSomethingIsChangedOnNotActivatedNode () {
+        doTestNoChangeWhenSomethingIsChangedOnNotActivatedNode (0);
+    }
+    
+    public void testNoChangeWhenSomethingIsChangedOnNotActivatedNode2 () {
+        doTestNoChangeWhenSomethingIsChangedOnNotActivatedNode (50);
+    }
+        
+    private void doTestNoChangeWhenSomethingIsChangedOnNotActivatedNode (int initialSize) {
+        Object obj = new OpenCookie() { public void open() {} };
+        
+        Lookup.Result res = lookup.lookup(new Lookup.Template(OpenCookie.class));
+        Lookup.Result nodeRes = lookup.lookup (new Lookup.Template(Node.class));
+        
+        InstanceContent ic = new InstanceContent ();
+        CountingLookup cnt = new CountingLookup (ic);
+        AbstractNode ac = new AbstractNode(Children.LEAF, cnt);
+        for (int i = 0; i < initialSize; i++) {
+            ic.add (new Integer (i));
+        }
+        
+        top.setActivatedNodes(new org.openide.nodes.Node[] { ac });
+        assertEquals ("One node there", 1, get.getActivatedNodes ().length);
+        assertEquals ("It is the ac one", ac, get.getActivatedNodes ()[0]);
+        ic.add (obj);
+        
+        L listener = new L ();
+        
+        res.allItems();
+        nodeRes.allItems ();
+        res.addLookupListener (listener);
+        
+        Collection allListeners = cnt.listeners;
+        
+        assertEquals ("Has the cookie", 1, res.allItems ().size ());
+        listener.check ("No changes yet", 0);
+
+        ic.remove (obj);
+        
+        assertEquals ("Does not have the cookie", 0, res.allItems ().size ());
+        listener.check ("One change", 1);
+        
+        top.setActivatedNodes (new N[0]);
+        assertEquals("The nodes are empty", 0, get.getActivatedNodes ().length);
+        listener.check ("No change", 0);
+        
+        cnt.queries = 0;
+        ic.add (obj);
+        ic.add (ac);
+        listener.check ("Removing the object or node from not active node does not send any event", 0);
+        
+        nodeRes.allItems ();
+        listener.check ("Queriing for node does generate an event", 0);
+        assertEquals ("No Queries to the not active node made", 0, cnt.queries);
+        assertEquals ("No listeneners on cookies", allListeners, cnt.listeners);
+    }
+    
+    public void testBug32470FilterNodeAndANodeImplementingACookie () {
+        class NY extends AbstractNode implements SaveCookie {
+            public NY () {
+                super(Children.LEAF);
+                getCookieSet ().add (this);
+            }
+            
+            public void save () {
+            }
+        }
+        
+        Node ny = new NY ();
+        Node node = new FilterNode (new FilterNode (ny, null, ny.getLookup ()));
+        top.setActivatedNodes (new Node[] { node });
+        
+        Lookup.Template nodeTemplate = new Lookup.Template(Node.class);
+        Lookup.Template saveTemplate = new Lookup.Template(SaveCookie.class);
+        java.util.Collection res;
+        
+        res = lookup.lookup (nodeTemplate).allInstances ();
+        
+        assertEquals("just one returned", res.size(), 1);
+        assertEquals("node is node", node, res.iterator().next());
+        //MK - the above 2 tests should test the same..
+//        assertEquals ("FilterNode is the only node there", 
+//            Collections.singletonList(node), res
+//        );
+
+        res = lookup.lookup (saveTemplate).allInstances ();
+        
+        assertEquals("just one returned", res.size(), 1);
+        assertEquals("node is node", ny, res.iterator().next());
+        //MK - the above 2 tests should test the same..
+//        assertEquals ("SaveCookie is there only once", 
+//            Collections.singletonList(ny), res
+//        );
+
+        res = lookup.lookup (nodeTemplate).allInstances ();
+        
+        assertEquals("just one returned", res.size(), 1);
+        assertEquals("node is node", node, res.iterator().next());
+        //MK - the above 2 tests should test the same..
+//        assertEquals ("FilterNode is still the only node there", 
+//            Collections.singletonList(node), res
+//        );
+    }
+
+    public void testActionMapIsTakenFromComponentAndAlsoFromFocusedOne () {
+        JTextField panel = new JTextField();
+        
+        top.add(BorderLayout.CENTER, panel);
+
+        class Act extends AbstractAction {
+            public void actionPerformed(ActionEvent ev) {
+            }
+        }
+        Act act1 = new Act ();
+        Act act2 = new Act ();
+        Act act3 = new Act ();
+
+        top.getActionMap ().put ("globalRegistration", act1);
+        top.getActionMap ().put ("doubleRegistration", act2);
+
+        panel.getActionMap ().put ("doubleRegistration", act3);
+        panel.getActionMap ().put ("focusedRegistration", act3);
+        def.setC(panel);
+
+        ActionMap map = (ActionMap)top.getLookup ().lookup (ActionMap.class);
+
+        assertEquals ("actions registered directly on TC are found", act1, map.get ("globalRegistration"));
+        assertEquals ("even if they are provided by focused component", act2, map.get ("doubleRegistration"));
+
+        assertEquals ("actions are delegated to focus owner, if not present", act3, map.get ("focusedRegistration"));
+
+        JTextField f = new JTextField ();
+        f.getActionMap ().put ("focusedRegistration", act3);
+        def.setC(f);
+        assertEquals ("but as it is not in the right component, nothing is found", null, map.get ("focusedRegistration"));
+    }
+    
+    
+    public void testChangingNodesDoesNotChangeActionMap () {
+        N node = new N ("testChangingNodesDoesNotChangeActionMap");
+        node.state (0x00);
+        top.setActivatedNodes(new Node[] { node });
+        
+        Lookup.Result res = lookup.lookup (new Lookup.Template (ActionMap.class));
+        assertEquals ("One item there", 1, res.allInstances ().size ());
+        ActionMap map = (ActionMap)res.allInstances().toArray()[0];
+        
+        L l = new L ();
+        res.addLookupListener (l);
+
+        node.state (0x01);
+        
+        assertEquals ("Map is still the same", map, res.allInstances().toArray()[0]);
+        
+        l.check ("No change in lookup", 0);
+        
+        top.setActivatedNodes (new Node[] { Node.EMPTY });
+        assertEquals ("Map remains the same", map, res.allInstances().toArray()[0]);
+        
+        l.check ("There is no change", 0);
+        
+    }
+
+    public void testMapKeys45323 () {
+        assertNotNull (top.getActionMap ().keys ());
+    }
+     
+     
+    /**
+     * Check that even if a node has a <em>different</em> node in its lookup, a
+     * query on Node.class will produce only the actual activated nodes.
+     * Other queries may return the embedded node, but not duplicates.
+     * @see "#36336"
+     */
+    public void testForeignNodesInLookupIgnoredForNodeQuery() throws Exception {
+        class CloseCookieNode extends AbstractNode implements CloseCookie {
+            CloseCookieNode() {
+                super(Children.LEAF);
+                setName("n1");
+            }
+            public boolean close() {return true;}
+        }
+        Node n1 = new CloseCookieNode();
+        Node n2 = new AbstractNode(Children.LEAF) {
+            {
+                setName("n2");
+                class ViewCookieNode extends AbstractNode implements ViewCookie {
+                    ViewCookieNode() {
+                        super(Children.LEAF);
+                        setName("n3");
+                    }
+                    public void view() {}
+                }
+                getCookieSet().add(new ViewCookieNode());
+                getCookieSet().add(new OpenCookie() {
+                    public void open() {}
+                });
+            }
+        };
+        Node[] sel = new Node[] {n1, n2};
+        assertEquals("First node in selection has CloseCookie",
+            1,
+            n1.getLookup().lookup(new Lookup.Template(CloseCookie.class)).allInstances().size());
+        assertEquals("Second node in selection has OpenCookie",
+            1,
+            n2.getLookup().lookup(new Lookup.Template(OpenCookie.class)).allInstances().size());
+        assertEquals("Second node in selection has ViewCookie (actually a Node)",
+            1,
+            n2.getLookup().lookup(new Lookup.Template(ViewCookie.class)).allInstances().size());
+        ViewCookie v = (ViewCookie)n2.getCookie(ViewCookie.class);
+        assertNotNull(v);
+        assertTrue(v instanceof Node);
+        
+        HashSet queryJustOnce = new HashSet(n2.getLookup().lookup(new Lookup.Template(Node.class)).allInstances());
+        assertEquals("Second node in selection has two nodes in its own lookup",
+            new HashSet(Arrays.asList(new Object[] {n2, v})), queryJustOnce
+        );
+        assertEquals(2, queryJustOnce.size());
+        top.setActivatedNodes(sel);
+        assertEquals("CloseCookie propagated from one member of node selection to TC lookup",
+            1,
+            lookup.lookup(new Lookup.Template(CloseCookie.class)).allInstances().size());
+        assertEquals("OpenCookie propagated from one member of node selection to TC lookup",
+            1,
+            lookup.lookup(new Lookup.Template(OpenCookie.class)).allInstances().size());
+        assertEquals("ViewCookie propagated from one member of node selection to TC lookup",
+            1,
+            lookup.lookup(new Lookup.Template(ViewCookie.class)).allInstances().size());
+        assertEquals("But TC lookup query on Node gives only selection, not cookie node",
+            new HashSet(Arrays.asList(sel)),
+            new HashSet(lookup.lookup(new Lookup.Template(Node.class)).allInstances()));
+        assertEquals(2, lookup.lookup(new Lookup.Template(Node.class)).allInstances().size());
+        assertEquals("TC lookup query on FeatureDescriptor gives all three however",
+            3,
+            lookup.lookup(new Lookup.Template(FeatureDescriptor.class)).allInstances().size());
+        top.setActivatedNodes(new Node[] {n1});
+        assertEquals("After setting node selection to one node, TC lookup has only that node",
+            Collections.singleton(n1),
+            new HashSet(lookup.lookup(new Lookup.Template(Node.class)).allInstances()));
+        assertEquals(1, lookup.lookup(new Lookup.Template(Node.class)).allInstances().size());
+        assertEquals("And the OpenCookie is gone",
+            0,
+            lookup.lookup(new Lookup.Template(OpenCookie.class)).allInstances().size());
+        assertEquals("And the ViewCookie is gone",
+            0,
+            lookup.lookup(new Lookup.Template(ViewCookie.class)).allInstances().size());
+        assertEquals("But the CloseCookie remains",
+            1,
+            lookup.lookup(new Lookup.Template(CloseCookie.class)).allInstances().size());
+    }
+
+    public void testAssociateLookupCanBecalledJustOnce () throws Exception {
+        class TC extends TopComponent {
+            public TC () {
+            }
+            
+            public TC (Lookup l) {
+                super (l);
+            }
+            
+            public void asso (Lookup l) {
+                associateLookup (l);
+            }
+        }
+        
+        TC tc = new TC ();
+        assertNotNull ("There is default lookup", tc.getLookup ());
+        try {
+            tc.asso (Lookup.EMPTY);
+            fail ("Should throw an exception");
+        } catch (IllegalStateException ex) {
+            // ok, should be thrown
+        }
+        
+        tc = new TC (Lookup.EMPTY);
+        assertEquals ("Should return the provided lookup", Lookup.EMPTY, tc.getLookup ());
+        
+        try {
+            tc.asso (Lookup.EMPTY);
+            fail ("Should throw an exception - second association not possible");
+        } catch (IllegalStateException ex) {
+            // ok, should be thrown
+        }
+    
+        tc = new TC ();
+        tc.asso (Lookup.EMPTY);
+        assertEquals ("First association was successful", Lookup.EMPTY, tc.getLookup ());
+        
+        try {
+            tc.asso (new TC ().getLookup ());
+            fail ("Should throw an exception - second association not possible");
+        } catch (IllegalStateException ex) {
+            // ok, should be thrown
+        }
+    }
+    
+    /** Listener to count number of changes.
+     */
+    private static final class L extends Object 
+    implements LookupListener {
+        private int cnt;
+        
+        /** A change in lookup occured.
+         * @param ev event describing the change
+         */
+        public void resultChanged(LookupEvent ev) {
+            cnt++;
+        }
+        
+        /** Checks at least given number of changes.
+         */
+        public void checkAtLeast (String text, int num) {
+            if (cnt < num) {
+                fail (text + " expected at least " + num + " but was " + cnt);
+            }
+            cnt = 0;
+        }
+        
+        /** Checks number of modifications.
+         */
+        public void check (String text, int num) {
+            assertEquals (text, num, cnt);
+            cnt = 0;
+        }
+    }
+    
+
+    /** Overides some methods so it is not necessary to use the data object.
+     */
+    protected static final class N extends AbstractNode {
+        private Node.Cookie[] cookies = {
+            new OpenCookie() { public void open() {} },
+            new EditCookie() { public void edit() {} },
+            new SaveCookie() { public void save() {} },
+            new CloseCookie() { public boolean close() { return true; } },
+        };
+    
+        private int s;
+        
+        public N (String name) {
+            super(Children.LEAF);
+            setName (name);
+        }
+
+        public void state (int s) {
+            this.s = s;
+            fireCookieChange ();
+        }
+        
+        public Node.Cookie getCookie(Class c) {
+            int mask = 0x01;
+            
+            for (int i = 0; i < cookies.length; i++) {
+                if ((s & mask) != 0 && c.isInstance(cookies[i])) {
+                    return cookies[i];
+                }
+                mask = mask << 1;
+
+            }
+            return null;
+        }
+    }
+    
+    private static final class CountingLookup extends Lookup {
+        private Lookup delegate;
+        public List listeners = new ArrayList();
+        public int queries;
+        
+        public CountingLookup(InstanceContent ic) {
+            delegate = new AbstractLookup (ic);
+            
+        }
+        
+        public Object lookup(Class clazz) {
+            return delegate.lookup (clazz);
+        }
+        
+        public Lookup.Result lookup(Lookup.Template template) {
+            if (
+                !Node.Cookie.class.isAssignableFrom(template.getType()) &&
+                !Node.class.isAssignableFrom(template.getType())
+            ) {
+                return delegate.lookup (template);
+            }
+            
+            
+            final Lookup.Result d = delegate.lookup (template);
+            
+            class Wrap extends Lookup.Result {
+                public void addLookupListener(LookupListener l) {
+                    listeners.add (l);
+                    d.addLookupListener (l);
+                }
+                
+                public void removeLookupListener(LookupListener l) {
+                    listeners.remove (l);
+                    d.removeLookupListener (l);
+                }
+                public Collection allInstances() {
+                    queries++;
+                    return d.allInstances ();
+                }
+                public Collection allItems() {
+                    queries++;
+                    return d.allItems ();
+                }
+                public Set allClasses() {
+                    queries++;
+                    return d.allClasses ();
+                }
+            }
+            
+            return new Wrap ();
+        }
+        
+    }
+    
+    static class Def extends DefaultKeyboardFocusManager {
+
+        private Component c;
+
+        public Def() {
+            this.c = c;
+            KeyboardFocusManager.setCurrentKeyboardFocusManager(this);       
+        }
+
+        public void setC(Component c) {
+            this.c = c;
+            firePropertyChange("permanentFocusOwner", null, c);
+        }
+
+        @Override
+        public Component getFocusOwner() {
+            return null;
+        }
+
+        @Override
+        public Component getPermanentFocusOwner() {
+            return c;
+        }
+    }
+    
+}
diff --git a/core.kit/test/unit/src/org/openide/windows/TopComponentActivatedNodesTest.java b/core.kit/test/unit/src/org/openide/windows/TopComponentActivatedNodesTest.java
deleted file mode 100644
index 4c32952..0000000
--- a/core.kit/test/unit/src/org/openide/windows/TopComponentActivatedNodesTest.java
+++ /dev/null
@@ -1,367 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.openide.windows;
-
-import java.beans.PropertyChangeEvent;
-import java.beans.PropertyChangeListener;
-import java.beans.PropertyVetoException;
-import java.util.Collection;
-import java.util.Iterator;
-import javax.swing.SwingUtilities;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-import junit.textui.TestRunner;
-
-import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
-
-import org.openide.explorer.ExplorerManager;
-import org.openide.explorer.ExplorerPanel;
-import org.openide.explorer.view.BeanTreeView;
-import org.openide.explorer.view.TreeView;
-import org.openide.nodes.AbstractNode;
-import org.openide.nodes.Children;
-import org.openide.nodes.Node;
-import org.openide.util.Lookup;
-
-
-
-
-/** Check the synchronization TC.getActivatedNodes and ExplorerManager.getSelectedNodes.
- *  Test should assure the fix of issue 31244.
- *
- * @author Jiri Rechtacek
- */
-public class TopComponentActivatedNodesTest extends NbTestCase {
-    /** top component we work on */
-    private TopComponent top;
-    
-    public TopComponentActivatedNodesTest(java.lang.String testName) {
-        super(testName);
-    }
-    
-    public static void main(java.lang.String[] args) {
-        TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(TopComponentActivatedNodesTest.class);
-        
-        return suite;
-    }
-    
-    protected boolean runInEQ() {
-        return true;
-    }    
-    
-    private ExplorerPanel p;
-    private ExplorerManager em;
-    private Node[] nodes;
-    private PropertyChangeListener listenerEM, listenerTC;
-    
-    protected void setUp () {        
-        System.setProperty("org.openide.util.Lookup", "-"); // no lookup
-        
-        
-        p = new ExplorerPanel ();
-        em = p.getExplorerManager ();
-        
-        TreeView tv = new BeanTreeView ();
-        p.add (tv);
-        Children ch = new Children.Array ();
-        nodes = new Node[10];
-        for (int i = 0; i < 10; i++) {
-            nodes[i] = new AbstractNode (Children.LEAF);
-            nodes[i].setName ("Node" + i);
-        }
-        ch.add (nodes);
-        Node root = new AbstractNode (ch);
-        em.setRootContext (root);
-        
-        // check synchronixzation before
-        assertArrays ("INIT: getSelectedNodes equals getActivatedNodes.",
-            em.getSelectedNodes (), p.getActivatedNodes ());
-    }
-    
-    private void initListeners () {
-        listenerTC = new PropertyChangeListener () {
-            public void propertyChange (PropertyChangeEvent ev) {
-                System.out.println("TC: PROP_ACTIVATED_NODES change!");
-//                try {
-//                    Thread.sleep (1000);
-//                } catch (Exception e) {
-//                }
-                assertArrays ("FIRED TC CHANGE: getSelectedNodes equals PROP_ACTIVATED_NODES",
-                    em.getSelectedNodes (), p.getActivatedNodes ());
-            }
-        };
-        
-        p.addPropertyChangeListener (TopComponent.Registry.PROP_ACTIVATED_NODES, listenerTC);
-        
-        listenerEM = new PropertyChangeListener () {
-            public void propertyChange (PropertyChangeEvent ev) {
-                if (ExplorerManager.PROP_SELECTED_NODES.equals (ev.getPropertyName ())) {
-                    System.out.println("EM: PROP_SELECTED_NODES change!");
-                    assertArrays ("FIRED EM CHANGE: PROP_SELECTED_NODES equals getActivatedNodes",
-                        ((Object[])ev.getNewValue ()), p.getActivatedNodes ());
-                }
-            }
-        };
-        
-        em.addPropertyChangeListener (listenerEM);
-        
-    }
-    
-    private void removeListeners () {
-        em.removePropertyChangeListener (listenerEM);
-        p.removePropertyChangeListener (TopComponent.Registry.PROP_ACTIVATED_NODES, listenerTC);
-    }
-    
-    public void testOnceChange () {
-        SwingUtilities.invokeLater (new Runnable () {
-            public void run () {
-                
-                initListeners ();
-
-                // select a node
-                try {
-                    em.setSelectedNodes (new Node[] { nodes[3], nodes[5] });
-
-                    Node[] activatedNodes = p.getActivatedNodes ();
-
-                    // check synchronixzation after
-                    assertArrays ("ONCE CHANGE: getSelectedNodes equals getActivatedNodes.",
-                        em.getSelectedNodes (), p.getActivatedNodes ());
-
-                    // lookup
-                    Lookup.Result result = p.getLookup ().lookup (new Lookup.Template (Node.class));
-                    Collection col = result.allInstances ();
-                    Iterator it = col.iterator ();
-                    Node[] lookupNodes = new Node[col.size ()];
-                    int i = 0;
-                    while (it.hasNext ()) {
-                        lookupNodes[i] = (Node)it.next ();
-                        i++;
-                    }
-
-                    // check nodes in lookup with acivated nodes
-                    assertArrays ("LOOKUP AFTER INTENSIVE CHANGES: nodes in lookup == activated nodes",
-                        lookupNodes, activatedNodes);
-
-                } catch (PropertyVetoException pve) {
-                    fail ("Caught PropertyVetoException. msg:" + pve.getMessage ());
-                } finally {
-                    removeListeners ();
-                }
-                
-            }
-        });
-    }
-    
-    public void testIntensiveChange () {
-        SwingUtilities.invokeLater (new Runnable () {
-            public void run () {
-                
-                initListeners ();
-
-                // select a node
-                try {
-                    for (int i = 3; i < 8; i++)
-                    em.setSelectedNodes (new Node[] { nodes[i] });
-
-                    Node[] activatedNodes = p.getActivatedNodes ();
-
-                    // check synchronixzation after
-                    assertArrays ("INTENSIVE CHANGES: getSelectedNodes equals getActivatedNodes.",
-                        em.getSelectedNodes (), activatedNodes);
-
-                    // lookup
-                    Lookup.Result result = p.getLookup ().lookup (new Lookup.Template (Node.class));
-                    Collection col = result.allInstances ();
-                    Iterator it = col.iterator ();
-                    Node[] lookupNodes = new Node[col.size ()];
-                    int i = 0;
-                    while (it.hasNext ()) {
-                        lookupNodes[i] = (Node)it.next ();
-                        i++;
-                    }
-
-                    // check nodes in lookup with acivated nodes
-                    assertArrays ("LOOKUP AFTER INTENSIVE CHANGES: nodes in lookup == activated nodes",
-                        lookupNodes, em.getSelectedNodes ());
-
-                } catch (PropertyVetoException pve) {
-                    fail ("Caught PropertyVetoException. msg:" + pve.getMessage ());
-                } finally {
-                    removeListeners ();
-                }
-            }
-        });
-    }
-    
-    public void testIntensiveChangeWithLookup () {
-        SwingUtilities.invokeLater (new Runnable () {
-            public void run () {
-                
-                initListeners ();
-                // select a node
-                try {
-                    for (int i = 3; i < 8; i++)
-                    em.setSelectedNodes (new Node[] { nodes[i] });
-                } catch (PropertyVetoException pve) {
-                    fail ("Caught PropertyVetoException. msg:" + pve.getMessage ());
-                } finally {
-                    removeListeners ();
-                }
-
-                // get nodes from lookup
-                Lookup.Result result = p.getLookup ().lookup (new Lookup.Template (Node.class));
-                Collection col = result.allInstances ();
-                Iterator it = col.iterator ();
-                Node[] lookupNodes = new Node[col.size ()];
-                int i = 0;
-                while (it.hasNext ()) {
-                    lookupNodes[i] = (Node)it.next ();
-                    i++;
-                }
-
-                // check nodes in lookup with acivated nodes
-                assertArrays ("LOOKUP AFTER INTENSIVE CHANGES: nodes in lookup == activated nodes",
-                    lookupNodes, p.getActivatedNodes ());
-
-                // check nodes in lookup with selected nodes
-                assertArrays ("LOOKUP AFTER INTENSIVE CHANGES: nodes in lookup == activated nodes",
-                    lookupNodes, em.getSelectedNodes ());
-            }
-        });
-    }
-    
-    
-    public void testInteroperabilityWithTopComponentRegistry () throws Exception {
-        final TopComponent tc = new TopComponent ();
-        final Lookup.Result res = tc.getLookup ().lookup (new Lookup.Template (Node.class));
-        
-        assertNull ("Empty arrays", tc.getActivatedNodes());
-        assertEquals ("Empty list of nodes", 0, res.allInstances().size ());
-        
-        class L implements PropertyChangeListener, org.openide.util.LookupListener {
-            public Object[] expectedArray;
-            public java.util.ArrayList events = new java.util.ArrayList ();
-            
-            public void resultChanged (org.openide.util.LookupEvent ev) {
-                events.add (ev);
-            }
-            
-            public void propertyChange (PropertyChangeEvent ev) {
-                if (TopComponent.Registry.PROP_CURRENT_NODES.equals (ev.getPropertyName ())) {
-                    assertArrays ("Should be the same", tc.getActivatedNodes(), expectedArray);
-                    assertArrays (
-                        "Also in lookup. ", 
-                        res.allInstances ().toArray (),
-                        expectedArray
-                    );
-                }
-                events.add (ev);
-            }
-        }
-        L l = new L ();
-        res.addLookupListener(l);
-
-        tc.requestActive ();        
-        assertEquals ("Really activated", tc, TopComponent.getRegistry ().getActivated ());
-        try {
-            TopComponent.getRegistry ().addPropertyChangeListener (l);
-            
-            Node[] arr = { Node.EMPTY };
-            l.expectedArray = arr;
-            tc.setActivatedNodes (arr);
-            
-            Object[] ev = l.events.toArray ();
-            assertEquals ("Three events", 3, ev.length);
-            assertEquals ("First is lookup change", org.openide.util.LookupEvent.class, ev[0].getClass ());
-            assertEquals ("Second is prop change", PropertyChangeEvent.class, ev[1].getClass ());
-            assertEquals ("Third is prop change", PropertyChangeEvent.class, ev[2].getClass ());
-            
-            assertEquals (TopComponent.Registry.PROP_ACTIVATED_NODES, ((PropertyChangeEvent)ev[1]).getPropertyName());
-            assertEquals (TopComponent.Registry.PROP_CURRENT_NODES, ((PropertyChangeEvent)ev[2]).getPropertyName());
-        } finally {
-            TopComponent.getRegistry ().removePropertyChangeListener (l);
-        }
-    }
-    
-    private void assertArrays (String msg, Object[] arr1, Object[] arr2) {
-        // DEBUG MSG log content of arrays
-//        System.out.println("do ["+msg+"]: ");
-//        if (arr1 != null) for (int i = 0; i < arr1.length; i++) System.out.println("Arr1: " + i + ". " + arr1[i]);
-//        if (arr2 != null) for (int i = 0; i < arr2.length; i++) System.out.println("Arr2: " + i + ". " + arr2[i]);
-//        System.out.println("done!");
-        // END OF DEBUG MSG
-        if (arr1 == null && arr2 == null) return ;
-        if (arr1 == null) {
-            if (arr2.length == 0) {
-                return ;
-            } else {
-                fail (msg + " BUT: Array1 was null Array2 was " + java.util.Arrays.asList (arr2));
-            }
-        }
-        if (arr2 == null) {
-            if (arr1.length == 0) {
-                return ;
-            } else {
-                fail (msg + " BUT: Array2 was null Array1 was " + java.util.Arrays.asList (arr1));
-            }
-        }
-        if (arr1.length != arr2.length) fail (msg + "Arrays have a diferent size. First: " + java.util.Arrays.asList (arr1) + " second: " + java.util.Arrays.asList (arr2));
-        //Arrays.sort (arr1);
-        //Arrays.sort (arr2);
-        for (int i = 0; i < arr1.length; i++) {
-            if (! arr1[i].equals (arr2[i]) ) {
-                fail (msg + " BUT: excepted: " + arr1[i] + ", was: " + arr2[i]);
-            }
-        }
-    }
-    
-}
diff --git a/core.kit/test/unit/src/org/openide/windows/TopComponentGetLookupOverridenTest.java b/core.kit/test/unit/src/org/openide/windows/TopComponentGetLookupOverridenTest.java
deleted file mode 100644
index 58d7767..0000000
--- a/core.kit/test/unit/src/org/openide/windows/TopComponentGetLookupOverridenTest.java
+++ /dev/null
@@ -1,191 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.openide.windows;
-
-import java.awt.KeyboardFocusManager;
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.logging.Logger;
-import javax.swing.ActionMap;
-import javax.swing.text.DefaultEditorKit;
-
-import junit.framework.*;
-
-import org.netbeans.junit.*;
-import org.openide.explorer.*;
-import org.openide.nodes.AbstractNode;
-import org.openide.nodes.Children;
-import org.openide.nodes.FilterNode;
-import org.openide.nodes.Node;
-import org.openide.util.Lookup;
-import org.openide.util.lookup.AbstractLookup;
-import org.openide.util.lookup.InstanceContent;
-
-
-
-/** Tests behaviour of GlobalContextProviderImpl
- * and its cooperation with activated and current nodes when TopComponent is
- * using its own lookup as in examples of ExplorerUtils...
- *
- * @author Jaroslav Tulach
- */
-public class TopComponentGetLookupOverridenTest extends TopComponentGetLookupTest {
-    private Logger LOG = Logger.getLogger(TopComponentGetLookupOverridenTest.class + ".TEST-" + getName());
-
-    public TopComponentGetLookupOverridenTest (java.lang.String testName) {
-        super(testName);
-    }
-    
-    /** Setup component with lookup.
-     */
-    protected void setUp () {
-        ListingYourComponent tc = new ListingYourComponent (LOG);
-        top = tc;
-        get = tc.delegate;
-        lookup = tc.delegate.getLookup ();
-    }
-
-
-    private static class ListingYourComponent extends TopComponent
-    implements java.beans.PropertyChangeListener {
-        YourComponent delegate;
-        private Logger LOG;
-
-        public ListingYourComponent (Logger l) {
-            delegate = new YourComponent();
-            LOG = l;
-            
-            addPropertyChangeListener (this);
-            delegate.getExplorerManager ().setRootContext (new AbstractNode (new Children.Array ()));
-            java.lang.ref.SoftReference ref = new java.lang.ref.SoftReference (new Object ());
-            assertGC ("Trying to simulate issue 40842, to GC TopComponent$SynchronizeNodes", ref);
-            
-            delegate.getExplorerManager().addPropertyChangeListener(this);
-        }
-        
-        private ThreadLocal callbacks = new ThreadLocal ();
-        public void propertyChange (java.beans.PropertyChangeEvent ev) {
-            ExplorerManager manager = delegate.getExplorerManager ();
-
-            LOG.info("propertyChange: " + ev.getPropertyName());
-
-            if ("activatedNodes".equals (ev.getPropertyName())) {
-                if (Boolean.TRUE.equals (callbacks.get ())) {
-                    LOG.info("  it was callback");
-                    return;
-                }
-                try {
-                    callbacks.set (Boolean.TRUE);
-                    Node[] arr = getActivatedNodes ();
-
-                    LOG.info("settings ndoes to zero");
-                    // first of all clear the previous values otherwise
-                    // we will not test SynchronizeNodes (associateLookup (..., true))
-                    setActivatedNodes (ownNode());
-
-
-                    Children.Array ch = (Children.Array)manager.getRootContext ().getChildren ();
-                    for (int i = 0; i < arr.length; i++) {
-                        if (arr[i].getParentNode() != manager.getRootContext()) {
-                            assertTrue ("If this fails we are in troubles", ch.add (new Node[] { arr[i] }));
-                        }
-                    }
-                    LOG.info("em setSelectedNodes: " + Arrays.asList(arr));
-                    manager.setSelectedNodes (arr);
-                    LOG.info("em setSelectedNodes done: " + Arrays.asList(arr));
-                } catch (java.beans.PropertyVetoException ex) {
-                    ex.printStackTrace();
-                    fail (ex.getMessage());
-                } finally {
-                    callbacks.set (null);
-                }
-            }
-
-        }
-
-        public String toString() {
-            return "ListingYourComponent";
-        }
-
-
-        private static Node[] ownNode() {
-            AbstractNode a = new AbstractNode(Children.LEAF);
-            a.setName("ownNode");
-            return new Node[] { a };
-        }
-    } // end of ListingYourComponent
-    
-    // The following class is copied from example in ExplorerUtils:
-    //
-    public static class YourComponent extends TopComponent
-    implements ExplorerManager.Provider, Lookup.Provider {
-        private ExplorerManager manager;
-        public YourComponent() {
-            this.manager = new ExplorerManager ();
-            ActionMap map = getActionMap ();
-            map.put(DefaultEditorKit.copyAction, ExplorerUtils.actionCopy(manager));
-            map.put(DefaultEditorKit.cutAction, ExplorerUtils.actionCut(manager));
-            map.put(DefaultEditorKit.pasteAction, ExplorerUtils.actionPaste(manager));
-            map.put("delete", ExplorerUtils.actionDelete(manager, true)); // or false
-            
-            associateLookup (ExplorerUtils.createLookup (manager, map));
-        }
-        public ExplorerManager getExplorerManager() {
-            return manager;
-        }
-        // It is good idea to switch all listeners on and off when the
-        // component is shown or hidden. In the case of TopComponent use:
-        protected void componentActivated() {
-            ExplorerUtils.activateActions(manager, true);
-        }
-        protected void componentDeactivated() {
-            ExplorerUtils.activateActions(manager, false);
-        }
-        public String toString() {
-            return "YourComponent";
-        }
-    } // end of YourComponent
-}  
-    
diff --git a/core.kit/test/unit/src/org/openide/windows/TopComponentGetLookupTest.java b/core.kit/test/unit/src/org/openide/windows/TopComponentGetLookupTest.java
deleted file mode 100644
index 01fa577..0000000
--- a/core.kit/test/unit/src/org/openide/windows/TopComponentGetLookupTest.java
+++ /dev/null
@@ -1,725 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.openide.windows;
-
-import java.awt.BorderLayout;
-import java.awt.Component;
-import java.awt.DefaultKeyboardFocusManager;
-import java.awt.KeyboardFocusManager;
-import java.awt.event.ActionEvent;
-import java.beans.FeatureDescriptor;
-import java.util.*;
-import javax.swing.AbstractAction;
-import javax.swing.ActionMap;
-import javax.swing.JTextField;
-
-import junit.framework.*;
-
-import org.netbeans.junit.*;
-import org.openide.cookies.*;
-import org.openide.nodes.*;
-import org.openide.util.*;
-import org.openide.util.lookup.AbstractLookup;
-import org.openide.util.lookup.InstanceContent;
-
-/**
- * Check the behaviour of TopComponent's lookup.
- * @author Jaroslav Tulach, Jesse Glick
- */
-public class TopComponentGetLookupTest extends NbTestCase {
-    
-    /** top component we work on */
-    protected TopComponent top;
-    protected TopComponent get;
-    /** its lookup */
-    protected Lookup lookup;
-    
-    public TopComponentGetLookupTest(String testName) {
-        super(testName);
-    }
-    
-    public static Test suite() {
-        return new NbTestSuite(TopComponentGetLookupTest.class);
-    }
-    
-    /** Setup component with lookup.
-     */
-    protected void setUp () {
-        top = new TopComponent ();
-        get = top;
-        lookup = top.getLookup ();
-    }
-    
-    protected boolean runInEQ () {
-        return true;
-    }
-    
-    
-    
-    /** Test to find nodes.
-     */
-    private void doTestNodes(Node[] arr, Class c, int cnt) {
-        if (arr != null) {
-            top.setActivatedNodes(arr);
-        }
-        
-        assertNotNull ("At least one node is registered", lookup.lookup (c));
-        Lookup.Result res = lookup.lookup (new Lookup.Template (c));
-        Collection coll = res.allItems();
-        assertEquals ("Two registered: " + coll, cnt, coll.size ());
-    }
-    
-    public void testNodes () {
-        doTestNodes(new Node[] {new N("1"), new N("2")}, N.class, 2);
-        doTestNodes(new Node[] {new N("1"), new N("2")}, FeatureDescriptor.class, 2);
-    }
-    
-    private void doTestNodesWithChangesInLookup (Class c) {
-        InstanceContent ic = new InstanceContent();
-        
-        Node[] arr = new Node[] {
-            new AbstractNode(Children.LEAF, new AbstractLookup(ic)),
-            new AbstractNode(Children.LEAF, Lookup.EMPTY),
-        };
-        arr[0].setName("cookie-container-node");
-        arr[1].setName("node-as-cookie");
-        //doTestNodes(arr, AbstractNode.class);
-        doTestNodes (arr, c, 2);
-        
-        ic.add (arr[1]);
-        
-        /* Huh? There should be both [0] and [1], how can you say which one will be returned?
-        assertEquals ("Now the [1] is in lookup of [0]", arr[1], lookup.lookup (c));
-         */
-        Collection all = lookup.lookup(new Lookup.Template(c)).allInstances();
-        assertEquals("Two nodes are in TC lookup", 2, all.size());
-        assertEquals("They are the ones we expect", new HashSet(Arrays.asList(arr)), new HashSet(all));
-        assertTrue("Lookup simple query gives one or the other", new HashSet(Arrays.asList(arr)).contains(lookup.lookup(c)));
-        assertEquals("Have two lookup items", 2, lookup.lookup(new Lookup.Template(c)).allItems().size());
-
-        doTestNodes (null, c, 2);
-    }
-    
-    public void testNodesWhenTheyAreNotInTheirLookup () {
-        doTestNodesWithChangesInLookup(AbstractNode.class);
-    }
-    
-    public void testNodesSuperclassesWhenTheyAreNotInTheirLookup () {
-        doTestNodesWithChangesInLookup(FeatureDescriptor.class);
-    }
-    
-    public void testFilterNodeProblems () {
-        class CookieN extends AbstractNode implements Node.Cookie {
-            public CookieN () {
-                super (Children.LEAF);
-                getCookieSet ().add (this);
-            }
-            
-        }
-        
-        CookieN n = new CookieN ();
-        FilterNode fn = new FilterNode (n);
-        top.setActivatedNodes (new Node[] { fn });
-        assertTrue ("CookieN is in FilterNode lookup", n == fn.getLookup ().lookup (CookieN.class));
-        assertTrue ("CookieN is in TopComponent", n == lookup.lookup (CookieN.class));
-        assertEquals ("Just one node", 1, lookup.lookup (new Lookup.Template (Node.class)).allItems ().size ());
-        assertTrue ("Plain cookie found", n == lookup.lookup (Node.Cookie.class));
-    }
-    
-    
-    /** Tests changes in cookies.
-     */
-    public void testCookies () {
-        N[] arr = { new N ("1"), new N ("2"), new N ("3") };
-        
-        top.setActivatedNodes (arr);
-        assertEquals ("Three nodes there", 3, top.getActivatedNodes ().length);
-        
-        L l = new L ();
-        Lookup.Result res = lookup.lookup(new Lookup.Template(OpenCookie.class));
-        res.addLookupListener (l);
-     
-        assertEquals ("Empty now", res.allItems().size (), 0);
-        
-        arr[0].state (0x01); // enabled open cookie
-
-        assertEquals ("One item", res.allItems ().size (), 1);
-        l.check ("One change", 1);
-        
-        arr[2].state (0x02); // change of different cookie
-        
-        assertEquals ("Still one item", res.allItems ().size (), 1);
-        l.check ("No change", 0);
-        
-        arr[2].state (0x03); // added also OpenCookie
-        
-        assertEquals ("Both items", res.allItems ().size (), 2);
-        l.check ("One change again", 1);
-        
-        arr[0].state (0x00);
-        
-        assertEquals ("One still there", res.allItems ().size (), 1);
-        assertEquals("The second object", lookup.lookup(OpenCookie.class), arr[2].getCookie(OpenCookie.class));
-        
-        top.setActivatedNodes(new Node[0]);
-        assertNull("No cookie now", lookup.lookup(OpenCookie.class));
-    }
-    
-    public void testNodesAreInTheLookupAndNothingIsFiredBeforeFirstQuery () {
-        AbstractNode n1 = new AbstractNode(Children.LEAF, Lookup.EMPTY);
-        top.setActivatedNodes(new Node[] { n1 });
-        assertEquals ("One node there", 1, top.getActivatedNodes ().length);
-        assertEquals ("Is the right now", n1, top.getActivatedNodes ()[0]);
-        
-        Lookup.Result res = lookup.lookup(new Lookup.Template(Node.class));
-        L l = new L ();
-        res.addLookupListener(l);
-        
-        l.check ("Nothing fired before first query", 0);
-        res.allInstances ();
-        l.check ("Nothing is fired on first query", 0);
-        lookup.lookup(new Lookup.Template(Node.class)).allInstances();
-        l.check ("And additional query does not change anything either", 0);
-    }
-   
-    public void testNodesAreThereEvenIfTheyAreNotContainedInTheirOwnLookup () {
-        Lookup.Result res = lookup.lookup(new Lookup.Template(Node.class));
-        
-        AbstractNode n1 = new AbstractNode(Children.LEAF, Lookup.EMPTY);
-        
-        InstanceContent content = new InstanceContent ();
-        AbstractNode n2 = new AbstractNode(Children.LEAF, new AbstractLookup(content));
-        
-        assertNull ("Not present in its lookup", n1.getLookup ().lookup (n1.getClass ()));
-        assertNull ("Not present in its lookup", n2.getLookup ().lookup (n2.getClass ()));
-        
-        top.setActivatedNodes (new AbstractNode[] { n1 });
-        assertEquals ("But node is in the lookup", n1, lookup.lookup (n1.getClass ()));
-        
-        assertEquals ("One item there", 1, res.allInstances ().size ());
-        
-        L listener = new L ();
-        res.addLookupListener(listener);
-        
-        top.setActivatedNodes (new AbstractNode[] { n2 });
-        assertEquals ("One node there", 1, top.getActivatedNodes ().length);
-        assertEquals ("n2", n2, top.getActivatedNodes ()[0]);
-        
-//MK - here it changes twice.. because the setAtivatedNodes is trigger on inner TC, then lookup of MVTC contains old activated node..
-        // at this monent the merged lookup contains both items.. later it gets synchronized by setting the activated nodes on the MVTC as well..
-        // then it contains only the one correct node..
-        listener.check ("Node changed", 1);
-        
-        Collection addedByTCLookup = res.allInstances();
-        assertEquals ("One item still", 1, addedByTCLookup.size ());
-        
-        content.add (n2);
-        assertEquals ("After the n2.getLookup starts to return itself, there is no change", 
-            addedByTCLookup, res.allInstances ());
-
-        // this could be commented out if necessary:
-        listener.check ("And nothing is fired", 0);
-        
-        content.remove (n2);
-        assertEquals ("After the n2.getLookup stops to return itself, there is no change", 
-            addedByTCLookup, res.allInstances ());
-        // this could be commented out if necessary:
-        listener.check ("And nothing is fired", 0);
-        
-        content.add (n1);
-        // this could be commented out if necessary:
-        listener.check ("And nothing is fired", 0);
-        // Change from former behavior (#36336): we don't *want* n1 in res.
-        Collection one = res.allInstances();
-        assertEquals("Really just the activated node", 1, one.size());
-        Iterator it = one.iterator();
-        assertEquals("It is the one added by the TC lookup", n2, it.next());
-    }
-    
-    public void testNoChangeWhenSomethingIsChangedOnNotActivatedNode () {
-        doTestNoChangeWhenSomethingIsChangedOnNotActivatedNode (0);
-    }
-    
-    public void testNoChangeWhenSomethingIsChangedOnNotActivatedNode2 () {
-        doTestNoChangeWhenSomethingIsChangedOnNotActivatedNode (50);
-    }
-        
-    private void doTestNoChangeWhenSomethingIsChangedOnNotActivatedNode (int initialSize) {
-        Object obj = new OpenCookie() { public void open() {} };
-        
-        Lookup.Result res = lookup.lookup(new Lookup.Template(OpenCookie.class));
-        Lookup.Result nodeRes = lookup.lookup (new Lookup.Template(Node.class));
-        
-        InstanceContent ic = new InstanceContent ();
-        CountingLookup cnt = new CountingLookup (ic);
-        AbstractNode ac = new AbstractNode(Children.LEAF, cnt);
-        for (int i = 0; i < initialSize; i++) {
-            ic.add (new Integer (i));
-        }
-        
-        top.setActivatedNodes(new org.openide.nodes.Node[] { ac });
-        assertEquals ("One node there", 1, top.getActivatedNodes ().length);
-        assertEquals ("It is the ac one", ac, top.getActivatedNodes ()[0]);
-        ic.add (obj);
-        
-        L listener = new L ();
-        
-        res.allItems();
-        nodeRes.allItems ();
-        res.addLookupListener (listener);
-        
-        Collection allListeners = cnt.listeners;
-        
-        assertEquals ("Has the cookie", 1, res.allItems ().size ());
-        listener.check ("No changes yet", 0);
-
-        ic.remove (obj);
-        
-        assertEquals ("Does not have the cookie", 0, res.allItems ().size ());
-        listener.check ("One change", 1);
-        
-        top.setActivatedNodes (new N[0]);
-        assertEquals("The nodes are empty", 0, top.getActivatedNodes ().length);
-        listener.check ("No change", 0);
-        
-        cnt.queries = 0;
-        ic.add (obj);
-        ic.add (ac);
-        listener.check ("Removing the object or node from not active node does not send any event", 0);
-        
-        nodeRes.allItems ();
-        listener.check ("Queriing for node does generate an event", 0);
-        assertEquals ("No Queries to the not active node made", 0, cnt.queries);
-        assertEquals ("No listeneners on cookies", allListeners, cnt.listeners);
-    }
-    
-    public void testBug32470FilterNodeAndANodeImplementingACookie () {
-        class NY extends AbstractNode implements SaveCookie {
-            public NY () {
-                super(Children.LEAF);
-                getCookieSet ().add (this);
-            }
-            
-            public void save () {
-            }
-        }
-        
-        Node ny = new NY ();
-        Node node = new FilterNode (new FilterNode (ny, null, ny.getLookup ()));
-        top.setActivatedNodes (new Node[] { node });
-        
-        Lookup.Template nodeTemplate = new Lookup.Template(Node.class);
-        Lookup.Template saveTemplate = new Lookup.Template(SaveCookie.class);
-        java.util.Collection res;
-        
-        res = lookup.lookup (nodeTemplate).allInstances ();
-        
-        assertEquals("just one returned", res.size(), 1);
-        assertEquals("node is node", node, res.iterator().next());
-        //MK - the above 2 tests should test the same..
-//        assertEquals ("FilterNode is the only node there", 
-//            Collections.singletonList(node), res
-//        );
-
-        res = lookup.lookup (saveTemplate).allInstances ();
-        
-        assertEquals("just one returned", res.size(), 1);
-        assertEquals("node is node", ny, res.iterator().next());
-        //MK - the above 2 tests should test the same..
-//        assertEquals ("SaveCookie is there only once", 
-//            Collections.singletonList(ny), res
-//        );
-
-        res = lookup.lookup (nodeTemplate).allInstances ();
-        
-        assertEquals("just one returned", res.size(), 1);
-        assertEquals("node is node", node, res.iterator().next());
-        //MK - the above 2 tests should test the same..
-//        assertEquals ("FilterNode is still the only node there", 
-//            Collections.singletonList(node), res
-//        );
-    }
-
-    public void testActionMapIsTakenFromComponentAndAlsoFromFocusedOne () {
-        JTextField panel = new JTextField();
-        
-        class Def extends DefaultKeyboardFocusManager {
-            private Component c;
-            
-            public Def(Component c) {
-                this.c = c;
-            }
-            public Component getFocusOwner() {
-                return c;
-            }
-        }
-        KeyboardFocusManager prev = KeyboardFocusManager.getCurrentKeyboardFocusManager();
-
-        try {
-            KeyboardFocusManager.setCurrentKeyboardFocusManager(new Def (panel));
-
-
-
-            top.add(BorderLayout.CENTER, panel);
-
-            class Act extends AbstractAction {
-                public void actionPerformed(ActionEvent ev) {
-                }
-            }
-            Act act1 = new Act ();
-            Act act2 = new Act ();
-            Act act3 = new Act ();
-
-            top.getActionMap ().put ("globalRegistration", act1);
-            top.getActionMap ().put ("doubleRegistration", act2);
-
-            panel.getActionMap ().put ("doubleRegistration", act3);
-            panel.getActionMap ().put ("focusedRegistration", act3);
-
-
-            ActionMap map = (ActionMap)top.getLookup ().lookup (ActionMap.class);
-
-            assertEquals ("actions registered directly on TC are found", act1, map.get ("globalRegistration"));
-            assertEquals ("even if they are provided by focused component", act2, map.get ("doubleRegistration"));
-
-            assertEquals ("Should be focused now", 
-                panel, 
-                KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner()
-            );
-            assertEquals ("actions are delegated to focus owner, if not present", act3, map.get ("focusedRegistration"));
-
-            JTextField f = new JTextField ();
-            f.getActionMap ().put ("focusedRegistration", act3);
-            KeyboardFocusManager.setCurrentKeyboardFocusManager(new Def (f));
-            assertEquals ("f should be focused now", 
-                f, 
-                KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner()
-            );
-            assertEquals ("but as it is not in the right component, nothing is found", null, map.get ("focusedRegistration"));
-        } finally {
-            KeyboardFocusManager.setCurrentKeyboardFocusManager (prev);
-        }
-    }
-    
-    
-    public void testChangingNodesDoesNotChangeActionMap () {
-        N node = new N ("testChangingNodesDoesNotChangeActionMap");
-        node.state (0x00);
-        top.setActivatedNodes(new Node[] { node });
-        
-        Lookup.Result res = lookup.lookup (new Lookup.Template (ActionMap.class));
-        assertEquals ("One item there", 1, res.allInstances ().size ());
-        ActionMap map = (ActionMap)res.allInstances().toArray()[0];
-        
-        L l = new L ();
-        res.addLookupListener (l);
-
-        node.state (0x01);
-        
-        assertEquals ("Map is still the same", map, res.allInstances().toArray()[0]);
-        
-        l.check ("No change in lookup", 0);
-        
-        top.setActivatedNodes (new Node[] { Node.EMPTY });
-        assertEquals ("Map remains the same", map, res.allInstances().toArray()[0]);
-        
-        l.check ("There is no change", 0);
-        
-    }
-
-    public void testMapKeys45323 () {
-        assertNotNull (top.getActionMap ().keys ());
-    }
-     
-     
-    /**
-     * Check that even if a node has a <em>different</em> node in its lookup, a
-     * query on Node.class will produce only the actual activated nodes.
-     * Other queries may return the embedded node, but not duplicates.
-     * @see "#36336"
-     */
-    public void testForeignNodesInLookupIgnoredForNodeQuery() throws Exception {
-        class CloseCookieNode extends AbstractNode implements CloseCookie {
-            CloseCookieNode() {
-                super(Children.LEAF);
-                setName("n1");
-            }
-            public boolean close() {return true;}
-        }
-        Node n1 = new CloseCookieNode();
-        Node n2 = new AbstractNode(Children.LEAF) {
-            {
-                setName("n2");
-                class ViewCookieNode extends AbstractNode implements ViewCookie {
-                    ViewCookieNode() {
-                        super(Children.LEAF);
-                        setName("n3");
-                    }
-                    public void view() {}
-                }
-                getCookieSet().add(new ViewCookieNode());
-                getCookieSet().add(new OpenCookie() {
-                    public void open() {}
-                });
-            }
-        };
-        Node[] sel = new Node[] {n1, n2};
-        assertEquals("First node in selection has CloseCookie",
-            1,
-            n1.getLookup().lookup(new Lookup.Template(CloseCookie.class)).allInstances().size());
-        assertEquals("Second node in selection has OpenCookie",
-            1,
-            n2.getLookup().lookup(new Lookup.Template(OpenCookie.class)).allInstances().size());
-        assertEquals("Second node in selection has ViewCookie (actually a Node)",
-            1,
-            n2.getLookup().lookup(new Lookup.Template(ViewCookie.class)).allInstances().size());
-        ViewCookie v = (ViewCookie)n2.getCookie(ViewCookie.class);
-        assertNotNull(v);
-        assertTrue(v instanceof Node);
-        
-        HashSet queryJustOnce = new HashSet(n2.getLookup().lookup(new Lookup.Template(Node.class)).allInstances());
-        assertEquals("Second node in selection has two nodes in its own lookup",
-            new HashSet(Arrays.asList(new Object[] {n2, v})), queryJustOnce
-        );
-        assertEquals(2, queryJustOnce.size());
-        top.setActivatedNodes(sel);
-        assertEquals("CloseCookie propagated from one member of node selection to TC lookup",
-            1,
-            lookup.lookup(new Lookup.Template(CloseCookie.class)).allInstances().size());
-        assertEquals("OpenCookie propagated from one member of node selection to TC lookup",
-            1,
-            lookup.lookup(new Lookup.Template(OpenCookie.class)).allInstances().size());
-        assertEquals("ViewCookie propagated from one member of node selection to TC lookup",
-            1,
-            lookup.lookup(new Lookup.Template(ViewCookie.class)).allInstances().size());
-        assertEquals("But TC lookup query on Node gives only selection, not cookie node",
-            new HashSet(Arrays.asList(sel)),
-            new HashSet(lookup.lookup(new Lookup.Template(Node.class)).allInstances()));
-        assertEquals(2, lookup.lookup(new Lookup.Template(Node.class)).allInstances().size());
-        assertEquals("TC lookup query on FeatureDescriptor gives all three however",
-            3,
-            lookup.lookup(new Lookup.Template(FeatureDescriptor.class)).allInstances().size());
-        top.setActivatedNodes(new Node[] {n1});
-        assertEquals("After setting node selection to one node, TC lookup has only that node",
-            Collections.singleton(n1),
-            new HashSet(lookup.lookup(new Lookup.Template(Node.class)).allInstances()));
-        assertEquals(1, lookup.lookup(new Lookup.Template(Node.class)).allInstances().size());
-        assertEquals("And the OpenCookie is gone",
-            0,
-            lookup.lookup(new Lookup.Template(OpenCookie.class)).allInstances().size());
-        assertEquals("And the ViewCookie is gone",
-            0,
-            lookup.lookup(new Lookup.Template(ViewCookie.class)).allInstances().size());
-        assertEquals("But the CloseCookie remains",
-            1,
-            lookup.lookup(new Lookup.Template(CloseCookie.class)).allInstances().size());
-    }
-
-    public void testAssociateLookupCanBecalledJustOnce () throws Exception {
-        class TC extends TopComponent {
-            public TC () {
-            }
-            
-            public TC (Lookup l) {
-                super (l);
-            }
-            
-            public void asso (Lookup l) {
-                associateLookup (l);
-            }
-        }
-        
-        TC tc = new TC ();
-        assertNotNull ("There is default lookup", tc.getLookup ());
-        try {
-            tc.asso (Lookup.EMPTY);
-            fail ("Should throw an exception");
-        } catch (IllegalStateException ex) {
-            // ok, should be thrown
-        }
-        
-        tc = new TC (Lookup.EMPTY);
-        assertEquals ("Should return the provided lookup", Lookup.EMPTY, tc.getLookup ());
-        
-        try {
-            tc.asso (Lookup.EMPTY);
-            fail ("Should throw an exception - second association not possible");
-        } catch (IllegalStateException ex) {
-            // ok, should be thrown
-        }
-    
-        tc = new TC ();
-        tc.asso (Lookup.EMPTY);
-        assertEquals ("First association was successful", Lookup.EMPTY, tc.getLookup ());
-        
-        try {
-            tc.asso (new TC ().getLookup ());
-            fail ("Should throw an exception - second association not possible");
-        } catch (IllegalStateException ex) {
-            // ok, should be thrown
-        }
-    }
-    
-    /** Listener to count number of changes.
-     */
-    private static final class L extends Object 
-    implements LookupListener {
-        private int cnt;
-        
-        /** A change in lookup occured.
-         * @param ev event describing the change
-         */
-        public void resultChanged(LookupEvent ev) {
-            cnt++;
-        }
-        
-        /** Checks at least given number of changes.
-         */
-        public void checkAtLeast (String text, int num) {
-            if (cnt < num) {
-                fail (text + " expected at least " + num + " but was " + cnt);
-            }
-            cnt = 0;
-        }
-        
-        /** Checks number of modifications.
-         */
-        public void check (String text, int num) {
-            assertEquals (text, num, cnt);
-            cnt = 0;
-        }
-    }
-    
-
-    /** Overides some methods so it is not necessary to use the data object.
-     */
-    protected static final class N extends AbstractNode {
-        private Node.Cookie[] cookies = {
-            new OpenCookie() { public void open() {} },
-            new EditCookie() { public void edit() {} },
-            new SaveCookie() { public void save() {} },
-            new CloseCookie() { public boolean close() { return true; } },
-        };
-    
-        private int s;
-        
-        public N (String name) {
-            super(Children.LEAF);
-            setName (name);
-        }
-
-        public void state (int s) {
-            this.s = s;
-            fireCookieChange ();
-        }
-        
-        public Node.Cookie getCookie(Class c) {
-            int mask = 0x01;
-            
-            for (int i = 0; i < cookies.length; i++) {
-                if ((s & mask) != 0 && c.isInstance(cookies[i])) {
-                    return cookies[i];
-                }
-                mask = mask << 1;
-
-            }
-            return null;
-        }
-    }
-    
-    private static final class CountingLookup extends Lookup {
-        private Lookup delegate;
-        public List listeners = new ArrayList();
-        public int queries;
-        
-        public CountingLookup(InstanceContent ic) {
-            delegate = new AbstractLookup (ic);
-            
-        }
-        
-        public Object lookup(Class clazz) {
-            return delegate.lookup (clazz);
-        }
-        
-        public Lookup.Result lookup(Lookup.Template template) {
-            if (
-                !Node.Cookie.class.isAssignableFrom(template.getType()) &&
-                !Node.class.isAssignableFrom(template.getType())
-            ) {
-                return delegate.lookup (template);
-            }
-            
-            
-            final Lookup.Result d = delegate.lookup (template);
-            
-            class Wrap extends Lookup.Result {
-                public void addLookupListener(LookupListener l) {
-                    listeners.add (l);
-                    d.addLookupListener (l);
-                }
-                
-                public void removeLookupListener(LookupListener l) {
-                    listeners.remove (l);
-                    d.removeLookupListener (l);
-                }
-                public Collection allInstances() {
-                    queries++;
-                    return d.allInstances ();
-                }
-                public Collection allItems() {
-                    queries++;
-                    return d.allItems ();
-                }
-                public Set allClasses() {
-                    queries++;
-                    return d.allClasses ();
-                }
-            }
-            
-            return new Wrap ();
-        }
-        
-    }
-}
diff --git a/core.multiview/arch.xml b/core.multiview/arch.xml
index 83fcce8..041cd46 100644
--- a/core.multiview/arch.xml
+++ b/core.multiview/arch.xml
@@ -535,11 +535,7 @@ No.
         </question>
 -->
 <answer id="exec-reflection">
-yes. 
-It's retrieving value of a setting property (visibility of toolbar in editor) and is 
-listening on changes.
-That's an undeclared dependency on editor(org.netbeans.editor.Settings).
-A test is included in commit validation that checks the editor code changes.
+No.
 </answer>
 
 
diff --git a/core.multiview/manifest.mf b/core.multiview/manifest.mf
index 0f3f1fe..27d3665 100644
--- a/core.multiview/manifest.mf
+++ b/core.multiview/manifest.mf
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.core.multiview/1
-OpenIDE-Module-Specification-Version: 1.18.1
+OpenIDE-Module-Specification-Version: 1.21.1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/core/multiview/resources/Bundle.properties
 OpenIDE-Module-Layer: org/netbeans/core/multiview/resources/mf-layer.xml
 AutoUpdate-Essential-Module: true
diff --git a/core.multiview/nbproject/org-netbeans-core-multiview.sig b/core.multiview/nbproject/org-netbeans-core-multiview.sig
new file mode 100644
index 0000000..b2aea70
--- /dev/null
+++ b/core.multiview/nbproject/org-netbeans-core-multiview.sig
@@ -0,0 +1,96 @@
+#Signature file v4.1
+#Version 1.18
+
+CLSS public java.lang.Object
+cons public init()
+meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
+meth protected void finalize() throws java.lang.Throwable
+meth public boolean equals(java.lang.Object)
+meth public final java.lang.Class<?> getClass()
+meth public final void notify()
+meth public final void notifyAll()
+meth public final void wait() throws java.lang.InterruptedException
+meth public final void wait(long) throws java.lang.InterruptedException
+meth public final void wait(long,int) throws java.lang.InterruptedException
+meth public int hashCode()
+meth public java.lang.String toString()
+
+CLSS public final org.netbeans.core.api.multiview.MultiViewHandler
+meth public org.netbeans.core.api.multiview.MultiViewPerspective getSelectedPerspective()
+meth public org.netbeans.core.api.multiview.MultiViewPerspective[] getPerspectives()
+meth public void requestActive(org.netbeans.core.api.multiview.MultiViewPerspective)
+meth public void requestVisible(org.netbeans.core.api.multiview.MultiViewPerspective)
+supr java.lang.Object
+hfds del
+
+CLSS public final org.netbeans.core.api.multiview.MultiViewPerspective
+meth public int getPersistenceType()
+meth public java.awt.Image getIcon()
+meth public java.lang.String getDisplayName()
+meth public java.lang.String preferredID()
+meth public org.openide.util.HelpCtx getHelpCtx()
+supr java.lang.Object
+hfds description
+
+CLSS public final org.netbeans.core.api.multiview.MultiViews
+meth public static org.netbeans.core.api.multiview.MultiViewHandler findMultiViewHandler(org.openide.windows.TopComponent)
+supr java.lang.Object
+
+CLSS public abstract interface org.netbeans.core.spi.multiview.CloseOperationHandler
+meth public abstract boolean resolveCloseOperation(org.netbeans.core.spi.multiview.CloseOperationState[])
+
+CLSS public final org.netbeans.core.spi.multiview.CloseOperationState
+fld public final static org.netbeans.core.spi.multiview.CloseOperationState STATE_OK
+meth public boolean canClose()
+meth public java.lang.String getCloseWarningID()
+meth public javax.swing.Action getDiscardAction()
+meth public javax.swing.Action getProceedAction()
+supr java.lang.Object
+hfds canClose,discardAction,id,proceedAction
+
+CLSS public abstract interface org.netbeans.core.spi.multiview.MultiViewDescription
+meth public abstract int getPersistenceType()
+meth public abstract java.awt.Image getIcon()
+meth public abstract java.lang.String getDisplayName()
+meth public abstract java.lang.String preferredID()
+meth public abstract org.netbeans.core.spi.multiview.MultiViewElement createElement()
+meth public abstract org.openide.util.HelpCtx getHelpCtx()
+
+CLSS public abstract interface org.netbeans.core.spi.multiview.MultiViewElement
+meth public abstract javax.swing.Action[] getActions()
+meth public abstract javax.swing.JComponent getToolbarRepresentation()
+meth public abstract javax.swing.JComponent getVisualRepresentation()
+meth public abstract org.netbeans.core.spi.multiview.CloseOperationState canCloseElement()
+meth public abstract org.openide.awt.UndoRedo getUndoRedo()
+meth public abstract org.openide.util.Lookup getLookup()
+meth public abstract void componentActivated()
+meth public abstract void componentClosed()
+meth public abstract void componentDeactivated()
+meth public abstract void componentHidden()
+meth public abstract void componentOpened()
+meth public abstract void componentShowing()
+meth public abstract void setMultiViewCallback(org.netbeans.core.spi.multiview.MultiViewElementCallback)
+
+CLSS public final org.netbeans.core.spi.multiview.MultiViewElementCallback
+meth public boolean isSelectedElement()
+meth public javax.swing.Action[] createDefaultActions()
+meth public org.openide.windows.TopComponent getTopComponent()
+meth public void requestActive()
+meth public void requestVisible()
+meth public void updateTitle(java.lang.String)
+supr java.lang.Object
+hfds delegate
+
+CLSS public final org.netbeans.core.spi.multiview.MultiViewFactory
+fld public final static javax.swing.Action NOOP_CLOSE_ACTION
+fld public final static org.netbeans.core.spi.multiview.MultiViewElement BLANK_ELEMENT
+meth public static org.netbeans.core.spi.multiview.CloseOperationState createUnsafeCloseState(java.lang.String,javax.swing.Action,javax.swing.Action)
+meth public static org.openide.windows.CloneableTopComponent createCloneableMultiView(org.netbeans.core.spi.multiview.MultiViewDescription[],org.netbeans.core.spi.multiview.MultiViewDescription)
+meth public static org.openide.windows.CloneableTopComponent createCloneableMultiView(org.netbeans.core.spi.multiview.MultiViewDescription[],org.netbeans.core.spi.multiview.MultiViewDescription,org.netbeans.core.spi.multiview.CloseOperationHandler)
+meth public static org.openide.windows.TopComponent createMultiView(org.netbeans.core.spi.multiview.MultiViewDescription[],org.netbeans.core.spi.multiview.MultiViewDescription)
+meth public static org.openide.windows.TopComponent createMultiView(org.netbeans.core.spi.multiview.MultiViewDescription[],org.netbeans.core.spi.multiview.MultiViewDescription,org.netbeans.core.spi.multiview.CloseOperationHandler)
+supr java.lang.Object
+hcls Blank,DefaultCloseHandler,NoopAction
+
+CLSS public abstract interface org.netbeans.core.spi.multiview.SourceViewMarker
+
diff --git a/core.multiview/src/org/netbeans/core/multiview/MultiViewPeer.java b/core.multiview/src/org/netbeans/core/multiview/MultiViewPeer.java
index 96bf9e9..55d6ffe 100644
--- a/core.multiview/src/org/netbeans/core/multiview/MultiViewPeer.java
+++ b/core.multiview/src/org/netbeans/core/multiview/MultiViewPeer.java
@@ -45,19 +45,29 @@
 package org.netbeans.core.multiview;
 
 import java.awt.BorderLayout;
+import java.awt.EventQueue;
 import java.awt.event.ActionEvent;
 import java.io.IOException;
 import java.io.ObjectInput;
 import java.io.ObjectOutput;
 import java.io.Serializable;
-import java.lang.reflect.InvocationHandler;
-import java.lang.reflect.Method;
-import java.lang.reflect.Proxy;
-import java.util.*;
-import java.util.logging.Level;
+import java.util.ArrayList;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Map;
 import java.util.logging.Logger;
+import java.util.prefs.PreferenceChangeEvent;
+import java.util.prefs.PreferenceChangeListener;
 import java.util.prefs.Preferences;
-import javax.swing.*;
+import javax.swing.AbstractAction;
+import javax.swing.Action;
+import javax.swing.ActionMap;
+import javax.swing.InputMap;
+import javax.swing.JComponent;
+import javax.swing.JEditorPane;
+import javax.swing.KeyStroke;
 import javax.swing.event.ChangeEvent;
 import javax.swing.event.ChangeListener;
 import javax.swing.undo.CannotRedoException;
@@ -89,6 +99,8 @@ import org.openide.windows.TopComponent;
 public final class MultiViewPeer  {
 
     static final String MULTIVIEW_ID = "MultiView-"; //NOI18N
+
+    private static final String TOOLBAR_VISIBLE_PROP = /* org.netbeans.api.editor.settings.SimpleValueNames.TOOLBAR_VISIBLE_PROP */ "toolbarVisible"; // NOI18N
     
     MultiViewModel model;
     TabsComponent tabs;
@@ -99,14 +111,24 @@ public final class MultiViewPeer  {
     private ActionRequestObserverFactory factory;
     private MultiViewActionMap delegatingMap;
     private boolean activated = false;
-    private Object editorSettingsListener;
+    private final PreferenceChangeListener editorSettingsListener = new PreferenceChangeListener() {
+        public @Override void preferenceChange(PreferenceChangeEvent evt) {
+            if (TOOLBAR_VISIBLE_PROP.equals(evt.getKey())) {
+                EventQueue.invokeLater(new Runnable() {
+                    public @Override void run() {
+                        tabs.setToolbarBarVisible(isToolbarVisible());
+                    }
+                });
+            }
+        }
+    };
+    private final Preferences editorSettingsPreferences = MimeLookup.getLookup(MimePath.EMPTY).lookup(Preferences.class);
     private DelegateUndoRedo delegateUndoRedo;
     
     public MultiViewPeer(TopComponent pr, ActionRequestObserverFactory fact) {
         selListener = new SelectionListener();
         peer = pr;
         factory = fact;
-        editorSettingsListener = createEditorListener();
         delegateUndoRedo = new DelegateUndoRedo();
     }
     
@@ -207,16 +229,12 @@ public final class MultiViewPeer  {
         jc.setOpaque(false);
         tabs.setInnerToolBar(jc);
         tabs.setToolbarBarVisible(isToolbarVisible());
-        if (editorSettingsListener != null) {
-            addEditorListener(editorSettingsListener);
-        }
+        editorSettingsPreferences.addPreferenceChangeListener(editorSettingsListener);
     }
     
     void peerComponentHidden() {
         model.getActiveElement().componentHidden();
-        if (editorSettingsListener != null) {
-            removeEditorListener(editorSettingsListener);
-        }
+        editorSettingsPreferences.removePreferenceChangeListener(editorSettingsListener);
     }
     
     void peerComponentDeactivated() {
@@ -577,69 +595,7 @@ public final class MultiViewPeer  {
     }
     
     
-//-------------------------------------------------------------------------------
-//---------------------------------------------------------------------------
-//--------------- editor reflection stuff to retrieve the toolbar visibility setting
-//----------------------------------------------------------------------------------    
-    void addEditorListener(Object listener) {
-        try {
-            final ClassLoader loader = (ClassLoader)Lookup.getDefault().lookup(ClassLoader.class);
-            Class settingsClass = Class.forName(
-                    "org.netbeans.editor.Settings", false, loader); //NOI18N
-            Class listenerClass = Class.forName(
-                    "org.netbeans.editor.SettingsChangeListener", false, loader); //NOI18N
-            Method addSettingsListener = settingsClass.getMethod(
-                    "addSettingsChangeListener",new Class[ ] { listenerClass });//NOI18N
-                    addSettingsListener.invoke(settingsClass, new Object[] { listener });
-        } catch (Throwable t) {
-            t.printStackTrace();
-        }
-    }
-    
-    void removeEditorListener(Object listener) {
-        try {
-            final ClassLoader loader = (ClassLoader)Lookup.getDefault().lookup(ClassLoader.class);
-            Class settingsClass = Class.forName(
-                    "org.netbeans.editor.Settings", false, loader); //NOI18N
-            Class listenerClass = Class.forName(
-                    "org.netbeans.editor.SettingsChangeListener", false, loader); //NOI18N
-            Method addSettingsListener = settingsClass.getMethod(
-                    "removeSettingsChangeListener",new Class[ ] { listenerClass });//NOI18N
-                    addSettingsListener.invoke(settingsClass, new Object[] { listener });
-        } catch (Throwable t) {
-            t.printStackTrace();
-        }
-    }
-    
-    Object createEditorListener() {
-        try {
-            final ClassLoader loader = (ClassLoader)Lookup.getDefault().lookup(ClassLoader.class);
-            Class listenerClass;
-            try {
-                listenerClass = Class.forName("org.netbeans.editor.SettingsChangeListener", false, loader); //NOI18N
-            } catch (ClassNotFoundException  ex) {
-                Logger.getLogger(MultiViewPeer.class.getName()).log(Level.CONFIG, "Disabling interaction with editor/lib", ex); // NOI18N
-                return null;
-            }
-            InvocationHandler ih =  new InvocationHandler() {
-                public Object invoke(Object proxy, Method method, Object[] args) {
-                    SwingUtilities.invokeLater(new Runnable() {
-                        public void run() {
-                            tabs.setToolbarBarVisible(isToolbarVisible());
-                        }
-                    });
-                    return null;
-                }
-            };
-            return Proxy.newProxyInstance(loader,
-                    new Class[] { listenerClass }, ih);
-        } catch (Throwable t) {
-            Logger.getLogger(MultiViewPeer.class.getName()).log(Level.WARNING, null, t); 
-        }
-        return null;
-    }
-    
-    boolean isToolbarVisible() {
+    private boolean isToolbarVisible() {
         //TODO need some way to restrict the validity of this swicth only to multiviews that contain
         // sources in some form..
         // Only permit hiding of the editor toolbar in case there's just the editor component
@@ -654,10 +610,10 @@ public final class MultiViewPeer  {
         } else {
             return true;
         }
-        Preferences prefs = MimeLookup.getLookup(MimePath.EMPTY).lookup(Preferences.class);
-        if( null != prefs )
-            return prefs.getBoolean("toolbarVisible", true); //NOI18N
-        return true;
+        if (editorSettingsPreferences == null) {
+            return true;
+        }
+        return editorSettingsPreferences.getBoolean(TOOLBAR_VISIBLE_PROP, true);
     }
 
     
diff --git a/core.multiview/test/unit/src/org/netbeans/core/multiview/CloseOperationHandlerTest.java b/core.multiview/test/unit/src/org/netbeans/core/multiview/CloseOperationHandlerTest.java
index b7abe54..13f6abf 100644
--- a/core.multiview/test/unit/src/org/netbeans/core/multiview/CloseOperationHandlerTest.java
+++ b/core.multiview/test/unit/src/org/netbeans/core/multiview/CloseOperationHandlerTest.java
@@ -44,11 +44,6 @@
 
 package org.netbeans.core.multiview;
 
-import java.awt.Image;
-import javax.swing.Action;
-import javax.swing.JPanel;
-import javax.swing.JToolBar;
-import junit.framework.*;
 import org.netbeans.core.api.multiview.MultiViewHandler;
 import org.netbeans.core.api.multiview.MultiViews;
 import org.netbeans.core.spi.multiview.CloseOperationHandler;
@@ -56,8 +51,6 @@ import org.netbeans.core.spi.multiview.CloseOperationState;
 import org.netbeans.core.spi.multiview.MultiViewDescription;
 import org.netbeans.core.spi.multiview.MultiViewFactory;
 import org.netbeans.junit.*;
-import org.openide.util.HelpCtx;
-import org.openide.util.lookup.Lookups;
 
 import org.openide.windows.*;
 
@@ -68,24 +61,10 @@ import org.openide.windows.*;
  */
 public class CloseOperationHandlerTest extends NbTestCase {
     
-    /** Creates a new instance of SFSTest */
     public CloseOperationHandlerTest(String name) {
         super (name);
     }
     
-    /**
-     * @param args the command line arguments
-     */
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(CloseOperationHandlerTest.class);
-        
-        return suite;
-    }
-
     protected boolean runInEQ () {
         return true;
     }
diff --git a/core.multiview/test/unit/src/org/netbeans/core/multiview/MVElemTopComponent.java b/core.multiview/test/unit/src/org/netbeans/core/multiview/MVElemTopComponent.java
index 396336f..f8637ff 100644
--- a/core.multiview/test/unit/src/org/netbeans/core/multiview/MVElemTopComponent.java
+++ b/core.multiview/test/unit/src/org/netbeans/core/multiview/MVElemTopComponent.java
@@ -46,15 +46,11 @@ package org.netbeans.core.multiview;
 
 import org.netbeans.core.spi.multiview.MultiViewElementCallback;
 
-import javax.swing.Action;
 import javax.swing.JComponent;
-import javax.swing.JPanel;
 import javax.swing.JToolBar;
 import org.netbeans.core.spi.multiview.CloseOperationState;
 import org.netbeans.core.spi.multiview.MultiViewElement;
-import org.netbeans.core.spi.multiview.MultiViewFactory;
 import org.openide.awt.UndoRedo;
-import org.openide.util.lookup.Lookups;
 import org.openide.windows.TopComponent;
 
 /**
diff --git a/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewActionMapTest.java b/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewActionMapTest.java
index db4ccea..5d37090 100644
--- a/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewActionMapTest.java
+++ b/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewActionMapTest.java
@@ -55,9 +55,6 @@ import javax.swing.JComponent;
 
 
 
-import junit.framework.Test;
-import junit.framework.TestSuite;
-import junit.textui.TestRunner;
 import org.netbeans.core.api.multiview.MultiViewHandler;
 import org.netbeans.core.api.multiview.MultiViews;
 import org.netbeans.core.spi.multiview.MultiViewDescription;
@@ -65,7 +62,6 @@ import org.netbeans.core.spi.multiview.MultiViewElement;
 
 import org.netbeans.core.spi.multiview.MultiViewFactory;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 
 import org.openide.util.Lookup;
 import org.openide.util.LookupEvent;
@@ -86,24 +82,10 @@ import org.openide.windows.TopComponent;
  */
 public class MultiViewActionMapTest extends NbTestCase {
     
-    /** Creates a new instance of SFSTest */
     public MultiViewActionMapTest(String name) {
         super (name);
     }
     
-    /**
-     * @param args the command line arguments
-     */
-    public static void main(java.lang.String[] args) {
-        TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(MultiViewActionMapTest.class);
-        
-        return suite;
-    }
-
     protected boolean runInEQ () {
         return true;
     }
diff --git a/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewCloneableTopComponentTest.java b/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewCloneableTopComponentTest.java
index c292004..92f2b47 100644
--- a/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewCloneableTopComponentTest.java
+++ b/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewCloneableTopComponentTest.java
@@ -52,31 +52,15 @@ import org.netbeans.core.spi.multiview.MultiViewDescription;
 import org.netbeans.core.spi.multiview.MultiViewFactory;
 
 import java.awt.Image;
-import java.io.DataOutputStream;
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.io.ObjectInputStream;
-import java.io.ObjectOutputStream;
-import java.io.Serializable;
 import java.util.Collection;
 import javax.swing.Action;
 import javax.swing.JEditorPane;
-import javax.swing.JPanel;
-import javax.swing.JToolBar;
-import javax.swing.SwingUtilities;
-import junit.framework.*;
 import org.netbeans.core.api.multiview.MultiViewPerspective;
 import org.netbeans.core.spi.multiview.CloseOperationHandler;
 import org.netbeans.core.spi.multiview.MultiViewElement;
 import org.netbeans.core.spi.multiview.SourceViewMarker;
-import org.netbeans.junit.*;
-import org.openide.awt.UndoRedo;
 import org.openide.text.CloneableEditorSupport;
-import org.openide.util.HelpCtx;
 import org.openide.util.io.NbMarshalledObject;
-import org.openide.util.lookup.Lookups;
 
 import org.openide.windows.*;
 
@@ -87,24 +71,10 @@ import org.openide.windows.*;
  */
 public class MultiViewCloneableTopComponentTest extends AbstractMultiViewTopComponentTestCase {
     
-    /** Creates a new instance of SFSTest */
     public MultiViewCloneableTopComponentTest(String name) {
         super (name);
     }
     
-    /**
-     * @param args the command line arguments
-     */
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(MultiViewCloneableTopComponentTest.class);
-        
-        return suite;
-    }
-
     protected TopComponent callFactory(MultiViewDescription[] desc, MultiViewDescription def) {
         return MultiViewFactory.createCloneableMultiView(desc, def);
     }    
diff --git a/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewFactoryTest.java b/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewFactoryTest.java
index dcc9238..5c46860 100644
--- a/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewFactoryTest.java
+++ b/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewFactoryTest.java
@@ -44,20 +44,11 @@
 
 package org.netbeans.core.multiview;
 
-import java.awt.Image;
-import javax.swing.Action;
-import javax.swing.JPanel;
-import javax.swing.JToolBar;
-import junit.framework.*;
-import org.netbeans.core.api.multiview.MultiViewHandler;
-import org.netbeans.core.api.multiview.MultiViews;
 import org.netbeans.core.spi.multiview.CloseOperationHandler;
 import org.netbeans.core.spi.multiview.CloseOperationState;
 import org.netbeans.core.spi.multiview.MultiViewDescription;
 import org.netbeans.core.spi.multiview.MultiViewFactory;
 import org.netbeans.junit.*;
-import org.openide.util.HelpCtx;
-import org.openide.util.lookup.Lookups;
 
 import org.openide.windows.*;
 
@@ -68,24 +59,10 @@ import org.openide.windows.*;
  */
 public class MultiViewFactoryTest extends NbTestCase {
     
-    /** Creates a new instance of SFSTest */
     public MultiViewFactoryTest(String name) {
         super (name);
     }
     
-    /**
-     * @param args the command line arguments
-     */
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(MultiViewFactoryTest.class);
-        
-        return suite;
-    }
-
     protected boolean runInEQ () {
         return true;
     }
diff --git a/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewHandlerTest.java b/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewHandlerTest.java
index dba24da..a294ec0 100644
--- a/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewHandlerTest.java
+++ b/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewHandlerTest.java
@@ -45,20 +45,12 @@
 
 package org.netbeans.core.multiview;
 
-import java.awt.Image;
-import javax.swing.Action;
-import javax.swing.JPanel;
-import javax.swing.JToolBar;
-import javax.swing.SwingUtilities;
-import junit.framework.*;
 import org.netbeans.core.api.multiview.MultiViewHandler;
 import org.netbeans.core.api.multiview.MultiViewPerspective;
 import org.netbeans.core.api.multiview.MultiViews;
 import org.netbeans.core.spi.multiview.MultiViewDescription;
 import org.netbeans.core.spi.multiview.MultiViewFactory;
 import org.netbeans.junit.*;
-import org.openide.util.HelpCtx;
-import org.openide.util.lookup.Lookups;
 
 import org.openide.windows.*;
 
@@ -69,24 +61,10 @@ import org.openide.windows.*;
  */
 public class MultiViewHandlerTest extends NbTestCase {
     
-    /** Creates a new instance of SFSTest */
     public MultiViewHandlerTest(String name) {
         super (name);
     }
     
-    /**
-     * @param args the command line arguments
-     */
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(MultiViewHandlerTest.class);
-        
-        return suite;
-    }
-
     protected boolean runInEQ () {
         return true;
     }
diff --git a/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewTopComponentTest.java b/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewTopComponentTest.java
index 67e58ad..1cf4fee 100644
--- a/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewTopComponentTest.java
+++ b/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewTopComponentTest.java
@@ -54,10 +54,8 @@ import org.netbeans.core.spi.multiview.MultiViewFactory;
 import java.util.Collection;
 import java.util.List;
 import javax.swing.Action;
-import junit.framework.*;
 import org.netbeans.core.api.multiview.MultiViewPerspective;
 import org.netbeans.core.spi.multiview.CloseOperationHandler;
-import org.netbeans.junit.*;
 import org.openide.util.io.NbMarshalledObject;
 
 import org.openide.windows.*;
@@ -69,24 +67,10 @@ import org.openide.windows.*;
  */
 public class MultiViewTopComponentTest extends AbstractMultiViewTopComponentTestCase {
     
-    /** Creates a new instance of SFSTest */
     public MultiViewTopComponentTest(String name) {
         super (name);
     }
     
-    /**
-     * @param args the command line arguments
-     */
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(MultiViewTopComponentTest.class);
-        
-        return suite;
-    }
-
     protected TopComponent callFactory(MultiViewDescription[] desc, MultiViewDescription def) {
         return MultiViewFactory.createMultiView(desc, def);
     }    
diff --git a/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewsTest.java b/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewsTest.java
index c332349..ed8f7d0 100644
--- a/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewsTest.java
+++ b/core.multiview/test/unit/src/org/netbeans/core/multiview/MultiViewsTest.java
@@ -45,18 +45,11 @@
 
 package org.netbeans.core.multiview;
 
-import java.awt.Image;
-import javax.swing.Action;
-import javax.swing.JPanel;
-import javax.swing.JToolBar;
-import junit.framework.*;
 import org.netbeans.core.api.multiview.MultiViewHandler;
 import org.netbeans.core.api.multiview.MultiViews;
 import org.netbeans.core.spi.multiview.MultiViewDescription;
 import org.netbeans.core.spi.multiview.MultiViewFactory;
 import org.netbeans.junit.*;
-import org.openide.util.HelpCtx;
-import org.openide.util.lookup.Lookups;
 
 import org.openide.windows.*;
 
@@ -67,24 +60,10 @@ import org.openide.windows.*;
  */
 public class MultiViewsTest extends NbTestCase {
     
-    /** Creates a new instance of SFSTest */
     public MultiViewsTest(String name) {
         super (name);
     }
     
-    /**
-     * @param args the command line arguments
-     */
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(MultiViewsTest.class);
-        
-        return suite;
-    }
-
     protected boolean runInEQ () {
         return true;
     }
diff --git a/core.nativeaccess/external/binaries-list b/core.nativeaccess/external/binaries-list
new file mode 100644
index 0000000..b7833ea
--- /dev/null
+++ b/core.nativeaccess/external/binaries-list
@@ -0,0 +1 @@
+AF109BEA46056EF1D09172A96E968ADFA8CE74F1 platform-3.2.7.jar
diff --git a/core.nativeaccess/external/platform-3.2.7-license.txt b/core.nativeaccess/external/platform-3.2.7-license.txt
new file mode 100644
index 0000000..9a5ac88
--- /dev/null
+++ b/core.nativeaccess/external/platform-3.2.7-license.txt
@@ -0,0 +1,512 @@
+Name: Java Native Access
+Version: 3.2.7
+License: LGPL-2.1
+OSR: 7755
+Origin: https://jna.dev.java.net/source/browse/*checkout*/jna/tags/3.0.9/jnalib/dist/jna.jar?rev=HEAD
+Source: https://jna.dev.java.net/source/browse/*checkout*/jna/tags/3.0.9/jnalib/dist/jna.jar?rev=HEAD
+Description: Dynamically access native libraries from Java without JNI.
+
+
+		  GNU LESSER GENERAL PUBLIC LICENSE
+		       Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+ 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL.  It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+  This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it.  You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+  When we speak of free software, we are referring to freedom of use,
+not price.  Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+  To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights.  These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+  For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you.  You must make sure that they, too, receive or can get the source
+code.  If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it.  And you must show them these terms so they know their rights.
+
+  We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+  To protect each distributor, we want to make it very clear that
+there is no warranty for the free library.  Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+
+  Finally, software patents pose a constant threat to the existence of
+any free program.  We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder.  Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+  Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License.  This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License.  We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+  When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library.  The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom.  The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+  We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License.  It also provides other free software developers Less
+of an advantage over competing non-free programs.  These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries.  However, the Lesser license provides advantages in certain
+special circumstances.
+
+  For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard.  To achieve this, non-free programs must be
+allowed to use the library.  A more frequent case is that a free
+library does the same job as widely used non-free libraries.  In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+  In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software.  For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+  Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.  Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library".  The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+
+		  GNU LESSER GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+  A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+  The "Library", below, refers to any such software library or work
+which has been distributed under these terms.  A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language.  (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+  "Source code" for a work means the preferred form of the work for
+making modifications to it.  For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+  Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it).  Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+
+  1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+  You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+
+  2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) The modified work must itself be a software library.
+
+    b) You must cause the files modified to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    c) You must cause the whole of the work to be licensed at no
+    charge to all third parties under the terms of this License.
+
+    d) If a facility in the modified Library refers to a function or a
+    table of data to be supplied by an application program that uses
+    the facility, other than as an argument passed when the facility
+    is invoked, then you must make a good faith effort to ensure that,
+    in the event an application does not supply such function or
+    table, the facility still operates, and performs whatever part of
+    its purpose remains meaningful.
+
+    (For example, a function in a library to compute square roots has
+    a purpose that is entirely well-defined independent of the
+    application.  Therefore, Subsection 2d requires that any
+    application-supplied function or table used by this function must
+    be optional: if the application does not supply it, the square
+    root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library.  To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License.  (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.)  Do not make any other change in
+these notices.
+
+  Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+  This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+  4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+  If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library".  Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+  However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library".  The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+  When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library.  The
+threshold for this to be true is not precisely defined by law.
+
+  If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work.  (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+  Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+
+  6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+  You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License.  You must supply a copy of this License.  If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License.  Also, you must do one
+of these things:
+
+    a) Accompany the work with the complete corresponding
+    machine-readable source code for the Library including whatever
+    changes were used in the work (which must be distributed under
+    Sections 1 and 2 above); and, if the work is an executable linked
+    with the Library, with the complete machine-readable "work that
+    uses the Library", as object code and/or source code, so that the
+    user can modify the Library and then relink to produce a modified
+    executable containing the modified Library.  (It is understood
+    that the user who changes the contents of definitions files in the
+    Library will not necessarily be able to recompile the application
+    to use the modified definitions.)
+
+    b) Use a suitable shared library mechanism for linking with the
+    Library.  A suitable mechanism is one that (1) uses at run time a
+    copy of the library already present on the user's computer system,
+    rather than copying library functions into the executable, and (2)
+    will operate properly with a modified version of the library, if
+    the user installs one, as long as the modified version is
+    interface-compatible with the version that the work was made with.
+
+    c) Accompany the work with a written offer, valid for at
+    least three years, to give the same user the materials
+    specified in Subsection 6a, above, for a charge no more
+    than the cost of performing this distribution.
+
+    d) If distribution of the work is made by offering access to copy
+    from a designated place, offer equivalent access to copy the above
+    specified materials from the same place.
+
+    e) Verify that the user has already received a copy of these
+    materials or that you have already sent this user a copy.
+
+  For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it.  However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+  It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system.  Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+
+  7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+    a) Accompany the combined library with a copy of the same work
+    based on the Library, uncombined with any other library
+    facilities.  This must be distributed under the terms of the
+    Sections above.
+
+    b) Give prominent notice with the combined library of the fact
+    that part of it is a work based on the Library, and explaining
+    where to find the accompanying uncombined form of the same work.
+
+  8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License.  Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License.  However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+  9. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Library or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+  10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties with
+this License.
+
+  11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded.  In such case, this License incorporates the limitation as if
+written in the body of this License.
+
+  13. The Free Software Foundation may publish revised and/or new
+versions of the Lesser General Public License from time to time.
+Such new versions will be similar in spirit to the present version,
+but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Library
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation.  If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+
+  14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission.  For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this.  Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+
+			    NO WARRANTY
+
+  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
+
+		     END OF TERMS AND CONDITIONS
+
+           How to Apply These Terms to Your New Libraries
+
+  If you develop a new library, and you want it to be of the greatest
+possible use to the public, we recommend making it free software that
+everyone can redistribute and change.  You can do so by permitting
+redistribution under these terms (or, alternatively, under the terms of the
+ordinary General Public License).
+
+  To apply these terms, attach the following notices to the library.  It is
+safest to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least the
+"copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the library's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
+    USA
+
+Also add information on how to contact you by electronic and paper mail.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the library, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the
+  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
+
+  <signature of Ty Coon>, 1 April 1990
+  Ty Coon, President of Vice
+
+That's all there is to it!
diff --git a/core.nativeaccess/manifest.mf b/core.nativeaccess/manifest.mf
index 3d067c1..e8f3901 100644
--- a/core.nativeaccess/manifest.mf
+++ b/core.nativeaccess/manifest.mf
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 AutoUpdate-Show-In-Client: false
 OpenIDE-Module: org.netbeans.core.nativeaccess/1
-OpenIDE-Module-Specification-Version: 1.7.1
+OpenIDE-Module-Specification-Version: 1.11.1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/core/nativeaccess/Bundle.properties
 OpenIDE-Module-Provides: org.netbeans.core.windows.nativeaccess.NativeWindowSystem
 
diff --git a/core.nativeaccess/nbproject/project.properties b/core.nativeaccess/nbproject/project.properties
index af38094..26b704e 100644
--- a/core.nativeaccess/nbproject/project.properties
+++ b/core.nativeaccess/nbproject/project.properties
@@ -1,3 +1,4 @@
 is.eager=true
 javac.compilerargs=-Xlint -Xlint:-serial
 javac.source=1.6
+release.external/platform-3.2.7.jar=modules/ext/platform-3.2.7.jar
diff --git a/core.nativeaccess/nbproject/project.xml b/core.nativeaccess/nbproject/project.xml
index 0c60ee4..8f39a7e 100644
--- a/core.nativeaccess/nbproject/project.xml
+++ b/core.nativeaccess/nbproject/project.xml
@@ -41,6 +41,10 @@
                 </dependency>
             </module-dependencies>
             <public-packages/>
+            <class-path-extension>
+                <runtime-relative-path>ext/platform-3.2.7.jar</runtime-relative-path>
+                <binary-origin>external/platform-3.2.7.jar</binary-origin>
+            </class-path-extension>
         </data>
     </configuration>
 </project>
diff --git a/core.nativeaccess/src/org/netbeans/core/nativeaccess/NativeWindowSystemImpl.java b/core.nativeaccess/src/org/netbeans/core/nativeaccess/NativeWindowSystemImpl.java
index 3590380..db12505 100644
--- a/core.nativeaccess/src/org/netbeans/core/nativeaccess/NativeWindowSystemImpl.java
+++ b/core.nativeaccess/src/org/netbeans/core/nativeaccess/NativeWindowSystemImpl.java
@@ -42,20 +42,13 @@
 
 package org.netbeans.core.nativeaccess;
 
-import com.sun.jna.Native;
-import com.sun.jna.Platform;
+import com.sun.jna.platform.WindowUtils;
 import java.awt.Shape;
 import java.awt.Window;
-import java.io.File;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.io.InputStream;
-import java.net.URL;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import javax.swing.Icon;
 import org.netbeans.core.windows.nativeaccess.NativeWindowSystem;
-import org.netbeans.core.nativeaccess.transparency.WindowUtils;
 
 
 /**
@@ -69,12 +62,10 @@ public class NativeWindowSystemImpl extends NativeWindowSystem {
     private static final Logger LOG = Logger.getLogger(NativeWindowSystemImpl.class.getName());
 
     public NativeWindowSystemImpl() {
-        extractNativeLibrary();
     }
 
+    @Override
     public boolean isWindowAlphaSupported() {
-        if( !is32Bit() )
-            return false;
         boolean res = false;
         try {
             res = WindowUtils.isWindowAlphaSupported();
@@ -100,6 +91,7 @@ public class NativeWindowSystemImpl extends NativeWindowSystem {
         return false;
     }
 
+    @Override
     public void setWindowAlpha(Window w, float alpha) {
         try {
             WindowUtils.setWindowAlpha(w, alpha);
@@ -110,6 +102,7 @@ public class NativeWindowSystemImpl extends NativeWindowSystem {
         }
     }
 
+    @Override
     public void setWindowMask(Window w, Shape mask) {
         try {
             WindowUtils.setWindowMask(w, mask);
@@ -120,6 +113,7 @@ public class NativeWindowSystemImpl extends NativeWindowSystem {
         }
     }
 
+    @Override
     public void setWindowMask(Window w, Icon mask) {
         try {
             WindowUtils.setWindowMask(w, mask);
@@ -129,123 +123,4 @@ public class NativeWindowSystemImpl extends NativeWindowSystem {
             LOG.log(Level.INFO, null, e);
         }
     }
-
-    /**
-     * Extract the native library from jna.jar to <userdir>/var/cache/jna
-     * so that it's reusable on next startup.
-     */
-    private void extractNativeLibrary() {
-        String userDir = System.getProperty("netbeans.user"); //NOI18N
-        if( null == userDir ) {
-            return;
-        }
-        File jnaDir = new File(new File(new File(userDir, "var"), "cache"), "jna"); //NOI18N
-        if( !jnaDir.exists() && !jnaDir.mkdirs() ) {
-            return;
-        }
-        if( !jnaDir.canWrite() ) {
-            return;
-        }
-
-        //copied and adapted from com.sun.jna.Native
-        String libname = System.mapLibraryName("jnidispatch"); //NOI18N
-        String arch = System.getProperty("os.arch"); //NOI18N
-        String name = System.getProperty("os.name"); //NOI18N
-
-        File jnaLib = new File(jnaDir, libname);
-        if( jnaLib.exists() && jnaLib.canRead() ) {
-            System.setProperty("jna.boot.library.path", jnaDir.getAbsolutePath());
-            return;
-        }
-
-        String resourceName = getNativeLibraryResourcePath(arch, name) + "/" + libname;
-        URL url = Native.class.getResource(resourceName);
-
-        // Add an ugly hack for OpenJDK (soylatte) - JNI libs use the usual .dylib extension
-        if( url == null && Platform.isMac() && resourceName.endsWith(".dylib") ) { //NOI18N
-            resourceName = resourceName.substring(0, resourceName.lastIndexOf(".dylib")) + ".jnilib"; //NOI18N
-            url = Native.class.getResource(resourceName);
-        }
-        if( url == null ) {
-            return;
-        }
-
-        if( !url.getProtocol().toLowerCase().equals("file") ) { //NOI18N
-            InputStream is = Native.class.getResourceAsStream(resourceName);
-            if( is == null ) {
-                return;
-            }
-
-            FileOutputStream fos = null;
-            try {
-                fos = new FileOutputStream(jnaLib);
-                int count;
-                byte[] buf = new byte[1024];
-                while( (count = is.read(buf, 0, buf.length)) > 0 ) {
-                    fos.write(buf, 0, count);
-                }
-            } catch( IOException e ) {
-                //ignore
-            } finally {
-                try {
-                    is.close();
-                } catch( IOException e ) {
-                }
-                if( fos != null ) {
-                    try {
-                        fos.close();
-                    } catch( IOException e ) {
-                    }
-                }
-            }
-        }
-        if( jnaLib.exists() && jnaLib.canRead() ) {
-            System.setProperty("jna.boot.library.path", jnaDir.getAbsolutePath()); //NOI18N
-        }
-    }
-
-    /**
-     * copied and adapted from com.sun.jna.Native
-     * @param arch
-     * @param name
-     * @return
-     */
-    static String getNativeLibraryResourcePath(String arch, String name) {
-        String osPrefix;
-        arch = arch.toLowerCase();
-        if( Platform.isWindows() ) {
-            if( "i386".equals(arch) ) { //NOI18N
-                arch = "x86"; //NOI18N
-            }
-            osPrefix = "win32-" + arch; //NOI18N
-        } else if( Platform.isMac() ) {
-            osPrefix = "darwin"; //NOI18N
-        } else if( Platform.isLinux() ) {
-            if( "x86".equals(arch) ) { //NOI18N
-                arch = "i386"; //NOI18N
-            } else if( "x86_64".equals(arch) ) { //NOI18N
-                arch = "amd64"; //NOI18N
-            }
-            osPrefix = "linux-" + arch; //NOI18N
-        } else if( Platform.isSolaris() ) {
-            osPrefix = "sunos-" + arch; //NOI18N
-        } else {
-            osPrefix = name.toLowerCase();
-            if( "x86".equals(arch) ) { //NOI18N
-                arch = "i386"; //NOI18N
-            }
-            if( "x86_64".equals(arch) ) { //NOI18N
-                arch = "amd64"; //NOI18N
-            }
-            if( "powerpc".equals(arch) ) { //NOI18N
-                arch = "ppc"; //NOI18N
-            }
-            int space = osPrefix.indexOf(" "); //NOI18N
-            if( space != -1 ) {
-                osPrefix = osPrefix.substring(0, space);
-            }
-            osPrefix += "-" + arch; //NOI18N
-        }
-        return "/com/sun/jna/" + osPrefix; //NOI18N
-    }
 }
diff --git a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/Bundle.properties b/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/Bundle.properties
deleted file mode 100644
index 8675405..0000000
--- a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/Bundle.properties
+++ /dev/null
@@ -1 +0,0 @@
-OpenIDE-Module-Name=Transparency
diff --git a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/RasterRangesUtils.java b/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/RasterRangesUtils.java
deleted file mode 100644
index 9470f24..0000000
--- a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/RasterRangesUtils.java
+++ /dev/null
@@ -1,235 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- * 
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- * 
- * Contributor(s):
- * 
- * Portions Copyrighted 2008 Sun Microsystems, Inc.
- */
-
-/*
- * Original file is from http://jna.dev.java.net/
- */
-package org.netbeans.core.nativeaccess.transparency;
-
-import java.awt.Rectangle;
-import java.awt.image.DataBuffer;
-import java.awt.image.DataBufferByte;
-import java.awt.image.DataBufferInt;
-import java.awt.image.MultiPixelPackedSampleModel;
-import java.awt.image.Raster;
-import java.awt.image.SampleModel;
-import java.awt.image.SinglePixelPackedSampleModel;
-
-/**
- * Methods that are useful to decompose a raster in ranges of contiguous unoccupied pixels.
- * An occupied pixel has two possible meanings, depending on the raster :
- * <ul>
- * <li>if the raster has an alpha layer, occupied means with alpha not null</li>
- * <li>if the raster doesn't have any alpha layer, occupied means not completely black</li>
- * </ul>
- * @author Olivier Chafik
- */
-public class RasterRangesUtils {
-    /// Masks used to isolate the current column in a set of 8 binary columns packed in a byte 
-    private static final int[] subColMasks = new int[] {
-        0x0080, 0x0040, 0x0020, 0x0010,
-        0x0008, 0x0004, 0x0002, 0x0001
-    };
-        
-    /**
-     * Abstraction of a sink for ranges.
-     */
-    public static interface RangesOutput {
-        /**
-         * Output a rectangular range.
-         * @param x x coordinate of the top-left corner of the range
-         * @param y y coordinate of the top-left corner of the range
-         * @param w witdh of the range
-         * @param h height of the range
-         * @return true if the output succeeded, false otherwise
-         */
-        public boolean outputRange(int x, int y, int w, int h);
-    }
-        
-    /**
-     * Outputs ranges of occupied pixels.
-     * In a raster that has an alpha layer, a pixel is occupied if its alpha value is not null.
-     * In a raster without alpha layer, a pixel is occupied if it is not completely black.
-     * @param raster image to be segmented in non black or non-transparent ranges
-     * @param out destination of the non null ranges
-     * @return true if the output succeeded, false otherwise
-     */
-    public static boolean outputOccupiedRanges(Raster raster, RangesOutput out) {
-        Rectangle bounds = raster.getBounds();
-        SampleModel sampleModel = raster.getSampleModel();
-        boolean hasAlpha = sampleModel.getNumBands() == 4;
-                
-        // Try to use the underlying data array directly for a few common raster formats
-        if (raster.getParent() == null && bounds.x == 0 && bounds.y == 0) {
-            // No support for subraster (as obtained with Image.getSubimage(...))
-                        
-            DataBuffer data = raster.getDataBuffer();
-            if (data.getNumBanks() == 1) {
-                // There is always a single bank for all BufferedImage types, except maybe TYPE_CUSTOM
-                                
-                if (sampleModel instanceof MultiPixelPackedSampleModel) {
-                    MultiPixelPackedSampleModel packedSampleModel = (MultiPixelPackedSampleModel)sampleModel;
-                    if (packedSampleModel.getPixelBitStride() == 1) {
-                        // TYPE_BYTE_BINARY
-                        return outputOccupiedRangesOfBinaryPixels(((DataBufferByte)data).getData(), bounds.width, bounds.height, out);
-                    }
-                } else if (sampleModel instanceof SinglePixelPackedSampleModel) {
-                    if (sampleModel.getDataType() == DataBuffer.TYPE_INT) {
-                        // TYPE_INT_ARGB, TYPE_INT_ARGB_PRE, TYPE_INT_BGR or TYPE_INT_RGB
-                        return outputOccupiedRanges(((DataBufferInt)data).getData(), bounds.width, bounds.height, hasAlpha ? 0xff000000 : 0xffffff, out);
-                    }
-                    // TODO could easily handle cases of TYPE_USHORT_GRAY and TYPE_BYTE_GRAY.
-                }
-            }
-        }
-
-        // Fallback behaviour : copy pixels of raster
-        int[] pixels = raster.getPixels(0, 0, bounds.width, bounds.height, (int[])null);
-        return outputOccupiedRanges(pixels, bounds.width, bounds.height, hasAlpha ? 0xff000000 : 0xffffff, out);
-    }
-        
-    /**
-     * Output the non-null values of a binary image as ranges of contiguous values.
-     * @param binaryBits byte-packed binary bits of an image
-     * @param w width of the image (in pixels)
-     * @param h height of the image
-     * @param output
-     * @return true if the output succeeded, false otherwise
-     */
-    public static boolean outputOccupiedRangesOfBinaryPixels(byte[] binaryBits, int w, int h, RangesOutput output) {
-        int scanlineBytes = binaryBits.length / h;
-        for (int row = 0; row < h; row++) {
-            int rowOffsetBytes = row * scanlineBytes;
-            int startCol = -1;
-            // Look at each batch of 8 columns in this row
-            for (int byteCol = 0; byteCol < scanlineBytes; byteCol++) {
-                int firstByteCol = byteCol << 3;
-                byte byteColBits = binaryBits[rowOffsetBytes + byteCol];
-                if (byteColBits == 0) {
-                    // all 8 bits are zeroes
-                    if (startCol >= 0) {
-                        // end of current region
-                        if (!output.outputRange(startCol, row, firstByteCol - startCol, 1)) {
-                            return false;
-                        }
-                        startCol = -1;
-                    }
-                } else if (byteColBits == 0xff) {
-                    // all 8 bits are ones
-                    if (startCol < 0) {
-                        // start of new region
-                        startCol = firstByteCol;
-                    }
-                } else {
-                    // mixed case : some bits are ones, others are zeroes
-                    for (int subCol = 0; subCol < 8; subCol++) {
-                        int col = firstByteCol | subCol;
-                        if ((byteColBits & subColMasks[subCol]) != 0) {
-                            if (startCol < 0) {
-                                // start of new region
-                                startCol = col;
-                            }
-                        } else {
-                            if (startCol >= 0) {
-                                // end of current region
-                                if (!output.outputRange(startCol, row, col - startCol, 1)) {
-                                    return false;
-                                }
-                                startCol = -1;
-                            }
-                        }
-                    }
-                }
-            }
-            if (startCol >= 0) {
-                // end of last region
-                if (!output.outputRange(startCol, row, w - startCol, 1)) {
-                    return false;
-                }
-                startCol = -1;
-            }
-        }
-        return true;
-    }
-        
-    /**
-     * Output the occupied values of an integer-pixels image as ranges of contiguous values.
-     * A pixel is considered occupied if the bitwise AND of its integer value with the provided occupationMask is not null.
-     * @param pixels integer values of the pixels of an image
-     * @param w width of the image (in pixels)
-     * @param h height of the image
-     * @param occupationMask mask used to select which bits are used in a pixel to check its occupied status. 0xff000000 would only take the alpha layer into account, for instance.
-     * @param out where to output all the contiguous ranges of non occupied pixels
-     * @return true if the output succeeded, false otherwise
-     */
-    public static boolean outputOccupiedRanges(int[] pixels, int w, int h, int occupationMask, RangesOutput out) {
-                
-        for (int row = 0; row < h; row++) {
-            int idxOffset = row * w;
-            int startCol = -1;
-                        
-            for (int col = 0; col < w; col++) {
-                if ((pixels[idxOffset + col] & occupationMask) != 0) {
-                    if (startCol < 0) {
-                        startCol = col;
-                    }
-                } else {
-                    if (startCol >= 0) {
-                        // end of current region
-                        if (!out.outputRange(startCol, row, col - startCol, 1)) {
-                            return false;
-                        }
-                        startCol = -1;
-                    }
-                }
-            }
-            if (startCol >= 0) {
-                // end of last region of current row
-                if (!out.outputRange(startCol, row, w - startCol, 1)) {
-                    return false;
-                }
-                startCol = -1;
-            }
-        }
-        return true;
-    }
-}
diff --git a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/WindowUtils.java b/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/WindowUtils.java
deleted file mode 100644
index 7fe6df8..0000000
--- a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/WindowUtils.java
+++ /dev/null
@@ -1,1371 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- * 
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- * 
- * Contributor(s):
- * 
- * Portions Copyrighted 2008 Sun Microsystems, Inc.
- */
-
-/*
- * Original file is from http://jna.dev.java.net/
- */
-package org.netbeans.core.nativeaccess.transparency;
-
-import java.awt.AlphaComposite;
-import java.awt.BorderLayout;
-import java.awt.Color;
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Dialog;
-import java.awt.Dimension;
-import java.awt.Frame;
-import java.awt.Graphics;
-import java.awt.Graphics2D;
-import java.awt.GraphicsConfiguration;
-import java.awt.GraphicsDevice;
-import java.awt.GraphicsEnvironment;
-import java.awt.Point;
-import java.awt.Rectangle;
-import java.awt.Shape;
-import java.awt.Window;
-import java.awt.event.ComponentEvent;
-import java.awt.event.ComponentListener;
-import java.awt.event.HierarchyEvent;
-import java.awt.event.HierarchyListener;
-import java.awt.event.WindowAdapter;
-import java.awt.event.WindowEvent;
-import java.awt.geom.Area;
-import java.awt.image.BufferedImage;
-import java.awt.image.Raster;
-import java.util.ArrayList;
-import java.util.List;
-
-import javax.swing.Icon;
-import javax.swing.JComponent;
-import javax.swing.JLayeredPane;
-import javax.swing.JPanel;
-import javax.swing.JRootPane;
-import javax.swing.PopupFactory;
-import javax.swing.RootPaneContainer;
-import javax.swing.SwingUtilities;
-
-import com.sun.jna.Memory;
-import com.sun.jna.Native;
-import com.sun.jna.NativeLong;
-import com.sun.jna.Platform;
-import com.sun.jna.Pointer;
-import org.netbeans.core.nativeaccess.transparency.unix.X11;
-import org.netbeans.core.nativeaccess.transparency.unix.X11.Display;
-import org.netbeans.core.nativeaccess.transparency.unix.X11.GC;
-import org.netbeans.core.nativeaccess.transparency.unix.X11.Pixmap;
-import org.netbeans.core.nativeaccess.transparency.unix.X11.XVisualInfo;
-import org.netbeans.core.nativeaccess.transparency.unix.X11.Xext;
-import org.netbeans.core.nativeaccess.transparency.unix.X11.Xrender.XRenderPictFormat;
-import org.netbeans.core.nativeaccess.transparency.win32.GDI32;
-import org.netbeans.core.nativeaccess.transparency.win32.User32;
-import org.netbeans.core.nativeaccess.transparency.win32.GDI32.BITMAPINFO;
-import org.netbeans.core.nativeaccess.transparency.win32.User32.BLENDFUNCTION;
-import org.netbeans.core.nativeaccess.transparency.win32.User32.POINT;
-import org.netbeans.core.nativeaccess.transparency.win32.User32.SIZE;
-import org.netbeans.core.nativeaccess.transparency.win32.W32API.HANDLE;
-import org.netbeans.core.nativeaccess.transparency.win32.W32API.HBITMAP;
-import org.netbeans.core.nativeaccess.transparency.win32.W32API.HDC;
-import org.netbeans.core.nativeaccess.transparency.win32.W32API.HRGN;
-import org.netbeans.core.nativeaccess.transparency.win32.W32API.HWND;
-import com.sun.jna.ptr.ByteByReference;
-import com.sun.jna.ptr.IntByReference;
-import com.sun.jna.ptr.PointerByReference;
-import java.util.logging.Level;
-import java.util.logging.Logger;
-
-/**
- * Provides additional features on a Java {@link Window}.  
- * <ul>
- * <li>Non-rectangular shape (bitmap mask, no antialiasing)
- * <li>Transparency (constant alpha applied to window contents or
- * transparent background)
- * <li>Fully transparent window (the transparency of all painted pixels is
- * applied to the window).
- * </ul>
- * NOTE: since there is no explicit way to force PopupFactory to use a
- * heavyweight popup, and anything but a heavyweight popup will be
- * clipped by a window mask, an additional subwindow is added to all
- * masked windows to implicitly force PopupFactory to use a heavyweight
- * window and avoid clipping.
- * <p>
- * NOTE: Neither shaped windows nor transparency
- * currently works with Java 1.4 under X11. This is at least partly due
- * to 1.4 using multiple X11 windows for a single given Java window. It
- * *might* be possible to remedy by applying the window
- * region/transparency to all descendants, but I haven't tried it. In
- * addition, windows must be both displayable <em>and</em> visible
- * before the corresponding native Drawable may be obtained; in later
- * Java versions, the window need only be displayable.
- * <p>
- * NOTE: If you use {@link #setWindowMask(Window,Shape)} and override {@link
- * Window#paint(Graphics)} on OS X, you'll need to explicitly set the clip
- * mask on the <code>Graphics</code> object with the window mask; only the
- * content pane of the window and below have the window mask automatically
- * applied.
- */
-// TODO: setWindowMask() should accept a threshold; some cases want a
-// 50% threshold, some might want zero/non-zero
-public class WindowUtils {
-
-    private static final String TRANSPARENT_OLD_BG = "transparent-old-bg";
-    private static final String TRANSPARENT_OLD_OPAQUE = "transparent-old-opaque";
-    private static final String TRANSPARENT_ALPHA = "transparent-alpha";
-
-    /** Use this to clear a window mask. */
-    public static final Shape MASK_NONE = null;
-
-    /**
-     * This class forces a heavyweight popup on the parent
-     * {@link Window}. See the implementation of {@link PopupFactory};
-     * a heavyweight is forced if there is an occluding subwindow on the
-     * target window.
-     * <p>
-     * Ideally we'd have more control over {@link PopupFactory} but this
-     * is a fairly simple, lightweight workaround.  Note that, at least as of
-     * JDK 1.6, the following do not have the desired effect:<br>
-     * <code><pre>
-     * ToolTipManager.sharedInstance().setLightWeightPopupEnabled(false);
-     * JPopupMenu.setDefaultLightWeightPopupEnabled(false);
-     * System.setProperty("JPopupMenu.defaultLWPopupEnabledKey", "false");
-     * </pre></code>
-     */
-    private static class HeavyweightForcer extends Window {
-        private boolean packed;
-
-        public HeavyweightForcer(Window parent) {
-            super(parent);
-            pack();
-            packed = true;
-        }
-
-        public boolean isVisible() {
-            // Only want to be 'visible' once the peer is instantiated
-            // via pack; this tricks PopupFactory into using a heavyweight
-            // popup to avoid being obscured by this window
-            return packed;
-        }
-
-        public Rectangle getBounds() {
-            return getOwner().getBounds();
-        }
-    }
-    /**
-     * This can be installed over a {@link JLayeredPane} in order to
-     * listen for repaint requests. The content's repaint method will be
-     * invoked whenever any part of the ancestor window is repainted.
-     */
-    protected static class RepaintTrigger extends JComponent {
-
-        protected class Listener extends WindowAdapter implements
-            ComponentListener, HierarchyListener {
-            public void windowOpened(WindowEvent e) {
-                repaint();
-            }
-
-            public void componentHidden(ComponentEvent e) {}
-
-            public void componentMoved(ComponentEvent e) {}
-
-            public void componentResized(ComponentEvent e) {
-                setSize(getParent().getSize());
-                repaint();
-            }
-
-            public void componentShown(ComponentEvent e) {
-                repaint();
-            }
-
-            public void hierarchyChanged(HierarchyEvent e) {
-                repaint();
-            }
-        }
-
-        private Listener listener = createListener();
-        private JComponent content;
-
-        public RepaintTrigger(JComponent content) {
-            this.content = content;
-        }
-        
-        public void addNotify() {
-            super.addNotify();
-            Window w = SwingUtilities.getWindowAncestor(this);
-            setSize(getParent().getSize());
-            w.addComponentListener(listener);
-            w.addWindowListener(listener);
-        }
-
-        public void removeNotify() {
-            Window w = SwingUtilities.getWindowAncestor(this);
-            w.removeComponentListener(listener);
-            w.removeWindowListener(listener);
-            super.removeNotify();
-        }
-
-        private Rectangle dirty;
-        protected void paintComponent(Graphics g) {
-            Rectangle bounds = g.getClipBounds();
-            if (dirty == null || !dirty.contains(bounds)) {
-                if (dirty == null) {
-                    dirty = bounds;
-                }
-                else {
-                    dirty = dirty.union(bounds);
-                }
-                content.repaint(dirty);
-            }
-            else {
-                dirty = null;
-            }
-        }
-
-        protected Listener createListener() {
-            return new Listener();
-        }
-    };
-
-    /** Window utilities with differing native implementations. */
-    public static abstract class NativeWindowUtils {
-        protected abstract class TransparentContent extends JPanel {
-            private boolean transparent;
-            public TransparentContent(Container oldContent) {
-                super(new BorderLayout());
-                add(oldContent, BorderLayout.CENTER);
-                setTransparent(true);
-                if (oldContent instanceof JPanel) {
-                    ((JComponent)oldContent).setOpaque(false);
-                }
-            }
-            public void setTransparent(boolean transparent) {
-                this.transparent = transparent;
-                setOpaque(!transparent);
-                setDoubleBuffered(!transparent);
-                repaint();
-            }
-            public void paint(Graphics gr) {
-                if (transparent) {
-                    Rectangle r = gr.getClipBounds();
-                    final int w = r.width;
-                    final int h = r.height;
-                    if (getWidth() > 0 && getHeight() > 0) {
-                        final BufferedImage buf =
-                            new BufferedImage(w, h, BufferedImage.TYPE_INT_ARGB_PRE);
-                        
-                        Graphics2D g = buf.createGraphics();
-                        g.setComposite(AlphaComposite.Clear);
-                        g.fillRect(0, 0, w, h);
-                        g.dispose();
-
-                        g = buf.createGraphics();
-                        g.translate(-r.x, -r.y);
-                        super.paint(g);
-                        g.dispose();
-
-                        paintDirect(buf, r);
-                    }
-                }
-                else {
-                    super.paint(gr);
-                }
-            }
-            /** Use the contents of the given BufferedImage to paint directly
-             * on this component's ancestor window.
-             */
-            protected abstract void paintDirect(BufferedImage buf, Rectangle bounds);
-        }
-        
-        protected Window getWindow(Component c) {
-            return c instanceof Window 
-                ? (Window)c : SwingUtilities.getWindowAncestor(c); 
-        }
-        /**
-         * Execute the given action when the given window becomes
-         * displayable.
-         */
-        protected void whenDisplayable(Component w, final Runnable action) {
-            if (w.isDisplayable()) {
-                action.run();
-            }
-            else {
-                // Hierarchy events are fired in direct response to
-                // displayability changes
-                w.addHierarchyListener(new HierarchyListener() {
-                    public void hierarchyChanged(HierarchyEvent e) {
-                        if ((e.getChangeFlags() & HierarchyEvent.DISPLAYABILITY_CHANGED) != 0
-                            && e.getComponent().isDisplayable()) {
-                            e.getComponent().removeHierarchyListener(this);
-                            action.run();
-                        }
-                    }
-                });
-            }
-        }
-
-        protected Raster toRaster(Shape mask) {
-            Raster raster = null;
-            if (mask != MASK_NONE) {
-                Rectangle bounds = mask.getBounds();
-                if (bounds.width > 0 && bounds.height > 0) {
-                    BufferedImage clip = 
-                        new BufferedImage(bounds.x + bounds.width,
-                                          bounds.y + bounds.height,
-                                          BufferedImage.TYPE_INT_ARGB);
-                    Graphics2D g = clip.createGraphics();
-                    g.setComposite(AlphaComposite.Clear);
-                    g.fillRect(0, 0, bounds.x + bounds.width, bounds.y + bounds.height);
-                    g.setComposite(AlphaComposite.SrcOver);
-                    g.setColor(Color.white);
-                    g.fill(mask);
-                    raster = clip.getAlphaRaster();
-                }
-            }
-            return raster;
-        }
-
-        protected Raster toRaster(Component c, Icon mask) {
-            Raster raster = null;
-            if (mask != null) {
-                Rectangle bounds = new Rectangle(0, 0, mask.getIconWidth(),
-                                                 mask.getIconHeight());
-                BufferedImage clip = new BufferedImage(bounds.width,
-                                                       bounds.height,
-                                                       BufferedImage.TYPE_INT_ARGB);
-                Graphics2D g = clip.createGraphics();
-                g.setComposite(AlphaComposite.Clear);
-                g.fillRect(0, 0, bounds.width, bounds.height);
-                g.setComposite(AlphaComposite.SrcOver);
-                mask.paintIcon(c, g, 0, 0);
-                raster = clip.getAlphaRaster();
-            }
-            return raster;
-        }
-
-        protected Shape toShape(Raster raster) {
-            final Area area = new Area(new Rectangle(0, 0, 0, 0));
-            RasterRangesUtils.outputOccupiedRanges(raster, new RasterRangesUtils.RangesOutput() {
-                public boolean outputRange(int x, int y, int w, int h) {
-                    area.add(new Area(new Rectangle(x, y, w, h)));
-                    return true;
-                }
-            });
-            return area;
-        }
-        
-        /**
-         * Set the overall alpha transparency of the window. An alpha of
-         * 1.0 is fully opaque, 0.0 is fully transparent.
-         */
-        public void setWindowAlpha(Window w, float alpha) {
-            // do nothing
-        }
-
-        /** Default: no support. */
-        public boolean isWindowAlphaSupported() {
-            return false;
-        }
-
-        /** Return the default graphics configuration. */
-        public GraphicsConfiguration getAlphaCompatibleGraphicsConfiguration() {
-            GraphicsEnvironment env = GraphicsEnvironment
-                                                         .getLocalGraphicsEnvironment();
-            GraphicsDevice dev = env.getDefaultScreenDevice();
-            return dev.getDefaultConfiguration();
-        }
-
-        /**
-         * Set the window to be transparent. Only explicitly painted
-         * pixels will be non-transparent. All pixels will be composited
-         * with whatever is under the window using their alpha values.
-         */
-        public void setWindowTransparent(Window w, boolean transparent) {
-            // do nothing
-        }
-
-        protected void setDoubleBuffered(Component root, boolean buffered) {
-            if (root instanceof JComponent) {
-                ((JComponent)root).setDoubleBuffered(buffered);
-            }
-            if (root instanceof JRootPane && buffered) {
-                ((JRootPane)root).setDoubleBuffered(true);
-            }
-            else if (root instanceof Container) {
-                Component[] kids = ((Container)root).getComponents();
-                for (int i=0;i < kids.length;i++) {
-                    setDoubleBuffered(kids[i], buffered);
-                }
-            }
-        }
-
-        protected void setLayersTransparent(Window w, boolean transparent) {
-            Color bg = transparent ? new Color(0, 0, 0, 0) : null;
-            if (w instanceof RootPaneContainer) {
-                RootPaneContainer rpc = (RootPaneContainer)w;
-                JRootPane root = rpc.getRootPane();
-                JLayeredPane lp = root.getLayeredPane();
-                Container c = root.getContentPane();
-                JComponent content = 
-                    (c instanceof JComponent) ? (JComponent)c : null;
-                if (transparent) {
-                    lp.putClientProperty(TRANSPARENT_OLD_OPAQUE,
-                                         Boolean.valueOf(lp.isOpaque()));
-                    lp.setOpaque(false);
-                    root.putClientProperty(TRANSPARENT_OLD_OPAQUE,
-                                           Boolean.valueOf(root.isOpaque()));
-                    root.setOpaque(false);
-                    if (content != null) {
-                        content.putClientProperty(TRANSPARENT_OLD_OPAQUE,
-                                                  Boolean.valueOf(content.isOpaque()));
-                        content.setOpaque(false);
-                    }
-                    root.putClientProperty(TRANSPARENT_OLD_BG,
-                                           root.getParent().getBackground());
-                }
-                else {
-                    lp.setOpaque(Boolean.TRUE.equals(lp.getClientProperty(TRANSPARENT_OLD_OPAQUE)));
-                    root.setOpaque(Boolean.TRUE.equals(root.getClientProperty(TRANSPARENT_OLD_OPAQUE)));
-                    if (content != null) {
-                        content.setOpaque(Boolean.TRUE.equals(content.getClientProperty(TRANSPARENT_OLD_OPAQUE)));
-                    }
-                    bg = (Color)root.getClientProperty(TRANSPARENT_OLD_BG);
-                }
-            }
-            w.setBackground(bg);
-        }
-
-        /** Override this method to provide bitmap masking of the given
-         * heavyweight component.
-         */
-        protected void setMask(Component c, Raster raster) {
-            throw new UnsupportedOperationException("Window masking is not available");
-        }
-        
-        /**
-         * Set the window mask based on the given Raster, which should
-         * be treated as a bitmap (zero/nonzero values only). A value of
-         * <code>null</code> means to remove the mask.
-         */
-        protected void setWindowMask(Component w, Raster raster) {
-            if (w.isLightweight())
-                throw new IllegalArgumentException("Component must be heavyweight: " + w);
-            setMask(w, raster);
-        }
-
-        /** Set the window mask based on a {@link Shape}. */
-        public void setWindowMask(Component w, Shape mask) {
-            setWindowMask(w, toRaster(mask));
-        }
-
-        /**
-         * Set the window mask based on an Icon. All non-transparent
-         * pixels will be included in the mask.
-         */
-        public void setWindowMask(Component w, Icon mask) {
-            setWindowMask(w, toRaster(w, mask));
-        }
-
-        /**
-         * Use this method to ensure heavyweight popups are used in
-         * conjunction with a given window. This prevents the window's
-         * alpha setting or mask region from being applied to the popup.
-         */
-        protected void setForceHeavyweightPopups(Window w, boolean force) {
-            if (!(w instanceof HeavyweightForcer)) {
-                Window[] owned = w.getOwnedWindows();
-                for (int i = 0; i < owned.length; i++) {
-                    if (owned[i] instanceof HeavyweightForcer) {
-                        if (force)
-                            return;
-                        owned[i].dispose();
-                    }
-                }
-                Boolean b = Boolean.valueOf(System.getProperty("jna.force_hw_popups", "true"));
-                if (force && b.booleanValue()) {
-                    new HeavyweightForcer(w);
-                }
-            }
-        }
-    }
-    /** Canonical lazy loading of a singleton. */
-    private static class Holder {
-        /**
-         * Indicates whether a window must be visible before its native
-         * handle can be obtained. This wart is caused by the Java
-         * 1.4/X11 implementation.
-         */
-        public static final NativeWindowUtils INSTANCE;
-        static {
-            if (Platform.isWindows()) {
-                INSTANCE = new W32WindowUtils();
-            }
-            else if (Platform.isMac()) {
-                INSTANCE = new MacWindowUtils();
-            }
-            else if (Platform.isX11()) {
-                INSTANCE = new X11WindowUtils();
-            }
-            else {
-                String os = System.getProperty("os.name");
-                throw new UnsupportedOperationException("No support for " + os);
-            }
-        }
-    }
-
-    private static NativeWindowUtils getInstance() {
-        return Holder.INSTANCE;
-    }
-
-    private static class W32WindowUtils extends NativeWindowUtils {
-        private HWND getHWnd(Component w) {
-            HWND hwnd = new HWND();
-            hwnd.setPointer(Native.getComponentPointer(w));
-            return hwnd;
-        }
-
-        /**
-         * W32 alpha will only work if <code>sun.java2d.noddraw</code>
-         * is set
-         */
-        public boolean isWindowAlphaSupported() {
-            return Boolean.getBoolean("sun.java2d.noddraw");
-        }
-
-        /** Indicates whether UpdateLayeredWindow is in use. */
-        private boolean usingUpdateLayeredWindow(Window w) {
-            if (w instanceof RootPaneContainer) {
-                JRootPane root = ((RootPaneContainer)w).getRootPane();
-                return root.getClientProperty(TRANSPARENT_OLD_BG) != null;
-            }
-            return false;
-        }
-
-        /** Keep track of the alpha level, since we can't read it from
-         * the window itself.
-         */
-        private void storeAlpha(Window w, byte alpha) {
-            if (w instanceof RootPaneContainer) {
-                JRootPane root = ((RootPaneContainer)w).getRootPane();
-                Byte b = alpha == (byte)0xFF ? null : new Byte(alpha);
-                root.putClientProperty(TRANSPARENT_ALPHA, b);
-            }
-        }
-
-        /** Return the last alpha level we set on the window. */
-        private byte getAlpha(Window w) {
-            if (w instanceof RootPaneContainer) {
-                JRootPane root = ((RootPaneContainer)w).getRootPane();
-                Byte b = (Byte)root.getClientProperty(TRANSPARENT_ALPHA);
-                if (b != null) {
-                    return b.byteValue();
-                }
-            }
-            return (byte)0xFF;
-        }
-
-        public void setWindowAlpha(final Window w, final float alpha) {
-            if (!isWindowAlphaSupported()) {
-                throw new UnsupportedOperationException("Set sun.java2d.noddraw=true to enable transparent windows");
-            }
-            whenDisplayable(w, new Runnable() {
-                public void run() {
-                    HWND hWnd = getHWnd(w);
-                    User32 user = User32.INSTANCE;
-                    int flags = user.GetWindowLong(hWnd, User32.GWL_EXSTYLE);
-                    byte level = (byte)((int)(255 * alpha) & 0xFF);
-                    if (usingUpdateLayeredWindow(w)) {
-                        // If already using UpdateLayeredWindow, continue to 
-                        // do so
-                        BLENDFUNCTION blend = new BLENDFUNCTION();
-                        blend.SourceConstantAlpha = level;
-                        blend.AlphaFormat = User32.AC_SRC_ALPHA;
-                        user.UpdateLayeredWindow(hWnd, null, null, null, null,
-                                                 null, 0, blend,
-                                                 User32.ULW_ALPHA);
-                    }
-                    else if (alpha == 1f) {
-                        flags &= ~User32.WS_EX_LAYERED;
-                        user.SetWindowLong(hWnd, User32.GWL_EXSTYLE, flags);
-                    }
-                    else {
-                        flags |= User32.WS_EX_LAYERED;
-                        user.SetWindowLong(hWnd, User32.GWL_EXSTYLE, flags);
-                        user.SetLayeredWindowAttributes(hWnd, 0, level,
-                                                        User32.LWA_ALPHA);
-                    }
-                    setForceHeavyweightPopups(w, alpha != 1f);
-                    storeAlpha(w, level);
-                }
-            });
-        }
-
-        /** W32 makes the client responsible for repainting the <em>entire</em>
-         * window on any change.  It also does not paint window decorations
-         * when the window is transparent.
-         */
-        private class W32TransparentContent extends TransparentContent {
-            private HDC memDC;
-            private HBITMAP hBitmap;
-            private Pointer pbits;
-            private Dimension bitmapSize;
-            public W32TransparentContent(Container content) {
-                super(content);
-            }
-            private void disposeBackingStore() {
-                GDI32 gdi = GDI32.INSTANCE;
-                if (hBitmap != null) {
-                    gdi.DeleteObject(hBitmap);
-                    hBitmap = null;
-                }
-                if (memDC != null) {
-                    gdi.DeleteDC(memDC);
-                    memDC = null;
-                }
-            }
-            public void removeNotify() {
-                super.removeNotify();
-                disposeBackingStore();
-            }
-            public void setTransparent(boolean transparent) {
-                super.setTransparent(transparent);
-                if (!transparent) {
-                    disposeBackingStore();
-                }
-            }
-            protected void paintDirect(BufferedImage buf, Rectangle bounds) {
-                // TODO: paint frame decoration if window is decorated
-                Window win = SwingUtilities.getWindowAncestor(this);
-                GDI32 gdi = GDI32.INSTANCE;
-                User32 user = User32.INSTANCE;
-                int x = bounds.x;
-                int y = bounds.y;
-                Point origin = SwingUtilities.convertPoint(this, x, y, win);
-                int w = bounds.width;
-                int h = bounds.height;
-                int ww = win.getWidth();
-                int wh = win.getHeight();
-                HDC screenDC = user.GetDC(null);
-                HANDLE oldBitmap = null;
-                try {
-                    if (memDC == null) {
-                        memDC = gdi.CreateCompatibleDC(screenDC);
-                    }
-                    if (hBitmap == null || !win.getSize().equals(bitmapSize)) {
-                        if (hBitmap != null) {
-                            gdi.DeleteObject(hBitmap);
-                            hBitmap = null;
-                        }
-                        BITMAPINFO bmi = new BITMAPINFO();
-                        bmi.bmiHeader.biWidth = ww;
-                        bmi.bmiHeader.biHeight = wh;
-                        bmi.bmiHeader.biPlanes = 1;
-                        bmi.bmiHeader.biBitCount = 32;
-                        bmi.bmiHeader.biCompression = GDI32.BI_RGB;
-                        bmi.bmiHeader.biSizeImage = ww * wh * 4;
-                        PointerByReference ppbits = new PointerByReference();
-                        hBitmap = gdi.CreateDIBSection(memDC, bmi,
-                                                       GDI32.DIB_RGB_COLORS,
-                                                       ppbits, null, 0);
-                        pbits = ppbits.getValue();
-                        bitmapSize = new Dimension(ww, wh);
-                    }
-                    oldBitmap = gdi.SelectObject(memDC, hBitmap);
-                    Raster raster = buf.getData();
-                    int[] pixel = new int[4];
-                    int[] bits = new int[w];
-                    for (int row = 0; row < h; row++) {
-                        for (int col = 0; col < w; col++) {
-                            raster.getPixel(col, row, pixel);
-                            int alpha = (pixel[3] & 0xFF) << 24;
-                            int red = (pixel[2] & 0xFF);
-                            int green = (pixel[1] & 0xFF) << 8;
-                            int blue = (pixel[0] & 0xFF) << 16;
-                            bits[col] = alpha | red | green | blue;
-                        }
-                        int v = wh - (origin.y + row) - 1;
-                        pbits.write((v*ww+origin.x)*4, bits, 0, bits.length);
-                    }
-                    SIZE winSize = new SIZE();
-                    winSize.cx = win.getWidth();
-                    winSize.cy = win.getHeight();
-                    POINT winLoc = new POINT();
-                    winLoc.x = win.getX();
-                    winLoc.y = win.getY();
-                    POINT srcLoc = new POINT();
-                    BLENDFUNCTION blend = new BLENDFUNCTION();
-                    HWND hWnd = getHWnd(win);
-                    // extract current constant alpha setting, if possible
-                    ByteByReference bref = new ByteByReference();
-                    IntByReference iref = new IntByReference();
-                    byte level = getAlpha(win);
-                    if (user.GetLayeredWindowAttributes(hWnd, null, bref, iref)
-                        && (iref.getValue() & User32.LWA_ALPHA) != 0) {
-                        level = bref.getValue();
-                    }
-                    blend.SourceConstantAlpha = level;
-                    blend.AlphaFormat = User32.AC_SRC_ALPHA;
-                    user.UpdateLayeredWindow(hWnd, screenDC, winLoc, winSize, memDC,
-                                             srcLoc, 0, blend, User32.ULW_ALPHA);
-                }
-                finally {
-                    user.ReleaseDC(null, screenDC);
-                    if (memDC != null && oldBitmap != null) {
-                        gdi.SelectObject(memDC, oldBitmap);
-                    }
-                }
-            }
-        }
-
-        /** Note that w32 does <em>not</em> paint window decorations when
-         * the window is transparent.
-         */
-        public void setWindowTransparent(final Window w,
-                                         final boolean transparent) {
-            if (!(w instanceof RootPaneContainer)) {
-                throw new IllegalArgumentException("Window must be a RootPaneContainer");
-            }
-            if (!isWindowAlphaSupported()) {
-                throw new UnsupportedOperationException("Set sun.java2d.noddraw=true to enable transparent windows");
-            }
-            boolean isTransparent = w.getBackground() != null
-                && w.getBackground().getAlpha() == 0;
-            if (transparent == isTransparent)
-                return;
-            whenDisplayable(w, new Runnable() {
-                public void run() {
-                    User32 user = User32.INSTANCE;
-                    HWND hWnd = getHWnd(w);
-                    int flags = user.GetWindowLong(hWnd, User32.GWL_EXSTYLE);
-                    JRootPane root = ((RootPaneContainer)w).getRootPane();
-                    JLayeredPane lp = root.getLayeredPane();
-                    Container content = root.getContentPane();
-                    if (content instanceof W32TransparentContent) {
-                        ((W32TransparentContent)content).setTransparent(transparent);
-                    }
-                    else if (transparent) {
-                        W32TransparentContent w32content =
-                            new W32TransparentContent(content);
-                        root.setContentPane(w32content);
-                        lp.add(new RepaintTrigger(w32content),
-                               JLayeredPane.DRAG_LAYER);
-                    }
-                    if (transparent && !usingUpdateLayeredWindow(w)) {
-                        flags |= User32.WS_EX_LAYERED;
-                        user.SetWindowLong(hWnd, User32.GWL_EXSTYLE, flags);
-                    }
-                    else if (!transparent && usingUpdateLayeredWindow(w)) {
-                        flags &= ~User32.WS_EX_LAYERED;
-                        user.SetWindowLong(hWnd, User32.GWL_EXSTYLE, flags);
-                    }
-                    setLayersTransparent(w, transparent);
-                    setForceHeavyweightPopups(w, transparent);
-                    setDoubleBuffered(w, !transparent);
-                }
-            });
-        }
-
-        protected void setMask(final Component w, final Raster raster) {
-            whenDisplayable(w, new Runnable() {
-                public void run() {
-                    GDI32 gdi = GDI32.INSTANCE;
-                    User32 user = User32.INSTANCE;
-                    HWND hWnd = getHWnd(w);
-                    final HRGN result = gdi.CreateRectRgn(0, 0, 0, 0);
-                    try {
-                        if (raster == null) {
-                            gdi.SetRectRgn(result, 0, 0, w.getWidth(), w.getHeight());
-                        }
-                        else {
-                            final HRGN tempRgn = gdi.CreateRectRgn(0, 0, 0, 0);
-                            try {
-                                RasterRangesUtils.outputOccupiedRanges(raster, new RasterRangesUtils.RangesOutput() {
-                                    public boolean outputRange(int x, int y, int w, int h) {
-                                        GDI32 gdi = GDI32.INSTANCE;
-                                        gdi.SetRectRgn(tempRgn, x, y, x + w, y + h);
-                                        return gdi.CombineRgn(result, result, tempRgn, GDI32.RGN_OR) != GDI32.ERROR;
-                                    }
-                                });
-                            }
-                            finally {
-                                gdi.DeleteObject(tempRgn);
-                            }
-                        }
-                        user.SetWindowRgn(hWnd, result, true);
-                    }
-                    finally {
-                        gdi.DeleteObject(result);
-                    }
-                    setForceHeavyweightPopups(getWindow(w), raster != null);
-                }
-            });
-        }
-    }
-    private static class MacWindowUtils extends NativeWindowUtils {
-        public boolean isWindowAlphaSupported() {
-            return true;
-        }
-        
-        private OSXTransparentContent installTransparentContent(Window w) {
-            OSXTransparentContent content;
-            if (w instanceof RootPaneContainer) {
-                // TODO: replace layered pane instead?
-                final RootPaneContainer rpc = (RootPaneContainer)w;
-                Container oldContent = rpc.getContentPane();
-                if (oldContent instanceof OSXTransparentContent) {
-                    content = (OSXTransparentContent)oldContent;
-                }
-                else {
-                    content = new OSXTransparentContent(oldContent);
-                    // TODO: listen for content pane changes
-                    rpc.setContentPane(content);
-                }
-            }
-            else {
-                Component oldContent = w.getComponentCount() > 0 ? w.getComponent(0) : null;
-                if (oldContent instanceof OSXTransparentContent) {
-                    content = (OSXTransparentContent)oldContent;
-                }
-                else {
-                    content = new OSXTransparentContent(oldContent);
-                    w.add(content);
-                }
-            }
-            return content;
-        }
-
-        public void setWindowTransparent(Window w, boolean transparent) {
-            boolean isTransparent = w.getBackground() != null
-                && w.getBackground().getAlpha() == 0;
-            if (transparent != isTransparent) {
-                installTransparentContent(w);
-                setBackgroundTransparent(w, transparent);
-                setLayersTransparent(w, transparent);
-            }
-        }
-
-        public void setWindowAlpha(final Window w, final float alpha) {
-            whenDisplayable(w, new Runnable() {
-                public void run() {
-                    Object peer = w.getPeer();
-                    try {
-                        peer.getClass().getMethod("setAlpha", new Class[]{
-                            float.class
-                        }).invoke(peer, new Object[]{
-                            new Float(alpha)
-                        });
-                    }
-                    catch (Exception e) {
-			if (w instanceof RootPaneContainer) {
-			    JRootPane p = ((RootPaneContainer)w).getRootPane();
-			    p.putClientProperty("Window.alpha", new Float(alpha));
-			}
-                    }
-                }
-            });
-        }
-
-        protected void setWindowMask(Component w, Raster raster) {
-            if (raster != null) {
-                setWindowMask(w, toShape(raster));
-            }
-            else {
-                setWindowMask(w, new Rectangle(0, 0, w.getWidth(),
-                                               w.getHeight()));
-            }
-        }
-
-        public void setWindowMask(Component c, final Shape shape) {
-            if (c instanceof Window) {
-                Window w = (Window)c;
-                OSXTransparentContent content = installTransparentContent(w);
-                content.setMask(shape);
-                setBackgroundTransparent(w, shape != MASK_NONE);
-            }
-            else {
-                // not yet implemented
-            }
-        }
-
-        /** Mask out unwanted pixels and ensure background gets cleared.
-         * @author Olivier Chafik
-         */
-        private static class OSXTransparentContent extends JPanel {
-            private Shape shape;
-
-            public OSXTransparentContent(Component oldContent) {
-                super(new BorderLayout());
-                if (oldContent != null) {
-                    add(oldContent, BorderLayout.CENTER);
-                }
-            }
-            
-            public void setMask(Shape shape) {
-                this.shape = shape;
-                repaint();
-            }
-
-            public void paint(Graphics graphics) {
-                Graphics2D g = (Graphics2D)graphics.create();
-                g.setComposite(AlphaComposite.Clear);
-                g.fillRect(0, 0, getWidth(), getHeight());
-                g.dispose();
-                if (shape != null) {
-                    g = (Graphics2D)graphics.create();
-                    g.setClip(shape);
-                    super.paint(g);
-                    g.dispose();
-                }
-                else {
-                    super.paint(graphics);
-                }
-            }
-        }
-        
-        private void setBackgroundTransparent(Window w, boolean transparent) {
-            if (transparent) {
-                w.setBackground(new Color(0,0,0,0));
-            }
-            else {
-                // FIXME restore background to original color
-                w.setBackground(null);
-            }
-        }
-    }
-    private static class X11WindowUtils extends NativeWindowUtils {
-        private Pixmap createBitmap(final Display dpy, 
-                                    X11.Window win, 
-                                    Raster raster) {
-            final X11 x11 = X11.INSTANCE;
-            Rectangle bounds = raster.getBounds();
-            int width = bounds.x + bounds.width;
-            int height = bounds.y + bounds.height;
-            final Pixmap pm = x11.XCreatePixmap(dpy, win, width, height, 1);
-            final GC gc = x11.XCreateGC(dpy, pm, new NativeLong(0), null);
-            if (gc == null) {
-                return null;
-            }
-            x11.XSetForeground(dpy, gc, new NativeLong(0));
-            x11.XFillRectangle(dpy, pm, gc, 0, 0, width, height);
-            final int UNMASKED = 1;
-            x11.XSetForeground(dpy, gc, new NativeLong(UNMASKED));
-            X11.XWindowAttributes atts = new X11.XWindowAttributes();
-            int status = x11.XGetWindowAttributes(dpy, win, atts);
-            if (status == 0) {
-                return null;
-            }
-            try {
-                RasterRangesUtils.outputOccupiedRanges(raster, new RasterRangesUtils.RangesOutput() {
-                    public boolean outputRange(int x, int y, int w, int h) {
-                        return x11.XFillRectangle(dpy, pm, gc, x, y, w, h) != 0;
-                    }
-                });
-            }
-            finally {
-                x11.XFreeGC(dpy, gc);
-            }
-            return pm;
-        }
-
-        private boolean didCheck;
-        private long[] alphaVisualIDs = {};
-
-        public boolean isWindowAlphaSupported() {
-            return getAlphaVisualIDs().length > 0;
-        }
-
-        private long getVisualID(GraphicsConfiguration config) {
-            // Use reflection to call
-            // X11GraphicsConfig.getVisual
-            try {
-                Object o = config.getClass()
-                    .getMethod("getVisual", (Class[])null)
-                    .invoke(config, (Object[])null);
-                return ((Number)o).longValue();
-            }
-            catch (Exception e) {
-                e.printStackTrace();
-                return -1;
-            }
-        }
-
-        /** Return the default graphics configuration. */
-        public GraphicsConfiguration getAlphaCompatibleGraphicsConfiguration() {
-            if (isWindowAlphaSupported()) {
-                GraphicsEnvironment env =
-                    GraphicsEnvironment.getLocalGraphicsEnvironment();
-                GraphicsDevice[] devices = env.getScreenDevices();
-                for (int i = 0; i < devices.length; i++) {
-                    GraphicsConfiguration[] configs =
-                        devices[i].getConfigurations();
-                    for (int j = 0; j < configs.length; j++) {
-                        long visualID = getVisualID(configs[j]);
-                        long[] ids = getAlphaVisualIDs();
-                        for (int k = 0; k < ids.length; k++) {
-                            if (visualID == ids[k]) {
-                                return configs[j];
-                            }
-                        }
-                    }
-                }
-            }
-            return super.getAlphaCompatibleGraphicsConfiguration();
-        }
-
-        /**
-         * Return the visual ID of the visual which supports an alpha
-         * channel.
-         */
-        private synchronized long[] getAlphaVisualIDs() {
-            if (didCheck) {
-                return alphaVisualIDs;
-            }
-            didCheck = true;
-            X11 x11 = X11.INSTANCE;
-            Display dpy = x11.XOpenDisplay(null);
-            if (dpy == null)
-                return alphaVisualIDs;
-            XVisualInfo info = null;
-            try {
-                int screen = x11.XDefaultScreen(dpy);
-                XVisualInfo template = new XVisualInfo();
-                template.screen = screen;
-                template.depth = 32;
-                template.c_class = X11.TrueColor;
-                NativeLong mask = new NativeLong(X11.VisualScreenMask 
-                                                 | X11.VisualDepthMask
-                                                 | X11.VisualClassMask);
-                IntByReference pcount = new IntByReference();
-                info = x11.XGetVisualInfo(dpy, mask, template, pcount);
-                if (info != null) {
-                    List list = new ArrayList();
-                    XVisualInfo[] infos = 
-                        (XVisualInfo[])info.toArray(pcount.getValue());
-                    for (int i = 0; i < infos.length; i++) {
-                        XRenderPictFormat format = 
-                            X11.Xrender.INSTANCE.XRenderFindVisualFormat(dpy,
-                                                                         infos[i].visual);
-                        if (format.type == X11.Xrender.PictTypeDirect
-                            && format.direct.alphaMask != 0) {
-                            list.add(infos[i].visualid);
-                        }
-                    }
-                    alphaVisualIDs = new long[list.size()];
-                    for (int i=0;i < alphaVisualIDs.length;i++) {
-                        alphaVisualIDs[i] = ((Number)list.get(i)).longValue();
-                    }
-                    return alphaVisualIDs;
-                }
-            }
-            finally {
-                if (info != null) {
-                    x11.XFree(info.getPointer());
-                }
-                x11.XCloseDisplay(dpy);
-            }
-            return alphaVisualIDs;
-        }
-
-        private X11.Window getContentWindow(Window w, X11.Display dpy,
-                                            X11.Window win, Point offset) {
-            if ((w instanceof Frame && !((Frame)w).isUndecorated())
-                || (w instanceof Dialog && !((Dialog)w).isUndecorated())) {
-                X11 x11 = X11.INSTANCE;
-                X11.WindowByReference rootp = new X11.WindowByReference();
-                X11.WindowByReference parentp = new X11.WindowByReference();
-                PointerByReference childrenp = new PointerByReference();
-                IntByReference countp = new IntByReference();
-                x11.XQueryTree(dpy, win, rootp, parentp, childrenp, countp);
-                Pointer p = childrenp.getValue();
-                int[] ids = p.getIntArray(0, countp.getValue());
-                for (int i=0;i < ids.length;i++) {
-                    // TODO: more verification of correct window?
-                    X11.Window child = new X11.Window(ids[i]);
-                    X11.XWindowAttributes xwa = new X11.XWindowAttributes();
-                    x11.XGetWindowAttributes(dpy, child, xwa);
-                    offset.x = -xwa.x;
-                    offset.y = -xwa.y;
-                    win = child; 
-                    break;
-                }
-                if (p != null) {
-                    x11.XFree(p);
-                }
-            }
-            return win;
-        }
-
-        private X11.Window getDrawable(Component w) {
-            int id = (int)Native.getComponentID(w);
-            if (id == X11.None)
-                return null;
-            return new X11.Window(id);
-        }
-
-        private static final long OPAQUE = 0xFFFFFFFFL;
-        private static final String OPACITY = "_NET_WM_WINDOW_OPACITY";
-
-        public void setWindowAlpha(final Window w, final float alpha) {
-            if (!isWindowAlphaSupported()) {
-                throw new UnsupportedOperationException("This X11 display does not provide a 32-bit visual");
-            }
-            Runnable action = new Runnable() {
-                public void run() {
-                    X11 x11 = X11.INSTANCE;
-                    Display dpy = x11.XOpenDisplay(null);
-                    if (dpy == null)
-                        return;
-                    try {
-                        X11.Window win = getDrawable(w);
-                        if (alpha == 1f) {
-                            x11.XDeleteProperty(dpy, win,
-                                                x11.XInternAtom(dpy, OPACITY,
-                                                                false));
-                        }
-                        else {
-                            int opacity = (int)((long)(alpha * OPAQUE) & 0xFFFFFFFF);
-                            IntByReference patom = new IntByReference(opacity);
-                            x11.XChangeProperty(dpy, win,
-                                                x11.XInternAtom(dpy, OPACITY,
-                                                                false),
-                                                X11.XA_CARDINAL, 32,
-                                                X11.PropModeReplace,
-                                                patom.getPointer(), 1);
-                        }
-                    } catch( IllegalStateException isE ) {
-                        Logger.getLogger(WindowUtils.class.getName()).log(Level.INFO, null, isE);
-                    } finally {
-                        x11.XCloseDisplay(dpy);
-                    }
-                }
-            };
-            whenDisplayable(w, action);
-        }
-
-        private class X11TransparentContent extends TransparentContent {
-            
-            public X11TransparentContent(Container oldContent) {
-                super(oldContent);
-            }
-            
-            private Memory buffer;
-            private int[] pixels;
-            private int[] pixel = new int[4];
-            // Painting directly to the original Graphics 
-            // fails to properly composite unless the destination
-            // is pure black.  Too bad.
-            protected void paintDirect(BufferedImage buf, Rectangle bounds) {
-                Window window = SwingUtilities.getWindowAncestor(this);
-                X11 x11 = X11.INSTANCE;
-                X11.Display dpy = x11.XOpenDisplay(null);
-                X11.Window win = getDrawable(window);
-                Point offset = new Point();
-                win = getContentWindow(window, dpy, win, offset);
-                X11.GC gc = x11.XCreateGC(dpy, win, new NativeLong(0), null);
-                
-                Raster raster = buf.getData();
-                int w = bounds.width;
-                int h = bounds.height;
-                if (buffer == null || buffer.getSize() != w*h*4) {
-                    buffer = new Memory(w*h*4);
-                    pixels = new int[w*h];
-                }
-                for (int y=0;y<h;y++) {
-                    for (int x=0;x < w;x++) {
-                        raster.getPixel(x, y, pixel);
-                        int alpha = pixel[3]&0xFF;
-                        int red = pixel[2]&0xFF;
-                        int green = pixel[1]&0xFF;
-                        int blue = pixel[0]&0xFF;
-                        // TODO: use visual RGB masks to position bits
-                        // This layout (ABGR) works empirically
-                        pixels[y*w + x] = (alpha<<24)|(blue<<16)|(green<<8)|red;
-                    }
-                }
-                X11.XWindowAttributes xwa = new X11.XWindowAttributes();
-                x11.XGetWindowAttributes(dpy, win, xwa);
-                X11.XImage image =
-                    x11.XCreateImage(dpy, xwa.visual, 32, X11.ZPixmap,
-                                     0, buffer, w, h, 32, w * 4);
-                buffer.write(0, pixels, 0, pixels.length);
-                offset.x += bounds.x;
-                offset.y += bounds.y;
-                x11.XPutImage(dpy, win, gc, image, 0, 0, offset.x, offset.y, w, h);
-                
-                x11.XFree(image.getPointer());
-                x11.XFreeGC(dpy, gc);
-                x11.XCloseDisplay(dpy);
-            }
-        }
-        
-        public void setWindowTransparent(final Window w,
-                                         final boolean transparent) {
-            if (!(w instanceof RootPaneContainer)) {
-                throw new IllegalArgumentException("Window must be a RootPaneContainer");
-            }
-            if (!isWindowAlphaSupported()) {
-                throw new UnsupportedOperationException("This X11 display does not provide a 32-bit visual");
-            }
-            if (!w.getGraphicsConfiguration()
-                .equals(getAlphaCompatibleGraphicsConfiguration())) {
-                throw new IllegalArgumentException("Window GraphicsConfiguration '" + w.getGraphicsConfiguration() + "' does not support transparency");
-            }
-            boolean isTransparent = w.getBackground() != null
-                && w.getBackground().getAlpha() == 0;
-            if (transparent == isTransparent)
-                return;
-            whenDisplayable(w, new Runnable() {
-                public void run() {
-                    JRootPane root = ((RootPaneContainer)w).getRootPane();
-                    JLayeredPane lp = root.getLayeredPane();
-                    Container content = root.getContentPane();
-                    if (content instanceof X11TransparentContent) {
-                        ((X11TransparentContent)content).setTransparent(transparent);
-                    }
-                    else if (transparent) {
-                        X11TransparentContent x11content =
-                            new X11TransparentContent(content);
-                        root.setContentPane(x11content);
-                        lp.add(new RepaintTrigger(x11content),
-                               JLayeredPane.DRAG_LAYER);
-                    }
-                    setLayersTransparent(w, transparent);
-                    setForceHeavyweightPopups(w, transparent);
-                    setDoubleBuffered(w, !transparent);
-                }
-            });
-        }
-
-        protected void setMask(final Component w, final Raster raster) {
-            Runnable action = new Runnable() {
-                public void run() {
-                    X11 x11 = X11.INSTANCE;
-                    Xext ext = Xext.INSTANCE;
-                    Display dpy = x11.XOpenDisplay(null);
-                    if (dpy == null)
-                        return;
-                    Pixmap pm = null;
-                    try {
-                        X11.Window win = getDrawable(w);
-                        if (raster == null 
-                            || ((pm = createBitmap(dpy, win, raster)) == null)) {
-                            ext.XShapeCombineMask(dpy, win, 
-                                                  X11.Xext.ShapeBounding,
-                                                  0, 0, Pixmap.None,
-                                                  X11.Xext.ShapeSet);
-                        }
-                        else {
-                            ext.XShapeCombineMask(dpy, win,
-                                                  X11.Xext.ShapeBounding, 0, 0,
-                                                  pm, X11.Xext.ShapeSet);
-                        }
-                    }
-                    finally {
-                        if (pm != null) {
-                            x11.XFreePixmap(dpy, pm);
-                        }
-                        x11.XCloseDisplay(dpy);
-                    }
-                    setForceHeavyweightPopups(getWindow(w), raster != null);
-                }
-            };
-            whenDisplayable(w, action);
-        }
-    }
-
-    /**
-     * Applies the given mask to the given window. Does nothing if the
-     * operation is not supported.  The mask is treated as a bitmap and
-     * ignores transparency.
-     */
-    public static void setWindowMask(Window w, Shape mask) {
-        getInstance().setWindowMask(w, mask);
-    }
-
-    /**
-     * Applies the given mask to the given heavyweight component. Does nothing 
-     * if the operation is not supported.  The mask is treated as a bitmap and
-     * ignores transparency.
-     */
-    public static void setComponentMask(Component c, Shape mask) {
-        getInstance().setWindowMask(c, mask);
-    }
-
-    /**
-     * Applies the given mask to the given window. Does nothing if the
-     * operation is not supported.  The mask is treated as a bitmap and
-     * ignores transparency.
-     */
-    public static void setWindowMask(Window w, Icon mask) {
-        getInstance().setWindowMask(w, mask);
-    }
-
-    /** Indicate a window can have a global alpha setting. */
-    public static boolean isWindowAlphaSupported() {
-        return getInstance().isWindowAlphaSupported();
-    }
-
-    /**
-     * Returns a {@link GraphicsConfiguration} comptible with alpha
-     * compositing.
-     */
-    public static GraphicsConfiguration getAlphaCompatibleGraphicsConfiguration() {
-        return getInstance().getAlphaCompatibleGraphicsConfiguration();
-    }
-
-    /**
-     * Set the overall window transparency. An alpha of 1.0 is fully
-     * opaque, 0.0 fully transparent. The alpha level is applied equally
-     * to all window pixels.<p>
-     * NOTE: Windows requires that <code>sun.java2d.noddraw=true</code>
-     * in order for alpha to work.
-     */
-    public static void setWindowAlpha(Window w, float alpha) {
-        getInstance().setWindowAlpha(w, Math.max(0f, Math.min(alpha, 1f)));
-    }
-
-    /**
-     * Set the window to be transparent. Only explicitly painted pixels
-     * will be non-transparent. All pixels will be composited with
-     * whatever is under the window using their alpha values.
-     */
-    public static void setWindowTransparent(Window w, boolean transparent) {
-        getInstance().setWindowTransparent(w, transparent);
-    }    
-}
diff --git a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/dnd/DragHandler.java b/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/dnd/DragHandler.java
deleted file mode 100644
index aa81371..0000000
--- a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/dnd/DragHandler.java
+++ /dev/null
@@ -1,565 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- * 
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- * 
- * Contributor(s):
- * 
- * Portions Copyrighted 2008 Sun Microsystems, Inc.
- */
-
-/*
- * Original file is from http://jna.dev.java.net/
- */
-package org.netbeans.core.nativeaccess.transparency.dnd;
-
-import java.awt.AlphaComposite;
-import java.awt.Component;
-import java.awt.Cursor;
-import java.awt.Dimension;
-import java.awt.Graphics2D;
-import java.awt.GraphicsConfiguration;
-import java.awt.Image;
-import java.awt.Point;
-import java.awt.Transparency;
-import java.awt.datatransfer.Transferable;
-import java.awt.dnd.DnDConstants;
-import java.awt.dnd.DragGestureEvent;
-import java.awt.dnd.DragGestureListener;
-import java.awt.dnd.DragSource;
-import java.awt.dnd.DragSourceContext;
-import java.awt.dnd.DragSourceDragEvent;
-import java.awt.dnd.DragSourceDropEvent;
-import java.awt.dnd.DragSourceEvent;
-import java.awt.dnd.DragSourceListener;
-import java.awt.dnd.DragSourceMotionListener;
-import java.awt.dnd.DropTargetDragEvent;
-import java.awt.dnd.DropTargetDropEvent;
-import java.awt.dnd.DropTargetEvent;
-import java.awt.dnd.InvalidDnDOperationException;
-import java.awt.event.InputEvent;
-import java.awt.image.BufferedImage;
-import javax.swing.Icon;
-import javax.swing.JColorChooser;
-import javax.swing.JFileChooser;
-import javax.swing.JList;
-import javax.swing.JTable;
-import javax.swing.JTree;
-import javax.swing.text.JTextComponent;
-
-/** Provides simplified drag handling for a component.  
- * Usage:<br>
- * <pre><code>
- * int actions = DnDConstants.MOVE_OR_COPY;
- * Component component = ...;
- * DragHandler handler = new DragHandler(component, actions);
- * </code></pre>
- * <ul>
- * <li>Supports painting an arbitrary {@link Icon} with transparency to
- * represent the item being dragged (restricted to the {@link java.awt.Window} 
- * of the drag source if the platform doesn't support drag images).
- * <li>Disallow starting a drag if the user requests an unsupported action.
- * <li>Adjusts the cursor on drags with no modifier for which the default action
- * is disallowed but where one or more non-default actions are allowed, e.g. a 
- * drag (with no modifiers) to a target which supports "link" should change the 
- * cursor to "link" (prior to 1.6, the JRE behavior is to display a 
- * "not allowed" cursor, even though the action actually depends on how the 
- * drop target responds).  
- * <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4869264">
- * The bug</a> is fixed in java 1.6.
- * <li>Disallow drops to targets if the non-default (user-requested) action 
- * is not supported by the target, e.g. the user requests a "copy" when the 
- * target only supports "move".  This is generally the responsibility of the
- * drop handler, which decides whether or not to accept a drag.  The DragHandler
- * provides static modifier state information since the drop handler doesn't
- * have access to it.
- * </ul>
- * NOTE: Fundamentally, the active action is determined by the drop handler
- * in {@link DropTargetDragEvent#acceptDrag}, but often client code
- * simply relies on {@link DropTargetDragEvent#getDropAction}.
- */
-//TODO: separate into the the following drag pieces:
-// * default cursor changing behavior fix (fixed in jre1.6) (global DSL)
-// * drag unselected item (fixed in 1.6, flag in 1.5.0.05+) bug not an issue w/DragHandler
-// * multi-selection drag workaround (if not using swing drag gesture recognizer)
-//   proper multi-selection drag is provided for swing dnd as of 1.4
-// (use swing drag gesture recognizer if possible?) DSL+mouse listener
-//TODO: identify overlap with default Swing support + TransferHandler
-// * TransferHandler doesn't have drop location information (included in 1.6)
-// * SwingDropTarget allows listeners, so target highlighting is possible
-
-//NOTE: acceptDrag(int) is simply indicates the drag is accepted; the action
-// value doesn't get propagated anywhere, it's certainly not communicated to 
-// the drag source
-//MAYBE: should Transferable/Icon provision be a separate interface
-//(i.e. TransferHandler)?  only if the rest of the drag handler is constant and 
-// only the image needs to change (for standard components, e.g. tree cells, 
-// table cells, etc.)
-
-public abstract class DragHandler 
-    implements DragSourceListener, DragSourceMotionListener, DragGestureListener {
-
-    /** Default maximum size for ghosted images. */
-    public static final Dimension MAX_GHOST_SIZE = new Dimension(250, 250);
-
-    /** Default transparency for ghosting. */
-    public static final float DEFAULT_GHOST_ALPHA = 0.5f;
-
-    /** {@link #getModifiers} returns this value when the current
-     * modifiers state is unknown.
-     */
-    public static final int UNKNOWN_MODIFIERS = -1;
-    
-    /** {@link #getTransferable} returns this value when 
-     * the current {@link Transferable} is unknown.
-     */
-    public static final Transferable UNKNOWN_TRANSFERABLE = null;
-    /** Convenience to reference {@link DnDConstants#ACTION_MOVE}. */
-    protected static final int MOVE = DnDConstants.ACTION_MOVE;
-    /** Convenience to reference {@link DnDConstants#ACTION_COPY}. */
-    protected static final int COPY = DnDConstants.ACTION_COPY;
-    /** Convenience to reference {@link DnDConstants#ACTION_LINK}. */
-    protected static final int LINK = DnDConstants.ACTION_LINK;
-    /** Convenience to reference {@link DnDConstants#ACTION_NONE}. */
-    protected static final int NONE = DnDConstants.ACTION_NONE;
-    
-    // TODO: w32 explorer: link=alt or ctrl+shift, copy=ctrl or shift
-    // w32 others: copy=ctrl
-    /** Modifier mask for a user-requested move. */
-    static final int MOVE_MASK = InputEvent.SHIFT_DOWN_MASK;
-    static final boolean OSX = 
-        System.getProperty("os.name").toLowerCase().indexOf("mac") != -1;
-    /** Modifier mask for a user-requested copy. */
-    static final int COPY_MASK = 
-        OSX ? InputEvent.ALT_DOWN_MASK : InputEvent.CTRL_DOWN_MASK;
-    /** Modifier mask for a user-requested link. */
-    static final int LINK_MASK =
-        OSX ? InputEvent.ALT_DOWN_MASK|InputEvent.META_DOWN_MASK 
-            : InputEvent.CTRL_DOWN_MASK|InputEvent.SHIFT_DOWN_MASK;
-    /** Modifier mask for any user-requested action. */
-    static final int KEY_MASK =
-        InputEvent.ALT_DOWN_MASK|InputEvent.META_DOWN_MASK
-        |InputEvent.CTRL_DOWN_MASK|InputEvent.SHIFT_DOWN_MASK
-        |InputEvent.ALT_GRAPH_DOWN_MASK;
-
-    private static int modifiers = UNKNOWN_MODIFIERS;
-    private static Transferable transferable = UNKNOWN_TRANSFERABLE;
-    
-    /** Used to communicate modifier state to {@link DropHandler}.  Note that
-     * this field will only be accurate when a {@link DragHandler} in
-     * the same VM started the drag.  Otherwise, {@link #UNKNOWN_MODIFIERS}
-     * will be returned.
-     */
-    static int getModifiers() {
-        return modifiers;
-    }
-    
-    /** Used to communicate the current {@link Transferable} during a drag, 
-     * if available.  Work around absence of access to the data when dragging 
-     * pre-1.5. 
-     */
-    public static Transferable getTransferable(DropTargetEvent e) {
-        if (e instanceof DropTargetDragEvent) {
-            try {
-                // getTransferable is available during drag only on 1.5+
-                return (Transferable)
-                    e.getClass().getMethod("getTransferable", null).invoke(e, null);
-            }
-            catch(Exception ex) {
-                // Method not available
-            }
-        }
-        else if (e instanceof DropTargetDropEvent) {
-            return ((DropTargetDropEvent)e).getTransferable();
-        }
-        return transferable;
-    }
-    
-    private int supportedActions;
-    private boolean fixCursor = true;
-    private Component dragSource;
-    private GhostedDragImage ghost;
-    private Point imageOffset;
-    private Dimension maxGhostSize = MAX_GHOST_SIZE;
-    private float ghostAlpha = DEFAULT_GHOST_ALPHA;
-
-    /** Enable drags from the given component, supporting the actions in
-     * the given action mask.
-     */
-    protected DragHandler(Component dragSource, int actions) {
-        this.dragSource = dragSource;
-        this.supportedActions = actions;
-        try {
-            String alpha = System.getProperty("DragHandler.alpha");
-            if (alpha != null) {
-                try {
-                    ghostAlpha = Float.parseFloat(alpha);
-                }
-                catch(NumberFormatException e) { }
-            }
-            String max = System.getProperty("DragHandler.maxDragImageSize");
-            if (max != null) {
-                String[] size = max.split("x");
-                if (size.length == 2) {
-                    try {
-                        maxGhostSize = new Dimension(Integer.parseInt(size[0]),
-                                                     Integer.parseInt(size[1]));
-                    }
-                    catch(NumberFormatException e) { }
-                }
-            }
-        }
-        catch(SecurityException e) { }
-        // Avoid having more than one gesture recognizer active
-        disableSwingDragSupport(dragSource);
-        DragSource src = DragSource.getDefaultDragSource();
-        src.createDefaultDragGestureRecognizer(dragSource, supportedActions, this);
-    }
-
-    private void disableSwingDragSupport(Component comp) {
-        if (comp instanceof JTree) {
-            ((JTree)comp).setDragEnabled(false);
-        }
-        else if (comp instanceof JList) {
-            ((JList)comp).setDragEnabled(false);
-        }
-        else if (comp instanceof JTable) {
-            ((JTable)comp).setDragEnabled(false);
-        }
-        else if (comp instanceof JTextComponent) {
-            ((JTextComponent)comp).setDragEnabled(false);
-        }
-        else if (comp instanceof JColorChooser) {
-            ((JColorChooser)comp).setDragEnabled(false);
-        }
-        else if (comp instanceof JFileChooser) {
-            ((JFileChooser)comp).setDragEnabled(false);
-        }
-    }
-
-    /** Override to control whether a drag is started.  The default 
-     * implementation disallows the drag if the user is applying modifiers
-     * and the user-requested action is not supported.  
-     */
-    protected boolean canDrag(DragGestureEvent e) {
-        int mods = e.getTriggerEvent().getModifiersEx() & KEY_MASK;
-        if (mods == MOVE_MASK)
-            return (supportedActions & MOVE) != 0;
-        if (mods == COPY_MASK)
-            return (supportedActions & COPY) != 0;
-        if (mods == LINK_MASK)
-            return (supportedActions & LINK) != 0;
-        return true;
-    }
-
-    /** Update the modifiers hint. */
-    protected void setModifiers(int mods) {
-        modifiers = mods;
-    }
-    /** Override to provide an appropriate {@link Transferable} representing
-     * the data being dragged.
-     */
-    protected abstract Transferable getTransferable(DragGestureEvent e);
-
-    /** Override this to provide a custom image.  The {@link Icon}
-     * returned by this method by default is <code>null</code>, which results
-     * in no drag image.
-     * @param srcOffset set this to be the offset from the drag source 
-     * component's upper left corner to the image's upper left corner.  
-     * For example, when dragging a row from a list, the offset would be the 
-     * row's bounding rectangle's (x,y) coordinate.<p>
-     * The default value is (0,0), so if unchanged, the image is will
-     * use the same origin as the drag source component.  
-     */
-    protected Icon getDragIcon(DragGestureEvent e, Point srcOffset) {
-        return null; 
-    }
-    
-    /** Override to perform any decoration of the target at the start of a drag, 
-     * if desired. 
-     */
-    protected void dragStarted(DragGestureEvent e) { }
-
-    /** Called when a user drag gesture is recognized.  This method is 
-     * responsible for initiating the drag operation.
-     */
-    public void dragGestureRecognized(DragGestureEvent e) {
-        if ((e.getDragAction() & supportedActions) != 0
-            && canDrag(e)) {
-            setModifiers(e.getTriggerEvent().getModifiersEx() & KEY_MASK);
-            Transferable transferable = getTransferable(e);
-            if (transferable == null)
-                return;
-            try {
-                Point srcOffset = new Point(0, 0);
-                Icon icon = getDragIcon(e, srcOffset);
-                Point origin = e.getDragOrigin();
-                // offset of the image origin from the cursor
-                imageOffset = new Point(srcOffset.x - origin.x,
-                                        srcOffset.y - origin.y);
-                Icon dragIcon = scaleDragIcon(icon, imageOffset);
-                Cursor cursor = null;
-                if (dragIcon != null && DragSource.isDragImageSupported()) {
-                    GraphicsConfiguration gc = e.getComponent().getGraphicsConfiguration();
-                    e.startDrag(cursor, createDragImage(gc, dragIcon), 
-                                imageOffset, transferable, this);
-                }
-                else {
-                    if (dragIcon != null) {
-                        Point screen = dragSource.getLocationOnScreen();
-                        screen.translate(origin.x, origin.y);
-                        Point cursorOffset = new Point(-imageOffset.x, -imageOffset.y);
-                        ghost = new GhostedDragImage(dragSource, dragIcon, 
-                                                     getImageLocation(screen), cursorOffset);
-                        ghost.setAlpha(ghostAlpha);
-                    }
-                    e.startDrag(cursor, transferable, this);
-                }
-                dragStarted(e);
-                moved = false;
-                e.getDragSource().addDragSourceMotionListener(this);
-                DragHandler.transferable = transferable;
-            }
-            catch (InvalidDnDOperationException ex) {
-                if (ghost != null) {
-                    ghost.dispose();
-                    ghost = null;
-                }
-            }
-        }
-    }
-
-    /** Reduce the size of the given drag icon, if appropriate.  When using
-     * a smaller drag icon, we also need to adjust the cursor offset within
-     * the icon.
-     */
-    protected Icon scaleDragIcon(Icon icon, Point imageOffset) {
-        /*
-        if (icon != null && maxGhostSize != null) {
-            if (icon.getIconWidth() > maxGhostSize.width
-                || icon.getIconHeight() > maxGhostSize.height) {
-                Icon scaled = new ScaledIcon(icon, maxGhostSize.width, 
-                                             maxGhostSize.height);
-                double scale = (double)scaled.getIconWidth()/icon.getIconWidth();
-                imageOffset.x *= scale;
-                imageOffset.y *= scale;
-                return scaled;
-            }
-        }*/
-        return icon;
-    }
-
-    /** Create an image from the given icon.  The image is provided to the
-     * native handler if drag images are supported natively.
-     */
-    protected Image createDragImage(GraphicsConfiguration gc, Icon icon) {
-        int w = icon.getIconWidth();
-        int h = icon.getIconHeight();
-        BufferedImage image = gc.createCompatibleImage(w, h, Transparency.TRANSLUCENT);
-        Graphics2D g = (Graphics2D)image.getGraphics();
-        g.setComposite(AlphaComposite.Clear);
-        g.fillRect(0, 0, w, h);
-        // Ignore pixels in the buffered image
-        g.setComposite(AlphaComposite.getInstance(AlphaComposite.SRC, ghostAlpha));
-        icon.paintIcon(dragSource, g, 0, 0);
-        g.dispose();
-        return image;
-    }
-
-    /** Reduce a multiply-set bit mask to a single bit. */
-    private int reduce(int actions) {
-        if ((actions & MOVE) != 0 && actions != MOVE) {
-            return MOVE;
-        }
-        else if ((actions & COPY) != 0 && actions != COPY) {
-            return COPY;
-        }
-        return actions;
-    }
-
-    protected Cursor getCursorForAction(int actualAction) {
-        switch(actualAction) {
-        case MOVE: 
-            return DragSource.DefaultMoveDrop; 
-        case COPY:
-            return DragSource.DefaultCopyDrop;
-        case LINK: 
-            return DragSource.DefaultLinkDrop;
-        default:
-            return DragSource.DefaultMoveNoDrop;
-        }
-    }
-
-    /** Returns the first available action supported by source and target. */
-    protected int getAcceptableDropAction(int targetActions) {
-        return reduce(supportedActions & targetActions);
-    }
-    
-    /** Get the currently requested drop action. */
-    protected int getDropAction(DragSourceEvent ev) {
-        if (ev instanceof DragSourceDragEvent) {
-            DragSourceDragEvent e = (DragSourceDragEvent)ev;
-            return e.getDropAction();
-        }
-        if (ev instanceof DragSourceDropEvent) {
-            return ((DragSourceDropEvent)ev).getDropAction();
-        }
-        return NONE;
-    }
-
-    /** Pick a different drop action if the target doesn't support the current
-     * one and there are no modifiers.
-     */
-    protected int adjustDropAction(DragSourceEvent ev) {
-        int action = getDropAction(ev);
-        if (ev instanceof DragSourceDragEvent) {
-            DragSourceDragEvent e = (DragSourceDragEvent)ev;
-            if (action == NONE) {
-                int mods = e.getGestureModifiersEx() & KEY_MASK;
-                if (mods == 0) {
-                    action = getAcceptableDropAction(e.getTargetActions());
-                }
-            }
-        }
-        return action;
-    }
-    
-    protected void updateCursor(DragSourceEvent ev) {
-        if (!fixCursor)
-            return;
-        Cursor cursor = getCursorForAction(adjustDropAction(ev));
-        ev.getDragSourceContext().setCursor(cursor);
-    }
-    
-    static String actionString(int action) {
-        switch(action) {
-        case MOVE: return "MOVE";
-        case MOVE|COPY: return "MOVE|COPY";
-        case MOVE|LINK: return "MOVE|LINK";
-        case MOVE|COPY|LINK: return "MOVE|COPY|LINK";
-        case COPY: return "COPY";
-        case COPY|LINK: return "COPY|LINK";
-        case LINK: return "LINK";
-        default: return "NONE";
-        }
-    }
-    private String lastAction;
-    private void describe(String type, DragSourceEvent e) {
-        if (false) {
-            DragSourceContext ds = e.getDragSourceContext();
-            String msg = "drag: " + type;
-            if (e instanceof DragSourceDragEvent) {
-                DragSourceDragEvent ev = (DragSourceDragEvent)e;
-                msg += ": src=" + actionString(ds.getSourceActions())
-                    + " usr=" + actionString(ev.getUserAction())
-                    + " tgt=" + actionString(ev.getTargetActions())
-                    + " act=" + actionString(ev.getDropAction())
-                    + " mods=" + ev.getGestureModifiersEx();
-            }
-            else {
-                msg += ": e=" + e;
-            }
-            if (!msg.equals(lastAction)) {
-                System.out.println(lastAction = msg);
-            }
-        }
-    }
-
-    public void dragDropEnd(DragSourceDropEvent e) {
-        describe("end", e);
-        setModifiers(UNKNOWN_MODIFIERS);
-        transferable = UNKNOWN_TRANSFERABLE;
-        if (ghost != null) {
-            if (e.getDropSuccess()) { 
-                ghost.dispose();
-            }
-            else {
-                ghost.returnToOrigin();
-            }
-            ghost = null;
-        }
-        DragSource src = e.getDragSourceContext().getDragSource();
-        src.removeDragSourceMotionListener(this);
-        moved = false;
-    }
-
-    private Point getImageLocation(Point where) {
-        where.translate(imageOffset.x, imageOffset.y);
-        return where;
-    }
-    
-    public void dragEnter(DragSourceDragEvent e) {
-        describe("enter", e);
-        if (ghost != null) {
-            ghost.move(getImageLocation(e.getLocation()));
-        }
-        updateCursor(e);
-    }
-
-    // bug workaround; need to skip initial dragMouseMoved event,
-    // which has reports "0" for the available target actions (1.4+?)
-    // filed a bug for this
-    private boolean moved;
-    public void dragMouseMoved(DragSourceDragEvent e) {
-        describe("move", e);
-        if (ghost != null) {
-            ghost.move(getImageLocation(e.getLocation()));
-        }
-        if (moved) 
-            updateCursor(e);
-        moved = true;
-    }
-
-    public void dragOver(DragSourceDragEvent e) {
-        describe("over", e);
-        if (ghost != null) {
-            ghost.move(getImageLocation(e.getLocation()));
-        }
-        updateCursor(e);
-    }
-
-    public void dragExit(DragSourceEvent e) {
-        describe("exit", e);
-    }
-
-    public void dropActionChanged(DragSourceDragEvent e) {
-        describe("change", e);
-        setModifiers(e.getGestureModifiersEx() & KEY_MASK);
-        if (ghost != null) {
-            ghost.move(getImageLocation(e.getLocation()));
-        }
-        updateCursor(e);
-    }
-}
diff --git a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/dnd/DropHandler.java b/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/dnd/DropHandler.java
deleted file mode 100644
index deb4d4e..0000000
--- a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/dnd/DropHandler.java
+++ /dev/null
@@ -1,426 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- * 
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- * 
- * Contributor(s):
- * 
- * Portions Copyrighted 2008 Sun Microsystems, Inc.
- */
-
-/*
- * Original file is from http://jna.dev.java.net/
- */
-package org.netbeans.core.nativeaccess.transparency.dnd;
-
-import java.awt.Component;
-import java.awt.Point;
-import java.awt.datatransfer.DataFlavor;
-import java.awt.datatransfer.Transferable;
-import java.awt.datatransfer.UnsupportedFlavorException;
-import java.awt.dnd.DnDConstants;
-import java.awt.dnd.DropTarget;
-import java.awt.dnd.DropTargetContext;
-import java.awt.dnd.DropTargetDragEvent;
-import java.awt.dnd.DropTargetDropEvent;
-import java.awt.dnd.DropTargetEvent;
-import java.awt.dnd.DropTargetListener;
-import java.io.IOException;
-import java.util.Arrays;
-import java.util.HashSet;
-import java.util.List;
-import java.util.Set;
-
-/** Provides simplified drop handling for a component.
- * Usage:<br>    
- * <pre><code>
- * int actions = DnDConstants.MOVE_OR_COPY;
- * Component component = ...;
- * DropHandler handler = new DropHandler(component, actions);
- * </code></pre>
- * <p>
- * <ul>
- * <li>Accept drops where the action is the default (i.e. no modifiers) but
- * the intersection of source and target actions is <i>not</i> the default.
- * Doing so allows the source to adjust the cursor appropriately.
- * <li>Refuse drops where the user modifiers request an action that is not
- * supported (this works for all cases except when the drag source is not
- * a {@link DragHandler} and the user explicitly requests a MOVE operation;
- * this is indistinguishable from a drag with no modifiers unless we have
- * access to the key modifiers, which {@link DragHandler} provides).
- * <li>Drops may be refused based on data flavor, location, intended drop
- * action, or any combination of those, by overriding {@link #canDrop}.
- * <li>Custom decoration of the drop area may be performed in 
- * {@link #paintDropTarget(DropTargetEvent, int, Point)} or by providing
- * a {@link DropTargetPainter}.
- * </ul>
- * 
- * The method {@link #getDropAction(DropTargetEvent)} follows these steps to
- * determine the appropriate action (if any).  
- * <ul>
- * <li>{@link #isSupported(DataFlavor[])} determines if there are any supported 
- * flavors
- * <li>{@link #getDropActionsForFlavors(DataFlavor[])} reduces the supported 
- * actions based on available flavors.  For instance, a text field for file 
- * paths might support {@link DnDConstants#ACTION_COPY_OR_MOVE} on a plain 
- * string, but {@link DnDConstants#ACTION_LINK} might be the only action 
- * supported on a file.
- * <li>{@link #getDropAction(DropTargetEvent, int, int, int)} relax the action
- * if it's the default, or restrict it for user requested actions.
- * <li>{@link #canDrop(DropTargetEvent, int, Point)} change the action based on 
- * the location in the drop target component, or any other criteria.
- * </ul>
- * 
- * Override {@link #drop(DropTargetDropEvent, int)} to handle the drop.  
- * You should invoke {@link DropTargetDropEvent#dropComplete} as soon
- * as the {@link Transferable} data is obtained, to avoid making the DnD
- * operation look suspended.
- * 
- * @see DragHandler
- * @author twall
- */
-// NOTE: you could probably make one of these handlers serve several targets, 
-// but for simplicity, keep the mapping 1-1-1 handler/droptarget/component
-// TODO: look into making use of the existing 
-// Transferable.SwingDropTarget on JComponent instances instead of
-// creating a new DropTarget; we can add self as a listener; probably would
-// want to remove the default TransferHandler.DropHandler, which uses
-// the TransferHandler to drop
-public abstract class DropHandler implements DropTargetListener {
-
-    private int acceptedActions;
-    private List acceptedFlavors;
-    private DropTarget dropTarget;
-    private boolean active = true;
-    private DropTargetPainter painter;
-    
-    /** Create a handler that allows the given set of actions.  If using
-     * this constructor, you will need to override {@link #isSupported} to
-     * indicate which data flavors are allowed.
-     */
-    public DropHandler(Component c, int acceptedActions) {
-        this(c, acceptedActions, new DataFlavor[0]);
-    }
-    
-    /** Enable handling of drops, indicating what actions and flavors are
-     * acceptable.  
-     * @param c The component to receive drops
-     * @param acceptedActions Allowed actions for drops
-     * @param acceptedFlavors Allowed data flavors for drops
-     * @see #isSupported
-     */
-    public DropHandler(final Component c, int acceptedActions, DataFlavor[] acceptedFlavors) {
-        this(c, acceptedActions, acceptedFlavors, null);
-    }
-    
-    /** Enable handling of drops, indicating what actions and flavors are
-     * acceptable, and providing a painter for drop target feedback.
-     * @param c The component to receive drops
-     * @param acceptedActions Allowed actions for drops
-     * @param acceptedFlavors Allowed data flavors for drops
-     * @param painter Painter to handle drop target feedback
-     * @see #paintDropTarget
-     */
-    public DropHandler(final Component c, int acceptedActions, 
-                       DataFlavor[] acceptedFlavors, DropTargetPainter painter) {
-        this.acceptedActions = acceptedActions;
-        this.acceptedFlavors = Arrays.asList(acceptedFlavors);
-        this.painter = painter;
-        dropTarget = new DropTarget(c, acceptedActions, this, active);
-    }
-    
-    protected DropTarget getDropTarget() {
-        return dropTarget;
-    }
-
-    /** Whether this drop target is active. */
-    public boolean isActive() { return active; }
-    
-    /** Set whether this handler (and thus its drop target) will accept
-     * any drops.
-     */ 
-    public void setActive(boolean active) {
-        this.active = active;
-        if (dropTarget != null) {
-            dropTarget.setActive(active);
-        }
-    }
-
-    /** Indicate the actions available for the given list of data flavors.
-     * Override this method if the acceptable drop actions depend
-     * on the currently available {@link DataFlavor}.  The default returns
-     * the accepted actions passed into the constructor.
-     * @param dataFlavors currently available flavors
-     * @see #getDropAction(DropTargetEvent, int, int, int)
-     * @see #canDrop(DropTargetEvent, int, Point)
-     */
-    protected int getDropActionsForFlavors(DataFlavor[] dataFlavors) {
-        return acceptedActions;
-    }
-    
-    /** Calculate the effective action.  The default implementation 
-     * checks whether any {@link DataFlavor}s are supported, and if so,
-     * will change the current action from {@link DnDConstants#ACTION_NONE} to 
-     * something in common between the source and destination.  Refuse 
-     * user-requested actions if they are not supported (rather than silently 
-     * accepting a non-user-requested action, which is the Java's DnD default 
-     * behavior).  The drop action is forced to {@link DnDConstants#ACTION_NONE} 
-     * if there is no supported data flavor.<p>
-     * @see #isSupported(DataFlavor[])
-     * @see #getDropActionsForFlavors
-     * @see #getDropAction(DropTargetEvent, int, int, int)
-     * @see #canDrop(DropTargetEvent, int, Point)
-     */
-    protected int getDropAction(DropTargetEvent e) {
-        int currentAction = DragHandler.NONE;
-        int sourceActions = DragHandler.NONE;
-        Point location = null;
-        DataFlavor[] flavors = new DataFlavor[0];
-        if (e instanceof DropTargetDragEvent) {
-            DropTargetDragEvent ev = (DropTargetDragEvent)e;
-            currentAction = ev.getDropAction();
-            sourceActions = ev.getSourceActions();
-            flavors = ev.getCurrentDataFlavors();
-            location = ev.getLocation();
-        }
-        else if (e instanceof DropTargetDropEvent) {
-            DropTargetDropEvent ev = (DropTargetDropEvent)e;
-            currentAction = ev.getDropAction();
-            sourceActions = ev.getSourceActions();
-            flavors = ev.getCurrentDataFlavors();
-            location = ev.getLocation();
-        }
-        if (isSupported(flavors)) {
-            int availableActions = getDropActionsForFlavors(flavors);
-            currentAction = getDropAction(e, currentAction, sourceActions, availableActions);
-            if (currentAction != DragHandler.NONE) {
-                if (canDrop(e, currentAction, location)) {
-                    return currentAction;
-                }
-            }
-        }
-        return DragHandler.NONE;
-    }
-
-    /* Adjust the drop action depending on whether the
-     * current action is the default or a specific user-requested action.
-     * The default implementation will change the current action from 
-     * {@link DnDConstants#ACTION_NONE} if there are actions in 
-     * common between the source and destination.  It will refuse user-requested
-     * actions if they are not supported (rather than silently accepting
-     * a non-user-requested action, which is the behavior of Swing's default
-     * drop handlers).<p>
-     * You can override this method if you wish to adjust the action based
-     * on the the drag location; if you wish to deny drops based on location,
-     * override {@link #canDrop} instead.  If you wish to adjust
-     * the action based on the available data flavors, override
-     * {@link #getDropActionsForFlavor} instead.
-     * @see #getDropActionsForFlavor
-     * @see #canDrop(DropTargetEvent, int, Point)
-     */
-    protected int getDropAction(DropTargetEvent e, int currentAction, 
-                                int sourceActions, int acceptedActions) {
-        boolean modifiersActive = modifiersActive(currentAction);
-        if ((currentAction & acceptedActions) == DragHandler.NONE
-            && !modifiersActive) {
-            int action = acceptedActions & sourceActions;
-            currentAction = action;
-        }
-        else if (modifiersActive) {
-            int action = currentAction & acceptedActions & sourceActions;
-            if (action != currentAction) {
-                currentAction = action;
-            }
-        }
-        return currentAction;
-    }
-    
-    /** Returns whether there are key modifiers active , 
-     * or false if they can't be determined.
-     * We use the DragHandler hint, if available, or fall back to whether
-     * the drop action is other than the default (move).
-     */
-    protected boolean modifiersActive(int dropAction) {
-        int mods = DragHandler.getModifiers();
-        if (mods == DragHandler.UNKNOWN_MODIFIERS) {
-            if (dropAction == DragHandler.LINK
-                || dropAction == DragHandler.COPY) {
-                return true;
-            }
-            // Can't (yet) distinguish between a forced and a default move
-            // without help from DragHandler
-            return false;
-        }
-        return mods != 0;
-    }
-
-    private String lastAction;
-    private void describe(String type, DropTargetEvent e) {
-        if (false) {
-            String msg = "drop: " + type;
-            if (e instanceof DropTargetDragEvent) {
-                DropTargetContext dtc = e.getDropTargetContext();
-                DropTarget dt = dtc.getDropTarget();
-                DropTargetDragEvent ev = (DropTargetDragEvent)e;
-                msg += ": src=" + DragHandler.actionString(ev.getSourceActions())
-                    + " tgt=" + DragHandler.actionString(dt.getDefaultActions())
-                    + " act=" + DragHandler.actionString(ev.getDropAction());
-            }
-            else if (e instanceof DropTargetDropEvent) {
-                DropTargetContext dtc = e.getDropTargetContext();
-                DropTarget dt = dtc.getDropTarget();
-                DropTargetDropEvent ev = (DropTargetDropEvent)e;
-                msg += ": src=" + DragHandler.actionString(ev.getSourceActions())
-                + " tgt=" + DragHandler.actionString(dt.getDefaultActions())
-                + " act=" + DragHandler.actionString(ev.getDropAction());
-            }
-            if (!msg.equals(lastAction)) {
-                System.out.println(lastAction = msg);
-            }
-        }
-    }
-    
-    /** Accept or reject the drag represented by the given event.  Returns
-     * the action determined by {@link #getDropAction(DropTargetEvent)}.
-     */
-    protected int acceptOrReject(DropTargetDragEvent e) {
-        int action = getDropAction(e);
-        if (action != DragHandler.NONE) {
-            // NOTE: the action argument (as of 1.5+) is only passed
-            // to the DropTargetContextPeer, *not* the drag source
-            e.acceptDrag(action);
-        }
-        else {
-            e.rejectDrag();
-        }
-        return action;
-    }
-
-    public void dragEnter(DropTargetDragEvent e) {
-        describe("enter(tgt)", e);
-        int action = acceptOrReject(e);
-        paintDropTarget(e, action, e.getLocation());
-    }
-
-    public void dragOver(DropTargetDragEvent e) {
-        describe("over(tgt)", e);
-        int action = acceptOrReject(e);
-        paintDropTarget(e, action, e.getLocation());
-    }
-
-    public void dragExit(DropTargetEvent e) {
-        describe("exit(tgt)", e);
-        paintDropTarget(e, DragHandler.NONE, null);
-    }
-
-    public void dropActionChanged(DropTargetDragEvent e) {
-        describe("change(tgt)", e);
-        int action = acceptOrReject(e);
-        paintDropTarget(e, action, e.getLocation());
-    }
-
-    /** Indicates the user has initiated a drop.  The default performs all
-     * standard drop validity checking and handling, then invokes
-     * {@link #drop(DropTargetDropEvent,int)} if the drop looks acceptable.
-     */
-    public void drop(DropTargetDropEvent e) {
-        describe("drop(tgt)", e);
-        int action = getDropAction(e);
-        if (action != DragHandler.NONE) {
-            e.acceptDrop(action);
-            try {
-                drop(e, action);
-                // Just in case this hasn't been done yet
-                e.dropComplete(true);
-            }
-            catch (Exception ex) {
-                e.dropComplete(false);
-            }
-        }
-        else {
-            e.rejectDrop();
-        }
-        paintDropTarget(e, DragHandler.NONE, e.getLocation());
-    }
-    
-    /** Return whether any of the flavors in the given list are accepted. 
-     * The list is compared against the accepted list provided in the
-     * constructor.
-     */
-    protected boolean isSupported(DataFlavor[] flavors) {
-        Set set = new HashSet(Arrays.asList(flavors));
-        set.retainAll(acceptedFlavors);
-        return !set.isEmpty();
-    }
-
-    /** Update the appearance of the target component.  Normally the decoration
-     * should be painted only if the event is an instance of 
-     * {@link DropTargetDragEvent} with an action that is not 
-     * {@link DragHandler#NONE}.  Otherwise the decoration should be removed
-     * or hidden.
-     * <p>
-     * For an easy way to highlight the drop target, consider using a single
-     * instance of <code>AbstractComponentDecorator</code> and moving it 
-     * according to the intended drop location.
-     * @param e The drop target event
-     * @param action The action for the drop  
-     * @param location The intended drop location, or null if there is none
-     */
-    protected void paintDropTarget(DropTargetEvent e, int action, Point location) { 
-        if (painter != null) {
-            painter.paintDropTarget(e, action, location);
-        }
-    } 
-
-    /** Indicate whether the given drop action is acceptable at the given
-     * location.  This method is the last check performed by 
-     * {@link #getDropAction(DropTargetEvent)}.
-     * You may override this method to refuse drops on certain areas
-     * within the drop target component.  The default always returns true.
-     */ 
-    protected boolean canDrop(DropTargetEvent e, int action, Point location) { 
-        return true;
-    }
-    
-    /** Handle an incoming drop with the given action.  The action passed in
-     * might be different from {@link DropTargetDropEvent#getDropAction}, 
-     * for instance, if there are no modifiers and the default action is not 
-     * supported.  Calling {@link DropTargetDropEvent#dropComplete} is
-     * recommended as soon as the {@link Transferable} data is obtained; this
-     * allows the drag source to reset the cursor and any drag images which
-     * may be in effect.
-     */
-    protected abstract void drop(DropTargetDropEvent e, int action) throws UnsupportedFlavorException, IOException;
-}
diff --git a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/dnd/DropTargetPainter.java b/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/dnd/DropTargetPainter.java
deleted file mode 100644
index 53e616c..0000000
--- a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/dnd/DropTargetPainter.java
+++ /dev/null
@@ -1,57 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- * 
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- * 
- * Contributor(s):
- * 
- * Portions Copyrighted 2008 Sun Microsystems, Inc.
- */
-
-/*
- * Original file is from http://jna.dev.java.net/
- */
-package org.netbeans.core.nativeaccess.transparency.dnd;
-
-import java.awt.Point;
-import java.awt.dnd.DropTargetEvent;
-
-/** Provides a callback for {@link DropHandler} to customize drop target
- * feedback.
- * @author twall
- */
-public interface DropTargetPainter {
-    void paintDropTarget(DropTargetEvent e, int action, Point location);
-}
diff --git a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/dnd/GhostedDragImage.java b/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/dnd/GhostedDragImage.java
deleted file mode 100644
index d87fd35..0000000
--- a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/dnd/GhostedDragImage.java
+++ /dev/null
@@ -1,176 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- * 
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- * 
- * Contributor(s):
- * 
- * Portions Copyrighted 2008 Sun Microsystems, Inc.
- */
-
-/*
- * Original file is from http://jna.dev.java.net/
- */
-package org.netbeans.core.nativeaccess.transparency.dnd;
-
-import java.awt.Component;
-import java.awt.Dimension;
-import java.awt.Graphics;
-import java.awt.GraphicsConfiguration;
-import java.awt.Point;
-import java.awt.Rectangle;
-import java.awt.Window;
-import java.awt.dnd.DragSource;
-import java.awt.event.ActionEvent;
-import java.awt.event.ActionListener;
-import java.awt.geom.Area;
-
-import javax.swing.Icon;
-import javax.swing.JOptionPane;
-import javax.swing.SwingUtilities;
-import javax.swing.Timer;
-
-import org.netbeans.core.nativeaccess.transparency.WindowUtils;
-
-/** Provide a ghosted drag image for use during drags where 
- * {@link DragSource#isDragImageSupported} returns false.<p>
- * Its location in screen coordinates may be changed via {@link #move}.<p>  
- * When the image is no longer needed, invoke {@link #dispose}, which
- * hides the graphic immediately, or {@link #returnToOrigin}, which 
- * moves the image to its original location and then disposes it.
- */
-public class GhostedDragImage {
-
-    private static final float DEFAULT_ALPHA = .5f;
-    private Window dragImage;
-    // Initial image position, relative to drag source
-    private Point origin;
-
-    /** Create a ghosted drag image, using the given icon.
-     * @param icon image to be drawn
-     * @param initialScreenLoc initial screen location of the image
-     */
-    public GhostedDragImage(Component dragSource, final Icon icon, Point initialScreenLoc, 
-                            final Point cursorOffset) {
-        Window parent = dragSource instanceof Window
-            ? (Window)dragSource : SwingUtilities.getWindowAncestor(dragSource);
-        // FIXME ensure gc is compatible (X11)
-        GraphicsConfiguration gc = parent.getGraphicsConfiguration();
-        dragImage = new Window(JOptionPane.getRootFrame(), gc) {
-            public void paint(Graphics g) {
-                icon.paintIcon(this, g, 0, 0);
-            }
-            public Dimension getPreferredSize() {
-                return new Dimension(icon.getIconWidth(), icon.getIconHeight()); 
-            }
-            public Dimension getMinimumSize() {
-                return getPreferredSize();
-            }
-            public Dimension getMaximumSize() {
-                return getPreferredSize();
-            }
-        };
-        dragImage.setFocusableWindowState(false);
-        dragImage.setName("###overrideRedirect###");
-        Icon dragIcon = new Icon() {
-            public int getIconHeight() {
-                return icon.getIconHeight();
-            }
-            public int getIconWidth() {
-                return icon.getIconWidth();
-            }
-            public void paintIcon(Component c, Graphics g, int x, int y) {
-                g = g.create();
-                Area area = new Area(new Rectangle(x, y, getIconWidth(), getIconHeight()));
-                // X11 needs more of a window due to differences in event processing
-                area.subtract(new Area(new Rectangle(x + cursorOffset.x-1, y + cursorOffset.y-1, 3, 3)));
-                g.setClip(area);
-                icon.paintIcon(c, g, x, y);
-                g.dispose();
-            }
-            
-        };
-        dragImage.pack();
-        WindowUtils.setWindowMask(dragImage, dragIcon);
-        WindowUtils.setWindowAlpha(dragImage, DEFAULT_ALPHA);
-        move(initialScreenLoc);
-        dragImage.setVisible(true);
-    }
-
-    /** Set the transparency of the ghosted image. */
-    public void setAlpha(float alpha) {
-        WindowUtils.setWindowAlpha(dragImage, alpha);
-    }
-    
-    /** Make all ghosted images go away. */
-    public void dispose() {
-        dragImage.dispose();
-        dragImage = null;
-    }
-
-    /** Move the ghosted image to the requested location. 
-     * @param screenLocation Where to draw the image, in screen coordinates
-     */
-    public void move(Point screenLocation) {
-        if (origin == null) {
-            origin = screenLocation;
-        }
-        dragImage.setLocation(screenLocation.x, screenLocation.y);
-    }
-    
-    private static final int SLIDE_INTERVAL = 1000/30;
-    /** Animate the ghosted image returning to its origin. */
-    public void returnToOrigin() {
-        final Timer timer = new Timer(SLIDE_INTERVAL, null);
-        timer.addActionListener(new ActionListener() {
-            public void actionPerformed(ActionEvent e) {
-                Point location = dragImage.getLocationOnScreen();
-                Point dst = new Point(origin);
-                int dx = (dst.x - location.x)/2;
-                int dy = (dst.y - location.y)/2;
-                if (dx != 0 || dy != 0) {
-                    location.translate(dx, dy);
-                    move(location);
-                }
-                else {
-                    timer.stop();
-                    dispose();
-                }
-            }
-        });
-        timer.setInitialDelay(0);
-        timer.start();
-    }
-}
diff --git a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/unix/X11.java b/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/unix/X11.java
deleted file mode 100644
index 75ca9ef..0000000
--- a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/unix/X11.java
+++ /dev/null
@@ -1,573 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- * 
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- * 
- * Contributor(s):
- * 
- * Portions Copyrighted 2008 Sun Microsystems, Inc.
- */
-
-/*
- * Original file is from http://jna.dev.java.net/
- */
-package org.netbeans.core.nativeaccess.transparency.unix;
-
-import com.sun.jna.FromNativeContext;
-import com.sun.jna.Library;
-import com.sun.jna.Native;
-import com.sun.jna.NativeLong;
-import com.sun.jna.NativeMapped;
-import com.sun.jna.Pointer;
-import com.sun.jna.PointerType;
-import com.sun.jna.Structure;
-import com.sun.jna.ptr.ByReference;
-import com.sun.jna.ptr.IntByReference;
-import com.sun.jna.ptr.NativeLongByReference;
-import com.sun.jna.ptr.PointerByReference;
-
-/** Definition (incomplete) of the X library. */
-public interface X11 extends Library {
-    
-    public static class VisualID extends NativeLong {
-	public VisualID() { }
-	public VisualID(long value) { super(value); }
-    }
-
-    public static class XID implements NativeMapped {
-        public static final XID None = null;
-        private Integer id = new Integer(0);
-        public XID() { this(X11.None); }
-        public XID(Integer id) { this.id = id; }
-        public XID(int id) { this(new Integer(id)); }
-        protected boolean isNone(Object o) {
-            return ((Integer)o).intValue() == X11.None;
-        }
-        public Object fromNative(Object nativeValue, FromNativeContext context) {
-            if (isNone(nativeValue))
-                return None;
-            return new XID((Integer)nativeValue);
-        }
-        public Class nativeType() {
-            return Integer.class;
-        }
-        public Object toNative() {
-            return id;
-        }
-        public String toString() {
-            return "0x" + Integer.toHexString(id.intValue());
-        }
-    }
-    public static class Atom extends XID {
-        public static final Atom None = null;
-        public Atom() { }
-        public Atom(Integer id) { super(id); }
-        public Atom(int id) { super(id); }
-        /** Return constants for predefined <code>Atom</code> values. */
-        public Object fromNative(Object nativeValue, FromNativeContext context) {
-            int value = ((Integer)nativeValue).intValue();
-            switch(value) {
-            case 0:
-                return None;
-            case 1:
-                return XA_PRIMARY;
-            case 2:
-                return XA_SECONDARY;
-            case 3:
-                return XA_ARC;
-            case 4:
-                return XA_ATOM;
-            case 5:
-                return XA_BITMAP;
-            case 6:
-                return XA_CARDINAL;
-            default:
-                return new Atom((Integer)nativeValue);
-            }
-        }
-    }
-    public static class AtomByReference extends ByReference {
-        public AtomByReference() { super(4); }
-        public Atom getValue() {
-	    int value = getPointer().getInt(0);
-            return (Atom)new Atom().fromNative(new Integer(value), null);
-        }
-    }
-    public static class Colormap extends XID {
-        public static final Colormap None = null;
-        public Colormap() { }
-        public Colormap(Integer id) { super(id); }
-        public Colormap(int id) { super(id); }
-        public Object fromNative(Object nativeValue, FromNativeContext context) {
-            if (isNone(nativeValue))
-                return None;
-            return new Colormap((Integer)nativeValue);
-        }
-    }
-    public static class Cursor extends XID {
-        public static final Cursor None = null;
-        public Cursor() { }
-        public Cursor(Integer id) { super(id); }
-        public Cursor(int id) { super(id); }
-        public Object fromNative(Object nativeValue, FromNativeContext context) {
-            if (isNone(nativeValue))
-                return None;
-            return new Cursor((Integer)nativeValue);
-        }
-    }
-    public static class Drawable extends XID {
-        public static final Drawable None = null;
-        public Drawable() { }
-        public Drawable(Integer id) { super(id); }
-        public Drawable(int id) { super(id); }
-        public Object fromNative(Object nativeValue, FromNativeContext context) {
-            if (isNone(nativeValue))
-                return None;
-            return new Drawable((Integer)nativeValue);
-        }
-    }
-    public static class Window extends Drawable {
-        public static final Window None = null;
-        public Window() { }
-        public Window(Integer id) { super(id); }
-        public Window(int id) { super(id); }
-        public Object fromNative(Object nativeValue, FromNativeContext context) {
-            if (isNone(nativeValue))
-                return None;
-            return new Window((Integer)nativeValue);
-        }
-    }
-    public static class WindowByReference extends ByReference {
-        public WindowByReference() { super(4); }
-        public Window getValue() {
-            int value = getPointer().getInt(0);
-            return value == X11.None ? Window.None : new Window(value);
-        }
-    }
-    public static class Pixmap extends Drawable {
-        public static final Pixmap None = null;
-        public Pixmap() { }
-        public Pixmap(Integer id) { super(id); }
-        public Pixmap(int id) { super(id); }
-        public Object fromNative(Object nativeValue, FromNativeContext context) {
-            if (isNone(nativeValue))
-                return None;
-            return new Pixmap((Integer)nativeValue);
-        }
-    }
-    // TODO: define structure
-    public static class Display extends PointerType { }
-    // TODO: define structure
-    public static class Visual extends PointerType {
-        public NativeLong getVisualID() {
-	    if (getPointer() != null)
-		return getPointer().getNativeLong(Native.POINTER_SIZE);
-	    return new NativeLong(0);
-        }
-        public String toString() {
-            return "Visual: VisualID=0x" + Long.toHexString(getVisualID().longValue());
-        }
-    }
-    // TODO: define structure
-    public static class Screen extends PointerType { }
-    // TODO: define structure
-    public static class GC extends PointerType { }
-    // TODO: define structure
-    public static class XImage extends PointerType { }
-    
-    /** Definition (incomplete) of the Xext library. */
-    public interface Xext extends Library {
-        Xext INSTANCE = (Xext)Native.loadLibrary("Xext", Xext.class);
-        // Shape Kinds
-        int ShapeBounding = 0;
-        int ShapeClip = 1;
-        int ShapeInput = 2;
-        // Operations
-        int ShapeSet = 0;
-        int ShapeUnion = 1;
-        int ShapeIntersect = 2;
-        int ShapeSubtract = 3;
-        int ShapeInvert = 4;
-
-        void XShapeCombineMask(Display display, Window window, int dest_kind,
-                               int x_off, int y_off, Pixmap src, int op);
-    }
-    
-    /** Definition (incomplete) of the Xrender library. */
-    public interface Xrender extends Library {
-        Xrender INSTANCE = (Xrender)Native.loadLibrary("Xrender", Xrender.class);
-        public static class XRenderDirectFormat extends Structure {
-            public short red, redMask;
-            public short green, greenMask;
-            public short blue, blueMask;
-            public short alpha, alphaMask;
-        }
-	public static class PictFormat extends NativeLong {
-	    public PictFormat(long value) { super(value); }
-	    public PictFormat() { }
-	}
-        public static class XRenderPictFormat extends Structure {
-            public PictFormat id;
-            public int type;
-            public int depth;
-            public XRenderDirectFormat direct;
-            public Colormap colormap;
-        }
-        int PictTypeIndexed = 0x0;
-        int PictTypeDirect = 0x1;
-        XRenderPictFormat XRenderFindVisualFormat(Display display, Visual visual);
-    }
-    
-    X11 INSTANCE = (X11)Native.loadLibrary("X11", X11.class);
-
-    int Success = 0;
-    int BadRequest = 1;
-    int BadValue = 2;
-    int BadWindow = 3;
-    int BadPixmap = 4;
-    int BadAtom = 5;
-    int BadCursor = 6;
-    int BadFont = 7;
-    int BadMatch = 8;
-    int BadDrawable = 9;
-    int BadAccess = 10;
-    int BadAlloc = 11;
-    int BadColor = 12;
-    int BadGC = 13;
-    int BadIDChoice = 14;
-    int BadName = 15;
-    int BadLength = 16;
-    int BadImplementation = 17;
-    
-    public static class XWMHints extends Structure {
-        public NativeLong flags;
-        public int input;
-        public int initial_state;
-        public int icon_pixmap;
-        public int icon_window;
-        public int icon_x, icon_y;
-        public int icon_mask;
-        public int window_group;
-    }
-
-    public static class XTextProperty extends Structure {
-        public String value;
-        public int encoding;
-        public int format;
-        public NativeLong nitems;
-    }
-
-    public static class XSizeHints extends Structure {
-        public NativeLong flags;
-        public int x, y;
-        public int width, height;
-        public int min_width, min_height;
-        public int max_width, max_height;
-        public int width_inc, height_inc;
-        // TODO: nested struct
-        public int min_aspect_x;
-        public int min_aspect_y;
-        public int max_aspect_x;
-        public int max_aspect_y;
-        public int base_width_y;
-        public int base_width, base_height;
-        public int win_gravity;
-    }
-    
-    public static class XWindowAttributes extends Structure {
-        public int x, y;
-        public int width, height;
-        public int border_width;
-        public int depth;
-        public Visual visual;
-        public int root;
-        public int c_class;
-        public int bit_gravity;
-        public int win_gravity;
-        public int backing_store;
-        public NativeLong backing_planes;
-        public NativeLong backing_pixel;
-        public int save_under;
-        public int colormap;
-        public int map_installed;
-        public int map_state;
-        public NativeLong all_event_masks;
-        public NativeLong your_event_mask;
-        public NativeLong do_not_propagate_mask;
-        public int override_redirect;
-        public Pointer screen;
-    }
-    
-    int CWBackPixmap = (1<<0);
-    int CWBackPixel = (1<<1);
-    int CWBorderPixmap = (1<<2);
-    int CWBorderPixel = (1<<3);
-    int CWBitGravity = (1<<4);
-    int CWWinGravity = (1<<5);
-    int CWBackingStore = (1<<6);
-    int CWBackingPlanes = (1<<7);
-    int CWBackingPixel = (1<<8);
-    int CWOverrideRedirect = (1<<9);
-    int CWSaveUnder = (1<<10);
-    int CWEventMask = (1<<11);
-    int CWDontPropagate = (1<<12);
-    int CWColormap = (1<<13);
-    int CWCursor = (1<<14);
-    public static class XSetWindowAttributes extends Structure {
-        public Pixmap background_pixmap;
-        public NativeLong background_pixel;
-        public Pixmap border_pixmap;
-        public NativeLong border_pixel;
-        public int bit_gravity;
-        public int win_gravity;
-        public int backing_store;
-        public NativeLong backing_planes;
-        public NativeLong backing_pixel;
-        public boolean save_under; 
-        public NativeLong event_mask;
-        public NativeLong do_not_propagate_mask;
-        public boolean override_redirect; 
-        public Colormap colormap;
-        public Cursor cursor;
-        
-    }
-    
-    int XK_0 = 0x30;
-    int XK_9 = 0x39;
-    int XK_A = 0x41;
-    int XK_Z = 0x5a;
-    int XK_a = 0x61;
-    int XK_z = 0x7a;
-    int XK_Shift_L = 0xffe1;
-    int XK_Shift_R = 0xffe1;
-    int XK_Control_L = 0xffe3;
-    int XK_Control_R = 0xffe4;
-    int XK_CapsLock = 0xffe5;
-    int XK_ShiftLock = 0xffe6;
-    int XK_Meta_L = 0xffe7;
-    int XK_Meta_R = 0xffe8;
-    int XK_Alt_L = 0xffe9;
-    int XK_Alt_R = 0xffea;
-
-    int VisualNoMask = 0x0;
-    int VisualIDMask = 0x1;
-    int VisualScreenMask = 0x2;
-    int VisualDepthMask = 0x4;
-    int VisualClassMask = 0x8;
-    int VisualRedMaskMask = 0x10;
-    int VisualGreenMaskMask = 0x20;
-    int VisualBlueMaskMask = 0x40;
-    int VisualColormapSizeMask = 0x80;
-    int VisualBitsPerRGBMask = 0x100;
-    int VisualAllMask = 0x1FF;
-    
-    int StaticGray = 0x0;
-    int GrayScale = 0x1;
-    int StaticColor = 0x2;
-    int PseudoColor = 0x3;
-    int TrueColor = 0x4;
-    int DirectColor = 0x5;
-    public static class XVisualInfo extends Structure {
-        public Visual visual;
-        public VisualID visualid;
-        public int screen;
-        public int depth;
-        public int c_class;
-        public NativeLong red_mask;
-        public NativeLong green_mask;
-        public NativeLong blue_mask;
-        public int colormap_size;
-        public int bits_per_rgb;
-    }
-    public static class XPoint extends Structure {
-        public short x, y;
-    }
-
-    int AllocNone = 0;
-    int AllocAll = 1;
-    
-    Atom XA_PRIMARY = new Atom(1);
-    Atom XA_SECONDARY = new Atom(2);
-    Atom XA_ARC = new Atom(3);
-    Atom XA_ATOM = new Atom(4);
-    Atom XA_BITMAP = new Atom(5);
-    Atom XA_CARDINAL = new Atom(6);
-    Atom XA_COLORMAP = new Atom(7);
-    Atom XA_CURSOR = new Atom(8);
-    
-    int PropModeReplace = 0;
-    int PropModePrepend = 1;
-    int PropModeAppend = 2;
-
-    int None = 0;
-    int ParentRelative = 1;
-    int CopyFromParent = 0;
-    int PointerWindow = 0;
-    int InputFocus = 1;
-    int PointerRoot = 1;
-    int AnyPropertyType = 0;
-    int AnyKey = 0;
-    int AnyButton = 0;
-    int AllTemporary = 0;
-    int CurrentTime = 0;
-    int NoSymbol = 0;
-    
-    Display XOpenDisplay(String name);
-    int XGetErrorText(Display display, int code, byte[] buffer, int len);
-    int XDefaultScreen(Display display);
-    Visual XDefaultVisual(Display display, int screen);
-    Colormap XDefaultColormap(Display display, int screen);
-    int XDisplayWidth(Display display, int screen);
-    int XDisplayHeight(Display display, int screen);
-    Window XDefaultRootWindow(Display display);
-    Window XRootWindow(Display display, int screen);
-    int XAllocNamedColor(Display display, int colormap, String color_name, 
-                         Pointer screen_def_return, Pointer exact_def_return);
-    XSizeHints XAllocSizeHints();
-    void XSetWMProperties(Display display, Window window, String window_name,
-                          String icon_name, String[] argv, int argc,
-                          XSizeHints normal_hints, Pointer wm_hints,
-                          Pointer class_hints);
-    int XFree(Pointer data);
-    Window XCreateSimpleWindow(Display display, Window parent, int x, int y, 
-                               int width, int height, int border_width,
-                               int border, int background);
-    Pixmap XCreateBitmapFromData(Display display, Window window, Pointer data, 
-                                 int width, int height);
-    int XMapWindow(Display display, Window window);
-    int XFlush(Display display);
-    int XUnmapWindow(Display display, Window window);
-    int XDestroyWindow(Display display, Window window);
-    int XCloseDisplay(Display display);
-    int XClearWindow(Display display, Window window);
-    int XClearArea(Display display, Window window, int x, int y, int w, int h, int exposures);
-    Pixmap XCreatePixmap(Display display, Drawable drawable, int width, int height, int depth);
-    int XFreePixmap(Display display, Pixmap pixmap);
-    GC XCreateGC(Display display, Drawable drawable, NativeLong mask, Pointer values);
-    int XFreeGC(Display display, GC gc);
-    int XDrawPoint(Display display, Drawable drawable, GC gc, int x, int y);
-    int CoordModeOrigin = 0;
-    int CoordModePrevious = 1;
-    int XDrawPoints(Display display, Drawable drawable, GC gc,
-                    XPoint[] points, int npoints, int mode);
-    int XFillRectangle(Display display, Drawable drawable, GC gc, 
-                       int x, int y, int width, int height);
-    int XSetForeground(Display display, GC gc, NativeLong color);
-    int XSetBackground(Display display, GC gc, NativeLong color);
-    int XFillArc(Display display, Drawable drawable, GC gc, int x, int y, 
-                 int width, int height, int angle1, int angle2);
-    int XQueryTree(Display display, Window window, WindowByReference root, 
-                   WindowByReference parent, PointerByReference children,
-                   IntByReference childCount);
-    boolean XQueryPointer(Display display, Window window, 
-                          WindowByReference root_return,
-                          WindowByReference child_return, 
-                          IntByReference root_x_return,
-                          IntByReference root_y_return, 
-                          IntByReference win_x_return,
-                          IntByReference win_y_return,
-                          IntByReference mask_return);
-    int XGetWindowAttributes(Display display, Window window, XWindowAttributes attributes);
-    int XChangeWindowAttributes(Display display, Window window, NativeLong valuemask, XSetWindowAttributes attributes);
-    
-    int NoEventMask = 0;
-    int KeyPressMask = (1<<0);
-    int KeyReleaseMask = (1<<1);
-    int ButtonPressMask = (1<<2);
-    int ButtonReleaseMask = (1<<3);
-    int EnterWindowMask = (1<<4);
-    int LeaveWindowMask = (1<<5);
-    int PointerMotionMask = (1<<6);
-    int PointerMotionHintMask = (1<<7);
-    int Button1MotionMask = (1<<8);
-    int Button2MotionMask = (1<<9);
-    int Button3MotionMask = (1<<10);
-    int Button4MotionMask = (1<<11);
-    int Button5MotionMask = (1<<12);
-    int ButtonMotionMask = (1<<13);
-    int KeymapStateMask = (1<<14);
-    int ExposureMask = (1<<15);
-    int VisibilityChangeMask = (1<<16);
-    int StructureNotifyMask = (1<<17);
-    int ResizeRedirectMask = (1<<18);
-    int SubstructureNotifyMask = (1<<19);
-    int SubstructureRedirectMask = (1<<20);
-    int FocusChangeMask = (1<<21);
-    int PropertyChangeMask = (1<<22);
-    int ColormapChangeMask = (1<<23);
-    int OwnerGrabButtonMask = (1<<24);
-    
-    int XSelectInput(Display display, Window window, NativeLong eventMask);
-    /** Returns an {@link XWMHints} which must be freed by {@link #XFree}. */
-    XWMHints XGetWMHints(Display display, Window window);
-    int XGetWMName(Display display, Window window,
-                   XTextProperty text_property_return);
-    int XQueryKeymap(Display display, byte[] keys_return);
-    int XKeycodeToKeysym(Display display, byte keycode, int index);
-    /** Returns an array of {@link XVisualInfo} which must be freed by {@link #XFree}.
-     * Use {@link XVisualInfo#toArray(int) 
-     * toArray(nitems_return.getValue()} to obtain the array. 
-     */
-    XVisualInfo XGetVisualInfo(Display display, NativeLong vinfo_mask, 
-                               XVisualInfo vinfo_template,
-                               IntByReference nitems_return);
-    Colormap XCreateColormap(Display display, Window w, Visual visual, int alloc);
-    int XGetWindowProperty(Display display, Window w, Atom property, 
-                           NativeLong long_offset,
-                           NativeLong long_length, boolean delete, 
-                           Atom reg_type,
-                           AtomByReference actual_type_return, 
-                           IntByReference actual_format_return,
-                           NativeLongByReference nitems_return,
-                           NativeLongByReference bytes_after_return,
-                           PointerByReference prop_return);
-    int XChangeProperty(Display display, Window w, Atom property, Atom type, 
-                        int format, int mode, Pointer data, int nelements);
-    int XDeleteProperty(Display display, Window w, Atom property);
-    Atom XInternAtom(Display display, String name, boolean only_if_exists);
-    int XCopyArea(Display dpy, Drawable src, Drawable dst, GC gc, 
-                  int src_x, int src_y, int w, int h, int dst_x, int dst_y);
-
-    int XYBitmap = 0;
-    int XYPixmap = 1;
-    int ZPixmap = 2;
-    XImage XCreateImage(Display dpy, Visual visual, int depth, int format,
-                        int offset, Pointer data, int width, int height,
-                        int bitmap_pad, int bytes_per_line);
-    int XPutImage(Display dpy, Drawable d, GC gc, XImage image, 
-                  int src_x, int src_y, int dest_x, int dest_y,
-                  int width, int height);
-    int XDestroyImage(XImage image);
-}
diff --git a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/win32/GDI32.java b/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/win32/GDI32.java
deleted file mode 100644
index 4382b8a..0000000
--- a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/win32/GDI32.java
+++ /dev/null
@@ -1,170 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- * 
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- * 
- * Contributor(s):
- * 
- * Portions Copyrighted 2008 Sun Microsystems, Inc.
- */
-
-/*
- * Original file is from http://jna.dev.java.net/
- */
-package org.netbeans.core.nativeaccess.transparency.win32;
-
-import java.awt.Rectangle;
-
-import com.sun.jna.Native;
-import com.sun.jna.Pointer;
-import com.sun.jna.Structure;
-import com.sun.jna.ptr.PointerByReference;
-
-/** Definition (incomplete) of <code>gdi32.dll</code>. */
-public interface GDI32 extends W32API {
-    
-    GDI32 INSTANCE = (GDI32)
-        Native.loadLibrary("gdi32", GDI32.class, DEFAULT_OPTIONS);
-
-    public static class RECT extends Structure {
-        public int left;
-        public int top;
-        public int right;
-        public int bottom;
-        public Rectangle toRectangle() {
-            return new Rectangle(left, top, right-left, bottom-top);
-        }
-        public String toString() {
-            return "[(" + left + "," + top + ")(" + right + "," + bottom + ")]";
-        }
-    }
-
-    int RDH_RECTANGLES = 1;
-    public static class RGNDATAHEADER extends Structure {
-        public int dwSize = size();
-        public int iType = RDH_RECTANGLES; // required
-        public int nCount;
-        public int nRgnSize;
-        public RECT rcBound; 
-    }
-    public static class RGNDATA extends Structure {
-        public RGNDATAHEADER rdh;
-        public byte[] Buffer;
-        public RGNDATA(int bufferSize) {
-            Buffer = new byte[bufferSize];
-            allocateMemory();
-        }
-    }
-    
-    public HRGN ExtCreateRegion(Pointer lpXform, int nCount, RGNDATA lpRgnData);
-
-    int RGN_AND = 1;
-    int RGN_OR = 2;
-    int RGN_XOR = 3;
-    int RGN_DIFF = 4;
-    int RGN_COPY = 5;
-    
-    int ERROR = 0;
-    int NULLREGION = 1;
-    int SIMPLEREGION = 2;
-    int COMPLEXREGION = 3;
-    int CombineRgn(HRGN hrgnDest, HRGN hrgnSrc1, HRGN hrgnSrc2, int fnCombineMode);
-    
-    HRGN CreateRectRgn(int nLeftRect, int nTopRect,
-                       int nRightRect, int nBottomRect);
-    
-    HRGN CreateRoundRectRgn(int nLeftRect, int nTopRect,
-                            int nRightRect, int nBottomRect,
-                            int nWidthEllipse, 
-                            int nHeightEllipse);
-    
-    boolean SetRectRgn(HRGN hrgn, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect);
-    
-    int SetPixel(HDC hDC, int x, int y, int crColor);
-    
-    HDC CreateCompatibleDC(HDC hDC);
-    boolean DeleteDC(HDC hDC);
-    
-    int BI_RGB = 0;
-    int BI_RLE8 = 1;
-    int BI_RLE4 = 2;
-    int BI_BITFIELDS = 3;
-    int BI_JPEG = 4;
-    int BI_PNG = 5;
-    public static class BITMAPINFOHEADER extends Structure {
-        public int biSize = size();
-        public int biWidth;
-        public int biHeight;
-        public short biPlanes;
-        public short biBitCount;
-        public int biCompression;
-        public int biSizeImage;
-        public int biXPelsPerMeter;
-        public int biYPelsPerMeter;
-        public int biClrUsed;
-        public int biClrImportant;
-    }
-    public static class RGBQUAD extends Structure {
-        public byte rgbBlue;
-        public byte rgbGreen;
-        public byte rgbRed;
-        public byte rgbReserved = 0;
-    }
-    public static class BITMAPINFO extends Structure {
-        public BITMAPINFOHEADER bmiHeader = new BITMAPINFOHEADER();
-        //RGBQUAD:
-        //byte rgbBlue;
-        //byte rgbGreen;
-        //byte rgbRed;
-        //byte rgbReserved = 0;
-        int[] bmiColors = new int[1];
-        public BITMAPINFO() { this(1); }
-        public BITMAPINFO(int size) {
-            bmiColors = new int[size];
-            allocateMemory();
-        }
-    }
-    int DIB_RGB_COLORS = 0;
-    int DIB_PAL_COLORS = 1;
-    HBITMAP CreateDIBitmap(HDC hDC, BITMAPINFOHEADER lpbmih, int fdwInit,
-                           Pointer lpbInit, BITMAPINFO lpbmi, int fuUsage);
-    HBITMAP CreateDIBSection(HDC hDC, BITMAPINFO pbmi, int iUsage,
-                             PointerByReference ppvBits, Pointer hSection,
-                             int dwOffset);
-    HBITMAP CreateCompatibleBitmap(HDC hDC, int width, int height);
-    
-    HANDLE SelectObject(HDC hDC, HANDLE hGDIObj);
-    boolean DeleteObject(HANDLE p);
-}
diff --git a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/win32/Kernel32.java b/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/win32/Kernel32.java
deleted file mode 100644
index 66a458a..0000000
--- a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/win32/Kernel32.java
+++ /dev/null
@@ -1,254 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- * 
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- * 
- * Contributor(s):
- * 
- * Portions Copyrighted 2008 Sun Microsystems, Inc.
- */
-
-/*
- * Original file is from http://jna.dev.java.net/
- */
-package org.netbeans.core.nativeaccess.transparency.win32;
-
-import java.nio.Buffer;
-import com.sun.jna.Native;
-import com.sun.jna.Pointer;
-import com.sun.jna.Structure;
-import com.sun.jna.ptr.ByReference;
-import com.sun.jna.ptr.IntByReference;
-import com.sun.jna.ptr.PointerByReference;
-
-/** Definition (incomplete) of <code>kernel32.dll</code>. */
-public interface Kernel32 extends W32API {
-    
-    Kernel32 INSTANCE = (Kernel32)
-        Native.loadLibrary("kernel32", Kernel32.class, DEFAULT_OPTIONS);
-
-    public static class SYSTEMTIME extends Structure {
-        public short wYear;
-        public short wMonth;
-        public short wDayOfWeek;
-        public short wDay;
-        public short wHour;
-        public short wMinute;
-        public short wSecond;
-        public short wMilliseconds;
-    }
-
-    Pointer LocalFree(Pointer hLocal);
-    Pointer GlobalFree(Pointer hGlobal);
-
-    HMODULE GetModuleHandle(String name);
-    void GetSystemTime(SYSTEMTIME result);
-    int GetCurrentThreadId();
-    HANDLE GetCurrentThread();
-    int GetCurrentProcessId();
-    HANDLE GetCurrentProcess();
-    int GetProcessId(HANDLE process);
-    int GetProcessVersion(int processId);
-    int GetLastError();
-    void SetLastError(int dwErrCode);
-
-    int FORMAT_MESSAGE_ALLOCATE_BUFFER = 0x0100;
-    int FORMAT_MESSAGE_FROM_SYSTEM = 0x1000;
-    int FORMAT_MESSAGE_IGNORE_INSERTS = 0x200;
-    int FormatMessage(int dwFlags, Pointer lpSource, int dwMessageId, 
-                      int dwLanguageId, PointerByReference lpBuffer, 
-                      int nSize, Pointer va_list);
-    int FormatMessage(int dwFlags, Pointer lpSource, int dwMessageId, 
-                      int dwLanguageId, Buffer lpBuffer, 
-                      int nSize, Pointer va_list);
-
-    int FILE_LIST_DIRECTORY = 0x00000001;
-    
-    int FILE_SHARE_READ = 1;
-    int FILE_SHARE_WRITE = 2;
-    int FILE_SHARE_DELETE = 4;
-    
-    int CREATE_NEW =         1;
-    int CREATE_ALWAYS =      2;
-    int OPEN_EXISTING =      3;
-    int OPEN_ALWAYS =        4;
-    int TRUNCATE_EXISTING =  5;
-    
-    int FILE_FLAG_WRITE_THROUGH =        0x80000000;
-    int FILE_FLAG_OVERLAPPED =           0x40000000;
-    int FILE_FLAG_NO_BUFFERING =         0x20000000;
-    int FILE_FLAG_RANDOM_ACCESS =        0x10000000;
-    int FILE_FLAG_SEQUENTIAL_SCAN =      0x08000000;
-    int FILE_FLAG_DELETE_ON_CLOSE =      0x04000000;
-    int FILE_FLAG_BACKUP_SEMANTICS =     0x02000000;
-    int FILE_FLAG_POSIX_SEMANTICS =      0x01000000;
-    int FILE_FLAG_OPEN_REPARSE_POINT =   0x00200000;
-    int FILE_FLAG_OPEN_NO_RECALL =       0x00100000;
-
-    int FILE_ATTRIBUTE_READONLY = 0x00000001;
-    int FILE_ATTRIBUTE_HIDDEN = 0x00000002;
-    int FILE_ATTRIBUTE_SYSTEM = 0x00000004;
-    int FILE_ATTRIBUTE_DIRECTORY = 0x00000010;
-    int FILE_ATTRIBUTE_ARCHIVE = 0x00000020;
-    int FILE_ATTRIBUTE_DEVICE = 0x00000040;
-    int FILE_ATTRIBUTE_NORMAL = 0x00000080;
-    int FILE_ATTRIBUTE_TEMPORARY = 0x00000100;
-    int FILE_ATTRIBUTE_SPARSE_FILE = 0x00000200;
-    int FILE_ATTRIBUTE_REPARSE_POINT = 0x00000400;
-    int FILE_ATTRIBUTE_COMPRESSED = 0x00000800;
-    int FILE_ATTRIBUTE_OFFLINE = 0x00001000;
-    int FILE_ATTRIBUTE_NOT_CONTENT_INDEXED = 0x00002000;
-    int FILE_ATTRIBUTE_ENCRYPTED = 0x00004000;
-    
-    int GENERIC_WRITE = 0x40000000;
-    public static class SECURITY_ATTRIBUTES extends Structure {
-        public int nLength = size();
-        public Pointer lpSecurityDescriptor;
-        public boolean bInheritHandle;
-    }
-    HANDLE CreateFile(String lpFileName, int dwDesiredAccess, int dwShareMode,
-                      SECURITY_ATTRIBUTES lpSecurityAttributes,
-                      int dwCreationDisposition, int dwFlagsAndAttributes,
-                      HANDLE hTemplateFile);
-    boolean CreateDirectory();
-
-    HANDLE CreateIoCompletionPort(HANDLE FileHandle, 
-                                  HANDLE ExistingCompletionPort,
-                                  Pointer CompletionKey, 
-                                  int NumberOfConcurrentThreads);
-    int INFINITE = 0xFFFFFFFF;
-    boolean GetQueuedCompletionStatus(HANDLE CompletionPort, 
-                                      IntByReference lpNumberOfBytes,
-                                      ByReference lpCompletionKey,
-                                      PointerByReference lpOverlapped, 
-                                      int dwMilliseconds);
-    
-    boolean PostQueuedCompletionStatus(HANDLE CompletionPort, 
-                                       int dwNumberOfBytesTransferred,
-                                       Pointer dwCompletionKey, 
-                                       OVERLAPPED lpOverlapped);
-    int WaitForSingleObject(HANDLE hHandle, int dwMilliseconds);
-    boolean DuplicateHandle(HANDLE hSourceProcessHandle, 
-                            HANDLE hSourceHandle,
-                            HANDLE hTargetProcessHandle,
-                            HANDLEByReference lpTargetHandle,
-                            int dwDesiredAccess,
-                            boolean bInheritHandle,
-                            int dwOptions);
-    boolean CloseHandle(HANDLE hObject);
-    
-    int FILE_ACTION_ADDED = 1;
-    int FILE_ACTION_REMOVED = 2;
-    int FILE_ACTION_MODIFIED = 3;
-    int FILE_ACTION_RENAMED_OLD_NAME = 4;
-    int FILE_ACTION_RENAMED_NEW_NAME = 5;
-    
-    int FILE_NOTIFY_CHANGE_FILE_NAME = 1;
-    int FILE_NOTIFY_CHANGE_DIR_NAME = 2;
-    int FILE_NOTIFY_CHANGE_NAME = 3;
-    int FILE_NOTIFY_CHANGE_ATTRIBUTES = 4;
-    int FILE_NOTIFY_CHANGE_SIZE = 8;
-    int FILE_NOTIFY_CHANGE_LAST_WRITE = 16;
-    int FILE_NOTIFY_CHANGE_LAST_ACCESS = 32;
-    int FILE_NOTIFY_CHANGE_CREATION = 64;
-    int FILE_NOTIFY_CHANGE_EA = 128;
-    int FILE_NOTIFY_CHANGE_SECURITY = 256;
-    int FILE_NOTIFY_CHANGE_STREAM_NAME = 512;
-    int FILE_NOTIFY_CHANGE_STREAM_SIZE = 1024;
-    int FILE_NOTIFY_CHANGE_STREAM_WRITE = 2048;
-    /** This structure is non-trivial since it is a pattern stamped
-     * into a large block of result memory rather than something that stands
-     * alone or is used for input.
-     */
-    public static class FILE_NOTIFY_INFORMATION extends Structure {
-        public int NextEntryOffset;
-        public int Action;
-        public int FileNameLength;
-        // filename is not nul-terminated, so we can't use a String/WString
-        public char[] FileName = new char[1];
-        
-        private FILE_NOTIFY_INFORMATION() { } 
-        public FILE_NOTIFY_INFORMATION(int size) {
-            if (size < size())
-                throw new IllegalArgumentException("Size must greater than "
-                                                   + size() + ", requested " 
-                                                   + size);
-            allocateMemory(size);
-        }
-        /** WARNING: this filename may be either the short or long form
-         * of the filename.
-         */
-        public String getFilename() {
-            return new String(FileName, 0, FileNameLength/2);
-        }
-        public void read() {
-            // avoid reading filename until we know how long it is
-            FileName = new char[0];
-            super.read();
-            FileName = getPointer().getCharArray(12, FileNameLength/2);
-        }
-        public FILE_NOTIFY_INFORMATION next() {
-            if (NextEntryOffset == 0)
-                return null;
-            FILE_NOTIFY_INFORMATION next = new FILE_NOTIFY_INFORMATION();
-            next.useMemory(getPointer(), NextEntryOffset);
-            next.read();
-            return next;
-        }
-    }
-    public static class OVERLAPPED extends Structure {
-        public int Internal;
-        public int InternalHigh;
-        public int Offset;
-        public int OffsetHigh;
-        public Pointer hEvent;
-    }
-    // TODO: figure out how OVERLAPPED is used and apply an appropriate mapping
-    public static interface OVERLAPPED_COMPLETION_ROUTINE extends StdCallCallback {
-        void callback(int errorCode, int nBytesTransferred, OVERLAPPED overlapped);
-    }
-    /** NOTE: only exists in unicode form (W suffix).  Define this method 
-     * explicitly with the W suffix to avoid inadvertent calls in ASCII mode. 
-     */
-    boolean ReadDirectoryChangesW(HANDLE directory, 
-                                  FILE_NOTIFY_INFORMATION info, 
-                                  int length,
-                                  boolean watchSubtree, 
-                                  int notifyFilter,
-                                  IntByReference bytesReturned,
-                                  OVERLAPPED overlapped, 
-                                  OVERLAPPED_COMPLETION_ROUTINE completionRoutine);
-    
-}
diff --git a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/win32/Shell32.java b/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/win32/Shell32.java
deleted file mode 100644
index 5368ccc..0000000
--- a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/win32/Shell32.java
+++ /dev/null
@@ -1,101 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- * 
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- * 
- * Contributor(s):
- * 
- * Portions Copyrighted 2008 Sun Microsystems, Inc.
- */
-
-/*
- * Original file is from http://jna.dev.java.net/
- */
-package org.netbeans.core.nativeaccess.transparency.win32;
-
-import com.sun.jna.Native;
-import com.sun.jna.Pointer;
-import com.sun.jna.Structure;
-
-/** Mapping for w32 Shell API.  
- * Note that the C header "shellapi.h" includes "pshpack1.h", which disables 
- * automatic alignment of structure fields.  
- */
-public interface Shell32 extends W32API {
-
-    /** Custom alignment of structures. */
-    int STRUCTURE_ALIGNMENT = Structure.ALIGN_NONE;
-    Shell32 INSTANCE = (Shell32)
-        Native.loadLibrary("shell32", Shell32.class, DEFAULT_OPTIONS);
-    
-    int FO_MOVE = 1;
-    int FO_COPY = 2;
-    int FO_DELETE = 3;
-    int FO_RENAME = 4;
-    
-    int FOF_MULTIDESTFILES = 1;
-    int FOF_CONFIRMMOUSE = 2;
-    int FOF_SILENT = 4;
-    int FOF_RENAMEONCOLLISION = 8;
-    int FOF_NOCONFIRMATION = 16;
-    int FOF_WANTMAPPINGHANDLE = 32;
-    int FOF_ALLOWUNDO = 64;
-    int FOF_FILESONLY = 128;
-    int FOF_SIMPLEPROGRESS = 256;
-    int FOF_NOCONFIRMMKDIR = 512;
-    int FOF_NOERRORUI = 1024;
-    int FOF_NOCOPYSECURITYATTRIBS = 2048;
-
-    public static class SHFILEOPSTRUCT extends Structure {
-        public HANDLE hwnd;
-        public int wFunc;
-        public String pFrom;
-        public String pTo;
-        public short fFlags;
-        public boolean fAnyOperationsAborted;
-        public Pointer pNameMappings;
-        public String lpszProgressTitle;
-        /** Use this to encode <code>pFrom/pTo</code> paths. */
-        public String encodePaths(String[] paths) {
-            String encoded = "";
-            for (int i=0;i < paths.length;i++) {
-                encoded += paths[i];
-                encoded += "\0";
-            }
-            return encoded + "\0";
-        }
-    }
-    int SHFileOperation(SHFILEOPSTRUCT fileop);
-}
diff --git a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/win32/User32.java b/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/win32/User32.java
deleted file mode 100644
index 4dc9015..0000000
--- a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/win32/User32.java
+++ /dev/null
@@ -1,267 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- * 
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- * 
- * Contributor(s):
- * 
- * Portions Copyrighted 2008 Sun Microsystems, Inc.
- */
-
-/*
- * Original file is from http://jna.dev.java.net/
- */
-package org.netbeans.core.nativeaccess.transparency.win32;
-
-import com.sun.jna.FromNativeContext;
-import com.sun.jna.IntegerType;
-import com.sun.jna.Native;
-import com.sun.jna.NativeMapped;
-import com.sun.jna.Pointer;
-import com.sun.jna.Structure;
-import org.netbeans.core.nativeaccess.transparency.win32.GDI32.RECT;
-import com.sun.jna.ptr.ByteByReference;
-import com.sun.jna.ptr.IntByReference;
-
-/** Provides access to the w32 user32 library.
- * Incomplete implementation to support demos.
- *  
- * @author  Todd Fast, todd.fast at sun.com
- * @author twall at users.sf.net
- */
-public interface User32 extends W32API {
-
-    User32 INSTANCE = (User32)
-        Native.loadLibrary("user32", User32.class, DEFAULT_OPTIONS);
-    
-    HDC GetDC(HWND hWnd);
-    int ReleaseDC(HWND hWnd, HDC hDC);
-
-    int FLASHW_STOP = 0;
-    int FLASHW_CAPTION = 1;
-    int FLASHW_TRAY = 2;
-    int FLASHW_ALL = (FLASHW_CAPTION|FLASHW_TRAY);
-    int FLASHW_TIMER = 4;
-    int FLASHW_TIMERNOFG = 12;
-    
-    public static class FLASHWINFO extends Structure {
-        public int cbSize;
-        public HANDLE hWnd;
-        public int dwFlags;
-        public int uCount;
-        public int dwTimeout;
-    }
-
-    int IMAGE_BITMAP=0;
-    int IMAGE_ICON=1;
-    int IMAGE_CURSOR=2;
-    int IMAGE_ENHMETAFILE=3;
-
-    int LR_DEFAULTCOLOR     =0x0000;
-    int LR_MONOCHROME       =0x0001;
-    int LR_COLOR            =0x0002;
-    int LR_COPYRETURNORG    =0x0004;
-    int LR_COPYDELETEORG    =0x0008;
-    int LR_LOADFROMFILE     =0x0010;
-    int LR_LOADTRANSPARENT  =0x0020;
-    int LR_DEFAULTSIZE      =0x0040;
-    int LR_VGACOLOR         =0x0080;
-    int LR_LOADMAP3DCOLORS  =0x1000;
-    int LR_CREATEDIBSECTION =0x2000;
-    int LR_COPYFROMRESOURCE =0x4000;
-    int LR_SHARED           =0x8000;
-
-    HWND FindWindow(String winClass, String title);
-    int GetClassName(HWND hWnd, byte[] lpClassName, int nMaxCount);
-    public static class GUITHREADINFO extends Structure {
-        public int cbSize = size();
-        public int flags;
-        HWND hwndActive;
-        HWND hwndFocus;
-        HWND hwndCapture;
-        HWND hwndMenuOwner;
-        HWND hwndMoveSize;
-        HWND hwndCaret;
-        RECT rcCaret;
-    }
-    boolean GetGUIThreadInfo(int idThread, GUITHREADINFO lpgui);
-    
-    public static class WINDOWINFO extends Structure {
-        public int cbSize = size();
-        public RECT rcWindow;
-        public RECT rcClient;
-        public int dwStyle;
-        public int dwExStyle;
-        public int dwWindowStatus;
-        public int cxWindowBorders;
-        public int cyWindowBorders;
-        public short atomWindowType;
-        public short wCreatorVersion;
-    }
-    boolean GetWindowInfo(HWND hWnd, WINDOWINFO pwi);
-    boolean GetWindowRect(HWND hWnd, RECT rect);
-    int GetWindowText(HWND hWnd, byte[] lpString, int nMaxCount);
-    int GetWindowTextLength(HWND hWnd);
-    int GetWindowModuleFileName(HWND hWnd, byte[] lpszFileName, int cchFileNameMax);
-    int GetWindowThreadProcessId(HWND hWnd, IntByReference lpdwProcessId);
-    interface WNDENUMPROC extends StdCallCallback {
-        /** Return whether to continue enumeration. */
-        boolean callback(HWND hWnd, Pointer data);
-    }
-    boolean EnumWindows(WNDENUMPROC lpEnumFunc, Pointer data);
-    boolean EnumThreadWindows(int dwThreadId, WNDENUMPROC lpEnumFunc, Pointer data);
-
-    boolean FlashWindowEx(FLASHWINFO info);
-
-    HICON LoadIcon(HINSTANCE hInstance, String iconName);
-
-    HANDLE LoadImage(HINSTANCE hinst,   // handle to instance 
-                     String name,  // image to load 
-                     int type,        // image type 
-                     int xDesired,     // desired width 
-                     int yDesired,     // desired height 
-                     int load        // load options 
-    );
-
-    boolean DestroyIcon(HICON hicon);
-
-    int GWL_EXSTYLE = -20;
-    int GWL_STYLE = -16;
-    int GWL_WNDPROC = -4;
-    int GWL_HINSTANCE = -6;
-    int GWL_ID = -12;
-    int GWL_USERDATA = -21;
-    int DWL_DLGPROC = 4;
-    int DWL_MSGRESULT = 0;
-    int DWL_USER = 8;
-    int WS_EX_COMPOSITED = 0x20000000;
-    int WS_EX_LAYERED = 0x80000;
-    int WS_EX_TRANSPARENT = 32;
-    int GetWindowLong(HWND hWnd, int nIndex);
-    int SetWindowLong(HWND hWnd, int nIndex, int dwNewLong);
-    // Do not use this version on win64
-    Pointer SetWindowLong(HWND hWnd, int nIndex, Pointer dwNewLong);
-    
-    LONG_PTR GetWindowLongPtr(HWND hWnd, int nIndex);
-    LONG_PTR SetWindowLongPtr(HWND hWnd, int nIndex, LONG_PTR dwNewLongPtr);
-    Pointer SetWindowLongPtr(HWND hWnd, int nIndex, Pointer dwNewLongPtr);
-
-    int LWA_COLORKEY = 1;
-    int LWA_ALPHA = 2;
-    int ULW_COLORKEY = 1;
-    int ULW_ALPHA = 2;
-    int ULW_OPAQUE = 4;
-    boolean SetLayeredWindowAttributes(HWND hwnd, int crKey, 
-                                       byte bAlpha, int dwFlags);
-    boolean GetLayeredWindowAttributes(HWND hwnd,
-                                       IntByReference pcrKey,
-                                       ByteByReference pbAlpha,
-                                       IntByReference pdwFlags);
-
-    /** Defines the x- and y-coordinates of a point. */
-    public static class POINT extends Structure {
-        public int x, y;
-    }
-    /** Specifies the width and height of a rectangle. */
-    public static class SIZE extends Structure {
-        public int cx, cy;
-    }
-    int AC_SRC_OVER = 0x00;
-    int AC_SRC_ALPHA = 0x01;
-    int AC_SRC_NO_PREMULT_ALPHA = 0x01;
-    int AC_SRC_NO_ALPHA = 0x02;
-    public static class BLENDFUNCTION extends Structure {
-        public byte BlendOp = AC_SRC_OVER; // only valid value
-        public byte BlendFlags = 0; // only valid value
-        public byte SourceConstantAlpha;
-        public byte AlphaFormat;
-    }
-    boolean UpdateLayeredWindow(HWND hwnd, HDC hdcDst, 
-                                POINT pptDst, SIZE psize, 
-                                HDC hdcSrc, POINT pptSrc, int crKey, 
-                                BLENDFUNCTION pblend, int dwFlags);
-    int SetWindowRgn(HWND hWnd, HRGN hRgn, boolean bRedraw);
-    int VK_SHIFT = 16;
-    int VK_LSHIFT = 0xA0;
-    int VK_RSHIFT = 0xA1;
-    int VK_CONTROL = 17;
-    int VK_LCONTROL = 0xA2;
-    int VK_RCONTROL = 0xA3;
-    int VK_MENU = 18;
-    int VK_LMENU = 0xA4;
-    int VK_RMENU = 0xA5;
-    boolean GetKeyboardState(byte[] state);
-    short GetAsyncKeyState(int vKey);
-
-    int WH_KEYBOARD = 2;
-    int WH_MOUSE = 7;
-    int WH_KEYBOARD_LL = 13;
-    int WH_MOUSE_LL = 14;
-    public static class HHOOK extends HANDLE { }
-    public static interface HOOKPROC extends StdCallCallback { }
-    int WM_KEYDOWN = 256;
-    int WM_KEYUP = 257;
-    int WM_SYSKEYDOWN = 260;
-    int WM_SYSKEYUP = 261;
-    public static class KBDLLHOOKSTRUCT extends Structure {
-        public int vkCode;
-        public int scanCode;
-        public int flags;
-        public int time;
-        public ULONG_PTR dwExtraInfo;
-    }
-    public static interface LowLevelKeyboardProc extends HOOKPROC {
-        LRESULT callback(int nCode, WPARAM wParam, KBDLLHOOKSTRUCT lParam);
-    }
-    HHOOK SetWindowsHookEx(int idHook, HOOKPROC lpfn, HINSTANCE hMod, int dwThreadId);
-    LRESULT CallNextHookEx(HHOOK hhk, int nCode, WPARAM wParam, LPARAM lParam);
-    LRESULT CallNextHookEx(HHOOK hhk, int nCode, WPARAM wParam, Pointer lParam);
-    boolean UnhookWindowsHookEx(HHOOK hhk);
-    
-    public static class MSG extends Structure {
-        public HWND hWnd;
-        public int message;
-        public WPARAM wParam;
-        public LPARAM lParam;
-        public int time;
-        public POINT pt;
-    }
-    int GetMessage(MSG lpMsg, HWND hWnd, int wMsgFilterMin, int wMsgFilterMax);
-    boolean PeekMessage(MSG lpMsg, HWND hWnd, int wMsgFilterMin, int wMsgFilterMax, int wRemoveMsg);
-    boolean TranslateMessage(MSG lpMsg);
-    LRESULT DispatchMessage(MSG lpMsg);
-    void PostMessage(HWND hWnd, int msg, WPARAM wParam, LPARAM lParam);
-    void PostQuitMessage(int nExitCode);
-}
diff --git a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/win32/W32API.java b/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/win32/W32API.java
deleted file mode 100644
index 9c3ce34..0000000
--- a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/win32/W32API.java
+++ /dev/null
@@ -1,170 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- * 
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- * 
- * Contributor(s):
- * 
- * Portions Copyrighted 2008 Sun Microsystems, Inc.
- */
-
-/*
- * Original file is from http://jna.dev.java.net/
- */
-package org.netbeans.core.nativeaccess.transparency.win32;
-
-import java.util.HashMap;
-import java.util.Map;
-
-import com.sun.jna.FromNativeContext;
-import com.sun.jna.IntegerType;
-import com.sun.jna.Pointer;
-import com.sun.jna.PointerType;
-import com.sun.jna.ptr.ByReference;
-import com.sun.jna.win32.StdCallLibrary;
-import com.sun.jna.win32.W32APIFunctionMapper;
-import com.sun.jna.win32.W32APITypeMapper;
-
-/** Base type for most W32 API libraries.  Provides standard options
- * for unicode/ASCII mappings.  Set the system property <code>w32.ascii</code>
- * to <code>true</code> to default to the ASCII mappings.
- */
-public interface W32API extends StdCallLibrary, W32Errors {
-    
-    /** Standard options to use the unicode version of a w32 API. */
-    Map UNICODE_OPTIONS = new HashMap() {
-        {
-            put(OPTION_TYPE_MAPPER, W32APITypeMapper.UNICODE);
-            put(OPTION_FUNCTION_MAPPER, W32APIFunctionMapper.UNICODE);
-        }
-    };
-    /** Standard options to use the ASCII/MBCS version of a w32 API. */
-    Map ASCII_OPTIONS = new HashMap() {
-        {
-            put(OPTION_TYPE_MAPPER, W32APITypeMapper.ASCII);
-            put(OPTION_FUNCTION_MAPPER, W32APIFunctionMapper.ASCII);
-        }
-    };
-    Map DEFAULT_OPTIONS = Boolean.getBoolean("w32.ascii") ? ASCII_OPTIONS : UNICODE_OPTIONS;
-    
-    public static class HANDLE extends PointerType {
-        /** Override to the appropriate object for INVALID_HANDLE_VALUE. */
-        public Object fromNative(Object nativeValue, FromNativeContext context) {
-            Object o = super.fromNative(nativeValue, context);
-            if (INVALID_HANDLE_VALUE.equals(o))
-                return INVALID_HANDLE_VALUE;
-            return o;
-        }
-    }
-    public static class HDC extends HANDLE { }
-    public static class HICON extends HANDLE { }
-    public static class HBITMAP extends HANDLE { }
-    public static class HRGN extends HANDLE { }
-    public static class HWND extends HANDLE { }
-    public static class HINSTANCE extends HANDLE { }
-    public static class HMODULE extends HINSTANCE { }
-
-    /** Constant value representing an invalid HANDLE. */
-    HANDLE INVALID_HANDLE_VALUE = new HANDLE() { 
-        { super.setPointer(Pointer.createConstant(-1)); }
-        public void setPointer(Pointer p) { 
-            throw new UnsupportedOperationException("Immutable reference");
-        }
-    };
-    /** Special HWND value. */
-    HWND HWND_BROADCAST = new HWND() { 
-        { super.setPointer(Pointer.createConstant(0xFFFF)); }
-        public void setPointer(Pointer p) { 
-            throw new UnsupportedOperationException("Immutable reference");
-        }
-    };
-    /** LPHANDLE */
-    public static class HANDLEByReference extends ByReference {
-        public HANDLEByReference() {
-            this(null);
-        }
-        public HANDLEByReference(HANDLE h) {
-            super(Pointer.SIZE);
-            setValue(h);
-        }
-        public void setValue(HANDLE h) {
-            getPointer().setPointer(0, h != null ? h.getPointer() : null);
-        }
-        public HANDLE getValue() {
-            Pointer p = getPointer().getPointer(0);
-            if (p == null)
-                return null;
-            if (INVALID_HANDLE_VALUE.getPointer().equals(p)) 
-                return INVALID_HANDLE_VALUE;
-            HANDLE h = new HANDLE();
-            h.setPointer(p);
-            return h;
-        }
-    }
-    
-    public static class LONG_PTR extends IntegerType { 
-        public LONG_PTR() { this(0); }
-        public LONG_PTR(long value) { super(Pointer.SIZE, value); }
-    }
-    public static class SSIZE_T extends LONG_PTR {
-        public SSIZE_T() { this(0); }
-        public SSIZE_T(long value) { super(value); }
-    }
-    public static class ULONG_PTR extends IntegerType { 
-        public ULONG_PTR() { this(0); }
-        public ULONG_PTR(long value) { super(Pointer.SIZE, value); }
-    }
-    public static class SIZE_T extends ULONG_PTR {
-        public SIZE_T() { this(0); }
-        public SIZE_T(long value) { super(value); }
-    }
-    public static class LPARAM extends LONG_PTR { 
-        public LPARAM() { this(0); }
-        public LPARAM(long value) { super(value); }
-    } 
-    public static class LRESULT extends LONG_PTR { 
-        public LRESULT() { this(0); }
-        public LRESULT(long value) { super(value); }
-    }
-    public static class UINT_PTR extends IntegerType {
-        public UINT_PTR() { super(Pointer.SIZE); }
-        public UINT_PTR(long value) { super(Pointer.SIZE, value); }
-        public Pointer toPointer() { return Pointer.createConstant(longValue()); }
-    }
-    public static class WPARAM extends UINT_PTR {
-        public WPARAM() { this(0); }
-        public WPARAM(long value) { super(value); }
-    }
-}
diff --git a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/win32/W32Errors.java b/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/win32/W32Errors.java
deleted file mode 100644
index 3fefce4..0000000
--- a/core.nativeaccess/src/org/netbeans/core/nativeaccess/transparency/win32/W32Errors.java
+++ /dev/null
@@ -1,53 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- * 
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- * 
- * Contributor(s):
- * 
- * Portions Copyrighted 2008 Sun Microsystems, Inc.
- */
-
-/*
- * Original file is from http://jna.dev.java.net/
- */
-package org.netbeans.core.nativeaccess.transparency.win32;
-
-public interface W32Errors {
-    int NO_ERROR = 0;
-    int ERROR_INVALID_FUNCTION = 1;
-    int ERROR_FILE_NOT_FOUND = 2;
-    int ERROR_PATH_NOT_FOUND = 3;
-}
diff --git a/core.netigso/manifest.mf b/core.netigso/manifest.mf
index c045846..5a89b5a 100644
--- a/core.netigso/manifest.mf
+++ b/core.netigso/manifest.mf
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.core.netigso
 OpenIDE-Module-Localizing-Bundle: org/netbeans/core/netigso/Bundle.properties
 OpenIDE-Module-Provides: org.netbeans.NetigsoFramework
-OpenIDE-Module-Specification-Version: 1.4.1
+OpenIDE-Module-Specification-Version: 1.8.1
 OpenIDE-Module-Needs: org.osgi.framework.launch.FrameworkFactory
 AutoUpdate-Essential-Module: true
 
diff --git a/core.netigso/nbproject/org-netbeans-core-netigso.sig b/core.netigso/nbproject/org-netbeans-core-netigso.sig
new file mode 100644
index 0000000..36d7da1
--- /dev/null
+++ b/core.netigso/nbproject/org-netbeans-core-netigso.sig
@@ -0,0 +1,26 @@
+#Signature file v4.1
+#Version 1.4
+
+CLSS public java.lang.Object
+cons public init()
+meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
+meth protected void finalize() throws java.lang.Throwable
+meth public boolean equals(java.lang.Object)
+meth public final java.lang.Class<?> getClass()
+meth public final void notify()
+meth public final void notifyAll()
+meth public final void wait() throws java.lang.InterruptedException
+meth public final void wait(long) throws java.lang.InterruptedException
+meth public final void wait(long,int) throws java.lang.InterruptedException
+meth public int hashCode()
+meth public java.lang.String toString()
+
+CLSS public abstract interface org.netbeans.core.netigso.spi.BundleContent
+meth public abstract byte[] resource(java.lang.String) throws java.io.IOException
+
+CLSS public final org.netbeans.core.netigso.spi.NetigsoArchive
+meth public byte[] fromArchive(java.lang.String) throws java.io.IOException
+meth public org.netbeans.core.netigso.spi.NetigsoArchive forBundle(long,org.netbeans.core.netigso.spi.BundleContent)
+supr java.lang.Object
+hfds bundleId,content,netigso
+
diff --git a/core.netigso/nbproject/project.xml b/core.netigso/nbproject/project.xml
index 2122cc4..c67411c 100644
--- a/core.netigso/nbproject/project.xml
+++ b/core.netigso/nbproject/project.xml
@@ -55,7 +55,7 @@ made subject to such option by the copyright holder.
                     <compile-dependency/>
                     <run-dependency>
                         <release-version>1</release-version>
-                        <specification-version>2.32</specification-version>
+                        <specification-version>2.37</specification-version>
                     </run-dependency>
                 </dependency>
                 <dependency>
diff --git a/core.netigso/src/org/netbeans/core/netigso/Netigso.java b/core.netigso/src/org/netbeans/core/netigso/Netigso.java
index 5df4169..909cd5a 100644
--- a/core.netigso/src/org/netbeans/core/netigso/Netigso.java
+++ b/core.netigso/src/org/netbeans/core/netigso/Netigso.java
@@ -98,6 +98,14 @@ public final class Netigso extends NetigsoFramework implements Stamps.Updater {
     Framework getFramework() {
         return framework;
     }
+    @Override
+    protected ClassLoader findFrameworkClassLoader() {
+        Framework f = framework;
+        if (f != null) {
+            return f.getClass().getClassLoader();
+        }
+        return getClass().getClassLoader();
+    }
 
     @Override
     protected void prepare(Lookup lkp, Collection<? extends Module> preregister) {
@@ -138,15 +146,16 @@ public final class Netigso extends NetigsoFramework implements Stamps.Updater {
 
     @Override
     protected Set<String> start(Collection<? extends Module> allModules) {
-        if (framework.getState() == Bundle.ACTIVE) {
-            return toActivate(framework, allModules);
-        }
+        return toActivate(framework, allModules);
+    }
+
+    @Override
+    protected void start() {
         try {
             framework.start();
         } catch (BundleException ex) {
             LOG.log(Level.WARNING, "Cannot start Container" + framework, ex);
         }
-        return toActivate(framework, allModules);
     }
 
     private static Set<String> toActivate(Framework f, Collection<? extends Module> allModules) {
@@ -158,6 +167,11 @@ public final class Netigso extends NetigsoFramework implements Stamps.Updater {
         if (pkgAdm == null) {
             return null;
         }
+        Set<String> allCnbs = new HashSet<String>(allModules.size() * 2);
+        for (ModuleInfo m : allModules) {
+            allCnbs.add(m.getCodeNameBase());
+        }
+        
         Set<String> needEnablement = new HashSet<String>();
         for (Bundle b : f.getBundleContext().getBundles()) {
             String loc = b.getLocation();
@@ -169,7 +183,7 @@ public final class Netigso extends NetigsoFramework implements Stamps.Updater {
             RequiredBundle[] arr = pkgAdm.getRequiredBundles(loc);
             for (RequiredBundle rb : arr) {
                 for (Bundle n : rb.getRequiringBundles()) {
-                    if (n.getState() == Bundle.ACTIVE) {
+                    if (allCnbs.contains(n.getSymbolicName().replace('-', '_'))) {
                         needEnablement.add(loc);
                     }
                 }
@@ -197,6 +211,9 @@ public final class Netigso extends NetigsoFramework implements Stamps.Updater {
             assert registered.containsKey(m.getCodeNameBase()) : m.getCodeNameBase();
             Bundle b = findBundle(m.getCodeNameBase());
             if (b == null) {
+                for (Bundle bb : framework.getBundleContext().getBundles()) {
+                    LOG.log(Level.FINE, "Bundle {0}: {1}", new Object[] { bb.getBundleId(), bb.getSymbolicName() });
+                }
                 throw new IOException("Not found bundle:" + m.getCodeNameBase());
             }
             ClassLoader l = new NetigsoLoader(b, m, jar);
@@ -205,13 +222,27 @@ public final class Netigso extends NetigsoFramework implements Stamps.Updater {
             if (knownPkgs == EMPTY) {
                 try {
                     SELF_QUERY.set(true);
-                    Enumeration en = b.findEntries("", "", true);
-                    while (en.hasMoreElements()) {
-                        URL url = (URL) en.nextElement();
-                        if (url.getFile().startsWith("/META-INF")) {
-                            continue;
+                    Enumeration en = b.findEntries("", null, true);
+                    if (en == null) {
+                        LOG.log(Level.INFO, "Bundle {0}: {1} is empty", new Object[] { b.getBundleId(), b.getSymbolicName() });
+                    } else {
+                        while (en.hasMoreElements()) {
+                            URL url = (URL) en.nextElement();
+                            if (url.getFile().startsWith("/META-INF")) {
+                                continue;
+                            }
+                            pkgs.add(url.getFile().substring(1).replaceFirst("/[^/]*$", "").replace('/', '.'));
+                        }
+                    }
+                    Object exported = b.getHeaders("").get("Export-Package");
+                    if (exported instanceof String) {
+                        for (String p : exported.toString().split(",")) { // NOI18N
+                            int semic = p.indexOf(';');
+                            if (semic >= 0) {
+                                p = p.substring(0, semic);
+                            }
+                            pkgs.add(p);
                         }
-                        pkgs.add(url.getFile().substring(1).replaceFirst("/[^/]*$", "").replace('/', '.'));
                     }
                 } finally {
                     SELF_QUERY.set(false);
@@ -222,23 +253,40 @@ public final class Netigso extends NetigsoFramework implements Stamps.Updater {
                 pkgs.addAll(Arrays.asList(knownPkgs));
             }
             pcl.append(new ClassLoader[]{ l });
-            LOG.log(Level.FINE, "Starting bundle {0}", m.getCodeNameBase());
-            b.start();
+            try {
+                LOG.log(Level.FINE, "Starting bundle {0}", m.getCodeNameBase());
+                b.start();
+            } catch (BundleException possible) {
+                if (isRealBundle(b)) {
+                    throw possible;
+                }
+                LOG.log(Level.FINE, "Not starting fragment {0}", m.getCodeNameBase());
+            }
             return pkgs;
         } catch (BundleException ex) {
             throw new IOException("Cannot start " + jar, ex);
         }
     }
 
+    private static boolean isRealBundle(Bundle b) {
+        return b.getHeaders("").get("Fragment-Host") == null; // NOI18N
+    }
+
     @Override
     protected void stopLoader(ModuleInfo m, ClassLoader loader) {
         NetigsoLoader nl = (NetigsoLoader)loader;
         Bundle b = nl.bundle;
         try {
             assert b != null;
-            assert b.getState() == Bundle.ACTIVE : "Wrong state: " + b.getState() + " for " + m.getCodeNameBase();
-            LOG.log(Level.FINE, "Stopping bundle {0}", m.getCodeNameBase());
-            b.stop();
+            try {
+                LOG.log(Level.FINE, "Stopping bundle {0}", m.getCodeNameBase());
+                b.stop();
+            } catch (BundleException possible) {
+                if (isRealBundle(b)) {
+                    throw possible;
+                }
+                LOG.log(Level.FINE, "Not stopping fragment {0}", m.getCodeNameBase());
+            }
         } catch (BundleException ex) {
             throw new IllegalStateException(ex);
         }
@@ -391,6 +439,7 @@ public final class Netigso extends NetigsoFramework implements Stamps.Updater {
                 String k = (String)entry.getKey();
                 String v = (String)entry.getValue();
                 registered.put(k, v.split(","));
+                LOG.log(Level.FINE, "readBundle: {0}", k);
             }
         } catch (IOException ex) {
             LOG.log(Level.WARNING, "Cannot read cache", ex);
diff --git a/core.netigso/test/unit/data/jars/activate/org/activate/Main.java b/core.netigso/test/unit/data/jars/activate/org/activate/Main.java
index be8fd48..3b5e130 100644
--- a/core.netigso/test/unit/data/jars/activate/org/activate/Main.java
+++ b/core.netigso/test/unit/data/jars/activate/org/activate/Main.java
@@ -1,5 +1,6 @@
 package org.activate;
 
+import java.lang.reflect.Method;
 import org.osgi.framework.BundleActivator;
 import org.osgi.framework.BundleContext;
 
@@ -18,6 +19,17 @@ public class Main implements BundleActivator {
             Class<?> clazz = Class.forName(clazzName, true, cl);
             clazz.newInstance();
         }
+        
+        String fileObject = System.getProperty("activate.layer.test");
+        if (fileObject != null) {
+            ClassLoader cl = Thread.currentThread().getContextClassLoader();
+            Class<?> util = Class.forName("org.openide.filesystems.FileUtil", true, cl);
+            Method m = util.getDeclaredMethod("getConfigFile", String.class);
+            Object res = m.invoke(null, fileObject);
+            if (res == null) {
+                throw new IllegalStateException("FileObject has to be found: " + res);
+            }
+        }
     }
 
     @Override
diff --git a/core.netigso/test/unit/data/jars/activate/org/activate/layer.xml b/core.netigso/test/unit/data/jars/activate/org/activate/layer.xml
index 83b7d8d..876e524 100644
--- a/core.netigso/test/unit/data/jars/activate/org/activate/layer.xml
+++ b/core.netigso/test/unit/data/jars/activate/org/activate/layer.xml
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.2//EN" "http://www.netbeans.org/dtds/filesystem-1_2.dtd">
 <filesystem>
+    <file name="can-this-file-be-found.txt"/>
 </filesystem>
diff --git a/core.netigso/test/unit/data/jars/simple-module/org/foo/Something.java b/core.netigso/test/unit/data/jars/simple-module/org/foo/Something.java
index 146a597..93ea503 100644
--- a/core.netigso/test/unit/data/jars/simple-module/org/foo/Something.java
+++ b/core.netigso/test/unit/data/jars/simple-module/org/foo/Something.java
@@ -1,7 +1,46 @@
 package org.foo;
 // Does not do anything, just needs to be here & loadable.
+
+import java.io.IOException;
+import java.io.InputStream;
+import java.net.URL;
+import java.util.Enumeration;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+
 public class Something {
     protected String something() {
         return "hello";
     }
+    
+    private static final Logger LOG = Logger.getLogger(Something.class.getName());
+    public static Class<?> loadClass(String name, ClassLoader ldr) throws ClassNotFoundException {
+        LOG.log(Level.INFO, "Trying to load from {0} class named: {1}", new Object[]{ldr, name});
+        if (ldr == null) {
+            return Class.forName(name);
+        }
+        return Class.forName(name, true, ldr);
+    }
+    public static URL loadResource(String name, ClassLoader ldr) {
+        LOG.log(Level.INFO, "Trying to load from {0} resource named: {1}", new Object[]{ldr, name});
+        if (ldr == null) {
+            return Something.class.getResource("/" + name);
+        }
+        return ldr.getResource(name);
+    }
+    public static Enumeration loadResources(String name, ClassLoader ldr) throws IOException {
+        LOG.log(Level.INFO, "Trying to load from {0} resource named: {1}", new Object[]{ldr, name});
+        if (ldr == null) {
+            return Something.class.getClassLoader().getResources("/" + name);
+        }
+        return ldr.getResources(name);
+    }
+    public static InputStream loadResourceAsStream(String name, ClassLoader ldr) {
+        LOG.log(Level.INFO, "Trying to load from {0} resource as stream named: {1}", new Object[]{ldr, name});
+        if (ldr == null) {
+            return Something.class.getResourceAsStream("/" + name);
+        }
+        return ldr.getResourceAsStream(name);
+    }
+    
 }
diff --git a/core.netigso/test/unit/data/jars/simple-module/org/foo/Something.txt b/core.netigso/test/unit/data/jars/simple-module/org/foo/Something.txt
new file mode 100644
index 0000000..a820540
--- /dev/null
+++ b/core.netigso/test/unit/data/jars/simple-module/org/foo/Something.txt
@@ -0,0 +1 @@
+Resource file
diff --git a/core.netigso/test/unit/src/org/netbeans/core/netigso/IntegrationTest.java b/core.netigso/test/unit/src/org/netbeans/core/netigso/IntegrationTest.java
index 2810375..dbb1765 100644
--- a/core.netigso/test/unit/src/org/netbeans/core/netigso/IntegrationTest.java
+++ b/core.netigso/test/unit/src/org/netbeans/core/netigso/IntegrationTest.java
@@ -91,6 +91,7 @@ public class IntegrationTest extends NbTestCase {
     @Override
     protected void setUp() throws Exception {
         LOG = Logger.getLogger("test." + getName());
+        clearWorkDir();
         File jars = new File(getWorkDir(), "jars");
         jars.mkdirs();
 
diff --git a/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoActivationCanAccessLayersTest.java b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoActivationCanAccessLayersTest.java
new file mode 100644
index 0000000..23363b3
--- /dev/null
+++ b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoActivationCanAccessLayersTest.java
@@ -0,0 +1,103 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.netbeans.core.netigso;
+
+import org.netbeans.core.startup.*;
+import java.io.File;
+import java.io.IOException;
+import java.util.Locale;
+import org.netbeans.Module;
+import org.netbeans.ModuleManager;
+import org.netbeans.SetupHid;
+
+/**
+ * Can the BundleActivators access layer entries defined by other (NetBeans) modules?
+ *
+ * @author Jaroslav Tulach
+ */
+public class NetigsoActivationCanAccessLayersTest extends SetupHid {
+    private static Module m1;
+    private static ModuleManager mgr;
+
+    public NetigsoActivationCanAccessLayersTest(String name) {
+        super(name);
+    }
+
+    protected @Override void setUp() throws Exception {
+        Locale.setDefault(Locale.US);
+        clearWorkDir();
+        File ud = new File(getWorkDir(), "ud");
+        ud.mkdirs();
+        System.setProperty("netbeans.user", ud.getPath());
+        
+        data = new File(getDataDir(), "jars");
+        jars = new File(getWorkDir(), "space in path");
+        jars.mkdirs();
+        File simpleModule = createTestJAR("activate", null);
+    }
+
+    public void testActivation() throws Exception {
+        ModuleSystem ms = Main.getModuleSystem();
+        mgr = ms.getManager();
+        mgr.mutexPrivileged().enterWriteAccess();
+        try {
+            File simpleModule = new File(jars, "activate.jar");
+            m1 = mgr.create(simpleModule, null, false, false, false);
+            System.setProperty("activate.layer.test", "can-this-file-be-found.txt");
+            mgr.enable(m1);
+
+            Class<?> main = m1.getClassLoader().loadClass("org.activate.Main");
+            Object s = main.getField("start").get(null);
+            assertNotNull("Bundle started, its context provided", s);
+
+            mgr.disable(m1);
+        } finally {
+            mgr.mutexPrivileged().exitWriteAccess();
+        }
+    }
+    private File createTestJAR(String name, String srcdir, File... classpath) throws IOException {
+        return createTestJAR(data, jars, name, srcdir, classpath);
+    }
+}
diff --git a/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoActivationOnExitTest.java b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoActivationOnExitTest.java
index 0f71d0f..52bbdd1 100644
--- a/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoActivationOnExitTest.java
+++ b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoActivationOnExitTest.java
@@ -48,11 +48,9 @@ import org.netbeans.core.startup.*;
 import java.io.File;
 import java.io.IOException;
 import java.util.Locale;
-import junit.framework.Test;
 import org.netbeans.Module;
 import org.netbeans.ModuleManager;
 import org.netbeans.SetupHid;
-import org.netbeans.junit.NbTestSuite;
 
 /**
  * Do we correctly call the BundleActivators?
@@ -68,15 +66,6 @@ public class NetigsoActivationOnExitTest extends SetupHid {
         super(name);
     }
 
-    public static Test suite() {
-        Test t = null;
-//        t = new NetigsoTest("testOSGiCanRequireBundleOnNetBeans");
-        if (t == null) {
-            t = new NbTestSuite(NetigsoActivationOnExitTest.class);
-        }
-        return t;
-    }
-
     protected @Override void setUp() throws Exception {
         Locale.setDefault(Locale.US);
         clearWorkDir();
diff --git a/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoActivationTest.java b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoActivationTest.java
index 7527874..3a6e85c 100644
--- a/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoActivationTest.java
+++ b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoActivationTest.java
@@ -48,11 +48,9 @@ import org.netbeans.core.startup.*;
 import java.io.File;
 import java.io.IOException;
 import java.util.Locale;
-import junit.framework.Test;
 import org.netbeans.Module;
 import org.netbeans.ModuleManager;
 import org.netbeans.SetupHid;
-import org.netbeans.junit.NbTestSuite;
 
 /**
  * Do we correctly call the BundleActivators?
@@ -68,15 +66,6 @@ public class NetigsoActivationTest extends SetupHid {
         super(name);
     }
 
-    public static Test suite() {
-        Test t = null;
-//        t = new NetigsoTest("testOSGiCanRequireBundleOnNetBeans");
-        if (t == null) {
-            t = new NbTestSuite(NetigsoActivationTest.class);
-        }
-        return t;
-    }
-
     protected @Override void setUp() throws Exception {
         Locale.setDefault(Locale.US);
         clearWorkDir();
@@ -85,7 +74,7 @@ public class NetigsoActivationTest extends SetupHid {
         System.setProperty("netbeans.user", ud.getPath());
         
         data = new File(getDataDir(), "jars");
-        jars = new File(getWorkDir(), "jars");
+        jars = new File(getWorkDir(), "space in path");
         jars.mkdirs();
         File simpleModule = createTestJAR("activate", null);
     }
diff --git a/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoLayerTest.java b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoLayerTest.java
index 730c93a..41df240 100644
--- a/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoLayerTest.java
+++ b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoLayerTest.java
@@ -58,14 +58,11 @@ import java.util.jar.JarEntry;
 import java.util.jar.JarFile;
 import java.util.jar.JarOutputStream;
 import java.util.jar.Manifest;
-import junit.framework.Test;
 import org.netbeans.Module;
 import org.netbeans.ModuleManager;
 import org.netbeans.SetupHid;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileUtil;
-import org.openide.filesystems.Repository;
 
 /**
  * How does OSGi integration deals with layer registration?
@@ -80,15 +77,6 @@ public class NetigsoLayerTest extends SetupHid {
         super(name);
     }
 
-    public static Test suite() {
-        Test t = null;
-//        t = new NetigsoTest("testOSGiCanRequireBundleOnNetBeans");
-        if (t == null) {
-            t = new NbTestSuite(NetigsoLayerTest.class);
-        }
-        return t;
-    }
-
     protected @Override void setUp() throws Exception {
         Locale.setDefault(Locale.US);
         clearWorkDir();
diff --git a/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoOSGiActivationVisibleTest.java b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoOSGiActivationVisibleTest.java
new file mode 100644
index 0000000..eafd5b5
--- /dev/null
+++ b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoOSGiActivationVisibleTest.java
@@ -0,0 +1,263 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.netbeans.core.netigso;
+
+import java.lang.reflect.Method;
+import org.netbeans.core.startup.*;
+import java.io.File;
+import java.io.IOException;
+import java.io.InputStream;
+import java.net.URL;
+import java.util.Enumeration;
+import java.util.Locale;
+import org.netbeans.Module;
+import org.netbeans.ModuleManager;
+import org.netbeans.SetupHid;
+import org.netbeans.Util;
+import org.osgi.framework.Bundle;
+import org.osgi.framework.BundleContext;
+
+/**
+ * Are modules turned on by OSGi framework directly marked as enabled?
+ * Can we load classes from them?
+ *
+ * @author Jaroslav Tulach
+ */
+public class NetigsoOSGiActivationVisibleTest extends SetupHid {
+    private static Module m1;
+    private static Module m2;
+    private static ModuleManager mgr;
+    private static File simpleBundle;
+    private static File activate;
+    private static Bundle toEnable;
+    private static Class directBundle;
+    private static Class someModule;
+    private static Method loadClass;
+
+    public NetigsoOSGiActivationVisibleTest(String name) {
+        super(name);
+    }
+    
+    protected boolean autoload() {
+        return false;
+    }
+
+    protected @Override void setUp() throws Exception {
+        if (System.getProperty("netbeans.user") != null) {
+            return;
+        }
+        Locale.setDefault(Locale.US);
+        clearWorkDir();
+        File ud = new File(getWorkDir(), "ud");
+        ud.mkdirs();
+        System.setProperty("netbeans.user", ud.getPath());
+        
+        data = new File(getDataDir(), "jars");
+        jars = new File(getWorkDir(), "space in path");
+        jars.mkdirs();
+        activate = createTestJAR("activate", null);
+        File simpleModule = createTestJAR("simple-module", null);
+        
+        String mf = "Bundle-SymbolicName: org.snd.module\n" +
+            "Bundle-Version: 33.0.3\n" +
+            "Bundle-ManifestVersion: 2\n";
+        simpleBundle = NetigsoHid.changeManifest(getWorkDir(), simpleModule, mf);
+        
+        ModuleSystem ms = Main.getModuleSystem();
+        mgr = ms.getManager();
+        mgr.mutexPrivileged().enterWriteAccess();
+        BundleContext bc;
+        try {
+            m1 = mgr.create(activate, null, false, false, false);
+            m2 = mgr.create(simpleBundle, null, false, autoload(), false);
+            
+            mgr.enable(m1);
+
+            Class<?> main = m1.getClassLoader().loadClass("org.activate.Main");
+            Object s = main.getField("start").get(null);
+            assertNotNull("Bundle started, its context provided", s);
+            bc = (BundleContext) s;
+        } finally {
+            mgr.mutexPrivileged().exitWriteAccess();
+        }
+        toEnable = null;
+        for (Bundle b : bc.getBundles()) {
+            if (b.getSymbolicName().equals("org.snd.module")) {
+                toEnable = b;
+                break;
+            }
+        }
+        assertNotNull("org.snd.module bundle found", toEnable);
+            
+        assertFalse("not started yet", m2.isEnabled());
+        toEnable.start();
+    }
+    
+    public void testClassFromBundle() throws Exception {
+        directBundle = toEnable.loadClass("org.foo.Something");
+        assertNotNull("Bundle knows how to load the class", directBundle);
+    }
+    public void testClassModuleM2() throws Exception {
+        someModule = m2.getClassLoader().loadClass("org.foo.Something");
+        assertNotNull("Something loaded from module CL", someModule);
+    }
+    
+    public void testClassLoaderImplementsUtilModuleProvider() {
+        final ClassLoader l = m2.getClassLoader();
+        assertTrue("ModuleProvider interface implemented: " + l, l instanceof Util.ModuleProvider);
+        Util.ModuleProvider mp = (Util.ModuleProvider)l;
+        assertEquals("Module is returned", m2, mp.getModule());
+    }
+    
+    public void testClassFromDirectBundle() throws Exception {
+        loadClass = directBundle.getMethod("loadClass", String.class, ClassLoader.class);
+        Class<?> directly = (Class<?>) loadClass.invoke(null, "org.foo.Something", null);
+        assertNotNull("Bundle knows how to load the class from itself without problems", directly);
+    }
+     
+    public void testClassFromBundleClassLoader() throws Exception {
+        Class<?> someFromBundle = (Class<?>) loadClass.invoke(null, "org.foo.Something", someModule.getClassLoader());
+        assertNotNull("Bundle knows how to load the class from its using own classloader", someFromBundle);
+    }
+
+    public void testClassFromContextClassLoader() throws Exception {
+        Class<?> some = (Class<?>) loadClass.invoke(null, "org.foo.Something", Thread.currentThread().getContextClassLoader());
+        assertNotNull("Context class loader loads from disabled module bundles too", some);
+    }
+
+    public void testM2RemainsDisabled() throws Exception {
+        assertFalse("still disabled from NetBeans view point", m2.isEnabled());
+    }
+    
+    public void testResourceFromBundle() throws Exception {
+        URL res = toEnable.getResource("org/foo/Something.txt");
+        assertNotNull("Bundle knows how to own resource", res);
+    }
+
+    public void testResourceFromModule() throws Exception {
+        URL res = m2.getClassLoader().getResource("org/foo/Something.txt");
+        assertNotNull("Module knows how to own resource", res);
+    }
+
+    public void testResourceDirectFromBundle() throws Exception {
+        Method loadResource = directBundle.getMethod("loadResource", String.class, ClassLoader.class);
+        URL res = (URL) loadResource.invoke(null, "org/foo/Something.txt", null);
+        assertNotNull("Bundle knows how to own resource from its classloader", res);
+    }
+
+    public void testResourceDirectViaModuleClassLoader() throws Exception {
+        Method loadResource = directBundle.getMethod("loadResource", String.class, ClassLoader.class);
+        URL res = (URL) loadResource.invoke(null, "org/foo/Something.txt", someModule.getClassLoader());
+        assertNotNull("Module knows how to own resource from its classloader", res);
+    }
+
+    public void testResourceFromContextClassLoader() throws Exception {
+        Method loadResource = directBundle.getMethod("loadResource", String.class, ClassLoader.class);
+        URL res = (URL) loadResource.invoke(null, "org/foo/Something.txt", Thread.currentThread().getContextClassLoader());
+        assertNotNull("Contxt class loader loads resource from disabled modules too", res);
+    }
+    
+    private static void assertEnumeration(String msg, Enumeration<?> res) {
+        assertNotNull(msg + " enumeration not null", res);
+        assertTrue(msg + " has at least one", res.hasMoreElements());
+        assertNotNull(msg + " one is not zero", res.nextElement());
+        assertFalse(msg + " no more items", res.hasMoreElements());
+    }
+    
+    public void testResourcesFromBundle() throws Exception {
+        Enumeration res = toEnable.getResources("org/foo/Something.txt");
+        assertEnumeration("Bundle can get its own resources", res);
+    }
+
+    public void testResourcesFromModule() throws Exception {
+        Enumeration<URL> res = m2.getClassLoader().getResources("org/foo/Something.txt");
+        assertEnumeration("Module knows how to own resource", res);
+    }
+
+    public void testResourcesDirectFromBundle() throws Exception {
+        Method loadResource = directBundle.getMethod("loadResources", String.class, ClassLoader.class);
+        Enumeration res = (Enumeration) loadResource.invoke(null, "org/foo/Something.txt", null);
+        assertEnumeration("Bundle knows how to own resource from its classloader", res);
+    }
+
+    public void testResourcesDirectViaModuleClassLoader() throws Exception {
+        Method loadResource = directBundle.getMethod("loadResources", String.class, ClassLoader.class);
+        Enumeration res = (Enumeration) loadResource.invoke(null, "org/foo/Something.txt", someModule.getClassLoader());
+        assertEnumeration("Module knows how to own resource from its classloader", res);
+    }
+
+    public void testResourcesFromContextClassLoader() throws Exception {
+        Method loadResource = directBundle.getMethod("loadResources", String.class, ClassLoader.class);
+        Enumeration res = (Enumeration) loadResource.invoke(null, "org/foo/Something.txt", Thread.currentThread().getContextClassLoader());
+        assertEnumeration("Contxt class loader loads resource from disabled modules too", res);
+    }
+
+    public void testResourceAsStreamFromModule() throws Exception {
+        InputStream res = m2.getClassLoader().getResourceAsStream("org/foo/Something.txt");
+        assertNotNull("Module knows how to own resource", res);
+    }
+
+    public void testResourceAsStreamDirectFromBundle() throws Exception {
+        Method loadResource = directBundle.getMethod("loadResourceAsStream", String.class, ClassLoader.class);
+        InputStream res = (InputStream) loadResource.invoke(null, "org/foo/Something.txt", null);
+        assertNotNull("Bundle knows how to own resource from its classloader", res);
+    }
+
+    public void testResourceAsStreamDirectViaModuleClassLoader() throws Exception {
+        Method loadResource = directBundle.getMethod("loadResourceAsStream", String.class, ClassLoader.class);
+        InputStream res = (InputStream) loadResource.invoke(null, "org/foo/Something.txt", someModule.getClassLoader());
+        assertNotNull("Module knows how to own resource from its classloader", res);
+    }
+
+    public void testResourceAsStreamFromContextClassLoader() throws Exception {
+        Method loadResource = directBundle.getMethod("loadResourceAsStream", String.class, ClassLoader.class);
+        InputStream res = (InputStream) loadResource.invoke(null, "org/foo/Something.txt", Thread.currentThread().getContextClassLoader());
+        assertNotNull("Contxt class loader loads resource from disabled modules too", res);
+    }
+    
+    private File createTestJAR(String name, String srcdir, File... classpath) throws IOException {
+        return createTestJAR(data, jars, name, srcdir, classpath);
+    }
+}
diff --git a/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoOSGiAutoloadActivationVisibleTest.java b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoOSGiAutoloadActivationVisibleTest.java
new file mode 100644
index 0000000..6d184cf
--- /dev/null
+++ b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoOSGiAutoloadActivationVisibleTest.java
@@ -0,0 +1,58 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.core.netigso;
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+public class NetigsoOSGiAutoloadActivationVisibleTest extends NetigsoOSGiActivationVisibleTest {
+    public NetigsoOSGiAutoloadActivationVisibleTest(String name) {
+        super(name);
+    }
+    
+    @Override
+    protected boolean autoload() {
+        return true;
+    }
+}
diff --git a/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoOSGiFragmentTest.java b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoOSGiFragmentTest.java
new file mode 100644
index 0000000..90f23f0
--- /dev/null
+++ b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoOSGiFragmentTest.java
@@ -0,0 +1,109 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2009 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.core.netigso;
+
+import java.io.File;
+import java.util.Arrays;
+import java.util.HashSet;
+import org.netbeans.MockEvents;
+import org.netbeans.MockModuleInstaller;
+import org.netbeans.Module;
+import org.netbeans.ModuleManager;
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+public class NetigsoOSGiFragmentTest extends NetigsoHid {
+    public NetigsoOSGiFragmentTest(String name) {
+        super(name);
+    }
+
+
+    public void testOSGiFragmentDependency() throws Exception {
+        MockModuleInstaller installer = new MockModuleInstaller();
+        MockEvents ev = new MockEvents();
+        ModuleManager mgr = new ModuleManager(installer, ev);
+        mgr.mutexPrivileged().enterWriteAccess();
+        HashSet<Module> toCleanUp = null;
+        try {
+            String mfFoo = ""
+                    + "Bundle-SymbolicName: org.foo\n" +
+                "Bundle-Version: 1.1.0\n" +
+                "Bundle-ManifestVersion: 2\n" +
+                "Export-Package: org.foo,org.bar\n" +
+                "\n\n";
+            
+            String mfBar = "Fragment-Host: org.foo\n"
+                + "Bundle-SymbolicName: org.bar\n" +
+                "Bundle-Version: 1.1.0\n" +
+                "Bundle-ManifestVersion: 2\n" +
+                "\n\n";
+
+            String mfDependency = "OpenIDE-Module: org.test\n"
+                    + "OpenIDE-Module-Module-Dependencies: org.bar, org.foo\n" +
+                "\n\n";
+
+            File j1 = changeManifest(new File(jars, "simple-module.jar"), mfFoo);
+            File j2 = changeManifest(new File(jars, "depends-on-simple-module.jar"), mfBar);
+            File j3 = changeManifest(new File(jars, "depends-on-simple-module.jar"), mfDependency);
+            Module m1 = mgr.create(j1, null, false, true, false);
+            Module m2 = mgr.create(j2, null, false, true, false);
+            Module m3 = mgr.create(j3, null, false, false, false);
+            HashSet<Module> b = new HashSet<Module>(Arrays.asList(m3));
+            mgr.enable(m3);
+            toCleanUp = b;
+
+            Class<?> sprclass = m3.getClassLoader().loadClass("org.foo.Something");
+            Class<?> clazz = m3.getClassLoader().loadClass("org.bar.SomethingElse");
+
+            assertEquals("Correct parent is used", sprclass, clazz.getSuperclass());
+        } finally {
+            if (toCleanUp != null) {
+                mgr.disable(toCleanUp);
+            }
+            mgr.mutexPrivileged().exitWriteAccess();
+        }
+    }
+
+}
diff --git a/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoSelfQueryTest.java b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoSelfQueryTest.java
index 0c53398..868342a 100644
--- a/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoSelfQueryTest.java
+++ b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoSelfQueryTest.java
@@ -56,6 +56,7 @@ import java.io.IOException;
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.HashSet;
+import java.util.Hashtable;
 import java.util.Locale;
 import java.util.jar.Manifest;
 import org.netbeans.ArchiveResources;
@@ -501,11 +502,18 @@ public class NetigsoSelfQueryTest extends NetigsoHid {
             throw new UnsupportedOperationException("Not supported yet.");
         }
 
+        private Dictionary empty = new Hashtable();
+        @Override
+        public Dictionary getHeaders(String locale) {
+            return empty;
+        }
+        
         @Override
         public Dictionary getHeaders() {
-            throw new UnsupportedOperationException("Not supported yet.");
+            fail("Don't ever call me, call getHeaders(\"\")");
+            return null;
         }
-
+        
         @Override
         public long getBundleId() {
             throw new UnsupportedOperationException("Not supported yet.");
@@ -537,11 +545,6 @@ public class NetigsoSelfQueryTest extends NetigsoHid {
         }
 
         @Override
-        public Dictionary getHeaders(String string) {
-            throw new UnsupportedOperationException("Not supported yet.");
-        }
-
-        @Override
         public String getSymbolicName() {
             return "org.test";
         }
diff --git a/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoServicesTest.java b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoServicesTest.java
index 5af470a..05a6818 100644
--- a/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoServicesTest.java
+++ b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoServicesTest.java
@@ -50,8 +50,6 @@ import java.io.File;
 import java.io.FileOutputStream;
 import java.io.IOException;
 import java.io.InputStream;
-import java.lang.ref.Reference;
-import java.lang.ref.WeakReference;
 import java.util.Arrays;
 import java.util.Collections;
 import java.util.Enumeration;
@@ -60,12 +58,10 @@ import java.util.jar.JarEntry;
 import java.util.jar.JarFile;
 import java.util.jar.JarOutputStream;
 import java.util.jar.Manifest;
-import junit.framework.Test;
 import org.netbeans.Module;
 import org.netbeans.ModuleManager;
 import org.netbeans.NetigsoFramework;
 import org.netbeans.SetupHid;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileUtil;
 import org.openide.util.Lookup;
@@ -89,15 +85,6 @@ public class NetigsoServicesTest extends SetupHid implements LookupListener {
         super(name);
     }
 
-    public static Test suite() {
-        Test t = null;
-//        t = new NetigsoTest("testOSGiCanRequireBundleOnNetBeans");
-        if (t == null) {
-            t = new NbTestSuite(NetigsoServicesTest.class);
-        }
-        return t;
-    }
-
     protected @Override void setUp() throws Exception {
         Locale.setDefault(Locale.US);
         clearWorkDir();
diff --git a/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoTest.java b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoTest.java
index 70d2d92..7357343 100644
--- a/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoTest.java
+++ b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoTest.java
@@ -47,12 +47,10 @@ package org.netbeans.core.netigso;
 import java.io.File;
 import java.util.Arrays;
 import java.util.HashSet;
-import junit.framework.Test;
 import org.netbeans.MockModuleInstaller;
 import org.netbeans.MockEvents;
 import org.netbeans.Module;
 import org.netbeans.ModuleManager;
-import org.netbeans.junit.NbTestSuite;
 
 /**
  * Basic tests to verify the basic interaction between NetBeans module
@@ -66,15 +64,6 @@ public class NetigsoTest extends NetigsoHid {
         super(name);
     }
 
-    public static Test suite() {
-        Test t = null;
-//        t = new NetigsoTest("testFactoryCreatesOurModulesWithDeps");
-        if (t == null) {
-            t = new NbTestSuite(NetigsoTest.class);
-        }
-        return t;
-    }
-
     public void testFactoryCreatesOurModules() throws Exception {
         MockModuleInstaller installer = new MockModuleInstaller();
         MockEvents ev = new MockEvents();
diff --git a/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoUsesSwingTest.java b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoUsesSwingTest.java
index 13d5b40..47718dd 100644
--- a/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoUsesSwingTest.java
+++ b/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoUsesSwingTest.java
@@ -49,11 +49,9 @@ import java.io.File;
 import java.io.IOException;
 import java.util.Collections;
 import java.util.Locale;
-import junit.framework.Test;
 import org.netbeans.Module;
 import org.netbeans.ModuleManager;
 import org.netbeans.SetupHid;
-import org.netbeans.junit.NbTestSuite;
 
 /**
  * How does OSGi integration deals with dependency on swing?
@@ -69,15 +67,6 @@ public class NetigsoUsesSwingTest extends SetupHid {
         super(name);
     }
 
-    public static Test suite() {
-        Test t = null;
-//        t = new NetigsoTest("testOSGiCanRequireBundleOnNetBeans");
-        if (t == null) {
-            t = new NbTestSuite(NetigsoUsesSwingTest.class);
-        }
-        return t;
-    }
-
     protected @Override void setUp() throws Exception {
         Locale.setDefault(Locale.US);
         clearWorkDir();
diff --git a/core.osgi/manifest.mf b/core.osgi/manifest.mf
index c91076f..e13c01e 100644
--- a/core.osgi/manifest.mf
+++ b/core.osgi/manifest.mf
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.core.osgi
 OpenIDE-Module-Localizing-Bundle: org/netbeans/core/osgi/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.1.1
+OpenIDE-Module-Specification-Version: 1.4.1
 AutoUpdate-Essential-Module: true
 
diff --git a/core.osgi/src/org/netbeans/core/osgi/OSGiMainLookup.java b/core.osgi/src/org/netbeans/core/osgi/OSGiMainLookup.java
index 9ff36ed..f4f5da2 100644
--- a/core.osgi/src/org/netbeans/core/osgi/OSGiMainLookup.java
+++ b/core.osgi/src/org/netbeans/core/osgi/OSGiMainLookup.java
@@ -131,7 +131,7 @@ public class OSGiMainLookup extends ProxyLookup {
     private void postInit() {
         nonClassLoaderDelegates.add(Lookups.fixed(OSGiRepository.DEFAULT, new OSGiLifecycleManager(context), new OSGiInstalledFileLocator(context)));
         nonClassLoaderDelegates.add(new AbstractLookup(moduleInfoContent));
-        // XXX InstalledFileLocator impl for OSGI-INF/files/*
+        // XXX should add a org.openide.modules.Modules
         setClassLoader();
     }
 
diff --git a/core.output2/build.xml b/core.output2/build.xml
index 87daf26..4599a29 100644
--- a/core.output2/build.xml
+++ b/core.output2/build.xml
@@ -46,40 +46,4 @@ made subject to such option by the copyright holder.
 
 <project name="core.output2" default="netbeans" basedir=".">
     <import file="../nbbuild/templates/projectized.xml"/>
-    <target name="reload" depends="demo"/>
-
-    <target name="demo-compile" depends="compile">
-       <javac srcdir="${basedir}/demosrc" destdir="${build.classes.dir}" source="1.4">
-           <classpath>
-                <pathelement location="${basedir}/demosrc"/>
-                <pathelement location="${build.classes.dir}"/>
-                <pathelement path="${module.classpath}"/>
-           </classpath>
-       </javac>
-    </target>
-
-    <target name="demo" depends="compile,demo-compile">
-        <echo>And I am &#x05D9;&#x05E9;&#x05D9; &#x05D1;&#x05E0; &#x05DC;&#x05D6;&#x05E8; or similar.</echo>
-        <java fork="true" classname="org.netbeans.core.output2.TestFrame">
-            <!-- jvmargs="-Xbootclasspath/p:/Users/tim/TextViewPatch/dist/TextViewPatch.jar"> -->
-            <classpath>
-                <pathelement location="${basedir}/demosrc"/>
-                <pathelement location="${build.classes.dir}"/>
-                <pathelement path="${module.classpath}"/>
-            </classpath>
-        </java>
-    </target>
-    <target name="debug" depends="compile">
-        <nbjpdastart transport="dt_socket" addressproperty="jpda.address" name="testframe"/>
-        <java fork="true" classname="org.netbeans.core.output2.TestFrame">
-            <!-- jvmargs="-Xbootclasspath/p:/Users/tim/TextViewPatch/dist/TextViewPatch.jar"> -->
-            <classpath>
-                <pathelement location="${basedir}/demosrc"/>
-                <pathelement location="${build.classes.dir}"/>
-                <pathelement path="${module.classpath}"/>
-            </classpath>
-            <jvmarg value="-Xdebug"/>
-            <jvmarg value="-Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address},suspend=n"/>
-        </java>
-    </target>
 </project>
diff --git a/core.output2/demosrc/org/netbeans/core/output2/TestFrame.java b/core.output2/demosrc/org/netbeans/core/output2/TestFrame.java
deleted file mode 100644
index 4eba7a4..0000000
--- a/core.output2/demosrc/org/netbeans/core/output2/TestFrame.java
+++ /dev/null
@@ -1,190 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
- package org.netbeans.core.output2;
- import javax.swing.*;
- import java.awt.*;
- import org.netbeans.core.output2.ui.*;
- import org.openide.windows.*;
-
-/** Demo class for interactively testing changes */
- public class TestFrame extends JFrame implements Runnable {
-    public static void main (String[] ignored) {
-//        try {
-//            UIManager.setLookAndFeel(new javax.swing.plaf.metal.MetalLookAndFeel());
-//        } catch (Exception e) {}
-
-        new TestFrame().setVisible(true);
-    }
-
-    public TestFrame() {
-        init();
-        setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
-    }
-
-    private void writeContent() {
-//        io.setInputVisible(true);
-//        io.setToolbarActions (new Action[] {new StopAction("STOP!!")});
-        validate();
-        System.err.println ("Writing content");
-        for (int i=0; i < 10000; i++) {
-            io.getErr().println("Scroll me " + i);
-            if (i %20 == 0) {
-                io.getOut().println("STDOUT: This is a longer line.  A much longer line.  A very long line.  You'd be surprised how long it would be - maybe long enought to wrap - or at least that's the idea and the master plan, right?  Well, we'll hope so");
-                io.getErr().println("STDERR: This Well, this one isn't so bad.  But it could be long too.  I mean, then we'd have more long lines.  Are we sure that's a good idea?  I'm not.  So just go away, why don't you!  I don't want to do this anyways!");
-            }
-            if (i % 73 == 0) {
-                io.getErr().println("Grumble, grumble, I am a multiple of 73");
-//                io.getErr().println("file:/tmp/file:23");
-            }
-            try {
-                Thread.currentThread().sleep(100);
-            } catch (Exception e){};
-        }
-        
-        out.println ("4 This is another short line");
-        
-        out.println("5 And now we are done");
-        out.flush();
-        io.getErr().close();
-        out.close();
-        written = true;
-        System.err.println("DONE");
-    }
-
-    private static boolean written = false;
-    public void setVisible (boolean val) {
-       boolean go = val != isVisible();
-       super.setVisible(val);
-       if (!SwingUtilities.isEventDispatchThread() && go) {
-           try {
-               Thread.currentThread().sleep (500);
-                SwingUtilities.invokeLater(this);
-           } catch (Exception e) {}
-       }
-    }
-
-    private OutputWindow win;
-    private NbIO io;
-    private NbWriter out = null;
-    private void init() {
-        win = new OutputWindow();
-        OutputWindow.DEFAULT = win;
-        getContentPane().setLayout (new BorderLayout());
-        getContentPane().add (win, BorderLayout.CENTER);
-        setBounds (20, 20, 335, 300);
-        io = (NbIO) new NbIOProvider().getIO ("Test", false);
-    }
-
-    private static int ct = 5;
-    public void run () {
-        if (SwingUtilities.isEventDispatchThread()) {
-            out = ((NbWriter) io.getOut());
-           Thread t = new Thread(this);
-           t.setName ("Thread " + ct + " - ");
-           t.start();
-           ct--;
-           out.println ("This is the first text " + ct + " and even it might be long enough to be word wrapped.  We should make sure that doesn't cause any strange problems, shouldn't we?");
-           ((OutputPane) win.getSelectedTab().getOutputPane()).setWrapped(true);
-           if (ct > 0) {
-               SwingUtilities.invokeLater (this);
-           }
-        } else {
-        try {
-            Thread.currentThread().sleep(3000);
-            } catch (Exception e) {}
-            writeContent();
-        }
-    }
-    private static Action ac = null;
-    private class StopAction extends AbstractAction {
-        public StopAction (String name) {
-            putValue(NAME, name);
-            putValue (Action.SMALL_ICON, new StopIcon());
-            ac = this;
-        }
-        
-        public void actionPerformed(java.awt.event.ActionEvent e) {
-            stopped = true;
-            System.err.println("Stop action performed");
-        }
-    }
-    
-    private static boolean stopped = false;
-    
-    private class StopIcon implements Icon {
-        
-        public int getIconHeight() {
-            return 16;
-        }
-        
-        public int getIconWidth() {
-            return 16;
-        }
-        
-        public void paintIcon(Component c, Graphics g, int x, int y) {
-            g.setColor (Color.ORANGE);
-            g.fillRect ( x+2, x+2, 12, 12);
-            g.setColor (Color.BLACK);
-            g.drawRect ( x+2, x+2, 12, 12);
-            
-        }
-        
-    }
-
-
-    public class L implements OutputListener {
-
-        public void outputLineSelected(OutputEvent ev) {
-        }
-
-        public void outputLineAction(OutputEvent ev) {
-        }
-
-        public void outputLineCleared(OutputEvent ev) {
-        }
-
-    }
-
-
- }
diff --git a/core.output2/manifest.mf b/core.output2/manifest.mf
index 340e6b9..8f387d1 100644
--- a/core.output2/manifest.mf
+++ b/core.output2/manifest.mf
@@ -3,5 +3,5 @@ OpenIDE-Module: org.netbeans.core.output2/1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/core/output2/Bundle.properties
 OpenIDE-Module-Provides: org.openide.windows.IOProvider
 AutoUpdate-Essential-Module: true
-OpenIDE-Module-Specification-Version: 1.18.1
+OpenIDE-Module-Specification-Version: 1.21.1
 
diff --git a/core.output2/nbproject/project.xml b/core.output2/nbproject/project.xml
index 8c088c4..f5d5cd6 100644
--- a/core.output2/nbproject/project.xml
+++ b/core.output2/nbproject/project.xml
@@ -74,6 +74,14 @@ made subject to such option by the copyright holder.
                     </run-dependency>
                 </dependency>
                 <dependency>
+                    <code-name-base>org.openide.filesystems</code-name-base>
+                    <build-prerequisite/>
+                    <compile-dependency/>
+                    <run-dependency>
+                        <specification-version>7.42</specification-version>
+                    </run-dependency>
+                </dependency>
+                <dependency>
                     <code-name-base>org.openide.io</code-name-base>
                     <build-prerequisite/>
                     <compile-dependency/>
diff --git a/core.output2/src/org/netbeans/core/output2/AbstractLines.java b/core.output2/src/org/netbeans/core/output2/AbstractLines.java
index 30ca87b..0317213 100644
--- a/core.output2/src/org/netbeans/core/output2/AbstractLines.java
+++ b/core.output2/src/org/netbeans/core/output2/AbstractLines.java
@@ -62,6 +62,7 @@ import java.util.regex.Pattern;
 import javax.swing.UIManager;
 import javax.swing.event.ChangeEvent;
 import javax.swing.event.ChangeListener;
+import org.openide.filesystems.FileUtil;
 import org.openide.util.Exceptions;
 import org.openide.util.Mutex;
 import org.openide.windows.IOColors;
@@ -73,6 +74,7 @@ import org.openide.windows.OutputListener;
 abstract class AbstractLines implements Lines, Runnable, ActionListener {
     /** A collections-like lineStartList that maps file positions to getLine numbers */
     IntList lineStartList;
+    IntListSimple lineCharLengthListWithTabs;
     /** Maps output listeners to the lines they are associated with */
     IntMap lineWithListenerToInfo;
 
@@ -88,6 +90,11 @@ abstract class AbstractLines implements Lines, Runnable, ActionListener {
      * line index to physical (real) line index */
     private SparseIntList knownLogicalLineCounts = null;
 
+    /** Offset positions of tabs */
+    private IntList tabCharOffsets = new IntList(100);
+    /** Sums of length of all preceding tabs (length of extra spaces) */
+    private IntListSimple tabLengthSums = new IntListSimple(100);
+
     /** last storage size (after dispose), in bytes */
     private int lastStorageSize = -1;
 
@@ -280,6 +287,7 @@ abstract class AbstractLines implements Lines, Runnable, ActionListener {
         knownLogicalLineCounts = null;
         lineStartList = new IntList(100);
         lineStartList.add(0);
+        lineCharLengthListWithTabs = new IntListSimple(100);
         linesToInfos = new IntMap();
         lineWithListenerToInfo = new IntMap();
         longestLineLen = 0;
@@ -346,6 +354,19 @@ abstract class AbstractLines implements Lines, Runnable, ActionListener {
     }
 
     /**
+     * Returns the length of the specified lin characters.
+     *
+     * @param idx A getLine number
+     * @return The number of characters
+     */
+    public int lengthWithTabs (int idx) {
+        if (idx == lineCharLengthListWithTabs.size()) {
+            return Math.max(0, lastCharLengthWithTabs);
+        }
+        return lineCharLengthListWithTabs.get(idx);
+    }
+
+    /**
      * Get the <strong>character</strong> index of a getLine as a position in
      * the output file.
      */
@@ -455,7 +476,7 @@ abstract class AbstractLines implements Lines, Runnable, ActionListener {
             //First getLine never has lines above it
             info[0] = 0;
             info[1] = 0;
-            info[2] = lengthToLineCount(length(0), charsPerLine);
+            info[2] = lengthToLineCount(lengthWithTabs(0), charsPerLine);
             return;
         }
 
@@ -472,7 +493,7 @@ abstract class AbstractLines implements Lines, Runnable, ActionListener {
         // compute how many logical lines is above our physical line
         int linesAbove = getLogicalLineCountAbove(physLineIdx, charsPerLine);
 
-        int len = length(physLineIdx);
+        int len = lengthWithTabs(physLineIdx);
         int wrapCount = lengthToLineCount(len, charsPerLine);
 
         info[0] = physLineIdx;
@@ -526,6 +547,94 @@ abstract class AbstractLines implements Lines, Runnable, ActionListener {
         }
     }
 
+    /**
+     * Get number of physical characters for the given logical (expanded TABs) length.
+     * @param offset
+     * @param logicalLength
+     * @param tabShiftPtr
+     * @return number of physical characters
+     */
+    public int getNumPhysicalChars(int offset, int logicalLength, int[] tabShiftPtr) {
+        synchronized (readLock()) {
+            int tabIndex1 = tabCharOffsets.findNearest(offset);
+            int tabSum1;
+            if (tabIndex1 > 0) {
+                if (tabCharOffsets.get(tabIndex1) < offset) {
+                    tabSum1 = tabLengthSums.get(tabIndex1);
+                } else {
+                    tabSum1 = tabLengthSums.get(tabIndex1 - 1);
+                }
+            } else {
+                tabSum1 = 0;
+            }
+            int tabIndex2 = tabCharOffsets.findNearest(offset + logicalLength);
+            if (tabIndex2 < 0) {
+                return logicalLength;
+            }
+            int tabSum2 = (tabIndex2 >= 0) ? tabLengthSums.get(tabIndex2) : 0;
+            if (tabSum1 == tabSum2) {
+                return logicalLength;
+            }
+            int realLength = logicalLength + tabSum1 - tabSum2; // rough guess, might be too small
+            if (realLength < 0) realLength = 0;
+            int i = offset + realLength;
+            tabIndex2 = tabCharOffsets.findNearest(i);
+            if (tabIndex2 < 0) {
+                tabIndex2 = - 1;
+                tabSum2 = 0;
+            } else {
+                tabSum2 = tabLengthSums.get(tabIndex2);
+            }
+            int n = tabCharOffsets.size();
+            for (tabIndex2++; tabIndex2 < n; tabIndex2++) {
+                if (realLength + tabSum2 - tabSum1 < logicalLength) {
+                    int nextTabOffset = tabCharOffsets.get(tabIndex2);
+                    tabSum2 = tabLengthSums.get(tabIndex2);
+                    if (nextTabOffset - offset + tabSum2 - tabSum1 > logicalLength) {
+                        tabSum2 = (tabIndex2 > 0) ? tabLengthSums.get(tabIndex2 - 1) : 0;
+                        realLength = logicalLength + tabSum1 - tabSum2;
+                        if (realLength > (nextTabOffset - offset)) {
+                            realLength = nextTabOffset - offset;
+                        }
+                        break;
+                    } else {
+                        realLength = nextTabOffset - offset;
+                    }
+                } else {
+                    if (tabShiftPtr != null) {
+                        tabShiftPtr[0] = realLength + tabSum2 - tabSum1 - logicalLength;
+                    }
+                    break;
+                }
+            }
+            if (realLength < 0) realLength = 0;
+            return realLength;
+        }
+    }
+
+    public int getNumLogicalChars(int offset, int physicalLength) {
+        synchronized (readLock()) {
+            int tabIndex1 = tabCharOffsets.findNearest(offset);
+            int tabSum1;
+            if (tabIndex1 > 0) {
+                if (tabCharOffsets.get(tabIndex1) < offset) {
+                    tabSum1 = tabLengthSums.get(tabIndex1);
+                } else {
+                    tabSum1 = tabLengthSums.get(tabIndex1 - 1);
+                }
+            } else {
+                tabSum1 = 0;
+            }
+
+            int tabIndex2 = tabCharOffsets.findNearest(offset + physicalLength - 1);
+            if (tabIndex2 < 0) {
+                return physicalLength;
+            }
+            int tabSum2 = tabLengthSums.get(tabIndex2);
+            return physicalLength + tabSum2 - tabSum1;
+        }
+    }
+
     private void registerLineWithListener(int line, LineInfo info, boolean important) {
         lineWithListenerToInfo.put(line, info);
         if (important) {
@@ -556,7 +665,7 @@ abstract class AbstractLines implements Lines, Runnable, ActionListener {
 
             int val = 0;
             for (int i = 0; i < lineCount; i++) {
-                int len = length(i);
+                int len = lengthWithTabs(i);
 
                 if (len > width) {
                     val += lengthToLineCount(len, width);
@@ -583,7 +692,9 @@ abstract class AbstractLines implements Lines, Runnable, ActionListener {
 
     private boolean lastLineFinished = true;
     private int lastLineLength = -1;
+    private int lastCharLengthWithTabs = -1;
 
+    // lineLength with tabs
     private void updateLastLine(int lineIdx, int lineLength) {
         synchronized (readLock()) {
             longestLineLen = Math.max(longestLineLen, lineLength);
@@ -599,7 +710,7 @@ abstract class AbstractLines implements Lines, Runnable, ActionListener {
                     knownLogicalLineCounts.removeLast();
                 } else {
                     aboveLineCount = knownLogicalLineCounts.lastAdded()
-                            - lengthToLineCount(lastLineLength, knownCharsPerLine)
+                            - lengthToLineCount(lastCharLengthWithTabs, knownCharsPerLine)
                             + lengthToLineCount(lineLength, knownCharsPerLine);
                     knownLogicalLineCounts.updateLast(lineIdx, aboveLineCount);
                 }
@@ -624,18 +735,20 @@ abstract class AbstractLines implements Lines, Runnable, ActionListener {
         }
     }
 
-    public void lineUpdated(int lineStart, int lineLength, boolean isFinished) {
+    public void lineUpdated(int lineStart, int lineLength, int charLengthWithTabs, boolean isFinished) {
         synchronized (readLock()) {
             int charLineLength = toCharIndex(lineLength);
             if (isFinished) {
                 charLineLength -= 1;
             }
-            updateLastLine(lineStartList.size() - 1, charLineLength);
+            updateLastLine(lineStartList.size() - 1, charLengthWithTabs);
             if (isFinished) {
                 lineStartList.add(lineStart + lineLength);
+                lineCharLengthListWithTabs.add(charLengthWithTabs);
             }
             lastLineFinished = isFinished;
             lastLineLength = isFinished ? -1 : charLineLength;
+            lastCharLengthWithTabs = isFinished ? -1 : charLengthWithTabs;
         }
         markDirty();
     }
@@ -683,6 +796,7 @@ abstract class AbstractLines implements Lines, Runnable, ActionListener {
             ch.close();
         } finally {
             fos.close();
+            FileUtil.refreshFor(new java.io.File(path));
         }
     }
 
@@ -861,7 +975,7 @@ abstract class AbstractLines implements Lines, Runnable, ActionListener {
         return lineStartList.toString();
     }
 
-    int addSegment(CharSequence s, int offset, int lineIdx, int pos, OutputListener l, boolean important, boolean err, Color c) {
+    private int addSegment(CharSequence s, int offset, int lineIdx, int pos, OutputListener l, boolean important, boolean err, Color c) {
         int len = length(lineIdx);
         if (len > 0) {
             LineInfo info = (LineInfo) linesToInfos.get(lineIdx);
@@ -903,6 +1017,9 @@ abstract class AbstractLines implements Lines, Runnable, ActionListener {
                 registerLineWithListener(lineIdx, info, important);
             } else {
                 info.addSegment(len, err, l, c, important);
+                if (important) {
+                    importantLines.add(lineIdx);
+                }
             }
         }
         return len;
@@ -919,7 +1036,14 @@ abstract class AbstractLines implements Lines, Runnable, ActionListener {
                     for (int k = i; k < s.length(); k++) {
                         if (s.charAt(k) == '\t') {
                             str.append(s, start, k);
-                            str.append(OutWriter.TAB_REPLACEMENT);
+                            int tabLength;
+                            synchronized (readLock()) {
+                                int tabIndex = tabCharOffsets.findNearest(startPos + k);
+                                tabLength = getTabLength(tabIndex);
+                            }
+                            while (tabLength-- > 0) {
+                                str.append(' ');
+                            }
                             start = k + 1;
                         }
                     }
@@ -942,4 +1066,24 @@ abstract class AbstractLines implements Lines, Runnable, ActionListener {
             registerLineWithListener(idx, info, important);
         }
     }
+
+    private int getTabLength(int i) {
+        if (i == 0) {
+            return tabLengthSums.get(0);
+        } else {
+            return tabLengthSums.get(i) - tabLengthSums.get(i-1) + 1;
+        }
+    }
+
+    void addTabAt(int i, int tabLength) {
+        tabLength--;    // substract the tab character as such, to have the extra length
+        synchronized (readLock()) {
+            tabCharOffsets.add(i);
+            int n = tabLengthSums.size();
+            if (n > 0) {
+                tabLength += tabLengthSums.get(n - 1);
+            }
+            tabLengthSums.add(tabLength);
+        }
+    }
 }
diff --git a/core.output2/src/org/netbeans/core/output2/Controller.java b/core.output2/src/org/netbeans/core/output2/Controller.java
index 3b5a240..46ce9cd 100644
--- a/core.output2/src/org/netbeans/core/output2/Controller.java
+++ b/core.output2/src/org/netbeans/core/output2/Controller.java
@@ -283,7 +283,7 @@ public class Controller {
                 return true;
             }
         }
-        if( version.startsWith("1.6.0_20") && "Aqua".equals( UIManager.getLookAndFeel().getID() ) )
+        if( version.startsWith("1.6.0_24") && "Aqua".equals( UIManager.getLookAndFeel().getID() ) )
             return true;
         return false;
     }
diff --git a/core.output2/src/org/netbeans/core/output2/ExtPlainView.java b/core.output2/src/org/netbeans/core/output2/ExtPlainView.java
index 938ae71..971afb9 100644
--- a/core.output2/src/org/netbeans/core/output2/ExtPlainView.java
+++ b/core.output2/src/org/netbeans/core/output2/ExtPlainView.java
@@ -268,16 +268,19 @@ class ExtPlainView extends PlainView {
         if (axis == Y_AXIS) {
             return super.getPreferredSpan(axis);
         } else {
+            if (longestLineLength == -1) {
+                calcLongestLineLength();
+            }
             return longestLineLength + 1;
         }
     }
     
     Font font;
     int tabBase;
-    int longestLineLength;
+    int longestLineLength = -1;
     Element longestLine;
 
-    protected void calcLongestLineLength() {
+    private void calcLongestLineLength() {
 	Component c = getContainer();
 	font = c.getFont();
 	metrics = c.getFontMetrics(font);
@@ -294,16 +297,6 @@ class ExtPlainView extends PlainView {
 	}
     }    
 
-    @Override
-    protected void updateMetrics() {
-        Component host = getContainer();
-        Font f = host.getFont();
-        if (font != f) {
-            // The font changed, we need to recalculate the longest line.
-            calcLongestLineLength();
-        }
-    }
-    
     /**
      * Calculate the width of the line represented by the given element.
      * It is assumed that the font and font metrics are up-to-date.
@@ -328,7 +321,10 @@ class ExtPlainView extends PlainView {
         if (!(doc instanceof Document)) {
             super.updateDamage(changes, a, f);
             return;
-        }        
+        }
+        if (longestLineLength == -1) {
+            calcLongestLineLength();
+        }
 	Component host = getContainer();
 	updateMetrics();        
 	Element elem = getElement();
diff --git a/core.output2/src/org/netbeans/core/output2/FileMapStorage.java b/core.output2/src/org/netbeans/core/output2/FileMapStorage.java
index e1cda73..7d8270b 100644
--- a/core.output2/src/org/netbeans/core/output2/FileMapStorage.java
+++ b/core.output2/src/org/netbeans/core/output2/FileMapStorage.java
@@ -167,7 +167,7 @@ class FileMapStorage implements Storage {
         return outfile == null ? "[unused or disposed FileMapStorage]" : outfile.getPath();
     }
     
-    private FileChannel writeChannel() {
+    private FileChannel writeChannel() throws IOException {
         FileChannel channel = fileChannel();
         closed = !channel.isOpen();
         return channel;
@@ -176,20 +176,13 @@ class FileMapStorage implements Storage {
     /**
      * Get a FileChannel opened for reading/writing against the output file.
      */
-    private FileChannel fileChannel() {
-        try {
-            if (fileChannel == null || !fileChannel.isOpen()) {
-                ensureFileExists();
-                RandomAccessFile raf = new RandomAccessFile(outfile, "rw");
-                fileChannel = raf.getChannel();
-            }
-            return fileChannel;
-        } catch (FileNotFoundException fnfe) {
-            fnfe.printStackTrace(); //XXX
-        } catch (IOException ioe) {
-            ioe.printStackTrace(); //XXX
+    private FileChannel fileChannel() throws IOException {
+        if (fileChannel == null || !fileChannel.isOpen()) {
+            ensureFileExists();
+            RandomAccessFile raf = new RandomAccessFile(outfile, "rw");
+            fileChannel = raf.getChannel();
         }
-        return null;
+        return fileChannel;
     }
 
     /**
@@ -233,6 +226,7 @@ class FileMapStorage implements Storage {
         bb.flip();
         FileChannel channel = writeChannel();
         if (channel.isOpen()) { //If a thread was terminated while writing, it will be closed
+            Thread.interrupted(); // #186629: must clear interrupt flag or channel will be broken
             channel.write (bb);
             synchronized (this) {
                 bytesWritten += byteCount;
diff --git a/core.output2/src/org/netbeans/core/output2/IntListSimple.java b/core.output2/src/org/netbeans/core/output2/IntListSimple.java
new file mode 100644
index 0000000..41b618f
--- /dev/null
+++ b/core.output2/src/org/netbeans/core/output2/IntListSimple.java
@@ -0,0 +1,99 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.netbeans.core.output2;
+
+/**
+ * A collections-like lineStartList of primitive integers.
+ */
+final class IntListSimple {
+    private int[] array;
+    private int used = 0;
+
+    /** Creates a new instance of IntMap */
+    IntListSimple(int capacity) {
+        array = new int[capacity];
+    }
+    
+    public synchronized void add (int value) {
+        if (used >= array.length) {
+            growArray();
+        }
+        array[used++] = value;
+    }
+    
+    public synchronized int get(int index) {
+        if (index >= used) {
+            throw new ArrayIndexOutOfBoundsException("List contains " + used 
+                + " items, but tried to fetch item " + index);
+        }
+        return array[index];
+    }
+    
+    public synchronized int size() {
+        return used;
+    }
+    
+    private void growArray() {
+        int[] old = array;
+        array = new int[Math.round(array.length * 1.5f)];
+        System.arraycopy(old, 0, array, 0, old.length);
+    }
+    
+    @Override
+    public String toString() {
+        StringBuilder result = new StringBuilder ("IntListSimple [");
+        for (int i=0; i < used; i++) {
+            result.append (i);
+            result.append (':');
+            result.append (array[i]);
+            if (i != used-1) {
+                result.append(',');
+            }
+        }
+        result.append (']');
+        return result.toString();
+    }
+    
+}
diff --git a/core.output2/src/org/netbeans/core/output2/Lines.java b/core.output2/src/org/netbeans/core/output2/Lines.java
index 309b823..038581f 100644
--- a/core.output2/src/org/netbeans/core/output2/Lines.java
+++ b/core.output2/src/org/netbeans/core/output2/Lines.java
@@ -70,6 +70,8 @@ public interface Lines {
      */
     int length (int idx);
 
+    int lengthWithTabs (int idx);
+
     /**
      * Get the character position corresponding to the start of a line
      *
@@ -174,6 +176,17 @@ public interface Lines {
     int getLogicalLineCountIfWrappedAt (int charCount);
 
     /**
+     * Get number of physical characters for the given logical (expanded TABs) length.
+     * @param offset
+     * @param logicalLength
+     * @param tabShiftPtr
+     * @return
+     */
+    public int getNumPhysicalChars(int offset, int logicalLength, int[] tabShiftPtr);
+
+    public int getNumLogicalChars(int offset, int physicalLength);
+    
+    /**
      * Determine if a character position indicates the first character of a line.
      *
      * @param chpos A character index in the stored text
diff --git a/core.output2/src/org/netbeans/core/output2/OutWriter.java b/core.output2/src/org/netbeans/core/output2/OutWriter.java
index e2d3a83..a5f5f4a 100644
--- a/core.output2/src/org/netbeans/core/output2/OutWriter.java
+++ b/core.output2/src/org/netbeans/core/output2/OutWriter.java
@@ -41,11 +41,6 @@
  * Version 2 license, then the option applies only if the new code is
  * made subject to such option by the copyright holder.
  */
-/*
- * OutWriter.java
- *
- * Created on February 27, 2004, 7:24 PM
- */
 
 package org.netbeans.core.output2;
 
@@ -56,6 +51,8 @@ import java.io.*;
 import java.nio.ByteBuffer;
 import java.nio.CharBuffer;
 import java.util.Collection;
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
 import org.openide.util.Exceptions;
 import org.openide.util.Utilities;
 
@@ -65,7 +62,7 @@ import org.openide.util.Utilities;
  * @author  Tim Boudreau
  */
 class OutWriter extends PrintWriter {
-    /** A flag indicating an io exception occured */
+    /** A flag indicating an io exception occurred */
     private boolean trouble = false;
 
     private NbIO owner;
@@ -101,6 +98,7 @@ class OutWriter extends PrintWriter {
      */
     private int lineStart;
     private int lineLength;
+    private int lineCharLengthWithTabs;
 
     /** Creates a new instance of OutWriter */
     OutWriter(NbIO owner) {
@@ -115,6 +113,7 @@ class OutWriter extends PrintWriter {
         super (new DummyWriter());
         lineStart = -1;
         lineLength = 0;
+        lineCharLengthWithTabs = 0;
     }
 
     Storage getStorage() {
@@ -123,7 +122,7 @@ class OutWriter extends PrintWriter {
         }
         if (storage == null) {
             storage = USE_HEAP_STORAGE || lowDiskSpace ? 
-                (Storage)new HeapStorage() : (Storage)new FileMapStorage();
+                new HeapStorage() : new FileMapStorage();
         }
         return storage;
     }
@@ -169,7 +168,7 @@ class OutWriter extends PrintWriter {
      * @param bb
      * @throws IOException
      */
-    public synchronized void write(ByteBuffer bb, boolean completeLine) {
+    private synchronized void write(ByteBuffer bb, int lineCharLengthWithTabs, boolean completeLine) {
         if (checkError()) {
             return;
         }
@@ -180,6 +179,7 @@ class OutWriter extends PrintWriter {
         } catch (java.nio.channels.AsynchronousCloseException ace) {
             //Execution termination has sent ThreadDeath to the process in the
             //middle of a write
+            Exceptions.printStackTrace(ace);
             onWriteException();
         } catch (IOException ioe) {
             //Out of disk space
@@ -204,13 +204,15 @@ class OutWriter extends PrintWriter {
         }
         int length = bb.limit();
         lineLength = lineLength + length;
+        this.lineCharLengthWithTabs += lineCharLengthWithTabs;
         if (start >= 0 && lineStart == -1) {
             lineStart = start;
         }
-        lines.lineUpdated(lineStart, lineLength, completeLine);
+        lines.lineUpdated(lineStart, lineLength, this.lineCharLengthWithTabs, completeLine);
         if (completeLine) {
             lineStart = -1;
             lineLength = 0;
+            this.lineCharLengthWithTabs = 0;
         }
         if (owner != null && owner.isStreamClosed()) {
             owner.setStreamClosed(false);
@@ -379,49 +381,64 @@ class OutWriter extends PrintWriter {
     
     /** write buffer size in chars */
     private static final int WRITE_BUFF_SIZE = 16*1024;
-    static final String TAB_REPLACEMENT = "        ";
-    public synchronized int doWrite(CharSequence s, int off, int len) {
+    private synchronized void doWrite(CharSequence s, int off, int len) {
         if (checkError() || len == 0) {
-            return 0;
+            return;
+        }
+        
+        // XXX will not pick up ANSI sequences broken across write blocks, but this is likely rare
+        if (printANSI(s.subSequence(off, off + len), false, false, false)) {
+            return;
         }
+        /* XXX causes stack overflow
+        if (ansiColor != null) {
+            print(s, null, false, null, false, false);
+            return;
+        }
+         */
 
-        int lineCount = 0;
+        int lineCLVT = 0;
         try {
             boolean written = false;
             ByteBuffer byteBuff = getStorage().getWriteBuffer(WRITE_BUFF_SIZE * 2);
             CharBuffer charBuff = byteBuff.asCharBuffer();
+            int charOffset = AbstractLines.toCharIndex(getStorage().size());
             for (int i = off; i < off + len; i++) {
-                if (charBuff.position() + TAB_REPLACEMENT.length() >= WRITE_BUFF_SIZE) {
-                    write((ByteBuffer) byteBuff.position(charBuff.position() * 2), false);
+                if (charBuff.position() + 1 >= WRITE_BUFF_SIZE) {
+                    write((ByteBuffer) byteBuff.position(charBuff.position() * 2), lineCLVT, false);
                     written = true;
                 }
                 if (written) {
                     byteBuff = getStorage().getWriteBuffer(WRITE_BUFF_SIZE * 2);
                     charBuff = byteBuff.asCharBuffer();
+                    lineCLVT = 0;
                     written = false;
                 }
                 char c = s.charAt(i);
                 if (c == '\t') {
-                    charBuff.put(TAB_REPLACEMENT);
+                    charBuff.put(c);
+                    int tabLength = WrappedTextView.TAB_SIZE - ((this.lineCharLengthWithTabs + lineCLVT) % WrappedTextView.TAB_SIZE);
+                    lines.addTabAt(charOffset + (i - off), tabLength);
+                    lineCLVT += tabLength;
                 } else if (c == '\r') {
                     // skip
                 } else if (c == '\n') {
                     charBuff.put(c);
-                    write((ByteBuffer) byteBuff.position(charBuff.position() * 2), true);
+                    write((ByteBuffer) byteBuff.position(charBuff.position() * 2), lineCLVT, true);
                     written = true;
-                    lineCount++;
                 } else {
                     charBuff.put(c);
+                    lineCLVT++;
                 }
             }
             if (!written) {
-                write((ByteBuffer) byteBuff.position(charBuff.position() * 2), false);
+                write((ByteBuffer) byteBuff.position(charBuff.position() * 2), lineCLVT, false);
             }
         } catch (IOException ioe) {
             onWriteException();
         }
         lines.delayedFire();
-        return lineCount;
+        return;
     }
 
     @Override
@@ -459,6 +476,12 @@ class OutWriter extends PrintWriter {
     }
 
     synchronized void print(CharSequence s, OutputListener l, boolean important, Color c, boolean err, boolean addLS) {
+        if (c == null) {
+            if (l == null && printANSI(s, important, err, addLS)) {
+                return;
+            }
+            c = ansiColor; // carry over from previous line
+        }
         int lastLine = lines.getLineCount() - 1;
         int lastPos = lines.getCharCount();
         doWrite(s, 0, s.length());
@@ -467,6 +490,97 @@ class OutWriter extends PrintWriter {
         }
         lines.updateLinesInfo(s, lastLine, lastPos, l, important, err, c);
     }
+    private Color ansiColor;
+    private int ansiColorCode;
+    private boolean ansiBright;
+    private boolean ansiFaint;
+    private static final Pattern ANSI_CSI_SGR = Pattern.compile("\u001B\\[(\\d+(;\\d+)*)?m"); // XXX or x9B for single-char CSI?
+    private static final Color[] COLORS = { // xterm from http://en.wikipedia.org/wiki/ANSI_escape_code#Colors
+        null, // default color (black for stdout)
+        new Color(205, 0, 0),
+        new Color(0, 205, 0),
+        new Color(205, 205, 0),
+        new Color(0, 0, 238),
+        new Color(205, 0, 205),
+        new Color(0, 205, 205),
+        new Color(229, 229, 229),
+        // bright variants:
+        new Color(127, 127, 127),
+        new Color(255, 0, 0),
+        new Color(0, 255, 0),
+        new Color(255, 255, 0),
+        new Color(92, 92, 255),
+        new Color(255, 0, 255),
+        new Color(0, 255, 255),
+        new Color(255, 255, 255),
+    };
+    private boolean printANSI(CharSequence s, boolean important, boolean err, boolean addLS) { // #192779
+        int len = s.length();
+        boolean hasEscape = false; // fast initial check
+        for (int i = 0; i < len - 1; i++) {
+            if (s.charAt(i) == '\u001B' && s.charAt(i + 1) == '[') { // XXX or x9B for single-char CSI?
+                hasEscape = true;
+                break;
+            }
+        }
+        if (!hasEscape) {
+            return false;
+        }
+        Matcher m = ANSI_CSI_SGR.matcher(s);
+        int text = 0;
+        while (m.find()) {
+            int esc = m.start();
+            if (esc > text) {
+                print(s.subSequence(text, esc), null, important, ansiColor, err, false);
+            }
+            text = m.end();
+            String paramsS = m.group(1);
+            if (Controller.VERBOSE) {
+                Controller.log("ANSI CSI+SGR: " + paramsS);
+            }
+            if (paramsS == null) { // like ["0"]
+                ansiColorCode = 0;
+                ansiBright = false;
+                ansiFaint = false;
+            } else {
+                for (String param : paramsS.split(";")) {
+                    int code = Integer.parseInt(param);
+                    if (code == 0) { // Reset / Normal
+                        ansiColorCode = 0;
+                        ansiBright = false;
+                        ansiFaint = false;
+                    } else if (code == 1) { // Bright (increased intensity) or Bold
+                        ansiBright = true;
+                        ansiFaint = false;
+                    } else if (code == 2) { // Faint (decreased intensity)
+                        ansiBright = false;
+                        ansiFaint = true;
+                    } else if (code == 21) { // Bright/Bold: off or Underline: Double
+                        ansiBright = false;
+                    } else if (code == 22) { // Normal color or intensity
+                        ansiBright = false;
+                        ansiFaint = false;
+                    } else if (code >= 30 && code <= 37) { // Set text color
+                        ansiColorCode = code - 30;
+                    } else if (code == 39) { // Default text color
+                        ansiColorCode = 0;
+                    }
+                }
+            }
+            assert ansiColorCode >= 0 && ansiColorCode <= 7;
+            assert !(ansiBright && ansiFaint);
+            ansiColor = COLORS[ansiColorCode + (ansiBright ? 8 : 0)];
+            if (ansiFaint && ansiColor != null) {
+                ansiColor = ansiColor.darker();
+            }
+        }
+        if (text < len) { // final segment
+            print(s.subSequence(text, len), null, important, ansiColor, err, addLS);
+        } else if (addLS) { // line ended w/ control seq
+            println();
+        }
+        return true;
+    }
 
     synchronized void print(CharSequence s, LineInfo info, boolean important) {
         int line = lines.getLineCount() - 1;
diff --git a/core.output2/src/org/netbeans/core/output2/OutputDocument.java b/core.output2/src/org/netbeans/core/output2/OutputDocument.java
index ee6612c..9a03253 100644
--- a/core.output2/src/org/netbeans/core/output2/OutputDocument.java
+++ b/core.output2/src/org/netbeans/core/output2/OutputDocument.java
@@ -263,7 +263,7 @@ public class OutputDocument implements Document, Element, ChangeListener {
             AbstractLines lines = (AbstractLines) getLines();
             int start = lines.getLineStart(lines.getLineCount() - 1);
             int length = getLength() - start;
-            lines.lineUpdated(2*start, 2*length, false);
+            lines.lineUpdated(2*start, 2*length, length, false);
         }
         fireDocumentEvent(ev);
     }
@@ -297,7 +297,7 @@ public class OutputDocument implements Document, Element, ChangeListener {
         if (getLines() instanceof AbstractLines) {
             AbstractLines lines = (AbstractLines) getLines();
             int start = lines.getLineStart(lines.getLineCount() - 1);
-            lines.lineUpdated(2*start, 0, false);
+            lines.lineUpdated(2*start, 0, 0, false);
         }        
         fireDocumentEvent(ev);
         return toReturn;
@@ -338,7 +338,7 @@ public class OutputDocument implements Document, Element, ChangeListener {
                 AbstractLines lines = (AbstractLines) getLines();
                 int start = lines.getLineStart(lines.getLineCount() - 1);
                 int l = getLength() - start;
-                lines.lineUpdated(2*start, 2*l, false);
+                lines.lineUpdated(2*start, 2*l, l, false);
             }            
             fireDocumentEvent(ev);
         }
diff --git a/core.output2/src/org/netbeans/core/output2/OutputTab.java b/core.output2/src/org/netbeans/core/output2/OutputTab.java
index 3f1bd77..a30de09 100644
--- a/core.output2/src/org/netbeans/core/output2/OutputTab.java
+++ b/core.output2/src/org/netbeans/core/output2/OutputTab.java
@@ -60,7 +60,9 @@ import java.io.CharConversionException;
 import java.io.File;
 import java.io.IOException;
 import java.util.ArrayList;
+import java.util.EnumMap;
 import java.util.List;
+import java.util.Map;
 import java.util.regex.Pattern;
 import java.util.regex.PatternSyntaxException;
 import javax.swing.AbstractAction;
@@ -95,6 +97,9 @@ import org.openide.windows.OutputListener;
 import org.openide.windows.WindowManager;
 import org.openide.xml.XMLUtil;
 
+import static org.netbeans.core.output2.OutputTab.ACTION.*;
+
+
 /**
  * A component representing one tab in the output window.
  */
@@ -106,32 +111,25 @@ final class OutputTab extends AbstractOutputTab implements IOContainer.CallBacks
         this.io = io;
         if (Controller.LOG) Controller.log ("Created an output component for " + io);
         outWriter = ((NbWriter) io.getOut()).out();
+        createActions();
         OutputDocument doc = new OutputDocument(outWriter);
         setDocument(doc);
 
         installKBActions();
-        getActionMap().put("jumpPrev", this.prevErrorAction); // NOI18N
-        getActionMap().put("jumpNext", this.nextErrorAction); // NOI18N
-        getActionMap().put(FindAction.class.getName(), this.findAction);
-        getActionMap().put(javax.swing.text.DefaultEditorKit.copyAction, this.copyAction);
+        getActionMap().put("jumpPrev", action(PREV_ERROR)); // NOI18N
+        getActionMap().put("jumpNext", action(NEXT_ERROR)); // NOI18N
+        getActionMap().put(FindAction.class.getName(), action(FIND));
+        getActionMap().put(javax.swing.text.DefaultEditorKit.copyAction, action(COPY));
+    }
+
+    private final TabAction action(ACTION a) {
+        return actions.get(a);
     }
 
     private void installKBActions() {
-        installKeyboardAction(copyAction);
-        installKeyboardAction(selectAllAction);
-        installKeyboardAction(findAction);
-        installKeyboardAction(findNextAction);
-        installKeyboardAction(findPreviousAction);
-        installKeyboardAction(wrapAction);
-        installKeyboardAction(largerFontAction);
-        installKeyboardAction(smallerFontAction);
-        installKeyboardAction(saveAsAction);
-        installKeyboardAction(closeAction);
-        installKeyboardAction(copyAction);
-        installKeyboardAction(navToLineAction);
-        installKeyboardAction(postMenuAction);
-        installKeyboardAction(clearAction);
-        installKeyboardAction(filterAction);
+        for (ACTION a : actionsToInstall) {
+            installKeyboardAction(action(a));
+        }
     }
 
     @Override
@@ -188,8 +186,8 @@ final class OutputTab extends AbstractOutputTab implements IOContainer.CallBacks
 
     public void hasSelectionChanged(boolean val) {
         if (isShowing()) {
-            copyAction.setEnabled(val);
-            selectAllAction.setEnabled(!getOutputPane().isAllSelected());
+            actions.get(ACTION.COPY).setEnabled(val);
+            actions.get(ACTION.SELECT_ALL).setEnabled(!getOutputPane().isAllSelected());
         }
     }
 
@@ -227,7 +225,7 @@ final class OutputTab extends AbstractOutputTab implements IOContainer.CallBacks
             filtOut.readFrom(outWriter);
         }
         boolean hadOutputListeners = hasOutputListeners;
-        hasOutputListeners = getOut() != null && getOut().getLines().firstListenerLine() >= 0;
+        hasOutputListeners = getOut() != null && (getOut().getLines().firstListenerLine() >= 0 || getOut().getLines().firstImportantListenerLine() >= 0);
         if (hasOutputListeners != hadOutputListeners) {
             hasOutputListenersChanged(hasOutputListeners);
         }
@@ -480,10 +478,12 @@ final class OutputTab extends AbstractOutputTab implements IOContainer.CallBacks
             }
             fd.setModal(true);
             fd.setVisible(true);
-            String s = fd.getDirectory() + fd.getFile();
-            f = new File(s);
-            if (f.exists() && f.isDirectory()) {
-                f = null;
+            if (fd.getFile() != null && fd.getDirectory() != null) {
+                String s = fd.getDirectory() + fd.getFile();
+                f = new File(s);
+                if (f.exists() && f.isDirectory()) {
+                    f = null;
+                }
             }
         } else {
             JFileChooser jfc = new JFileChooser();
@@ -562,27 +562,28 @@ final class OutputTab extends AbstractOutputTab implements IOContainer.CallBacks
 
         List<TabAction> activeActions = new ArrayList<TabAction>(popupItems.length);
         for (int i = 0; i < popupItems.length; i++) {
-            if (popupItems[i] instanceof JSeparator) {
-                popup.add((JSeparator) popupItems[i]);
+            if (popupItems[i] == null) {
+                popup.add(new JSeparator());
             } else {
-                if (popupItems[i] == wrapAction) {
-                    JCheckBoxMenuItem item = new JCheckBoxMenuItem((Action) popupItems[i]);
+                TabAction ta = action(popupItems[i]);
+                if (popupItems[i] == ACTION.WRAP) {
+                    JCheckBoxMenuItem item = new JCheckBoxMenuItem(ta);
                     item.setSelected(getOutputPane().isWrapped());
-                    activeActions.add((TabAction) popupItems[i]);
+                    activeActions.add(ta);
                     popup.add(item);
-                } else if (popupItems[i] == filterAction) {
-                    JCheckBoxMenuItem item = new JCheckBoxMenuItem((Action) popupItems[i]);
+                } else if (popupItems[i] == ACTION.FILTER) {
+                    JCheckBoxMenuItem item = new JCheckBoxMenuItem(ta);
                     item.setSelected(origPane != null);
-                    activeActions.add((TabAction) popupItems[i]);
+                    activeActions.add(ta);
                     popup.add(item);
                 } else {
-                    if ((popupItems[i] == closeAction && !io.getIOContainer().isCloseable(this))
-                            || (popupItems[i] == fontTypeAction && getOutputPane().isWrapped())) {
+                    if ((popupItems[i] == ACTION.CLOSE && !io.getIOContainer().isCloseable(this))
+                            || (popupItems[i] == ACTION.FONT_TYPE && getOutputPane().isWrapped())) {
                         continue;
                     }
-                    JMenuItem item = popup.add((Action) popupItems[i]);
-                    activeActions.add((TabAction) popupItems[i]);
-                    if (popupItems[i] == findAction) {
+                    JMenuItem item = popup.add(ta);
+                    activeActions.add(ta);
+                    if (popupItems[i] == ACTION.FIND) {
                         item.setMnemonic(KeyEvent.VK_F);
                     }
                 }
@@ -605,12 +606,12 @@ final class OutputTab extends AbstractOutputTab implements IOContainer.CallBacks
         int len = pane.getLength();
         boolean enable = len > 0;
         OutWriter out = getOut();
-        saveAsAction.setEnabled(enable);
-        selectAllAction.setEnabled(enable);
-        copyAction.setEnabled(pane.hasSelection());
+        action(SAVEAS).setEnabled(enable);
+        action(SELECT_ALL).setEnabled(enable);
+        action(COPY).setEnabled(pane.hasSelection());
         boolean hasErrors = out == null ? false : out.getLines().hasListeners();
-        nextErrorAction.setEnabled(hasErrors);
-        prevErrorAction.setEnabled(hasErrors);
+        action(NEXT_ERROR).setEnabled(hasErrors);
+        action(PREV_ERROR).setEnabled(hasErrors);
     }
 
     private void showFontChooser() {
@@ -681,56 +682,68 @@ final class OutputTab extends AbstractOutputTab implements IOContainer.CallBacks
         io.getIOContainer().setTitle(this, escaped.replace("'", "'"));
     }
 
-    private static final int ACTION_COPY = 0;
-    private static final int ACTION_WRAP = 1;
-    private static final int ACTION_SAVEAS = 2;
-    private static final int ACTION_CLOSE = 3;
-    private static final int ACTION_NEXTERROR = 4;
-    private static final int ACTION_PREVERROR = 5;
-    private static final int ACTION_SELECTALL = 6;
-    private static final int ACTION_FIND = 7;
-    private static final int ACTION_FINDNEXT = 8;
-    private static final int ACTION_NAVTOLINE = 9;
-    private static final int ACTION_POSTMENU = 10;
-    private static final int ACTION_FINDPREVIOUS = 11;
-    private static final int ACTION_CLEAR = 12;
-    private static final int ACTION_NEXTTAB = 13;
-    private static final int ACTION_PREVTAB = 14;
-    private static final int ACTION_LARGERFONT = 15;
-    private static final int ACTION_SMALLERFONT = 16;
-    private static final int ACTION_FONTTYPE = 17;
-    private static final int ACTION_FILTER = 18;
-    private static final int ACTION_PASTE = 19;
-
-    Action copyAction = new TabAction(ACTION_COPY, "ACTION_COPY"); //NOI18N
-    Action pasteAction = new TabAction(ACTION_PASTE, "ACTION_PASTE"); //NOI18N
-    Action wrapAction = new TabAction(ACTION_WRAP, "ACTION_WRAP"); //NOI18N
-    Action saveAsAction = new TabAction(ACTION_SAVEAS, "ACTION_SAVEAS"); //NOI18N
-    Action closeAction = new TabAction(ACTION_CLOSE, "ACTION_CLOSE"); //NOI18N
-    Action nextErrorAction = new TabAction(ACTION_NEXTERROR, "ACTION_NEXT_ERROR"); //NOI18N
-    Action prevErrorAction = new TabAction(ACTION_PREVERROR, "ACTION_PREV_ERROR"); //NOI18N
-    Action selectAllAction = new TabAction(ACTION_SELECTALL, "ACTION_SELECT_ALL"); //NOI18N
-    Action findAction = new TabAction(ACTION_FIND, "ACTION_FIND"); //NOI18N
-    Action findNextAction = new TabAction(ACTION_FINDNEXT, "ACTION_FIND_NEXT"); //NOI18N
-    Action findPreviousAction = new TabAction(ACTION_FINDPREVIOUS, "ACTION_FIND_PREVIOUS"); //NOI18N
-    Action filterAction = new TabAction(ACTION_FILTER, "ACTION_FILTER"); //NOI18N
-    Action largerFontAction = new TabAction(ACTION_LARGERFONT, "ACTION_LARGER_FONT"); //NOI18N
-    Action smallerFontAction = new TabAction(ACTION_SMALLERFONT, "ACTION_SMALLER_FONT"); //NOI18N
-    Action fontTypeAction = new TabAction(ACTION_FONTTYPE, "ACTION_FONT_TYPE"); //NOI18N
-
-    Action navToLineAction = new TabAction(ACTION_NAVTOLINE, "navToLine", //NOI18N
-            KeyStroke.getKeyStroke(KeyEvent.VK_ENTER, 0));
-    Action postMenuAction = new TabAction(ACTION_POSTMENU, "postMenu", //NOI18N
-            KeyStroke.getKeyStroke(KeyEvent.VK_F10, KeyEvent.SHIFT_DOWN_MASK));
-    Action clearAction = new TabAction(ACTION_CLEAR, "ACTION_CLEAR");
-    Action nextTabAction = new TabAction(ACTION_NEXTTAB, "NextViewAction", //NOI18N
-            (KeyStroke) null);
-    Action prevTabAction = new TabAction(ACTION_PREVTAB, "PreviousViewAction", //NOI18N
-            (KeyStroke) null);
-    private Object[] popupItems = new Object[]{
-        copyAction, pasteAction, new JSeparator(), findAction, findNextAction, findPreviousAction, filterAction, new JSeparator(),
-        wrapAction, largerFontAction, smallerFontAction, fontTypeAction, new JSeparator(), saveAsAction,
-        clearAction, closeAction,};
+    static enum ACTION { COPY, WRAP, SAVEAS, CLOSE, NEXT_ERROR, PREV_ERROR,
+                         SELECT_ALL, FIND, FIND_NEXT, NAVTOLINE, POSTMENU,
+                         FIND_PREVIOUS, CLEAR, NEXTTAB, PREVTAB, LARGER_FONT,
+                         SMALLER_FONT, FONT_TYPE, FILTER, PASTE }
+
+    private static final ACTION[] popupItems = new ACTION[] {
+        COPY, PASTE, null, FIND, FIND_NEXT, FIND_PREVIOUS, FILTER, null,
+        WRAP, LARGER_FONT, SMALLER_FONT, FONT_TYPE, null,
+        SAVEAS, CLEAR, CLOSE,
+    };
+
+    private static final ACTION[] actionsToInstall = new ACTION[] {
+            COPY, SELECT_ALL, FIND, FIND_NEXT, FIND_PREVIOUS, WRAP, LARGER_FONT,
+            SMALLER_FONT, SAVEAS, CLOSE, COPY, NAVTOLINE, POSTMENU, CLEAR, FILTER,
+    };
+
+    private final Map<ACTION, TabAction> actions = new EnumMap<ACTION, TabAction>(ACTION.class);;
+
+    private void createActions() {
+        for (ACTION a : ACTION.values()) {
+            TabAction action;
+            switch(a) {
+                case COPY:
+                case PASTE:
+                case WRAP:
+                case SAVEAS:
+                case CLOSE:
+                case NEXT_ERROR:
+                case PREV_ERROR:
+                case SELECT_ALL:
+                case FIND:
+                case FIND_NEXT:
+                case FIND_PREVIOUS:
+                case FILTER:
+                case LARGER_FONT:
+                case SMALLER_FONT:
+                case FONT_TYPE:
+                case CLEAR:
+                    action = new TabAction(a, "ACTION_"+a.name());
+                    break;
+                case NAVTOLINE:
+                    action = new TabAction(a, "navToLine", //NOI18N
+                                KeyStroke.getKeyStroke(KeyEvent.VK_ENTER, 0));
+                    break;
+                case POSTMENU:
+                    action = new TabAction(a, "postMenu", //NOI18N
+                                KeyStroke.getKeyStroke(KeyEvent.VK_F10, KeyEvent.SHIFT_DOWN_MASK));
+                    break;
+                case NEXTTAB:
+                    action = new TabAction(a, "NextViewAction", //NOI18N
+                                (KeyStroke) null);
+                    break;
+                case PREVTAB:
+                    action = new TabAction(a, "PreviousViewAction", //NOI18N
+                                (KeyStroke) null);
+                    break;
+                default:
+                    throw new IllegalStateException("Unhandled action "+a);
+            }
+            actions.put(a, action);
+        }
+    }
 
     /**
      * A stateless action which will find the owning OutputTab's controller and call
@@ -738,7 +751,7 @@ final class OutputTab extends AbstractOutputTab implements IOContainer.CallBacks
      */
     class TabAction extends AbstractAction {
 
-        private int id;
+        private ACTION action;
 
         /**
          * Create a ControllerAction with the specified action ID (constants defined in Controller),
@@ -751,11 +764,11 @@ final class OutputTab extends AbstractOutputTab implements IOContainer.CallBacks
          * @param bundleKey A key for the bundle associated with the Controller class
          * @see org.openide.util.Utilities#stringToKey
          */
-        TabAction(int id, String bundleKey) {
+        TabAction(ACTION action, String bundleKey) {
             if (bundleKey != null) {
                 String name = NbBundle.getMessage(OutputTab.class, bundleKey);
                 KeyStroke accelerator = getAcceleratorFor(bundleKey);
-                this.id = id;
+                this.action = action;
                 putValue(NAME, name);
                 putValue(ACCELERATOR_KEY, accelerator);
             }
@@ -769,8 +782,8 @@ final class OutputTab extends AbstractOutputTab implements IOContainer.CallBacks
          * @param name A programmatic name for the item
          * @param stroke An accelerator keystroke
          */
-        TabAction(int id, String name, KeyStroke stroke) {
-            this.id = id;
+        TabAction(ACTION action, String name, KeyStroke stroke) {
+            this.action = action;
             putValue(NAME, name);
             putValue(ACCELERATOR_KEY, stroke);
         }
@@ -797,60 +810,85 @@ final class OutputTab extends AbstractOutputTab implements IOContainer.CallBacks
             return Utilities.stringToKey(NbBundle.getMessage(OutputTab.class, key));
         }
 
-        public int getID() {
-            return id;
+        public ACTION getAction() {
+            return action;
+        }
+
+        @Override
+        public boolean isEnabled() {
+            if (getIO().isClosed()) {
+                // Cached action for an already closed tab.
+                // Try to find the appropriate action for a new active tab...
+                JComponent selected = getIO().getIOContainer().getSelected();
+                if (OutputTab.this != selected && selected instanceof OutputTab) {
+                    OutputTab tab = (OutputTab) selected;
+                    return tab.action(action).isEnabled();
+                }
+                return false;
+            }
+            return super.isEnabled();
         }
 
         public void actionPerformed(ActionEvent e) {
-            switch (id) {
-                case ACTION_COPY:
+            if (getIO().isClosed()) {
+                // Cached action for an already closed tab.
+                // Try to find the appropriate action for a new active tab...
+                JComponent selected = getIO().getIOContainer().getSelected();
+                if (OutputTab.this != selected && selected instanceof OutputTab) {
+                    OutputTab tab = (OutputTab) selected;
+                    tab.action(action).actionPerformed(e);
+                }
+                return ;
+            }
+            switch (getAction()) {
+                case COPY:
                     getOutputPane().copy();
                     break;
-                case ACTION_PASTE:
+                case PASTE:
                     getOutputPane().paste();
                     break;
-                case ACTION_WRAP:
+                case WRAP:
                     boolean wrapped = getOutputPane().isWrapped();
                     getOutputPane().setWrapped(!wrapped);
                     break;
-                case ACTION_SAVEAS:
+                case SAVEAS:
                     saveAs();
                     break;
-                case ACTION_CLOSE:
+                case CLOSE:
                     io.getIOContainer().remove(OutputTab.this);
                     break;
-                case ACTION_NEXTERROR:
+                case NEXT_ERROR:
                     sendCaretToError(false);
                     break;
-                case ACTION_PREVERROR:
+                case PREV_ERROR:
                     sendCaretToError(true);
                     break;
-                case ACTION_SELECTALL:
+                case SELECT_ALL:
                     getOutputPane().selectAll();
                     break;
-                case ACTION_FIND:
+                case FIND:
                      {
                         String pattern = getFindDlgResult(getOutputPane().getSelectedText(), "LBL_Find_Title", "LBL_Find_What", "BTN_Find"); //NOI18N
                         if (pattern != null && find(false)) {
-                            findNextAction.setEnabled(true);
-                            findPreviousAction.setEnabled(true);
+                            action(FIND_NEXT).setEnabled(true);
+                            action(FIND_PREVIOUS).setEnabled(true);
                             requestFocus();
                         }
                     }
                     break;
-                case ACTION_FINDNEXT:
+                case FIND_NEXT:
                     find(false);
                     break;
-                case ACTION_FINDPREVIOUS:
+                case FIND_PREVIOUS:
                     find(true);
                     break;
-                case ACTION_NAVTOLINE:
+                case NAVTOLINE:
                     openHyperlink();
                     break;
-                case ACTION_POSTMENU:
+                case POSTMENU:
                     postPopupMenu(new Point(0, 0), OutputTab.this);
                     break;
-                case ACTION_CLEAR:
+                case CLEAR:
                     NbWriter writer = io.writer();
                     if (writer != null) {
                         try {
@@ -864,16 +902,16 @@ final class OutputTab extends AbstractOutputTab implements IOContainer.CallBacks
                         }
                     }
                     break;
-                case ACTION_SMALLERFONT:
+                case SMALLER_FONT:
                     Controller.getDefault().changeFontSizeBy(-1, getOutputPane().isWrapped());
                     break;
-                case ACTION_LARGERFONT:
+                case LARGER_FONT:
                     Controller.getDefault().changeFontSizeBy(1, getOutputPane().isWrapped());
                     break;
-                case ACTION_FONTTYPE:
+                case FONT_TYPE:
                     showFontChooser();
                     break;
-                case ACTION_FILTER:
+                case FILTER:
                     if (origPane != null) {
                         setFilter(null, false, false);
                     } else {
@@ -893,7 +931,7 @@ final class OutputTab extends AbstractOutputTab implements IOContainer.CallBacks
     @Override
     public void setInputVisible(boolean val) {
         super.setInputVisible(val);
-        pasteAction.setEnabled(val);
+        action(PASTE).setEnabled(val);
     }
 
     private boolean validRegExp(String pattern) {
diff --git a/core.output2/src/org/netbeans/core/output2/WrappedTextView.java b/core.output2/src/org/netbeans/core/output2/WrappedTextView.java
index 962c37e..5a23af1 100644
--- a/core.output2/src/org/netbeans/core/output2/WrappedTextView.java
+++ b/core.output2/src/org/netbeans/core/output2/WrappedTextView.java
@@ -61,9 +61,12 @@ import org.openide.util.Exceptions;
  * All position/line calculations this view does are based on the integer array
  * of line offsets kept by the writer's Lines object.
  *
- * @author Tim Boudreau
+ * @author Tim Boudreau, Martin Entlicher
  */
-public class WrappedTextView extends View {
+public class WrappedTextView extends View implements TabExpander {
+
+    static final int TAB_SIZE = 8;  // The default tab size
+
     /**
      * The component we will paint
      */
@@ -116,6 +119,10 @@ public class WrappedTextView extends View {
 
     private static Map hintsMap = null;
     
+    int tabSize;
+    int tabBase;
+    private int tabOffsetX = 0;
+    
     @SuppressWarnings("unchecked")
     static final Map getHints() {
         if (hintsMap == null) {
@@ -177,6 +184,22 @@ public class WrappedTextView extends View {
         }
     }
 
+    private int getTabSize() {
+        //Integer i = (Integer) getDocument().getProperty(PlainDocument.tabSizeAttribute);
+        //int size = (i != null) ? i.intValue() : TAB_SIZE;
+        //return size;
+        return TAB_SIZE;
+    }
+
+    @Override
+    public float nextTabStop(float x, int tabOffset) {
+        if (tabSize == 0) {
+            return x;
+        }
+        int ntabs = (((int) x) - margin() + tabOffsetX) / tabSize;
+        return margin() + ((ntabs + 1) * tabSize) - tabOffsetX;
+    }
+
     void updateMetrics() {
         Font font = comp.getFont();
         FontMetrics fm = comp.getFontMetrics(font);
@@ -189,6 +212,7 @@ public class WrappedTextView extends View {
             aa = g2d.getRenderingHint(RenderingHints.KEY_ANTIALIASING) ==
                     RenderingHints.VALUE_ANTIALIAS_ON;
         }
+        tabSize = getTabSize() * charWidth;
         updateWidth();
     }
 
@@ -234,7 +258,9 @@ public class WrappedTextView extends View {
         ((Graphics2D)g).addRenderingHints(getHints());
         
         comp.getHighlighter().paint(g);
-        
+
+        tabBase = ((Rectangle) allocation).x + margin();
+
         OutputDocument doc = odoc();
         if (doc != null) {
             Rectangle clip = g.getClipBounds();
@@ -271,6 +297,7 @@ public class WrappedTextView extends View {
                         y += charHeight;
                         continue;
                     }
+                    length = lines.lengthWithTabs(i);
                     LineInfo info = lines.getLineInfo(i);
 
                     // get number of logical lines
@@ -279,56 +306,97 @@ public class WrappedTextView extends View {
                     
                     // get current (first which we will draw) logical line
                     int currLogicalLine = (i == firstline && logicalLines > 0 && ln[1] > 0 ) ? ln[1] : 0;
-                    
-                    // shift lineStart to position of first logical line that will be drawn
-                    int logLineOffset = currLogicalLine * charsPerLine;
-                    lineStart += logLineOffset;
-                    
-                    // limit number of chars needed by estimation of maximum number of chars we need to repaint
-                    length = Math.min(maxVisibleChars, lineEnd - lineStart);
-                    
-                    // get just small part of document we need (no need to get e.g. whole 10 MB line)
-                    doc.getText(lineStart, length, seg);
 
                     int charpos = 0;
+                    //int tabOverLine = 0;    // 0 or 1
+                    int charsWithTabs = 0;
                     int arrowDrawn = currLogicalLine - 1;
                     int x = 0;
                     int remainCharsOnLogicalLine = charsPerLine;
+                    
+                    int logLineOffset;
+                    if (currLogicalLine > 0) {
+                        // shift lineStart to position of first logical line that will be drawn
+                        // we have lineStart - offset of the beginning of the physical line
+                        // we have to add (currLogicalLine * charsPerLine) characters with expanded TABs
+                        // this corresponds to a different real number of characters
+                        logLineOffset = currLogicalLine * charsPerLine;
+                        int[] tabShiftPtr = new int[] { 0 };
+                        logLineOffset = lines.getNumPhysicalChars(lineStart, logLineOffset, tabShiftPtr);
+                        lineStart += logLineOffset;
+                        if (tabShiftPtr[0] > 0) {
+                            //tabOverLine = 1;
+                            remainCharsOnLogicalLine -= tabShiftPtr[0];
+                            x = tabShiftPtr[0] * charWidth;
+                            charsWithTabs += tabShiftPtr[0];
+                        }
+                    } else {
+                        logLineOffset = 0;
+                    }
+                    
+                    // limit number of chars needed by estimation of maximum number of chars we need to repaint
+                    length = Math.min(maxVisibleChars, length - logLineOffset);
+                    int sourceLength = Math.min(maxVisibleChars, lineEnd - lineStart);
+
+                    // get just small part of document we need (no need to get e.g. whole 10 MB line)
+                    doc.getText(lineStart, sourceLength, seg);
+
+                    tabOffsetX = charWidth * currLogicalLine * charsPerLine; //logLineOffset;
                     for (LineInfo.Segment ls : info.getLineSegments()) {
                         if (ls.getEnd() < logLineOffset) {
                             continue;
                         }
                         g.setColor(ls.getColor());
+                        int shift = 0;
                         while (charpos < ls.getEnd() - logLineOffset && currLogicalLine < logicalLines) {
                             int lenToDraw = Math.min(remainCharsOnLogicalLine, ls.getEnd() - logLineOffset - charpos);
+                            int charsToDraw = lenToDraw;
                             if (lenToDraw > 0) {
+                                charsToDraw = getCharsForLengthWithTabs(seg.array, charpos, currLogicalLine * charsPerLine + shift, lenToDraw, remainCharsOnLogicalLine);// - tabOverLine;
                                 if (currLogicalLine != logicalLines - 1 && arrowDrawn != currLogicalLine) {
                                     arrowDrawn = currLogicalLine;
                                     drawArrow(g, y, currLogicalLine == logicalLines - 2);
                                 }
-                                drawText(seg, g, x, y, lineStart, charpos, selStart, lenToDraw, selEnd);
+                                drawText(seg, g, x, y, lineStart, charpos, selStart, charsToDraw, selEnd);
                                 if (ls.getListener() != null) {
-                                    underline(g, seg, charpos, lenToDraw, x, y);
+                                    underline(g, seg, charpos, charsToDraw, x, y);
                                 }
                             }
-                            charpos += lenToDraw;
+                            lenToDraw = getCharLengthWithTabs(seg.array, charpos, currLogicalLine * charsPerLine + shift, charsToDraw);
+                            charpos += charsToDraw;
+                            charsWithTabs += lenToDraw;
                             remainCharsOnLogicalLine -= lenToDraw;
                             x += lenToDraw * charWidth;
-                            if (remainCharsOnLogicalLine == 0) {
-                                remainCharsOnLogicalLine = charsPerLine;
+                            shift += lenToDraw;
+                            //tabOverLine = (remainCharsOnLogicalLine < 0) ? 1 : 0;
+                            while(remainCharsOnLogicalLine <= 0) {
+                                shift = -remainCharsOnLogicalLine;
+                                remainCharsOnLogicalLine += charsPerLine;
                                 currLogicalLine++;
-                                x = 0;
+                                x = shift * charWidth;
+                                tabOffsetX += charWidth * (charsPerLine);// + shift);
                                 y += charHeight;
                                 if (y > clip.y + clip.height) {
                                     return;
                                 }
+                                if (shift > 0) {
+                                    if (selStart != selEnd) {
+                                        int realPos = lineStart + charpos;
+                                        int a = Math.max(selStart, realPos);
+                                        int b = Math.min(selEnd, realPos + charsToDraw);
+                                        if (a < b) {
+                                            drawSelection(g, 0, x, y);
+                                        }
+                                    }
+                                }
                             }
                         }
                     }
-                    if (charpos % charsPerLine != 0) {
+                    if (charsPerLine == 0 || charsWithTabs % charsPerLine != 0) {
                         y += charHeight;
                     }
                 }
+                tabOffsetX = 0;
             } catch (BadLocationException e) {
                 Exceptions.printStackTrace(e);
             }
@@ -353,15 +421,36 @@ public class WrappedTextView extends View {
             int a = Math.max(selStart, realPos);
             int b = Math.min(selEnd, realPos + lenToDraw);
             if (a < b) {
+                realPos = odoc().getLines().getNumLogicalChars(lineStart, realPos - lineStart) + lineStart;
+                a = odoc().getLines().getNumLogicalChars(lineStart, a - lineStart) + lineStart;
+                b = odoc().getLines().getNumLogicalChars(lineStart, b - lineStart) + lineStart;
                 int start = x + margin() + (a - realPos) * charWidth;
                 int len = (b - a) * charWidth;
+                int w = charsPerLine * charWidth;
+                if (start - margin() + len > w) {
+                    len = w - start + margin();
+                }
                 Color c = g.getColor();
                 g.setColor (comp.getSelectionColor());
                 g.fillRect (start, y + fontDescent - charHeight, len, charHeight);
                 g.setColor (c);
             }
         }
-        g.drawChars(seg.array, charpos, lenToDraw, margin() + x, y);
+        //g.drawChars(seg.array, charpos, lenToDraw, margin() + x, y);
+        int count = seg.count;
+        int offset = seg.offset;
+        seg.count = lenToDraw;
+        seg.offset = charpos;
+        Utilities.drawTabbedText(seg, margin() + x, y, g, this, charpos);
+        seg.count = count;
+        seg.offset = offset;
+    }
+
+    private void drawSelection(Graphics g, int x1, int x2, int y) {
+        Color c = g.getColor();
+        g.setColor (comp.getSelectionColor());
+        g.fillRect (x1 + margin(), y + fontDescent - charHeight, x2 - x1, charHeight);
+        g.setColor (c);
     }
 
     private void underline(Graphics g, Segment seg, int charpos, int lenToDraw, int x, int y) {
@@ -436,6 +525,8 @@ public class WrappedTextView extends View {
 
             int column = pos - start;
 
+            column = od.getLines().getNumLogicalChars(start, column);
+
             int row = od.getLines().getLogicalLineCountAbove(line, charsPerLine);
             //#104307
             if (column > charsPerLine && charsPerLine != 0) {
@@ -470,16 +561,19 @@ public class WrappedTextView extends View {
             }
 
             int lineStart = od.getLineStart(logicalLine);
-            int lineEnd = od.getLineEnd(logicalLine);
+            int lineLength = od.getLines().lengthWithTabs(logicalLine);
+            int lineEnd = lineStart + lineLength;//od.getLineEnd(logicalLine);
 
             int column = ix / charWidth;
-            if (column > lineEnd) {
-                column = lineEnd;
+            if (column > lineLength) {
+                column = lineLength;
             }
 
             int result = wraps > 0 ?
                 Math.min(lineEnd, lineStart + (ln[1] * charsPerLine) + column)
                 : Math.min(lineStart + column, lineEnd);
+            Lines lines = od.getLines();
+            result = lines.getNumPhysicalChars(lineStart, result - lineStart, null) + lineStart;
             result = Math.min (od.getLength(), result);
             return result;
 /*            System.err.println ("ViewToModel " + ix + "," + iy + " = " + result + " physical ln " + physicalLine +
@@ -491,4 +585,37 @@ public class WrappedTextView extends View {
             return 0;
         }
     }
+
+    private int getCharLengthWithTabs(char[] array, int charpos, int tabLineOffset, int lenToDraw) {
+        int n = Math.min(array.length, charpos + lenToDraw);
+        int tabExpand = 0;
+        for (int i = charpos; i < n; i++) {
+            if ('\t' == array[i]) {
+                int numSpaces = TAB_SIZE - (((i - charpos + tabLineOffset) + tabExpand) % TAB_SIZE);
+                tabExpand += numSpaces - 1;
+                lenToDraw += numSpaces - 1;
+            }
+        }
+        return lenToDraw;
+    }
+
+    private int getCharsForLengthWithTabs(char[] array, int charpos, int tabLineOffset, int lenToDraw, int length) {
+        int n = Math.min(array.length, charpos + lenToDraw);
+        int lengthWithTab = 0;
+        int tabExpand = 0;
+        int i;
+        for (i = charpos; i < n && lengthWithTab < length; i++) {
+            if ('\t' == array[i]) {
+                int numSpaces = TAB_SIZE - (((i - charpos + tabLineOffset) + tabExpand) % TAB_SIZE);
+                tabExpand += numSpaces - 1;
+                lengthWithTab += numSpaces;
+            } else {
+                lengthWithTab++;
+            }
+        }
+        if (lengthWithTab > length && i > (charpos + 1) && array[i-1] != '\t') {
+            i--;
+        }
+        return i - charpos;
+    }
 }
diff --git a/core.output2/test/unit/src/org/netbeans/core/output2/TestFrame.java b/core.output2/test/unit/src/org/netbeans/core/output2/TestFrame.java
new file mode 100644
index 0000000..fcd9c33
--- /dev/null
+++ b/core.output2/test/unit/src/org/netbeans/core/output2/TestFrame.java
@@ -0,0 +1,201 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.netbeans.core.output2;
+
+import java.awt.BorderLayout;
+import java.awt.Color;
+import java.awt.Component;
+import java.awt.Graphics;
+import javax.swing.AbstractAction;
+import javax.swing.Action;
+import javax.swing.Icon;
+import javax.swing.JFrame;
+import javax.swing.SwingUtilities;
+import javax.swing.WindowConstants;
+import org.netbeans.core.io.ui.IOWindow.IOWindowImpl;
+import org.openide.windows.OutputEvent;
+import org.openide.windows.OutputListener;
+
+/** Demo class for interactively testing changes */
+ public class TestFrame extends JFrame implements Runnable {
+    public static void main (String[] ignored) {
+//        try {
+//            UIManager.setLookAndFeel(new javax.swing.plaf.metal.MetalLookAndFeel());
+//        } catch (Exception e) {}
+
+        new TestFrame().setVisible(true);
+    }
+
+    public TestFrame() {
+        init();
+        setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
+    }
+
+    private void writeContent() {
+//        io.setInputVisible(true);
+//        io.setToolbarActions (new Action[] {new StopAction("STOP!!")});
+        validate();
+        System.err.println ("Writing content");
+        for (int i=0; i < 10000; i++) {
+            io.getErr().println("Scroll me " + i);
+            if (i %20 == 0) {
+                io.getOut().println("STDOUT: This is a longer line.  A much longer line.  A very long line.  You'd be surprised how long it would be - maybe long enought to wrap - or at least that's the idea and the master plan, right?  Well, we'll hope so");
+                io.getErr().println("STDERR: This Well, this one isn't so bad.  But it could be long too.  I mean, then we'd have more long lines.  Are we sure that's a good idea?  I'm not.  So just go away, why don't you!  I don't want to do this anyways!");
+            }
+            if (i % 73 == 0) {
+                io.getErr().println("Grumble, grumble, I am a multiple of 73");
+//                io.getErr().println("file:/tmp/file:23");
+            }
+            try {
+                Thread.sleep(100);
+            } catch (Exception e){};
+        }
+        
+        out.println ("4 This is another short line");
+        
+        out.println("5 And now we are done");
+        out.flush();
+        io.getErr().close();
+        out.close();
+        System.err.println("DONE");
+    }
+
+    public void setVisible (boolean val) {
+       boolean go = val != isVisible();
+       super.setVisible(val);
+       if (!SwingUtilities.isEventDispatchThread() && go) {
+           try {
+               Thread.sleep(500);
+                SwingUtilities.invokeLater(this);
+           } catch (Exception e) {}
+       }
+    }
+
+    private IOWindowImpl win;
+    private NbIO io;
+    private NbWriter out = null;
+    private void init() {
+        win = new IOWindowImpl();
+        IOWindowImpl.DEFAULT = win;
+        getContentPane().setLayout (new BorderLayout());
+        getContentPane().add (win, BorderLayout.CENTER);
+        setBounds (20, 20, 335, 300);
+        io = (NbIO) new NbIOProvider().getIO ("Test", false);
+    }
+
+    private static int ct = 5;
+    public void run () {
+        if (SwingUtilities.isEventDispatchThread()) {
+            out = ((NbWriter) io.getOut());
+           Thread t = new Thread(this);
+           t.setName ("Thread " + ct + " - ");
+           t.start();
+           ct--;
+           /* XXX how to implement now?
+           out.println ("This is the first text " + ct + " and even it might be long enough to be word wrapped.  We should make sure that doesn't cause any strange problems, shouldn't we?");
+           ((OutputPane) win.getSelectedTab().getOutputPane()).setWrapped(true);
+            */
+           if (ct > 0) {
+               SwingUtilities.invokeLater (this);
+           }
+        } else {
+            try {
+                Thread.sleep(3000);
+            } catch (Exception e) {}
+            writeContent();
+        }
+    }
+    private static Action ac = null;
+    private class StopAction extends AbstractAction {
+        public StopAction (String name) {
+            putValue(NAME, name);
+            putValue (Action.SMALL_ICON, new StopIcon());
+            ac = this;
+        }
+        
+        public void actionPerformed(java.awt.event.ActionEvent e) {
+            stopped = true;
+            System.err.println("Stop action performed");
+        }
+    }
+    
+    private static boolean stopped = false;
+    
+    private class StopIcon implements Icon {
+        
+        public int getIconHeight() {
+            return 16;
+        }
+        
+        public int getIconWidth() {
+            return 16;
+        }
+        
+        public void paintIcon(Component c, Graphics g, int x, int y) {
+            g.setColor (Color.ORANGE);
+            g.fillRect ( x+2, x+2, 12, 12);
+            g.setColor (Color.BLACK);
+            g.drawRect ( x+2, x+2, 12, 12);
+            
+        }
+        
+    }
+
+
+    public class L implements OutputListener {
+
+        public void outputLineSelected(OutputEvent ev) {
+        }
+
+        public void outputLineAction(OutputEvent ev) {
+        }
+
+        public void outputLineCleared(OutputEvent ev) {
+        }
+
+    }
+
+
+ }
diff --git a/core.startup/apichanges.xml b/core.startup/apichanges.xml
index e7cf252..9d0b666 100644
--- a/core.startup/apichanges.xml
+++ b/core.startup/apichanges.xml
@@ -56,6 +56,21 @@ made subject to such option by the copyright holder.
 <!-- ACTUAL CHANGES BEGIN HERE: -->
 
   <changes>
+     <change id="netbeans.bootdelegation">
+        <api name="exec-property"/>
+        <summary>netbeans.bootdelegation property</summary>
+        <version major="1" minor="26"/>
+        <date day="17" month="10" year="2010"/>
+        <author login="jtulach"/>
+        <compatibility addition="yes" binary="compatible" semantic="compatible" />
+        <description>
+        <p>
+            New property 
+            <a href="architecture-summary.html#systemproperty-netbeans.bootdelegation">netbeans.bootdelegation</a> 
+            is available.
+        </p>
+        </description>
+    </change>
      <change id="no-env-properties">
         <api name="exec-property"/>
         <summary>Environment variables are no longer accessible through system properties</summary>
diff --git a/core.startup/arch.xml b/core.startup/arch.xml
index e50c759..a185e8c 100644
--- a/core.startup/arch.xml
+++ b/core.startup/arch.xml
@@ -600,6 +600,47 @@ Microsystems, Inc. All Rights Reserved.
           Allows unit tests to prevent changes to <code>System.err</code> and
           <code>System.out</code> by the logging infrastructure.
       </api>
+      <api name="org.netbeans.core.startup.ModuleList.firstModuleJarWins" category="friend" group="systemproperty" type="export">
+          Disables #113341 so that the first version of a module JAR to be encountered is loaded,
+          even if a later cluster contains a newer version of the same module.
+      </api>
+      <api name="org.netbeans.core.systemfilesystem.custom" category="devel" group="systemproperty" type="export">
+          <p>
+          This property can contain name of a class implementing 
+          <a href="@org-openide-filesystems@/org/openide/filesystems/FileSystem.html">FileSystem</a>
+          with a public default constructor. Such filesystem is then used during
+          initialization of writable layer of system file system (see 
+          <a href="@org-openide-filesystems@/org/openide/filesystems/FileUtil.html#getConfigRoot()">getConfigRoot</a>).
+          The filesystem may use or may ignore value of 
+          <code>System.getProperty("netbeans.user")</code>.
+          </p>
+          <p>
+          <em>Note:</em> The class is loaded sooner then modules are initialized,
+          as such the class providing it must be from a JAR file placed in
+          to <code>$cluster/core/</code> directory. Such JAR may have just a
+          limited dependencies - e.g. only module system and filesystem API.
+          </p>
+      </api>
+      <api name="netbeans.bootdelegation" category="devel" group="systemproperty" type="export">
+          <p>
+          Similar to OSGi's <code>org.osgi.framework.bootdelegation</code> property.
+          Allows unit tests (or even regular code) to prevent classloading from
+          application classloader for other, then explicitly enumerated packages.
+          </p>
+          <p>
+          This property shall contain a set of comma separated values of 
+          package names. Classes from those packages will be loaded by the 
+          classloader framework from application classloader. If the name of
+          a package ends with <code>.*</code> suffix, all packages under the
+          given package name are allowed for delegation (but not the package by itself).
+          </p>
+          <p>
+          The classes from the <code>java.*</code> namespace are allowed
+          and do not need to be enumerated at all. If this property is not
+          specified at all, all classes visible by the application classloader
+          can be accessed. Available since version 1.26.
+          </p>
+      </api>
   </p>
  </answer>
 
@@ -616,9 +657,9 @@ Microsystems, Inc. All Rights Reserved.
         </question>
 -->
  <answer id="exec-reflection">
-  <p>
-   XXX no answer for exec-reflection
-  </p>
+        <api category="friend" group="java" name="Javeleon" type="import" url="https://netbeans.org/bugzilla/show_bug.cgi?id=195074">
+            <p>When present as a Java agent on the boot classpath, Javeleon is invoked reflectively to enhance module reloading.</p>
+        </api>
  </answer>
 
 
diff --git a/core.startup/manifest.mf b/core.startup/manifest.mf
index 81c8ae5..19473b5 100644
--- a/core.startup/manifest.mf
+++ b/core.startup/manifest.mf
@@ -3,5 +3,5 @@ OpenIDE-Module: org.netbeans.core.startup/1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/core/startup/Bundle.properties
 OpenIDE-Module-Layer: org/netbeans/core/startup/layer.xml
 OpenIDE-Module-Provides: org.openide.modules.InstalledFileLocator
-OpenIDE-Module-Specification-Version: 1.25.1
+OpenIDE-Module-Specification-Version: 1.29.1
 
diff --git a/core.startup/nbproject/project.xml b/core.startup/nbproject/project.xml
index ae7ee62..f1b446a 100644
--- a/core.startup/nbproject/project.xml
+++ b/core.startup/nbproject/project.xml
@@ -55,7 +55,7 @@ made subject to such option by the copyright holder.
                     <compile-dependency/>
                     <run-dependency>
                         <release-version>1</release-version>
-                        <specification-version>2.32</specification-version>
+                        <specification-version>2.39</specification-version>
                     </run-dependency>
                 </dependency>
                 <dependency>
@@ -71,7 +71,7 @@ made subject to such option by the copyright holder.
                     <build-prerequisite/>
                     <compile-dependency/>
                     <run-dependency>
-                        <specification-version>7.15</specification-version>
+                        <specification-version>7.19</specification-version>
                     </run-dependency>
                 </dependency>
                 <dependency>
diff --git a/core.startup/src/org/netbeans/core/startup/Bundle.properties b/core.startup/src/org/netbeans/core/startup/Bundle.properties
index b625f64..3adb798 100644
--- a/core.startup/src/org/netbeans/core/startup/Bundle.properties
+++ b/core.startup/src/org/netbeans/core/startup/Bundle.properties
@@ -51,7 +51,7 @@ OpenIDE-Module-Long-Description=\
 
 # VERSIONING (TopLogging, MainWindow)
 # {0} - build number
-currentVersion=NetBeans Platform 6.9 (Build {0})
+currentVersion=NetBeans Platform 7.0 (Build {0})
 
 ERR_no_user_directory=netbeans.user is not set.\nPlease check your NetBeans startup script.
 # {0} - userdir full path
diff --git a/core.startup/src/org/netbeans/core/startup/InstalledFileLocatorImpl.java b/core.startup/src/org/netbeans/core/startup/InstalledFileLocatorImpl.java
index 6088875..898828b 100644
--- a/core.startup/src/org/netbeans/core/startup/InstalledFileLocatorImpl.java
+++ b/core.startup/src/org/netbeans/core/startup/InstalledFileLocatorImpl.java
@@ -44,7 +44,11 @@
 
 package org.netbeans.core.startup;
 
+import java.io.BufferedReader;
 import java.io.File;
+import java.io.FileReader;
+import java.io.IOException;
+import java.io.Reader;
 import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.Collections;
@@ -55,6 +59,10 @@ import java.util.List;
 import java.util.Map;
 import java.util.Set;
 import java.util.StringTokenizer;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
 import org.netbeans.Util;
 import org.openide.filesystems.FileUtil;
 import org.openide.modules.InstalledFileLocator;
@@ -69,6 +77,8 @@ import org.openide.util.lookup.ServiceProvider;
 @ServiceProvider(service=InstalledFileLocator.class)
 public final class InstalledFileLocatorImpl extends InstalledFileLocator {
     
+    private static final Logger LOG = Logger.getLogger(InstalledFileLocatorImpl.class.getName());
+    
     private final File[] dirs;
     public InstalledFileLocatorImpl() {
         List<File> _dirs = new ArrayList<File>();
@@ -101,6 +111,12 @@ public final class InstalledFileLocatorImpl extends InstalledFileLocator {
      * and values are unqualified file names which exist in that dir.
      */
     private static Map<String,Map<File,Set<String>>> fileCache = null;
+    /**
+     * Cache of cluster location(s) of modules.
+     * Keys are code name bases; values are subsets of {@link #dirs}
+     * in which the module appears to be installed.
+     */
+    private static Map<String,List<File>> clusterCache = null;
     
     /**
      * Called from <code>Main.run</code> early in the startup sequence to indicate
@@ -111,6 +127,7 @@ public final class InstalledFileLocatorImpl extends InstalledFileLocator {
     public static synchronized void prepareCache() {
         assert fileCache == null;
         fileCache = new HashMap<String,Map<File,Set<String>>>();
+        clusterCache = new HashMap<String,List<File>>();
     }
     
     /**
@@ -119,25 +136,30 @@ public final class InstalledFileLocatorImpl extends InstalledFileLocator {
      * cached, since they might change due to dynamic NBM installation.
      * Anyway the heaviest uses of {@link InstalledFileLocator} are
      * during startup so that is when the cache has the most effect.
+     * XXX called somewhat too late, before all libraries are initialized.
+     * Better might be to wait until a few seconds have passed since the last call.
+     * Or check for changes in .lastModified files since these should change if
+     * any NBM activity happens.
      */
     public static synchronized void discardCache() {
         assert fileCache != null;
         fileCache = null;
+        clusterCache = null;
     }
     
     /**
      * Searches user dir and install dir(s).
      */
-    public File locate(String relativePath, String codeNameBase, boolean localized) {
-        Set<File> files = doLocate(relativePath, localized, true);
+    public @Override File locate(String relativePath, String codeNameBase, boolean localized) {
+        Set<File> files = doLocate(relativePath, localized, true, codeNameBase);
         return files.isEmpty() ? null : files.iterator().next();
     }
     
     public @Override Set<File> locateAll(String relativePath, String codeNameBase, boolean localized) {
-        return doLocate(relativePath, localized, false);
+        return doLocate(relativePath, localized, false, codeNameBase);
     }
 
-    private Set<File> doLocate(String relativePath, boolean localized, boolean single) {
+    private Set<File> doLocate(String relativePath, boolean localized, boolean single, String codeNameBase) {
         String[] prefixAndName = prefixAndName(relativePath);
         String prefix = prefixAndName[0];
         String name = prefixAndName[1];
@@ -155,7 +177,7 @@ public final class InstalledFileLocatorImpl extends InstalledFileLocator {
                 Set<File> files = null;
                 for (String suffix : org.netbeans.Util.getLocalizingSuffixesFast()) {
                     String locName = baseName + suffix + ext;
-                    Set<File> f = locateExactPath(prefix, locName, single);
+                    Set<File> f = locateExactPath(prefix, locName, single, codeNameBase);
                     if (!f.isEmpty()) {
                         if (single) {
                             return f;
@@ -169,21 +191,23 @@ public final class InstalledFileLocatorImpl extends InstalledFileLocator {
                 }
                 return files != null ? files : Collections.<File>emptySet();
             } else {
-                return locateExactPath(prefix, name, single);
+                return locateExactPath(prefix, name, single, codeNameBase);
             }
         }
     }
 
     /** Search all top dirs for a file. */
-    private Set<File> locateExactPath(String prefix, String name, boolean single) {
+    private Set<File> locateExactPath(String prefix, String name, boolean single, String codeNameBase) {
         assert Thread.holdsLock(InstalledFileLocatorImpl.class);
         Set<File> files = null;
+        String path = prefix + name;
         if (fileCache != null) {
             Map<File,Set<String>> fileCachePerPrefix = fileCachePerPrefix(prefix);
-            for (int i = 0; i < dirs.length; i++) {
-                Set<String> names = fileCachePerPrefix.get(dirs[i]);
+            for (File dir : clustersFor(codeNameBase, path)) {
+                Set<String> names = fileCachePerPrefix.get(dir);
                 if (names != null && names.contains(name)) {
-                    File f = makeFile(dirs[i], prefix, name);
+                    assert owned(codeNameBase, dir, path);
+                    File f = makeFile(dir, path);
                     if (single) {
                         return Collections.singleton(f);
                     } else if (files == null) {
@@ -195,9 +219,10 @@ public final class InstalledFileLocatorImpl extends InstalledFileLocator {
                 }
             }
         } else {
-            for (int i = 0; i < dirs.length; i++) {
-                File f = makeFile(dirs[i], prefix, name);
+            for (File dir : clustersFor(codeNameBase, path)) {
+                File f = makeFile(dir, path);
                 if (f.exists()) {
+                    assert owned(codeNameBase, dir, path);
                     if (single) {
                         return Collections.singleton(f);
                     } else if (files == null) {
@@ -211,6 +236,39 @@ public final class InstalledFileLocatorImpl extends InstalledFileLocator {
         }
         return files != null ? files : Collections.<File>emptySet();
     }
+    
+    private List<File> clustersFor(String codeNameBase, String path) {
+        assert Thread.holdsLock(InstalledFileLocatorImpl.class);
+        if (codeNameBase == null) {
+            return Arrays.asList(dirs);
+        }
+        String codeNameBaseDashes = codeNameBase.replace('.', '-');
+        if (path.matches("(modules/(locale/)?)?" + codeNameBaseDashes + "(_[^/]+)?[.]jar")) { // NOI18N
+            // Called very commonly during startup; cannot afford to do exact check each time.
+            // Anyway if the module is there it is almost certainly installed in the same cluster.
+            return Arrays.asList(dirs);
+        }
+        List<File> clusters = clusterCache != null ? clusterCache.get(codeNameBase) : null;
+        if (clusters == null) {
+            clusters = new ArrayList<File>(1);
+            String rel = "update_tracking/" + codeNameBaseDashes + ".xml"; // NOI18N
+            for (File dir : dirs) {
+                File tracking = new File(dir, rel);
+                LOG.log(Level.FINE, "checking {0} due to {1} cache={2}", new Object[] {tracking, path, clusterCache != null});
+                if (tracking.isFile()) {
+                    clusters.add(dir);
+                }
+            }
+            if (clusterCache != null) {
+                clusterCache.put(codeNameBase, clusters);
+            }
+        }
+        if (clusters.isEmpty()) {
+            // Perhaps running without update_tracking, so just search everything.
+            return Arrays.asList(dirs);
+        }
+        return clusters;
+    }
 
     private static String[] prefixAndName(String relativePath) {
         if (relativePath.length() == 0) {
@@ -255,7 +313,7 @@ public final class InstalledFileLocatorImpl extends InstalledFileLocator {
                     if (kids != null) {
                         fileCachePerPrefix.put(root, new HashSet<String>(Arrays.asList(kids)));
                     } else {
-                        Util.err.warning("could not read files in " + d);
+                        Util.err.log(Level.WARNING, "could not read files in {0} at {1}", new Object[] {d, findCaller()});
                     }
                 }
             }
@@ -264,8 +322,100 @@ public final class InstalledFileLocatorImpl extends InstalledFileLocator {
         return fileCachePerPrefix;
     }
     
-    private static File makeFile(File dir, String prefix, String name) {
-        return new File(dir, prefix.replace('/', File.separatorChar) + name);
+    private static File makeFile(File dir, String path) {
+        return new File(dir, path.replace('/', File.separatorChar));
+    }
+    
+    private static synchronized boolean owned(String codeNameBase, File dir, String path) {
+        if (codeNameBase == null) {
+            LOG.log(Level.WARNING, "no code name base passed when looking up {0} at {1}", new Object[] {path, findCaller()});
+            return true;
+        }
+        if (path.lastIndexOf('_') > path.lastIndexOf('/')) {
+            // Probably a locale variant. Permit these to be owned by any module -
+            // otherwise it would be difficult to contribute branding.
+            return true;
+        }
+        String codeNameBaseDashes = codeNameBase.replace('.', '-');
+        if (path.equals("modules/" + codeNameBaseDashes + ".jar")) { // NOI18N
+            // Very common case, no need to waste time checking this.
+            return true;
+        }
+        if (path.equals("update_tracking/" + codeNameBaseDashes + ".xml")) { // NOI18N
+            // Technically illegitimate - no one owns this metadata - but used by
+            // org.netbeans.modules.autoupdate.services.Utilities.locateUpdateTracking
+            // and probably harmless since this module would not be used with other impls.
+            return true;
+        }
+        Map<String,Set<String>> ownershipByModule = ownershipByModuleByCluster.get(dir);
+        File updateDir = new File(dir, "update_tracking");
+        if (ownershipByModule == null) {
+            if (!updateDir.isDirectory()) {
+                LOG.log(Level.FINE, "No update tracking found in {0}", dir);
+                return true;
+            }
+            ownershipByModule = new HashMap<String,Set<String>>();
+            ownershipByModuleByCluster.put(dir, ownershipByModule);
+        }
+        Set<String> ownership = ownershipByModule.get(codeNameBase);
+        if (ownership == null) {
+            File list = new File(updateDir, codeNameBaseDashes + ".xml"); // NOI18N
+            if (!list.isFile()) {
+                LOG.log(Level.WARNING, "no such module {0} at {1}", new Object[] {list, findCaller()});
+                return true;
+            }
+            ownership = new HashSet<String>();
+            try {
+                // Could do a proper XML parse but likely too slow.
+                LOG.log(Level.FINE, "Parsing {0} due to {1}", new Object[] {list, path});
+                Reader r = new FileReader(list);
+                try {
+                    BufferedReader br = new BufferedReader(r);
+                    String line;
+                    while ((line = br.readLine()) != null) {
+                        Matcher m = FILE_PATTERN.matcher(line);
+                        if (m.matches()) {
+                            ownership.add(m.group(1));
+                        }
+                    }
+                    br.close();
+                } finally {
+                    r.close();
+                }
+            } catch (IOException x) {
+                LOG.log(Level.INFO, "could not parse " + list, x);
+                return true;
+            }
+            LOG.log(Level.FINER, "parsed {0} -> {1}", new Object[] {list, ownership});
+            ownershipByModule.put(codeNameBase, ownership);
+        }
+        if (!ownership.contains(path)) {
+            boolean found = false;
+            if (makeFile(dir, path).isDirectory()) {
+                String pathSlash = path + "/"; // NOI18N
+                for (String owned : ownership) {
+                    if (owned.startsWith(pathSlash)) {
+                        found = true;
+                        break;
+                    }
+                }
+            }
+            if (!found) {
+                LOG.log(Level.WARNING, "module {0} in {1} does not own {2} at {3}", new Object[] {codeNameBase, dir, path, findCaller()});
+            }
+        }
+        return true;
+    }
+    private static final Pattern FILE_PATTERN = Pattern.compile("\\s*<file.+name=[\"']([^\"']+)[\"'].*/>");
+    private static final Map<File,Map<String,Set<String>>> ownershipByModuleByCluster = new HashMap<File,Map<String,Set<String>>>();
+
+    private static String findCaller() {
+        for (StackTraceElement line : Thread.currentThread().getStackTrace()) {
+            if (!line.getClassName().matches(".*InstalledFileLocator.*|java[.].+")) { // NOI18N
+                return line.toString();
+            }
+        }
+        return "???"; // NOI18N
     }
     
 }
diff --git a/core.startup/src/org/netbeans/core/startup/JaveleonModuleReloader.java b/core.startup/src/org/netbeans/core/startup/JaveleonModuleReloader.java
new file mode 100644
index 0000000..e301a55
--- /dev/null
+++ b/core.startup/src/org/netbeans/core/startup/JaveleonModuleReloader.java
@@ -0,0 +1,338 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2011 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.core.startup;
+
+import java.io.File;
+import java.io.IOException;
+import java.lang.reflect.InvocationTargetException;
+import java.lang.reflect.Method;
+import java.net.URL;
+import java.util.Collections;
+import java.util.HashMap;
+import java.util.HashSet;
+import java.util.List;
+import java.util.Map;
+import java.util.Set;
+import java.util.zip.CRC32;
+import java.util.zip.CheckedInputStream;
+import javax.swing.SwingUtilities;
+import org.netbeans.Events;
+import org.netbeans.InvalidException;
+import org.netbeans.JaveleonModule;
+import org.netbeans.Module;
+import org.netbeans.ModuleManager;
+import org.netbeans.Util;
+import org.openide.modules.Dependency;
+import org.openide.util.Exceptions;
+
+/**
+ *
+ * @author Allan Gregersen
+ */
+class JaveleonModuleReloader {
+
+    private static JaveleonModuleReloader reloader = new JaveleonModuleReloader();
+
+    static JaveleonModuleReloader getDefault() {
+        return reloader;
+    }
+
+    /** This map ensures that the layer handling done by
+     * NBInstaller.loadLayer()is consistent with the modules
+     * registered with the currently installed layers.
+     */
+    private HashMap<String, Module> registeredModules = new HashMap<String, Module>();
+
+    // Use JaveleonModuleReloader.getDefault() to get the singleton instance
+    private JaveleonModuleReloader() {
+    }
+
+    boolean reloadJaveleonModule(File jar, ModuleManager mgr, NbInstaller installer, Events ev) throws IOException {
+        if (!JaveleonModule.incrementGlobalId()) {
+            // oops, we shouldn't end up in here, since Javeleon was
+            // supposed to be present given the above test succeeeded!
+            // Oh well, just fall back to normal reload operation then
+            return false;
+        }
+        System.err.println("Start Javeleon module update...");
+
+        // the existing module if any
+        Module m = null;
+        // the new updated module
+        JaveleonModule tm = null;
+        // Anything that needs to have class loaders refreshed
+        List<Module> dependents;
+        // First see if this refers to an existing module.
+        for (Module module : mgr.getModules()) {
+            if (module.getJarFile() != null) {
+                if (jar.equals(module.getJarFile())) {
+                    // Hah, found it.
+                    m = module;
+                    tm = createJaveleonModule(mgr, jar, new ModuleHistory(jar.getAbsolutePath()));
+                    break;
+                }
+            }
+        }
+        if(m == null)
+            return false;
+
+        // now find dependent modules which need to be class loader migrated
+        dependents = mgr.simulateJaveleonReload(m);
+
+        // setup the class loader for the new Javeleon module
+        // That's all we need to do to update the module with Javeleon!
+        setupClassLoaderForJaveleonModule(mgr, tm);
+        refreshLayer(m, tm, installer, mgr);
+
+        // OK so far, then create new Javeleon modules for the
+        // dependent modules and create new classloaders for
+        // them as well
+        for (Module m3 : dependents) {
+            File moduleJar = m3.getJarFile();
+            JaveleonModule toRefresh = createJaveleonModule(mgr, moduleJar, new ModuleHistory(moduleJar.getAbsolutePath()));
+            setupClassLoaderForJaveleonModule(mgr, toRefresh);
+            refreshLayer(m3, toRefresh, installer, mgr);
+        }
+        // done...
+        System.err.println("Javeleon finished module update...");
+        ev.log(Events.FINISH_DEPLOY_TEST_MODULE, jar);
+        return true;
+    }
+
+    private JaveleonModule createJaveleonModule(ModuleManager mgr, File jar, Object history) throws IOException {
+        try {
+            return new JaveleonModule(mgr, jar.getAbsoluteFile(), history, mgr.getEvents());
+        } catch (IOException ex) {
+            System.err.println("EXCEPTION IN MGR.createJav...");
+            throw ex;
+        }
+    }
+
+    private void setupClassLoaderForJaveleonModule(ModuleManager mgr, JaveleonModule javeleonModule) throws InvalidException {
+        try {
+            // Calculate the parents to initialize the classloader with.
+            Dependency[] dependencies = javeleonModule.getDependenciesArray();
+            Set<Module> parents = new HashSet<Module>(dependencies.length * 4 / 3 + 1);
+            for (Dependency dep : dependencies) {
+                if (dep.getType() != Dependency.TYPE_MODULE) {
+                    // Token providers do *not* go into the parent classloader
+                    // list. The providing module must have been turned on first.
+                    // But you cannot automatically access classes from it.
+                    continue;
+                }
+                String name = (String) Util.parseCodeName(dep.getName())[0];
+                Module parent = mgr.get(name);
+                // Should not happen:
+                if (parent == null) {
+                    throw new IOException("Parent " + name + " not found!"); // NOI18N
+                }
+                parents.add(parent);
+            }
+            javeleonModule.classLoaderUp(parents);
+//            classLoader.append(new ClassLoader[]{javeleonModule.getClassLoader()});
+        } catch (IOException ioe) {
+            InvalidException ie = new InvalidException(javeleonModule, ioe.toString());
+            ie.initCause(ioe);
+            throw ie;
+        }
+    }
+
+    private Map<Object, Object[]> retainOpenTopComponents(ClassLoader loader) {
+
+        /*
+        WindowManager manager = WindowManager.getDefault();
+        HashMap<Mode, TopComponent[]> map = new HashMap<Mode, TopComponent[]>();
+        for (Mode mode: WindowManager.getDefault().getModes())
+        map.put(mode, manager.getOpenedTopComponents(mode));
+        return map;
+         */
+         try {
+            Class classWindowManager = loader.loadClass("org.openide.windows.WindowManager");
+            Class classMode = loader.loadClass("org.openide.windows.Mode");
+            Object manager = classWindowManager.getDeclaredMethod("getDefault").invoke(null);
+            Set modes = (Set) classWindowManager.getDeclaredMethod("getModes").invoke(manager);
+            HashMap<Object, Object[]> map = new HashMap<Object, Object[]>();
+            for (Object mode : modes) {
+                map.put(mode, (Object[]) classWindowManager.getDeclaredMethod("getOpenedTopComponents", classMode).invoke(manager, mode));
+            }
+            return map;
+        } catch (Exception ex) {
+            //Exceptions.printStackTrace(ex);
+            return Collections.emptyMap();
+        }
+    }
+
+    private void restoreOpenTopComponents(final ClassLoader loader, final Map<Object, Object[]> map) {
+        /*
+         for (Map.Entry<Mode, TopComponent[]> entry: map.entrySet())
+            for (TopComponent topComponent: entry.getValue())
+                topComponent.open();
+         */
+
+        if (map == null || map.isEmpty())
+            return;
+
+        // TopComponent.open must be called from the AWT thread
+        SwingUtilities.invokeLater(new Runnable() {
+            @Override
+            public void run() {
+                try {
+                    Class classTopComponent = loader.loadClass("org.openide.windows.TopComponent");
+                    for (Map.Entry<Object, Object[]> entry : map.entrySet()) {
+                        for (Object topComponent : entry.getValue()) {
+                            classTopComponent.getDeclaredMethod("open").invoke(topComponent);
+                        }
+                    }
+                } catch (Exception ex) {
+                    Exceptions.printStackTrace(ex);
+                }
+
+            }
+        });
+    }
+
+    private void refreshLayer(Module original, Module newModule, NbInstaller installer, ModuleManager mgr) {
+        try {            
+            boolean changed = layersChanged(original, newModule);
+            Map<Object, Object[]> map = null;
+            // Always refresh the layer. Exsitng instances created from the
+            // layer will be retained and their identity preserved in the updated
+            // module.
+
+            if (changed) {
+                map = retainOpenTopComponents(mgr.getClassLoader());
+                Module registeredModule = getAndClearRegisteredModule(original);
+                loadLayers(installer, registeredModule, false);
+                //installer.unload(Collections.singletonList(registeredModule));
+                installer.dispose(registeredModule);
+            }
+            mgr.replaceJaveleonModule(original, newModule);
+            MainLookup.systemClassLoaderChanged(mgr.getClassLoader());
+            if (changed) {
+                installer.prepare(newModule);
+                loadLayers(installer, newModule, true);
+                //installer.load(Collections.singletonList(newModule));
+                registerModule(newModule);
+                
+                restoreOpenTopComponents(mgr.getClassLoader(), map);
+            }
+            if (!changed && !(original instanceof JaveleonModule)) {
+                // make sure to register the original module for later unloading
+                // of the original module that installed the layer.
+                registerModule(original);
+            }
+        }
+        catch (InvalidException ex) {
+            // shouldn't happen ever
+        }
+        catch (Throwable ex) {
+            ex.printStackTrace(System.err);
+        }
+    }
+
+    private void loadLayers(NbInstaller installer, Module m, boolean load) {
+        try {
+            Method loadLayers = NbInstaller.class.getDeclaredMethod("loadLayers", List.class, boolean.class);
+            loadLayers.setAccessible(true);
+            loadLayers.invoke(installer, Collections.singletonList(m), load);
+        } catch (NoSuchMethodException ex) {
+            Exceptions.printStackTrace(ex);
+        } catch (SecurityException ex) {
+            Exceptions.printStackTrace(ex);
+        } catch (IllegalAccessException ex) {
+            Exceptions.printStackTrace(ex);
+        } catch (IllegalArgumentException ex) {
+            Exceptions.printStackTrace(ex);
+        } catch (InvocationTargetException ex) {
+            Exceptions.printStackTrace(ex);
+        }
+    }
+
+    private boolean layersChanged(Module m1, Module m2) {
+        return ((CRC32Layer(m1) != CRC32Layer(m2)) || (CRC32GeneratedLayer(m1) != CRC32GeneratedLayer(m2)));
+    }
+
+    private long calculateChecksum(URL layer) {
+        if (layer == null) {
+            return -1;
+        }
+        try {
+            CheckedInputStream cis = new CheckedInputStream(layer.openStream(), new CRC32());
+            // Compute the CRC32 checksum
+
+            byte[] buf = new byte[1024];
+            while (cis.read(buf) >= 0) {
+            }
+            return cis.getChecksum().getValue();
+        } catch (IOException e) {
+            return -1;
+        }
+    }
+
+    private long CRC32Layer(Module m) {
+        String layerResource = m.getManifest().getMainAttributes().getValue("OpenIDE-Module-Layer"); // NOI18N
+        String osgi = m.getManifest().getMainAttributes().getValue("Bundle-SymbolicName"); // NOI18N
+        if (layerResource != null && osgi == null) {
+            URL layer = m.getClassLoader().getResource(layerResource);
+            return calculateChecksum(layer);
+        }
+        return -1;
+    }
+
+    private long CRC32GeneratedLayer(Module m) {
+        String layerRessource = "META-INF/generated-layer.xml"; // NOI18N
+        URL layer = m.getClassLoader().getResource(layerRessource);
+        return calculateChecksum(layer);
+    }
+
+    private Module getAndClearRegisteredModule(Module original) {
+        return (registeredModules.containsKey(original.getCodeNameBase())) ?
+            registeredModules.remove(original.getCodeNameBase()) :
+            original;
+    }
+
+    private void registerModule(Module newModule) {
+        registeredModules.put(newModule.getCodeNameBase(), newModule);
+    }
+
+}
diff --git a/core.startup/src/org/netbeans/core/startup/Main.java b/core.startup/src/org/netbeans/core/startup/Main.java
index 8212a7f..c89179d 100644
--- a/core.startup/src/org/netbeans/core/startup/Main.java
+++ b/core.startup/src/org/netbeans/core/startup/Main.java
@@ -270,7 +270,13 @@ public final class Main extends Object {
 	    // -----------------------------------------------------------------------------------------------------
 	    // License check
             if (!handleLicenseCheck()) {
-                deleteRec(new File(CLIOptions.getUserDir())); // #145936
+                File userdir = new File(CLIOptions.getUserDir()); // #145936
+                // #189656: be conservative about what we delete.
+                deleteRec(new File(userdir, "var/cache")); // NOI18N
+                deleteRec(new File(userdir, "var/log")); // NOI18N
+                rm(new File(userdir, "var")); // NOI18N
+                rm(new File(userdir, "config")); // NOI18N
+                rm(userdir); // NOI18N
                 TopLogging.exit(0);
             }
 	    // -----------------------------------------------------------------------------------------------------
@@ -327,14 +333,18 @@ public final class Main extends Object {
         if (f.isDirectory()) {
             File[] kids = f.listFiles();
             if (kids == null) {
-                throw new IOException("Could not list: " + f);
-            }
-            for (File kid : kids) {
-                deleteRec(kid);
+                Logger.getLogger(Main.class.getName()).log(Level.WARNING, "Could not list: {0}", f);
+            } else {
+                for (File kid : kids) {
+                    deleteRec(kid);
+                }
             }
         }
-        if (!f.delete()) {
-            Logger.getLogger(Main.class.getName()).log(Level.WARNING, "Failed to delete " + f);
+        rm(f);
+    }
+    private static void rm(File f) {
+        if (f.exists() && !f.delete()) {
+            Logger.getLogger(Main.class.getName()).log(Level.WARNING, "Failed to delete {0}", f);
         }
     }
   
diff --git a/core.startup/src/org/netbeans/core/startup/MainLookup.java b/core.startup/src/org/netbeans/core/startup/MainLookup.java
index c6d4748..b69aafb 100644
--- a/core.startup/src/org/netbeans/core/startup/MainLookup.java
+++ b/core.startup/src/org/netbeans/core/startup/MainLookup.java
@@ -44,7 +44,9 @@
 
 package org.netbeans.core.startup;
 
+import org.netbeans.Module;
 import org.openide.modules.ModuleInfo;
+import org.openide.modules.Modules;
 import org.openide.util.Lookup;
 import org.openide.util.lookup.AbstractLookup;
 import org.openide.util.lookup.InstanceContent;
@@ -202,9 +204,9 @@ public final class MainLookup extends ProxyLookup {
     protected void beforeLookup(Lookup.Template templ) {
         Class type = templ.getType();
 
-        // Force module system to be initialize by looking up ModuleInfo.
+        // Force module system to be initialize by looking up ModuleInfo or Modules.
         // Good for unit tests, etc.
-        if (!started && (type == ModuleInfo.class || type == org.netbeans.Module.class)) {
+        if (!started && (type == ModuleInfo.class || type == Module.class || type == Modules.class)) {
             Main.getModuleSystem ();
         }
 
diff --git a/core.startup/src/org/netbeans/core/startup/ModuleList.java b/core.startup/src/org/netbeans/core/startup/ModuleList.java
index 414e8c2..72c081a 100644
--- a/core.startup/src/org/netbeans/core/startup/ModuleList.java
+++ b/core.startup/src/org/netbeans/core/startup/ModuleList.java
@@ -189,7 +189,7 @@ final class ModuleList implements Stamps.Updater {
             Set<File> jars = InstalledFileLocator.getDefault().locateAll(jar, name, false);
             if (jars.isEmpty()) {
                 throw new FileNotFoundException(jar);
-            } else if (jars.size() == 1) {
+            } else if (jars.size() == 1 || Boolean.getBoolean("org.netbeans.core.startup.ModuleList.firstModuleJarWins")) {
                 return jars.iterator().next();
             } else {
                 // Pick the newest one available.
@@ -611,7 +611,7 @@ final class ModuleList implements Stamps.Updater {
         }
     }
 
-    final Map<String,Map<String,Object>> readCache() throws IOException {
+    final Map<String,Map<String,Object>> readCache() {
         InputStream is = Stamps.getModulesJARs().asStream("all-modules.dat"); // NOI18N
         if (is == null) {
             // schedule write for later
@@ -619,30 +619,35 @@ final class ModuleList implements Stamps.Updater {
             return null;
         }
         LOG.log(Level.FINEST, "Reading cache all-modules.dat");
-        ObjectInputStream ois = new ObjectInputStream(is);
-        
-        Map<String,Map<String,Object>> ret = new HashMap<String, Map<String, Object>>(1333);
-        while (is.available() > 0) {
-            Map<String, Object> prop = readStatus(ois, false);
-            if (prop == null) {
-                LOG.log(Level.CONFIG, "Cache is invalid all-modules.dat");
-                return null;
-            }
-            Set<?> deps;
-            try {
-                deps = (Set<?>) ois.readObject();
-            } catch (ClassNotFoundException ex) {
-                throw (IOException)new IOException(ex.getMessage()).initCause(ex);
-            }
-            prop.put("deps", deps);
-            String cnb = (String)prop.get("name"); // NOI18N
-            ret.put(cnb, prop);
-        }
+        try {
+            ObjectInputStream ois = new ObjectInputStream(is);
 
+            Map<String,Map<String,Object>> ret = new HashMap<String, Map<String, Object>>(1333);
+            while (is.available() > 0) {
+                Map<String, Object> prop = readStatus(ois, false);
+                if (prop == null) {
+                    LOG.log(Level.CONFIG, "Cache is invalid all-modules.dat");
+                    return null;
+                }
+                Set<?> deps;
+                try {
+                    deps = (Set<?>) ois.readObject();
+                } catch (ClassNotFoundException ex) {
+                    throw new IOException(ex);
+                }
+                prop.put("deps", deps);
+                String cnb = (String)prop.get("name"); // NOI18N
+                ret.put(cnb, prop);
+            }
 
-        is.close();
 
-        return ret;
+            is.close();
+            return ret;
+        } catch (IOException ex) {
+            LOG.log(Level.INFO, "Cannot read cache", ex);
+            writeCache();
+            return null;
+        }
     }
 
     final void writeCache() {
@@ -841,7 +846,7 @@ final class ModuleList implements Stamps.Updater {
      * May be called within read or write mutex; since it
      * could be in the read mutex, synchronize (on statuses).
      */
-    private void moduleListChanged() {
+    final void moduleListChanged() {
         synchronized (statuses) {
             if (LOG.isLoggable(Level.FINE)) {
                 LOG.fine("ModuleList: moduleListChanged; statuses=" + statuses);
@@ -1289,7 +1294,20 @@ final class ModuleList implements Stamps.Updater {
                     try {
                         jarFile = findJarByName(jar, cnb);
                     } catch (FileNotFoundException fnfe) {
-                        ev.log(Events.MISSING_JAR_FILE, new File(fnfe.getMessage()), true);
+                        final File file = new File(fnfe.getMessage());
+                        ev.log(Events.MISSING_JAR_FILE, file, true);
+                        final File p = file.getParentFile();
+                        File[] arr = p.listFiles();
+                        LOG.log(Level.FINE, "Content of {0} is:", p); // NOI18N
+                        int cnt = 0;
+                        if (arr != null) {
+                            for (File f : arr) {
+                                LOG.log(Level.FINE, "{0}. = {1}", new Object[] { ++cnt, f }); // NOI18N
+                            }
+                            LOG.log(Level.FINE, "There was {0} files", cnt); // NOI18N
+                        } else {
+                            LOG.fine("Directory does not exist"); // NOI18N
+                        }
                         dirtyprops.remove(cnb); // #159001
                         continue;
                     }
diff --git a/core.startup/src/org/netbeans/core/startup/ModuleSystem.java b/core.startup/src/org/netbeans/core/startup/ModuleSystem.java
index 717d77d..7c87c55 100644
--- a/core.startup/src/org/netbeans/core/startup/ModuleSystem.java
+++ b/core.startup/src/org/netbeans/core/startup/ModuleSystem.java
@@ -63,6 +63,7 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 import org.netbeans.DuplicateException;
 import org.netbeans.Events;
+import org.netbeans.JaveleonModule;
 import org.netbeans.Module;
 import org.netbeans.ModuleManager;
 import org.netbeans.Stamps;
@@ -263,6 +264,13 @@ public final class ModuleSystem {
         }
     }
     
+    /** Refreshes the list of modules. Used from autoupdate.services.
+     * @since 1.28
+     */
+    public final void refresh() {
+        list.moduleListChanged();
+    }
+    
     /** Read disk settings and determine what the known modules are.
      */
     public void readList() {
@@ -322,6 +330,13 @@ public final class ModuleSystem {
      */
     final void deployTestModule(File jar) throws IOException {
         if (! jar.isAbsolute()) throw new IOException("Absolute paths only please"); // NOI18N
+
+        // Check to see if Javeleon is enabled. If so,
+        // let Javeleon handle the module reloading.
+        if (JaveleonModule.isJaveleonPresent && JaveleonModuleReloader.getDefault().reloadJaveleonModule(jar, mgr, installer, ev)) {
+            return;
+        }
+        
         mgr.mutexPrivileged().enterWriteAccess();
         ev.log(Events.START_DEPLOY_TEST_MODULE, jar);
         // For now, just print to stderr directly; could also go thru Events.
diff --git a/core.startup/src/org/netbeans/core/startup/NbInstaller.java b/core.startup/src/org/netbeans/core/startup/NbInstaller.java
index 49352d9..f39ebc0 100644
--- a/core.startup/src/org/netbeans/core/startup/NbInstaller.java
+++ b/core.startup/src/org/netbeans/core/startup/NbInstaller.java
@@ -817,6 +817,9 @@ final class NbInstaller extends ModuleInstaller {
                     }
                 }
             }
+            if (!checkBootDelegation(pkg)) {
+                return false;
+            }
         }
         if (LOG.isLoggable(Level.FINER) && /* otherwise ClassCircularityError on LogRecord*/!pkg.equals("java/util/logging/")) {
             LOG.finer("Delegating resource " + pkg + " from " + parent + " for " + m.getCodeNameBase());
@@ -840,6 +843,35 @@ final class NbInstaller extends ModuleInstaller {
                 }
             }
         }
+        return checkBootDelegation(pkg);
+    }
+    
+    private boolean checkBootDelegation(String pkg) {
+        String del = System.getProperty("netbeans.bootdelegation"); // NOI18N
+        if (del != null) {
+            if (!pkg.startsWith("java/")) {
+                boolean allowed = false;
+                for (String s : del.split(",")) {
+                    s = s.trim();
+                    if (s.endsWith(".*")) {
+                        s = s.substring(0, s.length() - 2).replace('.', '/') + '/';
+                        if (pkg.startsWith(s) && pkg.length() > s.length()) {
+                            allowed = true;
+                            break;
+                        }
+                    } else {
+                        s = s.replace('.', '/') + '/';
+                        if (pkg.equals(s)) {
+                            allowed = true;
+                            break;
+                        }
+                    }
+                }
+                if (!allowed) {
+                    return false;
+                }
+            }
+        }
         return true;
     }
     
diff --git a/core.startup/src/org/netbeans/core/startup/TopLogging.java b/core.startup/src/org/netbeans/core/startup/TopLogging.java
index 955a87c..6d1b65c 100644
--- a/core.startup/src/org/netbeans/core/startup/TopLogging.java
+++ b/core.startup/src/org/netbeans/core/startup/TopLogging.java
@@ -62,15 +62,16 @@ import java.net.URLClassLoader;
 import java.text.DateFormat;
 import java.util.ArrayList;
 import java.util.Collection;
+import java.util.Collections;
 import java.util.Date;
 import java.util.HashSet;
 import java.util.List;
 import java.util.Locale;
 import java.util.Map;
 import java.util.MissingResourceException;
-import java.util.Queue;
 import java.util.Set;
 import java.util.StringTokenizer;
+import java.util.WeakHashMap;
 import java.util.concurrent.BlockingQueue;
 import java.util.concurrent.Callable;
 import java.util.concurrent.LinkedBlockingQueue;
@@ -86,7 +87,6 @@ import java.util.regex.Pattern;
 import java.util.regex.PatternSyntaxException;
 import org.netbeans.TopSecurityManager;
 import org.openide.filesystems.FileUtil;
-import org.openide.util.Exceptions;
 import org.openide.util.Lookup;
 import org.openide.util.LookupEvent;
 import org.openide.util.LookupListener;
@@ -320,12 +320,9 @@ public final class TopLogging {
         } else {
             StringBuilder sb = new StringBuilder("loaded by "); // NOI18N
             if (l instanceof URLClassLoader) {
-                sb.append("URLClassLoader "); // NOI18N
-                String pref = "";
+                sb.append("URLClassLoader"); // NOI18N
                 for (URL u : ((URLClassLoader)l).getURLs()) {
-                    sb.append(pref);
-                    sb.append(u.toExternalForm());
-                    pref = File.pathSeparator;
+                    sb.append(' ').append(u);
                 }
             } else {
                 sb.append(l);
@@ -468,6 +465,8 @@ public final class TopLogging {
         TopSecurityManager.exit(exit);
     }
 
+    private static final Map<Throwable,Integer> catchIndex = Collections.synchronizedMap(new WeakHashMap<Throwable,Integer>()); // #190623
+
     /** Non closing handler.
      */
     private static final class NonClose extends Handler
@@ -506,6 +505,17 @@ public final class TopLogging {
                     }
                 }
             }
+            Throwable t = record.getThrown();
+            if (t != null) {
+                StackTraceElement[] tStack = t.getStackTrace();
+                StackTraceElement[] hereStack = new Throwable().getStackTrace();
+                for (int i = 1; i <= Math.min(tStack.length, hereStack.length); i++) {
+                    if (!tStack[tStack.length - i].equals(hereStack[hereStack.length - i])) {
+                        catchIndex.put(t, tStack.length - i);
+                        break;
+                    }
+                }
+            }
             schedule(delay);
         }
 
@@ -568,23 +578,13 @@ public final class TopLogging {
      * @param pw the destination
      */
     public static void printStackTrace(Throwable t, PrintWriter pw) {
-        // First try to find where the throwable was caught.
-        StackTraceElement[] tStack = t.getStackTrace();
-        StackTraceElement[] hereStack = new Throwable().getStackTrace();
-        int idx = -1;
-        for (int i = 1; i <= Math.min(tStack.length, hereStack.length); i++) {
-            if (!tStack[tStack.length - i].equals(hereStack[hereStack.length - i])) {
-                idx = tStack.length - i;
-                break;
-            }
-        }
-        doPrintStackTrace(pw, t, null, idx);
+        doPrintStackTrace(pw, t, null);
     }
 
     /**
      * #91541: show stack traces in a more natural order.
      */
-    private static void doPrintStackTrace(PrintWriter pw, Throwable t, Throwable higher, int caughtIndex) {
+    private static void doPrintStackTrace(PrintWriter pw, Throwable t, Throwable higher) {
         //if (t != null) {t.printStackTrace(pw);return;}//XxX
         try {
             if (t.getClass().getMethod("printStackTrace", PrintWriter.class).getDeclaringClass() != Throwable.class) { // NOI18N
@@ -599,7 +599,7 @@ public final class TopLogging {
         }
         Throwable lower = t.getCause();
         if (lower != null) {
-            doPrintStackTrace(pw, lower, t, -1);
+            doPrintStackTrace(pw, lower, t);
             pw.print("Caused: "); // NOI18N
         }
         String summary = t.toString();
@@ -622,8 +622,9 @@ public final class TopLogging {
                 end--;
             }
         }
+        Integer caughtIndex = catchIndex.get(t);
         for (int i = 0; i < end; i++) {
-            if (i == caughtIndex) {
+            if (caughtIndex != null && i == caughtIndex) {
                 // Translate following tab -> space since formatting is bad in
                 // Output Window (#8104) and some mail agents screw it up etc.
                 pw.print("[catch] at "); // NOI18N
@@ -796,13 +797,7 @@ public final class TopLogging {
                 return;
             }
             String s = new String(buf, off, len);
-            if (unwantedMessages != null && unwantedMessages.matcher(s).find()) {
-                new Exception().printStackTrace(DEBUG);
-            }
-            synchronized (sb) {
-                sb.append(s);
-            }
-            checkFlush();
+            print(s);
         }
 
         public @Override void write(byte[] b) throws IOException {
@@ -820,6 +815,30 @@ public final class TopLogging {
         }
 
         @Override
+        public void print(String s) {
+            if (unwantedMessages != null && unwantedMessages.matcher(s).find()) {
+                new Exception().printStackTrace(DEBUG);
+            }
+            synchronized (sb) {
+                sb.append(s);
+            }
+            if (!Thread.holdsLock(this)) {
+                checkFlush();
+            }
+        }
+        
+        @Override
+        public void println(String x) {
+            print(x);
+            print(System.getProperty("line.separator"));
+        }
+        @Override
+        public void println(Object x) {
+            String s = String.valueOf(x);
+            println(s);
+        }
+        
+        @Override
         public void flush() {
             try {
                 flush.schedule(0);
diff --git a/core.startup/src/org/netbeans/core/startup/TopThreadGroup.java b/core.startup/src/org/netbeans/core/startup/TopThreadGroup.java
index f8477bc..8ea7e49 100644
--- a/core.startup/src/org/netbeans/core/startup/TopThreadGroup.java
+++ b/core.startup/src/org/netbeans/core/startup/TopThreadGroup.java
@@ -44,6 +44,7 @@
 
 package org.netbeans.core.startup;
 
+import java.lang.Thread.UncaughtExceptionHandler;
 import org.netbeans.TopSecurityManager;
 import org.openide.util.Exceptions;
 
@@ -86,8 +87,15 @@ final class TopThreadGroup extends ThreadGroup implements Runnable {
         super(parent, name);
     }
 
+    @Override
     public void uncaughtException(Thread t, Throwable e) {
         if (!(e instanceof ThreadDeath)) {
+            UncaughtExceptionHandler h = Thread.getDefaultUncaughtExceptionHandler();
+            if (h != null) {
+                h.uncaughtException(t, e);
+                return;
+            }
+            
             if (e instanceof VirtualMachineError) {
                 // Try as hard as possible to get a stack trace from e.g. StackOverflowError
                 e.printStackTrace();
@@ -109,6 +117,7 @@ final class TopThreadGroup extends ThreadGroup implements Runnable {
         }
     }
 
+    @Override
     public void run() {
         try {
             Main.start (args);
diff --git a/core.startup/src/org/netbeans/core/startup/layers/BinaryFS.java b/core.startup/src/org/netbeans/core/startup/layers/BinaryFS.java
index d2ad007..3df1631 100644
--- a/core.startup/src/org/netbeans/core/startup/layers/BinaryFS.java
+++ b/core.startup/src/org/netbeans/core/startup/layers/BinaryFS.java
@@ -51,6 +51,7 @@ import java.io.FileNotFoundException;
 import java.io.IOException;
 import java.io.InputStream;
 import java.io.OutputStream;
+import java.lang.reflect.Constructor;
 import java.lang.reflect.Field;
 import java.lang.reflect.Method;
 import java.net.MalformedURLException;
@@ -68,6 +69,7 @@ import java.util.Enumeration;
 import java.util.List;
 import java.util.Set;
 import java.util.HashMap;
+import java.util.HashSet;
 import java.util.Map;
 import java.util.StringTokenizer;
 import java.util.logging.Level;
@@ -372,6 +374,7 @@ final class BinaryFS extends FileSystem {
         // Attributes implementation:
 
         /** Get the file attribute with the specified name. */
+        @Override
         public Object getAttribute(String attrName) {
             initialize();
             AttrImpl attr = attrs.get(attrName);
@@ -379,6 +382,19 @@ final class BinaryFS extends FileSystem {
                 attr = attrs.get(attrName.substring(6));
                 return attr == null ? null : attr.getType(this);
             }
+            if (attr == null && attrName.startsWith("raw:")) { // NOI18N
+                attr = attrs.get(attrName.substring(4));
+                try {
+                    if (attr != null && attr.index == 10) {
+                        return attr.methodValue(attr.value, this, attrName).getMethod();
+                    }
+                    if (attr != null && attr.index == 11) {
+                        return attr.getType(this);
+                    }
+                } catch (Exception ex) {
+                }
+                return null;
+            }
             if (attr == null && attrName.equals("layers")) { // NOI18N
                 return getLayersAttr();
             }
@@ -544,7 +560,9 @@ final class BinaryFS extends FileSystem {
                         if (SharedClassObject.class.isAssignableFrom(cls)) {
                             return SharedClassObject.findObject(cls.asSubclass(SharedClassObject.class), true);
                         } else {
-                            return cls.newInstance();
+                            Constructor<?> init = cls.getDeclaredConstructor();
+                            init.setAccessible(true);
+                            return init.newInstance((Object[]) null);
                         }
 
                     case 12: // serialvalue
@@ -556,10 +574,11 @@ final class BinaryFS extends FileSystem {
                         throw new IllegalStateException("Bad index: " + index); // NOI18N
                 }
             } catch (Exception exc) {
-                LOG.log(Level.INFO, "value = " + value + " from " + foProvider.getPath(), exc); // NOI18N
+                LOG.log(notified.add(foProvider.getPath()) ? Level.INFO : Level.FINE, "value = " + value + " from " + foProvider.getPath(), exc); // NOI18N
             }
             return null; // problem getting the value...
         }
+        private static final Set<String> notified = Collections.synchronizedSet(new HashSet<String>());
 
         public Class<?> getType( BFSBase foProvider) {
             try {
@@ -587,7 +606,7 @@ final class BinaryFS extends FileSystem {
                 }
             } catch (Exception exc) {
                 Exceptions.attachMessage(exc, "value = " + value + " from " + foProvider.getPath()); //NOI18N
-                LOG.log(Level.INFO, null, exc);
+                LOG.log(notified.add(foProvider.getPath()) ? Level.INFO : Level.FINE, null, exc);
             }
             return null; // problem getting the value...
         }
@@ -890,7 +909,11 @@ final class BinaryFS extends FileSystem {
         }
 
         /** Retrieve file or folder contained in this folder by name. */
+        @Override
         public FileObject getFileObject(String name, String ext) {
+            if ("..".equals(name) && ext == null) { // NOI18N
+                return getParent();
+            }
             initialize();
             String fullName = ext == null ? name : name + "." + ext; // XXX - ??
             return childrenMap.get(fullName);
@@ -952,6 +975,9 @@ final class BinaryFS extends FileSystem {
 
         @Override
         public Object get(Object key) {
+            if (key == FileObject.class) {
+                return fo;
+            }
             return key instanceof String ? fo.getAttribute((String)key) : null;
         }
 
@@ -969,8 +995,9 @@ final class BinaryFS extends FileSystem {
             if (!(obj instanceof Map)) {
                 return false;
             }
-            if (obj instanceof FileMap) {
-                return fo.equals(((FileMap)obj).fo);
+            Object o = ((Map)obj).get(FileObject.class);
+            if (o != null) {
+                return fo.equals(o);
             }
             return obj.equals(this);
         }
diff --git a/core.startup/src/org/netbeans/core/startup/layers/NbinstURLMapper.java b/core.startup/src/org/netbeans/core/startup/layers/NbinstURLMapper.java
index 9f4927e..3f479a0 100644
--- a/core.startup/src/org/netbeans/core/startup/layers/NbinstURLMapper.java
+++ b/core.startup/src/org/netbeans/core/startup/layers/NbinstURLMapper.java
@@ -103,7 +103,7 @@ public class NbinstURLMapper extends URLMapper {
             URI uri = new URI (url.toExternalForm());
             String protocol = uri.getScheme();
             if (PROTOCOL.equals(protocol)) {
-                String module = uri.getHost();
+                String module = uri.getAuthority(); // URI.host is null if CNB contains '_'
                 String path = uri.getPath();
                 if (path.length()>0) {
                     String relpath = path.substring(1).replaceFirst("/$", ""); // NOI18N
diff --git a/core.startup/src/org/netbeans/core/startup/layers/ParsingLayerCacheManager.java b/core.startup/src/org/netbeans/core/startup/layers/ParsingLayerCacheManager.java
index 7ce6532..d6e9179 100644
--- a/core.startup/src/org/netbeans/core/startup/layers/ParsingLayerCacheManager.java
+++ b/core.startup/src/org/netbeans/core/startup/layers/ParsingLayerCacheManager.java
@@ -107,7 +107,9 @@ abstract class ParsingLayerCacheManager extends LayerCacheManager implements Con
     private MemFolder root;
     private Stack<Object> curr; // Stack<MemFileOrFolder | MemAttr>
     private URL base;
-    private StringBuffer buf = new StringBuffer();
+    private final StringBuilder buf = new StringBuilder();
+    private URL ref;
+    private int weight;
     private int fileCount, folderCount, attrCount;
     // Folders, files, and attrs already encountered in this layer.
     // By path; attrs as folder/file path plus "//" plus attr name.
@@ -223,18 +225,17 @@ abstract class ParsingLayerCacheManager extends LayerCacheManager implements Con
             if (!(mfof instanceof MemFile)) { // a collision between modules
                 throw new ClassCastException("Stack: " + curr); // NOI18N
             }
-            MemFile file = (MemFile)mfof;
-            file.contents = null;
+            buf.setLength(0);
+            ref = null;
             String u = attrs.getValue("url");
             if (u != null) {
                 try {
-                    file.ref = new URL(base, u);
+                    ref = new URL(base, u);
                 } catch (MalformedURLException mfue) {
                     throw (SAXException) new SAXException(mfue.toString()).initCause(mfue);
                 }
-            } else {
-                file.ref = null;
             }
+            weight = 0;
         } else if (qname.equals("attr")) {
             attrCount++;
             MemAttr attr = new MemAttr();
@@ -255,6 +256,17 @@ abstract class ParsingLayerCacheManager extends LayerCacheManager implements Con
                     break;
                 }
             }
+            if (/*MultiFileObject.WEIGHT_ATTRIBUTE*/"weight".equals(attr.name)) {
+                if ("intvalue".equals(attr.type)) {
+                    try {
+                        weight = Integer.parseInt(attr.data);
+                    } catch (NumberFormatException x) {
+                        // ignore here (other places should report it)
+                    }
+                } else {
+                    LayerCacheManager.err.log(Level.WARNING, "currently unsupported value type for weight attribute in {0}: {1}", new Object[] {base, attr.type});
+                }
+            }
 //            System.out.println("found attr "+attr);
             /*
             attr.name = attrs.getValue("name");
@@ -329,42 +341,51 @@ abstract class ParsingLayerCacheManager extends LayerCacheManager implements Con
     }
     
     public void endElement(String ns, String lname, String qname) throws SAXException {
-        if (qname.equals("file") && buf.length() > 0) {
-            String text = buf.toString().trim();
-            if (text.length() > 0) {
-                MemFile file = (MemFile)curr.peek();
-                if (file.ref != null) throw new SAXParseException("CDATA plus url= in <file>", locator);
-                LayerCacheManager.err.warning("use of inline CDATA text contents in <file name=\"" + file.name + "\"> deprecated for performance and charset safety at " + locator.getSystemId() + ":" + locator.getLineNumber() + ". Please use the 'url' attribute instead, or the file attribute 'originalFile' on *.shadow files.");
-                // Note: platform default encoding used. If you care about the encoding,
-                // you had better be using url= instead.
-                file.contents = text.getBytes();
-            }
-            buf.setLength(0);
-        }
-        if (qname.equals("file") && openURLs()) {
-            MemFile file = (MemFile)curr.peek();
-            // Only open simple URLs. Assume that JARs are the same JARs with the layers.
-            if (file.ref != null && file.ref.toExternalForm().startsWith("jar:file:")) { // NOI18N
-                try {
-                    URLConnection conn = file.ref.openConnection();
-                    conn.connect();
-                    byte[] readBuf = new byte[conn.getContentLength()];
-                    InputStream is = conn.getInputStream();
-                    try {
-                        int pos = 0;
-                        while (pos < readBuf.length) {
-                            int read = is.read(readBuf, pos, readBuf.length - pos);
-                            if (read < 1) throw new IOException("Premature EOF on " + file.ref.toExternalForm()); // NOI18N
-                            pos += read;
+        if (qname.equals("file")) {
+            MemFile file = (MemFile) curr.peek();
+            if (weight /* #23609: reversed, so not > */>= file.weight) {
+                file.weight = weight;
+                file.contents = null;
+                if (buf.length() > 0) {
+                    String text = buf.toString().trim();
+                    if (text.length() > 0) {
+                        if (ref != null) {
+                            throw new SAXParseException("CDATA plus url= in <file>", locator);
+                        }
+                        /* May be used legitimately by e.g. @HelpSetRegistration:
+                        LayerCacheManager.err.warning("use of inline CDATA text contents in <file name=\"" + file.name + "\"> deprecated for performance and charset safety at " + locator.getSystemId() + ":" + locator.getLineNumber() + ". Please use the 'url' attribute instead, or the file attribute 'originalFile' on *.shadow files.");
+                         */
+                        // Note: platform default encoding used. If you care about the encoding,
+                        // you had better be using url= instead.
+                        file.contents = text.getBytes();
+                    }
+                }
+                file.ref = ref;
+                if (openURLs()) {
+                    // Only open simple URLs. Assume that JARs are the same JARs with the layers.
+                    if (file.ref != null && file.contents == null && file.ref.toExternalForm().startsWith("jar:file:")) { // NOI18N
+                        try {
+                            URLConnection conn = file.ref.openConnection();
+                            conn.connect();
+                            byte[] readBuf = new byte[conn.getContentLength()];
+                            InputStream is = conn.getInputStream();
+                            try {
+                                int pos = 0;
+                                while (pos < readBuf.length) {
+                                    int read = is.read(readBuf, pos, readBuf.length - pos);
+                                    if (read < 1) throw new IOException("Premature EOF on " + file.ref.toExternalForm()); // NOI18N
+                                    pos += read;
+                                }
+                                if (is.read() != -1) throw new IOException("Delayed EOF on " + file.ref.toExternalForm()); // NOI18N
+                            } finally {
+                                is.close();
+                            }
+                            file.contents = readBuf;
+                            file.ref = null;
+                        } catch (IOException ioe) {
+                            throw new SAXException(ioe);
                         }
-                        if (is.read() != -1) throw new IOException("Delayed EOF on " + file.ref.toExternalForm()); // NOI18N
-                    } finally {
-                        is.close();
                     }
-                    file.contents = readBuf;
-                    file.ref = null;
-                } catch (IOException ioe) {
-                    throw new SAXException(ioe);
                 }
             }
         }
@@ -384,10 +405,6 @@ abstract class ParsingLayerCacheManager extends LayerCacheManager implements Con
         if (!(currF instanceof MemFile)) {
             return;
         }
-        // Usually this will just be whitespace which we will ignore anyway.
-        // Do it anyway, so that people who accidentally write:
-        // <file name="x" url="y"><![CDATA[z]]></file>
-        // will at least get an error.
         buf.append(ch, start, len);
     }
     
@@ -497,6 +514,8 @@ abstract class ParsingLayerCacheManager extends LayerCacheManager implements Con
     protected static final class MemFile extends MemFileOrFolder {
         public byte[] contents = null; // {null | byte[]}
         public URL ref = null; // {null | URL}
+
+        private int weight = Integer.MIN_VALUE;
         
         public MemFile (URL base) {
             super (base);
diff --git a/core.startup/src/org/netbeans/core/startup/layers/SystemFileSystem.java b/core.startup/src/org/netbeans/core/startup/layers/SystemFileSystem.java
index bf5b133..5be3cd0 100644
--- a/core.startup/src/org/netbeans/core/startup/layers/SystemFileSystem.java
+++ b/core.startup/src/org/netbeans/core/startup/layers/SystemFileSystem.java
@@ -189,28 +189,27 @@ implements FileChangeListener {
         FileSystem user;
         LocalFileSystem home;
 
-        if (userDir != null) {
-            // only one file system
-            if (!userDir.exists ()) {
-                userDir.mkdirs ();
+        String customFSClass = System.getProperty("org.netbeans.core.systemfilesystem.custom"); // NOI18N
+        if (customFSClass != null) {
+            try {
+                Class clazz = Class.forName(customFSClass);
+                Object instance = clazz.newInstance();
+                user = (FileSystem)instance;
+            } catch (Exception x) {
+                ModuleLayeredFileSystem.err.log(
+                    Level.WARNING,
+                    "Custom system file system writable layer init failed ", x); // NOI18N
+                user = FileUtil.createMemoryFileSystem ();
             }
-            LocalFileSystem l = new LocalFileSystemEx ( true );
-            l.setRootDirectory (userDir);
-            user = l;
         } else {
-            // use some replacement
-            String customFSClass = System.getProperty("org.netbeans.core.systemfilesystem.custom"); // NOI18N
-            if (customFSClass != null) {
-                try {
-                    Class clazz = Class.forName(customFSClass);
-                    Object instance = clazz.newInstance();
-                    user = (FileSystem)instance;
-                } catch (Exception x) {
-                    ModuleLayeredFileSystem.err.log(
-                        Level.WARNING,
-                        "Custom system file system writable layer init failed ", x); // NOI18N
-                    user = FileUtil.createMemoryFileSystem ();
+            if (userDir != null) {
+                // only one file system
+                if (!userDir.exists()) {
+                    userDir.mkdirs();
                 }
+                LocalFileSystem l = new LocalFileSystemEx(true);
+                l.setRootDirectory(userDir);
+                user = l;
             } else {
                 user = FileUtil.createMemoryFileSystem ();
             }
diff --git a/core.startup/src/org/netbeans/core/startup/preferences/PreferencesProviderImpl.java b/core.startup/src/org/netbeans/core/startup/preferences/PreferencesProviderImpl.java
index c373c81..ce832f7 100644
--- a/core.startup/src/org/netbeans/core/startup/preferences/PreferencesProviderImpl.java
+++ b/core.startup/src/org/netbeans/core/startup/preferences/PreferencesProviderImpl.java
@@ -53,12 +53,13 @@ import org.openide.util.lookup.ServiceProvider;
  */
 @ServiceProvider(service=org.openide.util.NbPreferences.Provider.class)
 public class PreferencesProviderImpl implements org.openide.util.NbPreferences.Provider {
-    /** Creates a new instance of PreferencesProviderImpl */
-    public PreferencesProviderImpl() {
-    }
-    
     public Preferences preferencesForModule(Class cls) {
         String absolutePath = null;
+        // Could use Modules.getDefault().ownerOf(cls) but this would initialize
+        // module system which may be undesirable in general. Fix might be to
+        // register Modules global impl from o.n.bootstrap using Util.ModuleProvider,
+        // though this needs to be overridden by ModuleManager impl since that has
+        // specific behavior in case of JNLP.
         ClassLoader cl = cls.getClassLoader();
         if (cl instanceof Util.ModuleProvider) {
             absolutePath = ((Util.ModuleProvider) cl).getModule().getCodeNameBase();
diff --git a/core.startup/src/org/netbeans/core/startup/splash.gif b/core.startup/src/org/netbeans/core/startup/splash.gif
index 0a4fbb8..13575f7 100644
Binary files a/core.startup/src/org/netbeans/core/startup/splash.gif and b/core.startup/src/org/netbeans/core/startup/splash.gif differ
diff --git a/core.startup/test/unit/src/org/netbeans/core/startup/InstalledFileLocatorImplTest.java b/core.startup/test/unit/src/org/netbeans/core/startup/InstalledFileLocatorImplTest.java
index 4308b13..0ba260f 100644
--- a/core.startup/test/unit/src/org/netbeans/core/startup/InstalledFileLocatorImplTest.java
+++ b/core.startup/test/unit/src/org/netbeans/core/startup/InstalledFileLocatorImplTest.java
@@ -52,9 +52,12 @@ import java.util.Arrays;
 import java.util.Collections;
 import java.util.HashSet;
 import java.util.Locale;
+import java.util.logging.Level;
+import org.netbeans.junit.Log;
 import org.netbeans.junit.NbTestCase;
 import org.openide.modules.InstalledFileLocator;
 import org.openide.util.NbBundle;
+import org.openide.util.test.TestFileUtils;
 /**
  * Test functionality of InstalledFileLocatorImpl.
  * @author Jesse Glick
@@ -69,9 +72,13 @@ public class InstalledFileLocatorImplTest extends NbTestCase {
         super(name);
     }
     
+    protected @Override Level logLevel() {
+        return Level.ALL;
+    }
+    
     private File scratch, nbhome, nbuser, nbdir1, nbdir2;
     private InstalledFileLocator ifl;
-    protected void setUp() throws Exception {
+    protected @Override void setUp() throws Exception {
         super.setUp();
         clearWorkDir();
         scratch = getWorkDir();
@@ -102,7 +109,6 @@ public class InstalledFileLocatorImplTest extends NbTestCase {
             // Useless trailing separator intentional:
             nbdirx.getAbsolutePath() + File.pathSeparatorChar);
         NbBundle.setBranding("foo");
-        Locale.setDefault(Locale.JAPAN);
         ifl = new InstalledFileLocatorImpl();
     }
     private static File file(File dir, String path) {
@@ -126,7 +132,10 @@ public class InstalledFileLocatorImplTest extends NbTestCase {
      * properties, so another test in the same VM would not be able to change them.
      */
     public void testLocate() throws Exception {
+        Locale.setDefault(Locale.JAPAN);
+        try {
         InstalledFileLocatorImpl.prepareCache();
+        try {
         assertEquals("[cache] found a simple file", file(nbhome, "d"), ifl.locate("d", null, false));
         assertEquals("[cache] did not find a nonexistent file", null, ifl.locate("d2", null, false));
         assertEquals("[cache] found an override in nbuser", file(nbuser, "a/b"), ifl.locate("a/b", null, false));
@@ -139,7 +148,9 @@ public class InstalledFileLocatorImplTest extends NbTestCase {
         assertEquals("[cache] nbdirs can override location of a branded resource", file(nbdir2, "loc/y_foo.html"), ifl.locate("loc/y.html", null, true));
         assertEquals("[cache] but look in all dirs for most specific resource first", file(nbhome, "h_ja"), ifl.locate("h", null, true));
         assertEquals("[cache] localized lookup a no-op for nonlocalized files", file(nbuser, "a/b"), ifl.locate("a/b", null, true));
-        InstalledFileLocatorImpl.discardCache();
+        } finally {
+            InstalledFileLocatorImpl.discardCache();
+        }
         assertEquals("[no cache] found a simple file", file(nbhome, "d"), ifl.locate("d", null, false));
         assertEquals("[no cache] did not find a nonexistent file", null, ifl.locate("d2", null, false));
         touch(file(nbhome, "d2"));
@@ -154,12 +165,18 @@ public class InstalledFileLocatorImplTest extends NbTestCase {
         assertEquals("[no cache] nbdirs can override location of a branded resource", file(nbdir2, "loc/y_foo.html"), ifl.locate("loc/y.html", null, true));
         assertEquals("[no cache] but look in all dirs for most specific resource first", file(nbhome, "h_ja"), ifl.locate("h", null, true));
         assertEquals("[no cache] localized lookup a no-op for nonlocalized files", file(nbuser, "a/b"), ifl.locate("a/b", null, true));
+        } finally {
+            Locale.setDefault(Locale.ENGLISH);
+        }
     }
 
     public void testLocateAll() throws Exception {
         InstalledFileLocatorImpl.prepareCache();
+        try {
         doTestLocateAll();
-        InstalledFileLocatorImpl.discardCache();
+        } finally {
+            InstalledFileLocatorImpl.discardCache();
+        }
         doTestLocateAll();
     }
     private void doTestLocateAll() {
@@ -170,4 +187,38 @@ public class InstalledFileLocatorImplTest extends NbTestCase {
         assertEquals(new HashSet<File>(Arrays.asList(file(nbdir1, "e/f"), file(nbhome, "e/f"))), ifl.locateAll("e/f", null, false));
     }
     
+    public void testLocateParallel() throws Exception {
+        File x1 = new File(nbdir1, "x");
+        touch(x1);
+        File x2 = new File(nbdir2, "x");
+        touch(x2);
+        TestFileUtils.writeFile(new File(nbdir1, "update_tracking/mod-a.xml"), "<module codename=\"mod.a\">\n<file name=\"x\"/>\n</module>\n");
+        TestFileUtils.writeFile(new File(nbdir2, "update_tracking/mod-b.xml"), "<module codename=\"mod.b\">\n<file name=\"x\"/>\n</module>\n");
+        InstalledFileLocatorImpl.prepareCache();
+        try {
+        assertEquals(x1, ifl.locate("x", "mod.a", false));
+        assertEquals(x2, ifl.locate("x", "mod.b", false));
+        assertEquals(x1, ifl.locate("x", null, false));
+        } finally {
+            InstalledFileLocatorImpl.discardCache();
+        }
+        assertEquals(x1, ifl.locate("x", "mod.a", false));
+        assertEquals(x2, ifl.locate("x", "mod.b", false));
+        assertEquals(x1, ifl.locate("x", null, false));
+    }
+
+    public void testWarnings() throws Exception {
+        CharSequence cs = Log.enable(InstalledFileLocatorImpl.class.getName(), Level.WARNING);
+        File x = new File(nbdir1, "x");
+        touch(x);
+        File y = new File(nbdir1, "y");
+        touch(y);
+        TestFileUtils.writeFile(new File(nbdir1, "update_tracking/mod-a.xml"), "<module codename='mod.a'>\n<file name='x'/>\n</module>\n");
+        assertEquals(x, ifl.locate("x", "mod.a", false));
+        assertEquals(y, ifl.locate("y", "mod.a", false));
+        String log = cs.toString();
+        assertTrue(log, log.contains("does not own y"));
+        assertFalse(log, log.contains("does not own x"));
+    }    
+    
 }
diff --git a/core.startup/test/unit/src/org/netbeans/core/startup/NbBootDelegationTest.java b/core.startup/test/unit/src/org/netbeans/core/startup/NbBootDelegationTest.java
new file mode 100644
index 0000000..5ce7345
--- /dev/null
+++ b/core.startup/test/unit/src/org/netbeans/core/startup/NbBootDelegationTest.java
@@ -0,0 +1,89 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.core.startup;
+
+import java.io.File;
+import java.util.Collections;
+import org.netbeans.Module;
+import org.netbeans.ModuleManager;
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+public class NbBootDelegationTest extends NbInstallerTestBase {
+
+    public NbBootDelegationTest(String n) {
+        super(n);
+    }
+    
+    public void testNetBeansBootDelegation() throws Exception {
+        ModuleManager mgr = Main.getModuleSystem().getManager();
+        mgr.mutexPrivileged().enterWriteAccess();
+        System.setProperty("netbeans.bootdelegation", "javax.swing, javax.naming.*");
+        try {
+            Module m1 = mgr.create(new File(jars, "simple-module.jar"), null, false, false, false);
+            mgr.enable(Collections.singleton(m1));
+            final ClassLoader ldr = m1.getClassLoader();
+            Class<?> jtree = Class.forName("javax.swing.JTree", true, ldr);
+            assertNotNull("JTree found", jtree);
+            String tableModel = "javax.swing.table.TableModel";
+            try {
+                Class<?> model = Class.forName(tableModel, true, ldr);
+                fail("Model shall not be accessible: " + model);
+            } catch (ClassNotFoundException ex) {
+                // OK
+                assertNotNull("The class exists on boot path", ClassLoader.getSystemClassLoader().loadClass(tableModel));
+            }
+            Class<?> list = Class.forName("java.util.ArrayList", true, ldr);
+            assertNotNull("java packages are always accessible", list);
+            Class<?> naming = Class.forName("javax.naming.event.EventContext", true, ldr);
+            assertNotNull("naming is recursively visible", naming);
+        } finally {
+            System.getProperties().remove("netbeans.bootdelegation");
+            mgr.mutexPrivileged().exitWriteAccess();
+        }
+    }
+
+
+}
diff --git a/core.startup/test/unit/src/org/netbeans/core/startup/PlatformDependencySatisfiedTest.java b/core.startup/test/unit/src/org/netbeans/core/startup/PlatformDependencySatisfiedTest.java
index 48ea1a1..ef24641 100644
--- a/core.startup/test/unit/src/org/netbeans/core/startup/PlatformDependencySatisfiedTest.java
+++ b/core.startup/test/unit/src/org/netbeans/core/startup/PlatformDependencySatisfiedTest.java
@@ -66,6 +66,11 @@ public class PlatformDependencySatisfiedTest extends SetupHid {
     public PlatformDependencySatisfiedTest(String name) {
         super(name);
     }
+
+    @Override
+    protected int timeOut() {
+        return 30000;
+    }
     
     @Override
     protected void setUp() throws Exception {
diff --git a/core.startup/test/unit/src/org/netbeans/core/startup/TopLoggingTest.java b/core.startup/test/unit/src/org/netbeans/core/startup/TopLoggingTest.java
index 6d2c756..cc61a3d 100644
--- a/core.startup/test/unit/src/org/netbeans/core/startup/TopLoggingTest.java
+++ b/core.startup/test/unit/src/org/netbeans/core/startup/TopLoggingTest.java
@@ -360,6 +360,43 @@ public class TopLoggingTest extends NbTestCase {
             fail("Expecting exception: " + disk);
         }
     }
+
+    @RandomlyFails // NB-Core-Build #5167: m.find()
+    public void testSystemErrIsSentToLogWithoutFlush() throws Exception {
+        System.err.println("Ahoj");
+        System.err.println("Jardo");
+        new IllegalStateException("Hi").printStackTrace();
+        
+        String disk = "";
+        for (int i = 0; i < 100; i++) {
+            new IOException("More output").printStackTrace();
+            System.err.println("Line " + i);
+
+            Thread.sleep(100);
+            
+            disk = readLog(false);
+
+            Matcher m = Pattern.compile("^Ahoj(.*)Jardo", Pattern.MULTILINE | Pattern.DOTALL).matcher(disk);
+            
+            if (m.find()) {
+                break;
+            }
+        }
+        Matcher m = Pattern.compile("^Ahoj(.*)Jardo", Pattern.MULTILINE | Pattern.DOTALL).matcher(disk);
+        assertTrue(disk, m.find());
+        assertEquals("One group found", 1, m.groupCount());
+        assertTrue("Non empty group: " + m.group(1) + "\n" + disk, m.group(1).length() > 0);
+        char next = m.group(1).charAt(0);
+        if (next != 10 && next != 13) {
+            fail("Expecting 'Ahoj': index: " + 0 + " next char: " + (int)next + "text:\n" + disk);
+        }
+        
+        Pattern p = Pattern.compile("IllegalStateException.*Hi");
+        Matcher d = p.matcher(disk);
+        if (!d.find()) {
+            fail("Expecting exception: " + disk);
+        }
+    }
     
     public void testSystemErrPrintLnIsSentToLog() throws Exception {
         System.err.println("BEGIN");
diff --git a/core.startup/test/unit/src/org/netbeans/core/startup/TopThreadGroupTest.java b/core.startup/test/unit/src/org/netbeans/core/startup/TopThreadGroupTest.java
new file mode 100644
index 0000000..a86d80f
--- /dev/null
+++ b/core.startup/test/unit/src/org/netbeans/core/startup/TopThreadGroupTest.java
@@ -0,0 +1,84 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2011 Sun Microsystems, Inc.
+ */
+package org.netbeans.core.startup;
+
+import java.util.ArrayList;
+import java.util.List;
+import org.netbeans.junit.NbTestCase;
+
+public class TopThreadGroupTest extends NbTestCase implements Thread.UncaughtExceptionHandler {
+    List<Throwable> throwables;
+    
+    public TopThreadGroupTest(String n) {
+        super(n);
+    }
+
+    @Override
+    protected void setUp() throws Exception {
+        throwables = new ArrayList<Throwable>();
+        Thread.setDefaultUncaughtExceptionHandler(this);
+    }
+    
+    
+
+
+    public void testSomeMethod() throws InterruptedException {
+        TopThreadGroup ttg = new TopThreadGroup("test group", new String[0]);
+        final IllegalStateException ise = new IllegalStateException();
+        Thread t = new Thread((ThreadGroup)ttg, "throw exception") {
+            @Override
+            public void run() {
+                throw ise;
+            }
+        };
+        t.start();
+        t.join();
+        assertEquals("One exception: " + throwables, 1, throwables.size());
+        assertEquals("It is our exception", ise, throwables.get(0));
+        
+    }
+
+    @Override
+    public void uncaughtException(Thread t, Throwable e) {
+        throwables.add(e);
+    }
+}
diff --git a/core.startup/test/unit/src/org/netbeans/core/startup/layers/CustomWritableSystemFileSystemTest.java b/core.startup/test/unit/src/org/netbeans/core/startup/layers/CustomWritableSystemFileSystemTest.java
index 5a06256..11d5022 100644
--- a/core.startup/test/unit/src/org/netbeans/core/startup/layers/CustomWritableSystemFileSystemTest.java
+++ b/core.startup/test/unit/src/org/netbeans/core/startup/layers/CustomWritableSystemFileSystemTest.java
@@ -54,7 +54,7 @@ public class CustomWritableSystemFileSystemTest extends NbTestCase {
     @SuppressWarnings("deprecation")
     @Override
     protected void setUp() throws Exception {
-        System.setProperty("netbeans.user", "memory");
+        System.setProperty("netbeans.user", getWorkDirPath());
         System.setProperty("org.netbeans.core.systemfilesystem.custom", PoohFileSystem.class.getName());
         sfs = (SystemFileSystem) Repository.getDefault().getDefaultFileSystem();
     }
@@ -63,11 +63,18 @@ public class CustomWritableSystemFileSystemTest extends NbTestCase {
         FileSystem writable = sfs.createWritableOn(null);
         assertTrue(writable instanceof ModuleLayeredFileSystem);
         ModuleLayeredFileSystem mlf = (ModuleLayeredFileSystem) writable;
-        assertTrue(mlf.getWritableLayer() instanceof PoohFileSystem);
+        assertTrue("Expected fs" + mlf.getWritableLayer(), mlf.getWritableLayer() instanceof PoohFileSystem);
+        PoohFileSystem pooh = (PoohFileSystem)mlf.getWritableLayer();
+        assertEquals("Proper value of nb user", getWorkDirPath(), pooh.netbeansUser);
     }
 
     public static class PoohFileSystem extends FileSystem {
-
+        String netbeansUser;
+        
+        public PoohFileSystem() {
+            netbeansUser = System.getProperty("netbeans.user");
+        }
+        
         public String getDisplayName() {
             return "Pooh";
         }
diff --git a/core.ui/manifest.mf b/core.ui/manifest.mf
index 79c4282..35d36e3 100644
--- a/core.ui/manifest.mf
+++ b/core.ui/manifest.mf
@@ -4,5 +4,5 @@ OpenIDE-Module-Localizing-Bundle: org/netbeans/core/ui/resources/Bundle.properti
 OpenIDE-Module-Layer: org/netbeans/core/ui/resources/layer.xml
 AutoUpdate-Show-In-Client: false
 AutoUpdate-Essential-Module: true
-OpenIDE-Module-Specification-Version: 1.22.1
+OpenIDE-Module-Specification-Version: 1.26.1
 
diff --git a/core.ui/nbproject/project.xml b/core.ui/nbproject/project.xml
index b5a60fa..7009a07 100644
--- a/core.ui/nbproject/project.xml
+++ b/core.ui/nbproject/project.xml
@@ -172,6 +172,11 @@ made subject to such option by the copyright holder.
                         <code-name-base>org.netbeans.libs.junit4</code-name-base>
                         <compile-dependency/>
                     </test-dependency>
+                    <test-dependency>
+                        <code-name-base>org.netbeans.modules.nbjunit</code-name-base>
+                        <recursive/>
+                        <compile-dependency/>
+                    </test-dependency>
                 </test-type>
             </test-dependencies>
             <public-packages/>
diff --git a/core.ui/src/org/netbeans/core/ui/notifications/NotificationDisplayerImpl.java b/core.ui/src/org/netbeans/core/ui/notifications/NotificationDisplayerImpl.java
index 74e20a4..f4bf4b5 100644
--- a/core.ui/src/org/netbeans/core/ui/notifications/NotificationDisplayerImpl.java
+++ b/core.ui/src/org/netbeans/core/ui/notifications/NotificationDisplayerImpl.java
@@ -42,14 +42,6 @@
 
 package org.netbeans.core.ui.notifications;
 
-import java.awt.Color;
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Cursor;
-import java.awt.GridBagConstraints;
-import java.awt.GridBagLayout;
-import java.awt.Insets;
-import java.awt.event.ActionEvent;
 import java.awt.event.ActionListener;
 import java.beans.PropertyChangeListener;
 import java.beans.PropertyChangeSupport;
@@ -58,13 +50,8 @@ import java.util.ArrayList;
 import java.util.Collections;
 import java.util.LinkedList;
 import java.util.List;
-import javax.swing.AbstractButton;
-import javax.swing.BorderFactory;
 import javax.swing.Icon;
-import javax.swing.JButton;
 import javax.swing.JComponent;
-import javax.swing.JLabel;
-import javax.swing.JPanel;
 import javax.swing.SwingUtilities;
 import org.openide.awt.Notification;
 import org.openide.awt.NotificationDisplayer;
@@ -90,7 +77,10 @@ public final class NotificationDisplayerImpl extends NotificationDisplayer {
     private final PropertyChangeSupport propSupport = new PropertyChangeSupport(this);
 
     static NotificationDisplayerImpl getInstance() {
-        return (NotificationDisplayerImpl) Lookup.getDefault().lookup(NotificationDisplayer.class);
+        NotificationDisplayer nd = Lookup.getDefault().lookup(NotificationDisplayer.class);
+        if( nd instanceof NotificationDisplayerImpl )
+            return (NotificationDisplayerImpl) nd;
+        return null;
     }
 
     @Override
diff --git a/core.ui/src/org/netbeans/core/ui/options/filetypes/Bundle.properties b/core.ui/src/org/netbeans/core/ui/options/filetypes/Bundle.properties
index a38f113..36809f5 100644
--- a/core.ui/src/org/netbeans/core/ui/options/filetypes/Bundle.properties
+++ b/core.ui/src/org/netbeans/core/ui/options/filetypes/Bundle.properties
@@ -96,3 +96,6 @@ OpenAsPanel.AD=Choose type of file
 Files.Options.Export.displayName=Files
 OpenAsPanel.lblDescription.text=NetBeans does not know this type of file. Please specify how should these files be treated.
 FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
+
+KW_FilesOptions=File Extensions,File Types,MIME Types,Ignored Files,Source Scanning
+
diff --git a/core.ui/src/org/netbeans/core/ui/options/filetypes/FileAssociationsOptionsPanelController.java b/core.ui/src/org/netbeans/core/ui/options/filetypes/FileAssociationsOptionsPanelController.java
index 151de73..16ab237 100644
--- a/core.ui/src/org/netbeans/core/ui/options/filetypes/FileAssociationsOptionsPanelController.java
+++ b/core.ui/src/org/netbeans/core/ui/options/filetypes/FileAssociationsOptionsPanelController.java
@@ -55,7 +55,10 @@ import org.openide.util.Lookup;
  * @author Jiri Skrivanek
  */
 @OptionsPanelController.SubRegistration(
-    displayName="#AdvancedOption.displayName"
+    id="Files",
+    displayName="#AdvancedOption.displayName",
+    keywords="#KW_FilesOptions",
+    keywordsCategory="Advanced/Files"
 //    toolTip="#AdvancedOption.tooltip"
 )
 public final class FileAssociationsOptionsPanelController extends OptionsPanelController {
diff --git a/core.ui/src/org/netbeans/core/ui/options/filetypes/OpenAsAction.java b/core.ui/src/org/netbeans/core/ui/options/filetypes/OpenAsAction.java
index b9f5095..756cd07 100644
--- a/core.ui/src/org/netbeans/core/ui/options/filetypes/OpenAsAction.java
+++ b/core.ui/src/org/netbeans/core/ui/options/filetypes/OpenAsAction.java
@@ -50,6 +50,9 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 import org.openide.DialogDescriptor;
 import org.openide.DialogDisplayer;
+import org.openide.awt.ActionID;
+import org.openide.awt.ActionReference;
+import org.openide.awt.ActionRegistration;
 import org.openide.cookies.OpenCookie;
 import org.openide.filesystems.FileObject;
 import org.openide.loaders.DataObject;
@@ -63,6 +66,9 @@ import org.openide.util.actions.NodeAction;
  * 
  * @author Jiri Skrivanek
  */
+ at ActionID(id = "org.netbeans.core.ui.options.filetypes.OpenAsAction", category = "Edit")
+ at ActionRegistration(displayName = "#OpenAsAction.name")
+ at ActionReference(path = "Loaders/content/unknown/Actions", position = 150)
 public final class OpenAsAction extends NodeAction {
     
     private static final Logger LOGGER = Logger.getLogger(OpenAsAction.class.getName());
diff --git a/core.ui/src/org/netbeans/core/ui/options/general/Bundle.properties b/core.ui/src/org/netbeans/core/ui/options/general/Bundle.properties
index 5fac880..0861dd0 100644
--- a/core.ui/src/org/netbeans/core/ui/options/general/Bundle.properties
+++ b/core.ui/src/org/netbeans/core/ui/options/general/Bundle.properties
@@ -259,7 +259,7 @@ GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Direct connection.</i></htm
 GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
 
 # Keywords for quick-search
-KW_General=Proxy, General Options
+KW_General=Proxy Settings,Web Browser,General Options
 
 # Display name for options export
 General.Options.Export.Category.displayName=General
diff --git a/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsModel.java b/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsModel.java
index 9162cd7..ea4c77b 100644
--- a/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsModel.java
+++ b/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsModel.java
@@ -76,7 +76,11 @@ class GeneralOptionsModel {
     
     void setProxyType (int proxyType) {
         if (proxyType != getProxyType ()) {
-            getProxyPreferences  ().putInt (ProxySettings.PROXY_TYPE, proxyType);
+            if (ProxySettings.AUTO_DETECT_PROXY == proxyType) {
+                getProxyPreferences  ().putInt (ProxySettings.PROXY_TYPE, usePAC() ? ProxySettings.AUTO_DETECT_PAC : ProxySettings.AUTO_DETECT_PROXY);
+            } else {
+                getProxyPreferences  ().putInt (ProxySettings.PROXY_TYPE, proxyType);
+            }
         }
     }
     
@@ -202,6 +206,12 @@ class GeneralOptionsModel {
         ProxySettings.setAuthenticationPassword(password);
     }
     
+    static boolean usePAC() {
+        String s = System.getProperty ("netbeans.system_http_proxy"); // NOI18N
+        boolean usePAC = s != null && s.startsWith("PAC"); // NOI18N
+        return usePAC;
+    }
+    
     // private helper methods ..................................................
 
     private static boolean validatePort (String port) {
diff --git a/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsPanel.form b/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsPanel.form
index fa3597a..4cd249b 100644
--- a/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsPanel.form
+++ b/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsPanel.form
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" ?>
+<?xml version="1.1" encoding="UTF-8" ?>
 
 <Form version="1.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
@@ -21,11 +21,11 @@
                   <Group type="102" alignment="1" attributes="0">
                       <Component id="lWebBrowser" min="-2" max="-2" attributes="0"/>
                       <EmptySpace type="separate" max="-2" attributes="0"/>
-                      <Component id="cbWebBrowser" pref="1294" max="32767" attributes="0"/>
+                      <Component id="cbWebBrowser" pref="1317" max="32767" attributes="0"/>
                       <EmptySpace max="-2" attributes="0"/>
                       <Component id="editBrowserButton" min="-2" max="-2" attributes="0"/>
                   </Group>
-                  <Component id="jSeparator2" alignment="0" pref="1494" max="32767" attributes="2"/>
+                  <Component id="jSeparator2" alignment="0" pref="1495" max="32767" attributes="2"/>
                   <Group type="102" alignment="0" attributes="0">
                       <Component id="lWebProxy" min="-2" max="-2" attributes="0"/>
                       <EmptySpace min="-2" pref="18" max="-2" attributes="0"/>
@@ -39,7 +39,7 @@
                                   <Group type="102" alignment="0" attributes="0">
                                       <Component id="bMoreProxy" min="-2" max="-2" attributes="0"/>
                                       <EmptySpace max="-2" attributes="0"/>
-                                      <Component id="errorLabel" pref="1254" max="32767" attributes="0"/>
+                                      <Component id="errorLabel" pref="1279" max="32767" attributes="0"/>
                                   </Group>
                                   <Group type="102" alignment="0" attributes="0">
                                       <Component id="lProxyHost" min="-2" max="-2" attributes="0"/>
@@ -54,15 +54,15 @@
                           </Group>
                       </Group>
                   </Group>
-                  <Component id="jSeparator3" alignment="0" pref="1494" max="32767" attributes="2"/>
+                  <Component id="jSeparator3" alignment="0" pref="1495" max="32767" attributes="2"/>
                   <Group type="102" alignment="0" attributes="0">
                       <Component id="lUsage" min="-2" max="-2" attributes="0"/>
                       <EmptySpace min="-2" max="-2" attributes="0"/>
                       <Group type="103" groupAlignment="0" attributes="0">
-                          <Component id="lblUsageInfo" alignment="0" pref="1365" max="32767" attributes="0"/>
+                          <Component id="lblUsageInfo" alignment="0" pref="1370" max="32767" attributes="0"/>
                           <Group type="102" alignment="0" attributes="0">
                               <Component id="jUsageCheck" min="-2" max="-2" attributes="0"/>
-                              <EmptySpace pref="838" max="32767" attributes="0"/>
+                              <EmptySpace pref="854" max="32767" attributes="0"/>
                           </Group>
                           <Component id="lblLearnMore" alignment="0" min="-2" max="-2" attributes="0"/>
                       </Group>
diff --git a/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsPanel.java b/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsPanel.java
index cd6882e..cdb4f0e 100644
--- a/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsPanel.java
+++ b/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsPanel.java
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ * Copyright 1997-2011 Oracle and/or its affiliates. All rights reserved.
  *
  * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  * Other names may be trademarks of their respective owners.
@@ -27,7 +27,7 @@
  * Contributor(s):
  *
  * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2011 Sun
  * Microsystems, Inc. All Rights Reserved.
  *
  * If you wish your version of this file to be governed by only the CDDL
@@ -61,6 +61,7 @@ import javax.swing.UIManager;
 import javax.swing.event.DocumentEvent;
 import javax.swing.event.DocumentListener;
 import org.netbeans.beaninfo.editors.HtmlBrowser;
+import org.netbeans.core.ProxySettings;
 import org.netbeans.spi.options.OptionsPanelController;
 import org.openide.DialogDescriptor;
 import org.openide.DialogDisplayer;
@@ -87,6 +88,7 @@ public class GeneralOptionsPanel extends JPanel implements ActionListener {
     /** 
      * Creates new form GeneralOptionsPanel. 
      */
+    @SuppressWarnings("LeakingThisInConstructor")
     public GeneralOptionsPanel () {
         initComponents ();
 
@@ -119,14 +121,17 @@ public class GeneralOptionsPanel extends JPanel implements ActionListener {
         tfProxyPort.addActionListener (this);
         tfProxyPort.getDocument().addDocumentListener(new DocumentListener() {
 
+            @Override
             public void insertUpdate(DocumentEvent e) {
                 validatePortValue();
             }
 
+            @Override
             public void removeUpdate(DocumentEvent e) {
                 validatePortValue();
             }
 
+            @Override
             public void changedUpdate(DocumentEvent e) {
                 validatePortValue();
             }
@@ -375,6 +380,7 @@ private void editBrowserButtonActionPerformed(java.awt.event.ActionEvent evt) {/
     final WebBrowsersOptionsModel wbModel = new WebBrowsersOptionsModel();
     WebBrowsersOptionsPanel wbPanel = new WebBrowsersOptionsPanel(wbModel, cbWebBrowser.getSelectedItem().toString());
     DialogDescriptor dialogDesc = new DialogDescriptor (wbPanel, loc("LBL_WebBrowsersPanel_Title"), true, new ActionListener() {
+            @Override
             public void actionPerformed(ActionEvent e) {
                 if (DialogDescriptor.OK_OPTION.equals(e.getSource())) {
                     wbModel.applyChanges();
@@ -523,6 +529,9 @@ private void bMoreProxyActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FI
                 String sPort = System.getProperty ("http.proxyPort"); // NOI18N
                 toolTip = loc ("GeneralOptionsPanel_rbUseSystemProxy_Format", sHost, sPort);
             }
+            if (GeneralOptionsModel.usePAC()) {
+                toolTip = getPacFile();
+            }
             return toolTip;
         } else {
             return null;
@@ -552,24 +561,30 @@ private void bMoreProxyActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FI
         
         // proxy settings
         switch (model.getProxyType ()) {
-            case 0:
+            case ProxySettings.DIRECT_CONNECTION:
                 rbNoProxy.setSelected (true);
                 tfProxyHost.setEnabled (false);
                 tfProxyPort.setEnabled (false);
                 bMoreProxy.setEnabled (false);
                 break;
-            case 1:
+            case ProxySettings.AUTO_DETECT_PROXY:
                 rbUseSystemProxy.setSelected (true);
                 tfProxyHost.setEnabled (false);
                 tfProxyPort.setEnabled (false);
                 bMoreProxy.setEnabled (false);
                 break;
-            default:
+            case ProxySettings.MANUAL_SET_PROXY:
                 rbHTTPProxy.setSelected (true);
                 tfProxyHost.setEnabled (true);
                 tfProxyPort.setEnabled (true);
                 bMoreProxy.setEnabled (true);
                 break;
+            case ProxySettings.AUTO_DETECT_PAC:
+                rbUseSystemProxy.setSelected (true);
+                tfProxyHost.setEnabled (false);
+                tfProxyPort.setEnabled (false);
+                bMoreProxy.setEnabled (false);
+                break;
         }
         tfProxyHost.setText (model.getHttpProxyHost ());
         tfProxyPort.setText (model.getHttpProxyPort ());
@@ -662,6 +677,7 @@ private void bMoreProxyActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FI
         return changed;
     }
 
+    @Override
     public void actionPerformed (ActionEvent e) {
         changed = true;
         tfProxyHost.setEnabled (rbHTTPProxy.isSelected ());
@@ -669,4 +685,10 @@ private void bMoreProxyActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FI
         bMoreProxy.setEnabled (rbHTTPProxy.isSelected ());
         rbUseSystemProxy.setToolTipText (getUseSystemProxyToolTip ());
     }
+
+    private static String getPacFile() {
+        String init = System.getProperty("netbeans.system_http_proxy"); // NOI18N
+        return init.substring(4).trim();
+    }
+    
 }
diff --git a/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsPanelController.java b/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsPanelController.java
index 85d3988..e32455e 100644
--- a/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsPanelController.java
+++ b/core.ui/src/org/netbeans/core/ui/options/general/GeneralOptionsPanelController.java
@@ -58,7 +58,7 @@ import org.openide.util.Lookup;
  */
 @OptionsPanelController.TopLevelRegistration(
     categoryName="#CTL_General_Options",
-    iconBase="org/netbeans/modules/options/resources/generalOptions.png",
+    iconBase="org/netbeans/core/ui/options/general/generalOptions.png",
     keywords="#KW_General",
     keywordsCategory="General",
     id="General", // #172844; XXX effectively an undocumented API
diff --git a/options.api/src/org/netbeans/modules/options/resources/generalOptions.png b/core.ui/src/org/netbeans/core/ui/options/general/generalOptions.png
similarity index 100%
rename from options.api/src/org/netbeans/modules/options/resources/generalOptions.png
rename to core.ui/src/org/netbeans/core/ui/options/general/generalOptions.png
diff --git a/core.ui/src/org/netbeans/core/ui/resources/PropertySheetSettings.settings b/core.ui/src/org/netbeans/core/ui/resources/PropertySheetSettings.settings
deleted file mode 100644
index 9c1edcf..0000000
--- a/core.ui/src/org/netbeans/core/ui/resources/PropertySheetSettings.settings
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE settings PUBLIC "-//NetBeans//DTD Session settings 1.0//EN" "http://www.netbeans.org/dtds/sessionsettings-1_0.dtd">
-<settings version="1.0">
-    <instanceof class="org.openide.util.SharedClassObject"/>
-    <instanceof class="org.openide.options.SystemOption"/>
-    <instanceof class="org.openide.explorer.propertysheet.PropertySheetSettings"/>
-    <instance class="org.openide.explorer.propertysheet.PropertySheetSettings"/>
-</settings>
diff --git a/core.ui/src/org/netbeans/core/ui/resources/layer.xml b/core.ui/src/org/netbeans/core/ui/resources/layer.xml
index 46e20d7..4f726a7 100644
--- a/core.ui/src/org/netbeans/core/ui/resources/layer.xml
+++ b/core.ui/src/org/netbeans/core/ui/resources/layer.xml
@@ -53,19 +53,11 @@ made subject to such option by the copyright holder.
         <file name="org-netbeans-core-ui-warmup-DiagnosticTask.instance"/>
     </folder>
 
-    <folder name="Shortcuts">
-        <file name="AS-Y.shadow">
-            <attr name="originalFile" stringvalue="Actions/Profile/org-netbeans-modules-profiler-actions-SelfSamplerAction.instance"/>
-        </file>
-    </folder>
-
     <folder name="Actions">
         <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.core.ui.resources.Bundle"/>
 
         <folder name="Edit">
             <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.core.ui.resources.Bundle"/>
-            <file name="org-netbeans-core-ui-sysopen-SystemOpenAction.instance"/>
-            <file name="org-netbeans-core-ui-options-filetypes-OpenAsAction.instance"/>
             <file name="org-openide-actions-CopyAction.instance">
                 <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.callback"/>
                 <attr name="key" stringvalue="copy-to-clipboard"/>
@@ -94,35 +86,30 @@ made subject to such option by the copyright holder.
             </file>
             <file name="org-openide-actions-GotoAction.instance"/>
             <file name="org-openide-actions-PasteAction.instance"/>
-            <file name="org-openide-actions-RedoAction.instance"/>
+            <file name="org-openide-actions-RedoAction.instance">
+                <attr name="instanceCreate" methodvalue="org.openide.actions.UndoRedoAction.create"/>
+                <attr name="redo" boolvalue="true"/>
+            </file>
             <file name="org-openide-actions-ReplaceAction.instance">
                 <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.callback"/>
                 <attr name="key" stringvalue="org.openide.actions.ReplaceAction"/>
                 <attr name="displayName" bundlevalue="org.openide.actions.Bundle#Replace"/>
             </file>
-            <file name="org-openide-actions-UndoAction.instance"/>
-        </folder>
-
-        <folder name="Profile">
-            <file name="org-netbeans-modules-profiler-actions-SelfSamplerAction.instance">
-                <attr name="displayName" bundlevalue="org.netbeans.core.ui.sampler.Bundle#SelfSamplerAction_ActionNameStart"/>
-                <attr name="ShortDescription" bundlevalue="org.netbeans.core.ui.sampler.Bundle#SelfSamplerAction_ActionDescription"/>
-                <attr name="iconBase" stringvalue="org/netbeans/core/ui/sampler/selfSampler.png"/>
-                <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.alwaysEnabled"/>
-                <attr name="noIconInMenu" boolvalue="false"/>
-                <attr name="delegate" methodvalue="org.netbeans.core.ui.sampler.SelfSamplerAction.getInstance"/>
+            <file name="org-openide-actions-UndoAction.instance">
+                <attr name="instanceCreate" methodvalue="org.openide.actions.UndoRedoAction.create"/>
+                <attr name="undo" boolvalue="true"/>
             </file>
         </folder>
 
         <folder name="System">
             <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.core.ui.resources.Bundle"/>
             <file name="org-openide-actions-EditAction.instance">
-                <attr name='instanceCreate' methodvalue='org.openide.awt.Actions.context'/>
-                <attr name='delegate' methodvalue='org.openide.awt.Actions.performer'/>
+                <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.context"/>
+                <attr name="delegate" methodvalue="org.openide.awt.Actions.performer"/>
                 <attr name="selectionType" stringvalue="ANY"/>
-                <attr name='surviveFocusChange' boolvalue="false"/>
-                <attr name='displayName' bundlevalue='org/openide/awt/Bundle#Edit'/>
-                <attr name='noIconInMenu' boolvalue="true"/>
+                <attr name="surviveFocusChange" boolvalue="false"/>
+                <attr name="displayName" bundlevalue="org/openide/awt/Bundle#Edit"/>
+                <attr name="noIconInMenu" boolvalue="true"/>
                 <attr name="type" stringvalue="org.netbeans.api.actions.Editable"/>
             </file>
             <file name="org-netbeans-core-actions-SystemExit.instance"/>
@@ -132,31 +119,31 @@ made subject to such option by the copyright holder.
             <file name="org-openide-actions-MoveUpAction.instance"/>
             <file name="org-openide-actions-NewAction.instance"/>
             <file name="org-openide-actions-OpenAction.instance">
-                <attr name='instanceCreate' methodvalue='org.openide.awt.Actions.context'/>
-                <attr name='delegate' methodvalue='org.openide.awt.Actions.performer'/>
+                <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.context"/>
+                <attr name="delegate" methodvalue="org.openide.awt.Actions.performer"/>
                 <attr name="selectionType" stringvalue="ANY"/>
-                <attr name='surviveFocusChange' boolvalue="false"/>
-                <attr name='displayName' bundlevalue='org/openide/awt/Bundle#Open'/>
-                <attr name='noIconInMenu' boolvalue="true"/>
+                <attr name="surviveFocusChange" boolvalue="false"/>
+                <attr name="displayName" bundlevalue="org/openide/awt/Bundle#Open"/>
+                <attr name="noIconInMenu" boolvalue="true"/>
                 <attr name="type" stringvalue="org.netbeans.api.actions.Openable"/>
             </file>
             <file name="org-openide-actions-CloseAction.instance">
-                <attr name='instanceCreate' methodvalue='org.openide.awt.Actions.context'/>
-                <attr name='delegate' methodvalue='org.openide.awt.Actions.performer'/>
+                <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.context"/>
+                <attr name="delegate" methodvalue="org.openide.awt.Actions.performer"/>
                 <attr name="selectionType" stringvalue="ANY"/>
-                <attr name='surviveFocusChange' boolvalue="false"/>
-                <attr name='displayName' bundlevalue='org/openide/awt/Bundle#Close'/>
-                <attr name='noIconInMenu' boolvalue="true"/>
+                <attr name="surviveFocusChange" boolvalue="false"/>
+                <attr name="displayName" bundlevalue="org/openide/awt/Bundle#Close"/>
+                <attr name="noIconInMenu" boolvalue="true"/>
                 <attr name="type" stringvalue="org.netbeans.api.actions.Closable"/>
             </file>
             <file name="org-openide-actions-PopupAction.instance"/>
             <file name="org-openide-actions-PrintAction.instance">
-                <attr name='instanceCreate' methodvalue='org.openide.awt.Actions.context'/>
-                <attr name='delegate' methodvalue='org.openide.awt.Actions.performer'/>
+                <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.context"/>
+                <attr name="delegate" methodvalue="org.openide.awt.Actions.performer"/>
                 <attr name="selectionType" stringvalue="EXACTLY_ONE"/>
-                <attr name='surviveFocusChange' boolvalue="false"/>
-                <attr name='displayName' bundlevalue='org/openide/awt/Bundle#Print'/>
-                <attr name='noIconInMenu' boolvalue="true"/>
+                <attr name="surviveFocusChange" boolvalue="false"/>
+                <attr name="displayName" bundlevalue="org/openide/awt/Bundle#Print"/>
+                <attr name="noIconInMenu" boolvalue="true"/>
                 <attr name="type" stringvalue="org.netbeans.api.actions.Printable"/>
             </file>
             <file name="org-openide-actions-PageSetupAction.instance"/>
@@ -165,13 +152,13 @@ made subject to such option by the copyright holder.
             <file name="org-openide-actions-ReorderAction.instance"/>
             <file name="org-openide-actions-SaveAllAction.instance"/>
             <file name="org-openide-actions-SaveAction.instance">
-                <attr name='instanceCreate' methodvalue='org.openide.awt.Actions.context'/>
-                <attr name='delegate' newvalue='org.openide.actions.SaveAction'/>
-                <attr name="selectionType" stringvalue="EXACTLY_ONE"/>
-                <attr name='surviveFocusChange' boolvalue="false"/>
-                <attr name='displayName' bundlevalue='org/openide/actions/Bundle#Save'/>
-                <attr name='noIconInMenu' boolvalue="true"/>
-                <attr name="iconBase" stringvalue='org/openide/resources/actions/save.png'/>
+                <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.context"/>
+                <attr name="delegate" newvalue="org.openide.actions.SaveAction"/>
+                <attr name="selectionType" stringvalue="ANY"/>
+                <attr name="surviveFocusChange" boolvalue="false"/>
+                <attr name="displayName" bundlevalue="org/openide/actions/Bundle#Save"/>
+                <attr name="noIconInMenu" boolvalue="true"/>
+                <attr name="iconBase" stringvalue="org/openide/resources/actions/save.png"/>
                 <attr name="type" stringvalue="org.openide.cookies.SaveCookie"/>
             </file>
             <file name="org-openide-actions-SaveAsAction.instance">
@@ -182,12 +169,12 @@ made subject to such option by the copyright holder.
             <file name="org-openide-actions-FileSystemAction.instance"/>
             <file name="org-openide-actions-ToolsAction.instance"/>
             <file name="org-openide-actions-ViewAction.instance">
-                <attr name='instanceCreate' methodvalue='org.openide.awt.Actions.context'/>
-                <attr name='delegate' methodvalue='org.openide.awt.Actions.performer'/>
+                <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.context"/>
+                <attr name="delegate" methodvalue="org.openide.awt.Actions.performer"/>
                 <attr name="selectionType" stringvalue="ANY"/>
-                <attr name='surviveFocusChange' boolvalue="false"/>
-                <attr name='displayName' bundlevalue='org/openide/awt/Bundle#View'/>
-                <attr name='noIconInMenu' boolvalue="true"/>
+                <attr name="surviveFocusChange" boolvalue="false"/>
+                <attr name="displayName" bundlevalue="org/openide/awt/Bundle#View"/>
+                <attr name="noIconInMenu" boolvalue="true"/>
                 <attr name="type" stringvalue="org.netbeans.api.actions.Viewable"/>
             </file>
             <file name="org-openide-actions-NewTemplateAction.instance"/>
@@ -207,8 +194,8 @@ made subject to such option by the copyright holder.
                 <attr name="iconBase" stringvalue="org/netbeans/core/resources/log-file.gif"/>
                 <attr name="displayName" bundlevalue="org.netbeans.core.actions.Bundle#MSG_LogTab_name"/>
             </file>
-        </folder>        
-        
+        </folder>
+
         <folder name="Tools">
             <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.core.ui.resources.Bundle"/>
         </folder>
@@ -328,7 +315,7 @@ made subject to such option by the copyright holder.
             <file name="org-netbeans-core-actions-LogAction.shadow">
                 <attr name="position" intvalue="500"/>
                 <attr name="originalFile" stringvalue="Actions/View/org-netbeans-core-actions-LogAction.instance"/>
-            </file>	 
+            </file>
         </folder>
 
         <folder name="GoTo">
@@ -438,11 +425,7 @@ made subject to such option by the copyright holder.
                 <attr name="originalFile" stringvalue="Actions/System/org-openide-actions-GarbageCollectAction.instance"/>
                 <attr name="position" intvalue="100"/>
             </file>
-            <file name="org-netbeans-modules-profiler-actions-SelfSamplerAction.shadow">
-                <attr name="originalFile" stringvalue="Actions/Profile/org-netbeans-modules-profiler-actions-SelfSamplerAction.instance"/>
-                <attr name="position" intvalue="2000"/>
-            </file>
-        </folder>
+            </folder>
 
         <!-- specify toolbar configuration for platform ui. -->
         <file name="Standard.xml" url="Standard.xml">
@@ -664,14 +647,6 @@ made subject to such option by the copyright holder.
                         <attr name="originalFile" stringvalue="Actions/System/org-openide-actions-ToolsAction.instance"/>
                         <attr name="position" intvalue="1300"/>
                     </file>
-                    <file name="org-netbeans-core-ui-options-filetypes-OpenAsAction.shadow">
-                        <attr name="originalFile" stringvalue="Actions/Edit/org-netbeans-core-ui-options-filetypes-OpenAsAction.instance"/>
-                        <attr name="position" intvalue="150"/>
-                    </file>
-                    <file name="org-netbeans-core-ui-sysopen-SystemOpenAction.shadow">
-                        <attr name="originalFile" stringvalue="Actions/Edit/org-netbeans-core-ui-sysopen-SystemOpenAction.instance"/>
-                        <attr name="position" intvalue="200"/>
-                    </file>
                     <file name="Separator1.instance">
                         <attr name="instanceClass" stringvalue="javax.swing.JSeparator"/>
                         <attr name="position" intvalue="500"/>
@@ -818,6 +793,15 @@ made subject to such option by the copyright holder.
 
     </folder>
 
+    <folder name="Editors">
+        <folder name="TabActions">
+            <file name="org-openide-actions-FileSystemAction.shadow">
+                <attr name="originalFile" stringvalue="Actions/System/org-openide-actions-FileSystemAction.instance"/>
+                <attr name="position" intvalue="200"/>
+            </file>
+        </folder>
+    </folder>
+
     <folder name="OptionsExport">
         <folder name="General">
             <attr name="displayName" bundlevalue="org.netbeans.core.ui.options.general.Bundle#General.Options.Export.Category.displayName"/>
diff --git a/core.ui/src/org/netbeans/core/ui/sampler/Bundle.properties b/core.ui/src/org/netbeans/core/ui/sampler/Bundle.properties
index 0823d92..03c57a2 100644
--- a/core.ui/src/org/netbeans/core/ui/sampler/Bundle.properties
+++ b/core.ui/src/org/netbeans/core/ui/sampler/Bundle.properties
@@ -42,8 +42,8 @@
 
 ## Resource bundle for package org.netbeans.core.ui.sampler
 
-SelfSamplerAction_ActionNameStart=Start sampling IDE
-SelfSamplerAction_ActionNameStop=Stop sampling and take snapshot
+SelfSamplerAction_ActionNameStart=Profile the IDE
+SelfSamplerAction_ActionNameStop=Stop IDE Profiling and Take a Snapshot
 SelfSamplerAction_ActionDescription=Will take a snapshot based on the thread dump
 SelfSamplerAction_ThreadName=IDE Self Sampler
 SelfSamplerAction_NotSupported=Self Sampler is not available.
diff --git a/core.ui/src/org/netbeans/core/ui/sampler/Sampler.java b/core.ui/src/org/netbeans/core/ui/sampler/Sampler.java
new file mode 100644
index 0000000..6139e7e
--- /dev/null
+++ b/core.ui/src/org/netbeans/core/ui/sampler/Sampler.java
@@ -0,0 +1,301 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2008 Sun Microsystems, Inc.
+ */
+package org.netbeans.core.ui.sampler;
+
+import java.awt.event.ActionEvent;
+import java.awt.event.ActionListener;
+import java.io.ByteArrayOutputStream;
+import java.io.DataOutputStream;
+import java.io.File;
+import java.io.FileOutputStream;
+import java.io.IOException;
+import java.lang.management.ManagementFactory;
+import java.lang.management.ThreadInfo;
+import java.lang.management.ThreadMXBean;
+import java.util.Timer;
+import java.util.TimerTask;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import javax.management.MBeanServerConnection;
+import javax.management.remote.JMXConnector;
+import javax.management.remote.JMXConnectorFactory;
+import javax.management.remote.JMXServiceURL;
+
+/**
+ *
+ * @author Jaroslav Bachorik, Tomas Hurka, Jaroslav Tulach
+ */
+abstract class Sampler implements Runnable, ActionListener {
+    private static final int SAMPLER_RATE = 10;
+    private static final double MAX_AVERAGE = SAMPLER_RATE * 3;
+    private static final double MAX_STDDEVIATION = SAMPLER_RATE * 4;
+    private static final int MAX_SAMPLING_TIME = 5*60;  // 5 minutes
+    private static final int MAX_SAMPLES = MAX_SAMPLING_TIME * (1000/SAMPLER_RATE);
+    
+    private final String name;
+    private Timer timer;
+    private ByteArrayOutputStream out;
+    private SamplesOutputStream samplesStream;
+    private long startTime;
+    private long nanoTimeCorrection;
+    private long samples;
+    private long laststamp;
+    private double max;
+    private double min = Long.MAX_VALUE;
+    private double sum;
+    private double devSquaresSum;
+    private volatile boolean stopped;
+    private volatile boolean running;
+
+    Sampler(String n) {
+        name = n;
+    }
+    
+    /** Returns the bean to use for sampling.
+     * @return instance of the bean to take thread dumps from
+     */
+    protected abstract ThreadMXBean getThreadMXBean();
+
+    /** Allows subclasses to handle created snapshot
+     * @param arr the content of the snapshot
+     * @throws IOException thrown in case of I/O error
+     */
+    protected abstract void saveSnapshot(byte[] arr) throws IOException;
+    
+    /** How to report an exception.
+     * 
+     * @param ex exception
+     */
+    protected abstract void printStackTrace(Throwable ex);
+    
+    /** Methods for displaying progress.
+     */
+    protected abstract void openProgress(int steps);
+    protected abstract void closeProgress();
+    protected abstract void progress(int i);
+    
+    private void updateStats(long timestamp) {
+        if (laststamp != 0) {
+            double diff = (timestamp - laststamp) / 1000000.0;
+            samples++;
+            sum += diff;
+            devSquaresSum += (diff - SAMPLER_RATE) * (diff - SAMPLER_RATE);
+            if (diff > max) {
+                max = diff;
+            } else if (diff < min) {
+                min = diff;
+            }
+        }
+        laststamp = timestamp;
+    }
+
+    @Override
+    public synchronized void run() {
+        assert !running;
+        running = true;
+        final ThreadMXBean threadBean = getThreadMXBean();
+        out = new ByteArrayOutputStream(64 * 1024);
+        try {
+            samplesStream = new SamplesOutputStream(out, this, MAX_SAMPLES);
+        } catch (IOException ex) {
+            printStackTrace(ex);
+            return;
+        }
+        startTime = System.currentTimeMillis();
+        nanoTimeCorrection = startTime * 1000000 - System.nanoTime();
+        timer = new Timer(name);
+        timer.scheduleAtFixedRate(new TimerTask() {
+
+            @Override
+            public void run() {
+                synchronized (Sampler.this) {
+                    if (stopped) {
+                        return;
+                    }
+                    try {
+                        ThreadInfo[] infos = threadBean.dumpAllThreads(false, false);
+                        long timestamp = System.nanoTime() + nanoTimeCorrection;
+                        samplesStream.writeSample(infos, timestamp, Thread.currentThread().getId());
+                        updateStats(timestamp);
+                    } catch (Throwable ex) {
+                        printStackTrace(ex);
+                    }
+                }
+            }
+        }, SAMPLER_RATE, SAMPLER_RATE);
+    }
+
+    @Override
+    public synchronized void actionPerformed(ActionEvent e) {
+        try {
+            assert running;
+            assert !stopped;
+            stopped = true;
+            timer.cancel();
+            if ("cancel".equals(e.getActionCommand()) || samples < 1) {     // NOi18N
+                return;
+            }
+            double average = sum / samples;
+            double std_deviation = Math.sqrt(devSquaresSum / samples);
+            boolean writeCommand = "write".equals(e.getActionCommand()); // NOI18N
+            if (writeCommand) {
+                Object[] params = new Object[]{startTime, "Samples", samples, "Average", average, "Minimum", min, "Maximum", max, "Std. deviation", std_deviation};
+                Logger.getLogger("org.netbeans.ui.performance").log(Level.CONFIG, "Snapshot statistics", params); // NOI18N
+                if (average > MAX_AVERAGE || std_deviation > MAX_STDDEVIATION) {
+                    // do not take snapshot if the sampling was not regular enough
+                    return;
+                }
+            }
+            samplesStream.close();
+            samplesStream = null;
+            if (writeCommand) {
+                DataOutputStream dos = (DataOutputStream) e.getSource();
+                dos.write(out.toByteArray());
+                dos.close();
+                return;
+            }
+            saveSnapshot(out.toByteArray());
+        } catch (Exception ex) {
+            printStackTrace(ex);
+        } finally {
+            // just to be sure
+            out = null;
+            samplesStream = null;
+        }
+    }
+    
+    //
+    // Support for sampling from command line
+    //
+    
+    public static void main(String... args) throws Exception {
+        if (args.length != 2) {
+            System.out.println("Usage: <port> <snapshot.npss>");
+            System.out.println();
+            System.out.println("First of all start your application with following parameters:");
+            System.out.println("  -Dcom.sun.management.jmxremote.authenticate=false");
+            System.out.println("  -Dcom.sun.management.jmxremote.ssl=false");
+            System.out.println("  -Dcom.sun.management.jmxremote.port=<port>");
+            System.out.println("Then you can start this sampler with correct port and file to write snapshot to.");
+            System.exit(1);
+        }
+        
+        String u = args[0];
+        try {
+            u = "service:jmx:rmi:///jndi/rmi://localhost:" + Integer.parseInt(args[0]) + "/jmxrmi";
+        } catch (NumberFormatException ex) {
+            // OK, use args[0]
+        }
+        
+        System.err.println("Connecting to " + u);
+        JMXServiceURL url = new JMXServiceURL(u);
+        JMXConnector jmxc = null;
+        Exception ex = null;
+        for (int i = 0; i < 100; i++) {
+            try {
+                jmxc = JMXConnectorFactory.connect(url, null);
+                break;
+            } catch (IOException e) {
+                ex = e;
+                System.err.println("Connection failed. Will retry in 300ms.");
+                Thread.sleep(300);
+            }
+        }
+        if (jmxc == null) {
+            ex.printStackTrace();
+            System.err.println("Cannot connect to " + u);
+            System.exit(3);
+        }
+        MBeanServerConnection server = jmxc.getMBeanServerConnection();
+        
+        final ThreadMXBean threadMXBean = ManagementFactory.newPlatformMXBeanProxy(
+            server,ManagementFactory.THREAD_MXBEAN_NAME,ThreadMXBean.class
+        );
+        final File output = new File(args[1]);
+        class CLISampler extends Sampler {
+            CLISampler() {
+                super("");
+            }
+            
+            @Override
+            protected ThreadMXBean getThreadMXBean() {
+                return threadMXBean;
+            }
+
+            @Override
+            protected void saveSnapshot(byte[] arr) throws IOException {
+                FileOutputStream os = new FileOutputStream(output);
+                os.write(arr);
+                os.close();
+            }
+
+            @Override
+            protected void printStackTrace(Throwable ex) {
+                ex.printStackTrace();
+                System.exit(2);
+            }
+
+            @Override
+            protected void openProgress(int steps) {
+            }
+
+            @Override
+            protected void closeProgress() {
+            }
+
+            @Override
+            protected void progress(int i) {
+                System.out.print("#");
+                System.out.flush();
+            }
+        }
+        
+        CLISampler s = new CLISampler();
+        s.run();
+        System.out.println("Press enter to generate sample into " + output);
+        System.in.read();
+        s.actionPerformed(new ActionEvent(s, 0, ""));
+        System.out.println();
+        System.out.println("Sample written to " + output);
+        System.exit(0);
+    }
+}
diff --git a/core.ui/src/org/netbeans/core/ui/sampler/SamplesOutputStream.java b/core.ui/src/org/netbeans/core/ui/sampler/SamplesOutputStream.java
index f16c347..379f053 100644
--- a/core.ui/src/org/netbeans/core/ui/sampler/SamplesOutputStream.java
+++ b/core.ui/src/org/netbeans/core/ui/sampler/SamplesOutputStream.java
@@ -42,12 +42,11 @@
 
 package org.netbeans.core.ui.sampler;
 
-import java.io.File;
-import java.io.FileOutputStream;
 import java.io.IOException;
 import java.io.ObjectOutputStream;
 import java.io.OutputStream;
 import java.lang.management.ThreadInfo;
+import java.lang.ref.WeakReference;
 import java.lang.reflect.InvocationTargetException;
 import java.lang.reflect.Method;
 import java.util.ArrayList;
@@ -57,12 +56,9 @@ import java.util.HashSet;
 import java.util.List;
 import java.util.Map;
 import java.util.Set;
+import java.util.WeakHashMap;
 import java.util.zip.GZIPOutputStream;
 import javax.management.openmbean.CompositeData;
-import javax.swing.SwingUtilities;
-import org.netbeans.api.progress.ProgressHandle;
-import org.netbeans.api.progress.ProgressHandleFactory;
-import org.openide.util.NbBundle;
 
 /**
  *
@@ -78,7 +74,7 @@ class SamplesOutputStream {
     static final String FILE_EXT = ".npss"; // NOI18N
     static final int RESET_THRESHOLD = 5000;
     static final int STEPS = 1000;
-    static byte version = 1;
+    static byte version = 1; //2;
     private static Method toCompositeDataMethod;
 
     static {
@@ -99,27 +95,27 @@ class SamplesOutputStream {
     }
     OutputStream outStream;
     Map<Long, ThreadInfo> lastThreadInfos;
-    Map<StackTraceElement, StackTraceElement> steCache;
+    Map<StackTraceElement, WeakReference<StackTraceElement>> steCache;
     List<Sample> samples;
-    volatile ProgressHandle progress;
+    Sampler progress;
+    int maxSamples;
+    int offset;
 
     static boolean isSupported() {
         return toCompositeDataMethod != null;
     }
 
-    SamplesOutputStream(OutputStream os) throws IOException {
+    SamplesOutputStream(OutputStream os, Sampler progress, int max) throws IOException {
+        maxSamples = max;
+        this.progress = progress;
         outStream = os;
         writeHeader(os);
 //        out = new ObjectOutputStream(os);
         lastThreadInfos = new HashMap();
-        steCache = new HashMap(8*1024);
+        steCache = new WeakHashMap(8*1024);
         samples = new ArrayList(1024);
     }
 
-    SamplesOutputStream(File file) throws IOException {
-        this(new FileOutputStream(file));
-    }
-
     void writeSample(ThreadInfo[] infos, long time, long selfThreadId) throws IOException {
         List<Long> sameT = new ArrayList();
         List<ThreadInfo> newT = new ArrayList();
@@ -151,13 +147,55 @@ class SamplesOutputStream {
                 lastThreadInfos.put(tid, tinfo);
             }
         }
-        samples.add(new Sample(time, sameT, newT));
+        addSample(new Sample(time, sameT, newT));
         // remove dead threads
         Set<Long> ids = new HashSet(lastThreadInfos.keySet());
         ids.removeAll(tids);
         lastThreadInfos.keySet().removeAll(ids);
     }
 
+    private void addSample(Sample sample) {
+        if (samples.size() == maxSamples) {
+            Sample lastSample;
+            Sample removedSample = samples.set(offset, sample);
+            offset = (offset + 1) % maxSamples;
+            lastSample = samples.get(offset);
+            updateLastSample(removedSample,lastSample);
+        } else {
+            samples.add(sample);
+        }
+    }
+    
+    Sample getSample(int index) {
+        int arrayIndex = index;
+        if (samples.size() == maxSamples) {
+            arrayIndex = (offset + index) % maxSamples;
+        }
+        return samples.get(arrayIndex);
+    }
+
+    void removeSample(int index) {
+        int arrayIndex = index;
+        if (samples.size() == maxSamples) {
+            arrayIndex = (offset + index) % maxSamples;
+        }
+        samples.set(arrayIndex,null);
+    }
+    
+    private void updateLastSample(Sample removedSample, Sample lastSample) {
+        List<ThreadInfo> removedNewThreads = removedSample.getNewThreads();
+        List<Long> sameThreads = lastSample.getSameThread();
+        List<ThreadInfo> newThreads = lastSample.getNewThreads();
+        
+        for (ThreadInfo ti : removedNewThreads) {
+            Long tid = Long.valueOf(ti.getThreadId());
+            if (sameThreads.contains(tid)) {
+                newThreads.add(ti);
+                sameThreads.remove(tid);
+            }
+        }
+    }
+
     private static CompositeData toCompositeData(ThreadInfo tinfo) {
         try {
             return (CompositeData) toCompositeDataMethod.invoke(null, tinfo);
@@ -175,11 +213,12 @@ class SamplesOutputStream {
         GZIPOutputStream stream = new GZIPOutputStream(outStream, 64 * 1024);
         ObjectOutputStream out = new ObjectOutputStream(stream);
         int size = samples.size();
-
+//        out.writeInt(size);
+//        out.writeLong(getSample(size-1).getTime());
         openProgress();
         for (int i=0; i<size;i++) {
-            Sample s = samples.get(i);
-            samples.set(i, null);
+            Sample s = getSample(i);
+            removeSample(i);
             if (i > 0 && i % RESET_THRESHOLD == 0) {
                 out.reset();
             }
@@ -201,52 +240,27 @@ class SamplesOutputStream {
 
         for (int i = 0; i < stack.length; i++) {
             StackTraceElement ste = stack[i];
-            StackTraceElement oldStack = steCache.get(ste);
+            WeakReference<StackTraceElement> oldStackRef = steCache.get(ste);
 
-            if (oldStack != null) {
-                stack[i] = oldStack;
+            if (oldStackRef != null) {
+                stack[i] = oldStackRef.get();
+                assert stack[i] != null;
             } else {
-                steCache.put(ste, ste);
+                steCache.put(ste, new WeakReference(ste));
             }
         }
     }
 
     private void openProgress() {
-        if (SwingUtilities.isEventDispatchThread()) {
-            // log warnining
-            return;
-        }
-        SwingUtilities.invokeLater(new Runnable() {
-
-            @Override
-            public void run() {
-                progress = ProgressHandleFactory.createHandle(NbBundle.getMessage(SamplesOutputStream.class, "Save_Progress"));
-                progress.start(STEPS);
-            }
-        });
+        progress.openProgress(STEPS);
     }
 
     private void closeProgress() {
-        if (SwingUtilities.isEventDispatchThread()) {
-            return;
-        }
-        SwingUtilities.invokeLater(new Runnable() {
-
-            @Override
-            public void run() {
-                progress.finish();
-                progress = null;
-            }
-        });
+        progress.closeProgress();
     }
 
     private void step(int i) {
-        if (SwingUtilities.isEventDispatchThread()) {
-            return;
-        }
-        if (progress != null) {
-            progress.progress(i);
-        }
+        progress.progress(i);
     }
 
     private static class Sample {
diff --git a/core.ui/src/org/netbeans/core/ui/sampler/SelfSampleVFS.java b/core.ui/src/org/netbeans/core/ui/sampler/SelfSampleVFS.java
new file mode 100644
index 0000000..37fd5bc
--- /dev/null
+++ b/core.ui/src/org/netbeans/core/ui/sampler/SelfSampleVFS.java
@@ -0,0 +1,178 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.core.ui.sampler;
+
+import java.io.File;
+import java.io.FileInputStream;
+import java.io.FileNotFoundException;
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.OutputStream;
+import java.util.Date;
+import java.util.Enumeration;
+import org.openide.filesystems.AbstractFileSystem;
+import org.openide.util.Enumerations;
+
+/** Filesystem that allows to virtually move some files next to each other.
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+class SelfSampleVFS extends AbstractFileSystem 
+implements AbstractFileSystem.List, AbstractFileSystem.Info, AbstractFileSystem.Attr {
+    private final String[] names;
+    private final File[] contents;
+
+    SelfSampleVFS(String[] names, File[] contents) {
+        this.names = names;
+        this.contents = contents;
+        this.list = this;
+        this.info = this;
+        this.attr = this;
+    }
+    
+
+    @Override
+    public String getDisplayName() {
+        return "";
+    }
+
+    @Override
+    public boolean isReadOnly() {
+        return true;
+    }
+
+    @Override
+    public String[] children(String f) {
+        return f.equals("") ? names : null;
+    }
+
+    private File findFile(String name) {
+        for (int i = 0; i < names.length; i++) {
+            if (name.equals(names[i])) {
+                return contents[i];
+            }
+        }
+        return null;
+    }
+
+    @Override
+    public Date lastModified(String name) {
+        File f = findFile(name);
+        return f == null ? null : new Date(f.lastModified());
+    }
+
+    @Override
+    public boolean folder(String name) {
+        return name.equals("");
+    }
+
+    @Override
+    public boolean readOnly(String name) {
+        return true;
+    }
+
+    @Override
+    public String mimeType(String name) {
+        return null;
+    }
+
+    @Override
+    public long size(String name) {
+        File f = findFile(name);
+        return f == null ? -1 : f.length();
+    }
+
+    @Override
+    public InputStream inputStream(String name) throws FileNotFoundException {
+        File f = findFile(name);
+        if (f == null) {
+            throw new FileNotFoundException();
+        }
+        return new FileInputStream(f);
+    }
+
+    @Override
+    public OutputStream outputStream(String name) throws IOException {
+        throw new IOException();
+    }
+
+    @Override
+    public void lock(String name) throws IOException {
+        throw new IOException();
+    }
+
+    @Override
+    public void unlock(String name) {
+        throw new UnsupportedOperationException(name);
+    }
+
+    @Override
+    public void markUnimportant(String name) {
+        throw new UnsupportedOperationException(name);
+    }
+
+    @Override
+    public Object readAttribute(String name, String attrName) {
+        return null;
+    }
+
+    @Override
+    public void writeAttribute(String name, String attrName, Object value) throws IOException {
+        throw new IOException();
+    }
+
+    @Override
+    public Enumeration<String> attributes(String name) {
+        return Enumerations.empty();
+    }
+
+    @Override
+    public void renameAttributes(String oldName, String newName) {
+        throw new UnsupportedOperationException(oldName);
+    }
+
+    @Override
+    public void deleteAttributes(String name) {
+        throw new UnsupportedOperationException(name);
+    }
+}
diff --git a/core.ui/src/org/netbeans/core/ui/sampler/SelfSamplerAction.java b/core.ui/src/org/netbeans/core/ui/sampler/SelfSamplerAction.java
index 8211c19..dc5c61c 100644
--- a/core.ui/src/org/netbeans/core/ui/sampler/SelfSamplerAction.java
+++ b/core.ui/src/org/netbeans/core/ui/sampler/SelfSamplerAction.java
@@ -42,51 +42,51 @@
 package org.netbeans.core.ui.sampler;
 
 import java.awt.AWTEvent;
+import java.awt.EventQueue;
 import java.awt.Toolkit;
 import java.awt.event.AWTEventListener;
 import java.awt.event.ActionEvent;
-import java.awt.event.ActionListener;
 import java.awt.event.KeyEvent;
-import java.io.ByteArrayOutputStream;
-import java.io.DataOutputStream;
 import java.io.File;
 import java.io.FileOutputStream;
 import java.io.IOException;
 import java.lang.management.ManagementFactory;
 import java.lang.management.RuntimeMXBean;
-import java.lang.management.ThreadInfo;
 import java.lang.management.ThreadMXBean;
 import java.text.MessageFormat;
 import java.util.List;
-import java.util.Timer;
-import java.util.TimerTask;
 import java.util.concurrent.atomic.AtomicReference;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import javax.swing.AbstractAction;
 import javax.swing.Action;
-import javax.swing.SwingUtilities;
 import javax.swing.SwingWorker;
+import org.netbeans.api.progress.ProgressHandle;
+import org.netbeans.api.progress.ProgressHandleFactory;
 import org.openide.DialogDisplayer;
 import org.openide.NotifyDescriptor;
+import org.openide.awt.ActionID;
+import org.openide.awt.ActionReference;
+import org.openide.awt.ActionReferences;
+import org.openide.awt.ActionRegistration;
 import org.openide.cookies.OpenCookie;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileUtil;
 import org.openide.loaders.DataObject;
 import org.openide.util.Exceptions;
-import org.openide.util.ImageUtilities;
 import org.openide.util.NbBundle;
 
 /**
  *
  * @author Jaroslav Bachorik, Tomas Hurka
  */
-class SelfSamplerAction extends AbstractAction implements AWTEventListener {
-
-    final private static class Singleton {
-
-        static final SelfSamplerAction INSTANCE = new SelfSamplerAction();
-    }
+ at ActionID(id = "org.netbeans.modules.profiler.actions.SelfSamplerAction", category = "Profile")
+ at ActionRegistration(iconInMenu = true, displayName = "#SelfSamplerAction_ActionNameStart", iconBase = "org/netbeans/core/ui/sampler/selfSampler.png")
+ at ActionReferences({
+    @ActionReference(path = "Toolbars/Memory", position = 2000),
+    @ActionReference(path = "Shortcuts", name = "AS-Y")
+})
+public class SelfSamplerAction extends AbstractAction implements AWTEventListener {
     // -----
     // I18N String constants
     private static final String ACTION_NAME_START = NbBundle.getMessage(SelfSamplerAction.class, "SelfSamplerAction_ActionNameStart");
@@ -97,31 +97,28 @@ class SelfSamplerAction extends AbstractAction implements AWTEventListener {
     private static final String SAVE_MSG = NbBundle.getMessage(SelfSamplerAction.class, "SelfSamplerAction_SavedFile");
     private static final String DEBUG_ARG = "-Xdebug"; // NOI18N
     private static final Logger LOGGER = Logger.getLogger(SelfSamplerAction.class.getName());
-    private static final int SAMPLER_RATE = 10;
-    private static final double MAX_AVERAGE = SAMPLER_RATE * 3;
-    private static final double MAX_STDDEVIATION = SAMPLER_RATE * 4;
-    private static final int MAX_SAMPLING_TIME = 5*60;  // 5 minutes
-    private static final int MAX_SAMPLES = MAX_SAMPLING_TIME * (1000/SAMPLER_RATE);
-    private final AtomicReference<Controller> RUNNING = new AtomicReference<Controller>();
+    private final AtomicReference<Sampler> RUNNING = new AtomicReference<Sampler>();
     private Boolean debugMode;
     private String lastReason;
+    private static Class defaultDataObject;
+    static {
+        try {
+            defaultDataObject = Class.forName("org.openide.loaders.DefaultDataObject"); // NOI18N
+        } catch (ClassNotFoundException ex) {
+            Exceptions.printStackTrace(ex);
+        }
+    }
 
     //~ Constructors -------------------------------------------------------------------------------------------------------------
-    private SelfSamplerAction() {
+    public SelfSamplerAction() {
         putValue(Action.NAME, ACTION_NAME_START);
-//        putValue(Action.SHORT_DESCRIPTION, ACTION_DESCR);
-        putValue(Action.SMALL_ICON,
-                ImageUtilities.loadImageIcon("org/netbeans/core/ui/sampler/selfSampler.png" //NOI18N
-                , false));
+        putValue(Action.SHORT_DESCRIPTION, ACTION_NAME_START);
+        putValue ("iconBase", "org/netbeans/core/ui/sampler/selfSampler.png"); // NOI18N
         if (System.getProperty(SelfSamplerAction.class.getName() + ".sniff") != null) { //NOI18N
             Toolkit.getDefaultToolkit().addAWTEventListener(this, AWTEvent.KEY_EVENT_MASK);
         }
     }
 
-    public static SelfSamplerAction getInstance() {
-        return Singleton.INSTANCE;
-    }
-
     //~ Methods ------------------------------------------------------------------------------------------------------------------
 
     /**
@@ -130,16 +127,14 @@ class SelfSamplerAction extends AbstractAction implements AWTEventListener {
     @Override
     public void actionPerformed(final ActionEvent e) {
         if (SamplesOutputStream.isSupported()) {
-            Controller c;
-            if (RUNNING.compareAndSet(null, c = new Controller(THREAD_NAME))) {
+            Sampler c;
+            if (RUNNING.compareAndSet(null, c = new InternalSampler(THREAD_NAME))) {
                 putValue(Action.NAME, ACTION_NAME_STOP);
-                putValue(Action.SMALL_ICON,
-                        ImageUtilities.loadImageIcon(
-                        "org/netbeans/core/ui/sampler/selfSamplerRunning.png" //NOI18N
-                        , false));
+                putValue(Action.SHORT_DESCRIPTION, ACTION_NAME_STOP);
+                putValue ("iconBase", "org/netbeans/core/ui/sampler/selfSamplerRunning.png"); // NOI18N
                 c.run();
             } else if ((c = RUNNING.getAndSet(null)) != null) {
-                final Controller controller = c;
+                final Sampler controller = c;
 
                 setEnabled(false);
                 SwingWorker worker = new SwingWorker() {
@@ -153,10 +148,8 @@ class SelfSamplerAction extends AbstractAction implements AWTEventListener {
                     @Override
                     protected void done() {
                         putValue(Action.NAME, ACTION_NAME_START);
-                        putValue(Action.SMALL_ICON,
-                                ImageUtilities.loadImageIcon(
-                                "org/netbeans/core/ui/sampler/selfSampler.png" //NOI18N
-                                , false));
+                        putValue(Action.SHORT_DESCRIPTION, ACTION_NAME_START);
+                        putValue ("iconBase", "org/netbeans/core/ui/sampler/selfSampler.png"); // NOI18N
                         SelfSamplerAction.this.setEnabled(true);
                     }
                 };
@@ -180,15 +173,15 @@ class SelfSamplerAction extends AbstractAction implements AWTEventListener {
     public Object getValue(String key) {
         Object o = super.getValue(key);
         if (o == null && key.startsWith("logger-") && SamplesOutputStream.isSupported() && isRunMode()) { // NOI18N
-            return new Controller(key);
+            return new InternalSampler(key);
         }
         return o;
     }
 
-    private boolean isProfileMe(Controller c) {
+    final boolean isProfileMe(Sampler c) {
         return c == RUNNING.get();
     }
-
+    
     private synchronized boolean isDebugged() {
         if (debugMode == null) {
             debugMode = Boolean.FALSE;
@@ -221,175 +214,98 @@ class SelfSamplerAction extends AbstractAction implements AWTEventListener {
             }
         }
         if (!runMode && reason != lastReason) {
-            LOGGER.log(Level.INFO, "Slowness detector disabled - " + reason); // NOI18N
+            LOGGER.log(Level.INFO, "Slowness detector disabled - {0}", reason); // NOI18N
         }
         lastReason = reason;
         return runMode;
     }
-
-    private static final class Controller implements Runnable, ActionListener {
-
-        private static Class defaultDataObject;
-        private final String name;
-        private Timer timer;
-        private ByteArrayOutputStream out;
-        private SamplesOutputStream samplesStream;
-        private long startTime;
-        private long samples, laststamp;
-        private double max, min = Long.MAX_VALUE, sum, devSquaresSum;
-        private volatile boolean stopped;
-        private volatile boolean running;
-
-        static {
-            try {
-                defaultDataObject = Class.forName("org.openide.loaders.DefaultDataObject"); // NOI18N
-            } catch (ClassNotFoundException ex) {
-                Exceptions.printStackTrace(ex);
-            }
+    
+    private static final class InternalSampler extends Sampler {
+        private ProgressHandle progress;
+        
+        InternalSampler(String thread) {
+            super(thread);
         }
 
-        Controller(String n) {
-            name = n;
+        @Override
+        protected void printStackTrace(Throwable ex) {
+            Exceptions.printStackTrace(ex);
         }
 
-        private void updateStats(long timestamp) {
-            if (laststamp != 0) {
-                double diff = (timestamp - laststamp) / 1000000.0;
-                samples++;
-                sum += diff;
-                devSquaresSum += (diff - SAMPLER_RATE) * (diff - SAMPLER_RATE);
-                if (diff > max) {
-                    max = diff;
-                } else if (diff < min) {
-                    min = diff;
-                }
+        @Override
+        protected void saveSnapshot(byte[] arr) throws IOException {
+            // save snapshot
+            File outFile = File.createTempFile("selfsampler", SamplesOutputStream.FILE_EXT); // NOI18N
+            outFile = FileUtil.normalizeFile(outFile);
+            writeToFile(outFile, arr);
+            
+            File gestures = new File(new File(new File(
+                new File(System.getProperty("netbeans.user")), // NOI18N
+                "var"), "log"), "uigestures"); // NOI18N
+            
+            SelfSampleVFS fs;
+            if (gestures.exists()) {
+                fs = new SelfSampleVFS(
+                    new String[] { "selfsampler.npss", "selfsampler.log" }, 
+                    new File[] { outFile, gestures }
+                );
+            } else {
+                fs = new SelfSampleVFS(
+                    new String[] { "selfsampler.npss" }, 
+                    new File[] { outFile }
+                );
+            }
+            
+            // open snapshot
+            FileObject fo = fs.findResource("selfsampler.npss");
+            DataObject dobj = DataObject.find(fo);
+            // ugly test for DefaultDataObject
+            if (defaultDataObject.isAssignableFrom(dobj.getClass())) {
+                String msg = MessageFormat.format(SelfSamplerAction.SAVE_MSG, outFile.getAbsolutePath());
+                DialogDisplayer.getDefault().notify(new NotifyDescriptor.Message(msg));
+            } else {
+                dobj.getCookie(OpenCookie.class).open();
             }
-            laststamp = timestamp;
         }
 
-        @Override
-        public synchronized void run() {
-            assert !running;
-            running = true;
-
-            final ThreadMXBean threadBean = ManagementFactory.getThreadMXBean();
-
-            out = new ByteArrayOutputStream(64 * 1024);
+        private void writeToFile(File file, byte[] arr) {
             try {
-                samplesStream = new SamplesOutputStream(out);
+                FileOutputStream fstream = new FileOutputStream(file);
+                fstream.write(arr);
+                fstream.close();
             } catch (IOException ex) {
                 Exceptions.printStackTrace(ex);
-                return;
             }
-            startTime = System.currentTimeMillis();
-            timer = new Timer(name);
-            timer.scheduleAtFixedRate(new TimerTask() {
-
-                @Override
-                public void run() {
-                    synchronized (Controller.this) {
-                        if (stopped) {
-                            return;
-                        }
-                        if (samples >= MAX_SAMPLES) {
-                            cancelTimer();
-                            return;
-                        }
-                        try {
-                            ThreadInfo[] infos = threadBean.dumpAllThreads(false, false);
-                            long timestamp = System.nanoTime();
-                            samplesStream.writeSample(infos, timestamp, Thread.currentThread().getId());
-                            updateStats(timestamp);
-                        } catch (Throwable ex) {
-                            Exceptions.printStackTrace(ex);
-                        }
-                    }
-                }
-            }, SAMPLER_RATE, SAMPLER_RATE);
         }
 
-        private void cancelTimer() {
-            timer.cancel();
-            if (SelfSamplerAction.getInstance().isProfileMe(this)) {
-                // if this sampling was invoked manually via ProfileMe action
-                // stop it
-                SwingUtilities.invokeLater(new Runnable() {
-
-                    @Override
-                    public void run() {
-                        SelfSamplerAction.getInstance().actionPerformed(null);
-                    }
-                });
+        @Override
+        protected ThreadMXBean getThreadMXBean() {
+            return ManagementFactory.getThreadMXBean();
+        }
+        
+        protected void openProgress(final int steps) {
+            if (EventQueue.isDispatchThread()) {
+                // log warnining
+                return;
             }
+            progress = ProgressHandleFactory.createHandle(NbBundle.getMessage(SelfSamplerAction.class, "Save_Progress"));
+            progress.start(steps);
         }
-
-        @Override
-        public synchronized void actionPerformed(ActionEvent e) {
-            try {
-                assert running;
-                assert !stopped;
-                stopped = true;
-                timer.cancel();
-                if ("cancel".equals(e.getActionCommand()) || samples < 1) {    // NOI18N
-                    return;
-                }
-                double average = sum / samples;
-                double std_deviation = Math.sqrt(devSquaresSum / samples);
-                boolean writeCommand = "write".equals(e.getActionCommand());    // NOI18N
-
-                if (writeCommand) {
-                    Object[] params = new Object[]{
-                        startTime,
-                        "Samples", samples, // NOI18N
-                        "Average", average, // NOI18N
-                        "Minimum", min, // NOI18N
-                        "Maximum", max, // NOI18N
-                        "Std. deviation", std_deviation // NOI18N
-                    };
-                    Logger.getLogger("org.netbeans.ui.performance").log(Level.CONFIG, "Snapshot statistics", params);   // NOI18N
-                    if (average > MAX_AVERAGE || std_deviation > MAX_STDDEVIATION) { // do not take snapshot if the sampling was not regular enough 
-                        return;
-                    }
-                }
-                samplesStream.close();
-                samplesStream = null;
-                if (writeCommand) {
-                    DataOutputStream dos = (DataOutputStream) e.getSource();
-                    dos.write(out.toByteArray());
-                    dos.close();
-                    return;
-                }
-                // save snapshot
-                File outFile = File.createTempFile("selfsampler", SamplesOutputStream.FILE_EXT); // NOI18N
-                outFile = FileUtil.normalizeFile(outFile);
-                writeToFile(outFile);
-                // open snapshot
-                FileObject fo = FileUtil.toFileObject(outFile);
-                DataObject dobj = DataObject.find(fo);
-                if (defaultDataObject.isAssignableFrom(dobj.getClass())) {  // ugly test for DefaultDataObject
-                    String msg = MessageFormat.format(SAVE_MSG, outFile.getAbsolutePath());
-                    DialogDisplayer.getDefault().notify(new NotifyDescriptor.Message(msg));
-                } else {
-                    dobj.getCookie(OpenCookie.class).open();
-                }
-            } catch (Exception ex) {
-                Exceptions.printStackTrace(ex);
-            } finally {
-                // just to be sure
-                out = null;
-                samplesStream = null;
+        
+        protected void closeProgress() {
+            if (EventQueue.isDispatchThread()) {
+                return;
             }
+            progress.finish();
+            progress = null;
         }
-
-        private void writeToFile(File file) {
-            try {
-                FileOutputStream fstream = new FileOutputStream(file);
-
-                fstream.write(out.toByteArray());
-                out = null;
-                fstream.close();
-            } catch (IOException ex) {
-                Exceptions.printStackTrace(ex);
+        
+        protected void progress(int i) {
+            if (EventQueue.isDispatchThread()) {
+                return;
+            }
+            if (progress != null) {
+                progress.progress(i);
             }
         }
     }
diff --git a/core.ui/src/org/netbeans/core/ui/sampler/selfSampler.png b/core.ui/src/org/netbeans/core/ui/sampler/selfSampler.png
index d5d611d..cf15e9a 100644
Binary files a/core.ui/src/org/netbeans/core/ui/sampler/selfSampler.png and b/core.ui/src/org/netbeans/core/ui/sampler/selfSampler.png differ
diff --git a/core.ui/src/org/netbeans/core/ui/sampler/selfSampler24.png b/core.ui/src/org/netbeans/core/ui/sampler/selfSampler24.png
new file mode 100644
index 0000000..9992030
Binary files /dev/null and b/core.ui/src/org/netbeans/core/ui/sampler/selfSampler24.png differ
diff --git a/core.ui/src/org/netbeans/core/ui/sampler/selfSamplerRunning.png b/core.ui/src/org/netbeans/core/ui/sampler/selfSamplerRunning.png
index e6f6a83..78d0a7c 100644
Binary files a/core.ui/src/org/netbeans/core/ui/sampler/selfSamplerRunning.png and b/core.ui/src/org/netbeans/core/ui/sampler/selfSamplerRunning.png differ
diff --git a/core.ui/src/org/netbeans/core/ui/sampler/selfSamplerRunning24.png b/core.ui/src/org/netbeans/core/ui/sampler/selfSamplerRunning24.png
new file mode 100644
index 0000000..f7f4d62
Binary files /dev/null and b/core.ui/src/org/netbeans/core/ui/sampler/selfSamplerRunning24.png differ
diff --git a/core.ui/src/org/netbeans/core/ui/sysopen/SystemOpenAction.java b/core.ui/src/org/netbeans/core/ui/sysopen/SystemOpenAction.java
index 728e4f3..5de7946 100644
--- a/core.ui/src/org/netbeans/core/ui/sysopen/SystemOpenAction.java
+++ b/core.ui/src/org/netbeans/core/ui/sysopen/SystemOpenAction.java
@@ -54,6 +54,9 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 import javax.swing.AbstractAction;
 import javax.swing.Action;
+import org.openide.awt.ActionID;
+import org.openide.awt.ActionReference;
+import org.openide.awt.ActionRegistration;
 import org.openide.awt.DynamicMenuContent;
 import org.openide.filesystems.FileUtil;
 import org.openide.loaders.DataObject;
@@ -67,6 +70,9 @@ import org.openide.util.Utilities;
  * Open the selected file(s) with the system default tool.
  * @author Jesse Glick
  */
+ at ActionID(id = "org.netbeans.core.ui.sysopen.SystemOpenAction", category = "Edit")
+ at ActionRegistration(displayName = "#CTL_SystemOpenAction")
+ at ActionReference(path = "Loaders/content/unknown/Actions", position = 200)
 public final class SystemOpenAction extends AbstractAction implements ContextAwareAction {
     
     public SystemOpenAction() {
@@ -91,7 +97,7 @@ public final class SystemOpenAction extends AbstractAction implements ContextAwa
             files = new HashSet<File>();
             for (DataObject d : context.lookupAll(DataObject.class)) {
                 File f = FileUtil.toFile(d.getPrimaryFile());
-                if (f == null || /* #144575 */Utilities.isWindows() && !f.getName().contains(".")) {
+                if (f == null || /* #144575 */Utilities.isWindows() && f.isFile() && !f.getName().contains(".")) {
                     files.clear();
                     break;
                 }
diff --git a/core.ui/src/org/netbeans/core/ui/warmup/MenuWarmUpTask.java b/core.ui/src/org/netbeans/core/ui/warmup/MenuWarmUpTask.java
index 26fe74f..ee090e8 100644
--- a/core.ui/src/org/netbeans/core/ui/warmup/MenuWarmUpTask.java
+++ b/core.ui/src/org/netbeans/core/ui/warmup/MenuWarmUpTask.java
@@ -175,11 +175,13 @@ public final class MenuWarmUpTask implements Runnable {
                     }
                     LOG.fine("Window deactivated, preparing refresh task");
                 }
-                LogRecord r = new LogRecord(Level.FINE, "LOG_WINDOW_DEACTIVATED"); // NOI18N
-                r.setResourceBundleName("org.netbeans.core.ui.warmup.Bundle"); // NOI18N
-                r.setResourceBundle(NbBundle.getBundle(MenuWarmUpTask.class)); // NOI18N
-                r.setLoggerName(UILOG.getName());
-                UILOG.log(r);
+                if (UILOG.isLoggable(Level.FINE)) {
+                    LogRecord r = new LogRecord(Level.FINE, "LOG_WINDOW_DEACTIVATED"); // NOI18N
+                    r.setResourceBundleName("org.netbeans.core.ui.warmup.Bundle"); // NOI18N
+                    r.setResourceBundle(NbBundle.getBundle(MenuWarmUpTask.class)); // NOI18N
+                    r.setLoggerName(UILOG.getName());
+                    UILOG.log(r);
+                }
             }
         }
 
@@ -298,12 +300,14 @@ public final class MenuWarmUpTask implements Runnable {
                     run.run();
                 }
                 long took = System.currentTimeMillis() - now;
-                LogRecord r = new LogRecord(Level.FINE, "LOG_WINDOW_ACTIVATED"); // NOI18N
-                r.setParameters(new Object[] { took });
-                r.setResourceBundleName("org.netbeans.core.ui.warmup.Bundle"); // NOI18N
-                r.setResourceBundle(NbBundle.getBundle(MenuWarmUpTask.class)); // NOI18N
-                r.setLoggerName(UILOG.getName());
-                UILOG.log(r);
+                if (UILOG.isLoggable(Level.FINE)) {
+                    LogRecord r = new LogRecord(Level.FINE, "LOG_WINDOW_ACTIVATED"); // NOI18N
+                    r.setParameters(new Object[] { took });
+                    r.setResourceBundleName("org.netbeans.core.ui.warmup.Bundle"); // NOI18N
+                    r.setResourceBundle(NbBundle.getBundle(MenuWarmUpTask.class)); // NOI18N
+                    r.setLoggerName(UILOG.getName());
+                    UILOG.log(r);
+                }
                 LOG.log(Level.FINE, "Refresh done in {0} ms", took);
                 AtomicBoolean ab = goOn;
                 if (ab == null || ab.get()) {
@@ -336,7 +340,7 @@ public final class MenuWarmUpTask implements Runnable {
 
             ++counter;
 
-            {
+            if (UILOG.isLoggable(Level.FINE)) {
                 LogRecord r = new LogRecord(Level.FINE, "LOG_WINDOW_REFRESH_CANCEL"); // NOI18N
                 r.setParameters(new Object[]{counter});
                 r.setResourceBundleName("org.netbeans.core.ui.warmup.Bundle"); // NOI18N
@@ -350,13 +354,15 @@ public final class MenuWarmUpTask implements Runnable {
                 nd.setOptions(new Object[] { Message.YES_OPTION, Message.NO_OPTION });
                 if (DialogDisplayer.getDefault().notify(nd) == Message.YES_OPTION) {
                     NbPreferences.root().node("org/openide/actions/FileSystemRefreshAction").putBoolean("manual", true); // NOI18N
-                    
-                    LogRecord r = new LogRecord(Level.FINE, "LOG_WINDOW_REFRESH_OFF"); // NOI18N
-                    r.setParameters(new Object[]{counter});
-                    r.setResourceBundleName("org.netbeans.core.ui.warmup.Bundle"); // NOI18N
-                    r.setResourceBundle(NbBundle.getBundle(MenuWarmUpTask.class)); // NOI18N
-                    r.setLoggerName(UILOG.getName());
-                    UILOG.log(r);
+
+                    if (UILOG.isLoggable(Level.FINE)) {
+                        LogRecord r = new LogRecord(Level.FINE, "LOG_WINDOW_REFRESH_OFF"); // NOI18N
+                        r.setParameters(new Object[]{counter});
+                        r.setResourceBundleName("org.netbeans.core.ui.warmup.Bundle"); // NOI18N
+                        r.setResourceBundle(NbBundle.getBundle(MenuWarmUpTask.class)); // NOI18N
+                        r.setLoggerName(UILOG.getName());
+                        UILOG.log(r);
+                    }
                 }
             }
             return true;
diff --git a/core.ui/test/unit/src/org/netbeans/core/ui/sampler/SelfSampleVFSTest.java b/core.ui/test/unit/src/org/netbeans/core/ui/sampler/SelfSampleVFSTest.java
new file mode 100644
index 0000000..d4d053d
--- /dev/null
+++ b/core.ui/test/unit/src/org/netbeans/core/ui/sampler/SelfSampleVFSTest.java
@@ -0,0 +1,111 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.core.ui.sampler;
+
+import java.io.File;
+import java.io.FileOutputStream;
+import java.io.IOException;
+import org.netbeans.junit.NbTestCase;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileSystem;
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+public class SelfSampleVFSTest extends NbTestCase {
+    private FileSystem fs;
+
+    public SelfSampleVFSTest(String s) {
+        super(s);
+    }
+
+    /** for subclass(es) in uihandler module 
+     * @param array of names that shall be visible on the VFS
+     * @param files locations of real files that represent content of those names
+     */
+    protected FileSystem createVFS(String[] names, File[] files) {
+        return new SelfSampleVFS(names, files);
+    }
+    
+    @Override
+    protected void setUp() throws Exception {
+        clearWorkDir();
+        
+        File a = new File(getWorkDir(), "A.txt");
+        File b = new File(getWorkDir(), "B.txt");
+        
+        write(a, "Ahoj");
+        write(b, "Kuk");
+        
+        fs = createVFS(new String[] { "x.pdf", "y.ps" }, new File[] { a, b });
+    }
+    
+    public void testCanList() {
+        FileObject[] arr = fs.getRoot().getChildren();
+        assertEquals("Two", 2, arr.length);
+        assertEquals("x.pdf", arr[0].getNameExt());
+        assertEquals("y.ps", arr[1].getNameExt());
+    }
+
+    public void testCanReadContent() throws Exception {
+        FileObject fo = fs.findResource("x.pdf");
+        assertNotNull("File Object found", fo);
+        assertEquals("The right content for x.pdf", "Ahoj", fo.asText());
+    }
+
+    public void testGetAttribute() throws Exception {
+        FileObject fo = fs.findResource("x.pdf");
+        assertNull("No attribute value", fo.getAttribute("doesnotexist"));
+    }
+
+    
+    private static void write(File f, String content) throws IOException {
+        FileOutputStream os = new FileOutputStream(f);
+        try {
+            os.write(content.getBytes());
+        } finally {
+            os.close();
+        }
+    }
+}
diff --git a/core.windows/apichanges.xml b/core.windows/apichanges.xml
new file mode 100644
index 0000000..79fafd4
--- /dev/null
+++ b/core.windows/apichanges.xml
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+
+Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+
+Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+Other names may be trademarks of their respective owners.
+
+
+The contents of this file are subject to the terms of either the GNU
+General Public License Version 2 only ("GPL") or the Common
+Development and Distribution License("CDDL") (collectively, the
+"License"). You may not use this file except in compliance with the
+License. You can obtain a copy of the License at
+http://www.netbeans.org/cddl-gplv2.html
+or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+specific language governing permissions and limitations under the
+License.  When distributing the software, include this License Header
+Notice in each file and include the License file at
+nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+particular file as subject to the "Classpath" exception as provided
+by Oracle in the GPL Version 2 section of the License file that
+accompanied this code. If applicable, add the following below the
+License Header, with the fields enclosed by brackets [] replaced by
+your own identifying information:
+"Portions Copyrighted [year] [name of copyright owner]"
+
+Contributor(s):
+
+The Original Software is NetBeans. The Initial Developer of the Original
+Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+Microsystems, Inc. All Rights Reserved.
+
+If you wish your version of this file to be governed by only the CDDL
+or only the GPL Version 2, indicate your decision by adding
+"[Contributor] elects to include this software in this distribution
+under the [CDDL or GPL Version 2] license." If you do not indicate a
+single choice of license, a recipient has the option to distribute
+your version of this file under either the CDDL, the GPL Version 2 or
+to extend the choice of license to its licensees as provided above.
+However, if you add GPL Version 2 code and therefore, elected the GPL
+Version 2 license, then the option applies only if the new code is
+made subject to such option by the copyright holder.
+-->
+<?xml-stylesheet type="text/xml" href="../nbbuild/javadoctools/apichanges.xsl"?>
+<!DOCTYPE apichanges PUBLIC "-//NetBeans//DTD API changes list 1.0//EN" "../nbbuild/javadoctools/apichanges.dtd">
+
+<!--
+
+INFO FOR PEOPLE ADDING CHANGES:
+
+Check the DTD (apichanges.dtd) for details on the syntax. You do not
+need to regenerate the HTML, as this is part of Javadoc generation; just
+change the XML. Rough syntax of a change (several parts optional):
+
+<change>
+    <api name="compiler"/>
+    <summary>Some brief description here, can use <b>XHTML</b></summary>
+    <version major="1" minor="99"/>
+    <date day="13" month="6" year="2001"/>
+    <author login="jrhacker"/>
+    <compatibility addition="yes"/>
+    <description>
+        The main description of the change here.
+        Again can use full <b>XHTML</b> as needed.
+    </description>
+    <class package="org.openide.compiler" name="DoWhatIWantCompiler"/>
+    <issue number="14309"/>
+</change>
+
+Also permitted elements: <package>, <branch>. <version> is API spec
+version, recommended for all new changes. <compatibility> should say
+if things were added/modified/deprecated/etc. and give all information
+related to upgrading old code. List affected top-level classes and
+link to issue numbers if applicable. See the DTD for more details.
+
+Changes need not be in any particular order, they are sorted in various
+ways by the stylesheet anyway.
+
+Dates are assumed to mean "on the trunk". If you *also* make the same
+change on a stabilization branch, use the <branch> tag to indicate this
+and explain why the change was made on a branch in the <description>.
+
+Please only change this file on the trunk! Rather: you can change it
+on branches if you want, but these changes will be ignored; only the
+trunk version of this file is important.
+
+Deprecations do not count as incompatible, assuming that code using the
+deprecated calls continues to see their documented behavior. But do
+specify deprecation="yes" in <compatibility>.
+
+This file is not a replacement for Javadoc: it is intended to list changes,
+not describe the complete current behavior, for which ordinary documentation
+is the proper place.
+
+-->
+
+<apichanges>
+
+  <!-- First, a list of API names you may use: -->
+  <apidefs>
+    <!-- Probably should not be used much: -->
+    <apidef name="winsys">Window System Implementation</apidef>
+  </apidefs>
+
+<!-- ACTUAL CHANGES BEGIN HERE: -->
+
+  <changes>
+
+    <change id="reload-save-actions" >
+        <api name="winsys"/>
+        <summary>Actions to load or save state of windowsystem</summary>
+        <version major="2" minor="27"/>
+        <date day="25" month="2" year="2011"/>
+        <author login="jtulach"/>
+        <compatibility addition="yes" binary="compatible" source="compatible" semantic="compatible" deprecation="no" deletion="no" modification="no"/>
+        <description>
+            Now there is a way to control via 
+            <a href="@TOP@/architecture-summary.html#layer-org.netbeans.core.windows.actions.ReloadWindowsAction">reload</a> 
+            and
+            <a href="@TOP@/architecture-summary.html#layer-org.netbeans.core.windows.actions.SaveWindowsAction">save</a> 
+            actions when the state of windowsystem is saved or reload.
+        </description>
+        <issue number="195820"/>
+    </change>
+
+  </changes>
+
+  <!-- Now the surrounding HTML text and document structure: -->
+
+  <htmlcontents>
+<!--
+
+                            NO NO NO NO NO!
+
+         ==============>    DO NOT EDIT ME!  <======================
+
+          AUTOMATICALLY GENERATED FROM APICHANGES.XML, DO NOT EDIT
+
+                SEE openide/loaders/api/apichanges.xml
+
+-->
+    <head>
+      <title>Change History for the Window System Implementation</title>
+      <link rel="stylesheet" href="prose.css" type="text/css"/>
+    </head>
+    <body>
+
+<p class="overviewlink"><a href="overview-summary.html">Overview</a></p>
+
+<h1>Introduction</h1>
+
+<p>This document lists changes made to the <a href="@TOP@">Window System
+Implementation</a>. Please ask on the <code>dev at openide.netbeans.org</code> mailing list
+if you have any questions about the details of a
+change, or are wondering how to convert existing code to be compatible.</p>
+
+<!-- The actual lists of changes, as summaries and details: -->
+
+      <hr/><standard-changelists module-code-name="org.netbeans.core.windows"/>
+
+      <hr/><p>@FOOTER@</p>
+
+    </body>
+  </htmlcontents>
+
+</apichanges>
diff --git a/core.windows/arch.xml b/core.windows/arch.xml
new file mode 100644
index 0000000..5455d20
--- /dev/null
+++ b/core.windows/arch.xml
@@ -0,0 +1,1096 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE api-answers PUBLIC "-//NetBeans//DTD Arch Answers//EN" "../nbbuild/antsrc/org/netbeans/nbbuild/Arch.dtd" [
+  <!ENTITY api-questions SYSTEM "../nbbuild/antsrc/org/netbeans/nbbuild/Arch-api-questions.xml">
+]>
+
+<api-answers
+  question-version="1.29"
+  author="yourname at netbeans.org"
+>
+
+  &api-questions;
+
+
+<!--
+        <question id="arch-overall" when="init">
+            Describe the overall architecture. 
+            <hint>
+            What will be API for 
+            <a href="http://openide.netbeans.org/tutorial/api-design.html#design.apiandspi">
+                clients and what support API</a>? 
+            What parts will be pluggable?
+            How will plug-ins be registered? Please use <code><api type="export"/></code>
+            to describe your general APIs and specify their
+            <a href="http://openide.netbeans.org/tutorial/api-design.html#category-private">
+            stability categories</a>.
+            If possible please provide simple diagrams.
+            </hint>
+        </question>
+-->
+ <answer id="arch-overall">
+  <p>
+   <api name="WindowSystemImpl" category="friend" group="java" type="export">
+   provides implementation for the <a href="@org-openide-windows@/architecture-overview.html">window system API</a>
+   that is used by the NetBeans IDE. 
+   </api>
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="arch-quality" when="init">
+            How will the <a href="http://www.netbeans.org/community/guidelines/q-evangelism.html">quality</a>
+            of your code be tested and 
+            how are future regressions going to be prevented?
+            <hint>
+            What kind of testing do
+            you want to use? How much functionality, in which areas,
+            should be covered by the tests? How you find out that your
+            project was successful?
+            </hint>
+        </question>
+-->
+ <answer id="arch-quality">
+  <p>
+   XXX no answer for arch-quality
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="arch-time" when="init">
+            What are the time estimates of the work?
+            <hint>
+            Please express your estimates of how long the design, implementation,
+            stabilization are likely to last. How many people will be needed to
+            implement this and what is the expected milestone by which the work should be 
+            ready?
+            </hint>
+        </question>
+-->
+ <answer id="arch-time">
+  <p>
+   XXX no answer for arch-time
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="arch-usecases" when="init">
+            <hint>
+                Content of this answer will be displayed as part of page at
+                http://www.netbeans.org/download/dev/javadoc/usecases.html 
+                You can use tags <usecase name="name> regular html description </usecase>
+                and if you want to use an URL you can prefix if with @TOP@ to begin
+                at the root of your javadoc
+            </hint>
+        
+            Describe the main <a href="http://openide.netbeans.org/tutorial/api-design.html#usecase">
+            use cases</a> of the new API. Who will use it under
+            what circumstances? What kind of code would typically need to be written
+            to use the module?
+        </question>
+-->
+ <answer id="arch-usecases">
+  <p>
+   XXX no answer for arch-usecases
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="arch-what" when="init">
+            What is this project good for?
+            <hint>
+            Please provide here a few lines describing the project, 
+            what problem it should solve, provide links to documentation, 
+            specifications, etc.
+            </hint>
+        </question>
+-->
+ <answer id="arch-what">
+  <p>
+   XXX no answer for arch-what
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="arch-where" when="impl">
+            Where one can find sources for your module?
+            <hint>
+                Please provide link to the Hg web client at
+                http://hg.netbeans.org/
+                or just use tag defaultanswer generate='here'
+            </hint>
+        </question>
+-->
+ <answer id="arch-where">
+  <defaultanswer generate='here' />
+ </answer>
+
+
+
+<!--
+        <question id="compat-deprecation" when="init">
+            How the introduction of your project influences functionality
+            provided by previous version of the product?
+            <hint>
+            If you are planning to deprecate/remove/change any existing APIs,
+            list them here accompanied with the reason explaining why you
+            are doing so.
+            </hint>
+        </question>
+-->
+ <answer id="compat-deprecation">
+  <p>
+   XXX no answer for compat-deprecation
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="compat-i18n" when="impl">
+            Is your module correctly internationalized?
+            <hint>
+            Correct internationalization means that it obeys instructions 
+            at <a href="http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/i18n-branding.html">
+            NetBeans I18N pages</a>.
+            </hint>
+        </question>
+-->
+ <answer id="compat-i18n">
+  <p>
+   XXX no answer for compat-i18n
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="compat-standards" when="init">
+            Does the module implement or define any standards? Is the 
+            implementation exact or does it deviate somehow?
+        </question>
+-->
+ <answer id="compat-standards">
+  <p>
+   XXX no answer for compat-standards
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="compat-version" when="impl">
+            Can your module coexist with earlier and future
+            versions of itself? Can you correctly read all old settings? Will future
+            versions be able to read your current settings? Can you read
+            or politely ignore settings stored by a future version?
+            
+            <hint>
+            Very helpful for reading settings is to store version number
+            there, so future versions can decide whether how to read/convert
+            the settings and older versions can ignore the new ones.
+            </hint>
+        </question>
+-->
+ <answer id="compat-version">
+  <p>
+   XXX no answer for compat-version
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="dep-jre" when="final">
+            Which version of JRE do you need (1.2, 1.3, 1.4, etc.)?
+            <hint>
+            It is expected that if your module runs on 1.x that it will run 
+            on 1.x+1 if no, state that please. Also describe here cases where
+            you run different code on different versions of JRE and why.
+            </hint>
+        </question>
+-->
+ <answer id="dep-jre">
+  <p>
+   XXX no answer for dep-jre
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="dep-jrejdk" when="final">
+            Do you require the JDK or is the JRE enough?
+        </question>
+-->
+ <answer id="dep-jrejdk">
+  <p>
+   XXX no answer for dep-jrejdk
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="dep-nb" when="init">
+            What other NetBeans projects and modules does this one depend on?
+            <hint>
+            Depending on other NetBeans projects influnces the ability of
+            users of your work to customize their own branded version of
+            NetBeans by enabling and disabling some modules. Too
+            much dependencies restrict this kind of customization. If that
+            is your case, then you may want to split your functionality into
+            pieces of autoload, eager and regular modules which can be
+            enabled independently. Usually the answer to this question
+            is generated from your <code>project.xml</code> file, but
+            if it is not guessed correctly, you can suppress it by
+            specifying <defaultanswer generate="none"/> and
+            write here your own. Please describe such projects as imported APIs using
+            the <code><api name="identification" type="import or export" category="stable" url="where is the description" /></code>.
+            By doing this information gets listed in the summary page of your
+            javadoc.
+            </hint>
+        </question>
+-->
+ <answer id="dep-nb">
+  <defaultanswer generate='here' />
+ </answer>
+
+
+
+<!--
+        <question id="dep-non-nb" when="init">
+            What other projects outside NetBeans does this one depend on?
+            
+            <hint>
+            Depending on 3rd party libraries is always problematic,
+            especially if they are not open source, as that complicates
+            the licensing scheme of NetBeans. Please enumerate your
+            external dependencies here, so it is correctly understood since
+            the begining what are the legal implications of your project.
+            Also please note that
+            some non-NetBeans projects are packaged as NetBeans modules
+            (see <a href="http://libs.netbeans.org/">libraries</a>) and
+            it is preferred to use this approach when more modules may
+            depend and share such third-party libraries.
+            </hint>
+        </question>
+-->
+ <answer id="dep-non-nb">
+  <p>
+   XXX no answer for dep-non-nb
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="dep-platform" when="init">
+            On which platforms does your module run? Does it run in the same
+            way on each?
+            <hint>
+            If you plan any dependency on OS or any usage of native code,
+            please describe why you are doing so and describe how you envision
+            to enforce the portability of your code.
+            Please note that there is a support for <a href="http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/api.html#how-os-specific">OS conditionally
+            enabled modules</a> which together with autoload/eager modules
+            can allow you to enable to provide the best OS aware support
+            on certain OSes while providing compatibility bridge on the not
+            supported ones.
+            Also please list the supported
+            OSes/HW platforms and mentioned the lovest version of JDK required
+            for your project to run on. Also state whether JRE is enough or
+            you really need JDK.
+            </hint>
+        </question>
+-->
+ <answer id="dep-platform">
+  <p>
+   XXX no answer for dep-platform
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="deploy-dependencies" when="final">
+            What do other modules need to do to declare a dependency on this one,
+            in addition to or instead of the normal module dependency declaration
+            (e.g. tokens to require)?
+            <hint>
+                Provide a sample of the actual lines you would add to a module manifest
+                to declare a dependency, for example OpenIDE-Module-Requires: some.token.
+                If other modules should not depend on this module, or should just use a
+                simple regular module dependency, you can just answer "nothing". If you
+                intentionally expose a semistable API to clients using implementation
+                dependencies, you should mention that here (but there is no need to give
+                an example of usage).
+            </hint>
+        </question>
+-->
+ <answer id="deploy-dependencies">
+  <p>
+   XXX no answer for deploy-dependencies
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="deploy-jar" when="impl">
+            Do you deploy just module JAR file(s) or other files as well?
+            <hint>
+            Usually a module consist of one JAR file (perhaps with Class-Path
+            extensions) and also a configuration file that enables it. If you
+            have any other files, use
+            <api group="java.io.File" name="yourname" type="export" category="friend">...</api>
+            to define the location, name and stability of your files (of course
+            changing "yourname" and "friend" to suit your needs).
+            
+            If it uses more than one JAR, describe where they are located, how
+            they refer to each other. 
+            If it consist of module JAR(s) and other files, please describe
+            what is their purpose, why other files are necessary. Please 
+            make sure that installation/uninstallation leaves the system 
+            in state as it was before installation.
+            </hint>
+        </question>
+-->
+ <answer id="deploy-jar">
+  <p>
+   XXX no answer for deploy-jar
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="deploy-nbm" when="impl">
+            Can you deploy an NBM via the Update Center?
+            <hint>
+            If not why?
+            </hint>
+        </question>
+-->
+ <answer id="deploy-nbm">
+  <p>
+   XXX no answer for deploy-nbm
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="deploy-packages" when="init">
+            Are packages of your module made inaccessible by not declaring them
+            public?
+            
+            <hint>
+            By default NetBeans build harness treats all packages are private.
+            If you export some of them - either as public or friend packages,
+            you should have a reason. If the reason is described elsewhere
+            in this document, you can ignore this question.
+            </hint>
+        </question>
+-->
+ <answer id="deploy-packages">
+  <p>
+   XXX no answer for deploy-packages
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="deploy-shared" when="final">
+            Do you need to be installed in the shared location only, or in the user directory only,
+            or can your module be installed anywhere?
+            <hint>
+            Installation location shall not matter, if it does explain why.
+            Consider also whether <code>InstalledFileLocator</code> can help.
+            </hint>
+        </question>
+-->
+ <answer id="deploy-shared">
+  <p>
+   XXX no answer for deploy-shared
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-ant-tasks" when="impl">
+            Do you define or register any ant tasks that other can use?
+            
+            <hint>
+            If you provide an ant task that users can use, you need to be very
+            careful about its syntax and behaviour, as it most likely forms an
+	          API for end users and as there is a lot of end users, their reaction
+            when such API gets broken can be pretty strong.
+            </hint>
+        </question>
+-->
+ <answer id="exec-ant-tasks">
+  <p>
+   XXX no answer for exec-ant-tasks
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-classloader" when="impl">
+            Does your code create its own class loader(s)?
+            <hint>
+            A bit unusual. Please explain why and what for.
+            </hint>
+        </question>
+-->
+ <answer id="exec-classloader">
+  <p>
+   XXX no answer for exec-classloader
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-component" when="impl">
+            Is execution of your code influenced by any (string) property
+            of any of your components?
+            
+            <hint>
+            Often <code>JComponent.getClientProperty</code>, <code>Action.getValue</code>
+            or <code>PropertyDescriptor.getValue</code>, etc. are used to influence
+            a behavior of some code. This of course forms an interface that should
+            be documented. Also if one depends on some interface that an object
+            implements (<code>component instanceof Runnable</code>) that forms an
+            API as well.
+            </hint>
+        </question>
+-->
+ <answer id="exec-component">
+  <p>
+   XXX no answer for exec-component
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-introspection" when="impl">
+            Does your module use any kind of runtime type information (<code>instanceof</code>,
+            work with <code>java.lang.Class</code>, etc.)?
+            <hint>
+            Check for cases when you have an object of type A and you also
+            expect it to (possibly) be of type B and do some special action. That
+            should be documented. The same applies on operations in meta-level
+            (Class.isInstance(...), Class.isAssignableFrom(...), etc.).
+            </hint>
+        </question>
+-->
+ <answer id="exec-introspection">
+  <p>
+   XXX no answer for exec-introspection
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-privateaccess" when="final">
+            Are you aware of any other parts of the system calling some of 
+            your methods by reflection?
+            <hint>
+            If so, describe the "contract" as an API. Likely private or friend one, but
+            still API and consider rewrite of it.
+            </hint>
+        </question>
+-->
+ <answer id="exec-privateaccess">
+  <p>
+   XXX no answer for exec-privateaccess
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-process" when="impl">
+            Do you execute an external process from your module? How do you ensure
+            that the result is the same on different platforms? Do you parse output?
+            Do you depend on result code?
+            <hint>
+            If you feed an input, parse the output please declare that as an API.
+            </hint>
+        </question>
+-->
+ <answer id="exec-process">
+  <p>
+   XXX no answer for exec-process
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-property" when="impl">
+            Is execution of your code influenced by any environment or
+            Java system (<code>System.getProperty</code>) property?
+            On a similar note, is there something interesting that you
+            pass to <code>java.util.logging.Logger</code>? Or do you observe
+            what others log?
+            <hint>
+            If there is a property that can change the behavior of your 
+            code, somebody will likely use it. You should describe what it does 
+            and the <a href="http://openide.netbeans.org/tutorial/api-design.html#life">stability category</a>
+            of this API. You may use
+            <pre>
+                <api type="export" group="property" name="id" category="private" url="http://...">
+                    description of the property, where it is used, what it influence, etc.
+                </api>            
+            </pre>
+            </hint>
+        </question>
+-->
+ <answer id="exec-property">
+  <p>
+  <api name="org.netbeans.core.windows.actions.ReloadWindowsAction" category="devel"
+     group="layer" type="export">
+     There is an action which can be used by users of programmatically to reload
+     the state of window system from the configuration area. The action can be
+     obtained by <pre>
+FileObject fo = FileUtil.getConfigFile("Actions/Window/org-netbeans-core-windows-actions-ReloadWindowsAction.instance");
+Action obj = (Action)fo.getAttribute("instanceCreate");
+ </pre>
+  </api>
+  <api name="org.netbeans.core.windows.actions.SaveWindowsAction" category="devel"
+     group="layer" type="export">
+     There is an action which can be used by users of programmatically to store 
+     the state of window system to the configuration area. The action can be
+     obtained by <pre>
+FileObject fo = FileUtil.getConfigFile("Actions/Window/org-netbeans-core-windows-actions-SaveWindowsAction.instance");
+Action obj = (Action)fo.getAttribute("instanceCreate");
+ </pre>
+  </api>
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-reflection" when="impl">
+            Does your code use Java Reflection to execute other code?
+            <hint>
+            This usually indicates a missing or insufficient API in the other
+            part of the system. If the other side is not aware of your dependency
+            this contract can be easily broken.
+            </hint>
+        </question>
+-->
+ <answer id="exec-reflection">
+  <p>
+   XXX no answer for exec-reflection
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-threading" when="init">
+            What threading models, if any, does your module adhere to? How the
+            project behaves with respect to threading?
+            <hint>
+                Is your API threadsafe? Can it be accessed from any threads or
+                just from some dedicated ones? Any special relation to AWT and
+                its Event Dispatch thread? Also
+                if your module calls foreign APIs which have a specific threading model,
+                indicate how you comply with the requirements for multithreaded access
+                (synchronization, mutexes, etc.) applicable to those APIs.
+                If your module defines any APIs, or has complex internal structures
+                that might be used from multiple threads, declare how you protect
+                data against concurrent access, race conditions, deadlocks, etc.,
+                and whether such rules are enforced by runtime warnings, errors, assertions, etc.
+                Examples: a class might be non-thread-safe (like Java Collections); might
+                be fully thread-safe (internal locking); might require access through a mutex
+                (and may or may not automatically acquire that mutex on behalf of a client method);
+                might be able to run only in the event queue; etc.
+                Also describe when any events are fired: synchronously, asynchronously, etc.
+                Ideas: <a href="http://core.netbeans.org/proposals/threading/index.html#recommendations">Threading Recommendations</a> (in progress)
+            </hint>
+        </question>
+-->
+ <answer id="exec-threading">
+  <p>
+   XXX no answer for exec-threading
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="format-clipboard" when="impl">
+            Which data flavors (if any) does your code read from or insert to
+            the clipboard (by access to clipboard on means calling methods on <code>java.awt.datatransfer.Transferable</code>?
+            
+            <hint>
+            Often Node's deal with clipboard by usage of <code>Node.clipboardCopy, Node.clipboardCut and Node.pasteTypes</code>.
+            Check your code for overriding these methods.
+            </hint>
+        </question>
+-->
+ <answer id="format-clipboard">
+  <p>
+   XXX no answer for format-clipboard
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="format-dnd" when="impl">
+            Which protocols (if any) does your code understand during Drag & Drop?
+            <hint>
+            Often Node's deal with clipboard by usage of <code>Node.drag, Node.getDropType</code>. 
+            Check your code for overriding these methods. Btw. if they are not overridden, they
+            by default delegate to <code>Node.clipboardCopy, Node.clipboardCut and Node.pasteTypes</code>.
+            </hint>
+        </question>
+-->
+ <answer id="format-dnd">
+  <p>
+   XXX no answer for format-dnd
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="format-types" when="impl">
+            Which protocols and file formats (if any) does your module read or write on disk,
+            or transmit or receive over the network? Do you generate an ant build script?
+            Can it be edited and modified? 
+            
+            <hint>
+            <p>
+            Files can be read and written by other programs, modules and users. If they influence
+            your behaviour, make sure you either document the format or claim that it is a private
+            api (using the <api> tag). 
+            </p>
+            
+            <p>
+            If you generate an ant build file, this is very likely going to be seen by end users and
+            they will be attempted to edit it. You should be ready for that and provide here a link
+            to documentation that you have for such purposes and also describe how you are going to
+            understand such files during next release, when you (very likely) slightly change the 
+            format.
+            </p>
+            </hint>
+        </question>
+-->
+ <answer id="format-types">
+  <p>
+   XXX no answer for format-types
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="lookup-lookup" when="init">
+            Does your module use <code>org.openide.util.Lookup</code>
+            or any similar technology to find any components to communicate with? Which ones?
+            
+            <hint>
+            NetBeans is build around a generic registry of services called
+            lookup. It is preferable to use it for registration and discovery
+            if possible. See
+            <a href="http://www.netbeans.org/download/dev/javadoc/org-openide-util/org/openide/util/lookup/doc-files/index.html">
+            The Solution to Comunication Between Components
+            </a>. If you do not plan to use lookup and insist usage
+            of other solution, then please describe why it is not working for
+            you.
+            <br/>
+            When filling the final version of your arch document, please
+            describe the interfaces you are searching for, where 
+            are defined, whether you are searching for just one or more of them,
+            if the order is important, etc. Also classify the stability of such
+            API contract. Use <api group=&lookup& /> tag, so
+            your information gets listed in the summary page of your javadoc.
+            </hint>
+        </question>
+-->
+ <answer id="lookup-lookup">
+  <p>
+   XXX no answer for lookup-lookup
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="lookup-register" when="final">
+            Do you register anything into lookup for other code to find?
+            <hint>
+            Do you register using layer file or using a declarative annotation such as <code>@ServiceProvider</code>?
+            Who is supposed to find your component?
+            </hint>
+        </question>
+-->
+ <answer id="lookup-register">
+  <p>
+   XXX no answer for lookup-register
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="lookup-remove" when="final">
+            Do you remove entries of other modules from lookup?
+            <hint>
+            Why? Of course, that is possible, but it can be dangerous. Is the module
+            your are masking resource from aware of what you are doing?
+            </hint>
+        </question>
+-->
+ <answer id="lookup-remove">
+  <p>
+   XXX no answer for lookup-remove
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-exit" when="final">
+            Does your module run any code on exit?
+        </question>
+-->
+ <answer id="perf-exit">
+  <p>
+   XXX no answer for perf-exit
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-huge_dialogs" when="final">
+            Does your module contain any dialogs or wizards with a large number of
+            GUI controls such as combo boxes, lists, trees, or text areas?
+        </question>
+-->
+ <answer id="perf-huge_dialogs">
+  <p>
+   XXX no answer for perf-huge_dialogs
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-limit" when="init">
+            Are there any hard-coded or practical limits in the number or size of
+            elements your code can handle?
+            <hint>
+                Most of algorithms have increasing memory and speed complexity
+                with respect to size of data they operate on. What is the critical
+                part of your project that can be seen as a bottleneck with
+                respect to speed or required memory? What are the practical
+                sizes of data you tested your project with? What is your estimate
+                of potential size of data that would cause visible performance
+                problems? Is there some kind of check to detect such situation
+                and prevent "hard" crashes - for example the CloneableEditorSupport
+                checks for size of a file to be opened in editor
+                and if it is larger than 1Mb it shows a dialog giving the
+                user the right to decide - e.g. to cancel or commit suicide.
+            </hint>
+        </question>
+-->
+ <answer id="perf-limit">
+  <p>
+   XXX no answer for perf-limit
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-mem" when="final">
+            How much memory does your component consume? Estimate
+            with a relation to the number of windows, etc.
+        </question>
+-->
+ <answer id="perf-mem">
+  <p>
+   XXX no answer for perf-mem
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-menus" when="final">
+            Does your module use dynamically updated context menus, or
+            context-sensitive actions with complicated and slow enablement logic?
+            <hint>
+                If you do a lot of tricks when adding actions to regular or context menus, you can significantly
+                slow down display of the menu, even when the user is not using your action. Pay attention to
+                actions you add to the main menu bar, and to context menus of foreign nodes or components. If
+                the action is conditionally enabled, or changes its display dynamically, you need to check the
+                impact on performance. In some cases it may be more appropriate to make a simple action that is
+                always enabled but does more detailed checks in a dialog if it is actually run.
+            </hint>
+        </question>
+-->
+ <answer id="perf-menus">
+  <p>
+   XXX no answer for perf-menus
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-progress" when="final">
+            Does your module execute any long-running tasks?
+            
+            <hint>Long running tasks should never block 
+            AWT thread as it badly hurts the UI
+            <a href="http://performance.netbeans.org/responsiveness/issues.html">
+            responsiveness</a>.
+            Tasks like connecting over
+            network, computing huge amount of data, compilation
+            be done asynchronously (for example
+            using <code>RequestProcessor</code>), definitively it should 
+            not block AWT thread.
+            </hint>
+        </question>
+-->
+ <answer id="perf-progress">
+  <p>
+   XXX no answer for perf-progress
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-scale" when="init">
+            Which external criteria influence the performance of your
+            program (size of file in editor, number of files in menu, 
+            in source directory, etc.) and how well your code scales?
+            <hint>
+            Please include some estimates, there are other more detailed 
+            questions to answer in later phases of implementation. 
+            </hint>
+        </question>
+-->
+ <answer id="perf-scale">
+  <p>
+   XXX no answer for perf-scale
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-spi" when="init">
+            How the performance of the plugged in code will be enforced?
+            <hint>
+            If you allow foreign code to be plugged into your own module, how
+            do you enforce that it will behave correctly and quickly and will not
+            negatively influence the performance of your own module?
+            </hint>
+        </question>
+-->
+ <answer id="perf-spi">
+  <p>
+   XXX no answer for perf-spi
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-startup" when="final">
+            Does your module run any code on startup?
+        </question>
+-->
+ <answer id="perf-startup">
+  <p>
+   XXX no answer for perf-startup
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-wakeup" when="final">
+            Does any piece of your code wake up periodically and do something
+            even when the system is otherwise idle (no user interaction)?
+        </question>
+-->
+ <answer id="perf-wakeup">
+  <p>
+   XXX no answer for perf-wakeup
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="resources-file" when="final">
+            Does your module use <code>java.io.File</code> directly?
+            
+            <hint>
+            NetBeans provide a logical wrapper over plain files called 
+            <code>org.openide.filesystems.FileObject</code> that
+            provides uniform access to such resources and is the preferred
+            way that should be used. But of course there can be situations when
+            this is not suitable.
+            </hint>
+        </question>
+-->
+ <answer id="resources-file">
+  <p>
+   XXX no answer for resources-file
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="resources-layer" when="final">
+            Does your module provide own layer? Does it create any files or
+            folders in it? What it is trying to communicate by that and with which 
+            components?
+            
+            <hint>
+            NetBeans allows automatic and declarative installation of resources 
+            by module layers. Module register files into appropriate places
+            and other components use that information to perform their task
+            (build menu, toolbar, window layout, list of templates, set of
+            options, etc.). 
+            </hint>
+        </question>
+-->
+ <answer id="resources-layer">
+  <p>
+   XXX no answer for resources-layer
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="resources-mask" when="final">
+            Does your module mask/hide/override any resources provided by other modules in
+            their layers?
+            
+            <hint>
+            If you mask a file provided by another module, you probably depend
+            on that and do not want the other module to (for example) change
+            the file's name. That module shall thus make that file available as an API
+            of some stability category.
+            </hint>
+        </question>
+-->
+ <answer id="resources-mask">
+  <p>
+   XXX no answer for resources-mask
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="resources-preferences" when="final">
+            Does your module uses preferences via Preferences API? Does your module use NbPreferences or
+            or regular JDK Preferences ? Does it read, write or both ? 
+            Does it share preferences with other modules ? If so, then why ?
+            <hint>
+                You may use
+                    <api type="export" group="preferences"
+                    name="preference node name" category="private">
+                    description of individual keys, where it is used, what it
+                    influences, whether the module reads/write it, etc.
+                    </api>
+                Due to XML ID restrictions, rather than /org/netbeans/modules/foo give the "name" as org.netbeans.modules.foo.
+                Note that if you use NbPreferences this name will then be the same as the code name base of the module.
+            </hint>
+        </question>
+-->
+ <answer id="resources-preferences">
+  <p>
+   XXX no answer for resources-preferences
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="resources-read" when="final">
+            Does your module read any resources from layers? For what purpose?
+            
+            <hint>
+            As this is some kind of intermodule dependency, it is a kind of API.
+            Please describe it and classify according to 
+            <a href="http://openide.netbeans.org/tutorial/api-design.html#categories">
+            common stability categories</a>.
+            </hint>
+        </question>
+-->
+ <answer id="resources-read">
+  <p>
+   XXX no answer for resources-read
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="security-grant" when="final">
+            Does your code grant additional rights to some other code?
+            <hint>Avoid using a class loader that adds extra
+            permissions to loaded code unless really necessary.
+            Also note that your API implementation
+            can also expose unneeded permissions to enemy code by
+            calling AccessController.doPrivileged().</hint>
+        </question>
+-->
+ <answer id="security-grant">
+  <p>
+   XXX no answer for security-grant
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="security-policy" when="final">
+            Does your functionality require modifications to the standard policy file?
+            <hint>Your code might pass control to third-party code not
+            coming from trusted domains. This could be code downloaded over the
+            network or code coming from libraries that are not bundled
+            with NetBeans. Which permissions need to be granted to which domains?</hint>
+        </question>
+-->
+ <answer id="security-policy">
+  <p>
+   XXX no answer for security-policy
+  </p>
+ </answer>
+
+</api-answers>
diff --git a/core.windows/manifest.mf b/core.windows/manifest.mf
index 9004e18..902170c 100644
--- a/core.windows/manifest.mf
+++ b/core.windows/manifest.mf
@@ -6,5 +6,5 @@ OpenIDE-Module-Provides: org.netbeans.core.WindowSystem, org.openide.windows.Win
 OpenIDE-Module-Recommends: org.netbeans.core.windows.nativeaccess.NativeWindowSystem
 AutoUpdate-Show-In-Client: false
 AutoUpdate-Essential-Module: true
-OpenIDE-Module-Specification-Version: 2.21.1
+OpenIDE-Module-Specification-Version: 2.27.1
 
diff --git a/core.windows/nbproject/project.properties b/core.windows/nbproject/project.properties
index b52b13f..b2c5812 100644
--- a/core.windows/nbproject/project.properties
+++ b/core.windows/nbproject/project.properties
@@ -43,4 +43,6 @@
 javac.compilerargs=-Xlint:unchecked
 javac.source=1.6
 
+javadoc.arch=${basedir}/arch.xml
+javadoc.apichanges=${basedir}/apichanges.xml
 test.config.commit.includes=**/Validate*Test.class
diff --git a/core.windows/nbproject/project.xml b/core.windows/nbproject/project.xml
index c5c10d2..1833f54 100644
--- a/core.windows/nbproject/project.xml
+++ b/core.windows/nbproject/project.xml
@@ -229,8 +229,6 @@ made subject to such option by the copyright holder.
                 <friend>org.netbeans.modules.visualweb.gravy</friend>
                 <package>org.netbeans.core.windows.nativeaccess</package>
                 <package>org.netbeans.core.windows.view.ui.tabcontrol</package>
-                <package>org.netbeans.core.windows.resources</package>
-                <package>org.netbeans.core.windows.actions</package>
             </friend-packages>
         </data>
     </configuration>
diff --git a/core.windows/src/org/netbeans/core/windows/Central.java b/core.windows/src/org/netbeans/core/windows/Central.java
index 82af51f..f590c1a 100644
--- a/core.windows/src/org/netbeans/core/windows/Central.java
+++ b/core.windows/src/org/netbeans/core/windows/Central.java
@@ -2014,6 +2014,19 @@ final class Central implements ControllerHandler {
         if ((recentTc != null) && wasTcClosed) {
             recentTc.requestActive();
         }
+        //#177986 - repaint the main window when closing the last tc
+        if( TopComponent.getRegistry().getOpened().isEmpty() ) {
+            SwingUtilities.invokeLater( new Runnable() {
+                @Override
+                public void run() {
+                    java.awt.Frame f = getMainWindow();
+                    if( null != f && f.isVisible() ) {
+                        f.invalidate();
+                        f.repaint();
+                    }
+                }
+            });
+        }
     }
     
     private TopComponent findTopComponentToActivateAfterClose( ModeImpl editorMode, TopComponent tcBeingClosed ) {
diff --git a/core.windows/src/org/netbeans/core/windows/FloatingWindowTransparencyManager.java b/core.windows/src/org/netbeans/core/windows/FloatingWindowTransparencyManager.java
index 4f52ed7..8e723fa 100644
--- a/core.windows/src/org/netbeans/core/windows/FloatingWindowTransparencyManager.java
+++ b/core.windows/src/org/netbeans/core/windows/FloatingWindowTransparencyManager.java
@@ -47,6 +47,7 @@ package org.netbeans.core.windows;
 import java.awt.Window;
 import java.beans.PropertyChangeEvent;
 import java.beans.PropertyChangeListener;
+import java.util.concurrent.atomic.AtomicBoolean;
 import javax.swing.SwingUtilities;
 import org.netbeans.core.windows.nativeaccess.NativeWindowSystem;
 import org.netbeans.core.windows.options.WinSysPrefs;
@@ -65,6 +66,9 @@ public class FloatingWindowTransparencyManager {
     private static final RequestProcessor RP = new RequestProcessor("FloatingWindowTransparencyManager"); //NOI18N
     
     private PropertyChangeListener topComponentRegistryListener;
+
+    private final AtomicBoolean initialized = new AtomicBoolean(false);
+    private final Object LOCK = new Object();
     
     private FloatingWindowTransparencyManager() {
         
@@ -78,28 +82,38 @@ public class FloatingWindowTransparencyManager {
     }
     
     public void start() {
-        if( !NativeWindowSystem.getDefault().isWindowAlphaSupported() )
-            return;
-        if( null == topComponentRegistryListener ) {
-            topComponentRegistryListener = new PropertyChangeListener() {
-                @Override
-                public void propertyChange(PropertyChangeEvent evt) {
-                    SwingUtilities.invokeLater( new Runnable() {
-                        @Override
-                        public void run() {
-                            toggleFloatingWindowTransparency();
-                        }
-                    });
+        new Thread( new Runnable() {
+            @Override
+            public void run() {
+                synchronized( LOCK ) {
+                    initialized.set(true);
+                    if( !NativeWindowSystem.getDefault().isWindowAlphaSupported() )
+                        return;
+                    if( null == topComponentRegistryListener ) {
+                        topComponentRegistryListener = new PropertyChangeListener() {
+                            @Override
+                            public void propertyChange(PropertyChangeEvent evt) {
+                                SwingUtilities.invokeLater( new Runnable() {
+                                    @Override
+                                    public void run() {
+                                        toggleFloatingWindowTransparency();
+                                    }
+                                });
+                            }
+                        };
+                        TopComponent.getRegistry().addPropertyChangeListener(topComponentRegistryListener);
+                    }
                 }
-            };
-            TopComponent.getRegistry().addPropertyChangeListener(topComponentRegistryListener);
-        }
+            }
+        } ).start();
     }
     
     public void stop() {
-        if( null != topComponentRegistryListener ) {
-            TopComponent.getRegistry().removePropertyChangeListener(topComponentRegistryListener);
-            topComponentRegistryListener = null;
+        synchronized( LOCK ) {
+            if( null != topComponentRegistryListener ) {
+                TopComponent.getRegistry().removePropertyChangeListener(topComponentRegistryListener);
+                topComponentRegistryListener = null;
+            }
         }
     }
     
@@ -108,6 +122,9 @@ public class FloatingWindowTransparencyManager {
     }
     
     protected void toggleFloatingWindowTransparency() {
+        if( !initialized.get() )
+            return;
+        
         if( !NativeWindowSystem.getDefault().isWindowAlphaSupported() )
             return;
         
diff --git a/core.windows/src/org/netbeans/core/windows/ModeStructureSnapshot.java b/core.windows/src/org/netbeans/core/windows/ModeStructureSnapshot.java
index d768e82..f8cbafa 100644
--- a/core.windows/src/org/netbeans/core/windows/ModeStructureSnapshot.java
+++ b/core.windows/src/org/netbeans/core/windows/ModeStructureSnapshot.java
@@ -440,7 +440,7 @@ public class ModeStructureSnapshot {
         /** Indicates whether component represented by this node is visible or not. */
         public boolean isVisibleInSplit() {
             if(Constants.SWITCH_HIDE_EMPTY_DOCUMENT_AREA) {
-                return editorAreaSnapshot.isVisibleInSplit();
+                return null != editorAreaSnapshot && editorAreaSnapshot.isVisibleInSplit();
             } else {
                 return true;
             }
diff --git a/core.windows/src/org/netbeans/core/windows/WindowManagerImpl.java b/core.windows/src/org/netbeans/core/windows/WindowManagerImpl.java
index 752324a..bd57e86 100644
--- a/core.windows/src/org/netbeans/core/windows/WindowManagerImpl.java
+++ b/core.windows/src/org/netbeans/core/windows/WindowManagerImpl.java
@@ -110,6 +110,8 @@ public final class WindowManagerImpl extends WindowManager implements Workspace
 
     /** flag that prevents calling Exclusive.run on each main window repaint */
     private boolean exclusivesCompleted = false;
+    /** possibly stacktrace of creator */
+    private Throwable createdBy;
 
     /** Default constructor. Don't use directly, use getDefault()
      * instead.
@@ -118,7 +120,16 @@ public final class WindowManagerImpl extends WindowManager implements Workspace
         synchronized(LOCK_INIT) {
             // a static object to synchronize on
             if(defaultInstance != null) {
-                throw new IllegalStateException("Instance already exists"); // NOI18N
+                IllegalStateException ex = new IllegalStateException("Instance already exists"); // NOI18N
+                if (createdBy != null) {
+                    ex.initCause(createdBy);
+                }
+                throw ex;
+            }
+            boolean on = false;
+            assert on = true;
+            if (on) {
+                createdBy = new Exception("createdBy");
             }
             defaultInstance = this;
         }
@@ -1272,7 +1283,7 @@ public final class WindowManagerImpl extends WindowManager implements Workspace
     }
 
     public final void mainWindowPainted () {
-        if (!exclusivesCompleted) {
+        if (!exclusivesCompleted && WindowManagerImpl.getInstance().isVisible()) {
             exclusivesCompleted = true;
             paintedTimer.stop();
 
diff --git a/core.windows/src/org/netbeans/core/windows/actions/Bundle.properties b/core.windows/src/org/netbeans/core/windows/actions/Bundle.properties
index 4512af4..094a0a9 100644
--- a/core.windows/src/org/netbeans/core/windows/actions/Bundle.properties
+++ b/core.windows/src/org/netbeans/core/windows/actions/Bundle.properties
@@ -88,6 +88,7 @@ CTL_ToggleFullScreenAction=&Full Screen
 
 # ResetWindowsAction
 CTL_ResetWindows=Reset &Windows
+CTL_ReloadWindows=Reload Windows
 
 LBL_ToggleWindowTransparencyAction=Transparent Window
 LBL_WindowTransparencyHint=Press and hold [Ctrl+NumPad 0] key to make minimized window transparent.
diff --git a/core.windows/src/org/netbeans/core/windows/actions/RecentViewListAction.java b/core.windows/src/org/netbeans/core/windows/actions/RecentViewListAction.java
index aea9a50..e04f146 100644
--- a/core.windows/src/org/netbeans/core/windows/actions/RecentViewListAction.java
+++ b/core.windows/src/org/netbeans/core/windows/actions/RecentViewListAction.java
@@ -107,7 +107,7 @@ public final class RecentViewListAction extends AbstractAction
                 } else if((InputEvent.ALT_MASK & modifiers) != 0) {
                     releaseKey = KeyEvent.VK_ALT;
                 } else if((InputEvent.META_MASK & modifiers) != 0) {
-                    releaseKey = InputEvent.META_MASK;
+                    releaseKey = KeyEvent.VK_META;
                 }
                 
                 if(releaseKey != 0) {
@@ -186,7 +186,7 @@ public final class RecentViewListAction extends AbstractAction
      * not pointing to anything by returning null
      */
     public static String getStringRep4Unixes() {
-        if (Utilities.isUnix()) {
+        if (Utilities.isUnix() && !Utilities.isMac()) {
             return "Actions/Window/org-netbeans-core-windows-actions-RecentViewListAction.instance"; //NOI18N
         }
         return null;
diff --git a/core.windows/src/org/netbeans/core/windows/actions/ResetWindowsAction.java b/core.windows/src/org/netbeans/core/windows/actions/ResetWindowsAction.java
index 170ae4d..12d5269 100644
--- a/core.windows/src/org/netbeans/core/windows/actions/ResetWindowsAction.java
+++ b/core.windows/src/org/netbeans/core/windows/actions/ResetWindowsAction.java
@@ -46,10 +46,10 @@ package org.netbeans.core.windows.actions;
 
 import java.awt.Frame;
 import java.awt.event.ActionEvent;
+import java.awt.event.ActionListener;
 import java.io.IOException;
 import java.util.logging.Level;
 import java.util.logging.Logger;
-import javax.swing.AbstractAction;
 import javax.swing.JFrame;
 import javax.swing.SwingUtilities;
 import org.netbeans.core.WindowSystem;
@@ -60,10 +60,12 @@ import org.netbeans.core.windows.WindowManagerImpl;
 import org.netbeans.core.windows.persistence.PersistenceManager;
 import org.netbeans.core.windows.view.ui.MainWindow;
 import org.openide.ErrorManager;
+import org.openide.awt.ActionID;
+import org.openide.awt.ActionReference;
+import org.openide.awt.ActionRegistration;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileUtil;
 import org.openide.util.Lookup;
-import org.openide.util.NbBundle;
 import org.openide.windows.TopComponent;
 import org.openide.windows.TopComponentGroup;
 
@@ -72,13 +74,25 @@ import org.openide.windows.TopComponentGroup;
  *
  * @author S. Aubrecht
  */
-public class ResetWindowsAction extends AbstractAction {
+public class ResetWindowsAction implements ActionListener {
+    @ActionID(id = "org.netbeans.core.windows.actions.ResetWindowsAction", category = "Window")
+    @ActionRegistration(displayName = "#CTL_ResetWindows")
+    @ActionReference(position = 3000, path = "Menu/Window")
+    public static ActionListener reset() {
+        return new ResetWindowsAction(true);
+    }
     
-    /** Creates a new instance of ResetWindowsAction */
-    public ResetWindowsAction() {
-        putValue(NAME, NbBundle.getMessage(CloneDocumentAction.class, "CTL_ResetWindows" ) ); // NOI18N
+    @ActionID(id = "org.netbeans.core.windows.actions.ReloadWindowsAction", category = "Window")
+    @ActionRegistration(displayName = "#CTL_ReloadWindows")
+    public static ActionListener reload() {
+        return new ResetWindowsAction(false);
     }
-
+    private final boolean reset;
+    public ResetWindowsAction(boolean reset) {
+        this.reset = reset;
+    }
+    
+    @Override
     public void actionPerformed(ActionEvent e) {
         final WindowSystem ws = Lookup.getDefault().lookup( WindowSystem.class );
         if( null == ws ) {
@@ -90,10 +104,8 @@ public class ResetWindowsAction extends AbstractAction {
         
         final WindowManagerImpl wm = WindowManagerImpl.getInstance();
         
-        if( wm.getMainWindow() instanceof MainWindow ) {
-            //cancel full-screen mode
-            ((MainWindow) wm.getMainWindow()).setFullScreenMode( false );
-        }
+        //cancel full-screen mode
+        MainWindow.getInstance().setFullScreenMode(false);
         
         wm.getMainWindow().setExtendedState( JFrame.NORMAL );
 
@@ -116,10 +128,11 @@ public class ResetWindowsAction extends AbstractAction {
         wm.deselectEditorTopComponents();
         
         SwingUtilities.invokeLater( new Runnable() {
+            @Override
             public void run() {
                 //find the local folder that must be deleted
                 FileObject rootFolder = FileUtil.getConfigFile( PersistenceManager.ROOT_LOCAL_FOLDER );
-                if( null != rootFolder ) {
+                if (reset && null != rootFolder) {
                     try {
                         for( FileObject fo : rootFolder.getChildren() ) {
                             if( PersistenceManager.COMPS_FOLDER.equals( fo.getName() ) )
@@ -150,6 +163,7 @@ public class ResetWindowsAction extends AbstractAction {
                     editorMode.addOpenedTopComponentNoNotify(editors[i]);
                 }
                 SwingUtilities.invokeLater( new Runnable() {
+                    @Override
                     public void run() {
                         Frame mainWindow = wm.getMainWindow();
                         mainWindow.invalidate();
@@ -159,6 +173,7 @@ public class ResetWindowsAction extends AbstractAction {
                 //activate some editor window
                 if( null != activeEditor ) {
                     SwingUtilities.invokeLater( new Runnable() {
+                        @Override
                         public void run() {
                             activeEditor.requestActive();
                         }
diff --git a/core.windows/src/org/netbeans/core/windows/actions/SaveWindowsAction.java b/core.windows/src/org/netbeans/core/windows/actions/SaveWindowsAction.java
new file mode 100644
index 0000000..03a5164
--- /dev/null
+++ b/core.windows/src/org/netbeans/core/windows/actions/SaveWindowsAction.java
@@ -0,0 +1,63 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2011 Sun Microsystems, Inc.
+ */
+package org.netbeans.core.windows.actions;
+
+import java.awt.event.ActionEvent;
+import java.awt.event.ActionListener;
+import org.netbeans.core.WindowSystem;
+import org.openide.awt.ActionRegistration;
+import org.openide.awt.ActionReferences;
+import org.openide.awt.ActionID;
+import org.openide.util.Lookup;
+import org.openide.util.NbBundle.Messages;
+
+ at ActionID(category = "Window",
+id = "org.netbeans.core.windows.actions.SaveWindowsAction")
+ at ActionRegistration(displayName = "#CTL_SaveWindowsAction")
+ at ActionReferences({})
+ at Messages("CTL_SaveWindowsAction=Save Window Setup")
+public final class SaveWindowsAction implements ActionListener {
+    @Override
+    public void actionPerformed(ActionEvent e) {
+        Lookup.getDefault().lookup(WindowSystem.class).save();
+    }
+}
diff --git a/core.windows/src/org/netbeans/core/windows/actions/ToggleFullScreenAction.java b/core.windows/src/org/netbeans/core/windows/actions/ToggleFullScreenAction.java
index f83154d..3e4974e 100644
--- a/core.windows/src/org/netbeans/core/windows/actions/ToggleFullScreenAction.java
+++ b/core.windows/src/org/netbeans/core/windows/actions/ToggleFullScreenAction.java
@@ -74,6 +74,7 @@ public class ToggleFullScreenAction extends SystemAction implements DynamicMenuC
     public ToggleFullScreenAction() {
         addPropertyChangeListener( new PropertyChangeListener() {
 
+            @Override
             public void propertyChange(PropertyChangeEvent evt) {
                 if( Action.ACCELERATOR_KEY.equals(evt.getPropertyName()) ) {
                     synchronized( ToggleFullScreenAction.this ) {
@@ -86,12 +87,14 @@ public class ToggleFullScreenAction extends SystemAction implements DynamicMenuC
         });
     }
     
+    @Override
     public JComponent[] getMenuPresenters() {
         createItems();
         updateState();
         return menuItems;
     }
 
+    @Override
     public JComponent[] synchMenuPresenters(JComponent[] items) {
         updateState();
         return menuItems;
@@ -112,8 +115,7 @@ public class ToggleFullScreenAction extends SystemAction implements DynamicMenuC
         synchronized( this ) {
             createItems();
             menuItems[0].setSelected(null != frame 
-                    && (frame instanceof MainWindow)
-                    && ((MainWindow)frame).isFullScreenMode());
+                    && MainWindow.getInstance().isFullScreenMode());
         }
     }
     
@@ -129,22 +131,25 @@ public class ToggleFullScreenAction extends SystemAction implements DynamicMenuC
     }
 
     /** Perform the action. Sets/unsets maximzed mode. */
+    @Override
     public void actionPerformed(java.awt.event.ActionEvent ev) {
-        MainWindow frame = (MainWindow)WindowManager.getDefault().getMainWindow();
-        frame.setFullScreenMode( !frame.isFullScreenMode() );
+        MainWindow mainWindow = MainWindow.getInstance();
+        mainWindow.setFullScreenMode( !mainWindow.isFullScreenMode() );
     }
 
+    @Override
     public String getName() {
         return NbBundle.getMessage(ToggleFullScreenAction.class, "CTL_ToggleFullScreenAction");
     }
 
+    @Override
     public HelpCtx getHelpCtx() {
         return new HelpCtx(ToggleFullScreenAction.class);
     }
 
     @Override
     public boolean isEnabled() {
-        return WindowManager.getDefault().getMainWindow() instanceof MainWindow;
+        return WindowManager.getDefault().getMainWindow() == MainWindow.getInstance().getFrame();
     }
 }
 
diff --git a/core.windows/src/org/netbeans/core/windows/options/Bundle.properties b/core.windows/src/org/netbeans/core/windows/options/Bundle.properties
index 3bfcc09..bee64d2 100644
--- a/core.windows/src/org/netbeans/core/windows/options/Bundle.properties
+++ b/core.windows/src/org/netbeans/core/windows/options/Bundle.properties
@@ -61,3 +61,5 @@ LBL_SnapToScreenEdges=Snap to screen edges
 LBL_CloseActivatesRecentDocument=Close activates most recent document
 TIP_CloseActivatesMostRecentDocument=When a document is closed then the most recent document becomes active instead of its neighbor
 WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=When a document is closed then the most recent document becomes active
+
+KW_WindowOptions=Window Options,Appearance
diff --git a/core.windows/src/org/netbeans/core/windows/options/WinSysOptionsPanelController.java b/core.windows/src/org/netbeans/core/windows/options/WinSysOptionsPanelController.java
index e64c98b..7f0d61d 100644
--- a/core.windows/src/org/netbeans/core/windows/options/WinSysOptionsPanelController.java
+++ b/core.windows/src/org/netbeans/core/windows/options/WinSysOptionsPanelController.java
@@ -52,7 +52,10 @@ import org.openide.util.HelpCtx;
 import org.openide.util.Lookup;
 
 @OptionsPanelController.SubRegistration(
-    displayName="#AdvancedOption_DisplayName_WinSys"
+    id="Appearance",
+    displayName="#AdvancedOption_DisplayName_WinSys",
+    keywords="#KW_WindowOptions",
+    keywordsCategory="Advanced/Appearance"
 //    toolTip="#AdvancedOption_Tooltip_WinSys"
 )
 public final class WinSysOptionsPanelController extends OptionsPanelController {
diff --git a/core.windows/src/org/netbeans/core/windows/persistence/ModeParser.java b/core.windows/src/org/netbeans/core/windows/persistence/ModeParser.java
index 27a764e..c98a13b 100644
--- a/core.windows/src/org/netbeans/core/windows/persistence/ModeParser.java
+++ b/core.windows/src/org/netbeans/core/windows/persistence/ModeParser.java
@@ -637,6 +637,8 @@ class ModeParser {
         }
 
         //Create updated order
+        if( null == tcRefOrder )
+            tcRefOrder = new HashMap<String,Integer>(19);
         tcRefOrder.clear();
         for (int i = 0; i < localList.size(); i++) {
             TCRefParser tcRefParser = localList.get(i);
@@ -725,6 +727,8 @@ class ModeParser {
         }*/
         
         //Create updated order
+        if( null == tcRefOrder )
+            tcRefOrder = new HashMap<String,Integer>(19);
         tcRefOrder.clear();
         for (int i = 0; i < localList.size(); i++) {
             tcRefParser = (TCRefParser) localList.get(i);
diff --git a/core.windows/src/org/netbeans/core/windows/persistence/PersistenceManager.java b/core.windows/src/org/netbeans/core/windows/persistence/PersistenceManager.java
index 62ef0b3..9f52aa4 100644
--- a/core.windows/src/org/netbeans/core/windows/persistence/PersistenceManager.java
+++ b/core.windows/src/org/netbeans/core/windows/persistence/PersistenceManager.java
@@ -529,6 +529,18 @@ public final class PersistenceManager implements PropertyChangeListener {
             }
             if (dob != null) {
                 InstanceCookie ic = dob.getCookie(InstanceCookie.class);
+                if( ic == null ) {
+                    dob = findTopComponentDataObject(getComponentsModuleFolder(), stringId);
+                    if( null != dob ) {
+                        ic = dob.getCookie(InstanceCookie.class);
+                        if( ic != null ) {
+                            LOG.log(warningLevelForDeserTC(stringId),
+                                "[PersistenceManager.getTopComponentForID]" // NOI18N
+                                + " Problem when deserializing TopComponent for tcID:'" + stringId  // NOI18N
+                                + "'. Reason: Broken .settings file in Windows2Local folder, falling back to module's original file."); // NOI18N
+                        }
+                    }
+                }
                 if (ic != null) {
                     TopComponent tc = (TopComponent)ic.instanceCreate();
                     synchronized(LOCK_IDS) {
diff --git a/core.windows/src/org/netbeans/core/windows/persistence/WindowManagerConfig.java b/core.windows/src/org/netbeans/core/windows/persistence/WindowManagerConfig.java
index a145224..e7394f7 100644
--- a/core.windows/src/org/netbeans/core/windows/persistence/WindowManagerConfig.java
+++ b/core.windows/src/org/netbeans/core/windows/persistence/WindowManagerConfig.java
@@ -216,6 +216,7 @@ public class WindowManagerConfig {
         modes = new ModeConfig[0];
         groups = new GroupConfig[0];
         tcIdViewList = new String[0];
+        preferredToolbarIconSize = 24;
     }
     
     public boolean equals (Object obj) {
diff --git a/core.windows/src/org/netbeans/core/windows/resources/layer.xml b/core.windows/src/org/netbeans/core/windows/resources/layer.xml
index 3f47044..cfad609 100644
--- a/core.windows/src/org/netbeans/core/windows/resources/layer.xml
+++ b/core.windows/src/org/netbeans/core/windows/resources/layer.xml
@@ -87,12 +87,7 @@ made subject to such option by the copyright holder.
             <file name="org-netbeans-core-windows-actions-CloseAllButThisAction.instance"/>
             <file name="org-netbeans-core-windows-actions-ToggleFullScreenAction.instance"/>
             <file name="org-netbeans-core-windows-actions-UndockWindowAction.instance"/>
-            <file name="org-netbeans-core-windows-actions-ResetWindowsAction.instance">
-                <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.alwaysEnabled"/>
-                <attr name="delegate" newvalue="org.netbeans.core.windows.actions.ResetWindowsAction"/>
-                <attr name="displayName" bundlevalue="org.netbeans.core.windows.actions.Bundle#CTL_ResetWindows"/>
-            </file>
-        </folder>    
+        </folder>
     </folder>
     
     <folder name="Shortcuts">
@@ -196,11 +191,7 @@ made subject to such option by the copyright holder.
 	        <attr name="position" intvalue="2900"/>
             </file>
             
-            <file name="org-netbeans-core-windows-actions-ResetWindowsAction.shadow">
-                <attr name="position" intvalue="3000"/>
-                <attr name="originalFile" stringvalue="Actions/Window/org-netbeans-core-windows-actions-ResetWindowsAction.instance"/>
-            </file>
-            </folder>
+        </folder>
     </folder>
 
     <folder name="Toolbars">
diff --git a/core.windows/src/org/netbeans/core/windows/services/Bundle.properties b/core.windows/src/org/netbeans/core/windows/services/Bundle.properties
index 5d32e96..ad23ede 100644
--- a/core.windows/src/org/netbeans/core/windows/services/Bundle.properties
+++ b/core.windows/src/org/netbeans/core/windows/services/Bundle.properties
@@ -96,3 +96,4 @@ ACS_HELP_OPTION_DESC=Help button
 ACS_CLOSED_OPTION_NAME=Close
 ACS_CLOSED_OPTION_DESC=Close button
 
+Lbl_CopyToClipboard=Copy to clipboard
diff --git a/core.windows/src/org/netbeans/core/windows/services/FileSelector.java b/core.windows/src/org/netbeans/core/windows/services/FileSelector.java
index 048f7cb..de1b59e 100644
--- a/core.windows/src/org/netbeans/core/windows/services/FileSelector.java
+++ b/core.windows/src/org/netbeans/core/windows/services/FileSelector.java
@@ -114,7 +114,12 @@ final class FileSelector extends JPanel implements PropertyChangeListener, Explo
         manager.setRootContext (root);//s[0]);
         
         // Center
-        tree = new BeanTreeView ();
+        tree = new BeanTreeView () {
+            {
+                tree.setCellEditor(null);
+                tree.setEditable(false);
+            }
+        };
         tree.setPopupAllowed (false);
         tree.setDefaultActionAllowed (false);
         // install proper border for tree
diff --git a/core.windows/src/org/netbeans/core/windows/services/NbPresenter.java b/core.windows/src/org/netbeans/core/windows/services/NbPresenter.java
index c02740f..695c9e8 100644
--- a/core.windows/src/org/netbeans/core/windows/services/NbPresenter.java
+++ b/core.windows/src/org/netbeans/core/windows/services/NbPresenter.java
@@ -59,10 +59,14 @@ import java.awt.Insets;
 import java.awt.KeyboardFocusManager;
 import java.awt.Rectangle;
 import java.awt.Toolkit;
+import java.awt.datatransfer.Clipboard;
+import java.awt.datatransfer.StringSelection;
 import java.awt.event.ActionEvent;
 import java.awt.event.ActionListener;
 import java.awt.event.ComponentListener;
 import java.awt.event.KeyEvent;
+import java.awt.event.MouseAdapter;
+import java.awt.event.MouseEvent;
 import java.awt.event.WindowListener;
 import java.beans.PropertyChangeListener;
 import java.lang.reflect.Field;
@@ -87,6 +91,7 @@ import javax.swing.JDialog;
 import javax.swing.JLabel;
 import javax.swing.JOptionPane;
 import javax.swing.JPanel;
+import javax.swing.JPopupMenu;
 import javax.swing.JScrollPane;
 import javax.swing.KeyStroke;
 import javax.swing.MenuElement;
@@ -478,7 +483,7 @@ implements PropertyChangeListener, WindowListener, Mutex.Action<Void>, Comparato
         if (msg instanceof javax.accessibility.Accessible) {
             strMsg = ((javax.accessibility.Accessible)msg).getAccessibleContext().getAccessibleDescription();
         }
-        
+
         JOptionPane optionPane;
         if (override) {
             // initialize component (override max char count per line in a message)
@@ -523,10 +528,37 @@ implements PropertyChangeListener, WindowListener, Mutex.Action<Void>, Comparato
         }
         optionPane.setWantsInput(false);
         optionPane.getAccessibleContext().setAccessibleDescription(strMsg);
-        
+        if( null != strMsg ) {
+            final String clipboardText = strMsg;
+            optionPane.addMouseListener( new MouseAdapter() {
+                @Override
+                public void mousePressed(MouseEvent e) {
+                    showCopyToClipboardPopupMenu( e );
+                }
+                @Override
+                public void mouseReleased(MouseEvent e) {
+                    showCopyToClipboardPopupMenu( e );
+                }
+
+                private void showCopyToClipboardPopupMenu(MouseEvent e) {
+                    if( e.isPopupTrigger() ) {
+                        JPopupMenu pm = new JPopupMenu();
+                        pm.add(new AbstractAction(NbBundle.getMessage(NbPresenter.class, "Lbl_CopyToClipboard")) { //NOI18N
+                            @Override
+                            public void actionPerformed(ActionEvent e) {
+                                Clipboard c = Toolkit.getDefaultToolkit().getSystemClipboard();
+                                c.setContents(new StringSelection(clipboardText), null);
+                            }
+                        });
+                        pm.show(e.getComponent(), e.getX(), e.getY());
+                    }
+                }
+
+            } );
+        }
         return optionPane;
     }
-    
+
     private void uninitializeButtons() {
         if (currentButtonsPanel != null) {
             if (currentPrimaryButtons != null) {
diff --git a/core.windows/src/org/netbeans/core/windows/view/DefaultView.java b/core.windows/src/org/netbeans/core/windows/view/DefaultView.java
index 75041e5..6816924 100644
--- a/core.windows/src/org/netbeans/core/windows/view/DefaultView.java
+++ b/core.windows/src/org/netbeans/core/windows/view/DefaultView.java
@@ -100,7 +100,7 @@ class DefaultView implements View, Controller, WindowDnDManager.ViewAccessor {
     
     // XXX
     public Frame getMainWindow() {
-        return hierarchy.getMainWindow();
+        return hierarchy.getMainWindow().getFrame();
     }
     
     public Component getEditorAreaComponent() {
@@ -186,7 +186,7 @@ class DefaultView implements View, Controller, WindowDnDManager.ViewAccessor {
                 return;
             }
         }
-        
+
         // Process all event types.
         for(int i = 0; i < viewEvents.length; i++) {
             ViewEvent viewEvent = viewEvents[i];
@@ -520,6 +520,8 @@ class DefaultView implements View, Controller, WindowDnDManager.ViewAccessor {
 //        }, AWTEvent.FOCUS_EVENT_MASK);
         
         hierarchy.getMainWindow().initializeComponents();
+
+        JFrame frame = hierarchy.getMainWindow().getFrame();
         // Init toolbar.
         ToolbarPool.getDefault().setConfiguration(wsa.getToolbarConfigurationName());
         
@@ -569,7 +571,7 @@ class DefaultView implements View, Controller, WindowDnDManager.ViewAccessor {
         // XXX PENDING
         if(wsa.getEditorAreaState() == Constants.EDITOR_AREA_JOINED) {
             // Ignore when main window is maximized.
-            if(hierarchy.getMainWindow().getExtendedState() != Frame.MAXIMIZED_BOTH) {
+            if(frame.getExtendedState() != Frame.MAXIMIZED_BOTH) {
                 if (DEBUG) {
                     debugLog("do updateMainWindowBoundsSeparatedHelp");
                 }
diff --git a/core.windows/src/org/netbeans/core/windows/view/EditorView.java b/core.windows/src/org/netbeans/core/windows/view/EditorView.java
index 352f417..d12f6c3 100644
--- a/core.windows/src/org/netbeans/core/windows/view/EditorView.java
+++ b/core.windows/src/org/netbeans/core/windows/view/EditorView.java
@@ -263,6 +263,8 @@ public class EditorView extends ViewElement {
                 }
             } );
             setDropTarget( dropTarget );
+            if( UIManager.getBoolean( "NbMainWindow.showCustomBackground" ) ) //NOI18N
+                setOpaque( false);
         }
         
         public void setAreaComponent(Component areaComponent) {
diff --git a/core.windows/src/org/netbeans/core/windows/view/ViewHierarchy.java b/core.windows/src/org/netbeans/core/windows/view/ViewHierarchy.java
index a78bbbc..a56d639 100644
--- a/core.windows/src/org/netbeans/core/windows/view/ViewHierarchy.java
+++ b/core.windows/src/org/netbeans/core/windows/view/ViewHierarchy.java
@@ -59,8 +59,11 @@ import java.awt.event.*;
 import java.lang.ref.WeakReference;
 import java.util.*;
 import java.util.List;
+import java.util.logging.Level;
+import java.util.logging.Logger;
 
 import org.netbeans.core.windows.Debug;
+import org.netbeans.core.windows.WindowManagerImpl;
 import org.openide.windows.TopComponent;
 
 /**
@@ -124,19 +127,33 @@ final class ViewHierarchy {
     
     public MainWindow getMainWindow() {
         if (mainWindow == null) {
-            mainWindow = new MainWindow();
+            JFrame mainFrame = null;
+            for( Frame f : Frame.getFrames() ) {
+                if( f instanceof JFrame ) {
+                    JFrame frame = (JFrame)f;
+                    if( "NbMainWindow".equals(frame.getName())) { //NOI18N
+                        mainFrame = frame;
+                        break;
+                    }
+                }
+            }
+            if( null == mainFrame ) {
+                mainFrame = new JFrame();
+            }
+            Logger.getLogger(MainWindow.class.getName()).log(Level.FINE, "Installing MainWindow into " + mainFrame); //NOI18N
+            mainWindow = MainWindow.install(mainFrame);
         }
         return mainWindow;
     }
     
     public void installMainWindowListeners() {
-        mainWindow.addComponentListener(mainWindowListener);
-        mainWindow.addWindowStateListener(mainWindowListener);
+        mainWindow.getFrame().addComponentListener(mainWindowListener);
+        mainWindow.getFrame().addWindowStateListener(mainWindowListener);
     }
     
     public void uninstallMainWindowListeners() {
-        mainWindow.removeComponentListener(mainWindowListener);
-        mainWindow.removeWindowStateListener(mainWindowListener);
+        mainWindow.getFrame().removeComponentListener(mainWindowListener);
+        mainWindow.getFrame().removeWindowStateListener(mainWindowListener);
     }
     
     /** Updates the view hierarchy according to new structure. */
@@ -598,17 +615,18 @@ final class ViewHierarchy {
     }
     
     public void updateMainWindowBounds(WindowSystemAccessor wsa) {
+        JFrame frame = mainWindow.getFrame();
         if(wsa.getEditorAreaState() == Constants.EDITOR_AREA_JOINED) {
-            mainWindow.setBounds(wsa.getMainWindowBoundsJoined());
+            frame.setBounds(wsa.getMainWindowBoundsJoined());
         } else {
             // #45832 clear the desktop when going to SDI,
             setMainWindowDesktop(null);
             // invalidate to recalculate the main window's preffered size..
-            mainWindow.invalidate();
-            mainWindow.setBounds(wsa.getMainWindowBoundsSeparated());
+            frame.invalidate();
+            frame.setBounds(wsa.getMainWindowBoundsSeparated());
         }
         // #38146 So the updateSplit works with correct size.
-        mainWindow.validate();
+        frame.validate();
         // PENDING consider better handling this event so there is not doubled
         // validation (one in MainWindow - needs to be provided here) and this as second one.
     }
@@ -815,6 +833,7 @@ final class ViewHierarchy {
     private EditorAreaFrame createEditorAreaFrame() {
         final EditorAreaFrame frame = new EditorAreaFrame();
         frame.addComponentListener(new ComponentAdapter() {
+            @Override
             public void componentResized(ComponentEvent evt) {
                 if(frame.getExtendedState() == Frame.MAXIMIZED_BOTH) {
                     // Ignore changes when the frame is in maximized state.
@@ -823,6 +842,7 @@ final class ViewHierarchy {
                 controller.userResizedEditorArea(frame.getBounds());
             }
             
+            @Override
             public void componentMoved(ComponentEvent evt) {
                 if(frame.getExtendedState() == Frame.MAXIMIZED_BOTH) {
                     // Ignore changes when the frame is in maximized state.
@@ -834,6 +854,7 @@ final class ViewHierarchy {
         frame.setWindowActivationListener(controller);
         
         frame.addWindowListener(new WindowAdapter() {
+            @Override
             public void windowClosing(WindowEvent evt) {
                 closeEditorModes();
             }
@@ -923,7 +944,7 @@ final class ViewHierarchy {
     }
     
     public void updateUI() {
-        SwingUtilities.updateComponentTreeUI(mainWindow);
+        SwingUtilities.updateComponentTreeUI(mainWindow.getFrame());
         if(editorAreaFrame != null) {
             SwingUtilities.updateComponentTreeUI(editorAreaFrame);
         }
@@ -946,6 +967,7 @@ final class ViewHierarchy {
         return s;
     }
     
+    @Override
     public String toString() {
         return dumpElement(desktop.getSplitRoot(), 0) + "\nseparateViews=" + separateModeViews.keySet(); // NOI18N
     }
diff --git a/core.windows/src/org/netbeans/core/windows/view/dnd/DragAndDropFeedbackVisualizer.java b/core.windows/src/org/netbeans/core/windows/view/dnd/DragAndDropFeedbackVisualizer.java
index 1bf7135..8fb840a 100644
--- a/core.windows/src/org/netbeans/core/windows/view/dnd/DragAndDropFeedbackVisualizer.java
+++ b/core.windows/src/org/netbeans/core/windows/view/dnd/DragAndDropFeedbackVisualizer.java
@@ -53,6 +53,8 @@ import java.awt.dnd.DragSourceDragEvent;
 import java.awt.event.ActionEvent;
 import java.awt.event.ActionListener;
 import java.awt.geom.Area;
+import java.util.logging.Level;
+import java.util.logging.Logger;
 import java.util.prefs.Preferences;
 import javax.swing.SwingUtilities;
 import org.netbeans.core.windows.nativeaccess.NativeWindowSystem;
@@ -141,10 +143,16 @@ public class DragAndDropFeedbackVisualizer {
             SwingUtilities.convertPointToScreen(loc, source.getComponent());
             tmp.setLocation( loc.x-dragOffset.x, loc.y-dragOffset.y );
             //let the JNA transparency stuff to kick in
-            tmp.setVisible( true );
-            //make drag window visible, i.e. move to proper location, 
-            //dragImage.setLocation( startingPoint );
-            dragWindow = tmp;
+            try {
+                tmp.setVisible( true );
+                //make drag window visible, i.e. move to proper location,
+                //dragImage.setLocation( startingPoint );
+                dragWindow = tmp;
+            } catch( UnsatisfiedLinkError ulE ) {
+                Logger.getLogger(DragAndDropFeedbackVisualizer.class.getName()).log(Level.INFO, null, ulE);
+            } catch( Throwable ex ) {
+                Logger.getLogger(DragAndDropFeedbackVisualizer.class.getName()).log(Level.FINE, null, ex);
+            }
         }
     }
 
diff --git a/core.windows/src/org/netbeans/core/windows/view/dnd/WindowDnDManager.java b/core.windows/src/org/netbeans/core/windows/view/dnd/WindowDnDManager.java
index 244312f..6f294ab 100644
--- a/core.windows/src/org/netbeans/core/windows/view/dnd/WindowDnDManager.java
+++ b/core.windows/src/org/netbeans/core/windows/view/dnd/WindowDnDManager.java
@@ -59,6 +59,7 @@ import javax.swing.*;
 import org.netbeans.core.windows.*;
 import org.netbeans.core.windows.view.*;
 import org.netbeans.core.windows.view.ui.*;
+import org.openide.util.Lookup;
 import org.openide.util.WeakSet;
 import org.openide.windows.TopComponent;
 
@@ -496,7 +497,7 @@ implements DropTargetGlassPane.Observer, DropTargetGlassPane.Informer {
     private TopComponentDroppable findMainWindowDroppable(
     Point location, int kind, TopComponent transfer) {
         
-        MainWindow mainWindow = (MainWindow)WindowManagerImpl.getInstance().getMainWindow();
+        JFrame mainWindow = (JFrame)WindowManagerImpl.getInstance().getMainWindow();
 
         if (!ZOrderManager.getInstance().isOnTop(mainWindow, location)) {
             return null;
@@ -635,7 +636,7 @@ implements DropTargetGlassPane.Observer, DropTargetGlassPane.Informer {
     /** Indicates whether the cursor is around center panel of main window.
      * In that case is needed also to provide a drop. */
     static boolean isAroundCenterPanel(Point location) {
-        Component desktop = ((MainWindow)WindowManagerImpl.getInstance().getMainWindow()).getDesktop();
+        Component desktop = MainWindow.getInstance().getDesktop();
         if(desktop == null) {
             return false;
         }
@@ -683,7 +684,7 @@ implements DropTargetGlassPane.Observer, DropTargetGlassPane.Informer {
     /** Indicates whether the cursor is around center panel of main window.
      * In that case is needed also to provide a drop. */
     static boolean isNearEdge(Point location, ViewAccessor viewAccessor) {
-        Component desktop = ((MainWindow)WindowManagerImpl.getInstance().getMainWindow()).getDesktop();
+        Component desktop = MainWindow.getInstance().getDesktop();
         if(desktop == null) {
             return false;
         }
@@ -825,11 +826,16 @@ implements DropTargetGlassPane.Observer, DropTargetGlassPane.Informer {
      * Helper utility method. */
     private static DataFlavor getDataFlavorForDropAction(boolean clone) {
         // Create needed dataflavor.
-        DataFlavor df;
-        if(clone) {
-            df = new DataFlavor(TopComponentDragSupport.MIME_TOP_COMPONENT_CLONEABLE, null);
-        } else {
-            df = new DataFlavor(TopComponentDragSupport.MIME_TOP_COMPONENT, null);
+        DataFlavor df = null;
+        ClassLoader cl = Lookup.getDefault().lookup(ClassLoader.class);
+        try {
+            if(clone) {
+                df = new DataFlavor(TopComponentDragSupport.MIME_TOP_COMPONENT_CLONEABLE, null, cl);
+            } else {
+                df = new DataFlavor(TopComponentDragSupport.MIME_TOP_COMPONENT, null, cl);
+            }
+        } catch( ClassNotFoundException cnfE ) {
+            Logger.getLogger(WindowDnDManager.class.getName()).log(Level.INFO, null, cnfE);
         }
         
         return df;
@@ -1155,7 +1161,7 @@ implements DropTargetGlassPane.Observer, DropTargetGlassPane.Informer {
 
         /** Implements <code>TopComponentDroppable</code>. */
         public Component getDropComponent() {
-            return ((MainWindow)WindowManagerImpl.getInstance().getMainWindow()).getDesktop();
+            return MainWindow.getInstance().getDesktop();
         }
         
         /** Implements <code>TopComponentDroppable</code>. */
diff --git a/core.windows/src/org/netbeans/core/windows/view/ui/Bundle.properties b/core.windows/src/org/netbeans/core/windows/view/ui/Bundle.properties
index 8aa8585..b1e5203 100644
--- a/core.windows/src/org/netbeans/core/windows/view/ui/Bundle.properties
+++ b/core.windows/src/org/netbeans/core/windows/view/ui/Bundle.properties
@@ -48,8 +48,8 @@ LBL_EditorAreaFrameTitle=Editor
 ACSD_MainWindow=Main Window
 # {0} build number
 # {1} project name
-CTL_MainWindow_Title=NetBeans Platform 6.9
-CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9
+CTL_MainWindow_Title=NetBeans Platform 7.0
+CTL_MainWindow_Title_No_Project=NetBeans Platform 7.0
 
 # DocumentsDlg
 LBL_Documents=&Documents:
diff --git a/core.windows/src/org/netbeans/core/windows/view/ui/DefaultSplitContainer.java b/core.windows/src/org/netbeans/core/windows/view/ui/DefaultSplitContainer.java
index c37054b..7883305 100644
--- a/core.windows/src/org/netbeans/core/windows/view/ui/DefaultSplitContainer.java
+++ b/core.windows/src/org/netbeans/core/windows/view/ui/DefaultSplitContainer.java
@@ -146,6 +146,8 @@ public final class DefaultSplitContainer extends AbstractModeContainer {
             enableEvents(java.awt.AWTEvent.MOUSE_EVENT_MASK);
 //            Color fillC = (Color)UIManager.get("nb_workplace_fill"); //NOI18N
 //            if (fillC != null) setBackground (fillC);
+            if( UIManager.getBoolean( "NbMainWindow.showCustomBackground" ) ) //NOI18N
+                setOpaque( false);
         }
         
         public ModeView getModeView() {
diff --git a/core.windows/src/org/netbeans/core/windows/view/ui/DesktopImpl.java b/core.windows/src/org/netbeans/core/windows/view/ui/DesktopImpl.java
index cb44b68..53f070f 100644
--- a/core.windows/src/org/netbeans/core/windows/view/ui/DesktopImpl.java
+++ b/core.windows/src/org/netbeans/core/windows/view/ui/DesktopImpl.java
@@ -101,7 +101,14 @@ public final class DesktopImpl {
         layeredPane = new JLayeredPane();
         layeredPane.setLayout(new LayeredLayout());
         // desktop represents regular layer of layeredPane
-        desktop = new JPanel();
+        desktop = new JPanel() {
+            @Override
+            public boolean isOpaque() {
+                if( UIManager.getBoolean( "NbMainWindow.showCustomBackground" ) ) //NOI18N
+                    return false;
+                return super.isOpaque();
+            }
+        };
         desktop.setLayout(new GridBagLayout());
         Color bkColor = UIManager.getColor("NbSplitPane.background"); //NOI18N
         if( null != bkColor ) {
diff --git a/core.windows/src/org/netbeans/core/windows/view/ui/DocumentsDlg.java b/core.windows/src/org/netbeans/core/windows/view/ui/DocumentsDlg.java
index c2e3a31..e0c3e0b 100644
--- a/core.windows/src/org/netbeans/core/windows/view/ui/DocumentsDlg.java
+++ b/core.windows/src/org/netbeans/core/windows/view/ui/DocumentsDlg.java
@@ -556,7 +556,12 @@ public class DocumentsDlg extends JPanel implements PropertyChangeListener, Expl
         
         public String getName() {
             // #60263: apparently used by functional tests.
-            return tc.getName();
+            String result = tc.getName();
+            if( null == result )
+                result = tc.getDisplayName();
+            if( null == result )
+                result = tc.toString();
+            return result;
         }
         public String getDisplayName() {
             // Also #60263. Forms do not have a tc.name??
diff --git a/core.windows/src/org/netbeans/core/windows/view/ui/KeyboardPopupSwitcher.java b/core.windows/src/org/netbeans/core/windows/view/ui/KeyboardPopupSwitcher.java
index 07580ad..2790f70 100644
--- a/core.windows/src/org/netbeans/core/windows/view/ui/KeyboardPopupSwitcher.java
+++ b/core.windows/src/org/netbeans/core/windows/view/ui/KeyboardPopupSwitcher.java
@@ -174,7 +174,7 @@ public final class KeyboardPopupSwitcher implements WindowFocusListener {
             kev.consume();
             return true;
         }
-        if (kev.getKeyCode() == KeyEvent.VK_CONTROL && KeyboardPopupSwitcher.isAlive()) {
+        if (kev.getKeyCode() == releaseKey && KeyboardPopupSwitcher.isAlive()) {
             KeyboardPopupSwitcher.processInterruption(kev);
             return true;
         }
diff --git a/core.windows/src/org/netbeans/core/windows/view/ui/MainWindow.java b/core.windows/src/org/netbeans/core/windows/view/ui/MainWindow.java
index bdf942c..4163768 100644
--- a/core.windows/src/org/netbeans/core/windows/view/ui/MainWindow.java
+++ b/core.windows/src/org/netbeans/core/windows/view/ui/MainWindow.java
@@ -82,9 +82,12 @@ import org.openide.util.*;
  *
  * @author Ian Formanek, Petr Hamernik
  */
-public final class MainWindow extends JFrame {
+public final class MainWindow {
     /** generated Serialized Version UID */
     static final long serialVersionUID = -1160791973145645501L;
+
+    private final JFrame frame;
+
     private static JMenuBar mainMenuBar;
 
     /** Desktop. */
@@ -101,43 +104,34 @@ public final class MainWindow extends JFrame {
     private Lookup.Result <SaveCookie> saveResult;
     private Lookup.Result <DataObject> dobResult;
     private LookupListener saveListener;
+
+    private static MainWindow theInstance;
+
+    private final static boolean showCustomBackground = UIManager.getBoolean("NbMainWindow.showCustomBackground"); //NOI18N
     
 
     /** Constructs main window. */
-    public MainWindow() {
-        if( "Aqua".equals(UIManager.getLookAndFeel().getID())
-                && null == System.getProperty("apple.awt.brushMetalLook") ) //NOI18N
-            getRootPane().putClientProperty("apple.awt.brushMetalLook", Boolean.TRUE); //NOI18N
+    private MainWindow(JFrame frame) {
+        this.frame = frame;
     }
-    
-    /** Overrides superclass method, adds help context to the new root pane. */
-    @Override
-    protected void setRootPane(JRootPane root) {
-        super.setRootPane(root);
-        if(root != null) {
-            HelpCtx.setHelpIDString(
-                    root, new HelpCtx(MainWindow.class).getHelpID());
-        }
-        //Optimization related to jdk bug 4939857 - on pre 1.5 jdk's an
-        //extra repaint is caused by the search for an opaque component up
-        //to the component root.  Post 1.5, root pane will automatically be
-        //opaque.
-        root.setOpaque(true);
-        if (Utilities.isWindows()) {
-            // use glass pane that will not cause repaint/revalidate of parent when set visible
-            // is called (when setting wait cursor in ModuleActions) #40689
-            JComponent c = new JPanel() {
-                @Override
-                public void setVisible(boolean flag) {
-                    if (flag != isVisible ()) {
-                        super.setVisible(flag);
-                    }
-                }
-            };
-            c.setName(root.getName()+".nbGlassPane");  // NOI18N
-            c.setVisible(false);
-            ((JPanel)c).setOpaque(false);
-            root.setGlassPane(c);
+
+    public static MainWindow install( JFrame frame ) {
+        synchronized( MainWindow.class ) {
+            if( null != theInstance ) {
+                Logger.getLogger(MainWindow.class.getName()).log(Level.INFO, "Installing MainWindow again, existing frame is: " + theInstance.frame); //NOI18N
+            }
+            theInstance = new MainWindow(frame);
+            return theInstance;
+        }
+    }
+
+    public static MainWindow getInstance() {
+        synchronized( MainWindow.class ) {
+            if( null == theInstance ) {
+                Logger.getLogger(MainWindow.class.getName()).log(Level.INFO, "Accessing uninitialized MainWindow, using dummy JFrame instead." ); //NOI18N
+                theInstance = new MainWindow(new JFrame());
+            }
+            return theInstance;
         }
     }
 
@@ -155,23 +149,40 @@ public final class MainWindow extends JFrame {
         }
         inited = true;
 
+        JPanel contentPane = new JPanel(new BorderLayout()) {
+            @Override
+            public void paint(Graphics g) {
+                super.paint(g);
+                Logger.getLogger(MainWindow.class.getName()).log(Level.FINE,
+                        "Paint method of main window invoked normally."); //NOI18N
+                // XXX is this only needed by obsolete #24291 hack, or now needed independently?
+                WindowManagerImpl.getInstance().mainWindowPainted();
+            }
+
+        };
+        if( showCustomBackground )
+            contentPane.setOpaque( false );
+        frame.setContentPane(contentPane);
+
         init();
+
+        initRootPane();
         
         // initialize frame
-        initFrameIcons(this);
+        initFrameIcons(frame);
         
         initListeners();
 
-        setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
+        frame.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
 
-        getAccessibleContext().setAccessibleDescription(
+        frame.getAccessibleContext().setAccessibleDescription(
                 NbBundle.getBundle(MainWindow.class).getString("ACSD_MainWindow"));
 
-        setJMenuBar(mainMenuBar);
+        frame.setJMenuBar(mainMenuBar);
     
         if (!Constants.NO_TOOLBARS) {
             JComponent tb = getToolbarComponent();
-            getContentPane().add(tb, BorderLayout.NORTH);
+            frame.getContentPane().add(tb, BorderLayout.NORTH);
         }
         
         if(!Constants.SWITCH_STATUSLINE_IN_MENUBAR) {
@@ -184,6 +195,8 @@ public final class MainWindow extends JFrame {
                 status.setBorder (BorderFactory.createEmptyBorder (0, 4, 0, 0));
 
                 JPanel statusLinePanel = new JPanel(new BorderLayout());
+                if( showCustomBackground )
+                    statusLinePanel.setOpaque( false);
                 int magicConstant = 0;
                 if (Utilities.isMac()) {
                     // on mac there is window resize component in the right most bottom area.
@@ -201,39 +214,42 @@ public final class MainWindow extends JFrame {
                 statusLinePanel.setBorder(BorderFactory.createCompoundBorder(
                         statusLinePanel.getBorder(),
                         BorderFactory.createEmptyBorder (0, 0, 0, magicConstant)));
-                
-                statusLinePanel.add(new JSeparator(), BorderLayout.NORTH);
+
+                if( !"Aqua".equals(UIManager.getLookAndFeel().getID()) ) { //NOI18N
+                    statusLinePanel.add(new JSeparator(), BorderLayout.NORTH);
+                }
                 statusLinePanel.add(status, BorderLayout.CENTER);
                 
                 decoratePanel (statusLinePanel, false);
                 statusLinePanel.setName("statusLine"); //NOI18N
-                getContentPane().add (statusLinePanel, BorderLayout.SOUTH);
+                frame.getContentPane().add (statusLinePanel, BorderLayout.SOUTH);
             } else { // custom status line provided
                 JComponent status = getCustomStatusLine();
                 if (status != null) {
-                    getContentPane().add(status, BorderLayout.SOUTH);
+                    frame.getContentPane().add(status, BorderLayout.SOUTH);
                 }
             }
         }
 
-        getContentPane().add(getDesktopPanel(), BorderLayout.CENTER);
+        frame.getContentPane().add(getDesktopPanel(), BorderLayout.CENTER);
         
         //#38810 start - focusing the main window in case it's not active and the menu is
         // selected..
         MenuSelectionManager.defaultManager().addChangeListener(new ChangeListener(){
+            @Override
             public void stateChanged(ChangeEvent e) {
                 MenuElement[] elems = MenuSelectionManager.defaultManager().getSelectedPath();
                 if (elems != null && elems.length > 0) {
-                    if (elems[0] == getJMenuBar()) {
-                        if (!isActive()) {
-                            toFront();
+                    if (elems[0] == frame.getJMenuBar()) {
+                        if (!frame.isActive()) {
+                            frame.toFront();
                         }
                     }
                 }
             }
         });
         //#38810 end
-        setTitle(NbBundle.getMessage(MainWindow.class, "CTL_MainWindow_Title_No_Project", System.getProperty("netbeans.buildnumber")));
+        frame.setTitle(NbBundle.getMessage(MainWindow.class, "CTL_MainWindow_Title_No_Project", System.getProperty("netbeans.buildnumber")));
         if (Utilities.getOperatingSystem() == Utilities.OS_MAC) {
             //Show a "save dot" in the close button if a modified file is
             //being edited
@@ -243,10 +259,11 @@ public final class MainWindow extends JFrame {
             dobResult = Utilities.actionsGlobalContext().lookupResult (DataObject.class);
             if( null != saveResult && null != dobResult ) {
                 saveListener = new LookupListener() {
+                    @Override
                     public void resultChanged(LookupEvent ev) {
                         if (ev.getSource() == saveResult) {
                             boolean modified = saveResult.allItems().size() > 0;
-                            getRootPane().putClientProperty ("Window.documentModified", //NOI18N
+                            frame.getRootPane().putClientProperty ("Window.documentModified", //NOI18N
                                     modified ? Boolean.TRUE : Boolean.FALSE);
                         } else if (ev.getSource() == dobResult) {
                             int count = dobResult.allItems().size();
@@ -256,14 +273,14 @@ public final class MainWindow extends JFrame {
                                     FileObject file = dob.getPrimaryFile();
                                     File f = FileUtil.toFile(file);
                                     if (f != null) {
-                                        getRootPane().putClientProperty("Window.documentFile", f); //NOI18N
+                                        frame.getRootPane().putClientProperty("Window.documentFile", f); //NOI18N
                                         break;
                                     }
                                     //Fall through
                                 case 0 :
                                     //Fall through
                                 default :
-                                    getRootPane().putClientProperty("Window.documentFile", null); //NOI18N
+                                    frame.getRootPane().putClientProperty("Window.documentFile", null); //NOI18N
                             }
                         }
                     }
@@ -315,14 +332,66 @@ public final class MainWindow extends JFrame {
         }
         return some ? icons : null;
     }
+
+    protected void initRootPane() {
+        JRootPane root = frame.getRootPane();
+        if( null == root )
+            return;
+        if( "Aqua".equals(UIManager.getLookAndFeel().getID())
+                && null == System.getProperty("apple.awt.brushMetalLook") ) //NOI18N
+            root.putClientProperty("apple.awt.brushMetalLook", Boolean.TRUE); //NOI18N
+        HelpCtx.setHelpIDString(
+                root, new HelpCtx(MainWindow.class).getHelpID());
+        if (Utilities.isWindows()) {
+            // use glass pane that will not cause repaint/revalidate of parent when set visible
+            // is called (when setting wait cursor in ModuleActions) #40689
+            JComponent c = new JPanel() {
+                @Override
+                public void setVisible(boolean flag) {
+                    if (flag != isVisible ()) {
+                        super.setVisible(flag);
+                    }
+                }
+            };
+            c.setName(root.getName()+".nbGlassPane");  // NOI18N
+            c.setVisible(false);
+            ((JPanel)c).setOpaque(false);
+            root.setGlassPane(c);
+        }
+    }
+
+
+    //delegate some JFrame methods for convenience
+
+    public void setBounds(Rectangle bounds) {
+        frame.setBounds(bounds);
+    }
+
+    public void setExtendedState(int extendedState) {
+        frame.setExtendedState(extendedState);
+    }
+
+    public void setVisible(boolean visible) {
+        frame.setVisible(visible);
+    }
+
+    public int getExtendedState() {
+        return frame.getExtendedState();
+    }
+
+    public JMenuBar getJMenuBar() {
+        return frame.getJMenuBar();
+    }
     
     static private class StatusLineElementsListener implements LookupListener {
         private JPanel decoratingPanel;
         StatusLineElementsListener (JPanel decoratingPanel) {
             this.decoratingPanel = decoratingPanel;
         }
+        @Override
         public void resultChanged (LookupEvent ev) {
             SwingUtilities.invokeLater (new Runnable () {
+                @Override
                 public void run () {
                     decoratePanel (decoratingPanel, false);
                 }
@@ -352,7 +421,7 @@ public final class MainWindow extends JFrame {
     }
     
     private void initListeners() {
-        addWindowListener (new WindowAdapter() {
+        frame.addWindowListener (new WindowAdapter() {
                 @Override
                 public void windowClosing(WindowEvent evt) {
                     LifecycleManager.getDefault().exit();
@@ -362,7 +431,7 @@ public final class MainWindow extends JFrame {
                 public void windowActivated (WindowEvent evt) {
                    // #19685. Cancel foreigner popup when
                    // activated main window.
-                   org.netbeans.core.windows.RegistryImpl.cancelMenu(MainWindow.this);
+                   org.netbeans.core.windows.RegistryImpl.cancelMenu(frame);
                 }
             }
         );
@@ -373,6 +442,8 @@ public final class MainWindow extends JFrame {
         JMenuBar menu = getCustomMenuBar();
         if (menu == null) {
              menu = new MenuBar (null);
+             if( showCustomBackground )
+                menu.setOpaque( false);
         }
         menu.setBorderPainted(false);
         if (menu instanceof MenuBar) {
@@ -475,12 +546,12 @@ public final class MainWindow extends JFrame {
         }
         if( null != forcedBounds ) {
             bounds = new Rectangle( forcedBounds );
-            setPreferredSize( bounds.getSize() );
+            frame.setPreferredSize( bounds.getSize() );
             forcedBounds = null;
         }
         
         if(!bounds.isEmpty()) {
-            setBounds(bounds);
+            frame.setBounds(bounds);
         }
     }
     
@@ -510,10 +581,10 @@ public final class MainWindow extends JFrame {
         if(desktop != null) {
             getDesktopPanel().add(desktop, BorderLayout.CENTER);
         } 
-        invalidate();
-        validate();
+        frame.invalidate();
+        frame.validate();
 
-        repaint();
+        frame.repaint();
     }
 
     // XXX PENDING used in DnD only.
@@ -532,6 +603,8 @@ public final class MainWindow extends JFrame {
             desktopPanel = new JPanel();
             desktopPanel.setBorder(getDesktopBorder());
             desktopPanel.setLayout(new BorderLayout());
+            if( showCustomBackground )
+                desktopPanel.setOpaque( false );
         }
         return desktopPanel;
     }
@@ -539,7 +612,7 @@ public final class MainWindow extends JFrame {
     // XXX
     /** Gets bounds of main window without the dektop component. */
     public Rectangle getPureMainWindowBounds() {
-        Rectangle bounds = getBounds();
+        Rectangle bounds = frame.getBounds();
 
         // XXX Substract the desktop height, we know the pure main window
         // is always at the top, the width is same.
@@ -551,15 +624,6 @@ public final class MainWindow extends JFrame {
         return bounds;
     }
 
-    @Override
-    public void paint(Graphics g) {
-        super.paint(g);
-        Logger.getLogger(MainWindow.class.getName()).log(Level.FINE, 
-                "Paint method of main window invoked normally."); //NOI18N
-        // XXX is this only needed by obsolete #24291 hack, or now needed independently?
-        WindowManagerImpl.getInstance().mainWindowPainted();
-    }
-
     // Full Screen Mode
     private boolean isFullScreenMode = false;
     private Rectangle restoreBounds;
@@ -575,22 +639,36 @@ public final class MainWindow extends JFrame {
         }
         isSwitchingFullScreenMode = true;
         if( !isFullScreenMode ) {
-            restoreExtendedState = getExtendedState();
-            restoreBounds = getBounds();
-            isUndecorated = isUndecorated();
-            windowDecorationStyle = getRootPane().getWindowDecorationStyle();
+            restoreExtendedState = frame.getExtendedState();
+            restoreBounds = frame.getBounds();
+            isUndecorated = frame.isUndecorated();
+            windowDecorationStyle = frame.getRootPane().getWindowDecorationStyle();
+        }
+
+        GraphicsDevice device = null;
+        Graphics gc = frame.getGraphics();
+        if( gc instanceof Graphics2D ) {
+            GraphicsConfiguration conf = ((Graphics2D)gc).getDeviceConfiguration();
+            if( null != conf ) {
+                device = conf.getDevice();
+                if( isFullScreenMode && device.isFullScreenSupported() && !(Utilities.isMac() || Utilities.isWindows()) ) {
+                    //#195927 - attempting to prevent NPE on sunray solaris
+                    device.setFullScreenWindow( null );
+                }
+            }
         }
+
         isFullScreenMode = fullScreenMode;
         if( Utilities.isWindows() )
-            setVisible( false );
+            frame.setVisible( false );
         else 
             WindowManagerImpl.getInstance().setVisible(false);
         
-        dispose();
+        frame.dispose();
         
-        setUndecorated( isFullScreenMode || isUndecorated );
+        frame.setUndecorated( isFullScreenMode || isUndecorated );
         // Added to support Custom Look and Feel with Decorations
-        getRootPane().setWindowDecorationStyle( isFullScreenMode ? JRootPane.NONE : windowDecorationStyle );
+        frame.getRootPane().setWindowDecorationStyle( isFullScreenMode ? JRootPane.NONE : windowDecorationStyle );
 
         final String toolbarConfigName = ToolbarPool.getDefault().getConfiguration();
         if( null != toolbarConfigName ) {
@@ -601,17 +679,10 @@ public final class MainWindow extends JFrame {
         getToolbarComponent().setVisible( !isFullScreenMode );
         final boolean updateBounds = ( !isFullScreenMode );//&& restoreExtendedState != JFrame.MAXIMIZED_BOTH );
 
-        GraphicsDevice device = null;
-        Graphics gc = getGraphics();
-        if( gc instanceof Graphics2D ) {
-            GraphicsConfiguration conf = ((Graphics2D)gc).getDeviceConfiguration();
-            if( null != conf )
-                device = conf.getDevice();
-        }
-        if( null != device && device.isFullScreenSupported() ) {
-            device.setFullScreenWindow( isFullScreenMode ? this : null );
+        if( null != device && device.isFullScreenSupported() && !(Utilities.isMac() || Utilities.isWindows())) {
+            device.setFullScreenWindow( isFullScreenMode ? frame : null );
         } else {
-            setExtendedState( isFullScreenMode ? JFrame.MAXIMIZED_BOTH : restoreExtendedState );
+            frame.setExtendedState( isFullScreenMode ? JFrame.MAXIMIZED_BOTH : restoreExtendedState );
         }
         
         if( updateBounds || (isFullScreenMode() && !Utilities.isWindows()) ) {
@@ -623,15 +694,16 @@ public final class MainWindow extends JFrame {
             }
         }
         if( Utilities.isWindows() ) {
-            setVisible( true );
+            frame.setVisible( true );
             SwingUtilities.invokeLater( new Runnable() {
+                @Override
                 public void run() {
-                    invalidate();
-                    validate();
-                    repaint();
+                    frame.invalidate();
+                    frame.validate();
+                    frame.repaint();
                     if( updateBounds ) {
-                        setPreferredSize( restoreBounds.getSize() );
-                        setBounds( restoreBounds );
+                        frame.setPreferredSize( restoreBounds.getSize() );
+                        frame.setBounds( restoreBounds );
                     }
                     ToolbarPool.getDefault().setConfiguration( toolbarConfigName );
                     isSwitchingFullScreenMode = false;
@@ -640,10 +712,11 @@ public final class MainWindow extends JFrame {
         } else {
             WindowManagerImpl.getInstance().setVisible(true);
             SwingUtilities.invokeLater( new Runnable() {
+                @Override
                 public void run() {
-                    invalidate();
-                    validate();
-                    repaint();
+                    frame.invalidate();
+                    frame.validate();
+                    frame.repaint();
                     ToolbarPool.getDefault().setConfiguration( toolbarConfigName );
                     isSwitchingFullScreenMode = false;
                 }
@@ -655,6 +728,10 @@ public final class MainWindow extends JFrame {
         return isFullScreenMode;
     }
 
+    public JFrame getFrame() {
+        return frame;
+    }
+
     private static class HeavyWeightPopupFactory extends PopupFactory {
 
         @Override
diff --git a/core.windows/src/org/netbeans/core/windows/view/ui/MultiSplitPane.java b/core.windows/src/org/netbeans/core/windows/view/ui/MultiSplitPane.java
index a019511..e5ad27b 100644
--- a/core.windows/src/org/netbeans/core/windows/view/ui/MultiSplitPane.java
+++ b/core.windows/src/org/netbeans/core/windows/view/ui/MultiSplitPane.java
@@ -107,6 +107,8 @@ public class MultiSplitPane extends JPanel
             setBackground(bkColor);
             setOpaque(true);
         }
+        if( UIManager.getBoolean( "NbMainWindow.showCustomBackground" ) ) //NOI18N
+            setOpaque(false);
     }
     
     /**
diff --git a/core.windows/src/org/netbeans/core/windows/view/ui/slides/CommandManager.java b/core.windows/src/org/netbeans/core/windows/view/ui/slides/CommandManager.java
index 7bce6ea..f34ef08 100644
--- a/core.windows/src/org/netbeans/core/windows/view/ui/slides/CommandManager.java
+++ b/core.windows/src/org/netbeans/core/windows/view/ui/slides/CommandManager.java
@@ -405,6 +405,8 @@ final class CommandManager implements ActionListener {
                     slidedModel.setText(0, freshText);
                     slideBar.repaint();
                 }
+                curSlideButton = slideBar.getButton(curSlidedIndex);
+                curSlideButton.setSelected(true);
             }
         }
     }
@@ -420,7 +422,7 @@ final class CommandManager implements ActionListener {
     
     private final class EscapeAction extends javax.swing.AbstractAction {
         public void actionPerformed(ActionEvent e) {
-            slideOut(true, true);
+            slideBar.getSelectionModel().setSelectedIndex(-1);
         }
     } // end of EscapeAction
    
diff --git a/core.windows/src/org/netbeans/core/windows/view/ui/slides/SlideBar.java b/core.windows/src/org/netbeans/core/windows/view/ui/slides/SlideBar.java
index 66ee722..07c8cf9 100644
--- a/core.windows/src/org/netbeans/core/windows/view/ui/slides/SlideBar.java
+++ b/core.windows/src/org/netbeans/core/windows/view/ui/slides/SlideBar.java
@@ -161,6 +161,8 @@ public final class SlideBar extends Box implements ComplexListDataListener,
                 setBorder(BorderFactory.createEmptyBorder(1, 4, 0, 0));
             }
         }
+        if( UIManager.getBoolean( "NbMainWindow.showCustomBackground" ) ) //NOI18N
+            setOpaque( false );
     }
     
     public SlideBarDataModel getModel() {
diff --git a/core.windows/src/org/netbeans/core/windows/view/ui/slides/SlideBarContainer.java b/core.windows/src/org/netbeans/core/windows/view/ui/slides/SlideBarContainer.java
index 58e1e2f..70006ef 100644
--- a/core.windows/src/org/netbeans/core/windows/view/ui/slides/SlideBarContainer.java
+++ b/core.windows/src/org/netbeans/core/windows/view/ui/slides/SlideBarContainer.java
@@ -220,6 +220,8 @@ public final class SlideBarContainer extends AbstractModeContainer {
                 setBorder(BorderFactory.createEmptyBorder(2, 2, 2, 2));
                 setOpaque(true);
             }
+            if( UIManager.getBoolean( "NbMainWindow.showCustomBackground" ) ) //NOI18N
+                setOpaque( false);
         }
         
         public ModeView getModeView() {
diff --git a/core.windows/src/org/netbeans/core/windows/view/ui/toolbars/ToolbarConfiguration.java b/core.windows/src/org/netbeans/core/windows/view/ui/toolbars/ToolbarConfiguration.java
index ce37f46..7b5bbb0 100644
--- a/core.windows/src/org/netbeans/core/windows/view/ui/toolbars/ToolbarConfiguration.java
+++ b/core.windows/src/org/netbeans/core/windows/view/ui/toolbars/ToolbarConfiguration.java
@@ -118,7 +118,8 @@ public final class ToolbarConfiguration implements ToolbarPool.Configuration {
         // asociate name and configuration instance
         name2config.put(name, this);
         toolbarPanel = new JPanel( new GridLayout(0,1) );
-//        toolbarPanel.setOpaque(false);
+        if( UIManager.getBoolean( "NbMainWindow.showCustomBackground" ) ) //NOI18N
+            toolbarPanel.setOpaque(false);
 
         this.rows = new ArrayList<ToolbarRow>(rows);
     }
@@ -151,8 +152,7 @@ public final class ToolbarConfiguration implements ToolbarPool.Configuration {
     }
 
     private void fillToolbarsMenu (JComponent menu, boolean isContextMenu) {
-        Frame frame = WindowManager.getDefault().getMainWindow();
-        boolean fullScreen = (frame instanceof MainWindow) && ((MainWindow)frame).isFullScreenMode();
+        boolean fullScreen = MainWindow.getInstance().isFullScreenMode();
 
         Map<String, ToolbarConstraints> name2constr = collectAllConstraints();
         // generate list of available toolbars
diff --git a/core.windows/src/org/netbeans/core/windows/view/ui/toolbars/ToolbarContainer.java b/core.windows/src/org/netbeans/core/windows/view/ui/toolbars/ToolbarContainer.java
index dbfaee2..c2a20e2 100644
--- a/core.windows/src/org/netbeans/core/windows/view/ui/toolbars/ToolbarContainer.java
+++ b/core.windows/src/org/netbeans/core/windows/view/ui/toolbars/ToolbarContainer.java
@@ -569,6 +569,7 @@ final class ToolbarContainer extends JPanel {
             add( sep, BorderLayout.CENTER );
             dim = new Dimension (GRIP_WIDTH, GRIP_WIDTH);
             max = new Dimension (GRIP_WIDTH, Integer.MAX_VALUE);
+            setBorder(BorderFactory.createEmptyBorder(4, 0, 4, 0));
         }
 
         /** @return minimum size */
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/Bug82319Test.java b/core.windows/test/unit/src/org/netbeans/core/windows/Bug82319Test.java
index 4521792..de3a95d 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/Bug82319Test.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/Bug82319Test.java
@@ -44,7 +44,6 @@
 
 package org.netbeans.core.windows;
 
-import junit.framework.*;
 import org.netbeans.junit.*;
 import org.openide.nodes.AbstractNode;
 import org.openide.nodes.Children;
@@ -63,19 +62,6 @@ public class Bug82319Test extends NbTestCase {
         super (name);
     }
 
-    /**
-     * @param args the command line arguments
-     */
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(Bug82319Test.class);
-        
-        return suite;
-    }
-
     protected boolean runInEQ () {
         return true;
     }
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/DockingCompatibilityTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/DockingCompatibilityTest.java
index c9b9c35..87f7fe8 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/DockingCompatibilityTest.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/DockingCompatibilityTest.java
@@ -44,7 +44,6 @@
 
 package org.netbeans.core.windows;
 
-import junit.framework.*;
 import org.netbeans.junit.*;
 
 import org.openide.windows.*;
@@ -58,24 +57,10 @@ import org.openide.windows.*;
  */
 public class DockingCompatibilityTest extends NbTestCase {
 
-    /** Creates a new instance of SFSTest */
     public DockingCompatibilityTest (String name) {
         super (name);
     }
 
-    /**
-     * @param args the command line arguments
-     */
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(DockingCompatibilityTest.class);
-        
-        return suite;
-    }
-
     protected boolean runInEQ () {
         return true;
     }
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/ModeActivationTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/ModeActivationTest.java
index 2a4cb34..3a7c1d7 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/ModeActivationTest.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/ModeActivationTest.java
@@ -44,12 +44,8 @@
 
 package org.netbeans.core.windows;
 
-import java.util.Set;
-import junit.framework.Test;
-import junit.framework.TestSuite;
 
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.modules.ModuleInfo;
 import org.openide.util.Lookup;
 import org.openide.windows.Mode;
@@ -67,12 +63,6 @@ public class ModeActivationTest extends NbTestCase {
         super (name);
     }
     
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(ModeActivationTest.class);
-        
-        return suite;
-    }
-
     protected boolean runInEQ () {
         return true;
     }
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/OpenAtTabPositionTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/OpenAtTabPositionTest.java
index bf78796..a592045 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/OpenAtTabPositionTest.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/OpenAtTabPositionTest.java
@@ -44,7 +44,6 @@
 
 package org.netbeans.core.windows;
 
-import junit.framework.*;
 import org.netbeans.junit.*;
 
 import org.openide.windows.*;
@@ -61,19 +60,6 @@ public class OpenAtTabPositionTest extends NbTestCase {
         super (name);
     }
 
-    /**
-     * @param args the command line arguments
-     */
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(OpenAtTabPositionTest.class);
-        
-        return suite;
-    }
-
     protected boolean runInEQ () {
         return true;
     }
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/PersistenceHandlerTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/PersistenceHandlerTest.java
index 45f4010..f644e62 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/PersistenceHandlerTest.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/PersistenceHandlerTest.java
@@ -44,11 +44,8 @@
 
 package org.netbeans.core.windows;
 
-import junit.framework.Test;
-import junit.framework.TestSuite;
 
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.filesystems.FileUtil;
 import org.openide.modules.ModuleInfo;
 import org.openide.util.Lookup;
@@ -65,12 +62,6 @@ public class PersistenceHandlerTest extends NbTestCase {
         super (name);
     }
     
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(PersistenceHandlerTest.class);
-        
-        return suite;
-    }
-
     protected boolean runInEQ () {
         return true;
     }
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/SwitchesTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/SwitchesTest.java
index 76f1176..00771c8 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/SwitchesTest.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/SwitchesTest.java
@@ -45,21 +45,8 @@
 package org.netbeans.core.windows;
 
 import java.util.Locale;
-import java.util.Set;
-import junit.framework.Test;
-import junit.framework.TestSuite;
 
-import org.netbeans.core.windows.actions.MaximizeWindowAction;
-import org.netbeans.core.windows.actions.UndockWindowAction;
-import org.netbeans.core.windows.view.dnd.WindowDnDManager;
-import org.netbeans.core.windows.view.ui.MultiSplitPane;
-import org.netbeans.core.windows.view.ui.tabcontrol.TabbedAdapter;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
-import org.openide.modules.ModuleInfo;
-import org.openide.util.Lookup;
-import org.openide.windows.Mode;
-import org.openide.windows.TopComponent;
 
 /** 
  * Test Mode activation behavior.
@@ -73,12 +60,6 @@ public class SwitchesTest extends NbTestCase {
         super (name);
     }
     
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(SwitchesTest.class);
-        
-        return suite;
-    }
-
     protected boolean runInEQ () {
         return true;
     }
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/TopComponentCreationTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/TopComponentCreationTest.java
index 0f3d6f9..a4ab15f 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/TopComponentCreationTest.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/TopComponentCreationTest.java
@@ -47,12 +47,9 @@ package org.netbeans.core.windows;
 import java.io.IOException;
 import java.util.logging.Level;
 import java.util.logging.Logger;
-import junit.framework.Test;
-import junit.framework.TestSuite;
 
 import org.netbeans.core.windows.persistence.PersistenceManager;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileUtil;
 import org.openide.modules.ModuleInfo;
@@ -76,12 +73,6 @@ public class TopComponentCreationTest extends NbTestCase {
         super (name);
     }
     
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(TopComponentCreationTest.class);
-        
-        return suite;
-    }
-    
     @Override
     protected void setUp () throws Exception {
         if (!loaded) {
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/TopComponentTypeTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/TopComponentTypeTest.java
index d40f88f..ff54e55 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/TopComponentTypeTest.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/TopComponentTypeTest.java
@@ -48,7 +48,6 @@ import java.util.logging.Handler;
 import java.util.logging.LogRecord;
 import java.util.logging.Logger;
 import javax.swing.SwingUtilities;
-import junit.framework.*;
 import org.netbeans.junit.*;
 import org.openide.util.RequestProcessor;
 import org.openide.util.Task;
@@ -67,19 +66,6 @@ public class TopComponentTypeTest extends NbTestCase {
         super (name);
     }
 
-    /**
-     * @param args the command line arguments
-     */
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(TopComponentTypeTest.class);
-        
-        return suite;
-    }
-
     protected boolean runInEQ () {
         return true;
     }
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/WindowManagerImplTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/WindowManagerImplTest.java
index 0065fed..6ef0c36 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/WindowManagerImplTest.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/WindowManagerImplTest.java
@@ -47,7 +47,6 @@ package org.netbeans.core.windows;
 import java.util.logging.Level;
 import java.util.logging.LogRecord;
 import java.util.logging.Logger;
-import junit.framework.*;
 import org.netbeans.junit.*;
 
 import org.openide.util.RequestProcessor;
@@ -64,19 +63,6 @@ public class WindowManagerImplTest extends NbTestCase {
         super (name);
     }
 
-    /**
-     * @param args the command line arguments
-     */
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(WindowManagerImplTest.class);
-        
-        return suite;
-    }
-
     public void testEDTAssert () {
         // run off EQ thread and check
         Task task = RequestProcessor.getDefault().post(new Runnable() {
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/actions/SaveWindowsActionTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/actions/SaveWindowsActionTest.java
new file mode 100644
index 0000000..d9818fd
--- /dev/null
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/actions/SaveWindowsActionTest.java
@@ -0,0 +1,70 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2011 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.core.windows.actions;
+
+import javax.swing.Action;
+import org.netbeans.junit.NbTestCase;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+
+public class SaveWindowsActionTest extends NbTestCase {
+    
+    public SaveWindowsActionTest(String n) {
+        super(n);
+    }
+
+    public void testSaveActionIsThere() {
+        FileObject fo = FileUtil.getConfigFile("Actions/Window/org-netbeans-core-windows-actions-SaveWindowsAction.instance");
+        assertNotNull("Action is found", fo);
+        Object obj = fo.getAttribute("instanceCreate");
+        assertTrue("It is an action", obj instanceof Action);
+    }
+
+    public void testReloadActionIsThere() {
+        FileObject fo = FileUtil.getConfigFile("Actions/Window/org-netbeans-core-windows-actions-ReloadWindowsAction.instance");
+        assertNotNull("Action is found", fo);
+        Object obj = fo.getAttribute("instanceCreate");
+        assertTrue("It is an action", obj instanceof Action);
+    }
+    
+}
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/awt/ValidateLayerMenuTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/awt/ValidateLayerMenuTest.java
index 73d2ce4..c46beb9 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/awt/ValidateLayerMenuTest.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/awt/ValidateLayerMenuTest.java
@@ -44,6 +44,7 @@
 
 package org.netbeans.core.windows.awt;
 
+import javax.swing.Box;
 import junit.framework.*;
 import org.netbeans.junit.*;
 import org.openide.cookies.InstanceCookie;
@@ -103,6 +104,9 @@ public class ValidateLayerMenuTest extends NbTestCase {
         if (obj instanceof javax.swing.JMenuItem) {
             return true;
         }
+        if (obj instanceof Box.Filler) {
+            return true;
+        }
         
         return false;
     }
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/persistence/GroupParserTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/persistence/GroupParserTest.java
index e50a4c4..864fc64 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/persistence/GroupParserTest.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/persistence/GroupParserTest.java
@@ -48,9 +48,7 @@ import java.io.FileNotFoundException;
 import java.io.IOException;
 import java.net.URL;
 
-import org.netbeans.junit.NbTest;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.URLMapper;
 
@@ -60,27 +58,10 @@ import org.openide.filesystems.URLMapper;
  */
 public class GroupParserTest extends NbTestCase {
 
-    public GroupParserTest() {
-        super("");
-    }
-
     public GroupParserTest(java.lang.String testName) {
         super(testName);
     }
     
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static NbTest suite() {
-        NbTestSuite suite = new NbTestSuite(GroupParserTest.class);
-        return suite;
-    }
-
-    @Override
-    protected void setUp () throws Exception {
-    }
-    
     ////////////////////////////////
     //Testing VALID data
     ////////////////////////////////
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/persistence/ModeParserTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/persistence/ModeParserTest.java
index 9135b32..1fd7021 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/persistence/ModeParserTest.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/persistence/ModeParserTest.java
@@ -52,9 +52,7 @@ import java.util.HashSet;
 import java.util.Map;
 import java.util.Set;
 
-import org.netbeans.junit.NbTest;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 
 import org.netbeans.core.windows.Constants;
 import org.netbeans.core.windows.SplitConstraint;
@@ -67,23 +65,10 @@ import org.openide.filesystems.URLMapper;
  */
 public class ModeParserTest extends NbTestCase {
     
-    public ModeParserTest() {
-        super("");
-    }
-    
     public ModeParserTest(java.lang.String testName) {
         super(testName);
     }
     
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static NbTest suite() {
-        NbTestSuite suite = new NbTestSuite(ModeParserTest.class);
-        return suite;
-    }
-
     protected void setUp () throws Exception {
 //        File localRoot;
 //        try {
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/persistence/TCGroupParserTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/persistence/TCGroupParserTest.java
index a2667a1..c46803c 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/persistence/TCGroupParserTest.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/persistence/TCGroupParserTest.java
@@ -48,9 +48,7 @@ import java.io.FileNotFoundException;
 import java.io.IOException;
 import java.net.URL;
 
-import org.netbeans.junit.NbTest;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.URLMapper;
 
@@ -60,26 +58,10 @@ import org.openide.filesystems.URLMapper;
  */
 public class TCGroupParserTest extends NbTestCase {
 
-    public TCGroupParserTest() {
-        super("");
-    }
-    
     public TCGroupParserTest(java.lang.String testName) {
         super(testName);
     }
     
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static NbTest suite() {
-        NbTestSuite suite = new NbTestSuite(TCGroupParserTest.class);
-        return suite;
-    }
-
-    protected void setUp () throws Exception {
-    }
-    
     ////////////////////////////////
     //Testing CORRECT data
     ////////////////////////////////
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/persistence/TCRefParserTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/persistence/TCRefParserTest.java
index d494ce4..f89d9d1 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/persistence/TCRefParserTest.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/persistence/TCRefParserTest.java
@@ -48,13 +48,8 @@ import java.io.FileNotFoundException;
 import java.io.IOException;
 import java.net.URL;
 
-import org.netbeans.junit.NbTest;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 
-import org.netbeans.core.windows.persistence.TCRefConfig;
-
-import org.openide.ErrorManager;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.URLMapper;
 
@@ -72,18 +67,6 @@ public class TCRefParserTest extends NbTestCase {
         super(testName);
     }
     
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static NbTest suite() {
-        NbTestSuite suite = new NbTestSuite(TCRefParserTest.class);
-        return suite;
-    }
-
-    protected void setUp () throws Exception {
-    }
-    
     ////////////////////////////////
     //Testing CORRECT data
     ////////////////////////////////
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/persistence/WindowManagerParserTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/persistence/WindowManagerParserTest.java
index a2b1280..294b4e9 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/persistence/WindowManagerParserTest.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/persistence/WindowManagerParserTest.java
@@ -51,9 +51,7 @@ import java.net.URL;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 
-import org.netbeans.junit.NbTest;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 
 import org.netbeans.core.windows.Constants;
 import org.netbeans.core.windows.SplitConstraint;
@@ -76,15 +74,6 @@ public class WindowManagerParserTest extends NbTestCase {
         super(testName);
     }
     
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static NbTest suite() {
-        NbTestSuite suite = new NbTestSuite(WindowManagerParserTest.class);
-        return suite;
-    }
-    
     protected void setUp () throws Exception {
         origRootModuleFolder = PersistenceManager.getDefault().getRootModuleFolder();
         origRootLocalFolder = PersistenceManager.getDefault().getRootLocalFolder();
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/services/NbPresenterLeakTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/services/NbPresenterLeakTest.java
index a9518ca..a528f3e 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/services/NbPresenterLeakTest.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/services/NbPresenterLeakTest.java
@@ -124,7 +124,7 @@ public class NbPresenterLeakTest extends NbTestCase {
         }
     }
     
-    private WizardDescriptor.Panel<?>[] getPanels () {
+    private WizardDescriptor.Panel<Object>[] getPanels () {
         WizardDescriptor.Panel p1 = new WizardDescriptor.Panel () {
             public Component getComponent() {
                 return new JLabel ("test");
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/view/ui/CustomMenuBarTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/view/ui/CustomMenuBarTest.java
index f24ad88..c1488ab 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/view/ui/CustomMenuBarTest.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/view/ui/CustomMenuBarTest.java
@@ -88,7 +88,7 @@ public class CustomMenuBarTest extends NbTestCase {
         //Verify that test layer was added to default filesystem
         assertNotNull(FileUtil.getConfigFile("LookAndFeel/MenuBar.instance"));
 
-        MainWindow mw = (MainWindow) WindowManager.getDefault().getMainWindow();
+        MainWindow mw = MainWindow.getInstance();
         mw.initializeComponents();
         assertEquals(mw.getJMenuBar(), createMenuBar());
         IDEInitializer.removeLayers();
@@ -101,18 +101,18 @@ public class CustomMenuBarTest extends NbTestCase {
 
         //Verify that test layer was added to default filesystem
         assertNotNull(FileUtil.getConfigFile("LookAndFeel/StatusLine.instance"));
-        MainWindow mw = (MainWindow) WindowManager.getDefault().getMainWindow();
+        MainWindow mw = MainWindow.getInstance();
         mw.initializeComponents();
-        assertTrue(findComponent(mw, createStatusLine()));
+        assertTrue(findComponent(mw.getFrame(), createStatusLine()));
 
         IDEInitializer.removeLayers();
     }
 
     public void testNoToolbar() throws Exception {
-        MainWindow mw = (MainWindow) WindowManager.getDefault().getMainWindow();
+        MainWindow mw = MainWindow.getInstance();
         mw.initializeComponents();
         ToolbarPool tp = ToolbarPool.getDefault();
-        assertTrue(!findComponent(mw, tp));
+        assertTrue(!findComponent(mw.getFrame(), tp));
     }
 
     private static boolean findComponent(Container cont, Component comp) {
diff --git a/core.windows/test/unit/src/org/netbeans/core/windows/view/ui/MultiSplitCellTest.java b/core.windows/test/unit/src/org/netbeans/core/windows/view/ui/MultiSplitCellTest.java
index 0cdd360..fec0769 100644
--- a/core.windows/test/unit/src/org/netbeans/core/windows/view/ui/MultiSplitCellTest.java
+++ b/core.windows/test/unit/src/org/netbeans/core/windows/view/ui/MultiSplitCellTest.java
@@ -44,27 +44,9 @@
 
 package org.netbeans.core.windows.view.ui;
 
-import java.awt.Component;
-import java.awt.Dimension;
-import org.netbeans.core.windows.*;
 import java.util.Locale;
-import java.util.Set;
-import javax.swing.JPanel;
-import junit.framework.Test;
-import junit.framework.TestSuite;
 
-import org.netbeans.core.windows.actions.MaximizeWindowAction;
-import org.netbeans.core.windows.actions.UndockWindowAction;
-import org.netbeans.core.windows.view.ViewElement;
-import org.netbeans.core.windows.view.dnd.WindowDnDManager;
-import org.netbeans.core.windows.view.ui.MultiSplitPane;
-import org.netbeans.core.windows.view.ui.tabcontrol.TabbedAdapter;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
-import org.openide.modules.ModuleInfo;
-import org.openide.util.Lookup;
-import org.openide.windows.Mode;
-import org.openide.windows.TopComponent;
 
 /** 
  * Test Mode activation behavior.
@@ -78,12 +60,6 @@ public class MultiSplitCellTest extends NbTestCase {
         super (name);
     }
     
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(MultiSplitCellTest.class);
-        
-        return suite;
-    }
-
     protected boolean runInEQ () {
         return true;
     }
diff --git a/editor.mimelookup.impl/manifest.mf b/editor.mimelookup.impl/manifest.mf
index 9e4da35..06f0470 100644
--- a/editor.mimelookup.impl/manifest.mf
+++ b/editor.mimelookup.impl/manifest.mf
@@ -2,4 +2,4 @@ Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.editor.mimelookup.impl/1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/editor/mimelookup/impl/Bundle.properties
 OpenIDE-Module-Provides: org.netbeans.spi.editor.mimelookup.MimeDataProvider
-OpenIDE-Module-Specification-Version: 1.9.1
+OpenIDE-Module-Specification-Version: 1.13.1
diff --git a/editor.mimelookup.impl/nbproject/project.xml b/editor.mimelookup.impl/nbproject/project.xml
index a063782..36d2e36 100644
--- a/editor.mimelookup.impl/nbproject/project.xml
+++ b/editor.mimelookup.impl/nbproject/project.xml
@@ -55,7 +55,7 @@ made subject to such option by the copyright holder.
                     <compile-dependency/>
                     <run-dependency>
                         <release-version>1</release-version>
-                        <specification-version>1.6</specification-version>
+                        <specification-version>1.20</specification-version>
                     </run-dependency>
                 </dependency>
                 <dependency>
diff --git a/editor.mimelookup.impl/src/org/netbeans/modules/editor/mimelookup/impl/ClassInfoStorage.java b/editor.mimelookup.impl/src/org/netbeans/modules/editor/mimelookup/impl/ClassInfoStorage.java
deleted file mode 100644
index 63f81b0..0000000
--- a/editor.mimelookup.impl/src/org/netbeans/modules/editor/mimelookup/impl/ClassInfoStorage.java
+++ /dev/null
@@ -1,284 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.netbeans.modules.editor.mimelookup.impl;
-
-import java.beans.PropertyChangeEvent;
-import java.beans.PropertyChangeListener;
-import java.beans.PropertyChangeSupport;
-import java.lang.ref.Reference;
-import java.lang.ref.WeakReference;
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.HashSet;
-import java.util.List;
-import java.util.Map;
-import java.util.Set;
-import java.util.logging.Logger;
-import org.netbeans.spi.editor.mimelookup.Class2LayerFolder;
-import org.netbeans.spi.editor.mimelookup.InstanceProvider;
-import org.openide.util.Lookup;
-import org.openide.util.LookupEvent;
-import org.openide.util.LookupListener;
-import org.openide.util.Utilities;
-import org.openide.util.WeakListeners;
-
-/**
- *
- * @author vita
- */
-public final class ClassInfoStorage {
-    
-    public static final String PROP_CLASS_INFO_CHANGED = "Class2Paths.PROP_CLASS_MAPPING_CHANGED"; //NOI18N
-    public static final String PROP_CLASS_INFO_ADDED = "Class2Paths.PROP_CLASS_MAPPING_ADDED"; //NOI18N
-    public static final String PROP_CLASS_INFO_REMOVED = "Class2Paths.PROP_CLASS_MAPPING_REMOVED"; //NOI18N
-    
-    private static Logger LOG = Logger.getLogger(ClassInfoStorage.class.getName());
-    
-    private static ClassInfoStorage instance = null;
-    
-    public static synchronized ClassInfoStorage getInstance() {
-        if (instance == null) {
-            instance = new ClassInfoStorage();
-        }
-        return instance;
-    }
-    
-    private Lookup.Result<Class2LayerFolder> mappers = null;
-    private L mappersListener = null;
-
-    private final String LOCK = new String("Class2Paths.LOCK"); //NOI18N
-    private Map<String,Info> mapping = new HashMap<String,Info>();
-    
-    private PropertyChangeSupport pcs = new PropertyChangeSupport(this);
-    
-    /** Creates a new instance of Class2Paths */
-    private ClassInfoStorage() {
-        mappers = Lookup.getDefault().lookupResult(Class2LayerFolder.class);
-        
-        mappersListener = new L();
-        mappers.addLookupListener(WeakListeners.create(LookupListener.class, mappersListener, mappers));
-        
-        rebuild();
-    }
-
-    public Info getInfo(String className) {
-        synchronized (LOCK) {
-            if (mapping.containsKey(className)) {
-                return mapping.get(className);
-            } else {
-                return new Info(this, className, null, null);
-            }
-        }
-    }
-    
-    public void addPropertyChangeListener(PropertyChangeListener l) {
-        pcs.addPropertyChangeListener(l);
-    }
-    
-    public void removePropertyChangeListener(PropertyChangeListener l) {
-        pcs.removePropertyChangeListener(l);
-    }
-
-    private List<PropertyChangeEvent> rebuild() {
-        synchronized (LOCK) {
-            // Gather the new mapping information
-            Map<String,Info> newMapping = new HashMap<String,Info>();
-            for (Class2LayerFolder mapper : mappers.allInstances()) {
-                String className = mapper.getClazz().getName();
-                String path = mapper.getLayerFolderName();
-                InstanceProvider ip = mapper.getInstanceProvider();
-
-                if (path != null) {
-                    path = path.trim();
-                }
-                
-                if ((path == null || path.length() == 0) && ip == null) {
-                    // Hmm, why anybody registered mapper, which doesn't provide any info.
-                    continue;
-                }
-                
-                if (!newMapping.containsKey(className)) {
-                    newMapping.put(className, new Info(this, className, path, ip));
-                } else {
-                    LOG.warning("The mapping for class '" + className + "' to folder '" +  //NOI18N
-                        path + "' and InstanceProvider '" + ip + "' has already been " + //NOI18N
-                        "defined by another mapper. Ignoring mapper " + mapper); //NOI18N
-                }
-            }
-        
-            // Compute differences
-            Set<String> removed = new HashSet<String>(mapping.keySet());
-            removed.removeAll(newMapping.keySet());
-            
-            Set<String> added = new HashSet<String>(newMapping.keySet());
-            added.removeAll(mapping.keySet());
-            
-            Set<String> changed = new HashSet<String>();
-            for (String className : newMapping.keySet()) {
-                if (mapping.containsKey(className) && 
-                    !Utilities.compareObjects(newMapping.get(className), mapping.get(className)))
-                {
-                    changed.add(className);
-                }
-            }
-            
-            // Update the mapping
-            mapping.clear();
-            mapping.putAll(newMapping);
-            
-            // Generate events
-            List<PropertyChangeEvent> events = new ArrayList<PropertyChangeEvent>(3);
-            if (!removed.isEmpty()) {
-                events.add(new PropertyChangeEvent(this, PROP_CLASS_INFO_REMOVED, null, removed));
-            }
-            if (!added.isEmpty()) {
-                events.add(new PropertyChangeEvent(this, PROP_CLASS_INFO_ADDED, null, added));
-            }
-            if (!changed.isEmpty()) {
-                events.add(new PropertyChangeEvent(this, PROP_CLASS_INFO_CHANGED, null, changed));
-            }
-            
-            return events;
-        }
-    }
-    
-    private class L implements LookupListener {
-
-        public void resultChanged(LookupEvent ev) {
-            // Update mapping information & fire change events if neccessary
-            for (PropertyChangeEvent event : rebuild()) {
-                pcs.firePropertyChange(event);
-            }
-        }
-        
-    } // End of L class
-    
-    public static final class Info {
-        private ClassInfoStorage storage;
-        private String className;
-        private String extraPath;
-        private String instanceProviderClass;
-        private Reference<InstanceProvider<?>> ref; // TODO: This should really be a timed-weak-ref
-        
-        private Info(ClassInfoStorage storage, String className, String extraPath, InstanceProvider<?> instanceProvider) {
-            this.storage = storage;
-            this.className = className;
-            this.extraPath = extraPath == null ? "" : extraPath; //NOI18N
-            if (instanceProvider != null) {
-                this.instanceProviderClass = instanceProvider.getClass().getName();
-                this.ref = new WeakReference<InstanceProvider<?>>(instanceProvider);
-            }
-        }
-        
-        public String getClassName() {
-            return className;
-        }
-        
-        public String getExtraPath() {
-            return extraPath;
-        }
-        
-        public String getInstanceProviderClass() {
-            return instanceProviderClass;
-        }
-        
-        public InstanceProvider<?> getInstanceProvider() {
-            synchronized (storage.LOCK) {
-                // There was no instance provider specified
-                if (ref == null) {
-                    return null;
-                }
-                
-                InstanceProvider ip = (InstanceProvider) ref.get();
-                if (ip == null) {
-                    // Instance provider has been GCed, recreate it
-                    for (Class2LayerFolder mapper : storage.mappers.allInstances()) {
-                        String className = mapper.getClazz().getName();
-                        
-                        if (this.className.equals(className)) {
-                            ip = mapper.getInstanceProvider();
-                            break;
-                        }
-                    }
-                    
-                    if (ip != null) {
-                        ref = new WeakReference<InstanceProvider<?>>(ip);
-                    }
-                }
-                
-                return ip;
-            }
-        }
-
-        public @Override boolean equals(Object obj) {
-            if (obj instanceof Info) {
-                Info info = (Info) obj;
-                return  this.className.equals(info.className) &&
-                        Utilities.compareObjects(this.extraPath, info.extraPath) && 
-                        Utilities.compareObjects(this.instanceProviderClass, info.instanceProviderClass);
-            } else {
-                return false;
-            }
-        }
-
-        public @Override int hashCode() {
-            int hashCode = className.hashCode();
-            
-            if (extraPath != null) {
-                hashCode += 7 * extraPath.hashCode();
-            }
-            if (instanceProviderClass != null) {
-                hashCode += 13 * instanceProviderClass.hashCode();
-            }
-            
-            return hashCode;
-        }
-
-        public @Override String toString() {
-            return "ClassInfoStorage.Info[className=" + className + ",extraPath=" + extraPath + ",instanceProviderClass=" + instanceProviderClass + "]"; // NOI18N
-        }
-
-    } // End of Info class
-}
diff --git a/editor.mimelookup.impl/src/org/netbeans/modules/editor/mimelookup/impl/DefaultMimeDataProvider.java b/editor.mimelookup.impl/src/org/netbeans/modules/editor/mimelookup/impl/DefaultMimeDataProvider.java
index 6332e45..b9d75d5 100644
--- a/editor.mimelookup.impl/src/org/netbeans/modules/editor/mimelookup/impl/DefaultMimeDataProvider.java
+++ b/editor.mimelookup.impl/src/org/netbeans/modules/editor/mimelookup/impl/DefaultMimeDataProvider.java
@@ -52,7 +52,7 @@ import org.openide.util.Lookup;
  *
  * @author vita
  */
- at org.openide.util.lookup.ServiceProvider(service=org.netbeans.spi.editor.mimelookup.MimeDataProvider.class)
+ at org.openide.util.lookup.ServiceProvider(service=org.netbeans.spi.editor.mimelookup.MimeDataProvider.class, position=0)
 public class DefaultMimeDataProvider implements MimeDataProvider {
 
     /** Creates a new instance of DefaultMimeDataProvider */
diff --git a/editor.mimelookup.impl/src/org/netbeans/modules/editor/mimelookup/impl/FolderPathLookup.java b/editor.mimelookup.impl/src/org/netbeans/modules/editor/mimelookup/impl/FolderPathLookup.java
index 19d9061..4c92559 100644
--- a/editor.mimelookup.impl/src/org/netbeans/modules/editor/mimelookup/impl/FolderPathLookup.java
+++ b/editor.mimelookup.impl/src/org/netbeans/modules/editor/mimelookup/impl/FolderPathLookup.java
@@ -354,8 +354,7 @@ public final class FolderPathLookup extends AbstractLookup {
         }
 
         private static void exception(Exception e, FileObject fo) {
-            Exceptions.attachMessage(e, "Bad file: " + fo); // NOI18N
-            LOG.log(Level.WARNING, null, e);
+            LOG.log(Level.INFO, "Bad file: " + fo, e); // NOI18N
         }
     } // End of ICItem class.
     
diff --git a/editor.mimelookup.impl/src/org/netbeans/modules/editor/mimelookup/impl/SwitchLookup.java b/editor.mimelookup.impl/src/org/netbeans/modules/editor/mimelookup/impl/SwitchLookup.java
index b30259b..59e26c2 100644
--- a/editor.mimelookup.impl/src/org/netbeans/modules/editor/mimelookup/impl/SwitchLookup.java
+++ b/editor.mimelookup.impl/src/org/netbeans/modules/editor/mimelookup/impl/SwitchLookup.java
@@ -44,22 +44,19 @@
 
 package org.netbeans.modules.editor.mimelookup.impl;
 
-import java.beans.PropertyChangeEvent;
-import java.beans.PropertyChangeListener;
+import java.lang.annotation.Annotation;
 import java.lang.reflect.Method;
 import java.util.Collections;
 import java.util.HashMap;
-import java.util.HashSet;
 import java.util.List;
 import java.util.Map;
-import java.util.Set;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import org.netbeans.api.editor.mimelookup.MimePath;
 import org.netbeans.spi.editor.mimelookup.InstanceProvider;
+import org.netbeans.spi.editor.mimelookup.MimeLocation;
+import org.openide.util.Exceptions;
 import org.openide.util.Lookup;
-import org.openide.util.NbCollections;
-import org.openide.util.WeakListeners;
 import org.openide.util.lookup.ProxyLookup;
 
 /**
@@ -76,22 +73,13 @@ public class SwitchLookup extends Lookup {
 
     private final String LOCK = new String("SwitchLookup.LOCK"); //NOI18N
     
-    private MappingListener listener;
-    
-    private Map<String,UpdatableProxyLookup> classLookups = new HashMap<String,UpdatableProxyLookup>();
+    private Map<Class<?>,UpdatableProxyLookup> classLookups = new HashMap<Class<?>, UpdatableProxyLookup>();
     private Map<List<String>,Lookup> pathsLookups = new HashMap<List<String>,Lookup>();
 
-    private Map<String,ClassInfoStorage.Info> classInfos = new HashMap<String,ClassInfoStorage.Info>();
-    private Map<List<String>,Set<String>> pathsToClasses = new HashMap<List<String>,Set<String>>();
-    
     public SwitchLookup(MimePath mimePath) {
         super();
         
         this.mimePath = mimePath;
-        
-        this.listener = new MappingListener();
-        ClassInfoStorage.getInstance().addPropertyChangeListener(
-            WeakListeners.propertyChange(listener, ClassInfoStorage.getInstance()));
     }
 
     public <T> Lookup.Result<T> lookup(Lookup.Template<T> template) {
@@ -102,42 +90,56 @@ public class SwitchLookup extends Lookup {
         return findLookup(clazz).lookup(clazz);
     }
 
-    private Lookup findLookup(Class clazz) {
+    private Lookup findLookup(Class<?> clazz) {
         synchronized (LOCK) {
-            String className = clazz.getName();
-            UpdatableProxyLookup lookup = classLookups.get(className);
+            UpdatableProxyLookup lookup = classLookups.get(clazz);
             if (lookup == null) {
-                // Get the the class info and remember it
-                ClassInfoStorage.Info classInfo = ClassInfoStorage.getInstance().getInfo(className);
-                classInfos.put(className, classInfo);
-                
                 // Create lookup
-                Lookup innerLookup = createLookup(classInfo);
+                Lookup innerLookup = createLookup(clazz);
                 lookup = new UpdatableProxyLookup(innerLookup);
                 
-                classLookups.put(className, lookup);
+                classLookups.put(clazz, lookup);
             }
 
             return lookup;
         }
     }
 
-    private Lookup createLookup(ClassInfoStorage.Info classInfo) {
-        List<String> paths = computePaths(mimePath, ROOT_FOLDER, classInfo.getExtraPath());
+    private Lookup createLookup(Class<?> forClass) {
+        MimeLocation loc = forClass.getAnnotation(MimeLocation.class);
+
+        if (loc == null) {
+            loc = new MimeLocation() {
+                @Override
+                public String subfolderName() {
+                    return null;
+                }
+                @Override
+                public Class<? extends InstanceProvider> instanceProviderClass() {
+                    return null;
+                }
+
+                @Override
+                public Class<? extends Annotation> annotationType() {
+                    return MimeLocation.class;
+                }
+            };
+        }
+        List<String> paths = computePaths(mimePath, ROOT_FOLDER, loc.subfolderName());
         Lookup lookup;
         
-        if (classInfo.getInstanceProviderClass() != null) {
-            // Get a lookup for the new instance provider
-            lookup = getLookupForProvider(paths, classInfo.getInstanceProvider());
-        } else {
-            // Add the className to the list of users of the new paths
-            Set<String> pathsUsers = pathsToClasses.get(paths);
-            if (pathsUsers == null) {
-                pathsUsers = new HashSet<String>();
-                pathsToClasses.put(paths, pathsUsers);
+        if (loc.instanceProviderClass() != null && loc.instanceProviderClass() != InstanceProvider.class) {
+            try {
+                // Get a lookup for the new instance provider
+                lookup = getLookupForProvider(paths, loc.instanceProviderClass().newInstance());
+            } catch (InstantiationException ex) {
+                Exceptions.printStackTrace(ex);
+                lookup = Lookup.EMPTY;
+            } catch (IllegalAccessException ex) {
+                Exceptions.printStackTrace(ex);
+                lookup = Lookup.EMPTY;
             }
-            pathsUsers.add(classInfo.getClassName());
-
+        } else {
             // Get a lookup for the new paths
             lookup = getLookupForPaths(paths);
         }
@@ -159,44 +161,6 @@ public class SwitchLookup extends Lookup {
         return new InstanceProviderLookup(paths.toArray(new String[paths.size()]), instanceProvider);
     }
     
-    private void rebuildLookup(String className) {
-        synchronized (LOCK) {
-            UpdatableProxyLookup classLookup = classLookups.get(className);
-            if (classLookup == null) {
-                // no lookup for the class, nothing to do
-                return;
-            }
-
-            ClassInfoStorage.Info currentClassInfo = classInfos.get(className);
-            ClassInfoStorage.Info classInfo = ClassInfoStorage.getInstance().getInfo(className);
-            
-            if (currentClassInfo.equals(classInfo)) {
-                // bogus change event, the class information hasn't changed, nothing to do
-                return;
-            }
-
-            if (currentClassInfo.getInstanceProviderClass() == null) {
-                List<String> currentPaths = computePaths(mimePath, ROOT_FOLDER, currentClassInfo.getExtraPath());
-
-                // Remove the className from the list of users of the current paths
-                Set<String> currentPathsUsers = pathsToClasses.get(currentPaths);
-                currentPathsUsers.remove(className);
-
-                if (currentPathsUsers.isEmpty()) {
-                    pathsToClasses.remove(currentPaths);
-                    pathsLookups.remove(currentPaths);
-                }
-            }
-
-            // Remember the new class info
-            classInfos.put(className, classInfo);
-    
-            // Update the classLookup
-            Lookup innerLookup = createLookup(classInfo);
-            classLookup.setLookupsEx(innerLookup);
-        }
-    }
-    
     private static List<String> computePaths(MimePath mimePath, String prefixPath, String suffixPath) {
         try {
             Method m = MimePath.class.getDeclaredMethod("getInheritedPaths", String.class, String.class); //NOI18N
@@ -246,12 +210,4 @@ public class SwitchLookup extends Lookup {
         }
     } // End of UpdatableProxyLookup class
     
-    private final class MappingListener implements PropertyChangeListener {
-        public void propertyChange(PropertyChangeEvent evt) {
-            for (String className : NbCollections.checkedSetByFilter((Set) evt.getNewValue(), String.class, true)) {
-                rebuildLookup(className);
-            }
-        }
-    } // End of MappingListsner class
-    
 }
diff --git a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/ClassInfoStorageTest.java b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/ClassInfoStorageTest.java
deleted file mode 100644
index 69effbe..0000000
--- a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/ClassInfoStorageTest.java
+++ /dev/null
@@ -1,181 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.netbeans.modules.editor.mimelookup.impl;
-
-import java.beans.PropertyChangeEvent;
-import java.beans.PropertyChangeListener;
-import java.util.ArrayList;
-import java.util.List;
-import java.util.Set;
-import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.RandomlyFails;
-
-/**
- *
- * @author vita
- */
- at RandomlyFails // uses TestUtilities.sleepForWhile()
-public class ClassInfoStorageTest extends NbTestCase {
-
-    public ClassInfoStorageTest(String name) {
-        super(name);
-    }
-
-    @Override
-    protected void setUp() throws Exception {
-        clearWorkDir();
-        // Set up the default lookup, repository, etc.
-        EditorTestLookup.setLookup(new String[0], getWorkDir(), new Object[] {},
-            getClass().getClassLoader(),
-            null
-        );
-    }
-    
-    public void testNoMapper() {
-        ClassInfoStorage.Info info = ClassInfoStorage.getInstance().getInfo(DummySetting.class.getName());
-        assertTrue("There should be no mapper registered", isEmpty(info));
-    }
-    
-    public void testDummyMapper() throws Exception {
-        TestUtilities.createFile(getWorkDir(), "Services/org-netbeans-modules-editor-mimelookup-impl-DummyClass2LayerFolderWithInstanceProvider.instance");
-        TestUtilities.sleepForWhile();
-        
-        ClassInfoStorage.Info info = ClassInfoStorage.getInstance().getInfo(DummySetting.class.getName());
-        assertNotNull("The  mapper not found", info);
-        assertEquals("Wrang mapper class", DummySetting.class.getName(), info.getClassName());
-        assertEquals("Wrong wrapper extra path", "DummyFolder", info.getExtraPath());
-        assertEquals("Wrong instance provider class", DummyInstanceProvider.class.getName(), info.getInstanceProviderClass());
-        assertNotNull("Instance provider should not be null", info.getInstanceProvider());
-        assertTrue("Wrong instance provider", info.getInstanceProvider() instanceof DummyInstanceProvider);
-    }
-
-    public void testAddingMapper() throws Exception {
-        ClassInfoStorage.Info info = ClassInfoStorage.getInstance().getInfo(DummySetting.class.getName());
-        assertTrue("There should be no mapper registered: " + info, isEmpty(info));
-        
-        L listener = new L();
-        ClassInfoStorage.getInstance().addPropertyChangeListener(listener);
-        try {
-            // Add the mapper
-            TestUtilities.createFile(getWorkDir(), "Services/org-netbeans-modules-editor-mimelookup-impl-DummyClass2LayerFolderWithInstanceProvider.instance");
-            TestUtilities.sleepForWhile();
-            
-            assertEquals("Wrong number of change events", 1, listener.changeEventsCnt);
-            assertNotNull("Invalid change event", listener.events.get(0));
-            assertEquals("Wrong change event", 
-                ClassInfoStorage.PROP_CLASS_INFO_ADDED, listener.events.get(0).getPropertyName());
-            
-            Set value = (Set) listener.events.get(0).getNewValue();
-            assertEquals("Invalid number of class in the change event", 1, value.size());
-            assertTrue("Wrong change event value", value.contains(DummySetting.class.getName()));
-        } finally {
-            ClassInfoStorage.getInstance().removePropertyChangeListener(listener);
-        }
-
-        info = ClassInfoStorage.getInstance().getInfo(DummySetting.class.getName());
-        checkInfo(info, "DummyFolder", DummySetting.class, DummyInstanceProvider.class);
-    }
-
-    public void testRemovingMapper() throws Exception {
-        TestUtilities.createFile(getWorkDir(), "Services/org-netbeans-modules-editor-mimelookup-impl-DummyClass2LayerFolderWithInstanceProvider.instance");
-        TestUtilities.sleepForWhile();
-        
-        ClassInfoStorage.Info info = ClassInfoStorage.getInstance().getInfo(DummySetting.class.getName());
-        checkInfo(info, "DummyFolder", DummySetting.class, DummyInstanceProvider.class);
-        
-        L listener = new L();
-        ClassInfoStorage.getInstance().addPropertyChangeListener(listener);
-        try {
-            // Remove the mapper
-            TestUtilities.deleteFile(getWorkDir(), "Services/org-netbeans-modules-editor-mimelookup-impl-DummyClass2LayerFolderWithInstanceProvider.instance");
-            TestUtilities.sleepForWhile();
-            
-            assertEquals("Wrong number of change events", 1, listener.changeEventsCnt);
-            assertNotNull("Invalid change event", listener.events.get(0));
-            assertEquals("Wrong change event", 
-                ClassInfoStorage.PROP_CLASS_INFO_REMOVED, listener.events.get(0).getPropertyName());
-            
-            Set value = (Set) listener.events.get(0).getNewValue();
-            assertEquals("Invalid number of class in the change event", 1, value.size());
-            assertTrue("Wrong change event value", value.contains(DummySetting.class.getName()));
-        } finally {
-            ClassInfoStorage.getInstance().removePropertyChangeListener(listener);
-        }
-
-        info = ClassInfoStorage.getInstance().getInfo(DummySetting.class.getName());
-        assertTrue("There should be no mapper registered: " + info, isEmpty(info));
-    }
-    
-    private void checkInfo(ClassInfoStorage.Info info, String extraPath, Class infoClass, Class instanceProviderClass) {
-        assertNotNull("The  mapper not found", info);
-        assertEquals("Wrang mapper class", infoClass.getName(), info.getClassName());
-        assertEquals("Wrong wrapper extra path", extraPath, info.getExtraPath());
-        assertEquals("Wrong instance provider class", instanceProviderClass.getName(), info.getInstanceProviderClass());
-        assertNotNull("Instance provider should not be null", info.getInstanceProvider());
-        assertEquals("Wrong instance provider", instanceProviderClass, info.getInstanceProvider().getClass());
-    }
-
-    private boolean isEmpty(ClassInfoStorage.Info info) {
-        return  info.getExtraPath().length() == 0 && 
-                info.getInstanceProviderClass() == null &&
-                info.getInstanceProvider() == null;
-    }
-    
-    private static class L implements PropertyChangeListener {
-        
-        public int changeEventsCnt = 0;
-        public List<PropertyChangeEvent> events = new ArrayList<PropertyChangeEvent>();
-        
-        public void propertyChange(PropertyChangeEvent evt) {
-            changeEventsCnt++;
-            events.add(evt);
-        }
-        
-        public void reset() {
-            changeEventsCnt = 0;
-            events.clear();
-        }
-    }
-}
diff --git a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/DummyClass2LayerFolder.java b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/DummyClass2LayerFolder.java
deleted file mode 100644
index e1d14ec..0000000
--- a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/DummyClass2LayerFolder.java
+++ /dev/null
@@ -1,72 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.netbeans.modules.editor.mimelookup.impl;
-
-import org.netbeans.spi.editor.mimelookup.Class2LayerFolder;
-import org.netbeans.spi.editor.mimelookup.InstanceProvider;
-
-/**
- *
- * @author vita
- */
-public class DummyClass2LayerFolder implements Class2LayerFolder {
-
-    /** Creates a new instance of DummyClass2LayerFolder */
-    public DummyClass2LayerFolder() {
-    }
-
-    public String getLayerFolderName() {
-        return "DummyFolder";
-    }
-
-    public InstanceProvider getInstanceProvider() {
-        return null;
-    }
-
-    public Class getClazz() {
-        return DummySetting.class;
-    }
-    
-}
diff --git a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/DummyClass2LayerFolderWithInstanceProvider.java b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/DummyClass2LayerFolderWithInstanceProvider.java
deleted file mode 100644
index d476430..0000000
--- a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/DummyClass2LayerFolderWithInstanceProvider.java
+++ /dev/null
@@ -1,72 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.netbeans.modules.editor.mimelookup.impl;
-
-import org.netbeans.spi.editor.mimelookup.Class2LayerFolder;
-import org.netbeans.spi.editor.mimelookup.InstanceProvider;
-
-/**
- *
- * @author vita
- */
-public class DummyClass2LayerFolderWithInstanceProvider implements Class2LayerFolder {
-
-    /** Creates a new instance of DummyClass2LayerFolder */
-    public DummyClass2LayerFolderWithInstanceProvider() {
-    }
-
-    public String getLayerFolderName() {
-        return "DummyFolder";
-    }
-
-    public InstanceProvider getInstanceProvider() {
-        return new DummyInstanceProvider();
-    }
-
-    public Class getClazz() {
-        return DummySetting.class;
-    }
-    
-}
diff --git a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/DummySettingImpl.java b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/DummySettingImpl.java
index 9921707..84738f7 100644
--- a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/DummySettingImpl.java
+++ b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/DummySettingImpl.java
@@ -46,24 +46,25 @@ package org.netbeans.modules.editor.mimelookup.impl;
 
 import java.util.ArrayList;
 import java.util.List;
+import org.openide.filesystems.FileObject;
 
 /**
  *
  * @author vita
  */
-public class DummySettingImpl implements DummySetting {
+public class DummySettingImpl implements DummySetting, DummySettingWithPath {
 
-    private List files = null;
+    private List<FileObject> files = null;
 
     /** Creates a new instance of DummySettingImpl */
     public DummySettingImpl() {
     }
 
-    public DummySettingImpl(List files) {
-        files = new ArrayList(files);
+    public DummySettingImpl(List<FileObject> files) {
+        this.files = new ArrayList(files);
     }
 
-    public List getFiles() {
+    public List<FileObject> getFiles() {
         return files;
     }
 }
diff --git a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/DummySettingWithPath.java b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/DummySettingWithPath.java
new file mode 100644
index 0000000..e36f0b1
--- /dev/null
+++ b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/DummySettingWithPath.java
@@ -0,0 +1,56 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.netbeans.modules.editor.mimelookup.impl;
+
+import org.netbeans.spi.editor.mimelookup.MimeLocation;
+
+/**
+ *
+ * @author vita
+ */
+ at MimeLocation(subfolderName="DummyFolder")
+public interface DummySettingWithPath {
+
+}
diff --git a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/FolderPathLookupTest.java b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/FolderPathLookupTest.java
index e68ff85..b759f13 100644
--- a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/FolderPathLookupTest.java
+++ b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/FolderPathLookupTest.java
@@ -83,19 +83,19 @@ public class FolderPathLookupTest extends NbTestCase {
     }
     
     public void testSimple() throws Exception {
-        TestUtilities.createFile(getWorkDir(), "Tmp/A/B/C/D/org-netbeans-modules-editor-mimelookup-impl-DummyClass2LayerFolder.instance");
-        
+        TestUtilities.createFile(getWorkDir(), "Tmp/A/B/C/D/org-netbeans-modules-editor-mimelookup-impl-DummySettingImpl.instance");
+
         // Create lookup over an existing folder
         Lookup lookup = new FolderPathLookup(new String [] { "Tmp/A/B/C/D" });
-        Collection instances = lookup.lookupAll(Class2LayerFolder.class);
-        
+        Collection instances = lookup.lookupAll(DummySetting.class);
+
         assertEquals("Wrong number of instances", 1, instances.size());
-        assertEquals("Wrong instance", DummyClass2LayerFolder.class, instances.iterator().next().getClass());
-        
+        assertEquals("Wrong instance", DummySettingImpl.class, instances.iterator().next().getClass());
+
         // Now create lookup over a non-existing folder
         lookup = new FolderPathLookup(new String [] { "Tmp/X/Y/Z" });
         instances = lookup.lookupAll(Object.class);
-        
+
         assertEquals("Wrong number of instances", 0, instances.size());
     }
 
@@ -103,36 +103,36 @@ public class FolderPathLookupTest extends NbTestCase {
         // Create lookup over a non-existing folder
         Lookup lookup = new FolderPathLookup(new String [] { "Tmp/A/B/C/D" });
         Collection instances = lookup.lookupAll(Class2LayerFolder.class);
-        
+
         assertEquals("Wrong number of instances", 0, instances.size());
 
         // Create the folder and the instance
-        TestUtilities.createFile(getWorkDir(), "Tmp/A/B/C/D/org-netbeans-modules-editor-mimelookup-impl-DummyClass2LayerFolder.instance");
-        
-        instances = lookup.lookupAll(Class2LayerFolder.class);
+        TestUtilities.createFile(getWorkDir(), "Tmp/A/B/C/D/org-netbeans-modules-editor-mimelookup-impl-DummySettingImpl.instance");
+
+        instances = lookup.lookupAll(DummySetting.class);
         assertEquals("Wrong number of instances", 1, instances.size());
-        assertEquals("Wrong instance", DummyClass2LayerFolder.class, instances.iterator().next().getClass());
+        assertEquals("Wrong instance", DummySettingImpl.class, instances.iterator().next().getClass());
     }
 
     public void testRemovingFolders() throws Exception {
-        TestUtilities.createFile(getWorkDir(), "Tmp/A/B/C/D/org-netbeans-modules-editor-mimelookup-impl-DummyClass2LayerFolder.instance");
-        
+        TestUtilities.createFile(getWorkDir(), "Tmp/A/B/C/D/org-netbeans-modules-editor-mimelookup-impl-DummySettingImpl.instance");
+
         // Create lookup over an existing folder
         Lookup lookup = new FolderPathLookup(new String [] { "Tmp/A/B/C/D" });
-        Collection instances = lookup.lookupAll(Class2LayerFolder.class);
-        
+        Collection instances = lookup.lookupAll(DummySetting.class);
+
         assertEquals("Wrong number of instances", 1, instances.size());
-        assertEquals("Wrong instance", DummyClass2LayerFolder.class, instances.iterator().next().getClass());
+        assertEquals("Wrong instance", DummySettingImpl.class, instances.iterator().next().getClass());
 
         // Delete the folders
         TestUtilities.deleteFile(getWorkDir(), "Tmp");
-        
+
         instances = lookup.lookupAll(Class2LayerFolder.class);
         assertEquals("Wrong number of instances", 0, instances.size());
     }
 
     public void testChangeEvents() throws Exception {
-        Lookup.Result lr = new FolderPathLookup(new String [] { "Tmp/A/B/C/D" }).lookupResult(Class2LayerFolder.class);
+        Lookup.Result lr = new FolderPathLookup(new String [] { "Tmp/A/B/C/D" }).lookupResult(DummySetting.class);
         L listener = new L();
         lr.addLookupListener(listener);
 
@@ -140,13 +140,13 @@ public class FolderPathLookupTest extends NbTestCase {
         assertEquals("Wrong number of instances", 0, instances.size());
 
         // Create the folder and the instance
-        TestUtilities.createFile(getWorkDir(), "Tmp/A/B/C/D/org-netbeans-modules-editor-mimelookup-impl-DummyClass2LayerFolder.instance");
+        TestUtilities.createFile(getWorkDir(), "Tmp/A/B/C/D/org-netbeans-modules-editor-mimelookup-impl-DummySettingImpl.instance");
 
         assertEquals("Wrong number of events", 1, listener.resultChangedCnt);
-        
+
         instances = lr.allInstances();
         assertEquals("Wrong number of instances", 1, instances.size());
-        assertEquals("Wrong instance", DummyClass2LayerFolder.class, instances.iterator().next().getClass());
+        assertEquals("Wrong instance", DummySettingImpl.class, instances.iterator().next().getClass());
 
         // Reset the listener
         listener.resultChangedCnt = 0;
@@ -155,7 +155,7 @@ public class FolderPathLookupTest extends NbTestCase {
         TestUtilities.deleteFile(getWorkDir(), "Tmp");
 
         assertEquals("Wrong number of events", 1, listener.resultChangedCnt);
-        
+
         instances = lr.allInstances();
         assertEquals("Wrong number of instances", 0, instances.size());
     }
diff --git a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/PopupActions.java b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/PopupActions.java
index 72b86a5..cb58670 100644
--- a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/PopupActions.java
+++ b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/PopupActions.java
@@ -52,6 +52,7 @@ import javax.swing.Action;
 import javax.swing.JPanel;
 import javax.swing.JSeparator;
 import org.netbeans.spi.editor.mimelookup.InstanceProvider;
+import org.netbeans.spi.editor.mimelookup.MimeLocation;
 import org.openide.cookies.InstanceCookie;
 import org.openide.filesystems.FileObject;
 import org.openide.loaders.DataObject;
@@ -62,6 +63,7 @@ import org.openide.util.actions.SystemAction;
  *
  * @author Martin Roskanin
  */
+ at MimeLocation(subfolderName="Popup", instanceProviderClass=PopupActions.class)
 public class PopupActions implements InstanceProvider{
     static final Object LOCK = new JPanel().getTreeLock();
 
diff --git a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/PopupInitializer.java b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/PopupInitializer.java
deleted file mode 100644
index 19eb46b..0000000
--- a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/PopupInitializer.java
+++ /dev/null
@@ -1,81 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-
-package org.netbeans.modules.editor.mimelookup.impl;
-
-import org.netbeans.spi.editor.mimelookup.Class2LayerFolder;
-import org.netbeans.spi.editor.mimelookup.InstanceProvider;
-import org.openide.actions.DeleteAction;
-import org.openide.util.actions.CallbackSystemAction;
-/**
- *
- * @author Martin Roskanin
- */
- at org.openide.util.lookup.ServiceProvider(service=org.netbeans.spi.editor.mimelookup.Class2LayerFolder.class)
-public class PopupInitializer implements Class2LayerFolder{
-
-    /** Creates a new instance of TestClass2LayerFolderInitializer */
-    public PopupInitializer() {
-    }
-
-    public Class getClazz(){
-        return PopupActions.class;
-    }
-    
-    /** Gets layer folder name, where the class should be found.
-     *  Folder should be located in the appropriate mime type path, i.e.
-     *  Editors/text/x-java/@lt;desired-layer-folder-name at gt;
-     *  
-     *  @return layer folder name
-     */
-    public String getLayerFolderName(){
-        return "Popup"; //NOI18N
-    }
-
-    public InstanceProvider getInstanceProvider() {
-        return new PopupActions();
-    }
-    
-}
diff --git a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/SwitchLookupTest.java b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/SwitchLookupTest.java
index 63cd563..381620a 100644
--- a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/SwitchLookupTest.java
+++ b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/SwitchLookupTest.java
@@ -238,53 +238,15 @@ public class SwitchLookupTest extends NbTestCase {
     
     public void testReadFromSpecialFolders() throws Exception {
         TestUtilities.createFile(getWorkDir(), "Editors/text/x-java/DummyFolder/org-netbeans-modules-editor-mimelookup-impl-DummySettingImpl.instance");
-        TestUtilities.createFile(getWorkDir(), "Services/org-netbeans-modules-editor-mimelookup-impl-DummyClass2LayerFolder.instance");
         TestUtilities.sleepForWhile();
 
         Lookup lookup = new SwitchLookup(MimePath.parse("text/x-jsp/text/x-java"));
-        Collection instances = lookup.lookupAll(DummySetting.class);
+        Collection instances = lookup.lookupAll(DummySettingWithPath.class);
         
         assertEquals("Wrong number of instances", 1, instances.size());
         assertEquals("Wrong instance", DummySettingImpl.class, instances.iterator().next().getClass());
     }
 
-    // test that adding/removing a Class2LayerFolder provider updates the lookup for its class
-    
-    public void testChangeInMappers() throws Exception {
-        TestUtilities.createFile(getWorkDir(), "Editors/text/x-java/DummyFolder/org-netbeans-modules-editor-mimelookup-impl-DummySettingImpl.instance");
-        TestUtilities.sleepForWhile();
-
-        Lookup lookup = new SwitchLookup(MimePath.parse("text/x-jsp/text/x-java"));
-        Lookup.Result result = lookup.lookupResult(DummySetting.class);
-        L listener = new L();
-        
-        result.addLookupListener(listener);
-        Collection instances = result.allInstances();
-        
-        assertEquals("Wrong number of change events", 0, listener.resultChangedCnt);
-        assertEquals("Wrong number of instances", 0, instances.size());
-
-        // Add the mapper
-        TestUtilities.createFile(getWorkDir(), "Services/org-netbeans-modules-editor-mimelookup-impl-DummyClass2LayerFolder.instance");
-        TestUtilities.sleepForWhile();
-
-        instances = result.allInstances();
-        assertEquals("Wrong number of change events", 1, listener.resultChangedCnt);
-        assertEquals("Wrong number of instances", 1, instances.size());
-        assertEquals("Wrong instance", DummySettingImpl.class, instances.iterator().next().getClass());
-        
-        // Reset the listener
-        listener.resultChangedCnt = 0;
-        
-        // Remove the mapper
-        TestUtilities.deleteFile(getWorkDir(), "Services/org-netbeans-modules-editor-mimelookup-impl-DummyClass2LayerFolder.instance");
-        TestUtilities.sleepForWhile();
-
-        assertEquals("Wrong number of change events", 1, listener.resultChangedCnt);
-        instances = result.allInstances();
-        assertEquals("Wrong number of instances", 0, instances.size());
-    }
-
     private static final class L implements LookupListener {
         public int resultChangedCnt = 0;
         public void resultChanged(LookupEvent ev) {
diff --git a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/TestClass2LayerFolderInitializer.java b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/TestClass2LayerFolderInitializer.java
deleted file mode 100644
index 29c5ebe..0000000
--- a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/TestClass2LayerFolderInitializer.java
+++ /dev/null
@@ -1,78 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-
-package org.netbeans.modules.editor.mimelookup.impl;
-
-import org.netbeans.spi.editor.mimelookup.Class2LayerFolder;
-/**
- *
- * @author Martin Roskanin
- */
- at org.openide.util.lookup.ServiceProvider(service=org.netbeans.spi.editor.mimelookup.Class2LayerFolder.class)
-public class TestClass2LayerFolderInitializer implements Class2LayerFolder{
-
-    /** Creates a new instance of TestClass2LayerFolderInitializer */
-    public TestClass2LayerFolderInitializer() {
-    }
-
-    public Class getClazz(){
-        return TestLookupObject.class;
-    }
-
-    /** Gets layer folder name, where the class should be found.
-     *  Folder should be located in the appropriate mime type path, i.e.
-     *  Editors/text/x-java/@lt;desired-layer-folder-name at gt;
-     *  
-     *  @return layer folder name
-     */
-    public String getLayerFolderName(){
-        return "testLookup";
-    }
-
-    public org.netbeans.spi.editor.mimelookup.InstanceProvider getInstanceProvider() {
-        return null;
-    }
-    
-}
diff --git a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/TestClass2LayerFolderInitializerTwo.java b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/TestClass2LayerFolderInitializerTwo.java
deleted file mode 100644
index a4575d0..0000000
--- a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/TestClass2LayerFolderInitializerTwo.java
+++ /dev/null
@@ -1,78 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-
-package org.netbeans.modules.editor.mimelookup.impl;
-
-import org.netbeans.spi.editor.mimelookup.Class2LayerFolder;
-/**
- *
- * @author Martin Roskanin
- */
- at org.openide.util.lookup.ServiceProvider(service=org.netbeans.spi.editor.mimelookup.Class2LayerFolder.class)
-public class TestClass2LayerFolderInitializerTwo implements Class2LayerFolder{
-
-    /** Creates a new instance of TestClass2LayerFolderInitializer */
-    public TestClass2LayerFolderInitializerTwo() {
-    }
-
-    public Class getClazz(){
-        return TestLookupObjectTwo.class;
-    }
-
-    /** Gets layer folder name, where the class should be found.
-     *  Folder should be located in the appropriate mime type path, i.e.
-     *  Editors/text/x-java/@lt;desired-layer-folder-name at gt;
-     *  
-     *  @return layer folder name
-     */
-    public String getLayerFolderName(){
-        return "testLookupTwo";
-    }
-
-    public org.netbeans.spi.editor.mimelookup.InstanceProvider getInstanceProvider() {
-        return null;
-    }
-    
-}
diff --git a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/TestLookupObject.java b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/TestLookupObject.java
index 38162bf..917223e 100644
--- a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/TestLookupObject.java
+++ b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/TestLookupObject.java
@@ -45,10 +45,13 @@
 
 package org.netbeans.modules.editor.mimelookup.impl;
 
+import org.netbeans.spi.editor.mimelookup.MimeLocation;
+
 /**
  *
  * @author Martin Roskanin
  */
+ at MimeLocation(subfolderName="testLookup")
 public class TestLookupObject {
 
     /** Creates a new instance of TestLookupObject */
diff --git a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/TestLookupObjectTwo.java b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/TestLookupObjectTwo.java
index 0fbe727..b648554 100644
--- a/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/TestLookupObjectTwo.java
+++ b/editor.mimelookup.impl/test/unit/src/org/netbeans/modules/editor/mimelookup/impl/TestLookupObjectTwo.java
@@ -10,10 +10,13 @@
 
 package org.netbeans.modules.editor.mimelookup.impl;
 
+import org.netbeans.spi.editor.mimelookup.MimeLocation;
+
 /**
  *
  * @author mato
  */
+ at MimeLocation(subfolderName="testLookupTwo")
 public class TestLookupObjectTwo {
     
     /** Creates a new instance of TestLookupObject */
diff --git a/editor.mimelookup/apichanges.xml b/editor.mimelookup/apichanges.xml
index 9bc4e6c..4c6ae8e 100644
--- a/editor.mimelookup/apichanges.xml
+++ b/editor.mimelookup/apichanges.xml
@@ -108,6 +108,31 @@ is the proper place.
 
     <changes>
 
+        <change id="Class2LayerFolder.deprecated">
+            <summary>Class2LayerFolder Deprecated and not used</summary>
+            <version major="1" minor="20"/>
+            <date day="4" month="10" year="2010"/>
+            <author login="jlahoda"/>
+            <compatibility binary="compatible" source="compatible" semantic="incompatible" addition="no" deletion="no" modification="no" deprecation="yes"/>
+            <description>
+                <code>Class2LayerFolder</code> has been deprecated and is ignored.
+            </description>
+            <issue number="190606"/>
+        </change>
+
+        <change id="MimeLookupRegistration">
+            <summary>@MimeLocation, @MimeRegistration and @MimeRegistrations added</summary>
+            <version major="1" minor="19"/>
+            <date day="4" month="10" year="2010"/>
+            <author login="jlahoda"/>
+            <compatibility binary="compatible" source="compatible" semantic="compatible" addition="yes" deletion="no" modification="no" />
+            <description>
+                Added <code>@MimeLocation</code>, <code>@MimeRegistration</code> and <code>@MimeRegistrations</code>
+                that allow to register services to the MimeLookup.
+            </description>
+            <issue number="190606"/>
+        </change>
+
         <change id="MimeLookup.getLookup-mimePath-as-String-added">
             <summary>MimeLookup.getLookup(String mimePath) method added</summary>
             <version major="1" minor="8"/>
diff --git a/editor.mimelookup/arch.xml b/editor.mimelookup/arch.xml
index 6bbfc95..515c01b 100644
--- a/editor.mimelookup/arch.xml
+++ b/editor.mimelookup/arch.xml
@@ -658,7 +658,19 @@ No.
         </question>
 -->
 <answer id="exec-property">
-No.
+      <api name="org.openide.awt.ActionReference.completion" category="devel" group="systemproperty" type="import">
+          The annotation processor for <a href="@TOP@/org/netbeans/api/editor/mimelookup/MimeRegistration.html">MimeRegistration</a>
+          annotation reuses API defined by <a href="@org-openide-awt@/overview-summary.html">UI Utilities API</a>
+          and reads <a href="@JDK@/java/lang/System.html">System.getProperty("org.openide.awt.ActionReference.completion")</a>
+          property. If it 
+          is specified, then the processor
+          tries to load such class, casts it to 
+          <a href="@JDK@/javax/annotation/processing/Processor.html">Processor</a>
+          and asks it for additional completion items for annotation's
+          <code>mimeType</code> attribute. By default, when running inside NetBeans IDE,
+          <code>apisupport.project</code> registers such class and provides
+          items representing valid paths in current project.
+      </api>
 </answer>
 
 
diff --git a/editor.mimelookup/manifest.mf b/editor.mimelookup/manifest.mf
index 199ec78..1560ed2 100644
--- a/editor.mimelookup/manifest.mf
+++ b/editor.mimelookup/manifest.mf
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.editor.mimelookup/1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/editor/mimelookup/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.16.1
+OpenIDE-Module-Specification-Version: 1.21.1
 OpenIDE-Module-Recommends: org.netbeans.spi.editor.mimelookup.MimeDataProvider
 AutoUpdate-Essential-Module: true
 
diff --git a/editor.mimelookup/nbproject/org-netbeans-modules-editor-mimelookup.sig b/editor.mimelookup/nbproject/org-netbeans-modules-editor-mimelookup.sig
index b789225..1328d5d 100644
--- a/editor.mimelookup/nbproject/org-netbeans-modules-editor-mimelookup.sig
+++ b/editor.mimelookup/nbproject/org-netbeans-modules-editor-mimelookup.sig
@@ -1,5 +1,5 @@
 #Signature file v4.1
-#Version 1.14
+#Version 1.16
 
 CLSS public abstract interface !annotation java.lang.Deprecated
  anno 0 java.lang.annotation.Documented()
@@ -7,7 +7,7 @@ CLSS public abstract interface !annotation java.lang.Deprecated
 intf java.lang.annotation.Annotation
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -88,7 +88,7 @@ meth public abstract org.openide.util.Lookup lookup()
 meth public abstract org.openide.util.Lookup$Result<org.netbeans.spi.editor.mimelookup.MimeLookupInitializer> child(java.lang.String)
 
 CLSS public abstract org.openide.util.Lookup
-cons public Lookup()
+cons public init()
 fld public final static org.openide.util.Lookup EMPTY
 innr public abstract interface static Provider
 innr public abstract static Item
diff --git a/editor.mimelookup/nbproject/project.xml b/editor.mimelookup/nbproject/project.xml
index 538ed64..4caf3a2 100644
--- a/editor.mimelookup/nbproject/project.xml
+++ b/editor.mimelookup/nbproject/project.xml
@@ -101,6 +101,11 @@ made subject to such option by the copyright holder.
                         <recursive/>
                         <compile-dependency/>
                     </test-dependency>
+                    <test-dependency>
+                        <code-name-base>org.openide.util.lookup</code-name-base>
+                        <compile-dependency/>
+                        <test/>
+                    </test-dependency>
                 </test-type>
             </test-dependencies>
             <public-packages>
diff --git a/editor.mimelookup/src/org/netbeans/api/editor/mimelookup/MimeRegistration.java b/editor.mimelookup/src/org/netbeans/api/editor/mimelookup/MimeRegistration.java
new file mode 100644
index 0000000..bc9ef07
--- /dev/null
+++ b/editor.mimelookup/src/org/netbeans/api/editor/mimelookup/MimeRegistration.java
@@ -0,0 +1,76 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+package org.netbeans.api.editor.mimelookup;
+
+import java.lang.annotation.ElementType;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
+
+/**Register an implementation of a service to the mime lookup under given mime-type.
+ * This annotation can be used either to annotate implementation class, in which case
+ * it must have a public non-arg constructor, or a public static factory method returning
+ * the service.
+ *
+ * @author Jan Lahoda
+ * @since 1.19
+ */
+ at Target({ElementType.TYPE, ElementType.METHOD})
+ at Retention(RetentionPolicy.SOURCE)
+public @interface MimeRegistration {
+
+    /**
+     * The API service.
+     */
+    public Class<?> service();
+    
+    /**
+     * Mime type to which should be the given provider registered.
+     */
+    public String mimeType();
+
+    /**
+     * Position of the provider in the list of providers.
+     */
+    public int position() default Integer.MAX_VALUE;
+
+}
diff --git a/editor.mimelookup/src/org/netbeans/api/editor/mimelookup/MimeRegistrations.java b/editor.mimelookup/src/org/netbeans/api/editor/mimelookup/MimeRegistrations.java
new file mode 100644
index 0000000..0112655
--- /dev/null
+++ b/editor.mimelookup/src/org/netbeans/api/editor/mimelookup/MimeRegistrations.java
@@ -0,0 +1,60 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+package org.netbeans.api.editor.mimelookup;
+
+import java.lang.annotation.ElementType;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
+
+/**Allows to specify more that one {@link MimeRegistration} for one element.
+ *
+ * @author lahvac
+ * @since 1.19
+ */
+ at Target({ElementType.TYPE, ElementType.METHOD})
+ at Retention(RetentionPolicy.SOURCE)
+public @interface MimeRegistrations {
+
+    public MimeRegistration[] value();
+    
+}
diff --git a/editor.mimelookup/src/org/netbeans/modules/editor/mimelookup/CreateRegistrationProcessor.java b/editor.mimelookup/src/org/netbeans/modules/editor/mimelookup/CreateRegistrationProcessor.java
new file mode 100644
index 0000000..7402049
--- /dev/null
+++ b/editor.mimelookup/src/org/netbeans/modules/editor/mimelookup/CreateRegistrationProcessor.java
@@ -0,0 +1,415 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2008-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2008-2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.editor.mimelookup;
+
+import java.util.Collection;
+import java.util.Collections;
+import java.util.HashSet;
+import java.util.LinkedList;
+import java.util.List;
+import java.util.Map.Entry;
+import java.util.Set;
+import javax.annotation.processing.Completion;
+import javax.annotation.processing.Processor;
+import javax.annotation.processing.RoundEnvironment;
+import javax.annotation.processing.SupportedAnnotationTypes;
+import javax.annotation.processing.SupportedSourceVersion;
+import javax.lang.model.SourceVersion;
+import javax.lang.model.element.AnnotationMirror;
+import javax.lang.model.element.AnnotationValue;
+import javax.lang.model.element.Element;
+import javax.lang.model.element.ExecutableElement;
+import javax.lang.model.element.Modifier;
+import javax.lang.model.element.Name;
+import javax.lang.model.element.TypeElement;
+import javax.lang.model.type.DeclaredType;
+import javax.lang.model.type.ExecutableType;
+import javax.lang.model.type.TypeKind;
+import javax.lang.model.type.TypeMirror;
+import javax.lang.model.util.ElementFilter;
+import javax.lang.model.util.Types;
+import javax.tools.Diagnostic.Kind;
+import org.openide.filesystems.annotations.LayerGeneratingProcessor;
+import org.openide.filesystems.annotations.LayerGenerationException;
+import org.openide.util.Exceptions;
+import org.openide.util.Lookup;
+import org.openide.util.NbCollections;
+import org.openide.util.lookup.ServiceProvider;
+
+/**
+ *
+ * @author Jan Lahoda
+ */
+ at SupportedAnnotationTypes({"org.netbeans.api.editor.mimelookup.MimeRegistration", "org.netbeans.api.editor.mimelookup.MimeRegistrations", "org.netbeans.spi.editor.mimelookup.MimeLocation"})
+ at SupportedSourceVersion(SourceVersion.RELEASE_6)
+ at ServiceProvider(service=Processor.class)
+public class CreateRegistrationProcessor extends LayerGeneratingProcessor {
+
+    @Override
+    protected boolean handleProcess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) throws LayerGenerationException {
+        TypeElement mimeRegistration = processingEnv.getElementUtils().getTypeElement("org.netbeans.api.editor.mimelookup.MimeRegistration");
+
+        for (Element el : roundEnv.getElementsAnnotatedWith(mimeRegistration)) {
+            for (AnnotationMirror am : el.getAnnotationMirrors()) {
+                if (!mimeRegistration.equals(am.getAnnotationType().asElement())) {
+                    continue;
+                }
+
+                process(el, am);
+            }
+        }
+
+        TypeElement mimeRegistrations = processingEnv.getElementUtils().getTypeElement("org.netbeans.api.editor.mimelookup.MimeRegistrations");
+
+        for (Element el : roundEnv.getElementsAnnotatedWith(mimeRegistrations)) {
+            for (AnnotationMirror am : el.getAnnotationMirrors()) {
+                if (!mimeRegistrations.equals(am.getAnnotationType().asElement())) {
+                    continue;
+                }
+
+                for (Entry<? extends ExecutableElement, ? extends AnnotationValue> e : am.getElementValues().entrySet()) {
+                    if (!e.getKey().getSimpleName().contentEquals("value")) continue;
+
+                    for (AnnotationMirror r : NbCollections.iterable(NbCollections.checkedIteratorByFilter(((Iterable) e.getValue().getValue()).iterator(), AnnotationMirror.class, true))) {
+                        process(el, r);
+                    }
+                }
+            }
+        }
+
+        TypeElement mimeLocation = processingEnv.getElementUtils().getTypeElement("org.netbeans.spi.editor.mimelookup.MimeLocation");
+
+        for (TypeElement el : ElementFilter.typesIn(roundEnv.getElementsAnnotatedWith(mimeLocation))) {
+            for (AnnotationMirror am : el.getAnnotationMirrors()) {
+                if (!mimeLocation.equals(am.getAnnotationType().asElement())) {
+                    continue;
+                }
+
+                checkMimeLocation(el, am);
+            }
+        }
+
+        return true;
+    }
+
+    private void process(Element toRegister, AnnotationMirror mimeRegistration) throws LayerGenerationException {
+        TypeMirror service = null;
+        String mimeType = null;
+        int    position = Integer.MAX_VALUE;
+        for (Entry<? extends ExecutableElement, ? extends AnnotationValue> e : mimeRegistration.getElementValues().entrySet()) {
+            Name simpleName = e.getKey().getSimpleName();
+            if (simpleName.contentEquals("service")) {
+                service = (TypeMirror) e.getValue().getValue();
+                continue;
+            }
+            if (simpleName.contentEquals("mimeType")) {
+                mimeType = (String) e.getValue().getValue();
+                continue;
+            }
+            if (simpleName.contentEquals("position")) {
+                position = (Integer) e.getValue().getValue();
+                continue;
+            }
+        }
+
+        if (mimeType != null) {
+            if (mimeType.length() != 0) mimeType = "/" + mimeType;
+
+            String folder = "";
+            TypeElement apiTE = (TypeElement) processingEnv.getTypeUtils().asElement(service);
+            TypeElement location = processingEnv.getElementUtils().getTypeElement("org.netbeans.spi.editor.mimelookup.MimeLocation");
+
+            OUTER: for (AnnotationMirror am : apiTE.getAnnotationMirrors()) {
+                if (!location.equals(am.getAnnotationType().asElement())) continue;
+
+                for (Entry<? extends ExecutableElement, ? extends AnnotationValue> e : am.getElementValues().entrySet()) {
+                    if (e.getKey().getSimpleName().contentEquals("subfolderName")) {
+                        folder = "/" + (String) e.getValue().getValue();
+                        break OUTER;
+                    }
+                }
+            }
+
+            instantiableClassOrMethod(toRegister, apiTE);
+            layer(toRegister).instanceFile("Editors" + mimeType + folder, null, null).position(position).write();
+        }
+    }
+    
+    private void instantiableClassOrMethod(Element anntated, TypeElement apiClass) throws IllegalArgumentException, LayerGenerationException {
+        TypeMirror typeMirror = processingEnv.getTypeUtils().getDeclaredType(apiClass);
+        
+        switch (anntated.getKind()) {
+            case CLASS: {
+                String clazz = processingEnv.getElementUtils().getBinaryName((TypeElement) anntated).toString();
+                if (anntated.getModifiers().contains(Modifier.ABSTRACT)) {
+                    throw new LayerGenerationException(clazz + " must not be abstract", anntated);
+                }
+                {
+                    boolean hasDefaultCtor = false;
+                    for (ExecutableElement constructor : ElementFilter.constructorsIn(anntated.getEnclosedElements())) {
+                        if (constructor.getParameters().isEmpty()) {
+                            hasDefaultCtor = true;
+                            break;
+                        }
+                    }
+                    if (!hasDefaultCtor) {
+                        throw new LayerGenerationException(clazz + " must have a no-argument constructor", anntated);
+                    }
+                }
+                if (typeMirror != null && !processingEnv.getTypeUtils().isAssignable(anntated.asType(), typeMirror)) {
+                    throw new LayerGenerationException(clazz + " is not assignable to " + typeMirror, anntated);
+                }
+                if (!anntated.getModifiers().contains(Modifier.PUBLIC)) {
+                    throw new LayerGenerationException(clazz + " is not public", anntated);
+                }
+                return;
+            }
+            case METHOD: {
+                String clazz = processingEnv.getElementUtils().getBinaryName((TypeElement) anntated.getEnclosingElement()).toString();
+                String method = anntated.getSimpleName().toString();
+                if (!anntated.getModifiers().contains(Modifier.STATIC)) {
+                    throw new LayerGenerationException(clazz + "." + method + " must be static", anntated);
+                }
+                if (!((ExecutableElement) anntated).getParameters().isEmpty()) {
+                    throw new LayerGenerationException(clazz + "." + method + " must not take arguments", anntated);
+                }
+                if (typeMirror != null && !processingEnv.getTypeUtils().isAssignable(((ExecutableElement) anntated).getReturnType(), typeMirror)) {
+                    throw new LayerGenerationException(clazz + "." + method + " is not assignable to " + typeMirror, anntated);
+                }
+                return;
+            }
+            default:
+                throw new IllegalArgumentException("Annotated element is not loadable as an instance: " + anntated);
+        }
+    }
+
+    @Override
+    public Iterable<? extends Completion> getCompletions(Element annotated, AnnotationMirror annotation, ExecutableElement attr, String userText) {
+        if (processingEnv == null || annotated == null || !annotated.getKind().isClass()) {
+            return Collections.emptyList();
+        }
+
+        if (   annotation == null
+            || !"org.netbeans.api.editor.mimelookup.MimeRegistration".contentEquals(((TypeElement) annotation.getAnnotationType().asElement()).getQualifiedName())) {
+            return Collections.emptyList();
+        }
+
+        if ("mimeType".contentEquals(attr.getSimpleName())) { // NOI18N
+            return completeMimePath(annotated, annotation, attr, userText);
+        }
+        if (!"service".contentEquals(attr.getSimpleName())) {
+            return Collections.emptyList();
+        }
+
+        TypeElement jlObject = processingEnv.getElementUtils().getTypeElement("java.lang.Object");
+
+        if (jlObject == null) {
+            return Collections.emptyList();
+        }
+
+        Collection<Completion> result = new LinkedList<Completion>();
+        List<TypeElement> toProcess = new LinkedList<TypeElement>();
+
+        toProcess.add((TypeElement) annotated);
+
+        while (!toProcess.isEmpty()) {
+            TypeElement c = toProcess.remove(0);
+
+            result.add(new TypeCompletion(c.getQualifiedName().toString() + ".class"));
+
+            List<TypeMirror> parents = new LinkedList<TypeMirror>();
+
+            parents.add(c.getSuperclass());
+            parents.addAll(c.getInterfaces());
+
+            for (TypeMirror tm : parents) {
+                if (tm == null || tm.getKind() != TypeKind.DECLARED) {
+                    continue;
+                }
+
+                TypeElement type = (TypeElement) processingEnv.getTypeUtils().asElement(tm);
+
+                if (!jlObject.equals(type)) {
+                    toProcess.add(type);
+                }
+            }
+        }
+
+        return result;
+    }
+    
+    private static final String[] DEFAULT_COMPLETIONS = {"text/plain", "text/xml", "text/x-java"}; // NOI18N
+    private Processor COMPLETIONS;
+    private Iterable<? extends Completion> completeMimePath(
+        Element element, AnnotationMirror annotation,
+        ExecutableElement attr, String userText
+    ) {
+        if (userText == null) {
+            userText = "";
+        }
+        if (userText.startsWith("\"")) {
+            userText = userText.substring(1);
+        }
+
+        Set<Completion> res = new HashSet<Completion>();
+        if (COMPLETIONS == null) {
+            String pathCompletions = System.getProperty("org.openide.awt.ActionReference.completion");
+            if (pathCompletions != null) {
+                ClassLoader l = Lookup.getDefault().lookup(ClassLoader.class);
+                if (l == null) {
+                    l = Thread.currentThread().getContextClassLoader();
+                }
+                if (l == null) {
+                    l = CreateRegistrationProcessor.class.getClassLoader();
+                }
+                try {
+                    COMPLETIONS = (Processor)Class.forName(pathCompletions, true, l).newInstance();
+                } catch (Exception ex) {
+                    Exceptions.printStackTrace(ex);
+                    // no completions, OK
+                    COMPLETIONS = this;
+                }
+            } else {
+                return res;
+            }
+        }
+        if (COMPLETIONS != null && COMPLETIONS != this) {
+            COMPLETIONS.init(processingEnv);
+            for (Completion completion : COMPLETIONS.getCompletions(element, annotation, attr, "Editors/" + userText)) {
+                String v = completion.getValue();
+                if (v == null) {
+                    continue;
+                }
+                String[] arr = v.split("/");
+                if (arr.length > 3 || arr.length < 2) {
+                    continue;
+                }
+                if (!arr[0].equals("\"Editors")) {
+                    continue;
+                }
+                if (arr[1].length() == 0 || Character.isUpperCase(arr[1].charAt(0))) {
+                    // upper case means folders created by @MimeLocation very likelly
+                    continue;
+                }
+                if (arr.length > 2) {
+                    res.add(new TypeCompletion('"' + arr[1] + '/' + arr[2]));
+                } else {
+                    res.add(new TypeCompletion('"' + arr[1] + '/'));
+                }
+            }
+        }
+        if (res.isEmpty()) {
+            for (String c : DEFAULT_COMPLETIONS) {
+                if (c.startsWith(userText)) {
+                    res.add(new TypeCompletion("\"" + c));
+                }
+            }
+        }
+        
+        return res;
+    }
+
+    private void checkMimeLocation(TypeElement clazz, AnnotationMirror am) {
+        for (Entry<? extends ExecutableElement, ? extends AnnotationValue> e : am.getElementValues().entrySet()) {
+            if (!e.getKey().getSimpleName().contentEquals("instanceProviderClass")) continue;
+
+            TypeMirror ipc = (TypeMirror) e.getValue().getValue();
+
+            if (ipc == null || ipc.getKind() != TypeKind.DECLARED) continue; //the compiler should have given the error
+
+            TypeElement instanceProvider = processingEnv.getElementUtils().getTypeElement("org.netbeans.spi.editor.mimelookup.InstanceProvider");
+
+            if (instanceProvider == null) {
+                return ;
+            }
+            
+            ExecutableElement createInstance = null;
+
+            for (ExecutableElement ee : ElementFilter.methodsIn(instanceProvider.getEnclosedElements())) {
+                if (ee.getSimpleName().contentEquals("createInstance")) { //TODO: check parameters
+                    createInstance = ee;
+                    break;
+                }
+            }
+
+            if (createInstance == null) {
+                throw new IllegalStateException("No instanceCreate in InstanceProvider!");
+            }
+
+            DeclaredType dipc = (DeclaredType) ipc;
+
+            Types tu = processingEnv.getTypeUtils();
+            ExecutableType member = (ExecutableType) tu.asMemberOf(dipc, createInstance);
+            TypeMirror result = member.getReturnType();
+            TypeMirror jlObject = processingEnv.getElementUtils().getTypeElement("java.lang.Object").asType();
+
+            if (!tu.isSameType(tu.erasure(result), jlObject)) {
+                if (!tu.isSubtype(tu.erasure(result), tu.erasure(clazz.asType()))) {
+                    processingEnv.getMessager().printMessage(Kind.ERROR, "The InstanceProvider does not create instances of type " + clazz.getQualifiedName(), clazz, am, e.getValue());
+                }
+            }
+
+            TypeElement tipc = (TypeElement) dipc.asElement();
+
+            if (!tipc.getModifiers().contains(Modifier.PUBLIC)) {
+                processingEnv.getMessager().printMessage(Kind.ERROR, "The InstanceProvider implementation is not public.", clazz, am, e.getValue());
+            }
+
+            for (ExecutableElement c : ElementFilter.constructorsIn(tipc.getEnclosedElements())) {
+                if (c.getParameters().isEmpty() && c.getModifiers().contains(Modifier.PUBLIC)) {
+                    //OK
+                    return;
+                }
+            }
+
+            processingEnv.getMessager().printMessage(Kind.ERROR, "The InstanceProvider implementation does not provide a public no-arg constructor.", clazz, am, e.getValue());
+        }
+    }
+
+    private static final class TypeCompletion implements Completion {
+
+        private final String type;
+
+        public TypeCompletion(String type) {
+            this.type = type;
+        }
+
+        public String getValue() {
+            return type;
+        }
+
+        public String getMessage() {
+            return null;
+        }
+
+    }
+}
diff --git a/editor.mimelookup/src/org/netbeans/modules/editor/mimelookup/MimePathLookup.java b/editor.mimelookup/src/org/netbeans/modules/editor/mimelookup/MimePathLookup.java
index be85547..b668a60 100644
--- a/editor.mimelookup/src/org/netbeans/modules/editor/mimelookup/MimePathLookup.java
+++ b/editor.mimelookup/src/org/netbeans/modules/editor/mimelookup/MimePathLookup.java
@@ -113,11 +113,18 @@ public final class MimePathLookup extends ProxyLookup implements LookupListener
     private void rebuild() {
         ArrayList<Lookup> lookups = new ArrayList<Lookup>();
 
+        if (LOG.isLoggable(Level.FINE)) {
+            LOG.fine("Rebuilding MimeLookup for '" + mimePath.getPath() + "'..."); //NOI18N
+        }
+
         // Add lookups from MimeDataProviders
         for (MimeDataProvider provider : dataProviders.allInstances()) {
             if (mimePathBanned && !isDefaultProvider(provider)) {
                 continue;
             }
+            if (LOG.isLoggable(Level.FINE)) {
+                LOG.fine("- Querying MimeDataProvider(" + mimePath.getPath() + "): " + provider); //NOI18N
+            }
             Lookup mimePathLookup = provider.getLookup(mimePath);
             if (mimePathLookup != null) {
                 lookups.add(mimePathLookup);
@@ -160,6 +167,9 @@ public final class MimePathLookup extends ProxyLookup implements LookupListener
             }
 
             for(MimeLookupInitializer mli : initializers) {
+                if (LOG.isLoggable(Level.FINE)) {
+                    LOG.fine("- Querying MimeLookupInitializer(" + path + "): " + mli); //NOI18N
+                }
                 Lookup mimePathLookup = mli.lookup();
                 if (mimePathLookup != null) {
                     lookups.add(mimePathLookup);
@@ -167,6 +177,10 @@ public final class MimePathLookup extends ProxyLookup implements LookupListener
             }
         }
 
+        if (LOG.isLoggable(Level.FINE)) {
+            LOG.fine("MimeLookup for '" + mimePath.getPath() + "' rebuilt."); //NOI18N
+        }
+
         setLookups(lookups.toArray(new Lookup[lookups.size()]));
     }
 
diff --git a/editor.mimelookup/src/org/netbeans/spi/editor/mimelookup/Class2LayerFolder.java b/editor.mimelookup/src/org/netbeans/spi/editor/mimelookup/Class2LayerFolder.java
index 4cb72df..7f3ca34 100644
--- a/editor.mimelookup/src/org/netbeans/spi/editor/mimelookup/Class2LayerFolder.java
+++ b/editor.mimelookup/src/org/netbeans/spi/editor/mimelookup/Class2LayerFolder.java
@@ -79,7 +79,9 @@ package org.netbeans.spi.editor.mimelookup;
  * @param T type of instance which will be created
  *
  * @author Miloslav Metelka, Martin Roskanin, Vita Stejskal
+ * @deprecated Use {@link MimeLocation} instead
  */
+ at Deprecated
 public interface Class2LayerFolder<T> {
     
     /**
diff --git a/editor.mimelookup/src/org/netbeans/spi/editor/mimelookup/MimeLocation.java b/editor.mimelookup/src/org/netbeans/spi/editor/mimelookup/MimeLocation.java
new file mode 100644
index 0000000..bc6d6e1
--- /dev/null
+++ b/editor.mimelookup/src/org/netbeans/spi/editor/mimelookup/MimeLocation.java
@@ -0,0 +1,72 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.spi.editor.mimelookup;
+
+import java.lang.annotation.Documented;
+import java.lang.annotation.ElementType;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
+
+/**Should be used for services that are to be registered to the MimeLookup and that
+ * need a specific subfolder to be used for the registration (optional, mime-type root
+ * will be searched if this annotation is missing)
+ *
+ * @author Jan Lahoda
+ * @since 1.19
+ */
+ at Documented
+ at Retention(RetentionPolicy.RUNTIME)
+ at Target(ElementType.TYPE)
+public @interface MimeLocation {
+
+    /**
+     * Folder under which the services should be registered in the system filesystem.
+     * The full path for registering the services will then be <code>Editors/<mime-type>/<subfolderName></code>
+     */
+    public String subfolderName();
+
+    @SuppressWarnings("rawtypes")
+    public Class<? extends InstanceProvider> instanceProviderClass() default InstanceProvider.class;
+    
+}
diff --git a/editor.mimelookup/test/unit/src/org/netbeans/modules/editor/mimelookup/CreateRegistrationProcessorTest.java b/editor.mimelookup/test/unit/src/org/netbeans/modules/editor/mimelookup/CreateRegistrationProcessorTest.java
new file mode 100644
index 0000000..8e974e7
--- /dev/null
+++ b/editor.mimelookup/test/unit/src/org/netbeans/modules/editor/mimelookup/CreateRegistrationProcessorTest.java
@@ -0,0 +1,90 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.editor.mimelookup;
+
+import java.util.Collection;
+import org.netbeans.api.editor.mimelookup.MimeRegistration;
+import org.netbeans.api.editor.mimelookup.MimeRegistrations;
+import org.netbeans.junit.NbTestCase;
+import org.openide.util.lookup.Lookups;
+
+/**
+ *
+ * @author lahvac
+ */
+public class CreateRegistrationProcessorTest extends NbTestCase {
+
+    public CreateRegistrationProcessorTest(String name) {
+        super(name);
+    }
+
+    public void testRegistrationsCorrect() throws Exception {
+        Collection<? extends Runnable> mime1 = Lookups.forPath("Editors/test/mime1").lookupAll(Runnable.class);
+
+        assertEquals(1, mime1.size());
+        assertEquals(Service1.class, mime1.iterator().next().getClass());
+
+        Collection<? extends Runnable> mime2 = Lookups.forPath("Editors/test/mime2").lookupAll(Runnable.class);
+
+        assertEquals(1, mime2.size());
+        assertEquals(Service2.class, mime2.iterator().next().getClass());
+
+        Collection<? extends Runnable> mime3 = Lookups.forPath("Editors/test/mime3").lookupAll(Runnable.class);
+
+        assertEquals(1, mime3.size());
+        assertEquals(Service2.class, mime3.iterator().next().getClass());
+    }
+
+    @MimeRegistration(mimeType="test/mime1", service=Runnable.class)
+    public static final class Service1 implements Runnable {
+        public void run() {}
+    }
+
+    @MimeRegistrations({
+        @MimeRegistration(mimeType="test/mime2", service=Runnable.class),
+        @MimeRegistration(mimeType="test/mime3", service=Runnable.class)
+    })
+    public static final class Service2 implements Runnable {
+        public void run() {}
+    }
+}
\ No newline at end of file
diff --git a/favorites/manifest.mf b/favorites/manifest.mf
index 6c57516..9dca20e 100644
--- a/favorites/manifest.mf
+++ b/favorites/manifest.mf
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.favorites/1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/favorites/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.20.1
+OpenIDE-Module-Specification-Version: 1.24.1
 OpenIDE-Module-Layer: org/netbeans/modules/favorites/resources/layer.xml
 AutoUpdate-Show-In-Client: false
 AutoUpdate-Essential-Module: true
diff --git a/favorites/nbproject/project.xml b/favorites/nbproject/project.xml
index 93551af..9ffe87a 100644
--- a/favorites/nbproject/project.xml
+++ b/favorites/nbproject/project.xml
@@ -135,7 +135,7 @@ made subject to such option by the copyright holder.
                     <build-prerequisite/>
                     <compile-dependency/>
                     <run-dependency>
-                        <specification-version>6.2</specification-version>
+                        <specification-version>6.37</specification-version>
                     </run-dependency>
                 </dependency>
             </module-dependencies>
@@ -159,9 +159,6 @@ made subject to such option by the copyright holder.
                         <compile-dependency/>
                     </test-dependency>
                     <test-dependency>
-                        <code-name-base>org.netbeans.libs.freemarker</code-name-base>
-                    </test-dependency>
-                    <test-dependency>
                         <code-name-base>org.netbeans.libs.junit4</code-name-base>
                         <compile-dependency/>
                     </test-dependency>
@@ -259,6 +256,7 @@ made subject to such option by the copyright holder.
                 </test-type>
             </test-dependencies>
             <friend-packages>
+                <friend>org.netbeans.modules.cnd.remote</friend>
                 <friend>org.netbeans.modules.kenai.ui</friend>
                 <package>org.netbeans.modules.favorites.api</package>
             </friend-packages>
diff --git a/favorites/src/org/netbeans/modules/favorites/Actions.java b/favorites/src/org/netbeans/modules/favorites/Actions.java
index afeca1d..fe65bc6 100644
--- a/favorites/src/org/netbeans/modules/favorites/Actions.java
+++ b/favorites/src/org/netbeans/modules/favorites/Actions.java
@@ -44,25 +44,24 @@
 
 package org.netbeans.modules.favorites;
 
-import java.awt.Image;
-import java.awt.event.ActionEvent;
+import java.awt.EventQueue;
 import java.beans.PropertyVetoException;
 import java.io.File;
 import java.io.IOException;
 import java.util.ArrayList;
+import java.util.Arrays;
 import java.util.Collections;
 import java.util.List;
 import java.util.logging.Level;
 import java.util.logging.Logger;
-import javax.swing.AbstractAction;
 import javax.swing.Action;
-import javax.swing.ImageIcon;
 import javax.swing.JFileChooser;
-import javax.swing.JMenuItem;
 import javax.swing.SwingUtilities;
-import org.netbeans.modules.favorites.api.Favorites;
 import org.openide.DialogDisplayer;
 import org.openide.NotifyDescriptor;
+import org.openide.awt.ActionID;
+import org.openide.awt.ActionReference;
+import org.openide.awt.ActionRegistration;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileStateInvalidException;
 import org.openide.filesystems.FileUtil;
@@ -70,12 +69,13 @@ import org.openide.filesystems.URLMapper;
 import org.openide.loaders.DataFolder;
 import org.openide.loaders.DataObject;
 import org.openide.loaders.DataObjectNotFoundException;
+import org.openide.loaders.DataShadow;
 import org.openide.nodes.Node;
+import org.openide.util.ContextAwareAction;
 import org.openide.util.HelpCtx;
-import org.openide.util.ImageUtilities;
 import org.openide.util.NbBundle;
+import org.openide.util.RequestProcessor;
 import org.openide.util.actions.NodeAction;
-import org.openide.windows.TopComponent;
 import org.openide.windows.WindowManager;
 
 /** List of all actions available for Favorites module.
@@ -88,48 +88,27 @@ public final class Actions extends Object {
     private static File currentDir = null;
 
     private static final Logger LOG = Logger.getLogger(Actions.class.getName());
+    static final RequestProcessor RP = new RequestProcessor("Favorites Actions", 1); //NOI18N
 
     private Actions () {
         // noinstances
     }
     
-    public static Action view () { return View.getDefault(); }
-    public static Action add () { return Add.getDefault(); }
+    @ActionID(id = "org.netbeans.modules.favorites.Add", category = "Window")
+    @ActionRegistration(displayName = "#ACT_Add")
+    @ActionReference(position = 300, path = "UI/ToolActions/Files")
+    public static ContextAwareAction add() { return Add.getDefault(); }
+
     public static Action addOnFavoritesNode () { return AddOnFavoritesNode.getDefault(); }
+
+    @ActionID(id = "org.netbeans.modules.favorites.Remove", category = "Window")
+    @ActionRegistration(displayName = "#ACT_Remove")
     public static Action remove () { return Remove.getDefault(); }
-    public static Action select () { return Select.getDefault(); }
-    
-    /**
-     * Action which opend <code>CurrentProjectNode.ProjectsTab</code> default component.
-     *
-     * @author  Peter Zavadsky
-     */
-    private static class View extends AbstractAction implements HelpCtx.Provider {
-        
-        private static final View VIEW = new View ();
-        
-        public View() {
-            putValue(NAME, NbBundle.getMessage(Actions.class,
-                    "ACT_View"));
-            Image image = ImageUtilities.loadImage("org/netbeans/modules/favorites/resources/actionView.png"); // NOI18N
-            putValue(SMALL_ICON, image != null ? new ImageIcon(image) : null);
-        }
-        
-        public static Action getDefault () {
-            return VIEW;
-        }
-        
-        public void actionPerformed(ActionEvent evt) {
-            final TopComponent projectsTab = Tab.findDefault();
-            projectsTab.open();
-            projectsTab.requestActive();
-        }
 
-        public HelpCtx getHelpCtx() {
-            return new HelpCtx(View.class);
-        }
-    } // end of View
-    
+    @ActionID(id = "org.netbeans.modules.favorites.Select", category = "Window/SelectDocumentNode")
+    @ActionRegistration(displayName = "#ACT_Select_Main_Menu")
+    @ActionReference(position = 2800, name = "org-netbeans-modules-favorites-SelectInFavorites", path = "Menu/GoTo")
+    public static ContextAwareAction select () { return Select.getDefault(); }
     
     /** An action which selects activated nodes in the Explorer's tab.
     * @author   Dusan Balek
@@ -137,7 +116,7 @@ public final class Actions extends Object {
     private static class Select extends NodeAction {
         private static final Select SELECT = new Select ();
         
-        public static Action getDefault () {
+        public static ContextAwareAction getDefault () {
             return SELECT;
         }
         
@@ -146,13 +125,18 @@ public final class Actions extends Object {
             putValue("noIconInMenu", Boolean.TRUE); //NOI18N
         }
         
-        protected void performAction(Node[] activatedNodes) {
-            Tab proj = Tab.findDefault();
-            proj.open();
-            proj.requestActive();
-            proj.doSelectNode(activatedNodes[0].getCookie(DataObject.class));
+        @Override
+        protected void performAction(final Node[] activatedNodes) {
+            final Tab proj = Tab.findDefault();
+            RP.post(new Runnable() {
+                @Override
+                public void run() {
+                    proj.doSelectNode(activatedNodes[0].getCookie(DataObject.class));
+                }
+            });
         }
 
+        @Override
         protected boolean enable(Node[] activatedNodes) {
             if (activatedNodes.length != 1) {
                 return false;
@@ -165,23 +149,17 @@ public final class Actions extends Object {
             /*return Tab.findDefault().containsNode(dobj);*/
           }
 
+        @Override
         public String getName() {
             return NbBundle.getMessage(Select.class, "ACT_Select_Main_Menu"); // NOI18N
         }
 
-        /** Overriden to have different title in popup menu, works but ugly a bit */
-        @Override
-        public JMenuItem getPopupPresenter() {
-            JMenuItem mi = super.getPopupPresenter();
-            mi.setText(NbBundle.getMessage(Select.class, "ACT_Select")); // NOI18N
-            return mi;
-        }
-
         @Override
         protected String iconResource() {
             return "org/netbeans/modules/favorites/resources/actionView.png"; // NOI18N
         }
 
+        @Override
         public HelpCtx getHelpCtx() {
             return null;
         }
@@ -209,6 +187,7 @@ public final class Actions extends Object {
         
         /** Enabled only if the current project is ProjectDataObject.
         */
+        @Override
         public boolean enable (Node[] arr) {
             if ((arr == null) || (arr.length == 0)) return false;
 
@@ -226,6 +205,7 @@ public final class Actions extends Object {
         * presented as an item in a menu.
         * @return the name of the action
         */
+        @Override
         public String getName() {
             return NbBundle.getMessage (
                     Actions.class, "ACT_Remove"); // NOI18N
@@ -234,6 +214,7 @@ public final class Actions extends Object {
         /** Help context where to find more about the action.
         * @return the help context for this action
         */
+        @Override
         public HelpCtx getHelpCtx() {
             return new HelpCtx(Remove.class);
         }
@@ -243,6 +224,7 @@ public final class Actions extends Object {
         *
         * @param arr gives array of actually activated nodes.
         */
+        @Override
         protected void performAction (Node[] arr) {
             for (int i = 0; i < arr.length; i++) {
                 DataObject shad = arr[i].getCookie(DataObject.class);
@@ -276,7 +258,7 @@ public final class Actions extends Object {
         //  static final long serialVersionUID = -5280204757097896304L;
         private static final Add ADD = new Add ();
         
-        public static Action getDefault () {
+        public static ContextAwareAction getDefault() {
             return ADD;
         }
         
@@ -286,6 +268,7 @@ public final class Actions extends Object {
         
         /** Enabled only if the current project is ProjectDataObject.
         */
+        @Override
         public boolean enable (Node[] arr) {
             if ((arr == null) || (arr.length == 0)) return false;
             if (arr.length == 1 && arr[0] instanceof FavoritesNode) return true;
@@ -304,6 +287,7 @@ public final class Actions extends Object {
         * presented as an item in a menu.
         * @return the name of the action
         */
+        @Override
         public String getName() {
             return NbBundle.getMessage (
                     Actions.class, "ACT_Add"); // NOI18N
@@ -312,6 +296,7 @@ public final class Actions extends Object {
         /** Help context where to find more about the action.
         * @return the help context for this action
         */
+        @Override
         public HelpCtx getHelpCtx() {
             return new HelpCtx(Add.class);
         }
@@ -321,10 +306,10 @@ public final class Actions extends Object {
         *
         * @param activatedNodes gives array of actually activated nodes.
         */
+        @Override
         protected void performAction (final Node[] activatedNodes) {
-            List<DataObject> toShadows;
-
             try {
+                final List<DataObject> toShadows;
                 if (activatedNodes.length == 1 && activatedNodes[0] instanceof FavoritesNode) {
                     // show JFileChooser
                     FileObject fo = chooseFileObject();
@@ -338,7 +323,12 @@ public final class Actions extends Object {
                             toShadows.add(obj);
                     }
                 }
-                addToFavorites(toShadows);
+                RP.post(new Runnable () {
+                    @Override
+                    public void run() {
+                        addToFavorites(toShadows);
+                    }
+                });
             } catch (DataObjectNotFoundException e) {
                 LOG.log(Level.WARNING, null, e);
             }
@@ -406,6 +396,7 @@ public final class Actions extends Object {
                 }
                 if (setSelected) {
                     SwingUtilities.invokeLater(new Runnable () {
+                        @Override
                         public void run() {
                             try {
                                 projectsTab.getExplorerManager().setExploredContextAndSelection(toSelect[0],toSelect);
@@ -422,12 +413,19 @@ public final class Actions extends Object {
             DataObject createdDO = null;
             for (DataObject obj : dos) {
                 try {
-                    if (createdDO == null) {
-                        // Select only first node in array added to favorites
-                        createdDO = obj.createShadow(favourities);
-                        listAdd.add(createdDO);
+                    DataShadow added = findShadow(favourities, obj);
+                    if (added != null) {
+                        if (createdDO == null) {
+                            createdDO = added;
+                        }
                     } else {
-                        listAdd.add(obj.createShadow(favourities));
+                        if (createdDO == null) {
+                            // Select only first node in array added to favorites
+                            createdDO = obj.createShadow(favourities);
+                            listAdd.add(createdDO);
+                        } else {
+                            listAdd.add(obj.createShadow(favourities));
+                        }
                     }
                 } catch (IOException ex) {
                     LOG.log(Level.WARNING, null, ex);
@@ -436,6 +434,22 @@ public final class Actions extends Object {
             return createdDO;
         }
 
+        private static DataShadow findShadow (DataFolder f, DataObject dobj) {
+            FileObject fo = dobj.getPrimaryFile();
+            if (fo != null) {
+                DataObject [] arr = f.getChildren();
+                for (int i = 0; i < arr.length; i++) {
+                    if (arr[i] instanceof DataShadow) {
+                        DataShadow obj = (DataShadow) arr[i];
+                        if (fo.equals(obj.getOriginal().getPrimaryFile())) {
+                            return obj;
+                        }
+                    }
+                }
+            }
+            return null;
+        }
+
         public static void reorderAfterAddition(final DataFolder favourities, final DataObject[] children, final List<? extends DataObject> listAdd) {
             List<DataObject> listDest = new ArrayList<DataObject>();
             if (listAdd.size() > 0) {
@@ -457,10 +471,7 @@ public final class Actions extends Object {
                     listDest.addAll(listAdd);
                     listDest.add(root);
                 } else {
-                    //Root not found. It should not happen because root is defined in layer
-                    for (int i = 0; i < children.length; i++) {
-                        listDest.add(children[i]);
-                    }
+                    listDest.addAll(Arrays.asList(children));
                     listDest.addAll(listAdd);
                 }
                 //Set desired order
@@ -479,13 +490,19 @@ public final class Actions extends Object {
         }
 
         static void addToFavorites(List<DataObject> toShadows) {
+            assert !EventQueue.isDispatchThread();
             final DataFolder f = FavoritesNode.getFolder();
             final DataObject[] arr = f.getChildren();
             final List<DataObject> listAdd = new ArrayList<DataObject>();
-            DataObject createdDO = createShadows(f, toShadows, listAdd);
+            final DataObject toSelect = createShadows(f, toShadows, listAdd);
             //This is done to set desired order of nodes in view
             reorderAfterAddition(f, arr, listAdd);
-            selectAfterAddition(createdDO);
+            EventQueue.invokeLater(new Runnable () {
+                @Override
+                public void run () {
+                    selectAfterAddition(toSelect);
+                }
+            });
         }
 
         static boolean isAllowed(DataObject dataObject) {
@@ -499,10 +516,6 @@ public final class Actions extends Object {
                 if (URLMapper.findURL(fo, URLMapper.EXTERNAL) == null) {
                     return false;
                 }
-                //Allow to link only once
-                if (Favorites.getDefault().isInFavorites(fo)) {
-                    return false;
-                }
                 //Check if it is root.
                 File file = FileUtil.toFile(fo);
                 if (file != null) {
@@ -534,7 +547,7 @@ public final class Actions extends Object {
         
         private static final AddOnFavoritesNode ADD_ON_FAVORITES_NODE = new AddOnFavoritesNode ();
         
-        public static Action getDefault () {
+        public static ContextAwareAction getDefault () {
             return ADD_ON_FAVORITES_NODE;
         }
         
diff --git a/favorites/src/org/netbeans/modules/favorites/Bundle.properties b/favorites/src/org/netbeans/modules/favorites/Bundle.properties
index be24efc..3ce6f0b 100644
--- a/favorites/src/org/netbeans/modules/favorites/Bundle.properties
+++ b/favorites/src/org/netbeans/modules/favorites/Bundle.properties
@@ -44,7 +44,6 @@ ACT_Add=&Add to Favorites
 ACT_AddOnFavoritesNode=&Add to Favorites...
 ACT_Remove=&Remove from Favorites
 ACT_View=Favor&ites
-ACT_Select=Favorites
 ACT_Select_Main_Menu=Select in F&avorites
 
 Favorites=Favorites
@@ -67,6 +66,7 @@ CTL_ApproveButtonText=Add
 ERR_FileDoesNotExist={0} does not exist.
 ERR_FileDoesNotExistDlgTitle=Add to Favorites
 
+MSG_SearchingForNode=Searching for the node in the Favorites tab.
 MSG_NodeNotFound=The document node could not be found in the Favorites tab.
 
 # Manifest localization
diff --git a/favorites/src/org/netbeans/modules/favorites/FavoritesNode.java b/favorites/src/org/netbeans/modules/favorites/FavoritesNode.java
index 5aa574d..bfd469e 100644
--- a/favorites/src/org/netbeans/modules/favorites/FavoritesNode.java
+++ b/favorites/src/org/netbeans/modules/favorites/FavoritesNode.java
@@ -44,10 +44,7 @@
 
 package org.netbeans.modules.favorites;
 
-import java.awt.Image;
-import java.awt.datatransfer.DataFlavor;
 import java.awt.datatransfer.Transferable;
-import java.awt.dnd.DnDConstants;
 import java.io.File;
 import java.io.IOException;
 import java.net.MalformedURLException;
@@ -77,7 +74,6 @@ import org.openide.nodes.Index;
 import org.openide.nodes.Node;
 import org.openide.util.ChangeSupport;
 import org.openide.util.Exceptions;
-import org.openide.util.ImageUtilities;
 import org.openide.util.NbBundle;
 import org.openide.util.datatransfer.PasteType;
 
@@ -88,8 +84,6 @@ import org.openide.util.datatransfer.PasteType;
 public final class FavoritesNode extends FilterNode implements Index {
     /** default node */
     private static Node node;
-    /** node that represents root of filesystems */
-    private static Node root;
 
     /** Creates new ProjectRootFilterNode. */
     private FavoritesNode(Node node) {
@@ -121,6 +115,7 @@ public final class FavoritesNode extends FilterNode implements Index {
         }
     }
     
+    @Override
     public int getNodesCount() {
         Index ind = getOriginal().getCookie(Index.class);
         if (ind != null) {
@@ -130,6 +125,7 @@ public final class FavoritesNode extends FilterNode implements Index {
         }
     }
     
+    @Override
     public Node[] getNodes() {
         Index ind = getOriginal().getCookie(Index.class);
         if (ind != null) {
@@ -139,6 +135,7 @@ public final class FavoritesNode extends FilterNode implements Index {
         }        
     }
 
+    @Override
     public int indexOf(final Node node) {
         Index ind = getOriginal().getCookie(Index.class);
         if (ind != null) {
@@ -155,6 +152,7 @@ public final class FavoritesNode extends FilterNode implements Index {
         }                
     }
 
+    @Override
     public void reorder() {
         Index ind = getOriginal().getCookie(Index.class);
         if (ind != null) {
@@ -162,6 +160,7 @@ public final class FavoritesNode extends FilterNode implements Index {
         }
     }
 
+    @Override
     public void reorder(int[] perm) {
         Index ind = getOriginal().getCookie(Index.class);
         if (ind != null) {
@@ -169,6 +168,7 @@ public final class FavoritesNode extends FilterNode implements Index {
         }
     }
 
+    @Override
     public void move(int x, int y) {
         Index ind = getOriginal().getCookie(Index.class);
         if (ind != null) {
@@ -176,6 +176,7 @@ public final class FavoritesNode extends FilterNode implements Index {
         }
     }
 
+    @Override
     public void exchange(int x, int y) {
         Index ind = getOriginal().getCookie(Index.class);
         if (ind != null) {
@@ -183,6 +184,7 @@ public final class FavoritesNode extends FilterNode implements Index {
         }
     }
 
+    @Override
     public void moveUp(int x) {
         Index ind = getOriginal().getCookie(Index.class);
         if (ind != null) {
@@ -190,6 +192,7 @@ public final class FavoritesNode extends FilterNode implements Index {
         }
     }
 
+    @Override
     public void moveDown(int x) {
         Index ind = getOriginal().getCookie(Index.class);
         if (ind != null) {
@@ -197,6 +200,7 @@ public final class FavoritesNode extends FilterNode implements Index {
         }
     }
 
+    @Override
     public void addChangeListener(final ChangeListener chl) {
         Index ind = getOriginal().getCookie(Index.class);
         if (ind != null) {
@@ -204,6 +208,7 @@ public final class FavoritesNode extends FilterNode implements Index {
         }
     }
 
+    @Override
     public void removeChangeListener(final ChangeListener chl) {
         Index ind = getOriginal().getCookie(Index.class);
         if (ind != null) {
@@ -212,16 +217,6 @@ public final class FavoritesNode extends FilterNode implements Index {
     }
     
     @Override
-    public Image getIcon (int type) {
-        return ImageUtilities.loadImage("org/netbeans/modules/favorites/resources/actionView.png"); // NOI18N
-    }
-    
-    @Override
-    public Image getOpenedIcon (int type) {
-        return ImageUtilities.loadImage("org/netbeans/modules/favorites/resources/actionView.png"); // NOI18N
-    }
-    
-    @Override
     public boolean canCopy () {
         return false;
     }
@@ -298,6 +293,7 @@ public final class FavoritesNode extends FilterNode implements Index {
 
         /** Return a node for the current project.
         */
+        @Override
         public Node getNode () {
             return FavoritesNode.getNode ();
         }
@@ -317,22 +313,27 @@ public final class FavoritesNode extends FilterNode implements Index {
             VisibilityQuery.getDefault().addChangeListener(weak);
         }
         
+        @Override
         public boolean acceptFileObject(FileObject fo) {
             return VisibilityQuery.getDefault().isVisible(fo);
         }
 
+        @Override
         public boolean acceptDataObject(DataObject obj) {
             return acceptFileObject(obj.getPrimaryFile());
         }
 
+        @Override
         public void addChangeListener(ChangeListener listener) {
             support.addChangeListener(listener);
         }
 
+        @Override
         public void removeChangeListener(ChangeListener listener) {
             support.removeChangeListener(listener);
         }
 
+        @Override
         public void stateChanged(ChangeEvent e) {
             support.fireChange();
         }
@@ -621,7 +622,12 @@ public final class FavoritesNode extends FilterNode implements Index {
 
         @Override
         public Transferable paste() throws IOException {
-            Actions.Add.addToFavorites(Arrays.asList(dos));
+            Actions.RP.post(new Runnable () {
+                @Override
+                public void run() {
+                    Actions.Add.addToFavorites(Arrays.asList(dos));
+                }
+            });
             return null;
         }
 
diff --git a/favorites/src/org/netbeans/modules/favorites/Tab.java b/favorites/src/org/netbeans/modules/favorites/Tab.java
index 76380e9..856f0f2 100644
--- a/favorites/src/org/netbeans/modules/favorites/Tab.java
+++ b/favorites/src/org/netbeans/modules/favorites/Tab.java
@@ -45,7 +45,8 @@
 package org.netbeans.modules.favorites;
 
 import java.awt.BorderLayout;
-import java.beans.BeanInfo;
+import java.awt.EventQueue;
+import java.awt.Rectangle;
 import java.beans.PropertyChangeEvent;
 import java.beans.PropertyChangeListener;
 import java.beans.PropertyVetoException;
@@ -59,13 +60,20 @@ import javax.swing.ActionMap;
 import javax.swing.JFileChooser;
 import javax.swing.SwingUtilities;
 import javax.swing.text.DefaultEditorKit;
+import javax.swing.tree.DefaultTreeModel;
+import javax.swing.tree.TreeModel;
+import javax.swing.tree.TreeNode;
+import javax.swing.tree.TreePath;
 import org.openide.DialogDisplayer;
 import org.openide.NotifyDescriptor;
+import org.openide.awt.ActionID;
+import org.openide.awt.ActionReference;
 import org.openide.awt.StatusDisplayer;
 import org.openide.explorer.ExplorerManager;
 import org.openide.explorer.ExplorerUtils;
 import org.openide.explorer.view.BeanTreeView;
 import org.openide.explorer.view.TreeView;
+import org.openide.explorer.view.Visualizer;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileUtil;
 import org.openide.loaders.DataObject;
@@ -86,13 +94,11 @@ import org.openide.windows.WindowManager;
 /**
  * Physical tree view showing list of favorites.
  */
+ at TopComponent.Description(preferredID="favorites", persistenceType=TopComponent.PERSISTENCE_ALWAYS, iconBase="org/netbeans/modules/favorites/resources/actionView.png")
 public class Tab extends TopComponent
 implements Runnable, ExplorerManager.Provider {
     static final long serialVersionUID =-8178367548546385799L;
 
-    /** data object which should be selected in EQ; synch array when accessing */
-    private static final DataObject[] needToSelect = new DataObject[1];
-
     private static final Logger LOG = Logger.getLogger(Tab.class.getName());
 
     /* private */ static transient Tab DEFAULT; // package-private for unit tests
@@ -128,16 +134,11 @@ implements Runnable, ExplorerManager.Provider {
         return new HelpCtx(Tab.class);
     }
     
+    @Override
     public ExplorerManager getExplorerManager() {
         return manager;
     }
     
-    /** Return preferred ID */
-    @Override
-    protected String preferredID () {
-        return "favorites"; //NOI18N
-    }
-    
     /** Initialize visual content of component */
     @Override
     protected void componentShowing () {
@@ -162,7 +163,7 @@ implements Runnable, ExplorerManager.Provider {
     * @return Tree view that will serve as main view for this explorer.
     */
     protected TreeView initGui () {
-        TreeView tView = new BeanTreeView();
+        TreeView tView = new MyBeanTreeView();
         tView.setRootVisible(false);
         tView.setDragSource (true);
         tView.setUseSubstringInQuickSearch(true);
@@ -200,7 +201,7 @@ implements Runnable, ExplorerManager.Provider {
         }
     }
 
-    /** Sets new root context to view. Name, icon, tooltip
+    /** Sets new root context to view. Name,  tooltip
     * of this top component will be updated properly */
     public void setRootContext (Node rc) {
         Node oldRC = getExplorerManager().getRootContext();
@@ -221,8 +222,9 @@ implements Runnable, ExplorerManager.Provider {
 
     /** Implementation of DeferredPerformer.DeferredCommand
     * Performs initialization of component's attributes
-    * after deserialization (component's name, icon etc, 
+    * after deserialization (component's name, etc, 
     * according to the root context) */
+    @Override
     public void run() {
         if (!valid) {
             valid = true;
@@ -252,7 +254,6 @@ implements Runnable, ExplorerManager.Provider {
     * obtained from specified root context node */
     private void initializeWithRootContext (Node rc) {
         // update TC's attributes
-        setIcon(rc.getIcon(BeanInfo.ICON_COLOR_16x16));
         setToolTipText(rc.getDisplayName());
         setName(rc.getDisplayName());
         updateTitle();
@@ -301,9 +302,10 @@ implements Runnable, ExplorerManager.Provider {
     }
 
     /** Multi - purpose listener, listens to: <br>
-    * 1) Changes of name, icon, short description of root context.
+    * 1) Changes of name, short description of root context.
     * 2) Changes of IDE settings, namely delete confirmation settings */
     private final class RootContextListener implements NodeListener {
+        @Override
         public void propertyChange (PropertyChangeEvent evt) {
             String propName = evt.getPropertyName();
             Object source = evt.getSource();
@@ -313,26 +315,29 @@ implements Runnable, ExplorerManager.Provider {
             if (Node.PROP_DISPLAY_NAME.equals(propName) ||
                     Node.PROP_NAME.equals(propName)) {
                 setName(n.getDisplayName());
-            } else if (Node.PROP_ICON.equals(propName)) {
-                setIcon(n.getIcon(BeanInfo.ICON_COLOR_16x16));
             } else if (Node.PROP_SHORT_DESCRIPTION.equals(propName)) {
                 setToolTipText(n.getShortDescription());
             }
         }
 
+        @Override
         public void nodeDestroyed(NodeEvent nodeEvent) {
             //Tab.this.setCloseOperation(TopComponent.CLOSE_EACH);
             Tab.this.close();
         }            
 
+        @Override
         public void childrenRemoved(NodeMemberEvent e) {}
+        @Override
         public void childrenReordered(NodeReorderEvent e) {}
+        @Override
         public void childrenAdded(NodeMemberEvent e) {}
 
     } // end of RootContextListener inner class
 
     /** Gets default instance. Don't use directly, it reserved for deserialization routines only,
      * e.g. '.settings' file in xml layer, otherwise you can get non-deserialized instance. */
+    @Registration(mode="explorer", openAtStartup=false, position=300)
     public static synchronized Tab getDefault() {
         if (DEFAULT == null) {
             DEFAULT = new Tab();
@@ -347,6 +352,9 @@ implements Runnable, ExplorerManager.Provider {
     }
 
     /** Finds default instance. Use in client code instead of {@link #getDefault()}. */
+    @ActionID(id = "org.netbeans.modules.favorites.View", category = "Window")
+    @OpenActionRegistration(displayName="#ACT_View")
+    @ActionReference(position = 350, path = "Menu/Window")
     public static synchronized Tab findDefault() {
         if(DEFAULT == null) {
             TopComponent tc = WindowManager.getDefault().findTopComponent("favorites"); // NOI18N
@@ -363,13 +371,6 @@ implements Runnable, ExplorerManager.Provider {
         return DEFAULT;
     }
 
-    /** Overriden to explicitely set persistence type of ProjectsTab
-     * to PERSISTENCE_ALWAYS */
-    @Override
-    public int getPersistenceType() {
-        return TopComponent.PERSISTENCE_ALWAYS;
-    }
-    
     // ---- private implementation
     
     /** Finds a node for given data object.
@@ -497,28 +498,44 @@ implements Runnable, ExplorerManager.Provider {
         return check(node, obj);
     }
 
-    protected void doSelectNode (DataObject obj) {
+    protected void doSelectNode (final DataObject obj) {
         //#142155: For some selected nodes there is no corresponding dataobject
         if (obj == null) {
             return;
         }
-        Node root = getExplorerManager ().getRootContext ();
-        if (selectNode (obj, root)) {
-            requestActive();
-            StatusDisplayer.getDefault().setStatusText(""); // NOI18N
-        } else {
-            StatusDisplayer.getDefault().setStatusText(NbBundle.getMessage(Tab.class,"MSG_NodeNotFound"));
-            FileObject file = chooseFileObject(obj.getPrimaryFile());
-            if (file == null) {
-                return;
-            }
-
-            try {
-                Actions.Add.addToFavorites(Collections.singletonList(DataObject.find(file)));
-            } catch (DataObjectNotFoundException e) {
-                LOG.log(Level.WARNING, null, e);
+        Node root = getExplorerManager().getRootContext();
+        StatusDisplayer.getDefault().setStatusText(NbBundle.getMessage(Tab.class,"MSG_SearchingForNode"));
+        final boolean selected = selectNode(obj, root);
+        EventQueue.invokeLater(new Runnable() {
+            @Override
+            public void run() {
+                if (selected) {
+                    open();
+                    requestActive();
+                    scrollToSelection();
+                    StatusDisplayer.getDefault().setStatusText(""); // NOI18N
+                } else {
+                    StatusDisplayer.getDefault().setStatusText(NbBundle.getMessage(Tab.class,"MSG_NodeNotFound"));
+                    FileObject file = chooseFileObject(obj.getPrimaryFile());
+                    if (file == null) {
+                        return;
+                    }
+                    open();
+                    requestActive();
+                    try {
+                        final DataObject dobj = DataObject.find(file);
+                        Actions.RP.post(new Runnable() {
+                            @Override
+                            public void run() {
+                                Actions.Add.addToFavorites(Collections.singletonList(dobj));
+                            }
+                        });
+                    } catch (DataObjectNotFoundException e) {
+                        LOG.log(Level.WARNING, null, e);
+                    }
+                }
             }
-        }
+        });
     }
 
     /**
@@ -567,4 +584,39 @@ implements Runnable, ExplorerManager.Provider {
         return getDefault();
     }
 
+    private void scrollToSelection() {
+        final Node[] selection = getExplorerManager().getSelectedNodes();
+        if( null == selection || selection.length < 1 )
+            return;
+        if( view instanceof MyBeanTreeView ) {
+            ((MyBeanTreeView)view).scrollNodeToVisible(selection[0]);
+        }
+    }
+
+    private static class MyBeanTreeView extends BeanTreeView {
+        private void scrollNodeToVisible( final Node n ) {
+            SwingUtilities.invokeLater(new Runnable() {
+
+                @Override
+                public void run() {
+                    TreeNode tn = Visualizer.findVisualizer(n);
+                    if (tn == null) {
+                        return;
+                    }
+                    TreeModel model = tree.getModel();
+                    if (!(model instanceof DefaultTreeModel)) {
+                        return;
+                    }
+                    TreePath path = new TreePath(((DefaultTreeModel) model).getPathToRoot(tn));
+                    if( null == path )
+                        return;
+                    Rectangle r = tree.getPathBounds(path);
+                    if (r != null) {
+                        tree.scrollRectToVisible(r);
+                    }
+                }
+            });
+        }
+    }
+
 } // end of Tab inner class
diff --git a/favorites/src/org/netbeans/modules/favorites/api/Favorites.java b/favorites/src/org/netbeans/modules/favorites/api/Favorites.java
index 339941f..c213f53 100644
--- a/favorites/src/org/netbeans/modules/favorites/api/Favorites.java
+++ b/favorites/src/org/netbeans/modules/favorites/api/Favorites.java
@@ -64,7 +64,7 @@ import org.openide.loaders.DataShadow;
 public final class Favorites {
     private static Favorites INSTANCE;
 
-    private static Logger LOG = Logger.getLogger(Favorites.class.getName());
+    private static final Logger LOG = Logger.getLogger(Favorites.class.getName());
 
     /**
      * Returns a default instance of Favorites.
diff --git a/favorites/src/org/netbeans/modules/favorites/resources/component.settings b/favorites/src/org/netbeans/modules/favorites/resources/component.settings
deleted file mode 100644
index 458a4f2..0000000
--- a/favorites/src/org/netbeans/modules/favorites/resources/component.settings
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE settings PUBLIC "-//NetBeans//DTD Session settings 1.0//EN" "http://www.netbeans.org/dtds/sessionsettings-1_0.dtd">
-<settings version="1.0">
-    <module name="org.netbeans.modules.favorites/1" spec="1.1"/>
-    <instanceof class="org.openide.windows.TopComponent"/>
-    <instanceof class="org.openide.explorer.ExplorerPanel"/>
-    <instanceof class="java.util.EventListener"/>
-    <instanceof class="java.io.Externalizable"/>
-    <instanceof class="java.awt.Component"/>
-    <instanceof class="java.awt.image.ImageObserver"/>
-    <instanceof class="javax.swing.JComponent"/>
-    <instanceof class="java.awt.MenuContainer"/>
-    <instanceof class="org.openide.explorer.ExplorerManager$Provider"/>
-    <instanceof class="java.awt.Container"/>
-    <instanceof class="java.io.Serializable"/>
-    <instanceof class="java.lang.Object"/>
-    <instance class="org.netbeans.modules.favorites.Tab" method="getDefault"/>
-</settings>
diff --git a/favorites/src/org/netbeans/modules/favorites/resources/favorites.wstcref b/favorites/src/org/netbeans/modules/favorites/resources/favorites.wstcref
deleted file mode 100644
index 18bd1df..0000000
--- a/favorites/src/org/netbeans/modules/favorites/resources/favorites.wstcref
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!DOCTYPE tc-ref PUBLIC
-          "-//NetBeans//DTD Top Component in Mode Properties 2.0//EN"
-          "http://www.netbeans.org/dtds/tc-ref2_0.dtd">
-
-<tc-ref version="2.0">
-    <module name="org.netbeans.modules.favorites/1" spec="1.1" />
-    <tc-id id="favorites" />
-    <state opened="false" />
-</tc-ref>
diff --git a/favorites/src/org/netbeans/modules/favorites/resources/layer.xml b/favorites/src/org/netbeans/modules/favorites/resources/layer.xml
index 7305b0e..67f3284 100644
--- a/favorites/src/org/netbeans/modules/favorites/resources/layer.xml
+++ b/favorites/src/org/netbeans/modules/favorites/resources/layer.xml
@@ -45,81 +45,6 @@ made subject to such option by the copyright holder.
 -->
 <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.2//EN" "http://www.netbeans.org/dtds/filesystem-1_2.dtd">
 <filesystem>
-    <folder name="Actions">
-        <folder name="Window">
-            <file name="org-netbeans-modules-favorites-View.instance">
-                <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.alwaysEnabled"/>
-                <attr name="delegate" methodvalue="org.netbeans.modules.favorites.Actions.view"/>
-                <attr name="iconBase" stringvalue="org/netbeans/modules/favorites/resources/actionView.png"/>
-                <attr name="displayName" bundlevalue="org.netbeans.modules.favorites.Bundle#ACT_View"/>
-            </file>
-            <file name="org-netbeans-modules-favorites-Add.instance">
-                <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.alwaysEnabled"/>
-                <attr name="displayName" bundlevalue="org.netbeans.modules.favorites.Bundle#ACT_Add"/>
-                <attr name="delegate" methodvalue="org.netbeans.modules.favorites.Actions.add"/>
-            </file>
-            <file name="org-netbeans-modules-favorites-Remove.instance">
-                <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.alwaysEnabled"/>
-                <attr name="displayName" bundlevalue="org.netbeans.modules.favorites.Bundle#ACT_Remove"/>
-                <attr name="delegate" methodvalue="org.netbeans.modules.favorites.Actions.remove"/>
-            </file>
-            <folder name="SelectDocumentNode">
-                <file name="org-netbeans-modules-favorites-Select.instance">
-                    <attr name="instanceCreate" methodvalue="org.netbeans.modules.favorites.Actions.select"/>
-                    <attr name="position" intvalue="300"/>
-                </file>
-            </folder>
-        </folder>
-        <folder name="System">
-            <file name="org-netbeans-modules-favorites-templates-TemplatesAction.instance"/>
-        </folder>
-    </folder>
-
-    <folder name="Menu">
-        <folder name="GoTo">            
-            <file name="org-netbeans-modules-favorites-SelectInFavorites.shadow">
-                <attr name="originalFile" stringvalue="Actions/Window/SelectDocumentNode/org-netbeans-modules-favorites-Select.instance"/>
-                <attr name="position" intvalue="2800"/>
-            </file>
-        </folder>
-        <folder name="Tools">
-            <file name="org-netbeans-modules-favorites-templates-TemplatesAction.shadow">
-                <attr name="originalFile" stringvalue="Actions/System/org-netbeans-modules-favorites-templates-TemplatesAction.instance"/>
-                <attr name="position" intvalue="1000"/>
-            </file>
-        </folder>
-      <folder name="Window">
-            <file name="ViewFavoritesTabAction.shadow">
-                <attr name="originalFile" stringvalue="Actions/Window/org-netbeans-modules-favorites-View.instance"/>
-                <attr name="position" intvalue="350"/>
-            </file>
-            </folder>
-    </folder>
-
-  <folder name="UI">
-      <folder name="ToolActions">
-          <folder name="Files">
-              <file name="org-netbeans-modules-favorites-Add.shadow">
-                  <attr name="position" intvalue="300"/>
-                  <attr name="originalFile" stringvalue="Actions/Window/org-netbeans-modules-favorites-Add.instance"/>
-              </file>
-          </folder>
-      </folder>
-  </folder>
-    
-    <!-- default workspaces, frames and their layout defined by core-->
-    <folder name="Windows2">
-        <folder name="Modes">
-            <folder name="explorer">
-                <file name="favorites.wstcref" url="favorites.wstcref">
-                    <attr name="position" intvalue="300"/>
-                </file>
-            </folder>
-        </folder>
-        <folder name="Components">
-            <file name="favorites.settings" url="component.settings"/>
-        </folder>
-    </folder>
     <folder name="Favorites">
         <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.modules.favorites.Bundle"/>
         <file name="Home.shadow">
diff --git a/favorites/src/org/netbeans/modules/favorites/templates/Bundle.properties b/favorites/src/org/netbeans/modules/favorites/templates/Bundle.properties
index 478e334..ccf202c 100644
--- a/favorites/src/org/netbeans/modules/favorites/templates/Bundle.properties
+++ b/favorites/src/org/netbeans/modules/favorites/templates/Bundle.properties
@@ -56,6 +56,7 @@ BTN_TemplatesPanel_MoveUp=Move &Up
 BTN_TemplatesPanel_MoveDown=Move Do&wn
 LBL_TemplatesPanel_JFileChooser_Title=Add Existing Template
 BTN_TemplatesPanel_JFileChooser_AddButtonName=Add
+BTN_TemplatesPanel_Settings=&Settings
 TXT_TemplatesPanel_NewFolderName=New Folder
 MSG_TemplatesPanel_Nonexistent_File=File ''{0}''\ndoes not exist, please specify an existing file.
 
@@ -83,3 +84,7 @@ ACD_TemplatesPanel_MoveDown=Move Down Selected Template
 ACD_TemplatesPanel_Delete=Delete Template
 
 TT_TemplatesPanel_Add=Add Template
+RenameTemplatePanel.title.text=Rename Template
+Action_Rename=&Rename
+RenameTemplatePanel.fileNameLabel.text=Template &File Name:
+RenameTemplatePanel.displayNameLabel.text=Template &Display Name:
diff --git a/favorites/src/org/netbeans/modules/favorites/templates/RenameTemplatePanel.form b/favorites/src/org/netbeans/modules/favorites/templates/RenameTemplatePanel.form
new file mode 100644
index 0000000..46f4d10
--- /dev/null
+++ b/favorites/src/org/netbeans/modules/favorites/templates/RenameTemplatePanel.form
@@ -0,0 +1,78 @@
+<?xml version="1.1" encoding="UTF-8" ?>
+
+<Form version="1.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.PanelFormInfo">
+  <AuxValues>
+    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
+    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
+    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
+    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
+    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
+    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
+    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
+    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
+    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
+  </AuxValues>
+
+  <Layout>
+    <DimensionLayout dim="0">
+      <Group type="103" groupAlignment="0" attributes="0">
+          <Group type="102" attributes="0">
+              <EmptySpace max="-2" attributes="0"/>
+              <Group type="103" groupAlignment="0" attributes="0">
+                  <Component id="displayNameLabel" alignment="0" min="-2" max="-2" attributes="0"/>
+                  <Component id="fileNameLabel" alignment="0" min="-2" max="-2" attributes="0"/>
+              </Group>
+              <EmptySpace max="-2" attributes="0"/>
+              <Group type="103" groupAlignment="0" attributes="0">
+                  <Component id="fileNameTextField" pref="204" max="32767" attributes="0"/>
+                  <Component id="displayNameTextField" alignment="0" pref="204" max="32767" attributes="0"/>
+              </Group>
+              <EmptySpace max="-2" attributes="0"/>
+          </Group>
+      </Group>
+    </DimensionLayout>
+    <DimensionLayout dim="1">
+      <Group type="103" groupAlignment="0" attributes="0">
+          <Group type="102" alignment="0" attributes="0">
+              <EmptySpace max="-2" attributes="0"/>
+              <Group type="103" groupAlignment="3" attributes="0">
+                  <Component id="displayNameLabel" alignment="3" min="-2" max="-2" attributes="0"/>
+                  <Component id="displayNameTextField" alignment="3" min="-2" max="-2" attributes="0"/>
+              </Group>
+              <EmptySpace max="-2" attributes="0"/>
+              <Group type="103" groupAlignment="3" attributes="0">
+                  <Component id="fileNameLabel" alignment="3" min="-2" max="-2" attributes="0"/>
+                  <Component id="fileNameTextField" alignment="3" min="-2" max="-2" attributes="0"/>
+              </Group>
+              <EmptySpace max="32767" attributes="0"/>
+          </Group>
+      </Group>
+    </DimensionLayout>
+  </Layout>
+  <SubComponents>
+    <Component class="javax.swing.JLabel" name="displayNameLabel">
+      <Properties>
+        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
+          <ComponentRef name="displayNameTextField"/>
+        </Property>
+        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
+          <ResourceString bundle="org/netbeans/modules/favorites/templates/Bundle.properties" key="RenameTemplatePanel.displayNameLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
+        </Property>
+      </Properties>
+    </Component>
+    <Component class="javax.swing.JTextField" name="displayNameTextField">
+    </Component>
+    <Component class="javax.swing.JLabel" name="fileNameLabel">
+      <Properties>
+        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
+          <ComponentRef name="fileNameTextField"/>
+        </Property>
+        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
+          <ResourceString bundle="org/netbeans/modules/favorites/templates/Bundle.properties" key="RenameTemplatePanel.fileNameLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
+        </Property>
+      </Properties>
+    </Component>
+    <Component class="javax.swing.JTextField" name="fileNameTextField">
+    </Component>
+  </SubComponents>
+</Form>
diff --git a/favorites/src/org/netbeans/modules/favorites/templates/RenameTemplatePanel.java b/favorites/src/org/netbeans/modules/favorites/templates/RenameTemplatePanel.java
new file mode 100644
index 0000000..27a7d30
--- /dev/null
+++ b/favorites/src/org/netbeans/modules/favorites/templates/RenameTemplatePanel.java
@@ -0,0 +1,131 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.favorites.templates;
+
+/**
+ * Handles rename of a template file name and display name.
+ * 
+ * @author Martin Entlicher
+ */
+public class RenameTemplatePanel extends java.awt.Panel {
+
+    /** Creates new form RenameTemplatePanel */
+    public RenameTemplatePanel(boolean isUserFile) {
+        initComponents();
+        fileNameTextField.setEditable(isUserFile);
+    }
+
+    /** This method is called from within the constructor to
+     * initialize the form.
+     * WARNING: Do NOT modify this code. The content of this method is
+     * always regenerated by the Form Editor.
+     */
+    // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
+    private void initComponents() {
+
+        displayNameLabel = new javax.swing.JLabel();
+        displayNameTextField = new javax.swing.JTextField();
+        fileNameLabel = new javax.swing.JLabel();
+        fileNameTextField = new javax.swing.JTextField();
+
+        displayNameLabel.setLabelFor(displayNameTextField);
+        org.openide.awt.Mnemonics.setLocalizedText(displayNameLabel, org.openide.util.NbBundle.getMessage(RenameTemplatePanel.class, "RenameTemplatePanel.displayNameLabel.text")); // NOI18N
+
+        fileNameLabel.setLabelFor(fileNameTextField);
+        org.openide.awt.Mnemonics.setLocalizedText(fileNameLabel, org.openide.util.NbBundle.getMessage(RenameTemplatePanel.class, "RenameTemplatePanel.fileNameLabel.text")); // NOI18N
+
+        javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);
+        this.setLayout(layout);
+        layout.setHorizontalGroup(
+            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+            .addGroup(layout.createSequentialGroup()
+                .addContainerGap()
+                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+                    .addComponent(displayNameLabel)
+                    .addComponent(fileNameLabel))
+                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
+                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+                    .addComponent(fileNameTextField, javax.swing.GroupLayout.DEFAULT_SIZE, 204, Short.MAX_VALUE)
+                    .addComponent(displayNameTextField, javax.swing.GroupLayout.DEFAULT_SIZE, 204, Short.MAX_VALUE))
+                .addContainerGap())
+        );
+        layout.setVerticalGroup(
+            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
+            .addGroup(layout.createSequentialGroup()
+                .addContainerGap()
+                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
+                    .addComponent(displayNameLabel)
+                    .addComponent(displayNameTextField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
+                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
+                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
+                    .addComponent(fileNameLabel)
+                    .addComponent(fileNameTextField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
+                .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
+        );
+    }// </editor-fold>//GEN-END:initComponents
+
+
+    // Variables declaration - do not modify//GEN-BEGIN:variables
+    private javax.swing.JLabel displayNameLabel;
+    private javax.swing.JTextField displayNameTextField;
+    private javax.swing.JLabel fileNameLabel;
+    private javax.swing.JTextField fileNameTextField;
+    // End of variables declaration//GEN-END:variables
+
+    void setFileName(String name) {
+        fileNameTextField.setText(name);
+    }
+
+    void setFileDisplayName(String name) {
+        displayNameTextField.setText(name);
+    }
+
+    String getFileName() {
+        return fileNameTextField.getText();
+    }
+
+    String getFileDisplayName() {
+        return displayNameTextField.getText();
+    }
+
+}
diff --git a/favorites/src/org/netbeans/modules/favorites/templates/TemplatesAction.java b/favorites/src/org/netbeans/modules/favorites/templates/TemplatesAction.java
index be88c78..27d0877 100644
--- a/favorites/src/org/netbeans/modules/favorites/templates/TemplatesAction.java
+++ b/favorites/src/org/netbeans/modules/favorites/templates/TemplatesAction.java
@@ -55,13 +55,16 @@ import java.util.Arrays;
 import java.util.HashSet;
 import java.util.Iterator;
 import java.util.Set;
+import javax.swing.AbstractAction;
+import javax.swing.Action;
 import javax.swing.JButton;
+import org.openide.awt.ActionID;
+import org.openide.awt.ActionReference;
+import org.openide.awt.ActionRegistration;
 import org.openide.awt.Mnemonics;
 import org.openide.cookies.EditCookie;
 import org.openide.cookies.OpenCookie;
-import org.openide.util.HelpCtx;
 import org.openide.util.NbBundle;
-import org.openide.util.actions.CallableSystemAction;
 
 import org.openide.DialogDescriptor;
 import org.openide.DialogDisplayer;
@@ -75,16 +78,19 @@ import org.openide.nodes.Node;
  *
  * @author Jiri Rechtacek
  */
-public class TemplatesAction extends CallableSystemAction {
+ at ActionID(id = "org.netbeans.modules.favorites.templates.TemplatesAction", category = "System")
+ at ActionRegistration(displayName = "#LBL_TemplatesAction_Name", iconInMenu=false, asynchronous=true)
+ at ActionReference(position = 1000, path = "Menu/Tools")
+public class TemplatesAction extends AbstractAction { // XXX could be ActionListener if not using SHORT_DESCRIPTION, or maybe alwaysEnabled should support that as an option?
 
     /** Weak reference to the dialog showing singleton Template Manager. */
     private Reference<Dialog> dialogWRef = new WeakReference<Dialog> (null);
     
     public TemplatesAction() {
-        putValue("noIconInMenu", Boolean.TRUE); //NOI18N
+        putValue(Action.SHORT_DESCRIPTION, NbBundle.getMessage(TemplatesAction.class, "HINT_TemplatesAction")); // NOI18N
     }    
     
-    public void performAction () {
+    public @Override void actionPerformed(ActionEvent evt) {
         
         Dialog dialog = dialogWRef.get ();
 
@@ -121,33 +127,6 @@ public class TemplatesAction extends CallableSystemAction {
         
     }
     
-    @Override
-    protected boolean asynchronous() {
-        return true;
-    }
-
-    public String getName () {
-        return NbBundle.getMessage (TemplatesAction.class, "LBL_TemplatesAction_Name"); // NOI18N
-    }
-
-    @Override
-    protected String iconResource () {
-        return null;
-    }
-
-    public HelpCtx getHelpCtx () {
-        return HelpCtx.DEFAULT_HELP;
-    }
-
-    /**
-     * Adding hint.
-     */
-    @Override
-    protected void initialize () {
-	super.initialize ();
-        putProperty (TemplatesAction.SHORT_DESCRIPTION, NbBundle.getMessage (TemplatesAction.class, "HINT_TemplatesAction")); // NOI18N
-    }
-    
     // helper classes
     private static class OpenInEditorListener implements ActionListener, PropertyChangeListener {
         TemplatesPanel tp;
diff --git a/favorites/src/org/netbeans/modules/favorites/templates/TemplatesPanel.form b/favorites/src/org/netbeans/modules/favorites/templates/TemplatesPanel.form
index aa38cbc..e02b5ce 100644
--- a/favorites/src/org/netbeans/modules/favorites/templates/TemplatesPanel.form
+++ b/favorites/src/org/netbeans/modules/favorites/templates/TemplatesPanel.form
@@ -1,11 +1,6 @@
-<?xml version="1.0" encoding="UTF-8" ?>
+<?xml version="1.1" encoding="UTF-8" ?>
 
 <Form version="1.2" maxVersion="1.2" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
-  <Properties>
-    <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
-      <Dimension value="[500, 300]"/>
-    </Property>
-  </Properties>
   <AuxValues>
     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
     <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
@@ -76,7 +71,7 @@
           </Events>
           <Constraints>
             <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
-              <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="8" insetsBottom="3" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/>
+              <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="8" insetsBottom="3" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
             </Constraint>
           </Constraints>
         </Component>
@@ -217,7 +212,29 @@
           </Events>
           <Constraints>
             <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
-              <GridBagConstraints gridX="0" gridY="9" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="8" insetsBottom="3" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/>
+              <GridBagConstraints gridX="0" gridY="9" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="8" insetsBottom="3" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
+            </Constraint>
+          </Constraints>
+        </Component>
+        <Component class="javax.swing.JSeparator" name="jSeparator4">
+          <Constraints>
+            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
+              <GridBagConstraints gridX="0" gridY="10" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="4" insetsLeft="8" insetsBottom="4" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
+            </Constraint>
+          </Constraints>
+        </Component>
+        <Component class="javax.swing.JButton" name="settingsButton">
+          <Properties>
+            <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
+              <ResourceString bundle="org/netbeans/modules/favorites/templates/Bundle.properties" key="BTN_TemplatesPanel_Settings" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
+            </Property>
+          </Properties>
+          <Events>
+            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="settingsButtonActionPerformed"/>
+          </Events>
+          <Constraints>
+            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
+              <GridBagConstraints gridX="0" gridY="11" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="8" insetsBottom="3" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
             </Constraint>
           </Constraints>
         </Component>
diff --git a/favorites/src/org/netbeans/modules/favorites/templates/TemplatesPanel.java b/favorites/src/org/netbeans/modules/favorites/templates/TemplatesPanel.java
index b44d263..bcb12d4 100644
--- a/favorites/src/org/netbeans/modules/favorites/templates/TemplatesPanel.java
+++ b/favorites/src/org/netbeans/modules/favorites/templates/TemplatesPanel.java
@@ -44,6 +44,7 @@
 package org.netbeans.modules.favorites.templates;
 
 import java.awt.BorderLayout;
+import java.awt.Dimension;
 import java.awt.event.ActionEvent;
 import java.beans.PropertyChangeListener;
 import java.beans.PropertyVetoException;
@@ -55,18 +56,18 @@ import java.util.Arrays;
 import java.util.Collection;
 import java.util.Comparator;
 import java.util.Enumeration;
-import java.util.HashMap;
 import java.util.List;
-import java.util.Map.Entry;
 import java.util.StringTokenizer;
 import java.util.TreeSet;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import javax.swing.Action;
 import javax.swing.ActionMap;
+import javax.swing.JDialog;
 import javax.swing.JFileChooser;
 import javax.swing.SwingUtilities;
 import javax.swing.text.DefaultEditorKit;
+import org.openide.DialogDescriptor;
 import org.openide.DialogDisplayer;
 import org.openide.NotifyDescriptor;
 import org.openide.actions.CopyAction;
@@ -74,12 +75,17 @@ import org.openide.actions.CutAction;
 import org.openide.actions.DeleteAction;
 import org.openide.actions.PasteAction;
 import org.openide.actions.PropertiesAction;
-import org.openide.actions.RenameAction;
+import org.openide.cookies.EditCookie;
+import org.openide.cookies.OpenCookie;
 import org.openide.explorer.ExplorerManager;
 import org.openide.explorer.ExplorerUtils;
 import org.openide.explorer.view.BeanTreeView;
 import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileStateInvalidException;
+import org.openide.filesystems.FileSystem;
 import org.openide.filesystems.FileUtil;
+import org.openide.filesystems.LocalFileSystem;
+import org.openide.filesystems.MultiFileSystem;
 import org.openide.loaders.DataFilter;
 import org.openide.loaders.DataFolder;
 import org.openide.loaders.DataObject;
@@ -93,9 +99,11 @@ import org.openide.nodes.NodeMemberEvent;
 import org.openide.nodes.NodeReorderEvent;
 import org.openide.nodes.PropertySupport;
 import org.openide.nodes.Sheet;
+import org.openide.util.Exceptions;
 import org.openide.util.HelpCtx;
 import org.openide.util.Lookup;
 import org.openide.util.NbBundle;
+import org.openide.util.RequestProcessor;
 import org.openide.util.actions.NodeAction;
 import org.openide.util.actions.SystemAction;
 import org.openide.util.lookup.AbstractLookup;
@@ -110,6 +118,7 @@ import org.openide.windows.TopComponent;
 public class TemplatesPanel extends TopComponent implements ExplorerManager.Provider {
     private static ExplorerManager manager;
     private static TemplateTreeView view;
+    private static final RequestProcessor rp = new RequestProcessor("Templates", 1);
     
     static private FileObject templatesRoot;
     private static Node templatesRootNode = null;
@@ -151,6 +160,7 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
         view.setRootVisible (false);
         view.setPopupAllowed (true);
         view.setDefaultActionAllowed (false);
+        view.setPreferredSize(new Dimension(350, 250));
     }
     
     private static class TemplateTreeView extends BeanTreeView {
@@ -196,11 +206,14 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
         addButton.setEnabled (false);
         SwingUtilities.invokeLater (new Runnable () {
             public void run () {
-                Node firstNode = templatesRootNode.getChildren ().getNodeAt (0);
-                try {
-                    manager.setSelectedNodes (new Node[]{firstNode});
-                } catch (PropertyVetoException ex) {
-                    Logger.getLogger(TemplatesPanel.class.getName()).log(Level.FINE, ex.getLocalizedMessage (), ex);
+                Node[] nodes = templatesRootNode.getChildren ().getNodes(true);
+                if (nodes.length > 0) {
+                    Node firstNode = nodes[0];
+                    try {
+                        manager.setSelectedNodes (new Node[]{firstNode});
+                    } catch (PropertyVetoException ex) {
+                        Logger.getLogger(TemplatesPanel.class.getName()).log(Level.FINE, ex.getLocalizedMessage (), ex);
+                    }
                 }
                 SwingUtilities.invokeLater (new Runnable () {
                     public void run () {
@@ -225,6 +238,11 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
         }
 
         private boolean acceptTemplate (DataObject d) {
+            if (d instanceof DataFolder &&
+                "Templates/Properties".equals(d.getPrimaryFile().getPath())) {
+                
+                return false;
+            }
             if (d.isTemplate () || d instanceof DataFolder) {
                 Object o = d.getPrimaryFile ().getAttribute ("simple"); // NOI18N
                 return o == null || Boolean.TRUE.equals (o);
@@ -239,7 +257,7 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
      * WARNING: Do NOT modify this code. The content of this method is
      * always regenerated by the Form Editor.
      */
-    // <editor-fold defaultstate="collapsed" desc=" Generated Code ">//GEN-BEGIN:initComponents
+    // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
     private void initComponents() {
         java.awt.GridBagConstraints gridBagConstraints;
 
@@ -256,8 +274,9 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
         moveDownButton = new javax.swing.JButton();
         jSeparator3 = new javax.swing.JSeparator();
         deleteButton = new javax.swing.JButton();
+        jSeparator4 = new javax.swing.JSeparator();
+        settingsButton = new javax.swing.JButton();
 
-        setPreferredSize(new java.awt.Dimension(500, 300));
         setLayout(new java.awt.GridBagLayout());
 
         org.openide.awt.Mnemonics.setLocalizedText(templatesLabel, org.openide.util.NbBundle.getBundle(TemplatesPanel.class).getString("LBL_TemplatesPanel_TemplatesLabel")); // NOI18N
@@ -290,7 +309,6 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
         });
         gridBagConstraints = new java.awt.GridBagConstraints();
         gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
-        gridBagConstraints.anchor = java.awt.GridBagConstraints.NORTHWEST;
         gridBagConstraints.insets = new java.awt.Insets(0, 8, 3, 0);
         buttonsPanel.add(addButton, gridBagConstraints);
         addButton.getAccessibleContext().setAccessibleDescription(org.openide.util.NbBundle.getMessage(TemplatesPanel.class, "ACD_TemplatesPanel_Add")); // NOI18N
@@ -393,12 +411,30 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
         gridBagConstraints.gridx = 0;
         gridBagConstraints.gridy = 9;
         gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
-        gridBagConstraints.anchor = java.awt.GridBagConstraints.NORTHWEST;
         gridBagConstraints.insets = new java.awt.Insets(0, 8, 3, 0);
         buttonsPanel.add(deleteButton, gridBagConstraints);
         deleteButton.getAccessibleContext().setAccessibleDescription(org.openide.util.NbBundle.getMessage(TemplatesPanel.class, "ACD_TemplatesPanel_Delete")); // NOI18N
 
         gridBagConstraints = new java.awt.GridBagConstraints();
+        gridBagConstraints.gridx = 0;
+        gridBagConstraints.gridy = 10;
+        gridBagConstraints.insets = new java.awt.Insets(4, 8, 4, 0);
+        buttonsPanel.add(jSeparator4, gridBagConstraints);
+
+        org.openide.awt.Mnemonics.setLocalizedText(settingsButton, org.openide.util.NbBundle.getMessage(TemplatesPanel.class, "BTN_TemplatesPanel_Settings")); // NOI18N
+        settingsButton.addActionListener(new java.awt.event.ActionListener() {
+            public void actionPerformed(java.awt.event.ActionEvent evt) {
+                settingsButtonActionPerformed(evt);
+            }
+        });
+        gridBagConstraints = new java.awt.GridBagConstraints();
+        gridBagConstraints.gridx = 0;
+        gridBagConstraints.gridy = 11;
+        gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
+        gridBagConstraints.insets = new java.awt.Insets(0, 8, 3, 0);
+        buttonsPanel.add(settingsButton, gridBagConstraints);
+
+        gridBagConstraints = new java.awt.GridBagConstraints();
         gridBagConstraints.gridx = 1;
         gridBagConstraints.gridy = 1;
         gridBagConstraints.gridwidth = java.awt.GridBagConstraints.REMAINDER;
@@ -409,39 +445,60 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
     }// </editor-fold>//GEN-END:initComponents
 
     private void moveDownButtonActionPerformed (java.awt.event.ActionEvent evt) {//GEN-FIRST:event_moveDownButtonActionPerformed
-        moveDown (manager.getSelectedNodes ());//GEN-LAST:event_moveDownButtonActionPerformed
-    }                                              
+        moveDown (manager.getSelectedNodes ());
+    }//GEN-LAST:event_moveDownButtonActionPerformed
 
     private void moveUpButtonActionPerformed (java.awt.event.ActionEvent evt) {//GEN-FIRST:event_moveUpButtonActionPerformed
-        moveUp (manager.getSelectedNodes ());//GEN-LAST:event_moveUpButtonActionPerformed
-    }                                            
+        moveUp (manager.getSelectedNodes ());
+    }//GEN-LAST:event_moveUpButtonActionPerformed
     
     private void newFolderButtonActionPerformed (java.awt.event.ActionEvent evt) {//GEN-FIRST:event_newFolderButtonActionPerformed
 
-        DataFolder df = doNewFolder (manager.getSelectedNodes ());
-        assert df != null : "New DataFolder has been created.";
-        
-        try {
-            // invoke inplace editing
-            Node [] nodes = manager.getSelectedNodes ();
-            Node targerNode = null;
-            if (nodes == null || nodes.length == 0) {
-                targerNode = manager.getRootContext ();
-            } else {
-                targerNode = nodes [0].isLeaf () ? nodes [0].getParentNode () : nodes [0];
+        final Node [] nodes = manager.getSelectedNodes ();
+        rp.post(new Runnable() {
+            public void run() {
+                DataFolder df = doNewFolder (nodes);
+                assert df != null : "New DataFolder can not be created under "+Arrays.toString(nodes);
+
+                // invoke inplace editing
+                Node targerNode;
+                if (nodes == null || nodes.length == 0) {
+                    targerNode = manager.getRootContext ();
+                } else {
+                    targerNode = nodes [0].isLeaf () ? nodes [0].getParentNode () : nodes [0];
+                }
+
+                final Node newSubfolder = findChild (targerNode, df.getName (), 3);
+                assert newSubfolder != null : "Node for subfolder found in nodes: " + Arrays.asList (targerNode.getChildren ().getNodes ());
+                if (newSubfolder != null) {
+                    SwingUtilities.invokeLater(new Runnable() {
+                        public void run() {
+                            try {
+                                manager.setSelectedNodes (new Node [] { newSubfolder });
+                            } catch (PropertyVetoException pve) {
+                                Logger.getLogger(TemplatesPanel.class.getName()).log(Level.WARNING, null, pve);
+                            }
+                            view.invokeInplaceEditing ();
+                        }
+                    });
+                }
             }
-            
-            targerNode.getChildren ().getNodes (true);
-            Node newSubfolder = targerNode.getChildren ().findChild (df.getName ());
-            assert newSubfolder != null : "Node for subfolder found in nodes: " + Arrays.asList (targerNode.getChildren ().getNodes ());
-            manager.setSelectedNodes (new Node [] { newSubfolder });
-            view.invokeInplaceEditing ();
-        } catch (PropertyVetoException pve) {
-            Logger.getLogger(TemplatesPanel.class.getName()).log(Level.WARNING, null, pve);//GEN-LAST:event_newFolderButtonActionPerformed
-        }
-                                               
-    }                                               
+        });
+    }//GEN-LAST:event_newFolderButtonActionPerformed
     
+    private Node findChild(Node node, String name, int i) {
+        node.getChildren ().getNodes (true);
+        Node newSubfolder = node.getChildren ().findChild (name);
+        if (newSubfolder == null && i > 0) {
+            try {
+                Thread.sleep(333);
+            } catch (InterruptedException ex) {
+            }
+            newSubfolder = findChild(node, name, i--);
+        }
+        return newSubfolder;
+    }
+
     private void deleteButtonActionPerformed (java.awt.event.ActionEvent evt) {//GEN-FIRST:event_deleteButtonActionPerformed
         Node [] nodes = manager.getSelectedNodes (); 
         for (int i = 0; i < nodes.length; i++) {
@@ -449,29 +506,57 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
                 nodes[i].destroy();
             }
             catch (IOException ioe) {
-                Logger.getLogger(TemplatesPanel.class.getName()).log(Level.WARNING, null, ioe);//GEN-LAST:event_deleteButtonActionPerformed
+                Logger.getLogger(TemplatesPanel.class.getName()).log(Level.WARNING, null, ioe);
             }
-        }                                            
-    }                                            
+        }
+    }//GEN-LAST:event_deleteButtonActionPerformed
 
     private void duplicateButtonActionPerformed (java.awt.event.ActionEvent evt) {//GEN-FIRST:event_duplicateButtonActionPerformed
         Node [] nodes = manager.getSelectedNodes ();
         assert nodes != null : "Selected Nodes cannot be null.";
         assert nodes.length == 1 : "One one node can be selected, but was " + Arrays.asList (nodes);
-        createDuplicateFromNode (nodes [0]);//GEN-LAST:event_duplicateButtonActionPerformed
-                                               
-    }                                               
+        createDuplicateFromNode (nodes [0]);
+    }//GEN-LAST:event_duplicateButtonActionPerformed
     
     private void renameButtonActionPerformed (java.awt.event.ActionEvent evt) {//GEN-FIRST:event_renameButtonActionPerformed
         Node [] nodes = manager.getSelectedNodes ();
         assert nodes != null : "Selected Nodes cannot be null.";
-        assert nodes.length == 1 : "One one node can be selected, but was " + Arrays.asList (nodes);//GEN-LAST:event_renameButtonActionPerformed
-        view.invokeInplaceEditing ();                                            
-    }                                            
+        assert nodes.length == 1 : "One one node can be selected, but was " + Arrays.asList (nodes);
+        showRename((TemplateNode) nodes[0]);
+    }//GEN-LAST:event_renameButtonActionPerformed
     
     private void addButtonActionPerformed (java.awt.event.ActionEvent evt) {//GEN-FIRST:event_addButtonActionPerformed
-        doAdd (manager.getSelectedNodes ());//GEN-LAST:event_addButtonActionPerformed
-    }                                         
+        doAdd (manager.getSelectedNodes ());
+    }//GEN-LAST:event_addButtonActionPerformed
+
+    private void settingsButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_settingsButtonActionPerformed
+        FileObject dir = FileUtil.getConfigFile("Templates/Properties");
+        if (dir == null) {
+            settingsButton.setEnabled(false);
+            return ;
+        }
+        for (Enumeration<? extends FileObject> en = dir.getChildren(true); en.hasMoreElements(); ) {
+            FileObject fo = en.nextElement();
+            try {
+                DataObject dobj = DataObject.find(fo);
+                EditCookie ec = dobj.getCookie(EditCookie.class);
+                if (ec != null) {
+                    ec.edit ();
+                } else {
+                    OpenCookie oc = dobj.getCookie(OpenCookie.class);
+                    if (oc != null) {
+                        oc.open ();
+                    } else {
+                        continue;
+                    }
+                }
+                // Close the Templates dialog
+                closeDialog(this);
+            } catch (DataObjectNotFoundException ex) {
+                continue;
+            }
+        }
+    }//GEN-LAST:event_settingsButtonActionPerformed
     
     
     // Variables declaration - do not modify//GEN-BEGIN:variables
@@ -482,14 +567,27 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
     private javax.swing.JSeparator jSeparator1;
     private javax.swing.JSeparator jSeparator2;
     private javax.swing.JSeparator jSeparator3;
+    private javax.swing.JSeparator jSeparator4;
     private javax.swing.JButton moveDownButton;
     private javax.swing.JButton moveUpButton;
     private javax.swing.JButton newFolderButton;
     private javax.swing.JButton renameButton;
+    private javax.swing.JButton settingsButton;
     private javax.swing.JLabel templatesLabel;
     private javax.swing.JPanel treePanel;
     // End of variables declaration//GEN-END:variables
     
+    private void closeDialog(java.awt.Component c) {
+        if (c instanceof JDialog) {
+            ((JDialog) c).setVisible(false);
+        } else {
+            c = c.getParent();
+            if (c != null) {
+                closeDialog(c);
+            }
+        }
+    }
+
     private static class TemplateNode extends FilterNode {
 
         private static Action [] ACTIONS_ON_LEAF = new Action [] {
@@ -498,7 +596,7 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
                                     SystemAction.get (PasteAction.class),
                                     null,
                                     SystemAction.get (DeleteAction.class),
-                                    SystemAction.get (RenameAction.class),
+                                    SystemAction.get (RenameTemplateAction.class),
                                     null,
                                     SystemAction.get (PropertiesAction.class),
         };
@@ -512,7 +610,7 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
                                     SystemAction.get (PasteAction.class),
                                     null,
                                     SystemAction.get (DeleteAction.class),
-                                    SystemAction.get (RenameAction.class),
+                                    SystemAction.get (RenameTemplateAction.class),
         };
 
         public TemplateNode (Node n) { 
@@ -576,6 +674,11 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
         }
 
         @Override
+        public boolean canRename() {
+            return false;
+        }
+
+        @Override
         public PropertySet[] getPropertySets () {
             return new Node.PropertySet [] { createTemplateProperties (this) };
         }
@@ -599,6 +702,41 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
 
     }
 
+    private static class RenameTemplateAction extends NodeAction {
+
+        @Override
+        protected boolean surviveFocusChange() {
+            return false;
+        }
+
+        @Override
+        public String getName() {
+            return NbBundle.getMessage(RenameTemplateAction.class, "Action_Rename");
+        }
+
+        @Override
+        public HelpCtx getHelpCtx() {
+            return new HelpCtx(RenameTemplateAction.class);
+        }
+
+        @Override
+        protected boolean enable(Node[] activatedNodes) {
+            // exactly one node should be selected
+            if ((activatedNodes == null) || (activatedNodes.length != 1)) {
+                return false;
+            }
+
+            return true;
+        }
+
+        @Override
+        protected void performAction(Node[] activatedNodes) {
+            TemplateNode n = (TemplateNode) activatedNodes[0]; // we supposed that one node is activated
+            showRename(n);
+        }
+
+    }
+
     private static Sheet.Set createTemplateProperties (final TemplateNode templateNode) {
         Sheet.Set properties = Sheet.createPropertiesSet ();
         // display name
@@ -820,7 +958,7 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
                 // a fallback if no template sample found
                 template.getPrimaryFile ().setAttribute (TEMPLATE_SCRIPT_ENGINE_ATTRIBUTE, "freemarker"); // NOI18N
             } else {
-                setTemplateAttributes (template.getPrimaryFile (), getAttributes (templateSample.getPrimaryFile ()));
+                setTemplateAttributes (template.getPrimaryFile (), templateSample.getPrimaryFile ());
             }
         } catch (IOException ioe) {
             Logger.getLogger(TemplatesPanel.class.getName()).log(Level.WARNING, null, ioe);
@@ -891,7 +1029,7 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
             DataObject target = source.copy(source.getFolder());
             FileObject srcFo = source.getPrimaryFile();
             FileObject targetFo = target.getPrimaryFile();
-            setTemplateAttributes(targetFo, getAttributes(srcFo));
+            setTemplateAttributes(targetFo, srcFo);
             if (parent != null) {
                 Node duplicateNode = null;
                 for (Node k : parent.getChildren ().getNodes (true)) {
@@ -921,32 +1059,9 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
         return null;
     }
     
-    /** Returns map of attributes for given FileObject. */
-    private static HashMap<String, Object> getAttributes(FileObject fo) {
-        HashMap<String, Object> attributes = new HashMap<String, Object>();
-        Enumeration<String> attributeNames = fo.getAttributes();
-        while(attributeNames.hasMoreElements()) {
-            String attrName = attributeNames.nextElement();
-            if (attrName == null) {
-                continue;
-            }
-            Object attrValue = fo.getAttribute(attrName);
-            if (attrValue != null) {
-                attributes.put(attrName, attrValue);
-            }
-        }
-        return attributes;
-    }
-
-    /** Sets attributes for given FileObject. */
-    private static void setTemplateAttributes(FileObject fo, HashMap<String, Object> attributes) throws IOException {
-        for (Entry<String, Object> entry : attributes.entrySet()) {
-            // skip localizing bundle for custom templates
-            if (TEMPLATE_LOCALIZING_BUNDLE_ATTRIBUTE.equals (entry.getKey ())) {
-                continue;
-            }
-            fo.setAttribute(entry.getKey(), entry.getValue());
-        }
+    private static void setTemplateAttributes(FileObject fo, FileObject from) throws IOException {
+        FileUtil.copyAttributes(from, fo);
+        fo.setAttribute(TEMPLATE_LOCALIZING_BUNDLE_ATTRIBUTE, null);
     }
 
     static FileObject getTemplatesRoot () {
@@ -961,6 +1076,10 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
             return false;
         }
         
+        Node parent = nodes [0].getParentNode ();
+        if (parent == null) {
+            return false;
+        }
         int pos = getNodePosition (nodes [0]);
         return pos != -1 && pos > 0;
     }
@@ -969,7 +1088,11 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
         if (nodes == null || nodes.length != 1 || ! nodes [0].isLeaf ()) {
             return false;
         }
-        int count = nodes [0].getParentNode ().getChildren ().getNodesCount ();
+        Node parent = nodes [0].getParentNode ();
+        if (parent == null) {
+            return false;
+        }
+        int count = parent.getChildren ().getNodesCount ();
         int pos = getNodePosition (nodes [0]);
         return pos != -1 && pos < (count - 1);
     }
@@ -1014,7 +1137,8 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
         }
         
         supp.moveUp (origPos);
-        assert origPos - 1 == getNodePosition (n) : "Node " + n + " has been moved from " + origPos + " to pos " + getNodePosition (n);
+        // getNodePosition() is not really reliable here.
+        // assert origPos - 1 == getNodePosition (n) : "Node " + n + " has been moved from " + origPos + " to pos " + getNodePosition (n);
     }
     
     private void moveDown (Node[] nodes) {
@@ -1032,7 +1156,79 @@ public class TemplatesPanel extends TopComponent implements ExplorerManager.Prov
         }
         
         supp.moveDown (origPos);
-        assert origPos + 1 == getNodePosition (n) : "Node " + n + " has been moved from " + origPos + " to pos " + getNodePosition (n);
+        // getNodePosition() is not really reliable here.
+        // assert origPos + 1 == getNodePosition (n) : "Node " + n + " has been moved from " + origPos + " to pos " + getNodePosition (n);
+    }
+
+    private static void showRename(TemplateNode n) {
+        String name = n.getFileName();
+        String displayName = n.getDisplayName();
+        FileObject fo = n.getLookup().lookup(FileObject.class);
+        RenameTemplatePanel editPanel = new RenameTemplatePanel(isUserFile(fo));
+        editPanel.setFileName(name);
+        editPanel.setFileDisplayName(displayName);
+        String title = org.openide.util.NbBundle.getMessage(TemplatesPanel.class, "RenameTemplatePanel.title.text");
+        DialogDescriptor dd = new DialogDescriptor(editPanel, title);
+        Object res = DialogDisplayer.getDefault().notify(dd);
+        if (DialogDescriptor.OK_OPTION.equals(res)) {
+            name = editPanel.getFileName();
+            displayName = editPanel.getFileDisplayName();
+            n.setFileName(name);
+            try {
+                fo.setAttribute (TEMPLATE_DISPLAY_NAME_ATTRIBUTE, displayName);
+                fo.setAttribute (TEMPLATE_LOCALIZING_BUNDLE_ATTRIBUTE, null);
+            } catch (IOException ex) {
+                Logger.getLogger(TemplatesPanel.class.getName()).log(Level.WARNING, null, ex);
+            }
+            n.setDisplayName(displayName);
+        }
+    }
+
+    /** Test if the file physically exists on disk and thus was created by user and can be renamed. */
+    private static boolean isUserFile(FileObject fo) {
+        String path = fo.getPath();
+        // Find if this path is on non-local filesystems
+        FileSystem fs;
+        try {
+            fs = fo.getFileSystem();
+        } catch (FileStateInvalidException ex) {
+            return false;
+        }
+        return !isOnNonLocalFS(fs, path);
+    }
+
+    private static boolean isOnNonLocalFS(FileSystem fs, String path) {
+        if (fs instanceof MultiFileSystem) {
+            MultiFileSystem mfs = (MultiFileSystem) fs;
+            try {
+                java.lang.reflect.Method getDelegatesMethod;
+                getDelegatesMethod = MultiFileSystem.class.getDeclaredMethod("getDelegates"); // NOI18N
+                getDelegatesMethod.setAccessible(true);
+                FileSystem[] delegates = (FileSystem[]) getDelegatesMethod.invoke(mfs);
+                for (FileSystem fsd : delegates) {
+                    if (isOnNonLocalFS(fsd, path)) {
+                        return true;
+                    }
+                }
+            } catch (NoSuchMethodException ex) {
+                Exceptions.printStackTrace(ex);
+            } catch (SecurityException ex) {
+                Exceptions.printStackTrace(ex);
+            } catch (IllegalAccessException ex) {
+                Exceptions.printStackTrace(ex);
+            } catch (IllegalArgumentException ex) {
+                Exceptions.printStackTrace(ex);
+            } catch (InvocationTargetException ex) {
+                Exceptions.printStackTrace(ex);
+            }
+            return false;
+        } else {
+            if (fs instanceof LocalFileSystem) {
+                return false; // is local FS
+            } else {
+                return fs.findResource(path) != null;
+            }
+        }
     }
     
     // action
diff --git a/favorites/test/qa-functional/src/gui/core/favorites/BasicsTest.java b/favorites/test/qa-functional/src/gui/core/favorites/BasicsTest.java
index afe5cbd..f3b2076 100644
--- a/favorites/test/qa-functional/src/gui/core/favorites/BasicsTest.java
+++ b/favorites/test/qa-functional/src/gui/core/favorites/BasicsTest.java
@@ -132,7 +132,7 @@ public class BasicsTest extends JellyTestCase {
         Node node = new Node(fo.tree(), f.getName());
         node.expand();
         node.collapse();
-        assertEquals("items in favorites", 3, fo.tree().getChildCount(fo.tree().getRoot()));
+        assertEquals("items in favorites", 2, fo.tree().getChildCount(fo.tree().getRoot()));
      }
 
     public void testAddNonexistingFolder(){
@@ -149,7 +149,7 @@ public class BasicsTest extends JellyTestCase {
         String dialogName = Bundle.getString("org.netbeans.modules.favorites.Bundle", "ERR_FileDoesNotExistDlgTitle");
         NbDialogOperator dialog = new NbDialogOperator(dialogName);
         dialog.closeByButton();
-        assertEquals("items in favorites", 3, fo.tree().getChildCount(fo.tree().getRoot()));
+        assertEquals("items in favorites", 2, fo.tree().getChildCount(fo.tree().getRoot()));
     }
 
     public void testRemoveFromFavorites(){
diff --git a/favorites/test/unit/src/org/netbeans/modules/favorites/VisibilityQueryWorksTest.java b/favorites/test/unit/src/org/netbeans/modules/favorites/VisibilityQueryWorksTest.java
index 8380403..c3b7284 100644
--- a/favorites/test/unit/src/org/netbeans/modules/favorites/VisibilityQueryWorksTest.java
+++ b/favorites/test/unit/src/org/netbeans/modules/favorites/VisibilityQueryWorksTest.java
@@ -51,6 +51,7 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 import javax.swing.event.ChangeListener;
 import org.netbeans.junit.NbTestCase;
+import org.netbeans.junit.RandomlyFails;
 import org.netbeans.spi.queries.VisibilityQueryImplementation;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileUtil;
@@ -172,6 +173,7 @@ public class VisibilityQueryWorksTest extends NbTestCase {
         assertNodeForDataObject("folder as well", folderDO, true, arr);
     }
 
+    @RandomlyFails // NB-Core-Build #4913: folder as well in []
     public void testHiddenFilesInFoldersAreHidden() throws Exception {
         Node[] arr = FavoritesNode.getNode().getChildren().getNodes(true);
         Node f = assertNodeForDataObject("folder as well", folderDO, true, arr);
diff --git a/favorites/test/unit/src/org/netbeans/modules/favorites/templates/PropertiesProviderTest.java b/favorites/test/unit/src/org/netbeans/modules/favorites/templates/PropertiesProviderTest.java
index e9bf53f..7544ddc 100644
--- a/favorites/test/unit/src/org/netbeans/modules/favorites/templates/PropertiesProviderTest.java
+++ b/favorites/test/unit/src/org/netbeans/modules/favorites/templates/PropertiesProviderTest.java
@@ -47,10 +47,8 @@ import java.util.HashMap;
 import java.util.Map;
 import java.util.logging.Level;
 import java.util.logging.Logger;
-import junit.framework.Test;
 import org.netbeans.junit.MockServices;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.netbeans.spi.queries.FileEncodingQueryImplementation;
 import org.openide.DialogDescriptor;
 import org.openide.DialogDisplayer;
@@ -94,12 +92,6 @@ public class PropertiesProviderTest extends NbTestCase {
         return Level.FINE;
     }
     
-
-    public static Test suite() {
-        //return new PropertiesProviderTest("testCreateWithNameAndExtForForm");
-        return new NbTestSuite(PropertiesProviderTest.class);
-    }
-    
     @Override
     protected void setUp() throws Exception {
         clearWorkDir();
@@ -128,15 +120,16 @@ public class PropertiesProviderTest extends NbTestCase {
         FileObject fo = FileUtil.createData(root, "simpleObject.txt");
         {
             OutputStream os = fo.getOutputStream();
-            String txt = "<html><h1>${name}</h1>" +
-                "<h2>${date}</h2>" +
-                "<h3>${time}</h3>" +
-                "<h4>${user}</h4>" +
-                "</html>";
+            String txt = 
+                "print('<html><h1>');print(name);print('</h1>');" +
+                "print('<h2>');print(date);print('</h2>');" +
+                "print('<h3>');print(time);print('</h3>');" +
+                "print('<h4>');print(user);print('</h4>');" +
+                "print('</html>');";
             os.write(txt.getBytes());
             os.close();
         }
-        fo.setAttribute("javax.script.ScriptEngine", "freemarker");
+        fo.setAttribute("javax.script.ScriptEngine", "js");
         
         
         FileObject props = FileUtil.createData(FileUtil.getConfigRoot(),
diff --git a/ide/allmodules/nbproject/project.xml b/ide/allmodules/nbproject/project.xml
index 8a41016..d288a71 100644
--- a/ide/allmodules/nbproject/project.xml
+++ b/ide/allmodules/nbproject/project.xml
@@ -442,7 +442,6 @@ made subject to such option by the copyright holder.
                 <project>../../mobility.deployment.webdav</project>
                 <project>../../mobility.editor</project>
                 <project>../../mobility.end2end</project>
-                <project>../../mobility.end2end.kit</project>
                 <project>../../mobility.j2meunit</project>
                 <project>../../mobility.javahelp</project>
                 <project>../../mobility.jsr172</project>
@@ -626,7 +625,6 @@ made subject to such option by the copyright holder.
                 <project>../../web.core.syntax</project>
                 <project>../../web.debug</project>
                 <project>../../web.examples</project>
-                <project>../../web.flyingsaucer</project>
                 <project>../../web.freeform</project>
                 <project>../../web.helpset</project>
                 <project>../../web.jsf</project>
diff --git a/ide/launcher/macosx/NetBeansLauncher/English.lproj/MainMenu.nib/objects.nib b/ide/launcher/macosx/NetBeansLauncher/English.lproj/MainMenu.nib/objects.nib
deleted file mode 100644
index cb7c01c..0000000
Binary files a/ide/launcher/macosx/NetBeansLauncher/English.lproj/MainMenu.nib/objects.nib and /dev/null differ
diff --git a/ide/launcher/macosx/macosx_launcher.dmg b/ide/launcher/macosx/macosx_launcher.dmg
deleted file mode 100644
index f32ca70..0000000
Binary files a/ide/launcher/macosx/macosx_launcher.dmg and /dev/null differ
diff --git a/ide/launcher/netbeans.conf b/ide/launcher/netbeans.conf
index 7380ff8..0b45f54 100644
--- a/ide/launcher/netbeans.conf
+++ b/ide/launcher/netbeans.conf
@@ -1,19 +1,19 @@
 # ${HOME} will be replaced by JVM user.home system property
-netbeans_default_userdir="${HOME}/.netbeans/6.9"
+netbeans_default_userdir="${HOME}/.netbeans/7.0"
 
 # Options used by NetBeans launcher by default, can be overridden by explicit
 # command line switches:
-netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m -J-Dapple.laf.useScreenMenuBar=true -J-Dsun.java2d.noddraw=true"
+netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=384m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true"
 # Note that a default -Xmx is selected for you automatically.
 # You can find this value in var/log/messages.log file in your userdir.
 # The automatically selected value can be overridden by specifying -J-Xmx here
 # or on the command line.
 
-# If you specify the heap size (-Xmx) explicitely, you may also want to enable
+# If you specify the heap size (-Xmx) explicitly, you may also want to enable
 # Concurrent Mark & Sweep garbage collector. In such case add the following
 # options to the netbeans_default_options:
 # -J-XX:+UseConcMarkSweepGC -J-XX:+CMSClassUnloadingEnabled -J-XX:+CMSPermGenSweepingEnabled
-# (see http://wiki.netbeans.org/wiki/view/FaqGCPauses)
+# (see http://wiki.netbeans.org/FaqGCPauses)
 
 # Default location of JDK, can be overridden by using --jdkhome <dir>:
 #netbeans_jdkhome="/path/to/jdk"
diff --git a/ide/launcher/unix/netbeans b/ide/launcher/unix/netbeans
index df395b4..740a904 100644
--- a/ide/launcher/unix/netbeans
+++ b/ide/launcher/unix/netbeans
@@ -138,8 +138,8 @@ heap_size () {
         mem=640
     fi
     mem=`expr $mem / 5`
-    if [ $mem -gt 512 ] ; then
-        mem=512
+    if [ $mem -gt 768 ] ; then
+        mem=768
     elif [ $mem -lt 96 ] ; then
         mem=96
     fi
diff --git a/ide/launcher/windows/nblauncher.cpp b/ide/launcher/windows/nblauncher.cpp
index 2be5b62..f306eb6 100644
--- a/ide/launcher/windows/nblauncher.cpp
+++ b/ide/launcher/windows/nblauncher.cpp
@@ -62,7 +62,7 @@ const char *NbLauncher::REG_SHELL_FOLDERS_KEY = "Software\\Microsoft\\Windows\\C
 const char *NbLauncher::REG_DESKTOP_NAME = "Desktop";
 
 const char *NbLauncher::CON_ATTACH_MSG = 
-"\n\nThe launcher has determined that the parent process has a console and will reuse it for its own console output. "
+"\n\nThe launcher has determined that the parent process has a console and will reuse it for its own console output.\n"
 "Closing the console will result in termination of the running program.\n"
 "Use '--console suppress' to suppress console output.\n"
 "Use '--console new' to create a separate console window.\n";
@@ -149,6 +149,15 @@ int NbLauncher::start(int argc, char *argv[]) {
 
     const char *curDir = getCurrentDir();
     if (curDir) {
+        char olddir[MAX_PATH];
+        DWORD rc = GetCurrentDirectory(MAX_PATH, olddir);
+        if (rc == 0) {
+            logErr(true, false, "Failed to get current directory");
+        } else {
+            string od = string(olddir);
+            od.insert(0, "-J-Dnetbeans.user.dir=");
+            newArgs.add(od.c_str());
+        }
         logMsg("Changing current directory to: \"%s\"", curDir);
         SetCurrentDirectory(curDir);
     }
@@ -400,7 +409,7 @@ bool NbLauncher::parseConfigFile(const char* path) {
 }
 
 // Search if -Xmx is specified in existing arguments
-// If it isn't it adds it - 20% of available RAM but min is 96M and max 512M
+// If it isn't it adds it - 20% of available RAM but min is 96M and max 768M
 void NbLauncher::adjustHeapSize() {
     if (nbOptions.find("-J-Xmx") == string::npos) {
         // find how much memory we have and add -Xmx
@@ -410,8 +419,8 @@ void NbLauncher::adjustHeapSize() {
         if (memory < 96) {
             memory = 96;
         }
-        else if (memory > 512) {
-            memory = 512;
+        else if (memory > 768) {
+            memory = 768;
         }
         char tmp[32];
         snprintf(tmp, 32, " -J-Xmx%dm", memory);
diff --git a/javahelp/apichanges.xml b/javahelp/apichanges.xml
index 042a1f1..dae8131 100644
--- a/javahelp/apichanges.xml
+++ b/javahelp/apichanges.xml
@@ -109,6 +109,30 @@ is the proper place.
 <!-- ACTUAL CHANGES BEGIN HERE: -->
 
   <changes>
+
+      <change id="HelpSetRegistration">
+          <api name="general"/>
+          <summary>Added <code>@HelpSetRegistration</code></summary>
+          <version major="2" minor="20"/>
+          <date day="8" month="11" year="2010"/>
+          <author login="jglick"/>
+          <compatibility>
+              <p>
+                  Modules registering help sets in their XML layers are encouraged to migrate to the new annotation.
+                  Delete the <code><helpsetref></code> file from your layer, move your help set files
+                  into the project's regular source/resource root, remove <code>OpenIDE-Module-Requires: org.netbeans.api.javahelp.Help</code> from your module's manifest,
+                  add a direct dependency on this module, and add a <code>package-info.java</code> with the annotation.
+                  For Ant-based module projects, <code>javahelp.base</code> and <code>javahelp.hs</code> can also be removed from <code>project.properties</code>.
+              </p>
+          </compatibility>
+          <description>
+              <p>
+                  There is a new annotation to make it easier to register help sets.
+              </p>
+          </description>
+          <class package="org.netbeans.api.javahelp" name="HelpSetRegistration"/>
+          <issue number="191452"/>
+      </change>
   
         <change id="object">
             <api name="general"/>
@@ -148,7 +172,7 @@ is the proper place.
 -->
     <head>
       <title>NetBeans JavaHelp module API Changes by Date</title>
-      <link rel="stylesheet" href="http://www.netbeans.org/netbeans.css" type="text/css"/>
+      <link rel="stylesheet" href="prose.css" type="text/css"/>
       <meta name="CATEGORY" content="OtherDevelopmentDoc"/>
       <meta name="DESCRIPTION" content="A cross-indexed list of all changes made to the NetBeans JavaHelp module APIs."/>
     </head>
diff --git a/javahelp/external/binaries-list b/javahelp/external/binaries-list
new file mode 100644
index 0000000..357a938
--- /dev/null
+++ b/javahelp/external/binaries-list
@@ -0,0 +1 @@
+CA70822C47A67FC3A11670270567C2D01566DAE1 jhall-2.0_05.jar
diff --git a/javahelp/external/jhall-2.0_05-license.txt b/javahelp/external/jhall-2.0_05-license.txt
new file mode 100644
index 0000000..52c76a4
--- /dev/null
+++ b/javahelp/external/jhall-2.0_05-license.txt
@@ -0,0 +1,433 @@
+Name: JavaHelp
+Version: 2.0_05
+License: GPL-2-CP
+Source: https://javahelp.dev.java.net/files/documents/5985/59373/javahelp2-src-2.0.05.zip
+Description: Standard Java help browser system.
+OSR: 5497
+Origin: http://download.java.net/javadesktop/javahelp/javahelp2_0_05.zip
+
+The GNU General Public License (GPL)
+Version 2, June 1991
+
+ Copyright 1989, 1991 Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Everyone is permitted to copy and distribute verbatim
+ copies of this license document, but changing it is not
+ allowed.
+
+                      Preamble
+
+The licenses for most software are designed to take away
+your freedom to share and change it. By contrast, the GNU
+General Public License is intended to guarantee your freedom
+to share and change free software--to make sure the software
+is free for all its users. This General Public License
+applies to most of the Free Software Foundation's software
+and to any other program whose authors commit to using it.
+(Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can
+apply it to your programs, too.
+
+When we speak of free software, we are referring to freedom,
+not price. Our General Public Licenses are designed to make
+sure that you have the freedom to distribute copies of free
+software (and charge for this service if you wish), that you
+receive source code or can get it if you want it, that you
+can change the software or use pieces of it in new free
+programs; and that you know you can do these things.
+
+To protect your rights, we need to make restrictions that
+forbid anyone to deny you these rights or to ask you to
+surrender the rights. These restrictions translate to
+certain responsibilities for you if you distribute copies of
+the software, or if you modify it.
+
+For example, if you distribute copies of such a program,
+whether gratis or for a fee, you must give the recipients
+all the rights that you have. You must make sure that they,
+too, receive or can get the source code. And you must show
+them these terms so they know their rights.
+
+We protect your rights with two steps: (1) copyright the
+software, and (2) offer you this license which gives you
+legal permission to copy, distribute and/or modify the
+software.
+
+Also, for each author's protection and ours, we want to make
+certain that everyone understands that there is no warranty
+for this free software. If the software is modified by
+someone else and passed on, we want its recipients to know
+that what they have is not the original, so that any
+problems introduced by others will not reflect on the
+original authors' reputations.
+
+Finally, any free program is threatened constantly by
+software patents. We wish to avoid the danger that
+redistributors of a free program will individually obtain
+patent licenses, in effect making the program proprietary.
+To prevent this, we have made it clear that any patent must
+be licensed for everyone's free use or not licensed at all.
+
+The precise terms and conditions for copying, distribution
+and modification follow.
+
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND
+MODIFICATION
+
+0. This License applies to any program or other work which
+contains a notice placed by the copyright holder saying it
+may be distributed under the terms of this General Public
+License. The "Program", below, refers to any such program or
+work, and a "work based on the Program" means either the
+Program or any derivative work under copyright law: that is
+to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into
+another language. (Hereinafter, translation is included
+without limitation in the term "modification".) Each
+licensee is addressed as "you".
+
+Activities other than copying, distribution and modification
+are not covered by this License; they are outside its scope.
+The act of running the Program is not restricted, and the
+output from the Program is covered only if its contents
+constitute a work based on the Program (independent of
+having been made by running the Program). Whether that is
+true depends on what the Program does.
+
+1. You may copy and distribute verbatim copies of the
+Program's source code as you receive it, in any medium,
+provided that you conspicuously and appropriately publish on
+each copy an appropriate copyright notice and disclaimer of
+warranty; keep intact all the notices that refer to this
+License and to the absence of any warranty; and give any
+other recipients of the Program a copy of this License along
+with the Program.
+
+You may charge a fee for the physical act of transferring a
+copy, and you may at your option offer warranty protection
+in exchange for a fee.
+
+2. You may modify your copy or copies of the Program or any
+portion of it, thus forming a work based on the Program, and
+copy and distribute such modifications or work under the
+terms of Section 1 above, provided that you also meet all of
+these conditions:
+
+    a) You must cause the modified files to carry prominent
+    notices stating that you changed the files and the date
+    of any change.
+
+    b) You must cause any work that you distribute or
+    publish, that in whole or in part contains or is derived
+    from the Program or any part thereof, to be licensed as
+    a whole at no charge to all third parties under the
+    terms of this License.
+
+    c) If the modified program normally reads commands
+    interactively when run, you must cause it, when started
+    running for such interactive use in the most ordinary
+    way, to print or display an announcement including an
+    appropriate copyright notice and a notice that there is
+    no warranty (or else, saying that you provide a
+    warranty) and that users may redistribute the program
+    under these conditions, and telling the user how to view
+    a copy of this License. (Exception: if the Program
+    itself is interactive but does not normally print such
+    an announcement, your work based on the Program is not
+    required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the
+Program, and can be reasonably considered independent and
+separate works in themselves, then this License, and its
+terms, do not apply to those sections when you distribute
+them as separate works. But when you distribute the same
+sections as part of a whole which is a work based on the
+Program, the distribution of the whole must be on the terms
+of this License, whose permissions for other licensees
+extend to the entire whole, and thus to each and every part
+regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights
+or contest your rights to work written entirely by you;
+rather, the intent is to exercise the right to control the
+distribution of derivative or collective works based on the
+Program.
+
+In addition, mere aggregation of another work not based on
+the Program with the Program (or with a work based on the
+Program) on a volume of a storage or distribution medium
+does not bring the other work under the scope of this
+License.
+
+3. You may copy and distribute the Program (or a work based
+on it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you
+also do one of the following:
+
+    a) Accompany it with the complete corresponding
+    machine-readable source code, which must be distributed
+    under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least
+    three years, to give any third party, for a charge no
+    more than your cost of physically performing source
+    distribution, a complete machine-readable copy of the
+    corresponding source code, to be distributed under the
+    terms of Sections 1 and 2 above on a medium customarily
+    used for software interchange; or,
+
+    c) Accompany it with the information you received as to
+    the offer to distribute corresponding source code. (This
+    alternative is allowed only for noncommercial
+    distribution and only if you received the program in
+    object code or executable form with such an offer, in
+    accord with Subsection b above.)
+
+The source code for a work means the preferred form of the
+work for making modifications to it. For an executable work,
+complete source code means all the source code for all
+modules it contains, plus any associated interface
+definition files, plus the scripts used to control
+compilation and installation of the executable. However, as
+a special exception, the source code distributed need not
+include anything that is normally distributed (in either
+source or binary form) with the major components (compiler,
+kernel, and so on) of the operating system on which the
+executable runs, unless that component itself accompanies
+the executable.
+
+If distribution of executable or object code is made by
+offering access to copy from a designated place, then
+offering equivalent access to copy the source code from the
+same place counts as distribution of the source code, even
+though third parties are not compelled to copy the source
+along with the object code.
+
+4. You may not copy, modify, sublicense, or distribute the
+Program except as expressly provided under this License. Any
+attempt otherwise to copy, modify, sublicense or distribute
+the Program is void, and will automatically terminate your
+rights under this License. However, parties who have
+received copies, or rights, from you under this License will
+not have their licenses terminated so long as such parties
+remain in full compliance.
+
+5. You are not required to accept this License, since you
+have not signed it. However, nothing else grants you
+permission to modify or distribute the Program or its
+derivative works. These actions are prohibited by law if you
+do not accept this License. Therefore, by modifying or
+distributing the Program (or any work based on the Program),
+you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or
+modifying the Program or works based on it.
+
+6. Each time you redistribute the Program (or any work based
+on the Program), the recipient automatically receives a
+license from the original licensor to copy, distribute or
+modify the Program subject to these terms and conditions.
+You may not impose any further restrictions on the
+recipients' exercise of the rights granted herein. You are
+not responsible for enforcing compliance by third parties to
+this License.
+
+7. If, as a consequence of a court judgment or allegation of
+patent infringement or for any other reason (not limited to
+patent issues), conditions are imposed on you (whether by
+court order, agreement or otherwise) that contradict the
+conditions of this License, they do not excuse you from the
+conditions of this License. If you cannot distribute so as
+to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a
+consequence you may not distribute the Program at all. For
+example, if a patent license would not permit royalty-free
+redistribution of the Program by all those who receive
+copies directly or indirectly through you, then the only way
+you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or
+unenforceable under any particular circumstance, the balance
+of the section is intended to apply and the section as a
+whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to
+infringe any patents or other property right claims or to
+contest validity of any such claims; this section has the
+sole purpose of protecting the integrity of the free
+software distribution system, which is implemented by public
+license practices. Many people have made generous
+contributions to the wide range of software distributed
+through that system in reliance on consistent application of
+that system; it is up to the author/donor to decide if he or
+she is willing to distribute software through any other
+system and a licensee cannot impose that choice.
+
+This section is intended to make thoroughly clear what is
+believed to be a consequence of the rest of this License.
+
+8. If the distribution and/or use of the Program is
+restricted in certain countries either by patents or by
+copyrighted interfaces, the original copyright holder who
+places the Program under this License may add an explicit
+geographical distribution limitation excluding those
+countries, so that distribution is permitted only in or
+among countries not thus excluded. In such case, this
+License incorporates the limitation as if written in the
+body of this License.
+
+9. The Free Software Foundation may publish revised and/or
+new versions of the General Public License from time to
+time. Such new versions will be similar in spirit to the
+present version, but may differ in detail to address new
+problems or concerns.
+
+Each version is given a distinguishing version number. If
+the Program specifies a version number of this License which
+applies to it and "any later version", you have the option
+of following the terms and conditions either of that version
+or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number
+of this License, you may choose any version ever published
+by the Free Software Foundation.
+
+10. If you wish to incorporate parts of the Program into
+other free programs whose distribution conditions are
+different, write to the author to ask for permission. For
+software which is copyrighted by the Free Software
+Foundation, write to the Free Software Foundation; we
+sometimes make exceptions for this. Our decision will be
+guided by the two goals of preserving the free status of all
+derivatives of our free software and of promoting the
+sharing and reuse of software generally.
+
+NO WARRANTY
+
+11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS
+NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE
+COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM
+"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
+IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE
+OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
+DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED
+TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY
+WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED
+ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
+SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF
+THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT
+LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
+LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE
+PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH
+HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+              END OF TERMS AND CONDITIONS
+
+       How to Apply These Terms to Your New Programs
+
+If you develop a new program, and you want it to be of the
+greatest possible use to the public, the best way to achieve
+this is to make it free software which everyone can
+redistribute and change under these terms.
+
+To do so, attach the following notices to the program. It is
+safest to attach them to the start of each source file to
+most effectively convey the exclusion of warranty; and each
+file should have at least the "copyright" line and a pointer
+to where the full notice is found.
+
+    One line to give the program's name and a brief idea of
+    what it does. Copyright (C) <year> <name of author>
+
+    This program is free software; you can redistribute it
+    and/or modify it under the terms of the GNU General
+    Public License as published by the Free Software
+    Foundation; either version 2 of the License, or (at your
+    option) any later version.
+
+    This program is distributed in the hope that it will be
+    useful, but WITHOUT ANY WARRANTY; without even the
+    implied warranty of MERCHANTABILITY or FITNESS FOR A
+    PARTICULAR PURPOSE. See the GNU General Public License
+    for more details.
+
+    You should have received a copy of the GNU General
+    Public License along with this program; if not, write to
+    the Free Software Foundation, Inc., 59 Temple Place,
+    Suite 330, Boston, MA 02111-1307 USA
+
+Also add information on how to contact you by electronic and
+paper mail.
+
+If the program is interactive, make it output a short notice
+like this when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of
+    author Gnomovision comes with ABSOLUTELY NO WARRANTY;
+    for details type `show w'. This is free software, and
+    you are welcome to redistribute it under certain
+    conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show
+the appropriate parts of the General Public License. Of
+course, the commands you use may be called something other
+than `show w' and `show c'; they could even be mouse-clicks
+or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a
+programmer) or your school, if any, to sign a "copyright
+disclaimer" for the program, if necessary. Here is a sample;
+alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in
+  the program `Gnomovision' (which makes passes at
+  compilers) written by James Hacker.
+
+  signature of Ty Coon, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating
+your program into proprietary programs. If your program is a
+subroutine library, you may consider it more useful to
+permit linking proprietary applications with the library. If
+this is what you want to do, use the GNU Library General
+Public License instead of this License.
+
+
+"CLASSPATH" EXCEPTION TO THE GPL VERSION 2
+
+
+Certain source files distributed by Sun Microsystems, Inc.
+are subject to the following clarification and special
+exception to the GPL, but only where Sun has expressly
+included in the particular source file's header the words
+"Sun designates this particular file as subject to the
+"Classpath" exception as provided by Sun in the LICENSE file
+that accompanied this code."
+
+Linking this library statically or dynamically with other
+modules is making a combined work based on this library.
+Thus, the terms and conditions of the GNU General Public
+License cover the whole combination.
+
+As a special exception, the copyright holders of this
+library give you permission to link this library with
+independent modules to produce an executable, regardless of
+the license terms of these independent modules, and to copy
+and distribute the resulting executable under terms of your
+choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license
+of that module. An independent module is a module which is
+not derived from or based on this library. If you modify
+this library, you may extend this exception to your version
+of the library, but you are not obligated to do so. If you
+do not wish to do so, delete this exception statement from
+your version.
diff --git a/javahelp/manifest.mf b/javahelp/manifest.mf
index c96ccb2..ff9b85e 100644
--- a/javahelp/manifest.mf
+++ b/javahelp/manifest.mf
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.javahelp/1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/javahelp/resources/Bundle.properties
-OpenIDE-Module-Specification-Version: 2.17.1
+OpenIDE-Module-Specification-Version: 2.21.1
 OpenIDE-Module-Provides: org.netbeans.api.javahelp.Help
 OpenIDE-Module-Requires: org.openide.modules.InstalledFileLocator, org.openide.modules.ModuleFormat2
 OpenIDE-Module-Layer: org/netbeans/modules/javahelp/resources/layer.xml
diff --git a/javahelp/nbproject/project.properties b/javahelp/nbproject/project.properties
index 0287633..f561fc2 100644
--- a/javahelp/nbproject/project.properties
+++ b/javahelp/nbproject/project.properties
@@ -41,7 +41,7 @@
 # made subject to such option by the copyright holder.
 
 is.autoload=true
-release.external/jh-2.0_05.jar=modules/ext/jh-2.0_05.jar
+release.external/jhall-2.0_05.jar=modules/ext/jhall-2.0_05.jar
 
 javac.compilerargs=-Xlint:unchecked
 javac.source=1.6
diff --git a/javahelp/nbproject/project.xml b/javahelp/nbproject/project.xml
index 9e35fb6..f574fa6 100644
--- a/javahelp/nbproject/project.xml
+++ b/javahelp/nbproject/project.xml
@@ -144,10 +144,24 @@ made subject to such option by the copyright holder.
                         <compile-dependency/>
                     </test-dependency>
                     <test-dependency>
+                        <code-name-base>org.netbeans.modules.masterfs</code-name-base>
+                        <recursive/>
+                    </test-dependency>
+                    <test-dependency>
                         <code-name-base>org.netbeans.modules.nbjunit</code-name-base>
                         <recursive/>
                         <compile-dependency/>
                     </test-dependency>
+                    <test-dependency>
+                        <code-name-base>org.openide.util</code-name-base>
+                        <compile-dependency/>
+                        <test/>
+                    </test-dependency>
+                    <test-dependency>
+                        <code-name-base>org.openide.util.lookup</code-name-base>
+                        <compile-dependency/>
+                        <test/>
+                    </test-dependency>
                 </test-type>
                 <test-type>
                     <name>qa-functional</name>
@@ -175,8 +189,8 @@ made subject to such option by the copyright holder.
                 <subpackages>javax.help</subpackages>
             </public-packages>
             <class-path-extension>
-                <runtime-relative-path>ext/jh-2.0_05.jar</runtime-relative-path>
-                <binary-origin>external/jh-2.0_05.jar</binary-origin>
+                <runtime-relative-path>ext/jhall-2.0_05.jar</runtime-relative-path>
+                <binary-origin>external/jhall-2.0_05.jar</binary-origin>
             </class-path-extension>
         </data>
     </configuration>
diff --git a/javahelp/src/org/netbeans/api/javahelp/HelpSetRegistration.java b/javahelp/src/org/netbeans/api/javahelp/HelpSetRegistration.java
new file mode 100644
index 0000000..4e01773
--- /dev/null
+++ b/javahelp/src/org/netbeans/api/javahelp/HelpSetRegistration.java
@@ -0,0 +1,82 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.api.javahelp;
+
+import java.lang.annotation.ElementType;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
+
+ at Retention(RetentionPolicy.SOURCE)
+ at Target(ElementType.PACKAGE)
+/**
+ * Registers a help set.
+ * A help set reference according to {@code -//NetBeans//DTD JavaHelp Help Set Reference 1.0//EN} is created.
+ * If the help set specifies a search view, the search indexer will also be run;
+ * all {@code *.html} and {@code *.htm} in the package containing the help set, and its subpackages, will be indexed.
+ * @since org.netbeans.modules.javahelp/1 2.20
+ */
+public @interface HelpSetRegistration {
+
+    /**
+     * Relative location of a help set file.
+     * Typically matches: {@code -//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN}
+     */
+    String helpSet();
+
+    /**
+     * Whether the help set should be merged into the master help set.
+     */
+    boolean merge() default true;
+
+    /**
+     * Position of help set reference.
+     */
+    int position() default Integer.MAX_VALUE;
+
+    /**
+     * Helpset-relative HTML filenames to exclude from indexing.
+     */
+    String[] excludes() default {"credits.html"};
+
+}
diff --git a/javahelp/src/org/netbeans/api/javahelp/doc-files/api.html b/javahelp/src/org/netbeans/api/javahelp/doc-files/api.html
index 26ad114..5c80f6c 100644
--- a/javahelp/src/org/netbeans/api/javahelp/doc-files/api.html
+++ b/javahelp/src/org/netbeans/api/javahelp/doc-files/api.html
@@ -39,10 +39,11 @@ However, if you add GPL Version 2 code and therefore, elected the GPL
 Version 2 license, then the option applies only if the new code is
 made subject to such option by the copyright holder.
 -->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
 <title>NetBeans JavaHelp Integration API</title>
-<link rel="stylesheet" href="../../../../../prose.css" type="text/css"/>
+<link rel="stylesheet" href="../../../../../prose.css" type="text/css">
 </head>
 
 <body>
@@ -66,21 +67,11 @@ the master helpset, this means that the menu item <b>Help | Contents</b>
 will show any navigators you define in your helpset, merged into others.
 
 <p>To add a helpset, you must register an object implementing <code>javax.swing.HelpSet</code>
-into the IDE's lookup system. The normal way to do this is to create an XML file with
-a special DTD which you place into the <samp>Services/JavaHelp/</samp> folder of the system
-filesystem via layer. This file specifies the URL to the help set, for example:
-
-<pre>
-<?<font class="keyword">xml</font>?>
-<!<font class="keyword">DOCTYPE</font> <font class="type">helpsetref</font> <font class="keyword">PUBLIC</font>
-          <font class="string">"-//NetBeans//DTD JavaHelp Help Set Reference 1.0//EN"</font>
-          <font class="string">"http://www.netbeans.org/dtds/helpsetref-1_0.dtd"</font>>
-<<font class="function-name">helpsetref</font> <font class="variable-name">url</font>=<font class="string">"nbresloc:/org/netbeans/modules/foo/help/HelpSet.hs"</font>/>
-</pre>
+into the IDE's lookup system. The normal way to do this is to use <code>@HelpSetRegistration</code>.
 
 <p>By default such a helpset will be merged into the IDE's master help
 navigators. You may opt out of this by specifying
-<samp>merge="false"</samp> on the <samp><helpsetref/></samp>. If
+<samp>merge="false"</samp>. If
 providing a custom help set instance via lookup, in order to turn off
 merging you should set the "key data" on the helpset with the context
 <code>OpenIDE</code> and key <code>mergeIntoMaster</code> to
@@ -102,17 +93,17 @@ if not in the module classloader.</span></p>
 
 <h3>Shortcut registration</h3>
 
-<p>To add a shortcut to a specific help ID in your help set, there is a different
+<p>To add a shortcut to a specific help ID in your help set, there is an
 XML DTD you can use.
 The shortcut XML specifies the help ID to display (which must be present in some
 registered help set of course), for example:
 
 <pre>
-<?<font class="keyword">xml</font>?>
-<!<font class="keyword">DOCTYPE</font> <font class="type">helpctx</font> <font class="keyword">PUBLIC</font>
-          <font class="string">"-//NetBeans//DTD Help Context 1.0//EN"</font>
-          <font class="string">"http://www.netbeans.org/dtds/helpcontext-1_0.dtd"</font>>
-<<font class="function-name">helpctx</font> <font class="variable-name">id</font>=<font class="string">"org.netbeans.modules.foo.some-topic"</font>/>
+<?<span class="keyword">xml</span>?>
+<!<span class="keyword">DOCTYPE</span> <span class="type">helpctx</span> <span class="keyword">PUBLIC</span>
+          <span class="string">"-//NetBeans//DTD Help Context 1.0//EN"</span>
+          <span class="string">"http://www.netbeans.org/dtds/helpcontext-1_0.dtd"</span>>
+<<span class="function-name">helpctx</span> <span class="variable-name">id</span>=<span class="string">"org.netbeans.modules.foo.some-topic"</span>/>
 </pre>
 
 <p>By default such a link will display a help window containing
@@ -130,20 +121,6 @@ accessible via the presenters of this kind of XML file.
 <p class="nonnormative">Note that usage of help shortcuts is no longer recommended by NetBeans style
 guidelines.</p>
 
-<h3>Module dependency</h3>
-
-<p>Note that JavaHelp capability is <em>not</em>
-automatically guaranteed to modules. Rather, modules supplying
-JavaHelp documentation which wish to ensure that this documentation
-will be visible, must declare an explicit dependency on the
-JavaHelp library. This library provides the capability
-<code>org.netbeans.api.javahelp.Help</code>, so a module may declare
-the dependency as follows:</p>
-
-<pre>
-OpenIDE-Module-Requires: org.netbeans.api.javahelp.Help
-</pre>
-
 <h2><a name="helpctx-context-help">Context Help</a></h2>
 
 <p>When the help set is specified in the module, this permits the
@@ -213,7 +190,7 @@ specify a <code>HelpCtx</code> in this fashion:
 
 </ul>
 
-There are some other points where you may specify a help ID directly:
+<p>There are some other points where you may specify a help ID directly:</p>
 
 <ul>
 
@@ -303,8 +280,8 @@ the
 
 <pre>
 <span class="type">String</span> <span class="variable-name">id</span> = ...;
-<span class="type">Help</span> <span class="variable-name">help</span> = (<span class="type">Help</span>)Lookup.getDefault().lookup(Help.<span class="keyword">class</span>);
-<span class="keyword">if</span> (help != <span class="constant">null</span> && help.isValidID(id, <span class="constant">true</span>).booleanValue()) {
+<span class="type">Help</span> <span class="variable-name">help</span> = Lookup.getDefault().lookup(Help.<span class="keyword">class</span>);
+<span class="keyword">if</span> (help != <span class="constant">null</span> && help.isValidID(id, <span class="constant">true</span>)) {
     help.showHelp(<span class="keyword">new</span> <span class="type">HelpCtx</span>(id));
 } <span class="keyword">else</span> {
     Toolkit.getDefaultToolkit().beep();
@@ -314,7 +291,7 @@ the
 <p class="nonnormative">If you are having trouble figuring out why you
 are not seeing the help you expect, try running the IDE with the
 command-line option <samp>-J-Dorg.netbeans.modules.javahelp=0</samp>
-and look in your <samp>system/ide.log</samp> file for details.
+and look in your log file for details.
 <samp>-J-Dorg.openide.util.HelpCtx=0</samp> may also be used to get
 further information on association between help IDs and GUI
 components, and so on.</p>
@@ -399,7 +376,7 @@ in a css termonolgy. Acceptable values are as follows:
       <li>white
       <li>yellow
       </ul>
-<ul>
+</ul>
 
 </div>
 
@@ -437,6 +414,6 @@ Monitoring Data Flow on the Web Server</a>
 </div>
 
 <hr>
- at FOOTER@
+<p>@FOOTER@</p>
 </body>
 </html>
diff --git a/javahelp/src/org/netbeans/api/javahelp/doc-files/help-guide.html b/javahelp/src/org/netbeans/api/javahelp/doc-files/help-guide.html
index 97662b8..7a963fa 100644
--- a/javahelp/src/org/netbeans/api/javahelp/doc-files/help-guide.html
+++ b/javahelp/src/org/netbeans/api/javahelp/doc-files/help-guide.html
@@ -39,11 +39,11 @@ However, if you add GPL Version 2 code and therefore, elected the GPL
 Version 2 license, then the option applies only if the new code is
 made subject to such option by the copyright holder.
 -->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
 <title>Connecting Help in NetBeans: From Help Set Installation to Hooking up Context-Sensitive Help</title>
-<link rel="stylesheet" href="../../../../../prose.css" type="text/css"/>
+<link rel="stylesheet" href="../../../../../prose.css" type="text/css">
 </head>
 
 <body>
@@ -73,20 +73,11 @@ help into the IDE and correctly setting
       </li>
       <li><a href="#tabpropeditors">Tabbed Custom Property Editors</a> <br>
       </li>
-      <li><a href="#servicetypes">Service Types and System Options</a> <br>
-      </li>
     </ul>
   </li>
   <li><a href="#toc-index">Merge Hints for TOC and Index</a><br>
   </li>
-  <li><a href="#makeknown">Making the Help Set Known to the IDE</a><br>
-    <ul>
-      <li> <a href="#manifest">Manifest File</a> <br>
-      </li>
-      <li><a href="#layer">Layer File</a> <br>
-      </li>
-    </ul>
-  </li>
+  <li><a href="#makeknown">Making the Help Set Known to the IDE</a></li>
   <li><a href="#putfiles">Where to Put Help Files in the Module Source</a> <br>
   </li>
   <li><a href="#notes">Additional Notes</a> <br>
@@ -125,10 +116,10 @@ the order in which topics appear within the table of contents.</li>
 </ul>
 
 <h2><a name="adding">Adding Help to GUI components</a></h2>
-There is an overview of adding help to various GUI NetBeans components in the
+<p>There is an overview of adding help to various GUI NetBeans components in the
 <a href="api.html#helpctx-context-help">JavaHelp Integration API</a>.
 This section expands a bit on the information 
-provided there. 
+provided there.</p>
 
 <h3><a name="nodes">Explorer Nodes</a></h3>
 <p>If your node extends <code>AbstractNode</code> or one of its subclasses, you should 
@@ -221,10 +212,10 @@ dd.setHelpCtx(<span class="keyword">new</span> <span class="type">HelpCtx</span>
 
   </li>
 </ol>
-If you do not supply a <code>HelpCtx</code> object for the <code>DialogDescriptor</code> 
+<p>If you do not supply a <code>HelpCtx</code> object for the <code>DialogDescriptor</code>
 or set the help ID string for the displayed Swing Component, then no <i>Help</i> 
-button will be displayed on the <code>JDialog</code> that is displayed for this <code>DialogDescriptor</code>. 
-<h3><a name="propsheets"></a>Property Sheet</b>s </h3>
+button will be displayed on the <code>JDialog</code> that is displayed for this <code>DialogDescriptor</code>.</p>
+<h3><a name="propsheets"></a>Property Sheets </h3>
 <p>When creating a Property Sheet, the developer creates a <a href="@org-openide-nodes@/org/openide/nodes/Sheet.Set.html"> 
   <code>Sheet.Set</code></a> object. To populate the <code>Sheet.Set</code> the developer 
   creates and adds a number of <a href="@org-openide-nodes@/org/openide/nodes/Node.Property.html"> 
@@ -257,7 +248,7 @@ referenceTab.setName(<span class="string">"referenceTab"</span>); <span class="c
   in a property sheet. Presently Sun Java Studio and NetBeans help is not provided on a per-property 
   basis - help on individual properties is provided in the form of a tooltip. 
 </p>
-<h3><a name="propeditor"></a>Custom Property Editor</b>s </h3>
+<h3><a name="propeditor"></a>Custom Property Editors</h3>
 <p>Some Properties displayed on a Property Sheet require a custom editor. The 
   user accesses the editor by selecting the "..." button on an entry for a specific 
   Property when the user selects that Property. The developer of the custom editor 
@@ -319,26 +310,6 @@ referenceTab.setName(<span class="string">"referenceTab"</span>); <span class="c
 }
 </pre>
 
-<h3><a name="servicetypes">Service Types and System Options</a></h3>
-<p>Many modules define their own Service Types such as Ant Compilation. Additionally, 
-  many define their own System Options such as the UDDI Registries. In both cases, 
-  developers extend either the <code>ServiceType</code> or the <code>SystemOption</code> 
-  abstract class. Defined in each class is the <code>getHelpCtx</code> method. If 
-  you wish to display help for your Service Type or System Option, implement the 
-  method: </p>
-
-<pre>
-<span class="keyword">public</span> <span class="keyword">class</span> <span class="type">AntCompilerType</span> <span class="keyword">extends</span> <span class="type">CompilerType</span> {
-    <span class="keyword">public</span> <span class="type">HelpCtx</span> <span class="function-name">getHelpCtx</span>() {
-        <span class="keyword">return</span> <span class="keyword">new</span> <span class="type">HelpCtx</span>(<span class="string">"org.apache.tools.ant.module.run.AntCompilerType"</span>);   
-    }
-    <span class="comment">// other methods...
-</span>}
-</pre>
-
-Note that the <code>CompilerType</code> class extends the <code>ServiceType</code> class. 
-
-
 <h2><a name="toc-index">Merge Hints for TOC and Index</a></h2>
 <p>In NetBeans IDE 3.6, the help system has been upgraded to use v. 2.0 of JavaHelp 
 software. The most visible benefit of the upgrade is better merging of TOC and index. 
@@ -402,65 +373,28 @@ look like the following:
 </ul>
 
 <h2><a name="makeknown">Making the Help Set Known to the IDE</a></h2>
-In order to use the result help set within the IDE at runtime, a couple of things 
+<p>In order to use the result help set within the IDE at runtime, a couple of things
 need to be added to various files associated with the module. These are outlined 
 in part in the <a href="api.html#helpctx-layer">reference documentation</a>.
-This description assumes you are using a NetBeans module project.
-
-<h3><a name="manifest">Manifest File</a></h3>
-<p>You need to add an entry to your module's manifest file in order 
-  for your help set to be used at runtime: </p>
-<pre>OpenIDE-Module-Requires: org.netbeans.api.javahelp.Help</pre>
-<p>You can use the module's project properties dialog to add this dependency.</p>
-<p>The projectized build process will also add a <code>Class-Path</code> entry,
-as the documentation will be built into a separate JAR file.</p>
-
-<h3><a name="layer">Layer File</a></h3>
-<p>A module's help set must be defined in its layer file. Layer files are typically called
-  <samp>mf-layer.xml</samp>, <samp>layer.xml</samp>, or <samp><i>Module</i>Layer.xml</samp>.
-  You can find the name of your module's layer file in the module JAR's manifest.</p>
-  
-<p>The layer file consists of a <samp>filesystem</samp> element, within which are 
-nested various <samp>folder</samp> elements, where various types of information are declared. 
-  For help sets, one folder is relevant:</p>
-  <ul>
-  <li><b>Services</b> - (<i>Required</i>). Used to install the help set in the IDE. </li>
-  </ul>
-  
-<p><b>Services Folder - </b>Insert a <samp>JavaHelp</samp> folder into the 
-<samp>Services</samp> folder to merge the help set into the IDE's JavaHelp viewer. 
-This mainly affects the order into which help sets are merged into the table of contents. 
-By convention, module help sets that come with the distribution are located after the Core IDE 
-Help (usersguide) and before third-party help. For example, this is the Services/JavaHelp entry 
-in the layer file for the HTTP Monitor module:</p>
+This description assumes you are using a NetBeans module project.</p>
 
-<pre>
-  <<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"Services"</span>> 
-    <<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"JavaHelp"</span>>
-      <span class="comment"><!-- Merge after Core IDE Help: --></span>
-      <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="string">"org-netbeans-modules-usersguide-above-regular.txt/org-netbeans-modules-web-monitor-resources-helpset.xml"</span> <span class="variable-name">boolvalue</span>=<span class="string">"true"</span>/>
-      <span class="comment"><!-- Merge after JSP/Servlet Help: --></span>
-      <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="string">"org-netbeans-modules-web-ie-helpset.xml/org-netbeans-modules-web-monitor-resources-helpset.xml"</span> <span class="variable-name">boolvalue</span>=<span class="string">"true"</span>/>
-      <<span class="function-name">file</span> <span class="variable-name">name</span>=<span class="string">"org-netbeans-modules-web-monitor-resources-helpset.xml"</span> <span class="variable-name">url</span>=<span class="string">"helpset-decl.xml"</span>/>
-      <span class="comment"><!-- Merge before 3rd party help: --></span>
-      <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="string">"org-netbeans-modules-web-monitor-resources-helpset.xml/org-netbeans-modules-usersguide-below-regular.txt"</span> <span class="variable-name">boolvalue</span>=<span class="string">"true"</span>/>
-    </<span class="function-name">folder</span>>
-  </<span class="function-name">folder</span>>
-</pre>
+<p>A module's help set should be defined by creating a <code>package-info.java</code> file in the same package as the help set
+    and adding the <code>@HelpSetRegistration</code> annotation to it. You will want to specify a position for the help set;
+    this mainly affects the order into which help sets are merged into the table of contents.
 
 <h2><a name="putfiles">Where to Put Help Files in the Module Source</a></h2>
-<p>Help files should be kept under a <samp>javahelp</samp> subdirectory 
+<p>Help files should be kept under the regular <samp>src</samp> subdirectory
   off of the module root directory. Like source code, all JavaHelp documentation 
   must be placed into a globally unique package to avoid conflicts. If two modules 
   put help files into the same package, it will result in broken links.
-  The <samp>javahelp</samp> subdirectory should therefore use a distinctive "package"
+  You should therefore use a distinctive "package"
   name prefix. It is conventional to use <code><em>module.code.name.base</em>.docs</code>,
   e.g. for a module named <code>org.netbeans.modules.foo</code>, place the JavaHelp
   into <code>org.netbeans.modules.foo.docs</code> (plus perhaps subpackages).
 
 <h2><a name="notes">Additional Notes</a></h2>
-This section includes any additional comments or issues regarding Help for IDE 
-modules. 
+<p>This section includes any additional comments or issues regarding Help for IDE
+modules.</p>
 <ul>
 
   <li><a name="helpids"></a> <b>Making Help IDs Unique</b> - When a Help request 
@@ -495,6 +429,6 @@ Questions or comments? Send to nbdev.
 </p>
 
 <hr>
- at FOOTER@
+<p>@FOOTER@</p>
 </body>
 </html>
diff --git a/javahelp/src/org/netbeans/modules/javahelp/HelpCtxProcessor.java b/javahelp/src/org/netbeans/modules/javahelp/HelpCtxProcessor.java
index 6648e1f..f4fe072 100644
--- a/javahelp/src/org/netbeans/modules/javahelp/HelpCtxProcessor.java
+++ b/javahelp/src/org/netbeans/modules/javahelp/HelpCtxProcessor.java
@@ -47,121 +47,69 @@ package org.netbeans.modules.javahelp;
 import java.awt.Image;
 import java.awt.Toolkit;
 import java.awt.event.ActionEvent;
-import java.beans.*;
-import java.io.ByteArrayInputStream;
+import java.beans.BeanInfo;
+import java.beans.PropertyChangeEvent;
 import java.io.IOException;
+import java.util.logging.Level;
 import javax.swing.AbstractAction;
 import javax.swing.Action;
 import javax.swing.ImageIcon;
 import javax.swing.event.ChangeEvent;
 import javax.swing.event.ChangeListener;
-
-import org.xml.sax.*;
-
-import org.openide.cookies.InstanceCookie;
-import org.openide.loaders.XMLDataObject;
-import org.openide.nodes.*;
+import org.openide.loaders.DataObject;
 import org.openide.util.HelpCtx;
 import org.openide.util.Lookup;
-import org.openide.util.Utilities;
-
 import org.netbeans.api.javahelp.Help;
+import org.openide.cookies.InstanceCookie;
+import org.openide.loaders.Environment;
+import org.openide.nodes.Node;
+import org.openide.nodes.NodeEvent;
+import org.openide.nodes.NodeListener;
+import org.openide.nodes.NodeMemberEvent;
+import org.openide.nodes.NodeReorderEvent;
+import org.openide.util.WeakListeners;
+import org.openide.util.lookup.Lookups;
+import org.openide.xml.EntityCatalog;
+import org.openide.xml.XMLUtil;
+import org.w3c.dom.Document;
+import org.w3c.dom.Element;
+import org.xml.sax.InputSource;
 
 /** XML processor for help context links.
  * The associated instance makes it suitable for
  * inclusion in a menu or toolbar.
  * @author Jesse Glick
  */
-public final class HelpCtxProcessor implements XMLDataObject.Processor, InstanceCookie.Of {
+public final class HelpCtxProcessor implements Environment.Provider {
     
     private static Help findHelp() {
-        return (Help)Lookup.getDefault().lookup(Help.class);
-    }
-    
-    /** the XML file being parsed
-     */
-    private XMLDataObject xml;
-    
-    /** the cached action
-     */
-    private Action p;
-    
-    /** Bind to an XML file.
-     * @param xml the file to parse
-     */
-    public void attachTo(XMLDataObject xml) {
-        this.xml = xml;
-        Installer.log.fine("processing help context ref: " + xml.getPrimaryFile());
-    }
-    
-    /** Get the class produced.
-     * @throws IOException doesn't
-     * @throws ClassNotFoundException doesn't
-     * @return the presenter class
-     */
-    public Class instanceClass() throws IOException, ClassNotFoundException {
-        return ShortcutAction.class;
-    }
-    
-    /** Get the name of the class produced.
-     * @return the name of the presenter class
-     */
-    public String instanceName() {
-        return "org.netbeans.modules.javahelp.HelpCtxProcessor$ShortcutAction"; // NOI18N
+        return Lookup.getDefault().lookup(Help.class);
     }
     
-    /** Test if this instance is of a suitable type.
-     * @param type some superclass
-     * @return true if it can be assigned to the desired superclass
-     */
-    public boolean instanceOf(Class type) {
-        return type == Action.class;
-    }
-    
-    /** Create the presenter.
-     * @throws IOException doesn't
-     * @throws ClassNotFoundException doesn't
-     * @return the new presenter
-     */
-    public Object instanceCreate() throws IOException, ClassNotFoundException {
-        if (p != null)
-            return p;
-        
-        Installer.log.fine("creating help context presenter from " + xml.getPrimaryFile());
-        
-        EntityResolver resolver = new EntityResolver() {
-            public InputSource resolveEntity(String pubid, String sysid) {
-                return new InputSource(new ByteArrayInputStream(new byte[0]));
+    public @Override Lookup getEnvironment(final DataObject obj) {
+        Installer.log.log(Level.FINE, "creating help context presenter from {0}", obj.getPrimaryFile());
+        return Lookups.singleton(new InstanceCookie() {
+            public @Override String instanceName() {
+                return obj.getName();
             }
-        };
-        
-        HandlerBase handler = new HandlerBase() {
-            public void startElement(String name, AttributeList amap) throws SAXException {
-                if ("helpctx".equals(name)) { // NOI18N
-                    String id = amap.getValue("id"); // NOI18N
-                    String showmaster = amap.getValue("showmaster"); // NOI18N
-                    if (id != null && !"".equals(id)) { // NOI18N
-                        p = new ShortcutAction(xml, id, Boolean.valueOf(showmaster).booleanValue());
+            public @Override Class<?> instanceClass() throws IOException, ClassNotFoundException {
+                return Action.class;
+            }
+            public @Override Object instanceCreate() throws IOException, ClassNotFoundException {
+                try {
+                    Document doc = XMLUtil.parse(new InputSource(obj.getPrimaryFile().getURL().toString()), true, false, XMLUtil.defaultErrorHandler(), EntityCatalog.getDefault());
+                    Element el = doc.getDocumentElement();
+                    if (!el.getNodeName().equals("helpctx")) { // NOI18N
+                        throw new IOException();
                     }
+                    return new ShortcutAction(obj, el.getAttribute("id"), Boolean.valueOf(el.getAttribute("showmaster")));
+                } catch (IOException x) {
+                    throw x;
+                } catch (Exception x) {
+                    throw new IOException(x);
                 }
             }
-        };
-        
-        Parser parser = xml.createParser();
-        parser.setEntityResolver(resolver);
-        parser.setDocumentHandler(handler);
-        
-        try {
-            parser.parse(new InputSource(xml.getPrimaryFile().getInputStream()));
-        } catch (SAXException saxe) {
-            throw (IOException) new IOException(saxe.toString()).initCause(saxe);
-        }
-        
-        if (p == null) {
-            throw new IOException("No <helpctx> element in " + xml.getPrimaryFile()); // NOI18N
-        }
-        
-        return p;
+        });
     }
     
     /** The presenter to be shown in a menu, e.g.
@@ -170,7 +118,7 @@ public final class HelpCtxProcessor implements XMLDataObject.Processor, Instance
         
         /** associated XML file representing it
          */
-        private final XMLDataObject obj;
+        private final DataObject obj;
         
         /** the cached help context
          */
@@ -183,12 +131,12 @@ public final class HelpCtxProcessor implements XMLDataObject.Processor, Instance
         /** Create a new presenter.
          * @param obj XML file describing it
          */
-        public ShortcutAction(XMLDataObject obj, String helpID, boolean showmaster) {
+        public ShortcutAction(DataObject obj, String helpID, boolean showmaster) {
             this.obj = obj;
             this.helpID = helpID;
             this.showmaster = showmaster;
-            putValue("noIconInMenu", Boolean.TRUE); // NOI18N
-            Installer.log.fine("new ShortcutAction: " + obj + " " + helpID + " showmaster=" + showmaster);
+            putValue("noIconInMenu", true); // NOI18N
+            Installer.log.log(Level.FINE, "new ShortcutAction: {0} {1} showmaster={2}", new Object[] {obj, helpID, showmaster});
             updateText();
             updateIcon();
             updateEnabled();
@@ -197,16 +145,18 @@ public final class HelpCtxProcessor implements XMLDataObject.Processor, Instance
                 n.addNodeListener(org.openide.nodes.NodeOp.weakNodeListener (this, n));
             }
             Help h = findHelp();
-            if (h != null) h.addChangeListener(org.openide.util.WeakListeners.change (this, h));
+            if (h != null) {
+                h.addChangeListener(WeakListeners.change(this, h));
+            }
         }
         
         /** Show the help.
          * @param actionEvent ignored
          */
-        public void actionPerformed(ActionEvent actionEvent) {
+        public @Override void actionPerformed(ActionEvent actionEvent) {
             Help h = findHelp();
             if (h != null) {
-                Installer.log.fine("ShortcutAction.actionPerformed: " + helpID + " showmaster=" + showmaster);
+                Installer.log.log(Level.FINE, "ShortcutAction.actionPerformed: {0} showmaster={1}", new Object[] {helpID, showmaster});
                 h.showHelp(new HelpCtx(helpID), showmaster);
             } else {
                 Toolkit.getDefaultToolkit().beep();
@@ -217,7 +167,7 @@ public final class HelpCtxProcessor implements XMLDataObject.Processor, Instance
          * Help for the shortcut itself is generic.
          * @return a neutral help context - welcome page
          */
-        public HelpCtx getHelpCtx() {
+        public @Override HelpCtx getHelpCtx() {
             // #23565:
             return new HelpCtx("ide.welcome"); // NOI18N
         }
@@ -225,7 +175,7 @@ public final class HelpCtxProcessor implements XMLDataObject.Processor, Instance
         /** Help sets may have changed.
          * @param changeEvent ignore
          */
-        public void stateChanged(ChangeEvent e) {
+        public @Override void stateChanged(ChangeEvent e) {
             updateEnabled();
         }
         
@@ -233,9 +183,11 @@ public final class HelpCtxProcessor implements XMLDataObject.Processor, Instance
          * @param ev event indicating whether the change
          * was of display name, icon, or other
          */
-        public void propertyChange(PropertyChangeEvent ev) {
+        public @Override void propertyChange(PropertyChangeEvent ev) {
             String prop = ev.getPropertyName();
-            if (!obj.isValid()) return;
+            if (!obj.isValid()) {
+                return;
+            }
             if (prop == null || prop.equals(Node.PROP_NAME) || prop.equals(Node.PROP_DISPLAY_NAME)) {
                 updateText();
             }
@@ -276,17 +228,17 @@ public final class HelpCtxProcessor implements XMLDataObject.Processor, Instance
             if (valid != null) {
                 setEnabled(valid.booleanValue());
             }
-            Installer.log.fine("enabled: xml=" + obj.getPrimaryFile() + " id=" + helpID + " enabled=" + valid);
+            Installer.log.log(Level.FINE, "enabled: xml={0} id={1} enabled={2}", new Object[] {obj.getPrimaryFile(), helpID, valid});
         }
 
-        public void nodeDestroyed(NodeEvent ev) {
+        public @Override void nodeDestroyed(NodeEvent ev) {
             setEnabled(false);
             updateText();
         }
         
-        public void childrenAdded(NodeMemberEvent ev) {}
-        public void childrenRemoved(NodeMemberEvent ev) {}
-        public void childrenReordered(NodeReorderEvent ev) {}
+        public @Override void childrenAdded(NodeMemberEvent ev) {}
+        public @Override void childrenRemoved(NodeMemberEvent ev) {}
+        public @Override void childrenReordered(NodeReorderEvent ev) {}
         
     }
     
diff --git a/javahelp/src/org/netbeans/modules/javahelp/HelpSetProcessor.java b/javahelp/src/org/netbeans/modules/javahelp/HelpSetProcessor.java
index a4f8d70..aaebf6d 100644
--- a/javahelp/src/org/netbeans/modules/javahelp/HelpSetProcessor.java
+++ b/javahelp/src/org/netbeans/modules/javahelp/HelpSetProcessor.java
@@ -46,107 +46,72 @@ package org.netbeans.modules.javahelp;
 
 import java.io.IOException;
 import java.net.URL;
+import java.util.logging.Level;
+import org.openide.loaders.DataObject;
 
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;
-import org.xml.sax.SAXException;
 
 import javax.help.HelpSet;
-import javax.help.HelpSetException;
-
 import org.openide.cookies.InstanceCookie;
-import org.openide.loaders.XMLDataObject;
+
+import org.openide.loaders.Environment;
 import org.openide.util.Lookup;
+import org.openide.util.lookup.Lookups;
+import org.openide.xml.EntityCatalog;
+import org.openide.xml.XMLUtil;
+import org.xml.sax.InputSource;
 
 /** An XML processor for help set references.
  * Provides an instance of javax.swing.HelpSet.
  * @author Jesse Glick
  */
-public final class HelpSetProcessor implements XMLDataObject.Processor, InstanceCookie.Of {
+public final class HelpSetProcessor implements Environment.Provider {
     
     /** "context" for merge attribute on helpsets
      */    
-    public static final String HELPSET_MERGE_CONTEXT = "OpenIDE"; // NOI18N
+    private static final String HELPSET_MERGE_CONTEXT = "OpenIDE"; // NOI18N
     
     /** attribute (type Boolean) on helpsets indicating
      * whether they should be merged into the master or
      * not; by default, true
      */    
-    public static final String HELPSET_MERGE_ATTR = "mergeIntoMaster"; // NOI18N
-    
-    /** the XML file being parsed
-     */
-    private XMLDataObject xml;
-    
-    /** the cached help set
-     */
-    private HelpSet hs;
-    
-    /** Bind to an XML file.
-     * @param xml the file
-     */
-    public void attachTo(XMLDataObject xml) {
-        if (this.xml == xml) return;
-        hs = null;
-        // XXX this is called way too often, why?
-        this.xml = xml;
-        Installer.log.fine("processing help set ref: " + xml.getPrimaryFile());
-    }
-    
-    /** The class being produced.
-     * @throws IOException doesn't
-     * @throws ClassNotFoundException doesn't
-     * @return the class of helpsets
-     */
-    public Class instanceClass() throws IOException, ClassNotFoundException {
-        return HelpSet.class;
-    }
-    
-    /** Get the name of the produced class.
-     * @return the class of helpsets
-     */
-    public String instanceName() {
-        return "javax.help.HelpSet"; // NOI18N
-    }
+    private static final String HELPSET_MERGE_ATTR = "mergeIntoMaster"; // NOI18N
     
-    /** Test whether a given superclass will be produced.
-     * @param type the superclass
-     * @return true if it is HelpSet
-     */
-    public boolean instanceOf(Class type) {
-        return type == HelpSet.class;
-    }
-    
-    /** Create the help set.
-     * @throws IOException if there was a problem parsing the XML
-     * of the helpset file or otherwise producing
-     * the helpset from its resource
-     * @throws ClassNotFoundException doesn't
-     * @return the help set
-     */
-    public synchronized Object instanceCreate() throws IOException, ClassNotFoundException {
-        if (hs == null) {
-            Installer.log.fine("creating help set from ref: " + xml.getPrimaryFile());
-            try {
-                Document doc = xml.getDocument();
-                Element el = doc.getDocumentElement();
-                if (! el.getNodeName().equals("helpsetref")) throw new IOException(); // NOI18N
-                String url = el.getAttribute("url"); // NOI18N
-                if (url == null || url.equals("")) throw new IOException("no url attr on <helpsetref>! doc.class=" + doc.getClass().getName() + " doc.documentElement=" + el); // NOI18N
-                String mergeS = el.getAttribute("merge"); // NOI18N
-                boolean merge = (mergeS == null) || mergeS.equals("") || // NOI18N
-                Boolean.valueOf(mergeS).booleanValue();
-                // Make sure nbdocs: protocol is ready:
-                Object ignore = NbDocsStreamHandler.class; // DO NOT DELETE THIS LINE
-                hs = new HelpSet(((ClassLoader)Lookup.getDefault().lookup(ClassLoader.class)), new URL(url));
-                hs.setKeyData(HELPSET_MERGE_CONTEXT, HELPSET_MERGE_ATTR, merge ? Boolean.TRUE : Boolean.FALSE);
-            } catch (SAXException saxe) {
-                throw (IOException) new IOException(saxe.toString()).initCause(saxe);
-            } catch (HelpSetException hse) {
-                throw (IOException) new IOException(hse.toString()).initCause(hse);
+    public @Override Lookup getEnvironment(final DataObject obj) {
+        Installer.log.log(Level.FINE, "creating help set from ref: {0}", obj.getPrimaryFile());
+        return Lookups.singleton(new InstanceCookie() {
+            public @Override String instanceName() {
+                return obj.getName();
+            }
+            public @Override Class<?> instanceClass() throws IOException, ClassNotFoundException {
+                return HelpSet.class;
+            }
+            public @Override Object instanceCreate() throws IOException, ClassNotFoundException {
+                try {
+                    Document doc = XMLUtil.parse(new InputSource(obj.getPrimaryFile().getURL().toString()), true, false, XMLUtil.defaultErrorHandler(), EntityCatalog.getDefault());
+                    Element el = doc.getDocumentElement();
+                    if (!el.getNodeName().equals("helpsetref")) { // NOI18N
+                        throw new IOException();
+                    }
+                    String url = el.getAttribute("url"); // NOI18N
+                    if (url == null || url.isEmpty()) {
+                        throw new IOException("no url attr on <helpsetref>! doc.class=" + doc.getClass().getName() + " doc.documentElement=" + el);
+                    }
+                    String mergeS = el.getAttribute("merge"); // NOI18N
+                    boolean merge = mergeS.isEmpty() || Boolean.valueOf(mergeS);
+                    // Make sure nbdocs: protocol is ready:
+                    Object ignore = NbDocsStreamHandler.class; // DO NOT DELETE THIS LINE
+                    HelpSet hs = new HelpSet(Lookup.getDefault().lookup(ClassLoader.class), new URL(url));
+                    hs.setKeyData(HELPSET_MERGE_CONTEXT, HELPSET_MERGE_ATTR, merge);
+                    return hs;
+                } catch (IOException x) {
+                    throw x;
+                } catch (Exception x) {
+                    throw new IOException(x);
+                }
             }
-        }
-        return hs;
+        });
     }
     
 }
diff --git a/javahelp/src/org/netbeans/modules/javahelp/HelpSetRegistrationProcessor.java b/javahelp/src/org/netbeans/modules/javahelp/HelpSetRegistrationProcessor.java
new file mode 100644
index 0000000..b914aea
--- /dev/null
+++ b/javahelp/src/org/netbeans/modules/javahelp/HelpSetRegistrationProcessor.java
@@ -0,0 +1,218 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.javahelp;
+
+import com.sun.java.help.search.Indexer;
+import java.io.File;
+import java.io.FileInputStream;
+import java.io.FileNotFoundException;
+import java.io.FileOutputStream;
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.OutputStream;
+import java.io.PrintWriter;
+import java.net.URI;
+import java.util.Arrays;
+import java.util.Collections;
+import java.util.HashSet;
+import java.util.Set;
+import java.util.concurrent.atomic.AtomicInteger;
+import javax.annotation.processing.Processor;
+import javax.annotation.processing.RoundEnvironment;
+import javax.annotation.processing.SupportedSourceVersion;
+import javax.lang.model.SourceVersion;
+import javax.lang.model.element.PackageElement;
+import javax.lang.model.element.TypeElement;
+import javax.tools.Diagnostic.Kind;
+import javax.tools.FileObject;
+import javax.tools.StandardLocation;
+import org.netbeans.api.javahelp.HelpSetRegistration;
+import org.openide.filesystems.FileUtil;
+import org.openide.filesystems.annotations.LayerGeneratingProcessor;
+import org.openide.filesystems.annotations.LayerGenerationException;
+import org.openide.util.lookup.ServiceProvider;
+import org.openide.xml.XMLUtil;
+import org.w3c.dom.Document;
+import org.w3c.dom.Element;
+import org.xml.sax.EntityResolver;
+import org.xml.sax.InputSource;
+import org.xml.sax.SAXException;
+
+ at ServiceProvider(service=Processor.class)
+ at SupportedSourceVersion(SourceVersion.RELEASE_6)
+public class HelpSetRegistrationProcessor extends LayerGeneratingProcessor {
+
+    public @Override Set<String> getSupportedAnnotationTypes() {
+        return Collections.singleton(HelpSetRegistration.class.getCanonicalName());
+    }
+
+    protected @Override boolean handleProcess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) throws LayerGenerationException {
+        if (roundEnv.processingOver()) {
+            return false;
+        }
+        for (javax.lang.model.element.Element e : roundEnv.getElementsAnnotatedWith(HelpSetRegistration.class)) {
+            HelpSetRegistration r = e.getAnnotation(HelpSetRegistration.class);
+            String pkg = ((PackageElement) e).getQualifiedName().toString();
+            String hs = pkg.replace('.', '/') + '/' + r.helpSet();
+            layer(e).file("Services/JavaHelp/" + pkg.replace('.', '-') + ".xml").contents(""
+                    + "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
+                    + "<!DOCTYPE helpsetref PUBLIC \"-//NetBeans//DTD JavaHelp Help Set Reference 1.0//EN\" \"http://www.netbeans.org/dtds/helpsetref-1_0.dtd\">\n"
+                    + "<helpsetref url=\"nbdocs:/" + hs + "\" merge=\"" + r.merge() + "\"/>\n"
+                    ).position(r.position()).write();
+
+            Document doc;
+            URI loc;
+            try {
+                FileObject hsf = processingEnv.getFiler().getResource(StandardLocation.SOURCE_PATH, "", hs);
+                try { // #181355
+                    hsf.openInputStream().close();
+                } catch (FileNotFoundException x) {
+                    hsf = processingEnv.getFiler().getResource(StandardLocation.CLASS_OUTPUT, "", hs);
+                }
+                loc = hsf.toUri();
+                if (loc.getScheme() == null) {
+                    // JDK #6419926: FileObject.toUri() generates URI without schema
+                    loc = new File(loc.toString()).toURI();
+                }
+                doc = XMLUtil.parse(new InputSource(loc.toString()), true, false, XMLUtil.defaultErrorHandler(), new EntityResolver() {
+                    public @Override InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException {
+                        if (publicId.equals("-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 1.0//EN")) {
+                            return new InputSource(HelpSetRegistrationProcessor.class.getResource("resources/helpset_1_0.dtd").toString());
+                        } else if (publicId.equals("-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN")) {
+                            return new InputSource(HelpSetRegistrationProcessor.class.getResource("resources/helpset_2_0.dtd").toString());
+                        } else {
+                            return null;
+                        }
+                    }
+                });
+            } catch (IOException x) {
+                throw new LayerGenerationException("Could not parse " + hs + ": " + x, e);
+            } catch (SAXException x) {
+                throw new LayerGenerationException("Could not parse " + hs + ": " + x, e);
+            }
+            String searchDir = null;
+            for (Element view : XMLUtil.findSubElements(doc.getDocumentElement())) {
+                if (!view.getTagName().equals("view")) {
+                    continue;
+                }
+                Element type = XMLUtil.findElement(view, "type", null);
+                if ("javax.help.SearchView".equals(XMLUtil.findText(type))) {
+                    Element data = XMLUtil.findElement(view, "data", null);
+                    if (data.getAttribute("engine").equals("com.sun.java.help.search.DefaultSearchEngine")) {
+                        searchDir = XMLUtil.findText(data)/* XXX better to set XML parser to ignore ws */.trim();
+                        break;
+                    }
+                }
+            }
+            if (searchDir != null) {
+                if ("file".equals(loc.getScheme())) {
+                    File d = new File(loc).getParentFile();
+                    String out = hs.replaceFirst("/[^/]+$", "/") + searchDir + "/";
+                    try {
+                        File config = File.createTempFile("jhindexer-config", ".txt");
+                        try {
+                            AtomicInteger cnt = new AtomicInteger();
+                            OutputStream os = new FileOutputStream(config);
+                            try {
+                                PrintWriter pw = new PrintWriter(os);
+                                pw.println("IndexRemove " + d + File.separator);
+                                scan(d, pw, cnt, new HashSet<String>(Arrays.asList(r.excludes())), "");
+                                pw.flush();
+                            } finally {
+                                os.close();
+                            }
+                            processingEnv.getMessager().printMessage(Kind.NOTE, "Indexing " + cnt + " HTML files in " + d + " into " + out);
+                            File db = File.createTempFile("jhindexer-out", "");
+                            db.delete();
+                            db.mkdir();
+                            try {
+                                Indexer.main(new String[] {
+                                    "-c", config.getAbsolutePath(),
+                                    "-db", db.getAbsolutePath()
+                                });
+                            } finally {
+                                for (File f : db.listFiles()) {
+                                    FileObject dest = processingEnv.getFiler().createResource(StandardLocation.CLASS_OUTPUT, "", out + f.getName(), e);
+                                    os = dest.openOutputStream();
+                                    try {
+                                        InputStream is = new FileInputStream(f);
+                                        try {
+                                            FileUtil.copy(is, os);
+                                        } finally {
+                                            is.close();
+                                        }
+                                    } finally {
+                                        os.close();
+                                    }
+                                    f.delete();
+                                }
+                                db.delete();
+                            }
+                        } finally {
+                            config.delete();
+                        }
+                    } catch (Exception x) {
+                        processingEnv.getMessager().printMessage(Kind.ERROR, "Could not run indexer: " + x, e);
+                    }
+                } else {
+                    processingEnv.getMessager().printMessage(Kind.ERROR, "Cannot run indexer on non-local files: " + loc, e);
+                }
+            }
+            // XXX try to port CheckHelpSets
+        }
+        return true;
+    }
+
+    private static void scan(File d, PrintWriter pw, AtomicInteger cnt, Set<String> excludes, String path) {
+        for (File f : d.listFiles()) {
+            String name = f.getName();
+            if (f.isDirectory()) {
+                scan(f, pw, cnt, excludes, path + name + '/');
+            } else if (!excludes.contains(path + name) && name.matches(".+[.]html?$")) {
+                pw.println("File " + f);
+                cnt.incrementAndGet();
+            }
+        }
+    }
+
+}
diff --git a/javahelp/src/org/netbeans/modules/javahelp/Installer.java b/javahelp/src/org/netbeans/modules/javahelp/Installer.java
index be229c8..831d74a 100644
--- a/javahelp/src/org/netbeans/modules/javahelp/Installer.java
+++ b/javahelp/src/org/netbeans/modules/javahelp/Installer.java
@@ -54,6 +54,7 @@ import javax.swing.UIDefaults;
 import javax.swing.UIManager;
 import org.netbeans.api.javahelp.Help;
 import org.openide.modules.ModuleInstall;
+import org.openide.util.Lookup;
 
 public class Installer extends ModuleInstall {
 
@@ -76,13 +77,14 @@ public class Installer extends ModuleInstall {
         // doesn't work on Windows.  Here we force JavaHelp instance to be
         // created and thus its AWTEventListener be registered early enough.
         
-        getDefaultHelp();
+        Lookup.getDefault().lookup(Help.class);
     }
     
     public void uninstalled() {
         log.fine("uninstalled module");
-        if (help != null) {
-            help.deactivate();
+        Help help = Lookup.getDefault().lookup(Help.class);
+        if (help instanceof JavaHelp) {
+            ((JavaHelp) help).deactivate();
         }
         HelpAction.WindowActivatedDetector.uninstall();
         // UIManager is too aggressive about caching, and we get CCE's,
@@ -125,14 +127,4 @@ public class Installer extends ModuleInstall {
         }
     }
     
-    private static JavaHelp help = null;
-    /** @deprecated only for use from the layer */
-    public static synchronized Help getDefaultHelp() {
-        // Does not work to use Lookup: help set processors called too early.
-        if (help == null) {
-            help = new JavaHelp();
-        }
-        return help;
-    }
-
 }
diff --git a/javahelp/src/org/netbeans/modules/javahelp/JavaHelp.java b/javahelp/src/org/netbeans/modules/javahelp/JavaHelp.java
index a56f94a..329b4cf 100644
--- a/javahelp/src/org/netbeans/modules/javahelp/JavaHelp.java
+++ b/javahelp/src/org/netbeans/modules/javahelp/JavaHelp.java
@@ -84,6 +84,7 @@ import javax.swing.JDialog;
 import javax.swing.JEditorPane;
 import javax.swing.JFrame;
 import javax.swing.SwingUtilities;
+import org.netbeans.api.javahelp.Help;
 import org.netbeans.api.progress.ProgressHandle;
 import org.netbeans.api.progress.ProgressHandleFactory;
 import org.openide.util.HelpCtx;
@@ -93,6 +94,7 @@ import org.openide.util.RequestProcessor;
 import org.openide.util.Task;
 import org.openide.util.TaskListener;
 import org.openide.util.Utilities;
+import org.openide.util.lookup.ServiceProvider;
 import org.openide.windows.WindowManager;
 
 // [PENDING] should event dispatch thread be used thruout?
@@ -100,6 +102,7 @@ import org.openide.windows.WindowManager;
 /** Help implementation using the JavaHelp 1.x system.
 * @author Jesse Glick, Richard Gregor
 */
+ at ServiceProvider(service=Help.class)
 public final class JavaHelp extends AbstractHelp implements AWTEventListener {
 
     /** Make a JavaHelp implementation of the Help.Impl interface.
diff --git a/javahelp/src/org/netbeans/modules/javahelp/JavaHelpQuery.java b/javahelp/src/org/netbeans/modules/javahelp/JavaHelpQuery.java
index cd79868..78e166f 100644
--- a/javahelp/src/org/netbeans/modules/javahelp/JavaHelpQuery.java
+++ b/javahelp/src/org/netbeans/modules/javahelp/JavaHelpQuery.java
@@ -73,6 +73,9 @@ class JavaHelpQuery implements Comparator<SearchTOCItem> {
     private static JavaHelpQuery theInstance;
     private SearchEngine engine;
     
+    private static final Logger LOG =
+            Logger.getLogger(JavaHelpQuery.class.getName());
+
     private JavaHelpQuery() {
     }
     
@@ -82,54 +85,58 @@ class JavaHelpQuery implements Comparator<SearchTOCItem> {
         return theInstance;
     }
     
-    public List<SearchTOCItem> search( String searchString ) {
-        synchronized( this ) {
-            if( null == engine ) {
-                engine = createSearchEngine();
-            }
-            List<SearchTOCItem> res = new ArrayList<SearchTOCItem>();
-            Thread searchThread = new Thread( createSearch( searchString, res ) );
-            searchThread.start();
-            try {
-                //the first search can take a moment before all the helpsets are merged
-                searchThread.join(60*1000); 
-            } catch( InterruptedException iE ) {
-                //ignore
-            }
-            return res;
+    @Override
+    public int compare(SearchTOCItem o1, SearchTOCItem o2) {
+        int res = o2.hitCount() - o1.hitCount() ;
+        if( 0 == res ) {
+            double conf1 = o1.getConfidence();
+            double conf2 = o2.getConfidence();
+            if( conf1 < conf2 )
+                res = -11;
+            else if( conf1 > conf2 )
+                res = 1;
         }
+        return res;
+    }
+
+    public synchronized List<SearchTOCItem> search(String searchString) {
+        if( null == engine ) {
+            engine = createSearchEngine();
+        }
+        List<SearchTOCItem> res = new ArrayList<SearchTOCItem>();
+        Thread searchThread = new Thread(createSearch(searchString, res),
+                "JavaHelpQuery.search["+searchString+"]"); // NOI18N
+        searchThread.start();
+        try {
+            //the first search can take a moment before all the helpsets are merged
+            searchThread.join(60*1000);
+        } catch( InterruptedException iE ) {
+            //ignore
+        }
+        return res;
     }
     
-    private Runnable createSearch( final String searchString, final List<SearchTOCItem> items ) {
+    private Runnable createSearch(final String searchString,
+                                  final List<SearchTOCItem> items) {
         Runnable res = new Runnable() {
 
+            @Override
             public void run() {
                 if( null == engine ) {
                     return;
                 }
-                final Object SEARCH_DONE = new Object();
+                SynchronizedSearchListener ssl =
+                        new SynchronizedSearchListener(items);
                 SearchQuery query = engine.createQuery();
-                query.addSearchListener( new SearchListener() {
-
-                    public void itemsFound(SearchEvent arg0) {
-                        addItemsToList( arg0.getSearchItems(), items );
-                    }
-
-                    public void searchStarted(SearchEvent arg0) {
-                    }
-
-                    public void searchFinished(SearchEvent arg0) {
-                        synchronized( SEARCH_DONE ) {
-                            SEARCH_DONE.notifyAll();
-                        }
-                    }
-                });
+                query.addSearchListener(ssl);
                 query.start(searchString, Locale.getDefault());
-                synchronized( SEARCH_DONE ) {
-                    try {
-                        SEARCH_DONE.wait();
-                    } catch (InterruptedException ex) {
-                        //ignore
+                synchronized(ssl) {
+                    while(!ssl.isSearchDone()) { // #148850
+                        try {
+                            ssl.wait();
+                        } catch (InterruptedException ex) {
+                            //ignore
+                        }
                     }
                 }
                 //sort the result by their relevance
@@ -139,47 +146,6 @@ class JavaHelpQuery implements Comparator<SearchTOCItem> {
         return res;
     }
     
-    private void addItemsToList( Enumeration searchItems, List<SearchTOCItem> results ) {
-        if( null == searchItems )
-            return;
-        while( searchItems.hasMoreElements() ) {
-            SearchItem si = (SearchItem) searchItems.nextElement();
-            URL url;
-            try {
-                url = new URL(si.getBase(), si.getFilename());
-            } catch( MalformedURLException murlE ) {
-                Logger.getLogger(JavaHelpQuery.class.getName()).log(Level.FINE, "Invalid URL in SearchItem: " + si.getTitle(), murlE); //NOI18N
-                continue;
-            }
-            boolean foundToc = false;
-            for( SearchTOCItem toc : results ) {
-                URL testURL = toc.getURL();
-                if (testURL != null && url != null && url.sameFile(testURL)) {
-                    toc.addSearchHit( new SearchHit(si.getConfidence(), si.getBegin(), si.getEnd()) );
-                    foundToc = true;
-                    break;
-                }
-            }
-            if( !foundToc ) {
-                SearchTOCItem toc = new SearchTOCItem(si);
-                results.add( toc );
-            }
-        }
-    }
-
-    public int compare(SearchTOCItem o1, SearchTOCItem o2) {
-        int res = o2.hitCount() - o1.hitCount() ;
-        if( 0 == res ) {
-            double conf1 = o1.getConfidence();
-            double conf2 = o2.getConfidence();
-            if( conf1 < conf2 )
-                res = -11;
-            else if( conf1 > conf2 )
-                res = 1;
-        }
-        return res;
-    }
-    
     private SearchEngine createSearchEngine() {
         SearchEngine se = null;
         Help h = (Help)Lookup.getDefault().lookup(Help.class);
@@ -187,8 +153,9 @@ class JavaHelpQuery implements Comparator<SearchTOCItem> {
             JavaHelp jh = (JavaHelp)h;
             se = jh.createSearchEngine();
             if( null == se ) {
-                Logger.getLogger(JavaHelpQuery.class.getName()).log(Level.INFO, 
-                        NbBundle.getMessage(JavaHelpQuery.class, "Err_CreateJavaHelpSearchEngine")); //NOI18N
+                LOG.log(Level.INFO,
+                        NbBundle.getMessage(JavaHelpQuery.class,
+                        "Err_CreateJavaHelpSearchEngine")); //NOI18N
                 se = new DummySearchEngine();
             }
         }
@@ -200,7 +167,7 @@ class JavaHelpQuery implements Comparator<SearchTOCItem> {
         public SearchQuery createQuery() throws IllegalStateException {
             return new DummySearchQuery( this );
         }
-    }
+    } // DummySearchEngine
     
     private static class DummySearchQuery extends SearchQuery {
         
@@ -221,7 +188,8 @@ class JavaHelpQuery implements Comparator<SearchTOCItem> {
         }
 
         @Override
-        public void start(String arg0, Locale arg1) throws IllegalArgumentException, IllegalStateException {
+        public void start(String arg0, Locale arg1)
+                        throws IllegalArgumentException, IllegalStateException {
             SearchEvent se = new SearchEvent( this, "", false );
             for( SearchListener sl : listeners ) {
                 sl.searchStarted(se);
@@ -239,5 +207,71 @@ class JavaHelpQuery implements Comparator<SearchTOCItem> {
             return false;
         }
         
-    }
+    } // DummySearchQuery
+
+    private class SynchronizedSearchListener implements SearchListener {
+
+        private final List<SearchTOCItem> items;
+        private boolean searchDone = false;
+
+        public SynchronizedSearchListener(final List<SearchTOCItem> items) {
+            this.items = items;
+        }
+
+        @Override
+        public void itemsFound(SearchEvent se) {
+            addItemsToList(se.getSearchItems(), items);
+        }
+
+        @Override
+        public void searchStarted(SearchEvent se) {
+        }
+
+        @Override
+        public void searchFinished(SearchEvent se) {
+            synchronized(this) {
+                searchDone = true;
+                notifyAll();
+            }
+        }
+
+        public boolean isSearchDone() {
+            return searchDone;
+        }
+
+        private void addItemsToList(Enumeration searchItems,
+                                    List<SearchTOCItem> results) {
+            if( null == searchItems )
+                return;
+            while( searchItems.hasMoreElements() ) {
+                SearchItem si = (SearchItem) searchItems.nextElement();
+                URL url;
+                try {
+                    url = new URL(si.getBase(), si.getFilename());
+                } catch( MalformedURLException murlE ) {
+                    LOG.log(Level.FINE,
+                            "Invalid URL in SearchItem: " + si.getTitle(),
+                            murlE); //NOI18N
+                    continue;
+                }
+                boolean foundToc = false;
+                for( SearchTOCItem toc : results ) {
+                    URL testURL = toc.getURL();
+                    if (testURL != null && url != null && url.sameFile(testURL)) {
+                        toc.addSearchHit( new SearchHit(si.getConfidence(),
+                                                        si.getBegin(),
+                                                        si.getEnd()) );
+                        foundToc = true;
+                        break;
+                    }
+                }
+                if( !foundToc ) {
+                    SearchTOCItem toc = new SearchTOCItem(si);
+                    results.add( toc );
+                }
+            }
+        }
+
+    } // SynchronizedSearchListener
+
 }
diff --git a/javahelp/src/org/netbeans/modules/javahelp/NbDocsStreamHandler.java b/javahelp/src/org/netbeans/modules/javahelp/NbDocsStreamHandler.java
index 8879cf1..79a22e9 100644
--- a/javahelp/src/org/netbeans/modules/javahelp/NbDocsStreamHandler.java
+++ b/javahelp/src/org/netbeans/modules/javahelp/NbDocsStreamHandler.java
@@ -155,7 +155,10 @@ public final class NbDocsStreamHandler extends URLStreamHandler {
                     target = NbBundle.getLocalizedFile(basename, ext);
                 } catch (MissingResourceException mre) {
                     // OK, try file.
-                    File f = InstalledFileLocator.getDefault().locate("docs/" + resource, null, true); // NOI18N
+                    if (host.isEmpty() && resource.equals("org/netbeans/modules/usersguide/ide.css")) { // NOI18N
+                        host = "org.netbeans.modules.usersguide"; // well-known resource referenced w/o host field by many files
+                    }
+                    File f = InstalledFileLocator.getDefault().locate("docs/" + resource, host.isEmpty() ? null : host, true); // NOI18N
                     if (f != null) {
                         target = f.toURI().toURL();
                     } else {
diff --git a/javahelp/src/org/netbeans/modules/javahelp/resources/layer.xml b/javahelp/src/org/netbeans/modules/javahelp/resources/layer.xml
index 8a894b3..ebfb291 100644
--- a/javahelp/src/org/netbeans/modules/javahelp/resources/layer.xml
+++ b/javahelp/src/org/netbeans/modules/javahelp/resources/layer.xml
@@ -49,9 +49,9 @@ made subject to such option by the copyright holder.
 	<folder name="Help">
           <file name="master-help.xml" url="master-help.xml">
               <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.modules.javahelp.resources.Bundle"/>
+              <attr name="position" intvalue="200"/>
           </file>
-          <attr name="HelpShortcuts\SystemFileSystem.localizingBundle" stringvalue="org.netbeans.modules.javahelp.resources.Bundle"/>
-          </folder>
+        </folder>
     </folder>
     <folder name="Actions">
         <folder name="Help">
@@ -66,50 +66,43 @@ made subject to such option by the copyright holder.
         <folder name="JavaHelp">
             <attr name="hidden" boolvalue="true"/>
         </folder>
-        <folder name="Hidden">
-            <file name="org-netbeans-modules-javahelp-help.instance">
-                <attr name="instanceClass" stringvalue="org.netbeans.api.javahelp.Help"/>
-                <attr name="instanceOf" stringvalue="org.netbeans.api.javahelp.Help"/>
-                <attr name="instanceCreate" methodvalue="org.netbeans.modules.javahelp.Installer.getDefaultHelp"/>
-            </file>
-        </folder>
     </folder>
     <folder name="xml">
         <folder name="entities">
             <folder name="Sun_Microsystems_Inc_">
-                <file name="DTD_JavaHelp_HelpSet_Version_1_0" url="nbres:/org/netbeans/modules/javahelp/resources/helpset_1_0.dtd">
+                <file name="DTD_JavaHelp_HelpSet_Version_1_0" url="helpset_1_0.dtd">
                     <attr name="hint.originalPublicID" stringvalue="-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 1.0//EN"/>
                 </file>
-                <file name="DTD_JavaHelp_Map_Version_1_0" url="nbres:/org/netbeans/modules/javahelp/resources/map_1_0.dtd">
+                <file name="DTD_JavaHelp_Map_Version_1_0" url="map_1_0.dtd">
                     <attr name="hint.originalPublicID" stringvalue="-//Sun Microsystems Inc.//DTD JavaHelp Map Version 1.0//EN"/>
                 </file>
-                <file name="DTD_JavaHelp_TOC_Version_1_0" url="nbres:/org/netbeans/modules/javahelp/resources/toc_1_0.dtd">
+                <file name="DTD_JavaHelp_TOC_Version_1_0" url="toc_1_0.dtd">
                     <attr name="hint.originalPublicID" stringvalue="-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 1.0//EN"/>
                 </file>
-                <file name="DTD_JavaHelp_Index_Version_1_0" url="nbres:/org/netbeans/modules/javahelp/resources/index_1_0.dtd">
+                <file name="DTD_JavaHelp_Index_Version_1_0" url="index_1_0.dtd">
                     <attr name="hint.originalPublicID" stringvalue="-//Sun Microsystems Inc.//DTD JavaHelp Index Version 1.0//EN"/>
                 </file>
-                <file name="DTD_JavaHelp_HelpSet_Version_2_0" url="nbres:/org/netbeans/modules/javahelp/resources/helpset_2_0.dtd">
+                <file name="DTD_JavaHelp_HelpSet_Version_2_0" url="helpset_2_0.dtd">
                     <attr name="hint.originalPublicID" stringvalue="-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN"/>
                 </file>
-                <file name="DTD_JavaHelp_Map_Version_2_0" url="nbres:/org/netbeans/modules/javahelp/resources/map_2_0.dtd">
+                <file name="DTD_JavaHelp_Map_Version_2_0" url="map_2_0.dtd">
                     <attr name="hint.originalPublicID" stringvalue="-//Sun Microsystems Inc.//DTD JavaHelp Map Version 2.0//EN"/>
                 </file>
-                <file name="DTD_JavaHelp_TOC_Version_2_0" url="nbres:/org/netbeans/modules/javahelp/resources/toc_2_0.dtd">
+                <file name="DTD_JavaHelp_TOC_Version_2_0" url="toc_2_0.dtd">
                     <attr name="hint.originalPublicID" stringvalue="-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 2.0//EN"/>
                 </file>
-                <file name="DTD_JavaHelp_Index_Version_2_0" url="nbres:/org/netbeans/modules/javahelp/resources/index_2_0.dtd">
+                <file name="DTD_JavaHelp_Index_Version_2_0" url="index_2_0.dtd">
                     <attr name="hint.originalPublicID" stringvalue="-//Sun Microsystems Inc.//DTD JavaHelp Index Version 2.0//EN"/>
                 </file>
-                <file name="DTD_JavaHelp_Favorites_Version_2_0" url="nbres:/org/netbeans/modules/javahelp/resources/favorites_2_0.dtd">
+                <file name="DTD_JavaHelp_Favorites_Version_2_0" url="favorites_2_0.dtd">
                     <attr name="hint.originalPublicID" stringvalue="-//Sun Microsystems Inc.//DTD JavaHelp Favorites Version 2.0//EN"/>
                 </file>
             </folder>
             <folder name="NetBeans">
-                <file name="DTD_JavaHelp_Help_Set_Reference_1_0" url="nbres:/org/netbeans/modules/javahelp/resources/helpsetref-1_0.dtd">
+                <file name="DTD_JavaHelp_Help_Set_Reference_1_0" url="helpsetref-1_0.dtd">
                     <attr name="hint.originalPublicID" stringvalue="-//NetBeans//DTD JavaHelp Help Set Reference 1.0//EN"/>
                 </file>
-                <file name="DTD_Help_Context_1_0" url="nbres:/org/netbeans/modules/javahelp/resources/helpcontext-1_0.dtd">
+                <file name="DTD_Help_Context_1_0" url="helpcontext-1_0.dtd">
                     <attr name="hint.originalPublicID" stringvalue="-//NetBeans//DTD Help Context 1.0//EN"/>
                 </file>
             </folder>
@@ -117,11 +110,11 @@ made subject to such option by the copyright holder.
         <folder name="lookups">
             <folder name="NetBeans">
                 <file name="DTD_JavaHelp_Help_Set_Reference_1_0.instance">
-                    <attr name="instanceClass" stringvalue="org.openide.loaders.XMLDataObject$Processor"/>
+                    <attr name="instanceOf" stringvalue="org.openide.loaders.Environment$Provider"/>
                     <attr name="instanceCreate" newvalue="org.netbeans.modules.javahelp.HelpSetProcessor"/>
                 </file>
                 <file name="DTD_Help_Context_1_0.instance">
-                    <attr name="instanceClass" stringvalue="org.openide.loaders.XMLDataObject$Processor"/>
+                    <attr name="instanceOf" stringvalue="org.openide.loaders.Environment$Provider"/>
                     <attr name="instanceCreate" newvalue="org.netbeans.modules.javahelp.HelpCtxProcessor"/>
                 </file>
             </folder>
diff --git a/javahelp/test/unit/src/org/netbeans/modules/javahelp/HelpCtxProcessorTest.java b/javahelp/test/unit/src/org/netbeans/modules/javahelp/HelpCtxProcessorTest.java
new file mode 100644
index 0000000..2961154
--- /dev/null
+++ b/javahelp/test/unit/src/org/netbeans/modules/javahelp/HelpCtxProcessorTest.java
@@ -0,0 +1,98 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.javahelp;
+
+import java.io.File;
+import java.util.concurrent.atomic.AtomicBoolean;
+import java.util.concurrent.atomic.AtomicReference;
+import javax.swing.Action;
+import javax.swing.event.ChangeListener;
+import org.netbeans.api.javahelp.Help;
+import org.netbeans.junit.NbTestCase;
+import org.openide.cookies.InstanceCookie;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+import org.openide.loaders.DataObject;
+import org.openide.util.HelpCtx;
+import org.openide.util.Lookup;
+import org.openide.util.test.MockLookup;
+import org.openide.util.test.TestFileUtils;
+
+public class HelpCtxProcessorTest extends NbTestCase {
+
+    public HelpCtxProcessorTest(String n) {
+        super(n);
+    }
+
+    protected @Override void setUp() throws Exception {
+        clearWorkDir();
+    }
+
+    public void testProcess() throws Exception {
+        final AtomicReference<HelpCtx> ctx = new AtomicReference<HelpCtx>();
+        final AtomicBoolean showmaster = new AtomicBoolean();
+        MockLookup.setLayersAndInstances(new Help() {
+            public @Override Boolean isValidID(String id, boolean force) {
+                return true;
+            }
+            public @Override void showHelp(HelpCtx _ctx, boolean _showmaster) {
+                ctx.set(_ctx);
+                showmaster.set(_showmaster);
+            }
+            public @Override void addChangeListener(ChangeListener l) {}
+            public @Override void removeChangeListener(ChangeListener l) {}
+        });
+        File fooF = new File(getWorkDir(), "foo.xml");
+        TestFileUtils.writeFile(fooF, "<!DOCTYPE helpctx PUBLIC '-//NetBeans//DTD Help Context 1.0//EN' '.../helpcontext-1_0.dtd'><helpctx id='foo' showmaster='true'/>");
+        FileObject foo = FileUtil.toFileObject(fooF);
+        assertNotNull(foo);
+        Lookup lkp = DataObject.find(foo).getLookup();
+        InstanceCookie i = lkp.lookup(InstanceCookie.class);
+        assertNotNull(lkp.lookupAll(Object.class).toString(), i);
+        Action a = (Action) i.instanceCreate();
+        a.actionPerformed(null);
+        assertEquals(new HelpCtx("foo"), ctx.get());
+        assertTrue(showmaster.get());
+    }
+
+}
diff --git a/jellytools.platform/manifest.mf b/jellytools.platform/manifest.mf
index 059ad8e..8511d0f 100644
--- a/jellytools.platform/manifest.mf
+++ b/jellytools.platform/manifest.mf
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.jellytools.platform/3
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/jellytools/platform/Bundle.properties
-OpenIDE-Module-Specification-Version: 3.5.1
+OpenIDE-Module-Specification-Version: 3.8.1
 
diff --git a/jellytools.platform/test/qa-functional/data/SampleProject/src/sample1/unrecognized b/jellytools.platform/test/qa-functional/data/SampleProject/src/sample1/unrecognized
deleted file mode 100644
index 8b13789..0000000
--- a/jellytools.platform/test/qa-functional/data/SampleProject/src/sample1/unrecognized
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/jellytools.platform/test/qa-functional/data/SampleProject/src/sample1/url.url b/jellytools.platform/test/qa-functional/data/SampleProject/src/sample1/url.url
deleted file mode 100644
index 945c9b4..0000000
--- a/jellytools.platform/test/qa-functional/data/SampleProject/src/sample1/url.url
+++ /dev/null
@@ -1 +0,0 @@
-.
\ No newline at end of file
diff --git a/jellytools.platform/test/qa-functional/src/org/netbeans/jellytools/WizardOperatorTest.java b/jellytools.platform/test/qa-functional/src/org/netbeans/jellytools/WizardOperatorTest.java
index 1d82dbe..e315f90 100644
--- a/jellytools.platform/test/qa-functional/src/org/netbeans/jellytools/WizardOperatorTest.java
+++ b/jellytools.platform/test/qa-functional/src/org/netbeans/jellytools/WizardOperatorTest.java
@@ -51,7 +51,6 @@ import javax.swing.JLabel;
 import javax.swing.event.ChangeListener;
 import org.netbeans.jemmy.JemmyException;
 import org.netbeans.jemmy.operators.JLabelOperator;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.DialogDisplayer;
 import org.openide.WizardDescriptor;
 import org.openide.util.HelpCtx;
@@ -79,22 +78,6 @@ public class WizardOperatorTest extends JellyTestCase implements PropertyChangeL
         super(testName);
     }
     
-    /** Use for internal test execution inside IDE
-     * @param args command line arguments
-     */
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    /** Method used for explicit testsuite definition
-     * @return  created suite
-     */
-    public static NbTestSuite suite() {
-        //NbTestSuite suite = new NbTestSuite(WizardOperatorTest.class);
-        //return suite;
-        return (NbTestSuite) createModuleTest(WizardOperatorTest.class);
-    }
-    
     /** Redirect output to log files, wait before each test case and
      * show dialog to test. */
     protected void setUp() {
diff --git a/jemmy/external/binaries-list b/jemmy/external/binaries-list
new file mode 100644
index 0000000..b389b4e
--- /dev/null
+++ b/jemmy/external/binaries-list
@@ -0,0 +1 @@
+418FC62C8A6EF5311987B01FE389B1F88EFDDCA2 jemmy-2.3.0.0.jar
diff --git a/jemmy/external/jemmy-2.3.0.0-license.txt b/jemmy/external/jemmy-2.3.0.0-license.txt
new file mode 100644
index 0000000..c7813ec
--- /dev/null
+++ b/jemmy/external/jemmy-2.3.0.0-license.txt
@@ -0,0 +1,386 @@
+Name: Jemmy
+Description: Jemmy UI testing tool
+Version: 2.3.0.0
+License: CDDL-1.0
+Origin: https://jemmy.dev.java.net/
+
+COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+
+1. Definitions.
+
+1.1. "Contributor" means each individual or entity that
+creates or contributes to the creation of Modifications.
+
+1.2. "Contributor Version" means the combination of the
+Original Software, prior Modifications used by a
+Contributor (if any), and the Modifications made by that
+particular Contributor.
+
+1.3. "Covered Software" means (a) the Original Software, or
+(b) Modifications, or (c) the combination of files
+containing Original Software with files containing
+Modifications, in each case including portions thereof.
+
+1.4. "Executable" means the Covered Software in any form
+other than Source Code.
+
+1.5. "Initial Developer" means the individual or entity
+that first makes Original Software available under this
+License.
+
+1.6. "Larger Work" means a work which combines Covered
+Software or portions thereof with code not governed by the
+terms of this License.
+
+1.7. "License" means this document.
+
+1.8. "Licensable" means having the right to grant, to the
+maximum extent possible, whether at the time of the initial
+grant or subsequently acquired, any and all of the rights
+conveyed herein.
+
+1.9. "Modifications" means the Source Code and Executable
+form of any of the following:
+
+A. Any file that results from an addition to,
+deletion from or modification of the contents of a
+file containing Original Software or previous
+Modifications;
+
+B. Any new file that contains any part of the
+Original Software or previous Modification; or
+
+C. Any new file that is contributed or otherwise made
+available under the terms of this License.
+
+1.10. "Original Software" means the Source Code and
+Executable form of computer software code that is
+originally released under this License.
+
+1.11. "Patent Claims" means any patent claim(s), now owned
+or hereafter acquired, including without limitation,
+method, process, and apparatus claims, in any patent
+Licensable by grantor.
+
+1.12. "Source Code" means (a) the common form of computer
+software code in which modifications are made and (b)
+associated documentation included in or with such code.
+
+1.13. "You" (or "Your") means an individual or a legal
+entity exercising rights under, and complying with all of
+the terms of, this License. For legal entities, "You"
+includes any entity which controls, is controlled by, or is
+under common control with You. For purposes of this
+definition, "control" means (a) the power, direct or
+indirect, to cause the direction or management of such
+entity, whether by contract or otherwise, or (b) ownership
+of more than fifty percent (50%) of the outstanding shares
+or beneficial ownership of such entity.
+
+2. License Grants.
+
+2.1. The Initial Developer Grant.
+
+Conditioned upon Your compliance with Section 3.1 below and
+subject to third party intellectual property claims, the
+Initial Developer hereby grants You a world-wide,
+royalty-free, non-exclusive license:
+
+(a) under intellectual property rights (other than
+patent or trademark) Licensable by Initial Developer,
+to use, reproduce, modify, display, perform,
+sublicense and distribute the Original Software (or
+portions thereof), with or without Modifications,
+and/or as part of a Larger Work; and
+
+(b) under Patent Claims infringed by the making,
+using or selling of Original Software, to make, have
+made, use, practice, sell, and offer for sale, and/or
+otherwise dispose of the Original Software (or
+portions thereof).
+
+(c) The licenses granted in Sections 2.1(a) and (b)
+are effective on the date Initial Developer first
+distributes or otherwise makes the Original Software
+available to a third party under the terms of this
+License.
+
+(d) Notwithstanding Section 2.1(b) above, no patent
+license is granted: (1) for code that You delete from
+the Original Software, or (2) for infringements
+caused by: (i) the modification of the Original
+Software, or (ii) the combination of the Original
+Software with other software or devices.
+
+2.2. Contributor Grant.
+
+Conditioned upon Your compliance with Section 3.1 below and
+subject to third party intellectual property claims, each
+Contributor hereby grants You a world-wide, royalty-free,
+non-exclusive license:
+
+(a) under intellectual property rights (other than
+patent or trademark) Licensable by Contributor to
+use, reproduce, modify, display, perform, sublicense
+and distribute the Modifications created by such
+Contributor (or portions thereof), either on an
+unmodified basis, with other Modifications, as
+Covered Software and/or as part of a Larger Work; and
+
+(b) under Patent Claims infringed by the making,
+using, or selling of Modifications made by that
+Contributor either alone and/or in combination with
+its Contributor Version (or portions of such
+combination), to make, use, sell, offer for sale,
+have made, and/or otherwise dispose of: (1)
+Modifications made by that Contributor (or portions
+thereof); and (2) the combination of Modifications
+made by that Contributor with its Contributor Version
+(or portions of such combination).
+
+(c) The licenses granted in Sections 2.2(a) and
+2.2(b) are effective on the date Contributor first
+distributes or otherwise makes the Modifications
+available to a third party.
+
+(d) Notwithstanding Section 2.2(b) above, no patent
+license is granted: (1) for any code that Contributor
+has deleted from the Contributor Version; (2) for
+infringements caused by: (i) third party
+modifications of Contributor Version, or (ii) the
+combination of Modifications made by that Contributor
+with other software (except as part of the
+Contributor Version) or other devices; or (3) under
+Patent Claims infringed by Covered Software in the
+absence of Modifications made by that Contributor.
+
+3. Distribution Obligations.
+
+3.1. Availability of Source Code.
+
+Any Covered Software that You distribute or otherwise make
+available in Executable form must also be made available in
+Source Code form and that Source Code form must be
+distributed only under the terms of this License. You must
+include a copy of this License with every copy of the
+Source Code form of the Covered Software You distribute or
+otherwise make available. You must inform recipients of any
+such Covered Software in Executable form as to how they can
+obtain such Covered Software in Source Code form in a
+reasonable manner on or through a medium customarily used
+for software exchange.
+
+3.2. Modifications.
+
+The Modifications that You create or to which You
+contribute are governed by the terms of this License. You
+represent that You believe Your Modifications are Your
+original creation(s) and/or You have sufficient rights to
+grant the rights conveyed by this License.
+
+3.3. Required Notices.
+
+You must include a notice in each of Your Modifications
+that identifies You as the Contributor of the Modification.
+You may not remove or alter any copyright, patent or
+trademark notices contained within the Covered Software, or
+any notices of licensing or any descriptive text giving
+attribution to any Contributor or the Initial Developer.
+
+3.4. Application of Additional Terms.
+
+You may not offer or impose any terms on any Covered
+Software in Source Code form that alters or restricts the
+applicable version of this License or the recipients'
+rights hereunder. You may choose to offer, and to charge a
+fee for, warranty, support, indemnity or liability
+obligations to one or more recipients of Covered Software.
+However, you may do so only on Your own behalf, and not on
+behalf of the Initial Developer or any Contributor. You
+must make it absolutely clear that any such warranty,
+support, indemnity or liability obligation is offered by
+You alone, and You hereby agree to indemnify the Initial
+Developer and every Contributor for any liability incurred
+by the Initial Developer or such Contributor as a result of
+warranty, support, indemnity or liability terms You offer.
+
+3.5. Distribution of Executable Versions.
+
+You may distribute the Executable form of the Covered
+Software under the terms of this License or under the terms
+of a license of Your choice, which may contain terms
+different from this License, provided that You are in
+compliance with the terms of this License and that the
+license for the Executable form does not attempt to limit
+or alter the recipient's rights in the Source Code form
+from the rights set forth in this License. If You
+distribute the Covered Software in Executable form under a
+different license, You must make it absolutely clear that
+any terms which differ from this License are offered by You
+alone, not by the Initial Developer or Contributor. You
+hereby agree to indemnify the Initial Developer and every
+Contributor for any liability incurred by the Initial
+Developer or such Contributor as a result of any such terms
+You offer.
+
+3.6. Larger Works.
+
+You may create a Larger Work by combining Covered Software
+with other code not governed by the terms of this License
+and distribute the Larger Work as a single product. In such
+a case, You must make sure the requirements of this License
+are fulfilled for the Covered Software.
+
+4. Versions of the License.
+
+4.1. New Versions.
+
+Sun Microsystems, Inc. is the initial license steward and
+may publish revised and/or new versions of this License
+from time to time. Each version will be given a
+distinguishing version number. Except as provided in
+Section 4.3, no one other than the license steward has the
+right to modify this License.
+
+4.2. Effect of New Versions.
+
+You may always continue to use, distribute or otherwise
+make the Covered Software available under the terms of the
+version of the License under which You originally received
+the Covered Software. If the Initial Developer includes a
+notice in the Original Software prohibiting it from being
+distributed or otherwise made available under any
+subsequent version of the License, You must distribute and
+make the Covered Software available under the terms of the
+version of the License under which You originally received
+the Covered Software. Otherwise, You may also choose to
+use, distribute or otherwise make the Covered Software
+available under the terms of any subsequent version of the
+License published by the license steward.
+
+4.3. Modified Versions.
+
+When You are an Initial Developer and You want to create a
+new license for Your Original Software, You may create and
+use a modified version of this License if You: (a) rename
+the license and remove any references to the name of the
+license steward (except to note that the license differs
+from this License); and (b) otherwise make it clear that
+the license contains terms which differ from this License.
+
+5. DISCLAIMER OF WARRANTY.
+
+COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
+BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
+INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
+SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
+PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
+PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
+COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
+INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF
+ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
+WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
+ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
+DISCLAIMER.
+
+6. TERMINATION.
+
+6.1. This License and the rights granted hereunder will
+terminate automatically if You fail to comply with terms
+herein and fail to cure such breach within 30 days of
+becoming aware of the breach. Provisions which, by their
+nature, must remain in effect beyond the termination of
+this License shall survive.
+
+6.2. If You assert a patent infringement claim (excluding
+declaratory judgment actions) against Initial Developer or
+a Contributor (the Initial Developer or Contributor against
+whom You assert such claim is referred to as "Participant")
+alleging that the Participant Software (meaning the
+Contributor Version where the Participant is a Contributor
+or the Original Software where the Participant is the
+Initial Developer) directly or indirectly infringes any
+patent, then any and all rights granted directly or
+indirectly to You by such Participant, the Initial
+Developer (if the Initial Developer is not the Participant)
+and all Contributors under Sections 2.1 and/or 2.2 of this
+License shall, upon 60 days notice from Participant
+terminate prospectively and automatically at the expiration
+of such 60 day notice period, unless if within such 60 day
+period You withdraw Your claim with respect to the
+Participant Software against such Participant either
+unilaterally or pursuant to a written agreement with
+Participant.
+
+6.3. In the event of termination under Sections 6.1 or 6.2
+above, all end user licenses that have been validly granted
+by You or any distributor hereunder prior to termination
+(excluding licenses granted to You by any distributor)
+shall survive termination.
+
+7. LIMITATION OF LIABILITY.
+
+UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
+(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
+INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
+COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
+LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
+CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
+LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK
+STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
+COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
+INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
+LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
+INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT
+APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
+NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
+CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
+APPLY TO YOU.
+
+8. U.S. GOVERNMENT END USERS.
+
+The Covered Software is a "commercial item," as that term is
+defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
+computer software" (as that term is defined at 48 C.F.R.
+252.227-7014(a)(1)) and "commercial computer software
+documentation" as such terms are used in 48 C.F.R. 12.212 (Sept.
+1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
+through 227.7202-4 (June 1995), all U.S. Government End Users
+acquire Covered Software with only those rights set forth herein.
+This U.S. Government Rights clause is in lieu of, and supersedes,
+any other FAR, DFAR, or other clause or provision that addresses
+Government rights in computer software under this License.
+
+9. MISCELLANEOUS.
+
+This License represents the complete agreement concerning subject
+matter hereof. If any provision of this License is held to be
+unenforceable, such provision shall be reformed only to the
+extent necessary to make it enforceable. This License shall be
+governed by the law of the jurisdiction specified in a notice
+contained within the Original Software (except to the extent
+applicable law, if any, provides otherwise), excluding such
+jurisdiction's conflict-of-law provisions. Any litigation
+relating to this License shall be subject to the jurisdiction of
+the courts located in the jurisdiction and venue specified in a
+notice contained within the Original Software, with the losing
+party responsible for costs, including, without limitation, court
+costs and reasonable attorneys' fees and expenses. The
+application of the United Nations Convention on Contracts for the
+International Sale of Goods is expressly excluded. Any law or
+regulation which provides that the language of a contract shall
+be construed against the drafter shall not apply to this License.
+You agree that You alone are responsible for compliance with the
+United States export administration regulations (and the export
+control laws and regulation of any other countries) when You use,
+distribute or otherwise make available any Covered Software.
+
+10. RESPONSIBILITY FOR CLAIMS.
+
+As between Initial Developer and the Contributors, each party is
+responsible for claims and damages arising, directly or
+indirectly, out of its utilization of rights under this License
+and You agree to work with Initial Developer and Contributors to
+distribute such responsibility on an equitable basis. Nothing
+herein is intended or shall be deemed to constitute any admission
+of liability.
diff --git a/jemmy/manifest.mf b/jemmy/manifest.mf
index 444c1ae..f822b08 100644
--- a/jemmy/manifest.mf
+++ b/jemmy/manifest.mf
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.jemmy/3
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/jemmy/idemodule/Bundle.properties
-OpenIDE-Module-Specification-Version: 3.6.1
+OpenIDE-Module-Specification-Version: 3.9.1
 
diff --git a/jemmy/nbproject/project.properties b/jemmy/nbproject/project.properties
index 7628be4..29ad9e6 100644
--- a/jemmy/nbproject/project.properties
+++ b/jemmy/nbproject/project.properties
@@ -42,6 +42,6 @@
 is.autoload=true
 javac.compilerargs=-Xlint -Xlint:-serial
 javac.source=1.6
-#release.external/jemmy-2.3.0.0.jar=modules/ext/jemmy-2.3.0.0.jar
+release.external/jemmy-2.3.0.0.jar=modules/ext/jemmy-2.3.0.0.jar
 sigtest.gen.fail.on.error=false
 
diff --git a/jemmy/nbproject/project.xml b/jemmy/nbproject/project.xml
index 494118f..acb999c 100644
--- a/jemmy/nbproject/project.xml
+++ b/jemmy/nbproject/project.xml
@@ -69,10 +69,10 @@ made subject to such option by the copyright holder.
                 <package>org.netbeans.jemmy.operators</package>
                 <package>org.netbeans.jemmy.util</package>
             </public-packages>
-            <!--class-path-extension>
+            <class-path-extension>
                 <runtime-relative-path>ext/jemmy-2.3.0.0.jar</runtime-relative-path>
                 <binary-origin>external/jemmy-2.3.0.0.jar</binary-origin>
-            </class-path-extension-->
+            </class-path-extension>
         </data>
     </configuration>
 </project>
diff --git a/jemmy/src/org/netbeans/jemmy/Action.java b/jemmy/src/org/netbeans/jemmy/Action.java
deleted file mode 100644
index 433d57b..0000000
--- a/jemmy/src/org/netbeans/jemmy/Action.java
+++ /dev/null
@@ -1,74 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-/**
- *
- * Defines an action to be executed by <code>ActionProducer</code> instance.
- * @see org.netbeans.jemmy.ActionProducer
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public interface Action{
-    /**
-     * Executes this action.
-     * @param obj action argument. This argument might be the method
-     * parameter in an invocation of
-     * <code>ActionProducer.produceAction(Object)</code>.  This argument
-     * might be a <code>java.lang.String[]</code> that lists the
-     * command line arguments used to execute a test (or not).
-     * @return action result.
-     */
-    public Object launch(Object obj);
-
-    /**
-     * Returns the description value.
-     * @return Action description.
-     */
-    public String getDescription();
-}
diff --git a/jemmy/src/org/netbeans/jemmy/ActionProducer.java b/jemmy/src/org/netbeans/jemmy/ActionProducer.java
deleted file mode 100644
index 44e644e..0000000
--- a/jemmy/src/org/netbeans/jemmy/ActionProducer.java
+++ /dev/null
@@ -1,345 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-/**
- *
- * Runs actions with or without waiting.
- *
- * <BR><BR>Timeouts used: <BR>
- * ActionProducer.MaxActionTime - time action should be finished in. <BR>
- *
- * @see Action
- * @see Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class ActionProducer extends Thread
-    implements Action, Waitable, Timeoutable{
-
-    private final static long ACTION_TIMEOUT = 10000;
-
-    private Action action;
-    private boolean needWait = true;
-    private Object parameter;
-    private boolean finished;
-    private Object result = null;
-    private Timeouts timeouts;
-    private Waiter waiter;
-    private TestOut output;
-    private Throwable exception;
-
-    /**
-     * Creates a producer for an action.
-     * @param a Action implementation.
-     */
-    public ActionProducer(Action a) {
-	super();
-	waiter = new Waiter(this);
-	action = a;
-	setTimeouts(JemmyProperties.getProperties().getTimeouts());
-	setOutput(JemmyProperties.getProperties().getOutput());
-	finished = false;
-        exception = null;
-    }
-
-    /**
-     * Creates a producer for an action.
-     * @param a Action implementation.
-     * @param nw Defines if <code>produceAction</code> 
-     * method should wait for the end of action.
-     */
-    public ActionProducer(Action a, boolean nw) {
-	super();
-	waiter = new Waiter(this);
-	action = a;
-	needWait = nw;
-	setTimeouts(JemmyProperties.getProperties().getTimeouts());
-	setOutput(JemmyProperties.getProperties().getOutput());
-	finished = false;
-        exception = null;
-    }
-
-    /**
-     * Creates a producer.
-     * <code>produceAction</code> must be overridden.
-     */
-    protected ActionProducer() {
-	super();
-	waiter = new Waiter(this);
-	setTimeouts(JemmyProperties.getProperties().getTimeouts());
-	setOutput(JemmyProperties.getProperties().getOutput());
-	finished = false;
-        exception = null;
-    }
-
-    /**
-     * Creates a producer.
-     * <code>produceAction</code> must be overridden.
-     * @param nw Defines if <code>produceAction</code> 
-     * method should wait for the end of action.
-     */
-    protected ActionProducer(boolean nw) {
-	super();
-	waiter = new Waiter(this);
-	needWait = nw;
-	setTimeouts(JemmyProperties.getProperties().getTimeouts());
-	setOutput(JemmyProperties.getProperties().getOutput());
-	finished = false;
-        exception = null;
-    }
-
-    static {
-	Timeouts.initDefault("ActionProducer.MaxActionTime", ACTION_TIMEOUT);
-    }
-
-    /**
-     * Set all the time outs used by sleeps or waits used by the launched action.
-     * @param ts An object containing timeout information.
-     * @see org.netbeans.jemmy.Timeouts
-     * @see org.netbeans.jemmy.Timeoutable
-     * @see #getTimeouts
-     */
-    public void setTimeouts(Timeouts ts) {
-	timeouts = ts;
-    }
-
-    /**
-     * Get all the time outs used by sleeps or waits used by the launched action.
-     * @return an object containing information about timeouts.
-     * @see org.netbeans.jemmy.Timeouts
-     * @see org.netbeans.jemmy.Timeoutable
-     * @see #setTimeouts
-     */
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    /**
-     * Identity of the streams or writers used for print output.
-     * @param out  An object containing print output assignments for
-     * output and error streams.
-     * @see org.netbeans.jemmy.TestOut
-     * @see org.netbeans.jemmy.Outputable
-     */
-    public void setOutput(TestOut out) {
-	output = out;
-	waiter.setOutput(output);
-    }
-
-    /**                            
-     * Returns the exception value.
-     * @return a Throwable object representing the exception value
-     */    
-    public Throwable getException() {
-        return(exception);
-    }
-
-    /**
-     * Defines action priority in terms of thread priority.
-     * Increase (decrease) parameter value to Thread.MIN_PRIORITY(MAX_PRIORITY)
-     * in case if it is less(more) then it.
-     * 
-     * @param	newPriority New thread priority.
-     */
-    public void setActionPriority(int newPriority) {
-	int priority;
-	if(newPriority < Thread.MIN_PRIORITY) {
-	    priority = MIN_PRIORITY;
-	} else if(newPriority > Thread.MAX_PRIORITY) {
-	    priority = MAX_PRIORITY;
-	} else {
-	    priority = newPriority;
-	}
-	try {
-	    setPriority(priority);
-	} catch(IllegalArgumentException e) {
-	} catch(SecurityException e) {
-	}
-    }
-
-    /**
-     * Get the result of a launched action.
-     * @return a launched action's result.
-     * without waiting in case if <code>getFinished()</code>
-     * @see #getFinished()
-     */
-    public Object getResult() {
-	return(result);
-    }
-
-    /** 
-     * Check if a launched action has finished.
-     * @return <code>true</code> if the launched action has completed,
-     * either normally or with an exception;  <code>false</code> otherwise.
-     */
-    public boolean getFinished() {
-	synchronized(this) {
-	    return(finished);
-	}
-    }
-
-    /**
-     * Does nothing; the method should be overridden by inheritors.
-     * @param obj An object used to modify execution.  This might be a
-     * <code>java.lang.String[]</code> that lists a test's command line
-     * arguments.
-     * @return An object - result of the action.
-     * @see org.netbeans.jemmy.Action
-     */
-    public Object launch(Object obj) {
-	return(null);
-    }
-
-    /**
-     * @return this <code>ActionProducer</code>'s description.
-     * @see Action
-     */
-    public String getDescription() {
-	if(action != null) {
-	    return(action.getDescription());
-	} else {
-	    return("Unknown action");
-	}
-    }
-
-    /**
-     * Starts execution.
-     * Uses ActionProducer.MaxActionTime timeout.
-     * 
-     * @param	obj Parameter to be passed into action's <code>launch(Object)</code> method.
-     * This parameter might be a <code>java.lang.String[]</code> that lists a test's
-     * command line arguments.
-     * @return	<code>launch(Object)</code> result.
-     * @throws	TimeoutExpiredException
-     * @exception	InterruptedException
-     */
-    public Object produceAction(Object obj) throws InterruptedException{
-	parameter =obj;
-	synchronized(this) {
-	    finished = false;
-	}
-	start();
-	if(needWait) {
-	    Timeouts times = timeouts.cloneThis();
-	    times.setTimeout("Waiter.WaitingTime", 
-			     timeouts.getTimeout("ActionProducer.MaxActionTime"));
-	    waiter.setTimeouts(times);
-	    try {
-		waiter.waitAction(null);
-	    } catch(TimeoutExpiredException e) {
-		output.printError("Timeout for \"" + getDescription() + 
-				  "\" action has been expired. Thread has been interrupted.");
-		interrupt();
-		throw(e);
-	    }
-	}
-	return(result);
-    }
-
-    /**
-     * Launch an action in a separate thread of execution.
-     * When the action finishes, record that fact.  If the action finishes
-     * normally, store it's result.  Use <code>getFinished()</code>
-     * and <code>getResult</code> to answer questions about test
-     * completion and return value, respectively.
-     * @see #getFinished()
-     * @see #getResult()
-     * @see java.lang.Runnable
-     */
-    public final void run() {
-	result = null;
-	try {
-	    result = launchAction(parameter);
-	} catch(Throwable e) {
-            exception = e;
-	}
-	synchronized(this) {
-	    finished = true;
-	}
-    }
-
-    /**
-     * Inquire for a reference to the object returned by a launched action.
-     * @param obj Not used.
-     * @return the result returned when a launched action finishes
-     * normally.
-     * @see org.netbeans.jemmy.Waitable
-     */
-    public final Object actionProduced(Object obj) {
-	synchronized(this) {
-	    if(finished) {
-		if(result == null) {
-		    return(new Integer(0));
-		} else {
-		    return(result);
-		}
-	    } else {
-		return(null);
-	    }
-	}
-    }
-    /**
-     * Launch some action.
-     * Pass the action parameters and get it's return value, too.
-     * @param obj Parameter used to configure the execution of whatever
-     * this <code>ActionProducer</code> puts into execution.
-     * This parameter might be a <code>java.lang.String[]</code> that lists a
-     * test's command line arguments.
-     * @return the return value of the action.  This might be a
-     * <code>java.lang.Integer</code> wrapped around a status code.
-     */
-    private Object launchAction(Object obj) {
-	if(action != null) {
-	    return(action.launch(obj));
-	} else {
-	    return(launch(obj));
-	}
-    }
-}
-
diff --git a/jemmy/src/org/netbeans/jemmy/Bundle.java b/jemmy/src/org/netbeans/jemmy/Bundle.java
deleted file mode 100644
index d224f23..0000000
--- a/jemmy/src/org/netbeans/jemmy/Bundle.java
+++ /dev/null
@@ -1,166 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.io.IOException;
-import java.io.InputStream;
-import java.io.FileInputStream;
-import java.io.FileNotFoundException;
-import java.io.PrintStream;
-import java.io.PrintWriter;
-
-import java.util.Enumeration;
-import java.util.Properties;
-
-import java.util.jar.JarFile;
-
-import java.util.zip.ZipFile;
-import java.util.zip.ZipException;
-
-/**
- *
- * Load string resources from file.
- * Resources should be stored in <code>name=value</code> format.
- *
- * @see org.netbeans.jemmy.BundleManager
- *	
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class Bundle extends Object {
-
-    private Properties resources;
-
-    /**
-     * Bunble constructor.
-     */
-    public Bundle() {
-	resources = new Properties(); 
-    }
-
-    /**
-     * Loads resources from an input stream.
-     * 
-     * @param	stream Stream to load resources from.
-     * @exception	IOException
-     */
-    public void load(InputStream stream) 
-	throws IOException {
-	resources.load(stream);
-    }
-
-    /**
-     * Loads resources from a simple file.
-     * 
-     * @param	fileName Name of the file to load resources from.
-     * @exception	IOException
-     * @exception	FileNotFoundException
-     */
-    public void loadFromFile(String fileName) 
-	throws IOException, FileNotFoundException {
-	load(new FileInputStream(fileName));
-    }
-
-    /**
-     * Loads resources from a file in a jar archive.
-     * 
-     * @param	fileName Name of the jar archive.
-     * @param	entryName ?enryName? Name of the file to load resources from.
-     * @exception	IOException
-     * @exception	FileNotFoundException
-     */
-    public void loadFromJar(String fileName, String entryName) 
-	throws IOException, FileNotFoundException {
-	JarFile jFile = new JarFile(fileName);
-	load(jFile.getInputStream(jFile.getEntry(entryName)));
-    }
-
-    /**
-     * Loads resources from a file in a zip archive.
-     * 
-     * @param	fileName Name of the zip archive.
-     * @param	entryName ?enryName? Name of the file to load resources from.
-     * @exception	ZipException
-     * @exception	IOException
-     * @exception	FileNotFoundException
-     */
-    public void loadFromZip(String fileName, String entryName)
-	throws IOException, FileNotFoundException, ZipException {
-	ZipFile zFile = new ZipFile(fileName);
-	load(zFile.getInputStream(zFile.getEntry(entryName)));
-    }
-
-    /**
-     * Prints bundle contents.
-     * @param writer Writer to print data in.
-     */
-    public void print(PrintWriter writer) {
-	Enumeration keys = resources.keys();
-	while(keys.hasMoreElements()) {
-	    String key = (String)keys.nextElement();
-	    writer.println(key + "=" + getResource(key));
-	}
-    }
-
-    /**
-     * Prints bundle contents.
-     * @param stream Stream to print data in.
-     */
-    public void print(PrintStream stream) {
-	print(new PrintWriter(stream));
-    }
-
-    /**
-     * Gets resource by key.
-     * @param key Resource key
-     * @return Resource value or null if resource was not found.
-     */
-    public String getResource(String key) {
-	return(resources.getProperty(key));
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/BundleManager.java b/jemmy/src/org/netbeans/jemmy/BundleManager.java
deleted file mode 100644
index 60b6a2c..0000000
--- a/jemmy/src/org/netbeans/jemmy/BundleManager.java
+++ /dev/null
@@ -1,294 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.io.IOException;
-import java.io.FileNotFoundException;
-import java.io.PrintStream;
-import java.io.PrintWriter;
-
-import java.util.Enumeration;
-import java.util.Hashtable;
-import java.util.Properties;
-
-import java.util.zip.ZipException;
-
-/**
- *
- * Provides functionality to work with a bunch of resource files. <BR>
- *
- * @see org.netbeans.jemmy.Bundle
- *	
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class BundleManager extends Object {
-
-    private Hashtable bundles;
-
-    /**
-     * Bundle manager constructor.
-     */
-    public BundleManager() {
-	bundles = new Hashtable();
-	try {
-	    load();
-	} catch(IOException e) {
-	}
-    }
-
-    /**
-     * Adds a Bundle to the managed collection of resource files.
-     * @param bundle Bundle object
-     * @param ID Symbolic bundle id
-     * @return First parameter or null if bundle with ID already exists.
-     * @see org.netbeans.jemmy.Bundle
-     */
-    public Bundle addBundle(Bundle bundle, String ID) {
-	if(getBundle(ID) != null) {
-	    return(null);
-	} else {
-	    bundles.put(ID, bundle);
-	    return(bundle);
-	}
-    }
-
-    /**
-     * Removes a Bundle from the managed collection of resource files.
-     * @param ID Symbolic bundle id
-     * @return Removed bundle or null if no bundle ID is.
-     */
-    public Bundle removeBundle(String ID) {
-	Bundle value = getBundle(ID);
-	bundles.remove(ID);
-	return(value);
-    }
-
-    /**
-     * Returns a Bundle given it's symbolic ID.
-     * @param ID Symbolic bundle ID
-     * @return the Bundle.  A null reference is returned if
-     * no bundle with the symbolic ID was found.
-     */
-    public Bundle getBundle(String ID) {
-	return((Bundle)bundles.get(ID));
-    }
-
-    /**
-     * Create a new Bundle, load resources from a simple text file,
-     * and add the bundle.
-     * Load resources from a text file to a new Bundle object.  The new
-     * Bundle is added to the collection of objects managed by this
-     * <code>BundleManager</code>.
-     * 
-     * @param	fileName Name of a file to load resources from.
-     * @param	ID Symbolic bundle ID used to identify the new bundle used
-     * to manage the resources from the file.
-     * @return	a newly created bundle.
-     * @exception	IOException
-     * @exception	FileNotFoundException
-     */
-    public Bundle loadBundleFromFile(String fileName, String ID) 
-	throws IOException, FileNotFoundException {
-	if(getBundle(ID) != null) {
-	    return(null);
-	}
-	Bundle bundle = new Bundle();
-	bundle.loadFromFile(fileName);
-	return(addBundle(bundle, ID));
-    }
-
-    /**
-     * Loads resources from simple text file pointed by jemmy.resources system property.
-     * The resources are loaded into the Bundle with ID "".
-     * Does not do anything if jemmy.resources has not been set or is empty.
-     * 
-     * @return	a newly created bundle.
-     * @exception	IOException
-     * @exception	FileNotFoundException
-     */
-    public Bundle load() 
-	throws IOException, FileNotFoundException {
-	if(System.getProperty("jemmy.resources") != null &&
-	   !System.getProperty("jemmy.resources").equals("")) {
-	    return(loadBundleFromFile(System.getProperty("jemmy.resources"), ""));
-	}
-	return(null);
-    }
-
-    /**
-     * Loads resources from file in jar archive into new Bundle object and adds it.
-     * 
-     * @param	fileName Name of jar file.
-     * @param	entryName ?enryName? Name of file to load resources from.
-     * @param	ID Symbolic bundle id
-     * @return	a newly created bundle.
-     * @exception	IOException
-     * @exception	FileNotFoundException
-     */
-    public Bundle loadBundleFromJar(String fileName, String entryName, String ID) 
-	throws IOException, FileNotFoundException {
-	if(getBundle(ID) != null) {
-	    return(null);
-	}
-	Bundle bundle = new Bundle();
-	bundle.loadFromJar(fileName, entryName);
-	return(addBundle(bundle, ID));
-    }
-
-    /**
-     * Loads resources from file in zip archive into new Bundle object and adds it.
-     * 
-     * @param	fileName Name of jar file.
-     * @param	entryName ?enryName? Name of file to load resources from.
-     * @param	ID Symbolic bundle id
-     * @return	a newly created bundle.
-     * @exception	ZipException
-     * @exception	IOException
-     * @exception	FileNotFoundException
-     */
-    public Bundle loadBundleFromZip(String fileName, String entryName, String ID)
-	throws IOException, FileNotFoundException, ZipException {
-	if(getBundle(ID) != null) {
-	    return(null);
-	}
-	Bundle bundle = new Bundle();
-	bundle.loadFromZip(fileName, entryName);
-	return(addBundle(bundle, ID));
-    }
-
-    /**
-     * Prints bundles contents.
-     * @param writer Writer to print data in.
-     */
-    public void print(PrintWriter writer) {
-	Enumeration keys = bundles.keys();
-	Bundle bundle;
-	String key;
-	while (keys.hasMoreElements()) {
-	    key = (String)keys.nextElement();
-	    writer.println("\"" + key + "\" bundle contents");
-	    bundle = getBundle(key);
-	    bundle.print(writer);
-	}
-    }
-
-    /**
-     * Prints bundles contents.
-     * @param stream Stream to print data in.
-     */
-    public void print(PrintStream stream) {
-	print(new PrintWriter(stream));
-    }
-
-    /**
-     * Returns resource from ID bundle.
-     * @param bundleID Bundle ID.
-     * @param key Resource key.
-     * @return the resource value.  If the bundle ID does not exist
-     * if the resource with the given key cannot be found, a null
-     * reference is returned.
-     */
-    public String getResource(String bundleID, String key) {
-	Bundle bundle = getBundle(bundleID);
-	if(bundle != null) {
-	    return(bundle.getResource(key));
-	}
-	return(null);
-    }
-
-    /**
-     * Searches for a resource in all the managed Bundles.
-     * @param	key Resource key.
-     * @return	first resource value found that is indexed by the given key.
-     * If no resource is found, return a null reference.
-     */
-    public String getResource(String key) {
-	Enumeration data = bundles.elements();
-	String value;
-	while (data.hasMoreElements()) {
-	    value = ((Bundle)data.nextElement()).getResource(key);
-	    if(value != null) {
-		return(value);
-	    }
-	}
-	return(null);
-    }
-
-    /**
-     * Counts the number of resource occurences in all the managed Bundles.
-     * @param key Resource key
-     * @return the number of resource occurences with the given key among
-     * all the Bundles managed by this BundleManager.
-     */
-    public int calculateResources(String key) {
-	Enumeration data = bundles.elements();
-	int count = 0;
-	while (data.hasMoreElements()) {
-	    if(((Bundle)data.nextElement()).getResource(key) != null) {
-		count++;;
-	    }
-	}
-	return(count);
-    }
-
-    /**
-     * Creates a shallow copy of this BundleManager.
-     * Does not copy bundles, only their references.
-     * @return a copy of this BundleManager.
-     */
-    public BundleManager cloneThis() {
-	BundleManager result = new BundleManager();
-	Enumeration keys = bundles.keys();
-	Enumeration elements = bundles.elements();
-	while(keys.hasMoreElements()) {
-	    result.bundles.put(keys.nextElement(),
-			       elements.nextElement());
-	}
-	return(result);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/CharBindingMap.java b/jemmy/src/org/netbeans/jemmy/CharBindingMap.java
deleted file mode 100644
index 97f5b6e..0000000
--- a/jemmy/src/org/netbeans/jemmy/CharBindingMap.java
+++ /dev/null
@@ -1,78 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-/**
- *
- * Defines char-to-key binding.  The generation of a symbol will,
- * in general, require modifier keys to be pressed prior to pressing
- * a primary key.  Classes that implement <code>CharBindingMap</code>
- * communicate what modifiers and primary key are required to generate
- * a given symbol.
- * @see org.netbeans.jemmy.DefaultCharBindingMap
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public interface CharBindingMap {
-
-    /**
-     * Returns the code of the primary key used to type a symbol.
-     * @param c Symbol code.
-     * @return a key code.
-     * @see java.awt.event.InputEvent
-     */
-    public int getCharKey(char c);
-
-    /**
-     * Returns the modifiers that should be pressed to type a symbol.
-     * @param c Symbol code.
-     * @return a combination of InputEvent MASK fields.
-     * @see java.awt.event.InputEvent
-     */
-    public int getCharModifiers(char c);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/ClassReference.java b/jemmy/src/org/netbeans/jemmy/ClassReference.java
deleted file mode 100644
index 49cada6..0000000
--- a/jemmy/src/org/netbeans/jemmy/ClassReference.java
+++ /dev/null
@@ -1,275 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.lang.reflect.InvocationTargetException;
-import java.lang.reflect.Constructor;
-import java.lang.reflect.Method;
-
-/**
- *
- * Allows access to classes by reflection.
- *	
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class ClassReference{
-
-    private Class cl;
-    private Object instance;
-
-    /**
-     * Constructor.
-     * @param o Object to work with.
-     */
-    public ClassReference(Object o) {
-	super();
-	instance = o;
-	cl = o.getClass();
-    }
-
-    /**
-     * Contructor.
-     * The object created by this constructor can be used
-     * to access static methods and fields only.
-     *
-     * @param	className name of class
-     * @exception	ClassNotFoundException
-     */
-    public ClassReference(String className)
-    throws ClassNotFoundException {
-	super();
-	cl = Class.forName(className);
-	instance = null;
-    }
-
-    /**
-     * Contructor.
-     * The object created by this constructor can be used
-     * to access static methods and fields only.
-     *
-     * @param loader The class loader to load the class
-     * @param	className name of class
-     * @exception	ClassNotFoundException
-     */
-    public ClassReference(ClassLoader loader, String className)
-    throws ClassNotFoundException {
-	super();
-	cl = loader.loadClass(className);
-	instance = null;
-    }
-
-    /**
-     * Contructor.
-     * The object created by this constructor can be used
-     * to access static methods and fields only.
-     *
-     * @param	clss the class
-     * @exception	ClassNotFoundException
-     */
-    public ClassReference(Class clss)
-    throws ClassNotFoundException {
-	super();
-	cl = clss;
-	instance = null;
-    }
-
-    /**
-     * Executes class's <code>main(java.lang.String[])</code> method
-     * with a zero-length <code>java.lang.String</code> array
-     * as a parameter.
-     * 
-     * @exception	NoSuchMethodException
-     * @exception	InvocationTargetException
-     */
-    public void startApplication()
-    throws InvocationTargetException, NoSuchMethodException {
-	String[] params = new String[0];
-	startApplication(params);
-    }
-
-    /**
-     * Executes class's <code>main(java.lang.String[])</code> method.
-     * 
-     * @param	params The <code>java.lang.String</code> array to pass
-     * to <code>main(java.lang.String[])</code>.
-     * @exception	NoSuchMethodException
-     * @exception	InvocationTargetException
-     */
-    public void startApplication(String[] params)
-    throws InvocationTargetException, NoSuchMethodException {
-	String[] real_params;
-	if(params == null) {
-	    real_params = new String[0];
-	} else {
-	    real_params = params;
-	}
-	String[][] methodParams = {real_params};
-	Class[] classes = {real_params.getClass()};
-	try {
-	    invokeMethod("main", methodParams, classes);
-	} catch(IllegalAccessException e) {
-	    e.printStackTrace();
-	} catch(IllegalStateException e) {
-	    e.printStackTrace();
-	}
-    }
-
-    /**
-     * Locates method by name and parameter types and executes it.
-     * 
-     * @param	method_name Name of method.
-     * @param	params Method parameters.
-     * @param	params_classes Method parameters types.
-     * @return	the return value from an invocation of the Method.<BR>
-     * If <code>method_name</code> method is void, <code>null</code> is returned.<BR>
-     * If <code>method_name</code> method returns a primitive type, then
-     * return wrapper class instance.
-     * @throws	InvocationTargetException when the invoked method throws an exception.
-     * @throws	NoSuchMethodException when the method cannot be found.
-     * @throws	IllegalAccessException when access to the class or method is lacking.
-     * @throws	SecurityException if access to the package or method is denied.
-     * @exception	IllegalAccessException
-     * @exception	NoSuchMethodException
-     * @exception	InvocationTargetException
-     */
-    public Object invokeMethod(String method_name, Object[] params, Class[] params_classes) 
-    throws InvocationTargetException, NoSuchMethodException, IllegalAccessException {
-	if(params == null) {
-	    params = new Object[0];
-	}
-	if(params_classes == null) {
-	    params_classes = new Class[0];
-	}
-	Method method = cl.getMethod(method_name, 
-					    params_classes);
-	return(method.invoke(instance, params));
-    }
-
-    /**
-     * Locates constructor by parameter types and creates an instance.
-     * 
-     * @param	params An array of Method parameters.
-     * @param	params_classes An array of Method parameter types.
-     * @return	a new class instance.
-     * @throws	InvocationTargetException when the invoked constructor throws an exception.
-     * @throws	NoSuchMethodException when the constructor cannot be found.
-     * @throws	IllegalAccessException when access to the class or constructor is lacking.
-     * @throws	InstantiationException when the constructor is for an abstract class.
-     * @throws	SecurityException if access to the package or constructor is denied.
-     * @exception	IllegalAccessException
-     * @exception	NoSuchMethodException
-     * @exception	InstantiationException
-     * @exception	InvocationTargetException
-     */
-    public Object newInstance(Object[] params, Class[] params_classes) 
-    throws InvocationTargetException, NoSuchMethodException,
-    IllegalAccessException, InstantiationException {
-	if(params == null) {
-	    params = new Object[0];
-	}
-	if(params_classes == null) {
-	    params_classes = new Class[0];
-	}
-	Constructor constructor = cl.getConstructor(params_classes);
-	return(constructor.newInstance(params));
-    }
-
-    /**
-     * Returns the field value.
-     * @param	field_name The name of the field.
-     * @return	the field value
-     * @see #setField
-     * @throws	NoSuchFieldException when the field cannot be found.
-     * @throws	IllegalAccessException when access to the class or constructor is lacking.
-     * @throws	SecurityException if access to the package or field is denied.
-     * @exception	IllegalAccessException
-     * @exception	NoSuchFieldException
-     */
-    public Object getField(String field_name) 
-    throws NoSuchFieldException, IllegalAccessException {
-	return(cl.getField(field_name).get(instance));
-    }
-
-    /**
-     * Change a field's value.
-     * 
-     * @param	field_name The name of the field.
-     * @param	newValue The fields new value.
-     * @see #getField
-     * @throws	NoSuchFieldException when the field cannot be found.
-     * @throws	IllegalAccessException when access to the class or constructor is lacking.
-     * @throws	SecurityException if access to the package or field is denied.
-     * @exception	IllegalAccessException
-     * @exception	NoSuchFieldException
-     */
-    public void setField(String field_name, Object newValue) 
-    throws NoSuchFieldException, IllegalAccessException {
-	cl.getField(field_name).set(instance, newValue);
-    }
-
-    /**
-     * Returns all superclasses.
-     * @return an array of superclasses, starting with the reference class
-     * and ending with <code>java.lang.Object</code>.
-     */
-    public Class[] getClasses() {
-	Class cls = cl;
-	int count = 0;
-	do {
-	    count++;
-	    cls = cls.getSuperclass();
-	} while(cls != null);
-	Class[] result = new Class[count];
-	cls = cl;
-	for(int i = 0; i < count; i++) {
-	    result[i] = cls;
-	    cls = cls.getSuperclass();
-	}
-	return(result);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/ComponentChooser.java b/jemmy/src/org/netbeans/jemmy/ComponentChooser.java
deleted file mode 100644
index b6ec3ca..0000000
--- a/jemmy/src/org/netbeans/jemmy/ComponentChooser.java
+++ /dev/null
@@ -1,75 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.awt.Component;
-
-/**
- *
- * This interface should be implemented to define the criteria
- * used to search for a component.
- * @see org.netbeans.jemmy.ComponentSearcher
- * @see org.netbeans.jemmy.WindowWaiter
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public interface ComponentChooser {
-    /**
-     * Check if the component argument meets the search criteria.
-     * @param comp Component to check.
-     * @return <code>true</code> when the component conforms to
-     * the search criteria; <code>false</code> otherwise.
-     */
-    public boolean checkComponent(Component comp);
-
-    /**
-     * Returns searched component description.
-     * @return a String representing the description value
-     */
-    public String getDescription();
-}
diff --git a/jemmy/src/org/netbeans/jemmy/ComponentIsNotFocusedException.java b/jemmy/src/org/netbeans/jemmy/ComponentIsNotFocusedException.java
deleted file mode 100644
index c85f78e..0000000
--- a/jemmy/src/org/netbeans/jemmy/ComponentIsNotFocusedException.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.awt.Component;
-
-/**
- *
- * Exception can be thrown as a result of attempt to produce a key operation
- * for a component which does not have focus.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class ComponentIsNotFocusedException extends JemmyInputException {
-
-    /**
-     * Constructs a ComponentIsNotFocusedException object.
-     * @param	comp a Component.
-     */
-    public ComponentIsNotFocusedException(Component comp) {
-	super("Component do not have focus", comp);
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/ComponentIsNotVisibleException.java b/jemmy/src/org/netbeans/jemmy/ComponentIsNotVisibleException.java
deleted file mode 100644
index ebb3852..0000000
--- a/jemmy/src/org/netbeans/jemmy/ComponentIsNotVisibleException.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.awt.Component;
-
-/**
- *
- * Exception can be thrown as a result of attempt to produce a mouse operation
- * for a component which is not visible.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class ComponentIsNotVisibleException extends JemmyInputException {
-
-    /**
-     * Constructs a ComponentIsNotVisibleException object.
-     * @param	comp a Component.
-     */
-    public ComponentIsNotVisibleException(Component comp) {
-	super("Component is not visible", comp);
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/ComponentSearcher.java b/jemmy/src/org/netbeans/jemmy/ComponentSearcher.java
deleted file mode 100644
index e882897..0000000
--- a/jemmy/src/org/netbeans/jemmy/ComponentSearcher.java
+++ /dev/null
@@ -1,227 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.awt.Component;
-import java.awt.Container;
-
-/**
- *
- * Contains methods to search for components below a
- * a given <code>java.awt.Container</code> in the display containment hierarchy.
- * Uses a <code>ComponentChooser</code> interface implementation to find a
- * component.
- *
- * @see ComponentChooser
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class ComponentSearcher implements Outputable{
-
-    private int ordinalIndex;
-    private Container container;
-    private TestOut out;
-    private QueueTool queueTool;
-    private String containerToString;
-
-    /**
-     * Contructor.
-     * The search is constrained so that only components that lie below
-     * the given container in the containment hierarchy are considered.
-     * @param c Container to find components in.
-     */
-    public ComponentSearcher(Container c) {
-	super();
-	container = c;
-	setOutput(JemmyProperties.getProperties().getOutput());
-        queueTool = new QueueTool();
-    }
-    
-
-    /**
-     * Creates <code>ComponentChooser</code> implementation 
-     * whose <code>checkComponent(Component)</code>
-     * method returns <code>true</code> for any component.
-     * @param description Component description.
-     * @return ComponentChooser instance.
-     */
-    public static ComponentChooser getTrueChooser(String description) {
-	class TrueChooser implements ComponentChooser {
-	    private String description;
-	    public TrueChooser(String desc) {
-		description = desc;
-	    }
-	    public boolean checkComponent(Component comp) {
-		return(true);
-	    }
-	    public String getDescription() {
-		return(description);
-	    }
-	}
-	return(new TrueChooser(description));
-    }
-
-    /**
-     * Defines print output streams or writers.
-     * 
-     * @param	output ?out? Identify the streams or writers used for print output.
-     * @see	org.netbeans.jemmy.TestOut
-     * @see	org.netbeans.jemmy.Outputable
-     * @see #getOutput
-     */
-    public void setOutput(TestOut output) {
-	out = output;
-    }
-
-    /**
-     * Returns print output streams or writers.
-     * @return an object that contains references to objects for
-     * printing to output and err streams.
-     * @see org.netbeans.jemmy.TestOut
-     * @see org.netbeans.jemmy.Outputable
-     * @see #setOutput
-     */
-    public TestOut getOutput() {
-	return(out);
-    }
-
-    /** Returns container.toString(). It is called in dispatch thread.
-     * @return container.toString()
-     */
-    private String containerToString() {
-        if(containerToString == null) {
-            containerToString = container == null ? "null" : 
-                        (String)queueTool.invokeSmoothly(
-                                new QueueTool.QueueAction("container.toString()") {
-                                    public Object launch() {
-                                        return container.toString();
-                                    }
-                                }
-                        );
-        }
-        return containerToString;
-    }
-
-    /**
-     * Searches for a component.
-     * The search for the component proceeds recursively in the component hierarchy
-     * rooted in this <code>ComponentChooser</code>'s container.
-     * @param chooser ComponentChooser instance, defining and applying the
-     * search criteria.
-     * @param index Ordinal component index.  Indices start at 0.
-     * @return the <code>index</code>'th component from among those components
-     * for which the chooser's <code>checkComponent(Component)</code> method
-     * returns <code>true</code>.
-     * A <code>null</code> reference is returned if there are fewer than
-     * <code>index-1</code> components meeting the search
-     * criteria exist in the component hierarchy rooted in this
-     * <code>ComponentChooser</code>'s container.
-     */
-    public Component findComponent(ComponentChooser chooser, int index) {
-	ordinalIndex = 0;
-	final Component result = findComponentInContainer(container, chooser, index);
-	if(result != null) {
-            // get result.toString() - run in dispatch thread
-            String resultToString = (String)queueTool.invokeSmoothly(
-                            new QueueTool.QueueAction("result.toString()") {
-                                public Object launch() {
-                                    return result.toString();
-                                }
-                            }
-            );
-	    out.printTrace("Component " + chooser.getDescription() +
-			   "\n    was found in container " + containerToString() + 
-			   "\n    " + resultToString);
-	    out.printGolden("Component \"" + chooser.getDescription() + "\" was found"); 
-	} else {
-	    out.printTrace("Component " + chooser.getDescription() +
-			   "\n    was not found in container " + containerToString());
-	    out.printGolden("Component \"" + chooser.getDescription() + "\" was not found"); 
-	}
-	return(result);
-    }
-
-    /**
-     * Searches for a component.
-     * The search for the component proceeds recursively in the component hierarchy
-     * rooted in this <code>ComponentChooser</code>'s container.
-     * @param chooser ComponentChooser instance, defining and applying the
-     * search criteria.
-     * @return the first component for which the chooser's
-     * <code>checkComponent(Component)</code> method returns <code>true</code>.
-     * A <code>null</code> reference is returned if no component meeting the search
-     * criteria exist in the component hierarchy rooted in this
-     * <code>ComponentChooser</code>'s container.
-     */
-    public Component findComponent(ComponentChooser chooser) {
-	return(findComponent(chooser, 0));
-    }
-
-    private Component findComponentInContainer(Container cont, ComponentChooser chooser, int index) {
-	Component[] components = cont.getComponents();
-	Component target;
-	for(int i = 0; i < components.length; i++) {
-	    if(components[i] != null) {
-		if(chooser.checkComponent(components[i])) {
-		    if(ordinalIndex == index) {
-			return(components[i]);
-		    } else {
-			ordinalIndex++;
-		    }
-		}
-		if(components[i] instanceof Container) {
-		    if((target = findComponentInContainer((Container)components[i], 
-							  chooser, index)) != null) {
-			return(target);
-		    }
-		}
-	    }
-	}
-	return(null);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/DefaultCharBindingMap.java b/jemmy/src/org/netbeans/jemmy/DefaultCharBindingMap.java
deleted file mode 100644
index d1e9d98..0000000
--- a/jemmy/src/org/netbeans/jemmy/DefaultCharBindingMap.java
+++ /dev/null
@@ -1,224 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.awt.event.InputEvent;
-import java.awt.event.KeyEvent;
-
-import java.lang.reflect.Field;
-import java.lang.reflect.InvocationTargetException;
-import java.lang.reflect.Modifier;
-
-import java.util.Enumeration;
-import java.util.Hashtable;
-
-/**
- *
- * Default implementation of CharBindingMap interface.
- * Provides a mapping for the following symbols:<BR>
- * @see org.netbeans.jemmy.CharBindingMap
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class DefaultCharBindingMap implements CharBindingMap {
-
-    private Hashtable chars;
-    private ClassReference cl;
-
-    /**
-     * Constructor.
-     */
-    public DefaultCharBindingMap() {
-	try {
-	    cl = new ClassReference("java.awt.event.KeyEvent");
-	} catch(ClassNotFoundException e) {
-	    e.printStackTrace();
-	}
-        initMap();
-    }
-
-    /**
-     * Returns the code of the primary key used to type a symbol.
-     * @param c Symbol code.
-     * @return a key code.
-     * @see CharBindingMap#getCharKey(char)
-     * @see java.awt.event.InputEvent
-     */
-    public int getCharKey(char c) {
-        return(getKeyAndModifiers(c)[0]);
-    }
-
-    /**
-     * Returns the modifiers that should be pressed to type a symbol.
-     * @param c Symbol code.
-     * @return a combination of InputEvent MASK fields.
-     * @see CharBindingMap#getCharModifiers(char)
-     * @see java.awt.event.InputEvent
-     */
-    public int getCharModifiers(char c) {
-        return(getKeyAndModifiers(c)[1]);
-    }
-
-    /**
-     * Returns key + modifiers pair.
-     * @param c Symbol code.
-     * @return an array of two elements: key code and modifiers mask - 
-     * a combination of InputEvent MASK fields.
-     */
-    public int[] getKeyAndModifiers(char c) {
-        CharKey key = (CharKey)chars.get(new Character(c));
-        if(key != null) {
-            return(new int[] {key.key, key.modifiers});
-        } else {
-            return(new int[] {KeyEvent.VK_UNDEFINED, 0});
-        }
-    }
-
-    /**
-     * Returns an array of all supported chars.
-     * @return an array of chars representing the supported chars values.
-     */
-    public char[] getSupportedChars() {
-        char[] charArray = new char[chars.size()];
-        Enumeration keys = chars.keys();
-        int index = 0;
-        while(keys.hasMoreElements()) {
-            charArray[index] = ((Character)keys.nextElement()).charValue();
-        }
-        return(charArray);
-    }
-
-    /**
-     * Removes a char from supported.
-     * @param c Symbol code.
-     */
-    public void removeChar(char c) {
-        chars.remove(new Character(c));
-    }
-
-    /**
-     * Adds a char to supported.
-     * @param c Symbol code.
-     * @param key key code.
-     * @param modifiers a combination of InputEvent MASK fields.
-     */
-    public void addChar(char c, int key, int modifiers) {
-        chars.put(new Character(c), new CharKey(key, modifiers));
-    }
-
-    private void initMap() {
-        chars = new Hashtable();
-        //first add latters and digits represented by KeyEvent.VK_. fields
-        Field[] fields = KeyEvent.class.getFields();
-        for(int i = 0; i < fields.length; i++) {
-            String name = fields[i].getName();
-            if((fields[i].getModifiers() & Modifier.PUBLIC) != 0 &&
-               (fields[i].getModifiers() & Modifier.STATIC) != 0 &&
-               fields[i].getType() == Integer.TYPE &&
-               name.startsWith("VK_") &&
-               name.length() == 4) {
-                String latter = name.substring(3, 4);
-                try {
-                    int key = fields[i].getInt(null);
-                    addChar(latter.toLowerCase().charAt(0), key, 0);
-                    if(!latter.toUpperCase().equals(latter.toLowerCase())) {
-                        addChar(latter.toUpperCase().charAt(0), key, InputEvent.SHIFT_MASK);
-                    }
-                } catch(IllegalAccessException e) {
-                    //never could happen!
-                }
-            }
-        }
-        //add special simbols
-        addChar('\t', KeyEvent.VK_TAB          , 0); 
-        addChar(' ',  KeyEvent.VK_SPACE        , 0); 
-        addChar('!',  KeyEvent.VK_1            , InputEvent.SHIFT_MASK); 
-        addChar('"',  KeyEvent.VK_QUOTE        , InputEvent.SHIFT_MASK); 
-        addChar('#',  KeyEvent.VK_3            , InputEvent.SHIFT_MASK); 
-        addChar('$',  KeyEvent.VK_4            , InputEvent.SHIFT_MASK); 
-        addChar('%',  KeyEvent.VK_5            , InputEvent.SHIFT_MASK); 
-        addChar('&',  KeyEvent.VK_7            , InputEvent.SHIFT_MASK); 
-        addChar('\'', KeyEvent.VK_QUOTE        , 0); 
-        addChar('(',  KeyEvent.VK_9            , InputEvent.SHIFT_MASK); 
-        addChar(')',  KeyEvent.VK_0            , InputEvent.SHIFT_MASK); 
-        addChar('*',  KeyEvent.VK_8            , InputEvent.SHIFT_MASK); 
-        addChar('+',  KeyEvent.VK_EQUALS       , InputEvent.SHIFT_MASK); 
-        addChar(',',  KeyEvent.VK_COMMA        , 0); 
-        addChar('-',  KeyEvent.VK_MINUS        , 0); 
-        addChar('.',  KeyEvent.VK_PERIOD       , 0); 
-        addChar('/',  KeyEvent.VK_SLASH        , 0); 
-        addChar(':',  KeyEvent.VK_SEMICOLON    , InputEvent.SHIFT_MASK); 
-        addChar(';',  KeyEvent.VK_SEMICOLON    , 0); 
-        addChar('<',  KeyEvent.VK_COMMA        , InputEvent.SHIFT_MASK); 
-        addChar('=',  KeyEvent.VK_EQUALS       , 0); 
-        addChar('>',  KeyEvent.VK_PERIOD       , InputEvent.SHIFT_MASK); 
-        addChar('?',  KeyEvent.VK_SLASH        , InputEvent.SHIFT_MASK); 
-        addChar('@',  KeyEvent.VK_2            , InputEvent.SHIFT_MASK); 
-        addChar('[',  KeyEvent.VK_OPEN_BRACKET , 0); 
-        addChar('\\', KeyEvent.VK_BACK_SLASH   , 0); 
-        addChar(']',  KeyEvent.VK_CLOSE_BRACKET, 0); 
-        addChar('^',  KeyEvent.VK_6            , InputEvent.SHIFT_MASK); 
-        addChar('_',  KeyEvent.VK_MINUS        , InputEvent.SHIFT_MASK); 
-        addChar('`',  KeyEvent.VK_BACK_QUOTE   , 0); 
-        addChar('{',  KeyEvent.VK_OPEN_BRACKET , InputEvent.SHIFT_MASK); 
-        addChar('|',  KeyEvent.VK_BACK_SLASH   , InputEvent.SHIFT_MASK); 
-        addChar('}',  KeyEvent.VK_CLOSE_BRACKET, InputEvent.SHIFT_MASK); 
-        addChar('~',  KeyEvent.VK_BACK_QUOTE   , InputEvent.SHIFT_MASK);
-        addChar('\n', KeyEvent.VK_ENTER        , 0);
-    }
-
-    private static class CharKey {
-        public int key;
-        public int modifiers;
-        public CharKey(int key, int modifiers) {
-            this.key = key;
-            this.modifiers = modifiers;
-        }
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/DialogWaiter.java b/jemmy/src/org/netbeans/jemmy/DialogWaiter.java
deleted file mode 100644
index 6865db1..0000000
--- a/jemmy/src/org/netbeans/jemmy/DialogWaiter.java
+++ /dev/null
@@ -1,644 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.awt.Component;
-import java.awt.Dialog;
-import java.awt.Window;
-
-/**
- * A DialogWaiter is a utility class used to look or wait for Dialogs.
- * It contains methods to search for a Dialog among the currently
- * showing Dialogs as well as methods that wait for a Diaog to show
- * within an allotted time period.
- *
- * Searches and waits can either involve search criteria applied by a
- * ComponentChooser instance or a search criteria based on the Dialog
- * title.  Searches and waits can both be restricted to dialogs owned
- * by a given window.
- *
- * <BR><BR>Timeouts used: <BR>
- * DialogWaiter.WaitDialogTimeout - time to wait dialog displayed <BR>
- * DialogWaiter.AfterDialogTimeout - time to sleep after dialog has been dispayed <BR>
- *
- * @see org.netbeans.jemmy.Timeouts
- * 
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class DialogWaiter extends WindowWaiter implements Timeoutable, Outputable {
-
-    private final static long WAIT_TIME = 60000;
-    private final static long AFTER_WAIT_TIME = 0;
-
-    private Timeouts timeouts;
-    private TestOut output;
-
-    /**
-     * Constructor.
-     */
-    public DialogWaiter() {
-	super();
-	setTimeouts(JemmyProperties.getProperties().getTimeouts());
-    }
-
-    /**
-     * Searches for a dialog.
-     * Search among the currently showing dialogs for one that meets the search
-     * criteria applied by the <code>ComponentChooser</code> parameter.
-     * @param cc A component chooser used to define and apply the search criteria.
-     * @return a reference to the first dialog that is showing and that
-     * meets the search criteria.  If no such dialog can be found, a
-     * <code>null</code> reference is returned.
-     */
-    public static Dialog getDialog(ComponentChooser cc) {
-	return((Dialog)WindowWaiter.getWindow(new DialogSubChooser(cc)));
-    }
-
-    /**
-     * Searches for a dialog.
-     * The search proceeds among the currently showing dialogs for the
-     * <code>index+1</code>'th dialog that meets the criteria defined and
-     * applied by the <code>ComonentChooser</code> parameter.
-     * @param cc A component chooser used to define and apply the search criteria.
-     * @param index The ordinal index of the dialog in the set of currently displayed
-     * dialogs.  The first index is 0.
-     * @return a reference to the <code>index+1</code>'th dialog that is showing
-     * and that meets the search criteria.  If there are fewer than
-     * <code>index+1</code> dialogs, a <code>null</code> reference is returned.
-     */
-    public static Dialog getDialog(ComponentChooser cc, int index) {
-	return((Dialog)WindowWaiter.getWindow(new DialogSubChooser(cc), index));
-    }
-
-    /**
-     * Searches for a dialog by title.
-     * The search proceeds among the currently showing dialogs for the first
-     * with a suitable title.
-     * @param title Dialog title or subtitle.
-     * @param ce If <code>true</code> and the search is case sensitive, then a
-     * match occurs when the <code>title</code> argument is a substring of a
-     * dialog title.  If <code>false</code> and the search is case sensitive,
-     * then the <code>title</code> argument and the dialog title must be the same.
-     * If <code>true</code> and the search is case insensitive, then a match occurs
-     * when the <code>title</code> argument is a substring of the dialog title after
-     * changing both to upper case.  If <code>false</code> and the search is case
-     * insensitive, then a match occurs when the <code>title</code> argument is a
-     * substring of the dialog title after changing both to upper case.
-     * @param cc If <code>true</code> the search is case sensitive; otherwise, the
-     * search is case insensitive. 
-     * @return a reference to the first dialog that is showing and that has a
-     * suitable title.  If no such dialog can be found, a <code>null</code>
-     * reference is returned.
-     */
-    public static Dialog getDialog(String title, boolean ce, boolean cc) {
-	return((Dialog)WindowWaiter.getWindow(new DialogByTitleChooser(title, ce, cc)));
-    }
-
-    /**
-     * Searches for a dialog by title.
-     * The search is for the <code>index+1</code>'th dialog among the currently
-     * showing dialogs that possess a suitable title.
-     * 
-     * @param	title Dialog title or subtitle.
-     * @param	ce If <code>true</code> and the search is case sensitive, then a
-     * match occurs when the <code>title</code> argument is a substring of a
-     * dialog title.  If <code>false</code> and the search is case sensitive,
-     * then the <code>title</code> argument and the dialog title must be the same.
-     * If <code>true</code> and the search is case insensitive, then a match occurs
-     * when the <code>title</code> argument is a substring of the dialog title after
-     * changing both to upper case.  If <code>false</code> and the search is case
-     * insensitive, then a match occurs when the <code>title</code> argument is a
-     * substring of the dialog title after changing both to upper case.
-     * @param	cc If <code>true</code> the search is case sensitive; otherwise, the
-     * search is case insensitive. 
-     * @param	index Ordinal index between appropriate dialogs
-     * @return	a reference to the <code>index+1</code>'th dialog that is showing
-     * and that has a suitable title.  If there are fewer than
-     * <code>index+1</code> dialogs, a <code>null</code> reference is returned.
-     */
-    public static Dialog getDialog(String title, boolean ce, boolean cc, int index) {
-	return(getDialog(new DialogByTitleChooser(title, ce, cc), index));
-    }
-
-    /**
-     * Searches for a dialog.
-     * Search among the currently showing dialogs for the first that is both
-     * owned by the <code>java.awt.Window</code> <code>owner</code> and that
-     * meets the search criteria applied by the <code>ComponentChooser</code>
-     * parameter.
-     * @param owner The owner window of the dialogs to be searched.
-     * @param cc A component chooser used to define and apply the search criteria.
-     * @return a reference to the first dialog that is showing, has a proper
-     * owner window, and that meets the search criteria.  If no such dialog
-     * can be found, a <code>null</code> reference is returned.
-     */
-    public static Dialog getDialog(Window owner, ComponentChooser cc) {
-	return((Dialog)WindowWaiter.getWindow(owner, new DialogSubChooser(cc)));
-    }
-
-    /**
-     * Searches for a dialog.
-     * The search proceeds among the currently showing dialogs 
-     * for the <code>index+1</code>'th dialog that is both owned by the
-     * <code>java.awt.Window</code> <code>owner</code> and that meets the
-     * criteria defined and applied by the <code>ComponentChooser</code> parameter.
-     * @param owner The owner window of all the dialogs to be searched.
-     * @param cc A component chooser used to define and apply the search criteria.
-     * @param index Ordinal index between appropriate dialogs
-     * @return a reference to the <code>index+1</code>'th dialog that is showing,
-     * has the proper window ownership, and that meets the search criteria.
-     * If there are fewer than <code>index+1</code> dialogs, a <code>null</code>
-     * reference is returned.
-     */
-    public static Dialog getDialog(Window owner, ComponentChooser cc, int index) {
-	return((Dialog)WindowWaiter.getWindow(owner, new DialogSubChooser(cc), index));
-    }
-
-    /**
-     * Searches for a dialog by title.
-     * The search proceeds among the currently showing dialogs that are owned
-     * by the <code>java.awt.Window</code> <code>owner</code> for the first with
-     * a suitable title.
-     * @param owner A window - owner of a dialods to be checked.
-     * @param title Dialog title or subtitle.
-     * @param ce If <code>true</code> and the search is case sensitive, then a
-     * match occurs when the <code>title</code> argument is a substring of a
-     * dialog title.  If <code>false</code> and the search is case sensitive,
-     * then the <code>title</code> argument and the dialog title must be the same.
-     * If <code>true</code> and the search is case insensitive, then a match occurs
-     * when the <code>title</code> argument is a substring of the dialog title after
-     * changing both to upper case.  If <code>false</code> and the search is case
-     * insensitive, then a match occurs when the <code>title</code> argument is a
-     * substring of the dialog title after changing both to upper case.
-     * @param cc If <code>true</code> the search is case sensitive; otherwise, the
-     * search is case insensitive. 
-     * @return a reference to the first dialog that is showing, has the proper
-     * window ownership, and a suitable title.  If no such dialog can be found,
-     * a <code>null</code> reference is returned.
-     */
-    public static Dialog getDialog(Window owner, String title, boolean ce, boolean cc) {
-	return((Dialog)WindowWaiter.getWindow(owner, new DialogByTitleChooser(title, ce, cc)));
-    }
-
-    /**
-     * Searches for a dialog by title.
-     * The search is for the <code>index+1</code>'th dialog among the currently
-     * showing dialogs that are owned by the <code>java.awt.Window</code>
-     * <code>owner</code> and that have a suitable title.
-     * 
-     * @param	owner ?title? Dialog title or subtitle.
-     * @param	title ?ce? If <code>true</code> and the search is case sensitive, then a
-     * match occurs when the <code>title</code> argument is a substring of a
-     * dialog title.  If <code>false</code> and the search is case sensitive,
-     * then the <code>title</code> argument and the dialog title must be the same.
-     * If <code>true</code> and the search is case insensitive, then a match occurs
-     * when the <code>title</code> argument is a substring of the dialog title after
-     * changing both to upper case.  If <code>false</code> and the search is case
-     * insensitive, then a match occurs when the <code>title</code> argument is a
-     * substring of the dialog title after changing both to upper case.
-     * @param	ce ?cc? If <code>true</code> the search is case sensitive; otherwise, the
-     * search is case insensitive.
-     * @param	cc ?index? The ordinal index of the dialog in the set of currently displayed
-     * dialogs with the proper window ownership and a suitable title.  The
-     * first index is 0.
-     * @param	index Ordinal index between appropriate dialogs
-     * @return	a reference to the <code>index+1</code>'th dialog that is showing, has
-     * the proper window ownership, and a suitable title.  If there are fewer than
-     * <code>index+1</code> dialogs, a <code>null</code> reference is returned.
-     */
-    public static Dialog getDialog(Window owner, String title, boolean ce, boolean cc, int index) {
-	return(getDialog(owner, new DialogByTitleChooser(title, ce, cc), index));
-    }
-
-    static {
-	Timeouts.initDefault("DialogWaiter.WaitDialogTimeout", WAIT_TIME);
-	Timeouts.initDefault("DialogWaiter.AfterDialogTimeout", AFTER_WAIT_TIME);
-    }
-
-    /**
-     * Defines current timeouts.
-     * 
-     * @param	timeouts ?t? A collection of timeout assignments.
-     * @see	org.netbeans.jemmy.Timeouts
-     * @see	org.netbeans.jemmy.Timeoutable
-     * @see #getTimeouts
-     */
-    public void setTimeouts(Timeouts timeouts) {
-	this.timeouts = timeouts;
-	Timeouts times = timeouts.cloneThis();
-	times.setTimeout("WindowWaiter.WaitWindowTimeout", 
-			 timeouts.getTimeout("DialogWaiter.WaitDialogTimeout"));
-	times.setTimeout("WindowWaiter.AfterWindowTimeout", 
-			 timeouts.getTimeout("DialogWaiter.AfterDialogTimeout"));
-	super.setTimeouts(times);
-    }
-
-    /**
-     * Return current timeouts.
-     * @return the collection of current timeout assignments.
-     * @see org.netbeans.jemmy.Timeouts
-     * @see org.netbeans.jemmy.Timeoutable
-     * @see #setTimeouts
-     */
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    /**
-     * Defines print output streams or writers.
-     * 
-     * @param	output ?out? Identify the streams or writers used for print output.
-     * @see	org.netbeans.jemmy.TestOut
-     * @see	org.netbeans.jemmy.Outputable
-     * @see #getOutput
-     */
-    public void setOutput(TestOut output) {
-	this.output = output;
-	super.setOutput(output);
-    }
-
-    /**
-     * Returns print output streams or writers.
-     * @return an object that contains references to objects for
-     * printing to output and err streams.
-     * @see org.netbeans.jemmy.TestOut
-     * @see org.netbeans.jemmy.Outputable
-     * @see #setOutput
-     */
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    /**
-     * Waits for a dialog to show.
-     * Wait for the <code>index+1</code>'th dialog that meets the criteria
-     * defined and applied by the <code>ComonentChooser</code> parameter to
-     * show up.
-     * 
-     * @param	ch A component chooser used to define and apply the search criteria.
-     * @param	index The ordinal index of the dialog in the set of currently displayed
-     * dialogs.  The first index is 0.
-     * @return	a reference to the <code>index+1</code>'th dialog that shows
-     * and that meets the search criteria.  If fewer than
-     * <code>index+1</code> dialogs show up in the allotted time period then
-     * a <code>null</code> reference is returned.
-     * @throws	TimeoutExpiredException
-     * @see	org.netbeans.jemmy.WindowWaiter#actionProduced(Object)
-     * @exception	InterruptedException
-     */
-    public Dialog waitDialog(ComponentChooser ch, int index)
-	throws InterruptedException {
-	setTimeouts(timeouts);
-	return((Dialog)waitWindow(new DialogSubChooser(ch), index));
-    }
-
-    /**
-     * Waits for a dialog to show.
-     * Wait for a dialog that meets the search criteria applied by the
-     * <code>ComponentChooser</code> parameter to show up.
-     * 
-     * @param	ch A component chooser used to define and apply the search criteria.
-     * @return	a reference to the first dialog that shows and that
-     * meets the search criteria.  If no such dialog can be found within the
-     * time period allotted, a <code>null</code> reference is returned.
-     * @throws	TimeoutExpiredException
-     * @see	org.netbeans.jemmy.WindowWaiter#actionProduced(Object)
-     * @exception	InterruptedException
-     */
-    public Dialog waitDialog(ComponentChooser ch)
-	throws InterruptedException {
-	return(waitDialog(ch, 0));
-    }
-
-    /**
-     * Waits for a dialog to show.
-     * Wait for the <code>index+1</code>'th dialog to show with a suitable title.
-     * 
-     * @param	title Dialog title or subtitle.
-     * @param	compareExactly If <code>true</code> and the search is case sensitive, then a
-     * match occurs when the <code>title</code> argument is a substring of a
-     * dialog title.  If <code>false</code> and the search is case sensitive,
-     * then the <code>title</code> argument and the dialog title must be the same.
-     * If <code>true</code> and the search is case insensitive, then a match occurs
-     * when the <code>title</code> argument is a substring of the dialog title after
-     * changing both to upper case.  If <code>false</code> and the search is case
-     * insensitive, then a match occurs when the <code>title</code> argument is a
-     * substring of the dialog title after changing both to upper case.
-     * @param	compareCaseSensitive If <code>true</code> the search is case sensitive;
-     * otherwise, the search is case insensitive.
-     * @param	index The ordinal index of the dialog in the set of currently displayed
-     * dialogs with the proper window ownership and a suitable title.  The
-     * first index is 0.
-     * @return	a reference to the <code>index+1</code>'th dialog to show and that has a
-     * suitable title.  If no such dialog can be found within the time period
-     * allotted, a <code>null</code> reference is returned.
-     * @throws	TimeoutExpiredException
-     * @see	org.netbeans.jemmy.WindowWaiter#actionProduced(Object)
-     * @exception	InterruptedException
-     */
-    public Dialog waitDialog(String title, boolean compareExactly, boolean compareCaseSensitive, int index)
-	throws InterruptedException {
-	return(waitDialog(new DialogByTitleChooser(title, compareExactly, compareCaseSensitive), index));
-    }
-
-    /**
-     * Waits for a dialog to show.
-     * Wait for the first dialog to show with a suitable title.
-     * 
-     * @param	title Dialog title or subtitle.
-     * @param	compareExactly If <code>true</code> and the search is case sensitive, then a
-     * match occurs when the <code>title</code> argument is a substring of a
-     * dialog title.  If <code>false</code> and the search is case sensitive,
-     * then the <code>title</code> argument and the dialog title must be the same.
-     * If <code>true</code> and the search is case insensitive, then a match occurs
-     * when the <code>title</code> argument is a substring of the dialog title after
-     * changing both to upper case.  If <code>false</code> and the search is case
-     * insensitive, then a match occurs when the <code>title</code> argument is a
-     * substring of the dialog title after changing both to upper case.
-     * @param	compareCaseSensitive If <code>true</code> the search is case sensitive;
-     * otherwise, the search is case insensitive.
-     * @return	a reference to the first dialog to show and that has a
-     * suitable title.  If no such dialog can be found within the time period
-     * allotted, a <code>null</code> reference is returned.
-     * @throws	TimeoutExpiredException
-     * @see	org.netbeans.jemmy.WindowWaiter#actionProduced(Object)
-     * @exception	InterruptedException
-     */
-    public Dialog waitDialog(String title, boolean compareExactly, boolean compareCaseSensitive)
-	throws InterruptedException {
-	return(waitDialog(title, compareExactly, compareCaseSensitive, 0));
-    }
-
-    /**
-     * Waits for a dialog to show.
-     * Wait for the <code>index+1</code>'th dialog to show that is both owned by the
-     * <code>java.awt.Window</code> <code>owner</code> and that meets the
-     * criteria defined and applied by the <code>ComponentChooser</code> parameter.
-     * 
-     * @param	owner The owner window of all the dialogs to be searched.
-     * @param	ch A component chooser used to define and apply the search criteria.
-     * @param	index The ordinal index of the dialog in the set of currently displayed
-     * dialogs with the proper window ownership and a suitable title.  The first
-     * index is 0.
-     * @return	a reference to the <code>index+1</code>'th dialog to show that
-     * has the proper window ownership, and that meets the search criteria.
-     * If there are fewer than <code>index+1</code> dialogs, a <code>null</code>
-     * reference is returned.
-     * @throws	TimeoutExpiredException
-     * @see	org.netbeans.jemmy.WindowWaiter#actionProduced(Object)
-     * @exception	InterruptedException
-     */
-    public Dialog waitDialog(Window owner, ComponentChooser ch, int index)
-	throws InterruptedException {
-	setTimeouts(timeouts);
-	return((Dialog)waitWindow(owner, new DialogSubChooser(ch), index));
-    }
-
-    /**
-     * Waits for a dialog to show.
-     * Wait for the first dialog to show that is both owned by the
-     * <code>java.awt.Window</code> <code>owner</code> and that meets the
-     * criteria defined and applied by the <code>ComponentChooser</code> parameter.
-     * 
-     * @param	owner The owner window of all the dialogs to be searched.
-     * @param	ch A component chooser used to define and apply the search criteria.
-     * @return	a reference to the first dialog to show that
-     * has the proper window ownership, and that meets the search criteria.
-     * If there is no such dialog, a <code>null</code> reference is returned.
-     * @throws	TimeoutExpiredException
-     * @see	org.netbeans.jemmy.WindowWaiter#actionProduced(Object)
-     * @exception	InterruptedException
-     */
-    public Dialog waitDialog(Window owner, ComponentChooser ch)
-	throws InterruptedException {
-	return(waitDialog(owner, ch, 0));
-    }
-
-    /**
-     * Waits for a dialog to show.
-     * Wait for the <code>index+1</code>'th dialog to show with the proper owner
-     * and a suitable title.
-     * 
-     * @param	owner The owner window of all the dialogs to be searched.
-     * @param	title Dialog title or subtitle.
-     * @param	compareExactly If <code>true</code> and the search is case sensitive, then a
-     * match occurs when the <code>title</code> argument is a substring of a
-     * dialog title.  If <code>false</code> and the search is case sensitive,
-     * then the <code>title</code> argument and the dialog title must be the same.
-     * If <code>true</code> and the search is case insensitive, then a match occurs
-     * when the <code>title</code> argument is a substring of the dialog title after
-     * changing both to upper case.  If <code>false</code> and the search is case
-     * insensitive, then a match occurs when the <code>title</code> argument is a
-     * substring of the dialog title after changing both to upper case.
-     * @param	compareCaseSensitive If <code>true</code> the search is case sensitive;
-     * otherwise, the search is case insensitive.
-     * @param index Ordinal index between appropriate dialogs
-     * @return	a reference to the <code>index+1</code>'th dialog to show that has
-     * both the proper owner window and a suitable title.  If no such dialog can be found
-     * within the time period allotted, a <code>null</code> reference is returned.
-     * @throws	TimeoutExpiredException
-     * @see	org.netbeans.jemmy.WindowWaiter#actionProduced(Object)
-     * @exception	InterruptedException
-     */
-    public Dialog waitDialog(Window owner, String title, boolean compareExactly, boolean compareCaseSensitive, int index)
-	throws InterruptedException {
-	return(waitDialog(owner, new DialogByTitleChooser(title, compareExactly, compareCaseSensitive), index));
-    }
-
-    /**
-     * Waits for a dialog to show.
-     * Wait for the first dialog to show with the proper owner and a suitable title.
-     * 
-     * @see	org.netbeans.jemmy.WindowWaiter#actionProduced(Object)
-     * @param	owner The owner window of all the dialogs to be searched.
-     * @param	title Dialog title or subtitle.
-     * @param	compareExactly If <code>true</code> and the search is case sensitive, then a
-     * match occurs when the <code>title</code> argument is a substring of a
-     * dialog title.  If <code>false</code> and the search is case sensitive,
-     * then the <code>title</code> argument and the dialog title must be the same.
-     * If <code>true</code> and the search is case insensitive, then a match occurs
-     * when the <code>title</code> argument is a substring of the dialog title after
-     * changing both to upper case.  If <code>false</code> and the search is case
-     * insensitive, then a match occurs when the <code>title</code> argument is a
-     * substring of the dialog title after changing both to upper case.
-     * @param	compareCaseSensitive If <code>true</code> the search is case sensitive;
-     * otherwise, the search is case insensitive.
-     * @return	a reference to the first dialog to show and that has both the proper
-     * owner and a suitable title.  If no such dialog can be found within the time period
-     * allotted, a <code>null</code> reference is returned.
-     * @throws	TimeoutExpiredException
-     * @exception	InterruptedException
-     */
-    public Dialog waitDialog(Window owner, String title, boolean compareExactly, boolean compareCaseSensitive)
-	throws InterruptedException {
-	return(waitDialog(owner, title, compareExactly, compareCaseSensitive, 0));
-    }
-
-    /**
-     * @see org.netbeans.jemmy.Waiter#getWaitingStartedMessage()
-     */
-    protected String getWaitingStartedMessage() {
-	return("Start to wait dialog \"" + getComponentChooser().getDescription() + "\" opened");
-    }
-
-    /**
-     * Overrides WindowWaiter.getTimeoutExpiredMessage.
-     * Returns the timeout expired message value.
-     * @see	org.netbeans.jemmy.Waiter#getTimeoutExpiredMessage(long)
-     * @param	spendedTime Time spent for waiting
-     * @return A message string.
-     */
-    protected String getTimeoutExpiredMessage(long spendedTime) {
-	return("Dialog \"" + getComponentChooser().getDescription() + "\" has not been opened in " +
-	       (new Long(spendedTime)).toString() + " milliseconds");
-    }
-
-    /**
-     * Overrides WindowWaiter.getActionProducedMessage.
-     * Returns the action produced message value.
-     * @see	org.netbeans.jemmy.Waiter#getActionProducedMessage(long, Object)
-     * @param	spendedTime Time spent for waiting
-     * @param	result A result of the action
-     * @return A message string.
-     */
-    protected String getActionProducedMessage(long spendedTime, final Object result) {
-        String resultToString;
-        if(result instanceof Component) {
-            // run toString in dispatch thread
-            resultToString = (String)new QueueTool().invokeSmoothly(
-                new QueueTool.QueueAction("result.toString()") {
-                    public Object launch() {
-                        return result.toString();
-                    }
-                }
-            );
-        } else {
-            resultToString = result.toString();
-        }
-	return("Dialog \"" + getComponentChooser().getDescription() + "\" has been opened in " +
-	       (new Long(spendedTime)).toString() + " milliseconds" +
-	       "\n    " + resultToString);
-    }
-
-    /**
-     * @see org.netbeans.jemmy.Waiter#getGoldenWaitingStartedMessage()
-     */
-    protected String getGoldenWaitingStartedMessage() {
-	return("Start to wait dialog \"" + getComponentChooser().getDescription() + "\" opened");
-    }
-
-    /**
-     * @see org.netbeans.jemmy.Waiter#getGoldenTimeoutExpiredMessage()
-     */
-    protected String getGoldenTimeoutExpiredMessage() {
-	return("Dialog \"" + getComponentChooser().getDescription() + "\" has not been opened");
-    }
-
-    /**
-     * @see org.netbeans.jemmy.Waiter#getGoldenActionProducedMessage()
-     */
-    protected String getGoldenActionProducedMessage() {
-	return("Dialog \"" + getComponentChooser().getDescription() + "\" has been opened");
-    }
-
-    private Dialog waitDialog()
-	throws InterruptedException {
-	return((Dialog)waitAction(""));
-    }
-
-    private static class DialogSubChooser implements ComponentChooser {
-	private ComponentChooser chooser;
-	public DialogSubChooser(ComponentChooser c) {
-	    super();
-	    chooser = c;
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof Dialog) {
-		return(comp.isShowing() && comp.isVisible() && chooser.checkComponent(comp));
-	    } else {
-		return(false);
-	    }
-	}
-	public String getDescription() {
-	    return(chooser.getDescription());
-	}
-    }
-
-    private static class DialogByTitleChooser implements ComponentChooser {
-	String title;
-	boolean compareExactly;
-	boolean compareCaseSensitive;	
-	public DialogByTitleChooser(String t, boolean ce, boolean cc) {
-	    super();
-	    title = t;
-	    compareExactly = ce;
-	    compareCaseSensitive = cc;
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof Dialog) {
-		if(((Dialog)comp).isShowing() && comp.isVisible() && ((Dialog)comp).getTitle() != null) {
-		    String titleToComp = ((Dialog)comp).getTitle();
-		    String contextToComp = title;
-		    if(compareCaseSensitive) {
-			titleToComp = titleToComp.toUpperCase();
-			contextToComp = contextToComp.toUpperCase();
-		    }
-		    if(compareExactly) {
-			return(titleToComp.equals(contextToComp));
-		    } else {
-			return(titleToComp.indexOf(contextToComp) != -1);
-		    }
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return(title);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/EventDispatcher.java b/jemmy/src/org/netbeans/jemmy/EventDispatcher.java
deleted file mode 100644
index 64792b5..0000000
--- a/jemmy/src/org/netbeans/jemmy/EventDispatcher.java
+++ /dev/null
@@ -1,1064 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.awt.AWTEvent;
-import java.awt.Component;
-import java.awt.EventQueue;
-import java.awt.Toolkit;
-import java.awt.Window;
-
-import java.awt.event.AWTEventListener;
-import java.awt.event.InputEvent;
-import java.awt.event.KeyEvent;
-import java.awt.event.MouseEvent;
-import java.awt.event.WindowEvent;
-
-import java.lang.reflect.InvocationTargetException;
-import java.lang.reflect.Field;
-
-import javax.swing.SwingUtilities;
-
-/** 
- * Provides low level functions for reproducing user actions.
- * One dispatch model uses the managed component's event queue to dispatch
- * events.  The other dispatch model uses <code>java.awt.Robot</code> to
- * generate native events.  It is an option in the Robot dispatch model
- * to wait for the managed component's event queue to empty before dispatching
- * events.
- *
- * Timeouts used: <BR>
- * EventDispatcher.WaitQueueEmptyTimeout - to wait event queue empty. <BR>
- * EventDispatcher.RobotAutoDelay - param for java.awt.Robot.setAutoDelay method. <BR>
- * EventDispatcher.WaitComponentUnderMouseTimeout - time to wait component under mouse. <BR>
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *
- */
-public class EventDispatcher implements Outputable, Timeoutable {
-
-    private final static long WAIT_QUEUE_EMPTY_TIMEOUT = 180000;
-    private final static long ROBOT_AUTO_DELAY = 10;
-    private final static long WAIT_COMPONENT_UNDER_MOUSE_TIMEOUT = 60000;
-
-    private static Field[] keyFields;
-    private static MotionListener motionListener = null;
-
-    /**
-     * Component to dispatch events to.
-     */
-    protected Component component;
-    private TestOut output;
-    private Timeouts timeouts;
-    private ClassReference reference;
-    private int model;
-    private ClassReference robotReference = null;
-    private boolean outsider = false;
-    private QueueTool queueTool;
-
-    /**
-     * Constructor.
-     * @param comp Component to operate with.
-     */
-    public EventDispatcher(Component comp) {
-	super();
-	component = comp;
-	reference = new ClassReference(comp);
-	queueTool = new QueueTool();
-	setOutput(JemmyProperties.getProperties().getOutput());
-	setTimeouts(JemmyProperties.getProperties().getTimeouts());
-	setDispatchingModel(JemmyProperties.getProperties().getDispatchingModel());
-    }
-
-    /**
-     * Waits for the managed component's <code>java.awt.EventQueue</code> to empty.
-     * The timeout for this wait is EventDispatcher.WaitQueueEmptyTimeout.
-     * @param output Output to print exception into.
-     * @param timeouts A collection of timeout assignments.
-     * @throws TimeoutExpiredException
-     * @see org.netbeans.jemmy.QueueTool
-     */
-    public static void waitQueueEmpty(TestOut output, Timeouts timeouts) {
-	QueueTool qt = new QueueTool();
-	qt.setTimeouts(timeouts.cloneThis());
-	qt.getTimeouts().
-	    setTimeout("QueueTool.WaitQueueEmptyTimeout",
-		       JemmyProperties.
-		       getCurrentTimeout("EventDispatcher.WaitQueueEmptyTimeout"));
-	qt.setOutput(output);
-	qt.waitEmpty();
-    }
-
-    /**
-     * Waits for the managed component's <code>java.awt.EventQueue</code> to empty.
-     * Uses default output and timeouts.  The timeout for this wait is
-     * EventDispatcher.WaitQueueEmptyTimeout.
-     * @see QueueTool
-     * @throws TimeoutExpiredException
-     */
-    public static void waitQueueEmpty() {
-	waitQueueEmpty(JemmyProperties.getCurrentOutput(),
-		       JemmyProperties.getCurrentTimeouts());
-    }
-
-    /**
-     * Waits for the managed component's <code>java.awt.EventQueue</code> to stay empty.
-     * The timeout for this wait is EventDispatcher.WaitQueueEmptyTimeout.
-     * @param emptyTime The time that the event queue has to stay empty to avoid
-     * a TimeoutExpiredException.
-     * @param output Output to print exception into
-     * @param timeouts A collection of timeout assignments.
-     * @throws TimeoutExpiredException
-     * @see org.netbeans.jemmy.QueueTool
-     */
-    public static void waitQueueEmpty(long emptyTime, TestOut output, Timeouts timeouts) {
-	QueueTool qt = new QueueTool();
-	qt.setTimeouts(timeouts.cloneThis());
-	qt.getTimeouts().
-	    setTimeout("QueueTool.WaitQueueEmptyTimeout",
-		       JemmyProperties.
-		       getCurrentTimeout("EventDispatcher.WaitQueueEmptyTimeout"));
-	qt.setOutput(output);
-	qt.waitEmpty(emptyTime);
-    }
-
-    /**
-     * Waits for the managed component's <code>java.awt.EventQueue</code> to stay empty.
-     * Uses default output and timeouts.  The timeout for this wait is
-     * EventDispatcher.WaitQueueEmptyTimeout.
-     * @param emptyTime The time that the event queue has to stay empty to avoid
-     * a TimeoutExpiredException.
-     * @throws TimeoutExpiredException
-     * @see org.netbeans.jemmy.QueueTool
-     */
-    public static void waitQueueEmpty(long emptyTime) {
-	waitQueueEmpty(emptyTime,
-		       JemmyProperties.getCurrentOutput(),
-		       JemmyProperties.getCurrentTimeouts());
-    }
-
-    /**
-     * Get a string representation for key modifiers.
-     * Used to print trace.
-     * @param modifiers Bit mask of keyboard event modifiers.
-     * @return a string representation for the keyboard event modifiers.
-     */
-    public static String getModifiersString(int modifiers) {
-	String result = "";
-	if((modifiers & InputEvent.CTRL_MASK) != 0) {
-	    result = result + "CTRL_MASK | ";
-	}
-	if((modifiers & InputEvent.META_MASK) != 0) {
-	    result = result + "META_MASK | ";
-	}
-	if((modifiers & InputEvent.ALT_MASK) != 0) {
-	    result = result + "ALT_MASK | ";
-	}
-	if((modifiers & InputEvent.ALT_GRAPH_MASK) != 0) {
-	    result = result + "ALT_GRAPH_MASK | ";
-	}
-	if((modifiers & InputEvent.SHIFT_MASK) != 0) {
-	    result = result + "SHIFT_MASK | ";
-	}
-	if(result.length() > 0) {
-	    return(result.substring(0, result.length() - 3));
-	}
-	return(result);
-    }
-
-    /**
-     * Returns a string representation for a keyboard event.
-     * Used to print trace.
-     * @param keyCode Key code (<code>KeyEvent.VK_*</code> value)
-     * @return the KeyEvent field name.
-     */
-    public static String getKeyDescription(int keyCode) {
-	for(int i = 0; i < keyFields.length; i++) {
-	    try {
-		if(keyFields[i].getName().startsWith("VK_") && 
-		   keyFields[i].getInt(null) == keyCode) {
-		    return(keyFields[i].getName());
-		}
-	    } catch(IllegalAccessException e) {
-		JemmyProperties.getCurrentOutput().printStackTrace(e);
-	    }
-	}
-	return("VK_UNKNOWN");
-    }
-
-    /**
-     * Returns a mouse button string representation.
-     * Used to print trace.
-     * @param button Mouse button (<code>InputEvent.BUTTON1/2/3_MASK</code> value).
-     * @return InputEvent field name.
-     */
-    public static String getMouseButtonDescription(int button) {
-	String result;
-	if       ((button & InputEvent.BUTTON1_MASK) != 0) {
-	    result = "BUTTON1";
-	} else if((button & InputEvent.BUTTON2_MASK) != 0) {
-	    result = "BUTTON2";
-	} else if((button & InputEvent.BUTTON3_MASK) != 0) {
-	    result = "BUTTON3";
-	} else {
-	    result = "UNKNOWN_BUTTON";
-	}
-	return(result);
-    }
-
-    static {
-	Timeouts.initDefault("EventDispatcher.WaitQueueEmptyTimeout", WAIT_QUEUE_EMPTY_TIMEOUT);
-	Timeouts.initDefault("EventDispatcher.RobotAutoDelay", ROBOT_AUTO_DELAY);
-	Timeouts.initDefault("EventDispatcher.WaitComponentUnderMouseTimeout", WAIT_COMPONENT_UNDER_MOUSE_TIMEOUT);
-	try {
-	    keyFields = Class.forName("java.awt.event.KeyEvent").getFields();
-	} catch(ClassNotFoundException e) {
-	    JemmyProperties.getCurrentOutput().printStackTrace(e);
-	}
-    }
-
-    /**
-     * Wait (or not) for the mouse to move over a Java component before pressing.
-     * This option is relevant when using <code>java.awt.Robot</code> to generate
-     * mouse events.  If a mouse press occurs at a position not occupied by a
-     * known Java component then a <code>NoComponentUnderMouseException</code>
-     * will be thrown.
-     * @param yesOrNo if <code>true</code> then the test system will wait for
-     * the mouse to move over a Java component before pressing.
-     * therwise, mouse presses can take place anywhere on the screen.
-     */
-    public void checkComponentUnderMouse(boolean yesOrNo) {
-	outsider = !yesOrNo;
-    }
-
-    /**
-     * Defines print output streams or writers.
-     * @param out Identify the streams or writers used for print output.
-     * @see org.netbeans.jemmy.Outputable
-     * @see org.netbeans.jemmy.TestOut
-     * @see #getOutput
-     */
-    public void setOutput(TestOut out) {
-	output = out;
-	queueTool.setOutput(out);
-    }
-
-    /**
-     * Returns print output streams or writers.
-     * @return an object that contains references to objects for
-     * printing to output and err streams.
-     * @see org.netbeans.jemmy.Outputable
-     * @see org.netbeans.jemmy.TestOut
-     * @see #setOutput
-     */
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    /**
-     * Defines current timeouts.
-     * @param timeouts A collection of timeout assignments.
-     * @see org.netbeans.jemmy.Timeoutable
-     * @see org.netbeans.jemmy.Timeouts
-     * @see #getTimeouts
-     */
-    public void setTimeouts(Timeouts timeouts) {
-	this.timeouts = timeouts;
-	queueTool.setTimeouts(timeouts);
-	queueTool.getTimeouts().
-	    setTimeout("QueueTool.WaitQueueEmptyTimeout",
-		       timeouts.
-		       getTimeout("EventDispatcher.WaitQueueEmptyTimeout"));
-	if(robotReference != null) {
-	    try {
-		Object[] params = {new Integer((int)timeouts.getTimeout("EventDispatcher.RobotAutoDelay"))};
-		Class[] paramClasses = {Integer.TYPE};
-		robotReference.invokeMethod("setAutoDelay", params, paramClasses);
-	    } catch(InvocationTargetException e) {
-		output.printStackTrace(e);
-	    } catch(IllegalStateException e) {
-		output.printStackTrace(e);
-	    } catch(NoSuchMethodException e) {
-		output.printStackTrace(e);
-	    } catch(IllegalAccessException e) {
-		output.printStackTrace(e);
-	    }
-	}
-    }
-
-    /**
-     * Return current timeouts.
-     * @return the collection of current timeout assignments.
-     * @see org.netbeans.jemmy.Timeoutable
-     * @see org.netbeans.jemmy.Timeouts
-     * @see #setTimeouts
-     */
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    /**
-     * Defines dispatching model.
-     * @param m New model value.
-     * @see #getDispatchingModel()
-     * @see org.netbeans.jemmy.JemmyProperties#QUEUE_MODEL_MASK
-     * @see org.netbeans.jemmy.JemmyProperties#ROBOT_MODEL_MASK
-     * @see org.netbeans.jemmy.JemmyProperties#getCurrentDispatchingModel()
-     * @see org.netbeans.jemmy.JemmyProperties#setCurrentDispatchingModel(int)
-     * @see org.netbeans.jemmy.JemmyProperties#initDispatchingModel(boolean, boolean)
-     * @see org.netbeans.jemmy.JemmyProperties#initDispatchingModel()
-     */
-    public void setDispatchingModel(int m) {
-	model = m;
-	if((model & JemmyProperties.ROBOT_MODEL_MASK) != 0) {
-	    createRobot();
-	    try {
-		Object[] params = { (model & JemmyProperties.QUEUE_MODEL_MASK) != 0 ? Boolean.TRUE : Boolean.FALSE };
-		Class[] paramClasses = {Boolean.TYPE};
-		robotReference.invokeMethod("setAutoWaitForIdle", params, paramClasses);
-	    } catch(InvocationTargetException e) {
-		output.printStackTrace(e);
-	    } catch(IllegalStateException e) {
-		output.printStackTrace(e);
-	    } catch(NoSuchMethodException e) {
-		output.printStackTrace(e);
-	    } catch(IllegalAccessException e) {
-		output.printStackTrace(e);
-	    }
-	}
-    }
-
-    /**
-     * Gets the dispatching model value.
-     * @return the model value.
-     * @see #setDispatchingModel(int)
-     * @see org.netbeans.jemmy.JemmyProperties#QUEUE_MODEL_MASK
-     * @see org.netbeans.jemmy.JemmyProperties#ROBOT_MODEL_MASK
-     * @see org.netbeans.jemmy.JemmyProperties#getCurrentDispatchingModel()
-     * @see org.netbeans.jemmy.JemmyProperties#setCurrentDispatchingModel(int)
-     * @see org.netbeans.jemmy.JemmyProperties#initDispatchingModel(boolean, boolean)
-     * @see org.netbeans.jemmy.JemmyProperties#initDispatchingModel()
-     */
-    public int getDispatchingModel() {
-	return(model);
-    }
-
-    /**
-     * Dispatches <code>AWTEvent</code> to component passed in constructor.
-     * If <code>(getDispatchingModel & JemmyProperties.QUEUE_MODEL_MASK) == 0</code>
-     * dispatched event directly, otherwise uses
-     * <code>javax.swing.SwingUtilities.invokeAndWait(Runnable)</code><BR>
-     * @param event AWTEvent instance to be dispatched.
-     * @throws ComponentIsNotVisibleException
-     * @throws ComponentIsNotFocusedException
-     */
-    public void dispatchEvent(final AWTEvent event) {
-        // run in dispatch thread
-        String eventToString = (String)queueTool.invokeSmoothly(
-            new QueueTool.QueueAction("event.toString()") {
-                public Object launch() {
-                    return event.toString();
-                }
-            }
-        );
-	output.printLine("Dispatch event " + eventToString);
-	output.printGolden("Dispatch event " + event.getClass().toString());
-	Dispatcher disp = new Dispatcher(event);
-	queueTool.invokeAndWait(disp);
-    }
-
-    /**
-     * Dispatches a MouseEvent.
-     * @see #dispatchEvent(AWTEvent)
-     * @param id <code>MouseEvent.MOUSE_*</code> value
-     * @param mods <code>InputEvent.MOUSE1/2/3_BUTTON</code> | (modiviers value)
-     * @param clickCount Click count
-     * @param x Horizontal click point coordinate.
-     * @param y vertical click point coordinate.
-     * @param popup Difines if mouse event is popup event.
-     */
-    public void dispatchMouseEvent(int id, int mods, int clickCount, int x, int y, 
-				   boolean popup) {
-	MouseEvent event = new MouseEvent(component, id, System.currentTimeMillis(), 
-					  mods, x, y, clickCount, popup);
-	dispatchEvent(event);
-    }
-
-    /**
-     * Dispatches MouseEvent at the center of component.
-     * @see #dispatchEvent(AWTEvent)
-     * @param id <code>MouseEvent.MOUSE_*</code> value
-     * @param mods <code>InputEvent.MOUSE1/2/3_BUTTON</code> | (modiviers value)
-     * @param clickCount Click count
-     * @param popup Difines if mouse event is popup event.
-     */
-    public void dispatchMouseEvent(int id, int mods, int clickCount, 
-				   boolean popup) {
-	int x = component.getWidth() /2;
-	int y = component.getHeight()/2;
-	dispatchMouseEvent(id, mods, clickCount, x, y, popup);
-    }
-
-    /**
-     * Dispatches WindowEvent.
-     * @see #dispatchEvent(AWTEvent)
-     * @param id <code>WindowEvent.WINDOW_*</code> value
-     */
-    public void dispatchWindowEvent(int id) {
-	WindowEvent event = new WindowEvent((Window)component, id);
-	dispatchEvent(event);
-    }
-
-    /**
-     * Dispatches KeyEvent.
-     * @see #dispatchEvent(AWTEvent)
-     * @param id <code>KeyEvent.KEY_PRESSED</code> or <code>KeyEvent.KEY_RELEASED</code> value.
-     * @param mods Modifiers.
-     * @param keyCode Key code,
-     */
-    public void dispatchKeyEvent(int id, int mods, int keyCode) {
-	KeyEvent event = new KeyEvent(component, id, System.currentTimeMillis()
-				      , mods, keyCode);
-	dispatchEvent(event);
-    }
-
-    /**
-     * Dispatches KeyEvent.
-     * @see #dispatchEvent(AWTEvent)
-     * @param id <code>KeyEvent.KEY_TYPED</code> value.
-     * @param mods Modifiers.
-     * @param keyCode Key code,
-     * @param keyChar Char to be tiped
-     */
-    public void dispatchKeyEvent(int id, int mods, int keyCode, char keyChar) {
-	KeyEvent event = new KeyEvent(component, id, System.currentTimeMillis(), 
-				      mods, keyCode, keyChar);
-	dispatchEvent(event);
-    }
-
-    /**
-     * Waits until all events currently on the event queue have been processed.
-     */
-    public void waitForIdle() {
-	makeRobotOperation("waitForIdle", null, null);
-    }
-
-    /**
-     * Bind horizontal relative cursor coordinate to screen coordinate.
-     * @param x Relative coordinate
-     * @return Absolute coordinate
-     */
-    protected int getAbsoluteX(int x) {
-	return((int)component.getLocationOnScreen().getX() + x);
-    }
-
-    /**
-     * Bind vertical relative cursor coordinate to screen coordinate.
-     * @param y Relative coordinate
-     * @return Absolute coordinate
-     */
-    protected int getAbsoluteY(int y) {
-	return((int)component.getLocationOnScreen().getY() + y);
-    }
-
-    /**
-     * Delays robot.
-     * @param time Time to dalay robot for.
-     */
-    public void delayRobot(long time) {
-	Object[] params = {new Integer((int)time)};
-	Class[] paramClasses = {Integer.TYPE};
-	makeRobotOperation("delay", params, paramClasses);
-    }
-
-    /**
-     * Moves mouse by robot.
-     * @param x Component relative horizontal coordinate.
-     * @param y Component relative vertical coordinate.
-     * @throws ComponentIsNotVisibleException
-     */
-    public void robotMoveMouse(int x, int y) {
-	if(motionListener == null) {
-	    initMotionListener();
-	}
-	output.printLine("Move mouse to (" + Integer.toString(x) + "," +
-			 Integer.toString(y) + ")");
-	Object[] params = {new Integer(getAbsoluteX(x)), new Integer(getAbsoluteY(y))};
-	Class[] paramClasses = {Integer.TYPE, Integer.TYPE};
-	makeRobotOperation("mouseMove", params, paramClasses);
-    }
-
-    /**
-     * Press mouse button by robot.
-     * @param button Mouse button (InputEvent.MOUSE1/2/3_BUTTON value)
-     * @param modifiers Modifiers
-     * @throws ComponentIsNotVisibleException
-     */
-    public void robotPressMouse(int button, int modifiers) {
-	if(!outsider) {
-	    waitMouseOver();
-	}
-	robotPressModifiers(modifiers);
-	output.printLine("Press " + getMouseButtonDescription(button) + " mouse button");
-	Object[] params = {new Integer(button)};
-	Class[] paramClasses = {Integer.TYPE};
-	makeRobotOperation("mousePress", params, paramClasses);
-    }
-
-    /**
-     * Press mouse button with 0 modifiers.
-     * @param button Mouse button (<code>InputEvent.MOUSE1/2/3_BUTTON</code> value)
-     * @see #robotPressMouse(int, int)
-     */
-    public void robotPressMouse(int button) {
-	robotPressMouse(button, 0);
-    }
-
-    /**
-     * Releases mouse button by robot.
-     * @param button Mouse button (<code>InputEvent.MOUSE1/2/3_BUTTON</code> value)
-     * @param modifiers Modifiers
-     * @throws ComponentIsNotVisibleException
-     */
-    public void robotReleaseMouse(int button, int modifiers) {
-	output.printLine("Release " + getMouseButtonDescription(button) + " mouse button");
-	Object[] params = {new Integer(button)};
-	Class[] paramClasses = {Integer.TYPE};
-	makeRobotOperation("mouseRelease", params, paramClasses);
-	robotReleaseModifiers(modifiers);
-    }
-
-    /**
-     * Releases mouse button with 0 modifiers.
-     * @param button Mouse button (<code>InputEvent.MOUSE1/2/3_BUTTON</code> value)
-     * @see #robotReleaseMouse(int, int)
-     */
-    public void robotReleaseMouse(int button) {
-	robotReleaseMouse(button, 0);
-    }
-
-    /**
-     * Press a key using <code>java.awt.Robot</code>.
-     * @param keyCode Key (<code>KeyEvent.VK_*</code> value)
-     * @param modifiers Mask of KeyEvent modifiers.
-     * @throws ComponentIsNotVisibleException
-     * @throws ComponentIsNotFocusedException
-     */
-    public void robotPressKey(int keyCode, int modifiers) {
-	robotPressModifiers(modifiers);
-	output.printLine("Press " + getKeyDescription(keyCode) + " key");
-	Object[] params = {new Integer(keyCode)};
-	Class[] paramClasses = {Integer.TYPE};
-	makeRobotOperation("keyPress", params, paramClasses);
-    }
-
-    /**
-     * Press key with no modifiers using <code>java.awt.Robot</code>.
-     * @param keyCode Key (<code>KeyEvent.VK_*</code> value)
-     * @see #robotPressKey(int, int)
-     */
-    public void robotPressKey(int keyCode) {
-	robotPressKey(keyCode, 0);
-    }
-
-    /**
-     * Releases key by robot.
-     * @param keyCode Key (<code>KeyEvent.VK_*</code> value)
-     * @param modifiers Mask of KeyEvent modifiers.
-     * @throws ComponentIsNotVisibleException
-     * @throws ComponentIsNotFocusedException
-     */
-    public void robotReleaseKey(int keyCode, int modifiers) {
-	output.printLine("Release " + getKeyDescription(keyCode) + " key");
-	Object[] params = {new Integer(keyCode)};
-	Class[] paramClasses = {Integer.TYPE};
-	makeRobotOperation("keyRelease", params, paramClasses);
-	robotReleaseModifiers(modifiers);
-    }
-
-    /**
-     * Releases key with 0 modifiers.
-     * @param keyCode Key (<code>KeyEvent.VK_*</code> value)
-     * @see #robotPressKey(int, int)
-     */
-    public void robotReleaseKey(int keyCode) {
-	robotReleaseKey(keyCode, 0);
-    } 
-
-    /**
-     * Invokes component method through <code>SwingUtilities.invokeAndWait(Runnable)</code>.
-     * 
-     * @param	method_name Name of a method to be invoked
-     * @param	params Method params
-     * @param	params_classes Method params' classes
-     * @return an Object - methods result.
-     * @see	org.netbeans.jemmy.ClassReference
-     * @exception	IllegalAccessException
-     * @exception	NoSuchMethodException
-     * @exception	IllegalStateException
-     * @exception	InvocationTargetException
-     */
-    public Object invokeMethod(String method_name, Object[] params, Class[] params_classes)
-	throws InvocationTargetException, IllegalStateException, NoSuchMethodException, IllegalAccessException {
-	Invoker invk = new Invoker(method_name, params, params_classes);
-	try {
-	    return(queueTool.invokeAndWait(invk));
-	} catch(JemmyException e) {
-	    if(invk.getException() != null) {
-		if(invk.getException() instanceof InvocationTargetException) {
-		    throw((InvocationTargetException)invk.getException());
-		} else if(invk.getException() instanceof IllegalStateException) {
-		    throw((IllegalStateException)invk.getException());
-		} else if(invk.getException() instanceof NoSuchMethodException) {
-		    throw((NoSuchMethodException)invk.getException());
-		} else if(invk.getException() instanceof IllegalAccessException) {
-		    throw((IllegalAccessException)invk.getException());
-		}
-	    }
-	    throw(e);
-	}
-    }
-
-    /**
-     * Gets component field value through <code>SwingUtilities.invokeAndWait(Runnable)</code>.
-     * 
-     * @param	field_name Name of a field
-     * @see	#setField(String, Object)
-     * @see	org.netbeans.jemmy.ClassReference
-     * @return an Object - field value
-     * @exception	IllegalAccessException
-     * @exception	IllegalStateException
-     * @exception	InvocationTargetException
-     * @exception	NoSuchFieldException
-     */
-    public Object getField(String field_name)
-	throws InvocationTargetException, IllegalStateException, NoSuchFieldException, IllegalAccessException {
-	Getter gtr = new Getter(field_name);
-	try {
-	    return(queueTool.invokeAndWait(gtr));
-	} catch(JemmyException e) {
-	    if(gtr.getException() != null) {
-		if(gtr.getException() instanceof InvocationTargetException) {
-		    throw((InvocationTargetException)gtr.getException());
-		} else if(gtr.getException() instanceof IllegalStateException) {
-		    throw((IllegalStateException)gtr.getException());
-		} else if(gtr.getException() instanceof NoSuchFieldException) {
-		    throw((NoSuchFieldException)gtr.getException());
-		} else if(gtr.getException() instanceof IllegalAccessException) {
-		    throw((IllegalAccessException)gtr.getException());
-		}
-	    }
-	    throw(e);
-	}
-    }
-
-    /**
-     * Sets component field value through <code>SwingUtilities.invokeAndWait(Runnable)</code>.
-     * 
-     * @param	field_name Name of a field
-     * @param	newValue New field value
-     * @see	#getField(String)
-     * @see	org.netbeans.jemmy.ClassReference
-     * @exception	IllegalAccessException
-     * @exception	IllegalStateException
-     * @exception	InvocationTargetException
-     * @exception	NoSuchFieldException
-     */
-    public void setField(String field_name, Object newValue)
-	throws InvocationTargetException, IllegalStateException, NoSuchFieldException, IllegalAccessException {
-	Setter str = new Setter(field_name, newValue);
-	try {
-	    queueTool.invokeAndWait(str);
-	} catch(JemmyException e) {
-	    if(str.getException() != null) {
-		if(str.getException() instanceof InvocationTargetException) {
-		    throw((InvocationTargetException)str.getException());
-		} else if(str.getException() instanceof IllegalStateException) {
-		    throw((IllegalStateException)str.getException());
-		} else if(str.getException() instanceof NoSuchFieldException) {
-		    throw((NoSuchFieldException)str.getException());
-		} else if(str.getException() instanceof IllegalAccessException) {
-		    throw((IllegalAccessException)str.getException());
-		}
-	    }
-	    throw(e);
-	}
-    }
-
-    /**
-     * Invokes component method through <code>SwingUtilities.invokeAndWait(Runnable)</code>.
-     * and catch all exceptions.
-     * @param method_name Name of a method to be invoked
-     * @param params Method params
-     * @param params_classes Method params' classes
-     * @param out TestOut instance to print exceptions stack trace to.
-     * @return an Object - method result
-     * @see #invokeMethod(String, Object[], Class[])
-     * @see org.netbeans.jemmy.ClassReference
-     */
-    public Object invokeExistingMethod(String method_name, Object[] params, Class[] params_classes, 
-				       TestOut out) {
-	try {
-	    return(invokeMethod(method_name, params, params_classes));
-	} catch(InvocationTargetException e) {
-	    out.printStackTrace(e);
-	} catch(IllegalStateException e) {
-	    out.printStackTrace(e);
-	} catch(NoSuchMethodException e) {
-	    out.printStackTrace(e);
-	} catch(IllegalAccessException e) {
-	    out.printStackTrace(e);
-	}
-	return(null);
-    }
-
-    /**
-     * Gets component field value through <code>SwingUtilities.invokeAndWait(Runnable)</code>.
-     * and catch all exceptions.
-     * @param field_name Name of a field
-     * @param out TestOut instance to print exceptions stack trace to.
-     * @return an Object - fields value
-     * @see #getField(String)
-     * @see #setExistingField(String, Object, TestOut)
-     * @see org.netbeans.jemmy.ClassReference
-     */
-    public Object getExistingField(String field_name,
-				   TestOut out) {
-	try {
-	    return(getField(field_name));
-	} catch(InvocationTargetException e) {
-	    out.printStackTrace(e);
-	} catch(IllegalStateException e) {
-	    out.printStackTrace(e);
-	} catch(NoSuchFieldException e) {
-	    out.printStackTrace(e);
-	} catch(IllegalAccessException e) {
-	    out.printStackTrace(e);
-	}
-	return(null);
-    }
-
-    /**
-     * Sets component field value through <code>SwingUtilities.invokeAndWait(Runnable)</code>.
-     * and catch all exceptions.
-     * @param field_name Name of a field
-     * @param newValue New field value
-     * @param out TestOut instance to print exceptions stack trace to.
-     * @see #setField(String, Object)
-     * @see #getExistingField(String, TestOut)
-     * @see org.netbeans.jemmy.ClassReference
-     */
-    public void setExistingField(String field_name, Object newValue,
-				   TestOut out) {
-	try {
-	    setField(field_name, newValue);
-	} catch(InvocationTargetException e) {
-	    out.printStackTrace(e);
-	} catch(IllegalStateException e) {
-	    out.printStackTrace(e);
-	} catch(NoSuchFieldException e) {
-	    out.printStackTrace(e);
-	} catch(IllegalAccessException e) {
-	    out.printStackTrace(e);
-	}
-    }
-
-    /**
-     * Invokes component method through <code>SwingUtilities.invokeAndWait(Runnable)</code>.
-     * and catch all exceptions.
-     * Exceptions are printed into TestOut object defined 
-     * by setOutput(TestOut) method.
-     * @param method_name Name of a method to be invoked
-     * @param params Method params
-     * @param params_classes Method params' classes
-     * @return an Object - method result
-     * @see #invokeExistingMethod(String, Object[], Class[], TestOut)
-     * @see org.netbeans.jemmy.ClassReference
-     */
-    public Object invokeExistingMethod(String method_name, Object[] params, Class[] params_classes) {
-	return(invokeExistingMethod(method_name, params, params_classes, output));
-    }
-
-    /**
-     * Gets component field value through <code>SwingUtilities.invokeAndWait(Runnable)</code>.
-     * and catch all exceptions.
-     * Exceptions are printed into TestOut object defined 
-     * by setOutput(TestOut) method.
-     * @param field_name Name of a field
-     * @return an Object - fields value
-     * @see #getExistingField(String, TestOut)
-     * @see #setExistingField(String, Object)
-     * @see org.netbeans.jemmy.ClassReference
-     */
-    public Object getExistingField(String field_name) {
-	return(getExistingField(field_name, output));
-    }
-
-    /**
-     * Sets component field value through <code>SwingUtilities.invokeAndWait(Runnable)</code>.
-     * and catch all exceptions.
-     * Exceptions are printed into TestOut object defined 
-     * by setOutput(TestOut) method.
-     * @param field_name Name of a field
-     * @param newValue New field value
-     * @see #setExistingField(String, Object, TestOut)
-     * @see #getExistingField(String)
-     * @see org.netbeans.jemmy.ClassReference
-     */
-    public void setExistingField(String field_name, Object newValue) {
-	setExistingField(field_name, output);
-    }
-
-    //recursivelly releases all modifiers keys
-    private void robotReleaseModifiers(int modifiers) {
-	if       ((modifiers & InputEvent.SHIFT_MASK) != 0) {
-	    robotReleaseKey(KeyEvent.VK_SHIFT,     modifiers - (InputEvent.SHIFT_MASK     & modifiers));
-	} else if((modifiers & InputEvent.ALT_GRAPH_MASK) != 0) {
-	    robotReleaseKey(KeyEvent.VK_ALT_GRAPH, modifiers - (InputEvent.ALT_GRAPH_MASK & modifiers));
-	} else if((modifiers & InputEvent.ALT_MASK) != 0) {
-	    robotReleaseKey(KeyEvent.VK_ALT,       modifiers - (InputEvent.ALT_MASK       & modifiers));
-	} else if((modifiers & InputEvent.META_MASK) != 0) {
-	    robotReleaseKey(KeyEvent.VK_META,      modifiers - (InputEvent.META_MASK      & modifiers));
-	} else if((modifiers & InputEvent.CTRL_MASK) != 0) {
-	    robotReleaseKey(KeyEvent.VK_CONTROL,   modifiers - (InputEvent.CTRL_MASK      & modifiers));
-	}
-    }
-
-    //throws ComponentIsNotVisibleException if component is not visible
-    private void checkVisibility() {
-	if(!component.isVisible()) {
-	    throw(new ComponentIsNotVisibleException(component));
-	}
-    }
-
-    //throws ComponentIsNotFocusedException if component has not focus
-    private void checkFocus() {
-	if(!component.hasFocus()) {
-	    throw(new ComponentIsNotFocusedException(component));
-	}
-    }
-
-    //creates java.awt.Robot instance
-    private void createRobot() {
-	try {
-	    ClassReference robotClassReverence = new ClassReference("java.awt.Robot");
-	    robotReference = new ClassReference(robotClassReverence.newInstance(null, null));
-	} catch(ClassNotFoundException e) {
-	    output.printStackTrace(e);
-	} catch(InstantiationException e) {
-	    output.printStackTrace(e);
-	} catch(InvocationTargetException e) {
-	    output.printStackTrace(e);
-	} catch(IllegalStateException e) {
-	    output.printStackTrace(e);
-	} catch(NoSuchMethodException e) {
-	    output.printStackTrace(e);
-	} catch(IllegalAccessException e) {
-	    output.printStackTrace(e);
-	}
-    }
-
-    private void waitMouseOver() {
-	try {
-	    Waiter wt = new Waiter(new Waitable() {
-		public Object actionProduced(Object obj) {
-		    if(motionListener.getComponent() != null) {
-			return("");
-		    } else {
-			return(null);
-		    }
-		}
-		public String getDescription() {
-		    return("Mouse over component");
-		}
-	    });
-	    wt.setTimeouts(timeouts.cloneThis());
-	    wt.getTimeouts().setTimeout("Waiter.WaitingTime", 
-					timeouts.getTimeout("EventDispatcher.WaitComponentUnderMouseTimeout"));
-	    wt.setOutput(output.createErrorOutput());
-	    wt.waitAction(component);
-	} catch(InterruptedException e) {
-	    output.printStackTrace(e);
-	} catch(TimeoutExpiredException e) {
-	    throw(new NoComponentUnderMouseException());
-	}
-    }
-
-    //produce a robot operations through reflection
-    private void makeRobotOperation(String method, Object[] params, Class[] paramClasses) {
-	try {
-	    robotReference.invokeMethod(method, params, paramClasses);
-	} catch(InvocationTargetException e) {
-	    output.printStackTrace(e);
-	} catch(IllegalStateException e) {
-	    output.printStackTrace(e);
-	} catch(NoSuchMethodException e) {
-	    output.printStackTrace(e);
-	} catch(IllegalAccessException e) {
-	    output.printStackTrace(e);
-	}
-	if ((model & JemmyProperties.QUEUE_MODEL_MASK) != 0) {
-	    try {
-		waitQueueEmpty(output.createErrorOutput(), timeouts);
-	    } catch(TimeoutExpiredException e) {
-		output.printStackTrace(e);
-	    }
-	}
-    }
-
-    //recursivelly presses all modifiers keys
-    private void robotPressModifiers(int modifiers) {
-	if       ((modifiers & InputEvent.SHIFT_MASK) != 0) {
-	    robotPressKey(KeyEvent.VK_SHIFT,     modifiers & ~InputEvent.SHIFT_MASK);
-	} else if((modifiers & InputEvent.ALT_GRAPH_MASK) != 0) {
-	    robotPressKey(KeyEvent.VK_ALT_GRAPH, modifiers & ~InputEvent.ALT_GRAPH_MASK);
-	} else if((modifiers & InputEvent.ALT_MASK) != 0) {
-	    robotPressKey(KeyEvent.VK_ALT,       modifiers & ~InputEvent.ALT_MASK);
-	} else if((modifiers & InputEvent.META_MASK) != 0) {
-	    robotPressKey(KeyEvent.VK_META,      modifiers & ~InputEvent.META_MASK);
-	} else if((modifiers & InputEvent.CTRL_MASK) != 0) {
-	    robotPressKey(KeyEvent.VK_CONTROL,   modifiers & ~InputEvent.CTRL_MASK);
-	}
-    }
-
-    private void initMotionListener() {
-	if(motionListener == null) {
- 	    motionListener = new MotionListener();
- 	    Toolkit.getDefaultToolkit().addAWTEventListener(motionListener, AWTEvent.MOUSE_EVENT_MASK);
-	    Object[] params = new Object[2];
-	    Class[] paramClasses = {Integer.TYPE, Integer.TYPE};
-	    params[0] = new Integer(getAbsoluteX(-1));
-	    params[1] = new Integer(getAbsoluteX(-1));
-	    makeRobotOperation("mouseMove", params, paramClasses);
-	    params[0] = new Integer(getAbsoluteX(0));
-	    params[1] = new Integer(getAbsoluteX(0));
-	    makeRobotOperation("mouseMove", params, paramClasses);
-	}
-    }
-
-
-    private class Dispatcher extends QueueTool.QueueAction {
-	AWTEvent event;
-	public Dispatcher(AWTEvent e) {
-	    super(e.getClass().getName() + " event dispatching");
-	    event = e;
-	}
-	public Object launch() {
-	    if(event instanceof MouseEvent || event instanceof KeyEvent) {
-		checkVisibility();
-	    }
-	    component.dispatchEvent(event);
-	    return(null);
-	}
-    }
-
-    private class Invoker extends QueueTool.QueueAction {
-	protected String methodName;
-	protected Object[] params;
-	protected Class[] paramClasses;
-	public Invoker(String mn, Object[] p, Class[] pc) {
-	    super(mn + " method invocation");
-	    methodName = mn;
-	    params = p;
-	    paramClasses = pc;
-	}
-	public Object launch()
-	    throws InvocationTargetException, NoSuchMethodException, IllegalAccessException {
-	    checkVisibility();
-	    if(methodName.equals("keyPress") || methodName.equals("keyRelease")) {
-		checkFocus();
-	    }
-	    return(reference.invokeMethod(methodName, params, paramClasses));
-	}
-    }
-
-    private class Getter extends QueueTool.QueueAction {
-	String fieldName;
-	public Getter(String fn) {
-	    super(fn + " field receiving");
-	    fieldName = fn;
-	}
-	public Object launch()
-	    throws InvocationTargetException, NoSuchFieldException, IllegalAccessException {
-	    return(reference.getField(fieldName));
-	}
-    }
-
-    private class Setter extends QueueTool.QueueAction {
-	String fieldName;
-	Object newValue;
-	public Setter(String fn, Object nv) {
-	    super(fn + " field changing");
-	    fieldName = fn;
-	    newValue = nv;
-	}
-	public Object launch()
-	    throws InvocationTargetException, NoSuchFieldException, IllegalAccessException {
-	    reference.setField(fieldName, newValue);
-	    return(null);
-	}
-    }
-
-    private static class MotionListener implements AWTEventListener {
-	private Component mouseComponent;
-	public void eventDispatched(AWTEvent event) {
-	    if(event instanceof MouseEvent) {
-		MouseEvent e = (MouseEvent)event;
-		if       (e.getID() == MouseEvent.MOUSE_ENTERED) {
-		    mouseComponent = e.getComponent();
-		} else if(e.getID() == MouseEvent.MOUSE_EXITED) {
-		    mouseComponent = null;
-		}
-	    }
-	}
-	public Component getComponent() {
-	    return(mouseComponent);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/EventTool.java b/jemmy/src/org/netbeans/jemmy/EventTool.java
deleted file mode 100644
index b305ece..0000000
--- a/jemmy/src/org/netbeans/jemmy/EventTool.java
+++ /dev/null
@@ -1,508 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.awt.AWTEvent;
-import java.awt.Toolkit;
-
-import java.awt.event.AWTEventListener;
-
-import java.lang.ref.Reference;
-import java.lang.ref.WeakReference;
-import java.lang.reflect.Field;
-import java.lang.reflect.Modifier;
-
-import java.util.Vector;
-
-/**
- *
- * Provides methods to check last dispatched events,
- * to wait for events of specific types, or to guarantee that events
- * of specific types are not dispatched during some time frame.
- * <BR><BR>
- * All possible listeners are added during this class initialization
- * in case if "jemmy.event_listening" system property is not equal to "no",
- * so, by default, all events are listened.
- *
- * Uses timeouts:<BR>
- * EventTool.WaitEventTimeout - time to wait for AWT events.<BR>
- * EventTool.WaitNoEventTimeout - when checking for the absence of incoming AWT
- *   events.<BR>
- * EventTool.EventCheckingDelta - time delta between checks for AWT events.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class EventTool implements Timeoutable, Outputable {
-
-    private static final long WAIT_EVENT_TIMEOUT = 60000;
-    private static final long WAIT_NO_EVENT_TIMEOUT = 180000;
-    private static final long EVENT_CHECKING_DELTA = 10;
-
-    private static ListenerSet listenerSet;
-    private static long currentEventMask = 0;
-
-    private TestOut output;
-    private Timeouts timeouts;
-
-    /**
-     * Constructor.
-     */
-    public EventTool() {
-	setOutput(JemmyProperties.getProperties().getOutput());
-	setTimeouts(JemmyProperties.getProperties().getTimeouts());
-    }
-
-    /**
-     * Returns time of the last dispatched event under mask.
-     * @param eventMask Events types to be searched. <code>AWTEvent.*_EVENT_MASK</code> fields combination.
-     * @return time in milliseconds
-     * @see #addListeners(long)
-     */
-    public static long getLastEventTime(long eventMask) {
-	return(listenerSet.getLastEventTime(eventMask));
-    }
-
-    /**
-     * Returns last dispatched event under mask.
-     * @param eventMask Events types to be searched. <code>AWTEvent.*_EVENT_MASK</code> fields combination.
-     * @return AWTEvent
-     * @see #addListeners(long)
-     */
-    public static AWTEvent getLastEvent(long eventMask) {
-	return(listenerSet.getLastEvent(eventMask));
-    }
-
-    /**
-     * Returns time of the last dispatched event.
-     * @return time in milliseconds
-     * @see #addListeners(long)
-     */
-    public static long getLastEventTime() {
-	return(getLastEventTime(listenerSet.getTheWholeMask()));
-    }
-
-    /**
-     * Returns last dispatched event.
-     * @return AWTEvent
-     * @see #addListeners(long)
-     */
-    public static AWTEvent getLastEvent() {
-	return(getLastEvent(listenerSet.getTheWholeMask()));
-    }
-
-    /**
-     * Adds listeners to listen events under mask.
-     * Invokes <code>removeListeners()</code> first, so any event history is lost.
-     * @param eventMask Mask to listen events under. <code>AWTEvent.*_EVENT_MASK</code> fields combination.
-     * @see #addListeners()
-     * @see #removeListeners()
-     */
-    public static void addListeners(long eventMask) {
-	removeListeners();
-	listenerSet.addListeners(eventMask);
-	currentEventMask = eventMask;
-    }
-
-    /**
-     * Adds listeners to listen all types of events.
-     * Invokes <code>removeListeners()</code> first, so any event history is lost.
-     * This method is invoked during static section of this class.
-     * @see #addListeners(long)
-     * @see #removeListeners()
-     * @see #getTheWholeEventMask()
-     */
-    public static void addListeners() {
-	addListeners(listenerSet.getTheWholeMask());
-    }
-
-    /**
-     * Removes all listeners.
-     * @see #addListeners(long)
-     * @see #addListeners()
-     */
-    public static void removeListeners() {
-	listenerSet.removeListeners();
-    }
-
-    /**
-     * Returns event mask last time used by <code>addListeners(long)</code> method.
-     * In case if <code>addListeners()</code> method was used last, 
-     * <code>getTheWholeEventMask() </code> result is returned.
-     * @return a long representing the current event mask value
-     * @see #getTheWholeEventMask()
-     */
-    public static long getCurrentEventMask() {
-	return(currentEventMask);
-    }
-
-    /**
-     * Returns a combination of all <code>AWTEvent.*_EVENT_MASK</code> fields..
-     * @return a combination of all <code>AWTEvent.*_EVENT_MASK</code> fields.
-     */
-    public static long getTheWholeEventMask() {
-	return(listenerSet.getTheWholeMask());
-    }
-
-    static {
-	Timeouts.initDefault("EventTool.WaitEventTimeout", WAIT_EVENT_TIMEOUT);
-	Timeouts.initDefault("EventTool.WaitNoEventTimeout", WAIT_NO_EVENT_TIMEOUT);
-	Timeouts.initDefault("EventTool.EventCheckingDelta", EVENT_CHECKING_DELTA);
-	listenerSet = new ListenerSet();
-	if(System.getProperty("jemmy.event_listening") == null ||
-	   !System.getProperty("jemmy.event_listening").equals("no")) {
-	    listenerSet.addListeners();
-	}
-    }
-
-    /**
-     * Defines current timeouts.
-     * 
-     * @param	ts ?t? A collection of timeout assignments.
-     * @see	org.netbeans.jemmy.Timeouts
-     * @see	org.netbeans.jemmy.Timeoutable
-     * @see #getTimeouts
-     */
-    public void setTimeouts(Timeouts ts) {
-	timeouts = ts;
-    }
-
-    /**
-     * Return current timeouts.
-     * @return the collection of current timeout assignments.
-     * @see org.netbeans.jemmy.Timeouts
-     * @see org.netbeans.jemmy.Timeoutable
-     * @see #setTimeouts
-     */
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    /**
-     * Defines print output streams or writers.
-     * @param out Identify the streams or writers used for print output.
-     * @see org.netbeans.jemmy.Outputable
-     * @see org.netbeans.jemmy.TestOut
-     * @see #getOutput
-     */
-    public void setOutput(TestOut out) {
-	output = out;
-    }
-
-    /**
-     * Returns print output streams or writers.
-     * @return an object that contains references to objects for
-     * printing to output and err streams.
-     * @see org.netbeans.jemmy.Outputable
-     * @see org.netbeans.jemmy.TestOut
-     * @see #setOutput
-     */
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    /**
-     * Waits for the first event under mask.
-     * Waits during <code>EventTool.WaitEventTimeout</code> milliseconds.
-     * @param eventMask Mask to wait events under. 
-     * <code>AWTEvent.*_EVENT_MASK</code> fields combination.
-     * @return an AWTEvent object
-     * @see #waitEvent()
-     * @throws TimeoutExpiredException
-     */
-    public AWTEvent waitEvent(long eventMask) {
-	return(waitEvent(eventMask, 
-			 timeouts.getTimeout("EventTool.WaitEventTimeout"), 
-			 output.createErrorOutput()));
-    }
-
-    /**
-     * Waits for the first event.
-     * Waits during <code>EventTool.WaitEventTimeout</code> milliseconds.
-     * @return an AWTEvent object
-     * @see #waitEvent(long)
-     * @see #getTheWholeEventMask()
-     * @throws TimeoutExpiredException
-     */
-    public AWTEvent waitEvent() {
-	return(waitEvent(listenerSet.getTheWholeMask()));
-    }
-
-    /**
-     * Check that no event under mask will be dispatched
-     * during time specified.
-     * @param eventMask Mask to wait events under. 
-     * <code>AWTEvent.*_EVENT_MASK</code> fields combination.
-     * @param waitTime Quiet time (millisecons).
-     * @return true if no event ahs found.
-     * @see #checkNoEvent(long)
-     */
-    public boolean checkNoEvent(long eventMask, long waitTime) {
-	return(checkNoEvent(eventMask, waitTime, output));
-    }
-
-    /**
-     * Check that no event will be dispatched during time specified.
-     * @param waitTime Quiet time (millisecons).
-     * @return true if no event ahs found.
-     * @see #checkNoEvent(long, long)
-     * @see #getTheWholeEventMask()
-     */
-    public boolean checkNoEvent(long waitTime) {
-	return(checkNoEvent(listenerSet.getTheWholeMask(), waitTime));
-    }
-
-    /**
-     * During <code>EventTool.WaitNoEventTimeout</code> time waits for
-     * true result of checkNoEvent(long, long) method.
-     * @param eventMask Mask to wait events under. 
-     * <code>AWTEvent.*_EVENT_MASK</code> fields combination.
-     * @param waitTime Quiet time (millisecons).
-     * @see	#checkNoEvent(long, long)
-     * @see	#waitNoEvent(long)
-     * @throws	TimeoutExpiredException
-     */
-    public void waitNoEvent(long eventMask, long waitTime) {
-	NoEventWaiter waiter = new NoEventWaiter(eventMask, waitTime);
-	waiter.setTimeouts(timeouts.cloneThis());
-	waiter.getTimeouts().
-	    setTimeout("Waiter.WaitingTime", 
-		       timeouts.getTimeout("EventTool.WaitNoEventTimeout"));
-	waiter.getTimeouts().
-	    setTimeout("Waiter.TimeDelta", 
-		       timeouts.getTimeout("EventTool.EventCheckingDelta"));
-	try {
-	    waiter.waitAction(null);
-	} catch(InterruptedException e) {
-	    output.printStackTrace(e);
-	}
-    }
-
-    /**
-     * During <code>EventTool.WaitNoEventTimeout</code> time waits for
-     * true result of <code>checkNoEvent(long)</code> method.
-     * @param waitTime Quiet time (millisecons).
-     * @see	#checkNoEvent(long)
-     * @see	#waitNoEvent(long, long)
-     * @throws	TimeoutExpiredException
-     */
-    public void waitNoEvent(long waitTime) {
-        ListenerSet ls = listenerSet;
-        if (ls != null) {
-            // surprisingly this field can be null in case of massive
-            // garbage collecting efforts like in NbTestCase.assertGC
-            waitNoEvent(ls.getTheWholeMask(), waitTime);
-        }
-    }
-
-    private AWTEvent waitEvent(long eventMask, long waitTime, TestOut waiterOutput) {
-	EventWaiter waiter = new EventWaiter(eventMask);
-	waiter.setTimeouts(timeouts.cloneThis());
-	waiter.setOutput(waiterOutput);
-	waiter.getTimeouts().
-	    setTimeout("Waiter.WaitingTime",
-		       waitTime);
-	waiter.getTimeouts().
-	    setTimeout("Waiter.TimeDelta",
-		       timeouts.getTimeout("EventTool.EventCheckingDelta"));
-	try {
-	    return((AWTEvent)waiter.waitAction(null));
-	} catch(InterruptedException e) {
-	    output.printStackTrace(e);
-	    return(null);
-	}
-    }
-
-    private boolean checkNoEvent(long eventMask, long waitTime, TestOut waiterOutput) {
-	try {
-	    AWTEvent event = waitEvent(eventMask, waitTime, TestOut.getNullOutput());
-	    waiterOutput.printLine("AWT event was produced during waiting: ");
-            // used instead of event.toString() because it is not thread safe
-            waiterOutput.printLine(event.getClass().getName());
-	    return(false);
-	} catch(TimeoutExpiredException e) {
-	    return(true);
-	}
-    }
-
-    private static class EventType implements AWTEventListener {
-	long eventMask;
-	long eventTime;
-	private Reference eventRef;
-	public EventType(long eventMask) {
-	    this.eventMask = eventMask;
-	    eventRef = new WeakReference(null);
-	    eventTime = -1;
-	}
-	public void eventDispatched(AWTEvent event) {
-	    eventRef = new WeakReference(event);
-	    eventTime = System.currentTimeMillis();
-	}
-	public AWTEvent getEvent() {
-	    return (AWTEvent)eventRef.get();
-	}
-	public long getTime() {
-	    return(eventTime);
-	}
-	public long getEventMask() {
-	    return(eventMask);
-	}
-    }
-
-    private static class ListenerSet {
-	private Vector eventTypes;
-	private long theWholeMask;
-	public ListenerSet() {
-	    eventTypes = new Vector();
-	    try {
-		Class eventClass = Class.forName("java.awt.AWTEvent");
-		Field[] fields = eventClass.getFields();
-		theWholeMask = 0;
-		long eventMask;
-		for(int i = 0; i < fields.length; i++) {
-		    if((fields[i].getModifiers() &
-			(Modifier.PUBLIC | Modifier.STATIC)) != 0 &&
-		       fields[i].getType().equals(Long.TYPE) &&
-		       fields[i].getName().endsWith("_EVENT_MASK")) {
-			eventMask = ((Long)fields[i].get(null)).longValue();
-			eventTypes.add(new EventType(eventMask));
-			theWholeMask = theWholeMask | eventMask;
-		    }
-		}
-	    } catch(ClassNotFoundException e) {
-		JemmyProperties.getCurrentOutput().printStackTrace(e);
-	    } catch(IllegalAccessException e) {
-		JemmyProperties.getCurrentOutput().printStackTrace(e);
-	    }
-	}
-	public void addListeners(long eventMask) {
-	    Toolkit dtk = Toolkit.getDefaultToolkit();
-	    for(int i = 0; i < eventTypes.size(); i++) {
-		EventType et = (EventType)eventTypes.get(i);
-		if((et.getEventMask() & eventMask) != 0) {
-		    dtk.addAWTEventListener(et, et.getEventMask());
-		}
-	    }
-	}
-	public void addListeners() {
-	    addListeners(getTheWholeMask());
-	}
-	public void removeListeners() {
-	    Toolkit dtk = Toolkit.getDefaultToolkit();
-	    for(int i = 0; i < eventTypes.size(); i++) {
-		dtk.removeAWTEventListener((EventType)eventTypes.get(i));
-	    }
-	}
-	public long getTheWholeMask() {
-	    return(theWholeMask);
-	}
-	public long getLastEventTime(long eventMask) {
-	    EventType et = getLastEventType(eventMask);
-	    return((et == null) ? -1 : et.getTime());
-	}
-	public AWTEvent getLastEvent(long eventMask) {
-	    EventType et = getLastEventType(eventMask);
-	    return((et == null) ? null : et.getEvent());
-	}
-	private EventType getLastEventType(long eventMask) {
-	    long maxTime = -1;
-	    EventType maxType = null;
-	    for(int i = 0; i < eventTypes.size(); i++) {
-		EventType et = (EventType)eventTypes.get(i);
-		if((eventMask & et.getEventMask()) != 0 &&
-		   et.getTime() > maxTime) {
-		    maxType = et;
-		    maxTime = maxType.getTime();
-		}
-	    }
-	    return(maxType);
-	}
-    }
-
-    private class  EventWaiter extends Waiter {
-	long eventMask;
-	long startTime;
-	public EventWaiter(long eventMask) {
-	    this.eventMask = eventMask;
-	    startTime = getLastEventTime(eventMask);
-	}
-	public Object actionProduced(Object obj) {
-	    EventType et = listenerSet.getLastEventType(eventMask);
-	    if(et != null &&
-	       et.getTime() > startTime) {
-		return(et.getEvent());
-	    } else {
-		return(null);
-	    }
-	}
-	public String getDescription() {
-	    return("Last event under " + 
-		   Long.toString(eventMask, 2) + " event mask");
-	}
-    }
-
-    private class NoEventWaiter extends Waiter {
-	long eventMask;
-	long waitTime;
-	public NoEventWaiter(long eventMask, long waitTime) {
-	    this.eventMask = eventMask;
-	    this.waitTime = waitTime;
-	}
-	public Object actionProduced(Object obj) {
-	    return(checkNoEvent(eventMask, waitTime, TestOut.getNullOutput()) ?
-		   "Reached!" :
-		   null);
-	}
-	public String getDescription() {
-	    return("No event under " + 
-		   Long.toString(eventMask, 2) + 
-		   " event mask during " +
-		   Long.toString(waitTime) + 
-		   " milliseconds");
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/FrameWaiter.java b/jemmy/src/org/netbeans/jemmy/FrameWaiter.java
deleted file mode 100644
index cc3b805..0000000
--- a/jemmy/src/org/netbeans/jemmy/FrameWaiter.java
+++ /dev/null
@@ -1,441 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.awt.Component;
-import java.awt.Frame;
-
-/**
- *
- * Contains methods to search and wait Frame.
- * A FrameWaiter is a utility class used to look or wait for Frames.
- * It contains methods to search for a Frame among the currently
- * showing Frames as well as methods that wait for a Frame to show
- * within an allotted time period.
- *
- * <BR><BR>Timeouts used: <BR>
- * FrameWaiter.WaitFrameTimeout - time to wait frame displayed. <BR>
- * FrameWaiter.AfterFrameTimeout - time to sleep after frame has been displayed. <BR>
- *
- * @see org.netbeans.jemmy.Timeouts
- * 
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class FrameWaiter extends WindowWaiter implements Timeoutable, Outputable {
-
-    private final static long WAIT_TIME = 60000;
-    private final static long AFTER_WAIT_TIME = 0;
-
-    private Timeouts timeouts;
-    private TestOut output;
-
-    /**
-     * Constructor.
-     */
-    public FrameWaiter() {
-	super();
-	setTimeouts(JemmyProperties.getProperties().getTimeouts());
-	setOutput(JemmyProperties.getProperties().getOutput());
-    }
-
-    /**
-     * Searches for a Frame.
-     * Search among the currently showing Frames for one that meets the search
-     * criteria applied by the <code>ComponentChooser</code> parameter.
-     * @param cc A component chooser used to define and apply the search criteria.
-     * @return a reference to the first Frame that is showing and that
-     * meets the search criteria.  If no such Frame can be found, a
-     * <code>null</code> reference is returned.
-     */
-    public static Frame getFrame(ComponentChooser cc) {
-	return((Frame)WindowWaiter.getWindow(new FrameSubChooser(cc)));
-    }
-
-    /**
-     * Searches for a Frame.
-     * The search proceeds among the currently showing Frames for the
-     * <code>index+1</code>'th Frame that meets the criteria defined and
-     * applied by the <code>ComonentChooser</code> parameter.
-     * @param	cc A component chooser used to define and apply the search criteria.
-     * @param	index The ordinal index of the Frame in the set of currently displayed
-     * Frames.  The first index is 0.
-     * @return	a reference to the <code>index+1</code>'th Frame that is showing
-     * and that meets the search criteria.  If there are fewer than
-     * <code>index+1</code> Frames, a <code>null</code> reference is returned.
-     */
-    public static Frame getFrame(ComponentChooser cc, int index) {
-	return((Frame)WindowWaiter.getWindow(new FrameSubChooser(cc), index));
-    }
-
-    /**
-     * Searches for a Frame by title.
-     * The search proceeds among the currently showing Frames for the first
-     * with a suitable title.
-     * @param title Frame title or subtitle.
-     * @param ce If <code>true</code> and the search is case sensitive, then a
-     * match occurs when the <code>title</code> argument is a substring of a
-     * Frame title.  If <code>false</code> and the search is case sensitive,
-     * then the <code>title</code> argument and the Frame title must be the same.
-     * If <code>true</code> and the search is case insensitive, then a match occurs
-     * when the <code>title</code> argument is a substring of the Frame title after
-     * changing both to upper case.  If <code>false</code> and the search is case
-     * insensitive, then a match occurs when the <code>title</code> argument is a
-     * substring of the Frame title after changing both to upper case.
-     * @param cc If <code>true</code> the search is case sensitive; otherwise, the
-     * search is case insensitive. 
-     * @return a reference to the first Frame that is showing and that has a
-     * suitable title.  If no such Frame can be found, a <code>null</code>
-     * reference is returned.
-     */
-    public static Frame getFrame(String title, boolean ce, boolean cc) {
-	return((Frame)WindowWaiter.getWindow(new FrameByTitleChooser(title, ce, cc)));
-    }
-
-    /**
-     * Searches for a Frame by title.
-     * The search is for the <code>index+1</code>'th Frame among the currently
-     * showing Frames that possess a suitable title.
-     * 
-     * @param	title Frame title or subtitle.
-     * @param	ce If <code>true</code> and the search is case sensitive, then a
-     * match occurs when the <code>title</code> argument is a substring of a
-     * Frame title.  If <code>false</code> and the search is case sensitive,
-     * then the <code>title</code> argument and the Frame title must be the same.
-     * If <code>true</code> and the search is case insensitive, then a match occurs
-     * when the <code>title</code> argument is a substring of the Frame title after
-     * changing both to upper case.  If <code>false</code> and the search is case
-     * insensitive, then a match occurs when the <code>title</code> argument is a
-     * substring of the Frame title after changing both to upper case.
-     * @param	cc If <code>true</code> the search is case sensitive; otherwise, the
-     * search is case insensitive. 
-     * @param	index The ordinal index of the Frame in the set of currently displayed
-     * Frames.  The first index is 0.
-     * @return	a reference to the <code>index+1</code>'th Frame that is showing
-     * and that has a suitable title.  If there are fewer than
-     * <code>index+1</code> Frames, a <code>null</code> reference is returned.
-     */
-    public static Frame getFrame(String title, boolean ce, boolean cc, int index) {
-	return((Frame)WindowWaiter.getWindow(new FrameByTitleChooser(title, ce, cc), index));
-    }
-
-    static {
-	Timeouts.initDefault("FrameWaiter.WaitFrameTimeout", WAIT_TIME);
-	Timeouts.initDefault("FrameWaiter.AfterFrameTimeout", AFTER_WAIT_TIME);
-    }
-
-    /**
-     * Defines current timeouts.
-     * @param timeouts A collection of timeout assignments.
-     * @see org.netbeans.jemmy.Timeoutable
-     * @see org.netbeans.jemmy.Timeouts
-     * @see #getTimeouts
-     */
-    public void setTimeouts(Timeouts timeouts) {
-	this.timeouts = timeouts;
-	Timeouts times = timeouts.cloneThis();
-	times.setTimeout("WindowWaiter.WaitWindowTimeout", 
-			 timeouts.getTimeout("FrameWaiter.WaitFrameTimeout"));
-	times.setTimeout("WindowWaiter.AfterWindowTimeout", 
-			 timeouts.getTimeout("FrameWaiter.AfterFrameTimeout"));
-	super.setTimeouts(times);
-    }
-
-    /**
-     * Return current timeouts.
-     * @return the collection of current timeout assignments.
-     * @see org.netbeans.jemmy.Timeoutable
-     * @see org.netbeans.jemmy.Timeouts
-     * @see #setTimeouts
-     */
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    /**
-     * Defines print output streams or writers.
-     * @param output Identify the streams or writers used for print output.
-     * @see org.netbeans.jemmy.Outputable
-     * @see org.netbeans.jemmy.TestOut
-     * @see #getOutput
-     */
-    public void setOutput(TestOut output) {
-	this.output = output;
-	super.setOutput(output);
-    }
-
-    /**
-     * Returns print output streams or writers.
-     * @return an object that contains references to objects for
-     * printing to output and err streams.
-     * @see org.netbeans.jemmy.Outputable
-     * @see org.netbeans.jemmy.TestOut
-     * @see #setOutput
-     */
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    /**
-     * Waits for a Frame to show.
-     * Wait for the <code>index+1</code>'th Frame that meets the criteria
-     * defined and applied by the <code>ComonentChooser</code> parameter to
-     * show up.
-     * 
-     * @param	ch A component chooser used to define and apply the search criteria.
-     * @param	index The ordinal index of the Frame in the set of currently displayed
-     * Frames.  The first index is 0.
-     * @return	a reference to the <code>index+1</code>'th Frame that shows
-     * and that meets the search criteria.  If fewer than
-     * <code>index+1</code> Frames show up in the allotted time period then
-     * a <code>null</code> reference is returned.
-     * @throws	TimeoutExpiredException
-     * @see	org.netbeans.jemmy.WindowWaiter#actionProduced(Object)
-     * @exception	InterruptedException
-     */
-    public Frame waitFrame(ComponentChooser ch, int index)
-	throws InterruptedException {
-	setTimeouts(timeouts);
-	return((Frame)waitWindow(new FrameSubChooser(ch), index));
-    }
-
-    /**
-     * Waits for a Frame to show.
-     * Wait for a Frame that meets the search criteria applied by the
-     * <code>ComponentChooser</code> parameter to show up.
-     * 
-     * @param	ch A component chooser used to define and apply the search criteria.
-     * @return	a reference to the first Frame that shows and that
-     * meets the search criteria.  If no such Frame can be found within the
-     * time period allotted, a <code>null</code> reference is returned.
-     * @throws	TimeoutExpiredException
-     * @see	org.netbeans.jemmy.WindowWaiter#actionProduced(Object)
-     * @exception	InterruptedException
-     */
-    public Frame waitFrame(ComponentChooser ch)
-	throws InterruptedException {
-	return(waitFrame(ch, 0));
-    }
-
-    /**
-     * Waits for a Frame to show.
-     * Wait for the <code>index+1</code>'th Frame to show with a suitable title.
-     * 
-     * @param	title Frame title or subtitle.
-     * @param	compareExactly If <code>true</code> and the search is case sensitive, then a
-     * match occurs when the <code>title</code> argument is a substring of a
-     * Frame title.  If <code>false</code> and the search is case sensitive,
-     * then the <code>title</code> argument and the Frame title must be the same.
-     * If <code>true</code> and the search is case insensitive, then a match occurs
-     * when the <code>title</code> argument is a substring of the Frame title after
-     * changing both to upper case.  If <code>false</code> and the search is case
-     * insensitive, then a match occurs when the <code>title</code> argument is a
-     * substring of the Frame title after changing both to upper case.
-     * @param	compareCaseSensitive If <code>true</code> the search is case sensitive;
-     * otherwise, the search is case insensitive.
-     * @param	index The ordinal index of the Frame in the set of currently displayed
-     * Frames with the proper window ownership and a suitable title.  The
-     * first index is 0.
-     * @return	a reference to the <code>index+1</code>'th Frame to show and that has a
-     * suitable title.  If no such Frame can be found within the time period
-     * allotted, a <code>null</code> reference is returned.
-     * @throws	TimeoutExpiredException
-     * @see	org.netbeans.jemmy.WindowWaiter#actionProduced(Object)
-     * @exception	InterruptedException
-     */
-    public Frame waitFrame(String title, boolean compareExactly, boolean compareCaseSensitive, int index)
-	throws InterruptedException {
-	return(waitFrame(new FrameByTitleChooser(title, compareExactly, compareCaseSensitive), index));
-    }
-
-    /**
-     * Waits for a Frame to show.
-     * Wait for the first Frame to show with a suitable title.
-     * 
-     * @param	title Frame title or subtitle.
-     * @param	compareExactly If <code>true</code> and the search is case sensitive, then a
-     * match occurs when the <code>title</code> argument is a substring of a
-     * Frame title.  If <code>false</code> and the search is case sensitive,
-     * then the <code>title</code> argument and the Frame title must be the same.
-     * If <code>true</code> and the search is case insensitive, then a match occurs
-     * when the <code>title</code> argument is a substring of the Frame title after
-     * changing both to upper case.  If <code>false</code> and the search is case
-     * insensitive, then a match occurs when the <code>title</code> argument is a
-     * substring of the Frame title after changing both to upper case.
-     * @param	compareCaseSensitive If <code>true</code> the search is case sensitive;
-     * otherwise, the search is case insensitive.
-     * @return	a reference to the first Frame to show and that has a
-     * suitable title.  If no such Frame can be found within the time period
-     * allotted, a <code>null</code> reference is returned.
-     * @throws	TimeoutExpiredException
-     * @see	org.netbeans.jemmy.WindowWaiter#actionProduced(Object)
-     * @exception	InterruptedException
-     */
-    public Frame waitFrame(String title, boolean compareExactly, boolean compareCaseSensitive)
-	throws InterruptedException {
-	return(waitFrame(title, compareExactly, compareCaseSensitive, 0));
-    }
-
-    /**
-     * @see Waiter#getWaitingStartedMessage()
-     */
-    protected String getWaitingStartedMessage() {
-	return("Start to wait frame \"" + getComponentChooser().getDescription() + "\" opened");
-    }
-
-    /**
-     * Overrides WindowWaiter.getTimeoutExpiredMessage.
-     * Returns the timeout expired message value.
-     * @param	timeSpent Time spent for waiting
-     * @return a message tring
-     * @see	Waiter#getTimeoutExpiredMessage(long)
-     */
-    protected String getTimeoutExpiredMessage(long timeSpent) {
-	return("Frame \"" + getComponentChooser().getDescription() + "\" has not been opened in " +
-	       (new Long(timeSpent)).toString() + " milliseconds");
-    }
-
-    /**
-     * Overrides WindowWaiter.getActionProducedMessage.
-     * Returns the action produced message value.
-     * @param	timeSpent Time spent for waiting.
-     * @param	result A message string.
-     * @return a message tring
-     * @see	Waiter#getActionProducedMessage(long, Object)
-     */
-    protected String getActionProducedMessage(long timeSpent, final Object result) {
-        String resultToString = null;
-        if(result instanceof Component) {
-            // run toString in dispatch thread
-            resultToString = (String)new QueueTool().invokeSmoothly(
-                new QueueTool.QueueAction("result.toString()") {
-                    public Object launch() {
-                        return result.toString();
-                    }
-                }
-            );
-        } else {
-            resultToString = result.toString();
-        }
-	return("Frame \"" + getComponentChooser().getDescription() + "\" has been opened in " +
-	       (new Long(timeSpent)).toString() + " milliseconds" +
-	       "\n    " + resultToString);
-    }
-
-    /**
-     * @see Waiter#getGoldenWaitingStartedMessage()
-     */
-    protected String getGoldenWaitingStartedMessage() {
-	return("Start to wait frame \"" + getComponentChooser().getDescription() + "\" opened");
-    }
-
-    /**
-     * @see Waiter#getGoldenTimeoutExpiredMessage()
-     */
-    protected String getGoldenTimeoutExpiredMessage() {
-	return("Frame \"" + getComponentChooser().getDescription() + "\" has not been opened");
-    }
-
-    /**
-     * @see Waiter#getGoldenActionProducedMessage()
-     */
-    protected String getGoldenActionProducedMessage() {
-	return("Frame \"" + getComponentChooser().getDescription() + "\" has been opened");
-    }
-
-    private static class FrameSubChooser implements ComponentChooser {
-	private ComponentChooser chooser;
-	public FrameSubChooser(ComponentChooser c) {
-	    super();
-	    chooser = c;
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof Frame) {
-		return(comp.isShowing() && comp.isVisible() && chooser.checkComponent(comp));
-	    } else {
-		return(false);
-	    }
-	}
-	public String getDescription() {
-	    return(chooser.getDescription());
-	}
-    }
-
-    private static class FrameByTitleChooser implements ComponentChooser {
-	String title;
-	boolean compareExactly;
-	boolean compareCaseSensitive;	
-	public FrameByTitleChooser(String t, boolean ce, boolean cc) {
-	    super();
-	    title = t;
-	    compareExactly = ce;
-	    compareCaseSensitive = cc;
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof Frame) {
-		if(((Frame)comp).isShowing() && comp.isVisible() && ((Frame)comp).getTitle() != null) {
-		    String titleToComp = ((Frame)comp).getTitle();
-		    String contextToComp = title;
-		    if(compareCaseSensitive) {
-			titleToComp = titleToComp.toUpperCase();
-			contextToComp = contextToComp.toUpperCase();
-		    }
-		    if(compareExactly) {
-			return(titleToComp.equals(contextToComp));
-		    } else {
-			return(titleToComp.indexOf(contextToComp) != -1);
-		    }
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return(title);
-	}
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/JemmyException.java b/jemmy/src/org/netbeans/jemmy/JemmyException.java
deleted file mode 100644
index 2d6c6f7..0000000
--- a/jemmy/src/org/netbeans/jemmy/JemmyException.java
+++ /dev/null
@@ -1,174 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.io.PrintStream;
-import java.io.PrintWriter;
-
-/**
- *
- * Parent of all Jemmy exceptions.
- * Exception can be throught from inside jemmy methods,
- * if some exception occurs from code invoked from jemmy.
- *	
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class JemmyException extends RuntimeException{
-
-    private Throwable innerException = null;
-    private Object object = null;
-
-    /**
-     * Constructor.
-     * @param description An exception description.
-     */
-    public JemmyException(String description) {
-	super(description);
-    }
-
-    /**
-     * Constructor.
-     * @param description An exception description.
-     * @param innerException Exception from code invoked from jemmy.
-     */
-    public JemmyException(String description, Throwable innerException) {
-	this(description);
-	this.innerException = innerException;
-    }
-
-    /**
-     * Constructor.
-     * @param description An exception description.
-     * @param object Object regarding which exception is thrown.
-     */
-    public JemmyException(String description, Object object) {
-	this(description);
-	this.object = object;
-    }
-
-    /**
-     * Constructor.
-     * @param description An exception description.
-     * @param innerException Exception from code invoked from jemmy.
-     * @param object Object regarding which exception is thrown.
-     */
-    public JemmyException(String description, Throwable innerException, Object object) {
-	this(description, innerException);
-	this.object = object;
-    }
-
-    /**
-     * Returns "object" constructor parameter.
-     * @return the Object value associated with the exception.
-     */
-    public Object getObject() {
-	return(object);
-    }
-
-    /**
-     * Returns inner exception.
-     * @return An inner exception.
-     * @deprecated Use getInnerThrowable()
-     */
-    public Exception getInnerException() {
-        if(innerException instanceof Exception) {
-            return((Exception)innerException);
-        } else {
-            return(null);
-        }
-    }
-
-    /**
-     * Returns inner throwable.
-     * @return An inner throwable.
-     */
-    public Throwable getInnerThrowable() {
-        return(innerException);
-    }
-
-    /**
-     * Prints stack trace into System.out.
-     */
-    public void printStackTrace() {
-	printStackTrace(System.out);
-    }
-
-    /**
-     * Prints stack trace.
-     * @param ps PrintStream to print stack trace into.
-     */
-    public void printStackTrace(PrintStream ps) {
-	super.printStackTrace(ps);
-	if(innerException != null) {
-	    ps.println("Inner exception:");
-	    innerException.printStackTrace(ps);
-	}
-	if(object != null) {
-	    ps.println("Object:");
-	    ps.println(object.toString());;
-	}
-    }
-
-    /**
-     * Prints stack trace.
-     * 
-     * @param	pw PrintWriter to print stack trace into.
-     * 	
-     */
-    public void printStackTrace(PrintWriter pw) {
-	super.printStackTrace(pw);
-	if(innerException != null) {
-	    pw.println("Inner exception:");
-	    innerException.printStackTrace(pw);
-	}
-	if(object != null) {
-	    pw.println("Object:");
-	    pw.println(object.toString());;
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/JemmyInputException.java b/jemmy/src/org/netbeans/jemmy/JemmyInputException.java
deleted file mode 100644
index af65198..0000000
--- a/jemmy/src/org/netbeans/jemmy/JemmyInputException.java
+++ /dev/null
@@ -1,87 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.awt.Component;
-
-import java.io.PrintStream;
-import java.io.PrintWriter;
-
-/**
- *
- * Exception can be thrown as a result of incorrect input operations.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class JemmyInputException extends JemmyException {
-
-    /**
-     * Constructor.
-     * @param comp Component regarding which exception is thrown.
-     */
-    public JemmyInputException(Component comp) {
-	super("Input exception", comp);
-    }
-
-    /**
-     * Constructor.
-     * @param message A descriptive message.
-     * @param comp Component regarding which exception is thrown.
-     */    
-    public JemmyInputException(String message, Component comp) {
-	super(message, comp);
-    }
-
-    /**
-     * Returns component.
-     * @return the Component associated with the exception.
-     */
-    public Component getComponent() {
-	return((Component)getObject());
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/JemmyProperties.java b/jemmy/src/org/netbeans/jemmy/JemmyProperties.java
deleted file mode 100644
index bdf4714..0000000
--- a/jemmy/src/org/netbeans/jemmy/JemmyProperties.java
+++ /dev/null
@@ -1,948 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.io.BufferedReader;
-import java.io.InputStream;
-import java.io.InputStreamReader;
-import java.io.IOException;
-import java.io.FileInputStream;
-
-import java.lang.reflect.InvocationTargetException;
-
-import java.util.Enumeration;
-import java.util.Hashtable;
-import java.util.Properties;
-import java.util.Stack;
-import java.util.StringTokenizer;
-
-import org.netbeans.jemmy.drivers.APIDriverInstaller;
-import org.netbeans.jemmy.drivers.DefaultDriverInstaller;
-import org.netbeans.jemmy.drivers.DriverInstaller;
-import org.netbeans.jemmy.drivers.InputDriverInstaller;
-
-/**
- * 
- * Keeps default Jemmy properties.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- * 
- */
-
-public class JemmyProperties {
-
-    /**
-     * The event queue model mask.
-     * @see #getCurrentDispatchingModel()
-     * @see #setCurrentDispatchingModel(int)
-     */
-    public static int QUEUE_MODEL_MASK = 1;
-
-    /**
-     * The robot using model mask.
-     * @see #getCurrentDispatchingModel()
-     * @see #setCurrentDispatchingModel(int)
-     */
-    public static int ROBOT_MODEL_MASK = 2;
-
-    /**
-     * Event shorcutting model mask. Should not be used
-     * together with robot mask.
-     * @see #getCurrentDispatchingModel()
-     * @see #setCurrentDispatchingModel(int)
-     */
-    public static int SHORTCUT_MODEL_MASK = 4;
-
-    /**
-     * The robot using model mask.
-     * @see #getCurrentDispatchingModel()
-     * @see #setCurrentDispatchingModel(int)
-     */
-    public static int SMOOTH_ROBOT_MODEL_MASK = 8;
-
-    private static final int DEFAULT_DRAG_AND_DROP_STEP_LENGTH = 100;
-    private static Stack propStack = null;
-
-    Hashtable properties;
-
-    /***/
-    protected JemmyProperties() {
-	super();
-	properties = new Hashtable();
-	setProperty("timeouts", new Timeouts());
-	setProperty("output", new TestOut());
-	setProperty("resources", new BundleManager());
-	setProperty("binding.map", new DefaultCharBindingMap());
-	setProperty("dispatching.model", new Integer(getDefaultDispatchingModel()));
-	setProperty("drag_and_drop.step_length", new Integer(DEFAULT_DRAG_AND_DROP_STEP_LENGTH));
-    }
-
-    /**
-     * Returns major version (like 1.0).
-     * @return a String representing the major version value.
-     */
-    public static String getMajorVersion() {
-        return(extractValue(getProperties().getClass().
-			    getClassLoader().getResourceAsStream("org/netbeans/jemmy/version_info"),
-			    "Jemmy-MajorVersion"));
-    }
-
-    /**
-     * Returns minor version (like 1).
-     * @return a String representing the minor version value.
-     */
-    public static String getMinorVersion() {
-        return(extractValue(getProperties().getClass().
-			    getClassLoader().getResourceAsStream("org/netbeans/jemmy/version_info"),
-			    "Jemmy-MinorVersion"));
-    }
-
-    /**
-     * Returns build (like 20011231 (yyyymmdd)).
-     * @return a String representing the build value.
-     */
-    public static String getBuild() {
-        return(extractValue(getProperties().getClass().
-			    getClassLoader().getResourceAsStream("org/netbeans/jemmy/version_info"),
-			    "Jemmy-Build"));
-    }
-
-    /**
-     * Returns full version string (like 1.0.1-20011231).
-     * @return a String representing the full version value.
-     */
-    public static String getFullVersion() {
-	return(getMajorVersion() + "." +
-	       getMinorVersion() + "-" +
-               getBuild());
-    }
-
-    /**
-     * Returns version string (like 1.0.1).
-     * @return a String representing the short version value.
-     */
-    public static String getVersion() {
-	return(getMajorVersion() + "." +
-	       getMinorVersion());
-    }
-
-    /**
-     * Creates a copy of the current JemmyProperties object
-     * and pushes it into the properties stack. 
-     * @return New current properties.
-     */
-    public static JemmyProperties push() {
-        return(push(getProperties().cloneThis()));
-    }
-
-    /**
-     * Pops last pushed properties from the properties stack. 
-     * If stack has just one element, does nothing.
-     * @return Poped properties.
-     */
-    public static JemmyProperties pop() {
-	JemmyProperties result = (JemmyProperties)propStack.pop();
-	if(propStack.isEmpty()) {
-	    propStack.push(result);
-	}
-	return(result);
-    }
-
-    /**
-     * Just like getProperties().getProperty(propertyName).
-     * @param	propertyName a property key
-     * @return a property value
-     * @see #setCurrentProperty
-     * @see #setCurrentTimeout
-     */
-    public static Object getCurrentProperty(String propertyName) {
-	return(getProperties().getProperty(propertyName));
-    }
-
-    /**
-     * Just like getProperties().setProperty(propertyName, propertyValue).
-     * @param	propertyName a property key
-     * @param	propertyValue a property value
-     * @return previous property value
-     * @see #getCurrentProperty
-     * @see #getCurrentTimeout
-     */
-    public static Object setCurrentProperty(String propertyName, Object propertyValue) {
-	return(getProperties().setProperty(propertyName, propertyValue));
-    }
-
-    /**
-     * Removes a property from current properties list.
-     * @param propertyName a property key.
-     * @return previous property value
-     */
-    public static Object removeCurrentProperty(String propertyName) {
-	return(getProperties().removeProperty(propertyName));
-    }
-
-    /**
-     * Returns the current key values.
-     * @return an array of Strings representing the current key values
-     */
-    public static String[] getCurrentKeys() {
-	return(getProperties().getKeys());
-    }
-
-    /**
-     * Just like getProperties().getTimeouts().
-     * @return a Timeouts object representing the current timeouts.
-     * @see #setCurrentTimeouts
-     */
-    public static Timeouts getCurrentTimeouts() {
-	return(getProperties().getTimeouts());
-    }
-
-    /**
-     * Just like getProperties().setTimeouts(to).
-     * @param	to New timeouts
-     * @return old timeouts.
-     * @see #getCurrentTimeouts
-     */
-    public static Timeouts setCurrentTimeouts(Timeouts to) {
-	return(getProperties().setTimeouts(to));
-    }
-
-    /**
-     * Just like getProperties().getTimeouts().setTimeout(name, newValue).
-     * @param	name a timeout name
-     * @param	newValue a timeout value
-     * @return previous timeout value
-     * @see #getCurrentTimeout
-     */
-    public static long setCurrentTimeout(String name, long newValue) {
-	return(getProperties().getTimeouts().setTimeout(name, newValue));
-    }
-
-    /**
-     * Just like getProperties().getTimeouts().getTimeout(name).
-     * @param	name a timeout name
-     * @return a timeout value
-     * @see #setCurrentTimeout
-     */
-    public static long getCurrentTimeout(String name) {
-	return(getProperties().getTimeouts().getTimeout(name));
-    }
-
-    /**
-     * Just like getProperties().getTimeouts().initTimeout(name, newValue).
-     * @param	name a timeout name
-     * @param	newValue a timeout value
-     * @return a timeout value
-     * @see #setCurrentTimeout
-     */
-    public static long initCurrentTimeout(String name, long newValue) {
-	return(getProperties().getTimeouts().initTimeout(name, newValue));
-    }
-
-    /**
-     * Just like getProperties().getOutput().
-     * @return a TestOut object representing the current output.
-     * @see #setCurrentOutput
-     */
-    public static TestOut getCurrentOutput() {
-	return(getProperties().getOutput());
-    }
-
-    /**
-     * Just like getProperties().setOutput(out).
-     * @param	out new output
-     * @return a TestOut object representing the current output.
-     * @see #getCurrentOutput
-     */
-    public static TestOut setCurrentOutput(TestOut out) {
-	return(getProperties().setOutput(out));
-    }
-   
-    /**
-     * Just like getProperties().getBundleManager().
-     * @return a BundleManager object representing the current bundle manager.
-     * @see #setCurrentBundleManager
-     */
-    public static BundleManager getCurrentBundleManager() {
-	return(getProperties().getBundleManager());
-    }
-
-    /**
-     * Just like getProperties().setBundleManager(resources).
-     * @param  resources new BundleManager
-     * @return a BundleManager object representing the current bundle manager.
-     * @see #getCurrentBundleManager
-     */
-    public static BundleManager setCurrentBundleManager(BundleManager resources) {
-	return(getProperties().setBundleManager(resources));
-    }
-
-    /**
-     * Just like getProperties().getBundleManager().getResource(key).
-     * @param	key a resource key.
-     * @return a resource value
-     */
-    public static String getCurrentResource(String key) {
-	return(getProperties().getBundleManager().getResource(key));
-    }
-
-    /**
-     * Just like getProperties().getBundleManager().getResource(bundleID, key).
-     * @param	key a resource key.
-     * @param bundleID a bundle ID
-     * @return a resource value
-     */
-    public static String getCurrentResource(String bundleID, String key) {
-	return(getProperties().getBundleManager().getResource(bundleID, key));
-    }
-
-    /**
-     * Just like getProperties().getCharBindingMap().
-     * @return a CharBindingMap object representing the current char binding map.
-     * @see #setCurrentCharBindingMap
-     */
-    public static CharBindingMap getCurrentCharBindingMap() {
-	return(getProperties().getCharBindingMap());
-    }
-
-    /**
-     * Just like getProperties().setCharBindingMap(map).
-     * @param	map new CharBindingMap.
-     * @return old CharBindingMap object.
-     * @see #getCurrentCharBindingMap
-     */
-    public static CharBindingMap setCurrentCharBindingMap(CharBindingMap map) {
-	return(getProperties().setCharBindingMap(map));
-    }
-
-    /**
-     * Returns the current dispatching model.
-     * @return Event dispatching model.
-     * @see #getDispatchingModel()
-     * @see #setCurrentDispatchingModel(int)
-     * @see #QUEUE_MODEL_MASK
-     * @see #ROBOT_MODEL_MASK
-     */
-    public static int getCurrentDispatchingModel() {
-	return(getProperties().getDispatchingModel());
-    }
-
-    /**
-     * Defines event dispatching model.
-     * If (model & ROBOT_MODEL_MASK) != 0 java.awt.Robot class
-     * is used to reproduce user actions, otherwise actions
-     * are reproduced by event posting.
-     * If (model & QUEUE_MODEL_MASK) != 0 actions are reproduced through
-     * event queue.
-     * @param model New dispatching model value.
-     * @return Previous dispatching model value.
-     * @see #setDispatchingModel(int)
-     * @see #getCurrentDispatchingModel()
-     * @see #QUEUE_MODEL_MASK
-     * @see #ROBOT_MODEL_MASK
-     * @see #initDispatchingModel(boolean, boolean)
-     * @see #initDispatchingModel()
-     */
-    public static int setCurrentDispatchingModel(int model) {
-	return(getProperties().setDispatchingModel(model));
-    }
-
-    /**
-     * Returns default event dispatching model.
-     * @return QUEUE_MODEL_MASK
-     * @see #setCurrentDispatchingModel(int)
-     * @see #QUEUE_MODEL_MASK
-     * @see #ROBOT_MODEL_MASK
-     */
-    public static int getDefaultDispatchingModel() {
-	return(SHORTCUT_MODEL_MASK | QUEUE_MODEL_MASK);
-    }
-
-    /**
-     * Returns the current drag and drop step length value.
-     * @return Pixel count to move mouse during one drag'n'drop step.
-     * @see #getDragAndDropStepLength()
-     * @see #setCurrentDragAndDropStepLength(int)
-     */
-    public static int getCurrentDragAndDropStepLength() {
-	return(getProperties().getDragAndDropStepLength());
-    }
-
-    /**
-     * Specifies the current drag and drop step length value.
-     * @param model Pixel count to move mouse during one drag'n'drop step.
-     * @return Previous value.
-     * @see #setDragAndDropStepLength(int)
-     * @see #getCurrentDragAndDropStepLength()
-     */
-    public static int setCurrentDragAndDropStepLength(int model) {
-	return(getProperties().setDragAndDropStepLength(model));
-    }
-
-    /**
-     * Peeks upper JemmyProperties instance from stack.
-     * @return a JemmyProperties object representing the properties value.
-     */
-    public static JemmyProperties getProperties() {
-	if(propStack == null) {
-	    propStack = new Stack();
-	}
-	if(propStack.empty()) {
-	    propStack.add(new JemmyProperties());
-	}
-	return((JemmyProperties)propStack.peek());
-    }
-
-    /**
-     * Prints full version into satndart output.
-     * @param argv Application args.
-     */
-    public static void main(String[] argv) {
-        if(argv.length == 0) {
-	System.out.println("Jemmy version : " + getVersion());
-        } else if(argv.length == 1 &&
-                  argv[0].equals("-f")) {
-            System.out.println("Jemmy full version : " + getFullVersion());
-        } else {
-            System.out.println("Parameters: ");
-            System.out.println("<no parameters> - report Jemmy version.");
-            System.out.println("\"-f\" - report full jemmy version.");
-        }
-        System.exit(0);
-    }
-
-    /**
-     * Pushes properties stack. 
-     * @param props a JemmyProperties instance to put into the stack head.
-     * @return a JemmyProperties object.
-     */
-    protected static JemmyProperties push(JemmyProperties props) {
-	return((JemmyProperties)propStack.push(props));
-    }
-
-    static {
-        setCurrentDispatchingModel(getDefaultDispatchingModel());
-    }
-
-    /**
-     * Method to initialize timeouts and resources.
-     * @param prop_file File to get filenames from. <BR>
-     * Can contain definition of variables TIMEOUTS_FILE - full path to timeouts file, <BR>
-     * RESOURCE_FILE - full path to resource file.
-     * @see org.netbeans.jemmy.JemmyProperties#initProperties()
-     */
-    public void initProperties(String prop_file) {
-	try {
-	    getOutput().printLine("Loading properties from " + prop_file + " file");
-	    Properties props = new Properties();
-	    props.load(new FileInputStream(prop_file));
-	    if(props.getProperty("TIMEOUTS_FILE") != null &&
-	       !props.getProperty("TIMEOUTS_FILE").equals("")) {
-		getOutput().printLine("Loading timeouts from " + props.getProperty("TIMEOUTS_FILE") + 
-				      " file");
-		getTimeouts().loadDefaults(props.getProperty("TIMEOUTS_FILE"));
-	    }
-	    if(props.getProperty("RESOURCE_FILE") != null &&
-	       !props.getProperty("RESOURCE_FILE").equals("")) {
-		getOutput().printLine("Loading resources from " + props.getProperty("RESOURCE_FILE") + 
-				      " file");
-		getBundleManager().loadBundleFromFile(props.getProperty("RESOURCE_FILE"), "");
-	    }
-	} catch(IOException e) {
-	    getOutput().printStackTrace(e);
-	}
-    }
-
-    /**
-     * Method to initialize timeouts and resources. <BR>
-     * Uses jemmy.properties system property to find file.
-     * @see org.netbeans.jemmy.JemmyProperties#initProperties(String)
-     */
-    public void initProperties() {
-	if(System.getProperty("jemmy.properties") != null && 
-	   !System.getProperty("jemmy.properties").equals("")) {
-	    initProperties(System.getProperty("jemmy.properties"));
-	} else {
-	    try {
-		getTimeouts().load();
-		getBundleManager().load();
-	    } catch(IOException e) {
-		getOutput().printStackTrace(e);
-	    }
-	}
-    }
-
-    /**
-     * Initializes dispatching model.
-     * @param queue Notifies that event queue dispatching should be used.
-     * @param robot Notifies that robot dispatching should be used.
-     * @param shortcut Notifies that event shorcutting should be used.
-     */
-    public void initDispatchingModel(boolean queue, boolean robot, boolean shortcut) {
-    initDispatchingModel(queue, robot, shortcut, false);    
-    }
-    /**
-     * Initializes dispatching model.
-     * @param queue Notifies that event queue dispatching should be used.
-     * @param robot Notifies that robot dispatching should be used.
-     * @param shortcut Notifies that event shorcutting should be used.
-     */
-    public void initDispatchingModel(boolean queue, boolean robot, boolean shortcut, boolean smooth) {
-	int model = getDefaultDispatchingModel();
-	getOutput().print("Reproduce user actions ");
-	if(queue) {
-	    model = QUEUE_MODEL_MASK;
-	    getOutput().printLine("through event queue.");
-	} else {
-	    model = model - (model & QUEUE_MODEL_MASK);
-	    getOutput().printLine("directly.");
-	}
-	getOutput().print("Use ");
-	if(robot) {
-	    model = model | ROBOT_MODEL_MASK;
-	    getOutput().print("java.awt.Robot class");
-	} else {
-	    model = model - (model & ROBOT_MODEL_MASK);
-	    getOutput().print("event dispatching");
-	}
-	if(smooth) {
-	    model = model | SMOOTH_ROBOT_MODEL_MASK;
-	} else {
-	    model = model - (model & SMOOTH_ROBOT_MODEL_MASK);
-	}
-	getOutput().printLine(" to reproduce user actions");
-	if(shortcut) {
-	    model = model | SHORTCUT_MODEL_MASK;
-	    getOutput().print("Shortcut");
-	} else {
-	    model = model - (model & SHORTCUT_MODEL_MASK);
-	    getOutput().print("Dispatch");
-	}
-	getOutput().printLine(" test events");
-	setDispatchingModel(model);
-    }
-
-    /**
-     * Initializes dispatching model.
-     * @param queue Notifies that event queue dispatching should be used.
-     * @param robot Notifies that robot dispatching should be used.
-     */
-    public void initDispatchingModel(boolean queue, boolean robot) {
-        this.initDispatchingModel(queue, robot, false);
-    }
-
-    /**
-     * Initializes dispatching model.
-     * Uses "jemmy.queue_dispatching" and "jemmy.robot_dispatching" system properties
-     * to determine what model should be used.
-     * Possible values for the both properties: <BR>
-     * "off" - switch mode off. <BR>
-     * "on" - switch mode on. <BR>
-     * "" - use default value.
-     * @see #getDefaultDispatchingModel()
-     */
-    public void initDispatchingModel() {
-	boolean qmask = ((getDefaultDispatchingModel() & QUEUE_MODEL_MASK) != 0);
-	boolean rmask = ((getDefaultDispatchingModel() & ROBOT_MODEL_MASK) != 0);
-	boolean srmask = ((getDefaultDispatchingModel() & SMOOTH_ROBOT_MODEL_MASK) != 0);
-	boolean smask = ((getDefaultDispatchingModel() & SHORTCUT_MODEL_MASK) != 0);
-	if( System.getProperty("jemmy.queue_dispatching") != null &&
-	   !System.getProperty("jemmy.queue_dispatching").equals("")) {
-	    qmask = System.getProperty("jemmy.queue_dispatching").equals("on");
-	}
-	if( System.getProperty("jemmy.robot_dispatching") != null &&
-	   !System.getProperty("jemmy.robot_dispatching").equals("")) {
-	    rmask = System.getProperty("jemmy.robot_dispatching").equals("on");
-	}
-	if( System.getProperty("jemmy.smooth_robot_dispatching") != null &&
-	   !System.getProperty("jemmy.smooth_robot_dispatching").equals("")) {
-	    srmask = System.getProperty("jemmy.smooth_robot_dispatching").equals("on");
-	}
-	if( System.getProperty("jemmy.shortcut_events") != null &&
-	   !System.getProperty("jemmy.shortcut_events").equals("")) {
-	    smask = System.getProperty("jemmy.shortcut_events").equals("on");
-	}
-	initDispatchingModel(qmask, rmask, smask, srmask);
-    }
-
-    /**
-     * Inits properties and dispatching model from system environment variables.
-     * @see #initProperties()
-     * @see #initDispatchingModel()
-     */
-    public void init() {
-	initProperties();
-	initDispatchingModel();
-    }
-
-    /**
-     * Returns timeouts.
-     * @return the Timeouts value.
-     * @see #setTimeouts
-     */
-    public Timeouts getTimeouts() {
-	return((Timeouts)getProperty("timeouts"));
-    }
-
-    /**
-     * Changes timeouts.
-     * @param	to new timeouts.
-     * @return  old timeouts.
-     * @see #getTimeouts
-     */
-    public Timeouts setTimeouts(Timeouts to) {
-	return((Timeouts)setProperty("timeouts", to));
-    }
-
-    /**
-     * Changes a timeouts value.
-     * @param name Timeout name
-     * @param newValue New timeout value
-     * @return previous timeout value
-     * @see #getTimeout
-     */
-    public long setTimeout(String name, long newValue) {
-	return(getTimeouts().setTimeout(name, newValue));
-    }
-
-    /**
-     * Returns a timeouts value.
-     * @param name Timeout name
-     * @return a timeout value
-     * @see #setTimeout
-     */
-    public long getTimeout(String name) {
-	return(getTimeouts().getTimeout(name));
-    }
-
-    /**
-     * Inits a timeouts value.
-     * @param name Timeout name
-     * @param newValue New timeout value
-     * @return a timeout value
-     */
-    public long initTimeout(String name, long newValue) {
-	return(getTimeouts().initTimeout(name, newValue));
-    }
-
-    /**
-     * Returns output.
-     * @return a TestOut object representing the output value
-     * @see #setOutput
-     */
-    public TestOut getOutput() {
-	return((TestOut)getProperty("output"));
-    }
-
-    /**
-     * Changes output.
-     * @param	out new output.
-     * @return old output.
-     * @see #getOutput
-     */
-    public TestOut setOutput(TestOut out) {
-	return((TestOut)setProperty("output", out));
-    }
-
-    /**
-     * Returns bundle manager.
-     * @return a BundleManager object representing the bundle manager value.
-     * @see #setBundleManager
-     */
-    public BundleManager getBundleManager() {
-	return((BundleManager)getProperty("resources"));
-    }
-
-    /**
-     * Changes bundle manager.
-     * @param	resources new bundle manager.
-     * @return old bundle manager
-     * @see #getBundleManager
-     */
-    public BundleManager setBundleManager(BundleManager resources) {
-	return((BundleManager)setProperty("resources", resources));
-    }
-
-    /**
-     * Returns resource value.
-     * @param key Resource key.
-     * @return resource value
-     */
-    public String getResource(String key) {
-	return(getBundleManager().getResource(key));
-    }
-
-    /**
-     * Returns resource value from the specified bundle.
-     * @param bundleID Id of a bundle to get resource from.
-     * @param key Resource key.
-     * @return resource value
-     */
-    public String getResource(String bundleID, String key) {
-	return(getBundleManager().getResource(bundleID, key));
-    }
-
-    /**
-     * Returns char binding map.
-     * @return the char binding map.
-     * @see #setCharBindingMap
-     */
-    public CharBindingMap getCharBindingMap() {
-	return((CharBindingMap)getProperty("binding.map"));
-    }
-
-    /**
-     * Changes char binding map.
-     * @param	map new char binding map.
-     * @return old char binding map.
-     * @see #getCharBindingMap
-     */
-    public CharBindingMap setCharBindingMap(CharBindingMap map) {
-	return((CharBindingMap)setProperty("binding.map", map));
-    }
-
-    /**
-     * Returns the dispatching model.
-     * @return Event dispatching model.
-     * @see #getCurrentDispatchingModel()
-     * @see #setDispatchingModel(int)
-     * @see #QUEUE_MODEL_MASK
-     * @see #ROBOT_MODEL_MASK
-     */
-    public int getDispatchingModel() {
-	return(((Integer)getProperty("dispatching.model")).intValue());
-    }
-
-    private static DriverInstaller getDriverInstaller(int model) {
-	String name = System.getProperty("jemmy.drivers.installer");
-	DriverInstaller installer = null;
-	try {
-	    if(name != null && !(name.length() == 0)) {
-		installer = (DriverInstaller)new ClassReference(name).newInstance(null, null);
-	    }
-	} catch(ClassNotFoundException e) {
-	    getCurrentOutput().printLine("Cannot init driver installer:");
-	    getCurrentOutput().printStackTrace(e);
-        } catch(IllegalAccessException e) {
-            getCurrentOutput().printLine("Cannot init driver installer:");
-            getCurrentOutput().printStackTrace(e);
-        } catch(NoSuchMethodException e) {
-            getCurrentOutput().printLine("Cannot init driver installer:");
-            getCurrentOutput().printStackTrace(e);
-        } catch(InstantiationException e) {
-            getCurrentOutput().printLine("Cannot init driver installer:");
-            getCurrentOutput().printStackTrace(e);
-        } catch(InvocationTargetException e) {
-            getCurrentOutput().printLine("Cannot init driver installer:");
-            getCurrentOutput().printStackTrace(e);
-	}
-	if(installer == null) {
-	    if(System.getProperty("os.name").startsWith("Mac OS X")) {
-		installer = new APIDriverInstaller((model & SHORTCUT_MODEL_MASK) != 0);
-	    } else {
-		installer = new DefaultDriverInstaller((model & SHORTCUT_MODEL_MASK) != 0);
-	    }
-	};
-	getCurrentOutput().printLine("Using " + installer.getClass().getName() + " driver installer");
-	return(installer);
-    }
-
-    /**
-     * Specifies the dispatching model value.
-     * @param model New dispatching model value.
-     * @return Previous dispatching model value.
-     * @see #setCurrentDispatchingModel(int)
-     * @see #getDispatchingModel()
-     * @see #QUEUE_MODEL_MASK
-     * @see #ROBOT_MODEL_MASK
-     */
-    public int setDispatchingModel(int model) {
-	new InputDriverInstaller((model & ROBOT_MODEL_MASK) == 0, (model & SMOOTH_ROBOT_MODEL_MASK) != 0).install();
-	getDriverInstaller(model).install();
-	return(((Integer)setProperty("dispatching.model", new Integer(model))).intValue());
-    }
-
-    /**
-     * Returns the drag and drop step length value.
-     * @return Pixel count to move mouse during one drag'n'drop step.
-     * @see #getCurrentDragAndDropStepLength()
-     * @see #setDragAndDropStepLength(int)
-     */
-    public int getDragAndDropStepLength() {
-	return(((Integer)getProperty("drag_and_drop.step_length")).intValue());
-    }
-
-    /**
-     * Specifies the drag and drop step length value.
-     * @param length Pixel count to move mouse during one drag'n'drop step.
-     * @return Previous value.
-     * @see #setCurrentDragAndDropStepLength(int)
-     * @see #getDragAndDropStepLength()
-     */
-    public int setDragAndDropStepLength(int length) {
-	return(((Integer)setProperty("drag_and_drop.step_length", new Integer(length))).intValue());
-    }
-
-    /**
-     * Checks if "name" propery currently has a value.
-     * @param name Property name. Should by unique.
-     * @return true if property was defined.
-     * @see #setProperty(String, Object)
-     * @see #getProperty(String)
-     */
-    public boolean contains(String name) {
-	return(properties.containsKey(name));
-    }
-
-    /**
-     * Saves object as a static link to be used by other objects.
-     * @param name Property name. Should by unique.
-     * @param newValue Property value.
-     * @return Previous value of "name" property.
-     * @see #setCurrentProperty(String, Object)
-     * @see #getProperty(String)
-     * @see #contains(String)
-     */
-    public Object setProperty(String name, Object newValue) {
-	Object oldValue = null;
-	if(contains(name)) {
-	    oldValue = properties.get(name);
-	    properties.remove(name);
-	}
-	properties.put(name, newValue);
-	return(oldValue);
-    }
-
-    /**
-     * Returns the property value.
-     * @param name Property name. Should by unique.
-     * @return Property value stored by setProperty(String, Object) method.
-     * @see #getCurrentProperty(String)
-     * @see #setProperty(String, Object)
-     * @see #contains(String)
-     */
-    public Object getProperty(String name) {
-	if(contains(name)) {
-	    return(properties.get(name));
-	} else {
-	    return(null);
-	}
-    }
-
-    /**
-     * Removes the property.
-     * @param	name A name of the property to be removed.
-     * @return previous property value
-     */
-    public Object removeProperty(String name) {
-	if(contains(name)) {
-	    return(properties.remove(name));
-	} else {
-	    return(null);
-	}
-    }
-
-    /**
-     * Returns the key values.
-     @return an array of Strings representing the key values.
-     */
-    public String[] getKeys() {
-	Enumeration keys = properties.keys();
-	String[] result = new String[properties.size()];
-	int i = 0;
-	while(keys.hasMoreElements()) {
-	    result[i] = (String)keys.nextElement();
-            i++;
-	}
-	return(result);
-    }
-
-    /**
-     * Copy all properties from this instance into another.
-     * @param	properties a JemmyProperties instance to copy properties into.
-     */
-    public void copyTo(JemmyProperties properties) {
-	String[] keys = getKeys();
-        for(int i = 0; i < keys.length; i++) {
-            properties.setProperty(keys[i], getProperty(keys[i]));
-	}
-	//some should be cloned
- 	properties.setTimeouts(getTimeouts().cloneThis());
- 	properties.setBundleManager(getBundleManager().cloneThis());
-    }
-
-    /**
-     * Creates an exact copy on this instance.
-     * @return new JemmyProperties object.
-     */
-    protected JemmyProperties cloneThis() {
-	JemmyProperties result = new JemmyProperties();
-        copyTo(result);
-	return(result);
-    }
-
-    private static String extractValue(InputStream stream, String varName) {
-	try {
-	    BufferedReader reader = new BufferedReader(new InputStreamReader(stream));
-	    StringTokenizer token;
-	    String nextLine;
-	    while((nextLine = reader.readLine()) != null) {
-		token = new StringTokenizer(nextLine, ":");
-		String nextToken = token.nextToken();
-		if(nextToken != null &&
-		   nextToken.trim().equals(varName)) {
-		    return(token.nextToken().trim());
-		}
-	    }
-	    return("");
-	} catch(IOException e) {
-	    getCurrentOutput().printStackTrace(e);
-	    return("");
-	}
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/NoComponentUnderMouseException.java b/jemmy/src/org/netbeans/jemmy/NoComponentUnderMouseException.java
deleted file mode 100644
index 8d73091..0000000
--- a/jemmy/src/org/netbeans/jemmy/NoComponentUnderMouseException.java
+++ /dev/null
@@ -1,67 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.awt.Component;
-
-/**
- *
- * Exception can be throwht as a result of attempt to produce a mouse pressing
- * when mouse is not over the java component.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class NoComponentUnderMouseException extends RuntimeException {
-    /**
-     * Constructor.
-     */
-    public NoComponentUnderMouseException() {
-	super("No component under the mouse!");
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/ObjectBrowser.java b/jemmy/src/org/netbeans/jemmy/ObjectBrowser.java
deleted file mode 100644
index e83fada..0000000
--- a/jemmy/src/org/netbeans/jemmy/ObjectBrowser.java
+++ /dev/null
@@ -1,176 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.lang.reflect.Field;
-import java.lang.reflect.Modifier;
-import java.lang.reflect.Method;
-
-/**
- *
- * Class to display information about object: fields, methods, ancestors and so on.
- *	
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class ObjectBrowser implements Outputable {
-    private Object object;
-
-    private TestOut output;
-
-    /**
-     * Constructor.
-     */
-    public ObjectBrowser() {
-    }
-
-    /**
-     * Defines print output streams or writers.
-     * @param out Identify the streams or writers used for print output.
-     * @see org.netbeans.jemmy.Outputable
-     * @see org.netbeans.jemmy.TestOut
-     * @see #getOutput
-     */
-    public void setOutput(TestOut out) {
-	output = out;
-    }
-
-    /**
-     * Returns print output streams or writers.
-     * @return an object that contains references to objects for
-     * printing to output and err streams.
-     * @see org.netbeans.jemmy.Outputable
-     * @see org.netbeans.jemmy.TestOut
-     * @see #setOutput
-     */
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    /**
-     * Specifies the object value.
-     * @param obj Object to work with.
-     * @see #getObject
-     */
-    public void setObject(Object obj) {
-	object = obj;
-    }
-
-    /**
-     * Returns the object value.
-     * @return Current object.
-     * @see #setObject
-     */
-    public Object getObject() {
-	return(object);
-    }
-
-    /**
-     * Prints <code>toString()</code> information.
-     */
-    public void printToString() {
-	output.printLine(object.toString());
-    }
-
-    /**
-     * Prints object fields names and values.
-     */
-    public void printFields() {
-	Class cl = object.getClass();
-	output.printLine("Class: " + cl.getName());
-	output.printLine("Fields: ");
-	Field[] fields = cl.getFields();
-	for(int i = 0; i < fields.length; i++) {
-	    output.printLine(Modifier.toString(fields[i].getModifiers()) + " " + 
-			  fields[i].getType().getName() + " " + 
-			  fields[i].getName());
-	    Object value = "Inaccessible";
-	    try {
-		value = fields[i].get(object);
-	    } catch(IllegalAccessException e) {
-	    }
-	    output.printLine("    Value: " + value.toString());
-	}
-    }
-
-    /**
-     * Prints object methods names and parameters.
-     */
-    public void printMethods() {
-	Class cl = object.getClass();
-	output.printLine("Class: " + cl.getName());
-	output.printLine("Methods: ");
-	Method[] methods = cl.getMethods();
-	for(int i = 0; i < methods.length; i++) {
-	    output.printLine(Modifier.toString(methods[i].getModifiers()) + " " + 
-			 methods[i].getReturnType().getName() + " " + 
-			 methods[i].getName());
-	    Class[] params = methods[i].getParameterTypes();
-	    for(int j = 0; j < params.length; j++) {
-		output.printLine("    " + params[j].getName());
-	    }
-	}
-    }
-
-    /**
-     * Prints allsuperclasses names.
-     */
-    public void printClasses() {
-	Class cl = object.getClass();
-	do {
-	    output.printLine(cl.getName());
-	} while((cl = cl.getSuperclass()) != null);
-    }
-
-    /**
-     * Prints everything.
-     */
-    public void printFull() {
-	printFields();
-	printMethods();
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/Outputable.java b/jemmy/src/org/netbeans/jemmy/Outputable.java
deleted file mode 100644
index 181a770..0000000
--- a/jemmy/src/org/netbeans/jemmy/Outputable.java
+++ /dev/null
@@ -1,76 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-/**
- * Communicate the identity of the output streams or writers
- * used by the application.  Communicate the identity of the input
- * stream, too. Any object with methods that generates print output
- * should implement this interface.
- *
- * @see org.netbeans.jemmy.TestOut
- *	
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public interface Outputable {
-
-    /**
-     * Defines print output streams or writers.
-     * @param out Identify the streams or writers used for print output.
-     * @see #getOutput
-     */
-    public void setOutput(TestOut out);
-
-    /**
-     * Returns print output streams or writers.
-     * @return an object that contains references to objects for
-     * printing to output and err streams.
-     * @see #setOutput
-     */
-    public TestOut getOutput();
-}
diff --git a/jemmy/src/org/netbeans/jemmy/QueueTool.java b/jemmy/src/org/netbeans/jemmy/QueueTool.java
deleted file mode 100644
index 9372861..0000000
--- a/jemmy/src/org/netbeans/jemmy/QueueTool.java
+++ /dev/null
@@ -1,744 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.awt.AWTEvent;
-import java.awt.EventQueue;
-import java.awt.Toolkit;
-
-import java.awt.event.InvocationEvent;
-
-import java.util.Hashtable;
-
-import java.lang.reflect.InvocationTargetException;
-
-/**
- *
- * Provides functionality to work with java.awt.EventQueue empty.
- *
- * <BR><BR>Timeouts used: <BR>
- * QueueTool.WaitQueueEmptyTimeout - timeout to wait queue emptied<BR>
- * QueueTool.QueueCheckingDelta - time delta to check result<BR>
- * QueueTool.LockTimeout - time to wait queue locked after lock action has been put there<BR>
- * QueueTool.InvocationTimeout - time for action was put into queue to be started<BR>
- * QueueTool.MaximumLockingTime - maximum time to lock queue.<br>
- *
- * @see Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *
- */
-public class QueueTool implements Outputable, Timeoutable {
-
-    private final static long WAIT_QUEUE_EMPTY_TIMEOUT = 180000;
-    private final static long QUEUE_CHECKING_DELTA = 10;
-    private final static long LOCK_TIMEOUT = 180000;
-    private final static long MAXIMUM_LOCKING_TIME = 180000;
-    private final static long INVOCATION_TIMEOUT = 180000;
-
-    private static JemmyQueue jemmyQueue = null;
-
-    private TestOut output;
-    private Timeouts timeouts;
-    private Locker locker;
-    private Waiter lockWaiter;
-
-    /**
-     * Constructor.
-     */
-    public QueueTool() {
-	locker = new Locker();
-	lockWaiter = new Waiter(new Waitable() {
-		public Object actionProduced(Object obj) {
-		    return(locker.isLocked() ? "" : null);
-		}
-		public String getDescription() {
-		    return("Event queue to be locked");
-		}
-	    });
-	setOutput(JemmyProperties.getProperties().getOutput());
-	setTimeouts(JemmyProperties.getProperties().getTimeouts());
-    }
-
-    /**
-     * Returns system EventQueue.
-     * @return system EventQueue.
-     */
-    public static EventQueue getQueue() {
-        return(Toolkit.getDefaultToolkit().getSystemEventQueue());
-    }
-
-    /**
-     * Map to <code>EventQueue.isDispatchThread()</code>.
-     * @return true if this thread is the AWT dispatching thread.
-     */
-    public static boolean isDispatchThread() {
-	return(getQueue().isDispatchThread());
-    }
-
-    /**
-     * Checks if system event queue is empty.
-     * @return true if EventQueue is empty.
-     */
-    public static boolean checkEmpty() {
-	return(getQueue().peekEvent() == null);
-    }
-
-    /**
-     * Shortcuts event if 
-     * <code>((JemmyProperties.getCurrentDispatchingModel() & JemmyProperties.SHORTCUT_MODEL_MASK) != 0)</code>
-     * and if executed in the dispatch thread.
-     * Otherwise posts event.
-     * @param event Event to dispatch.
-     */
-    public static void processEvent(AWTEvent event) {
-        if((JemmyProperties.getCurrentDispatchingModel() & 
-            JemmyProperties.SHORTCUT_MODEL_MASK) != 0) {
-            installQueue();
-        }    
-        if((JemmyProperties.getCurrentDispatchingModel() & 
-            JemmyProperties.SHORTCUT_MODEL_MASK) != 0 &&
-           isDispatchThread()) {
-            shortcutEvent(event);
-        } else {
-            postEvent(event);
-        }
-    }
-
-    /**
-     * Simply posts events into the system event queue.
-     * @param event Event to dispatch.
-     */
-    public static void postEvent(AWTEvent event) {
-        getQueue().postEvent(event);
-    }
-
-    /**
-     * Dispatches event ahead of all events staying in the event queue.
-     * @param event an event to be shortcut.
-     */
-    public static void shortcutEvent(AWTEvent event) {
-        installQueue();
-        jemmyQueue.shortcutEvent(event);
-    }
-
-    /**
-     * Installs own Jemmy EventQueue implementation. 
-     * The method is executed in dispatchmode only.
-     * @see #uninstallQueue
-     */
-    public static void installQueue() {
-        if(jemmyQueue == null) {
-            jemmyQueue = new JemmyQueue();
-        }
-        jemmyQueue.install();
-    }
-
-    /**
-     * Uninstalls own Jemmy EventQueue implementation. 
-     * @see #installQueue
-     */
-    public static void uninstallQueue() {
-        if(jemmyQueue != null) {
-            jemmyQueue.uninstall();
-        }
-    }
-
-    static {
-	Timeouts.initDefault("QueueTool.WaitQueueEmptyTimeout", WAIT_QUEUE_EMPTY_TIMEOUT);
-	Timeouts.initDefault("QueueTool.QueueCheckingDelta", QUEUE_CHECKING_DELTA);
-	Timeouts.initDefault("QueueTool.LockTimeout", LOCK_TIMEOUT);
-	Timeouts.initDefault("QueueTool.InvocationTimeout", INVOCATION_TIMEOUT);
-	Timeouts.initDefault("QueueTool.MaximumLockingTime", MAXIMUM_LOCKING_TIME);
-    }
-
-    /**
-     * Defines current timeouts.
-     * 
-     * @param	ts ?t? A collection of timeout assignments.
-     * @see	org.netbeans.jemmy.Timeouts
-     * @see	org.netbeans.jemmy.Timeoutable
-     * @see #getTimeouts
-     */
-    public void setTimeouts(Timeouts ts) {
-	timeouts = ts;
-	lockWaiter.setTimeouts(getTimeouts().cloneThis());
-    }
-
-    /**
-     * Return current timeouts.
-     * @return the collection of current timeout assignments.
-     * @see org.netbeans.jemmy.Timeouts
-     * @see org.netbeans.jemmy.Timeoutable
-     * @see #setTimeouts
-     */
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    /**
-     * Defines print output streams or writers.
-     * @param out Identify the streams or writers used for print output.
-     * @see org.netbeans.jemmy.Outputable
-     * @see org.netbeans.jemmy.TestOut
-     * @see #getOutput
-     */
-    public void setOutput(TestOut out) {
-	output = out;
-	lockWaiter.setOutput(output.createErrorOutput());
-    }
-
-    /**
-     * Returns print output streams or writers.
-     * @return an object that contains references to objects for
-     * printing to output and err streams.
-     * @see org.netbeans.jemmy.Outputable
-     * @see org.netbeans.jemmy.TestOut
-     * @see #setOutput
-     */
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    /**
-     * Waits for system event queue empty.
-     * Uses "QueueTool.WaitQueueEmptyTimeout" milliseconds to wait.
-     * @throws TimeoutExpiredException
-     */
-    public void waitEmpty() {
-	Waiter waiter = new Waiter(new Waitable() {
-	    public Object actionProduced(Object obj) {
-		if(checkEmpty()) {
-		    return("Empty");
-		}
-		return(null);
-	    }
-	    public String getDescription() {
-		return("Wait event queue empty");
-	    }
-	});
-	waiter.setTimeouts(timeouts.cloneThis());
-	waiter.getTimeouts().setTimeout("Waiter.WaitingTime",
-					timeouts.getTimeout("QueueTool.WaitQueueEmptyTimeout"));
-	waiter.setOutput(output);
-	try {
-	    waiter.waitAction(null);
-	} catch(TimeoutExpiredException e) {
-            final AWTEvent event = getQueue().peekEvent();
-            // if event != null run toString in dispatch thread
-            String eventToString = (event == null) ? "null" : (String)invokeSmoothly(
-                new QueueTool.QueueAction("event.toString()") {
-                    public Object launch() {
-                        return event.toString();
-                    }
-                }
-            );
-            getOutput().printErrLine("Event at the top of stack: " + eventToString);
-            throw(e);
-	} catch(InterruptedException e) {
-	    output.printStackTrace(e);
-	}
-    }
-
-    /**
-     * Waits for system event queue be empty for <code>emptyTime</code> milliseconds.
-     * Uses "QueueTool.WaitQueueEmptyTimeout" milliseconds to wait.
-     * 
-     * @throws	TimeoutExpiredException
-     * @param	emptyTime time for the queue to stay empty.
-     */
-    public void waitEmpty(long emptyTime) {
-
-	StayingEmptyWaiter waiter = new StayingEmptyWaiter(emptyTime);
-	waiter.setTimeouts(timeouts.cloneThis());
-	waiter.getTimeouts().setTimeout("Waiter.WaitingTime",
-					timeouts.getTimeout("QueueTool.WaitQueueEmptyTimeout"));
-	waiter.setOutput(output);
-	try {
-	    waiter.waitAction(null);
-	} catch(TimeoutExpiredException e) {
-            final AWTEvent event = getQueue().peekEvent();
-            String eventToString = (event == null) ? "null" : (String)invokeSmoothly(
-            new QueueTool.QueueAction("event.toString()") {
-                public Object launch() {
-                    return event.toString();
-                }
-            }
-            );
-            getOutput().printErrLine("Event at the top of stack: " + eventToString);
-            throw(e);
-	} catch(InterruptedException e) {
-	    output.printStackTrace(e);
-	}
-    }
-
-    /**
-     * Invokes action through EventQueue.
-     * Does not wait for it execution.
-     * @param action an action to be invoked.
-     */
-    public void invoke(QueueAction action) {
-	output.printTrace("Invoking \"" + action.getDescription() + "\" action through event queue");
-	EventQueue.invokeLater(action);
-    }
-
-    /**
-     * Invokes runnable through EventQueue.
-     * Does not wait for it execution.
-     * @param	runnable a runnable to be invoked.
-     * @return	QueueAction instance which can be use for execution monitoring.
-     * @see	QueueTool.QueueAction
-     */
-    public QueueAction invoke(Runnable runnable) {
-	QueueAction result = new RunnableRunnable(runnable);
-	invoke(result);
-	return(result);
-    }
-
-    /**
-     * Invokes action through EventQueue.
-     * Does not wait for it execution.
-     * @param action an action to be invoked.
-     * @param param <code>action.launch(Object)</code> method parameter.
-     * @return QueueAction instance which can be use for execution monitoring.
-     * @see QueueTool.QueueAction
-     */
-    public QueueAction invoke(Action action, Object param) {
-	QueueAction result = new ActionRunnable(action, param);
-	invoke(result);
-	return(result);
-    }
-
-    /**
-     * Being executed outside of AWT dispatching thread, 
-     * invokes an action through the event queue.
-     * Otherwise executes <code>action.launch()</code> method
-     * directly.
-     * @param action anaction to be executed.
-     * @return Action result.
-     */
-    public Object invokeSmoothly(QueueAction action) {
-        if(!getQueue().isDispatchThread()) {
-            return(invokeAndWait(action));
-        } else {
-            try {
-                return(action.launch());
-            } catch(Exception e) {
-                throw(new JemmyException("Exception in " + action.getDescription(), e));
-            }
-        }
-    }
-
-    /**
-     * Being executed outside of AWT dispatching thread, 
-     * invokes a runnable through the event queue.
-     * Otherwise executes <code>runnable.run()</code> method
-     * directly.
-     * @param runnable a runnable to be executed.
-     */
-    public void invokeSmoothly(Runnable runnable) {
-        if(!getQueue().isDispatchThread()) {
-            invokeAndWait(runnable);
-        } else {
-            runnable.run();
-        }
-    }
-
-    /**
-     * Being executed outside of AWT dispatching thread, 
-     * invokes an action through the event queue.
-     * Otherwise executes <code>action.launch(Object)</code> method
-     * directly.
-     * @param action anaction to be executed.
-     * @param param an action parameter
-     * @return Action result.
-     */
-    public Object invokeSmoothly(Action action, Object param) {
-        if(!getQueue().isDispatchThread()) {
-            return(invokeAndWait(action, param));
-        } else {
-            return(action.launch(param));
-        }
-    }
-
-    /**
-     * Invokes action through EventQueue.
-     * Waits for it execution.
-     * @param action an action to be invoked.
-     * @return a result of action
-     * @throws TimeoutExpiredException if action
-     * was not executed in "QueueTool.InvocationTimeout" milliseconds.
-     */
-    public Object invokeAndWait(QueueAction action) {
-	
-        class JemmyInvocationLock {}
-        Object lock = new JemmyInvocationLock();
-        InvocationEvent event = 
-            new InvocationEvent(Toolkit.getDefaultToolkit(), 
-                                action, 
-                                lock,
-				true);
-	try {
-            synchronized (lock) {
-                getQueue().postEvent(event);
-                lock.wait();
-            }
-	} catch(InterruptedException e) {
-	    throw(new JemmyException("InterruptedException during " + 
-				     action.getDescription() + 
-				     " execution", e));
-	}
-	if(action.getException() != null) {
-	    throw(new JemmyException("Exception in " + action.getDescription(), 
-				     action.getException()));
-	}
-	if(event.getException() != null) {
-	    throw(new JemmyException("Exception in " + action.getDescription(), 
-				     event.getException()));
-	}
-	return(action.getResult());
-    }
-
-    /**
-     * Invokes runnable through EventQueue.
-     * Waits for it execution.
-     * @param runnable a runnable to be invoked.
-     * @throws	TimeoutExpiredException if runnable
-     * was not executed in "QueueTool.InvocationTimeout" milliseconds.
-     */
-    public void invokeAndWait(Runnable runnable) {
-	invokeAndWait(new RunnableRunnable(runnable));
-    }
-
-    /**
-     * Invokes action through EventQueue.
-     * Waits for it execution.
-     * May throw TimeoutExpiredException if action
-     * was not executed in "QueueTool.InvocationTimeout" milliseconds.
-     * @param action an action to be invoked.
-     * @param	param action.launch(Object method parameter.
-     * @return a result of action
-     * @throws	TimeoutExpiredException if action
-     * was not executed in "QueueTool.InvocationTimeout" milliseconds.
-     */
-    public Object invokeAndWait(Action action, Object param) {
-	return(invokeAndWait(new ActionRunnable(action, param)));
-    }
-
-    /**
-     * Locks EventQueue.
-     * Locking will be automatically aborted after 
-     * "QueueTool.MaximumLockingTime" milliseconds.
-     * @see #unlock()
-     * @throws TimeoutExpiredException
-     */
-    public void lock() {
-	output.printTrace("Locking queue.");
-	invoke(locker);
-	try {
-	    lockWaiter.
-		getTimeouts().
-		setTimeout("Waiter.WaitingTime",
-			   timeouts.
-			   getTimeout("QueueTool.LockTimeout"));
-	    lockWaiter.
-		getTimeouts().
-		setTimeout("Waiter.TimeDelta",
-			   timeouts.
-			   getTimeout("QueueTool.QueueCheckingDelta"));
-	    lockWaiter.waitAction(null);
-	} catch(InterruptedException e) {
-	    output.printStackTrace(e);
-	}
-    }
-
-    /**
-     * Unlocks EventQueue.
-     * @see #lock()
-     */
-    public void unlock() {
-	output.printTrace("Unlocking queue.");
-	locker.setLocked(false);
-    }
-
-    /**
-     * Locks event queue for "time" milliseconds.
-     * Returns immediately after locking.
-     * @param	time a time to lock the queue for.
-     */
-    public void lock(long time) {
-	output.printTrace("Locking queue for " + Long.toString(time) + " milliseconds");
-	lock();
-	invoke(new UnlockPostponer(time));
-    }
-
-    /**
-     * Sais if last locking was expired.
-     * @return true if last locking had beed expired.
-     */
-    public boolean wasLockingExpired() {
-	return(locker.expired);
-    }
-
-    /**
-     * Action to be excuted through event queue.
-     * Even if it was executed without waiting by <code>invoke(QueueAction)</code>
-     * execution process can be monitored by <code>getResult()</code>,
-     * <code>getException()</code>, <code>getFinished()</code> methods.
-     */
-    public static abstract class QueueAction implements Runnable {
-	private boolean finished;
-	private Exception exception;
-	private Object result;
-	private String description;
-	/**
-	 * Constructor.
-         * @param description a description.
-	 */
-	public QueueAction(String description) {
-	    this.description = description;
-	    finished = false;
-	    exception = null;
-	    result = null;
-        }
-	/**
-	 * Method to implement action functionality.
-         * @return an Object - action result
-         * @throws Exception
-	 */
-	public abstract Object launch() 
-	    throws Exception;
-
-	/**
-	 */
-	public final void run() {
-	    finished = false;
-	    exception = null;
-	    result = null;
-	    try {
-		result = launch();
-	    } catch(Exception e) {
-		exception = e;
-	    }
-	    finished = true;
-	}
-	/**
-	 * Action description.
-         * @return the description.
-	 */
-	public String getDescription() {
-	    return(description);
-	}
-	/**
-	 * Returns action result if action has already been finished,
-	 * null otherwise.
-         * @return an action result.
-	 */
-	public Object getResult() {
-	    return(result);
-	}
-	/**
-	 * Returns exception occured during action execution (if any).
-         * @return the Exception happened inside <code>launch()</code> method.
-	 */
-	public Exception getException() {
-	    return(exception);
-	}
-	/**
-	 * Informs whether action has been finished or not.
-         * @return true if this action have been finished
-	 */
-	public boolean getFinished() {
-	    return(finished);
-	}
-    }
-
-    private static class JemmyQueue extends EventQueue {
-        private boolean installed = false;
-        public void shortcutEvent(AWTEvent event) {
-            super.dispatchEvent(event);
-        }
-        protected void dispatchEvent(AWTEvent event) {
-            //it's necessary to catch exception here.
-            //because test might already fail by timeout
-            //but generated events are still in stack
-            try {
-                super.dispatchEvent(event);
-            } catch(Exception e) {
-                //the exceptions should be printed into
-                //Jemmy output - not System.out
-                JemmyProperties.getCurrentOutput().printStackTrace(e);
-            }
-        }
-        public synchronized void install() {
-            if(!installed) {
-                getQueue().push(this);
-                installed = true;
-            }
-        }
-        public synchronized void uninstall() {
-            if(installed) {
-                pop();
-                installed = false;
-            }
-        }
-    }
-
-    private class EventWaiter implements Runnable {
-	boolean empty = true;
-	long emptyTime;
-	public EventWaiter(long emptyTime) {
-	    this.emptyTime = emptyTime;
-	}
-	public void run() {
-	    long startTime = System.currentTimeMillis();
-	    while((empty = checkEmpty()) && 
-		  (System.currentTimeMillis() - startTime) < emptyTime) {
-		timeouts.sleep("QueueTool.QueueCheckingDelta");
-	    }
-	}
-    }
-
-    private class StayingEmptyWaiter extends Waiter {
-	long emptyTime;
-
-	public StayingEmptyWaiter(long emptyTime) {
-	    this.emptyTime = emptyTime;
-	}
-
-	public Object actionProduced(Object obj) {
-	    try {
-		EventWaiter eventWaiter = new EventWaiter(emptyTime);
-		EventQueue.invokeAndWait(eventWaiter);
-		if(eventWaiter.empty &&
-		   timeFromStart() <= super.getTimeouts().getTimeout("Waiter.WaitingTime")) {
-		    return("Reached");
-		}
-	    } catch(InterruptedException e) {
-		output.printStackTrace(e);
-	    } catch(InvocationTargetException e) {
-		output.printStackTrace(e);
-	    }
-	    return(null);
-	}
-	public String getDescription() {
-	    return("Wait event queue staying empty for " + 
-		   Long.toString(emptyTime));
-	}
-    }
-
-    private class ActionRunnable extends QueueAction {
-	Action action;
-	Object param;
-	public ActionRunnable(Action action, Object param) {
-	    super(action.getDescription());
-	    this.action = action;
-	    this.param = param;
-	}
-	public Object launch() throws Exception {
-	    return(action.launch(param)); 
-	}
-    }
-
-    private class RunnableRunnable extends QueueAction {
-	Runnable action;
-	public RunnableRunnable(Runnable action) {
-	    super("Runnable");
-	    this.action = action;
-	}
-	public Object launch() throws Exception {
-	    action.run();
-	    return(null);
-	}
-    }
-
-    private class Locker extends QueueAction {
-	boolean locked = false;
-	long wholeTime, deltaTime;
-	boolean expired;
-	public Locker() {
-	    super("Event queue locking");
-	}
-	public Object launch() {
-	    wholeTime = timeouts.getTimeout("QueueTool.MaximumLockingTime");
-	    deltaTime = timeouts.getTimeout("QueueTool.QueueCheckingDelta");
-	    setLocked(true);
-	    expired = false;
-	    long startTime = System.currentTimeMillis();
-	    while(isLocked()) {
-		try {
-		    Thread.sleep(deltaTime);
-		} catch(InterruptedException e) {
-		    getOutput().printStackTrace(e);
-		}
-		if(System.currentTimeMillis() - startTime > wholeTime) {
-		    getOutput().printLine("Locking has been expired!");
-		    expired = true;
-		    break;
-		}
-	    }
-	    return(null);
-	}
-	public void setLocked(boolean locked) {
-	    this.locked = locked;
-	}
-	public boolean isLocked() {
-	    return(locked);
-	}
-    }
-
-    private class UnlockPostponer implements Runnable {
-	long time;
-	public UnlockPostponer(long time) {
-	    this.time = time;
-	}
-	public void run() {
-	    new Timeout("", time).sleep();
-	    unlock();
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/Scenario.java b/jemmy/src/org/netbeans/jemmy/Scenario.java
deleted file mode 100644
index 2ec77f8..0000000
--- a/jemmy/src/org/netbeans/jemmy/Scenario.java
+++ /dev/null
@@ -1,74 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-/**
- *
- * A test scenario.  This interface provides a mechanism for
- * putting something into execution.  The execution is conditioned
- * in a very general way by passing a <code>java.lang.Object</code>
- * to it's <code>runIt</code> method.
- *
- * @see Test
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public interface Scenario {
-
-    /**
-     * Defines a way to execute this test scenario.
-     * @param param An object passed to configure the test scenario
-     * execution.  For example, this parameter might be a
-     * <code>java.lang.String[]<code> object that lists the
-     * command line arguments to the Java application corresponding
-     * to a test.
-     * @return an int that tells something about the execution.
-     * For, example, a status code.
-     */
-    public int runIt(Object param);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/Test.java b/jemmy/src/org/netbeans/jemmy/Test.java
deleted file mode 100644
index 1e933ec..0000000
--- a/jemmy/src/org/netbeans/jemmy/Test.java
+++ /dev/null
@@ -1,444 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.io.PrintStream;
-import java.io.PrintWriter;
-
-import java.lang.reflect.InvocationTargetException;
-
-/**
- *
- * Jemmy itself provides a way to create tests.
- * Test should implement org.netbeans.jemmy.Scenario interface.
- *
- * Test can be executed from command line:<BR>
- * <code>java [application options] [jemmy options] org.netbeans.jemmy.Test [full name of test class] [test args]</code><BR>
- * Test elso can be executed by one of the run(...) methods or by <BR>
- * <code>new Test([test class name]).startTest([test args]);</code><BR>
- *
- * <BR><BR>Timeouts used: <BR>
- * Test.WholeTestTimeout - time for the whole test<BR>
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class Test extends ActionProducer
-    implements Timeoutable, Outputable, Scenario {
-
-    private final static long WHOLE_TEST_TIMEOUT = 3600000;
-
-    /**
-     * Status returned by test if wrong parameter was passed.
-     */
-    public static int WRONG_PARAMETERS_STATUS = 101;
-
-    /**
-     * Status returned by test if exception appeared inside scenario.
-     */
-    public static int SCENARIO_EXCEPTION_STATUS = 102;
-
-    /**
-     * Positive test status.
-     */
-    public static int TEST_PASSED_STATUS = 0;
-
-    /**
-       Test timeouts.
-     */
-    protected Timeouts timeouts;
-
-    /**
-       Test output.
-     */
-    protected TestOut output;
-
-    private Scenario scenario;
-    private static int TEST_FAILED_STATUS = 1;
-
-    /**
-     * Constructor for tests requiring only a class instance.
-     * Creates a subclass of <code>ActionProducer</code> and <code>java.lang.Thread</code>
-     * that runs in a separate thread of execution and waits for execution to finish.
-     * The current output stream assignments and timeouts are used.
-     * @param testClassName Full test class name
-     */
-    public Test(String testClassName) {
-	super(true);
-	setOutput(JemmyProperties.getCurrentOutput());
-	setTimeouts(JemmyProperties.getCurrentTimeouts());
-	scenario = testForName(testClassName);
-    }
-
-    /**
-     * Constructor for scenarios that require an instance and might require an argument.
-     * Creates a subclass of <code>ActionProducer</code> and <code>java.lang.Thread</code>
-     * that runs in a separate thread of execution and waits for execution to finish.
-     * The current output stream assignments and timeouts are used.
-     * @param scenario a test scenario
-     * @see org.netbeans.jemmy.Scenario
-     */
-    public Test(Scenario scenario) {
-	super(true);
-	setOutput(JemmyProperties.getCurrentOutput());
-	setTimeouts(JemmyProperties.getCurrentTimeouts());
-	this.scenario = scenario;
-    }
-
-    /**
-     * No argument constructor.
-     * Used by subclasses of this <code>Test</code> class.
-     * Creates a subclass of <code>ActionProducer</code> and <code>java.lang.Thread</code>
-     * that runs in a separate thread of execution and waits for execution to finish.
-     * The current output stream assignments and timeouts are used.
-     */
-    protected Test() {
-	super(true);
-	setOutput(JemmyProperties.getCurrentOutput());
-	setTimeouts(JemmyProperties.getCurrentTimeouts());
-    }
-
-    /**
-     * Throws TestCompletedException exception.
-     * The exception thrown contains a pass/fail status and a short
-     * status <code>java.lang.String</code>.
-     * Can by invoked from test to abort test execution.
-     * @param status If 0 - test passed, otherwise failed.
-     * @throws TextCompletedException all of the time.
-     */
-    public static void closeDown(int status) {
-	if(status == 0) {
-	    throw(new TestCompletedException(status, "Test passed"));
-	} else {
-	    throw(new TestCompletedException(status, "Test failed with status " + 
-					     Integer.toString(status)));
-	}
-    }
-
-    /**
-     * Executes a test.
-     * @param argv First element should be a test class name,
-     * all others - test args.
-     * @return test status.
-     */
-    public static int run(String[] argv) {
-	String[] args = argv;
-	JemmyProperties.getProperties().init();
-	if(argv.length < 1) {
-	    JemmyProperties.getCurrentOutput().
-		printErrLine("First element of String array should be test classname");
-	    return(WRONG_PARAMETERS_STATUS);
-	}
-	JemmyProperties.getCurrentOutput().printLine("Executed test " + argv[0]);
-	Test test = new Test(argv[0]);
-	if(argv.length >= 1) {
-	    args = shiftArray(args);
-	}
-	if(argv.length >= 2) {
-	    JemmyProperties.getCurrentOutput().printLine("Work directory: " + argv[1]);
-	    System.setProperty("user.dir", argv[1]);
-	    args = shiftArray(args);
-	}
-	int status = TEST_FAILED_STATUS;
-	if(test != null) {
-	    status = test.startTest(args);
-	}
-	JemmyProperties.getCurrentOutput().flush();
-	return(status);
-    }
-
-    /**
-     * Executes a test.
-     * @param argv First element should be a test class name,
-     * all others - test args.
-     * @param output Stream to put test output and errput into.
-     * @return test status.
-     */
-    public static int run(String[] argv, PrintStream output) {
-	JemmyProperties.setCurrentOutput(new TestOut(System.in, output, output));
-	return(run(argv));
-    }
-
-    /**
-     * Executes a test.
-     * @param argv First element should be a test class name,
-     * all others - test args.
-     * @param output Stream to put test output into.
-     * @param errput Stream to put test errput into.
-     * @return test status.
-     */
-    public static int run(String[] argv, PrintStream output, PrintStream errput) {
-	JemmyProperties.setCurrentOutput(new TestOut(System.in, output, errput));
-	return(run(argv));
-    }
-
-    /**
-     * Executes a test.
-     * @param argv First element should be a test class name,
-     * all others - test args.
-     * @param output Writer to put test output and errput into.
-     * @return test status.
-     */
-    public static int run(String[] argv, PrintWriter output) {
-	JemmyProperties.setCurrentOutput(new TestOut(System.in, output, output));
-	return(run(argv));
-    }
-
-    /**
-     * Executes a test.
-     * @param argv First element should be a test class name,
-     * all others - test args.
-     * @param output Writer to put test output into.
-     * @param errput Writer to put test errput into.
-     * @return test status.
-     */
-    public static int run(String[] argv, PrintWriter output, PrintWriter errput) {
-	JemmyProperties.setCurrentOutput(new TestOut(System.in, output, errput));
-	return(run(argv));
-    }
-
-    /**
-     * Invoke this <code>Test</code>.
-     * The call might be directly from the command line.
-     * @param argv First element should be a test class name,
-     * all others - test args.
-     */
-    public static void main(String[] argv) {
-	System.exit(run(argv, System.out));
-    }
-
-    static {
-	Timeouts.initDefault("Test.WholeTestTimeout", WHOLE_TEST_TIMEOUT);
-    }
-
-    /**
-     * Creates an instance of a class named by the parameter.
-     * @param testName Full test class name
-     * @return an instance of the test <code>Scenario</code> to launch.
-     * @see org.netbeans.jemmy.Scenario
-     */
-    public Scenario testForName(String testName) {
-	try {
-	    return((Scenario)(
-			  Class.forName(testName).
-			  getConstructor(new Class[0]).
-			  newInstance(new Object[0])));
-	} catch (ClassNotFoundException e) {
-	    output.printErrLine("Class " + testName + " does not exist!");
-	    output.printStackTrace(e);
-	} catch (NoSuchMethodException e) {
-	    output.printErrLine("Class " + testName + " has not constructor!");
-	    output.printStackTrace(e);
-	} catch (InvocationTargetException e) {
-	    output.printErrLine("Exception inside " + testName + " constructor:");
-	    output.printStackTrace(e.getTargetException());
-	} catch (IllegalAccessException e) {
-	    output.printErrLine("Cannot access to " + testName + " constructor!");
-	    output.printStackTrace(e);
-	} catch (InstantiationException e) {
-	    output.printErrLine("Cannot instantiate " + testName + " class!");
-	    output.printStackTrace(e);
-	}
-	return(null);
-    }
-
-    /**
-     * Set the timeouts used by this <code>Test</code>.
-     * @param	timeouts A collection of timeout assignments.
-     * @see	org.netbeans.jemmy.Timeoutable
-     * @see	org.netbeans.jemmy.Timeouts
-     * @see #getTimeouts
-     */
-    public void setTimeouts(Timeouts timeouts) {
-	this.timeouts = timeouts;
-	Timeouts times = timeouts.cloneThis();
-	times.setTimeout("ActionProducer.MaxActionTime", 
-			 timeouts.getTimeout("Test.WholeTestTimeout"));
-	super.setTimeouts(times);
-    }
-
-    /**
-     * Get the timeouts used by this <code>Test</code>.
-     * @see org.netbeans.jemmy.Timeoutable
-     * @see org.netbeans.jemmy.Timeouts
-     * @see #setTimeouts
-     */
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    /**
-     * Set the streams or writers used for print output.
-     * @param out An object used to identify both output and error
-     * print streams.
-     * @see org.netbeans.jemmy.Outputable
-     * @see org.netbeans.jemmy.TestOut
-     * @see #getOutput
-     */
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(out);
-    }
-
-    /**
-     * Get the streams or writers used for print output.
-     * @return an object containing references to both output and error print
-     * streams.
-     * @see org.netbeans.jemmy.Outputable
-     * @see org.netbeans.jemmy.TestOut
-     * @see #setOutput
-     */
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    /**
-     * Executes test.
-     * @param param Object to be passed into this test's launch(Object) method.
-     * @return test status.
-     */
-    public int startTest(Object param) {
-	if(scenario != null) {
-	    output.printLine("Test " + scenario.getClass().getName() + 
-			     " has been started");
-	} else {
-	    output.printLine("Test " + getClass().getName() + 
-			     " has been started");
-	}
-	try {
-	    return(((Integer)produceAction(param)).intValue());
-	} catch (InterruptedException e) {
-	    output.printErrLine("Test was interrupted.");
-	    output.printStackTrace(e);
-	} catch (TimeoutExpiredException e) {
-	    output.printErrLine("Test was not finished in " +
-				Long.toString(timeouts.getTimeout("Test.WholeTestTimeout")) +
-				" milliseconds");
-	    output.printStackTrace(e);
-	} catch (Exception e) {
-	    output.printStackTrace(e);
-	}
-	return(1);
-    }
-
-    /**
-     * Launch an action.
-     * Pass arguments to and execute a test <code>Scenario</code>.
-     * @param obj An argument object that controls test execution.
-     * This might be a <code>java.lang.String[]</code> containing
-     * command line arguments.
-     * @see org.netbeans.jemmy.Action
-     * @return an Integer containing test status.
-     */
-    public final Object launch(Object obj) {
-	setTimeouts(timeouts);
-	int status;
-	try {
-	    if(scenario != null) {
-		closeDown(scenario.runIt(obj));
-	    } else {
-		closeDown(runIt(obj));
-	    }
-	} catch(TestCompletedException e) {
-	    output.printStackTrace(e);
-	    return(new Integer(e.getStatus()));
-	} catch(Throwable e) {
-	    output.printStackTrace(e);
-	    return(new Integer(SCENARIO_EXCEPTION_STATUS));
-	}
-	return(new Integer(TEST_PASSED_STATUS));
-    }
-
-    /**
-     * Supposed to be overridden to print a synopsys into test output.
-     */
-    public void printSynopsis() {
-	output.printLine("Here should be a test synopsis.");
-    }
-
-    /**
-     * @see org.netbeans.jemmy.Action
-     */
-    public final String getDescription() {
-	return("Test " + scenario.getClass().getName() + " finished");
-    }
-
-    /**
-     * Defines a way to execute this <code>Test</code>.
-     * @param param An object passed to configure the test scenario
-     * execution.  For example, this parameter might be a
-     * <code>java.lang.String[]<code> object that lists the
-     * command line arguments to the Java application corresponding
-     * to a test.
-     * @return an int that tells something about the execution.
-     * For, example, a status code.
-     * @see org.netbeans.jemmy.Scenario
-     */
-    public int runIt(Object param){
-	return(0);
-    }
-
-    /**
-     * Sleeps.
-     * @param time The sleep time in milliseconds.
-     */
-    protected void doSleep(long time) {
-	try {
-	    Thread.currentThread().sleep(time);
-	} catch(InterruptedException e) {
-	}
-    }
-
-    private static String[] shiftArray(String[] orig) {
-	String[] result = new String[orig.length - 1];
-	for(int i = 0; i < result.length; i++) {
-	    result[i] = orig[i+1];
-	}
-	return(result);
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/TestCompletedException.java b/jemmy/src/org/netbeans/jemmy/TestCompletedException.java
deleted file mode 100644
index 3de742e..0000000
--- a/jemmy/src/org/netbeans/jemmy/TestCompletedException.java
+++ /dev/null
@@ -1,99 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.io.PrintStream;
-import java.io.PrintWriter;
-
-/**
- *
- * Exception is throught as a result of test.
- * either test failed or passed.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class TestCompletedException extends JemmyException {
-
-    private int status;
-
-    /**
-     * Constructor.
-     * @param st Exit status.
-     * @param ex Exception provoked test failure.
-     */
-    public TestCompletedException(int st, Exception ex) {
-	super("Test " + 
-	      ((st == 0) ? 
-	       "passed" : 
-	       "failed with status " + Integer.toString(st)),
-	      ex);
-	status = st;
-    }
-
-    /**
-     * Constructor.
-     * @param st Exit status.
-     * @param description Failure reason
-     */
-    public TestCompletedException(int st, String description) {
-	super("Test " + 
-	      ((st == 0) ? 
-	       "passed" : 
-	       "failed with status " + Integer.toString(st) +
-	       "\n" + description));
-	status = st;
-    }
-
-    /**
-     * Returns status.
-     * @return test status
-     */
-    public int getStatus() {
-	return(status);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/TestOut.java b/jemmy/src/org/netbeans/jemmy/TestOut.java
deleted file mode 100644
index 73c7a3d..0000000
--- a/jemmy/src/org/netbeans/jemmy/TestOut.java
+++ /dev/null
@@ -1,353 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.io.BufferedReader;
-import java.io.InputStream;
-import java.io.InputStreamReader;
-import java.io.IOException;
-import java.io.PrintStream;
-import java.io.PrintWriter;
-
-/**
- *
- * Test output.
- *	
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class TestOut {
-
-    private InputStream input;
-    private PrintWriter output;
-    private PrintWriter errput;
-    private PrintWriter golden_output;
-    private BufferedReader buffInput;
-    private boolean autoFlushMode = true;
-
-    /**
-     * Constructor.
-     * @param	in Input stream
-     * @param	out Output stream
-     * @param	err Errput stream
-     */
-    public TestOut(InputStream in, PrintStream out, PrintStream err) {
-	this(in, out, err, null);
-    }
-
-    /**
-     * Constructor.
-     * @param	in Input stream
-     * @param	out Output stream
-     * @param	err Errput stream
-     * @param	golden Golgen output stream
-     */
-    public TestOut(InputStream in, PrintStream out, PrintStream err, PrintStream golden) {
-	super();
-	PrintWriter tout = null;
-	if(out != null) {
-	    tout = new PrintWriter(out);
-	}
-	PrintWriter terr = null;
-	if(err != null) {
-	    terr = new PrintWriter(err);
-	}
-	PrintWriter tgolden = null;
-	if(golden != null) {
-	    tgolden = new PrintWriter(golden);
-	}
-	initStreams(in, tout, terr, tgolden);
-    }
-
-    /**
-     * Constructor.
-     * @param	in Input stream
-     * @param	out Output stream
-     * @param	err Errput stream
-     */
-    public TestOut(InputStream in, PrintWriter out, PrintWriter err) {
-	this(in, out, err, null);
-    }
-
-    /**
-     * Constructor.
-     * @param	in Input stream
-     * @param	out Output stream
-     * @param	err Errput stream
-     * @param	golden Golgen output stream
-     */
-    public TestOut(InputStream in, PrintWriter out, PrintWriter err, PrintWriter golden) {
-	super();
-	initStreams(in, out, err, golden);
-	autoFlushMode = true;
-    }
-
-    /**
-     * Creates unstance using System.in, System.out and System.err streams.
-     */
-    public TestOut() {
-	this(System.in, 
-	     new PrintWriter(System.out), 
-	     new PrintWriter(System.err),
-	     null);
-    }
-
-    /**
-     * Creates output which does not print any message anywhere.
-     * @return a TestOut object which does not print any message anywhere.
-     */
-    public static TestOut getNullOutput() {
-	return(new TestOut((InputStream)null, (PrintWriter)null, (PrintWriter)null));
-    }
-    
-    /**
-     * Specifies either flush is invoked after each output.
-     * @param autoFlushMode If true flush is invoking after each output.
-     * @return Old value of the auto flush mode.
-     * @see #getAutoFlushMode
-     */
-    public boolean setAutoFlushMode(boolean autoFlushMode) {
-	boolean oldValue = getAutoFlushMode();
-	this.autoFlushMode = autoFlushMode;
-	return(oldValue);
-    }
-    
-    /**
-     * Says if flush is invoked after each output.
-     * @return Value of the auto flush mode.
-     * @see #setAutoFlushMode
-     */
-    public boolean getAutoFlushMode() {
-	return(autoFlushMode);
-    }
-
-    /**
-     * Read one byte from input.
-     * @return an int from input stream.
-     * @exception	IOException
-     */
-    public int read() throws IOException{
-	if(input != null) {
-	    return(input.read());
-	} else {
-	    return(-1);
-	}
-    }
-
-    /**
-     * Read a line from input.
-     * @return a line from input stream.
-     * @exception	IOException
-     */
-    public String readLine() throws IOException{
-	if(buffInput != null) {
-	    return(buffInput.readLine());
-	} else {
-	    return(null);
-	}
-    }
-
-    /**
-     * Prints a line into output.
-     * @param	line a string to print into output stream.
-     */
-    public void print(String line) {
-	if(output != null) {
-	    output.print(line);
-	}
-    }
-
-    /**
-     * Prints a line and then terminate the line by writing the line separator string.
-     * @param	line a string to print into output stream.
-     */
-    public void printLine(String line) {
-	if(output != null) {
-	    output.println(line);
-	    if(autoFlushMode) {
-		output.flush();
-	    }
-	}
-    }
-
-    /**
-     * Prints a line into golden output.
-     * @param	line a string to print into golden output stream.
-     */
-    public void printGolden(String line) {
-	if(golden_output != null) {
-	    golden_output.println(line);
-	    if(autoFlushMode) {
-		golden_output.flush();
-	    }
-	}
-    }
-
-    /**
-     * Prints a line into error output.
-     * @param	line a string to print into error output stream.
-     */
-    public void printErrLine(String line) {
-	if(errput != null) {
-	    errput.println(line);
-	    if(autoFlushMode) {
-		errput.flush();
-	    }
-	}
-    }
-
-    /**
-     * Prints a line into either output or errput.
-     * @param	toOut If true prints a line into output.
-     * @param	line a string to print.
-     */
-    public void printLine(boolean toOut, String line) {
-	if(toOut) {
-	    printLine(line);
-	} else {
-	    printErrLine(line);
-	}
-    }
-
-    /**
-     * Prints a trace line.
-     * @param	text a trace text.
-     */
-    public void printTrace(String text) {
-	printLine("Trace:");
-	printLine(text);
-    }
-
-    /**
-     * Prints a error line.
-     * @param	text a error text.
-     */
-    public void printError(String text) {
-	printErrLine("Error:");
-	printErrLine(text);
-    }
-
-    /**
-     * Prints an exception stack trace into error stream.
-     * @param e exception
-     */
-    public void printStackTrace(Throwable e) {
-	if(errput != null) {
-	    e.printStackTrace(errput);
-	    if(autoFlushMode) {
-		errput.flush();
-	    }
-	}
-    }
-
-    /**
-     * Returns input stream.
-     * @return an input stream
-     */
-    public InputStream getInput() {
-	return(input);
-    }
-
-    /**
-     * Returns output writer.
-     * @return an output stream
-     */
-    public PrintWriter getOutput() {
-	return(output);
-    }
-
-    /**
-     * Returns errput writer.
-     * @return a error stream
-     */
-    public PrintWriter getErrput() {
-	return(errput);
-    }
-
-    /**
-     * Returns golden output writer.
-     * @return a golden output stream
-     */
-    public PrintWriter getGolden() {
-	return(golden_output);
-    }
-
-    /**
-     * Creates an output which prints only error messages.
-     * @return a TestOut instance which has only error stream.
-     */
-    public TestOut createErrorOutput() {
-	return(new TestOut(null, null, getErrput()));
-    }
-    
-    /**
-     * Flushes all output threads.
-     */
-    public void flush() {
-	if(output != null) {
-	    output.flush();
-	}
-	if(errput != null) {
-	    errput.flush();
-	}
-	if(golden_output != null) {
-	    golden_output.flush();
-	}	
-    }
-
-    private void initStreams(InputStream in, PrintWriter out, PrintWriter err, PrintWriter golden) {
-	input = in;
-	output = out;
-	errput = err;
-	golden_output = golden;
-	if(input != null) {
-	    buffInput = new BufferedReader(new InputStreamReader(in));
-	} else {
-	    buffInput = null;
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/Timeout.java b/jemmy/src/org/netbeans/jemmy/Timeout.java
deleted file mode 100644
index 61e995e..0000000
--- a/jemmy/src/org/netbeans/jemmy/Timeout.java
+++ /dev/null
@@ -1,126 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-/**
- * Represents one timeout.
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class Timeout extends Object {
-    private String name;
-    private long value;
-    private long startTime;
-
-    /**
-     * Constructor.
-     * @param name Timeout name.
-     * @param value Timeout value in milliseconds.
-     */
-    public Timeout(String name, long value) {
-	this.name = name;
-	this.value = value;
-    }
-
-    /**
-     * Returns timeout name.
-     * @return timeout name.
-     */
-    public String getName() {
-	return(name);
-    }
-
-    /**
-     * Returns timeout value.
-     * @return timeout value.
-     */
-    public long getValue() {
-	return(value);
-    }
-
-    /**
-     * Sleeps for timeout value.
-     */
-    public void sleep() {
-	if(getValue()>0) {
-	    try {
-		Thread.currentThread().sleep(getValue());
-	    } catch(InterruptedException e) {
-		throw(new JemmyException("Sleep " +
-					 getName() + 
-					 " was interrupted!",
-					 e));
-	    }
-	}
-    }
-
-    /**
-     * Starts timeout measuring.
-     */
-    public void start() {
-	startTime = System.currentTimeMillis();
-    }
-
-    /**
-     * Checks if timeout has been expired after start() invocation.
-     * @return true if timeout has been expired.
-     */
-    public boolean expired() {
-	return(System.currentTimeMillis() - startTime > getValue());
-    }
-
-    /**
-     * Throws a TimeoutExpiredException exception if timeout has been expired.
-     * @throws TimeoutExpiredException if timeout has been expired after start() invocation.
-     */
-    public void check() {
-	if(expired()) {
-	    throw(new TimeoutExpiredException(getName() +
-					      " timeout expired!"));
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/TimeoutExpiredException.java b/jemmy/src/org/netbeans/jemmy/TimeoutExpiredException.java
deleted file mode 100644
index 441516c..0000000
--- a/jemmy/src/org/netbeans/jemmy/TimeoutExpiredException.java
+++ /dev/null
@@ -1,66 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-/**
- *
- * Exception is supposed to be used to notice that some
- * waiting was expired.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class TimeoutExpiredException extends JemmyException{
-
-    /**
-     * Constructor.
-     * @param description Waiting description.
-     */
-    public TimeoutExpiredException(String description) {
-	super(description);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/Timeoutable.java b/jemmy/src/org/netbeans/jemmy/Timeoutable.java
deleted file mode 100644
index 46c4469..0000000
--- a/jemmy/src/org/netbeans/jemmy/Timeoutable.java
+++ /dev/null
@@ -1,73 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-/**
- *
- * Any class which contains methods requiring waiting or
- * sleeping should implement this interface.  Waiting and
- * sleeping operations have time limits that can be set or
- * returned using the methods of this interface.
- *	
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public interface Timeoutable {
-    /**
-     * Defines current timeouts.
-     * @param t A collection of timeout assignments.
-     * @see #getTimeouts
-     */
-    public void setTimeouts(Timeouts t);
-
-    /**
-     * Return current timeouts.
-     * @return the collection of current timeout assignments.
-     * @see #setTimeouts
-     */
-    public Timeouts getTimeouts();
-}
diff --git a/jemmy/src/org/netbeans/jemmy/Timeouts.java b/jemmy/src/org/netbeans/jemmy/Timeouts.java
deleted file mode 100644
index 228e023..0000000
--- a/jemmy/src/org/netbeans/jemmy/Timeouts.java
+++ /dev/null
@@ -1,435 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.io.FileInputStream;
-import java.io.FileNotFoundException;
-import java.io.InputStream;
-import java.io.IOException;
-import java.io.PrintStream;
-import java.io.PrintWriter;
-
-import java.util.Enumeration;
-import java.util.Hashtable;
-import java.util.Properties;
-
-/**
- *
- * Class to store and process a set of timeout values.
- *
- * @see #setDefault(String, long)
- * @see #getDefault(String)
- * @see #setTimeout(String, long)
- * @see #getTimeout(String)
- *	
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class Timeouts extends Object{
-
-    private static final long DELTA_TIME = 100;
-
-    private static Timeouts defaults;
-
-    private Hashtable timeouts;
-    private static double timeoutsScale = -1;
-
-    /**
-     * Creates empty Timeouts object.
-     */
-    public Timeouts() {
-	super();
-	timeouts = new Hashtable();
-	setTimeout("Timeouts.DeltaTimeout", DELTA_TIME);
-	try {
-	    load();
-	} catch(IOException e) {
-	}
-    }
-
-    /**
-     * Stores default timeout value.
-     * @param name Timeout name.
-     * @param newValue Timeout value.
-     * @see #getDefault(String)
-     * @see #initDefault(String, long)
-     * @see #containsDefault(String)
-     */
-    public static void setDefault(String name, long newValue) {
-	defaults.setTimeout(name, newValue);
-    }
-
-    /**
-     * Sets default timeout value if it was not set before.
-     * @param name Timeout name.
-     * @param newValue Timeout value.
-     * @see #setDefault(String, long)
-     * @see #getDefault(String)
-     * @see #containsDefault(String)
-     */
-    public static void initDefault(String name, long newValue) {
-	defaults.initTimeout(name, newValue);
-    }
-
-    /**
-     * Gets default timeout value.
-     * @param name Timeout name.
-     * @return Timeout value or -1 if timeout is not defined.
-     * @see #setDefault(String, long)
-     * @see #initDefault(String, long)
-     * @see #containsDefault(String)
-     */
-    public static long getDefault(String name) {
-	return(defaults.getTimeout(name));
-    }
-
-    /**
-     * Check that default timeout value was defined.
-     * @param name Timeout name.
-     * @return True if timeout has been defined, false otherwise.
-     * @see #setDefault(String, long)
-     * @see #getDefault(String)
-     * @see #initDefault(String, long)
-     */
-    public static boolean containsDefault(String name) {
-	return(defaults.contains(name));
-    }
-
-    static {
-	defaults = new Timeouts();
-    }
-
-    /**
-     * Loads default timeouts values.
-     * 
-     * @param	stream Stream to load timeouts from.
-     * @see	org.netbeans.jemmy.Timeouts#loadDefaults(String)
-     * @see	org.netbeans.jemmy.Timeouts#loadDefaults()
-     * @exception	IOException
-     */
-    public void loadDefaults(InputStream stream) 
-	throws IOException{
-	defaults.load(stream);
-    }
-
-    /**
-     * Loads default timeouts values from file.
-     * 
-     * @param	fileName File to load timeouts from.
-     * @see	org.netbeans.jemmy.Timeouts#loadDefaults(InputStream)
-     * @see	org.netbeans.jemmy.Timeouts#loadDefaults(String)
-     * @exception	IOException
-     * @exception	FileNotFoundException
-     */
-    public void loadDefaults(String fileName) 
-	throws FileNotFoundException, IOException {
-	defaults.load(fileName);
-    }
-
-    /**
-     * Loads default timeouts values.
-     * Uses jemmy.timeouts system property to get timeouts file.
-     * 
-     * @see	org.netbeans.jemmy.Timeouts#loadDefaults(InputStream)
-     * @see	org.netbeans.jemmy.Timeouts#loadDefaults(String)
-     * @exception	IOException
-     * @exception	FileNotFoundException
-     */
-    public void loadDefaults() 
-	throws FileNotFoundException, IOException {
-	defaults.load();
-    }
-
-    /**
-     * Creates Timeout new object by name and getTimeout(name) value.
-     * @param	name Timeout name.
-     * @return a Timeout instance.
-     */
-    public Timeout create(String name) {
-	return(new Timeout(name, getTimeout(name)));
-    }
-
-    /**
-     * Create timeout for "Timeouts.DeltaTimeout" name.
-     * @return a Timeout instance.
-     */
-    public Timeout createDelta() {
-	return(create("Timeouts.DeltaTimeout"));
-    }
-
-    /**
-     * Checks if timeout has already been defined in this timeout instance.
-     * @param name Timeout name.
-     * @return True if timeout has been defined, false otherwise.
-     * @see #containsDefault(String)
-     */
-    public boolean contains(String name) {
-	return(timeouts.containsKey(name));
-    }
-
-    /**
-     * Sets new timeout value.
-     * @param name Timeout name.
-     * @param newValue Timeout value.
-     * @return old timeout value
-     * @see #getTimeout
-     */
-    public long setTimeout(String name, long newValue) {
-	long oldValue = -1;
-	if(contains(name)) {
-	    oldValue = getTimeout(name);
-	    timeouts.remove(name);
-	}
-	timeouts.put(name, new Long(newValue));
-	return(oldValue);
-    }
-
-    /**
-     * Gets timeout value.
-     * It timeout was not defined in this instance,
-     * returns default timeout value.
-     * @param name Timeout name.
-     * @return Timeout value.
-     * @see #getDefault(String)
-     * @see #setTimeout
-     */
-    public long getTimeout(String name) {
-        long timeout;
-        if(contains(name) && timeouts.get(name) != null) {
-            timeout = ((Long) timeouts.get(name)).longValue();
-            timeout =  (long) ((double) timeout * getTimeoutsScale());
-        } else if(this != defaults) {
-            timeout = getDefault(name);
-        } else {
-            timeout = -1;
-        }
-        return timeout;
-    }
-
-    /**
-     * Gets "Timeouts.DeltaTimeout" timeout value.
-     * @return Timeout value.
-     * @see #getDefault(String)
-     */
-    public long getDeltaTimeout() {
-	return(getTimeout("Timeouts.DeltaTimeout"));
-    }
-
-    /**
-     * Sets timeout value if it was not set before.
-     * @param name Timeout name.
-     * @param newValue Timeout value.
-     * @return old timeout value
-     */
-    public long initTimeout(String name, long newValue) {
-	long result = getTimeout(name);
-	if(!contains(name)) {
-	    setTimeout(name, newValue);
-	}
-	return(result);
-    }
-
-    /**
-     * Creates a copy of the current timeouts set.
-     * @return A copy.
-     */
-    public Timeouts cloneThis() {
-	Timeouts t = new Timeouts();
-	Enumeration e = timeouts.keys();
-	String name = "";
-	while(e.hasMoreElements()) {
-	    name = (String)e.nextElement();
-	    t.setTimeout(name,
-			 getTimeout(name));
-	}
-	return(t);
-    }
-
-    /**
-     * Sleeps for the "name" timeout value.
-     * Can throw InterruptedException if current thread was interrupted.
-     * 
-     * @param	name Timeout name.
-     * @exception	InterruptedException
-     */
-    public void eSleep(String name) throws InterruptedException{
-	if(contains(name) ||
-	   defaults.contains(name)) {
-	    Thread.currentThread().sleep(getTimeout(name));
-	}
-    }
-
-    /**
-     * Sleeps for the "name" timeout value.
-     * Does not throw InterruptedException anyway.
-     * @param name Timeout name.
-     */
-    public void sleep(String name) {
-	create(name).sleep();
-    }
-
-    /**
-     * Prins all defined timeouts.
-     * @param pw PrintWriter to print into.
-     */
-    public void print(PrintWriter pw) {
-	Enumeration e = timeouts.keys();
-	String name = "";
-	while(e.hasMoreElements()) {
-	    name = (String)e.nextElement();
-	    pw.println(name + " = " + Long.toString(getTimeout(name)));
-	}
-	pw.println("Default values:");
-	e = defaults.timeouts.keys();
-	name = "";
-	while(e.hasMoreElements()) {
-	    name = (String)e.nextElement();
-	    if(!contains(name)) {
-		pw.println(name + " = " + Long.toString(getDefault(name)));
-	    }
-	}
-    }
-
-    /**
-     * Prins all defined timeouts.
-     * @param ps PrintStream to print into.
-     */
-    public void print(PrintStream ps) {
-	print(new PrintWriter(ps));
-	Timeouts t = new Timeouts();
-    }
-
-    /**
-     * Loads timeouts values.
-     * 
-     * @param	stream Stream to load timeouts from.
-     * @see	org.netbeans.jemmy.Timeouts#load(String)
-     * @see	org.netbeans.jemmy.Timeouts#load()
-     * @exception	IOException
-     */
-    public void load(InputStream stream) 
-	throws IOException{
-	Properties props = new Properties();
-	props.load(stream);
-	Enumeration propNames = props.propertyNames();
-	long propValue = -1;
-	String propName = null;
-	while(propNames.hasMoreElements()) {
-	    propName = (String)propNames.nextElement();
-	    propValue = -1;
-	    propValue = (new Long(props.getProperty(propName))).longValue();
-	    setTimeout(propName, propValue);
-	}
-    }
-
-    /**
-     * Loads timeouts values from file.
-     * 
-     * @param	fileName File to load timeouts from.
-     * @see	org.netbeans.jemmy.Timeouts#load(InputStream)
-     * @see	org.netbeans.jemmy.Timeouts#load(String)
-     * @exception	IOException
-     * @exception	FileNotFoundException
-     */
-    public void load(String fileName) 
-	throws FileNotFoundException, IOException {
-	load(new FileInputStream(fileName));
-    }
-
-    /**
-     * Loads timeouts values.
-     * Uses jemmy.timeouts system property to get timeouts file.
-     * 
-     * @see	org.netbeans.jemmy.Timeouts#load(InputStream)
-     * @see	org.netbeans.jemmy.Timeouts#load(String)
-     * @exception	IOException
-     * @exception	FileNotFoundException
-     */
-    public void load() 
-	throws FileNotFoundException, IOException {
-	if(System.getProperty("jemmy.timeouts") != null &&
-	   !System.getProperty("jemmy.timeouts").equals("")) {
-	    load(System.getProperty("jemmy.timeouts"));
-	}
-    }
-
-    /**
-     * Loads debug timeouts values.
-     * 
-     * @exception	IOException
-     */
-    public void loadDebugTimeouts() throws IOException {
-        load(getClass().getClassLoader().getResourceAsStream("org/netbeans/jemmy/debug.timeouts"));
-    }
-    
-    /**
-     * Get timeouts scale.
-     * Uses jemmy.timeouts.scale system property to get the value.
-     * @return timeouts scale or 1 if the property is not set.
-     */
-    public static double getTimeoutsScale() {
-        if (timeoutsScale == -1) {
-            String s = System.getProperty("jemmy.timeouts.scale", "1");
-            try {
-                timeoutsScale = Double.parseDouble(s);
-            } catch (NumberFormatException e){
-                timeoutsScale = 1;
-            }
-        }
-        if (timeoutsScale < 0) {
-            timeoutsScale = 1;
-        }
-        return timeoutsScale;
-    }
-
-    /**
-     * This method is designed to be used by unit test for testing purpose.
-     */
-    static void resetTimeoutScale() {
-        timeoutsScale = -1;
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/Waitable.java b/jemmy/src/org/netbeans/jemmy/Waitable.java
deleted file mode 100644
index 310c6bc..0000000
--- a/jemmy/src/org/netbeans/jemmy/Waitable.java
+++ /dev/null
@@ -1,71 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-/**
- *
- * Defines criteria for waiting.
- * @see org.netbeans.jemmy.Waiter
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public interface Waitable{
-
-    /**
-     * Checks if wait criteria have been met.
-     * @param obj optional waiting parameter.
-     * @return null is criteria have not been met.
-     */
-    public Object actionProduced(Object obj);
-
-    /**
-     * Returns description.
-     * @return a description of the wait criteria.
-     */
-    public String getDescription();
-}
diff --git a/jemmy/src/org/netbeans/jemmy/Waiter.java b/jemmy/src/org/netbeans/jemmy/Waiter.java
deleted file mode 100644
index e6e4641..0000000
--- a/jemmy/src/org/netbeans/jemmy/Waiter.java
+++ /dev/null
@@ -1,289 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.awt.Component;
-
-/**
- *
- * Waits for something defined by Waitable interface to be happened.
- *
- * <BR><BR>Timeouts used: <BR>
- * Waiter.TimeDelta - time delta to check actionProduced result.<BR>
- * Waiter.WaitingTime - maximal waiting time<BR>
- * Waiter.AfterWaitingTime - time to sleep after waiting has been finished.<BR>
- *
- * @see Timeouts
- * @see Waitable
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class Waiter implements Waitable, Timeoutable, Outputable{
-
-    private final static long TIME_DELTA = 10;
-    private final static long WAIT_TIME = 60000;
-    private final static long AFTER_WAIT_TIME = 0;
-
-    private Waitable waitable;
-    private long startTime = 0;
-    private long endTime = -1;
-    private Object result;
-    private Timeouts timeouts;
-    private TestOut out;
-
-    /**
-     * Constructor.
-     * @param	w Waitable object defining waiting criteria.
-     */
-    public Waiter(Waitable w) {
-	super();
-	setTimeouts(JemmyProperties.getProperties().getTimeouts());
-	setOutput(JemmyProperties.getProperties().getOutput());
-	waitable = w;
-    }
-
-    /**
-     * Can be used from subclass.
-     */
-    protected Waiter() {
-	super();
-	setTimeouts(JemmyProperties.getProperties().getTimeouts());
-	setOutput(JemmyProperties.getProperties().getOutput());
-    }
-
-    static {
-	Timeouts.initDefault("Waiter.TimeDelta", TIME_DELTA);
-	Timeouts.initDefault("Waiter.WaitingTime", WAIT_TIME);
-	Timeouts.initDefault("Waiter.AfterWaitingTime", AFTER_WAIT_TIME);
-    }
-
-    /**
-     * Defines current timeouts.
-     * 
-     * @param	timeouts A collection of timeout assignments.
-     * @see	org.netbeans.jemmy.Timeoutable
-     * @see	org.netbeans.jemmy.Timeouts
-     * @see #getTimeouts
-     */
-    public void setTimeouts(Timeouts timeouts) {
-	this.timeouts = timeouts;
-    }
-
-    /**
-     * Return current timeouts.
-     * @return the collection of current timeout assignments.
-     * @see org.netbeans.jemmy.Timeoutable
-     * @see org.netbeans.jemmy.Timeouts
-     * @see #setTimeouts
-     */
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    /**
-     * Defines print output streams or writers.
-     * @param out Identify the streams or writers used for print output.
-     * @see org.netbeans.jemmy.Outputable
-     * @see org.netbeans.jemmy.TestOut
-     * @see #getOutput
-     */
-    public void setOutput(TestOut out) {
-	this.out = out;
-    }
-
-    /**
-     * Returns print output streams or writers.
-     * @return an object that contains references to objects for
-     * printing to output and err streams.
-     * @see org.netbeans.jemmy.Outputable
-     * @see org.netbeans.jemmy.TestOut
-     * @see #setOutput
-     */
-    public TestOut getOutput() {
-	return(out);
-    }
-
-    /**
-     * Waits for not null result of actionProduced method of Waitable implementation passed into constructor.
-     * @param	waitableObject Object to be passed into actionProduced method.
-     * @return non null result of action.
-     * @throws	TimeoutExpiredException
-     * @exception	InterruptedException
-     */
-    public Object waitAction(Object waitableObject)
-	throws InterruptedException {
-	startTime = System.currentTimeMillis();
-	out.printTrace(getWaitingStartedMessage());
-	out.printGolden(getGoldenWaitingStartedMessage());
-	long timeDelta = timeouts.getTimeout("Waiter.TimeDelta");
-	while((result = checkActionProduced(waitableObject)) == null) {
-	    Thread.currentThread().sleep(timeDelta);
-	    if(timeoutExpired()) {
-		out.printError(getTimeoutExpiredMessage(timeFromStart()));
-		out.printGolden(getGoldenTimeoutExpiredMessage());
-		throw(new TimeoutExpiredException(getActualDescription()));
-	    }
-	}
-	endTime = System.currentTimeMillis();
-	out.printTrace(getActionProducedMessage(endTime - startTime, result));
-	out.printGolden(getGoldenActionProducedMessage());
-	Thread.currentThread().sleep(timeouts.getTimeout("Waiter.AfterWaitingTime"));
-	return(result);
-    }
-
-    /**
-     * @see	Waitable
-     * @param	obj
-     */
-    public Object actionProduced(Object obj) {
-	return(Boolean.TRUE);
-    }
-
-    /** 
-     * @see Waitable
-     */
-    public String getDescription() {
-	return("Unknown waiting");
-    }
-
-    /**
-     * Returns message to be printed before waiting start.
-     * @return a message.
-     */
-    protected String getWaitingStartedMessage() {
-	return("Start to wait action \"" + getActualDescription() + "\"");
-    }
-
-    /**
-     * Returns message to be printed when waiting timeout has been expired.
-     * @param timeSpent time from waiting start (milliseconds)
-     * @return a message.
-     */
-    protected String getTimeoutExpiredMessage(long timeSpent) {
-	return("\"" + getActualDescription() + "\" action has not been produced in " +
-	       (new Long(timeSpent)).toString() + " milliseconds");
-    }
-
-    /**
-     * Returns message to be printed when waiting has been successfully finished.
-     * @param timeSpent time from waiting start (milliseconds)
-     * @param result result of Waitable.actionproduced method.
-     * @return a message.
-     */
-    protected String getActionProducedMessage(long timeSpent, final Object result) {
-        String resultToString;
-        if(result instanceof Component) {
-            // run toString in dispatch thread
-            resultToString = (String)new QueueTool().invokeSmoothly(
-                new QueueTool.QueueAction("result.toString()") {
-                    public Object launch() {
-                        return result.toString();
-                    }
-                }
-            );
-        } else {
-            resultToString = result.toString();
-        }
-	return("\"" + getActualDescription() + "\" action has been produced in " +
-	       (new Long(timeSpent)).toString() + " milliseconds with result " +
-	       "\n    : " + resultToString);
-    }
-
-    /**
-     * Returns message to be printed int golden output before waiting start.
-     * @return a message.
-     */
-    protected String getGoldenWaitingStartedMessage() {
-	return("Start to wait action \"" + getActualDescription() + "\"");
-    }
-
-    /**
-     * Returns message to be printed int golden output when waiting timeout has been expired.
-     * @return a message.
-     */
-    protected String getGoldenTimeoutExpiredMessage() {
-	return("\"" + getActualDescription() + "\" action has not been produced");
-    }
-
-    /**
-     * Returns message to be printed int golden output when waiting has been successfully finished.
-     * @return a message.
-     */
-    protected String getGoldenActionProducedMessage() {
-	return("\"" + getActualDescription() + "\" action has been produced");
-    }
-
-    /**
-     * Returns time from waiting start.
-     * @return Time spent for waiting already.
-     */
-    protected long timeFromStart() {
-	return(System.currentTimeMillis() - startTime);
-    }
-
-    private Object checkActionProduced(Object obj) {
-	if(waitable != null) {
-	    return(waitable.actionProduced(obj));
-	} else {
-	    return(actionProduced(obj));
-	}
-    }
-
-    private String getActualDescription() {
-	if(waitable != null) {
-	    return(waitable.getDescription());
-	} else {
-	    return(getDescription());
-	}
-    }
-
-    private boolean timeoutExpired() {
-	return(timeFromStart() > timeouts.getTimeout("Waiter.WaitingTime"));
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/WindowWaiter.java b/jemmy/src/org/netbeans/jemmy/WindowWaiter.java
deleted file mode 100644
index fc9f191..0000000
--- a/jemmy/src/org/netbeans/jemmy/WindowWaiter.java
+++ /dev/null
@@ -1,465 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy;
-
-import java.awt.Component;
-import java.awt.Frame;
-import java.awt.Window;
-
-/**
- * A WindowWaiter is a utility class used to look or wait for Windows.
- * It contains methods to search for a Window among the currently
- * showing Windows as well as methods that wait for a Window to show
- * within an allotted time period.
- *
- * Searches and waits always involve search criteria applied by a
- * ComponentChooser instance.  Searches and waits can both be restricted
- * to windows owned by a given window.
- *
- * <BR>Timeouts used: <BR>
- * WindowWaiter.WaitWindowTimeout - time to wait window displayed <BR>
- * WindowWaiter.AfterWindowTimeout - time to sleep after window has been dispayed <BR>
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class WindowWaiter extends Waiter implements Timeoutable {
-
-    private final static long WAIT_TIME = 60000;
-    private final static long AFTER_WAIT_TIME = 0;
-
-    private ComponentChooser chooser;
-    private Window owner = null;
-    private int index = 0;
-    private Timeouts timeouts;
-
-    /**
-     * Constructor.
-     */
-    public WindowWaiter() {
-	super();
-	setTimeouts(JemmyProperties.getProperties().getTimeouts());
-    }
-
-    /**
-     * Searches for a window.
-     * The search proceeds among the currently showing windows 
-     * for the <code>index+1</code>'th window that is both owned by the
-     * <code>java.awt.Window</code> <code>owner</code> and that meets the
-     * criteria defined and applied by the <code>ComponentChooser</code> parameter.
-     * @param owner The owner window of all the windows to be searched.
-     * @param cc A component chooser used to define and apply the search criteria.
-     * @param index The ordinal index of the window in the set of currently displayed
-     * windows with the proper window ownership and a suitable title.  The first
-     * index is 0.
-     * @return a reference to the <code>index+1</code>'th window that is showing,
-     * has the proper window ownership, and that meets the search criteria.
-     * If there are fewer than <code>index+1</code> windows, a <code>null</code>
-     * reference is returned.
-     */
-    public static Window getWindow(Window owner, ComponentChooser cc, int index) {
-	return(getAWindow(owner, new IndexChooser(cc, index)));
-    }
-
-    /**
-     * Searches for a window.
-     * Search among the currently showing windows for the first that is both
-     * owned by the <code>java.awt.Window</code> <code>owner</code> and that
-     * meets the search criteria applied by the <code>ComponentChooser</code>
-     * parameter.
-     * @param owner The owner window of the windows to be searched.
-     * @param cc A component chooser used to define and apply the search criteria.
-     * @return a reference to the first window that is showing, has a proper
-     * owner window, and that meets the search criteria.  If no such window
-     * can be found, a <code>null</code> reference is returned.
-     */
-    public static Window getWindow(Window owner, ComponentChooser cc) {
-	return(getWindow(owner, cc, 0));
-    }
-
-    /**
-     * Searches for a window.
-     * The search proceeds among the currently showing windows for the
-     * <code>index+1</code>'th window that meets the criteria defined and
-     * applied by the <code>ComonentChooser</code> parameter.
-     * @param cc A component chooser used to define and apply the search criteria.
-     * @param index The ordinal index of the window in the set of currently displayed
-     * windows.  The first index is 0.
-     * @return a reference to the <code>index+1</code>'th window that is showing
-     * and that meets the search criteria.  If there are fewer than
-     * <code>index+1</code> windows, a <code>null</code> reference is returned.
-     */
-    public static Window getWindow(ComponentChooser cc, int index) {
-	return(getAWindow(new IndexChooser(cc, index)));
-    }
-
-    /**
-     * Searches for a window.
-     * Search among the currently showing windows for one that meets the search
-     * criteria applied by the <code>ComponentChooser</code> parameter.
-     * @param cc A component chooser used to define and apply the search criteria.
-     * @return a reference to the first window that is showing and that
-     * meets the search criteria.  If no such window can be found, a
-     * <code>null</code> reference is returned.
-     */
-    public static Window getWindow(ComponentChooser cc) {
-	return(getWindow(cc, 0));
-    }
-
-    static {
-	Timeouts.initDefault("WindowWaiter.WaitWindowTimeout", WAIT_TIME);
-	Timeouts.initDefault("WindowWaiter.AfterWindowTimeout", AFTER_WAIT_TIME);
-    }
-
-    /**
-     * Defines current timeouts.
-     * @param	timeouts A collection of timeout assignments.
-     * @see	org.netbeans.jemmy.Timeoutable
-     * @see	org.netbeans.jemmy.Timeouts
-     * @see #getTimeouts
-     */
-    public void setTimeouts(Timeouts timeouts) {
-	this.timeouts = timeouts;
-	Timeouts times = timeouts.cloneThis();
-	times.setTimeout("Waiter.WaitingTime", 
-			 timeouts.getTimeout("WindowWaiter.WaitWindowTimeout"));
-	times.setTimeout("Waiter.AfterWaitingTime", 
-			 timeouts.getTimeout("WindowWaiter.AfterWindowTimeout"));
-	super.setTimeouts(times);
-    }
-
-    /**
-     * Return current timeouts.
-     * @return the collection of current timeout assignments.
-     * @see org.netbeans.jemmy.Timeoutable
-     * @see org.netbeans.jemmy.Timeouts
-     * @see #setTimeouts
-     */
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    /**
-     * Action producer--get a window.
-     * Get a window.  The search uses constraints on window ownership,
-     * ordinal index, and search criteria defined by an instance of
-     * <code>org.netbeans.jemmy.ComponentChooser</code>.
-     * @param obj Not used.
-     * @return the window waited upon.  If a window cannot be found
-     * then a <code>null</code> reference is returned.
-     * @see org.netbeans.jemmy.Action
-     */
-    public Object actionProduced(Object obj) {
-	return(WindowWaiter.getWindow(owner, chooser, index));
-    }
-
-    /**
-     * Waits for a window to show.
-     * Wait for the <code>index+1</code>'th window that meets the criteria
-     * defined and applied by the <code>ComonentChooser</code> parameter to
-     * show up.
-     * 
-     * @param	ch A component chooser used to define and apply the search criteria.
-     * @param	index The ordinal index of the window in the set of currently displayed
-     * windows.  The first index is 0.
-     * @return	a reference to the <code>index+1</code>'th window that shows
-     * and that meets the search criteria.  If fewer than
-     * <code>index+1</code> windows show up in the allotted time period then
-     * a <code>null</code> reference is returned.
-     * @throws	TimeoutExpiredException
-     * @see	#actionProduced(Object)
-     * @exception	InterruptedException
-     */
-    public Window waitWindow(ComponentChooser ch, int index)
-	throws InterruptedException {
-	chooser = ch;
-	owner = null;
-	this.index = index;
-	return(waitWindow());
-    }
-
-    /**
-     * Waits for a window to show.
-     * Wait for a window that meets the search criteria applied by the
-     * <code>ComponentChooser</code> parameter to show up.
-     * 
-     * @param	ch A component chooser used to define and apply the search criteria.
-     * @return	a reference to the first window that shows and that
-     * meets the search criteria.  If no such window can be found within the
-     * time period allotted, a <code>null</code> reference is returned.
-     * @throws	TimeoutExpiredException
-     * @see	#actionProduced(Object)
-     * @exception	InterruptedException
-     */
-    public Window waitWindow(ComponentChooser ch)
-	throws InterruptedException {
-	return(waitWindow(ch, 0));
-    }
-
-    /**
-     * Waits for a window to show.
-     * Wait for the <code>index+1</code>'th window to show that is both owned by the
-     * <code>java.awt.Window</code> <code>o</code> and that meets the
-     * criteria defined and applied by the <code>ComponentChooser</code> parameter.
-     * 
-     * @param	o The owner window of all the windows to be searched.
-     * @param	ch A component chooser used to define and apply the search criteria.
-     * @param	index The ordinal index of the window in the set of currently displayed
-     * windows with the proper window ownership and a suitable title.  The first
-     * index is 0.
-     * @return	a reference to the <code>index+1</code>'th window to show that
-     * has the proper window ownership, and that meets the search criteria.
-     * If there are fewer than <code>index+1</code> windows, a <code>null</code>
-     * reference is returned.
-     * @throws	TimeoutExpiredException
-     * @see	#actionProduced(Object)
-     * @exception	InterruptedException
-     */
-    public Window waitWindow(Window o, ComponentChooser ch, int index)
-	throws InterruptedException {
-	owner = o;
-	chooser = ch;
-	this.index = index;
-	return((Window)waitAction(null));
-    }
-
-    /**
-     * Waits for a window to show.
-     * Wait for the first window to show that is both owned by the
-     * <code>java.awt.Window</code> <code>o</code> and that meets the
-     * criteria defined and applied by the <code>ComponentChooser</code> parameter.
-     * 
-     * @param	o The owner window of all the windows to be searched.
-     * @param	ch A component chooser used to define and apply the search criteria.
-     * @return	a reference to the first window to show that
-     * has the proper window ownership, and that meets the search criteria.
-     * If there is no such window, a <code>null</code> reference is returned.
-     * @throws	TimeoutExpiredException
-     * @see	#actionProduced(Object)
-     * @exception	InterruptedException
-     */
-    public Window waitWindow(Window o, ComponentChooser ch)
-	throws InterruptedException {
-	return(waitWindow(o, ch, 0));
-    }
-
-    public String getDescription() {
-	return(chooser.getDescription());
-    }
-
-    /**
-     * Method can be used by a subclass to define chooser.
-     * @param	ch a chooser specifying searching criteria.
-     * @see #getComponentChooser
-     */
-    protected void setComponentChooser(ComponentChooser ch) {
-	chooser = ch;
-    }
-
-    /**
-     * Method can be used by a subclass to define chooser.
-     * @return a chooser specifying searching criteria.
-     * @see #setComponentChooser
-     */
-    protected ComponentChooser getComponentChooser() {
-	return(chooser);
-    }
-
-    /**
-     * Method can be used by a subclass to define window owner.
-     * @param	owner Window-owner of the set of windows.
-     * @see #getOwner
-     */
-    protected void setOwner(Window owner) {
-	this.owner = owner;
-    }
-
-    /**
-     * Method can be used by a subclass to define window owner.
-     * @return Window-owner of the set of windows.
-     * @see #setOwner
-     */
-    protected Window getOwner() {
-	return(owner);
-    }
-
-    /**
-     * @see org.netbeans.jemmy.Waiter#getWaitingStartedMessage()
-     */
-    protected String getWaitingStartedMessage() {
-	return("Start to wait window \"" + chooser.getDescription() + "\" opened");
-    }
-
-    /**
-     * Overrides Waiter.getTimeoutExpiredMessage.
-     * @see	org.netbeans.jemmy.Waiter#getTimeoutExpiredMessage(long)
-     * @param timeSpent time from waiting start (milliseconds)
-     * @return a message.
-     */
-    protected String getTimeoutExpiredMessage(long timeSpent) {
-	return("Window \"" + chooser.getDescription() + "\" has not been opened in " +
-	       (new Long(timeSpent)).toString() + " milliseconds");
-    }
-
-    /**
-     * Overrides Waiter.getActionProducedMessage.
-     * @see	org.netbeans.jemmy.Waiter#getActionProducedMessage(long, Object)
-     * @param timeSpent time from waiting start (milliseconds)
-     * @param result result of Waitable.actionproduced method.
-     * @return a message.
-     */
-    protected String getActionProducedMessage(long timeSpent, final Object result) {
-        String resultToString;
-        if(result instanceof Component) {
-            // run toString in dispatch thread
-            resultToString = (String)new QueueTool().invokeSmoothly(
-                new QueueTool.QueueAction("result.toString()") {
-                    public Object launch() {
-                        return result.toString();
-                    }
-                }
-            );
-        } else {
-            resultToString = result.toString();
-        }
-	return("Window \"" + chooser.getDescription() + "\" has been opened in " +
-	       (new Long(timeSpent)).toString() + " milliseconds" +
-	       "\n    " + resultToString);
-    }
-
-    /**
-     * @return a message.
-     * @see org.netbeans.jemmy.Waiter#getGoldenWaitingStartedMessage()
-     */
-    protected String getGoldenWaitingStartedMessage() {
-	return("Start to wait window \"" + chooser.getDescription() + "\" opened");
-    }
-
-    /**
-     * @return a message.
-     * @see org.netbeans.jemmy.Waiter#getGoldenTimeoutExpiredMessage()
-     */
-    protected String getGoldenTimeoutExpiredMessage() {
-	return("Window \"" + chooser.getDescription() + "\" has not been opened");
-    }
-
-    /**
-     * @return a message.
-     * @see org.netbeans.jemmy.Waiter#getGoldenActionProducedMessage()
-     */
-    protected String getGoldenActionProducedMessage() {
-	return("Window \"" + chooser.getDescription() + "\" has been opened");
-    }
-
-    private static Window getAWindow(Window owner, ComponentChooser cc) {
-	if(owner == null) {
-	    return(WindowWaiter.getAWindow(cc));
-	} else {
-	    Window result = null;
-	    Window[] windows = owner.getOwnedWindows();
-	    for(int i = 0; i < windows.length; i++) {
-		if(cc.checkComponent(windows[i])) {
-		    return(windows[i]);
-		}
-		if((result = WindowWaiter.getWindow(windows[i], cc)) != null) {
-		    return(result);
-		}
-	    }
-	    return(null);
-	}
-    }
-
-    private static Window getAWindow(ComponentChooser cc) {
-	Window result = null;
-	Frame[] frames = Frame.getFrames();
-	for(int i = 0; i < frames.length; i++) {
-	    if(cc.checkComponent(frames[i])) {
-		return(frames[i]);
-	    }
-	    if((result = WindowWaiter.getWindow(frames[i], cc)) != null) {
-		return(result);
-	    }
-	}
-	return(null);
-    }
-
-    private Window waitWindow()
-	throws InterruptedException {
-	return((Window)waitAction(null));
-    }
-
-    private Window waitWindow(Window o)
-	throws InterruptedException {
-	owner = o;
-	return((Window)waitAction(null));
-    }
-
-    private static class IndexChooser implements ComponentChooser {
-	private int curIndex = 0;
-	private int index;
-	private ComponentChooser chooser;
-	public IndexChooser(ComponentChooser ch, int i) {
-	    index = i;
-	    chooser = ch;
-	    curIndex = 0;
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp.isShowing() && comp.isVisible() && chooser.checkComponent(comp)) {
-		if(curIndex == index) {
-		    return(true);
-		}
-		curIndex++;
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return(chooser.getDescription());
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/accessibility/AccessibilityChooser.java b/jemmy/src/org/netbeans/jemmy/accessibility/AccessibilityChooser.java
deleted file mode 100644
index 5ecb53f..0000000
--- a/jemmy/src/org/netbeans/jemmy/accessibility/AccessibilityChooser.java
+++ /dev/null
@@ -1,75 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.accessibility;
-
-import java.awt.Component;
-
-import javax.accessibility.AccessibleContext;
-
-import javax.swing.JComponent;
-import javax.swing.JDialog;
-import javax.swing.JFrame;
-import javax.swing.JWindow;
-
-import org.netbeans.jemmy.ComponentChooser;
-
-public abstract class AccessibilityChooser implements ComponentChooser {
-    public final boolean checkComponent(Component comp) {
-        if(comp instanceof JComponent) {
-            return(checkContext(comp.getAccessibleContext()));
-        } else if(comp instanceof JDialog) {
-            return(checkContext(comp.getAccessibleContext()));
-        } else if(comp instanceof JFrame) {
-            return(checkContext(comp.getAccessibleContext()));
-        } else if(comp instanceof JWindow) {
-            return(checkContext(comp.getAccessibleContext()));
-        } else {
-            return(false);
-        }
-    }
-    public abstract boolean checkContext(AccessibleContext context);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/accessibility/AccessibleDescriptionChooser.java b/jemmy/src/org/netbeans/jemmy/accessibility/AccessibleDescriptionChooser.java
deleted file mode 100644
index 61a3df3..0000000
--- a/jemmy/src/org/netbeans/jemmy/accessibility/AccessibleDescriptionChooser.java
+++ /dev/null
@@ -1,70 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.accessibility;
-
-import javax.accessibility.AccessibleContext;
-
-import org.netbeans.jemmy.operators.Operator;
-import org.netbeans.jemmy.operators.Operator.StringComparator;
-
-public class AccessibleDescriptionChooser extends AccessibilityChooser {
-    String description;
-    StringComparator comparator;
-    public AccessibleDescriptionChooser(String description, StringComparator comparator) {
-        this.description = description;
-        this.comparator = comparator;
-    }
-    public AccessibleDescriptionChooser(String description) {
-        this(description, Operator.getDefaultStringComparator());
-    }
-    public final boolean checkContext(AccessibleContext context) {
-        return(comparator.equals(context.getAccessibleDescription(), description));
-    }
-    public String getDescription() {
-        return("JComponent with \"" + description + "\" accessible description");
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/accessibility/AccessibleNameChooser.java b/jemmy/src/org/netbeans/jemmy/accessibility/AccessibleNameChooser.java
deleted file mode 100644
index a53cde1..0000000
--- a/jemmy/src/org/netbeans/jemmy/accessibility/AccessibleNameChooser.java
+++ /dev/null
@@ -1,70 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.accessibility;
-
-import javax.accessibility.AccessibleContext;
-
-import org.netbeans.jemmy.operators.Operator;
-import org.netbeans.jemmy.operators.Operator.StringComparator;
-
-public class AccessibleNameChooser extends AccessibilityChooser {
-    String name;
-    StringComparator comparator;
-    public AccessibleNameChooser(String name, StringComparator comparator) {
-        this.name = name;
-        this.comparator = comparator;
-    }
-    public AccessibleNameChooser(String name) {
-        this(name, Operator.getDefaultStringComparator());
-    }
-    public final boolean checkContext(AccessibleContext context) {
-        return(comparator.equals(context.getAccessibleName(), name));
-    }
-    public String getDescription() {
-        return("JComponent with \"" + name + "\" accessible name");
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/debug.timeouts b/jemmy/src/org/netbeans/jemmy/debug.timeouts
deleted file mode 100644
index 215b7d0..0000000
--- a/jemmy/src/org/netbeans/jemmy/debug.timeouts
+++ /dev/null
@@ -1,19 +0,0 @@
-AbstractButtonOperator.PushButtonTimeout=100
-ComponentOperator.AfterDragTimeout=100
-ComponentOperator.BeforeDragTimeout=100
-ComponentOperator.MouseClickTimeout=100
-ComponentOperator.PushKeyTimeout=100
-DialogWaiter.AfterDialogTimeout=3000
-EventDispatcher.RobotAutoDelay=100
-FrameWaiter.AfterFrameTimeout=3000
-JComboBoxOperator.BeforeSelectingTimeout=100
-JComponentOperator.ShowToolTipTimeout=1000
-JMenuItemOperator.PushMenuTimeout=100
-JMenuOperator.WaitBeforePopupTimeout=100
-JScrollBarOperator.OneScrollClickTimeout=10
-JSplitPaneOperator.ScrollClickTimeout=10
-JTextComponentOperator.BetweenKeysTimeout=100
-JTextComponentOperator.PushKeyTimeout=100
-JTextComponentOperator.TypeTextTimeout=60000
-JTreeOperator.WaitAfterNodeExpandedTimeout=100
-WindowWaiter.AfterWindowTimeout=3000
diff --git a/jemmy/src/org/netbeans/jemmy/demo/CommentWindow.java b/jemmy/src/org/netbeans/jemmy/demo/CommentWindow.java
deleted file mode 100644
index 4140dbe..0000000
--- a/jemmy/src/org/netbeans/jemmy/demo/CommentWindow.java
+++ /dev/null
@@ -1,102 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.demo;
-
-/**
- *
- * Interface implementation defines a way to display step comments
- * during demo or test debug.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *
- *	
- */
-
-public interface CommentWindow {
-    /**
-     * Defines either test(demo) has been stopped or not.
-     * @return true if test (demo) execution has been stopped.
-     * Like when user is reading step comments.
-     * false if test execution can be continued.
-     */
-    public boolean isStopped();
-
-    /**
-     * Defines either test execution should be interrupted or not.
-     * @return If true, execution will be interrupted.
-     */
-    public boolean isInterrupted();
-
-    /**
-     * Defines window title.
-     * @param title Title to display.
-     */
-    public void setTitle(String title);
-
-    /**
-     * Should display next step comment.
-     * @param stepComment Comments to be displayed.
-     */
-    public void nextStep(String stepComment);
-
-    /**
-     * Method is invoked at the end of test(demo).
-     * @param stepComment Comment to be displayed.
-     */
-    public void showFinalComment(String stepComment);
-
-    /**
-     * Closes the window.
-     */
-    public void close();
-
-    /**
-     * Returns a message for a case when test needs to be interrupted.
-     * @return Interrupted message if test should be interrupted.
-     */
-    public String getInterruptMessage();
-}
diff --git a/jemmy/src/org/netbeans/jemmy/demo/DefaultCommentWindow.java b/jemmy/src/org/netbeans/jemmy/demo/DefaultCommentWindow.java
deleted file mode 100644
index 73204ac..0000000
--- a/jemmy/src/org/netbeans/jemmy/demo/DefaultCommentWindow.java
+++ /dev/null
@@ -1,299 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.demo;
-
-import org.netbeans.jemmy.EventDispatcher;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-
-import org.netbeans.jemmy.operators.JButtonOperator;
-
-import java.awt.BorderLayout;
-import java.awt.Dimension;
-import java.awt.Toolkit;
-
-import java.awt.event.ActionEvent;
-import java.awt.event.ActionListener;
-
-import javax.swing.JButton;
-import javax.swing.JDialog;
-import javax.swing.JFrame;
-import javax.swing.JPanel;
-import javax.swing.JScrollPane;
-import javax.swing.JTextArea;
-
-/**
- *
- * Default org.netbeans.jemmy.demo.CommentWindow implementation.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- * 
- */
-
-public class DefaultCommentWindow extends JDialog implements CommentWindow {
-
-    JTextArea comments;
-    JButton finishButton;
-    JButton nextStepButton;
-    JButton contButton;
-
-    boolean stopped = true;
-    boolean continual = false;
-    boolean finished = false;
-    boolean interrupted = false;
-
-    long readCommentTimeout = 1000;
-
-    /**
-     * Constructs a DefaultCommentWindow object.
-     * @param modal Display as modal dialog.
-     */
-    public DefaultCommentWindow(boolean modal) {
-
-	super();
-
-	nextStepButton = new JButton("One step");
-	nextStepButton.addActionListener(new ActionListener() {
-	    public void actionPerformed(ActionEvent e) {
-		hideWindow();
-		nextStepButton.setEnabled(false);
-		contButton.setEnabled(false);
-		finishButton.setEnabled(false);
-		setStopped(false);
-	    }
-	});
-
-	contButton = new JButton("All steps");
-	contButton.addActionListener(new ActionListener() {
-	    public void actionPerformed(ActionEvent e) {
-		hideWindow();
-		nextStepButton.setEnabled(false);
-		contButton.setEnabled(false);
-		finishButton.setEnabled(false);
-		continual = true;
-		setStopped(false);
-	    }
-	});
-
-	finishButton = new JButton("Interrupt");
-	finishButton.addActionListener(new ActionListener() {
-	    public void actionPerformed(ActionEvent e) {
-		hideWindow();
-		if(!finished) {
-		    setInterrupted(true);
-		}
-		continual = false;
-		setStopped(false);
-	    }
-	});
-
-	JPanel prepreNavPane = new JPanel();
-	prepreNavPane.setLayout(new BorderLayout());
-	prepreNavPane.add(finishButton, BorderLayout.NORTH);
-
-	JPanel preNavPane = new JPanel();
-	preNavPane.setLayout(new BorderLayout());
-	preNavPane.add(contButton, BorderLayout.NORTH);
-	preNavPane.add(prepreNavPane, BorderLayout.CENTER);
-
-	JPanel navPane = new JPanel();
-	navPane.setLayout(new BorderLayout());
-	navPane.add(nextStepButton, BorderLayout.NORTH);
-	navPane.add(preNavPane, BorderLayout.CENTER);
-
-	comments = new JTextArea("");
-	comments.setEditable(false);
-	comments.setLineWrap(true);
-
-	getContentPane().setLayout(new BorderLayout());
-	getContentPane().add(navPane, BorderLayout.WEST);
-	getContentPane().add(new JScrollPane(comments), BorderLayout.CENTER);
-
-	Dimension screen = Toolkit.getDefaultToolkit().getScreenSize();
-	setSize((int)screen.getWidth(), 200);
-	setLocation(0, (int)screen.getHeight() - 200);
-
-	setModal(modal);
-    }
-
-    /**
-     * Constructs a DefaultCommentWindow object.
-     */
-    public DefaultCommentWindow() {
-	this(false);
-    }
-
-    /**
-     * Specifies the time to display comment.
-     * @param timeout lond value.
-     */
-    public void setCommentTimeout(long timeout) {
-	readCommentTimeout = timeout;
-    }
-
-    public boolean isStopped() {
-	return(stopped);
-    }
-
-    public void nextStep(String stepComment) {
-	comments.setText(stepComment);
-	nextStepButton.setEnabled(true);
-	contButton.setEnabled(true);
-	finishButton.setEnabled(true);
-	setStopped(true);
-	if(!continual) {
-	    new Mover(nextStepButton).enter();
-	} else {
-	    new Mover(nextStepButton).push();
-	}
-	showWindow();
-    }
-
-    public void showFinalComment(String stepComment) {
-	setStopped(true);
-	finished = true;
-	continual = false;
-	finishButton.setEnabled(true);
-	finishButton.setText("Finish");
-	comments.setText(stepComment);
-	new Mover(finishButton).enter();
-	showWindow();
-    }
-
-    public boolean isInterrupted() {
-	return(interrupted);
-    }
-
-    public String getInterruptMessage() {
-	return("Step comments: \"" + comments.getText() + "\"");
-    }
-
-    public void close() {
-	setVisible(false);
-    }
-
-    /**
-     * Perform a mouse action at the end of test step.
-     * If demo is executed in continual mode 
-     * (i.e. "All Steps" button has been pushed), 
-     * performs "Next" button pushing.
-     * Otherwise simply moves mouse to the "Next" button.
-     */
-    public class Mover extends Thread {
-	JButtonOperator bo;
-	boolean toPush = false;
-        /**
-         * Creates a Mover object.
-         * @param button a Button
-         */
-	public Mover(JButton button) {
-	    super();
-	    bo = new JButtonOperator(button);
-	    Timeouts times = JemmyProperties.getCurrentTimeouts();
-	    times.setTimeout("AbstractButton.PushButtonTimeout",
-			     readCommentTimeout);
-	    bo.setTimeouts(times);
-	}
-        /**
-         * Pushes the button.
-         */
-	public void push() {
-	    toPush = true;
-	    start();
-	}
-        /**
-         * Moves mouse pointer to the button.
-         */
-	public void enter() {
-	    toPush = false;
-	    start();
-	}
-	public void run() {
-	    try {
-		while(!bo.getSource().isShowing()) {
-		    Thread.currentThread().sleep(100);
-		}
-		EventDispatcher.waitQueueEmpty(TestOut.getNullOutput(),
-					       JemmyProperties.getCurrentTimeouts());
-		bo.enterMouse();
-		if(toPush) {
-		    Thread.currentThread().sleep(readCommentTimeout);
-		    bo.push();
-		}
-	    } catch(InterruptedException e) {
-		e.printStackTrace();
-	    } catch(TimeoutExpiredException e) {
-		e.printStackTrace();
-	    }
-	}
-    }
-
-    private void hideWindow() {
-	if(isModal()) {
-	    hide();
-	} else {
-	    toBack();
-	}
-    }
-
-    private void showWindow() {
-	show();
-	if(!isModal()) {
-	    toFront();
-	}
-    }
-
-    private void setStopped(boolean value) {
-	stopped = value;
-    }
-
-    private void setInterrupted(boolean value) {
-	interrupted = value;
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/demo/DemoInterruptedException.java b/jemmy/src/org/netbeans/jemmy/demo/DemoInterruptedException.java
deleted file mode 100644
index b7c6e8a..0000000
--- a/jemmy/src/org/netbeans/jemmy/demo/DemoInterruptedException.java
+++ /dev/null
@@ -1,79 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.demo;
-
-import org.netbeans.jemmy.TestCompletedException;
-
-import java.io.PrintStream;
-
-/**
- *
- * Exception is throught if test (demo) execution has been interrupted
- * (CommentWindow.isInterrupted() returned true).
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *
- */
-
-public class DemoInterruptedException extends TestCompletedException {
-
-    /**
-     * Constructs a DemoInterruptedException object.
-     * @param description an exception descriptio.
-     */
-    public DemoInterruptedException(String description) {
-	super(100, description);
-    }
-
-    public void printStackTrace() {
-	printStackTrace(System.out);
-    }
-
-    public void printStackTrace(PrintStream ps) {
-	super.printStackTrace(ps);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/demo/Demonstrator.java b/jemmy/src/org/netbeans/jemmy/demo/Demonstrator.java
deleted file mode 100644
index c61a98e..0000000
--- a/jemmy/src/org/netbeans/jemmy/demo/Demonstrator.java
+++ /dev/null
@@ -1,170 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.demo;
-
-import org.netbeans.jemmy.EventDispatcher;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.TimeoutExpiredException;
-
-/**
- *
- * Class to display step comments.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *
- */
-
-public class Demonstrator {
-
-    private static CommentWindow displayer;
-    private static CommentWindow nonDisplayer;
-
-    /**
-     * Notifies current CommentWindow implementation to change title.
-     * @param title new CommentWindow's title
-     */
-    public static void setTitle(String title) {
-	displayer.setTitle(title);
-    }
-
-    /**
-     * Changes current CommentWindow.
-     * @param cw CommentWindow instance.
-     */
-    public static void setCommentWindow(CommentWindow cw) {
-	displayer = cw;
-    }
-
-    /**
-     * Notifies current CommentWindow implementation to display comments for a new step.
-     * @param stepComment New step comments
-     */
-    public static void nextStep(String stepComment) {
-	getDisplayer().nextStep(stepComment);
-	while(getDisplayer().isStopped()) {
-	    try {
-		Thread.currentThread().sleep(100);
-	    } catch (InterruptedException e) {
-	    }
-	}
-	if(getDisplayer() != nonDisplayer) {
-	    try {
-		EventDispatcher.waitQueueEmpty(TestOut.getNullOutput(),
-					       JemmyProperties.getCurrentTimeouts());
-	    } catch(TimeoutExpiredException e) {
-		e.printStackTrace();
-	    }
-	}
-	if(getDisplayer().isInterrupted()) {
-	    getDisplayer().close();
-	    throw(new DemoInterruptedException(getDisplayer().getInterruptMessage()));
-	}
-    }
-
-    /**
-     * Notifies current CommentWindow implementation to display final comments.
-     * @param stepComment New step comments
-     */
-    public static void showFinalComment(String stepComment) {
-	getDisplayer().showFinalComment(stepComment);
-	while(getDisplayer().isStopped()) {
-	    try {
-		Thread.currentThread().sleep(100);
-	    } catch (InterruptedException e) {
-	    }
-	}
-	getDisplayer().close();
-	if(getDisplayer() != nonDisplayer) {
-	    try {
-		EventDispatcher.waitQueueEmpty(TestOut.getNullOutput(),
-					       JemmyProperties.getCurrentTimeouts());
-	    } catch(TimeoutExpiredException e) {
-		e.printStackTrace();
-	    }
-	}
-    }
-    
-    static {
-	setCommentWindow(new DefaultCommentWindow());
-	setTitle("Step comments");
-	nonDisplayer = new NonWindow(); 
-    }
-
-    private static class NonWindow implements CommentWindow {
-	public void setTitle(String title) {
-	}
-	public boolean isStopped() {
-	    return(false);
-	}
-	public void nextStep(String stepComment) {
-	    JemmyProperties.getCurrentOutput().printLine("Step comments:\n" + 
-							 stepComment);
-	}
-	public void showFinalComment(String stepComment) {
-	    JemmyProperties.getCurrentOutput().printLine("Final comments:\n" + 
-							 stepComment);
-	}
-	public boolean isInterrupted() {
-	    return(false);
-	}
-	public String getInterruptMessage() {
-	    return("");
-	}
-	public void close() {
-	}
-    }
-
-    private static CommentWindow getDisplayer() {
-	if(System.getProperty("jemmy.demo") != null &&
-	   System.getProperty("jemmy.demo").equals("on")) {
-	    return(displayer);
-	} else {
-	    return(nonDisplayer);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/demo/package.html b/jemmy/src/org/netbeans/jemmy/demo/package.html
deleted file mode 100644
index e91b38a..0000000
--- a/jemmy/src/org/netbeans/jemmy/demo/package.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-  <head>
-    <title>Demo package</title>
-  </head>
-
-  <body>
-    <h1>Demo package</h1>
-
-    Contains classes alowing to create automated application demoes.<br>
-
-    @since 9 Nov 2002
-
-    <hr>
-  </body>
-</html>
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/APIDriverInstaller.java b/jemmy/src/org/netbeans/jemmy/drivers/APIDriverInstaller.java
deleted file mode 100644
index 959cf3d..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/APIDriverInstaller.java
+++ /dev/null
@@ -1,202 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.ClassReference;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyProperties;
-
-import org.netbeans.jemmy.drivers.buttons.ButtonMouseDriver;
-
-import org.netbeans.jemmy.drivers.focus.APIFocusDriver;
-import org.netbeans.jemmy.drivers.focus.MouseFocusDriver;
-
-import org.netbeans.jemmy.drivers.lists.ChoiceDriver;
-import org.netbeans.jemmy.drivers.lists.JComboMouseDriver;
-import org.netbeans.jemmy.drivers.lists.JTableHeaderDriver;
-import org.netbeans.jemmy.drivers.lists.JTabAPIDriver;
-import org.netbeans.jemmy.drivers.lists.JListMouseDriver;
-import org.netbeans.jemmy.drivers.lists.ListKeyboardDriver;
-import org.netbeans.jemmy.drivers.menus.AppleMenuDriver;
-
-import org.netbeans.jemmy.drivers.menus.DefaultJMenuDriver;
-import org.netbeans.jemmy.drivers.menus.QueueJMenuDriver;
-
-import org.netbeans.jemmy.drivers.scrolling.JScrollBarAPIDriver;
-import org.netbeans.jemmy.drivers.scrolling.JSliderAPIDriver;
-import org.netbeans.jemmy.drivers.scrolling.JSplitPaneDriver;
-import org.netbeans.jemmy.drivers.scrolling.ScrollbarDriver;
-import org.netbeans.jemmy.drivers.scrolling.ScrollPaneDriver;
-
-import org.netbeans.jemmy.drivers.tables.JTableMouseDriver;
-
-import org.netbeans.jemmy.drivers.trees.JTreeAPIDriver;
-
-import org.netbeans.jemmy.drivers.text.AWTTextKeyboardDriver;
-import org.netbeans.jemmy.drivers.text.SwingTextKeyboardDriver;
-
-import org.netbeans.jemmy.drivers.windows.DefaultFrameDriver;
-import org.netbeans.jemmy.drivers.windows.DefaultInternalFrameDriver;
-import org.netbeans.jemmy.drivers.windows.DefaultWindowDriver;
-
-/**
- * Installs all necessary drivers for Jemmy operators except
- * low-level drivers which are installed by 
- * <a href="InputDriverInstaller.java">InputDriverInstaller</a>.
- * 
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-
-public class APIDriverInstaller extends ArrayDriverInstaller {
-
-    /**
-     * Constructs a DefaultDriverInstaller object.
-     * @param shortcutEvents Signals whether shortcut mode is used.
-     */
-    public APIDriverInstaller(boolean shortcutEvents) {
-	super(new String[] {
-	      DriverManager.LIST_DRIVER_ID,
-	      DriverManager.MULTISELLIST_DRIVER_ID,
-	      DriverManager.TREE_DRIVER_ID,
-	      DriverManager.TEXT_DRIVER_ID,
-	      DriverManager.TEXT_DRIVER_ID,
-	      DriverManager.SCROLL_DRIVER_ID,
-	      DriverManager.SCROLL_DRIVER_ID,
-	      DriverManager.SCROLL_DRIVER_ID,
-	      DriverManager.SCROLL_DRIVER_ID,
-	      DriverManager.SCROLL_DRIVER_ID,
-	      DriverManager.SCROLL_DRIVER_ID,
-	      DriverManager.BUTTON_DRIVER_ID,
-	      DriverManager.LIST_DRIVER_ID,
-	      DriverManager.LIST_DRIVER_ID,
-	      DriverManager.MULTISELLIST_DRIVER_ID,
-	      DriverManager.LIST_DRIVER_ID,
-	      DriverManager.LIST_DRIVER_ID,
-	      DriverManager.MULTISELLIST_DRIVER_ID,
-	      DriverManager.TABLE_DRIVER_ID,
-	      DriverManager.LIST_DRIVER_ID,
-	      DriverManager.FRAME_DRIVER_ID,
-	      DriverManager.WINDOW_DRIVER_ID,
-	      DriverManager.FRAME_DRIVER_ID,
-	      DriverManager.INTERNAL_FRAME_DRIVER_ID,
-	      DriverManager.WINDOW_DRIVER_ID,
-	      DriverManager.FOCUS_DRIVER_ID,
-	      DriverManager.FOCUS_DRIVER_ID,
-	      DriverManager.MENU_DRIVER_ID,
-	      DriverManager.MENU_DRIVER_ID,
-	      DriverManager.ORDEREDLIST_DRIVER_ID},
-	      new Object[] {
-	      new JTreeAPIDriver(),
-              new JTreeAPIDriver(),
-	      new JTreeAPIDriver(),
-	      new AWTTextKeyboardDriver(),
-	      new SwingTextKeyboardDriver(),
-	      new ScrollbarDriver(),
-	      new ScrollPaneDriver(),
-	      new JScrollBarAPIDriver(),
-	      new JSplitPaneDriver(),
-	      new JSliderAPIDriver(),
-	      createSpinnerDriver(),
-	      new ButtonMouseDriver(),
-	      new JTabAPIDriver(),
-	      new ListKeyboardDriver(),
-	      new ListKeyboardDriver(),
-	      new JComboMouseDriver(),
-	      new JListMouseDriver(),
-	      new JListMouseDriver(),
-	      new JTableMouseDriver(),
-	      new ChoiceDriver(),
-	      new DefaultFrameDriver(),
-	      new DefaultWindowDriver(),
-	      new DefaultInternalFrameDriver(),
-	      new DefaultInternalFrameDriver(),
-	      new DefaultInternalFrameDriver(),
-	      new APIFocusDriver(),
-	      new MouseFocusDriver(),
-              (shortcutEvents ? ((Object)new QueueJMenuDriver()) : ((Object)new DefaultJMenuDriver())),
-              ((System.getProperty("apple.laf.useScreenMenuBar") != null && 
-                      System.getProperty("apple.laf.useScreenMenuBar").equals("true")) ? new AppleMenuDriver() :
-                  (shortcutEvents ? ((Object)new QueueJMenuDriver()) : ((Object)new DefaultJMenuDriver()))),
-	      new JTableHeaderDriver()});
-    }
-
-    /**
-     * Constructs a DefaultDriverInstaller object with shortcut mode flag
-     * taken from <code>JemmyProperties</code>.
-     */
-    public APIDriverInstaller() {
-        this((JemmyProperties.getCurrentDispatchingModel() &
-              JemmyProperties.SHORTCUT_MODEL_MASK) != 0);
-    }
-
-    private static LightDriver createSpinnerDriver() {
-        if(System.getProperty("java.specification.version").compareTo("1.3") > 0) {
-            try {
-                return((LightDriver)new ClassReference("org.netbeans.jemmy.drivers.scrolling.JSpinnerDriver").
-                       newInstance(null, null));
-            } catch(ClassNotFoundException e) {
-                JemmyProperties.getCurrentOutput().
-                    printErrLine("ATTENTION! you are using Jemmy built by Java earlier then 1.4, under " +
-                                 "Java 1.4. \nImpossible to create JSpinnerDriver");
-                return(createEmptyDriver());
-            } catch(Exception e) {
-                throw(new JemmyException("Impossible to create JSpinnerDriver although java version is " +
-                                         System.getProperty("java.version"),
-                                         e));
-            }
-        } else {
-            return(createEmptyDriver());
-        }
-    }
-
-    private static LightDriver createEmptyDriver() {
-        return(new LightDriver() {
-                public String[] getSupported() {
-                    return(new String[] {Object.class.getName()});
-                }});
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/ArrayDriverInstaller.java b/jemmy/src/org/netbeans/jemmy/drivers/ArrayDriverInstaller.java
deleted file mode 100644
index 0475e5c..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/ArrayDriverInstaller.java
+++ /dev/null
@@ -1,80 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-/**
- * Auxiliary class making driver registration easier.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public class ArrayDriverInstaller implements DriverInstaller {
-    String[] ids;
-    Object[] drivers;
-
-    /**
-     * Constructs an ArrayDriverInstaller object.
-     * Both parameter arrays mush have same length,
-     * <code>drivers</code> must keep instances of
-     * <a href = "Driver.html">Driver</a> or
-     * <a href = "Driver.html">LightDriver</a> implementations.
-     * @param ids      an array of driver IDs
-     * @param drivers  an array of drivers.
-     */
-    public ArrayDriverInstaller(String[] ids, Object[] drivers) {
-	this.ids = ids;
-	this.drivers = drivers;
-    }
-
-    /**
-     * Installs drivers from the array passed into constructor.
-     */
-    public void install() {
-	for(int i = 0; i < ids.length; i++) {
-	    DriverManager.setDriver(ids[i], drivers[i]);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/ButtonDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/ButtonDriver.java
deleted file mode 100644
index 2432158..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/ButtonDriver.java
+++ /dev/null
@@ -1,73 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Defines how to work with buttons.
- */
-public interface ButtonDriver {
-
-    /**
-     * Presses a button.
-     * @param oper Button operator.
-     */
-    public void press(ComponentOperator oper);
-
-    /**
-     * Releases a button.
-     * @param oper Button operator.
-     */
-    public void release(ComponentOperator oper);
-
-    /**
-     * Pushes a button.
-     * @param oper Button operator.
-     */
-    public void push(ComponentOperator oper);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/DefaultDriverInstaller.java b/jemmy/src/org/netbeans/jemmy/drivers/DefaultDriverInstaller.java
deleted file mode 100644
index 8b52a2c..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/DefaultDriverInstaller.java
+++ /dev/null
@@ -1,197 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.ClassReference;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyProperties;
-
-import org.netbeans.jemmy.drivers.buttons.ButtonMouseDriver;
-
-import org.netbeans.jemmy.drivers.focus.APIFocusDriver;
-import org.netbeans.jemmy.drivers.focus.MouseFocusDriver;
-
-import org.netbeans.jemmy.drivers.lists.ChoiceDriver;
-import org.netbeans.jemmy.drivers.lists.JComboMouseDriver;
-import org.netbeans.jemmy.drivers.lists.JTableHeaderDriver;
-import org.netbeans.jemmy.drivers.lists.JTabMouseDriver;
-import org.netbeans.jemmy.drivers.lists.JListMouseDriver;
-import org.netbeans.jemmy.drivers.lists.ListKeyboardDriver;
-
-import org.netbeans.jemmy.drivers.menus.DefaultJMenuDriver;
-import org.netbeans.jemmy.drivers.menus.QueueJMenuDriver;
-
-import org.netbeans.jemmy.drivers.scrolling.JScrollBarDriver;
-import org.netbeans.jemmy.drivers.scrolling.JSliderDriver;
-import org.netbeans.jemmy.drivers.scrolling.JSplitPaneDriver;
-import org.netbeans.jemmy.drivers.scrolling.ScrollbarDriver;
-import org.netbeans.jemmy.drivers.scrolling.ScrollPaneDriver;
-
-import org.netbeans.jemmy.drivers.tables.JTableMouseDriver;
-
-import org.netbeans.jemmy.drivers.trees.JTreeMouseDriver;
-
-import org.netbeans.jemmy.drivers.text.AWTTextKeyboardDriver;
-import org.netbeans.jemmy.drivers.text.SwingTextKeyboardDriver;
-
-import org.netbeans.jemmy.drivers.windows.DefaultFrameDriver;
-import org.netbeans.jemmy.drivers.windows.DefaultInternalFrameDriver;
-import org.netbeans.jemmy.drivers.windows.DefaultWindowDriver;
-
-/**
- * Installs all necessary drivers for Jemmy operators except
- * low-level drivers which are installed by 
- * <a href="InputDriverInstaller.java">InputDriverInstaller</a>.
- * 
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-
-public class DefaultDriverInstaller extends ArrayDriverInstaller {
-
-    /**
-     * Constructs a DefaultDriverInstaller object.
-     * @param shortcutEvents Signals whether shortcut mode is used.
-     */
-    public DefaultDriverInstaller(boolean shortcutEvents) {
-	super(new String[] {
-	      DriverManager.LIST_DRIVER_ID,
-	      DriverManager.MULTISELLIST_DRIVER_ID,
-	      DriverManager.TREE_DRIVER_ID,
-	      DriverManager.TEXT_DRIVER_ID,
-	      DriverManager.TEXT_DRIVER_ID,
-	      DriverManager.SCROLL_DRIVER_ID,
-	      DriverManager.SCROLL_DRIVER_ID,
-	      DriverManager.SCROLL_DRIVER_ID,
-	      DriverManager.SCROLL_DRIVER_ID,
-	      DriverManager.SCROLL_DRIVER_ID,
-	      DriverManager.SCROLL_DRIVER_ID,
-	      DriverManager.BUTTON_DRIVER_ID,
-	      DriverManager.LIST_DRIVER_ID,
-	      DriverManager.LIST_DRIVER_ID,
-	      DriverManager.MULTISELLIST_DRIVER_ID,
-	      DriverManager.LIST_DRIVER_ID,
-	      DriverManager.LIST_DRIVER_ID,
-	      DriverManager.MULTISELLIST_DRIVER_ID,
-	      DriverManager.TABLE_DRIVER_ID,
-	      DriverManager.LIST_DRIVER_ID,
-	      DriverManager.FRAME_DRIVER_ID,
-	      DriverManager.WINDOW_DRIVER_ID,
-	      DriverManager.FRAME_DRIVER_ID,
-	      DriverManager.INTERNAL_FRAME_DRIVER_ID,
-	      DriverManager.WINDOW_DRIVER_ID,
-	      DriverManager.FOCUS_DRIVER_ID,
-	      DriverManager.FOCUS_DRIVER_ID,
-	      DriverManager.MENU_DRIVER_ID,
-	      DriverManager.ORDEREDLIST_DRIVER_ID},
-	      new Object[] {
-	      new JTreeMouseDriver(),
-              new JTreeMouseDriver(),
-	      new JTreeMouseDriver(),
-	      new AWTTextKeyboardDriver(),
-	      new SwingTextKeyboardDriver(),
-	      new ScrollbarDriver(),
-	      new ScrollPaneDriver(),
-	      new JScrollBarDriver(),
-	      new JSplitPaneDriver(),
-	      new JSliderDriver(),
-	      createSpinnerDriver(),
-	      new ButtonMouseDriver(),
-	      new JTabMouseDriver(),
-	      new ListKeyboardDriver(),
-	      new ListKeyboardDriver(),
-	      new JComboMouseDriver(),
-	      new JListMouseDriver(),
-	      new JListMouseDriver(),
-	      new JTableMouseDriver(),
-	      new ChoiceDriver(),
-	      new DefaultFrameDriver(),
-	      new DefaultWindowDriver(),
-	      new DefaultInternalFrameDriver(),
-	      new DefaultInternalFrameDriver(),
-	      new DefaultInternalFrameDriver(),
-	      new APIFocusDriver(),
-	      new MouseFocusDriver(),
-              (shortcutEvents ? ((Object)new QueueJMenuDriver()) : ((Object)new DefaultJMenuDriver())),
-	      new JTableHeaderDriver()});
-    }
-
-    /**
-     * Constructs a DefaultDriverInstaller object with shortcut mode flag
-     * taken from <code>JemmyProperties</code>.
-     */
-    public DefaultDriverInstaller() {
-        this((JemmyProperties.getCurrentDispatchingModel() &
-              JemmyProperties.SHORTCUT_MODEL_MASK) != 0);
-    }
-
-    private static LightDriver createSpinnerDriver() {
-        if(System.getProperty("java.specification.version").compareTo("1.3") > 0) {
-            try {
-                return((LightDriver)new ClassReference("org.netbeans.jemmy.drivers.scrolling.JSpinnerDriver").
-                       newInstance(null, null));
-            } catch(ClassNotFoundException e) {
-                JemmyProperties.getCurrentOutput().
-                    printErrLine("ATTENTION! you are using Jemmy built by Java earlier then 1.4, under " +
-                                 "Java 1.4. \nImpossible to create JSpinnerDriver");
-                return(createEmptyDriver());
-            } catch(Exception e) {
-                throw(new JemmyException("Impossible to create JSpinnerDriver although java version is " +
-                                         System.getProperty("java.version"),
-                                         e));
-            }
-        } else {
-            return(createEmptyDriver());
-        }
-    }
-
-    private static LightDriver createEmptyDriver() {
-        return(new LightDriver() {
-                public String[] getSupported() {
-                    return(new String[] {Object.class.getName()});
-                }});
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/DescriptablePathChooser.java b/jemmy/src/org/netbeans/jemmy/drivers/DescriptablePathChooser.java
deleted file mode 100644
index e8f6591..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/DescriptablePathChooser.java
+++ /dev/null
@@ -1,61 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-/**
- * Specifies an interface for objects defining path searching criteria.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public interface DescriptablePathChooser extends PathChooser {
-
-    /**
-     * Gives path description.
-     */
-    public String getDescription();
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/Driver.java b/jemmy/src/org/netbeans/jemmy/drivers/Driver.java
deleted file mode 100644
index 6e77ed3..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/Driver.java
+++ /dev/null
@@ -1,63 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-/**
- * Implements "heavy" model of driver because requires to
- * load classes for all supported operator types.
- * @see LightDriver
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public interface Driver {
-
-    /**
-     * Returns an array of operator classes which are supported by this driver.
-     * @return an array of supported operators' classes.
-     */
-    public Class[] getSupported();
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/DriverInstaller.java b/jemmy/src/org/netbeans/jemmy/drivers/DriverInstaller.java
deleted file mode 100644
index 80c347f..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/DriverInstaller.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-/**
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public interface DriverInstaller {
-    public void install();
-}
-
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/DriverManager.java b/jemmy/src/org/netbeans/jemmy/drivers/DriverManager.java
deleted file mode 100644
index 5173dd2..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/DriverManager.java
+++ /dev/null
@@ -1,737 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import java.util.Hashtable;
-
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Manages driver set.
- */
-public class DriverManager {
-    /**
-     * Symbolic constant - prefix for drivers names.
-     */
-    public static final String DRIVER_ID = "drivers.";
-    /**
-     * Symbolic constant for tree drivers.
-     */
-    public static final String TREE_DRIVER_ID = DRIVER_ID + "tree";
-    /**
-     * Symbolic constant for text drivers.
-     */
-    public static final String TEXT_DRIVER_ID = DRIVER_ID + "text";
-    /**
-     * Symbolic constant for key drivers.
-     */
-    public static final String KEY_DRIVER_ID = DRIVER_ID + "key";
-    /**
-     * Symbolic constant for mouse drivers.
-     */
-    public static final String MOUSE_DRIVER_ID = DRIVER_ID + "mouse";
-    /**
-     * Symbolic constant for scroll drivers.
-     */
-    public static final String SCROLL_DRIVER_ID = DRIVER_ID + "scroll";
-    /**
-     * Symbolic constant for button drivers.
-     */
-    public static final String BUTTON_DRIVER_ID = DRIVER_ID + "button";
-    /**
-     * Symbolic constant for list drivers.
-     */
-    public static final String LIST_DRIVER_ID = DRIVER_ID + "list";
-    /**
-     * Symbolic constant for multiselection list drivers.
-     */
-    public static final String MULTISELLIST_DRIVER_ID = DRIVER_ID + "multisellist";
-    /**
-     * Symbolic constant for reorderable list drivers.
-     */
-    public static final String ORDEREDLIST_DRIVER_ID = DRIVER_ID + "orderedlist";
-    /**
-     * Symbolic constant for table drivers.
-     */
-    public static final String TABLE_DRIVER_ID = DRIVER_ID + "table";
-    /**
-     * Symbolic constant for window drivers.
-     */
-    public static final String WINDOW_DRIVER_ID = DRIVER_ID + "window";
-    /**
-     * Symbolic constant for window drivers.
-     */
-    public static final String FRAME_DRIVER_ID = DRIVER_ID + "frame";
-    /**
-     * Symbolic constant for window drivers.
-     */
-    public static final String INTERNAL_FRAME_DRIVER_ID = DRIVER_ID + "internal_frame";
-    /**
-     * Symbolic constant for frame drivers.
-     */
-    public static final String FOCUS_DRIVER_ID = DRIVER_ID + "focus";
-    /**
-     * Symbolic constant for menu drivers.
-     */
-    public static final String MENU_DRIVER_ID = DRIVER_ID + "menu";
-
-    //cannot be instantiated!
-    private DriverManager() {
-    }
-
-    /**
-     * Searches a driver.
-     * @param id Driver type id.
-     * @param operatorClass Class to get an driver for.
-     * @param props Instance to get driver from.
-     * @return a driver.
-     * @see #setDriver
-     */ 
-    public static Object getDriver(String id, Class operatorClass, JemmyProperties props) {
-	Object result = getADriver(id, operatorClass, props);
-	if(result == null) {
-	    return(getDriver(id, operatorClass));
-	} else {
-	    return(result);
-	}
-    }
-
-    /**
-     * Searches a driver. Uses <code>operator.getProperties()</code> to
-     * receive JemmyProperties instance.
-     * @param id Driver type id.
-     * @param operator Operator to get an driver for.
-     * @return a driver.
-     * @see #setDriver
-     */ 
-    public static Object getDriver(String id, ComponentOperator operator) {
-	return(getDriver(id, operator.getClass(), operator.getProperties()));
-    }
-
-    /**
-     * Searches a driver.
-     * Uses current JemmyProperties.
-     * @param id Driver type id.
-     * @param operatorClass Class to get an driver for.
-     * @return a driver.
-     * @see #setDriver
-     */ 
-    public static Object getDriver(String id, Class operatorClass) {
-	Object result = getADriver(id, operatorClass, JemmyProperties.getProperties());
-	if(result == null) {
-	    throw(new JemmyException("No \"" + id + "\" driver registered for " +
-				     operatorClass.getName() + " class!"));
-	} else {
-	    return(result);
-	}
-    }
-
-    /**
-     * Sets driver for an operator class.
-     * @param id Driver type id.
-     * @param driver A driver to be installed.
-     * @param operatorClass Class to set driver for.
-     * @see #getDriver
-     */
-    public static void setDriver(String id, Object driver, Class operatorClass) {
-	JemmyProperties.
-	    setCurrentProperty(makeID(id, operatorClass), driver);
-	if(Boolean.getBoolean(DRIVER_ID + "trace_output")) {
-	    JemmyProperties.getCurrentOutput().printLine("Installing " +
-							 driver.getClass().getName() +
-							 " drifer for " +
-							 operatorClass.getName() +
-							 " operators.");
-	}
-    }
-
-    /**
-     * Sets driver for an operator class name.
-     * @param id Driver type id.
-     * @param driver A driver to be installed.
-     * @param operatorClassName A name of operator class.
-     * @see #getDriver
-     */
-    public static void setDriver(String id, Object driver, String operatorClassName) {
-	JemmyProperties.
-	    setCurrentProperty(makeID(id, operatorClassName), driver);
-	if(Boolean.getBoolean(DRIVER_ID + "trace_output")) {
-	    JemmyProperties.getCurrentOutput().printLine("Installing " +
-							 driver.getClass().getName() +
-							 " drifer for " +
-							 operatorClassName +
-							 " operators.");
-	}
-    }
-
-    /**
-     * Sets driver for all classes supported by driver.
-     * @param id Driver type id.
-     * @param driver A driver to be installed.
-     * @see #getDriver
-     */
-    public static void setDriver(String id, Driver driver) {
-	Class[] supported = driver.getSupported();
-	for(int i = 0; i < supported.length; i++) {
-	    setDriver(id, driver, supported[i]);
-	}
-    }
-
-    /**
-     * Sets driver for all classes supported by driver.
-     * @param id Driver type id.
-     * @param driver A driver to be installed.
-     * @see #getDriver
-     */
-    public static void setDriver(String id, LightDriver driver) {
-	String[] supported = driver.getSupported();
-	for(int i = 0; i < supported.length; i++) {
-            setDriver(id, driver, supported[i]);
-	}
-    }
-
-    /**
-     * Removes driver for operator class.
-     * @param id Driver type to remove.
-     * @param operatorClass Class to remove driver for.
-     */
-    public static void removeDriver(String id, Class operatorClass) {
-	JemmyProperties.
-	    removeCurrentProperty(makeID(id, operatorClass));
-	if(Boolean.getBoolean(DRIVER_ID + "trace_output")) {
-	    JemmyProperties.getCurrentOutput().printLine("Uninstalling a drifer for " +
-							 operatorClass.getName() +
-							 " operators.");
-	}
-    }
-
-    /**
-     * Removes driver for operator class.
-     * @param id Driver type to remove.
-     * @param operatorClassName A name of operator class.
-     */
-    public static void removeDriver(String id, String operatorClassName) {
-	JemmyProperties.
-	    removeCurrentProperty(makeID(id, operatorClassName));
-	if(Boolean.getBoolean(DRIVER_ID + "trace_output")) {
-	    JemmyProperties.getCurrentOutput().printLine("Uninstalling a drifer for " +
-							 operatorClassName +
-							 " operators.");
-	}
-    }
-
-    /**
-     * Removes driver for operator classes.
-     * @param id Driver type to remove.
-     * @param operatorClasses Classes to remove driver for.
-     */
-    public static void removeDriver(String id, Class[] operatorClasses) {
-	for(int i = 0; i < operatorClasses.length; i++) {
-	    removeDriver(id, operatorClasses[i]);
-	}
-    }
-
-    /**
-     * Removes driver for operator classes.
-     * @param id Driver type to remove.
-     * @param operatorClassNames Names of operator classes.
-     */
-    public static void removeDriver(String id, String[] operatorClassNames) {
-	for(int i = 0; i < operatorClassNames.length; i++) {
-	    removeDriver(id, operatorClassNames[i]);
-	}
-    }
-
-    /**
-     * Removes driver for all supported classes.
-     * @param id Driver type to remove.
-     */
-    public static void removeDrivers(String id) {
-	String[] keys = JemmyProperties.getCurrentKeys();
-	for(int i = 0; i < keys.length; i++) {
-	    if(keys[i].startsWith(id)) {
-		JemmyProperties.
-		    removeCurrentProperty(keys[i]);
-	    }
-	}
-    }
-
-    /**
-     * Returns <code>TREE_DRIVER_ID</code> driver.
-     * @param operatorClass Class to find driver for.
-     * @return a driver
-     * @see #setTreeDriver
-     */
-    public static TreeDriver getTreeDriver(Class operatorClass) {
-	return((TreeDriver)getDriver(TREE_DRIVER_ID, operatorClass));
-    }
-    /**
-     * Returns <code>TREE_DRIVER_ID</code> driver.
-     * @param operator Operator to find driver for.
-     * @return a driver
-     * @see #setTreeDriver
-     */
-    public static TreeDriver getTreeDriver(ComponentOperator operator) {
-	return((TreeDriver)getDriver(TREE_DRIVER_ID, operator.getClass()));
-    }
-    /**
-     * Defines <code>TREE_DRIVER_ID</code> driver.
-     * @param driver a driver
-     * @see #getTreeDriver
-     */
-    public static void setTreeDriver(TreeDriver driver) {
-	setDriver(TREE_DRIVER_ID, driver);
-    }
-    /**
-     * Returns <code>TEXT_DRIVER_ID</code> driver.
-     * @param operatorClass Class to find driver for.
-     * @return a driver
-     * @see #setTextDriver
-     */
-    public static TextDriver getTextDriver(Class operatorClass) {
-	return((TextDriver)getDriver(TEXT_DRIVER_ID, operatorClass));
-    }
-    /**
-     * Returns <code>TEXT_DRIVER_ID</code> driver.
-     * @param operator Operator to find driver for.
-     * @return a driver
-     * @see #setTextDriver
-     */
-    public static TextDriver getTextDriver(ComponentOperator operator) {
-	return((TextDriver)getDriver(TEXT_DRIVER_ID, operator.getClass()));
-    }
-    /**
-     * Defines <code>TEXT_DRIVER_ID</code> driver.
-     * @param driver a driver
-     * @see #getTextDriver
-     */
-    public static void setTextDriver(TextDriver driver) {
-	setDriver(TEXT_DRIVER_ID, driver);
-    }
-    /**
-     * Returns <code>KEY_DRIVER_ID</code> driver.
-     * @param operatorClass Class to find driver for.
-     * @return a driver
-     * @see #setKeyDriver
-     */
-    public static KeyDriver getKeyDriver(Class operatorClass) {
-	return((KeyDriver)getDriver(KEY_DRIVER_ID, operatorClass));
-    }
-    /**
-     * Returns <code>KEY_DRIVER_ID</code> driver.
-     * @param operator Operator to find driver for.
-     * @return a driver
-     * @see #setKeyDriver
-     */
-    public static KeyDriver getKeyDriver(ComponentOperator operator) {
-	return((KeyDriver)getDriver(KEY_DRIVER_ID, operator.getClass()));
-    }
-    /**
-     * Defines <code>KEY_DRIVER_ID</code> driver.
-     * @param driver a driver
-     * @see #getKeyDriver
-     */
-    public static void setKeyDriver(KeyDriver driver) {
-	setDriver(KEY_DRIVER_ID, driver);
-    }
-    /**
-     * Returns <code>MOUSE_DRIVER_ID</code> driver.
-     * @param operatorClass Class to find driver for.
-     * @return a driver
-     * @see #setMouseDriver
-     */
-    public static MouseDriver getMouseDriver(Class operatorClass) {
-	return((MouseDriver)getDriver(MOUSE_DRIVER_ID, operatorClass));
-    }
-    /**
-     * Returns <code>MOUSE_DRIVER_ID</code> driver.
-     * @param operator Operator to find driver for.
-     * @return a driver
-     * @see #setMouseDriver
-     */
-    public static MouseDriver getMouseDriver(ComponentOperator operator) {
-	return((MouseDriver)getDriver(MOUSE_DRIVER_ID, operator.getClass()));
-    }
-    /**
-     * Defines <code>MOUSE_DRIVER_ID</code> driver.
-     * @param driver a driver
-     * @see #getMouseDriver
-     */
-    public static void setMouseDriver(MouseDriver driver) {
-	setDriver(MOUSE_DRIVER_ID, driver);
-    }
-    /**
-     * Returns <code>SCROLL_DRIVER_ID</code> driver.
-     * @param operatorClass Class to find driver for.
-     * @return a driver
-     * @see #setScrollDriver
-     */
-    public static ScrollDriver getScrollDriver(Class operatorClass) {
-	return((ScrollDriver)getDriver(SCROLL_DRIVER_ID, operatorClass));
-    }
-    /**
-     * Returns <code>SCROLL_DRIVER_ID</code> driver.
-     * @param operator Operator to find driver for.
-     * @return a driver
-     * @see #setScrollDriver
-     */
-    public static ScrollDriver getScrollDriver(ComponentOperator operator) {
-	return((ScrollDriver)getDriver(SCROLL_DRIVER_ID, operator.getClass()));
-    }
-    /**
-     * Defines <code>SCROLL_DRIVER_ID</code> driver.
-     * @param driver a driver
-     * @see #getScrollDriver
-     */
-    public static void setScrollDriver(ScrollDriver driver) {
-	setDriver(SCROLL_DRIVER_ID, driver);
-    }
-    /**
-     * Returns <code>BUTTON_DRIVER_ID</code> driver.
-     * @param operatorClass Class to find driver for.
-     * @return a driver
-     * @see #setButtonDriver
-     */
-    public static ButtonDriver getButtonDriver(Class operatorClass) {
-	return((ButtonDriver)getDriver(BUTTON_DRIVER_ID, operatorClass));
-    }
-    /**
-     * Returns <code>BUTTON_DRIVER_ID</code> driver.
-     * @param operator Operator to find driver for.
-     * @return a driver
-     * @see #setButtonDriver
-     */
-    public static ButtonDriver getButtonDriver(ComponentOperator operator) {
-	return((ButtonDriver)getDriver(BUTTON_DRIVER_ID, operator.getClass()));
-    }
-    /**
-     * Defines <code>BUTTON_DRIVER_ID</code> driver.
-     * @param driver a driver
-     * @see #getButtonDriver
-     */
-    public static void setButtonDriver(ButtonDriver driver) {
-	setDriver(BUTTON_DRIVER_ID, driver);
-    }
-    /**
-     * Returns <code>LIST_DRIVER_ID</code> driver.
-     * @param operatorClass Class to find driver for.
-     * @return a driver
-     * @see #setListDriver
-     */
-    public static ListDriver getListDriver(Class operatorClass) {
-	return((ListDriver)getDriver(LIST_DRIVER_ID, operatorClass));
-    }
-    /**
-     * Returns <code>LIST_DRIVER_ID</code> driver.
-     * @param operator Operator to find driver for.
-     * @return a driver
-     * @see #setListDriver
-     */
-    public static ListDriver getListDriver(ComponentOperator operator) {
-	return((ListDriver)getDriver(LIST_DRIVER_ID, operator.getClass()));
-    }
-    /**
-     * Defines <code>LIST_DRIVER_ID</code> driver.
-     * @param driver a driver
-     * @see #getListDriver
-     */
-    public static void setListDriver(ListDriver driver) {
-	setDriver(LIST_DRIVER_ID, driver);
-    }
-    /**
-     * Returns <code>MULTISELLIST_DRIVER_ID</code> driver.
-     * @param operatorClass Class to find driver for.
-     * @return a driver
-     * @see #setMultiSelListDriver
-     */
-    public static MultiSelListDriver getMultiSelListDriver(Class operatorClass) {
-	return((MultiSelListDriver)getDriver(MULTISELLIST_DRIVER_ID, operatorClass));
-    }
-    /**
-     * Returns <code>MULTISELLIST_DRIVER_ID</code> driver.
-     * @param operator Operator to find driver for.
-     * @return a driver
-     * @see #setMultiSelListDriver
-     */
-    public static MultiSelListDriver getMultiSelListDriver(ComponentOperator operator) {
-	return((MultiSelListDriver)getDriver(MULTISELLIST_DRIVER_ID, operator.getClass()));
-    }
-    /**
-     * Defines <code>MULTISELLIST_DRIVER_ID</code> driver.
-     * @param driver a driver
-     * @see #getMultiSelListDriver
-     */
-    public static void setMultiSelListDriver(MultiSelListDriver driver) {
-	setDriver(MULTISELLIST_DRIVER_ID, driver);
-    }
-    /**
-     * Returns <code>ORDEREDLIST_DRIVER_ID</code> driver.
-     * @param operatorClass Class to find driver for.
-     * @return a driver
-     * @see #setOrderedListDriver
-     */
-    public static OrderedListDriver getOrderedListDriver(Class operatorClass) {
-	return((OrderedListDriver)getDriver(ORDEREDLIST_DRIVER_ID, operatorClass));
-    }
-    /**
-     * Returns <code>ORDEREDLIST_DRIVER_ID</code> driver.
-     * @param operator Operator to find driver for.
-     * @return a driver
-     * @see #setOrderedListDriver
-     */
-    public static OrderedListDriver getOrderedListDriver(ComponentOperator operator) {
-	return((OrderedListDriver)getDriver(ORDEREDLIST_DRIVER_ID, operator.getClass()));
-    }
-    /**
-     * Defines <code>ORDEREDLIST_DRIVER_ID</code> driver.
-     * @param driver a driver
-     * @see #getOrderedListDriver
-     */
-    public static void setOrderedListDriver(OrderedListDriver driver) {
-	setDriver(ORDEREDLIST_DRIVER_ID, driver);
-    }
-    /**
-     * Returns <code>TABLE_DRIVER_ID</code> driver.
-     * @param operatorClass Class to find driver for.
-     * @return a driver
-     * @see #setTableDriver
-     */
-    public static TableDriver getTableDriver(Class operatorClass) {
-	return((TableDriver)getDriver(TABLE_DRIVER_ID, operatorClass));
-    }
-    /**
-     * Returns <code>TABLE_DRIVER_ID</code> driver.
-     * @param operator Operator to find driver for.
-     * @return a driver
-     * @see #setTableDriver
-     */
-    public static TableDriver getTableDriver(ComponentOperator operator) {
-	return((TableDriver)getDriver(TABLE_DRIVER_ID, operator.getClass()));
-    }
-    /**
-     * Defines <code>TABLE_DRIVER_ID</code> driver.
-     * @param driver a driver
-     * @see #getTableDriver
-     */
-    public static void setTableDriver(TableDriver driver) {
-	setDriver(TABLE_DRIVER_ID, driver);
-    }
-    /**
-     * Returns <code>WINDOW_DRIVER_ID</code> driver.
-     * @param operatorClass Class to find driver for.
-     * @return a driver
-     * @see #setWindowDriver
-     */
-    public static WindowDriver getWindowDriver(Class operatorClass) {
-	return((WindowDriver)getDriver(WINDOW_DRIVER_ID, operatorClass));
-    }
-    /**
-     * Returns <code>WINDOW_DRIVER_ID</code> driver.
-     * @param operator Operator to find driver for.
-     * @return a driver
-     * @see #setWindowDriver
-     */
-    public static WindowDriver getWindowDriver(ComponentOperator operator) {
-	return((WindowDriver)getDriver(WINDOW_DRIVER_ID, operator.getClass()));
-    }
-    /**
-     * Defines <code>WINDOW_DRIVER_ID</code> driver.
-     * @param driver a driver
-     * @see #getWindowDriver
-     */
-    public static void setWindowDriver(WindowDriver driver) {
-	setDriver(WINDOW_DRIVER_ID, driver);
-    }
-    /**
-     * Returns <code>FRAME_DRIVER_ID</code> driver.
-     * @param operatorClass Class to find driver for.
-     * @return a driver
-     * @see #setFrameDriver
-     */
-    public static FrameDriver getFrameDriver(Class operatorClass) {
-	return((FrameDriver)getDriver(FRAME_DRIVER_ID, operatorClass));
-    }
-    /**
-     * Returns <code>FRAME_DRIVER_ID</code> driver.
-     * @param operator Operator to find driver for.
-     * @return a driver
-     * @see #setFrameDriver
-     */
-    public static FrameDriver getFrameDriver(ComponentOperator operator) {
-	return((FrameDriver)getDriver(FRAME_DRIVER_ID, operator.getClass()));
-    }
-    /**
-     * Defines <code>FRAME_DRIVER_ID</code> driver.
-     * @param driver a driver
-     * @see #getFrameDriver
-     */
-    public static void setFrameDriver(FrameDriver driver) {
-	setDriver(FRAME_DRIVER_ID, driver);
-    }
-    /**
-     * Returns <code>INTERNAL_FRAME_DRIVER_ID</code> driver.
-     * @param operatorClass Class to find driver for.
-     * @return a driver
-     * @see #setInternalFrameDriver
-     */
-    public static InternalFrameDriver getInternalFrameDriver(Class operatorClass) {
-	return((InternalFrameDriver)getDriver(INTERNAL_FRAME_DRIVER_ID, operatorClass));
-    }
-    /**
-     * Returns <code>INTERNAL_FRAME_DRIVER_ID</code> driver.
-     * @param operator Operator to find driver for.
-     * @return a driver
-     * @see #setInternalFrameDriver
-     */
-    public static InternalFrameDriver getInternalFrameDriver(ComponentOperator operator) {
-	return((InternalFrameDriver)getDriver(INTERNAL_FRAME_DRIVER_ID, operator.getClass()));
-    }
-    /**
-     * Defines <code>INTERNAL_FRAME_DRIVER_ID</code> driver.
-     * @param driver a driver
-     * @see #getInternalFrameDriver
-     */
-    public static void setInternalFrameDriver(InternalFrameDriver driver) {
-	setDriver(INTERNAL_FRAME_DRIVER_ID, driver);
-    }
-    /**
-     * Returns <code>FOCUS_DRIVER_ID</code> driver.
-     * @param operatorClass Class to find driver for.
-     * @return a driver
-     * @see #setFocusDriver
-     */
-    public static FocusDriver getFocusDriver(Class operatorClass) {
-	return((FocusDriver)getDriver(FOCUS_DRIVER_ID, operatorClass));
-    }
-    /**
-     * Returns <code>FOCUS_DRIVER_ID</code> driver.
-     * @param operator Operator to find driver for.
-     * @return a driver
-     * @see #setFocusDriver
-     */
-    public static FocusDriver getFocusDriver(ComponentOperator operator) {
-	return((FocusDriver)getDriver(FOCUS_DRIVER_ID, operator.getClass()));
-    }
-    /**
-     * Defines <code>FOCUS_DRIVER_ID</code> driver.
-     * @param driver a driver
-     * @see #getFocusDriver
-     */
-    public static void setFocusDriver(FocusDriver driver) {
-	setDriver(FOCUS_DRIVER_ID, driver);
-    }
-    /**
-     * Returns <code>MENU_DRIVER_ID</code> driver.
-     * @param operatorClass Class to find driver for.
-     * @return a driver
-     * @see #setMenuDriver
-     */
-    public static MenuDriver getMenuDriver(Class operatorClass) {
-	return((MenuDriver)getDriver(MENU_DRIVER_ID, operatorClass));
-    }
-    /**
-     * Returns <code>MENU_DRIVER_ID</code> driver.
-     * @param operator Operator to find driver for.
-     * @return a driver
-     * @see #setMenuDriver
-     */
-    public static MenuDriver getMenuDriver(ComponentOperator operator) {
-	return((MenuDriver)getDriver(MENU_DRIVER_ID, operator.getClass()));
-    }
-    /**
-     * Defines <code>MENU_DRIVER_ID</code> driver.
-     * @param driver a driver
-     * @see #getMenuDriver
-     */
-    public static void setMenuDriver(MenuDriver driver) {
-	setDriver(MENU_DRIVER_ID, driver);
-    }
-
-    static void setDriver(String id, Object driver) {
-        if(driver instanceof Driver) {
-            setDriver(id, (Driver)driver);
-        } else if(driver instanceof LightDriver) {
-            setDriver(id, (LightDriver)driver);
-        } else {
-            throw(new JemmyException("Driver is neither Driver nor LightDriver " + 
-                                     driver.toString()));
-        }
-    }
-
-    //creates driver id
-    private static String makeID(String id, Class operatorClass) {
-	return(makeID(id, operatorClass.getName()));
-    }
-
-    private static String makeID(String id, String operatorClassName) {
-	return(id + "." + operatorClassName);
-    }
-
-    //returns a driver
-    private static Object getADriver(String id, Class operatorClass, JemmyProperties props) {
-	Class superClass = operatorClass;
-	Object drvr;
-	do {
-	    drvr = props.
-		getProperty(makeID(id, superClass));
-	    if(drvr != null) {
-		return(drvr);
-	    }
-	} while(ComponentOperator.class.
-		isAssignableFrom(superClass = superClass.getSuperclass()));
-	return(null);
-    }
-
-    static {
-	new InputDriverInstaller().install();
-	new DefaultDriverInstaller().install();
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/EditorDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/EditorDriver.java
deleted file mode 100644
index 95e2153..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/EditorDriver.java
+++ /dev/null
@@ -1,66 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import javax.swing.tree.TreePath;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Interface of objects to be used for value changing (editing).
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public interface EditorDriver {
-
-    /**
-     * Changes value.
-     * @param oper Operator to change value for.
-     * @param newValue a new value.
-     */
-    public void enterNewValue(ComponentOperator oper, Object newValue);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/FocusDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/FocusDriver.java
deleted file mode 100644
index 3755cc3..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/FocusDriver.java
+++ /dev/null
@@ -1,61 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Defines how to manage focus.
- */
-public interface FocusDriver {
-
-    /**
-     * Makes a compoennt having focus.
-     * @param operator Component operator.
-     */
-    public void giveFocus(ComponentOperator operator);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/FrameDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/FrameDriver.java
deleted file mode 100644
index 648ef56..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/FrameDriver.java
+++ /dev/null
@@ -1,79 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Defines how to work with frames.
- */
-public interface FrameDriver {
-
-    /**
-     * Iconifies a frame.
-     * @param oper Frame operator.
-     */
-    public void iconify(ComponentOperator oper);
-
-    /**
-     * Deiconifies a frame.
-     * @param oper Frame operator.
-     */
-    public void deiconify(ComponentOperator oper);
-
-    /**
-     * Maximizes a frame.
-     * @param oper Frame operator.
-     */
-    public void maximize(ComponentOperator oper);
-
-    /**
-     * Demaximizes a frame.
-     * @param oper Frame operator.
-     */
-    public void demaximize(ComponentOperator oper);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/InputDriverInstaller.java b/jemmy/src/org/netbeans/jemmy/drivers/InputDriverInstaller.java
deleted file mode 100644
index 68da2d0..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/InputDriverInstaller.java
+++ /dev/null
@@ -1,182 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.EventDispatcher;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.input.KeyEventDriver;
-import org.netbeans.jemmy.drivers.input.KeyRobotDriver;
-import org.netbeans.jemmy.drivers.input.MouseEventDriver;
-import org.netbeans.jemmy.drivers.input.MouseRobotDriver;
-
-import org.netbeans.jemmy.operators.ButtonOperator;
-import org.netbeans.jemmy.operators.CheckboxOperator;
-import org.netbeans.jemmy.operators.ChoiceOperator;
-import org.netbeans.jemmy.operators.LabelOperator;
-import org.netbeans.jemmy.operators.ListOperator;
-import org.netbeans.jemmy.operators.ScrollPaneOperator;
-import org.netbeans.jemmy.operators.ScrollbarOperator;
-import org.netbeans.jemmy.operators.TextAreaOperator;
-import org.netbeans.jemmy.operators.TextComponentOperator;
-import org.netbeans.jemmy.operators.TextFieldOperator;
-
-
-/**
- * Installs drivers for low-level drivers.
- * 
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class InputDriverInstaller {
-    Timeout robotAutoDelay;
-    boolean useEventDrivers;
-    boolean smooth = false;
-
-    /**
-     * Constructs an InputDriverInstaller object. 
-     * @param useEventDrivers Tells whether to use event drivers, otherwise robot drivers.
-     * @param robotAutoDelay Time for <code>Robot.setAutoDelay(long)</code> method.
-     */
-    public InputDriverInstaller(boolean useEventDrivers, Timeout robotAutoDelay) {
-	this.robotAutoDelay = robotAutoDelay;
-	this.useEventDrivers = useEventDrivers;
-    }
-
-    /**
-     * Constructs an InputDriverInstaller object. Takes autodelay time
-     * from JemmyProperties' timeouts.
-     * @param useEventDrivers Tells whether to use event drivers, otherwise robot drivers.
-     */
-    public InputDriverInstaller(boolean useEventDrivers) {
-	this(useEventDrivers,
-	     JemmyProperties.getCurrentTimeouts().
-	     create("EventDispatcher.RobotAutoDelay"));
-    }
-    /**
-     * Constructs an InputDriverInstaller object. Takes autodelay time
-     * from JemmyProperties' timeouts.
-     * @param useEventDrivers Tells whether to use event drivers, otherwise robot drivers.
-     * @param smooth whether to move mouse smoothly.
-     */
-    public InputDriverInstaller(boolean useEventDrivers, boolean smooth) {
-	this(useEventDrivers);
-        this.smooth = smooth;
-    }
-
-    /**
-     * Constructs an InputDriverInstaller object. Uses event drivers.
-     * @param robotAutoDelay Time for <code>Robot.setAutoDelay(long)</code> method.
-     */
-    public InputDriverInstaller(Timeout robotAutoDelay) {
-	this(true,
-	     robotAutoDelay);
-    }
-    /**
-     * Constructs an InputDriverInstaller object. Takes autodelay time
-     * from JemmyProperties' timeouts. Uses event drivers.
-     */
-    public InputDriverInstaller() {
-	this(true);
-    }
-    static {
-	Class clss= EventDispatcher.class;
-    }
-
-    /**
-     * Installs input drivers.
-     */
-    public void install() {
-	if(useEventDrivers) {
-	    LightDriver keyE = new KeyEventDriver();
-	    LightDriver mouseE = new MouseEventDriver();
-	    DriverManager.removeDriver(DriverManager.KEY_DRIVER_ID,
-				       keyE.getSupported());
-	    DriverManager.removeDriver(DriverManager.MOUSE_DRIVER_ID,
-				       mouseE.getSupported());
-	    DriverManager.setDriver(DriverManager.KEY_DRIVER_ID, keyE);
-	    DriverManager.setDriver(DriverManager.MOUSE_DRIVER_ID, mouseE);
-	    try {
-		String[] awtOperators = 
-		    {
-			"org.netbeans.jemmy.operators.ButtonOperator",
-			"org.netbeans.jemmy.operators.CheckboxOperator",
-			"org.netbeans.jemmy.operators.ChoiceOperator",
-			"org.netbeans.jemmy.operators.LabelOperator",
-			"org.netbeans.jemmy.operators.ListOperator",
-			"org.netbeans.jemmy.operators.ScrollPaneOperator",
-			"org.netbeans.jemmy.operators.ScrollbarOperator",
-			"org.netbeans.jemmy.operators.TextAreaOperator",
-			"org.netbeans.jemmy.operators.TextComponentOperator",
-			"org.netbeans.jemmy.operators.TextFieldOperator"
-		    };
-		LightDriver keyR = new KeyRobotDriver(robotAutoDelay, awtOperators);
-		LightDriver mouseR = new MouseRobotDriver(robotAutoDelay, awtOperators);
-		DriverManager.removeDriver(DriverManager.KEY_DRIVER_ID,
-					   keyR.getSupported());
-		DriverManager.removeDriver(DriverManager.MOUSE_DRIVER_ID,
-					   mouseR.getSupported());
-		DriverManager.setDriver(DriverManager.KEY_DRIVER_ID, keyR);
-		DriverManager.setDriver(DriverManager.MOUSE_DRIVER_ID, mouseR);
-	    } catch(JemmyException e) {
-		if(!(e.getInnerException() instanceof ClassNotFoundException)) {
-		    throw(e);
-		}
-	    }
-	} else {
-	    LightDriver keyR = new KeyRobotDriver(robotAutoDelay);
-	    LightDriver mouseR = new MouseRobotDriver(robotAutoDelay, smooth);
-	    DriverManager.removeDriver(DriverManager.KEY_DRIVER_ID,
-				       keyR.getSupported());
-	    DriverManager.removeDriver(DriverManager.MOUSE_DRIVER_ID,
-				       mouseR.getSupported());
-	    DriverManager.setDriver(DriverManager.KEY_DRIVER_ID, keyR);
-	    DriverManager.setDriver(DriverManager.MOUSE_DRIVER_ID, mouseR);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/InternalFrameDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/InternalFrameDriver.java
deleted file mode 100644
index e27b2e6..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/InternalFrameDriver.java
+++ /dev/null
@@ -1,63 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import java.awt.Component;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Defines the way to get a title pane.
- */
-public interface InternalFrameDriver {
-    /**
-     * Returns the title pane component.
-     * @param oper operator for an internal frame.
-     * @return a component - title pane.
-     */
-    public Component getTitlePane(ComponentOperator oper);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/KeyDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/KeyDriver.java
deleted file mode 100644
index ca1464c..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/KeyDriver.java
+++ /dev/null
@@ -1,92 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Defines how to simulate keyboard operations.
- */
-public interface KeyDriver {
-
-    /**
-     * Presses a key.
-     * @param oper Component operator.
-     * @param keyCode Key code (<code>KeyEvent.VK_*</code> value)
-     * @param modifiers a combination of <code>InputEvent.*_MASK</code> fields.
-     */
-    public void pressKey(ComponentOperator oper, int keyCode, int modifiers);
-
-    /**
-     * Releases a key.
-     * @param oper Component operator.
-     * @param keyCode Key code (<code>KeyEvent.VK_*</code> value)
-     * @param modifiers a combination of <code>InputEvent.*_MASK</code> fields.
-     */
-    public void releaseKey(ComponentOperator oper, int keyCode, int modifiers);
-
-    /**
-     * Pushes a key.
-     * @param oper Component operator.
-     * @param keyCode Key code (<code>KeyEvent.VK_*</code> value)
-     * @param modifiers a combination of <code>InputEvent.*_MASK</code> fields.
-     * @param pushTime Time between pressing and releasing.
-     */
-    public void pushKey(ComponentOperator oper, int keyCode, int modifiers, Timeout pushTime);
-
-    /**
-     * Types a symbol.
-     * @param oper Component operator.
-     * @param keyCode Key code (<code>KeyEvent.VK_*</code> value)
-     * @param keyChar Symbol to be typed.
-     * @param modifiers a combination of <code>InputEvent.*_MASK</code> fields.
-     * @param pushTime Time between pressing and releasing.
-     */
-    public void typeKey(ComponentOperator oper, int keyCode, char keyChar, int modifiers, Timeout pushTime);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/LightDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/LightDriver.java
deleted file mode 100644
index 750d0ba..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/LightDriver.java
+++ /dev/null
@@ -1,63 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-/**
- * Implements "light" model of driver because does not require to
- * load classes for all supported operator types.
- * @see Driver
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public interface LightDriver {
-
-    /**
-     * Returns array of operator classes which are supported by this driver.
-     * @return an array of supported operator classes' names.
-     */
-    public String[] getSupported();
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/LightSupportiveDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/LightSupportiveDriver.java
deleted file mode 100644
index 142075d..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/LightSupportiveDriver.java
+++ /dev/null
@@ -1,80 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Allows to declare supported operator classes.
- */
-abstract public class LightSupportiveDriver implements LightDriver {
-    private String[] supported;
-
-    /**
-     * Creates an instance.
-     * @param supported Array of operator classes which are supported by this driver.
-     */
-    public LightSupportiveDriver(String[] supported) {
-	this.supported = supported;
-    }
-    /**
-     * Throws <code>UnsupportedOperatorException</code> exception if 
-     * parameter's class is not in list of supported classes.
-     * @param oper Operator whose class should be checked.
-     * @throws UnsupportedOperatorException
-     */
-    public void checkSupported(ComponentOperator oper) {
-	UnsupportedOperatorException.checkSupported(getClass(), supported, oper.getClass());
-    }
-
-    /**
-     * Returns array of operator classes which are supported by this driver.
-     */
-    public String[] getSupported() {
-	return(supported);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/ListDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/ListDriver.java
deleted file mode 100644
index a167f55..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/ListDriver.java
+++ /dev/null
@@ -1,63 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Defines how to work with lists.
- */
-public interface ListDriver {
-
-    /**
-     * Selects an item.
-     * @param oper List operator.
-     * @param index Item index.
-     */
-    public void selectItem(ComponentOperator oper, int index);
-}
-
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/MenuDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/MenuDriver.java
deleted file mode 100644
index 140ccbc..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/MenuDriver.java
+++ /dev/null
@@ -1,66 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Defines how to work with menus.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public interface MenuDriver {
-
-    /**
-     * Pushes menu.
-     * @param oper Menu operator.
-     * @param chooser Object defining menupath.
-     * @return a result of menu pushing. It could be last pushed menuitem or
-     * anything else.
-     */
-    public Object pushMenu(ComponentOperator oper, PathChooser chooser);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/MouseDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/MouseDriver.java
deleted file mode 100644
index 346b63b..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/MouseDriver.java
+++ /dev/null
@@ -1,135 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Defines how to simulate mouse operations.
- */
-public interface MouseDriver {
-
-    /**
-     * Presses mouse.
-     * @param oper Component operator.
-     * @param x Relative x coordinate.
-     * @param y Relative y coordinate.
-     * @param mouseButton mouse button (<code>InputEvent.BUTTON*_MASK</code> field)
-     * @param modifiers a combination of <code>InputEvent.*_MASK</code> fields.
-     */
-    public void pressMouse(ComponentOperator oper, int x, int y, int mouseButton, int modifiers);
-
-    /**
-     * Releases mouse.
-     * @param oper Component operator.
-     * @param x Relative x coordinate.
-     * @param y Relative y coordinate.
-     * @param mouseButton mouse button (<code>InputEvent.BUTTON*_MASK</code> field)
-     * @param modifiers a combination of <code>InputEvent.*_MASK</code> fields.
-     */
-    public void releaseMouse(ComponentOperator oper, int x, int y, int mouseButton, int modifiers);
-
-    /**
-     * Clicks mouse.
-     * @param oper Component operator.
-     * @param x Relative x coordinate.
-     * @param y Relative y coordinate.
-     * @param clickCount How many times to click.
-     * @param mouseButton mouse button (<code>InputEvent.BUTTON*_MASK</code> field)
-     * @param modifiers a combination of <code>InputEvent.*_MASK</code> fields.
-     * @param mouseClick Time between pressing and releasing mouse.
-     */
-    public void clickMouse(ComponentOperator oper, int x, int y, int clickCount, int mouseButton, 
-			   int modifiers, Timeout mouseClick);
-
-    /**
-     * Moves mouse.
-     * @param oper Component operator.
-     * @param x Relative x coordinate.
-     * @param y Relative y coordinate.
-     */
-    public void moveMouse(ComponentOperator oper, int x, int y);
-
-    /**
-     * Drags mouse.
-     * @param oper Component operator.
-     * @param x Relative x coordinate.
-     * @param y Relative y coordinate.
-     * @param mouseButton mouse button (<code>InputEvent.BUTTON*_MASK</code> field)
-     * @param modifiers a combination of <code>InputEvent.*_MASK</code> fields.
-     */
-    public void dragMouse(ComponentOperator oper, int x, int y, int mouseButton, int modifiers);
-
-    /**
-     * Performs drag'n'drop.
-     * @param oper Component operator.
-     * @param start_x Relative x coordinate of start point.
-     * @param start_y Relative y coordinate of start point.
-     * @param end_x Relative x coordinate of end point.
-     * @param end_y Relative y coordinate of end point.
-     * @param mouseButton mouse button (<code>InputEvent.BUTTON*_MASK</code> field)
-     * @param modifiers a combination of <code>InputEvent.*_MASK</code> fields.
-     * @param before Time to sleep after taking (before dragging)
-     * @param after Time to sleep before dropping (after dragging)
-     */
-    public void dragNDrop(ComponentOperator oper, int start_x, int start_y, int end_x, int end_y, 
-			  int mouseButton, int modifiers, Timeout before, Timeout after);
-
-    /**
-     * Moves mouse inside a component.
-     * @param oper Component operator.
-     */
-    public void enterMouse(ComponentOperator oper);
-
-    /**
-     * Moves mouse outside a component.
-     * @param oper Component operator.
-     */
-    public void exitMouse(ComponentOperator oper);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/MultiSelListDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/MultiSelListDriver.java
deleted file mode 100644
index 3c4e7ef..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/MultiSelListDriver.java
+++ /dev/null
@@ -1,62 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Defines how to work with lists allowing multiple selection.
- */
-public interface MultiSelListDriver extends ListDriver {
-
-    /**
-     * Selects some items.
-     * @param oper List operator.
-     * @param indices Item indices.
-     */
-    public void selectItems(ComponentOperator oper, int[] indices);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/OrderedListDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/OrderedListDriver.java
deleted file mode 100644
index 2c10a52..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/OrderedListDriver.java
+++ /dev/null
@@ -1,63 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Defines how to work with lists allowing items reordering.
- */
-public interface OrderedListDriver extends MultiSelListDriver {
-
-    /**
-     * Changes item index.
-     * @param oper List operator.
-     * @param itemIndex Current item index.
-     * @param newIndex Ne witem index.
-     */
-    public void moveItem(ComponentOperator oper, int itemIndex, int newIndex);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/PathChooser.java b/jemmy/src/org/netbeans/jemmy/drivers/PathChooser.java
deleted file mode 100644
index 63ec29d..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/PathChooser.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-/**
- * Specifies an interface for objects defining path searching criteria.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public interface PathChooser {
-
-    /**
-     * Checks if <code>depth</code>'th path components fits the requirements.
-     * @param depth A depth of the component.
-     * @param component A path component to be checked.
-     * @return true if the component fits the requirements.
-     */
-    public boolean checkPathComponent(int depth, Object component);
-
-    /**
-     * Return requiered depth of the path.
-     * @return depth.
-     */
-    public int getDepth();
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/ScrollDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/ScrollDriver.java
deleted file mode 100644
index c19c2a4..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/ScrollDriver.java
+++ /dev/null
@@ -1,81 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-import org.netbeans.jemmy.drivers.scrolling.ScrollAdjuster;
-
-/**
- * Defines how to work with scrollable components such as
- * <code>javax.swing.JScrollBar</code>, <code>javax.swing.JScrollPane</code>, <code>javax.swing.JSlider</code>, ...
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public interface ScrollDriver {
-
-    /**
-     * Changes value to a minimum.
-     * @param oper Scroller operator.
-     * @param orientation <code>java.awt.Adjustable.HORIZONTAL</code> or <code>java.awt.Adjustable.VERTICAL</code>
-     */
-    public void scrollToMinimum(ComponentOperator oper, int orientation);
-
-    /**
-     * Changes value to a maximum.
-     * @param oper Scroller operator.
-     * @param orientation <code>java.awt.Adjustable.HORIZONTAL</code> or <code>java.awt.Adjustable.VERTICAL</code>
-     */
-    public void scrollToMaximum(ComponentOperator oper, int orientation);
-
-    /**
-     * Changes value.
-     * @param oper Scroller operator.
-     * @param adj Object defines scroll position.
-     */
-    public void scroll(ComponentOperator oper, ScrollAdjuster adj);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/SupportiveDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/SupportiveDriver.java
deleted file mode 100644
index 228e5c9..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/SupportiveDriver.java
+++ /dev/null
@@ -1,80 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Allows to declare supported operator classes.
- */
-abstract public class SupportiveDriver implements Driver {
-    private Class[] supported;
-
-    /**
-     * Creates an instance.
-     * @param supported Array of operator classes which are supported by this driver.
-     */
-    public SupportiveDriver(Class[] supported) {
-	this.supported = supported;
-    }
-    /**
-     * Throws <code>UnsupportedOperatorException</code> exception if 
-     * parameter's class is not in list of supported classes.
-     * @param oper Operator whose class should be checked.
-     * @throws UnsupportedOperatorException
-     */
-    public void checkSupported(ComponentOperator oper) {
-	UnsupportedOperatorException.checkSupported(getClass(), supported, oper.getClass());
-    }
-
-    /**
-     * Returns array of operator classes which are supported by this driver.
-     */
-    public Class[] getSupported() {
-	return(supported);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/TableDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/TableDriver.java
deleted file mode 100644
index 26e7bcf..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/TableDriver.java
+++ /dev/null
@@ -1,73 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Defines how to work with tables.
- */
-public interface TableDriver {
-
-    /**
-     * Selects a cell.
-     * @param oper Table operator.
-     * @param row Cell row index.
-     * @param column Cell column index.
-     */
-    public void selectCell(ComponentOperator oper, int row, int column);
-
-    /**
-     * Edits a cell.
-     * @param oper Table operator.
-     * @param row Cell row index.
-     * @param column Cell column index.
-     * @param value New value.
-     */
-    public void editCell(ComponentOperator oper, int row, int column, Object value);
-}
-
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/TextDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/TextDriver.java
deleted file mode 100644
index e21ce54..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/TextDriver.java
+++ /dev/null
@@ -1,100 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Defines how to work with text components.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public interface TextDriver {
-
-    /**
-     * Moves caret.
-     * @param oper Text component operator.
-     * @param position Position to move caret to.
-     */
-    public void changeCaretPosition(ComponentOperator oper, int position);
-
-    /**
-     * Selects text.
-     * @param oper Text component operator.
-     * @param startPosition a posistion of selction start
-     * @param finalPosition a posistion of selction end
-     */
-    public void selectText(ComponentOperator oper, int startPosition, int finalPosition);
-
-    /**
-     * Clears component text.
-     * @param oper Text component operator.
-     */
-    public void clearText(ComponentOperator oper);
-
-    /**
-     * Types new text.
-     * @param oper Text component operator.
-     * @param text New text to type.
-     * @param caretPosition Type text at that position.
-     */
-    public void typeText(ComponentOperator oper, String text, int caretPosition);
-
-    /**
-     * Replace component text.
-     * @param oper Text component operator.
-     * @param text New text to type.
-     */
-    public void changeText(ComponentOperator oper, String text);
-
-    /**
-     * Type text and push enter.
-     * @param oper Text component operator.
-     * @param text New text to type.
-     */
-    public void enterText(ComponentOperator oper, String text);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/TreeDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/TreeDriver.java
deleted file mode 100644
index 2e622c5..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/TreeDriver.java
+++ /dev/null
@@ -1,90 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import javax.swing.tree.TreePath;
-
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Defines how to work with trees.
- */
-public interface TreeDriver extends MultiSelListDriver {
-
-    /**
-     * Expandes a node.
-     * @param oper Tree operator.
-     * @param index Node index.
-     */
-    public void expandItem(ComponentOperator oper, int index);
-
-    /**
-     * Collapses a node.
-     * @param oper Tree operator.
-     * @param index Node index.
-     */
-    public void collapseItem(ComponentOperator oper, int index);
-
-    /**
-     * Edits a node.
-     * @param oper Tree operator.
-     * @param index Node index.
-     * @param newValue New node value
-     * @param waitEditorTime Time to wait node editor.
-     */
-    public void editItem(ComponentOperator oper, int index, Object newValue, Timeout waitEditorTime);
-
-    /**
-     * Starts node editing.
-     * @param oper Tree operator.
-     * @param index Node index.
-     * @param waitEditorTime Time to wait node editor.
-     */
-    public void startEditing(ComponentOperator oper, int index, Timeout waitEditorTime);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/UnsupportedOperatorException.java b/jemmy/src/org/netbeans/jemmy/drivers/UnsupportedOperatorException.java
deleted file mode 100644
index 6894690..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/UnsupportedOperatorException.java
+++ /dev/null
@@ -1,102 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.JemmyException;
-
-/**
- * Is thrown as a result of attempt to use driver for unsupported operator type.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public class UnsupportedOperatorException extends JemmyException {
-
-    /**
-     * Constructor.
-     * @param driver a driver
-     * @param operator an operator
-     */
-    public UnsupportedOperatorException(Class driver, Class operator) {
-	super(driver.getName() + " operators are not supported by " +
-	      operator.getName() + " driver!");
-    }
-
-    /**
-     * Checks if operator class is in the list of supported classes.
-     * @param driver Driver class
-     * @param supported Supported classes.
-     * @param operator Operator class.
-     * @throws UnsupportedOperatorException if class is not supported.
-     */
-    public static void checkSupported(Class driver, Class[] supported, Class operator) {
-	for(int i = 0; i < supported.length; i++) {
-	    if(supported[i].isAssignableFrom(operator)) {
-		return;
-	    }
-	}
-	throw(new UnsupportedOperatorException(driver, operator));
-    }
-
-    /**
-     * Checks if operator class name is in the list of supported classes names.
-     * @param driver Driver class
-     * @param supported Supported classes names.
-     * @param operator Operator class.
-     * @throws UnsupportedOperatorException if class is not supported.
-     */
-    public static void checkSupported(Class driver, String[] supported, Class operator) {
-        Class opClass = operator;
-        do {
-            for(int i = 0; i < supported.length; i++) {
-                if(opClass.getName().equals(supported[i])) {
-                    return;
-                }
-            }
-        } while((opClass = opClass.getSuperclass()) != null);
-	throw(new UnsupportedOperatorException(driver, operator));
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/WindowDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/WindowDriver.java
deleted file mode 100644
index 60f18c7..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/WindowDriver.java
+++ /dev/null
@@ -1,83 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Defines how to work with windows.
- */
-public interface WindowDriver {
-
-    /**
-     * Activates a window.
-     * @param oper Window operator.
-     */
-    public void activate(ComponentOperator oper);
-
-    /**
-     * Closes a window.
-     * @param oper Window operator.
-     */
-    public void close(ComponentOperator oper);
-
-    /**
-     * Change window location.
-     * @param oper Window operator.
-     * @param x New x coordinate
-     * @param y New y coordinate
-     */
-    public void move(ComponentOperator oper, int x, int y);
-
-    /**
-     * Change window size.
-     * @param oper Window operator.
-     * @param width New window width.
-     * @param height New window height.
-     */
-    public void resize(ComponentOperator oper, int width, int height);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/buttons/ButtonMouseDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/buttons/ButtonMouseDriver.java
deleted file mode 100644
index 2502847..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/buttons/ButtonMouseDriver.java
+++ /dev/null
@@ -1,97 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.buttons;
-
-import org.netbeans.jemmy.drivers.ButtonDriver;
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.MouseDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Driver to push a button by mouse click.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class ButtonMouseDriver extends LightSupportiveDriver implements ButtonDriver {
-    public ButtonMouseDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.ComponentOperator"});
-    }
-    public void press(ComponentOperator oper) {
-	MouseDriver mdriver = DriverManager.getMouseDriver(oper);
-	mdriver.moveMouse(oper, 
-			  oper.getCenterXForClick(),
-			  oper.getCenterYForClick());
-	mdriver.pressMouse(oper, 
-			   oper.getCenterXForClick(),
-			   oper.getCenterYForClick(),
-			   oper.getDefaultMouseButton(),
-			   0);
-    }
-    public void release(ComponentOperator oper) {
-	DriverManager.
-	    getMouseDriver(oper).
-	    releaseMouse(oper, 
-			 oper.getCenterXForClick(),
-			 oper.getCenterYForClick(),
-			 oper.getDefaultMouseButton(),
-			 0);
-    }
-    public void push(ComponentOperator oper) {
-	DriverManager.
-	    getMouseDriver(oper).
-	    clickMouse(oper, 
-		       oper.getCenterXForClick(),
-		       oper.getCenterYForClick(),
-		       1, 
-		       oper.getDefaultMouseButton(),
-		       0,
-		       oper.getTimeouts().
-		       create("ComponentOperator.MouseClickTimeout"));
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/buttons/package.html b/jemmy/src/org/netbeans/jemmy/drivers/buttons/package.html
deleted file mode 100644
index 48800fe..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/buttons/package.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-  <head>
-    <title>Button drivers</title>
-  </head>
-
-  <body>
-    <h1>Button drivers</h1>
-
-    Different drivers to push a button.<br>
-
-    @since 4/17/2002
-
-    <hr>
-  </body>
-</html>
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/focus/APIFocusDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/focus/APIFocusDriver.java
deleted file mode 100644
index 3f88a52..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/focus/APIFocusDriver.java
+++ /dev/null
@@ -1,70 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.focus;
-
-import java.awt.event.FocusEvent;
-
-import org.netbeans.jemmy.drivers.FocusDriver;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-
-import org.netbeans.jemmy.drivers.input.EventDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-public class APIFocusDriver extends LightSupportiveDriver implements FocusDriver {
-    EventDriver eDriver;
-    public APIFocusDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.ComponentOperator"});
-	eDriver = new EventDriver();
-    }
-    public void giveFocus(ComponentOperator operator) {
-	operator.requestFocus();
-	eDriver.dispatchEvent(operator.getSource(),
-			      new FocusEvent(operator.getSource(),
-					     FocusEvent.FOCUS_GAINED));
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/focus/MouseFocusDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/focus/MouseFocusDriver.java
deleted file mode 100644
index 4e37995..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/focus/MouseFocusDriver.java
+++ /dev/null
@@ -1,104 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.focus;
-
-import java.awt.event.FocusEvent;
-
-import org.netbeans.jemmy.QueueTool;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.FocusDriver;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.MouseDriver;
-
-import org.netbeans.jemmy.drivers.input.EventDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JListOperator;
-import org.netbeans.jemmy.operators.JScrollBarOperator;
-import org.netbeans.jemmy.operators.JSliderOperator;
-import org.netbeans.jemmy.operators.JTableOperator;
-import org.netbeans.jemmy.operators.JTextComponentOperator;
-import org.netbeans.jemmy.operators.JTreeOperator;
-import org.netbeans.jemmy.operators.ListOperator;
-import org.netbeans.jemmy.operators.ScrollbarOperator;
-import org.netbeans.jemmy.operators.TextAreaOperator;
-import org.netbeans.jemmy.operators.TextComponentOperator;
-import org.netbeans.jemmy.operators.TextFieldOperator;
-
-public class MouseFocusDriver extends LightSupportiveDriver implements FocusDriver {
-    private QueueTool queueTool;
-    public MouseFocusDriver() {
-	super(new String[] {
-		"org.netbeans.jemmy.operators.JListOperator", 
-		"org.netbeans.jemmy.operators.JScrollBarOperator", 
-		"org.netbeans.jemmy.operators.JSliderOperator", 
-		"org.netbeans.jemmy.operators.JTableOperator", 
-		"org.netbeans.jemmy.operators.JTextComponentOperator", 
-		"org.netbeans.jemmy.operators.JTreeOperator", 
-		"org.netbeans.jemmy.operators.ListOperator", 
-		"org.netbeans.jemmy.operators.ScrollbarOperator", 
-		"org.netbeans.jemmy.operators.TextAreaOperator", 
-		"org.netbeans.jemmy.operators.TextComponentOperator", 
-		"org.netbeans.jemmy.operators.TextFieldOperator"});
-        queueTool = new QueueTool();
-    }
-    public void giveFocus(final ComponentOperator oper) {
-	if(!oper.hasFocus()) {
-            queueTool.invokeSmoothly(new QueueTool.QueueAction("Mouse click to get focus") {
-                    public Object launch() {
-                        DriverManager.getMouseDriver(oper).
-                            clickMouse(oper, oper.getCenterXForClick(), oper.getCenterYForClick(),
-                                       1, oper.getDefaultMouseButton(), 0, 
-                                       oper.getTimeouts().create("ComponentOperator.MouseClickTimeout"));
-                        return(null);
-                    }
-                });
-            oper.waitHasFocus();
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/focus/package.html b/jemmy/src/org/netbeans/jemmy/drivers/focus/package.html
deleted file mode 100644
index 196969a..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/focus/package.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-  <head>
-    <title>Focus drivers.</title>
-  </head>
-
-  <body>
-    <h1>Focus drivers.</h1>
-
-    Different drivers to give input focus to a component.<br>
-
-    <hr>
-  </body>
-</html>
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/input/EventDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/input/EventDriver.java
deleted file mode 100644
index 1c7f0ea..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/input/EventDriver.java
+++ /dev/null
@@ -1,133 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.input;
-
-import java.awt.AWTEvent;
-import java.awt.Component;
-
-import java.awt.event.InputEvent;
-import java.awt.event.KeyEvent;
-
-import org.netbeans.jemmy.ComponentIsNotVisibleException;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.QueueTool;
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.KeyDriver;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.ContainerOperator;
-import org.netbeans.jemmy.operators.JComponentOperator;
-/**
- * Superclass for all drivers using event dispatching.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class EventDriver extends LightSupportiveDriver {
-    QueueTool queueTool;
-
-    /**
-     * Constructs an EventDriver object.
-     * @param supported an array of supported class names
-     */
-    public EventDriver(String[] supported) {
-	super(supported);
-	queueTool = new QueueTool();
-    }
-    /**
-     * Constructs an EventDriver object suporting ComponentOperator.
-     */
-    public EventDriver() {
-	this(new String[] {"org.netbeans.jemmy.operators.ComponentOperator"});
-    }
-
-    /**
-     * Dispatches an event to the component.
-     * @param comp Component to dispatch events to.
-     * @param event an event to dispatch.
-     */
-    public void dispatchEvent(Component comp, AWTEvent event) {
-//        checkVisibility(comp);
-        QueueTool.processEvent(event);
-    }
-
-    /**
-     * Checks component visibility.
-     * @param component a component.
-     */
-    protected void checkVisibility(Component component) {
-	if(!component.isVisible()) {
-	    throw(new ComponentIsNotVisibleException(component));
-	}
-    }
-
-    /**
-     * Class used fot execution of an event through the dispatching thread.
-     */
-    protected class Dispatcher extends QueueTool.QueueAction {
-	AWTEvent event;
-	Component component;
-
-        /**
-         * Constructs an EventDriver$Dispatcher object.
-         * @param component a component to dispatch event to.
-         * @param e an event to dispatch.
-         */
-	public Dispatcher(Component component, AWTEvent e) {
-	    super(e.getClass().getName() + " event dispatching");
-	    this.component = component;
-	    event = e;
-	}
-
-	public Object launch() {
-	    checkVisibility(component);
-	    component.dispatchEvent(event);
-	    return(null);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/input/KeyEventDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/input/KeyEventDriver.java
deleted file mode 100644
index e25bbc9..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/input/KeyEventDriver.java
+++ /dev/null
@@ -1,130 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.input;
-
-import java.awt.AWTEvent;
-import java.awt.Component;
-
-import java.awt.event.InputEvent;
-import java.awt.event.KeyEvent;
-
-import org.netbeans.jemmy.ComponentIsNotVisibleException;
-import org.netbeans.jemmy.QueueTool;
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.KeyDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * KeyDriver using event dispatching.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class KeyEventDriver extends EventDriver implements KeyDriver {
-
-    /**
-     * Constructs a KeyEventDriver object.
-     * @param supported an array of supported class names
-     */
-    public KeyEventDriver(String[] supported) {
-	super(supported);
-    }
-    /**
-     * Constructs an KeyEventDriver object suporting ComponentOperator.
-     */
-    public KeyEventDriver() {
-	super();
-    }
-    public void pressKey(ComponentOperator oper, int keyCode, int modifiers) {
-        pressKey(findNativeParent(oper.getSource()), keyCode, modifiers);
-    }
-    public void releaseKey(ComponentOperator oper, int keyCode, int modifiers) {
-        releaseKey(findNativeParent(oper.getSource()), keyCode, modifiers);
-    }
-    public void pushKey(ComponentOperator oper, int keyCode, int modifiers, Timeout pushTime) {
-        Component nativeContainer = findNativeParent(oper.getSource());
-	pressKey(nativeContainer, keyCode, modifiers);
-	pushTime.sleep();
-	releaseKey(nativeContainer, keyCode, modifiers);
-    }
-    public void typeKey(ComponentOperator oper, int keyCode, char keyChar, int modifiers, Timeout pushTime) {
-        Component nativeContainer = findNativeParent(oper.getSource());
-	pressKey(nativeContainer, keyCode, modifiers);
-	pushTime.sleep();
-	dispatchEvent(nativeContainer,
-		      new KeyEvent(nativeContainer, 
-				   KeyEvent.KEY_TYPED, 
-				   System.currentTimeMillis(), 
-				   modifiers, KeyEvent.VK_UNDEFINED, keyChar));
-	releaseKey(nativeContainer, keyCode, modifiers);
-    }
-    private void pressKey(Component nativeContainer, int keyCode, int modifiers) {
-	dispatchEvent(nativeContainer,
-		      new KeyEvent(nativeContainer, 
-				   KeyEvent.KEY_PRESSED, 
-				   System.currentTimeMillis(), 
-				   modifiers, keyCode));
-    }
-    private void releaseKey(Component nativeContainer, int keyCode, int modifiers) {
-	dispatchEvent(nativeContainer,
-		      new KeyEvent(nativeContainer, 
-				   KeyEvent.KEY_RELEASED, 
-				   System.currentTimeMillis(), 
-				   modifiers, keyCode));
-    }
-    private Component findNativeParent(Component source) {
-        Component nativeOne = source;
-        while(nativeOne != null) {
-            if(!nativeOne.isLightweight()) {
-                return(nativeOne);
-            }
-            nativeOne = nativeOne.getParent();
-        }
-        return(source);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/input/KeyRobotDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/input/KeyRobotDriver.java
deleted file mode 100644
index 0e238b8..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/input/KeyRobotDriver.java
+++ /dev/null
@@ -1,111 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.input;
-
-import java.awt.event.InputEvent;
-import java.awt.event.KeyEvent;
-
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.KeyDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * KeyDriver using robot operations.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class KeyRobotDriver extends RobotDriver implements KeyDriver {
-
-    /**
-     * Constructs a KeyRobotDriver object.
-     * @param autoDelay Time for <code>Robot.setAutoDelay(long)</code> method.
-     */
-    public KeyRobotDriver(Timeout autoDelay) {
-	super(autoDelay);
-    }
-
-    /**
-     * Constructs a KeyRobotDriver object.
-     * @param autoDelay Time for <code>Robot.setAutoDelay(long)</code> method.
-     * @param supported an array of supported class names
-     */
-    public KeyRobotDriver(Timeout autoDelay, String[] supported) {
-	super(autoDelay, supported);
-    }
-
-    public void pushKey(ComponentOperator oper, int keyCode, int modifiers, Timeout pushTime) {
-	pressKey(oper, keyCode, modifiers);
-	pushTime.sleep();
-	releaseKey(oper, keyCode, modifiers);
-    }
-
-    public void typeKey(ComponentOperator oper, int keyCode, char keyChar, int modifiers, Timeout pushTime) {
-	pushKey(oper, keyCode, modifiers, pushTime);
-    }
-
-    /**
-     * Presses a key.
-     * @param oper Operator to press a key on.
-     * @param keyCode Key code (<code>KeyEventVK_*</code> field.
-     * @param modifiers a combination of <code>InputEvent.*_MASK</code> fields.
-     */
-    public void pressKey(ComponentOperator oper, int keyCode, int modifiers) {
-        pressKey(keyCode, modifiers);
-    }
-
-    /**
-     * Releases a key.
-     * @param oper Operator to release a key on.
-     * @param keyCode Key code (<code>KeyEventVK_*</code> field.
-     * @param modifiers a combination of <code>InputEvent.*_MASK</code> fields.
-     */
-    public void releaseKey(ComponentOperator oper, int keyCode, int modifiers) {
-        releaseKey(keyCode, modifiers);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/input/MouseEventDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/input/MouseEventDriver.java
deleted file mode 100644
index aaa8d2a..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/input/MouseEventDriver.java
+++ /dev/null
@@ -1,367 +0,0 @@
-/*
-
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
-
- *
-
- * The Original Software is the Jemmy library.
-
- * The Initial Developer of the Original Software is Alexandre Iline.
-
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
-
- *
-
- *
-
- *
-
- * $Id$ $Revision$ $Date$
-
- *
-
- */
-
-
-
-package org.netbeans.jemmy.drivers.input;
-
-
-
-import java.awt.Component;
-
-
-
-import java.awt.event.MouseEvent;
-
-
-
-import org.netbeans.jemmy.Timeout;
-
-
-
-import org.netbeans.jemmy.drivers.MouseDriver;
-
-
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-import org.netbeans.jemmy.operators.Operator;
-
-
-
-/**
-
- * MouseDriver using event dispatching.
-
- *
-
- * @author Alexandre Iline(alexandre.iline at sun.com)
-
- */
-
-public class MouseEventDriver extends EventDriver implements MouseDriver {
-
-
-
-    /**
-
-     * Constructs a MouseEventDriver object.
-
-     * @param supported an array of supported class names
-
-     */
-
-    public MouseEventDriver(String[] supported) {
-
-	super(supported);
-
-    }
-
-
-
-    /**
-
-     * Constructs a MouseEventDriver object.
-
-     */
-
-    public MouseEventDriver() {
-
-	super();
-
-    }
-
-
-
-    public void pressMouse(ComponentOperator oper, int x, int y, int mouseButton, int modifiers) {
-
-	dispatchEvent(oper.getSource(),
-
-		      MouseEvent.MOUSE_PRESSED, 
-
-		      modifiers, x, y, 1,
-
-		      mouseButton);
-
-    }
-
-
-
-    public void releaseMouse(ComponentOperator oper, int x, int y, int mouseButton, int modifiers) {
-
-	dispatchEvent(oper.getSource(),
-
-		      MouseEvent.MOUSE_RELEASED, 
-
-		      modifiers, x, y, 1,
-
-		      mouseButton);
-
-    }
-
-
-
-    public void moveMouse(ComponentOperator oper, int x, int y) {
-
-	dispatchEvent(oper.getSource(),
-
-		      MouseEvent.MOUSE_MOVED, 
-
-		      0, x, y, 0,
-
-		      Operator.getDefaultMouseButton());
-
-    }
-
-
-
-    public void clickMouse(ComponentOperator oper, int x, int y, int clickCount, int mouseButton, 
-
-			   int modifiers, Timeout mouseClick) {
-
-	moveMouse(oper, x, y);
-
-	dispatchEvent(oper.getSource(),
-
-		      MouseEvent.MOUSE_ENTERED, 
-
-		      0, x, y, 0,
-
-		      Operator.getDefaultMouseButton());
-
-	dispatchEvent(oper.getSource(),
-
-		      MouseEvent.MOUSE_PRESSED, 
-
-		      modifiers, x, y, 1,
-
-		      mouseButton);
-
-	for(int i = 1; i < clickCount; i++) {
-
-	    dispatchEvent(oper.getSource(),
-
-			  MouseEvent.MOUSE_RELEASED, 
-
-			  modifiers, x, y, i,
-
-			  mouseButton);
-
-	    dispatchEvent(oper.getSource(),
-
-			  MouseEvent.MOUSE_CLICKED, 
-
-			  modifiers, x, y, i,
-
-			  mouseButton);
-
-	    dispatchEvent(oper.getSource(),
-
-			  MouseEvent.MOUSE_PRESSED, 
-
-			  modifiers, x, y, i + 1,
-
-			  mouseButton);
-
-	}
-
-	mouseClick.sleep();
-
-	dispatchEvent(oper.getSource(),
-
-		      MouseEvent.MOUSE_RELEASED, 
-
-		      modifiers, x, y, clickCount,
-
-		      mouseButton);
-
-	dispatchEvent(oper.getSource(),
-
-		      MouseEvent.MOUSE_CLICKED, 
-
-		      modifiers, x, y, clickCount,
-
-		      mouseButton);
-
-	exitMouse(oper);
-
-    }
-
-
-
-    public void dragMouse(ComponentOperator oper, int x, int y, int mouseButton, int modifiers) {
-
-	dispatchEvent(oper.getSource(),
-
-		      MouseEvent.MOUSE_DRAGGED, 
-
-		      modifiers, x, y, 1,
-
-		      mouseButton);
-
-    }
-
-
-
-    public void dragNDrop(ComponentOperator oper, int start_x, int start_y, int end_x, int end_y, 
-
-			  int mouseButton, int modifiers, Timeout before, Timeout after) {
-
-	dispatchEvent(oper.getSource(),
-
-		      MouseEvent.MOUSE_ENTERED, 
-
-		      0, start_x, start_y, 0,
-
-		      Operator.getDefaultMouseButton());
-
-	dispatchEvent(oper.getSource(),
-
-		      MouseEvent.MOUSE_PRESSED, 
-
-		      modifiers, start_x, start_y, 1,
-
-		      mouseButton);
-
-	before.sleep();
-
-	dragMouse(oper, end_x,  end_y, mouseButton, modifiers);
-
-	after.sleep();
-
-	dispatchEvent(oper.getSource(),
-
-		      MouseEvent.MOUSE_RELEASED, 
-
-		      modifiers, end_x, end_y, 1,
-
-		      mouseButton);
-
-	exitMouse(oper);
-
-    }
-
-
-
-    public void enterMouse(ComponentOperator oper) {
-
-	dispatchEvent(oper.getSource(),
-
-		      MouseEvent.MOUSE_ENTERED, 
-
-		      0, oper.getCenterX(), oper.getCenterY(), 0,
-
-		      Operator.getDefaultMouseButton());
-
-    }
-
-
-
-    public void exitMouse(ComponentOperator oper) {
-
-	dispatchEvent(oper.getSource(),
-
-		      MouseEvent.MOUSE_EXITED, 
-
-		      0, oper.getCenterX(), oper.getCenterY(), 0,
-
-		      Operator.getDefaultMouseButton());
-
-    }
-
-
-
-    /**
-
-     * Dispatches a mouse event to the component.
-
-     * @param comp Component to dispatch events to.
-
-     * @param id an event id.
-
-     * @param modifiers a combination of <code>InputEvent.*_MASK</code> fields.
-
-     * @param x relative x coordinate of event point
-
-     * @param y relative y coordinate of event point
-
-     * @param clickCount click count
-
-     * @param mouseButton  mouse button.
-
-     */
-
-    protected void dispatchEvent(Component comp, int id, int modifiers, int x, int y, int clickCount, int mouseButton) {
-
-	dispatchEvent(comp,
-
-		      new MouseEvent(comp, 
-
-				     id, 
-
-				     System.currentTimeMillis(), 
-
-				     modifiers | mouseButton, x, y, clickCount,
-
-				     mouseButton == Operator.getPopupMouseButton() &&
-
-                                     id == MouseEvent.MOUSE_PRESSED));
-
-    }
-
-}
-
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/input/MouseRobotDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/input/MouseRobotDriver.java
deleted file mode 100644
index 5da50d6..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/input/MouseRobotDriver.java
+++ /dev/null
@@ -1,160 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.input;
-
-import java.awt.Component;
-
-import java.awt.event.MouseEvent;
-
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.MouseDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.Operator;
-
-/**
- * MouseDriver using robot operations.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class MouseRobotDriver extends RobotDriver implements MouseDriver {
-        
-    /**
-     * Constructs a MouseRobotDriver object.
-     * @param autoDelay Time for <code>Robot.setAutoDelay(long)</code> method.
-     */
-    public MouseRobotDriver(Timeout autoDelay) {
-        super(autoDelay);
-    }
-    
-    /**
-     * Constructs a MouseRobotDriver object.
-     * @param autoDelay Time for <code>Robot.setAutoDelay(long)</code> method.
-     * @param supported an array of supported class names
-     * @param smooth - whether to move mouse smooth from one ppoint to another.
-     */
-    public MouseRobotDriver(Timeout autoDelay, boolean smooth) {
-        super(autoDelay, smooth);
-    }
-
-    /**
-     * Constructs a MouseRobotDriver object.
-     * @param autoDelay Time for <code>Robot.setAutoDelay(long)</code> method.
-     * @param supported an array of supported class names
-     */
-    public MouseRobotDriver(Timeout autoDelay, String[] supported) {
-        super(autoDelay, supported);
-    }
-    
-    /**
-     * Constructs a MouseRobotDriver object.
-     * @param autoDelay Time for <code>Robot.setAutoDelay(long)</code> method.
-     * @param supported an array of supported class names
-     * @param smooth - whether to move mouse smooth from one ppoint to another.
-     */
-    public MouseRobotDriver(Timeout autoDelay, String[] supported, boolean smooth) {
-        super(autoDelay, supported, smooth);
-    }
-    
-    public void pressMouse(ComponentOperator oper, int x, int y, int mouseButton, int modifiers) {
-        pressMouse(mouseButton, modifiers);
-    }
-    
-    public void releaseMouse(ComponentOperator oper, int x, int y, int mouseButton, int modifiers) {
-        releaseMouse(mouseButton, modifiers);
-    }
-    
-    public void moveMouse(ComponentOperator oper, int x, int y) {
-        moveMouse(getAbsoluteX(oper, x), getAbsoluteY(oper, y));
-    }
-    
-    public void clickMouse(ComponentOperator oper, int x, int y, int clickCount, int mouseButton,
-            int modifiers, Timeout mouseClick) {
-        clickMouse(getAbsoluteX(oper, x), getAbsoluteY(oper, y), clickCount, mouseButton, modifiers, mouseClick);
-    }
-    
-    public void dragMouse(ComponentOperator oper, int x, int y, int mouseButton, int modifiers) {
-        moveMouse(getAbsoluteX(oper, x), getAbsoluteY(oper, y));
-    }
-    
-    public void dragNDrop(ComponentOperator oper, int start_x, int start_y, int end_x, int end_y,
-            int mouseButton, int modifiers, Timeout before, Timeout after) {
-        dragNDrop(getAbsoluteX(oper, start_x), getAbsoluteY(oper, start_y), getAbsoluteX(oper, end_x), getAbsoluteY(oper, end_y), mouseButton, modifiers, before, after);
-    }
-    
-    public void enterMouse(ComponentOperator oper) {
-        moveMouse(oper, oper.getCenterXForClick(), oper.getCenterYForClick());
-    }
-    
-    public void exitMouse(ComponentOperator oper) {
-        //better not go anywhere
-        //exit will be executed during the next
-        //mouse move anyway.
-        //	moveMouse(oper, -1, -1);
-    }
-    
-    /**
-     * Returns absolute x coordinate for relative x coordinate.
-     * @param oper an operator
-     * @param x a relative x coordinate.
-     * @return an absolute x coordinate.
-     */
-    protected int getAbsoluteX(ComponentOperator oper, int x) {
-        return(oper.getSource().getLocationOnScreen().x + x);
-    }
-    
-    /**
-     * Returns absolute y coordinate for relative y coordinate.
-     * @param oper an operator
-     * @param y a relative y coordinate.
-     * @return an absolute y coordinate.
-     */
-    protected int getAbsoluteY(ComponentOperator oper, int y) {
-        return(oper.getSource().getLocationOnScreen().y + y);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/input/RobotDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/input/RobotDriver.java
deleted file mode 100644
index d0ac952..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/input/RobotDriver.java
+++ /dev/null
@@ -1,369 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.input;
-
-import java.awt.event.InputEvent;
-import java.awt.event.KeyEvent;
-
-import java.lang.reflect.InvocationTargetException;
-
-import org.netbeans.jemmy.ClassReference;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.QueueTool;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.ScrollPaneOperator;
-/**
- * Superclass for all drivers using robot.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-
-public class RobotDriver extends LightSupportiveDriver {
-    
-    private boolean haveOldPos;
-    private boolean smooth = false;
-    private double oldX;
-    private double oldY;
-    private static final double CONSTANT1 = 0.75;
-    private static final double CONSTANT2 = 12.0;
-    /**
-     * A reference to the robot instance.
-     */
-    protected ClassReference robotReference = null;
-    
-    /**
-     * A QueueTool instance.
-     */
-    protected QueueTool qtool;
-    
-    protected Timeout autoDelay;
-    
-    /**
-     * Constructs a RobotDriver object.
-     * @param autoDelay Time for <code>Robot.setAutoDelay(long)</code> method.
-     * @param supported an array of supported class names
-     */
-    public RobotDriver(Timeout autoDelay, String[] supported) {
-        super(supported);
-        qtool = new QueueTool();
-        qtool.setOutput(TestOut.getNullOutput());
-        this.autoDelay = autoDelay;
-    }
-    
-    public RobotDriver(Timeout autoDelay, String[] supported, boolean smooth) {
-        this(autoDelay, supported);
-        this.smooth = smooth;
-    }
-
-        /**
-     * Constructs a RobotDriver object.
-     * @param autoDelay Time for <code>Robot.setAutoDelay(long)</code> method.
-     */
-    public RobotDriver(Timeout autoDelay) {
-        this(autoDelay, new String[] {"org.netbeans.jemmy.operators.ComponentOperator"});
-    }
-    
-    public RobotDriver(Timeout autoDelay, boolean smooth) {
-        this(autoDelay);
-        this.smooth = smooth;
-    }
-    
-    public void pressMouse(int mouseButton, int modifiers) {
-        pressModifiers(modifiers);
-        makeAnOperation("mousePress",
-                new Object[] {new Integer(mouseButton)},
-                new Class[] {Integer.TYPE});
-    }
-    
-    public void releaseMouse(int mouseButton, int modifiers) {
-        makeAnOperation("mouseRelease",
-                new Object[] {new Integer(mouseButton)},
-                new Class[] {Integer.TYPE});
-                releaseModifiers(modifiers);
-    }
-    
-    public void moveMouse(int x, int y) {
-        if(!smooth) {
-            makeAnOperation("mouseMove",
-                    new Object[] {new Integer(x), new Integer(y)},
-                    new Class[] {Integer.TYPE, Integer.TYPE});
-        } else {
-            double targetX = x;
-            double targetY = y;
-            if (haveOldPos) {
-                double currX = oldX;
-                double currY = oldY;
-                double vx = 0.0;
-                double vy = 0.0;
-                while (Math.round(currX)!=Math.round(targetX) ||
-                        Math.round(currY)!=Math.round(targetY)) {
-                    vx = vx*CONSTANT1+(targetX-currX)/CONSTANT2*(1.0-CONSTANT1);
-                    vy = vy*CONSTANT1+(targetY-currY)/CONSTANT2*(1.0-CONSTANT1);
-                    currX += vx;
-                    currY += vy;
-                    makeAnOperation("mouseMove", new Object[]{
-                        new Integer((int)Math.round(currX)),
-                                new Integer((int) Math.round(currY))},
-                            new Class[]{Integer.TYPE, Integer.TYPE});
-                }
-            } else {
-                makeAnOperation("mouseMove", new Object[]{
-                    new Integer((int) Math.round(targetX)),
-                            new Integer((int) Math.round(targetY))},
-                        new Class[]{Integer.TYPE, Integer.TYPE});
-            }
-            haveOldPos = true;
-            oldX = targetX;
-            oldY = targetY;
-        }
-    }
-    
-    public void clickMouse(int x, int y, int clickCount, int mouseButton,
-            int modifiers, Timeout mouseClick) {
-        pressModifiers(modifiers);
-        moveMouse(x, y);
-        makeAnOperation("mousePress", new Object[] {new Integer(mouseButton)}, new Class[] {Integer.TYPE});
-        for(int i = 1; i < clickCount; i++) {
-            makeAnOperation("mouseRelease", new Object[] {new Integer(mouseButton)}, new Class[] {Integer.TYPE});
-            makeAnOperation("mousePress", new Object[] {new Integer(mouseButton)}, new Class[] {Integer.TYPE});
-        }
-        mouseClick.sleep();
-        makeAnOperation("mouseRelease", new Object[] {new Integer(mouseButton)}, new Class[] {Integer.TYPE});
-        releaseModifiers(modifiers);
-    }
-    
-    public void dragMouse(int x, int y, int mouseButton, int modifiers) {
-        moveMouse(x, y);
-    }
-    
-    public void dragNDrop(int start_x, int start_y, int end_x, int end_y,
-            int mouseButton, int modifiers, Timeout before, Timeout after) {
-        moveMouse(start_x, start_y);
-        pressMouse(mouseButton, modifiers);
-        before.sleep();
-        moveMouse(end_x, end_y);
-        after.sleep();
-        releaseMouse(mouseButton, modifiers);
-    }
-    
-    /**
-     * Presses a key.
-     * @param oper Operator to press a key on.
-     * @param keyCode Key code (<code>KeyEventVK_*</code> field.
-     * @param modifiers a combination of <code>InputEvent.*_MASK</code> fields.
-     */
-    public void pressKey(int keyCode, int modifiers) {
-        pressModifiers(modifiers);
-        makeAnOperation("keyPress",
-                new Object[] {new Integer(keyCode)},
-                new Class[] {Integer.TYPE});
-    }
-    
-    /**
-     * Releases a key.
-     * @param oper Operator to release a key on.
-     * @param keyCode Key code (<code>KeyEventVK_*</code> field.
-     * @param modifiers a combination of <code>InputEvent.*_MASK</code> fields.
-     */
-    public void releaseKey(int keyCode, int modifiers) {
-        releaseModifiers(modifiers);
-        makeAnOperation("keyRelease",
-                new Object[] {new Integer(keyCode)},
-                new Class[] {Integer.TYPE});
-    }
-    
-    /**
-     * Performs a single operation.
-     * @param method a name of <code>java.awt.Robot</code> method.
-     * @param params method parameters
-     * @param paramClasses method parameters classes
-     */
-    protected void makeAnOperation(final String method, final Object[] params, final Class[] paramClasses) {
-        if(robotReference == null) {
-            initRobot();
-        }
-        try {
-            robotReference.invokeMethod(method, params, paramClasses);
-            synchronizeRobot();
-        } catch(InvocationTargetException e) {
-            throw(new JemmyException("Exception during java.awt.Robot accessing", e));
-        } catch(IllegalStateException e) {
-            throw(new JemmyException("Exception during java.awt.Robot accessing", e));
-        } catch(NoSuchMethodException e) {
-            throw(new JemmyException("Exception during java.awt.Robot accessing", e));
-        } catch(IllegalAccessException e) {
-            throw(new JemmyException("Exception during java.awt.Robot accessing", e));
-        }
-    }
-    /**
-     * Calls <code>java.awt.Robot.waitForIdle()</code> method.
-     */
-    protected void synchronizeRobot() {
-        if(!qtool.isDispatchThread()) {
-            if ((JemmyProperties.getCurrentDispatchingModel() & JemmyProperties.QUEUE_MODEL_MASK) != 0) {
-                if(robotReference == null) {
-                    initRobot();
-                }
-                try {
-                    robotReference.invokeMethod("waitForIdle", null, null);
-                } catch(Exception e) {
-                    e.printStackTrace();
-                }
-            }
-        }
-    }
-    /**
-     * Presses modifiers keys by robot.
-     * @param oper an operator for a component to press keys on.
-     * @param modifiers a combination of <code>InputEvent.*_MASK</code> fields.
-     */
-    protected void pressModifiers(int modifiers) {
-        if       ((modifiers & InputEvent.SHIFT_MASK) != 0) {
-            pressKey(KeyEvent.VK_SHIFT,     modifiers & ~InputEvent.SHIFT_MASK);
-        } else if((modifiers & InputEvent.ALT_GRAPH_MASK) != 0) {
-            pressKey(KeyEvent.VK_ALT_GRAPH, modifiers & ~InputEvent.ALT_GRAPH_MASK);
-        } else if((modifiers & InputEvent.ALT_MASK) != 0) {
-            pressKey(KeyEvent.VK_ALT,       modifiers & ~InputEvent.ALT_MASK);
-        } else if((modifiers & InputEvent.META_MASK) != 0) {
-            pressKey(KeyEvent.VK_META,      modifiers & ~InputEvent.META_MASK);
-        } else if((modifiers & InputEvent.CTRL_MASK) != 0) {
-            pressKey(KeyEvent.VK_CONTROL,   modifiers & ~InputEvent.CTRL_MASK);
-        }
-    }
-    /*
-    protected void pressModifiers(ComponentOperator oper, int modifiers) {
-        if       ((modifiers & InputEvent.SHIFT_MASK) != 0) {
-            pressKey(oper, KeyEvent.VK_SHIFT,     modifiers & ~InputEvent.SHIFT_MASK);
-        } else if((modifiers & InputEvent.ALT_GRAPH_MASK) != 0) {
-            pressKey(oper, KeyEvent.VK_ALT_GRAPH, modifiers & ~InputEvent.ALT_GRAPH_MASK);
-        } else if((modifiers & InputEvent.ALT_MASK) != 0) {
-            pressKey(oper, KeyEvent.VK_ALT,       modifiers & ~InputEvent.ALT_MASK);
-        } else if((modifiers & InputEvent.META_MASK) != 0) {
-            pressKey(oper, KeyEvent.VK_META,      modifiers & ~InputEvent.META_MASK);
-        } else if((modifiers & InputEvent.CTRL_MASK) != 0) {
-            pressKey(oper, KeyEvent.VK_CONTROL,   modifiers & ~InputEvent.CTRL_MASK);
-        }
-    }
-     */
-    /**
-     * Releases modifiers keys by robot.
-     * @param oper an operator for a component to release keys on.
-     * @param modifiers a combination of <code>InputEvent.*_MASK</code> fields.
-     */
-    protected void releaseModifiers(int modifiers) {
-        if       ((modifiers & InputEvent.SHIFT_MASK) != 0) {
-            releaseKey(KeyEvent.VK_SHIFT,     modifiers & ~InputEvent.SHIFT_MASK);
-        } else if((modifiers & InputEvent.ALT_GRAPH_MASK) != 0) {
-            releaseKey(KeyEvent.VK_ALT_GRAPH, modifiers & ~InputEvent.ALT_GRAPH_MASK);
-        } else if((modifiers & InputEvent.ALT_MASK) != 0) {
-            releaseKey(KeyEvent.VK_ALT,       modifiers & ~InputEvent.ALT_MASK);
-        } else if((modifiers & InputEvent.META_MASK) != 0) {
-            releaseKey(KeyEvent.VK_META,      modifiers & ~InputEvent.META_MASK);
-        } else if((modifiers & InputEvent.CTRL_MASK) != 0) {
-            releaseKey(KeyEvent.VK_CONTROL,   modifiers & ~InputEvent.CTRL_MASK);
-        }
-    }
-/*
-    protected void releaseModifiers(ComponentOperator oper, int modifiers) {
-        if       ((modifiers & InputEvent.SHIFT_MASK) != 0) {
-            releaseKey(oper, KeyEvent.VK_SHIFT,     modifiers & ~InputEvent.SHIFT_MASK);
-        } else if((modifiers & InputEvent.ALT_GRAPH_MASK) != 0) {
-            releaseKey(oper, KeyEvent.VK_ALT_GRAPH, modifiers & ~InputEvent.ALT_GRAPH_MASK);
-        } else if((modifiers & InputEvent.ALT_MASK) != 0) {
-            releaseKey(oper, KeyEvent.VK_ALT,       modifiers & ~InputEvent.ALT_MASK);
-        } else if((modifiers & InputEvent.META_MASK) != 0) {
-            releaseKey(oper, KeyEvent.VK_META,      modifiers & ~InputEvent.META_MASK);
-        } else if((modifiers & InputEvent.CTRL_MASK) != 0) {
-            releaseKey(oper, KeyEvent.VK_CONTROL,   modifiers & ~InputEvent.CTRL_MASK);
-        }
-    }
- */
-    private void initRobot() {
-        // need to init Robot in dispatch thread because it hangs on Linux
-        // (see http://www.netbeans.org/issues/show_bug.cgi?id=37476)
-        if(qtool.isDispatchThread()) {
-            doInitRobot();
-        } else {
-            qtool.invokeAndWait(new Runnable() {
-                public void run() {
-                    doInitRobot();
-                }
-            });
-        }
-    }
-    
-    private void doInitRobot() {
-        try {
-            ClassReference robotClassReverence = new ClassReference("java.awt.Robot");
-            robotReference = new ClassReference(robotClassReverence.newInstance(null, null));
-            robotReference.invokeMethod("setAutoDelay",
-                    new Object[] {new Integer((int)((autoDelay != null) ?
-                        autoDelay.getValue() :
-                        0))},
-                    new Class[] {Integer.TYPE});
-        } catch(InvocationTargetException e) {
-            throw(new JemmyException("Exception during java.awt.Robot accessing", e));
-        } catch(IllegalStateException e) {
-            throw(new JemmyException("Exception during java.awt.Robot accessing", e));
-        } catch(NoSuchMethodException e) {
-            throw(new JemmyException("Exception during java.awt.Robot accessing", e));
-        } catch(IllegalAccessException e) {
-            throw(new JemmyException("Exception during java.awt.Robot accessing", e));
-        } catch(ClassNotFoundException e) {
-            throw(new JemmyException("Exception during java.awt.Robot accessing", e));
-        } catch(InstantiationException e) {
-            throw(new JemmyException("Exception during java.awt.Robot accessing", e));
-        }
-    }
-    
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/input/package.html b/jemmy/src/org/netbeans/jemmy/drivers/input/package.html
deleted file mode 100644
index 1c3c8c2..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/input/package.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-  <head>
-    <title>Mouse and keyboard drivers</title>
-  </head>
-
-  <body>
-    <h1>Mouse and keyboard drivers</h1>
-
-    Contains low-level drivers to perform user input.<br>
-
-    @since 17 Apr 2002
-
-    <hr>
-  </body>
-</html>
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/lists/ChoiceDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/lists/ChoiceDriver.java
deleted file mode 100644
index d94ad88..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/lists/ChoiceDriver.java
+++ /dev/null
@@ -1,112 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.lists;
-
-import java.awt.Point;
-
-import java.awt.event.KeyEvent;
-
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.KeyDriver;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.ListDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.ChoiceOperator;
-
-/**
- * List driver for java.awt.Choice component type.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class ChoiceDriver extends LightSupportiveDriver implements ListDriver {
-    private final static int RIGHT_INDENT = 10;
-
-    /**
-     * Constructs a ChoiceDriver.
-     */
-    public ChoiceDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.ChoiceOperator"});
-    }
-
-    public void selectItem(ComponentOperator oper, int index) {
-        ChoiceOperator coper = (ChoiceOperator)oper;
-        Point pointToClick = getClickPoint(oper);
-	DriverManager.getMouseDriver(oper).
-	    clickMouse(oper, pointToClick.x, pointToClick.y,
-		       1, oper.getDefaultMouseButton(), 0,
-		       oper.getTimeouts().create("ComponentOperator.MouseClickTimeout"));
-	KeyDriver kdriver = DriverManager.getKeyDriver(oper);
-	Timeout pushTimeout = oper.getTimeouts().create("ComponentOperator.PushKeyTimeout");
-        if(System.getProperty("java.specification.version").compareTo("1.3") > 0) {
-            while(coper.getSelectedIndex() != index) {
-                kdriver.pushKey(oper, (index > coper.getSelectedIndex()) ? KeyEvent.VK_DOWN : KeyEvent.VK_UP, 0, pushTimeout);
-            }
-        } else {
-            int current = ((ChoiceOperator)oper).getSelectedIndex();
-            int diff = 0;
-            int key = 0;
-            if(index > current) {
-                diff = index - current;
-                key = KeyEvent.VK_DOWN;
-            } else {
-                diff = current - index;
-                key = KeyEvent.VK_UP;
-            }
-            for(int i = 0; i < diff; i++) {
-                kdriver.pushKey(oper, key, 0, pushTimeout);
-            }
-        }
-        kdriver.pushKey(oper, KeyEvent.VK_ENTER, 0, pushTimeout);
-    }
-
-    private Point getClickPoint(ComponentOperator oper) {
-        return(new Point(oper.getWidth() - RIGHT_INDENT, oper.getHeight()/2));
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/lists/JComboMouseDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/lists/JComboMouseDriver.java
deleted file mode 100644
index 27e8c95..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/lists/JComboMouseDriver.java
+++ /dev/null
@@ -1,104 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.lists;
-
-import javax.swing.UIManager;
-
-import org.netbeans.jemmy.QueueTool;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.ListDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JComboBoxOperator;
-import org.netbeans.jemmy.operators.JListOperator;
-
-import org.netbeans.jemmy.util.EmptyVisualizer;
-
-/**
- * List driver for javax.swing.JCompoBox component type.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class JComboMouseDriver extends LightSupportiveDriver implements ListDriver {
-
-    /**
-     * Constructs a JComboMouseDriver.
-     */
-    QueueTool queueTool;
-    public JComboMouseDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JComboBoxOperator"});
-        queueTool = new QueueTool();
-    }
-
-    public void selectItem(ComponentOperator oper, int index) {
-	JComboBoxOperator coper = (JComboBoxOperator)oper;
-        //1.5 workaround
-        if(System.getProperty("java.specification.version").compareTo("1.4") > 0) {
-            queueTool.setOutput(oper.getOutput().createErrorOutput());
-            queueTool.waitEmpty(10);
-            queueTool.waitEmpty(10);
-            queueTool.waitEmpty(10);
-        }
-        //end of 1.5 workaround
-	if(!coper.isPopupVisible()) {
-            if(UIManager.getLookAndFeel().getClass().getName().equals("com.sun.java.swing.plaf.motif.MotifLookAndFeel")) {
-                oper.clickMouse(oper.getWidth() - 2, oper.getHeight()/2, 1);
-            } else {
-                DriverManager.getButtonDriver(coper.getButton()).
-                    push(coper.getButton());
-            }
-	}
-	JListOperator list = new JListOperator(coper.waitList());
-        list.copyEnvironment(coper);
-        list.setVisualizer(new EmptyVisualizer());
-	coper.getTimeouts().sleep("JComboBoxOperator.BeforeSelectingTimeout");
-	DriverManager.getListDriver(list).
-	    selectItem(list, index);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/lists/JListMouseDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/lists/JListMouseDriver.java
deleted file mode 100644
index cd90332..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/lists/JListMouseDriver.java
+++ /dev/null
@@ -1,121 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.lists;
-
-import java.awt.Point;
-import java.awt.Rectangle;
-
-import java.awt.event.InputEvent;
-
-import org.netbeans.jemmy.QueueTool;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.MultiSelListDriver;
-
-import org.netbeans.jemmy.operators.JListOperator;
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * List driver for javax.swing.JList component type.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class JListMouseDriver extends LightSupportiveDriver implements MultiSelListDriver {
-    QueueTool queueTool;
-    /**
-     * Constructs a JListMouseDriver.
-     */
-    public JListMouseDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JListOperator"});
-	queueTool = new QueueTool();
-    }
-
-    public void selectItem(ComponentOperator oper, int index) {
-	clickOnItem((JListOperator)oper, index);
-    }
-
-    public void selectItems(ComponentOperator oper, int[] indices) {
-	clickOnItem((JListOperator)oper, indices[0]);
-	for(int i = 1; i < indices.length; i++) {
-	    clickOnItem((JListOperator)oper, indices[i], InputEvent.CTRL_MASK);
-	}
-    }
-
-    /**
-     * Clicks on a list item.
-     * @param oper an operator to click on.
-     * @param index item index.
-     */
-    protected void clickOnItem(JListOperator oper, int index) {
-	clickOnItem(oper, index, 0);
-    }
-
-    /**
-     * Clicks on a list item.
-     * @param oper an operator to click on.
-     * @param index item index.
-     * @param modifiers a combination of <code>InputEvent.*_MASK</code> fields.
-     */
-    protected void clickOnItem(final JListOperator oper, final int index, final int modifiers) {
-        if(!queueTool.isDispatchThread()) {
-            oper.scrollToItem(index);
-        }
-        queueTool.invokeSmoothly(new QueueTool.QueueAction("Path selecting") {
-                public Object launch() {
-                    Rectangle rect = oper.getCellBounds(index, index);
-                    DriverManager.getMouseDriver(oper).
-                        clickMouse(oper, 
-                                   rect.x + rect.width / 2,
-                                   rect.y + rect.height / 2,
-                                   1, oper.getDefaultMouseButton(), modifiers,
-                                   oper.getTimeouts().create("ComponentOperator.MouseClickTimeout"));
-                    return(null);
-                }
-            });
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/lists/JTabAPIDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/lists/JTabAPIDriver.java
deleted file mode 100644
index dedf455..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/lists/JTabAPIDriver.java
+++ /dev/null
@@ -1,88 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.lists;
-
-import java.awt.Rectangle;
-
-import javax.swing.JTabbedPane;
-
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.QueueTool;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.ListDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JTabbedPaneOperator;
-
-/**
- * List driver for javax.swing.JTabbedPane component type.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class JTabAPIDriver extends LightSupportiveDriver implements ListDriver {
-    private QueueTool queueTool;
-    /**
-     * Constructs a JTabMouseDriver.
-     */
-    public JTabAPIDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JTabbedPaneOperator"});
-        queueTool = new QueueTool();
-    }
-
-    public void selectItem(final ComponentOperator oper, final int index) {
-	if(index != -1) {
-            queueTool.invokeSmoothly(new QueueTool.QueueAction("Choise expanding") {
-                    public Object launch() {
-                        ((JTabbedPaneOperator)oper).setSelectedIndex(index);
-                        return(null);
-                    }
-                });
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/lists/JTabMouseDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/lists/JTabMouseDriver.java
deleted file mode 100644
index f774fa1..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/lists/JTabMouseDriver.java
+++ /dev/null
@@ -1,97 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.lists;
-
-import java.awt.Rectangle;
-
-import javax.swing.JTabbedPane;
-
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.QueueTool;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.ListDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JTabbedPaneOperator;
-
-/**
- * List driver for javax.swing.JTabbedPane component type.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class JTabMouseDriver extends LightSupportiveDriver implements ListDriver {
-    private QueueTool queueTool;
-    /**
-     * Constructs a JTabMouseDriver.
-     */
-    public JTabMouseDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JTabbedPaneOperator"});
-        queueTool = new QueueTool();
-    }
-
-    public void selectItem(final ComponentOperator oper, final int index) {
-	if(index != -1) {
-            queueTool.invokeSmoothly(new QueueTool.QueueAction("Choise expanding") {
-                    public Object launch() {
-                        Rectangle rect = ((JTabbedPaneOperator)oper).
-                            getUI().
-                            getTabBounds((JTabbedPane)oper.getSource(),
-                                         index);
-                        DriverManager.getMouseDriver(oper).
-                            clickMouse(oper, 
-                                       (int)(rect.getX() + rect.getWidth() / 2),
-                                       (int)(rect.getY() + rect.getHeight() / 2),
-                                       1, oper.getDefaultMouseButton(), 0,
-                                       oper.getTimeouts().create("ComponentOperator.MouseClickTimeout")); 
-                        return(null);
-                    }
-                });
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/lists/JTableHeaderDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/lists/JTableHeaderDriver.java
deleted file mode 100644
index 3575228..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/lists/JTableHeaderDriver.java
+++ /dev/null
@@ -1,124 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.lists;
-
-import java.awt.Point;
-
-import java.awt.event.InputEvent;
-
-import org.netbeans.jemmy.QueueTool;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.OrderedListDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JTableHeaderOperator;
-
-/**
- * List driver for javax.swing.table.JTableHeader component type.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class JTableHeaderDriver extends LightSupportiveDriver implements OrderedListDriver {
-    private QueueTool queueTool;
-
-    /**
-     * Constructs a JTableHeaderDriver.
-     */
-    public JTableHeaderDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JTableHeaderOperator"});
-        queueTool = new QueueTool();
-    }
-
-    public void selectItem(ComponentOperator oper, int index) {
-	clickOnHeader((JTableHeaderOperator)oper, index);
-    }
-
-    public void selectItems(ComponentOperator oper, int[] indices) {
-	clickOnHeader((JTableHeaderOperator)oper, indices[0]);
-	for(int i = 1; i < indices.length; i++) {
-	    clickOnHeader((JTableHeaderOperator)oper, indices[i], InputEvent.CTRL_MASK);
-	}
-    }
-
-    public void moveItem(ComponentOperator oper, int moveColumn, int moveTo) {
-        Point start = ((JTableHeaderOperator)oper).getPointToClick(moveColumn);
-        Point   end = ((JTableHeaderOperator)oper).getPointToClick(moveTo);
-        oper.dragNDrop(start.x, start.y, end.x, end.y);
-    }
-
-    /**
-     * Clicks on a column header.
-     * @param oper an operator to click on.
-     * @param index column index.
-     */
-    protected void clickOnHeader(JTableHeaderOperator oper, int index) {
-	clickOnHeader(oper, index, 0);
-    }
-
-    /**
-     * Clicks on a column header.
-     * @param oper an operator to click on.
-     * @param index column index.
-     * @param modifiers a combination of <code>InputEvent.*_MASK</code> fields.
-     */
-    protected void clickOnHeader(final JTableHeaderOperator oper, final int index, final int modifiers) {
-        queueTool.invokeSmoothly(new QueueTool.QueueAction("Column selecting") {
-                public Object launch() {
-                    Point toClick = ((JTableHeaderOperator)oper).getPointToClick(index);
-                    DriverManager.getMouseDriver(oper).
-                        clickMouse(oper, 
-                                   toClick.x,
-                                   toClick.y,
-                                   1, oper.getDefaultMouseButton(), modifiers,
-                                   oper.getTimeouts().create("ComponentOperator.MouseClickTimeout"));
-                    return(null);
-                }
-            });
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/lists/ListAPIDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/lists/ListAPIDriver.java
deleted file mode 100644
index e94622d..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/lists/ListAPIDriver.java
+++ /dev/null
@@ -1,94 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.lists;
-
-import java.awt.event.KeyEvent;
-
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.MultiSelListDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.ListOperator;
-
-/**
- * List driver for java.awt.List component type.
- * Uses API calls.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class ListAPIDriver extends LightSupportiveDriver implements MultiSelListDriver {
-
-    /**
-     * Constructs a ListAPIDriver.
-     */
-    public ListAPIDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.ListOperator"});
-    }
-
-    public void selectItem(ComponentOperator oper, int index) {
-	ListOperator loper = (ListOperator)oper;
-	clearSelection(loper);
-	loper.select(index);
-    }
-
-    public void selectItems(ComponentOperator oper, int[] indices) {
-	ListOperator loper = (ListOperator)oper;
-	clearSelection(loper);
-	for(int i = 0; i < indices.length; i++) {
-	    loper.select(indices[i]);
-	}
-    }
-
-    private void clearSelection(ListOperator loper) {
-	for(int i = 0; i < loper.getItemCount(); i++) {
-	    loper.deselect(i);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/lists/ListKeyboardDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/lists/ListKeyboardDriver.java
deleted file mode 100644
index c650a85..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/lists/ListKeyboardDriver.java
+++ /dev/null
@@ -1,100 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.lists;
-
-import java.awt.event.KeyEvent;
-
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.KeyDriver;
-import org.netbeans.jemmy.drivers.MouseDriver;
-import org.netbeans.jemmy.drivers.MultiSelListDriver;
-import org.netbeans.jemmy.drivers.SupportiveDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.ListOperator;
-
-/**
- * List driver for java.awt.List component type.
- * Uses keyboard and mouse.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class ListKeyboardDriver extends ListAPIDriver implements MultiSelListDriver {
-    /**
-     * Constructs a ListKeyboardDriver.
-     */
-    public ListKeyboardDriver() {
-	super();
-    }
-
-    public void selectItem(ComponentOperator oper, int index) {
-	ListOperator loper = (ListOperator)oper;
-	if(loper.isMultipleMode()) {
-	    super.selectItem(loper, index);
-	}
-	DriverManager.getFocusDriver(oper).giveFocus(oper);
-	KeyDriver   kDriver = DriverManager.getKeyDriver(oper);
-	int current = loper.getSelectedIndex();
-	int diff = 0;
-	int key = 0;
-	if(index > current) {
-	    diff = index - current;
-	    key = KeyEvent.VK_DOWN;
-	} else {
-	    diff = current - index;
-	    key = KeyEvent.VK_UP;
-	}
-	Timeout pushTime = oper.getTimeouts().create("ComponentOperator.PushKeyTimeout");
-	for(int i = 0; i < diff; i++) {
-	    kDriver.pushKey(oper, key, 0, pushTime);
-	}
-	kDriver.pushKey(oper, KeyEvent.VK_ENTER, 0, pushTime);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/lists/package.html b/jemmy/src/org/netbeans/jemmy/drivers/lists/package.html
deleted file mode 100644
index 19083dc..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/lists/package.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-  <head>
-    <title>List drivers</title>
-  </head>
-
-  <body>
-    <h1>List drivers</h1>
-
-    Different drivers to perform a list operations.<br>
-
-    @since 4/17/2002
-
-    <hr>
-  </body>
-</html>
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/menus/APIJMenuDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/menus/APIJMenuDriver.java
deleted file mode 100644
index e24e8de..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/menus/APIJMenuDriver.java
+++ /dev/null
@@ -1,148 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.menus;
-
-import java.awt.Component;
-
-import javax.swing.JMenu;
-import javax.swing.JMenuBar;
-import javax.swing.JMenuItem;
-import javax.swing.JPopupMenu;
-import javax.swing.MenuElement;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.Waitable;
-import org.netbeans.jemmy.Waiter;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.MenuDriver;
-import org.netbeans.jemmy.drivers.MouseDriver;
-import org.netbeans.jemmy.drivers.PathChooser;
-
-import org.netbeans.jemmy.operators.AbstractButtonOperator;
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JMenuBarOperator;
-import org.netbeans.jemmy.operators.JMenuItemOperator;
-import org.netbeans.jemmy.operators.JMenuOperator;
-import org.netbeans.jemmy.operators.JPopupMenuOperator;
-
-public class APIJMenuDriver extends DefaultJMenuDriver implements MenuDriver {
-    public APIJMenuDriver() {
-	super();
-    }
-    protected Object push(ComponentOperator oper, JMenuBar menuBar, 
-                          PathChooser chooser, int depth, boolean pressMouse) {
-        try {
-            oper.waitComponentVisible(true);
-            oper.waitComponentEnabled();
-        } catch(InterruptedException e) {
-            throw(new JemmyException("Interrupted!", e));
-        }
-	if(depth > chooser.getDepth() - 1) {
-            if(oper instanceof JMenuOperator) {
-                if(((JMenuOperator)oper).isPopupMenuVisible()) {
-                    ((JMenuOperator)oper).setPopupMenuVisible(false);
-                }
-                ((JMenuOperator)oper).setPopupMenuVisible(true);
-                waitPopupMenu(oper);
-            }
-            ((AbstractButtonOperator)oper).doClick();
-	    return(oper.getSource());
-	} else {
-            if(((JMenuOperator)oper).isPopupMenuVisible()) {
-                ((JMenuOperator)oper).setPopupMenuVisible(false);
-            }
-            ((JMenuOperator)oper).setPopupMenuVisible(true);
-            waitPopupMenu(oper);
-        }
-	oper.getTimeouts().sleep("JMenuOperator.WaitBeforePopupTimeout");
-	JMenuItem item = waitItem(oper, waitPopupMenu(oper), chooser, depth);
-	if(item instanceof JMenu) {
-	    JMenuOperator mo = new JMenuOperator((JMenu)item);
-	    mo.copyEnvironment(oper);
-	    Object result = push(mo, null, chooser, depth + 1, false);
-            if(result instanceof JMenu) {
-                org.netbeans.jemmy.JemmyProperties.getCurrentOutput().printLine("IN HERE" + ((JMenu)result).getText());
-                org.netbeans.jemmy.JemmyProperties.getCurrentOutput().printLine("IN HERE" + Boolean.toString(((JMenu)result).isPopupMenuVisible()));
-                if(!((JMenu)result).isPopupMenuVisible()) {
-                    ((JMenuOperator)oper).setPopupMenuVisible(false);
-                }
-            } else {
-                ((JMenuOperator)oper).setPopupMenuVisible(false);
-                waitNoPopupMenu(oper);
-            }
-            return(result);
-	} else {
-	    JMenuItemOperator mio = new JMenuItemOperator(item);
-	    mio.copyEnvironment(oper);
-            try {
-                mio.waitComponentEnabled();
-            } catch(InterruptedException e) {
-                throw(new JemmyException("Interrupted!", e));
-            }
-            ((AbstractButtonOperator)mio).doClick();
-            ((JMenuOperator)oper).setPopupMenuVisible(false);
-            waitNoPopupMenu(oper);
-	    return(item);
-	}
-    }
-
-    protected void waitNoPopupMenu(final ComponentOperator oper) {
-        oper.waitState(new ComponentChooser() {
-                public boolean checkComponent(Component comp) {
-                    return(!((JMenuOperator)oper).isPopupMenuVisible());
-                }
-                public String getDescription() {
-                    return(((JMenuOperator)oper).getText() + "'s popup");
-                }
-            });
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/menus/AppleMenuDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/menus/AppleMenuDriver.java
deleted file mode 100644
index 7cd8da0..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/menus/AppleMenuDriver.java
+++ /dev/null
@@ -1,159 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-package org.netbeans.jemmy.drivers.menus;
-import java.awt.event.KeyEvent;
-import javax.swing.JMenu;
-import javax.swing.JMenuBar;
-import javax.swing.JMenuItem;
-import javax.swing.MenuElement;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.Timeout;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.drivers.DescriptablePathChooser;
-import org.netbeans.jemmy.drivers.MenuDriver;
-import org.netbeans.jemmy.drivers.PathChooser;
-import org.netbeans.jemmy.drivers.input.RobotDriver;
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.Operator;
-
-/**
- *
- * @author shura
- */
-public class AppleMenuDriver extends RobotDriver implements MenuDriver {
-    
-    /**
-     * Creates a new instance of AppleMenuDriver
-     */
-    public AppleMenuDriver() {
-        super(new Timeout("apple.system.menu.delay", 100),
-                new String[] {"org.netbeans.jemmy.operators.JMenuBarOperator"});
-    }
-    
-    public Object pushMenu(ComponentOperator oper, PathChooser chooser) {
-        Timeout maxTime = oper.getTimeouts().create("ComponentOperator.WaitComponentTimeout");
-        JMenuBar bar = (JMenuBar)(oper.getSource());
-        activateMenu(bar);
-        MenuElement menuObject;
-        maxTime.start();
-        while(!chooser.checkPathComponent(0, (menuObject = getSelectedElement(bar)))) {
-            pressKey(KeyEvent.VK_RIGHT, 0);
-            releaseKey(KeyEvent.VK_RIGHT, 0);
-            if(maxTime.expired()) {
-                throw(new TimeoutExpiredException("AppleMenuDriver: can not find an appropriate menu!"));
-            }
-        }
-        for(int depth = 1; depth < chooser.getDepth(); depth++) {
-            // TODO - wait for menu item
-            int elementIndex = getDesiredElementIndex(menuObject, chooser, depth);
-            if(elementIndex == -1) {
-                throw(new JemmyException("Unable to find menu (menuitem): " + ((DescriptablePathChooser)chooser).getDescription()));
-            }
-            for(int i = ((depth == 1) ? 0 : 1); i<=elementIndex; i++) {
-                pressKey(KeyEvent.VK_DOWN, 0);
-                releaseKey(KeyEvent.VK_DOWN, 0);
-            }
-            if(depth == chooser.getDepth() - 1) {
-                pressKey(KeyEvent.VK_ENTER, 0);
-                releaseKey(KeyEvent.VK_ENTER, 0);
-                return(null);
-            } else {
-                pressKey(KeyEvent.VK_RIGHT, 0);
-                releaseKey(KeyEvent.VK_RIGHT, 0);
-                menuObject = menuObject.getSubElements()[0].getSubElements()[elementIndex];
-            }
-        }
-        return menuObject;
-    }
-    
-    private void activateMenu(JMenuBar bar) {
-        if(getSelectedElement(bar) == null) {
-            tryToActivate();
-            if(getSelectedElement(bar) == null) {
-                tryToActivate();
-            }
-        }
-    }
-    
-    private void tryToActivate() {
-        moveMouse(0, 0);
-        pressMouse(Operator.getDefaultMouseButton(), 0);
-        releaseMouse(Operator.getDefaultMouseButton(), 0);
-        pressKey(KeyEvent.VK_RIGHT, 0);
-        releaseKey(KeyEvent.VK_RIGHT, 0);
-        pressKey(KeyEvent.VK_RIGHT, 0);
-        releaseKey(KeyEvent.VK_RIGHT, 0);
-    }
-    
-    private static MenuElement getSelectedElement(MenuElement bar) {
-        MenuElement[] subElements = bar.getSubElements();
-        for(int i = 0; i < subElements.length; i++) {
-            if(subElements[i] instanceof JMenu &&
-                    ((JMenu)subElements[i]).isSelected()) {
-                return(subElements[i]);
-            } else if(subElements[i] instanceof JMenuItem &&
-                    ((JMenuItem)subElements[i]).isSelected()) {
-                return(subElements[i]);
-            }
-        }
-        return(null);
-    }
-    
-    private static int getDesiredElementIndex(MenuElement bar, PathChooser chooser, int depth) {
-        MenuElement[] subElements = bar.getSubElements()[0].getSubElements();
-        int realIndex = 0;
-        for(int i = 0; i < subElements.length; i++) {
-            // do not count invisible and disabled menu items
-            if(subElements[i] instanceof JMenuItem && ((JMenuItem)subElements[i]).isVisible() && ((JMenuItem)subElements[i]).isEnabled()) {
-                if(chooser.checkPathComponent(depth, subElements[i])) {
-                    return realIndex;
-                }
-                realIndex++;
-            }
-        }
-        return(-1);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/menus/DefaultJMenuDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/menus/DefaultJMenuDriver.java
deleted file mode 100644
index 6d9bd4b..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/menus/DefaultJMenuDriver.java
+++ /dev/null
@@ -1,269 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.menus;
-
-import java.awt.Component;
-
-import javax.swing.JMenu;
-import javax.swing.JMenuBar;
-import javax.swing.JMenuItem;
-import javax.swing.JPopupMenu;
-import javax.swing.MenuElement;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.Waitable;
-import org.netbeans.jemmy.Waiter;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.MenuDriver;
-import org.netbeans.jemmy.drivers.MouseDriver;
-import org.netbeans.jemmy.drivers.PathChooser;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JMenuBarOperator;
-import org.netbeans.jemmy.operators.JMenuItemOperator;
-import org.netbeans.jemmy.operators.JMenuOperator;
-import org.netbeans.jemmy.operators.JPopupMenuOperator;
-
-public class DefaultJMenuDriver extends LightSupportiveDriver implements MenuDriver {
-    public DefaultJMenuDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JMenuOperator", 
-                            "org.netbeans.jemmy.operators.JMenuBarOperator", 
-                            "org.netbeans.jemmy.operators.JPopupMenuOperator"});
-    }
-    public Object pushMenu(ComponentOperator oper, PathChooser chooser) {
-	checkSupported(oper);
-	if(oper instanceof JMenuBarOperator ||
-	   oper instanceof JPopupMenuOperator) {
-	    JMenuItem item;
-	    if(oper instanceof JMenuBarOperator) {
-		item = waitItem(oper, 
-				(JMenuBar)oper.getSource(), 
-				chooser, 0);
-	    } else {
-		item = waitItem(oper, 
-				(JPopupMenu)oper.getSource(), 
-				chooser, 0);
-	    }
-	    JMenuItemOperator itemOper;
-	    if(item instanceof JMenu) {
-		itemOper = new JMenuOperator((JMenu)item);
-	    } else if(item instanceof JMenuItem) {
-		itemOper = new JMenuItemOperator(item);
-	    } else {
-		return(null);
-	    }
-	    itemOper.copyEnvironment(oper);
-	    return(push(itemOper, null, (oper instanceof JMenuBarOperator) ? ((JMenuBar)oper.getSource()) : null, 
-                        chooser, 1, true));
-	} else {
-	    return(push(oper, null, null, chooser, 0, true));
-	}
-    }
-    protected Object push(ComponentOperator oper, ComponentOperator lastItem,
-                          JMenuBar menuBar, 
-                          PathChooser chooser, int depth, boolean pressMouse) {
-        try {
-            oper.waitComponentVisible(true);
-            oper.waitComponentEnabled();
-        } catch(InterruptedException e) {
-            throw(new JemmyException("Interrupted!", e));
-        }
-	MouseDriver mDriver = DriverManager.getMouseDriver(oper);
-        //mDriver.enterMouse(oper);
-        //use enhanced algorithm instead
-        smartMove(lastItem, oper);
-	if(depth > chooser.getDepth() - 1) {
-            if(oper instanceof JMenuOperator &&
-               menuBar != null && getSelectedElement(menuBar) != null) {
-                //mDriver.enterMouse(oper);
-            } else {
-                DriverManager.getButtonDriver(oper).push(oper);
-            }
-	    return(oper.getSource());
-	}
-	if(pressMouse && !((JMenuOperator)oper).isPopupMenuVisible() &&
-           !(menuBar != null && getSelectedElement(menuBar) != null)) {
-	    DriverManager.getButtonDriver(oper).push(oper);
-	}
-	oper.getTimeouts().sleep("JMenuOperator.WaitBeforePopupTimeout");
-	JMenuItem item = waitItem(oper, waitPopupMenu(oper), chooser, depth);
-        mDriver.exitMouse(oper);
-	if(item instanceof JMenu) {
-	    JMenuOperator mo = new JMenuOperator((JMenu)item);
-	    mo.copyEnvironment(oper);
-	    return(push(mo, oper, null, chooser, depth + 1, false));
-	} else {
-	    JMenuItemOperator mio = new JMenuItemOperator(item);
-	    mio.copyEnvironment(oper);
-            try {
-                mio.waitComponentEnabled();
-            } catch(InterruptedException e) {
-                throw(new JemmyException("Interrupted!", e));
-            }
-            //move here first
-            smartMove(oper, mio);
-	    DriverManager.getButtonDriver(oper).push(mio);
-	    return(item);
-	}
-    }
-    private void smartMove(ComponentOperator last, ComponentOperator oper) {
-        if(last == null) {
-            oper.enterMouse();
-            return;
-        }
-        //get all the coordinates first
-        //previous item
-        long lastXl, lastXr, lastYl, lastYr;
-        lastXl = (long)last.getSource().getLocationOnScreen().getX();
-        lastXr = lastXl + last.getSource().getWidth();
-        lastYl = (long)last.getSource().getLocationOnScreen().getY();
-        lastYr = lastYl + last.getSource().getHeight();
-        //this item
-        long operXl, operXr, operYl, operYr;
-        operXl = (long)oper.getSource().getLocationOnScreen().getX();
-        operXr = operXl + oper.getSource().getWidth();
-        operYl = (long)oper.getSource().getLocationOnScreen().getY();
-        operYr = operYl + oper.getSource().getHeight();
-        //get the overlap borders
-        long overXl, overXr, overYl, overYr;
-        overXl = (lastXl > operXl) ? lastXl : operXl;
-        overXr = (lastXr < operXr) ? lastXr : operXr;
-        overYl = (lastYl > operYl) ? lastYl : operYl;
-        overYr = (lastYr < operYr) ? lastYr : operYr;
-        //now, let's see ...
-        //what if it overlaps by x?
-        if(overXl < overXr) {
-            //good - move mose to the center of the overlap
-            last.moveMouse((int)((overXr - overXl) / 2 - lastXl),
-                           last.getCenterY());
-            //move mouse inside
-            oper.moveMouse((int)((overXr - overXl) / 2 - operXl),
-                           oper.getCenterY());
-            //done - now move to the center
-            oper.enterMouse();
-            return;
-        }
-        //ok, what if it overlaps by y?
-        if(overYl < overYr) {
-            //good - move mose to the center of the overlap
-            last.moveMouse(last.getCenterX(),
-                           (int)((overYr - overYl) / 2 - lastYl));
-            //move mouse inside
-            oper.moveMouse(last.getCenterX(),
-                           (int)((overYr - overYl) / 2 - operYl));
-            //done - now move to the center
-            oper.enterMouse();
-            return;
-        }
-        //well - can't help it
-        oper.enterMouse();
-    }
-    protected JPopupMenu waitPopupMenu(final ComponentOperator oper) {
-        return((JPopupMenu)JPopupMenuOperator.waitJPopupMenu(new ComponentChooser() {
-                public boolean checkComponent(Component comp) {
-                    return(comp == ((JMenuOperator)oper).getPopupMenu() &&
-                           comp.isShowing());
-                }
-                public String getDescription() {
-                    return(((JMenuOperator)oper).getText() + "'s popup");
-                }
-            }).getSource());
-    }
-
-    protected JMenuItem waitItem(ComponentOperator oper, MenuElement element, PathChooser chooser, int depth) {
-	Waiter waiter = new Waiter(new JMenuItemWaiter(element, chooser, depth));
-	waiter.setOutput(oper.getOutput().createErrorOutput());
-	waiter.setTimeouts(oper.getTimeouts());
-	try {
-	    return((JMenuItem)waiter.waitAction(null));
-	} catch(InterruptedException e) {
-	    throw(new JemmyException("Waiting has been interrupted", e));
-	}
-    }
-
-    public static Object getSelectedElement(JMenuBar bar) {
-        MenuElement[] subElements = bar.getSubElements();
-        for(int i = 0; i < subElements.length; i++) {
-            if(subElements[i] instanceof JMenu &&
-               ((JMenu)subElements[i]).isPopupMenuVisible()) {
-                return(subElements[i]);
-            }
-        }
-        return(null);
-    }
-
-    private class JMenuItemWaiter implements Waitable {
-	MenuElement cont;
-	PathChooser chooser;
-	int depth;
-	public JMenuItemWaiter(MenuElement cont, PathChooser chooser, int depth) {
-	    this.cont = cont;
-	    this.chooser = chooser;
-	    this.depth = depth;
-	}
-	public Object actionProduced(Object obj) {
-            if(!((Component)cont).isShowing()) {
-                return(null);
-            }
-	    MenuElement[] subElements = cont.getSubElements();
-	    for(int i = 0; i < subElements.length; i++) {
-                if(((Component)subElements[i]).isShowing() && ((Component)subElements[i]).isEnabled() &&
-                        chooser.checkPathComponent(depth, subElements[i])) {
-                    return subElements[i];
-                }
-	    }
-	    return(null);
-	}
-	public String getDescription() {
-	    return("");
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/menus/QueueJMenuDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/menus/QueueJMenuDriver.java
deleted file mode 100644
index 85c2e49..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/menus/QueueJMenuDriver.java
+++ /dev/null
@@ -1,317 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.menus;
-
-import java.awt.Component;
-import java.awt.Window;
-
-import javax.swing.JMenu;
-import javax.swing.JMenuBar;
-import javax.swing.JMenuItem;
-import javax.swing.JPopupMenu;
-import javax.swing.MenuElement;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.QueueTool;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.Waitable;
-import org.netbeans.jemmy.Waiter;
-
-import org.netbeans.jemmy.drivers.DescriptablePathChooser;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.MenuDriver;
-import org.netbeans.jemmy.drivers.MouseDriver;
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.PathChooser;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JMenuBarOperator;
-import org.netbeans.jemmy.operators.JMenuItemOperator;
-import org.netbeans.jemmy.operators.JMenuOperator;
-import org.netbeans.jemmy.operators.JPopupMenuOperator;
-import org.netbeans.jemmy.operators.WindowOperator;
-
-/**
- * 
- * 100% stable menu driver.
- * Tries to do next steps during one action executed through EventQueue:<br>
- * find showing window containing popup<br>
- * find showing popup<br>
- * find showing menuitem<br>
- * enter mouse into it<br>
- *
- * Repeats this action as many times as "JMenuOperator.WaitPopupTimeout" timeout allows.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- * 
- */
-public class QueueJMenuDriver extends LightSupportiveDriver implements MenuDriver {
-    QueueTool queueTool;
-    public QueueJMenuDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JMenuOperator", 
-                            "org.netbeans.jemmy.operators.JMenuBarOperator", 
-                            "org.netbeans.jemmy.operators.JPopupMenuOperator"});
-        queueTool = new QueueTool();
-    }
-    public Object pushMenu(final ComponentOperator oper, PathChooser chooser) {
-        queueTool.setOutput(oper.getOutput().createErrorOutput());
-	checkSupported(oper);
-        JMenuItem result;
-        OneReleaseAction action;
-	if(oper instanceof JMenuBarOperator) {
-            action = new OneReleaseAction(chooser, 0, oper, false) {
-                    protected void pushAlone(JMenuItemOperator subMenuOper) {
-                        if(subMenuOper.getSource() instanceof JMenu &&
-                           isMenuBarSelected((JMenuBar)oper.getSource())) {
-                            DriverManager.getMouseDriver(subMenuOper).enterMouse(subMenuOper);
-                        } else {
-                            DriverManager.getButtonDriver(subMenuOper).push(subMenuOper);
-                        }
-                    }
-                    protected boolean inTheMiddle(JMenuOperator subMenuOper, boolean mousePressed) {
-                        if(isMenuBarSelected((JMenuBar)oper.getSource())) {
-                            DriverManager.getMouseDriver(subMenuOper).enterMouse(subMenuOper);
-                            return(false);
-                        } else {
-                            return(super.inTheMiddle(subMenuOper, mousePressed));
-                        }
-                    }
-                    protected void process(MenuElement element) {
-                        super.process(element);
-                    }
-                    public MenuElement getMenuElement() {
-                        return((MenuElement)oper.getSource());
-                    }
-                };
-        } else if(oper instanceof JPopupMenuOperator) {
-            action = new OneReleaseAction(chooser, 0, oper, false) {
-                    public MenuElement getMenuElement() {
-                        return((MenuElement)oper.getSource());
-                    }
-                };
-	} else {
-            DriverManager.getButtonDriver(oper).press(oper);
-            action = new OneReleaseAction(chooser, 0, oper, false) {
-                    public Object launch() {
-                        process((MenuElement)oper.getSource());
-                        return((MenuElement)oper.getSource());
-                    }
-                    public MenuElement getMenuElement() {
-                        return(null);
-                    }
-                };
-	}
-        //1.5 workaround
-        if(System.getProperty("java.specification.version").compareTo("1.4") > 0) {
-            queueTool.setOutput(oper.getOutput().createErrorOutput());
-            queueTool.waitEmpty(10);
-            queueTool.waitEmpty(10);
-            queueTool.waitEmpty(10);
-        }
-        //end of 1.5 workaround
-        result = runAction(action, oper, 
-                           oper.getTimeouts().getTimeout("ComponentOperator.WaitComponentTimeout"),
-                           (chooser instanceof DescriptablePathChooser) ? 
-                           ((DescriptablePathChooser)chooser).getDescription() : 
-                           "Menu pushing");
-        if(result instanceof JMenu) {
-            for(int i = 1; i < chooser.getDepth(); i++) {
-                final JMenu menu = (JMenu)result;
-                final ComponentChooser popupChooser = new PopupMenuChooser(menu);
-                action = new OneReleaseAction(chooser, i, oper, action.mousePressed) {
-                        public MenuElement getMenuElement() {
-                            Window win = JPopupMenuOperator.findJPopupWindow(popupChooser);
-                            if(win != null && win.isShowing()) {
-                                return(JPopupMenuOperator.findJPopupMenu(win, popupChooser));
-                            } else {
-                                return(null);
-                            }
-                        }
-                    };
-                result = (JMenuItem)runAction(action, oper, 
-                                              oper.getTimeouts().getTimeout("JMenuOperator.WaitPopupTimeout"),
-                                              (chooser instanceof DescriptablePathChooser) ? 
-                                              ((DescriptablePathChooser)chooser).getDescription() : 
-                                              "Menu pushing");
-            }
-        }
-        return(result);
-    }
-
-    private JMenuItem runAction(final OneReleaseAction action, ComponentOperator env, long waitingTime, final String description) {
-        Waiter waiter = new Waiter(new Waitable() {
-                public Object actionProduced(Object param) {
-                    return(queueTool.invokeSmoothly(action));
-                }
-                public String getDescription() {
-                    return(description);
-                }
-            });
-        waiter.setOutput(env.getOutput().createErrorOutput());
-        waiter.setTimeouts(env.getTimeouts().cloneThis());
-        waiter.getTimeouts().setTimeout("Waiter.WaitingTime", 
-                                        waitingTime);
-        waiter.getTimeouts().setTimeout("Waiter.TimeDelta", 100);
-        //1.5 workaround
-        if(System.getProperty("java.specification.version").compareTo("1.4") > 0) {
-            queueTool.setOutput(env.getOutput().createErrorOutput());
-            queueTool.waitEmpty(10);
-            queueTool.waitEmpty(10);
-            queueTool.waitEmpty(10);
-        }
-        //end of 1.5 workaround
-        try {
-            return((JMenuItem)waiter.waitAction(null));
-        } catch(InterruptedException e) {
-            action.stop();
-            throw(new JemmyException("Waiting has been interrupted", e));
-        }
-    }
-
-    private boolean isMenuBarSelected(JMenuBar bar) {
-        MenuElement[] subElements = bar.getSubElements();
-        for(int i = 0; i < subElements.length; i++) {
-            if(subElements[i] instanceof JMenu &&
-               ((JMenu)subElements[i]).isPopupMenuVisible()) {
-                return(true);
-            }
-        }
-        return(false);
-    }
-
-    private abstract class OneReleaseAction extends QueueTool.QueueAction {
-        PathChooser chooser;
-        int depth;
-        ComponentOperator env;
-        boolean mousePressed = false;
-        private boolean stopped = false;
-        public OneReleaseAction(PathChooser chooser, int depth, ComponentOperator env, boolean mousePressed) {
-            super("Menu pushing");
-            this.chooser = chooser;
-            this.depth = depth;
-            this.env = env;
-            this.mousePressed = mousePressed;
-        }
-        protected void pushAlone(JMenuItemOperator subMenuOper) {
-            DriverManager.getButtonDriver(subMenuOper).push(subMenuOper);
-        }
-        protected void pushLast(JMenuItemOperator subMenuOper, boolean mousePressed) {
-            DriverManager.getMouseDriver(subMenuOper).enterMouse(subMenuOper);
-            DriverManager.getButtonDriver(subMenuOper).release(subMenuOper);
-        }
-        protected boolean inTheMiddle(JMenuOperator subMenuOper, boolean mousePressed) {
-            if(!subMenuOper.isPopupMenuVisible()) {
-                if(!mousePressed) {
-                    DriverManager.getMouseDriver(subMenuOper).enterMouse(subMenuOper);
-                    DriverManager.getButtonDriver(subMenuOper).press(subMenuOper);
-                } else {
-                    DriverManager.getMouseDriver(subMenuOper).enterMouse(subMenuOper);
-                }
-                return(true);
-            }
-            return(mousePressed);
-        }
-        protected void process(MenuElement element) {
-            if(depth == chooser.getDepth() - 1) {
-                JMenuItemOperator subMenuOper = new JMenuItemOperator((JMenuItem)element);
-                subMenuOper.copyEnvironment(env);
-                if(depth == 0) {
-                    pushAlone(subMenuOper);
-                } else {
-                    pushLast(subMenuOper, mousePressed);
-                }
-            } else {
-                if(element instanceof JMenu) {
-                    JMenuOperator subMenuOper = new JMenuOperator((JMenu)element);
-                    subMenuOper.copyEnvironment(env);
-                    mousePressed = inTheMiddle(subMenuOper, mousePressed);
-                } else {
-                    throw(new JemmyException("Menu path too long"));
-                }
-            }
-        }
-        public Object launch() {
-            MenuElement element = getMenuElement();
-            if(element != null) {
-                MenuElement[] subElements = element.getSubElements();
-                for(int i = 0; i < subElements.length; i++) {
-                    if(((Component)subElements[i]).isShowing() && 
-                       ((Component)subElements[i]).isEnabled() &&
-                       chooser.checkPathComponent(depth, subElements[i])) {
-                        process(subElements[i]);
-                        return(subElements[i]);
-                    }
-                    if(stopped) {
-                        return(null);
-                    }
-                }
-            }
-            return(null);
-        }
-        public abstract MenuElement getMenuElement();
-        private void stop() {
-            stopped = true;
-        }
-    }
-
-    private class PopupMenuChooser implements ComponentChooser {
-        JMenu menu;
-        public PopupMenuChooser(JMenu menu) {
-            this.menu = menu;
-        }
-        public boolean checkComponent(Component comp) {
-            return(comp == menu.getPopupMenu() &&
-                   comp.isShowing() && comp.isEnabled());
-        }
-        public String getDescription() {
-            return(menu.getText() + "'s popup");
-        }
-    }
-                        
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/menus/package.html b/jemmy/src/org/netbeans/jemmy/drivers/menus/package.html
deleted file mode 100644
index 9317b6b..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/menus/package.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-  <head>
-    <title>Menu drivers.</title>
-  </head>
-
-  <body>
-    <h1>Menu drivers.</h1>
-
-    Different drivers to perform a menu operations.<br>
-
-    <hr>
-  </body>
-</html>
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/package.html b/jemmy/src/org/netbeans/jemmy/drivers/package.html
deleted file mode 100644
index 0cb3f54..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/package.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-  <head>
-    <title>Drivers interfaces</title>
-  </head>
-
-  <body>
-    <h1>Drivers interfaces</h1>
-
-    Contains interfaces of "drivers".<br><br>
-
-    Driver is a class which actually implements action reproducing. There are 
-    different types of drivers (mouse driver, keyboard driver, button drivers, ...),
-    each of them represented by interface (button driver - by ButtonDriver interface, ...)<br><br>
-
-    Package also contains some classes allowing to manage driver set.<br><br>
-
-    Subpackages contain driver implementations.<br><br>
-
-    Drivers is low-level API: they are not supposed to be used directly from test.<br>
-
-    @since 04/17/2002
-
-    <hr>
-  </body>
-</html>
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/AWTScrollDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/scrolling/AWTScrollDriver.java
deleted file mode 100644
index faf84b9..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/AWTScrollDriver.java
+++ /dev/null
@@ -1,156 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.scrolling;
-
-import java.awt.Adjustable;
-import java.awt.Point;
-
-import org.netbeans.jemmy.QueueTool;
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.MouseDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.Operator;
-
-/**
- * ScrollDriver for awt components.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public abstract class AWTScrollDriver extends AbstractScrollDriver {
-    private QueueTool queueTool;
-
-    /**
-     * Constructs a ChoiceDriver.
-     * @param supported an array of supported class names
-     */
-    public AWTScrollDriver(String[] supported) {
-	super(supported);
-        queueTool = new QueueTool();
-    }
-    protected void step(final ComponentOperator oper, final ScrollAdjuster adj) {
-	if(adj.getScrollDirection() != ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION) {
-            queueTool.invokeSmoothly(new QueueTool.QueueAction("Choise expanding") {
-                    public Object launch() {
-                        Point clickPoint = getClickPoint(oper, adj.getScrollDirection(), adj.getScrollOrientation());
-                        if(clickPoint != null) {
-                            DriverManager.getMouseDriver(oper).
-                                clickMouse(oper, clickPoint.x, clickPoint.y, 1, 
-                                           Operator.getDefaultMouseButton(),
-                                           0, 
-                                           oper.getTimeouts().
-                                           create("ComponentOperator.MouseClickTimeout"));
-                        }
-                        return(null);
-                    }
-                });
-	}
-    }
-    protected void jump(ComponentOperator oper, ScrollAdjuster adj) {}
-    protected void startPushAndWait(final ComponentOperator oper, final int direction, final int orientation) {
-        queueTool.invokeSmoothly(new QueueTool.QueueAction("Choise expanding") {
-                public Object launch() {
-                    Point clickPoint = getClickPoint(oper, direction, orientation);
-                    if(clickPoint != null) {
-                        MouseDriver mdriver = DriverManager.getMouseDriver(oper);
-                        mdriver.moveMouse(oper, clickPoint.x, clickPoint.y);
-                        mdriver.pressMouse(oper, clickPoint.x, clickPoint.y,
-                                           Operator.getDefaultMouseButton(),
-                                           0);
-                    }
-                    return(null);
-                }
-            });
-    }
-    protected void stopPushAndWait(final ComponentOperator oper, final int direction, final int orientation) {
-        queueTool.invokeSmoothly(new QueueTool.QueueAction("Choise expanding") {
-                public Object launch() {
-                    Point clickPoint = getClickPoint(oper, direction, orientation);
-                    if(clickPoint != null) {
-                        MouseDriver mdriver = DriverManager.getMouseDriver(oper);
-                        mdriver.releaseMouse(oper, clickPoint.x, clickPoint.y,
-                                             Operator.getDefaultMouseButton(),
-                                             0);
-                    }
-                    return(null);
-                }
-            });
-    }
-    protected Point startDragging(ComponentOperator oper) {
-	return(null);
-    }
-    protected void drop(ComponentOperator oper, Point pnt) {}
-    protected void drag(ComponentOperator oper, Point pnt) {}
-    protected Timeout getScrollDeltaTimeout(ComponentOperator oper) {
-	return(oper.getTimeouts().
-	       create("ScrollbarOperator.DragAndDropScrollingDelta"));
-    }
-    protected boolean canDragAndDrop(ComponentOperator oper) {
-	return(false);
-    }
-    protected boolean canJump(ComponentOperator oper) {
-	return(false);
-    }
-    protected boolean canPushAndWait(ComponentOperator oper) {
-	return(true);
-    }
-    protected int getDragAndDropStepLength(ComponentOperator oper) {
-	return(1);
-    }
-    /**
-     * Defines a click point which needs to be used in
-     * order to increase/decrease scroller value.
-     * @param oper an operator.
-     * @param direction - one of the ScrollAdjister.INCREASE_SCROLL_DIRECTION, 
-     * ScrollAdjister.DECREASE_SCROLL_DIRECTION, ScrollAdjister.DO_NOT_TOUCH_SCROLL_DIRECTION values.
-     * @param orientation one of the Adjustable.HORIZONTAL or Adjustable.VERTICAL values.
-     * @return a point to click.
-     */
-    protected abstract Point getClickPoint(ComponentOperator oper, int direction, int orientation);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/AbstractScrollDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/scrolling/AbstractScrollDriver.java
deleted file mode 100644
index 0e8a893..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/AbstractScrollDriver.java
+++ /dev/null
@@ -1,257 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.scrolling;
-
-import java.awt.Adjustable;
-import java.awt.Point;
-
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.ScrollDriver;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Superclass for all scroll drivers.
- * Contains all the logic of scrolling.
- * Tryes allowed operations in this order:
- * "jump", "drag'n'drop", "push'n'wait", "step".
- * Repeats "step" scrolling while scroller value is not equal
- * to the necessary value, but no more than <code>ADJUST_CLICK_COUNT</code>.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public abstract class AbstractScrollDriver extends LightSupportiveDriver implements ScrollDriver {
-
-    /**
-     * Maximal number of attemps to reach required position
-     * by minimal scrolling operation.
-     */
-    public static final int ADJUST_CLICK_COUNT = 10;
-    /**
-     * Constructs an AbstractScrollDriver.
-     * @param supported an array of supported class names
-     */
-    public AbstractScrollDriver(String[] supported) {
-	super(supported);
-    }
-
-    public void scroll(ComponentOperator oper, ScrollAdjuster adj) {
-	if(canJump(oper)) {
-	    doJumps(oper, adj);
-	}
-	if(canDragAndDrop(oper)) {
-	    doDragAndDrop(oper, adj);
-	}
-	if(canPushAndWait(oper)) {
-	    doPushAndWait(oper, adj);
-	}
-	for(int i = 0; i < ADJUST_CLICK_COUNT; i++) {
-	    doSteps(oper, adj);
-	}
-    }
-
-    /**
-     * Performs minimal scrolling step.
-     * @param oper an operator.
-     * @param adj a scroll adjuster
-     */
-    protected abstract void step(ComponentOperator oper, ScrollAdjuster adj);
-
-    /**
-     * Performs maximal scroll step.
-     * @param oper an operator.
-     * @param adj a scroll adjuster
-     */
-    protected abstract void jump(ComponentOperator oper, ScrollAdjuster adj);
-
-    /**
-     * Presses something like a scroll button.
-     * @param oper an operator.
-     * @param direction - one of the ScrollAdjister.INCREASE_SCROLL_DIRECTION, 
-     * ScrollAdjister.DECREASE_SCROLL_DIRECTION, ScrollAdjister.DO_NOT_TOUCH_SCROLL_DIRECTION values.
-     * @param orientation one of the Adjustable.HORIZONTAL or Adjustable.VERTICAL values.
-     */
-    protected abstract void startPushAndWait(ComponentOperator oper, int direction, int orientation);
-
-    /**
-     * Releases something like a scroll button.
-     * @param oper an operator.
-     * @param direction - one of the ScrollAdjister.INCREASE_SCROLL_DIRECTION, 
-     * ScrollAdjister.DECREASE_SCROLL_DIRECTION, ScrollAdjister.DO_NOT_TOUCH_SCROLL_DIRECTION values.
-     * @param orientation one of the Adjustable.HORIZONTAL or Adjustable.VERTICAL values.
-     */
-    protected abstract void stopPushAndWait(ComponentOperator oper, int direction, int orientation);
-
-    /**
-     * Starts drag'n'drop scrolling.
-     * @param oper an operator.
-     * @return start drigging point.
-     */
-    protected abstract Point startDragging(ComponentOperator oper);
-
-    /**
-     * Drop at a specified point.
-     * @param oper an operator.
-     * @param pnt the point to drop.
-     */
-    protected abstract void drop(ComponentOperator oper, Point pnt);
-
-    /**
-     * Drag to a specified point.
-     * @param oper an operator.
-     * @param pnt the point to drag to.
-     */
-    protected abstract void drag(ComponentOperator oper, Point pnt);
-
-    /**
-     * Returns a timeout for sleeping between verifications during
-     * "push and wait" scrolling.
-     * @param oper an operator.
-     * @return a timeout
-     */
-    protected abstract Timeout getScrollDeltaTimeout(ComponentOperator oper);
-
-    /**
-     * Tells if this driver allows to perform drag'n'drop scrolling.
-     * @param oper an operator.
-     * @return true if this driver allows to drag'n'drop.
-     */
-    protected abstract boolean canDragAndDrop(ComponentOperator oper);
-
-    /**
-     * Tells if this driver allows to perform jumps.
-     * @param oper an operator.
-     * @return true if this driver allows to jump.
-     */
-    protected abstract boolean canJump(ComponentOperator oper);
-
-    /**
-     * Tells if this driver allows to perform "push and wait" scrolling.
-     * @param oper an operator.
-     * @return true if this driver allows to "push and wait".
-     */
-    protected abstract boolean canPushAndWait(ComponentOperator oper);
-
-    /**
-     * Returns a number of pixels in one drag and drop scrolling.
-     * @param oper an operator.
-     * @return drag'n'drop step length.
-     */
-    protected abstract int getDragAndDropStepLength(ComponentOperator oper);
-
-    /**
-     * Performs drag'n'drop scrolling till scroller's value
-     * does not cross required value.
-     * @param oper an operator.
-     * @param adj a scroll adjuster
-     */
-    protected void doDragAndDrop(ComponentOperator oper, ScrollAdjuster adj) {
-	int direction = adj.getScrollDirection();
-	if(direction != adj.DO_NOT_TOUCH_SCROLL_DIRECTION) {
-	    Point pnt = startDragging(oper);
-	    while(adj.getScrollDirection() == direction) {
-		drag(oper, pnt = increasePoint(oper, pnt, adj, direction));
-	    }
-	    drop(oper, pnt);
-	}
-    }
-
-    /**
-     * Performs jump scrolling till scroller's value
-     * does not cross required value.
-     * @param oper an operator.
-     * @param adj a scroll adjuster
-     */
-    protected void doJumps(ComponentOperator oper, ScrollAdjuster adj) {
-	int direction = adj.getScrollDirection();
-	if(direction != adj.DO_NOT_TOUCH_SCROLL_DIRECTION) {
-	    while(adj.getScrollDirection() == direction) {
-		jump(oper, adj);
-	    }
-	}
-    }
-    /**
-     * Performs "push and wait" scrolling till scroller's value
-     * does not cross required value.
-     * @param oper an operator.
-     * @param adj a scroll adjuster
-     */
-    protected void doPushAndWait(ComponentOperator oper, ScrollAdjuster adj) {
-	int direction = adj.getScrollDirection();
-	int orientation = adj.getScrollOrientation();
-	if(direction != adj.DO_NOT_TOUCH_SCROLL_DIRECTION) {
-	    Timeout delta = getScrollDeltaTimeout(oper);
-	    startPushAndWait(oper, direction, orientation);
-	    while(adj.getScrollDirection() == direction) {
-		delta.sleep();
-	    }
-	    stopPushAndWait(oper, direction, orientation);
-	}
-    }
-
-    /**
-     * Performs minimal scrollings till scroller's value
-     * does not cross required value.
-     * @param oper an operator.
-     * @param adj a scroll adjuster
-     */
-    protected void doSteps(ComponentOperator oper, ScrollAdjuster adj) {
-	int direction = adj.getScrollDirection();
-	if(direction != adj.DO_NOT_TOUCH_SCROLL_DIRECTION) {
-	    while(adj.getScrollDirection() == direction) {
-		step(oper, adj);
-	    }
-	}
-    }
-    private Point increasePoint(ComponentOperator oper, Point pnt, ScrollAdjuster adj, int direction) {
-	return((adj.getScrollOrientation() == Adjustable.HORIZONTAL) ?
-	       new Point(pnt.x + ((direction == 1) ? 1 : -1) * getDragAndDropStepLength(oper), pnt.y) :
-	       new Point(pnt.x, pnt.y + ((direction == 1) ? 1 : -1) * getDragAndDropStepLength(oper)));
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/JScrollBarAPIDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/scrolling/JScrollBarAPIDriver.java
deleted file mode 100644
index d1d4bf3..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/JScrollBarAPIDriver.java
+++ /dev/null
@@ -1,179 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.scrolling;
-
-import java.awt.Adjustable;
-import java.awt.Point;
-
-import javax.swing.JButton;
-import javax.swing.JScrollBar;
-
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.QueueTool;
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.MouseDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JButtonOperator;
-import org.netbeans.jemmy.operators.JScrollBarOperator;
-import org.netbeans.jemmy.operators.Operator;
-
-/**
- * ScrollDriver for javax.swing.JScrollBar component type.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class JScrollBarAPIDriver extends AbstractScrollDriver {
-    private final static int SMALL_INCREMENT = 1;
-    private final static int MINIMAL_DRAGGER_SIZE = 5;
-    private final static int RELATIVE_DRAG_STEP_LENGTH = 20;
-
-    private QueueTool queueTool;
-
-    /**
-     * Constructs a JScrollBarDriver.
-     */
-    public JScrollBarAPIDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JScrollBarOperator"});
-        queueTool = new QueueTool();
-    }
-
-    public void scrollToMinimum(ComponentOperator oper, int orientation) {
-        JScrollBarOperator scroll = (JScrollBarOperator)oper;
-        setValue(oper, scroll.getMinimum());
-    }
-
-    public void scrollToMaximum(ComponentOperator oper, int orientation) {
-        JScrollBarOperator scroll = (JScrollBarOperator)oper;
-	setValue(oper, scroll.getMaximum() - scroll.getVisibleAmount());
-    }
-
-    protected void step(ComponentOperator oper, ScrollAdjuster adj) {
-	JScrollBarOperator scroll = (JScrollBarOperator)oper;
-	int newValue = -1;
-	if(adj.getScrollDirection() == adj.DECREASE_SCROLL_DIRECTION) {
-		newValue = (scroll.getValue() > scroll.getMinimum() + 
-				scroll.getUnitIncrement()) ?
-				scroll.getValue() - scroll.getUnitIncrement() :
-				scroll.getMinimum();
-	} else if(adj.getScrollDirection() == adj.INCREASE_SCROLL_DIRECTION) {
-		newValue = (scroll.getValue() < scroll.getMaximum() - 
-				scroll.getVisibleAmount() - scroll.getUnitIncrement()) ?
-				scroll.getValue() + scroll.getUnitIncrement() :
-				scroll.getMaximum();
-	}
-	setValue(oper, newValue);
-    }
-
-    private void setValue(ComponentOperator oper, int value) {
-	if(value != -1) {
-		((JScrollBarOperator)oper).setValue(value);
-	}
-    }
-
-    protected Timeout getScrollDeltaTimeout(ComponentOperator oper) {
-	return(oper.getTimeouts().
-	       create("JScrollBarOperator.DragAndDropScrollingDelta"));
-    }
-
-    protected void jump(final ComponentOperator oper, final ScrollAdjuster adj) {
-	JScrollBarOperator scroll = (JScrollBarOperator)oper;
-	int newValue = -1;
-	if(adj.getScrollDirection() == adj.DECREASE_SCROLL_DIRECTION) {
-		newValue = (scroll.getValue() > scroll.getMinimum() + 
-				scroll.getBlockIncrement()) ?
-				scroll.getValue() - scroll.getBlockIncrement() :
-				scroll.getMinimum();
-	} else if(adj.getScrollDirection() == adj.INCREASE_SCROLL_DIRECTION) {
-		newValue = (scroll.getValue() < scroll.getMaximum() - 
-				scroll.getVisibleAmount() - scroll.getBlockIncrement()) ?
-				scroll.getValue() + scroll.getBlockIncrement() :
-				scroll.getMaximum();
-	}
-	setValue(oper, newValue);
-    }
-
-    protected void startPushAndWait(ComponentOperator oper, int direction, int orientation) {
-    }
-
-    protected void stopPushAndWait(ComponentOperator oper, int direction, int orientation) {
-    }
-
-    protected Point startDragging(ComponentOperator oper) {
-	return(null);
-    }
-
-    protected void drop(ComponentOperator oper, Point pnt) {
-    }
-
-    protected void drag(ComponentOperator oper, Point pnt) {
-    }
-
-    protected boolean canDragAndDrop(ComponentOperator oper) {
-	return(false);
-    }
-
-    protected boolean canJump(ComponentOperator oper) {
-	return(isSmallIncrement((JScrollBarOperator)oper));
-    }
-
-    protected boolean canPushAndWait(ComponentOperator oper) {
-	return(false);
-    }
-
-    protected int getDragAndDropStepLength(ComponentOperator oper) {
-	return(1);
-    }
-
-    private boolean isSmallIncrement(JScrollBarOperator oper) {
-	return(oper.getUnitIncrement(-1) <= SMALL_INCREMENT && 
-	       oper.getUnitIncrement( 1) <= SMALL_INCREMENT);
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/JScrollBarDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/scrolling/JScrollBarDriver.java
deleted file mode 100644
index 06579ad..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/JScrollBarDriver.java
+++ /dev/null
@@ -1,251 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.scrolling;
-
-import java.awt.Adjustable;
-import java.awt.Point;
-
-import javax.swing.JButton;
-import javax.swing.JScrollBar;
-
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.QueueTool;
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.MouseDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JButtonOperator;
-import org.netbeans.jemmy.operators.JScrollBarOperator;
-import org.netbeans.jemmy.operators.Operator;
-
-/**
- * ScrollDriver for javax.swing.JScrollBar component type.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class JScrollBarDriver extends AbstractScrollDriver {
-    private final static int SMALL_INCREMENT = 1;
-    private final static int MINIMAL_DRAGGER_SIZE = 5;
-    private final static int RELATIVE_DRAG_STEP_LENGTH = 20;
-
-    private QueueTool queueTool;
-
-    /**
-     * Constructs a JScrollBarDriver.
-     */
-    public JScrollBarDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JScrollBarOperator"});
-        queueTool = new QueueTool();
-    }
-
-    public void scrollToMinimum(ComponentOperator oper, int orientation) {
-	startDragging(oper);
-	Point pnt = new Point(0, 0);
-	drag(oper, pnt);
-	Timeout sleepTime = oper.getTimeouts().create("Waiter.TimeDelta");
-	while(((JScrollBarOperator)oper).getValue() > 
-	      ((JScrollBarOperator)oper).getMinimum()) {
-	    sleepTime.sleep();
-	}
-	drop(oper, pnt);
-    }
-
-    public void scrollToMaximum(ComponentOperator oper, int orientation) {
-	startDragging(oper);
-	Point pnt = new Point(oper.getWidth() - 1, oper.getHeight() - 1);
-	drag(oper, pnt);
-	Timeout sleepTime = oper.getTimeouts().create("Waiter.TimeDelta");
-	while(((JScrollBarOperator)oper).getValue() > 
-	      (((JScrollBarOperator)oper).getMaximum() - 
-	       ((JScrollBarOperator)oper).getVisibleAmount())) {
-	    sleepTime.sleep();
-	}
-	drop(oper, pnt);
-    }
-
-    protected void step(ComponentOperator oper, ScrollAdjuster adj) {
-	JButtonOperator boper = findAButton(oper, adj.getScrollDirection());
-	DriverManager.getButtonDriver(boper).push(boper);
-    }
-
-    protected void jump(final ComponentOperator oper, final ScrollAdjuster adj) {
-        final JButtonOperator lessButton = findAButton(oper, adj.DECREASE_SCROLL_DIRECTION);
-        final JButtonOperator moreButton = findAButton(oper, adj.INCREASE_SCROLL_DIRECTION);
-        queueTool.invokeSmoothly(new QueueTool.QueueAction("Choise expanding") {
-                public Object launch() {
-                    if(adj.getScrollDirection() != ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION) {
-                        int x, y;
-                        if       (((JScrollBarOperator)oper).getOrientation() == JScrollBar.HORIZONTAL) {
-                            if       (adj.getScrollDirection() == ScrollAdjuster.INCREASE_SCROLL_DIRECTION) {
-                                x = moreButton.getX() - 1;
-                            } else if(adj.getScrollDirection() == ScrollAdjuster.DECREASE_SCROLL_DIRECTION) {
-                                x = lessButton  .getX() + lessButton.getWidth();
-                            } else {
-                                return(null);
-                            }
-                            y = lessButton.getHeight() / 2;
-                        } else if(((JScrollBarOperator)oper).getOrientation() == JScrollBar.VERTICAL) {
-                            if       (adj.getScrollDirection() == ScrollAdjuster.INCREASE_SCROLL_DIRECTION) {
-                                y = moreButton.getY() - 1;
-                            } else if(adj.getScrollDirection() == ScrollAdjuster.DECREASE_SCROLL_DIRECTION) {
-                                y = lessButton  .getY() + lessButton.getHeight();
-                            } else {
-                                return(null);
-                            }
-                            x = lessButton.getWidth() / 2;
-                        } else {
-                            return(null);
-                        }
-                        DriverManager.getMouseDriver(oper).
-                            clickMouse(oper, x, y, 1, oper.getDefaultMouseButton(), 0, new Timeout("", 0));
-                    }
-                    return(null);
-                }
-            });
-    }
-
-    protected void startPushAndWait(ComponentOperator oper, int direction, int orientation) {
-	JButtonOperator boper = findAButton(oper, direction);
-	DriverManager.getButtonDriver(boper).press(boper);
-    }
-
-    protected void stopPushAndWait(ComponentOperator oper, int direction, int orientation) {
-	JButtonOperator boper = findAButton(oper, direction);
-	DriverManager.getButtonDriver(boper).release(boper);
-    }
-
-    protected Point startDragging(ComponentOperator oper) {
-	JButtonOperator lessButton = findAButton(oper, ScrollAdjuster.DECREASE_SCROLL_DIRECTION);
-	JButtonOperator moreButton = findAButton(oper, ScrollAdjuster.INCREASE_SCROLL_DIRECTION);
-	Point pnt = getClickPoint((JScrollBarOperator)oper, lessButton, moreButton, ((JScrollBarOperator)oper).getValue());
-	MouseDriver mdriver = DriverManager.getMouseDriver(oper);
-	mdriver.moveMouse(oper, pnt.x, pnt.y);
-	mdriver.pressMouse(oper, pnt.x, pnt.y, oper.getDefaultMouseButton(), 0);
-	return(pnt);
-    }
-
-    protected void drop(ComponentOperator oper, Point pnt) {
-	DriverManager.getMouseDriver(oper).
-	    releaseMouse(oper, pnt.x, pnt.y, oper.getDefaultMouseButton(), 0);
-    }
-
-    protected void drag(ComponentOperator oper, Point pnt) {
-	DriverManager.getMouseDriver(oper).
-	    dragMouse(oper, pnt.x, pnt.y, oper.getDefaultMouseButton(), 0);
-    }
-
-    protected Timeout getScrollDeltaTimeout(ComponentOperator oper) {
-	return(oper.getTimeouts().
-	       create("ScrollbarOperator.DragAndDropScrollingDelta"));
-    }
-
-    protected boolean canDragAndDrop(ComponentOperator oper) {
-	if(!isSmallIncrement((JScrollBarOperator)oper)) {
-	    return(false);
-	}
-	boolean result = false;
-	MouseDriver mdriver = DriverManager.getMouseDriver(oper);
-	JButtonOperator less = findAButton(oper, ScrollAdjuster.DECREASE_SCROLL_DIRECTION);
-	JButtonOperator more = findAButton(oper, ScrollAdjuster.INCREASE_SCROLL_DIRECTION);
-	Point pnt = getClickPoint((JScrollBarOperator)oper, less, more, ((JScrollBarOperator)oper).getValue());
-	mdriver.moveMouse(oper, pnt.x, pnt.y);
-	mdriver.pressMouse(oper, pnt.x, pnt.y, oper.getDefaultMouseButton(), 0);
-	result = ((JScrollBarOperator)oper).getValueIsAdjusting();
-	mdriver.releaseMouse(oper, pnt.x, pnt.y, oper.getDefaultMouseButton(), 0);
-	return(result && isSmallIncrement((JScrollBarOperator)oper));
-    }
-
-    protected boolean canJump(ComponentOperator oper) {
-	return(isSmallIncrement((JScrollBarOperator)oper));
-    }
-
-    protected boolean canPushAndWait(ComponentOperator oper) {
-	return(isSmallIncrement((JScrollBarOperator)oper));
-    }
-
-    protected int getDragAndDropStepLength(ComponentOperator oper) {
-	JButtonOperator less = findAButton(oper, ScrollAdjuster.DECREASE_SCROLL_DIRECTION);
-	JButtonOperator more = findAButton(oper, ScrollAdjuster.INCREASE_SCROLL_DIRECTION);
-	int width = oper.getWidth() - less.getWidth() - more.getWidth();
-	int height = oper.getHeight() - less.getHeight() - more.getHeight();
-	int max = (width > height) ? width : height;
-	if(max >= RELATIVE_DRAG_STEP_LENGTH * 2) {
-	    return((int)(max / RELATIVE_DRAG_STEP_LENGTH));
-	} else {
-	    return(1);
-	}
-    }
-
-    private boolean isSmallIncrement(JScrollBarOperator oper) {
-	return(oper.getUnitIncrement(-1) <= SMALL_INCREMENT && 
-	       oper.getUnitIncrement( 1) <= SMALL_INCREMENT);
-    }
-
-    private Point getClickPoint(JScrollBarOperator oper, JButtonOperator lessButton, JButtonOperator moreButton, int value) {
-	int lenght = (oper.getOrientation() == JScrollBar.HORIZONTAL) ?
-	    oper.getWidth()  - lessButton.getWidth()  - moreButton.getWidth() :
-	    oper.getHeight() - lessButton.getHeight() - moreButton.getHeight();
-	int subpos = (int)(((float)lenght / (oper.getMaximum() - oper.getMinimum())) * value);
-	if(oper.getOrientation() == JScrollBar.HORIZONTAL) {
-	    subpos = subpos + lessButton.getWidth();
-	} else {
-	    subpos = subpos + lessButton.getHeight();
-	}
-	subpos = subpos + MINIMAL_DRAGGER_SIZE / 2 + 1;
-	return((oper.getOrientation() == JScrollBar.HORIZONTAL) ?
-	       new Point(subpos, oper.getHeight() / 2) :
-	       new Point(oper.getWidth() / 2, subpos));
-    }
-
-    private JButtonOperator findAButton(ComponentOperator oper, int direction) {
-	return((direction == ScrollAdjuster.DECREASE_SCROLL_DIRECTION) ?
-	       ((JScrollBarOperator)oper).getDecreaseButton() : 
-	       ((JScrollBarOperator)oper).getIncreaseButton());
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/JSliderAPIDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/scrolling/JSliderAPIDriver.java
deleted file mode 100644
index 6ee0eaf..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/JSliderAPIDriver.java
+++ /dev/null
@@ -1,182 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.scrolling;
-
-import java.awt.Point;
-
-import javax.swing.JSlider;
-
-import org.netbeans.jemmy.QueueTool;
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.MouseDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JSliderOperator;
-import org.netbeans.jemmy.operators.Operator;
-
-/**
- * A scroll driver serving JSlider component.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class JSliderAPIDriver  extends AbstractScrollDriver {
-    private final static int SMALL_INCREMENT = 1;
-    private QueueTool queueTool;
-
-    /**
-     * Constructs a JSliderDriver object.
-     */
-    public JSliderAPIDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JSliderOperator"});
-        queueTool = new QueueTool();
-    }
-
-    public void scrollToMinimum(final ComponentOperator oper, int orientation) {
-	((JSliderOperator)oper).setValue(((JSliderOperator)oper).getMinimum());
-    }
-
-    public void scrollToMaximum(final ComponentOperator oper, int orientation) {
-        ((JSliderOperator)oper).setValue(((JSliderOperator)oper).getMaximum());
-    }
-
-    protected void step(ComponentOperator oper, ScrollAdjuster adj) {
-        JSliderOperator scroll = (JSliderOperator)oper;
-        int newValue = -1;
-        if(adj.getScrollDirection() == adj.DECREASE_SCROLL_DIRECTION) {
-	    newValue = (scroll.getValue() > scroll.getMinimum() +
-			getUnitIncrement(scroll)) ?
-		scroll.getValue() - getUnitIncrement(scroll) :
-		scroll.getMinimum();
-        } else if(adj.getScrollDirection() == adj.INCREASE_SCROLL_DIRECTION) {
-	    newValue = (scroll.getValue() < scroll.getMaximum() -
-			getUnitIncrement(scroll)) ?
-		scroll.getValue() + getUnitIncrement(scroll) :
-		scroll.getMaximum();
-        }
-        setValue(oper, newValue);
-    }
-
-    private void setValue(ComponentOperator oper, int value) {
-        if(value != -1) {
-	    ((JSliderOperator)oper).setValue(value);
-        }
-    }
-
-    protected Timeout getScrollDeltaTimeout(ComponentOperator oper) {
-        return(oper.getTimeouts().
-               create("JSliderOperator.ScrollingDelta"));
-    }
-
-    protected void jump(final ComponentOperator oper, final ScrollAdjuster adj) {
-        JSliderOperator scroll = (JSliderOperator)oper;
-        int newValue = -1;
-        if(adj.getScrollDirection() == adj.DECREASE_SCROLL_DIRECTION) {
-	    newValue = (scroll.getValue() > scroll.getMinimum() +
-			getBlockIncrement(scroll)) ?
-		scroll.getValue() - getBlockIncrement(scroll) :
-		scroll.getMinimum();
-        } else if(adj.getScrollDirection() == adj.INCREASE_SCROLL_DIRECTION) {
-	    newValue = (scroll.getValue() < scroll.getMaximum() -
-			getBlockIncrement(scroll)) ?
-		scroll.getValue() + getBlockIncrement(scroll) :
-		scroll.getMaximum();
-        }
-        setValue(oper, newValue);
-    }
-
-    protected void startPushAndWait(ComponentOperator oper, int direction, int orientation) {
-    }
-
-    protected void stopPushAndWait(ComponentOperator oper, int direction, int orientation) {
-    }
-
-    protected Point startDragging(ComponentOperator oper) {
-        return(null);
-    }
-
-    protected void drop(ComponentOperator oper, Point pnt) {
-    }
-
-    protected void drag(ComponentOperator oper, Point pnt) {
-    }
-
-    protected boolean canDragAndDrop(ComponentOperator oper) {
-        return(false);
-    }
-
-    protected boolean canJump(ComponentOperator oper) {
-        return(isSmallIncrement((JSliderOperator)oper));
-    }
-
-    protected boolean canPushAndWait(ComponentOperator oper) {
-        return(false);
-    }
-
-    protected int getDragAndDropStepLength(ComponentOperator oper) {
-        return(1);
-    }
-
-    private int getUnitIncrement(JSliderOperator oper) {
-	return((oper.getMinorTickSpacing() == 0) ?
-	       1 :
-	       oper.getMinorTickSpacing());
-    }
-
-    private int getBlockIncrement(JSliderOperator oper) {
-        return((oper.getMajorTickSpacing() == 0) ?
-               1 :
-               oper.getMajorTickSpacing());
-    }
-
-    private boolean isSmallIncrement(JSliderOperator oper) {
-        return(oper.getMajorTickSpacing() <= SMALL_INCREMENT &&
-               oper.getMajorTickSpacing() <= SMALL_INCREMENT);
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/JSliderDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/scrolling/JSliderDriver.java
deleted file mode 100644
index 76b4ec7..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/JSliderDriver.java
+++ /dev/null
@@ -1,242 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.scrolling;
-
-import java.awt.Point;
-
-import javax.swing.JSlider;
-
-import org.netbeans.jemmy.QueueTool;
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.MouseDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JSliderOperator;
-import org.netbeans.jemmy.operators.Operator;
-
-/**
- * A scroll driver serving JSlider component.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class JSliderDriver extends AbstractScrollDriver {
-    private QueueTool queueTool;
-
-    /**
-     * Constructs a JSliderDriver object.
-     */
-    public JSliderDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JSliderOperator"});
-        queueTool = new QueueTool();
-    }
-
-    public void scrollToMinimum(final ComponentOperator oper, int orientation) {
-        checkSupported(oper);
-	scroll(oper, 
-	       new ScrollAdjuster() {
-		public int getScrollDirection() {
-		    return((((JSliderOperator)oper).getMinimum() < 
-			    ((JSliderOperator)oper).getValue()) ? 
-			   DECREASE_SCROLL_DIRECTION :
-			   DO_NOT_TOUCH_SCROLL_DIRECTION);
-		}
-		public int getScrollOrientation() {
-		    return(((JSliderOperator)oper).getOrientation());
-		}
-		public String getDescription() {
-		    return("Scroll to minimum");
-		}
-	    });
-    }
-
-    public void scrollToMaximum(final ComponentOperator oper, int orientation) {
-        checkSupported(oper);
-	scroll(oper, 
-	       new ScrollAdjuster() {
-		public int getScrollDirection() {
-		    return((((JSliderOperator)oper).getMaximum() > 
-			    ((JSliderOperator)oper).getValue()) ? 
-			   INCREASE_SCROLL_DIRECTION :
-			   DO_NOT_TOUCH_SCROLL_DIRECTION);
-		}
-		public int getScrollOrientation() {
-		    return(((JSliderOperator)oper).getOrientation());
-		}
-		public String getDescription() {
-		    return("Scroll to maximum");
-		}
-	    });
-    }
-
-    protected void step(final ComponentOperator oper, final ScrollAdjuster adj) {
-	if(adj.getScrollDirection() != ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION) {
-            queueTool.invokeSmoothly(new QueueTool.QueueAction("Choise expanding") {
-                    public Object launch() {
-                        Point clickPoint = getClickPoint(oper, adj.getScrollDirection(), adj.getScrollOrientation());
-                        if(clickPoint != null) {
-                            DriverManager.getMouseDriver(oper).
-                                clickMouse(oper, clickPoint.x, clickPoint.y, 1, 
-                                           Operator.getDefaultMouseButton(),
-                                           0, 
-                                           oper.getTimeouts().
-                                           create("ComponentOperator.MouseClickTimeout"));
-                        }
-                        return(null);
-                    }
-                });
-	}
-    }
-
-    protected void jump(ComponentOperator oper, ScrollAdjuster adj) {
-        //cannot
-    }
-
-    protected void startPushAndWait(final ComponentOperator oper, final int direction, final int orientation) {
-        queueTool.invokeSmoothly(new QueueTool.QueueAction("Start scrolling") {
-                public Object launch() {
-                    Point clickPoint = getClickPoint(oper, direction, orientation);
-                    if(clickPoint != null) {
-                        MouseDriver mdriver = DriverManager.getMouseDriver(oper);
-                        mdriver.moveMouse(oper, clickPoint.x, clickPoint.y);
-                        mdriver.pressMouse(oper, clickPoint.x, clickPoint.y,
-                                           Operator.getDefaultMouseButton(),
-                                           0);
-                    }
-                    return(null);
-                }
-            });
-    }
-
-    protected void stopPushAndWait(final ComponentOperator oper, final int direction, final int orientation) {
-        queueTool.invokeSmoothly(new QueueTool.QueueAction("Stop scrolling") {
-                public Object launch() {
-                    Point clickPoint = getClickPoint(oper, direction, orientation);
-                    if(clickPoint != null) {
-                        MouseDriver mdriver = DriverManager.getMouseDriver(oper);
-                        mdriver.releaseMouse(oper, clickPoint.x, clickPoint.y,
-                                             Operator.getDefaultMouseButton(),
-                                             0);
-                    }
-                    return(null);
-                }
-            });
-    }
-
-    protected Point startDragging(ComponentOperator oper) {
-        //cannot
-        return(null);
-    }
-
-    protected void drop(ComponentOperator oper, Point pnt) {
-        //cannot
-    }
-
-    protected void drag(ComponentOperator oper, Point pnt) {
-        //cannot
-    }
-
-    protected Timeout getScrollDeltaTimeout(ComponentOperator oper) {
-	return(oper.getTimeouts().create("JSliderOperator.ScrollingDelta"));
-    }
-
-    protected boolean canDragAndDrop(ComponentOperator oper) {
-        return(false);
-    }
-
-    protected boolean canJump(ComponentOperator oper) {
-        return(false);
-    }
-
-    protected boolean canPushAndWait(ComponentOperator oper) {
-        return(true);
-    }
-
-    protected int getDragAndDropStepLength(ComponentOperator oper) {
-        return(0);
-    }
-    
-    private Point getClickPoint(ComponentOperator oper, int direction, int orientation) {
-	int x, y;
-        boolean inverted = ((JSliderOperator)oper).getInverted();
-        int realDirection = ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION;
-        if(inverted) {
-            if       (direction == ScrollAdjuster.INCREASE_SCROLL_DIRECTION) {
-                realDirection = ScrollAdjuster.DECREASE_SCROLL_DIRECTION; 
-            } else if(direction == ScrollAdjuster.DECREASE_SCROLL_DIRECTION) {
-                realDirection = ScrollAdjuster.INCREASE_SCROLL_DIRECTION; 
-            } else {
-                return(null);
-            }
-        } else {
-            realDirection = direction;
-        }
-	if       (orientation == JSlider.HORIZONTAL) {
-	    if       (realDirection == ScrollAdjuster.INCREASE_SCROLL_DIRECTION) {
-		x = oper.getWidth() - 1;
-	    } else if(realDirection == ScrollAdjuster.DECREASE_SCROLL_DIRECTION) {
-		x = 0;
-	    } else {
-		return(null);
-	    }
-	    y = oper.getHeight() / 2;
-	} else if(orientation == JSlider.VERTICAL) {
-	    if       (realDirection == ScrollAdjuster.INCREASE_SCROLL_DIRECTION) {
-		y = 0;
-	    } else if(realDirection == ScrollAdjuster.DECREASE_SCROLL_DIRECTION) {
-		y = oper.getHeight() - 1;
-	    } else {
-		return(null);
-	    }
-	    x = oper.getWidth() / 2;
-	} else {
-	    return(null);
-	}
-	return(new Point(x, y));
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/JSpinnerDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/scrolling/JSpinnerDriver.java
deleted file mode 100644
index e32ff79..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/JSpinnerDriver.java
+++ /dev/null
@@ -1,141 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.scrolling;
-
-import java.awt.Component;
-import java.awt.Point;
-
-import javax.swing.JSpinner;
-import javax.swing.SwingConstants;
-
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.QueueTool;
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.ScrollDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JButtonOperator;
-import org.netbeans.jemmy.operators.JSpinnerOperator;
-import org.netbeans.jemmy.operators.Operator;
-
-/**
- * A scroll driver serving JSpinner component.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class JSpinnerDriver extends LightSupportiveDriver implements ScrollDriver {
-
-    /**
-     * Constructs a JSpinnerDriver object.
-     */
-    public JSpinnerDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JSpinnerOperator"});
-    }
-
-    public void scrollToMinimum(final ComponentOperator oper, int orientation) {
-        Object minimum = ((JSpinnerOperator)oper).getMinimum();
-        if(minimum == null) {
-            throw(new JSpinnerOperator.SpinnerModelException("Impossible to get a minimum of JSpinner model.", oper.getSource()));
-        }
-        scroll(oper, new ScrollAdjuster() {
-                public int getScrollOrientation() {
-                    return(SwingConstants.VERTICAL);
-                }
-                public String getDescription() {
-                    return("Spin to minimum");
-                }
-                public int getScrollDirection() {
-                    if(((JSpinnerOperator)oper).getModel().getPreviousValue() != null) {
-                        return(ScrollAdjuster.DECREASE_SCROLL_DIRECTION);
-                    } else {
-                        return(ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION);
-                    }
-                }
-            });
-    }
-
-    public void scrollToMaximum(final ComponentOperator oper, int orientation) {
-        Object maximum = ((JSpinnerOperator)oper).getMaximum();
-        if(maximum == null) {
-            throw(new JSpinnerOperator.SpinnerModelException("Impossible to get a maximum of JSpinner model.", oper.getSource()));
-        }
-        scroll(oper, new ScrollAdjuster() {
-                public int getScrollOrientation() {
-                    return(SwingConstants.VERTICAL);
-                }
-                public String getDescription() {
-                    return("Spin to maximum");
-                }
-                public int getScrollDirection() {
-                    if(((JSpinnerOperator)oper).getModel().getNextValue() != null) {
-                        return(ScrollAdjuster.INCREASE_SCROLL_DIRECTION);
-                    } else {
-                        return(ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION);
-                    }
-                }
-            });
-    }
-
-    public void scroll(ComponentOperator oper, ScrollAdjuster adj) {
-        JButtonOperator increaseButton = ((JSpinnerOperator)oper).getIncreaseOperator();
-        JButtonOperator decreaseButton = ((JSpinnerOperator)oper).getDecreaseOperator();
-        if(adj.getScrollDirection() == ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION) {
-            return;
-        }
-        int originalDirection = adj.getScrollDirection();
-        while(adj.getScrollDirection() == originalDirection) {
-            if(originalDirection == ScrollAdjuster.INCREASE_SCROLL_DIRECTION) {
-                increaseButton.push();
-            } else {
-                decreaseButton.push();
-            }
-        }
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/JSplitPaneDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/scrolling/JSplitPaneDriver.java
deleted file mode 100644
index de8e733..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/JSplitPaneDriver.java
+++ /dev/null
@@ -1,174 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.scrolling;
-
-import javax.swing.JButton;
-import javax.swing.JSplitPane;
-
-import org.netbeans.jemmy.ComponentSearcher;
-
-import org.netbeans.jemmy.drivers.ButtonDriver;
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.ScrollDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.ContainerOperator;
-import org.netbeans.jemmy.operators.JButtonOperator;
-import org.netbeans.jemmy.operators.JSplitPaneOperator;
-
-/**
- * ScrollDriver for javax.swing.JSplitPane component type.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class JSplitPaneDriver extends LightSupportiveDriver implements ScrollDriver {
-
-    /**
-     * Constructs a JSplitPaneDriver.
-     */
-    public JSplitPaneDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JSplitPaneOperator"});
-    }
-
-    public void scroll(ComponentOperator oper, ScrollAdjuster adj) {
-	moveDividerTo((JSplitPaneOperator)oper, adj);
-    }
-
-    public void scrollToMinimum(ComponentOperator oper, int orientation) {
-	expandTo((JSplitPaneOperator)oper, 0);
-    }
-
-    public void scrollToMaximum(ComponentOperator oper, int orientation) {
-	expandTo((JSplitPaneOperator)oper, 1);
-    }
-
-    private void moveDividerTo(JSplitPaneOperator oper, ScrollAdjuster adj) {
-	ContainerOperator divOper = oper.getDivider();
-	/* workaround */
-	if(oper.getDividerLocation() == -1) {
-	    moveTo(oper, divOper, divOper.getCenterX() - 1, divOper.getCenterY() - 1);
-	    if(oper. getDividerLocation() == -1) {
-		moveTo(oper, divOper, divOper.getCenterX() + 1, divOper.getCenterY() + 1);
-	    }
-	}
-	if(oper.getOrientation() == JSplitPane.HORIZONTAL_SPLIT) {
-	    moveOnce(oper, divOper, adj, 0, oper.getWidth());
-	} else {
-	    moveOnce(oper, divOper, adj, 0, oper.getHeight());
-	}
-    }
-
-    private void moveOnce(JSplitPaneOperator oper, 
-			  ContainerOperator divOper,
-			  ScrollAdjuster adj, 
-			  int leftPosition, 
-			  int rightPosition) {
-	int currentLocation = oper.getDividerLocation();
-	int currentPosition = 0;
-	if(oper.getOrientation() == JSplitPane.HORIZONTAL_SPLIT) {
-	    currentPosition = (int)(divOper.getLocationOnScreen().getX() -
-				    oper.getLocationOnScreen().getX());
-	} else {
-	    currentPosition = (int)(divOper.getLocationOnScreen().getY() -
-				    oper.getLocationOnScreen().getY());
-	}
-	int nextPosition = 0;
-	if       (adj.getScrollDirection() == adj.DECREASE_SCROLL_DIRECTION) {
-	    nextPosition = (int)((currentPosition + leftPosition) / 2);
-	    moveToPosition(oper, divOper, nextPosition - currentPosition);
-	    if(currentPosition == (int)(divOper.getLocationOnScreen().getY() -
-					oper.getLocationOnScreen().getY())) {
-		return;
-	    }
-	    moveOnce(oper, divOper, adj, leftPosition, currentPosition);
-	} else if(adj.getScrollDirection() == adj.INCREASE_SCROLL_DIRECTION) {
-	    nextPosition = (int)((currentPosition + rightPosition) / 2);
-	    moveToPosition(oper, divOper, nextPosition - currentPosition);
-	    if(currentPosition == (int)(divOper.getLocationOnScreen().getY() -
-					oper.getLocationOnScreen().getY())) {
-		return;
-	    }
-	    moveOnce(oper, divOper, adj, currentPosition, rightPosition);
-	} else { // (currentLocation == dividerLocation) - stop point
-	    return;
-	}
-    }
-
-    private void moveTo(JSplitPaneOperator oper, ComponentOperator divOper, int x, int y) {
-	DriverManager.getMouseDriver(divOper).
-	    dragNDrop(divOper, divOper.getCenterX(), divOper.getCenterY(), x, y,
-		      oper.getDefaultMouseButton(), 0, 
-		      oper.getTimeouts().create("ComponentOperator.BeforeDragTimeout"), 
-		      oper.getTimeouts().create("ComponentOperator.AfterDragTimeout"));
-    }
-
-    private void moveToPosition(JSplitPaneOperator oper, ComponentOperator divOper, int nextPosition) {
-	if(System.getProperty("java.version").startsWith("1.2")) {
-	    oper.setDividerLocation(nextPosition);
-	}
-	if(oper.getOrientation() == JSplitPane.HORIZONTAL_SPLIT) {
-	    moveTo(oper, divOper, divOper.getCenterX() + nextPosition, divOper.getCenterY());
-	} else {
-	    moveTo(oper, divOper, divOper.getCenterX(), divOper.getCenterY() + nextPosition);
-	}
-    }
-
-    private void expandTo(JSplitPaneOperator oper, int index) {
-	ContainerOperator divOper = oper.getDivider();
-	JButtonOperator bo = 
-	    new JButtonOperator((JButton)divOper.
-				waitSubComponent(new JButtonOperator.
-						 JButtonFinder(ComponentSearcher.
-							       getTrueChooser("JButton")),
-						 index));
-	bo.copyEnvironment(divOper);
-	ButtonDriver bdriver = DriverManager.getButtonDriver(bo);
-	bdriver.push(bo);
-	bdriver.push(bo);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/ScrollAdjuster.java b/jemmy/src/org/netbeans/jemmy/drivers/scrolling/ScrollAdjuster.java
deleted file mode 100644
index a202b98..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/ScrollAdjuster.java
+++ /dev/null
@@ -1,87 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.scrolling;
-
-/**
- * Specifies scrolling criteria.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public interface ScrollAdjuster {
-    /**
-     * Increase scroll direction.
-     */
-    public static final int INCREASE_SCROLL_DIRECTION = 1;
-
-    /**
-     * Decrease scroll direction.
-     */
-    public static final int DECREASE_SCROLL_DIRECTION = -1;
-
-    /**
-     * Specifies that necessary value has been reached..
-     */
-    public static final int DO_NOT_TOUCH_SCROLL_DIRECTION = 0;
-
-    /**
-     * Returns scroll direction to reach necessary scroller value.
-     * @return one of the values: INCREASE_SCROLL_DIRECTION, DECREASE_SCROLL_DIRECTION or DO_NOT_TOUCH_SCROLL_DIRECTION.
-     */
-    public int getScrollDirection();
-
-    /**
-     * Returns scrolling orientation.
-     * @return one of the values: Adjustable.HORIZONTAL or Adjustable.VERTICAL.
-     */
-    public int getScrollOrientation();
-
-    /**
-     * Returns a printable scrolling description.
-     * @return a description.
-     */
-    public String getDescription();
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/ScrollPaneDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/scrolling/ScrollPaneDriver.java
deleted file mode 100644
index 4376526..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/ScrollPaneDriver.java
+++ /dev/null
@@ -1,146 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.scrolling;
-
-import java.awt.Adjustable;
-import java.awt.Point;
-import java.awt.Scrollbar;
-
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.Operator;
-import org.netbeans.jemmy.operators.ScrollPaneOperator;
-
-/**
- * ScrollDriver for java.awt.ScrollPane component type.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class ScrollPaneDriver extends AWTScrollDriver {
-    private static final int CLICK_OFFSET = 5;
-    /**
-     * Constructs a ScrollPaneDriver.
-     */
-    public ScrollPaneDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.ScrollPaneOperator"});
-    }
-
-    public void scrollToMinimum(ComponentOperator oper, final int orientation) {
-	final Adjustable adj = 
-	    (orientation == Scrollbar.HORIZONTAL) ?
-	    ((ScrollPaneOperator)oper).getHAdjustable() :
-	    ((ScrollPaneOperator)oper).getVAdjustable();
-	scroll(oper, 
-	       new ScrollAdjuster() {
-		public int getScrollDirection() {
-		    return((adj.getMinimum() < adj.getValue()) ? 
-			   DECREASE_SCROLL_DIRECTION :
-			   DO_NOT_TOUCH_SCROLL_DIRECTION);
-		}
-		public int getScrollOrientation() {
-		    return(orientation);
-		}
-		public String getDescription() {
-		    return("Scroll to minimum");
-		}
-	    });
-    }
-
-    public void scrollToMaximum(ComponentOperator oper, final int orientation) {
-	final Adjustable adj = 
-	    (orientation == Scrollbar.HORIZONTAL) ?
-	    ((ScrollPaneOperator)oper).getHAdjustable() :
-	    ((ScrollPaneOperator)oper).getVAdjustable();
-	scroll(oper, 
-	       new ScrollAdjuster() {
-		public int getScrollDirection() {
-		    return(((adj.getMaximum() - adj.getVisibleAmount()) > adj.getValue()) ? 
-			   INCREASE_SCROLL_DIRECTION :
-			   DO_NOT_TOUCH_SCROLL_DIRECTION);
-		}
-		public int getScrollOrientation() {
-		    return(orientation);
-		}
-		public String getDescription() {
-		    return("Scroll to maximum");
-		}
-	    });
-    }
-
-    protected Point getClickPoint(ComponentOperator oper, int direction, int orientation) {
-	int x, y;
-	if       (orientation == Scrollbar.HORIZONTAL) {
-	    int offset = ((ScrollPaneOperator)oper).
-		isScrollbarVisible(Scrollbar.VERTICAL) ? 
-		((ScrollPaneOperator)oper).getVScrollbarWidth() : 0;
-	    if       (direction == ScrollAdjuster.INCREASE_SCROLL_DIRECTION) {
-		x = oper.getWidth() - 1 - CLICK_OFFSET - offset;
-	    } else if(direction == ScrollAdjuster.DECREASE_SCROLL_DIRECTION) {
-		x = CLICK_OFFSET;
-	    } else {
-		return(null);
-	    }
-	    y = oper.getHeight() - ((ScrollPaneOperator)oper).getHScrollbarHeight() / 2;
-	} else if(orientation == Scrollbar.VERTICAL) {
-	    int offset = ((ScrollPaneOperator)oper).
-		isScrollbarVisible(Scrollbar.HORIZONTAL) ? 
-		((ScrollPaneOperator)oper).getHScrollbarHeight() : 0;
-	    if       (direction == ScrollAdjuster.INCREASE_SCROLL_DIRECTION) {
-		y = oper.getHeight() - 1 - CLICK_OFFSET - offset;
-	    } else if(direction == ScrollAdjuster.DECREASE_SCROLL_DIRECTION) {
-		y = CLICK_OFFSET;
-	    } else {
-		return(null);
-	    }
-	    x = oper.getWidth() - ((ScrollPaneOperator)oper).getVScrollbarWidth() / 2;
-	} else {
-	    return(null);
-	}
-	return(new Point(x, y));
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/ScrollbarDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/scrolling/ScrollbarDriver.java
deleted file mode 100644
index a6e4ee2..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/ScrollbarDriver.java
+++ /dev/null
@@ -1,136 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.scrolling;
-
-import java.awt.Adjustable;
-import java.awt.Point;
-import java.awt.Scrollbar;
-
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.Operator;
-import org.netbeans.jemmy.operators.ScrollbarOperator;
-
-/**
- * ScrollDriver for java.awt.Scrollbar component type.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class ScrollbarDriver extends AWTScrollDriver {
-    private static final int CLICK_OFFSET = 5;
-
-    /**
-     * Constructs a ScrollbarDriver.
-     */
-    public ScrollbarDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.ScrollbarOperator"});
-    }
-
-    public void scrollToMinimum(final ComponentOperator oper, final int orientation) {
-	scroll(oper, 
-	       new ScrollAdjuster() {
-		public int getScrollDirection() {
-		    return((((ScrollbarOperator)oper).getMinimum() < 
-			    ((ScrollbarOperator)oper).getValue()) ? 
-			   DECREASE_SCROLL_DIRECTION :
-			   DO_NOT_TOUCH_SCROLL_DIRECTION);
-		}
-		public int getScrollOrientation() {
-		    return(((ScrollbarOperator)oper).getOrientation());
-		}
-		public String getDescription() {
-		    return("Scroll to minimum");
-		}
-	    });
-    }
-
-    public void scrollToMaximum(final ComponentOperator oper, final int orientation) {
-	scroll(oper, 
-	       new ScrollAdjuster() {
-		public int getScrollDirection() {
-		    return(((((ScrollbarOperator)oper).getMaximum() - 
-			     ((ScrollbarOperator)oper).getVisibleAmount()) > 
-			    ((ScrollbarOperator)oper).getValue()) ? 
-			   INCREASE_SCROLL_DIRECTION :
-			   DO_NOT_TOUCH_SCROLL_DIRECTION);
-		}
-		public int getScrollOrientation() {
-		    return(((ScrollbarOperator)oper).getOrientation());
-		}
-		public String getDescription() {
-		    return("Scroll to maximum");
-		}
-	    });
-    }
-
-    protected Point getClickPoint(ComponentOperator oper, int direction, int orientation) {
-	int x, y;
-	if       (orientation == Scrollbar.HORIZONTAL) {
-	    if       (direction == ScrollAdjuster.INCREASE_SCROLL_DIRECTION) {
-		x = oper.getWidth() - 1 - CLICK_OFFSET;
-	    } else if(direction == ScrollAdjuster.DECREASE_SCROLL_DIRECTION) {
-		x = CLICK_OFFSET;
-	    } else {
-		return(null);
-	    }
-	    y = oper.getHeight() / 2;
-	} else if(orientation == Scrollbar.VERTICAL) {
-	    if       (direction == ScrollAdjuster.INCREASE_SCROLL_DIRECTION) {
-		y = oper.getHeight() - 1 - CLICK_OFFSET;
-	    } else if(direction == ScrollAdjuster.DECREASE_SCROLL_DIRECTION) {
-		y = CLICK_OFFSET;
-	    } else {
-		return(null);
-	    }
-	    x = oper.getWidth() / 2;
-	} else {
-	    return(null);
-	}
-	return(new Point(x, y));
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/package.html b/jemmy/src/org/netbeans/jemmy/drivers/scrolling/package.html
deleted file mode 100644
index e3b2898..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/scrolling/package.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-  <head>
-    <title>Scrolling drivers</title>
-  </head>
-
-  <body>
-    <h1>Scrolling drivers</h1>
-
-    Different drivers to perform a scrolling operations.<br>
-
-    @since 17 Apr 2002
-
-    <hr>
-  </body>
-</html>
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/tables/JTableMouseDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/tables/JTableMouseDriver.java
deleted file mode 100644
index 86644a1..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/tables/JTableMouseDriver.java
+++ /dev/null
@@ -1,129 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.tables;
-
-import java.awt.Point;
-import java.awt.Rectangle;
-
-import java.awt.event.KeyEvent;
-
-import javax.swing.text.JTextComponent;
-
-import org.netbeans.jemmy.QueueTool;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.TableDriver;
-import org.netbeans.jemmy.drivers.TextDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JTableOperator;
-import org.netbeans.jemmy.operators.JTextComponentOperator;
-
-/**
- * TableDriver for javax.swing.JTableDriver component type.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class JTableMouseDriver extends LightSupportiveDriver implements TableDriver {
-    QueueTool queueTool;
-
-    /**
-     * Constructs a JTableMouseDriver.
-     */
-    public JTableMouseDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JTableOperator"});;
-	queueTool = new QueueTool();
-    }
-
-    public void selectCell(ComponentOperator oper, int row, int column) {
-	clickOnCell((JTableOperator)oper, row, column, 1);
-    }
-
-    public void editCell(ComponentOperator oper, int row, int column, Object value) {
-	JTableOperator toper = (JTableOperator)oper;
-	toper.scrollToCell(row, column);
-	if(!toper.isEditing() ||
-	   toper.getEditingRow() != row ||
-	   toper.getEditingColumn() != column) {
-	    clickOnCell((JTableOperator)oper, row, column, 2);
-	}
-	JTextComponentOperator textoper = 
-	    new JTextComponentOperator((JTextComponent)toper.
-				       waitSubComponent(new JTextComponentOperator.
-							JTextComponentFinder()));
-	TextDriver text = DriverManager.getTextDriver(JTextComponentOperator.class);
-	text.clearText(textoper);
-	text.typeText(textoper, value.toString(), 0);
-	DriverManager.getKeyDriver(oper).
-	    pushKey(textoper, KeyEvent.VK_ENTER, 0,
-		    oper.getTimeouts().
-		    create("ComponentOperator.PushKeyTimeout"));
-    }
-
-    /**
-     * Clicks on JTable cell.
-     * @param oper Table operator.
-     * @param row Cell row index.
-     * @param column Cell column index.
-     * @param clickCount Count to click.
-     */
-    protected void clickOnCell(final JTableOperator oper, final int row, final int column, final int clickCount) {
-        queueTool.invokeSmoothly(new QueueTool.QueueAction("Path selecting") {
-                public Object launch() {
-                    Point point = oper.getPointToClick(row, column);
-                    DriverManager.getMouseDriver(oper).
-                        clickMouse(oper, point.x, point.y, clickCount, 
-                                   oper.getDefaultMouseButton(), 
-                                   0, 
-                                   oper.getTimeouts().create("ComponentOperator.MouseClickTimeout"));
-                    return(null);
-                }
-            });
-    }
-}
-
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/tables/package.html b/jemmy/src/org/netbeans/jemmy/drivers/tables/package.html
deleted file mode 100644
index bf0532b..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/tables/package.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-  <head>
-    <title>Table drivers</title>
-  </head>
-
-  <body>
-    <h1>Table drivers</h1>
-
-    Different drivers to perform a table operations.<br>
-
-    @since 17 Apr 2002
-
-    <hr>
-  </body>
-</html>
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/text/AWTTextAPIDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/text/AWTTextAPIDriver.java
deleted file mode 100644
index 71b1841..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/text/AWTTextAPIDriver.java
+++ /dev/null
@@ -1,87 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.text;
-
-import java.awt.event.InputEvent;
-import java.awt.event.KeyEvent;
-
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.TextComponentOperator;
-
-/**
- * TextDriver for AWT component types.
- * Uses API calls.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class AWTTextAPIDriver extends TextAPIDriver {
-
-    /**
-     * Constructs a AWTTextAPIDriver.
-     */
-    public AWTTextAPIDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.TextComponentOperator"});
-    }
-
-    public String getText(ComponentOperator oper) {
-	return(((TextComponentOperator)oper).getText());
-    }
-
-    public int getCaretPosition(ComponentOperator oper) {
-	return(((TextComponentOperator)oper).getCaretPosition());
-    }
-
-    public int getSelectionStart(ComponentOperator oper) {
-	return(((TextComponentOperator)oper).getSelectionStart());
-    }
-
-    public int getSelectionEnd(ComponentOperator oper) {
-	return(((TextComponentOperator)oper).getSelectionEnd());
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/text/AWTTextKeyboardDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/text/AWTTextKeyboardDriver.java
deleted file mode 100644
index 4706bf7..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/text/AWTTextKeyboardDriver.java
+++ /dev/null
@@ -1,101 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.text;
-
-import java.awt.event.InputEvent;
-import java.awt.event.KeyEvent;
-
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.TextAreaOperator;
-import org.netbeans.jemmy.operators.TextComponentOperator;
-
-/**
- * TextDriver for AWT text component types.
- * Uses keyboard operations.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class AWTTextKeyboardDriver extends TextKeyboardDriver {
-    /**
-     * Constructs a AWTTextKeyboardDriver.
-     */
-    public AWTTextKeyboardDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.TextComponentOperator"});
-    }
-    public String getText(ComponentOperator oper) {
-	return(((TextComponentOperator)oper).getText());
-    }
-    public int getCaretPosition(ComponentOperator oper) {
-	return(((TextComponentOperator)oper).getCaretPosition());
-    }
-    public int getSelectionStart(ComponentOperator oper) {
-	return(((TextComponentOperator)oper).getSelectionStart());
-    }
-    public int getSelectionEnd(ComponentOperator oper) {
-	return(((TextComponentOperator)oper).getSelectionEnd());
-    }
-    public NavigationKey[] getKeys(ComponentOperator oper) {
-	boolean multiString = oper instanceof TextAreaOperator;
-	NavigationKey[] result = new NavigationKey[multiString ? 4 : 2];
-	result[0] = new UpKey  (KeyEvent.VK_LEFT , 0);
-	result[1] = new DownKey(KeyEvent.VK_RIGHT, 0);
-	((  UpKey)result[0]).setDownKey((DownKey)result[1]);
-	((DownKey)result[1]).setUpKey  ((UpKey  )result[0]);
-	if(multiString) {
-	    result[2] = new UpKey  (KeyEvent.VK_UP  , 0);
-	    result[3] = new DownKey(KeyEvent.VK_DOWN, 0);
-	    ((  UpKey)result[2]).setDownKey((DownKey)result[3]);
-	    ((DownKey)result[3]).setUpKey  ((UpKey  )result[2]);
-	}
-	return(result);
-    }
-    public Timeout getBetweenTimeout(ComponentOperator oper) {
-	return(oper.getTimeouts().create("TextComponentOperator.BetweenKeysTimeout"));
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/text/DownKey.java b/jemmy/src/org/netbeans/jemmy/drivers/text/DownKey.java
deleted file mode 100644
index 333de65..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/text/DownKey.java
+++ /dev/null
@@ -1,64 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.text;
-
-class DownKey extends GoAndBackKey {
-    private int direction;
-    private UpKey backKey;
-    public DownKey(int keyCode, int mods) {
-	super(keyCode, mods);
-    }
-    public void setUpKey(UpKey key) {
-	backKey = key;
-    }
-    public int getDirection() {
-	return(1);
-    }
-    public GoAndBackKey getBackKey() {
-	return(backKey);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/text/EndKey.java b/jemmy/src/org/netbeans/jemmy/drivers/text/EndKey.java
deleted file mode 100644
index e548948..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/text/EndKey.java
+++ /dev/null
@@ -1,65 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.text;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-class EndKey extends OffsetKey {
-    TextKeyboardDriver cont;
-    ComponentOperator oper;
-    public EndKey(int keyCode, int mods, TextKeyboardDriver cont, ComponentOperator oper) {
-	super(keyCode, mods);
-	this.cont = cont;
-	this.oper = oper;
-    }
-    public int getDirection() {
-	return(1);
-    }
-    public int getExpectedPosition() {
-	return(cont.getText(oper).length());
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/text/GoAndBackKey.java b/jemmy/src/org/netbeans/jemmy/drivers/text/GoAndBackKey.java
deleted file mode 100644
index 85bd11d..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/text/GoAndBackKey.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.text;
-
-abstract class GoAndBackKey extends NavigationKey{
-    public GoAndBackKey(int keyCode, int mods) {
-	super(keyCode, mods);
-    }
-    public abstract GoAndBackKey getBackKey();
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/text/HomeKey.java b/jemmy/src/org/netbeans/jemmy/drivers/text/HomeKey.java
deleted file mode 100644
index c6a68bd..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/text/HomeKey.java
+++ /dev/null
@@ -1,59 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.text;
-
-class HomeKey extends OffsetKey {
-    public HomeKey(int keyCode, int mods) {
-	super(keyCode, mods);
-    }
-    public int getDirection() {
-	return(-1);
-    }
-    public int getExpectedPosition() {
-	return(0);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/text/NavigationKey.java b/jemmy/src/org/netbeans/jemmy/drivers/text/NavigationKey.java
deleted file mode 100644
index c5c7242..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/text/NavigationKey.java
+++ /dev/null
@@ -1,63 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.text;
-
-abstract class NavigationKey {
-    private int keyCode;
-    private int mods;
-    public NavigationKey(int keyCode, int mods) {
-	this.keyCode = keyCode;
-	this.mods = mods;
-    }
-    public int getKeyCode() {
-	return(keyCode);
-    }
-    public int getModifiers() {
-	return(mods);
-    }
-    public abstract int getDirection();
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/text/OffsetKey.java b/jemmy/src/org/netbeans/jemmy/drivers/text/OffsetKey.java
deleted file mode 100644
index 4598cab..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/text/OffsetKey.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.text;
-
-abstract class OffsetKey extends NavigationKey{
-    public OffsetKey(int keyCode, int mods) {
-	super(keyCode, mods);
-    }
-    public abstract int getExpectedPosition();
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/text/SwingTextAPIDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/text/SwingTextAPIDriver.java
deleted file mode 100644
index 0ae6b8a..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/text/SwingTextAPIDriver.java
+++ /dev/null
@@ -1,82 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.text;
-
-import java.awt.event.InputEvent;
-import java.awt.event.KeyEvent;
-
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JTextComponentOperator;
-
-/**
- * TextDriver for swing component types.
- * Uses API calls.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class SwingTextAPIDriver extends TextAPIDriver {
-    /**
-     * Constructs a SwingTextAPIDriver.
-     */
-    public SwingTextAPIDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JTextComponentOperator"});
-    }
-    public String getText(ComponentOperator oper) {
-	return(((JTextComponentOperator)oper).getDisplayedText());
-    }
-    public int getCaretPosition(ComponentOperator oper) {
-	return(((JTextComponentOperator)oper).getCaretPosition());
-    }
-    public int getSelectionStart(ComponentOperator oper) {
-	return(((JTextComponentOperator)oper).getSelectionStart());
-    }
-    public int getSelectionEnd(ComponentOperator oper) {
-	return(((JTextComponentOperator)oper).getSelectionEnd());
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/text/SwingTextKeyboardDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/text/SwingTextKeyboardDriver.java
deleted file mode 100644
index d86e426..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/text/SwingTextKeyboardDriver.java
+++ /dev/null
@@ -1,128 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.text;
-
-import java.awt.event.InputEvent;
-import java.awt.event.KeyEvent;
-
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.KeyDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JEditorPaneOperator;
-import org.netbeans.jemmy.operators.JTextAreaOperator;
-import org.netbeans.jemmy.operators.JTextComponentOperator;
-
-/**
- * TextDriver for swing text component types.
- * Uses keyboard operations.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class SwingTextKeyboardDriver extends TextKeyboardDriver {
-    /**
-     * Constructs a SwingTextKeyboardDriver.
-     */
-    public SwingTextKeyboardDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JTextComponentOperator"});
-    }
-    public void clearText(ComponentOperator oper) {
-	if(oper instanceof JTextAreaOperator ||
-	   oper instanceof JEditorPaneOperator) {
-	    DriverManager.getFocusDriver(oper).giveFocus(oper);
-	    KeyDriver kdriver = DriverManager.getKeyDriver(oper);
-	    selectText(oper, 0, getText(oper).length());
-	    kdriver.pushKey(oper, KeyEvent.VK_DELETE, 0, 
-			    oper.getTimeouts().create("ComponentOperator.PushKeyTimeout"));
-	} else {
-	    super.clearText(oper);
-	}
-    }
-    public String getText(ComponentOperator oper) {
-	return(((JTextComponentOperator)oper).getDisplayedText());
-    }
-    public int getCaretPosition(ComponentOperator oper) {
-	return(((JTextComponentOperator)oper).getCaretPosition());
-    }
-    public int getSelectionStart(ComponentOperator oper) {
-	return(((JTextComponentOperator)oper).getSelectionStart());
-    }
-    public int getSelectionEnd(ComponentOperator oper) {
-	return(((JTextComponentOperator)oper).getSelectionEnd());
-    }
-    public NavigationKey[] getKeys(ComponentOperator oper) {
-	boolean multiString = 
-	    oper instanceof JTextAreaOperator ||
-	    oper instanceof JEditorPaneOperator;
-	NavigationKey[] result = new NavigationKey[multiString ? 8 : 4];
-	result[0] = new UpKey  (KeyEvent.VK_LEFT , 0);
-	result[1] = new DownKey(KeyEvent.VK_RIGHT, 0);
-	((  UpKey)result[0]).setDownKey((DownKey)result[1]);
-	((DownKey)result[1]).setUpKey  ((  UpKey)result[0]);
-	if(multiString) {
-	    result[2] = new UpKey  (KeyEvent.VK_UP  , 0);
-	    result[3] = new DownKey(KeyEvent.VK_DOWN, 0);
-	    ((  UpKey)result[2]).setDownKey((DownKey)result[3]);
-	    ((DownKey)result[3]).setUpKey  ((  UpKey)result[2]);
-	    result[4] = new UpKey  (KeyEvent.VK_PAGE_UP  , 0);
-	    result[5] = new DownKey(KeyEvent.VK_PAGE_DOWN, 0);
-	    ((  UpKey)result[4]).setDownKey((DownKey)result[5]);
-	    ((DownKey)result[5]).setUpKey  ((  UpKey)result[4]);
-	    result[6] = new HomeKey(KeyEvent.VK_HOME, InputEvent.CTRL_MASK);
-	    result[7] = new  EndKey(KeyEvent.VK_END , InputEvent.CTRL_MASK, this, oper);
-	} else {
-	    result[2] = new HomeKey(KeyEvent.VK_HOME, 0);
-	    result[3] = new  EndKey(KeyEvent.VK_END , 0, this, oper);
-	}
-	return(result);
-    }
-    public Timeout getBetweenTimeout(ComponentOperator oper) {
-	return(oper.getTimeouts().create("TextComponentOperator.BetweenKeysTimeout"));
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/text/TextAPIDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/text/TextAPIDriver.java
deleted file mode 100644
index ffd10b1..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/text/TextAPIDriver.java
+++ /dev/null
@@ -1,168 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.text;
-
-import java.awt.event.KeyEvent;
-
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.TextDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JTextComponentOperator;
-import org.netbeans.jemmy.operators.TextComponentOperator;
-
-/**
- * Superclass for all TextDrivers using API calls.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public abstract class TextAPIDriver extends LightSupportiveDriver implements TextDriver {
-
-    /**
-     * Constructs a ChoiceDriver.
-     * @param supported an array of supported class names
-     */
-    public TextAPIDriver(String[] supported) {
-	super(supported);
-    }
-
-    public void changeCaretPosition(ComponentOperator oper, int position) {
-	checkSupported(oper);
-	if(oper instanceof TextComponentOperator) {
-	    ((TextComponentOperator)oper).setCaretPosition(position);
-	} else {
-	    ((JTextComponentOperator)oper).setCaretPosition(position);
-	}
-    }
-
-    public void selectText(ComponentOperator oper, int startPosition, int finalPosition) {
-	checkSupported(oper);
-	int start = (startPosition < finalPosition) ? startPosition : finalPosition;
-	int end   = (startPosition > finalPosition) ? startPosition : finalPosition;
-	if(oper instanceof TextComponentOperator) {
-	    TextComponentOperator toper = ((TextComponentOperator)oper);
-	    toper.setSelectionStart(start);
-	    toper.setSelectionEnd(end);
-	} else {
-	    JTextComponentOperator toper = ((JTextComponentOperator)oper);
-	    toper.setSelectionStart(start);
-	    toper.setSelectionEnd(end);
-	}
-    }
-
-    public void clearText(ComponentOperator oper) {
-	if(oper instanceof TextComponentOperator) {
-	    ((TextComponentOperator)oper).setText("");
-	} else {
-	    ((JTextComponentOperator)oper).setText("");
-	}
-    }
-
-    public void typeText(ComponentOperator oper, String text, int caretPosition) {
-	checkSupported(oper);
-	String curtext = getText(oper);
-	int realPos = caretPosition;
-	if(getSelectionStart(oper) == realPos ||
-	   getSelectionEnd(oper) == realPos) {
-	    if(getSelectionEnd(oper) == realPos) {
-		realPos = realPos - (getSelectionEnd(oper) - getSelectionStart(oper));
-	    }
-	    curtext = 
-		curtext.substring(0, getSelectionStart(oper)) + 
-		curtext.substring(getSelectionEnd(oper));
-	}
-	changeText(oper, 
-		   curtext.substring(0, realPos) + text + 
-		   curtext.substring(realPos));
-    }
-
-    public void changeText(ComponentOperator oper, String text) {
-	checkSupported(oper);
-	if(oper instanceof TextComponentOperator) {
-	    ((TextComponentOperator)oper).setText(text);
-	} else {
-	    ((JTextComponentOperator)oper).setText(text);
-	}
-    }
-    public void enterText(ComponentOperator oper, String text) {
-	changeText(oper, text);
-	DriverManager.getKeyDriver(oper).
-	    pushKey(oper, KeyEvent.VK_ENTER, 0,
-		    new Timeout("", 0));
-    }
-
-    /**
-     * Returns operator's text.
-     * @param oper an operator.
-     * @return string representing component text.
-     */
-    public abstract String getText(ComponentOperator oper);
-
-    /**
-     * Returns current caret position.
-     * @param oper an operator.
-     * @return int represnting current operator's caret position.
-     */
-    public abstract int getCaretPosition(ComponentOperator oper);
-
-    /**
-     * Returns a caret position of selection start.
-     * @param oper an operator.
-     * @return int represnting index of operator's selection start.
-     */
-    public abstract int getSelectionStart(ComponentOperator oper);
-
-    /**
-     * Returns a caret position of selection end.
-     * @param oper an operator.
-     * @return int represnting index of operator's selection end.
-     */
-    public abstract int getSelectionEnd(ComponentOperator oper);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/text/TextKeyboardDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/text/TextKeyboardDriver.java
deleted file mode 100644
index 3a6d6bf..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/text/TextKeyboardDriver.java
+++ /dev/null
@@ -1,223 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.text;
-
-import java.awt.event.InputEvent;
-import java.awt.event.KeyEvent;
-
-import org.netbeans.jemmy.CharBindingMap;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.QueueTool;
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.KeyDriver;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.TextDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-/**
- * Superclass for all TextDrivers using keyboard.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public abstract class TextKeyboardDriver extends LightSupportiveDriver implements TextDriver {
-    /**
-     * Constructs a TextKeyboardDriver.
-     * @param supported an array of supported class names
-     */
-    public TextKeyboardDriver(String[] supported) {
-	super(supported);
-    }
-    public void changeCaretPosition(ComponentOperator oper, int position) {
-	DriverManager.getFocusDriver(oper).giveFocus(oper);
-	checkSupported(oper);
-	changeCaretPosition(oper, position, 0);
-    }
-    public void selectText(ComponentOperator oper, int startPosition, int finalPosition) {
-	changeCaretPosition(oper, startPosition);
-	DriverManager.getKeyDriver(oper).pressKey(oper, KeyEvent.VK_SHIFT, 0);
-	changeCaretPosition(oper, finalPosition, InputEvent.SHIFT_MASK);
-	DriverManager.getKeyDriver(oper).releaseKey(oper, KeyEvent.VK_SHIFT, 0);
-    }
-    public void clearText(ComponentOperator oper) {
-	DriverManager.getFocusDriver(oper).giveFocus(oper);
-	checkSupported(oper);
-	KeyDriver kdriver = DriverManager.getKeyDriver(oper);
-	Timeout pushTime = oper.getTimeouts().create("ComponentOperator.PushKeyTimeout");
-	Timeout betweenTime = getBetweenTimeout(oper);
-	while(getCaretPosition(oper) > 0) {
-	    kdriver.typeKey(oper, KeyEvent.VK_BACK_SPACE, (char)KeyEvent.VK_BACK_SPACE, 0, pushTime);
-	    betweenTime.sleep();
-	}
-	while(getText(oper).length() > 0) {
-	    kdriver.pushKey(oper, KeyEvent.VK_DELETE, 0, pushTime);
-	    betweenTime.sleep();
-	}
-    }
-    public void typeText(ComponentOperator oper, String text, int caretPosition) {
-	changeCaretPosition(oper, caretPosition);
-	KeyDriver kDriver = DriverManager.getKeyDriver(oper);
-	CharBindingMap map = oper.getCharBindingMap();
-	Timeout pushTime = oper.getTimeouts().create("ComponentOperator.PushKeyTimeout");
-	Timeout betweenTime = getBetweenTimeout(oper);
-	char[] crs = text.toCharArray();
-	for(int i = 0; i < crs.length; i++) {
-	    kDriver.typeKey(oper, map.getCharKey(crs[i]), crs[i], map.getCharModifiers(crs[i]), pushTime);
-	    betweenTime.sleep();
-	}
-    }
-    public void changeText(ComponentOperator oper, String text) {
-	clearText(oper);
-	typeText(oper, text, 0);
-    }
-    public void enterText(ComponentOperator oper, String text) {
-	changeText(oper, text);
-	DriverManager.getKeyDriver(oper).pushKey(oper, KeyEvent.VK_ENTER, 0,
-					     new Timeout("", 0));
-    }
-
-    /**
-     * Returns operator's text.
-     * @param oper an operator.
-     * @return string representing component text.
-     */
-    public abstract String getText(ComponentOperator oper);
-
-    /**
-     * Returns current caret position.
-     * @param oper an operator.
-     * @return int represnting current operator's caret position.
-     */
-    public abstract int getCaretPosition(ComponentOperator oper);
-
-    /**
-     * Returns a caret position of selection start.
-     * @param oper an operator.
-     * @return int represnting index of operator's selection start.
-     */
-    public abstract int getSelectionStart(ComponentOperator oper);
-
-    /**
-     * Returns a caret position of selection end.
-     * @param oper an operator.
-     * @return int represnting index of operator's selection end.
-     */
-    public abstract int getSelectionEnd(ComponentOperator oper);
-
-    /**
-     * Returns an array of navigation keys.
-     * @param oper an operator.
-     * @return an array on NavigationKey instances.
-     */
-    public abstract NavigationKey[] getKeys(ComponentOperator oper);
-
-    /**
-     * Returns a timeout to sleep between text typing and caret operations.
-     * @param oper an operator.
-     * @return a Timeout instance.
-     */
-    public abstract Timeout getBetweenTimeout(ComponentOperator oper);
-
-    /**
-     * Changes current caret position to specifyed.
-     * @param oper an operator.
-     * @param position new caret position
-     * @param preModifiers a modifiers (combination of <code>InputEvent.*_MASK</code> fields)
-     * pushed before caret moving (like shift during text selection).
-     */
-    protected void changeCaretPosition(ComponentOperator oper, final int position, final int preModifiers){
-	NavigationKey[] keys = getKeys(oper);
-	for(int i = keys.length - 1; i >=0; i--) {
-	    if(keys[i] instanceof OffsetKey) {
-		moveCaret(oper, (OffsetKey)keys[i], position, preModifiers);
-	    } else {
-		moveCaret(oper, (GoAndBackKey)keys[i], position, preModifiers);
-	    }
-	}
-    }
-    private int difference(int one, int two) {
-	if(one >= two) {
-	    return(one - two);
-	} else {
-	    return(two - one);
-	}
-    }
-    private void push(ComponentOperator oper, NavigationKey key, int preModifiers) {
-	DriverManager.getKeyDriver(oper).
-	    pushKey(oper, key.getKeyCode(), key.getModifiers() | preModifiers,
-		    oper.getTimeouts().create("ComponentOperator.PushKeyTimeout"));
-	getBetweenTimeout(oper).sleep();
-    }
-    private final void moveCaret(ComponentOperator oper, GoAndBackKey key, int position, int preModifiers) {
-	int newDiff = difference(position, getCaretPosition(oper));
-	int oldDiff = newDiff;
-	QueueTool qTool = new QueueTool();
-	qTool.setOutput(oper.getOutput().createErrorOutput());
-	while(key.getDirection() * (position - getCaretPosition(oper)) > 0) {
-	    oldDiff = newDiff;
-	    push(oper, key, preModifiers);
-	    qTool.waitEmpty();
-	    newDiff = difference(position, getCaretPosition(oper));
-	    if(newDiff == oldDiff) {
-		return;
-	    }
-	};
-	if(newDiff > oldDiff) {
-	    push(oper, key.getBackKey(), preModifiers);
-	}
-    }
-    private final void moveCaret(ComponentOperator oper, OffsetKey key, int position, int preModifiers) {
-	if(gotToGo(oper, position, key.getExpectedPosition())) {
-	    push(oper, key, preModifiers);
-	}
-    }
-    private boolean gotToGo(ComponentOperator oper, int point, int offset) {
-	return(difference(point, offset) < difference(point, getCaretPosition(oper)));
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/text/UpKey.java b/jemmy/src/org/netbeans/jemmy/drivers/text/UpKey.java
deleted file mode 100644
index 018c68e..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/text/UpKey.java
+++ /dev/null
@@ -1,64 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.text;
-
-class UpKey extends GoAndBackKey {
-    private int direction;
-    private DownKey backKey;
-    public UpKey(int keyCode, int mods) {
-	super(keyCode, mods);
-    }
-    public void setDownKey(DownKey key) {
-	backKey = key;
-    }
-    public int getDirection() {
-	return(-1);
-    }
-    public GoAndBackKey getBackKey() {
-	return(backKey);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/text/package.html b/jemmy/src/org/netbeans/jemmy/drivers/text/package.html
deleted file mode 100644
index 538dd07..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/text/package.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-  <head>
-    <title>Text drivers</title>
-  </head>
-
-  <body>
-    <h1>Text drivers</h1>
-
-    Different drivers to perform a text operations.<br>
-
-    @since 17 Apr 2002
-
-    <hr>
-  </body>
-</html>
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/trees/JTreeAPIDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/trees/JTreeAPIDriver.java
deleted file mode 100644
index 7fee1b6..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/trees/JTreeAPIDriver.java
+++ /dev/null
@@ -1,122 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.trees;
-
-import java.awt.event.KeyEvent;
-
-import javax.swing.text.JTextComponent;
-
-import javax.swing.tree.TreePath;
-
-import org.netbeans.jemmy.Timeout;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.TextDriver;
-import org.netbeans.jemmy.drivers.TreeDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JTextComponentOperator;
-import org.netbeans.jemmy.operators.JTreeOperator;
-
-/**
- * TreeDriver for javax.swing.JTree component type.
- * Uses API calls.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class JTreeAPIDriver extends LightSupportiveDriver implements TreeDriver {
-    /**
-     * Constructs a JTreeAPIDriver.
-     */
-    public JTreeAPIDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JTreeOperator"});
-    }
-
-    public void selectItem(ComponentOperator oper, int index) {
-	selectItems(oper, new int[] {index});
-    }
-
-    public void selectItems(ComponentOperator oper, int[] indices) {
-	checkSupported(oper);
-	((JTreeOperator)oper).clearSelection();
-	((JTreeOperator)oper).addSelectionRows(indices);
-    }
-
-    public void expandItem(ComponentOperator oper, int index) {
-	checkSupported(oper);
-	((JTreeOperator)oper).expandRow(index);
-    }
-
-    public void collapseItem(ComponentOperator oper, int index) {
-	checkSupported(oper);
-	((JTreeOperator)oper).collapseRow(index);
-    }
-
-    public void editItem(ComponentOperator oper, int index, Object newValue, Timeout waitEditorTime) {
-	JTextComponentOperator textoper = startEditingAndReturnEditor(oper, index, waitEditorTime);
-	TextDriver text = DriverManager.getTextDriver(JTextComponentOperator.class);
-	text.clearText(textoper);
-	text.typeText(textoper, newValue.toString(), 0);
-	((JTreeOperator)oper).stopEditing();
-    }
-
-    public void startEditing(ComponentOperator oper, int index, Timeout waitEditorTime) {
-	startEditing(oper, index, waitEditorTime);
-    }
-
-    private JTextComponentOperator startEditingAndReturnEditor(ComponentOperator oper, int index, Timeout waitEditorTime) {
-	checkSupported(oper);
-	JTreeOperator toper = (JTreeOperator)oper;
-	toper.startEditingAtPath(toper.getPathForRow(index));
-	toper.getTimeouts().
-	    setTimeout("ComponentOperator.WaitComponentTimeout", waitEditorTime.getValue());
-	return(new JTextComponentOperator((JTextComponent)toper.
-					  waitSubComponent(new JTextComponentOperator.
-							   JTextComponentFinder())));
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/trees/JTreeMouseDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/trees/JTreeMouseDriver.java
deleted file mode 100644
index c3e4332..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/trees/JTreeMouseDriver.java
+++ /dev/null
@@ -1,208 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.trees;
-
-import java.awt.Point;
-
-import java.awt.event.InputEvent;
-import java.awt.event.KeyEvent;
-
-import javax.swing.text.JTextComponent;
-
-import javax.swing.tree.TreeModel;
-import javax.swing.tree.TreePath;
-
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.QueueTool;
-import org.netbeans.jemmy.Timeout;
-import org.netbeans.jemmy.Waitable;
-import org.netbeans.jemmy.Waiter;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.MouseDriver;
-import org.netbeans.jemmy.drivers.PathChooser;
-import org.netbeans.jemmy.drivers.TextDriver;
-import org.netbeans.jemmy.drivers.TreeDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JTextComponentOperator;
-import org.netbeans.jemmy.operators.JTreeOperator;
-import org.netbeans.jemmy.operators.Operator;
-
-/**
- * TreeDriver for javax.swing.JTree component type.
- * Uses mouse operations.
- *
- * @author Alexandre Iline(alexandre.iline at sun.com)
- */
-public class JTreeMouseDriver extends LightSupportiveDriver implements TreeDriver {
-    QueueTool queueTool;
-    /**
-     * Constructs a JTreeMouseDriver.
-     */
-    public JTreeMouseDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JTreeOperator"});
-	queueTool = new QueueTool();
-    }
-
-    public void selectItem(ComponentOperator oper, int index) {
-	selectItems(oper, new int[] {index});
-    }
-
-    public void selectItems(final ComponentOperator oper, int[] indices) {
-        ((JTreeOperator)oper).clearSelection();
-        checkSupported(oper);
-        final MouseDriver mdriver = DriverManager.getMouseDriver(oper);
-        final JTreeOperator toper = (JTreeOperator)oper;
-        final Timeout clickTime = oper.getTimeouts().create("ComponentOperator.MouseClickTimeout");
-        QueueTool qt = new QueueTool();
-        for(int i = 0; i < indices.length; i++) {
-            final int index = i;
-            if(!queueTool.isDispatchThread()) {
-                toper.scrollToRow(indices[i]);
-            }
-            final Point p = toper.getPointToClick(indices[index]);
-            queueTool.invokeSmoothly(new QueueTool.QueueAction("Path selecting") {
-                    public Object launch() {
-                        mdriver.clickMouse(oper, p.x, p.y, 1, Operator.getDefaultMouseButton(),
-                                           (index == 0) ? 0 : InputEvent.CTRL_MASK, clickTime);
-                        return(null);
-                    }
-                });
-        }
-        //1.5 workaround
-        if(System.getProperty("java.specification.version").compareTo("1.4") > 0) {
-            if(!QueueTool.isDispatchThread()) {
-                queueTool.setOutput(oper.getOutput().createErrorOutput());
-                queueTool.waitEmpty(10);
-                queueTool.waitEmpty(10);
-                queueTool.waitEmpty(10);
-            }
-        }
-        //end of 1.5 workaround
-    }
-
-    public void expandItem(ComponentOperator oper, final int index) {
-	checkSupported(oper);
-	final JTreeOperator toper = (JTreeOperator)oper;
-	final MouseDriver mdriver = DriverManager.getMouseDriver(oper);
-	if(!toper.isExpanded(index)) {
-            queueTool.invokeSmoothly(new QueueTool.QueueAction("Path selecting") {
-                    public Object launch() {
-                        Point p = toper.getPointToClick(index);
-                        mdriver.clickMouse(toper, p.x, p.y, 2, Operator.getDefaultMouseButton(),
-                                           0, toper.getTimeouts().
-                                           create("ComponentOperator.MouseClickTimeout"));
-                        return(null);
-                    }
-                });
-	}
-    }
-
-    public void collapseItem(ComponentOperator oper, final int index) {
-	checkSupported(oper);
-	final JTreeOperator toper = (JTreeOperator)oper;
-	final MouseDriver mdriver = DriverManager.getMouseDriver(oper);
-	if(toper.isExpanded(index)) {
-            queueTool.invokeSmoothly(new QueueTool.QueueAction("Path selecting") {
-                    public Object launch() {
-                        Point p = toper.getPointToClick(index);
-                        mdriver.clickMouse(toper, p.x, p.y, 2, Operator.getDefaultMouseButton(),
-                                           0, toper.getTimeouts().
-                                           create("ComponentOperator.MouseClickTimeout"));
-                        return(null);
-                    }
-                });
-	}
-    }
-
-    public void editItem(ComponentOperator oper, int index, Object newValue, Timeout waitEditorTime) {
-	JTextComponentOperator textoper = startEditingAndReturnEditor(oper, index, waitEditorTime);
-	final TextDriver text = DriverManager.getTextDriver(JTextComponentOperator.class);
-	text.clearText(textoper);
-	text.typeText(textoper, newValue.toString(), 0);
-	DriverManager.getKeyDriver(oper).
-	    pushKey(textoper, KeyEvent.VK_ENTER, 0,
-		    oper.getTimeouts().
-		    create("ComponentOperator.PushKeyTimeout"));
-    }
-
-    public void startEditing(ComponentOperator oper, int index, Timeout waitEditorTime) {
-	startEditingAndReturnEditor(oper, index, waitEditorTime);
-    }
-
-    private JTextComponentOperator startEditingAndReturnEditor(ComponentOperator oper, final int index, Timeout waitEditorTime) {
-	checkSupported(oper);
-	final JTreeOperator toper = (JTreeOperator)oper;
-	final MouseDriver mdriver = DriverManager.getMouseDriver(oper);
-        queueTool.invokeSmoothly(new QueueTool.QueueAction("Path selecting") {
-                public Object launch() {
-                    Point p = toper.getPointToClick(index);
-                    mdriver.clickMouse(toper, p.x, p.y, 1, Operator.getDefaultMouseButton(),
-			   0, toper.getTimeouts().
-			   create("ComponentOperator.MouseClickTimeout"));
-                    return(null);
-                }
-            });
-	oper.getTimeouts().sleep("JTreeOperator.BeforeEditTimeout");
-        queueTool.invokeSmoothly(new QueueTool.QueueAction("Path selecting") {
-                public Object launch() {
-                    Point p = toper.getPointToClick(index);
-                    mdriver.clickMouse(toper, p.x, p.y, 1, Operator.getDefaultMouseButton(),
-                                       0, toper.getTimeouts().
-                                       create("ComponentOperator.MouseClickTimeout"));
-                    return(null);
-                }
-            });
-	toper.getTimeouts().
-	    setTimeout("ComponentOperator.WaitComponentTimeout", waitEditorTime.getValue());
-	return(new JTextComponentOperator((JTextComponent)toper.
-					  waitSubComponent(new JTextComponentOperator.
-							   JTextComponentFinder())));
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/trees/package.html b/jemmy/src/org/netbeans/jemmy/drivers/trees/package.html
deleted file mode 100644
index e843da4..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/trees/package.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-  <head>
-    <title>Tree drivers</title>
-  </head>
-
-  <body>
-    <h1>Tree drivers</h1>
-
-    Different drivers to perform a tree operations.<br>
-
-    @since 17 Apr 2002
-
-    <hr>
-  </body>
-</html>
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/windows/DefaultFrameDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/windows/DefaultFrameDriver.java
deleted file mode 100644
index f318489..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/windows/DefaultFrameDriver.java
+++ /dev/null
@@ -1,93 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.windows;
-
-import java.awt.Dimension;
-import java.awt.Toolkit;
-import java.awt.Frame;
-import java.awt.Window;
-
-import java.awt.event.WindowEvent;
-
-import org.netbeans.jemmy.operators.FrameOperator;
-import org.netbeans.jemmy.operators.ComponentOperator;
-
-import org.netbeans.jemmy.drivers.FrameDriver;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-
-import org.netbeans.jemmy.drivers.input.EventDriver;
-
-public class DefaultFrameDriver extends LightSupportiveDriver implements FrameDriver {
-    EventDriver eDriver;
-    public DefaultFrameDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.FrameOperator"});
-	eDriver = new EventDriver();
-    }
-    public void iconify(ComponentOperator oper) {
-	checkSupported(oper);
- 	eDriver.dispatchEvent(oper.getSource(), 
-			  new WindowEvent((Window)oper.getSource(),
-					  WindowEvent.WINDOW_ICONIFIED));
-	((FrameOperator)oper).setState(Frame.ICONIFIED);
-    }
-    public void deiconify(ComponentOperator oper) {
-	checkSupported(oper);
- 	eDriver.dispatchEvent(oper.getSource(), 
-			      new WindowEvent((Window)oper.getSource(),
-					      WindowEvent.WINDOW_DEICONIFIED));
-	((FrameOperator)oper).setState(Frame.NORMAL);
-    }
-    public void maximize(ComponentOperator oper) {
-	checkSupported(oper);
-	((FrameOperator)oper).setLocation(0, 0);
-	Dimension ssize = Toolkit.getDefaultToolkit().getScreenSize();
-	((FrameOperator)oper).setSize(ssize.width, ssize.height);
-    }
-    public void demaximize(ComponentOperator oper) {
-	checkSupported(oper);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/windows/DefaultInternalFrameDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/windows/DefaultInternalFrameDriver.java
deleted file mode 100644
index 731e999..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/windows/DefaultInternalFrameDriver.java
+++ /dev/null
@@ -1,146 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.windows;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Dimension;
-import java.awt.Toolkit;
-import java.awt.Window;
-
-import java.awt.event.WindowEvent;
-
-import javax.swing.plaf.basic.BasicInternalFrameTitlePane;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JButtonOperator;
-import org.netbeans.jemmy.operators.JInternalFrameOperator;
-
-import org.netbeans.jemmy.drivers.FrameDriver;
-import org.netbeans.jemmy.drivers.InternalFrameDriver;
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.WindowDriver;
-
-import org.netbeans.jemmy.drivers.input.EventDriver;
-
-public class DefaultInternalFrameDriver extends LightSupportiveDriver 
-    implements WindowDriver, FrameDriver, InternalFrameDriver {
-    public DefaultInternalFrameDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.JInternalFrameOperator"});
-    }
-    public void activate(ComponentOperator oper) {
-	checkSupported(oper);
-	((JInternalFrameOperator)oper).moveToFront();
-	((JInternalFrameOperator)oper).getTitleOperator().clickMouse();
-    }
-    public void close(ComponentOperator oper) {
-	checkSupported(oper);
-	((JInternalFrameOperator)oper).moveToFront();
-	((JButtonOperator)((JInternalFrameOperator)oper).getCloseButton()).push();
-    }
-    public void move(ComponentOperator oper, int x, int y) {
-	checkSupported(oper);
-	ComponentOperator titleOperator = ((JInternalFrameOperator)oper).getTitleOperator();
-	titleOperator.dragNDrop(titleOperator.getCenterY(),
-				titleOperator.getCenterY(),
-				x - ((JInternalFrameOperator)oper).getX() + titleOperator.getCenterY(),
-				y - ((JInternalFrameOperator)oper).getY() + titleOperator.getCenterY());
-    }
-    public void resize(ComponentOperator oper, int width, int height) {
-	checkSupported(oper);
-	((JInternalFrameOperator)oper).
-	    dragNDrop(((JInternalFrameOperator)oper).getWidth() - 1,
-		      ((JInternalFrameOperator)oper).getHeight() - 1,
-		      width - 1,
-		      height - 1);
-    }
-    public void iconify(ComponentOperator oper) {
-	checkSupported(oper);
-	((JButtonOperator)((JInternalFrameOperator)oper).getMinimizeButton()).clickMouse();
-    }
-    public void deiconify(ComponentOperator oper) {
-	checkSupported(oper);
-	((JInternalFrameOperator)oper).getIconOperator().pushButton();
-    }
-    public void maximize(ComponentOperator oper) {
-	checkSupported(oper);
-	if(!((JInternalFrameOperator)oper).isMaximum()) {
-	    if(!((JInternalFrameOperator)oper).isSelected()) {
-		activate(oper);
-	    }
-	    ((JInternalFrameOperator)oper).getMaximizeButton().push();
-	}
-    }
-    public void demaximize(ComponentOperator oper) {
-	checkSupported(oper);
-	if(((JInternalFrameOperator)oper).isMaximum()) {
-	    if(!((JInternalFrameOperator)oper).isSelected()) {
-		activate(oper);
-	    }
-	    ((JInternalFrameOperator)oper).getMaximizeButton().push();
-	}
-    }
-    public Component getTitlePane(ComponentOperator operator) {
-	ComponentSearcher cs = new ComponentSearcher((Container)operator.getSource());
-	cs.setOutput(operator.getOutput().createErrorOutput());
-	return(cs.findComponent(new ComponentChooser() {
-					public boolean checkComponent(Component comp) {
-					    if(System.getProperty("java.version").startsWith("1.2")) {
-						return(comp.getClass().getName().endsWith("InternalFrameTitlePane"));
-					    } else {
-						return(comp instanceof BasicInternalFrameTitlePane);
-					    }
-					}
-					public String getDescription() {
-					    return("Title pane");
-					}
-				    }));
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/windows/DefaultWindowDriver.java b/jemmy/src/org/netbeans/jemmy/drivers/windows/DefaultWindowDriver.java
deleted file mode 100644
index c1da86b..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/windows/DefaultWindowDriver.java
+++ /dev/null
@@ -1,101 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.drivers.windows;
-
-import java.awt.Dimension;
-import java.awt.Toolkit;
-import java.awt.Window;
-
-import java.awt.event.ComponentEvent;
-import java.awt.event.FocusEvent;
-import java.awt.event.WindowEvent;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.WindowOperator;
-
-import org.netbeans.jemmy.drivers.LightSupportiveDriver;
-import org.netbeans.jemmy.drivers.WindowDriver;
-
-import org.netbeans.jemmy.drivers.input.EventDriver;
-
-public class DefaultWindowDriver extends LightSupportiveDriver implements WindowDriver {
-    EventDriver eDriver;
-    public DefaultWindowDriver() {
-	super(new String[] {"org.netbeans.jemmy.operators.WindowOperator"});
-	eDriver = new EventDriver();
-    }
-    public void activate(ComponentOperator oper) {
-	checkSupported(oper);
- 	if(((WindowOperator)oper).getFocusOwner() == null) {
- 	    ((WindowOperator)oper).toFront();
- 	}
- 	eDriver.dispatchEvent(oper.getSource(), 
-			      new WindowEvent((Window)oper.getSource(),
-					      WindowEvent.WINDOW_ACTIVATED));
- 	eDriver.dispatchEvent(oper.getSource(), 
-			      new FocusEvent((Window)oper.getSource(),
-                                             FocusEvent.FOCUS_GAINED));
-    }
-    public void close(ComponentOperator oper) {
-	checkSupported(oper);
- 	eDriver.dispatchEvent(oper.getSource(), 
-			      new WindowEvent((Window)oper.getSource(),
-					      WindowEvent.WINDOW_CLOSING));
-	((WindowOperator)oper).setVisible(false);
-    }
-    public void move(ComponentOperator oper, int x, int y) {
-	checkSupported(oper);
-	((WindowOperator)oper).setLocation(x, y);
-    }
-    public void resize(ComponentOperator oper, int width, int height) {
-	checkSupported(oper);
-	((WindowOperator)oper).setSize(width, height);
- 	eDriver.dispatchEvent(oper.getSource(), 
-			      new ComponentEvent((Window)oper.getSource(),
-                                                 ComponentEvent.COMPONENT_RESIZED));
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/drivers/windows/package.html b/jemmy/src/org/netbeans/jemmy/drivers/windows/package.html
deleted file mode 100644
index 5746dbf..0000000
--- a/jemmy/src/org/netbeans/jemmy/drivers/windows/package.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-  <head>
-    <title>Window drivers.</title>
-  </head>
-
-  <body>
-    <h1>Window drivers.</h1>
-
-    Different drivers to perform a window operations.<br>
-
-    <hr>
-  </body>
-</html>
diff --git a/jemmy/src/org/netbeans/jemmy/explorer/GUIBrowser.java b/jemmy/src/org/netbeans/jemmy/explorer/GUIBrowser.java
deleted file mode 100644
index c6adda8..0000000
--- a/jemmy/src/org/netbeans/jemmy/explorer/GUIBrowser.java
+++ /dev/null
@@ -1,1435 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.explorer;
-
-import org.netbeans.jemmy.ClassReference;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.QueueTool;
-
-import org.netbeans.jemmy.operators.Operator;
-
-import java.awt.AWTEvent;
-import java.awt.AWTException;
-import java.awt.BorderLayout;
-import java.awt.Color;
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Dimension;
-import java.awt.Frame;
-import java.awt.Graphics;
-import java.awt.Rectangle;
-import java.awt.Robot;
-import java.awt.Window;
-
-import java.awt.event.ActionEvent;
-import java.awt.event.ActionListener;
-import java.awt.event.ComponentEvent;
-import java.awt.event.ComponentListener;
-import java.awt.event.WindowListener;
-import java.awt.event.WindowEvent;
-import java.awt.image.BufferedImage;
-import java.io.ByteArrayInputStream;
-import java.io.ByteArrayOutputStream;
-
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.io.InputStream;
-import java.io.OutputStream;
-import java.io.OutputStreamWriter;
-import java.io.PrintWriter;
-
-import java.lang.reflect.Field;
-import java.lang.reflect.InvocationTargetException;
-import java.lang.reflect.Method;
-import java.lang.reflect.Modifier;
-
-import java.util.Arrays;
-import java.util.Collections;
-import java.util.Comparator;
-import java.util.Hashtable;
-import java.util.Properties;
-import java.util.Vector;
-
-import javax.swing.DefaultListModel;
-import javax.swing.JButton;
-import javax.swing.JCheckBox;
-import javax.swing.JComboBox;
-import javax.swing.JDialog;
-import javax.swing.JFileChooser;
-import javax.swing.JFrame;
-import javax.swing.JLabel;
-import javax.swing.JList;
-import javax.swing.JPanel;
-import javax.swing.JScrollPane;
-import javax.swing.JSplitPane;
-import javax.swing.JTabbedPane;
-import javax.swing.JTable;
-import javax.swing.JTextArea;
-import javax.swing.JTextField;
-import javax.swing.JTree;
-import javax.swing.ListCellRenderer;
-
-import javax.swing.border.BevelBorder;
-
-import javax.swing.event.ChangeEvent;
-import javax.swing.event.ChangeListener;
-import javax.swing.event.ListSelectionEvent;
-import javax.swing.event.ListSelectionListener;
-import javax.swing.event.TreeModelListener;
-import javax.swing.event.TreeSelectionEvent;
-import javax.swing.event.TreeSelectionListener;
-import javax.swing.filechooser.FileFilter;
-import javax.swing.table.DefaultTableModel;
-import javax.swing.tree.TreeCellRenderer;
-import javax.swing.tree.TreeModel;
-import javax.swing.tree.TreePath;
-import org.netbeans.jemmy.util.Dumper;
-
-
-/**
- * An application allowing to explore a Java GUI application.
- * Could be executed by command: <br>
- * <pre>
- * java "application java options" \
- *   org.netbeans.jemmy.explorer.GUIBrowser \
- *   "application main class" \
- *   "application parameters"
- * </pre>
- * or from java code by <code>GUIBrowser.showBrowser()</code> method using.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public class GUIBrowser extends JFrame{
-    
-    private static String WINDOWS_TAB = "Subwindows";
-    private static String COMPONENTS_TAB = "Hierarchy";
-    private static String PROPERTIES_TAB = "Properties";
-    private static String REFLECTION_TAB = "Reflection";
-    private static String EVENT_TAB = "Events";
-    private static String IMAGE_TAB = "Image";
-    
-    boolean exit;
-    PropertyDialog propDialog;
-    RootNode root;
-    QueueTool qt;
-    JTextField refreshDelay;
-    JTree mainTree;
-    JLabel status;
-    JButton viewButton;
-    JButton expandButton;
-    JSplitPane split;
-    ByteArrayOutputStream dumpData;
-    PrintWriter dumpWriter;
-    
-    private GUIBrowser(boolean exitNecessary) {
-        super("GUI Browser");
-        
-        dumpData = new ByteArrayOutputStream();
-        dumpWriter = new PrintWriter(new OutputStreamWriter(dumpData));
-                
-        exit = exitNecessary;
-        propDialog = new PropertyDialog(this);
-        qt = new QueueTool();
-        qt.setOutput(TestOut.getNullOutput());
-        root = new RootNode();
-        
-        mainTree = new JTree(root.getWindowModel());
-        mainTree.setCellRenderer(new WindowRenderer());
-        mainTree.setEditable(false);
-        
-        refreshDelay = new JTextField(3);
-        refreshDelay.setText("0");
-        
-        viewButton = new JButton("View");
-        viewButton.setEnabled(false);
-        viewButton.addActionListener(new ActionListener() {
-            public void actionPerformed(ActionEvent e) {
-                new ComponentBrowser(getOwnr(),
-                        (ComponentNode)mainTree.getSelectionPath().
-                        getLastPathComponent()).
-                        show();
-            }
-        });
-        
-        expandButton = new JButton("Expand All");
-        expandButton.setEnabled(false);
-        expandButton.addActionListener(new ActionListener() {
-            public void actionPerformed(ActionEvent e) {
-                expandAll(mainTree,
-                        mainTree.getSelectionPath());
-            }
-        });
-        
-        JButton refreshButton = new JButton("Reload in ...");
-        refreshButton.addActionListener(new ActionListener() {
-            public void actionPerformed(ActionEvent e) {
-                reload(new Integer(refreshDelay.getText()).intValue());
-            }
-        });
-        
-        JButton dumpButton = new JButton("Dump");
-        dumpButton.addActionListener(new ActionListener() {
-            public void actionPerformed(ActionEvent e) {
-                JFileChooser chooser =
-                        new JFileChooser(System.getProperty("user.home"));
-                chooser.addChoosableFileFilter(new FileFilter() {
-                    public boolean accept(File f) {
-                        return(f.getName().endsWith(".xml"));
-                    }
-                    public String getDescription() {
-                        return("xml files");
-                    }
-                });
-                chooser.showSaveDialog(GUIBrowser.this);
-                try {
-                    File file = chooser.getSelectedFile();
-                    OutputStream output = new FileOutputStream(file);
-                    output.write(dumpData.toByteArray());
-                } catch(IOException ee) {
-                    ee.printStackTrace();
-                }
-            }
-        });
-        
-        JPanel refreshPane = new JPanel();
-        refreshPane.add(viewButton);
-        refreshPane.add(expandButton);
-        refreshPane.add(new JLabel(""));
-        refreshPane.add(new JLabel(""));
-        refreshPane.add(new JLabel(""));
-        refreshPane.add(new JLabel(""));
-        refreshPane.add(new JLabel(""));
-        refreshPane.add(new JLabel(""));
-        refreshPane.add(refreshButton);
-        refreshPane.add(refreshDelay);
-        refreshPane.add(new JLabel("seconds     "));
-        refreshPane.add(dumpButton);
-        
-        split = createUnderPane(mainTree);
-        
-        JPanel nonStatusPane = new JPanel();
-        nonStatusPane.setLayout(new BorderLayout());
-        nonStatusPane.add(refreshPane, BorderLayout.SOUTH);
-        nonStatusPane.add(split, BorderLayout.CENTER);
-        
-        split.setDividerLocation(0.8);
-        
-        status = new JLabel("Reloaded");
-        
-        JPanel statusPane = new JPanel();
-        statusPane.setLayout(new BorderLayout());
-        statusPane.add(status, BorderLayout.CENTER);
-        statusPane.setBorder(new BevelBorder(BevelBorder.LOWERED));
-        
-        JPanel bottomPane = new JPanel();
-        bottomPane.setLayout(new BorderLayout());
-        bottomPane.add(statusPane, BorderLayout.NORTH);
-        bottomPane.add(statusPane, BorderLayout.CENTER);
-        
-        getContentPane().setLayout(new BorderLayout());
-        getContentPane().add(bottomPane, BorderLayout.SOUTH);
-        getContentPane().add(nonStatusPane, BorderLayout.CENTER);
-        
-        Component[] cpss = {viewButton, expandButton};
-        mainTree.addTreeSelectionListener(new SelectionManager(cpss));
-        
-        addWindowListener(new WindowListener() {
-            public void windowActivated(WindowEvent e) {}
-            public void windowClosed(WindowEvent e) {
-                setVisible(false);
-                if(exit) {
-                    System.exit(0);
-                }
-            }
-            public void windowClosing(WindowEvent e) {}
-            public void windowDeactivated(WindowEvent e) {}
-            public void windowDeiconified(WindowEvent e) {}
-            public void windowIconified(WindowEvent e) {}
-            public void windowOpened(WindowEvent e) {}
-        });
-        addComponentListener(new ComponentListener() {
-            public void componentHidden(ComponentEvent e) {}
-            public void componentMoved(ComponentEvent e) {}
-            public void componentResized(ComponentEvent e) {
-                split.setDividerLocation(0.8);
-            }
-            public void componentShown(ComponentEvent e) {}
-        });
-        
-        setSize(800, 400);
-    }
-    
-    boolean shown = false;
-    public void show() {
-        super.show();
-        viewButton.setEnabled(false);
-        if(!shown) {
-            split.setDividerLocation(0.8);
-            shown = true;
-        }
-    }
-    
-    /**
-     * Specifies a status text.
-     * @param st a status text.
-     */
-    public void setStatus(String st) {
-        status.setText(st);
-    }
-    
-    /**
-     * Method to invoke GUIBrowser from java code.
-     */
-    public static void showBrowser() {
-        showBrowser(new String[0], false);
-    }
-    
-    /**
-     * Method to invoke GUIBrowser as java application.
-     * @param argv Argument array. If not empty, first element should be<br>
-     * main class of an aplication to be browsed.<br>
-     * Other elements are application parameters.
-     */
-    public static void main(String[] argv) {
-        showBrowser(argv, true);
-    }
-    
-    private static void showBrowser(String[] argv, boolean exitNecessary) {
-        if(argv.length >= 1) {
-            String[] newArgv = new String[argv.length -1];
-            for(int i = 1; i < argv.length; i++) {
-                newArgv[i-1] = argv[i];
-            }
-            try {
-                new ClassReference(argv[0]).startApplication(newArgv);
-            } catch (ClassNotFoundException e) {
-                e.printStackTrace();
-            } catch (InvocationTargetException e) {
-                e.printStackTrace();
-            } catch (NoSuchMethodException e) {
-                e.printStackTrace();
-            }
-        }
-        new GUIBrowser(exitNecessary).show();
-    }
-    
-    private void reload(final int delay) {
-        viewButton.setEnabled(false);
-        expandButton.setEnabled(false);
-        new Thread(new Runnable() {
-            public void run() {
-                try {
-                    for(int i = delay - 1; i >= 0 ; i--) {
-                        setStatus("Reloading after " + Integer.toString(i) + " second");
-                        Thread.sleep(1000);
-                    }
-                    setStatus("Reloading ...");
-                    Dumper.dumpAll(dumpWriter);
-                    qt.lock();
-                    root = new RootNode();
-                    qt.unlock();
-                    mainTree.setModel(root.getWindowModel());
-                    setStatus("Reloaded");
-                } catch(InterruptedException e) {}
-            }
-        }).start();
-    }
-    
-    private JFrame getOwnr() {
-        return(this);
-    }
-    
-    private class ClassNode {
-        Class clzz;
-        protected ClassNode() {
-            clzz = null;
-        }
-        public ClassNode(Class clzz) {
-            this.clzz = clzz;
-        }
-        public ClassNode[] getSuperClasses() {
-            int count = 0;
-            Class parent = clzz;
-            while((parent = parent.getSuperclass()) != null) {
-                count++;
-            }
-            Class[] interfaces = clzz.getInterfaces();
-            ClassNode[] result = new ClassNode[count + interfaces.length + 1];
-            result[0] = new SuperClassNode(clzz);
-            count = 1;
-            parent = clzz;
-            while((parent = parent.getSuperclass()) != null) {
-                result[count] = new SuperClassNode(parent);
-                count++;
-            }
-            for(int i = count; i < count + interfaces.length; i++) {
-                result[i] = new InterfaceNode(interfaces[i - count]);
-            }
-            return(result);
-        }
-        public String toString() {
-            if(clzz.isArray()) {
-                return(clzz.getComponentType().getName() + "[]");
-            } else {
-                return(clzz.getName());
-            }
-        }
-        public TreeModel getMethodsModel() {
-            return(new ClassModel(this));
-        }
-        public ClassNode[] getSubNodes() {
-            Vector res = new Vector();
-            Field[] fields = clzz.getFields();
-            Arrays.sort(fields, new Comparator() {
-                public int compare(Object o1, Object o2) {
-                    return(((Field)o1).getName().compareTo(((Field)o2).getName()));
-                }
-            });
-            Method[] mtds = clzz.getMethods();
-            Arrays.sort(mtds, new Comparator() {
-                public int compare(Object o1, Object o2) {
-                    return(((Method)o1).getName().compareTo(((Method)o2).getName()));
-                }
-            });
-            for(int i = 0; i < fields.length; i++) {
-                if(fields[i].getDeclaringClass().getName().equals(clzz.getName())) {
-                    res.add(new FieldNode(fields[i]));
-                }
-            }
-            for(int i = 0; i < mtds.length; i++) {
-                if(mtds[i].getDeclaringClass().getName().equals(clzz.getName())) {
-                    res.add(new MethodNode(mtds[i]));
-                }
-            }
-            ClassNode[] result = new ClassNode[res.size()];
-            for(int i = 0; i < result.length; i++) {
-                result[i] = (ClassNode)res.get(i);
-            }
-            return(result);
-        }
-    }
-    private class SuperClassNode extends ClassNode {
-        protected SuperClassNode() {
-            super();
-        }
-        public SuperClassNode(Class clzz) {
-            super(clzz);
-        }
-        public String toString() {
-            return("Class: " + super.toString());
-        }
-    }
-    private class InterfaceNode extends ClassNode {
-        protected InterfaceNode() {
-            super();
-        }
-        public InterfaceNode(Class clzz) {
-            super(clzz);
-        }
-        public String toString() {
-            return("Interfac: " + super.toString());
-        }
-    }
-    private class FieldNode extends ClassNode {
-        Field field;
-        public FieldNode(Field fld) {
-            super(fld.getType());
-            field = fld;
-        }
-        public String toString() {
-            return("Field: " +
-                    Modifier.toString(field.getModifiers()) + " " +
-                    super.toString() + " " +
-                    field.getName());
-        }
-    }
-    private class MethodNode extends ClassNode {
-        Method method;
-        public MethodNode(Method mtd) {
-            super(mtd.getReturnType());
-            method = mtd;
-        }
-        public String toString() {
-            return("Method: " +
-                    Modifier.toString(method.getModifiers()) + " " +
-                    super.toString() + " " +
-                    method.getName());
-            
-        }
-        public ClassNode[] getParameters() {
-            Class[] ptps = method.getParameterTypes();
-            ClassNode[] result = new ClassNode[ptps.length];
-            for(int i = 0; i < ptps.length; i++) {
-                result[i] = new ClassNode(ptps[i]);
-            }
-            return(result);
-        }
-    }
-    private class ComponentNode extends ClassNode {
-        protected Hashtable props;
-        protected String clss = "";
-        protected String compToString = "";
-        Component comp;
-        ComponentImageProvider image;
-        protected int x, y, w, h;
-        protected ComponentNode() {
-            props = new Hashtable();
-        }
-        public ComponentNode(Component comp) {
-            super(comp.getClass());
-            props = Operator.createOperator(comp).getDump();
-            clss = comp.getClass().getName();
-            compToString = comp.toString();
-            this.comp = comp;
-            x = comp.getLocationOnScreen().x;
-            y = comp.getLocationOnScreen().y;
-            w = comp.getWidth();
-            h = comp.getHeight();
-        }
-        public String toString() {
-            return(clss);
-        }
-        public Hashtable getProperties() {
-            return(props);
-        }
-        public String getToString() {
-            return(compToString);
-        }
-        public void setComponentImageProvider(ComponentImageProvider provider) {
-            image = provider;
-        }
-        public BufferedImage getImage() {
-            if(image != null) {
-                return(image.getImage(x, y, w, h));
-            } else {
-                return(null);
-            }
-        }
-    }
-    private class ContainerNode extends ComponentNode {
-        protected ComponentNode[] comps;
-        protected ContainerNode() {
-            super();
-            comps = new ComponentNode[0];
-        }
-        public ContainerNode(Container comp) {
-            super(comp);
-            Component[] cmps = comp.getComponents();
-            Vector wwns = new Vector();
-            for(int i = 0; i < cmps.length; i++) {
-                if(cmps[i] != null && (propDialog.showAll || cmps[i].isVisible())) {
-                    if(cmps[i] instanceof Container) {
-                        wwns.add(new ContainerNode((Container)cmps[i]));
-                    } else {
-                        wwns.add(new ComponentNode(cmps[i]));
-                    }
-                }
-            }
-            comps = new ComponentNode[wwns.size()];
-            for(int i = 0; i < wwns.size(); i++) {
-                comps[i] = (ComponentNode)wwns.get(i);
-            }
-        }
-        public ComponentNode[] getComponents() {
-            return(comps);
-        }
-        public int getComponentIndex(ComponentNode comp) {
-            for(int i = 0; i < comps.length; i++) {
-                if(comps[i].equals(comp)) {
-                    return(i);
-                }
-            }
-            return(-1);
-        }
-        public void setComponentImageProvider(ComponentImageProvider provider) {
-            super.setComponentImageProvider(provider);
-            for(int i = 0; i < comps.length; i++) {
-                comps[i].setComponentImageProvider(provider);
-            }
-        }
-        public ComponentModel getComponentModel() {
-            return(new ComponentModel(this));
-        }
-    }
-    private class WindowNode extends ContainerNode {
-        protected WindowNode[] wins;
-        String title;
-        protected WindowNode() {
-            super();
-            wins = new WindowNode[0];
-            title = "All Frames";
-            clss = "";
-        }
-        public WindowNode(Window win) {
-            super(win);
-            Window[] wns = win.getOwnedWindows();
-            Vector wwns = new Vector();
-            for(int i = 0; i < wns.length; i++) {
-                if(propDialog.showAll || wns[i].isVisible()) {
-                    wwns.add(new WindowNode(wns[i]));
-                }
-            }
-            wins = new WindowNode[wwns.size()];
-            for(int i = 0; i < wwns.size(); i++) {
-                wins[i] = (WindowNode)wwns.get(i);
-            }
-            title = win.toString();
-            clss = win.getClass().getName();
-            BufferedImage image = null;
-            try {
-                image = new Robot().
-                        createScreenCapture(new Rectangle(win.getLocationOnScreen(),
-                        win.getSize()));
-            } catch(AWTException e) {
-                e.printStackTrace();
-            }
-            setComponentImageProvider(new ComponentImageProvider(image, x, y));
-        }
-        public WindowNode[] getWindows() {
-            return(wins);
-        }
-        public int getWindowIndex(WindowNode node) {
-            for(int i = 0; i < wins.length; i++) {
-                if(wins[i].equals(node)) {
-                    return(i);
-                }
-            }
-            return(-1);
-        }
-        public WindowModel getWindowModel() {
-            return(new WindowModel(this));
-        }
-        public String toString() {
-            return(clss + " \"" + title + "\"");
-        }
-    }
-    
-    private class RootNode extends WindowNode {
-        public RootNode() {
-            super();
-            Window[] wns = Frame.getFrames();
-            wins = new WindowNode[wns.length];
-            int count = 0;
-            for(int i = 0; i < wns.length; i++) {
-                if(propDialog.showAll || wns[i].isVisible()) {
-                    count++;
-                }
-            }
-            wins = new WindowNode[count];
-            count = 0;
-            for(int i = 0; i < wns.length; i++) {
-                if(propDialog.showAll || wns[i].isVisible()) {
-                    wins[count] = new WindowNode(wns[i]);
-                    count++;
-                }
-            }
-        }
-    }
-    private class ClassModel implements TreeModel {
-        ClassNode clsn;
-        ClassModel(ClassNode clsn) {
-            this.clsn = clsn;
-        }
-        public void addTreeModelListener(TreeModelListener l) {}
-        public Object getChild(Object parent, int index) {
-            if(parent == clsn) {
-                return(clsn.getSuperClasses()[index]);
-            } else if(parent instanceof SuperClassNode ||
-                    parent instanceof InterfaceNode) {
-                return(((ClassNode)parent).getSubNodes()[index]);
-            } else if(parent instanceof MethodNode) {
-                return(((MethodNode)parent).getParameters()[index]);
-            }
-            return(null);
-        }
-        public int getChildCount(Object parent) {
-            if(parent == clsn) {
-                return(clsn.getSuperClasses().length);
-            } else if(parent instanceof SuperClassNode ||
-                    parent instanceof InterfaceNode) {
-                return(((ClassNode)parent).getSubNodes().length);
-            } else if(parent instanceof MethodNode) {
-                return(((MethodNode)parent).getParameters().length);
-            }
-            return(0);
-        }
-        public int getIndexOfChild(Object parent, Object child) {
-            if(parent == clsn ||
-                    parent instanceof MethodNode ||
-                    parent instanceof SuperClassNode ||
-                    parent instanceof InterfaceNode) {
-                Object[] children;
-                if(parent instanceof SuperClassNode ||
-                        parent instanceof InterfaceNode) {
-                    children = ((ClassNode)parent).getSuperClasses();
-                } else if(parent instanceof MethodNode) {
-                    children = ((MethodNode)parent).getParameters();
-                } else {
-                    children = clsn.getSuperClasses();
-                }
-                for(int i = 0; i < children.length; i++) {
-                    if(children.equals(child)) {
-                        return(i);
-                    }
-                }
-            }
-            return(0);
-        }
-        public Object getRoot() {
-            return(clsn);
-        }
-        public boolean isLeaf(Object node) {
-            return(getChildCount(node) == 0);
-        }
-        public void removeTreeModelListener(TreeModelListener l) {}
-        public void valueForPathChanged(TreePath path, Object newValue) {}
-    }
-    private class WindowModel implements TreeModel {
-        WindowNode win;
-        WindowModel(WindowNode win) {
-            this.win = win;
-        }
-        public void addTreeModelListener(TreeModelListener l) {}
-        public Object getChild(Object parent, int index) {
-            return(((WindowNode)parent).getWindows()[index]);
-        }
-        public int getChildCount(Object parent) {
-            return(((WindowNode)parent).getWindows().length);
-        }
-        public int getIndexOfChild(Object parent, Object child) {
-            return(((WindowNode)parent).getWindowIndex((WindowNode)child));
-        }
-        public Object getRoot() {
-            return(win);
-        }
-        public boolean isLeaf(Object node) {
-            return(((WindowNode)node).getWindows().length == 0);
-        }
-        public void removeTreeModelListener(TreeModelListener l) {}
-        public void valueForPathChanged(TreePath path, Object newValue) {}
-    }
-    private class ComponentModel implements TreeModel {
-        ContainerNode cont;
-        ComponentModel(ContainerNode cont) {
-            this.cont = cont;
-        }
-        public void addTreeModelListener(TreeModelListener l) {}
-        public Object getChild(Object parent, int index) {
-            if(parent instanceof ContainerNode) {
-                return(((ContainerNode)parent).getComponents()[index]);
-            } else {
-                return("");
-            }
-        }
-        public int getChildCount(Object parent) {
-            if(parent instanceof ContainerNode) {
-                return(((ContainerNode)parent).getComponents().length);
-            } else {
-                return(0);
-            }
-        }
-        public int getIndexOfChild(Object parent, Object child) {
-            if(parent instanceof ContainerNode) {
-                return(((ContainerNode)parent).getComponentIndex((ComponentNode)child));
-            } else {
-                return(-1);
-            }
-        }
-        public Object getRoot() {
-            return(cont);
-        }
-        public boolean isLeaf(Object node) {
-            if(node instanceof ContainerNode) {
-                return(((ContainerNode)node).getComponents().length == 0);
-            } else {
-                return(true);
-            }
-        }
-        public void removeTreeModelListener(TreeModelListener l) {}
-        public void valueForPathChanged(TreePath path, Object newValue) {}
-    }
-    
-    private class WindowRenderer implements TreeCellRenderer, ListCellRenderer {
-        public WindowRenderer() {
-        }
-        public Component getTreeCellRendererComponent(JTree tree,
-                Object value,
-                boolean selected,
-                boolean expanded,
-                boolean leaf,
-                int row,
-                boolean hasFocus) {
-            return(get(value, selected));
-        }
-        public Component getListCellRendererComponent(JList list,
-                Object value,
-                int index,
-                boolean isSelected,
-                boolean cellHasFocus) {
-            return(get(value, isSelected));
-        }
-        private Component get(Object value, boolean selected) {
-            Component result = new JLabel(((ClassNode)value).toString());
-            if(selected) {
-                result.setBackground(Color.blue);
-                result.setForeground(Color.white);
-                JPanel resPane = new JPanel();
-                resPane.setLayout(new BorderLayout());
-                resPane.add(result, BorderLayout.CENTER);
-                return(resPane);
-            } else {
-                return(result);
-            }
-        }
-    }
-    
-    private class PropertyDialog extends JDialog {
-        public boolean showAll = false;
-        JComboBox visibleCombo;
-        JCheckBox showToString;
-        JCheckBox showReflection;
-        JCheckBox showEvents;
-        DefaultListModel viewTabs;
-        JList orderList;
-        JButton up;
-        JButton down;
-        Properties props;
-        File propFile;
-        public PropertyDialog(JFrame owner) {
-            super(owner, "Properties", true);
-            
-            propFile = new File(System.getProperty("user.home") +
-                    System.getProperty("file.separator") +
-                    ".guibrowser");
-            
-            props = new Properties();
-            
-            String[] cpItems = {"Showing", "All"};
-            visibleCombo = new JComboBox(cpItems);
-            visibleCombo.addActionListener(new ActionListener() {
-                public void actionPerformed(ActionEvent e) {
-                    showAll = (visibleCombo.getSelectedIndex() == 1);
-                }
-            });
-            
-            JPanel visiblePane = new JPanel();
-            visiblePane.add(new JLabel("Show "));
-            visiblePane.add(visibleCombo);
-            
-            showToString = new JCheckBox("Show toString() method result");
-            showToString.setSelected(true);
-            
-            JPanel compTreePane = new JPanel();
-            compTreePane.add(visiblePane);
-            
-            viewTabs = new DefaultListModel();
-            viewTabs.addElement(WINDOWS_TAB);
-            viewTabs.addElement(COMPONENTS_TAB);
-            viewTabs.addElement(PROPERTIES_TAB);
-            viewTabs.addElement(REFLECTION_TAB);
-            viewTabs.addElement(IMAGE_TAB);
-            
-            orderList = new JList(viewTabs);
-            orderList.addListSelectionListener(new ListSelectionListener() {
-                public void valueChanged(ListSelectionEvent e) {
-                    up.setEnabled(orderList.getSelectedIndex() > -1);
-                    down.setEnabled(orderList.getSelectedIndex() > -1);
-                }
-            });
-            
-            showReflection = new JCheckBox("Show reflection tab");
-            showReflection.setSelected(true);
-            showReflection.addActionListener(new ActionListener() {
-                public void actionPerformed(ActionEvent e) {
-                    if(showReflection.isSelected()) {
-                        viewTabs.addElement(REFLECTION_TAB);
-                    } else {
-                        viewTabs.remove(viewTabs.indexOf(REFLECTION_TAB));
-                    }
-                    up.setEnabled(orderList.getSelectedIndex() > -1);
-                    down.setEnabled(orderList.getSelectedIndex() > -1);
-                }
-            });
-            
-            showEvents = new JCheckBox("Show event tab");
-            showEvents.setSelected(true);
-            showEvents.addActionListener(new ActionListener() {
-                public void actionPerformed(ActionEvent e) {
-                    if(showEvents.isSelected()) {
-                        viewTabs.addElement(EVENT_TAB);
-                    } else {
-                        viewTabs.remove(viewTabs.indexOf(EVENT_TAB));
-                    }
-                    up.setEnabled(orderList.getSelectedIndex() > -1);
-                    down.setEnabled(orderList.getSelectedIndex() > -1);
-                }
-            });
-            
-            up = new JButton("Move Up");
-            up.setEnabled(false);
-            up.addActionListener(new ActionListener() {
-                public void actionPerformed(ActionEvent e) {
-                    int index = orderList.getSelectedIndex();
-                    if(index > 0) {
-                        viewTabs.add(index - 1,
-                                viewTabs.remove(index));
-                        orderList.setSelectedIndex(index - 1);
-                    }
-                }
-            });
-            
-            down = new JButton("Move Down");
-            down.setEnabled(false);
-            down.addActionListener(new ActionListener() {
-                public void actionPerformed(ActionEvent e) {
-                    int index = orderList.getSelectedIndex();
-                    if(index < viewTabs.size() - 1) {
-                        viewTabs.add(index + 1,
-                                viewTabs.remove(index));
-                        orderList.setSelectedIndex(index + 1);
-                    }
-                }
-            });
-            
-            JPanel movePane = new JPanel();
-            movePane.add(showEvents);
-            movePane.add(showReflection);
-            movePane.add(up);
-            movePane.add(down);
-            
-            JPanel compViewPane = new JPanel();
-            compViewPane.setLayout(new BorderLayout());
-            compViewPane.add(new JLabel("Tab order:"), BorderLayout.NORTH);
-            compViewPane.add(movePane, BorderLayout.SOUTH);
-            compViewPane.add(orderList, BorderLayout.CENTER);
-            
-            JTabbedPane tbpn = new JTabbedPane();
-            tbpn.add("Component Tree", compTreePane);
-            tbpn.add("Component View", compViewPane);
-            
-            JButton okBUtton = new JButton("OK");
-            okBUtton.addActionListener(new ActionListener() {
-                public void actionPerformed(ActionEvent e) {
-                    save();
-                    setVisible(false);
-                }
-            });
-            
-            JButton cnBUtton = new JButton("Cancel");
-            cnBUtton.addActionListener(new ActionListener() {
-                public void actionPerformed(ActionEvent e) {
-                    setVisible(false);
-                    load();
-                }
-            });
-            
-            JPanel pn = new JPanel();
-            pn.add(okBUtton);
-            pn.add(cnBUtton);
-            
-            getContentPane().setLayout(new BorderLayout());
-            getContentPane().add(pn, BorderLayout.SOUTH);
-            getContentPane().add(tbpn, BorderLayout.CENTER);
-            
-            load();
-            
-            setSize(400, 400);
-        }
-        
-        private void save() {
-            try {
-                props.setProperty("guibrowser.showall",
-                        showAll ? "on" : "off");
-                for(int i = 0; i < viewTabs.size(); i++) {
-                    props.setProperty("guibrowser.viewpage_" + Integer.toString(i),
-                            (String)viewTabs.elementAt(i));
-                }
-                props.store(new FileOutputStream(propFile),
-                        "Jemmy GUIBrowser");
-            } catch(IOException e) {
-                e.printStackTrace();
-            }
-        }
-        
-        private void load() {
-            if(propFile.exists()) {
-                try {
-                    props.load(new FileInputStream(propFile));
-                    showAll =
-                            props.getProperty("guibrowser.showall") == null ||
-                            props.getProperty("guibrowser.showall").equals("") ||
-                            props.getProperty("guibrowser.showall").equals("on");
-                    visibleCombo.setSelectedIndex(showAll ? 1 : 0);
-                    if( props.getProperty("guibrowser.viewpage_0") != null &&
-                            !props.getProperty("guibrowser.viewpage_0").equals("")) {
-                        viewTabs.removeAllElements();
-                        viewTabs.addElement(props.getProperty("guibrowser.viewpage_0"));
-                        viewTabs.addElement(props.getProperty("guibrowser.viewpage_1"));
-                        viewTabs.addElement(props.getProperty("guibrowser.viewpage_2"));
-                        if( props.getProperty("guibrowser.viewpage_3") != null &&
-                                !props.getProperty("guibrowser.viewpage_3").equals("")) {
-                            viewTabs.addElement(props.getProperty("guibrowser.viewpage_3"));
-                        }
-                        if( props.getProperty("guibrowser.viewpage_4") != null &&
-                                !props.getProperty("guibrowser.viewpage_4").equals("")) {
-                            viewTabs.addElement(props.getProperty("guibrowser.viewpage_4"));
-                        }
-                    }
-                } catch(IOException e) {
-                    e.printStackTrace();
-                }
-                showReflection.setSelected(viewTabs.indexOf(REFLECTION_TAB) > -1);
-                showEvents.setSelected(viewTabs.indexOf(EVENT_TAB) > -1);
-            }
-        }
-    }
-    
-    private class ComponentBrowser extends JFrame {
-        
-        JTree winTree;
-        JTree componentTree;
-        JTree methodTree;
-        ClassNode compNode;
-        JTabbedPane tbd;
-        JList fList;
-        JButton viewButton;
-        JButton expandButton;
-        JSplitPane winSplit = null;
-        JSplitPane componentSplit = null;
-        WindowRenderer renderer;
-        SelectionManager selManager;
-        JList eventList;
-        ListListener listListener;
-        DefaultListModel eventModel;
-        JCheckBox mouseEvents;
-        JCheckBox mouseMotionEvents;
-        JCheckBox keyEvents;
-        
-        public ComponentBrowser(JFrame owner, ClassNode componentNode) {
-            super("Component " + componentNode.toString());
-            fill(componentNode);
-        }
-        
-        public ComponentBrowser(JDialog owner, ClassNode componentNode) {
-            super("Component " + componentNode.toString());
-            fill(componentNode);
-        }
-        
-        private void fill(ClassNode componentNode) {
-            compNode = componentNode;
-            
-            viewButton = new JButton("View");
-            viewButton.setEnabled(false);
-            viewButton.addActionListener(new ActionListener() {
-                public void actionPerformed(ActionEvent e) {
-                    new ComponentBrowser(getOwnr(),
-                            getSelectedNode()).
-                            show();
-                }
-            });
-            
-            expandButton = new JButton("Expand All");
-            expandButton.setEnabled(false);
-            expandButton.addActionListener(new ActionListener() {
-                public void actionPerformed(ActionEvent e) {
-                    expandAll(getSelectedTree(),
-                            getSelectionPath());
-                }
-            });
-            
-            JPanel buttonPane = new JPanel();
-            buttonPane.add(viewButton);
-            buttonPane.add(expandButton);
-            
-            Component[] cpss = {viewButton, expandButton};
-            selManager = new SelectionManager(cpss);
-            renderer = new WindowRenderer();
-            
-            tbd = new JTabbedPane();
-            
-            for(int i = 0; i < propDialog.viewTabs.size(); i++) {
-                String next = (String)propDialog.viewTabs.elementAt(i);
-                if       (next.equals(PROPERTIES_TAB)) {
-                    addPropertiesTab();
-                } else if(next.equals(WINDOWS_TAB)) {
-                    addWindowTab();
-                } else if(next.equals(COMPONENTS_TAB)) {
-                    addComponentTab();
-                } else if(next.equals(REFLECTION_TAB)) {
-                    addReflectionTab();
-                } else if(next.equals(EVENT_TAB)) {
-                    addEventTab();
-                } else if(next.equals(IMAGE_TAB)) {
-                    addImageTab();
-                }
-            }
-            
-            tbd.addChangeListener(new ChangeListener() {
-                public void stateChanged(ChangeEvent e) {
-                    viewButton.setEnabled(getSelectedNode() != null);
-                }
-            });
-            
-            getContentPane().setLayout(new BorderLayout());
-            getContentPane().add(buttonPane, BorderLayout.SOUTH);
-            getContentPane().add(tbd, BorderLayout.CENTER);
-            
-            addComponentListener(new ComponentListener() {
-                public void componentHidden(ComponentEvent e) {}
-                public void componentMoved(ComponentEvent e) {}
-                public void componentResized(ComponentEvent e) {
-                    if(winSplit != null) {
-                        winSplit.setDividerLocation(0.8);
-                    }
-                    if(componentSplit != null) {
-                        componentSplit.setDividerLocation(0.8);
-                    }
-                }
-                public void componentShown(ComponentEvent e) {}
-            });
-            
-            setSize(800, 400);
-        }
-        
-        private void addImageTab() {
-            BufferedImage image = null;
-            if(compNode instanceof ComponentNode) {
-                image = ((ComponentNode)compNode).getImage();
-            }
-            if(image != null) {
-                JPanel imagePane = new ImagePane(image);
-                imagePane.prepareImage(image, imagePane);
-                JScrollPane pane = new JScrollPane(imagePane);
-                tbd.add(IMAGE_TAB, pane);
-            }
-        }
-        
-        private void addWindowTab() {
-            if(compNode instanceof WindowNode &&
-                    ((WindowNode)compNode).getWindows().length > 0) {
-                winTree = new JTree(((WindowNode)compNode).getWindowModel());
-                winTree.setCellRenderer(renderer);
-                winTree.setEditable(false);
-                winTree.addTreeSelectionListener(selManager);
-                winSplit = createUnderPane(winTree);
-                tbd.add(WINDOWS_TAB, winSplit);
-            }
-            
-        }
-        
-        private void addComponentTab() {
-            if(compNode instanceof ContainerNode &&
-                    ((ContainerNode)compNode).getComponents().length > 0) {
-                componentTree = new JTree(((ContainerNode)compNode).getComponentModel());
-                componentTree.setCellRenderer(renderer);
-                componentTree.setEditable(false);
-                componentTree.addTreeSelectionListener(selManager);
-                componentSplit = createUnderPane(componentTree);
-                tbd.add(COMPONENTS_TAB, componentSplit);
-            }
-            
-        }
-        
-        private void addReflectionTab() {
-            methodTree = new JTree(compNode.getMethodsModel());
-            methodTree.setCellRenderer(renderer);
-            methodTree.setEditable(false);
-            methodTree.addTreeSelectionListener(selManager);
-            tbd.add(REFLECTION_TAB, new JScrollPane(methodTree));
-        }
-        
-        private void addPropertiesTab() {
-            if(compNode instanceof ComponentNode) {
-                Hashtable props = ((ContainerNode)compNode).getProperties();
-                if(props.size() > 0) {
-                    JTable propTable = new JTable(new MyModel(props));
-                    propTable.setAutoResizeMode(JTable.AUTO_RESIZE_LAST_COLUMN);
-                    tbd.add(PROPERTIES_TAB, new JScrollPane(propTable));
-                    /*
-                    propTable.addMouseListener(new MouseListener() {
-                        public void mouseClicked(MouseEvent e) {
-                            new ComponentBrowser(getOwnr(),
-                                    getSelectedNode()).
-                                    show();
-                        }
-                        public void mouseExited(MouseEvent e) {
-                        }
-                        public void mouseEntered(MouseEvent e) {
-                        }
-                        public void mousePressed(MouseEvent e) {
-                        }
-                        public void mouseReleased(MouseEvent e) {
-                        }
-                    });
-                     */
-                }
-            }
-        }
-        
-        private void addEventTab() {
-            if(compNode instanceof ComponentNode) {
-                eventModel = new DefaultListModel();
-                eventList = new JList(eventModel);
-                listListener = new ListListener(eventModel, ((ComponentNode)compNode).comp);
-                mouseEvents = new JCheckBox("Mouse events");
-                mouseEvents.addActionListener(new ActionListener() {
-                    public void actionPerformed(ActionEvent e) {
-                        if(mouseEvents.isSelected()) {
-                            listListener.addMouseListener();
-                        } else {
-                            listListener.removeMouseListener();
-                        }
-                    }
-                });
-                mouseMotionEvents = new JCheckBox("Mouse motion events");
-                mouseMotionEvents.addActionListener(new ActionListener() {
-                    public void actionPerformed(ActionEvent e) {
-                        if(mouseMotionEvents.isSelected()) {
-                            listListener.addMouseMotionListener();
-                        } else {
-                            listListener.removeMouseMotionListener();
-                        }
-                    }
-                });
-                keyEvents = new JCheckBox("Key events");
-                keyEvents.addActionListener(new ActionListener() {
-                    public void actionPerformed(ActionEvent e) {
-                        if(keyEvents.isSelected()) {
-                            listListener.addKeyListener();
-                        } else {
-                            listListener.removeKeyListener();
-                        }
-                    }
-                });
-                JButton clear = new JButton("Clear list");
-                clear.addActionListener(new ActionListener() {
-                    public void actionPerformed(ActionEvent e) {
-                        eventModel.removeAllElements();
-                    }
-                });
-                JPanel checkPane = new JPanel();
-                checkPane.add(mouseEvents);
-                checkPane.add(mouseMotionEvents);
-                checkPane.add(keyEvents);
-                checkPane.add(clear);
-                JPanel subPane = new JPanel();
-                subPane.setLayout(new BorderLayout());
-                subPane.add(checkPane, BorderLayout.SOUTH);
-                subPane.add(new JScrollPane(eventList), BorderLayout.CENTER);
-                tbd.add(EVENT_TAB, subPane);
-            }
-        }
-        
-        
-        private JFrame getOwnr() {
-            return(this);
-        }
-        
-        private JTree getSelectedTree() {
-            String title = tbd.getTitleAt(tbd.getSelectedIndex());
-            if(title.equals(WINDOWS_TAB)) {
-                return(winTree);
-            } else if(title.equals(COMPONENTS_TAB)) {
-                return(componentTree);
-            } else if(title.equals(REFLECTION_TAB)) {
-                return(methodTree);
-            }
-            return(null);
-        }
-        
-        private TreePath getSelectionPath() {
-            JTree tree = getSelectedTree();
-            if(tree != null) {
-                return(tree.getSelectionPath());
-            } else {
-                return(null);
-            }
-        }
-        
-        private ClassNode getSelectedNode() {
-            TreePath path = getSelectionPath();
-            if(path != null) {
-                return((ClassNode)path.getLastPathComponent());
-            } else  {
-                return(null);
-            }
-        }
-        
-    }
-    
-    private class SelectionManager implements TreeSelectionListener, ListSelectionListener {
-        Component[] comps;
-        public SelectionManager(Component[] comps) {
-            this.comps = comps;
-        }
-        public void valueChanged(TreeSelectionEvent e) {
-            for(int i = 0; i < comps.length; i++) {
-                comps[i].setEnabled(e.getPath() != null);
-            }
-        }
-        public void valueChanged(ListSelectionEvent e) {
-            for(int i = 0; i < comps.length; i++) {
-                comps[i].setEnabled(e.getFirstIndex() != -1);
-            }
-        }
-    }
-    
-    private void expandAll(JTree tree, TreePath path) {
-        tree.expandPath(path);
-        TreeModel model = tree.getModel();
-        Object lastComponent = path.getLastPathComponent();
-        for(int i = 0; i < model.getChildCount(lastComponent); i++) {
-            expandAll(tree,
-                    path.pathByAddingChild(model.getChild(lastComponent, i)));
-        }
-    }
-    
-    private class ToStringListener implements TreeSelectionListener{
-        JTextArea area;
-        public ToStringListener(JTextArea area) {
-            this.area = area;
-        }
-        public void valueChanged(TreeSelectionEvent e) {
-            if(e.getPath() != null &&
-                    e.getPath().getLastPathComponent() instanceof ComponentNode) {
-                area.setText("toString(): " +
-                        ((ComponentNode)e.getPath().getLastPathComponent()).
-                        getToString());
-            } else {
-                area.setText("");
-            }
-        }
-    }
-    
-    private JSplitPane createUnderPane(JTree tree) {
-        JTextArea toStringArea = new JTextArea();
-        toStringArea.setLineWrap(true);
-        toStringArea.setEditable(false);
-        tree.addTreeSelectionListener(new ToStringListener(toStringArea));
-        JSplitPane result = new JSplitPane(JSplitPane.VERTICAL_SPLIT,
-                new JScrollPane(tree),
-                new JScrollPane(toStringArea));
-        result.setOneTouchExpandable(true);
-        result.setDividerSize(8);
-        result.setDividerLocation(0.8);
-        return(result);
-    }
-    
-    private class MyModel extends DefaultTableModel {
-        public MyModel(Hashtable props) {
-            super();
-            Object[] keys = props.keySet().toArray();
-            if(keys.length > 0) {
-                addColumn("Name");
-                addColumn("Value");
-                setNumRows(keys.length);
-                for(int i = 0; i < keys.length; i++) {
-                    setValueAt(keys[i].toString(), i, 0);
-                    setValueAt(props.get(keys[i]).toString(), i, 1);
-                }
-                String[] titles = {"Name", "Value"};
-                Collections.sort(getDataVector(), new Comparator() {
-                    public int compare(Object o1, Object o2) {
-                        return(((Vector)o1).get(0).toString().compareTo(((Vector)o2).get(0).toString()));
-                    }
-                    public boolean equals(Object obj) {
-                        return(false);
-                    }
-                });
-            }
-        }
-        public boolean isCellEditable(int x, int y) {
-            return(false);
-        }
-    }
-    
-    private class ListListener extends TrialListenerManager {
-        DefaultListModel model;
-        public ListListener(DefaultListModel m, Component comp) {
-            super(comp);
-            model = m;
-        }
-        void printEvent(AWTEvent e) {
-            model.addElement(e);
-        }
-    }
-    
-    private class ImagePane extends JPanel {
-        BufferedImage image;
-        public ImagePane(BufferedImage image) {
-            super();
-            this.image = image;
-            setPreferredSize(new Dimension(image.getWidth(), image.getHeight()));
-        }
-        public void paint(Graphics g) {
-            g.drawImage(image, 0, 0, null);
-        }
-    }
-    
-    private class ComponentImageProvider {
-        BufferedImage image;
-        int x;
-        int y;
-        public ComponentImageProvider(BufferedImage image, int x, int y) {
-            this.image = image;
-            this.x = x;
-            this.y = y;
-        }
-        public BufferedImage getImage(int x, int y, int w, int h) {
-            /*
-            BufferedImage newImage = image.getSubimage(0, 0, image.getWidth(), image.getHeight());
-            Graphics g = newImage.getGraphics();
-            g.setColor(Color.RED);
-            g.drawRect(x - this.x, y - this.y, w, h);
-            return(newImage);
-             */
-            return(image.getSubimage(x - this.x, y - this.y, w, h));
-        }
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/explorer/TrialListenerManager.java b/jemmy/src/org/netbeans/jemmy/explorer/TrialListenerManager.java
deleted file mode 100644
index 6d375fa..0000000
--- a/jemmy/src/org/netbeans/jemmy/explorer/TrialListenerManager.java
+++ /dev/null
@@ -1,200 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.explorer;
-
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-
-import java.awt.AWTEvent;
-import java.awt.Component;
-
-import java.awt.event.KeyEvent;
-import java.awt.event.KeyListener;
-import java.awt.event.MouseEvent;
-import java.awt.event.MouseListener;
-import java.awt.event.MouseMotionListener;
-import org.netbeans.jemmy.QueueTool;
-
-/**
- * Auxiliary class to find an event sequence which should be posted
- * to reproduce user actions.
- *	
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *
- */
-
-public class TrialListenerManager implements Outputable {
-
-    Component comp;
-    TrialMouseListener mListener;
-    TrialMouseMotionListener mmListener;
-    TrialKeyListener kListener;
-    TestOut output;
-
-    /**
-     * Contructor.
-     * @param comp Component to display event sequence for.
-     */
-    public TrialListenerManager(Component comp) {
-	this.comp = comp;
-	mListener = new TrialMouseListener();
-	mmListener = new TrialMouseMotionListener();
-	kListener = new TrialKeyListener();
-	output = JemmyProperties.getCurrentOutput();
-    }
-
-    public void setOutput(TestOut output) {
-	this.output = output;
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    /**
-     * Removes mouse listener.
-     * @see #addMouseListener
-     */
-    public void removeMouseListener() {
-	comp.removeMouseListener(mListener);
-    }
-    
-    /**
-     * Adds mouse listener.
-     * @see #removeMouseListener
-     */
-    public void addMouseListener() {
-	removeMouseListener();
-	comp.addMouseListener(mListener);
-    }
-
-    /**
-     * Removes mouse motion listener.
-     * @see #addMouseMotionListener
-     */
-    public void removeMouseMotionListener() {
-	comp.removeMouseMotionListener(mmListener);
-    }
-    
-    /**
-     * Adds mouse motion listener.
-     * @see #removeMouseMotionListener
-     */
-    public void addMouseMotionListener() {
-	removeMouseMotionListener();
-	comp.addMouseMotionListener(mmListener);
-    }
-
-    /**
-     * Removes key listener.
-     * @see #addKeyListener
-     */
-    public void removeKeyListener() {
-	comp.removeKeyListener(kListener);
-    }
-    
-    /**
-     * Adds key listener.
-     * @see #removeKeyListener
-     */
-    public void addKeyListener() {
-	removeKeyListener();
-	comp.addKeyListener(kListener);
-    }
-
-    void printEvent(final AWTEvent event) {
-        // if event != null run toString in dispatch thread
-        String eventToString = (String)new QueueTool().invokeSmoothly(
-            new QueueTool.QueueAction("event.toString()") {
-                public Object launch() {
-                    return event.toString();
-                }
-            }
-        );
-	output.printLine(eventToString);
-    }
-
-    private class TrialMouseListener implements MouseListener {
-	public void mouseClicked(MouseEvent e) {
-	    printEvent(e);
-	}
-	public void mouseEntered(MouseEvent e) {
-	    printEvent(e);
-	}
-	public void mouseExited(MouseEvent e) {
-	    printEvent(e);
-	}
-	public void mousePressed(MouseEvent e) {
-	    printEvent(e);
-	}
-	public void mouseReleased(MouseEvent e) {
-	    printEvent(e);
-	}
-    }
-
-    private class TrialMouseMotionListener implements MouseMotionListener {
-	public void mouseDragged(MouseEvent e) {
-	    printEvent(e);
-	}
-	public void mouseMoved(MouseEvent e) {
-	    printEvent(e);
-	}
-    }
-
-    private class TrialKeyListener implements KeyListener {
-	public void keyPressed(KeyEvent e) {
-	    printEvent(e);
-	}
-	public void keyReleased(KeyEvent e) {
-	    printEvent(e);
-	}
-	public void keyTyped(KeyEvent e) {
-	    printEvent(e);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/explorer/package.html b/jemmy/src/org/netbeans/jemmy/explorer/package.html
deleted file mode 100644
index 60f00ec..0000000
--- a/jemmy/src/org/netbeans/jemmy/explorer/package.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-  <head>
-    <title>Package org.netbeans.jemmy.explorer</title>
-  </head>
-
-  <body>
-    <h1>Package org.netbeans.jemmy.explorer</h1>
-
-    Contains auxiliary classes to explore tested application.<br>
-
-    @since 23 Feb 2002
-
-    <hr>
-  </body>
-</html>
diff --git a/jemmy/src/org/netbeans/jemmy/image/ColorImageComparator.java b/jemmy/src/org/netbeans/jemmy/image/ColorImageComparator.java
deleted file mode 100644
index ec9dfb4..0000000
--- a/jemmy/src/org/netbeans/jemmy/image/ColorImageComparator.java
+++ /dev/null
@@ -1,180 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.image;
-
-import java.awt.image.BufferedImage;
-
-/**
- * Compares two images with color mapping defined by <code>ColorModel</code> implementation.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public class ColorImageComparator extends StrictImageComparator {
-
-    ColorMap leftMap, rightMap;
-    ImageComparator comparator = null;
-
-    /**
-     * Creates a comparator with a color maps.
-     * Object created by this constructor behaves like <code>StrictImageComparator</code>.
-     * Object created works faster because it does not create intermediate images
-     * for another comparator.
-     * @param map Map applied to both left and right images during comparision.
-     */
-    public ColorImageComparator(ColorMap map) {
-        leftMap  = map;
-        rightMap = map;
-    }
-
-    /**
-     * Creates a comparator with <code>map</code> color mapping.
-     * Actual comparision perfomed by <code>comparator</code> parameter.
-     * @param map Map applied to both left and right images during comparision.
-     * @param subComparator comporator to perform a comparision of to images with mapped colors.
-     */
-    public ColorImageComparator(ColorMap map, ImageComparator subComparator) {
-        this(map);
-        this.comparator = subComparator;
-    }
-
-    /**
-     * Creates a comparator with two color maps.
-     * Object created by this constructor behaves like <code>StrictImageComparator</code>.
-     * Object created works faster because it does not create intermediate images
-     * for another comparator.
-     * @param leftMap Map applied to the left image during comparision.
-     * @param rightMap Map applied to the right image during comparision.
-     */
-    public ColorImageComparator(ColorMap leftMap, ColorMap rightMap) {
-        this.leftMap  = leftMap;
-        this.rightMap = rightMap;
-    }
-
-    /**
-     * Creates a comparator with two color maps.
-     * Actual comparision perfomed by <code>comparator</code> parameter.
-     * @param leftMap Map applied to the left image during comparision.
-     * @param rightMap Map applied to the right image during comparision.
-     * @param subComparator comporator to perform a comparision of to images with mapped colors.
-     */
-    public ColorImageComparator(ColorMap leftMap, ColorMap rightMap, ImageComparator subComparator) {
-        this(leftMap, rightMap);
-        this.comparator = subComparator;
-    }
-
-    /**
-     * Compares images by <code>ImageComparator</code> passed into constructor,
-     * or itself if no <code>ImageComparator</code> was passed, processing both images
-     * by <code>ColorMap</code> instance before comparision.
-     */
-    public boolean compare(BufferedImage image1, BufferedImage image2) {
-        if(comparator != null) {
-            return(comparator.compare(recolor(image1, leftMap), recolor(image2, rightMap)));
-        } else {
-            return(super.compare(image1, image2));
-        }
-    }
-    private BufferedImage recolor(BufferedImage src, ColorMap map) {
-        BufferedImage result = new BufferedImage(src.getWidth(), src.getHeight(), src.getType());
-        for(int x = 0; x < src.getWidth(); x++) {
-            for(int y = 0; y < src.getWidth(); y++) {
-                result.setRGB(x, y, map.mapColor(src.getRGB(x, y)));
-            }
-        }
-        return(result);
-    }
-    protected final boolean compareColors(int rgb1, int rgb2) {
-        return(leftMap.mapColor(rgb1) == rightMap.mapColor(rgb2));
-    }
-
-    /**
-     * Interface to map colors during the comparision.
-     */
-    public static interface ColorMap {
-        /**
-         * Maps one color into another.
-         * @param rgb an original color.
-         * @return a converted color.
-         */
-        public int mapColor(int rgb);
-    }
-
-    /**
-     * Turns <code>foreground</code> color to white, other - to black.
-     */
-    public static class ForegroundColorMap implements ColorMap {
-        int foreground;
-        /**
-         * Constructs a ColorImageComparator$ForegroundColorMap object.
-         * @param foreground Foreground color.
-         */
-        public ForegroundColorMap(int foreground) {
-            this.foreground = foreground;
-        }
-        public int mapColor(int rgb) {
-            return((rgb == foreground) ? 0xffffff : 0);
-        }
-    }
-
-    /**
-     * Turns <code>background</code> color to black, left others unchanged.
-     */
-    public static class BackgroundColorMap implements ColorMap {
-        int background;
-        /**
-         * Constructs a ColorImageComparator$BackgroundColorMap object.
-         * @param background Background color.
-         */
-        public BackgroundColorMap(int background) {
-            this.background = background;
-        }
-        public int mapColor(int rgb) {
-            return((rgb == background) ? 0 : rgb);
-        }
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/image/FileImageComparator.java b/jemmy/src/org/netbeans/jemmy/image/FileImageComparator.java
deleted file mode 100644
index cf271d6..0000000
--- a/jemmy/src/org/netbeans/jemmy/image/FileImageComparator.java
+++ /dev/null
@@ -1,108 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.image;
-
-import java.awt.image.BufferedImage;
-
-import java.io.IOException;
-
-import org.netbeans.jemmy.JemmyException;
-
-/**
- * Allowes compares images in memory to ones stored in files
- * and compare such images one with another.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public class FileImageComparator {
-
-    ImageLoader loader;
-    ImageComparator comparator;
-
-    /**
-     * Constructs a FileImageComparator object.
-     * @param comparator - ImageComparator to be used for image comparision.
-     * @param loader - ImageLoader to be used for image loading.
-     */
-    public FileImageComparator(ImageComparator comparator, ImageLoader loader) {
-        this.loader = loader;
-        this.comparator = comparator;
-    }
-
-    /**
-     * Compares an image with one stored in file.
-     * Comparision is performed by ImageComparator passed into constructor.
-     * Image is loaded by ImageLoader passed into constructor.
-     * @param image an image to compare.
-     * @param fileName a file containing an image to compare.
-     * @return true if images match each other.
-     */
-    public boolean compare(BufferedImage image, String fileName) {
-        try {
-            return(comparator.compare(image, loader.load(fileName)));
-        } catch(IOException e) {
-            throw(new JemmyException("IOException during image loading", e));
-        }
-    }
-
-    /**
-     * Compares two image stored in files..
-     * Comparision is performed by ImageComparator passed into constructor.
-     * Images are loaded by ImageLoader passed into constructor.
-     * @param fileName1 a file containing an image to compare.
-     * @param fileName2 a file containing an image to compare.
-     * @return true if images match each other.
-     */
-    public boolean compare(String fileName1, String fileName2) {
-        try {
-            return(comparator.compare(loader.load(fileName1), 
-                                      loader.load(fileName2)));
-        } catch(IOException e) {
-            throw(new JemmyException("IOException during image loading", e));
-        }
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/image/ImageComparator.java b/jemmy/src/org/netbeans/jemmy/image/ImageComparator.java
deleted file mode 100644
index 2487e29..0000000
--- a/jemmy/src/org/netbeans/jemmy/image/ImageComparator.java
+++ /dev/null
@@ -1,65 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.image;
-
-import java.awt.image.BufferedImage;
-
-/**
- * Interface for all classes performing image comparision.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public interface ImageComparator {
-
-    /**
-     * Should return true if images matches, false otherwise.
-     * @param image1 an image to compare.
-     * @param image2 an image to compare.
-     * @return true if images match each other.
-     */
-    public boolean compare(BufferedImage image1, BufferedImage image2);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/image/ImageFinder.java b/jemmy/src/org/netbeans/jemmy/image/ImageFinder.java
deleted file mode 100644
index b81f3a4..0000000
--- a/jemmy/src/org/netbeans/jemmy/image/ImageFinder.java
+++ /dev/null
@@ -1,68 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.image;
-
-import java.awt.Point;
-
-import java.awt.image.BufferedImage;
-
-/**
- * Interface for all classes performing image lookup.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public interface ImageFinder {
-
-    /**
-     * Should return location if image lays inside an image represented by this object.
-     * @param image an image to search.
-     * @param index an ordinal image location index. If equal to 1, for example,
-     * second appropriate location will be found.
-     * @return Image location coordinates if image was found, null otherwise.
-     */
-    public Point findImage(BufferedImage image, int index);
-}
diff --git a/jemmy/src/org/netbeans/jemmy/image/ImageLoader.java b/jemmy/src/org/netbeans/jemmy/image/ImageLoader.java
deleted file mode 100644
index 53e2612..0000000
--- a/jemmy/src/org/netbeans/jemmy/image/ImageLoader.java
+++ /dev/null
@@ -1,67 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.image;
-
-import java.awt.image.BufferedImage;
-
-import java.io.IOException;
-
-/**
- * Interface for all classes performing image loading.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public interface ImageLoader {
-
-    /**
-     * Loads an image from file.
-     * @param fileName a file to load image from.
-     * @return a loaded image.
-     * @throws IOException
-     */
-    public BufferedImage load(String fileName) throws IOException;
-}
diff --git a/jemmy/src/org/netbeans/jemmy/image/ImageSaver.java b/jemmy/src/org/netbeans/jemmy/image/ImageSaver.java
deleted file mode 100644
index d4f9cad..0000000
--- a/jemmy/src/org/netbeans/jemmy/image/ImageSaver.java
+++ /dev/null
@@ -1,67 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.image;
-
-import java.awt.image.BufferedImage;
-
-import java.io.IOException;
-
-/**
- * Interface for classes performing image saving.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public interface ImageSaver {
-
-    /**
-     * Should save image into file.
-     * @param image an image to be saved.
-     * @param fileName a file to load image from.
-     * @throws IOException
-     */
-    public void save(BufferedImage image, String fileName) throws IOException;
-}
diff --git a/jemmy/src/org/netbeans/jemmy/image/ImageTool.java b/jemmy/src/org/netbeans/jemmy/image/ImageTool.java
deleted file mode 100644
index 37e69e9..0000000
--- a/jemmy/src/org/netbeans/jemmy/image/ImageTool.java
+++ /dev/null
@@ -1,215 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.image;
-
-import java.awt.AWTException;
-import java.awt.Color;
-import java.awt.Component;
-import java.awt.Rectangle;
-import java.awt.Robot;
-import java.awt.Toolkit;
-
-import java.awt.image.BufferedImage;
-
-import org.netbeans.jemmy.JemmyException;
-
-/**
- * Contains util methods to work with images.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public class ImageTool {
-
-    /**
-     * Gets an image from a rectange on screen.
-     * @param rect a rectangle on screen in absolute screen coordinates.
-     * @return a captured image.
-     */
-    public static BufferedImage getImage(Rectangle rect) {
-        try {
-            return(new Robot().createScreenCapture(rect));
-        } catch(AWTException e) {
-            throw(new JemmyException("Exception during screen capturing", e));
-        }
-    }
-
-    /**
-     * Gets an image from a component.
-     * @param comp a visible component.
-     * @return a captured image.
-     */
-    public static BufferedImage getImage(Component comp) {
-        return(getImage(new Rectangle(comp.getLocationOnScreen(),
-                                      comp.getSize())));
-    }
-
-    /**
-     * Gets the whole screen image.
-     * @return a captured image.
-     */
-    public static BufferedImage getImage() {
-        return(getImage(new Rectangle(Toolkit.getDefaultToolkit().getScreenSize())));
-    }
-
-    /**
-     * Increases image.
-     * @param image an image to enlarge.
-     * @param zoom A scale.
-     * @return a result image.
-     */
-    public static BufferedImage enlargeImage(BufferedImage image, int zoom) {
-        int wight  = image.getWidth();
-        int height = image.getHeight();
-        BufferedImage result = new BufferedImage(wight  * zoom,
-                                                 height * zoom,
-                                                 image.getType());
-        int rgb;
-        for(int x = 0; x < wight; x++) {
-            for(int y = 0; y < height; y++) {
-                rgb = image.getRGB(x, y);
-                for(int i = 0; i < zoom; i++) {
-                    for(int j = 0; j < zoom; j++) {
-                        result.setRGB(x * zoom + i,
-                                      y * zoom + j,
-                                      rgb);
-                    }
-                }
-            }
-        }
-        return(result);
-    }
-
-    /**
-     * @deprecated Use subtractImage(BufferedImage, BufferedImage) instead.
-     * @param minuend an image to subtract from.
-     * @param deduction an image to subtract.
-     * @return a result image.
-     */
-    public static BufferedImage substractImage(BufferedImage minuend, BufferedImage deduction) {
-        return(subtractImage(minuend, deduction));
-    }
-
-    /**
-     * Subtracts second image from first one.
-     * Could be used to save file difference for future analysis.
-     * @param minuend an image to subtract from.
-     * @param deduction an image to subtract.
-     * @return a result image.
-     */
-    public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction) {
-        return(subtractImage(minuend, deduction, 0, 0));
-    }
-
-    /**
-     * @deprecated Use subtractImage(BufferedImage, BufferedImage, int, int) instead.
-     * @param minuend an image to subtract from.
-     * @param deduction an image to subtract.
-     * @return a result image.
-     */
-    public static BufferedImage substractImage(BufferedImage minuend, BufferedImage deduction, int relativeX, int relativeY) {
-        return(subtractImage(minuend, deduction, relativeX, relativeY));
-    }
-
-    /**
-     * Subtracts subimage from image.
-     * Could be used to save file difference for future analysis.
-     * @param minuend an image to subtract from.
-     * @param deduction an image to subtract.
-     * @param relativeX - deduction-in-minuend X coordinate
-     * @param relativeY - deduction-in-minuend Y coordinate
-     * @return a result image.
-     */
-    public static BufferedImage subtractImage(BufferedImage minuend, BufferedImage deduction, int relativeX, int relativeY) {
-        int mWidth  = minuend.getWidth();
-        int mHeight = minuend.getHeight();
-        int dWidth  = deduction.getWidth();
-        int dHeight = deduction.getHeight();
-
-        int maxWidth  = (mWidth  > relativeX + dWidth ) ? mWidth  : (relativeX + dWidth);
-        int maxHeight = (mHeight > relativeY + dHeight) ? mHeight : (relativeY + dHeight);
-
-        BufferedImage result = new BufferedImage(maxWidth, maxHeight, BufferedImage.TYPE_INT_RGB);
-        int mColor, dColor;
-        for(int x = 0; x < maxWidth; x++) {
-            for(int y = 0; y < maxHeight; y++) {
-                if(x >= mWidth || 
-                   y >= mHeight) {
-                    mColor = 0;
-                } else {
-                    mColor = minuend.getRGB(x, y);
-                }
-                if(x >= dWidth  + relativeX || 
-                   y >= dHeight + relativeY || 
-                   x < relativeX || 
-                   y < relativeY) {
-                    dColor = 0;
-                } else {
-                    dColor = deduction.getRGB(x - relativeX, y - relativeY);
-                }
-                result.setRGB(x, y, subtractColors(mColor, dColor));
-            }
-        }
-        return(result);
-    }
-
-    private static int subtractColors(int mRGB, int dRGB) {
-        Color mColor = new Color(mRGB);
-        Color dColor = new Color(dRGB);
-        int red   = subtractColor(mColor.getRed()  , dColor.getRed());
-        int green = subtractColor(mColor.getGreen(), dColor.getGreen());
-        int blue  = subtractColor(mColor.getBlue() , dColor.getBlue());
-        return(new Color(red, green, blue).getRGB());
-    }
-
-    private static int subtractColor(int mColor, int dColor) {
-        if(mColor >= dColor) {
-            return(mColor - dColor);
-        } else {
-            return(mColor - dColor + 0Xff);
-        }
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/image/PNGImageLoader.java b/jemmy/src/org/netbeans/jemmy/image/PNGImageLoader.java
deleted file mode 100644
index 79c0021..0000000
--- a/jemmy/src/org/netbeans/jemmy/image/PNGImageLoader.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.image;
-
-import java.awt.image.BufferedImage;
-
-import java.io.FileInputStream;
-import java.io.IOException;
-
-import org.netbeans.jemmy.util.PNGDecoder;
-
-/**
- * Allowes to process PNF image format.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public class PNGImageLoader implements ImageLoader {
-
-    /**
-     * Loads an image from a PNG image file.
-     */
-    public BufferedImage load(String fileName) throws IOException {
-        return(new PNGDecoder(new FileInputStream(fileName)).decode());
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/image/PNGImageSaver.java b/jemmy/src/org/netbeans/jemmy/image/PNGImageSaver.java
deleted file mode 100644
index 6afb3cd..0000000
--- a/jemmy/src/org/netbeans/jemmy/image/PNGImageSaver.java
+++ /dev/null
@@ -1,72 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.image;
-
-import java.awt.image.BufferedImage;
-
-import java.io.BufferedOutputStream;
-import java.io.FileOutputStream;
-import java.io.IOException;
-
-import org.netbeans.jemmy.util.PNGEncoder;
-
-/**
- * Allowes to process PNF image format.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public class PNGImageSaver implements ImageSaver {
-
-    /**
-     * Saves an image into a PNG image file.
-     */
-    public void save(BufferedImage image, String fileName) throws IOException{
-        new PNGEncoder(new BufferedOutputStream(new FileOutputStream(fileName)),
-                       PNGEncoder.COLOR_MODE).
-            encode(image);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/image/RoughImageComparator.java b/jemmy/src/org/netbeans/jemmy/image/RoughImageComparator.java
deleted file mode 100644
index fcff40a..0000000
--- a/jemmy/src/org/netbeans/jemmy/image/RoughImageComparator.java
+++ /dev/null
@@ -1,94 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.image;
-
-import java.awt.image.BufferedImage;
-
-/**
- * Compares two images roughly (i.e. not all of the pixel colors should match).
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public class RoughImageComparator implements ImageComparator {
-    double roughness = .0;
-
-    /**
-     * Creates a comparator with <code>roughness</code> allowed roughness.
-     * @param roughness Allowed comparision roughness.
-     */
-    public RoughImageComparator(double roughness) {
-        this.roughness = roughness;
-    }
-
-    /**
-     * Compares two images with allowed roughness.
-     * @param image1 an image to compare.
-     * @param image2 an image to compare.
-     * @return true if images have the same sizes and 
-     * number of unmatching pixels less or equal to
-     * <code>image1.getWidth() * image1.getHeight() * roughness<code>
-     */
-    public boolean compare(BufferedImage image1, BufferedImage image2) {
-        if(image1.getWidth()  != image2.getWidth() ||
-           image1.getHeight() != image2.getHeight()) {
-            return(false);
-        }
-        double maxRoughPixels = (double)(image1.getWidth() * image1.getHeight()) * roughness;
-        int errorCount = 0;
-        for(int x = 0; x < image1.getWidth(); x++) {
-            for(int y = 0; y < image1.getHeight(); y++) {
-                if(image1.getRGB(x, y) != image2.getRGB(x, y)) {
-                    errorCount++;
-                    if(errorCount > maxRoughPixels) {
-                        return(false);
-                    }
-                }
-            }
-        }
-        return(true);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/image/RoughImageFinder.java b/jemmy/src/org/netbeans/jemmy/image/RoughImageFinder.java
deleted file mode 100644
index f85166d..0000000
--- a/jemmy/src/org/netbeans/jemmy/image/RoughImageFinder.java
+++ /dev/null
@@ -1,124 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.image;
-
-import java.awt.Point;
-import java.awt.image.BufferedImage;
-
-/**
- * Performs "rough" image search.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public class RoughImageFinder implements ImageFinder {
-    double roughness = .0;
-    int bigWidth, bigHeight;
-    int[][] bigPixels;
-
-    /**
-     * Creates an instance allowing to find an image inside the one
-     * passed as parameter with some "roughness".
-     * @param area - Image to search in.
-     * @param roughness - Allowed 
-     */
-    public RoughImageFinder(BufferedImage area, double roughness) {
-        this.roughness = roughness;
-        bigWidth  = area.getWidth();
-        bigHeight = area.getHeight();
-        bigPixels = new int[bigWidth][bigHeight];
-        for(int x = 0; x < bigWidth; x++) {
-            for(int y = 0; y < bigHeight; y++) {
-                bigPixels[x][y] = area.getRGB(x, y);
-            }
-        }
-    }
-
-    /**
-     * Performs "rough" search.
-     * @param image an image to search.
-     * @param index an ordinal image location index.
-     * @return Point where number of unmatching pixels less or equal to
-     * <code>image1.getWidth() * image1.getHeight() * roughness<code>
-     */
-    public Point findImage(BufferedImage image, int index) {
-        int smallWidth  = image.getWidth();
-        int smallHeight = image.getHeight();
-        int[][] smallPixels = new int[smallWidth][smallHeight];
-        for(int x = 0; x < smallWidth; x++) {
-            for(int y = 0; y < smallHeight; y++) {
-                smallPixels[x][y] = image.getRGB(x, y);
-            }
-        }
-        double maxRoughPixels = (double)(smallWidth * smallHeight) * roughness;
-        int count = 0;
-        for(int X = 0; X <= bigWidth - smallWidth; X++) {
-            for(int Y = 0; Y <= bigHeight - smallHeight; Y++) {
-                int roughPixels = 0;
-                for(int x = 0; x < smallWidth; x++) {
-                    for(int y = 0; y < smallHeight; y++) {
-                        if(smallPixels[x][y] != bigPixels[X + x][Y + y]) {
-                            roughPixels++;
-                            if(roughPixels > maxRoughPixels) {
-                                break;
-                            }
-                        }
-                    }
-                    if(roughPixels > maxRoughPixels) {
-                        break;
-                    }
-                }
-                if(roughPixels <= maxRoughPixels) {
-                    if(count == index) {
-                        return(new Point(X, Y));
-                    }
-                    count++;
-                }
-            }
-        }
-        return(null);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/image/StrictImageComparator.java b/jemmy/src/org/netbeans/jemmy/image/StrictImageComparator.java
deleted file mode 100644
index 324b112..0000000
--- a/jemmy/src/org/netbeans/jemmy/image/StrictImageComparator.java
+++ /dev/null
@@ -1,93 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.image;
-
-import java.awt.AWTException;
-import java.awt.Component;
-import java.awt.Rectangle;
-import java.awt.Robot;
-import java.awt.Toolkit;
-
-import java.awt.image.BufferedImage;
-
-/**
- * Compares two images strictly (i.e. all the pixel colors should match).
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public class StrictImageComparator implements ImageComparator {
-    /**
-     * Checks images sizes and pixels.
-     * Compares one pixel after another untill one will be different.
-     * @param image1 an image to compare.
-     * @param image2 an image to compare.
-     * @return True if all the pixels match, false otherwise.
-     */
-    public boolean compare(BufferedImage image1, BufferedImage image2) {
-        if(image1.getWidth()  != image2.getWidth() ||
-           image1.getHeight() != image2.getHeight()) {
-            return(false);
-        }
-        for(int x = 0; x < image1.getWidth(); x++) {
-            for(int y = 0; y < image1.getHeight(); y++) {
-                if(!compareColors(image1.getRGB(x, y), image2.getRGB(x, y))) {
-                    return(false);
-                }
-            }
-        }
-        return(true);
-    }
-    /**
-     * Could be used to override the way of comparing colors.
-     * @param rgb1 a color to compare.
-     * @param rgb2 a color to compare.
-     * @return true if colors are equal.
-     */
-    protected boolean compareColors(int rgb1, int rgb2) {
-        return(rgb1 == rgb2);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/image/StrictImageFinder.java b/jemmy/src/org/netbeans/jemmy/image/StrictImageFinder.java
deleted file mode 100644
index 00bfd3f..0000000
--- a/jemmy/src/org/netbeans/jemmy/image/StrictImageFinder.java
+++ /dev/null
@@ -1,118 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.image;
-
-import java.awt.Point;
-import java.awt.image.BufferedImage;
-
-/**
- * Performs "strict" (i.e. based on all pixels matching) image search.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public class StrictImageFinder implements ImageFinder {
-    int bigWidth, bigHeight;
-    int[][] bigPixels;
-
-    /**
-     * Creates an instance searching subimages insige a parameter image.
-     * @param area - Image to search in.
-     */
-    public StrictImageFinder(BufferedImage area) {
-        bigWidth  = area.getWidth();
-        bigHeight = area.getHeight();
-        bigPixels = new int[bigWidth][bigHeight];
-        for(int x = 0; x < bigWidth; x++) {
-            for(int y = 0; y < bigHeight; y++) {
-                bigPixels[x][y] = area.getRGB(x, y);
-            }
-        }
-    }
-
-    /**
-     * Searchs for an image inside image passed into constructor.
-     * @param image an image to search.
-     * @param index an ordinal image location index. If equal to 1, for example,
-     * second appropriate location will be found.
-     * @return Left-up corner coordinates of image location.
-     */
-    public Point findImage(BufferedImage image, int index) {
-        int smallWidth  = image.getWidth();
-        int smallHeight = image.getHeight();
-        int[][] smallPixels = new int[smallWidth][smallHeight];
-        for(int x = 0; x < smallWidth; x++) {
-            for(int y = 0; y < smallHeight; y++) {
-                smallPixels[x][y] = image.getRGB(x, y);
-            }
-        }
-        boolean good;
-        int count = 0;
-        for(int X = 0; X <= bigWidth - smallWidth; X++) {
-            for(int Y = 0; Y <= bigHeight - smallHeight; Y++) {
-                good = true;
-                for(int x = 0; x < smallWidth; x++) {
-                    for(int y = 0; y < smallHeight; y++) {
-                        if(smallPixels[x][y] != bigPixels[X + x][Y + y]) {
-                            good = false;
-                            break;
-                        }
-                    }
-                    if(!good) {
-                        break;
-                    }
-                }
-                if(good) {
-                    if(count == index) {
-                        return(new Point(X, Y));
-                    }
-                    count++;
-                }
-            }
-        }
-        return(null);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/image/package.html b/jemmy/src/org/netbeans/jemmy/image/package.html
deleted file mode 100644
index 6864034..0000000
--- a/jemmy/src/org/netbeans/jemmy/image/package.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-  <head>
-    <title>Image library</title>
-  </head>
-
-  <body>
-    <h1>Image library</h1>
-
-    Contains classes allowing to compare two images and
-    to find one image inside another.<br><br>
-
-    @since 9 Nov 2002
-
-    <hr>
-  </body>
-</html>
diff --git a/jemmy/src/org/netbeans/jemmy/operators/AbstractButtonOperator.java b/jemmy/src/org/netbeans/jemmy/operators/AbstractButtonOperator.java
deleted file mode 100644
index 337ee75..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/AbstractButtonOperator.java
+++ /dev/null
@@ -1,920 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.Action;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-
-import org.netbeans.jemmy.drivers.ButtonDriver;
-import org.netbeans.jemmy.drivers.DriverManager;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Insets;
-
-import java.awt.event.ActionListener;
-import java.awt.event.ItemListener;
-
-import java.util.Hashtable;
-
-import javax.swing.AbstractButton;
-import javax.swing.ButtonModel;
-import javax.swing.Icon;
-
-import javax.swing.event.ChangeListener;
-
-import javax.swing.plaf.ButtonUI;
-
-/**
- *
- * <BR><BR>Timeouts used: <BR>
- * AbstractButtonOperator.PushButtonTimeout - time between button pressing and releasing<BR>
- * ComponentOperator.WaitComponentTimeout - time to wait button displayed <BR>
- * ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled <BR>
- * ComponentOperator.WaitStateTimeout - time to wait for text <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class AbstractButtonOperator extends JComponentOperator
-    implements Timeoutable, Outputable{
-
-    /**
-     * Identifier for a text property.
-     * @see #getDump
-     */
-    public static final String TEXT_DPROP = "Text";
-
-    /**
-     * Identifier for a selected text property.
-     * @see #getDump
-     */
-    public static final String IS_SELECTED_DPROP = "Selected";
-
-    /**
-     * Default value for AbstractButtonOperator.PushButtonTimeout timeout.
-     */
-    private final static long PUSH_BUTTON_TIMEOUT = 0;
-
-    private Timeouts timeouts;
-    private TestOut output;
-
-    ButtonDriver driver;
-
-    /**
-     * Constructor.
-     * @param b The <code>java.awt.AbstractButton</code> managed by
-     * this instance.
-     */
-    public AbstractButtonOperator(AbstractButton b) {
-	super(b);
-	driver = DriverManager.getButtonDriver(getClass());
-    }
-
-    /**
-     * Constructs an AbstractButtonOperator object.
-     * @param cont container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public AbstractButtonOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((AbstractButton)cont.
-             waitSubComponent(new AbstractButtonFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs an AbstractButtonOperator object.
-     * @param cont container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public AbstractButtonOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for a component in a container to show. The component is
-     * identified as the <code>index+1</code>'th
-     * <code>javax.swing.AbstractButton</code> that shows, lies below
-     * the container in the display containment hierarchy,
-     * and that has the desired text. Uses cont's timeout and output
-     * for waiting and to init this operator.
-     * @param cont The operator for a container containing the sought for button.
-     * @param text Button text. 
-     * @param index Ordinal component index. The first component has <code>index</code> 0.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public AbstractButtonOperator(ContainerOperator cont, String text, int index) {
-	this((AbstractButton)waitComponent(cont, 
-					   new AbstractButtonByLabelFinder(text, 
-									   cont.getComparator()),
-					   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits for a component in a container to show. The component is
-     * identified as the first
-     * <code>javax.swing.AbstractButton</code> that shows, lies below
-     * the container in the display containment hierarchy,
-     * and that has the desired text. Uses cont's timeout and output
-     * for waiting and to init this operator.
-     * @param cont The operator for a container containing the sought for button.
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public AbstractButtonOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont The operator for a container containing the sought for button.
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public AbstractButtonOperator(ContainerOperator cont, int index) {
-	this((AbstractButton)
-	     waitComponent(cont, 
-			   new AbstractButtonFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont The operator for a container containing the sought for button.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public AbstractButtonOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches AbstractButton in a container.
-     * @param cont Container in which to search for the component.  The container
-     * lies above the component in the display containment hierarchy.  The containment
-     * need not be direct.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation, defining and
-     * applying search criteria.
-     * @param index Ordinal component index.  The first <code>index</code> is 0.
-     * @return AbstractButton instance or null if component was not found.
-     */
-    public static AbstractButton findAbstractButton(Container cont, ComponentChooser chooser, int index) {
-	return((AbstractButton)findComponent(cont, new AbstractButtonFinder(chooser), index));
-    }
-
-    /**
-     * Searches for the first AbstractButton in a container.
-     * @param cont Container in which to search for the component.  The container
-     * lies above the component in the display containment hierarchy.  The containment
-     * need not be direct.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation, defining and
-     * applying search criteria.
-     * @return AbstractButton instance or null if component was not found.
-     */
-    public static AbstractButton findAbstractButton(Container cont, ComponentChooser chooser) {
-	return(findAbstractButton(cont, chooser, 0));
-    }
-
-    /**
-     * Searches AbstractButton by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return AbstractButton instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static AbstractButton findAbstractButton(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findAbstractButton(cont, new AbstractButtonByLabelFinder(text, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Searches AbstractButton by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return AbstractButton instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static AbstractButton findAbstractButton(Container cont, String text, boolean ce, boolean ccs) {
-	return(findAbstractButton(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits AbstractButton in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return AbstractButton instance.
-     * @throws TimeoutExpiredException
-     */
-    public static AbstractButton waitAbstractButton(Container cont, ComponentChooser chooser, int index) {
-	return((AbstractButton)waitComponent(cont, new AbstractButtonFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th AbstractButton in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return AbstractButton instance.
-     * @throws TimeoutExpiredException
-     */
-    public static AbstractButton waitAbstractButton(Container cont, ComponentChooser chooser){
-	return(waitAbstractButton(cont, chooser, 0));
-    }
-
-    /**
-     * Waits AbstractButton by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return AbstractButton instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static AbstractButton waitAbstractButton(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitAbstractButton(cont, new AbstractButtonByLabelFinder(text, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Waits AbstractButton by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return AbstractButton instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static AbstractButton waitAbstractButton(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitAbstractButton(cont, text, ce, ccs, 0));
-    }
-
-    static {
-	Timeouts.initDefault("AbstractButtonOperator.PushButtonTimeout", PUSH_BUTTON_TIMEOUT);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	super.setTimeouts(timeouts);
-	this.timeouts = timeouts;
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = DriverManager.getButtonDriver(this);
-    }
-
-    /**
-     * Pushs the button using a ButtonDriver registered for this operator.
-     */
-    public void push() {
-	output.printLine("Push button\n    :" + toStringSource());
-	output.printGolden("Push button");
-	makeComponentVisible();
-        try {
-            waitComponentEnabled();
-        } catch(InterruptedException e) {
-            throw(new JemmyException("Interrupted", e));
-        }
-	driver.push(this);
-    }
-
-    /**
-     * Runs <code>push()</code> method in a separate thread.
-     */
-    public void pushNoBlock() {
-	produceNoBlocking(new NoBlockingAction("Button pushing") {
-		public Object doAction(Object param) {
-		    push();
-		    return(null);
-		}
-	    });
-    }
-
-    /**
-     * Changes selection if necessary.
-     * Uses <code>push()</code> method in order to do so.
-     * @param selected a button selection.
-     */
-    public void changeSelection(boolean selected) {
-	if(isSelected() != selected) {
-	    push();
-	}
-	if(getVerification()) {
-            waitSelected(selected);
-        }
-    }
-
-    /**
-     * Runs <code>changeSelection(boolean)</code> method in a separate thread.
-     * @param selected a button selection.
-     */
-    public void changeSelectionNoBlock(boolean selected) {
-	produceNoBlocking(new NoBlockingAction("Button selection changing") {
-		public Object doAction(Object param) {
-		    changeSelection(((Boolean)param).booleanValue());
-		    return(null);
-		}
-	    }, selected ? Boolean.TRUE : Boolean.FALSE);
-    }
-
-    /**
-     * Press the button by mouse.
-     * @throws TimeoutExpiredException
-     */
-    public void press() {
-	output.printLine("Press button\n    :" + toStringSource());
-	output.printGolden("Press button");
-	makeComponentVisible();
-        try {
-            waitComponentEnabled();
-        } catch(InterruptedException e) {
-            throw(new JemmyException("Interrupted", e));
-        }
-	driver.press(this);
-    }
-
-    /**
-     * Releases the button by mouse.
-     * @throws TimeoutExpiredException
-     */
-    public void release() {
-	output.printLine("Release button\n    :" + toStringSource());
-	output.printGolden("Release button");
-        try {
-            waitComponentEnabled();
-        } catch(InterruptedException e) {
-            throw(new JemmyException("Interrupted", e));
-        }
-	driver.release(this);
-    }
-
-    /**
-     * Waits for button to be selected.
-     * @param selected a button selection.
-     */
-    public void waitSelected(final boolean selected) {
-	getOutput().printLine("Wait button to be selected \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait button to be selected");
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-                    return(isSelected() == selected);
-		}
-		public String getDescription() {
-		    return("Items has been " + 
-			   (selected ? "" : "un") + "selected");
-		}
-	    });
-    }
-
-    /**
-     * Waits for text. Uses getComparator() comparator.
-     * @param text Text to wait for.
-     */
-    public void waitText(String text) {
-	getOutput().printLine("Wait \"" + text + "\" text in component \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait \"" + text + "\" text");
-	waitState(new AbstractButtonByLabelFinder(text, getComparator()));
-    }
-
-    /**
-     * Returns information about component.
-     */
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-        if(((AbstractButton)getSource()).getText() != null) {
-            result.put(TEXT_DPROP, ((AbstractButton)getSource()).getText());
-        }
-	result.put(IS_SELECTED_DPROP, ((AbstractButton)getSource()).isSelected() ? "true" : "false");
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>AbstractButton.addActionListener(ActionListener)</code> through queue*/
-    public void addActionListener(final ActionListener actionListener) {
-	runMapping(new MapVoidAction("addActionListener") {
-		public void map() {
-		    ((AbstractButton)getSource()).addActionListener(actionListener);
-		}});}
-
-    /**Maps <code>AbstractButton.addChangeListener(ChangeListener)</code> through queue*/
-    public void addChangeListener(final ChangeListener changeListener) {
-	runMapping(new MapVoidAction("addChangeListener") {
-		public void map() {
-		    ((AbstractButton)getSource()).addChangeListener(changeListener);
-		}});}
-
-    /**Maps <code>AbstractButton.addItemListener(ItemListener)</code> through queue*/
-    public void addItemListener(final ItemListener itemListener) {
-	runMapping(new MapVoidAction("addItemListener") {
-		public void map() {
-		    ((AbstractButton)getSource()).addItemListener(itemListener);
-		}});}
-
-    /**Maps <code>AbstractButton.doClick()</code> through queue*/
-    public void doClick() {
-	runMapping(new MapVoidAction("doClick") {
-		public void map() {
-		    ((AbstractButton)getSource()).doClick();
-		}});}
-
-    /**Maps <code>AbstractButton.doClick(int)</code> through queue*/
-    public void doClick(final int i) {
-	runMapping(new MapVoidAction("doClick") {
-		public void map() {
-		    ((AbstractButton)getSource()).doClick(i);
-		}});}
-
-    /**Maps <code>AbstractButton.getActionCommand()</code> through queue*/
-    public String getActionCommand() {
-	return((String)runMapping(new MapAction("getActionCommand") {
-		public Object map() {
-		    return(((AbstractButton)getSource()).getActionCommand());
-		}}));}
-
-    /**Maps <code>AbstractButton.getDisabledIcon()</code> through queue*/
-    public Icon getDisabledIcon() {
-	return((Icon)runMapping(new MapAction("getDisabledIcon") {
-		public Object map() {
-		    return(((AbstractButton)getSource()).getDisabledIcon());
-		}}));}
-
-    /**Maps <code>AbstractButton.getDisabledSelectedIcon()</code> through queue*/
-    public Icon getDisabledSelectedIcon() {
-	return((Icon)runMapping(new MapAction("getDisabledSelectedIcon") {
-		public Object map() {
-		    return(((AbstractButton)getSource()).getDisabledSelectedIcon());
-		}}));}
-
-    /**Maps <code>AbstractButton.getHorizontalAlignment()</code> through queue*/
-    public int getHorizontalAlignment() {
-	return(runMapping(new MapIntegerAction("getHorizontalAlignment") {
-		public int map() {
-		    return(((AbstractButton)getSource()).getHorizontalAlignment());
-		}}));}
-
-    /**Maps <code>AbstractButton.getHorizontalTextPosition()</code> through queue*/
-    public int getHorizontalTextPosition() {
-	return(runMapping(new MapIntegerAction("getHorizontalTextPosition") {
-		public int map() {
-		    return(((AbstractButton)getSource()).getHorizontalTextPosition());
-		}}));}
-
-    /**Maps <code>AbstractButton.getIcon()</code> through queue*/
-    public Icon getIcon() {
-	return((Icon)runMapping(new MapAction("getIcon") {
-		public Object map() {
-		    return(((AbstractButton)getSource()).getIcon());
-		}}));}
-
-    /**Maps <code>AbstractButton.getMargin()</code> through queue*/
-    public Insets getMargin() {
-	return((Insets)runMapping(new MapAction("getMargin") {
-		public Object map() {
-		    return(((AbstractButton)getSource()).getMargin());
-		}}));}
-
-    /**Maps <code>AbstractButton.getMnemonic()</code> through queue*/
-    public int getMnemonic() {
-	return(runMapping(new MapIntegerAction("getMnemonic") {
-		public int map() {
-		    return(((AbstractButton)getSource()).getMnemonic());
-		}}));}
-
-    /**Maps <code>AbstractButton.getModel()</code> through queue*/
-    public ButtonModel getModel() {
-	return((ButtonModel)runMapping(new MapAction("getModel") {
-		public Object map() {
-		    return(((AbstractButton)getSource()).getModel());
-		}}));}
-
-    /**Maps <code>AbstractButton.getPressedIcon()</code> through queue*/
-    public Icon getPressedIcon() {
-	return((Icon)runMapping(new MapAction("getPressedIcon") {
-		public Object map() {
-		    return(((AbstractButton)getSource()).getPressedIcon());
-		}}));}
-
-    /**Maps <code>AbstractButton.getRolloverIcon()</code> through queue*/
-    public Icon getRolloverIcon() {
-	return((Icon)runMapping(new MapAction("getRolloverIcon") {
-		public Object map() {
-		    return(((AbstractButton)getSource()).getRolloverIcon());
-		}}));}
-
-    /**Maps <code>AbstractButton.getRolloverSelectedIcon()</code> through queue*/
-    public Icon getRolloverSelectedIcon() {
-	return((Icon)runMapping(new MapAction("getRolloverSelectedIcon") {
-		public Object map() {
-		    return(((AbstractButton)getSource()).getRolloverSelectedIcon());
-		}}));}
-
-    /**Maps <code>AbstractButton.getSelectedIcon()</code> through queue*/
-    public Icon getSelectedIcon() {
-	return((Icon)runMapping(new MapAction("getSelectedIcon") {
-		public Object map() {
-		    return(((AbstractButton)getSource()).getSelectedIcon());
-		}}));}
-
-    /**Maps <code>AbstractButton.getSelectedObjects()</code> through queue*/
-    public Object[] getSelectedObjects() {
-	return((Object[])runMapping(new MapAction("getSelectedObjects") {
-		public Object map() {
-		    return(((AbstractButton)getSource()).getSelectedObjects());
-		}}));}
-
-    /**Maps <code>AbstractButton.getText()</code> through queue*/
-    public String getText() {
-	return((String)runMapping(new MapAction("getText") {
-		public Object map() {
-		    return(((AbstractButton)getSource()).getText());
-		}}));}
-
-    /**Maps <code>AbstractButton.getUI()</code> through queue*/
-    public ButtonUI getUI() {
-	return((ButtonUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((AbstractButton)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>AbstractButton.getVerticalAlignment()</code> through queue*/
-    public int getVerticalAlignment() {
-	return(runMapping(new MapIntegerAction("getVerticalAlignment") {
-		public int map() {
-		    return(((AbstractButton)getSource()).getVerticalAlignment());
-		}}));}
-
-    /**Maps <code>AbstractButton.getVerticalTextPosition()</code> through queue*/
-    public int getVerticalTextPosition() {
-	return(runMapping(new MapIntegerAction("getVerticalTextPosition") {
-		public int map() {
-		    return(((AbstractButton)getSource()).getVerticalTextPosition());
-		}}));}
-
-    /**Maps <code>AbstractButton.isBorderPainted()</code> through queue*/
-    public boolean isBorderPainted() {
-	return(runMapping(new MapBooleanAction("isBorderPainted") {
-		public boolean map() {
-		    return(((AbstractButton)getSource()).isBorderPainted());
-		}}));}
-
-    /**Maps <code>AbstractButton.isContentAreaFilled()</code> through queue*/
-    public boolean isContentAreaFilled() {
-	return(runMapping(new MapBooleanAction("isContentAreaFilled") {
-		public boolean map() {
-		    return(((AbstractButton)getSource()).isContentAreaFilled());
-		}}));}
-
-    /**Maps <code>AbstractButton.isFocusPainted()</code> through queue*/
-    public boolean isFocusPainted() {
-	return(runMapping(new MapBooleanAction("isFocusPainted") {
-		public boolean map() {
-		    return(((AbstractButton)getSource()).isFocusPainted());
-		}}));}
-
-    /**Maps <code>AbstractButton.isRolloverEnabled()</code> through queue*/
-    public boolean isRolloverEnabled() {
-	return(runMapping(new MapBooleanAction("isRolloverEnabled") {
-		public boolean map() {
-		    return(((AbstractButton)getSource()).isRolloverEnabled());
-		}}));}
-
-    /**Maps <code>AbstractButton.isSelected()</code> through queue*/
-    public boolean isSelected() {
-	return(runMapping(new MapBooleanAction("isSelected") {
-		public boolean map() {
-		    return(((AbstractButton)getSource()).isSelected());
-		}}));}
-
-    /**Maps <code>AbstractButton.removeActionListener(ActionListener)</code> through queue*/
-    public void removeActionListener(final ActionListener actionListener) {
-	runMapping(new MapVoidAction("removeActionListener") {
-		public void map() {
-		    ((AbstractButton)getSource()).removeActionListener(actionListener);
-		}});}
-
-    /**Maps <code>AbstractButton.removeChangeListener(ChangeListener)</code> through queue*/
-    public void removeChangeListener(final ChangeListener changeListener) {
-	runMapping(new MapVoidAction("removeChangeListener") {
-		public void map() {
-		    ((AbstractButton)getSource()).removeChangeListener(changeListener);
-		}});}
-
-    /**Maps <code>AbstractButton.removeItemListener(ItemListener)</code> through queue*/
-    public void removeItemListener(final ItemListener itemListener) {
-	runMapping(new MapVoidAction("removeItemListener") {
-		public void map() {
-		    ((AbstractButton)getSource()).removeItemListener(itemListener);
-		}});}
-
-    /**Maps <code>AbstractButton.setActionCommand(String)</code> through queue*/
-    public void setActionCommand(final String string) {
-	runMapping(new MapVoidAction("setActionCommand") {
-		public void map() {
-		    ((AbstractButton)getSource()).setActionCommand(string);
-		}});}
-
-    /**Maps <code>AbstractButton.setBorderPainted(boolean)</code> through queue*/
-    public void setBorderPainted(final boolean b) {
-	runMapping(new MapVoidAction("setBorderPainted") {
-		public void map() {
-		    ((AbstractButton)getSource()).setBorderPainted(b);
-		}});}
-
-    /**Maps <code>AbstractButton.setContentAreaFilled(boolean)</code> through queue*/
-    public void setContentAreaFilled(final boolean b) {
-	runMapping(new MapVoidAction("setContentAreaFilled") {
-		public void map() {
-		    ((AbstractButton)getSource()).setContentAreaFilled(b);
-		}});}
-
-    /**Maps <code>AbstractButton.setDisabledIcon(Icon)</code> through queue*/
-    public void setDisabledIcon(final Icon icon) {
-	runMapping(new MapVoidAction("setDisabledIcon") {
-		public void map() {
-		    ((AbstractButton)getSource()).setDisabledIcon(icon);
-		}});}
-
-    /**Maps <code>AbstractButton.setDisabledSelectedIcon(Icon)</code> through queue*/
-    public void setDisabledSelectedIcon(final Icon icon) {
-	runMapping(new MapVoidAction("setDisabledSelectedIcon") {
-		public void map() {
-		    ((AbstractButton)getSource()).setDisabledSelectedIcon(icon);
-		}});}
-
-    /**Maps <code>AbstractButton.setFocusPainted(boolean)</code> through queue*/
-    public void setFocusPainted(final boolean b) {
-	runMapping(new MapVoidAction("setFocusPainted") {
-		public void map() {
-		    ((AbstractButton)getSource()).setFocusPainted(b);
-		}});}
-
-    /**Maps <code>AbstractButton.setHorizontalAlignment(int)</code> through queue*/
-    public void setHorizontalAlignment(final int i) {
-	runMapping(new MapVoidAction("setHorizontalAlignment") {
-		public void map() {
-		    ((AbstractButton)getSource()).setHorizontalAlignment(i);
-		}});}
-
-    /**Maps <code>AbstractButton.setHorizontalTextPosition(int)</code> through queue*/
-    public void setHorizontalTextPosition(final int i) {
-	runMapping(new MapVoidAction("setHorizontalTextPosition") {
-		public void map() {
-		    ((AbstractButton)getSource()).setHorizontalTextPosition(i);
-		}});}
-
-    /**Maps <code>AbstractButton.setIcon(Icon)</code> through queue*/
-    public void setIcon(final Icon icon) {
-	runMapping(new MapVoidAction("setIcon") {
-		public void map() {
-		    ((AbstractButton)getSource()).setIcon(icon);
-		}});}
-
-    /**Maps <code>AbstractButton.setMargin(Insets)</code> through queue*/
-    public void setMargin(final Insets insets) {
-	runMapping(new MapVoidAction("setMargin") {
-		public void map() {
-		    ((AbstractButton)getSource()).setMargin(insets);
-		}});}
-
-    /**Maps <code>AbstractButton.setMnemonic(char)</code> through queue*/
-    public void setMnemonic(final char c) {
-	runMapping(new MapVoidAction("setMnemonic") {
-		public void map() {
-		    ((AbstractButton)getSource()).setMnemonic(c);
-		}});}
-
-    /**Maps <code>AbstractButton.setMnemonic(int)</code> through queue*/
-    public void setMnemonic(final int i) {
-	runMapping(new MapVoidAction("setMnemonic") {
-		public void map() {
-		    ((AbstractButton)getSource()).setMnemonic(i);
-		}});}
-
-    /**Maps <code>AbstractButton.setModel(ButtonModel)</code> through queue*/
-    public void setModel(final ButtonModel buttonModel) {
-	runMapping(new MapVoidAction("setModel") {
-		public void map() {
-		    ((AbstractButton)getSource()).setModel(buttonModel);
-		}});}
-
-    /**Maps <code>AbstractButton.setPressedIcon(Icon)</code> through queue*/
-    public void setPressedIcon(final Icon icon) {
-	runMapping(new MapVoidAction("setPressedIcon") {
-		public void map() {
-		    ((AbstractButton)getSource()).setPressedIcon(icon);
-		}});}
-
-    /**Maps <code>AbstractButton.setRolloverEnabled(boolean)</code> through queue*/
-    public void setRolloverEnabled(final boolean b) {
-	runMapping(new MapVoidAction("setRolloverEnabled") {
-		public void map() {
-		    ((AbstractButton)getSource()).setRolloverEnabled(b);
-		}});}
-
-    /**Maps <code>AbstractButton.setRolloverIcon(Icon)</code> through queue*/
-    public void setRolloverIcon(final Icon icon) {
-	runMapping(new MapVoidAction("setRolloverIcon") {
-		public void map() {
-		    ((AbstractButton)getSource()).setRolloverIcon(icon);
-		}});}
-
-    /**Maps <code>AbstractButton.setRolloverSelectedIcon(Icon)</code> through queue*/
-    public void setRolloverSelectedIcon(final Icon icon) {
-	runMapping(new MapVoidAction("setRolloverSelectedIcon") {
-		public void map() {
-		    ((AbstractButton)getSource()).setRolloverSelectedIcon(icon);
-		}});}
-
-    /**Maps <code>AbstractButton.setSelected(boolean)</code> through queue*/
-    public void setSelected(final boolean b) {
-	runMapping(new MapVoidAction("setSelected") {
-		public void map() {
-		    ((AbstractButton)getSource()).setSelected(b);
-		}});}
-
-    /**Maps <code>AbstractButton.setSelectedIcon(Icon)</code> through queue*/
-    public void setSelectedIcon(final Icon icon) {
-	runMapping(new MapVoidAction("setSelectedIcon") {
-		public void map() {
-		    ((AbstractButton)getSource()).setSelectedIcon(icon);
-		}});}
-
-    /**Maps <code>AbstractButton.setText(String)</code> through queue*/
-    public void setText(final String string) {
-	runMapping(new MapVoidAction("setText") {
-		public void map() {
-		    ((AbstractButton)getSource()).setText(string);
-		}});}
-
-    /**Maps <code>AbstractButton.setUI(ButtonUI)</code> through queue*/
-    public void setUI(final ButtonUI buttonUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((AbstractButton)getSource()).setUI(buttonUI);
-		}});}
-
-    /**Maps <code>AbstractButton.setVerticalAlignment(int)</code> through queue*/
-    public void setVerticalAlignment(final int i) {
-	runMapping(new MapVoidAction("setVerticalAlignment") {
-		public void map() {
-		    ((AbstractButton)getSource()).setVerticalAlignment(i);
-		}});}
-
-    /**Maps <code>AbstractButton.setVerticalTextPosition(int)</code> through queue*/
-    public void setVerticalTextPosition(final int i) {
-	runMapping(new MapVoidAction("setVerticalTextPosition") {
-		public void map() {
-		    ((AbstractButton)getSource()).setVerticalTextPosition(i);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Allows to find component by text.
-     */
-    public static class AbstractButtonByLabelFinder implements ComponentChooser {
-	String label;
-	StringComparator comparator;
-
-        /**
-         * Constructs AbstractButtonByLabelFinder.
-         * @param lb a text pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public AbstractButtonByLabelFinder(String lb, StringComparator comparator) {
-	    label = lb;
-	    this.comparator = comparator;
-	}
-
-        /**
-         * Constructs AbstractButtonByLabelFinder.
-         * @param lb a text pattern
-         */
-	public AbstractButtonByLabelFinder(String lb) {
-            this(lb, Operator.getDefaultStringComparator());
-	}
-
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof AbstractButton) {
-		if(((AbstractButton)comp).getText() != null) {
-		    return(comparator.equals(((AbstractButton)comp).getText(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-
-	public String getDescription() {
-	    return("AbstractButton with text \"" + label + "\"");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class AbstractButtonFinder extends Finder {
-        /**
-         * Constructs AbstractButtonFinder.
-         * @param sf other searching criteria.
-         */
-	public AbstractButtonFinder(ComponentChooser sf) {
-            super(AbstractButton.class, sf);
-	}
-        /**
-         * Constructs AbstractButtonFinder.
-         */
-	public AbstractButtonFinder() {
-            super(AbstractButton.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/ButtonOperator.java b/jemmy/src/org/netbeans/jemmy/operators/ButtonOperator.java
deleted file mode 100644
index 2ba7d07..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/ButtonOperator.java
+++ /dev/null
@@ -1,493 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.Action;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-
-import org.netbeans.jemmy.drivers.ButtonDriver;
-import org.netbeans.jemmy.drivers.DriverManager;
-
-import java.awt.Button;
-import java.awt.Component;
-import java.awt.Container;
-
-import java.awt.event.ActionListener;
-
-import java.util.Hashtable;
-
-
-/**
- *
- * <BR><BR>Timeouts used: <BR>
- * ButtonOperator.PushButtonTimeout - time between button pressing and releasing<BR>
- * ComponentOperator.WaitComponentTimeout - time to wait button displayed <BR>
- * ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class ButtonOperator extends ComponentOperator
-    implements Timeoutable, Outputable {
-
-    /**
-     * Identifier for a label property.
-     * @see #getDump
-     */
-    public static final String TEXT_DPROP = "Label";
-
-    private final static long PUSH_BUTTON_TIMEOUT = 0;
-
-    private Timeouts timeouts;
-    private TestOut output;
-
-    ButtonDriver driver;
-
-    /**
-     * Constructor.
-     * @param b The <code>java.awt.Button</code> managed by
-     * this instance.
-     */
-    public ButtonOperator(Button b) {
-	super(b);
-	driver = DriverManager.getButtonDriver(getClass());
-    }
-
-    /**
-     * Constructs a ButtonOperator object.
-     * @param cont container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public ButtonOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((Button)cont.
-             waitSubComponent(new ButtonFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a ButtonOperator object.
-     * @param cont container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public ButtonOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for a component in a container to show. The component is
-     * identified as the <code>index+1</code>'th
-     * <code>java.awt.Button</code> that shows, lies below
-     * the container in the display containment hierarchy,
-     * and that has the desired text. Uses cont's timeout and output
-     * for waiting and to init this operator.
-     * @param cont The operator for a container containing the sought for button.
-     * @param text Button text. 
-     * @param index Ordinal component index. The first component has <code>index</code> 0.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public ButtonOperator(ContainerOperator cont, String text, int index) {
-	this((Button)waitComponent(cont, 
-					   new ButtonByLabelFinder(text, 
-									   cont.getComparator()),
-					   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits for a component in a container to show. The component is
-     * identified as the first
-     * <code>java.awt.Button</code> that shows, lies below
-     * the container in the display containment hierarchy,
-     * and that has the desired text. Uses cont's timeout and output
-     * for waiting and to init this operator.
-     * @param cont The operator for a container containing the sought for button.
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public ButtonOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont The operator for a container containing the sought for button.
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public ButtonOperator(ContainerOperator cont, int index) {
-	this((Button)
-	     waitComponent(cont, 
-			   new ButtonFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont The operator for a container containing the sought for button.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public ButtonOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches Button in a container.
-     * @param cont Container in which to search for the component.  The container
-     * lies above the component in the display containment hierarchy.  The containment
-     * need not be direct.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation, defining and
-     * applying search criteria.
-     * @param index Ordinal component index.  The first <code>index</code> is 0.
-     * @return Button instance or null if component was not found.
-     */
-    public static Button findButton(Container cont, ComponentChooser chooser, int index) {
-	return((Button)findComponent(cont, new ButtonFinder(chooser), index));
-    }
-
-    /**
-     * Searches for the first Button in a container.
-     * @param cont Container in which to search for the component.  The container
-     * lies above the component in the display containment hierarchy.  The containment
-     * need not be direct.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation, defining and
-     * applying search criteria.
-     * @return Button instance or null if component was not found.
-     */
-    public static Button findButton(Container cont, ComponentChooser chooser) {
-	return(findButton(cont, chooser, 0));
-    }
-
-    /**
-     * Searches Button by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return Button instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static Button findButton(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findButton(cont, new ButtonByLabelFinder(text, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Searches Button by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return Button instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static Button findButton(Container cont, String text, boolean ce, boolean ccs) {
-	return(findButton(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits Button in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return Button instance.
-     * @throws TimeoutExpiredException
-     */
-    public static Button waitButton(Container cont, ComponentChooser chooser, int index) {
-	return((Button)waitComponent(cont, new ButtonFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th Button in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return Button instance.
-     * @throws TimeoutExpiredException
-     */
-    public static Button waitButton(Container cont, ComponentChooser chooser){
-	return(waitButton(cont, chooser, 0));
-    }
-
-    /**
-     * Waits Button by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return Button instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static Button waitButton(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitButton(cont, new ButtonByLabelFinder(text, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Waits Button by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return Button instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static Button waitButton(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitButton(cont, text, ce, ccs, 0));
-    }
-
-    static {
-	Timeouts.initDefault("ButtonOperator.PushButtonTimeout", PUSH_BUTTON_TIMEOUT);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	super.setTimeouts(timeouts);
-	this.timeouts = timeouts;
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = 
-	    (ButtonDriver)DriverManager.
-	    getDriver(DriverManager.BUTTON_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-    }
-
-    /**
-     * Pushes the button by mouse click.
-     * @throws TimeoutExpiredException
-     */
-    public void push() {
-	output.printLine("Push button\n    :" + toStringSource());
-	output.printGolden("Push button");
-	driver.push(this);
-    }
-
-    /**
-     * Runs <code>push()</code> method in a separate thread.
-     */
-    public void pushNoBlock() {
-	produceNoBlocking(new NoBlockingAction("Button pushing") {
-		public Object doAction(Object param) {
-		    push();
-		    return(null);
-		}
-	    });
-    }
-
-    /**
-     * Press the button by mouse.
-     * @throws TimeoutExpiredException
-     */
-    public void press() {
-	output.printLine("Press button\n    :" + toStringSource());
-	output.printGolden("Press button");
-	driver.press(this);
-    }
-
-    /**
-     * Releases the button by mouse.
-     * @throws TimeoutExpiredException
-     */
-    public void release() {
-	output.printLine("Release button\n    :" + toStringSource());
-	output.printGolden("Release button");
-	driver.press(this);
-    }
-
-    /**
-     * Returns information about component.
-     */
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-        if(((Button)getSource()).getLabel() != null) {
-            result.put(TEXT_DPROP, ((Button)getSource()).getLabel());
-        }
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>Button.addActionListener(ActionListener)</code> through queue*/
-    public void addActionListener(final ActionListener actionListener) {
-	runMapping(new MapVoidAction("addActionListener") {
-		public void map() {
-		    ((Button)getSource()).addActionListener(actionListener);
-		}});}
-
-    /**Maps <code>Button.getActionCommand()</code> through queue*/
-    public String getActionCommand() {
-	return((String)runMapping(new MapAction("getActionCommand") {
-		public Object map() {
-		    return(((Button)getSource()).getActionCommand());
-		}}));}
-
-    /**Maps <code>Button.getLabel()</code> through queue*/
-    public String getLabel() {
-	return((String)runMapping(new MapAction("getLabel") {
-		public Object map() {
-		    return(((Button)getSource()).getLabel());
-		}}));}
-
-    /**Maps <code>Button.removeActionListener(ActionListener)</code> through queue*/
-    public void removeActionListener(final ActionListener actionListener) {
-	runMapping(new MapVoidAction("removeActionListener") {
-		public void map() {
-		    ((Button)getSource()).removeActionListener(actionListener);
-		}});}
-
-    /**Maps <code>Button.setActionCommand(String)</code> through queue*/
-    public void setActionCommand(final String string) {
-	runMapping(new MapVoidAction("setActionCommand") {
-		public void map() {
-		    ((Button)getSource()).setActionCommand(string);
-		}});}
-
-    /**Maps <code>Button.setLabel(String)</code> through queue*/
-    public void setLabel(final String string) {
-	runMapping(new MapVoidAction("setLabel") {
-		public void map() {
-		    ((Button)getSource()).setLabel(string);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Allows to find component by label.
-     */
-    public static class ButtonByLabelFinder implements ComponentChooser {
-	String label;
-	StringComparator comparator;
-        /**
-         * Constructs ButtonByLabelFinder.
-         * @param lb a text pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public ButtonByLabelFinder(String lb, StringComparator comparator) {
-	    label = lb;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs ButtonByLabelFinder.
-         * @param lb a text pattern
-         */
-	public ButtonByLabelFinder(String lb) {
-            this(lb, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof Button) {
-		if(((Button)comp).getLabel() != null) {
-		    return(comparator.equals(((Button)comp).getLabel(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("Button with label \"" + label + "\"");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class ButtonFinder extends Finder {
-        /**
-         * Constructs AbstractButtonFinder.
-         * @param sf other searching criteria.
-         */
-	public ButtonFinder(ComponentChooser sf) {
-            super(Button.class, sf);
-	}
-        /**
-         * Constructs AbstractButtonFinder.
-         */
-	public ButtonFinder() {
-            super(Button.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/CheckboxOperator.java b/jemmy/src/org/netbeans/jemmy/operators/CheckboxOperator.java
deleted file mode 100644
index c561465..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/CheckboxOperator.java
+++ /dev/null
@@ -1,494 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-
-import org.netbeans.jemmy.drivers.ButtonDriver;
-import org.netbeans.jemmy.drivers.DriverManager;
-
-import java.awt.Component;
-import java.awt.Container;
-
-import java.awt.Checkbox;
-import java.awt.CheckboxGroup;
-import java.awt.event.ItemListener;
-
-import java.util.Hashtable;
-
-/**
- *
- * <BR><BR>Timeouts used: <BR>
- * ButtonOperator.PushButtonTimeout - time between checkbox pressing and releasing<BR>
- * ComponentOperator.WaitComponentTimeout - time to wait checkbox displayed <BR>
- * ComponentOperator.WaitComponentEnabledTimeout - time to wait checkbox enabled <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *	
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class CheckboxOperator extends ComponentOperator implements Outputable {
-
-    /**
-     * Identifier for a label property.
-     * @see #getDump
-     */
-    public static final String TEXT_DPROP = "Label";
-
-    private TestOut output;
-    ButtonDriver driver;
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public CheckboxOperator(Checkbox b) {
-	super(b);
-	driver = DriverManager.getButtonDriver(getClass());
-    }
-
-    /**
-     * Constructs an CheckboxOperator object.
-     * @param cont container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public CheckboxOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((Checkbox)cont.
-             waitSubComponent(new CheckboxFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs an CheckboxOperator object.
-     * @param cont container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public CheckboxOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont container
-     * @param text Checkbox text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public CheckboxOperator(ContainerOperator cont, String text, int index) {
-	this((Checkbox)
-	     waitComponent(cont, 
-			   new CheckboxByLabelFinder(text,
-                                              cont.getComparator()),
-			   index));
-	copyEnvironment(cont);
-    }
-    
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont container
-     * @param text Checkbox text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public CheckboxOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public CheckboxOperator(ContainerOperator cont, int index) {
-	this((Checkbox)
-	     waitComponent(cont, 
-			   new CheckboxFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-    
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont container
-     * @throws TimeoutExpiredException
-     */
-    public CheckboxOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches Checkbox in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return Checkbox instance or null if component was not found.
-     */
-    public static Checkbox findCheckbox(Container cont, ComponentChooser chooser, int index) {
-	return((Checkbox)findComponent(cont, new CheckboxFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th Checkbox in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return Checkbox instance or null if component was not found.
-     */
-    public static Checkbox findCheckbox(Container cont, ComponentChooser chooser) {
-	return(findCheckbox(cont, chooser, 0));
-    }
-
-    /**
-     * Searches Checkbox by text.
-     * @param cont Container to search component in.
-     * @param text Checkbox text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return Checkbox instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static Checkbox findCheckbox(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findCheckbox(cont, 
-                            new CheckboxByLabelFinder(text, 
-                                                      new DefaultStringComparator(ce, ccs)), 
-                            index));
-    }
-
-    /**
-     * Searches Checkbox by text.
-     * @param cont Container to search component in.
-     * @param text Checkbox text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return Checkbox instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static Checkbox findCheckbox(Container cont, String text, boolean ce, boolean ccs) {
-	return(findCheckbox(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits Checkbox in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return Checkbox instance.
-     * @throws TimeoutExpiredException
-     */
-    public static Checkbox waitCheckbox(Container cont, ComponentChooser chooser, int index) {
-	return((Checkbox)waitComponent(cont, new CheckboxFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th Checkbox in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return Checkbox instance.
-     * @throws TimeoutExpiredException
-     */
-    public static Checkbox waitCheckbox(Container cont, ComponentChooser chooser) {
-	return(waitCheckbox(cont, chooser, 0));
-    }
-
-    /**
-     * Waits Checkbox by text.
-     * @param cont Container to search component in.
-     * @param text Checkbox text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return Checkbox instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static Checkbox waitCheckbox(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitCheckbox(cont,  
-                            new CheckboxByLabelFinder(text, 
-                                                      new DefaultStringComparator(ce, ccs)), 
-                            index));
-    }
-
-    /**
-     * Waits Checkbox by text.
-     * @param cont Container to search component in.
-     * @param text Checkbox text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return Checkbox instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static Checkbox waitCheckbox(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitCheckbox(cont, text, ce, ccs, 0));
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = 
-	    (ButtonDriver)DriverManager.
-	    getDriver(DriverManager.BUTTON_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-    }
-
-    /**
-     * Changes selection if necessary.
-     * Uses a ButtonDriver registered for this operator.
-     * @param newValue a button selection.
-     */
-    public void changeSelection(boolean newValue) {
-	makeComponentVisible();
-	if(getState() != newValue) {
-	    try {
-		waitComponentEnabled();
-	    } catch(InterruptedException e) {
-		throw(new JemmyException("Interrupted!", e));
-	    }
-	    output.printLine("Change checkbox selection to " + (newValue ? "true" : "false") + 
-			     "\n    :" + toStringSource());
-	    output.printGolden("Change checkbox selection to " + (newValue ? "true" : "false"));
-	    driver.push(this);
-            if(getVerification()) {
-                waitSelected(newValue);
-            }
-	}
-    }
-
-    /**
-     * Runs <code>changeSelection(boolean)</code> method in a separate thread.
-     * @param selected a button selection.
-     */
-    public void changeSelectionNoBlock(boolean selected) {
-	produceNoBlocking(new NoBlockingAction("Button selection changing") {
-		public Object doAction(Object param) {
-		    changeSelection(((Boolean)param).booleanValue());
-		    return(null);
-		}
-	    }, selected ? Boolean.TRUE : Boolean.FALSE);
-    }
-
-    /**
-     * Waits for button to be selected.
-     * @param selected selection.
-     */
-    public void waitSelected(final boolean selected) {
-	getOutput().printLine("Wait button to be selected \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait button to be selected");
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-                    return(getState() == selected);
-		}
-		public String getDescription() {
-		    return("Items has been " + 
-			   (selected ? "" : "un") + "selected");
-		}
-	    });
-    }
-
-    /**
-     * Returns information about component.
-     */
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	result.put(TEXT_DPROP, ((Checkbox)getSource()).getLabel());
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>Checkbox.addItemListener(ItemListener)</code> through queue*/
-    public void addItemListener(final ItemListener itemListener) {
-	runMapping(new MapVoidAction("addItemListener") {
-		public void map() {
-		    ((Checkbox)getSource()).addItemListener(itemListener);
-		}});}
-
-    /**Maps <code>Checkbox.getCheckboxGroup()</code> through queue*/
-    public CheckboxGroup getCheckboxGroup() {
-	return((CheckboxGroup)runMapping(new MapAction("getCheckboxGroup") {
-		public Object map() {
-		    return(((Checkbox)getSource()).getCheckboxGroup());
-		}}));}
-
-    /**Maps <code>Checkbox.getLabel()</code> through queue*/
-    public String getLabel() {
-	return((String)runMapping(new MapAction("getLabel") {
-		public Object map() {
-		    return(((Checkbox)getSource()).getLabel());
-		}}));}
-
-    /**Maps <code>Checkbox.getState()</code> through queue*/
-    public boolean getState() {
-	return(runMapping(new MapBooleanAction("getState") {
-		public boolean map() {
-		    return(((Checkbox)getSource()).getState());
-		}}));}
-
-    /**Maps <code>Checkbox.removeItemListener(ItemListener)</code> through queue*/
-    public void removeItemListener(final ItemListener itemListener) {
-	runMapping(new MapVoidAction("removeItemListener") {
-		public void map() {
-		    ((Checkbox)getSource()).removeItemListener(itemListener);
-		}});}
-
-    /**Maps <code>Checkbox.setCheckboxGroup(CheckboxGroup)</code> through queue*/
-    public void setCheckboxGroup(final CheckboxGroup grp) {
-	runMapping(new MapVoidAction("setCheckboxGroup") {
-		public void map() {
-		    ((Checkbox)getSource()).setCheckboxGroup(grp);
-		}});}
-
-    /**Maps <code>Checkbox.setLabel(String)</code> through queue*/
-    public void setLabel(final String string) {
-	runMapping(new MapVoidAction("setLabel") {
-		public void map() {
-		    ((Checkbox)getSource()).setLabel(string);
-		}});}
-
-    /**Maps <code>Checkbox.setState(boolean)</code> through queue*/
-    public void setState(final boolean state) {
-	runMapping(new MapVoidAction("setState") {
-		public void map() {
-		    ((Checkbox)getSource()).setState(state);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Allows to find component by label.
-     */
-    public static class CheckboxByLabelFinder implements ComponentChooser {
-	String label;
-	StringComparator comparator;
-
-        /**
-         * Constructs CheckboxByLabelFinder.
-         * @param lb a label pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public CheckboxByLabelFinder(String lb, StringComparator comparator) {
-	    label = lb;
-	    this.comparator = comparator;
-	}
-
-        /**
-         * Constructs CheckboxByLabelFinder.
-         * @param lb a label pattern
-         */
-	public CheckboxByLabelFinder(String lb) {
-            this(lb, Operator.getDefaultStringComparator());
-	}
-
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof Checkbox) {
-		if(((Checkbox)comp).getLabel() != null) {
-		    return(comparator.equals(((Checkbox)comp).getLabel(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-
-	public String getDescription() {
-	    return("Checkbox with label \"" + label + "\"");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class CheckboxFinder extends Finder {
-        /**
-         * Constructs CheckboxFinder.
-         * @param sf other searching criteria.
-         */
-	public CheckboxFinder(ComponentChooser sf) {
-            super(Checkbox.class, sf);
-	}
-
-        /**
-         * Constructs CheckboxFinder.
-         */
-	public CheckboxFinder() {
-            super(Checkbox.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/ChoiceOperator.java b/jemmy/src/org/netbeans/jemmy/operators/ChoiceOperator.java
deleted file mode 100644
index b4a0459..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/ChoiceOperator.java
+++ /dev/null
@@ -1,583 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.Action;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-
-import org.netbeans.jemmy.drivers.ListDriver;
-import org.netbeans.jemmy.drivers.DriverManager;
-
-import java.awt.Choice;
-import java.awt.Component;
-import java.awt.Container;
-
-import java.awt.event.ItemListener;
-import java.awt.event.KeyEvent;
-
-import java.util.Hashtable;
-
-/**
- *
- * <BR><BR>Timeouts used: <BR>
- * ButtonOperator.PushButtonTimeout - time between choice pressing and releasing<BR>
- * ComponentOperator.WaitComponentTimeout - time to wait choice displayed <BR>
- * ComponentOperator.WaitComponentEnabledTimeout - time to wait choice enabled <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *	
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class ChoiceOperator extends ComponentOperator implements Outputable{
-
-    /**
-     * Identifier for a selected item property.
-     * @see #getDump
-     */
-    public static final String SELECTED_ITEM_DPROP = "Selected item";
-
-    /**
-     * Identifier for a items properties.
-     * @see #getDump
-     */
-    public static final String ITEM_PREFIX_DPROP = "Item";
-
-    private TestOut output;
-    private ListDriver driver;
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public ChoiceOperator(Choice b) {
-	super(b);
-	driver = DriverManager.getListDriver(getClass());
-    }
-
-    /**
-     * Constructs a ChoiceOperator object.
-     * @param cont container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public ChoiceOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((Choice)cont.
-             waitSubComponent(new ChoiceFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a ChoiceOperator object.
-     * @param cont container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public ChoiceOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont container
-     * @param text Choice text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public ChoiceOperator(ContainerOperator cont, String text, int index) {
-	this((Choice)
-	     waitComponent(cont, 
-			   new ChoiceBySelectedItemFinder(text,
-                                              cont.getComparator()),
-			   index));
-	copyEnvironment(cont);
-    }
-    
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont container
-     * @param text Choice text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public ChoiceOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public ChoiceOperator(ContainerOperator cont, int index) {
-	this((Choice)
-	     waitComponent(cont, 
-			   new ChoiceFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-    
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont container
-     * @throws TimeoutExpiredException
-     */
-    public ChoiceOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches Choice in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return Choice instance or null if component was not found.
-     */
-    public static Choice findChoice(Container cont, ComponentChooser chooser, int index) {
-	return((Choice)findComponent(cont, new ChoiceFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th Choice in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return Choice instance or null if component was not found.
-     */
-    public static Choice findChoice(Container cont, ComponentChooser chooser) {
-	return(findChoice(cont, chooser, 0));
-    }
-
-    /**
-     * Searches Choice by text.
-     * @param cont Container to search component in.
-     * @param text Choice text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return Choice instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static Choice findChoice(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findChoice(cont, 
-                          new ChoiceBySelectedItemFinder(text, 
-                                                         new DefaultStringComparator(ce, ccs)), 
-                          index));
-    }
-
-    /**
-     * Searches Choice by text.
-     * @param cont Container to search component in.
-     * @param text Choice text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return Choice instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static Choice findChoice(Container cont, String text, boolean ce, boolean ccs) {
-	return(findChoice(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits Choice in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return Choice instance.
-     * @throws TimeoutExpiredException
-     */
-    public static Choice waitChoice(Container cont, ComponentChooser chooser, int index) {
-	return((Choice)waitComponent(cont, new ChoiceFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th Choice in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return Choice instance.
-     * @throws TimeoutExpiredException
-     */
-    public static Choice waitChoice(Container cont, ComponentChooser chooser) {
-	return(waitChoice(cont, chooser, 0));
-    }
-
-    /**
-     * Waits Choice by text.
-     * @param cont Container to search component in.
-     * @param text Choice text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return Choice instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static Choice waitChoice(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitChoice(cont,  
-                          new ChoiceBySelectedItemFinder(text, 
-                                                         new DefaultStringComparator(ce, ccs)), 
-                          index));
-    }
-
-    /**
-     * Waits Choice by text.
-     * @param cont Container to search component in.
-     * @param text Choice text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return Choice instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static Choice waitChoice(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitChoice(cont, text, ce, ccs, 0));
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = 
-	    (ListDriver)DriverManager.
-	    getDriver(DriverManager.LIST_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-    }
-
-    /**
-     * Finds an item between choice items.
-     * @param item a text pattern.
-     * @param index an ordinal index between appropriate items.
-     * @return an item index.
-     */
-    public int findItemIndex(String item, int index){
-	return(findItemIndex(item, getComparator(), index));
-    }
-    
-    /**
-     * Finds an item between choice items.
-     * @param item a text pattern.
-     * @return an item index.
-     */
-    public int findItemIndex(String item){
-	return(findItemIndex(item, 0));
-    }
-
-    /**
-     * Selects an item by text.
-     * @param item a text pattern.
-     * @param index an ordinal index between appropriate items.
-     */
-    public void selectItem(String item, int index) {
-	selectItem(item, getComparator(), index);
-    }
-
-    /**
-     * Selects an item by text.
-     * @param item a text pattern.
-     */
-    public void selectItem(String item) {
-	selectItem(item, 0);
-    }
-
-    /**
-     * Selects an item by index.
-     * @param index an item index.
-     */
-    public void selectItem(int index) {
-	output.printLine("Select " + Integer.toString(index) + "`th item in combobox\n    : " +
-			 toStringSource());
-	output.printGolden("Select " + Integer.toString(index) + "`th item in combobox");
-	makeComponentVisible();
-	try {
-	    waitComponentEnabled();
-	} catch(InterruptedException e) {
-	    throw(new JemmyException("Interrupted!", e));
-	}
-	driver.selectItem(this, index);
-	if(getVerification()) {
-            waitItemSelected(index);
-        }
-    }
-
-    /**
-     * Waits for item to be selected.
-     * @param index Item index.
-     */
-    public void waitItemSelected(final int index) {
-	getOutput().printLine("Wait " + Integer.toString(index) + 
-			      "'th item to be selected in component \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait " + Integer.toString(index) + 
-				"'th item to be selected");
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    return(getSelectedIndex() == index);
-		}
-		public String getDescription() {
-		    return("Has " + Integer.toString(index) + "'th item selected");
-		}
-	    });
-    }
-
-    /**
-     * Returns information about component.
-     */
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-        if(((Choice)getSource()).getSelectedItem() != null) {
-            result.put(SELECTED_ITEM_DPROP, ((Choice)getSource()).getSelectedItem());
-        }
-        String[] items = new String[((Choice)getSource()).getItemCount()];
-        for (int i=0; i<((Choice)getSource()).getItemCount(); i++) {
-            items[i] = ((Choice)getSource()).getItem(i);
-        }
-        addToDump(result, ITEM_PREFIX_DPROP, items);
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>Choice.add(String)</code> through queue*/
-    public void add(final String item) {
-	runMapping(new MapVoidAction("add") {
-		public void map() {
-		    ((Choice)getSource()).add(item);
-		}});}
-
-    /**Maps <code>Choice.addItemListener(ItemListener)</code> through queue*/
-    public void addItemListener(final ItemListener itemListener) {
-	runMapping(new MapVoidAction("addItemListener") {
-		public void map() {
-		    ((Choice)getSource()).addItemListener(itemListener);
-		}});}
-
-    /**Maps <code>Choice.addNotify()</code> through queue*/
-    public void addNotify() {
-	    runMapping(new MapVoidAction("addNotify") {
-		public void map() {
-		    ((Choice)getSource()).addNotify();
-		}});}
-
-    /**Maps <code>Choice.getItem(int)</code> through queue*/
-    public String getItem(final int index) {
-	return((String)runMapping(new MapAction("getItem") {
-		public Object map() {
-		    return(((Choice)getSource()).getItem(index));
-		}}));}
-
-    /**Maps <code>Choice.getItemCount()</code> through queue*/
-    public int getItemCount() {
-	return(runMapping(new MapIntegerAction("getItemCount") {
-		public int map() {
-		    return(((Choice)getSource()).getItemCount());
-		}}));}
-
-    /**Maps <code>Choice.getSelectedIndex()</code> through queue*/
-    public int getSelectedIndex() {
-	return(runMapping(new MapIntegerAction("getSelectedIndex") {
-		public int map() {
-		    return(((Choice)getSource()).getSelectedIndex());
-		}}));}
-
-    /**Maps <code>Choice.getSelectedItem()</code> through queue*/
-    public String getSelectedItem() {
-	return((String)runMapping(new MapAction("getSelectedItem") {
-		public Object map() {
-		    return(((Choice)getSource()).getSelectedItem());
-		}}));}
-
-    /**Maps <code>Choice.insert(String)</code> through queue*/
-    public void insert(final String item,final int index) {
-	    runMapping(new MapVoidAction("insert") {
-		public void map() {
-		    ((Choice)getSource()).insert(item,index);
-		}});}
-
-    /**Maps <code>Choice.remove(int)</code> through queue*/
-    public void remove(final int position) {
-	    runMapping(new MapVoidAction("remove") {
-		public void map() {
-		    ((Choice)getSource()).remove(position);
-		}});}
-
-    /**Maps <code>Choice.remove(String)</code> through queue*/
-    public void remove(final String item) {
-	    runMapping(new MapVoidAction("remove") {
-		public void map() {
-		    ((Choice)getSource()).remove(item);
-		}});}
-
-    /**Maps <code>Choice.removeAll()</code> through queue*/
-    public void removeAll() {
-	    runMapping(new MapVoidAction("removeAll") {
-		public void map() {
-		    ((Choice)getSource()).removeAll();
-		}});}
-
-    /**Maps <code>Choice.removeItemListener(ItemListener)</code> through queue*/
-    public void removeItemListener(final ItemListener itemListener) {
-	runMapping(new MapVoidAction("removeItemListener") {
-		public void map() {
-		    ((Choice)getSource()).removeItemListener(itemListener);
-		}});}
-
-    /**Maps <code>Choice.select(int)</code> through queue*/
-    public void select(final int pos) {
-	runMapping(new MapVoidAction("select") {
-		public void map() {
-		    ((Choice)getSource()).select(pos);
-		}});}
-
-    /**Maps <code>Choice.select(String)</code> through queue*/
-    public void setState(final String str) {
-	runMapping(new MapVoidAction("select") {
-		public void map() {
-		    ((Choice)getSource()).select(str);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    private int findItemIndex(String item, StringComparator comparator, int index){
-	int count = 0;
-	for(int i = 0; i < getItemCount(); i++) {
-	    if(comparator.equals(getItem(i), item)) {
-		if(count == index) {
-		    return(i);
-		} else {
-		    count++;
-		}
-	    }
-	}
-	return(-1);
-    }
-
-    private void selectItem(String item, StringComparator comparator, int index) {
-	selectItem(findItemIndex(item, comparator, index));
-    }
-
-    /**
-     * Allows to find component by label.
-     */
-    public static class ChoiceBySelectedItemFinder implements ComponentChooser {
-	String label;
-	StringComparator comparator;
-        /**
-         * Constructs ChoiceBySelectedItemFinder.
-         * @param lb a text pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public ChoiceBySelectedItemFinder(String lb, StringComparator comparator) {
-	    label = lb;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs ChoiceBySelectedItemFinder.
-         * @param lb a text pattern
-         */
-	public ChoiceBySelectedItemFinder(String lb) {
-            this(lb, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof Choice) {
-		if(((Choice)comp).getSelectedItem() != null) {
-		    return(comparator.equals(((Choice)comp).getSelectedItem(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("Choice with label \"" + label + "\"");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class ChoiceFinder extends Finder {
-        /**
-         * Constructs ChoiceFinder.
-         * @param sf other searching criteria.
-         */
-	public ChoiceFinder(ComponentChooser sf) {
-            super(Choice.class, sf);
-	}
-        /**
-         * Constructs ChoiceFinder.
-         */
-	public ChoiceFinder() {
-            super(Choice.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/ComponentOperator.java b/jemmy/src/org/netbeans/jemmy/operators/ComponentOperator.java
deleted file mode 100644
index 12ccab8..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/ComponentOperator.java
+++ /dev/null
@@ -1,1855 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.CharBindingMap;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.EventDispatcher;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.QueueTool;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.Waitable;
-import org.netbeans.jemmy.Waiter;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.FocusDriver;
-import org.netbeans.jemmy.drivers.KeyDriver;
-import org.netbeans.jemmy.drivers.MouseDriver;
-
-import java.awt.AWTEvent;
-import java.awt.Color;
-import java.awt.Component;
-import java.awt.ComponentOrientation;
-import java.awt.Container;
-import java.awt.Cursor;
-import java.awt.Dimension;
-import java.awt.Font;
-import java.awt.FontMetrics;
-import java.awt.Graphics;
-import java.awt.Image;
-import java.awt.MenuComponent;
-import java.awt.Point;
-import java.awt.PopupMenu;
-import java.awt.Rectangle;
-import java.awt.Toolkit;
-import java.awt.Window;
-
-import java.awt.dnd.DropTarget;
-
-import java.awt.event.ComponentListener;
-import java.awt.event.FocusListener;
-import java.awt.event.InputEvent;
-import java.awt.event.InputMethodListener;
-import java.awt.event.KeyEvent;
-import java.awt.event.KeyListener;
-import java.awt.event.MouseEvent;
-import java.awt.event.MouseListener;
-import java.awt.event.MouseMotionListener;
-
-import java.awt.im.InputContext;
-import java.awt.im.InputMethodRequests;
-
-import java.awt.image.ColorModel;
-import java.awt.image.ImageObserver;
-import java.awt.image.ImageProducer;
-
-import java.beans.PropertyChangeListener;
-
-import java.io.PrintStream;
-import java.io.PrintWriter;
-
-import java.util.Hashtable;
-import java.util.Locale;
-
-/**
- * Root class for all component operators.
- *
- * Provides basic methods to operate with mouse and keyboard.<BR>
- * <BR>
- * Almost all input methods can throw JemmyInputException or its subclass.<BR>
- *
- * ComponentOperator and its subclasses has a lot of methods which name and parameters just like
- * consistent component has. In this case operator class just invokes consistent component method
- * through AWT Event Queue (invokeAndWait method).
- *
- * <BR><BR>Timeouts used: <BR>
- * ComponentOperator.PushKeyTimeout - time between key pressing and releasing <BR>
- * ComponentOperator.MouseClickTimeout - time between mouse pressing and releasing <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>
- * ComponentOperator.WaitComponentEnabledTimeout - time to wait component enabled <BR>
- * ComponentOperator.BeforeDragTimeout - time to sleep before grag'n'drop operations <BR>
- * ComponentOperator.AfterDragTimeout - time to sleep after grag'n'drop operations <BR>
- * ComponentOperator.WaitFocusTimeout - time to wait component focus <BR>
- * ComponentOperator.WaitStateTimeout- time to wait component to be in some state. 
- * Typically used from methods like <code>Operator.wait"something happened"(*)</code><br>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class ComponentOperator extends Operator
-    implements Timeoutable, Outputable {
-
-    /**
-     * Identifier for a name property.
-     * @see #getDump
-     */
-    public static final String NAME_DPROP = "Name:";
-
-    /**
-     * Identifier for a visible property.
-     * @see #getDump
-     */
-    public static final String IS_VISIBLE_DPROP = "Visible";
-
-    /**
-     * Identifier for a showing property.
-     * @see #getDump
-     */
-    public static final String IS_SHOWING_DPROP = "Showing";
-
-    /**
-     * Identifier for a x coordinate property.
-     * @see #getDump
-     */
-    public static final String X_DPROP = "X";
-
-    /**
-     * Identifier for a y coordinate property.
-     * @see #getDump
-     */
-    public static final String Y_DPROP = "Y";
-
-    /**
-     * Identifier for a width property.
-     * @see #getDump
-     */
-    public static final String WIDTH_DPROP = "Width";
-
-    /**
-     * Identifier for a height property.
-     * @see #getDump
-     */
-    public static final String HEIGHT_DPROP = "Height";
-
-    private final static long PUSH_KEY_TIMEOUT = 0;
-    private final static long MOUSE_CLICK_TIMEOUT = 0;
-    private final static long BEFORE_DRAG_TIMEOUT = 0;
-    private final static long AFTER_DRAG_TIMEOUT = 0;
-    private final static long WAIT_COMPONENT_TIMEOUT = 60000;
-    private final static long WAIT_COMPONENT_ENABLED_TIMEOUT = 60000;
-    private final static long WAIT_FOCUS_TIMEOUT = 60000;
-    private final static long WAIT_STATE_TIMEOUT = 60000;
-
-    private Component source;
-    private Timeouts timeouts;
-    private TestOut output;
-    private EventDispatcher dispatcher;
-    private KeyDriver kDriver;
-    private MouseDriver mDriver;
-    private FocusDriver fDriver;
-
-    /**
-     * Constructor.
-     * @param comp a component
-     */
-    public ComponentOperator(Component comp) {
-	super();
-	source = comp;
-	kDriver = DriverManager.getKeyDriver(getClass());
-	mDriver = DriverManager.getMouseDriver(getClass());
-	fDriver = DriverManager.getFocusDriver(getClass());
-	setEventDispatcher(new EventDispatcher(comp));
-    }
-
-    /**
-     * Constructs a ComponentOperator object.
-     * @param cont container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public ComponentOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this(waitComponent((Container)cont.getSource(), 
-			   chooser,
-			   index, cont.getTimeouts(), cont.getOutput()));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a ComponentOperator object.
-     * @param cont container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public ComponentOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for a component in a container to show. The component is
-     * iis the <code>index+1</code>'th <code>java.awt.Component</code>
-     * that shows and that lies below the container in the display
-     * containment hierarchy.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator for a java.awt.Container.
-     * @param index an index between appropriate ones.
-     * @throws TimeoutExpiredException
-     */
-    public ComponentOperator(ContainerOperator cont, int index) {
-	this(cont, ComponentSearcher.getTrueChooser("Any component"), index);
-    }
-
-    /**
-     * Constructor.
-     * Waits for a component in a container to show. The component is
-     * is the first <code>java.awt.Component</code>
-     * that shows and that lies below the container in the display
-     * containment hierarchy.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator for a java.awt.Container.
-     * @throws TimeoutExpiredException
-     */
-    public ComponentOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches Component in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return Component instance or null if component was not found.
-     */
-    public static Component findComponent(Container cont, ComponentChooser chooser, int index) {
-	return(findComponent(cont, chooser, index, false));
-    }
-
-    /**
-     * Searches Component in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return Component instance or null if component was not found.
-     */
-    public static Component findComponent(Container cont, ComponentChooser chooser) {
-	return(findComponent(cont, chooser, 0));
-    }
-
-    /**
-     * Waits Component in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return Component instance or null if component was not found.
-     * @throws TimeoutExpiredException
-     */
-    public static Component waitComponent(Container cont, ComponentChooser chooser, int index) {
-	return(waitComponent(cont, chooser, index, 
-			     JemmyProperties.getCurrentTimeouts(),
-			     JemmyProperties.getCurrentOutput()));
-    }
-
-    /**
-     * Waits Component in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return Component instance or null if component was not found.
-     * @throws TimeoutExpiredException
-     */
-    public static Component waitComponent(Container cont, ComponentChooser chooser) {
-	return(waitComponent(cont, chooser, 0));
-    }
-
-    /**
-     * A method to be used from subclasses.
-     * Uses <code>contOper</code>'s timeouts and output during the waiting.
-     * @param contOper Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return Component instance or null if component was not found.
-     * @throws TimeoutExpiredException
-     */
-    protected static Component waitComponent(ContainerOperator contOper, 
-					     ComponentChooser chooser, int index) {
-	return(waitComponent((Container)contOper.getSource(),
-			     chooser, index,
-			     contOper.getTimeouts(), 
-			     contOper.getOutput()));
-    }
-
-    /**
-     * A method to be used from subclasses.
-     * Uses timeouts and output passed as parameters during the waiting.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @param timeouts timeouts to be used during the waiting.
-     * @param output an output to be used during the waiting.
-     * @return Component instance or null if component was not found.
-     * @throws TimeoutExpiredException
-     */
-    protected static Component waitComponent(final Container cont, 
-					     final ComponentChooser chooser, 
-					     final int index,
-					     Timeouts timeouts, final TestOut output) {
-	try {
-	    Waiter waiter = new Waiter(new Waitable() {
-		    public Object actionProduced(Object obj) {
-			return(findComponent(cont, new VisibleComponentFinder(chooser), index, 
-					     output.createErrorOutput()));
-		    }
-		    public String getDescription() {
-			return("Wait " + chooser.getDescription() + " loaded");
-		    }
-		});
-	    Timeouts times = timeouts.cloneThis();
-	    times.setTimeout("Waiter.WaitingTime", times.getTimeout("ComponentOperator.WaitComponentTimeout"));
-	    waiter.setTimeouts(times);
-	    waiter.setOutput(output);
-	    return((Component)waiter.waitAction(null));
-	} catch(InterruptedException e) {
-	    return(null);
-	}
-    }
-
-    private static Component findComponent(Container cont, ComponentChooser chooser, int index, TestOut output) {
-	ComponentSearcher searcher= new ComponentSearcher(cont);
-	searcher.setOutput(output);
-	return(searcher.findComponent(new VisibleComponentFinder(chooser), index));
-    }
-
-    private static Component findComponent(Container cont, ComponentChooser chooser, int index, boolean supressOutout) {
-	return(findComponent(cont, chooser, index, JemmyProperties.getCurrentOutput().createErrorOutput()));
-    }
-
-    static {
-	Timeouts.initDefault("ComponentOperator.PushKeyTimeout", PUSH_KEY_TIMEOUT);
-	Timeouts.initDefault("ComponentOperator.MouseClickTimeout", MOUSE_CLICK_TIMEOUT);
-	Timeouts.initDefault("ComponentOperator.BeforeDragTimeout", BEFORE_DRAG_TIMEOUT);
-	Timeouts.initDefault("ComponentOperator.AfterDragTimeout", AFTER_DRAG_TIMEOUT);
-	Timeouts.initDefault("ComponentOperator.WaitComponentTimeout", WAIT_COMPONENT_TIMEOUT);
-	Timeouts.initDefault("ComponentOperator.WaitComponentEnabledTimeout", WAIT_COMPONENT_ENABLED_TIMEOUT);
-	Timeouts.initDefault("ComponentOperator.WaitStateTimeout", WAIT_STATE_TIMEOUT);
-	Timeouts.initDefault("ComponentOperator.WaitFocusTimeout", WAIT_FOCUS_TIMEOUT);
-    }
-
-    /**
-     * Returns component.
-     */
-    public Component getSource() {
-	return(source);
-    }
-
-    /**
-     * Returnes org.netbeans.jemmy.EventDispatcher instance which is
-     * used to dispatch events.
-     * @return the dispatcher.
-     * @see org.netbeans.jemmy.EventDispatcher
-     */
-    public EventDispatcher getEventDispatcher() {
-	return(dispatcher);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Environment                                         //
-    ////////////////////////////////////////////////////////
-
-    public void setOutput(TestOut out) {
-	super.setOutput(out);
-	this.output = out;
-	if(dispatcher != null) {
-	    dispatcher.setOutput(output.createErrorOutput());
-	}
-    }
-    
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	super.setTimeouts(timeouts);
-	this.timeouts = timeouts;
-	if(dispatcher != null) {
-	    dispatcher.setTimeouts(getTimeouts());
-	}
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	kDriver = 
-	    (KeyDriver)DriverManager.
-	    getDriver(DriverManager.KEY_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-	mDriver = 
-	    (MouseDriver)DriverManager.
-	    getDriver(DriverManager.MOUSE_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mouse operations
-    ////////////////////////////////////////////////////////
-    
-    /**
-     * Makes mouse click.
-     * @param x Horizontal click coordinate
-     * @param y Vertical click coordinate
-     * @param clickCount Click count
-     * @param mouseButton Mouse button (InputEvent.BUTTON1/2/3_MASK value)
-     * @param modifiers Modifiers (combination of InputEvent.*_MASK values)
-     * @param forPopup signals that click is intended to call popup.
-     */
-    public void clickMouse(final int x, final int y, final int clickCount, final int mouseButton, 
-                           final int modifiers, final boolean forPopup) {
-        getQueueTool().invokeSmoothly(new QueueTool.QueueAction("Path selecting") {
-                public Object launch() {
-                    mDriver.clickMouse(ComponentOperator.this, x, y, clickCount, mouseButton, modifiers,
-                                       timeouts.create("ComponentOperator.MouseClickTimeout"));
-                    return(null);
-                }
-            });
-    }
-
-    /**
-     * Makes mouse click.
-     * @param x Horizontal click coordinate
-     * @param y Vertical click coordinate
-     * @param clickCount Click count
-     * @param mouseButton Mouse button (InputEvent.BUTTON1/2/3_MASK value)
-     * @param modifiers Modifiers (combination of InputEvent.*_MASK values)
-     * @see #clickMouse(int, int, int, int, int, boolean)
-     */
-    public void clickMouse(int x, int y, int clickCount, int mouseButton, int modifiers) {
-	clickMouse(x, y, clickCount, mouseButton, modifiers, false);
-    }
-
-    /**
-     * Makes mouse click with 0 modifiers.
-     * @param x Horizontal click coordinate
-     * @param y Vertical click coordinate
-     * @param clickCount Click count
-     * @param mouseButton Mouse button (InputEvent.BUTTON1/2/3_MASK value)
-     * @see #clickMouse(int, int, int, int, int)
-     */
-    public void clickMouse(int x, int y, int clickCount, int mouseButton) {
-	clickMouse(x, y, clickCount, mouseButton, 0);
-    }
-
-    /**
-     * Makes mouse click by default mouse button with 0 modifiers.
-     * @param x Horizontal click coordinate
-     * @param y Vertical click coordinate
-     * @param clickCount Click count
-     * @see #clickMouse(int, int, int, int)
-     * @see #getDefaultMouseButton()
-     */
-    public void clickMouse(int x, int y, int clickCount) {
-	clickMouse(x, y, clickCount, getDefaultMouseButton());
-    }
-
-    /**
-     * Press mouse.
-     * @param x Horizontal click coordinate
-     * @param y Vertical click coordinate
-     */
-    public void pressMouse(int x, int y) {
-	mDriver.pressMouse(this, x, y, getDefaultMouseButton(), 0);
-    }
-
-    /**
-     * Releases mouse.
-     * @param x Horizontal click coordinate
-     * @param y Vertical click coordinate
-     */
-    public void releaseMouse(int x, int y) {
-	mDriver.releaseMouse(this, x, y, getDefaultMouseButton(), 0);
-    }
-
-    /**
-     * Move mouse over the component.
-     * @param x Horisontal destination coordinate.
-     * @param y Vertical destination coordinate.
-     */
-    public void moveMouse(int x, int y) {
-	mDriver.moveMouse(this, x, y);
-    }
-
-    /**
-     * Drag mouse over the component.
-     * @param x Horisontal destination coordinate.
-     * @param y Vertical destination coordinate.
-     * @param mouseButton Mouse button
-     * @param modifiers Modifiers
-     */
-    public void dragMouse(int x, int y, int mouseButton, int modifiers) {
-	mDriver.dragMouse(this, x, y, getDefaultMouseButton(), 0);
-    }
-
-    /**
-     * Drag mouse over the component with 0 modifiers.
-     * @param x Horisontal destination coordinate.
-     * @param y Vertical destination coordinate.
-     * @param mouseButton Mouse button
-     * @see #dragMouse(int, int, int, int)
-     */
-    public void dragMouse(int x, int y, int mouseButton) {
-	dragMouse(x, y, mouseButton, 0);
-    }
-
-    /**
-     * Drag mouse over the component with 0 modifiers and default mose button pressed.
-     * @param x Horisontal destination coordinate.
-     * @param y Vertical destination coordinate.
-     * @see #dragMouse(int, int, int)
-     * @see #getDefaultMouseButton()
-     */
-    public void dragMouse(int x, int y) {
-	dragMouse(x, y, getDefaultMouseButton());
-    }
-
-    /**
-     * Makes drag'n'drop operation.
-     * @param start_x Start horizontal coordinate
-     * @param start_y Start vertical coordinate
-     * @param end_x End horizontal coordinate
-     * @param end_y End vertical coordinate
-     * @param mouseButton Mouse button
-     * @param modifiers Modifiers
-     */
-    public void dragNDrop(int start_x, int start_y, int end_x, int end_y, int mouseButton, int modifiers) {
-	mDriver.dragNDrop(this, start_x, start_y, end_x, end_y, mouseButton, modifiers,
-			  timeouts.create("ComponentOperator.BeforeDragTimeout"),
-			  timeouts.create("ComponentOperator.AfterDragTimeout"));
-    }
-
-    /**
-     * Makes drag'n'drop operation with 0 modifiers.
-     * @param start_x Start horizontal coordinate
-     * @param start_y Start vertical coordinate
-     * @param end_x End horizontal coordinate
-     * @param end_y End vertical coordinate
-     * @param mouseButton Mouse button
-     * @see #dragNDrop(int, int, int, int, int, int)
-     */
-    public void dragNDrop(int start_x, int start_y, int end_x, int end_y, int mouseButton) {
-	dragNDrop(start_x, start_y, end_x, end_y, mouseButton, 0);
-    }
-
-    /**
-     * Makes drag'n'drop operation by default mouse buttons with 0 modifiers.
-     * @param start_x Start horizontal coordinate
-     * @param start_y Start vertical coordinate
-     * @param end_x End horizontal coordinate
-     * @param end_y End vertical coordinate
-     * @see #dragNDrop(int, int, int, int, int)
-     * @see #getDefaultMouseButton()
-     */
-    public void dragNDrop(int start_x, int start_y, int end_x, int end_y) {
-	dragNDrop(start_x, start_y, end_x, end_y, getDefaultMouseButton(), 0);
-    }
-
-    /** 
-     * Clicks for popup.
-     * @param x Horizontal click coordinate.
-     * @param y Vertical click coordinate.
-     * @param mouseButton Mouse button.
-     * @see #clickMouse(int, int, int, int, int, boolean)
-     */
-    public void clickForPopup(int x, int y, int mouseButton) {
-	makeComponentVisible();
-	clickMouse(x, y, 1, mouseButton, 0, true);
-    }
-
-    /** 
-     * Clicks for popup by popup mouse button.
-     * @param x Horizontal click coordinate.
-     * @param y Vertical click coordinate.
-     * @see #clickForPopup(int, int, int)
-     * @see #getPopupMouseButton()
-     */
-    public void clickForPopup(int x, int y) {
-	clickForPopup(x, y, getPopupMouseButton());
-    }
-
-
-    /**
-     * Makes mouse click on the component center with 0 modifiers.
-     * @param clickCount Click count
-     * @param mouseButton Mouse button (InputEvent.BUTTON1/2/3_MASK value)
-     * @see #clickMouse(int, int, int, int)
-     */
-    public void clickMouse(final int clickCount, final int mouseButton) {
-        getQueueTool().invokeSmoothly(new QueueTool.QueueAction("Choise expanding") {
-                public Object launch() {
-                    clickMouse(getCenterXForClick(), getCenterYForClick(), clickCount, mouseButton);
-                    return(null);
-                }
-            });
-    }
-
-    /**
-     * Makes mouse click on the component center by default mouse button with 0 modifiers.
-     * @param clickCount Click count
-     * @see #clickMouse(int, int)
-     * @see #getDefaultMouseButton()
-     */
-    public void clickMouse(int clickCount) {
-	clickMouse(clickCount, getDefaultMouseButton());
-    }
-
-    /**
-     * Makes siple mouse click on the component center by default mouse button with 0 modifiers.
-     * @see #clickMouse(int)
-     * @see #getDefaultMouseButton()
-     */
-    public void clickMouse() {
-	clickMouse(1);
-    }
-
-    /**
-     * Move mouse inside the component.
-     */
-    public void enterMouse() {
-	mDriver.enterMouse(this);
-    }
-
-    /**
-     * Move mouse outside the component.
-     */
-    public void exitMouse() {
-	mDriver.exitMouse(this);
-    }
-
-    /**
-     * Press mouse.
-     */
-    public void pressMouse() {
-        getQueueTool().invokeSmoothly(new QueueTool.QueueAction("Choise expanding") {
-                public Object launch() {
-                    pressMouse(getCenterXForClick(), getCenterYForClick());
-                    return(null);
-                }
-            });
-    }
-
-    /**
-     * Releases mouse.
-     */
-    public void releaseMouse() {
-        getQueueTool().invokeSmoothly(new QueueTool.QueueAction("Choise expanding") {
-                public Object launch() {
-                    releaseMouse(getCenterXForClick(), getCenterYForClick());
-                    return(null);
-                }
-            });
-    }
-
-    /** 
-     * Clicks for popup at the component center.
-     * @param mouseButton Mouse button.
-     * @see #clickForPopup(int, int)
-     */
-    public void clickForPopup(int mouseButton) {
-	clickForPopup(getCenterXForClick(), getCenterYForClick(), mouseButton);
-    }
-
-    /** 
-     * Clicks for popup by popup mouse button at the component center.
-     * @see #clickForPopup(int)
-     * @see #getPopupMouseButton()
-     */
-    public void clickForPopup() {
-	clickForPopup(getPopupMouseButton());
-    }
-
-    ////////////////////////////////////////////////////////
-    //Keyboard operations
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Press key.
-     * @param keyCode Key code (KeyEvent.VK_* value)
-     * @param modifiers Modifiers (combination of InputEvent.*_MASK fields)
-     */
-    public void pressKey(int keyCode, int modifiers) {
-	kDriver.pressKey(this, keyCode, modifiers);
-    }
-
-    /**
-     * Press key with no modifiers.
-     * @param keyCode Key code (KeyEvent.VK_* value)
-     */
-    public void pressKey(int keyCode) {
-	pressKey(keyCode, 0);
-    }
-
-    /**
-     * Releases key.
-     * @param keyCode Key code (KeyEvent.VK_* value)
-     * @param modifiers Modifiers (combination of InputEvent.*_MASK fields)
-     */
-    public void releaseKey(int keyCode, int modifiers) {
-	kDriver.releaseKey(this, keyCode, modifiers);
-    }
-
-    /**
-     * Releases key with no modifiers.
-     * @param keyCode Key code (KeyEvent.VK_* value)
-     */
-    public void releaseKey(int keyCode) {
-	releaseKey(keyCode, 0);
-    }
-
-    /**
-     * Pushs key.
-     * @param keyCode Key code (KeyEvent.VK_* value)
-     * @param modifiers Modifiers (combination of InputEvent.*_MASK fields)
-     */
-    public void pushKey(int keyCode, int modifiers) {
-	kDriver.pushKey(this, keyCode, modifiers, timeouts.create("ComponentOperator.PushKeyTimeout"));
-    }
-
-    /**
-     * Pushs key.
-     * @param keyCode Key code (KeyEvent.VK_* value)
-     */
-    public void pushKey(int keyCode) {
-	pushKey(keyCode, 0);
-    }
-
-    /**
-     * Types one char.
-     * @param keyCode Key code (KeyEvent.VK_* value)
-     * @param keyChar Char to be typed.
-     * @param modifiers Modifiers (combination of InputEvent.*_MASK fields)
-     */
-    public void typeKey(int keyCode, char keyChar, int modifiers) {
-	kDriver.typeKey(this, keyCode, keyChar, modifiers, timeouts.create("ComponentOperator.PushKeyTimeout"));
-    }
-
-    /**
-     * Types one char.
-     * Uses map defined by setCharBindingMap(CharBindingMap) method to find a key should be pressed.
-     * @param keyChar Char to be typed.
-     * @param modifiers Modifiers (combination of InputEvent.*_MASK fields)
-     * @see org.netbeans.jemmy.CharBindingMap
-     * @see #setCharBindingMap(CharBindingMap)
-     * @see #typeKey(int, char, int)
-     */
-    public void typeKey(char keyChar, int modifiers) {
-	typeKey(getCharKey(keyChar), keyChar, modifiers | getCharModifiers(keyChar));
-    }
-
-    /**
-     * Types one char.
-     * Uses map defined by setCharBindingMap(CharBindingMap) method 
-     * to find a key and modifiers should be pressed.
-     * @param keyChar Char to be typed.
-     * @see #setCharBindingMap(CharBindingMap)
-     * @see #typeKey(char, int)
-     */
-    public void typeKey(char keyChar) {
-	typeKey(keyChar, 0);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Util
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Activates component's window.
-     * @deprecated Use makeComponentVisible() instead.
-     * @see #makeComponentVisible()
-     */
-    public void activateWindow() {
-	getVisualizer().makeVisible((ComponentOperator)this);
-    }
-
-    /**
-     * Prepares component for user input.
-     * Uses visualizer defined by setVisualiser() method.
-     */
-    public void makeComponentVisible() {
-        getVisualizer().makeVisible((ComponentOperator)this);
-        /*
-        final ComponentOperator compOper = (ComponentOperator)this;
-        runMapping(new MapVoidAction("add") {
-                public void map() {
-                    getVisualizer().makeVisible(compOper);
-                }
-            });
-        */
-    }
-
-    /**
-     * Gives input focus to the component.
-     */
-    public void getFocus() {
-	fDriver.giveFocus(this);
-    }
-
-    /**
-     * Return the center x coordinate.
-     * @return the center x coordinate.
-     */
-    public int getCenterX() {
-	return(getWidth() / 2);
-    }
-
-    /**
-     * Return the center y coordinate.
-     * @return the center y coordinate.
-     */
-    public int getCenterY() {
-	return(getHeight() / 2);
-    }
-
-    /**
-     * Return the x coordinate which should be used
-     * for mouse operations by default.
-     * @return the center x coordinate of the visible component part.
-     */
-    public int getCenterXForClick() {
-	return(getCenterX());
-    }
-
-    /**
-     * Return the y coordinate which should be used
-     * for mouse operations by default.
-     * @return the center y coordinate of the visible component part.
-     */
-    public int getCenterYForClick() {
-	return(getCenterY());
-    }
-
-    /**
-     * Waits for the component to be enabled.
-     * @throws TimeoutExpiredException
-     * @throws InterruptedException
-     */
-    public void waitComponentEnabled() throws InterruptedException{
-	Waiter waiter = new Waiter(new Waitable() {
-	    public Object actionProduced(Object obj) {
-		if(((Component)obj).isEnabled()) {
-		    return(obj);
-		} else {
-		    return(null);
-		}
-	    }
-	    public String getDescription() {
-		return("Component enabled: " + 
-		       getSource().getClass().toString());
-	    }
-	});
-	waiter.setOutput(output);
-	Timeouts times = timeouts.cloneThis();
-	times.setTimeout("Waiter.WaitingTime",
-			 times.getTimeout("ComponentOperator.WaitComponentEnabledTimeout"));
-	waiter.setTimeouts(times);
-	waiter.waitAction(getSource());
-    }
-
-    /**
-     * Waits for the component to be enabled.
-     * per request: 37831
-     * @throws TimeoutExpiredException
-     */
-    public void wtComponentEnabled() {
-        try {
-            waitComponentEnabled();
-        } catch(InterruptedException e) {
-            throw(new JemmyException("Interrupted!", e));
-        }
-    }
-
-    /**
-     * Returns an array of containers for this component.
-     * @return an array of containers
-     */
-    public Container[] getContainers() {
-	int counter = 0;
-	Container cont = getSource().getParent();
-	if(cont == null) {
-	    return(new Container[0]);
-	}
-	do {
-	    counter++;
-	} while((cont = cont.getParent()) != null);
-	Container[] res = new Container[counter];
-	cont = getSource().getParent();
-	counter = 0;
-	do {
-	    counter++;
-	    res[counter - 1] = cont;
-	} while((cont = cont.getParent()) != null);
-	return(res);
-    }
-
-    /**
-     * Searches a container.
-     * @param chooser a chooser specifying the searching criteria.
-     * @return a containers specified by searching criteria.
-     */
-    public Container getContainer(ComponentChooser chooser) {
-	int counter = 0;
-	Container cont = getSource().getParent();
-	if(cont == null) {
-	    return(null);
-	}
-	do {
-	    if(chooser.checkComponent(cont)) {
-		return(cont);
-	    }
-	    counter++;
-	} while((cont = cont.getParent()) != null);
-	return(null);
-    }
-
-    /**
-     * Searches the window under component.
-     * @return the component window.
-     */
-    public Window getWindow() {
-        if(getSource() instanceof Window) {
-            return((Window)getSource());
-        }
-	Window window = (Window)getContainer(new ComponentChooser() {
-                public boolean checkComponent(Component comp) {
-                    return(comp instanceof Window);
-                }
-                public String getDescription() {
-                    return("");
-                }
-            });
-	if(window == null && getSource() instanceof Window) {
-	    return((Window)getSource());
-	} else {
-	    return(window);
-	}
-    }
-
-    /**
-     * Waits for this Component has the keyboard focus.
-     * @throws TimeoutExpiredException
-     */
-    public void waitHasFocus() {
-	Timeouts times = timeouts.cloneThis();
-	times.setTimeout("Waiter.WaitingTime", 
-			 times.getTimeout("ComponentOperator.WaitFocusTimeout"));
-	Waiter focusWaiter = new Waiter(new Waitable() {
-	    public Object actionProduced(Object obj) {
-		return(hasFocus() ? "" : null);
-	    }
-	    public String getDescription() {
-		return("Wait component has focus");
-	    }
-	});
-	focusWaiter.setTimeouts(times);
-	focusWaiter.setOutput(output.createErrorOutput());
-	try {
-	    focusWaiter.waitAction(null);
-	} catch(InterruptedException e) {
-	    output.printStackTrace(e);
-	}
-    }
-
-    /**
-     * Waits for the component to be visible or unvisible.
-     * @param visibility required visiblity.
-     * @throws TimeoutExpiredException
-     */
-    public void waitComponentVisible(final boolean visibility) {
-	waitState(new ComponentChooser() {
-                public boolean checkComponent(Component comp) {
-                    return(isVisible() == visibility);
-                }
-                public String getDescription() {
-                    return("Component is " + (visibility ? "" : " not ") + "visible");
-                }
-            });
-    }
-
-    public void waitComponentShowing(final boolean visibility) {
-	waitState(new ComponentChooser() {
-                public boolean checkComponent(Component comp) {
-                    return(isShowing() == visibility);
-                }
-                public String getDescription() {
-                    return("Component is " + (visibility ? "" : " not ") + "showing");
-                }
-            });
-    }
-
-    /**
-     * Returns information about component.
-     */
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-        if(getSource().getName() != null) {
-            result.put(NAME_DPROP, getSource().getName());
-        }
-        result.put(IS_VISIBLE_DPROP, getSource().isVisible() ? "true" : "false");
-	result.put(IS_SHOWING_DPROP, getSource().isShowing() ? "true" : "false");
-	result.put(X_DPROP, Integer.toString(getSource().getX()));
-	result.put(Y_DPROP, Integer.toString(getSource().getY()));
-	result.put(WIDTH_DPROP, Integer.toString(getSource().getWidth()));
-	result.put(HEIGHT_DPROP, Integer.toString(getSource().getHeight()));
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>Component.add(PopupMenu)</code> through queue*/
-    public void add(final PopupMenu popupMenu) {
-	runMapping(new MapVoidAction("add") {
-		public void map() {
-		    ((Component)getSource()).add(popupMenu);
-		}});}
-
-    /**Maps <code>Component.addComponentListener(ComponentListener)</code> through queue*/
-    public void addComponentListener(final ComponentListener componentListener) {
-	runMapping(new MapVoidAction("addComponentListener") {
-		public void map() {
-		    ((Component)getSource()).addComponentListener(componentListener);
-		}});}
-
-    /**Maps <code>Component.addFocusListener(FocusListener)</code> through queue*/
-    public void addFocusListener(final FocusListener focusListener) {
-	runMapping(new MapVoidAction("addFocusListener") {
-		public void map() {
-		    ((Component)getSource()).addFocusListener(focusListener);
-		}});}
-
-    /**Maps <code>Component.addInputMethodListener(InputMethodListener)</code> through queue*/
-    public void addInputMethodListener(final InputMethodListener inputMethodListener) {
-	runMapping(new MapVoidAction("addInputMethodListener") {
-		public void map() {
-		    ((Component)getSource()).addInputMethodListener(inputMethodListener);
-		}});}
-
-    /**Maps <code>Component.addKeyListener(KeyListener)</code> through queue*/
-    public void addKeyListener(final KeyListener keyListener) {
-	runMapping(new MapVoidAction("addKeyListener") {
-		public void map() {
-		    ((Component)getSource()).addKeyListener(keyListener);
-		}});}
-
-    /**Maps <code>Component.addMouseListener(MouseListener)</code> through queue*/
-    public void addMouseListener(final MouseListener mouseListener) {
-	runMapping(new MapVoidAction("addMouseListener") {
-		public void map() {
-		    ((Component)getSource()).addMouseListener(mouseListener);
-		}});}
-
-    /**Maps <code>Component.addMouseMotionListener(MouseMotionListener)</code> through queue*/
-    public void addMouseMotionListener(final MouseMotionListener mouseMotionListener) {
-	runMapping(new MapVoidAction("addMouseMotionListener") {
-		public void map() {
-		    ((Component)getSource()).addMouseMotionListener(mouseMotionListener);
-		}});}
-
-    /**Maps <code>Component.addNotify()</code> through queue*/
-    public void addNotify() {
-	runMapping(new MapVoidAction("addNotify") {
-		public void map() {
-		    ((Component)getSource()).addNotify();
-		}});}
-
-    /**Maps <code>Component.addPropertyChangeListener(PropertyChangeListener)</code> through queue*/
-    public void addPropertyChangeListener(final PropertyChangeListener propertyChangeListener) {
-	runMapping(new MapVoidAction("addPropertyChangeListener") {
-		public void map() {
-		    ((Component)getSource()).addPropertyChangeListener(propertyChangeListener);
-		}});}
-
-    /**Maps <code>Component.addPropertyChangeListener(String, PropertyChangeListener)</code> through queue*/
-    public void addPropertyChangeListener(final String string, final PropertyChangeListener propertyChangeListener) {
-	runMapping(new MapVoidAction("addPropertyChangeListener") {
-		public void map() {
-		    ((Component)getSource()).addPropertyChangeListener(string, propertyChangeListener);
-		}});}
-
-    /**Maps <code>Component.checkImage(Image, int, int, ImageObserver)</code> through queue*/
-    public int checkImage(final Image image, final int i, final int i1, final ImageObserver imageObserver) {
-	return(runMapping(new MapIntegerAction("checkImage") {
-		public int map() {
-		    return(((Component)getSource()).checkImage(image, i, i1, imageObserver));
-		}}));}
-
-    /**Maps <code>Component.checkImage(Image, ImageObserver)</code> through queue*/
-    public int checkImage(final Image image, final ImageObserver imageObserver) {
-	return(runMapping(new MapIntegerAction("checkImage") {
-		public int map() {
-		    return(((Component)getSource()).checkImage(image, imageObserver));
-		}}));}
-
-    /**Maps <code>Component.contains(int, int)</code> through queue*/
-    public boolean contains(final int i, final int i1) {
-	return(runMapping(new MapBooleanAction("contains") {
-		public boolean map() {
-		    return(((Component)getSource()).contains(i, i1));
-		}}));}
-
-    /**Maps <code>Component.contains(Point)</code> through queue*/
-    public boolean contains(final Point point) {
-	return(runMapping(new MapBooleanAction("contains") {
-		public boolean map() {
-		    return(((Component)getSource()).contains(point));
-		}}));}
-
-    /**Maps <code>Component.createImage(int, int)</code> through queue*/
-    public Image createImage(final int i, final int i1) {
-	return((Image)runMapping(new MapAction("createImage") {
-		public Object map() {
-		    return(((Component)getSource()).createImage(i, i1));
-		}}));}
-
-    /**Maps <code>Component.createImage(ImageProducer)</code> through queue*/
-    public Image createImage(final ImageProducer imageProducer) {
-	return((Image)runMapping(new MapAction("createImage") {
-		public Object map() {
-		    return(((Component)getSource()).createImage(imageProducer));
-		}}));}
-
-    /**Maps <code>Component.dispatchEvent(AWTEvent)</code> through queue*/
-    public void dispatchEvent(final AWTEvent aWTEvent) {
-	runMapping(new MapVoidAction("dispatchEvent") {
-		public void map() {
-		    ((Component)getSource()).dispatchEvent(aWTEvent);
-		}});}
-
-    /**Maps <code>Component.doLayout()</code> through queue*/
-    public void doLayout() {
-	runMapping(new MapVoidAction("doLayout") {
-		public void map() {
-		    ((Component)getSource()).doLayout();
-		}});}
-
-    /**Maps <code>Component.enableInputMethods(boolean)</code> through queue*/
-    public void enableInputMethods(final boolean b) {
-	runMapping(new MapVoidAction("enableInputMethods") {
-		public void map() {
-		    ((Component)getSource()).enableInputMethods(b);
-		}});}
-
-    /**Maps <code>Component.getAlignmentX()</code> through queue*/
-    public float getAlignmentX() {
-	return(runMapping(new MapFloatAction("getAlignmentX") {
-		public float map() {
-		    return(((Component)getSource()).getAlignmentX());
-		}}));}
-
-    /**Maps <code>Component.getAlignmentY()</code> through queue*/
-    public float getAlignmentY() {
-	return(runMapping(new MapFloatAction("getAlignmentY") {
-		public float map() {
-		    return(((Component)getSource()).getAlignmentY());
-		}}));}
-
-    /**Maps <code>Component.getBackground()</code> through queue*/
-    public Color getBackground() {
-	return((Color)runMapping(new MapAction("getBackground") {
-		public Object map() {
-		    return(((Component)getSource()).getBackground());
-		}}));}
-
-    /**Maps <code>Component.getBounds()</code> through queue*/
-    public Rectangle getBounds() {
-	return((Rectangle)runMapping(new MapAction("getBounds") {
-		public Object map() {
-		    return(((Component)getSource()).getBounds());
-		}}));}
-
-    /**Maps <code>Component.getBounds(Rectangle)</code> through queue*/
-    public Rectangle getBounds(final Rectangle rectangle) {
-	return((Rectangle)runMapping(new MapAction("getBounds") {
-		public Object map() {
-		    return(((Component)getSource()).getBounds(rectangle));
-		}}));}
-
-    /**Maps <code>Component.getColorModel()</code> through queue*/
-    public ColorModel getColorModel() {
-	return((ColorModel)runMapping(new MapAction("getColorModel") {
-		public Object map() {
-		    return(((Component)getSource()).getColorModel());
-		}}));}
-
-    /**Maps <code>Component.getComponentAt(int, int)</code> through queue*/
-    public Component getComponentAt(final int i, final int i1) {
-	return((Component)runMapping(new MapAction("getComponentAt") {
-		public Object map() {
-		    return(((Component)getSource()).getComponentAt(i, i1));
-		}}));}
-
-    /**Maps <code>Component.getComponentAt(Point)</code> through queue*/
-    public Component getComponentAt(final Point point) {
-	return((Component)runMapping(new MapAction("getComponentAt") {
-		public Object map() {
-		    return(((Component)getSource()).getComponentAt(point));
-		}}));}
-
-    /**Maps <code>Component.getComponentOrientation()</code> through queue*/
-    public ComponentOrientation getComponentOrientation() {
-	return((ComponentOrientation)runMapping(new MapAction("getComponentOrientation") {
-		public Object map() {
-		    return(((Component)getSource()).getComponentOrientation());
-		}}));}
-
-    /**Maps <code>Component.getCursor()</code> through queue*/
-    public Cursor getCursor() {
-	return((Cursor)runMapping(new MapAction("getCursor") {
-		public Object map() {
-		    return(((Component)getSource()).getCursor());
-		}}));}
-
-    /**Maps <code>Component.getDropTarget()</code> through queue*/
-    public DropTarget getDropTarget() {
-	return((DropTarget)runMapping(new MapAction("getDropTarget") {
-		public Object map() {
-		    return(((Component)getSource()).getDropTarget());
-		}}));}
-
-    /**Maps <code>Component.getFont()</code> through queue*/
-    public Font getFont() {
-	return((Font)runMapping(new MapAction("getFont") {
-		public Object map() {
-		    return(((Component)getSource()).getFont());
-		}}));}
-
-    /**Maps <code>Component.getFontMetrics(Font)</code> through queue*/
-    public FontMetrics getFontMetrics(final Font font) {
-	return((FontMetrics)runMapping(new MapAction("getFontMetrics") {
-		public Object map() {
-		    return(((Component)getSource()).getFontMetrics(font));
-		}}));}
-
-    /**Maps <code>Component.getForeground()</code> through queue*/
-    public Color getForeground() {
-	return((Color)runMapping(new MapAction("getForeground") {
-		public Object map() {
-		    return(((Component)getSource()).getForeground());
-		}}));}
-
-    /**Maps <code>Component.getGraphics()</code> through queue*/
-    public Graphics getGraphics() {
-	return((Graphics)runMapping(new MapAction("getGraphics") {
-		public Object map() {
-		    return(((Component)getSource()).getGraphics());
-		}}));}
-
-    /**Maps <code>Component.getHeight()</code> through queue*/
-    public int getHeight() {
-	return(runMapping(new MapIntegerAction("getHeight") {
-		public int map() {
-		    return(((Component)getSource()).getHeight());
-		}}));}
-
-    /**Maps <code>Component.getInputContext()</code> through queue*/
-    public InputContext getInputContext() {
-	return((InputContext)runMapping(new MapAction("getInputContext") {
-		public Object map() {
-		    return(((Component)getSource()).getInputContext());
-		}}));}
-
-    /**Maps <code>Component.getInputMethodRequests()</code> through queue*/
-    public InputMethodRequests getInputMethodRequests() {
-	return((InputMethodRequests)runMapping(new MapAction("getInputMethodRequests") {
-		public Object map() {
-		    return(((Component)getSource()).getInputMethodRequests());
-		}}));}
-
-    /**Maps <code>Component.getLocale()</code> through queue*/
-    public Locale getLocale() {
-	return((Locale)runMapping(new MapAction("getLocale") {
-		public Object map() {
-		    return(((Component)getSource()).getLocale());
-		}}));}
-
-    /**Maps <code>Component.getLocation()</code> through queue*/
-    public Point getLocation() {
-	return((Point)runMapping(new MapAction("getLocation") {
-		public Object map() {
-		    return(((Component)getSource()).getLocation());
-		}}));}
-
-    /**Maps <code>Component.getLocation(Point)</code> through queue*/
-    public Point getLocation(final Point point) {
-	return((Point)runMapping(new MapAction("getLocation") {
-		public Object map() {
-		    return(((Component)getSource()).getLocation(point));
-		}}));}
-
-    /**Maps <code>Component.getLocationOnScreen()</code> through queue*/
-    public Point getLocationOnScreen() {
-	return((Point)runMapping(new MapAction("getLocationOnScreen") {
-		public Object map() {
-		    return(((Component)getSource()).getLocationOnScreen());
-		}}));}
-
-    /**Maps <code>Component.getMaximumSize()</code> through queue*/
-    public Dimension getMaximumSize() {
-	return((Dimension)runMapping(new MapAction("getMaximumSize") {
-		public Object map() {
-		    return(((Component)getSource()).getMaximumSize());
-		}}));}
-
-    /**Maps <code>Component.getMinimumSize()</code> through queue*/
-    public Dimension getMinimumSize() {
-	return((Dimension)runMapping(new MapAction("getMinimumSize") {
-		public Object map() {
-		    return(((Component)getSource()).getMinimumSize());
-		}}));}
-
-    /**Maps <code>Component.getName()</code> through queue*/
-    public String getName() {
-	return((String)runMapping(new MapAction("getName") {
-		public Object map() {
-		    return(((Component)getSource()).getName());
-		}}));}
-
-    /**Maps <code>Component.getParent()</code> through queue*/
-    public Container getParent() {
-	return((Container)runMapping(new MapAction("getParent") {
-		public Object map() {
-		    return(((Component)getSource()).getParent());
-		}}));}
-
-    /**Maps <code>Component.getPreferredSize()</code> through queue*/
-    public Dimension getPreferredSize() {
-	return((Dimension)runMapping(new MapAction("getPreferredSize") {
-		public Object map() {
-		    return(((Component)getSource()).getPreferredSize());
-		}}));}
-
-    /**Maps <code>Component.getSize()</code> through queue*/
-    public Dimension getSize() {
-	return((Dimension)runMapping(new MapAction("getSize") {
-		public Object map() {
-		    return(((Component)getSource()).getSize());
-		}}));}
-
-    /**Maps <code>Component.getSize(Dimension)</code> through queue*/
-    public Dimension getSize(final Dimension dimension) {
-	return((Dimension)runMapping(new MapAction("getSize") {
-		public Object map() {
-		    return(((Component)getSource()).getSize(dimension));
-		}}));}
-
-    /**Maps <code>Component.getToolkit()</code> through queue*/
-    public Toolkit getToolkit() {
-	return((Toolkit)runMapping(new MapAction("getToolkit") {
-		public Object map() {
-		    return(((Component)getSource()).getToolkit());
-		}}));}
-
-    /**Maps <code>Component.getTreeLock()</code> through queue*/
-    public Object getTreeLock() {
-	return((Object)runMapping(new MapAction("getTreeLock") {
-		public Object map() {
-		    return(((Component)getSource()).getTreeLock());
-		}}));}
-
-    /**Maps <code>Component.getWidth()</code> through queue*/
-    public int getWidth() {
-	return(runMapping(new MapIntegerAction("getWidth") {
-		public int map() {
-		    return(((Component)getSource()).getWidth());
-		}}));}
-
-    /**Maps <code>Component.getX()</code> through queue*/
-    public int getX() {
-	return(runMapping(new MapIntegerAction("getX") {
-		public int map() {
-		    return(((Component)getSource()).getX());
-		}}));}
-
-    /**Maps <code>Component.getY()</code> through queue*/
-    public int getY() {
-	return(runMapping(new MapIntegerAction("getY") {
-		public int map() {
-		    return(((Component)getSource()).getY());
-		}}));}
-
-    /**Maps <code>Component.hasFocus()</code> through queue*/
-    public boolean hasFocus() {
-	return(runMapping(new MapBooleanAction("hasFocus") {
-		public boolean map() {
-		    return(((Component)getSource()).hasFocus());
-		}}));}
-
-    /**Maps <code>Component.imageUpdate(Image, int, int, int, int, int)</code> through queue*/
-    public boolean imageUpdate(final Image image, final int i, final int i1, final int i2, final int i3, final int i4) {
-	return(runMapping(new MapBooleanAction("imageUpdate") {
-		public boolean map() {
-		    return(((Component)getSource()).imageUpdate(image, i, i1, i2, i3, i4));
-		}}));}
-
-    /**Maps <code>Component.invalidate()</code> through queue*/
-    public void invalidate() {
-	runMapping(new MapVoidAction("invalidate") {
-		public void map() {
-		    ((Component)getSource()).invalidate();
-		}});}
-
-    /**Maps <code>Component.isDisplayable()</code> through queue*/
-    public boolean isDisplayable() {
-	return(runMapping(new MapBooleanAction("isDisplayable") {
-		public boolean map() {
-		    return(((Component)getSource()).isDisplayable());
-		}}));}
-
-    /**Maps <code>Component.isDoubleBuffered()</code> through queue*/
-    public boolean isDoubleBuffered() {
-	return(runMapping(new MapBooleanAction("isDoubleBuffered") {
-		public boolean map() {
-		    return(((Component)getSource()).isDoubleBuffered());
-		}}));}
-
-    /**Maps <code>Component.isEnabled()</code> through queue*/
-    public boolean isEnabled() {
-	return(runMapping(new MapBooleanAction("isEnabled") {
-		public boolean map() {
-		    return(((Component)getSource()).isEnabled());
-		}}));}
-
-    /**Maps <code>Component.isFocusTraversable()</code> through queue*/
-    public boolean isFocusTraversable() {
-	return(runMapping(new MapBooleanAction("isFocusTraversable") {
-		public boolean map() {
-		    return(((Component)getSource()).isFocusTraversable());
-		}}));}
-
-    /**Maps <code>Component.isLightweight()</code> through queue*/
-    public boolean isLightweight() {
-	return(runMapping(new MapBooleanAction("isLightweight") {
-		public boolean map() {
-		    return(((Component)getSource()).isLightweight());
-		}}));}
-
-    /**Maps <code>Component.isOpaque()</code> through queue*/
-    public boolean isOpaque() {
-	return(runMapping(new MapBooleanAction("isOpaque") {
-		public boolean map() {
-		    return(((Component)getSource()).isOpaque());
-		}}));}
-
-    /**Maps <code>Component.isShowing()</code> through queue*/
-    public boolean isShowing() {
-	return(runMapping(new MapBooleanAction("isShowing") {
-		public boolean map() {
-		    return(((Component)getSource()).isShowing());
-		}}));}
-
-    /**Maps <code>Component.isValid()</code> through queue*/
-    public boolean isValid() {
-	return(runMapping(new MapBooleanAction("isValid") {
-		public boolean map() {
-		    return(((Component)getSource()).isValid());
-		}}));}
-
-    /**Maps <code>Component.isVisible()</code> through queue*/
-    public boolean isVisible() {
-	return(runMapping(new MapBooleanAction("isVisible") {
-		public boolean map() {
-		    return(((Component)getSource()).isVisible());
-		}}));}
-
-    /**Maps <code>Component.list()</code> through queue*/
-    public void list() {
-	runMapping(new MapVoidAction("list") {
-		public void map() {
-		    ((Component)getSource()).list();
-		}});}
-
-    /**Maps <code>Component.list(PrintStream)</code> through queue*/
-    public void list(final PrintStream printStream) {
-	runMapping(new MapVoidAction("list") {
-		public void map() {
-		    ((Component)getSource()).list(printStream);
-		}});}
-
-    /**Maps <code>Component.list(PrintStream, int)</code> through queue*/
-    public void list(final PrintStream printStream, final int i) {
-	runMapping(new MapVoidAction("list") {
-		public void map() {
-		    ((Component)getSource()).list(printStream, i);
-		}});}
-
-    /**Maps <code>Component.list(PrintWriter)</code> through queue*/
-    public void list(final PrintWriter printWriter) {
-	runMapping(new MapVoidAction("list") {
-		public void map() {
-		    ((Component)getSource()).list(printWriter);
-		}});}
-
-    /**Maps <code>Component.list(PrintWriter, int)</code> through queue*/
-    public void list(final PrintWriter printWriter, final int i) {
-	runMapping(new MapVoidAction("list") {
-		public void map() {
-		    ((Component)getSource()).list(printWriter, i);
-		}});}
-
-    /**Maps <code>Component.paint(Graphics)</code> through queue*/
-    public void paint(final Graphics graphics) {
-	runMapping(new MapVoidAction("paint") {
-		public void map() {
-		    ((Component)getSource()).paint(graphics);
-		}});}
-
-    /**Maps <code>Component.paintAll(Graphics)</code> through queue*/
-    public void paintAll(final Graphics graphics) {
-	runMapping(new MapVoidAction("paintAll") {
-		public void map() {
-		    ((Component)getSource()).paintAll(graphics);
-		}});}
-
-    /**Maps <code>Component.prepareImage(Image, int, int, ImageObserver)</code> through queue*/
-    public boolean prepareImage(final Image image, final int i, final int i1, final ImageObserver imageObserver) {
-	return(runMapping(new MapBooleanAction("prepareImage") {
-		public boolean map() {
-		    return(((Component)getSource()).prepareImage(image, i, i1, imageObserver));
-		}}));}
-
-    /**Maps <code>Component.prepareImage(Image, ImageObserver)</code> through queue*/
-    public boolean prepareImage(final Image image, final ImageObserver imageObserver) {
-	return(runMapping(new MapBooleanAction("prepareImage") {
-		public boolean map() {
-		    return(((Component)getSource()).prepareImage(image, imageObserver));
-		}}));}
-
-    /**Maps <code>Component.print(Graphics)</code> through queue*/
-    public void print(final Graphics graphics) {
-	runMapping(new MapVoidAction("print") {
-		public void map() {
-		    ((Component)getSource()).print(graphics);
-		}});}
-
-    /**Maps <code>Component.printAll(Graphics)</code> through queue*/
-    public void printAll(final Graphics graphics) {
-	runMapping(new MapVoidAction("printAll") {
-		public void map() {
-		    ((Component)getSource()).printAll(graphics);
-		}});}
-
-    /**Maps <code>Component.remove(MenuComponent)</code> through queue*/
-    public void remove(final MenuComponent menuComponent) {
-	runMapping(new MapVoidAction("remove") {
-		public void map() {
-		    ((Component)getSource()).remove(menuComponent);
-		}});}
-
-    /**Maps <code>Component.removeComponentListener(ComponentListener)</code> through queue*/
-    public void removeComponentListener(final ComponentListener componentListener) {
-	runMapping(new MapVoidAction("removeComponentListener") {
-		public void map() {
-		    ((Component)getSource()).removeComponentListener(componentListener);
-		}});}
-
-    /**Maps <code>Component.removeFocusListener(FocusListener)</code> through queue*/
-    public void removeFocusListener(final FocusListener focusListener) {
-	runMapping(new MapVoidAction("removeFocusListener") {
-		public void map() {
-		    ((Component)getSource()).removeFocusListener(focusListener);
-		}});}
-
-    /**Maps <code>Component.removeInputMethodListener(InputMethodListener)</code> through queue*/
-    public void removeInputMethodListener(final InputMethodListener inputMethodListener) {
-	runMapping(new MapVoidAction("removeInputMethodListener") {
-		public void map() {
-		    ((Component)getSource()).removeInputMethodListener(inputMethodListener);
-		}});}
-
-    /**Maps <code>Component.removeKeyListener(KeyListener)</code> through queue*/
-    public void removeKeyListener(final KeyListener keyListener) {
-	runMapping(new MapVoidAction("removeKeyListener") {
-		public void map() {
-		    ((Component)getSource()).removeKeyListener(keyListener);
-		}});}
-
-    /**Maps <code>Component.removeMouseListener(MouseListener)</code> through queue*/
-    public void removeMouseListener(final MouseListener mouseListener) {
-	runMapping(new MapVoidAction("removeMouseListener") {
-		public void map() {
-		    ((Component)getSource()).removeMouseListener(mouseListener);
-		}});}
-
-    /**Maps <code>Component.removeMouseMotionListener(MouseMotionListener)</code> through queue*/
-    public void removeMouseMotionListener(final MouseMotionListener mouseMotionListener) {
-	runMapping(new MapVoidAction("removeMouseMotionListener") {
-		public void map() {
-		    ((Component)getSource()).removeMouseMotionListener(mouseMotionListener);
-		}});}
-
-    /**Maps <code>Component.removeNotify()</code> through queue*/
-    public void removeNotify() {
-	runMapping(new MapVoidAction("removeNotify") {
-		public void map() {
-		    ((Component)getSource()).removeNotify();
-		}});}
-
-    /**Maps <code>Component.removePropertyChangeListener(PropertyChangeListener)</code> through queue*/
-    public void removePropertyChangeListener(final PropertyChangeListener propertyChangeListener) {
-	runMapping(new MapVoidAction("removePropertyChangeListener") {
-		public void map() {
-		    ((Component)getSource()).removePropertyChangeListener(propertyChangeListener);
-		}});}
-
-    /**Maps <code>Component.removePropertyChangeListener(String, PropertyChangeListener)</code> through queue*/
-    public void removePropertyChangeListener(final String string, final PropertyChangeListener propertyChangeListener) {
-	runMapping(new MapVoidAction("removePropertyChangeListener") {
-		public void map() {
-		    ((Component)getSource()).removePropertyChangeListener(string, propertyChangeListener);
-		}});}
-
-    /**Maps <code>Component.repaint()</code> through queue*/
-    public void repaint() {
-	runMapping(new MapVoidAction("repaint") {
-		public void map() {
-		    ((Component)getSource()).repaint();
-		}});}
-
-    /**Maps <code>Component.repaint(int, int, int, int)</code> through queue*/
-    public void repaint(final int i, final int i1, final int i2, final int i3) {
-	runMapping(new MapVoidAction("repaint") {
-		public void map() {
-		    ((Component)getSource()).repaint(i, i1, i2, i3);
-		}});}
-
-    /**Maps <code>Component.repaint(long)</code> through queue*/
-    public void repaint(final long l) {
-	runMapping(new MapVoidAction("repaint") {
-		public void map() {
-		    ((Component)getSource()).repaint(l);
-		}});}
-
-    /**Maps <code>Component.repaint(long, int, int, int, int)</code> through queue*/
-    public void repaint(final long l, final int i, final int i1, final int i2, final int i3) {
-	runMapping(new MapVoidAction("repaint") {
-		public void map() {
-		    ((Component)getSource()).repaint(l, i, i1, i2, i3);
-		}});}
-
-    /**Maps <code>Component.requestFocus()</code> through queue*/
-    public void requestFocus() {
-	runMapping(new MapVoidAction("requestFocus") {
-		public void map() {
-		    ((Component)getSource()).requestFocus();
-		}});}
-
-    /**Maps <code>Component.setBackground(Color)</code> through queue*/
-    public void setBackground(final Color color) {
-	runMapping(new MapVoidAction("setBackground") {
-		public void map() {
-		    ((Component)getSource()).setBackground(color);
-		}});}
-
-    /**Maps <code>Component.setBounds(int, int, int, int)</code> through queue*/
-    public void setBounds(final int i, final int i1, final int i2, final int i3) {
-	runMapping(new MapVoidAction("setBounds") {
-		public void map() {
-		    ((Component)getSource()).setBounds(i, i1, i2, i3);
-		}});}
-
-    /**Maps <code>Component.setBounds(Rectangle)</code> through queue*/
-    public void setBounds(final Rectangle rectangle) {
-	runMapping(new MapVoidAction("setBounds") {
-		public void map() {
-		    ((Component)getSource()).setBounds(rectangle);
-		}});}
-
-    /**Maps <code>Component.setComponentOrientation(ComponentOrientation)</code> through queue*/
-    public void setComponentOrientation(final ComponentOrientation componentOrientation) {
-	runMapping(new MapVoidAction("setComponentOrientation") {
-		public void map() {
-		    ((Component)getSource()).setComponentOrientation(componentOrientation);
-		}});}
-
-    /**Maps <code>Component.setCursor(Cursor)</code> through queue*/
-    public void setCursor(final Cursor cursor) {
-	runMapping(new MapVoidAction("setCursor") {
-		public void map() {
-		    ((Component)getSource()).setCursor(cursor);
-		}});}
-
-    /**Maps <code>Component.setDropTarget(DropTarget)</code> through queue*/
-    public void setDropTarget(final DropTarget dropTarget) {
-	runMapping(new MapVoidAction("setDropTarget") {
-		public void map() {
-		    ((Component)getSource()).setDropTarget(dropTarget);
-		}});}
-
-    /**Maps <code>Component.setEnabled(boolean)</code> through queue*/
-    public void setEnabled(final boolean b) {
-	runMapping(new MapVoidAction("setEnabled") {
-		public void map() {
-		    ((Component)getSource()).setEnabled(b);
-		}});}
-
-    /**Maps <code>Component.setFont(Font)</code> through queue*/
-    public void setFont(final Font font) {
-	runMapping(new MapVoidAction("setFont") {
-		public void map() {
-		    ((Component)getSource()).setFont(font);
-		}});}
-
-    /**Maps <code>Component.setForeground(Color)</code> through queue*/
-    public void setForeground(final Color color) {
-	runMapping(new MapVoidAction("setForeground") {
-		public void map() {
-		    ((Component)getSource()).setForeground(color);
-		}});}
-
-    /**Maps <code>Component.setLocale(Locale)</code> through queue*/
-    public void setLocale(final Locale locale) {
-	runMapping(new MapVoidAction("setLocale") {
-		public void map() {
-		    ((Component)getSource()).setLocale(locale);
-		}});}
-
-    /**Maps <code>Component.setLocation(int, int)</code> through queue*/
-    public void setLocation(final int i, final int i1) {
-	runMapping(new MapVoidAction("setLocation") {
-		public void map() {
-		    ((Component)getSource()).setLocation(i, i1);
-		}});}
-
-    /**Maps <code>Component.setLocation(Point)</code> through queue*/
-    public void setLocation(final Point point) {
-	runMapping(new MapVoidAction("setLocation") {
-		public void map() {
-		    ((Component)getSource()).setLocation(point);
-		}});}
-
-    /**Maps <code>Component.setName(String)</code> through queue*/
-    public void setName(final String string) {
-	runMapping(new MapVoidAction("setName") {
-		public void map() {
-		    ((Component)getSource()).setName(string);
-		}});}
-
-    /**Maps <code>Component.setSize(int, int)</code> through queue*/
-    public void setSize(final int i, final int i1) {
-	runMapping(new MapVoidAction("setSize") {
-		public void map() {
-		    ((Component)getSource()).setSize(i, i1);
-		}});}
-
-    /**Maps <code>Component.setSize(Dimension)</code> through queue*/
-    public void setSize(final Dimension dimension) {
-	runMapping(new MapVoidAction("setSize") {
-		public void map() {
-		    ((Component)getSource()).setSize(dimension);
-		}});}
-
-    /**Maps <code>Component.setVisible(boolean)</code> through queue*/
-    public void setVisible(final boolean b) {
-	runMapping(new MapVoidAction("setVisible") {
-		public void map() {
-		    ((Component)getSource()).setVisible(b);
-		}});}
-
-    /**Maps <code>Component.transferFocus()</code> through queue*/
-    public void transferFocus() {
-	runMapping(new MapVoidAction("transferFocus") {
-		public void map() {
-		    ((Component)getSource()).transferFocus();
-		}});}
-
-    /**Maps <code>Component.update(Graphics)</code> through queue*/
-    public void update(final Graphics graphics) {
-	runMapping(new MapVoidAction("update") {
-		public void map() {
-		    ((Component)getSource()).update(graphics);
-		}});}
-
-    /**Maps <code>Component.validate()</code> through queue*/
-    public void validate() {
-	runMapping(new MapVoidAction("validate") {
-		public void map() {
-		    ((Component)getSource()).validate();
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    private void setEventDispatcher(EventDispatcher dispatcher) {
-	dispatcher.setOutput(getOutput().createErrorOutput());
-	dispatcher.setTimeouts(getTimeouts());
-	this.dispatcher = dispatcher;
-    }
-
-    static class VisibleComponentFinder implements ComponentChooser {
-	ComponentChooser subFinder;
-	public VisibleComponentFinder(ComponentChooser sf) {
-	    subFinder = sf;
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp.isShowing()) {
-		return(subFinder.checkComponent(comp));
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return(subFinder.getDescription());
-	}
-    }
-
-}
-
diff --git a/jemmy/src/org/netbeans/jemmy/operators/ContainerOperator.java b/jemmy/src/org/netbeans/jemmy/operators/ContainerOperator.java
deleted file mode 100644
index f3bc75f..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/ContainerOperator.java
+++ /dev/null
@@ -1,526 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import java.awt.event.ContainerListener;
-
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.Waitable;
-import org.netbeans.jemmy.Waiter;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Graphics;
-import java.awt.Insets;
-import java.awt.LayoutManager;
-import java.awt.Point;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait container displayed <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class ContainerOperator extends ComponentOperator
-    implements Timeoutable, Outputable {
-
-    private static int POINT_RECT_SIZE = 10;
-    private final static long WAIT_SUBCOMPONENT_TIMEOUT = 60000;
-
-    private ComponentSearcher searcher;
-    private Timeouts timeouts;
-    private TestOut output;
-    
-    /**
-     * Constructor.
-     * @param b Container component.
-     */
-    public ContainerOperator(Container b) {
-	super(b);
-        searcher = new ComponentSearcher(b);
-	searcher.setOutput(TestOut.getNullOutput());
-    }
-
-    /**
-     * Constructs a ContainerOperator object.
-     * @param cont container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public ContainerOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((Container)cont.
-             waitSubComponent(new ContainerFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a ContainerOperator object.
-     * @param cont container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public ContainerOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public ContainerOperator(ContainerOperator cont, int index) {
-	this((Container)waitComponent(cont, 
-				      new ContainerFinder(), 
-				      index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * @throws TimeoutExpiredException
-     */
-    public ContainerOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches Container in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return Container instance or null if component was not found.
-     */
-    public static Container findContainer(Container cont, ComponentChooser chooser, int index) {
-	return((Container)findComponent(cont, new ContainerFinder(chooser), index));
-    }
-    
-    /**
-     * Searches 0'th Container in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return Container instance or null if component was not found.
-     */
-    public static Container findContainer(Container cont, ComponentChooser chooser) {
-	return(findContainer(cont, chooser, 0));
-    }
-    
-    /**
-     * Searches Container in container.
-     * @param cont Container to search component in.
-     * @param index Ordinal component index.
-     * @return Container instance or null if component was not found.
-     */
-    public static Container findContainer(Container cont, int index) {
-	return(findContainer(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th Container instance"), index));
-    }
-    
-    /**
-     * Searches 0'th Container in container.
-     * @param cont Container to search component in.
-     * @return Container instance or null if component was not found.
-     */
-    public static Container findContainer(Container cont) {
-	return(findContainer(cont, 0));
-    }
-
-    /**
-     * Searches Container object which component lies on.
-     * @param comp Component to find Container under.
-     * @param chooser a chooser specifying searching criteria.
-     * @return Container instance or null if component was not found.
-     */
-    public static Container findContainerUnder(Component comp, ComponentChooser chooser) {
-	return((Container)new ComponentOperator(comp).
-	       getContainer(new ContainerFinder(chooser)));
-    }
-
-    /**
-     * Searches Container object which component lies on.
-     * @param comp Component to find Container under.
-     * @return Container instance or null if component was not found.
-     */
-    public static Container findContainerUnder(Component comp) {
-	return(findContainerUnder(comp, ComponentSearcher.getTrueChooser("Container")));
-    }
-    
-    /**
-     * Waits Container in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return Container instance.
-     * @throws TimeoutExpiredException
-     */
-    public static Container waitContainer(Container cont, ComponentChooser chooser, int index) {
-	return((Container)waitComponent(cont, new ContainerFinder(chooser), index));
-    }
-    
-    /**
-     * Waits 0'th Container in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return Container instance.
-     * @throws TimeoutExpiredException
-     */
-    public static Container waitContainer(Container cont, ComponentChooser chooser) {
-	return(waitContainer(cont, chooser, 0));
-    }
-    
-    /**
-     * Waits Container in container.
-     * @param cont Container to search component in.
-     * @param index Ordinal component index.
-     * @return Container instance.
-     * @throws TimeoutExpiredException
-     */
-    public static Container waitContainer(Container cont, int index) {
-	return(waitContainer(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th Container instance"), index));
-    }
-    
-    /**
-     * Waits 0'th Container in container.
-     * @param cont Container to search component in.
-     * @return Container instance.
-     * @throws TimeoutExpiredException
-     */
-    public static Container waitContainer(Container cont) {
-	return(waitContainer(cont, 0));
-    }
-
-    static {
-	Timeouts.initDefault("ComponentOperator.WaitComponentTimeout", WAIT_SUBCOMPONENT_TIMEOUT);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	super.setTimeouts(timeouts);
-	this.timeouts = timeouts;
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    /** 
-     * Searches for a subcomponent.
-     * @param chooser a chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return Component instance.
-     */
-    public Component findSubComponent(ComponentChooser chooser, int index) {
-        getOutput().printLine("Looking for \"" + chooser.getDescription() +
-                              "\" subcomponent");
-        return(searcher.findComponent(chooser, index));
-    }
-
-    /** 
-     * Searches for a subcomponent.
-     * @param chooser a chooser specifying searching criteria.
-     * @return Component instance.
-     */
-    public Component findSubComponent(ComponentChooser chooser) {
-        return(findSubComponent(chooser, 0));
-    }
-
-    /** 
-     * Waits for a subcomponent.
-     * @param chooser a chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return Component instance.
-     */
-    public Component waitSubComponent(final ComponentChooser chooser, final int index) {
-        getOutput().printLine("Waiting for \"" + chooser.getDescription() +
-                              "\" subcomponent");
-        final ComponentSearcher searcher = new ComponentSearcher((Container)getSource());
-        searcher.setOutput(getOutput().createErrorOutput());
-	Waiter waiter = new Waiter(new Waitable() {
-		public Object actionProduced(Object obj) {
-                    return(searcher.findComponent(chooser, index));
-		}
-		public String getDescription() {
-		    return("Wait for \"" + chooser.getDescription() +
-			   "\" subcomponent to be displayed");
-		}
-	    });
-        waiter.setTimeouts(getTimeouts().cloneThis());
-	waiter.getTimeouts().setTimeout("Waiter.WaitingTime",
-					getTimeouts().
-					getTimeout("ComponentOperator.WaitComponentTimeout"));
-        waiter.setOutput(getOutput());
-	try {
-	    return((Component)waiter.waitAction(null));
-	} catch (InterruptedException e) {
-	    throw(new JemmyException("Waiting for \"" + chooser.getDescription() +
-				     "\" component has been interrupted", e));
-	}
-    }
-
-    /** 
-     * Waits for a subcomponent.
-     * @param chooser a chooser specifying searching criteria.
-     * @return Component instance.
-     */
-    public Component waitSubComponent(ComponentChooser chooser) {
-	return(waitSubComponent(chooser, 0));
-    }
-
-    /** 
-     * Waits for a subcomponent and creates an operator.
-     * @param chooser a chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return Component instance.
-     */
-    public ComponentOperator createSubOperator(ComponentChooser chooser, int index) {
-	return(createOperator(waitSubComponent(chooser, index)));
-    }
-
-    /** 
-     * Waits for a subcomponent and creates an operator.
-     * @param chooser a chooser specifying searching criteria.
-     * @return Component instance.
-     */
-    public ComponentOperator createSubOperator(ComponentChooser chooser) {
-	return(createSubOperator(chooser, 0));
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>Container.add(Component)</code> through queue*/
-    public Component add(final Component component) {
-	return((Component)runMapping(new MapAction("add") {
-		public Object map() {
-		    return(((Container)getSource()).add(component));
-		}}));}
-
-    /**Maps <code>Container.add(Component, int)</code> through queue*/
-    public Component add(final Component component, final int i) {
-	return((Component)runMapping(new MapAction("add") {
-		public Object map() {
-		    return(((Container)getSource()).add(component, i));
-		}}));}
-
-    /**Maps <code>Container.add(Component, Object)</code> through queue*/
-    public void add(final Component component, final Object object) {
-	runMapping(new MapVoidAction("add") {
-		public void map() {
-		    ((Container)getSource()).add(component, object);
-		}});}
-
-    /**Maps <code>Container.add(Component, Object, int)</code> through queue*/
-    public void add(final Component component, final Object object, final int i) {
-	runMapping(new MapVoidAction("add") {
-		public void map() {
-		    ((Container)getSource()).add(component, object, i);
-		}});}
-
-    /**Maps <code>Container.add(String, Component)</code> through queue*/
-    public Component add(final String string, final Component component) {
-	return((Component)runMapping(new MapAction("add") {
-		public Object map() {
-		    return(((Container)getSource()).add(string, component));
-		}}));}
-
-    /**Maps <code>Container.addContainerListener(ContainerListener)</code> through queue*/
-    public void addContainerListener(final ContainerListener containerListener) {
-	runMapping(new MapVoidAction("addContainerListener") {
-		public void map() {
-		    ((Container)getSource()).addContainerListener(containerListener);
-		}});}
-
-    /**Maps <code>Container.findComponentAt(int, int)</code> through queue*/
-    public Component findComponentAt(final int i, final int i1) {
-	return((Component)runMapping(new MapAction("findComponentAt") {
-		public Object map() {
-		    return(((Container)getSource()).findComponentAt(i, i1));
-		}}));}
-
-    /**Maps <code>Container.findComponentAt(Point)</code> through queue*/
-    public Component findComponentAt(final Point point) {
-	return((Component)runMapping(new MapAction("findComponentAt") {
-		public Object map() {
-		    return(((Container)getSource()).findComponentAt(point));
-		}}));}
-
-    /**Maps <code>Container.getComponent(int)</code> through queue*/
-    public Component getComponent(final int i) {
-	return((Component)runMapping(new MapAction("getComponent") {
-		public Object map() {
-		    return(((Container)getSource()).getComponent(i));
-		}}));}
-
-    /**Maps <code>Container.getComponentCount()</code> through queue*/
-    public int getComponentCount() {
-	return(runMapping(new MapIntegerAction("getComponentCount") {
-		public int map() {
-		    return(((Container)getSource()).getComponentCount());
-		}}));}
-
-    /**Maps <code>Container.getComponents()</code> through queue*/
-    public Component[] getComponents() {
-	return((Component[])runMapping(new MapAction("getComponents") {
-		public Object map() {
-		    return(((Container)getSource()).getComponents());
-		}}));}
-
-    /**Maps <code>Container.getInsets()</code> through queue*/
-    public Insets getInsets() {
-	return((Insets)runMapping(new MapAction("getInsets") {
-		public Object map() {
-		    return(((Container)getSource()).getInsets());
-		}}));}
-
-    /**Maps <code>Container.getLayout()</code> through queue*/
-    public LayoutManager getLayout() {
-	return((LayoutManager)runMapping(new MapAction("getLayout") {
-		public Object map() {
-		    return(((Container)getSource()).getLayout());
-		}}));}
-
-    /**Maps <code>Container.isAncestorOf(Component)</code> through queue*/
-    public boolean isAncestorOf(final Component component) {
-	return(runMapping(new MapBooleanAction("isAncestorOf") {
-		public boolean map() {
-		    return(((Container)getSource()).isAncestorOf(component));
-		}}));}
-
-    /**Maps <code>Container.paintComponents(Graphics)</code> through queue*/
-    public void paintComponents(final Graphics graphics) {
-	runMapping(new MapVoidAction("paintComponents") {
-		public void map() {
-		    ((Container)getSource()).paintComponents(graphics);
-		}});}
-
-    /**Maps <code>Container.printComponents(Graphics)</code> through queue*/
-    public void printComponents(final Graphics graphics) {
-	runMapping(new MapVoidAction("printComponents") {
-		public void map() {
-		    ((Container)getSource()).printComponents(graphics);
-		}});}
-
-    /**Maps <code>Container.remove(int)</code> through queue*/
-    public void remove(final int i) {
-	runMapping(new MapVoidAction("remove") {
-		public void map() {
-		    ((Container)getSource()).remove(i);
-		}});}
-
-    /**Maps <code>Container.remove(Component)</code> through queue*/
-    public void remove(final Component component) {
-	runMapping(new MapVoidAction("remove") {
-		public void map() {
-		    ((Container)getSource()).remove(component);
-		}});}
-
-    /**Maps <code>Container.removeAll()</code> through queue*/
-    public void removeAll() {
-	runMapping(new MapVoidAction("removeAll") {
-		public void map() {
-		    ((Container)getSource()).removeAll();
-		}});}
-
-    /**Maps <code>Container.removeContainerListener(ContainerListener)</code> through queue*/
-    public void removeContainerListener(final ContainerListener containerListener) {
-	runMapping(new MapVoidAction("removeContainerListener") {
-		public void map() {
-		    ((Container)getSource()).removeContainerListener(containerListener);
-		}});}
-
-    /**Maps <code>Container.setLayout(LayoutManager)</code> through queue*/
-    public void setLayout(final LayoutManager layoutManager) {
-	runMapping(new MapVoidAction("setLayout") {
-		public void map() {
-		    ((Container)getSource()).setLayout(layoutManager);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Checks component type.
-     */
-    public static class ContainerFinder extends Finder {
-        /**
-         * Constructs ContainerFinder.
-         * @param sf other searching criteria.
-         */
-	public ContainerFinder(ComponentChooser sf) {
-            super(Container.class, sf);
-	}
-        /**
-         * Constructs ContainerFinder.
-         */
-	public ContainerFinder() {
-            super(Container.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/DialogOperator.java b/jemmy/src/org/netbeans/jemmy/operators/DialogOperator.java
deleted file mode 100644
index 0471c9f..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/DialogOperator.java
+++ /dev/null
@@ -1,482 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.DialogWaiter;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-
-import java.awt.Component;
-import java.awt.Dialog;
-import java.awt.Window;
-
-import java.util.Hashtable;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * DialogWaiter.WaitDialogTimeout - time to wait dialog displayed <BR>
- * DialogWaiter.AfterDialogTimeout - time to sleep after dialog has been dispayed <BR>
- * ComponentOperator.WaitStateTimeout - time to wait for title <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- * 
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class DialogOperator extends WindowOperator {
-
-    /**
-     * Identifier for a title property.
-     * @see #getDump
-     */
-    public static final String TITLE_DPROP = "Title";
-
-    /**
-     * Identifier for a modal property.
-     * @see #getDump
-     */
-    public static final String IS_MODAL_DPROP = "Modal";
-
-    /**
-     * Identifier for a resizable property.
-     * @see #getDump
-     */
-    public static final String IS_RESIZABLE_DPROP = "Resizable";
-
-    /**
-     * Constructs a DialogOperator object.
-     * @param w window
-     */
-    public DialogOperator(Dialog w) {
-	super(w);
-    }
-
-    /**
-     * Constructs a DialogOperator object.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @param env an operator to copy environment from.
-     */
-    public DialogOperator(ComponentChooser chooser, int index, Operator env) {
-	this(waitDialog(new DialogFinder(chooser),
-                        index, 
-                        env.getTimeouts(),
-			env.getOutput()));
-	copyEnvironment(env);
-    }
-
-    /**
-     * Constructs a DialogOperator object.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public DialogOperator(ComponentChooser chooser, int index) {
-	this(chooser, index, Operator.getEnvironmentOperator());
-    }
-
-    /**
-     * Constructs a DialogOperator object.
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public DialogOperator(ComponentChooser chooser) {
-	this(chooser, 0);
-    }
-
-    /**
-     * Constructs a DialogOperator object.
-     * @param owner window - owner
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public DialogOperator(WindowOperator owner, ComponentChooser chooser, int index) {
-	this((Dialog)owner.
-             waitSubWindow(new DialogFinder(chooser),
-                           index));
-	copyEnvironment(owner);
-    }
-
-    /**
-     * Constructs a DialogOperator object.
-     * @param owner window - owner
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public DialogOperator(WindowOperator owner, ComponentChooser chooser) {
-	this(owner, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for a dialog to show. The dialog is identified as the
-     * <code>index+1</code>'th <code>java.awt.Dialog</code> that shows, is
-     * owned by the window managed by the <code>WindowOperator</code>
-     * <code>owner</code>, and that has the desired title.  Uses owner's
-     * timeout and output for waiting and to init this operator.
-     * @param owner Operator pointing to a window owner.
-     * @param title The desired title.
-     * @param index Ordinal index.  The first dialog has <code>index</code> 0.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public DialogOperator(WindowOperator owner, String title, int index) {
-	this(waitDialog(owner,
-			 new DialogByTitleFinder(title,
-                                                 owner.getComparator()), 
-			 index));
-	copyEnvironment(owner);
-    }
-
-    /**
-     * Uses owner's timeout and output for waiting and to init operator.
-     * Waits for a dialog to show. The dialog is identified as the
-     * first <code>java.awt.Dialog</code> that shows, is
-     * owned by the window managed by the <code>WindowOperator</code>
-     * <code>owner</code>, and that has the desired title.  Uses owner's
-     * timeout and output for waiting and to init this operator.
-     * @param owner Operator pointing to a window owner.
-     * @param title The desired title.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public DialogOperator(WindowOperator owner, String title) {
-	this(owner, title, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the index'th dialog between owner's children.
-     * Uses owner'th timeout and output for waiting and to init operator.
-     * @param owner Operator pointing to a window owner.
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public DialogOperator(WindowOperator owner, int index) {
-	this((Dialog)
-	     waitDialog(owner, 
-			new DialogFinder(),
-			index));
-	copyEnvironment(owner);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the first dialog between owner's children.
-     * Uses owner'th timeout and output for waiting and to init operator.
-     * @param owner Operator pointing to a window owner.
-     * @throws TimeoutExpiredException
-     */
-    public DialogOperator(WindowOperator owner) {
-	this(owner, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the dialog with "title" subtitle.
-     * Constructor can be used in complicated cases when
-     * output or timeouts should differ from default.
-     * @param title a window title
-     * @param index Ordinal component index.
-     * @param env an operator to copy environment from.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public DialogOperator(String title, int index, Operator env) {
-	this(new DialogByTitleFinder(title, 
-                                     env.getComparator()),
-             index,
-             env);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the dialog with "title" subtitle.
-     * Uses current timeouts and output values.
-     * @param title a window title
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @see JemmyProperties#getCurrentTimeouts()
-     * @see JemmyProperties#getCurrentOutput()
-     * @throws TimeoutExpiredException
-     */
-    public DialogOperator(String title, int index){
-	this(title, index,
-	     ComponentOperator.getEnvironmentOperator());
-    }
-
-    /**
-     * Constructor.
-     * Waits for the dialog with "title" subtitle.
-     * Uses current timeouts and output values.
-     * @param title a window title
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @see JemmyProperties#getCurrentTimeouts()
-     * @see JemmyProperties#getCurrentOutput()
-     * @throws TimeoutExpiredException
-     */
-    public DialogOperator(String title) {
-	this(title, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the index'th dialog.
-     * Uses current timeout and output for waiting and to init operator.
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public DialogOperator(int index) {
-	this((Dialog)
-	     waitDialog(new DialogFinder(),
-			index,
-			ComponentOperator.getEnvironmentOperator().getTimeouts(),
-			ComponentOperator.getEnvironmentOperator().getOutput()));
-	copyEnvironment(ComponentOperator.getEnvironmentOperator());
-    }
-
-    /**
-     * Constructor.
-     * Waits for the first dialog.
-     * Uses current timeout and output for waiting and to init operator.
-     * @throws TimeoutExpiredException
-     */
-    public DialogOperator() {
-	this(0);
-    }
-
-    /**
-     * Waits for title. Uses getComparator() comparator.
-     * @param title Title to wait for.
-     */
-    public void waitTitle(final String title) {
-	getOutput().printLine("Wait \"" + title + "\" title of dialog \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait \"" + title + "\" title");
-	waitState(new DialogByTitleFinder(title, getComparator()));
-    }
-
-    /**
-     * Returns information about component.
-     */
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-        if(((Dialog)getSource()).getTitle() != null) {
-            result.put(TITLE_DPROP, ((Dialog)getSource()).getTitle());
-        }
-	result.put(IS_MODAL_DPROP, ((Dialog)getSource()).isModal() ? "true" : "false");
-	result.put(IS_RESIZABLE_DPROP, ((Dialog)getSource()).isResizable() ? "true" : "false");
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>Dialog.getTitle()</code> through queue*/
-    public String getTitle() {
-	return((String)runMapping(new MapAction("getTitle") {
-		public Object map() {
-		    return(((Dialog)getSource()).getTitle());
-		}}));}
-
-    /**Maps <code>Dialog.isModal()</code> through queue*/
-    public boolean isModal() {
-	return(runMapping(new MapBooleanAction("isModal") {
-		public boolean map() {
-		    return(((Dialog)getSource()).isModal());
-		}}));}
-
-    /**Maps <code>Dialog.isResizable()</code> through queue*/
-    public boolean isResizable() {
-	return(runMapping(new MapBooleanAction("isResizable") {
-		public boolean map() {
-		    return(((Dialog)getSource()).isResizable());
-		}}));}
-
-    /**Maps <code>Dialog.setModal(boolean)</code> through queue*/
-    public void setModal(final boolean b) {
-	runMapping(new MapVoidAction("setModal") {
-		public void map() {
-		    ((Dialog)getSource()).setModal(b);
-		}});}
-
-    /**Maps <code>Dialog.setResizable(boolean)</code> through queue*/
-    public void setResizable(final boolean b) {
-	runMapping(new MapVoidAction("setResizable") {
-		public void map() {
-		    ((Dialog)getSource()).setResizable(b);
-		}});}
-
-    /**Maps <code>Dialog.setTitle(String)</code> through queue*/
-    public void setTitle(final String string) {
-	runMapping(new MapVoidAction("setTitle") {
-		public void map() {
-		    ((Dialog)getSource()).setTitle(string);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * A method to be used from subclasses.
-     * Uses timeouts and output passed as parameters during the waiting.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @param timeouts timeouts to be used during the waiting.
-     * @param output an output to be used during the waiting.
-     * @return Component instance or null if component was not found.
-     */
-    protected static Dialog waitDialog(ComponentChooser chooser, int index,
-					 Timeouts timeouts, TestOut output) {
-	try {
-	    DialogWaiter waiter = new DialogWaiter();
-	    waiter.setTimeouts(timeouts);
-	    waiter.setOutput(output);
-	    return((Dialog)waiter.
-		   waitDialog(new DialogFinder(chooser), index));
-	} catch(InterruptedException e) {
-	    output.printStackTrace(e);
-	    return(null);
-	}
-    }
-
-    /**
-     * A method to be used from subclasses.
-     * Uses <code>owner</code>'s timeouts and output during the waiting.
-     * @param owner a window - dialog owner.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return Component instance or null if component was not found.
-     */
-    protected static Dialog waitDialog(WindowOperator owner, ComponentChooser chooser, int index) {
-	return(waitDialog((Window)owner.getSource(), 
-			  chooser, index, 
-			  owner.getTimeouts(), owner.getOutput()));
-    }
-
-    /**
-     * A method to be used from subclasses.
-     * Uses timeouts and output passed as parameters during the waiting.
-     * @param owner a window - dialog owner.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @param timeouts timeouts to be used during the waiting.
-     * @param output an output to be used during the waiting.
-     * @return Component instance or null if component was not found.
-     */
-    protected static Dialog waitDialog(Window owner, ComponentChooser chooser, int index,
-					 Timeouts timeouts, TestOut output) {
-	try {
-	    DialogWaiter waiter = new DialogWaiter();
-	    waiter.setTimeouts(timeouts);
-	    waiter.setOutput(output);
-	    return((Dialog)waiter.
-		   waitDialog(owner, new DialogFinder(chooser), index));
-	} catch(InterruptedException e) {
-	    JemmyProperties.getCurrentOutput().printStackTrace(e);
-	    return(null);
-	}
-    }
-
-
-    /**
-     * Checks component type.
-     */
-    public static class DialogFinder extends Finder {
-        /**
-         * Constructs DialogFinder.
-         * @param sf other searching criteria.
-         */
-	public DialogFinder(ComponentChooser sf) {
-            super(Dialog.class, sf);
-	}
-        /**
-         * Constructs DialogFinder.
-         */
-	public DialogFinder() {
-            super(Dialog.class);
-	}
-    }
-
-    /**
-     * Allows to find component by title.
-     */
-    public static class DialogByTitleFinder implements ComponentChooser {
-	String title;
-	StringComparator comparator;
-        /**
-         * Constructs DialogByTitleFinder.
-         * @param t a text pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public DialogByTitleFinder(String t, StringComparator comparator) {
-	    title = t;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs DialogByTitleFinder.
-         * @param t a text pattern
-         */
-	public DialogByTitleFinder(String t) {
-            this(t, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof Dialog) {
-		if(((Dialog)comp).isShowing() && ((Dialog)comp).getTitle() != null) {
-		    return(comparator.equals(((Dialog)comp).getTitle(), title));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("Dialog with title \"" + title + "\"");
-	}
-    }
-}
-
diff --git a/jemmy/src/org/netbeans/jemmy/operators/FrameOperator.java b/jemmy/src/org/netbeans/jemmy/operators/FrameOperator.java
deleted file mode 100644
index 582dc15..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/FrameOperator.java
+++ /dev/null
@@ -1,494 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.FrameWaiter;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-
-import org.netbeans.jemmy.drivers.FrameDriver;
-import org.netbeans.jemmy.drivers.DriverManager;
-
-import java.awt.Component;
-import java.awt.Image;
-import java.awt.Frame;
-import java.awt.MenuBar;
-
-import java.util.Hashtable;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * FrameWaiter.WaitFrameTimeout - time to wait frame displayed <BR>
- * FrameWaiter.AfterFrameTimeout - time to sleep after frame has been dispayed <BR>
- * ComponentOperator.WaitStateTimeout - time to wait for text <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- * 
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class FrameOperator extends WindowOperator implements Outputable {
-
-    /**
-     * Identifier for a title property.
-     * @see #getDump
-     */
-    public static final String TITLE_DPROP = "Title";
-
-    /**
-     * Identifier for a state property.
-     * @see #getDump
-     */
-    public static final String STATE_DPROP = "State";
-
-    /**
-     * Identifier for a "normal state" state property value.
-     * @see #getDump
-     */
-    public static final String STATE_NORMAL_DPROP_VALUE = "NORMAL";
-
-    /**
-     * Identifier for a "iconified state" state property value.
-     * @see #getDump
-     */
-    public static final String STATE_ICONIFIED_DPROP_VALUE = "ICONIFIED";
-
-    /**
-     * Identifier for a resizable property.
-     * @see #getDump
-     */
-    public static final String IS_RESIZABLE_DPROP = "Resizable";
-
-    TestOut output;
-    FrameDriver driver;
-
-    /**
-     * Constructs a FrameOperator object.
-     * @param w window
-     */
-    public FrameOperator(Frame w) {
-	super(w);
-	driver = DriverManager.getFrameDriver(getClass());
-    }
-
-    /**
-     * Constructs a FrameOperator object.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @param env an operator to copy environment from.
-     */
-    public FrameOperator(ComponentChooser chooser, int index, Operator env) {
-	this(waitFrame(new FrameFinder(chooser),
-                       index, 
-                       env.getTimeouts(),
-                       env.getOutput()));
-	copyEnvironment(env);
-    }
-
-    /**
-     * Constructs a FrameOperator object.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public FrameOperator(ComponentChooser chooser, int index) {
-	this(chooser, index, Operator.getEnvironmentOperator());
-    }
-
-    /**
-     * Constructs a FrameOperator object.
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public FrameOperator(ComponentChooser chooser) {
-	this(chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the frame with "title" subtitle.
-     * Constructor can be used in complicated cases when
-     * output or timeouts should differ from default.
-     * @param title a window title
-     * @param index Ordinal component index.
-     * @param env an operator to copy environment from.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public FrameOperator(String title, int index, Operator env) {
-	this(waitFrame(new FrameByTitleFinder(title, 
-						 env.getComparator()),
-			index,
-			env.getTimeouts(),
-			env.getOutput()));
-	copyEnvironment(env);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the frame with "title" subtitle.
-     * Uses current timeouts and output values.
-     * @param title a window title
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @see JemmyProperties#getCurrentTimeouts()
-     * @see JemmyProperties#getCurrentOutput()
-     * @throws TimeoutExpiredException
-     */
-    public FrameOperator(String title, int index) {
-	this(title, index,
-	     ComponentOperator.getEnvironmentOperator());
-    }
-
-    /**
-     * Constructor.
-     * Waits for the frame with "title" subtitle.
-     * Uses current timeouts and output values.
-     * @param title a window title
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @see JemmyProperties#getCurrentTimeouts()
-     * @see JemmyProperties#getCurrentOutput()
-     * @throws TimeoutExpiredException
-     */
-    public FrameOperator(String title) {
-	this(title, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the index'th frame.
-     * Uses current timeout and output for waiting and to init operator.
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public FrameOperator(int index) {
-	this((Frame)
-	     waitFrame(new FrameFinder(),
-		       index,
-		       ComponentOperator.getEnvironmentOperator().getTimeouts(),
-		       ComponentOperator.getEnvironmentOperator().getOutput()));
-	copyEnvironment(ComponentOperator.getEnvironmentOperator());
-    }
-
-    /**
-     * Constructor.
-     * Waits for the first frame.
-     * Uses current timeout and output for waiting and to init operator.
-     * @throws TimeoutExpiredException
-     */
-    public FrameOperator() {
-	this(0);
-    }
-
-    public void setOutput(TestOut out) {
-	super.setOutput(out);
-	output = out;
-    }
-    
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = 
-	    (FrameDriver)DriverManager.
-	    getDriver(DriverManager.FRAME_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-    }
-
-    /**
-     * Waits for title. Uses getComparator() comparator.
-     * @param title Title to wait for.
-     */
-    public void waitTitle(final String title) {
-	getOutput().printLine("Wait \"" + title + "\" title of frame \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait \"" + title + "\" title");
-	waitState(new FrameByTitleFinder(title, getComparator()));
-    }
-
-    /**
-     * Iconifies the frame.
-     */
-    public void iconify() {
- 	output.printLine("Iconifying frame\n    " + toStringSource());
- 	output.printGolden("Iconifying frame");
-	driver.iconify(this);
-	if(getVerification()) {
-            waitState(Frame.ICONIFIED);
-        }
-    }
-    /**
-     * Deiconifies the frame.
-     */
-    public void deiconify() {
- 	output.printLine("Deiconifying frame\n    " + toStringSource());
- 	output.printGolden("Deiconifying frame");
-	driver.deiconify(this);
-	if(getVerification()) {
-            waitState(Frame.NORMAL);
-        }
-    }
-    /**
-     * Maximizes the frame.
-     */
-    public void maximize() {
- 	output.printLine("Maximizing frame\n    " + toStringSource());
- 	output.printGolden("Maximizing frame");
-	driver.maximize(this);
-	if(getVerification()) {
-            waitState(Frame.NORMAL);
-        }
-    }
-    /**
-     * Demaximizes the frame.
-     */
-    public void demaximize() {
- 	output.printLine("Demaximizing frame\n    " + toStringSource());
- 	output.printGolden("Demaximizing frame");
-	driver.demaximize(this);
-	if(getVerification()) {
-            waitState(Frame.NORMAL);
-        }
-    }
-
-    /**
-     * Waits for the frame to have a specified state.
-     * @param state a state for the frame to have.
-     */
-    public void waitState(final int state) {
-	getOutput().printLine("Wait frame to have " +
-                              Integer.toString(state) +
-			      " state \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait frame to have " +
-                                Integer.toString(state) +
-                                " state");
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-                    return(((Frame)comp).getState() == state);
-		}
-		public String getDescription() {
-		    return(Integer.toString(state) + " state");
-		}
-	    });
-    }
-
-    /**
-     * Returns information about component.
-     */
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-        if(((Frame)getSource()).getTitle() != null) {
-            result.put(TITLE_DPROP, ((Frame)getSource()).getTitle());
-        }
-	result.put(STATE_DPROP, 
-		   (((Frame)getSource()).getState() == Frame.ICONIFIED) ?
-		   STATE_ICONIFIED_DPROP_VALUE : STATE_NORMAL_DPROP_VALUE);
-	result.put(IS_RESIZABLE_DPROP, ((Frame)getSource()).isResizable() ? "true" : "false");
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>Frame.getIconImage()</code> through queue*/
-    public Image getIconImage() {
-	return((Image)runMapping(new MapAction("getIconImage") {
-		public Object map() {
-		    return(((Frame)getSource()).getIconImage());
-		}}));}
-
-    /**Maps <code>Frame.getMenuBar()</code> through queue*/
-    public MenuBar getMenuBar() {
-	return((MenuBar)runMapping(new MapAction("getMenuBar") {
-		public Object map() {
-		    return(((Frame)getSource()).getMenuBar());
-		}}));}
-
-    /**Maps <code>Frame.getState()</code> through queue*/
-    public int getState() {
-	return(runMapping(new MapIntegerAction("getState") {
-		public int map() {
-		    return(((Frame)getSource()).getState());
-		}}));}
-
-    /**Maps <code>Frame.getTitle()</code> through queue*/
-    public String getTitle() {
-	return((String)runMapping(new MapAction("getTitle") {
-		public Object map() {
-		    return(((Frame)getSource()).getTitle());
-		}}));}
-
-    /**Maps <code>Frame.isResizable()</code> through queue*/
-    public boolean isResizable() {
-	return(runMapping(new MapBooleanAction("isResizable") {
-		public boolean map() {
-		    return(((Frame)getSource()).isResizable());
-		}}));}
-
-    /**Maps <code>Frame.setIconImage(Image)</code> through queue*/
-    public void setIconImage(final Image image) {
-	runMapping(new MapVoidAction("setIconImage") {
-		public void map() {
-		    ((Frame)getSource()).setIconImage(image);
-		}});}
-
-    /**Maps <code>Frame.setMenuBar(MenuBar)</code> through queue*/
-    public void setMenuBar(final MenuBar menuBar) {
-	runMapping(new MapVoidAction("setMenuBar") {
-		public void map() {
-		    ((Frame)getSource()).setMenuBar(menuBar);
-		}});}
-
-    /**Maps <code>Frame.setResizable(boolean)</code> through queue*/
-    public void setResizable(final boolean b) {
-	runMapping(new MapVoidAction("setResizable") {
-		public void map() {
-		    ((Frame)getSource()).setResizable(b);
-		}});}
-
-    /**Maps <code>Frame.setState(int)</code> through queue*/
-    public void setState(final int i) {
-	runMapping(new MapVoidAction("setState") {
-		public void map() {
-		    ((Frame)getSource()).setState(i);
-		}});}
-
-    /**Maps <code>Frame.setTitle(String)</code> through queue*/
-    public void setTitle(final String string) {
-	runMapping(new MapVoidAction("setTitle") {
-		public void map() {
-		    ((Frame)getSource()).setTitle(string);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * A method to be used from subclasses.
-     * Uses timeouts and output passed as parameters during the waiting.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @param timeouts timeouts to be used during the waiting.
-     * @param output an output to be used during the waiting.
-     * @return Component instance or null if component was not found.
-     * @throws TimeoutExpiredException
-     */
-    protected static Frame waitFrame(ComponentChooser chooser, int index,
-				       Timeouts timeouts, TestOut output) {
-	try {
-	    FrameWaiter waiter = new FrameWaiter();
-	    waiter.setTimeouts(timeouts);
-	    waiter.setOutput(output);
-	    return((Frame)waiter.waitFrame(new FrameFinder(chooser), index));
-	} catch(InterruptedException e) {
-	    output.printStackTrace(e);
-	    return(null);
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class FrameFinder extends Finder {
-        /**
-         * Constructs FrameFinder.
-         * @param sf other searching criteria.
-         */
-	public FrameFinder(ComponentChooser sf) {
-            super(Frame.class, sf);
-	}
-        /**
-         * Constructs FrameFinder.
-         */
-	public FrameFinder() {
-            super(Frame.class);
-	}
-    }
-
-    /**
-     * Allows to find component by title.
-     */
-    public static class FrameByTitleFinder implements ComponentChooser {
-	String title;
-	StringComparator comparator;
-        /**
-         * Constructs FrameByTitleFinder.
-         * @param t a text pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public FrameByTitleFinder(String t, StringComparator comparator) {
-	    title = t;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs FrameByTitleFinder.
-         * @param t a text pattern
-         */
-	public FrameByTitleFinder(String t) {
-            this(t, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof Frame) {
-		if(((Frame)comp).isShowing() && ((Frame)comp).getTitle() != null) {
-		    return(comparator.equals(((Frame)comp).getTitle(), title));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("Frame with title \"" + title + "\"");
-	}
-    }
-}
-
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JButtonOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JButtonOperator.java
deleted file mode 100644
index 7b7c4d8..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JButtonOperator.java
+++ /dev/null
@@ -1,341 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.TimeoutExpiredException;
-
-import java.awt.Component;
-import java.awt.Container;
-
-import java.util.Hashtable;
-
-import javax.swing.JButton;
-
-/**
- *
- * <BR><BR>Timeouts used: <BR>
- * AbstractButtonOperator.PushButtonTimeout - time between button pressing and releasing<BR>
- * ComponentOperator.WaitComponentTimeout - time to wait button displayed <BR>
- * ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *	
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *
- */
-
-public class JButtonOperator extends AbstractButtonOperator{
-
-    /**
-     * Identifier for a "default button" property.
-     * @see #getDump
-     */
-    public static final String IS_DEFAULT_DPROP = "Default button";
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public JButtonOperator(JButton b) {
-	super(b);
-    }
-
-    /**
-     * Constructs a JButtonOperator object.
-     * @param cont container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JButtonOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JButton)cont.
-             waitSubComponent(new JButtonFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JButtonOperator object.
-     * @param cont container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JButtonOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont container
-     * @param text Button text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JButtonOperator(ContainerOperator cont, String text, int index) {
-	this((JButton)
-	     waitComponent(cont, 
-			   new JButtonFinder(new AbstractButtonOperator.
-					     AbstractButtonByLabelFinder(text, 
-									 cont.getComparator())),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont container
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JButtonOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JButtonOperator(ContainerOperator cont, int index) {
-	this((JButton)
-	     waitComponent(cont, 
-			   new JButtonFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont container
-     * @throws TimeoutExpiredException
-     */
-    public JButtonOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JButton in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JButton instance or null if component was not found.
-     */
-    public static JButton findJButton(Container cont, ComponentChooser chooser, int index) {
-	return((JButton)findAbstractButton(cont, new JButtonFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th JButton in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JButton instance or null if component was not found.
-     */
-    public static JButton findJButton(Container cont, ComponentChooser chooser) {
-	return(findJButton(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JButton by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JButton instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JButton findJButton(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findJButton(cont, 
-			   new JButtonFinder(new AbstractButtonOperator.
-					     AbstractButtonByLabelFinder(text, 
-									 new DefaultStringComparator(ce, ccs))), 
-			   index));
-    }
-
-    /**
-     * Searches JButton by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JButton instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JButton findJButton(Container cont, String text, boolean ce, boolean ccs) {
-	return(findJButton(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits JButton in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JButton instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JButton waitJButton(Container cont, ComponentChooser chooser, int index) {
-	return((JButton)waitAbstractButton(cont, new JButtonFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th JButton in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JButton instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JButton waitJButton(Container cont, ComponentChooser chooser) {
-	return(waitJButton(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JButton by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JButton instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JButton waitJButton(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitJButton(cont,  
-			   new JButtonFinder(new AbstractButtonOperator.
-					     AbstractButtonByLabelFinder(text, 
-									 new DefaultStringComparator(ce, ccs))), 
-			   index));
-    }
-
-    /**
-     * Waits JButton by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JButton instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JButton waitJButton(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitJButton(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Returns information about component.
-     */
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	result.remove(AbstractButtonOperator.IS_SELECTED_DPROP);
-	result.put(IS_DEFAULT_DPROP, ((JButton)getSource()).isDefaultButton() ? "true" : "false");
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JButton.isDefaultButton()</code> through queue*/
-    public boolean isDefaultButton() {
-	return(runMapping(new MapBooleanAction("isDefaultButton") {
-		public boolean map() {
-		    return(((JButton)getSource()).isDefaultButton());
-		}}));}
-
-    /**Maps <code>JButton.isDefaultCapable()</code> through queue*/
-    public boolean isDefaultCapable() {
-	return(runMapping(new MapBooleanAction("isDefaultCapable") {
-		public boolean map() {
-		    return(((JButton)getSource()).isDefaultCapable());
-		}}));}
-
-    /**Maps <code>JButton.setDefaultCapable(boolean)</code> through queue*/
-    public void setDefaultCapable(final boolean b) {
-	runMapping(new MapVoidAction("setDefaultCapable") {
-		public void map() {
-		    ((JButton)getSource()).setDefaultCapable(b);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Prepares the button to click.
-     */
-    protected void prepareToClick() {
-	makeComponentVisible();
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JButtonFinder extends Finder {
-        /**
-         * Constructs JButtonFinder.
-         * @param sf other searching criteria.
-         */
-	public JButtonFinder(ComponentChooser sf) {
-            super(JButton.class, sf);
-	}
-        /**
-         * Constructs JButtonFinder.
-         */
-	public JButtonFinder() {
-            super(JButton.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JCheckBoxMenuItemOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JCheckBoxMenuItemOperator.java
deleted file mode 100644
index a8671b3..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JCheckBoxMenuItemOperator.java
+++ /dev/null
@@ -1,232 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyProperties;
-
-import java.awt.Component;
-
-import javax.swing.JCheckBoxMenuItem;
-
-/**
- *
- * <BR><BR>Timeouts used: <BR>
- * JMenuItemOperator.PushMenuTimeout - time between button pressing and releasing<BR>
- * ComponentOperator.WaitComponentTimeout - time to wait button displayed <BR>
- * ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JCheckBoxMenuItemOperator extends JMenuItemOperator {
-    /**
-     * Constructor.
-     * @param item a component.
-     */
-    public JCheckBoxMenuItemOperator(JCheckBoxMenuItem item) {
-	super(item);
-	setTimeouts(JemmyProperties.getProperties().getTimeouts());
-	setOutput(JemmyProperties.getProperties().getOutput());
-    }
-
-    /**
-     * Constructs a JCheckBoxMenuItemOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JCheckBoxMenuItemOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JCheckBoxMenuItem)cont.
-             waitSubComponent(new JCheckBoxMenuItemFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JCheckBoxMenuItemOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JCheckBoxMenuItemOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public JCheckBoxMenuItemOperator(ContainerOperator cont, String text, int index) {
-	this((JCheckBoxMenuItem)waitComponent(cont, 
-					      new JCheckBoxMenuItemByLabelFinder(text, 
-										 cont.getComparator()),
-					      index));
-	setTimeouts(cont.getTimeouts());
-	setOutput(cont.getOutput());
-    }
-    
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public JCheckBoxMenuItemOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     */
-    public JCheckBoxMenuItemOperator(ContainerOperator cont, int index) {
-	this((JCheckBoxMenuItem)
-	     waitComponent(cont, 
-			   new JCheckBoxMenuItemFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     */
-    public JCheckBoxMenuItemOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JCheckBoxMenuItem.getState()</code> through queue*/
-    public boolean getState() {
-	return(runMapping(new MapBooleanAction("getState") {
-		public boolean map() {
-		    return(((JCheckBoxMenuItem)getSource()).getState());
-		}}));}
-
-    /**Maps <code>JCheckBoxMenuItem.setState(boolean)</code> through queue*/
-    public void setState(final boolean b) {
-	runMapping(new MapVoidAction("setState") {
-		public void map() {
-		    ((JCheckBoxMenuItem)getSource()).setState(b);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Allows to find component by text.
-     */
-    public static class JCheckBoxMenuItemByLabelFinder implements ComponentChooser {
-	String label;
-	StringComparator comparator;
-        /**
-         * Constructs JCheckBoxMenuItemByLabelFinder.
-         * @param lb a text pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public JCheckBoxMenuItemByLabelFinder(String lb, StringComparator comparator) {
-	    label = lb;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs JCheckBoxMenuItemByLabelFinder.
-         * @param lb a text pattern
-         */
-	public JCheckBoxMenuItemByLabelFinder(String lb) {
-            this(lb, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof JCheckBoxMenuItem) {
-		if(((JCheckBoxMenuItem)comp).getText() != null) {
-		    return(comparator.equals(((JCheckBoxMenuItem)comp).getText(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("JCheckBoxMenuItem with text \"" + label + "\"");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JCheckBoxMenuItemFinder extends Finder {
-        /**
-         * Constructs JCheckBoxMenuItemFinder.
-         * @param sf other searching criteria.
-         */
-	public JCheckBoxMenuItemFinder(ComponentChooser sf) {
-            super(JCheckBoxMenuItem.class, sf);
-	}
-        /**
-         * Constructs JCheckBoxMenuItemFinder.
-         */
-	public JCheckBoxMenuItemFinder() {
-            super(JCheckBoxMenuItem.class);
-	}
-    }
-} 
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JCheckBoxOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JCheckBoxOperator.java
deleted file mode 100644
index f4a4dca..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JCheckBoxOperator.java
+++ /dev/null
@@ -1,289 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.TimeoutExpiredException;
-
-import java.awt.Component;
-import java.awt.Container;
-
-import javax.swing.JCheckBox;
-
-/**
- *
- * <BR><BR>Timeouts used: <BR>
- * AbstractButtonOperator.PushButtonTimeout - time between button pressing and releasing<BR>
- * ComponentOperator.WaitComponentTimeout - time to wait button displayed <BR>
- * ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *	
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JCheckBoxOperator extends JToggleButtonOperator{
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public JCheckBoxOperator(JCheckBox b) {
-	super(b);
-    }
-
-    /**
-     * Constructs a JCheckBoxOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JCheckBoxOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JCheckBox)cont.
-             waitSubComponent(new JCheckBoxFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JCheckBoxOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JCheckBoxOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JCheckBoxOperator(ContainerOperator cont, String text, int index) {
-	this((JCheckBox)
-	     waitComponent(cont, 
-			   new JCheckBoxFinder(new AbstractButtonOperator.
-					       AbstractButtonByLabelFinder(text, 
-									   cont.getComparator())),
-			   index));
-	copyEnvironment(cont);
-    }
-    
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JCheckBoxOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JCheckBoxOperator(ContainerOperator cont, int index) {
-	this((JCheckBox)
-	     waitComponent(cont, 
-			   new JCheckBoxFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-    
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @throws TimeoutExpiredException
-     */
-    public JCheckBoxOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JCheckBox in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JCheckBox instance or null if component was not found.
-     */
-    public static JCheckBox findJCheckBox(Container cont, ComponentChooser chooser, int index) {
-	return((JCheckBox)findJToggleButton(cont, new JCheckBoxFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th JCheckBox in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JCheckBox instance or null if component was not found.
-     */
-    public static JCheckBox findJCheckBox(Container cont, ComponentChooser chooser) {
-	return(findJCheckBox(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JCheckBox by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JCheckBox instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JCheckBox findJCheckBox(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findJCheckBox(cont, 
-			     new JCheckBoxFinder(new AbstractButtonOperator.
-						 AbstractButtonByLabelFinder(text, 
-									     new DefaultStringComparator(ce, ccs))), 
-			     index));
-    }
-
-    /**
-     * Searches JCheckBox by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JCheckBox instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JCheckBox findJCheckBox(Container cont, String text, boolean ce, boolean ccs) {
-	return(findJCheckBox(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits JCheckBox in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JCheckBox instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JCheckBox waitJCheckBox(Container cont, ComponentChooser chooser, int index) {
-	return((JCheckBox)waitJToggleButton(cont, new JCheckBoxFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th JCheckBox in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JCheckBox instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JCheckBox waitJCheckBox(Container cont, ComponentChooser chooser) {
-	return(waitJCheckBox(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JCheckBox by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JCheckBox instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JCheckBox waitJCheckBox(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitJCheckBox(cont,  
-			     new JCheckBoxFinder(new AbstractButtonOperator.
-						 AbstractButtonByLabelFinder(text, 
-									     new DefaultStringComparator(ce, ccs))), 
-			     index));
-    }
-
-    /**
-     * Waits JCheckBox by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JCheckBox instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JCheckBox waitJCheckBox(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitJCheckBox(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JCheckBoxFinder extends Finder {
-        /**
-         * Constructs JCheckBoxFinder.
-         * @param sf other searching criteria.
-         */
-	public JCheckBoxFinder(ComponentChooser sf) {
-            super(JCheckBox.class, sf);
-	}
-        /**
-         * Constructs JCheckBoxFinder.
-         */
-	public JCheckBoxFinder() {
-            super(JCheckBox.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JColorChooserOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JColorChooserOperator.java
deleted file mode 100644
index 142e1c9..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JColorChooserOperator.java
+++ /dev/null
@@ -1,487 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.Timeouts;
-
-import java.awt.Color;
-import java.awt.Component;
-import java.awt.Container;
-
-import java.util.Hashtable;
-
-import javax.swing.JComponent;
-import javax.swing.JColorChooser;
-import javax.swing.JTabbedPane;
-
-import javax.swing.colorchooser.AbstractColorChooserPanel;
-import javax.swing.colorchooser.ColorSelectionModel;
-
-import javax.swing.plaf.ColorChooserUI;
-
-/**
- *
- * Class provides methods to cover main JColorChooser component functionality.
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JColorChooserOperator extends JComponentOperator 
-    implements Outputable {
-
-    /**
-     * Identifier for a "color" property.
-     * @see #getDump
-     */
-    public static final String COLOR_DPROP = "Color";
-
-    /**
-     * Identifier for a "selected page" property.
-     * @see #getDump
-     */
-    public static final String SELECTED_PAGE_DPROP = "Selected page";
-
-    private static final String RGB_TITLE = "RGB";
-
-    private final static long WAIT_LIST_PAINTED_TIMEOUT = 60000;
-
-    private TestOut output;
-    private JTabbedPaneOperator tabbed;
-    private JTextFieldOperator red;
-    private JTextFieldOperator green;
-    private JTextFieldOperator blue;
-
-    /**
-     * Constructor.
-     * @param comp a component
-     */
-    public JColorChooserOperator(JColorChooser comp) {
-	super(comp);
-	setTimeouts(JemmyProperties.getProperties().getTimeouts());
-	setOutput(JemmyProperties.getProperties().getOutput());
-	tabbed = new JTabbedPaneOperator(this);
-    }
-
-    /**
-     * Constructs a JColorChooserOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JColorChooserOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JColorChooser)cont.
-             waitSubComponent(new JColorChooserFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JColorChooserOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JColorChooserOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * @param index Ordinal component index.
-     * 
-     */
-    public JColorChooserOperator(ContainerOperator cont, int index) {
-	this((JColorChooser)
-	     waitComponent(cont,
-			   new JColorChooserFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * 
-     */
-    public JColorChooserOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JColorChooser in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JColorChooser instance or null if component was not found.
-     */
-    public static JColorChooser findJColorChooser(Container cont, ComponentChooser chooser, int index) {
-	return((JColorChooser)findComponent(cont, new JColorChooserFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th JColorChooser in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JColorChooser instance or null if component was not found.
-     */
-    public static JColorChooser findJColorChooser(Container cont, ComponentChooser chooser) {
-	return(findJColorChooser(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JColorChooser in container.
-     * @param cont Container to search component in.
-     * @param index Ordinal component index.
-     * @return JColorChooser instance or null if component was not found.
-     */
-    public static JColorChooser findJColorChooser(Container cont, int index) {
-	return(findJColorChooser(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th JColorChooser instance"), index));
-    }
-
-    /**
-     * Searches 0'th JColorChooser in container.
-     * @param cont Container to search component in.
-     * @return JColorChooser instance or null if component was not found.
-     */
-    public static JColorChooser findJColorChooser(Container cont) {
-	return(findJColorChooser(cont, 0));
-    }
-
-    /**
-     * Waits JColorChooser in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JColorChooser instance or null if component was not displayed.
-     * 
-     */
-    public static JColorChooser waitJColorChooser(Container cont, ComponentChooser chooser, int index)  {
-	return((JColorChooser)waitComponent(cont, new JColorChooserFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th JColorChooser in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JColorChooser instance or null if component was not displayed.
-     * 
-     */
-    public static JColorChooser waitJColorChooser(Container cont, ComponentChooser chooser) {
-	return(waitJColorChooser(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JColorChooser in container.
-     * @param cont Container to search component in.
-     * @param index Ordinal component index.
-     * @return JColorChooser instance or null if component was not displayed.
-     * 
-     */
-    public static JColorChooser waitJColorChooser(Container cont, int index)  {
-	return(waitJColorChooser(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th JColorChooser instance"), index));
-    }
-
-    /**
-     * Waits 0'th JColorChooser in container.
-     * @param cont Container to search component in.
-     * @return JColorChooser instance or null if component was not displayed.
-     * 
-     */
-    public static JColorChooser waitJColorChooser(Container cont) {
-	return(waitJColorChooser(cont, 0));
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    /**
-     * Switches tab to "RGB" page.
-     */
-    public void switchToRGB() {
-	if(!tabbed.getTitleAt(tabbed.getSelectedIndex()).
-	   equals(RGB_TITLE)) {
-	    tabbed.selectPage(RGB_TITLE);
-	}
-	blue = new JTextFieldOperator(this, 2);
-	green = new JTextFieldOperator(this, 1);
-	red = new JTextFieldOperator(this, 0);
-    }
-
-    /**
-     * Enters red color component value.
-     * Switches to "RGB" page first.
-     * @param value red color component
-     * @see #switchToRGB()
-     * @see #enterColor(int, int, int)
-     * @see #enterColor(java.awt.Color)
-     * @see #enterColor(int)
-     */
-    public void enterRed(int value) {
-	switchToRGB();
-	red.setText(Integer.toString(value));
-    }
-
-    /**
-     * Enters green color component value.
-     * Switches to "RGB" page first.
-     * @param value green color component
-     * @see #switchToRGB()
-     * @see #enterColor(int, int, int)
-     * @see #enterColor(java.awt.Color)
-     * @see #enterColor(int)
-     */
-    public void enterGreen(int value) {
-	switchToRGB();
-	green.setText(Integer.toString(value));
-    }
-
-    /**
-     * Enters blue color component value.
-     * Switches to "RGB" page first.
-     * @param value blue color component
-     * @see #switchToRGB()
-     * @see #enterColor(int, int, int)
-     * @see #enterColor(java.awt.Color)
-     * @see #enterColor(int)
-     */
-    public void enterBlue(int value) {
-	switchToRGB();
-	blue.setText(Integer.toString(value));
-    }
-
-    /**
-     * Enters all color components values.
-     * Switches to "RGB" page first.
-     * @param red red color component
-     * @param green green color component
-     * @param blue blue color component
-     * @see #switchToRGB()
-     * @see #enterColor(java.awt.Color)
-     * @see #enterColor(int)
-     */
-    public void enterColor(int red, int green, int blue) {
-	switchToRGB();
-	enterRed(red);
-	enterGreen(green);
-	enterBlue(blue);
-    }
-
-    /**
-     * Enters color.
-     * Switches to "RGB" page first.
-     * @param color a color
-     * @see #switchToRGB()
-     * @see #enterColor(int, int, int)
-     * @see #enterColor(int)
-     */
-    public void enterColor(Color color) {
-	enterColor(color.getRed(), color.getGreen(), color.getBlue());
-    }
-
-    /**
-     * Enters color.
-     * Switches to "RGB" page first.
-     * @param color a color
-     * @see #switchToRGB()
-     * @see #enterColor(int, int, int)
-     * @see #enterColor(java.awt.Color)
-     */
-    public void enterColor(int color) {
-	enterColor(new Color(color));
-    }
-
-    /**
-     * Returns information about component.
-     */
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	result.put(COLOR_DPROP, ((JColorChooser)getSource()).getColor().toString());
-	JTabbedPane tb = (JTabbedPane)tabbed.getSource();
-	result.put(SELECTED_PAGE_DPROP, tb.getTitleAt(tb.getSelectedIndex()));
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JColorChooser.addChooserPanel(AbstractColorChooserPanel)</code> through queue*/
-    public void addChooserPanel(final AbstractColorChooserPanel abstractColorChooserPanel) {
-	runMapping(new MapVoidAction("addChooserPanel") {
-		public void map() {
-		    ((JColorChooser)getSource()).addChooserPanel(abstractColorChooserPanel);
-		}});}
-
-    /**Maps <code>JColorChooser.getChooserPanels()</code> through queue*/
-    public AbstractColorChooserPanel[] getChooserPanels() {
-	return((AbstractColorChooserPanel[])runMapping(new MapAction("getChooserPanels") {
-		public Object map() {
-		    return(((JColorChooser)getSource()).getChooserPanels());
-		}}));}
-
-    /**Maps <code>JColorChooser.getColor()</code> through queue*/
-    public Color getColor() {
-	return((Color)runMapping(new MapAction("getColor") {
-		public Object map() {
-		    return(((JColorChooser)getSource()).getColor());
-		}}));}
-
-    /**Maps <code>JColorChooser.getPreviewPanel()</code> through queue*/
-    public JComponent getPreviewPanel() {
-	return((JComponent)runMapping(new MapAction("getPreviewPanel") {
-		public Object map() {
-		    return(((JColorChooser)getSource()).getPreviewPanel());
-		}}));}
-
-    /**Maps <code>JColorChooser.getSelectionModel()</code> through queue*/
-    public ColorSelectionModel getSelectionModel() {
-	return((ColorSelectionModel)runMapping(new MapAction("getSelectionModel") {
-		public Object map() {
-		    return(((JColorChooser)getSource()).getSelectionModel());
-		}}));}
-
-    /**Maps <code>JColorChooser.getUI()</code> through queue*/
-    public ColorChooserUI getUI() {
-	return((ColorChooserUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JColorChooser)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JColorChooser.removeChooserPanel(AbstractColorChooserPanel)</code> through queue*/
-    public AbstractColorChooserPanel removeChooserPanel(final AbstractColorChooserPanel abstractColorChooserPanel) {
-	return((AbstractColorChooserPanel)runMapping(new MapAction("removeChooserPanel") {
-		public Object map() {
-		    return(((JColorChooser)getSource()).removeChooserPanel(abstractColorChooserPanel));
-		}}));}
-
-    /**Maps <code>JColorChooser.setChooserPanels(AbstractColorChooserPanel[])</code> through queue*/
-    public void setChooserPanels(final AbstractColorChooserPanel[] abstractColorChooserPanel) {
-	runMapping(new MapVoidAction("setChooserPanels") {
-		public void map() {
-		    ((JColorChooser)getSource()).setChooserPanels(abstractColorChooserPanel);
-		}});}
-
-    /**Maps <code>JColorChooser.setColor(int)</code> through queue*/
-    public void setColor(final int i) {
-	runMapping(new MapVoidAction("setColor") {
-		public void map() {
-		    ((JColorChooser)getSource()).setColor(i);
-		}});}
-
-    /**Maps <code>JColorChooser.setColor(int, int, int)</code> through queue*/
-    public void setColor(final int i, final int i1, final int i2) {
-	runMapping(new MapVoidAction("setColor") {
-		public void map() {
-		    ((JColorChooser)getSource()).setColor(i, i1, i2);
-		}});}
-
-    /**Maps <code>JColorChooser.setColor(Color)</code> through queue*/
-    public void setColor(final Color color) {
-	runMapping(new MapVoidAction("setColor") {
-		public void map() {
-		    ((JColorChooser)getSource()).setColor(color);
-		}});}
-
-    /**Maps <code>JColorChooser.setPreviewPanel(JComponent)</code> through queue*/
-    public void setPreviewPanel(final JComponent jComponent) {
-	runMapping(new MapVoidAction("setPreviewPanel") {
-		public void map() {
-		    ((JColorChooser)getSource()).setPreviewPanel(jComponent);
-		}});}
-
-    /**Maps <code>JColorChooser.setSelectionModel(ColorSelectionModel)</code> through queue*/
-    public void setSelectionModel(final ColorSelectionModel colorSelectionModel) {
-	runMapping(new MapVoidAction("setSelectionModel") {
-		public void map() {
-		    ((JColorChooser)getSource()).setSelectionModel(colorSelectionModel);
-		}});}
-
-    /**Maps <code>JColorChooser.setUI(ColorChooserUI)</code> through queue*/
-    public void setUI(final ColorChooserUI colorChooserUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((JColorChooser)getSource()).setUI(colorChooserUI);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Checks component type.
-     */
-    public static class JColorChooserFinder extends Finder {
-        /**
-         * Constructs JColorChooserFinder.
-         * @param sf other searching criteria.
-         */
-	public JColorChooserFinder(ComponentChooser sf) {
-            super(JColorChooser.class, sf);
-	}
-        /**
-         * Constructs JColorChooserFinder.
-         */
-	public JColorChooserFinder() {
-            super(JColorChooser.class);
-	}
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JComboBoxOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JComboBoxOperator.java
deleted file mode 100644
index 4234a57..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JComboBoxOperator.java
+++ /dev/null
@@ -1,1127 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.Waiter;
-import org.netbeans.jemmy.WindowWaiter;
-import org.netbeans.jemmy.util.EmptyVisualizer;
-import org.netbeans.jemmy.drivers.ListDriver;
-import org.netbeans.jemmy.drivers.DriverManager;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Window;
-
-import java.awt.event.ActionEvent;
-import java.awt.event.ActionListener;
-import java.awt.event.ItemListener;
-import java.awt.event.KeyEvent;
-
-import java.util.Hashtable;
-
-import javax.swing.ComboBoxEditor;
-import javax.swing.ComboBoxModel;
-import javax.swing.JComboBox.KeySelectionManager;
-import javax.swing.JButton;
-import javax.swing.JComboBox;
-import javax.swing.JList;
-import javax.swing.JTextField;
-import javax.swing.ListCellRenderer;
-
-import javax.swing.event.ListDataEvent;
-
-import javax.swing.plaf.ComboBoxUI;
-
-import javax.swing.plaf.basic.ComboPopup;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * JComboBoxOperator.BeforeSelectingTimeout - time to sleep after list opened and before item selected <BR>
- * JComboBoxOperator.WaitListTimeout - time to wait list opened <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>
- * ComponentOperator.WaitComponentEnabledTimeout - time to wait component enabled <BR>
- * ComponentOperator.WaitStateTimeout - time to wait for item to be selected <BR>
- * AbstractButtonOperator.PushButtonTimeout - time between combo button pressing and releasing<BR>
- * ComponentOperator.MouseClickTimeout - time between mouse pressing and releasing during item selecting<BR>
- * JTextComponentOperator.PushKeyTimeout - time between key pressing and releasing during text typing <BR>
- * JTextComponentOperator.BetweenKeysTimeout - time to sleep between two chars typing <BR>
- * JTextComponentOperator.ChangeCaretPositionTimeout - maximum time to chenge caret position <BR>
- * JTextComponentOperator.TypeTextTimeout - maximum time to type text <BR>.
- *
- * @see Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JComboBoxOperator extends JComponentOperator
-implements Timeoutable, Outputable {
-
-    /**
-     * Identifier for a "text" property.
-     * @see #getDump
-     */
-    public static final String TEXT_DPROP = "Text";
-
-    /**
-     * Identifier for a "item" property values.
-     * @see #getDump
-     */
-    public static final String ITEM_PREFIX_DPROP = "Item";
-
-    private final static long BEFORE_SELECTING_TIMEOUT = 0;
-    private final static long WAIT_LIST_TIMEOUT = 60000;
-
-    private TestOut output;
-    private Timeouts timeouts;
-    private ComponentSearcher searcher;
-
-    private JButtonOperator button;
-    private JTextFieldOperator text;
-
-    ListDriver driver;
-
-    /**
-     * Constructs a JComboBoxOperator object.
-     * @param b a component
-     */
-    public JComboBoxOperator(JComboBox b) {
-	super(b);
-	driver = DriverManager.getListDriver(getClass());
-    }
-
-    /**
-     * Constructs a JComboBoxOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JComboBoxOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JComboBox)cont.
-             waitSubComponent(new JComboBoxFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JComboBoxOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JComboBoxOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Text of item which is currently selected. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JComboBoxOperator(ContainerOperator cont, String text, int index) {
-	this((JComboBox)waitComponent(cont, 
-				      new JComboBoxByItemFinder(text, -1,
-								cont.getComparator()),
-				      index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Text of item which is currently selected. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JComboBoxOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JComboBoxOperator(ContainerOperator cont, int index) {
-	this((JComboBox)
-	     waitComponent(cont, 
-			   new JComboBoxFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @throws TimeoutExpiredException
-     */
-    public JComboBoxOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JComboBox in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JComboBox instance or null if component was not found.
-     */
-    public static JComboBox findJComboBox(Container cont, ComponentChooser chooser, int index) {
-	return((JComboBox)findComponent(cont, new JComboBoxFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th JComboBox in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JComboBox instance or null if component was not found.
-     */
-    public static JComboBox findJComboBox(Container cont, ComponentChooser chooser) {
-	return(findJComboBox(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JComboBox by item.
-     * @param cont Container to search component in.
-     * @param text Item text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param itemIndex Index of item to compare text. If -1, selected item is checked.
-     * @param index Ordinal component index.
-     * @return JComboBox instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JComboBox findJComboBox(Container cont, String text, boolean ce, boolean ccs, int itemIndex, int index) {
-	return(findJComboBox(cont, 
-			     new JComboBoxByItemFinder(text, 
-						       itemIndex, 
-						       new DefaultStringComparator(ce, ccs)), 
-			     index));
-    }
-
-    /**
-     * Searches JComboBox by item.
-     * @param cont Container to search component in.
-     * @param text Item text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param itemIndex Index of item to compare text. If -1, selected item is checked.
-     * @return JComboBox instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JComboBox findJComboBox(Container cont, String text, boolean ce, boolean ccs, int itemIndex) {
-	return(findJComboBox(cont, text, ce, ccs, itemIndex, 0));
-    }
-
-    /**
-     * Waits JComboBox in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JComboBox instance or null if component was not found.
-     * @throws TimeoutExpiredException
-     */
-    public static JComboBox waitJComboBox(Container cont, ComponentChooser chooser, int index)  {
-	return((JComboBox)waitComponent(cont, new JComboBoxFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th JComboBox in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JComboBox instance or null if component was not found.
-     * @throws TimeoutExpiredException
-     */
-    public static JComboBox waitJComboBox(Container cont, ComponentChooser chooser) {
-	return(waitJComboBox(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JComboBox by item.
-     * @param cont Container to search component in.
-     * @param text Item text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param itemIndex Index of item to compare text. If -1, selected item is checked.
-     * @param index Ordinal component index.
-     * @return JComboBox instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JComboBox waitJComboBox(Container cont, String text, boolean ce, boolean ccs, int itemIndex, int index) {
-	return(waitJComboBox(cont, 
-			     new JComboBoxByItemFinder(text, 
-						       itemIndex, 
-						       new DefaultStringComparator(ce, ccs)), 
-			     index));
-    }
-
-    /**
-     * Waits JComboBox by item.
-     * @param cont Container to search component in.
-     * @param text Item text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param itemIndex Index of item to compare text. If -1, selected item is checked.
-     * @return JComboBox instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JComboBox waitJComboBox(Container cont, String text, boolean ce, boolean ccs, int itemIndex) {
-	return(waitJComboBox(cont, text, ce, ccs, itemIndex, 0));
-    }
-
-    static {
-	Timeouts.initDefault("JComboBoxOperator.BeforeSelectingTimeout", BEFORE_SELECTING_TIMEOUT);
-	Timeouts.initDefault("JComboBoxOperator.WaitListTimeout", WAIT_LIST_TIMEOUT);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	super.setTimeouts(timeouts);
-	this.timeouts = timeouts;
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut output) {
-	super.setOutput(output);
-	this.output = output;
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = 
-	    (ListDriver)DriverManager.
-	    getDriver(DriverManager.LIST_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-    }
-
-    /**
-     * Searches JButton inside component.
-     * @return JButton which is used to expand this JComboBox.
-     */
-    public JButton findJButton() {
-	return((JButton)waitSubComponent(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    return(comp instanceof JButton);
-		}
-		public String getDescription() {
-		    return("Button for combobox popup menu opening");
-		}
-	    }));
-    }
-
-    /**
-     * Searches JTextField inside component.
-     * @return JTextField if JComboBox is editable, null otherwise.
-     */
-    public JTextField findJTextField() {
-	return((JTextField)waitSubComponent(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    return(comp instanceof JTextField);
-		}
-		public String getDescription() {
-		    return("ComboBox's text field");
-		}
-	    }));
-    }
-
-    /**
-     * Creates an operator for button returned by
-     * <code>findJButton()</code> method.
-     * @return new JButtonOperator instance.
-     */
-    public JButtonOperator getButton() {
-	if(button == null) {
-	    button = new JButtonOperator(findJButton());
-	    button.copyEnvironment(this);
-	    button.setOutput(getOutput().createErrorOutput());
-	}
-	return(button);
-    }
-
-    /**
-     * Creates an operator for button returned by
-     * <code>findJTextField()</code> method.
-     * @return new JTextField instance.
-     */
-    public JTextFieldOperator getTextField() {
-        if(((JComboBox)getSource()).isEditable()) {
-            text = new JTextFieldOperator(findJTextField());
-            text.copyEnvironment(this);
-            text.setOutput(getOutput().createErrorOutput());
-        }
-	return(text);
-    }
-
-    /**
-     * Waits combobox's list to be displayed.
-     * @return JList object if it was displayed in JComboBoxOperator.WaitListTimeout millisecont,
-     * null otherwise.
-     * @throws TimeoutExpiredException
-     */
-    public JList waitList() {
-	Waiter pw = new ListWater();
-	pw.setOutput(output.createErrorOutput());
-	Timeouts times = timeouts.cloneThis();
-	times.setTimeout("Waiter.WaitingTime", 
-			 times.getTimeout("JComboBoxOperator.WaitListTimeout"));
-	pw.setTimeouts(times);
-	try {
-	    return((JList)pw.waitAction(null));
-	} catch(InterruptedException e) {
-	    output.printStackTrace(e);
-	}
-	return(null);
-    }
-
-    /**
-     * Push combobox's button to expand or collapse combobox.
-     * @throws TimeoutExpiredException
-     */
-    public void pushComboButton() {
-	makeComponentVisible();
-	getButton().push();
-    }
-
-    /**
-     * Finds an item between list items.
-     * @param item a text pattern.
-     * @param comparator a searching criteria.
-     * @return an item index.
-     */
-    public int findItemIndex(String item, StringComparator comparator) {
-	ComboBoxModel model = getModel();
-	for(int i = 0; i < model.getSize(); i++) {
-	    if(comparator.equals(model.getElementAt(i).toString(), item)) {
-		return(i);
-	    }
-	}
-	return(-1);
-    }
-    
-    /**
-     * Waits for an item available between list items.
-     * @param item a text pattern.
-     * @param comparator a searching criteria.
-     * @return an item index or throws TimeoutExpiredException if item not found.
-     */
-    public int waitItem(final String item, final StringComparator comparator) {
-	getOutput().printLine("Wait item \"" + item + "\" available in combo box \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait item \"" + item + "\" available in combo box.");
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-                    return findItemIndex(item, comparator) > -1;
-		}
-		public String getDescription() {
-                    return "Item \"" + item + "\" available in combo box.";
-		}
-	    });
-       return findItemIndex(item, comparator);
-    }
-    
-    /**
-     * Waits for an item of given index available between list items.
-     * @param itemIndex index of desired item
-     * @return an item index or throws TimeoutExpiredException if item not found.
-     */
-    public int waitItem(final int itemIndex) {
-	getOutput().printLine("Wait item of index \"" + itemIndex + "\" available in combo box \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait item of index \"" + itemIndex + "\" available in combo box.");
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-                    // given itemIndex is within size of combo box
-                    return getModel().getSize() > itemIndex;
-		}
-		public String getDescription() {
-                    return "Item \"" + itemIndex + "\" available in combo box.";
-		}
-	    });
-       return itemIndex;
-    }
-
-    /**
-     * Selects an item by text.
-     * @param item a text pattern.
-     * @param comparator a searching criteria.
-     */
-    public void selectItem(String item, StringComparator comparator) {
-	output.printLine("Select \"" + item + "\" item in combobox\n    : " +
-			 toStringSource());
-	output.printGolden("Select \"" + item + "\" item in combobox");
-        selectItem(waitItem(item, comparator));
-    }
-
-    /**
-     * Selects combobox item.
-     * @param item Item text.
-     * @param ce Compare exactly.
-     * @param cc Compare case sensitivelly.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     * @deprecated Use selectItem(String) or selectItem(String, StringComparator)
-     */
-    public void selectItem(String item, boolean ce, boolean cc) {
-	selectItem(item, new DefaultStringComparator(ce, cc));
-    }
-
-    /**
-     * Selects combobox item.
-     * Uses StringComparator assigned to this object.
-     * @param item Item text.
-     * @throws TimeoutExpiredException
-     */
-    public void selectItem(String item) {
-	selectItem(item, getComparator());
-    }
-
-    /**
-     * Selects combobox item.
-     * If verification mode is on, checks that right item has been selected. 
-     * @param index Item index.
-     * @throws TimeoutExpiredException
-     */
-    public void selectItem(int index) {
-	output.printLine("Select " + Integer.toString(index) + "\'th item in combobox\n    : " +
-			 toStringSource());
-	output.printGolden("Select " + Integer.toString(index) + "\'th item in combobox");
-        try {
-            waitComponentEnabled();
-        } catch(InterruptedException e) {
-            throw new JemmyException("Interrupted", e);
-        }
-
-	driver.selectItem(this, waitItem(index));
-
-	if(getVerification()) {
-	    waitItemSelected(index);
-	}
-    }
-
-    /**
-     * Types text in the editable combobox.
-     * If combobox has no focus, does simple mouse click on it first.
-     * @param text text to type.
-     * @throws TimeoutExpiredException
-     */
-    public void typeText(String text) {
-	makeComponentVisible();
-	JTextFieldOperator tfo = getTextField();
-	tfo.copyEnvironment(this);
-	tfo.setVisualizer(new EmptyVisualizer());
-	tfo.typeText(text);
-    }
-
-    /**
-     * Clears text in the editable combobox using left-arrow and delete keys.
-     * If combobox has no focus, does simple mouse click on it first.
-     * @throws TimeoutExpiredException
-     */
-    public void clearText() {
-	makeComponentVisible();
-	JTextFieldOperator tfo = getTextField();
-	tfo.copyEnvironment(this);
-	tfo.setVisualizer(new EmptyVisualizer());
-	tfo.clearText();
-    }
-
-    /**
-     * Requests a focus, clears text, types new one and pushes Enter.
-     * @param text New text value. Shouln't include final '\n'.
-     * @throws TimeoutExpiredException
-     */
-    public void enterText(String text) {
-	makeComponentVisible();
-	JTextFieldOperator tfo = getTextField();
-	tfo.copyEnvironment(this);
-	tfo.setVisualizer(new EmptyVisualizer());
-	tfo.enterText(text);
-    }
-
-    /**
-     * Waits for item to be selected.
-     * @param index Item index.
-     */
-    public void waitItemSelected(final int index) {
-	getOutput().printLine("Wait " + Integer.toString(index) + 
-			      "'th item to be selected in component \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait " + Integer.toString(index) + 
-				"'th item to be selected");
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    return(getSelectedIndex() == index);
-		}
-		public String getDescription() {
-		    return("Has " + Integer.toString(index) + "'th item selected");
-		}
-	    });
-    }
-
-    /**
-     * Waits for item to be selected. Uses getComparator() comparator.
-     * @param item wait an item to be selected.
-     */
-    public void waitItemSelected(final String item) {
-	getOutput().printLine("Wait \"" + item + 
-			      "\" item to be selected in component \n    : "+
-			      toStringSource());
-	getOutput().printGolden("WaitWait \"" + item + 
-				"\" item to be selected");
-	waitState(new JComboBoxByItemFinder(item, -1, getComparator()));
-
-   }
-
-    /**
-     * Returns information about component.
-     */
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	if(((JComboBox)getSource()).getSelectedItem() != null &&
-	   ((JComboBox)getSource()).getSelectedItem().toString() != null) {
-	    result.put(TEXT_DPROP, ((JComboBox)getSource()).getSelectedItem().toString());
-	}
-	String[] items = new String[((JComboBox)getSource()).getItemCount()];
-	for(int i = 0; i < ((JComboBox)getSource()).getItemCount(); i++) {
-	    if(((JComboBox)getSource()).getItemAt(i) != null &&
-	       ((JComboBox)getSource()).getItemAt(i).toString() != null) {
-		items[i] = ((JComboBox)getSource()).getItemAt(i).toString();
-	    }
-	}
-	addToDump(result, ITEM_PREFIX_DPROP, items);
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JComboBox.actionPerformed(ActionEvent)</code> through queue*/
-    public void actionPerformed(final ActionEvent actionEvent) {
-	runMapping(new MapVoidAction("actionPerformed") {
-		public void map() {
-		    ((JComboBox)getSource()).actionPerformed(actionEvent);
-		}});}
-
-    /**Maps <code>JComboBox.addActionListener(ActionListener)</code> through queue*/
-    public void addActionListener(final ActionListener actionListener) {
-	runMapping(new MapVoidAction("addActionListener") {
-		public void map() {
-		    ((JComboBox)getSource()).addActionListener(actionListener);
-		}});}
-
-    /**Maps <code>JComboBox.addItem(Object)</code> through queue*/
-    public void addItem(final Object object) {
-	runMapping(new MapVoidAction("addItem") {
-		public void map() {
-		    ((JComboBox)getSource()).addItem(object);
-		}});}
-
-    /**Maps <code>JComboBox.addItemListener(ItemListener)</code> through queue*/
-    public void addItemListener(final ItemListener itemListener) {
-	runMapping(new MapVoidAction("addItemListener") {
-		public void map() {
-		    ((JComboBox)getSource()).addItemListener(itemListener);
-		}});}
-
-    /**Maps <code>JComboBox.configureEditor(ComboBoxEditor, Object)</code> through queue*/
-    public void configureEditor(final ComboBoxEditor comboBoxEditor, final Object object) {
-	runMapping(new MapVoidAction("configureEditor") {
-		public void map() {
-		    ((JComboBox)getSource()).configureEditor(comboBoxEditor, object);
-		}});}
-
-    /**Maps <code>JComboBox.contentsChanged(ListDataEvent)</code> through queue*/
-    public void contentsChanged(final ListDataEvent listDataEvent) {
-	runMapping(new MapVoidAction("contentsChanged") {
-		public void map() {
-		    ((JComboBox)getSource()).contentsChanged(listDataEvent);
-		}});}
-
-    /**Maps <code>JComboBox.getActionCommand()</code> through queue*/
-    public String getActionCommand() {
-	return((String)runMapping(new MapAction("getActionCommand") {
-		public Object map() {
-		    return(((JComboBox)getSource()).getActionCommand());
-		}}));}
-
-    /**Maps <code>JComboBox.getEditor()</code> through queue*/
-    public ComboBoxEditor getEditor() {
-	return((ComboBoxEditor)runMapping(new MapAction("getEditor") {
-		public Object map() {
-		    return(((JComboBox)getSource()).getEditor());
-		}}));}
-
-    /**Maps <code>JComboBox.getItemAt(int)</code> through queue*/
-    public Object getItemAt(final int i) {
-	return((Object)runMapping(new MapAction("getItemAt") {
-		public Object map() {
-		    return(((JComboBox)getSource()).getItemAt(i));
-		}}));}
-
-    /**Maps <code>JComboBox.getItemCount()</code> through queue*/
-    public int getItemCount() {
-	return(runMapping(new MapIntegerAction("getItemCount") {
-		public int map() {
-		    return(((JComboBox)getSource()).getItemCount());
-		}}));}
-
-    /**Maps <code>JComboBox.getKeySelectionManager()</code> through queue*/
-    public KeySelectionManager getKeySelectionManager() {
-	return((KeySelectionManager)runMapping(new MapAction("getKeySelectionManager") {
-		public Object map() {
-		    return(((JComboBox)getSource()).getKeySelectionManager());
-		}}));}
-
-    /**Maps <code>JComboBox.getMaximumRowCount()</code> through queue*/
-    public int getMaximumRowCount() {
-	return(runMapping(new MapIntegerAction("getMaximumRowCount") {
-		public int map() {
-		    return(((JComboBox)getSource()).getMaximumRowCount());
-		}}));}
-
-    /**Maps <code>JComboBox.getModel()</code> through queue*/
-    public ComboBoxModel getModel() {
-	return((ComboBoxModel)runMapping(new MapAction("getModel") {
-		public Object map() {
-		    return(((JComboBox)getSource()).getModel());
-		}}));}
-
-    /**Maps <code>JComboBox.getRenderer()</code> through queue*/
-    public ListCellRenderer getRenderer() {
-	return((ListCellRenderer)runMapping(new MapAction("getRenderer") {
-		public Object map() {
-		    return(((JComboBox)getSource()).getRenderer());
-		}}));}
-
-    /**Maps <code>JComboBox.getSelectedIndex()</code> through queue*/
-    public int getSelectedIndex() {
-	return(runMapping(new MapIntegerAction("getSelectedIndex") {
-		public int map() {
-		    return(((JComboBox)getSource()).getSelectedIndex());
-		}}));}
-
-    /**Maps <code>JComboBox.getSelectedItem()</code> through queue*/
-    public Object getSelectedItem() {
-	return((Object)runMapping(new MapAction("getSelectedItem") {
-		public Object map() {
-		    return(((JComboBox)getSource()).getSelectedItem());
-		}}));}
-
-    /**Maps <code>JComboBox.getSelectedObjects()</code> through queue*/
-    public Object[] getSelectedObjects() {
-	return((Object[])runMapping(new MapAction("getSelectedObjects") {
-		public Object map() {
-		    return(((JComboBox)getSource()).getSelectedObjects());
-		}}));}
-
-    /**Maps <code>JComboBox.getUI()</code> through queue*/
-    public ComboBoxUI getUI() {
-	return((ComboBoxUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JComboBox)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JComboBox.hidePopup()</code> through queue*/
-    public void hidePopup() {
-	runMapping(new MapVoidAction("hidePopup") {
-		public void map() {
-		    ((JComboBox)getSource()).hidePopup();
-		}});}
-
-    /**Maps <code>JComboBox.insertItemAt(Object, int)</code> through queue*/
-    public void insertItemAt(final Object object, final int i) {
-	runMapping(new MapVoidAction("insertItemAt") {
-		public void map() {
-		    ((JComboBox)getSource()).insertItemAt(object, i);
-		}});}
-
-    /**Maps <code>JComboBox.intervalAdded(ListDataEvent)</code> through queue*/
-    public void intervalAdded(final ListDataEvent listDataEvent) {
-	runMapping(new MapVoidAction("intervalAdded") {
-		public void map() {
-		    ((JComboBox)getSource()).intervalAdded(listDataEvent);
-		}});}
-
-    /**Maps <code>JComboBox.intervalRemoved(ListDataEvent)</code> through queue*/
-    public void intervalRemoved(final ListDataEvent listDataEvent) {
-	runMapping(new MapVoidAction("intervalRemoved") {
-		public void map() {
-		    ((JComboBox)getSource()).intervalRemoved(listDataEvent);
-		}});}
-
-    /**Maps <code>JComboBox.isEditable()</code> through queue*/
-    public boolean isEditable() {
-	return(runMapping(new MapBooleanAction("isEditable") {
-		public boolean map() {
-		    return(((JComboBox)getSource()).isEditable());
-		}}));}
-
-    /**Maps <code>JComboBox.isLightWeightPopupEnabled()</code> through queue*/
-    public boolean isLightWeightPopupEnabled() {
-	return(runMapping(new MapBooleanAction("isLightWeightPopupEnabled") {
-		public boolean map() {
-		    return(((JComboBox)getSource()).isLightWeightPopupEnabled());
-		}}));}
-
-    /**Maps <code>JComboBox.isPopupVisible()</code> through queue*/
-    public boolean isPopupVisible() {
-	return(runMapping(new MapBooleanAction("isPopupVisible") {
-		public boolean map() {
-		    return(((JComboBox)getSource()).isPopupVisible());
-		}}));}
-
-    /**Maps <code>JComboBox.processKeyEvent(KeyEvent)</code> through queue*/
-    public void processKeyEvent(final KeyEvent keyEvent) {
-	runMapping(new MapVoidAction("processKeyEvent") {
-		public void map() {
-		    ((JComboBox)getSource()).processKeyEvent(keyEvent);
-		}});}
-
-    /**Maps <code>JComboBox.removeActionListener(ActionListener)</code> through queue*/
-    public void removeActionListener(final ActionListener actionListener) {
-	runMapping(new MapVoidAction("removeActionListener") {
-		public void map() {
-		    ((JComboBox)getSource()).removeActionListener(actionListener);
-		}});}
-
-    /**Maps <code>JComboBox.removeAllItems()</code> through queue*/
-    public void removeAllItems() {
-	runMapping(new MapVoidAction("removeAllItems") {
-		public void map() {
-		    ((JComboBox)getSource()).removeAllItems();
-		}});}
-
-    /**Maps <code>JComboBox.removeItem(Object)</code> through queue*/
-    public void removeItem(final Object object) {
-	runMapping(new MapVoidAction("removeItem") {
-		public void map() {
-		    ((JComboBox)getSource()).removeItem(object);
-		}});}
-
-    /**Maps <code>JComboBox.removeItemAt(int)</code> through queue*/
-    public void removeItemAt(final int i) {
-	runMapping(new MapVoidAction("removeItemAt") {
-		public void map() {
-		    ((JComboBox)getSource()).removeItemAt(i);
-		}});}
-
-    /**Maps <code>JComboBox.removeItemListener(ItemListener)</code> through queue*/
-    public void removeItemListener(final ItemListener itemListener) {
-	runMapping(new MapVoidAction("removeItemListener") {
-		public void map() {
-		    ((JComboBox)getSource()).removeItemListener(itemListener);
-		}});}
-
-    /**Maps <code>JComboBox.selectWithKeyChar(char)</code> through queue*/
-    public boolean selectWithKeyChar(final char c) {
-	return(runMapping(new MapBooleanAction("selectWithKeyChar") {
-		public boolean map() {
-		    return(((JComboBox)getSource()).selectWithKeyChar(c));
-		}}));}
-
-    /**Maps <code>JComboBox.setActionCommand(String)</code> through queue*/
-    public void setActionCommand(final String string) {
-	runMapping(new MapVoidAction("setActionCommand") {
-		public void map() {
-		    ((JComboBox)getSource()).setActionCommand(string);
-		}});}
-
-    /**Maps <code>JComboBox.setEditable(boolean)</code> through queue*/
-    public void setEditable(final boolean b) {
-	runMapping(new MapVoidAction("setEditable") {
-		public void map() {
-		    ((JComboBox)getSource()).setEditable(b);
-		}});}
-
-    /**Maps <code>JComboBox.setEditor(ComboBoxEditor)</code> through queue*/
-    public void setEditor(final ComboBoxEditor comboBoxEditor) {
-	runMapping(new MapVoidAction("setEditor") {
-		public void map() {
-		    ((JComboBox)getSource()).setEditor(comboBoxEditor);
-		}});}
-
-    /**Maps <code>JComboBox.setKeySelectionManager(KeySelectionManager)</code> through queue*/
-    public void setKeySelectionManager(final KeySelectionManager keySelectionManager) {
-	runMapping(new MapVoidAction("setKeySelectionManager") {
-		public void map() {
-		    ((JComboBox)getSource()).setKeySelectionManager(keySelectionManager);
-		}});}
-
-    /**Maps <code>JComboBox.setLightWeightPopupEnabled(boolean)</code> through queue*/
-    public void setLightWeightPopupEnabled(final boolean b) {
-	runMapping(new MapVoidAction("setLightWeightPopupEnabled") {
-		public void map() {
-		    ((JComboBox)getSource()).setLightWeightPopupEnabled(b);
-		}});}
-
-    /**Maps <code>JComboBox.setMaximumRowCount(int)</code> through queue*/
-    public void setMaximumRowCount(final int i) {
-	runMapping(new MapVoidAction("setMaximumRowCount") {
-		public void map() {
-		    ((JComboBox)getSource()).setMaximumRowCount(i);
-		}});}
-
-    /**Maps <code>JComboBox.setModel(ComboBoxModel)</code> through queue*/
-    public void setModel(final ComboBoxModel comboBoxModel) {
-	runMapping(new MapVoidAction("setModel") {
-		public void map() {
-		    ((JComboBox)getSource()).setModel(comboBoxModel);
-		}});}
-
-    /**Maps <code>JComboBox.setPopupVisible(boolean)</code> through queue*/
-    public void setPopupVisible(final boolean b) {
-	runMapping(new MapVoidAction("setPopupVisible") {
-		public void map() {
-		    ((JComboBox)getSource()).setPopupVisible(b);
-		}});}
-
-    /**Maps <code>JComboBox.setRenderer(ListCellRenderer)</code> through queue*/
-    public void setRenderer(final ListCellRenderer listCellRenderer) {
-	runMapping(new MapVoidAction("setRenderer") {
-		public void map() {
-		    ((JComboBox)getSource()).setRenderer(listCellRenderer);
-		}});}
-
-    /**Maps <code>JComboBox.setSelectedIndex(int)</code> through queue*/
-    public void setSelectedIndex(final int i) {
-	runMapping(new MapVoidAction("setSelectedIndex") {
-		public void map() {
-		    ((JComboBox)getSource()).setSelectedIndex(i);
-		}});}
-
-    /**Maps <code>JComboBox.setSelectedItem(Object)</code> through queue*/
-    public void setSelectedItem(final Object object) {
-	runMapping(new MapVoidAction("setSelectedItem") {
-		public void map() {
-		    ((JComboBox)getSource()).setSelectedItem(object);
-		}});}
-
-    /**Maps <code>JComboBox.setUI(ComboBoxUI)</code> through queue*/
-    public void setUI(final ComboBoxUI comboBoxUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((JComboBox)getSource()).setUI(comboBoxUI);
-		}});}
-
-    /**Maps <code>JComboBox.showPopup()</code> through queue*/
-    public void showPopup() {
-	runMapping(new MapVoidAction("showPopup") {
-		public void map() {
-		    ((JComboBox)getSource()).showPopup();
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    private void init() {
-	if(button == null) {
-	    button = new JButtonOperator(findJButton());
-	    button.copyEnvironment(this);
-	    button.setOutput(getOutput().createErrorOutput());
-	    if(((JComboBox)getSource()).isEditable()) {
-		text = new JTextFieldOperator(findJTextField());
-		text.copyEnvironment(this);
-		text.setOutput(getOutput().createErrorOutput());
-	    }
-	}
-    }
-
-    /**
-     * Allows to find component by an item.
-     */
-    public static class JComboBoxByItemFinder implements ComponentChooser {
-	String label;
-	int itemIndex;
-	StringComparator comparator;
-        /**
-         * Constructs JComboBoxByItemFinder.
-         * @param lb a text pattern
-         * @param ii item index to check. If equal to -1, selected item is checked.
-         * @param comparator specifies string comparision algorithm.
-         */
-	public JComboBoxByItemFinder(String lb, int ii, StringComparator comparator) {
-	    label = lb;
-	    itemIndex = ii;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs JComboBoxByItemFinder.
-         * @param lb a text pattern
-         * @param ii item index to check. If equal to -1, selected item is checked.
-         */
-	public JComboBoxByItemFinder(String lb, int ii) {
-            this(lb, ii, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof JComboBox) {
-                if(label == null) {
-                    return(true);
-                }
-		if(((JComboBox)comp).getModel().getSize() > itemIndex) {
-		    int ii = itemIndex;
-		    if(ii == -1) {
-                        ii = ((JComboBox)comp).getSelectedIndex();
-                        if(ii == -1) {
-                            return(false);
-                        }
-		    }
-		    return(comparator.equals(((JComboBox)comp).getModel().getElementAt(ii).toString(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("JComboBox with text \"" + label + "\" in " + 
-		   (new Integer(itemIndex)).toString() + "'th item");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JComboBoxFinder extends Finder {
-        /**
-         * Constructs JComboBoxFinder.
-         * @param sf other searching criteria.
-         */
-	public JComboBoxFinder(ComponentChooser sf) {
-            super(JComboBox.class, sf);
-	}
-        /**
-         * Constructs JComboBoxFinder.
-         */
-	public JComboBoxFinder() {
-            super(JComboBox.class);
-	}
-    }
-
-    private class PopupWindowChooser implements ComponentChooser {
-	ComponentChooser pChooser;
-	public PopupWindowChooser(ComponentChooser pChooser) {
-	    this.pChooser = pChooser;
-	}
-	public boolean checkComponent(Component comp) {
-	    ComponentSearcher cs = new ComponentSearcher((Container)comp);
-	    cs.setOutput(TestOut.getNullOutput());
-	    return(cs.findComponent(pChooser) != null);
-	}
-	public String getDescription() {
-	    return("Popup window");
-	}
-    }
-
-    private class ListWater extends Waiter {
-	ComponentChooser cChooser;
-	ComponentChooser pChooser;
-	public ListWater() {
-	    super();
-	    cChooser = new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    if(comp instanceof JList) {
-			Container cont = (Container)comp;
-			while((cont = cont.getParent()) != null) {
-			    if(cont instanceof ComboPopup) {
-				return(true);
-			    }
-			}
-		    }
-		    return(false);
-		}
-		public String getDescription() {
-		    return("Popup menu");
-		}
-	    };
-	    pChooser = new PopupWindowChooser(cChooser);
-	}
-	public Object actionProduced(Object obj) {
-	    Window popupWindow = null;
-	    if(pChooser.checkComponent(getWindow())) {
-		popupWindow = getWindow();
-	    } else {
-		popupWindow = WindowWaiter.getWindow(getWindow(), pChooser);
-	    }
-	    if(popupWindow != null) {
-		ComponentSearcher sc = new ComponentSearcher(popupWindow);
-		sc.setOutput(TestOut.getNullOutput());
-		return(sc.findComponent(cChooser));
-	    } else {
-		return(null);
-	    }
-	}
-	public String getDescription() {
-	    return("Wait popup expanded");
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JComponentOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JComponentOperator.java
deleted file mode 100644
index e687c11..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JComponentOperator.java
+++ /dev/null
@@ -1,924 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.Waitable;
-import org.netbeans.jemmy.Waiter;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Dimension;
-import java.awt.Insets;
-import java.awt.Point;
-import java.awt.Rectangle;
-import java.awt.Window;
-
-import java.awt.event.ActionListener;
-import java.awt.event.MouseEvent;
-
-import java.beans.VetoableChangeListener;
-
-import java.util.Hashtable;
-
-import javax.accessibility.AccessibleContext;
-
-import javax.swing.JComponent;
-import javax.swing.JInternalFrame;
-import javax.swing.JRootPane;
-import javax.swing.JToolTip;
-import javax.swing.KeyStroke;
-
-import javax.swing.border.Border;
-
-import javax.swing.event.AncestorListener;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * JComponentOperator.WaitToolTipTimeout - time to wait tool tip displayed <BR>
- * JComponentOperator.ShowToolTipTimeout - time to show tool tip <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JComponentOperator extends ContainerOperator
-    implements Timeoutable, Outputable{
-
-    /**
-     * Identifier for a "tooltip text" property.
-     * @see #getDump
-     */
-    public static final String TOOLTIP_TEXT_DPROP = "Tooltip text";
-    public static final String A11Y_DATA = "Accessible data (yes/no)";
-    public static final String A11Y_NAME_DPROP = "Accessible name";
-    public static final String A11Y_DESCRIPTION_DPROP = "Accessible decription";
-
-    private final static long WAIT_TOOL_TIP_TIMEOUT = 10000;
-    private final static long SHOW_TOOL_TIP_TIMEOUT = 0;
-
-    private Timeouts timeouts;
-    private TestOut output;
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public JComponentOperator(JComponent b) {
-	super(b);
-    }
-
-    /**
-     * Constructs a JComponentOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JComponentOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JComponent)cont.
-             waitSubComponent(new JComponentFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JComponentOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JComponentOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JComponentOperator(ContainerOperator cont, int index) {
-	this((JComponent)waitComponent(cont, 
-				       new JComponentFinder(ComponentSearcher.getTrueChooser("Any JComponent")),
-				       index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * @throws TimeoutExpiredException
-     */
-    public JComponentOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JComponent in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JComponent instance or null if component was not found.
-     */
-    public static JComponent findJComponent(Container cont, ComponentChooser chooser, int index) {
-	return((JComponent)findComponent(cont, new JComponentFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th JComponent in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JComponent instance or null if component was not found.
-     */
-    public static JComponent findJComponent(Container cont, ComponentChooser chooser) {
-	return(findJComponent(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JComponent by tooltip text.
-     * @param cont Container to search component in.
-     * @param toolTipText Tooltip text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JComponent instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JComponent findJComponent(Container cont, String toolTipText, boolean ce, boolean ccs, int index) {
-	return(findJComponent(cont, new JComponentByTipFinder(toolTipText, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Searches JComponent by tooltip text.
-     * @param cont Container to search component in.
-     * @param toolTipText Tooltip text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JComponent instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JComponent findJComponent(Container cont, String toolTipText, boolean ce, boolean ccs) {
-	return(findJComponent(cont, toolTipText, ce, ccs, 0));
-    }
-
-    /**
-     * Waits JComponent in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JComponent instance or null if component was not found.
-     * @throws TimeoutExpiredException
-     */
-    public static JComponent waitJComponent(Container cont, ComponentChooser chooser, final int index) {
-	return((JComponent)waitComponent(cont, new JComponentFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th JComponent in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JComponent instance or null if component was not found.
-     * @throws TimeoutExpiredException
-     */
-    public static JComponent waitJComponent(Container cont, ComponentChooser chooser) {
-	return(waitJComponent(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JComponent by tooltip text.
-     * @param cont Container to search component in.
-     * @param toolTipText Tooltip text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JComponent instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JComponent waitJComponent(Container cont, String toolTipText, boolean ce, boolean ccs, int index) {
-	return(waitJComponent(cont, new JComponentByTipFinder(toolTipText, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Waits JComponent by tooltip text.
-     * @param cont Container to search component in.
-     * @param toolTipText Tooltip text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JComponent instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JComponent waitJComponent(Container cont, String toolTipText, boolean ce, boolean ccs) {
-	return(waitJComponent(cont, toolTipText, ce, ccs, 0));
-    }
-
-    static {
-	Timeouts.initDefault("JComponentOperator.WaitToolTipTimeout", WAIT_TOOL_TIP_TIMEOUT);
-	Timeouts.initDefault("JComponentOperator.ShowToolTipTimeout", SHOW_TOOL_TIP_TIMEOUT);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	super.setTimeouts(timeouts);
-	this.timeouts = timeouts;
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public int getCenterXForClick() {
-	Rectangle rect = getVisibleRect();
-	return((int)rect.getX() +
-	       (int)rect.getWidth() / 2);
-    }
-
-    public int getCenterYForClick() {
-	Rectangle rect = getVisibleRect();
-	return((int)rect.getY() +
-	       (int)rect.getHeight() / 2);
-    }
-
-    /**
-     * Showes tool tip.
-     * @return JToolTip component.
-     * @throws TimeoutExpiredException
-     */
-    public JToolTip showToolTip() {
-	enterMouse();
-	moveMouse(getCenterXForClick(),
-		  getCenterYForClick());
-        return(waitToolTip());
-    }
-
-    public JToolTip waitToolTip() {
-        return((JToolTip)waitComponent(WindowOperator.
-                                       waitWindow(new JToolTipWindowFinder(),
-                                                  0,
-                                                  getTimeouts(),
-                                                  getOutput()),
-                                       new JToolTipFinder(),
-                                       0,
-                                       getTimeouts(),
-                                       getOutput()));
-    }
-
-    /**
-     * Looks for a first window-like container.
-     * @return either WindowOperator of JInternalFrameOperator
-     */
-    public ContainerOperator getWindowContainerOperator() {
-        Component resultComp;
-        if(getSource() instanceof Window) {
-            resultComp = getSource();
-        } else {
-            resultComp = getContainer(new ComponentChooser() {
-                    public boolean checkComponent(Component comp) {
-                        return(comp instanceof Window ||
-                               comp instanceof JInternalFrame);
-                    }
-                    public String getDescription() {
-                        return("");
-                    }
-                });
-        }
-        ContainerOperator result;
-        if(resultComp instanceof Window) {
-            result = new WindowOperator((Window)resultComp);
-        } else {
-            result = new ContainerOperator((Container)resultComp);
-        }
-        result.copyEnvironment(this);
-        return(result);
-    }
-
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	if(getToolTipText() != null) {
-	    result.put(TOOLTIP_TEXT_DPROP, getToolTipText());
-	}
-        //System.out.println("Dump a11y = " + System.getProperty("jemmy.dump.a11y"));
-        if(System.getProperty("jemmy.dump.a11y") != null &&
-           System.getProperty("jemmy.dump.a11y").equals("on")) {
-            AccessibleContext a11y = ((JComponent)getSource()).getAccessibleContext();
-            if(a11y != null) {
-                result.put(A11Y_DATA, "yes");
-                String accName = (a11y.getAccessibleName()        == null) ? "null" : a11y.getAccessibleName();
-                String accDesc = (a11y.getAccessibleDescription() == null) ? "null" : a11y.getAccessibleDescription();
-                result.put(A11Y_NAME_DPROP, accName);
-                result.put(A11Y_DESCRIPTION_DPROP, accDesc);
-            } else {
-                result.put(A11Y_DATA, "no");
-            }
-        }
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JComponent.addAncestorListener(AncestorListener)</code> through queue*/
-    public void addAncestorListener(final AncestorListener ancestorListener) {
-	runMapping(new MapVoidAction("addAncestorListener") {
-		public void map() {
-		    ((JComponent)getSource()).addAncestorListener(ancestorListener);
-		}});}
-
-    /**Maps <code>JComponent.addVetoableChangeListener(VetoableChangeListener)</code> through queue*/
-    public void addVetoableChangeListener(final VetoableChangeListener vetoableChangeListener) {
-	runMapping(new MapVoidAction("addVetoableChangeListener") {
-		public void map() {
-		    ((JComponent)getSource()).addVetoableChangeListener(vetoableChangeListener);
-		}});}
-
-    /**Maps <code>JComponent.computeVisibleRect(Rectangle)</code> through queue*/
-    public void computeVisibleRect(final Rectangle rectangle) {
-	runMapping(new MapVoidAction("computeVisibleRect") {
-		public void map() {
-		    ((JComponent)getSource()).computeVisibleRect(rectangle);
-		}});}
-
-    /**Maps <code>JComponent.createToolTip()</code> through queue*/
-    public JToolTip createToolTip() {
-	return((JToolTip)runMapping(new MapAction("createToolTip") {
-		public Object map() {
-		    return(((JComponent)getSource()).createToolTip());
-		}}));}
-
-    /**Maps <code>JComponent.firePropertyChange(String, byte, byte)</code> through queue*/
-    public void firePropertyChange(final String string, final byte b, final byte b1) {
-	runMapping(new MapVoidAction("firePropertyChange") {
-		public void map() {
-		    ((JComponent)getSource()).firePropertyChange(string, b, b1);
-		}});}
-
-    /**Maps <code>JComponent.firePropertyChange(String, char, char)</code> through queue*/
-    public void firePropertyChange(final String string, final char c, final char c1) {
-	runMapping(new MapVoidAction("firePropertyChange") {
-		public void map() {
-		    ((JComponent)getSource()).firePropertyChange(string, c, c1);
-		}});}
-
-    /**Maps <code>JComponent.firePropertyChange(String, double, double)</code> through queue*/
-    public void firePropertyChange(final String string, final double d, final double d1) {
-	runMapping(new MapVoidAction("firePropertyChange") {
-		public void map() {
-		    ((JComponent)getSource()).firePropertyChange(string, d, d1);
-		}});}
-
-    /**Maps <code>JComponent.firePropertyChange(String, float, float)</code> through queue*/
-    public void firePropertyChange(final String string, final float f, final float f1) {
-	runMapping(new MapVoidAction("firePropertyChange") {
-		public void map() {
-		    ((JComponent)getSource()).firePropertyChange(string, f, f1);
-		}});}
-
-    /**Maps <code>JComponent.firePropertyChange(String, int, int)</code> through queue*/
-    public void firePropertyChange(final String string, final int i, final int i1) {
-	runMapping(new MapVoidAction("firePropertyChange") {
-		public void map() {
-		    ((JComponent)getSource()).firePropertyChange(string, i, i1);
-		}});}
-
-    /**Maps <code>JComponent.firePropertyChange(String, long, long)</code> through queue*/
-    public void firePropertyChange(final String string, final long l, final long l1) {
-	runMapping(new MapVoidAction("firePropertyChange") {
-		public void map() {
-		    ((JComponent)getSource()).firePropertyChange(string, l, l1);
-		}});}
-
-    /**Maps <code>JComponent.firePropertyChange(String, short, short)</code> through queue*/
-    public void firePropertyChange(final String string, final short s, final short s1) {
-	runMapping(new MapVoidAction("firePropertyChange") {
-		public void map() {
-		    ((JComponent)getSource()).firePropertyChange(string, s, s1);
-		}});}
-
-    /**Maps <code>JComponent.firePropertyChange(String, boolean, boolean)</code> through queue*/
-    public void firePropertyChange(final String string, final boolean b, final boolean b1) {
-	runMapping(new MapVoidAction("firePropertyChange") {
-		public void map() {
-		    ((JComponent)getSource()).firePropertyChange(string, b, b1);
-		}});}
-
-    /**Maps <code>JComponent.getAccessibleContext()</code> through queue*/
-    public AccessibleContext getAccessibleContext() {
-	return((AccessibleContext)runMapping(new MapAction("getAccessibleContext") {
-		public Object map() {
-		    return(((JComponent)getSource()).getAccessibleContext());
-		}}));}
-
-    /**Maps <code>JComponent.getActionForKeyStroke(KeyStroke)</code> through queue*/
-    public ActionListener getActionForKeyStroke(final KeyStroke keyStroke) {
-	return((ActionListener)runMapping(new MapAction("getActionForKeyStroke") {
-		public Object map() {
-		    return(((JComponent)getSource()).getActionForKeyStroke(keyStroke));
-		}}));}
-
-    /**Maps <code>JComponent.getAutoscrolls()</code> through queue*/
-    public boolean getAutoscrolls() {
-	return(runMapping(new MapBooleanAction("getAutoscrolls") {
-		public boolean map() {
-		    return(((JComponent)getSource()).getAutoscrolls());
-		}}));}
-
-    /**Maps <code>JComponent.getBorder()</code> through queue*/
-    public Border getBorder() {
-	return((Border)runMapping(new MapAction("getBorder") {
-		public Object map() {
-		    return(((JComponent)getSource()).getBorder());
-		}}));}
-
-    /**Maps <code>JComponent.getClientProperty(Object)</code> through queue*/
-    public Object getClientProperty(final Object object) {
-	return((Object)runMapping(new MapAction("getClientProperty") {
-		public Object map() {
-		    return(((JComponent)getSource()).getClientProperty(object));
-		}}));}
-
-    /**Maps <code>JComponent.getConditionForKeyStroke(KeyStroke)</code> through queue*/
-    public int getConditionForKeyStroke(final KeyStroke keyStroke) {
-	return(runMapping(new MapIntegerAction("getConditionForKeyStroke") {
-		public int map() {
-		    return(((JComponent)getSource()).getConditionForKeyStroke(keyStroke));
-		}}));}
-
-    /**Maps <code>JComponent.getDebugGraphicsOptions()</code> through queue*/
-    public int getDebugGraphicsOptions() {
-	return(runMapping(new MapIntegerAction("getDebugGraphicsOptions") {
-		public int map() {
-		    return(((JComponent)getSource()).getDebugGraphicsOptions());
-		}}));}
-
-    /**Maps <code>JComponent.getInsets(Insets)</code> through queue*/
-    public Insets getInsets(final Insets insets) {
-	return((Insets)runMapping(new MapAction("getInsets") {
-		public Object map() {
-		    return(((JComponent)getSource()).getInsets(insets));
-		}}));}
-
-    /**Maps <code>JComponent.getNextFocusableComponent()</code> through queue*/
-    public Component getNextFocusableComponent() {
-	return((Component)runMapping(new MapAction("getNextFocusableComponent") {
-		public Object map() {
-		    return(((JComponent)getSource()).getNextFocusableComponent());
-		}}));}
-
-    /**Maps <code>JComponent.getRegisteredKeyStrokes()</code> through queue*/
-    public KeyStroke[] getRegisteredKeyStrokes() {
-	return((KeyStroke[])runMapping(new MapAction("getRegisteredKeyStrokes") {
-		public Object map() {
-		    return(((JComponent)getSource()).getRegisteredKeyStrokes());
-		}}));}
-
-    /**Maps <code>JComponent.getRootPane()</code> through queue*/
-    public JRootPane getRootPane() {
-	return((JRootPane)runMapping(new MapAction("getRootPane") {
-		public Object map() {
-		    return(((JComponent)getSource()).getRootPane());
-		}}));}
-
-    /**Maps <code>JComponent.getToolTipLocation(MouseEvent)</code> through queue*/
-    public Point getToolTipLocation(final MouseEvent mouseEvent) {
-	return((Point)runMapping(new MapAction("getToolTipLocation") {
-		public Object map() {
-		    return(((JComponent)getSource()).getToolTipLocation(mouseEvent));
-		}}));}
-
-    /**Maps <code>JComponent.getToolTipText()</code> through queue*/
-    public String getToolTipText() {
-	return((String)runMapping(new MapAction("getToolTipText") {
-		public Object map() {
-		    return(((JComponent)getSource()).getToolTipText());
-		}}));}
-
-    /**Maps <code>JComponent.getToolTipText(MouseEvent)</code> through queue*/
-    public String getToolTipText(final MouseEvent mouseEvent) {
-	return((String)runMapping(new MapAction("getToolTipText") {
-		public Object map() {
-		    return(((JComponent)getSource()).getToolTipText(mouseEvent));
-		}}));}
-
-    /**Maps <code>JComponent.getTopLevelAncestor()</code> through queue*/
-    public Container getTopLevelAncestor() {
-	return((Container)runMapping(new MapAction("getTopLevelAncestor") {
-		public Object map() {
-		    return(((JComponent)getSource()).getTopLevelAncestor());
-		}}));}
-
-    /**Maps <code>JComponent.getUIClassID()</code> through queue*/
-    public String getUIClassID() {
-	return((String)runMapping(new MapAction("getUIClassID") {
-		public Object map() {
-		    return(((JComponent)getSource()).getUIClassID());
-		}}));}
-
-    /**Maps <code>JComponent.getVisibleRect()</code> through queue*/
-    public Rectangle getVisibleRect() {
-	return((Rectangle)runMapping(new MapAction("getVisibleRect") {
-		public Object map() {
-		    return(((JComponent)getSource()).getVisibleRect());
-		}}));}
-
-    /**Maps <code>JComponent.grabFocus()</code> through queue*/
-    public void grabFocus() {
-	runMapping(new MapVoidAction("grabFocus") {
-		public void map() {
-		    ((JComponent)getSource()).grabFocus();
-		}});}
-
-    /**Maps <code>JComponent.isFocusCycleRoot()</code> through queue*/
-    public boolean isFocusCycleRoot() {
-	return(runMapping(new MapBooleanAction("isFocusCycleRoot") {
-		public boolean map() {
-		    return(((JComponent)getSource()).isFocusCycleRoot());
-		}}));}
-
-    /**Maps <code>JComponent.isManagingFocus()</code> through queue*/
-    public boolean isManagingFocus() {
-	return(runMapping(new MapBooleanAction("isManagingFocus") {
-		public boolean map() {
-		    return(((JComponent)getSource()).isManagingFocus());
-		}}));}
-
-    /**Maps <code>JComponent.isOptimizedDrawingEnabled()</code> through queue*/
-    public boolean isOptimizedDrawingEnabled() {
-	return(runMapping(new MapBooleanAction("isOptimizedDrawingEnabled") {
-		public boolean map() {
-		    return(((JComponent)getSource()).isOptimizedDrawingEnabled());
-		}}));}
-
-    /**Maps <code>JComponent.isPaintingTile()</code> through queue*/
-    public boolean isPaintingTile() {
-	return(runMapping(new MapBooleanAction("isPaintingTile") {
-		public boolean map() {
-		    return(((JComponent)getSource()).isPaintingTile());
-		}}));}
-
-    /**Maps <code>JComponent.isRequestFocusEnabled()</code> through queue*/
-    public boolean isRequestFocusEnabled() {
-	return(runMapping(new MapBooleanAction("isRequestFocusEnabled") {
-		public boolean map() {
-		    return(((JComponent)getSource()).isRequestFocusEnabled());
-		}}));}
-
-    /**Maps <code>JComponent.isValidateRoot()</code> through queue*/
-    public boolean isValidateRoot() {
-	return(runMapping(new MapBooleanAction("isValidateRoot") {
-		public boolean map() {
-		    return(((JComponent)getSource()).isValidateRoot());
-		}}));}
-
-    /**Maps <code>JComponent.paintImmediately(int, int, int, int)</code> through queue*/
-    public void paintImmediately(final int i, final int i1, final int i2, final int i3) {
-	runMapping(new MapVoidAction("paintImmediately") {
-		public void map() {
-		    ((JComponent)getSource()).paintImmediately(i, i1, i2, i3);
-		}});}
-
-    /**Maps <code>JComponent.paintImmediately(Rectangle)</code> through queue*/
-    public void paintImmediately(final Rectangle rectangle) {
-	runMapping(new MapVoidAction("paintImmediately") {
-		public void map() {
-		    ((JComponent)getSource()).paintImmediately(rectangle);
-		}});}
-
-    /**Maps <code>JComponent.putClientProperty(Object, Object)</code> through queue*/
-    public void putClientProperty(final Object object, final Object object1) {
-	runMapping(new MapVoidAction("putClientProperty") {
-		public void map() {
-		    ((JComponent)getSource()).putClientProperty(object, object1);
-		}});}
-
-    /**Maps <code>JComponent.registerKeyboardAction(ActionListener, String, KeyStroke, int)</code> through queue*/
-    public void registerKeyboardAction(final ActionListener actionListener, final String string, final KeyStroke keyStroke, final int i) {
-	runMapping(new MapVoidAction("registerKeyboardAction") {
-		public void map() {
-		    ((JComponent)getSource()).registerKeyboardAction(actionListener, string, keyStroke, i);
-		}});}
-
-    /**Maps <code>JComponent.registerKeyboardAction(ActionListener, KeyStroke, int)</code> through queue*/
-    public void registerKeyboardAction(final ActionListener actionListener, final KeyStroke keyStroke, final int i) {
-	runMapping(new MapVoidAction("registerKeyboardAction") {
-		public void map() {
-		    ((JComponent)getSource()).registerKeyboardAction(actionListener, keyStroke, i);
-		}});}
-
-    /**Maps <code>JComponent.removeAncestorListener(AncestorListener)</code> through queue*/
-    public void removeAncestorListener(final AncestorListener ancestorListener) {
-	runMapping(new MapVoidAction("removeAncestorListener") {
-		public void map() {
-		    ((JComponent)getSource()).removeAncestorListener(ancestorListener);
-		}});}
-
-    /**Maps <code>JComponent.removeVetoableChangeListener(VetoableChangeListener)</code> through queue*/
-    public void removeVetoableChangeListener(final VetoableChangeListener vetoableChangeListener) {
-	runMapping(new MapVoidAction("removeVetoableChangeListener") {
-		public void map() {
-		    ((JComponent)getSource()).removeVetoableChangeListener(vetoableChangeListener);
-		}});}
-
-    /**Maps <code>JComponent.repaint(Rectangle)</code> through queue*/
-    public void repaint(final Rectangle rectangle) {
-	runMapping(new MapVoidAction("repaint") {
-		public void map() {
-		    ((JComponent)getSource()).repaint(rectangle);
-		}});}
-
-    /**Maps <code>JComponent.requestDefaultFocus()</code> through queue*/
-    public boolean requestDefaultFocus() {
-	return(runMapping(new MapBooleanAction("requestDefaultFocus") {
-		public boolean map() {
-		    return(((JComponent)getSource()).requestDefaultFocus());
-		}}));}
-
-    /**Maps <code>JComponent.resetKeyboardActions()</code> through queue*/
-    public void resetKeyboardActions() {
-	runMapping(new MapVoidAction("resetKeyboardActions") {
-		public void map() {
-		    ((JComponent)getSource()).resetKeyboardActions();
-		}});}
-
-    /**Maps <code>JComponent.revalidate()</code> through queue*/
-    public void revalidate() {
-	runMapping(new MapVoidAction("revalidate") {
-		public void map() {
-		    ((JComponent)getSource()).revalidate();
-		}});}
-
-    /**Maps <code>JComponent.scrollRectToVisible(Rectangle)</code> through queue*/
-    public void scrollRectToVisible(final Rectangle rectangle) {
-	runMapping(new MapVoidAction("scrollRectToVisible") {
-		public void map() {
-		    ((JComponent)getSource()).scrollRectToVisible(rectangle);
-		}});}
-
-    /**Maps <code>JComponent.setAlignmentX(float)</code> through queue*/
-    public void setAlignmentX(final float f) {
-	runMapping(new MapVoidAction("setAlignmentX") {
-		public void map() {
-		    ((JComponent)getSource()).setAlignmentX(f);
-		}});}
-
-    /**Maps <code>JComponent.setAlignmentY(float)</code> through queue*/
-    public void setAlignmentY(final float f) {
-	runMapping(new MapVoidAction("setAlignmentY") {
-		public void map() {
-		    ((JComponent)getSource()).setAlignmentY(f);
-		}});}
-
-    /**Maps <code>JComponent.setAutoscrolls(boolean)</code> through queue*/
-    public void setAutoscrolls(final boolean b) {
-	runMapping(new MapVoidAction("setAutoscrolls") {
-		public void map() {
-		    ((JComponent)getSource()).setAutoscrolls(b);
-		}});}
-
-    /**Maps <code>JComponent.setBorder(Border)</code> through queue*/
-    public void setBorder(final Border border) {
-	runMapping(new MapVoidAction("setBorder") {
-		public void map() {
-		    ((JComponent)getSource()).setBorder(border);
-		}});}
-
-    /**Maps <code>JComponent.setDebugGraphicsOptions(int)</code> through queue*/
-    public void setDebugGraphicsOptions(final int i) {
-	runMapping(new MapVoidAction("setDebugGraphicsOptions") {
-		public void map() {
-		    ((JComponent)getSource()).setDebugGraphicsOptions(i);
-		}});}
-
-    /**Maps <code>JComponent.setDoubleBuffered(boolean)</code> through queue*/
-    public void setDoubleBuffered(final boolean b) {
-	runMapping(new MapVoidAction("setDoubleBuffered") {
-		public void map() {
-		    ((JComponent)getSource()).setDoubleBuffered(b);
-		}});}
-
-    /**Maps <code>JComponent.setMaximumSize(Dimension)</code> through queue*/
-    public void setMaximumSize(final Dimension dimension) {
-	runMapping(new MapVoidAction("setMaximumSize") {
-		public void map() {
-		    ((JComponent)getSource()).setMaximumSize(dimension);
-		}});}
-
-    /**Maps <code>JComponent.setMinimumSize(Dimension)</code> through queue*/
-    public void setMinimumSize(final Dimension dimension) {
-	runMapping(new MapVoidAction("setMinimumSize") {
-		public void map() {
-		    ((JComponent)getSource()).setMinimumSize(dimension);
-		}});}
-
-    /**Maps <code>JComponent.setNextFocusableComponent(Component)</code> through queue*/
-    public void setNextFocusableComponent(final Component component) {
-	runMapping(new MapVoidAction("setNextFocusableComponent") {
-		public void map() {
-		    ((JComponent)getSource()).setNextFocusableComponent(component);
-		}});}
-
-    /**Maps <code>JComponent.setOpaque(boolean)</code> through queue*/
-    public void setOpaque(final boolean b) {
-	runMapping(new MapVoidAction("setOpaque") {
-		public void map() {
-		    ((JComponent)getSource()).setOpaque(b);
-		}});}
-
-    /**Maps <code>JComponent.setPreferredSize(Dimension)</code> through queue*/
-    public void setPreferredSize(final Dimension dimension) {
-	runMapping(new MapVoidAction("setPreferredSize") {
-		public void map() {
-		    ((JComponent)getSource()).setPreferredSize(dimension);
-		}});}
-
-    /**Maps <code>JComponent.setRequestFocusEnabled(boolean)</code> through queue*/
-    public void setRequestFocusEnabled(final boolean b) {
-	runMapping(new MapVoidAction("setRequestFocusEnabled") {
-		public void map() {
-		    ((JComponent)getSource()).setRequestFocusEnabled(b);
-		}});}
-
-    /**Maps <code>JComponent.setToolTipText(String)</code> through queue*/
-    public void setToolTipText(final String string) {
-	runMapping(new MapVoidAction("setToolTipText") {
-		public void map() {
-		    ((JComponent)getSource()).setToolTipText(string);
-		}});}
-
-    /**Maps <code>JComponent.unregisterKeyboardAction(KeyStroke)</code> through queue*/
-    public void unregisterKeyboardAction(final KeyStroke keyStroke) {
-	runMapping(new MapVoidAction("unregisterKeyboardAction") {
-		public void map() {
-		    ((JComponent)getSource()).unregisterKeyboardAction(keyStroke);
-		}});}
-
-    /**Maps <code>JComponent.updateUI()</code> through queue*/
-    public void updateUI() {
-	runMapping(new MapVoidAction("updateUI") {
-		public void map() {
-		    ((JComponent)getSource()).updateUI();
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Allows to find component by tooltip.
-     */
-    public static class JComponentByTipFinder implements ComponentChooser {
-	String label;
-
-	StringComparator comparator;
-	boolean compareExactly;
-	boolean compareCaseSensitive;
-        /**
-         * Constructs JComponentByTipFinder.
-         * @param lb a text pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public JComponentByTipFinder(String lb, StringComparator comparator) {
-	    label = lb;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs JComponentByTipFinder.
-         * @param lb a text pattern
-         */
-	public JComponentByTipFinder(String lb) {
-            this(lb, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof JComponent) {
-		if(((JComponent)comp).getToolTipText() != null) {
-		    return(comparator.equals(((JComponent)comp).getToolTipText(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("JComponent with tool tip \"" + label + "\"");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JComponentFinder extends Finder {
-        /**
-         * Constructs JComponentFinder.
-         * @param sf other searching criteria.
-         */
-	public JComponentFinder(ComponentChooser sf) {
-            super(JComponent.class, sf);
-	}
-        /**
-         * Constructs JComponentFinder.
-         */
-	public JComponentFinder() {
-            super(JComponent.class);
-	}
-    }
-
-    class JToolTipWindowFinder implements ComponentChooser {
-        ComponentChooser ppFinder;
-	public JToolTipWindowFinder() {
-            ppFinder = new ComponentChooser() {
-                    public boolean checkComponent(Component comp) {
-                        return(comp.isShowing() &&
-                               comp.isVisible() &&
-                               comp instanceof JToolTip);
-                    }
-                    public String getDescription() {
-                        return("A tool tip");
-                    }
-                };
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp.isShowing() && comp instanceof Window) {
-		ComponentSearcher cs = new ComponentSearcher((Container)comp);
-		cs.setOutput(JemmyProperties.getCurrentOutput().createErrorOutput());
-		return(cs.findComponent(ppFinder)
-		       != null);
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-            return("A tool tip window");
-	}
-    }
-
-    class JToolTipFinder extends Finder {
-	public JToolTipFinder(ComponentChooser sf) {
-            super(JToolTip.class, sf);
-	}
-	public JToolTipFinder() {
-            super(JToolTip.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JDialogOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JDialogOperator.java
deleted file mode 100644
index 5b644c1..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JDialogOperator.java
+++ /dev/null
@@ -1,678 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.DialogWaiter;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Dialog;
-import java.awt.Window;
-
-import javax.accessibility.AccessibleContext;
-
-import javax.swing.JDialog;
-import javax.swing.JLayeredPane;
-import javax.swing.JMenuBar;
-import javax.swing.JRootPane;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * DialogWaiter.WaitDialogTimeout - time to wait dialog displayed <BR>
- * DialogWaiter.AfterDialogTimeout - time to sleep after dialog has been dispayed <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- * 
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JDialogOperator extends DialogOperator {
-
-    /**
-     * Constructor.
-     * @param w a component
-     */
-    public JDialogOperator(JDialog w) {
-	super(w);
-    }
-
-    /**
-     * Constructs a JDialogOperator object.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @param env an operator to copy environment from.
-     */
-    public JDialogOperator(ComponentChooser chooser, int index, Operator env) {
-	this(waitJDialog(new JDialogFinder(chooser),
-                         index, 
-                         env.getTimeouts(),
-                         env.getOutput()));
-	copyEnvironment(env);
-    }
-    
-    /**
-     * Constructs a JDialogOperator object.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JDialogOperator(ComponentChooser chooser, int index) {
-	this(chooser, index, Operator.getEnvironmentOperator());
-    }
-    
-    /**
-     * Constructs a JDialogOperator object.
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JDialogOperator(ComponentChooser chooser) {
-	this(chooser, 0);
-    }
-    
-    /**
-     * Constructs a JDialogOperator object.
-     * @param owner window - owner
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JDialogOperator(WindowOperator owner, ComponentChooser chooser, int index) {
-	this((JDialog)owner.
-             waitSubWindow(new JDialogFinder(chooser),
-                           index));
-	copyEnvironment(owner);
-    }
-    
-    /**
-     * Constructs a JDialogOperator object.
-     * @param owner window - owner
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JDialogOperator(WindowOperator owner, ComponentChooser chooser) {
-	this(owner, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the dialog with "title" subtitle.
-     * Uses owner's timeout and output for waiting and to init operator.
-     * @param owner Operator pointing to a window owner.
-     * @param title The desired title.
-     * @param index Ordinal index.  The first dialog has <code>index</code> 0.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * 
-     */
-    public JDialogOperator(WindowOperator owner, String title, int index) {
-	this(waitJDialog(owner,
-			 new JDialogFinder(new DialogByTitleFinder(title,
-                                                                    owner.getComparator())), 
-			 index));
-	copyEnvironment(owner);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the dialog with "title" subtitle.
-     * Uses owner's timeout and output for waiting and to init operator.
-     * @param owner Operator pointing to a window owner.
-     * @param title The desired title.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * 
-     */
-    public JDialogOperator(WindowOperator owner, String title) {
-	this(owner, title, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the index'th dialog between owner's children.
-     * Uses owner'th timeout and output for waiting and to init operator.
-     * @param owner Operator pointing to a window owner.
-     * @param index Ordinal component index.
-     * 
-     */
-    public JDialogOperator(WindowOperator owner, int index) {
-	this((JDialog)
-	     waitJDialog(owner, 
-			 new JDialogFinder(),
-			 index));
-	copyEnvironment(owner);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the first dialog between owner's children.
-     * Uses owner'th timeout and output for waiting and to init operator.
-     * @param owner Operator pointing to a window owner.
-     * 
-     */
-    public JDialogOperator(WindowOperator owner) {
-	this(owner, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the dialog with "title" subtitle.
-     * Constructor can be used in complicated cases when
-     * output or timeouts should differ from default.
-     * @param title a window title
-     * @param index Ordinal component index.
-     * @param env an operator to copy environment from.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * 
-     */
-    public JDialogOperator(String title, int index, Operator env) {
-	this(new JDialogFinder(new DialogByTitleFinder(title, 
-                                                       env.getComparator())), 
-             index, env);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the dialog with "title" subtitle.
-     * Uses current timeouts and output values.
-     * @param title a window title
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @see JemmyProperties#getCurrentTimeouts()
-     * @see JemmyProperties#getCurrentOutput()
-     * 
-     */
-    public JDialogOperator(String title, int index) {
-	this(title, index,
-	     ComponentOperator.getEnvironmentOperator());
-    }
-
-    /**
-     * Constructor.
-     * Waits for the dialog with "title" subtitle.
-     * Uses current timeouts and output values.
-     * @param title a window title
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @see JemmyProperties#getCurrentTimeouts()
-     * @see JemmyProperties#getCurrentOutput()
-     * 
-     */
-    public JDialogOperator(String title) {
-	this(title, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the index'th dialog.
-     * Uses current timeout and output for waiting and to init operator.
-     * @param index Ordinal component index.
-     * 
-     */
-    public JDialogOperator(int index) {
-	this((JDialog)
-	     waitJDialog(new JDialogFinder(),
-			 index,
-			 ComponentOperator.getEnvironmentOperator().getTimeouts(),
-			 ComponentOperator.getEnvironmentOperator().getOutput()));
-	copyEnvironment(ComponentOperator.getEnvironmentOperator());
-    }
-
-    /**
-     * Constructor.
-     * Waits for the first dialog.
-     * Uses current timeout and output for waiting and to init operator.
-     * 
-     */
-    public JDialogOperator() {
-	this(0);
-    }
-
-    /**
-     * Searches an index'th dialog.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @return JDialog instance or null if component was not found.
-     */
-    public static JDialog findJDialog(ComponentChooser chooser, int index) {
-	return((JDialog)DialogWaiter.getDialog(new JDialogFinder(chooser), index));
-    }
-
-    /**
-     * Searches a dialog.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JDialog instance or null if component was not found.
-     */
-    public static JDialog findJDialog(ComponentChooser chooser) {
-	return(findJDialog(chooser, 0));
-    }
-
-    /**
-     * Searches an index'th dialog by title.
-     * @param title Dialog title
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @param index an index between appropriate ones.
-     * @return JDialog instance or null if component was not found.
-     */
-    public static JDialog findJDialog(String title, boolean ce, boolean cc, int index) {
-	return((JDialog)DialogWaiter.
-	       getDialog(new JDialogFinder(new DialogByTitleFinder(title, 
-                                                                    new DefaultStringComparator(ce, cc))), 
-			 index));
-    }
-
-    /**
-     * Searches a dialog by title.
-     * @param title Dialog title
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @return JDialog instance or null if component was not found.
-     */
-    public static JDialog findJDialog(String title, boolean ce, boolean cc) {
-	return(findJDialog(title, ce, cc, 0));
-    }
-
-    /**
-     * Searches an index'th dialog between owner's owned windows.
-     * @param owner Window - dialog owner.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @return JDialog instance or null if component was not found.
-     */
-    public static JDialog findJDialog(Window owner, ComponentChooser chooser, int index) {
-	return((JDialog)DialogWaiter.getDialog(owner, new JDialogFinder(chooser), index));
-    }
-
-    /**
-     * Searches a dialog between owner's owned windows.
-     * @param owner Window - dialog owner.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JDialog instance or null if component was not found.
-     */
-    public static JDialog findJDialog(Window owner, ComponentChooser chooser) {
-	return(findJDialog(owner, chooser, 0));
-    }
-
-    /**
-     * Searches an index'th dialog by title between owner's owned windows.
-     * @param owner Window - dialog owner.
-     * @param title Dialog title
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @param index an index between appropriate ones.
-     * @return JDialog instance or null if component was not found.
-     */
-    public static JDialog findJDialog(Window owner, String title, boolean ce, boolean cc, int index) {
-	return((JDialog)DialogWaiter.
-	       getDialog(owner, 
-			 new JDialogFinder(new DialogByTitleFinder(title, 
-                                                                    new DefaultStringComparator(ce, cc))), 
-			 index));
-    }
-
-    /**
-     * Searches a dialog by title between owner's owned windows.
-     * @param owner Window - dialog owner.
-     * @param title Dialog title
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @return JDialog instance or null if component was not found.
-     */
-    public static JDialog findJDialog(Window owner, String title, boolean ce, boolean cc) {
-	return(findJDialog(owner, title, ce, cc, 0));
-    }
-
-    /**
-     * Waits an index'th dialog.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @return JDialog instance or null if component was not found.
-     * 
-     */
-    public static JDialog waitJDialog(ComponentChooser chooser, int index) {
-	return(waitJDialog(chooser, index, 
-			   JemmyProperties.getCurrentTimeouts(),
-			   JemmyProperties.getCurrentOutput()));
-    }
-
-    /**
-     * Waits a dialog.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JDialog instance or null if component was not found.
-     * 
-     */
-    public static JDialog waitJDialog(ComponentChooser chooser) {
-	return(waitJDialog(chooser, 0));
-    }
-
-    /**
-     * Waits an index'th dialog by title.
-     * @param title Dialog title
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @param index an index between appropriate ones.
-     * @return JDialog instance or null if component was not found.
-     * 
-     */
-    public static JDialog waitJDialog(String title, boolean ce, boolean cc, int index) {
-	return(waitJDialog(new JDialogFinder(new DialogByTitleFinder(title, 
-                                                                      new DefaultStringComparator(ce, cc))), 
-						 index));
-    }
-
-    /**
-     * Waits a dialog by title.
-     * @param title Dialog title
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @return JDialog instance or null if component was not found.
-     * 
-     */
-    public static JDialog waitJDialog(String title, boolean ce, boolean cc) {
-	return(waitJDialog(title, ce, cc, 0));
-    }
-
-    /**
-     * Waits an index'th dialog between owner's owned windows.
-     * @param owner Window - dialog owner.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @return JDialog instance or null if component was not found.
-     * 
-     */
-    public static JDialog waitJDialog(Window owner, ComponentChooser chooser, int index) {
-	return(waitJDialog(owner, chooser, index, 
-			   JemmyProperties.getCurrentTimeouts(),
-			   JemmyProperties.getCurrentOutput()));
-    }
-
-    /**
-     * Waits a dialog between owner's owned windows.
-     * @param owner Window - dialog owner.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JDialog instance or null if component was not found.
-     * 
-     */
-    public static JDialog waitJDialog(Window owner, ComponentChooser chooser) {
-	return(waitJDialog(owner, chooser, 0));
-    }
-
-    /**
-     * Waits an index'th dialog by title between owner's owned windows.
-     * @param owner Window - dialog owner.
-     * @param title Dialog title
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @param index an index between appropriate ones.
-     * @return JDialog instance or null if component was not found.
-     * 
-     */
-    public static JDialog waitJDialog(Window owner, String title, boolean ce, boolean cc, int index) {
-	return(waitJDialog(owner, new JDialogFinder(new DialogByTitleFinder(title, 
-                                                                             new DefaultStringComparator(ce, cc))), 
-			   index));
-    }
-
-    /**
-     * Waits a dialog by title between owner's owned windows.
-     * @param owner Window - dialog owner.
-     * @param title Dialog title
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @return JDialog instance or null if component was not found.
-     * 
-     */
-    public static JDialog waitJDialog(Window owner, String title, boolean ce, boolean cc) {
-	return(waitJDialog(owner, title, ce, cc, 0));
-    }
-
-    /**
-     * Searhs for modal dialog currently staying on top.
-     * @return dialog or null if no modal dialog is currently
-     * displayed.
-     */
-    public static Dialog getTopModalDialog() {
-	return(DialogWaiter.getDialog(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    if(comp instanceof Dialog) {
-			Dialog dialog = (Dialog)comp;
-			if(dialog.isModal()) {
-			    Window[] ow = dialog.getOwnedWindows();
-			    for(int i = 0; i < ow.length; i++) {
-				if(ow[i].isVisible()) {
-				    return(false);
-				}
-			    }
-			    return(true);
-			}
-		    }
-		    return(false);
-		}
-		public String getDescription() {
-		    return("Upper modal dialog");
-		}
-	    }));
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JDialog.getAccessibleContext()</code> through queue*/
-    public AccessibleContext getAccessibleContext() {
-	return((AccessibleContext)runMapping(new MapAction("getAccessibleContext") {
-		public Object map() {
-		    return(((JDialog)getSource()).getAccessibleContext());
-		}}));}
-
-    /**Maps <code>JDialog.getContentPane()</code> through queue*/
-    public Container getContentPane() {
-	return((Container)runMapping(new MapAction("getContentPane") {
-		public Object map() {
-		    return(((JDialog)getSource()).getContentPane());
-		}}));}
-
-    /**Maps <code>JDialog.getDefaultCloseOperation()</code> through queue*/
-    public int getDefaultCloseOperation() {
-	return(runMapping(new MapIntegerAction("getDefaultCloseOperation") {
-		public int map() {
-		    return(((JDialog)getSource()).getDefaultCloseOperation());
-		}}));}
-
-    /**Maps <code>JDialog.getGlassPane()</code> through queue*/
-    public Component getGlassPane() {
-	return((Component)runMapping(new MapAction("getGlassPane") {
-		public Object map() {
-		    return(((JDialog)getSource()).getGlassPane());
-		}}));}
-
-    /**Maps <code>JDialog.getJMenuBar()</code> through queue*/
-    public JMenuBar getJMenuBar() {
-	return((JMenuBar)runMapping(new MapAction("getJMenuBar") {
-		public Object map() {
-		    return(((JDialog)getSource()).getJMenuBar());
-		}}));}
-
-    /**Maps <code>JDialog.getLayeredPane()</code> through queue*/
-    public JLayeredPane getLayeredPane() {
-	return((JLayeredPane)runMapping(new MapAction("getLayeredPane") {
-		public Object map() {
-		    return(((JDialog)getSource()).getLayeredPane());
-		}}));}
-
-    /**Maps <code>JDialog.getRootPane()</code> through queue*/
-    public JRootPane getRootPane() {
-	return((JRootPane)runMapping(new MapAction("getRootPane") {
-		public Object map() {
-		    return(((JDialog)getSource()).getRootPane());
-		}}));}
-
-    /**Maps <code>JDialog.setContentPane(Container)</code> through queue*/
-    public void setContentPane(final Container container) {
-	runMapping(new MapVoidAction("setContentPane") {
-		public void map() {
-		    ((JDialog)getSource()).setContentPane(container);
-		}});}
-
-    /**Maps <code>JDialog.setDefaultCloseOperation(int)</code> through queue*/
-    public void setDefaultCloseOperation(final int i) {
-	runMapping(new MapVoidAction("setDefaultCloseOperation") {
-		public void map() {
-		    ((JDialog)getSource()).setDefaultCloseOperation(i);
-		}});}
-
-    /**Maps <code>JDialog.setGlassPane(Component)</code> through queue*/
-    public void setGlassPane(final Component component) {
-	runMapping(new MapVoidAction("setGlassPane") {
-		public void map() {
-		    ((JDialog)getSource()).setGlassPane(component);
-		}});}
-
-    /**Maps <code>JDialog.setJMenuBar(JMenuBar)</code> through queue*/
-    public void setJMenuBar(final JMenuBar jMenuBar) {
-	runMapping(new MapVoidAction("setJMenuBar") {
-		public void map() {
-		    ((JDialog)getSource()).setJMenuBar(jMenuBar);
-		}});}
-
-    /**Maps <code>JDialog.setLayeredPane(JLayeredPane)</code> through queue*/
-    public void setLayeredPane(final JLayeredPane jLayeredPane) {
-	runMapping(new MapVoidAction("setLayeredPane") {
-		public void map() {
-		    ((JDialog)getSource()).setLayeredPane(jLayeredPane);
-		}});}
-
-    /**Maps <code>JDialog.setLocationRelativeTo(Component)</code> through queue*/
-    public void setLocationRelativeTo(final Component component) {
-	runMapping(new MapVoidAction("setLocationRelativeTo") {
-		public void map() {
-		    ((JDialog)getSource()).setLocationRelativeTo(component);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * A method to be used from subclasses.
-     * Uses timeouts and output passed as parameters during the waiting.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @param timeouts timeouts to be used during the waiting.
-     * @param output an output to be used during the waiting.
-     * @return Component instance or null if component was not found.
-     */
-    protected static JDialog waitJDialog(ComponentChooser chooser, int index,
-					 Timeouts timeouts, TestOut output) {
-	try {
-	    DialogWaiter waiter = new DialogWaiter();
-	    waiter.setTimeouts(timeouts);
-	    waiter.setOutput(output);
-	    return((JDialog)waiter.
-		   waitDialog(new JDialogFinder(chooser), index));
-	} catch(InterruptedException e) {
-	    output.printStackTrace(e);
-	    return(null);
-	}
-    }
-
-    /**
-     * A method to be used from subclasses.
-     * Uses <code>owner</code>'s timeouts and output during the waiting.
-     * @param owner a window - dialog owner.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return Component instance or null if component was not found.
-     * @throws TimeoutExpiredException
-     */
-    protected static JDialog waitJDialog(WindowOperator owner, ComponentChooser chooser, int index) {
-	return(waitJDialog((Window)owner.getSource(), 
-			  chooser, index, 
-			  owner.getTimeouts(), owner.getOutput()));
-    }
-
-    /**
-     * A method to be used from subclasses.
-     * Uses timeouts and output passed as parameters during the waiting.
-     * @param owner a window - dialog owner.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @param timeouts timeouts to be used during the waiting.
-     * @param output an output to be used during the waiting.
-     * @return Component instance or null if component was not found.
-     */
-    protected static JDialog waitJDialog(Window owner, ComponentChooser chooser, int index,
-					 Timeouts timeouts, TestOut output) {
-	try {
-	    DialogWaiter waiter = new DialogWaiter();
-	    waiter.setTimeouts(timeouts);
-	    waiter.setOutput(output);
-	    return((JDialog)waiter.
-		   waitDialog(owner, new JDialogFinder(chooser), index));
-	} catch(InterruptedException e) {
-	    JemmyProperties.getCurrentOutput().printStackTrace(e);
-	    return(null);
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JDialogFinder extends Finder {
-        /**
-         * Constructs JDialogFinder.
-         * @param sf other searching criteria.
-         */
-	public JDialogFinder(ComponentChooser sf) {
-            super(JDialog.class, sf);
-	}
-        /**
-         * Constructs JDialogFinder.
-         */
-	public JDialogFinder() {
-            super(JDialog.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JEditorPaneOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JEditorPaneOperator.java
deleted file mode 100644
index 8a6ea88..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JEditorPaneOperator.java
+++ /dev/null
@@ -1,438 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.TimeoutExpiredException;
-
-import java.awt.Component;
-import java.awt.Container;
-
-import java.awt.event.KeyEvent;
-import java.awt.event.InputEvent;
-
-import java.io.InputStream;
-import java.io.IOException;
-
-import java.net.URL;
-
-import java.util.Hashtable;
-
-import javax.swing.JEditorPane;
-
-import javax.swing.event.HyperlinkEvent;
-import javax.swing.event.HyperlinkListener;
-
-import javax.swing.text.EditorKit;
-
-/**
- * Class provides basic functions to operate with JEditorPane
- * (selection, typing, deleting)
- *
- * <BR><BR>Timeouts used: <BR>
- * JTextComponentOperator.PushKeyTimeout - time between key pressing and releasing during text typing <BR>
- * JTextComponentOperator.BetweenKeysTimeout - time to sleep between two chars typing <BR>
- * JTextComponentOperator.ChangeCaretPositionTimeout - maximum time to change caret position <BR>
- * JTextComponentOperator.TypeTextTimeout - maximum time to type text <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>
- * ComponentOperator.WaitFocusTimeout - time to wait component focus <BR>
- * JScrollBarOperator.OneScrollClickTimeout - time for one scroll click <BR>
- * JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class JEditorPaneOperator extends JTextComponentOperator {
-
-    /**
-     * Identifier for a "content type" property.
-     * @see #getDump
-     */
-    public static final String CONTENT_TYPE_DPROP = "Content type";
-
-    private boolean pageNavigation = false;
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public JEditorPaneOperator(JEditorPane b) {
-	super(b);
-    }
-
-    /**
-     * Constructs a JEditorPaneOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JEditorPaneOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JEditorPane)cont.
-             waitSubComponent(new JEditorPaneFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JEditorPaneOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JEditorPaneOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JEditorPaneOperator(ContainerOperator cont, String text, int index) {
-	this((JEditorPane)
-	     waitComponent(cont, 
-			   new JEditorPaneFinder(new JTextComponentOperator.
-						 JTextComponentByTextFinder(text, 
-									    cont.getComparator())),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JEditorPaneOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JEditorPaneOperator(ContainerOperator cont, int index) {
-	this((JEditorPane)
-	     waitComponent(cont, 
-			   new JEditorPaneFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @throws TimeoutExpiredException
-     */
-    public JEditorPaneOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JEditorPane in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return JEditorPane instance or null if component was not found.
-     */
-    public static JEditorPane findJEditorPane(Container cont, ComponentChooser chooser, int index) {
-	return((JEditorPane)findJTextComponent(cont, new JEditorPaneFinder(chooser), index));
-    }
-
-    /**
-     * Searches JEditorPane in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JEditorPane instance or null if component was not found.
-     */
-    public static JEditorPane findJEditorPane(Container cont, ComponentChooser chooser) {
-	return(findJEditorPane(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JEditorPane by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JEditorPane instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JEditorPane findJEditorPane(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findJEditorPane(cont, 
-			       new JEditorPaneFinder(new JTextComponentOperator.
-						     JTextComponentByTextFinder(text, 
-										new DefaultStringComparator(ce, ccs))), 
-			       index));
-    }
-
-    /**
-     * Searches JEditorPane by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JEditorPane instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JEditorPane findJEditorPane(Container cont, String text, boolean ce, boolean ccs) {
-	return(findJEditorPane(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits JEditorPane in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return JEditorPane instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JEditorPane waitJEditorPane(Container cont, ComponentChooser chooser, int index) {
-	return((JEditorPane)waitJTextComponent(cont, new JEditorPaneFinder(chooser), index));
-    }
-
-    /**
-     * Waits JEditorPane in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JEditorPane instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JEditorPane waitJEditorPane(Container cont, ComponentChooser chooser) {
-	return(waitJEditorPane(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JEditorPane by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JEditorPane instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JEditorPane waitJEditorPane(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitJEditorPane(cont,  
-			       new JEditorPaneFinder(new JTextComponentOperator.
-						     JTextComponentByTextFinder(text, 
-										new DefaultStringComparator(ce, ccs))), 
-			       index));
-    }
-
-    /**
-     * Waits JEditorPane by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JEditorPane instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JEditorPane waitJEditorPane(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitJEditorPane(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Notifies whether "PageUp" and "PageDown" should be used
-     * to change caret position. If can be useful if text takes 
-     * some pages.
-     * @param yesOrNo whether to use "PageUp" and "PageDown"
-     * @deprecated vlue set by this method is not used anymore:
-     * all navigating is performed by TextDriver.
-     */
-    public void usePageNavigationKeys(boolean yesOrNo) {
-	pageNavigation = yesOrNo;
-    }
-
-    /**
-     * Returns information about component.
-     */
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	result.put(CONTENT_TYPE_DPROP, ((JEditorPane)getSource()).getContentType());
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JEditorPane.addHyperlinkListener(HyperlinkListener)</code> through queue*/
-    public void addHyperlinkListener(final HyperlinkListener hyperlinkListener) {
-	runMapping(new MapVoidAction("addHyperlinkListener") {
-		public void map() {
-		    ((JEditorPane)getSource()).addHyperlinkListener(hyperlinkListener);
-		}});}
-
-    /**Maps <code>JEditorPane.fireHyperlinkUpdate(HyperlinkEvent)</code> through queue*/
-    public void fireHyperlinkUpdate(final HyperlinkEvent hyperlinkEvent) {
-	runMapping(new MapVoidAction("fireHyperlinkUpdate") {
-		public void map() {
-		    ((JEditorPane)getSource()).fireHyperlinkUpdate(hyperlinkEvent);
-		}});}
-
-    /**Maps <code>JEditorPane.getContentType()</code> through queue*/
-    public String getContentType() {
-	return((String)runMapping(new MapAction("getContentType") {
-		public Object map() {
-		    return(((JEditorPane)getSource()).getContentType());
-		}}));}
-
-    /**Maps <code>JEditorPane.getEditorKit()</code> through queue*/
-    public EditorKit getEditorKit() {
-	return((EditorKit)runMapping(new MapAction("getEditorKit") {
-		public Object map() {
-		    return(((JEditorPane)getSource()).getEditorKit());
-		}}));}
-
-    /**Maps <code>JEditorPane.getEditorKitForContentType(String)</code> through queue*/
-    public EditorKit getEditorKitForContentType(final String string) {
-	return((EditorKit)runMapping(new MapAction("getEditorKitForContentType") {
-		public Object map() {
-		    return(((JEditorPane)getSource()).getEditorKitForContentType(string));
-		}}));}
-
-    /**Maps <code>JEditorPane.getPage()</code> through queue*/
-    public URL getPage() {
-	return((URL)runMapping(new MapAction("getPage") {
-		public Object map() {
-		    return(((JEditorPane)getSource()).getPage());
-		}}));}
-
-    /**Maps <code>JEditorPane.read(InputStream, Object)</code> through queue*/
-    public void read(final InputStream inputStream, final Object object) {
-	runMapping(new MapVoidAction("read") {
-		public void map() throws IOException {
-		    ((JEditorPane)getSource()).read(inputStream, object);
-		}});}
-
-    /**Maps <code>JEditorPane.removeHyperlinkListener(HyperlinkListener)</code> through queue*/
-    public void removeHyperlinkListener(final HyperlinkListener hyperlinkListener) {
-	runMapping(new MapVoidAction("removeHyperlinkListener") {
-		public void map() {
-		    ((JEditorPane)getSource()).removeHyperlinkListener(hyperlinkListener);
-		}});}
-
-    /**Maps <code>JEditorPane.setContentType(String)</code> through queue*/
-    public void setContentType(final String string) {
-	runMapping(new MapVoidAction("setContentType") {
-		public void map() {
-		    ((JEditorPane)getSource()).setContentType(string);
-		}});}
-
-    /**Maps <code>JEditorPane.setEditorKit(EditorKit)</code> through queue*/
-    public void setEditorKit(final EditorKit editorKit) {
-	runMapping(new MapVoidAction("setEditorKit") {
-		public void map() {
-		    ((JEditorPane)getSource()).setEditorKit(editorKit);
-		}});}
-
-    /**Maps <code>JEditorPane.setEditorKitForContentType(String, EditorKit)</code> through queue*/
-    public void setEditorKitForContentType(final String string, final EditorKit editorKit) {
-	runMapping(new MapVoidAction("setEditorKitForContentType") {
-		public void map() {
-		    ((JEditorPane)getSource()).setEditorKitForContentType(string, editorKit);
-		}});}
-
-    /**Maps <code>JEditorPane.setPage(String)</code> through queue*/
-    public void setPage(final String string) {
-	runMapping(new MapVoidAction("setPage") {
-		public void map() throws IOException {
-		    ((JEditorPane)getSource()).setPage(string);
-		}});}
-
-    /**Maps <code>JEditorPane.setPage(URL)</code> through queue*/
-    public void setPage(final URL uRL) {
-	runMapping(new MapVoidAction("setPage") {
-		public void map() throws IOException {
-		    ((JEditorPane)getSource()).setPage(uRL);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Checks component type.
-     */
-    public static class JEditorPaneFinder extends Finder {
-        /**
-         * Constructs JEditorPaneFinder.
-         * @param sf other searching criteria.
-         */
-	public JEditorPaneFinder(ComponentChooser sf) {
-            super(JEditorPane.class, sf);
-	}
-        /**
-         * Constructs JEditorPaneFinder.
-         */
-	public JEditorPaneFinder() {
-            super(JEditorPane.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JFileChooserOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JFileChooserOperator.java
deleted file mode 100644
index 990f327..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JFileChooserOperator.java
+++ /dev/null
@@ -1,1333 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Window;
-
-import java.awt.event.ActionListener;
-
-import java.io.File;
-
-import javax.swing.ComboBoxModel;
-import javax.swing.Icon;
-import javax.swing.JButton;
-import javax.swing.JComboBox;
-import javax.swing.JComponent;
-import javax.swing.JDialog;
-import javax.swing.JFileChooser;
-import javax.swing.JList;
-import javax.swing.JTextField;
-import javax.swing.JToggleButton;
-import javax.swing.JButton;
-import javax.swing.ListModel;
-
-import javax.swing.filechooser.FileFilter;
-import javax.swing.filechooser.FileSystemView;
-import javax.swing.filechooser.FileView;
-
-import javax.swing.plaf.FileChooserUI;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.Waiter;
-import org.netbeans.jemmy.Waitable;
-
-/**
- *
- * Class provides methods to cover main JFileChooser component functionality.
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JFileChooserOperator extends JComponentOperator 
-    implements Timeoutable, Outputable {
-
-    private final static long WAIT_LIST_PAINTED_TIMEOUT = 60000;
-
-    private Timeouts timeouts;
-    private TestOut output;
-    private ComponentSearcher innerSearcher;
-
-    /**
-     * Constructor.
-     * @param comp a component
-     */
-    public JFileChooserOperator(JFileChooser comp) {
-	super(comp);
-	innerSearcher = new ComponentSearcher(comp);
-	setTimeouts(JemmyProperties.getProperties().getTimeouts());
-	setOutput(JemmyProperties.getProperties().getOutput());
-    }
-
-    /**
-     * Constructor.
-     * Waits component first.
-     * Constructor can be used in complicated cases when
-     * output or timeouts should differ from default.
-     * @param env an operator to get environment from.
-     */
-    public JFileChooserOperator(Operator env) {
-	this((JFileChooser)
-	     waitComponent(JDialogOperator.
-			   waitJDialog(new JFileChooserJDialogFinder(env.getOutput()),
-				       0,
-				       env.getTimeouts(),
-				       env.getOutput()),
-			   new JFileChooserFinder(),
-			   0,
-			   env.getTimeouts(),
-			   env.getOutput()));
-	copyEnvironment(env);
-    }
-
-    /**
-     * Constructor.
-     * Waits component first.
-     */
-    public JFileChooserOperator() {
-	this(getEnvironmentOperator());
-    }
-
-    /**
-     * Searches currently opened JDilog with  JFileChooser inside.
-     * @return a component instance
-     */
-    public static JDialog findJFileChooserDialog() {
-	return(JDialogOperator.
-	       findJDialog(new JFileChooserJDialogFinder(JemmyProperties.
-							  getCurrentOutput())));
-    }
-
-    /**
-     * Waits currently opened JDilog with  JFileChooser inside.
-     * @return a component instance
-     */
-    public static JDialog waitJFileChooserDialog() {
-	return(JDialogOperator.
-	       waitJDialog(new JFileChooserJDialogFinder(JemmyProperties.
-							  getCurrentOutput())));
-    }
-
-    /**
-     * Searches JFileChooser in container.
-     * @param cont a container
-     * @return a component instance
-     */
-    public static JFileChooser findJFileChooser(Container cont) {
-	return((JFileChooser)findComponent(cont, new JFileChooserFinder()));
-    }
-
-    /**
-     * Searches JFileChooser in container.
-     * @param cont a container
-     * @return a component instance
-     */
-    public static JFileChooser waitJFileChooser(Container cont) {
-	return((JFileChooser)waitComponent(cont, new JFileChooserFinder()));
-    }
-
-    /**
-     * Searches currently opened JFileChooser.
-     * @return a component instance
-     */
-    public static JFileChooser findJFileChooser() {
-	return(findJFileChooser(findJFileChooserDialog()));
-    }
-
-    /**
-     * Waits currently opened JFileChooser.
-     * @return a component instance
-     */
-    public static JFileChooser waitJFileChooser() {
-	return(waitJFileChooser(waitJFileChooserDialog()));
-    }
-
-    static {
-	Timeouts.initDefault("JFileChooserOperator.WaitListPaintedTimeout", WAIT_LIST_PAINTED_TIMEOUT);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	super.setTimeouts(timeouts);
-	this.timeouts = timeouts;
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-	if(innerSearcher != null) {
-	    innerSearcher.setOutput(output.createErrorOutput());
-	}
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    /**
-     * Returns combo box containing path (upper).
-     * @return JComboBox being used to show directories.
-     */
-    public JComboBox getPathCombo() {
-	return(getCombo(0));
-    }
-
-    /**
-     * Returns combo box containing file types (lower).
-     * @return JComboBox being used to show file types.
-     */
-    public JComboBox getFileTypesCombo() {
-	return(getCombo(1));
-    }
-
-    /**
-     * Returns approve button.
-     * @return an approve button.
-     */
-    public JButton getApproveButton() {
-        String aText = getApproveButtonText();
-        if(aText == null) 
-            aText = getUI().getApproveButtonText((JFileChooser)getSource());
-        if(aText != null) {
-            return((JButton)innerSearcher.
-                   findComponent(new ButtonFinder(aText)));
-        } else {
-            throw(new JemmyException("JFileChooser.getApproveButtonText() " +
-                                     "and getUI().getApproveButtonText " +
-                                     "return null"));
-        }
-    }
-
-    /**
-     * Returns cancel button.
-     * @return a cancel button.
-     */
-    public JButton getCancelButton() {
-	return((JButton)innerSearcher.
-	       findComponent(new ComponentChooser() {
-		       public boolean checkComponent(Component comp) {
-			   return(comp != null &&
-                                  comp instanceof JButton &&
-                                  comp.getParent() != null &&
-				  !(comp.getParent() instanceof JComboBox) &&
-                                  ((JButton)comp).getText() != null &&
-				  ((JButton)comp).getText().length() != 0);
-		       }
-		       public String getDescription() {
-			   return("JButton");
-		       }
-		   }, 1));
-    }
-
-    /**
-     * Returns "Home" button.
-     * @return a "home" button.
-     */
-    public JButton getHomeButton() {
-	return(getNoTextButton(1));
-    }
-
-    /**
-     * Returns "Up One Level" button.
-     * @return a "Up One Level" button.
-     */
-    public JButton getUpLevelButton() {
-	return(getNoTextButton(0));
-    }
-
-    /**
-     * Returns a toggle button being used to switch to list view.
-     * @return a "list mode" button.
-     */
-    public JToggleButton getListToggleButton() {
-	return(getToggleButton(0));
-    }
-
-    /**
-     * Returns a toggle button being used to switch to detals view.
-     * @return a "list mode" button.
-     */
-    public JToggleButton getDetailsToggleButton() {
-	return(getToggleButton(1));
-    }
-
-    /**
-     * Returns field which can be used to type path.
-     * @return a text field being used for path typing.
-     */
-    public JTextField getPathField() {
-	return((JTextField)innerSearcher.
-	       findComponent(new ComponentChooser() {
-		       public boolean checkComponent(Component comp) {
-			   return(comp != null &&
-                                  comp instanceof JTextField);
-		       }
-		       public String getDescription() {
-			   return("JTextField");
-		       }
-		   }));
-    }
-
-    /**
-     * Returns file list.
-     * @return a list being used to display directory content.
-     */
-    public JList getFileList() {
-	return((JList)innerSearcher.
-	       findComponent(new ComponentChooser() {
-		       public boolean checkComponent(Component comp) {
-			   return(comp != null &&
-                                  comp instanceof JList);
-		       }
-		       public String getDescription() {
-			   return("JList");
-		       }
-		   }));
-    }
-
-    /**
-     * Pushes approve button.
-     */
-    public void approve() {
-        getQueueTool().waitEmpty();
-	output.printTrace("Push approve button in JFileChooser\n    : " +
-			  toStringSource());
-	JButtonOperator approveOper = new JButtonOperator(getApproveButton());
-	approveOper.copyEnvironment(this);
-	approveOper.setOutput(output.createErrorOutput());
-        approveOper.push();
-    }
-
-    /**
-     * Pushes cancel button.
-     */
-    public void cancel() {
-	output.printTrace("Push cancel button in JFileChooser\n    : " +
-			  toStringSource());
-	JButtonOperator cancelOper = new JButtonOperator(getCancelButton());
-	cancelOper.copyEnvironment(this);
-	cancelOper.setOutput(output.createErrorOutput());
-	cancelOper.push();
-    }
-
-    /**
-     * Types file name into text field and pushes approve button.
-     * @param fileName a file to choose.
-     */
-    public void chooseFile(String fileName) {
-        getQueueTool().waitEmpty();
-	output.printTrace("Choose file by JFileChooser\n    : " + fileName +
-			  "\n    : " + toStringSource());
-	JTextFieldOperator fieldOper = new JTextFieldOperator(getPathField());
-	fieldOper.copyEnvironment(this);
-	fieldOper.setOutput(output.createErrorOutput());
-        //workaround
-        fieldOper.setText(fileName);
-	//fieldOper.clearText();
-	//fieldOper.typeText(fileName);
-        //approveSelection();
-	approve();
-    }
-
-    /**
-     * Pushes "Up One Level" button.
-     * @return new current directory
-     */
-    public File goUpLevel() {
-        getQueueTool().waitEmpty();
-	output.printTrace("Go up level in JFileChooser\n    : " +
-			  toStringSource());
-        //workaround
-        setCurrentDirectory(getCurrentDirectory().getParentFile());
-	//JButtonOperator upOper = new JButtonOperator(getUpLevelButton());
-	//upOper.copyEnvironment(this);
-	//upOper.setOutput(output.createErrorOutput());
-	//upOper.push();
-	waitPainted(-1);
-	return(getCurrentDirectory());
-    }
-
-    /**
-     * Pushes "Home" button.
-     * @return new current directory
-     */
-    public File goHome() {
-        getQueueTool().waitEmpty();
-	output.printTrace("Go home in JFileChooser\n    : " +
-			  toStringSource());
-	JButtonOperator homeOper = new JButtonOperator(getHomeButton());
-	homeOper.copyEnvironment(this);
-	homeOper.setOutput(output.createErrorOutput());
-	homeOper.push();
-	waitPainted(-1);
-	return(getCurrentDirectory());
-    }
-
-    /**
-     * Clicks on file in the list.
-     * @param index Ordinal file index.
-     * @param clickCount click count
-     */
-    public void clickOnFile(int index, int clickCount) {
-        getQueueTool().waitEmpty();
-	output.printTrace("Click " + Integer.toString(clickCount) + 
-			  "times on " + Integer.toString(index) + 
-			  "`th file in JFileChooser\n    : " +
-			  toStringSource());
-	JListOperator listOper = new JListOperator(getFileList());
-	waitPainted(index);
-	listOper.copyEnvironment(this);
-	listOper.setOutput(output.createErrorOutput());
-	listOper.clickOnItem(index, clickCount);
-    }
-
-    /**
-     * Clicks on file in the list.
-     * @param file File name (foo.c). Do not use full path (/tmp/foo.c) here.
-     * @param comparator a comparator defining string comparision criteria
-     * @param clickCount click count
-     */
-    public void clickOnFile(String file, StringComparator comparator, int clickCount) {
-	output.printTrace("Click " + Integer.toString(clickCount) + 
-			  "times on \"" + file + 
-			  "\" file in JFileChooser\n    : " +
-			  toStringSource());
-	clickOnFile(findFileIndex(file, comparator), clickCount);
-    }
-
-    /**
-     * Clicks on file in the list.
-     * @param file File name (foo.c). Do not use full path (/tmp/foo.c) here.
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @param clickCount click count
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @deprecated Use clickOnFile(String, int) or clickOnFile(String, StringComparator, int)
-     */
-    public void clickOnFile(String file, boolean ce, boolean cc, int clickCount) {
-	clickOnFile(file, new DefaultStringComparator(ce, cc), clickCount);
-    }
-
-    /**
-     * Clicks on file in the list.
-     * @param file File name (foo.c). Do not use full path (/tmp/foo.c) here.
-     * @param clickCount click count
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public void clickOnFile(String file, int clickCount) {
-	clickOnFile(file, getComparator(), clickCount);
-    }
-
-    /**
-     * Clicks on file in the list.
-     * @param file File name (foo.c). Do not use full path (/tmp/foo.c) here.
-     * @param comparator a comparator defining string comparision criteria
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public void clickOnFile(String file, StringComparator comparator) {
-	clickOnFile(file, comparator, 1);
-    }
-
-    /**
-     * Clicks 1 time on file in the list.
-     * @param file File name (foo.c). Do not use full path (/tmp/foo.c) here.
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @see #clickOnFile
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @deprecated Use clickOnFile(String) or clickOnFile(String, StringComparator)
-     */
-    public void clickOnFile(String file, boolean ce, boolean cc) {
-	clickOnFile(file, ce, cc, 1);
-    }
-
-    /**
-     * Clicks 1 time on file in the list.
-     * @param file File name (foo.c). Do not use full path (/tmp/foo.c) here.
-     * @see #clickOnFile
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public void clickOnFile(String file) {
-	clickOnFile(file, 1);
-    }
-
-    /**
-     * Enters into subdirectory.
-     * @param dir A directory to enter into.
-     * @param comparator a comparator defining string comparision criteria
-     * @return new current directory
-     */
-    public File enterSubDir(String dir, StringComparator comparator) {
-        getQueueTool().waitEmpty();
-        selectFile(dir, comparator);
-        int index = findFileIndex(dir, comparator);
-	waitPainted(index);
-        setCurrentDirectory(getSelectedFile());
-	return(getCurrentDirectory());
-    }
-
-    /**
-     * Enters into subdir curently displayed in the list.
-     * @param dir Directory name (tmp1). Do not use full path (/tmp/tmp1) here.
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @return new current directory
-     * @see #clickOnFile
-     * @deprecated Use enterSubDir(String) or enterSubDir(String, StringComparator)
-     */
-    public File enterSubDir(String dir, boolean ce, boolean cc) {
-	return(enterSubDir(dir, new DefaultStringComparator(ce, cc)));
-    }
-
-    /**
-     * Enters into subdir curently displayed in the list.
-     * @param dir Directory name (tmp1). Do not use full path (/tmp/tmp1) here.
-     * @return new current directory
-     * @see #clickOnFile
-     */
-    public File enterSubDir(String dir) {
-	return(enterSubDir(dir, getComparator()));
-    }
-
-    /**
-     * Selects a file curently in the list.
-     * @param file File name (foo.c). Do not use full path (/tmp/foo.c) here.
-     * @param comparator a comparator defining string comparision criteria
-     * @see #clickOnFile
-     */
-    public void selectFile(String file, StringComparator comparator) {
-        getQueueTool().waitEmpty();
-        int index = findFileIndex(file, comparator);
-	JListOperator listOper = new JListOperator(getFileList());
-	waitPainted(index);
-	listOper.copyEnvironment(this);
-	listOper.setOutput(output.createErrorOutput());
-        listOper.setSelectedIndex(index);
-    }
-
-    /**
-     * Selects a file curently in the list.
-     * @param file File name (foo.c). Do not use full path (/tmp/foo.c) here.
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @see #clickOnFile
-     * @deprecated Use selectFile(String) or selectFile(String, StringComparator)
-     */
-    public void selectFile(String file, boolean ce, boolean cc) {
-	clickOnFile(file, ce, cc);
-    }
-
-    /**
-     * Selects a file curently in the list.
-     * @param file File name (foo.c). Do not use full path (/tmp/foo.c) here.
-     * @see #clickOnFile
-     */
-    public void selectFile(String file) {
-	clickOnFile(file);
-    }
-
-    /**
-     * Selects directory from the combo box above.
-     * @param dir Directory name (tmp1). Do not use full path (/tmp/tmp1) here.
-     * @param comparator a comparator defining string comparision criteria
-     */
-    public void selectPathDirectory(String dir, StringComparator comparator) {
-        getQueueTool().waitEmpty();
-	output.printTrace("Select \"" + dir + "\" directory in JFileChooser\n    : " +
-			  toStringSource());
-	JComboBoxOperator comboOper = new JComboBoxOperator(getPathCombo());
-	comboOper.copyEnvironment(this);
-	comboOper.setOutput(output.createErrorOutput());
-        //workaround
-        comboOper.setSelectedIndex(findDirIndex(dir, comparator));
-	//comboOper.selectItem(findDirIndex(dir, comparator));
-	waitPainted(-1);
-    }
-
-    /**
-     * Selects directory from the combo box above.
-     * @param dir Directory name (tmp1). Do not use full path (/tmp/tmp1) here.
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @deprecated Use selectPathDirectory(String) or selectPathDirectory(String, StringComparator)
-     */
-    public void selectPathDirectory(String dir, boolean ce, boolean cc) {
-	selectPathDirectory(dir, new DefaultStringComparator(ce, cc));
-    }
-
-    /**
-     * Selects directory from the combo box above.
-     * @param dir Directory name (tmp1). Do not use full path (/tmp/tmp1) here.
-     */
-    public void selectPathDirectory(String dir) {
-	selectPathDirectory(dir, getComparator());
-    }
-
-    /**
-     * Selects file type from the combo box below.
-     * @param filter a pattern for choosing a file type.
-     * @param comparator a comparator defining string comparision criteria
-     */
-    public void selectFileType(String filter, StringComparator comparator) {
-        getQueueTool().waitEmpty();
-	output.printTrace("Select \"" + filter + "\" file type in JFileChooser\n    : " +
-			  toStringSource());
-	JComboBoxOperator comboOper = new JComboBoxOperator(getFileTypesCombo());
-	comboOper.copyEnvironment(this);
-	comboOper.setOutput(output.createErrorOutput());
-        //workaround
-        comboOper.setSelectedIndex(findFileTypeIndex(filter, comparator));
-        //	comboOper.selectItem(findFileTypeIndex(filter, comparator));
-	waitPainted(-1);
-    }
-
-    /**
-     * Selects file type from the combo box below.
-     * @param filter a pattern for choosing a file type.
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @deprecated Use selectFileType(String) or selectFileType(String, StringComparator)
-     */
-    public void selectFileType(String filter, boolean ce, boolean cc) {
-	selectFileType(filter, new DefaultStringComparator(ce, cc));
-    }
-
-    /**
-     * Selects file type from the combo box below.
-     * @param filter a pattern for choosing a file type.
-     */
-    public void selectFileType(String filter) {
-	selectFileType(filter, getComparator());
-    }
-
-    /**
-     * Checks if file is currently displayed in the list.
-     * @param file File name (foo.c). Do not use full path (/tmp/foo.c) here.
-     * @param comparator a comparator defining string comparision criteria
-     * @return true if file is displayed.
-     */
-    public boolean checkFileDisplayed(String file, StringComparator comparator) {
-	waitPainted(-1);
-	return(findFileIndex(file, comparator) != -1);
-    }
-
-    /**
-     * Checks if file is currently displayed in the list.
-     * @param file File name (foo.c). Do not use full path (/tmp/foo.c) here.
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @return true if file is displayed.
-     * @deprecated Use checkFileDisplayed(String) or checkFileDisplayed(String, StringComparator)
-     */
-    public boolean checkFileDisplayed(String file, boolean ce, boolean cc) {
-	return(checkFileDisplayed(file, new DefaultStringComparator(ce, cc)));
-    }
-
-    /**
-     * Checks if file is currently displayed in the list.
-     * @param file File name (foo.c). Do not use full path (/tmp/foo.c) here.
-     * @return true if file is displayed.
-     */
-    public boolean checkFileDisplayed(String file) {
-	return(checkFileDisplayed(file, getComparator()));
-    }
-
-    /**
-     * Return count of files currently displayed.
-     * @return a number of items in the file list.
-     */
-    public int getFileCount() {
-	waitPainted(-1);
-	return(getFileList().getModel().getSize());
-    }
-
-    /**
-     * Return files currently displayed.
-     * @return an array of items from the file list.
-     */
-    public File[] getFiles() {
-	waitPainted(-1);
-	ListModel listModel = getFileList().getModel();
-	File[] result = new File[listModel.getSize()];
-	for(int i = 0; i < listModel.getSize(); i++) {
-	    result[i] = (File)listModel.getElementAt(i);
-	}
-	return(result);
-    }
-
-    /**
-     * Waits for the file list to have required number of items.
-     * @param count Number of files to wait.
-     */
-    public void waitFileCount(final int count) {
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    return(getFileCount() == count);
-		}
-		public String getDescription() {
-		    return("Count of files to be equal " +
-			   Integer.toString(count));
-		}
-	    });
-    }
-
-    /**
-     * Waits for a file to be displayed in the file list.
-     * @param fileName a file to wait.
-     */
-    public void waitFileDisplayed(final String fileName) {
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    return(checkFileDisplayed(fileName));
-		}
-		public String getDescription() {
-		    return("\"" + fileName + "\"file to be displayed");
-		}
-	    });
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JFileChooser.accept(File)</code> through queue*/
-    public boolean accept(final File file) {
-	return(runMapping(new MapBooleanAction("accept") {
-		public boolean map() {
-		    return(((JFileChooser)getSource()).accept(file));
-		}}));}
-
-    /**Maps <code>JFileChooser.addActionListener(ActionListener)</code> through queue*/
-    public void addActionListener(final ActionListener actionListener) {
-	runMapping(new MapVoidAction("addActionListener") {
-		public void map() {
-		    ((JFileChooser)getSource()).addActionListener(actionListener);
-		}});}
-
-    /**Maps <code>JFileChooser.addChoosableFileFilter(FileFilter)</code> through queue*/
-    public void addChoosableFileFilter(final FileFilter fileFilter) {
-	runMapping(new MapVoidAction("addChoosableFileFilter") {
-		public void map() {
-		    ((JFileChooser)getSource()).addChoosableFileFilter(fileFilter);
-		}});}
-
-    /**Maps <code>JFileChooser.approveSelection()</code> through queue*/
-    public void approveSelection() {
-	runMapping(new MapVoidAction("approveSelection") {
-		public void map() {
-		    ((JFileChooser)getSource()).approveSelection();
-		}});}
-
-    /**Maps <code>JFileChooser.cancelSelection()</code> through queue*/
-    public void cancelSelection() {
-	runMapping(new MapVoidAction("cancelSelection") {
-		public void map() {
-		    ((JFileChooser)getSource()).cancelSelection();
-		}});}
-
-    /**Maps <code>JFileChooser.changeToParentDirectory()</code> through queue*/
-    public void changeToParentDirectory() {
-	runMapping(new MapVoidAction("changeToParentDirectory") {
-		public void map() {
-		    ((JFileChooser)getSource()).changeToParentDirectory();
-		}});}
-
-    /**Maps <code>JFileChooser.ensureFileIsVisible(File)</code> through queue*/
-    public void ensureFileIsVisible(final File file) {
-	runMapping(new MapVoidAction("ensureFileIsVisible") {
-		public void map() {
-		    ((JFileChooser)getSource()).ensureFileIsVisible(file);
-		}});}
-
-    /**Maps <code>JFileChooser.getAcceptAllFileFilter()</code> through queue*/
-    public FileFilter getAcceptAllFileFilter() {
-	return((FileFilter)runMapping(new MapAction("getAcceptAllFileFilter") {
-		public Object map() {
-		    return(((JFileChooser)getSource()).getAcceptAllFileFilter());
-		}}));}
-
-    /**Maps <code>JFileChooser.getAccessory()</code> through queue*/
-    public JComponent getAccessory() {
-	return((JComponent)runMapping(new MapAction("getAccessory") {
-		public Object map() {
-		    return(((JFileChooser)getSource()).getAccessory());
-		}}));}
-
-    /**Maps <code>JFileChooser.getApproveButtonMnemonic()</code> through queue*/
-    public int getApproveButtonMnemonic() {
-	return(runMapping(new MapIntegerAction("getApproveButtonMnemonic") {
-		public int map() {
-		    return(((JFileChooser)getSource()).getApproveButtonMnemonic());
-		}}));}
-
-    /**Maps <code>JFileChooser.getApproveButtonText()</code> through queue*/
-    public String getApproveButtonText() {
-	return((String)runMapping(new MapAction("getApproveButtonText") {
-		public Object map() {
-		    return(((JFileChooser)getSource()).getApproveButtonText());
-		}}));}
-
-    /**Maps <code>JFileChooser.getApproveButtonToolTipText()</code> through queue*/
-    public String getApproveButtonToolTipText() {
-	return((String)runMapping(new MapAction("getApproveButtonToolTipText") {
-		public Object map() {
-		    return(((JFileChooser)getSource()).getApproveButtonToolTipText());
-		}}));}
-
-    /**Maps <code>JFileChooser.getChoosableFileFilters()</code> through queue*/
-    public FileFilter[] getChoosableFileFilters() {
-	return((FileFilter[])runMapping(new MapAction("getChoosableFileFilters") {
-		public Object map() {
-		    return(((JFileChooser)getSource()).getChoosableFileFilters());
-		}}));}
-
-    /**Maps <code>JFileChooser.getCurrentDirectory()</code> through queue*/
-    public File getCurrentDirectory() {
-	return((File)runMapping(new MapAction("getCurrentDirectory") {
-		public Object map() {
-		    return(((JFileChooser)getSource()).getCurrentDirectory());
-		}}));}
-
-    /**Maps <code>JFileChooser.getDescription(File)</code> through queue*/
-    public String getDescription(final File file) {
-	return((String)runMapping(new MapAction("getDescription") {
-		public Object map() {
-		    return(((JFileChooser)getSource()).getDescription(file));
-		}}));}
-
-    /**Maps <code>JFileChooser.getDialogTitle()</code> through queue*/
-    public String getDialogTitle() {
-	return((String)runMapping(new MapAction("getDialogTitle") {
-		public Object map() {
-		    return(((JFileChooser)getSource()).getDialogTitle());
-		}}));}
-
-    /**Maps <code>JFileChooser.getDialogType()</code> through queue*/
-    public int getDialogType() {
-	return(runMapping(new MapIntegerAction("getDialogType") {
-		public int map() {
-		    return(((JFileChooser)getSource()).getDialogType());
-		}}));}
-
-    /**Maps <code>JFileChooser.getFileFilter()</code> through queue*/
-    public FileFilter getFileFilter() {
-	return((FileFilter)runMapping(new MapAction("getFileFilter") {
-		public Object map() {
-		    return(((JFileChooser)getSource()).getFileFilter());
-		}}));}
-
-    /**Maps <code>JFileChooser.getFileSelectionMode()</code> through queue*/
-    public int getFileSelectionMode() {
-	return(runMapping(new MapIntegerAction("getFileSelectionMode") {
-		public int map() {
-		    return(((JFileChooser)getSource()).getFileSelectionMode());
-		}}));}
-
-    /**Maps <code>JFileChooser.getFileSystemView()</code> through queue*/
-    public FileSystemView getFileSystemView() {
-	return((FileSystemView)runMapping(new MapAction("getFileSystemView") {
-		public Object map() {
-		    return(((JFileChooser)getSource()).getFileSystemView());
-		}}));}
-
-    /**Maps <code>JFileChooser.getFileView()</code> through queue*/
-    public FileView getFileView() {
-	return((FileView)runMapping(new MapAction("getFileView") {
-		public Object map() {
-		    return(((JFileChooser)getSource()).getFileView());
-		}}));}
-
-    /**Maps <code>JFileChooser.getIcon(File)</code> through queue*/
-    public Icon getIcon(final File file) {
-	return((Icon)runMapping(new MapAction("getIcon") {
-		public Object map() {
-		    return(((JFileChooser)getSource()).getIcon(file));
-		}}));}
-
-    /**Maps <code>JFileChooser.getName(File)</code> through queue*/
-    public String getName(final File file) {
-	return((String)runMapping(new MapAction("getName") {
-		public Object map() {
-		    return(((JFileChooser)getSource()).getName(file));
-		}}));}
-
-    /**Maps <code>JFileChooser.getSelectedFile()</code> through queue*/
-    public File getSelectedFile() {
-	return((File)runMapping(new MapAction("getSelectedFile") {
-		public Object map() {
-		    return(((JFileChooser)getSource()).getSelectedFile());
-		}}));}
-
-    /**Maps <code>JFileChooser.getSelectedFiles()</code> through queue*/
-    public File[] getSelectedFiles() {
-	return((File[])runMapping(new MapAction("getSelectedFiles") {
-		public Object map() {
-		    return(((JFileChooser)getSource()).getSelectedFiles());
-		}}));}
-
-    /**Maps <code>JFileChooser.getTypeDescription(File)</code> through queue*/
-    public String getTypeDescription(final File file) {
-	return((String)runMapping(new MapAction("getTypeDescription") {
-		public Object map() {
-		    return(((JFileChooser)getSource()).getTypeDescription(file));
-		}}));}
-
-    /**Maps <code>JFileChooser.getUI()</code> through queue*/
-    public FileChooserUI getUI() {
-	return((FileChooserUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JFileChooser)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JFileChooser.isDirectorySelectionEnabled()</code> through queue*/
-    public boolean isDirectorySelectionEnabled() {
-	return(runMapping(new MapBooleanAction("isDirectorySelectionEnabled") {
-		public boolean map() {
-		    return(((JFileChooser)getSource()).isDirectorySelectionEnabled());
-		}}));}
-
-    /**Maps <code>JFileChooser.isFileHidingEnabled()</code> through queue*/
-    public boolean isFileHidingEnabled() {
-	return(runMapping(new MapBooleanAction("isFileHidingEnabled") {
-		public boolean map() {
-		    return(((JFileChooser)getSource()).isFileHidingEnabled());
-		}}));}
-
-    /**Maps <code>JFileChooser.isFileSelectionEnabled()</code> through queue*/
-    public boolean isFileSelectionEnabled() {
-	return(runMapping(new MapBooleanAction("isFileSelectionEnabled") {
-		public boolean map() {
-		    return(((JFileChooser)getSource()).isFileSelectionEnabled());
-		}}));}
-
-    /**Maps <code>JFileChooser.isMultiSelectionEnabled()</code> through queue*/
-    public boolean isMultiSelectionEnabled() {
-	return(runMapping(new MapBooleanAction("isMultiSelectionEnabled") {
-		public boolean map() {
-		    return(((JFileChooser)getSource()).isMultiSelectionEnabled());
-		}}));}
-
-    /**Maps <code>JFileChooser.isTraversable(File)</code> through queue*/
-    public boolean isTraversable(final File file) {
-	return(runMapping(new MapBooleanAction("isTraversable") {
-		public boolean map() {
-		    return(((JFileChooser)getSource()).isTraversable(file));
-		}}));}
-
-    /**Maps <code>JFileChooser.removeActionListener(ActionListener)</code> through queue*/
-    public void removeActionListener(final ActionListener actionListener) {
-	runMapping(new MapVoidAction("removeActionListener") {
-		public void map() {
-		    ((JFileChooser)getSource()).removeActionListener(actionListener);
-		}});}
-
-    /**Maps <code>JFileChooser.removeChoosableFileFilter(FileFilter)</code> through queue*/
-    public boolean removeChoosableFileFilter(final FileFilter fileFilter) {
-	return(runMapping(new MapBooleanAction("removeChoosableFileFilter") {
-		public boolean map() {
-		    return(((JFileChooser)getSource()).removeChoosableFileFilter(fileFilter));
-		}}));}
-
-    /**Maps <code>JFileChooser.rescanCurrentDirectory()</code> through queue*/
-    public void rescanCurrentDirectory() {
-	runMapping(new MapVoidAction("rescanCurrentDirectory") {
-		public void map() {
-		    ((JFileChooser)getSource()).rescanCurrentDirectory();
-		}});}
-
-    /**Maps <code>JFileChooser.resetChoosableFileFilters()</code> through queue*/
-    public void resetChoosableFileFilters() {
-	runMapping(new MapVoidAction("resetChoosableFileFilters") {
-		public void map() {
-		    ((JFileChooser)getSource()).resetChoosableFileFilters();
-		}});}
-
-    /**Maps <code>JFileChooser.setAccessory(JComponent)</code> through queue*/
-    public void setAccessory(final JComponent jComponent) {
-	runMapping(new MapVoidAction("setAccessory") {
-		public void map() {
-		    ((JFileChooser)getSource()).setAccessory(jComponent);
-		}});}
-
-    /**Maps <code>JFileChooser.setApproveButtonMnemonic(char)</code> through queue*/
-    public void setApproveButtonMnemonic(final char c) {
-	runMapping(new MapVoidAction("setApproveButtonMnemonic") {
-		public void map() {
-		    ((JFileChooser)getSource()).setApproveButtonMnemonic(c);
-		}});}
-
-    /**Maps <code>JFileChooser.setApproveButtonMnemonic(int)</code> through queue*/
-    public void setApproveButtonMnemonic(final int i) {
-	runMapping(new MapVoidAction("setApproveButtonMnemonic") {
-		public void map() {
-		    ((JFileChooser)getSource()).setApproveButtonMnemonic(i);
-		}});}
-
-    /**Maps <code>JFileChooser.setApproveButtonText(String)</code> through queue*/
-    public void setApproveButtonText(final String string) {
-	runMapping(new MapVoidAction("setApproveButtonText") {
-		public void map() {
-		    ((JFileChooser)getSource()).setApproveButtonText(string);
-		}});}
-
-    /**Maps <code>JFileChooser.setApproveButtonToolTipText(String)</code> through queue*/
-    public void setApproveButtonToolTipText(final String string) {
-	runMapping(new MapVoidAction("setApproveButtonToolTipText") {
-		public void map() {
-		    ((JFileChooser)getSource()).setApproveButtonToolTipText(string);
-		}});}
-
-    /**Maps <code>JFileChooser.setCurrentDirectory(File)</code> through queue*/
-    public void setCurrentDirectory(final File file) {
-	runMapping(new MapVoidAction("setCurrentDirectory") {
-		public void map() {
-		    ((JFileChooser)getSource()).setCurrentDirectory(file);
-		}});}
-
-    /**Maps <code>JFileChooser.setDialogTitle(String)</code> through queue*/
-    public void setDialogTitle(final String string) {
-	runMapping(new MapVoidAction("setDialogTitle") {
-		public void map() {
-		    ((JFileChooser)getSource()).setDialogTitle(string);
-		}});}
-
-    /**Maps <code>JFileChooser.setDialogType(int)</code> through queue*/
-    public void setDialogType(final int i) {
-	runMapping(new MapVoidAction("setDialogType") {
-		public void map() {
-		    ((JFileChooser)getSource()).setDialogType(i);
-		}});}
-
-    /**Maps <code>JFileChooser.setFileFilter(FileFilter)</code> through queue*/
-    public void setFileFilter(final FileFilter fileFilter) {
-	runMapping(new MapVoidAction("setFileFilter") {
-		public void map() {
-		    ((JFileChooser)getSource()).setFileFilter(fileFilter);
-		}});}
-
-    /**Maps <code>JFileChooser.setFileHidingEnabled(boolean)</code> through queue*/
-    public void setFileHidingEnabled(final boolean b) {
-	runMapping(new MapVoidAction("setFileHidingEnabled") {
-		public void map() {
-		    ((JFileChooser)getSource()).setFileHidingEnabled(b);
-		}});}
-
-    /**Maps <code>JFileChooser.setFileSelectionMode(int)</code> through queue*/
-    public void setFileSelectionMode(final int i) {
-	runMapping(new MapVoidAction("setFileSelectionMode") {
-		public void map() {
-		    ((JFileChooser)getSource()).setFileSelectionMode(i);
-		}});}
-
-    /**Maps <code>JFileChooser.setFileSystemView(FileSystemView)</code> through queue*/
-    public void setFileSystemView(final FileSystemView fileSystemView) {
-	runMapping(new MapVoidAction("setFileSystemView") {
-		public void map() {
-		    ((JFileChooser)getSource()).setFileSystemView(fileSystemView);
-		}});}
-
-    /**Maps <code>JFileChooser.setFileView(FileView)</code> through queue*/
-    public void setFileView(final FileView fileView) {
-	runMapping(new MapVoidAction("setFileView") {
-		public void map() {
-		    ((JFileChooser)getSource()).setFileView(fileView);
-		}});}
-
-    /**Maps <code>JFileChooser.setMultiSelectionEnabled(boolean)</code> through queue*/
-    public void setMultiSelectionEnabled(final boolean b) {
-	runMapping(new MapVoidAction("setMultiSelectionEnabled") {
-		public void map() {
-		    ((JFileChooser)getSource()).setMultiSelectionEnabled(b);
-		}});}
-
-    /**Maps <code>JFileChooser.setSelectedFile(File)</code> through queue*/
-    public void setSelectedFile(final File file) {
-	runMapping(new MapVoidAction("setSelectedFile") {
-		public void map() {
-		    ((JFileChooser)getSource()).setSelectedFile(file);
-		}});}
-
-    /**Maps <code>JFileChooser.setSelectedFiles(File[])</code> through queue*/
-    public void setSelectedFiles(final File[] file) {
-	runMapping(new MapVoidAction("setSelectedFiles") {
-		public void map() {
-		    ((JFileChooser)getSource()).setSelectedFiles(file);
-		}});}
-
-    /**Maps <code>JFileChooser.showDialog(Component, String)</code> through queue*/
-    public int showDialog(final Component component, final String string) {
-	return(runMapping(new MapIntegerAction("showDialog") {
-		public int map() {
-		    return(((JFileChooser)getSource()).showDialog(component, string));
-		}}));}
-
-    /**Maps <code>JFileChooser.showOpenDialog(Component)</code> through queue*/
-    public int showOpenDialog(final Component component) {
-	return(runMapping(new MapIntegerAction("showOpenDialog") {
-		public int map() {
-		    return(((JFileChooser)getSource()).showOpenDialog(component));
-		}}));}
-
-    /**Maps <code>JFileChooser.showSaveDialog(Component)</code> through queue*/
-    public int showSaveDialog(final Component component) {
-	return(runMapping(new MapIntegerAction("showSaveDialog") {
-		public int map() {
-		    return(((JFileChooser)getSource()).showSaveDialog(component));
-		}}));}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    private void waitPainted(int index) {
-	Waiter drawingWaiter = new Waiter(new Waitable() {
-		public Object actionProduced(Object param) {
-		    JList list = getFileList();
-		    int last_one = list.getModel().getSize() - 1;
-		    if(last_one == -1) {
-			return("");
-		    }
-		    int current = (param != null) ? ((Integer)param).intValue() : 0;
-                    try {
-                        if(list.getCellBounds(current, current) != null) {
-                            return(list.getCellBounds(last_one, last_one));
-                        } else {
-                            return(null);
-                        }
-                    } catch(NullPointerException e) {
-                        //sometimes thrown from list.getCellBounds when item exists but not painted
-                        return(null);
-                    }
-		}
-		public String getDescription() {
-		    return("List drawed");
-		}
-	    });
-	drawingWaiter.setTimeouts(getTimeouts().cloneThis());
-	drawingWaiter.
-	    getTimeouts().
-	    setTimeout("Waiter.WaitingTime",
-		       getTimeouts().
-		       getTimeout("JFileChooserOperator.WaitListPaintedTimeout"));
-	drawingWaiter.setOutput(getOutput().createErrorOutput());
-	try {
-	    drawingWaiter.waitAction((index != -1) ? new Integer(index) : null);
-	} catch(InterruptedException e) {
-	    output.printStackTrace(e);
-	}
-    }
-
-
-    private JComboBox getCombo(int index) {
-	return((JComboBox)innerSearcher.
-	       findComponent(new ComponentChooser() {
-		       public boolean checkComponent(Component comp) {
-			   return(comp != null &&
-                                  comp instanceof JComboBox);
-		       }
-		       public String getDescription() {
-			   return("JComboBox");
-		       }
-		   }, index));
-    }
-
-    private JButton getNoTextButton(int index) {
-	return((JButton)innerSearcher.
-	       findComponent(new ComponentChooser() {
-		       public boolean checkComponent(Component comp) {
-			   return(comp != null &&
-                                  comp instanceof JButton &&
-				  !(comp.getParent() instanceof JComboBox) &&
-                                  (((JButton)comp).getText() == null ||
-                                   ((JButton)comp).getText().length() == 0));
-		       }
-		       public String getDescription() {
-			   return("JButton");
-		       }
-		   }, index));
-    }
-
-    private JToggleButton getToggleButton(int index) {
-	return((JToggleButton)innerSearcher.
-	       findComponent(new ComponentChooser() {
-		       public boolean checkComponent(Component comp) {
-			   return(comp != null &&
-                                  comp instanceof JToggleButton);
-		       }
-		       public String getDescription() {
-			   return("JToggleButton");
-		       }
-		   }, index));
-    }
-
-    private int findFileIndex(final String file, final StringComparator comparator) {
-        Waiter fileWaiter = new Waiter(new Waitable() {
-                public Object actionProduced(Object obj) {
-                    File[] files = getFiles();
-                    for(int i = 0; i < files.length; i++) {
-                        if(comparator.equals(files[i].getName(), 
-                                             file)) {
-                            return(new Integer(i));
-                        }
-                    }
-                    return(null);
-                }
-                public String getDescription() {
-                    return("\"" + file + "\" file to be displayed");
-                }
-            });
-        fileWaiter.setOutput(getOutput().createErrorOutput());
-        fileWaiter.setTimeouts(getTimeouts().cloneThis());
-        fileWaiter.getTimeouts().setTimeout("Waiter.WaitingTime", 
-                                            getTimeouts().
-                                            getTimeout("JFileChooserOperator.WaitListPaintedTimeout"));
-        try {
-            return(((Integer)fileWaiter.waitAction(null)).intValue());
-        } catch(InterruptedException e) {
-            throw(new JemmyException("Waiting has been interrupted!"));
-        }
-    }
-
-    private int findDirIndex(String dir, StringComparator comparator) {
-	ComboBoxModel cbModel = getPathCombo().getModel();
-	for(int i = cbModel.getSize() - 1; i >= 0; i--) {
-	    if(comparator.equals(((File)cbModel.getElementAt(i)).getName(), 
-				 dir)) {
-		return(i);
-	    }
-	}
-	return(-1);
-    }
-
-    private int findFileTypeIndex(String fileType, StringComparator comparator) {
-	ComboBoxModel cbModel = getFileTypesCombo().getModel();
-	for(int i = 0; i < cbModel.getSize(); i++) {
-	    if(comparator.equals(((FileFilter)cbModel.getElementAt(i)).getDescription(), 
-				 fileType)) {
-		return(i);
-	    }
-	}
-	return(-1);
-    }
-
-    /**
-     * Allows to find a dialog containing JFileChooser.
-     */
-    public static class JFileChooserJDialogFinder implements ComponentChooser {
-	TestOut output;
-	ComponentChooser subChooser;
-        /**
-         * Constructs JFileChooserJDialogFinder.
-         * @param output an output to put searching message into.
-         */
-	public JFileChooserJDialogFinder(TestOut output) {
-	    this.output = output;
-	    subChooser = new JFileChooserFinder();
-	}
-	public boolean checkComponent(Component comp) {
-            if(comp != null &&
-               comp instanceof Window &&
-               ((Window)comp).isVisible()) {
-                ComponentSearcher searcher = 
-                    new ComponentSearcher((Container)comp);
-                searcher.setOutput(output);
-                return(searcher.findComponent(subChooser) != null);
-            } else {
-                return(false);
-            }
-        }
-	public String getDescription() {
-	    return("JFileChooser's window");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JFileChooserFinder extends Finder {
-        /**
-         * Constructs JFileChooserFinder.
-         * @param sf other searching criteria.
-         */
-	public JFileChooserFinder(ComponentChooser sf) {
-            super(JFileChooser.class, sf);
-	}
-        /**
-         * Constructs JFileChooserFinder.
-         */
-	public JFileChooserFinder() {
-            super(JFileChooser.class);
-	}
-    }
-
-    private class ButtonFinder implements ComponentChooser {
-	String text;
-	public ButtonFinder(String text) {
-	    this.text = text;
-	}
-	public boolean checkComponent(Component comp) {
-	    return(comp  != null &&
-                   comp instanceof JButton &&
-                   ((JButton)comp).getText() != null &&
-		   ((JButton)comp).getText().equals(text));
-	}
-	public String getDescription() {
-	    return("\"" + text + "\" button");
-	}
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JFrameOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JFrameOperator.java
deleted file mode 100644
index 9c45c9f..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JFrameOperator.java
+++ /dev/null
@@ -1,401 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.FrameWaiter;
-
-import java.awt.Component;
-import java.awt.Container;
-
-import javax.accessibility.AccessibleContext;
-
-import javax.swing.JFrame;
-import javax.swing.JLayeredPane;
-import javax.swing.JMenuBar;
-import javax.swing.JRootPane;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * FrameWaiter.WaitFrameTimeout - time to wait frame displayed <BR>
- * FrameWaiter.AfterFrameTimeout - time to sleep after frame has been dispayed <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- * 
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JFrameOperator extends FrameOperator {
-
-    /**
-     * Constructor.
-     * @param w window
-     */
-    public JFrameOperator(JFrame w) {
-	super(w);
-    }
-
-    /**
-     * Constructs a JFrameOperator object.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @param env an operator to copy environment from.
-     */
-    public JFrameOperator(ComponentChooser chooser, int index, Operator env) {
-	this((JFrame)waitFrame(new JFrameFinder(chooser),
-                               index, 
-                               env.getTimeouts(),
-                               env.getOutput()));
-	copyEnvironment(env);
-    }
-
-    /**
-     * Constructs a JFrameOperator object.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JFrameOperator(ComponentChooser chooser, int index) {
-	this(chooser, index, Operator.getEnvironmentOperator());
-    }
-
-    /**
-     * Constructs a JFrameOperator object.
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JFrameOperator(ComponentChooser chooser) {
-	this(chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the frame with "title" subtitle.
-     * Constructor can be used in complicated cases when
-     * output or timeouts should differ from default.
-     * @param title a window title
-     * @param index Ordinal component index.
-     * @param env an operator to copy environment from.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * 
-     */
-    public JFrameOperator(String title, int index, Operator env) {
-	this(new JFrameFinder(new FrameByTitleFinder(title, 
-                                                     env.getComparator())),
-             index, env);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the frame with "title" subtitle.
-     * Uses current timeouts and output values.
-     * @param title a window title
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @see JemmyProperties#getCurrentTimeouts()
-     * @see JemmyProperties#getCurrentOutput()
-     * 
-     */
-    public JFrameOperator(String title, int index) {
-	this(title, index,
-	     ComponentOperator.getEnvironmentOperator());
-    }
-
-    /**
-     * Constructor.
-     * Waits for the frame with "title" subtitle.
-     * Uses current timeouts and output values.
-     * @param title a window title
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @see JemmyProperties#getCurrentTimeouts()
-     * @see JemmyProperties#getCurrentOutput()
-     * 
-     */
-    public JFrameOperator(String title) {
-	this(title, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the index'th frame.
-     * Uses current timeout and output for waiting and to init operator.
-     * @param index Ordinal component index.
-     * 
-     */
-    public JFrameOperator(int index) {
-	this((JFrame)
-	     (JFrame)waitFrame(new JFrameFinder(),
-			       index,
-			       ComponentOperator.getEnvironmentOperator().getTimeouts(),
-			       ComponentOperator.getEnvironmentOperator().getOutput()));
-	copyEnvironment(ComponentOperator.getEnvironmentOperator());
-    }
-
-    /**
-     * Constructor.
-     * Waits for the first frame.
-     * Uses current timeout and output for waiting and to init operator.
-     * 
-     */
-    public JFrameOperator() {
-	this(0);
-    }
-
-    /**
-     * Searches an index'th frame.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @return JFrame instance or null if component was not found.
-     */
-    public static JFrame findJFrame(ComponentChooser chooser, int index) {
-	return((JFrame)FrameWaiter.getFrame(new JFrameFinder(chooser), index));
-    }
-
-    /**
-     * Searches a frame.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JFrame instance or null if component was not found.
-     */
-    public static JFrame findJFrame(ComponentChooser chooser) {
-	return(findJFrame(chooser, 0));
-    }
-
-    /**
-     * Searches an index'th frame by title.
-     * @param title Frame title
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @param index an index between appropriate ones.
-     * @return JFrame instance or null if component was not found.
-     */
-    public static JFrame findJFrame(String title, boolean ce, boolean cc, int index) {
-	return((JFrame)FrameWaiter.
-	       getFrame(new JFrameFinder(new FrameByTitleFinder(title, 
-                                                                 new DefaultStringComparator(ce, cc))), 
-			index));
-    }
-
-    /**
-     * Searches a frame by title.
-     * @param title Frame title
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @return JFrame instance or null if component was not found.
-     */
-    public static JFrame findJFrame(String title, boolean ce, boolean cc) {
-	return(findJFrame(title, ce, cc, 0));
-    }
-
-    /**
-     * Waits an index'th frame.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @return JFrame instance or null if component was not found.
-     * 
-     */
-    public static JFrame waitJFrame(ComponentChooser chooser, int index) {
-	return((JFrame)waitFrame(new JFrameFinder(chooser), index,
-				 JemmyProperties.getCurrentTimeouts(),
-				 JemmyProperties.getCurrentOutput()));
-    }
-
-    /**
-     * Waits a frame.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JFrame instance or null if component was not found.
-     * 
-     */
-    public static JFrame waitJFrame(ComponentChooser chooser) {
-	return(waitJFrame(chooser, 0));
-    }
-
-    /**
-     * Waits an index'th frame by title.
-     * @param title Frame title
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @param index an index between appropriate ones.
-     * @return JFrame instance or null if component was not found.
-     * 
-     */
-    public static JFrame waitJFrame(String title, boolean ce, boolean cc, int index) {
-	try {
-	    return((JFrame)(new FrameWaiter()).
-		   waitFrame(new JFrameFinder(new 
-                                              FrameByTitleFinder(title, 
-                                                                  new DefaultStringComparator(ce, cc))), 
-			     index));
-	} catch(InterruptedException e) {
-	    JemmyProperties.getCurrentOutput().printStackTrace(e);
-	    return(null);
-	}
-    }
-
-    /**
-     * Waits a frame by title.
-     * @param title Frame title
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param cc Compare case sensitively. If true, both text and caption are 
-     * @return JFrame instance or null if component was not found.
-     * 
-     */
-    public static JFrame waitJFrame(String title, boolean ce, boolean cc) {
-	return(waitJFrame(title, ce, cc, 0));
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JFrame.getAccessibleContext()</code> through queue*/
-    public AccessibleContext getAccessibleContext() {
-	return((AccessibleContext)runMapping(new MapAction("getAccessibleContext") {
-		public Object map() {
-		    return(((JFrame)getSource()).getAccessibleContext());
-		}}));}
-
-    /**Maps <code>JFrame.getContentPane()</code> through queue*/
-    public Container getContentPane() {
-	return((Container)runMapping(new MapAction("getContentPane") {
-		public Object map() {
-		    return(((JFrame)getSource()).getContentPane());
-		}}));}
-
-    /**Maps <code>JFrame.getDefaultCloseOperation()</code> through queue*/
-    public int getDefaultCloseOperation() {
-	return(runMapping(new MapIntegerAction("getDefaultCloseOperation") {
-		public int map() {
-		    return(((JFrame)getSource()).getDefaultCloseOperation());
-		}}));}
-
-    /**Maps <code>JFrame.getGlassPane()</code> through queue*/
-    public Component getGlassPane() {
-	return((Component)runMapping(new MapAction("getGlassPane") {
-		public Object map() {
-		    return(((JFrame)getSource()).getGlassPane());
-		}}));}
-
-    /**Maps <code>JFrame.getJMenuBar()</code> through queue*/
-    public JMenuBar getJMenuBar() {
-	return((JMenuBar)runMapping(new MapAction("getJMenuBar") {
-		public Object map() {
-		    return(((JFrame)getSource()).getJMenuBar());
-		}}));}
-
-    /**Maps <code>JFrame.getLayeredPane()</code> through queue*/
-    public JLayeredPane getLayeredPane() {
-	return((JLayeredPane)runMapping(new MapAction("getLayeredPane") {
-		public Object map() {
-		    return(((JFrame)getSource()).getLayeredPane());
-		}}));}
-
-    /**Maps <code>JFrame.getRootPane()</code> through queue*/
-    public JRootPane getRootPane() {
-	return((JRootPane)runMapping(new MapAction("getRootPane") {
-		public Object map() {
-		    return(((JFrame)getSource()).getRootPane());
-		}}));}
-
-    /**Maps <code>JFrame.setContentPane(Container)</code> through queue*/
-    public void setContentPane(final Container container) {
-	runMapping(new MapVoidAction("setContentPane") {
-		public void map() {
-		    ((JFrame)getSource()).setContentPane(container);
-		}});}
-
-    /**Maps <code>JFrame.setDefaultCloseOperation(int)</code> through queue*/
-    public void setDefaultCloseOperation(final int i) {
-	runMapping(new MapVoidAction("setDefaultCloseOperation") {
-		public void map() {
-		    ((JFrame)getSource()).setDefaultCloseOperation(i);
-		}});}
-
-    /**Maps <code>JFrame.setGlassPane(Component)</code> through queue*/
-    public void setGlassPane(final Component component) {
-	runMapping(new MapVoidAction("setGlassPane") {
-		public void map() {
-		    ((JFrame)getSource()).setGlassPane(component);
-		}});}
-
-    /**Maps <code>JFrame.setJMenuBar(JMenuBar)</code> through queue*/
-    public void setJMenuBar(final JMenuBar jMenuBar) {
-	runMapping(new MapVoidAction("setJMenuBar") {
-		public void map() {
-		    ((JFrame)getSource()).setJMenuBar(jMenuBar);
-		}});}
-
-    /**Maps <code>JFrame.setLayeredPane(JLayeredPane)</code> through queue*/
-    public void setLayeredPane(final JLayeredPane jLayeredPane) {
-	runMapping(new MapVoidAction("setLayeredPane") {
-		public void map() {
-		    ((JFrame)getSource()).setLayeredPane(jLayeredPane);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Checks component type.
-     */
-    public static class JFrameFinder extends Finder {
-        /**
-         * Constructs JFrameFinder.
-         * @param sf other searching criteria.
-         */
-	public JFrameFinder(ComponentChooser sf) {
-            super(JFrame.class, sf);
-	}
-        /**
-         * Constructs JFrameFinder.
-         */
-	public JFrameFinder() {
-            super(JFrame.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JInternalFrameOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JInternalFrameOperator.java
deleted file mode 100644
index c09e050..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JInternalFrameOperator.java
+++ /dev/null
@@ -1,1257 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.JemmyInputException;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.FrameDriver;
-import org.netbeans.jemmy.drivers.InternalFrameDriver;
-import org.netbeans.jemmy.drivers.WindowDriver;
-
-
-import org.netbeans.jemmy.util.EmptyVisualizer;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Rectangle;
-
-import java.beans.PropertyVetoException;
-
-import java.util.Hashtable;
-
-import javax.swing.Icon;
-import javax.swing.JButton;
-import javax.swing.JDesktopPane;
-import javax.swing.JInternalFrame;
-import javax.swing.JInternalFrame.JDesktopIcon;
-import javax.swing.JLayeredPane;
-import javax.swing.JMenuBar;
-import javax.swing.JScrollPane;
-
-import javax.swing.event.InternalFrameListener;
-
-import javax.swing.plaf.InternalFrameUI;
-
-import javax.swing.plaf.basic.BasicInternalFrameTitlePane;
-
-/**
- * Class provides necessary functionality to operate with javax.swing.JInternalFrame component.
- *
- * Some methods can throw WrongInternalFrameStateException exception.
- *
- * <BR><BR>Timeouts used: <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>
- * ComponentOperator.MouseClickTimeout - time between mouse pressing and releasing <BR>
- * AbstractButtonOperator.PushButtonTimeout - time between button pressing and releasing<BR>
- * JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- * @see WrongInternalFrameStateException
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class JInternalFrameOperator extends JComponentOperator
-    implements Outputable, Timeoutable {
-
-    /**
-     * Identifier for a "title" property.
-     * @see #getDump
-     */
-    public static final String TITLE_DPROP = "Title";
-
-    /**
-     * Identifier for a "state" property.
-     * @see #getDump
-     */
-    public static final String STATE_DPROP = "State";
-
-    /**
-     * Identifier for a "normal" value of "state" property.
-     * @see #getDump
-     */
-    public static final String STATE_NORMAL_DPROP_VALUE = "NORMAL";
-
-    /**
-     * Identifier for a "closed" value of "state" property.
-     * @see #getDump
-     */
-    public static final String STATE_CLOSED_DPROP_VALUE = "CLOSED";
-
-    /**
-     * Identifier for a "iconified" value of "state" property.
-     * @see #getDump
-     */
-    public static final String STATE_ICONIFIED_DPROP_VALUE = "ICONIFIED";
-
-    /**
-     * Identifier for a "maximized" value of "state" property.
-     * @see #getDump
-     */
-    public static final String STATE_MAXIMAZED_DPROP_VALUE = "MAXIMIZED";
-
-    /**
-     * Identifier for a "resizable" property.
-     * @see #getDump
-     */
-    public static final String IS_RESIZABLE_DPROP = "Resizable";
-
-    /**
-     * Identifier for a "selected" property.
-     * @see #getDump
-     */
-    public static final String IS_SELECTED_DPROP = "Selected";
-
-    /**
-     * A minimizing button.
-     */
-    protected JButtonOperator minOper = null;
-
-    /**
-     * A maximizing button.
-     */
-    protected JButtonOperator maxOper = null;
-
-    /**
-     * A close button.
-     */
-    protected JButtonOperator closeOper = null;
-
-    /**
-     * A title operator.
-     */
-    protected ContainerOperator titleOperator = null;
-    private TestOut output;
-    private Timeouts timeouts;
-    private JDesktopIconOperator iconOperator;
-
-    WindowDriver wDriver;
-    FrameDriver  fDriver;
-    InternalFrameDriver  iDriver;
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public JInternalFrameOperator(JInternalFrame b) {
-	super(b);
-	wDriver = DriverManager.getWindowDriver(getClass());
-	fDriver = DriverManager.getFrameDriver(getClass());
-	iDriver = DriverManager.getInternalFrameDriver(getClass());
-    }
-
-    /**
-     * Constructs a JInternalFrameOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JInternalFrameOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JInternalFrame)cont.
-             waitSubComponent(new JInternalFrameFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JInternalFrameOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JInternalFrameOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * 
-     */
-    public JInternalFrameOperator(ContainerOperator cont, String text, int index) {
-	this(findOne(cont, text, index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * 
-     */
-    public JInternalFrameOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * 
-     */
-    public JInternalFrameOperator(ContainerOperator cont, int index) {
-	this((JInternalFrame)
-	     waitComponent(cont, 
-			   new JInternalFrameFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * 
-     */
-    public JInternalFrameOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JInternalframe in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return JInternalframe instance or null if component was not found.
-     */
-    public static JInternalFrame findJInternalFrame(Container cont, ComponentChooser chooser, int index) {
-	Component res = findComponent(cont, new JInternalFrameFinder(chooser), index);
-	if(res instanceof JInternalFrame) {
-	    return((JInternalFrame)res);
-	} else if(res instanceof JInternalFrame.JDesktopIcon) {
-	    return(((JInternalFrame.JDesktopIcon)res).getInternalFrame());
-	} else {
-	    return(null);
-	}
-    }
-
-    /**
-     * Searches JInternalframe in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JInternalframe instance or null if component was not found.
-     */
-    public static JInternalFrame findJInternalFrame(Container cont, ComponentChooser chooser) {
-	return(findJInternalFrame(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JInternalframe by title.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JInternalframe instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JInternalFrame findJInternalFrame(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findJInternalFrame(cont, 
-				  new JInternalFrameByTitleFinder(text, 
-								  new DefaultStringComparator(ce, ccs)), 
-				  index));
-    }
-
-    /**
-     * Searches JInternalframe by title.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JInternalframe instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JInternalFrame findJInternalFrame(Container cont, String text, boolean ce, boolean ccs) {
-	return(findJInternalFrame(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Searches JInternalFrame object which component lies on.
-     * @param comp Component to find JInternalFrame under.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JInternalFrame instance or null if component was not found.
-     */
-    public static JInternalFrame findJInternalFrameUnder(Component comp, ComponentChooser chooser) {
-	return((JInternalFrame)findContainerUnder(comp, new JInternalFrameFinder(chooser)));
-    }
-    
-    /**
-     * Searches JInternalFrame object which component lies on.
-     * @param comp Component to find JInternalFrame under.
-     * @return JInternalFrame instance or null if component was not found.
-     */
-    public static JInternalFrame findJInternalFrameUnder(Component comp) {
-	return(findJInternalFrameUnder(comp, new JInternalFrameFinder()));
-    }
-    
-    /**
-     * Waits JInternalframe in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return JInternalframe instance.
-     * 
-     */
-    public static JInternalFrame waitJInternalFrame(final Container cont, final ComponentChooser chooser, final int index) {
-	Component res = waitComponent(cont, new JInternalFrameFinder(chooser), index);
-	if(res instanceof JInternalFrame) {
-	    return((JInternalFrame)res);
-	} else if(res instanceof JInternalFrame.JDesktopIcon) {
-	    return(((JInternalFrame.JDesktopIcon)res).getInternalFrame());
-	} else {
-	    throw(new TimeoutExpiredException(chooser.getDescription()));
-	}
-    }
-
-    /**
-     * Waits JInternalframe in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JInternalframe instance.
-     * 
-     */
-    public static JInternalFrame waitJInternalFrame(Container cont, ComponentChooser chooser) {
-	return(waitJInternalFrame(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JInternalframe by title.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JInternalframe instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * 
-     */
-    public static JInternalFrame waitJInternalFrame(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitJInternalFrame(cont, 
-				  new JInternalFrameByTitleFinder(text, 
-								  new DefaultStringComparator(ce, ccs)), 
-				  index));
-    }
-
-    /**
-     * Waits JInternalframe by title.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JInternalframe instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * 
-     */
-    public static JInternalFrame waitJInternalFrame(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitJInternalFrame(cont, text, ce, ccs, 0));
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void setTimeouts(Timeouts times) {
-	timeouts = times;
-	super.setTimeouts(timeouts);
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    /**
-     * Iconifies frame.
-     * Note: frame should not be iconified and should be iconifiable.
-     * @throws WrongInternalFrameStateException
-     * 
-     */
-    public void iconify() {
-	output.printLine("Iconify JInternalFrame\n    : " + toStringSource());
-	output.printGolden("Iconify JInternalFrame \"" + getTitle() + "\"");
-	checkIconified(false);
-	makeComponentVisible();
-	fDriver.iconify(this);
-	if(getVerification()) {
-            waitIcon(true);
-        }
-    }
-
-    /**
-     * Deiconifies frame.
-     * Note: frame should be iconified.
-     * @throws WrongInternalFrameStateException
-     * 
-     */
-    public void deiconify() {
-	output.printLine("Deiconify JInternalFrame\n    : " + toStringSource());
-	output.printGolden("Deiconify JInternalFrame \"" + getTitle() + "\"");
-	checkIconified(true);
-	fDriver.deiconify(this);
-	if(getVerification()) {
-            waitIcon(false);
-        }
-    }
-
-    /**
-     * Maximizes frame.
-     * Note: frame should not be iconified.
-     * 
-     * @throws WrongInternalFrameStateException
-     */
-    public void maximize() {
-	output.printLine("Maximize JInternalFrame\n    : " + toStringSource());
-	output.printGolden("Maximize JInternalFrame \"" + getTitle() + "\"");
-	checkIconified(false);
-	makeComponentVisible();
-	fDriver.maximize(this);
-	if(getVerification()) {
-            waitMaximum(true);
-        }
-    }
-
-    /**
-     * Demaximizes frame.
-     * Note: frame should not be iconified.
-     * 
-     * @throws WrongInternalFrameStateException
-     */
-    public void demaximize() {
-	output.printLine("Demaximize JInternalFrame\n    : " + toStringSource());
-	output.printGolden("Demaximize JInternalFrame \"" + getTitle() + "\"");
-	checkIconified(false);
-	makeComponentVisible();
-	fDriver.demaximize(this);
-	if(getVerification()) {
-            waitMaximum(false);
-        }
-    }
-
-    /**
-     * Moves frame to new location.
-     * Note: frame should not be iconified.
-     * @param x X coordinate of a new frame location.
-     * @param y Y coordinate of a new frame location.
-     * @throws WrongInternalFrameStateException
-     */
-    public void move(int x, int y) {
-	checkIconified(false);
-	output.printLine("Move JInternalFrame to (" +
-			 Integer.toString(x) + "," +
-			 Integer.toString(y) + ")" +
-			 " position\n    : " + toStringSource());
-	output.printGolden("Move " + getTitle() + 
-			   " JInternalFrame to (" +
-			   Integer.toString(x) + "," +
-			   Integer.toString(y) + ")" +
-			   " position");
-	checkIconified(false);
-	wDriver.move(this, x, y);
-    }
-
-    /**
-     * Resizes frame.
-     * Note: frame should not be iconified.
-     * @param width New frame width.
-     * @param height New frame height.
-     * @throws WrongInternalFrameStateException
-     */
-    public void resize(int width, int height) {
-	output.printLine("Resize JInternalFrame to (" +
-			 Integer.toString(width) + "," +
-			 Integer.toString(height) + ")" +
-			 " size\n    : " + toStringSource());
-	output.printGolden("Resize " + getTitle() + 
-			   " JInternalFrame to (" +
-			   Integer.toString(width) + "," +
-			   Integer.toString(height) + ")" +
-			   " size");
-	checkIconified(false);
-	wDriver.resize(this, width, height);
-    }
-
-    /**
-     * Activates frame.
-     * Note: frame should not be iconified.
-     * @throws WrongInternalFrameStateException
-     */
-    public void activate() {
-	checkIconified(false);
-	wDriver.activate(this);
-    }
-
-    /**
-     * Closes the frame.
-     */
-    public void close() {
-	checkIconified(false);
-	wDriver.close(this);
-    }
-
-    /**
-     * Scrolls to internal frame's rectangle.
-     * @param x Horizontal rectangle coordinate
-     * @param y Vertical rectangle  coordinate
-     * @param width rectangle width
-     * @param height rectangle height
-     * 
-     */
-    public void scrollToRectangle(int x, int y, int width, int height) {
-	output.printTrace("Scroll desktop pane to make \"" + getTitle() + "\" internal frame visible");
-	output.printGolden("Scroll desktop pane to make \"" + getTitle() + "\" internal frame visible");
-	makeComponentVisible();
-	Component cmp = isIcon() ? iconOperator.getSource() : getSource();
-	//try to find JScrollPane under.
-	JScrollPane scroll;
-	if(isIcon()) {
-	    scroll = 
-		(JScrollPane)iconOperator.getContainer(new JScrollPaneOperator.
-						       JScrollPaneFinder(ComponentSearcher.
-									 getTrueChooser("JScrollPane")));
-	} else {
-	    scroll = 
-		(JScrollPane)getContainer(new JScrollPaneOperator.
-					  JScrollPaneFinder(ComponentSearcher.
-							    getTrueChooser("JScrollPane")));
-	}
-	if(scroll == null) {
-	    return;
-	}
-	JScrollPaneOperator scroller = new JScrollPaneOperator(scroll);
-	scroller.copyEnvironment(this);
-	scroller.setVisualizer(new EmptyVisualizer());
-	scroller.scrollToComponentRectangle(isIcon() ? iconOperator.getSource() : getSource(), 
-					    x, y, width, height);
-    }
-
-    /**
-     * Scrolls to internal frame's rectangle.
-     * @param rect a rectangle to scroll to.
-     */
-    public void scrollToRectangle(Rectangle rect) {
-	scrollToRectangle(rect.x, rect.y, rect.width, rect.height);
-    }
-
-    /**
-     * Scrolls to internal frame.
-     * 
-     */
-    public void scrollToFrame() {
-	if(isIcon()) {
-	    scrollToRectangle(0, 0, iconOperator.getWidth(), iconOperator.getHeight());
-	} else {
-	    scrollToRectangle(0, 0, getWidth(), getHeight());
-	}
-    }
-
-    /**
-     * Waits for a minimize button inside the title pane.
-     * @return a button operator
-     */
-    public JButtonOperator getMinimizeButton() {
-	initOperators();
-	return(minOper);
-    }
-
-    /**
-     * Waits for a maximize button inside the title pane.
-     * @return a button operator
-     */
-    public JButtonOperator getMaximizeButton() {
-	initOperators();
-	return(maxOper);
-    }
-
-    /**
-     * Waits for a close button inside the title pane.
-     * @return a button operator
-     */
-    public JButtonOperator getCloseButton() {
-	initOperators();
-	return(closeOper);
-    }
-
-    /**
-     * Waits for the title pane.
-     * @return a button operator
-     */
-    public ContainerOperator getTitleOperator() {
-	initOperators();
-	return(titleOperator);
-    }
-
-    /**
-     * Creates an operator for an desktop icon.
-     * @return an icon operator.
-     */
-    public JDesktopIconOperator getIconOperator() {
-	initOperators();
-	return(iconOperator);
-    }
-
-    /**
-     * Waits for the frame to be iconified or deiconified.
-     * @param icon whether the frame needs to be iconified.
-     */
-    public void waitIcon(final boolean icon) {
-        waitState(new ComponentChooser() {
-                public boolean checkComponent(Component comp) {
-                    return(((JInternalFrame)comp).isIcon() == icon);
-                }
-                public String getDescription() {
-                    return("Iconified JInternalFrame");
-                }
-            });
-    }
-
-    /**
-     * Waits for the frame to be maximized or demaximized.
-     * @param maximum whether the frame needs to be maximized.
-     */
-    public void waitMaximum(final boolean maximum) {
-        waitState(new ComponentChooser() {
-                public boolean checkComponent(Component comp) {
-                    return(((JInternalFrame)comp).isMaximum() == maximum);
-                }
-                public String getDescription() {
-                    return("Maximizied JInternalFrame");
-                }
-            });
-    }
-
-    /**
-     * Returns information about component.
-     */
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	result.put(TITLE_DPROP, ((JInternalFrame)getSource()).getTitle());
-	String state = STATE_NORMAL_DPROP_VALUE;
-	if       (((JInternalFrame)getSource()).isClosed()) {
-	    state = STATE_CLOSED_DPROP_VALUE;
-	} else if(((JInternalFrame)getSource()).isIcon()) {
-	    state = STATE_ICONIFIED_DPROP_VALUE;
-	} else if(((JInternalFrame)getSource()).isMaximum()) {
-	    state = STATE_MAXIMAZED_DPROP_VALUE;
-	}
-	result.put(STATE_DPROP, state);
-	result.put(IS_RESIZABLE_DPROP, ((JInternalFrame)getSource()).isResizable() ? "true" : "false");
-	result.put(IS_SELECTED_DPROP, ((JInternalFrame)getSource()).isSelected() ? "true" : "false");
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JInternalFrame.addInternalFrameListener(InternalFrameListener)</code> through queue*/
-    public void addInternalFrameListener(final InternalFrameListener internalFrameListener) {
-	runMapping(new MapVoidAction("addInternalFrameListener") {
-		public void map() {
-		    ((JInternalFrame)getSource()).addInternalFrameListener(internalFrameListener);
-		}});}
-
-    /**Maps <code>JInternalFrame.dispose()</code> through queue*/
-    public void dispose() {
-	runMapping(new MapVoidAction("dispose") {
-		public void map() {
-		    ((JInternalFrame)getSource()).dispose();
-		}});}
-
-    /**Maps <code>JInternalFrame.getContentPane()</code> through queue*/
-    public Container getContentPane() {
-	return((Container)runMapping(new MapAction("getContentPane") {
-		public Object map() {
-		    return(((JInternalFrame)getSource()).getContentPane());
-		}}));}
-
-    /**Maps <code>JInternalFrame.getDefaultCloseOperation()</code> through queue*/
-    public int getDefaultCloseOperation() {
-	return(runMapping(new MapIntegerAction("getDefaultCloseOperation") {
-		public int map() {
-		    return(((JInternalFrame)getSource()).getDefaultCloseOperation());
-		}}));}
-
-    /**Maps <code>JInternalFrame.getDesktopIcon()</code> through queue*/
-    public JDesktopIcon getDesktopIcon() {
-	return((JDesktopIcon)runMapping(new MapAction("getDesktopIcon") {
-		public Object map() {
-		    return(((JInternalFrame)getSource()).getDesktopIcon());
-		}}));}
-
-    /**Maps <code>JInternalFrame.getDesktopPane()</code> through queue*/
-    public JDesktopPane getDesktopPane() {
-	return((JDesktopPane)runMapping(new MapAction("getDesktopPane") {
-		public Object map() {
-		    return(((JInternalFrame)getSource()).getDesktopPane());
-		}}));}
-
-    /**Maps <code>JInternalFrame.getFrameIcon()</code> through queue*/
-    public Icon getFrameIcon() {
-	return((Icon)runMapping(new MapAction("getFrameIcon") {
-		public Object map() {
-		    return(((JInternalFrame)getSource()).getFrameIcon());
-		}}));}
-
-    /**Maps <code>JInternalFrame.getGlassPane()</code> through queue*/
-    public Component getGlassPane() {
-	return((Component)runMapping(new MapAction("getGlassPane") {
-		public Object map() {
-		    return(((JInternalFrame)getSource()).getGlassPane());
-		}}));}
-
-    /**Maps <code>JInternalFrame.getJMenuBar()</code> through queue*/
-    public JMenuBar getJMenuBar() {
-	return((JMenuBar)runMapping(new MapAction("getJMenuBar") {
-		public Object map() {
-		    return(((JInternalFrame)getSource()).getJMenuBar());
-		}}));}
-
-    /**Maps <code>JInternalFrame.getLayer()</code> through queue*/
-    public int getLayer() {
-	return(runMapping(new MapIntegerAction("getLayer") {
-		public int map() {
-		    return(((JInternalFrame)getSource()).getLayer());
-		}}));}
-
-    /**Maps <code>JInternalFrame.getLayeredPane()</code> through queue*/
-    public JLayeredPane getLayeredPane() {
-	return((JLayeredPane)runMapping(new MapAction("getLayeredPane") {
-		public Object map() {
-		    return(((JInternalFrame)getSource()).getLayeredPane());
-		}}));}
-
-    /**Maps <code>JInternalFrame.getTitle()</code> through queue*/
-    public String getTitle() {
-	return((String)runMapping(new MapAction("getTitle") {
-		public Object map() {
-		    return(((JInternalFrame)getSource()).getTitle());
-		}}));}
-
-    /**Maps <code>JInternalFrame.getUI()</code> through queue*/
-    public InternalFrameUI getUI() {
-	return((InternalFrameUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JInternalFrame)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JInternalFrame.getWarningString()</code> through queue*/
-    public String getWarningString() {
-	return((String)runMapping(new MapAction("getWarningString") {
-		public Object map() {
-		    return(((JInternalFrame)getSource()).getWarningString());
-		}}));}
-
-    /**Maps <code>JInternalFrame.isClosable()</code> through queue*/
-    public boolean isClosable() {
-	return(runMapping(new MapBooleanAction("isClosable") {
-		public boolean map() {
-		    return(((JInternalFrame)getSource()).isClosable());
-		}}));}
-
-    /**Maps <code>JInternalFrame.isClosed()</code> through queue*/
-    public boolean isClosed() {
-	return(runMapping(new MapBooleanAction("isClosed") {
-		public boolean map() {
-		    return(((JInternalFrame)getSource()).isClosed());
-		}}));}
-
-    /**Maps <code>JInternalFrame.isIcon()</code> through queue*/
-    public boolean isIcon() {
-	return(runMapping(new MapBooleanAction("isIcon") {
-		public boolean map() {
-		    return(((JInternalFrame)getSource()).isIcon());
-		}}));}
-
-    /**Maps <code>JInternalFrame.isIconifiable()</code> through queue*/
-    public boolean isIconifiable() {
-	return(runMapping(new MapBooleanAction("isIconifiable") {
-		public boolean map() {
-		    return(((JInternalFrame)getSource()).isIconifiable());
-		}}));}
-
-    /**Maps <code>JInternalFrame.isMaximizable()</code> through queue*/
-    public boolean isMaximizable() {
-	return(runMapping(new MapBooleanAction("isMaximizable") {
-		public boolean map() {
-		    return(((JInternalFrame)getSource()).isMaximizable());
-		}}));}
-
-    /**Maps <code>JInternalFrame.isMaximum()</code> through queue*/
-    public boolean isMaximum() {
-	return(runMapping(new MapBooleanAction("isMaximum") {
-		public boolean map() {
-		    return(((JInternalFrame)getSource()).isMaximum());
-		}}));}
-
-    /**Maps <code>JInternalFrame.isResizable()</code> through queue*/
-    public boolean isResizable() {
-	return(runMapping(new MapBooleanAction("isResizable") {
-		public boolean map() {
-		    return(((JInternalFrame)getSource()).isResizable());
-		}}));}
-
-    /**Maps <code>JInternalFrame.isSelected()</code> through queue*/
-    public boolean isSelected() {
-	return(runMapping(new MapBooleanAction("isSelected") {
-		public boolean map() {
-		    return(((JInternalFrame)getSource()).isSelected());
-		}}));}
-
-    /**Maps <code>JInternalFrame.moveToBack()</code> through queue*/
-    public void moveToBack() {
-	runMapping(new MapVoidAction("moveToBack") {
-		public void map() {
-		    ((JInternalFrame)getSource()).moveToBack();
-		}});}
-
-    /**Maps <code>JInternalFrame.moveToFront()</code> through queue*/
-    public void moveToFront() {
-	runMapping(new MapVoidAction("moveToFront") {
-		public void map() {
-		    ((JInternalFrame)getSource()).moveToFront();
-		}});}
-
-    /**Maps <code>JInternalFrame.pack()</code> through queue*/
-    public void pack() {
-	runMapping(new MapVoidAction("pack") {
-		public void map() {
-		    ((JInternalFrame)getSource()).pack();
-		}});}
-
-    /**Maps <code>JInternalFrame.removeInternalFrameListener(InternalFrameListener)</code> through queue*/
-    public void removeInternalFrameListener(final InternalFrameListener internalFrameListener) {
-	runMapping(new MapVoidAction("removeInternalFrameListener") {
-		public void map() {
-		    ((JInternalFrame)getSource()).removeInternalFrameListener(internalFrameListener);
-		}});}
-
-    /**Maps <code>JInternalFrame.setClosable(boolean)</code> through queue*/
-    public void setClosable(final boolean b) {
-	runMapping(new MapVoidAction("setClosable") {
-		public void map() {
-		    ((JInternalFrame)getSource()).setClosable(b);
-		}});}
-
-    /**Maps <code>JInternalFrame.setClosed(boolean)</code> through queue*/
-    public void setClosed(final boolean b) {
-	runMapping(new MapVoidAction("setClosed") {
-		public void map() throws PropertyVetoException {
-		    ((JInternalFrame)getSource()).setClosed(b);
-		}});}
-
-    /**Maps <code>JInternalFrame.setContentPane(Container)</code> through queue*/
-    public void setContentPane(final Container container) {
-	runMapping(new MapVoidAction("setContentPane") {
-		public void map() {
-		    ((JInternalFrame)getSource()).setContentPane(container);
-		}});}
-
-    /**Maps <code>JInternalFrame.setDefaultCloseOperation(int)</code> through queue*/
-    public void setDefaultCloseOperation(final int i) {
-	runMapping(new MapVoidAction("setDefaultCloseOperation") {
-		public void map() {
-		    ((JInternalFrame)getSource()).setDefaultCloseOperation(i);
-		}});}
-
-    /**Maps <code>JInternalFrame.setDesktopIcon(JDesktopIcon)</code> through queue*/
-    public void setDesktopIcon(final JDesktopIcon jDesktopIcon) {
-	runMapping(new MapVoidAction("setDesktopIcon") {
-		public void map() {
-		    ((JInternalFrame)getSource()).setDesktopIcon(jDesktopIcon);
-		}});}
-
-    /**Maps <code>JInternalFrame.setFrameIcon(Icon)</code> through queue*/
-    public void setFrameIcon(final Icon icon) {
-	runMapping(new MapVoidAction("setFrameIcon") {
-		public void map() {
-		    ((JInternalFrame)getSource()).setFrameIcon(icon);
-		}});}
-
-    /**Maps <code>JInternalFrame.setGlassPane(Component)</code> through queue*/
-    public void setGlassPane(final Component component) {
-	runMapping(new MapVoidAction("setGlassPane") {
-		public void map() {
-		    ((JInternalFrame)getSource()).setGlassPane(component);
-		}});}
-
-    /**Maps <code>JInternalFrame.setIcon(boolean)</code> through queue*/
-    public void setIcon(final boolean b) {
-	runMapping(new MapVoidAction("setIcon") {
-		public void map() throws PropertyVetoException {
-		    ((JInternalFrame)getSource()).setIcon(b);
-		}});}
-
-    /**Maps <code>JInternalFrame.setIconifiable(boolean)</code> through queue*/
-    public void setIconifiable(final boolean b) {
-	runMapping(new MapVoidAction("setIconifiable") {
-		public void map() {
-		    ((JInternalFrame)getSource()).setIconifiable(b);
-		}});}
-
-    /**Maps <code>JInternalFrame.setJMenuBar(JMenuBar)</code> through queue*/
-    public void setJMenuBar(final JMenuBar jMenuBar) {
-	runMapping(new MapVoidAction("setJMenuBar") {
-		public void map() {
-		    ((JInternalFrame)getSource()).setJMenuBar(jMenuBar);
-		}});}
-
-    /**Maps <code>JInternalFrame.setLayer(Integer)</code> through queue*/
-    public void setLayer(final Integer integer) {
-	runMapping(new MapVoidAction("setLayer") {
-		public void map() {
-		    ((JInternalFrame)getSource()).setLayer(integer);
-		}});}
-
-    /**Maps <code>JInternalFrame.setLayeredPane(JLayeredPane)</code> through queue*/
-    public void setLayeredPane(final JLayeredPane jLayeredPane) {
-	runMapping(new MapVoidAction("setLayeredPane") {
-		public void map() {
-		    ((JInternalFrame)getSource()).setLayeredPane(jLayeredPane);
-		}});}
-
-    /**Maps <code>JInternalFrame.setMaximizable(boolean)</code> through queue*/
-    public void setMaximizable(final boolean b) {
-	runMapping(new MapVoidAction("setMaximizable") {
-		public void map() {
-		    ((JInternalFrame)getSource()).setMaximizable(b);
-		}});}
-
-    /**Maps <code>JInternalFrame.setMaximum(boolean)</code> through queue*/
-    public void setMaximum(final boolean b) {
-	runMapping(new MapVoidAction("setMaximum") {
-		public void map() throws PropertyVetoException {
-		    ((JInternalFrame)getSource()).setMaximum(b);
-		}});}
-
-    /**Maps <code>JInternalFrame.setResizable(boolean)</code> through queue*/
-    public void setResizable(final boolean b) {
-	runMapping(new MapVoidAction("setResizable") {
-		public void map() {
-		    ((JInternalFrame)getSource()).setResizable(b);
-		}});}
-
-    /**Maps <code>JInternalFrame.setSelected(boolean)</code> through queue*/
-    public void setSelected(final boolean b) {
-	runMapping(new MapVoidAction("setSelected") {
-		public void map() throws PropertyVetoException {
-		    ((JInternalFrame)getSource()).setSelected(b);
-		}});}
-
-    /**Maps <code>JInternalFrame.setTitle(String)</code> through queue*/
-    public void setTitle(final String string) {
-	runMapping(new MapVoidAction("setTitle") {
-		public void map() {
-		    ((JInternalFrame)getSource()).setTitle(string);
-		}});}
-
-    /**Maps <code>JInternalFrame.setUI(InternalFrameUI)</code> through queue*/
-    public void setUI(final InternalFrameUI internalFrameUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((JInternalFrame)getSource()).setUI(internalFrameUI);
-		}});}
-
-    /**Maps <code>JInternalFrame.toBack()</code> through queue*/
-    public void toBack() {
-	runMapping(new MapVoidAction("toBack") {
-		public void map() {
-		    ((JInternalFrame)getSource()).toBack();
-		}});}
-
-    /**Maps <code>JInternalFrame.toFront()</code> through queue*/
-    public void toFront() {
-	runMapping(new MapVoidAction("toFront") {
-		public void map() {
-		    ((JInternalFrame)getSource()).toFront();
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Uses InternalframeDriver to get a title pane.
-     * @return a title pane.
-     */
-    protected Container findTitlePane() {
-        return((Container)iDriver.getTitlePane(this));
-    }
-
-    /**
-     * Initiaites suboperators.
-     */
-    protected void initOperators() {
-	iconOperator = new JDesktopIconOperator(((JInternalFrame)getSource()).getDesktopIcon());
-	iconOperator.copyEnvironment(this);
-	Container titlePane = findTitlePane();
-	if(!isIcon() && titlePane != null) {
-	    if(titleOperator == null) {
-		titleOperator = new ContainerOperator(titlePane);
-		int bttCount = 0;
-		if(getContainer(new ComponentChooser() {
-			public boolean checkComponent(Component comp) {
-			    return(comp instanceof JDesktopPane);
-			}
-			public String getDescription() {
-			    return("Desctop pane");
-			}
-		    }) != null) {
-		    minOper = new JButtonOperator(titleOperator, bttCount);
-		    bttCount++;
-		    if(((JInternalFrame)getSource()).isMaximizable()) {
-			maxOper = new JButtonOperator(titleOperator, bttCount);
-			bttCount++;
-		    } else {
-			maxOper = null;
-		    }
-		} else {
-		    minOper = null;
-		    maxOper = null;
-		}
-		if(isClosable()) {
-		    closeOper = new JButtonOperator(titleOperator, bttCount);
-		} else {
-		    closeOper = null;
-		}
-	    }
-	} else {
-	    titleOperator = null;
-	    minOper = null;
-	    maxOper = null;
-	    closeOper = null;
-	}
-    }
-
-    //throw exception if state is wrong
-    private void checkIconified(boolean shouldBeIconified) {
-	if( shouldBeIconified && !isIcon() ||
-	   !shouldBeIconified &&  isIcon()) {
-	    throw(new WrongInternalFrameStateException("JInternal frame should " +
-						       (shouldBeIconified ? "" : "not") +
-						       " be iconified to produce this operation",
-						       getSource()));
-	}
-    }
-
-    private static JInternalFrame findOne(ContainerOperator cont, String text, int index) {
-	Component source = waitComponent(cont, 
-					 new JInternalFrameByTitleFinder(text, 
-									 cont.getComparator()),
-					 index);
-	if(source instanceof JInternalFrame) {
-	    return((JInternalFrame)source);
-	} else if(source instanceof JInternalFrame.JDesktopIcon) {
-	    return(((JInternalFrame.JDesktopIcon)source).getInternalFrame());
-	} else {
-	    throw(new TimeoutExpiredException("No internal frame was found"));
-	}
-    }
-
-    /**
-     * Exception can be throwht if as a result of an attempt to produce
-     * operation for the frame in incorrect state.
-     * Like activate iconified frame, for example.
-     */
-    public class WrongInternalFrameStateException extends JemmyInputException {
-        /**
-         * Constructs a JInternalFrameOperator$WrongInternalFrameStateException object.
-         * @param message  an exception message.
-         * @param comp an internal frame.
-         */
-	public WrongInternalFrameStateException(String message, Component comp) {
-	    super(message, comp);
-	}
-    }
-
-    /**
-     * Allows to find component by title.
-     */
-    public static class JInternalFrameByTitleFinder implements ComponentChooser {
-	String label;
-	StringComparator comparator;
-        /**
-         * Constructs JInternalFrameByTitleFinder.
-         * @param lb a text pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public JInternalFrameByTitleFinder(String lb, StringComparator comparator) {
-	    label = lb;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs JInternalFrameByTitleFinder.
-         * @param lb a text pattern
-         */
-	public JInternalFrameByTitleFinder(String lb) {
-            this(lb, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof JInternalFrame || comp instanceof JInternalFrame.JDesktopIcon) {
-		JInternalFrame frame = null;
-		if(comp instanceof JInternalFrame) {
-		    frame = (JInternalFrame)comp;
-		} else {
-		    JDesktopIconOperator io = new JDesktopIconOperator((JInternalFrame.JDesktopIcon)comp);
-		    frame = io.getInternalFrame();
-		}
-		if(frame.getTitle() != null) {
-		    return(comparator.equals(frame.getTitle(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("JInternalFrame with title \"" + label + "\"");
-	}
-    }
-
-    /**
-     * Class to operate with javax.swing.JInternalFrame.JDesktopIconOperator component.
-     */
-    public static class JDesktopIconOperator extends JComponentOperator 
-	implements Outputable, Timeoutable {
-
-	private TestOut output;
-	private Timeouts timeouts;
-	
-        /**
-         * Constructs JDesktopIconOperator.
-         * @param b a component
-         */
-	public JDesktopIconOperator(JInternalFrame.JDesktopIcon b) {
-	    super(b);
-	    setOutput(JemmyProperties.getCurrentOutput());
-	    setTimeouts(JemmyProperties.getCurrentTimeouts());
-	}
-	
-	public void setOutput(TestOut out) {
-	    output = out;
-	    super.setOutput(output.createErrorOutput());
-	}
-
-	public TestOut getOutput() {
-	    return(output);
-	}
-	
-	public void setTimeouts(Timeouts times) {
-	    timeouts = times;
-	    super.setTimeouts(timeouts);
-	}
-
-	public Timeouts getTimeouts() {
-	    return(timeouts);
-	}
-
-        /**
-         * Creates an operator for the correspondent intenal frame.
-         * @return an operator.
-         */
-	public JInternalFrame getInternalFrame() {
-	    return((JInternalFrame)getEventDispatcher().
-		invokeExistingMethod("getInternalFrame", 
-				     null, 
-				     null, 
-				     output));
-	}
-
-        /**
-         * Pushs the deiconifying button.
-         */
-	public void pushButton() {
-	    new JButtonOperator(this).push();
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JInternalFrameFinder implements ComponentChooser {
-        ComponentChooser sf = null;
-        /**
-         * Constructs JInternalFrameFinder.
-         * @param sf other searching criteria.
-         */
-	public JInternalFrameFinder(ComponentChooser sf) {
-            this.sf = sf;
-	}
-        /**
-         * Constructs JInternalFrameFinder.
-         */
-	public JInternalFrameFinder() {
-            this(ComponentSearcher.getTrueChooser("JInternalFrame or JInternalFrame.JDesktopIcon"));
-	}
-        public boolean checkComponent(Component comp) {
-            return((comp instanceof JInternalFrame || comp instanceof JInternalFrame.JDesktopIcon) &&
-                   sf.checkComponent(comp));
-        }
-        public String getDescription() {
-            return(sf.getDescription());
-        }
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JLabelOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JLabelOperator.java
deleted file mode 100644
index ea1e9d2..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JLabelOperator.java
+++ /dev/null
@@ -1,514 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.TimeoutExpiredException;
-
-import java.awt.Component;
-import java.awt.Container;
-
-import java.util.Hashtable;
-
-import javax.swing.Icon;
-import javax.swing.JLabel;
-
-import javax.swing.plaf.LabelUI;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>
- * ComponentOperator.WaitStateTimeout - time to wait for text <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JLabelOperator extends JComponentOperator {
-
-    /**
-     * Identifier for a "text" property.
-     * @see #getDump
-     */
-    public static final String TEXT_DPROP = "Text";
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public JLabelOperator(JLabel b) {
-	super(b);
-    }
-
-    /**
-     * Constructs a JLabelOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JLabelOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JLabel)cont.
-             waitSubComponent(new JLabelFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JLabelOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JLabelOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * 
-     */
-    public JLabelOperator(ContainerOperator cont, String text, int index) {
-	this((JLabel)waitComponent(cont, 
-				   new JLabelByLabelFinder(text, 
-							   cont.getComparator()),
-				   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * 
-     */
-    public JLabelOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * 
-     */
-    public JLabelOperator(ContainerOperator cont, int index) {
-	this((JLabel)
-	     waitComponent(cont, 
-			   new JLabelFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * 
-     */
-    public JLabelOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JLabel in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return JLabel instance or null if component was not found.
-     */
-    public static JLabel findJLabel(Container cont, ComponentChooser chooser, int index) {
-	return((JLabel)findComponent(cont, new JLabelFinder(chooser), index));
-    }
-
-    /**
-     * Searches JLabel in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JLabel instance or null if component was not found.
-     */
-    public static JLabel findJLabel(Container cont, ComponentChooser chooser) {
-	return(findJLabel(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JLabel by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JLabel instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JLabel findJLabel(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findJLabel(cont, new JLabelByLabelFinder(text, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Searches JLabel by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JLabel instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JLabel findJLabel(Container cont, String text, boolean ce, boolean ccs) {
-	return(findJLabel(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits JLabel in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return JLabel instance.
-     * 
-     */
-    public static JLabel waitJLabel(final Container cont, final ComponentChooser chooser, final int index) {
-	return((JLabel)waitComponent(cont, new JLabelFinder(chooser), index));
-    }
-
-    /**
-     * Waits JLabel in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JLabel instance.
-     * 
-     */
-    public static JLabel waitJLabel(Container cont, ComponentChooser chooser) {
-	return(waitJLabel(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JLabel by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JLabel instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * 
-     */
-    public static JLabel waitJLabel(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitJLabel(cont, new JLabelByLabelFinder(text, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Waits JLabel by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JLabel instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * 
-     */
-    public static JLabel waitJLabel(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitJLabel(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits for text. Uses getComparator() comparator.
-     * @param text Text to wait for.
-     */
-    public void waitText(String text) {
-	getOutput().printLine("Wait \"" + text + "\" text in component \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait \"" + text + "\" text");
-	waitState(new JLabelByLabelFinder(text, getComparator()));
-    }
-
-    /**
-     * Returns information about component.
-     */
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	if(((JLabel)getSource()).getText() != null) {
-	    result.put(TEXT_DPROP, ((JLabel)getSource()).getText());
-	} else {
-	    result.put(TEXT_DPROP, "null");
-	}
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JLabel.getDisabledIcon()</code> through queue*/
-    public Icon getDisabledIcon() {
-	return((Icon)runMapping(new MapAction("getDisabledIcon") {
-		public Object map() {
-		    return(((JLabel)getSource()).getDisabledIcon());
-		}}));}
-
-    /**Maps <code>JLabel.getDisplayedMnemonic()</code> through queue*/
-    public int getDisplayedMnemonic() {
-	return(runMapping(new MapIntegerAction("getDisplayedMnemonic") {
-		public int map() {
-		    return(((JLabel)getSource()).getDisplayedMnemonic());
-		}}));}
-
-    /**Maps <code>JLabel.getHorizontalAlignment()</code> through queue*/
-    public int getHorizontalAlignment() {
-	return(runMapping(new MapIntegerAction("getHorizontalAlignment") {
-		public int map() {
-		    return(((JLabel)getSource()).getHorizontalAlignment());
-		}}));}
-
-    /**Maps <code>JLabel.getHorizontalTextPosition()</code> through queue*/
-    public int getHorizontalTextPosition() {
-	return(runMapping(new MapIntegerAction("getHorizontalTextPosition") {
-		public int map() {
-		    return(((JLabel)getSource()).getHorizontalTextPosition());
-		}}));}
-
-    /**Maps <code>JLabel.getIcon()</code> through queue*/
-    public Icon getIcon() {
-	return((Icon)runMapping(new MapAction("getIcon") {
-		public Object map() {
-		    return(((JLabel)getSource()).getIcon());
-		}}));}
-
-    /**Maps <code>JLabel.getIconTextGap()</code> through queue*/
-    public int getIconTextGap() {
-	return(runMapping(new MapIntegerAction("getIconTextGap") {
-		public int map() {
-		    return(((JLabel)getSource()).getIconTextGap());
-		}}));}
-
-    /**Maps <code>JLabel.getLabelFor()</code> through queue*/
-    public Component getLabelFor() {
-	return((Component)runMapping(new MapAction("getLabelFor") {
-		public Object map() {
-		    return(((JLabel)getSource()).getLabelFor());
-		}}));}
-
-    /**Maps <code>JLabel.getText()</code> through queue*/
-    public String getText() {
-	return((String)runMapping(new MapAction("getText") {
-		public Object map() {
-		    return(((JLabel)getSource()).getText());
-		}}));}
-
-    /**Maps <code>JLabel.getUI()</code> through queue*/
-    public LabelUI getUI() {
-	return((LabelUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JLabel)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JLabel.getVerticalAlignment()</code> through queue*/
-    public int getVerticalAlignment() {
-	return(runMapping(new MapIntegerAction("getVerticalAlignment") {
-		public int map() {
-		    return(((JLabel)getSource()).getVerticalAlignment());
-		}}));}
-
-    /**Maps <code>JLabel.getVerticalTextPosition()</code> through queue*/
-    public int getVerticalTextPosition() {
-	return(runMapping(new MapIntegerAction("getVerticalTextPosition") {
-		public int map() {
-		    return(((JLabel)getSource()).getVerticalTextPosition());
-		}}));}
-
-    /**Maps <code>JLabel.setDisabledIcon(Icon)</code> through queue*/
-    public void setDisabledIcon(final Icon icon) {
-	runMapping(new MapVoidAction("setDisabledIcon") {
-		public void map() {
-		    ((JLabel)getSource()).setDisabledIcon(icon);
-		}});}
-
-    /**Maps <code>JLabel.setDisplayedMnemonic(char)</code> through queue*/
-    public void setDisplayedMnemonic(final char c) {
-	runMapping(new MapVoidAction("setDisplayedMnemonic") {
-		public void map() {
-		    ((JLabel)getSource()).setDisplayedMnemonic(c);
-		}});}
-
-    /**Maps <code>JLabel.setDisplayedMnemonic(int)</code> through queue*/
-    public void setDisplayedMnemonic(final int i) {
-	runMapping(new MapVoidAction("setDisplayedMnemonic") {
-		public void map() {
-		    ((JLabel)getSource()).setDisplayedMnemonic(i);
-		}});}
-
-    /**Maps <code>JLabel.setHorizontalAlignment(int)</code> through queue*/
-    public void setHorizontalAlignment(final int i) {
-	runMapping(new MapVoidAction("setHorizontalAlignment") {
-		public void map() {
-		    ((JLabel)getSource()).setHorizontalAlignment(i);
-		}});}
-
-    /**Maps <code>JLabel.setHorizontalTextPosition(int)</code> through queue*/
-    public void setHorizontalTextPosition(final int i) {
-	runMapping(new MapVoidAction("setHorizontalTextPosition") {
-		public void map() {
-		    ((JLabel)getSource()).setHorizontalTextPosition(i);
-		}});}
-
-    /**Maps <code>JLabel.setIcon(Icon)</code> through queue*/
-    public void setIcon(final Icon icon) {
-	runMapping(new MapVoidAction("setIcon") {
-		public void map() {
-		    ((JLabel)getSource()).setIcon(icon);
-		}});}
-
-    /**Maps <code>JLabel.setIconTextGap(int)</code> through queue*/
-    public void setIconTextGap(final int i) {
-	runMapping(new MapVoidAction("setIconTextGap") {
-		public void map() {
-		    ((JLabel)getSource()).setIconTextGap(i);
-		}});}
-
-    /**Maps <code>JLabel.setLabelFor(Component)</code> through queue*/
-    public void setLabelFor(final Component component) {
-	runMapping(new MapVoidAction("setLabelFor") {
-		public void map() {
-		    ((JLabel)getSource()).setLabelFor(component);
-		}});}
-
-    /**Maps <code>JLabel.setText(String)</code> through queue*/
-    public void setText(final String string) {
-	runMapping(new MapVoidAction("setText") {
-		public void map() {
-		    ((JLabel)getSource()).setText(string);
-		}});}
-
-    /**Maps <code>JLabel.setUI(LabelUI)</code> through queue*/
-    public void setUI(final LabelUI labelUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((JLabel)getSource()).setUI(labelUI);
-		}});}
-
-    /**Maps <code>JLabel.setVerticalAlignment(int)</code> through queue*/
-    public void setVerticalAlignment(final int i) {
-	runMapping(new MapVoidAction("setVerticalAlignment") {
-		public void map() {
-		    ((JLabel)getSource()).setVerticalAlignment(i);
-		}});}
-
-    /**Maps <code>JLabel.setVerticalTextPosition(int)</code> through queue*/
-    public void setVerticalTextPosition(final int i) {
-	runMapping(new MapVoidAction("setVerticalTextPosition") {
-		public void map() {
-		    ((JLabel)getSource()).setVerticalTextPosition(i);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Allows to find component by text.
-     */
-    public static class JLabelByLabelFinder implements ComponentChooser {
-	String label;
-	StringComparator comparator;
-        /**
-         * Constructs JLabelByLabelFinder.
-         * @param lb a text pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public JLabelByLabelFinder(String lb, StringComparator comparator) {
-	    label = lb;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs JLabelByLabelFinder.
-         * @param lb a text pattern
-         */
-	public JLabelByLabelFinder(String lb) {
-            this(lb, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof JLabel) {
-		if(((JLabel)comp).getText() != null) {
-		    return(comparator.equals(((JLabel)comp).getText(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("JLabel with text \"" + label + "\"");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JLabelFinder extends Finder {
-        /**
-         * Constructs JLabelFinder.
-         * @param sf other searching criteria.
-         */
-	public JLabelFinder(ComponentChooser sf) {
-            super(JLabel.class, sf);
-	}
-        /**
-         * Constructs JLabelFinder.
-         */
-	public JLabelFinder() {
-            super(JLabel.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JListOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JListOperator.java
deleted file mode 100644
index 4547ad8..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JListOperator.java
+++ /dev/null
@@ -1,1355 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyInputException;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.QueueTool;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.TimeoutExpiredException;
-
-import org.netbeans.jemmy.util.EmptyVisualizer;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.MultiSelListDriver;
-
-import java.awt.Color;
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Dimension;
-import java.awt.Point;
-import java.awt.Rectangle;
-
-import java.util.Hashtable;
-import java.util.Vector;
-
-import javax.swing.JList;
-import javax.swing.JScrollPane;
-import javax.swing.ListCellRenderer;
-import javax.swing.ListModel;
-import javax.swing.ListSelectionModel;
-
-import javax.swing.event.ListSelectionListener;
-
-import javax.swing.plaf.ListUI;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>
- * ComponentOperator.WaitStateTimeout - time to wait for item, and for item to be selected <BR>
- * JScrollBarOperator.OneScrollClickTimeout - time for one scroll click <BR>
- * JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JListOperator extends JComponentOperator
-    implements Outputable {
-
-    /**
-     * Identifier for a "item" properties.
-     * @see #getDump
-     */
-    public static final String ITEM_PREFIX_DPROP = "Item";
-
-    /**
-     * Identifier for a "selected item" property.
-     * @see #getDump
-     */
-    public static final String SELECTED_ITEM_PREFIX_DPROP = "SelectedItem";
-
-    private TestOut output;
-    private MultiSelListDriver driver;
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public JListOperator(JList b) {
-	super(b);
-	driver = DriverManager.getMultiSelListDriver(getClass());
-    }
-
-    /**
-     * Constructs a JListOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JListOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JList)cont.
-             waitSubComponent(new JListFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JListOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JListOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits item text first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Text of item which is currently selected. 
-     * @param itemIndex Item index.
-     * @param index Ordinal component index.
-     * 
-     */
-    public JListOperator(ContainerOperator cont, String text, int itemIndex, int index) {
-	this((JList)waitComponent(cont, 
-				  new JListByItemFinder(text, itemIndex,
-							cont.getComparator()),
-				  index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component by selected item text first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Text of item which is currently selected. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * 
-     */
-    public JListOperator(ContainerOperator cont, String text, int index) {
-	this(cont, text, -1, index);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Text of item which is currently selected. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * 
-     */
-    public JListOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * 
-     */
-    public JListOperator(ContainerOperator cont, int index) {
-	this((JList)
-	     waitComponent(cont, 
-			   new JListFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * 
-     */
-    public JListOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JList in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JList instance or null if component was not found.
-     */
-    public static JList findJList(Container cont, ComponentChooser chooser, int index) {
-	return((JList)findComponent(cont, new JListFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th JList in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JList instance or null if component was not found.
-     */
-    public static JList findJList(Container cont, ComponentChooser chooser) {
-	return(findJList(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JList by item.
-     * @param cont Container to search component in.
-     * @param text Item text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param itemIndex Index of item to compare text. If -1, selected item is checked.
-     * @param index Ordinal component index.
-     * @return JList instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JList findJList(Container cont, String text, boolean ce, boolean ccs, int itemIndex, int index) {
-	return(findJList(cont, new JListByItemFinder(text, itemIndex, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Searches JList by item.
-     * @param cont Container to search component in.
-     * @param text Item text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param itemIndex Index of item to compare text. If -1, selected item is checked.
-     * @return JList instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JList findJList(Container cont, String text, boolean ce, boolean ccs, int itemIndex) {
-	return(findJList(cont, text, ce, ccs, itemIndex, 0));
-    }
-
-    /**
-     * Waits JList in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JList instance or null if component was not found.
-     * 
-     */
-    public static JList waitJList(Container cont, ComponentChooser chooser, int index) {
-	return((JList)waitComponent(cont, new JListFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th JList in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JList instance or null if component was not found.
-     * 
-     */
-    public static JList waitJList(Container cont, ComponentChooser chooser) {
-	return(waitJList(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JList by item.
-     * @param cont Container to search component in.
-     * @param text Item text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param itemIndex Index of item to compare text. If -1, selected item is checked.
-     * @param index Ordinal component index.
-     * @return JList instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * 
-     */
-    public static JList waitJList(Container cont, String text, boolean ce, boolean ccs, int itemIndex, int index) {
-	return(waitJList(cont, new JListByItemFinder(text, itemIndex, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Waits JList by item.
-     * @param cont Container to search component in.
-     * @param text Item text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param itemIndex Index of item to compare text. If -1, selected item is checked.
-     * @return JList instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * 
-     */
-    public static JList waitJList(Container cont, String text, boolean ce, boolean ccs, int itemIndex) {
-	return(waitJList(cont, text, ce, ccs, itemIndex, 0));
-    }
-
-    public void setOutput(TestOut output) {
-	super.setOutput(output.createErrorOutput());
-	this.output = output;
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = 
-	    (MultiSelListDriver)DriverManager.
-	    getDriver(DriverManager.MULTISELLIST_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-    }
-
-    /**
-     * Gets point to click on itemIndex'th item.
-     * @param itemIndex an index of an item to click.
-     * @return a Point in component's coordinate system.
-     */
-    public Point getClickPoint(int itemIndex) {
-	Rectangle rect = getCellBounds(itemIndex, itemIndex);
-	return(new Point(rect.x + rect.width / 2,
-			 rect.y + rect.height / 2));
-    }
-
-    /**
-     * Ask renderer for component to be displayed.
-     * @param itemIndex Item index.
-     * @param isSelected True if the specified cell was selected.
-     * @param cellHasFocus True if the specified cell has the focus.
-     * @return Component to be displayed.
-     */
-    public Component getRenderedComponent(int itemIndex, boolean isSelected, boolean cellHasFocus) {
-	return(getCellRenderer().
-	       getListCellRendererComponent((JList)getSource(),
-					    getModel().getElementAt(itemIndex),
-					    itemIndex,
-					    isSelected,
-					    cellHasFocus));
-    }
-
-    /**
-     * Ask renderer for component to be displayed.
-     * Uses isSelectedIndex(itemIndex) to determine whether item is selected.
-     * Supposes item do not have focus.
-     * @param itemIndex Item index.
-     * @return Component to be displayed.
-     */
-    public Component getRenderedComponent(int itemIndex) {
-	return(getRenderedComponent(itemIndex, isSelectedIndex(itemIndex), false));
-    }
-
-    /**
-     * Searches for index'th item good from chooser's point of view.
-     * @param chooser Item verifying object.
-     * @param index Ordinal item index.
-     * @return Item index or -1 if search was insuccessful.
-     */
-    public int findItemIndex(ListItemChooser chooser, int index) {
-	ListModel model = getModel();
-	int count = 0;
-	for(int i = 0; i < model.getSize(); i++) {
-	    if(chooser.checkItem(this, i)) {
-		if(count == index) {
-		    return(i);
-		} else {
-		    count++;
-		}
-	    }
-	}
-	return(-1);
-    }
-
-    /**
-     * Searches for an item good from chooser's point of view.
-     * @param chooser Item verifying object.
-     * @return Item index or -1 if serch was insuccessful.
-     * @see #findItemIndex(JListOperator.ListItemChooser, int)
-     * @see #findItemIndex(String, boolean, boolean)
-     */
-    public int findItemIndex(ListItemChooser chooser) {
-	return(findItemIndex(chooser, 0));
-    }
-
-    /**
-     * Searches for an item good from chooser's point of view.
-     * @param item a text pattern
-     * @param comparator a string comparision algorithm
-     * @param index Ordinal item index.
-     * @return Item index or -1 if serch was insuccessful.
-     * @see #findItemIndex(JListOperator.ListItemChooser, int)
-     * @see #findItemIndex(String, boolean, boolean)
-     */
-    public int findItemIndex(String item, StringComparator comparator, int index){
-	return(findItemIndex(new BySubStringListItemChooser(item, comparator), index));
-    }
-
-    /**
-     * Searched for index'th item by text.
-     * @param item a text pattern
-     * @param ce Compare text exactly.
-     * @param cc Compare text case sensitively.
-     * @param index Ordinal item index.
-     * @return Item index or -1 if serch was insuccessful.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @deprecated Use findItemIndex(String, int) or findItemIndex(String, StringComparator, int)
-     */
-    public int findItemIndex(String item, boolean ce, boolean cc, int index){
-	return(findItemIndex(item, new DefaultStringComparator(ce, cc), index));
-    }
-    
-    /**
-     * Searched for index'th item by text.
-     * Uses StringComparator assigned to this object.
-     * @param item a text pattern
-     * @param index Ordinal item index.
-     * @return Item index or -1 if search was insuccessful.
-     */
-    public int findItemIndex(String item, int index){
-	return(findItemIndex(item, getComparator(), index));
-    }
-    
-    /**
-     * Searches for an item good from chooser's point of view.
-     * @param item a text pattern
-     * @param comparator a string comparision algorithm
-     * @return Item index or -1 if serch was insuccessful.
-     * @see #findItemIndex(JListOperator.ListItemChooser, int)
-     * @see #findItemIndex(String, boolean, boolean)
-     */
-    public int findItemIndex(String item, StringComparator comparator){
-	return(findItemIndex(item, comparator, 0));
-    }
-
-    /**
-     * Searched  item by text.
-     * @param item a text pattern
-     * @param ce Compare text exactly.
-     * @param cc Compare text case sensitively.
-     * @return Item index or -1 if search was insuccessful.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @deprecated Use findItemIndex(String) or findItemIndex(String, StringComparator)
-     */
-    public int findItemIndex(String item, boolean ce, boolean cc) {
-	return(findItemIndex(item, ce, cc, 0));
-    }
-    
-    /**
-     * Searched for first item by text.
-     * Uses StringComparator assigned to this object.
-     * @param item a text pattern
-     * @return Item index or -1 if search was insuccessful.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public int findItemIndex(String item){
-	return(findItemIndex(item, 0));
-    }
-    
-    /**
-     * Searches for index'th item by rendered component.
-     * @param chooser Component verifying object.
-     * @param index Ordinal item index.
-     * @return Item index or -1 if serch was insuccessful.
-     * @see #getRenderedComponent(int, boolean, boolean)
-     */
-    public int findItemIndex(ComponentChooser chooser, int index) {
-	return(findItemIndex(new ByRenderedComponentListItemChooser(chooser), index));
-    }
-    
-    /**
-     * Searches for an item by rendered component.
-     * @param chooser Component verifying object.
-     * @return Item index or -1 if serch was insuccessful.
-     * @see #getRenderedComponent(int, boolean, boolean)
-     */
-    public int findItemIndex(ComponentChooser chooser) {
-	return(findItemIndex(chooser, 0));
-    }
-    
-    /**
-     * Clicks on item by item index.
-     * @param itemIndex Item index.
-     * @param clickCount count click.
-     * @return Click point or null if list does not contains itemIndex'th item.
-     * @throws NoSuchItemException
-     */
-    public Object clickOnItem(final int itemIndex, final int clickCount) {
-	output.printLine("Click " + Integer.toString(clickCount) +
-			 " times on JList\n    : " + toStringSource());
-	output.printGolden("Click " + Integer.toString(clickCount) +
-			 " times on JList");
-        checkIndex(itemIndex);
-	try {
-	    scrollToItem(itemIndex);
-	} catch(TimeoutExpiredException e) {
-	    output.printStackTrace(e);
-	}
-	if(((JList)getSource()).getModel().getSize() <= itemIndex) {
-	    output.printErrLine("JList " + toStringSource() + " does not contain " +
-				Integer.toString(itemIndex) + "'th item");
-	    return(null);
-	}
-	if(((JList)getSource()).getAutoscrolls()) {
-	    ((JList)getSource()).ensureIndexIsVisible(itemIndex);
-	}
-        return(getQueueTool().invokeSmoothly(new QueueTool.QueueAction("Path selecting") {
-                public Object launch() {
-                    Rectangle rect = getCellBounds(itemIndex, itemIndex);
-                    if(rect == null) {
-                        output.printErrLine("Impossible to determine click point for " +
-                                            Integer.toString(itemIndex) + "'th item");
-                        return(null);
-                    }
-                    Point point = new Point((int)(rect.getX() + rect.getWidth() / 2),
-                                            (int)(rect.getY() + rect.getHeight() / 2));
-                    Object result = getModel().getElementAt(itemIndex);
-                    clickMouse(point.x, point.y, clickCount);
-                    return(result);
-                }
-            }));
-    }
-    
-    /**
-     * Finds item by item text, and do mouse click on it.
-     * @param item Item text.
-     * @param comparator a string comparision algorithm
-     * @param clickCount count click.
-     * @return Click point or null if list does not contains itemIndex'th item.
-     * @throws NoSuchItemException
-     */
-    public Object clickOnItem(final String item, final StringComparator comparator, final int clickCount) {
-        scrollToItem(findItemIndex(item, comparator, 0));
-        return(getQueueTool().invokeSmoothly(new QueueTool.QueueAction("Path selecting") {
-                public Object launch() {
-                    int index = findItemIndex(item, comparator, 0);
-                    if(index != -1) {
-                        return(clickOnItem(index, clickCount));
-                    } else {
-                        throw(new NoSuchItemException(item));
-                    }
-                }
-            }));
-    }
-    
-    /**
-     * Finds item by item text, and do mouse click on it.
-     * @param item Item text.
-     * @param ce Compare exactly.
-     * @param cc Compare case sensitively.
-     * @param clickCount count click.
-     * @return Click point or null if list does not contains itemIndex'th item.
-     * @throws NoSuchItemException
-     * @deprecated Use clickOnItem(String, int) or clickOnItem(String, StringComparator, int)
-     */
-    public Object clickOnItem(String item, boolean ce, boolean cc, int clickCount) {
-	return(clickOnItem(item, new DefaultStringComparator(ce, cc), clickCount));
-    }
-
-    /**
-     * Finds item by item text, and do mouse click on it.
-     * Uses StringComparator assigned to this object.
-     * @param item Item text.
-     * @param clickCount count click.
-     * @return Click point or null if list does not contains itemIndex'th item.
-     * @throws NoSuchItemException
-     */
-    public Object clickOnItem(String item, int clickCount) {
-	return(clickOnItem(item, getComparator(), clickCount));
-    }
-
-    /**
-     * Finds item by item text, and do simple mouse click on it.
-     * Uses StringComparator assigned to this object.
-     * @param item Item text.
-     * @param comparator a string comparision algorithm
-     * @return Click point or null if list does not contains itemIndex'th item.
-     * @throws NoSuchItemException
-     */
-    public Object clickOnItem(String item, StringComparator comparator) {
-	return(clickOnItem(item, comparator, 1));
-    }
-
-    /**
-     * Finds item by item text, and do simple mouse click on it.
-     * @param item Item text.
-     * @param ce Compare exactly.
-     * @param cc Compare case sensitively.
-     * @return Click point or null if list does not contains itemIndex'th item.
-     * @throws NoSuchItemException
-     * @deprecated Use clickOnItem(String) or clickOnItem(String, StringComparator)
-     */
-    public Object clickOnItem(String item, boolean ce, boolean cc) {
-	return(clickOnItem(item, ce, cc, 1));
-    }
-
-    /**
-     * Finds item by item text, and do simple mouse click on it.
-     * Uses StringComparator assigned to this object.
-     * @param item Item text.
-     * @return Click point or null if list does not contains itemIndex'th item.
-     * @throws NoSuchItemException
-     */
-    public Object clickOnItem(String item) {
-	return(clickOnItem(item, 0));
-    }
-
-    /**
-     * Scrolls to an item if the list is on a JScrollPane component.
-     * @param itemIndex an item index.
-     * @see #scrollToItem(String, boolean, boolean)
-     * 
-     * @throws NoSuchItemException
-     */
-    public void scrollToItem(int itemIndex) {
-	output.printTrace("Scroll JList to " + Integer.toString(itemIndex) + "'th item\n    : " +
-			  toStringSource());
-	output.printGolden("Scroll JList to " + Integer.toString(itemIndex) + "'th item");
-        checkIndex(itemIndex);
-	makeComponentVisible();
-	//try to find JScrollPane under.
-	JScrollPane scroll = (JScrollPane)getContainer(new JScrollPaneOperator.
-						       JScrollPaneFinder(ComponentSearcher.
-									 getTrueChooser("JScrollPane")));
-	if(scroll == null) {
-	    return;
-	}
-	JScrollPaneOperator scroller = new JScrollPaneOperator(scroll);
-	scroller.copyEnvironment(this);
-	scroller.setVisualizer(new EmptyVisualizer());
-	Rectangle rect = getCellBounds(itemIndex, itemIndex);
-	scroller.scrollToComponentRectangle(getSource(), 
-					    (int)rect.getX(),
-					    (int)rect.getY(),
-					    (int)rect.getWidth(),
-					    (int)rect.getHeight());
-    }
-
-    /**
-     * Scrolls to an item if the list is on a JScrollPane component.
-     * @param item Item text
-     * @param comparator a string comparision algorithm
-     * @see #scrollToItem(String, boolean, boolean)
-     * 
-     */
-    public void scrollToItem(String item, StringComparator comparator) {
-	scrollToItem(findItemIndex(item, comparator));
-    }
-
-    /**
-     * Scrolls to an item if the list is on a JScrollPane component.
-     * @param item Item text
-     * @param ce Compare exactly.
-     * @param cc Compare case sensitively.
-     * @see #scrollToItem(String, boolean, boolean)
-     * 
-     * @deprecated Use scrollToItem(String) or scrollToItem(String, StringComparator)
-     */
-    public void scrollToItem(String item, boolean ce, boolean cc) {
-	scrollToItem(findItemIndex(item, ce, cc));
-    }
-
-    /**
-     * Selects an item by index.
-     * @param index an item index.
-     */
-    public void selectItem(int index) {
-        checkIndex(index);
-        driver.selectItem(this, index);
-	if(getVerification()) {
-            waitItemSelection(index, true);
-        }
-    }
-
-    /**
-     * Selects an item by text.
-     * @param item an item text.
-     */
-    public void selectItem(final String item) {
-        scrollToItem(findItemIndex(item));
-        getQueueTool().invokeSmoothly(new QueueTool.QueueAction("Path selecting") {
-                public Object launch() {
-                    driver.selectItem(JListOperator.this, findItemIndex(item));
-                    return(null);
-                }
-            });
-    }
-
-    /**
-     * Selects items by indices.
-     * @param indices item indices.
-     */
-    public void selectItems(int[] indices) {
-        checkIndices(indices);
-	driver.selectItems(this, indices);
-	if(getVerification()) {
-            waitItemsSelection(indices, true);
-        }
-    }
-
-    /**
-     * Selects items by texts.
-     * @param items item texts.
-     */
-    public void selectItem(String[] items) {
-	int[] indices = new int[items.length];
-	for(int i = 0; i < items.length; i++) {
-	    indices[i] = findItemIndex(items[i]);
-	}
-	selectItems(indices);
-    }
-
-    /**
-     * Waits for items to be selected.
-     * @param itemIndices item indices to be selected
-     * @param selected Selected (true) or unselected (false).
-     */
-    public void waitItemsSelection(final int[] itemIndices, final boolean selected) {
-	getOutput().printLine("Wait items to be " +
-			      (selected ? "" : "un") + "selected in component \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait items to be " +
-				(selected ? "" : "un") + "selected");
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-                    int[] indices = getSelectedIndices();
-                    for(int i = 0; i < indices.length; i++) {
-                        if(indices[i] != itemIndices[i]) {
-                            return(false);
-                        }
-                    }
-                    return(true);
-		}
-		public String getDescription() {
-		    return("Item has been " + 
-			   (selected ? "" : "un") + "selected");
-		}
-	    });
-    }
-
-    /**
-     * Waits for item to be selected.
-     * @param itemIndex an item needs to be selected
-     * @param selected Selected (true) or unselected (false).
-     */
-    public void waitItemSelection(final int itemIndex, final boolean selected) {
-        waitItemsSelection(new int[] {itemIndex}, selected);
-    }
-
-    /**
-     * Waits for item. Uses getComparator() comparator.
-     * @param item an item text
-     * @param itemIndex Index of item to check or -1 to check selected item.
-     */
-    public void waitItem(String item, int itemIndex) {
-	getOutput().printLine("Wait \"" + item + "\" at the " + Integer.toString(itemIndex) + 
-			      " position in component \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait \"" + item + "\" at the " + Integer.toString(itemIndex) + 
-				" position");
-	waitState(new JListByItemFinder(item, itemIndex, getComparator()));
-    }
-
-    /**
-     * Returns information about component.
-     */
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	String[] items = new String[((JList)getSource()).getModel().getSize()];
-	for(int i = 0; i < ((JList)getSource()).getModel().getSize(); i++) {
-	    items[i] = ((JList)getSource()).getModel().getElementAt(i).toString();
-	}
-	int[] selectedIndices = ((JList)getSource()).getSelectedIndices();
-	String[] selectedItems = new String[selectedIndices.length];
-	for(int i = 0; i < selectedIndices.length; i++) {
-	    selectedItems[i] = items[selectedIndices[i]];
-	}
-	addToDump(result, ITEM_PREFIX_DPROP, items);
-	addToDump(result, SELECTED_ITEM_PREFIX_DPROP, selectedItems);
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JList.addListSelectionListener(ListSelectionListener)</code> through queue*/
-    public void addListSelectionListener(final ListSelectionListener listSelectionListener) {
-	runMapping(new MapVoidAction("addListSelectionListener") {
-		public void map() {
-		    ((JList)getSource()).addListSelectionListener(listSelectionListener);
-		}});}
-
-    /**Maps <code>JList.addSelectionInterval(int, int)</code> through queue*/
-    public void addSelectionInterval(final int i, final int i1) {
-	runMapping(new MapVoidAction("addSelectionInterval") {
-		public void map() {
-		    ((JList)getSource()).addSelectionInterval(i, i1);
-		}});}
-
-    /**Maps <code>JList.clearSelection()</code> through queue*/
-    public void clearSelection() {
-	runMapping(new MapVoidAction("clearSelection") {
-		public void map() {
-		    ((JList)getSource()).clearSelection();
-		}});}
-
-    /**Maps <code>JList.ensureIndexIsVisible(int)</code> through queue*/
-    public void ensureIndexIsVisible(final int i) {
-	runMapping(new MapVoidAction("ensureIndexIsVisible") {
-		public void map() {
-		    ((JList)getSource()).ensureIndexIsVisible(i);
-		}});}
-
-    /**Maps <code>JList.getAnchorSelectionIndex()</code> through queue*/
-    public int getAnchorSelectionIndex() {
-	return(runMapping(new MapIntegerAction("getAnchorSelectionIndex") {
-		public int map() {
-		    return(((JList)getSource()).getAnchorSelectionIndex());
-		}}));}
-
-    /**Maps <code>JList.getCellBounds(int, int)</code> through queue*/
-    public Rectangle getCellBounds(final int i, final int i1) {
-	return((Rectangle)runMapping(new MapAction("getCellBounds") {
-		public Object map() {
-		    return(((JList)getSource()).getCellBounds(i, i1));
-		}}));}
-
-    /**Maps <code>JList.getCellRenderer()</code> through queue*/
-    public ListCellRenderer getCellRenderer() {
-	return((ListCellRenderer)runMapping(new MapAction("getCellRenderer") {
-		public Object map() {
-		    return(((JList)getSource()).getCellRenderer());
-		}}));}
-
-    /**Maps <code>JList.getFirstVisibleIndex()</code> through queue*/
-    public int getFirstVisibleIndex() {
-	return(runMapping(new MapIntegerAction("getFirstVisibleIndex") {
-		public int map() {
-		    return(((JList)getSource()).getFirstVisibleIndex());
-		}}));}
-
-    /**Maps <code>JList.getFixedCellHeight()</code> through queue*/
-    public int getFixedCellHeight() {
-	return(runMapping(new MapIntegerAction("getFixedCellHeight") {
-		public int map() {
-		    return(((JList)getSource()).getFixedCellHeight());
-		}}));}
-
-    /**Maps <code>JList.getFixedCellWidth()</code> through queue*/
-    public int getFixedCellWidth() {
-	return(runMapping(new MapIntegerAction("getFixedCellWidth") {
-		public int map() {
-		    return(((JList)getSource()).getFixedCellWidth());
-		}}));}
-
-    /**Maps <code>JList.getLastVisibleIndex()</code> through queue*/
-    public int getLastVisibleIndex() {
-	return(runMapping(new MapIntegerAction("getLastVisibleIndex") {
-		public int map() {
-		    return(((JList)getSource()).getLastVisibleIndex());
-		}}));}
-
-    /**Maps <code>JList.getLeadSelectionIndex()</code> through queue*/
-    public int getLeadSelectionIndex() {
-	return(runMapping(new MapIntegerAction("getLeadSelectionIndex") {
-		public int map() {
-		    return(((JList)getSource()).getLeadSelectionIndex());
-		}}));}
-
-    /**Maps <code>JList.getMaxSelectionIndex()</code> through queue*/
-    public int getMaxSelectionIndex() {
-	return(runMapping(new MapIntegerAction("getMaxSelectionIndex") {
-		public int map() {
-		    return(((JList)getSource()).getMaxSelectionIndex());
-		}}));}
-
-    /**Maps <code>JList.getMinSelectionIndex()</code> through queue*/
-    public int getMinSelectionIndex() {
-	return(runMapping(new MapIntegerAction("getMinSelectionIndex") {
-		public int map() {
-		    return(((JList)getSource()).getMinSelectionIndex());
-		}}));}
-
-    /**Maps <code>JList.getModel()</code> through queue*/
-    public ListModel getModel() {
-	return((ListModel)runMapping(new MapAction("getModel") {
-		public Object map() {
-		    return(((JList)getSource()).getModel());
-		}}));}
-
-    /**Maps <code>JList.getPreferredScrollableViewportSize()</code> through queue*/
-    public Dimension getPreferredScrollableViewportSize() {
-	return((Dimension)runMapping(new MapAction("getPreferredScrollableViewportSize") {
-		public Object map() {
-		    return(((JList)getSource()).getPreferredScrollableViewportSize());
-		}}));}
-
-    /**Maps <code>JList.getPrototypeCellValue()</code> through queue*/
-    public Object getPrototypeCellValue() {
-	return((Object)runMapping(new MapAction("getPrototypeCellValue") {
-		public Object map() {
-		    return(((JList)getSource()).getPrototypeCellValue());
-		}}));}
-
-    /**Maps <code>JList.getScrollableBlockIncrement(Rectangle, int, int)</code> through queue*/
-    public int getScrollableBlockIncrement(final Rectangle rectangle, final int i, final int i1) {
-	return(runMapping(new MapIntegerAction("getScrollableBlockIncrement") {
-		public int map() {
-		    return(((JList)getSource()).getScrollableBlockIncrement(rectangle, i, i1));
-		}}));}
-
-    /**Maps <code>JList.getScrollableTracksViewportHeight()</code> through queue*/
-    public boolean getScrollableTracksViewportHeight() {
-	return(runMapping(new MapBooleanAction("getScrollableTracksViewportHeight") {
-		public boolean map() {
-		    return(((JList)getSource()).getScrollableTracksViewportHeight());
-		}}));}
-
-    /**Maps <code>JList.getScrollableTracksViewportWidth()</code> through queue*/
-    public boolean getScrollableTracksViewportWidth() {
-	return(runMapping(new MapBooleanAction("getScrollableTracksViewportWidth") {
-		public boolean map() {
-		    return(((JList)getSource()).getScrollableTracksViewportWidth());
-		}}));}
-
-    /**Maps <code>JList.getScrollableUnitIncrement(Rectangle, int, int)</code> through queue*/
-    public int getScrollableUnitIncrement(final Rectangle rectangle, final int i, final int i1) {
-	return(runMapping(new MapIntegerAction("getScrollableUnitIncrement") {
-		public int map() {
-		    return(((JList)getSource()).getScrollableUnitIncrement(rectangle, i, i1));
-		}}));}
-
-    /**Maps <code>JList.getSelectedIndex()</code> through queue*/
-    public int getSelectedIndex() {
-	return(runMapping(new MapIntegerAction("getSelectedIndex") {
-		public int map() {
-		    return(((JList)getSource()).getSelectedIndex());
-		}}));}
-
-    /**Maps <code>JList.getSelectedIndices()</code> through queue*/
-    public int[] getSelectedIndices() {
-	return((int[])runMapping(new MapAction("getSelectedIndices") {
-		public Object map() {
-		    return(((JList)getSource()).getSelectedIndices());
-		}}));}
-
-    /**Maps <code>JList.getSelectedValue()</code> through queue*/
-    public Object getSelectedValue() {
-	return((Object)runMapping(new MapAction("getSelectedValue") {
-		public Object map() {
-		    return(((JList)getSource()).getSelectedValue());
-		}}));}
-
-    /**Maps <code>JList.getSelectedValues()</code> through queue*/
-    public Object[] getSelectedValues() {
-	return((Object[])runMapping(new MapAction("getSelectedValues") {
-		public Object map() {
-		    return(((JList)getSource()).getSelectedValues());
-		}}));}
-
-    /**Maps <code>JList.getSelectionBackground()</code> through queue*/
-    public Color getSelectionBackground() {
-	return((Color)runMapping(new MapAction("getSelectionBackground") {
-		public Object map() {
-		    return(((JList)getSource()).getSelectionBackground());
-		}}));}
-
-    /**Maps <code>JList.getSelectionForeground()</code> through queue*/
-    public Color getSelectionForeground() {
-	return((Color)runMapping(new MapAction("getSelectionForeground") {
-		public Object map() {
-		    return(((JList)getSource()).getSelectionForeground());
-		}}));}
-
-    /**Maps <code>JList.getSelectionMode()</code> through queue*/
-    public int getSelectionMode() {
-	return(runMapping(new MapIntegerAction("getSelectionMode") {
-		public int map() {
-		    return(((JList)getSource()).getSelectionMode());
-		}}));}
-
-    /**Maps <code>JList.getSelectionModel()</code> through queue*/
-    public ListSelectionModel getSelectionModel() {
-	return((ListSelectionModel)runMapping(new MapAction("getSelectionModel") {
-		public Object map() {
-		    return(((JList)getSource()).getSelectionModel());
-		}}));}
-
-    /**Maps <code>JList.getUI()</code> through queue*/
-    public ListUI getUI() {
-	return((ListUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JList)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JList.getValueIsAdjusting()</code> through queue*/
-    public boolean getValueIsAdjusting() {
-	return(runMapping(new MapBooleanAction("getValueIsAdjusting") {
-		public boolean map() {
-		    return(((JList)getSource()).getValueIsAdjusting());
-		}}));}
-
-    /**Maps <code>JList.getVisibleRowCount()</code> through queue*/
-    public int getVisibleRowCount() {
-	return(runMapping(new MapIntegerAction("getVisibleRowCount") {
-		public int map() {
-		    return(((JList)getSource()).getVisibleRowCount());
-		}}));}
-
-    /**Maps <code>JList.indexToLocation(int)</code> through queue*/
-    public Point indexToLocation(final int i) {
-	return((Point)runMapping(new MapAction("indexToLocation") {
-		public Object map() {
-		    return(((JList)getSource()).indexToLocation(i));
-		}}));}
-
-    /**Maps <code>JList.isSelectedIndex(int)</code> through queue*/
-    public boolean isSelectedIndex(final int i) {
-	return(runMapping(new MapBooleanAction("isSelectedIndex") {
-		public boolean map() {
-		    return(((JList)getSource()).isSelectedIndex(i));
-		}}));}
-
-    /**Maps <code>JList.isSelectionEmpty()</code> through queue*/
-    public boolean isSelectionEmpty() {
-	return(runMapping(new MapBooleanAction("isSelectionEmpty") {
-		public boolean map() {
-		    return(((JList)getSource()).isSelectionEmpty());
-		}}));}
-
-    /**Maps <code>JList.locationToIndex(Point)</code> through queue*/
-    public int locationToIndex(final Point point) {
-	return(runMapping(new MapIntegerAction("locationToIndex") {
-		public int map() {
-		    return(((JList)getSource()).locationToIndex(point));
-		}}));}
-
-    /**Maps <code>JList.removeListSelectionListener(ListSelectionListener)</code> through queue*/
-    public void removeListSelectionListener(final ListSelectionListener listSelectionListener) {
-	runMapping(new MapVoidAction("removeListSelectionListener") {
-		public void map() {
-		    ((JList)getSource()).removeListSelectionListener(listSelectionListener);
-		}});}
-
-    /**Maps <code>JList.removeSelectionInterval(int, int)</code> through queue*/
-    public void removeSelectionInterval(final int i, final int i1) {
-	runMapping(new MapVoidAction("removeSelectionInterval") {
-		public void map() {
-		    ((JList)getSource()).removeSelectionInterval(i, i1);
-		}});}
-
-    /**Maps <code>JList.setCellRenderer(ListCellRenderer)</code> through queue*/
-    public void setCellRenderer(final ListCellRenderer listCellRenderer) {
-	runMapping(new MapVoidAction("setCellRenderer") {
-		public void map() {
-		    ((JList)getSource()).setCellRenderer(listCellRenderer);
-		}});}
-
-    /**Maps <code>JList.setFixedCellHeight(int)</code> through queue*/
-    public void setFixedCellHeight(final int i) {
-	runMapping(new MapVoidAction("setFixedCellHeight") {
-		public void map() {
-		    ((JList)getSource()).setFixedCellHeight(i);
-		}});}
-
-    /**Maps <code>JList.setFixedCellWidth(int)</code> through queue*/
-    public void setFixedCellWidth(final int i) {
-	runMapping(new MapVoidAction("setFixedCellWidth") {
-		public void map() {
-		    ((JList)getSource()).setFixedCellWidth(i);
-		}});}
-
-    /**Maps <code>JList.setListData(Vector)</code> through queue*/
-    public void setListData(final Vector vector) {
-	runMapping(new MapVoidAction("setListData") {
-		public void map() {
-		    ((JList)getSource()).setListData(vector);
-		}});}
-
-    /**Maps <code>JList.setListData(Object[])</code> through queue*/
-    public void setListData(final Object[] object) {
-	runMapping(new MapVoidAction("setListData") {
-		public void map() {
-		    ((JList)getSource()).setListData(object);
-		}});}
-
-    /**Maps <code>JList.setModel(ListModel)</code> through queue*/
-    public void setModel(final ListModel listModel) {
-	runMapping(new MapVoidAction("setModel") {
-		public void map() {
-		    ((JList)getSource()).setModel(listModel);
-		}});}
-
-    /**Maps <code>JList.setPrototypeCellValue(Object)</code> through queue*/
-    public void setPrototypeCellValue(final Object object) {
-	runMapping(new MapVoidAction("setPrototypeCellValue") {
-		public void map() {
-		    ((JList)getSource()).setPrototypeCellValue(object);
-		}});}
-
-    /**Maps <code>JList.setSelectedIndex(int)</code> through queue*/
-    public void setSelectedIndex(final int i) {
-	runMapping(new MapVoidAction("setSelectedIndex") {
-		public void map() {
-		    ((JList)getSource()).setSelectedIndex(i);
-		}});}
-
-    /**Maps <code>JList.setSelectedIndices(int[])</code> through queue*/
-    public void setSelectedIndices(final int[] i) {
-	runMapping(new MapVoidAction("setSelectedIndices") {
-		public void map() {
-		    ((JList)getSource()).setSelectedIndices(i);
-		}});}
-
-    /**Maps <code>JList.setSelectedValue(Object, boolean)</code> through queue*/
-    public void setSelectedValue(final Object object, final boolean b) {
-	runMapping(new MapVoidAction("setSelectedValue") {
-		public void map() {
-		    ((JList)getSource()).setSelectedValue(object, b);
-		}});}
-
-    /**Maps <code>JList.setSelectionBackground(Color)</code> through queue*/
-    public void setSelectionBackground(final Color color) {
-	runMapping(new MapVoidAction("setSelectionBackground") {
-		public void map() {
-		    ((JList)getSource()).setSelectionBackground(color);
-		}});}
-
-    /**Maps <code>JList.setSelectionForeground(Color)</code> through queue*/
-    public void setSelectionForeground(final Color color) {
-	runMapping(new MapVoidAction("setSelectionForeground") {
-		public void map() {
-		    ((JList)getSource()).setSelectionForeground(color);
-		}});}
-
-    /**Maps <code>JList.setSelectionInterval(int, int)</code> through queue*/
-    public void setSelectionInterval(final int i, final int i1) {
-	runMapping(new MapVoidAction("setSelectionInterval") {
-		public void map() {
-		    ((JList)getSource()).setSelectionInterval(i, i1);
-		}});}
-
-    /**Maps <code>JList.setSelectionMode(int)</code> through queue*/
-    public void setSelectionMode(final int i) {
-	runMapping(new MapVoidAction("setSelectionMode") {
-		public void map() {
-		    ((JList)getSource()).setSelectionMode(i);
-		}});}
-
-    /**Maps <code>JList.setSelectionModel(ListSelectionModel)</code> through queue*/
-    public void setSelectionModel(final ListSelectionModel listSelectionModel) {
-	runMapping(new MapVoidAction("setSelectionModel") {
-		public void map() {
-		    ((JList)getSource()).setSelectionModel(listSelectionModel);
-		}});}
-
-    /**Maps <code>JList.setUI(ListUI)</code> through queue*/
-    public void setUI(final ListUI listUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((JList)getSource()).setUI(listUI);
-		}});}
-
-    /**Maps <code>JList.setValueIsAdjusting(boolean)</code> through queue*/
-    public void setValueIsAdjusting(final boolean b) {
-	runMapping(new MapVoidAction("setValueIsAdjusting") {
-		public void map() {
-		    ((JList)getSource()).setValueIsAdjusting(b);
-		}});}
-
-    /**Maps <code>JList.setVisibleRowCount(int)</code> through queue*/
-    public void setVisibleRowCount(final int i) {
-	runMapping(new MapVoidAction("setVisibleRowCount") {
-		public void map() {
-		    ((JList)getSource()).setVisibleRowCount(i);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    private void checkIndex(int index) {
-        if(index < 0 ||
-           index >= getModel().getSize()) {
-            throw(new NoSuchItemException(index));
-        }
-    }
-    private void checkIndices(int[] indices) {
-        for(int i = 0; i < indices.length; i++) {
-            checkIndex(indices[i]);
-        }
-    }
-    /**
-     * Iterface to choose list item.
-     */
-    public interface ListItemChooser {
-	/**
-	 * Should be true if item is good.
-	 * @param oper Operator used to search item.
-	 * @param index Index of an item be checked.
-         * @return true if the item fits the criteria
-	 */
-	public boolean checkItem(JListOperator oper, int index);
-
-	/**
-	 * Item description.
-         * @return a description.
-	 */
-	public String getDescription();
-    }
-
-    /**
-     * Can be throught during item selecting if list does not have
-     * item requested.
-     */
-    public class NoSuchItemException extends JemmyInputException {
-	/**
-	 * Constructor.
-         * @param item an item's text
-	 */
-	public NoSuchItemException(String item) {
-	    super("No such item as \"" + item + "\"", getSource());
-	}
-	/**
-	 * Constructor.
-         * @param index an item's index
-	 */
-	public NoSuchItemException(int index) {
-	    super("List does not contain " + index + "'th item", getSource());
-	}
-    }
-
-    private class BySubStringListItemChooser implements ListItemChooser {
-	String subString;
-	StringComparator comparator;
-
-	public BySubStringListItemChooser(String subString, StringComparator comparator) {
-	    this.subString = subString;
-	    this.comparator = comparator;
-	}
-
-	public boolean checkItem(JListOperator oper, int index) {
-	    return(comparator.equals(oper.getModel().getElementAt(index).toString(), 
-				     subString));
-	}
-
-	public String getDescription() {
-	    return("Item containing \"" + subString + "\" string");
-	}
-    }
-
-    private class ByRenderedComponentListItemChooser implements ListItemChooser {
-	ComponentChooser chooser;
-	public ByRenderedComponentListItemChooser(ComponentChooser chooser) {
-	    this.chooser = chooser;
-	}
-	public boolean checkItem(JListOperator oper, int index) {
-	    return(chooser.checkComponent(oper.getRenderedComponent(index)));
-	}
-	public String getDescription() {
-	    return(chooser.getDescription());
-	}
-    }
-
-    /**
-     * Allows to find component by an item.
-     */
-    public static class JListByItemFinder implements ComponentChooser {
-	String label;
-	int itemIndex;
-	StringComparator comparator;
-        /**
-         * Constructs JListByItemFinder.
-         * @param lb a text pattern
-         * @param ii item index to check. If equal to -1, selected item is checked.
-         * @param comparator specifies string comparision algorithm.
-         */
-	public JListByItemFinder(String lb, int ii, StringComparator comparator) {
-	    label = lb;
-	    itemIndex = ii;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs JListByItemFinder.
-         * @param lb a text pattern
-         * @param ii item index to check. If equal to -1, selected item is checked.
-         */
-	public JListByItemFinder(String lb, int ii) {
-            this(lb, ii, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof JList) {
-                if(label == null) {
-                    return(true);
-                }
-		if(((JList)comp).getModel().getSize() > itemIndex) {
-		    int ii = itemIndex;
-		    if(ii == -1) {
-                        ii = ((JList)comp).getSelectedIndex();
-                        if(ii == -1) {
-                            return(false);
-                        }
-		    }
-		    return(comparator.equals(((JList)comp).getModel().getElementAt(ii).toString(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("JList with text \"" + label + "\" in " + 
-		   (new Integer(itemIndex)).toString() + "'th item");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JListFinder extends Finder {
-        /**
-         * Constructs JListFinder.
-         * @param sf other searching criteria.
-         */
-	public JListFinder(ComponentChooser sf) {
-            super(JList.class, sf);
-	}
-        /**
-         * Constructs JListFinder.
-         */
-	public JListFinder() {
-            super(JList.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JMenuBarOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JMenuBarOperator.java
deleted file mode 100644
index 0403054..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JMenuBarOperator.java
+++ /dev/null
@@ -1,838 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.Action;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-
-import org.netbeans.jemmy.drivers.MenuDriver;
-import org.netbeans.jemmy.drivers.DriverManager;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Insets;
-
-import java.awt.event.KeyEvent;
-import java.awt.event.MouseEvent;
-
-import java.util.Hashtable;
-
-import javax.swing.JDialog;
-import javax.swing.JFrame;
-import javax.swing.JMenu;
-import javax.swing.JMenuBar;
-import javax.swing.JMenuItem;
-import javax.swing.MenuElement;
-import javax.swing.MenuSelectionManager;
-import javax.swing.SingleSelectionModel;
-
-import javax.swing.plaf.MenuBarUI;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * JMenuOperator.WaitBeforePopupTimeout - time to sleep before popup expanding <BR>
- * JMenuOperator.WaitPopupTimeout - time to wait popup displayed <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait button displayed <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JMenuBarOperator extends JComponentOperator
-    implements Outputable, Timeoutable {
-
-    /**
-     * Identifier for a "submenu" properties.
-     * @see #getDump
-     */
-    public static final String SUBMENU_PREFIX_DPROP = "Submenu";
-
-    private TestOut output;
-    private Timeouts timeouts;
-    private MenuDriver driver;
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public JMenuBarOperator(JMenuBar b) {
-	super(b);
-	driver = DriverManager.getMenuDriver(getClass());
-    }
-
-    /**
-     * Constructs a JMenuBarOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JMenuBarOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JMenuBar)cont.
-             waitSubComponent(new JMenuBarFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JMenuBarOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JMenuBarOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuBarOperator(ContainerOperator cont) {
-	this((JMenuBar)waitComponent(cont, 
-				     new JMenuBarFinder(),
-				     0));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Searches JMenuBar in frame.
-     * @param frame a container
-     * @return found JMenuBar
-     */    
-    public static JMenuBar findJMenuBar(JFrame frame) {
-	return(findJMenuBar((Container)frame));
-    }
-
-    /**
-     * Searches JMenuBar in dialog.
-     * @param dialog a container
-     * @return found JMenuBar
-     */    
-    public static JMenuBar findJMenuBar(JDialog dialog) {
-	return(findJMenuBar((Container)dialog));
-    }
-
-    /**
-     * Searches JMenuBar in container.
-     * @param cont a container
-     * @return found JMenuBar
-     * @throws TimeoutExpiredException
-     */    
-    public static JMenuBar waitJMenuBar(Container cont) {
-	return((JMenuBar)waitComponent(cont, new JMenuBarFinder()));
-    }
-
-    /**
-     * Waits JMenuBar in frame.
-     * @param frame a container
-     * @return found JMenuBar
-     * @throws TimeoutExpiredException
-     */    
-    public static JMenuBar waitJMenuBar(JFrame frame) {
-	return(waitJMenuBar((Container)frame));
-    }
-
-    /**
-     * Waits JMenuBar in dialog.
-     * @param dialog a container
-     * @return found JMenuBar
-     * @throws TimeoutExpiredException
-     */    
-    public static JMenuBar waitJMenuBar(JDialog dialog) {
-	return(waitJMenuBar((Container)dialog));
-    }
-
-    /**
-     * Waits JMenuBar in container.
-     * @param cont a container
-     * @return found JMenuBar
-     */    
-    public static JMenuBar findJMenuBar(Container cont) {
-	return((JMenuBar)findComponent(cont, new JMenuBarFinder()));
-    }
-
-    static {
-        //necessary to init timeouts
-        JMenuOperator.class.getName();
-    }
-
-    public void setOutput(TestOut out) {
-	super.setOutput(out);
-	output = out;
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void setTimeouts(Timeouts times) {
-	super.setTimeouts(times);
-	timeouts = times;
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = DriverManager.getMenuDriver(this);
-    }
-
-    /**
-     * Pushes menu.
-     * @param choosers Array of choosers to find menuItems to push.
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(final ComponentChooser[] choosers) {
-        makeComponentVisible();
-	return((JMenuItem)produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-                    //TDB 1.5 menu workaround
-                    getQueueTool().waitEmpty();
-                    Object result = driver.pushMenu(JMenuBarOperator.this, 
-                                                    JMenuOperator.converChoosers(choosers));
-                    getQueueTool().waitEmpty();
-		    return(result);
-		}
-		public String getDescription() {
-		    return(JMenuOperator.createDescription(choosers));
-		}
-	    }, getTimeouts().getTimeout("JMenuOperator.PushMenuTimeout")));
-    }
-
-    /**
-     * Executes <code>pushMenu(choosers)</code> in a separate thread.
-     * @param choosers Array of choosers to find menuItems to push.
-     * @see #pushMenu(ComponentChooser[])
-     */
-    public void pushMenuNoBlock(final ComponentChooser[] choosers) {
-        makeComponentVisible();
-	produceNoBlocking(new NoBlockingAction("Menu pushing") {
-		public Object doAction(Object param) {
-                    //TDB 1.5 menu workaround
-                    getQueueTool().waitEmpty();
-                    Object result = driver.pushMenu(JMenuBarOperator.this, 
-                                                    JMenuOperator.converChoosers(choosers));
-                    getQueueTool().waitEmpty();
-		    return(result);
-		}
-	    });
-    }
-
-    /**
-     * Pushes menu.
-     * @param names an array of menu texts.
-     * @param comparator a string comparision algorithm
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(String[] names, StringComparator comparator) {
- 	return(pushMenu(JMenuItemOperator.createChoosers(names, comparator)));
-    }
- 
-    /**
-     * Pushes menu.
-     * @param names Menu items texts.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     * @deprecated Use pushMenu(String[]) or pushMenu(String[], StringComparator)
-     */
-    public JMenuItem pushMenu(String[] names, boolean ce, boolean ccs) {
-	return(pushMenu(names, new DefaultStringComparator(ce, ccs)));
-    }
-
-    /**
-     * Executes <code>pushMenu(names, ce, ccs)</code> in a separate thread.
-     * @param names an array of menu texts.
-     * @param comparator a string comparision algorithm
-     */
-    public void pushMenuNoBlock(String[] names, StringComparator comparator) {
- 	pushMenuNoBlock(JMenuItemOperator.createChoosers(names, comparator));
-    }
- 
-    /**
-     * Executes <code>pushMenu(names, ce, ccs)</code> in a separate thread.
-     * @param names Menu items texts.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @see #pushMenu(String[], boolean,boolean)
-     * @deprecated Use pushMenuNoBlock(String[]) or pushMenuNoBlock(String[], StringComparator)
-     */
-    public void pushMenuNoBlock(String[] names, boolean ce, boolean ccs) {
-	pushMenuNoBlock(names, new DefaultStringComparator(ce, ccs));
-    }
-
-    /**
-     * Pushes menu.
-     * @param names Menu items texts.
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(String[] names) {
-	return(pushMenu(names, getComparator()));
-    }
-
-    /**
-     * Executes <code>pushMenu(names)</code> in a separate thread.
-     * @param names Menu items texts.
-     * @see #pushMenu(String[])
-     */
-    public void pushMenuNoBlock(String[] names) {
-	pushMenuNoBlock(names, getComparator());
-    }
-
-    /**
-     * Pushes menu.
-     * @param path a menu path.
-     * @param delim a path delimiter.
-     * @param comparator a string comparision algorithm
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(String path, String delim, StringComparator comparator) {
- 	return(pushMenu(parseString(path, delim), comparator));
-    }
- 
-    /**
-     * Pushes menu. Uses PathParser assigned to this operator.
-     * @param path a menu path.
-     * @param comparator a string comparision algorithm
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(String path, StringComparator comparator) {
- 	return(pushMenu(parseString(path), comparator));
-    }
- 
-    /**
-     * Pushes menu.
-     * @param path String menupath representation ("File/New", for example).
-     * @param delim String menupath divider ("/").
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     * @deprecated Use pushMenu(String, String) or pushMenu(String, String, StringComparator)
-     */
-    public JMenuItem pushMenu(String path, String delim, boolean ce, boolean ccs) {
-	return(pushMenu(parseString(path, delim), ce, ccs));
-    }
-
-    /**
-     * Executes <code>pushMenu(names, delim, comparator)</code> in a separate thread.
-     * @param path a menu path.
-     * @param delim a path delimiter.
-     * @param comparator a string comparision algorithm
-     */
-    public void pushMenuNoBlock(String path, String delim, StringComparator comparator) {
- 	pushMenuNoBlock(parseString(path, delim), comparator);
-    }
- 
-    /**
-     * Executes <code>pushMenu(names, comparator)</code> in a separate thread.
-     * Uses PathParser assigned to this operator.
-     * @param path a menu path.
-     * @param comparator a string comparision algorithm
-     */
-    public void pushMenuNoBlock(String path, StringComparator comparator) {
- 	pushMenuNoBlock(parseString(path), comparator);
-    }
- 
-    /**
-     * Executes <code>pushMenu(path, delim, ce, ccs)</code> in a separate thread.
-     * @param path String menupath representation ("File/New", for example).
-     * @param delim String menupath divider ("/").
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @see #pushMenu
-     * @deprecated Use pushMenuNoBlock(String, String) or pushMenuNoBlock(String, String, StringComparator)
-     */
-    public void pushMenuNoBlock(String path, String delim, boolean ce, boolean ccs) {
-	pushMenuNoBlock(parseString(path, delim), ce, ccs);
-    }
-
-    /**
-     * Pushes menu.
-     * @param path String menupath representation ("File/New", for example).
-     * @param delim String menupath divider ("/").
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(String path, String delim) {
-	return(pushMenu(parseString(path, delim)));
-    }
-
-    /**
-     * Pushes menu. Uses PathParser assigned to this operator.
-     * @param path String menupath representation ("File/New", for example).
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(String path) {
-	return(pushMenu(parseString(path)));
-    }
-
-    /**
-     * Executes <code>pushMenu(path, delim)</code> in a separate thread.
-     * @param path String menupath representation ("File/New", for example).
-     * @param delim String menupath divider ("/").
-     */
-    public void pushMenuNoBlock(String path, String delim) {
-	pushMenuNoBlock(parseString(path, delim));
-    }
-
-    /**
-     * Executes <code>pushMenu(path)</code> in a separate thread.
-     * @param path String menupath representation ("File/New", for example).
-     */
-    public void pushMenuNoBlock(String path) {
-	pushMenuNoBlock(parseString(path));
-    }
-
-    public JMenuItemOperator[] showMenuItems(ComponentChooser[] choosers) {
-        if(choosers == null || choosers.length == 0) {
-            return(JMenuItemOperator.getMenuItems((MenuElement)getSource(), this));
-        } else {
-            return(JMenuItemOperator.getMenuItems((JMenu)pushMenu(choosers), this));
-        }
-    }
-
-    /**
-     * Shows submenu of menu specified by a <code>path</code> parameter.
-     * @param path an array of menu texts.
-     * @param comparator a string comparision algorithm
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator[] showMenuItems(String[] path, StringComparator comparator) {
-        if(path == null || path.length == 0) {
-            return(JMenuItemOperator.getMenuItems((MenuElement)getSource(), this));
-        } else {
-            return(JMenuItemOperator.getMenuItems((JMenu)pushMenu(path, comparator), this));
-        }
-    }
-
-    /**
-     * Shows submenu of menu specified by a <code>path</code> parameter.
-     * Uses StringComparator assigned to the operator.
-     * @param path an array of menu texts.
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator[] showMenuItems(String[] path) {
-        return(showMenuItems(path, getComparator()));
-    }
-
-    /**
-     * Shows submenu of menu specified by a <code>path</code> parameter.
-     * @param path a string identifying the menu path.
-     * @param delim a path delimiter.
-     * @param comparator a string comparision algorithm
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator[] showMenuItems(String path, String delim, StringComparator comparator ) {
-        return(showMenuItems(parseString(path, delim), comparator));
-    }
-
-    /**
-     * Shows submenu of menu specified by a <code>path</code> parameter.
-     * Uses PathParser assigned to this operator.
-     * @param path a string identifying the menu path.
-     * @param comparator a string comparision algorithm
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator[] showMenuItems(String path, StringComparator comparator ) {
-        return(showMenuItems(parseString(path), comparator));
-    }
-
-    /**
-     * Shows submenu of menu specified by a <code>path</code> parameter.
-     * Uses StringComparator assigned to the operator.
-     * @param path a string identifying the menu path.
-     * @param delim a path delimiter.
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator[] showMenuItems(String path, String delim) {
-        return(showMenuItems(path, delim, getComparator()));
-    }
-
-    /**
-     * Shows submenu of menu specified by a <code>path</code> parameter.
-     * Uses PathParser assigned to this operator.
-     * Uses StringComparator assigned to the operator.
-     * @param path a string identifying the menu path.
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator[] showMenuItems(String path) {
-        return(showMenuItems(path, getComparator()));
-    }
-
-    public JMenuItemOperator showMenuItem(ComponentChooser[] choosers) {
-        ComponentChooser[] parentPath = getParentPath(choosers);
-        JMenu menu;
-        ContainerOperator menuCont;
-        if(parentPath.length > 0) {
-            menu = (JMenu)pushMenu(getParentPath(choosers));
-            menuCont = new ContainerOperator(menu.getPopupMenu());
-            menuCont.copyEnvironment(this);
-        } else {
-            menuCont = this;
-        }
-        JMenuItemOperator result = new JMenuItemOperator(menuCont, choosers[choosers.length - 1]);
-        result.copyEnvironment(this);
-        return(result);
-    }
-
-    /**
-     * Expends all menus to show menu item specified by a <code>path</code> parameter.
-     * @param path an array of menu texts.
-     * @param comparator a string comparision algorithm
-     * @return an operator for the last menu item in path.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator showMenuItem(String[] path, StringComparator comparator ) {
-        String[] parentPath = getParentPath(path);
-        JMenu menu;
-        ContainerOperator menuCont;
-        if(parentPath.length > 0) {
-            menu = (JMenu)pushMenu(getParentPath(path), comparator);
-            menuCont = new ContainerOperator(menu.getPopupMenu());
-            menuCont.copyEnvironment(this);
-        } else {
-            menuCont = this;
-        }
-        JMenuItemOperator result;
-        // isVisible() on items returns false on mac, so we need a special searcher. 
-        if(System.getProperty("os.name").toLowerCase().indexOf("mac") > -1) { // NOI18N
-            ComponentSearcher searcher = new ComponentSearcher((Container)menuCont.getSource());
-            searcher.setOutput(output);
-            Component c = searcher.findComponent(new JMenuItemOperator.JMenuItemByLabelFinder(path[path.length-1], getComparator()));
-            result = new JMenuItemOperator((JMenuItem)c);
-        } else { 
-            result = new JMenuItemOperator(menuCont, path[path.length - 1]);
-        }
-        result.copyEnvironment(this);
-        return(result);
-    }
-
-    /**
-     * Expands all menus to show menu item specified by a <code>path</code> parameter.
-     * @param path an array of menu texts.
-     * @return an operator for the last menu item in path.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator showMenuItem(String[] path) {
-        return(showMenuItem(path, getComparator()));
-    }
-
-    /**
-     * Expands all menus to show menu item specified by a <code>path</code> parameter.
-     * @param path a string identifying the menu path.
-     * @param delim a path delimiter.
-     * @param comparator a string comparision algorithm
-     * @return an operator for the last menu item in path.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator showMenuItem(String path, String delim, StringComparator comparator ) {
-        return(showMenuItem(parseString(path, delim), comparator));
-    }
-
-    /**
-     * Expands all menus to show menu item specified by a <code>path</code> parameter.
-     * Uses PathParser assigned to this operator.
-     * @param path a string identifying the menu path.
-     * @param comparator a string comparision algorithm
-     * @return an operator for the last menu item in path.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator showMenuItem(String path, StringComparator comparator ) {
-        return(showMenuItem(parseString(path), comparator));
-    }
-
-    /**
-     * Expands all menus to show menu item specified by a <code>path</code> parameter.
-     * Uses StringComparator assigned to the operator.
-     * @param path a string identifying the menu path.
-     * @param delim a path delimiter.
-     * @return an operator for the last menu item in path.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator showMenuItem(String path, String delim) {
-        return(showMenuItem(path, delim, getComparator()));
-    }
-
-    /**
-     * Expands all menus to show menu item specified by a <code>path</code> parameter.
-     * Uses PathParser assigned to this operator.
-     * Uses StringComparator assigned to the operator.
-     * @param path a string identifying the menu path.
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator showMenuItem(String path) {
-        return(showMenuItem(path, getComparator()));
-    }
-
-    /**
-     * Closes all expanded submenus.
-     */
-    public void closeSubmenus() {
-        JMenu menu = (JMenu)findSubComponent(new ComponentChooser() {
-                public boolean checkComponent(Component comp) {
-                    return(comp instanceof JMenu &&
-                           ((JMenu)comp).isPopupMenuVisible());
-                }
-                public String getDescription() {
-                    return("Expanded JMenu");
-                }
-            });
-        if(menu != null) {
-            JMenuOperator oper = new JMenuOperator(menu);
-            oper.copyEnvironment(this);
-            oper.push();
-        }
-    }
-
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	String[] items = new String[((JMenuBar)getSource()).getMenuCount()];
-	for(int i = 0; i < ((JMenuBar)getSource()).getMenuCount(); i++) {
-	    if(((JMenuBar)getSource()).getMenu(i) != null) {
-		items[i] = ((JMenuBar)getSource()).getMenu(i).getText();
-	    } else {
-		items[i] = "null";
-	    }
-	}
-	addToDump(result, SUBMENU_PREFIX_DPROP, items);
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JMenuBar.add(JMenu)</code> through queue*/
-    public JMenu add(final JMenu jMenu) {
-	return((JMenu)runMapping(new MapAction("add") {
-		public Object map() {
-		    return(((JMenuBar)getSource()).add(jMenu));
-		}}));}
-
-    /**Maps <code>JMenuBar.getComponentIndex(Component)</code> through queue*/
-    public int getComponentIndex(final Component component) {
-	return(runMapping(new MapIntegerAction("getComponentIndex") {
-		public int map() {
-		    return(((JMenuBar)getSource()).getComponentIndex(component));
-		}}));}
-
-    /**Maps <code>JMenuBar.getHelpMenu()</code> through queue*/
-    public JMenu getHelpMenu() {
-	return((JMenu)runMapping(new MapAction("getHelpMenu") {
-		public Object map() {
-		    return(((JMenuBar)getSource()).getHelpMenu());
-		}}));}
-
-    /**Maps <code>JMenuBar.getMargin()</code> through queue*/
-    public Insets getMargin() {
-	return((Insets)runMapping(new MapAction("getMargin") {
-		public Object map() {
-		    return(((JMenuBar)getSource()).getMargin());
-		}}));}
-
-    /**Maps <code>JMenuBar.getMenu(int)</code> through queue*/
-    public JMenu getMenu(final int i) {
-	return((JMenu)runMapping(new MapAction("getMenu") {
-		public Object map() {
-		    return(((JMenuBar)getSource()).getMenu(i));
-		}}));}
-
-    /**Maps <code>JMenuBar.getMenuCount()</code> through queue*/
-    public int getMenuCount() {
-	return(runMapping(new MapIntegerAction("getMenuCount") {
-		public int map() {
-		    return(((JMenuBar)getSource()).getMenuCount());
-		}}));}
-
-    /**Maps <code>JMenuBar.getSelectionModel()</code> through queue*/
-    public SingleSelectionModel getSelectionModel() {
-	return((SingleSelectionModel)runMapping(new MapAction("getSelectionModel") {
-		public Object map() {
-		    return(((JMenuBar)getSource()).getSelectionModel());
-		}}));}
-
-    /**Maps <code>JMenuBar.getSubElements()</code> through queue*/
-    public MenuElement[] getSubElements() {
-	return((MenuElement[])runMapping(new MapAction("getSubElements") {
-		public Object map() {
-		    return(((JMenuBar)getSource()).getSubElements());
-		}}));}
-
-    /**Maps <code>JMenuBar.getUI()</code> through queue*/
-    public MenuBarUI getUI() {
-	return((MenuBarUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JMenuBar)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JMenuBar.isBorderPainted()</code> through queue*/
-    public boolean isBorderPainted() {
-	return(runMapping(new MapBooleanAction("isBorderPainted") {
-		public boolean map() {
-		    return(((JMenuBar)getSource()).isBorderPainted());
-		}}));}
-
-    /**Maps <code>JMenuBar.isSelected()</code> through queue*/
-    public boolean isSelected() {
-	return(runMapping(new MapBooleanAction("isSelected") {
-		public boolean map() {
-		    return(((JMenuBar)getSource()).isSelected());
-		}}));}
-
-    /**Maps <code>JMenuBar.menuSelectionChanged(boolean)</code> through queue*/
-    public void menuSelectionChanged(final boolean b) {
-	runMapping(new MapVoidAction("menuSelectionChanged") {
-		public void map() {
-		    ((JMenuBar)getSource()).menuSelectionChanged(b);
-		}});}
-
-    /**Maps <code>JMenuBar.processKeyEvent(KeyEvent, MenuElement[], MenuSelectionManager)</code> through queue*/
-    public void processKeyEvent(final KeyEvent keyEvent, final MenuElement[] menuElement, final MenuSelectionManager menuSelectionManager) {
-	runMapping(new MapVoidAction("processKeyEvent") {
-		public void map() {
-		    ((JMenuBar)getSource()).processKeyEvent(keyEvent, menuElement, menuSelectionManager);
-		}});}
-
-    /**Maps <code>JMenuBar.processMouseEvent(MouseEvent, MenuElement[], MenuSelectionManager)</code> through queue*/
-    public void processMouseEvent(final MouseEvent mouseEvent, final MenuElement[] menuElement, final MenuSelectionManager menuSelectionManager) {
-	runMapping(new MapVoidAction("processMouseEvent") {
-		public void map() {
-		    ((JMenuBar)getSource()).processMouseEvent(mouseEvent, menuElement, menuSelectionManager);
-		}});}
-
-    /**Maps <code>JMenuBar.setBorderPainted(boolean)</code> through queue*/
-    public void setBorderPainted(final boolean b) {
-	runMapping(new MapVoidAction("setBorderPainted") {
-		public void map() {
-		    ((JMenuBar)getSource()).setBorderPainted(b);
-		}});}
-
-    /**Maps <code>JMenuBar.setHelpMenu(JMenu)</code> through queue*/
-    public void setHelpMenu(final JMenu jMenu) {
-	runMapping(new MapVoidAction("setHelpMenu") {
-		public void map() {
-		    ((JMenuBar)getSource()).setHelpMenu(jMenu);
-		}});}
-
-    /**Maps <code>JMenuBar.setMargin(Insets)</code> through queue*/
-    public void setMargin(final Insets insets) {
-	runMapping(new MapVoidAction("setMargin") {
-		public void map() {
-		    ((JMenuBar)getSource()).setMargin(insets);
-		}});}
-
-    /**Maps <code>JMenuBar.setSelected(Component)</code> through queue*/
-    public void setSelected(final Component component) {
-	runMapping(new MapVoidAction("setSelected") {
-		public void map() {
-		    ((JMenuBar)getSource()).setSelected(component);
-		}});}
-
-    /**Maps <code>JMenuBar.setSelectionModel(SingleSelectionModel)</code> through queue*/
-    public void setSelectionModel(final SingleSelectionModel singleSelectionModel) {
-	runMapping(new MapVoidAction("setSelectionModel") {
-		public void map() {
-		    ((JMenuBar)getSource()).setSelectionModel(singleSelectionModel);
-		}});}
-
-    /**Maps <code>JMenuBar.setUI(MenuBarUI)</code> through queue*/
-    public void setUI(final MenuBarUI menuBarUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((JMenuBar)getSource()).setUI(menuBarUI);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Checks component type.
-     */
-    public static class JMenuBarFinder extends Finder {
-        /**
-         * Constructs JMenuBarFinder.
-         * @param sf other searching criteria.
-         */
-	public JMenuBarFinder(ComponentChooser sf) {
-            super(JMenuBar.class, sf);
-	}
-        /**
-         * Constructs JMenuBarFinder.
-         */
-	public JMenuBarFinder() {
-            super(JMenuBar.class);
-	}
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JMenuItemOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JMenuItemOperator.java
deleted file mode 100644
index b3eb54f..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JMenuItemOperator.java
+++ /dev/null
@@ -1,560 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-
-import java.awt.Component;
-import java.awt.Container;
-
-import java.awt.event.KeyEvent;
-import java.awt.event.MouseEvent;
-
-import java.util.Hashtable;
-
-import javax.swing.Action;
-import javax.swing.JMenu;
-import javax.swing.JMenuItem;
-import javax.swing.KeyStroke;
-import javax.swing.MenuElement;
-import javax.swing.MenuSelectionManager;
-
-import javax.swing.event.MenuDragMouseEvent;
-import javax.swing.event.MenuDragMouseListener;
-import javax.swing.event.MenuKeyEvent;
-import javax.swing.event.MenuKeyListener;
-
-import javax.swing.plaf.MenuItemUI;
-import org.netbeans.jemmy.util.EmptyVisualizer;
-
-/**
- *
- * <BR><BR>Timeouts used: <BR>
- * JMenuItemOperator.PushMenuTimeout - time between button pressing and releasing<BR>
- * ComponentOperator.WaitComponentTimeout - time to wait button displayed <BR>
- * ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JMenuItemOperator extends AbstractButtonOperator 
-implements Timeoutable, Outputable{
-
-    private final static long PUSH_MENU_TIMEOUT = 0;
-
-    private Timeouts timeouts;
-    private TestOut output;
-
-    /**
-     * Constructor.
-     * @param item a component
-     */
-    public JMenuItemOperator(JMenuItem item) {
-	super(item);
-	setTimeouts(JemmyProperties.getProperties().getTimeouts());
-	setOutput(JemmyProperties.getProperties().getOutput());
-    }
-
-    /**
-     * Constructs a JMenuItemOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JMenuItemOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JMenuItem)cont.
-             waitSubComponent(new JMenuItemFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JMenuItemOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JMenuItemOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator(ContainerOperator cont, String text, int index) {
-	this((JMenuItem)waitComponent(cont, 
-				      new JMenuItemByLabelFinder(text, 
-								 cont.getComparator()),
-				      index));
-	setTimeouts(cont.getTimeouts());
-	setOutput(cont.getOutput());
-    }
-    
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator(ContainerOperator cont, int index) {
-	this((JMenuItem)
-	     waitComponent(cont, 
-			   new JMenuItemFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JMenuItem in container.
-     * @param menu Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JMenuItem instance or null if component was not found.
-     */
-    public static JMenuItem findJMenuItem(Container menu, ComponentChooser chooser, int index) {
-	return((JMenuItem)findComponent(menu, new JMenuItemFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th JMenuItem in container.
-     * @param menu Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JMenuItem instance or null if component was not found.
-     */
-    public static JMenuItem findJMenuItem(Container menu, ComponentChooser chooser) {
-	return(findJMenuItem(menu, chooser, 0));
-    }
-
-    /**
-     * Searches JMenuItem by text.
-     * @param menu Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JMenuItem instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JMenuItem findJMenuItem(Container menu, String text, boolean ce, boolean ccs, int index) {
-	return(findJMenuItem(menu, 
-			     new JMenuItemByLabelFinder(text, 
-							new DefaultStringComparator(ce, 
-										      ccs)), 
-			     index));
-    }
-
-    /**
-     * Searches JMenuItem by text.
-     * @param menu Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JMenuItem instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JMenuItem findJMenuItem(Container menu, String text, boolean ce, boolean ccs) {
-	return(findJMenuItem(menu, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits JMenuItem in container.
-     * @param menu Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JMenuItem instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JMenuItem waitJMenuItem(Container menu, ComponentChooser chooser, int index) {
-	return((JMenuItem)waitComponent(menu, new JMenuItemFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th JMenuItem in container.
-     * @param menu Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JMenuItem instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JMenuItem waitJMenuItem(Container menu, ComponentChooser chooser) {
-	return(waitJMenuItem(menu, chooser, 0));
-    }
-
-    /**
-     * Waits JMenuItem by text.
-     * @param menu Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JMenuItem instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JMenuItem waitJMenuItem(Container menu, String text, boolean ce, boolean ccs, int index) {
-	return(waitJMenuItem(menu, 
-			     new JMenuItemByLabelFinder(text, 
-							new DefaultStringComparator(ce, ccs)), 
-			     index));
-    }
-
-    /**
-     * Waits JMenuItem by text.
-     * @param menu Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JMenuItem instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JMenuItem waitJMenuItem(Container menu, String text, boolean ce, boolean ccs) {
-	return(waitJMenuItem(menu, text, ce, ccs, 0));
-    }
-
-    static {
-	Timeouts.initDefault("JMenuItemOperator.PushMenuTimeout", PUSH_MENU_TIMEOUT);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	super.setTimeouts(timeouts);
-	this.timeouts = timeouts;
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut out) {
-	super.setOutput(out);
-	output = out;
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	result.remove(AbstractButtonOperator.IS_SELECTED_DPROP);
-	return(result);
-    }
-    
-    /** Push this menu item. */
-    public void push() {
-        setVisualizer(new EmptyVisualizer());
-        super.push();
-    }
-
-    /** Push this menu item and no block further execution. */
-    public void pushNoBlock() {
-        setVisualizer(new EmptyVisualizer());
-        super.pushNoBlock();
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JMenuItem.addMenuDragMouseListener(MenuDragMouseListener)</code> through queue*/
-    public void addMenuDragMouseListener(final MenuDragMouseListener menuDragMouseListener) {
-	runMapping(new MapVoidAction("addMenuDragMouseListener") {
-		public void map() {
-		    ((JMenuItem)getSource()).addMenuDragMouseListener(menuDragMouseListener);
-		}});}
-
-    /**Maps <code>JMenuItem.addMenuKeyListener(MenuKeyListener)</code> through queue*/
-    public void addMenuKeyListener(final MenuKeyListener menuKeyListener) {
-	runMapping(new MapVoidAction("addMenuKeyListener") {
-		public void map() {
-		    ((JMenuItem)getSource()).addMenuKeyListener(menuKeyListener);
-		}});}
-
-    /**Maps <code>JMenuItem.getAccelerator()</code> through queue*/
-    public KeyStroke getAccelerator() {
-	return((KeyStroke)runMapping(new MapAction("getAccelerator") {
-		public Object map() {
-		    return(((JMenuItem)getSource()).getAccelerator());
-		}}));}
-
-    /**Maps <code>JMenuItem.getComponent()</code> through queue*/
-    public Component getComponent() {
-	return((Component)runMapping(new MapAction("getComponent") {
-		public Object map() {
-		    return(((JMenuItem)getSource()).getComponent());
-		}}));}
-
-    /**Maps <code>JMenuItem.getSubElements()</code> through queue*/
-    public MenuElement[] getSubElements() {
-	return((MenuElement[])runMapping(new MapAction("getSubElements") {
-		public Object map() {
-		    return(((JMenuItem)getSource()).getSubElements());
-		}}));}
-
-    /**Maps <code>JMenuItem.isArmed()</code> through queue*/
-    public boolean isArmed() {
-	return(runMapping(new MapBooleanAction("isArmed") {
-		public boolean map() {
-		    return(((JMenuItem)getSource()).isArmed());
-		}}));}
-
-    /**Maps <code>JMenuItem.menuSelectionChanged(boolean)</code> through queue*/
-    public void menuSelectionChanged(final boolean b) {
-	runMapping(new MapVoidAction("menuSelectionChanged") {
-		public void map() {
-		    ((JMenuItem)getSource()).menuSelectionChanged(b);
-		}});}
-
-    /**Maps <code>JMenuItem.processKeyEvent(KeyEvent, MenuElement[], MenuSelectionManager)</code> through queue*/
-    public void processKeyEvent(final KeyEvent keyEvent, final MenuElement[] menuElement, final MenuSelectionManager menuSelectionManager) {
-	runMapping(new MapVoidAction("processKeyEvent") {
-		public void map() {
-		    ((JMenuItem)getSource()).processKeyEvent(keyEvent, menuElement, menuSelectionManager);
-		}});}
-
-    /**Maps <code>JMenuItem.processMenuDragMouseEvent(MenuDragMouseEvent)</code> through queue*/
-    public void processMenuDragMouseEvent(final MenuDragMouseEvent menuDragMouseEvent) {
-	runMapping(new MapVoidAction("processMenuDragMouseEvent") {
-		public void map() {
-		    ((JMenuItem)getSource()).processMenuDragMouseEvent(menuDragMouseEvent);
-		}});}
-
-    /**Maps <code>JMenuItem.processMenuKeyEvent(MenuKeyEvent)</code> through queue*/
-    public void processMenuKeyEvent(final MenuKeyEvent menuKeyEvent) {
-	runMapping(new MapVoidAction("processMenuKeyEvent") {
-		public void map() {
-		    ((JMenuItem)getSource()).processMenuKeyEvent(menuKeyEvent);
-		}});}
-
-    /**Maps <code>JMenuItem.processMouseEvent(MouseEvent, MenuElement[], MenuSelectionManager)</code> through queue*/
-    public void processMouseEvent(final MouseEvent mouseEvent, final MenuElement[] menuElement, final MenuSelectionManager menuSelectionManager) {
-	runMapping(new MapVoidAction("processMouseEvent") {
-		public void map() {
-		    ((JMenuItem)getSource()).processMouseEvent(mouseEvent, menuElement, menuSelectionManager);
-		}});}
-
-    /**Maps <code>JMenuItem.removeMenuDragMouseListener(MenuDragMouseListener)</code> through queue*/
-    public void removeMenuDragMouseListener(final MenuDragMouseListener menuDragMouseListener) {
-	runMapping(new MapVoidAction("removeMenuDragMouseListener") {
-		public void map() {
-		    ((JMenuItem)getSource()).removeMenuDragMouseListener(menuDragMouseListener);
-		}});}
-
-    /**Maps <code>JMenuItem.removeMenuKeyListener(MenuKeyListener)</code> through queue*/
-    public void removeMenuKeyListener(final MenuKeyListener menuKeyListener) {
-	runMapping(new MapVoidAction("removeMenuKeyListener") {
-		public void map() {
-		    ((JMenuItem)getSource()).removeMenuKeyListener(menuKeyListener);
-		}});}
-
-    /**Maps <code>JMenuItem.setAccelerator(KeyStroke)</code> through queue*/
-    public void setAccelerator(final KeyStroke keyStroke) {
-	runMapping(new MapVoidAction("setAccelerator") {
-		public void map() {
-		    ((JMenuItem)getSource()).setAccelerator(keyStroke);
-		}});}
-
-    /**Maps <code>JMenuItem.setArmed(boolean)</code> through queue*/
-    public void setArmed(final boolean b) {
-	runMapping(new MapVoidAction("setArmed") {
-		public void map() {
-		    ((JMenuItem)getSource()).setArmed(b);
-		}});}
-
-    /**Maps <code>JMenuItem.setUI(MenuItemUI)</code> through queue*/
-    public void setUI(final MenuItemUI menuItemUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((JMenuItem)getSource()).setUI(menuItemUI);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Prepares the button to click.
-     */
-    protected void prepareToClick() {
-	output.printLine("Push menu item\n    :" + toStringSource());
-	output.printGolden("Push menu item");
-	Timeouts times = timeouts.cloneThis();
-	times.setTimeout("AbstractButtonOperator.PushButtonTimeout", 
-			 timeouts.getTimeout("JMenuItemOperator.PushMenuTimeout"));
-	super.setTimeouts(times);
-	super.setOutput(output.createErrorOutput());
-    }
-
-    static JMenuItemOperator[] getMenuItems(Object[] elements, Operator env) {
-        int size = 0;
-        for(int i = 0; i < elements.length; i++) {
-            if(elements[i] instanceof JMenuItem) {
-                size++;
-            }
-        }
-        JMenuItemOperator[] result = new JMenuItemOperator[size];
-        int index = 0;
-        for(int i = 0; i < elements.length; i++) {
-            if(elements[i] instanceof JMenuItem) {
-                result[index] = new JMenuItemOperator((JMenuItem)elements[i]);
-                result[index].copyEnvironment(env);
-                index++;
-            }
-        }
-        return(result);
-    }
-
-    static JMenuItemOperator[] getMenuItems(MenuElement parent, Operator env) {
-        return(getMenuItems(parent.getSubElements(), env));
-    }
-
-    static JMenuItemOperator[] getMenuItems(JMenu parent, Operator env) {
-        return(getMenuItems(parent.getMenuComponents(), env));
-    }
-
-    static ComponentChooser[] createChoosers(String[] names, StringComparator comparator) {
-	ComponentChooser[] choosers = new ComponentChooser[names.length];
-	for(int i = 0; i < choosers.length; i++) {
-	    choosers[i] = new JMenuItemOperator.JMenuItemByLabelFinder(names[i], comparator);
-	}
-	return(choosers);
-    }
-
-    /**
-     * Allows to find component by text.
-     */
-    public static class JMenuItemByLabelFinder implements ComponentChooser {
-	String label;
-	StringComparator comparator;
-        /**
-         * Constructs JMenuItemByLabelFinder.
-         * @param lb a text pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public JMenuItemByLabelFinder(String lb, StringComparator comparator) {
-	    label = lb;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs JMenuItemByLabelFinder.
-         * @param lb a text pattern
-         */
-	public JMenuItemByLabelFinder(String lb) {
-            this(lb, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof JMenuItem) {
-		if(((JMenuItem)comp).getText() != null) {
-		    return(comparator.equals(((JMenuItem)comp).getText(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("JMenuItem with text \"" + label + "\"");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JMenuItemFinder extends Finder {
-        /**
-         * Constructs JMenuItemFinder.
-         * @param sf other searching criteria.
-         */
-	public JMenuItemFinder(ComponentChooser sf) {
-            super(JMenuItem.class, sf);
-	}
-        /**
-         * Constructs JMenuItemFinder.
-         */
-	public JMenuItemFinder() {
-            super(JMenuItem.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JMenuOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JMenuOperator.java
deleted file mode 100644
index 5dd29d9..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JMenuOperator.java
+++ /dev/null
@@ -1,1009 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.Action;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.Waitable;
-import org.netbeans.jemmy.Waiter;
-
-import org.netbeans.jemmy.drivers.MenuDriver;
-import org.netbeans.jemmy.drivers.DescriptablePathChooser;
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.PathChooser;
-
-import java.awt.Component;
-import java.awt.Container;
-
-import java.util.Hashtable;
-
-import javax.swing.JMenu;
-import javax.swing.JMenuItem;
-import javax.swing.JPopupMenu;
-
-import javax.swing.event.MenuListener;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * JMenuOperator.WaitBeforePopupTimeout - time to sleep before popup expanding <BR>
- * JMenuOperator.WaitPopupTimeout - time to wait popup displayed <BR>
- * JMenuOperator.PushMenuTimeout - time for the whole menu operation<BR>
- * JMenuItemOperator.PushMenuTimeout - time between button pressing and releasing<BR>
- * ComponentOperator.WaitComponentTimeout - time to wait button displayed <BR>
- * ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JMenuOperator extends JMenuItemOperator 
-implements Outputable, Timeoutable{
-
-    /**
-     * Identifier for a "submenu" properties.
-     * @see #getDump
-     */
-    public static final String SUBMENU_PREFIX_DPROP = "Submenu";
-
-    private final static long WAIT_POPUP_TIMEOUT = 60000;
-    private final static long WAIT_BEFORE_POPUP_TIMEOUT = 0;
-    private final static long PUSH_MENU_TIMEOUT = 60000;
-
-    private Timeouts timeouts;
-    private TestOut output;
-    private MenuDriver driver;
-
-    /**
-     * Constructor.
-     * @param menu a component
-     */
-    public JMenuOperator(JMenu menu) {
-	super(menu);
-	driver = DriverManager.getMenuDriver(this);
-    }
-
-    /**
-     * Constructs a JMenuOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JMenuOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JMenu)cont.
-             waitSubComponent(new JMenuFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JMenuOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JMenuOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JMenuOperator(ContainerOperator cont, String text, int index) {
-	this((JMenu)waitComponent(cont, 
-				  new JMenuByLabelFinder(text, 
-							 cont.getComparator()),
-				  index));
-	copyEnvironment(cont);
-    }
-    
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JMenuOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuOperator(ContainerOperator cont, int index) {
-	this((JMenu)
-	     waitComponent(cont, 
-			   new JMenuFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @throws TimeoutExpiredException
-     */
-    public JMenuOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JMenu in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JMenu instance or null if component was not found.
-     */
-    public static JMenu findJMenu(Container cont, ComponentChooser chooser, int index) {
-	return((JMenu)findComponent(cont, new JMenuFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th JMenu in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JMenu instance or null if component was not found.
-     */
-    public static JMenu findJMenu(Container cont, ComponentChooser chooser) {
-	return(findJMenu(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JMenu by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JMenu instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JMenu findJMenu(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findJMenu(cont, 
-			 new JMenuByLabelFinder(text, 
-						new DefaultStringComparator(ce, ccs)), 
-			 index));
-    }
-
-    /**
-     * Searches JMenu by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JMenu instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JMenu findJMenu(Container cont, String text, boolean ce, boolean ccs) {
-	return(findJMenu(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits JMenu in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JMenu instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JMenu waitJMenu(final Container cont, final ComponentChooser chooser, final int index) {
-	return((JMenu)waitComponent(cont, new JMenuFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th JMenu in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JMenu instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JMenu waitJMenu(Container cont, ComponentChooser chooser) {
-	return(waitJMenu(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JMenu by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JMenu instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JMenu waitJMenu(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitJMenu(cont, 
-			 new JMenuByLabelFinder(text, 
-						new DefaultStringComparator(ce, ccs)), 
-			 index));
-    }
-
-    /**
-     * Waits JMenu by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JMenu instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JMenu waitJMenu(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitJMenu(cont, text, ce, ccs, 0));
-    }
-
-    static {
-	Timeouts.initDefault("JMenuOperator.WaitBeforePopupTimeout", WAIT_BEFORE_POPUP_TIMEOUT);
-	Timeouts.initDefault("JMenuOperator.WaitPopupTimeout", WAIT_POPUP_TIMEOUT);
-	Timeouts.initDefault("JMenuOperator.PushMenuTimeout", PUSH_MENU_TIMEOUT);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	super.setTimeouts(timeouts);
-	this.timeouts = timeouts;
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut out) {
-	super.setOutput(out);
-	output = out;
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = DriverManager.getMenuDriver(this);
-    }
-
-    /**
-     * Pushes menu.
-     * @param choosers Array of choosers to find menuItems to push.
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(final ComponentChooser[] choosers) {
-	return((JMenuItem)produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-                    //TDB 1.5 menu workaround
-                    getQueueTool().waitEmpty();
-                    Object result = driver.pushMenu(JMenuOperator.this, converChoosers(choosers));
-                    getQueueTool().waitEmpty();
-		    return(result);
-		}
-		public String getDescription() {
-		    return(createDescription(choosers));
-		}
-	    }, getTimeouts().getTimeout("JMenuOperator.PushMenuTimeout")));
-    }
-
-    /**
-     * Executes <code>pushMenu(choosers)</code> in a separate thread.
-     * @param choosers Array of choosers to find menuItems to push.
-     * @see #pushMenu(ComponentChooser[])
-     */
-    public void pushMenuNoBlock(final ComponentChooser[] choosers) {
-	produceNoBlocking(new NoBlockingAction("Menu pushing") {
-		public Object doAction(Object param) {
-                    //TDB 1.5 menu workaround
-                    getQueueTool().waitEmpty();
-                    Object result = driver.pushMenu(JMenuOperator.this, converChoosers(choosers));
-                    getQueueTool().waitEmpty();
-		    return(result);
-		}
-	    });
-    }
-
-    /**
-     * Pushes menu.
-     * @param names an array of menu texts.
-     * @param comparator a string comparision algorithm
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(String[] names, StringComparator comparator) {
-	return(pushMenu(JMenuItemOperator.createChoosers(names, comparator)));
-    }
-
-    /**
-     * Pushes menu.
-     * @param names Menu items texts.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     * @return Last pushed JMenuItem.
-     * @deprecated Use pushMenu(String[]) or pushMenu(String[], StringComparator)
-     */
-    public JMenuItem pushMenu(String[] names, boolean ce, boolean ccs) {
-	return(pushMenu(names, new DefaultStringComparator(ce, ccs)));
-    }
-
-    /**
-     * Executes <code>pushMenu(names, ce, ccs)</code> in a separate thread.
-     * @param names an array of menu texts.
-     * @param comparator a string comparision algorithm
-     */
-    public void pushMenuNoBlock(String[] names, StringComparator comparator) {
-	pushMenuNoBlock(JMenuItemOperator.createChoosers(names, comparator));
-    }
-
-    /**
-     * Executes <code>pushMenu(names, ce, ccs)</code> in a separate thread.
-     * @param names Menu items texts.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @see #pushMenu(String[], boolean,boolean)
-     * @deprecated Use pushMenuNoBlock(String[]) or pushMenuNoBlock(String[], StringComparator)
-     */
-    public void pushMenuNoBlock(String[] names, boolean ce, boolean ccs) {
-	pushMenuNoBlock(names, new DefaultStringComparator(ce, ccs));
-    }
-
-    /**
-     * Pushes menu.
-     * Uses StringComparator assigned to this object,
-     * @param names Menu items texts.
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(String[] names) {
-	return(pushMenu(names, getComparator()));
-    }
-
-    /**
-     * Executes <code>pushMenu(names)</code> in a separate thread.
-     * @param names Menu items texts.
-     * @see #pushMenu(String[])
-     */
-    public void pushMenuNoBlock(String[] names) {
-	pushMenuNoBlock(names, getComparator());
-    }
-
-    /**
-     * Pushes menu.
-     * @param path a menu path.
-     * @param delim a path delimiter.
-     * @param comparator a string comparision algorithm
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(String path, String delim, StringComparator comparator) {
-	output.printLine("Pushing " + path + " menu in \n    " + toStringSource());
-	output.printGolden("Pushing " + path + " menu in \n    " + toStringSource());
-	return(pushMenu(parseString(path, delim), comparator));
-    }
-
-    /**
-     * Pushes menu. Uses PathParser assigned to this operator.
-     * @param path a menu path.
-     * @param comparator a string comparision algorithm
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(String path, StringComparator comparator) {
-	output.printLine("Pushing " + path + " menu in \n    " + toStringSource());
-	output.printGolden("Pushing " + path + " menu in \n    " + toStringSource());
-	return(pushMenu(parseString(path), comparator));
-    }
-
-    /**
-     * Pushes menu.
-     * @param path String menupath representation ("File/New", for example).
-     * @param delim String menupath divider ("/").
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     * @deprecated Use pushMenuNoBlock(String) or pushMenuNoBlock(String, StringComparator)
-     */
-    public JMenuItem pushMenu(String path, String delim, boolean ce, boolean ccs) {
-	return(pushMenu(path, delim, new DefaultStringComparator(ce, ccs)));
-    }
-
-    /**
-     * Executes <code>pushMenu(names, delim, comparator)</code> in a separate thread.
-     * @param path a menu path.
-     * @param delim a path delimiter.
-     * @param comparator a string comparision algorithm
-     */
-    public void pushMenuNoBlock(String path, String delim, StringComparator comparator) {
-	output.printLine("Pushing " + path + " menu in \n    " + toStringSource());
-	output.printGolden("Pushing " + path + " menu in \n    " + toStringSource());
-	pushMenuNoBlock(parseString(path, delim), comparator);
-    }
-
-    /**
-     * Executes <code>pushMenu(names, comparator)</code> in a separate thread.
-     * Uses PathParser assigned to this operator.
-     * @param path a menu path.
-     * @param comparator a string comparision algorithm
-     */
-    public void pushMenuNoBlock(String path, StringComparator comparator) {
-	output.printLine("Pushing " + path + " menu in \n    " + toStringSource());
-	output.printGolden("Pushing " + path + " menu in \n    " + toStringSource());
-	pushMenuNoBlock(parseString(path), comparator);
-    }
-
-    /**
-     * Executes <code>pushMenu(path, delim, ce, ccs)</code> in a separate thread.
-     * @param path String menupath representation ("File/New", for example).
-     * @param delim String menupath divider ("/").
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @see #pushMenu
-     * @deprecated Use pushMenuNoBlock(String, String) or pushMenuNoBlock(String, String, StringComparator)
-     */
-    public void pushMenuNoBlock(String path, String delim, boolean ce, boolean ccs) {
-	pushMenuNoBlock(parseString(path, delim), new DefaultStringComparator(ce, ccs));
-    }
-
-    /**
-     * Pushes menu.
-     * Uses StringComparator assigned to this object,
-     * @param path String menupath representation ("File/New", for example).
-     * @param delim String menupath divider ("/").
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(String path, String delim) {
-	output.printLine("Pushing " + path + " menu in \n    " + toStringSource());
-	output.printGolden("Pushing " + path + " menu in \n    " + toStringSource());
-	return(pushMenu(parseString(path, delim)));
-    }
-
-    /**
-     * Pushes menu. Uses PathParser assigned to this operator.
-     * @param path String menupath representation ("File/New", for example).
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(String path) {
-	output.printLine("Pushing " + path + " menu in \n    " + toStringSource());
-	output.printGolden("Pushing " + path + " menu in \n    " + toStringSource());
-	return(pushMenu(parseString(path)));
-    }
-
-    /**
-     * Executes <code>pushMenu(path, delim)</code> in a separate thread.
-     * @param path String menupath representation ("File/New", for example).
-     * @param delim String menupath divider ("/").
-     */
-    public void pushMenuNoBlock(String path, String delim) {
-	output.printLine("Pushing " + path + " menu in \n    " + toStringSource());
-	output.printGolden("Pushing " + path + " menu in \n    " + toStringSource());
-	pushMenuNoBlock(parseString(path, delim));
-    }
-
-    /**
-     * Executes <code>pushMenu(path)</code> in a separate thread.
-     * @param path String menupath representation ("File/New", for example).
-     */
-    public void pushMenuNoBlock(String path) {
-	output.printLine("Pushing " + path + " menu in \n    " + toStringSource());
-	output.printGolden("Pushing " + path + " menu in \n    " + toStringSource());
-	pushMenuNoBlock(parseString(path));
-    }
-
-    public JMenuItemOperator[] showMenuItems(ComponentChooser[] choosers) {
-        return(JMenuItemOperator.getMenuItems((JMenu)pushMenu(choosers), this));
-    }
-
-    /**
-     * Shows submenu of menu specified by a <code>path</code> parameter.
-     * @param path an array of menu texts.
-     * @param comparator a string comparision algorithm
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator[] showMenuItems(String[] path, StringComparator comparator) {
-        return(showMenuItems(JMenuItemOperator.createChoosers(path, comparator)));
-    }
-
-    /**
-     * Shows submenu of menu specified by a <code>path</code> parameter.
-     * Uses StringComparator assigned to the operator.
-     * @param path an array of menu texts.
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator[] showMenuItems(String[] path) {
-        return(showMenuItems(path, getComparator()));
-    }
-
-    /**
-     * Shows submenu of menu specified by a <code>path</code> parameter.
-     * @param path a string identifying the menu path.
-     * @param delim a path delimiter.
-     * @param comparator a string comparision algorithm
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator[] showMenuItems(String path, String delim, StringComparator comparator ) {
-        return(showMenuItems(parseString(path, delim), comparator));
-    }
-
-    /**
-     * Shows submenu of menu specified by a <code>path</code> parameter.
-     * Uses StringComparator assigned to the operator.
-     * @param path a string identifying the menu path.
-     * @param delim a path delimiter.
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator[] showMenuItems(String path, String delim) {
-        return(showMenuItems(path, delim, getComparator()));
-    }
-
-    /**
-     * Shows submenu of menu specified by a <code>path</code> parameter.
-     * Uses PathParser assigned to this operator.
-     * @param path a string identifying the menu path.
-     * @param comparator a string comparision algorithm
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator[] showMenuItems(String path, StringComparator comparator ) {
-        return(showMenuItems(parseString(path), comparator));
-    }
-
-    /**
-     * Shows submenu of menu specified by a <code>path</code> parameter.
-     * Uses PathParser assigned to this operator.
-     * Uses StringComparator assigned to the operator.
-     * @param path a string identifying the menu path.
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator[] showMenuItems(String path) {
-        return(showMenuItems(path, getComparator()));
-    }
-
-    public JMenuItemOperator showMenuItem(ComponentChooser[] choosers) {
-        ComponentChooser[] parentPath = getParentPath(choosers);
-        JMenu menu;
-        if(parentPath.length > 0) {
-            menu = (JMenu)pushMenu(parentPath);
-        } else {
-            push();
-            menu = (JMenu)getSource();
-        }
-        JPopupMenuOperator popup = new JPopupMenuOperator(menu.getPopupMenu());
-        popup.copyEnvironment(this);
-        JMenuItemOperator result = new JMenuItemOperator(popup, choosers[choosers.length - 1]);
-        result.copyEnvironment(this);
-        return(result);
-    }
-
-    /**
-     * Expends all menus to show menu item specified by a <code>path</code> parameter.
-     * @param path an array of menu texts.
-     * @param comparator a string comparision algorithm
-     * @return an operator for the last menu item in path.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator showMenuItem(String[] path, StringComparator comparator) {
-        String[] parentPath = getParentPath(path);
-        JMenu menu;
-        if(parentPath.length > 0) {
-            menu = (JMenu)pushMenu(parentPath, comparator);
-        } else {
-            push();
-            menu = (JMenu)getSource();
-        }
-        JPopupMenuOperator popup = new JPopupMenuOperator(menu.getPopupMenu());
-        popup.copyEnvironment(this);
-        JMenuItemOperator result = new JMenuItemOperator(popup, path[path.length - 1]);
-        result.copyEnvironment(this);
-        return(result);
-    }
-
-    /**
-     * Expands all menus to show menu item specified by a <code>path</code> parameter.
-     * @param path an array of menu texts.
-     * @return an operator for the last menu item in path.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator showMenuItem(String[] path) {
-        return(showMenuItem(path, getComparator()));
-    }
-
-    /**
-     * Expands all menus to show menu item specified by a <code>path</code> parameter.
-     * @param path a string identifying the menu path.
-     * @param delim a path delimiter.
-     * @param comparator a string comparision algorithm
-     * @return an operator for the last menu item in path.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator showMenuItem(String path, String delim, StringComparator comparator ) {
-        return(showMenuItem(parseString(path, delim), comparator));
-    }
-
-    /**
-     * Expands all menus to show menu item specified by a <code>path</code> parameter.
-     * Uses StringComparator assigned to the operator.
-     * @param path a string identifying the menu path.
-     * @param delim a path delimiter.
-     * @return an operator for the last menu item in path.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator showMenuItem(String path, String delim) {
-        return(showMenuItem(path, delim, getComparator()));
-    }
-
-    /**
-     * Expands all menus to show menu item specified by a <code>path</code> parameter.
-     * Uses PathParser assigned to this operator.
-     * @param path a string identifying the menu path.
-     * @param comparator a string comparision algorithm
-     * @return an operator for the last menu item in path.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator showMenuItem(String path, StringComparator comparator ) {
-        return(showMenuItem(parseString(path), comparator));
-    }
-
-    /**
-     * Expands all menus to show menu item specified by a <code>path</code> parameter.
-     * Uses PathParser assigned to this operator.
-     * Uses StringComparator assigned to the operator.
-     * @param path a string identifying the menu path.
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator showMenuItem(String path) {
-        return(showMenuItem(path, getComparator()));
-    }
-
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	String[] items = new String[((JMenu)getSource()).getItemCount()];
-	for(int i = 0; i < ((JMenu)getSource()).getItemCount(); i++) {
-	    if(((JMenu)getSource()).getItem(i) != null &&
-	       ((JMenu)getSource()).getItem(i).getText() != null) {
-		items[i] = ((JMenu)getSource()).getItem(i).getText();
-	    } else {
-		items[i] = "null";
-	    }
-	}
-	addToDump(result, SUBMENU_PREFIX_DPROP, items);
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JMenu.add(String)</code> through queue*/
-    public JMenuItem add(final String string) {
-	return((JMenuItem)runMapping(new MapAction("add") {
-		public Object map() {
-		    return(((JMenu)getSource()).add(string));
-		}}));}
-
-    /**Maps <code>JMenu.add(Action)</code> through queue*/
-    public JMenuItem add(final javax.swing.Action action) {
-	return((JMenuItem)runMapping(new MapAction("add") {
-		public Object map() {
-		    return(((JMenu)getSource()).add(action));
-		}}));}
-
-    /**Maps <code>JMenu.add(JMenuItem)</code> through queue*/
-    public JMenuItem add(final JMenuItem jMenuItem) {
-	return((JMenuItem)runMapping(new MapAction("add") {
-		public Object map() {
-		    return(((JMenu)getSource()).add(jMenuItem));
-		}}));}
-
-    /**Maps <code>JMenu.addMenuListener(MenuListener)</code> through queue*/
-    public void addMenuListener(final MenuListener menuListener) {
-	runMapping(new MapVoidAction("addMenuListener") {
-		public void map() {
-		    ((JMenu)getSource()).addMenuListener(menuListener);
-		}});}
-
-    /**Maps <code>JMenu.addSeparator()</code> through queue*/
-    public void addSeparator() {
-	runMapping(new MapVoidAction("addSeparator") {
-		public void map() {
-		    ((JMenu)getSource()).addSeparator();
-		}});}
-
-    /**Maps <code>JMenu.getDelay()</code> through queue*/
-    public int getDelay() {
-	return(runMapping(new MapIntegerAction("getDelay") {
-		public int map() {
-		    return(((JMenu)getSource()).getDelay());
-		}}));}
-
-    /**Maps <code>JMenu.getItem(int)</code> through queue*/
-    public JMenuItem getItem(final int i) {
-	return((JMenuItem)runMapping(new MapAction("getItem") {
-		public Object map() {
-		    return(((JMenu)getSource()).getItem(i));
-		}}));}
-
-    /**Maps <code>JMenu.getItemCount()</code> through queue*/
-    public int getItemCount() {
-	return(runMapping(new MapIntegerAction("getItemCount") {
-		public int map() {
-		    return(((JMenu)getSource()).getItemCount());
-		}}));}
-
-    /**Maps <code>JMenu.getMenuComponent(int)</code> through queue*/
-    public Component getMenuComponent(final int i) {
-	return((Component)runMapping(new MapAction("getMenuComponent") {
-		public Object map() {
-		    return(((JMenu)getSource()).getMenuComponent(i));
-		}}));}
-
-    /**Maps <code>JMenu.getMenuComponentCount()</code> through queue*/
-    public int getMenuComponentCount() {
-	return(runMapping(new MapIntegerAction("getMenuComponentCount") {
-		public int map() {
-		    return(((JMenu)getSource()).getMenuComponentCount());
-		}}));}
-
-    /**Maps <code>JMenu.getMenuComponents()</code> through queue*/
-    public Component[] getMenuComponents() {
-	return((Component[])runMapping(new MapAction("getMenuComponents") {
-		public Object map() {
-		    return(((JMenu)getSource()).getMenuComponents());
-		}}));}
-
-    /**Maps <code>JMenu.getPopupMenu()</code> through queue*/
-    public JPopupMenu getPopupMenu() {
-	return((JPopupMenu)runMapping(new MapAction("getPopupMenu") {
-		public Object map() {
-		    return(((JMenu)getSource()).getPopupMenu());
-		}}));}
-
-    /**Maps <code>JMenu.insert(String, int)</code> through queue*/
-    public void insert(final String string, final int i) {
-	runMapping(new MapVoidAction("insert") {
-		public void map() {
-		    ((JMenu)getSource()).insert(string, i);
-		}});}
-
-    /**Maps <code>JMenu.insert(Action, int)</code> through queue*/
-    public JMenuItem insert(final javax.swing.Action action, final int i) {
-	return((JMenuItem)runMapping(new MapAction("insert") {
-		public Object map() {
-		    return(((JMenu)getSource()).insert(action, i));
-		}}));}
-
-    /**Maps <code>JMenu.insert(JMenuItem, int)</code> through queue*/
-    public JMenuItem insert(final JMenuItem jMenuItem, final int i) {
-	return((JMenuItem)runMapping(new MapAction("insert") {
-		public Object map() {
-		    return(((JMenu)getSource()).insert(jMenuItem, i));
-		}}));}
-
-    /**Maps <code>JMenu.insertSeparator(int)</code> through queue*/
-    public void insertSeparator(final int i) {
-	runMapping(new MapVoidAction("insertSeparator") {
-		public void map() {
-		    ((JMenu)getSource()).insertSeparator(i);
-		}});}
-
-    /**Maps <code>JMenu.isMenuComponent(Component)</code> through queue*/
-    public boolean isMenuComponent(final Component component) {
-	return(runMapping(new MapBooleanAction("isMenuComponent") {
-		public boolean map() {
-		    return(((JMenu)getSource()).isMenuComponent(component));
-		}}));}
-
-    /**Maps <code>JMenu.isPopupMenuVisible()</code> through queue*/
-    public boolean isPopupMenuVisible() {
-	return(runMapping(new MapBooleanAction("isPopupMenuVisible") {
-		public boolean map() {
-		    return(((JMenu)getSource()).isPopupMenuVisible());
-		}}));}
-
-    /**Maps <code>JMenu.isTearOff()</code> through queue*/
-    public boolean isTearOff() {
-	return(runMapping(new MapBooleanAction("isTearOff") {
-		public boolean map() {
-		    return(((JMenu)getSource()).isTearOff());
-		}}));}
-
-    /**Maps <code>JMenu.isTopLevelMenu()</code> through queue*/
-    public boolean isTopLevelMenu() {
-	return(runMapping(new MapBooleanAction("isTopLevelMenu") {
-		public boolean map() {
-		    return(((JMenu)getSource()).isTopLevelMenu());
-		}}));}
-
-    /**Maps <code>JMenu.remove(JMenuItem)</code> through queue*/
-    public void remove(final JMenuItem jMenuItem) {
-	runMapping(new MapVoidAction("remove") {
-		public void map() {
-		    ((JMenu)getSource()).remove(jMenuItem);
-		}});}
-
-    /**Maps <code>JMenu.removeMenuListener(MenuListener)</code> through queue*/
-    public void removeMenuListener(final MenuListener menuListener) {
-	runMapping(new MapVoidAction("removeMenuListener") {
-		public void map() {
-		    ((JMenu)getSource()).removeMenuListener(menuListener);
-		}});}
-
-    /**Maps <code>JMenu.setDelay(int)</code> through queue*/
-    public void setDelay(final int i) {
-	runMapping(new MapVoidAction("setDelay") {
-		public void map() {
-		    ((JMenu)getSource()).setDelay(i);
-		}});}
-
-    /**Maps <code>JMenu.setMenuLocation(int, int)</code> through queue*/
-    public void setMenuLocation(final int i, final int i1) {
-	runMapping(new MapVoidAction("setMenuLocation") {
-		public void map() {
-		    ((JMenu)getSource()).setMenuLocation(i, i1);
-		}});}
-
-    /**Maps <code>JMenu.setPopupMenuVisible(boolean)</code> through queue*/
-    public void setPopupMenuVisible(final boolean b) {
-	runMapping(new MapVoidAction("setPopupMenuVisible") {
-		public void map() {
-		    ((JMenu)getSource()).setPopupMenuVisible(b);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    static String createDescription(ComponentChooser[] choosers) {
-        String description="(";
-        for(int i = 0; i < choosers.length; i++) {
-            if(i > 0)
-                description = description + ", ";
-            description = description + choosers[i].getDescription();
-        }
-        description = description + ")";
-        return("Menu pushing: " + description);
-    }
-
-    static DescriptablePathChooser converChoosers(final ComponentChooser[] choosers) {
-	return(new DescriptablePathChooser() {
-		public boolean checkPathComponent(int depth, Object component) {
-		    return(choosers[depth].checkComponent((Component)component));
-		}
-		public int getDepth() {
-		    return(choosers.length);
-		}
-                public String getDescription() {
-                    return(createDescription(choosers));
-                }
-	    });
-    }
-
-    /**
-     * Allows to find component by text.
-     */
-    public static class JMenuByLabelFinder implements ComponentChooser {
-	String label;
-	StringComparator comparator;
-        /**
-         * Constructs JMenuByLabelFinder.
-         * @param lb a text pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public JMenuByLabelFinder(String lb, StringComparator comparator) {
-	    label = lb;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs JMenuByLabelFinder.
-         * @param lb a text pattern
-         */
-	public JMenuByLabelFinder(String lb) {
-            this(lb, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof JMenu) {
-		if(((JMenu)comp).getText() != null) {
-		    return(comparator.equals(((JMenu)comp).getText(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("JMenu with text \"" + label + "\"");
-	}
-    }
-    
-    /**
-     * Checks component type.
-     */
-    public static class JMenuFinder extends Finder {
-        /**
-         * Constructs JMenuFinder.
-         * @param sf other searching criteria.
-         */
-	public JMenuFinder(ComponentChooser sf) {
-            super(JMenu.class, sf);
-	}
-        /**
-         * Constructs JMenuFinder.
-         */
-	public JMenuFinder() {
-            super(JMenu.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JPasswordFieldOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JPasswordFieldOperator.java
deleted file mode 100644
index 1319370..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JPasswordFieldOperator.java
+++ /dev/null
@@ -1,342 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.TimeoutExpiredException;
-
-import java.awt.Component;
-import java.awt.Container;
-
-import java.util.Hashtable;
-
-import javax.swing.JPasswordField;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * JTextComponentOperator.PushKeyTimeout - time between key pressing and releasing during text typing <BR>
- * JTextComponentOperator.BetweenKeysTimeout - time to sleep between two chars typing <BR>
- * JTextComponentOperator.ChangeCaretPositionTimeout - maximum time to chenge caret position <BR>
- * JTextComponentOperator.TypeTextTimeout - maximum time to type text <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>
- * ComponentOperator.WaitFocusTimeout - time to wait component focus <BR>
- * JScrollBarOperator.OneScrollClickTimeout - time for one scroll click <BR>
- * JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JPasswordFieldOperator extends JTextFieldOperator{
-
-    /**
-     * Identifier for a "echo char" property.
-     * @see #getDump
-     */
-    public static final String ECHO_CHAR_DPROP = "Echo char";
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public JPasswordFieldOperator(JPasswordField b) {
-	super(b);
-    }
-
-    /**
-     * Constructs a JPasswordFieldOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JPasswordFieldOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JPasswordField)cont.
-             waitSubComponent(new JPasswordFieldFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JPasswordFieldOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JPasswordFieldOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JPasswordFieldOperator(ContainerOperator cont, String text, int index) {
-	this((JPasswordField)
-	     waitComponent(cont, 
-			   new JPasswordFieldFinder(new JTextComponentOperator.
-                                                    JTextComponentByTextFinder(text, 
-                                                                               cont.getComparator())),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JPasswordFieldOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JPasswordFieldOperator(ContainerOperator cont, int index) {
-	this((JPasswordField)
-	     waitComponent(cont, 
-			   new JPasswordFieldFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @throws TimeoutExpiredException
-     */
-    public JPasswordFieldOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JPasswordField in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return JPasswordField instance or null if component was not found.
-     */
-    public static JPasswordField findJPasswordField(Container cont, ComponentChooser chooser, int index) {
-	return((JPasswordField)findJTextComponent(cont, new JPasswordFieldFinder(chooser), index));
-    }
-
-    /**
-     * Searches JPasswordField in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JPasswordField instance or null if component was not found.
-     */
-    public static JPasswordField findJPasswordField(Container cont, ComponentChooser chooser) {
-	return(findJPasswordField(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JPasswordField by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JPasswordField instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JPasswordField findJPasswordField(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findJPasswordField(cont, 
-			      new JPasswordFieldFinder(new JTextComponentOperator.
-                                                       JTextComponentByTextFinder(text, 
-                                                                                  new DefaultStringComparator(ce, ccs))), 
-			      index));
-    }
-
-    /**
-     * Searches JPasswordField by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JPasswordField instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JPasswordField findJPasswordField(Container cont, String text, boolean ce, boolean ccs) {
-	return(findJPasswordField(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits JPasswordField in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return JPasswordField instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JPasswordField waitJPasswordField(Container cont, ComponentChooser chooser, int index){
-	return((JPasswordField)waitJTextComponent(cont, new JPasswordFieldFinder(chooser), index));
-    }
-
-    /**
-     * Waits JPasswordField in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JPasswordField instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JPasswordField waitJPasswordField(Container cont, ComponentChooser chooser) {
-	return(waitJPasswordField(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JPasswordField by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JPasswordField instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JPasswordField waitJPasswordField(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitJPasswordField(cont,  
-			      new JPasswordFieldFinder(new JTextComponentOperator.
-                                                       JTextComponentByTextFinder(text, 
-                                                                                  new DefaultStringComparator(ce, ccs))), 
-			      index));
-    }
-
-    /**
-     * Waits JPasswordField by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JPasswordField instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JPasswordField waitJPasswordField(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitJPasswordField(cont, text, ce, ccs, 0));
-    }
-
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	result.put(ECHO_CHAR_DPROP, 
-		   new Character(((JPasswordField)getSource()).getEchoChar()).toString());
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JPasswordField.echoCharIsSet()</code> through queue*/
-    public boolean echoCharIsSet() {
-	return(runMapping(new MapBooleanAction("echoCharIsSet") {
-		public boolean map() {
-		    return(((JPasswordField)getSource()).echoCharIsSet());
-		}}));}
-
-    /**Maps <code>JPasswordField.getEchoChar()</code> through queue*/
-    public char getEchoChar() {
-	return(runMapping(new MapCharacterAction("getEchoChar") {
-		public char map() {
-		    return(((JPasswordField)getSource()).getEchoChar());
-		}}));}
-
-    /**Maps <code>JPasswordField.getPassword()</code> through queue*/
-    public char[] getPassword() {
-	return((char[])runMapping(new MapAction("getPassword") {
-		public Object map() {
-		    return(((JPasswordField)getSource()).getPassword());
-		}}));}
-
-    /**Maps <code>JPasswordField.setEchoChar(char)</code> through queue*/
-    public void setEchoChar(final char c) {
-	runMapping(new MapVoidAction("setEchoChar") {
-		public void map() {
-		    ((JPasswordField)getSource()).setEchoChar(c);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Checks component type.
-     */
-    public static class JPasswordFieldFinder extends Finder {
-        /**
-         * Constructs JPasswordFieldFinder.
-         * @param sf other searching criteria.
-         */
-	public JPasswordFieldFinder(ComponentChooser sf) {
-            super(JPasswordField.class, sf);
-	}
-        /**
-         * Constructs JPasswordFieldFinder.
-         */
-	public JPasswordFieldFinder() {
-            super(JPasswordField.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JPopupMenuOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JPopupMenuOperator.java
deleted file mode 100644
index 6d1965f..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JPopupMenuOperator.java
+++ /dev/null
@@ -1,1129 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.Action;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.QueueTool;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.WindowWaiter;
-
-import org.netbeans.jemmy.drivers.MenuDriver;
-import org.netbeans.jemmy.drivers.DriverManager;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Dimension;
-import java.awt.Insets;
-import java.awt.Window;
-
-import java.awt.event.KeyEvent;
-import java.awt.event.MouseEvent;
-
-import java.util.Hashtable;
-
-import javax.swing.JMenu;
-import javax.swing.JMenuItem;
-import javax.swing.JPopupMenu;
-import javax.swing.MenuElement;
-import javax.swing.MenuSelectionManager;
-import javax.swing.SingleSelectionModel;
-
-import javax.swing.event.PopupMenuListener;
-
-import javax.swing.plaf.PopupMenuUI;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * JMenuOperator.WaitBeforePopupTimeout - time to sleep before popup expanding <BR>
- * JMenuOperator.WaitPopupTimeout - time to wait popup displayed <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait button displayed <BR>
- * WindowWaiter.WaitWindowTimeout - time to wait popup window displayed <BR>
- * WindowWaiter.AfterWindowTimeout - time to sleep after popup window has been dispayed <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JPopupMenuOperator extends JComponentOperator
-implements Outputable, Timeoutable {
-
-    /**
-     * Identifier for a "label" property.
-     * @see #getDump
-     */
-    public static final String LABEL_DPROP = "Label";
-
-    private TestOut output;
-    private Timeouts timeouts;
-    private MenuDriver driver;
-
-    /**
-     * Constructor.
-     * @param popup a component
-     */
-    public JPopupMenuOperator(JPopupMenu popup) {
-	super(popup);
-	driver = DriverManager.getMenuDriver(getClass());
-    }
-
-    /**
-     * Constructs a JPopupMenuOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JPopupMenuOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JPopupMenu)cont.
-             waitSubComponent(new JPopupMenuFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JPopupMenuOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JPopupMenuOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component first.
-     * Constructor can be used in complicated cases when
-     * output or timeouts should differ from default.
-     * @param env an operator to copy environment from.
-     * @throws TimeoutExpiredException
-     */
-    public JPopupMenuOperator(Operator env) {
-	this((JPopupMenu)
-	     waitComponent(WindowOperator.
-			   waitWindow(new JPopupWindowFinder(),
-				      0,
-				      env.getTimeouts(),
-				      env.getOutput()),
-			   new JPopupMenuFinder(),
-			   0,
-			   env.getTimeouts(),
-			   env.getOutput()));
-	copyEnvironment(env);
-    }
-    
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @throws TimeoutExpiredException
-     */
-    public JPopupMenuOperator(ContainerOperator cont) {
-	this((JPopupMenu)
-	     waitComponent(cont, 
-			   new JPopupMenuFinder(),
-			   0));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component first.
-     * @throws TimeoutExpiredException
-     */
-    public JPopupMenuOperator() {
-	this(Operator.getEnvironmentOperator());
-    }
-
-    /**
-     * Searches JPopupMenu in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return JPopupMenu instance or null if component was not found.
-     */
-    public static JPopupMenu findJPopupMenu(Container cont, ComponentChooser chooser, int index) {
-	return((JPopupMenu)findComponent(cont, new JPopupMenuFinder(chooser), index));
-    }
-
-    /**
-     * Searches JPopupMenu in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JPopupMenu instance or null if component was not found.
-     */
-    public static JPopupMenu findJPopupMenu(Container cont, ComponentChooser chooser) {
-	return(findJPopupMenu(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JPopupMenu in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return JPopupMenu instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JPopupMenu waitJPopupMenu(Container cont, ComponentChooser chooser, int index) {
-	return((JPopupMenu)waitComponent(cont, new JPopupMenuFinder(chooser), index));
-    }
-
-    /**
-     * Waits JPopupMenu in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JPopupMenu instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JPopupMenu waitJPopupMenu(Container cont, ComponentChooser chooser) {
-	return(waitJPopupMenu(cont, chooser, 0));
-    }
-
-    /**
-     * Searches for a window which contains JPopupMenu.
-     * @param chooser a component chooser specifying criteria for JPopupMenu.
-     * @return a window containing JPopupMenu.
-     */
-    public static Window findJPopupWindow(ComponentChooser chooser) {
-	return((new WindowWaiter()).getWindow(new JPopupWindowFinder(chooser)));
-    }
-
-    /**
-     * Waits for a window which contains JPopupMenu.
-     * @param chooser a component chooser specifying criteria for JPopupMenu.
-     * @return a window containing JPopupMenu.
-     * @throws TimeoutExpiredException
-     */
-    public static Window waitJPopupWindow(ComponentChooser chooser) {
-	try {
-	    return((new WindowWaiter()).waitWindow(new JPopupWindowFinder(chooser)));
-	} catch(InterruptedException e) {
-	    return(null);
-	}
-    }
-
-    /**
-     * Waits popup defined by <code>popupChooser</code> parameter.
-     * @param popupChooser a component chooser specifying criteria for JPopupMenu.
-     * @return a JPopupMenu fitting the criteria.
-     */
-    public static JPopupMenuOperator waitJPopupMenu(final ComponentChooser popupChooser) {
-	try {
-	    WindowOperator wind = new WindowOperator(new WindowWaiter().waitWindow(new ComponentChooser() {
-		    public boolean checkComponent(Component comp) {
-			ComponentSearcher searcher = new ComponentSearcher((Container)comp);
-			searcher.setOutput(JemmyProperties.getCurrentOutput().createErrorOutput());
-			return(searcher.findComponent(popupChooser) != null);
-		    }
-		    public String getDescription() {
-			return("Window containing \"" + popupChooser.getDescription() + "\" popup");
-		    }
-		}));
-	    return(new JPopupMenuOperator(wind));
-	} catch(InterruptedException e) {
-	    throw(new JemmyException("Popup waiting has been interrupted", e));
-	}
-    }
-
-    /**
-     * Waits popup containing menu item with <code>menuItemText</code> text.
-     * @param menuItemText a text of a menu item which supposed to be displayed inside the popup.
-     * @return a JPopupMenu fitting the criteria.
-     */
-    public static JPopupMenuOperator waitJPopupMenu(final String menuItemText) {
-	return(waitJPopupMenu(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    if(comp instanceof JPopupMenu) {
- 			ComponentSearcher searcher = new ComponentSearcher((Container)comp);
- 			searcher.setOutput(JemmyProperties.getCurrentOutput().createErrorOutput());
- 			return(searcher.findComponent(new JMenuItemOperator.
- 						      JMenuItemByLabelFinder(menuItemText,
- 									     Operator.getDefaultStringComparator())) != 
- 			       null);
-		    } else {
-			return(false);
-		    }
-		}
-		public String getDescription() {
-		    return("Popup containing \"" + menuItemText + "\" menu item");
-		}
-	    }));
-    }
-
-    /**
-     * Calls popup by clicking on (x, y) point in component.
-     * @param oper Component operator to call popup on.
-     * @param x X coordinate of click point in the component coordinate system.
-     * @param y Y coordinate of click point in the component coordinate system.
-     * @param mouseButton Mouse button mask to call popup.
-     * @return an opened JPopupMenu
-     * @throws TimeoutExpiredException
-     */
-    public static JPopupMenu callPopup(final ComponentOperator oper, int x, int y, int mouseButton) {
-	oper.makeComponentVisible();
-        //1.5 workaround
-        if(System.getProperty("java.specification.version").compareTo("1.4") > 0) {
-            QueueTool qt = new QueueTool();
-            qt.setOutput(oper.getOutput().createErrorOutput());
-            qt.waitEmpty(10);
-            qt.waitEmpty(10);
-            qt.waitEmpty(10);
-        }
-        //end of 1.5 workaround
-        oper.clickForPopup(x, y, mouseButton);
-        oper.getTimeouts().sleep("JMenuOperator.WaitBeforePopupTimeout");
-	return(waitJPopupMenu(waitJPopupWindow(new ComponentChooser() {
-                public boolean checkComponent(Component cmp) {
-                    Component invoker = ((JPopupMenu)cmp).getInvoker();
-                    return(invoker == oper.getSource() ||
-                           (invoker instanceof Container &&
-                            ((Container)invoker).isAncestorOf(oper.getSource())) ||
-                           (oper.getSource() instanceof Container &&
-                            ((Container)oper.getSource()).isAncestorOf(invoker)));
-                }
-                public String getDescription() {
-                    return("Popup menu");
-                    
-                }
-            }), 
-			      ComponentSearcher.getTrueChooser("Popup menu")));
-    }
-
-    /**
-     * Calls popup by clicking on (x, y) point in component.
-     * @param oper Component operator to call popup on.
-     * @param x X coordinate of click point in the component coordinate system.
-     * @param y Y coordinate of click point in the component coordinate system.
-     * @return an opened JPopupMenu
-     * @see ComponentOperator#getPopupMouseButton()
-     * @throws TimeoutExpiredException
-     */
-    public static JPopupMenu callPopup(ComponentOperator oper, int x, int y) {
-	return(callPopup(oper, x, y, getPopupMouseButton()));
-    }
-
-    /**
-     * Calls popup by clicking on (x, y) point in component.
-     * @param comp Component to call popup on.
-     * @param x X coordinate of click point in the component coordinate system.
-     * @param y Y coordinate of click point in the component coordinate system.
-     * @param mouseButton Mouse button mask to call popup.
-     * @return an opened JPopupMenu
-     * @throws TimeoutExpiredException
-     */
-    public static JPopupMenu callPopup(Component comp, int x, int y, int mouseButton) {
-        return(callPopup(new ComponentOperator(comp), x, y, mouseButton));
-    }
-
-    /**
-     * Calls popup by clicking on (x, y) point in component.
-     * @param comp Component to call popup on.
-     * @param x X coordinate of click point in the component coordinate system.
-     * @param y Y coordinate of click point in the component coordinate system.
-     * @return an opened JPopupMenu
-     * @see ComponentOperator#getPopupMouseButton()
-     * @throws TimeoutExpiredException
-     */
-    public static JPopupMenu callPopup(Component comp, int x, int y) {
-	return(callPopup(comp, x, y, getPopupMouseButton()));
-    }
-
-    /**
-     * Calls popup by clicking component center.
-     * @param comp Component to call popup on.
-     * @param mouseButton Mouse button mask to call popup.
-     * @return an opened JPopupMenu
-     * @throws TimeoutExpiredException
-     */
-    public static JPopupMenu callPopup(Component comp, int mouseButton) {
-	ComponentOperator co = new ComponentOperator(comp);
-	co.makeComponentVisible();
-	co.clickForPopup(mouseButton);
-	return(findJPopupMenu(waitJPopupWindow(ComponentSearcher.getTrueChooser("Popup menu window")), 
-			      ComponentSearcher.getTrueChooser("Popup menu")));
-    }
-
-    /**
-     * Calls popup by clicking component center.
-     * @param comp Component to call popup on.
-     * @return an opened JPopupMenu
-     * @see ComponentOperator#getPopupMouseButton()
-     * @throws TimeoutExpiredException
-     */
-    public static JPopupMenu callPopup(Component comp) {
-	return(callPopup(comp, getPopupMouseButton()));
-    }
-
-    static {
-        //necessary to init timeouts
-        JMenuOperator.class.getName();
-    }
-
-    public void setOutput(TestOut out) {
-	super.setOutput(out);
-	output = out;
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void setTimeouts(Timeouts times) {
-	super.setTimeouts(times);
-	timeouts = times;
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = DriverManager.getMenuDriver(this);
-    }
-
-    /**
-     * Pushes menu.
-     * @param choosers Array of choosers to find menuItems to push.
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(final ComponentChooser[] choosers) {
-	return((JMenuItem)produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-                    //TDB 1.5 menu workaround
-                    getQueueTool().waitEmpty();
-                    Object result = driver.pushMenu(JPopupMenuOperator.this, 
-                                                    JMenuOperator.converChoosers(choosers));
-                    getQueueTool().waitEmpty();
-		    return(result);
-		}
-		public String getDescription() {
-		    return(JMenuOperator.createDescription(choosers));
-		}
-	    }, getTimeouts().getTimeout("JMenuOperator.PushMenuTimeout")));
-    }
-
-    /**
-     * Executes <code>pushMenu(choosers)</code> in a separate thread.
-     * @param choosers Array of choosers to find menuItems to push.
-     * @see #pushMenu(ComponentChooser[])
-     */
-    public void pushMenuNoBlock(final ComponentChooser[] choosers) {
-	produceNoBlocking(new NoBlockingAction("Menu pushing") {
-		public Object doAction(Object param) {
-                    //TDB 1.5 menu workaround
-                    getQueueTool().waitEmpty();
-                    Object result = driver.pushMenu(JPopupMenuOperator.this, 
-                                                    JMenuOperator.converChoosers(choosers));
-                    getQueueTool().waitEmpty();
-		    return(result);
-		}
-	    });
-    }
-
-    /**
-     * Pushes menu.
-     * @param names an array of menu texts.
-     * @param comparator a string comparision algorithm
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(String[] names, StringComparator comparator) {
-	return(pushMenu(JMenuItemOperator.createChoosers(names, comparator)));
-    }
-
-    /**
-     * Pushes menu.
-     * @param names Menu items texts.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     * @deprecated Use pushMenu(String[]) or pushMenu(String[], StringComparator)
-     */
-    public JMenuItem pushMenu(String[] names, boolean ce, boolean ccs) {
-	return(pushMenu(names, new DefaultStringComparator(ce, ccs)));
-    }
-
-    /**
-     * Executes <code>pushMenu(names, ce, ccs)</code> in a separate thread.
-     * @param names an array of menu texts.
-     * @param comparator a string comparision algorithm
-     */
-    public void pushMenuNoBlock(String[] names, StringComparator comparator) {
-	pushMenuNoBlock(JMenuItemOperator.createChoosers(names, comparator));
-    }
-
-    /**
-     * Executes <code>pushMenu(names, ce, ccs)</code> in a separate thread.
-     * @param names Menu items texts.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @see #pushMenu(String[], boolean,boolean)
-     * @deprecated Use pushMenuNoBlock(String[]) or pushMenuNoBlock(String[], StringComparator)
-     */
-    public void pushMenuNoBlock(String[] names, boolean ce, boolean ccs) {
-	pushMenuNoBlock(names, new DefaultStringComparator(ce, ccs));
-    }
-
-    /**
-     * Pushes menu.
-     * @param names Menu items texts.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(String[] names) {
-	return(pushMenu(names, getComparator()));
-    }
-
-    /**
-     * Executes <code>pushMenu(names)</code> in a separate thread.
-     * @param names Menu items texts.
-     * @see #pushMenu(String[])
-     */
-    public void pushMenuNoBlock(String[] names) {
-	pushMenuNoBlock(names, getComparator());
-    }
-
-    /**
-     * Pushes menu.
-     * @param path a menu path.
-     * @param delim a path delimiter.
-     * @param comparator a string comparision algorithm
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(String path, String delim, StringComparator comparator) {
-	return(pushMenu(parseString(path, delim), comparator));
-    }
-
-    /**
-     * Pushes menu. Uses PathParser assigned to this operator.
-     * @param path a menu path.
-     * @param comparator a string comparision algorithm
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(String path, StringComparator comparator) {
-	return(pushMenu(parseString(path), comparator));
-    }
-
-    /**
-     * Pushes menu.
-     * @param path String menupath representation ("File/New", for example).
-     * @param delim String menupath divider ("/").
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     * @deprecated Use pushMenu(String, String) or pushMenu(String, String, StringComparator)
-     */
-    public JMenuItem pushMenu(String path, String delim, boolean ce, boolean ccs) {
-	return(pushMenu(parseString(path, delim), ce, ccs));
-    }
-
-    /**
-     * Executes <code>pushMenu(names, delim, comparator)</code> in a separate thread.
-     * @param path a menu path.
-     * @param delim a path delimiter.
-     * @param comparator a string comparision algorithm
-     */
-    public void pushMenuNoBlock(String path, String delim, StringComparator comparator) {
-	pushMenuNoBlock(parseString(path, delim), comparator);
-    }
-
-    /**
-     * Executes <code>pushMenu(names, comparator)</code> in a separate thread.
-     * Uses PathParser assigned to this operator.
-     * @param path a menu path.
-     * @param comparator a string comparision algorithm
-     */
-    public void pushMenuNoBlock(String path, StringComparator comparator) {
-	pushMenuNoBlock(parseString(path), comparator);
-    }
-
-    /**
-     * Executes <code>pushMenu(path, delim, ce, ccs)</code> in a separate thread.
-     * @param path String menupath representation ("File/New", for example).
-     * @param delim String menupath divider ("/").
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @see #pushMenu
-     * @deprecated Use pushMenuNoBlock(String, String) or pushMenuNoBlock(String, String, StringComparator)
-     */
-    public void pushMenuNoBlock(String path, String delim, boolean ce, boolean ccs) {
-	pushMenuNoBlock(parseString(path, delim), ce, ccs);
-    }
-
-    /**
-     * Pushes menu.
-     * @param path String menupath representation ("File/New", for example).
-     * @param delim String menupath divider ("/").
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(String path, String delim) {
-	return(pushMenu(parseString(path, delim)));
-    }
-
-    /**
-     * Pushes menu. Uses PathParser assigned to this operator.
-     * @param path String menupath representation ("File/New", for example).
-     * @return Last pushed JMenuItem.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItem pushMenu(String path) {
-	return(pushMenu(parseString(path)));
-    }
-
-    /**
-     * Executes <code>pushMenu(path, delim)</code> in a separate thread.
-     * @param path String menupath representation ("File/New", for example).
-     * @param delim String menupath divider ("/").
-     */
-    public void pushMenuNoBlock(String path, String delim) {
-	pushMenuNoBlock(parseString(path, delim));
-    }
-
-    /**
-     * Executes <code>pushMenu(path)</code> in a separate thread.
-     * @param path String menupath representation ("File/New", for example).
-     */
-    public void pushMenuNoBlock(String path) {
-	pushMenuNoBlock(parseString(path));
-    }
-
-    public JMenuItemOperator[] showMenuItems(ComponentChooser[] choosers) {
-        if(choosers == null || choosers.length == 0) {
-            return(JMenuItemOperator.getMenuItems((MenuElement)getSource(), this));
-        } else {
-            return(JMenuItemOperator.getMenuItems((JMenu)pushMenu(choosers), this));
-        }
-    }
-
-    /**
-     * Shows submenu of menu specified by a <code>path</code> parameter.
-     * @param path an array of menu texts.
-     * @param comparator a string comparision algorithm
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator[] showMenuItems(String[] path, StringComparator comparator) {
-        if(path == null || path.length == 0) {
-            return(JMenuItemOperator.getMenuItems((MenuElement)getSource(), this));
-        } else {
-            return(JMenuItemOperator.getMenuItems((JMenu)pushMenu(path, comparator), this));
-        }
-    }
-
-    /**
-     * Shows submenu of menu specified by a <code>path</code> parameter.
-     * Uses StringComparator assigned to the operator.
-     * @param path an array of menu texts.
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator[] showMenuItems(String[] path) {
-        return(showMenuItems(path, getComparator()));
-    }
-
-    /**
-     * Shows submenu of menu specified by a <code>path</code> parameter.
-     * @param path a string identifying the menu path.
-     * @param delim a path delimiter.
-     * @param comparator a string comparision algorithm
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator[] showMenuItems(String path, String delim, StringComparator comparator ) {
-        return(showMenuItems(parseString(path, delim), comparator));
-    }
-
-    /**
-     * Shows submenu of menu specified by a <code>path</code> parameter.
-     * Uses PathParser assigned to this operator.
-     * @param path a string identifying the menu path.
-     * @param comparator a string comparision algorithm
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator[] showMenuItems(String path, StringComparator comparator ) {
-        return(showMenuItems(parseString(path), comparator));
-    }
-
-    /**
-     * Shows submenu of menu specified by a <code>path</code> parameter.
-     * Uses StringComparator assigned to the operator.
-     * @param path a string identifying the menu path.
-     * @param delim a path delimiter.
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator[] showMenuItems(String path, String delim) {
-        return(showMenuItems(path, delim, getComparator()));
-    }
-
-    /**
-     * Shows submenu of menu specified by a <code>path</code> parameter.
-     * Uses PathParser assigned to this operator.
-     * Uses StringComparator assigned to the operator.
-     * @param path a string identifying the menu path.
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator[] showMenuItems(String path) {
-        return(showMenuItems(path, getComparator()));
-    }
-
-    public JMenuItemOperator showMenuItem(ComponentChooser[] choosers) {
-        ComponentChooser[] parentPath = getParentPath(choosers);
-        JMenu menu;
-        ContainerOperator menuCont;
-        if(parentPath.length > 0) {
-            menu = (JMenu)pushMenu(getParentPath(choosers));
-            menuCont = new ContainerOperator(menu.getPopupMenu());
-            menuCont.copyEnvironment(this);
-        } else {
-            menuCont = this;
-        }
-        JMenuItemOperator result = new JMenuItemOperator(menuCont, choosers[choosers.length - 1]);
-        result.copyEnvironment(this);
-        return(result);
-    }
-
-    /**
-     * Expends all menus to show menu item specified by a <code>path</code> parameter.
-     * @param path an array of menu texts.
-     * @param comparator a string comparision algorithm
-     * @return an operator for the last menu item in path.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator showMenuItem(String[] path, StringComparator comparator ) {
-        String[] parentPath = getParentPath(path);
-        JMenu menu;
-        ContainerOperator menuCont;
-        if(parentPath.length > 0) {
-            menu = (JMenu)pushMenu(getParentPath(path), comparator);
-            menuCont = new ContainerOperator(menu.getPopupMenu());
-            menuCont.copyEnvironment(this);
-        } else {
-            menuCont = this;
-        }
-        JMenuItemOperator result = new JMenuItemOperator(menuCont, path[path.length - 1]);
-        result.copyEnvironment(this);
-        return(result);
-    }
-
-    /**
-     * Expands all menus to show menu item specified by a <code>path</code> parameter.
-     * @param path an array of menu texts.
-     * @return an operator for the last menu item in path.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator showMenuItem(String[] path) {
-        return(showMenuItem(path, getComparator()));
-    }
-
-    /**
-     * Expands all menus to show menu item specified by a <code>path</code> parameter.
-     * @param path a string identifying the menu path.
-     * @param delim a path delimiter.
-     * @param comparator a string comparision algorithm
-     * @return an operator for the last menu item in path.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator showMenuItem(String path, String delim, StringComparator comparator ) {
-        return(showMenuItem(parseString(path, delim), comparator));
-    }
-
-    /**
-     * Expands all menus to show menu item specified by a <code>path</code> parameter.
-     * Uses PathParser assigned to this operator.
-     * @param path a string identifying the menu path.
-     * @param comparator a string comparision algorithm
-     * @return an operator for the last menu item in path.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator showMenuItem(String path, StringComparator comparator ) {
-        return(showMenuItem(parseString(path), comparator));
-    }
-
-    /**
-     * Expands all menus to show menu item specified by a <code>path</code> parameter.
-     * Uses StringComparator assigned to the operator.
-     * @param path a string identifying the menu path.
-     * @param delim a path delimiter.
-     * @return an operator for the last menu item in path.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator showMenuItem(String path, String delim) {
-        return(showMenuItem(path, delim, getComparator()));
-    }
-
-    /**
-     * Expands all menus to show menu item specified by a <code>path</code> parameter.
-     * Uses PathParser assigned to this operator.
-     * Uses StringComparator assigned to the operator.
-     * @param path a string identifying the menu path.
-     * @return an array of operators created tor items from the submenu.
-     * @throws TimeoutExpiredException
-     */
-    public JMenuItemOperator showMenuItem(String path) {
-        return(showMenuItem(path, getComparator()));
-    }
-
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	if(((JPopupMenu)getSource()).getLabel() != null) {
-	    result.put(LABEL_DPROP, ((JPopupMenu)getSource()).getLabel());
-	}
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JPopupMenu.add(String)</code> through queue*/
-    public JMenuItem add(final String string) {
-	return((JMenuItem)runMapping(new MapAction("add") {
-		public Object map() {
-		    return(((JPopupMenu)getSource()).add(string));
-		}}));}
-
-    /**Maps <code>JPopupMenu.add(Action)</code> through queue*/
-    public JMenuItem add(final javax.swing.Action action) {
-	return((JMenuItem)runMapping(new MapAction("add") {
-		public Object map() {
-		    return(((JPopupMenu)getSource()).add(action));
-		}}));}
-
-    /**Maps <code>JPopupMenu.add(JMenuItem)</code> through queue*/
-    public JMenuItem add(final JMenuItem jMenuItem) {
-	return((JMenuItem)runMapping(new MapAction("add") {
-		public Object map() {
-		    return(((JPopupMenu)getSource()).add(jMenuItem));
-		}}));}
-
-    /**Maps <code>JPopupMenu.addPopupMenuListener(PopupMenuListener)</code> through queue*/
-    public void addPopupMenuListener(final PopupMenuListener popupMenuListener) {
-	runMapping(new MapVoidAction("addPopupMenuListener") {
-		public void map() {
-		    ((JPopupMenu)getSource()).addPopupMenuListener(popupMenuListener);
-		}});}
-
-    /**Maps <code>JPopupMenu.addSeparator()</code> through queue*/
-    public void addSeparator() {
-	runMapping(new MapVoidAction("addSeparator") {
-		public void map() {
-		    ((JPopupMenu)getSource()).addSeparator();
-		}});}
-
-    /**Maps <code>JPopupMenu.getComponentIndex(Component)</code> through queue*/
-    public int getComponentIndex(final Component component) {
-	return(runMapping(new MapIntegerAction("getComponentIndex") {
-		public int map() {
-		    return(((JPopupMenu)getSource()).getComponentIndex(component));
-		}}));}
-
-    /**Maps <code>JPopupMenu.getInvoker()</code> through queue*/
-    public Component getInvoker() {
-	return((Component)runMapping(new MapAction("getInvoker") {
-		public Object map() {
-		    return(((JPopupMenu)getSource()).getInvoker());
-		}}));}
-
-    /**Maps <code>JPopupMenu.getLabel()</code> through queue*/
-    public String getLabel() {
-	return((String)runMapping(new MapAction("getLabel") {
-		public Object map() {
-		    return(((JPopupMenu)getSource()).getLabel());
-		}}));}
-
-    /**Maps <code>JPopupMenu.getMargin()</code> through queue*/
-    public Insets getMargin() {
-	return((Insets)runMapping(new MapAction("getMargin") {
-		public Object map() {
-		    return(((JPopupMenu)getSource()).getMargin());
-		}}));}
-
-    /**Maps <code>JPopupMenu.getSelectionModel()</code> through queue*/
-    public SingleSelectionModel getSelectionModel() {
-	return((SingleSelectionModel)runMapping(new MapAction("getSelectionModel") {
-		public Object map() {
-		    return(((JPopupMenu)getSource()).getSelectionModel());
-		}}));}
-
-    /**Maps <code>JPopupMenu.getSubElements()</code> through queue*/
-    public MenuElement[] getSubElements() {
-	return((MenuElement[])runMapping(new MapAction("getSubElements") {
-		public Object map() {
-		    return(((JPopupMenu)getSource()).getSubElements());
-		}}));}
-
-    /**Maps <code>JPopupMenu.getUI()</code> through queue*/
-    public PopupMenuUI getUI() {
-	return((PopupMenuUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JPopupMenu)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JPopupMenu.insert(Component, int)</code> through queue*/
-    public void insert(final Component component, final int i) {
-	runMapping(new MapVoidAction("insert") {
-		public void map() {
-		    ((JPopupMenu)getSource()).insert(component, i);
-		}});}
-
-    /**Maps <code>JPopupMenu.insert(Action, int)</code> through queue*/
-    public void insert(final javax.swing.Action action, final int i) {
-	runMapping(new MapVoidAction("insert") {
-		public void map() {
-		    ((JPopupMenu)getSource()).insert(action, i);
-		}});}
-
-    /**Maps <code>JPopupMenu.isBorderPainted()</code> through queue*/
-    public boolean isBorderPainted() {
-	return(runMapping(new MapBooleanAction("isBorderPainted") {
-		public boolean map() {
-		    return(((JPopupMenu)getSource()).isBorderPainted());
-		}}));}
-
-    /**Maps <code>JPopupMenu.isLightWeightPopupEnabled()</code> through queue*/
-    public boolean isLightWeightPopupEnabled() {
-	return(runMapping(new MapBooleanAction("isLightWeightPopupEnabled") {
-		public boolean map() {
-		    return(((JPopupMenu)getSource()).isLightWeightPopupEnabled());
-		}}));}
-
-    /**Maps <code>JPopupMenu.menuSelectionChanged(boolean)</code> through queue*/
-    public void menuSelectionChanged(final boolean b) {
-	runMapping(new MapVoidAction("menuSelectionChanged") {
-		public void map() {
-		    ((JPopupMenu)getSource()).menuSelectionChanged(b);
-		}});}
-
-    /**Maps <code>JPopupMenu.pack()</code> through queue*/
-    public void pack() {
-	runMapping(new MapVoidAction("pack") {
-		public void map() {
-		    ((JPopupMenu)getSource()).pack();
-		}});}
-
-    /**Maps <code>JPopupMenu.processKeyEvent(KeyEvent, MenuElement[], MenuSelectionManager)</code> through queue*/
-    public void processKeyEvent(final KeyEvent keyEvent, final MenuElement[] menuElement, final MenuSelectionManager menuSelectionManager) {
-	runMapping(new MapVoidAction("processKeyEvent") {
-		public void map() {
-		    ((JPopupMenu)getSource()).processKeyEvent(keyEvent, menuElement, menuSelectionManager);
-		}});}
-
-    /**Maps <code>JPopupMenu.processMouseEvent(MouseEvent, MenuElement[], MenuSelectionManager)</code> through queue*/
-    public void processMouseEvent(final MouseEvent mouseEvent, final MenuElement[] menuElement, final MenuSelectionManager menuSelectionManager) {
-	runMapping(new MapVoidAction("processMouseEvent") {
-		public void map() {
-		    ((JPopupMenu)getSource()).processMouseEvent(mouseEvent, menuElement, menuSelectionManager);
-		}});}
-
-    /**Maps <code>JPopupMenu.removePopupMenuListener(PopupMenuListener)</code> through queue*/
-    public void removePopupMenuListener(final PopupMenuListener popupMenuListener) {
-	runMapping(new MapVoidAction("removePopupMenuListener") {
-		public void map() {
-		    ((JPopupMenu)getSource()).removePopupMenuListener(popupMenuListener);
-		}});}
-
-    /**Maps <code>JPopupMenu.setBorderPainted(boolean)</code> through queue*/
-    public void setBorderPainted(final boolean b) {
-	runMapping(new MapVoidAction("setBorderPainted") {
-		public void map() {
-		    ((JPopupMenu)getSource()).setBorderPainted(b);
-		}});}
-
-    /**Maps <code>JPopupMenu.setInvoker(Component)</code> through queue*/
-    public void setInvoker(final Component component) {
-	runMapping(new MapVoidAction("setInvoker") {
-		public void map() {
-		    ((JPopupMenu)getSource()).setInvoker(component);
-		}});}
-
-    /**Maps <code>JPopupMenu.setLabel(String)</code> through queue*/
-    public void setLabel(final String string) {
-	runMapping(new MapVoidAction("setLabel") {
-		public void map() {
-		    ((JPopupMenu)getSource()).setLabel(string);
-		}});}
-
-    /**Maps <code>JPopupMenu.setLightWeightPopupEnabled(boolean)</code> through queue*/
-    public void setLightWeightPopupEnabled(final boolean b) {
-	runMapping(new MapVoidAction("setLightWeightPopupEnabled") {
-		public void map() {
-		    ((JPopupMenu)getSource()).setLightWeightPopupEnabled(b);
-		}});}
-
-    /**Maps <code>JPopupMenu.setPopupSize(int, int)</code> through queue*/
-    public void setPopupSize(final int i, final int i1) {
-	runMapping(new MapVoidAction("setPopupSize") {
-		public void map() {
-		    ((JPopupMenu)getSource()).setPopupSize(i, i1);
-		}});}
-
-    /**Maps <code>JPopupMenu.setPopupSize(Dimension)</code> through queue*/
-    public void setPopupSize(final Dimension dimension) {
-	runMapping(new MapVoidAction("setPopupSize") {
-		public void map() {
-		    ((JPopupMenu)getSource()).setPopupSize(dimension);
-		}});}
-
-    /**Maps <code>JPopupMenu.setSelected(Component)</code> through queue*/
-    public void setSelected(final Component component) {
-	runMapping(new MapVoidAction("setSelected") {
-		public void map() {
-		    ((JPopupMenu)getSource()).setSelected(component);
-		}});}
-
-    /**Maps <code>JPopupMenu.setSelectionModel(SingleSelectionModel)</code> through queue*/
-    public void setSelectionModel(final SingleSelectionModel singleSelectionModel) {
-	runMapping(new MapVoidAction("setSelectionModel") {
-		public void map() {
-		    ((JPopupMenu)getSource()).setSelectionModel(singleSelectionModel);
-		}});}
-
-    /**Maps <code>JPopupMenu.setUI(PopupMenuUI)</code> through queue*/
-    public void setUI(final PopupMenuUI popupMenuUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((JPopupMenu)getSource()).setUI(popupMenuUI);
-		}});}
-
-    /**Maps <code>JPopupMenu.show(Component, int, int)</code> through queue*/
-    public void show(final Component component, final int i, final int i1) {
-	runMapping(new MapVoidAction("show") {
-		public void map() {
-		    ((JPopupMenu)getSource()).show(component, i, i1);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Checks component type.
-     */
-    public static class JPopupMenuFinder extends Finder {
-        /**
-         * Constructs JPopupMenuFinder.
-         * @param sf other searching criteria.
-         */
-	public JPopupMenuFinder(ComponentChooser sf) {
-            super(JPopupMenu.class, sf);
-	}
-        /**
-         * Constructs JPopupMenuFinder.
-         */
-	public JPopupMenuFinder() {
-            super(JPopupMenu.class);
-	}
-        public boolean checkComponent(Component comp) {
-            return(comp.isShowing() &&
-                   super.checkComponent(comp));
-        }
-    }
-
-    /**
-     * Allwos to find a window containing JPopupMenu.
-     */
-    public static class JPopupWindowFinder implements ComponentChooser {
-	ComponentChooser subFinder;
-        ComponentChooser ppFinder;
-        /**
-         * Constructs JPopupWindowFinder.
-         * @param sf searching criteria for a JPopupMenu inside the window..
-         */
-	public JPopupWindowFinder(ComponentChooser sf) {
-	    subFinder = new JPopupMenuFinder(sf);
-            ppFinder = new ComponentChooser() {
-                    public boolean checkComponent(Component comp) {
-                        return(comp.isShowing() &&
-                               comp.isVisible() &&
-                               subFinder.checkComponent(comp));
-                    }
-                    public String getDescription() {
-                        return(subFinder.getDescription());
-                    }
-                };
-	}
-        /**
-         * Constructs JPopupWindowFinder.
-         */
-	public JPopupWindowFinder() {
-            this(ComponentSearcher.getTrueChooser("Any JPopupWindow"));
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp.isShowing() && comp instanceof Window) {
-		ComponentSearcher cs = new ComponentSearcher((Container)comp);
-		cs.setOutput(JemmyProperties.getCurrentOutput().createErrorOutput());
-		return(cs.findComponent(ppFinder)
-		       != null);
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return(subFinder.getDescription());
-	}
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JProgressBarOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JProgressBarOperator.java
deleted file mode 100644
index 37030af..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JProgressBarOperator.java
+++ /dev/null
@@ -1,551 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.Waitable;
-import org.netbeans.jemmy.Waiter;
-
-import java.util.Dictionary;
-import java.util.Hashtable;
-
-import java.awt.Component;
-import java.awt.Container;
-
-import javax.swing.BoundedRangeModel;
-import javax.swing.JButton;
-import javax.swing.JProgressBar;
-
-import javax.swing.event.ChangeListener;
-
-import javax.swing.plaf.ProgressBarUI;
-
-/**
- *
- * Operator is supposed to be used to operate with an instance of
- * javax.swing.JProgressBar class.
- *
- * <BR><BR>Timeouts used: <BR>
- * JProgressBarOperator.WaitValueTimeout - used from waitValue() method <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class JProgressBarOperator extends JComponentOperator
-    implements Timeoutable, Outputable {
-
-    /**
-     * Identifier for a "minimum" property.
-     * @see #getDump
-     */
-    public static final String MINIMUM_DPROP = "Minimum";
-
-    /**
-     * Identifier for a "maximum" property.
-     * @see #getDump
-     */
-    public static final String MAXIMUM_DPROP = "Maximum";
-
-    /**
-     * Identifier for a "value" property.
-     * @see #getDump
-     */
-    public static final String VALUE_DPROP = "Value";
-
-    private static long WAIT_VALUE_TIMEOUT = 60000;
-
-    private Timeouts timeouts;
-    private TestOut output;
-
-    /**
-     * Constructor.
-     * @param b JProgressBar component.
-     */
-    public JProgressBarOperator(JProgressBar b) {
-	super(b);
-    }
-
-    /**
-     * Constructs a JProgressBarOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JProgressBarOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JProgressBar)cont.
-             waitSubComponent(new JProgressBarFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JProgressBarOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JProgressBarOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JProgressBarOperator(ContainerOperator cont, int index) {
-	this((JProgressBar)waitComponent(cont, 
-				    new JProgressBarFinder(), 
-				    index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * @throws TimeoutExpiredException
-     */
-    public JProgressBarOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JProgressBar in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JProgressBar instance or null if component was not found.
-     */
-    public static JProgressBar findJProgressBar(Container cont, ComponentChooser chooser, int index) {
-	return((JProgressBar)findComponent(cont, new JProgressBarFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th JProgressBar in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JProgressBar instance or null if component was not found.
-     */
-    public static JProgressBar findJProgressBar(Container cont, ComponentChooser chooser) {
-	return(findJProgressBar(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JProgressBar in container.
-     * @param cont Container to search component in.
-     * @param index Ordinal component index.
-     * @return JProgressBar instance or null if component was not found.
-     */
-    public static JProgressBar findJProgressBar(Container cont, int index) {
-	return(findJProgressBar(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th JProgressBar instance"), index));
-    }
-
-    /**
-     * Searches 0'th JProgressBar in container.
-     * @param cont Container to search component in.
-     * @return JProgressBar instance or null if component was not found.
-     */
-    public static JProgressBar findJProgressBar(Container cont) {
-	return(findJProgressBar(cont, 0));
-    }
-
-    /**
-     * Waits JProgressBar in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JProgressBar instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JProgressBar waitJProgressBar(Container cont, ComponentChooser chooser, int index)  {
-	return((JProgressBar)waitComponent(cont, new JProgressBarFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th JProgressBar in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JProgressBar instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JProgressBar waitJProgressBar(Container cont, ComponentChooser chooser) {
-	return(waitJProgressBar(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JProgressBar in container.
-     * @param cont Container to search component in.
-     * @param index Ordinal component index.
-     * @return JProgressBar instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JProgressBar waitJProgressBar(Container cont, int index)  {
-	return(waitJProgressBar(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th JProgressBar instance"), index));
-    }
-
-    /**
-     * Waits 0'th JProgressBar in container.
-     * @param cont Container to search component in.
-     * @return JProgressBar instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JProgressBar waitJProgressBar(Container cont) {
-	return(waitJProgressBar(cont, 0));
-    }
-
-    static {
-	Timeouts.initDefault("JProgressBarOperator.WaitValueTimeout", WAIT_VALUE_TIMEOUT);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	this.timeouts = timeouts;
-	super.setTimeouts(timeouts);
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    /**
-     * Waits for criteria defined by <code>chooser</code> to be reached.
-     * @param chooser an object specifying waiting criteria.
-     * @see #waitValue(int)
-     * @deprecated Use waitState(ComponentChooser) instead.
-     */
-    public void waitValue(final ValueChooser chooser) {
-	output.printLine("Wait \"" + chooser.getDescription() + 
-			 "\" value in progressbar\n    : " +
-			 toStringSource());
-	output.printGolden("Wait \"" + chooser.getDescription() + 
-			 "\" value in progressbar");
-	Waiter wt = new Waiter(new Waitable() {
-		public Object actionProduced(Object obj) {
-		    return(chooser.checkValue(((JProgressBar)getSource()).getValue()) ?
-			   "" : null);
-		}
-		public String getDescription() {
-		    return("\"" + chooser.getDescription() + "\" value");
-		}
-	    });
-	wt.setTimeouts(timeouts.cloneThis());
-	wt.getTimeouts().setTimeout("Waiter.WaitingTime",
-				    getTimeouts().getTimeout("JProgressBarOperator.WaitValueTimeout"));
-	wt.setOutput(output.createErrorOutput());
-	try {
-	    wt.waitAction(null);
-	} catch (InterruptedException e) {
-	    throw(new JemmyException("Exception during progressbar value waiting", e));
-	}
-    }
-
-    /**
-     * Waits progress bar value to be less or equal to <code>value</code> parameter.
-     * Can be used for typical progress bar (when value is increasing).
-     * @param value a value to reach.
-     * @see Operator.waitState(ComponentChooser)
-     */
-    public void waitValue(final int value) {
-	output.printLine("Wait \"" + value + 
-			 "\" value in progressbar\n    : " +
-			 toStringSource());
-	output.printGolden("Wait \"" + value +
-			 "\" value in progressbar");
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    return(((JProgressBar)comp).getValue() >= value);
-		}
-		public String getDescription() {
-		    return("greater then " + Integer.toString(value));
-		}
-	    });
-    }
-
-    /**
-     * Waits progress bar string to match <code>value</code> parameter.
-     * @param value a string value.
-     * @see Operator.waitState(ComponentChooser)
-     */
-    public void waitValue(final String value) {
-	output.printLine("Wait \"" + value + 
-			 "\" string in progressbar\n    : " +
-			 toStringSource());
-	output.printGolden("Wait \"" + value +
-			 "\" string in progressbar");
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    return(getComparator().equals(((JProgressBar)comp).getString(), value));
-		}
-		public String getDescription() {
-		    return("'" + value + "' string");
-		}
-	    });
-    }
-
-
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	result.put(MINIMUM_DPROP, Integer.toString(((JProgressBar)getSource()).getMinimum()));
-	result.put(MAXIMUM_DPROP, Integer.toString(((JProgressBar)getSource()).getMaximum()));
-	result.put(VALUE_DPROP, Integer.toString(((JProgressBar)getSource()).getValue()));
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JProgressBar.addChangeListener(ChangeListener)</code> through queue*/
-    public void addChangeListener(final ChangeListener changeListener) {
-	runMapping(new MapVoidAction("addChangeListener") {
-		public void map() {
-		    ((JProgressBar)getSource()).addChangeListener(changeListener);
-		}});}
-
-    /**Maps <code>JProgressBar.getMaximum()</code> through queue*/
-    public int getMaximum() {
-	return(runMapping(new MapIntegerAction("getMaximum") {
-		public int map() {
-		    return(((JProgressBar)getSource()).getMaximum());
-		}}));}
-
-    /**Maps <code>JProgressBar.getMinimum()</code> through queue*/
-    public int getMinimum() {
-	return(runMapping(new MapIntegerAction("getMinimum") {
-		public int map() {
-		    return(((JProgressBar)getSource()).getMinimum());
-		}}));}
-
-    /**Maps <code>JProgressBar.getModel()</code> through queue*/
-    public BoundedRangeModel getModel() {
-	return((BoundedRangeModel)runMapping(new MapAction("getModel") {
-		public Object map() {
-		    return(((JProgressBar)getSource()).getModel());
-		}}));}
-
-    /**Maps <code>JProgressBar.getOrientation()</code> through queue*/
-    public int getOrientation() {
-	return(runMapping(new MapIntegerAction("getOrientation") {
-		public int map() {
-		    return(((JProgressBar)getSource()).getOrientation());
-		}}));}
-
-    /**Maps <code>JProgressBar.getPercentComplete()</code> through queue*/
-    public double getPercentComplete() {
-	return(runMapping(new MapDoubleAction("getPercentComplete") {
-		public double map() {
-		    return(((JProgressBar)getSource()).getPercentComplete());
-		}}));}
-
-    /**Maps <code>JProgressBar.getString()</code> through queue*/
-    public String getString() {
-	return((String)runMapping(new MapAction("getString") {
-		public Object map() {
-		    return(((JProgressBar)getSource()).getString());
-		}}));}
-
-    /**Maps <code>JProgressBar.getUI()</code> through queue*/
-    public ProgressBarUI getUI() {
-	return((ProgressBarUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JProgressBar)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JProgressBar.getValue()</code> through queue*/
-    public int getValue() {
-	return(runMapping(new MapIntegerAction("getValue") {
-		public int map() {
-		    return(((JProgressBar)getSource()).getValue());
-		}}));}
-
-    /**Maps <code>JProgressBar.isBorderPainted()</code> through queue*/
-    public boolean isBorderPainted() {
-	return(runMapping(new MapBooleanAction("isBorderPainted") {
-		public boolean map() {
-		    return(((JProgressBar)getSource()).isBorderPainted());
-		}}));}
-
-    /**Maps <code>JProgressBar.isStringPainted()</code> through queue*/
-    public boolean isStringPainted() {
-	return(runMapping(new MapBooleanAction("isStringPainted") {
-		public boolean map() {
-		    return(((JProgressBar)getSource()).isStringPainted());
-		}}));}
-
-    /**Maps <code>JProgressBar.removeChangeListener(ChangeListener)</code> through queue*/
-    public void removeChangeListener(final ChangeListener changeListener) {
-	runMapping(new MapVoidAction("removeChangeListener") {
-		public void map() {
-		    ((JProgressBar)getSource()).removeChangeListener(changeListener);
-		}});}
-
-    /**Maps <code>JProgressBar.setBorderPainted(boolean)</code> through queue*/
-    public void setBorderPainted(final boolean b) {
-	runMapping(new MapVoidAction("setBorderPainted") {
-		public void map() {
-		    ((JProgressBar)getSource()).setBorderPainted(b);
-		}});}
-
-    /**Maps <code>JProgressBar.setMaximum(int)</code> through queue*/
-    public void setMaximum(final int i) {
-	runMapping(new MapVoidAction("setMaximum") {
-		public void map() {
-		    ((JProgressBar)getSource()).setMaximum(i);
-		}});}
-
-    /**Maps <code>JProgressBar.setMinimum(int)</code> through queue*/
-    public void setMinimum(final int i) {
-	runMapping(new MapVoidAction("setMinimum") {
-		public void map() {
-		    ((JProgressBar)getSource()).setMinimum(i);
-		}});}
-
-    /**Maps <code>JProgressBar.setModel(BoundedRangeModel)</code> through queue*/
-    public void setModel(final BoundedRangeModel boundedRangeModel) {
-	runMapping(new MapVoidAction("setModel") {
-		public void map() {
-		    ((JProgressBar)getSource()).setModel(boundedRangeModel);
-		}});}
-
-    /**Maps <code>JProgressBar.setOrientation(int)</code> through queue*/
-    public void setOrientation(final int i) {
-	runMapping(new MapVoidAction("setOrientation") {
-		public void map() {
-		    ((JProgressBar)getSource()).setOrientation(i);
-		}});}
-
-    /**Maps <code>JProgressBar.setString(String)</code> through queue*/
-    public void setString(final String string) {
-	runMapping(new MapVoidAction("setString") {
-		public void map() {
-		    ((JProgressBar)getSource()).setString(string);
-		}});}
-
-    /**Maps <code>JProgressBar.setStringPainted(boolean)</code> through queue*/
-    public void setStringPainted(final boolean b) {
-	runMapping(new MapVoidAction("setStringPainted") {
-		public void map() {
-		    ((JProgressBar)getSource()).setStringPainted(b);
-		}});}
-
-    /**Maps <code>JProgressBar.setUI(ProgressBarUI)</code> through queue*/
-    public void setUI(final ProgressBarUI progressBarUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((JProgressBar)getSource()).setUI(progressBarUI);
-		}});}
-
-    /**Maps <code>JProgressBar.setValue(int)</code> through queue*/
-    public void setValue(final int i) {
-	runMapping(new MapVoidAction("setValue") {
-		public void map() {
-		    ((JProgressBar)getSource()).setValue(i);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Interface to define criteria for <code>waitValue(ValueChooser)</code>
-     * method.
-     * @see #waitValue(int)
-     * @deprecated Use waitState(ComponentChooser) instead.
-     */
-    public interface ValueChooser {
-        /**
-         * Check if criteria jave been reached.
-         * @param value current value.
-         * @return true if criteria reached.
-         */
-	public boolean checkValue(int value);
-        /**
-         * A description.
-         * @return a description.
-         */
-	public String getDescription();
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JProgressBarFinder extends Finder {
-        /**
-         * Constructs JProgressBarFinder.
-         * @param sf other searching criteria.
-         */
-	public JProgressBarFinder(ComponentChooser sf) {
-            super(JProgressBar.class, sf);
-	}
-        /**
-         * Constructs JProgressBarFinder.
-         */
-	public JProgressBarFinder() {
-            super(JProgressBar.class);
-	}
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JRadioButtonMenuItemOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JRadioButtonMenuItemOperator.java
deleted file mode 100644
index fbf18b1..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JRadioButtonMenuItemOperator.java
+++ /dev/null
@@ -1,217 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyProperties;
-
-import java.awt.Component;
-
-import javax.swing.JRadioButtonMenuItem;
-
-/**
- *
- * <BR><BR>Timeouts used: <BR>
- * JMenuItemOperator.PushMenuTimeout - time between button pressing and releasing<BR>
- * ComponentOperator.WaitComponentTimeout - time to wait button displayed <BR>
- * ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JRadioButtonMenuItemOperator extends JMenuItemOperator {
-    /**
-     * Constructor.
-     * @param item a component
-     */
-    public JRadioButtonMenuItemOperator(JRadioButtonMenuItem item) {
-	super(item);
-	setTimeouts(JemmyProperties.getProperties().getTimeouts());
-	setOutput(JemmyProperties.getProperties().getOutput());
-    }
-
-    /**
-     * Constructs a JRadioButtonMenuItemOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JRadioButtonMenuItemOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JRadioButtonMenuItem)cont.
-             waitSubComponent(new JRadioButtonMenuItemFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JRadioButtonMenuItemOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JRadioButtonMenuItemOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public JRadioButtonMenuItemOperator(ContainerOperator cont, String text, int index) {
-	this((JRadioButtonMenuItem)waitComponent(cont, 
-					      new JRadioButtonMenuItemByLabelFinder(text, 
-										 cont.getComparator()),
-					      index));
-	setTimeouts(cont.getTimeouts());
-	setOutput(cont.getOutput());
-    }
-    
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public JRadioButtonMenuItemOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     */
-    public JRadioButtonMenuItemOperator(ContainerOperator cont, int index) {
-	this((JRadioButtonMenuItem)
-	     waitComponent(cont, 
-			   new JRadioButtonMenuItemFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     */
-    public JRadioButtonMenuItemOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Allows to find component by text.
-     */
-    public static class JRadioButtonMenuItemByLabelFinder implements ComponentChooser {
-	String label;
-	StringComparator comparator;
-        /**
-         * Constructs JRadioButtonMenuItemByLabelFinder.
-         * @param lb a text pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public JRadioButtonMenuItemByLabelFinder(String lb, StringComparator comparator) {
-	    label = lb;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs JRadioButtonMenuItemByLabelFinder.
-         * @param lb a text pattern
-         */
-	public JRadioButtonMenuItemByLabelFinder(String lb) {
-            this(lb, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof JRadioButtonMenuItem) {
-		if(((JRadioButtonMenuItem)comp).getText() != null) {
-		    return(comparator.equals(((JRadioButtonMenuItem)comp).getText(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("JRadioButtonMenuItem with text \"" + label + "\"");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JRadioButtonMenuItemFinder extends Finder {
-        /**
-         * Constructs JRadioButtonMenuItemFinder.
-         * @param sf other searching criteria.
-         */
-	public JRadioButtonMenuItemFinder(ComponentChooser sf) {
-            super(JRadioButtonMenuItem.class, sf);
-	}
-        /**
-         * Constructs JRadioButtonMenuItemFinder.
-         */
-	public JRadioButtonMenuItemFinder() {
-            super(JRadioButtonMenuItem.class);
-	}
-    }
-} 
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JRadioButtonOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JRadioButtonOperator.java
deleted file mode 100644
index d01d56d..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JRadioButtonOperator.java
+++ /dev/null
@@ -1,289 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.TimeoutExpiredException;
-
-import java.awt.Component;
-import java.awt.Container;
-
-import javax.swing.JRadioButton;
-
-/**
- *
- * <BR><BR>Timeouts used: <BR>
- * AbstractButtonOperator.PushButtonTimeout - time between button pressing and releasing<BR>
- * ComponentOperator.WaitComponentTimeout - time to wait button displayed <BR>
- * ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *	
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JRadioButtonOperator extends JToggleButtonOperator{
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public JRadioButtonOperator(JRadioButton b) {
-	super(b);
-    }
-
-    /**
-     * Constructs a JRadioButtonOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JRadioButtonOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JRadioButton)cont.
-             waitSubComponent(new JRadioButtonFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JRadioButtonOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JRadioButtonOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JRadioButtonOperator(ContainerOperator cont, String text, int index) {
-	this((JRadioButton)
-	     waitComponent(cont, 
-			   new JRadioButtonFinder(new AbstractButtonOperator.
-						  AbstractButtonByLabelFinder(text, 
-									      cont.getComparator())),
-			   index));
-	copyEnvironment(cont);
-    }
-    
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JRadioButtonOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JRadioButtonOperator(ContainerOperator cont, int index) {
-	this((JRadioButton)
-	     waitComponent(cont, 
-			   new JRadioButtonFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @throws TimeoutExpiredException
-     */
-    public JRadioButtonOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JRadioButton in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JRadioButton instance or null if component was not found.
-     */
-    public static JRadioButton findJRadioButton(Container cont, ComponentChooser chooser, int index) {
-	return((JRadioButton)findJToggleButton(cont, new JRadioButtonFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th JRadioButton in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JRadioButton instance or null if component was not found.
-     */
-    public static JRadioButton findJRadioButton(Container cont, ComponentChooser chooser) {
-	return(findJRadioButton(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JRadioButton by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JRadioButton instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JRadioButton findJRadioButton(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findJRadioButton(cont, 
-				new JRadioButtonFinder(new AbstractButtonOperator.
-						       AbstractButtonByLabelFinder(text, 
-										   new DefaultStringComparator(ce, ccs))), 
-				index));
-    }
-
-    /**
-     * Searches JRadioButton by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JRadioButton instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JRadioButton findJRadioButton(Container cont, String text, boolean ce, boolean ccs) {
-	return(findJRadioButton(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits JRadioButton in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JRadioButton instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JRadioButton waitJRadioButton(Container cont, ComponentChooser chooser, int index) {
-	return((JRadioButton)waitJToggleButton(cont, new JRadioButtonFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th JRadioButton in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JRadioButton instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JRadioButton waitJRadioButton(Container cont, ComponentChooser chooser) {
-	return(waitJRadioButton(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JRadioButton by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JRadioButton instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JRadioButton waitJRadioButton(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitJRadioButton(cont, 
-				new JRadioButtonFinder(new AbstractButtonOperator.
-						       AbstractButtonByLabelFinder(text, 
-										   new DefaultStringComparator(ce, ccs))), 
-				index));
-    }
-
-    /**
-     * Waits JRadioButton by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JRadioButton instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JRadioButton waitJRadioButton(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitJRadioButton(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JRadioButtonFinder extends Finder {
-        /**
-         * Constructs JRadioButtonFinder.
-         * @param sf other searching criteria.
-         */
-	public JRadioButtonFinder(ComponentChooser sf) {
-            super(JRadioButton.class, sf);
-	}
-        /**
-         * Constructs JRadioButtonFinder.
-         */
-	public JRadioButtonFinder() {
-            super(JRadioButton.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JScrollBarOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JScrollBarOperator.java
deleted file mode 100644
index 6bef3a4..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JScrollBarOperator.java
+++ /dev/null
@@ -1,830 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.Action;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.Waitable;
-import org.netbeans.jemmy.Waiter;
-
-import org.netbeans.jemmy.util.EmptyVisualizer;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.ScrollDriver;
-
-import org.netbeans.jemmy.drivers.scrolling.ScrollAdjuster;
-
-import org.netbeans.jemmy.util.EmptyVisualizer;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Point;
-
-import java.awt.event.AdjustmentListener;
-
-import java.util.Hashtable;
-
-import javax.swing.BoundedRangeModel;
-import javax.swing.JButton;
-import javax.swing.JScrollBar;
-
-import javax.swing.plaf.ScrollBarUI;
-
-/**
- *
- * Operator is supposed to be used to operate with an instance of
- * javax.swing.JScrollBar class. <BR><BR>
- *
- *
- * <BR><BR>Timeouts used: <BR>
- * JScrollBarOperator.OneScrollClickTimeout - time for one scroll click <BR>
- * JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling <BR>
- * JScrollBarOperator.BeforeDropTimeout - to sleep before drop
- * JScrollBarOperator.DragAndDropScrollingDelta - to sleep before drag steps
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class JScrollBarOperator extends JComponentOperator
-    implements Timeoutable, Outputable{
-
-    /**
-     * Identifier for a "minimum" property.
-     * @see #getDump
-     */
-    public static final String MINIMUM_DPROP = "Minimum";
-
-    /**
-     * Identifier for a "maximum" property.
-     * @see #getDump
-     */
-    public static final String MAXIMUM_DPROP = "Maximum";
-
-    /**
-     * Identifier for a "value" property.
-     * @see #getDump
-     */
-    public static final String VALUE_DPROP = "Value";
-
-    /**
-     * Identifier for a "orientation" property.
-     * @see #getDump
-     */
-    public static final String ORIENTATION_DPROP = "Orientation";
-
-    /**
-     * Identifier for a "HORIZONTAL" value of "orientation" property.
-     * @see #getDump
-     */
-    public static final String HORIZONTAL_ORIENTATION_DPROP_VALUE = "HORIZONTAL";
-
-    /**
-     * Identifier for a "VERTICAL" value of "orientation" property.
-     * @see #getDump
-     */
-    public static final String VERTICAL_ORIENTATION_DPROP_VALUE = "VERTICAL";
-
-    private final static long ONE_SCROLL_CLICK_TIMEOUT = 0;
-    private final static long WHOLE_SCROLL_TIMEOUT = 60000;
-    private final static long BEFORE_DROP_TIMEOUT = 0;
-    private final static long DRAG_AND_DROP_SCROLLING_DELTA = 0;
-
-    private static final int MINIMAL_PAD_SIZE = 10;
-
-    private static final int MINIMAL_DRAGGER_SIZE = 5;
-
-    private Timeouts timeouts;
-    private TestOut output;
-    private JButtonOperator minButtOperator;
-    private JButtonOperator maxButtOperator;
-
-    private ScrollDriver driver;
-
-    /**
-     * Constructor.
-     * @param b JScrollBar component.
-     */
-    public JScrollBarOperator(JScrollBar b) {
-	super(b);
-	driver = DriverManager.getScrollDriver(getClass());
-    }
-
-    /**
-     * Constructs a JScrollBarOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JScrollBarOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JScrollBar)cont.
-             waitSubComponent(new JScrollBarFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JScrollBarOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JScrollBarOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JScrollBarOperator(ContainerOperator cont, int index) {
-	this((JScrollBar)waitComponent(cont, 
-				       new JScrollBarFinder(), 
-				       index));
-	copyEnvironment(cont);
-   }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * @throws TimeoutExpiredException
-     */
-    public JScrollBarOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JScrollBar in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JScrollBar instance or null if component was not found.
-     */
-    public static JScrollBar findJScrollBar(Container cont, ComponentChooser chooser, int index) {
-	return((JScrollBar)findComponent(cont, new JScrollBarFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th JScrollBar in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JScrollBar instance or null if component was not found.
-     */
-    public static JScrollBar findJScrollBar(Container cont, ComponentChooser chooser) {
-	return(findJScrollBar(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JScrollBar in container.
-     * @param cont Container to search component in.
-     * @param index Ordinal component index.
-     * @return JScrollBar instance or null if component was not found.
-     */
-    public static JScrollBar findJScrollBar(Container cont, int index) {
-	return(findJScrollBar(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th JScrollBar instance"), index));
-    }
-
-    /**
-     * Searches 0'th JScrollBar in container.
-     * @param cont Container to search component in.
-     * @return JScrollBar instance or null if component was not found.
-     */
-    public static JScrollBar findJScrollBar(Container cont) {
-	return(findJScrollBar(cont, 0));
-    }
-
-    /**
-     * Waits JScrollBar in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JScrollBar instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JScrollBar waitJScrollBar(Container cont, ComponentChooser chooser, int index)  {
-	return((JScrollBar)waitComponent(cont, new JScrollBarFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th JScrollBar in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JScrollBar instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JScrollBar waitJScrollBar(Container cont, ComponentChooser chooser) {
-	return(waitJScrollBar(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JScrollBar in container.
-     * @param cont Container to search component in.
-     * @param index Ordinal component index.
-     * @return JScrollBar instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JScrollBar waitJScrollBar(Container cont, int index)  {
-	return(waitJScrollBar(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th JScrollBar instance"), index));
-    }
-
-    /**
-     * Waits 0'th JScrollBar in container.
-     * @param cont Container to search component in.
-     * @return JScrollBar instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JScrollBar waitJScrollBar(Container cont) {
-	return(waitJScrollBar(cont, 0));
-    }
-
-    static {
-	Timeouts.initDefault("JScrollBarOperator.OneScrollClickTimeout", ONE_SCROLL_CLICK_TIMEOUT);
-	Timeouts.initDefault("JScrollBarOperator.WholeScrollTimeout", WHOLE_SCROLL_TIMEOUT);
-	Timeouts.initDefault("JScrollBarOperator.BeforeDropTimeout", BEFORE_DROP_TIMEOUT);
-	Timeouts.initDefault("JScrollBarOperator.DragAndDropScrollingDelta", DRAG_AND_DROP_SCROLLING_DELTA);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	this.timeouts = timeouts;
-	super.setTimeouts(timeouts);
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = 
-	    (ScrollDriver)DriverManager.
-	    getDriver(DriverManager.SCROLL_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-    }
-
-    /**
-     * Does simple scroll click.
-     * @param increase a scrolling direction.
-     * @throws TimeoutExpiredException
-     * @deprecated All scrolling is done through a ScrollDriver registered to this operator type.
-     */
-    public void scroll(boolean increase) {
-	scrollToValue(getValue() + (increase ? 1 : -1));
-    }
-
-    /**
-     * Scrolls scrollbar to the position defined by w parameter.
-     * Uses ScrollDriver registered to this operator type.
-     * @param w Scrolling is stopped when w.actionProduced(waiterParam) != null
-     * @param waiterParam a waiting parameter.
-     * @param increase a scrolling direction.
-     * @see #scrollTo(JScrollBarOperator.ScrollChecker)
-     * @throws TimeoutExpiredException
-     */
-    public void scrollTo(Waitable w, Object waiterParam, boolean increase) {
-	scrollTo(new WaitableChecker(w, waiterParam, increase, this));
-    }
-
-    /**
-     * Scrolls scrollbar to the position defined by a ScrollChecker implementation.
-     * @param checker ScrollChecker implementation defining scrolling direction, and so on.
-     * @see ScrollChecker
-     * @throws TimeoutExpiredException
-     */
-    public void scrollTo(ScrollChecker checker) {
-	scrollTo(new CheckerAdjustable(checker, this));
-    }
-
-    /**
-     * Scrolls scrollbar to the position defined by a ScrollAdjuster implementation.
-     * @param adj defines scrolling direction, and so on.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollTo(final ScrollAdjuster adj) {
-	initOperators();
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.scroll(JScrollBarOperator.this, adj);
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Scrolling");
-		}
-	    }, getTimeouts().getTimeout("JScrollBarOperator.WholeScrollTimeout"));
-    }
-
-    /**
-     * Scrolls scroll bar to necessary value.
-     * @param value Scroll bar value to scroll to.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToValue(int value) {
-	output.printTrace("Scroll JScrollBar to " + Integer.toString(value) +
-			  " value\n" + toStringSource());
-	output.printGolden("Scroll JScrollBar to " + Integer.toString(value) + " value");
-	scrollTo(new ValueScrollAdjuster(value));
-    }
-
-    /**
-     * Scrolls scroll bar to necessary proportional value.
-     * @param proportionalValue Proportional scroll to. Must be >= 0 and <= 1.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToValue(double proportionalValue) {
-	output.printTrace("Scroll JScrollBar to " + Double.toString(proportionalValue) +
-			  " proportional value\n" + toStringSource());
-	output.printGolden("Scroll JScrollBar to " + Double.toString(proportionalValue) + " proportional value");
-	scrollTo(new ValueScrollAdjuster((int)(getMinimum() + 
-					       (getMaximum() - 
-						getVisibleAmount() - 
-						getMinimum()) * proportionalValue)));
-    }
-
-    /**
-     * Scrolls to minimum value.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToMinimum() {
-	output.printTrace("Scroll JScrollBar to minimum value\n" +
-			  toStringSource());
-	output.printGolden("Scroll JScrollBar to minimum value");
-	initOperators();
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.scrollToMinimum(JScrollBarOperator.this, getOrientation());
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Scrolling");
-		}
-	    }, getTimeouts().getTimeout("JScrollBarOperator.WholeScrollTimeout"));
-    }
-
-    /**
-     * Scrolls to maximum value.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToMaximum() {
-	output.printTrace("Scroll JScrollBar to maximum value\n" +
-			  toStringSource());
-	output.printGolden("Scroll JScrollBar to maximum value");
-	initOperators();
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.scrollToMaximum(JScrollBarOperator.this, getOrientation());
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Scrolling");
-		}
-	    }, getTimeouts().getTimeout("JScrollBarOperator.WholeScrollTimeout"));
-    }
-
-    /** 
-     * Returns a button responsible for value decreasing.
-     * @return an operator for the decrease button.
-     */
-    public JButtonOperator getDecreaseButton() {
-	initOperators();
-	return(minButtOperator);
-    }
-
-    /** 
-     * Returns a button responsible for value increasing.
-     * @return an operator for the increase button.
-     */
-    public JButtonOperator getIncreaseButton() {
-	initOperators();
-	return(maxButtOperator);
-    }
-
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	result.put(MINIMUM_DPROP, Integer.toString(((JScrollBar)getSource()).getMinimum()));
-	result.put(MAXIMUM_DPROP, Integer.toString(((JScrollBar)getSource()).getMaximum()));
-	result.put(ORIENTATION_DPROP, (((JScrollBar)getSource()).getOrientation() == JScrollBar.HORIZONTAL) ? 
-		   HORIZONTAL_ORIENTATION_DPROP_VALUE : 
-		   VERTICAL_ORIENTATION_DPROP_VALUE);
-	result.put(VALUE_DPROP, Integer.toString(((JScrollBar)getSource()).getValue()));
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JScrollBar.addAdjustmentListener(AdjustmentListener)</code> through queue*/
-    public void addAdjustmentListener(final AdjustmentListener adjustmentListener) {
-	runMapping(new MapVoidAction("addAdjustmentListener") {
-		public void map() {
-		    ((JScrollBar)getSource()).addAdjustmentListener(adjustmentListener);
-		}});}
-
-    /**Maps <code>JScrollBar.getBlockIncrement()</code> through queue*/
-    public int getBlockIncrement() {
-	return(runMapping(new MapIntegerAction("getBlockIncrement") {
-		public int map() {
-		    return(((JScrollBar)getSource()).getBlockIncrement());
-		}}));}
-
-    /**Maps <code>JScrollBar.getBlockIncrement(int)</code> through queue*/
-    public int getBlockIncrement(final int i) {
-	return(runMapping(new MapIntegerAction("getBlockIncrement") {
-		public int map() {
-		    return(((JScrollBar)getSource()).getBlockIncrement(i));
-		}}));}
-
-    /**Maps <code>JScrollBar.getMaximum()</code> through queue*/
-    public int getMaximum() {
-	return(runMapping(new MapIntegerAction("getMaximum") {
-		public int map() {
-		    return(((JScrollBar)getSource()).getMaximum());
-		}}));}
-
-    /**Maps <code>JScrollBar.getMinimum()</code> through queue*/
-    public int getMinimum() {
-	return(runMapping(new MapIntegerAction("getMinimum") {
-		public int map() {
-		    return(((JScrollBar)getSource()).getMinimum());
-		}}));}
-
-    /**Maps <code>JScrollBar.getModel()</code> through queue*/
-    public BoundedRangeModel getModel() {
-	return((BoundedRangeModel)runMapping(new MapAction("getModel") {
-		public Object map() {
-		    return(((JScrollBar)getSource()).getModel());
-		}}));}
-
-    /**Maps <code>JScrollBar.getOrientation()</code> through queue*/
-    public int getOrientation() {
-	return(runMapping(new MapIntegerAction("getOrientation") {
-		public int map() {
-		    return(((JScrollBar)getSource()).getOrientation());
-		}}));}
-
-    /**Maps <code>JScrollBar.getUI()</code> through queue*/
-    public ScrollBarUI getUI() {
-	return((ScrollBarUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JScrollBar)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JScrollBar.getUnitIncrement()</code> through queue*/
-    public int getUnitIncrement() {
-	return(runMapping(new MapIntegerAction("getUnitIncrement") {
-		public int map() {
-		    return(((JScrollBar)getSource()).getUnitIncrement());
-		}}));}
-
-    /**Maps <code>JScrollBar.getUnitIncrement(int)</code> through queue*/
-    public int getUnitIncrement(final int i) {
-	return(runMapping(new MapIntegerAction("getUnitIncrement") {
-		public int map() {
-		    return(((JScrollBar)getSource()).getUnitIncrement(i));
-		}}));}
-
-    /**Maps <code>JScrollBar.getValue()</code> through queue*/
-    public int getValue() {
-	return(runMapping(new MapIntegerAction("getValue") {
-		public int map() {
-		    return(((JScrollBar)getSource()).getValue());
-		}}));}
-
-    /**Maps <code>JScrollBar.getValueIsAdjusting()</code> through queue*/
-    public boolean getValueIsAdjusting() {
-	return(runMapping(new MapBooleanAction("getValueIsAdjusting") {
-		public boolean map() {
-		    return(((JScrollBar)getSource()).getValueIsAdjusting());
-		}}));}
-
-    /**Maps <code>JScrollBar.getVisibleAmount()</code> through queue*/
-    public int getVisibleAmount() {
-	return(runMapping(new MapIntegerAction("getVisibleAmount") {
-		public int map() {
-		    return(((JScrollBar)getSource()).getVisibleAmount());
-		}}));}
-
-    /**Maps <code>JScrollBar.removeAdjustmentListener(AdjustmentListener)</code> through queue*/
-    public void removeAdjustmentListener(final AdjustmentListener adjustmentListener) {
-	runMapping(new MapVoidAction("removeAdjustmentListener") {
-		public void map() {
-		    ((JScrollBar)getSource()).removeAdjustmentListener(adjustmentListener);
-		}});}
-
-    /**Maps <code>JScrollBar.setBlockIncrement(int)</code> through queue*/
-    public void setBlockIncrement(final int i) {
-	runMapping(new MapVoidAction("setBlockIncrement") {
-		public void map() {
-		    ((JScrollBar)getSource()).setBlockIncrement(i);
-		}});}
-
-    /**Maps <code>JScrollBar.setMaximum(int)</code> through queue*/
-    public void setMaximum(final int i) {
-	runMapping(new MapVoidAction("setMaximum") {
-		public void map() {
-		    ((JScrollBar)getSource()).setMaximum(i);
-		}});}
-
-    /**Maps <code>JScrollBar.setMinimum(int)</code> through queue*/
-    public void setMinimum(final int i) {
-	runMapping(new MapVoidAction("setMinimum") {
-		public void map() {
-		    ((JScrollBar)getSource()).setMinimum(i);
-		}});}
-
-    /**Maps <code>JScrollBar.setModel(BoundedRangeModel)</code> through queue*/
-    public void setModel(final BoundedRangeModel boundedRangeModel) {
-	runMapping(new MapVoidAction("setModel") {
-		public void map() {
-		    ((JScrollBar)getSource()).setModel(boundedRangeModel);
-		}});}
-
-    /**Maps <code>JScrollBar.setOrientation(int)</code> through queue*/
-    public void setOrientation(final int i) {
-	runMapping(new MapVoidAction("setOrientation") {
-		public void map() {
-		    ((JScrollBar)getSource()).setOrientation(i);
-		}});}
-
-    /**Maps <code>JScrollBar.setUnitIncrement(int)</code> through queue*/
-    public void setUnitIncrement(final int i) {
-	runMapping(new MapVoidAction("setUnitIncrement") {
-		public void map() {
-		    ((JScrollBar)getSource()).setUnitIncrement(i);
-		}});}
-
-    /**Maps <code>JScrollBar.setValue(int)</code> through queue*/
-    public void setValue(final int i) {
-	runMapping(new MapVoidAction("setValue") {
-		public void map() {
-		    ((JScrollBar)getSource()).setValue(i);
-		}});}
-
-    /**Maps <code>JScrollBar.setValueIsAdjusting(boolean)</code> through queue*/
-    public void setValueIsAdjusting(final boolean b) {
-	runMapping(new MapVoidAction("setValueIsAdjusting") {
-		public void map() {
-		    ((JScrollBar)getSource()).setValueIsAdjusting(b);
-		}});}
-
-    /**Maps <code>JScrollBar.setValues(int, int, int, int)</code> through queue*/
-    public void setValues(final int i, final int i1, final int i2, final int i3) {
-	runMapping(new MapVoidAction("setValues") {
-		public void map() {
-		    ((JScrollBar)getSource()).setValues(i, i1, i2, i3);
-		}});}
-
-    /**Maps <code>JScrollBar.setVisibleAmount(int)</code> through queue*/
-    public void setVisibleAmount(final int i) {
-	runMapping(new MapVoidAction("setVisibleAmount") {
-		public void map() {
-		    ((JScrollBar)getSource()).setVisibleAmount(i);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    private void initOperators() {
-	if(minButtOperator != null && 
-	   maxButtOperator != null) {
-	    return;
-	}
-	ComponentChooser chooser = new ComponentChooser() {
-	    public boolean checkComponent(Component comp) {
-		return(comp instanceof JButton);
-	    }
-	    public String getDescription() {
-		return("");
-	    }
-	};
-	ComponentSearcher searcher = new ComponentSearcher((Container)getSource());
-	searcher.setOutput(output.createErrorOutput());
-	JButton butt0 = (JButton)searcher.findComponent(chooser, 0);
-	JButton butt1 = (JButton)searcher.findComponent(chooser, 1);
-
-	if(butt0 == null || butt1 == null) {
-	    minButtOperator = null;
-	    maxButtOperator = null;
-	    return;
-	}
-
-	JButton minButt, maxButt;
-
-	if(((JScrollBar)getSource()).getOrientation() == JScrollBar.HORIZONTAL) {
-	    if(butt0.getX() < butt1.getX()) {
-		minButt = butt0;
-		maxButt = butt1;
-	    } else {
-		minButt = butt1;
-		maxButt = butt0;
-	    }
-	} else {
-	    if(butt0.getY() < butt1.getY()) {
-		minButt = butt0;
-		maxButt = butt1;
-	    } else {
-		minButt = butt1;
-		maxButt = butt0;
-	    }
-	}
-	minButtOperator = new JButtonOperator(minButt);
-	maxButtOperator = new JButtonOperator(maxButt);
-
-	minButtOperator.copyEnvironment(this);
-	maxButtOperator.copyEnvironment(this);
-
-	minButtOperator.setOutput(output.createErrorOutput());
-	maxButtOperator.setOutput(output.createErrorOutput());
-
-	Timeouts times = timeouts.cloneThis();
-	times.setTimeout("AbstractButtonOperator.PushButtonTimeout",
-			 times.getTimeout("JScrollBarOperator.OneScrollClickTimeout"));
-	
-	minButtOperator.setTimeouts(times);		 
-	maxButtOperator.setTimeouts(times);		 
-
-	minButtOperator.setVisualizer(new EmptyVisualizer());		 
-	maxButtOperator.setVisualizer(new EmptyVisualizer());
-    }
-
-    /**
-     * Interface can be used to define some kind of complicated
-     * scrolling rules.
-     */
-    public interface ScrollChecker {
-	/**
-         * Defines a scrolling direction.
-         * @param oper an operator
-	 * @see org.netbeans.jemmy.drivers.scrolling.ScrollAdjuster#INCREASE_SCROLL_DIRECTION
-	 * @see org.netbeans.jemmy.drivers.scrolling.ScrollAdjuster#DECREASE_SCROLL_DIRECTION
-	 * @see org.netbeans.jemmy.drivers.scrolling.ScrollAdjuster#DO_NOT_TOUCH_SCROLL_DIRECTION
-         * @return one of the following values:<BR>
-	 * ScrollAdjuster.INCREASE_SCROLL_DIRECTION<BR>
-	 * ScrollAdjuster.DECREASE_SCROLL_DIRECTION<BR>
-	 * ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION<BR>
-	 */
-	public int getScrollDirection(JScrollBarOperator oper);
-
-	/**
-	 * Scrolling rules decription.
-         * @return a description
-	 */
-	public String getDescription();
-    }
-
-    private class ValueScrollAdjuster implements ScrollAdjuster {
-	int value;
-	public ValueScrollAdjuster(int value) {
-	    this.value = value;
-	}
-	public int getScrollDirection() {
-	    if(getValue() == value) {
-		return(ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION);
-	    } else {
-		return((getValue() < value) ?
-		       ScrollAdjuster.INCREASE_SCROLL_DIRECTION :
-		       ScrollAdjuster.DECREASE_SCROLL_DIRECTION);
-	    }
-	}
-	public int getScrollOrientation() {
-	    return(getOrientation());
-	}
-	public String getDescription() {
-	    return("Scroll to " + Integer.toString(value) + " value");
-	}
-    }
-    private class WaitableChecker implements ScrollAdjuster {
-	Waitable w;
-	Object waitParam;
-	boolean increase;
-	boolean reached = false;
-	JScrollBarOperator oper;
-	public WaitableChecker(Waitable w, Object waitParam, boolean increase, JScrollBarOperator oper) {
-	    this.w = w;
-	    this.waitParam = waitParam;
-	    this.increase = increase;
-	    this.oper = oper;
-	}
-	public int getScrollDirection() {
-	    if(!reached && w.actionProduced(waitParam) != null) {
-		reached = true;
-	    }
-	    if(reached) {
-		return(this.DO_NOT_TOUCH_SCROLL_DIRECTION);
-	    } else {
-		return(increase ? 
-		       this.INCREASE_SCROLL_DIRECTION :
-		       this.DECREASE_SCROLL_DIRECTION);
-	    }
-	}
-	public int getScrollOrientation() {
-	    return(getOrientation());
-	}
-	public String getDescription() {
-	    return(w.getDescription());
-	}
-    }
-
-    private class CheckerAdjustable implements ScrollAdjuster {
-	ScrollChecker checker;
-	JScrollBarOperator oper;
-	public CheckerAdjustable(ScrollChecker checker, JScrollBarOperator oper) {
-	    this.checker = checker;
-	    this.oper = oper;
-	}
-	public int getScrollDirection() {
-	    return(checker.getScrollDirection(oper));
-	}
-	public int getScrollOrientation() {
-	    return(getOrientation());
-	}
-	public String getDescription() {
-	    return(checker.getDescription());
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JScrollBarFinder extends Finder {
-        /**
-         * Constructs JScrollBarFinder.
-         * @param sf other searching criteria.
-         */
-	public JScrollBarFinder(ComponentChooser sf) {
-            super(JScrollBar.class, sf);
-	}
-        /**
-         * Constructs JScrollBarFinder.
-         */
-	public JScrollBarFinder() {
-            super(JScrollBar.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JScrollPaneOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JScrollPaneOperator.java
deleted file mode 100644
index 3e7b768..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JScrollPaneOperator.java
+++ /dev/null
@@ -1,809 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-
-import org.netbeans.jemmy.util.EmptyVisualizer;
-
-import org.netbeans.jemmy.drivers.scrolling.ScrollAdjuster;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Point;
-import java.awt.Rectangle;
-
-import javax.swing.JScrollPane;
-import javax.swing.JScrollBar;
-import javax.swing.JViewport;
-import javax.swing.SwingUtilities;
-
-import javax.swing.border.Border;
-
-import javax.swing.plaf.ScrollPaneUI;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * JScrollBarOperator.OneScrollClickTimeout - time for one scroll click <BR>
- * JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JScrollPaneOperator extends JComponentOperator
-    implements Timeoutable, Outputable {
-
-    private static int X_POINT_RECT_SIZE = 6;
-    private static int Y_POINT_RECT_SIZE = 4;
-    
-    private Timeouts timeouts;
-    private TestOut output;
-    private JScrollBarOperator hScrollBarOper = null;
-    private JScrollBarOperator vScrollBarOper = null;
-    
-    /**
-     * Constructor.
-     * @param b JScrollPane component.
-     */
-    public JScrollPaneOperator(JScrollPane b) {
-	super(b);
-    }
-
-    /**
-     * Constructs a JScrollPaneOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JScrollPaneOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JScrollPane)cont.
-             waitSubComponent(new JScrollPaneFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JScrollPaneOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JScrollPaneOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JScrollPaneOperator(ContainerOperator cont, int index) {
-	this((JScrollPane)waitComponent(cont, 
-					new JScrollPaneFinder(), 
-					index));
-	copyEnvironment(cont);
-   }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * @throws TimeoutExpiredException
-     */
-    public JScrollPaneOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JScrollPane in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JScrollPane instance or null if component was not found.
-     */
-    public static JScrollPane findJScrollPane(Container cont, ComponentChooser chooser, int index) {
-	return((JScrollPane)findComponent(cont, new JScrollPaneFinder(chooser), index));
-    }
-    
-    /**
-     * Searches 0'th JScrollPane in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JScrollPane instance or null if component was not found.
-     */
-    public static JScrollPane findJScrollPane(Container cont, ComponentChooser chooser) {
-	return(findJScrollPane(cont, chooser, 0));
-    }
-    
-    /**
-     * Searches JScrollPane in container.
-     * @param cont Container to search component in.
-     * @param index Ordinal component index.
-     * @return JScrollPane instance or null if component was not found.
-     */
-    public static JScrollPane findJScrollPane(Container cont, int index) {
-	return(findJScrollPane(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th JScrollPane instance"), index));
-    }
-    
-    /**
-     * Searches 0'th JScrollPane in container.
-     * @param cont Container to search component in.
-     * @return JScrollPane instance or null if component was not found.
-     */
-    public static JScrollPane findJScrollPane(Container cont) {
-	return(findJScrollPane(cont, 0));
-    }
-
-    /**
-     * Searches JScrollPane object which component lies on.
-     * @param comp Component to find JScrollPane under.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JScrollPane instance or null if component was not found.
-     */
-    public static JScrollPane findJScrollPaneUnder(Component comp, ComponentChooser chooser) {
-	return((JScrollPane)findContainerUnder(comp, new JScrollPaneFinder(chooser)));
-    }
-    
-    /**
-     * Searches JScrollPane object which component lies on.
-     * @param comp Component to find JScrollPane under.
-     * @return JScrollPane instance or null if component was not found.
-     */
-    public static JScrollPane findJScrollPaneUnder(Component comp) {
-	return(findJScrollPaneUnder(comp, new JScrollPaneFinder()));
-    }
-    
-    /**
-     * Waits JScrollPane in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JScrollPane instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JScrollPane waitJScrollPane(Container cont, ComponentChooser chooser, int index) {
-	return((JScrollPane)waitComponent(cont, new JScrollPaneFinder(chooser), index));
-    }
-    
-    /**
-     * Waits 0'th JScrollPane in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JScrollPane instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JScrollPane waitJScrollPane(Container cont, ComponentChooser chooser) {
-	return(waitJScrollPane(cont, chooser, 0));
-    }
-    
-    /**
-     * Waits JScrollPane in container.
-     * @param cont Container to search component in.
-     * @param index Ordinal component index.
-     * @return JScrollPane instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JScrollPane waitJScrollPane(Container cont, int index) {
-	return(waitJScrollPane(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th JScrollPane instance"), index));
-    }
-    
-    /**
-     * Waits 0'th JScrollPane in container.
-     * @param cont Container to search component in.
-     * @return JScrollPane instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JScrollPane waitJScrollPane(Container cont) {
-	return(waitJScrollPane(cont, 0));
-    }
-
-    /**
-     * Sets values for both JScrollBars.
-     * @param hValue a value for the horizontal scrollbar.
-     * @param vValue a value for the vertical scrollbar.
-     */
-    public void setValues(int hValue, int vValue) {
-	initOperators();
-	hScrollBarOper.setValue(hValue);
-	vScrollBarOper.setValue(vValue);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	super.setTimeouts(timeouts);
-	this.timeouts = timeouts;
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    /**
-     * Scrolls horizontal scroll bar.
-     * @param value Value to scroll horizontal scroll bar to.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToHorizontalValue(int value) {
-	output.printTrace("Scroll JScrollPane to " + Integer.toString(value) + " horizontal value \n" +
-			  toStringSource());
-	output.printGolden("Scroll JScrollPane to " + Integer.toString(value) + " horizontal value");
-	initOperators();
-	makeComponentVisible();
-	if(hScrollBarOper != null && hScrollBarOper.getSource().isVisible()) {
-	    hScrollBarOper.scrollToValue(value);
-	}
-    }
-
-    /**
-     * Scrolls horizontal scroll bar.
-     * @param proportionalValue Proportional value to scroll horizontal scroll bar to.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToHorizontalValue(double proportionalValue) {
-	output.printTrace("Scroll JScrollPane to " + Double.toString(proportionalValue) + " proportional horizontal value \n" +
-			  toStringSource());
-	output.printGolden("Scroll JScrollPane to " + Double.toString(proportionalValue) + " proportional horizontal value");
-	initOperators();
-	makeComponentVisible();
-	if(hScrollBarOper != null && hScrollBarOper.getSource().isVisible()) {
-	    hScrollBarOper.scrollToValue(proportionalValue);
-	}
-    }
-
-    /**
-     * Scrolls vertical scroll bar.
-     * @param value Value to scroll vertical scroll bar to.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToVerticalValue(int value) {
-	output.printTrace("Scroll JScrollPane to " + Integer.toString(value) + " vertical value \n" +
-			  toStringSource());
-	output.printGolden("Scroll JScrollPane to " + Integer.toString(value) + " vertical value");
-	initOperators();
-	makeComponentVisible();
-	if(vScrollBarOper != null && vScrollBarOper.getSource().isVisible()) {
-	    vScrollBarOper.scrollToValue(value);
-	}
-    }
-
-    /**
-     * Scrolls vertical scroll bar.
-     * @param proportionalValue Value to scroll vertical scroll bar to.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToVerticalValue(double proportionalValue) {
-	output.printTrace("Scroll JScrollPane to " + Double.toString(proportionalValue) + " proportional vertical value \n" +
-			  toStringSource());
-	output.printGolden("Scroll JScrollPane to " + Double.toString(proportionalValue) + " proportional vertical value");
-	initOperators();
-	makeComponentVisible();
-	if(vScrollBarOper != null && vScrollBarOper.getSource().isVisible()) {
-	    vScrollBarOper.scrollToValue(proportionalValue);
-	}
-    }
-
-    /**
-     * Scrolls both scroll bars.
-     * @param valueX Value to scroll horizontal scroll bar to.
-     * @param valueY Value to scroll vertical scroll bar to.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToValues(int valueX, int valueY) {
-	scrollToVerticalValue(valueX);
-	scrollToHorizontalValue(valueX);
-    }
-
-    /**
-     * Scrolls both scroll bars.
-     * @param proportionalValueX Value to scroll horizontal scroll bar to.
-     * @param proportionalValueY Value to scroll vertical scroll bar to.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToValues(double proportionalValueX, double proportionalValueY) {
-	scrollToVerticalValue(proportionalValueX);
-	scrollToHorizontalValue(proportionalValueY);
-    }
-
-    /**
-     * Scrolls pane to top.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToTop() {
-	output.printTrace("Scroll JScrollPane to top\n" +
-			  toStringSource());
-	output.printGolden("Scroll JScrollPane to top");
-	initOperators();
-	makeComponentVisible();
-	if(vScrollBarOper != null && vScrollBarOper.getSource().isVisible()) {
-	    vScrollBarOper.scrollToMinimum();
-	}
-    }
-
-    /**
-     * Scrolls pane to bottom.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToBottom() {
-	output.printTrace("Scroll JScrollPane to bottom\n" +
-			  toStringSource());
-	output.printGolden("Scroll JScrollPane to bottom");
-	initOperators();
-	makeComponentVisible();
-	if(vScrollBarOper != null && vScrollBarOper.getSource().isVisible()) {
-	    vScrollBarOper.scrollToMaximum();
-	}
-    }
-
-    /**
-     * Scrolls pane to left.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToLeft() {
-	output.printTrace("Scroll JScrollPane to left\n" +
-			  toStringSource());
-	output.printGolden("Scroll JScrollPane to left");
-	initOperators();
-	makeComponentVisible();
-	if(hScrollBarOper != null && hScrollBarOper.getSource().isVisible()) {
-	    hScrollBarOper.scrollToMinimum();
-	}
-    }
-
-    /**
-     * Scrolls pane to right.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToRight() {
-	output.printTrace("Scroll JScrollPane to right\n" +
-			  toStringSource());
-	output.printGolden("Scroll JScrollPane to right");
-	initOperators();
-	makeComponentVisible();
-	if(hScrollBarOper != null && hScrollBarOper.getSource().isVisible()) {
-	    hScrollBarOper.scrollToMaximum();
-	}
-    }
-
-    /**
-     * Scrolls pane to rectangle of a component.
-     * @param comp a subcomponent defining coordinate system.
-     * @param x coordinate
-     * @param y coordinate
-     * @param width rectangle width
-     * @param height rectangle height
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToComponentRectangle(Component comp, int x, int y, int width, int height) {
-	initOperators();
-	makeComponentVisible();
-	if(hScrollBarOper != null && hScrollBarOper.getSource().isVisible()) {
-	    hScrollBarOper.scrollTo(new ComponentRectChecker(comp, x, y, width, height, JScrollBar.HORIZONTAL));
-	}
-	if(vScrollBarOper != null && vScrollBarOper.getSource().isVisible()) {
-	    vScrollBarOper.scrollTo(new ComponentRectChecker(comp, x, y, width, height, JScrollBar.VERTICAL));
-	}
-    }
-
-    /**
-     * Scrolls pane to point.
-     * @param comp a subcomponent defining coordinate system.
-     * @param x coordinate
-     * @param y coordinate
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToComponentPoint(Component comp, int x, int y) {
-	scrollToComponentRectangle(comp, 
-				   x - X_POINT_RECT_SIZE,
-				   y - Y_POINT_RECT_SIZE,
-				   2 * X_POINT_RECT_SIZE,
-				   2 * Y_POINT_RECT_SIZE);
-    }
-
-    /**
-     * Scrolls pane to component on this pane.
-     * Component should lay on the JScrollPane view.
-     * @param comp Component to scroll to.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToComponent(final Component comp) {
-        String componentToString = (String)runMapping(
-            new Operator.MapAction("comp.toString()") {
-                public Object map() {
-                    return comp.toString();
-                } 
-            }
-        );
-	output.printTrace("Scroll JScrollPane " + toStringSource() + 
-			  "\nto component " + componentToString);
-	output.printGolden("Scroll JScrollPane to " + comp.getClass().getName() + " component.");
-	scrollToComponentRectangle(comp, 0, 0, comp.getWidth(), comp.getHeight());
-    }
-
-
-    /**
-     * Returns operator used for horizontal scrollbar.
-     * @return an operator for the horizontal scrollbar.
-     */
-    public JScrollBarOperator getHScrollBarOperator() {
-	initOperators();
-	return(hScrollBarOper);
-    }
-
-    /**
-     * Returns operator used for vertical scrollbar.
-     * @return an operator for the vertical scrollbar.
-     */
-    public JScrollBarOperator getVScrollBarOperator() {
-	initOperators();
-	return(vScrollBarOper);
-    }
-
-    /**
-     * Checks if component's rectangle is inside view port (no scrolling necessary).
-     * @param comp a subcomponent defining coordinate system.
-     * @param x coordinate
-     * @param y coordinate
-     * @param width rectangle width
-     * @param height rectangle height
-     * @return true if pointed subcomponent rectangle is inside the scrolling area.
-     */
-    public boolean checkInside(Component comp, int x, int y, int width, int height) {
-	Component view = getViewport().getView();
-	Point toPoint = SwingUtilities.
-	    convertPoint(comp, x, y, getViewport().getView());
-	initOperators();
-	if(hScrollBarOper != null && hScrollBarOper.getSource().isVisible()) {
-	    if(toPoint.x < hScrollBarOper.getValue()) {
-		return(false);
-	    }
-	    if(comp.getWidth() > view.getWidth()) {
-		return(toPoint.x > 0);
-	    } else {
-		return(toPoint.x + comp.getWidth() > 
-		       hScrollBarOper.getValue() + view.getWidth());
-	    }
-	}
-	if(vScrollBarOper != null && vScrollBarOper.getSource().isVisible()) {
-	    if(toPoint.y < vScrollBarOper.getValue()) {
-		return(false);
-	    }
-	    if(comp.getHeight() > view.getHeight()) {
-		return(toPoint.y > 0);
-	    } else {
-		return(toPoint.y + comp.getHeight() > 
-		       vScrollBarOper.getValue() + view.getHeight());
-	    }
-	}
-	return(true);
-    }
-    
-    /**
-     * Checks if component is inside view port (no scrolling necessary).
-     * @param comp a subcomponent
-     * @return true if pointed subcomponent is inside the scrolling area.
-     */
-    public boolean checkInside(Component comp) {
-	return(checkInside(comp, 0, 0, comp.getWidth(), comp.getHeight()));
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JScrollPane.createHorizontalScrollBar()</code> through queue*/
-    public JScrollBar createHorizontalScrollBar() {
-	return((JScrollBar)runMapping(new MapAction("createHorizontalScrollBar") {
-		public Object map() {
-		    return(((JScrollPane)getSource()).createHorizontalScrollBar());
-		}}));}
-
-    /**Maps <code>JScrollPane.createVerticalScrollBar()</code> through queue*/
-    public JScrollBar createVerticalScrollBar() {
-	return((JScrollBar)runMapping(new MapAction("createVerticalScrollBar") {
-		public Object map() {
-		    return(((JScrollPane)getSource()).createVerticalScrollBar());
-		}}));}
-
-    /**Maps <code>JScrollPane.getColumnHeader()</code> through queue*/
-    public JViewport getColumnHeader() {
-	return((JViewport)runMapping(new MapAction("getColumnHeader") {
-		public Object map() {
-		    return(((JScrollPane)getSource()).getColumnHeader());
-		}}));}
-
-    /**Maps <code>JScrollPane.getCorner(String)</code> through queue*/
-    public Component getCorner(final String string) {
-	return((Component)runMapping(new MapAction("getCorner") {
-		public Object map() {
-		    return(((JScrollPane)getSource()).getCorner(string));
-		}}));}
-
-    /**Maps <code>JScrollPane.getHorizontalScrollBar()</code> through queue*/
-    public JScrollBar getHorizontalScrollBar() {
-	return((JScrollBar)runMapping(new MapAction("getHorizontalScrollBar") {
-		public Object map() {
-		    return(((JScrollPane)getSource()).getHorizontalScrollBar());
-		}}));}
-
-    /**Maps <code>JScrollPane.getHorizontalScrollBarPolicy()</code> through queue*/
-    public int getHorizontalScrollBarPolicy() {
-	return(runMapping(new MapIntegerAction("getHorizontalScrollBarPolicy") {
-		public int map() {
-		    return(((JScrollPane)getSource()).getHorizontalScrollBarPolicy());
-		}}));}
-
-    /**Maps <code>JScrollPane.getRowHeader()</code> through queue*/
-    public JViewport getRowHeader() {
-	return((JViewport)runMapping(new MapAction("getRowHeader") {
-		public Object map() {
-		    return(((JScrollPane)getSource()).getRowHeader());
-		}}));}
-
-    /**Maps <code>JScrollPane.getUI()</code> through queue*/
-    public ScrollPaneUI getUI() {
-	return((ScrollPaneUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JScrollPane)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JScrollPane.getVerticalScrollBar()</code> through queue*/
-    public JScrollBar getVerticalScrollBar() {
-	return((JScrollBar)runMapping(new MapAction("getVerticalScrollBar") {
-		public Object map() {
-		    return(((JScrollPane)getSource()).getVerticalScrollBar());
-		}}));}
-
-    /**Maps <code>JScrollPane.getVerticalScrollBarPolicy()</code> through queue*/
-    public int getVerticalScrollBarPolicy() {
-	return(runMapping(new MapIntegerAction("getVerticalScrollBarPolicy") {
-		public int map() {
-		    return(((JScrollPane)getSource()).getVerticalScrollBarPolicy());
-		}}));}
-
-    /**Maps <code>JScrollPane.getViewport()</code> through queue*/
-    public JViewport getViewport() {
-	return((JViewport)runMapping(new MapAction("getViewport") {
-		public Object map() {
-		    return(((JScrollPane)getSource()).getViewport());
-		}}));}
-
-    /**Maps <code>JScrollPane.getViewportBorder()</code> through queue*/
-    public Border getViewportBorder() {
-	return((Border)runMapping(new MapAction("getViewportBorder") {
-		public Object map() {
-		    return(((JScrollPane)getSource()).getViewportBorder());
-		}}));}
-
-    /**Maps <code>JScrollPane.getViewportBorderBounds()</code> through queue*/
-    public Rectangle getViewportBorderBounds() {
-	return((Rectangle)runMapping(new MapAction("getViewportBorderBounds") {
-		public Object map() {
-		    return(((JScrollPane)getSource()).getViewportBorderBounds());
-		}}));}
-
-    /**Maps <code>JScrollPane.setColumnHeader(JViewport)</code> through queue*/
-    public void setColumnHeader(final JViewport jViewport) {
-	runMapping(new MapVoidAction("setColumnHeader") {
-		public void map() {
-		    ((JScrollPane)getSource()).setColumnHeader(jViewport);
-		}});}
-
-    /**Maps <code>JScrollPane.setColumnHeaderView(Component)</code> through queue*/
-    public void setColumnHeaderView(final Component component) {
-	runMapping(new MapVoidAction("setColumnHeaderView") {
-		public void map() {
-		    ((JScrollPane)getSource()).setColumnHeaderView(component);
-		}});}
-
-    /**Maps <code>JScrollPane.setCorner(String, Component)</code> through queue*/
-    public void setCorner(final String string, final Component component) {
-	runMapping(new MapVoidAction("setCorner") {
-		public void map() {
-		    ((JScrollPane)getSource()).setCorner(string, component);
-		}});}
-
-    /**Maps <code>JScrollPane.setHorizontalScrollBar(JScrollBar)</code> through queue*/
-    public void setHorizontalScrollBar(final JScrollBar jScrollBar) {
-	runMapping(new MapVoidAction("setHorizontalScrollBar") {
-		public void map() {
-		    ((JScrollPane)getSource()).setHorizontalScrollBar(jScrollBar);
-		}});}
-
-    /**Maps <code>JScrollPane.setHorizontalScrollBarPolicy(int)</code> through queue*/
-    public void setHorizontalScrollBarPolicy(final int i) {
-	runMapping(new MapVoidAction("setHorizontalScrollBarPolicy") {
-		public void map() {
-		    ((JScrollPane)getSource()).setHorizontalScrollBarPolicy(i);
-		}});}
-
-    /**Maps <code>JScrollPane.setRowHeader(JViewport)</code> through queue*/
-    public void setRowHeader(final JViewport jViewport) {
-	runMapping(new MapVoidAction("setRowHeader") {
-		public void map() {
-		    ((JScrollPane)getSource()).setRowHeader(jViewport);
-		}});}
-
-    /**Maps <code>JScrollPane.setRowHeaderView(Component)</code> through queue*/
-    public void setRowHeaderView(final Component component) {
-	runMapping(new MapVoidAction("setRowHeaderView") {
-		public void map() {
-		    ((JScrollPane)getSource()).setRowHeaderView(component);
-		}});}
-
-    /**Maps <code>JScrollPane.setUI(ScrollPaneUI)</code> through queue*/
-    public void setUI(final ScrollPaneUI scrollPaneUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((JScrollPane)getSource()).setUI(scrollPaneUI);
-		}});}
-
-    /**Maps <code>JScrollPane.setVerticalScrollBar(JScrollBar)</code> through queue*/
-    public void setVerticalScrollBar(final JScrollBar jScrollBar) {
-	runMapping(new MapVoidAction("setVerticalScrollBar") {
-		public void map() {
-		    ((JScrollPane)getSource()).setVerticalScrollBar(jScrollBar);
-		}});}
-
-    /**Maps <code>JScrollPane.setVerticalScrollBarPolicy(int)</code> through queue*/
-    public void setVerticalScrollBarPolicy(final int i) {
-	runMapping(new MapVoidAction("setVerticalScrollBarPolicy") {
-		public void map() {
-		    ((JScrollPane)getSource()).setVerticalScrollBarPolicy(i);
-		}});}
-
-    /**Maps <code>JScrollPane.setViewport(JViewport)</code> through queue*/
-    public void setViewport(final JViewport jViewport) {
-	runMapping(new MapVoidAction("setViewport") {
-		public void map() {
-		    ((JScrollPane)getSource()).setViewport(jViewport);
-		}});}
-
-    /**Maps <code>JScrollPane.setViewportBorder(Border)</code> through queue*/
-    public void setViewportBorder(final Border border) {
-	runMapping(new MapVoidAction("setViewportBorder") {
-		public void map() {
-		    ((JScrollPane)getSource()).setViewportBorder(border);
-		}});}
-
-    /**Maps <code>JScrollPane.setViewportView(Component)</code> through queue*/
-    public void setViewportView(final Component component) {
-	runMapping(new MapVoidAction("setViewportView") {
-		public void map() {
-		    ((JScrollPane)getSource()).setViewportView(component);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    private void initOperators() {
-	if(hScrollBarOper == null && getHorizontalScrollBar() != null && getHorizontalScrollBar().isVisible()) {
-	    hScrollBarOper = new JScrollBarOperator(getHorizontalScrollBar());
-	    hScrollBarOper.copyEnvironment(this);
-	    hScrollBarOper.setVisualizer(new EmptyVisualizer());
-	}
-	if(vScrollBarOper == null && getVerticalScrollBar() != null && getVerticalScrollBar().isVisible()) {
-	    vScrollBarOper = new JScrollBarOperator(getVerticalScrollBar());
-	    vScrollBarOper.copyEnvironment(this);
-	    vScrollBarOper.setVisualizer(new EmptyVisualizer());
-	}
-    }
-
-    private class ComponentRectChecker implements JScrollBarOperator.ScrollChecker {
-	Component comp;
-	int x;
-	int y;
-	int width;
-	int height;
-	int orientation;
-	public ComponentRectChecker(Component comp, int x, int y, int width, int height, int orientation) {
-	    this.comp = comp;
-	    this.x = x;
-	    this.y = y;
-	    this.width = width;
-	    this.height = height;
-	    this.orientation = orientation;
-	}
-	public int getScrollDirection(JScrollBarOperator oper) {
-	    Point toPoint = SwingUtilities.
-		convertPoint(comp, x, y, getViewport().getView());
-	    int to = (orientation == JScrollBar.HORIZONTAL) ? toPoint.x : toPoint.y;
-	    int ln = (orientation == JScrollBar.HORIZONTAL) ? width : height;
-	    int lv = (orientation == JScrollBar.HORIZONTAL) ? getViewport().getWidth() : getViewport().getHeight();
-	    int vl = oper.getValue();
-	    if(to < vl) {
-		return(ScrollAdjuster.DECREASE_SCROLL_DIRECTION);
-	    } else if((to + ln - 1) > (vl + lv) &&
-		      to        > vl) {
-		return(ScrollAdjuster.INCREASE_SCROLL_DIRECTION);
-	    } else {
-		return(ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION);
-	    }
-	}
-	public String getDescription() {
-	    return("");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JScrollPaneFinder extends Finder {
-        /**
-         * Constructs JScrollPaneFinder.
-         * @param sf other searching criteria.
-         */
-	public JScrollPaneFinder(ComponentChooser sf) {
-            super(JScrollPane.class, sf);
-	}
-        /**
-         * Constructs JScrollPaneFinder.
-         */
-	public JScrollPaneFinder() {
-            super(JScrollPane.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JSliderOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JSliderOperator.java
deleted file mode 100644
index e52102e..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JSliderOperator.java
+++ /dev/null
@@ -1,713 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import java.util.Dictionary;
-import java.util.Hashtable;
-
-import java.awt.Component;
-import java.awt.Container;
-
-import javax.swing.BoundedRangeModel;
-import javax.swing.JButton;
-import javax.swing.JSlider;
-
-import javax.swing.event.ChangeListener;
-
-import javax.swing.plaf.SliderUI;
-
-import org.netbeans.jemmy.Action;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.Waitable;
-import org.netbeans.jemmy.Waiter;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.ScrollDriver;
-
-import org.netbeans.jemmy.drivers.scrolling.ScrollAdjuster;
-
-/**
- * Covers <code>javax.swing.JSlider</code> component.
- *
- * <BR><BR>Timeouts used: <BR>
- * JSliderOperator.WholeScrollTimeout - time for the whole scrolling. <BR>
- * JSliderOperator.ScrollingDelta - time delta to verify result durong scrolling. <BR>
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class JSliderOperator extends JComponentOperator
-    implements Timeoutable, Outputable{
-
-    private final static long ONE_SCROLL_CLICK_TIMEOUT = 0;
-    private final static long WHOLE_SCROLL_TIMEOUT = 60000;
-    private final static long SCROLLING_DELTA = 0;
-
-    private ScrollDriver driver;
-
-    /**
-     * Identifier for a "minimum" property.
-     * @see #getDump
-     */
-    public static final String MINIMUM_DPROP = "Minimum";
-
-    /**
-     * Identifier for a "maximum" property.
-     * @see #getDump
-     */
-    public static final String MAXIMUM_DPROP = "Maximum";
-
-    /**
-     * Identifier for a "value" property.
-     * @see #getDump
-     */
-    public static final String VALUE_DPROP = "Value";
-
-    /**
-     * Identifier for a "orientation" property.
-     * @see #getDump
-     */
-    public static final String ORIENTATION_DPROP = "Orientation";
-
-    /**
-     * Identifier for a "HORIZONTAL" value of "orientation" property.
-     * @see #getDump
-     */
-    public static final String HORIZONTAL_ORIENTATION_DPROP_VALUE = "HORIZONTAL";
-
-    /**
-     * Identifier for a "VERTICAL" value of "orientation" property.
-     * @see #getDump
-     */
-    public static final String VERTICAL_ORIENTATION_DPROP_VALUE = "VERTICAL";
-
-    /**
-     * Identifier for a "inverted" property.
-     */
-    public static final String IS_INVERTED_DPROP = "Inverted";
-
-    /**
-     * Scrolling model.
-     * @see #setScrollModel(int)
-     * @deprecated All actions are prformed throw a <code>ScrollDriver</code> registered
-     * for this component, So this field is useless.
-     */
-    public static final int CLICK_SCROLL_MODEL = 1;
-
-    /**
-     * Push and wait scroll model. Mouse is pressed, and released after necessary position reached.
-     * @see #setScrollModel(int)
-     * @deprecated All actions are prformed throw a <code>ScrollDriver</code> registered
-     * for this component, So this field is useless.
-     */
-    public static final int PUSH_AND_WAIT_SCROLL_MODEL = 2;
-
-    private Timeouts timeouts;
-    private TestOut output;
-    private JButtonOperator minButtOperator;
-    private JButtonOperator maxButtOperator;
-    private int scrollModel = CLICK_SCROLL_MODEL;
-
-    /**
-     * Constructor.
-     * @param b JSlider component.
-     */
-    public JSliderOperator(JSlider b) {
-	super(b);
-	driver = DriverManager.getScrollDriver(getClass());
-    }
-
-    /**
-     * Constructs a JSliderOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JSliderOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JSlider)cont.
-             waitSubComponent(new JSliderFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JSliderOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JSliderOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JSliderOperator(ContainerOperator cont, int index) {
-	this((JSlider)waitComponent(cont, 
-				    new JSliderFinder(), 
-				    index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * @throws TimeoutExpiredException
-     */
-    public JSliderOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JSlider in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JSlider instance or null if component was not found.
-     */
-    public static JSlider findJSlider(Container cont, ComponentChooser chooser, int index) {
-	return((JSlider)findComponent(cont, new JSliderFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th JSlider in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JSlider instance or null if component was not found.
-     */
-    public static JSlider findJSlider(Container cont, ComponentChooser chooser) {
-	return(findJSlider(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JSlider in container.
-     * @param cont Container to search component in.
-     * @param index Ordinal component index.
-     * @return JSlider instance or null if component was not found.
-     */
-    public static JSlider findJSlider(Container cont, int index) {
-	return(findJSlider(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th JSlider instance"), index));
-    }
-
-    /**
-     * Searches 0'th JSlider in container.
-     * @param cont Container to search component in.
-     * @return JSlider instance or null if component was not found.
-     */
-    public static JSlider findJSlider(Container cont) {
-	return(findJSlider(cont, 0));
-    }
-
-    /**
-     * Waits JSlider in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JSlider instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JSlider waitJSlider(Container cont, ComponentChooser chooser, int index)  {
-	return((JSlider)waitComponent(cont, new JSliderFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th JSlider in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JSlider instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JSlider waitJSlider(Container cont, ComponentChooser chooser) {
-	return(waitJSlider(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JSlider in container.
-     * @param cont Container to search component in.
-     * @param index Ordinal component index.
-     * @return JSlider instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JSlider waitJSlider(Container cont, int index)  {
-	return(waitJSlider(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th JSlider instance"), index));
-    }
-
-    /**
-     * Waits 0'th JSlider in container.
-     * @param cont Container to search component in.
-     * @return JSlider instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JSlider waitJSlider(Container cont) {
-	return(waitJSlider(cont, 0));
-    }
-
-    static {
-	Timeouts.initDefault("JSliderOperator.OneScrollClickTimeout", ONE_SCROLL_CLICK_TIMEOUT);
-	Timeouts.initDefault("JSliderOperator.WholeScrollTimeout", WHOLE_SCROLL_TIMEOUT);
-	Timeouts.initDefault("JSliderOperator.ScrollingDelta", SCROLLING_DELTA);
-    }
-
-    /**
-     * Defines scroll model. Default model value - CLICK_SCROLL_MODEL.
-     * @param model New scroll model value.
-     * @see #CLICK_SCROLL_MODEL
-     * @see #PUSH_AND_WAIT_SCROLL_MODEL
-     * @see #getScrollModel()
-     * @see #scrollToValue(int)
-     * @deprecated All actions are prformed throw a <code>ScrollDriver</code> registered
-     * for this component, so value set by this method is ignored.
-     */
-    public void setScrollModel(int model) {
-        scrollModel = model;
-    }
-
-    /**
-     * Specifies the scroll model.
-     * @return Current scroll model value.
-     * @see #setScrollModel(int)
-     * @deprecated All actions are prformed throw a <code>ScrollDriver</code> registered
-     * for this component, so value returned by this method is ignored.
-     */
-    public int getScrollModel() {
-	return(scrollModel);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	this.timeouts = timeouts;
-	super.setTimeouts(timeouts);
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    /**
-     * Scrolls slider to the position defined by a ScrollAdjuster implementation.
-     * @param adj defines scrolling direction, and so on.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollTo(final ScrollAdjuster adj) {
-        makeComponentVisible();
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.scroll(JSliderOperator.this, adj);
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Scrolling");
-		}
-	    }, getTimeouts().getTimeout("JSliderOperator.WholeScrollTimeout"));
-    }
-
-    /**
-     * Moves slider to the necessary value.
-     * @param value Value to move slider to.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToValue(int value) {
-	output.printTrace("Move JSlider to " + Integer.toString(value) +
-			  " value\n" + toStringSource());
-	output.printGolden("Move JSlider to " + Integer.toString(value) + " value");
-        scrollTo(new ValueScrollAdjuster(value));
-    }
-
-    /**
-     * Moves slider to the maximal value.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToMaximum() {
-	output.printTrace("Move JSlider to maximum value\n" +
-			  toStringSource());
-	output.printGolden("Move JSlider to maximum value");
-	scrollToValue(getMaximum());
-    }
-
-    /**
-     * Moves slider to the minimal value.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToMinimum() {
-	output.printTrace("Move JSlider to minimum value\n" +
-			  toStringSource());
-	output.printGolden("Move JSlider to minimum value");
-	scrollToValue(getMinimum());
-    }
-
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	result.put(MINIMUM_DPROP, Integer.toString(((JSlider)getSource()).getMinimum()));
-	result.put(MAXIMUM_DPROP, Integer.toString(((JSlider)getSource()).getMaximum()));
-	result.put(ORIENTATION_DPROP, (((JSlider)getSource()).getOrientation() == JSlider.HORIZONTAL) ? 
-		   HORIZONTAL_ORIENTATION_DPROP_VALUE : 
-		   VERTICAL_ORIENTATION_DPROP_VALUE);
-	result.put(IS_INVERTED_DPROP, ((JSlider)getSource()).getInverted() ? "true" : "false");
-	result.put(VALUE_DPROP, Integer.toString(((JSlider)getSource()).getValue()));
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JSlider.addChangeListener(ChangeListener)</code> through queue*/
-    public void addChangeListener(final ChangeListener changeListener) {
-	runMapping(new MapVoidAction("addChangeListener") {
-		public void map() {
-		    ((JSlider)getSource()).addChangeListener(changeListener);
-		}});}
-
-    /**Maps <code>JSlider.createStandardLabels(int)</code> through queue*/
-    public Hashtable createStandardLabels(final int i) {
-	return((Hashtable)runMapping(new MapAction("createStandardLabels") {
-		public Object map() {
-		    return(((JSlider)getSource()).createStandardLabels(i));
-		}}));}
-
-    /**Maps <code>JSlider.createStandardLabels(int, int)</code> through queue*/
-    public Hashtable createStandardLabels(final int i, final int i1) {
-	return((Hashtable)runMapping(new MapAction("createStandardLabels") {
-		public Object map() {
-		    return(((JSlider)getSource()).createStandardLabels(i, i1));
-		}}));}
-
-    /**Maps <code>JSlider.getExtent()</code> through queue*/
-    public int getExtent() {
-	return(runMapping(new MapIntegerAction("getExtent") {
-		public int map() {
-		    return(((JSlider)getSource()).getExtent());
-		}}));}
-
-    /**Maps <code>JSlider.getInverted()</code> through queue*/
-    public boolean getInverted() {
-	return(runMapping(new MapBooleanAction("getInverted") {
-		public boolean map() {
-		    return(((JSlider)getSource()).getInverted());
-		}}));}
-
-    /**Maps <code>JSlider.getLabelTable()</code> through queue*/
-    public Dictionary getLabelTable() {
-	return((Dictionary)runMapping(new MapAction("getLabelTable") {
-		public Object map() {
-		    return(((JSlider)getSource()).getLabelTable());
-		}}));}
-
-    /**Maps <code>JSlider.getMajorTickSpacing()</code> through queue*/
-    public int getMajorTickSpacing() {
-	return(runMapping(new MapIntegerAction("getMajorTickSpacing") {
-		public int map() {
-		    return(((JSlider)getSource()).getMajorTickSpacing());
-		}}));}
-
-    /**Maps <code>JSlider.getMaximum()</code> through queue*/
-    public int getMaximum() {
-	return(runMapping(new MapIntegerAction("getMaximum") {
-		public int map() {
-		    return(((JSlider)getSource()).getMaximum());
-		}}));}
-
-    /**Maps <code>JSlider.getMinimum()</code> through queue*/
-    public int getMinimum() {
-	return(runMapping(new MapIntegerAction("getMinimum") {
-		public int map() {
-		    return(((JSlider)getSource()).getMinimum());
-		}}));}
-
-    /**Maps <code>JSlider.getMinorTickSpacing()</code> through queue*/
-    public int getMinorTickSpacing() {
-	return(runMapping(new MapIntegerAction("getMinorTickSpacing") {
-		public int map() {
-		    return(((JSlider)getSource()).getMinorTickSpacing());
-		}}));}
-
-    /**Maps <code>JSlider.getModel()</code> through queue*/
-    public BoundedRangeModel getModel() {
-	return((BoundedRangeModel)runMapping(new MapAction("getModel") {
-		public Object map() {
-		    return(((JSlider)getSource()).getModel());
-		}}));}
-
-    /**Maps <code>JSlider.getOrientation()</code> through queue*/
-    public int getOrientation() {
-	return(runMapping(new MapIntegerAction("getOrientation") {
-		public int map() {
-		    return(((JSlider)getSource()).getOrientation());
-		}}));}
-
-    /**Maps <code>JSlider.getPaintLabels()</code> through queue*/
-    public boolean getPaintLabels() {
-	return(runMapping(new MapBooleanAction("getPaintLabels") {
-		public boolean map() {
-		    return(((JSlider)getSource()).getPaintLabels());
-		}}));}
-
-    /**Maps <code>JSlider.getPaintTicks()</code> through queue*/
-    public boolean getPaintTicks() {
-	return(runMapping(new MapBooleanAction("getPaintTicks") {
-		public boolean map() {
-		    return(((JSlider)getSource()).getPaintTicks());
-		}}));}
-
-    /**Maps <code>JSlider.getPaintTrack()</code> through queue*/
-    public boolean getPaintTrack() {
-	return(runMapping(new MapBooleanAction("getPaintTrack") {
-		public boolean map() {
-		    return(((JSlider)getSource()).getPaintTrack());
-		}}));}
-
-    /**Maps <code>JSlider.getSnapToTicks()</code> through queue*/
-    public boolean getSnapToTicks() {
-	return(runMapping(new MapBooleanAction("getSnapToTicks") {
-		public boolean map() {
-		    return(((JSlider)getSource()).getSnapToTicks());
-		}}));}
-
-    /**Maps <code>JSlider.getUI()</code> through queue*/
-    public SliderUI getUI() {
-	return((SliderUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JSlider)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JSlider.getValue()</code> through queue*/
-    public int getValue() {
-	return(runMapping(new MapIntegerAction("getValue") {
-		public int map() {
-		    return(((JSlider)getSource()).getValue());
-		}}));}
-
-    /**Maps <code>JSlider.getValueIsAdjusting()</code> through queue*/
-    public boolean getValueIsAdjusting() {
-	return(runMapping(new MapBooleanAction("getValueIsAdjusting") {
-		public boolean map() {
-		    return(((JSlider)getSource()).getValueIsAdjusting());
-		}}));}
-
-    /**Maps <code>JSlider.removeChangeListener(ChangeListener)</code> through queue*/
-    public void removeChangeListener(final ChangeListener changeListener) {
-	runMapping(new MapVoidAction("removeChangeListener") {
-		public void map() {
-		    ((JSlider)getSource()).removeChangeListener(changeListener);
-		}});}
-
-    /**Maps <code>JSlider.setExtent(int)</code> through queue*/
-    public void setExtent(final int i) {
-	runMapping(new MapVoidAction("setExtent") {
-		public void map() {
-		    ((JSlider)getSource()).setExtent(i);
-		}});}
-
-    /**Maps <code>JSlider.setInverted(boolean)</code> through queue*/
-    public void setInverted(final boolean b) {
-	runMapping(new MapVoidAction("setInverted") {
-		public void map() {
-		    ((JSlider)getSource()).setInverted(b);
-		}});}
-
-    /**Maps <code>JSlider.setLabelTable(Dictionary)</code> through queue*/
-    public void setLabelTable(final Dictionary dictionary) {
-	runMapping(new MapVoidAction("setLabelTable") {
-		public void map() {
-		    ((JSlider)getSource()).setLabelTable(dictionary);
-		}});}
-
-    /**Maps <code>JSlider.setMajorTickSpacing(int)</code> through queue*/
-    public void setMajorTickSpacing(final int i) {
-	runMapping(new MapVoidAction("setMajorTickSpacing") {
-		public void map() {
-		    ((JSlider)getSource()).setMajorTickSpacing(i);
-		}});}
-
-    /**Maps <code>JSlider.setMaximum(int)</code> through queue*/
-    public void setMaximum(final int i) {
-	runMapping(new MapVoidAction("setMaximum") {
-		public void map() {
-		    ((JSlider)getSource()).setMaximum(i);
-		}});}
-
-    /**Maps <code>JSlider.setMinimum(int)</code> through queue*/
-    public void setMinimum(final int i) {
-	runMapping(new MapVoidAction("setMinimum") {
-		public void map() {
-		    ((JSlider)getSource()).setMinimum(i);
-		}});}
-
-    /**Maps <code>JSlider.setMinorTickSpacing(int)</code> through queue*/
-    public void setMinorTickSpacing(final int i) {
-	runMapping(new MapVoidAction("setMinorTickSpacing") {
-		public void map() {
-		    ((JSlider)getSource()).setMinorTickSpacing(i);
-		}});}
-
-    /**Maps <code>JSlider.setModel(BoundedRangeModel)</code> through queue*/
-    public void setModel(final BoundedRangeModel boundedRangeModel) {
-	runMapping(new MapVoidAction("setModel") {
-		public void map() {
-		    ((JSlider)getSource()).setModel(boundedRangeModel);
-		}});}
-
-    /**Maps <code>JSlider.setOrientation(int)</code> through queue*/
-    public void setOrientation(final int i) {
-	runMapping(new MapVoidAction("setOrientation") {
-		public void map() {
-		    ((JSlider)getSource()).setOrientation(i);
-		}});}
-
-    /**Maps <code>JSlider.setPaintLabels(boolean)</code> through queue*/
-    public void setPaintLabels(final boolean b) {
-	runMapping(new MapVoidAction("setPaintLabels") {
-		public void map() {
-		    ((JSlider)getSource()).setPaintLabels(b);
-		}});}
-
-    /**Maps <code>JSlider.setPaintTicks(boolean)</code> through queue*/
-    public void setPaintTicks(final boolean b) {
-	runMapping(new MapVoidAction("setPaintTicks") {
-		public void map() {
-		    ((JSlider)getSource()).setPaintTicks(b);
-		}});}
-
-    /**Maps <code>JSlider.setPaintTrack(boolean)</code> through queue*/
-    public void setPaintTrack(final boolean b) {
-	runMapping(new MapVoidAction("setPaintTrack") {
-		public void map() {
-		    ((JSlider)getSource()).setPaintTrack(b);
-		}});}
-
-    /**Maps <code>JSlider.setSnapToTicks(boolean)</code> through queue*/
-    public void setSnapToTicks(final boolean b) {
-	runMapping(new MapVoidAction("setSnapToTicks") {
-		public void map() {
-		    ((JSlider)getSource()).setSnapToTicks(b);
-		}});}
-
-    /**Maps <code>JSlider.setUI(SliderUI)</code> through queue*/
-    public void setUI(final SliderUI sliderUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((JSlider)getSource()).setUI(sliderUI);
-		}});}
-
-    /**Maps <code>JSlider.setValue(int)</code> through queue*/
-    public void setValue(final int i) {
-	runMapping(new MapVoidAction("setValue") {
-		public void map() {
-		    ((JSlider)getSource()).setValue(i);
-		}});}
-
-    /**Maps <code>JSlider.setValueIsAdjusting(boolean)</code> through queue*/
-    public void setValueIsAdjusting(final boolean b) {
-	runMapping(new MapVoidAction("setValueIsAdjusting") {
-		public void map() {
-		    ((JSlider)getSource()).setValueIsAdjusting(b);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Checks component type.
-     */
-    public static class JSliderFinder extends Finder {
-        /**
-         * Constructs JSliderFinder.
-         * @param sf other searching criteria.
-         */
-	public JSliderFinder(ComponentChooser sf) {
-            super(JSlider.class, sf);
-	}
-        /**
-         * Constructs JSliderFinder.
-         */
-	public JSliderFinder() {
-            super(JSlider.class);
-	}
-    }
-
-    private class ValueScrollAdjuster implements ScrollAdjuster {
-	int value;
-	public ValueScrollAdjuster(int value) {
-	    this.value = value;
-	}
-	public int getScrollDirection() {
-	    if(getValue() == value) {
-		return(ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION);
-	    } else {
-		return((getValue() < value) ?
-		       ScrollAdjuster.INCREASE_SCROLL_DIRECTION :
-		       ScrollAdjuster.DECREASE_SCROLL_DIRECTION);
-	    }
-	}
-	public int getScrollOrientation() {
-	    return(getOrientation());
-	}
-	public String getDescription() {
-	    return("Scroll to " + Integer.toString(value) + " value");
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JSpinnerOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JSpinnerOperator.java
deleted file mode 100644
index 4c818ab..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JSpinnerOperator.java
+++ /dev/null
@@ -1,1045 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import java.awt.Component;
-import java.awt.Container;
-
-import java.text.ParseException;
-
-import java.util.Date;
-import java.util.Hashtable;
-import java.util.List;
-
-import javax.swing.JComponent;
-import javax.swing.JSpinner;
-import javax.swing.SpinnerDateModel;
-import javax.swing.SpinnerListModel;
-import javax.swing.SpinnerModel;
-import javax.swing.SpinnerNumberModel;
-import javax.swing.SwingConstants;
-
-import javax.swing.event.ChangeListener;
-
-import javax.swing.plaf.SpinnerUI;
-
-import org.netbeans.jemmy.Action;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.Timeouts;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.ScrollDriver;
-
-import org.netbeans.jemmy.drivers.scrolling.ScrollAdjuster;
-
-/**
- * Provides methods to work with <code>javax.swing.JSpinner</code> component <br>
- *
- * @see NumberSpinnerOperator
- * @see ListSpinnerOperator
- * @see DateSpinnerOperator
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class JSpinnerOperator extends JComponentOperator 
-    implements Timeoutable, Outputable {
-
-    /**
-     * Identifier for a "value" property.
-     * @see #getDump
-     */
-    public static final String VALUE_DPROP = "Value";
-
-    private final static long WHOLE_SCROLL_TIMEOUT = 60000;
-
-    private Timeouts timeouts;
-    private TestOut output;
-
-    private ScrollDriver driver;
-
-    private JButtonOperator increaseOperator = null;
-    private JButtonOperator decreaseOperator = null;
-
-    /**
-     * Constructor.
-     * @param b JSpinner component.
-     */
-    public JSpinnerOperator(JSpinner b) {
-	super(b);
-	driver = DriverManager.getScrollDriver(getClass());
-    }
-
-    /**
-     * Constructs a JSpinnerOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @throws TimeoutExpiredException
-     */
-    public JSpinnerOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JSpinner)cont.
-             waitSubComponent(new JSpinnerFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JSpinnerOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @throws TimeoutExpiredException
-     */
-    public JSpinnerOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructs a JSpinnerOperator object.
-     * @param cont The operator for a container containing the sought for button.
-     * @param text toString() representation of the current spinner value. 
-     * @param index Ordinal component index. The first component has <code>index</code> 0.
-     * @throws TimeoutExpiredException
-     */
-    public JSpinnerOperator(ContainerOperator cont, String text, int index) {
-	this((JSpinner)waitComponent(cont, 
-                                     new JSpinnerByTextFinder(text, 
-                                                              cont.getComparator()),
-                                     index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JSpinnerOperator object.
-     * @param cont The operator for a container containing the sought for button.
-     * @param text toString() representation of the current spinner value. 
-     * @throws TimeoutExpiredException
-     */
-    public JSpinnerOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JSpinnerOperator(ContainerOperator cont, int index) {
-	this((JSpinner)waitComponent(cont, 
-				    new JSpinnerFinder(), 
-				    index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * @throws TimeoutExpiredException
-     */
-    public JSpinnerOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JSpinner in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JSpinner instance or null if component was not found.
-     */
-    public static JSpinner findJSpinner(Container cont, ComponentChooser chooser, int index) {
-	return((JSpinner)findComponent(cont, new JSpinnerFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th JSpinner in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JSpinner instance or null if component was not found.
-     */
-    public static JSpinner findJSpinner(Container cont, ComponentChooser chooser) {
-	return(findJSpinner(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JSpinner in container.
-     * @param cont Container to search component in.
-     * @param index Ordinal component index.
-     * @return JSpinner instance or null if component was not found.
-     */
-    public static JSpinner findJSpinner(Container cont, int index) {
-	return(findJSpinner(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th JSpinner instance"), index));
-    }
-
-    /**
-     * Searches 0'th JSpinner in container.
-     * @param cont Container to search component in.
-     * @return JSpinner instance or null if component was not found.
-     */
-    public static JSpinner findJSpinner(Container cont) {
-	return(findJSpinner(cont, 0));
-    }
-
-    /**
-     * Waits JSpinner in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JSpinner instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JSpinner waitJSpinner(Container cont, ComponentChooser chooser, int index)  {
-	return((JSpinner)waitComponent(cont, new JSpinnerFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th JSpinner in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JSpinner instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JSpinner waitJSpinner(Container cont, ComponentChooser chooser) {
-	return(waitJSpinner(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JSpinner in container.
-     * @param cont Container to search component in.
-     * @param index Ordinal component index.
-     * @return JSpinner instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JSpinner waitJSpinner(Container cont, int index)  {
-	return(waitJSpinner(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th JSpinner instance"), index));
-    }
-
-    /**
-     * Waits 0'th JSpinner in container.
-     * @param cont Container to search component in.
-     * @return JSpinner instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JSpinner waitJSpinner(Container cont) {
-	return(waitJSpinner(cont, 0));
-    }
-
-    /**
-     * Checks operator's model type.
-     * @param oper an operator to check model
-     * @param modelClass a model class.
-     * @throws SpinnerModelException if an operator's model is not an instance of
-     * specified class.
-     */
-    public static void checkModel(JSpinnerOperator oper, Class modelClass) {
-        if(!modelClass.isInstance(oper.getModel())) {
-            throw(new SpinnerModelException("JSpinner model is not a " + modelClass.getName(),
-                                            oper.getSource()));
-        }
-    }
-
-    static {
-	Timeouts.initDefault("JSpinnerOperator.WholeScrollTimeout", WHOLE_SCROLL_TIMEOUT);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	this.timeouts = timeouts;
-	super.setTimeouts(timeouts);
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    /**
-     * Returns an instance of <code>NumberSpinnerOperator</code> operator,
-     * the operator used for <code>JSpinner</code> having <code>SpinnerNumberModel</code> model.
-     * @return a <code>NumberSpinnerOperator</code> created for the same <code>JSpinner</code> as this operator.
-     * @throws SpinnerModelException if an operator's model is not an instance of <code>SpinnerNumberModel</code>
-     */
-    public NumberSpinnerOperator getNumberSpinner() {
-        return(new NumberSpinnerOperator(this));
-    }
-
-    /**
-     * Returns an instance of <code>ListSpinnerOperator</code> operator,
-     * the operator used for <code>JSpinner</code> having <code>SpinnerListModel</code> model.
-     * @return a <code>ListSpinnerOperator</code> created for the same <code>JSpinner</code> as this operator.
-     * @throws SpinnerModelException if an operator's model is not an instance of <code>SpinnerListModel</code>
-     */
-    public ListSpinnerOperator getListSpinner() {
-        return(new ListSpinnerOperator(this));
-    }
-
-    /**
-     * Returns an instance of <code>DateSpinnerOperator</code> operator,
-     * the operator used for <code>JSpinner</code> having <code>SpinnerDateModel</code> model.
-     * @return a <code>DateSpinnerOperator</code> created for the same <code>JSpinner</code> as this operator.
-     * @throws SpinnerModelException if an operator's model is not an instance of <code>SpinnerDateModel</code>
-     */
-    public DateSpinnerOperator getDateSpinner() {
-        return(new DateSpinnerOperator(this));
-    }
-
-    /**
-     * Scrolls to reach a condition specified by <code>ScrollAdjuster</code>
-     * @param adj scrolling criteria.
-     */
-    public void scrollTo(final ScrollAdjuster adj) {
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.scroll(JSpinnerOperator.this, adj);
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Scrolling");
-		}
-	    }, getTimeouts().getTimeout("JSpinnerOperator.WholeScrollTimeout"));
-    }
-
-    /**
-     * Scrolls to maximum value.
-     * @throws SpinnerModelException if an operator's model does not have a maximum value.
-     */
-    public void scrollToMaximum() {
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.scrollToMaximum(JSpinnerOperator.this, SwingConstants.VERTICAL);
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Scrolling");
-		}
-	    }, getTimeouts().getTimeout("JSpinnerOperator.WholeScrollTimeout"));
-    }
-
-    /**
-     * Scrolls to minimum value.
-     * @throws SpinnerModelException if an operator's model does not have a minimum value.
-     */
-    public void scrollToMinimum() {
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.scrollToMinimum(JSpinnerOperator.this, SwingConstants.VERTICAL);
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Scrolling");
-		}
-	    }, getTimeouts().getTimeout("JSpinnerOperator.WholeScrollTimeout"));
-    }
-
-    /**
-     * Scrolls to exact match of a spinner value to the specified value.
-     * @param value an value to scroll to.
-     * @param direction a scrolling direction - one of <code>ScrollAdjuster.*_SCROLL_DIRECTION</code> fields.
-     */
-    public void scrollToObject(Object value, int direction) {
-        scrollTo(new ExactScrollAdjuster(this, value, direction));
-    }
-
-    /**
-     * Scrolls to matching of <code>getValue().toString() with the pattern.
-     * @param pattern a pattern to compare with
-     * @param comparator a string comparision criteria
-     * @param direction a scrolling direction - one of <code>ScrollAdjuster.*_SCROLL_DIRECTION</code> fields.
-     */
-    public void scrollToString(String pattern, StringComparator comparator, int direction) {
-        scrollTo(new ToStringScrollAdjuster(this, pattern, comparator, direction));
-    }
-
-    /**
-     * Scrolls to matching of <code>getValue().toString()</code> with the pattern.
-     * Uses <code>StringComparator</code> assigned to the operator.
-     * @param pattern a pattern to compare with
-     * @param direction a scrolling direction - one of <code>ScrollAdjuster.*_SCROLL_DIRECTION</code> fields.
-     */
-    public void scrollToString(String pattern, int direction) {
-        scrollToString(pattern, getComparator(), direction);
-    }
-
-    /**
-     * Returns an operator for a button used for value increasing.
-     * @return an operator for a first <code>JButton<code> inside this spinner.
-     */
-    public JButtonOperator getIncreaseOperator() {
-        if(increaseOperator == null) {
-            increaseOperator = (JButtonOperator)createSubOperator(new JButtonOperator.JButtonFinder(), 0);
-            increaseOperator.copyEnvironment(this);
-            increaseOperator.setOutput(getOutput().createErrorOutput());
-        }
-        return(increaseOperator);
-    }
-
-    /**
-     * Returns an operator for a button used for value decreasing.
-     * @return an operator for a second <code>JButton<code> inside this spinner.
-     */
-    public JButtonOperator getDecreaseOperator() {
-        if(decreaseOperator == null) {
-            decreaseOperator = (JButtonOperator)createSubOperator(new JButtonOperator.JButtonFinder(), 1);
-            decreaseOperator.copyEnvironment(this);
-            decreaseOperator.setOutput(getOutput().createErrorOutput());
-        }
-        return(decreaseOperator);
-    }
-
-    /**
-     * Returns a minimal value. Returns null if model is not
-     * one of the following: 
-     * <code>javax.swing.SpinnerDateModel</code>, 
-     * <code>javax.swing.SpinnerListModel</code>, 
-     * <code>javax.swing.SpinnerNumberModel</code>.
-     * Also, returns null if the model does not have a minimal value.
-     * @return a minimal value.
-     */
-    public Object getMinimum() {
-        SpinnerModel model = getModel();
-        if       (model instanceof SpinnerNumberModel) {
-            return(((SpinnerNumberModel)model).getMinimum());
-        } else if(model instanceof SpinnerDateModel) {
-            return(((SpinnerDateModel)model).getEnd());
-        } else if(model instanceof SpinnerListModel) {
-            List list = ((SpinnerListModel)model).getList();
-            return(list.get(list.size() - 1));
-        } else {
-            return(null);
-        }
-    }
-
-    /**
-     * Returns a maximal value. Returns null if model is not
-     * one of the following: 
-     * <code>javax.swing.SpinnerDateModel</code>, 
-     * <code>javax.swing.SpinnerListModel</code>, 
-     * <code>javax.swing.SpinnerNumberModel</code>.
-     * Also, returns null if the model does not have a maximal value.
-     * @return a maximal value.
-     */
-    public Object getMaximum() {
-        SpinnerModel model = getModel();
-        if       (model instanceof SpinnerNumberModel) {
-            return(((SpinnerNumberModel)model).getMaximum());
-        } else if(model instanceof SpinnerDateModel) {
-            return(((SpinnerDateModel)model).getEnd());
-        } else if(model instanceof SpinnerListModel) {
-            List list = ((SpinnerListModel)model).getList();
-            return(list.get(list.size() - 1));
-        } else {
-            return(null);
-        }
-    }
-
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	result.put(VALUE_DPROP, ((JSpinner)getSource()).getValue().toString());
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JSpinner.getValue()</code> through queue*/
-    public Object getValue() {
-	return((Object)runMapping(new MapAction("getValue") {
-		public Object map() {
-		    return(((JSpinner)getSource()).getValue());
-		}}));}
-
-    /**Maps <code>JSpinner.setValue(Object)</code> through queue*/
-    public void setValue(final Object object) {
-	runMapping(new MapVoidAction("setValue") {
-		public void map() {
-		    ((JSpinner)getSource()).setValue(object);
-		}});}
-
-    /**Maps <code>JSpinner.getUI()</code> through queue*/
-    public SpinnerUI getUI() {
-	return((SpinnerUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JSpinner)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JSpinner.setUI(SpinnerUI)</code> through queue*/
-    public void setUI(final SpinnerUI spinnerUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((JSpinner)getSource()).setUI(spinnerUI);
-		}});}
-
-    /**Maps <code>JSpinner.setModel(SpinnerModel)</code> through queue*/
-    public void setModel(final SpinnerModel spinnerModel) {
-	runMapping(new MapVoidAction("setModel") {
-		public void map() {
-		    ((JSpinner)getSource()).setModel(spinnerModel);
-		}});}
-
-    /**Maps <code>JSpinner.getModel()</code> through queue*/
-    public SpinnerModel getModel() {
-	return((SpinnerModel)runMapping(new MapAction("getModel") {
-		public Object map() {
-		    return(((JSpinner)getSource()).getModel());
-		}}));}
-
-    /**Maps <code>JSpinner.getNextValue()</code> through queue*/
-    public Object getNextValue() {
-	return((Object)runMapping(new MapAction("getNextValue") {
-		public Object map() {
-		    return(((JSpinner)getSource()).getNextValue());
-		}}));}
-
-    /**Maps <code>JSpinner.addChangeListener(ChangeListener)</code> through queue*/
-    public void addChangeListener(final ChangeListener changeListener) {
-	runMapping(new MapVoidAction("addChangeListener") {
-		public void map() {
-		    ((JSpinner)getSource()).addChangeListener(changeListener);
-		}});}
-
-    /**Maps <code>JSpinner.removeChangeListener(ChangeListener)</code> through queue*/
-    public void removeChangeListener(final ChangeListener changeListener) {
-	runMapping(new MapVoidAction("removeChangeListener") {
-		public void map() {
-		    ((JSpinner)getSource()).removeChangeListener(changeListener);
-		}});}
-
-    /**Maps <code>JSpinner.getChangeListeners()</code> through queue*/
-    public ChangeListener[] getChangeListeners() {
-	return((ChangeListener[])runMapping(new MapAction("getChangeListeners") {
-		public Object map() {
-		    return(((JSpinner)getSource()).getChangeListeners());
-		}}));}
-
-    /**Maps <code>JSpinner.getPreviousValue()</code> through queue*/
-    public Object getPreviousValue() {
-	return((Object)runMapping(new MapAction("getPreviousValue") {
-		public Object map() {
-		    return(((JSpinner)getSource()).getPreviousValue());
-		}}));}
-
-    /**Maps <code>JSpinner.setEditor(JComponent)</code> through queue*/
-    public void setEditor(final JComponent jComponent) {
-	runMapping(new MapVoidAction("setEditor") {
-		public void map() {
-		    ((JSpinner)getSource()).setEditor(jComponent);
-		}});}
-
-    /**Maps <code>JSpinner.getEditor()</code> through queue*/
-    public JComponent getEditor() {
-	return((JComponent)runMapping(new MapAction("getEditor") {
-		public Object map() {
-		    return(((JSpinner)getSource()).getEditor());
-		}}));}
-
-    /**Maps <code>JSpinner.commitEdit()</code> through queue*/
-    public void commitEdit() {
-	runMapping(new MapVoidAction("commitEdit") {
-		public void map() throws ParseException {
-		    ((JSpinner)getSource()).commitEdit();
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Allows to find component by text.
-     */
-    public static class JSpinnerByTextFinder implements ComponentChooser {
-	String label;
-	StringComparator comparator;
-
-        /**
-         * Constructs JSpinnerByTextFinder.
-         * @param lb a text pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public JSpinnerByTextFinder(String lb, StringComparator comparator) {
-	    label = lb;
-	    this.comparator = comparator;
-	}
-
-        /**
-         * Constructs JSpinnerByTextFinder.
-         * @param lb a text pattern
-         */
-	public JSpinnerByTextFinder(String lb) {
-            this(lb, Operator.getDefaultStringComparator());
-	}
-
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof JSpinner) {
-		if(((JSpinner)comp).getValue() != null) {
-		    return(comparator.equals(((JSpinner)comp).getValue().toString(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-
-	public String getDescription() {
-	    return("JSpinner with text \"" + label + "\"");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JSpinnerFinder extends Finder {
-        /**
-         * Constructs JSpinnerFinder.
-         * @param sf other searching criteria.
-         */
-	public JSpinnerFinder(ComponentChooser sf) {
-            super(JSpinner.class, sf);
-	}
-        /**
-         * Constructs JSpinnerFinder.
-         */
-	public JSpinnerFinder() {
-            super(JSpinner.class);
-	}
-    }
-
-    /**
-     * A <code>ScrollAdjuster</code> to be used for <code>JSpinner</code>
-     * component having <code>SpinnerNumberModel</code> model.
-     * @see NumberSpinnerOperator
-     */
-    public static class NumberScrollAdjuster implements ScrollAdjuster {
-        SpinnerNumberModel model;
-        double value;
-        /**
-         * Constructs a <code>NumberScrollAdjuster</code> object.
-         * @param oper an operator to work with.
-         * @param value a value to scroll to.
-         */
-	public NumberScrollAdjuster(JSpinnerOperator oper, double value) {
-	    this.value = value;
-            checkModel(oper, SpinnerNumberModel.class);
-            model = (SpinnerNumberModel)oper.getModel();
-	}
-        /**
-         * Constructs a <code>NumberScrollAdjuster</code> object.
-         * @param oper an operator to work with.
-         * @param value a value to scroll to.
-         */
-	public NumberScrollAdjuster(JSpinnerOperator oper, Number value) {
-	    this(oper, value.doubleValue());
-	}
-	public int getScrollDirection() {
-            if       (value > model.getNumber().doubleValue()) {
-                return(ScrollAdjuster.INCREASE_SCROLL_DIRECTION);
-            } else if(value < model.getNumber().doubleValue()) {
-                return(ScrollAdjuster.DECREASE_SCROLL_DIRECTION);
-            } else {
-                return(ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION);
-            }
-	}
-	public int getScrollOrientation() {
-	    return(SwingConstants.VERTICAL);
-	}
-	public String getDescription() {
-	    return("Spin to " + value + " value");
-	}
-    }
-
-    /**
-     * A <code>ScrollAdjuster</code> to be used for <code>JSpinner</code>
-     * component having <code>SpinnerListModel</code> model.
-     * @see ListSpinnerOperator
-     */
-    public static class ListScrollAdjuster implements ScrollAdjuster {
-        SpinnerListModel model;
-        int itemIndex;
-        List elements;
-	private ListScrollAdjuster(JSpinnerOperator oper) {
-            checkModel(oper, SpinnerListModel.class);
-            model = (SpinnerListModel)oper.getModel();
-            elements = model.getList();
-        }
-        /**
-         * Constructs a <code>ListScrollAdjuster</code> object.
-         * @param oper an operator to work with.
-         * @param value a value to scroll to.
-         */
-	public ListScrollAdjuster(JSpinnerOperator oper, Object value) {
-            this(oper);
-            this.itemIndex = elements.indexOf(value);
-	}
-        /**
-         * Constructs a <code>ListScrollAdjuster</code> object.
-         * @param oper an operator to work with.
-         * @param itemIndex an item index to scroll to.
-         */
-	public ListScrollAdjuster(JSpinnerOperator oper, int itemIndex) {
-            this(oper);
-            this.itemIndex = itemIndex;
-        }
-	public int getScrollDirection() {
-            int curIndex = elements.indexOf(model.getValue());
-            if       (itemIndex > curIndex) {
-                return(ScrollAdjuster.INCREASE_SCROLL_DIRECTION);
-            } else if(itemIndex < curIndex) {
-                return(ScrollAdjuster.DECREASE_SCROLL_DIRECTION);
-            } else {
-                return(ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION);
-            }
-	}
-	public int getScrollOrientation() {
-	    return(SwingConstants.VERTICAL);
-	}
-	public String getDescription() {
-	    return("Spin to " + Integer.toString(itemIndex) + "'th item");
-	}
-    }
-
-    /**
-     * A <code>ScrollAdjuster</code> to be used for <code>JSpinner</code>
-     * component having <code>SpinnerDateModel</code> model.
-     * @see DateSpinnerOperator
-     */
-    public static class DateScrollAdjuster implements ScrollAdjuster {
-        Date date;
-        SpinnerDateModel model;
-        /**
-         * Constructs a <code>DateScrollAdjuster</code> object.
-         * @param oper an operator to work with.
-         * @param date a date to scroll to.
-         */
-	public DateScrollAdjuster(JSpinnerOperator oper, Date date) {
-            this.date = date;
-            checkModel(oper, SpinnerDateModel.class);
-            model = (SpinnerDateModel)oper.getModel();
-        }
-	public int getScrollDirection() {
-            if       (date.after (model.getDate())) {
-                return(ScrollAdjuster.INCREASE_SCROLL_DIRECTION);
-            } else if(date.before(model.getDate())) {
-                return(ScrollAdjuster.DECREASE_SCROLL_DIRECTION);
-            } else {
-                return(ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION);
-            }
-	}
-	public int getScrollOrientation() {
-	    return(SwingConstants.VERTICAL);
-	}
-	public String getDescription() {
-	    return("Spin to " + date.toString() + " date");
-	}
-    }
-
-    /**
-     * Abstract class for a scrolling of a spinner having unknown model type.
-     * A subclass needs to override <code>equals(Object)</code> value
-     * to specify a criteria of successful scrolling.
-     */
-    public abstract static class ObjectScrollAdjuster implements ScrollAdjuster {
-        SpinnerModel model;
-        int direction;
-        /**
-         * Constructs a <code>ObjectScrollAdjuster</code> object.
-         * @param oper an operator to work with.
-         * @param direction a scrolling direction - one of <code>ScrollAdjuster.*_SCROLL_DIRECTION</code> fields.
-         */
-	public ObjectScrollAdjuster(JSpinnerOperator oper, int direction) {
-            this.direction = direction;
-            model = oper.getModel();
-        }
-	public int getScrollDirection() {
-            if(equals(model.getValue())) {
-                return(ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION);
-            } else if(direction == ScrollAdjuster.INCREASE_SCROLL_DIRECTION &&
-                      model.getNextValue() != null ||
-                      direction == ScrollAdjuster.DECREASE_SCROLL_DIRECTION &&
-                      model.getPreviousValue() != null) {
-                return(direction);
-            } else {
-                return(ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION);
-            }
-	}
-        public abstract boolean equals(Object curvalue);
-	public int getScrollOrientation() {
-	    return(SwingConstants.VERTICAL);
-	}
-    }
-
-    /**
-     * Class for a scrolling of a spinner having unknown model type.
-     * Checks spinner value for exact equality with a specified value.
-     */
-    public static class ExactScrollAdjuster extends ObjectScrollAdjuster {
-        Object obj;
-        /**
-         * Constructs a <code>ExactScrollAdjuster</code> object.
-         * @param oper an operator to work with.
-         * @param direction a scrolling direction - one of <code>ScrollAdjuster.*_SCROLL_DIRECTION</code> fields.
-         */
-	public ExactScrollAdjuster(JSpinnerOperator oper, Object obj, int direction) {
-            super(oper, direction);
-            this.obj = obj;
-        }
-        public boolean equals(Object curvalue) {
-            return(curvalue.equals(obj));
-        }
-	public String getDescription() {
-	    return("Spin to " + obj.toString() + " value");
-	}
-	public int getScrollOrientation() {
-	    return(SwingConstants.VERTICAL);
-	}
-    }
-
-    /**
-     * Class for a scrolling of a spinner having unknown model type.
-     * Checks spinner value's toString() reprsentation to match a string pattern.
-     */
-    public static class ToStringScrollAdjuster extends ObjectScrollAdjuster {
-        String pattern;
-        StringComparator comparator;
-        /**
-         * Constructs a <code>ToStringScrollAdjuster</code> object.
-         * @param oper an operator to work with.
-         * @param pattern a pattern to compare with
-         * @param comparator specifies string comparision algorithm.
-         * @param direction a scrolling direction - one of <code>ScrollAdjuster.*_SCROLL_DIRECTION</code> fields.
-         */
-	public ToStringScrollAdjuster(JSpinnerOperator oper, String pattern, StringComparator comparator, int direction) {
-            super(oper, direction);
-            this.pattern = pattern;
-            this.comparator = comparator;
-        }
-        /**
-         * Constructs a <code>ToStringScrollAdjuster</code> object.
-         * Uses <code>StringComparator</code> assigned to the operator.
-         * @param oper an operator to work with.
-         * @param pattern a pattern to compare with
-         * @param comparator specifies string comparision algorithm.
-         * @param direction a scrolling direction - one of <code>ScrollAdjuster.*_SCROLL_DIRECTION</code> fields.
-         */
-	public ToStringScrollAdjuster(JSpinnerOperator oper, String pattern, int direction) {
-            this(oper, pattern, oper.getComparator(), direction);
-        }
-        public boolean equals(Object curvalue) {
-            return(comparator.equals(curvalue.toString(), pattern));
-        }
-	public String getDescription() {
-	    return("Spin to \"" + pattern + "\" value");
-	}
-	public int getScrollOrientation() {
-	    return(SwingConstants.VERTICAL);
-	}
-    }
-
-    /**
-     * Provides some specific functionality for <code>JSpinner</code>
-     * components having <code>SpinnerNumberModel</code> model.
-     * Constructor of this object is private - it cannot be received only from
-     * another JSpinnerOperator instance.
-     * @see #getNumberSpinner
-     */
-    public class NumberSpinnerOperator extends JSpinnerOperator {
-        private NumberSpinnerOperator(JSpinnerOperator spinner) {
-            super((JSpinner)spinner.getSource());
-            copyEnvironment(spinner);
-            checkModel(this, SpinnerNumberModel.class);
-        }
-        /**
-         * Costs spinner's model to <code>SpinnerNumberModel<code>.
-         * @return a spinner model.
-         */
-        public SpinnerNumberModel getNumberModel() {
-            return((SpinnerNumberModel)getModel());
-        }
-        /**
-         * Scrolls to a double value.
-         * @param value a value to scroll to.
-         */
-        public void scrollToValue(double value) {
-            scrollTo(new NumberScrollAdjuster(this, value));
-        }
-        /**
-         * Scrolls to a number value.
-         * @param value a value to scroll to.
-         */
-        public void scrollToValue(Number value) {
-            scrollTo(new NumberScrollAdjuster(this, value));
-        }
-    }
-
-    /**
-     * Provides some specific functionality for <code>JSpinner</code>
-     * components having <code>SpinnerListModel</code> model.
-     * Constructor of this object is private - it cannot be received only from
-     * another JSpinnerOperator instance.
-     * @see #getListSpinner
-     */
-    public class ListSpinnerOperator extends JSpinnerOperator {
-        private ListSpinnerOperator(JSpinnerOperator spinner) {
-            super((JSpinner)spinner.getSource());
-            copyEnvironment(spinner);
-            checkModel(this, SpinnerListModel.class);
-        }
-        /**
-         * Costs spinner's model to <code>SpinnerListModel<code>.
-         * @return a spinner model.
-         */
-        public SpinnerListModel getListModel() {
-            return((SpinnerListModel)getModel());
-        }
-        /**
-         * Looks for an index of an item having <code>toString()</code> matching a specified pattern.
-         * @param pattern a string pattern
-         * @param comparator a string comparision criteria.
-         */
-        public int findItem(String pattern, StringComparator comparator) {
-            List list = getListModel().getList();
-            for(int i = 0; i < list.size(); i++) {
-                if(comparator.equals(list.get(i).toString(), pattern)) {
-                    return(i);
-                }
-            }
-            return(-1);
-        }
-        /**
-         * Looks for an index of an item having <code>toString()</code> matching a specified pattern.
-         * Uses a <code>StringComparator</code> assigned to the operator.
-         * @param pattern a string pattern
-         */
-        public int findItem(String pattern) {
-            return(findItem(pattern, getComparator()));
-        }
-        /**
-         * Scrolls to an item having specified instance.
-         * @param index an index to scroll to.
-         */
-        public void scrollToIndex(int index) {
-            scrollTo(new ListScrollAdjuster(this, index));
-        }
-        /**
-         * Scrolls to <code>getValue().toString()</code> match a specified pattern.
-         * @param pattern a string pattern
-         * @param comparator a string comparision criteria.
-         */
-        public void scrollToString(String pattern, StringComparator comparator) {
-            int index = findItem(pattern, comparator);
-            if(index != -1) {
-                scrollToIndex(index);
-            } else {
-                throw(new JemmyException("No \"" + pattern + "\" item in JSpinner", getSource()));
-            }
-        }
-        /**
-         * Scrolls to <code>getValue().toString()</code> match a specified pattern.
-         * Uses a <code>StringComparator</code> assigned to the operator.
-         * @param pattern a string pattern
-         */
-        public void scrollToString(String pattern) {
-            scrollToString(pattern, getComparator());
-        }
-    }
-
-    /**
-     * Provides some specific functionality for <code>JSpinner</code>
-     * components having <code>SpinnerDateModel</code> model.
-     * Constructor of this object is private - it cannot be received only from
-     * another JSpinnerOperator instance.
-     * @see #getDateSpinner
-     */
-    public class DateSpinnerOperator extends JSpinnerOperator {
-        private DateSpinnerOperator(JSpinnerOperator spinner) {
-            super((JSpinner)spinner.getSource());
-            copyEnvironment(spinner);
-            checkModel(this, SpinnerDateModel.class);
-        }
-        /**
-         * Costs spinner's model to <code>SpinnerDateModel<code>.
-         * @return a spinner model.
-         */
-        public SpinnerDateModel getDateModel() {
-            return((SpinnerDateModel)getModel());
-        }
-        /**
-         * Scrolls to a date.
-         * @param date a date to scroll to.
-         */
-        public void scrollToDate(Date date) {
-            scrollTo(new DateScrollAdjuster(this, date));
-        }
-    }
-
-    /**
-     * Exception is thown whenever spinner model is threated wrong.
-     */
-    public static class SpinnerModelException extends JemmyException {
-        /**
-         * Constructs a <code>SpinnerModelException</code> object.
-         * @param message error message.
-         * @param comp a spinner which model cased the exception.
-         */
-        public SpinnerModelException(String message, Component comp) {
-            super(message, comp);
-        }
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JSplitPaneOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JSplitPaneOperator.java
deleted file mode 100644
index cf1a0be..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JSplitPaneOperator.java
+++ /dev/null
@@ -1,735 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.Action;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-
-import org.netbeans.jemmy.util.EmptyVisualizer;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.ScrollDriver;
-
-import org.netbeans.jemmy.drivers.scrolling.ScrollAdjuster;
-
-import java.awt.Component;
-import java.awt.Container;
-
-import java.util.Hashtable;
-
-import javax.swing.JButton;
-import javax.swing.JSplitPane;
-
-import javax.swing.plaf.SplitPaneUI;
-
-import javax.swing.plaf.basic.BasicSplitPaneDivider;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * JSplitPaneOperator.ScrollClickTimeout - time for simple scroll click <BR>
- * JSplitPaneOperator.BetweenClickTimeout - time to sleep between scroll clicks <BR>
- * JSplitPaneOperator.WholeScrollTimeout - time for the whole scrolling <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *
- * Class to operate with javax.swing.JSplitPane component
- *	
- */
-
-public class JSplitPaneOperator extends JComponentOperator
-    implements Timeoutable, Outputable{
-
-    /**
-     * Identifier for a "minimum" property.
-     * @see #getDump
-     */
-    public static final String MINIMUM_DPROP = "Minimum";
-
-    /**
-     * Identifier for a "maximum" property.
-     * @see #getDump
-     */
-    public static final String MAXIMUM_DPROP = "Maximum";
-
-    /**
-     * Identifier for a "value" property.
-     * @see #getDump
-     */
-    public static final String VALUE_DPROP = "Value";
-
-    /**
-     * Identifier for a "orientation" property.
-     * @see #getDump
-     */
-    public static final String ORIENTATION_DPROP = "Orientation";
-
-    /**
-     * Identifier for a "HORIZONTAL" value of "orientation" property.
-     * @see #getDump
-     */
-    public static final String HORIZONTAL_ORIENTATION_DPROP_VALUE = "HORIZONTAL";
-
-    /**
-     * Identifier for a "VERTICAL" value of "orientation" property.
-     * @see #getDump
-     */
-    public static final String VERTICAL_ORIENTATION_DPROP_VALUE = "VERTICAL";
-
-    /**
-     * Identifier for a "one touch expendable" property.
-     * @see #getDump
-     */
-    public static final String IS_ONE_TOUCH_EXPANDABLE_DPROP = "One touch expandable";
-
-    private final static long SCROLL_CLICK_TIMEOUT = 0;
-    private final static long BETWEEN_CLICK_TIMEOUT = 0;
-    private final static long WHOLE_SCROLL_TIMEOUT = 60000;
-
-    private Timeouts timeouts;
-    private TestOut output;
-    private ContainerOperator divider;
-    private ScrollDriver driver;
-
-    /**
-     * Constructor.
-     * @param b JSplitPane component.
-     */
-    public JSplitPaneOperator(JSplitPane b) {
-	super(b);
-	driver = DriverManager.getScrollDriver(getClass());
-    }
-
-    /**
-     * Constructs a JSplitPaneOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JSplitPaneOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JSplitPane)cont.
-             waitSubComponent(new JSplitPaneFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JSplitPaneOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JSplitPaneOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-    
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JSplitPaneOperator(ContainerOperator cont, int index) {
-	this((JSplitPane)waitComponent(cont, 
-				       new JSplitPaneFinder(), 
-				       index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont Operator pointing a container to search component in.
-     * @throws TimeoutExpiredException
-     */
-    public JSplitPaneOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JSplitPane in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JSplitPane instance or null if component was not found.
-     */
-    public static JSplitPane findJSplitPane(Container cont, ComponentChooser chooser, int index) {
-	return((JSplitPane)findComponent(cont, new JSplitPaneFinder(chooser), index));
-    }
-    
-    /**
-     * Searches 0'th JSplitPane in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JSplitPane instance or null if component was not found.
-     */
-    public static JSplitPane findJSplitPane(Container cont, ComponentChooser chooser) {
-	return(findJSplitPane(cont, chooser, 0));
-    }
-    
-    /**
-     * Searches JSplitPane in container.
-     * @param cont Container to search component in.
-     * @param index Ordinal component index.
-     * @return JSplitPane instance or null if component was not found.
-     */
-    public static JSplitPane findJSplitPane(Container cont, int index) {
-	return(findJSplitPane(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th JSplitPane instance"), index));
-    }
-    
-    /**
-     * Searches 0'th JSplitPane in container.
-     * @param cont Container to search component in.
-     * @return JSplitPane instance or null if component was not found.
-     */
-    public static JSplitPane findJSplitPane(Container cont) {
-	return(findJSplitPane(cont, 0));
-    }
-
-    /**
-     * Searches JSplitPane object which component lies on.
-     * @param comp Component to find JSplitPane under.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JSplitPane instance or null if component was not found.
-     */
-    public static JSplitPane findJSplitPaneUnder(Component comp, ComponentChooser chooser) {
-	return((JSplitPane)findContainerUnder(comp, new JSplitPaneFinder(chooser)));
-    }
-    
-    /**
-     * Searches JSplitPane object which component lies on.
-     * @param comp Component to find JSplitPane under.
-     * @return JSplitPane instance or null if component was not found.
-     */
-    public static JSplitPane findJSplitPaneUnder(Component comp) {
-	return(findJSplitPaneUnder(comp, new JSplitPaneFinder()));
-    }
-    
-    /**
-     * Waits JSplitPane in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JSplitPane instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JSplitPane waitJSplitPane(Container cont, ComponentChooser chooser, int index) {
-	return((JSplitPane)waitComponent(cont, new JSplitPaneFinder(chooser), index));
-    }
-    
-    /**
-     * Waits 0'th JSplitPane in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JSplitPane instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JSplitPane waitJSplitPane(Container cont, ComponentChooser chooser) {
-	return(waitJSplitPane(cont, chooser, 0));
-    }
-    
-    /**
-     * Waits JSplitPane in container.
-     * @param cont Container to search component in.
-     * @param index Ordinal component index.
-     * @return JSplitPane instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JSplitPane waitJSplitPane(Container cont, int index) {
-	return(waitJSplitPane(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th JSplitPane instance"), index));
-    }
-    
-    /**
-     * Waits 0'th JSplitPane in container.
-     * @param cont Container to search component in.
-     * @return JSplitPane instance or null if component was not displayed.
-     * @throws TimeoutExpiredException
-     */
-    public static JSplitPane waitJSplitPane(Container cont) {
-	return(waitJSplitPane(cont, 0));
-    }
-    
-    static {
-	Timeouts.initDefault("JSplitPaneOperator.ScrollClickTimeout", SCROLL_CLICK_TIMEOUT);
-	Timeouts.initDefault("JSplitPaneOperator.BetweenClickTimeout", BETWEEN_CLICK_TIMEOUT);
-	Timeouts.initDefault("JSplitPaneOperator.WholeScrollTimeout", WHOLE_SCROLL_TIMEOUT);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	this.timeouts = timeouts;
-	Timeouts times = timeouts;
-	times.setTimeout("ComponentOperator.BeforeDragTimeout",
-			 0);
-	times.setTimeout("ComponentOperator.AfterDragTimeout",
-			 times.getTimeout("JSplitPaneOperator.ScrollClickTimeout"));
-	super.setTimeouts(times);
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = 
-	    (ScrollDriver)DriverManager.
-	    getDriver(DriverManager.SCROLL_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-    }
-
-    /**
-     * Searches divider inside split pane.
-     * @return an operator for the divider.
-     */
-    public BasicSplitPaneDivider findDivider() {
-	return((BasicSplitPaneDivider)waitSubComponent(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    return(comp instanceof BasicSplitPaneDivider);
-		}
-		public String getDescription() {
-		    return("");
-		}
-	    }));
-    }
-
-    /**
-     * Searches divider inside split pane.
-     * @return an operator for the divider.
-     */
-    public ContainerOperator getDivider() {
-	if(divider == null) {
-	    divider = new ContainerOperator(findDivider());
-	    divider.copyEnvironment(this);
-	    divider.setOutput(getOutput().createErrorOutput());
-	}
-	return(divider);
-    }
-
-    /**
-     * Scrolls to the position defined by a ScrollAdjuster implementation.
-     * @param adj defines scrolling direction, and so on.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollTo(final ScrollAdjuster adj) {
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.scroll(JSplitPaneOperator.this, adj);
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Moving a divider");
-		}
-	    }, getTimeouts().getTimeout("JSplitPaneOperator.WholeScrollTimeout"));
-    }
-
-    /**
-     * Changes divider location.
-     * @param dividerLocation location to move divider to.
-     */
-    public void moveDivider(int dividerLocation) {
-	output.printTrace("Move JSplitPane divider to " + Integer.toString(dividerLocation) +
-			  " location. JSplitPane :    \n" + toStringSource());
-	output.printGolden("Move JSplitPane divider to " + Integer.toString(dividerLocation) +
-			  " location");
-	scrollTo(new ValueScrollAdjuster(dividerLocation));
-    }
-
-    /**
-     * Changes divider location.
-     * @param proportionalLocation Proportional location. 
-     * Should be great then 0 and less then 1.
-     */
-    public void moveDivider(double proportionalLocation) {
-	output.printTrace("Move JSplitPane divider to " + Double.toString(proportionalLocation) +
-			  " proportional location. JSplitPane :    \n" + toStringSource());
-	output.printGolden("Move JSplitPane divider to " + Double.toString(proportionalLocation) +
-			  " proportional location");
-	scrollTo(new ValueScrollAdjuster(getMinimumDividerLocation() + 
-					 (int)(proportionalLocation * 
-					       (getMaximumDividerLocation() - getMinimumDividerLocation()))));
-    }
-
-    /**
-     * Moves the divider all the way to the left/top.
-     */
-    public void moveToMinimum() {
-	output.printTrace("Scroll JSplitPane to minimum. JSplitPane :    \n" + toStringSource());
-	output.printGolden("Scroll JSplitPane to minimum.");
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.scrollToMinimum(JSplitPaneOperator.this, getOrientation());
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Scrolling");
-		}
-	    }, getTimeouts().getTimeout("JSplitPaneOperator.WholeScrollTimeout"));
-    }
-
-    /**
-     * Moves the divider all the way to the right/bottom.
-     */
-    public void moveToMaximum() {
-	output.printTrace("Scroll JSplitPane to maximum. JSplitPane :    \n" + toStringSource());
-	output.printGolden("Scroll JSplitPane to maximum.");
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.scrollToMaximum(JSplitPaneOperator.this, getOrientation());
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Scrolling");
-		}
-	    }, getTimeouts().getTimeout("JSplitPaneOperator.WholeScrollTimeout"));
-    }
-
-
-    /**
-     * Pushes one time right(bottom) expand button.
-     * @throws TimeoutExpiredException
-     */
-    public void expandRight() {
-	String mess = "Expand ";
-	if(getOrientation() == JSplitPane.HORIZONTAL_SPLIT) {
-	    mess = mess + "right";
-	} else {
-	    mess = mess + "bottom";
-	}
-	output.printTrace(mess + " JSplitPane side. JSplitPane :    \n" + toStringSource());
-	output.printGolden(mess + " JSplitPane side.");
-	expandTo(0);
-    }
-
-    /**
-     * Pushes one time left(top) expand button.
-     * @throws TimeoutExpiredException
-     */
-    public void expandLeft() {
-	String mess = "Expand ";
-	if(getOrientation() == JSplitPane.HORIZONTAL_SPLIT) {
-	    mess = mess + "left";
-	} else {
-	    mess = mess + "top";
-	}
-	output.printTrace(mess + " JSplitPane side. JSplitPane :    \n" + toStringSource());
-	output.printGolden(mess + " JSplitPane side.");
-	expandTo(1);
-    }
-
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	result.put(MINIMUM_DPROP, Integer.toString(((JSplitPane)getSource()).getMinimumDividerLocation()));
-	result.put(MAXIMUM_DPROP, Integer.toString(((JSplitPane)getSource()).getMaximumDividerLocation()));
-	result.put(ORIENTATION_DPROP, (((JSplitPane)getSource()).getOrientation() == JSplitPane.HORIZONTAL_SPLIT) ? 
-		   HORIZONTAL_ORIENTATION_DPROP_VALUE : 
-		   VERTICAL_ORIENTATION_DPROP_VALUE);
-	result.put(VALUE_DPROP, Integer.toString(((JSplitPane)getSource()).getDividerLocation()));
-	result.put(IS_ONE_TOUCH_EXPANDABLE_DPROP, ((JSplitPane)getSource()).isOneTouchExpandable() ? "true" : "false");
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JSplitPane.getBottomComponent()</code> through queue*/
-    public Component getBottomComponent() {
-	return((Component)runMapping(new MapAction("getBottomComponent") {
-		public Object map() {
-		    return(((JSplitPane)getSource()).getBottomComponent());
-		}}));}
-
-    /**Maps <code>JSplitPane.getDividerLocation()</code> through queue*/
-    public int getDividerLocation() {
-	return(runMapping(new MapIntegerAction("getDividerLocation") {
-		public int map() {
-		    return(((JSplitPane)getSource()).getDividerLocation());
-		}}));}
-
-    /**Maps <code>JSplitPane.getDividerSize()</code> through queue*/
-    public int getDividerSize() {
-	return(runMapping(new MapIntegerAction("getDividerSize") {
-		public int map() {
-		    return(((JSplitPane)getSource()).getDividerSize());
-		}}));}
-
-    /**Maps <code>JSplitPane.getLastDividerLocation()</code> through queue*/
-    public int getLastDividerLocation() {
-	return(runMapping(new MapIntegerAction("getLastDividerLocation") {
-		public int map() {
-		    return(((JSplitPane)getSource()).getLastDividerLocation());
-		}}));}
-
-    /**Maps <code>JSplitPane.getLeftComponent()</code> through queue*/
-    public Component getLeftComponent() {
-	return((Component)runMapping(new MapAction("getLeftComponent") {
-		public Object map() {
-		    return(((JSplitPane)getSource()).getLeftComponent());
-		}}));}
-
-    /**Maps <code>JSplitPane.getMaximumDividerLocation()</code> through queue*/
-    public int getMaximumDividerLocation() {
-	return(runMapping(new MapIntegerAction("getMaximumDividerLocation") {
-		public int map() {
-		    return(((JSplitPane)getSource()).getMaximumDividerLocation());
-		}}));}
-
-    /**Maps <code>JSplitPane.getMinimumDividerLocation()</code> through queue*/
-    public int getMinimumDividerLocation() {
-	return(runMapping(new MapIntegerAction("getMinimumDividerLocation") {
-		public int map() {
-		    return(((JSplitPane)getSource()).getMinimumDividerLocation());
-		}}));}
-
-    /**Maps <code>JSplitPane.getOrientation()</code> through queue*/
-    public int getOrientation() {
-	return(runMapping(new MapIntegerAction("getOrientation") {
-		public int map() {
-		    return(((JSplitPane)getSource()).getOrientation());
-		}}));}
-
-    /**Maps <code>JSplitPane.getRightComponent()</code> through queue*/
-    public Component getRightComponent() {
-	return((Component)runMapping(new MapAction("getRightComponent") {
-		public Object map() {
-		    return(((JSplitPane)getSource()).getRightComponent());
-		}}));}
-
-    /**Maps <code>JSplitPane.getTopComponent()</code> through queue*/
-    public Component getTopComponent() {
-	return((Component)runMapping(new MapAction("getTopComponent") {
-		public Object map() {
-		    return(((JSplitPane)getSource()).getTopComponent());
-		}}));}
-
-    /**Maps <code>JSplitPane.getUI()</code> through queue*/
-    public SplitPaneUI getUI() {
-	return((SplitPaneUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JSplitPane)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JSplitPane.isContinuousLayout()</code> through queue*/
-    public boolean isContinuousLayout() {
-	return(runMapping(new MapBooleanAction("isContinuousLayout") {
-		public boolean map() {
-		    return(((JSplitPane)getSource()).isContinuousLayout());
-		}}));}
-
-    /**Maps <code>JSplitPane.isOneTouchExpandable()</code> through queue*/
-    public boolean isOneTouchExpandable() {
-	return(runMapping(new MapBooleanAction("isOneTouchExpandable") {
-		public boolean map() {
-		    return(((JSplitPane)getSource()).isOneTouchExpandable());
-		}}));}
-
-    /**Maps <code>JSplitPane.resetToPreferredSizes()</code> through queue*/
-    public void resetToPreferredSizes() {
-	runMapping(new MapVoidAction("resetToPreferredSizes") {
-		public void map() {
-		    ((JSplitPane)getSource()).resetToPreferredSizes();
-		}});}
-
-    /**Maps <code>JSplitPane.setBottomComponent(Component)</code> through queue*/
-    public void setBottomComponent(final Component component) {
-	runMapping(new MapVoidAction("setBottomComponent") {
-		public void map() {
-		    ((JSplitPane)getSource()).setBottomComponent(component);
-		}});}
-
-    /**Maps <code>JSplitPane.setContinuousLayout(boolean)</code> through queue*/
-    public void setContinuousLayout(final boolean b) {
-	runMapping(new MapVoidAction("setContinuousLayout") {
-		public void map() {
-		    ((JSplitPane)getSource()).setContinuousLayout(b);
-		}});}
-
-    /**Maps <code>JSplitPane.setDividerLocation(double)</code> through queue*/
-    public void setDividerLocation(final double d) {
-	runMapping(new MapVoidAction("setDividerLocation") {
-		public void map() {
-		    ((JSplitPane)getSource()).setDividerLocation(d);
-		}});}
-
-    /**Maps <code>JSplitPane.setDividerLocation(int)</code> through queue*/
-    public void setDividerLocation(final int i) {
-	runMapping(new MapVoidAction("setDividerLocation") {
-		public void map() {
-		    ((JSplitPane)getSource()).setDividerLocation(i);
-		}});}
-
-    /**Maps <code>JSplitPane.setDividerSize(int)</code> through queue*/
-    public void setDividerSize(final int i) {
-	runMapping(new MapVoidAction("setDividerSize") {
-		public void map() {
-		    ((JSplitPane)getSource()).setDividerSize(i);
-		}});}
-
-    /**Maps <code>JSplitPane.setLastDividerLocation(int)</code> through queue*/
-    public void setLastDividerLocation(final int i) {
-	runMapping(new MapVoidAction("setLastDividerLocation") {
-		public void map() {
-		    ((JSplitPane)getSource()).setLastDividerLocation(i);
-		}});}
-
-    /**Maps <code>JSplitPane.setLeftComponent(Component)</code> through queue*/
-    public void setLeftComponent(final Component component) {
-	runMapping(new MapVoidAction("setLeftComponent") {
-		public void map() {
-		    ((JSplitPane)getSource()).setLeftComponent(component);
-		}});}
-
-    /**Maps <code>JSplitPane.setOneTouchExpandable(boolean)</code> through queue*/
-    public void setOneTouchExpandable(final boolean b) {
-	runMapping(new MapVoidAction("setOneTouchExpandable") {
-		public void map() {
-		    ((JSplitPane)getSource()).setOneTouchExpandable(b);
-		}});}
-
-    /**Maps <code>JSplitPane.setOrientation(int)</code> through queue*/
-    public void setOrientation(final int i) {
-	runMapping(new MapVoidAction("setOrientation") {
-		public void map() {
-		    ((JSplitPane)getSource()).setOrientation(i);
-		}});}
-
-    /**Maps <code>JSplitPane.setRightComponent(Component)</code> through queue*/
-    public void setRightComponent(final Component component) {
-	runMapping(new MapVoidAction("setRightComponent") {
-		public void map() {
-		    ((JSplitPane)getSource()).setRightComponent(component);
-		}});}
-
-    /**Maps <code>JSplitPane.setTopComponent(Component)</code> through queue*/
-    public void setTopComponent(final Component component) {
-	runMapping(new MapVoidAction("setTopComponent") {
-		public void map() {
-		    ((JSplitPane)getSource()).setTopComponent(component);
-		}});}
-
-    /**Maps <code>JSplitPane.setUI(SplitPaneUI)</code> through queue*/
-    public void setUI(final SplitPaneUI splitPaneUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((JSplitPane)getSource()).setUI(splitPaneUI);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    private void expandTo(int index) {
-	makeComponentVisible();
-	JButtonOperator bo = 
-	    new JButtonOperator((JButton)getDivider().
-				waitSubComponent(new JButtonOperator.
-						 JButtonFinder(ComponentSearcher.
-							       getTrueChooser("JButton")),
-						 index));
-	bo.copyEnvironment(getDivider());
-	bo.setVisualizer(new EmptyVisualizer());
-	bo.push();
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JSplitPaneFinder extends Finder {
-        /**
-         * Constructs JSplitPaneFinder.
-         * @param sf other searching criteria.
-         */
-	public JSplitPaneFinder(ComponentChooser sf) {
-            super(JSplitPane.class, sf);
-	}
-        /**
-         * Constructs JSplitPaneFinder.
-         */
-	public JSplitPaneFinder() {
-            super(JSplitPane.class);
-	}
-    }
-    private class ValueScrollAdjuster implements ScrollAdjuster {
-	int value;
-	public ValueScrollAdjuster(int value) {
-	    this.value = value;
-	}
-	public int getScrollDirection() {
-	    if(getDividerLocation() == value) {
-		return(ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION);
-	    } else {
-		return((getDividerLocation() < value) ?
-		       ScrollAdjuster.INCREASE_SCROLL_DIRECTION :
-		       ScrollAdjuster.DECREASE_SCROLL_DIRECTION);
-	    }
-	}
-	public int getScrollOrientation() {
-	    return(getOrientation());
-	}
-	public String getDescription() {
-	    return("Scroll to " + Integer.toString(value) + " value");
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JTabbedPaneOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JTabbedPaneOperator.java
deleted file mode 100644
index f64c1e9..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JTabbedPaneOperator.java
+++ /dev/null
@@ -1,926 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyInputException;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.TimeoutExpiredException;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.ListDriver;
-
-import java.awt.Color;
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Rectangle;
-
-import java.util.Hashtable;
-
-import javax.swing.Icon;
-import javax.swing.JTabbedPane;
-import javax.swing.SingleSelectionModel;
-
-import javax.swing.event.ChangeListener;
-
-import javax.swing.plaf.TabbedPaneUI;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JTabbedPaneOperator extends JComponentOperator
-    implements Outputable {
-
-    /**
-     * Identifier for a "selected page" property.
-     * @see #getDump
-     */
-    public static final String SELECTED_PAGE_DPROP = "Selected";
-
-    /**
-     * Identifier for a "page" properties.
-     * @see #getDump
-     */
-    public static final String PAGE_PREFIX_DPROP = "Page";
-
-    private TestOut output;
-    private ListDriver driver;
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public JTabbedPaneOperator(JTabbedPane b) {
-	super(b);
-	driver = DriverManager.getListDriver(getClass());
-    }
-
-    /**
-     * Constructs a JTabbedPaneOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JTabbedPaneOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JTabbedPane)cont.
-             waitSubComponent(new JTabbedPaneFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JTabbedPaneOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JTabbedPaneOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component by tab title first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Tab title. 
-     * @param tabIndex a page index to check. if equal to -1, selected page is checked.
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JTabbedPaneOperator(ContainerOperator cont, String text, int tabIndex, int index) {
-	this((JTabbedPane)waitComponent(cont, 
-					new JTabbedPaneByItemFinder(text, tabIndex,
-								    cont.getComparator()),
-					index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component by activetab title first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Title of tab which is currently selected. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JTabbedPaneOperator(ContainerOperator cont, String text, int index) {
-	this(cont, text, -1, index);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Title of tab which is currently selected. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JTabbedPaneOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JTabbedPaneOperator(ContainerOperator cont, int index) {
-	this((JTabbedPane)
-	     waitComponent(cont, 
-			   new JTabbedPaneFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @throws TimeoutExpiredException
-     */
-    public JTabbedPaneOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JTabbedPane in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JTabbedPane instance or null if component was not found.
-     */
-    public static JTabbedPane findJTabbedPane(Container cont, ComponentChooser chooser, int index) {
-	return((JTabbedPane)findComponent(cont, new JTabbedPaneFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th JTabbedPane in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JTabbedPane instance or null if component was not found.
-     */
-    public static JTabbedPane findJTabbedPane(Container cont, ComponentChooser chooser) {
-	return(findJTabbedPane(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JTabbedPane by tab title.
-     * @param cont Container to search component in.
-     * @param text Tooltip text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param itemIndex Tab index. if -1 selected one is checked.
-     * @param index Ordinal component index.
-     * @return JTabbedPane instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JTabbedPane findJTabbedPane(Container cont, String text, boolean ce, boolean ccs, int itemIndex, int index) {
-	return(findJTabbedPane(cont, new JTabbedPaneByItemFinder(text, itemIndex, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Searches JTabbedPane by tab title.
-     * @param cont Container to search component in.
-     * @param text Tooltip text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param itemIndex Tab index. if -1 selected one is checked.
-     * @return JTabbedPane instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JTabbedPane findJTabbedPane(Container cont, String text, boolean ce, boolean ccs, int itemIndex) {
-	return(findJTabbedPane(cont, text, ce, ccs, itemIndex, 0));
-    }
-
-    /**
-     * Searches JTabbedPane object which component lies on.
-     * @param comp Component to find JTabbedPane under.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JTabbedPane instance or null if component was not found.
-     */
-    public static JTabbedPane findJTabbedPaneUnder(Component comp, ComponentChooser chooser) {
-	return((JTabbedPane)findContainerUnder(comp, new JTabbedPaneFinder(chooser)));
-    }
-    
-    /**
-     * Searches JTabbedPane object which component lies on.
-     * @param comp Component to find JTabbedPane under.
-     * @return JTabbedPane instance or null if component was not found.
-     */
-    public static JTabbedPane findJTabbedPaneUnder(Component comp) {
-	return(findJTabbedPaneUnder(comp, new JTabbedPaneFinder()));
-    }
-    
-    /**
-     * Waits JTabbedPane in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JTabbedPane instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JTabbedPane waitJTabbedPane(Container cont, ComponentChooser chooser, int index) {
-	return((JTabbedPane)waitComponent(cont, new JTabbedPaneFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th JTabbedPane in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JTabbedPane instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JTabbedPane waitJTabbedPane(Container cont, ComponentChooser chooser) {
-	return(waitJTabbedPane(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JTabbedPane by tab title.
-     * @param cont Container to search component in.
-     * @param text Tooltip text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param itemIndex Tab index. if -1 selected one is checked.
-     * @param index Ordinal component index.
-     * @return JTabbedPane instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JTabbedPane waitJTabbedPane(Container cont, String text, boolean ce, boolean ccs, int itemIndex, int index) {
-	return(waitJTabbedPane(cont, new JTabbedPaneByItemFinder(text, itemIndex, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Waits JTabbedPane by tab title.
-     * @param cont Container to search component in.
-     * @param text Tooltip text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param itemIndex Tab index. if -1 selected one is checked.
-     * @return JTabbedPane instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JTabbedPane waitJTabbedPane(Container cont, String text, boolean ce, boolean ccs, int itemIndex) {
-	return(waitJTabbedPane(cont, text, ce, ccs, itemIndex, 0));
-    }
-
-    public void setOutput(TestOut output) {
-	super.setOutput(output.createErrorOutput());
-	this.output = output;
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = 
-	    (ListDriver)DriverManager.
-	    getDriver(DriverManager.LIST_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-    }
-
-    /**
-     * Searches tab index by tab title.
-     * @param chooser page searching criteria
-     * @return a page index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @deprecated Use findPage(String) or findPage(String, StringComparator)
-     */
-    public int findPage(TabPageChooser chooser) {
-	for(int i = 0; i < getTabCount(); i++) {
-	    if(chooser.checkPage(this, i)) {
-		return(i);
-	    }
-	}
-	return(-1);
-    }
-
-    /**
-     * Searches tab index by tab title.
-     * @param title a page title.
-     * @param comparator a string comparision algorithm
-     * @return a page index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @deprecated Use findPage(String) or findPage(String, StringComparator)
-     */
-    public int findPage(String title, StringComparator comparator) {
-        return(findPage(new BySubStringTabPageChooser(title, comparator)));
-    }
-
-    /**
-     * Searches tab index by tab title.
-     * isCaptionEqual method is used to compare page title with
-     * match.
-     * @param title a page title.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return a page index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @deprecated Use findPage(String) or findPage(String, StringComparator)
-     */
-    public int findPage(String title, boolean ce, boolean ccs) {
-	return(findPage(title, new DefaultStringComparator(ce, ccs)));
-    }
-
-    /**
-     * Searches tab index by tab title.
-     * isCaptionEqual method is used to compare page title with
-     * match.
-     * Uses StringComparator assigned to this object.
-     * @param title a page title.
-     * @return a page index.
-     */
-    public int findPage(String title) {
-	return(findPage(title, getComparator()));
-    }
-
-    /**
-     * Selects tab.
-     * @param index a page ordinal index.
-     * @return a root corresponding to the page.
-     */
-    public Component selectPage(int index) {
-	output.printLine("Selecting " + index + "'th page in tabbed pane\n    :" + toStringSource());
-        makeComponentVisible();
-	driver.selectItem(this, index);
-	if(getVerification()) {
-            waitSelected(index);
-        }
-	return(getComponentAt(index));
-    }
-
-    /**
-     * Selects tab.
-     * @param chooser page searching criteria
-     * @return a root corresponding to the page.
-     */
-    public Component selectPage(TabPageChooser chooser) {
-	output.printLine("Selecting \"" + chooser.getDescription() + 
-                         "\" page in tabbed pane\n    :" + toStringSource());
- 	return(selectPage(waitPage(chooser)));
-    }
-
-    /**
-     * Selects tab.
-     * @param title a page title.
-     * @param comparator a string comparision algorithm
-     * @return a root corresponding to the page.
-     */
-    public Component selectPage(String title, StringComparator comparator) {
-        return(selectPage(new BySubStringTabPageChooser(title, comparator)));
-    }
-
-    /**
-     * Selects tab by tab title.
-     * @param title a page title.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @deprecated Use selectPage(String) or selectPage(String, StringComparator)
-     * @return a root corresponding to the page.
-     */
-    public Component selectPage(String title, boolean ce, boolean ccs) {
-	return(selectPage(title, new DefaultStringComparator(ce, ccs)));
-    }
-
-    /**
-     * Selects tab by tab title.
-     * Uses StringComparator assigned to this object.
-     * @param title a page title.
-     * @return a root corresponding to the page.
-     */
-    public Component selectPage(String title) {
-        return(selectPage(title, getComparator()));
-    }
-
-    /**
-     * Wait for a page to exist.
-     * @param chooser page searching criteria
-     * @return a page index.
-     */
-    public int waitPage(final TabPageChooser chooser) {
-	waitState(new ComponentChooser() {
-                public boolean checkComponent(Component comp) {
-                    return(findPage(chooser) > -1);
-                }
-                public String getDescription() {
-                    return("Tabbed with " + chooser.getDescription() + " page.");
-                }
-            });
-        return(findPage(chooser));
-    }
-
-    /**
-     * Wait for a page to exist.
-     * @param title a page title.
-     * @param comparator a string comparision algorithm
-     * @return a page index.
-     */
-    public int waitPage(String title, StringComparator comparator) {
-        return(waitPage(new BySubStringTabPageChooser(title, comparator)));
-    }
-
-    /**
-     * Wait for a page to exist.
-     * @param title a page title.
-     * @return a page index.
-     */
-    public int waitPage(String title) {
-        return(waitPage(title, getComparator()));
-    }
-
-    /**
-     * Waits for a page to be selected.
-     * @param pageIndex an index of a page to be selected.
-     */
-    public void waitSelected(final int pageIndex) {
-	getOutput().printLine("Wait " + Integer.toString(pageIndex) + "'th page to be " +
-			      " selected in component \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait " + Integer.toString(pageIndex) + "'th page to be " +
-				" selected");
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    return(getSelectedIndex() == pageIndex);
-		}
-		public String getDescription() {
-		    return(Integer.toString(pageIndex) + "'th page has been selected");
-		}
-	    });
-    }
-
-    /**
-     * Waits for a page to be selected.
-     * @param pageTitle a title of a page to be selected.
-     */
-    public void waitSelected(final String pageTitle) {
-	waitSelected(findPage(pageTitle));
-    }
-
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	if(((JTabbedPane)getSource()).getSelectedIndex() != -1) {
-	    result.put(SELECTED_PAGE_DPROP, ((JTabbedPane)getSource()).
-		       getTitleAt(((JTabbedPane)getSource()).getSelectedIndex()));
-	}
-	String[] pages = new String[((JTabbedPane)getSource()).getTabCount()];
-	for(int i = 0; i < ((JTabbedPane)getSource()).getTabCount(); i++) {
-	    pages[i] = ((JTabbedPane)getSource()).getTitleAt(i);
-	}
-	addToDump(result, PAGE_PREFIX_DPROP, pages);
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JTabbedPane.addChangeListener(ChangeListener)</code> through queue*/
-    public void addChangeListener(final ChangeListener changeListener) {
-	runMapping(new MapVoidAction("addChangeListener") {
-		public void map() {
-		    ((JTabbedPane)getSource()).addChangeListener(changeListener);
-		}});}
-
-    /**Maps <code>JTabbedPane.addTab(String, Component)</code> through queue*/
-    public void addTab(final String string, final Component component) {
-	runMapping(new MapVoidAction("addTab") {
-		public void map() {
-		    ((JTabbedPane)getSource()).addTab(string, component);
-		}});}
-
-    /**Maps <code>JTabbedPane.addTab(String, Icon, Component)</code> through queue*/
-    public void addTab(final String string, final Icon icon, final Component component) {
-	runMapping(new MapVoidAction("addTab") {
-		public void map() {
-		    ((JTabbedPane)getSource()).addTab(string, icon, component);
-		}});}
-
-    /**Maps <code>JTabbedPane.addTab(String, Icon, Component, String)</code> through queue*/
-    public void addTab(final String string, final Icon icon, final Component component, final String string1) {
-	runMapping(new MapVoidAction("addTab") {
-		public void map() {
-		    ((JTabbedPane)getSource()).addTab(string, icon, component, string1);
-		}});}
-
-    /**Maps <code>JTabbedPane.getBackgroundAt(int)</code> through queue*/
-    public Color getBackgroundAt(final int i) {
-	return((Color)runMapping(new MapAction("getBackgroundAt") {
-		public Object map() {
-		    return(((JTabbedPane)getSource()).getBackgroundAt(i));
-		}}));}
-
-    /**Maps <code>JTabbedPane.getBoundsAt(int)</code> through queue*/
-    public Rectangle getBoundsAt(final int i) {
-	return((Rectangle)runMapping(new MapAction("getBoundsAt") {
-		public Object map() {
-		    return(((JTabbedPane)getSource()).getBoundsAt(i));
-		}}));}
-
-    /**Maps <code>JTabbedPane.getComponentAt(int)</code> through queue*/
-    public Component getComponentAt(final int i) {
-	return((Component)runMapping(new MapAction("getComponentAt") {
-		public Object map() {
-		    return(((JTabbedPane)getSource()).getComponentAt(i));
-		}}));}
-
-    /**Maps <code>JTabbedPane.getDisabledIconAt(int)</code> through queue*/
-    public Icon getDisabledIconAt(final int i) {
-	return((Icon)runMapping(new MapAction("getDisabledIconAt") {
-		public Object map() {
-		    return(((JTabbedPane)getSource()).getDisabledIconAt(i));
-		}}));}
-
-    /**Maps <code>JTabbedPane.getForegroundAt(int)</code> through queue*/
-    public Color getForegroundAt(final int i) {
-	return((Color)runMapping(new MapAction("getForegroundAt") {
-		public Object map() {
-		    return(((JTabbedPane)getSource()).getForegroundAt(i));
-		}}));}
-
-    /**Maps <code>JTabbedPane.getIconAt(int)</code> through queue*/
-    public Icon getIconAt(final int i) {
-	return((Icon)runMapping(new MapAction("getIconAt") {
-		public Object map() {
-		    return(((JTabbedPane)getSource()).getIconAt(i));
-		}}));}
-
-    /**Maps <code>JTabbedPane.getModel()</code> through queue*/
-    public SingleSelectionModel getModel() {
-	return((SingleSelectionModel)runMapping(new MapAction("getModel") {
-		public Object map() {
-		    return(((JTabbedPane)getSource()).getModel());
-		}}));}
-
-    /**Maps <code>JTabbedPane.getSelectedComponent()</code> through queue*/
-    public Component getSelectedComponent() {
-	return((Component)runMapping(new MapAction("getSelectedComponent") {
-		public Object map() {
-		    return(((JTabbedPane)getSource()).getSelectedComponent());
-		}}));}
-
-    /**Maps <code>JTabbedPane.getSelectedIndex()</code> through queue*/
-    public int getSelectedIndex() {
-	return(runMapping(new MapIntegerAction("getSelectedIndex") {
-		public int map() {
-		    return(((JTabbedPane)getSource()).getSelectedIndex());
-		}}));}
-
-    /**Maps <code>JTabbedPane.getTabCount()</code> through queue*/
-    public int getTabCount() {
-	return(runMapping(new MapIntegerAction("getTabCount") {
-		public int map() {
-		    return(((JTabbedPane)getSource()).getTabCount());
-		}}));}
-
-    /**Maps <code>JTabbedPane.getTabPlacement()</code> through queue*/
-    public int getTabPlacement() {
-	return(runMapping(new MapIntegerAction("getTabPlacement") {
-		public int map() {
-		    return(((JTabbedPane)getSource()).getTabPlacement());
-		}}));}
-
-    /**Maps <code>JTabbedPane.getTabRunCount()</code> through queue*/
-    public int getTabRunCount() {
-	return(runMapping(new MapIntegerAction("getTabRunCount") {
-		public int map() {
-		    return(((JTabbedPane)getSource()).getTabRunCount());
-		}}));}
-
-    /**Maps <code>JTabbedPane.getTitleAt(int)</code> through queue*/
-    public String getTitleAt(final int i) {
-	return((String)runMapping(new MapAction("getTitleAt") {
-		public Object map() {
-		    return(((JTabbedPane)getSource()).getTitleAt(i));
-		}}));}
-
-    /**Maps <code>JTabbedPane.getUI()</code> through queue*/
-    public TabbedPaneUI getUI() {
-	return((TabbedPaneUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JTabbedPane)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JTabbedPane.indexOfComponent(Component)</code> through queue*/
-    public int indexOfComponent(final Component component) {
-	return(runMapping(new MapIntegerAction("indexOfComponent") {
-		public int map() {
-		    return(((JTabbedPane)getSource()).indexOfComponent(component));
-		}}));}
-
-    /**Maps <code>JTabbedPane.indexOfTab(String)</code> through queue*/
-    public int indexOfTab(final String string) {
-	return(runMapping(new MapIntegerAction("indexOfTab") {
-		public int map() {
-		    return(((JTabbedPane)getSource()).indexOfTab(string));
-		}}));}
-
-    /**Maps <code>JTabbedPane.indexOfTab(Icon)</code> through queue*/
-    public int indexOfTab(final Icon icon) {
-	return(runMapping(new MapIntegerAction("indexOfTab") {
-		public int map() {
-		    return(((JTabbedPane)getSource()).indexOfTab(icon));
-		}}));}
-
-    /**Maps <code>JTabbedPane.insertTab(String, Icon, Component, String, int)</code> through queue*/
-    public void insertTab(final String string, final Icon icon, final Component component, final String string1, final int i) {
-	runMapping(new MapVoidAction("insertTab") {
-		public void map() {
-		    ((JTabbedPane)getSource()).insertTab(string, icon, component, string1, i);
-		}});}
-
-    /**Maps <code>JTabbedPane.isEnabledAt(int)</code> through queue*/
-    public boolean isEnabledAt(final int i) {
-	return(runMapping(new MapBooleanAction("isEnabledAt") {
-		public boolean map() {
-		    return(((JTabbedPane)getSource()).isEnabledAt(i));
-		}}));}
-
-    /**Maps <code>JTabbedPane.removeChangeListener(ChangeListener)</code> through queue*/
-    public void removeChangeListener(final ChangeListener changeListener) {
-	runMapping(new MapVoidAction("removeChangeListener") {
-		public void map() {
-		    ((JTabbedPane)getSource()).removeChangeListener(changeListener);
-		}});}
-
-    /**Maps <code>JTabbedPane.removeTabAt(int)</code> through queue*/
-    public void removeTabAt(final int i) {
-	runMapping(new MapVoidAction("removeTabAt") {
-		public void map() {
-		    ((JTabbedPane)getSource()).removeTabAt(i);
-		}});}
-
-    /**Maps <code>JTabbedPane.setBackgroundAt(int, Color)</code> through queue*/
-    public void setBackgroundAt(final int i, final Color color) {
-	runMapping(new MapVoidAction("setBackgroundAt") {
-		public void map() {
-		    ((JTabbedPane)getSource()).setBackgroundAt(i, color);
-		}});}
-
-    /**Maps <code>JTabbedPane.setComponentAt(int, Component)</code> through queue*/
-    public void setComponentAt(final int i, final Component component) {
-	runMapping(new MapVoidAction("setComponentAt") {
-		public void map() {
-		    ((JTabbedPane)getSource()).setComponentAt(i, component);
-		}});}
-
-    /**Maps <code>JTabbedPane.setDisabledIconAt(int, Icon)</code> through queue*/
-    public void setDisabledIconAt(final int i, final Icon icon) {
-	runMapping(new MapVoidAction("setDisabledIconAt") {
-		public void map() {
-		    ((JTabbedPane)getSource()).setDisabledIconAt(i, icon);
-		}});}
-
-    /**Maps <code>JTabbedPane.setEnabledAt(int, boolean)</code> through queue*/
-    public void setEnabledAt(final int i, final boolean b) {
-	runMapping(new MapVoidAction("setEnabledAt") {
-		public void map() {
-		    ((JTabbedPane)getSource()).setEnabledAt(i, b);
-		}});}
-
-    /**Maps <code>JTabbedPane.setForegroundAt(int, Color)</code> through queue*/
-    public void setForegroundAt(final int i, final Color color) {
-	runMapping(new MapVoidAction("setForegroundAt") {
-		public void map() {
-		    ((JTabbedPane)getSource()).setForegroundAt(i, color);
-		}});}
-
-    /**Maps <code>JTabbedPane.setIconAt(int, Icon)</code> through queue*/
-    public void setIconAt(final int i, final Icon icon) {
-	runMapping(new MapVoidAction("setIconAt") {
-		public void map() {
-		    ((JTabbedPane)getSource()).setIconAt(i, icon);
-		}});}
-
-    /**Maps <code>JTabbedPane.setModel(SingleSelectionModel)</code> through queue*/
-    public void setModel(final SingleSelectionModel singleSelectionModel) {
-	runMapping(new MapVoidAction("setModel") {
-		public void map() {
-		    ((JTabbedPane)getSource()).setModel(singleSelectionModel);
-		}});}
-
-    /**Maps <code>JTabbedPane.setSelectedComponent(Component)</code> through queue*/
-    public void setSelectedComponent(final Component component) {
-	runMapping(new MapVoidAction("setSelectedComponent") {
-		public void map() {
-		    ((JTabbedPane)getSource()).setSelectedComponent(component);
-		}});}
-
-    /**Maps <code>JTabbedPane.setSelectedIndex(int)</code> through queue*/
-    public void setSelectedIndex(final int i) {
-	runMapping(new MapVoidAction("setSelectedIndex") {
-		public void map() {
-		    ((JTabbedPane)getSource()).setSelectedIndex(i);
-		}});}
-
-    /**Maps <code>JTabbedPane.setTabPlacement(int)</code> through queue*/
-    public void setTabPlacement(final int i) {
-	runMapping(new MapVoidAction("setTabPlacement") {
-		public void map() {
-		    ((JTabbedPane)getSource()).setTabPlacement(i);
-		}});}
-
-    /**Maps <code>JTabbedPane.setTitleAt(int, String)</code> through queue*/
-    public void setTitleAt(final int i, final String string) {
-	runMapping(new MapVoidAction("setTitleAt") {
-		public void map() {
-		    ((JTabbedPane)getSource()).setTitleAt(i, string);
-		}});}
-
-    /**Maps <code>JTabbedPane.setUI(TabbedPaneUI)</code> through queue*/
-    public void setUI(final TabbedPaneUI tabbedPaneUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((JTabbedPane)getSource()).setUI(tabbedPaneUI);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Specifies criteria for a tab page searching.
-     */
-    public interface TabPageChooser {
-	/**
-	 * Should be true if a page is good.
-	 * @param oper Operator used to search item.
-	 * @param index Index of a page be checked.
-         * @return true if a page fits the criteria.
-	 */
-	public boolean checkPage(JTabbedPaneOperator oper, int index);
-
-	/**
-	 * Page description.
-         * @return a description.
-	 */
-	public String getDescription();
-    }
-
-    /**
-     * Exception is thrown if a nonexistent page is trying to be selected.
-     */
-    public class NoSuchPageException extends JemmyInputException {
-	/**
-	 * Constructor.
-         * @param item nonexistent page title.
-	 */
-	public NoSuchPageException(String item) {
-	    super("No such page as \"" + item + "\"", getSource());
-	}
-    }
-
-    /**
-     * Allows to find component by page title.
-     */
-    public static class JTabbedPaneByItemFinder implements ComponentChooser {
-	String title;
-	int itemIndex;
-	StringComparator comparator;
-        /**
-         * Constructs JTabbedPaneByItemFinder.
-         * @param lb a text pattern
-         * @param ii page index to check. If equal to -1, selected page is checked.
-         * @param comparator specifies string comparision algorithm.
-         */
-	public JTabbedPaneByItemFinder(String lb, int ii, StringComparator comparator) {
-	    title = lb;
-	    itemIndex = ii;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs JTabbedPaneByItemFinder.
-         * @param lb a text pattern
-         * @param ii page index to check. If equal to -1, selected page is checked.
-         */
-	public JTabbedPaneByItemFinder(String lb, int ii) {
-            this(lb, ii, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof JTabbedPane) {
-		if(title == null) {
-		    return(true);
-		}
-		JTabbedPaneOperator tpo = new JTabbedPaneOperator((JTabbedPane)comp);
-		if(tpo.getTabCount() > itemIndex) {
-		    int ii = itemIndex;
-		    if(ii == -1) {
-			ii = tpo.getSelectedIndex();
-			if(ii == -1) {
-			    return(false);
-			}
-		    }
-		    return(comparator.equals(tpo.getTitleAt(ii),
-					     title));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("JTabbedPane with text \"" + title + "\" in " + 
-		   (new Integer(itemIndex)).toString() + "'th item");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JTabbedPaneFinder extends Finder {
-        /**
-         * Constructs JTabbedPaneFinder.
-         * @param sf other searching criteria.
-         */
-	public JTabbedPaneFinder(ComponentChooser sf) {
-            super(JTabbedPane.class, sf);
-	}
-        /**
-         * Constructs JTabbedPaneFinder.
-         */
-	public JTabbedPaneFinder() {
-            super(JTabbedPane.class);
-	}
-    }
-
-    private class BySubStringTabPageChooser implements TabPageChooser {
-        String title;
-        StringComparator comparator;
-
-        public BySubStringTabPageChooser(String title, StringComparator comparator) {
-            this.title = title;
-            this.comparator = comparator;
-        }
-
-	public boolean checkPage(JTabbedPaneOperator oper, int index) {
-            return(comparator.equals(oper.getTitleAt(index),
-                                     title));
-        }
-
-	public String getDescription() {
-	    return("Page having \"" + title + "\" title.");
-        }
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JTableHeaderOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JTableHeaderOperator.java
deleted file mode 100644
index 699fb8d..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JTableHeaderOperator.java
+++ /dev/null
@@ -1,433 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import java.awt.Component;
-import java.awt.Point;
-import java.awt.Rectangle;
-
-import javax.swing.JTable;
-
-import javax.swing.event.ChangeEvent;
-import javax.swing.event.ListSelectionEvent;
-import javax.swing.event.TableColumnModelEvent;
-
-import javax.swing.plaf.TableHeaderUI;
-
-import javax.swing.table.JTableHeader;
-import javax.swing.table.TableCellRenderer;
-import javax.swing.table.TableColumn;
-import javax.swing.table.TableColumnModel;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.Timeouts;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.OrderedListDriver;
-
-/**
- * ComponentOperator.BeforeDragTimeout - time to sleep before column moving <BR>
- * ComponentOperator.AfterDragTimeout - time to sleep after column moving <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JTableHeaderOperator extends JComponentOperator
-implements Outputable, Timeoutable {
-
-    private TestOut output;
-    private Timeouts timeouts;
-
-    private OrderedListDriver driver;
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public JTableHeaderOperator(JTableHeader b) {
-	super(b);
-        driver = DriverManager.getOrderedListDriver(getClass());
-    }
-
-    /**
-     * Constructs a JTableHeaderOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JTableHeaderOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JTableHeader)cont.
-             waitSubComponent(new JTableHeaderFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JTableHeaderOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JTableHeaderOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructs a JTableHeaderOperator object.
-     * @param cont a container
-     * @param index an index between appropriate ones.
-     */
-    public JTableHeaderOperator(ContainerOperator cont, int index) {
-	this((JTableHeader)
-	     waitComponent(cont, 
-			   new JTableHeaderFinder(ComponentSearcher.
-					    getTrueChooser("Any JTableHeader")),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JTableHeaderOperator object.
-     * @param cont a container
-     */
-    public JTableHeaderOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    public void setTimeouts(Timeouts times) {
-	this.timeouts = times;
-	super.setTimeouts(timeouts);
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output);
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    /**
-     * Selects a column.
-     * @param columnIndex an index of a column to select.
-     */
-    public void selectColumn(int columnIndex) {
-        driver.selectItem(this, columnIndex);
-    }
-
-    /**
-     * Selects some columns.
-     * @param columnIndices indices of columns to select.
-     */
-    public void selectColumns(int[] columnIndices) {
-        driver.selectItems(this, columnIndices);
-    }
-
-    /**
-     * Moves a column to a different location.
-     * @param moveColumn an original column index.
-     * @param moveTo a desctination column index.
-     */
-    public void moveColumn(int moveColumn, int moveTo) {
-        driver.moveItem(this, moveColumn, moveTo);
-    }
-
-    /**
-     * Return a point to click on column header.
-     * @param columnIndex an index of a column to click on.
-     * @return the point to click.
-     */
-    public Point getPointToClick(int columnIndex) {
-        Rectangle rect = getHeaderRect(columnIndex);
-        return(new Point(rect.x + rect.width/2,
-                         rect.y + rect.height/2));
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = 
-	    (OrderedListDriver)DriverManager.
-	    getDriver(DriverManager.ORDEREDLIST_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JTableHeader.setTable(JTable)</code> through queue*/
-    public void setTable(final JTable jTable) {
-	runMapping(new MapVoidAction("setTable") {
-		public void map() {
-		    ((JTableHeader)getSource()).setTable(jTable);
-		}});}
-
-    /**Maps <code>JTableHeader.getTable()</code> through queue*/
-    public JTable getTable() {
-	return((JTable)runMapping(new MapAction("getTable") {
-		public Object map() {
-		    return(((JTableHeader)getSource()).getTable());
-		}}));}
-
-    /**Maps <code>JTableHeader.setReorderingAllowed(boolean)</code> through queue*/
-    public void setReorderingAllowed(final boolean b) {
-	runMapping(new MapVoidAction("setReorderingAllowed") {
-		public void map() {
-		    ((JTableHeader)getSource()).setReorderingAllowed(b);
-		}});}
-
-    /**Maps <code>JTableHeader.getReorderingAllowed()</code> through queue*/
-    public boolean getReorderingAllowed() {
-	return(runMapping(new MapBooleanAction("getReorderingAllowed") {
-		public boolean map() {
-		    return(((JTableHeader)getSource()).getReorderingAllowed());
-		}}));}
-
-    /**Maps <code>JTableHeader.setResizingAllowed(boolean)</code> through queue*/
-    public void setResizingAllowed(final boolean b) {
-	runMapping(new MapVoidAction("setResizingAllowed") {
-		public void map() {
-		    ((JTableHeader)getSource()).setResizingAllowed(b);
-		}});}
-
-    /**Maps <code>JTableHeader.getResizingAllowed()</code> through queue*/
-    public boolean getResizingAllowed() {
-	return(runMapping(new MapBooleanAction("getResizingAllowed") {
-		public boolean map() {
-		    return(((JTableHeader)getSource()).getResizingAllowed());
-		}}));}
-
-    /**Maps <code>JTableHeader.getDraggedColumn()</code> through queue*/
-    public TableColumn getDraggedColumn() {
-	return((TableColumn)runMapping(new MapAction("getDraggedColumn") {
-		public Object map() {
-		    return(((JTableHeader)getSource()).getDraggedColumn());
-		}}));}
-
-    /**Maps <code>JTableHeader.getDraggedDistance()</code> through queue*/
-    public int getDraggedDistance() {
-	return(runMapping(new MapIntegerAction("getDraggedDistance") {
-		public int map() {
-		    return(((JTableHeader)getSource()).getDraggedDistance());
-		}}));}
-
-    /**Maps <code>JTableHeader.getResizingColumn()</code> through queue*/
-    public TableColumn getResizingColumn() {
-	return((TableColumn)runMapping(new MapAction("getResizingColumn") {
-		public Object map() {
-		    return(((JTableHeader)getSource()).getResizingColumn());
-		}}));}
-
-    /**Maps <code>JTableHeader.setUpdateTableInRealTime(boolean)</code> through queue*/
-    public void setUpdateTableInRealTime(final boolean b) {
-	runMapping(new MapVoidAction("setUpdateTableInRealTime") {
-		public void map() {
-		    ((JTableHeader)getSource()).setUpdateTableInRealTime(b);
-		}});}
-
-    /**Maps <code>JTableHeader.getUpdateTableInRealTime()</code> through queue*/
-    public boolean getUpdateTableInRealTime() {
-	return(runMapping(new MapBooleanAction("getUpdateTableInRealTime") {
-		public boolean map() {
-		    return(((JTableHeader)getSource()).getUpdateTableInRealTime());
-		}}));}
-
-    /**Maps <code>JTableHeader.setDefaultRenderer(TableCellRenderer)</code> through queue*/
-    public void setDefaultRenderer(final TableCellRenderer tableCellRenderer) {
-	runMapping(new MapVoidAction("setDefaultRenderer") {
-		public void map() {
-		    ((JTableHeader)getSource()).setDefaultRenderer(tableCellRenderer);
-		}});}
-
-    /**Maps <code>JTableHeader.getDefaultRenderer()</code> through queue*/
-    public TableCellRenderer getDefaultRenderer() {
-	return((TableCellRenderer)runMapping(new MapAction("getDefaultRenderer") {
-		public Object map() {
-		    return(((JTableHeader)getSource()).getDefaultRenderer());
-		}}));}
-
-    /**Maps <code>JTableHeader.columnAtPoint(Point)</code> through queue*/
-    public int columnAtPoint(final Point point) {
-	return(runMapping(new MapIntegerAction("columnAtPoint") {
-		public int map() {
-		    return(((JTableHeader)getSource()).columnAtPoint(point));
-		}}));}
-
-    /**Maps <code>JTableHeader.getHeaderRect(int)</code> through queue*/
-    public Rectangle getHeaderRect(final int i) {
-	return((Rectangle)runMapping(new MapAction("getHeaderRect") {
-		public Object map() {
-		    return(((JTableHeader)getSource()).getHeaderRect(i));
-		}}));}
-
-    /**Maps <code>JTableHeader.getUI()</code> through queue*/
-    public TableHeaderUI getUI() {
-	return((TableHeaderUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JTableHeader)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JTableHeader.setUI(TableHeaderUI)</code> through queue*/
-    public void setUI(final TableHeaderUI tableHeaderUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((JTableHeader)getSource()).setUI(tableHeaderUI);
-		}});}
-
-    /**Maps <code>JTableHeader.setColumnModel(TableColumnModel)</code> through queue*/
-    public void setColumnModel(final TableColumnModel tableColumnModel) {
-	runMapping(new MapVoidAction("setColumnModel") {
-		public void map() {
-		    ((JTableHeader)getSource()).setColumnModel(tableColumnModel);
-		}});}
-
-    /**Maps <code>JTableHeader.getColumnModel()</code> through queue*/
-    public TableColumnModel getColumnModel() {
-	return((TableColumnModel)runMapping(new MapAction("getColumnModel") {
-		public Object map() {
-		    return(((JTableHeader)getSource()).getColumnModel());
-		}}));}
-
-    /**Maps <code>JTableHeader.columnAdded(TableColumnModelEvent)</code> through queue*/
-    public void columnAdded(final TableColumnModelEvent tableColumnModelEvent) {
-	runMapping(new MapVoidAction("columnAdded") {
-		public void map() {
-		    ((JTableHeader)getSource()).columnAdded(tableColumnModelEvent);
-		}});}
-
-    /**Maps <code>JTableHeader.columnRemoved(TableColumnModelEvent)</code> through queue*/
-    public void columnRemoved(final TableColumnModelEvent tableColumnModelEvent) {
-	runMapping(new MapVoidAction("columnRemoved") {
-		public void map() {
-		    ((JTableHeader)getSource()).columnRemoved(tableColumnModelEvent);
-		}});}
-
-    /**Maps <code>JTableHeader.columnMoved(TableColumnModelEvent)</code> through queue*/
-    public void columnMoved(final TableColumnModelEvent tableColumnModelEvent) {
-	runMapping(new MapVoidAction("columnMoved") {
-		public void map() {
-		    ((JTableHeader)getSource()).columnMoved(tableColumnModelEvent);
-		}});}
-
-    /**Maps <code>JTableHeader.columnMarginChanged(ChangeEvent)</code> through queue*/
-    public void columnMarginChanged(final ChangeEvent changeEvent) {
-	runMapping(new MapVoidAction("columnMarginChanged") {
-		public void map() {
-		    ((JTableHeader)getSource()).columnMarginChanged(changeEvent);
-		}});}
-
-    /**Maps <code>JTableHeader.columnSelectionChanged(ListSelectionEvent)</code> through queue*/
-    public void columnSelectionChanged(final ListSelectionEvent listSelectionEvent) {
-	runMapping(new MapVoidAction("columnSelectionChanged") {
-		public void map() {
-		    ((JTableHeader)getSource()).columnSelectionChanged(listSelectionEvent);
-		}});}
-
-    /**Maps <code>JTableHeader.resizeAndRepaint()</code> through queue*/
-    public void resizeAndRepaint() {
-	runMapping(new MapVoidAction("resizeAndRepaint") {
-		public void map() {
-		    ((JTableHeader)getSource()).resizeAndRepaint();
-		}});}
-
-    /**Maps <code>JTableHeader.setDraggedColumn(TableColumn)</code> through queue*/
-    public void setDraggedColumn(final TableColumn tableColumn) {
-	runMapping(new MapVoidAction("setDraggedColumn") {
-		public void map() {
-		    ((JTableHeader)getSource()).setDraggedColumn(tableColumn);
-		}});}
-
-    /**Maps <code>JTableHeader.setDraggedDistance(int)</code> through queue*/
-    public void setDraggedDistance(final int i) {
-	runMapping(new MapVoidAction("setDraggedDistance") {
-		public void map() {
-		    ((JTableHeader)getSource()).setDraggedDistance(i);
-		}});}
-
-    /**Maps <code>JTableHeader.setResizingColumn(TableColumn)</code> through queue*/
-    public void setResizingColumn(final TableColumn tableColumn) {
-	runMapping(new MapVoidAction("setResizingColumn") {
-		public void map() {
-		    ((JTableHeader)getSource()).setResizingColumn(tableColumn);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Checks component type.
-     */
-    public static class JTableHeaderFinder implements ComponentChooser {
-	ComponentChooser subFinder;
-        /**
-         * Constructs JTableHeaderFinder.
-         * @param sf other searching criteria.
-         */
-	public JTableHeaderFinder(ComponentChooser sf) {
-	    subFinder = sf;
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof JTableHeader) {
-		return(subFinder.checkComponent(comp));
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return(subFinder.getDescription());
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JTableOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JTableOperator.java
deleted file mode 100644
index 11aa037..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JTableOperator.java
+++ /dev/null
@@ -1,2126 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.QueueTool;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.Waiter;
-
-import org.netbeans.jemmy.util.EmptyVisualizer;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.TableDriver;
-
-import java.awt.Color;
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Dimension;
-import java.awt.Point;
-import java.awt.Rectangle;
-
-import java.awt.event.KeyEvent;
-
-import java.util.EventObject;
-import java.util.Hashtable;
-
-import javax.swing.JPopupMenu;
-import javax.swing.JScrollPane;
-import javax.swing.JTable;
-import javax.swing.ListSelectionModel;
-
-import javax.swing.event.ChangeEvent;
-import javax.swing.event.ListSelectionEvent;
-import javax.swing.event.TableColumnModelEvent;
-import javax.swing.event.TableModelEvent;
-
-import javax.swing.plaf.TableUI;
-
-import javax.swing.table.JTableHeader;
-import javax.swing.table.TableCellEditor;
-import javax.swing.table.TableCellRenderer;
-import javax.swing.table.TableColumn;
-import javax.swing.table.TableColumnModel;
-import javax.swing.table.TableModel;
-
-import javax.swing.text.JTextComponent;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * JTableOperator.WaitEditingTimeout - time to wait cell editing<BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>
- * ComponentOperator.WaitStateTimeout - time to wait for cell contents <BR>
- * JTextComponentOperator.ChangeCaretPositionTimeout - maximum time to chenge caret position <BR>
- * JTextComponentOperator.TypeTextTimeout - maximum time to type text <BR>
- * JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling <BR>.
- *
- * @see Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JTableOperator extends JComponentOperator
-implements Outputable, Timeoutable {
-
-    /**
-     * Identifier for a "cell" property.
-     * @see #getDump
-     */
-    public static final String CELL_PREFIX_DPROP = "Cell";
-
-    /**
-     * Identifier for a "column" property.
-     * @see #getDump
-     */
-    public static final String COLUMN_PREFIX_DPROP = "Column";
-
-    /**
-     * Identifier for a "selected column" property.
-     * @see #getDump
-     */
-    public static final String SELECTED_COLUMN_PREFIX_DPROP = "SelectedColumn";
-
-    /**
-     * Identifier for a "selected row" property.
-     * @see #getDump
-     */
-    public static final String SELECTED_ROW_PREFIX_DPROP = "SelectedRow";
-
-    /**
-     * Identifier for a "column count" property.
-     * @see #getDump
-     */
-    public static final String COLUMN_COUNT_DPROP = "Column count";
-
-    /**
-     * Identifier for a "row count" property.
-     * @see #getDump
-     */
-    public static final String ROW_COUNT_DPROP = "Row count";
-
-    private final static long WAIT_EDITING_TIMEOUT = 60000;
-
-    private TestOut output;
-    private Timeouts timeouts;
-
-    TableDriver driver;
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public JTableOperator(JTable b) {
-	super(b);
-	driver = DriverManager.getTableDriver(getClass());
-    }
-
-    /**
-     * Constructs a JTableOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JTableOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JTable)cont.
-             waitSubComponent(new JTableFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JTableOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JTableOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits by cell text first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Text of a cell which is currently selected. 
-     * @param row a cell row to check.
-     * @param column a cell row to check.
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JTableOperator(ContainerOperator cont, String text, int row, int column, int index) {
-	this((JTable)waitComponent(cont, 
-				   new JTableByCellFinder(text, row, column,
-							  cont.getComparator()),
-				   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits by cell text first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Text of a cell which is currently selected. 
-     * @param row a cell row to check.
-     * @param column a cell row to check.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JTableOperator(ContainerOperator cont, String text, int row, int column) {
-	this(cont, text, row, column, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits by text in selected cell first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Text of a cell which is currently selected. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JTableOperator(ContainerOperator cont, String text, int index) {
-	this(cont, text, -1, -1, index);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Text of a cell which is currently selected. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JTableOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JTableOperator(ContainerOperator cont, int index) {
-	this((JTable)
-	     waitComponent(cont, 
-			   new JTableFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @throws TimeoutExpiredException
-     */
-    public JTableOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Static finds                                        //
-    ////////////////////////////////////////////////////////
-
-
-    /**
-     * Searches JTable in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JTable instance or null if component was not found.
-     */
-    public static JTable findJTable(Container cont, ComponentChooser chooser, int index) {
-	return((JTable)findComponent(cont, new JTableFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th JTable in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JTable instance or null if component was not found.
-     */
-    public static JTable findJTable(Container cont, ComponentChooser chooser) {
-	return(findJTable(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JTable by cell.
-     * @param cont Container to search component in.
-     * @param text Item text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param row Index of row to compare text. If -1, selected row is checked.
-     * @param column Index of column to compare text. If -1, selected column is checked.
-     * @param index Ordinal component index.
-     * @return JTable instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JTable findJTable(Container cont, String text, boolean ce, boolean ccs, int row, int column, int index) {
-	return(findJTable(cont, new JTableByCellFinder(text, row, column, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Searches JTable by cell.
-     * @param cont Container to search component in.
-     * @param text Item text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param row Index of row to compare text. If -1, selected row is checked.
-     * @param column Index of column to compare text. If -1, selected column is checked.
-     * @return JTable instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JTable findJTable(Container cont, String text, boolean ce, boolean ccs, int row, int column) {
-	return(findJTable(cont, text, ce, ccs, row, column, 0));
-    }
-
-    /**
-     * Waits JTable in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JTable instance or null if component was not found.
-     * @throws TimeoutExpiredException
-     */
-    public static JTable waitJTable(Container cont, ComponentChooser chooser, int index)  {
-	return((JTable)waitComponent(cont, new JTableFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th JTable in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JTable instance or null if component was not found.
-     * @throws TimeoutExpiredException
-     */
-    public static JTable waitJTable(Container cont, ComponentChooser chooser) {
-	return(waitJTable(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JTable by cell.
-     * @param cont Container to search component in.
-     * @param text Item text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param row Index of row to compare text. If -1, selected row is checked.
-     * @param column Index of column to compare text. If -1, selected column is checked.
-     * @param index Ordinal component index.
-     * @return JTable instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JTable waitJTable(Container cont, String text, boolean ce, boolean ccs, int row, int column, int index) {
-	return(waitJTable(cont, new JTableByCellFinder(text, row, column, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Waits JTable by cell.
-     * @param cont Container to search component in.
-     * @param text Item text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param row Index of row to compare text. If -1, selected row is checked.
-     * @param column Index of column to compare text. If -1, selected column is checked.
-     * @return JTable instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JTable waitJTable(Container cont, String text, boolean ce, boolean ccs, int row, int column) {
-	return(waitJTable(cont, text, ce, ccs, row, column, 0));
-    }
-
-    static {
-	Timeouts.initDefault("JTableOperator.WaitEditingTimeout", WAIT_EDITING_TIMEOUT);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Environment                                         //
-    ////////////////////////////////////////////////////////
-
-    public void setTimeouts(Timeouts times) {
-	this.timeouts = times;
-	super.setTimeouts(timeouts);
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output);
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = 
-	    (TableDriver)DriverManager.
-	    getDriver(DriverManager.TABLE_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-    }
-
-    ////////////////////////////////////////////////////////
-    //Find methods                                        //
-    ////////////////////////////////////////////////////////
-
-    //text, comparator and index
-
-    /**
-     * Searches cell coordinates.
-     * @param text a text pattern
-     * @param comparator a string comparision algorithm
-     * @param index an ordinal cell index
-     * @return Point indicating coordinates (x - column, y - row)
-     */
-    public Point findCell(String text, StringComparator comparator, int index) {
-	return(findCell(new BySubStringTableCellChooser(text, 
-                                                        comparator), 
-			     index));
-    }
-
-    /**
-     * Searches cell coordinates in the specified rows and columns.
-     * @param text a text pattern
-     * @param comparator a string comparision algorithm
-     * @param rows rows to search in
-     * @param columns columns to search in
-     * @param index an ordinal cell index
-     * @return Point indicating coordinates (x - column, y - row)
-     */
-    public Point findCell(String text, StringComparator comparator, int[] rows, int[] columns, int index) {
-	return(findCell(new BySubStringTableCellChooser(text, comparator), rows, columns, index));
-    }
-
-    /**
-     * Searches cell row index.
-     * @param text a text pattern
-     * @param comparator a string comparision algorithm
-     * @param index an ordinal cell index
-     * @return a row index.
-     */
-    public int findCellRow(String text, StringComparator comparator, int index) {
-	return(findCell(text, comparator, index).y);
-    }
-
-    /**
-     * Searches cell row index. Searching is performed between cells in one column.
-     * @param text a text pattern
-     * @param comparator a string comparision algorithm
-     * @param column a column index to search in
-     * @param index an ordinal cell index
-     * @return a row index.
-     */
-    public int findCellRow(String text, StringComparator comparator, int column, int index) {
-	return(findCell(text, comparator, null, new int[] {column}, index).y);
-    }
-
-    /**
-     * Searches cell column visible index.
-     * @param text a text pattern
-     * @param comparator a string comparision algorithm
-     * @param index an ordinal cell index
-     * @return a column index.
-     */
-    public int findCellColumn(String text, StringComparator comparator, int index) {
-	return(findCell(text, comparator, index).x);
-    }
-
-    /**
-     * Searches cell column index. Searching is performed between cells in one row.
-     * @param text a text pattern
-     * @param comparator a string comparision algorithm
-     * @param row a row index to search in
-     * @param index an ordinal cell index
-     * @return a column index.
-     */
-    public int findCellColumn(String text, StringComparator comparator, int row, int index) {
-	return(findCell(text, comparator, new int[] {row}, null, index).x);
-    }
-
-    //booleans - deprecated
-
-    /**
-     * Searches cell row by cell text.
-     * @param text Text to search by.
-     * @param ce Compare exactly.
-     * @param ccs Compare case sensitively.
-     * @param index Ordinal index in suitable cells.
-     * @return a row index.
-     * @see #findCellRow(String, int)
-     * @deprecated Use findCellRow(String, int) or findCellRow(String, StringComparator, int)
-     */
-    public int findCellRow(String text, boolean ce, boolean ccs, int index) {
-	return(findCell(text, ce, ccs, index).y);
-    }
-
-    /**
-     * Searches cell column by cell text.
-     * @param text Text to search by.
-     * @param ce Compare exactly.
-     * @param ccs Compare case sensitively.
-     * @param index Ordinal index in suitable cells.
-     * @return a column index.
-     * @see #findCellColumn(String, int)
-     * @deprecated Use findCellColumn(String, int) or findCellColumn(String, StringComparator, int)
-     */
-    public int findCellColumn(String text, boolean ce, boolean ccs, int index) {
-	return(findCell(text, ce, ccs, index).x);
-    }
-
-    /**
-     * Searches first cell row by cell text.
-     * @param text Text to search by.
-     * @param ce Compare exactly.
-     * @param ccs Compare case sensitively.
-     * @return a row index.
-     * @see #findCellRow(String)
-     * @deprecated Use findCellRow(String) or findCellRow(String, StringComparator)
-     */
-    public int findCellRow(String text, boolean ce, boolean ccs) {
-	return(findCellRow(text, ce, ccs, 0));
-    }
-
-    /**
-     * Searches first cell column by cell text.
-     * @param text Text to search by.
-     * @param ce Compare exactly.
-     * @param ccs Compare case sensitively.
-     * @return a column index.
-     * @see #findCellColumn(String)
-     * @deprecated Use findCellColumn(String) or findCellColumn(String, StringComparator)
-     */
-    public int findCellColumn(String text, boolean ce, boolean ccs) {
-	return(findCellColumn(text, ce, ccs, 0));
-    }
-
-    //text and comparator only
-
-    /**
-     * Searches cell row index.
-     * @param text a text pattern
-     * @param comparator a string comparision algorithm
-     * @return a row index.
-     */
-    public int findCellRow(String text, StringComparator comparator) {
-	return(findCellRow(text, comparator, 0));
-    }
-
-    /**
-     * Searches cell column visible index.
-     * @param text a text pattern
-     * @param comparator a string comparision algorithm
-     * @return a column index.
-     */
-    public int findCellColumn(String text, StringComparator comparator) {
-	return(findCellColumn(text, comparator, 0));
-    }
-
-    //text and index
-
-    /**
-     * Searches cell row by cell text.
-     * @param text Text to search by.
-     * @param index Ordinal index in suitable cells.
-     * @return a row index.
-     */
-    public int findCellRow(String text, int index) {
-	return(findCell(text, index).y);
-    }
-
-    /**
-     * Searches cell row index. Searching is performed between cells in one column.
-     * @param text a text pattern
-     * @param column a column index to search in
-     * @param index Ordinal index in suitable cells.
-     * @return a row index.
-     */
-    public int findCellRow(String text, int column, int index) {
-	return(findCell(text, null, new int[] {column}, index).y);
-    }
-
-    /**
-     * Searches cell column by cell text.
-     * @param text Text to search by.
-     * @param index Ordinal index in suitable cells.
-     * @return a column index.
-     */
-    public int findCellColumn(String text, int index) {
-	return(findCell(text, index).x);
-    }
-
-    /**
-     * Searches cell column index. Searching is performed between cells in one row.
-     * @param text a text pattern
-     * @param row a row index to search in
-     * @param index Ordinal index in suitable cells.
-     * @return a column index.
-     */
-    public int findCellColumn(String text, int row, int index) {
-	return(findCell(text, new int[] {row}, null, index).x);
-    }
-
-    /**
-     * Searches cell coordinates.
-     * @param text a text pattern
-     * @param index an ordinal cell index
-     * @return Point indicating coordinates (x - column, y - row)
-     */
-    public Point findCell(String text, int index) {
-	return(findCell(text, getComparator(), index));
-    }
-
-    /**
-     * Searches cell coordinates in the specified rows and columns.
-     * @param text a text pattern
-     * @param rows rows to search in
-     * @param columns columns to search in
-     * @param index an ordinal cell index
-     * @return Point indicating coordinates (x - column, y - row)
-     */
-    public Point findCell(String text, int[] rows, int[] columns, int index) {
-	return(findCell(new BySubStringTableCellChooser(text, getComparator()), rows, columns, index));
-    }
-
-    //text only
-
-    /**
-     * Searches first cell row by cell text.
-     * @param text Text to search by.
-     * @return a row index.
-     */
-    public int findCellRow(String text) {
-	return(findCellRow(text, 0));
-    }
-
-    /**
-     * Searches first cell column by cell text.
-     * @param text Text to search by.
-     * @return a column index.
-     */
-    public int findCellColumn(String text) {
-	return(findCellColumn(text, 0));
-    }
-
-    //component chooser and index
-
-    /**
-     * Searches cell row by rendered component.
-     * @param chooser Component verifying object.
-     * @param index Ordinal index in suitable cells.
-     * @return a row index.
-     */
-    public int findCellRow(ComponentChooser chooser, int index) {
-	return(findCell(chooser, index).y);
-    }
-
-    /**
-     * Searches cell row index. Searching is performed between cells in one column.
-     * @param chooser Component verifying object.
-     * @param column a column index to search in
-     * @param index Ordinal index in suitable cells.
-     * @return a row index.
-     */
-    public int findCellRow(ComponentChooser chooser, int column, int index) {
-	return(findCell(chooser, null, new int[] {column}, index).y);
-    }
-
-    /**
-     * Searches cell column by rendered component.
-     * @param chooser Component verifying object.
-     * @param index Ordinal index in suitable cells.
-     * @return a column index.
-     */
-    public int findCellColumn(ComponentChooser chooser, int index) {
-	return(findCell(chooser, index).x);
-    }
-
-    /**
-     * Searches cell column index. Searching is performed between cells in one row.
-     * @param chooser Component verifying object.
-     * @param row a row index to search in
-     * @param index Ordinal index in suitable cells.
-     * @return a column index.
-     */
-    public int findCellColumn(ComponentChooser chooser, int row, int index) {
-	return(findCell(chooser, new int[] {row}, null, index).x);
-    }
-
-    /**
-     * Searches cell coordinates.
-     * @param chooser Component verifying object.
-     * @param index an ordinal cell index
-     * @return Point indicating coordinates (x - column, y - row)
-     */
-    public Point findCell(ComponentChooser chooser, int index) {
-	return(findCell(new ByRenderedComponentTableCellChooser(chooser), index));
-    }
-
-    /**
-     * Searches cell coordinates.
-     * @param chooser Component verifying object.
-     * @param rows rows to search in
-     * @param columns columns to search in
-     * @param index an ordinal cell index
-     * @return Point indicating coordinates (x - column, y - row)
-     */
-    public Point findCell(ComponentChooser chooser, int[] rows, int[] columns, int index) {
-	return(findCell(new ByRenderedComponentTableCellChooser(chooser), rows, columns, index));
-    }
-
-    //component chooser only
-
-    /**
-     * Searches cell row by rendered component.
-     * @param chooser Component verifying object.
-     * @return a row index.
-     */
-    public int findCellRow(ComponentChooser chooser) {
-	return(findCellRow(chooser, 0));
-    }
-
-    /**
-     * Searches cell column by rendered component.
-     * @param chooser Component verifying object.
-     * @return a column index.
-     */
-    public int findCellColumn(ComponentChooser chooser) {
-	return(findCellColumn(chooser, 0));
-    }
-
-    /**
-     * Searches cell coordinates.
-     * @param chooser Component verifying object.
-     * @return Point indicating coordinates (x - column, y - row)
-     */
-    public Point findCell(ComponentChooser chooser) {
-        return(findCell(chooser, 0));
-    }
-
-    //cell chooser and index
-
-    /**
-     * Searches cell row by TableCellChooser.
-     * @param chooser Cell verifying object.
-     * @param index Ordinal index in suitable cells.
-     * @return a row index.
-     */
-    public int findCellRow(TableCellChooser chooser, int index) {
-	return(findCell(chooser, index).y);
-    }
-
-    /**
-     * Searches cell row index. Searching is performed between cells in one column.
-     * @param chooser Cell verifying object.
-     * @param column a column index to search in
-     * @param index Ordinal index in suitable cells.
-     * @return a row index.
-     */
-    public int findCellRow(TableCellChooser chooser, int column, int index) {
-	return(findCell(chooser, null, new int[] {column}, index).y);
-    }
-
-    /**
-     * Searches cell column by TableCellChooser.
-     * @param chooser ComponentCell verifying object.
-     * @param index Ordinal index in suitable cells.
-     * @return a column index.
-     */
-    public int findCellColumn(TableCellChooser chooser, int index) {
-	return(findCell(chooser, index).x);
-    }
-
-    /**
-     * Searches cell column index. Searching is performed between cells in one row.
-     * @param chooser Cell verifying object.
-     * @param row a row index to search in
-     * @param index Ordinal index in suitable cells.
-     * @return a column index.
-     */
-    public int findCellColumn(TableCellChooser chooser, int row, int index) {
-	return(findCell(chooser, new int[] {row}, null, index).x);
-    }
-
-    /**
-     * Searches cell coordinates.
-     * @param chooser cell verifying object.
-     * @param index an ordinal cell index
-     * @return Point indicating coordinates (x - column, y - row)
-     */
-    public Point findCell(TableCellChooser chooser, int index) {
-        return(findCell(chooser, null, null, index));
-    }
-
-    /**
-     * Searches cell coordinates in the specified rows and columns.
-     * @param chooser cell verifying object.
-     * @param rows rows to search in
-     * @param columns columns to search in
-     * @param index an ordinal cell index
-     * @return Point indicating coordinates (x - column, y - row)
-     */
-    public Point findCell(TableCellChooser chooser, int[] rows, int[] columns, int index) {
-	TableModel model = getModel();
-        int[] realRows;
-        if(rows != null) {
-            realRows = rows;
-        } else {
-            realRows = new int[model.getRowCount()];
-            for(int i = 0; i < model.getRowCount(); i++) {
-                realRows[i] = i;
-            }
-        }
-        int[] realColumns;
-        if(columns != null) {
-            realColumns = columns;
-        } else {
-            realColumns = new int[model.getColumnCount()];
-            for(int i = 0; i < model.getColumnCount(); i++) {
-                realColumns[i] = i;
-            }
-        }
-	int count = 0;
-	for(int i = 0; i < realRows.length; i++) {
-	    for(int j = 0; j < realColumns.length; j++) {
-		if(chooser.checkCell(this, realRows[i], realColumns[j])) {
-		    if(count == index) {
-			return(new Point(realColumns[j], realRows[i]));
-		    } else {
-			count++;
-		    }
-		}
-	    }
-	}
-	return(new Point(-1, -1));
-    }
-
-    //cell chooser only
-
-    /**
-     * Searches cell row by TableCellChooser.
-     * @param chooser Cell verifying object.
-     * @return a row index.
-     */
-    public int findCellRow(TableCellChooser chooser) {
-	return(findCellRow(chooser, 0));
-    }
-
-    /**
-     * Searches cell column by TableCellChooser.
-     * @param chooser Cell verifying object.
-     * @return a column index.
-     */
-    public int findCellColumn(TableCellChooser chooser) {
-	return(findCellColumn(chooser, 0));
-    }
-
-    /**
-     * Searches cell coordinates.
-     * @param chooser cell verifying object.
-     * @return Point indicating coordinates (x - column, y - row)
-     */
-    public Point findCell(TableCellChooser chooser) {
-        return(findCell(chooser, 0));
-    }
-
-    ////////////////////////////////////////////////////////
-    //Actions                                             //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Does mouse click on the cell.
-     * @param row a row index
-     * @param column a column index
-     * @param clickCount a number of clicks
-     * @param button a mouse button (value of InputEvent.BUTTON*_MASK field)
-     * @param modifiers Modifiers (combination of InputEvent.*_MASK values)
-     */
-    public void clickOnCell(final int row, final int column, final int clickCount, final int button, final int modifiers) {
-	output.printLine("Click on (" + 
-			 Integer.toString(row) + ", " +
-			 Integer.toString(column) + 
-			 ") cell");
-	output.printGolden("Click on cell");
-	makeComponentVisible();
-        scrollToCell(row, column);
-        getQueueTool().invokeSmoothly(new QueueTool.QueueAction("Path selecting") {
-                public Object launch() {
-                    Point point = getPointToClick(row, column);
-                    clickMouse(point.x, point.y, clickCount, button, modifiers);
-                    return(null);
-                }
-            });
-    }
-
-    /**
-     * Does mouse click on the cell with no modifiers.
-     * @param row a row index
-     * @param column a column index
-     * @param clickCount a number of clicks
-     * @param button a mouse button (value of InputEvent.BUTTON*_MASK field)
-     */
-    public void clickOnCell(int row, int column, int clickCount, int button) {
-        clickOnCell(row, column, clickCount, button, 0);
-    }
-
-    /**
-     * Does mouse click on the cell by default mouse button with no modifiers.
-     * @param row a row index
-     * @param column a column index
-     * @param clickCount a number of clicks
-     */
-    public void clickOnCell(int row, int column, int clickCount) {
-        clickOnCell(row, column, clickCount, getDefaultMouseButton());
-    }
-
-    /**
-     * Does single mouse click on the cell.
-     * @param row a row index
-     * @param column a column index
-     */
-    public void clickOnCell(int row, int column) {
-	clickOnCell(row, column, 1);
-    }
-
-    /**
-     * Double clicks on cell to turns it to the editing mode.
-     * @param row a row index
-     * @param column a column index
-     * @throws TimeoutExpiredException
-     */
-    public void clickForEdit(int row, int column) {
-	clickOnCell(row, column, 2);
-    }
-
-    /**
-     * Changes text of the cell pointed by row and column indexes.
-     * @param row a row index
-     * @param column a column index
-     * @param newText a text to enter
-     * @deprecated Use changeCellObject(int, int, Object) instead.
-     * @see #changeCellObject(int, int, Object)
-     * @throws TimeoutExpiredException
-     */
-    public void changeCellText(int row, int column, String newText)  {
-	changeCellObject(row, column, newText);
-    }
-
-    /**
-     * Changes value of the cell pointed by row and column indexes.
-     * uses editor defined by setCellEditor method.
-     * @param row a row index
-     * @param column a column index
-     * @param newValue an object to chenge cell value to.
-     * @throws TimeoutExpiredException
-     */
-    public void changeCellObject(int row, int column, Object newValue)  {
-	driver.editCell(this, row, column, newValue);
-    }
-
-    /**
-     * Scrolls to a cell if the table lies on a JScrollPane component.
-     * @param row a row index
-     * @param column a column index
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToCell(int row, int column)  {
-	output.printTrace("Scroll JTable to (" + Integer.toString(row) +
-			  "," + Integer.toString(column) +") cell\n    : " +
-			  toStringSource());
-	output.printGolden("Scroll JTable to (" + Integer.toString(row) +
-			   "," + Integer.toString(column) + ")");
-	makeComponentVisible();
-	//try to find JScrollPane under.
-	JScrollPane scroll = (JScrollPane)getContainer(new JScrollPaneOperator.
-						       JScrollPaneFinder(ComponentSearcher.
-									 getTrueChooser("JScrollPane")));
-	if(scroll == null) {
-	    return;
-	}
-	JScrollPaneOperator scroller = new JScrollPaneOperator(scroll);
-	scroller.copyEnvironment(this);
-	scroller.setVisualizer(new EmptyVisualizer());
-	Rectangle rect = getCellRect(row, column, false);
-	scroller.scrollToComponentRectangle(getSource(), 
-					    (int)rect.getX(),
-					    (int)rect.getY(),
-					    (int)rect.getWidth(),
-					    (int)rect.getHeight());
-    }
-
-    /**
-     * Selects a specified cell.
-     * @param row a row index
-     * @param column a column index
-     */
-    public void selectCell(int row, int column) {
-	driver.selectCell(this, row, column);
-    }
-
-    /**
-     * Searches a column by name.
-     * @param name a text pattern
-     * @param comparator a string comparision algorithm
-     * @return a column index
-     */
-    public int findColumn(String name, StringComparator comparator) {
-        int columnCount = getColumnCount();
-        for(int i = 0; i < columnCount; i++) {
-            if(comparator.equals(getColumnName(i),
-                                      name)) {
-                return(i);
-            }
-        }
-        return(-1);
-    }
-
-    /**
-     * Searches a column by name.
-     * @param name a text pattern
-     * @return a column index
-     */
-    public int findColumn(String name) {
-        return(findColumn(name, getComparator()));
-    }
-
-    /**
-     * Calls popup menu on specified cell.
-     * @param row a row index
-     * @param column a column index
-     * @return the menu
-     */
-    public JPopupMenu callPopupOnCell(int row, int column) {
-        output.printLine("Call popup on (" + row + ", " + column + ") cell");
-        output.printGolden("Call popup on cell");
-	makeComponentVisible();
-	Point point = getPointToClick(row, column);
-	return(JPopupMenuOperator.callPopup(getSource(), 
-					    (int)point.getX(), 
-					    (int)point.getY(), 
-					    getPopupMouseButton()));
-    }
-
-    ////////////////////////////////////////////////////////
-    //Gets                                                //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Ask renderer for component to be displayed.
-     * @param row cell row index.
-     * @param column cell column visible index.
-     * @param isSelected True if the specified cell was selected.
-     * @param cellHasFocus True if the specified cell has the focus.
-     * @return Component to be displayed.
-     */
-    public Component getRenderedComponent(int row, int column, boolean isSelected, boolean cellHasFocus) {
-	return(getCellRenderer(row, column).
-	       getTableCellRendererComponent((JTable)getSource(),
-					     getValueAt(row, column),
-					     isSelected,
-					     cellHasFocus,
-					     row,
-					     column));
-    }
-
-    /**
-     * Ask renderer for component to be displayed.
-     * Uses isCellSelected(itemIndex) to determine whether cell is selected.
-     * Supposes item do not have focus.
-     * @param row cell row index.
-     * @param column cell column visible index.
-     * @return Component to be displayed.
-     */
-    public Component getRenderedComponent(int row, int column) {
-	return(getRenderedComponent(row, column, isCellSelected(row, column), 
-				    false));
-    }
-
-    /**
-     * Returns a point at the center of the cell rectangle.
-     * @param row a row index
-     * @param column a column index
-     * @return a Point in component's coordinate system.
-     */
-    public Point getPointToClick(int row, int column) {
-	Rectangle rect = getCellRect(row, column, false);
-	return(new Point((int)(rect.getX() + rect.getWidth() / 2),
-			 (int)(rect.getY() + rect.getHeight() / 2)));
-    }
-
-    /**
-     * Creates an operator for a teble header assigned to this table.
-     * @return an JTableHeaderOperator operator
-     */
-    public JTableHeaderOperator getHeaderOperator() {
-        return(new JTableHeaderOperator(getTableHeader()));
-    }
-
-    /**
-     * Waits for an editor.
-     * @param chooser a chhoser specifying criteria to distinguish cell editor.
-     * @param row a row index
-     * @param column a column index
-     * @return a component displayed over the cell and fitting the criteria specified by <code>chooser</code>
-     */
-    public Component waitCellComponent(ComponentChooser chooser, int row, int column) {
-	CellComponentWaiter waiter = new CellComponentWaiter(chooser, row, column);
-	waiter.setOutput(getOutput());
-	waiter.setTimeouts(getTimeouts().cloneThis());
-	waiter.getTimeouts().setTimeout("Waiter.WaitingTime",
-					getTimeouts().getTimeout("JTableOperator.WaitEditingTimeout"));
-	try {
-	    return((Component)waiter.waitAction(null));
-	} catch(InterruptedException e) {
-	    throw(new JemmyException("Waiting has been interrupted", e));
-	}
-    }
-
-    /**
-     * Waits for certain cell contents.
-     * @param cellText Text comparing to cell text by <code>getComparator()</code> comparator.
-     * @param row cell row index. If -1, selected one is checked.
-     * @param column cell column visible index. If -1, selected one is checked.
-     */
-    public void waitCell(String cellText, int row, int column) {
-	getOutput().printLine("Wait \"" + cellText + "\" text at (" + 
-			      Integer.toString(row) + "," +
-			      Integer.toString(column) + ")" +
-			      " position in component \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait  \"" + cellText + "\" text at (" + 
-				Integer.toString(row) + "," +
-				Integer.toString(column) + ")" +
-				" position");
-	waitState(new JTableByCellFinder(cellText, row, column, getComparator()));
-    }
-
-    /**
-     * Returns information about component.
-     */
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	TableModel model = ((JTable)getSource()).getModel();
-	int colCount = model.getColumnCount();
-	int rowCount = model.getRowCount();
-	String[][] items = new String[rowCount][colCount];
-	for(int i = 0; i < rowCount; i++) {
-	    for(int j = 0; j < colCount; j++) {
-		if(model.getValueAt(i, j) != null) {
-		    items[i][j] = model.getValueAt(i, j).toString();
-		} else {
-		    items[i][j] = "null";
-		}
-	    }
-	}
-	addToDump(result, CELL_PREFIX_DPROP, items);
-	String[] columns = new String[colCount];
-	for(int j = 0; j < colCount; j++) {
-	    columns[j] = ((JTable)getSource()).getColumnName(j);
-	}
-	addToDump(result, COLUMN_PREFIX_DPROP, columns);
-	int[] selColNums = ((JTable)getSource()).getSelectedColumns();
-	String[] selColumns = new String[selColNums.length];
-	for(int j = 0; j < selColNums.length; j++) {
-	    selColumns[j] = Integer.toString(selColNums[j]);
-	}
-	addToDump(result, SELECTED_COLUMN_PREFIX_DPROP, selColumns);
-	int[] selRowNums = ((JTable)getSource()).getSelectedRows();
-	String[] selRows = new String[selRowNums.length];
-	for(int i = 0; i < selRowNums.length; i++) {
-	    selRows[i] = Integer.toString(selRowNums[i]);
-	}
-	addToDump(result, SELECTED_ROW_PREFIX_DPROP, selRows);
-	result.put(COLUMN_COUNT_DPROP, Integer.toString(colCount));
-	result.put(ROW_COUNT_DPROP, Integer.toString(rowCount));
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JTable.addColumn(TableColumn)</code> through queue*/
-    public void addColumn(final TableColumn tableColumn) {
-	runMapping(new MapVoidAction("addColumn") {
-		public void map() {
-		    ((JTable)getSource()).addColumn(tableColumn);
-		}});}
-
-    /**Maps <code>JTable.addColumnSelectionInterval(int, int)</code> through queue*/
-    public void addColumnSelectionInterval(final int i, final int i1) {
-	runMapping(new MapVoidAction("addColumnSelectionInterval") {
-		public void map() {
-		    ((JTable)getSource()).addColumnSelectionInterval(i, i1);
-		}});}
-
-    /**Maps <code>JTable.addRowSelectionInterval(int, int)</code> through queue*/
-    public void addRowSelectionInterval(final int i, final int i1) {
-	runMapping(new MapVoidAction("addRowSelectionInterval") {
-		public void map() {
-		    ((JTable)getSource()).addRowSelectionInterval(i, i1);
-		}});}
-
-    /**Maps <code>JTable.clearSelection()</code> through queue*/
-    public void clearSelection() {
-	runMapping(new MapVoidAction("clearSelection") {
-		public void map() {
-		    ((JTable)getSource()).clearSelection();
-		}});}
-
-    /**Maps <code>JTable.columnAdded(TableColumnModelEvent)</code> through queue*/
-    public void columnAdded(final TableColumnModelEvent tableColumnModelEvent) {
-	runMapping(new MapVoidAction("columnAdded") {
-		public void map() {
-		    ((JTable)getSource()).columnAdded(tableColumnModelEvent);
-		}});}
-
-    /**Maps <code>JTable.columnAtPoint(Point)</code> through queue*/
-    public int columnAtPoint(final Point point) {
-	return(runMapping(new MapIntegerAction("columnAtPoint") {
-		public int map() {
-		    return(((JTable)getSource()).columnAtPoint(point));
-		}}));}
-
-    /**Maps <code>JTable.columnMarginChanged(ChangeEvent)</code> through queue*/
-    public void columnMarginChanged(final ChangeEvent changeEvent) {
-	runMapping(new MapVoidAction("columnMarginChanged") {
-		public void map() {
-		    ((JTable)getSource()).columnMarginChanged(changeEvent);
-		}});}
-
-    /**Maps <code>JTable.columnMoved(TableColumnModelEvent)</code> through queue*/
-    public void columnMoved(final TableColumnModelEvent tableColumnModelEvent) {
-	runMapping(new MapVoidAction("columnMoved") {
-		public void map() {
-		    ((JTable)getSource()).columnMoved(tableColumnModelEvent);
-		}});}
-
-    /**Maps <code>JTable.columnRemoved(TableColumnModelEvent)</code> through queue*/
-    public void columnRemoved(final TableColumnModelEvent tableColumnModelEvent) {
-	runMapping(new MapVoidAction("columnRemoved") {
-		public void map() {
-		    ((JTable)getSource()).columnRemoved(tableColumnModelEvent);
-		}});}
-
-    /**Maps <code>JTable.columnSelectionChanged(ListSelectionEvent)</code> through queue*/
-    public void columnSelectionChanged(final ListSelectionEvent listSelectionEvent) {
-	runMapping(new MapVoidAction("columnSelectionChanged") {
-		public void map() {
-		    ((JTable)getSource()).columnSelectionChanged(listSelectionEvent);
-		}});}
-
-    /**Maps <code>JTable.convertColumnIndexToModel(int)</code> through queue*/
-    public int convertColumnIndexToModel(final int i) {
-	return(runMapping(new MapIntegerAction("convertColumnIndexToModel") {
-		public int map() {
-		    return(((JTable)getSource()).convertColumnIndexToModel(i));
-		}}));}
-
-    /**Maps <code>JTable.convertColumnIndexToView(int)</code> through queue*/
-    public int convertColumnIndexToView(final int i) {
-	return(runMapping(new MapIntegerAction("convertColumnIndexToView") {
-		public int map() {
-		    return(((JTable)getSource()).convertColumnIndexToView(i));
-		}}));}
-
-    /**Maps <code>JTable.createDefaultColumnsFromModel()</code> through queue*/
-    public void createDefaultColumnsFromModel() {
-	runMapping(new MapVoidAction("createDefaultColumnsFromModel") {
-		public void map() {
-		    ((JTable)getSource()).createDefaultColumnsFromModel();
-		}});}
-
-    /**Maps <code>JTable.editCellAt(int, int)</code> through queue*/
-    public boolean editCellAt(final int i, final int i1) {
-	return(runMapping(new MapBooleanAction("editCellAt") {
-		public boolean map() {
-		    return(((JTable)getSource()).editCellAt(i, i1));
-		}}));}
-
-    /**Maps <code>JTable.editCellAt(int, int, EventObject)</code> through queue*/
-    public boolean editCellAt(final int i, final int i1, final EventObject eventObject) {
-	return(runMapping(new MapBooleanAction("editCellAt") {
-		public boolean map() {
-		    return(((JTable)getSource()).editCellAt(i, i1, eventObject));
-		}}));}
-
-    /**Maps <code>JTable.editingCanceled(ChangeEvent)</code> through queue*/
-    public void editingCanceled(final ChangeEvent changeEvent) {
-	runMapping(new MapVoidAction("editingCanceled") {
-		public void map() {
-		    ((JTable)getSource()).editingCanceled(changeEvent);
-		}});}
-
-    /**Maps <code>JTable.editingStopped(ChangeEvent)</code> through queue*/
-    public void editingStopped(final ChangeEvent changeEvent) {
-	runMapping(new MapVoidAction("editingStopped") {
-		public void map() {
-		    ((JTable)getSource()).editingStopped(changeEvent);
-		}});}
-
-    /**Maps <code>JTable.getAutoCreateColumnsFromModel()</code> through queue*/
-    public boolean getAutoCreateColumnsFromModel() {
-	return(runMapping(new MapBooleanAction("getAutoCreateColumnsFromModel") {
-		public boolean map() {
-		    return(((JTable)getSource()).getAutoCreateColumnsFromModel());
-		}}));}
-
-    /**Maps <code>JTable.getAutoResizeMode()</code> through queue*/
-    public int getAutoResizeMode() {
-	return(runMapping(new MapIntegerAction("getAutoResizeMode") {
-		public int map() {
-		    return(((JTable)getSource()).getAutoResizeMode());
-		}}));}
-
-    /**Maps <code>JTable.getCellEditor()</code> through queue*/
-    public TableCellEditor getCellEditor() {
-	return((TableCellEditor)runMapping(new MapAction("getCellEditor") {
-		public Object map() {
-		    return(((JTable)getSource()).getCellEditor());
-		}}));}
-
-    /**Maps <code>JTable.getCellEditor(int, int)</code> through queue*/
-    public TableCellEditor getCellEditor(final int i, final int i1) {
-	return((TableCellEditor)runMapping(new MapAction("getCellEditor") {
-		public Object map() {
-		    return(((JTable)getSource()).getCellEditor(i, i1));
-		}}));}
-
-    /**Maps <code>JTable.getCellRect(int, int, boolean)</code> through queue*/
-    public Rectangle getCellRect(final int i, final int i1, final boolean b) {
-	return((Rectangle)runMapping(new MapAction("getCellRect") {
-		public Object map() {
-		    return(((JTable)getSource()).getCellRect(i, i1, b));
-		}}));}
-
-    /**Maps <code>JTable.getCellRenderer(int, int)</code> through queue*/
-    public TableCellRenderer getCellRenderer(final int i, final int i1) {
-	return((TableCellRenderer)runMapping(new MapAction("getCellRenderer") {
-		public Object map() {
-		    return(((JTable)getSource()).getCellRenderer(i, i1));
-		}}));}
-
-    /**Maps <code>JTable.getCellSelectionEnabled()</code> through queue*/
-    public boolean getCellSelectionEnabled() {
-	return(runMapping(new MapBooleanAction("getCellSelectionEnabled") {
-		public boolean map() {
-		    return(((JTable)getSource()).getCellSelectionEnabled());
-		}}));}
-
-    /**Maps <code>JTable.getColumn(Object)</code> through queue*/
-    public TableColumn getColumn(final Object object) {
-	return((TableColumn)runMapping(new MapAction("getColumn") {
-		public Object map() {
-		    return(((JTable)getSource()).getColumn(object));
-		}}));}
-
-    /**Maps <code>JTable.getColumnClass(int)</code> through queue*/
-    public Class getColumnClass(final int i) {
-	return((Class)runMapping(new MapAction("getColumnClass") {
-		public Object map() {
-		    return(((JTable)getSource()).getColumnClass(i));
-		}}));}
-
-    /**Maps <code>JTable.getColumnCount()</code> through queue*/
-    public int getColumnCount() {
-	return(runMapping(new MapIntegerAction("getColumnCount") {
-		public int map() {
-		    return(((JTable)getSource()).getColumnCount());
-		}}));}
-
-    /**Maps <code>JTable.getColumnModel()</code> through queue*/
-    public TableColumnModel getColumnModel() {
-	return((TableColumnModel)runMapping(new MapAction("getColumnModel") {
-		public Object map() {
-		    return(((JTable)getSource()).getColumnModel());
-		}}));}
-
-    /**Maps <code>JTable.getColumnName(int)</code> through queue*/
-    public String getColumnName(final int i) {
-	return((String)runMapping(new MapAction("getColumnName") {
-		public Object map() {
-		    return(((JTable)getSource()).getColumnName(i));
-		}}));}
-
-    /**Maps <code>JTable.getColumnSelectionAllowed()</code> through queue*/
-    public boolean getColumnSelectionAllowed() {
-	return(runMapping(new MapBooleanAction("getColumnSelectionAllowed") {
-		public boolean map() {
-		    return(((JTable)getSource()).getColumnSelectionAllowed());
-		}}));}
-
-    /**Maps <code>JTable.getDefaultEditor(Class)</code> through queue*/
-    public TableCellEditor getDefaultEditor(final Class clss) {
-	return((TableCellEditor)runMapping(new MapAction("getDefaultEditor") {
-		public Object map() {
-		    return(((JTable)getSource()).getDefaultEditor(clss));
-		}}));}
-
-    /**Maps <code>JTable.getDefaultRenderer(Class)</code> through queue*/
-    public TableCellRenderer getDefaultRenderer(final Class clss) {
-	return((TableCellRenderer)runMapping(new MapAction("getDefaultRenderer") {
-		public Object map() {
-		    return(((JTable)getSource()).getDefaultRenderer(clss));
-		}}));}
-
-    /**Maps <code>JTable.getEditingColumn()</code> through queue*/
-    public int getEditingColumn() {
-	return(runMapping(new MapIntegerAction("getEditingColumn") {
-		public int map() {
-		    return(((JTable)getSource()).getEditingColumn());
-		}}));}
-
-    /**Maps <code>JTable.getEditingRow()</code> through queue*/
-    public int getEditingRow() {
-	return(runMapping(new MapIntegerAction("getEditingRow") {
-		public int map() {
-		    return(((JTable)getSource()).getEditingRow());
-		}}));}
-
-    /**Maps <code>JTable.getEditorComponent()</code> through queue*/
-    public Component getEditorComponent() {
-	return((Component)runMapping(new MapAction("getEditorComponent") {
-		public Object map() {
-		    return(((JTable)getSource()).getEditorComponent());
-		}}));}
-
-    /**Maps <code>JTable.getGridColor()</code> through queue*/
-    public Color getGridColor() {
-	return((Color)runMapping(new MapAction("getGridColor") {
-		public Object map() {
-		    return(((JTable)getSource()).getGridColor());
-		}}));}
-
-    /**Maps <code>JTable.getIntercellSpacing()</code> through queue*/
-    public Dimension getIntercellSpacing() {
-	return((Dimension)runMapping(new MapAction("getIntercellSpacing") {
-		public Object map() {
-		    return(((JTable)getSource()).getIntercellSpacing());
-		}}));}
-
-    /**Maps <code>JTable.getModel()</code> through queue*/
-    public TableModel getModel() {
-	return((TableModel)runMapping(new MapAction("getModel") {
-		public Object map() {
-		    return(((JTable)getSource()).getModel());
-		}}));}
-
-    /**Maps <code>JTable.getPreferredScrollableViewportSize()</code> through queue*/
-    public Dimension getPreferredScrollableViewportSize() {
-	return((Dimension)runMapping(new MapAction("getPreferredScrollableViewportSize") {
-		public Object map() {
-		    return(((JTable)getSource()).getPreferredScrollableViewportSize());
-		}}));}
-
-    /**Maps <code>JTable.getRowCount()</code> through queue*/
-    public int getRowCount() {
-	return(runMapping(new MapIntegerAction("getRowCount") {
-		public int map() {
-		    return(((JTable)getSource()).getRowCount());
-		}}));}
-
-    /**Maps <code>JTable.getRowHeight()</code> through queue*/
-    public int getRowHeight() {
-	return(runMapping(new MapIntegerAction("getRowHeight") {
-		public int map() {
-		    return(((JTable)getSource()).getRowHeight());
-		}}));}
-
-    /**Maps <code>JTable.getRowMargin()</code> through queue*/
-    public int getRowMargin() {
-	return(runMapping(new MapIntegerAction("getRowMargin") {
-		public int map() {
-		    return(((JTable)getSource()).getRowMargin());
-		}}));}
-
-    /**Maps <code>JTable.getRowSelectionAllowed()</code> through queue*/
-    public boolean getRowSelectionAllowed() {
-	return(runMapping(new MapBooleanAction("getRowSelectionAllowed") {
-		public boolean map() {
-		    return(((JTable)getSource()).getRowSelectionAllowed());
-		}}));}
-
-    /**Maps <code>JTable.getScrollableBlockIncrement(Rectangle, int, int)</code> through queue*/
-    public int getScrollableBlockIncrement(final Rectangle rectangle, final int i, final int i1) {
-	return(runMapping(new MapIntegerAction("getScrollableBlockIncrement") {
-		public int map() {
-		    return(((JTable)getSource()).getScrollableBlockIncrement(rectangle, i, i1));
-		}}));}
-
-    /**Maps <code>JTable.getScrollableTracksViewportHeight()</code> through queue*/
-    public boolean getScrollableTracksViewportHeight() {
-	return(runMapping(new MapBooleanAction("getScrollableTracksViewportHeight") {
-		public boolean map() {
-		    return(((JTable)getSource()).getScrollableTracksViewportHeight());
-		}}));}
-
-    /**Maps <code>JTable.getScrollableTracksViewportWidth()</code> through queue*/
-    public boolean getScrollableTracksViewportWidth() {
-	return(runMapping(new MapBooleanAction("getScrollableTracksViewportWidth") {
-		public boolean map() {
-		    return(((JTable)getSource()).getScrollableTracksViewportWidth());
-		}}));}
-
-    /**Maps <code>JTable.getScrollableUnitIncrement(Rectangle, int, int)</code> through queue*/
-    public int getScrollableUnitIncrement(final Rectangle rectangle, final int i, final int i1) {
-	return(runMapping(new MapIntegerAction("getScrollableUnitIncrement") {
-		public int map() {
-		    return(((JTable)getSource()).getScrollableUnitIncrement(rectangle, i, i1));
-		}}));}
-
-    /**Maps <code>JTable.getSelectedColumn()</code> through queue*/
-    public int getSelectedColumn() {
-	return(runMapping(new MapIntegerAction("getSelectedColumn") {
-		public int map() {
-		    return(((JTable)getSource()).getSelectedColumn());
-		}}));}
-
-    /**Maps <code>JTable.getSelectedColumnCount()</code> through queue*/
-    public int getSelectedColumnCount() {
-	return(runMapping(new MapIntegerAction("getSelectedColumnCount") {
-		public int map() {
-		    return(((JTable)getSource()).getSelectedColumnCount());
-		}}));}
-
-    /**Maps <code>JTable.getSelectedColumns()</code> through queue*/
-    public int[] getSelectedColumns() {
-	return((int[])runMapping(new MapAction("getSelectedColumns") {
-		public Object map() {
-		    return(((JTable)getSource()).getSelectedColumns());
-		}}));}
-
-    /**Maps <code>JTable.getSelectedRow()</code> through queue*/
-    public int getSelectedRow() {
-	return(runMapping(new MapIntegerAction("getSelectedRow") {
-		public int map() {
-		    return(((JTable)getSource()).getSelectedRow());
-		}}));}
-
-    /**Maps <code>JTable.getSelectedRowCount()</code> through queue*/
-    public int getSelectedRowCount() {
-	return(runMapping(new MapIntegerAction("getSelectedRowCount") {
-		public int map() {
-		    return(((JTable)getSource()).getSelectedRowCount());
-		}}));}
-
-    /**Maps <code>JTable.getSelectedRows()</code> through queue*/
-    public int[] getSelectedRows() {
-	return((int[])runMapping(new MapAction("getSelectedRows") {
-		public Object map() {
-		    return(((JTable)getSource()).getSelectedRows());
-		}}));}
-
-    /**Maps <code>JTable.getSelectionBackground()</code> through queue*/
-    public Color getSelectionBackground() {
-	return((Color)runMapping(new MapAction("getSelectionBackground") {
-		public Object map() {
-		    return(((JTable)getSource()).getSelectionBackground());
-		}}));}
-
-    /**Maps <code>JTable.getSelectionForeground()</code> through queue*/
-    public Color getSelectionForeground() {
-	return((Color)runMapping(new MapAction("getSelectionForeground") {
-		public Object map() {
-		    return(((JTable)getSource()).getSelectionForeground());
-		}}));}
-
-    /**Maps <code>JTable.getSelectionModel()</code> through queue*/
-    public ListSelectionModel getSelectionModel() {
-	return((ListSelectionModel)runMapping(new MapAction("getSelectionModel") {
-		public Object map() {
-		    return(((JTable)getSource()).getSelectionModel());
-		}}));}
-
-    /**Maps <code>JTable.getShowHorizontalLines()</code> through queue*/
-    public boolean getShowHorizontalLines() {
-	return(runMapping(new MapBooleanAction("getShowHorizontalLines") {
-		public boolean map() {
-		    return(((JTable)getSource()).getShowHorizontalLines());
-		}}));}
-
-    /**Maps <code>JTable.getShowVerticalLines()</code> through queue*/
-    public boolean getShowVerticalLines() {
-	return(runMapping(new MapBooleanAction("getShowVerticalLines") {
-		public boolean map() {
-		    return(((JTable)getSource()).getShowVerticalLines());
-		}}));}
-
-    /**Maps <code>JTable.getTableHeader()</code> through queue*/
-    public JTableHeader getTableHeader() {
-	return((JTableHeader)runMapping(new MapAction("getTableHeader") {
-		public Object map() {
-		    return(((JTable)getSource()).getTableHeader());
-		}}));}
-
-    /**Maps <code>JTable.getUI()</code> through queue*/
-    public TableUI getUI() {
-	return((TableUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JTable)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JTable.getValueAt(int, int)</code> through queue*/
-    public Object getValueAt(final int i, final int i1) {
-	return((Object)runMapping(new MapAction("getValueAt") {
-		public Object map() {
-		    return(((JTable)getSource()).getValueAt(i, i1));
-		}}));}
-
-    /**Maps <code>JTable.isCellEditable(int, int)</code> through queue*/
-    public boolean isCellEditable(final int i, final int i1) {
-	return(runMapping(new MapBooleanAction("isCellEditable") {
-		public boolean map() {
-		    return(((JTable)getSource()).isCellEditable(i, i1));
-		}}));}
-
-    /**Maps <code>JTable.isCellSelected(int, int)</code> through queue*/
-    public boolean isCellSelected(final int i, final int i1) {
-	return(runMapping(new MapBooleanAction("isCellSelected") {
-		public boolean map() {
-		    return(((JTable)getSource()).isCellSelected(i, i1));
-		}}));}
-
-    /**Maps <code>JTable.isColumnSelected(int)</code> through queue*/
-    public boolean isColumnSelected(final int i) {
-	return(runMapping(new MapBooleanAction("isColumnSelected") {
-		public boolean map() {
-		    return(((JTable)getSource()).isColumnSelected(i));
-		}}));}
-
-    /**Maps <code>JTable.isEditing()</code> through queue*/
-    public boolean isEditing() {
-	return(runMapping(new MapBooleanAction("isEditing") {
-		public boolean map() {
-		    return(((JTable)getSource()).isEditing());
-		}}));}
-
-    /**Maps <code>JTable.isRowSelected(int)</code> through queue*/
-    public boolean isRowSelected(final int i) {
-	return(runMapping(new MapBooleanAction("isRowSelected") {
-		public boolean map() {
-		    return(((JTable)getSource()).isRowSelected(i));
-		}}));}
-
-    /**Maps <code>JTable.moveColumn(int, int)</code> through queue*/
-    public void moveColumn(final int i, final int i1) {
-	runMapping(new MapVoidAction("moveColumn") {
-		public void map() {
-		    ((JTable)getSource()).moveColumn(i, i1);
-		}});}
-
-    /**Maps <code>JTable.prepareEditor(TableCellEditor, int, int)</code> through queue*/
-    public Component prepareEditor(final TableCellEditor tableCellEditor, final int i, final int i1) {
-	return((Component)runMapping(new MapAction("prepareEditor") {
-		public Object map() {
-		    return(((JTable)getSource()).prepareEditor(tableCellEditor, i, i1));
-		}}));}
-
-    /**Maps <code>JTable.prepareRenderer(TableCellRenderer, int, int)</code> through queue*/
-    public Component prepareRenderer(final TableCellRenderer tableCellRenderer, final int i, final int i1) {
-	return((Component)runMapping(new MapAction("prepareRenderer") {
-		public Object map() {
-		    return(((JTable)getSource()).prepareRenderer(tableCellRenderer, i, i1));
-		}}));}
-
-    /**Maps <code>JTable.removeColumn(TableColumn)</code> through queue*/
-    public void removeColumn(final TableColumn tableColumn) {
-	runMapping(new MapVoidAction("removeColumn") {
-		public void map() {
-		    ((JTable)getSource()).removeColumn(tableColumn);
-		}});}
-
-    /**Maps <code>JTable.removeColumnSelectionInterval(int, int)</code> through queue*/
-    public void removeColumnSelectionInterval(final int i, final int i1) {
-	runMapping(new MapVoidAction("removeColumnSelectionInterval") {
-		public void map() {
-		    ((JTable)getSource()).removeColumnSelectionInterval(i, i1);
-		}});}
-
-    /**Maps <code>JTable.removeEditor()</code> through queue*/
-    public void removeEditor() {
-	runMapping(new MapVoidAction("removeEditor") {
-		public void map() {
-		    ((JTable)getSource()).removeEditor();
-		}});}
-
-    /**Maps <code>JTable.removeRowSelectionInterval(int, int)</code> through queue*/
-    public void removeRowSelectionInterval(final int i, final int i1) {
-	runMapping(new MapVoidAction("removeRowSelectionInterval") {
-		public void map() {
-		    ((JTable)getSource()).removeRowSelectionInterval(i, i1);
-		}});}
-
-    /**Maps <code>JTable.rowAtPoint(Point)</code> through queue*/
-    public int rowAtPoint(final Point point) {
-	return(runMapping(new MapIntegerAction("rowAtPoint") {
-		public int map() {
-		    return(((JTable)getSource()).rowAtPoint(point));
-		}}));}
-
-    /**Maps <code>JTable.selectAll()</code> through queue*/
-    public void selectAll() {
-	runMapping(new MapVoidAction("selectAll") {
-		public void map() {
-		    ((JTable)getSource()).selectAll();
-		}});}
-
-    /**Maps <code>JTable.setAutoCreateColumnsFromModel(boolean)</code> through queue*/
-    public void setAutoCreateColumnsFromModel(final boolean b) {
-	runMapping(new MapVoidAction("setAutoCreateColumnsFromModel") {
-		public void map() {
-		    ((JTable)getSource()).setAutoCreateColumnsFromModel(b);
-		}});}
-
-    /**Maps <code>JTable.setAutoResizeMode(int)</code> through queue*/
-    public void setAutoResizeMode(final int i) {
-	runMapping(new MapVoidAction("setAutoResizeMode") {
-		public void map() {
-		    ((JTable)getSource()).setAutoResizeMode(i);
-		}});}
-
-    /**Maps <code>JTable.setCellEditor(TableCellEditor)</code> through queue*/
-    public void setCellEditor(final TableCellEditor tableCellEditor) {
-	runMapping(new MapVoidAction("setCellEditor") {
-		public void map() {
-		    ((JTable)getSource()).setCellEditor(tableCellEditor);
-		}});}
-
-    /**Maps <code>JTable.setCellSelectionEnabled(boolean)</code> through queue*/
-    public void setCellSelectionEnabled(final boolean b) {
-	runMapping(new MapVoidAction("setCellSelectionEnabled") {
-		public void map() {
-		    ((JTable)getSource()).setCellSelectionEnabled(b);
-		}});}
-
-    /**Maps <code>JTable.setColumnModel(TableColumnModel)</code> through queue*/
-    public void setColumnModel(final TableColumnModel tableColumnModel) {
-	runMapping(new MapVoidAction("setColumnModel") {
-		public void map() {
-		    ((JTable)getSource()).setColumnModel(tableColumnModel);
-		}});}
-
-    /**Maps <code>JTable.setColumnSelectionAllowed(boolean)</code> through queue*/
-    public void setColumnSelectionAllowed(final boolean b) {
-	runMapping(new MapVoidAction("setColumnSelectionAllowed") {
-		public void map() {
-		    ((JTable)getSource()).setColumnSelectionAllowed(b);
-		}});}
-
-    /**Maps <code>JTable.setColumnSelectionInterval(int, int)</code> through queue*/
-    public void setColumnSelectionInterval(final int i, final int i1) {
-	runMapping(new MapVoidAction("setColumnSelectionInterval") {
-		public void map() {
-		    ((JTable)getSource()).setColumnSelectionInterval(i, i1);
-		}});}
-
-    /**Maps <code>JTable.setDefaultEditor(Class, TableCellEditor)</code> through queue*/
-    public void setDefaultEditor(final Class clss, final TableCellEditor tableCellEditor) {
-	runMapping(new MapVoidAction("setDefaultEditor") {
-		public void map() {
-		    ((JTable)getSource()).setDefaultEditor(clss, tableCellEditor);
-		}});}
-
-    /**Maps <code>JTable.setDefaultRenderer(Class, TableCellRenderer)</code> through queue*/
-    public void setDefaultRenderer(final Class clss, final TableCellRenderer tableCellRenderer) {
-	runMapping(new MapVoidAction("setDefaultRenderer") {
-		public void map() {
-		    ((JTable)getSource()).setDefaultRenderer(clss, tableCellRenderer);
-		}});}
-
-    /**Maps <code>JTable.setEditingColumn(int)</code> through queue*/
-    public void setEditingColumn(final int i) {
-	runMapping(new MapVoidAction("setEditingColumn") {
-		public void map() {
-		    ((JTable)getSource()).setEditingColumn(i);
-		}});}
-
-    /**Maps <code>JTable.setEditingRow(int)</code> through queue*/
-    public void setEditingRow(final int i) {
-	runMapping(new MapVoidAction("setEditingRow") {
-		public void map() {
-		    ((JTable)getSource()).setEditingRow(i);
-		}});}
-
-    /**Maps <code>JTable.setGridColor(Color)</code> through queue*/
-    public void setGridColor(final Color color) {
-	runMapping(new MapVoidAction("setGridColor") {
-		public void map() {
-		    ((JTable)getSource()).setGridColor(color);
-		}});}
-
-    /**Maps <code>JTable.setIntercellSpacing(Dimension)</code> through queue*/
-    public void setIntercellSpacing(final Dimension dimension) {
-	runMapping(new MapVoidAction("setIntercellSpacing") {
-		public void map() {
-		    ((JTable)getSource()).setIntercellSpacing(dimension);
-		}});}
-
-    /**Maps <code>JTable.setModel(TableModel)</code> through queue*/
-    public void setModel(final TableModel tableModel) {
-	runMapping(new MapVoidAction("setModel") {
-		public void map() {
-		    ((JTable)getSource()).setModel(tableModel);
-		}});}
-
-    /**Maps <code>JTable.setPreferredScrollableViewportSize(Dimension)</code> through queue*/
-    public void setPreferredScrollableViewportSize(final Dimension dimension) {
-	runMapping(new MapVoidAction("setPreferredScrollableViewportSize") {
-		public void map() {
-		    ((JTable)getSource()).setPreferredScrollableViewportSize(dimension);
-		}});}
-
-    /**Maps <code>JTable.setRowHeight(int)</code> through queue*/
-    public void setRowHeight(final int i) {
-	runMapping(new MapVoidAction("setRowHeight") {
-		public void map() {
-		    ((JTable)getSource()).setRowHeight(i);
-		}});}
-
-    /**Maps <code>JTable.setRowMargin(int)</code> through queue*/
-    public void setRowMargin(final int i) {
-	runMapping(new MapVoidAction("setRowMargin") {
-		public void map() {
-		    ((JTable)getSource()).setRowMargin(i);
-		}});}
-
-    /**Maps <code>JTable.setRowSelectionAllowed(boolean)</code> through queue*/
-    public void setRowSelectionAllowed(final boolean b) {
-	runMapping(new MapVoidAction("setRowSelectionAllowed") {
-		public void map() {
-		    ((JTable)getSource()).setRowSelectionAllowed(b);
-		}});}
-
-    /**Maps <code>JTable.setRowSelectionInterval(int, int)</code> through queue*/
-    public void setRowSelectionInterval(final int i, final int i1) {
-	runMapping(new MapVoidAction("setRowSelectionInterval") {
-		public void map() {
-		    ((JTable)getSource()).setRowSelectionInterval(i, i1);
-		}});}
-
-    /**Maps <code>JTable.setSelectionBackground(Color)</code> through queue*/
-    public void setSelectionBackground(final Color color) {
-	runMapping(new MapVoidAction("setSelectionBackground") {
-		public void map() {
-		    ((JTable)getSource()).setSelectionBackground(color);
-		}});}
-
-    /**Maps <code>JTable.setSelectionForeground(Color)</code> through queue*/
-    public void setSelectionForeground(final Color color) {
-	runMapping(new MapVoidAction("setSelectionForeground") {
-		public void map() {
-		    ((JTable)getSource()).setSelectionForeground(color);
-		}});}
-
-    /**Maps <code>JTable.setSelectionMode(int)</code> through queue*/
-    public void setSelectionMode(final int i) {
-	runMapping(new MapVoidAction("setSelectionMode") {
-		public void map() {
-		    ((JTable)getSource()).setSelectionMode(i);
-		}});}
-
-    /**Maps <code>JTable.setSelectionModel(ListSelectionModel)</code> through queue*/
-    public void setSelectionModel(final ListSelectionModel listSelectionModel) {
-	runMapping(new MapVoidAction("setSelectionModel") {
-		public void map() {
-		    ((JTable)getSource()).setSelectionModel(listSelectionModel);
-		}});}
-
-    /**Maps <code>JTable.setShowGrid(boolean)</code> through queue*/
-    public void setShowGrid(final boolean b) {
-	runMapping(new MapVoidAction("setShowGrid") {
-		public void map() {
-		    ((JTable)getSource()).setShowGrid(b);
-		}});}
-
-    /**Maps <code>JTable.setShowHorizontalLines(boolean)</code> through queue*/
-    public void setShowHorizontalLines(final boolean b) {
-	runMapping(new MapVoidAction("setShowHorizontalLines") {
-		public void map() {
-		    ((JTable)getSource()).setShowHorizontalLines(b);
-		}});}
-
-    /**Maps <code>JTable.setShowVerticalLines(boolean)</code> through queue*/
-    public void setShowVerticalLines(final boolean b) {
-	runMapping(new MapVoidAction("setShowVerticalLines") {
-		public void map() {
-		    ((JTable)getSource()).setShowVerticalLines(b);
-		}});}
-
-    /**Maps <code>JTable.setTableHeader(JTableHeader)</code> through queue*/
-    public void setTableHeader(final JTableHeader jTableHeader) {
-	runMapping(new MapVoidAction("setTableHeader") {
-		public void map() {
-		    ((JTable)getSource()).setTableHeader(jTableHeader);
-		}});}
-
-    /**Maps <code>JTable.setUI(TableUI)</code> through queue*/
-    public void setUI(final TableUI tableUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((JTable)getSource()).setUI(tableUI);
-		}});}
-
-    /**Maps <code>JTable.setValueAt(Object, int, int)</code> through queue*/
-    public void setValueAt(final Object object, final int i, final int i1) {
-	runMapping(new MapVoidAction("setValueAt") {
-		public void map() {
-		    ((JTable)getSource()).setValueAt(object, i, i1);
-		}});}
-
-    /**Maps <code>JTable.tableChanged(TableModelEvent)</code> through queue*/
-    public void tableChanged(final TableModelEvent tableModelEvent) {
-	runMapping(new MapVoidAction("tableChanged") {
-		public void map() {
-		    ((JTable)getSource()).tableChanged(tableModelEvent);
-		}});}
-
-    /**Maps <code>JTable.valueChanged(ListSelectionEvent)</code> through queue*/
-    public void valueChanged(final ListSelectionEvent listSelectionEvent) {
-	runMapping(new MapVoidAction("valueChanged") {
-		public void map() {
-		    ((JTable)getSource()).valueChanged(listSelectionEvent);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    private Point findCell(String text, boolean ce, boolean ccs, int index) {
-	return(findCell(text, new DefaultStringComparator(ce, ccs), index));
-    }
-
-    /**
-     * Iterface to choose table cell.
-     */
-    public interface TableCellChooser {
-	/**
-	 * Should be true if item is good.
-	 * @param oper Operator used to search item.
-	 * @param row Row be checked.
-	 * @param column Column be checked.
-         * @return true if cell fits the criteria
-	 */
-	public boolean checkCell(JTableOperator oper, int row, int column);
-
-	/**
-	 * Item description.
-         * @return the description.
-	 */
-	public String getDescription();
-    }
-
-    private class BySubStringTableCellChooser implements TableCellChooser {
-	String subString;
-	StringComparator comparator;
-
-	public BySubStringTableCellChooser(String subString, StringComparator comparator) {
-	    this.subString = subString;
-	    this.comparator = comparator;
-	}
-
-	public BySubStringTableCellChooser(String subString, boolean ce, boolean ccs) {
-	    this(subString, new DefaultStringComparator(ce, ccs));
-	}
-
-	public boolean checkCell(JTableOperator oper, int row, int column) {
-	    Object value = ((JTable)oper.getSource()).getModel().getValueAt(row, column);
-	    return(comparator.equals((value != null) ?
-				     value.toString() :
-				     null,
-				     subString));
-	}
-
-	public String getDescription() {
-	    return("Cell containing \"" + subString + "\" string");
-	}
-    }
-
-    private class ByRenderedComponentTableCellChooser implements TableCellChooser {
-	ComponentChooser chooser;
-	public ByRenderedComponentTableCellChooser(ComponentChooser chooser) {
-	    this.chooser = chooser;
-	}
-	public boolean checkCell(JTableOperator oper, int row, int column) {
-	    return(chooser.checkComponent(oper.getRenderedComponent(row, column)));
-	}
-	public String getDescription() {
-	    return(chooser.getDescription());
-	}
-    }
-
-    /**
-     * Allows to find component by cell text.
-     */
-    public static class JTableByCellFinder implements ComponentChooser {
-	String label;
-	int row;
-	int column;
-	StringComparator comparator;
-        /**
-         * Constructs JTableByCellFinder.
-         * @param lb a text pattern
-         * @param r a row index to look in. If equal to -1, selected row is checked.
-         * @param c a column index to look in. If equal to -1, selected column is checked.
-         * @param comparator specifies string comparision algorithm.
-         */
-	public JTableByCellFinder(String lb, int r, int c, StringComparator comparator) {
-	    label = lb;
-	    row = r;
-	    column = c;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs JTableByCellFinder.
-         * @param lb a text pattern
-         * @param r a row index to look in. If equal to -1, selected row is checked.
-         * @param c a column index to look in. If equal to -1, selected column is checked.
-         */
-	public JTableByCellFinder(String lb, int r, int c) {
-            this(lb, r, c, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof JTable) {
-		if(label == null) {
-		    return(true);
-		}
-		if(((JTable)comp).getRowCount() > row && ((JTable)comp).getColumnCount() > column) {
-		    int r = row;
-		    if(r == -1) {
-			int[] rows = ((JTable)comp).getSelectedRows();
-			if(rows.length != 0) {
-			    r = rows[0];
-			} else {
-			    return(false);
-			}
-		    }
-		    int c = column;
-		    if(c == -1) {
-			int[] columns = ((JTable)comp).getSelectedColumns();
-			if(columns.length != 0) {
-			    c = columns[0];
-			} else {
-			    return(false);
-			}
-		    }
-                    Object value = ((JTable)comp).getValueAt(r, c);
-                    if(value == null) {
-                        return(false);
-                    }
-		    return(comparator.equals(value.toString(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("JTable with text \"" + label + "\" in (" + 
-		   (new Integer(row)).toString() + ", " +
-		   (new Integer(column)).toString() + ") cell");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JTableFinder extends Finder {
-        /**
-         * Constructs JTableFinder.
-         * @param sf other searching criteria.
-         */
-	public JTableFinder(ComponentChooser sf) {
-            super(JTable.class, sf);
-	}
-        /**
-         * Constructs JTableFinder.
-         */
-	public JTableFinder() {
-            super(JTable.class);
-	}
-    }
-
-    private class CellComponentWaiter extends Waiter {
-	private ComponentChooser chooser;
-	private int row, column;
-	public CellComponentWaiter(ComponentChooser chooser, int row, int column) {
-	    this.chooser = chooser;
-	    this.row = row;
-	    this.column = column;
-	}
-
-	public Object actionProduced(Object obj) {
-	    Point pnt = getPointToClick(row, column);
-	    Component comp = getComponentAt(pnt.x, pnt.y);
-	    if(comp != null &&
-	       chooser.checkComponent(comp)) {
-		return(comp);
-	    } else {
-		return(null);
-	    }
-	}
-	public String getDescription() {
-	    return(chooser.getDescription());
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JTextAreaOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JTextAreaOperator.java
deleted file mode 100644
index 12b6116..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JTextAreaOperator.java
+++ /dev/null
@@ -1,585 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.Action;
-import org.netbeans.jemmy.ActionProducer;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-
-import java.awt.Component;
-import java.awt.Container;
-
-import java.awt.event.InputEvent;
-import java.awt.event.KeyEvent;
-
-import java.util.Hashtable;
-
-import javax.swing.JTextArea;
-
-import javax.swing.text.BadLocationException;
-
-/**
- *	
- * Class provides basic functions to operate with JTextArea
- * (selection, typing, deleting)
- *
- * <BR><BR>Timeouts used: <BR>
- * JTextComponentOperator.PushKeyTimeout - time between key pressing and releasing during text typing <BR>
- * JTextComponentOperator.BetweenKeysTimeout - time to sleep between two chars typing <BR>
- * JTextComponentOperator.ChangeCaretPositionTimeout - maximum time to chenge caret position <BR>
- * JTextComponentOperator.TypeTextTimeout - maximum time to type text <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>
- * ComponentOperator.WaitFocusTimeout - time to wait component focus <BR>
- * JScrollBarOperator.OneScrollClickTimeout - time for one scroll click <BR>
- * JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class JTextAreaOperator extends JTextComponentOperator
-    implements Timeoutable, Outputable {
-
-    /**
-     * Identifier for a "column count" property.
-     * @see #getDump
-     */
-    public static final String COLUMN_COUNT_DPROP = "Column count";
-
-    /**
-     * Identifier for a "row count" property.
-     * @see #getDump
-     */
-    public static final String ROW_COUNT_DPROP = "Row count";
-
-    private Timeouts timeouts;
-    private TestOut output;
-    private boolean pageNavigation = false;
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public JTextAreaOperator(JTextArea b) {
-	super(b);
-    }
-
-    /**
-     * Constructs a JTextAreaOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JTextAreaOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JTextArea)cont.
-             waitSubComponent(new JTextAreaFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JTextAreaOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JTextAreaOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JTextAreaOperator(ContainerOperator cont, String text, int index) {
-	this((JTextArea)
-	     waitComponent(cont, 
-			   new JTextAreaFinder(new JTextComponentOperator.
-					       JTextComponentByTextFinder(text, 
-									  cont.getComparator())),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JTextAreaOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JTextAreaOperator(ContainerOperator cont, int index) {
-	this((JTextArea)
-	     waitComponent(cont, 
-			   new JTextAreaFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @throws TimeoutExpiredException
-     */
-    public JTextAreaOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JTextArea in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return JTextArea instance or null if component was not found.
-     */
-    public static JTextArea findJTextArea(Container cont, ComponentChooser chooser, int index) {
-	return((JTextArea)findJTextComponent(cont, new JTextAreaFinder(chooser), index));
-    }
-
-    /**
-     * Searches JTextArea in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JTextArea instance or null if component was not found.
-     */
-    public static JTextArea findJTextArea(Container cont, ComponentChooser chooser) {
-	return(findJTextArea(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JTextArea by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JTextArea instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JTextArea findJTextArea(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findJTextArea(cont, 
-			     new JTextAreaFinder(new JTextComponentOperator.
-						 JTextComponentByTextFinder(text, 
-									    new DefaultStringComparator(ce, ccs))), 
-			     index));
-    }
-
-    /**
-     * Searches JTextArea by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JTextArea instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JTextArea findJTextArea(Container cont, String text, boolean ce, boolean ccs) {
-	return(findJTextArea(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits JTextArea in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return JTextArea instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JTextArea waitJTextArea(Container cont, ComponentChooser chooser, int index) {
-	return((JTextArea)waitJTextComponent(cont, new JTextAreaFinder(chooser), index));
-    }
-
-    /**
-     * Waits JTextArea in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JTextArea instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JTextArea waitJTextArea(Container cont, ComponentChooser chooser) {
-	return(waitJTextArea(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JTextArea by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JTextArea instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JTextArea waitJTextArea(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitJTextArea(cont,  
-			     new JTextAreaFinder(new JTextComponentOperator.
-						 JTextComponentByTextFinder(text, 
-									    new DefaultStringComparator(ce, ccs))), 
-			     index));
-    }
-
-    /**
-     * Waits JTextArea by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JTextArea instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JTextArea waitJTextArea(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitJTextArea(cont, text, ce, ccs, 0));
-    }
-
-    public void setTimeouts(Timeouts times) {
-	timeouts = times;
-	super.setTimeouts(timeouts);
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    /**
-     * Notifies whether "PageUp" and "PageDown" should be used
-     * to change caret position. If can be useful if text takes 
-     * some pages.
-     * @param yesOrNo if page navigation keys need to be used.
-     * @deprecated All text operations are performed by TextDriver regitered for this operator type.
-     */
-    public void usePageNavigationKeys(boolean yesOrNo) {
-	pageNavigation = yesOrNo;
-    }
-
-    /**
-     * Moves caret to line.
-     * @param row Line to move caret to.
-     * @see JTextComponentOperator#changeCaretPosition(int)
-     * @see #changeCaretPosition(int)
-     * @see #changeCaretPosition(int, int)
-     * @throws TimeoutExpiredException
-     */
-    public void changeCaretRow(int row) {
-	changeCaretPosition(row, getCaretPosition() - 
-			    getLineStartOffset(getLineOfOffset(getCaretPosition())));
-    }
-
-    /**
-     * Moves caret.
-     * @param row Line to move caret to.
-     * @param column Column to move caret to.
-     * @see JTextComponentOperator#changeCaretPosition(int)
-     * @see #changeCaretRow(int)
-     * @see #changeCaretPosition(int, int)
-     * @throws TimeoutExpiredException
-     */
-    public void changeCaretPosition(int row, int column) {
-	int startOffset = getLineStartOffset(row);
-	int endOffset = getLineEndOffset(row);
-	super.changeCaretPosition(getLineStartOffset(row) + 
-				  ((column <= (endOffset - startOffset)) ?
-				   column :
-				   (endOffset - startOffset)));
-    }
-
-    /**
-     * Types text.
-     * @param text Text to be typed.
-     * @param row Line to type text in.
-     * @param column Column to type text from.
-     * @see JTextComponentOperator#typeText(String, int)
-     * @throws TimeoutExpiredException
-     */
-    public void typeText(String text, int row, int column) {
-	if(!hasFocus()) {
-	    makeComponentVisible();
-	}
-	changeCaretPosition(row, column);
-	typeText(text);
-    }
-
-    /**
-     * Select a part of text.
-     * @param startRow Start position row.
-     * @param startColumn Start position column.
-     * @param endRow End position row.
-     * @param endColumn End position column.
-     * @see JTextComponentOperator#selectText(int, int)
-     * @see #selectLines(int, int)
-     * @throws TimeoutExpiredException
-     */
-    public void selectText(int startRow, int startColumn, 
-			   int endRow, int endColumn) {
-	int startPos = 0;
-	try {
-	    startPos = getLineStartOffset(startRow) + startColumn;
-	} catch(JemmyException e) {
-	    if(!(e.getInnerException() instanceof BadLocationException)) {
-		throw(e);
-	    }
-	}
-	int endPos = getText().length();
-	try {
-	    endPos = getLineStartOffset(endRow) + endColumn;
-	} catch(JemmyException e) {
-	    if(!(e.getInnerException() instanceof BadLocationException)) {
-		throw(e);
-	    }
-	}
-	selectText(startPos, endPos);
-    }
-
-    /**
-     * Select some text lines.
-     * @param startLine start selection
-     * @param endLine end selection
-     * @see JTextComponentOperator#selectText(int, int)
-     * @see #selectText(int, int, int, int)
-     * @throws TimeoutExpiredException
-     */
-    public void selectLines(int startLine, int endLine) {
-	if(!hasFocus()) {
-	    makeComponentVisible();
-	}
-	selectText(startLine, 0, endLine + 1, 0);
-    }
-
-    /**
-     * Returns information about component.
-     */
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	result.put(COLUMN_COUNT_DPROP, Integer.toString(((JTextArea)getSource()).getRows()));
-	result.put(ROW_COUNT_DPROP, Integer.toString(((JTextArea)getSource()).getColumns()));
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JTextArea.append(String)</code> through queue*/
-    public void append(final String string) {
-	runMapping(new MapVoidAction("append") {
-		public void map() {
-		    ((JTextArea)getSource()).append(string);
-		}});}
-
-    /**Maps <code>JTextArea.getColumns()</code> through queue*/
-    public int getColumns() {
-	return(runMapping(new MapIntegerAction("getColumns") {
-		public int map() {
-		    return(((JTextArea)getSource()).getColumns());
-		}}));}
-
-    /**Maps <code>JTextArea.getLineCount()</code> through queue*/
-    public int getLineCount() {
-	return(runMapping(new MapIntegerAction("getLineCount") {
-		public int map() {
-		    return(((JTextArea)getSource()).getLineCount());
-		}}));}
-
-    /**Maps <code>JTextArea.getLineEndOffset(int)</code> through queue*/
-    public int getLineEndOffset(final int i) {
-	return(runMapping(new MapIntegerAction("getLineEndOffset") {
-		public int map() throws BadLocationException {
-		    return(((JTextArea)getSource()).getLineEndOffset(i));
-		}}));}
-
-    /**Maps <code>JTextArea.getLineOfOffset(int)</code> through queue*/
-    public int getLineOfOffset(final int i) {
-	return(runMapping(new MapIntegerAction("getLineOfOffset") {
-		public int map() throws BadLocationException {
-		    return(((JTextArea)getSource()).getLineOfOffset(i));
-		}}));}
-
-    /**Maps <code>JTextArea.getLineStartOffset(int)</code> through queue*/
-    public int getLineStartOffset(final int i) {
-	return(runMapping(new MapIntegerAction("getLineStartOffset") {
-		public int map() throws BadLocationException {
-		    return(((JTextArea)getSource()).getLineStartOffset(i));
-		}}));}
-
-    /**Maps <code>JTextArea.getLineWrap()</code> through queue*/
-    public boolean getLineWrap() {
-	return(runMapping(new MapBooleanAction("getLineWrap") {
-		public boolean map() {
-		    return(((JTextArea)getSource()).getLineWrap());
-		}}));}
-
-    /**Maps <code>JTextArea.getRows()</code> through queue*/
-    public int getRows() {
-	return(runMapping(new MapIntegerAction("getRows") {
-		public int map() {
-		    return(((JTextArea)getSource()).getRows());
-		}}));}
-
-    /**Maps <code>JTextArea.getTabSize()</code> through queue*/
-    public int getTabSize() {
-	return(runMapping(new MapIntegerAction("getTabSize") {
-		public int map() {
-		    return(((JTextArea)getSource()).getTabSize());
-		}}));}
-
-    /**Maps <code>JTextArea.getWrapStyleWord()</code> through queue*/
-    public boolean getWrapStyleWord() {
-	return(runMapping(new MapBooleanAction("getWrapStyleWord") {
-		public boolean map() {
-		    return(((JTextArea)getSource()).getWrapStyleWord());
-		}}));}
-
-    /**Maps <code>JTextArea.insert(String, int)</code> through queue*/
-    public void insert(final String string, final int i) {
-	runMapping(new MapVoidAction("insert") {
-		public void map() {
-		    ((JTextArea)getSource()).insert(string, i);
-		}});}
-
-    /**Maps <code>JTextArea.replaceRange(String, int, int)</code> through queue*/
-    public void replaceRange(final String string, final int i, final int i1) {
-	runMapping(new MapVoidAction("replaceRange") {
-		public void map() {
-		    ((JTextArea)getSource()).replaceRange(string, i, i1);
-		}});}
-
-    /**Maps <code>JTextArea.setColumns(int)</code> through queue*/
-    public void setColumns(final int i) {
-	runMapping(new MapVoidAction("setColumns") {
-		public void map() {
-		    ((JTextArea)getSource()).setColumns(i);
-		}});}
-
-    /**Maps <code>JTextArea.setLineWrap(boolean)</code> through queue*/
-    public void setLineWrap(final boolean b) {
-	runMapping(new MapVoidAction("setLineWrap") {
-		public void map() {
-		    ((JTextArea)getSource()).setLineWrap(b);
-		}});}
-
-    /**Maps <code>JTextArea.setRows(int)</code> through queue*/
-    public void setRows(final int i) {
-	runMapping(new MapVoidAction("setRows") {
-		public void map() {
-		    ((JTextArea)getSource()).setRows(i);
-		}});}
-
-    /**Maps <code>JTextArea.setTabSize(int)</code> through queue*/
-    public void setTabSize(final int i) {
-	runMapping(new MapVoidAction("setTabSize") {
-		public void map() {
-		    ((JTextArea)getSource()).setTabSize(i);
-		}});}
-
-    /**Maps <code>JTextArea.setWrapStyleWord(boolean)</code> through queue*/
-    public void setWrapStyleWord(final boolean b) {
-	runMapping(new MapVoidAction("setWrapStyleWord") {
-		public void map() {
-		    ((JTextArea)getSource()).setWrapStyleWord(b);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Checks component type.
-     */
-    public static class JTextAreaFinder extends Finder {
-        /**
-         * Constructs JTextAreaFinder.
-         * @param sf other searching criteria.
-         */
-	public JTextAreaFinder(ComponentChooser sf) {
-            super(JTextArea.class, sf);
-	}
-        /**
-         * Constructs JTextAreaFinder.
-         */
-	public JTextAreaFinder() {
-            super(JTextArea.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JTextComponentOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JTextComponentOperator.java
deleted file mode 100644
index e33c1e2..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JTextComponentOperator.java
+++ /dev/null
@@ -1,1229 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.Action;
-import org.netbeans.jemmy.ActionProducer;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyInputException;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-
-import org.netbeans.jemmy.util.EmptyVisualizer;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.TextDriver;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Color;
-import java.awt.Dimension;
-import java.awt.Insets;
-import java.awt.Point;
-import java.awt.Rectangle;
-
-import java.awt.event.InputEvent;
-import java.awt.event.KeyEvent;
-
-import java.io.IOException;
-import java.io.Reader;
-import java.io.Writer;
-
-import java.util.Hashtable;
-
-import javax.swing.JScrollPane;
-
-import javax.swing.event.CaretListener;
-
-import javax.swing.plaf.TextUI;
-
-import javax.swing.text.BadLocationException;
-import javax.swing.text.Caret;
-import javax.swing.text.Document;
-import javax.swing.text.Highlighter;
-import javax.swing.text.JTextComponent;
-import javax.swing.text.Keymap;
-
-/**
- *	
- * Class provides basic functions to operate with JTextComponent
- * (selection, typing, deleting)
- *
- * <BR><BR>Timeouts used: <BR>
- * JTextComponentOperator.PushKeyTimeout - time between key pressing and releasing during text typing <BR>
- * JTextComponentOperator.BetweenKeysTimeout - time to sleep between two chars typing <BR>
- * JTextComponentOperator.ChangeCaretPositionTimeout - maximum time to chenge caret position <BR>
- * JTextComponentOperator.TypeTextTimeout - maximum time to type text <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>
- * ComponentOperator.WaitFocusTimeout - time to wait component focus <BR>
- * ComponentOperator.WaitStateTimeout - time to wait for text <BR>
- * JScrollBarOperator.OneScrollClickTimeout - time for one scroll click <BR>
- * JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class JTextComponentOperator extends JComponentOperator
-    implements Timeoutable, Outputable{
-
-    /**
-     * Identifier for a "text" property.
-     * @see #getDump
-     */
-    public static final String TEXT_DPROP = "Text";
-
-    /**
-     * Identifier for a "selected text" property.
-     * @see #getDump
-     */
-    public static final String SELECTED_TEXT_DPROP = "Selected text";
-
-    /**
-     * Identifier for a "editable" property.
-     * @see #getDump
-     */
-    public static final String IS_EDITABLE_DPROP = "Editable";
-
-    private final static long PUSH_KEY_TIMEOUT = 0;
-    private final static long BETWEEN_KEYS_TIMEOUT = 0;
-    private final static long CHANGE_CARET_POSITION_TIMEOUT = 60000;
-    private final static long TYPE_TEXT_TIMEOUT = 60000;
-
-    private Timeouts timeouts;
-    private TestOut output;
-
-    /**
-     * Notifies what modifiers are pressed.
-     * @deprecated All text operations are performed by TextDriver regitered for this operator type.
-     */
-    protected int modifiersPressed = 0;
-
-    private TextDriver driver;
-
-    /**
-     * Constructor.
-     * @param b Component to operate with.
-     */
-    public JTextComponentOperator(JTextComponent b) {
-	super(b);
-	driver = DriverManager.getTextDriver(getClass());
-    }
-
-    /**
-     * Constructs a JTextComponentOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JTextComponentOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JTextComponent)cont.
-             waitSubComponent(new JTextComponentFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JTextComponentOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JTextComponentOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JTextComponentOperator(ContainerOperator cont, String text, int index) {
-	this((JTextComponent)waitComponent(cont, 
-					   new JTextComponentByTextFinder(text, 
-									  cont.getComparator()),
-					   index));
-	copyEnvironment(cont);
-    }
-    
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JTextComponentOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JTextComponentOperator(ContainerOperator cont, int index) {
-	this((JTextComponent)
-	     waitComponent(cont, 
-			   new JTextComponentFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @throws TimeoutExpiredException
-     */
-    public JTextComponentOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    static {
-	Timeouts.initDefault("JTextComponentOperator.PushKeyTimeout", PUSH_KEY_TIMEOUT);
-	Timeouts.initDefault("JTextComponentOperator.BetweenKeysTimeout", BETWEEN_KEYS_TIMEOUT);
-	Timeouts.initDefault("JTextComponentOperator.ChangeCaretPositionTimeout", CHANGE_CARET_POSITION_TIMEOUT);
-	Timeouts.initDefault("JTextComponentOperator.TypeTextTimeout", TYPE_TEXT_TIMEOUT);
-    }
-
-    /**
-     * Searches JTextComponent in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return JTextComponent instance or null if component was not found.
-     */
-    public static JTextComponent findJTextComponent(Container cont, ComponentChooser chooser, int index) {
-	return((JTextComponent)findComponent(cont, new JTextComponentFinder(chooser), index));
-    }
-
-    /**
-     * Searches JTextComponent in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JTextComponent instance or null if component was not found.
-     */
-    public static JTextComponent findJTextComponent(Container cont, ComponentChooser chooser) {
-	return(findJTextComponent(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JTextComponent by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JTextComponent instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JTextComponent findJTextComponent(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findJTextComponent(cont, new JTextComponentByTextFinder(text, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Searches JTextComponent by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JTextComponent instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JTextComponent findJTextComponent(Container cont, String text, boolean ce, boolean ccs) {
-	return(findJTextComponent(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits JTextComponent in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return JTextComponent instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JTextComponent waitJTextComponent(final Container cont, final ComponentChooser chooser, final int index) {
-	return((JTextComponent)waitComponent(cont, new JTextComponentFinder(chooser), index));
-    }
-
-    /**
-     * Waits JTextComponent in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JTextComponent instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JTextComponent waitJTextComponent(Container cont, ComponentChooser chooser) {
-	return(waitJTextComponent(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JTextComponent by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JTextComponent instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JTextComponent waitJTextComponent(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitJTextComponent(cont, new JTextComponentByTextFinder(text, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Waits JTextComponent by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JTextComponent instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JTextComponent waitJTextComponent(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitJTextComponent(cont, text, ce, ccs, 0));
-    }
-
-    public void setTimeouts(Timeouts times) {
-	timeouts = times;
-	timeouts.setTimeout("ComponentOperator.PushKeyTimeout", 
-			    timeouts.getTimeout("JTextComponentOperator.PushKeyTimeout"));
-	super.setTimeouts(timeouts);
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = 
-	    (TextDriver)DriverManager.
-	    getDriver(DriverManager.TEXT_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-    }
-
-    /**
-     * Finds start text position.
-     * @param text Text to be searched.
-     * @param tChooser Additional search criteria.
-     * @param index Index of text instance (first instance has index 0)
-     * @return Caret position correspondent to text start.
-     * @see JTextComponentOperator.TextChooser
-     */
-    public int getPositionByText(String text, TextChooser tChooser, int index) {
-	output.printLine("Find " + tChooser.getDescription() + "\"" + text + 
-			 "\" text in text component\n    : " +
-			 toStringSource());
-	output.printGolden("Find " + tChooser.getDescription() + "\"" + text + 
-			   "\" text in text component");
-	String allText = getDisplayedText();
-	Document doc = getDocument();
-	int position = 0;
-	int ind = 0;
-	while((position = allText.indexOf(text, position)) >= 0) {
-	    if(tChooser.checkPosition(doc, position)) {
-		if(ind == index) {
-		    return(position);
-		} else {
-		    ind++;
-		}
-	    }
-	    position = position + text.length();
-	}
-	return(-1);
-    }
-
-    /**
-     * Finds start text position.
-     * @param text Text to be searched.
-     * @param tChooser Additional search criteria.
-     * @return Caret position correspondent to text start.
-     */
-    public int getPositionByText(String text, TextChooser tChooser) {
-	return(getPositionByText(text, tChooser, 0));
-    }
-
-    /**
-     * Finds start text position.
-     * @param text Text to be searched.
-     * @param index Index of text instance (first instance has index 0)
-     * @return Caret position correspondent to text start.
-     */
-    public int getPositionByText(String text, int index) {
-	return(getPositionByText(text, new TextChooser() {
-		public boolean checkPosition(Document doc, int offset) {
-		    return(true);
-		}
-		public String getDescription() {
-		    return("any");
-		}
-	    }, index));
-    }
-
-    /**
-     * Finds start text position.
-     * @param text Text to be searched.
-     * @return Caret position correspondent to text start.
-     */
-    public int getPositionByText(String text) {
-	return(getPositionByText(text, 0));
-    }
-
-    /**
-     * Requests a focus, clears text, types new one and pushes Enter.
-     * @param text New text value. Shouln't include final '\n'.
-     * @throws TimeoutExpiredException
-     */
-    public void enterText(final String text) {
-	makeComponentVisible();
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.enterText(JTextComponentOperator.this, text);
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Text entering");
-		}
-	    }, getTimeouts().getTimeout("JTextComponentOperator.TypeTextTimeout"));
-    }
-
-    /**
-     * Changes caret position.
-     * @param position Position to move caret to.
-     * @see #changeCaretPosition(String, int, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public void changeCaretPosition(final int position) {
-	output.printLine("Change caret position to " + Integer.toString(position));
-	makeComponentVisible();
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.changeCaretPosition(JTextComponentOperator.this, position);
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Caret moving");
-		}
-	    }, getTimeouts().getTimeout("JTextComponentOperator.ChangeCaretPositionTimeout"));
-	if(getVerification()) {
-	    waitCaretPosition(position);
-	}
-    }
-
-    /**
-     * Puts caret before or after text.
-     * @param text Text to be searched.
-     * @param index Index of text instance (first instance has index 0)
-     * @param before If true put caret before text, otherwise after.
-     * @see #changeCaretPosition(int)
-     * @see #getPositionByText(String, int)
-     * @throws TimeoutExpiredException
-     * @throws NoSuchTextException
-     */
-    public void changeCaretPosition(String text, int index, boolean before) {
-	output.printLine("Put caret " + 
-			 (before ? "before" : "after") + " " +
-			 Integer.toString(index) + "'th instance of \"" +
-			 text + "\" text");
-	makeComponentVisible();
-	int offset = getPositionByText(text, index);
-	if(offset == -1) {
-	    throw(new NoSuchTextException(text));
-	}
-	offset = before ? offset : offset + text.length();
-	changeCaretPosition(offset);
-    }
-
-    /**
-     * Puts caret before or after text.
-     * @param text Text to be searched.
-     * @param before If true put caret before text, otherwise after.
-     * @see #changeCaretPosition(int)
-     * @see #getPositionByText(String, int)
-     * @throws TimeoutExpiredException
-     * @throws NoSuchTextException
-     */
-    public void changeCaretPosition(String text, boolean before) {
-	changeCaretPosition(text, 0, before);
-    }
-
-    /**
-     * Types text starting from known position.
-     * If verification mode is on, checks that right text has been typed
-     * and caret has been moved to right position.
-     * @param text Text to be typed.
-     * @param caretPosition Position to start type text
-     * @see #typeText(String)
-     * @throws TimeoutExpiredException
-     * @throws NoSuchTextException
-     */
-    public void typeText(final String text, final int caretPosition) {
-	output.printLine("Typing text \"" + text + "\" from " +
-			 Integer.toString(caretPosition) + " position " +
-			 "in text component\n    : " +
-			 toStringSource());
-	output.printGolden("Typing text \"" + text + "\" in text component");
-	makeComponentVisible();
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.typeText(JTextComponentOperator.this, text, caretPosition);
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Text typing");
-		}
-	    }, getTimeouts().getTimeout("JTextComponentOperator.TypeTextTimeout"));
-	if(getVerification()) {
-	    waitText(text, -1);
-	}
-    }
-
-    /**
-     * Types text starting from the current position.
-     * @param text Text to be typed.
-     * @see #typeText(String, int)
-     * @throws TimeoutExpiredException
-     */
-    public void typeText(String text) {
-	typeText(text, getCaretPosition());
-    }
-
-    /**
-     * Selects a part of text.
-     * @param startPosition Start caret position
-     * @param finalPosition Final caret position
-     * @see #selectText(String, int)
-     * @see #selectText(String)
-     * @throws TimeoutExpiredException
-     */
-    public void selectText(final int startPosition, final int finalPosition) {
-	output.printLine("Select text from " +
-			 Integer.toString(startPosition) + " to " +
-			 Integer.toString(finalPosition) + 
-			 " in text component\n    : " +
-			 toStringSource());
-	makeComponentVisible();
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.selectText(JTextComponentOperator.this, startPosition, finalPosition);
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Text selecting");
-		}
-	    }, getTimeouts().getTimeout("JTextComponentOperator.TypeTextTimeout"));
-    }
-
-    /**
-     * Selects a part of text.
-     * @param text Text to be selected
-     * @param index Index of text instance (first instance has index 0)
-     * @see #selectText(int, int)
-     * @see #selectText(String)
-     * @see #getPositionByText(String, int)
-     * @throws TimeoutExpiredException
-     * @throws NoSuchTextException
-     */
-    public void selectText(String text, int index) {
-	output.printLine("Select " +
-			 Integer.toString(index) + "'th instance of \"" +
-			 text + "\" text in component\n    : " +
-			 toStringSource());
-	makeComponentVisible();
-	int start = getPositionByText(text, index);
-	if(start == -1) {
-	    throw(new NoSuchTextException(text));
-	}
-	selectText(start, start + text.length());
-    }
-
-    /**
-     * Selects a part of text.
-     * @param text Text to be selected
-     * @see #selectText(String, int)
-     * @see #selectText(int, int)
-     * @throws TimeoutExpiredException
-     * @throws NoSuchTextException
-     */
-    public void selectText(String text) {
-	selectText(text, 0);
-    }
-
-    /**
-     * Clears text.
-     * @throws TimeoutExpiredException
-     */
-    public void clearText() {
-	output.printLine("Clearing text in text component\n    : " +
-			 toStringSource());
-	output.printGolden("Clearing text in text component");
-	makeComponentVisible();
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.clearText(JTextComponentOperator.this);
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Text clearing");
-		}
-	    }, getTimeouts().getTimeout("JTextComponentOperator.TypeTextTimeout"));
-    }
-
-    /**
-     * Scrolls to a text poistion.
-     * @param position a position to scroll.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToPosition(int position) {
-	output.printTrace("Scroll JTextComponent to " + Integer.toString(position) + " position\n    : " +
-			  toStringSource());
-	output.printGolden("Scroll JTextComponent to " + Integer.toString(position) + " position");
-	makeComponentVisible();
-	//try to find JScrollPane under.
-	JScrollPane scroll = (JScrollPane)getContainer(new JScrollPaneOperator.
-						       JScrollPaneFinder(ComponentSearcher.
-									 getTrueChooser("JScrollPane")));
-	if(scroll == null) {
-	    return;
-	}
-	JScrollPaneOperator scroller = new JScrollPaneOperator(scroll);
-	scroller.copyEnvironment(this);
-	scroller.setVisualizer(new EmptyVisualizer());
-	Rectangle rect = modelToView(position);
-	scroller.scrollToComponentRectangle(getSource(), 
-					    (int)rect.getX(),
-					    (int)rect.getY(),
-					    (int)rect.getWidth(),
-					    (int)rect.getHeight());
-    }
-
-    /**
-     * Returns text which is really displayed.
-     * Results returned by <code>getText()</code> and <code>getDisplayedText()</code>
-     * are different if text component is used to display <code>javax.swing.text.StyledDocument</code>
-     * @return the text which is displayed.
-     */
-    public String getDisplayedText() {
-	try {
-	    Document doc = getDocument();
-	    return(doc.getText(0, doc.getLength()));
-	} catch(BadLocationException e) {
-	    throw(new JemmyException("Exception during text operation with\n    : " +
-				     toStringSource(), e));
-	}
-    }
-
-    /**
-     * Wait for text to be displayed starting from certain position.
-     * @param text text to wait.
-     * @param position starting text position.
-     */
-    public void waitText(final String text, final int position) {
-	getOutput().printLine("Wait \"" + text + "\" text starting from " +
-			      Integer.toString(position) + " position in component \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait \"" + text + "\" text starting from " +
-				Integer.toString(position) + " position");
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    String alltext = getDisplayedText();
-		    if(position >= 0) {
-			if(position + text.length() <= alltext.length()) {
-			    return(alltext.substring(position, position + text.length()).
-				   equals(text));
-			} else {
-			    return(false);
-			}
-		    } else {
-			return(alltext.indexOf(text) >= 0);
-		    }
-		}
-		public String getDescription() {
-		    return("Has \"" + text + "\" text starting from " +
-			   Integer.toString(position) + " position");
-		}
-	    });
-    }
-
-    /**
-     * Waits for certain text.
-     * @param text Text to be compared by getComparator() comparator.
-     */
-    public void waitText(String text) {
-	getOutput().printLine("Wait \"" + text + "\" text in component \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait \"" + text + "\" text");
-	waitState(new JTextComponentByTextFinder(text, getComparator()));
-    }
-
-    /**
-     * Wait for caret to be moved to certain position.
-     * @param position a position which caret supposed to be moved to.
-     */
-    public void waitCaretPosition(final int position) {
-	getOutput().printLine("Wait caret to be at \"" + Integer.toString(position) + 
-			      " position in component \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait caret to be at \"" + Integer.toString(position) + 
-				" position");
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    return(getCaretPosition() == position);
-		}
-		public String getDescription() {
-		    return("Has caret at " + Integer.toString(position) + " position");
-		}
-	    });
-    }
-
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	result.put(TEXT_DPROP, ((JTextComponent)getSource()).getText());
-	if(((JTextComponent)getSource()).getSelectedText() != null &&
-	   !((JTextComponent)getSource()).getSelectedText().equals("")) {
-	    result.put(SELECTED_TEXT_DPROP, ((JTextComponent)getSource()).getSelectedText());
-	}
-	result.put(IS_EDITABLE_DPROP, ((JTextComponent)getSource()).isEditable() ? "true" : "false");
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JTextComponent.addCaretListener(CaretListener)</code> through queue*/
-    public void addCaretListener(final CaretListener caretListener) {
-	runMapping(new MapVoidAction("addCaretListener") {
-		public void map() {
-		    ((JTextComponent)getSource()).addCaretListener(caretListener);
-		}});}
-
-    /**Maps <code>JTextComponent.copy()</code> through queue*/
-    public void copy() {
-	runMapping(new MapVoidAction("copy") {
-		public void map() {
-		    ((JTextComponent)getSource()).copy();
-		}});}
-
-    /**Maps <code>JTextComponent.cut()</code> through queue*/
-    public void cut() {
-	runMapping(new MapVoidAction("cut") {
-		public void map() {
-		    ((JTextComponent)getSource()).cut();
-		}});}
-
-    /**Maps <code>JTextComponent.getActions()</code> through queue*/
-    public javax.swing.Action[] getActions() {
-	return((javax.swing.Action[])runMapping(new MapAction("getActions") {
-		public Object map() {
-		    return(((JTextComponent)getSource()).getActions());
-		}}));}
-
-    /**Maps <code>JTextComponent.getCaret()</code> through queue*/
-    public Caret getCaret() {
-	return((Caret)runMapping(new MapAction("getCaret") {
-		public Object map() {
-		    return(((JTextComponent)getSource()).getCaret());
-		}}));}
-
-    /**Maps <code>JTextComponent.getCaretColor()</code> through queue*/
-    public Color getCaretColor() {
-	return((Color)runMapping(new MapAction("getCaretColor") {
-		public Object map() {
-		    return(((JTextComponent)getSource()).getCaretColor());
-		}}));}
-
-    /**Maps <code>JTextComponent.getCaretPosition()</code> through queue*/
-    public int getCaretPosition() {
-	return(runMapping(new MapIntegerAction("getCaretPosition") {
-		public int map() {
-		    return(((JTextComponent)getSource()).getCaretPosition());
-		}}));}
-
-    /**Maps <code>JTextComponent.getDisabledTextColor()</code> through queue*/
-    public Color getDisabledTextColor() {
-	return((Color)runMapping(new MapAction("getDisabledTextColor") {
-		public Object map() {
-		    return(((JTextComponent)getSource()).getDisabledTextColor());
-		}}));}
-
-    /**Maps <code>JTextComponent.getDocument()</code> through queue*/
-    public Document getDocument() {
-	return((Document)runMapping(new MapAction("getDocument") {
-		public Object map() {
-		    return(((JTextComponent)getSource()).getDocument());
-		}}));}
-
-    /**Maps <code>JTextComponent.getFocusAccelerator()</code> through queue*/
-    public char getFocusAccelerator() {
-	return(runMapping(new MapCharacterAction("getFocusAccelerator") {
-		public char map() {
-		    return(((JTextComponent)getSource()).getFocusAccelerator());
-		}}));}
-
-    /**Maps <code>JTextComponent.getHighlighter()</code> through queue*/
-    public Highlighter getHighlighter() {
-	return((Highlighter)runMapping(new MapAction("getHighlighter") {
-		public Object map() {
-		    return(((JTextComponent)getSource()).getHighlighter());
-		}}));}
-
-    /**Maps <code>JTextComponent.getKeymap()</code> through queue*/
-    public Keymap getKeymap() {
-	return((Keymap)runMapping(new MapAction("getKeymap") {
-		public Object map() {
-		    return(((JTextComponent)getSource()).getKeymap());
-		}}));}
-
-    /**Maps <code>JTextComponent.getMargin()</code> through queue*/
-    public Insets getMargin() {
-	return((Insets)runMapping(new MapAction("getMargin") {
-		public Object map() {
-		    return(((JTextComponent)getSource()).getMargin());
-		}}));}
-
-    /**Maps <code>JTextComponent.getPreferredScrollableViewportSize()</code> through queue*/
-    public Dimension getPreferredScrollableViewportSize() {
-	return((Dimension)runMapping(new MapAction("getPreferredScrollableViewportSize") {
-		public Object map() {
-		    return(((JTextComponent)getSource()).getPreferredScrollableViewportSize());
-		}}));}
-
-    /**Maps <code>JTextComponent.getScrollableBlockIncrement(Rectangle, int, int)</code> through queue*/
-    public int getScrollableBlockIncrement(final Rectangle rectangle, final int i, final int i1) {
-	return(runMapping(new MapIntegerAction("getScrollableBlockIncrement") {
-		public int map() {
-		    return(((JTextComponent)getSource()).getScrollableBlockIncrement(rectangle, i, i1));
-		}}));}
-
-    /**Maps <code>JTextComponent.getScrollableTracksViewportHeight()</code> through queue*/
-    public boolean getScrollableTracksViewportHeight() {
-	return(runMapping(new MapBooleanAction("getScrollableTracksViewportHeight") {
-		public boolean map() {
-		    return(((JTextComponent)getSource()).getScrollableTracksViewportHeight());
-		}}));}
-
-    /**Maps <code>JTextComponent.getScrollableTracksViewportWidth()</code> through queue*/
-    public boolean getScrollableTracksViewportWidth() {
-	return(runMapping(new MapBooleanAction("getScrollableTracksViewportWidth") {
-		public boolean map() {
-		    return(((JTextComponent)getSource()).getScrollableTracksViewportWidth());
-		}}));}
-
-    /**Maps <code>JTextComponent.getScrollableUnitIncrement(Rectangle, int, int)</code> through queue*/
-    public int getScrollableUnitIncrement(final Rectangle rectangle, final int i, final int i1) {
-	return(runMapping(new MapIntegerAction("getScrollableUnitIncrement") {
-		public int map() {
-		    return(((JTextComponent)getSource()).getScrollableUnitIncrement(rectangle, i, i1));
-		}}));}
-
-    /**Maps <code>JTextComponent.getSelectedText()</code> through queue*/
-    public String getSelectedText() {
-	return((String)runMapping(new MapAction("getSelectedText") {
-		public Object map() {
-		    return(((JTextComponent)getSource()).getSelectedText());
-		}}));}
-
-    /**Maps <code>JTextComponent.getSelectedTextColor()</code> through queue*/
-    public Color getSelectedTextColor() {
-	return((Color)runMapping(new MapAction("getSelectedTextColor") {
-		public Object map() {
-		    return(((JTextComponent)getSource()).getSelectedTextColor());
-		}}));}
-
-    /**Maps <code>JTextComponent.getSelectionColor()</code> through queue*/
-    public Color getSelectionColor() {
-	return((Color)runMapping(new MapAction("getSelectionColor") {
-		public Object map() {
-		    return(((JTextComponent)getSource()).getSelectionColor());
-		}}));}
-
-    /**Maps <code>JTextComponent.getSelectionEnd()</code> through queue*/
-    public int getSelectionEnd() {
-	return(runMapping(new MapIntegerAction("getSelectionEnd") {
-		public int map() {
-		    return(((JTextComponent)getSource()).getSelectionEnd());
-		}}));}
-
-    /**Maps <code>JTextComponent.getSelectionStart()</code> through queue*/
-    public int getSelectionStart() {
-	return(runMapping(new MapIntegerAction("getSelectionStart") {
-		public int map() {
-		    return(((JTextComponent)getSource()).getSelectionStart());
-		}}));}
-
-    /**Maps <code>JTextComponent.getText()</code> through queue*/
-    public String getText() {
-	return((String)runMapping(new MapAction("getText") {
-		public Object map() {
-		    return(((JTextComponent)getSource()).getText());
-		}}));}
-
-    /**Maps <code>JTextComponent.getText(int, int)</code> through queue*/
-    public String getText(final int i, final int i1) {
-	return((String)runMapping(new MapAction("getText") {
-		public Object map() throws BadLocationException {
-		    return(((JTextComponent)getSource()).getText(i, i1));
-		}}));}
-
-    /**Maps <code>JTextComponent.getUI()</code> through queue*/
-    public TextUI getUI() {
-	return((TextUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JTextComponent)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JTextComponent.isEditable()</code> through queue*/
-    public boolean isEditable() {
-	return(runMapping(new MapBooleanAction("isEditable") {
-		public boolean map() {
-		    return(((JTextComponent)getSource()).isEditable());
-		}}));}
-
-    /**Maps <code>JTextComponent.modelToView(int)</code> through queue*/
-    public Rectangle modelToView(final int i) {
-	return((Rectangle)runMapping(new MapAction("modelToView") {
-		public Object map() throws BadLocationException {
-		    return(((JTextComponent)getSource()).modelToView(i));
-		}}));}
-
-    /**Maps <code>JTextComponent.moveCaretPosition(int)</code> through queue*/
-    public void moveCaretPosition(final int i) {
-	runMapping(new MapVoidAction("moveCaretPosition") {
-		public void map() {
-		    ((JTextComponent)getSource()).moveCaretPosition(i);
-		}});}
-
-    /**Maps <code>JTextComponent.paste()</code> through queue*/
-    public void paste() {
-	runMapping(new MapVoidAction("paste") {
-		public void map() {
-		    ((JTextComponent)getSource()).paste();
-		}});}
-
-    /**Maps <code>JTextComponent.read(Reader, Object)</code> through queue*/
-    public void read(final Reader reader, final Object object) {
-	runMapping(new MapVoidAction("read") {
-		public void map() throws IOException {
-		    ((JTextComponent)getSource()).read(reader, object);
-		}});}
-
-    /**Maps <code>JTextComponent.removeCaretListener(CaretListener)</code> through queue*/
-    public void removeCaretListener(final CaretListener caretListener) {
-	runMapping(new MapVoidAction("removeCaretListener") {
-		public void map() {
-		    ((JTextComponent)getSource()).removeCaretListener(caretListener);
-		}});}
-
-    /**Maps <code>JTextComponent.replaceSelection(String)</code> through queue*/
-    public void replaceSelection(final String string) {
-	runMapping(new MapVoidAction("replaceSelection") {
-		public void map() {
-		    ((JTextComponent)getSource()).replaceSelection(string);
-		}});}
-
-    /**Maps <code>JTextComponent.select(int, int)</code> through queue*/
-    public void select(final int i, final int i1) {
-	runMapping(new MapVoidAction("select") {
-		public void map() {
-		    ((JTextComponent)getSource()).select(i, i1);
-		}});}
-
-    /**Maps <code>JTextComponent.selectAll()</code> through queue*/
-    public void selectAll() {
-	runMapping(new MapVoidAction("selectAll") {
-		public void map() {
-		    ((JTextComponent)getSource()).selectAll();
-		}});}
-
-    /**Maps <code>JTextComponent.setCaret(Caret)</code> through queue*/
-    public void setCaret(final Caret caret) {
-	runMapping(new MapVoidAction("setCaret") {
-		public void map() {
-		    ((JTextComponent)getSource()).setCaret(caret);
-		}});}
-
-    /**Maps <code>JTextComponent.setCaretColor(Color)</code> through queue*/
-    public void setCaretColor(final Color color) {
-	runMapping(new MapVoidAction("setCaretColor") {
-		public void map() {
-		    ((JTextComponent)getSource()).setCaretColor(color);
-		}});}
-
-    /**Maps <code>JTextComponent.setCaretPosition(int)</code> through queue*/
-    public void setCaretPosition(final int i) {
-	runMapping(new MapVoidAction("setCaretPosition") {
-		public void map() {
-		    ((JTextComponent)getSource()).setCaretPosition(i);
-		}});}
-
-    /**Maps <code>JTextComponent.setDisabledTextColor(Color)</code> through queue*/
-    public void setDisabledTextColor(final Color color) {
-	runMapping(new MapVoidAction("setDisabledTextColor") {
-		public void map() {
-		    ((JTextComponent)getSource()).setDisabledTextColor(color);
-		}});}
-
-    /**Maps <code>JTextComponent.setDocument(Document)</code> through queue*/
-    public void setDocument(final Document document) {
-	runMapping(new MapVoidAction("setDocument") {
-		public void map() {
-		    ((JTextComponent)getSource()).setDocument(document);
-		}});}
-
-    /**Maps <code>JTextComponent.setEditable(boolean)</code> through queue*/
-    public void setEditable(final boolean b) {
-	runMapping(new MapVoidAction("setEditable") {
-		public void map() {
-		    ((JTextComponent)getSource()).setEditable(b);
-		}});}
-
-    /**Maps <code>JTextComponent.setFocusAccelerator(char)</code> through queue*/
-    public void setFocusAccelerator(final char c) {
-	runMapping(new MapVoidAction("setFocusAccelerator") {
-		public void map() {
-		    ((JTextComponent)getSource()).setFocusAccelerator(c);
-		}});}
-
-    /**Maps <code>JTextComponent.setHighlighter(Highlighter)</code> through queue*/
-    public void setHighlighter(final Highlighter highlighter) {
-	runMapping(new MapVoidAction("setHighlighter") {
-		public void map() {
-		    ((JTextComponent)getSource()).setHighlighter(highlighter);
-		}});}
-
-    /**Maps <code>JTextComponent.setKeymap(Keymap)</code> through queue*/
-    public void setKeymap(final Keymap keymap) {
-	runMapping(new MapVoidAction("setKeymap") {
-		public void map() {
-		    ((JTextComponent)getSource()).setKeymap(keymap);
-		}});}
-
-    /**Maps <code>JTextComponent.setMargin(Insets)</code> through queue*/
-    public void setMargin(final Insets insets) {
-	runMapping(new MapVoidAction("setMargin") {
-		public void map() {
-		    ((JTextComponent)getSource()).setMargin(insets);
-		}});}
-
-    /**Maps <code>JTextComponent.setSelectedTextColor(Color)</code> through queue*/
-    public void setSelectedTextColor(final Color color) {
-	runMapping(new MapVoidAction("setSelectedTextColor") {
-		public void map() {
-		    ((JTextComponent)getSource()).setSelectedTextColor(color);
-		}});}
-
-    /**Maps <code>JTextComponent.setSelectionColor(Color)</code> through queue*/
-    public void setSelectionColor(final Color color) {
-	runMapping(new MapVoidAction("setSelectionColor") {
-		public void map() {
-		    ((JTextComponent)getSource()).setSelectionColor(color);
-		}});}
-
-    /**Maps <code>JTextComponent.setSelectionEnd(int)</code> through queue*/
-    public void setSelectionEnd(final int i) {
-	runMapping(new MapVoidAction("setSelectionEnd") {
-		public void map() {
-		    ((JTextComponent)getSource()).setSelectionEnd(i);
-		}});}
-
-    /**Maps <code>JTextComponent.setSelectionStart(int)</code> through queue*/
-    public void setSelectionStart(final int i) {
-	runMapping(new MapVoidAction("setSelectionStart") {
-		public void map() {
-		    ((JTextComponent)getSource()).setSelectionStart(i);
-		}});}
-
-    /**Maps <code>JTextComponent.setText(String)</code> through queue*/
-    public void setText(final String string) {
-	runMapping(new MapVoidAction("setText") {
-		public void map() {
-		    ((JTextComponent)getSource()).setText(string);
-		}});}
-
-    /**Maps <code>JTextComponent.setUI(TextUI)</code> through queue*/
-    public void setUI(final TextUI textUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((JTextComponent)getSource()).setUI(textUI);
-		}});}
-
-    /**Maps <code>JTextComponent.viewToModel(Point)</code> through queue*/
-    public int viewToModel(final Point point) {
-	return(runMapping(new MapIntegerAction("viewToModel") {
-		public int map() {
-		    return(((JTextComponent)getSource()).viewToModel(point));
-		}}));}
-
-    /**Maps <code>JTextComponent.write(Writer)</code> through queue*/
-    public void write(final Writer writer) {
-	runMapping(new MapVoidAction("write") {
-		public void map() throws IOException {
-		    ((JTextComponent)getSource()).write(writer);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Can be throught during a text operation 
-     * if text has not been found in the component.
-     */
-    public class NoSuchTextException extends JemmyInputException {
-	/**
-	 * Constructor.
-         * @param text a nonexistent text.
-	 */
-	public NoSuchTextException(String text) {
-	    super("No such text as \"" + text + "\"", getSource());
-	}
-    }
-
-    /**
-     * Interface defining additional text cearch criteria.
-     * @see #getPositionByText(java.lang.String, JTextComponentOperator.TextChooser)
-     */
-    public interface TextChooser {
-        /**
-         * Checkes if position fits the criteria.
-         * @param document a document to be checked.
-         * @param offset a checked position
-         * @return true if the position fits the criteria.
-         */
-	public boolean checkPosition(Document document, int offset);
-        /**
-         * Returns a printable description of the criteria.
-         * @return a description of this chooser.
-         */
-	public String getDescription();
-    }
-
-    /**
-     * Allows to find component by text.
-     */
-    public static class JTextComponentByTextFinder implements ComponentChooser {
-	String label;
-	StringComparator comparator;
-        /**
-         * Constructs JTextComponentByTextFinder.
-         * @param lb a text pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public JTextComponentByTextFinder(String lb, StringComparator comparator) {
-	    label = lb;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs JTextComponentByTextFinder.
-         * @param lb a text pattern
-         */
-	public JTextComponentByTextFinder(String lb) {
-            this(lb, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof JTextComponent) {
-		if(((JTextComponent)comp).getText() != null) {
-		    return(comparator.equals(((JTextComponent)comp).getText(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("JTextComponent with text \"" + label + "\"");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JTextComponentFinder extends Finder {
-        /**
-         * Constructs JTextComponentFinder.
-         * @param sf other searching criteria.
-         */
-	public JTextComponentFinder(ComponentChooser sf) {
-            super(JTextComponent.class, sf);
-	}
-        /**
-         * Constructs JTextComponentFinder.
-         */
-	public JTextComponentFinder() {
-            super(JTextComponent.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JTextFieldOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JTextFieldOperator.java
deleted file mode 100644
index 081b84a..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JTextFieldOperator.java
+++ /dev/null
@@ -1,409 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.TimeoutExpiredException;
-
-import java.awt.Component;
-import java.awt.Container;
-
-import java.awt.event.ActionListener;
-import java.awt.event.KeyEvent;
-
-import javax.swing.BoundedRangeModel;
-import javax.swing.JTextField;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * JTextComponentOperator.PushKeyTimeout - time between key pressing and releasing during text typing <BR>
- * JTextComponentOperator.BetweenKeysTimeout - time to sleep between two chars typing <BR>
- * JTextComponentOperator.ChangeCaretPositionTimeout - maximum time to chenge caret position <BR>
- * JTextComponentOperator.TypeTextTimeout - maximum time to type text <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>
- * ComponentOperator.WaitFocusTimeout - time to wait component focus <BR>
- * JScrollBarOperator.OneScrollClickTimeout - time for one scroll click <BR>
- * JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-public class JTextFieldOperator extends JTextComponentOperator{
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public JTextFieldOperator(JTextField b) {
-	super(b);
-    }
-
-    /**
-     * Constructs a JTextFieldOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JTextFieldOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JTextField)cont.
-             waitSubComponent(new JTextFieldFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JTextFieldOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JTextFieldOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JTextFieldOperator(ContainerOperator cont, String text, int index) {
-	this((JTextField)
-	     waitComponent(cont, 
-			   new JTextFieldFinder(new JTextComponentOperator.
-						JTextComponentByTextFinder(text, 
-									   cont.getComparator())),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JTextFieldOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JTextFieldOperator(ContainerOperator cont, int index) {
-	this((JTextField)
-	     waitComponent(cont, 
-			   new JTextFieldFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @throws TimeoutExpiredException
-     */
-    public JTextFieldOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JTextField in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return JTextField instance or null if component was not found.
-     */
-    public static JTextField findJTextField(Container cont, ComponentChooser chooser, int index) {
-	return((JTextField)findJTextComponent(cont, new JTextFieldFinder(chooser), index));
-    }
-
-    /**
-     * Searches JTextField in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JTextField instance or null if component was not found.
-     */
-    public static JTextField findJTextField(Container cont, ComponentChooser chooser) {
-	return(findJTextField(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JTextField by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JTextField instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JTextField findJTextField(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findJTextField(cont, 
-			      new JTextFieldFinder(new JTextComponentOperator.
-						   JTextComponentByTextFinder(text, 
-									      new DefaultStringComparator(ce, ccs))), 
-			      index));
-    }
-
-    /**
-     * Searches JTextField by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JTextField instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JTextField findJTextField(Container cont, String text, boolean ce, boolean ccs) {
-	return(findJTextField(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits JTextField in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return JTextField instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JTextField waitJTextField(Container cont, ComponentChooser chooser, int index){
-	return((JTextField)waitJTextComponent(cont, new JTextFieldFinder(chooser), index));
-    }
-
-    /**
-     * Waits JTextField in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JTextField instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JTextField waitJTextField(Container cont, ComponentChooser chooser) {
-	return(waitJTextField(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JTextField by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JTextField instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JTextField waitJTextField(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitJTextField(cont,  
-			      new JTextFieldFinder(new JTextComponentOperator.
-						   JTextComponentByTextFinder(text, 
-									      new DefaultStringComparator(ce, ccs))), 
-			      index));
-    }
-
-    /**
-     * Waits JTextField by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JTextField instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JTextField waitJTextField(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitJTextField(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Wait some text to be displayed starting from certain position.
-     * @param text a text to wait.
-     * @param position start position.
-     */
-    public void waitText(String text, int position) {
-	super.waitText(removeNewLines(text), position);
-    }
-
-    /**
-     * Wait some text to be displayed.
-     * @param text a text to wait.
-     */
-    public void waitText(String text) {
-	super.waitText(removeNewLines(text));
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JTextField.addActionListener(ActionListener)</code> through queue*/
-    public void addActionListener(final ActionListener actionListener) {
-	runMapping(new MapVoidAction("addActionListener") {
-		public void map() {
-		    ((JTextField)getSource()).addActionListener(actionListener);
-		}});}
-
-    /**Maps <code>JTextField.getColumns()</code> through queue*/
-    public int getColumns() {
-	return(runMapping(new MapIntegerAction("getColumns") {
-		public int map() {
-		    return(((JTextField)getSource()).getColumns());
-		}}));}
-
-    /**Maps <code>JTextField.getHorizontalAlignment()</code> through queue*/
-    public int getHorizontalAlignment() {
-	return(runMapping(new MapIntegerAction("getHorizontalAlignment") {
-		public int map() {
-		    return(((JTextField)getSource()).getHorizontalAlignment());
-		}}));}
-
-    /**Maps <code>JTextField.getHorizontalVisibility()</code> through queue*/
-    public BoundedRangeModel getHorizontalVisibility() {
-	return((BoundedRangeModel)runMapping(new MapAction("getHorizontalVisibility") {
-		public Object map() {
-		    return(((JTextField)getSource()).getHorizontalVisibility());
-		}}));}
-
-    /**Maps <code>JTextField.getScrollOffset()</code> through queue*/
-    public int getScrollOffset() {
-	return(runMapping(new MapIntegerAction("getScrollOffset") {
-		public int map() {
-		    return(((JTextField)getSource()).getScrollOffset());
-		}}));}
-
-    /**Maps <code>JTextField.postActionEvent()</code> through queue*/
-    public void postActionEvent() {
-	runMapping(new MapVoidAction("postActionEvent") {
-		public void map() {
-		    ((JTextField)getSource()).postActionEvent();
-		}});}
-
-    /**Maps <code>JTextField.removeActionListener(ActionListener)</code> through queue*/
-    public void removeActionListener(final ActionListener actionListener) {
-	runMapping(new MapVoidAction("removeActionListener") {
-		public void map() {
-		    ((JTextField)getSource()).removeActionListener(actionListener);
-		}});}
-
-    /**Maps <code>JTextField.setActionCommand(String)</code> through queue*/
-    public void setActionCommand(final String string) {
-	runMapping(new MapVoidAction("setActionCommand") {
-		public void map() {
-		    ((JTextField)getSource()).setActionCommand(string);
-		}});}
-
-    /**Maps <code>JTextField.setColumns(int)</code> through queue*/
-    public void setColumns(final int i) {
-	runMapping(new MapVoidAction("setColumns") {
-		public void map() {
-		    ((JTextField)getSource()).setColumns(i);
-		}});}
-
-    /**Maps <code>JTextField.setHorizontalAlignment(int)</code> through queue*/
-    public void setHorizontalAlignment(final int i) {
-	runMapping(new MapVoidAction("setHorizontalAlignment") {
-		public void map() {
-		    ((JTextField)getSource()).setHorizontalAlignment(i);
-		}});}
-
-    /**Maps <code>JTextField.setScrollOffset(int)</code> through queue*/
-    public void setScrollOffset(final int i) {
-	runMapping(new MapVoidAction("setScrollOffset") {
-		public void map() {
-		    ((JTextField)getSource()).setScrollOffset(i);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    private String removeNewLines(String text) {
-	StringBuffer buff = new StringBuffer(text);
-	int i = 0;
-	while(i < buff.length()) {
-	    if(buff.charAt(i) != '\n') {
-		i++;
-	    } else {
-		buff.deleteCharAt(i);
-	    }
-	}
-	return(buff.toString());
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JTextFieldFinder extends Finder {
-        /**
-         * Constructs JTextFieldFinder.
-         * @param sf other searching criteria.
-         */
-	public JTextFieldFinder(ComponentChooser sf) {
-            super(JTextField.class, sf);
-	}
-        /**
-         * Constructs JTextFieldFinder.
-         */
-	public JTextFieldFinder() {
-            super(JTextField.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JTextPaneOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JTextPaneOperator.java
deleted file mode 100644
index ee63549..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JTextPaneOperator.java
+++ /dev/null
@@ -1,396 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Font;
-
-import javax.swing.Icon;
-import javax.swing.JTextPane;
-
-import javax.swing.text.AttributeSet;
-import javax.swing.text.Document;
-import javax.swing.text.Element;
-import javax.swing.text.MutableAttributeSet;
-import javax.swing.text.Style;
-import javax.swing.text.StyledDocument;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * JTextComponentOperator.PushKeyTimeout - time between key pressing and releasing during text typing <BR>
- * JTextComponentOperator.BetweenKeysTimeout - time to sleep between two chars typing <BR>
- * JTextComponentOperator.ChangeCaretPositionTimeout - maximum time to chenge caret position <BR>
- * JTextComponentOperator.TypeTextTimeout - maximum time to type text <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>
- * ComponentOperator.WaitFocusTimeout - time to wait component focus <BR>
- * JScrollBarOperator.OneScrollClickTimeout - time for one scroll click <BR>
- * JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-public class JTextPaneOperator extends JEditorPaneOperator {
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public JTextPaneOperator(JTextPane b) {
-	super(b);
-    }
-
-    /**
-     * Constructs a JTextPaneOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JTextPaneOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JTextPane)cont.
-             waitSubComponent(new JTextPaneFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JTextPaneOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JTextPaneOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public JTextPaneOperator(ContainerOperator cont, String text, int index) {
-	this((JTextPane)
-	     waitComponent(cont, 
-			   new JTextPaneFinder(new JTextComponentOperator.
-						 JTextComponentByTextFinder(text, 
-									    cont.getComparator())),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public JTextPaneOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     */
-    public JTextPaneOperator(ContainerOperator cont, int index) {
-	this((JTextPane)
-	     waitComponent(cont, 
-			   new JTextPaneFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     */
-    public JTextPaneOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JTextPane in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return JTextPane instance or null if component was not found.
-     */
-    public static JTextPane findJTextPane(Container cont, ComponentChooser chooser, int index) {
-	return((JTextPane)findJTextComponent(cont, new JTextPaneFinder(chooser), index));
-    }
-
-    /**
-     * Searches JTextPane in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JTextPane instance or null if component was not found.
-     */
-    public static JTextPane findJTextPane(Container cont, ComponentChooser chooser) {
-	return(findJTextPane(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JTextPane by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JTextPane instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JTextPane findJTextPane(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findJTextPane(cont, 
-			       new JTextPaneFinder(new JTextComponentOperator.
-						     JTextComponentByTextFinder(text, 
-										new DefaultStringComparator(ce, ccs))), 
-			       index));
-    }
-
-    /**
-     * Searches JTextPane by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JTextPane instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JTextPane findJTextPane(Container cont, String text, boolean ce, boolean ccs) {
-	return(findJTextPane(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits JTextPane in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return JTextPane instance.
-     */
-    public static JTextPane waitJTextPane(Container cont, ComponentChooser chooser, int index) {
-	return((JTextPane)waitJTextComponent(cont, new JTextPaneFinder(chooser), index));
-    }
-
-    /**
-     * Waits JTextPane in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return JTextPane instance.
-     */
-    public static JTextPane waitJTextPane(Container cont, ComponentChooser chooser) {
-	return(waitJTextPane(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JTextPane by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JTextPane instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JTextPane waitJTextPane(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitJTextPane(cont,  
-			       new JTextPaneFinder(new JTextComponentOperator.
-						     JTextComponentByTextFinder(text, 
-										new DefaultStringComparator(ce, ccs))), 
-			       index));
-    }
-
-    /**
-     * Waits JTextPane by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JTextPane instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JTextPane waitJTextPane(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitJTextPane(cont, text, ce, ccs, 0));
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JTextPane.addStyle(String, Style)</code> through queue*/
-    public Style addStyle(final String string, final Style style) {
-	return((Style)runMapping(new MapAction("addStyle") {
-		public Object map() {
-		    return(((JTextPane)getSource()).addStyle(string, style));
-		}}));}
-
-    /**Maps <code>JTextPane.getCharacterAttributes()</code> through queue*/
-    public AttributeSet getCharacterAttributes() {
-	return((AttributeSet)runMapping(new MapAction("getCharacterAttributes") {
-		public Object map() {
-		    return(((JTextPane)getSource()).getCharacterAttributes());
-		}}));}
-
-    /**Maps <code>JTextPane.getInputAttributes()</code> through queue*/
-    public MutableAttributeSet getInputAttributes() {
-	return((MutableAttributeSet)runMapping(new MapAction("getInputAttributes") {
-		public Object map() {
-		    return(((JTextPane)getSource()).getInputAttributes());
-		}}));}
-
-    /**Maps <code>JTextPane.getLogicalStyle()</code> through queue*/
-    public Style getLogicalStyle() {
-	return((Style)runMapping(new MapAction("getLogicalStyle") {
-		public Object map() {
-		    return(((JTextPane)getSource()).getLogicalStyle());
-		}}));}
-
-    /**Maps <code>JTextPane.getParagraphAttributes()</code> through queue*/
-    public AttributeSet getParagraphAttributes() {
-	return((AttributeSet)runMapping(new MapAction("getParagraphAttributes") {
-		public Object map() {
-		    return(((JTextPane)getSource()).getParagraphAttributes());
-		}}));}
-
-    /**Maps <code>JTextPane.getStyle(String)</code> through queue*/
-    public Style getStyle(final String string) {
-	return((Style)runMapping(new MapAction("getStyle") {
-		public Object map() {
-		    return(((JTextPane)getSource()).getStyle(string));
-		}}));}
-
-    /**Maps <code>JTextPane.getStyledDocument()</code> through queue*/
-    public StyledDocument getStyledDocument() {
-	return((StyledDocument)runMapping(new MapAction("getStyledDocument") {
-		public Object map() {
-		    return(((JTextPane)getSource()).getStyledDocument());
-		}}));}
-
-    /**Maps <code>JTextPane.insertComponent(Component)</code> through queue*/
-    public void insertComponent(final Component component) {
-	runMapping(new MapVoidAction("insertComponent") {
-		public void map() {
-		    ((JTextPane)getSource()).insertComponent(component);
-		}});}
-
-    /**Maps <code>JTextPane.insertIcon(Icon)</code> through queue*/
-    public void insertIcon(final Icon icon) {
-	runMapping(new MapVoidAction("insertIcon") {
-		public void map() {
-		    ((JTextPane)getSource()).insertIcon(icon);
-		}});}
-
-    /**Maps <code>JTextPane.removeStyle(String)</code> through queue*/
-    public void removeStyle(final String string) {
-	runMapping(new MapVoidAction("removeStyle") {
-		public void map() {
-		    ((JTextPane)getSource()).removeStyle(string);
-		}});}
-
-    /**Maps <code>JTextPane.setCharacterAttributes(AttributeSet, boolean)</code> through queue*/
-    public void setCharacterAttributes(final AttributeSet attributeSet, final boolean b) {
-	runMapping(new MapVoidAction("setCharacterAttributes") {
-		public void map() {
-		    ((JTextPane)getSource()).setCharacterAttributes(attributeSet, b);
-		}});}
-
-    /**Maps <code>JTextPane.setLogicalStyle(Style)</code> through queue*/
-    public void setLogicalStyle(final Style style) {
-	runMapping(new MapVoidAction("setLogicalStyle") {
-		public void map() {
-		    ((JTextPane)getSource()).setLogicalStyle(style);
-		}});}
-
-    /**Maps <code>JTextPane.setParagraphAttributes(AttributeSet, boolean)</code> through queue*/
-    public void setParagraphAttributes(final AttributeSet attributeSet, final boolean b) {
-	runMapping(new MapVoidAction("setParagraphAttributes") {
-		public void map() {
-		    ((JTextPane)getSource()).setParagraphAttributes(attributeSet, b);
-		}});}
-
-    /**Maps <code>JTextPane.setStyledDocument(StyledDocument)</code> through queue*/
-    public void setStyledDocument(final StyledDocument styledDocument) {
-	runMapping(new MapVoidAction("setStyledDocument") {
-		public void map() {
-		    ((JTextPane)getSource()).setStyledDocument(styledDocument);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Checks component type.
-     */
-    public static class JTextPaneFinder extends Finder {
-        /**
-         * Constructs JTextPaneFinder.
-         * @param sf other searching criteria.
-         */
-	public JTextPaneFinder(ComponentChooser sf) {
-            super(JTextPane.class, sf);
-	}
-        /**
-         * Constructs JTextPaneFinder.
-         */
-	public JTextPaneFinder() {
-            super(JTextPane.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JToggleButtonOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JToggleButtonOperator.java
deleted file mode 100644
index b1999d1..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JToggleButtonOperator.java
+++ /dev/null
@@ -1,297 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.TimeoutExpiredException;
-
-import java.awt.Component;
-import java.awt.Container;
-
-import javax.swing.JToggleButton;
-
-/**
- *
- * <BR><BR>Timeouts used: <BR>
- * AbstractButtonOperator.PushButtonTimeout - time between button pressing and releasing<BR>
- * ComponentOperator.WaitComponentTimeout - time to wait button displayed <BR>
- * ComponentOperator.WaitComponentEnabledTimeout - time to wait button enabled <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *	
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JToggleButtonOperator extends AbstractButtonOperator{
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public JToggleButtonOperator(JToggleButton b) {
-	super(b);
-    }
-
-    /**
-     * Constructs a JToggleButtonOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JToggleButtonOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JToggleButton)cont.
-             waitSubComponent(new JToggleButtonFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JToggleButtonOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JToggleButtonOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JToggleButtonOperator(ContainerOperator cont, String text, int index) {
-	this((JToggleButton)
-	     waitComponent(cont, 
-			   new JToggleButtonFinder(new AbstractButtonOperator.
-						   AbstractButtonByLabelFinder(text, 
-									       cont.getComparator())),
-			   index));
-	copyEnvironment(cont);
-    }
-    
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JToggleButtonOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JToggleButtonOperator(ContainerOperator cont, int index) {
-	this((JToggleButton)
-	     waitComponent(cont, 
-			   new JToggleButtonFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @throws TimeoutExpiredException
-     */
-    public JToggleButtonOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JToggleButton in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JToggleButton instance or null if component was not found.
-     */
-    public static JToggleButton findJToggleButton(Container cont, ComponentChooser chooser, int index) {
-	return((JToggleButton)findAbstractButton(cont, new JToggleButtonFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th JToggleButton in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JToggleButton instance or null if component was not found.
-     */
-    public static JToggleButton findJToggleButton(Container cont, ComponentChooser chooser) {
-	return(findJToggleButton(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JToggleButton by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JToggleButton instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JToggleButton findJToggleButton(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findJToggleButton(cont, 
-				 new JToggleButtonFinder(new AbstractButtonOperator.
-							 AbstractButtonByLabelFinder(text, 
-										     new DefaultStringComparator(ce, ccs))), 
-				 index));
-    }
-
-    /**
-     * Searches JToggleButton by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JToggleButton instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JToggleButton findJToggleButton(Container cont, String text, boolean ce, boolean ccs) {
-	return(findJToggleButton(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits JToggleButton in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JToggleButton instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JToggleButton waitJToggleButton(Container cont, ComponentChooser chooser, int index) {
-	return((JToggleButton)waitAbstractButton(cont, new JToggleButtonFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th JToggleButton in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JToggleButton instance.
-     * @throws TimeoutExpiredException
-     */
-    public static JToggleButton waitJToggleButton(Container cont, ComponentChooser chooser) {
-	return(waitJToggleButton(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JToggleButton by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return JToggleButton instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JToggleButton waitJToggleButton(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitJToggleButton(cont, 
-				 new JToggleButtonFinder(new AbstractButtonOperator.
-							 AbstractButtonByLabelFinder(text, 
-										     new DefaultStringComparator(ce, ccs))), 
-				 index));
-    }
-
-    /**
-     * Waits JToggleButton by text.
-     * @param cont Container to search component in.
-     * @param text Button text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return JToggleButton instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JToggleButton waitJToggleButton(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitJToggleButton(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Prepares the button to click.
-     */
-    protected void prepareToClick() {
-	makeComponentVisible();
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JToggleButtonFinder extends Finder {
-        /**
-         * Constructs JToggleButtonFinder.
-         * @param sf other searching criteria.
-         */
-	public JToggleButtonFinder(ComponentChooser sf) {
-            super(JToggleButton.class, sf);
-	}
-        /**
-         * Constructs JToggleButtonFinder.
-         */
-	public JToggleButtonFinder() {
-            super(JToggleButton.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/JTreeOperator.java b/jemmy/src/org/netbeans/jemmy/operators/JTreeOperator.java
deleted file mode 100644
index 20ef805..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/JTreeOperator.java
+++ /dev/null
@@ -1,2585 +0,0 @@
-/*
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyInputException;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.QueueTool;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.Waitable;
-import org.netbeans.jemmy.Waiter;
-
-import org.netbeans.jemmy.util.EmptyVisualizer;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.TreeDriver;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Dimension;
-import java.awt.Point;
-import java.awt.Rectangle;
-
-
-import java.util.Enumeration;
-import java.util.Hashtable;
-
-import javax.swing.JPopupMenu;
-import javax.swing.JScrollPane;
-import javax.swing.JTree;
-
-import javax.swing.event.TreeExpansionListener;
-import javax.swing.event.TreeSelectionListener;
-import javax.swing.event.TreeWillExpandListener;
-
-import javax.swing.plaf.TreeUI;
-
-import javax.swing.tree.ExpandVetoException;
-import javax.swing.tree.TreeCellEditor;
-import javax.swing.tree.TreeCellRenderer;
-import javax.swing.tree.TreeModel;
-import javax.swing.tree.TreePath;
-import javax.swing.tree.TreeSelectionModel;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * JTreeOperator.WaitNodeExpandedTimeout - time to wait node expanded <BR>
- * JTreeOperator.WaitNodeCollapsedTimeout - time to wait node collapsed <BR>
- * JTreeOperator.WaitAfterNodeExpandedTimeout - time to to sleep after node expanded <BR>
- * JTreeOperator.WaitNextNodeTimeout - time to wait next node displayed <BR>
- * JTreeOperator.WaitNodeVisibleTimeout - time to wait node visible <BR>
- * JTreeOperator.BeforeEditTimeout - time to sleep before edit click <BR>
- * JTreeOperator.WaitEditingTimeout - time to wait node editing <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>
- * ComponentOperator.WaitStateTimeout - time to wait for path to be expanded, collapsed, selected,
- * time to wait for a text in a row <BR>
- * WindowWaiter.WaitWindowTimeout - time to wait popup window displayed <BR>
- * JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class JTreeOperator extends JComponentOperator
-    implements Timeoutable, Outputable{
-
-    /**
-     * Identifier for a "root" property.
-     * @see #getDump
-     */
-    public static final String ROOT_DPROP = "Root";
-
-    /**
-     * Identifier for a "node" properties.
-     * @see #getDump
-     */
-    public static final String NODE_PREFIX_DPROP = "Node";
-
-    /**
-     * Identifier for a "first selected" property.
-     * @see #getDump
-     */
-    public static final String SELECTION_FIRST_DPROP = "First selected";
-
-    /**
-     * Identifier for a "last selected" property.
-     * @see #getDump
-     */
-    public static final String SELECTION_LAST_DPROP = "Last selected";
-
-    private final static long WAIT_NODE_EXPANDED_TIMEOUT = 60000;
-    private final static long WAIT_NODE_COLLAPSED_TIMEOUT = 60000;
-    private final static long WAIT_AFTER_NODE_EXPANDED_TIMEOUT = 0;
-    private final static long WAIT_NEXT_NODE_TIMEOUT = 60000;
-    private final static long WAIT_NODE_VISIBLE_TIMEOUT = 60000;
-    private final static long BEFORE_EDIT_TIMEOUT = 1000;
-    private final static long WAIT_EDITING_TIMEOUT = 60000;
-
-    private TestOut output;
-    private Timeouts timeouts;
-    private TreeDriver driver;
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public JTreeOperator(JTree b) {
-	super(b);
-	driver = DriverManager.getTreeDriver(getClass());
-    }
-
-    /**
-     * Constructs a JTreeOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public JTreeOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((JTree)cont.
-             waitSubComponent(new JTreeFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a JTreeOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public JTreeOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Text of a row which is currently selected. 
-     * @param row a row index to check text in. If equals to -1, selected row is checked.
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JTreeOperator(ContainerOperator cont, String text, int row, int index) {
-	this((JTree)waitComponent(cont, 
-				  new JTreeByItemFinder(text, row,
-							cont.getComparator()),
-				  index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Text of a row which is currently selected. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JTreeOperator(ContainerOperator cont, String text, int index) {
-	this(cont, text, -1, index);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Text of a row which is currently selected. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public JTreeOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public JTreeOperator(ContainerOperator cont, int index) {
-	this((JTree)
-	     waitComponent(cont, 
-			   new JTreeFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @throws TimeoutExpiredException
-     */
-    public JTreeOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches JTree in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JTree instance or null if component was not found.
-     */
-    public static JTree findJTree(Container cont, ComponentChooser chooser, int index) {
-	return((JTree)findComponent(cont, new JTreeFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th JTree in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JTree instance or null if component was not found.
-     */
-    public static JTree findJTree(Container cont, ComponentChooser chooser) {
-	return(findJTree(cont, chooser, 0));
-    }
-
-    /**
-     * Searches JTree by item.
-     * @param cont Container to search component in.
-     * @param text Item text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param rowIndex Index of row to compare text. If -1, selected row is checked.
-     * @param index Ordinal component index.
-     * @return JTree instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JTree findJTree(Container cont, String text, boolean ce, boolean ccs, int rowIndex, int index) {
-	return(findJTree(cont, new JTreeByItemFinder(text, rowIndex, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Searches JTree by item.
-     * @param cont Container to search component in.
-     * @param text Item text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param rowIndex Index of row to compare text. If -1, selected row is checked.
-     * @return JTree instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static JTree findJTree(Container cont, String text, boolean ce, boolean ccs, int rowIndex) {
-	return(findJTree(cont, text, ce, ccs, rowIndex, 0));
-    }
-
-    /**
-     * Waits JTree in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return JTree instance or null if component was not found.
-     * @throws TimeoutExpiredException
-     */
-    public static JTree waitJTree(Container cont, ComponentChooser chooser, int index) {
-	return((JTree)waitComponent(cont, new JTreeFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th JTree in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return JTree instance or null if component was not found.
-     * @throws TimeoutExpiredException
-     */
-    public static JTree waitJTree(Container cont, ComponentChooser chooser) {
-	return(waitJTree(cont, chooser, 0));
-    }
-
-    /**
-     * Waits JTree by item.
-     * @param cont Container to search component in.
-     * @param text Item text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param rowIndex Index of row to compare text. If -1, selected row is checked.
-     * @param index Ordinal component index.
-     * @return JTree instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JTree waitJTree(Container cont, String text, boolean ce, boolean ccs, int rowIndex, int index) {
-	return(waitJTree(cont, new JTreeByItemFinder(text, rowIndex, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Waits JTree by item.
-     * @param cont Container to search component in.
-     * @param text Item text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param rowIndex Index of row to compare text. If -1, selected row is checked.
-     * @return JTree instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static JTree waitJTree(Container cont, String text, boolean ce, boolean ccs, int rowIndex) {
-	return(waitJTree(cont, text, ce, ccs, rowIndex, 0));
-    }
-
-    static {
-	Timeouts.initDefault("JTreeOperator.WaitNodeExpandedTimeout", WAIT_NODE_EXPANDED_TIMEOUT);
-	Timeouts.initDefault("JTreeOperator.WaitNodeCollapsedTimeout", WAIT_NODE_COLLAPSED_TIMEOUT);
-	Timeouts.initDefault("JTreeOperator.WaitAfterNodeExpandedTimeout", WAIT_AFTER_NODE_EXPANDED_TIMEOUT);
-	Timeouts.initDefault("JTreeOperator.WaitNextNodeTimeout", WAIT_NEXT_NODE_TIMEOUT);
-	Timeouts.initDefault("JTreeOperator.WaitNodeVisibleTimeout", WAIT_NODE_VISIBLE_TIMEOUT);
-	Timeouts.initDefault("JTreeOperator.BeforeEditTimeout", BEFORE_EDIT_TIMEOUT);
-	Timeouts.initDefault("JTreeOperator.WaitEditingTimeout", WAIT_EDITING_TIMEOUT);
-    }
-
-    public void setTimeouts(Timeouts times) {
-	this.timeouts = times;
-	super.setTimeouts(timeouts);
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = 
-	    (TreeDriver)DriverManager.
-	    getDriver(DriverManager.TREE_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-    }
-
-    /**
-     * Expands path.
-     * @param path a path to be expanded.
-     * @throws TimeoutExpiredException
-     */
-    public void doExpandPath(TreePath path) {
-        if(path != null) {
-            output.printLine("Expanding \"" + path.getPathComponent(path.getPathCount() - 1).toString() +
-                             "\" node");
-            output.printGolden("Expanding \"" + path.getPathComponent(path.getPathCount() - 1).toString() +
-                               "\" node");
-            driver.expandItem(this, getRowForPath(path));
-            waitExpanded(path);
-        } else {
-            throw(new NoSuchPathException());
-        }
-    }
-
-    /**
-     * Expands path on row.
-     * @param row a row index to be expanded.
-     * @throws TimeoutExpiredException
-     */
-    public void doExpandRow(int row) {
-	output.printLine("Expanding " + Integer.toString(row) +
-			 " row");
-	output.printGolden("Expanding " + Integer.toString(row) +
-			   " row");
-	driver.expandItem(this, row);
-	waitExpanded(row);
-    }
-
-    /**
-     * Ensures that the node identified by path is currently viewable.
-     * @param path a path to be made visible.
-     * @throws TimeoutExpiredException
-     */
-    public void doMakeVisible(TreePath path)  {
-        if(path != null) {
-            output.printLine("Making \"" + path.toString() + "\" path visible");
-            output.printGolden("Making path visible");
-            makeVisible(path);
-            waitVisible(path);
-        } else {
-            throw(new NoSuchPathException());
-        }
-    }
-
-    /**
-     * Returns number of child.
-     * @param node a node to count children of.
-     * @return a number of children.
-     */
-    public int getChildCount(final Object node) {
-	return runMapping(new MapIntegerAction("getChildCount") {
-               public int map() {
-                   return ((JTree)getSource()).getModel().getChildCount(node);
-               }
-        });
-    }
-    
-    /**
-     * Returns node children.
-     * @param node a node to get children of.
-     * @return an array of node children.
-     */
-    public Object[] getChildren(final Object node) {
-	return (Object[]) runMapping(new MapAction("getChildren") {
-               public Object map() {
-                   TreeModel md = ((JTree) getSource()).getModel();
-                   Object[] result = new Object[md.getChildCount(node)];
-                   for (int i = 0; i < md.getChildCount(node); i++) {
-                       result[i] = md.getChild(node, i);
-                   }
-                   return result;
-               }
-        });
-    }
-
-    /**
-     * Returns node child.
-     * @param node a node to get a child of.
-     * @param index a child index.
-     * @return a node child.
-     */
-    public Object getChild(final Object node, final int index) {
-	return runMapping(new MapAction("getChild") {
-            public Object map() {
-                return ((JTree)getSource()).getModel().getChild(node, index);
-            }
-        });
-    }
-
-    /**
-     * Returns number of child.
-     * @param path a path indicating a node to count children of.
-     * @return a number of children.
-     */
-    public int getChildCount(TreePath path) {
-        if(path != null) {
-            return(getChildCount(path.
-                                 getLastPathComponent()));
-        } else {
-            throw(new NoSuchPathException());
-        }
-    }
-
-    /**
-     * Constructs new path from a path and index's subnode of it last node.
-     * @param path a path indicating a node to get a child of.
-     * @param index a child node index.
-     * @return a number of children.
-     */
-    public TreePath getChildPath(TreePath path, int index) {
-        if(path != null) {
-            return(path.
-                   pathByAddingChild(getChild(path.
-                                              getLastPathComponent(), index)));
-        } else {
-            throw(new NoSuchPathException());
-        }
-    }
-
-    /**
-     * Constructs new paths from a path and all subnodes of it last node.
-     * @param path a path indicating a node to get children of.
-     * @return a number of children.
-     */
-    public TreePath[] getChildPaths(TreePath path) {
-        if(path != null) {
-            Object[] children = getChildren(path.
-                                            getLastPathComponent());
-            TreePath[] result = new TreePath[children.length];
-            for(int i = 0; i < children.length; i++) {
-                result[i] = path.
-                    pathByAddingChild(children[i]);
-            }
-            return(result);
-        } else {
-            throw(new NoSuchPathException());
-        }
-    }
-
-    /**
-     * Returns the root of the tree.
-     * @return tree root.
-     * @throws TimeoutExpiredException
-     */
-    public Object getRoot() {
-	Timeouts times = timeouts.cloneThis();
-	times.setTimeout("Waiter.WaitingTime", timeouts.getTimeout("JTreeOperator.WaitNodeVisibleTimeout"));
-	Waiter rootWaiter = new Waiter(new Waitable() {
-	    public Object actionProduced(Object obj) {
-		Object root = ((TreeModel)getModel()).getRoot();
-		if(root == null || root.toString() == null || root.toString().equals("null")) {
-		    return(null);
-		} else {
-		    return(root);
-		}
-	    }
-	    public String getDescription() {
-		return("Wait root node");
-	    }
-	});
-	rootWaiter.setTimeouts(times);
-	rootWaiter.setOutput(output.createErrorOutput());
-	try {
-	    return(rootWaiter.waitAction(null));
-	} catch(InterruptedException e) {
-	    output.printStackTrace(e);
-	    return(null);
-	}
-    }
-
-    /**
-     * Searches path in tree.
-     * @param chooser TreePathChooser implementation.
-     * @return a path fitting the criteria.
-     * @see TreePathChooser
-     * @see #findPath
-     * @throws TimeoutExpiredException
-     */
-    public TreePath findPath(TreePathChooser chooser) {
-	output.printLine("Search for a tree path " + chooser.getDescription());
-	output.printGolden("Search for a tree path");
-	TreePath rootPath = new TreePath(getRoot());
-	if(chooser.checkPath(rootPath, 0)) {
-	    return(rootPath);
-	}
-	Timeouts times = timeouts.cloneThis();
-	times.setTimeout("Waiter.WaitingTime", timeouts.getTimeout("JTreeOperator.WaitNextNodeTimeout"));
-	Waiter loadedWaiter = new Waiter(new Waitable() {
-            // fields used in getDescription() method
-            TreePath currentPath;
-            String requestedPath;
-            
-	    public Object actionProduced(Object obj) {
-		TreePathChooser chsr = (TreePathChooser)((Object[])obj)[0];
-                requestedPath = chsr.getDescription();
-		TreePath path = (TreePath)((Object[])obj)[1];
-                currentPath = path;
-		Object[] result = new Object[2];
-                Object[] children = getChildren(path.getLastPathComponent());
-                for(int j = 0; j < children.length; j++) {
-                    result[0] = path.pathByAddingChild(children[j]);
-		    if(chsr.checkPath((TreePath)result[0], j)) {
-			result[1] = Boolean.TRUE;
-			return(result);
-		    }
-		    if(chsr.hasAsParent((TreePath)result[0], j)) {
-			result[1] = Boolean.FALSE;
-			return(result);
-		    }
-		}
-		return(null);
-	    }
-	    public String getDescription() {
-                return "Wait next node loaded under parent "+currentPath+ " when requested was "+requestedPath;
-	    }
-	});
-	loadedWaiter.setTimeouts(times);
-	loadedWaiter.setOutput(output.createErrorOutput());
-	return(findPathPrimitive(rootPath, chooser, loadedWaiter));
-    }
-   
-    /**
-     * Searches index'th row by row chooser.
-     * @param chooser a path searching criteria.
-     * @param index a child index.
-     * @return Row index or -1 if search was insuccessful.
-     * @see JTreeOperator.TreeRowChooser
-     */
-    public int findRow(TreeRowChooser chooser, int index) {
-	TreeModel model = getModel();
-	int count = 0;
-	for(int i = 0; i < getRowCount(); i++) {
-	    if(chooser.checkRow(this, i)) {
-		if(count == index) {
-		    return(i);
-		} else {
-		    count++;
-		}
-	    }
-	}
-	return(-1);
-    }
-
-    /**
-     * Searches a row by row chooser.
-     * @param chooser a path searching criteria.
-     * @return Row index or -1 if search was insuccessful.
-     * @see JTreeOperator.TreeRowChooser
-     */
-    public int findRow(TreeRowChooser chooser) {
-	return(findRow(chooser, 0));
-    }
-
-    /**
-     * Searches index'th row by substring.
-     * @param item Substring.
-     * @param comparator a string comparision algorithm
-     * @param index an ordinal row index between ones matching the criteria
-     * @return Row index or -1 if search was insuccessful.
-     */
-    public int findRow(String item, StringComparator comparator, int index){
-	return(findRow(new BySubStringTreeRowChooser(item, comparator), index));
-    }
-
-    /**
-     * Searches index'th row by substring.
-     * @param item Substring.
-     * @param ce Compare exactly
-     * @param cc Compare case sensitivelly.
-     * @param index an ordinal row index between ones matching the criteria
-     * @return Row index or -1 if search was insuccessful.
-     * @deprecated Use findRow(String, int) or findRow(String, StringComparator, int)
-     */
-    public int findRow(String item, boolean ce, boolean cc, int index){
-	return(findRow(item, 
-		       new DefaultStringComparator(ce, cc), 
-		       index));
-    }
-
-    /**
-     * Searches index'th row by substring.
-     * Uses StringComparator assigned to this object.
-     * @param item Substring.
-     * @param index an ordinal row index between ones matching the criteria
-     * @return Row index or -1 if search was insuccessful.
-     */
-    public int findRow(String item, int index){
-	return(findRow(item, 
-		       getComparator(), 
-		       index));
-    }
-
-    /**
-     * Searches a row by substring.
-     * @param item Substring.
-     * @param comparator a string comparision algorithm
-     * @return Row index or -1 if search was insuccessful.
-     */
-    public int findRow(String item, StringComparator comparator){
-	return(findRow(item, comparator, 0));
-    }
-
-    /**
-     * Searches a row by substring.
-     * @param item Substring.
-     * @param ce Compare exactly
-     * @param cc Compare case sensitivelly.
-     * @return Row index or -1 if search was insuccessful.
-     * @deprecated Use findRow(String) or findRow(String, StringComparator)
-     */
-    public int findRow(String item, boolean ce, boolean cc) {
-	return(findRow(item, ce, cc, 0));
-    }
-
-    /**
-     * Searches a row by substring.
-     * Uses StringComparator assigned to this object.
-     * @param item Substring.
-     * @return Row index or -1 if search was insuccessful.
-     */
-    public int findRow(String item){
-	return(findRow(item, 
-		       getComparator(), 
-		       0));
-    }
-
-    /**
-     * Searches index'th row by rendered component.
-     * @param chooser Component checking object.
-     * @param index an ordinal row index between ones matching the criteria
-     * @return Row index or -1 if search was insuccessful.
-     */
-    public int findRow(ComponentChooser chooser, int index) {
-	return(findRow(new ByRenderedComponentTreeRowChooser(chooser), index));
-    }
-
-    /**
-     * Searches a row by rendered component.
-     * @param chooser Component checking object.
-     * @return Row index or -1 if search was insuccessful.
-     */
-    public int findRow(ComponentChooser chooser) {
-	return(findRow(chooser, 0));
-    }
-
-    /**
-     * Searches path in tree.
-     * Can be used to find one of the nodes with the same text.
-     * Example:<BR>
-     * <pre>
-     * root
-     * +-+node
-     * | +--subnode
-     * +-+node
-     * | +--subnode
-     * | +--subnode
-     * ...
-     * String[] names = {"node", "subnode"};<BR>
-     * int[] indexes = {1, 0};<BR>
-     * </pre>
-     * TreePath path = findPath(names, indexes, true, true);<BR>
-     * "path" will points to the second (from the top) "subnode" node.
-     * @param names Node texts array.
-     * @param indexes Nodes indexes.
-     * @param comparator a string comparision algorithm
-     * @return a tree path matching the criteria
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @see #findPath
-     * @throws TimeoutExpiredException
-     */
-    public TreePath findPath(String[] names, int[] indexes, StringComparator comparator) {
-	return(findPath(new StringArrayPathChooser(names, indexes, comparator)));
-    }
-
-    /**
-     * Searches path in tree.
-     * Can be used to find one of the nodes with the same text.
-     * Example:<BR>
-     * <pre>
-     * root
-     * +-+node
-     * | +--subnode
-     * +-+node
-     * | +--subnode
-     * | +--subnode
-     * ...
-     * String[] names = {"node", "subnode"};<BR>
-     * int[] indexes = {1, 0};<BR>
-     * </pre>
-     * TreePath path = findPath(names, indexes, true, true);<BR>
-     * "path" will points to the second (from the top) "subnode" node.
-     * @param names Node texts array.
-     * @param indexes Nodes indexes.
-     * @param ce Compare exactly.
-     * @param ccs Compare case sensitively.
-     * @return a tree path matching the criteria
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @see #findPath
-     * @throws TimeoutExpiredException
-     * @deprecated Use findPath(String[], int[]) or findCellRow(String[], int[], StringComparator)
-     */
-    public TreePath findPath(String[] names, int[] indexes, boolean ce, boolean ccs) {
-	return(findPath(names, indexes, new DefaultStringComparator(ce, ccs)));
-    }
-
-    /**
-     * Searches path in tree.
-     * Uses StringComparator assigned to this object.
-     * @param names Node texts array.
-     * @param indexes Nodes indexes.
-     * @return a tree path matching the criteria
-     * @see #findPath
-     * @throws TimeoutExpiredException
-     */
-    public TreePath findPath(String[] names, int[] indexes) {
-	return(findPath(names, indexes, getComparator()));
-    }
-
-    /**
-     * Searches path in tree.
-     * @param names Node texts array.
-     * @param comparator a string comparision algorithm
-     * @return a tree path matching the criteria
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @see #findPath
-     * @throws TimeoutExpiredException
-     */
-    public TreePath findPath(String[] names, StringComparator comparator) {
-	int[] indexes = new int[0];
-	return(findPath(names, indexes, comparator));
-    }
-
-    /**
-     * Searches path in tree.
-     * @param names Node texts array.
-     * @param ce Compare exactly.
-     * @param ccs Compare case sensitively.
-     * @return a tree path matching the criteria
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @see #findPath
-     * @throws TimeoutExpiredException
-     * @deprecated Use findPath(String[]) or findCellRow(String[], StringComparator)
-     */
-    public TreePath findPath(String[] names, boolean ce, boolean ccs) {
-	int[] indexes = new int[0];
-	return(findPath(names, indexes, ce, ccs));
-    }
-
-    /**
-     * Searches path in tree.
-     * Uses StringComparator assigned to this object.
-     * @param names Node texts array.
-     * @return a tree path matching the criteria
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @see #findPath
-     * @throws TimeoutExpiredException
-     */
-    public TreePath findPath(String[] names) {
-	int[] indexes = new int[0];
-	return(findPath(names, indexes, getComparator()));
-    }
-
-    /**
-     * Searches path in tree.
-     * @param path String representing tree path.
-     * Path components should be devided by "delim" parameter.
-     * @param indexes String representing indexes to search path components.
-     * Indexes should be devided by "delim" parameter.
-     * @param delim Path components delimiter.
-     * @param comparator a string comparision algorithm
-     * @return a tree path matching the criteria
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @see #findPath
-     * @throws TimeoutExpiredException
-     */
-    public TreePath findPath(String path, String indexes, String delim, StringComparator comparator) {
-	String[] indexStrings = parseString(indexes, delim);
-	int[] indInts = new int[indexStrings.length];
-	for(int i = 0; i < indexStrings.length; i++) {
-	    indInts[i] = Integer.parseInt(indexStrings[i]);
-	}
-	return(findPath(parseString(path, delim), indInts, comparator));
-    }
-
-    /**
-     * Searches path in tree.
-     * @param path String representing tree path.
-     * Path components should be devided by "delim" parameter.
-     * @param indexes String representing indexes to search path components.
-     * Indexes should be devided by "delim" parameter.
-     * @param delim Path components delimiter.
-     * @param ce Compare exactly.
-     * @param ccs Compare case sensitively.
-     * @return a tree path matching the criteria
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @see #findPath
-     * @throws TimeoutExpiredException
-     * @deprecated Use findPath(String, String, String) or findCellRow(String, String, String, StringComparator)
-     */
-    public TreePath findPath(String path, String indexes, String delim, boolean ce, boolean ccs) {
-	return(findPath(path, indexes, delim, new DefaultStringComparator(ce, ccs)));
-    }
-
-    /**
-     * Searches path in tree.
-     * Uses StringComparator assigned to this object.
-     * @param path String representing tree path.
-     * Path components should be devided by "delim" parameter.
-     * @param indexes String representing indexes to search path components.
-     * Indexes should be devided by "delim" parameter.
-     * @param delim Path components delimiter.
-     * @return a tree path matching the criteria
-     * @see #findPath
-     * @throws TimeoutExpiredException
-     */
-    public TreePath findPath(String path, String indexes, String delim) {
-	return(findPath(path, indexes, delim, getComparator()));
-    }
-
-    /**
-     * Searches path in tree.
-     * @param path String representing tree path.
-     * Path components should be devided by "delim" parameter.
-     * @param delim Path components delimiter.
-     * @param comparator a string comparision algorithm
-     * @return a tree path matching the criteria
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @see #findPath
-     * @throws TimeoutExpiredException
-     */
-    public TreePath findPath(String path, String delim, StringComparator comparator) {
-	return(findPath(parseString(path, delim), comparator));
-    }
-
-    /**
-     * Searches path in tree.
-     * @param path String representing tree path.
-     * @param comparator a string comparision algorithm
-     * @return a tree path matching the criteria
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @see #findPath
-     * @throws TimeoutExpiredException
-     */
-    public TreePath findPath(String path, StringComparator comparator) {
-	return(findPath(parseString(path), comparator));
-    }
-
-    /**
-     * Searches path in tree.
-     * @param path String representing tree path.
-     * Path components should be devided by "delim" parameter.
-     * @param delim Path components delimiter.
-     * @param ce Compare exactly.
-     * @param ccs Compare case sensitively.
-     * @return a tree path matching the criteria
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @see #findPath
-     * @throws TimeoutExpiredException
-     * @deprecated Use findPath(String, String) or findCellRow(String, String, StringComparator)
-     */
-    public TreePath findPath(String path, String delim, boolean ce, boolean ccs) {
-	return(findPath(parseString(path, delim), ce, ccs));
-    }
-
-    /**
-     * Searches path in tree.
-     * Uses StringComparator assigned to this object.
-     * @param path String representing tree path.
-     * Path components should be devided by "delim" parameter.
-     * @param delim Path components delimiter.
-     * @return a tree path matching the criteria
-     * @see #findPath
-     * @throws TimeoutExpiredException
-     */
-    public TreePath findPath(String path, String delim) {
-	return(findPath(parseString(path, delim)));
-    }
-
-    /**
-     * Searches path in tree.
-     * Uses StringComparator assigned to this object.
-     * Uses PathParser assigned to this object.
-     * @param path String representing tree path.
-     * @return a tree path matching the criteria
-     * @see #findPath
-     * @throws TimeoutExpiredException
-     */
-    public TreePath findPath(String path) {
-	return(findPath(parseString(path)));
-    }
-
-    /**
-     * Ensures that the node identified by the specified path is collapsed and viewable.
-     * @param path a path to collapse.
-     * @throws TimeoutExpiredException
-     */
-    public void doCollapsePath(TreePath path) {
-        if(path != null) {
-            output.printLine("Collapsing \"" + path.toString() + "\" path");
-            output.printGolden("Collapsing path");
-            driver.collapseItem(this, getRowForPath(path));
-            if(getVerification()) {
-                waitCollapsed(path);
-            }
-        } else {
-            throw(new NoSuchPathException());
-        }
-    }
-
-    /**
-     * Ensures that the node in the specified row is collapsed.
-     * @param row a row index to collapse.
-     * @throws TimeoutExpiredException
-     */
-    public void doCollapseRow(int row) {
-	output.printLine("Collapsing \"" + Integer.toString(row) + "\" row");
-	output.printGolden("Collapsing path");
-	driver.collapseItem(this, row);
- 	if(getVerification()) {
-	    waitCollapsed(row);
-	}
-    }
-
-    /**
-     * Selects the path.
-     * @param path a path to select.
-     */
-    public void selectPath(final TreePath path) {
-        if(path != null) {
-            output.printLine("Selecting \"" + path.toString() + "\" path");
-            output.printGolden("Selecting path");
-            scrollToPath(path);
-            getQueueTool().invokeSmoothly(new QueueTool.QueueAction("Path selecting") {
-                    public Object launch() {
-                        driver.selectItem(JTreeOperator.this, getRowForPath(path));
-                        return(null);
-                    }
-                });
-            if(getVerification()) {
-                waitSelected(path);
-            }
-        } else {
-            throw(new NoSuchPathException());
-        }
-    }
-
-    /**
-     * Selects the node in the specified row.
-     * @param row an index of row to select.
-     */
-    public void selectRow(int row) {
-	output.printLine("Collapsing \"" + Integer.toString(row) + "\" row");
-	output.printGolden("Collapsing path");
-	driver.selectItem(this, row);
- 	if(getVerification()) {
-	    waitSelected(row);
-	}
-    }
-
-    /**
-     * Selects some pathes.
-     * If verification mode is on, checks that right paths have been selected.
-     * @param paths a paths to select.
-     */
-    public void selectPaths(TreePath[] paths) {
-	output.printLine("Selecting paths:");
-	int[] rows = new int[paths.length];
-	for(int i = 0; i < paths.length; i++) {
-	    output.printLine("    " + paths[i].toString());
-	    rows[i] = getRowForPath(paths[i]);
-	}
-	output.printGolden("Selecting paths");
-	driver.selectItems(this, rows);
- 	if(getVerification()) {
-	    waitSelected(paths);
-	}
-    }
-
-    /** 
-     * Retuns points which can be used to click on path.
-     * @param path a tree path to click on.
-     * @return a Point in component's coordinate system.
-     */
-    public Point getPointToClick(TreePath path) {
-        if(path != null) {
-            Rectangle rect = getPathBounds(path);
-            if(rect != null) {
-                return(new Point((int)(rect.getX() + rect.getWidth() / 2),
-                                 (int)(rect.getY() + rect.getHeight() / 2)));
-            } else {
-                throw(new NoSuchPathException(path));
-            }
-        } else {
-            throw(new NoSuchPathException());
-        }
-    }
-
-    /** 
-     * Retuns points which can be used to click on path.
-     * @param row a row index to click on.
-     * @return a Point in component's coordinate system.
-     */
-    public Point getPointToClick(int row) {
-	Rectangle rect = getRowBounds(row);
-        if(rect != null) {
-            return(new Point((int)(rect.getX() + rect.getWidth() / 2),
-                             (int)(rect.getY() + rect.getHeight() / 2)));
-        } else {
-            throw(new NoSuchPathException(row));
-        }
-    }
-
-    /** 
-     * Clicks on the node.
-     * @param path a path to click on.
-     * @param clickCount a number of clicks
-     * @param mouseButton InputEvent.BUTTON1/2/3_MASK value
-     * @param modifiers Combination of InputEvent.*_MASK values
-     * @throws TimeoutExpiredException
-     */
-    public void clickOnPath(TreePath path, int clickCount, int mouseButton, int modifiers) {
-        if(path != null) {
-            output.printLine("Click on \"" + path.toString() + 
-                             "\" path");
-            output.printGolden("Click on path");
-            makeComponentVisible();
-            if(path.getParentPath() != null) {
-                expandPath(path.getParentPath());
-            }
-            makeVisible(path);
-            scrollToPath(path);
-            Point point = getPointToClick(path);
-            clickMouse((int)point.getX(), (int)point.getY(), clickCount, mouseButton, modifiers);
-        } else {
-            throw(new NoSuchPathException());
-        }
-    }
-
-    /** 
-     * Clicks on the node.
-     * @param path a path to click on.
-     * @param clickCount a number of clicks
-     * @param mouseButton InputEvent.BUTTON1/2/3_MASK value
-     * @throws TimeoutExpiredException
-     */
-    public void clickOnPath(TreePath path, int clickCount, int mouseButton) {
-        clickOnPath(path, clickCount, mouseButton, 0);
-    }
-
-    /** 
-     * Clicks on the node.
-     * @param path a path to click on.
-     * @param clickCount a number of clicks
-     * @throws TimeoutExpiredException
-     */
-    public void clickOnPath(TreePath path, int clickCount) {
-        clickOnPath(path, clickCount, getDefaultMouseButton());
-    }
-
-    /** 
-     * Clicks on the node.
-     * @param path a path to click on.
-     * @throws TimeoutExpiredException
-     */
-    public void clickOnPath(TreePath path) {
-	clickOnPath(path, 1);
-    }
-
-    /** 
-     * Calls popup on the specified pathes.
-     * @param paths an array of paths to select before invoking popup on one of them
-     * @param mouseButton a mouse button tused to call popup.
-     * @return an opened popup menu.
-     * @throws TimeoutExpiredException
-     */
-    public JPopupMenu callPopupOnPaths(TreePath[] paths, int mouseButton) {
-	if(paths.length == 1) {
-	    output.printLine("Call popup on \"" + paths[0].toString() + 
-			     "\" path");
-	    output.printGolden("Call popup on path");
-	} else {
-	    output.printLine("Call popup on some pathes:");
-	    for(int i = 0; i < paths.length; i++) {
-		output.printLine("    " + paths[i].toString());
-	    }
-	    output.printGolden("Call popup on paths");
-	}
-	makeComponentVisible();
-	for(int i = 0; i < paths.length; i++) {
-	    if(paths[i].getParentPath() != null) {
-		expandPath(paths[i].getParentPath());
-	    }
-	}
-	selectPaths(paths);
-        scrollToPath(paths[paths.length - 1]);
-	Point point = getPointToClick(paths[paths.length - 1]);
-	return(JPopupMenuOperator.callPopup(this, 
-					    (int)point.getX(), 
-					    (int)point.getY(), 
-					    mouseButton));
-    }
-
-    /** 
-     * Calls popup on the specified pathes.
-     * @param paths an array of paths to select before invoking popup on one of them
-     * @return an opened popup menu.
-     * @throws TimeoutExpiredException
-     */
-    public JPopupMenu callPopupOnPaths(TreePath[] paths) {
-        return(callPopupOnPaths(paths, getPopupMouseButton()));
-    }
-
-    /** 
-     * Calls popup on the specified path.
-     * @param path a path to invoking popup on.
-     * @param mouseButton a mouse button tused to call popup.
-     * @return an opened popup menu.
-     * @throws TimeoutExpiredException
-     */
-    public JPopupMenu callPopupOnPath(TreePath path, int mouseButton) {
-        if(path != null) {
-            TreePath[] paths = {path};
-            return(callPopupOnPaths(paths, mouseButton));
-        } else {
-            throw(new NoSuchPathException());
-        }
-    }
-
-    /** 
-     * Calls popup on the specified path.
-     * @param path a path to invoking popup on.
-     * @return an opened popup menu.
-     * @throws TimeoutExpiredException
-     */
-    public JPopupMenu callPopupOnPath(TreePath path) {
-	return(callPopupOnPath(path, getPopupMouseButton()));
-    }
-
-    /**
-     * Scrolls to a path if the tree is on a JScrollPane component.
-     * @param path a tree path to scroll to.
-     */
-    public void scrollToPath(TreePath path) {
-        if(path != null) {
-            output.printTrace("Scroll JTree to path \"" + path.toString() + "\"\n    : " +
-                              toStringSource());
-            output.printGolden("Scroll JTree to path \"" + path.toString() + "\"");
-            makeComponentVisible();
-            //try to find JScrollPane under.
-            JScrollPane scroll = (JScrollPane)getContainer(new JScrollPaneOperator.
-                                                           JScrollPaneFinder(ComponentSearcher.
-                                                                             getTrueChooser("JScrollPane")));
-            if(scroll == null) {
-                return;
-            }
-            JScrollPaneOperator scroller = new JScrollPaneOperator(scroll);
-            scroller.copyEnvironment(this);
-            scroller.setVisualizer(new EmptyVisualizer());
-            Rectangle rect = getPathBounds(path);
-            if(rect != null) {
-                scroller.scrollToComponentRectangle(getSource(), 
-                                                    (int)rect.getX(),
-                                                    (int)rect.getY(),
-                                                    (int)rect.getWidth(),
-                                                    (int)rect.getHeight());
-            } else {
-                throw(new NoSuchPathException(path));
-            }
-        } else {
-            throw(new NoSuchPathException());
-        }
-    }
-
-    /**
-     * Scrolls to a row if the tree is on a JScrollPane component.
-     * @param row a row index to scroll to.
-     */
-    public void scrollToRow(int row) {
-	scrollToPath(getPathForRow(row));
-    }
-
-    /**
-     * Turns path to the editing mode.
-     * @param path a tree path to click on.
-     * @throws TimeoutExpiredException
-     */
-    public void clickForEdit(TreePath path) {
-	driver.startEditing(this, getRowForPath(path), 
-			    timeouts.create("JTreeOperator.WaitEditingTimeout"));
-    }
-
-    /**
-     * Ask renderer for component to be displayed.
-     * @param path a path indicating the rendered node.
-     * @param isSelected True if the specified cell is selected.
-     * @param isExpanded True if the specified cell is expanded.
-     * @param cellHasFocus True if the specified cell has the focus.
-     * @return Component to be displayed.
-     */
-    public Component getRenderedComponent(TreePath path, boolean isSelected, boolean isExpanded, boolean cellHasFocus) {
-        if(path != null) {
-            return(getCellRenderer().
-                   getTreeCellRendererComponent((JTree)getSource(),
-                                                path.getLastPathComponent(),
-                                                isSelected,
-                                                isExpanded,
-                                                getModel().isLeaf(path.getLastPathComponent()),
-                                                getRowForPath(path),
-                                                cellHasFocus));
-        } else {
-            throw(new NoSuchPathException());
-        }
-    }
-
-    /**
-     * Ask renderer for component to be displayed.
-     * Uses isPathSelected(TreePath) to determine whether path is selected.
-     * Uses isExpanded(TreePath) to  determine whether path is expanded.
-     * @param path a path indicating the rendered node.
-     * @return Component to be displayed.
-     */
-    public Component getRenderedComponent(TreePath path) {
-	return(getRenderedComponent(path, 
-				    isPathSelected(path), 
-				    isExpanded(path),
-				    false));
-    }
-
-    /**
-     * Changes text of last path component.
-     * @param path a path indicating the node to change value for.
-     * @param newNodeText a new node value
-     * @deprecated Use changePathObject(TreePath, Object) instead.
-     * @see #changePathObject(TreePath, Object)
-     * @throws TimeoutExpiredException
-     */
-    public void changePathText(TreePath path, String newNodeText) {
-	changePathObject(path, newNodeText);
-    }
-
-    /**
-     * Changes last path component using getCellEditor() editor.
-     * @param path a path indicating the node to change value for.
-     * @param newValue a new node value
-     * @throws TimeoutExpiredException
-     */
-    public void changePathObject(TreePath path, Object newValue){
-	scrollToPath(path);
-	driver.editItem(this, getRowForPath(path), newValue, 
-			timeouts.create("JTreeOperator.WaitEditingTimeout"));
-    }
-
-    /**
-     * Waits path to be expanded.
-     * @param path a path to wait expanded.
-     */
-    public void waitExpanded(final TreePath path) {
-        if(path != null) {
-            getOutput().printLine("Wait \"" + path.toString() + "\" path to be expanded in component \n    : "+
-                                  toStringSource());
-            getOutput().printGolden("Wait \"" + path.toString() + "\" path to be expanded");
-            waitState(new ComponentChooser() {
-                    public boolean checkComponent(Component comp) {
-                        return(isExpanded(path));
-                    }
-                    public String getDescription() {
-                        return("Has \"" + path.toString() + "\" path expanded");
-                    }
-                });
-        } else {
-            throw(new NoSuchPathException());
-        }
-    }
-
-    /**
-     * Waits row to be expanded.
-     * @param row a row index to wait expanded.
-     */
-    public void waitExpanded(final int row) {
-	getOutput().printLine("Wait " + Integer.toString(row) + "'th row to be expanded in component \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait " + Integer.toString(row) + "'th row to be expanded");
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    return(isExpanded(row));
-		}
-		public String getDescription() {
-		    return("Has " + Integer.toString(row) + "'th row expanded");
-		}
-	    });
-    }
-
-    /**
-     * Waits path to be collapsed.
-     * @param path a path to wait collapsed.
-     */
-    public void waitCollapsed(final TreePath path) {
-        if(path != null) {
-            getOutput().printLine("Wait \"" + path.toString() + "\" path to be collapsed in component \n    : "+
-                                  toStringSource());
-            getOutput().printGolden("Wait \"" + path.toString() + "\" path to be collapsed");
-            waitState(new ComponentChooser() {
-                    public boolean checkComponent(Component comp) {
-                        return(isCollapsed(path));
-                    }
-                    public String getDescription() {
-                        return("Has \"" + path.toString() + "\" path collapsed");
-		}
-                });
-        } else {
-            throw(new NoSuchPathException());
-        }
-    }
-
-    /**
-     * Waits row to be collapsed.
-     * @param row a row index to wait collapsed.
-     */
-    public void waitCollapsed(final int row) {
-	getOutput().printLine("Wait " + Integer.toString(row) + "'th row to be collapsed in component \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait " + Integer.toString(row) + "'th row to be collapsed");
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    return(isCollapsed(row));
-		}
-		public String getDescription() {
-		    return("Has " + Integer.toString(row) + "'th row collapsed");
-		}
-	    });
-    }
-
-    /**
-     * Waits path to be visible.
-     * @param path a path to wait visible.
-     */
-    public void waitVisible(final TreePath path) {
-        if(path != null) {
-            getOutput().printLine("Wait \"" + path.toString() + "\" path to be visible in component \n    : "+
-                                  toStringSource());
-            getOutput().printGolden("Wait \"" + path.toString() + "\" path to be visible");
-            waitState(new ComponentChooser() {
-                    public boolean checkComponent(Component comp) {
-                        return(isVisible(path));
-                    }
-                    public String getDescription() {
-                        return("Has \"" + path.toString() + "\" path visible");
-                    }
-                });
-        } else {
-            throw(new NoSuchPathException());
-        }
-    }
-
-    /**
-     * Waits some paths to be selected.
-     * @param paths an array of paths to be selected.
-     */
-    public void waitSelected(final TreePath[] paths) {
-	getOutput().printLine("Wait right selection in component \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait right selection");
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    TreePath[] rpaths = getSelectionModel().getSelectionPaths();
-                    if(rpaths != null) {
-                        for(int i = 0; i < rpaths.length; i++) {
-                            if(!rpaths[i].equals(paths[i])) {
-                                return(false);
-                            }
-                        }
-                        return(true);
-                    } else {
-                        return(false);
-                    }
-		}
-		public String getDescription() {
-		    return("Has right selection");
-		}
-	    });
-    }
-
-    /**
-     * Waits path to be selected.
-     * @param path a tree path to be selected.
-     */
-    public void waitSelected(final TreePath path) {
-	waitSelected(new TreePath[] {path});
-    }
-
-    /**
-     * Waits rows to be selected.
-     * @param rows an indices of rows to be selected.
-     */
-    public void waitSelected(int[] rows) {
- 	TreePath[] paths = new TreePath[rows.length];
- 	for(int i = 0; i < rows.length; i++) {
- 	    paths[i] = getPathForRow(rows[i]);
- 	}
-        waitSelected(paths);
-    }
-
-    /**
-     * Waits row to be selected.
-     * @param row an index of a row to be selected.
-     */
-    public void waitSelected(int row) {
- 	waitSelected(new int[] {row});
-    }
- 
-    /**
-     * Wat for text in certain row.
-     * @param rowText Text to be compared with row text be <code>getComparator()</code> comparator.
-     * @param row Row index. If -1, selected one is checked.
-     */
-    public void waitRow(String rowText, int row) {
-	getOutput().printLine("Wait \"" + rowText + "\" text in " +
-			      Integer.toString(row) + "'th line in component \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait \"" + rowText + " \" text in " +
-				Integer.toString(row) + "'th line");
-	waitState(new JTreeByItemFinder(rowText, row, getComparator()));
-    }
-
-    public Object chooseSubnode(Object parent, String text, int index, StringComparator comparator) {
-        int count = -1;
-        Object node;
-        for(int i = 0; i < getChildCount(parent); i++) {
-            try {
-                node = getChild(parent, i);
-            } catch (JemmyException e) {
-                if(e.getInnerThrowable() instanceof IndexOutOfBoundsException) {
-                    // tree probably re-generated because we haven't found child with specified index
-                    return null;
-                } else {
-                    throw e;
-                }
-            }
-            if(comparator.equals(node.toString(),
-                                 text)) {
-                count++;
-                if(count == index) {
-                    return(node);
-                }
-            }
-        }
-        return(null);
-    }
-
-    public Object chooseSubnode(Object parent, String text, StringComparator comparator) {
-        return(chooseSubnode(parent, text, 0, comparator));
-    }
-
-    public Object chooseSubnode(Object parent, String text, int index) {
-        return(chooseSubnode(parent, text, index, getComparator()));
-    }
-
-    public Object chooseSubnode(Object parent, String text) {
-        return(chooseSubnode(parent, text, 0, getComparator()));
-    }
-
-    /**
-     * Returns information about component.
-     */
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	Object root = ((JTree)getSource()).getModel().getRoot();
-        if(root.toString() != null) {
-            // only if root is not hidden
-            result.put(ROOT_DPROP, root.toString());
-        }
-	addChildrenToDump(result, NODE_PREFIX_DPROP, root, new TreePath(root));
-	int minSelection = ((JTree)getSource()).getMinSelectionRow();
-	if( minSelection >= 0) {
-	    Object minObject = ((JTree)getSource()).
-		getPathForRow(minSelection).
-		getLastPathComponent();
-            result.put(SELECTION_FIRST_DPROP, minObject.toString());
-	    int maxSelection = ((JTree)getSource()).getMaxSelectionRow();
-	    if(maxSelection > minSelection) {
-		Object maxObject = ((JTree)getSource()).
-		    getPathForRow(maxSelection).
-		    getLastPathComponent();
-		result.put(SELECTION_LAST_DPROP, maxObject.toString());
-	    }
-	}
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>JTree.addSelectionInterval(int, int)</code> through queue*/
-    public void addSelectionInterval(final int i, final int i1) {
-	runMapping(new MapVoidAction("addSelectionInterval") {
-		public void map() {
-		    ((JTree)getSource()).addSelectionInterval(i, i1);
-		}});}
-
-    /**Maps <code>JTree.addSelectionPath(TreePath)</code> through queue*/
-    public void addSelectionPath(final TreePath treePath) {
-	runMapping(new MapVoidAction("addSelectionPath") {
-		public void map() {
-		    ((JTree)getSource()).addSelectionPath(treePath);
-		}});}
-
-    /**Maps <code>JTree.addSelectionPaths(TreePath[])</code> through queue*/
-    public void addSelectionPaths(final TreePath[] treePath) {
-	runMapping(new MapVoidAction("addSelectionPaths") {
-		public void map() {
-		    ((JTree)getSource()).addSelectionPaths(treePath);
-		}});}
-
-    /**Maps <code>JTree.addSelectionRow(int)</code> through queue*/
-    public void addSelectionRow(final int i) {
-	runMapping(new MapVoidAction("addSelectionRow") {
-		public void map() {
-		    ((JTree)getSource()).addSelectionRow(i);
-		}});}
-
-    /**Maps <code>JTree.addSelectionRows(int[])</code> through queue*/
-    public void addSelectionRows(final int[] i) {
-	runMapping(new MapVoidAction("addSelectionRows") {
-		public void map() {
-		    ((JTree)getSource()).addSelectionRows(i);
-		}});}
-
-    /**Maps <code>JTree.addTreeExpansionListener(TreeExpansionListener)</code> through queue*/
-    public void addTreeExpansionListener(final TreeExpansionListener treeExpansionListener) {
-	runMapping(new MapVoidAction("addTreeExpansionListener") {
-		public void map() {
-		    ((JTree)getSource()).addTreeExpansionListener(treeExpansionListener);
-		}});}
-
-    /**Maps <code>JTree.addTreeSelectionListener(TreeSelectionListener)</code> through queue*/
-    public void addTreeSelectionListener(final TreeSelectionListener treeSelectionListener) {
-	runMapping(new MapVoidAction("addTreeSelectionListener") {
-		public void map() {
-		    ((JTree)getSource()).addTreeSelectionListener(treeSelectionListener);
-		}});}
-
-    /**Maps <code>JTree.addTreeWillExpandListener(TreeWillExpandListener)</code> through queue*/
-    public void addTreeWillExpandListener(final TreeWillExpandListener treeWillExpandListener) {
-	runMapping(new MapVoidAction("addTreeWillExpandListener") {
-		public void map() {
-		    ((JTree)getSource()).addTreeWillExpandListener(treeWillExpandListener);
-		}});}
-
-    /**Maps <code>JTree.cancelEditing()</code> through queue*/
-    public void cancelEditing() {
-	runMapping(new MapVoidAction("cancelEditing") {
-		public void map() {
-		    ((JTree)getSource()).cancelEditing();
-		}});}
-
-    /**Maps <code>JTree.clearSelection()</code> through queue*/
-    public void clearSelection() {
-	runMapping(new MapVoidAction("clearSelection") {
-		public void map() {
-		    ((JTree)getSource()).clearSelection();
-		}});}
-
-    /**Maps <code>JTree.collapsePath(TreePath)</code> through queue*/
-    public void collapsePath(final TreePath treePath) {
-	runMapping(new MapVoidAction("collapsePath") {
-		public void map() {
-		    ((JTree)getSource()).collapsePath(treePath);
-		}});}
-
-    /**Maps <code>JTree.collapseRow(int)</code> through queue*/
-    public void collapseRow(final int i) {
-	runMapping(new MapVoidAction("collapseRow") {
-		public void map() {
-		    ((JTree)getSource()).collapseRow(i);
-		}});}
-
-    /**Maps <code>JTree.convertValueToText(Object, boolean, boolean, boolean, int, boolean)</code> through queue*/
-    public String convertValueToText(final Object object, final boolean b, final boolean b1, final boolean b2, final int i, final boolean b3) {
-	return((String)runMapping(new MapAction("convertValueToText") {
-		public Object map() {
-		    return(((JTree)getSource()).convertValueToText(object, b, b1, b2, i, b3));
-		}}));}
-
-    /**Maps <code>JTree.expandPath(TreePath)</code> through queue*/
-    public void expandPath(final TreePath treePath) {
-	runMapping(new MapVoidAction("expandPath") {
-		public void map() {
-		    ((JTree)getSource()).expandPath(treePath);
-		}});}
-
-    /**Maps <code>JTree.expandRow(int)</code> through queue*/
-    public void expandRow(final int i) {
-	runMapping(new MapVoidAction("expandRow") {
-		public void map() {
-		    ((JTree)getSource()).expandRow(i);
-		}});}
-
-    /**Maps <code>JTree.fireTreeCollapsed(TreePath)</code> through queue*/
-    public void fireTreeCollapsed(final TreePath treePath) {
-	runMapping(new MapVoidAction("fireTreeCollapsed") {
-		public void map() {
-		    ((JTree)getSource()).fireTreeCollapsed(treePath);
-		}});}
-
-    /**Maps <code>JTree.fireTreeExpanded(TreePath)</code> through queue*/
-    public void fireTreeExpanded(final TreePath treePath) {
-	runMapping(new MapVoidAction("fireTreeExpanded") {
-		public void map() {
-		    ((JTree)getSource()).fireTreeExpanded(treePath);
-		}});}
-
-    /**Maps <code>JTree.fireTreeWillCollapse(TreePath)</code> through queue*/
-    public void fireTreeWillCollapse(final TreePath treePath) {
-	runMapping(new MapVoidAction("fireTreeWillCollapse") {
-		public void map() throws ExpandVetoException {
-		    ((JTree)getSource()).fireTreeWillCollapse(treePath);
-		}});}
-
-    /**Maps <code>JTree.fireTreeWillExpand(TreePath)</code> through queue*/
-    public void fireTreeWillExpand(final TreePath treePath) {
-	runMapping(new MapVoidAction("fireTreeWillExpand") {
-		public void map() throws ExpandVetoException {
-		    ((JTree)getSource()).fireTreeWillExpand(treePath);
-		}});}
-
-    /**Maps <code>JTree.getCellEditor()</code> through queue*/
-    public TreeCellEditor getCellEditor() {
-	return((TreeCellEditor)runMapping(new MapAction("getCellEditor") {
-		public Object map() {
-		    return(((JTree)getSource()).getCellEditor());
-		}}));}
-
-    /**Maps <code>JTree.getCellRenderer()</code> through queue*/
-    public TreeCellRenderer getCellRenderer() {
-	return((TreeCellRenderer)runMapping(new MapAction("getCellRenderer") {
-		public Object map() {
-		    return(((JTree)getSource()).getCellRenderer());
-		}}));}
-
-    /**Maps <code>JTree.getClosestPathForLocation(int, int)</code> through queue*/
-    public TreePath getClosestPathForLocation(final int i, final int i1) {
-	return((TreePath)runMapping(new MapAction("getClosestPathForLocation") {
-		public Object map() {
-		    return(((JTree)getSource()).getClosestPathForLocation(i, i1));
-		}}));}
-
-    /**Maps <code>JTree.getClosestRowForLocation(int, int)</code> through queue*/
-    public int getClosestRowForLocation(final int i, final int i1) {
-	return(runMapping(new MapIntegerAction("getClosestRowForLocation") {
-		public int map() {
-		    return(((JTree)getSource()).getClosestRowForLocation(i, i1));
-		}}));}
-
-    /**Maps <code>JTree.getEditingPath()</code> through queue*/
-    public TreePath getEditingPath() {
-	return((TreePath)runMapping(new MapAction("getEditingPath") {
-		public Object map() {
-		    return(((JTree)getSource()).getEditingPath());
-		}}));}
-
-    /**Maps <code>JTree.getExpandedDescendants(TreePath)</code> through queue*/
-    public Enumeration getExpandedDescendants(final TreePath treePath) {
-	return((Enumeration)runMapping(new MapAction("getExpandedDescendants") {
-		public Object map() {
-		    return(((JTree)getSource()).getExpandedDescendants(treePath));
-		}}));}
-
-    /**Maps <code>JTree.getInvokesStopCellEditing()</code> through queue*/
-    public boolean getInvokesStopCellEditing() {
-	return(runMapping(new MapBooleanAction("getInvokesStopCellEditing") {
-		public boolean map() {
-		    return(((JTree)getSource()).getInvokesStopCellEditing());
-		}}));}
-
-    /**Maps <code>JTree.getLastSelectedPathComponent()</code> through queue*/
-    public Object getLastSelectedPathComponent() {
-	return((Object)runMapping(new MapAction("getLastSelectedPathComponent") {
-		public Object map() {
-		    return(((JTree)getSource()).getLastSelectedPathComponent());
-		}}));}
-
-    /**Maps <code>JTree.getLeadSelectionPath()</code> through queue*/
-    public TreePath getLeadSelectionPath() {
-	return((TreePath)runMapping(new MapAction("getLeadSelectionPath") {
-		public Object map() {
-		    return(((JTree)getSource()).getLeadSelectionPath());
-		}}));}
-
-    /**Maps <code>JTree.getLeadSelectionRow()</code> through queue*/
-    public int getLeadSelectionRow() {
-	return(runMapping(new MapIntegerAction("getLeadSelectionRow") {
-		public int map() {
-		    return(((JTree)getSource()).getLeadSelectionRow());
-		}}));}
-
-    /**Maps <code>JTree.getMaxSelectionRow()</code> through queue*/
-    public int getMaxSelectionRow() {
-	return(runMapping(new MapIntegerAction("getMaxSelectionRow") {
-		public int map() {
-		    return(((JTree)getSource()).getMaxSelectionRow());
-		}}));}
-
-    /**Maps <code>JTree.getMinSelectionRow()</code> through queue*/
-    public int getMinSelectionRow() {
-	return(runMapping(new MapIntegerAction("getMinSelectionRow") {
-		public int map() {
-		    return(((JTree)getSource()).getMinSelectionRow());
-		}}));}
-
-    /**Maps <code>JTree.getModel()</code> through queue*/
-    public TreeModel getModel() {
-	return((TreeModel)runMapping(new MapAction("getModel") {
-		public Object map() {
-		    return(((JTree)getSource()).getModel());
-		}}));}
-
-    /**Maps <code>JTree.getPathBounds(TreePath)</code> through queue*/
-    public Rectangle getPathBounds(final TreePath treePath) {
-	return((Rectangle)runMapping(new MapAction("getPathBounds") {
-		public Object map() {
-		    return(((JTree)getSource()).getPathBounds(treePath));
-		}}));}
-
-    /**Maps <code>JTree.getPathForLocation(int, int)</code> through queue*/
-    public TreePath getPathForLocation(final int i, final int i1) {
-	return((TreePath)runMapping(new MapAction("getPathForLocation") {
-		public Object map() {
-		    return(((JTree)getSource()).getPathForLocation(i, i1));
-		}}));}
-
-    /**Maps <code>JTree.getPathForRow(int)</code> through queue*/
-    public TreePath getPathForRow(final int i) {
-	return((TreePath)runMapping(new MapAction("getPathForRow") {
-		public Object map() {
-		    return(((JTree)getSource()).getPathForRow(i));
-		}}));}
-
-    /**Maps <code>JTree.getPreferredScrollableViewportSize()</code> through queue*/
-    public Dimension getPreferredScrollableViewportSize() {
-	return((Dimension)runMapping(new MapAction("getPreferredScrollableViewportSize") {
-		public Object map() {
-		    return(((JTree)getSource()).getPreferredScrollableViewportSize());
-		}}));}
-
-    /**Maps <code>JTree.getRowBounds(int)</code> through queue*/
-    public Rectangle getRowBounds(final int i) {
-	return((Rectangle)runMapping(new MapAction("getRowBounds") {
-		public Object map() {
-		    return(((JTree)getSource()).getRowBounds(i));
-		}}));}
-
-    /**Maps <code>JTree.getRowCount()</code> through queue*/
-    public int getRowCount() {
-	return(runMapping(new MapIntegerAction("getRowCount") {
-		public int map() {
-		    return(((JTree)getSource()).getRowCount());
-		}}));}
-
-    /**Maps <code>JTree.getRowForLocation(int, int)</code> through queue*/
-    public int getRowForLocation(final int i, final int i1) {
-	return(runMapping(new MapIntegerAction("getRowForLocation") {
-		public int map() {
-		    return(((JTree)getSource()).getRowForLocation(i, i1));
-		}}));}
-
-    /**Maps <code>JTree.getRowForPath(TreePath)</code> through queue*/
-    public int getRowForPath(final TreePath treePath) {
-	return(runMapping(new MapIntegerAction("getRowForPath") {
-		public int map() {
-		    return(((JTree)getSource()).getRowForPath(treePath));
-		}}));}
-
-    /**Maps <code>JTree.getRowHeight()</code> through queue*/
-    public int getRowHeight() {
-	return(runMapping(new MapIntegerAction("getRowHeight") {
-		public int map() {
-		    return(((JTree)getSource()).getRowHeight());
-		}}));}
-
-    /**Maps <code>JTree.getScrollableBlockIncrement(Rectangle, int, int)</code> through queue*/
-    public int getScrollableBlockIncrement(final Rectangle rectangle, final int i, final int i1) {
-	return(runMapping(new MapIntegerAction("getScrollableBlockIncrement") {
-		public int map() {
-		    return(((JTree)getSource()).getScrollableBlockIncrement(rectangle, i, i1));
-		}}));}
-
-    /**Maps <code>JTree.getScrollableTracksViewportHeight()</code> through queue*/
-    public boolean getScrollableTracksViewportHeight() {
-	return(runMapping(new MapBooleanAction("getScrollableTracksViewportHeight") {
-		public boolean map() {
-		    return(((JTree)getSource()).getScrollableTracksViewportHeight());
-		}}));}
-
-    /**Maps <code>JTree.getScrollableTracksViewportWidth()</code> through queue*/
-    public boolean getScrollableTracksViewportWidth() {
-	return(runMapping(new MapBooleanAction("getScrollableTracksViewportWidth") {
-		public boolean map() {
-		    return(((JTree)getSource()).getScrollableTracksViewportWidth());
-		}}));}
-
-    /**Maps <code>JTree.getScrollableUnitIncrement(Rectangle, int, int)</code> through queue*/
-    public int getScrollableUnitIncrement(final Rectangle rectangle, final int i, final int i1) {
-	return(runMapping(new MapIntegerAction("getScrollableUnitIncrement") {
-		public int map() {
-		    return(((JTree)getSource()).getScrollableUnitIncrement(rectangle, i, i1));
-		}}));}
-
-    /**Maps <code>JTree.getScrollsOnExpand()</code> through queue*/
-    public boolean getScrollsOnExpand() {
-	return(runMapping(new MapBooleanAction("getScrollsOnExpand") {
-		public boolean map() {
-		    return(((JTree)getSource()).getScrollsOnExpand());
-		}}));}
-
-    /**Maps <code>JTree.getSelectionCount()</code> through queue*/
-    public int getSelectionCount() {
-	return(runMapping(new MapIntegerAction("getSelectionCount") {
-		public int map() {
-		    return(((JTree)getSource()).getSelectionCount());
-		}}));}
-
-    /**Maps <code>JTree.getSelectionModel()</code> through queue*/
-    public TreeSelectionModel getSelectionModel() {
-	return((TreeSelectionModel)runMapping(new MapAction("getSelectionModel") {
-		public Object map() {
-		    return(((JTree)getSource()).getSelectionModel());
-		}}));}
-
-    /**Maps <code>JTree.getSelectionPath()</code> through queue*/
-    public TreePath getSelectionPath() {
-	return((TreePath)runMapping(new MapAction("getSelectionPath") {
-		public Object map() {
-		    return(((JTree)getSource()).getSelectionPath());
-		}}));}
-
-    /**Maps <code>JTree.getSelectionPaths()</code> through queue*/
-    public TreePath[] getSelectionPaths() {
-	return((TreePath[])runMapping(new MapAction("getSelectionPaths") {
-		public Object map() {
-		    return(((JTree)getSource()).getSelectionPaths());
-		}}));}
-
-    /**Maps <code>JTree.getSelectionRows()</code> through queue*/
-    public int[] getSelectionRows() {
-	return((int[])runMapping(new MapAction("getSelectionRows") {
-		public Object map() {
-		    return(((JTree)getSource()).getSelectionRows());
-		}}));}
-
-    /**Maps <code>JTree.getShowsRootHandles()</code> through queue*/
-    public boolean getShowsRootHandles() {
-	return(runMapping(new MapBooleanAction("getShowsRootHandles") {
-		public boolean map() {
-		    return(((JTree)getSource()).getShowsRootHandles());
-		}}));}
-
-    /**Maps <code>JTree.getUI()</code> through queue*/
-    public TreeUI getUI() {
-	return((TreeUI)runMapping(new MapAction("getUI") {
-		public Object map() {
-		    return(((JTree)getSource()).getUI());
-		}}));}
-
-    /**Maps <code>JTree.getVisibleRowCount()</code> through queue*/
-    public int getVisibleRowCount() {
-	return(runMapping(new MapIntegerAction("getVisibleRowCount") {
-		public int map() {
-		    return(((JTree)getSource()).getVisibleRowCount());
-		}}));}
-
-    /**Maps <code>JTree.hasBeenExpanded(TreePath)</code> through queue*/
-    public boolean hasBeenExpanded(final TreePath treePath) {
-	return(runMapping(new MapBooleanAction("hasBeenExpanded") {
-		public boolean map() {
-		    return(((JTree)getSource()).hasBeenExpanded(treePath));
-		}}));}
-
-    /**Maps <code>JTree.isCollapsed(int)</code> through queue*/
-    public boolean isCollapsed(final int i) {
-	return(runMapping(new MapBooleanAction("isCollapsed") {
-		public boolean map() {
-		    return(((JTree)getSource()).isCollapsed(i));
-		}}));}
-
-    /**Maps <code>JTree.isCollapsed(TreePath)</code> through queue*/
-    public boolean isCollapsed(final TreePath treePath) {
-	return(runMapping(new MapBooleanAction("isCollapsed") {
-		public boolean map() {
-		    return(((JTree)getSource()).isCollapsed(treePath));
-		}}));}
-
-    /**Maps <code>JTree.isEditable()</code> through queue*/
-    public boolean isEditable() {
-	return(runMapping(new MapBooleanAction("isEditable") {
-		public boolean map() {
-		    return(((JTree)getSource()).isEditable());
-		}}));}
-
-    /**Maps <code>JTree.isEditing()</code> through queue*/
-    public boolean isEditing() {
-	return(runMapping(new MapBooleanAction("isEditing") {
-		public boolean map() {
-		    return(((JTree)getSource()).isEditing());
-		}}));}
-
-    /**Maps <code>JTree.isExpanded(int)</code> through queue*/
-    public boolean isExpanded(final int i) {
-	return(runMapping(new MapBooleanAction("isExpanded") {
-		public boolean map() {
-		    return(((JTree)getSource()).isExpanded(i));
-		}}));}
-
-    /**Maps <code>JTree.isExpanded(TreePath)</code> through queue*/
-    public boolean isExpanded(final TreePath treePath) {
-	return(runMapping(new MapBooleanAction("isExpanded") {
-		public boolean map() {
-		    return(((JTree)getSource()).isExpanded(treePath));
-		}}));}
-
-    /**Maps <code>JTree.isFixedRowHeight()</code> through queue*/
-    public boolean isFixedRowHeight() {
-	return(runMapping(new MapBooleanAction("isFixedRowHeight") {
-		public boolean map() {
-		    return(((JTree)getSource()).isFixedRowHeight());
-		}}));}
-
-    /**Maps <code>JTree.isLargeModel()</code> through queue*/
-    public boolean isLargeModel() {
-	return(runMapping(new MapBooleanAction("isLargeModel") {
-		public boolean map() {
-		    return(((JTree)getSource()).isLargeModel());
-		}}));}
-
-    /**Maps <code>JTree.isPathEditable(TreePath)</code> through queue*/
-    public boolean isPathEditable(final TreePath treePath) {
-	return(runMapping(new MapBooleanAction("isPathEditable") {
-		public boolean map() {
-		    return(((JTree)getSource()).isPathEditable(treePath));
-		}}));}
-
-    /**Maps <code>JTree.isPathSelected(TreePath)</code> through queue*/
-    public boolean isPathSelected(final TreePath treePath) {
-	return(runMapping(new MapBooleanAction("isPathSelected") {
-		public boolean map() {
-		    return(((JTree)getSource()).isPathSelected(treePath));
-		}}));}
-
-    /**Maps <code>JTree.isRootVisible()</code> through queue*/
-    public boolean isRootVisible() {
-	return(runMapping(new MapBooleanAction("isRootVisible") {
-		public boolean map() {
-		    return(((JTree)getSource()).isRootVisible());
-		}}));}
-
-    /**Maps <code>JTree.isRowSelected(int)</code> through queue*/
-    public boolean isRowSelected(final int i) {
-	return(runMapping(new MapBooleanAction("isRowSelected") {
-		public boolean map() {
-		    return(((JTree)getSource()).isRowSelected(i));
-		}}));}
-
-    /**Maps <code>JTree.isSelectionEmpty()</code> through queue*/
-    public boolean isSelectionEmpty() {
-	return(runMapping(new MapBooleanAction("isSelectionEmpty") {
-		public boolean map() {
-		    return(((JTree)getSource()).isSelectionEmpty());
-		}}));}
-
-    /**Maps <code>JTree.isVisible(TreePath)</code> through queue*/
-    public boolean isVisible(final TreePath treePath) {
-	return(runMapping(new MapBooleanAction("isVisible") {
-		public boolean map() {
-		    return(((JTree)getSource()).isVisible(treePath));
-		}}));}
-
-    /**Maps <code>JTree.makeVisible(TreePath)</code> through queue*/
-    public void makeVisible(final TreePath treePath) {
-	runMapping(new MapVoidAction("makeVisible") {
-		public void map() {
-		    ((JTree)getSource()).makeVisible(treePath);
-		}});}
-
-    /**Maps <code>JTree.removeSelectionInterval(int, int)</code> through queue*/
-    public void removeSelectionInterval(final int i, final int i1) {
-	runMapping(new MapVoidAction("removeSelectionInterval") {
-		public void map() {
-		    ((JTree)getSource()).removeSelectionInterval(i, i1);
-		}});}
-
-    /**Maps <code>JTree.removeSelectionPath(TreePath)</code> through queue*/
-    public void removeSelectionPath(final TreePath treePath) {
-	runMapping(new MapVoidAction("removeSelectionPath") {
-		public void map() {
-		    ((JTree)getSource()).removeSelectionPath(treePath);
-		}});}
-
-    /**Maps <code>JTree.removeSelectionPaths(TreePath[])</code> through queue*/
-    public void removeSelectionPaths(final TreePath[] treePath) {
-	runMapping(new MapVoidAction("removeSelectionPaths") {
-		public void map() {
-		    ((JTree)getSource()).removeSelectionPaths(treePath);
-		}});}
-
-    /**Maps <code>JTree.removeSelectionRow(int)</code> through queue*/
-    public void removeSelectionRow(final int i) {
-	runMapping(new MapVoidAction("removeSelectionRow") {
-		public void map() {
-		    ((JTree)getSource()).removeSelectionRow(i);
-		}});}
-
-    /**Maps <code>JTree.removeSelectionRows(int[])</code> through queue*/
-    public void removeSelectionRows(final int[] i) {
-	runMapping(new MapVoidAction("removeSelectionRows") {
-		public void map() {
-		    ((JTree)getSource()).removeSelectionRows(i);
-		}});}
-
-    /**Maps <code>JTree.removeTreeExpansionListener(TreeExpansionListener)</code> through queue*/
-    public void removeTreeExpansionListener(final TreeExpansionListener treeExpansionListener) {
-	runMapping(new MapVoidAction("removeTreeExpansionListener") {
-		public void map() {
-		    ((JTree)getSource()).removeTreeExpansionListener(treeExpansionListener);
-		}});}
-
-    /**Maps <code>JTree.removeTreeSelectionListener(TreeSelectionListener)</code> through queue*/
-    public void removeTreeSelectionListener(final TreeSelectionListener treeSelectionListener) {
-	runMapping(new MapVoidAction("removeTreeSelectionListener") {
-		public void map() {
-		    ((JTree)getSource()).removeTreeSelectionListener(treeSelectionListener);
-		}});}
-
-    /**Maps <code>JTree.removeTreeWillExpandListener(TreeWillExpandListener)</code> through queue*/
-    public void removeTreeWillExpandListener(final TreeWillExpandListener treeWillExpandListener) {
-	runMapping(new MapVoidAction("removeTreeWillExpandListener") {
-		public void map() {
-		    ((JTree)getSource()).removeTreeWillExpandListener(treeWillExpandListener);
-		}});}
-
-    /**Maps <code>JTree.scrollPathToVisible(TreePath)</code> through queue*/
-    public void scrollPathToVisible(final TreePath treePath) {
-	runMapping(new MapVoidAction("scrollPathToVisible") {
-		public void map() {
-		    ((JTree)getSource()).scrollPathToVisible(treePath);
-		}});}
-
-    /**Maps <code>JTree.scrollRowToVisible(int)</code> through queue*/
-    public void scrollRowToVisible(final int i) {
-	runMapping(new MapVoidAction("scrollRowToVisible") {
-		public void map() {
-		    ((JTree)getSource()).scrollRowToVisible(i);
-		}});}
-
-    /**Maps <code>JTree.setCellEditor(TreeCellEditor)</code> through queue*/
-    public void setCellEditor(final TreeCellEditor treeCellEditor) {
-	runMapping(new MapVoidAction("setCellEditor") {
-		public void map() {
-		    ((JTree)getSource()).setCellEditor(treeCellEditor);
-		}});}
-
-    /**Maps <code>JTree.setCellRenderer(TreeCellRenderer)</code> through queue*/
-    public void setCellRenderer(final TreeCellRenderer treeCellRenderer) {
-	runMapping(new MapVoidAction("setCellRenderer") {
-		public void map() {
-		    ((JTree)getSource()).setCellRenderer(treeCellRenderer);
-		}});}
-
-    /**Maps <code>JTree.setEditable(boolean)</code> through queue*/
-    public void setEditable(final boolean b) {
-	runMapping(new MapVoidAction("setEditable") {
-		public void map() {
-		    ((JTree)getSource()).setEditable(b);
-		}});}
-
-    /**Maps <code>JTree.setInvokesStopCellEditing(boolean)</code> through queue*/
-    public void setInvokesStopCellEditing(final boolean b) {
-	runMapping(new MapVoidAction("setInvokesStopCellEditing") {
-		public void map() {
-		    ((JTree)getSource()).setInvokesStopCellEditing(b);
-		}});}
-
-    /**Maps <code>JTree.setLargeModel(boolean)</code> through queue*/
-    public void setLargeModel(final boolean b) {
-	runMapping(new MapVoidAction("setLargeModel") {
-		public void map() {
-		    ((JTree)getSource()).setLargeModel(b);
-		}});}
-
-    /**Maps <code>JTree.setModel(TreeModel)</code> through queue*/
-    public void setModel(final TreeModel treeModel) {
-	runMapping(new MapVoidAction("setModel") {
-		public void map() {
-		    ((JTree)getSource()).setModel(treeModel);
-		}});}
-
-    /**Maps <code>JTree.setRootVisible(boolean)</code> through queue*/
-    public void setRootVisible(final boolean b) {
-	runMapping(new MapVoidAction("setRootVisible") {
-		public void map() {
-		    ((JTree)getSource()).setRootVisible(b);
-		}});}
-
-    /**Maps <code>JTree.setRowHeight(int)</code> through queue*/
-    public void setRowHeight(final int i) {
-	runMapping(new MapVoidAction("setRowHeight") {
-		public void map() {
-		    ((JTree)getSource()).setRowHeight(i);
-		}});}
-
-    /**Maps <code>JTree.setScrollsOnExpand(boolean)</code> through queue*/
-    public void setScrollsOnExpand(final boolean b) {
-	runMapping(new MapVoidAction("setScrollsOnExpand") {
-		public void map() {
-		    ((JTree)getSource()).setScrollsOnExpand(b);
-		}});}
-
-    /**Maps <code>JTree.setSelectionInterval(int, int)</code> through queue*/
-    public void setSelectionInterval(final int i, final int i1) {
-	runMapping(new MapVoidAction("setSelectionInterval") {
-		public void map() {
-		    ((JTree)getSource()).setSelectionInterval(i, i1);
-		}});}
-
-    /**Maps <code>JTree.setSelectionModel(TreeSelectionModel)</code> through queue*/
-    public void setSelectionModel(final TreeSelectionModel treeSelectionModel) {
-	runMapping(new MapVoidAction("setSelectionModel") {
-		public void map() {
-		    ((JTree)getSource()).setSelectionModel(treeSelectionModel);
-		}});}
-
-    /**Maps <code>JTree.setSelectionPath(TreePath)</code> through queue*/
-    public void setSelectionPath(final TreePath treePath) {
-	runMapping(new MapVoidAction("setSelectionPath") {
-		public void map() {
-		    ((JTree)getSource()).setSelectionPath(treePath);
-		}});}
-
-    /**Maps <code>JTree.setSelectionPaths(TreePath[])</code> through queue*/
-    public void setSelectionPaths(final TreePath[] treePath) {
-	runMapping(new MapVoidAction("setSelectionPaths") {
-		public void map() {
-		    ((JTree)getSource()).setSelectionPaths(treePath);
-		}});}
-
-    /**Maps <code>JTree.setSelectionRow(int)</code> through queue*/
-    public void setSelectionRow(final int i) {
-	runMapping(new MapVoidAction("setSelectionRow") {
-		public void map() {
-		    ((JTree)getSource()).setSelectionRow(i);
-		}});}
-
-    /**Maps <code>JTree.setSelectionRows(int[])</code> through queue*/
-    public void setSelectionRows(final int[] i) {
-	runMapping(new MapVoidAction("setSelectionRows") {
-		public void map() {
-		    ((JTree)getSource()).setSelectionRows(i);
-		}});}
-
-    /**Maps <code>JTree.setShowsRootHandles(boolean)</code> through queue*/
-    public void setShowsRootHandles(final boolean b) {
-	runMapping(new MapVoidAction("setShowsRootHandles") {
-		public void map() {
-		    ((JTree)getSource()).setShowsRootHandles(b);
-		}});}
-
-    /**Maps <code>JTree.setUI(TreeUI)</code> through queue*/
-    public void setUI(final TreeUI treeUI) {
-	runMapping(new MapVoidAction("setUI") {
-		public void map() {
-		    ((JTree)getSource()).setUI(treeUI);
-		}});}
-
-    /**Maps <code>JTree.setVisibleRowCount(int)</code> through queue*/
-    public void setVisibleRowCount(final int i) {
-	runMapping(new MapVoidAction("setVisibleRowCount") {
-		public void map() {
-		    ((JTree)getSource()).setVisibleRowCount(i);
-		}});}
-
-    /**Maps <code>JTree.startEditingAtPath(TreePath)</code> through queue*/
-    public void startEditingAtPath(final TreePath treePath) {
-	runMapping(new MapVoidAction("startEditingAtPath") {
-		public void map() {
-		    ((JTree)getSource()).startEditingAtPath(treePath);
-		}});}
-
-    /**Maps <code>JTree.stopEditing()</code> through queue*/
-    public boolean stopEditing() {
-	return(runMapping(new MapBooleanAction("stopEditing") {
-		public boolean map() {
-		    return(((JTree)getSource()).stopEditing());
-		}}));}
-
-    /**Maps <code>JTree.treeDidChange()</code> through queue*/
-    public void treeDidChange() {
-	runMapping(new MapVoidAction("treeDidChange") {
-		public void map() {
-		    ((JTree)getSource()).treeDidChange();
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Iterface to choose tree row. Defines criteria to distinguish row.
-     */
-    public interface TreeRowChooser {
-	/**
-	 * Should be true if row is good.
-	 * @param oper Operator used to search item.
-	 * @param row Row be checked.
-         * @return true if the row fits the criteria
-	 */
-	public boolean checkRow(JTreeOperator oper, int row);
-	/**
-	 * Row description.
-         * @return a criteria description.
-	 */
-	public String getDescription();
-    }
-
-    private TreePath findPathPrimitive(TreePath path, TreePathChooser chooser, Waiter loadedWaiter) {
-	if(!isExpanded(path)) {
-	    if(!isPathSelected(path)) {
-		clickOnPath(path);
-	    }
-	    expandPath(path);
-	}
-	Object[] waitParam = {chooser, path};
-	Object[] waitResult = null;
-	try {
-	    waitResult = (Object[])loadedWaiter.waitAction(waitParam);
-	} catch(InterruptedException e) {
-	    output.printStackTrace(e);
-	    return(null);
-	}
-	TreePath nextPath = (TreePath)waitResult[0];
-	boolean found = ((Boolean)waitResult[1]).booleanValue();
-	if(found) {
-	    return(nextPath);
-	} else {
-	    return(findPathPrimitive(nextPath, chooser, loadedWaiter));
-	}
-    }
-
-    private String[] addChildrenToDump(Hashtable table, String title, Object node, TreePath path) {
-        if(((JTree)getSource()).isExpanded(path)) {
-            Object[] subNodes = getChildren(node);
-            String[] names = addToDump(table, title, subNodes);
-            for(int i = 0; i < subNodes.length; i++) {
-                addChildrenToDump(table, names[i], subNodes[i], path.pathByAddingChild(subNodes[i]));
-            }
-            return(names);
-        } else {
-            return(new String[0]);
-        }
-    }
-
-    private static String pathToString(String[] path) {
-        String desc = "";
-        for(int i = 0; i < path.length; i++) {
-            desc = desc + path[i] + ", ";
-        }
-        if(desc.length() > 0) {
-            desc = desc.substring(0, desc.length() - 2);
-        }
-        return("[ " + desc + " ]");
-    }
-
-    /**
-     * Can be throught during item selecting if list does not have
-     * item requested.
-     */
-    public class NoSuchPathException extends JemmyInputException {
-	/**
-	 * Constructor.
-	 */
-	public NoSuchPathException() {
-	    super("Unknown/null/invalid tree path.", null);
-	}
-	/**
-	 * Constructor.
-         * @param path a nonexistent path.
-	 */
-	public NoSuchPathException(String[] path) {
-	    super("No such path as \"" + pathToString(path) + "\"", getSource());
-	}
-	/**
-	 * Constructor.
-         * @param index a nonexistent line index.
-	 */
-	public NoSuchPathException(int index) {
-	    super("Tree does not contain " + index + "'th line", getSource());
-	}
-	/**
-	 * Constructor.
-         * @param path a nonexistent path.
-	 */
-	public NoSuchPathException(TreePath path) {
-	    super("No such path as \"" + path.toString() + "\"", getSource());
-	}
-    }
-
-    /**
-     * Specifies criteria for path searching.
-     */
-    public interface TreePathChooser {
-	/**
-         * Checks if the path fits the criteria.
-	 * @param path TreePath to check.
-	 * @param indexInParent Index of the "path" in path's parent.
-         * @return true if the path fits the criteria
-	 */
-	public boolean checkPath(TreePath path, int indexInParent);
-	/**
-         * Checks if the path has another path as a parent.
-	 * @param path TreePath to check.
-	 * @param indexInParent Index of the "path" in path's parent.
-         * @return true if path looked for is a child/grandchild of a path passed as a parameter.
-	 */
-	public boolean hasAsParent(TreePath path, int indexInParent);
-        /**
-         * Returns the description.
-         * @return a description.
-         */
-	public String getDescription();
-    }
- 
-    /**
-     * Specifies searching criteria basing on nodes' text.
-     */
-    class StringArrayPathChooser implements TreePathChooser {
-	String[] arr;
-	int[] indices;
-	StringComparator comparator;
-        /** 
-         * Constructs StringArrayPathChooser.
-         * @param arr a node text array. First element defines a text of a first node
-         * under a tree root, second element - a children of the first node, ...
-         * @param indices indexes of nodes in nodes' parents.
-         * @param comparator String comparision criteria.
-         */
-	StringArrayPathChooser(String[] arr, int[] indices, StringComparator comparator) {
-	    this.arr = arr;
-	    this.comparator = comparator;
-	    this.indices = indices;
-	}
-	public boolean checkPath(TreePath path, int indexInParent) {
-	    return(path.getPathCount() - 1 == arr.length &&
-		   hasAsParent(path, indexInParent));
-	}
-	public boolean hasAsParent(TreePath path, int indexInParent) {
-	    Object[] comps = path.getPath();
-            Object node;
-	    for(int i = 1; i < comps.length; i++) {
-		if(arr.length < path.getPathCount() - 1) {
-		    return(false);
-		}
-                /*
-		if(!comparator.equals(comps[i].toString(), arr[i - 1])) {
-		    return(false);
-		}
-                */
-		if(indices.length >= path.getPathCount() - 1) {
-                    node = chooseSubnode(comps[i-1], arr[i - 1], indices[i - 1], comparator);
-                } else {
-                    node = chooseSubnode(comps[i-1], arr[i - 1], comparator);
-                }
-                if(node != comps[i]) {
-		    return(false);
-		}
-	    }
-	    return(true);
-	}
-	public String getDescription() {
-            return(pathToString(arr));
-	}
-    }
-
-    private class BySubStringTreeRowChooser implements TreeRowChooser {
-	String subString;
-	StringComparator comparator;
-
-	public BySubStringTreeRowChooser(String subString, StringComparator comparator) {
-	    this.subString = subString;
-	    this.comparator = comparator;
-	}
-
-	public boolean checkRow(JTreeOperator oper, int row) {
-	    return(comparator.equals(oper.getPathForRow(row).getLastPathComponent().toString(), 
-				     subString));
-	}
-
-	public String getDescription() {
-	    return("Row containing \"" + subString + "\" string");
-	}
-    }
-
-    private class ByRenderedComponentTreeRowChooser implements TreeRowChooser {
-	ComponentChooser chooser;
-	public ByRenderedComponentTreeRowChooser(ComponentChooser chooser) {
-	    this.chooser = chooser;
-	}
-	public boolean checkRow(JTreeOperator oper, int row) {
-	    return(chooser.checkComponent(oper.getRenderedComponent(oper.getPathForRow(row))));
-	}
-	public String getDescription() {
-	    return(chooser.getDescription());
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class JTreeFinder extends Finder {
-        /**
-         * Constructs JTreeFinder.
-         * @param sf other searching criteria.
-         */
-	public JTreeFinder(ComponentChooser sf) {
-            super(JTree.class, sf);
-	}
-        /**
-         * Constructs JTreeFinder.
-         */
-	public JTreeFinder() {
-            super(JTree.class);
-	}
-    }
-
-    /**
-     * Allows to find component by node text.
-     */
-    public static class JTreeByItemFinder implements ComponentChooser {
-	String label;
-	int rowIndex;
-	StringComparator comparator;
-        /**
-         * Constructs JTreeByItemFinder.
-         * @param lb a text pattern
-         * @param ii row index to check. If equal to -1, selected row is checked.
-         * @param comparator specifies string comparision algorithm.
-         */
-	public JTreeByItemFinder(String lb, int ii, StringComparator comparator) {
-	    label = lb;
-	    rowIndex = ii;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs JTreeByItemFinder.
-         * @param lb a text pattern
-         * @param ii row index to check. If equal to -1, selected row is checked.
-         */
-	public JTreeByItemFinder(String lb, int ii) {
-            this(lb, ii, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof JTree) {
-                if(label == null) {
-                    return(true);
-                }
-		if(((JTree)comp).getRowCount() > rowIndex) {
-		    int ii = rowIndex;
-		    if(ii == -1) {
-                        int[] rows = ((JTree)comp).getSelectionRows();
-                        if(rows != null && rows.length > 0) {
-                            ii = rows[0];
-                        } else {
-                            return(false);
-                        }
-		    }
-		    TreePath path = ((JTree)comp).getPathForRow(ii);
-                    if(path != null) {
-                        return(comparator.equals(path.getPathComponent(path.getPathCount() - 1).toString(),
-                                                 label));
-                    }
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("JTree with text \"" + label + "\" in " + 
-		   (new Integer(rowIndex)).toString() + "'th row");
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/LabelOperator.java b/jemmy/src/org/netbeans/jemmy/operators/LabelOperator.java
deleted file mode 100644
index 327b59e..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/LabelOperator.java
+++ /dev/null
@@ -1,362 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.TimeoutExpiredException;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Label;
-
-import java.util.Hashtable;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class LabelOperator extends ComponentOperator {
-
-    /**
-     * Identifier for a "text" property.
-     * @see #getDump
-     */
-    public static final String TEXT_DPROP = "Text";
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public LabelOperator(Label b) {
-	super(b);
-    }
-
-    /**
-     * Constructs a LabelOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public LabelOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((Label)cont.
-             waitSubComponent(new LabelFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a LabelOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public LabelOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public LabelOperator(ContainerOperator cont, String text, int index) {
-	this((Label)waitComponent(cont, 
-                                  new LabelByLabelFinder(text, 
-                                                         cont.getComparator()),
-                                  index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Button text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public LabelOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public LabelOperator(ContainerOperator cont, int index) {
-	this((Label)
-	     waitComponent(cont, 
-			   new LabelFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @throws TimeoutExpiredException
-     */
-    public LabelOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches Label in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return Label instance or null if component was not found.
-     */
-    public static Label findLabel(Container cont, ComponentChooser chooser, int index) {
-	return((Label)findComponent(cont, new LabelFinder(chooser), index));
-    }
-
-    /**
-     * Searches Label in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return Label instance or null if component was not found.
-     */
-    public static Label findLabel(Container cont, ComponentChooser chooser) {
-	return(findLabel(cont, chooser, 0));
-    }
-
-    /**
-     * Searches Label by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return Label instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static Label findLabel(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findLabel(cont, new LabelByLabelFinder(text, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Searches Label by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return Label instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static Label findLabel(Container cont, String text, boolean ce, boolean ccs) {
-	return(findLabel(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits Label in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index Ordinal component index.
-     * @return Label instance.
-     * @throws TimeoutExpiredException
-     */
-    public static Label waitLabel(final Container cont, final ComponentChooser chooser, final int index) {
-	return((Label)waitComponent(cont, new LabelFinder(chooser), index));
-    }
-
-    /**
-     * Waits Label in container.
-     * @param cont Container to search component in.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return Label instance.
-     * @throws TimeoutExpiredException
-     */
-    public static Label waitLabel(Container cont, ComponentChooser chooser) {
-	return(waitLabel(cont, chooser, 0));
-    }
-
-    /**
-     * Waits Label by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return Label instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static Label waitLabel(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitLabel(cont, new LabelByLabelFinder(text, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Waits Label by text.
-     * @param cont Container to search component in.
-     * @param text Component text.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return Label instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public static Label waitLabel(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitLabel(cont, text, ce, ccs, 0));
-    }
-
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	if(((Label)getSource()).getText() != null) {
-	    result.put(TEXT_DPROP, ((Label)getSource()).getText());
-	} else {
-	    result.put(TEXT_DPROP, "null");
-	}
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>Label.getAlignment()</code> through queue*/
-    public int getAlignment() {
-	return(runMapping(new MapIntegerAction("getAlignment") {
-		public int map() {
-		    return(((Label)getSource()).getAlignment());
-		}}));}
-
-    /**Maps <code>Label.getText()</code> through queue*/
-    public String getText() {
-	return((String)runMapping(new MapAction("getText") {
-		public Object map() {
-		    return(((Label)getSource()).getText());
-		}}));}
-
-    /**Maps <code>Label.setAlignment(int)</code> through queue*/
-    public void setAlignment(final int i) {
-	runMapping(new MapVoidAction("setAlignment") {
-		public void map() {
-		    ((Label)getSource()).setAlignment(i);
-		}});}
-
-    /**Maps <code>Label.setText(String)</code> through queue*/
-    public void setText(final String string) {
-	runMapping(new MapVoidAction("setText") {
-		public void map() {
-		    ((Label)getSource()).setText(string);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Allows to find component by LabelByLabelFinder.
-     */
-    public static class LabelByLabelFinder implements ComponentChooser {
-	String label;
-	StringComparator comparator;
-        /**
-         * Constructs LabelByLabelFinder.
-         * @param lb a text pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public LabelByLabelFinder(String lb, StringComparator comparator) {
-	    label = lb;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs LabelByLabelFinder.
-         * @param lb a text pattern
-         */
-	public LabelByLabelFinder(String lb) {
-            this(lb, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof Label) {
-		if(((Label)comp).getText() != null) {
-		    return(comparator.equals(((Label)comp).getText(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("Label with text \"" + label + "\"");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class LabelFinder extends Finder {
-        /**
-         * Constructs LabelFinder.
-         * @param sf other searching criteria.
-         */
-	public LabelFinder(ComponentChooser sf) {
-            super(Label.class, sf);
-	}
-        /**
-         * Constructs LabelFinder.
-         */
-	public LabelFinder() {
-            super(Label.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/ListOperator.java b/jemmy/src/org/netbeans/jemmy/operators/ListOperator.java
deleted file mode 100644
index 58923e0..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/ListOperator.java
+++ /dev/null
@@ -1,635 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyInputException;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.TimeoutExpiredException;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.MultiSelListDriver;
-
-import java.awt.Color;
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Dimension;
-import java.awt.Point;
-import java.awt.Rectangle;
-import java.awt.List;
-
-import java.awt.event.ActionListener;
-import java.awt.event.ItemListener;
-import java.awt.event.KeyEvent;
-
-import java.util.Hashtable;
-import java.util.Vector;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>
- * ComponentOperator.WaitComponentEnabledTimeout - time to wait component enabled <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class ListOperator extends ComponentOperator
-    implements Outputable {
-
-    /**
-     * Identifier for a "item" properties.
-     * @see #getDump
-     */
-    public static final String ITEM_PREFIX_DPROP = "Item";
-
-    /**
-     * Identifier for a "selected item" property.
-     * @see #getDump
-     */
-    public static final String SELECTED_ITEM_PREFIX_DPROP = "SelectedItem";
-
-    private TestOut output;
-    private MultiSelListDriver driver;
-
-    /**
-     * Constructor.
-     * @param b a component
-     */
-    public ListOperator(List b) {
-	super(b);
-	driver = DriverManager.getMultiSelListDriver(getClass());
-    }
-
-    /**
-     * Constructs a ListOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public ListOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((List)cont.
-             waitSubComponent(new ListFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a ListOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public ListOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits item text first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Text of item which is currently selected. 
-     * @param itemIndex Item index.
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public ListOperator(ContainerOperator cont, String text, int itemIndex, int index) {
-	this((List)waitComponent(cont, 
-				  new ListByItemFinder(text, itemIndex,
-							cont.getComparator()),
-				  index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component by selected item text first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Text of item which is currently selected. 
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public ListOperator(ContainerOperator cont, String text, int index) {
-	this(cont, text, -1, index);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param text Text of item which is currently selected. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     * @throws TimeoutExpiredException
-     */
-    public ListOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @param index Ordinal component index.
-     * @throws TimeoutExpiredException
-     */
-    public ListOperator(ContainerOperator cont, int index) {
-	this((List)
-	     waitComponent(cont, 
-			   new ListFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont a container
-     * @throws TimeoutExpiredException
-     */
-    public ListOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches List in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return List instance or null if component was not found.
-     */
-    public static List findList(Container cont, ComponentChooser chooser, int index) {
-	return((List)findComponent(cont, new ListFinder(chooser), index));
-    }
-
-    /**
-     * Searches 0'th List in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return List instance or null if component was not found.
-     */
-    public static List findList(Container cont, ComponentChooser chooser) {
-	return(findList(cont, chooser, 0));
-    }
-
-    public void setOutput(TestOut output) {
-	super.setOutput(output.createErrorOutput());
-	this.output = output;
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = 
-	    (MultiSelListDriver)DriverManager.
-	    getDriver(DriverManager.MULTISELLIST_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-    }
-
-    private int findItemIndex(String item, StringComparator comparator, int index){
-	int count = 0;
-	for(int i = 0; i < getItemCount(); i++) {
-	    if(comparator.equals(getItem(i), item)) {
-		if(count == index) {
-		    return(i);
-		} else {
-		    count++;
-		}
-	    }
-	}
-	return(-1);
-    }
-
-    /**
-     * Searches an item index. 
-     * @param item item text.
-     * @param index an ordinal index between appropriate ones.
-     * @return an index.
-     */
-    public int findItemIndex(String item, int index){
-	return(findItemIndex(item, getComparator(), index));
-    }
-    
-    /**
-     * Searches an item index. 
-     * @param item item text.
-     * @return an index.
-     */
-    public int findItemIndex(String item){
-	return(findItemIndex(item, 0));
-    }
-
-    private void selectItem(String item, StringComparator comparator, int index) {
-	selectItem(findItemIndex(item, comparator, index));
-    }
-
-    /**
-     * Selects an item. 
-     * @param item item text.
-     * @param index an ordinal index between appropriate ones.
-     */
-    public void selectItem(String item, int index) {
-	selectItem(item, getComparator(), index);
-    }
-
-    /**
-     * Selects an item. 
-     * @param item item text.
-     */
-    public void selectItem(String item) {
-	selectItem(item, 0);
-    }
-
-    /**
-     * Selects an item. 
-     * @param index an item index.
-     */
-    public void selectItem(int index) {
-	output.printLine("Select " + Integer.toString(index) + "`th item in list\n    : " +
-			 toStringSource());
-	output.printGolden("Select " + Integer.toString(index) + "`th item in list");
-	driver.selectItem(this, index);
-	if(getVerification()) {
-            waitItemSelection(index, true);
-        }
-    }
-
-    /**
-     * Selects some items. 
-     * @param from start selection index.
-     * @param to end selection index.
-     */
-    public void selectItems(int from, int to) {
-	output.printLine("Select items from " + Integer.toString(from) + 
-			 "`th to " + Integer.toString(from) + "'th in list\n    : " +
-			 toStringSource());
-	output.printGolden("Select items from " + Integer.toString(from) + 
-			 "`th to " + Integer.toString(from) + "'th");
-	driver.selectItems(this, new int[] {from, to});
-	if(getVerification()) {
-            waitItemsSelection(from, to, true);
-        }
-    }
-    
-    /**
-     * Waits for items to be selected.
-     * @param from Start selection inex
-     * @param to End selection inex
-     * @param selected Selected (true) or unselected (false).
-     */
-    public void waitItemsSelection(final int from, final int to, final boolean selected) {
-	getOutput().printLine("Wait items to be " +
-			      (selected ? "" : "un") + "selected in component \n    : "+
-			      toStringSource());
-	getOutput().printGolden("Wait items to be " +
-				(selected ? "" : "un") + "selected");
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-                    int[] indices = getSelectedIndexes();
-                    for(int i = 0; i < indices.length; i++) {
-                        if(indices[i] < from ||
-                           indices[i] > to) {
-                            return(false);
-                        }
-                    }
-                    return(true);
-		}
-		public String getDescription() {
-		    return("Items has been " + 
-			   (selected ? "" : "un") + "selected");
-		}
-	    });
-    }
-
-    /**
-     * Waits for item to be selected.
-     * @param itemIndex an item index to be selected.
-     * @param selected Selected (true) or unselected (false).
-     */
-    public void waitItemSelection(final int itemIndex, final boolean selected) {
-        waitItemsSelection(itemIndex, itemIndex, selected);
-    }
-
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	addToDump(result, ITEM_PREFIX_DPROP, ((List)getSource()).getItems());
-	addToDump(result, SELECTED_ITEM_PREFIX_DPROP, ((List)getSource()).getSelectedItems());
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>List.addActionListener(ActionListener)</code> through queue*/
-    public void addActionListener(final ActionListener actionListener) {
-	runMapping(new MapVoidAction("addActionListener") {
-		public void map() {
-		    ((List)getSource()).addActionListener(actionListener);
-		}});}
-
-    /**Maps <code>List.addItemListener(ItemListener)</code> through queue*/
-    public void addItemListener(final ItemListener itemListener) {
-	runMapping(new MapVoidAction("addItemListener") {
-		public void map() {
-		    ((List)getSource()).addItemListener(itemListener);
-		}});}
-
-    /**Maps <code>List.deselect(int)</code> through queue*/
-    public void deselect(final int i) {
-	runMapping(new MapVoidAction("deselect") {
-		public void map() {
-		    ((List)getSource()).deselect(i);
-		}});}
-
-    /**Maps <code>List.getItem(int)</code> through queue*/
-    public String getItem(final int i) {
-	return((String)runMapping(new MapAction("getItem") {
-		public Object map() {
-		    return(((List)getSource()).getItem(i));
-		}}));}
-
-    /**Maps <code>List.getItemCount()</code> through queue*/
-    public int getItemCount() {
-	return(runMapping(new MapIntegerAction("getItemCount") {
-		public int map() {
-		    return(((List)getSource()).getItemCount());
-		}}));}
-
-    /**Maps <code>List.getItems()</code> through queue*/
-    public String[] getItems() {
-	return((String[])runMapping(new MapAction("getItems") {
-		public Object map() {
-		    return(((List)getSource()).getItems());
-		}}));}
-
-    /**Maps <code>List.getMinimumSize(int)</code> through queue*/
-    public Dimension getMinimumSize(final int i) {
-	return((Dimension)runMapping(new MapAction("getMinimumSize") {
-		public Object map() {
-		    return(((List)getSource()).getMinimumSize(i));
-		}}));}
-
-    /**Maps <code>List.getPreferredSize(int)</code> through queue*/
-    public Dimension getPreferredSize(final int i) {
-	return((Dimension)runMapping(new MapAction("getPreferredSize") {
-		public Object map() {
-		    return(((List)getSource()).getPreferredSize(i));
-		}}));}
-
-    /**Maps <code>List.getRows()</code> through queue*/
-    public int getRows() {
-	return(runMapping(new MapIntegerAction("getRows") {
-		public int map() {
-		    return(((List)getSource()).getRows());
-		}}));}
-
-    /**Maps <code>List.getSelectedIndex()</code> through queue*/
-    public int getSelectedIndex() {
-	return(runMapping(new MapIntegerAction("getSelectedIndex") {
-		public int map() {
-		    return(((List)getSource()).getSelectedIndex());
-		}}));}
-
-    /**Maps <code>List.getSelectedIndexes()</code> through queue*/
-    public int[] getSelectedIndexes() {
-	return((int[])runMapping(new MapAction("getSelectedIndexes") {
-		public Object map() {
-		    return(((List)getSource()).getSelectedIndexes());
-		}}));}
-
-    /**Maps <code>List.getSelectedItem()</code> through queue*/
-    public String getSelectedItem() {
-	return((String)runMapping(new MapAction("getSelectedItem") {
-		public Object map() {
-		    return(((List)getSource()).getSelectedItem());
-		}}));}
-
-    /**Maps <code>List.getSelectedItems()</code> through queue*/
-    public String[] getSelectedItems() {
-	return((String[])runMapping(new MapAction("getSelectedItems") {
-		public Object map() {
-		    return(((List)getSource()).getSelectedItems());
-		}}));}
-
-    /**Maps <code>List.getSelectedObjects()</code> through queue*/
-    public Object[] getSelectedObjects() {
-	return((Object[])runMapping(new MapAction("getSelectedObjects") {
-		public Object map() {
-		    return(((List)getSource()).getSelectedObjects());
-		}}));}
-
-    /**Maps <code>List.getVisibleIndex()</code> through queue*/
-    public int getVisibleIndex() {
-	return(runMapping(new MapIntegerAction("getVisibleIndex") {
-		public int map() {
-		    return(((List)getSource()).getVisibleIndex());
-		}}));}
-
-    /**Maps <code>List.isIndexSelected(int)</code> through queue*/
-    public boolean isIndexSelected(final int i) {
-	return(runMapping(new MapBooleanAction("isIndexSelected") {
-		public boolean map() {
-		    return(((List)getSource()).isIndexSelected(i));
-		}}));}
-
-    /**Maps <code>List.isMultipleMode()</code> through queue*/
-    public boolean isMultipleMode() {
-	return(runMapping(new MapBooleanAction("isMultipleMode") {
-		public boolean map() {
-		    return(((List)getSource()).isMultipleMode());
-		}}));}
-
-    /**Maps <code>List.makeVisible(int)</code> through queue*/
-    public void makeVisible(final int i) {
-	runMapping(new MapVoidAction("makeVisible") {
-		public void map() {
-		    ((List)getSource()).makeVisible(i);
-		}});}
-
-    /**Maps <code>List.remove(int)</code> through queue*/
-    public void remove(final int i) {
-	runMapping(new MapVoidAction("remove") {
-		public void map() {
-		    ((List)getSource()).remove(i);
-		}});}
-
-    /**Maps <code>List.remove(String)</code> through queue*/
-    public void remove(final String string) {
-	runMapping(new MapVoidAction("remove") {
-		public void map() {
-		    ((List)getSource()).remove(string);
-		}});}
-
-    /**Maps <code>List.removeActionListener(ActionListener)</code> through queue*/
-    public void removeActionListener(final ActionListener actionListener) {
-	runMapping(new MapVoidAction("removeActionListener") {
-		public void map() {
-		    ((List)getSource()).removeActionListener(actionListener);
-		}});}
-
-    /**Maps <code>List.removeAll()</code> through queue*/
-    public void removeAll() {
-	runMapping(new MapVoidAction("removeAll") {
-		public void map() {
-		    ((List)getSource()).removeAll();
-		}});}
-
-    /**Maps <code>List.removeItemListener(ItemListener)</code> through queue*/
-    public void removeItemListener(final ItemListener itemListener) {
-	runMapping(new MapVoidAction("removeItemListener") {
-		public void map() {
-		    ((List)getSource()).removeItemListener(itemListener);
-		}});}
-
-    /**Maps <code>List.replaceItem(String, int)</code> through queue*/
-    public void replaceItem(final String string, final int i) {
-	runMapping(new MapVoidAction("replaceItem") {
-		public void map() {
-		    ((List)getSource()).replaceItem(string, i);
-		}});}
-
-    /**Maps <code>List.select(int)</code> through queue*/
-    public void select(final int i) {
-	runMapping(new MapVoidAction("select") {
-		public void map() {
-		    ((List)getSource()).select(i);
-		}});}
-
-    /**Maps <code>List.setMultipleMode(boolean)</code> through queue*/
-    public void setMultipleMode(final boolean b) {
-	runMapping(new MapVoidAction("setMultipleMode") {
-		public void map() {
-		    ((List)getSource()).setMultipleMode(b);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Allows to find component by item text.
-     */
-    public static class ListByItemFinder implements ComponentChooser {
-	String label;
-	int itemIndex;
-	StringComparator comparator;
-        /**
-         * Constructs ListByItemFinder.
-         * @param lb a text pattern
-         * @param ii item index to check. If equal to -1, selected item is checked.
-         * @param comparator specifies string comparision algorithm.
-         */
-	public ListByItemFinder(String lb, int ii, StringComparator comparator) {
-	    label = lb;
-	    itemIndex = ii;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs ListByItemFinder.
-         * @param lb a text pattern
-         * @param ii item index to check. If equal to -1, selected item is checked.
-         */
-	public ListByItemFinder(String lb, int ii) {
-            this(lb, ii, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof List) {
-		if(label == null) {
-		    return(true);
-		}
-		if(((List)comp).getItemCount() > itemIndex) {
-		    int ii = itemIndex;
-		    if(ii == -1) {
-			ii = ((List)comp).getSelectedIndex();
-			if(ii == -1) {
-			    return(false);
-			}
-		    }
-		    return(comparator.equals(((List)comp).getItem(ii),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("List with text \"" + label + "\" in " + 
-		   (new Integer(itemIndex)).toString() + "'th item");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class ListFinder extends Finder {
-        /**
-         * Constructs ListFinder.
-         * @param sf other searching criteria.
-         */
-	public ListFinder(ComponentChooser sf) {
-            super(List.class, sf);
-	}
-        /**
-         * Constructs ListFinder.
-         */
-	public ListFinder() {
-            super(List.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/Operator.java b/jemmy/src/org/netbeans/jemmy/operators/Operator.java
deleted file mode 100644
index 3e31cfa..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/Operator.java
+++ /dev/null
@@ -1,1459 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.Action;
-import org.netbeans.jemmy.ActionProducer;
-import org.netbeans.jemmy.CharBindingMap;
-import org.netbeans.jemmy.ClassReference;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.QueueTool;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.Waitable;
-import org.netbeans.jemmy.Waiter;
-
-import org.netbeans.jemmy.util.DefaultVisualizer;
-import org.netbeans.jemmy.util.MouseVisualizer;
-
-import java.awt.Component;
-
-import java.awt.event.InputEvent;
-
-import java.lang.reflect.InvocationTargetException;
-
-import java.util.Hashtable;
-import java.util.StringTokenizer;
-import java.util.Vector;
-import org.netbeans.jemmy.TimeoutExpiredException;
-
-/**
- * Keeps all environment and low-level methods.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public abstract class Operator extends Object 
-    implements Timeoutable, Outputable {
-
-    /**
-     * Identifier for a "class" property.
-     * @see #getDump
-     */
-    public static final String CLASS_DPROP = "Class";
-
-    /**
-     * Identifier for a "toString" property.
-     * @see #getDump
-     */
-    public static final String TO_STRING_DPROP = "toString";
-
-
-    private static Vector operatorPkgs;
-
-    private Timeouts timeouts;
-    private TestOut output;
-    private ClassReference codeDefiner;
-    private int model;
-    private CharBindingMap map;
-    private ComponentVisualizer visualizer;
-    private StringComparator comparator;
-    private PathParser parser;
-    private QueueTool queueTool;
-    private boolean verification = false;
-    private JemmyProperties properties;
-
-    /**
-     * Inits environment.
-     */
-    public Operator() {
-	super();
-	initEnvironment();
-    }
-
-    /**
-     * Specifies an object to be used by default to prepare component.
-     * Each new operator created after the method using will have
-     * defined visualizer.
-     * Default implementation is org.netbeans.jemmy.util.DefaultVisualizer class.
-     * @param visualizer ComponentVisualizer implementation
-     * @return previous value
-     * @see #setVisualizer(Operator.ComponentVisualizer)
-     * @see #getDefaultComponentVisualizer()
-     * @see org.netbeans.jemmy.util.DefaultVisualizer
-     */
-    public static ComponentVisualizer setDefaultComponentVisualizer(ComponentVisualizer visualizer) {
-	return((ComponentVisualizer)JemmyProperties.
-	       setCurrentProperty("ComponentOperator.ComponentVisualizer", visualizer));
-    }
-
-    /**
-     * Returns an object to be used by default to prepare component.
-     * @return Object is used by default to prepare component
-     * @see #getVisualizer()
-     * @see #setDefaultComponentVisualizer(Operator.ComponentVisualizer)
-     */
-    public static ComponentVisualizer getDefaultComponentVisualizer() {
-	return((ComponentVisualizer)JemmyProperties.
-	       getCurrentProperty("ComponentOperator.ComponentVisualizer"));
-    }
-
-    /**
-     * Defines string comparator to be assigned in constructor.
-     * @param comparator the comparator to be used by default.
-     * @return previous value.
-     * @see #getDefaultStringComparator()
-     * @see Operator.StringComparator
-     */
-    public static StringComparator setDefaultStringComparator(StringComparator comparator) {
-	return((StringComparator)JemmyProperties.
-	       setCurrentProperty("ComponentOperator.StringComparator", comparator));
-    }
-
-    /**
-     * Returns string comparator used to init operators.
-     * @return the comparator used by default.
-     * @see #setDefaultStringComparator(Operator.StringComparator)
-     * @see Operator.StringComparator
-     */
-    public static StringComparator getDefaultStringComparator() {
-	return((StringComparator)JemmyProperties.
-	       getCurrentProperty("ComponentOperator.StringComparator"));
-    }
-
-    /**
-     * Specifies an object used for parsing of path-like strings.
-     * @param parser the parser.
-     * @return a previous value.
-     * @see Operator.PathParser
-     * @see #getDefaultPathParser
-     */
-    public static PathParser setDefaultPathParser(PathParser parser) {
-	return((PathParser)JemmyProperties.
-	       setCurrentProperty("ComponentOperator.PathParser", parser));
-    }
-
-    /**
-     * Returns an object used for parsing of path-like strings.
-     * @return a parser used by default.
-     * @see Operator.PathParser
-     * @see #setDefaultPathParser
-     */
-    public static PathParser getDefaultPathParser() {
-	return((PathParser)JemmyProperties.
-	       getCurrentProperty("ComponentOperator.PathParser"));
-    }
-
-    /**
-     * Defines weither newly created operators should perform operation verifications by default.
-     * @param verification a verification mode to be used by default.
-     * @return a prevoius value.
-     * @see #getDefaultVerification()
-     * @see #setVerification(boolean)
-     */
-    public static boolean setDefaultVerification(boolean verification) {
-	Boolean oldValue = (Boolean)(JemmyProperties.
-				     setCurrentProperty("Operator.Verification", 
-							verification ? Boolean.TRUE : Boolean.FALSE));
-	return((oldValue != null) ? oldValue.booleanValue() : false);
-    }
-
-    /**
-     * Says weither newly created operators perform operations verifications by default.
-     * @return a verification mode used by default.
-     * @see #setDefaultVerification(boolean)
-     * @see #getVerification()
-     */
-    public static boolean getDefaultVerification() {
-	return(((Boolean)(JemmyProperties.
-			  getCurrentProperty("Operator.Verification"))).booleanValue());
-    }
-
-    /**
-     * Compares caption (button text, window title, ...) with a sample text.
-     * @param caption String to be compared with match. Method returns false, if parameter is null.
-     * @param match Sample to compare with. Method returns true, if parameter is null.
-     * @param ce Compare exactly. If true, text can be a substring of caption.
-     * @param ccs Compare case sensitively. If true, both text and caption are 
-     * converted to upper case before comparison.
-     * @return true is the captions matched the match.
-     * @see #isCaptionEqual
-     * @deprecated use another methods with the same name.
-     */
-    public static boolean isCaptionEqual(String caption, String match, boolean ce, boolean ccs) {
-	return(new DefaultStringComparator(ce, ccs).equals(caption, match));
-    }
-
-    /**
-     * Compares caption (button text, window title, ...) with a sample text.
-     * @param caption String to be compared with match
-     * @param match Sample to compare with
-     * @param comparator StringComparator instance.
-     * @return true is the captions matched the match.
-     * @see #isCaptionEqual
-     */
-    public static boolean isCaptionEqual(String caption, String match, StringComparator comparator) {
-	return(comparator.equals(caption, match));
-    }
-
-    /**
-     * Returns default mouse button mask. 
-     * @return <code>InputEvent.BUTTON*_MASK</code> field value
-     */
-    public static int getDefaultMouseButton() {
-	return(InputEvent.BUTTON1_MASK);
-    }
-
-    /**
-     * Returns mask of mouse button which used to popup expanding. (InputEvent.BUTTON3_MASK)
-     * @return <code>InputEvent.BUTTON*_MASK</code> field value
-     */
-    public static int getPopupMouseButton() {
-	return(InputEvent.BUTTON3_MASK);
-    }
-
-    /**
-     * Creates operator for component.
-     * Tries to find class with "operator package"."class name"Operator name,
-     * where "operator package" is a package from operator packages list,
-     * and "class name" is the name of class or one of its superclasses.
-     * @param comp Component to create operator for.
-     * @return a new operator with default environment.
-     * @see #addOperatorPackage(String)
-     */
-    public static ComponentOperator createOperator(Component comp) {
-	//hack!
-	try {
-	    Class cclass = Class.forName("java.awt.Component");
-	    Class compClass = comp.getClass();
-	    ComponentOperator result;
-	    do {
-		if((result = createOperator(comp, compClass)) != null) {
-		    return(result);
-		}
-	    } while(cclass.isAssignableFrom(compClass = compClass.getSuperclass()));
-	} catch(ClassNotFoundException e) {
-	}
-	return(null);
-    }
-
-    /**
-     * Adds package to the list of packages containing operators. <BR>
-     * "org.netbeans.jemmy.operators" is in the list by default.
-     * @param pkgName Package name.
-     * @see #createOperator(Component)
-     */
-    public static void addOperatorPackage(String pkgName) {
-	operatorPkgs.add(pkgName);
-    }
-
-
-    /**
-     * Returns an operator containing default environment.
-     * @return an empty operator (not having any component source)
-     * having default environment.
-     */
-    public static Operator getEnvironmentOperator() {
-	return(new NullOperator());
-    }
-
-    static {
-        //init visualizer depending on OS:
-        //Linux - new MouseVisualizer(MouseVisualizer.TOP, 0.5, 10, false)
-        //solaris - new MouseVisualizer()
-        //others - new DefaultVisualizer()
-        String os = System.getProperty("os.name").toUpperCase();
-        if       (os.startsWith("LINUX")) {
-            setDefaultComponentVisualizer(new MouseVisualizer(MouseVisualizer.TOP, 0.5, 10, false));
-        } else if(os.startsWith("SUNOS")) {
-            setDefaultComponentVisualizer(new MouseVisualizer());
-        } else {
-            setDefaultComponentVisualizer(new DefaultVisualizer());
-        }
-	operatorPkgs = new Vector ();
-	setDefaultStringComparator(new DefaultStringComparator(false, false));
-	setDefaultPathParser(new DefaultPathParser("|"));
-	addOperatorPackage("org.netbeans.jemmy.operators");
-	setDefaultVerification(true);
-    }
-
-    /**
-     * Returns object operator is used for.
-     * @return an instance of java.awt.Component subclass
-     * which this operator was created for.
-     */
-    public abstract Component getSource();
-
-    ////////////////////////////////////////////////////////
-    //Environment                                         //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Returns QueueTool is used to work with queue.
-     * @return a QueueTool.
-     */
-    public QueueTool getQueueTool() {
-	return(queueTool);
-    }
-
-    /**
-     * Copies all environment (output, timeouts,
-     * visualizer) from another operator.
-     * @param anotherOperator an operator to copy the environment to.
-     */
-    public void copyEnvironment(Operator anotherOperator) {
-	setTimeouts(anotherOperator.getTimeouts());
-	setOutput(anotherOperator.getOutput());
-	setVisualizer(anotherOperator.getVisualizer());
-	setComparator(anotherOperator.getComparator());
-	setVerification(anotherOperator.getVerification());
-        setCharBindingMap(anotherOperator.getCharBindingMap());
-	setProperties(anotherOperator.getProperties());
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	this.timeouts = timeouts;
-	queueTool.setTimeouts(timeouts);
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-    
-    /**
-     * Returns component visualizer.
-     * Visualizer is used from from makeComponentVisible() method.
-     * @return a visualizer assigned to this operator.
-     * @see #getDefaultComponentVisualizer()
-     * @see #setVisualizer(Operator.ComponentVisualizer)
-     */
-    public ComponentVisualizer getVisualizer() {
- 	return(visualizer);
-    }
-    
-    /**
-     * Changes component visualizer.
-     * Visualizer is used from from makeComponentVisible() method.
-     * @param vo a visualizer to assign to this operator.
-     * @see #setDefaultComponentVisualizer(Operator.ComponentVisualizer)
-     * @see #getVisualizer()
-     */
-    public void setVisualizer(ComponentVisualizer vo) {
- 	visualizer = vo;
-    }
-
-    /**
-     * Returns a JemmyProperty object assigned to this operator.
-     * @return a JemmyProperty object got from the top of property stack 
-     * or from another operator by copyuing environment.
-     * @see #setProperties
-     */
-    public JemmyProperties getProperties() {
-	return(properties);
-    }
-
-    /**
-     * Assigns a JemmyProperty object to this operator.
-     * @param properties a properties to assign to this operator.
-     * @return previously assigned properties.
-     * @see #getProperties
-     */
-    public JemmyProperties setProperties(JemmyProperties properties) {
-	JemmyProperties oldProperties = getProperties();
-	this.properties = properties;
-	return(oldProperties);
-    }
-
-    /**
-     * Defines CharBindingMap.
-     * @param map a CharBindingMap to use for keyboard operations.
-     * @see org.netbeans.jemmy.CharBindingMap
-     * @see org.netbeans.jemmy.JemmyProperties#setCurrentCharBindingMap(CharBindingMap)
-     * @see #getCharBindingMap
-     */
-    public void setCharBindingMap(CharBindingMap map) {
-	this.map = map;
-    }
-
-    /**
-     * Returns CharBindingMap used for keyboard operations.
-     * @return a map assigned to this object.
-     * @see #setCharBindingMap
-     */
-    public CharBindingMap getCharBindingMap() {
-	return(map);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	queueTool.setOutput(output.createErrorOutput());
-    }
-    
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    /**
-     * Returns object which is used for string comparison.
-     * @return a comparator assigned to this operator.
-     * @see org.netbeans.jemmy.operators.Operator.StringComparator
-     * @see org.netbeans.jemmy.operators.Operator.DefaultStringComparator
-     * @see #setComparator
-     */
-    public StringComparator getComparator() {
-	return(comparator);
-    }
-
-    /**
-     * Defines object which is used for string comparison. 
-     * @param comparator a comparator to use for string comparision.
-     * @see org.netbeans.jemmy.operators.Operator.StringComparator
-     * @see org.netbeans.jemmy.operators.Operator.DefaultStringComparator
-     * @see #getComparator
-     */
-    public void setComparator(StringComparator comparator) {
-	this.comparator = comparator;
-    }
-
-    /**
-     * Returns object which is used for parsing of path-like strings.
-     * @return a comparator assigned to this operator.
-     * @see #setPathParser
-     */
-    public PathParser getPathParser() {
-	return(parser);
-    }
-
-    /**
-     * Specifies object which is used for parsing of path-like strings.
-     * @param parser a parser to use for path parsing.
-     * @see #getPathParser
-     */
-    public void setPathParser(PathParser parser) {
-	this.parser = parser;
-    }
-
-    /**
-     * Defines weither operator should perform operation verifications.
-     * @param verification new value.
-     * @return old value
-     * @see #setDefaultVerification(boolean)
-     * @see #getDefaultVerification()
-     * @see #getVerification()
-     */
-    public boolean setVerification(boolean verification) {
-	boolean oldValue = this.verification;
-	this.verification = verification;
-	return(oldValue);
-    }
-
-    /**
-     * Says weither operator performs operation verifications.
-     * @return old value
-     * @see #setDefaultVerification(boolean)
-     * @see #getDefaultVerification()
-     * @see #setVerification(boolean)
-     */
-    public boolean getVerification() {
-	return(verification);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Util                                                //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Creates new array which has all elements from 
-     * first array, except last element.
-     * @param path an original array
-     * @return new array
-     */
-    public String[] getParentPath(String path[]) {
-        if(path.length > 1) {
-            String[] ppath = new String[path.length - 1];
-            for(int i = 0; i < ppath.length; i++) {
-                ppath[i] = path[i];
-            }
-            return(ppath);
-        } else {
-            return(new String[0]);
-        }
-    }
-    public ComponentChooser[] getParentPath(ComponentChooser path[]) {
-        if(path.length > 1) {
-            ComponentChooser[] ppath = new ComponentChooser[path.length - 1];
-            for(int i = 0; i < ppath.length; i++) {
-                ppath[i] = path[i];
-            }
-            return(ppath);
-        } else {
-            return(new ComponentChooser[0]);
-        }
-    }
-
-    /**
-     * Parses a string to a string array
-     * using a PathParser assigned to this operator.
-     * @param path an original string
-     * @return created String array.
-     */
-    public String[] parseString(String path) {
-        return(getPathParser().parse(path));
-    }
-
-    /**
-     * Parses strings like "1|2|3" into arrays {"1", "2", "3"}.
-     * @param path an original string
-     * @param delim a delimiter string
-     * @return created String array.
-     */
-    public String[] parseString(String path, String delim) {
-        return(new DefaultPathParser(delim).parse(path));
-    }
-
-    /**
-     * Returns key code to be pressed for character typing.
-     * @param c Character to be typed.
-     * @return a value of one of the <code>KeyEvent.VK_*</code> fields.
-     * @see org.netbeans.jemmy.CharBindingMap
-     */
-    public int getCharKey(char c) {
-	return(map.getCharKey(c));
-    }
-
-    /**
-     * Returns modifiers mask for character typing.
-     * @param c Character to be typed.
-     * @return a combination of <code>InputEvent.*_MASK</code> fields.
-     * @see org.netbeans.jemmy.CharBindingMap
-     */
-    public int getCharModifiers(char c) {
-	return(map.getCharModifiers(c));
-    }
-
-    /**
-     * Returns key codes to by pressed for characters typing.
-     * @param c Characters to be typed.
-     * @return an array of <code>KeyEvent.VK_*</code> values.
-     * @see org.netbeans.jemmy.CharBindingMap
-     */
-    public int[] getCharsKeys(char[] c) {
-	int[] result = new int[c.length];
-	for(int i = 0; i < c.length; i++) {
-	    result[i] = getCharKey(c[i]);
-	}
-	return(result);
-    }
-
-    /**
-     * Returns modifiers masks for characters typing.
-     * @param c Characters to be typed.
-     * @return an array of a combination of <code>InputEvent.*_MASK</code> fields.
-     * @see org.netbeans.jemmy.CharBindingMap
-     */
-    public int[] getCharsModifiers(char[] c) {
-	int[] result = new int[c.length];
-	for(int i = 0; i < c.length; i++) {
-	    result[i] = getCharModifiers(c[i]);
-	}
-	return(result);
-    }
-
-    /**
-     * Returns key codes to by pressed for the string typing.
-     * @param s String to be typed.
-     * @return an array of <code>KeyEvent.VK_*</code> values.
-     * @see org.netbeans.jemmy.CharBindingMap
-     */
-    public int[] getCharsKeys(String s) {
-	return(getCharsKeys(s.toCharArray()));
-    }
-
-    /**
-     * Returns modifiers masks for the string typing.
-     * @param s String to be typed.
-     * @return an array of a combination of <code>InputEvent.*_MASK</code> fields.
-     * @see org.netbeans.jemmy.CharBindingMap
-     */
-    public int[] getCharsModifiers(String s) {
-	return(getCharsModifiers(s.toCharArray()));
-    }
-
-    /**
-     * Compares string using getComparator StringComparator.
-     * @param caption a caption
-     * @param match a pattern
-     * @return true if <code>caption</code> and <code>match</code> match
-     * @see #isCaptionEqual
-     */
-    public boolean isCaptionEqual(String caption, String match) {
-	return(comparator.equals(caption, match));
-    }
-
-    /**
-     * Prints component information into operator output.
-     */
-    public void printDump() {
-	Hashtable result = getDump();
-	Object[] keys = result.keySet().toArray();
-	for(int i = 0; i < result.size(); i++) {
-	    output.printLine((String)keys[i] + 
-			     " = " + 
-			     (String)result.get(keys[i]));
-	}
-    }
-
-    /**
-     * Returns information about component.
-     * All records marked by simbolic constants defined in
-     * public static final <code>*_DPROP</code> fields for
-     * each operator type.
-     * @return a Hashtable containing name-value pairs.
-     */
-    public Hashtable getDump() {
-	Hashtable result = new Hashtable();
-	result.put(CLASS_DPROP, getSource().getClass().getName());
-        result.put(TO_STRING_DPROP, getSource().toString());
-	return(result);
-    }
-
-    /**
-     * Waits a state specified by a ComponentChooser instance.
-     * @param state a ComponentChooser defining the state criteria.
-     * @throws TimeoutExpiredException if the state has not
-     * achieved in a value defined by <code>"ComponentOperator.WaitStateTimeout"</code>
-     */
-    public void waitState(final ComponentChooser state) {
-	Waiter stateWaiter = new Waiter(new Waitable() {
-		public Object actionProduced(Object obj) {
-		    return(state.checkComponent(getSource()) ?
-			   "" : null);
-		}
-		public String getDescription() {
-		    return("Wait \"" + state.getDescription() + 
-			   "\" state to be reached");
-		}
-	    });
-	stateWaiter.setTimeouts(getTimeouts().cloneThis());
-	stateWaiter.getTimeouts().
-	    setTimeout("Waiter.WaitingTime",
-		       getTimeouts().
-		       getTimeout("ComponentOperator.WaitStateTimeout"));
-	stateWaiter.setOutput(getOutput().createErrorOutput());
-	try {
-	    stateWaiter.waitAction(null);
-	} catch(InterruptedException e) {
-	    throw(new JemmyException("Waiting of \"" + state.getDescription() +
-				     "\" state has been interrupted!"));
-	}
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Performs an operation with time control.
-     * @param action an action to execute.
-     * @param param an action parameters.
-     * @param wholeTime a time for the action to be finished.
-     * @return an action result.
-     */
-    protected Object produceTimeRestricted(Action action, final Object param, 
-					   long wholeTime) {
-	ActionProducer producer = new ActionProducer(action);
-	producer.setOutput(getOutput().createErrorOutput());
-	producer.setTimeouts(getTimeouts().cloneThis());
-	producer.getTimeouts().setTimeout("ActionProducer.MaxActionTime", wholeTime);
-	try {
-            Object result = producer.produceAction(param);
-            Throwable exception = producer.getException();
-            if(exception != null) {
-                if(exception instanceof JemmyException) {
-                    throw((JemmyException)exception);
-                } else {
-                    throw(new JemmyException("Exception during " + action.getDescription(),
-                                             exception));
-                }
-            }
-	    return(result);
-	} catch(InterruptedException e) {
-	    throw(new JemmyException("Interrupted!", e));
-	}
-    }
-
-    /**
-     * Performs an operation with time control.
-     * @param action an action to execute.
-     * @param wholeTime a time for the action to be finished.
-     * @return an action result.
-     */
-    protected Object produceTimeRestricted(Action action, long wholeTime) {
-	return(produceTimeRestricted(action, null, wholeTime));
-    }
-
-    /**
-     * Performs an operation without time control.
-     * @param action an action to execute.
-     * @param param an action parameters.
-     */
-    protected void produceNoBlocking(NoBlockingAction action, Object param) {
-	try {
-	    ActionProducer noBlockingProducer = new ActionProducer(action, false);
-	    noBlockingProducer.setOutput(output.createErrorOutput());
-	    noBlockingProducer.setTimeouts(timeouts);
-	    noBlockingProducer.produceAction(param);
-	} catch(InterruptedException e) {
-	    throw(new JemmyException("Exception during \"" + 
-				     action.getDescription() +
-				     "\" execution",
-				     e));
-	}
-	if(action.exception != null) {
-	    throw(new JemmyException("Exception during nonblocking \"" +
-				     action.getDescription() + "\"",
-				     action.exception));
-	}
-    }
-
-    /**
-     * Performs an operation without time control.
-     * @param action an action to execute.
-     */
-    protected void produceNoBlocking(NoBlockingAction action) {
-	produceNoBlocking(action, null);
-    }
-
-    /**
-     * Equivalent to <code>getQueue().lock();</code>.
-     */
-    protected void lockQueue() {
-	queueTool.lock();
-    }
-
-    /**
-     * Equivalent to <code>getQueue().unlock();</code>.
-     */
-    protected void unlockQueue() {
-	queueTool.unlock();
-    }
-
-    /**
-     * Unlocks Queue and then throw exception.
-     * @param e an exception to be thrown.
-     */
-    protected void unlockAndThrow(Exception e) {
-	unlockQueue();
-	throw(new JemmyException("Exception during queue locking", e));
-    }
-
-    /**
-     * To map nonprimitive type component's method.
-     * @param action a mapping action.
-     * @return an action result.
-     * @see Operator.MapAction
-     */
-    protected Object runMapping(MapAction action) {
-	return(runMappingPrimitive(action));
-    }
-
-    /**
-     * To map char component's method.
-     * @param action a mapping action.
-     * @return an action result.
-     * @see #runMapping(Operator.MapAction)
-     * @see Operator.MapCharacterAction
-     */
-    protected char runMapping(MapCharacterAction action) {
-	return(((Character)runMappingPrimitive(action)).charValue());
-    }
-
-    /**
-     * To map byte component's method.
-     * @param action a mapping action.
-     * @return an action result.
-     * @see #runMapping(Operator.MapAction)
-     * @see Operator.MapByteAction
-     */
-    protected byte runMapping(MapByteAction action) {
-	return(((Byte)runMappingPrimitive(action)).byteValue());
-    }
-
-    /**
-     * To map int component's method.
-     * @param action a mapping action.
-     * @return an action result.
-     * @see #runMapping(Operator.MapAction)
-     * @see Operator.MapIntegerAction
-     */
-    protected int runMapping(MapIntegerAction action) {
-	return(((Integer)runMappingPrimitive(action)).intValue());
-    }
-
-    /**
-     * To map long component's method.
-     * @param action a mapping action.
-     * @return an action result.
-     * @see #runMapping(Operator.MapAction)
-     * @see Operator.MapLongAction
-     */
-    protected long runMapping(MapLongAction action) {
-	return(((Long)runMappingPrimitive(action)).longValue());
-    }
-
-    /**
-     * To map float component's method.
-     * @param action a mapping action.
-     * @return an action result.
-     * @see #runMapping(Operator.MapAction)
-     * @see Operator.MapFloatAction
-     */
-    protected float runMapping(MapFloatAction action) {
-	return(((Float)runMappingPrimitive(action)).floatValue());
-    }
-
-    /**
-     * To map double component's method.
-     * @param action a mapping action.
-     * @return an action result.
-     * @see #runMapping(Operator.MapAction)
-     * @see Operator.MapDoubleAction
-     */
-    protected double runMapping(MapDoubleAction action) {
-	return(((Double)runMappingPrimitive(action)).doubleValue());
-    }
-
-    /**
-     * To map boolean component's method.
-     * @param action a mapping action.
-     * @return an action result.
-     * @see #runMapping(Operator.MapAction)
-     * @see Operator.MapBooleanAction
-     */
-    protected boolean runMapping(MapBooleanAction action) {
-	return(((Boolean)runMappingPrimitive(action)).booleanValue());
-    }
-
-    /**
-     * To map void component's method.
-     * @param action a mapping action.
-     * @see #runMapping(Operator.MapAction)
-     * @see Operator.MapVoidAction
-     */
-    protected void runMapping(MapVoidAction action) {
-	runMappingPrimitive(action);
-    }
-
-    /**
-     * Adds array of objects to dump hashtable.
-     * Is used for multiple properties such as list items and tree nodes.
-     * @param table a table to add properties to.
-     * @param title property names prefix. Property names are constructed by
-     * adding a number to the prefix: 
-     * <code>title + "_" + Iteger.toString("ordinal index")</code>
-     * @param items an array of property values.
-     * @return an array of property names (with added numbers).
-     */
-    protected String[] addToDump(Hashtable table, String title, Object[] items) {
-	String[] names = createNames(title + "_", items.length);
-	for(int i = 0; i < items.length; i++) {
-	    table.put(names[i], items[i].toString());
-	}
-	return(names);
-    }
-
-    /**
-     * Adds two dimentional array of objects to dump hashtable.
-     * Is used for multiple properties such as table cells.
-     * @param table a table to add properties to.
-     * @param title property names prefix. Property names are constructed by
-     * adding two numbers to the prefix: 
-     * <code>title + "_" + Iteger.toString("row index") + "_" + Iteger.toString("column index")</code>
-     * @param items an array of property values.
-     * @return an array of property names (with added numbers).
-     */
-    protected String[] addToDump(Hashtable table, String title, Object[][] items) {
-	String[] names = createNames(title + "_", items.length);
-	for(int i = 0; i < items.length; i++) {
-	    addToDump(table, names[i], items[i]);
-	}
-	return(names);
-    }
-    ////////////////////////////////////////////////////////
-    //Private                                             //
-    ////////////////////////////////////////////////////////
-
-    private Object runMappingPrimitive(QueueTool.QueueAction action) {
-        return(queueTool.invokeSmoothly(action));
-    }
-
-    private String[] createNames(String title, int count) {
-	String[] result = new String[count];
-	int indexLength = Integer.toString(count).length();
-	String zeroString = "";
-	for(int i = 0; i < indexLength; i++) {
-	    zeroString = zeroString + "0";
-	}
-	String indexString;
-	for(int i = 0; i < count; i++) {
-	    indexString = Integer.toString(i);
-	    result[i] = title + 
-		zeroString.substring(0, indexLength - indexString.length()) + 
-		indexString;
-	}
-	return(result);
-    }
-
-    private static ComponentOperator createOperator(Component comp, Class compClass) {
-	StringTokenizer token = new StringTokenizer(compClass.getName(), ".");
-	String className = "";
-	while(token.hasMoreTokens()) {
-	    className = token.nextToken();
-	}
-	Object[] params = {comp};
-	Class[] param_classes = {compClass};
-	String operatorPackage;
-	for(int i = 0; i < operatorPkgs.size(); i++) {
-	    operatorPackage = (String)operatorPkgs.get(i);
-	    try {
-		return((ComponentOperator)
-		       new ClassReference(operatorPackage + "." +
-					  className + "Operator").
-		       newInstance(params, param_classes));
-	    } catch(ClassNotFoundException e) {
-	    } catch(InvocationTargetException e) {
-	    } catch(NoSuchMethodException e) {
-	    } catch(IllegalAccessException e) {
-	    } catch(InstantiationException e) {
-	    }
-	}
-	return(null);
-    }
-
-    private void initEnvironment() {
-	try {
-	    codeDefiner = new ClassReference("java.awt.event.KeyEvent");
-	} catch(ClassNotFoundException e) {
-	}
-	queueTool = new QueueTool();
-	setTimeouts(JemmyProperties.getProperties().getTimeouts());
-	setOutput(JemmyProperties.getProperties().getOutput());
-	setCharBindingMap(JemmyProperties.getProperties().getCharBindingMap());
-	setVisualizer(getDefaultComponentVisualizer());
-	setComparator(getDefaultStringComparator());
-	setVerification(getDefaultVerification());
-	setProperties(JemmyProperties.getProperties());
-	setPathParser(getDefaultPathParser());
-    }
-
-    private int nextDelimIndex(String path, String delim) {
-	String restPath = path;
-	int ind = 0;
-	while((ind = restPath.indexOf(delim)) != -1) {
-	    if(ind == 0 ||
-	       !restPath.substring(ind - 1, ind).equals("\\")) {
-		return(ind);
-	    }
-	}
-	return(-1);
-    }
-
-    /**
-     * Returns toString() result from component of this operator. It calls
-     * {@link #getSource}.toString() in dispatch thread.
-     * @return toString() result from component of this operator.
-     */
-    public String toStringSource() {
-        return (String)runMapping(new MapAction("getSource().toString()") {
-            public Object map() {
-                return getSource().toString();
-            }
-        });
-    }
-
-    /**
-     * Interface used to make component visible & ready to to make operations with.
-     */
-    public interface ComponentVisualizer {
-	/**
-	 * Prepares component for a user input.
-	 * @param compOper Operator asking for necessary actions.
-	 */
-	public void makeVisible(ComponentOperator compOper);
-    }
-
-
-    /**
-     * Interface to compare string resources like labels, button text, ...
-     * with match. <BR>
-     */
-    public interface StringComparator {
-	/**
-	 * Imlementation must return true if strings are equal.
-         * @param caption a text to compare with pattern.
-         * @param match a pattern
-         * @return true if text and pattern matches.
-	 */
-	public boolean equals(String caption, String match);
-    }
-
-    /**
-     * Default StringComparator implementation.
-     */
-    public static class DefaultStringComparator implements StringComparator {
-	boolean ce;
-	boolean ccs;
-
-	/**
-         * Constructs a DefaultStringComparator object.
-	 * @param ce Compare exactly. If false, text can be a substring of caption.
-	 * @param ccs Compare case sensitively.
-	 */
-	public DefaultStringComparator(boolean ce, boolean ccs) {
-	    this.ce = ce;
-	    this.ccs = ccs;
-	}
-
-	/**	
-         * Compares a caption with a match using switched passed into constructor.
-	 * @param caption String to be compared with match. Method returns false, if parameter is null.
-	 * @param match Sample to compare with. Method returns true, if parameter is null.
-         * @return true if text and pattern matches.
-	 */
-	public boolean equals(String caption, String match) {
-	    if(match == null) {
-		return(true);
-	    }
-	    if(caption == null) {
-		return(false);
-	    }
-	    String c, t;
-	    if(!ccs) {
-		c = caption.toUpperCase();
-		t = match.toUpperCase();
-	    } else {
-		c = caption;
-		t = match;
-	    }
-	    if(ce) {
-		return(c.equals(t));
-	    } else {
-		return(c.indexOf(t) != -1);
-	    }
-	}
-    }
-
-    /**
-     * Used for parsing of path-like strings.
-     */
-    public interface PathParser {
-        /**
-         * Parses a string to a String array.
-         * @param path a String to parse.
-         * @return a parsed array.
-         */
-	public String[] parse(String path);
-    }
-
-    /**
-     * Used for parsing of path-like strings where path components are
-     * separated by a string-separator: "drive|directory|subdirectory|file".
-     */
-    public static class DefaultPathParser implements PathParser {
-        String separator;
-        /**
-         * Constructs a DefaultPathParser object.
-         * @param separator a string used as separator.
-         */
-        public DefaultPathParser(String separator) {
-            this.separator = separator;
-        }
- 	public String[] parse(String path) {
-            if(path.length() > 0) {
-                Vector parsed = new Vector();
-                int position = 0;
-                int sepIndex = 0;
-                while((sepIndex = path.indexOf(separator, position)) != -1) {
-                    parsed.add(path.substring(position, sepIndex));
-                    position = sepIndex + separator.length();
-                }
-                parsed.add(path.substring(position));
-                String[] result = new String[parsed.size()];
-                for(int i = 0; i < parsed.size(); i++) {
-                    result[i] = (String)parsed.get(i);
-                }
-                return(result);
-            } else {
-                return(new String[0]);
-            }
-        }
-    }
-
-    /**
-     * Allows to bind a compponent by a component type.
-     */
-    public static class Finder implements ComponentChooser {
-        Class clz;
-        ComponentChooser subchooser;
-        /**
-         * Constructs Finder.
-         * @param clz a component class.
-         * @param subchooser other searching criteria.
-         */
-        public Finder(Class clz, ComponentChooser subchooser) {
-            this.clz = clz;
-            this.subchooser = subchooser;
-        }
-        /**
-         * Constructs Finder.
-         * @param clz a component class.
-         */
-        public Finder(Class clz) {
-            this(clz, ComponentSearcher.getTrueChooser("Any " + clz.getName()));
-        }
-        public boolean checkComponent(Component comp) {
-            if(clz.isInstance(comp)) {
-                return(subchooser.checkComponent(comp));
-            }
-            return(false);
-        }
-        public String getDescription() {
-            return(subchooser.getDescription());
-        }
-    }
-
-    /**
-     * Can be used to make nonblocking operation implementation.
-     * Typical scenario is: <BR>
-     *	produceNoBlocking(new NoBlockingAction("Button pushing") {<BR>
-     *		public Object doAction(Object param) {<BR>
-     *		    push();<BR>
-     *		    return(null);<BR>
-     *		}<BR>
-     *	    });<BR>
-     */
-    protected abstract class NoBlockingAction implements Action {
-	String description;
-	Exception exception;
-	boolean finished;
-        /**
-         * Constructs a NoBlockingAction object.
-         * @param description an action description.
-         */
-        public NoBlockingAction(String description) {
-	    this.description = description;
-	    exception = null;
-	    finished = false;
-	}
-	public final Object launch(Object param) {
-	    Object result = null;
-	    try {
-		result = doAction(param);
-	    } catch(Exception e) {
-		exception = e;
-	    }
-	    finished = true;
-	    return(result);
-	}
-        /**
-         * Performs a mapping action.
-         * @param param an action parameter.
-         * @return an action result.
-         */
-	public abstract Object doAction(Object param);
-	public String getDescription() {
-	    return(description);
-	}
-        /**
-         * Specifies the exception.
-         * @param e an exception.
-         * @see #getException
-         */
-	protected void setException(Exception e) {
-	    exception = e;
-	}
-        /**
-         * Returns an exception occured diring the action execution.
-         * @return an exception.
-         * @see #setException
-         */
-	public Exception getException() {
-	    return(exception);
-	}
-    }
-
-    /**
-     * Can be used to simplify nonprimitive type component's methods mapping.
-     * Like this: <BR>
-     * public Color getBackground() { <BR>
-     *     return((Color)runMapping(new MapAction("getBackground") { <BR>
-     *         public Object map() { <BR>
-     *             return(((Component)getSource()).getBackground()); <BR>
-     *         } <BR>
-     *     })); <BR>
-     * } <BR>
-     * @see #runMapping(Operator.MapAction)
-     */
-    protected abstract class MapAction extends QueueTool.QueueAction {
-        /**
-         * Constructs a MapAction object.
-         * @param description an action description.
-         */
-	public MapAction(String description) {
-	    super(description);
-	}
-	public final Object launch() throws Exception {
-	    return(map());
-	}
-        /**
-         * Executes a map action.
-         * @return an action result.
-         * @throws Exception 
-         */
-	public abstract Object map() throws Exception;
-    }
-
-    /**
-     * Can be used to simplify char component's methods mapping.
-     * @see #runMapping(Operator.MapCharacterAction)
-     */
-    protected abstract class MapCharacterAction extends QueueTool.QueueAction {
-        /**
-         * Constructs a MapCharacterAction object.
-         * @param description an action description.
-         */
-	public MapCharacterAction(String description) {
-	    super(description);
-	}
-	public final Object launch() throws Exception {
-	    return(new Character(map()));
-	}
-        /**
-         * Executes a map action.
-         * @return an action result.
-         * @throws Exception 
-         */
-	public abstract char map() throws Exception;
-    }
-
-    /**
-     * Can be used to simplify byte component's methods mapping.
-     * @see #runMapping(Operator.MapByteAction)
-     */
-    protected abstract class MapByteAction extends QueueTool.QueueAction {
-        /**
-         * Constructs a MapByteAction object.
-         * @param description an action description.
-         */
-	public MapByteAction(String description) {
-	    super(description);
-	}
-	public final Object launch() throws Exception {
-	    return(new Byte(map()));
-	}
-        /**
-         * Executes a map action.
-         * @return an action result.
-         * @throws Exception 
-         */
-	public abstract byte map() throws Exception;
-    }
-
-    /**
-     * Can be used to simplify int component's methods mapping.
-     * @see #runMapping(Operator.MapIntegerAction)
-     */
-    protected abstract class MapIntegerAction extends QueueTool.QueueAction {
-        /**
-         * Constructs a MapIntegerAction object.
-         * @param description an action description.
-         */
-	public MapIntegerAction(String description) {
-	    super(description);
-	}
-	public final Object launch() throws Exception {
-	    return(new Integer(map()));
-	}
-        /**
-         * Executes a map action.
-         * @return an action result.
-         * @throws Exception 
-         */
-	public abstract int map() throws Exception;
-    }
-
-    /**
-     * Can be used to simplify long component's methods mapping.
-     * @see #runMapping(Operator.MapLongAction)
-     */
-    protected abstract class MapLongAction extends QueueTool.QueueAction {
-        /**
-         * Constructs a MapLongAction object.
-         * @param description an action description.
-         */
-	public MapLongAction(String description) {
-	    super(description);
-	}
-	public final Object launch() throws Exception {
-	    return(new Long(map()));
-	}
-        /**
-         * Executes a map action.
-         * @return an action result.
-         * @throws Exception 
-         */
-	public abstract long map() throws Exception;
-    }
-
-    /**
-     * Can be used to simplify float component's methods mapping.
-     * @see #runMapping(Operator.MapFloatAction)
-     */
-    protected abstract class MapFloatAction extends QueueTool.QueueAction {
-        /**
-         * Constructs a MapFloatAction object.
-         * @param description an action description.
-         */
-	public MapFloatAction(String description) {
-	    super(description);
-	}
-	public final Object launch() throws Exception {
-	    return(new Float(map()));
-	}
-        /**
-         * Executes a map action.
-         * @return an action result.
-         * @throws Exception 
-         */
-	public abstract float map() throws Exception;
-    }
-
-    /**
-     * Can be used to simplify double component's methods mapping.
-     * @see #runMapping(Operator.MapDoubleAction)
-     */
-    protected abstract class MapDoubleAction extends QueueTool.QueueAction {
-        /**
-         * Constructs a MapDoubleAction object.
-         * @param description an action description.
-         */
-	public MapDoubleAction(String description) {
-	    super(description);
-	}
-	public final Object launch() throws Exception {
-	    return(new Double(map()));
-	}
-        /**
-         * Executes a map action.
-         * @return an action result.
-         * @throws Exception 
-         */
-	public abstract double map() throws Exception;
-    }
-
-    /**
-     * Can be used to simplify boolean component's methods mapping.
-     * @see #runMapping(Operator.MapBooleanAction)
-     */
-    protected abstract class MapBooleanAction extends QueueTool.QueueAction {
-        /**
-         * Constructs a MapBooleanAction object.
-         * @param description an action description.
-         */
-	public MapBooleanAction(String description) {
-	    super(description);
-	}
-	public final Object launch() throws Exception {
-	    return(map() ? Boolean.TRUE : Boolean.FALSE);
-	}
-        /**
-         * Executes a map action.
-         * @return an action result.
-         * @throws Exception 
-         */
-	public abstract boolean map() throws Exception;
-    }
-
-    /**
-     * Can be used to simplify void component's methods mapping.
-     * @see #runMapping(Operator.MapVoidAction)
-     */
-    protected abstract class MapVoidAction extends QueueTool.QueueAction {
-        /**
-         * Constructs a MapVoidAction object.
-         * @param description an action description.
-         */
-	public MapVoidAction(String description) {
-	    super(description);
-	}
-	public final Object launch() throws Exception {
-	    map();
-	    return(null);
-	}
-        /**
-         * Executes a map action.
-         * @throws Exception 
-         */
-	public abstract void map() throws Exception;
-    }
-
-    private static class NullOperator extends Operator {
-	public NullOperator() {
-	    super();
-	}
-	public Component getSource() {
-	    return(null);
-	}
-    }
-}
-
-
diff --git a/jemmy/src/org/netbeans/jemmy/operators/ScrollPaneOperator.java b/jemmy/src/org/netbeans/jemmy/operators/ScrollPaneOperator.java
deleted file mode 100644
index f4f51ac..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/ScrollPaneOperator.java
+++ /dev/null
@@ -1,1499 +0,0 @@
-/*
-
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
-
- *
-
- * The Original Software is the Jemmy library.
-
- * The Initial Developer of the Original Software is Alexandre Iline.
-
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
-
- *
-
- *
-
- *
-
- * $Id$ $Revision$ $Date$
-
- *
-
- */
-
-
-
-package org.netbeans.jemmy.operators;
-
-
-
-import org.netbeans.jemmy.Action;
-
-import org.netbeans.jemmy.ComponentSearcher;
-
-import org.netbeans.jemmy.ComponentChooser;
-
-import org.netbeans.jemmy.JemmyException;
-
-import org.netbeans.jemmy.JemmyProperties;
-
-import org.netbeans.jemmy.Outputable;
-
-import org.netbeans.jemmy.TestOut;
-
-import org.netbeans.jemmy.Timeoutable;
-
-import org.netbeans.jemmy.TimeoutExpiredException;
-
-import org.netbeans.jemmy.Timeouts;
-
-
-
-import org.netbeans.jemmy.drivers.DriverManager;
-
-import org.netbeans.jemmy.drivers.ScrollDriver;
-
-
-
-import org.netbeans.jemmy.drivers.scrolling.ScrollAdjuster;
-
-
-
-import java.awt.Adjustable;
-
-import java.awt.Component;
-
-import java.awt.Container;
-
-import java.awt.Dimension;
-
-import java.awt.Point;
-
-import java.awt.Rectangle;
-
-import java.awt.ScrollPane;
-
-
-
-import javax.swing.SwingUtilities;
-
-
-
-/**
-
- * <BR><BR>Timeouts used: <BR>
-
- * ScrollbarOperator.WholeScrollTimeout - time for one scroll click <BR>
-
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>.
-
- *
-
- * @see org.netbeans.jemmy.Timeouts
-
- *
-
- * @author Alexandre Iline (alexandre.iline at sun.com)
-
- *	
-
- */
-
-
-
-public class ScrollPaneOperator extends ContainerOperator
-
-    implements Timeoutable, Outputable {
-
-
-
-    private static int X_POINT_RECT_SIZE = 6;
-
-    private static int Y_POINT_RECT_SIZE = 4;
-
-    
-
-    private Timeouts timeouts;
-
-    private TestOut output;
-
-    
-
-    private ScrollDriver driver;
-
-
-
-    /**
-
-     * Constructor.
-
-     * @param b The <code>java.awt.ScrollPane</code> managed by
-
-     * this instance.
-
-     */
-
-    public ScrollPaneOperator(ScrollPane b) {
-
-	super(b);
-
-	driver = DriverManager.getScrollDriver(getClass());
-
-    }
-
-
-
-    /**
-
-     * Constructs a ScrollPaneOperator object.
-
-     * @param cont a container
-
-     * @param chooser a component chooser specifying searching criteria.
-
-     * @param index an index between appropriate ones.
-
-     */
-
-    public ScrollPaneOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-
-	this((ScrollPane)cont.
-
-             waitSubComponent(new ScrollPaneFinder(chooser),
-
-                              index));
-
-	copyEnvironment(cont);
-
-    }
-
-
-
-    /**
-
-     * Constructs a ScrollPaneOperator object.
-
-     * @param cont a container
-
-     * @param chooser a component chooser specifying searching criteria.
-
-     */
-
-    public ScrollPaneOperator(ContainerOperator cont, ComponentChooser chooser) {
-
-	this(cont, chooser, 0);
-
-    }
-
-
-
-    /**
-
-     * Constructor.
-
-     * Waits component in container first.
-
-     * Uses cont's timeout and output for waiting and to init operator.
-
-     * @param cont Operator pointing a container to search component in.
-
-     * @param index Ordinal component index.
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public ScrollPaneOperator(ContainerOperator cont, int index) {
-
-	this((ScrollPane)waitComponent(cont, 
-
-					new ScrollPaneFinder(), 
-
-					index));
-
-	copyEnvironment(cont);
-
-   }
-
-
-
-    /**
-
-     * Constructor.
-
-     * Waits component in container first.
-
-     * Uses cont's timeout and output for waiting and to init operator.
-
-     * @param cont Operator pointing a container to search component in.
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public ScrollPaneOperator(ContainerOperator cont) {
-
-	this(cont, 0);
-
-    }
-
-
-
-    /**
-
-     * Searches ScrollPane in container.
-
-     * @param cont Container to search component in.
-
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-
-     * @param index Ordinal component index.
-
-     * @return ScrollPane instance or null if component was not found.
-
-     */
-
-    public static ScrollPane findScrollPane(Container cont, ComponentChooser chooser, int index) {
-
-	return((ScrollPane)findComponent(cont, new ScrollPaneFinder(chooser), index));
-
-    }
-
-    
-
-    /**
-
-     * Searches 0'th ScrollPane in container.
-
-     * @param cont Container to search component in.
-
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-
-     * @return ScrollPane instance or null if component was not found.
-
-     */
-
-    public static ScrollPane findScrollPane(Container cont, ComponentChooser chooser) {
-
-	return(findScrollPane(cont, chooser, 0));
-
-    }
-
-    
-
-    /**
-
-     * Searches ScrollPane in container.
-
-     * @param cont Container to search component in.
-
-     * @param index Ordinal component index.
-
-     * @return ScrollPane instance or null if component was not found.
-
-     */
-
-    public static ScrollPane findScrollPane(Container cont, int index) {
-
-	return(findScrollPane(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th ScrollPane instance"), index));
-
-    }
-
-    
-
-    /**
-
-     * Searches 0'th ScrollPane in container.
-
-     * @param cont Container to search component in.
-
-     * @return ScrollPane instance or null if component was not found.
-
-     */
-
-    public static ScrollPane findScrollPane(Container cont) {
-
-	return(findScrollPane(cont, 0));
-
-    }
-
-
-
-    /**
-
-     * Searches ScrollPane object which component lies on.
-
-     * @param comp Component to find ScrollPane under.
-
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-
-     * @return ScrollPane instance or null if component was not found.
-
-     */
-
-    public static ScrollPane findScrollPaneUnder(Component comp, ComponentChooser chooser) {
-
-	return((ScrollPane)findContainerUnder(comp, new ScrollPaneFinder(chooser)));
-
-    }
-
-    
-
-    /**
-
-     * Searches ScrollPane object which component lies on.
-
-     * @param comp Component to find ScrollPane under.
-
-     * @return ScrollPane instance or null if component was not found.
-
-     */
-
-    public static ScrollPane findScrollPaneUnder(Component comp) {
-
-	return(findScrollPaneUnder(comp, new ScrollPaneFinder()));
-
-    }
-
-    
-
-    /**
-
-     * Waits ScrollPane in container.
-
-     * @param cont Container to search component in.
-
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-
-     * @param index Ordinal component index.
-
-     * @return ScrollPane instance or null if component was not displayed.
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public static ScrollPane waitScrollPane(Container cont, ComponentChooser chooser, int index) {
-
-	return((ScrollPane)waitComponent(cont, new ScrollPaneFinder(chooser), index));
-
-    }
-
-    
-
-    /**
-
-     * Waits 0'th ScrollPane in container.
-
-     * @param cont Container to search component in.
-
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-
-     * @return ScrollPane instance or null if component was not displayed.
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public static ScrollPane waitScrollPane(Container cont, ComponentChooser chooser) {
-
-	return(waitScrollPane(cont, chooser, 0));
-
-    }
-
-    
-
-    /**
-
-     * Waits ScrollPane in container.
-
-     * @param cont Container to search component in.
-
-     * @param index Ordinal component index.
-
-     * @return ScrollPane instance or null if component was not displayed.
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public static ScrollPane waitScrollPane(Container cont, int index) {
-
-	return(waitScrollPane(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th ScrollPane instance"), index));
-
-    }
-
-    
-
-    /**
-
-     * Waits 0'th ScrollPane in container.
-
-     * @param cont Container to search component in.
-
-     * @return ScrollPane instance or null if component was not displayed.
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public static ScrollPane waitScrollPane(Container cont) {
-
-	return(waitScrollPane(cont, 0));
-
-    }
-
-
-
-    static {
-
-	try {
-
-	    Class.forName("org.netbeans.jemmy.operators.ScrollbarOperator");
-
-	} catch(Exception e) {
-
-	    throw(new JemmyException("Exception", e));
-
-	}
-
-    }
-
-    
-
-    public void setTimeouts(Timeouts timeouts) {
-
-	super.setTimeouts(timeouts);
-
-	this.timeouts = timeouts;
-
-    }
-
-
-
-    public Timeouts getTimeouts() {
-
-	return(timeouts);
-
-    }
-
-
-
-    public void setOutput(TestOut out) {
-
-	output = out;
-
-	super.setOutput(output.createErrorOutput());
-
-    }
-
-
-
-    public TestOut getOutput() {
-
-	return(output);
-
-    }
-
-
-
-    public void copyEnvironment(Operator anotherOperator) {
-
-	super.copyEnvironment(anotherOperator);
-
-	driver = 
-
-	    (ScrollDriver)DriverManager.
-
-	    getDriver(DriverManager.SCROLL_DRIVER_ID,
-
-		      getClass(), 
-
-		      anotherOperator.getProperties());
-
-    }
-
-
-
-    /**
-
-     * Sets both values.
-
-     * @param x a horizontal value.
-
-     * @param y a vertical value.
-
-     */
-
-    public void setValues(int x, int y) {
-
-	getHAdjustable().setValue(x);
-
-	getVAdjustable().setValue(y);
-
-    }
-
-
-
-    /**
-
-     * Scrools to the position defined by a ScrollAdjuster instance.
-
-     * @param adj specifies the position.
-
-     */
-
-    public void scrollTo(final ScrollAdjuster adj) {
-
-	produceTimeRestricted(new Action() {
-
-		public Object launch(Object obj) {
-
-		    driver.scroll(ScrollPaneOperator.this, adj);
-
-		    return(null);
-
-		}
-
-		public String getDescription() {
-
-		    return("Scrolling");
-
-		}
-
-	    }, getTimeouts().getTimeout("ScrollbarOperator.WholeScrollTimeout"));
-
-    }
-
-
-
-
-
-    /**
-
-     * Scrolls horizontal scroll bar.
-
-     * @param value Value to scroll horizontal scroll bar to.
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public void scrollToHorizontalValue(final int value) {
-
-	output.printTrace("Scroll ScrollPane to " + Integer.toString(value) + " horizontal value \n" +
-
-			  toStringSource());
-
-	output.printGolden("Scroll ScrollPane to " + Integer.toString(value) + " horizontal value");
-
-	scrollTo(new ValueScrollAdjuster(value, 
-
-					 Adjustable.HORIZONTAL, 
-
-					 getHAdjustable()));
-
-    }
-
-
-
-    /**
-
-     * Scrolls horizontal scroll bar.
-
-     * @param proportionalValue Proportional value to scroll horizontal scroll bar to.
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public void scrollToHorizontalValue(double proportionalValue) {
-
-	output.printTrace("Scroll ScrollPane to " + Double.toString(proportionalValue) + " proportional horizontal value \n" +
-
-			  toStringSource());
-
-	output.printGolden("Scroll ScrollPane to " + Double.toString(proportionalValue) + " proportional horizontal value");
-
-	Adjustable adj = getHAdjustable();
-
-	scrollTo(new ValueScrollAdjuster((int)(adj.getMinimum() + 
-
-					       (adj.getMaximum() - 
-
-						adj.getVisibleAmount() - 
-
-						adj.getMinimum()) * proportionalValue), 
-
-					 Adjustable.VERTICAL, 
-
-					 getVAdjustable()));
-
-    }
-
-
-
-    /**
-
-     * Scrolls vertical scroll bar.
-
-     * @param value Value to scroll vertical scroll bar to.
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public void scrollToVerticalValue(final int value) {
-
-	output.printTrace("Scroll ScrollPane to " + Integer.toString(value) + " vertical value \n" +
-
-			  toStringSource());
-
-	output.printGolden("Scroll ScrollPane to " + Integer.toString(value) + " vertical value");
-
-	scrollTo(new ValueScrollAdjuster(value, 
-
-					 Adjustable.VERTICAL, 
-
-					 getVAdjustable()));
-
-    }
-
-
-
-    /**
-
-     * Scrolls vertical scroll bar.
-
-     * @param proportionalValue Value to scroll vertical scroll bar to.
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public void scrollToVerticalValue(double proportionalValue) {
-
-	output.printTrace("Scroll ScrollPane to " + Double.toString(proportionalValue) + " proportional vertical value \n" +
-
-			  toStringSource());
-
-	output.printGolden("Scroll ScrollPane to " + Double.toString(proportionalValue) + " proportional vertical value");
-
-	Adjustable adj = getVAdjustable();
-
-	scrollTo(new ValueScrollAdjuster((int)(adj.getMinimum() + 
-
-							  (adj.getMaximum() - 
-
-							   adj.getVisibleAmount() - 
-
-							   adj.getMinimum()) * proportionalValue), 
-
-					 Adjustable.VERTICAL, 
-
-					 getVAdjustable()));
-
-    }
-
-
-
-    /**
-
-     * Scrolls both scroll bars.
-
-     * @param valueX Value to scroll horizontal scroll bar to.
-
-     * @param valueY Value to scroll vertical scroll bar to.
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public void scrollToValues(int valueX, int valueY) {
-
-	scrollToVerticalValue(valueX);
-
-	scrollToHorizontalValue(valueX);
-
-    }
-
-
-
-    /**
-
-     * Scrolls both scroll bars.
-
-     * @param proportionalValueX Value to scroll horizontal scroll bar to.
-
-     * @param proportionalValueY Value to scroll vertical scroll bar to.
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public void scrollToValues(double proportionalValueX, double proportionalValueY) {
-
-	scrollToVerticalValue(proportionalValueX);
-
-	scrollToHorizontalValue(proportionalValueY);
-
-    }
-
-
-
-    /**
-
-     * Scrolls pane to top.
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public void scrollToTop() {
-
-	output.printTrace("Scroll ScrollPane to top\n" +
-
-			  toStringSource());
-
-	output.printGolden("Scroll ScrollPane to top");
-
-	produceTimeRestricted(new Action() {
-
-		public Object launch(Object obj) {
-
-		    driver.scrollToMinimum(ScrollPaneOperator.this, Adjustable.VERTICAL);
-
-		    return(null);
-
-		}
-
-		public String getDescription() {
-
-		    return("Scrolling");
-
-		}
-
-	    }, getTimeouts().getTimeout("ScrollbarOperator.WholeScrollTimeout"));
-
-    }
-
-
-
-    /**
-
-     * Scrolls pane to bottom.
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public void scrollToBottom() {
-
-	output.printTrace("Scroll ScrollPane to bottom\n" +
-
-			  toStringSource());
-
-	output.printGolden("Scroll ScrollPane to bottom");
-
-	produceTimeRestricted(new Action() {
-
-		public Object launch(Object obj) {
-
-		    driver.scrollToMaximum(ScrollPaneOperator.this, Adjustable.VERTICAL);
-
-		    return(null);
-
-		}
-
-		public String getDescription() {
-
-		    return("Scrolling");
-
-		}
-
-	    }, getTimeouts().getTimeout("ScrollbarOperator.WholeScrollTimeout"));
-
-    }
-
-
-
-    /**
-
-     * Scrolls pane to left.
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public void scrollToLeft() {
-
-	output.printTrace("Scroll ScrollPane to left\n" +
-
-			  toStringSource());
-
-	output.printGolden("Scroll ScrollPane to left");
-
-	produceTimeRestricted(new Action() {
-
-		public Object launch(Object obj) {
-
-		    driver.scrollToMinimum(ScrollPaneOperator.this, Adjustable.HORIZONTAL);
-
-		    return(null);
-
-		}
-
-		public String getDescription() {
-
-		    return("Scrolling");
-
-		}
-
-	    }, getTimeouts().getTimeout("ScrollbarOperator.WholeScrollTimeout"));
-
-    }
-
-
-
-    /**
-
-     * Scrolls pane to right.
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public void scrollToRight() {
-
-	output.printTrace("Scroll ScrollPane to right\n" +
-
-			  toStringSource());
-
-	output.printGolden("Scroll ScrollPane to right");
-
-	produceTimeRestricted(new Action() {
-
-		public Object launch(Object obj) {
-
-		    driver.scrollToMaximum(ScrollPaneOperator.this, Adjustable.HORIZONTAL);
-
-		    return(null);
-
-		}
-
-		public String getDescription() {
-
-		    return("Scrolling");
-
-		}
-
-	    }, getTimeouts().getTimeout("ScrollbarOperator.WholeScrollTimeout"));
-
-    }
-
-
-
-    /**
-
-     * Scrolls pane to rectangle..
-
-     * @param comp a subcomponent defining coordinate system.
-
-     * @param x coordinate
-
-     * @param y coordinate
-
-     * @param width rectangle width
-
-     * @param height rectangle height
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public void scrollToComponentRectangle(Component comp, int x, int y, int width, int height) {
-
-	scrollTo(new ComponentRectChecker(comp, x, y, width, height, Adjustable.HORIZONTAL));
-
-	scrollTo(new ComponentRectChecker(comp, x, y, width, height, Adjustable.VERTICAL));
-
-    }
-
-
-
-    /**
-
-     * Scrolls pane to point.
-
-     * @param comp a subcomponent defining coordinate system.
-
-     * @param x coordinate
-
-     * @param y coordinate
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public void scrollToComponentPoint(Component comp, int x, int y) {
-
-	scrollToComponentRectangle(comp, 
-
-				   x - X_POINT_RECT_SIZE,
-
-				   y - Y_POINT_RECT_SIZE,
-
-				   2 * X_POINT_RECT_SIZE,
-
-				   2 * Y_POINT_RECT_SIZE);
-
-    }
-
-
-
-    /**
-
-     * Scrolls pane to component on this pane.
-
-     * Component should lay on the ScrollPane view.
-
-     * @param comp Component to scroll to.
-
-     * @throws TimeoutExpiredException
-
-     */
-
-    public void scrollToComponent(final Component comp) {
-
-        String componentToString = (String)runMapping(
-
-        new Operator.MapAction("comp.toString()") {
-
-            public Object map() {
-
-                return comp.toString();
-
-            }
-
-        }
-
-        );
-
-	output.printTrace("Scroll ScrollPane " + toStringSource() + 
-
-			  "\nto component " + componentToString);
-
-	output.printGolden("Scroll ScrollPane to " + comp.getClass().getName() + " component.");
-
-	scrollToComponentRectangle(comp, 0, 0, comp.getWidth(), comp.getHeight());
-
-    }
-
-
-
-
-
-    /**
-
-     * Checks if component's rectangle is inside view port (no scrolling necessary).
-
-     * @param comp a subcomponent defining coordinate system.
-
-     * @param x coordinate
-
-     * @param y coordinate
-
-     * @param width rectangle width
-
-     * @param height rectangle height
-
-     * @return true if pointed subcomponent rectangle is inside the scrolling area.
-
-     */
-
-    public boolean checkInside(Component comp, int x, int y, int width, int height) {
-
-	Point toPoint = SwingUtilities.
-
-	    convertPoint(comp, x, y, getSource());
-
-	if(toPoint.x < getHAdjustable().getValue()) {
-
-	    return(false);
-
-	}
-
-	if(comp.getWidth() > getSource().getWidth()) {
-
-	    if(toPoint.x > 0) {
-
-		return(false);
-
-	    }
-
-	} else {
-
-	    if(toPoint.x + comp.getWidth() > 
-
-	       getHAdjustable().getValue() + getSource().getWidth()) {
-
-		return(false);
-
-	    }
-
-	}
-
-	if(toPoint.y < getVAdjustable().getValue()) {
-
-	    return(false);
-
-	}
-
-	if(comp.getHeight() > getSource().getHeight()) {
-
-	    if(toPoint.y > 0) {
-
-		return(false);
-
-	    }
-
-	} else {
-
-	    if(toPoint.y + comp.getHeight() > 
-
-	       getVAdjustable().getValue() + getSource().getHeight()) {
-
-		return(false);
-
-	    }
-
-	}
-
-	return(true);
-
-    }
-
-    
-
-    /**
-
-     * Checks if component is inside view port (no scrolling necessary).
-
-     * @param comp a subcomponent defining coordinate system.
-
-     * @return true if pointed subcomponent is inside the scrolling area.
-
-     */
-
-    public boolean checkInside(Component comp) {
-
-	return(checkInside(comp, 0, 0, comp.getWidth(), comp.getHeight()));
-
-    }
-
-
-
-    /**
-
-     * Tells if a scrollbar is visible.
-
-     * @param orientation <code>Adjustable.HORIZONTAL</code> or <code>Adjustable.VERTICAL</code>
-
-     * @return trus if the bar is visible.
-
-     */
-
-    public boolean isScrollbarVisible(int orientation) {
-
-	if       (orientation == Adjustable.HORIZONTAL) {
-
-	    return(getViewportSize().getHeight() < getHeight() - getHScrollbarHeight());
-
-	} else if(orientation == Adjustable.VERTICAL) {
-
-	    return(getViewportSize().getWidth() < getWidth() - getVScrollbarWidth());
-
-	} else {
-
-	    return(false);
-
-	}
-
-    }
-
-
-
-    ////////////////////////////////////////////////////////
-
-    //Mapping                                             //
-
-
-
-    /**Maps <code>ScrollPane.getHAdjustable()</code> through queue*/
-
-    public Adjustable getHAdjustable() {
-
-	return((Adjustable)runMapping(new MapAction("getHAdjustable") {
-
-		public Object map() {
-
-		    return(((ScrollPane)getSource()).getHAdjustable());
-
-		}}));}
-
-
-
-    /**Maps <code>ScrollPane.getHScrollbarHeight()</code> through queue*/
-
-    public int getHScrollbarHeight() {
-
-	return(runMapping(new MapIntegerAction("getHScrollbarHeight") {
-
-		public int map() {
-
-		    return(((ScrollPane)getSource()).getHScrollbarHeight());
-
-		}}));}
-
-
-
-    /**Maps <code>ScrollPane.getScrollPosition()</code> through queue*/
-
-    public Point getScrollPosition() {
-
-	return((Point)runMapping(new MapAction("getScrollPosition") {
-
-		public Object map() {
-
-		    return(((ScrollPane)getSource()).getScrollPosition());
-
-		}}));}
-
-
-
-    /**Maps <code>ScrollPane.getScrollbarDisplayPolicy()</code> through queue*/
-
-    public int getScrollbarDisplayPolicy() {
-
-	return(runMapping(new MapIntegerAction("getScrollbarDisplayPolicy") {
-
-		public int map() {
-
-		    return(((ScrollPane)getSource()).getScrollbarDisplayPolicy());
-
-		}}));}
-
-
-
-    /**Maps <code>ScrollPane.getVAdjustable()</code> through queue*/
-
-    public Adjustable getVAdjustable() {
-
-	return((Adjustable)runMapping(new MapAction("getVAdjustable") {
-
-		public Object map() {
-
-		    return(((ScrollPane)getSource()).getVAdjustable());
-
-		}}));}
-
-
-
-    /**Maps <code>ScrollPane.getVScrollbarWidth()</code> through queue*/
-
-    public int getVScrollbarWidth() {
-
-	return(runMapping(new MapIntegerAction("getVScrollbarWidth") {
-
-		public int map() {
-
-		    return(((ScrollPane)getSource()).getVScrollbarWidth());
-
-		}}));}
-
-
-
-    /**Maps <code>ScrollPane.getViewportSize()</code> through queue*/
-
-    public Dimension getViewportSize() {
-
-	return((Dimension)runMapping(new MapAction("getViewportSize") {
-
-		public Object map() {
-
-		    return(((ScrollPane)getSource()).getViewportSize());
-
-		}}));}
-
-
-
-    /**Maps <code>ScrollPane.paramString()</code> through queue*/
-
-    public String paramString() {
-
-	return((String)runMapping(new MapAction("paramString") {
-
-		public Object map() {
-
-		    return(((ScrollPane)getSource()).paramString());
-
-		}}));}
-
-
-
-    /**Maps <code>ScrollPane.setScrollPosition(int, int)</code> through queue*/
-
-    public void setScrollPosition(final int i, final int i1) {
-
-	runMapping(new MapVoidAction("setScrollPosition") {
-
-		public void map() {
-
-		    ((ScrollPane)getSource()).setScrollPosition(i, i1);
-
-		}});}
-
-
-
-    /**Maps <code>ScrollPane.setScrollPosition(Point)</code> through queue*/
-
-    public void setScrollPosition(final Point point) {
-
-	runMapping(new MapVoidAction("setScrollPosition") {
-
-		public void map() {
-
-		    ((ScrollPane)getSource()).setScrollPosition(point);
-
-		}});}
-
-
-
-    //End of mapping                                      //
-
-    ////////////////////////////////////////////////////////
-
-
-
-    private class ValueScrollAdjuster implements ScrollAdjuster {
-
-	int value;
-
-	int orientation;
-
-	Adjustable adj;
-
-	public ValueScrollAdjuster(int value, int orientation, Adjustable adj) {
-
-	    this.value = value;
-
-	    this.orientation = orientation;
-
-	    this.adj = adj;
-
-	}
-
-	public int getScrollDirection() {
-
-	    if(adj.getValue() == value) {
-
-		return(ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION);
-
-	    } else {
-
-		return((adj.getValue() < value) ?
-
-		       ScrollAdjuster.INCREASE_SCROLL_DIRECTION :
-
-		       ScrollAdjuster.DECREASE_SCROLL_DIRECTION);
-
-	    }
-
-	}
-
-	public int getScrollOrientation() {
-
-	    return(orientation);
-
-	}
-
-	public String getDescription() {
-
-	    return("Scroll to " + Integer.toString(value) + " value");
-
-	}
-
-    }
-
-    private class ComponentRectChecker implements ScrollAdjuster {
-
-	Component comp;
-
-	int x;
-
-	int y;
-
-	int width;
-
-	int height;
-
-	int orientation;
-
-	public ComponentRectChecker(Component comp, int x, int y, int width, int height, int orientation) {
-
-	    this.comp = comp;
-
-	    this.x = x;
-
-	    this.y = y;
-
-	    this.width = width;
-
-	    this.height = height;
-
-	    this.orientation = orientation;
-
-	}
-
-	public int getScrollDirection() {
-
-	    int sp = 
-
-		(orientation == Adjustable.HORIZONTAL) ? 
-
-		(int)getScrollPosition().getX(): 
-
-		(int)getScrollPosition().getY();
-
-	    Point pnt = SwingUtilities.convertPoint(comp, x, y, ((Container)getSource()).getComponents()[0]);
-
-	    int cp = 
-
-		(orientation == Adjustable.HORIZONTAL) ? 
-
-		pnt.x :
-
-		pnt.y;
-
-	    int sl = 
-
-		(orientation == Adjustable.HORIZONTAL) ? 
-
-		(int)getViewportSize().getWidth(): 
-
-		(int)getViewportSize().getHeight();
-
-	    int cl = 
-
-		(orientation == Adjustable.HORIZONTAL) ? 
-
-		width :
-
-		height;
-
-	    if(cp <= sp) {
-
-		return(ScrollAdjuster.DECREASE_SCROLL_DIRECTION);
-
-	    } else if((cp + cl) > (sp + sl) &&
-
-		      cp        > sp) {
-
-		return(ScrollAdjuster.INCREASE_SCROLL_DIRECTION);
-
-	    } else {
-
-		return(ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION);
-
-	    }
-
-	}
-
-	public int getScrollOrientation() {
-
-	    return(orientation);
-
-	}
-
-	public String getDescription() {
-
-	    return("");
-
-	}
-
-    }
-
-
-
-    /**
-
-     * Checks component type.
-
-     */
-
-    public static class ScrollPaneFinder extends Finder {
-
-        /**
-
-         * Constructs ScrollPaneFinder.
-
-         * @param sf other searching criteria.
-
-         */
-
-	public ScrollPaneFinder(ComponentChooser sf) {
-
-            super(ScrollPane.class, sf);
-
-	}
-
-        /**
-
-         * Constructs ScrollPaneFinder.
-
-         */
-
-	public ScrollPaneFinder() {
-
-            super(ScrollPane.class);
-
-	}
-
-    }
-
-}
-
diff --git a/jemmy/src/org/netbeans/jemmy/operators/ScrollbarOperator.java b/jemmy/src/org/netbeans/jemmy/operators/ScrollbarOperator.java
deleted file mode 100644
index 7e260a8..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/ScrollbarOperator.java
+++ /dev/null
@@ -1,555 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.Action;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.Waitable;
-import org.netbeans.jemmy.Waiter;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.ScrollDriver;
-
-import org.netbeans.jemmy.drivers.scrolling.ScrollAdjuster;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Point;
-import java.awt.Scrollbar;
-
-import java.awt.event.AdjustmentListener;
-
-import java.util.Hashtable;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * ScrollbarOperator.WholeScrollTimeout - time for one scroll click <BR>
- * ComponentOperator.WaitComponentTimeout - time to wait component displayed <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-public class ScrollbarOperator extends ComponentOperator
-    implements Timeoutable, Outputable{
-
-    private final static long ONE_SCROLL_CLICK_TIMEOUT = 0;
-    private final static long WHOLE_SCROLL_TIMEOUT = 60000;
-    private final static long BEFORE_DROP_TIMEOUT = 0;
-    private final static long DRAG_AND_DROP_SCROLLING_DELTA = 0;
-
-    private static final int MINIMAL_PAD_SIZE = 10;
-
-    private static final int MINIMAL_DRAGGER_SIZE = 5;
-
-    private Timeouts timeouts;
-    private TestOut output;
-
-    private ScrollDriver driver;
-
-    /**
-     * Constructs a ScrollbarOperator object.
-     * @param b a component
-     */
-    public ScrollbarOperator(Scrollbar b) {
-	super(b);
-	driver = DriverManager.getScrollDriver(getClass());
-    }
-
-    /**
-     * Constructs a ScrollbarOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public ScrollbarOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((Scrollbar)cont.
-             waitSubComponent(new ScrollbarFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a ScrollbarOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public ScrollbarOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructs a ScrollbarOperator object.
-     * @param cont a container
-     * @param index an index between appropriate ones.
-     */
-    public ScrollbarOperator(ContainerOperator cont, int index) {
-	this((Scrollbar)waitComponent(cont, 
-				       new ScrollbarFinder(), 
-				       index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a ScrollbarOperator object.
-     * @param cont a container
-     */
-    public ScrollbarOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Finds a scrollbar.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @return the scrollbar fitting searching criteria
-     */
-    public static Scrollbar findScrollbar(Container cont, ComponentChooser chooser, int index) {
-	return((Scrollbar)findComponent(cont, new ScrollbarFinder(chooser), index));
-    }
-
-    /**
-     * Finds a scrollbar.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @return the scrollbar fitting searching criteria
-     */
-    public static Scrollbar findScrollbar(Container cont, ComponentChooser chooser) {
-	return(findScrollbar(cont, chooser, 0));
-    }
-
-    /**
-     * Finds a scrollbar.
-     * @param cont a container
-     * @param index an index between appropriate ones.
-     * @return the scrollbar fitting searching criteria
-     */
-    public static Scrollbar findScrollbar(Container cont, int index) {
-	return(findScrollbar(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th Scrollbar instance"), index));
-    }
-
-    /**
-     * Finds a scrollbar.
-     * @param cont a container
-     * @return the scrollbar fitting searching criteria
-     */
-    public static Scrollbar findScrollbar(Container cont) {
-	return(findScrollbar(cont, 0));
-    }
-
-    /**
-     * Waits a scrollbar.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @return the scrollbar fitting searching criteria
-     */
-    public static Scrollbar waitScrollbar(Container cont, ComponentChooser chooser, int index)  {
-	return((Scrollbar)waitComponent(cont, new ScrollbarFinder(chooser), index));
-    }
-
-    /**
-     * Waits a scrollbar.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @return the scrollbar fitting searching criteria
-     */
-    public static Scrollbar waitScrollbar(Container cont, ComponentChooser chooser) {
-	return(waitScrollbar(cont, chooser, 0));
-    }
-
-    /**
-     * Waits a scrollbar.
-     * @param cont a container
-     * @param index an index between appropriate ones.
-     * @return the scrollbar fitting searching criteria
-     */
-    public static Scrollbar waitScrollbar(Container cont, int index)  {
-	return(waitScrollbar(cont, ComponentSearcher.getTrueChooser(Integer.toString(index) + "'th Scrollbar instance"), index));
-    }
-
-    /**
-     * Waits a scrollbar.
-     * @param cont a container
-     * @return the scrollbar fitting searching criteria
-     */
-    public static Scrollbar waitScrollbar(Container cont) {
-	return(waitScrollbar(cont, 0));
-    }
-
-    static {
-	Timeouts.initDefault("ScrollbarOperator.OneScrollClickTimeout", ONE_SCROLL_CLICK_TIMEOUT);
-	Timeouts.initDefault("ScrollbarOperator.WholeScrollTimeout", WHOLE_SCROLL_TIMEOUT);
-	Timeouts.initDefault("ScrollbarOperator.BeforeDropTimeout", BEFORE_DROP_TIMEOUT);
-	Timeouts.initDefault("ScrollbarOperator.DragAndDropScrollingDelta", DRAG_AND_DROP_SCROLLING_DELTA);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	this.timeouts = timeouts;
-	super.setTimeouts(timeouts);
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = 
-	    (ScrollDriver)DriverManager.
-	    getDriver(DriverManager.SCROLL_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-    }
-
-    /**
-     * Scrolls scrollbar to the position defined by w parameter.
-     * Uses ScrollDriver registered to this operator type.
-     * @param w Scrolling is stopped when w.actionProduced(waiterParam) != null
-     * @param waiterParam a waiting parameter.
-     * @param increase a scrolling direction.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollTo(Waitable w, Object waiterParam, boolean increase) {
-	scrollTo(new WaitableChecker(w, waiterParam, increase, this));
-    }
-
-    /**
-     * Scrolls scrollbar to the position defined by a ScrollAdjuster implementation.
-     * @param adj defines scrolling direction, and so on.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollTo(final ScrollAdjuster adj) {
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.scroll(ScrollbarOperator.this, adj);
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Scrolling");
-		}
-	    }, getTimeouts().getTimeout("ScrollbarOperator.WholeScrollTimeout"));
-    }
-
-    /**
-     * Scrolls scroll bar to necessary value.
-     * @param value Scroll bar value to scroll to.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToValue(int value) {
-	output.printTrace("Scroll Scrollbar to " + Integer.toString(value) +
-			  " value\n" + toStringSource());
-	output.printGolden("Scroll Scrollbar to " + Integer.toString(value) + " value");
-	scrollTo(new ValueScrollAdjuster(value));
-    }
-
-    /**
-     * Scrolls scroll bar to necessary proportional value.
-     * @param proportionalValue Proportional scroll to. Must be >= 0 and <= 1.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToValue(double proportionalValue) {
-	output.printTrace("Scroll Scrollbar to " + Double.toString(proportionalValue) +
-			  " proportional value\n" + toStringSource());
-	output.printGolden("Scroll Scrollbar to " + Double.toString(proportionalValue) + " proportional value");
-	scrollTo(new ValueScrollAdjuster((int)(getMinimum() + 
-					       (getMaximum() - 
-						getVisibleAmount() - 
-						getMinimum()) * proportionalValue)));
-    }
-
-    /**
-     * Scrolls to minimum value.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToMinimum() {
-	output.printTrace("Scroll Scrollbar to minimum value\n" +
-			  toStringSource());
-	output.printGolden("Scroll Scrollbar to minimum value");
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.scrollToMinimum(ScrollbarOperator.this, getOrientation());
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Scrolling");
-		}
-	    }, getTimeouts().getTimeout("ScrollbarOperator.WholeScrollTimeout"));
-    }
-
-    /**
-     * Scrolls to maximum value.
-     * @throws TimeoutExpiredException
-     */
-    public void scrollToMaximum() {
-	output.printTrace("Scroll Scrollbar to maximum value\n" +
-			  toStringSource());
-	output.printGolden("Scroll Scrollbar to maximum value");
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.scrollToMaximum(ScrollbarOperator.this, getOrientation());
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Scrolling");
-		}
-	    }, getTimeouts().getTimeout("ScrollbarOperator.WholeScrollTimeout"));
-    }
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>Scrollbar.addAdjustmentListener(AdjustmentListener)</code> through queue*/
-    public void addAdjustmentListener(final AdjustmentListener adjustmentListener) {
-	runMapping(new MapVoidAction("addAdjustmentListener") {
-		public void map() {
-		    ((Scrollbar)getSource()).addAdjustmentListener(adjustmentListener);
-		}});}
-
-    /**Maps <code>Scrollbar.getBlockIncrement()</code> through queue*/
-    public int getBlockIncrement() {
-	return(runMapping(new MapIntegerAction("getBlockIncrement") {
-		public int map() {
-		    return(((Scrollbar)getSource()).getBlockIncrement());
-		}}));}
-
-    /**Maps <code>Scrollbar.getMaximum()</code> through queue*/
-    public int getMaximum() {
-	return(runMapping(new MapIntegerAction("getMaximum") {
-		public int map() {
-		    return(((Scrollbar)getSource()).getMaximum());
-		}}));}
-
-    /**Maps <code>Scrollbar.getMinimum()</code> through queue*/
-    public int getMinimum() {
-	return(runMapping(new MapIntegerAction("getMinimum") {
-		public int map() {
-		    return(((Scrollbar)getSource()).getMinimum());
-		}}));}
-
-    /**Maps <code>Scrollbar.getOrientation()</code> through queue*/
-    public int getOrientation() {
-	return(runMapping(new MapIntegerAction("getOrientation") {
-		public int map() {
-		    return(((Scrollbar)getSource()).getOrientation());
-		}}));}
-
-    /**Maps <code>Scrollbar.getUnitIncrement()</code> through queue*/
-    public int getUnitIncrement() {
-	return(runMapping(new MapIntegerAction("getUnitIncrement") {
-		public int map() {
-		    return(((Scrollbar)getSource()).getUnitIncrement());
-		}}));}
-
-    /**Maps <code>Scrollbar.getValue()</code> through queue*/
-    public int getValue() {
-	return(runMapping(new MapIntegerAction("getValue") {
-		public int map() {
-		    return(((Scrollbar)getSource()).getValue());
-		}}));}
-
-    /**Maps <code>Scrollbar.getVisibleAmount()</code> through queue*/
-    public int getVisibleAmount() {
-	return(runMapping(new MapIntegerAction("getVisibleAmount") {
-		public int map() {
-		    return(((Scrollbar)getSource()).getVisibleAmount());
-		}}));}
-
-    /**Maps <code>Scrollbar.removeAdjustmentListener(AdjustmentListener)</code> through queue*/
-    public void removeAdjustmentListener(final AdjustmentListener adjustmentListener) {
-	runMapping(new MapVoidAction("removeAdjustmentListener") {
-		public void map() {
-		    ((Scrollbar)getSource()).removeAdjustmentListener(adjustmentListener);
-		}});}
-
-    /**Maps <code>Scrollbar.setBlockIncrement(int)</code> through queue*/
-    public void setBlockIncrement(final int i) {
-	runMapping(new MapVoidAction("setBlockIncrement") {
-		public void map() {
-		    ((Scrollbar)getSource()).setBlockIncrement(i);
-		}});}
-
-    /**Maps <code>Scrollbar.setMaximum(int)</code> through queue*/
-    public void setMaximum(final int i) {
-	runMapping(new MapVoidAction("setMaximum") {
-		public void map() {
-		    ((Scrollbar)getSource()).setMaximum(i);
-		}});}
-
-    /**Maps <code>Scrollbar.setMinimum(int)</code> through queue*/
-    public void setMinimum(final int i) {
-	runMapping(new MapVoidAction("setMinimum") {
-		public void map() {
-		    ((Scrollbar)getSource()).setMinimum(i);
-		}});}
-
-    /**Maps <code>Scrollbar.setOrientation(int)</code> through queue*/
-    public void setOrientation(final int i) {
-	runMapping(new MapVoidAction("setOrientation") {
-		public void map() {
-		    ((Scrollbar)getSource()).setOrientation(i);
-		}});}
-
-    /**Maps <code>Scrollbar.setUnitIncrement(int)</code> through queue*/
-    public void setUnitIncrement(final int i) {
-	runMapping(new MapVoidAction("setUnitIncrement") {
-		public void map() {
-		    ((Scrollbar)getSource()).setUnitIncrement(i);
-		}});}
-
-    /**Maps <code>Scrollbar.setValue(int)</code> through queue*/
-    public void setValue(final int i) {
-	runMapping(new MapVoidAction("setValue") {
-		public void map() {
-		    ((Scrollbar)getSource()).setValue(i);
-		}});}
-
-    /**Maps <code>Scrollbar.setValues(int, int, int, int)</code> through queue*/
-    public void setValues(final int i, final int i1, final int i2, final int i3) {
-	runMapping(new MapVoidAction("setValues") {
-		public void map() {
-		    ((Scrollbar)getSource()).setValues(i, i1, i2, i3);
-		}});}
-
-    /**Maps <code>Scrollbar.setVisibleAmount(int)</code> through queue*/
-    public void setVisibleAmount(final int i) {
-	runMapping(new MapVoidAction("setVisibleAmount") {
-		public void map() {
-		    ((Scrollbar)getSource()).setVisibleAmount(i);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    private class ValueScrollAdjuster implements ScrollAdjuster {
-	int value;
-	public ValueScrollAdjuster(int value) {
-	    this.value = value;
-	}
-	public int getScrollDirection() {
-	    if(getValue() == value) {
-		return(ScrollAdjuster.DO_NOT_TOUCH_SCROLL_DIRECTION);
-	    } else {
-		return((getValue() < value) ?
-		       ScrollAdjuster.INCREASE_SCROLL_DIRECTION :
-		       ScrollAdjuster.DECREASE_SCROLL_DIRECTION);
-	    }
-	}
-	public int getScrollOrientation() {
-	    return(getOrientation());
-	}
-	public String getDescription() {
-	    return("Scroll to " + Integer.toString(value) + " value");
-	}
-    }
-    private class WaitableChecker implements ScrollAdjuster {
-	Waitable w;
-	Object waitParam;
-	boolean increase;
-	boolean reached = false;
-	ScrollbarOperator oper;
-	public WaitableChecker(Waitable w, Object waitParam, boolean increase, ScrollbarOperator oper) {
-	    this.w = w;
-	    this.waitParam = waitParam;
-	    this.increase = increase;
-	    this.oper = oper;
-	}
-	public int getScrollDirection() {
-	    if(!reached && w.actionProduced(waitParam) != null) {
-		reached = true;
-	    }
-	    if(reached) {
-		return(this.DO_NOT_TOUCH_SCROLL_DIRECTION);
-	    } else {
-		return(increase ? 
-		       this.INCREASE_SCROLL_DIRECTION :
-		       this.DECREASE_SCROLL_DIRECTION);
-	    }
-	}
-	public int getScrollOrientation() {
-	    return(getOrientation());
-	}
-	public String getDescription() {
-	    return(w.getDescription());
-	}
-    }
-    /**
-     * Checks component type.
-     */
-    public static class ScrollbarFinder extends Finder {
-        /**
-         * Constructs ScrollbarFinder.
-         * @param sf other searching criteria.
-         */
-	public ScrollbarFinder(ComponentChooser sf) {
-            super(Scrollbar.class, sf);
-	}
-        /**
-         * Constructs ScrollbarFinder.
-         */
-	public ScrollbarFinder() {
-            super(Scrollbar.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/TextAreaOperator.java b/jemmy/src/org/netbeans/jemmy/operators/TextAreaOperator.java
deleted file mode 100644
index aaf0259..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/TextAreaOperator.java
+++ /dev/null
@@ -1,440 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ActionProducer;
-import org.netbeans.jemmy.Action;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.Timeouts;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Dimension;
-import java.awt.TextArea;
-
-import java.awt.event.ActionListener;
-import java.awt.event.KeyEvent;
-import java.awt.event.TextListener;
-
-import java.util.Hashtable;
-
-/**
- * This operator type covers java.awt.textArea component.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class TextAreaOperator extends TextComponentOperator
-    implements Timeoutable, Outputable {
-
-    /**
-     * Identifier for a "text" property.
-     * @see #getDump
-     */
-    public static final String TEXT_DPROP = "Text";
-
-    private final static long PUSH_KEY_TIMEOUT = 0;
-    private final static long BETWEEN_KEYS_TIMEOUT = 0;
-    private final static long CHANGE_CARET_POSITION_TIMEOUT = 60000;
-    private final static long TYPE_TEXT_TIMEOUT = 60000;
-
-    private Timeouts timeouts;
-    private TestOut output;
-
-    /**
-     * Constructor.
-     * @param b The <code>java.awt.TextArea</code> managed by
-     * this instance.
-     */
-    public TextAreaOperator(TextArea b) {
-	super(b);
-    }
-
-    /**
-     * Constructs a TextAreaOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public TextAreaOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((TextArea)cont.
-             waitSubComponent(new TextAreaFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a TextAreaOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public TextAreaOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for a component in a container to show. The component is
-     * identified as the <code>index+1</code>'th
-     * <code>java.awt.TextArea</code> that shows, lies below
-     * the container in the display containment hierarchy,
-     * and that has the desired text. Uses cont's timeout and output
-     * for waiting and to init this operator.
-     * @param cont The operator for a container containing the sought for textArea.
-     * @param text TextArea text. 
-     * @param index Ordinal component index. The first component has <code>index</code> 0.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public TextAreaOperator(ContainerOperator cont, String text, int index) {
-	this((TextArea)waitComponent(cont, 
-					   new TextAreaByTextFinder(text, 
-									   cont.getComparator()),
-					   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits for a component in a container to show. The component is
-     * identified as the first
-     * <code>java.awt.TextArea</code> that shows, lies below
-     * the container in the display containment hierarchy,
-     * and that has the desired text. Uses cont's timeout and output
-     * for waiting and to init this operator.
-     * @param cont The operator for a container containing the sought for textArea.
-     * @param text TextArea text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public TextAreaOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont The operator for a container containing the sought for textArea.
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public TextAreaOperator(ContainerOperator cont, int index) {
-	this((TextArea)
-	     waitComponent(cont, 
-			   new TextAreaFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont The operator for a container containing the sought for textArea.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public TextAreaOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches TextArea in a container.
-     * @param cont Container in which to search for the component.  The container
-     * lies above the component in the display containment hierarchy.  The containment
-     * need not be direct.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation, defining and
-     * applying search criteria.
-     * @param index Ordinal component index.  The first <code>index</code> is 0.
-     * @return TextArea instance or null if component was not found.
-     */
-    public static TextArea findTextArea(Container cont, ComponentChooser chooser, int index) {
-	return((TextArea)findComponent(cont, new TextAreaFinder(chooser), index));
-    }
-
-    /**
-     * Searches for the first TextArea in a container.
-     * @param cont Container in which to search for the component.  The container
-     * lies above the component in the display containment hierarchy.  The containment
-     * need not be direct.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation, defining and
-     * applying search criteria.
-     * @return TextArea instance or null if component was not found.
-     */
-    public static TextArea findTextArea(Container cont, ComponentChooser chooser) {
-	return(findTextArea(cont, chooser, 0));
-    }
-
-    /**
-     * Searches TextArea by text.
-     * @param cont Container to search component in.
-     * @param text TextArea text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return TextArea instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static TextArea findTextArea(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findTextArea(cont, new TextAreaByTextFinder(text, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Searches TextArea by text.
-     * @param cont Container to search component in.
-     * @param text TextArea text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return TextArea instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static TextArea findTextArea(Container cont, String text, boolean ce, boolean ccs) {
-	return(findTextArea(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits TextArea in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return TextArea instance.
-     */
-    public static TextArea waitTextArea(Container cont, ComponentChooser chooser, int index) {
-	return((TextArea)waitComponent(cont, new TextAreaFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th TextArea in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return TextArea instance.
-     */
-    public static TextArea waitTextArea(Container cont, ComponentChooser chooser){
-	return(waitTextArea(cont, chooser, 0));
-    }
-
-    /**
-     * Waits TextArea by text.
-     * @param cont Container to search component in.
-     * @param text TextArea text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return TextArea instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static TextArea waitTextArea(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitTextArea(cont, new TextAreaByTextFinder(text, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Waits TextArea by text.
-     * @param cont Container to search component in.
-     * @param text TextArea text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return TextArea instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static TextArea waitTextArea(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitTextArea(cont, text, ce, ccs, 0));
-    }
-
-    static {
-	Timeouts.initDefault("TextAreaOperator.PushKeyTimeout", PUSH_KEY_TIMEOUT);
-	Timeouts.initDefault("TextAreaOperator.BetweenKeysTimeout", BETWEEN_KEYS_TIMEOUT);
-	Timeouts.initDefault("TextAreaOperator.ChangeCaretPositionTimeout", CHANGE_CARET_POSITION_TIMEOUT);
-	Timeouts.initDefault("TextAreaOperator.TypeTextTimeout", TYPE_TEXT_TIMEOUT);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	super.setTimeouts(timeouts);
-	this.timeouts = timeouts;
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	result.put(TEXT_DPROP, ((TextArea)getSource()).getText());
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>TextArea.getColumns()</code> through queue*/
-    public int getColumns() {
-	return(runMapping(new MapIntegerAction("getColumns") {
-		public int map() {
-		    return(((TextArea)getSource()).getColumns());
-		}}));}
-
-    /**Maps <code>TextArea.getMinimumSize(int, int)</code> through queue*/
-    public Dimension getMinimumSize(final int i, final int i1) {
-	return((Dimension)runMapping(new MapAction("getMinimumSize") {
-		public Object map() {
-		    return(((TextArea)getSource()).getMinimumSize(i, i1));
-		}}));}
-
-    /**Maps <code>TextArea.getPreferredSize(int, int)</code> through queue*/
-    public Dimension getPreferredSize(final int i, final int i1) {
-	return((Dimension)runMapping(new MapAction("getPreferredSize") {
-		public Object map() {
-		    return(((TextArea)getSource()).getPreferredSize(i, i1));
-		}}));}
-
-    /**Maps <code>TextArea.getRows()</code> through queue*/
-    public int getRows() {
-	return(runMapping(new MapIntegerAction("getRows") {
-		public int map() {
-		    return(((TextArea)getSource()).getRows());
-		}}));}
-
-    /**Maps <code>TextArea.getScrollbarVisibility()</code> through queue*/
-    public int getScrollbarVisibility() {
-	return(runMapping(new MapIntegerAction("getScrollbarVisibility") {
-		public int map() {
-		    return(((TextArea)getSource()).getScrollbarVisibility());
-		}}));}
-
-    /**Maps <code>TextArea.replaceRange(String, int, int)</code> through queue*/
-    public void replaceRange(final String string, final int i, final int i1) {
-	runMapping(new MapVoidAction("replaceRange") {
-		public void map() {
-		    ((TextArea)getSource()).replaceRange(string, i, i1);
-		}});}
-
-    /**Maps <code>TextArea.setColumns(int)</code> through queue*/
-    public void setColumns(final int i) {
-	runMapping(new MapVoidAction("setColumns") {
-		public void map() {
-		    ((TextArea)getSource()).setColumns(i);
-		}});}
-
-    /**Maps <code>TextArea.setRows(int)</code> through queue*/
-    public void setRows(final int i) {
-	runMapping(new MapVoidAction("setRows") {
-		public void map() {
-		    ((TextArea)getSource()).setRows(i);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Allows to find component by text.
-     */
-    public static class TextAreaByTextFinder implements ComponentChooser {
-	String label;
-	StringComparator comparator;
-        /**
-         * Constructs TextAreaByTextFinder.
-         * @param lb a text pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public TextAreaByTextFinder(String lb, StringComparator comparator) {
-	    label = lb;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs TextAreaByTextFinder.
-         * @param lb a text pattern
-         */
-	public TextAreaByTextFinder(String lb) {
-            this(lb, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof TextArea) {
-		if(((TextArea)comp).getText() != null) {
-		    return(comparator.equals(((TextArea)comp).getText(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("TextArea with text \"" + label + "\"");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class TextAreaFinder extends Finder {
-        /**
-         * Constructs TextAreaFinder.
-         * @param sf other searching criteria.
-         */
-	public TextAreaFinder(ComponentChooser sf) {
-            super(TextArea.class, sf);
-	}
-        /**
-         * Constructs TextAreaFinder.
-         */
-	public TextAreaFinder() {
-            super(TextArea.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/TextComponentOperator.java b/jemmy/src/org/netbeans/jemmy/operators/TextComponentOperator.java
deleted file mode 100644
index ecb880b..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/TextComponentOperator.java
+++ /dev/null
@@ -1,645 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ActionProducer;
-import org.netbeans.jemmy.Action;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.Timeouts;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-import org.netbeans.jemmy.drivers.TextDriver;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.TextComponent;
-
-import java.awt.event.KeyEvent;
-import java.awt.event.TextListener;
-
-import java.util.Hashtable;
-
-/**
- * This operator type covers java.awt.TextArea component.
- *
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-public class TextComponentOperator extends ComponentOperator
-    implements Timeoutable, Outputable {
-
-    /**
-     * Identifier for a "text" property.
-     * @see #getDump
-     */
-    public static final String TEXT_DPROP = "Text";
-
-    private final static long PUSH_KEY_TIMEOUT = 0;
-    private final static long BETWEEN_KEYS_TIMEOUT = 0;
-    private final static long CHANGE_CARET_POSITION_TIMEOUT = 60000;
-    private final static long TYPE_TEXT_TIMEOUT = 60000;
-
-    private Timeouts timeouts;
-    private TestOut output;
-
-    private TextDriver driver;
-
-    /**
-     * Constructor.
-     * @param b The <code>java.awt.TextComponent</code> managed by
-     * this instance.
-     */
-    public TextComponentOperator(TextComponent b) {
-	super(b);
-	driver = DriverManager.getTextDriver(getClass());
-    }
-
-    /**
-     * Constructs a TextComponentOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public TextComponentOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((TextComponent)cont.
-             waitSubComponent(new TextComponentFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a TextComponentOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public TextComponentOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for a component in a container to show. The component is
-     * identified as the <code>index+1</code>'th
-     * <code>java.awt.TextComponent</code> that shows, lies below
-     * the container in the display containment hierarchy,
-     * and that has the desired text. Uses cont's timeout and output
-     * for waiting and to init this operator.
-     * @param cont The operator for a container containing the sought for textComponent.
-     * @param text TextComponent text. 
-     * @param index Ordinal component index. The first component has <code>index</code> 0.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public TextComponentOperator(ContainerOperator cont, String text, int index) {
-	this((TextComponent)waitComponent(cont, 
-					   new TextComponentByTextFinder(text, 
-									   cont.getComparator()),
-					   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits for a component in a container to show. The component is
-     * identified as the first
-     * <code>java.awt.TextComponent</code> that shows, lies below
-     * the container in the display containment hierarchy,
-     * and that has the desired text. Uses cont's timeout and output
-     * for waiting and to init this operator.
-     * @param cont The operator for a container containing the sought for textComponent.
-     * @param text TextComponent text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public TextComponentOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont The operator for a container containing the sought for textComponent.
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public TextComponentOperator(ContainerOperator cont, int index) {
-	this((TextComponent)
-	     waitComponent(cont, 
-			   new TextComponentFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont The operator for a container containing the sought for textComponent.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public TextComponentOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches TextComponent in a container.
-     * @param cont Container in which to search for the component.  The container
-     * lies above the component in the display containment hierarchy.  The containment
-     * need not be direct.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation, defining and
-     * applying search criteria.
-     * @param index Ordinal component index.  The first <code>index</code> is 0.
-     * @return TextComponent instance or null if component was not found.
-     */
-    public static TextComponent findTextComponent(Container cont, ComponentChooser chooser, int index) {
-	return((TextComponent)findComponent(cont, new TextComponentFinder(chooser), index));
-    }
-
-    /**
-     * Searches for the first TextComponent in a container.
-     * @param cont Container in which to search for the component.  The container
-     * lies above the component in the display containment hierarchy.  The containment
-     * need not be direct.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation, defining and
-     * applying search criteria.
-     * @return TextComponent instance or null if component was not found.
-     */
-    public static TextComponent findTextComponent(Container cont, ComponentChooser chooser) {
-	return(findTextComponent(cont, chooser, 0));
-    }
-
-    /**
-     * Searches TextComponent by text.
-     * @param cont Container to search component in.
-     * @param text TextComponent text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return TextComponent instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static TextComponent findTextComponent(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findTextComponent(cont, new TextComponentByTextFinder(text, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Searches TextComponent by text.
-     * @param cont Container to search component in.
-     * @param text TextComponent text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return TextComponent instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static TextComponent findTextComponent(Container cont, String text, boolean ce, boolean ccs) {
-	return(findTextComponent(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits TextComponent in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return TextComponent instance.
-     */
-    public static TextComponent waitTextComponent(Container cont, ComponentChooser chooser, int index) {
-	return((TextComponent)waitComponent(cont, new TextComponentFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th TextComponent in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return TextComponent instance.
-     */
-    public static TextComponent waitTextComponent(Container cont, ComponentChooser chooser){
-	return(waitTextComponent(cont, chooser, 0));
-    }
-
-    /**
-     * Waits TextComponent by text.
-     * @param cont Container to search component in.
-     * @param text TextComponent text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return TextComponent instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static TextComponent waitTextComponent(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitTextComponent(cont, new TextComponentByTextFinder(text, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Waits TextComponent by text.
-     * @param cont Container to search component in.
-     * @param text TextComponent text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return TextComponent instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static TextComponent waitTextComponent(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitTextComponent(cont, text, ce, ccs, 0));
-    }
-
-    static {
-	Timeouts.initDefault("TextComponentOperator.PushKeyTimeout", PUSH_KEY_TIMEOUT);
-	Timeouts.initDefault("TextComponentOperator.BetweenKeysTimeout", BETWEEN_KEYS_TIMEOUT);
-	Timeouts.initDefault("TextComponentOperator.ChangeCaretPositionTimeout", CHANGE_CARET_POSITION_TIMEOUT);
-	Timeouts.initDefault("TextComponentOperator.TypeTextTimeout", TYPE_TEXT_TIMEOUT);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	super.setTimeouts(timeouts);
-	this.timeouts = timeouts;
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = 
-	    (TextDriver)DriverManager.
-	    getDriver(DriverManager.TEXT_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-    }
-
-    /**
-     * Changes caret position.
-     * @param position Position to move caret to.
-     * 
-     */
-    public void changeCaretPosition(final int position) {
-	makeComponentVisible();
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.changeCaretPosition(TextComponentOperator.this, position);
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Caret moving");
-		}
-	    }, getTimeouts().getTimeout("TextComponentOperator.ChangeCaretPositionTimeout"));
-    }
-
-    /**
-     * Selects a part of text.
-     * @param startPosition Start caret position
-     * @param finalPosition Final caret position
-     * 
-     */
-    public void selectText(final int startPosition, final int finalPosition) {
-	makeComponentVisible();
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.selectText(TextComponentOperator.this, startPosition, finalPosition);
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Text selecting");
-		}
-	    }, getTimeouts().getTimeout("TextComponentOperator.TypeTextTimeout"));
-    }
-
-    /**
-     * Finds start text position.
-     * @param text Text to be searched.
-     * @param index Index of text instance (first instance has index 0)
-     * @return Caret position correspondent to text start.
-     */
-    public int getPositionByText(String text, int index) {
-	String allText = getText();
-	int position = 0;
-	int ind = 0;
-	while((position = allText.indexOf(text, position)) >= 0) {
-	    if(ind == index) {
-		return(position);
-	    } else {
-		ind++;
-	    }
-	    position = position + text.length();
-	}
-	return(-1);
-    }
-
-    /**
-     * Finds start text position.
-     * @param text Text to be searched.
-     * @return Caret position correspondent to text start.
-     */
-    public int getPositionByText(String text) {
-	return(getPositionByText(text, 0));
-    }
-
-    /**
-     * Clears text.
-     * 
-     */
-    public void clearText() {
-	output.printLine("Clearing text in text component\n    : " +
-			 toStringSource());
-	output.printGolden("Clearing text in text component");
-	makeComponentVisible();
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.clearText(TextComponentOperator.this);
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Text clearing");
-		}
-	    }, getTimeouts().getTimeout("TextComponentOperator.TypeTextTimeout"));
-    }
-
-    /**
-     * Types text starting from known position.
-     * @param text Text to be typed.
-     * @param caretPosition Position to start type text
-     */
-    public void typeText(final String text, final int caretPosition) {
-	output.printLine("Typing text \"" + text + "\" from " +
-			 Integer.toString(caretPosition) + " position " +
-			 "in text component\n    : " +
-			 toStringSource());
-	output.printGolden("Typing text \"" + text + "\" in text component");
-	makeComponentVisible();
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.typeText(TextComponentOperator.this, text, caretPosition);
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Text typing");
-		}
-	    }, getTimeouts().getTimeout("TextComponentOperator.TypeTextTimeout"));
-    }
-
-    /**
-     * Types text starting from known position.
-     * @param text Text to be typed.
-     */
-    public void typeText(String text) {
-	typeText(text, getCaretPosition());
-    }
-
-    /**
-     * Requests a focus, clears text, types new one and pushes Enter.
-     * @param text New text value. Shouln't include final '\n'.
-     * 
-     */
-    public void enterText(final String text) {
-	makeComponentVisible();
-	produceTimeRestricted(new Action() {
-		public Object launch(Object obj) {
-		    driver.enterText(TextComponentOperator.this, text);
-		    return(null);
-		}
-		public String getDescription() {
-		    return("Text entering");
-		}
-	    }, getTimeouts().getTimeout("TextComponentOperator.TypeTextTimeout"));
-    }
-
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	result.put(TEXT_DPROP, ((TextComponent)getSource()).getText());
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-    /**Maps <code>TextComponent.addTextListener(TextListener)</code> through queue*/
-    public void addTextListener(final TextListener textListener) {
-	runMapping(new MapVoidAction("addTextListener") {
-		public void map() {
-		    ((TextComponent)getSource()).addTextListener(textListener);
-		}});}
-
-    /**Maps <code>TextComponent.getCaretPosition()</code> through queue*/
-    public int getCaretPosition() {
-	return(runMapping(new MapIntegerAction("getCaretPosition") {
-		public int map() {
-		    return(((TextComponent)getSource()).getCaretPosition());
-		}}));}
-
-    /**Maps <code>TextComponent.getSelectedText()</code> through queue*/
-    public String getSelectedText() {
-	return((String)runMapping(new MapAction("getSelectedText") {
-		public Object map() {
-		    return(((TextComponent)getSource()).getSelectedText());
-		}}));}
-
-    /**Maps <code>TextComponent.getSelectionEnd()</code> through queue*/
-    public int getSelectionEnd() {
-	return(runMapping(new MapIntegerAction("getSelectionEnd") {
-		public int map() {
-		    return(((TextComponent)getSource()).getSelectionEnd());
-		}}));}
-
-    /**Maps <code>TextComponent.getSelectionStart()</code> through queue*/
-    public int getSelectionStart() {
-	return(runMapping(new MapIntegerAction("getSelectionStart") {
-		public int map() {
-		    return(((TextComponent)getSource()).getSelectionStart());
-		}}));}
-
-    /**Maps <code>TextComponent.getText()</code> through queue*/
-    public String getText() {
-	return((String)runMapping(new MapAction("getText") {
-		public Object map() {
-		    return(((TextComponent)getSource()).getText());
-		}}));}
-
-    /**Maps <code>TextComponent.isEditable()</code> through queue*/
-    public boolean isEditable() {
-	return(runMapping(new MapBooleanAction("isEditable") {
-		public boolean map() {
-		    return(((TextComponent)getSource()).isEditable());
-		}}));}
-
-    /**Maps <code>TextComponent.removeTextListener(TextListener)</code> through queue*/
-    public void removeTextListener(final TextListener textListener) {
-	runMapping(new MapVoidAction("removeTextListener") {
-		public void map() {
-		    ((TextComponent)getSource()).removeTextListener(textListener);
-		}});}
-
-    /**Maps <code>TextComponent.select(int, int)</code> through queue*/
-    public void select(final int i, final int i1) {
-	runMapping(new MapVoidAction("select") {
-		public void map() {
-		    ((TextComponent)getSource()).select(i, i1);
-		}});}
-
-    /**Maps <code>TextComponent.selectAll()</code> through queue*/
-    public void selectAll() {
-	runMapping(new MapVoidAction("selectAll") {
-		public void map() {
-		    ((TextComponent)getSource()).selectAll();
-		}});}
-
-    /**Maps <code>TextComponent.setCaretPosition(int)</code> through queue*/
-    public void setCaretPosition(final int i) {
-	runMapping(new MapVoidAction("setCaretPosition") {
-		public void map() {
-		    ((TextComponent)getSource()).setCaretPosition(i);
-		}});}
-
-    /**Maps <code>TextComponent.setEditable(boolean)</code> through queue*/
-    public void setEditable(final boolean b) {
-	runMapping(new MapVoidAction("setEditable") {
-		public void map() {
-		    ((TextComponent)getSource()).setEditable(b);
-		}});}
-
-    /**Maps <code>TextComponent.setSelectionEnd(int)</code> through queue*/
-    public void setSelectionEnd(final int i) {
-	runMapping(new MapVoidAction("setSelectionEnd") {
-		public void map() {
-		    ((TextComponent)getSource()).setSelectionEnd(i);
-		}});}
-
-    /**Maps <code>TextComponent.setSelectionStart(int)</code> through queue*/
-    public void setSelectionStart(final int i) {
-	runMapping(new MapVoidAction("setSelectionStart") {
-		public void map() {
-		    ((TextComponent)getSource()).setSelectionStart(i);
-		}});}
-
-    /**Maps <code>TextComponent.setText(String)</code> through queue*/
-    public void setText(final String string) {
-	runMapping(new MapVoidAction("setText") {
-		public void map() {
-		    ((TextComponent)getSource()).setText(string);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Return a TextDriver  used by this component.
-     * @return a driver got by the operator during creation.
-     */
-    protected TextDriver getTextDriver() {
-	return(driver);
-    }
-
-    /**
-     * Allows to find component by text.
-     */
-    public static class TextComponentByTextFinder implements ComponentChooser {
-	String label;
-	StringComparator comparator;
-        /**
-         * Constructs TextComponentByTextFinder.
-         * @param lb a text pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public TextComponentByTextFinder(String lb, StringComparator comparator) {
-	    label = lb;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs TextComponentByTextFinder.
-         * @param lb a text pattern
-         */
-	public TextComponentByTextFinder(String lb) {
-            this(lb, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof TextComponent) {
-		if(((TextComponent)comp).getText() != null) {
-		    return(comparator.equals(((TextComponent)comp).getText(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("TextComponent with text \"" + label + "\"");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class TextComponentFinder extends Finder {
-        /**
-         * Constructs TextComponentFinder.
-         * @param sf other searching criteria.
-         */
-	public TextComponentFinder(ComponentChooser sf) {
-            super(TextComponent.class, sf);
-	}
-        /**
-         * Constructs TextComponentFinder.
-         */
-	public TextComponentFinder() {
-            super(TextComponent.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/TextFieldOperator.java b/jemmy/src/org/netbeans/jemmy/operators/TextFieldOperator.java
deleted file mode 100644
index b08749e..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/TextFieldOperator.java
+++ /dev/null
@@ -1,440 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import org.netbeans.jemmy.ActionProducer;
-import org.netbeans.jemmy.Action;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.Timeouts;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Dimension;
-import java.awt.TextField;
-
-import java.awt.event.ActionListener;
-import java.awt.event.KeyEvent;
-import java.awt.event.TextListener;
-
-import java.util.Hashtable;
-
-/**
- *
- * This operator type covers java.awt.TextField component.
- *
- * @see org.netbeans.jemmy.Timeouts
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-public class TextFieldOperator extends TextComponentOperator
-    implements Timeoutable, Outputable {
-
-    /**
-     * Identifier for a "text" property.
-     * @see #getDump
-     */
-    public static final String TEXT_DPROP = "Text";
-
-    private final static long PUSH_KEY_TIMEOUT = 0;
-    private final static long BETWEEN_KEYS_TIMEOUT = 0;
-    private final static long CHANGE_CARET_POSITION_TIMEOUT = 60000;
-    private final static long TYPE_TEXT_TIMEOUT = 60000;
-
-    private Timeouts timeouts;
-    private TestOut output;
-
-    /**
-     * Constructor.
-     * @param b The <code>java.awt.TextField</code> managed by
-     * this instance.
-     */
-    public TextFieldOperator(TextField b) {
-	super(b);
-    }
-
-    /**
-     * Constructs a TextFieldOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public TextFieldOperator(ContainerOperator cont, ComponentChooser chooser, int index) {
-	this((TextField)cont.
-             waitSubComponent(new TextFieldFinder(chooser),
-                              index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructs a TextFieldOperator object.
-     * @param cont a container
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public TextFieldOperator(ContainerOperator cont, ComponentChooser chooser) {
-	this(cont, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for a component in a container to show. The component is
-     * identified as the <code>index+1</code>'th
-     * <code>java.awt.TextField</code> that shows, lies below
-     * the container in the display containment hierarchy,
-     * and that has the desired text. Uses cont's timeout and output
-     * for waiting and to init this operator.
-     * @param cont The operator for a container containing the sought for textField.
-     * @param text TextField text. 
-     * @param index Ordinal component index. The first component has <code>index</code> 0.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public TextFieldOperator(ContainerOperator cont, String text, int index) {
-	this((TextField)waitComponent(cont, 
-					   new TextFieldByTextFinder(text, 
-									   cont.getComparator()),
-					   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits for a component in a container to show. The component is
-     * identified as the first
-     * <code>java.awt.TextField</code> that shows, lies below
-     * the container in the display containment hierarchy,
-     * and that has the desired text. Uses cont's timeout and output
-     * for waiting and to init this operator.
-     * @param cont The operator for a container containing the sought for textField.
-     * @param text TextField text. 
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public TextFieldOperator(ContainerOperator cont, String text) {
-	this(cont, text, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont The operator for a container containing the sought for textField.
-     * @param index Ordinal component index.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public TextFieldOperator(ContainerOperator cont, int index) {
-	this((TextField)
-	     waitComponent(cont, 
-			   new TextFieldFinder(),
-			   index));
-	copyEnvironment(cont);
-    }
-
-    /**
-     * Constructor.
-     * Waits component in container first.
-     * Uses cont's timeout and output for waiting and to init operator.
-     * @param cont The operator for a container containing the sought for textField.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public TextFieldOperator(ContainerOperator cont) {
-	this(cont, 0);
-    }
-
-    /**
-     * Searches TextField in a container.
-     * @param cont Container in which to search for the component.  The container
-     * lies above the component in the display containment hierarchy.  The containment
-     * need not be direct.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation, defining and
-     * applying search criteria.
-     * @param index Ordinal component index.  The first <code>index</code> is 0.
-     * @return TextField instance or null if component was not found.
-     */
-    public static TextField findTextField(Container cont, ComponentChooser chooser, int index) {
-	return((TextField)findComponent(cont, new TextFieldFinder(chooser), index));
-    }
-
-    /**
-     * Searches for the first TextField in a container.
-     * @param cont Container in which to search for the component.  The container
-     * lies above the component in the display containment hierarchy.  The containment
-     * need not be direct.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation, defining and
-     * applying search criteria.
-     * @return TextField instance or null if component was not found.
-     */
-    public static TextField findTextField(Container cont, ComponentChooser chooser) {
-	return(findTextField(cont, chooser, 0));
-    }
-
-    /**
-     * Searches TextField by text.
-     * @param cont Container to search component in.
-     * @param text TextField text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return TextField instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static TextField findTextField(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(findTextField(cont, new TextFieldByTextFinder(text, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Searches TextField by text.
-     * @param cont Container to search component in.
-     * @param text TextField text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return TextField instance or null if component was not found.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static TextField findTextField(Container cont, String text, boolean ce, boolean ccs) {
-	return(findTextField(cont, text, ce, ccs, 0));
-    }
-
-    /**
-     * Waits TextField in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return TextField instance.
-     */
-    public static TextField waitTextField(Container cont, ComponentChooser chooser, int index) {
-	return((TextField)waitComponent(cont, new TextFieldFinder(chooser), index));
-    }
-
-    /**
-     * Waits 0'th TextField in container.
-     * @param cont Container to search component in.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @return TextField instance.
-     */
-    public static TextField waitTextField(Container cont, ComponentChooser chooser){
-	return(waitTextField(cont, chooser, 0));
-    }
-
-    /**
-     * Waits TextField by text.
-     * @param cont Container to search component in.
-     * @param text TextField text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @param index Ordinal component index.
-     * @return TextField instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static TextField waitTextField(Container cont, String text, boolean ce, boolean ccs, int index) {
-	return(waitTextField(cont, new TextFieldByTextFinder(text, new DefaultStringComparator(ce, ccs)), index));
-    }
-
-    /**
-     * Waits TextField by text.
-     * @param cont Container to search component in.
-     * @param text TextField text. If null, contents is not checked.
-     * @param ce Compare text exactly.
-     * @param ccs Compare text case sensitively.
-     * @return TextField instance.
-     * @see ComponentOperator#isCaptionEqual(String, String, boolean, boolean)
-     */
-    public static TextField waitTextField(Container cont, String text, boolean ce, boolean ccs) {
-	return(waitTextField(cont, text, ce, ccs, 0));
-    }
-
-    static {
-	Timeouts.initDefault("TextFieldOperator.PushKeyTimeout", PUSH_KEY_TIMEOUT);
-	Timeouts.initDefault("TextFieldOperator.BetweenKeysTimeout", BETWEEN_KEYS_TIMEOUT);
-	Timeouts.initDefault("TextFieldOperator.ChangeCaretPositionTimeout", CHANGE_CARET_POSITION_TIMEOUT);
-	Timeouts.initDefault("TextFieldOperator.TypeTextTimeout", TYPE_TEXT_TIMEOUT);
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	super.setTimeouts(timeouts);
-	this.timeouts = timeouts;
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut out) {
-	output = out;
-	super.setOutput(output.createErrorOutput());
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public Hashtable getDump() {
-	Hashtable result = super.getDump();
-	result.put(TEXT_DPROP, ((TextField)getSource()).getText());
-	return(result);
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>TextField.addActionListener(ActionListener)</code> through queue*/
-    public void addActionListener(final ActionListener actionListener) {
-	runMapping(new MapVoidAction("addActionListener") {
-		public void map() {
-		    ((TextField)getSource()).addActionListener(actionListener);
-		}});}
-
-    /**Maps <code>TextField.echoCharIsSet()</code> through queue*/
-    public boolean echoCharIsSet() {
-	return(runMapping(new MapBooleanAction("echoCharIsSet") {
-		public boolean map() {
-		    return(((TextField)getSource()).echoCharIsSet());
-		}}));}
-
-    /**Maps <code>TextField.getColumns()</code> through queue*/
-    public int getColumns() {
-	return(runMapping(new MapIntegerAction("getColumns") {
-		public int map() {
-		    return(((TextField)getSource()).getColumns());
-		}}));}
-
-    /**Maps <code>TextField.getEchoChar()</code> through queue*/
-    public char getEchoChar() {
-	return(runMapping(new MapCharacterAction("getEchoChar") {
-		public char map() {
-		    return(((TextField)getSource()).getEchoChar());
-		}}));}
-
-    /**Maps <code>TextField.getMinimumSize(int)</code> through queue*/
-    public Dimension getMinimumSize(final int i) {
-	return((Dimension)runMapping(new MapAction("getMinimumSize") {
-		public Object map() {
-		    return(((TextField)getSource()).getMinimumSize(i));
-		}}));}
-
-    /**Maps <code>TextField.getPreferredSize(int)</code> through queue*/
-    public Dimension getPreferredSize(final int i) {
-	return((Dimension)runMapping(new MapAction("getPreferredSize") {
-		public Object map() {
-		    return(((TextField)getSource()).getPreferredSize(i));
-		}}));}
-
-    /**Maps <code>TextField.removeActionListener(ActionListener)</code> through queue*/
-    public void removeActionListener(final ActionListener actionListener) {
-	runMapping(new MapVoidAction("removeActionListener") {
-		public void map() {
-		    ((TextField)getSource()).removeActionListener(actionListener);
-		}});}
-
-    /**Maps <code>TextField.setColumns(int)</code> through queue*/
-    public void setColumns(final int i) {
-	runMapping(new MapVoidAction("setColumns") {
-		public void map() {
-		    ((TextField)getSource()).setColumns(i);
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * Allows to find component by text.
-     */
-    public static class TextFieldByTextFinder implements ComponentChooser {
-	String label;
-	StringComparator comparator;
-        /**
-         * Constructs TextFieldByTextFinder.
-         * @param lb a text pattern
-         * @param comparator specifies string comparision algorithm.
-         */
-	public TextFieldByTextFinder(String lb, StringComparator comparator) {
-	    label = lb;
-	    this.comparator = comparator;
-	}
-        /**
-         * Constructs TextFieldByTextFinder.
-         * @param lb a text pattern
-         */
-	public TextFieldByTextFinder(String lb) {
-            this(lb, Operator.getDefaultStringComparator());
-	}
-	public boolean checkComponent(Component comp) {
-	    if(comp instanceof TextField) {
-		if(((TextField)comp).getText() != null) {
-		    return(comparator.equals(((TextField)comp).getText(),
-					     label));
-		}
-	    }
-	    return(false);
-	}
-	public String getDescription() {
-	    return("TextField with text \"" + label + "\"");
-	}
-    }
-
-    /**
-     * Checks component type.
-     */
-    public static class TextFieldFinder extends Finder {
-        /**
-         * Constructs TextFieldFinder.
-         * @param sf other searching criteria.
-         */
-	public TextFieldFinder(ComponentChooser sf) {
-            super(TextField.class, sf);
-	}
-        /**
-         * Constructs TextFieldFinder.
-         */
-	public TextFieldFinder() {
-            super(TextField.class);
-	}
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/WindowOperator.java b/jemmy/src/org/netbeans/jemmy/operators/WindowOperator.java
deleted file mode 100644
index cb693d5..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/WindowOperator.java
+++ /dev/null
@@ -1,609 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.operators;
-
-import java.lang.reflect.InvocationTargetException;
-
-import org.netbeans.jemmy.ClassReference;
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ComponentSearcher;
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Waitable;
-import org.netbeans.jemmy.Waiter;
-import org.netbeans.jemmy.WindowWaiter;
-
-import org.netbeans.jemmy.drivers.WindowDriver;
-import org.netbeans.jemmy.drivers.DriverManager;
-
-import java.awt.Component;
-import java.awt.Window;
-
-import java.awt.event.WindowEvent;
-import java.awt.event.WindowListener;
-
-import java.util.ResourceBundle;
-
-/**
- * <BR><BR>Timeouts used: <BR>
- * WindowWaiter.WaitWindowTimeout - time to wait window displayed <BR>
- * WindowWaiter.AfterWindowTimeout - time to sleep after window has been dispayed <BR>.
- *
- * @see org.netbeans.jemmy.Timeouts
- * 
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *	
- */
-
-public class WindowOperator extends ContainerOperator 
-implements Outputable{
-
-    TestOut output;
-    WindowDriver driver;
-
-    /**
-     * Constructor.
-     * @param w a component
-     */
-    public WindowOperator(Window w) {
-	super(w);
-	driver = DriverManager.getWindowDriver(getClass());
-    }
-
-    /**
-     * Constructs a DialogOperator object.
-     * @param owner window - owner
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     */
-    public WindowOperator(WindowOperator owner, ComponentChooser chooser, int index) {
-	this((Window)owner.
-             waitSubWindow(chooser,
-                           index));
-	copyEnvironment(owner);
-    }
-
-    /**
-     * Constructs a DialogOperator object.
-     * @param owner window - owner
-     * @param chooser a component chooser specifying searching criteria.
-     */
-    public WindowOperator(WindowOperator owner, ComponentChooser chooser) {
-	this(owner, chooser, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the index'th displayed owner's child.
-     * Uses owner's timeout and output for waiting and to init operator.
-     * @param owner Operator pointing on a window owner.
-     * @param index an index between appropriate ones.
-     * @throws TimeoutExpiredException
-     */
-    public WindowOperator(WindowOperator owner, int index) {
-	this(waitWindow(owner, 
-			ComponentSearcher.getTrueChooser("Any Window"),
-			index));
-	copyEnvironment(owner);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the first displayed owner's child.
-     * Uses owner's timeout and output for waiting and to init operator.
-     * @param owner Operator pointing on a window owner.
-     * @throws TimeoutExpiredException
-     */
-    public WindowOperator(WindowOperator owner) {
-	this(owner, 0);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the index'th displayed window.
-     * Constructor can be used in complicated cases when
-     * output or timeouts should differ from default.
-     * @param index an index between appropriate ones.
-     * @param env an operator to copy environment from.
-     * @throws TimeoutExpiredException
-     */
-    public WindowOperator(int index, Operator env) {
-	this(waitWindow(ComponentSearcher.getTrueChooser("Any Window"),
-			index, env.getTimeouts(), env.getOutput()));
-	copyEnvironment(env);
-    }
-
-    /**
-     * Constructor.
-     * Waits for the index'th displayed window.
-     * Uses current timeouts and output values.
-     * @see JemmyProperties#getCurrentTimeouts()
-     * @see JemmyProperties#getCurrentOutput()
-     * @param index an index between appropriate ones.
-     * @throws TimeoutExpiredException
-     */
-    public WindowOperator(int index) {
-	this(index,
-	     getEnvironmentOperator());
-    }
-
-    /**
-     * Constructor.
-     * Waits for the first displayed window.
-     * Uses current timeouts and output values.
-     * @see JemmyProperties#getCurrentTimeouts()
-     * @see JemmyProperties#getCurrentOutput()
-     * @throws TimeoutExpiredException
-     */
-    public WindowOperator() {
-	this(0);
-    }
-
-    /**
-     * Searches an index'th window.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @return a window
-     */
-    public static Window findWindow(ComponentChooser chooser, int index) {
-	return(WindowWaiter.getWindow(chooser, index));
-    }
-
-    /**
-     * Searches a window.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return a window
-     */
-    public static Window findWindow(ComponentChooser chooser) {
-	return(findWindow(chooser, 0));
-    }
-
-    /**
-     * Searches an index'th window.
-     * @param owner Window - owner.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @return a window
-     */
-    public static Window findWindow(Window owner, ComponentChooser chooser, int index) {
-	return(WindowWaiter.getWindow(owner, chooser, index));
-    }
-
-    /**
-     * Searches a window.
-     * @param owner Window - owner.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return a window
-     */
-    public static Window findWindow(Window owner, ComponentChooser chooser) {
-	return(findWindow(owner, chooser, 0));
-    }
-
-    /**
-     * Waits an index'th window.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @throws TimeoutExpiredException
-     * @return a window
-     */
-    public static Window waitWindow(ComponentChooser chooser, int index) {
-	return(waitWindow(chooser, index,
-			  JemmyProperties.getCurrentTimeouts(),
-			  JemmyProperties.getCurrentOutput()));
-    }
-
-    /**
-     * Waits a window.
-     * @param chooser a component chooser specifying searching criteria.
-     * @throws TimeoutExpiredException
-     * @return a window
-     */
-    public static Window waitWindow(ComponentChooser chooser) {
-	return(waitWindow(chooser, 0));
-    }
-
-    /**
-     * Waits an index'th window.
-     * @param owner Window - owner.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @throws TimeoutExpiredException
-     * @return a window
-     */
-    public static Window waitWindow(Window owner, ComponentChooser chooser, int index) {
-	return(waitWindow(owner, chooser, index,
-			  JemmyProperties.getCurrentTimeouts(),
-			  JemmyProperties.getCurrentOutput()));
-    }
-
-    /**
-     * Waits a window.
-     * @param owner Window - owner.
-     * @param chooser a component chooser specifying searching criteria.
-     * @throws TimeoutExpiredException
-     * @return a window
-     */
-    public static Window waitWindow(Window owner, ComponentChooser chooser) {
-	return(waitWindow(owner, chooser, 0));
-    }
-
-    public void setOutput(TestOut out) {
-	super.setOutput(out);
-	output = out;
-    }
-    
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public void copyEnvironment(Operator anotherOperator) {
-	super.copyEnvironment(anotherOperator);
-	driver = 
-	    (WindowDriver)DriverManager.
-	    getDriver(DriverManager.WINDOW_DRIVER_ID,
-		      getClass(), 
-		      anotherOperator.getProperties());
-    }
-
-    /**
-     * Activates the window.
-     * Uses WindowDriver registered for the operator type.
-     */
-    public void activate() {
- 	output.printLine("Activate window\n    " + getSource().toString());
- 	output.printGolden("Activate window");
-	driver.activate(this);
-    }
-
-    /**
-     * Closes the window.
-     * Uses WindowDriver registered for the operator type.
-     */
-    public void close() {
- 	output.printLine("Closing window\n    " + getSource().toString());
- 	output.printGolden("Closing window");
-	driver.close(this);
-	if(getVerification()) {
-            waitClosed();
-        }
-    }
-
-    /**
-     * Moves the window to another location.
-     * Uses WindowDriver registered for the operator type.
-     * @param x coordinate in screen coordinate system
-     * @param y coordinate in screen coordinate system
-     */
-    public void move(int x, int y) {
- 	output.printLine("Moving frame\n    " + getSource().toString());
- 	output.printGolden("Moving frame");
-	driver.move(this, x, y);
-    }
-
-    /**
-     * Resizes the window.
-     * Uses WindowDriver registered for the operator type.
-     * @param width new width
-     * @param height new height
-     */
-    public void resize(int width, int height) {
- 	output.printLine("Resizing frame\n    " + getSource().toString());
- 	output.printGolden("Resizing frame");
-	driver.resize(this, width, height);
-    }
-
-    /**
-     * Searches an index'th window between windows owned by this window.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @return a subwindow
-     */
-    public Window findSubWindow(ComponentChooser chooser, int index) {
-        getOutput().printLine("Looking for \"" + chooser.getDescription() +
-                              "\" subwindow");
-	return(findWindow((Window)getSource(), chooser, index));
-    }
-
-    /**
-     * Searches a window between windows owned by this window.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return a subwindow
-     */
-    public Window findSubWindow(ComponentChooser chooser) {
-	return(findSubWindow(chooser, 0));
-    }
-
-    /**
-     * Waits an index'th window between windows owned by this window.
-     * @param chooser a component chooser specifying searching criteria.
-     * @param index an index between appropriate ones.
-     * @return a subwindow
-     */
-    public Window waitSubWindow(ComponentChooser chooser, int index) {
-        getOutput().printLine("Waiting for \"" + chooser.getDescription() +
-                              "\" subwindow");
-        WindowWaiter ww = new WindowWaiter();
-        ww.setOutput(getOutput());
-        ww.setTimeouts(getTimeouts());
-	try {
-	    return(ww.waitWindow((Window)getSource(), chooser, index));
-	} catch (InterruptedException e) {
-	    throw(new JemmyException("Waiting for \"" + chooser.getDescription() +
-				     "\" window has been interrupted", e));
-	}
-    }
-
-    /**
-     * Waits a window between windows owned by this window.
-     * @param chooser a component chooser specifying searching criteria.
-     * @return a subwindow
-     */
-    public Window waitSubWindow(ComponentChooser chooser) {
-	return(waitSubWindow(chooser, 0));
-    }
-
-    /**
-     * Waits the window to be closed.
-     */
-    public void waitClosed() {
-	getOutput().printLine("Wait window to be closed \n    : "+
-			      getSource().toString());
-	getOutput().printGolden("Wait window to be closed");
-	waitState(new ComponentChooser() {
-		public boolean checkComponent(Component comp) {
-		    return(!comp.isVisible());
-		}
-		public String getDescription() {
-		    return("Closed window");
-		}
-	    });
-    }
-
-    ////////////////////////////////////////////////////////
-    //Mapping                                             //
-
-    /**Maps <code>Window.addWindowListener(WindowListener)</code> through queue*/
-    public void addWindowListener(final WindowListener windowListener) {
-	runMapping(new MapVoidAction("addWindowListener") {
-		public void map() {
-		    ((Window)getSource()).addWindowListener(windowListener);
-		}});}
-
-    /**Maps <code>Window.applyResourceBundle(String)</code> through queue*/
-    public void applyResourceBundle(final String string) {
-	runMapping(new MapVoidAction("applyResourceBundle") {
-		public void map() {
-		    ((Window)getSource()).applyResourceBundle(string);
-		}});}
-
-    /**Maps <code>Window.applyResourceBundle(ResourceBundle)</code> through queue*/
-    public void applyResourceBundle(final ResourceBundle resourceBundle) {
-	runMapping(new MapVoidAction("applyResourceBundle") {
-		public void map() {
-		    ((Window)getSource()).applyResourceBundle(resourceBundle);
-		}});}
-
-    /**Maps <code>Window.dispose()</code> through queue*/
-    public void dispose() {
-	runMapping(new MapVoidAction("dispose") {
-		public void map() {
-		    ((Window)getSource()).dispose();
-		}});}
-
-    /**Maps <code>Window.getFocusOwner()</code> through queue*/
-    public Component getFocusOwner() {
-	return((Component)runMapping(new MapAction("getFocusOwner") {
-		public Object map() {
-		    return(((Window)getSource()).getFocusOwner());
-		}}));}
-
-    /**Maps <code>Window.getOwnedWindows()</code> through queue*/
-    public Window[] getOwnedWindows() {
-	return((Window[])runMapping(new MapAction("getOwnedWindows") {
-		public Object map() {
-		    return(((Window)getSource()).getOwnedWindows());
-		}}));}
-
-    /**Maps <code>Window.getOwner()</code> through queue*/
-    public Window getOwner() {
-	return((Window)runMapping(new MapAction("getOwner") {
-		public Object map() {
-		    return(((Window)getSource()).getOwner());
-		}}));}
-
-    /**Maps <code>Window.getWarningString()</code> through queue*/
-    public String getWarningString() {
-	return((String)runMapping(new MapAction("getWarningString") {
-		public Object map() {
-		    return(((Window)getSource()).getWarningString());
-		}}));}
-
-    /**Maps <code>Window.pack()</code> through queue*/
-    public void pack() {
-	runMapping(new MapVoidAction("pack") {
-		public void map() {
-		    ((Window)getSource()).pack();
-		}});}
-
-    /**Maps <code>Window.removeWindowListener(WindowListener)</code> through queue*/
-    public void removeWindowListener(final WindowListener windowListener) {
-	runMapping(new MapVoidAction("removeWindowListener") {
-		public void map() {
-		    ((Window)getSource()).removeWindowListener(windowListener);
-		}});}
-
-    /**Maps <code>Window.toBack()</code> through queue*/
-    public void toBack() {
-	runMapping(new MapVoidAction("toBack") {
-		public void map() {
-		    ((Window)getSource()).toBack();
-		}});}
-
-    /**Maps <code>Window.toFront()</code> through queue*/
-    public void toFront() {
-	runMapping(new MapVoidAction("toFront") {
-		public void map() {
-		    ((Window)getSource()).toFront();
-		}});}
-
-    //End of mapping                                      //
-    ////////////////////////////////////////////////////////
-
-    ////////////////////////////////////////////////////////
-    //Mapping 1.4                                         //
-
-    /**Maps <code>Window.isFocused()</code> through queue. 
-       @return result of the mapped method */
-    public boolean isFocused() {
-        if(System.getProperty("java.specification.version").compareTo("1.3") > 0) {
-            return(runMapping(new MapBooleanAction("isFocused") {
-                    public boolean map() {
-                        try {
-                            return(((Boolean)new ClassReference(getSource()).
-                                    invokeMethod("isFocused", null, null)).booleanValue());
-                        } catch(InvocationTargetException e) {
-                            return(false);
-                        } catch(NoSuchMethodException e) {
-                            return(false);
-                        } catch(IllegalAccessException e) {
-                            return(false);
-                        }
-                    }}));
-        } else {
-            return(getFocusOwner() != null);
-        }
-    }
-
-    /**Maps <code>Window.isActive()</code> through queue. 
-       @return result of the mapped method */
-    public boolean isActive() {
-        if(System.getProperty("java.specification.version").compareTo("1.3") > 0) {
-            return(runMapping(new MapBooleanAction("isActive") {
-                    public boolean map() {
-                        try {
-                            return(((Boolean)new ClassReference(getSource()).
-                                    invokeMethod("isActive", null, null)).booleanValue());
-                        } catch(InvocationTargetException e) {
-                            return(false);
-                        } catch(NoSuchMethodException e) {
-                            return(false);
-                        } catch(IllegalAccessException e) {
-                            return(false);
-                        }
-                    }}));
-        } else {
-            return(isShowing());
-        }
-    }
-
-    //End of mapping 1.4                                  //
-    ////////////////////////////////////////////////////////
-
-    /**
-     * A method to be used from subclasses.
-     * Uses timeouts and output passed as parameters during the waiting.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @param timeouts timeouts to be used during the waiting.
-     * @param output an output to be used during the waiting.
-     * @return Component instance or null if component was not found.
-     */
-    protected static Window waitWindow(ComponentChooser chooser, int index,
-				       Timeouts timeouts, TestOut output) {
-	try {
-	    WindowWaiter waiter = new WindowWaiter();
-	    waiter.setTimeouts(timeouts);
-	    waiter.setOutput(output);
-	    return(waiter.waitWindow(chooser, index));
-	} catch(InterruptedException e) {
-	    output.printStackTrace(e);
-	    return(null);
-	}
-    }
-
-    /**
-     * A method to be used from subclasses.
-     * Uses <code>owner</code>'s timeouts and output during the waiting.
-     * @param owner a window - dialog owner.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @return Component instance or null if component was not found.
-     */
-    protected static Window waitWindow(WindowOperator owner, ComponentChooser chooser, int index) {
-	return(waitWindow((Window)owner.getSource(), 
-			  chooser, index, 
-			  owner.getTimeouts(), owner.getOutput()));
-    }
-
-    /**
-     * A method to be used from subclasses.
-     * Uses timeouts and output passed as parameters during the waiting.
-     * @param owner a window - dialog owner.
-     * @param chooser org.netbeans.jemmy.ComponentChooser implementation.
-     * @param index Ordinal component index.
-     * @param timeouts timeouts to be used during the waiting.
-     * @param output an output to be used during the waiting.
-     * @return Component instance or null if component was not found.
-     */
-    protected static Window waitWindow(Window owner, ComponentChooser chooser, int index,
-				       Timeouts timeouts, TestOut output) {
-	try {
-	    WindowWaiter waiter = new WindowWaiter();
-	    waiter.setTimeouts(timeouts);
-	    waiter.setOutput(output);
-	    return(waiter.waitWindow(owner, chooser, index));
-	} catch(InterruptedException e) {
-	    JemmyProperties.getCurrentOutput().printStackTrace(e);
-	    return(null);
-	}
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/operators/package.html b/jemmy/src/org/netbeans/jemmy/operators/package.html
deleted file mode 100644
index 58bc649..0000000
--- a/jemmy/src/org/netbeans/jemmy/operators/package.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-  <head>
-    <title>Operators package</title>
-  </head>
-
-  <body>
-    <h1>Operators package</h1>
-
-    Contains so called "operators".<br><br>
-
-    <i>Operator</i> is a <i>test-side representation</i> for a component. Each particular operator
-    class provides all the functionality to work with one component type. For example
-    <code>JButtonOperator</code> covers <code>javax.swing.JButton</code>.<br><br>
-
-    Operators inheritance tree exactly matches component types inheritance:
-    <code>AbstractButton</code> extending <code>JComponent</code> means that
-    <code>AbstractBittonOperator</code> extends <code>JComponentOperator</code>.<br><br>
-
-    Every operator provides, basicly, all the methods to reproduce user actions 
-    which can be performed on a component type covered by operator.<br><br>
-
-    Every operator also provides <i>mapping</i> functionality: API to invoke component
-    method during the event queue. For example, <code>AbstractButtonOperator</code> has 
-    <code>getText()</code> method which simply invokes <code>AbstractButton.getText()</code> 
-    through the queue.<br><br>
-
-    @since 23 Feb 2002
-
-    <hr>
-  </body>
-</html>
diff --git a/jemmy/src/org/netbeans/jemmy/package.html b/jemmy/src/org/netbeans/jemmy/package.html
deleted file mode 100644
index 74f78d2..0000000
--- a/jemmy/src/org/netbeans/jemmy/package.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-  <head>
-    <title>Main Jemmy package</title>
-  </head>
-
-  <body>
-    <h1>Main Jemmy package</h1>
-
-    Contains basic Jemmy classes.<br><br>
-
-    Low-level classes to find/wait components, classes to perform waitings,
-    time resricted actions and so on.<br>
-
-    @since 02/23/2002
-
-    <hr>
-  </body>
-</html>
diff --git a/jemmy/src/org/netbeans/jemmy/util/AbstractTextStyleChooser.java b/jemmy/src/org/netbeans/jemmy/util/AbstractTextStyleChooser.java
deleted file mode 100644
index 3f61688..0000000
--- a/jemmy/src/org/netbeans/jemmy/util/AbstractTextStyleChooser.java
+++ /dev/null
@@ -1,85 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.util;
-
-import java.awt.Color;
-
-import javax.swing.text.Document;
-import javax.swing.text.Element;
-import javax.swing.text.StyleConstants;
-import javax.swing.text.StyledDocument;
-
-import org.netbeans.jemmy.operators.JTextComponentOperator.TextChooser;
-
-/**
- * Makes easier to implement searching criteria for <code>javax.swing.text.StyledDocument</code>
- * <code>JTextComponentOperator.getPositionByText(String, JTextComponentOperator.TextChooser, int)</code>.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public abstract class AbstractTextStyleChooser implements TextChooser {
-
-    /**
-     * Constructor.
-     */
-    public AbstractTextStyleChooser() {
-    }
-    /**
-     * Should return true if position fulfils criteria.
-     * @param doc a styled document to be searched.
-     * @param element an element to be checked.
-     * @param offset checked position.
-     * @return true if position fits the criteria.
-     */
-    public abstract boolean checkElement(StyledDocument doc, Element element, int offset);
-    public abstract String getDescription();
-    public final boolean checkPosition(Document document, int offset) {
-	return(checkElement(((StyledDocument)document), 
-			    ((StyledDocument)document).getCharacterElement(offset),
-			    offset));
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/util/DefaultVisualizer.java b/jemmy/src/org/netbeans/jemmy/util/DefaultVisualizer.java
deleted file mode 100644
index ad84c5a..0000000
--- a/jemmy/src/org/netbeans/jemmy/util/DefaultVisualizer.java
+++ /dev/null
@@ -1,270 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.util;
-
-import org.netbeans.jemmy.JemmyException;
-import org.netbeans.jemmy.JemmyInputException;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.Operator.ComponentVisualizer;
-import org.netbeans.jemmy.operators.JDialogOperator;
-import org.netbeans.jemmy.operators.JInternalFrameOperator;
-import org.netbeans.jemmy.operators.JScrollPaneOperator;
-import org.netbeans.jemmy.operators.JTabbedPaneOperator;
-import org.netbeans.jemmy.operators.WindowOperator;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Dialog;
-
-import javax.swing.JInternalFrame;
-import javax.swing.JScrollPane;
-import javax.swing.JTabbedPane;
-
-/**
- * 
- * Used as component visualizer by default.
- *
- * @see org.netbeans.jemmy.operators.Operator#setVisualizer(Operator.ComponentVisualizer)
- * @see org.netbeans.jemmy.operators.Operator.ComponentVisualizer
- * 
- * @author Alexandre Iline (alexandre.iline at sun.com)
- * 
- */
-public class DefaultVisualizer implements ComponentVisualizer, Cloneable {
-    private boolean window = true;
-    private boolean internalFrame = true;
-    private boolean scroll = false;
-    private boolean switchTab = false;
-    private boolean modal = false;
-
-    public DefaultVisualizer() {
-    }
-
-    /**
-     * Forces vizualizer to check that component is
-     * on the top modal dialog or no modal dialog
-     * displayed.
-     * @param yesOrNo If true, JemmyInputException will be throught
-     * if component is not on the top modal dialog and a modal dialog
-     * is dislayed.
-     */
-    public void checkForModal(boolean yesOrNo) {
-	modal = yesOrNo;
-    }
-
-    /**
-     * Informs that a window contained component should be activated.
-     * @param yesOrNo true if windows need to be activated.
-     */
-    public void activateWindow(boolean yesOrNo) {
-	window = yesOrNo;
-    }
-
-    /**
-     * Informs that an internal frame contained component
-     * should be activated.
-     * @param yesOrNo true if internal frames need to be activated.
-     */
-    public void activateInternalFrame(boolean yesOrNo) {
-	internalFrame = yesOrNo;
-    }
-
-    /**
-     * Informs that scrolling should be made.
-     * @param yesOrNo true if scroll panes need to be scrolled.
-     */
-    public void scroll(boolean yesOrNo) {
-	scroll = yesOrNo;
-    }
-
-    /**
-     * Informs that tab switching should be made.
-     * @param yesOrNo true if tabbed panes need to be switched.
-     */
-    public void switchTab(boolean yesOrNo) {
-	switchTab = yesOrNo;
-    }
-
-    /**
-     * Returns true if window is active.
-     * @param winOper an operator representing the window.
-     * @return true is window is active.
-     */
-    protected boolean isWindowActive(WindowOperator winOper) {
-        return(winOper.isFocused() && winOper.isActive());
-    }
-
-    /**
-     * Performs an atomic window-activization precedure.
-     * A window is sopposed to be prepared for the activization
-     * (i.e. put "to front").
-     * @param winOper an operator representing the window.
-     */
-    protected void makeWindowActive(WindowOperator winOper) {
-        winOper.activate();
-    }
-
-    /**
-     * Activates a window. Uses makeWindowActive if necessary.
-     * @param winOper an operator representing the window.
-     * @see #makeWindowActive
-     */
-    protected void activate(WindowOperator winOper) {
-        boolean active = isWindowActive(winOper);
-	winOper.toFront();
-        if(!active) {
-            makeWindowActive(winOper);
-        }
-    }
-
-    /**
-     * Inits an internal frame.
-     * @param intOper an operator representing the frame.
-     */
-    protected void initInternalFrame(JInternalFrameOperator intOper) {
-	if(!intOper.isSelected()) {
-	    intOper.activate();
-	}
-    }
-
-    /**
-     * Scrolls JScrollPane to make the component visible.
-     * @param scrollOper an operator representing a scroll pane.
-     * @param target a component - target to be made visible.
-     */
-    protected void scroll(JScrollPaneOperator scrollOper, Component target) {
-	if(!scrollOper.checkInside(target)) {
-	    scrollOper.scrollToComponent(target);
-	}
-    }
-
-    /**
-     * Switches tabs to make the component visible.
-     * @param tabOper an operator representing a tabbed pane.
-     * @param target a component - target to be made visible.
-     */
-    protected void switchTab(JTabbedPaneOperator tabOper, Component target) {
-	int tabInd = 0;
-	for(int j = 0; j < tabOper.getTabCount(); j++) {
-	    if(target == tabOper.getComponentAt(j)) {
-		tabInd = j;
-		break;
-	    }
-	}
-	if(tabOper.getSelectedIndex() != tabInd) {
-	    tabOper.selectPage(tabInd);
-	}
-    }
-
-    /**
-     * Prepares the component for user input.
-     * @param compOper an operator representing the component.
-     * @throws JemmyInputException
-     * @see #checkForModal(boolean)
-     */
-    public void makeVisible(ComponentOperator compOper) {
-	try {
-	    if(modal) {
-		Dialog modalDialog = JDialogOperator.getTopModalDialog();
-		if(modalDialog != null &&
-		   compOper.getWindow() != modalDialog) {
-		    throw(new JemmyInputException("Component is not on top modal dialog.", 
-						  compOper.getSource()));
-		}
-	    }
-            WindowOperator winOper = new WindowOperator(compOper.getWindow());
-	    if(window) {
-		winOper.copyEnvironment(compOper);
-		winOper.setVisualizer(new EmptyVisualizer());
-		activate(winOper);
-	    }
-            if(internalFrame && compOper instanceof JInternalFrameOperator) {
-                initInternalFrame((JInternalFrameOperator)compOper);
-            }
-	    Container[] conts = compOper.getContainers();
-	    for(int i = conts.length - 1; i >=0 ; i--) {
-		if       (internalFrame && conts[i] instanceof JInternalFrame) {
-		    JInternalFrameOperator intOper = new JInternalFrameOperator((JInternalFrame)conts[i]);
-		    intOper.copyEnvironment(compOper);
-		    intOper.setVisualizer(new EmptyVisualizer());
-		    initInternalFrame(intOper);
-		} else if(scroll        && conts[i] instanceof JScrollPane) {
-		    JScrollPaneOperator scrollOper = new JScrollPaneOperator((JScrollPane)conts[i]);
-		    scrollOper.copyEnvironment(compOper);
-		    scrollOper.setVisualizer(new EmptyVisualizer());
-		    scroll(scrollOper, compOper.getSource());
-		} else if(switchTab     && conts[i] instanceof JTabbedPane) {
-		    JTabbedPaneOperator tabOper = new JTabbedPaneOperator((JTabbedPane)conts[i]);
-		    tabOper.copyEnvironment(compOper);
-		    tabOper.setVisualizer(new EmptyVisualizer());
-		    switchTab(tabOper, i == 0 ? compOper.getSource() : conts[i - 1]);
-		}
-	    }
-	} catch(TimeoutExpiredException e) {
-	    JemmyProperties.getProperties().getOutput().printStackTrace(e);
-	}
-    }
-
-    /**
-     * Creates an exact copy of this visualizer.
-     * @return new instance.
-     */
-    public DefaultVisualizer cloneThis() {
-        try {
-            return((DefaultVisualizer)super.clone());
-        } catch(CloneNotSupportedException e) {
-            //that's impossible
-            throw(new JemmyException("Even impossible happens :)", e));
-        }
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/util/DumpController.java b/jemmy/src/org/netbeans/jemmy/util/DumpController.java
deleted file mode 100644
index c518c70..0000000
--- a/jemmy/src/org/netbeans/jemmy/util/DumpController.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-package org.netbeans.jemmy.util;
-
-import java.awt.Component;
-
-/**
- *
- * @author shura
- */
-public interface DumpController {
-
-    public boolean onComponentDump(Component comp);
-    public boolean onPropertyDump(Component comp, String name, String value);
-    
-}
diff --git a/jemmy/src/org/netbeans/jemmy/util/Dumper.java b/jemmy/src/org/netbeans/jemmy/util/Dumper.java
deleted file mode 100644
index c126a6d..0000000
--- a/jemmy/src/org/netbeans/jemmy/util/Dumper.java
+++ /dev/null
@@ -1,296 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.util;
-
-import java.awt.*;
-import java.io.*;
-import java.util.*;
-import org.netbeans.jemmy.*;
-import org.netbeans.jemmy.QueueTool.QueueAction;
-import org.netbeans.jemmy.operators.*;
-
-/**
- * Allows to "dump" current GUI state into XML file.
- * Uses operators' getDump methods to gather the information.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *
- */
-
-public class Dumper {
-
-    /**
-     * Prints XML DTD information.
-     * @param writer a writer to write to.
-     */
-    public static void printDTD(PrintWriter writer) {
-        printDTD(writer, "");
-    }
-    
-    /**
-     * Prints XML DTD information.
-     * @param writer a stream to write to.
-     */
-    public static void printDTD(PrintStream writer) {
-        printDTD(new PrintWriter(writer));
-    }
-    
-    /**
-     * Prints XML DTD information into file.
-     * @param fileName a file to write to.
-     * @throws FileNotFoundException
-     */
-    public static void printDTD(String fileName)
-    throws FileNotFoundException {
-        printDTD(new PrintWriter(new FileOutputStream(fileName)));
-    }
-    
-    /**
-     * Prints component hierarchy (GUI dump)
-     * starting from <code>comp</code> component.
-     * @param comp a component to get information from.
-     * @param writer a writer to write to.
-     */
-    public static void dumpComponent(Component comp, final PrintWriter writer, final DumpController listener) {
-        QueueTool qt = new QueueTool();
-        Component[] comps;
-        if(comp != null) {
-            comps = new Component[1];
-            comps[0] = comp;
-        } else {
-            comps = Frame.getFrames();
-        }
-        final Component[] comps_final = comps;
-        qt.invokeAndWait(new QueueAction("dumpComponent") {
-            public Object launch() throws Exception {
-                printHeader(writer);
-                dumpSome("dump", comps_final, writer, "", listener);
-                writer.flush();
-                return null;
-            }
-        });
-    }
-    
-    public static void dumpComponent(Component comp, PrintWriter writer) {
-        dumpComponent(comp, writer, new DumpController() {
-            public boolean onComponentDump(Component comp) {
-                return(true);
-            }
-            public boolean onPropertyDump(Component comp, String name, String value) {
-                return(true);
-            }
-        });
-    }
-    
-    /**
-     * Prints component hierarchy (GUI dump).
-     * starting from <code>comp</code> component.
-     * @param comp a component to get information from.
-     * @param writer a stream to write to.
-     */
-    public static void dumpComponent(Component comp, PrintStream writer) {
-        dumpComponent(comp, new PrintWriter(writer));
-    }
-    
-    public static void dumpComponent(Component comp, PrintStream writer, DumpController listener) {
-        dumpComponent(comp, new PrintWriter(writer), listener);
-    }
-    
-    /**
-     * Prints component hierarchy (GUI dump) into file.
-     * @param comp a component to get information from.
-     * @param fileName a file to write to.
-     * @throws FileNotFoundException
-     */
-    public static void dumpComponent(Component comp, String fileName)
-    throws FileNotFoundException {
-        dumpComponent(comp, new PrintWriter(new FileOutputStream(fileName)));
-    }
-    
-    public static void dumpComponent(Component comp, String fileName, DumpController listener)
-    throws FileNotFoundException {
-        dumpComponent(comp, new PrintWriter(new FileOutputStream(fileName)), listener);
-    }
-    
-    /**
-     * Prints all component hierarchy (GUI dump).
-     * @param writer a writer to write to.
-     */
-    public static void dumpAll(PrintWriter writer) {
-        dumpComponent(null, writer);
-    }
-    
-    public static void dumpAll(PrintWriter writer, DumpController listener) {
-        dumpComponent(null, writer, listener);
-    }
-    
-    /**
-     * Prints all component hierarchy (GUI dump).
-     * @param writer a stream to write to.
-     */
-    public static void dumpAll(PrintStream writer) {
-        dumpAll(new PrintWriter(writer));
-    }
-    
-    public static void dumpAll(PrintStream writer, DumpController listener) {
-        dumpAll(new PrintWriter(writer), listener);
-    }
-    
-    /**
-     * Prints component hierarchy (GUI dump) into file.
-     * @param fileName a file to write to.
-     * @throws FileNotFoundException
-     */
-    public static void dumpAll(String fileName)
-    throws FileNotFoundException {
-        dumpAll(new PrintWriter(new FileOutputStream(fileName)));
-    }
-    
-    public static void dumpAll(String fileName, DumpController listener)
-    throws FileNotFoundException {
-        dumpAll(new PrintWriter(new FileOutputStream(fileName)), listener);
-    }
-    
-    private static final String tabIncrease = "  ";
-    private static void printTagStart(PrintWriter writer, String tag, String tab) {
-        writer.println(tab + "<" + tag + ">");
-    }
-    private static void printTagOpening(PrintWriter writer, String tag, String tab) {
-        writer.print(tab + "<" + tag);
-    }
-    private static void printTagClosing(PrintWriter writer, String tag) {
-        writer.println(">");
-    }
-    private static void printTagEnd(PrintWriter writer, String tag, String tab) {
-        writer.println(tab + "</" + tag + ">");
-    }
-    private static void printEmptyTagOpening(PrintWriter writer, String tag, String tab) {
-        writer.print(tab + "<" + tag);
-    }
-    private static void printEmptyTagClosing(PrintWriter writer, String tag) {
-        writer.println("/>");
-    }
-    private static void dumpSome(String tag, Component[] comps, PrintWriter writer, String tab, DumpController listener) {
-        if(comps.length > 0) {
-            printTagStart(writer, tag, tab);
-            for(int i = 0; i < comps.length; i++) {
-                dumpOne(comps[i], writer, tab + tabIncrease, listener);
-            }
-            printTagEnd(writer, tag, tab);
-        }
-    }
-    private static void dumpOne(Component component, PrintWriter writer, String tab, DumpController listener) {
-        //whether to dump at all
-        boolean toDump = listener.onComponentDump(component);
-        if(toDump) {
-            try {
-                Operator oper = Operator.createOperator(component);
-                Hashtable componentDump = oper.getDump();
-                printTagOpening(writer, "component", tab);
-                writer.print(" operator=\"" +
-                        oper.getClass().getName() + "\"");
-                printTagClosing(writer, "component");
-                Object[] keys = componentDump.keySet().toArray();
-                Arrays.sort(keys);
-                String name, value;
-                for(int i = 0; i < keys.length; i++) {
-                    name = (String)keys[i];
-                    value = ((String)componentDump.get(keys[i]));
-                    if(listener.onPropertyDump(component, name, value)) {
-                        printEmptyTagOpening(writer, "property", tab + tabIncrease);
-                        writer.print(" name=\"" +
-                                escape(name) + "\" value=\"" +
-                                escape(value) + "\"");
-                        printEmptyTagClosing(writer, "property");
-                    }
-                }
-            } catch(Exception e) {
-                JemmyProperties.getCurrentOutput().printStackTrace(e);
-                printTagStart(writer, "component", tab);
-                printEmptyTagOpening(writer, "exception", tab + tabIncrease);
-                writer.print(" toString=\"" +
-                        escape(e.toString()) + "\"");
-                printEmptyTagClosing(writer, "exception");
-            }
-        }
-        if(component instanceof Window) {
-            dumpSome("subwindows", ((Window)component).getOwnedWindows(), writer, tab + tabIncrease, listener);
-        }
-        if(component instanceof Container) {
-            dumpSome("subcomponents", ((Container)component).getComponents(), writer, tab + tabIncrease, listener);
-        }
-        if(toDump) {
-            printTagEnd(writer, "component", tab);
-        }
-    }
-    private static void printHeader(PrintWriter writer) {
-        writer.println("<?xml version=\"1.0\"?>");
-        writer.println("<!DOCTYPE dump [");
-        printDTD(writer, tabIncrease);
-        writer.println("]>");
-    }
-    private static void printDTD(PrintWriter writer, String tab) {
-        writer.println(tab + "<!ELEMENT dump (component*)>");
-        writer.println(tab + "<!ELEMENT component (property+, subcomponents?, subwindows?, exception?)>");
-        writer.println(tab + "<!ELEMENT subcomponents (component+)>");
-        writer.println(tab + "<!ELEMENT subwindows (component+)>");
-        writer.println(tab + "<!ELEMENT property EMPTY>");
-        writer.println(tab + "<!ELEMENT exception EMPTY>");
-        writer.println(tab + "<!ATTLIST component");
-        writer.println(tab + "          operator CDATA #IMPLIED>");
-        writer.println(tab + "<!ATTLIST exception");
-        writer.println(tab + "          toString CDATA #REQUIRED>");
-        writer.println(tab + "<!ATTLIST property");
-        writer.println(tab + "          name  CDATA #REQUIRED");
-        writer.println(tab + "          value CDATA #REQUIRED>");
-    }
-    
-    public static String escape(String str) {
-        return str.replaceAll("&", "&").replaceAll("<", "<")
-                .replaceAll(">", ">").replaceAll("\"", """);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/util/EmptyVisualizer.java b/jemmy/src/org/netbeans/jemmy/util/EmptyVisualizer.java
deleted file mode 100644
index 05413af..0000000
--- a/jemmy/src/org/netbeans/jemmy/util/EmptyVisualizer.java
+++ /dev/null
@@ -1,71 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.util;
-
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeouts;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.Operator.ComponentVisualizer;
-
-import java.awt.Component;
-
-/**
- *
- * Being used bas visualizer does nothing.
- *
- * @see org.netbeans.jemmy.operators.Operator#setVisualizer(Operator.ComponentVisualizer)
- * @see org.netbeans.jemmy.operators.Operator.ComponentVisualizer
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- * 
- */
-public class EmptyVisualizer implements ComponentVisualizer {
-
-    public void makeVisible(ComponentOperator compOper) {
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/util/MouseVisualizer.java b/jemmy/src/org/netbeans/jemmy/util/MouseVisualizer.java
deleted file mode 100644
index 32e17d4..0000000
--- a/jemmy/src/org/netbeans/jemmy/util/MouseVisualizer.java
+++ /dev/null
@@ -1,204 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.util;
-
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.TimeoutExpiredException;
-import org.netbeans.jemmy.Timeouts;
-
-import org.netbeans.jemmy.drivers.DriverManager;
-
-import org.netbeans.jemmy.drivers.input.MouseRobotDriver;
-
-import org.netbeans.jemmy.operators.ComponentOperator;
-import org.netbeans.jemmy.operators.JInternalFrameOperator;
-import org.netbeans.jemmy.operators.JScrollPaneOperator;
-import org.netbeans.jemmy.operators.JTabbedPaneOperator;
-import org.netbeans.jemmy.operators.Operator.ComponentVisualizer;
-import org.netbeans.jemmy.operators.WindowOperator;
-
-import java.awt.Component;
-import java.awt.Container;
-import java.awt.Dialog;
-import java.awt.Frame;
-import java.awt.Point;
-
-import javax.swing.JInternalFrame;
-import javax.swing.JScrollPane;
-import javax.swing.JTabbedPane;
-
-/**
- *
- * Does <code>super.activate(org.netbeans.jemmy.operators.WindowOperator)</code>.
- * Then, if java version is appropriate (1.3 or later) activates windows by robot mouse click on border.
- * 
- * @see org.netbeans.jemmy.operators.Operator#setVisualizer(Operator.ComponentVisualizer)
- * @see org.netbeans.jemmy.operators.Operator.ComponentVisualizer
- *
- * <BR><BR>Timeouts used: <BR>
- * MouseVisualiser.BeforeClickTimeout - time to let a window manager to move a window as it wants<BR>
- * 
- * @author Alexandre Iline (alexandre.iline at sun.com)
- * 
- */
-public class MouseVisualizer extends DefaultVisualizer {
-
-    private static final long BEFORE_CLICK = 100;
-
-    /**
-     * A constant used to inform that window activating click 
-     * needs to performed on the <b>top</b> side of frame.
-     * @see #MouseVisualizer()
-     */
-    public static int TOP = 0;
-
-    /**
-     * A constant used to inform that window activating click 
-     * needs to performed on the <b>botton</b> side of frame.
-     * @see #MouseVisualizer()
-     */
-    public static int BOTTOM = 1;
-
-    /**
-     * A constant used to inform that window activating click 
-     * needs to performed on the <b>left</b> side of frame.
-     * @see #MouseVisualizer()
-     */
-    public static int LEFT = 2;
-
-    /**
-     * A constant used to inform that window activating click 
-     * needs to performed on the <b>right</b> side of frame.
-     * @see #MouseVisualizer()
-     */
-    public static int RIGHT = 3;
-
-    private int place = 0;
-    private double pointLocation = 0;
-    private int depth = 0;
-    private boolean checkMouse = false;
-
-    /**
-     * Creates a visualizer which clicks on (0, 0) window coords.
-     */
-    public MouseVisualizer() {
-    }
-
-    /**
-     * Creates a visualizer which clicks on window boder.
-     * In case if <code>place == BOTTOM</code>, for example 
-     * clicks on (width * pointLocation, height - depth) coordinates.
-     * @param place One of the predefined value: TOP, BOTTOM, LEFT, RIGHT
-     * @param pointLocation Proportial coordinates to click.
-     * @param depth Distance from the border.
-     * @param checkMouse Check if there is any java component under mouse
-     */
-    public MouseVisualizer(int place, double pointLocation, int depth, boolean checkMouse) {
-	this.place = place;
-	this.pointLocation = pointLocation;
-	this.depth = depth;
-	this.checkMouse = checkMouse;
-    }
-
-    static {
-	Timeouts.initDefault("MouseVisualiser.BeforeClickTimeout", BEFORE_CLICK);
-    }
-
-    protected boolean isWindowActive(WindowOperator winOper) {
-        return(super.isWindowActive(winOper) &&
-               (winOper.getSource() instanceof Frame ||
-                winOper.getSource() instanceof Dialog));
-    }
-
-    protected void makeWindowActive(WindowOperator winOper) {
-        JemmyProperties.getCurrentTimeouts().
-            create("MouseVisualiser.BeforeClickTimeout").sleep();
-        super.makeWindowActive(winOper);
-        if(!System.getProperty("java.version").startsWith("1.2")) {
-            Point p = getClickPoint(winOper);
-            new MouseRobotDriver(winOper.getTimeouts().create("EventDispatcher.RobotAutoDelay")).
-                clickMouse(winOper, p.x, p.y,
-                           1, winOper.getDefaultMouseButton(),
-                           0, 
-                           winOper.getTimeouts().create("ComponentOperator.MouseClickTimeout"));
-        }
-    }
-
-    private Point getClickPoint(WindowOperator win) {
-	int x, y;
-	if(place == LEFT ||
-	   place == RIGHT) {
-	    y = ((int)(win.getHeight() * pointLocation - 1));
-	    if(place == RIGHT) {
-		x = win.getWidth() - 1 - depth;
-	    } else {
-		x = depth;
-	    }
-	} else {
-	    x = ((int)(win.getWidth() * pointLocation - 1));
-	    if(place == BOTTOM) {
-		y = win.getHeight() - 1 - depth;
-	    } else {
-		y = depth;
-	    }
-	}
-	if(x < 0) {
-	    x = 0;
-	}
-	if(x >= win.getWidth()) {
-	    x = win.getWidth() - 1;
-	}
-	if(y < 0) {
-	    y = 0;
-	}
-	if(y >= win.getHeight()) {
-	    y = win.getHeight() - 1;
-	}
-	return(new Point(x, y));
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/util/NameComponentChooser.java b/jemmy/src/org/netbeans/jemmy/util/NameComponentChooser.java
deleted file mode 100644
index 0dd599c..0000000
--- a/jemmy/src/org/netbeans/jemmy/util/NameComponentChooser.java
+++ /dev/null
@@ -1,94 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.util;
-
-import java.awt.Component;
-
-import org.netbeans.jemmy.ComponentChooser;
-
-import org.netbeans.jemmy.operators.Operator;
-
-/**
- *
- * Specifies criteria for component lookup basing on component name.
- *
- * By default uses new Operator.DefaultStringComparator(true, true) compa
- *
- * @author Nathan Paris (Nathan_Paris at adp.com)
- * @author Alexandre Iline (alexandre.iline at sun.com)
- *
- */
-public class NameComponentChooser implements ComponentChooser {
-    private String name;
-    private Operator.StringComparator comparator;
-
-    /**
-     * Creates an instance to search for a component by name.
-     * @param name Expecten component name pattern.
-     * @param comparator Comparator for a comparision of a component name with a pattern.
-     */
-    public NameComponentChooser(String name, Operator.StringComparator comparator) {
-        this.name = name;
-        this.comparator = comparator;
-    }
-
-    /**
-     * Creates an instance to search for a component by name using exact comparision.
-     * @param name Expecten component name pattern.
-     */
-    public NameComponentChooser(String name) {
-        this(name, new Operator.DefaultStringComparator(true, true));
-    }
-
-    public boolean checkComponent(Component component) {
-        return(comparator.equals(component.getName(), name));
-    }
-
-    public String getDescription() {
-        return("Component having \"" + name + "\" name.");
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/util/PNGDecoder.java b/jemmy/src/org/netbeans/jemmy/util/PNGDecoder.java
deleted file mode 100644
index c556776..0000000
--- a/jemmy/src/org/netbeans/jemmy/util/PNGDecoder.java
+++ /dev/null
@@ -1,249 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.util;
-
-import java.awt.Color;
-
-import java.awt.image.BufferedImage;
-
-import java.io.InputStream;
-import java.io.IOException;
-import java.io.FileInputStream;
-
-import org.netbeans.jemmy.JemmyException;
-
-import java.util.zip.DataFormatException;
-import java.util.zip.Inflater;
-
-/**
- * Allows to load PNG graphical file.
- * @author Alexandre Iline
- */
-public class PNGDecoder extends Object {
-
-    InputStream in;
-
-    /**
-     * Constructs a PNGDecoder object.
-     * @param in input stream to read PNG image from.
-     */    
-    public PNGDecoder(InputStream in) {
-        this.in = in;
-    }
-
-    byte read() throws IOException {
-        byte b = (byte)in.read();
-        return(b);
-    }
-
-    int readInt() throws IOException {
-        byte b[] = read(4);
-        return(((b[0]&0xff)<<24) +
-               ((b[1]&0xff)<<16) +
-               ((b[2]&0xff)<<8) +
-               ((b[3]&0xff)));
-    }
-
-    byte[] read(int count) throws IOException {
-        byte[] result = new byte[count];
-        for(int i = 0; i < count; i++) {
-            result[i] = read();
-        }
-        return(result);
-    }
-
-    boolean compare(byte[] b1, byte[] b2) {
-        if(b1.length != b2.length) {
-            return(false);
-        }
-        for(int i = 0; i < b1.length; i++) {
-            if(b1[i] != b2[i]) {
-                return(false);
-            }
-        }
-        return(true);
-    }
-
-    void checkEquality(byte[] b1, byte[] b2) {
-        if(!compare(b1, b2)) {
-            throw(new JemmyException("Format error"));
-        }
-    }
-
-    /**
-     * Decodes image from an input stream passed into constructor.
-     * @return a BufferedImage object
-     * @throws IOException
-     */
-    public BufferedImage decode() throws IOException {
-
-        byte[] id = read(12);
-        checkEquality(id, new byte[] {-119, 80, 78, 71, 13, 10, 26, 10, 0, 0, 0, 13});
-
-        byte[] ihdr = read(4);
-        checkEquality(ihdr, "IHDR".getBytes());
-
-        int width = readInt();
-        int height = readInt();
-
-        BufferedImage result = new BufferedImage(width, height, BufferedImage.TYPE_INT_RGB);
-
-        byte[] head = read(5);
-        int mode;
-        if(compare(head, new byte[]{1, 0, 0, 0, 0})) {
-            mode = PNGEncoder.BW_MODE;
-        } else if(compare(head, new byte[]{8, 0, 0, 0, 0})) {
-            mode = PNGEncoder.GREYSCALE_MODE;
-        } else if(compare(head, new byte[]{8, 2, 0, 0, 0})) {
-            mode = PNGEncoder.COLOR_MODE;
-        } else {
-            throw(new JemmyException("Format error"));
-        }
-
-        readInt();//!!crc
-
-        int size = readInt();
-
-        byte[] idat = read(4);
-        checkEquality(idat, "IDAT".getBytes());
-
-        byte[] data = read(size);
-
-
-        Inflater inflater = new Inflater();
-        inflater.setInput(data, 0, size);
-
-        int color;
-
-        try {
-            switch (mode) {
-            case PNGEncoder.BW_MODE: 
-                {
-                    int bytes = (int)(width / 8);
-                    if((width % 8) != 0) {
-                        bytes++;
-                    }
-                    byte colorset;
-                    byte[] row = new byte[bytes];
-                    for (int y = 0; y < height; y++) {
-                        inflater.inflate(new byte[1]);
-                        inflater.inflate(row);
-                        for (int x = 0; x < bytes; x++) {
-                            colorset = row[x];
-                            for (int sh = 0; sh < 8; sh++) {
-                                if(x * 8 + sh >= width) {
-                                    break;
-                                }
-                                if((colorset & 0x80) == 0x80) {
-                                    result.setRGB(x * 8 + sh, y, Color.white.getRGB());
-                                } else {
-                                    result.setRGB(x * 8 + sh, y, Color.black.getRGB());
-                                }
-                                colorset <<= 1;
-                            }
-                        }
-                    }
-                }
-                break;
-            case PNGEncoder.GREYSCALE_MODE: 
-                {
-                    byte[] row = new byte[width];
-                    for (int y = 0; y < height; y++) {
-                        inflater.inflate(new byte[1]);
-                        inflater.inflate(row);
-                        for (int x = 0; x < width; x++) {
-                            color = row[x];
-                            result.setRGB(x, y, (color << 16) + (color << 8) + color);
-                        }
-                    }
-                }
-                break;
-            case PNGEncoder.COLOR_MODE:
-                {
-                    byte[] row = new byte[width * 3];
-                    for (int y = 0; y < height; y++) {
-                        inflater.inflate(new byte[1]);
-                        inflater.inflate(row);
-                        for (int x = 0; x < width; x++) {
-                            result.setRGB(x, y, 
-                                          ((row[x * 3 + 0]&0xff) << 16) +
-                                          ((row[x * 3 + 1]&0xff) << 8) +
-                                          ((row[x * 3 + 2]&0xff)));
-                        }
-                    }
-                }
-            }
-        } catch(DataFormatException e) {
-            throw(new JemmyException("ZIP error", e));
-        }
-
-        readInt();//!!crc
-        readInt();//0
-
-        byte[] iend = read(4);
-        checkEquality(iend, "IEND".getBytes());
-
-        readInt();//!!crc
-        in.close();
-
-        return(result);
-    }
-
-    /**
-     * Decodes image from file.
-     * @param fileName a file to read image from
-     * @return a BufferedImage instance.
-     */
-    public static BufferedImage decode(String fileName) {
-        try {
-            return(new PNGDecoder(new FileInputStream(fileName)).decode());
-        } catch(IOException e) {
-            throw(new JemmyException("IOException during image reading", e));
-        }
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/util/PNGEncoder.java b/jemmy/src/org/netbeans/jemmy/util/PNGEncoder.java
deleted file mode 100644
index 6b052ad..0000000
--- a/jemmy/src/org/netbeans/jemmy/util/PNGEncoder.java
+++ /dev/null
@@ -1,268 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.util;
-
-import java.awt.AWTException;
-import java.awt.Component;
-import java.awt.Rectangle;
-import java.awt.Robot;
-import java.awt.Toolkit;
-
-import java.awt.image.BufferedImage;
-
-import java.io.BufferedOutputStream;
-import java.io.ByteArrayOutputStream;
-import java.io.IOException;
-import java.io.FileOutputStream;
-import java.io.OutputStream;
-
-import java.util.zip.CRC32;
-import java.util.zip.Deflater;
-import java.util.zip.DeflaterOutputStream;
-import java.util.zip.Inflater;
-
-/** This class allows to encode BufferedImage into B/W, greyscale or true color PNG
- * image format with maximum compression.<br>
- * It also provides complete functionality for capturing full screen, part of
- * screen or single component, encoding and saving captured image info PNG file.
- * @author Adam Sotona
- * @version 1.0 */
-public class PNGEncoder extends Object {
-
-    /** black and white image mode. */    
-    public static final byte BW_MODE = 0;
-    /** grey scale image mode. */    
-    public static final byte GREYSCALE_MODE = 1;
-    /** full color image mode. */    
-    public static final byte COLOR_MODE = 2;
-    
-    OutputStream out;
-    CRC32 crc;
-    byte mode;
-
-    /** public constructor of PNGEncoder class with greyscale mode by default.
-     * @param out output stream for PNG image format to write into
-     */    
-    public PNGEncoder(OutputStream out) {
-        this(out, GREYSCALE_MODE);
-    }
-
-    /** public constructor of PNGEncoder class.
-     * @param out output stream for PNG image format to write into
-     * @param mode BW_MODE, GREYSCALE_MODE or COLOR_MODE
-     */    
-    public PNGEncoder(OutputStream out, byte mode) {
-        crc=new CRC32();
-        this.out = out;
-        if (mode<0 || mode>2)
-            throw new IllegalArgumentException("Unknown color mode");
-        this.mode = mode;
-    }
-
-    void write(int i) throws IOException {
-        byte b[]={(byte)((i>>24)&0xff),(byte)((i>>16)&0xff),(byte)((i>>8)&0xff),(byte)(i&0xff)};
-        write(b);
-    }
-
-    void write(byte b[]) throws IOException {
-        out.write(b);
-        crc.update(b);
-    }
-    
-    /** main encoding method (stays blocked till encoding is finished).
-     * @param image BufferedImage to encode
-     * @throws IOException IOException
-     */    
-    public void encode(BufferedImage image) throws IOException {
-        int width = image.getWidth(null);
-        int height = image.getHeight(null);
-        final byte id[] = {-119, 80, 78, 71, 13, 10, 26, 10, 0, 0, 0, 13};
-        write(id);
-        crc.reset();
-        write("IHDR".getBytes());
-        write(width);
-        write(height);
-        byte head[]=null;
-        switch (mode) {
-            case BW_MODE: head=new byte[]{1, 0, 0, 0, 0}; break;
-            case GREYSCALE_MODE: head=new byte[]{8, 0, 0, 0, 0}; break;
-            case COLOR_MODE: head=new byte[]{8, 2, 0, 0, 0}; break;
-        }                 
-        write(head);
-        write((int) crc.getValue());
-        ByteArrayOutputStream compressed = new ByteArrayOutputStream(65536);
-        BufferedOutputStream bos = new BufferedOutputStream( new DeflaterOutputStream(compressed, new Deflater(9)));
-        int pixel;
-        int color;
-        int colorset;
-        switch (mode) {
-            case BW_MODE: 
-                int rest=width%8;
-                int bytes=width/8;
-                for (int y=0;y<height;y++) {
-                    bos.write(0);
-                    for (int x=0;x<bytes;x++) {
-                        colorset=0;
-                        for (int sh=0; sh<8; sh++) {
-                            pixel=image.getRGB(x*8+sh,y);
-                            color=((pixel >> 16) & 0xff);
-                            color+=((pixel >> 8) & 0xff);
-                            color+=(pixel & 0xff);
-                            colorset<<=1;
-                            if (color>=3*128)
-                                colorset|=1;
-                        }
-                        bos.write((byte)colorset);
-                    }
-                    if (rest>0) {
-                        colorset=0;
-                        for (int sh=0; sh<width%8; sh++) {
-                            pixel=image.getRGB(bytes*8+sh,y);
-                            color=((pixel >> 16) & 0xff);
-                            color+=((pixel >> 8) & 0xff);
-                            color+=(pixel & 0xff);
-                            colorset<<=1;
-                            if (color>=3*128)
-                                colorset|=1;
-                        }
-                        colorset<<=8-rest;
-                        bos.write((byte)colorset);
-                    }
-                }
-                break;
-            case GREYSCALE_MODE: 
-                for (int y=0;y<height;y++) {
-                    bos.write(0);
-                    for (int x=0;x<width;x++) {
-                        pixel=image.getRGB(x,y);
-                        color=((pixel >> 16) & 0xff);
-                        color+=((pixel >> 8) & 0xff);
-                        color+=(pixel & 0xff);
-                        bos.write((byte)(color/3));
-                    }
-                }
-                break;
-             case COLOR_MODE:
-                for (int y=0;y<height;y++) {
-                    bos.write(0);
-                    for (int x=0;x<width;x++) {
-                        pixel=image.getRGB(x,y);
-                        bos.write((byte)((pixel >> 16) & 0xff));
-                        bos.write((byte)((pixel >> 8) & 0xff));
-                        bos.write((byte)(pixel & 0xff));
-                    }
-                }
-                break;
-        }
-        bos.close();
-        write(compressed.size());
-        crc.reset();
-        write("IDAT".getBytes());
-        write(compressed.toByteArray());
-        write((int) crc.getValue()); 
-        write(0);
-        crc.reset();
-        write("IEND".getBytes());
-        write((int) crc.getValue()); 
-        out.close();
-    }
-
-    /** Static method performing screen capture into PNG image format file with given fileName.
-     * @param rect Rectangle of screen to be captured
-     * @param fileName file name for screen capture PNG image file */    
-    public static void captureScreen(Rectangle rect, String fileName) {
-        captureScreen(rect, fileName, GREYSCALE_MODE);
-    }
-
-    /** Static method performing screen capture into PNG image format file with given fileName.
-     * @param rect Rectangle of screen to be captured
-     * @param mode image color mode
-     * @param fileName file name for screen capture PNG image file */    
-    public static void captureScreen(Rectangle rect, String fileName, byte mode) {
-        try {
-            BufferedImage capture=new Robot().createScreenCapture(rect);
-            BufferedOutputStream file=new BufferedOutputStream(new FileOutputStream(fileName));
-            PNGEncoder encoder=new PNGEncoder(file, mode);
-            encoder.encode(capture);
-        } catch (AWTException awte) {
-            awte.printStackTrace();
-        } catch (IOException ioe) {
-            ioe.printStackTrace();
-        }
-    }
-
-     /** Static method performing one component screen capture into PNG image format file with given fileName.
-      * @param comp Component to be captured
-      * @param fileName String image target filename */    
-    public static void captureScreen(Component comp, String fileName) {
-        captureScreen(comp, fileName, GREYSCALE_MODE);
-    }
-    
-    /** Static method performing one component screen capture into PNG image format file with given fileName.
-     * @param comp Component to be captured
-     * @param fileName String image target filename
-     * @param mode image color mode */    
-    public static void captureScreen(Component comp, String fileName, byte mode) {
-	captureScreen(new Rectangle(comp.getLocationOnScreen(),
-				    comp.getSize()),
-		      fileName, mode);
-    }
-
-    
-    /** Static method performing whole screen capture into PNG image format file with given fileName.
-     * @param fileName String image target filename */    
-    public static void captureScreen(String fileName) {
-        captureScreen(fileName, GREYSCALE_MODE);
-    }
-    
-    /** Static method performing whole screen capture into PNG image format file with given fileName.
-     * @param fileName String image target filename
-     * @param mode image color mode */    
-    public static void captureScreen(String fileName, byte mode) {
-	captureScreen(new Rectangle(Toolkit.getDefaultToolkit().getScreenSize()), fileName, mode);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/util/PropChooser.java b/jemmy/src/org/netbeans/jemmy/util/PropChooser.java
deleted file mode 100644
index 9551543..0000000
--- a/jemmy/src/org/netbeans/jemmy/util/PropChooser.java
+++ /dev/null
@@ -1,243 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.util;
-
-import org.netbeans.jemmy.ComponentChooser;
-import org.netbeans.jemmy.ClassReference;
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-
-import java.awt.Component;
-
-import java.lang.reflect.InvocationTargetException;
-
-/**
- *
- * Implementation of org.netbeans.jemmy.ComponentChooser interface.
- * Class can be used to find component by its field/methods values. <br>
- * Example:
- * <pre>
- * 	    String[] methods = {"getClientProperty"};
- * 	    Object[][] params = {{"classname"}};
- * 	    Class[][] classes = {{Object.class}};
- * 	    Object[] results = {"javax.swing.JCheckBox"};
- * 
- * 	    JCheckBox box = JCheckBoxOperator.findJCheckBox(frm0, new PropChooser(methods, params, classes, results));
- * </pre>
- * Or:
- * <pre>
- * 	    String[] methods = {"getText"};
- * 	    Object[] results = {"Open"};
- * 
- * 	    JButtonOperator box = new JButtonOperator(containerOperator, new PropChooser(fields, results));
- * </pre>
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public class PropChooser implements ComponentChooser, Outputable{
-
-    /**
-     * Names of methods to check.
-     */
-    protected String[] propNames;
-
-    /**
-     * Methods parameters.
-     */
-    protected Object[][] params;
-
-    /**
-     * Classes of parameters.
-     */
-    protected Class[][] classes;
-
-    /**
-     * Expected results of methods.
-     */
-    protected Object[] results;
-
-    private TestOut output;
-
-    /**
-     * Constructs a PropChooser object.
-     * @param propNames Names of methods/fields
-     * @param params Parameters values for methods. <BR>
-     * params[0] is an array of parameters for propNames[0] methods. <BR>
-     * If propNames[0] is a field, params[0] is ignored.
-     * @param classes Parameters classes.
-     * @param results Objects to compare method/field values to. <BR>
-     * A value of propNames[0] method/field should be equal to results[0] object.
-     */
-    public PropChooser(String[] propNames, 
-		       Object[][] params, 
-		       Class[][] classes, 
-		       Object[] results) {
-	this.propNames = propNames;
-	this.results = results;
-	if(params != null) {
-	    this.params = params;
-	} else {
-	    this.params = new Object[propNames.length][0];
-	}
-	if(classes != null) {
-	    this.classes = classes; 
-	} else {
-	    this.classes = new Class[this.params.length][0];
-	    for(int i = 0; i < this.params.length; i++) {
-		Class[] clsss = new Class[this.params[i].length];
-		for(int j = 0; j < this.params[i].length; j++) {
-		    clsss[j] = this.params[i][j].getClass();
-		}
-		this.classes[i] = clsss;
-	    }
-	}
-	setOutput(JemmyProperties.getCurrentOutput());
-    }
-
-    /**
-     * Constructs a PropChooser object for checking of methods
-     * with no parameters.
-     * @param propNames Names of methods/fields
-     * @param results Objects to compare method/field values to.
-     */
-    public PropChooser(String[] propNames, 
-		       Object[] results) {
-	this(propNames, null, null, results);
-    }
-
-    public void setOutput(TestOut output) {
-	this.output = output;
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    public boolean checkComponent(Component comp) {
-	try {
-	    String propName = null;
-	    Object value;
-	    ClassReference disp = new ClassReference(comp);
-	    for(int i = 0; i < propNames.length; i++) {
-		propName = propNames[i];
-		if(propName != null) {
-		    if(isField(comp, propName, classes[i])) {
-			try {
-			    value = disp.getField(propName);
-			} catch(IllegalStateException e) {
-			    output.printStackTrace(e);
-			    return(false);
-			} catch(NoSuchFieldException e) {
-			    output.printStackTrace(e);
-			    return(false);
-			} catch(IllegalAccessException e) {
-			    output.printStackTrace(e);
-			    return(false);
-			}
-		    } else {
-			try {
-			    value = disp.invokeMethod(propName, params[i], classes[i]);
-			} catch(InvocationTargetException e) {
-			    output.printStackTrace(e);
-			    return(false);
-			} catch(IllegalStateException e) {
-			    output.printStackTrace(e);
-			    return(false);
-			} catch(NoSuchMethodException e) {
-			    output.printStackTrace(e);
-			    return(false);
-			} catch(IllegalAccessException e) {
-			    output.printStackTrace(e);
-			    return(false);
-			}
-		    }
-		    if(!checkProperty(value, results[i])) {
-			return(false);
-		    }
-		}
-	    }
-	    return(true);
-	} catch (SecurityException e) {
-	    output.printStackTrace(e);
-	    return(false);
-	}
-    }
-
-    public String getDescription() {
-	String result = "";
-	for(int i = 0; i < propNames.length; i++) {
-	    result = result + " " + propNames[i];
-	}
-	return("Component by properties array\n    :" + result);
-    }
-
-    /**
-     * Method to check one method result with an etalon.
-     * Can be overrided by a subclass.
-     * @param value Method/field value
-     * @param etalon Object to compare to.
-     * @return true if the value matches the etalon.
-     */
-    protected boolean checkProperty(Object value, Object etalon) {
-	return(value.equals(etalon));
-    }
-
-    /* try to define if propName is a field or method*/
-    private boolean isField(Component comp, String propName, Class[] params) 
-	throws SecurityException {
-	try {
-	    comp.getClass().getField(propName);
-	    comp.getClass().getMethod(propName, params);
-	} catch(NoSuchMethodException e) {
-	    return(true);
-	} catch(NoSuchFieldException e) {
-	    return(false);
-	}
-	return(true);
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/util/RegExComparator.java b/jemmy/src/org/netbeans/jemmy/util/RegExComparator.java
deleted file mode 100644
index 71bc7e7..0000000
--- a/jemmy/src/org/netbeans/jemmy/util/RegExComparator.java
+++ /dev/null
@@ -1,188 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.util;
-
-import java.lang.reflect.InvocationTargetException;
-
-import org.netbeans.jemmy.ClassReference;
-import org.netbeans.jemmy.JemmyException;
-
-import org.netbeans.jemmy.operators.Operator.StringComparator;
-
-/**
- * Be executed under 1.4 uses <code>java.util.regex.Pattern</code> functionality.
- * Otherwise understands only "." and "*" simbols, i.e. regexprs like ".*Ques.ion.*".
- */
-public class RegExComparator implements StringComparator {
-    private static final int ANY_SIMBOL = -1;
-    private static final int IGNORE_SIMBOL = -999;
-
-    public boolean equals(String caption, String match) {
-        if(match == null) {
-            return(true);
-        }
-        if(caption == null) {
-            return(false);
-        }
-        if(System.getProperty("java.specification.version").compareTo("1.3") > 0) {
-            try {
-                Object result = new ClassReference("java.util.regex.Pattern").
-                    invokeMethod("matches", 
-                                 new Object[] {match, (caption == null) ? "" : caption}, 
-                                 new Class[]  {String.class, Class.forName("java.lang.CharSequence")});
-                return(((Boolean)result).booleanValue());
-            } catch(InvocationTargetException e) {
-                throw(new JemmyException("Exception during regexpr using",
-                                         e));
-            } catch(ClassNotFoundException e) {
-                throw(new JemmyException("Exception during regexpr using",
-                                         e));
-            } catch(NoSuchMethodException e) {
-                throw(new JemmyException("Exception during regexpr using",
-                                         e));
-            } catch(IllegalAccessException e) {
-                throw(new JemmyException("Exception during regexpr using",
-                                         e));
-            }
-        } else {
-            return(parse(new String(caption), new String(match)));
-        }
-    }
-    /**
-     * Checks that caption matshes the pattern.
-     * Understands only "." (any symbol) and "*" (repeat symbol).
-     * Used for 1.3 and earclier javas, starting from 1.4
-     * <code>java.util.regex.Pattern</code> class is used.
-     * @param caption a caption to compare with the pattern.
-     * @param match a pattern
-     * @return true if the caption matches the pattern.
-     */
-    public boolean parse(String caption, String match) {
-        if(match.length() == 0 &&
-           caption.length() == 0) {
-            return(true);
-        } else if(match.length() == 0) {
-            return(false);
-        }
-        int c0 = match.charAt(0);
-        int c1 = IGNORE_SIMBOL;
-        if(match.length() > 1) {
-            c1 = match.charAt(1);
-        }
-        int shift = 1;
-        switch(c0) {
-        case '\\':
-            if(match.length() == 1) {
-                throw(new RegExParsingException("\\ is not appropriate"));
-            }
-            c0 = match.charAt(1);
-            if(match.length() > 2) {
-                c1 = match.charAt(2);
-            } else {
-                c1 = IGNORE_SIMBOL;
-            }
-            shift = 2;
-            break;
-        case '.':
-            c0 = ANY_SIMBOL;
-            break;
-        case '*':
-            throw(new RegExParsingException("* is not appropriate"));
-        }
-        if(c1 == '*') {
-            shift = shift + 1;
-            int i = 0;
-            while(i <= caption.length()) {
-                if(i == 0 ||
-                   checkOne(caption.substring(i-1), c0)) {
-                    if(parse(caption.substring(i), match.substring(shift))) {
-                        return(true);
-                    }
-                } else {
-                    return(false);
-                }
-                i++;
-            }
-            return(false);
-        } else {
-            if(caption.length() == 0) {
-                return(false);
-            }
-            if(checkOne(caption, c0)) {
-                return(parse(caption.substring(1), match.substring(shift)));
-            } else {
-                return(false);
-            }
-        }
-    }
-
-    private boolean checkOne(String caption, int simbol) {
-        return(simbol == ANY_SIMBOL ||
-               simbol == caption.charAt(0));
-    }
-
-    /**
-     * Thrown in case of parsing error.
-     */
-    public static class RegExParsingException extends JemmyException {
-        /**
-         * Constructs a RegExComparator$RegExParsingException object.
-         * @param message an error message
-         */
-        public RegExParsingException(String message) {
-            super(message);
-        }
-        /**
-         * Constructs a RegExComparator$RegExParsingException object.
-         * @param message an error message
-         * @param innerException a parsing exception.
-         */
-        public RegExParsingException(String message, Exception innerException) {
-            super(message, innerException);
-        }
-    }
-}
diff --git a/jemmy/src/org/netbeans/jemmy/util/StringPropChooser.java b/jemmy/src/org/netbeans/jemmy/util/StringPropChooser.java
deleted file mode 100644
index cc75a97..0000000
--- a/jemmy/src/org/netbeans/jemmy/util/StringPropChooser.java
+++ /dev/null
@@ -1,319 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.util;
-
-import java.util.StringTokenizer;
-
-import org.netbeans.jemmy.operators.Operator.DefaultStringComparator;
-import org.netbeans.jemmy.operators.Operator.StringComparator;
-
-/**
- *
- * Implementation of org.netbeans.jemmy.ComponentChooser interface.
- * Class can be used to find component by its field/methods values converted to String.<br>
- *
- * Example:
- * <pre>
- *	    JLabel label = JLabelOperator.findJLabel(frm0, new StringPropChooser("getText=JLabel",
- *										 false, true));
- * </pre>
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class StringPropChooser extends PropChooser{
-
-    private StringComparator comparator;
-
-    /**
-     * Constructs a StringPropChooser object.
-     * @param propNames Names of methods/fields
-     * @param params Parameters values for methods. <BR>
-     * @param classes Parameters classes.
-     * @param results Objects to compare converted to String method/field values to.
-     * @param comparator Defines string comparision criteria.
-     */
-    public StringPropChooser(String[] propNames, 
-			     Object[][] params, 
-			     Class[][] classes, 
-			     String[] results,
-			     StringComparator comparator) {
-	super(propNames, params, classes, results);
-        this.comparator = comparator;
-    }
-
-    /**
-     * Constructs a StringPropChooser object.
-     * @param propNames Names of methods/fields
-     * @param params Parameters values for methods. <BR>
-     * @param classes Parameters classes.
-     * @param results Objects to compare converted to String method/field values to.
-     * @param ce Compare exactly.<BR>
-     * If true, compare exactly (<value>.toString().equals(<result>)) <BR>
-     * If false, compare as substring (<value>.toString().indexOf(<result>) != -1)
-     * @param ccs Compare case sensitive. <BR>
-     * if false convert both <value>.toString() and <result> to uppercase before comparison.
-     */
-    public StringPropChooser(String[] propNames, 
-			     Object[][] params, 
-			     Class[][] classes, 
-			     String[] results,
-			     boolean ce,
-			     boolean ccs) {
-        this(propNames, params, classes, results, new DefaultStringComparator(ce, ccs));
-    }
-
-    /**
-     * Constructs a StringPropChooser object.
-     * @param propNames Names of methods/fields
-     * @param results Objects to compare converted to String method/field values to.
-     * @param comparator Defines string comparision criteria.
-     */
-    public StringPropChooser(String[] propNames, 
-			     String[] results,
-			     StringComparator comparator) {
-	this(propNames, (Object[][])null, (Class[][])null, results, comparator);
-    }
-
-    /**
-     * Constructs a StringPropChooser object.
-     * @param propNames Names of methods/fields
-     * @param results Objects to compare converted to String method/field values to.
-     * @param ce Compare exactly.
-     * @param ccs Compare case sensitive.
-     * @param @deprecated Use constructors with <code>StringComparator</code> parameters.
-     */
-    public StringPropChooser(String[] propNames, 
-			     String[] results,
-			     boolean ce,
-			     boolean ccs) {
-	this(propNames, (Object[][])null, (Class[][])null, results, ce, ccs);
-    }
-
-    /**
-     * Constructs a StringPropChooser object.
-     * @param props Method/field names && values <BR>
-     * Like "getText=button;isVisible=true"
-     * @param semicolonChar Method(field) names separator.
-     * @param equalChar Method(field) name - expected value separator.
-     * @param params Parameters values for methods.
-     * @param classes Parameters classes.
-     * @param comparator Defines string comparision criteria.
-     */
-    public StringPropChooser(String props, 
-			     String semicolonChar,
-			     String equalChar,
-			     Object[][] params, 
-			     Class[][] classes, 
-			     StringComparator comparator) {
-	this(cutToArray(props, semicolonChar, equalChar, true), params, classes,
-	     cutToArray(props, semicolonChar, equalChar, false), comparator);
-    }
-
-    /**
-     * Constructs a StringPropChooser object.
-     * @param props Method/field names && values <BR>
-     * Like "getText=button;isVisible=true"
-     * @param semicolonChar Method(field) names separator.
-     * @param equalChar Method(field) name - expected value separator.
-     * @param params Parameters values for methods.
-     * @param classes Parameters classes.
-     * @param ce Compare exactly.
-     * @param ccs Compare case sensitive.
-     * @param @deprecated Use constructors with <code>StringComparator</code> parameters.
-     */
-    public StringPropChooser(String props, 
-			     String semicolonChar,
-			     String equalChar,
-			     Object[][] params, 
-			     Class[][] classes, 
-			     boolean ce,
-			     boolean ccs) {
-	this(cutToArray(props, semicolonChar, equalChar, true), params, classes,
-	     cutToArray(props, semicolonChar, equalChar, false), ce, ccs);
-    }
-
-    /**
-     * Constructs a StringPropChooser object.
-     * @param props Method/field names && values
-     * @param semicolonChar Method(field) names separator.
-     * @param equalChar Method(field) name - expected value separator.
-     * @param comparator Defines string comparision criteria.
-     */
-    public StringPropChooser(String props, 
-			     String semicolonChar,
-			     String equalChar,
-			     StringComparator comparator) {
-	this(props, semicolonChar, equalChar, (Object[][])null, (Class[][])null, comparator);
-    }
-
-    /**
-     * Constructs a StringPropChooser object.
-     * @param props Method/field names && values
-     * @param semicolonChar Method(field) names separator.
-     * @param equalChar Method(field) name - expected value separator.
-     * @param ce Compare exactly.
-     * @param ccs Compare case sensitive.
-     * @param @deprecated Use constructors with <code>StringComparator</code> parameters.
-     */
-    public StringPropChooser(String props, 
-			     String semicolonChar,
-			     String equalChar,
-			     boolean ce,
-			     boolean ccs) {
-	this(props, semicolonChar, equalChar, (Object[][])null, (Class[][])null, ce, ccs);
-    }
-
-    /**
-     * Constructs a StringPropChooser object.
-     * @param props Method/field names && values <BR>
-     * ";" is used as a method(field) names separator. <BR>
-     * "=" is used as a method(field) name - expected value separator.
-     * @param params Parameters values for methods.
-     * @param classes Parameters classes.
-     * @param comparator Defines string comparision criteria.
-     */
-    public StringPropChooser(String props, 
-			     Object[][] params, 
-			     Class[][] classes, 
-			     StringComparator comparator) {
-	this(props, ";", "=", params, classes, comparator);
-    }
-
-    /**
-     * Constructs a StringPropChooser object.
-     * @param props Method/field names && values <BR>
-     * ";" is used as a method(field) names separator. <BR>
-     * "=" is used as a method(field) name - expected value separator.
-     * @param params Parameters values for methods.
-     * @param classes Parameters classes.
-     * @param ce Compare exactly.
-     * @param ccs Compare case sensitive.
-     * @param @deprecated Use constructors with <code>StringComparator</code> parameters.
-     */
-    public StringPropChooser(String props, 
-			     Object[][] params, 
-			     Class[][] classes, 
-			     boolean ce,
-			     boolean ccs) {
-	this(props, ";", "=", params, classes, ce, ccs);
-    }
-
-    /**
-     * Constructs a StringPropChooser object.
-     * @param props Method/field names && values
-     * ";" is used as a method(field) names separator. <BR>
-     * "=" is used as a method(field) name - expected value separator.
-     * @param comparator Defines string comparision criteria.
-     */
-    public StringPropChooser(String props, 
-			     StringComparator comparator) {
-	this(props, (Object[][])null, (Class[][])null, comparator);
-    }
-
-    /**
-     * Constructs a StringPropChooser object.
-     * @param props Method/field names && values
-     * ";" is used as a method(field) names separator. <BR>
-     * "=" is used as a method(field) name - expected value separator.
-     * @param ce Compare exactly.
-     * @param ccs Compare case sensitive.
-     * @param @deprecated Use constructors with <code>StringComparator</code> parameters.
-     */
-    public StringPropChooser(String props, 
-			     boolean ce,
-			     boolean ccs) {
-	this(props, (Object[][])null, (Class[][])null, ce, ccs);
-    }
-
-    /**
-     * @see org.netbeans.jemmy.ComponentChooser
-     */
-    public String getDescription() {
-	String result = "";
-	for(int i = 0; i < propNames.length; i++) {
-	    if(!result.equals("")) {
-		result = result + ";";
-	    }
-	    result = result + propNames[i] + "=" + (String)results[i];
-	}
-	return("Component by properties array\n    : " + result);
-    }
-
-    /**
-     * Method to check property.
-     * Compares "value".toString() to (String)etalon according ce and ccs constructor parameters.
-     * @param value Method/field value
-     * @param etalon Object to compare to.
-     * @return true if the value matches the etalon.
-     */
-    protected boolean checkProperty(Object value, Object etalon) {
-        return(comparator.equals(value.toString(), (String)etalon));
-    }
-
-    /*split string to array*/
-    private static String[] cutToArray(String resources, String semicolon, String equal, boolean names) {
- 	StringTokenizer token = new StringTokenizer(resources, semicolon);
- 	String[] props = new String[token.countTokens()];
- 	String nextProp;
- 	int ind = 0;
- 	while(token.hasMoreTokens()) {
- 	    nextProp = token.nextToken();
- 	    StringTokenizer subtoken = new StringTokenizer(nextProp, equal);
- 	    if(subtoken.countTokens() == 2) {
-		props[ind] = subtoken.nextToken();
-		if(!names) {
-		    props[ind] = subtoken.nextToken();
-		}
- 	    } else {
-		props[ind] = null;
- 	    }
-	    ind++;
-	}
-	return(props);
-    }
-
-}
diff --git a/jemmy/src/org/netbeans/jemmy/util/TextStyleChooser.java b/jemmy/src/org/netbeans/jemmy/util/TextStyleChooser.java
deleted file mode 100644
index 870582f..0000000
--- a/jemmy/src/org/netbeans/jemmy/util/TextStyleChooser.java
+++ /dev/null
@@ -1,282 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.util;
-
-import java.awt.Color;
-
-import javax.swing.text.Document;
-import javax.swing.text.Element;
-import javax.swing.text.StyleConstants;
-import javax.swing.text.StyledDocument;
-
-import org.netbeans.jemmy.operators.JTextComponentOperator.TextChooser;
-
-/**
- * Defines searching criteria for <code>javax.swing.text.StyledDocument</code>
- * <a href="JTextComponentOperator.java">JTextComponentOperator.getPositionByText(String, JTextComponentOperator.TextChooser, int)</a>.
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public class TextStyleChooser extends AbstractTextStyleChooser {
-    Boolean bold = null;
-    Boolean italic = null;
-    Boolean strike = null;
-    Boolean understrike = null;
-    Integer fontSize = null;
-    String fontFamily = null;
-    Integer alignment = null;
-    Color background = null;
-    Color foreground = null;
-    /**
-     * Constructor.
-     */
-    public TextStyleChooser() {
-	super();
-    }
-    /**
-     * Adds boldness checking to the criteria.
-     * @param bold Specifies if font needs to be bold.
-     */
-    public void setBold(boolean bold) {
-	this.bold = bold ? Boolean.TRUE : Boolean.FALSE;
-    }
-    /**
-     * Removes boldness checking from the criteria.
-     */
-    public void unsetBold() {
-	this.bold = null;
-    }
-    /**
-     * Adds italic style checking to the criteria.
-     * @param italic Specifies if font needs to be italic.
-     */
-    public void setItalic(boolean italic) {
-	this.italic = italic ? Boolean.TRUE : Boolean.FALSE;
-    }
-    /**
-     * Removes italic style checking from the criteria.
-     */
-    public void unsetItalic() {
-	this.italic = null;
-    }
-    /**
-     * Adds strikeness checking to the criteria.
-     * @param strike Specifies if font needs to be striked.
-     */
-    public void setStrike(boolean strike) {
-	this.strike = strike ? Boolean.TRUE : Boolean.FALSE;
-    }
-    /**
-     * Removes strikeness checking from the criteria.
-     */
-    public void unsetStrike() {
-	this.strike = null;
-    }
-    /**
-     * Adds understrikeness checking to the criteria.
-     * @param understrike Specifies if font needs to be understriked.
-     */
-    public void setUnderstrike(boolean understrike) {
-	this.understrike = understrike ? Boolean.TRUE : Boolean.FALSE;
-    }
-    /**
-     * Removes understrikeness checking from the criteria.
-     */
-    public void unsetUnderstrike() {
-	this.understrike = null;
-    }
-    /**
-     * Adds font size checking to the criteria.
-     * @param fontSize Specifies a font size.
-     */
-    public void setFontSize(int fontSize) {
-	this.fontSize = new Integer(fontSize);
-    }
-    /**
-     * Removes font size checking from the criteria.
-     */
-    public void unsetFontSize() {
-	this.fontSize = null;
-    }
-    /**
-     * Adds alignment checking to the criteria.
-     * @param alignment Specifies a text alignment.
-     */
-    public void setAlignment(int alignment) {
-	this.alignment = new Integer(alignment);
-    }
-    /**
-     * Removes alignment checking from the criteria.
-     */
-    public void unsetAlignment() {
-	this.alignment = null;
-    }
-    /**
-     * Adds font family checking to the criteria.
-     * @param fontFamily Specifies a font family.
-     */
-    public void setFontFamily(String fontFamily) {
-	this.fontFamily = fontFamily;
-    }
-    /**
-     * Removes font family checking from the criteria.
-     */
-    public void unsetFontFamily() {
-	this.fontFamily = null;
-    }
-    /**
-     * Adds backgroung color checking to the criteria.
-     * @param background Specifies a background color.
-     */
-    public void setBackground(Color background) {
-	this.background = background;
-    }
-    /**
-     * Removes backgroung color checking from the criteria.
-     */
-    public void unsetBackground() {
-	this.background = null;
-    }
-    /**
-     * Adds foregroung color checking to the criteria.
-     * @param foreground Specifies a foreground color.
-     */
-    public void setForeground(Color foreground) {
-	this.foreground = foreground;
-    }
-    /**
-     * Removes foregroung color checking from the criteria.
-     */
-    public void unsetForeground() {
- 	this.foreground = null;
-    }
-
-    public boolean checkElement(StyledDocument doc, Element element, int offset) {
-	if(bold != null) {
-	    if(StyleConstants.isBold(element.getAttributes()) != bold.booleanValue()) {
-		return(false);
-	    }
-	}
-	if(italic != null) {
-	    if(StyleConstants.isItalic(element.getAttributes()) != italic.booleanValue()) {
-		return(false);
-	    }
-	}
-	if(strike != null) {
-	    if(StyleConstants.isStrikeThrough(element.getAttributes()) != strike.booleanValue()) {
-		return(false);
-	    }
-	}
-	if(understrike != null) {
-	    if(StyleConstants.isUnderline(element.getAttributes()) != understrike.booleanValue()) {
-		return(false);
-	    }
-	}
-	if(fontSize != null) {
-	    if(StyleConstants.getFontSize(element.getAttributes()) != fontSize.intValue()) {
-		return(false);
-	    }
-	}
-	if(alignment != null) {
-	    if(StyleConstants.getAlignment(element.getAttributes()) != alignment.intValue()) {
-		return(false);
-	    }
-	}
-	if(fontFamily != null) {
-	    if(!StyleConstants.getFontFamily(element.getAttributes()).equals(fontFamily)) {
-		return(false);
-	    }
-	}
-	if(background != null) {
-	    if(!StyleConstants.getBackground(element.getAttributes()).equals(background)) {
-		return(false);
-	    }
-	}
-	if(foreground != null) {
-	    if(!StyleConstants.getForeground(element.getAttributes()).equals(foreground)) {
-		return(false);
-	    }
-	}
-	return(true);
-    }
-
-    public String getDescription() {
-	String result = "";
-	if(bold != null) {
-	    result = result + (bold.booleanValue() ? "" : "not ") + "bold, ";
-	}
-	if(italic != null) {
-	    result = result + (italic.booleanValue() ? "" : "not ") + "italic, ";
-	}
-	if(strike != null) {
-	    result = result + (strike.booleanValue() ? "" : "not ") + "strike, ";
-	}
-	if(understrike != null) {
-	    result = result + (understrike.booleanValue() ? "" : "not ") + "understrike, ";
-	}
-	if(fontSize != null) {
-	    result = result + fontSize.toString() + " size, ";
-	}
-	if(alignment != null) {
-	    result = result + alignment.toString() + " alignment, ";
-	}
-	if(fontFamily != null) {
-	    result = result + "\"" + fontFamily + "\" font family, ";
-	}
-	if(background != null) {
-	    result = result + background.toString() + " background, ";
-	}
-	if(foreground != null) {
-	    result = result + foreground.toString() + " foreground, ";
-	}
-	if(result.equals("")) {
-	    result =  "any, ";
-	}
-	return(result.substring(0, result.length() - 2) + " font");
-    }
-}
-
diff --git a/jemmy/src/org/netbeans/jemmy/util/WindowJob.java b/jemmy/src/org/netbeans/jemmy/util/WindowJob.java
deleted file mode 100644
index e988d8e..0000000
--- a/jemmy/src/org/netbeans/jemmy/util/WindowJob.java
+++ /dev/null
@@ -1,78 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.util;
-
-import org.netbeans.jemmy.Action;
-import org.netbeans.jemmy.ComponentChooser;
-
-import java.awt.Component;
-
-/**
- *
- * Supposed to be used to perform some periodical job.
- *
- * @see WindowManager
- *
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-public interface WindowJob extends ComponentChooser, Action {
-
-    /**
-     * Perform necessary actions.
-     */
-    public Object launch(Object obj);
-
-    /**
-     * Checks if window is what we want to do something with.
-     */
-    public boolean checkComponent(Component comp);
-
-    /**
-     * Job description.
-     */
-    public String getDescription();
-}
diff --git a/jemmy/src/org/netbeans/jemmy/util/WindowManager.java b/jemmy/src/org/netbeans/jemmy/util/WindowManager.java
deleted file mode 100644
index f6068ab..0000000
--- a/jemmy/src/org/netbeans/jemmy/util/WindowManager.java
+++ /dev/null
@@ -1,209 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s): Alexandre Iline.
- *
- * The Original Software is the Jemmy library.
- * The Initial Developer of the Original Software is Alexandre Iline.
- * All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- *
- *
- * $Id$ $Revision$ $Date$
- *
- */
-
-package org.netbeans.jemmy.util;
-
-import java.awt.Component;
-import java.awt.Dialog;
-
-import org.netbeans.jemmy.JemmyProperties;
-import org.netbeans.jemmy.Outputable;
-import org.netbeans.jemmy.TestOut;
-import org.netbeans.jemmy.Timeoutable;
-import org.netbeans.jemmy.Timeouts;
-import org.netbeans.jemmy.WindowWaiter;
-
-import org.netbeans.jemmy.operators.WindowOperator;
-
-import java.awt.Window;
-
-import java.util.Vector;
-
-/**
- * Class allows to make periodical window jobs like error window closing.
- * @see WindowJob
- * @author Alexandre Iline (alexandre.iline at sun.com)
- */
-
-public class WindowManager implements Timeoutable, Outputable {
-
-    /**
-     * Default value for WindowManager.TimeDelta timeout.
-     */
-    private static long TIME_DELTA = 1000;
-
-    private static WindowManager manager;
-
-    private Vector jobs;
-    private Timeouts timeouts;
-    private TestOut output;
-
-    private WindowManager() {
-	super();
-	setTimeouts(JemmyProperties.getCurrentTimeouts());
-	setOutput(JemmyProperties.getCurrentOutput());
-	jobs = new Vector();
-    }
-
-    /**
-     * Adds job to list.
-     * @param job  a job to perform.
-     */
-    public static void addJob(WindowJob job) {
-	manager.add(job);
-    }
-
-    /**
-     * Removes job from list.
-     * @param job  a job to remove.
-     */
-    public static void removeJob(WindowJob job) {
-	manager.remove(job);
-    }
-
-    public static void performJob(WindowJob job) {
-        while(manager.performJobOnce(job)) {
-        }
-    }
-
-    static {
-	Timeouts.initDefault("WindowManager.TimeDelta", TIME_DELTA);
-	manager = new WindowManager();
-    }
-
-    public void setTimeouts(Timeouts timeouts) {
-	this.timeouts = timeouts;
-    }
-
-    public Timeouts getTimeouts() {
-	return(timeouts);
-    }
-
-    public void setOutput(TestOut output) {
-	this.output = output;
-    }
-
-    public TestOut getOutput() {
-	return(output);
-    }
-
-    /**
-     * Adds job to list.
-     * @param job  a job to perform.
-     */
-    public void add(WindowJob job) {
-	output.printLine("Starting job \"" + 
-			 job.getDescription() +
-			 "\"");
-	synchronized(jobs) {
-	    JobThread thread = new JobThread(job);
-	    jobs.add(thread);
-	    thread.start();
-	}
-    }
-
-    /**
-     * Removes job from list.
-     * @param job  a job to remove.
-     */
-    public void remove(WindowJob job) {
-	output.printLine("Killing job \"" + 
-			 job.getDescription() +
-			 "\"");
-	synchronized(jobs) {
-	    for(int i = 0; i < jobs.size(); i++) {
-		if(((JobThread)jobs.get(i)).job == job) {
-		    ((JobThread)jobs.get(i)).needStop = true;
-		    jobs.remove(i);
-		}
-	    }
-	}
-    }
-
-    private boolean performJobOnce(WindowJob job) {
-        Window win = WindowWaiter.getWindow(job);
-        if(win != null) {
-            job.launch(win);
-            return(true);
-        } else {
-            return(false);
-        }
-    }
-
-    public static class ModalDialogChoosingJob implements WindowJob {
-        public boolean checkComponent(Component comp) {
-            return(comp instanceof Dialog &&
-                   ((Dialog)comp).isModal());
-        }
-        public Object launch(Object obj) {
-            new WindowOperator((Window)obj).close();
-            return(null);
-        }
-        public String getDescription() {
-            return("A job of closing modal dialogs");
-        }
-    }
-
-    private static class JobThread extends Thread {
-	WindowJob job;
-	boolean needStop = false;
-	public JobThread(WindowJob job) {
-	    this.job = job;
-	}
-	private boolean getNS() {
-	    synchronized(this) {
-		return(needStop);
-	    }
-	}
-	public void run() {
-	    while(!getNS()) {
-                manager.performJobOnce(job);
-                manager.timeouts.sleep("WindowManager.TimeDelta");
-	    }
-	}
-    }
-		
-}
diff --git a/jemmy/src/org/netbeans/jemmy/util/package.html b/jemmy/src/org/netbeans/jemmy/util/package.html
deleted file mode 100644
index 9e5f745..0000000
--- a/jemmy/src/org/netbeans/jemmy/util/package.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-  <head>
-    <title>Util package</title>
-  </head>
-
-  <body>
-    <h1>Util package</h1>
-
-    Contains different util classes and additional implementations of some Jemmy interfaces.<br>
-
-    @since 02/28/2002
-
-    <hr>
-    <address><a href="mailto:alexandre.iline at sun.com"></a></address>
-  </body>
-</html>
diff --git a/keyring.impl/build.xml b/keyring.impl/build.xml
new file mode 100644
index 0000000..f289bed
--- /dev/null
+++ b/keyring.impl/build.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project basedir="." default="netbeans" name="keyring.impl">
+    <description>Builds, tests, and runs the project org.netbeans.modules.keyring.impl</description>
+    <import file="../nbbuild/templates/projectized.xml"/>
+</project>
diff --git a/keyring.impl/manifest.mf b/keyring.impl/manifest.mf
new file mode 100644
index 0000000..ff34369
--- /dev/null
+++ b/keyring.impl/manifest.mf
@@ -0,0 +1,5 @@
+Manifest-Version: 1.0
+OpenIDE-Module: org.netbeans.modules.keyring.impl
+OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/keyring/impl/Bundle.properties
+OpenIDE-Module-Specification-Version: 1.2.1
+
diff --git a/keyring.impl/nbproject/project.properties b/keyring.impl/nbproject/project.properties
new file mode 100644
index 0000000..2bb4cd9
--- /dev/null
+++ b/keyring.impl/nbproject/project.properties
@@ -0,0 +1,3 @@
+is.eager=true
+javac.source=1.6
+javac.compilerargs=-Xlint -Xlint:-serial
diff --git a/keyring.impl/nbproject/project.xml b/keyring.impl/nbproject/project.xml
new file mode 100644
index 0000000..c553353
--- /dev/null
+++ b/keyring.impl/nbproject/project.xml
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://www.netbeans.org/ns/project/1">
+    <type>org.netbeans.modules.apisupport.project</type>
+    <configuration>
+        <data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
+            <code-name-base>org.netbeans.modules.keyring.impl</code-name-base>
+            <module-dependencies>
+                <dependency>
+                    <code-name-base>org.netbeans.libs.jna</code-name-base>
+                    <build-prerequisite/>
+                    <compile-dependency/>
+                    <run-dependency>
+                        <release-version>1</release-version>
+                        <specification-version>1.9</specification-version>
+                    </run-dependency>
+                </dependency>
+                <dependency>
+                    <code-name-base>org.netbeans.modules.keyring</code-name-base>
+                    <build-prerequisite/>
+                    <compile-dependency/>
+                    <run-dependency>
+                        <specification-version>1.3</specification-version>
+                    </run-dependency>
+                </dependency>
+                <dependency>
+                    <code-name-base>org.openide.awt</code-name-base>
+                    <build-prerequisite/>
+                    <compile-dependency/>
+                    <run-dependency>
+                        <specification-version>7.23</specification-version>
+                    </run-dependency>
+                </dependency>
+                <dependency>
+                    <code-name-base>org.openide.dialogs</code-name-base>
+                    <build-prerequisite/>
+                    <compile-dependency/>
+                    <run-dependency>
+                        <specification-version>7.15</specification-version>
+                    </run-dependency>
+                </dependency>
+                <dependency>
+                    <code-name-base>org.openide.util</code-name-base>
+                    <build-prerequisite/>
+                    <compile-dependency/>
+                    <run-dependency>
+                        <specification-version>8.6</specification-version>
+                    </run-dependency>
+                </dependency>
+                <dependency>
+                    <code-name-base>org.openide.util.lookup</code-name-base>
+                    <build-prerequisite/>
+                    <compile-dependency/>
+                    <run-dependency>
+                        <specification-version>8.3</specification-version>
+                    </run-dependency>
+                </dependency>
+            </module-dependencies>
+            <test-dependencies>
+                <test-type>
+                    <name>unit</name>
+                    <test-dependency>
+                        <code-name-base>org.netbeans.libs.junit4</code-name-base>
+                        <compile-dependency/>
+                    </test-dependency>
+                    <test-dependency>
+                        <code-name-base>org.netbeans.modules.nbjunit</code-name-base>
+                        <recursive/>
+                        <compile-dependency/>
+                    </test-dependency>
+                </test-type>
+            </test-dependencies>
+            <public-packages/>
+        </data>
+    </configuration>
+</project>
diff --git a/keyring/src/org/netbeans/modules/keyring/fallback/Bundle.properties b/keyring.impl/src/org/netbeans/modules/keyring/fallback/Bundle.properties
similarity index 100%
rename from keyring/src/org/netbeans/modules/keyring/fallback/Bundle.properties
rename to keyring.impl/src/org/netbeans/modules/keyring/fallback/Bundle.properties
diff --git a/keyring.impl/src/org/netbeans/modules/keyring/fallback/FallbackProvider.java b/keyring.impl/src/org/netbeans/modules/keyring/fallback/FallbackProvider.java
new file mode 100644
index 0000000..6fc944d
--- /dev/null
+++ b/keyring.impl/src/org/netbeans/modules/keyring/fallback/FallbackProvider.java
@@ -0,0 +1,212 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2009 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.keyring.fallback;
+
+import java.util.Arrays;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.UUID;
+import java.util.concurrent.Callable;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import java.util.prefs.BackingStoreException;
+import java.util.prefs.Preferences;
+import org.netbeans.api.keyring.Keyring;
+import org.netbeans.modules.keyring.impl.Utils;
+import org.netbeans.modules.keyring.spi.EncryptionProvider;
+import org.netbeans.spi.keyring.KeyringProvider;
+import org.openide.DialogDisplayer;
+import org.openide.NotifyDescriptor;
+import org.openide.util.Lookup;
+import org.openide.util.NbBundle;
+import org.openide.util.NbPreferences;
+import org.openide.util.lookup.ServiceProvider;
+
+/**
+ * Platform-independent keyring provider using a master password and the user directory.
+ */
+ at ServiceProvider(service=KeyringProvider.class, position=1000)
+public class FallbackProvider implements KeyringProvider, Callable<Void> {
+
+    private static final Logger LOG = Logger.getLogger(FallbackProvider.class.getName());
+    private static final String DESCRIPTION = ".description";
+    private static final String SAMPLE_KEY = "__sample__";
+
+    private EncryptionProvider encryption;
+ 
+    public boolean enabled() {
+        for (EncryptionProvider p : Lookup.getDefault().lookupAll(EncryptionProvider.class)) {
+            if (p.enabled()) {
+                encryption = p;
+                LOG.log(Level.FINE, "Using provider: {0}", p);
+                Preferences prefs = prefs();
+                Utils.goMinusR(prefs);
+                p.encryptionChangingCallback(this);
+                if (!testSampleKey(prefs)) {
+                    continue;
+                }
+                return true;
+            }
+        }
+        LOG.fine("No provider");
+        return false;
+    }
+    
+    private boolean testSampleKey(Preferences prefs) {
+        byte[] ciphertext = prefs.getByteArray(SAMPLE_KEY, null);
+        if (ciphertext == null) {
+            encryption.freshKeyring(true);
+            if (_save(SAMPLE_KEY, (SAMPLE_KEY + UUID.randomUUID()).toCharArray(),
+                    NbBundle.getMessage(FallbackProvider.class, "FallbackProvider.sample_key.description"))) {
+                LOG.fine("saved sample key");
+                return true;
+            } else {
+                LOG.fine("could not save sample key");
+                return promptToDelete(prefs);
+            }
+        } else {
+            encryption.freshKeyring(false);
+            while (true) {
+                try {
+                    if (new String(encryption.decrypt(ciphertext)).startsWith(SAMPLE_KEY)) {
+                        LOG.fine("succeeded in decrypting sample key");
+                        return true;
+                    } else {
+                        LOG.fine("wrong result decrypting sample key");
+                    }
+                } catch (Exception x) {
+                    LOG.log(Level.FINE, "failed to decrypt sample key", x);
+                }
+                if (!encryption.decryptionFailed()) {
+                    LOG.fine("sample key decryption failed");
+                    return promptToDelete(prefs);
+                }
+                LOG.fine("will retry decryption of sample key");
+            }
+        }
+    }
+
+    private boolean promptToDelete(Preferences prefs) {
+        Object result = DialogDisplayer.getDefault().notify(new NotifyDescriptor.Confirmation(
+                NbBundle.getMessage(FallbackProvider.class, "FallbackProvider.msg_clear_keys"),
+                NbBundle.getMessage(FallbackProvider.class, "FallbackProvider.title_clear_keys"),
+                NotifyDescriptor.OK_CANCEL_OPTION));
+        if (result == NotifyDescriptor.OK_OPTION) {
+            try {
+                LOG.log(Level.FINE, "agreed to delete stored passwords: {0}", Arrays.asList(prefs.keys()));
+                prefs.clear();
+                return testSampleKey(prefs);
+            } catch (BackingStoreException x) {
+                LOG.log(Level.INFO, null, x);
+            }
+        } else {
+            LOG.fine("refused to delete stored passwords");
+        }
+        return false;
+    }
+
+    private Preferences prefs() {
+        return NbPreferences.forModule(Keyring.class).node(encryption.id());
+    }
+
+    public char[] read(String key) {
+        byte[] ciphertext = prefs().getByteArray(key, null);
+        if (ciphertext == null) {
+            return null;
+        }
+        try {
+            return encryption.decrypt(ciphertext);
+        } catch (Exception x) {
+            LOG.log(Level.FINE, "failed to decrypt password for " + key, x);
+        }
+        return null;
+    }
+
+    public void save(String key, char[] password, String description) {
+        _save(key, password, description);
+    }
+    private boolean _save(String key, char[] password, String description) {
+        Preferences prefs = prefs();
+        try {
+            prefs.putByteArray(key, encryption.encrypt(password));
+        } catch (Exception x) {
+            LOG.log(Level.FINE, "failed to encrypt password for " + key, x);
+            return false;
+        }
+        if (description != null) {
+            // Preferences interface gives no access to *.properties comments, so:
+            prefs.put(key + DESCRIPTION, description);
+        }
+        return true;
+    }
+
+    public void delete(String key) {
+        Preferences prefs = prefs();
+        prefs.remove(key);
+        prefs.remove(key + DESCRIPTION);
+    }
+
+    public Void call() throws Exception { // encryption changing
+        LOG.fine("encryption changing");
+        Map<String,char[]> saved = new HashMap<String,char[]>();
+        Preferences prefs = prefs();
+        for (String k : prefs.keys()) {
+            if (k.endsWith(DESCRIPTION)) {
+                continue;
+            }
+            byte[] ciphertext = prefs.getByteArray(k, null);
+            if (ciphertext == null) {
+                continue;
+            }
+            saved.put(k, encryption.decrypt(ciphertext));
+        }
+        LOG.log(Level.FINE, "reencrypting keys: {0}", saved.keySet());
+        encryption.encryptionChanged();
+        for (Map.Entry<String,char[]> entry : saved.entrySet()) {
+            prefs.putByteArray(entry.getKey(), encryption.encrypt(entry.getValue()));
+        }
+        LOG.fine("encryption changing finished");
+        return null;
+    }
+
+}
diff --git a/keyring.impl/src/org/netbeans/modules/keyring/fallback/MasterPasswordEncryption.java b/keyring.impl/src/org/netbeans/modules/keyring/fallback/MasterPasswordEncryption.java
new file mode 100644
index 0000000..207134c
--- /dev/null
+++ b/keyring.impl/src/org/netbeans/modules/keyring/fallback/MasterPasswordEncryption.java
@@ -0,0 +1,242 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2009 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.keyring.fallback;
+
+import java.awt.GraphicsEnvironment;
+import java.security.Key;
+import java.security.spec.AlgorithmParameterSpec;
+import java.security.spec.KeySpec;
+import java.util.Arrays;
+import java.util.UUID;
+import java.util.concurrent.Callable;
+import java.util.concurrent.atomic.AtomicBoolean;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import java.util.prefs.Preferences;
+import javax.crypto.Cipher;
+import javax.crypto.SecretKeyFactory;
+import javax.crypto.spec.PBEKeySpec;
+import javax.crypto.spec.PBEParameterSpec;
+import org.netbeans.api.keyring.Keyring;
+import org.netbeans.modules.keyring.impl.Utils;
+import org.netbeans.modules.keyring.spi.EncryptionProvider;
+import org.openide.util.Mutex;
+import org.openide.util.NbPreferences;
+import org.openide.util.lookup.ServiceProvider;
+
+/**
+ * Encrypts data using a master password which the user must enter for each NetBeans session.
+ */
+ at ServiceProvider(service=EncryptionProvider.class, position=1000)
+public class MasterPasswordEncryption implements EncryptionProvider {
+
+    private static final Logger LOG = Logger.getLogger(MasterPasswordEncryption.class.getName());
+    private static final String ENCRYPTION_ALGORITHM = "PBEWithSHA1AndDESede"; // NOI18N
+    private SecretKeyFactory KEY_FACTORY;
+    private AlgorithmParameterSpec PARAM_SPEC;
+
+    private Cipher encrypt, decrypt;
+    private boolean unlocked;
+    private Callable<Void> encryptionChanging;
+    private char[] newMasterPassword;
+    private boolean fresh;
+
+    public @Override boolean enabled() {
+        if (Boolean.getBoolean("netbeans.keyring.no.master")) {
+            LOG.fine("master password encryption disabled");
+            return false;
+        }
+        if (GraphicsEnvironment.isHeadless()) {
+            LOG.fine("disabling master password encryption in headless mode");
+            return false;
+        }
+        try {
+            KEY_FACTORY = SecretKeyFactory.getInstance(ENCRYPTION_ALGORITHM);
+            encrypt = Cipher.getInstance(ENCRYPTION_ALGORITHM);
+            decrypt = Cipher.getInstance(ENCRYPTION_ALGORITHM);
+            Preferences prefs = NbPreferences.forModule(Keyring.class);
+            Utils.goMinusR(prefs);
+            String saltKey = "salt"; // NOI18N
+            byte[] salt = prefs.getByteArray(saltKey, null);
+            if (salt == null) {
+                salt = UUID.randomUUID().toString().getBytes();
+                prefs.putByteArray(saltKey, salt);
+            }
+            PARAM_SPEC = new PBEParameterSpec(salt, 20);
+            LOG.warning("Falling back to master password encryption; " +
+                    "add -J-Dorg.netbeans.modules.keyring.level=0 to netbeans.conf to see why native keyrings could not be loaded");
+            return true;
+        } catch (Exception x) {
+            LOG.log(Level.INFO, "Cannot initialize security using " + ENCRYPTION_ALGORITHM, x);
+            return false;
+        }
+    }
+
+    public @Override String id() {
+        return "general"; // NOI18N
+    }
+
+    public @Override byte[] encrypt(char[] cleartext) throws Exception {
+        if (!unlockIfNecessary()) {
+            throw new Exception("cannot unlock");
+        }
+        try {
+            return doEncrypt(cleartext);
+        } catch (Exception x) {
+            unlocked = false; // reset
+            throw x;
+        }
+    }
+
+    public @Override char[] decrypt(byte[] ciphertext) throws Exception {
+        AtomicBoolean callEncryptionChanging = new AtomicBoolean();
+        if (!unlockIfNecessary(callEncryptionChanging)) {
+            throw new Exception("cannot unlock");
+        }
+        try {
+            return doDecrypt(ciphertext);
+        } catch (Exception x) {
+            unlocked = false; // reset
+            throw x;
+        } finally {
+            if (callEncryptionChanging.get()) {
+                try {
+                    encryptionChanging.call();
+                } catch (Exception x) {
+                    LOG.log(Level.FINE, "failed to change encryption", x);
+                }
+            }
+        }
+    }
+
+    private boolean unlockIfNecessary() {
+        AtomicBoolean callEncryptionChanging = new AtomicBoolean();
+        boolean result = unlockIfNecessary(callEncryptionChanging);
+        if (callEncryptionChanging.get()) {
+            try {
+                encryptionChanging.call();
+            } catch (Exception x) {
+                LOG.log(Level.FINE, "failed to change encryption", x);
+            }
+        }
+        return result;
+    }
+    private boolean unlockIfNecessary(AtomicBoolean callEncryptionChanging) {
+        if (unlocked) {
+            return true;
+        }
+        char[][] passwords = Mutex.EVENT.readAccess(new Mutex.Action<char[][]>() {
+            public @Override char[][] run() {
+                return new MasterPasswordPanel().display(fresh);
+            }
+        });
+        if (passwords == null) {
+            LOG.fine("cancelled master password dialog");
+            return false;
+        }
+        try {
+            unlock(passwords[0]);
+            Arrays.fill(passwords[0], '\0');
+            if (passwords.length == 2) {
+                newMasterPassword = passwords[1];
+                LOG.fine("will set new master password");
+                callEncryptionChanging.set(true);
+            }
+            return true;
+        } catch (Exception x) {
+            LOG.log(Level.FINE, "failed to initialize ciphers", x);
+            return false;
+        }
+    }
+
+    void unlock(char[] masterPassword) throws Exception {
+        LOG.fine("switching to new master password");
+        KeySpec keySpec = new PBEKeySpec(masterPassword);
+        Key key = KEY_FACTORY.generateSecret(keySpec);
+        encrypt.init(Cipher.ENCRYPT_MODE, key, PARAM_SPEC);
+        decrypt.init(Cipher.DECRYPT_MODE, key, PARAM_SPEC);
+        unlocked = true;
+    }
+
+    byte[] doEncrypt(char[] cleartext) throws Exception {
+        assert unlocked;
+        byte[] cleartextB = Utils.chars2Bytes(cleartext);
+        byte[] result = encrypt.doFinal(cleartextB);
+        Arrays.fill(cleartextB, (byte) 0);
+        return result;
+    }
+
+    char[] doDecrypt(byte[] ciphertext) throws Exception {
+        assert unlocked;
+        byte[] result = decrypt.doFinal(ciphertext);
+        char[] cleartext = Utils.bytes2Chars(result);
+        Arrays.fill(result, (byte) 0);
+        return cleartext;
+    }
+
+    public @Override boolean decryptionFailed() {
+        unlocked = false;
+        return unlockIfNecessary();
+    }
+
+    public @Override void encryptionChangingCallback(Callable<Void> callback) {
+        encryptionChanging = callback;
+    }
+
+    public @Override void encryptionChanged() {
+        assert newMasterPassword != null;
+        LOG.fine("encryption changed");
+        try {
+            unlock(newMasterPassword);
+        } catch (Exception x) {
+            LOG.log(Level.FINE, "failed to initialize ciphers", x);
+        }
+        Arrays.fill(newMasterPassword, '\0');
+        newMasterPassword = null;
+    }
+
+    public @Override void freshKeyring(boolean fresh) {
+        this.fresh = fresh;
+    }
+
+}
diff --git a/keyring/src/org/netbeans/modules/keyring/fallback/MasterPasswordPanel.form b/keyring.impl/src/org/netbeans/modules/keyring/fallback/MasterPasswordPanel.form
similarity index 100%
rename from keyring/src/org/netbeans/modules/keyring/fallback/MasterPasswordPanel.form
rename to keyring.impl/src/org/netbeans/modules/keyring/fallback/MasterPasswordPanel.form
diff --git a/keyring/src/org/netbeans/modules/keyring/fallback/MasterPasswordPanel.java b/keyring.impl/src/org/netbeans/modules/keyring/fallback/MasterPasswordPanel.java
similarity index 100%
rename from keyring/src/org/netbeans/modules/keyring/fallback/MasterPasswordPanel.java
rename to keyring.impl/src/org/netbeans/modules/keyring/fallback/MasterPasswordPanel.java
diff --git a/keyring/src/org/netbeans/modules/keyring/gnome/GnomeKeyringLibrary.java b/keyring.impl/src/org/netbeans/modules/keyring/gnome/GnomeKeyringLibrary.java
similarity index 100%
rename from keyring/src/org/netbeans/modules/keyring/gnome/GnomeKeyringLibrary.java
rename to keyring.impl/src/org/netbeans/modules/keyring/gnome/GnomeKeyringLibrary.java
diff --git a/keyring/src/org/netbeans/modules/keyring/gnome/GnomeProvider.java b/keyring.impl/src/org/netbeans/modules/keyring/gnome/GnomeProvider.java
similarity index 100%
rename from keyring/src/org/netbeans/modules/keyring/gnome/GnomeProvider.java
rename to keyring.impl/src/org/netbeans/modules/keyring/gnome/GnomeProvider.java
diff --git a/keyring.impl/src/org/netbeans/modules/keyring/impl/Bundle.properties b/keyring.impl/src/org/netbeans/modules/keyring/impl/Bundle.properties
new file mode 100644
index 0000000..29c1599
--- /dev/null
+++ b/keyring.impl/src/org/netbeans/modules/keyring/impl/Bundle.properties
@@ -0,0 +1 @@
+OpenIDE-Module-Name=Keyring Implementations
diff --git a/keyring.impl/src/org/netbeans/modules/keyring/impl/Utils.java b/keyring.impl/src/org/netbeans/modules/keyring/impl/Utils.java
new file mode 100644
index 0000000..282f1d7
--- /dev/null
+++ b/keyring.impl/src/org/netbeans/modules/keyring/impl/Utils.java
@@ -0,0 +1,85 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2009 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.keyring.impl;
+
+import java.io.File;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import java.util.prefs.Preferences;
+
+public class Utils {
+
+    private Utils() {}
+
+    private static final Logger LOG = Logger.getLogger(Utils.class.getName());
+
+    public static byte[] chars2Bytes(char[] chars) {
+        byte[] bytes = new byte[chars.length * 2];
+        for (int i = 0; i < chars.length; i++) {
+            bytes[i * 2] = (byte) (chars[i] / 256);
+            bytes[i * 2 + 1] = (byte) (chars[i] % 256);
+        }
+        return bytes;
+    }
+
+    public static char[] bytes2Chars(byte[] bytes) {
+        char[] result = new char[bytes.length / 2];
+        for (int i = 0; i < result.length; i++) {
+            result[i] = (char) (((int) bytes[i * 2]) * 256 + (int) bytes[i * 2 + 1]);
+        }
+        return result;
+    }
+
+    /** Tries to set permissions on preferences storage file to -rw------- */
+    public static void goMinusR(Preferences p) {
+        File props = new File(System.getProperty("netbeans.user"), ("config/Preferences" + p.absolutePath()).replace('/', File.separatorChar) + ".properties");
+        if (props.isFile()) {
+            props.setReadable(false, false); // seems to be necessary, not sure why
+            props.setReadable(true, true);
+            LOG.log(Level.FINE, "chmod go-r {0}", props);
+        } else {
+            LOG.log(Level.FINE, "no such file to chmod: {0}", props);
+        }
+    }
+
+}
diff --git a/keyring.impl/src/org/netbeans/modules/keyring/kde/KWalletProvider.java b/keyring.impl/src/org/netbeans/modules/keyring/kde/KWalletProvider.java
new file mode 100644
index 0000000..10334e0
--- /dev/null
+++ b/keyring.impl/src/org/netbeans/modules/keyring/kde/KWalletProvider.java
@@ -0,0 +1,249 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.keyring.kde;
+
+import java.io.BufferedReader;
+import java.io.IOException;
+import java.io.InputStreamReader;
+import java.text.MessageFormat;
+import java.util.Arrays;
+import java.util.MissingResourceException;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import org.netbeans.spi.keyring.KeyringProvider;
+import org.openide.util.NbBundle;
+import org.openide.util.lookup.ServiceProvider;
+
+/**
+ *
+ * @author psychollek, ynov
+ */
+ at ServiceProvider(service=KeyringProvider.class, position=99)
+public class KWalletProvider implements KeyringProvider{
+
+    private static final Logger logger = Logger.getLogger(KWalletProvider.class.getName());
+    private char[] handler = "0".toCharArray();
+    private boolean timeoutHappened = false;
+    private char[] defaultLocalWallet = "kdewallet".toCharArray();
+
+    @Override
+    public boolean enabled(){
+        if (Boolean.getBoolean("netbeans.keyring.no.native")) {
+            logger.fine("native keyring integration disabled");
+            return false;
+        }
+        CommandResult result = runCommand("isEnabled");
+        if(new String(result.retVal).equals("true")) {        
+            return updateHandler();
+        }                   
+        return false;
+    };
+
+    @Override
+    public char[] read(String key){
+        if (updateHandler()){
+            CommandResult result = runCommand("readPassword", handler, getApplicationName(), key.toCharArray(), getApplicationName(true));
+            if (result.exitCode != 0){
+                warning("read action returned not 0 exitCode");
+            }
+            return result.retVal.length > 0 ? result.retVal : null;
+        }
+        return null;
+        //throw new KwalletException("read");
+    };
+
+    @Override
+    public void save(String key, char[] password, String description){
+        //description is forgoten ! kdewallet dosen't have any facility to store
+        //it by default and I don't want to do it by adding new fields to kwallet
+        if (updateHandler()){
+            CommandResult result = runCommand("writePassword", handler , getApplicationName()
+                    , key.toCharArray(), password , getApplicationName(true));
+            if (result.exitCode != 0 || (new String(result.retVal)).equals("-1")){
+                warning("save action failed");
+            }
+            return;
+        }
+        //throw new KwalletException("save");
+    };
+
+    @Override
+    public void delete(String key){
+        if (updateHandler()){
+            CommandResult result = runCommand("removeEntry" ,handler,
+            getApplicationName() , key.toCharArray() , getApplicationName(true));
+             if (result.exitCode != 0  || (new String(result.retVal)).equals("-1")){
+                warning("delete action failed");
+            }
+            return;
+        }
+        //throw new KwalletException("delete");
+    };
+
+    private boolean updateHandler(){
+        if(timeoutHappened) {
+            return false;
+        }
+        handler = new String(handler).equals("")? "0".toCharArray() : handler;
+        CommandResult result = runCommand("isOpen",handler);          
+        if(new String(result.retVal).equals("true")){
+            return true;
+        }
+        char[] localWallet = defaultLocalWallet;
+        result = runCommand("localWallet");                      
+        if(result.exitCode == 0) {                    
+            localWallet = result.retVal;
+        }
+            
+        if(new String(localWallet).contains(".service")) {            
+            //Temporary workaround for the bug in kdelibs/kdeui/util/kwallet.cpp
+            //The bug was fixed http://svn.reviewboard.kde.org/r/5885/diff/
+            //but many people currently use buggy kwallet
+            return false;
+        }
+        result = runCommand("open", localWallet , "0".toCharArray(), getApplicationName(true));
+        if(result.exitCode == 2) { 
+            warning("time out happened while accessing KWallet");
+            //don't try to open KWallet anymore until bug https://bugs.kde.org/show_bug.cgi?id=259229 is fixed
+            timeoutHappened = true;
+            return false;
+        }      
+        if(result.exitCode != 0 || new String(result.retVal).equals("-1")) {
+            warning("failed to access KWallet");
+            return false;
+        }         
+        handler = result.retVal;
+        return true;
+    }
+          
+    
+
+    private CommandResult runCommand(String command,char[]... commandArgs) {
+        String[] argv = new String[commandArgs.length+4];
+        argv[0] = "qdbus";
+        argv[1] = "org.kde.kwalletd";
+        argv[2] = "/modules/kwalletd";
+        argv[3] = "org.kde.KWallet."+command;
+        for (int i = 0; i < commandArgs.length; i++) {
+            //unfortunatelly I cannot pass char[] to the exec in any way - so this poses a security issue with passwords in String() !
+            //TODO: find a way to avoid changing char[] into String
+            argv[i+4] = new String(commandArgs[i]);
+        }
+        Runtime rt = Runtime.getRuntime();
+        String retVal = "";
+        String errVal = "";
+        int exitCode = 0;
+        try {
+            if (logger.isLoggable(Level.FINE)) {
+                logger.log(Level.FINE, "executing {0}", Arrays.toString(argv));
+            }
+            Process pr = rt.exec(argv);
+            
+            BufferedReader input = new BufferedReader(new InputStreamReader(pr.getInputStream()));
+
+            String line;
+            while((line = input.readLine()) != null) {
+                if (!retVal.equals("")){
+                    retVal = retVal.concat("\n");
+                }
+                retVal = retVal.concat(line);
+            }            
+            input.close();
+            input = new BufferedReader(new InputStreamReader(pr.getErrorStream()));
+
+            while((line = input.readLine()) != null) {
+                if (!errVal.equals("")){
+                    errVal = errVal.concat("\n");
+                }
+                errVal = errVal.concat(line);
+            }
+            input.close();
+
+            exitCode = pr.waitFor();
+            if (logger.isLoggable(Level.FINE)) {
+                logger.log(Level.FINE, "application exit with code {0} for commandString: {1}; errVal: {2}",
+                            new Object[]{exitCode, Arrays.toString(argv), errVal});
+            }       
+        } catch (InterruptedException ex) {
+            logger.log(Level.FINE,
+                    "exception thrown while invoking the command \""+Arrays.toString(argv)+"\"",
+                    ex);
+        } catch (IOException ex) {
+            logger.log(Level.FINE,
+                    "exception thrown while invoking the command \""+Arrays.toString(argv)+"\"",
+                    ex);
+        }
+        return new CommandResult(exitCode, retVal.trim().toCharArray(), errVal.trim());
+    }    
+
+    private char[] getApplicationName(){
+        return getApplicationName(false);
+    }
+
+    private char[] getApplicationName(boolean version){
+        String appName;
+        try {
+            appName = MessageFormat.format(NbBundle.getBundle("org.netbeans.core.windows.view.ui.Bundle").getString("CTL_MainWindow_Title_No_Project"),version ? System.getProperty("netbeans.buildnumber"):"");
+        } catch (MissingResourceException x) {
+            appName = "NetBeans"+(version? " "+System.getProperty("netbeans.buildnumber"):"");
+        }
+        return appName.toCharArray();
+    }
+
+    private void warning(String descr) {
+        logger.log(Level.WARNING, "Something went wrong: {0}", descr);
+    }      
+  
+    private class CommandResult {
+        private int exitCode;
+        private char[] retVal;
+        private String errVal;
+
+        public CommandResult(int exitCode, char[] retVal, String errVal) {
+            this.exitCode = exitCode;
+            this.retVal = retVal;
+            this.errVal = errVal;
+        }                        
+    }
+
+}
diff --git a/keyring/src/org/netbeans/modules/keyring/mac/MacProvider.java b/keyring.impl/src/org/netbeans/modules/keyring/mac/MacProvider.java
similarity index 100%
rename from keyring/src/org/netbeans/modules/keyring/mac/MacProvider.java
rename to keyring.impl/src/org/netbeans/modules/keyring/mac/MacProvider.java
diff --git a/keyring/src/org/netbeans/modules/keyring/mac/SecurityLibrary.java b/keyring.impl/src/org/netbeans/modules/keyring/mac/SecurityLibrary.java
similarity index 100%
rename from keyring/src/org/netbeans/modules/keyring/mac/SecurityLibrary.java
rename to keyring.impl/src/org/netbeans/modules/keyring/mac/SecurityLibrary.java
diff --git a/keyring/src/org/netbeans/modules/keyring/spi/EncryptionProvider.java b/keyring.impl/src/org/netbeans/modules/keyring/spi/EncryptionProvider.java
similarity index 100%
rename from keyring/src/org/netbeans/modules/keyring/spi/EncryptionProvider.java
rename to keyring.impl/src/org/netbeans/modules/keyring/spi/EncryptionProvider.java
diff --git a/keyring.impl/src/org/netbeans/modules/keyring/win32/Win32Protect.java b/keyring.impl/src/org/netbeans/modules/keyring/win32/Win32Protect.java
new file mode 100644
index 0000000..f200929
--- /dev/null
+++ b/keyring.impl/src/org/netbeans/modules/keyring/win32/Win32Protect.java
@@ -0,0 +1,175 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2009 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.keyring.win32;
+
+import com.sun.jna.Memory;
+import com.sun.jna.Native;
+import com.sun.jna.Pointer;
+import com.sun.jna.Structure;
+import com.sun.jna.WString;
+import com.sun.jna.win32.StdCallLibrary;
+import java.util.Arrays;
+import java.util.concurrent.Callable;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import org.netbeans.modules.keyring.impl.Utils;
+import org.netbeans.modules.keyring.spi.EncryptionProvider;
+import org.openide.util.Utilities;
+import org.openide.util.lookup.ServiceProvider;
+
+/**
+ * Data protection utility for Microsoft Windows.
+ * XXX org.tmatesoft.svn.core.internal.util.jna.SVNWinCrypt is a possibly more robust implementation
+ * (though it seems to set CRYPTPROTECT_UI_FORBIDDEN which we do not necessarily want).
+ */
+ at ServiceProvider(service=EncryptionProvider.class, position=100)
+public class Win32Protect implements EncryptionProvider {
+
+    private static final Logger LOG = Logger.getLogger(Win32Protect.class.getName());
+    
+    public @Override boolean enabled() {
+        if (!Utilities.isWindows()) {
+            LOG.fine("not running on Windows");
+            return false;
+        }
+        if (Boolean.getBoolean("netbeans.keyring.no.native")) {
+            LOG.fine("native keyring integration disabled");
+            return false;
+        }
+        try {
+            if (CryptLib.INSTANCE == null) {
+                LOG.fine("loadLibrary -> null");
+                return false;
+            }
+            return true;
+        } catch (Throwable t) {
+            LOG.log(Level.FINE, null, t);
+            return false;
+        }
+    }
+
+    public @Override String id() {
+        return "win32"; // NOI18N
+    }
+
+    public @Override byte[] encrypt(char[] cleartext) throws Exception {
+        byte[] cleartextB = Utils.chars2Bytes(cleartext);
+        CryptIntegerBlob input = new CryptIntegerBlob();
+        input.store(cleartextB);
+        Arrays.fill(cleartextB, (byte) 0);
+        CryptIntegerBlob output = new CryptIntegerBlob();
+        if (!CryptLib.INSTANCE.CryptProtectData(input, null, null, null, null, 0, output)) {
+            throw new Exception("CryptProtectData failed: " + Native.getLastError());
+        }
+        input.zero();
+        return output.load();
+    }
+
+    public @Override char[] decrypt(byte[] ciphertext) throws Exception {
+        CryptIntegerBlob input = new CryptIntegerBlob();
+        input.store(ciphertext);
+        CryptIntegerBlob output = new CryptIntegerBlob();
+        if (!CryptLib.INSTANCE.CryptUnprotectData(input, null, null, null, null, 0, output)) {
+            throw new Exception("CryptUnprotectData failed: " + Native.getLastError());
+        }
+        byte[] result = output.load();
+        // XXX gives CCE because not a Memory: output.zero();
+        char[] cleartext = Utils.bytes2Chars(result);
+        Arrays.fill(result, (byte) 0);
+        return cleartext;
+    }
+
+    public @Override boolean decryptionFailed() {
+        return false; // not much to do about it
+    }
+
+    public @Override void encryptionChangingCallback(Callable<Void> callback) {}
+
+    public @Override void encryptionChanged() {
+        assert false;
+    }
+
+    public @Override void freshKeyring(boolean fresh) {}
+
+    public interface CryptLib extends StdCallLibrary {
+        CryptLib INSTANCE = (CryptLib) Native.loadLibrary("Crypt32", CryptLib.class); // NOI18N
+        /** @see <a href="http://msdn.microsoft.com/en-us/library/aa380261(VS.85,printer).aspx">Reference</a> */
+        boolean CryptProtectData(
+                CryptIntegerBlob pDataIn,
+                WString szDataDescr,
+                CryptIntegerBlob pOptionalEntropy,
+                Pointer pvReserved,
+                Pointer pPromptStruct,
+                int dwFlags,
+                CryptIntegerBlob pDataOut
+        )/* throws LastErrorException*/;
+        /** @see <a href="http://msdn.microsoft.com/en-us/library/aa380882(VS.85,printer).aspx">Reference</a> */
+        boolean CryptUnprotectData(
+                CryptIntegerBlob pDataIn,
+                WString[] ppszDataDescr,
+                CryptIntegerBlob pOptionalEntropy,
+                Pointer pvReserved,
+                Pointer pPromptStruct,
+                int dwFlags,
+                CryptIntegerBlob pDataOut
+        )/* throws LastErrorException*/;
+    }
+    
+    public static class CryptIntegerBlob extends Structure {
+        public int cbData;
+        public /*byte[]*/Pointer pbData;
+        byte[] load() {
+            return pbData.getByteArray(0, cbData);
+            // XXX how to free pbData? [Kernel32]LocalFree?
+        }
+        void store(byte[] data) {
+            cbData = data.length;
+            pbData = new Memory(data.length);
+            pbData.write(0, data, 0, cbData);
+        }
+        void zero() {
+            ((Memory) pbData).clear();
+        }
+    }
+
+}
diff --git a/keyring/test/unit/src/org/netbeans/modules/keyring/KeyringProviderTestBase.java b/keyring.impl/test/unit/src/org/netbeans/modules/keyring/KeyringProviderTestBase.java
similarity index 100%
rename from keyring/test/unit/src/org/netbeans/modules/keyring/KeyringProviderTestBase.java
rename to keyring.impl/test/unit/src/org/netbeans/modules/keyring/KeyringProviderTestBase.java
diff --git a/keyring/test/unit/src/org/netbeans/modules/keyring/fallback/MasterPasswordEncryptionTest.java b/keyring.impl/test/unit/src/org/netbeans/modules/keyring/fallback/MasterPasswordEncryptionTest.java
similarity index 100%
rename from keyring/test/unit/src/org/netbeans/modules/keyring/fallback/MasterPasswordEncryptionTest.java
rename to keyring.impl/test/unit/src/org/netbeans/modules/keyring/fallback/MasterPasswordEncryptionTest.java
diff --git a/keyring/test/unit/src/org/netbeans/modules/keyring/gnome/GnomeProviderTest.java b/keyring.impl/test/unit/src/org/netbeans/modules/keyring/gnome/GnomeProviderTest.java
similarity index 100%
rename from keyring/test/unit/src/org/netbeans/modules/keyring/gnome/GnomeProviderTest.java
rename to keyring.impl/test/unit/src/org/netbeans/modules/keyring/gnome/GnomeProviderTest.java
diff --git a/keyring/test/unit/src/org/netbeans/modules/keyring/kde/KWalletProviderTest.java b/keyring.impl/test/unit/src/org/netbeans/modules/keyring/kde/KWalletProviderTest.java
similarity index 100%
rename from keyring/test/unit/src/org/netbeans/modules/keyring/kde/KWalletProviderTest.java
rename to keyring.impl/test/unit/src/org/netbeans/modules/keyring/kde/KWalletProviderTest.java
diff --git a/keyring/test/unit/src/org/netbeans/modules/keyring/mac/MacProviderTest.java b/keyring.impl/test/unit/src/org/netbeans/modules/keyring/mac/MacProviderTest.java
similarity index 100%
rename from keyring/test/unit/src/org/netbeans/modules/keyring/mac/MacProviderTest.java
rename to keyring.impl/test/unit/src/org/netbeans/modules/keyring/mac/MacProviderTest.java
diff --git a/keyring/test/unit/src/org/netbeans/modules/keyring/win32/Win32ProtectTest.java b/keyring.impl/test/unit/src/org/netbeans/modules/keyring/win32/Win32ProtectTest.java
similarity index 100%
rename from keyring/test/unit/src/org/netbeans/modules/keyring/win32/Win32ProtectTest.java
rename to keyring.impl/test/unit/src/org/netbeans/modules/keyring/win32/Win32ProtectTest.java
diff --git a/keyring/arch.xml b/keyring/arch.xml
new file mode 100644
index 0000000..cb3f685
--- /dev/null
+++ b/keyring/arch.xml
@@ -0,0 +1,1076 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE api-answers PUBLIC "-//NetBeans//DTD Arch Answers//EN" "../nbbuild/antsrc/org/netbeans/nbbuild/Arch.dtd" [
+  <!ENTITY api-questions SYSTEM "../nbbuild/antsrc/org/netbeans/nbbuild/Arch-api-questions.xml">
+]>
+
+<api-answers
+  question-version="1.29"
+  author="yourname at netbeans.org"
+>
+
+  &api-questions;
+
+
+<!--
+        <question id="arch-overall" when="init">
+            Describe the overall architecture. 
+            <hint>
+            What will be API for 
+            <a href="http://openide.netbeans.org/tutorial/api-design.html#design.apiandspi">
+                clients and what support API</a>? 
+            What parts will be pluggable?
+            How will plug-ins be registered? Please use <code><api type="export"/></code>
+            to describe your general APIs and specify their
+            <a href="http://openide.netbeans.org/tutorial/api-design.html#category-private">
+            stability categories</a>.
+            If possible please provide simple diagrams.
+            </hint>
+        </question>
+-->
+ <answer id="arch-overall">
+  <p>
+   Provides an API and SPI for accessing native keyrings, used for securely storing passwords.
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="arch-quality" when="init">
+            How will the <a href="http://www.netbeans.org/community/guidelines/q-evangelism.html">quality</a>
+            of your code be tested and 
+            how are future regressions going to be prevented?
+            <hint>
+            What kind of testing do
+            you want to use? How much functionality, in which areas,
+            should be covered by the tests? How you find out that your
+            project was successful?
+            </hint>
+        </question>
+-->
+ <answer id="arch-quality">
+  <p>
+   XXX no answer for arch-quality
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="arch-time" when="init">
+            What are the time estimates of the work?
+            <hint>
+            Please express your estimates of how long the design, implementation,
+            stabilization are likely to last. How many people will be needed to
+            implement this and what is the expected milestone by which the work should be 
+            ready?
+            </hint>
+        </question>
+-->
+ <answer id="arch-time">
+  <p>
+   XXX no answer for arch-time
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="arch-usecases" when="init">
+            <hint>
+                Content of this answer will be displayed as part of page at
+                http://www.netbeans.org/download/dev/javadoc/usecases.html 
+                You can use tags <usecase name="name> regular html description </usecase>
+                and if you want to use an URL you can prefix if with @TOP@ to begin
+                at the root of your javadoc
+            </hint>
+        
+            Describe the main <a href="http://openide.netbeans.org/tutorial/api-design.html#usecase">
+            use cases</a> of the new API. Who will use it under
+            what circumstances? What kind of code would typically need to be written
+            to use the module?
+        </question>
+-->
+ <answer id="arch-usecases">
+  <p>
+   XXX no answer for arch-usecases
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="arch-what" when="init">
+            What is this project good for?
+            <hint>
+            Please provide here a few lines describing the project, 
+            what problem it should solve, provide links to documentation, 
+            specifications, etc.
+            </hint>
+        </question>
+-->
+ <answer id="arch-what">
+  <p>
+   XXX no answer for arch-what
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="arch-where" when="impl">
+            Where one can find sources for your module?
+            <hint>
+                Please provide link to the Hg web client at
+                http://hg.netbeans.org/
+                or just use tag defaultanswer generate='here'
+            </hint>
+        </question>
+-->
+ <answer id="arch-where">
+  <defaultanswer generate='here' />
+ </answer>
+
+
+
+<!--
+        <question id="compat-deprecation" when="init">
+            How the introduction of your project influences functionality
+            provided by previous version of the product?
+            <hint>
+            If you are planning to deprecate/remove/change any existing APIs,
+            list them here accompanied with the reason explaining why you
+            are doing so.
+            </hint>
+        </question>
+-->
+ <answer id="compat-deprecation">
+  <p>
+   XXX no answer for compat-deprecation
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="compat-i18n" when="impl">
+            Is your module correctly internationalized?
+            <hint>
+            Correct internationalization means that it obeys instructions 
+            at <a href="http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/i18n-branding.html">
+            NetBeans I18N pages</a>.
+            </hint>
+        </question>
+-->
+ <answer id="compat-i18n">
+  <p>
+   XXX no answer for compat-i18n
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="compat-standards" when="init">
+            Does the module implement or define any standards? Is the 
+            implementation exact or does it deviate somehow?
+        </question>
+-->
+ <answer id="compat-standards">
+  <p>
+   XXX no answer for compat-standards
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="compat-version" when="impl">
+            Can your module coexist with earlier and future
+            versions of itself? Can you correctly read all old settings? Will future
+            versions be able to read your current settings? Can you read
+            or politely ignore settings stored by a future version?
+            
+            <hint>
+            Very helpful for reading settings is to store version number
+            there, so future versions can decide whether how to read/convert
+            the settings and older versions can ignore the new ones.
+            </hint>
+        </question>
+-->
+ <answer id="compat-version">
+  <p>
+   XXX no answer for compat-version
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="dep-jre" when="final">
+            Which version of JRE do you need (1.2, 1.3, 1.4, etc.)?
+            <hint>
+            It is expected that if your module runs on 1.x that it will run 
+            on 1.x+1 if no, state that please. Also describe here cases where
+            you run different code on different versions of JRE and why.
+            </hint>
+        </question>
+-->
+ <answer id="dep-jre">
+  <p>
+   XXX no answer for dep-jre
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="dep-jrejdk" when="final">
+            Do you require the JDK or is the JRE enough?
+        </question>
+-->
+ <answer id="dep-jrejdk">
+  <p>
+   XXX no answer for dep-jrejdk
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="dep-nb" when="init">
+            What other NetBeans projects and modules does this one depend on?
+            <hint>
+            Depending on other NetBeans projects influnces the ability of
+            users of your work to customize their own branded version of
+            NetBeans by enabling and disabling some modules. Too
+            much dependencies restrict this kind of customization. If that
+            is your case, then you may want to split your functionality into
+            pieces of autoload, eager and regular modules which can be
+            enabled independently. Usually the answer to this question
+            is generated from your <code>project.xml</code> file, but
+            if it is not guessed correctly, you can suppress it by
+            specifying <defaultanswer generate="none"/> and
+            write here your own. Please describe such projects as imported APIs using
+            the <code><api name="identification" type="import or export" category="stable" url="where is the description" /></code>.
+            By doing this information gets listed in the summary page of your
+            javadoc.
+            </hint>
+        </question>
+-->
+ <answer id="dep-nb">
+  <defaultanswer generate='here' />
+ </answer>
+
+
+
+<!--
+        <question id="dep-non-nb" when="init">
+            What other projects outside NetBeans does this one depend on?
+            
+            <hint>
+            Depending on 3rd party libraries is always problematic,
+            especially if they are not open source, as that complicates
+            the licensing scheme of NetBeans. Please enumerate your
+            external dependencies here, so it is correctly understood since
+            the begining what are the legal implications of your project.
+            Also please note that
+            some non-NetBeans projects are packaged as NetBeans modules
+            (see <a href="http://libs.netbeans.org/">libraries</a>) and
+            it is preferred to use this approach when more modules may
+            depend and share such third-party libraries.
+            </hint>
+        </question>
+-->
+ <answer id="dep-non-nb">
+  <p>
+   XXX no answer for dep-non-nb
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="dep-platform" when="init">
+            On which platforms does your module run? Does it run in the same
+            way on each?
+            <hint>
+            If you plan any dependency on OS or any usage of native code,
+            please describe why you are doing so and describe how you envision
+            to enforce the portability of your code.
+            Please note that there is a support for <a href="http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/api.html#how-os-specific">OS conditionally
+            enabled modules</a> which together with autoload/eager modules
+            can allow you to enable to provide the best OS aware support
+            on certain OSes while providing compatibility bridge on the not
+            supported ones.
+            Also please list the supported
+            OSes/HW platforms and mentioned the lovest version of JDK required
+            for your project to run on. Also state whether JRE is enough or
+            you really need JDK.
+            </hint>
+        </question>
+-->
+ <answer id="dep-platform">
+  <p>
+   JNA is used for native integration with Windows, GNOME, Solaris, and Mac OS X; an external process for KDE.
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="deploy-dependencies" when="final">
+            What do other modules need to do to declare a dependency on this one,
+            in addition to or instead of the normal module dependency declaration
+            (e.g. tokens to require)?
+            <hint>
+                Provide a sample of the actual lines you would add to a module manifest
+                to declare a dependency, for example OpenIDE-Module-Requires: some.token.
+                If other modules should not depend on this module, or should just use a
+                simple regular module dependency, you can just answer "nothing". If you
+                intentionally expose a semistable API to clients using implementation
+                dependencies, you should mention that here (but there is no need to give
+                an example of usage).
+            </hint>
+        </question>
+-->
+ <answer id="deploy-dependencies">
+  <p>
+   XXX no answer for deploy-dependencies
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="deploy-jar" when="impl">
+            Do you deploy just module JAR file(s) or other files as well?
+            <hint>
+            Usually a module consist of one JAR file (perhaps with Class-Path
+            extensions) and also a configuration file that enables it. If you
+            have any other files, use
+            <api group="java.io.File" name="yourname" type="export" category="friend">...</api>
+            to define the location, name and stability of your files (of course
+            changing "yourname" and "friend" to suit your needs).
+            
+            If it uses more than one JAR, describe where they are located, how
+            they refer to each other. 
+            If it consist of module JAR(s) and other files, please describe
+            what is their purpose, why other files are necessary. Please 
+            make sure that installation/uninstallation leaves the system 
+            in state as it was before installation.
+            </hint>
+        </question>
+-->
+ <answer id="deploy-jar">
+  <p>
+   XXX no answer for deploy-jar
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="deploy-nbm" when="impl">
+            Can you deploy an NBM via the Update Center?
+            <hint>
+            If not why?
+            </hint>
+        </question>
+-->
+ <answer id="deploy-nbm">
+  <p>
+   XXX no answer for deploy-nbm
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="deploy-packages" when="init">
+            Are packages of your module made inaccessible by not declaring them
+            public?
+            
+            <hint>
+            By default NetBeans build harness treats all packages are private.
+            If you export some of them - either as public or friend packages,
+            you should have a reason. If the reason is described elsewhere
+            in this document, you can ignore this question.
+            </hint>
+        </question>
+-->
+ <answer id="deploy-packages">
+     <api category="official" group="java" type="export" name="Keyring-API">
+         Other modules can access the keyring, or add implementations.
+     </api>
+ </answer>
+
+
+
+<!--
+        <question id="deploy-shared" when="final">
+            Do you need to be installed in the shared location only, or in the user directory only,
+            or can your module be installed anywhere?
+            <hint>
+            Installation location shall not matter, if it does explain why.
+            Consider also whether <code>InstalledFileLocator</code> can help.
+            </hint>
+        </question>
+-->
+ <answer id="deploy-shared">
+  <p>
+   XXX no answer for deploy-shared
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-ant-tasks" when="impl">
+            Do you define or register any ant tasks that other can use?
+            
+            <hint>
+            If you provide an ant task that users can use, you need to be very
+            careful about its syntax and behaviour, as it most likely forms an
+	          API for end users and as there is a lot of end users, their reaction
+            when such API gets broken can be pretty strong.
+            </hint>
+        </question>
+-->
+ <answer id="exec-ant-tasks">
+  <p>
+   XXX no answer for exec-ant-tasks
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-classloader" when="impl">
+            Does your code create its own class loader(s)?
+            <hint>
+            A bit unusual. Please explain why and what for.
+            </hint>
+        </question>
+-->
+ <answer id="exec-classloader">
+  <p>
+   XXX no answer for exec-classloader
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-component" when="impl">
+            Is execution of your code influenced by any (string) property
+            of any of your components?
+            
+            <hint>
+            Often <code>JComponent.getClientProperty</code>, <code>Action.getValue</code>
+            or <code>PropertyDescriptor.getValue</code>, etc. are used to influence
+            a behavior of some code. This of course forms an interface that should
+            be documented. Also if one depends on some interface that an object
+            implements (<code>component instanceof Runnable</code>) that forms an
+            API as well.
+            </hint>
+        </question>
+-->
+ <answer id="exec-component">
+  <p>
+   XXX no answer for exec-component
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-introspection" when="impl">
+            Does your module use any kind of runtime type information (<code>instanceof</code>,
+            work with <code>java.lang.Class</code>, etc.)?
+            <hint>
+            Check for cases when you have an object of type A and you also
+            expect it to (possibly) be of type B and do some special action. That
+            should be documented. The same applies on operations in meta-level
+            (Class.isInstance(...), Class.isAssignableFrom(...), etc.).
+            </hint>
+        </question>
+-->
+ <answer id="exec-introspection">
+  <p>
+   XXX no answer for exec-introspection
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-privateaccess" when="final">
+            Are you aware of any other parts of the system calling some of 
+            your methods by reflection?
+            <hint>
+            If so, describe the "contract" as an API. Likely private or friend one, but
+            still API and consider rewrite of it.
+            </hint>
+        </question>
+-->
+ <answer id="exec-privateaccess">
+  <p>
+   XXX no answer for exec-privateaccess
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-process" when="impl">
+            Do you execute an external process from your module? How do you ensure
+            that the result is the same on different platforms? Do you parse output?
+            Do you depend on result code?
+            <hint>
+            If you feed an input, parse the output please declare that as an API.
+            </hint>
+        </question>
+-->
+ <answer id="exec-process">
+  <p>
+   XXX no answer for exec-process
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-property" when="impl">
+            Is execution of your code influenced by any environment or
+            Java system (<code>System.getProperty</code>) property?
+            On a similar note, is there something interesting that you
+            pass to <code>java.util.logging.Logger</code>? Or do you observe
+            what others log?
+            <hint>
+            If there is a property that can change the behavior of your 
+            code, somebody will likely use it. You should describe what it does 
+            and the <a href="http://openide.netbeans.org/tutorial/api-design.html#life">stability category</a>
+            of this API. You may use
+            <pre>
+                <api type="export" group="property" name="id" category="private" url="http://...">
+                    description of the property, where it is used, what it influence, etc.
+                </api>            
+            </pre>
+            </hint>
+        </question>
+-->
+ <answer id="exec-property">
+  <p>
+   XXX no answer for exec-property
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-reflection" when="impl">
+            Does your code use Java Reflection to execute other code?
+            <hint>
+            This usually indicates a missing or insufficient API in the other
+            part of the system. If the other side is not aware of your dependency
+            this contract can be easily broken.
+            </hint>
+        </question>
+-->
+ <answer id="exec-reflection">
+  <p>
+   XXX no answer for exec-reflection
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="exec-threading" when="init">
+            What threading models, if any, does your module adhere to? How the
+            project behaves with respect to threading?
+            <hint>
+                Is your API threadsafe? Can it be accessed from any threads or
+                just from some dedicated ones? Any special relation to AWT and
+                its Event Dispatch thread? Also
+                if your module calls foreign APIs which have a specific threading model,
+                indicate how you comply with the requirements for multithreaded access
+                (synchronization, mutexes, etc.) applicable to those APIs.
+                If your module defines any APIs, or has complex internal structures
+                that might be used from multiple threads, declare how you protect
+                data against concurrent access, race conditions, deadlocks, etc.,
+                and whether such rules are enforced by runtime warnings, errors, assertions, etc.
+                Examples: a class might be non-thread-safe (like Java Collections); might
+                be fully thread-safe (internal locking); might require access through a mutex
+                (and may or may not automatically acquire that mutex on behalf of a client method);
+                might be able to run only in the event queue; etc.
+                Also describe when any events are fired: synchronously, asynchronously, etc.
+                Ideas: <a href="http://core.netbeans.org/proposals/threading/index.html#recommendations">Threading Recommendations</a> (in progress)
+            </hint>
+        </question>
+-->
+ <answer id="exec-threading">
+  <p>
+   XXX no answer for exec-threading
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="format-clipboard" when="impl">
+            Which data flavors (if any) does your code read from or insert to
+            the clipboard (by access to clipboard on means calling methods on <code>java.awt.datatransfer.Transferable</code>?
+            
+            <hint>
+            Often Node's deal with clipboard by usage of <code>Node.clipboardCopy, Node.clipboardCut and Node.pasteTypes</code>.
+            Check your code for overriding these methods.
+            </hint>
+        </question>
+-->
+ <answer id="format-clipboard">
+  <p>
+   XXX no answer for format-clipboard
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="format-dnd" when="impl">
+            Which protocols (if any) does your code understand during Drag & Drop?
+            <hint>
+            Often Node's deal with clipboard by usage of <code>Node.drag, Node.getDropType</code>. 
+            Check your code for overriding these methods. Btw. if they are not overridden, they
+            by default delegate to <code>Node.clipboardCopy, Node.clipboardCut and Node.pasteTypes</code>.
+            </hint>
+        </question>
+-->
+ <answer id="format-dnd">
+  <p>
+   XXX no answer for format-dnd
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="format-types" when="impl">
+            Which protocols and file formats (if any) does your module read or write on disk,
+            or transmit or receive over the network? Do you generate an ant build script?
+            Can it be edited and modified? 
+            
+            <hint>
+            <p>
+            Files can be read and written by other programs, modules and users. If they influence
+            your behaviour, make sure you either document the format or claim that it is a private
+            api (using the <api> tag). 
+            </p>
+            
+            <p>
+            If you generate an ant build file, this is very likely going to be seen by end users and
+            they will be attempted to edit it. You should be ready for that and provide here a link
+            to documentation that you have for such purposes and also describe how you are going to
+            understand such files during next release, when you (very likely) slightly change the 
+            format.
+            </p>
+            </hint>
+        </question>
+-->
+ <answer id="format-types">
+  <p>
+   XXX no answer for format-types
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="lookup-lookup" when="init">
+            Does your module use <code>org.openide.util.Lookup</code>
+            or any similar technology to find any components to communicate with? Which ones?
+            
+            <hint>
+            NetBeans is build around a generic registry of services called
+            lookup. It is preferable to use it for registration and discovery
+            if possible. See
+            <a href="http://www.netbeans.org/download/dev/javadoc/org-openide-util/org/openide/util/lookup/doc-files/index.html">
+            The Solution to Comunication Between Components
+            </a>. If you do not plan to use lookup and insist usage
+            of other solution, then please describe why it is not working for
+            you.
+            <br/>
+            When filling the final version of your arch document, please
+            describe the interfaces you are searching for, where 
+            are defined, whether you are searching for just one or more of them,
+            if the order is important, etc. Also classify the stability of such
+            API contract. Use <api group=&lookup& /> tag, so
+            your information gets listed in the summary page of your javadoc.
+            </hint>
+        </question>
+-->
+ <answer id="lookup-lookup">
+  <p>
+   XXX no answer for lookup-lookup
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="lookup-register" when="final">
+            Do you register anything into lookup for other code to find?
+            <hint>
+            Do you register using layer file or using a declarative annotation such as <code>@ServiceProvider</code>?
+            Who is supposed to find your component?
+            </hint>
+        </question>
+-->
+ <answer id="lookup-register">
+  <p>
+   XXX no answer for lookup-register
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="lookup-remove" when="final">
+            Do you remove entries of other modules from lookup?
+            <hint>
+            Why? Of course, that is possible, but it can be dangerous. Is the module
+            your are masking resource from aware of what you are doing?
+            </hint>
+        </question>
+-->
+ <answer id="lookup-remove">
+  <p>
+   XXX no answer for lookup-remove
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-exit" when="final">
+            Does your module run any code on exit?
+        </question>
+-->
+ <answer id="perf-exit">
+  <p>
+   XXX no answer for perf-exit
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-huge_dialogs" when="final">
+            Does your module contain any dialogs or wizards with a large number of
+            GUI controls such as combo boxes, lists, trees, or text areas?
+        </question>
+-->
+ <answer id="perf-huge_dialogs">
+  <p>
+   XXX no answer for perf-huge_dialogs
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-limit" when="init">
+            Are there any hard-coded or practical limits in the number or size of
+            elements your code can handle?
+            <hint>
+                Most of algorithms have increasing memory and speed complexity
+                with respect to size of data they operate on. What is the critical
+                part of your project that can be seen as a bottleneck with
+                respect to speed or required memory? What are the practical
+                sizes of data you tested your project with? What is your estimate
+                of potential size of data that would cause visible performance
+                problems? Is there some kind of check to detect such situation
+                and prevent "hard" crashes - for example the CloneableEditorSupport
+                checks for size of a file to be opened in editor
+                and if it is larger than 1Mb it shows a dialog giving the
+                user the right to decide - e.g. to cancel or commit suicide.
+            </hint>
+        </question>
+-->
+ <answer id="perf-limit">
+  <p>
+   XXX no answer for perf-limit
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-mem" when="final">
+            How much memory does your component consume? Estimate
+            with a relation to the number of windows, etc.
+        </question>
+-->
+ <answer id="perf-mem">
+  <p>
+   XXX no answer for perf-mem
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-menus" when="final">
+            Does your module use dynamically updated context menus, or
+            context-sensitive actions with complicated and slow enablement logic?
+            <hint>
+                If you do a lot of tricks when adding actions to regular or context menus, you can significantly
+                slow down display of the menu, even when the user is not using your action. Pay attention to
+                actions you add to the main menu bar, and to context menus of foreign nodes or components. If
+                the action is conditionally enabled, or changes its display dynamically, you need to check the
+                impact on performance. In some cases it may be more appropriate to make a simple action that is
+                always enabled but does more detailed checks in a dialog if it is actually run.
+            </hint>
+        </question>
+-->
+ <answer id="perf-menus">
+  <p>
+   XXX no answer for perf-menus
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-progress" when="final">
+            Does your module execute any long-running tasks?
+            
+            <hint>Long running tasks should never block 
+            AWT thread as it badly hurts the UI
+            <a href="http://performance.netbeans.org/responsiveness/issues.html">
+            responsiveness</a>.
+            Tasks like connecting over
+            network, computing huge amount of data, compilation
+            be done asynchronously (for example
+            using <code>RequestProcessor</code>), definitively it should 
+            not block AWT thread.
+            </hint>
+        </question>
+-->
+ <answer id="perf-progress">
+  <p>
+   XXX no answer for perf-progress
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-scale" when="init">
+            Which external criteria influence the performance of your
+            program (size of file in editor, number of files in menu, 
+            in source directory, etc.) and how well your code scales?
+            <hint>
+            Please include some estimates, there are other more detailed 
+            questions to answer in later phases of implementation. 
+            </hint>
+        </question>
+-->
+ <answer id="perf-scale">
+  <p>
+   XXX no answer for perf-scale
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-spi" when="init">
+            How the performance of the plugged in code will be enforced?
+            <hint>
+            If you allow foreign code to be plugged into your own module, how
+            do you enforce that it will behave correctly and quickly and will not
+            negatively influence the performance of your own module?
+            </hint>
+        </question>
+-->
+ <answer id="perf-spi">
+  <p>
+   XXX no answer for perf-spi
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-startup" when="final">
+            Does your module run any code on startup?
+        </question>
+-->
+ <answer id="perf-startup">
+  <p>
+   XXX no answer for perf-startup
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="perf-wakeup" when="final">
+            Does any piece of your code wake up periodically and do something
+            even when the system is otherwise idle (no user interaction)?
+        </question>
+-->
+ <answer id="perf-wakeup">
+  <p>
+   XXX no answer for perf-wakeup
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="resources-file" when="final">
+            Does your module use <code>java.io.File</code> directly?
+            
+            <hint>
+            NetBeans provide a logical wrapper over plain files called 
+            <code>org.openide.filesystems.FileObject</code> that
+            provides uniform access to such resources and is the preferred
+            way that should be used. But of course there can be situations when
+            this is not suitable.
+            </hint>
+        </question>
+-->
+ <answer id="resources-file">
+  <p>
+   XXX no answer for resources-file
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="resources-layer" when="final">
+            Does your module provide own layer? Does it create any files or
+            folders in it? What it is trying to communicate by that and with which 
+            components?
+            
+            <hint>
+            NetBeans allows automatic and declarative installation of resources 
+            by module layers. Module register files into appropriate places
+            and other components use that information to perform their task
+            (build menu, toolbar, window layout, list of templates, set of
+            options, etc.). 
+            </hint>
+        </question>
+-->
+ <answer id="resources-layer">
+  <p>
+   XXX no answer for resources-layer
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="resources-mask" when="final">
+            Does your module mask/hide/override any resources provided by other modules in
+            their layers?
+            
+            <hint>
+            If you mask a file provided by another module, you probably depend
+            on that and do not want the other module to (for example) change
+            the file's name. That module shall thus make that file available as an API
+            of some stability category.
+            </hint>
+        </question>
+-->
+ <answer id="resources-mask">
+  <p>
+   XXX no answer for resources-mask
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="resources-preferences" when="final">
+            Does your module uses preferences via Preferences API? Does your module use NbPreferences or
+            or regular JDK Preferences ? Does it read, write or both ? 
+            Does it share preferences with other modules ? If so, then why ?
+            <hint>
+                You may use
+                    <api type="export" group="preferences"
+                    name="preference node name" category="private">
+                    description of individual keys, where it is used, what it
+                    influences, whether the module reads/write it, etc.
+                    </api>
+                Due to XML ID restrictions, rather than /org/netbeans/modules/foo give the "name" as org.netbeans.modules.foo.
+                Note that if you use NbPreferences this name will then be the same as the code name base of the module.
+            </hint>
+        </question>
+-->
+ <answer id="resources-preferences">
+  <p>
+   XXX no answer for resources-preferences
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="resources-read" when="final">
+            Does your module read any resources from layers? For what purpose?
+            
+            <hint>
+            As this is some kind of intermodule dependency, it is a kind of API.
+            Please describe it and classify according to 
+            <a href="http://openide.netbeans.org/tutorial/api-design.html#categories">
+            common stability categories</a>.
+            </hint>
+        </question>
+-->
+ <answer id="resources-read">
+  <p>
+   XXX no answer for resources-read
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="security-grant" when="final">
+            Does your code grant additional rights to some other code?
+            <hint>Avoid using a class loader that adds extra
+            permissions to loaded code unless really necessary.
+            Also note that your API implementation
+            can also expose unneeded permissions to enemy code by
+            calling AccessController.doPrivileged().</hint>
+        </question>
+-->
+ <answer id="security-grant">
+  <p>
+   XXX no answer for security-grant
+  </p>
+ </answer>
+
+
+
+<!--
+        <question id="security-policy" when="final">
+            Does your functionality require modifications to the standard policy file?
+            <hint>Your code might pass control to third-party code not
+            coming from trusted domains. This could be code downloaded over the
+            network or code coming from libraries that are not bundled
+            with NetBeans. Which permissions need to be granted to which domains?</hint>
+        </question>
+-->
+ <answer id="security-policy">
+  <p>
+   XXX no answer for security-policy
+  </p>
+ </answer>
+
+</api-answers>
diff --git a/keyring/build.xml b/keyring/build.xml
index e5eadbc..106c687 100644
--- a/keyring/build.xml
+++ b/keyring/build.xml
@@ -2,6 +2,7 @@
 <project basedir="." default="netbeans" name="keyring">
     <import file="../nbbuild/templates/projectized.xml"/>
     <target name="debug" depends="netbeans">
+        <ant dir="../keyring.impl" inheritall="false"/>
         <input addproperty="nonative" defaultvalue="false" validargs="true,false" message="Suppress native keyrings?"/>
         <ant dir="../nbbuild" target="tryme-debug">
             <property name="tryme.args" value="
diff --git a/keyring/manifest.mf b/keyring/manifest.mf
index 04e657d..3ba7991 100644
--- a/keyring/manifest.mf
+++ b/keyring/manifest.mf
@@ -1,5 +1,6 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.keyring
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/keyring/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.1.1
+OpenIDE-Module-Specification-Version: 1.5.1
+OpenIDE-Module-Recommends: org.netbeans.modules.keyring.impl
 
diff --git a/keyring/nbproject/org-netbeans-modules-keyring.sig b/keyring/nbproject/org-netbeans-modules-keyring.sig
new file mode 100644
index 0000000..5eb6a75
--- /dev/null
+++ b/keyring/nbproject/org-netbeans-modules-keyring.sig
@@ -0,0 +1,33 @@
+#Signature file v4.1
+#Version 1.1
+
+CLSS public java.lang.Object
+cons public init()
+meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
+meth protected void finalize() throws java.lang.Throwable
+meth public boolean equals(java.lang.Object)
+meth public final java.lang.Class<?> getClass()
+meth public final void notify()
+meth public final void notifyAll()
+meth public final void wait() throws java.lang.InterruptedException
+meth public final void wait(long) throws java.lang.InterruptedException
+meth public final void wait(long,int) throws java.lang.InterruptedException
+meth public int hashCode()
+meth public java.lang.String toString()
+
+CLSS public org.netbeans.api.keyring.Keyring
+meth public static char[] read(java.lang.String)
+meth public static void delete(java.lang.String)
+meth public static void save(java.lang.String,char[],java.lang.String)
+supr java.lang.Object
+hfds LOG,PROVIDER
+hcls DummyKeyringProvider
+
+CLSS abstract interface org.netbeans.api.keyring.package-info
+
+CLSS public abstract interface org.netbeans.spi.keyring.KeyringProvider
+meth public abstract boolean enabled()
+meth public abstract char[] read(java.lang.String)
+meth public abstract void delete(java.lang.String)
+meth public abstract void save(java.lang.String,char[],java.lang.String)
+
diff --git a/keyring/nbproject/project.properties b/keyring/nbproject/project.properties
index becb758..48de18d 100644
--- a/keyring/nbproject/project.properties
+++ b/keyring/nbproject/project.properties
@@ -2,3 +2,4 @@ is.autoload=true
 javac.source=1.6
 javac.compilerargs=-Xlint -Xlint:-serial
 javadoc.apichanges=${basedir}/apichanges.xml
+javadoc.arch=${basedir}/arch.xml
diff --git a/keyring/nbproject/project.xml b/keyring/nbproject/project.xml
index f68e1c2..1cb4036 100644
--- a/keyring/nbproject/project.xml
+++ b/keyring/nbproject/project.xml
@@ -6,31 +6,6 @@
             <code-name-base>org.netbeans.modules.keyring</code-name-base>
             <module-dependencies>
                 <dependency>
-                    <code-name-base>org.netbeans.libs.jna</code-name-base>
-                    <build-prerequisite/>
-                    <compile-dependency/>
-                    <run-dependency>
-                        <release-version>1</release-version>
-                        <specification-version>1.4</specification-version>
-                    </run-dependency>
-                </dependency>
-                <dependency>
-                    <code-name-base>org.openide.awt</code-name-base>
-                    <build-prerequisite/>
-                    <compile-dependency/>
-                    <run-dependency>
-                        <specification-version>7.16</specification-version>
-                    </run-dependency>
-                </dependency>
-                <dependency>
-                    <code-name-base>org.openide.dialogs</code-name-base>
-                    <build-prerequisite/>
-                    <compile-dependency/>
-                    <run-dependency>
-                        <specification-version>7.13</specification-version>
-                    </run-dependency>
-                </dependency>
-                <dependency>
                     <code-name-base>org.openide.util</code-name-base>
                     <build-prerequisite/>
                     <compile-dependency/>
@@ -47,20 +22,6 @@
                     </run-dependency>
                 </dependency>
             </module-dependencies>
-            <test-dependencies>
-                <test-type>
-                    <name>unit</name>
-                    <test-dependency>
-                        <code-name-base>org.netbeans.libs.junit4</code-name-base>
-                        <compile-dependency/>
-                    </test-dependency>
-                    <test-dependency>
-                        <code-name-base>org.netbeans.modules.nbjunit</code-name-base>
-                        <recursive/>
-                        <compile-dependency/>
-                    </test-dependency>
-                </test-type>
-            </test-dependencies>
             <public-packages>
                 <package>org.netbeans.api.keyring</package>
                 <package>org.netbeans.spi.keyring</package>
diff --git a/keyring/src/org/netbeans/api/keyring/Keyring.java b/keyring/src/org/netbeans/api/keyring/Keyring.java
index 5812f39..0ee7b1d 100644
--- a/keyring/src/org/netbeans/api/keyring/Keyring.java
+++ b/keyring/src/org/netbeans/api/keyring/Keyring.java
@@ -47,7 +47,6 @@ import java.util.HashMap;
 import java.util.Map;
 import java.util.logging.Level;
 import java.util.logging.Logger;
-import org.netbeans.modules.keyring.Utils;
 import org.netbeans.spi.keyring.KeyringProvider;
 import org.openide.util.Lookup;
 import org.openide.util.Parameters;
@@ -130,14 +129,31 @@ public class Keyring {
         private final Map<String,byte[]> passwords = new HashMap<String,byte[]>();
         public @Override char[] read(String key) {
             byte[] pwd = passwords.get(key);
-            return pwd != null ? Utils.bytes2Chars(pwd) : null;
+            return pwd != null ? bytes2Chars(pwd) : null;
         }
         public @Override void save(String key, char[] password, String description) {
-            passwords.put(key, Utils.chars2Bytes(password));
+            passwords.put(key, chars2Bytes(password));
         }
         public @Override void delete(String key) {
             passwords.remove(key);
         }
     }
 
+    // XXX copied from org.netbeans.modules.keyring.impl.Utils:
+    private static byte[] chars2Bytes(char[] chars) {
+        byte[] bytes = new byte[chars.length * 2];
+        for (int i = 0; i < chars.length; i++) {
+            bytes[i * 2] = (byte) (chars[i] / 256);
+            bytes[i * 2 + 1] = (byte) (chars[i] % 256);
+        }
+        return bytes;
+    }
+    private static char[] bytes2Chars(byte[] bytes) {
+        char[] result = new char[bytes.length / 2];
+        for (int i = 0; i < result.length; i++) {
+            result[i] = (char) (((int) bytes[i * 2]) * 256 + (int) bytes[i * 2 + 1]);
+        }
+        return result;
+    }
+
 }
diff --git a/keyring/src/org/netbeans/api/keyring/package-info.java b/keyring/src/org/netbeans/api/keyring/package-info.java
index 11d1318..48cae35 100644
--- a/keyring/src/org/netbeans/api/keyring/package-info.java
+++ b/keyring/src/org/netbeans/api/keyring/package-info.java
@@ -47,7 +47,8 @@
  * Base64 encoding or similar, this API permits passwords to be stored securely.</p>
  * <div class="nonnormative">
  * <p>There are several platform-specific implementations of password storage
- * currently available, which offer the best combination of security and convenience:</p>
+ * currently available in a separate module {@code org.netbeans.modules.keyring.impl},
+ * which offer the best combination of security and convenience:</p>
  * <ol>
  * <li>Login-based encryption on Windows. (NetBeans physically stores the encrypted passwords.)</li>
  * <li>Mac OS X Keychain, using the default login keychain.</li>
@@ -67,7 +68,8 @@
  * {@code go-w} on Unix systems, to discourage brute-force cracking attempts on
  * multiuser machines.</p>
  * <p>If even master password encryption is unavailable, due to missing security
- * providers, or a headless AWT which makes dialogs impossible, then a trivial
+ * providers, or a headless AWT which makes dialogs impossible, or simply because
+ * the implementation module is not available, then a trivial
  * implementation is used which just keeps passwords in memory for the duration
  * of the JVM session.</p>
  * </div>
diff --git a/keyring/src/org/netbeans/modules/keyring/Utils.java b/keyring/src/org/netbeans/modules/keyring/Utils.java
deleted file mode 100644
index d894d03..0000000
--- a/keyring/src/org/netbeans/modules/keyring/Utils.java
+++ /dev/null
@@ -1,85 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- * Contributor(s):
- *
- * Portions Copyrighted 2009 Sun Microsystems, Inc.
- */
-
-package org.netbeans.modules.keyring;
-
-import java.io.File;
-import java.util.logging.Level;
-import java.util.logging.Logger;
-import java.util.prefs.Preferences;
-
-public class Utils {
-
-    private Utils() {}
-
-    private static final Logger LOG = Logger.getLogger(Utils.class.getName());
-
-    public static byte[] chars2Bytes(char[] chars) {
-        byte[] bytes = new byte[chars.length * 2];
-        for (int i = 0; i < chars.length; i++) {
-            bytes[i * 2] = (byte) (chars[i] / 256);
-            bytes[i * 2 + 1] = (byte) (chars[i] % 256);
-        }
-        return bytes;
-    }
-
-    public static char[] bytes2Chars(byte[] bytes) {
-        char[] result = new char[bytes.length / 2];
-        for (int i = 0; i < result.length; i++) {
-            result[i] = (char) (((int) bytes[i * 2]) * 256 + (int) bytes[i * 2 + 1]);
-        }
-        return result;
-    }
-
-    /** Tries to set permissions on preferences storage file to -rw------- */
-    public static void goMinusR(Preferences p) {
-        File props = new File(System.getProperty("netbeans.user"), ("config/Preferences" + p.absolutePath()).replace('/', File.separatorChar) + ".properties");
-        if (props.isFile()) {
-            props.setReadable(false, false); // seems to be necessary, not sure why
-            props.setReadable(true, true);
-            LOG.log(Level.FINE, "chmod go-r {0}", props);
-        } else {
-            LOG.log(Level.FINE, "no such file to chmod: {0}", props);
-        }
-    }
-
-}
diff --git a/keyring/src/org/netbeans/modules/keyring/fallback/FallbackProvider.java b/keyring/src/org/netbeans/modules/keyring/fallback/FallbackProvider.java
deleted file mode 100644
index e3376c5..0000000
--- a/keyring/src/org/netbeans/modules/keyring/fallback/FallbackProvider.java
+++ /dev/null
@@ -1,211 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- * Contributor(s):
- *
- * Portions Copyrighted 2009 Sun Microsystems, Inc.
- */
-
-package org.netbeans.modules.keyring.fallback;
-
-import java.util.Arrays;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.UUID;
-import java.util.concurrent.Callable;
-import java.util.logging.Level;
-import java.util.logging.Logger;
-import java.util.prefs.BackingStoreException;
-import java.util.prefs.Preferences;
-import org.netbeans.modules.keyring.Utils;
-import org.netbeans.modules.keyring.spi.EncryptionProvider;
-import org.netbeans.spi.keyring.KeyringProvider;
-import org.openide.DialogDisplayer;
-import org.openide.NotifyDescriptor;
-import org.openide.util.Lookup;
-import org.openide.util.NbBundle;
-import org.openide.util.NbPreferences;
-import org.openide.util.lookup.ServiceProvider;
-
-/**
- * Platform-independent keyring provider using a master password and the user directory.
- */
- at ServiceProvider(service=KeyringProvider.class, position=1000)
-public class FallbackProvider implements KeyringProvider, Callable<Void> {
-
-    private static final Logger LOG = Logger.getLogger(FallbackProvider.class.getName());
-    private static final String DESCRIPTION = ".description";
-    private static final String SAMPLE_KEY = "__sample__";
-
-    private EncryptionProvider encryption;
- 
-    public boolean enabled() {
-        for (EncryptionProvider p : Lookup.getDefault().lookupAll(EncryptionProvider.class)) {
-            if (p.enabled()) {
-                encryption = p;
-                LOG.log(Level.FINE, "Using provider: {0}", p);
-                Preferences prefs = prefs();
-                Utils.goMinusR(prefs);
-                p.encryptionChangingCallback(this);
-                if (!testSampleKey(prefs)) {
-                    continue;
-                }
-                return true;
-            }
-        }
-        LOG.fine("No provider");
-        return false;
-    }
-    
-    private boolean testSampleKey(Preferences prefs) {
-        byte[] ciphertext = prefs.getByteArray(SAMPLE_KEY, null);
-        if (ciphertext == null) {
-            encryption.freshKeyring(true);
-            if (_save(SAMPLE_KEY, (SAMPLE_KEY + UUID.randomUUID()).toCharArray(),
-                    NbBundle.getMessage(FallbackProvider.class, "FallbackProvider.sample_key.description"))) {
-                LOG.fine("saved sample key");
-                return true;
-            } else {
-                LOG.fine("could not save sample key");
-                return promptToDelete(prefs);
-            }
-        } else {
-            encryption.freshKeyring(false);
-            while (true) {
-                try {
-                    if (new String(encryption.decrypt(ciphertext)).startsWith(SAMPLE_KEY)) {
-                        LOG.fine("succeeded in decrypting sample key");
-                        return true;
-                    } else {
-                        LOG.fine("wrong result decrypting sample key");
-                    }
-                } catch (Exception x) {
-                    LOG.log(Level.FINE, "failed to decrypt sample key", x);
-                }
-                if (!encryption.decryptionFailed()) {
-                    LOG.fine("sample key decryption failed");
-                    return promptToDelete(prefs);
-                }
-                LOG.fine("will retry decryption of sample key");
-            }
-        }
-    }
-
-    private boolean promptToDelete(Preferences prefs) {
-        Object result = DialogDisplayer.getDefault().notify(new NotifyDescriptor.Confirmation(
-                NbBundle.getMessage(FallbackProvider.class, "FallbackProvider.msg_clear_keys"),
-                NbBundle.getMessage(FallbackProvider.class, "FallbackProvider.title_clear_keys"),
-                NotifyDescriptor.OK_CANCEL_OPTION));
-        if (result == NotifyDescriptor.OK_OPTION) {
-            try {
-                LOG.log(Level.FINE, "agreed to delete stored passwords: {0}", Arrays.asList(prefs.keys()));
-                prefs.clear();
-                return testSampleKey(prefs);
-            } catch (BackingStoreException x) {
-                LOG.log(Level.INFO, null, x);
-            }
-        } else {
-            LOG.fine("refused to delete stored passwords");
-        }
-        return false;
-    }
-
-    private Preferences prefs() {
-        return NbPreferences.forModule(FallbackProvider.class).node(encryption.id());
-    }
-
-    public char[] read(String key) {
-        byte[] ciphertext = prefs().getByteArray(key, null);
-        if (ciphertext == null) {
-            return null;
-        }
-        try {
-            return encryption.decrypt(ciphertext);
-        } catch (Exception x) {
-            LOG.log(Level.FINE, "failed to decrypt password for " + key, x);
-        }
-        return null;
-    }
-
-    public void save(String key, char[] password, String description) {
-        _save(key, password, description);
-    }
-    private boolean _save(String key, char[] password, String description) {
-        Preferences prefs = prefs();
-        try {
-            prefs.putByteArray(key, encryption.encrypt(password));
-        } catch (Exception x) {
-            LOG.log(Level.FINE, "failed to encrypt password for " + key, x);
-            return false;
-        }
-        if (description != null) {
-            // Preferences interface gives no access to *.properties comments, so:
-            prefs.put(key + DESCRIPTION, description);
-        }
-        return true;
-    }
-
-    public void delete(String key) {
-        Preferences prefs = prefs();
-        prefs.remove(key);
-        prefs.remove(key + DESCRIPTION);
-    }
-
-    public Void call() throws Exception { // encryption changing
-        LOG.fine("encryption changing");
-        Map<String,char[]> saved = new HashMap<String,char[]>();
-        Preferences prefs = prefs();
-        for (String k : prefs.keys()) {
-            if (k.endsWith(DESCRIPTION)) {
-                continue;
-            }
-            byte[] ciphertext = prefs.getByteArray(k, null);
-            if (ciphertext == null) {
-                continue;
-            }
-            saved.put(k, encryption.decrypt(ciphertext));
-        }
-        LOG.log(Level.FINE, "reencrypting keys: {0}", saved.keySet());
-        encryption.encryptionChanged();
-        for (Map.Entry<String,char[]> entry : saved.entrySet()) {
-            prefs.putByteArray(entry.getKey(), encryption.encrypt(entry.getValue()));
-        }
-        LOG.fine("encryption changing finished");
-        return null;
-    }
-
-}
diff --git a/keyring/src/org/netbeans/modules/keyring/fallback/MasterPasswordEncryption.java b/keyring/src/org/netbeans/modules/keyring/fallback/MasterPasswordEncryption.java
deleted file mode 100644
index b99a3aa..0000000
--- a/keyring/src/org/netbeans/modules/keyring/fallback/MasterPasswordEncryption.java
+++ /dev/null
@@ -1,237 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- * Contributor(s):
- *
- * Portions Copyrighted 2009 Sun Microsystems, Inc.
- */
-
-package org.netbeans.modules.keyring.fallback;
-
-import java.awt.GraphicsEnvironment;
-import java.security.Key;
-import java.security.spec.AlgorithmParameterSpec;
-import java.security.spec.KeySpec;
-import java.util.Arrays;
-import java.util.UUID;
-import java.util.concurrent.Callable;
-import java.util.concurrent.atomic.AtomicBoolean;
-import java.util.logging.Level;
-import java.util.logging.Logger;
-import java.util.prefs.Preferences;
-import javax.crypto.Cipher;
-import javax.crypto.SecretKeyFactory;
-import javax.crypto.spec.PBEKeySpec;
-import javax.crypto.spec.PBEParameterSpec;
-import org.netbeans.modules.keyring.Utils;
-import org.netbeans.modules.keyring.spi.EncryptionProvider;
-import org.openide.util.Mutex;
-import org.openide.util.NbPreferences;
-import org.openide.util.lookup.ServiceProvider;
-
-/**
- * Encrypts data using a master password which the user must enter for each NetBeans session.
- */
- at ServiceProvider(service=EncryptionProvider.class, position=1000)
-public class MasterPasswordEncryption implements EncryptionProvider {
-
-    private static final Logger LOG = Logger.getLogger(MasterPasswordEncryption.class.getName());
-    private static final String ENCRYPTION_ALGORITHM = "PBEWithSHA1AndDESede"; // NOI18N
-    private SecretKeyFactory KEY_FACTORY;
-    private AlgorithmParameterSpec PARAM_SPEC;
-
-    private Cipher encrypt, decrypt;
-    private boolean unlocked;
-    private Callable<Void> encryptionChanging;
-    private char[] newMasterPassword;
-    private boolean fresh;
-
-    public @Override boolean enabled() {
-        if (GraphicsEnvironment.isHeadless()) {
-            LOG.fine("disabling master password encryption in headless mode");
-            return false;
-        }
-        try {
-            KEY_FACTORY = SecretKeyFactory.getInstance(ENCRYPTION_ALGORITHM);
-            encrypt = Cipher.getInstance(ENCRYPTION_ALGORITHM);
-            decrypt = Cipher.getInstance(ENCRYPTION_ALGORITHM);
-            Preferences prefs = NbPreferences.forModule(MasterPasswordEncryption.class);
-            Utils.goMinusR(prefs);
-            String saltKey = "salt"; // NOI18N
-            byte[] salt = prefs.getByteArray(saltKey, null);
-            if (salt == null) {
-                salt = UUID.randomUUID().toString().getBytes();
-                prefs.putByteArray(saltKey, salt);
-            }
-            PARAM_SPEC = new PBEParameterSpec(salt, 20);
-            LOG.warning("Falling back to master password encryption; " +
-                    "add -J-Dorg.netbeans.modules.keyring.level=0 to netbeans.conf to see why native keyrings could not be loaded");
-            return true;
-        } catch (Exception x) {
-            LOG.log(Level.INFO, "Cannot initialize security using " + ENCRYPTION_ALGORITHM, x);
-            return false;
-        }
-    }
-
-    public @Override String id() {
-        return "general"; // NOI18N
-    }
-
-    public @Override byte[] encrypt(char[] cleartext) throws Exception {
-        if (!unlockIfNecessary()) {
-            throw new Exception("cannot unlock");
-        }
-        try {
-            return doEncrypt(cleartext);
-        } catch (Exception x) {
-            unlocked = false; // reset
-            throw x;
-        }
-    }
-
-    public @Override char[] decrypt(byte[] ciphertext) throws Exception {
-        AtomicBoolean callEncryptionChanging = new AtomicBoolean();
-        if (!unlockIfNecessary(callEncryptionChanging)) {
-            throw new Exception("cannot unlock");
-        }
-        try {
-            return doDecrypt(ciphertext);
-        } catch (Exception x) {
-            unlocked = false; // reset
-            throw x;
-        } finally {
-            if (callEncryptionChanging.get()) {
-                try {
-                    encryptionChanging.call();
-                } catch (Exception x) {
-                    LOG.log(Level.FINE, "failed to change encryption", x);
-                }
-            }
-        }
-    }
-
-    private boolean unlockIfNecessary() {
-        AtomicBoolean callEncryptionChanging = new AtomicBoolean();
-        boolean result = unlockIfNecessary(callEncryptionChanging);
-        if (callEncryptionChanging.get()) {
-            try {
-                encryptionChanging.call();
-            } catch (Exception x) {
-                LOG.log(Level.FINE, "failed to change encryption", x);
-            }
-        }
-        return result;
-    }
-    private boolean unlockIfNecessary(AtomicBoolean callEncryptionChanging) {
-        if (unlocked) {
-            return true;
-        }
-        char[][] passwords = Mutex.EVENT.readAccess(new Mutex.Action<char[][]>() {
-            public @Override char[][] run() {
-                return new MasterPasswordPanel().display(fresh);
-            }
-        });
-        if (passwords == null) {
-            LOG.fine("cancelled master password dialog");
-            return false;
-        }
-        try {
-            unlock(passwords[0]);
-            Arrays.fill(passwords[0], '\0');
-            if (passwords.length == 2) {
-                newMasterPassword = passwords[1];
-                LOG.fine("will set new master password");
-                callEncryptionChanging.set(true);
-            }
-            return true;
-        } catch (Exception x) {
-            LOG.log(Level.FINE, "failed to initialize ciphers", x);
-            return false;
-        }
-    }
-
-    void unlock(char[] masterPassword) throws Exception {
-        LOG.fine("switching to new master password");
-        KeySpec keySpec = new PBEKeySpec(masterPassword);
-        Key key = KEY_FACTORY.generateSecret(keySpec);
-        encrypt.init(Cipher.ENCRYPT_MODE, key, PARAM_SPEC);
-        decrypt.init(Cipher.DECRYPT_MODE, key, PARAM_SPEC);
-        unlocked = true;
-    }
-
-    byte[] doEncrypt(char[] cleartext) throws Exception {
-        assert unlocked;
-        byte[] cleartextB = Utils.chars2Bytes(cleartext);
-        byte[] result = encrypt.doFinal(cleartextB);
-        Arrays.fill(cleartextB, (byte) 0);
-        return result;
-    }
-
-    char[] doDecrypt(byte[] ciphertext) throws Exception {
-        assert unlocked;
-        byte[] result = decrypt.doFinal(ciphertext);
-        char[] cleartext = Utils.bytes2Chars(result);
-        Arrays.fill(result, (byte) 0);
-        return cleartext;
-    }
-
-    public @Override boolean decryptionFailed() {
-        unlocked = false;
-        return unlockIfNecessary();
-    }
-
-    public @Override void encryptionChangingCallback(Callable<Void> callback) {
-        encryptionChanging = callback;
-    }
-
-    public @Override void encryptionChanged() {
-        assert newMasterPassword != null;
-        LOG.fine("encryption changed");
-        try {
-            unlock(newMasterPassword);
-        } catch (Exception x) {
-            LOG.log(Level.FINE, "failed to initialize ciphers", x);
-        }
-        Arrays.fill(newMasterPassword, '\0');
-        newMasterPassword = null;
-    }
-
-    public @Override void freshKeyring(boolean fresh) {
-        this.fresh = fresh;
-    }
-
-}
diff --git a/keyring/src/org/netbeans/modules/keyring/kde/KWalletProvider.java b/keyring/src/org/netbeans/modules/keyring/kde/KWalletProvider.java
deleted file mode 100644
index 4400e94..0000000
--- a/keyring/src/org/netbeans/modules/keyring/kde/KWalletProvider.java
+++ /dev/null
@@ -1,208 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- * Contributor(s):
- *
- * Portions Copyrighted 2010 Sun Microsystems, Inc.
- */
-
-package org.netbeans.modules.keyring.kde;
-
-import java.io.BufferedReader;
-import java.io.IOException;
-import java.io.InputStreamReader;
-import java.text.MessageFormat;
-import java.util.Arrays;
-import java.util.MissingResourceException;
-import java.util.logging.Level;
-import java.util.logging.Logger;
-import org.netbeans.spi.keyring.KeyringProvider;
-import org.openide.util.NbBundle;
-import org.openide.util.lookup.ServiceProvider;
-
-/**
- *
- * @author psychollek
- */
- at ServiceProvider(service=KeyringProvider.class, position=99)
-public class KWalletProvider implements KeyringProvider{
-
-    private static final Logger logger = Logger.getLogger(KWalletProvider.class.getName());
-    private char[] handler = "0".toCharArray();
-
-    @Override
-    public boolean enabled(){
-        if (Boolean.getBoolean("netbeans.keyring.no.native")) {
-            logger.fine("native keyring integration disabled");
-            return false;
-        }
-        if (new String(runCommand("isEnabled")).equals("true")){
-            return updateHandler();
-        }
-        return false;
-    };
-
-    @Override
-    public char[] read(String key){
-        if (updateHandler()){
-            char[] pwd = runCommand("readPassword", handler, getApplicationName(), key.toCharArray(), getApplicationName(true));
-            return pwd.length > 0 ? pwd : null;
-        }
-        throw new KwalletException("read");
-    };
-
-    @Override
-    public void save(String key, char[] password, String description){
-        //description is forgoten ! kdewallet dosen't have any facility to store
-        //it by default and I don't want to do it by adding new fields to kwallet
-        if (updateHandler()){
-            if (new String(runCommand("writePassword", handler , getApplicationName()
-                    , key.toCharArray(), password , getApplicationName(true))
-                    ).equals("-1")){
-                throw new KwalletException("save");
-            }
-            return;
-        }
-        throw new KwalletException("save");
-    };
-
-    @Override
-    public void delete(String key){
-        if (updateHandler()){
-            if (new String(runCommand("removeEntry" ,handler,
-            getApplicationName() , key.toCharArray() , getApplicationName(true)
-            )).equals("-1")){
-                throw new KwalletException("delete");
-            }
-            return;
-        }
-        throw new KwalletException("delete");
-    };
-
-    private boolean updateHandler(){
-        handler = new String(handler).equals("")? "0".toCharArray() : handler;
-        if(new String(runCommand("isOpen",handler)).equals("true")){
-            return true;
-        }
-        char[] localWallet = runCommand("localWallet");
-        handler = runCommand("open", localWallet , "0".toCharArray() , getApplicationName(true));
-        if(!(new String(handler)).equals("-1")){
-            return true;
-        }
-        return false;
-    }
-
-    private char[] runCommand(String command,char[]... commandArgs){
-        String[] argv = new String[commandArgs.length+4];
-        argv[0] = "qdbus";
-        argv[1] = "org.kde.kwalletd";
-        argv[2] = "/modules/kwalletd";
-        argv[3] = "org.kde.KWallet."+command;
-        for (int i = 0; i < commandArgs.length; i++) {
-            //unfortunatelly I cannot pass char[] to the exec in any way - so this poses a security issue with passwords in String() !
-            //TODO: find a way to avoid changing char[] into String
-            argv[i+4] = new String(commandArgs[i]);
-        }
-
-        Runtime rt = Runtime.getRuntime();
-        String retVal = "";
-        try {
-            if (logger.isLoggable(Level.FINE)) {
-                logger.log(Level.FINE, "executing {0}", Arrays.toString(argv));
-            }
-            Process pr = rt.exec(argv);
-            
-            BufferedReader input = new BufferedReader(new InputStreamReader(pr.getInputStream()));
-
-            String line;
-            while((line = input.readLine()) != null) {
-                if (!retVal.equals("")){
-                    retVal = retVal.concat("\n");
-                }
-                retVal = retVal.concat(line);
-            }
-            input.close();
-            input = new BufferedReader(new InputStreamReader(pr.getErrorStream()));
-
-            while((line = input.readLine()) != null) {
-                if (!retVal.equals("")){
-                    retVal = retVal.concat("\n");
-                }
-                retVal = retVal.concat(line);
-            }
-            input.close();
-
-
-            int exitVal = pr.waitFor();
-            if (logger.isLoggable(Level.FINE)) {
-                logger.log(Level.FINE, "application exit with code {0} for commandString: {1}", new Object[]{exitVal, Arrays.toString(argv)});
-            }
-        } catch (InterruptedException ex) {
-            logger.log(Level.FINE,
-                    "exception thrown while invoking the command \""+Arrays.toString(argv)+"\"",
-                    ex);
-        } catch (IOException ex) {
-            logger.log(Level.FINE,
-                    "exception thrown while invoking the command \""+Arrays.toString(argv)+"\"",
-                    ex);
-        }
-        return retVal.trim().toCharArray();
-    }
-
-    private char[] getApplicationName(){
-        return getApplicationName(false);
-    }
-
-    private char[] getApplicationName(boolean version){
-        String appName;
-        try {
-            appName = MessageFormat.format(NbBundle.getBundle("org.netbeans.core.windows.view.ui.Bundle").getString("CTL_MainWindow_Title_No_Project"),version ? System.getProperty("netbeans.buildnumber"):"");
-        } catch (MissingResourceException x) {
-            appName = "NetBeans"+(version? " "+System.getProperty("netbeans.buildnumber"):"");
-        }
-        return appName.toCharArray();
-    }
-
-    public class KwalletException extends RuntimeException{
-
-        public KwalletException(String desc) {
-            super("error while trying to access KWallet, during "+desc);
-        }
-
-    }
-
-}
diff --git a/keyring/src/org/netbeans/modules/keyring/win32/Win32Protect.java b/keyring/src/org/netbeans/modules/keyring/win32/Win32Protect.java
deleted file mode 100644
index 7435f02..0000000
--- a/keyring/src/org/netbeans/modules/keyring/win32/Win32Protect.java
+++ /dev/null
@@ -1,175 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- * Contributor(s):
- *
- * Portions Copyrighted 2009 Sun Microsystems, Inc.
- */
-
-package org.netbeans.modules.keyring.win32;
-
-import com.sun.jna.Memory;
-import com.sun.jna.Native;
-import com.sun.jna.Pointer;
-import com.sun.jna.Structure;
-import com.sun.jna.WString;
-import com.sun.jna.win32.StdCallLibrary;
-import java.util.Arrays;
-import java.util.concurrent.Callable;
-import java.util.logging.Level;
-import java.util.logging.Logger;
-import org.netbeans.modules.keyring.Utils;
-import org.netbeans.modules.keyring.spi.EncryptionProvider;
-import org.openide.util.Utilities;
-import org.openide.util.lookup.ServiceProvider;
-
-/**
- * Data protection utility for Microsoft Windows.
- * XXX org.tmatesoft.svn.core.internal.util.jna.SVNWinCrypt is a possibly more robust implementation
- * (though it seems to set CRYPTPROTECT_UI_FORBIDDEN which we do not necessarily want).
- */
- at ServiceProvider(service=EncryptionProvider.class, position=100)
-public class Win32Protect implements EncryptionProvider {
-
-    private static final Logger LOG = Logger.getLogger(Win32Protect.class.getName());
-    
-    public @Override boolean enabled() {
-        if (!Utilities.isWindows()) {
-            LOG.fine("not running on Windows");
-            return false;
-        }
-        if (Boolean.getBoolean("netbeans.keyring.no.native")) {
-            LOG.fine("native keyring integration disabled");
-            return false;
-        }
-        try {
-            if (CryptLib.INSTANCE == null) {
-                LOG.fine("loadLibrary -> null");
-                return false;
-            }
-            return true;
-        } catch (Throwable t) {
-            LOG.log(Level.FINE, null, t);
-            return false;
-        }
-    }
-
-    public @Override String id() {
-        return "win32"; // NOI18N
-    }
-
-    public @Override byte[] encrypt(char[] cleartext) throws Exception {
-        byte[] cleartextB = Utils.chars2Bytes(cleartext);
-        CryptIntegerBlob input = new CryptIntegerBlob();
-        input.store(cleartextB);
-        Arrays.fill(cleartextB, (byte) 0);
-        CryptIntegerBlob output = new CryptIntegerBlob();
-        if (!CryptLib.INSTANCE.CryptProtectData(input, null, null, null, null, 0, output)) {
-            throw new Exception("CryptProtectData failed: " + Native.getLastError());
-        }
-        input.zero();
-        return output.load();
-    }
-
-    public @Override char[] decrypt(byte[] ciphertext) throws Exception {
-        CryptIntegerBlob input = new CryptIntegerBlob();
-        input.store(ciphertext);
-        CryptIntegerBlob output = new CryptIntegerBlob();
-        if (!CryptLib.INSTANCE.CryptUnprotectData(input, null, null, null, null, 0, output)) {
-            throw new Exception("CryptUnprotectData failed: " + Native.getLastError());
-        }
-        byte[] result = output.load();
-        // XXX gives CCE because not a Memory: output.zero();
-        char[] cleartext = Utils.bytes2Chars(result);
-        Arrays.fill(result, (byte) 0);
-        return cleartext;
-    }
-
-    public @Override boolean decryptionFailed() {
-        return false; // not much to do about it
-    }
-
-    public @Override void encryptionChangingCallback(Callable<Void> callback) {}
-
-    public @Override void encryptionChanged() {
-        assert false;
-    }
-
-    public @Override void freshKeyring(boolean fresh) {}
-
-    public interface CryptLib extends StdCallLibrary {
-        CryptLib INSTANCE = (CryptLib) Native.loadLibrary("Crypt32", CryptLib.class); // NOI18N
-        /** @see <a href="http://msdn.microsoft.com/en-us/library/aa380261(VS.85,printer).aspx">Reference</a> */
-        boolean CryptProtectData(
-                CryptIntegerBlob pDataIn,
-                WString szDataDescr,
-                CryptIntegerBlob pOptionalEntropy,
-                Pointer pvReserved,
-                Pointer pPromptStruct,
-                int dwFlags,
-                CryptIntegerBlob pDataOut
-        )/* throws LastErrorException*/;
-        /** @see <a href="http://msdn.microsoft.com/en-us/library/aa380882(VS.85,printer).aspx">Reference</a> */
-        boolean CryptUnprotectData(
-                CryptIntegerBlob pDataIn,
-                WString[] ppszDataDescr,
-                CryptIntegerBlob pOptionalEntropy,
-                Pointer pvReserved,
-                Pointer pPromptStruct,
-                int dwFlags,
-                CryptIntegerBlob pDataOut
-        )/* throws LastErrorException*/;
-    }
-    
-    public static class CryptIntegerBlob extends Structure {
-        public int cbData;
-        public /*byte[]*/Pointer pbData;
-        byte[] load() {
-            return pbData.getByteArray(0, cbData);
-            // XXX how to free pbData? [Kernel32]LocalFree?
-        }
-        void store(byte[] data) {
-            cbData = data.length;
-            pbData = new Memory(data.length);
-            pbData.write(0, data, 0, cbData);
-        }
-        void zero() {
-            ((Memory) pbData).clear();
-        }
-    }
-
-}
diff --git a/keyring/src/org/netbeans/spi/keyring/package-info.java b/keyring/src/org/netbeans/spi/keyring/package-info.java
new file mode 100644
index 0000000..302ca59
--- /dev/null
+++ b/keyring/src/org/netbeans/spi/keyring/package-info.java
@@ -0,0 +1,46 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2011 Sun Microsystems, Inc.
+ */
+
+/**
+ * Service provider interface for adding native keyring implementations.
+ */
+package org.netbeans.spi.keyring;
diff --git a/l10n/antsrc/org/netbeans/l10n/Package.java b/l10n/antsrc/org/netbeans/l10n/Package.java
deleted file mode 100644
index 8e10fa1..0000000
--- a/l10n/antsrc/org/netbeans/l10n/Package.java
+++ /dev/null
@@ -1,466 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Sun in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-package org.netbeans.l10n;
-
-import java.io.BufferedOutputStream;
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.io.InputStream;
-import java.io.OutputStream;
-import java.util.HashMap;
-import java.util.Properties;
-import java.util.StringTokenizer;
-import java.util.Vector;
-import java.util.jar.JarFile;
-import java.util.zip.ZipEntry;
-import org.netbeans.nbbuild.XMLUtil;
-import org.netbeans.nbbuild.AutoUpdate;
-import org.apache.tools.ant.BuildException;
-import org.apache.tools.ant.DirectoryScanner;
-import org.apache.tools.ant.Project;
-import org.apache.tools.ant.Task;
-import org.apache.tools.ant.taskdefs.Copy;
-import org.apache.tools.ant.taskdefs.Delete;
-import org.apache.tools.ant.taskdefs.Jar;
-import org.apache.tools.ant.taskdefs.Mkdir;
-import org.apache.tools.ant.taskdefs.SignJar;
-import org.apache.tools.ant.types.Path;
-import org.apache.tools.ant.types.ZipFileSet;
-import org.w3c.dom.Document;
-import org.w3c.dom.Element;
-import org.xml.sax.ErrorHandler;
-import org.xml.sax.InputSource;
-import org.xml.sax.SAXException;
-import org.xml.sax.SAXParseException;
-
-public class Package extends Task {
-
-    private Path classpath;
-    private boolean pError = false;
-    HashMap<String, Vector<String>> nbms = new HashMap<String, Vector<String>>();
-    File srcDir = null;
-    private String jarSignerMaxMemory = "96m";
-
-    /** Set the location of <samp>jhall.jar</samp> or <samp>jsearch.jar</samp> (JavaHelp tools library). */
-    public Path createClasspath() {
-        // JavaHelp release notes say jhtools.jar is enough, but class NoClassDefFoundError
-        // on javax.help.search.IndexBuilder when I tried it...
-        if (classpath == null) {
-            classpath = new Path(getProject());
-        }
-        return classpath.createPath();
-    }
-
-    public void setSrc(File f) {
-        srcDir = f;
-    }
-    File distDir = null;
-
-    public void setDist(File d) {
-        distDir = d;
-    }
-    File nbmsDistDir = null;
-
-    public void setNbmsDist(File d) {
-        nbmsDistDir = d;
-    }
-    String locales;
-
-    /** Set a comma-separated list of locales. */
-    public void setLocales(String l) {
-        locales = l;
-    }
-    File nbmsLocation = null;
-
-    public void setNBMs(File f) {
-        nbmsLocation = f;
-    }
-    public File keystore;
-    public String storepass,  alias;
-
-    /** Path to the keystore (private key). */
-    public void setKeystore(File f) {
-        keystore = f;
-    }
-
-    /** Password for the keystore.
-     * If a question mark (<samp>?</samp>), the NBM will not be signed
-     * and a warning will be printed.
-     */
-    public void setStorepass(String s) {
-        storepass = s;
-    }
-
-    /** Alias for the private key. */
-    public void setAlias(String s) {
-        alias = s;
-    }
-
-    public void execute() throws BuildException {
-
-        // Create all localized jars
-        StringTokenizer tokenizer = new StringTokenizer(locales.trim(), ", ");
-        while (tokenizer.hasMoreTokens()) {
-            String loc = tokenizer.nextToken();
-            processLocale(loc);
-        }
-
-        // Deal with NBMs creation
-        DirectoryScanner ds = new DirectoryScanner();
-        ds.setBasedir(nbmsLocation);
-        ds.setIncludes(new String[]{"**/*.nbm"});
-        ds.scan();
-        Mkdir mkdir = (Mkdir) getProject().createTask("mkdir");
-        Copy copy = (Copy) getProject().createTask("copy");
-        File tmpDir = new File("tmp");
-        tmpDir.mkdir();
-        for (String nbm : ds.getIncludedFiles()) {
-            String nbmName = nbm.substring(nbm.lastIndexOf(File.separator) + 1, nbm.lastIndexOf("."));
-            Vector<String> nbmFiles = nbms.get(nbmName);
-            if (nbmFiles == null) {
-                log("There is no localization content for NBM: " + nbmName);
-                continue;
-            }
-            String cluster = nbm.substring(0, nbm.indexOf(File.separator));
-            File destNbmDir = new File(nbmsDistDir, cluster);
-            File destNbmFile = new File(destNbmDir, nbmName + ".nbm");
-            if (!destNbmDir.isDirectory()) {
-                mkdir.setDir(destNbmDir);
-                mkdir.execute();
-            }
-            copy.setFile(new File(nbmsLocation, nbm));
-            copy.setTodir(destNbmDir);
-            copy.execute();
-
-            Jar jar = (Jar) getProject().createTask("jar");
-            jar.setUpdate(true);
-            jar.setDestFile(destNbmFile);
-            ZipFileSet zfs = new ZipFileSet();
-            zfs.setDir(new File(distDir, cluster));
-            zfs.setPrefix("netbeans");
-            zfs.appendIncludes(nbmFiles.toArray(new String[]{""}));
-            jar.addFileset(zfs);
-
-            //Process InfoXMLs
-            tokenizer = new StringTokenizer(locales.trim(), ", ");
-            while (tokenizer.hasMoreTokens()) {
-                String loc = tokenizer.nextToken();
-                try {
-                    File jarF = new File(distDir, cluster + File.separator + "modules" + File.separator + "locale" + File.separator + nbmName + "_" + loc + ".jar");
-                    if (!jarF.isFile()) {
-                        log("No " + loc + " localization for " + nbmName);
-                        continue;
-                    }
-                    //Find localized bundle
-                    JarFile jarFile = new JarFile(new File(distDir, cluster + File.separator + "modules" + File.separator + "locale" + File.separator + nbmName + "_" + loc + ".jar"));
-                    Properties p = new Properties();
-                    ZipEntry bundleentry = jarFile.getEntry(nbmName.replace('-', '/') + File.separator + "Bundle_" + loc + ".properties");
-                    if (bundleentry == null) {
-                        //Read it from the NBM and module's jar manifest
-                        JarFile nbmFile = new JarFile(destNbmFile);
-                        String jarEntryName = "netbeans/modules/" + nbmName + ".jar";
-                        ZipEntry ze = nbmFile.getEntry(jarEntryName);
-                        InputStream is;
-                        if(ze == null) {
-                            //NBM is packed with pack200
-                            ze = nbmFile.getEntry(jarEntryName + ".pack.gz");
-                            if(ze!=null) {
-                                File packedJar = File.createTempFile(nbmName, ".jar.pack.gz", tmpDir);
-                                File unpackedJar = File.createTempFile(nbmName, ".jar", tmpDir);
-                                unpackedJar.deleteOnExit();
-                                packedJar.deleteOnExit();
-                                InputStream fis = nbmFile.getInputStream(ze);
-                                BufferedOutputStream bof = new BufferedOutputStream(new FileOutputStream(packedJar));
-                                byte [] buffer = new byte [4096];
-                                int read = 0;
-                                while ((read = fis.read(buffer)) != -1) {
-                                    bof.write(buffer, 0, read);
-                                }
-                                bof.close();
-                                fis.close();
-                                AutoUpdate.unpack200(packedJar, unpackedJar);
-                                is = new FileInputStream(unpackedJar);
-                            } else {
-                                throw new BuildException("Cannot find neither " +
-                                        jarEntryName + ".pack.gz nor " +
-                                        jarEntryName + " entry in " + nbmFile.getName());
-                            }
-                        } else {
-                            is = nbmFile.getInputStream(ze);
-                        }
-                        
-                        File tmpJar = File.createTempFile("module", ".jar", tmpDir);
-                        BufferedOutputStream bof = new BufferedOutputStream(new FileOutputStream(tmpJar));
-                        int ch = 0;
-                        while ((ch = is.read()) != -1) {
-                            bof.write(ch);
-                        }
-                        bof.close();
-                        is.close();
-                        JarFile moduleJar = new JarFile(tmpJar);
-                        String bundlename = moduleJar.getManifest().getMainAttributes().getValue("OpenIDE-Module-Localizing-Bundle");
-                        String bfname = bundlename.substring(0, bundlename.lastIndexOf('.'));
-                        String bfext = bundlename.substring(bundlename.lastIndexOf('.'));
-                        bundlename = bfname + "_" + loc + bfext;
-                        bundleentry = jarFile.getEntry(bundlename);
-                        moduleJar.close();
-                        tmpJar.delete();
-                    }
-                    if (bundleentry != null) {
-                        InputStream is = jarFile.getInputStream(bundleentry);
-                        try {
-                            p.load(is);
-                        } finally {
-                            is.close();
-                        }
-                        // Open the original info XML
-                        JarFile nbmFile = new JarFile(destNbmFile);
-                        Document doc = XMLUtil.parse(new InputSource(nbmFile.getInputStream(nbmFile.getEntry("Info/info.xml"))), false, false, new ErrorCatcher(), null);
-                        Element manifest = (Element) doc.getElementsByTagName("manifest").item(0);
-
-                        // Now pick up attributes from the bundle and put them to the info.xml
-                        for (String attr : new String[]{"OpenIDE-Module-Name", "OpenIDE-Module-Display-Category", "OpenIDE-Module-Short-Description", "OpenIDE-Module-Long-Description"}) {
-                            String value = p.getProperty(attr);
-                            if (value != null) {
-                                manifest.setAttribute(attr, value);
-                            }
-                        }
-                        File infofile = new File(tmpDir, "info_" + loc + ".xml");
-                        OutputStream infoStream = new FileOutputStream(infofile);
-                        XMLUtil.write(doc, infoStream);
-                        infoStream.close();
-                        zfs = new ZipFileSet();
-                        zfs.setDir(tmpDir);
-                        zfs.setPrefix("Info/locale");
-                        zfs.appendIncludes(new String[]{"info_" + loc + ".xml"});
-                        jar.addFileset(zfs);
-                    } else {
-                        log("Can't find localizing bundle for " + nbmName);
-                    }
-                } catch (IOException ex) {
-                    log("Problems with reading localization bundles for " + loc + ", NBM: " + nbmName, ex, Project.MSG_WARN);
-
-                } catch (SAXException saxe) {
-                    log("Problem with creating localized info.xml for " + loc + ", NBM: " + nbmName, saxe, Project.MSG_WARN);
-                }
-
-            }
-            jar.execute();
-
-            if (keystore != null && storepass != null && alias != null) {
-                if (!keystore.isFile()) {
-                    continue;
-                }
-                SignJar signjar = (SignJar) getProject().createTask("signjar");
-                try { // Signatures changed in various Ant versions.
-
-                    try {
-                        SignJar.class.getMethod("setKeystore", File.class).invoke(signjar, keystore);
-                    } catch (NoSuchMethodException x) {
-                        SignJar.class.getMethod("setKeystore", String.class).invoke(signjar, keystore.getAbsolutePath());
-                    }
-                    try {
-                        SignJar.class.getMethod("setJar", File.class).invoke(signjar, destNbmFile);
-                    } catch (NoSuchMethodException x) {
-                        SignJar.class.getMethod("setJar", String.class).invoke(signjar, destNbmFile.getAbsolutePath());
-                    }
-                } catch (BuildException x) {
-                    throw x;
-                } catch (Exception x) {
-                    throw new BuildException(x);
-                }
-                signjar.setStorepass(storepass);
-                signjar.setAlias(alias);
-                signjar.setLocation(getLocation());
-                signjar.setMaxmemory(this.jarSignerMaxMemory);
-                signjar.init();
-                signjar.execute();
-            }
-        }
-        Delete delete = (Delete) getProject().createTask("delete");
-        delete.setDir(tmpDir);
-        delete.execute();
-    }
-
-    void processLocale(String locale) throws BuildException {
-        DirectoryScanner ds = new DirectoryScanner();
-        File baseSrcDir = new File(srcDir, locale);
-        if (!baseSrcDir.exists()) {
-            log("No files for locale: " + locale);
-            return;
-        }
-        ds.setBasedir(baseSrcDir);
-        String[] includes = new String[]{"*/*/*", "*/*/ext/*", "*/*/ext/locale/*", "*/*/netbeans/*/*", "*/*/netbeans/*/locale/*", "*/*/netbeans/*/nblib/*", "*/*/netbeans/*/extra/*", "*/*/docs/*", "*/*/locale/*", "*/*/netbeans/config/*/*"};
-        String[] excludes = new String[]{"other/**", "*/*/netbeans", "*/*/netbeans/*", "*/*/netbeans/*/locale", "*/*/netbeans/*/nblib", "*/*/netbeans/*/extra", "*/*/docs", "*/*/ext", "*/*/ext/locale", "*/*/locale", "*/*/netbeans/config/*"};
-        ds.setIncludes(includes);
-        ds.setExcludes(excludes);
-        ds.scan();
-        Jar jar = (Jar) getProject().createTask("jar");
-        Mkdir mkdir = (Mkdir) getProject().createTask("mkdir");
-        Task locJH = getProject().createTask("locjhindexer");
-        for (String dir : ds.getIncludedDirectories()) {
-            String name = dir.substring(dir.lastIndexOf(File.separator) + 1);
-            name = name.replaceAll("^vw-rh", "visualweb-ravehelp-rave_nbpack");
-            name = name.replaceAll("^vw-", "visualweb-");
-            String nbm = dir.substring(dir.indexOf(File.separator) + 1);
-            nbm = nbm.substring(0, nbm.indexOf(File.separator));
-            String cluster = dir.substring(0, dir.indexOf(File.separator));
-            String subPath = dir.substring((cluster + File.separator + nbm + File.separator).length() - 1, dir.lastIndexOf(File.separator));
-            if (!subPath.startsWith(File.separator + "netbeans")) {
-                subPath = File.separator + "modules" + subPath;
-                if (!name.startsWith("org-") && !(subPath.endsWith(File.separator + "ext") || subPath.endsWith(File.separator + "ext" + File.separator + "locale"))) {
-                    name = "org-netbeans-modules-" + name;
-                } else {
-                    // Handle exception from ext/
-                    if (name.startsWith("web-httpmonitor") || name.startsWith("deployment-deviceanywhere")) {
-                        name = "org-netbeans-modules-" + name;
-                    }
-                }
-            } else {
-                subPath = subPath.substring((File.separator + "netbeans").length());
-                //Handle exceptions form nblib
-                if (name.startsWith("j2ee-ant") || name.startsWith("deployment-deviceanywhere") || name.startsWith("mobility-project") || name.startsWith("java-j2seproject-copylibstask")) {
-                    name = "org-netbeans-modules-" + name;
-                }
-            }
-            nbm = nbm.replaceAll("^vw-rh", "visualweb-ravehelp-rave_nbpack");
-            nbm = nbm.replaceAll("^vw-", "visualweb-");
-            if (!nbm.startsWith("org-") && !nbm.startsWith("com-")) {
-                nbm = "org-netbeans-modules-" + nbm;
-            }
-            cluster = cluster.replaceAll("^vw", "visualweb");
-            if (subPath.matches(".*/docs$")) {
-                ds.setBasedir(new File(baseSrcDir, dir));
-                ds.setIncludes(new String[]{"**/*.hs"});
-                ds.setExcludes(new String[]{""});
-                ds.scan();
-                if (ds.getIncludedFilesCount() != 1) {
-                    throw new BuildException("Can't find .hs file for " + name + " module.");
-                }
-                File hsFile = new File(new File(baseSrcDir, dir), ds.getIncludedFiles()[0]);
-                File baseJHDir = hsFile.getParentFile();
-
-                try {
-                    System.out.println("Basedir: " + baseJHDir.getAbsolutePath());
-                    locJH.getClass().getMethod("setBasedir", File.class).invoke(locJH, baseJHDir);
-                    locJH.getClass().getMethod("setLocales", String.class).invoke(locJH, locale);
-                    locJH.getClass().getMethod("setDbdir", String.class).invoke(locJH, "JavaHelpSearch");
-                    ((Path)locJH.getClass().getMethod("createClasspath").invoke(locJH)).add(classpath);
-
-                } catch (Exception ex) {
-                    throw new BuildException("Can't run locJHInxeder", ex);
-                }
-                locJH.execute();
-            }
-            if (!subPath.endsWith("locale")) {
-                subPath += File.separator + "locale";
-            }
-            String jarFileName = name + "_" + locale + ".jar";
-            File distJarDir = new File(distDir.getAbsolutePath(), cluster + subPath);
-            mkdir.setDir(distJarDir);
-            mkdir.execute();
-            jar.setBasedir(new File(baseSrcDir, dir));
-            jar.setDestFile(new File(distJarDir, jarFileName));
-            jar.execute();
-            Vector<String> nbmFiles = nbms.get(nbm);
-            if (nbmFiles == null) {
-                nbmFiles = new Vector<String>();
-                nbms.put(nbm, nbmFiles);
-            }
-            nbmFiles.add(subPath.substring(1) + File.separator + jarFileName);
-        }
-        ds.setBasedir(baseSrcDir);
-        ds.setIncludes(includes);
-        ds.setExcludes(excludes);
-        ds.scan();
-        Copy copy = (Copy) getProject().createTask("copy");
-        for (String file : ds.getIncludedFiles()) {
-            String name = file.substring(file.lastIndexOf(File.separator) + 1);
-            name = name.replaceAll("^vw-rh", "visualweb-ravehelp-rave_nbpack");
-            name = name.replaceAll("^vw-", "visualweb-");
-            String nbm = file.substring(file.indexOf(File.separator) + 1);
-            nbm = nbm.substring(0, nbm.indexOf(File.separator));
-            String cluster = file.substring(0, file.indexOf(File.separator));
-            String subPath = file.substring((cluster + File.separator + nbm + File.separator).length() - 1, file.lastIndexOf(File.separator));
-            if (!subPath.startsWith(File.separator + "netbeans")) {
-                subPath = File.separator + "modules" + subPath;
-            } else {
-                subPath = subPath.substring((File.separator + "netbeans").length());
-            }
-            nbm = nbm.replaceAll("^vw-rh", "visualweb-ravehelp-rave_nbpack");
-            nbm = nbm.replaceAll("^vw-", "visualweb-");
-            if (!nbm.startsWith("org") || !nbm.startsWith("com")) {
-                nbm = "org-netbeans-modules-" + nbm;
-            }
-            cluster = cluster.replaceAll("^vw", "visualweb");
-            File distFileDir = new File(distDir.getAbsolutePath(), cluster + subPath);
-            mkdir.setDir(distFileDir);
-            mkdir.execute();
-            copy.setFile(new File(baseSrcDir, file));
-            copy.setTodir(distFileDir);
-            copy.execute();
-            Vector<String> nbmFiles = nbms.get(nbm);
-            if (nbmFiles == null) {
-                nbmFiles = new Vector<String>();
-                nbms.put(nbm, nbmFiles);
-            }
-            nbmFiles.add(subPath.substring(1) + File.separator + file);
-        }
-    }
-
-    class ErrorCatcher implements ErrorHandler {
-
-        public void error(SAXParseException e) {
-            // normally a validity error
-            pError = true;
-        }
-
-        public void warning(SAXParseException e) {
-            //parseFailed = true;
-        }
-
-        public void fatalError(SAXParseException e) {
-            pError = true;
-        }
-    }
-}
diff --git a/l10n/build.xml b/l10n/build.xml
deleted file mode 100644
index 81ef0e3..0000000
--- a/l10n/build.xml
+++ /dev/null
@@ -1,510 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE someant  [
-  <!ENTITY links SYSTEM "javadoctools/links.xml">
-  <!ENTITY properties SYSTEM "javadoctools/properties.xml">
-  <!ENTITY replaces SYSTEM "javadoctools/replaces.xml">
-  <!ENTITY disallowed-links SYSTEM "javadoctools/disallowed-links.xml">
-]>
-
-<project name="ml-build" default="build" basedir=".">
-  <import file="../nbbuild/default.xml"/>
-
-  <target name="assure-ant">
-      <fail message="You need Ant version 1.7.0 or later to build NetBeans.">
-          <condition>
-              <not>
-                  <antversion atleast="1.7.0"/>
-              </not>
-          </condition>
-      </fail>
-  </target>
-
-  <!-- Fallback for ant.core.lib - it is not set in some cases - 124554 -->
-  <available property="ant.core.lib" value="${ant.home}/lib/ant.jar" file="${ant.home}/lib/ant.jar"/>
-  <!-- if the previous location is not correct than find the ant.jar from the java.class.path value -->
-  <pathconvert property="ant.core.lib">
-    <mapper type="regexp" from="${path.separator}([^${path.separator}]*ant.jar)${path.separator}" to="\1"/>
-    <path location="${path.separator}${java.class.path}${path.separator}"/>
-  </pathconvert>
-
-  <target name="bootstrap"
-          description="Bootstrap NetBeans-specific Ant extensions."
-          depends="assure-ant">
-    <property file="build.properties"/>
-    <property name="main.dir" location=".."/>
-    <property name="jh.jar" value="apisupport.harness/external/jsearch*.jar"/>
-    <property name="jsearch.jar" value="javahelp/external/jh*.jar"/>
-
-    <mkdir dir="build/antclasses"/>
-    <echo message="Bootstrapping NetBeans-specific Ant extensions..."/>
-    <path id="bootstrap-cp">
-     <pathelement location="${ant.core.lib}"/>
-     <fileset dir="${main.dir}">
-        <!-- For JavaHelp indexing: -->
-        <include name="${jh.jar}"/>
-        <!-- For JavaHelp link checking: -->
-        <include name="${jsearch.jar}"/>
-        <include name="nbbuild/nbantext.jar"/>
-      </fileset>
-    </path>
-    <!-- Sanity check: -->
-    <pathconvert pathsep=":" property="class.files.in.antsrc">
-        <path>
-            <fileset dir="antsrc">
-                <include name="**/*.class"/>
-            </fileset>
-        </path>
-    </pathconvert>
-    <fail>
-        <condition>
-            <not>
-                <equals arg1="${class.files.in.antsrc}" arg2=""/>
-            </not>
-        </condition>
-        You have stray *.class files in ${basedir}/antsrc which you must remove.
-        Probably you failed to clean your sources before updating. Try: ant hg-clean
-    </fail>
-    <!-- OK, continue: -->
-    <javac srcdir="antsrc" destdir="build/antclasses" deprecation="true" debug="true" source="1.5" target="1.5">
-      <classpath refid="bootstrap-cp"/>
-      <compilerarg line="-Xlint -Xlint:-serial"/>
-    </javac>
-    <jar jarfile="l10nantext.jar">
-      <fileset dir="build/antclasses"/>
-      <fileset dir="antsrc">
-        <exclude name="**/*.java"/>
-        <exclude name="**/package.html"/>
-        <exclude name="package-list"/>
-      </fileset>
-    </jar>
-  </target>
-
-  <target name="-hg-check-can-clean">
-    <available property="can.hg.clean" type="dir" file="../.hg"/>
-  </target>
-  <target name="-hg-clean-alternative" depends="-hg-check-can-clean" unless="can.hg.clean">
-    <antcall target="-real-clean"/>
-  </target>
-  <target name="hg-clean" depends="-hg-clean-alternative" if="can.hg.clean"
-          description="Clean everything possible.">
-    <antcall target="-do-hg-clean">
-      <!-- <include name="."/> does not seem to work in a dirset -->
-      <param name="basedir" location="."/>
-    </antcall>
-  </target>
-  <target name="-do-hg-clean">
-    <echo>Cleaning untracked files in ${basedir}...</echo>
-    <exec executable="hg" failonerror="yes" outputproperty="hg.unknown.files">
-      <arg value="--cwd"/>
-      <arg file="."/>
-      <arg value="status"/>
-      <arg value="--unknown"/>
-      <arg value="--no-status"/>
-    </exec>
-    <fail message="Will not run clean; checkout contains unknown and not ignored files (did you forget to hg add?):
${hg.unknown.files}">
-        <condition>
-            <not>
-                <equals arg1="${hg.unknown.files}" arg2=""/>
-            </not>
-        </condition>
-    </fail>
-    <exec executable="hg" failonerror="yes">
-      <arg value="--cwd"/>
-      <arg file="."/>
-      <arg value="--config"/>
-      <arg value="extensions.purge="/>
-      <arg value="--verbose"/>
-      <arg value="clean"/>
-      <arg value="--all"/>
-      <arg value="--exclude"/>
-      <!-- Do not use **/nbproject/private/ as this will match some test/{results,work} dirs: -->
-      <arg value="glob:{*/nbproject/private/**,*/*/nbproject/private/**,**/user.build.properties,nbbuild/misc/build-site-local.sh}"/>
-    </exec>
-  </target>
-
- <target name="build" depends="bootstrap">
-    <taskdef name="jhindexer"
-         classname="org.netbeans.nbbuild.JHIndexer"
-         classpath="${main.dir}/nbbuild/nbantext.jar"/>
-    <taskdef name="locjhindexer"
-         classname="org.netbeans.nbbuild.LocJHIndexer"
-         classpath="${main.dir}/nbbuild/nbantext.jar"/>
-    <taskdef name="repeat"
-         classname="org.netbeans.nbbuild.Repeat"
-         classpath="${main.dir}/nbbuild/nbantext.jar"/> 
-
-     <property name="locjhindexer.jhall" value="${main.dir}/${jh.jar}"/>
-     <property name="locales" value="ja,zh_CN,pt_BR"/>
-     <property name="dist.dir" location="dist"/>
-     <property name="nbms.dist.dir" location="nbms"/>
-     <property name="nbms.dir" location="../nbbuild/nbms"/>
-     <property name="keystore" location=""/>
-     <property name="storepass" value=""/>
-     <property name="nbm_alias" value="nb_ide"/>
-     
-     <taskdef name="package-build" classname="org.netbeans.l10n.Package">
-        <classpath>
-            <pathelement path="l10nantext.jar"/>
-            <pathelement path="${main.dir}/nbbuild/nbantext.jar"/>
-        </classpath>
-     </taskdef>
-     <package-build src="src" locales="${locales}" dist="${dist.dir}" nbms="${nbms.dir}" nbmsDist="${nbms.dist.dir}" 
-                    keystore="${keystore}" storepass="${storepass}" alias="${nbm_alias}">
-            <classpath>
-                <pathelement location="${main.dir}/nbbuild/nbantext.jar"/>
-                <fileset dir="${main.dir}">
-                    <include name="apisupport.harness/external/jsearch*.jar"/>
-                </fileset>
-                <fileset dir="${netbeans.dest.dir}">
-                    <include name="harness/jsearch*.jar"/>
-                </fileset>
-            </classpath>
-     </package-build>
-     <repeat target="copy-docs-for-locale" name="one.locale" values="${locales}"/>
- </target>
-
- <target name="copy-docs-for-locale" if="one.locale"> 
-     <copy todir="${dist.dir}" flatten="true">
-         <fileset dir="src">
-            <include name="*/other/ide.branding/release-toplevel/*_${one.locale}.html"/>
-         </fileset>
-     </copy>
-     <copy todir="${dist.dir}/nb" flatten="true">
-         <fileset dir="src">
-            <include name="*/other/ide.branding/release/*_${one.locale}.pdf"/>
-         </fileset>
-     </copy>
- </target>
-
- <target name="build-community-nbms" depends="bootstrap,init-tasks">
-      <taskdef name="repeat" classname="org.netbeans.nbbuild.Repeat"
-               classpath="${main.dir}/nbbuild/nbantext.jar"/>
-
-      <pathconvert property="dlocales" setonempty="false">
-          <path path="${locales}"/>
-          <chainedmapper>
-          <filtermapper>
-              <replacestring from="," to="_"/>
-              <replacestring from="-" to="_"/>
-          </filtermapper>
-          <flattenmapper/>
-          </chainedmapper>
-      </pathconvert>
-
-      <property name="netbeans.dest.dir.ml" location="nbms/community/${dlocales}"/>
-      <mkdir dir="${netbeans.dest.dir.ml}"/>
-
-      <property name="netbeans.build.dir.ml" location="build/community"/>
-      <delete dir="${netbeans.build.dir.ml}"/>
-      <mkdir dir="${netbeans.build.dir.ml}"/>
-
-      <tstamp>
-          <format property="spec.version" pattern="yyyy.M.d.kmm" locale="en" />
-      </tstamp>
-      <delete file="build/ml/cluster-nbms-ml.properties"/>
-
-      <pathconvert property="base.dir" pathsep=",">
-          <path>
-              <pathelement location="dist"/>
-          </path>
-      </pathconvert>
-
-      <echo>Base dir: ${base.dir}</echo>
-
-      <pathconvert property="comm.clusters.list" pathsep=",">
-          <path>
-              <dirset dir="dist" id="cluster.dirs">
-                  <include name="*"/>
-                  <exclude name="nb*.*"/>
-              </dirset>
-          </path>
-          <map from="${base.dir}/" to=""/>
-      </pathconvert>
-
-      <echo>Cluster dirs: ${comm.clusters.list}</echo>
-      <condition property="is.localized" value="true">
-          <not>
-             <equals arg1="${comm.clusters.list}" arg2="" trim="true"/>
-          </not>
-      </condition>
-      <echo>IS localized: ${is.localized}</echo>
-
-      <antcall target="build-all-nbm-ml"/>
-  </target>
-
-  <target name="build-all-nbm-ml" if="is.localized">
-      <repeat target="build-one-nbm-ml" name="one.cluster.dir.ml" values="${comm.clusters.list}"/>
-      <antcall target="build-one-nbm-ml" inheritall="false">
-          <param name="is.kit" value="true"/>
-          <param name="locales" value="${locales}"/>
-          <param name="dlocales" value="${dlocales}"/>
-          <param name="one.cluster.dir.ml" value="nb6.7"/>
-          <param name="nb.cluster.nb" value="${nb.cluster.nb}"/>
-          <param name="comm.clusters.list" value="${comm.clusters.list}"/>
-          <param name="spec.version" value="${spec.version}"/>
-          <param name="netbeans.dest.dir.ml" value="${netbeans.dest.dir.ml}"/>
-          <param name="netbeans.build.dir.ml" value="${netbeans.build.dir.ml}"/>
-          <param name="buildnumber" value="${buildnumber}"/>
-      </antcall>
-  </target>
-
-
-  <target name="-create-cluster-ml-nbm-metadata" unless="is.kit">
-      <echo file="build/ml/nbms/tmp/manifest.mf">OpenIDE-Module: ${code.name}
-OpenIDE-Module-Localizing-Bundle: ${code.name.base.slashes}/Bundle.properties
-OpenIDE-Module-Specification-Version: ${spec.version}
-</echo>
-      <echo file="build/ml/nbms/classes/${code.name.base.slashes}/Bundle.properties">
-OpenIDE-Module-Name=NetBeans 6.7 ${one.cluster.dir.ml} cluster localization (${locales})
-OpenIDE-Module-Display-Category=Localization
-OpenIDE-Module-Short-Description=NetBeans 6.7 ${one.cluster.dir.ml} cluster localization (${locales})
-OpenIDE-Module-Long-Description=Delivers ${locales} localization for all modules in ${one.cluster.dir.ml} cluster of NetBeans 6.7
-</echo>
-  </target>
- 
-    <target name="-prepare-localizing-bundles" if="one.kit.locale">
-       <echo file="build/ml/nbms/classes/${code.name.base.slashes}/Bundle_${one.kit.locale}.properties">
-OpenIDE-Module-Name=NetBeans 6.7 ${one.kit.locale} localization plugin
-OpenIDE-Module-Display-Category=Localization
-OpenIDE-Module-Short-Description=NetBeans 6.7 ${one.kit.locale} localization plugin
-OpenIDE-Module-Long-Description=Delivers ${one.kit.locale} localization of whole NetBeans 6.7
-</echo>
-       <!-- try to look for Bundle properties file provided by translation team -->
-       <copy file="l10n_uc_kits/${code.name.base.slashes}/../${one.kit.locale}/Bundle.properties"
-             tofile="build/ml/nbms/classes/${code.name.base.slashes}/Bundle_${one.kit.locale}.properties"
-             overwrite="true"
-             failonerror="false"/>
-       <!-- enforce display category to be "Localization", the same for all umbrella kit NBMs -->
-       <propertyfile file="build/ml/nbms/classes/${code.name.base.slashes}/Bundle_${one.kit.locale}.properties">
-         <entry key="OpenIDE-Module-Display-Category" value="Localization"/>
-       </propertyfile>
-    </target>
-
-    <target name="-create-kit-ml-nbm-metadata" if="is.kit">
-      <echo file="build/ml/nbms/tmp/manifest.mf">OpenIDE-Module: ${code.name}
-OpenIDE-Module-Localizing-Bundle: ${code.name.base.slashes}/Bundle.properties
-OpenIDE-Module-Specification-Version: ${spec.version}
-OpenIDE-Module-Module-Dependencies: ${kit.deps}
-</echo>
-       <!-- prepare localization jarfiles - it's just for localized info.xml files inf NBMs -->
-<!--
-       <repeat target="-prepare-localizing-bundles" name="one.kit.locale" values="${locales}"/>
-       <property name="locjar.locales" value="${locales}"/>
-       <locjar jarfile="${cluster}/${module.jar}"
-               basedir="build/ml/nbms/classes"
-               compress="false"/>
-       <delete>
-           <fileset dir="build/ml/nbms/classes/${code.name.base.slashes}" includes="Bundle_*.properties"/>
-       </delete>
--->
-
-       <!-- create default Bundle properties -->
-       <echo file="build/ml/nbms/classes/${code.name.base.slashes}/Bundle.properties">
-OpenIDE-Module-Name=NetBeans 6.7 ${locales} localization kit
-OpenIDE-Module-Display-Category=Localization
-OpenIDE-Module-Short-Description=NetBeans 6.7 ${locales} localization kit
-OpenIDE-Module-Long-Description=Delivers ${locales} localization of whole NetBeans 6.7
-</echo>
-       <!-- try to look for Bundle properties file provided by translation team -->
-       <copy file="../translatedfiles/src/nbbuild/${code.name.base.slashes}/Bundle.properties"
-             tofile="build/ml/nbms/classes/${code.name.base.slashes}/Bundle.properties"
-             overwrite="true"
-             failonerror="false"/>
-       <!-- enforce display category to be "Localization", the same for all umbrella kit NBMs -->
-       <propertyfile file="build/ml/nbms/classes/${code.name.base.slashes}/Bundle.properties">
-         <entry key="OpenIDE-Module-Display-Category" value="Localization"/>
-       </propertyfile>
-  </target>
-
-  <target name="-check-ml-nbm-props">
-      <condition property="run.ml.nbm.build" value="true">
-          <and>
-              <isset property="locales"/>
-              <isset property="dlocales"/>
-              <isset property="one.cluster.dir.ml"/>
-              <isset property="comm.clusters.list"/>
-              <isset property="spec.version"/>
-              <isset property="netbeans.dest.dir.ml"/>
-              <isset property="netbeans.build.dir.ml"/>
-          </and>
-      </condition>
-  </target>
-
-  <target name="build-one-nbm-ml" depends="init-tasks,-check-ml-nbm-props" if="run.ml.nbm.build">
-      <property file="build/ml/cluster-nbms-ml.properties"/>
-
-      <echo>Cluster dir: ${one.cluster.dir.ml}</echo>
-
-      <pathconvert property="cluster.package.dir" setonempty="false">
-          <path path="${one.cluster.dir.ml}"/>
-          <chainedmapper>
-          <filtermapper>
-              <replacestring from="," to="_"/>
-              <replacestring from="-" to="_"/>
-              <replacestring from="." to="_"/>
-          </filtermapper>
-          <flattenmapper/>
-          </chainedmapper>
-      </pathconvert>
-      <property name="cluster" location="${netbeans.build.dir.ml}/${one.cluster.dir.ml}"/>
-
-      <delete dir="build/ml/nbms"/>
-      <delete dir="${netbeans.build.dir.ml}"/>
-      <mkdir dir="${netbeans.build.dir.ml}/${one.cluster.dir.ml}"/>
-      <copy todir="${netbeans.build.dir.ml}/${one.cluster.dir.ml}">
-          <fileset dir="dist/${one.cluster.dir.ml}"/>
-      </copy>
-
-      <condition property="code.name.base" value="org.netbeans.localization.${cluster.package.dir}.${dlocales}">
-          <not>
-              <isset property="is.kit"/>
-          </not>
-      </condition>
-      <condition property="code.name.base" value="org.netbeans.localization.kit.${cluster.package.dir}.${dlocales}">
-          <isset property="is.kit"/>
-      </condition>
-
-      <pathconvert property="code.name.base.slashes" setonempty="false">
-          <path path="${code.name.base}"/>
-          <chainedmapper>
-              <flattenmapper/>
-              <filtermapper>
-                  <replacestring from="." to="/"/>
-              </filtermapper>
-          </chainedmapper>
-      </pathconvert>
-      <pathconvert property="code.name.base.dashes" setonempty="false">
-          <path path="${code.name.base}"/>
-          <chainedmapper>
-              <flattenmapper/>
-              <filtermapper>
-                  <replacestring from="." to="-"/>
-              </filtermapper>
-          </chainedmapper>
-      </pathconvert>
-      <property name="public.packages" value="${code.name.base}.*"/>
-      <property name="code.name" value="${code.name.base}/1"/>
-      <mkdir dir="build/ml/nbms/classes/${code.name.base.slashes}"/>
-      <mkdir dir="build/ml/nbms/tmp"/>
-      <antcall target="-create-cluster-ml-nbm-metadata"/>
-      <antcall target="-create-kit-ml-nbm-metadata"/>
-      <property name="is.autoload" value="false"/>
-      <property name="is.eager" value="false"/>
-      <condition property="module.jar.dir" value="modules">
-          <!-- set module.jar.dir property only when building kit NBM - leads to               AutoUpdate-Show-In-Client manifest attribute is set to true -->
-          <isset property="is.kit"/>
-      </condition>
-      <property name="module.jar" value="modules/${code.name.base.dashes}.jar"/>      <mkdir dir="${cluster}/modules"/>
-      <jarwithmoduleattributes jarfile="${cluster}/${module.jar}"
-          compress="${build.package.compress}"
-          index="${build.package.index}"
-          manifest="build/ml/nbms/tmp/manifest.mf">
-          <fileset dir="build/ml/nbms/classes"/>
-      </jarwithmoduleattributes>
-      <createmodulexml xmldir="${cluster}/config/Modules">
-          <enabled dir="${cluster}">
-              <include name="${module.jar}"/>
-          </enabled>
-      </createmodulexml>
-      <patternset id="module.files">
-          <!-- include name="${module.jar}"/ -->
-          <include name="**/*.jar"/>
-          <include name="config/Modules/${code.name.base.dashes}.xml"/>
-      </patternset>
-      <property name="module.files.toString" refid="module.files"/>
-      <echo level="verbose">Basic matching module files (${code.name.base.dashes}): ${module.files.toString}</echo>
-      <genlist outputfiledir="${cluster}" module="${module.jar}">
-          <fileset dir="${cluster}">
-              <patternset refid="module.files"/>
-          </fileset>
-      </genlist>
-      <property name="license.file.override" location="build/ml/nbms/license"/>
-      <property name="extra.license.files" value=""/>
-      <taskdef name="releasefileslicense" classname="org.netbeans.nbbuild.extlibs.ReleaseFilesLicense" classpath="${nb_all}/nbbuild/nbantext.jar"/>
-      <releasefileslicense license="${license.file.override}" standardlicense="${nb_all}/nbbuild/standard-nbm-license.txt" extralicensefiles="${extra.license.files}"/>
-      <taskdef name="makenbm" classname="org.netbeans.nbbuild.MakeNBM" classpath="${nb_all}/nbbuild/nbantext.jar"/>
-      <property name="nbm_alias" value="nb_ide"/>
-      <makenbm file="build/ml/${code.name.base.dashes}.nbm"
-               productdir="${cluster}"
-               module="${module.jar}"
-               homepage="http://translatedfiles.netbeans.org/"
-               distribution="http://translatedfiles.netbeans.org/"
-               needsrestart="true"
-               global="true"
-               targetcluster="${one.cluster.dir.ml}"
-               releasedate=""
-               moduleauthor="">
-          <license file="${license.file.override}"/>
-          <signature keystore="${keystore}" storepass="${storepass}" alias="${nbm_alias}"/>
-      </makenbm>
-      <move todir="${netbeans.dest.dir.ml}" file="build/ml/${code.name.base.dashes}.nbm"/>
-      <property file="build/ml/cluster-nbms-ml.properties"/>
-      <condition property="new.kit.deps" value="${code.name} > ${spec.version}">
-          <and>
-              <not>
-                  <isset property="kit.deps"/>
-              </not>
-              <not>
-                  <isset property="is.kit"/>
-              </not>
-          </and>
-      </condition>
-      <condition property="new.kit.deps" value="${kit.deps},${code.name} > ${spec.version}">
-          <and>
-              <isset property="kit.deps"/>
-              <not>
-                  <isset property="is.kit"/>
-              </not>
-          </and>
-      </condition>
-      <condition property="new.kit.deps" value="${kit.deps}">
-          <isset property="is.kit"/>
-      </condition>
-      <propertyfile file="build/ml/cluster-nbms-ml.properties">
-          <entry key="kit.deps" value="${new.kit.deps}"/>
-      </propertyfile>
-
- </target>
-
-</project>
diff --git a/l10n/l10n_uc_kits/de/Bundle.properties b/l10n/l10n_uc_kits/de/Bundle.properties
deleted file mode 100644
index 3ec1a6e..0000000
--- a/l10n/l10n_uc_kits/de/Bundle.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=NetBeans 6.5 de localization plugin
-OpenIDE-Module-Short-Description=NetBeans 6.5 de localization plugin. Overall percentage of localization, all modules/clusters included: 19%.
-OpenIDE-Module-Long-Description=Overall localization volume percentage (all modules/clusters included): 19%. Detailled localization volume percentage: platform(100%), baseide(NA), javase(81%), webjavaee(NA), mobility(NA), ruby(NA), soa(NA), uml(NA), cnd(NA).
diff --git a/l10n/l10n_uc_kits/es/Bundle.properties b/l10n/l10n_uc_kits/es/Bundle.properties
deleted file mode 100644
index 0011770..0000000
--- a/l10n/l10n_uc_kits/es/Bundle.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=NetBeans 6.5 es localization plugin
-OpenIDE-Module-Short-Description=NetBeans 6.5 es localization plugin. Overall percentage of localization, all modules/clusters included: 22%.
-OpenIDE-Module-Long-Description=Overall localization volume percentage (all modules/clusters included): 22%. Detailled localization volume percentage: platform(100%), baseide(NA), javase(96%), webjavaee(NA), mobility(NA), ruby(NA), soa(NA), uml(NA), cnd(NA).
diff --git a/l10n/l10n_uc_kits/fr/Bundle.properties b/l10n/l10n_uc_kits/fr/Bundle.properties
deleted file mode 100644
index 79fe099..0000000
--- a/l10n/l10n_uc_kits/fr/Bundle.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=NetBeans 6.5 fr localization plugin
-OpenIDE-Module-Short-Description=NetBeans 6.5 fr localization plugin. Overall percentage of localization, all modules/clusters included: 1%.
-OpenIDE-Module-Long-Description=Overall localization volume percentage (all modules/clusters included): 1%. Detailled localization volume percentage: platform(100%), baseide(NA), javase(10%), webjavaee(NA), mobility(NA), ruby(NA), soa(NA), uml(NA), cnd(NA).
diff --git a/l10n/l10n_uc_kits/it/Bundle.properties b/l10n/l10n_uc_kits/it/Bundle.properties
deleted file mode 100644
index 8ce57a9..0000000
--- a/l10n/l10n_uc_kits/it/Bundle.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=NetBeans 6.5 it localization plugin
-OpenIDE-Module-Short-Description=NetBeans 6.5 it localization plugin. Overall percentage of localization, all modules/clusters included: 17%.
-OpenIDE-Module-Long-Description=Overall localization volume percentage (all modules/clusters included): 17%. Detailled localization volume percentage: platform(100%), baseide(NA), javase(41%), webjavaee(NA), mobility(NA), ruby(NA), soa(NA), uml(NA), cnd(NA).
diff --git a/l10n/l10n_uc_kits/ja/Bundle.properties b/l10n/l10n_uc_kits/ja/Bundle.properties
deleted file mode 100644
index 552f556..0000000
--- a/l10n/l10n_uc_kits/ja/Bundle.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=NetBeans 6.5 ja localization plugin
-OpenIDE-Module-Short-Description=NetBeans 6.5 ja localization plugin. Overall percentage of localization, all modules/clusters included: 99%.
-OpenIDE-Module-Long-Description=Overall localization volume percentage (all modules/clusters included): 99%. Detailled localization volume percentage: platform(100%), baseide(NA), javase(98%), webjavaee(NA), mobility(NA), ruby(NA), soa(NA), uml(NA), cnd(NA).
diff --git a/l10n/l10n_uc_kits/pl/Bundle.properties b/l10n/l10n_uc_kits/pl/Bundle.properties
deleted file mode 100644
index 0b44f9a..0000000
--- a/l10n/l10n_uc_kits/pl/Bundle.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=NetBeans 6.5 pl localization plugin
-OpenIDE-Module-Short-Description=NetBeans 6.5 pl localization plugin. Overall percentage of localization, all modules/clusters included: 0%.
-OpenIDE-Module-Long-Description=Overall localization volume percentage (all modules/clusters included): 0%. Detailled localization volume percentage: platform(100%), baseide(NA), javase(10%), webjavaee(NA), mobility(NA), ruby(NA), soa(NA), uml(NA), cnd(NA).
diff --git a/l10n/l10n_uc_kits/pt_BR/Bundle.properties b/l10n/l10n_uc_kits/pt_BR/Bundle.properties
deleted file mode 100644
index 2145556..0000000
--- a/l10n/l10n_uc_kits/pt_BR/Bundle.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=NetBeans 6.5 pt_BR localization plugin
-OpenIDE-Module-Short-Description=NetBeans 6.5 pt_BR localization plugin. Overall percentage of localization, all modules/clusters included: 99%.
-OpenIDE-Module-Long-Description=Overall localization volume percentage (all modules/clusters included): 99%. Detailled localization volume percentage: platform(100%), baseide(NA), javase(98%), webjavaee(NA), mobility(NA), ruby(NA), soa(NA), uml(NA), cnd(NA).
diff --git a/l10n/l10n_uc_kits/ru/Bundle.properties b/l10n/l10n_uc_kits/ru/Bundle.properties
deleted file mode 100644
index 78bc375..0000000
--- a/l10n/l10n_uc_kits/ru/Bundle.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u041f\u043b\u0430\u0433\u0438\u043d \u0440\u0443\u0441\u0441\u043a\u043e\u0439 \u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 NetBeans 6.5
-OpenIDE-Module-Short-Description=\u041f\u043b\u0430\u0433\u0438\u043d \u0440\u0443\u0441\u0441\u043a\u043e\u0439 \u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 NetBeans 6.5. \u041e\u0431\u0449\u0438\u0439 \u043f\u0440\u043e\u0446\u0435\u043d\u0442 \u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438, \u0432\u043a\u043b\u044e\u0447\u0430\u044f \u0432\u0441\u0435 \u043c\u043e\u0434\u0443\u043b\u0438 \u0438 \u043a\u043b\u0430\u0441\u0442\u0435\u0440\u044b: OVERALL%.
-OpenIDE-Module-Long-Description=\u041e\u0431\u0449\u0438\u0439 \u043f\u0440\u043e\u0446\u0435\u043d\u0442 \u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438, \u0432\u043a\u043b\u044e\u0447\u0430\u044f \u0432\u0441\u0435 \u043c\u043e\u0434\u0443\u043b\u0438 \u0438 \u043a\u043b\u0430\u0441\u0442\u0435\u0440\u044b: OVERALL%. \u0414\u0435\u0442\u0430\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0446\u0435\u043d\u0442 \u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438: \u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430 (PPLATFORMNHARNESS%), \u0411\u0430\u0437\u043e\u0432\u0430\u044f \u0441\u0440\u0435\u0434\u0430 (PBASEIDE%), Java SE (PJAVASE%), \u0412\u0435\u0431 \u0438 EE Java (PWEBJAVAEE%), Java ME(PMOBILITY%), Ruby (PRUBY%), SOA (PSOA%), UML (PUML%), C/C++ (PCND%).
diff --git a/l10n/l10n_uc_kits/sq/Bundle.properties b/l10n/l10n_uc_kits/sq/Bundle.properties
deleted file mode 100644
index d51cf9f..0000000
--- a/l10n/l10n_uc_kits/sq/Bundle.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=NetBeans 6.5 sq localization plugin
-OpenIDE-Module-Short-Description=NetBeans 6.5 sq localization plugin. Overall percentage of localization, all modules/clusters included: 5%.
-OpenIDE-Module-Long-Description=Overall localization volume percentage (all modules/clusters included): 5%. Detailled localization volume percentage: platform(100%), baseide(NA), javase(15%), webjavaee(NA), mobility(NA), ruby(NA), soa(NA), uml(NA), cnd(NA).
diff --git a/l10n/l10n_uc_kits/templateBundle.properties b/l10n/l10n_uc_kits/templateBundle.properties
deleted file mode 100644
index 41037e5..0000000
--- a/l10n/l10n_uc_kits/templateBundle.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=NetBeans 6.5 LANG localization plugin
-OpenIDE-Module-Short-Description=NetBeans 6.5 LANG localization plugin. Overall percentage of localization, all modules/clusters included: OVERALL%.
-OpenIDE-Module-Long-Description=Overall localization volume percentage (all modules/clusters included): OVERALL%. Detailled localization volume percentage: platform(PPLATFORMNHARNESS%), baseide(PBASEIDE%), javase(PJAVASE%), webjavaee(PWEBJAVAEE%), mobility(PMOBILITY%), ruby(PRUBY%), soa(PSOA%), uml(PUML%), cnd(PCND%).
diff --git a/l10n/l10n_uc_kits/zh_CN/Bundle.properties b/l10n/l10n_uc_kits/zh_CN/Bundle.properties
deleted file mode 100644
index 691e9de..0000000
--- a/l10n/l10n_uc_kits/zh_CN/Bundle.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=NetBeans 6.5 zh_CN localization plugin
-OpenIDE-Module-Short-Description=NetBeans 6.5 zh_CN localization plugin. Overall percentage of localization, all modules/clusters included: 99%.
-OpenIDE-Module-Long-Description=Overall localization volume percentage (all modules/clusters included): 99%. Detailled localization volume percentage: platform(100%), baseide(NA), javase(98%), webjavaee(NA), mobility(NA), ruby(NA), soa(NA), uml(NA), cnd(NA).
diff --git a/l10n/src/af/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_af.properties b/l10n/src/af/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_af.properties
deleted file mode 100644
index 99eccc5..0000000
--- a/l10n/src/af/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_af.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module Build Harness
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Short-Description=Lets you build external plug-in modules from sources.
-OpenIDE-Module-Long-Description=This is the build harness used to develop NetBeans modules (with or without the IDE). It is normally used implicitly by NetBeans module projects. For technical documentation, see harness/README.
-
diff --git a/l10n/src/af/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_af.properties b/l10n/src/af/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_af.properties
deleted file mode 100644
index 407d12b..0000000
--- a/l10n/src/af/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_af.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Long-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.\nRun 'display-coverage-report' target on a project to measure results and display report in external browser.\nFor integration with Module Build Harness.
-OpenIDE-Module-Name=Cobertura Module Test Coverage
-OpenIDE-Module-Short-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.
-
diff --git a/l10n/src/af/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_af.properties b/l10n/src/af/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_af.properties
deleted file mode 100644
index 6ff69bb..0000000
--- a/l10n/src/af/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_af.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly Tools Platform
-
diff --git a/l10n/src/af/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_af.properties b/l10n/src/af/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_af.properties
deleted file mode 100644
index 5f4f972..0000000
--- a/l10n/src/af/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_af.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Short-Description=Jemmy test library.
-OpenIDE-Module-Long-Description=A general library for driving automated GUI tests.
-
-
diff --git a/l10n/src/af/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_af.properties b/l10n/src/af/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_af.properties
deleted file mode 100644
index 99c8813..0000000
--- a/l10n/src/af/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_af.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Long-Description=NetBeans extensions to JUnit including assertGC, assertSize, getWorkDir, LineDiff, etc.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=NetBeans extensions to JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/af/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_af.properties
deleted file mode 100644
index 08acd28..0000000
--- a/l10n/src/af/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_af.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=INSANE heap profiling library.
-OpenIDE-Module-Long-Description=A library for doing live heap analysis of the JVM in which it runs.
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_af.properties
deleted file mode 100644
index f2cd5fd..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_af.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Ant Library
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_af.properties
deleted file mode 100644
index 6ab3ec0..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_af.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=The current platform is not supported.
-I.error.load.engine.properties=Could not load the engine properties file
-
-I.warning.silent.without.state="{1}" option is required when using "{0}". "{0}" will be ignored.
-
-I.error.cannot.create.local.dir=Cannot create local directory: {0}
-I.error.local.dir.is.file=Local directory exists and is a file: {0}
-I.error.no.read.permissions.for.local.dir=Cannot read local directory {0} - not enough permissions
-I.error.no.write.permissions.for.local.dir=Cannot write to local directory {0} - not enough permissions
-
-I.lock.file.exists.dialog.title=NetBeans Installer lock file exists
-I.lock.file.exists.dialog.text=The installer lock file exists at {0}\n\nIt means that either another instance of the installer is already running or the previous installation was not finished correctly.\nIt is not recommended that you run multiple instances at the same time since it can result in installer data corruption.\n\nIf you are sure that no other instance is running at the moment, click "Yes" to proceed otherwise click "No" to exit the installer.\n
-
-I.error.cannot.create.lock.file=Can't create lock for the local registry file
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_af.properties
deleted file mode 100644
index 8b90466..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_af.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Downloading from {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_af.properties
deleted file mode 100644
index e561bfa..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_af.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=The proxy types {0} and {1} conflict
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI cannot be null
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Failed to connect through {0} to {1}
-US.error.failed.configure.proxy=Failed to configure proxy {0} for {1}
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_af.properties
deleted file mode 100644
index f1cfd59..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_af.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Loading local registry [{0}]
-R.error.loading.local.registry.failed.title=Failed to load the local registry
-R.error.loading.local.registry.failed.msg=The local registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.bundled.registry=Loading bundled registry [{0}]
-R.error.loading.bundled.registry.failed.title=Failed to load the bundled registry
-R.error.loading.bundled.registry.failed.msg=The bundled registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.remote.registry=Loading remote registry [{0}]
-R.error.loading.remote.registry.failed.title=Failed to load the remote registry
-R.error.loading.remote.registry.failed.msg=The remote registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.error.cannot.delete.data=Cannot delete the cached installation data
-R.save.local.registry.title=Saving local registry
-R.save.local.registry.detail=Saving to {0}
-
-R.error.missing.target.component.title=Missing target component
-R.error.missing.target.component.msg=The specified target component - {0}/{1}\nwas not found in the registry. The installer\n can continue as if the target component was not specified.\nClick Yes to continue, No to exit the installer.
-
-R.error.validation.title=Validation Problem
-R.error.validation.msg=It seems that the installation of {0} is corrupted.\nThe validation procedure issued the following warning:\n\n{1}\n\nWould you like to mark this product as not installed and continue?\nIf you click No the installer will exit.\n\nNote that these products that depend on {2} will also be disabled:\n{3}
-
-R.error.matching.requirement=No components matching the requirement: {0} requires {1}
-R.error.cyclic.dependency=Cyclic dependency: {0}, {1}
-
-R.loading.registry.properties=Loading registry properties
-R.loading.component=Loading component: uid={0}, version={1}
-R.error.loading.components=Could not load components
-R.error.registry.finalization=Could not finalize registry
-R.error.registry.document.loading=Could not load registry document
-
-R.error.cannot.create.cache.directory=Cannot create local product cache directory {0}
-R.error.cache.is.file=Local product cache directory exists and is a file : {0}
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=Cannot create local registry
-
-R.error.registry.is.dir=Local registry {0} is a directory
-R.error.cannot.read.registry=Cannot read local registry {0} - not enough permissions
-R.error.cannot.write.registry=Cannot write local registry {0} - not enough permissions
-
-R.error.cannot.parse.platform=Cannot parse platform from "{0}"
-R.error.cannot.load.registry=Cannot load registry
-R.error.parser.not.support.schemas=The current parser - {0} - does not support schemas.
-
-R.error.unknown.dependency=Unknown dependency type {0}
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_af.properties
deleted file mode 100644
index 975bc5b..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_af.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=The installation directory {0} is missing.\nMost likely it was deleted manually.
-PCL.validation.directory.file=The installation directory {0} is in fact a file.\nMost likely it was previously deleted manually and overwritten with a file.
-PCL.validation.directory.empty=The installation directory {0} is empty.\nMost likely its contents were deleted manually.
-PCL.validation.directory.null=The installation directory cannot be detected.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Cannot initialize data for {0}
-P.error.cannot.load.logic=Cannot load configuration logic for {0}
-P.error.installdir.not.set=Installation location is not set for {0}
-P.error.installdir.set.empty=Installation location is set to empty string for {0}
-P.error.cannot.create.cache.dir=Cannot create the local cache directory {0} for {1}
-P.error.local.cache.not.dir=The local cache directory {0} for {1} is not a directory
-P.error.cannot.load.product=Could not load product {0}
-P.error.logic.not.yet.downloaded=Configuration logic for {0} is not yet downloaded
-P.error.installation.data.not.cached=Installation data is not cached for {0}
-P.error.cannot.extract.data=Cannot extract installation data for {0}
-P.error.cannot.save.files.list=Cannot save installed files list
-P.error.cannot.get.wizard.components=Cannot get component's wizard components
-P.error.cannot.wrap.for.macos=Cannot create directory hierarchy for MacOS Application
-P.error.cannot.get.files.list=Cannot get the installation files list
-P.error.cannot.delete.files.list=Cannot delete installed files list
-P.error.cannot.delete.file=Cannot delete the file
-P.error.cannot.remove.from.system=Cannot remove {0} from the system install manager
-P.error.not.enough.space=Cannot extract installation data -- not enough disk space in the target directory.
-P.error.cannot.clear.cache=Cannot clear installation data cache file {0}
-P.error.system.integartion.failed=Integration of {0} with the system package manager failed
-
-P.message.installation=Installing {0}
-P.message.uninstallation=Uninstalling {0}
-P.message.configuration=Configuring {0}
-P.message.unconfiguration=Unconfiguring {0}
-P.message.legal.artifacts=Creating legal artifacts
-P.message.run.logic=Running custom configuration logic
-P.message.system.registration=Registering in the system package manager
-P.message.save.installation.files.list=Saving installed files list
-P.message.delete=Deleting {0}
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_af.properties
deleted file mode 100644
index b6a0a76..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_af.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Error writing to the log file. Logging disabled.
-
-EM.ununexpected.exception=An unexpected exception happened in thread {0}
-EM.errortype.critical=Critical Error
-EM.errortype.error=Error
-EM.errortype.warning=Warning
-EM.errortype.message=Message
-EM.unexpected.error=An unknown error occured.
-EM.exception.message=\n\nException:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nYou can get more details about the issue in the installer log file:\n {0}
-
-FU.error.output.file.entry=An file entry {0} exists and is not a file
-FU.error.output.dir.entry=An directory entry {0} exists and is not a directory
-FU.message.extracting=Extracting {0}
-FU.error.load.xml.file.list=Could not load xml files list for extraction
-FU.error.unjar.todir=Directory {0} is an existing file, cannot unjar
-FU.message.copy.dir=Copying directory: {0} to: {1}
-FU.message.copy.file=Copying file: {0} to: {1}
-FU.error.close.stream=Cannot close stream
-FU.error.source.not.readable=Source {0} is not readable
-FU.error.dest.not.file=Destination {0} is not a file
-FU.error.dest.creation=Destination {0} cannot be created
-FU.error.dest.not.writable=Destination {0} is not writable
-FU.message.moving=Moving {0} to {1}
-FU.error.freespace=Cannot get free disk space amount at {0}
-FU.error.cannot.close.jar=Cannot close jar {0}
-FU.error.cannot.create.dir.exist.file=Cannot create directory {0}, it is an existing file
-FU.error.cannot.create.dir=Cannot create directory {0}
-FU.error.not.jar.file=The supplied file {0} is not a jar archive
-FU.error.sha1.not.supported=Holy crap, this jvm does not support SHA1
-FU.error.md5.not.supported=Holy crap, this jvm does not support MD5
-FU.error.file.security.exception=Something very unexpected - a security exception during accessing file {0}
-FU.message.delete.file=Deleting file {0}
-FU.message.delete.dir=Deleting directory {0}
-FU.error.pack200.failed=Pack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Cannot parse property - {0}, its value - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Could not activate the cross-platform look and feel - proceeding with whatever look and feel was the default.
-UI.error.failed.to.activate.defined.laf=Could not activate the defined look and feel - falling back to the default cross-platform one.
-UI.error.failed.to.init.ui=Can`t initialize UI
-UI.error.failed.to.force.gtk=Cannot force the use of GTK look and feel
-UI.silent.default.yes=Going with Yes (default) option...
-UI.silent.default.no=Going with No (default) option...
-UI.silent.default.cancel=Going with Cancel (default) option...
-
-StrU.error.cannot.parse.status=Cannot parse status: {0}
-StrU.error.unknown.platform=Platform "{0}" is not recognized.
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_af.properties
deleted file mode 100644
index 5a80555..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_af.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Failed to execute the JDK verification procedure
-JU.error.cannot.delete=Cannot delete {0}
-JU.error.cannot.download.testjdk=Cannot download TestJDK.class from {0}
-JU.error.cannot.canonize=Cannot canonize {0}
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_af.properties
deleted file mode 100644
index da0b6b8..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_af.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Invalid parameter for command line argument "{0}" -- "{1}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.bad.locale.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.missing.state.file=The specified state file "{1}", does not exist.\n"{0}" parameter is ignored.
-O.warning.bag.state.file.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <state-file-path>".
-O.warning.target.state.file.exists=The specified state file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.target.state.file.arg=Required parameter missing for command line argument\n"{0}". Should be "{0} <state-file-path>".
-O.warning.bundle.file.exists=The specified target file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.create.bundle.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <userdir-path>".
-O.warning.bad.platform.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-platform>".
-O.warning.bad.registry.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_af.properties
deleted file mode 100644
index f15473f..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_af.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Not installed
-Status.to-be-installed=To be installed
-Status.installed=Installed
-Status.to-be-uninstalled=To be uninstalled
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Installed Successfully
-DetailedStatus.install.warning=Installed With Warnings
-DetailedStatus.install.error=Failed to Install
-DetailedStatus.uninstall.success=Uninstalled Successfully
-DetailedStatus.uninstall.warning=Uninstalled With Warnings
-DetailedStatus.uninstall.error=Failed to Uninstall
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_af.properties
deleted file mode 100644
index fc350f7..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_af.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Failed to download frame icon from URI - {0}.
-NF.error.failed.to.set.frame.icon=Failed to set the frame icon.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Browse
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_af.properties
deleted file mode 100644
index 3d85b31..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_af.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \ncomposite progress (sum of the own percentage and the percentages of the \nchildren) cannot be less than {1} and greater than {2}.
-
-CP.error.progress=The specified child progress doesn't exist in the composite progress \nso it can not be removed. 
-
-################################################################################
-# Progress.java
-P.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \nprogress cannot be less than {1} and greater than {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_af.properties
deleted file mode 100644
index 3ec7e46..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_af.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Can`t load bundle from {0}
-LP.error.no.files=There is no files in {0}
-LP.error.not.directory={0} is not a directory
-LP.error.directory.do.not.exist=Directory {0} does not exist
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_af.properties
deleted file mode 100644
index 0d323e6..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_af.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=No bundled or external jar files
-CnL.error.cannot.find.jvm.file=Cannot find JVM file {0}
-CnL.error.cannot.find.class=Can`t find class {0} in bundled files and no external ones were specified
-CnL.error.main.class.unspecified=No specified main class among bundled files
-CnL.error.cannot.get.output.name=No bundled files - can`t get output file name
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Can`t get launcher icon from {0}
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_af.properties
deleted file mode 100644
index ecea916..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_af.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Cannot obtain default applications location
-SR.error.cannot.parse.pattern=Cannot parse pattern: {0}
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_af.properties
deleted file mode 100644
index 2a35450..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_af.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Cannot access native method
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_af.properties
deleted file mode 100644
index cdd581c..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_af.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Failed to create the default Wizard instance.
-W.error.failed.to.load.components=Failed to load wizard components from {0}, using classloader {1}.
-W.error.failed.to.load.component=Failed to load wizard component from XML element {0}, using classloader {1}.
-W.error.unknown.ui.mode=Unknown UI mode - {0}.
-W.error.cannot.move.backward.silent=Cannot move backward in silent UI mode.
-W.error.cannot.move.backward.at.first=Cannot move backward - the wizard is already at the first element.
-W.error.parser.unsupports.schemas=The current parser - {0} - does not support schemas.
-W.error.interrupted=Interrupted while waiting
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_af.properties
deleted file mode 100644
index d5b0658..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_af.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE Installer
-WC.description=NetBeans IDE Installer Description
-
-WC.help.button.text=&Help!
-WC.back.button.text=< &Back
-WC.next.button.text=&Next >
-WC.cancel.button.text=Cancel
-WC.finish.button.text=&Finish
-
-WC.cancel.dialog.title=Cancel
-WC.cancel.dialog.text=Are you sure you want to cancel?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=An InterruptedException occured.
-
-WA.canceling.progress.title=Canceling, finishing the current operation...
-
-WA.cancel.dialog.title=Cancel
-WA.cancel.dialog.text=Are you sure you want to cancel?
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_af.properties
deleted file mode 100644
index f1ff532..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_af.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Cache Engine...
-CEA.description=Please wait while the wizard caches the engine.
-CEA.error.cannot.cache.engine=Cannot cache the installer engine
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Creating Bundle...
-CBA.description=Please wait while the wizard creates a bundle with the selected components.
-
-CBA.progress.create.bundle.title=Creating a redistributable bundle at {0}
-CBA.progress.add.engine.detail=Add installer engine to the bundle
-CBA.progress.add.product.detail=Adding {0} ...
-CBA.progress.add.group.detail=Adding {0} ...
-
-CBA.error.failed.create.bundle=Failed to create the bundle
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Creating Native Launcher...
-CNLA.description=Please wait while the wizard creates a launcher for the jar file.
-CNLA.error.failed.create.launcher=Failed to create the native launcher
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Creating MacOSX Application Launcher...
-CMALA.description=Please wait while the wizard creates a app launcher for the jar file.
-CMALA.error.failed.create.launcher=Failed to create the app launcher
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Preparing Configuration Logic...
-DCLA.description=Please wait while the wizard prepares the configuration logic.
-DCLA.progress.remote.title=Downloading configuration logic for {0}
-DCLA.progress.local.title=Extracting configuration logic for {0}
-DCLA.failed=Failed to download installation logic for {0}
-DCLA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Preparing Installation Data...
-DIDA.description=Please wait while the wizard prepares the installation data.
-DIDA.progress.remote.title=Downloading installation data for {0}
-DIDA.progress.local.title=Extracting installation data for {0}
-DIDA.failed=Failed to download installation data for {0}
-DIDA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Initializing...
-IRA.description=Please wait while the setup wizard initializes.
-IRA.registry.initialization.failed=Cannot initialize registry
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finalizing...
-FRA.description=Please wait while the setup wizard finalizes.
-FRA.registry.finalization.failed=Cannot finalize registry
-
-################################################################################
-# InstallAction.java
-IA.title=Installing...
-IA.description=Please wait while the wizard installs the selected components.
-IA.progress.install.title=Installing {0}...
-IA.progress.rollback.title=Canceling, rolling back {0}...
-IA.install.dependent.failed=Could not install {0}, since the installation of {1} failed
-IA.install.unknown.error=Unknown Error
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Searching for Java\u2122 Environments...
-SFJA.description=Please wait while the wizard searches your system for existing Java\u2122 environments.
-SFJA.prepare.list=Preparing locations list...
-SFJA.checking=Checking {0}
-SFJA.search.java=Searching for installed Java environments...
-SFJA.entry.label={0} (v. {1} by {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Uninstalling...
-UA.description=Please wait while the wizard uninstalls the selected components.
-UA.progress.uninstall.title=Uninstalling {0}
-UA.uninstall.dependent.failed=Could not uninstall {0}, since the uninstallation of {1} failed
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=Source component UID is not set
-SILA.error.cannot.find.component=Component with the given uid {0} does not exist
-SILA.error.cannot.get.logic=Could not access configuration logic for {0}
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_af.properties
deleted file mode 100644
index c16b724..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_af.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Location:
-ALP.location.button.text=B&rowse ...
-ALP.list.label.text=The &following locations were found by the search algorithm:
-
-ALP.error.nothing.found=No compatible applications were found.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Components Selection
-CSP.description.both=Select the components that you want to install. Unselect those you want to uninstall.
-CSP.description.install=Select the components that you want to install.
-CSP.description.uninstall=Unselect the components that you want to uninstall.
-CSP.feature.description.title=Feature Description
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Installation size: {0}     Download Size: {1}
-CSP.sizes.label.text.no.download=Installation size: {0}
-
-CSP.default.installation.size=N/A
-CSP.default.download.size=N/A
-
-CSP.error.no.changes.both=No feature selected. Select at least one feature for installation or uninstallation.
-CSP.error.no.changes.install=No feature selected. Select at least one feature for installation.
-CSP.error.no.changes.uninstall=No feature selected. Select at least one feature for uninstallation.
-CSP.error.requirement.install={1} is required to install {0}.
-CSP.error.conflict.install={0} conflicts with {1}.
-CSP.error.requirement.uninstall={0} is required by {1}.
-CSP.error.not.enough.space.to.download=Insufficient disk space for downloading the installation data. Additional {1} is required in {0}.
-CSP.error.not.enough.space.to.extract=Insufficient disk space for extracting the installation data. Additional {1} is required in {0}.
-CSP.error.cannot.check.space=Cannot check the free disk space
-
-################################################################################
-# DestinationPanel.java
-DP.title=Installation Folder
-DP.description=Choose destination folder.
-
-DP.destination.label.text=&Installation location:
-DP.destination.button.text=B&rowse ...
-
-DP.error.null=The installation folder cannot be empty.
-DP.error.not.valid=The specified installation folder is invalid.
-DP.error.contains.exclamation=The installation folder cannot contain the exclamation mark (!).
-DP.error.contains.semicolon=The installation folder cannot contain the semicolon character (;).
-DP.error.contains.colon=The installation folder cannot contain the colon character (:).
-DP.error.contains.ampersand=The installation folder cannot contain the ampersand character (&).
-DP.error.contains.wrong.char=The installation folder contains the wrong character({1}).
-DP.error.matches.prohibited.regexp=The specified installation folder is invalid (it matches prohibited pattern {1}).
-DP.error.not.absolute=The specified installation folder has to be in absolute path form.
-DP.error.cannot.canonize=The specified installation folder cannot be canonized.
-DP.error.not.directory=The specified installation location is not a folder.
-DP.error.not.readable=The specified installation folder is not readable.
-DP.error.not.writable=The specified installation folder is read-only.
-DP.error.not.empty=The specified installation folder is not empty.
-DP.error.not.ends.with.app=The specified installation folder must end with ".app".
-DP.error.not.enough.space=Not enough disk space. Additional {1} required in {0}.
-DP.error.cannot.get.logic=Cannot obtain configuration logic
-DP.error.cannot.check.space=Cannot check the free disk space
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 home folder:
-JLP.location.label.text.java=&Java\u2122 environment home folder:
-JLP.location.button.text=B&rowse ...
-JLP.list.label.text=&List of suitable JDK\u2122 found on this machine:
-JLP.list.label.text.java=&List of suitable Java\u2122 environments found on this machine:
-
-JLP.error.null=The path to the JDK cannot be empty.
-JLP.error.null.java=The path to the Java environment cannot be empty.
-JLP.error.not.valid.path=The specified JDK folder {0} is invalid.
-JLP.error.not.valid.path.java=The specified Java environment folder {0} is invalid.
-JLP.error.path.not.exists=The specified JDK folder {0} does not exist.
-JLP.error.path.not.exists.java=The specified Java environment folder {0} does not exist.
-JLP.error.not.javahome=The specified JDK folder {0} does not contain JDK.
-JLP.error.not.javahome.java=The specified Java environment folder {0} does not contain Java environment.
-JLP.error.not.jdk=The specified JDK folder {0} contains JRE, but a full JDK is required.
-JLP.error.wrong.version.older=The specified JDK folder {0} contains JDK version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.older.java=The specified Java environment folder {0} contains Java version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.newer=The specified JDK folder {0} contains JDK version "{1}", while the maximum is "{2}".
-JLP.error.wrong.version.newer.java=The specified Java environment folder {0} contains Java version "{1}", while the maximum is "{2}".
-JLP.error.wrong.vendor=The specified JDK folder {0} contains JDK from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.wrong.vendor.java=The specified Java environment folder {0} contains Java from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.unknown=An unknown error occured while validating the path.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>The installer could not find a compatible JDK installation, specify it manually.<br>The minimum required version is {0}. To download JDK, visit <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>The installer could not find a compatible Java environment, specify it manually.<br>The minimum required version is {0}. To download Java environment, visit <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (used by {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Post-Create Bundle Summary
-PoCBSP.dialog.description=Click Finish to exit.
-
-PoCBSP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Some errors were encountered in the course of bundle creation process.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=The following components were successfully bundled:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=The following components failed to be bundled:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=View &Log
-PoCBSP.send.log.button.text=&Send Log
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Installation Wizard - Post-Install Summary
-
-PoISP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Some warnings were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Some errors were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=The following components were successfully installed:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=The following components installed with warnings:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=The following components failed to install:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=The following components were successfully uninstalled:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=The following components uninstalled with warnings:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=The following components failed to uninstall:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=View &Details
-PoISP.view.log.button.text=View &Log
-PoISP.send.log.button.text=&Send Log
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Log file is not available
-
-PoISP.message.files.remaining=Some files could not be removed from the installation directories of the {0}. You may need to remove them manually.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Pre-Create Bundle Summary
-PrCBSPdialog.description=Click Create to create the bundle.
-
-PrCBSPmessage.text=The wizard has collected all required data to proceed with creating of the bundle. Please review your choice. To continue, click Next.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=You chose to create a bundle with the following components:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Total download size: {0}
-PrCBSPrequired.disk.space.label.text=Required disk space: {0}
-PrCBSPcreate.button.text=&Create
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Pre-Install Summary
-
-PrISP.message.text=The installation wizard has collected all required data to proceed with installation/uninstallation of the selected components. Please review your choice. To continue, click Next.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=You chose to install the following components:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=You chose to uninstall the following components:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Total download size: {0}
-PrISP.required.disk.space.label.text=Required disk space: {0}
-PrISP.install.button.text=&Install
-
-PrISP.error.not.enough.space=Insufficient disk space for proper installation. Additional {1} is required in {0}.
-PrISP.error.cannot.check.space=Cannot check the free disk space
-PrISP.error.logic.access=Could not access product's configuration logic
-PrISP.error.fsroots=Cannot get the list of file system roots
-PrISP.error.non.existent.root={0} is set up to be installed to {1} which does not belong to any of the file system roots.
-PrISP.error.cannot.write=The wizard does not have write access to {1}, the installation directory of {0}. Please correct the permissions before proceeding.
-
-################################################################################
-# LicensesPanel.java
-LP.title=License Agreement
-LP.description=Please read the following license agreement carefully.
-
-LP.accept.checkbox.text=I &accept the terms in the license agreement
-LP.error.cannot.get.logic=Could not access configuration logic
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<No Text>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Are you sure you want to cancel?
-EMP.cancel.dialog.title=Cancel
-EMP.error.failed.input.verify=Failed to verify input
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_af.properties
deleted file mode 100644
index d2a0ae9..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_af.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Failed to download wizard icon from URI - {0}.
-SFC.error.failed.to.set.icon=Failed to set the swing frame container icon.
-SFC.error.failed.to.attach.error.handler=Failed to attach custom error handler to the EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Cannot set the default close operation
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_af.properties
deleted file mode 100644
index 7603b7f..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_af.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Installation details
-IDD.component.label=Component
-IDD.status.label=Status
-
-ILD.loading.logfile=Loading log file. Please wait...
-ILD.error.reading.log=Cannot read log file {0}.
-ILD.error.log.contents=Log contents are not available.
-
diff --git a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_af.properties b/l10n/src/af/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_af.properties
deleted file mode 100644
index 13d2606..0000000
--- a/l10n/src/af/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_af.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Engine Library
-
diff --git a/l10n/src/af/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_af.properties b/l10n/src/af/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_af.properties
deleted file mode 100644
index 28c6d30..0000000
--- a/l10n/src/af/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_af.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apple Application Menu
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enables proper support for the Apple Application menu
-
-OpenIDE-Module-Long-Description=Enables Apple menu items to work properly, and moves some standard menu items there - Tools | Options becomes Preferences, Help | About becomes about, File | Exit becomes Quit.
-
-MSG_MinimizeWindowAction=&Minimize Window
-
diff --git a/l10n/src/af/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_af.properties b/l10n/src/af/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_af.properties
deleted file mode 100644
index fc4f3d1..0000000
--- a/l10n/src/af/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_af.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Establishing a connection ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Checking for updates in {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=Cannot read NBM {0}
-InstallSupportImpl_TurnOnTimeout=timeout of loading {0}
-InstallSupportImpl_NullSource=Source URL for module "{0}" is null, most likely "distribution" attribute is set to the empty string in the UC catalog.\nSee also http://www.netbeans.org/issues/show_bug.cgi?id=153799 for more details.
-InstallSupportImpl_Download_Unavailable=Cannot access {0}
-OperationSupportImpl_Custom_Uninstall=Uninstalling {0}
-OperationSupportImpl_Custom_Install=Installing {0}
-
-UpdateUnitFactory_Libraries_Category=Libraries
-UpdateUnitFactory_Bridges_Category=Bridges
-UpdateUnitFactory_Unsorted_Category=Uncategorized
-UpdateElementImpl_Feature_CategoryName=Features
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Module installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Modules installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Module not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Modules not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>New module offered by the plugin:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>New modules offered by the plugin:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/af/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_af.properties b/l10n/src/af/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_af.properties
deleted file mode 100644
index 64ab08e..0000000
--- a/l10n/src/af/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_af.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The AutoUpdate feature provides several services: download and install available updates of installed modules, search and install new modules from subscribed Update Centers, view and manage the modules.
-OpenIDE-Module-Name=Auto Update Services
-OpenIDE-Module-Short-Description=Support for searching for module updates on Update Center and for downloading and installing modules
-
diff --git a/l10n/src/af/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_af.properties b/l10n/src/af/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_af.properties
deleted file mode 100644
index 261abc0..0000000
--- a/l10n/src/af/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_af.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Default Update Center
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Libraries
-ArtificialFeaturesProvider_Bridges_Category=Bridges
-ArtificialFeaturesProvider_Unsorted_Category=Uncategorized
-ArtificialFeaturesProvider_Features_Category=Features
-NetworkAccess_Timeout=Timeout while opening connection to {0}
-
diff --git a/l10n/src/af/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_af.properties b/l10n/src/af/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_af.properties
deleted file mode 100644
index ea38047..0000000
--- a/l10n/src/af/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_af.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Preparing to Unpack
-CTL_UnpackingFile=Unpacking File:
-CTL_DeletingFiles=Uninstalling files...
-CTL_DisablingFiles=Deactivating files...
-UpdaterFrame.jTextArea1.text=Update is in progress.\n\nPlease wait ...
-UpdaterFrame.textLabel.text=Preparing to Unpack
-UpdaterFrame.Form.title=Updater
-UpdaterFrame.textLabel.fontName=Dialog
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/af/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_af.properties b/l10n/src/af/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_af.properties
deleted file mode 100644
index b29c99b..0000000
--- a/l10n/src/af/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_af.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} more ...
-Less_Command_Text={0} less ...
-UnitTab_ReloadTime=Last Check: {0}
-UnitTab_ReloadTime_Never=never
-UnitTab_LessAction=Show Fewer Plugins
-UnitTab_MoreAction=Show More Plugins
-UnitTab_TooltipCheckBox_INSTALLED=Check plugin {0}
-UnitTab_Tooltip_RefreshAction=Reload Catalog
-UnitTab_bTabAction_Name_INSTALLED=U&ninstall
-UnitTab_TooltipCheckBox_UPDATE=Check plugin {0}
-UnitTab_bTabAction_Name_UPDATE=&Update
-UnitTab_CheckAction=Check
-UnitTab_CheckCategoryAction=Check Category
-UnitTab_UncheckCategoryAction=Uncheck Category
-UnitTab_CheckAllAction=Check All
-UnitTab_UncheckAllAction=Uncheck All
-UnitTab_ReloadAction=&Reload Catalog
-UnitTab_PrepareReloadAction=Please wait a while reloading catalog
-UnitTab_RemoveLocallyDownloadedAction=&Remove
-UnitTab_ActivateAction=&Activate
-UnitTab_ActivateCategoryAction=Activate Category
-UnitTab_DeactivateAction=&Deactivate
-UnitTab_DeactivateCategoryAction=Deactivate Category
-AvailableTab_SourceCategory_Tooltip_STANDARD=Certified Plugin
-AvailableTab_SourceCategory_Tooltip_BETA=Beta Plugin
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Community Contributed Plugin
-InstallTab_Active_Tooltip=Active
-InstallTab_InActive_Tooltip=Inactive
-InstallTab_PendingForInstall_Tooltip=Application restart needed to complete installation
-InstallTab_PendingForDeactivate_Tooltip=Application restart needed to complete deactivation
-InstallTab_ReadOnly_Tooltip={0} is in read-only mode and cannot be checked
-UnitTab_TooltipCheckBox_AVAILABLE=Check plugin {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Install
-UnitTab_TooltipCheckBox_LOCAL=Check plugin {0}
-UnitTab_Tooltip_AddAction_LOCAL=Add the locally downloaded plugins
-UnitTab_Tooltip_RemoveAction_LOCAL=Remove plugin from the list
-UnitTab_bTabAction_Name_LOCAL=&Install
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} plugin selected
-UnitTab_lHowManySelected_Many_Text={0} plugins selected
-UnitTab_OperationName_Text_INSTALLED=Uninstall
-UnitTab_OperationName_Text_UPDATE=Update
-UnitTab_OperationName_Text_AVAILABLE=Install
-UnitTab_OperationName_Text_LOCAL=Install
-UnitTab_lWarning_Text={0} operation will require restart of the application
-PluginManagerUI_UnitTab_Update_Title=Updates
-PluginManagerUI_UnitTab_Update_ToolTip=Your application is up to date!
-PluginManagerUI_UnitTab_Available_ToolTip=No plugins are available. Click Reload Catalog for newest plugins.
-PluginManagerUI_UnitTab_Available_Title=Available Plugins
-PluginManagerUI_UnitTab_Installed_Title=Installed
-PluginManagerUI_UnitTab_Local_Title=Downloaded
-UnitTab_bAddLocallyDownloads_Name=&Add Plugins...
-UnitTab_bAddLocallyDownloads_ACN=Add Plugins
-UnitTab_bAddLocallyDownloads_ACD=Add Plugins to use the file browser to add any plugins that you downloaded to your local system
-NotificationAlreadyPreparedToIntsall=Plugin {0} is already prepared to update/install.
-NotificationOneAlreadyInstalled=Plugin "{0}" is already installed.
-NotificationMoreAlreadyInstalled=Plugins "{0}" are already installed.
-NotificationAlreadyPresent=Plugin "{0}" is already added. Do you want to replace with "{1}"?
-NotificationAlreadyPresentTitle=Replace plugin
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Add Plugins
-CTL_FileFilterDescription=Plugin distribution files (*.nbm)
-NetworkProblemPanel_taTitle_Text=Unable to connect to the Update Center
-NetworkProblemPanel_taMessage_WarningText=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic. \n\nIt might happen your caches are out of date. Please click Reload Catalog to refresh content.
-NetworkProblemPanel_taMessage_ErrorText=Not all of the plugins have been successfully downloaded. The server may be unavailable at the moment. Try again later.
-CTL_Warning=Warning
-CTL_Error=Network Problem
-CTL_ShowProxyOptions=&Proxy Configuration...
-ACSD_ShowProxyOptions=N/A
-Utilities_NetworkProblem_Continue=&Try again
-Utilities_NetworkProblem_Skip=&Skip
-Utilities_NetworkProblem_Cancel=Cancel
-Utilities_NetworkProblem_Text=Unable to connect to the {0} because of {1}
-SettingsTable_ActiveColumn=Active
-SettingsTable_NameColumn=Name
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Settings
-SettingsTab.bProxy.text=&Proxy Settings
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=Update Center Customizer
-UpdateUnitProviderPanel.lName.text=&Name\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Check for updates automatically
-Utilities_Libraries_Category=Libraries
-Utilities_Bridges_Category=Bridges
-Utilities_Unsorted_Category=Uncategorized
-SettingsTab.bRemove.message=Are you sure you want to remove following update center: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Name
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Check for updates automatically
-UpdateUnitProviderPanel.error.name.short=Update Center name is not specified
-UpdateUnitProviderPanel.error.url.short=Update Center URL is not specified
-UpdateUnitProviderPanel.error.name.dup=Update Center with the same name already exist
-UpdateUnitProviderPanel.error.url.invalid=Update Center URL is invalid
-UnitTab_bClose_Text=&Close
-Utilities_CheckingForUpdates=Checking for updates
-UnitTab_InitAndCheckingForUpdates=Initializing the list of plugins... 
-InstalledTableModel_State_Enabled=On
-InstalledTableModel_State_Disabled=Off
-AvailableTableModel_Columns_Install=Install
-AvailableTableModel_Columns_Name=Name
-AvailableTableModel_Source_Category=Source
-AvailableTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Uninstall=Select
-InstalledTableModel_Columns_Name=Name
-InstalledTableModel_Columns_Installed=Installed
-InstalledTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Enabled=Active
-LocallyDownloadedTableModel_Columns_Install=Install
-LocallyDownloadedTableModel_Columns_Name=Name
-LocallyDownloadedTableModel_Columns_Version=Version
-LocallyDownloadedTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Update=Update
-UpdateTableModel_Columns_Name=Name
-UpdateTableModel_Columns_Installed=Installed
-UpdateTableModel_Columns_Available=Available
-UpdateTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Category=Category
-SettingsTab_NewProviderName=New Provider
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Description:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Version: 
-UnitDetails_Plugin_InstalledVersion=Installed version:
-UnitDetails_Plugin_AvailableVersion=Available version:
-UnitDetails_Plugin_Author=Author: 
-UnitDetails_Plugin_Date=Date: 
-UnitDetails_Plugin_Source=Source: 
-UnitDetails_Plugin_CodeName=Code name: 
-UnitDetails_Plugin_Homepage=Homepage: 
-UnitDetails_Plugin_Notification=Important note
-UnitDetails_Plugin_Description=Plugin Description
-UnitDetails_Plugin_Collecting_Dependencies=Collecting dependencies...
-UnitDetails_New_Internal_Update_Mark=new!
-lSearch1.text=&Search\:
-SettingsTab.lCheckPeriod.text=&Check Interval\:
-SettingsTab.lGeneral.text=Advanced
-SettingsTab.addButton.text=&New
-SettingsTab.RemoveButton.text=&Remove
-SettingsTab.EditButton.text=&Edit
-SettingsTab.AddButton.text=&Add
-SettingsTab.lUpdateCenters.text=Configuration of &Update Centers\:
-SettingsTab.lConnection.text=Automatically Check for Updates
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Update_custom=User Default
-SettingsTab.cbSharedInstall.text=&Force install into shared directories
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Write Permission
-SettingsTab.cbSharedInstall.ReadOnlyMessage=You don`t have permission to install plugin(s) into the shared directory:\n{0}\nTo perform installation into the shared directory, you should run the application as a user with administrative priviledges.
-SettingsTab.cbSharedInstall.NoSharedTitle=No install directory
-SettingsTab.cbSharedInstall.NoSharedMessage=No shared directories found.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Cannot read NBM {0} because {1}
-PluginManagerUI.bHelp.text=&Help
-ACN_UnitTable=List of Plugins
-ACD_UnitTable=List of Plugins
-ACN_UpdateCentersTable=List of Update Centers
-ACD_UpdateCentersTable=List of Update Centers allowing to activate or deactivate selected Update Center
-ACN_DetailsPanel=Plugin's details
-ACN_DetailsPanel_Button=Invoke {0} action
-ACN_UnitDetails=Plugin Details
-ACD_Reload=Reload Catalog
-ACD_Search=Search Plugins
-ACN_Tabs=Switch between updates, available, installed and downloaded plugins
-ACD_Tabs=Switch between updates, available, installed and downloaded plugins
-ACN_PluginManagerUI=Plugin Manager
-ACD_PluginManagerUI=Plugin Manager for updating, installing and removing plugins
-ACN_Reload=Reload Catalog
-ACN_UpdateCenterCustomizer=Update Center Customizer
-ACD_UpdateCenterCustomizer=Update Center Customizer for editing update center name and URL
-NetworkProblemPanel_ACD=N/A
-NetworkProblemPanel_taMessage=Message of Network Problem
-NetworkProblemPanel_taTitle_ACN=Network Problem
-UnitTab.detailView.text=Sho&w details
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Internal Updates)
-Unit_InternalUpdates_Title=Internal Updates
-
diff --git a/l10n/src/af/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_af.properties b/l10n/src/af/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_af.properties
deleted file mode 100644
index 801cd90..0000000
--- a/l10n/src/af/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_af.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Check for &Updates
-PluginManagerAction_Name=Plu&gins
-PluginManager_Panel_Name=Plugins
-PluginManager_CloseButton_Name=&Close
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} updates found.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} update found.
-AutoupdateCheckScheduler_UpdateFound_Hint=Click here to make your application up to date.
-AutoupdateCheckScheduler_InstallInProgress=Please wait, another install task in progress...
-
diff --git a/l10n/src/af/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_af.properties b/l10n/src/af/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_af.properties
deleted file mode 100644
index 676d157..0000000
--- a/l10n/src/af/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_af.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The UI allows to browse the installation and contents of registered Update Centers, to download updates or new modules and to automatically install modules.
-OpenIDE-Module-Name=Auto Update UI
-OpenIDE-Module-Short-Description=Supplies UI of Auto Update Services
-
diff --git a/l10n/src/af/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_af.properties b/l10n/src/af/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_af.properties
deleted file mode 100644
index 823a152..0000000
--- a/l10n/src/af/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_af.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_Header_Content=The installer will download, verify and then install the selected plugins.
-OperationDescriptionStep_TableInstall_Title=The following plugins will be installed:
-OperationDescriptionStep_TableUpdate_Title=The following plugins will be updated:
-OperationDescriptionStep_PluginBrokesJavaDependency=The Java platform version {0} was requested but only {1} is running.
-OperationDescriptionStep_HeaderUninstall_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderUninstall_Content=The selected plugins will be uninstalled. The selected plugins will be removed from the disk.
-OperationDescriptionStep_TableUninstall_Title=The following plugins will be uninstalled:
-OperationDescriptionStep_HeaderActivate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderActivate_Content=The selected plugins will be activated.
-OperationDescriptionStepActivate_Table_Title=The following plugins will be activated:
-OperationDescriptionStep_HeaderDeativate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderDeativate_Content=The selected plugins will be deactivated.
-OperationDescriptionStep_TableDeativate_Title=The following plugins will be deactivated:
-PanelBodyContainer_PleaseWait=Please wait until the installer discovers plugins dependencies.
-DependenciesResolutionStep_Table_Title=The following plugins will also be installed because one or more of the plugins you are about to install depend on them:
-UninstallDependenciesResolutionStep_Table_Title=The following plugins need to be deactivated because they require one or more of the plugins you are about to deactivate:
-LicenseApprovalPanel_taTitle_Text=In order to continue with the installation, you need to agree with all of the license agreements associated with the particular plugins.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} License Agreement
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=License Agreement
-LicenseApprovalPanel_Header_Content=Please read all of the following license agreements carefully.
-InstallUnitWizard_Title=Plugin Installer
-InstallStep_Header_Download_Head=Download
-InstallStep_Header_Download_Content=Please wait until the installer downloads the requested plugins.
-InstallStep_Header_Verify_Head=Validate
-InstallStep_Header_Verify_Content=Please wait until the installer validates the downloaded plugins.
-InstallStep_Header_Install_Head=Install
-InstallStep_Header_Install_Content=Please wait until the installer completes the installation.
-InstallStep_Header_InstallDone_Head=Installation completed successfully
-InstallStep_Header_InstallDone_Content=Click Finish to quit the installer.
-InstallStep_Header_InstallUnsuccessful_Head=Installation completed unsuccessfully
-InstallStep_Header_InstallUnsuccessful_Content=Click Finish to quit the installer and try to restart application.
-InstallStep_Header_Restart_Head=Restart application to complete installation
-InstallStep_Header_Restart_Content=Restart application to finish plugin installation.
-UninstallStep_Header_Restart_Head=Restart application to complete deactivation
-UninstallStep_Header_Restart_Content=Restart application to finish plugin deactivation.
-CustomHandleStep_Header_Install_Restart_Head=Restart application to complete installation
-CustomHandleStep_Header_Install_Restart_Content=Restart application to finish plugin installation.
-CustomHandleStep_Header_Uninstall_Restart_Head=Restart application to complete uninstallation
-CustomHandleStep_Header_Uninstall_Restart_Content=Restart application to finish plugin uninstallation.
-
-InstallStep_Done=Done.
-InstallStep_Unsuccessful=Installation is completed but some problem found: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Restart Now
-InstallUnitWizardModel_Buttons_RestartLater=Restart &Later
-InstallUnitWizardModel_Buttons_Install=&Install
-InstallUnitWizardModel_Buttons_Update=&Update
-InstallUnitWizardModel_Buttons_Close=&Finish
-InstallUnitWizardModel_Buttons_Next=Next
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Uninstall
-UninstallUnitWizardModel_Buttons_TurnOn=&Activate
-UninstallUnitWizardModel_Buttons_TurnOff=&Deactivate
-InstallStep_InstallDone_Text=The Plugin Installer has successfully installed the following plugins:
-InstallStep_InstallUnsuccessful_Text=The Plugin Installer found problem {0} while install the following plugins:
-UninstallStep_UninstallDone_Text=The Plugin Installer has successfully uninstalled the following plugins:
-UninstallStep_ActivateDone_Text=The Plugin Installer has successfully activated the following plugins:
-UninstallStep_DeactivateDone_Text=The Plugin Installer has successfully deactivated the following plugins:
-UninstallStep_UninstallFailed_Text=Uninstallation failed: {0}
-UninstallStep_ActivateFailed_Text=Activation failed: {0}
-UninstallStep_DeactivateFailed_Text=Deactivation failed: {0}
-UninstallStep_Done=Done.
-UninstallStep_Failed=Failed. {0}
-UninstallStep_Header_Uninstall_Head=Uninstallation
-UninstallStep_Header_Uninstall_Content=Please wait until the installer uninstalls all the selected plugins.
-UninstallStep_Header_Deactivate_Head=Deactivation
-UninstallStep_Header_Deactivate_Content=Please wait until the installer finishes deactivating all the selected plugins.
-UninstallStep_Header_Activate_Head=Activation
-UninstallStep_Header_Activate_Content=Please wait until the installer finishes activating all the selected plugins.
-UninstallStep_Header_UninstallDone_Head=Uninstallation completed successfully
-UninstallStep_Header_UninstallDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateDone_Head=Deactivation completed successfully
-UninstallStep_Header_DeactivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateDone_Head=Activation completed successfully
-UninstallStep_Header_ActivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_UninstallFailed_Head=Uninstallation failed
-UninstallStep_Header_UninstallFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateFailed_Head=Deactivation failed
-UninstallStep_Header_DeactivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateFailed_Head=Activation failed
-UninstallStep_Header_ActivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_ProgressName_Uninstall=Uninstalling plugins
-UninstallStep_ProgressName_Activate=Activating plugins
-UninstallStep_ProgressName_Deactivate=Deactivating plugins
-ValidationWarningPanel_ShowCertificateButton=&Show certificate
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Validation Warning
-ValidationWarningPanel_VerifyCertificate_Title=Verify Certificate
-ValidationWarningPanel_ContinueButton=&Continue
-ValidationWarningPanel_taHead_NotSignedText=The following plugins are not signed\:
-ValidationWarningPanel_taHead_NotTrustedText=The following plugins are signed but not trusted\:
-ValidationWarningPanel_taWarning_Text=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-OperationDescriptionStep_CustomHandled_Head={0} plugins use native installer:
-InstallStep_Download_DownloadingPlugins=Downloading plugins...
-InstallStep_Validate_ValidatingPlugins=Validating plugins...
-InstallStep_Install_InstallingPlugins=Installing plugins...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Some plugins not installed to avoid potential installation problems.
-CustomHandleStep_Header_Install_Head=Install
-CustomHandleStep_Header_Install_Content=Please wait until the installer completes the installation.
-CustomHandleStep_Header_Uninstall_Head=Uninstallation
-CustomHandleStep_Header_Uninstall_Content=Please wait until the installer finishes uninstalling the selected plugins.
-CustomHandleStep_Header_InstallDone_Head=Installation completed successfully
-CustomHandleStep_Header_InstallDone_Content=Click Next to continue installing the remaining selected plugins using the plugin installer.
-CustomHandleStep_Header_UninstallDone_Head=Uninstallation completed successfully
-CustomHandleStep_Header_UninstallDone_Content=Click Next to continue uninstalling the remaining selected plugins.
-CustomHandleStep_Header_InstallFail_Head=Installation failed.
-CustomHandleStep_Header_InstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Header_UninstallFail_Head=Installation failed
-CustomHandleStep_Header_UninstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Install_InstallingPlugins=Installing plugins using the plugin's installer...
-CustomHandleStep_Uninstall_UninstallingPlugins=Uninstalling plugins using the plugin's installer...
-CustomHandleStep_Done=Done.
-CustomHandleStep_InstallDone_Text=The Plugin Installer has successfully finished the installation.
-CustomHandleStep_InstallFail_Text=Installation of {0} failed.
-CustomHandleStep_UninstallDone_Text=The Plugin Installer has successfully finished the uninstallation.
-CustomHandleStep_UninstallFail_Text=Uninstallation of {0} failed.
-InstallStep_NetworkProblem_Continue=&Try again
-InstallStep_NetworkProblem_Text=Networking problem in {0}
-OperationPanel.cbRunInBackground.text=&Run In Background
-InstallSupport_InBackground_NetworkError=Unable to connect to the Update Center.
-InstallSupport_InBackground_NetworkError_Details=details
-LicenseApprovalPanel.cbAccept.text=I &accept the terms in all of the license agreements.
-InstallSupport_RestartNeeded=Restart the application to complete the installation.
-UninstallSupport_RestartNeeded=Restart the application to complete the deactivation.
-CustomHandleStep_Install_RestartNeeded=Restart the application to complete the installation.
-CustomHandleStep_Uninstall_RestartNeeded=Restart the application to complete the uninstallation.
-
-RestartNeeded_Details=Click here to restart your application now
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans Installer Wizard
-PanelBodyContainer_ACD=NetBeans Installer Wizard
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/A
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/A
-ValidationWarningPanel_tpPlugins_ACN=Unverified Plugins
-ValidationWarningPanel_taWarning_Text_ACD=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-ValidationWarningPanel_taWarning_Text_ACN=Warning
-ValidationWarningPanel_taHead_ACN=N/A
-ValidationWarningPanel_ACD=N/A
-UninstallUnitWizard_Title=Plugin Installer
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Your application is up to date!</h3>
-LazyOperationDescriptionStep_NoUpdates=There are no updates available.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Checking for updates failed.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Check your network connection, verify that your proxy settings<br>are configured correctly, or try again later.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Checking for updates.</b><br>Please wait while the installer checks for available updates.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Initializing the list of updates... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Some plugins require plugin {0} to be installed.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Some plugins are waiting for application restart to resolve following problems:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Some plugins require capability {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Some plugins require the Java platform in version {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Some plugins require JDK</h3>Some of the selected plugins require the JDK in order to function. Currently, NetBeans IDE appears to be running with the JRE instead of the full JDK.<br><br>To use these plugins, start IDE with the <code>--jdkhome</code> command line option set to the location of a JDK installation. See <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> for more information.<br><br>
-OperationDescriptionStep_BrokenModuleDep=The plugin {0} would also need to be installed.
-OperationDescriptionStep_BrokenModuleNameDep=The plugin named {0} is needed and not found.
-OperationDescriptionStep_BrokenModuleVersionDep=The plugin {0} is requested in version >= {1} but only {2} was found.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=The plugin {0} is requested in version >= {1} (release version {2}) but only {3} (of release version different from {2}) was found.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=The plugin {0} is requested in version {1}.
-OperationDescriptionStep_BrokenModuleImplDep=The plugin {0} is requested in implementation version {1}.
-OperationDescriptionStep_BrokenRequiresDep=No plugin providing the capability {0} could be found.
-OperationDescriptionStep_AffectedPluginByBrokenDep=The following plugins are affected:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=The following plugin is affected:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=There were some problems while storing {0}.\nCause: {1}
-InstallStep_DownloadProblem_SomePlugins=selected plugins
-
diff --git a/l10n/src/af/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_af.properties b/l10n/src/af/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_af.properties
deleted file mode 100644
index d85fbae..0000000
--- a/l10n/src/af/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_af.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP Platform
-OpenIDE-Module-Name=RCP Platform
-OpenIDE-Module-Short-Description=NetBeans RCP Platform
-OpenIDE-Module-Long-Description=The NetBeans RCP Platform is a generic framework for Swing applications. It provides the services common to almost all large desktop applications: window management, menus, settings and storage, update management, file access, etc.<br><br>See more information at <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/af/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_af.properties b/l10n/src/af/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_af.properties
deleted file mode 100644
index 3693500..0000000
--- a/l10n/src/af/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_af.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup On SystemFS
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The default implementation of MimeDataProvider.
-OpenIDE-Module-Long-Description=The MIME Lookup On SystemFS module implements MimeDataProvider that looks up objects in the folder hierarchy on the System filesystem.
-
-
diff --git a/l10n/src/af/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_af.properties b/l10n/src/af/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_af.properties
deleted file mode 100644
index d819b5a..0000000
--- a/l10n/src/af/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_af.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The MIME lookup API.
-OpenIDE-Module-Long-Description=The MIME Lookup module provides API for looking up MIME type dependent settings, services and other objects. It also provides SPI for implementing additional MIME type related data provider.
-
diff --git a/l10n/src/af/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_af.properties b/l10n/src/af/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_af.properties
deleted file mode 100644
index 3ef3ddd..0000000
--- a/l10n/src/af/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_af.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Add to Favorites
-ACT_AddOnFavoritesNode=&Add to Favorites...
-ACT_Remove=&Remove from Favorites
-ACT_View=Favor&ites
-ACT_Select=Favorites
-ACT_Select_Main_Menu=Select in F&avorites
-
-Favorites=Favorites
-Templates/Other=Other
-Templates/Properties=User Configuration Properties
-Templates/Other/Folder=Folder
-Templates/Other/file=Empty File
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
-# JFileChooser
-CTL_DialogTitle=Add to Favorites
-CTL_ApproveButtonText=Add
-ERR_FileDoesNotExist={0} does not exist.
-ERR_FileDoesNotExistDlgTitle=Add to Favorites
-
-MSG_NodeNotFound=The document node could not be found in the Favorites tab.
-
-# Manifest localization
-OpenIDE-Module-Name=Favorites
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for organizing favorite files.
-OpenIDE-Module-Long-Description=Favorites module enables you to create a view of files specifically relevant to your work, simply access them at one common place.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Templates
-Templates.Options.Export.displayName=All Templates
-Favorites.Options.Export.displayName=Favorites
-
diff --git a/l10n/src/af/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_af.properties b/l10n/src/af/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_af.properties
deleted file mode 100644
index 6f1560e..0000000
--- a/l10n/src/af/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_af.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Close
-BTN_TemplatesPanel_OpenInEditorButton=&Open in Editor
-LBL_TemplatesAction_Name=&Templates
-HINT_TemplatesAction=Customize templates
-LBL_TemplatesPanel_Title=Template Manager
-BTN_TemplatesPanel_Delete=&Delete
-LBL_TemplatesPanel_TemplatesLabel=&Templates\:
-BTN_TemplatesPanel_Add=&Add...
-BTN_TemplatesPanel_RenameButton=&Rename
-BTN_TemplatesPanel_DuplicateButton=Du&plicate
-BTN_TemplatesPanel_NewFolder=&New Folder
-BTN_TemplatesPanel_MoveUp=Move &Up
-BTN_TemplatesPanel_MoveDown=Move Do&wn
-LBL_TemplatesPanel_JFileChooser_Title=Add Existing Template
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Add
-TXT_TemplatesPanel_NewFolderName=New Folder
-MSG_TemplatesPanel_Nonexistent_File=File ''{0}''\ndoes not exist, please specify an existing file.
-
-TemplatesPanel_TemplateNode_DisplayName=Display Name
-TemplatesPanel_TemplateNode_DisplayName_Desc=Display name of this template. Shown in File|New wizard as well as in Tools|Templates.
-TemplatesPanel_TemplateNode_FileName=File Name
-TemplatesPanel_TemplateNode_FileName_Desc=File name of file represented by this template.
-TemplatesPanel_TemplateNode_ScriptEngine=Script Engine
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Script engine use for processing this template.
-TemplatesPanel_TemplateNode_TemplateCategories=Template Categories
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=A list of template's categories appropriate for this template.
-
-ACD_TemplatesPanel_Add=Add Template
-
-ACD_TemplatesPanel_New=New Template
-
-ACD_TemplatesPanel_Duplicate=Duplicate Selected Template
-
-ACD_TemplatesPanel_Rename=Rename Template
-
-ACD_TemplatesPanel_MoveUp=Move Up Selected Template
-
-ACD_TemplatesPanel_MoveDown=Move Down Selected Template
-
-ACD_TemplatesPanel_Delete=Delete Template
-
-TT_TemplatesPanel_Add=Add Template
-
diff --git a/l10n/src/af/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_af.properties b/l10n/src/af/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_af.properties
deleted file mode 100644
index 929201c..0000000
--- a/l10n/src/af/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_af.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Could not connect to URL {0}; no such resource was found.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Warning: the JavaHelp topic ID {0} was not found.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Loading help sets...
-ACSD_JavaHelp_viewer=Displays one or more online help references in JavaHelp format
-ACSD_Loading_Dialog=Loading help sets
-
-# HelpAction
-LBL_HelpAction=Help
-CTL_OpeningHelp=Opening Help...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP Monitor
-
-# a11y - BrowserDisplayer
-ACSD_Label=Click here to open this link in a web browser.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Showing help ID: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Showing help ID: {0}
-
-QuickSearch/Help=Help
-Err_CreateJavaHelpSearchEngine=Failed to create JavaHelp search engine.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copy Link Location
-
diff --git a/l10n/src/af/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_af.properties b/l10n/src/af/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_af.properties
deleted file mode 100644
index 45c1017..0000000
--- a/l10n/src/af/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_af.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JavaHelp Integration
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Permits JavaHelp help sets to be added to the IDE.
-OpenIDE-Module-Long-Description=Contains the actual JavaHelp runtime library, and the implementation of the part of the Modules API which permits other modules to install help sets using JavaHelp technology.
-
-Menu/Help/master-help.xml=Help &Contents
-Menu/Help/HelpShortcuts=Help &Sets
-Actions/Help/master-help.xml=Help &Contents
-
diff --git a/l10n/src/af/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_af.properties b/l10n/src/af/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_af.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/af/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_af.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/af/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_af.properties b/l10n/src/af/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_af.properties
deleted file mode 100644
index f617e03..0000000
--- a/l10n/src/af/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_af.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Sample value ensuring that decryption is working.
-FallbackProvider.msg_clear_keys=Your previously stored passwords cannot be decrypted. Do you wish to forget all existing passwords and start with a fresh keyring?
-FallbackProvider.title_clear_keys=Delete Stored Passwords
-MasterPasswordPanel.masterPasswordLabel.text=Master &Password:
-MasterPasswordPanel.setNewBox.text=&Change...
-MasterPasswordPanel.newLabel1.text=&New Master Password:
-MasterPasswordPanel.newLabel2.text=&Retype:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=Enter Master Password
-MasterPasswordPanel.enter_password=Enter password
-MasterPasswordPanel.enter_new_password=Enter new password
-MasterPasswordPanel.password_mismatch=New passwords do not match
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/af/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_af.properties b/l10n/src/af/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_af.properties
deleted file mode 100644
index d661fb1..0000000
--- a/l10n/src/af/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_af.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Cannot create file {0} in folder {1}.
-EXC_CannotCreateExistingData=Cannot create file {0} in folder {1}. This file already exists.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Cannot create folder {0} in folder {1}.
-EXC_CannotCreateExistingFolder=Cannot create folder {0} in folder {1}. This folder already exists.
-
-# {0} - the file
-EXC_CannotLock=Cannot lock read-only file {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Invalid lock [{0}] for file {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-EXC_CannotLockRoot=Root cannot be locked.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Cannot get exclusive access to {0} (probably opened for reading).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Cannot get shared access to {0} (probably opened for writing).
-
diff --git a/l10n/src/af/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_af.properties b/l10n/src/af/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_af.properties
deleted file mode 100644
index fc1852d..0000000
--- a/l10n/src/af/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_af.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=File {0} is already locked.
-EXC_FileLockAlreadyExists=File {0} is already locked (lock {1} exists).
-# {0} - full path
-FileObj.readOnlyFile=File {0} cannot be written to because it is read-only.
-
diff --git a/l10n/src/af/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_af.properties b/l10n/src/af/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_af.properties
deleted file mode 100644
index 2fb5bd5..0000000
--- a/l10n/src/af/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_af.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Master Filesystem
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Merges multiple filesystem providers into a single logical tree.
-OpenIDE-Module-Long-Description=Creates mounts for disk roots and then splices in other filesystems such as VCS mounts, providing a single wrapper FileSystem for them all.
-
-LBL_loaderName=FolderLoader for MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Cannot copy root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Cannot move root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Filesystem {1}  cannot be mounted on the root {0}, because Filesystem {2} is already mounted.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Filesystem {1}  cannot be mounted on the root {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Filesystem {0}  cannot be unmounted. 
-
diff --git a/l10n/src/af/platform/options-api/options-api/org/netbeans/modules/options/Bundle_af.properties b/l10n/src/af/platform/options-api/options-api/org/netbeans/modules/options/Bundle_af.properties
deleted file mode 100644
index 36fa58b..0000000
--- a/l10n/src/af/platform/options-api/options-api/org/netbeans/modules/options/Bundle_af.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Options Dialog and SPI
-OpenIDE-Module-Display-Category=Tools
-OpenIDE-Module-Short-Description=Provides the Options dialog and an SPI to add panels to it.
-OpenIDE-Module-Long-Description=Provides the Tools | Options dialog. The SPI lets you add whole new panels, or sections to the Miscellaneous panel.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Options
-CTL_Options_Dialog_Title=Options
-CTL_OK=OK
-CTL_Classic=Advanced Options
-CTL_Classic_Title=Advanced Options
-CTL_Modern=&Basic Options
-CTL_Loading_Options=Loading Settings ...
-CTL_Error_Loading_Options=Loading Options Failed.
-CTL_Some_values_changed=There are some changes. Do you want to apply them?
-
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=&Fonts & Colors
-CTL_Font_And_Color_Options_Title=Fonts & Colors
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-
-CTL_Export=Expor&t
-CTL_Import=&Import
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= Invokes Advanced Options dialog
-ACS_OptionsPanel=Options Dialog
-ACS_Export=Export Options
-ACS_Import=Import Options
-TabbedController.pane.AD=Options Panel
-
-QuickSearch/GoToOption=Options
-
diff --git a/l10n/src/af/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_af.properties b/l10n/src/af/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_af.properties
deleted file mode 100644
index 95766a8..0000000
--- a/l10n/src/af/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_af.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Miscellaneous
-CTL_Advanced_Options_Title=Miscellaneous
-CTL_Advanced_Options_Description=Miscellaneous
-AdvancedPanel.tabbedPanel.AD=Miscellaneous tabbed panel
-Advanced.Export.Category=Miscellaneous
-
diff --git a/l10n/src/af/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_af.properties b/l10n/src/af/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_af.properties
deleted file mode 100644
index 930c4e0..0000000
--- a/l10n/src/af/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_af.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Define Here
-LBL_action_revert=Revert Def.
-LBL_action_delete=Delete
-
-MSG_ask_remove_above_defined_files=Moving the definition here will remove any values stored in layers left of the selected column.\n\nDo you want to proceed?
-
-#file state tooltips
-LBL_fstate_defined=Setting Definition
-LBL_fstate_ignored=Unused Setting Value
-LBL_fstate_inherited=Setting Inherited
-LBL_fstate_undefined=Setting value is not defined here
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=User
-LBL_FSP_Desc_Session-Layer=Session Settings Level
-LBL_FSP_Modules-Layer=Default
-LBL_FSP_Desc_Modules-Layer=Default Installation Settings Level
-
-#OptionsAction
-Options=&Options
-CTL_close_button=&Close
-ACSD_close_button=N/A
-ACSN_optionsTree=N/A
-ACSD_optionsTree=N/A
-LBL_computing=Initializing settings ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Show Levels (press +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Hide Levels (press +)
-CTL_Templates_name=Templates
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorer
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
diff --git a/l10n/src/af/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_af.properties b/l10n/src/af/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_af.properties
deleted file mode 100644
index c92ed6a..0000000
--- a/l10n/src/af/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_af.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Select Options for Export:
-OptionsChooserPanel.outline.all=All
-OptionsChooserPanel.outline.header.tree=Available Options
-OptionsChooserPanel.outline.AN=Available Options
-OptionsChooserPanel.outline.AD=Tree of available options
-OptionsChooserPanel.lblFile.text=&Target zip file:
-OptionsChooserPanel.btnBrowse=B&rowse...
-OptionsChooserPanel.btnBrowse.AN=Browse
-OptionsChooserPanel.btnBrowse.AD=Browse
-OptionsChooserPanel.txtFile.AD=Source or target of import/export.
-OptionsChooserPanel.loading=Loading...
-OptionsChooserPanel.file.warning=Please, select a valid target zip file
-OptionsChooserPanel.nooption.warning=Please, select something to export
-OptionsChooserPanel.file.chooser.title=Select target zip file
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=Select Options to Export
-OptionsChooserPanel.export.status.text=Options Export Finished.
-OptionsChooserPanel.import.title=Select Options to Import
-OptionsChooserPanel.import.lblFile.text=&Import Source:
-OptionsChooserPanel.import.lblHint.text=&Select Options for Import:
-OptionsChooserPanel.import.file.warning=Please, select a valid zip file or userdir
-OptionsChooserPanel.import.nooption.warning=Please, select something to import
-OptionsChooserPanel.import.file.chooser.title=Select zip file or userdir
-OptionsChooserPanel.import.invalid.userdir.title=Invalid Userdir?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Folder {0} does not seem to be a valid userdir. Do you really want to import options from this location?
-OptionsChooserPanel.AD=Panel to choose options for export/import
-OptionsChooserPanel.import.error=Error while importing options. Run IDE with parameter -J-Dorg.netbeans.modules.options.export.level=100 and look at IDE log for details.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Invalid zip file: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Writing to file {0} failed.
-ImportConfirmationPanel.title=Import Confirmation
-ImportConfirmationPanel.cbRestart.text=&Restart IDE now (without restart imported settings may not work)
-ImportConfirmationPanel.cbRestart.AD=Decide whether restart IDE now or later
-ImportConfirmationPanel.cbRestart.AN=Restart IDE now?
-ImportConfirmationPanel.lblMessage.text=Import may irreversibly overwrite your current settings. Perform export first to backup current options. Do you want to continue?
-ImportConfirmationPanel.lblMessage.AD=Confirmation message
-ImportConfirmationPanel.AN=Import Confirmation
-ImportConfirmationPanel.AD=Import Confirmation
-ExportConfirmationPanel.title=Stored Passwords Warning
-ExportConfirmationPanel.lblMessage.text=Exported settings may contain stored passwords. Sharing your settings with other users represents a potential security risk. Do you want to continue?
-ExportConfirmationPanel.cbSkip.text=&Skip this warning next time
-ExportConfirmationPanel.cbSkip.AN=Skip this warning next time?
-ExportConfirmationPanel.cbSkip.AD=Decide whether skip or show this warning next time
-ExportConfirmationPanel.lblMessage.AD=Confirmation message
-ExportConfirmationPanel.AN=Stored passwords warning
-ExportConfirmationPanel.AD=Stored passwords warning
-
diff --git a/l10n/src/af/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_af.properties b/l10n/src/af/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_af.properties
deleted file mode 100644
index d2c889b..0000000
--- a/l10n/src/af/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_af.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Keymap Options
-
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-CTL_Keymap_Options_Description=Keymap
-
-CTL_Duplicate=&Manage Profiles...
-AN_Duplicate=Duplicate
-AD_Duplicate=Duplicate
-CTL_Delete=Dele&te
-AN_Delete=Delete
-AD_Delete=Delete
-CTL_Restore=&Restore
-AN_Restore=Restore
-AD_Restore=Restore
-CTL_Show_Actions=Actio&ns
-AN_Show_Actions=Actions
-AD_Show_Actions=Actions
-CTL_Show_Shortcuts=&Shortcuts
-AN_Show_Shortcuts=Shortcuts
-AD_Show_Shortcuts=Shortcuts
-CTL_Add_Shortcut=A&dd ...
-AN_Add_Shortcut=Add
-AD_Add_Shortcut=Add
-CTL_Remove_Shortcut=Remo&ve
-AN_Remove_Shortcut=Remove
-AD_Remove_Shortcut=Remove
-CTL_Actions=Actio&ns:
-AN_Actions=Actions
-AD_Actions=Actions
-CTL_Shortcuts=&Shortcuts:
-AN_Shortcuts=Shortcuts
-AD_Shortcuts=Shortcuts
-AN_Profiles=Profiles
-AD_Profiles=Profiles
-Show_Actions=Actio&ns
-Show_Shortcuts=&Shortcuts
-Keymaps=&Keymaps
-CTL_Keymap_Name=&Profile:
-View_By=&View By
-Shortcut=&Shortcut:
-Add_Shortcut_Dialog=Add Shortcut
-CTL_Create_New_Profile_Message=Profile &Name:
-CTL_Create_New_Profile_Title=Create New Profile Dialog
-Shortcut_Conflict=<html>Shortcut already assigned to {0} action. If you proceed the shortcut will be reassigned.
-CTL_Clear=&Clear
-AN_Clear=Clear shortcut button
-AD_Clear=Clear the shortcut field
-CTL_Tab=&Tab
-AN_Tab=Insert Tab character button
-AD_Tab=Insert Tab character
-CTL_Duplicate_Profile_Name=Profile with such name already exists.\n Choose different name, please.
-
-CTL_Export_IDE_Actions_Action=Export IDE Actions to XML
-CTL_Export_IDE_Shortcuts_Action=Export IDE Shortcuts to XML
-CTL_Export_Editor_Shortcuts_Action=Export Editor Shortcuts to XML
-CTL_Export_Shortcuts_to_HTML_Action=Export Shortcuts to HTML
-
-CTL_Other=Other
-AN_Shortcut=Shortcut field
-AD_Shortcut=Shortcut field
-AN_ShortcutsDialog=Enter new shortcut
-AD_ShortcutsDialog=Enter new shortcut
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Switching keymap profile from {1} to {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Quick Search: Invoking {1} action, class {0}
-
-QuickSearch/Actions=Actions
-MSG_ActionFailure={0} action can not be invoked through Quick Search...
-
-# Quicksearch options
-KW_KeymapOptions=Keymap Options, Keyboard Shortcuts, Keybindings
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Search:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Field used to narrow list of shortcuts
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Search in Sho&rtcuts:
-
-# Conflict dialogs
-Override_Shortcut=<html>Following Action(s): <br>{0} conflict with this assignment. Do you wish to override?
-Conflicting_Shortcut_Dialog=Conflicting Shortcut Dialog
-Override_All=<html>Following Action(s): <br>{0} conflict with this restore. Do you wish to override all?
-Alternative_Shortcut=(alternative shortcut)
-
-#Table columns
-Actions=Actions
-Shortcut=Shortcut
-Category=Category
-Scope=Scope
-
-#Keymap Popup
-Edit=Edit...
-Add_Alternative=Add Alternative
-Reset_to_Default=Reset to Default
-Clear=Clear
-
-#Keymap completion
-No_Free_Shortcut=No recommended free shortcut with prefix "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicate
-ProfilesPanel.exportButton.text=&Export
-ProfilesPanel.deleteButton.text=De&lete
-ProfilesPanel.importButton.text=&Import
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Profiles scroll pane
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Scroll pane for profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=List of keymap profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Imports profile from external file
-ProfilesPanel.AccessibleContext.accessibleDescription=Profiles Panel
-ProfilesPanel.restoreButton.text=&Restore Defaults
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restores stored defaults
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplicates existing profile
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exports current profile
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Deletes selected custom profile
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=Manage Keymap Profiles
-CTL_Files=Files
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Keymaps
-Keymaps.Options.Export.Profiles.displayName=Keymap Profiles
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/af/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_af.properties b/l10n/src/af/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_af.properties
deleted file mode 100644
index c987b1e..0000000
--- a/l10n/src/af/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_af.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Swing Layout Extensions integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles swing-layout library.
-OpenIDE-Module-Long-Description=This module bundles Swing Layout Extensions library (from swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/af/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_af.properties
deleted file mode 100644
index d008c39..0000000
--- a/l10n/src/af/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_af.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=Common Annotations
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/af/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_af.properties
deleted file mode 100644
index feb9286..0000000
--- a/l10n/src/af/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_af.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization APIs.
-OpenIDE-Module-Long-Description=Lets modules register long-running tasks or processes in a central place.
-
diff --git a/l10n/src/af/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_af.properties
deleted file mode 100644
index 741f64f..0000000
--- a/l10n/src/af/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_af.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Scene Component
-ACS_SceneComponentDesc=Scene view
-
diff --git a/l10n/src/af/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_af.properties
deleted file mode 100644
index af2d2f2..0000000
--- a/l10n/src/af/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_af.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Visual Library API
-OpenIDE-Module-Short-Description=Visual Library API
-
diff --git a/l10n/src/af/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_af.properties
deleted file mode 100644
index ca6f96e..0000000
--- a/l10n/src/af/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_af.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=An instance of the program seems to be already running with your user directory.\nEither a previous session of the program did not exit correctly, or another instance\nof the program is running on a different computer and using the same user directory.\n\nIf another session of the program is running with the same user directory, please click\nCancel to prevent the corruption of the user directory. If you are sure that no other\ninstances of the program are running with your user directory, click OK to continue.
-MSG_AlreadyRunningTitle=Warning
-
-EXC_not_a_module={0} is not a valid NetBeans module.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Bootstrap
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The core bootstrap of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the initial infrastructure that loads all other parts of the application. It cannot be disabled.
-
-MSG_InstallJava6=Cannot run on older versions of Java than Java 6 Standard Edition.\nPlease install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=Java 6 Standard Edition or newer required
-
diff --git a/l10n/src/af/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_af.properties
deleted file mode 100644
index 80e1b53..0000000
--- a/l10n/src/af/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_af.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Output {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=&Exit IDE
-ACSD_EndTasks=N/A
-CTL_PendingTitle=Exit IDE
-ACSD_PendingTitle=N/A
-LAB_PendingTasks=E&xiting the IDE will terminate the following processes:
-ACSD_PendingTasks=N/A
-# {0} - process name
-CTL_PendingExternalProcess2=Process - {0}
-# {0} - action name
-CTL_ActionInProgress={0} action in progress
-
diff --git a/l10n/src/af/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_af.properties
deleted file mode 100644
index 53a2a23..0000000
--- a/l10n/src/af/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_af.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Remove
-CTL_MoveUp=Move &Up
-CTL_MoveDown=Move Do&wn
-CTL_AddDirectory=Add Director&y...
-CTL_AddJAR=Add &JAR/ZIP...
-CTL_JarArchivesMask=JAR and ZIP Archives
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_AddDirectory=N/A
-ACSD_AddJAR=N/A
-ACSD_PathList=N/A
-ACSD_CustomNbClassPathEditor=N/A
-CTL_Edit_Jar_Dialog_Title=Edit JAR File
-CTL_Edit_Local_Dialog_Title=Edit Local Directory
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=Add JAR File
-CTL_FileSystemPanel.Local_Dialog_Title=Add Local Directory
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Process\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Arguments\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Arguments &Hint
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Browse...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/A
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/A
-ACSD_CustomNbProcessDescriptorEditor=N/A
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Path Entries
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=List of path entries to be edited.
-
diff --git a/l10n/src/af/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_af.properties
deleted file mode 100644
index d19338b..0000000
--- a/l10n/src/af/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_af.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Execution
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of the Execution engine.
-OpenIDE-Module-Long-Description=Adds support for execution into the platform. Contains classes which implement the execution part of APIs and corresponding GUI.
-
diff --git a/l10n/src/af/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_af.properties
deleted file mode 100644
index 6913b0d..0000000
--- a/l10n/src/af/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_af.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=&Output
-
-#Title for I/O window
-LBL_IO_WINDOW=Output
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Output
-
diff --git a/l10n/src/af/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_af.properties
deleted file mode 100644
index d904be1..0000000
--- a/l10n/src/af/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_af.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editors
-EditorsAction.source=&Source
-GetLeftEditorAction.name=Editors - Iterate left
-
-GetRightEditorAction.name=Editors - Iterate right
-
-TabButton.tool_tip={0} View
-
diff --git a/l10n/src/af/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_af.properties
deleted file mode 100644
index 34b8ae8..0000000
--- a/l10n/src/af/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_af.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MultiView Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=MultiView Windows framework and APIs
-OpenIDE-Module-Long-Description=MultiView Windows framework and APIs
-
diff --git a/l10n/src/af/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_af.properties
deleted file mode 100644
index 27caa53..0000000
--- a/l10n/src/af/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_af.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Native Access
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-OpenIDE-Module-Long-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-
diff --git a/l10n/src/af/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_af.properties
deleted file mode 100644
index f1db8aa..0000000
--- a/l10n/src/af/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_af.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparency
-
diff --git a/l10n/src/af/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_af.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/af/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_af.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/af/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_af.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/af/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_af.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/af/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_af.properties
deleted file mode 100644
index fe48716..0000000
--- a/l10n/src/af/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_af.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-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_FONT_TYPE=Choose Font...
-ACTION_FILTER=Filter...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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...
-
diff --git a/l10n/src/af/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_af.properties
deleted file mode 100644
index d9f02d2..0000000
--- a/l10n/src/af/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_af.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Input
-LBL_EOF=&Close Input
-TIP_EOF=Closes the input component and sends end-of-file to any readers
-TIP_INPUT=Enter text and press enter to send it to the running process
-
-#Output window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
diff --git a/l10n/src/af/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_af.properties
deleted file mode 100644
index 4762f92..0000000
--- a/l10n/src/af/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_af.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Startup
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Loads and enables modules.
-OpenIDE-Module-Long-Description=This module provides the central additional functionality to Bootstrap to locate and enable the right modules.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user is not set.\nPlease check your NetBeans startup script.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Your user directory ({0}) cannot reside inside your NetBeans installation directory ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Starting NetBeans Platform
-# The Title of the About Box
-CTL_About_Title=About
-CTL_About_Detail=Detail
-ACSD_AboutDialog=N/A
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/A
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=UI class name expected, using default UI...
-ERR_UserDirExpected=Directory expected after --userdir switch
-ERR_UINotFound=UI class not found, using default UI...
-ERR_FontSizeExpected=Font size expected, using default font size...
-ERR_BadFontSize=Bad format of the font size, using default font size...
-ERR_BrandingNeedsArgument=Option --branding requires one argument
-ERR_LocaleExpected=Locale specification expected after --locale switch
-
-
-CTL_Netbeanshome_notexists=netbeans.home points to a non-existent directory.
-CTL_Netbeanshome1=netbeans.home does not point to a directory.
-CTL_Netbeanshome2=netbeans.user points to a non-existent directory.
-CTL_Netbeanshome3=netbeans.user does not point to a directory.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Cannot create system directory in {0}. A file with the same name already exists.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Cannot create system directory in {0}.
-CTL_Cannot_mount_system_fs=Cannot add System filesystem, exiting...
-
-#startup info messages
-MSG_IDEInit=Initializing...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Could not connect to URL {0}. No such resource was found.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize is not supported on GTK look and feel. Adjust your desktop font size instead.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Error: {0}
-EXC_GraphicsStartFails2=See the {0} for details.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=The module {0} was requested in version >= {1} but only {2} was found.
-# {0} - module display name
-MSG_problem_other_disabled=The module {0} would also need to be installed.
-LBL_no_impl_version=[no version specified]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=The module {0} was requested in implementation version "{1}" but only "{2}" was found.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=The module named {0} was needed and not found.
-# {0} - required token
-MSG_problem_require_disabled=None of the modules providing the capability {0} could be installed.
-# {0} - required token
-MSG_problem_require_not_found=No module providing the capability {0} could be found.
-# {0} - class name
-MSG_problem_class_not_loaded=The package containing the class {0} was not loaded.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=The package {0} was not loaded or was an outdated version.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=The Java platform version {0} or higher was requested but only {1} is running.
-MSG_warning=Warning
-MSG_info=Information
-MSG_continue=Disable Modules and Continue
-MSG_exit=Exit
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Another module|1<{0} further modules} could not be installed due to the above problems.
-
-# NbEvents
-MSG_start_load_boot_modules=Loading core...
-MSG_finish_load_boot_modules=Loading core...done.
-MSG_start_auto_restore=Loading modules...
-MSG_finish_auto_restore=Done loading modules.
-MSG_start_enable_modules=Turning on modules...
-MSG_finish_enable_modules=Turning on modules...done.
-TEXT_finish_enable_modules=Turning on modules:
-MSG_start_disable_modules=Turning off modules...
-MSG_finish_disable_modules=Turning off modules...done.
-TEXT_finish_disable_modules=Turning off modules:
-MSG_failed_install_new=Warning - could not install some modules:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Warning - could not install module {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Deploying test module in {0} ...
-TEXT_finish_deploy_test_module=Finished deploying test module.
-MSG_start_read=Reading module storage...
-MSG_finish_read=Reading module storage...done.
-MSG_restore=Starting modules...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Installing {0}
-# {0} - module display name
-TEXT_install=Installing new module: {0}
-# {0} - module display name
-MSG_update=Starting a new version of {0}
-# {0} - module display name
-TEXT_update=Updating module: {0}
-# {0} - module display name
-MSG_uninstall=Stopping {0}
-MSG_load_section=Loading modules...
-MSG_load_layers=Loading module services...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Warning: the module {0} could not be found, ignoring...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=The module {0} could not be deleted as it was an autoload or eager module and still in use.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=An attempt was made to change the property {1} of the module {0} in the system/Modules folder.\nThe actual value is "{3}" but it was changed on disk to read "{2}".\nThis property cannot be changed while the IDE is running, so this attempt had no effect.
-# {0} - JAR file name
-TEXT_patch=Module patch or custom extension: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Missing resource from class: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Key which was not found: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Parse error in file {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Parse error in file {1} line {3} column {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/af/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_af.properties
deleted file mode 100644
index 461e0c2..0000000
--- a/l10n/src/af/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_af.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Default System
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Loading cached objects...
-MSG_end_load_cache=Loading cached objects...done.
-MSG_start_rewrite_cache=Recreating cache of objects...
-MSG_end_rewrite_cache=Recreating cache of objects...done.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=File event {0}, file {1}
-
diff --git a/l10n/src/af/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_af.properties
deleted file mode 100644
index 95bed0c..0000000
--- a/l10n/src/af/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_af.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Files
-AdvancedOption.tooltip=Files
-FileAssociationsPanel.btnDefault.text=&Default
-FileAssociationsPanel.btnDefault.tooltip=Restore default setting for selected file extension
-FileAssociationsPanel.btnDefault.AN=Restore Default Setting
-FileAssociationsPanel.btnDefault.AD=Restore Default Setting for Selected File Extension
-FileAssociationsPanel.btnDefaultIgnored.text=De&fault
-FileAssociationsPanel.btnDefaultIgnored.AN=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnDefaultIgnored.AD=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnNew.text=&New...
-FileAssociationsPanel.btnNew.AN=New File Extension
-FileAssociationsPanel.btnNew.AD=New File Extension
-FileAssociationsPanel.btnRemove.text=&Remove
-FileAssociationsPanel.btnRemove.AN=Remove Selected File Extension
-FileAssociationsPanel.btnRemove.AD=Remove Selected File Extension
-FileAssociationsPanel.cbExtension.choose=< Choose the extension >
-FileAssociationsPanel.cbExtension.AD=File Extension
-FileAssociationsPanel.cbExtension.AN=List of File Extensions
-FileAssociationsPanel.cbType.AN=List of File Types
-FileAssociationsPanel.cbType.AD=List of File Types
-FileAssociationsPanel.lblAssociatedAlso.text=Associated also with:
-FileAssociationsPanel.lblAssociatedAlso.AN=File Type Associated Also with Extensions
-FileAssociationsPanel.lblAssociatedAlso.AD=File Type Associated Also with Extensions
-FileAssociationsPanel.lblExtension.text=File &Extension:
-FileAssociationsPanel.lblExtension.AN=File Extension
-FileAssociationsPanel.lblExtension.AD=List of File Extensions
-FileAssociationsPanel.lblType.text=Associated File &Type (MIME):
-FileAssociationsPanel.lblType.AD=List of Associated File Types
-FileAssociationsPanel.lblType.AN=List of Associated File Types
-FileAssociationsPanel.lblFileAssociations.text=File Associations
-FileAssociationsPanel.lblFilesIgnored.text=Files Ignored by the IDE
-FileAssociationsPanel.lblPattern.text=&Ignored Files Pattern:
-FileAssociationsPanel.lblPattern.tooltip=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.lblPattern.AN=Ignored Files Pattern
-FileAssociationsPanel.lblPattern.AD=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.txtPatternError.AN=Ignored Files Pattern Syntax Error
-FileAssociationsPanel.txtPatternError.AD=Syntax error in ignored files regular expression
-
-NewExtensionPanel.title=Enter New File Extension
-NewExtensionPanel.AD=Enter New File Extension
-NewExtensionPanel.lblExtension.text=File &Extension:
-NewExtensionPanel.lblExtension.AN=File Extension
-NewExtensionPanel.lblExtension.AD=File Extension
-
-OpenAsAction.name=Open As...
-OpenAsPanel.txtDescription.AN=Hint
-OpenAsPanel.txtDescription.AD=Hint
-OpenAsPanel.lblExtension.text=Treat {0} files as:
-OpenAsPanel.title=Open as...
-OpenAsPanel.open=Open
-OpenAsPanel.AD=Choose type of file
-
-# display name for options export
-Files.Options.Export.displayName=Files
-OpenAsPanel.lblDescription.text=NetBeans does not know this type of file. Please specify how should these files be treated.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/af/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_af.properties
deleted file mode 100644
index 479649d..0000000
--- a/l10n/src/af/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_af.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_General_Options_Category=General
-CTL_General_Options_Description=General options, Proxy settings, Editor settings
-CTL_Package_View_Type=View Java Packages as:
-CTL_Flattern_Packages=&List
-AN_Flattern_Packages=List
-AD_Flattern_Packages=List
-CTL_Tree_Packages=Tree
-AN_Tree_Packages=Tree
-AD_Tree_Packages=Tree
-CTL_No_Proxy=&No Proxy
-AN_No_Proxy=No Proxy
-AD_No_Proxy=No Proxy
-CTL_Usage_Statistics=Usage Statistics:
-AN_Usage_Statistics=Usage Statistics
-AD_Usage_Statistics=Usage Statistics
-CTL_Usage_Check=Hel&p us improve the NetBeans IDE by providing anonymous usage data
-AN_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-AD_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-CTL_Usage_Info=<html>The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.</html>
-AN_Usage_Info=Usage statistics info
-AD_Usage_Info=The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Learn more</u></font></html>
-AN_Learn_More=Learn more
-AD_Learn_More=Learn more
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Use System Proxy Settings
-AN_Use_System_Proxy_Settings=Use System Proxy Settings
-AD_Use_System_Proxy_Settings=Use System Proxy Settings
-CTL_Use_HTTP_Proxy=&Manual Proxy Settings
-AN_Use_HTTP_Proxy=HTTP Proxy
-AD_Use_HTTP_Proxy=HTTP Proxy
-AN_Web_Browser=Web Browser
-AD_Web_Browser=Web Browser
-AN_Host=Host
-AD_Host=Host
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Update Period
-AD_Update_Period=Update Period
-AN_Ask_Before_Check=Ask Before Check
-AD_Ask_Before_Check=Ask Before Check
-Line_Numbers=&Line Numbers
-Antialiasing=Antialiasing:
-Text_Antialiasing=Use Antialiasing
-Toolbar=&Toolbar
-Package_View=Package View
-SDI_Window_Mode=SDI Window Mode
-MDI_Window_Mode=MDI Window Mode
-Tree_View=Tree View
-Default_System_Browser=<Default Browser>
-Swing_HTML_Browser=Swing Browser
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=General
-CTL_Web_Browser=&Web Browser:
-Confirm_Delete=&Confirm Delete:
-CTL_Web_Proxy=Proxy Settings:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=HTTP Pro&xy\:
-Code_Folding=Code Folding:
-Show=Show:
-Editor=Editor
-CTL_Check_Period=Check Perio&d:
-CTL_Ask_Before_Check=Ask &Before Check:
-CTL_Auto_Update=Auto Update
-Use_Folding=&Use Code Folding
-Fold_Methods=Fold &Methods
-Fold_Classes=Fol&d Inner Classes
-Fold_Imports=Fold Import&s
-Fold_JavaDoc=Fold &Javadoc Comments
-Fold_Licence=F&old Initial Comment
-Auto_Popup=Auto Popup:
-Auto_Popup_Completion=Completion Window
-Auto_Popup_JavaDoc=Javadoc Window
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Default_System_Browser=Default System Browser
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Internal Browser
-
-
-
-
-AN_NonProxy=No Proxy For
-
-AD_NonProxy=No Proxy For
-
-CTL_Non_Proxy=No Prox&y For\:
-
-Non_Proxy_Hint=(e.g. localhost, *.netbeans.org, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=M&ore...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Advanced Proxy Settings
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Open Advanced Proxy Settings
-
-LBL_GeneralOptionsPanel_PortError=Port number must be an integer value.
-
-LBL_GeneralOptionsPanel_lWebProxy=Proxy Settings\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP &Proxy\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(e.g. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&t\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS Proxy\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS Proxy\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=No Pro&xy Hosts\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Proxy Re&quires Authentication
-
-LBL_AdvancedProxyPanel_lUserName=&Username\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Pass&word\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Use the same proxy settings for &all protocols
-
-LBL_AdvancedProxyPanel_Title=Advanced Proxy Options
-LBL_AdvancedProxyPanel_PortError=Port number must be an integer value.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Use System Proxy Settings
-GeneralOptionsPanel.lWebBrowser.text=&Web Browser\:
-GeneralOptionsPanel.rbNoProxy.text=&No Proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/A
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/A
-
-LBL_WebBrowsersPanel_Title=Web Browsers
-LBL_ExternalBrowser_Name=External Browser
-WebBrowsersPanel.nameLabel.text=Name\:
-WebBrowsersPanel.executableLabel.text=Executable\:
-WebBrowsersPanel.parametersLabel.text=Parameters\:
-WebBrowsersPanel.browseButton.text=Browse...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Add...
-WebBrowsersPanel.removeButton.text=Remove
-WebBrowsersPanel.browsersLabel.text=Web Browsers\:
-GeneralOptionsPanel.editBrowserButton.text=&Edit...
-GeneralOptionsPanel.editBrowserButton.AD=Edit Web Browsers
-GeneralOptionsPanel.editBrowserButton.AN=Edit Web Browsers
-WebBrowsers_URL_Hint=Hint\: {URL} \= URL of the page to be loaded by the web browser
-
-ACS_WebBrowsersList=List of available web browsers
-ACS_AddWebBrowserButton=Add new web browser
-ACS_RemoveWebBrowserButton=Remove selected web browser
-ACS_BrowserNameField=Web browser name
-ACS_BrowserExecutableField=Web browser executable
-ACS_BrowserParametersField=Web browser executable parameters
-ACS_BrowseExecutableButton=Browse web browser executable
-WebBrowsersOptionsPanel.browsersLabel.text=&Web Browsers\:
-WebBrowsersOptionsPanel.addButton.text=A&dd...
-WebBrowsersOptionsPanel.removeButton.text=&Remove
-WebBrowsersOptionsPanel.nameLabel.text=&Name\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Web Browsers
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Browsers list
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=List of Web Browsers
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Add button
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Remove button
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Browser name
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Web Browsers
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Web Browsers
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Direct connection.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, General Options
-
-# Display name for options export
-General.Options.Export.Category.displayName=General
-General.Options.Export.displayName=General
-Other.Options.Export.displayName=All Other Unspecified
-
diff --git a/l10n/src/af/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_af.properties
deleted file mode 100644
index 67a3119..0000000
--- a/l10n/src/af/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_af.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface of the platform.
-OpenIDE-Module-Long-Description=Provides classes and resources for the standard basic user interface of the platform and for applications built on top of the platform.
-
-Actions=Actions
-Actions/Edit=Edit
-Actions/Help=Help
-Actions/System=System
-Actions/Tools=Tools
-Actions/View=View
-Actions/Window/SelectDocumentNode=Select Document in
-Menu=Menu Bar
-Menu/Edit=&Edit
-Menu/File=&File
-Menu/GoTo=&Navigate
-Menu/Help=&Help
-Menu/Tools=&Tools
-Menu/View=&View
-Menu/Window/SelectDocumentNode=Select Docume&nt in
-Services/Browsers=Web Browsers
-Templates/Privileged=Privileged
-Templates/Recent=Recent
-Templates/Services/Browsers=Web Browsers
-Toolbars=Toolbars
-Toolbars/Clipboard=Cli&pboard
-Toolbars/UndoRedo=&Undo/Redo
-Toolbars/File=&File
-Toolbars/Memory=&Memory
-Toolbars/Standard.xml=Coding
-UI/Services=Options
-
-ProgressDisplayName_FileSystemRefresh=Refreshing files
-
diff --git a/l10n/src/af/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_af.properties
deleted file mode 100644
index b2d90f4..0000000
--- a/l10n/src/af/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_af.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Start sampling IDE
-SelfSamplerAction_ActionNameStop=Stop sampling and take snapshot
-SelfSamplerAction_ActionDescription=Will take a snapshot based on the thread dump
-SelfSamplerAction_ThreadName=IDE Self Sampler
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=Snapshot was saved to {0}
-Save_Progress=Saving snapshot
-
diff --git a/l10n/src/af/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_af.properties
deleted file mode 100644
index 9a74cc8..0000000
--- a/l10n/src/af/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_af.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Open in System
-
diff --git a/l10n/src/af/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_af.properties
deleted file mode 100644
index 190b65b..0000000
--- a/l10n/src/af/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_af.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Total physical memory {0}
-
-
-#LOG_WINDOW_ACTIVATED=Main Window Activated, refresh took {0} ms
-#LOG_WINDOW_DEACTIVATED=Main Window Deactivated
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Checking for external changes
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspended
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_af.properties
deleted file mode 100644
index c6dd756..0000000
--- a/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_af.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Only Workspace>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_af.properties
deleted file mode 100644
index 580c1f0..0000000
--- a/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_af.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&lone Document
-# CloseWindowAction
-CTL_CloseWindowAction=&Close Window
-
-CTL_RecentViewListAction=Go to P&revious Document
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=Close &All Documents
-
-# UndockAction
-CTL_UndockWindowAction=&Undock Window
-CTL_UndockWindowAction_Dock=Doc&k Window
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Close All Documents
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimize Window
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Close Window
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Close Other Documents
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Save Document
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Clone Document
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Close Other Docu&ments
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maximi&ze Window
-CTL_UnmaximizeWindowAction=Restore Window
-
-# DocumentsAction
-CTL_DocumentsAction=&Documents...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=&Toolbars
-
-# NextTabAction
-CTL_NextTabAction=Next Tab
-# PreviousTabAction
-CTL_PreviousTabAction=Previous Tab
-
-CTL_ToggleFullScreenAction=&Full Screen
-
-# ResetWindowsAction
-CTL_ResetWindows=Reset &Windows
-
-LBL_ToggleWindowTransparencyAction=Transparent Window
-LBL_WindowTransparencyHint=Press and hold [Ctrl+NumPad 0] key to make minimized window transparent.
-
-# Properties
-GlobalProperties=P&roperties
-
diff --git a/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_af.properties
deleted file mode 100644
index d06eed8..0000000
--- a/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_af.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Appearance
-AdvancedOption_Tooltip_WinSys=Window System related options
-
-IsAlphaFloatingTooltip=Makes unfocused floating windows semi-transparent after few seconds
-
-IsDragWindowTooltip=Enables "ghost" window image during drag and drop of a window
-IsAlphaDragTooltip=Enables transparency in drag window image
-
-IsSnapScreenEdgesTooltip=Enables snapping of floating windows to screen edges
-IsSnappingTooltip=Enables automatic snapping of floating windows for easier layout handling
-
-NoAlphaSupport=Window transparency is not supported by OS
-LBL_DragWindowImage=Drag window image
-LBL_TransparentDragWindow=Transparent drag window image
-LBL_TransparentFloatingWindows=Transparent floating windows
-LBL_SnapFloatingWindows=Snapping floating windows
-LBL_SnapToScreenEdges=Snap to screen edges
-LBL_CloseActivatesRecentDocument=Close activates most recent document
-TIP_CloseActivatesMostRecentDocument=When a document is closed then the most recent document becomes active instead of its neighbor
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=When a document is closed then the most recent document becomes active
-
diff --git a/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_af.properties
deleted file mode 100644
index 60ac482..0000000
--- a/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_af.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Cannot parse configuration of window manager {0}.
-EXC_GroupParse=Cannot parse configuration of Group {0}.
-EXC_TCGroupParse=Cannot parse configuration of TCGroup {0}.
-EXC_TCRefParse=Cannot parse configuration of TCRef {0}.
-EXC_ModeParse=Cannot parse configuration of mode {0}.
-
-# PersistenceManager
-EXC_RootFolder=Cannot create root folder {0}
-EXC_CompsFolder=Cannot create components folder {0}
-EXC_GroupsFolder=Cannot create groups folder {0}
-EXC_ModesFolder=Cannot create modes folder {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Top component {0} could not be located or loaded from 'Components' folder.
-EXC_CannotSaveTCSettings=Settings of top component {0} could not be saved
-EXC_CopyFails=Cannot copy component settings file to folder {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Component {0} could not be saved due to problems with its serialization.
-FMT_TCReadError=Component {0} could not be opened due to problems with its deserialization.
-
-
diff --git a/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_af.properties
deleted file mode 100644
index 8395eea..0000000
--- a/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_af.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation for windowing support.
-OpenIDE-Module-Long-Description=Adds classes implementing the window system part of the APIs.
-
-Actions/Window=Window
-Menu/Window=&Window
-
-# Options export
-Toolbars.Options.Export.displayName=Toolbars
-
diff --git a/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_af.properties
deleted file mode 100644
index 86ed80f..0000000
--- a/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_af.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Cancel
-CloseButton=Close
-# HelpButton=Help
-YesButton=Yes
-NoButton=No
-# ApplyButton=Apply
-DetailsButton=Details
-# ButtoBarButoo
-CTL_Button=Button
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorDialog=File selector dialog
-ACSN_FileSelectorTreeView=Tree View
-ACSD_FileSelectorTreeView=Tree view in file selector
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Customizer Dialog
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Close
-CANCEL_OPTION_CAPTION=Cancel
-HELP_OPTION_CAPTION=&Help
-NO_OPTION_CAPTION=No
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Yes
-ACS_YES_OPTION_NAME=Yes
-ACS_YES_OPTION_DESC=Yes button
-# - {0} message
-ACSD_ErrorMessage=Error: {0}
-ACSD_WarningMessage=Warning: {0}
-ACSD_QuestionMessage=Question {0}
-ACSD_InformationMessage=Information {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Cancel
-ACS_CANCEL_OPTION_DESC=Cancel button
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=OK button
-
-ACS_NO_OPTION_NAME=No
-ACS_NO_OPTION_DESC=No button
-
-ACS_HELP_OPTION_NAME=Help
-ACS_HELP_OPTION_DESC=Help button
-
-ACS_CLOSED_OPTION_NAME=Close
-ACS_CLOSED_OPTION_DESC=Close button
-
-
diff --git a/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_af.properties
deleted file mode 100644
index 1240f01..0000000
--- a/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_af.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Main Window
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documents:
-LBL_Description=Descri&ption:
-LBL_Activate=Swi&tch to Document
-LBL_CloseDocuments=C&lose Document(s)
-LBL_SaveDocuments=&Save Documents(s)
-LBL_Close=&Close
-
-ACSD_Activate=N/A
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/A
-
-CTL_DocumentsTitle=Documents
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Properties
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#No Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-ACSN_PropertiesSheet=Property sheet
-ACSD_PropertiesSheet=View shows properties for given node.
-EXC_CannotLoadNodes=Nodes cannot be loaded into the property sheet. They probably no longer exist.
-
diff --git a/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_af.properties
deleted file mode 100644
index 727b51c..0000000
--- a/l10n/src/af/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_af.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&Small Toolbar Icons
-
-# ToolbarLayout
-EXC_wrongConstraints=cannot add to layout: does not use ToolbarConstraints
-
-CTL_CustomizeToolbars=&Customize...
-
-#New Toolbar Button label
-CTL_NewToolbar=&New Toolbar...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&Small Toolbar Icons
-
-#Drag and Drop hint
-CTL_TreeLabel=Drag items to or from the toolbars to add or remove them...
-
-LBL_PleaseWait=Please wait...
-
-#Close customizer button
-CTL_Close=&Close
-
-#Customizer dialog window title
-CustomizerTitle=Customize Toolbars
-
-ACSD_ActionsTree=Drag items from here to toolbars.
-ACSN_ActionsTree=Actions Pool
-
-ACSN_ActionsScrollBar=Actions Pool Scrollbar
-ACSD_ActionsScrollBar=Actions Pool Scrollbar
-
-ACSD_ToolbarCustomizer=Toolbar Customizer
-
-ACSD_Close=Close Button
-ACSD_NewToolbar=New Toolbar Button
-
-ACSD_SmallIcons=Small Icons Checkbox
-
-CTL_ResetToolbarsAction=Reset &Toolbars
-CTL_ResetToolbarsButton=Reset &Toolbars
-
-
-
-PROP_newToolbarLabel=&Name:
-PROP_newToolbarDialog=New Toolbar
-PROP_newToolbar=Toolbar
-MSG_ToolbarExists=Toolbar {0} already exists.
-
-
diff --git a/l10n/src/af/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_af.properties
deleted file mode 100644
index ab148b5..0000000
--- a/l10n/src/af/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_af.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=The size cannot be negative
-CTL_InvalidValue=Invalid value entered
-CTL_InvalidValueWithParam=Invalid value {0} entered
-CTL_InvalidValueWithExc=Invalid value entered. \nCause: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Value of {0} should be in format {1}
-
-#ColorEditor
-CTL_AWTPalette=AWT Palette
-CTL_SwingPalette=Swing Palette
-CTL_SystemPalette=System Palette
-ACSD_CustomColorEditor=N/A
-FMT_IllegalEntry="{0}" is not a valid color identifier.  You may enter Swing or AWT constants or red/green/blue values.
-
-# ColorEditor:AWT color names
-LAB_White=white
-LAB_LightGray=lightGray
-LAB_Gray=gray
-LAB_DarkGray=darkGray
-LAB_Black=black
-LAB_Red=red
-LAB_Pink=pink
-LAB_Orange=orange
-LAB_Yellow=yellow
-LAB_Green=green
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=blue
-# ColorEditor: system color names
-LAB_ActiveCaption=Active Caption
-LAB_ActiveCaptionBorder=Active Caption Border
-LAB_ActiveCaptionText=Active Caption Text
-LAB_Control=Control
-LAB_ControlDkShadow=Control Dk Shadow
-LAB_ControlHighlight=Control Highlight
-LAB_ControlLtHighlight=Control Lt Highlight
-LAB_ControlShadow=Control Shadow
-LAB_ControlText=Control Text
-LAB_Desktop=Desktop
-LAB_InactiveCaption=Inactive Caption
-LAB_InactiveCaptionBorder=Inactive Caption Border
-LAB_InactiveCaptionText=Inactive Caption Text
-LAB_Info=Info
-LAB_InfoText=Info Text
-LAB_Menu=Menu
-LAB_MenuText=Menu Text
-LAB_Scrollbar=Scrollbar
-LAB_Text=Text
-LAB_TextHighlight=Text Highlight
-LAB_TextHighlightText=Text Highlight Text
-LAB_TextInactiveText=Text Inactive Text
-LAB_TextText=Text Text
-LAB_Window=Window
-LAB_WindowBorder=Window Border
-LAB_WindowText=Window Text
-
-#DimensionCustomEditor
-CTL_Dimension=Dimension
-CTL_Width=&Width:
-CTL_Height=&Height:
-ACSD_CTL_Width=N/A
-ACSD_CTL_Height=N/A
-ACSD_DimensionCustomEditor=N/A
-
-#DimensionEditor
-CTL_HintFormat=[width,height]
-
-#FontEditor
-CTL_Plain=Plain
-CTL_Bold=Bold
-CTL_Italic=Italic
-CTL_BoldItalic=Bold Italic
-CTL_Font=Fon&t:
-CTL_FontStyle=Font St&yle:
-CTL_Size=&Size:
-CTL_Preview=Preview
-ACSD_CTL_Font=N/A
-ACSD_CTL_FontStyle=N/A
-ACSD_CTL_Size=N/A
-ACSD_FontCustomEditor=N/A
-
-#InsetsCustomEditor
-CTL_Insets=Insets
-CTL_Top=&Top:
-CTL_Left=&Left:
-CTL_Bottom=&Bottom:
-CTL_Right=&Right:
-ACSD_CTL_Top=N/A
-ACSD_CTL_Left=N/A
-ACSD_CTL_Bottom=N/A
-ACSD_CTL_Right=N/A
-
-#InsetsEditor
-CTL_HintFormatIE=[top,left,bottom,right]
-
-# ObjectEditor
-CTL_NullValue=<Lookup null value>
-CTL_NullItem=<Lookup null item>
-
-#PointCustomEditor
-CTL_Point=Point
-CTL_X=&X:
-ACSD_CTL_X=N/A
-CTL_Y=&Y:
-ACSD_CTL_Y=N/A
-ACSD_PointCustomEditor=N/A
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rectangle
-ACSD_CustomRectangleEditor=N/A
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,width,height]
-
-#StringCustomEditor
-ACS_TextArea=Text:
-ACSD_TextArea=Enter the property text here
-ACSD_CustomStringEditor=Editor for string properties
-ACS_Instructions=Instructions
-ACSD_Instructions=N/A
-
-MSG_FontIsNotInitialized=Storing to XML failed because the value of font is not initialized.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Select a File or Directory
-CTL_DialogTitleFiles=Select a File
-CTL_DialogTitleDirs=Select a Directory
-ACSD_FileEditor=N/A
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Unspecified>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Properties
-ACSD_PropertiesEditorPane=N/A
-ACSD_CustomPropertiesEditor=N/A
-WARN_PropertiesComments=Warning: comments will be discarded.
-
-#StringArrayCustomEditor
-CTL_Empty=<empty>
-CTL_Item=&Item:
-ACSD_CTL_Item=N/A
-CTL_ItemList=Item &List
-ACSD_CTL_ItemList=N/A
-CTL_Add_StringArrayCustomEditor=&Add
-ACSD_CTL_Add_StringArrayCustomEditor=N/A
-CTL_Change_StringArrayCustomEditor=&Edit
-ACSD_CTL_Change_StringArrayCustomEditor=N/A
-CTL_Remove=&Remove
-ACSD_CTL_Remove=N/A
-CTL_MoveUp=&Up
-ACSD_CTL_MoveUp=N/A
-CTL_MoveDown=Do&wn
-ACSD_CTL_MoveDown=N/A
-ACSD_StringArrayCustomEditor=N/A
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Non integer input value: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Illegal string kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - valid values are: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Unknown class: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Not a legal value: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Not a recognized URL: {0}
-#
-MSG_NULL_OR_EMPTY=Null, or an empty array
-
-#ObjectEditor
-ACSN_ObjectTree=Available options
-ACSD_ObjectTree=Select an object
-
-#Font Editor
-MSG_AppleBug=If you are seeing this message, an error occured while initializing the list of available fonts.  This is due to a bug in the Apple JVM triggered when bitmap fonts are installed on the system.  In order to use the font editor, you will need to uninstall all bitmap fonts on your system.  See Apple BugReporter issue 3121780 for further details.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/af/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_af.properties
deleted file mode 100644
index dda2c25..0000000
--- a/l10n/src/af/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_af.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Core
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The basic framework of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the central infrastructure that lets NetBeans-based applications run. It cannot be disabled.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=A {0} exception has occurred.\n\tClick Show Details or see the messages.log file located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-# {0} - class name of exception
-NTF_ExceptionWarning=A {0} exception has occurred.\nHowever, the system should continue working without further problems.\nClick Show Details for the stack trace.
-NTF_ExceptionWarningTitle=Warning
-
-#startup info messages
-MSG_MainWindowInit=Initializing Main Window...
-MSG_WindowShowInit=Opening Main Window...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Saving {0} ...
-MSG_AllSaved=Save All finished.
-
-CTL_Cannot_save=Cannot save {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Password Protected Site
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=View By:
-ShortcutsEditor.actionsButton.text=Actions
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Shortcuts
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Select View by Actions to Edit Shortcuts for an Action
-ShortcutsPanel.addButton.text=Add...
-ShortcutsPanel.removeButton.text=Remove
-ShortcutsPanel.AddActionTitle=New Shortcut
-ActionsPanel.shortcutAddButton.text=Add...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Remove
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Edit Shortcuts
-ActionsPanel.AddShortcut=Add Shortcut
-ActionsPanel.ShortcutLabel=Shortcut:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Select View by Shortcuts, but for Edit Shortcuts should be View by Action selected
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Add New Shortcuts for Actions
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Remove Shortcuts for Actions
-ACSN_ShortcutsPanel.shortcutsList=Shortcuts list
-ACSD_ShortcutsPanel.shortcutsList=N/A
-ACS_ActionsPanel.ShortcutLabel.a11yName=Fill Shorcut
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Fill Shorcut by Keys combination
-ACSN_ActionsPanel.actionsTree=N/A
-ACSN_ActionsPanel.shortcutsList=Shortcuts list
-ACSD_ActionsPanel.actionsTree=N/A
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/A
-ACSD_ActionsPanel.Dialog=Add new shortcut to the selected action
-ACS_ActionsPanel=N/A
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=There is already an action bound to this shortcut ({0}).\nDo you want to use the newly selected action instead?
-
-CTL_ExitTitle=Save
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Save
-ACSD_Save=Save.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=Save &All
-ACSD_SaveAll=Save all.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Discard All
-ACSD_DiscardAll=Discard all.
-EXC_Save=An exception occurred while saving
-# NotifyException
-CTL_Title_Exception=Exception
-CTL_NextException=&Next >
-CTL_PreviousException=< &Previous
-CTL_Exception_Hide_Details=&Hide Details
-CTL_Exception_Show_Details=&Show Details
-ACSD_NextException=N/A
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/A
-
-ACSN_ListOfChangedFiles=List
-ACSD_ListOfChangedFiles=List of changed files for save
-ACSD_ExitDialog=Dialog for save any changes
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI Mode
-CTL_MdiMode=MDI Mode
-
-# NbPlaces
-CTL_NoWorkspaces=No Workspaces
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/A
-ACD_NotifyExcPanel_Dialog=N/A
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT Event Dispatch Thread is blocked for {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Authentication Required
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=&User Name:
-NbAuthenticatorPanel.passwordLbl.text=&Password:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Password for {0}
-
-ProxySettings.password.description=Proxy password
-
-Title_WebBrowser=Web Browser
-
diff --git a/l10n/src/af/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_af.properties
deleted file mode 100644
index 7c6646f..0000000
--- a/l10n/src/af/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_af.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&About
-About_title=About
-
-#CopyProductInfoAction
-CopyProductInfo=Copy Info
-CopyProductInfoAction=&Copy Info
-CTL_CopyButton_tooltip=Copy NetBeans Product Information to clipboard
-
-#HtmlViewAction
-CTL_OpeningBrowser=Opening Browser ...
-HTMLView=&Web Browser
-
-#SystemExit
-Exit=E&xit
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Next Inner View
-LBL_PreviousViewCallbackAction=Previous Inner View
-
-# jump next/prev actions
-JumpNextAction=Ne&xt Error
-JumpPrevAction=&Previous Error
-
-#LogAction
-MSG_LogTab_name=IDE &Log
-MSG_ShortLogTab_name=IDE Log
-
diff --git a/l10n/src/af/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_af.properties
deleted file mode 100644
index a09f6d1..0000000
--- a/l10n/src/af/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_af.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Product Version\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>System\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Userdir:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE and NetBeans Platform are based on software from netbeans.org, which has been dual licensed under the Common Development and Distribution License (CDDL) and the GNU General Public License version 2 with Classpath exception. For more information, please visit <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} version {1} running on {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Simple HTML Browser based on a Swing component
-MSG_cannot_create_browser=Cannot create Swing HTML Browser.
-Services/Browsers/SwingBrowser.settings=Swing HTML Browser
-LBL_Close=Close
-MNE_Close=C
-ACSN_Close=Close
-ACSD_Close=Close
-
diff --git a/l10n/src/af/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_af.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/af/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_af.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/af/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_af.properties
deleted file mode 100644
index a1a5857..0000000
--- a/l10n/src/af/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_af.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles JNA library.
-OpenIDE-Module-Long-Description=This module bundles JNA library.
-
diff --git a/l10n/src/af/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_af.properties
deleted file mode 100644
index a2811ef..0000000
--- a/l10n/src/af/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_af.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Scripting API Integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). No longer needed.
-OpenIDE-Module-Deprecation-Message=No longer needed on JDK 6. Remove your dependency on this module.
-
diff --git a/l10n/src/af/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_af.properties
deleted file mode 100644
index c68c50d..0000000
--- a/l10n/src/af/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_af.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles the JUnit 4.x testing library.
-OpenIDE-Module-Long-Description=Includes the JUnit 4.x unit testing library.
-
diff --git a/l10n/src/af/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_af.properties
deleted file mode 100644
index d0acda0..0000000
--- a/l10n/src/af/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_af.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi Specification
-
diff --git a/l10n/src/af/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_af.properties
deleted file mode 100644
index bcebffa..0000000
--- a/l10n/src/af/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_af.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Quick Search
-QuickSearchComboBar.jLabel2.toolTipText=Click or press Shift+F10 for Category selection
-MSG_DiscoverabilityHint=Search
-MSG_DiscoverabilityHint2=Search in {0}
-LBL_MoreResults=...
-LBL_AllCategories=All Categories
-QuickSearchPopup.searchingLabel.text=Searching ...
-QuickSearchPopup.noResultsLabel.text=( No Results )
-QuickSearchPopup.hintLabel.text={0}; Press {1} for All Categories
-AbstractQuickSearchComboBar.command.toolTipText=Quick Search in the system {0}
-
diff --git a/l10n/src/af/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_af.properties
deleted file mode 100644
index 912c009..0000000
--- a/l10n/src/af/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_af.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Cannot display URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/af/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_af.properties
deleted file mode 100644
index 6022c2b..0000000
--- a/l10n/src/af/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_af.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=Quick Search API
-OpenIDE-Module-Short-Description=Infrastructure for quick search in menu items, actions, files etc.
-QuickSearch/Recent=Recent Searches
-
diff --git a/l10n/src/af/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_af.properties
deleted file mode 100644
index 88982ad..0000000
--- a/l10n/src/af/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_af.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=No Filter
-
diff --git a/l10n/src/af/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_af.properties
deleted file mode 100644
index d49dc22..0000000
--- a/l10n/src/af/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_af.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=ETable and Outline
-
diff --git a/l10n/src/af/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_af.properties
deleted file mode 100644
index 47ac55b..0000000
--- a/l10n/src/af/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_af.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Look & Feel Customization Library
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles per-look-and-feel UIManager customizations for NetBeans
-OpenIDE-Module-Long-Description=Defines NetBeans-specific values needed in UIManager and ensures that some values available in BasicLookAndFeel are available on all look and feels. Handles metal-theme support, look and feel selection and initializing custom font sizes
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/af/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_af.properties
deleted file mode 100644
index ca462d8..0000000
--- a/l10n/src/af/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_af.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Tab Control
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=The tab control used by the window system
-OpenIDE-Module-Long-Description=The NetBeans windowing system's tab control bean library
-
-
-
-ACS_TabbedContainer=Tab Control
-ACSD_TabbedContainer=Tab control to switch between tabs.
-
-TT_TabDisplayer_Close=<html>Shift + click to close all documents<br>Alt + click to close other documents
-
diff --git a/l10n/src/af/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_af.properties b/l10n/src/af/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_af.properties
deleted file mode 100644
index 79bbf8d..0000000
--- a/l10n/src/af/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_af.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Show Opened Documents List
-
-Tip_Restore_Window=Restore Window
-
-Tip_Maximize_Window=Maximize Window
-
-Tip_Minimize_Window=Minimize Window
-
-Tip_Pin=Pin
-
-Tip_Close_Window=Close Window
-
-Tip_Scroll_Documents_Right=Scroll Documents Right
-
-Tip_Scroll_Documents_Left=Scroll Documents Left
-
diff --git a/l10n/src/af/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_af.properties b/l10n/src/af/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_af.properties
deleted file mode 100644
index 682007e..0000000
--- a/l10n/src/af/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_af.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Actions APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Definition of common actions for NetBeans
-OpenIDE-Module-Long-Description=Provides list of common actions used by any NetBeans application.
-
-
-New=&Add
-# {0} name of the only one new type
-NewArg=&Add {0}
-
-# File
-NewFromTemplate=&New
-Save=&Save
-Print=&Print...
-PageSetup=Pa&ge Setup...
-
-#0 undoableedit
-UndoWithParameter=&Undo {0}
-#0 undoableedit
-RedoWithParameter=&Redo {0}
-UndoSimple=&Undo
-RedoSimple=&Redo
-Cut=Cu&t
-Copy=Cop&y
-Paste=&Paste
-Delete=&Delete
-Find=&Find...
-Goto=Go to &Line...
-Replace=R&eplace...
-
-# View
-Properties=&Properties
-View=View
-Edit=Edit
-
-# Build
-Execute=&Execute
-
-# Window
-DockWindow=&Dock View
-UndockWindow=&Undock View
-CloneView=&Clone View
-CloseView=Close
-NextTab=&Next View
-PreviousTab=&Previous View
-
-Open=Open
-Rename=Rename...
-
-MoveUp=Move Up
-MoveDown=Move Down
-
-
-Customize=Customize
-
-#rename action
-CTL_RenameTitle=Rename
-CTL_RenameLabel=&New Name:
-# {0} param represents old name before renaming.
-MSG_BadFormat=This object cannot be renamed from {0} to {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Garbage Collect
-
-#HeapView
-LBL_ShowText=Show Text
-LBL_DropShadow=Drop Shadow
-LBL_OverlayGrid=Overlay Grid
-
-# NewTemplateAction
-CTL_NewName=New Name
-CTL_NewNameTitle=&New
-
-
-#Reorder Action
-Reorder=Change Order...
-
-OpenLocalExplorer=Explore From &Here
-
-WorkspacesItems=&Workspaces
-
-
-# name of template
-CTL_Template_Name=Object &Name:
-# title of dialog
-CTL_Template_Dialog_Title=Instantiate Template
-CTL_Template_Dialog_RootTitle=Save &In:
-
-
-# Tools action
-CTL_Tools=Tools
-CTL_EmptySubMenu=Empty
-
-
-# name of the PopupAction
-Popup=Popup
-
-#SaveAction
-MSG_saved={0} saved.
-EXC_notsaved=There were some problems while saving {0}\nCause: {1}
-#Template wizard title
-CTL_TemplateWizard=New From Template
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Click to force garbage collection
-
-
diff --git a/l10n/src/af/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_af.properties b/l10n/src/af/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_af.properties
deleted file mode 100644
index 33f3983..0000000
--- a/l10n/src/af/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_af.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI Utilities API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface utilities.
-OpenIDE-Module-Long-Description=Helper methods for various UI related tasks.
-
-
-
-#MenuBar
-EXC_LoadMenu=Unable to load menu {0}
-EXC_LoadMenuItem=Unable to load menu item {0}
-
-#HtmlBrowser
-CTL_Back=Back
-CTL_Forward=Forward
-CTL_Reload=Reload
-CTL_Stop=Stop
-CTL_Document_done=Document: Done
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Loading
-EXC_Module=Exception during initialization of HTML browser module
-CTL_WebBrowser=Web Browser
-HINT_WebBrowser=Web Browser
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Browser view
-ACSD_HtmlBrowser=N/A
-ACS_HtmlBrowser_Location=Location
-ACSD_HtmlBrowser_Location=N/A
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Horizontal
-SplittedPanelSwap=Swap panels
-ResetSplitter=Reset split line
-ACS_SplittedPanel_Name=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_Description=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_EmptySplitter=N/A
-ACSD_SplittedPanel_EmptySplitter=N/A
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/A
-#Title while loading
-LBL_Loading=Loading...
-#Title if html doesn't contain title tags
-LBL_Untitled=Untitled
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Unknown host: {0}
-FMT_InvalidURL=Invalid URL: {0}
-FMT_NoRouteToHost=No route to host: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Invoking {4} implemented as {3} thru {1}
-
-
-# action and their performers
-Open=Open
-Edit=Edit
-Print=&Print...
-View=View
-Close=Close
-
diff --git a/l10n/src/af/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_af.properties b/l10n/src/af/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_af.properties
deleted file mode 100644
index da8a9a5..0000000
--- a/l10n/src/af/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_af.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Compatibility APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Some old classes that are now deprecated.
-OpenIDE-Module-Long-Description=Contains some old API classes that have now been deprecated and can be replaced. Specifically: ExplorerActions; ExplorerPanel; HttpServer; and WeakListener.
-OpenIDE-Module-Deprecation-Message=The classes in this API are all deprecated and can be replaced by more modern APIs.
-
diff --git a/l10n/src/af/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_af.properties b/l10n/src/af/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_af.properties
deleted file mode 100644
index 9a2fc83..0000000
--- a/l10n/src/af/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_af.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialogs API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles dialogs and wizards.
-OpenIDE-Module-Long-Description=This module handles the dialog and wizard infrastructure used in NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Error
-NTF_ExceptionTitle=Exception
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=A {0} exception has occurred.\nPlease report this at http://www.netbeans.org/issues.html, including a copy of your messages.log file.\nThe messages.log file is located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-NTF_PlainTitle=Message
-NTF_QuestionTitle=Question
-NTF_InformationTitle=Information
-NTF_WarningTitle=Warning
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Options Align
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Yes
-CTL_NO=No
-CTL_CLOSE=Close
-
-CTL_CANCEL=Cancel
-ACSD_CANCEL=n/a
-
-CTL_NEXT=Next >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Moves to next step of the wizard.|2#Next step: {0}. {1}}
-
-CTL_PREVIOUS=< &Back
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Moves to previous step of the wizard.|0#Previous step: {0}. {1}}
-
-CTL_FINISH=&Finish
-ACSD_FINISH=n/a
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Input line
-ACSD_InputField=N/A
-ACN_NotifyDescriptor_MessageJTextArea=N/A
-ACD_NotifyDescriptor_MessageJTextArea=N/A
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} wizard ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} of {1}
-CTL_ContentName=Steps
-CTL_HelpName=Help
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Please wait.
-
diff --git a/l10n/src/af/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_af.properties b/l10n/src/af/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_af.properties
deleted file mode 100644
index 12de534..0000000
--- a/l10n/src/af/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_af.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Execution API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Execution API from the Open APIs.
-OpenIDE-Module-Long-Description=Consists of parts of the org.openide.execution.* package from the Open APIs.
-
diff --git a/l10n/src/af/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_af.properties b/l10n/src/af/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_af.properties
deleted file mode 100644
index 232fdd3..0000000
--- a/l10n/src/af/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_af.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Explorer & Property Sheet API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Various view for displaying node structures.
-OpenIDE-Module-Long-Description=Allows definition of new views that display structures created using Nodes API.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorer [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Could not restore Explorer window; the root node "{0}" could not be restored correctly.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=An Explorer view must not veto the empty selection.
-EXC_ContextMustBeWithinRootContext=An explored context ({0}) must be within the root context ({1}).
-EXC_NodeCannotBeNull=Cannot use null for node selection.
-EXC_NoElementOfNodeSelectionMayBeNull=No element of a node selection may be null.
-EXC_NodeSelectionCannotContainNodes=A node selection cannot contain nodes ({0}) not underneath the root ({1}).
-EXC_CannotHaveNullRootContext=Cannot have null root context.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Are you sure you want to delete {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Are you sure you want to delete {0} and all of its contents?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Are you sure you want to delete these {0} items?
-MSG_ConfirmDeleteObjectTitle=Confirm Object Deletion
-MSG_ConfirmDeleteFolderTitle=Confirm Package Deletion
-MSG_ConfirmDeleteObjectsTitle=Confirm Multiple Object Deletion
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Are you sure you want to delete {0} (link to {3})?
-MSG_ConfirmDeleteShadowTitle=Confirm Link Deletion
-
-
diff --git a/l10n/src/af/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_af.properties b/l10n/src/af/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_af.properties
deleted file mode 100644
index b57c865..0000000
--- a/l10n/src/af/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_af.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Exception in
-PS_Editor=Property Editor
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Array of
-FMT_ErrorSettingProperty=The property could not be set. {0} is not a valid value for {1}.
-FMT_CannotUpdateProperty={0} is not a valid value for {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(No Property Editor)
-CTL_NoProperties=<No Properties>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Properties
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Sort by Category
-ACS_CTL_NoSort=Sort by Category
-CTL_AlphaSort=Sort by Name
-ACS_CTL_AlphaSort=Sort by Name
-CTL_TypeSort=Sort by Type
-ACS_CTL_TypeSort=Sort by Type
-CTL_VisibleWritableOnly=Show Editable Properties Only
-ACS_CTL_VisibleWritableOnly=Show Editable Properties Only
-CTL_Customize=Customizer
-ACS_CTL_Customize=Customizer
-CTL_Help=Help
-ACS_CTL_Help=Help
-ACSD_CTL_Help=Provides help about the object whose properties are displayed in the property sheet
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Using property >>{0}<< at design time throws an exception.
-
-#PropertySheet
-CTL_Property_sheet_option=Property Sheet
-
-
-#IndexedPropertyEditor
-CTL_NoItem=No Item Available
-CTL_Index=Property Index:
-CTL_Unknown=Unknown
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=N/A
-CTL_Cancel=Cancel
-ACSD_CTL_Cancel=N/A
-CTL_Close=Close
-ACSD_CTL_Close=N/A
-CTL_Default=Reset to &Default
-ACSD_CTL_Default=N/A
-CTL_Paste=Paste
-
-#PropertyDetails
-EXC_Setter=Exception in setter method of property: {0}
-EXC_Setter_localized=Exception in setter method of property {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<no custom editor>
-CTL_No_property_editor=<no property editor>
-CTL_Different_Values=<Different Values>
-CTL_Desc_Different_Values=The selected nodes have different values for this property.
-CTL_No_properties=<No Properties>
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-CTL_ElipsisHint=Invokes customizer.
-CTL_InvalidValue=Invalid value: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Invalid value {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Type: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Properties
-CTL_New=&New
-CTL_Delete=&Delete
-CTL_MoveUp=Move &up
-CTL_MoveDown=Move &down
-CTL_HideDetails=&Hide Details
-CTL_ShowDetails=&Show Details
-EXC_ErrorInIndexedSetter=Indexed property value cannot be set
-
-ACSD_Properties=N/A
-ACSD_New=N/A
-ACSD_Delete=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_HideDetails=N/A
-ACSD_ShowDetails=N/A
-ACSD_IndexedEditorPanel=N/A
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Names
-COLUMN_VALUES=Values
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<unreadable>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Error setting value
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Unknown Sorting Mode
-
-#Button labels for property dialogs
-ok=Ok
-default=Restore default value
-cancel=Cancel
-close=Close
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Description
-ACSD_Description=Description of the currently selected property
-ACS_DescriptionTitle=Property name
-ACSD_DescriptionTitle=Name of the property currently being edited
-CTL_NO_DESCRIPTION=No description available.
-CTL_NO_SELECTION=Nothing selected
-ACS_Splitter=Splitter
-ACSD_Splitter=Visual divider between the properties table and the description area.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=The property
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} equals {1}
-FMT_ACST_SheetSet=Property group {0}
-ACST_No_Selection=Nothing selected
-CTL_Multiple_Selection=Multiple objects selected
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Click, or select and press CTRL-SPACE to open custom editor; right click for menu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Show Description Area
-CTL_HideDescription=Hide Description Area
-CTL_RestoreDefaultValue=Restore Default Value
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Properties
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=this property
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Illegal number format: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Custom editor: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Properties table
-ACSN_SHEET_TABBED_PANE=Property categories
-ACSD_SHEET_TABLE=Table of editable properties representing the current object
-ACSD_SHEET_TABBED_PANE=Can select different sets of properties of the current object to display in the property sheet
-
-LBL_QUICKSEARCH=Quick Search:
-
-MSG_SetAsText_InvalidValue=Invalid value: {0}
-
diff --git a/l10n/src/af/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_af.properties b/l10n/src/af/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_af.properties
deleted file mode 100644
index 384f38e..0000000
--- a/l10n/src/af/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_af.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Empty
-MenuViewStartFromRoot=Browse from root
-MenuViewStartFromCurrent=Browse from current point
-
-# TabView
-TabView_RootTab=Root
-
-# TreeView
-VetoSelectedNodes=Selected Nodes
-LBL_QUICKSEARCH=Search:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=This object cannot be renamed from {0} to {1}.
-ACSN_TreeViewCellEditor=Rename editor
-ACSD_TreeViewCellEditor=In-place editor of node name in the tree view
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=Target did not accept the content of the transfer.
-
-MSG_ABORT=Cancel
-
-#TableSheet
-ACS_TableSheet=Table of properties
-ACSD_TableSheet=N/A
-ACS_NullPanel=No property
-# {0} - bean
-ACSD_NullPanel=No property. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Type: {1} Bean: {2}
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Change Visible Columns
-LBL_ColumnDialogDesc=Choose the Columns to Display in the List
-LBL_ListOptions=List Options
-LBL_ChangeColumns=Change Visible Columns...
-LBL_SortMenu=Sort
-LBL_Ascending=Ascending
-LBL_Descending=Descending
-LBL_ColsMenu=Column
-LBL_MoveLeft=Move Left
-LBL_MoveRight=Move Right
-MSG_NoColumnsToChange=There are no columns to change their visibility.
-LBL_NoSort=None
-ACSN_ColumnDialog=Change Visible Columns
-ACSD_ColumnDialog=Choose the Columns to Display in the List
-
-#a11y
-ACSN_TreeTable=N/A
-ACSD_TreeTable=N/A
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Show only rows where
-
-CTL_ColumnsSelector=Change Visible Columns
-ACN_ColumnsSelector=Columns Selector
-ACD_ColumnsSelector=Select visible columns
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Choose the Columns to Display in the List
-NodeOutlineModel_NodesColumnLabel=Nodes
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Accessing {0} without Children.MUTEX read access
-
diff --git a/l10n/src/af/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_af.properties b/l10n/src/af/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_af.properties
deleted file mode 100644
index 5b6a2d4..0000000
--- a/l10n/src/af/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_af.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Invalid XML document:
-
-W-003=Warning: XML parser does not support lexical-handler feature.
-
diff --git a/l10n/src/af/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_af.properties b/l10n/src/af/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_af.properties
deleted file mode 100644
index 6fc7ed7..0000000
--- a/l10n/src/af/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_af.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=File System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Virtual File System API.
-OpenIDE-Module-Long-Description=Allows access to file like resources in a way independent on actual OS files. Supports notification of changes on disk.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Invalid {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=Root {0} does not exist.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=File {0} in {1} is read-only.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Cannot create file {0} because {1} on filesystem {2} is not a folder.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Slash in folder name "{0}" not allowed.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Folder {0} already exists in {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Cannot create folder {0} in {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=File {0} already exists in filesystem {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Invalid lock [{0}] for file {1} in {2} with current lock [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Cannot modify filesystem.attributes file:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=File {1} cannot be found in folder {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} is read-only.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} is read-only because it is inside {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=File {0} does not exist.
-
-# {0} = name of zip file 
-EXC_CanntRead=Cannot read from file {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Error in file {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Error in JAR file {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Unknown JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Multi-Filesystem
-EXC_FileOutsideModified=File {0} not found. Another application may have moved the file or changed the name.
-XML_NotValidXMLFileSystem=Invalid XML FileSystem.
-EXC_DefAttrReadErr=Cannot read DefaultAttributes.
-EXC_UnreachableCode=Internal error: unreachable code.
-
-EXC_FolderCopy=Folder copying not supported.
-XML_RootInvalid=FileSystem element must be the root element.
-XML_MisssingAttr=Attribute \"name\" is missing
-XML_InaccurateParam=Inaccurate number of parameters
-XML_UnknownElement=Unknown element.
-XML_DuplElement=Duplicated FileObject:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} in {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Opening stream for {0}
-
diff --git a/l10n/src/af/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_af.properties b/l10n/src/af/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_af.properties
deleted file mode 100644
index 8242ead..0000000
--- a/l10n/src/af/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_af.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=I/O APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Open APIs relating to displaying output.
-OpenIDE-Module-Long-Description=Contains classes from org.openide.windows.* relating to creating output tabs, displaying output, and hyperlinking it.
-
diff --git a/l10n/src/af/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_af.properties b/l10n/src/af/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_af.properties
deleted file mode 100644
index eb27421..0000000
--- a/l10n/src/af/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_af.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=This module binds the Datasystems API with Scripting API. As a result it is possible to use any scripting and templating language to generate templates.
-OpenIDE-Module-Name=Advanced Templating
-OpenIDE-Module-Short-Description=Advanced Templating not only for Datasystems
-
diff --git a/l10n/src/af/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_af.properties b/l10n/src/af/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_af.properties
deleted file mode 100644
index 3f2aa56..0000000
--- a/l10n/src/af/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_af.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Datasystems API
-OpenIDE-Module-Short-Description=NetBeans Open API for manipulating data objects.
-OpenIDE-Module-Long-Description=The Datasystems API is a layer atop the Filesystems API which recognizes and groups data objects and gives them particular semantics. Once a part of the general Open APIs, it is now split into an independent module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-#DefaultDataObject
-HINT_DefaultDataObject=Unrecognized File
-
-EXC_SharedAccess=Shared access
-
-#Folder.Index
-EXC_ReorderFailed=Cannot save new ordering.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Cannot delete file {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Link to {3}
-
-PROP_ShadowOriginalName=Original Name
-HINT_ShadowOriginalName=Name of the object this link refers to.
-PROP_ShadowOriginalFileSystem=Original Filesystem Name
-HINT_ShadowOriginalFileSystem=Name of the filesystem of the original object.
-
-# DataNode
-PROP_name=Name
-HINT_name=Name of this object.
-PROP_template=Template
-HINT_template=If True, this object is a template (can make instances of itself).
-PROP_files=All Files
-HINT_files=A list of files represented by this object.
-PROP_size=File Size
-HINT_size=Length of this file in bytes. (Only applies to the first file listed in All Files.)
-PROP_lastModified=Modification Time
-HINT_lastModified=When this file was last modified. (Only applies to the first file listed in All Files.)
-PROP_extension=Extension
-HINT_extension=Primary file extension.
-ERROR_extension=Cannot change extension. File is modified.
-
-# name of set with sorting options
-PROP_sorting=Sorting
-HINT_sorting=Sorting and ordering settings.
-
-#
-# folder sort mode property
-PROP_sort=Sort Mode
-HINT_sort=Determines how objects in the package should be sorted.
-# SortModeEditor
-VALUE_sort_none=Unsorted
-VALUE_sort_names=By Name
-VALUE_sort_class=By Type
-VALUE_sort_folder_names=By Name (Packages First)
-VALUE_sort_last_modified=By Modification Time
-VALUE_sort_size=By File Size
-
-
-#
-# Names of paste types
-#
-PT_move=&Move
-PT_copy=&Copy
-PT_instantiate=&Instantiate
-PT_shadow=Create &Link
-PT_serialize=&Serialize
-PT_instance=&Default instance
-
-# 
-SerializeBean_Text=&Name of file to serialize the instance to
-SerializeBean_Title=Instance Serialization
-
-#
-# new folder
-#
-CTL_NewFolder=Folder
-CTL_NewFolderName=&Name:
-CTL_NewFolderTitle=Create New Folder
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=File {0} already exists in folder {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Folder {0} already exists in folder {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=The file {1} seems to be too large ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) to safely open. \nOpening the file could cause OutOfMemoryError, which would make the IDE unusable. Do you really want to open it?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML Configuration Files
-PROP_XmlError=Error (recoverable)
-PROP_XmlWarning=Warning
-PROP_XmlFatalError=FATAL ERROR
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Cannot create folder; {0} is not a valid name.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Cannot copy {0}: The destination folder is the same as the source folder.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Cannot copy {0}: The destination folder is a subfolder of the source folder.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=New Wizard - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=New Wizard
-LAB_TemplateChooserPanelName=Choose Template
-LAB_SelectTemplateBorder=&Select a Template:
-MSG_NoDescription=No description
-MSG_InitDescription=Initializing description...
-LAB_TemplateDescriptionBorder=&Template Description:
-LAB_TargetLocationPanelName=Target Location
-LAB_TargetLocationDescription=Please select a folder for the newly created object or enter the folder name below:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/A
-ACSD_TemplateWizard1=N/A
-
-CTL_NewObjectName=&Name\:
-ACSD_NewObjectName=N/A
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/A
-
-LBL_settingsNodeName=Settings
-EXC_folder_delete_failed=Could not remove source folder while moving.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<top folder> [{0}]
-FMT_DefaultNewObjectName=<default name>
-
-LBL_shadow_loader_display_name=Links
-LBL_folder_loader_display_name=Folders
-LBL_default_loader_display_name=Unrecognized Objects
-LBL_instance_loader_display_name=Action Instances
-
-FMT_CannotCopyDo=Warning: Object {0} cannot be copied.
-FMT_CannotMoveDo=Warning: Object {0} cannot be moved.
-
-# InstanceDataObject
-LBL_separator_instance=(separator)
-PROP_instance_class=Class Name
-HINT_instance_class=Java class name of the object being represented.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=There are problems with saving the {0} bean.
-
-FMT_brokenShadowName={0} (Broken Link)
-HINT_brokenShadowOriginalName=Broken Link
-PROP_brokenShadowOriginalName=Broken Link
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Broken Link Filesystem
-HINT_brokenShadowFileSystem=Broken Link Filesystem
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Unrecognized setting>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Data Object Copy Flavor
-LBL_DOcut=Data Object Cut Flavor
-#NewObjectPanel
-LAB_NewObjectPanelName=New Object Name
-FMT_DefaultNewObject=<default>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=The popup menu for objects of type {0} could not be restored; using default settings.
-LBL_loader_display_name=Loader
-
-MSG_renameError=This object cannot be renamed from {0} to {1}.
-MSG_NotValidName=Cannot give {0} an empty name.
-ERR_NoFilesystem=No enabled filesystem. Make sure that you have at least one filesystem that is not read-only and is not hidden.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=The target filesystem or folder does not exist.
-MSG_fs_is_readonly=The target filesystem is read-only.
-# {0} - name of the existing file
-MSG_file_already_exist=The file {0} already exists.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Filesystem Action
-#InstantiateAction
-Instantiate=Instantiate
-#SaveAsTemplateAction
-SaveAsTemplate=Save As Template...
-Title_SaveAsTemplate=Save As Template
-CTL_SaveAsTemplate=&Select the category in which the new template will appear:
-CTL_SaveAsTemplate_TemplatesRoot=Templates
-SaveAll=Save &All
-HINT_SaveAll=Save all files (if the Compile on Save feature is on, this will also compile/build your files)
-# FileSystemRefreshAction
-LAB_Refresh=Refresh Folder
-# NewTemplateAction
-EXC_TemplateFailed=Creation of the object from template failed.
-NewTemplate=&New
-NewTemplateAction=All Templates...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Empty
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Opening {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=File {0} is modified. Save it ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modified)
-TIP_editor_ro=\ (read-only)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=File {0} was changed to read-only! All changes will be discarded.
-MSG_FileReadOnlySaving=File {0} was changed to read-only! Can not save it.
-MSG_FileReadOnlyChanging=File {0} was changed to read-only!
-
-
-MSG_BinaryFileQuestion=This file appears to contain binary data. Are you sure you want to open it in the text editor?
-MSG_BinaryFileWarning=Binary File Detected
-
-CTL_SaveAsAction=Sa&ve As...
-MSG_SaveAsFailed=There were some problems while saving {0}\nCause: {1}
-LBL_SaveAsTitle=Save As
-MSG_CannotCreateTargetFolder=Cannot create the target folder.
-MSG_SaveAs_SameFileSelected=Select a different file name please.
-MSG_SaveAs_SameFileSelected_Title=Save As
-
diff --git a/l10n/src/af/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_af.properties b/l10n/src/af/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_af.properties
deleted file mode 100644
index 8c2a8c0..0000000
--- a/l10n/src/af/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_af.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=APIs for getting information about installed modules.
-OpenIDE-Module-Long-Description=Allows to get list of installed modules, inspect their properties and dependencies.
-
diff --git a/l10n/src/af/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_af.properties b/l10n/src/af/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_af.properties
deleted file mode 100644
index c6edc21..0000000
--- a/l10n/src/af/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_af.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Nodes API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for defining generic tree-like structures.
-OpenIDE-Module-Long-Description=Provides abstraction over tree-like structures by defining Node - the generic extensible interface that can then be displayed by the Explorer API.
-
-
-
-#Sheet
-Properties=Properties
-Expert=Expert
-HINT_Properties=Properties of this object.
-HINT_Expert=Expert properties of this object.
-
-#indexed customizer
-LAB_order=Change Order
-LAB_listOrder=Show these fields in this order:
-LAB_listOrder_Mnemonic=S
-Button_close=Close
-Button_close_Mnemonic=C
-Button_up=Move up
-Button_up_Mnemonic=U
-Button_down=Move down
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/A
-ACSD_Button_up=N/A
-ACSD_Button_down=N/A
-ACSD_ListOrder=N/A
-ACSD_IndexedCustomizer=N/A
-
-#PropertySupport
-CTL_StandardName=Name
-CTL_StandardHint=Name of the object.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Paste Node
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copy Index
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Please Wait...
-
diff --git a/l10n/src/af/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_af.properties b/l10n/src/af/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_af.properties
deleted file mode 100644
index 1b27750..0000000
--- a/l10n/src/af/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_af.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Settings Options API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for storing preferences.
-OpenIDE-Module-Long-Description=Provides classes that simplify storage of settings between multiple invocation of NetBeans based application.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.NbPreferences instead.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/af/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_af.properties b/l10n/src/af/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_af.properties
deleted file mode 100644
index 8f9a4b7..0000000
--- a/l10n/src/af/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_af.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Text API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Generic API wrapping Swing based EditorKits.
-OpenIDE-Module-Long-Description=Provide support for defining components that embed Swing text editors.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Print Settings
-CTL_Header_format = Printing {2} at {1}
-CTL_Footer_format = Page {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Page Format
-HINT_PAGE_FORMAT=Page Format
-PROP_WRAP=Wrap Lines
-HINT_WRAP=Should lines be wrapped?
-PROP_HEADER_FORMAT=Page Header Format
-
-HINT_HEADER_FORMAT=For example, "Top of page {0} (printed on date {1}) of file {2}".
-PROP_FOOTER_FORMAT=Page Footer Format
-HINT_FOOTER_FORMAT=For example, "Bottom of page {0} (printed on date {1}) of file {2}".
-PROP_HEADER_FONT=Page Header Font
-HINT_HEADER_FONT=Set the page header font.
-PROP_FOOTER_FONT=Page Footer Font
-HINT_FOOTER_FONT=Set the page footer font.
-PROP_HEADER_ALIGNMENT=Page Header Alignment
-HINT_HEADER_ALIGNMENT=Page Header Alignment - LEFT, CENTER, RIGHT.
-PROP_FOOTER_ALIGNMENT=Page Footer Alignment
-HINT_FOOTER_ALIGNMENT=Page Footer Alignment - LEFT, CENTER, RIGHT.
-PROP_LINE_ASCENT_CORRECTION=Line Ascent Correction
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplier to correct the line ascent.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTER
-CTL_RIGHT = RIGHT
-CTL_LEFT = LEFT
-
-# Cancellation
-CTL_Print_progress=Page number {0} was printed.
-CTL_Print_cancellation=Print Job Progress
-CTL_Cancel=Cancel
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Current printer job was aborted.
-EXC_Printer_Problem=Printer problem: {0}
-EXC_ReadOnlyFile=File {0} is read-only.
-EXC_LoadDocument=The document {0} could not be loaded.
-LBL_EditorLoading=Loading...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Question
-CTL_Save=Save
-ACSN_CTL_Save=N/A
-ACSD_CTL_Save=N/A
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Discard
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/A
-ACSD_CTL_Discard=N/A
-
-# PositionBounds
-MSG_Empty_string=Unable to insert empty string
-#editor support warning message
-FMT_FileNotFound=Warning: File {0} was not found or could not be accessed.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=File {0} was modified externally. Reload it?
-FMT_External_change_write=File {0} was modified externally. Overwrite it?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=You have specified an invalid file. Check the path.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor for {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor for {0}
-TITLE_SourceButton=Source
-
-
diff --git a/l10n/src/af/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_af.properties b/l10n/src/af/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_af.properties
deleted file mode 100644
index 789339d..0000000
--- a/l10n/src/af/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_af.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Old Enumeration API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enumeration API that is in wrong package.
-OpenIDE-Module-Long-Description=Enumeration API that is in wrong package, org.openide.util.enum and as such it cannot be compiled with Java 1.5, because enum is a keyword. Is replaced by class org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.Enumerations instead of this module.
-
diff --git a/l10n/src/af/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_af.properties b/l10n/src/af/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_af.properties
deleted file mode 100644
index 8f05e23..0000000
--- a/l10n/src/af/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_af.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Lookup
-
diff --git a/l10n/src/af/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_af.properties b/l10n/src/af/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_af.properties
deleted file mode 100644
index 3756be4..0000000
--- a/l10n/src/af/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_af.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# 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.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#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
-
diff --git a/l10n/src/af/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_af.properties b/l10n/src/af/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_af.properties
deleted file mode 100644
index 3c24802..0000000
--- a/l10n/src/af/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_af.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Multiple Objects Flavor
-
-Create=Create
-Paste=Paste
-
diff --git a/l10n/src/af/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_af.properties b/l10n/src/af/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_af.properties
deleted file mode 100644
index c8fb9b0..0000000
--- a/l10n/src/af/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_af.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Window System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for managing components on a screen.
-OpenIDE-Module-Long-Description=Provides OS and MDI/SDI neutral abstraction API over concept of components that are displayed to the user.
-
-
-
-# name of empty workspace
-None=None
-
-#CloneableTopComponent
-EXC_CannotAssign=Cannot assign component to EMPTY
-
-#TopComponent
-EXC_UnknownOperation=Unknown close operation
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Invoking {2} implemented as {3} with {0}
-
diff --git a/l10n/src/af/platform/print/print/org/netbeans/modules/print/action/Bundle_af.properties b/l10n/src/af/platform/print/print/org/netbeans/modules/print/action/Bundle_af.properties
deleted file mode 100644
index 33c9b24..0000000
--- a/l10n/src/af/platform/print/print/org/netbeans/modules/print/action/Bundle_af.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Pa&ge Setup...
-
-# PrintAction
-TLT_Print_Action=Print
-MNU_Print_Action=&Print...
-ACT_Print_Action=Print - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/af/platform/print/print/org/netbeans/modules/print/resources/Bundle_af.properties b/l10n/src/af/platform/print/print/org/netbeans/modules/print/resources/Bundle_af.properties
deleted file mode 100644
index b00ce5f..0000000
--- a/l10n/src/af/platform/print/print/org/netbeans/modules/print/resources/Bundle_af.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Print
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of print module.
-OpenIDE-Module-Long-Description=Implementation of print module.
-
-# layer.xml
-Actions/File=File
-
diff --git a/l10n/src/af/platform/print/print/org/netbeans/modules/print/ui/Bundle_af.properties b/l10n/src/af/platform/print/print/org/netbeans/modules/print/ui/Bundle_af.properties
deleted file mode 100644
index 556818f..0000000
--- a/l10n/src/af/platform/print/print/org/netbeans/modules/print/ui/Bundle_af.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Printer problem: {0}
-LBL_Page_Setup_Button=Page &Setup
-TLT_Page_Setup_Button=Invokes the Page Setup dialog
-LBL_Print_Option_Button=Print &Options
-TLT_Print_Option_Button=Invokes the Print Options dialog
-LBL_Print_Button=&Print
-TLT_Print_Button=Invokes the Print dialog
-LBL_Close_Button=&Close
-TLT_Close_Button=Closes the Print Preview dialog
-LBL_Print_Preview=Print Preview
-LBL_Fit_to_Width=Fit to Width
-LBL_Fit_to_Height=Fit to Height
-LBL_Fit_to_All=Show All Pages
-
-TLT_First=&First page (Alt+F)
-TLT_Previous=P&revious page (Alt+R)
-TLT_Next=&Next Page (Alt+N)
-TLT_Last=&Last Page (Alt+L)
-TLT_Fit=Change &Scale (Alt+S)
-TLT_Zoom_In=Zoom &In (Alt+I)
-TLT_Zoom_Out=Zoom O&ut (Alt+U)
-TLT_Toggle=Show &Multiple Pages (Alt+M)
-TLT_Goto=<html><body> <b>Navigation:</b> <br> press <code>/</code> or <code>F</code> to show first page <br> press <b><code>-</code></b> or <code>G</code> to show previous page <br> press <b><code>+</code></b> or <code>K</code> to show next page <br> press <code>*</code> or <code>L</code> to show last page </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Print Options
-LBL_Border=Border
-LBL_Print_Border=Print &Border
-LBL_Print_Header=Print Hea&der
-LBL_Print_Footer=Print &Footer
-LBL_Choose_Font=Choose Font
-LBL_Choose_Color=Choose Color
-LBL_Insert_Macros=Insert Macro:
-LBL_Text=Text
-LBL_Line_Numbers=Line N&umbers
-LBL_Wrap_Lines=&Wrap Lines
-LBL_Use_Font=Use Font Attributes // &X
-LBL_Use_Color=Use Color Attributes // &Q
-LBL_As_Editor=Print as in Editor // &J
-LBL_Selection=Print &Selection
-LBL_Line_Spacing=Line S&pacing:
-LBL_Text_Font_and_Color=Text Font and Colo&r:
-LBL_Background_Color=Back&ground Color:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Header and Footer
-LBL_Apply=&Apply
-LBL_Left=Left:
-LBL_Center=Center:
-LBL_Right=Right:
-
-ERR_Zoom_Value_Is_Invalid=Zoom value is invalid!
-ERR_Header_Size_Is_Too_Big=Header Size is too big!
-ERR_Footer_Size_Is_Too_Big=Footer Size is too big!
-ERR_Page_Number_Is_Invalid=Number of pages is invalid!
-ERR_Page_Number_Is_Too_Big=Number of pages is too big!
-
-TLT_Apply=Applies changes
-TLT_Border_Color=Choose Border &Color (Alt+C)
-TLT_Header_Font=Choose Header Fo&nt (Alt+N)
-TLT_Header_Color=Choose Header C&olor (Alt+O)
-TLT_Footer_Font=Choose Footer Fon&t (Alt+T)
-TLT_Footer_Color=Choose Footer Co&lor (Alt+L)
-TLT_Text_Font=Choose Text Font (Alt+K) // &K
-TLT_Text_Color=Choose Text Colo&r (Alt+R)
-TLT_Background_Color=Choose Background Color // &G
-TLT_Print_Zoom=Adjusts the print zoom
-TLT_Use_Font=Use Font (Alt+X)
-TLT_Use_Color=Use Color (Alt+Q)
-TLT_As_Editor=Show as in Editor (Alt+J)
-TLT_Selection=Print Selection
-
-LBL_Pages=page(s)
-LBL_Fit_Width_to=F&it Width to:
-TLT_Fit_Width_to=Fit Width to
-LBL_Fit_Height_to=Fit H&eight to:
-TLT_Fit_Height_to=Fit Height to
-LBL_Zoom_to=&Zoom to:
-TLT_Zoom_to=Zoom to
-LBL_Fit_to_Page=Fit to Page // &Y
-TLT_Fit_to_Page=Fit to Page (Alt+Y)
-
diff --git a/l10n/src/af/platform/print/print/org/netbeans/modules/print/util/Bundle_af.properties b/l10n/src/af/platform/print/print/org/netbeans/modules/print/util/Bundle_af.properties
deleted file mode 100644
index e1670a5..0000000
--- a/l10n/src/af/platform/print/print/org/netbeans/modules/print/util/Bundle_af.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} of {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=The name of printed component
-ROW=The row number
-COLUMN=The column number
-USER=The user name
-COUNT=The count of pages
-MODIFIED_DATE=Date of the last modification
-MODIFIED_TIME=Time of the last modification
-PRINTED_DATE=Date of printing
-PRINTED_TIME=Time of printing
-
diff --git a/l10n/src/af/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_af.properties b/l10n/src/af/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_af.properties
deleted file mode 100644
index cbffb7f..0000000
--- a/l10n/src/af/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_af.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization.
-OpenIDE-Module-Long-Description=Provides a view of all running tasks and may permit them to be cancelled, etc.
-
-NbProgressBar.tooltip1={0} tasks running. Click for details.
-NbProgressBar.tooltip2={0} task running. Click for details.
-ListComponent.btnClose.tooltip=Click to cancel process
-ListComponent.bar.tooltip=Click to watch the process
-Cancel_Question=Are you sure you want to cancel {0}?
-Cancel_Question_Title=Cancel Running Task
-StatusLineComponent.ShowProcessList=Show Processes
-StatusLineComponent.Cancel=Cancel Process
-StatusLineComponent.View=Show Output
-ListComponent.Watch=Watch Process
-
-RunOffAWT.TITLE_Operation=Lengthy operation in progress
-RunOffAWT.BTN_Cancel=Cancel
-
-# ProgressListAction
-CTL_ProcessListAction=&Processes
-
-# CancelAction
-CTL_CancelAction=Cancel Process
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Click to cancel process
-ModalDialog.btnClose.text=Cancel
-ModalDialog.btnClose.accessibleName=Cancel
-ModalDialog.btnClose.accessibleDescription=Cancels the current process
-
-
diff --git a/l10n/src/af/platform/queries/queries/org/netbeans/modules/queries/Bundle_af.properties b/l10n/src/af/platform/queries/queries/org/netbeans/modules/queries/Bundle_af.properties
deleted file mode 100644
index a911402..0000000
--- a/l10n/src/af/platform/queries/queries/org/netbeans/modules/queries/Bundle_af.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=General Queries API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Acts as a general communication channel between modules.
-OpenIDE-Module-Long-Description=Hosts queries which are not particularly domain-specific. Permits different modules to obtain information about files in a flexible way.
-
diff --git a/l10n/src/af/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_af.properties b/l10n/src/af/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_af.properties
deleted file mode 100644
index 37a2eaa..0000000
--- a/l10n/src/af/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_af.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=Option {0} needs an argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Option {0} cannot be used together with option {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Need at least one of {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Need to use also {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=Option {0} needs also option {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/af/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_af.properties b/l10n/src/af/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_af.properties
deleted file mode 100644
index 49008f8..0000000
--- a/l10n/src/af/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_af.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Command Line Parsing API
-OpenIDE-Module-Short-Description=GetOpts compliant API for parsing command line
-OpenIDE-Module-Long-Description=GetOpts compliant API to parse command line. It is focused on the case when each part of the command line is going to be parsed by different module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-MSG_OptionsHeader=\nAdditional Module(s) Option(s):\n
-
diff --git a/l10n/src/af/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_af.properties b/l10n/src/af/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_af.properties
deleted file mode 100644
index 1fa0c1d..0000000
--- a/l10n/src/af/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_af.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Settings API
-OpenIDE-Module-Short-Description=A library for storing settings in custom formats.
-OpenIDE-Module-Long-Description=This module provides the Settings API for storing module-defined settings in custom formats. It also provides several useful settings format implementations.
-OpenIDE-Module-Display-Category=Infrastructure
-
diff --git a/l10n/src/af/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_af.properties b/l10n/src/af/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_af.properties
deleted file mode 100644
index 23065ae..0000000
--- a/l10n/src/af/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_af.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=A module that provides a new API to replace NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=Actions SPI (Experimental)
-OpenIDE-Module-Short-Description=Replacements for NodeAction, CookieAction, etc.
-
diff --git a/l10n/src/ar_EG/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ar_EG.properties
deleted file mode 100644
index 99eccc5..0000000
--- a/l10n/src/ar_EG/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module Build Harness
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Short-Description=Lets you build external plug-in modules from sources.
-OpenIDE-Module-Long-Description=This is the build harness used to develop NetBeans modules (with or without the IDE). It is normally used implicitly by NetBeans module projects. For technical documentation, see harness/README.
-
diff --git a/l10n/src/ar_EG/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ar_EG.properties
deleted file mode 100644
index 407d12b..0000000
--- a/l10n/src/ar_EG/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Long-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.\nRun 'display-coverage-report' target on a project to measure results and display report in external browser.\nFor integration with Module Build Harness.
-OpenIDE-Module-Name=Cobertura Module Test Coverage
-OpenIDE-Module-Short-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.
-
diff --git a/l10n/src/ar_EG/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ar_EG.properties
deleted file mode 100644
index 6ff69bb..0000000
--- a/l10n/src/ar_EG/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly Tools Platform
-
diff --git a/l10n/src/ar_EG/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ar_EG.properties
deleted file mode 100644
index 5f4f972..0000000
--- a/l10n/src/ar_EG/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Short-Description=Jemmy test library.
-OpenIDE-Module-Long-Description=A general library for driving automated GUI tests.
-
-
diff --git a/l10n/src/ar_EG/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ar_EG.properties
deleted file mode 100644
index 99c8813..0000000
--- a/l10n/src/ar_EG/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Long-Description=NetBeans extensions to JUnit including assertGC, assertSize, getWorkDir, LineDiff, etc.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=NetBeans extensions to JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/ar_EG/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ar_EG.properties
deleted file mode 100644
index 08acd28..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=INSANE heap profiling library.
-OpenIDE-Module-Long-Description=A library for doing live heap analysis of the JVM in which it runs.
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_ar_EG.properties
deleted file mode 100644
index f2cd5fd..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Ant Library
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_ar_EG.properties
deleted file mode 100644
index 6ab3ec0..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=The current platform is not supported.
-I.error.load.engine.properties=Could not load the engine properties file
-
-I.warning.silent.without.state="{1}" option is required when using "{0}". "{0}" will be ignored.
-
-I.error.cannot.create.local.dir=Cannot create local directory: {0}
-I.error.local.dir.is.file=Local directory exists and is a file: {0}
-I.error.no.read.permissions.for.local.dir=Cannot read local directory {0} - not enough permissions
-I.error.no.write.permissions.for.local.dir=Cannot write to local directory {0} - not enough permissions
-
-I.lock.file.exists.dialog.title=NetBeans Installer lock file exists
-I.lock.file.exists.dialog.text=The installer lock file exists at {0}\n\nIt means that either another instance of the installer is already running or the previous installation was not finished correctly.\nIt is not recommended that you run multiple instances at the same time since it can result in installer data corruption.\n\nIf you are sure that no other instance is running at the moment, click "Yes" to proceed otherwise click "No" to exit the installer.\n
-
-I.error.cannot.create.lock.file=Can't create lock for the local registry file
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_ar_EG.properties
deleted file mode 100644
index 8b90466..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Downloading from {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_ar_EG.properties
deleted file mode 100644
index e561bfa..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=The proxy types {0} and {1} conflict
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI cannot be null
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Failed to connect through {0} to {1}
-US.error.failed.configure.proxy=Failed to configure proxy {0} for {1}
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_ar_EG.properties
deleted file mode 100644
index f1cfd59..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Loading local registry [{0}]
-R.error.loading.local.registry.failed.title=Failed to load the local registry
-R.error.loading.local.registry.failed.msg=The local registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.bundled.registry=Loading bundled registry [{0}]
-R.error.loading.bundled.registry.failed.title=Failed to load the bundled registry
-R.error.loading.bundled.registry.failed.msg=The bundled registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.remote.registry=Loading remote registry [{0}]
-R.error.loading.remote.registry.failed.title=Failed to load the remote registry
-R.error.loading.remote.registry.failed.msg=The remote registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.error.cannot.delete.data=Cannot delete the cached installation data
-R.save.local.registry.title=Saving local registry
-R.save.local.registry.detail=Saving to {0}
-
-R.error.missing.target.component.title=Missing target component
-R.error.missing.target.component.msg=The specified target component - {0}/{1}\nwas not found in the registry. The installer\n can continue as if the target component was not specified.\nClick Yes to continue, No to exit the installer.
-
-R.error.validation.title=Validation Problem
-R.error.validation.msg=It seems that the installation of {0} is corrupted.\nThe validation procedure issued the following warning:\n\n{1}\n\nWould you like to mark this product as not installed and continue?\nIf you click No the installer will exit.\n\nNote that these products that depend on {2} will also be disabled:\n{3}
-
-R.error.matching.requirement=No components matching the requirement: {0} requires {1}
-R.error.cyclic.dependency=Cyclic dependency: {0}, {1}
-
-R.loading.registry.properties=Loading registry properties
-R.loading.component=Loading component: uid={0}, version={1}
-R.error.loading.components=Could not load components
-R.error.registry.finalization=Could not finalize registry
-R.error.registry.document.loading=Could not load registry document
-
-R.error.cannot.create.cache.directory=Cannot create local product cache directory {0}
-R.error.cache.is.file=Local product cache directory exists and is a file : {0}
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=Cannot create local registry
-
-R.error.registry.is.dir=Local registry {0} is a directory
-R.error.cannot.read.registry=Cannot read local registry {0} - not enough permissions
-R.error.cannot.write.registry=Cannot write local registry {0} - not enough permissions
-
-R.error.cannot.parse.platform=Cannot parse platform from "{0}"
-R.error.cannot.load.registry=Cannot load registry
-R.error.parser.not.support.schemas=The current parser - {0} - does not support schemas.
-
-R.error.unknown.dependency=Unknown dependency type {0}
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_ar_EG.properties
deleted file mode 100644
index 975bc5b..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=The installation directory {0} is missing.\nMost likely it was deleted manually.
-PCL.validation.directory.file=The installation directory {0} is in fact a file.\nMost likely it was previously deleted manually and overwritten with a file.
-PCL.validation.directory.empty=The installation directory {0} is empty.\nMost likely its contents were deleted manually.
-PCL.validation.directory.null=The installation directory cannot be detected.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Cannot initialize data for {0}
-P.error.cannot.load.logic=Cannot load configuration logic for {0}
-P.error.installdir.not.set=Installation location is not set for {0}
-P.error.installdir.set.empty=Installation location is set to empty string for {0}
-P.error.cannot.create.cache.dir=Cannot create the local cache directory {0} for {1}
-P.error.local.cache.not.dir=The local cache directory {0} for {1} is not a directory
-P.error.cannot.load.product=Could not load product {0}
-P.error.logic.not.yet.downloaded=Configuration logic for {0} is not yet downloaded
-P.error.installation.data.not.cached=Installation data is not cached for {0}
-P.error.cannot.extract.data=Cannot extract installation data for {0}
-P.error.cannot.save.files.list=Cannot save installed files list
-P.error.cannot.get.wizard.components=Cannot get component's wizard components
-P.error.cannot.wrap.for.macos=Cannot create directory hierarchy for MacOS Application
-P.error.cannot.get.files.list=Cannot get the installation files list
-P.error.cannot.delete.files.list=Cannot delete installed files list
-P.error.cannot.delete.file=Cannot delete the file
-P.error.cannot.remove.from.system=Cannot remove {0} from the system install manager
-P.error.not.enough.space=Cannot extract installation data -- not enough disk space in the target directory.
-P.error.cannot.clear.cache=Cannot clear installation data cache file {0}
-P.error.system.integartion.failed=Integration of {0} with the system package manager failed
-
-P.message.installation=Installing {0}
-P.message.uninstallation=Uninstalling {0}
-P.message.configuration=Configuring {0}
-P.message.unconfiguration=Unconfiguring {0}
-P.message.legal.artifacts=Creating legal artifacts
-P.message.run.logic=Running custom configuration logic
-P.message.system.registration=Registering in the system package manager
-P.message.save.installation.files.list=Saving installed files list
-P.message.delete=Deleting {0}
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_ar_EG.properties
deleted file mode 100644
index b6a0a76..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Error writing to the log file. Logging disabled.
-
-EM.ununexpected.exception=An unexpected exception happened in thread {0}
-EM.errortype.critical=Critical Error
-EM.errortype.error=Error
-EM.errortype.warning=Warning
-EM.errortype.message=Message
-EM.unexpected.error=An unknown error occured.
-EM.exception.message=\n\nException:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nYou can get more details about the issue in the installer log file:\n {0}
-
-FU.error.output.file.entry=An file entry {0} exists and is not a file
-FU.error.output.dir.entry=An directory entry {0} exists and is not a directory
-FU.message.extracting=Extracting {0}
-FU.error.load.xml.file.list=Could not load xml files list for extraction
-FU.error.unjar.todir=Directory {0} is an existing file, cannot unjar
-FU.message.copy.dir=Copying directory: {0} to: {1}
-FU.message.copy.file=Copying file: {0} to: {1}
-FU.error.close.stream=Cannot close stream
-FU.error.source.not.readable=Source {0} is not readable
-FU.error.dest.not.file=Destination {0} is not a file
-FU.error.dest.creation=Destination {0} cannot be created
-FU.error.dest.not.writable=Destination {0} is not writable
-FU.message.moving=Moving {0} to {1}
-FU.error.freespace=Cannot get free disk space amount at {0}
-FU.error.cannot.close.jar=Cannot close jar {0}
-FU.error.cannot.create.dir.exist.file=Cannot create directory {0}, it is an existing file
-FU.error.cannot.create.dir=Cannot create directory {0}
-FU.error.not.jar.file=The supplied file {0} is not a jar archive
-FU.error.sha1.not.supported=Holy crap, this jvm does not support SHA1
-FU.error.md5.not.supported=Holy crap, this jvm does not support MD5
-FU.error.file.security.exception=Something very unexpected - a security exception during accessing file {0}
-FU.message.delete.file=Deleting file {0}
-FU.message.delete.dir=Deleting directory {0}
-FU.error.pack200.failed=Pack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Cannot parse property - {0}, its value - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Could not activate the cross-platform look and feel - proceeding with whatever look and feel was the default.
-UI.error.failed.to.activate.defined.laf=Could not activate the defined look and feel - falling back to the default cross-platform one.
-UI.error.failed.to.init.ui=Can`t initialize UI
-UI.error.failed.to.force.gtk=Cannot force the use of GTK look and feel
-UI.silent.default.yes=Going with Yes (default) option...
-UI.silent.default.no=Going with No (default) option...
-UI.silent.default.cancel=Going with Cancel (default) option...
-
-StrU.error.cannot.parse.status=Cannot parse status: {0}
-StrU.error.unknown.platform=Platform "{0}" is not recognized.
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_ar_EG.properties
deleted file mode 100644
index 5a80555..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Failed to execute the JDK verification procedure
-JU.error.cannot.delete=Cannot delete {0}
-JU.error.cannot.download.testjdk=Cannot download TestJDK.class from {0}
-JU.error.cannot.canonize=Cannot canonize {0}
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_ar_EG.properties
deleted file mode 100644
index da0b6b8..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Invalid parameter for command line argument "{0}" -- "{1}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.bad.locale.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.missing.state.file=The specified state file "{1}", does not exist.\n"{0}" parameter is ignored.
-O.warning.bag.state.file.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <state-file-path>".
-O.warning.target.state.file.exists=The specified state file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.target.state.file.arg=Required parameter missing for command line argument\n"{0}". Should be "{0} <state-file-path>".
-O.warning.bundle.file.exists=The specified target file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.create.bundle.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <userdir-path>".
-O.warning.bad.platform.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-platform>".
-O.warning.bad.registry.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_ar_EG.properties
deleted file mode 100644
index f15473f..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Not installed
-Status.to-be-installed=To be installed
-Status.installed=Installed
-Status.to-be-uninstalled=To be uninstalled
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Installed Successfully
-DetailedStatus.install.warning=Installed With Warnings
-DetailedStatus.install.error=Failed to Install
-DetailedStatus.uninstall.success=Uninstalled Successfully
-DetailedStatus.uninstall.warning=Uninstalled With Warnings
-DetailedStatus.uninstall.error=Failed to Uninstall
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_ar_EG.properties
deleted file mode 100644
index fc350f7..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Failed to download frame icon from URI - {0}.
-NF.error.failed.to.set.frame.icon=Failed to set the frame icon.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Browse
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_ar_EG.properties
deleted file mode 100644
index 3d85b31..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \ncomposite progress (sum of the own percentage and the percentages of the \nchildren) cannot be less than {1} and greater than {2}.
-
-CP.error.progress=The specified child progress doesn't exist in the composite progress \nso it can not be removed. 
-
-################################################################################
-# Progress.java
-P.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \nprogress cannot be less than {1} and greater than {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_ar_EG.properties
deleted file mode 100644
index 3ec7e46..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Can`t load bundle from {0}
-LP.error.no.files=There is no files in {0}
-LP.error.not.directory={0} is not a directory
-LP.error.directory.do.not.exist=Directory {0} does not exist
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_ar_EG.properties
deleted file mode 100644
index 0d323e6..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=No bundled or external jar files
-CnL.error.cannot.find.jvm.file=Cannot find JVM file {0}
-CnL.error.cannot.find.class=Can`t find class {0} in bundled files and no external ones were specified
-CnL.error.main.class.unspecified=No specified main class among bundled files
-CnL.error.cannot.get.output.name=No bundled files - can`t get output file name
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Can`t get launcher icon from {0}
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_ar_EG.properties
deleted file mode 100644
index ecea916..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Cannot obtain default applications location
-SR.error.cannot.parse.pattern=Cannot parse pattern: {0}
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_ar_EG.properties
deleted file mode 100644
index 2a35450..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Cannot access native method
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_ar_EG.properties
deleted file mode 100644
index cdd581c..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Failed to create the default Wizard instance.
-W.error.failed.to.load.components=Failed to load wizard components from {0}, using classloader {1}.
-W.error.failed.to.load.component=Failed to load wizard component from XML element {0}, using classloader {1}.
-W.error.unknown.ui.mode=Unknown UI mode - {0}.
-W.error.cannot.move.backward.silent=Cannot move backward in silent UI mode.
-W.error.cannot.move.backward.at.first=Cannot move backward - the wizard is already at the first element.
-W.error.parser.unsupports.schemas=The current parser - {0} - does not support schemas.
-W.error.interrupted=Interrupted while waiting
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_ar_EG.properties
deleted file mode 100644
index d5b0658..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE Installer
-WC.description=NetBeans IDE Installer Description
-
-WC.help.button.text=&Help!
-WC.back.button.text=< &Back
-WC.next.button.text=&Next >
-WC.cancel.button.text=Cancel
-WC.finish.button.text=&Finish
-
-WC.cancel.dialog.title=Cancel
-WC.cancel.dialog.text=Are you sure you want to cancel?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=An InterruptedException occured.
-
-WA.canceling.progress.title=Canceling, finishing the current operation...
-
-WA.cancel.dialog.title=Cancel
-WA.cancel.dialog.text=Are you sure you want to cancel?
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_ar_EG.properties
deleted file mode 100644
index f1ff532..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Cache Engine...
-CEA.description=Please wait while the wizard caches the engine.
-CEA.error.cannot.cache.engine=Cannot cache the installer engine
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Creating Bundle...
-CBA.description=Please wait while the wizard creates a bundle with the selected components.
-
-CBA.progress.create.bundle.title=Creating a redistributable bundle at {0}
-CBA.progress.add.engine.detail=Add installer engine to the bundle
-CBA.progress.add.product.detail=Adding {0} ...
-CBA.progress.add.group.detail=Adding {0} ...
-
-CBA.error.failed.create.bundle=Failed to create the bundle
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Creating Native Launcher...
-CNLA.description=Please wait while the wizard creates a launcher for the jar file.
-CNLA.error.failed.create.launcher=Failed to create the native launcher
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Creating MacOSX Application Launcher...
-CMALA.description=Please wait while the wizard creates a app launcher for the jar file.
-CMALA.error.failed.create.launcher=Failed to create the app launcher
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Preparing Configuration Logic...
-DCLA.description=Please wait while the wizard prepares the configuration logic.
-DCLA.progress.remote.title=Downloading configuration logic for {0}
-DCLA.progress.local.title=Extracting configuration logic for {0}
-DCLA.failed=Failed to download installation logic for {0}
-DCLA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Preparing Installation Data...
-DIDA.description=Please wait while the wizard prepares the installation data.
-DIDA.progress.remote.title=Downloading installation data for {0}
-DIDA.progress.local.title=Extracting installation data for {0}
-DIDA.failed=Failed to download installation data for {0}
-DIDA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Initializing...
-IRA.description=Please wait while the setup wizard initializes.
-IRA.registry.initialization.failed=Cannot initialize registry
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finalizing...
-FRA.description=Please wait while the setup wizard finalizes.
-FRA.registry.finalization.failed=Cannot finalize registry
-
-################################################################################
-# InstallAction.java
-IA.title=Installing...
-IA.description=Please wait while the wizard installs the selected components.
-IA.progress.install.title=Installing {0}...
-IA.progress.rollback.title=Canceling, rolling back {0}...
-IA.install.dependent.failed=Could not install {0}, since the installation of {1} failed
-IA.install.unknown.error=Unknown Error
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Searching for Java\u2122 Environments...
-SFJA.description=Please wait while the wizard searches your system for existing Java\u2122 environments.
-SFJA.prepare.list=Preparing locations list...
-SFJA.checking=Checking {0}
-SFJA.search.java=Searching for installed Java environments...
-SFJA.entry.label={0} (v. {1} by {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Uninstalling...
-UA.description=Please wait while the wizard uninstalls the selected components.
-UA.progress.uninstall.title=Uninstalling {0}
-UA.uninstall.dependent.failed=Could not uninstall {0}, since the uninstallation of {1} failed
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=Source component UID is not set
-SILA.error.cannot.find.component=Component with the given uid {0} does not exist
-SILA.error.cannot.get.logic=Could not access configuration logic for {0}
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_ar_EG.properties
deleted file mode 100644
index c16b724..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Location:
-ALP.location.button.text=B&rowse ...
-ALP.list.label.text=The &following locations were found by the search algorithm:
-
-ALP.error.nothing.found=No compatible applications were found.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Components Selection
-CSP.description.both=Select the components that you want to install. Unselect those you want to uninstall.
-CSP.description.install=Select the components that you want to install.
-CSP.description.uninstall=Unselect the components that you want to uninstall.
-CSP.feature.description.title=Feature Description
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Installation size: {0}     Download Size: {1}
-CSP.sizes.label.text.no.download=Installation size: {0}
-
-CSP.default.installation.size=N/A
-CSP.default.download.size=N/A
-
-CSP.error.no.changes.both=No feature selected. Select at least one feature for installation or uninstallation.
-CSP.error.no.changes.install=No feature selected. Select at least one feature for installation.
-CSP.error.no.changes.uninstall=No feature selected. Select at least one feature for uninstallation.
-CSP.error.requirement.install={1} is required to install {0}.
-CSP.error.conflict.install={0} conflicts with {1}.
-CSP.error.requirement.uninstall={0} is required by {1}.
-CSP.error.not.enough.space.to.download=Insufficient disk space for downloading the installation data. Additional {1} is required in {0}.
-CSP.error.not.enough.space.to.extract=Insufficient disk space for extracting the installation data. Additional {1} is required in {0}.
-CSP.error.cannot.check.space=Cannot check the free disk space
-
-################################################################################
-# DestinationPanel.java
-DP.title=Installation Folder
-DP.description=Choose destination folder.
-
-DP.destination.label.text=&Installation location:
-DP.destination.button.text=B&rowse ...
-
-DP.error.null=The installation folder cannot be empty.
-DP.error.not.valid=The specified installation folder is invalid.
-DP.error.contains.exclamation=The installation folder cannot contain the exclamation mark (!).
-DP.error.contains.semicolon=The installation folder cannot contain the semicolon character (;).
-DP.error.contains.colon=The installation folder cannot contain the colon character (:).
-DP.error.contains.ampersand=The installation folder cannot contain the ampersand character (&).
-DP.error.contains.wrong.char=The installation folder contains the wrong character({1}).
-DP.error.matches.prohibited.regexp=The specified installation folder is invalid (it matches prohibited pattern {1}).
-DP.error.not.absolute=The specified installation folder has to be in absolute path form.
-DP.error.cannot.canonize=The specified installation folder cannot be canonized.
-DP.error.not.directory=The specified installation location is not a folder.
-DP.error.not.readable=The specified installation folder is not readable.
-DP.error.not.writable=The specified installation folder is read-only.
-DP.error.not.empty=The specified installation folder is not empty.
-DP.error.not.ends.with.app=The specified installation folder must end with ".app".
-DP.error.not.enough.space=Not enough disk space. Additional {1} required in {0}.
-DP.error.cannot.get.logic=Cannot obtain configuration logic
-DP.error.cannot.check.space=Cannot check the free disk space
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 home folder:
-JLP.location.label.text.java=&Java\u2122 environment home folder:
-JLP.location.button.text=B&rowse ...
-JLP.list.label.text=&List of suitable JDK\u2122 found on this machine:
-JLP.list.label.text.java=&List of suitable Java\u2122 environments found on this machine:
-
-JLP.error.null=The path to the JDK cannot be empty.
-JLP.error.null.java=The path to the Java environment cannot be empty.
-JLP.error.not.valid.path=The specified JDK folder {0} is invalid.
-JLP.error.not.valid.path.java=The specified Java environment folder {0} is invalid.
-JLP.error.path.not.exists=The specified JDK folder {0} does not exist.
-JLP.error.path.not.exists.java=The specified Java environment folder {0} does not exist.
-JLP.error.not.javahome=The specified JDK folder {0} does not contain JDK.
-JLP.error.not.javahome.java=The specified Java environment folder {0} does not contain Java environment.
-JLP.error.not.jdk=The specified JDK folder {0} contains JRE, but a full JDK is required.
-JLP.error.wrong.version.older=The specified JDK folder {0} contains JDK version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.older.java=The specified Java environment folder {0} contains Java version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.newer=The specified JDK folder {0} contains JDK version "{1}", while the maximum is "{2}".
-JLP.error.wrong.version.newer.java=The specified Java environment folder {0} contains Java version "{1}", while the maximum is "{2}".
-JLP.error.wrong.vendor=The specified JDK folder {0} contains JDK from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.wrong.vendor.java=The specified Java environment folder {0} contains Java from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.unknown=An unknown error occured while validating the path.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>The installer could not find a compatible JDK installation, specify it manually.<br>The minimum required version is {0}. To download JDK, visit <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>The installer could not find a compatible Java environment, specify it manually.<br>The minimum required version is {0}. To download Java environment, visit <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (used by {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Post-Create Bundle Summary
-PoCBSP.dialog.description=Click Finish to exit.
-
-PoCBSP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Some errors were encountered in the course of bundle creation process.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=The following components were successfully bundled:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=The following components failed to be bundled:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=View &Log
-PoCBSP.send.log.button.text=&Send Log
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Installation Wizard - Post-Install Summary
-
-PoISP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Some warnings were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Some errors were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=The following components were successfully installed:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=The following components installed with warnings:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=The following components failed to install:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=The following components were successfully uninstalled:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=The following components uninstalled with warnings:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=The following components failed to uninstall:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=View &Details
-PoISP.view.log.button.text=View &Log
-PoISP.send.log.button.text=&Send Log
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Log file is not available
-
-PoISP.message.files.remaining=Some files could not be removed from the installation directories of the {0}. You may need to remove them manually.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Pre-Create Bundle Summary
-PrCBSPdialog.description=Click Create to create the bundle.
-
-PrCBSPmessage.text=The wizard has collected all required data to proceed with creating of the bundle. Please review your choice. To continue, click Next.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=You chose to create a bundle with the following components:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Total download size: {0}
-PrCBSPrequired.disk.space.label.text=Required disk space: {0}
-PrCBSPcreate.button.text=&Create
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Pre-Install Summary
-
-PrISP.message.text=The installation wizard has collected all required data to proceed with installation/uninstallation of the selected components. Please review your choice. To continue, click Next.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=You chose to install the following components:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=You chose to uninstall the following components:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Total download size: {0}
-PrISP.required.disk.space.label.text=Required disk space: {0}
-PrISP.install.button.text=&Install
-
-PrISP.error.not.enough.space=Insufficient disk space for proper installation. Additional {1} is required in {0}.
-PrISP.error.cannot.check.space=Cannot check the free disk space
-PrISP.error.logic.access=Could not access product's configuration logic
-PrISP.error.fsroots=Cannot get the list of file system roots
-PrISP.error.non.existent.root={0} is set up to be installed to {1} which does not belong to any of the file system roots.
-PrISP.error.cannot.write=The wizard does not have write access to {1}, the installation directory of {0}. Please correct the permissions before proceeding.
-
-################################################################################
-# LicensesPanel.java
-LP.title=License Agreement
-LP.description=Please read the following license agreement carefully.
-
-LP.accept.checkbox.text=I &accept the terms in the license agreement
-LP.error.cannot.get.logic=Could not access configuration logic
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<No Text>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Are you sure you want to cancel?
-EMP.cancel.dialog.title=Cancel
-EMP.error.failed.input.verify=Failed to verify input
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_ar_EG.properties
deleted file mode 100644
index d2a0ae9..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Failed to download wizard icon from URI - {0}.
-SFC.error.failed.to.set.icon=Failed to set the swing frame container icon.
-SFC.error.failed.to.attach.error.handler=Failed to attach custom error handler to the EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Cannot set the default close operation
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_ar_EG.properties
deleted file mode 100644
index 7603b7f..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Installation details
-IDD.component.label=Component
-IDD.status.label=Status
-
-ILD.loading.logfile=Loading log file. Please wait...
-ILD.error.reading.log=Cannot read log file {0}.
-ILD.error.log.contents=Log contents are not available.
-
diff --git a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_ar_EG.properties b/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_ar_EG.properties
deleted file mode 100644
index 13d2606..0000000
--- a/l10n/src/ar_EG/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Engine Library
-
diff --git a/l10n/src/ar_EG/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ar_EG.properties
deleted file mode 100644
index 28c6d30..0000000
--- a/l10n/src/ar_EG/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apple Application Menu
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enables proper support for the Apple Application menu
-
-OpenIDE-Module-Long-Description=Enables Apple menu items to work properly, and moves some standard menu items there - Tools | Options becomes Preferences, Help | About becomes about, File | Exit becomes Quit.
-
-MSG_MinimizeWindowAction=&Minimize Window
-
diff --git a/l10n/src/ar_EG/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ar_EG.properties
deleted file mode 100644
index fc4f3d1..0000000
--- a/l10n/src/ar_EG/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Establishing a connection ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Checking for updates in {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=Cannot read NBM {0}
-InstallSupportImpl_TurnOnTimeout=timeout of loading {0}
-InstallSupportImpl_NullSource=Source URL for module "{0}" is null, most likely "distribution" attribute is set to the empty string in the UC catalog.\nSee also http://www.netbeans.org/issues/show_bug.cgi?id=153799 for more details.
-InstallSupportImpl_Download_Unavailable=Cannot access {0}
-OperationSupportImpl_Custom_Uninstall=Uninstalling {0}
-OperationSupportImpl_Custom_Install=Installing {0}
-
-UpdateUnitFactory_Libraries_Category=Libraries
-UpdateUnitFactory_Bridges_Category=Bridges
-UpdateUnitFactory_Unsorted_Category=Uncategorized
-UpdateElementImpl_Feature_CategoryName=Features
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Module installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Modules installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Module not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Modules not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>New module offered by the plugin:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>New modules offered by the plugin:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/ar_EG/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ar_EG.properties
deleted file mode 100644
index 64ab08e..0000000
--- a/l10n/src/ar_EG/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The AutoUpdate feature provides several services: download and install available updates of installed modules, search and install new modules from subscribed Update Centers, view and manage the modules.
-OpenIDE-Module-Name=Auto Update Services
-OpenIDE-Module-Short-Description=Support for searching for module updates on Update Center and for downloading and installing modules
-
diff --git a/l10n/src/ar_EG/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ar_EG.properties
deleted file mode 100644
index 261abc0..0000000
--- a/l10n/src/ar_EG/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Default Update Center
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Libraries
-ArtificialFeaturesProvider_Bridges_Category=Bridges
-ArtificialFeaturesProvider_Unsorted_Category=Uncategorized
-ArtificialFeaturesProvider_Features_Category=Features
-NetworkAccess_Timeout=Timeout while opening connection to {0}
-
diff --git a/l10n/src/ar_EG/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ar_EG.properties
deleted file mode 100644
index ea38047..0000000
--- a/l10n/src/ar_EG/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Preparing to Unpack
-CTL_UnpackingFile=Unpacking File:
-CTL_DeletingFiles=Uninstalling files...
-CTL_DisablingFiles=Deactivating files...
-UpdaterFrame.jTextArea1.text=Update is in progress.\n\nPlease wait ...
-UpdaterFrame.textLabel.text=Preparing to Unpack
-UpdaterFrame.Form.title=Updater
-UpdaterFrame.textLabel.fontName=Dialog
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/ar_EG/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ar_EG.properties
deleted file mode 100644
index b29c99b..0000000
--- a/l10n/src/ar_EG/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} more ...
-Less_Command_Text={0} less ...
-UnitTab_ReloadTime=Last Check: {0}
-UnitTab_ReloadTime_Never=never
-UnitTab_LessAction=Show Fewer Plugins
-UnitTab_MoreAction=Show More Plugins
-UnitTab_TooltipCheckBox_INSTALLED=Check plugin {0}
-UnitTab_Tooltip_RefreshAction=Reload Catalog
-UnitTab_bTabAction_Name_INSTALLED=U&ninstall
-UnitTab_TooltipCheckBox_UPDATE=Check plugin {0}
-UnitTab_bTabAction_Name_UPDATE=&Update
-UnitTab_CheckAction=Check
-UnitTab_CheckCategoryAction=Check Category
-UnitTab_UncheckCategoryAction=Uncheck Category
-UnitTab_CheckAllAction=Check All
-UnitTab_UncheckAllAction=Uncheck All
-UnitTab_ReloadAction=&Reload Catalog
-UnitTab_PrepareReloadAction=Please wait a while reloading catalog
-UnitTab_RemoveLocallyDownloadedAction=&Remove
-UnitTab_ActivateAction=&Activate
-UnitTab_ActivateCategoryAction=Activate Category
-UnitTab_DeactivateAction=&Deactivate
-UnitTab_DeactivateCategoryAction=Deactivate Category
-AvailableTab_SourceCategory_Tooltip_STANDARD=Certified Plugin
-AvailableTab_SourceCategory_Tooltip_BETA=Beta Plugin
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Community Contributed Plugin
-InstallTab_Active_Tooltip=Active
-InstallTab_InActive_Tooltip=Inactive
-InstallTab_PendingForInstall_Tooltip=Application restart needed to complete installation
-InstallTab_PendingForDeactivate_Tooltip=Application restart needed to complete deactivation
-InstallTab_ReadOnly_Tooltip={0} is in read-only mode and cannot be checked
-UnitTab_TooltipCheckBox_AVAILABLE=Check plugin {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Install
-UnitTab_TooltipCheckBox_LOCAL=Check plugin {0}
-UnitTab_Tooltip_AddAction_LOCAL=Add the locally downloaded plugins
-UnitTab_Tooltip_RemoveAction_LOCAL=Remove plugin from the list
-UnitTab_bTabAction_Name_LOCAL=&Install
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} plugin selected
-UnitTab_lHowManySelected_Many_Text={0} plugins selected
-UnitTab_OperationName_Text_INSTALLED=Uninstall
-UnitTab_OperationName_Text_UPDATE=Update
-UnitTab_OperationName_Text_AVAILABLE=Install
-UnitTab_OperationName_Text_LOCAL=Install
-UnitTab_lWarning_Text={0} operation will require restart of the application
-PluginManagerUI_UnitTab_Update_Title=Updates
-PluginManagerUI_UnitTab_Update_ToolTip=Your application is up to date!
-PluginManagerUI_UnitTab_Available_ToolTip=No plugins are available. Click Reload Catalog for newest plugins.
-PluginManagerUI_UnitTab_Available_Title=Available Plugins
-PluginManagerUI_UnitTab_Installed_Title=Installed
-PluginManagerUI_UnitTab_Local_Title=Downloaded
-UnitTab_bAddLocallyDownloads_Name=&Add Plugins...
-UnitTab_bAddLocallyDownloads_ACN=Add Plugins
-UnitTab_bAddLocallyDownloads_ACD=Add Plugins to use the file browser to add any plugins that you downloaded to your local system
-NotificationAlreadyPreparedToIntsall=Plugin {0} is already prepared to update/install.
-NotificationOneAlreadyInstalled=Plugin "{0}" is already installed.
-NotificationMoreAlreadyInstalled=Plugins "{0}" are already installed.
-NotificationAlreadyPresent=Plugin "{0}" is already added. Do you want to replace with "{1}"?
-NotificationAlreadyPresentTitle=Replace plugin
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Add Plugins
-CTL_FileFilterDescription=Plugin distribution files (*.nbm)
-NetworkProblemPanel_taTitle_Text=Unable to connect to the Update Center
-NetworkProblemPanel_taMessage_WarningText=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic. \n\nIt might happen your caches are out of date. Please click Reload Catalog to refresh content.
-NetworkProblemPanel_taMessage_ErrorText=Not all of the plugins have been successfully downloaded. The server may be unavailable at the moment. Try again later.
-CTL_Warning=Warning
-CTL_Error=Network Problem
-CTL_ShowProxyOptions=&Proxy Configuration...
-ACSD_ShowProxyOptions=N/A
-Utilities_NetworkProblem_Continue=&Try again
-Utilities_NetworkProblem_Skip=&Skip
-Utilities_NetworkProblem_Cancel=Cancel
-Utilities_NetworkProblem_Text=Unable to connect to the {0} because of {1}
-SettingsTable_ActiveColumn=Active
-SettingsTable_NameColumn=Name
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Settings
-SettingsTab.bProxy.text=&Proxy Settings
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=Update Center Customizer
-UpdateUnitProviderPanel.lName.text=&Name\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Check for updates automatically
-Utilities_Libraries_Category=Libraries
-Utilities_Bridges_Category=Bridges
-Utilities_Unsorted_Category=Uncategorized
-SettingsTab.bRemove.message=Are you sure you want to remove following update center: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Name
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Check for updates automatically
-UpdateUnitProviderPanel.error.name.short=Update Center name is not specified
-UpdateUnitProviderPanel.error.url.short=Update Center URL is not specified
-UpdateUnitProviderPanel.error.name.dup=Update Center with the same name already exist
-UpdateUnitProviderPanel.error.url.invalid=Update Center URL is invalid
-UnitTab_bClose_Text=&Close
-Utilities_CheckingForUpdates=Checking for updates
-UnitTab_InitAndCheckingForUpdates=Initializing the list of plugins... 
-InstalledTableModel_State_Enabled=On
-InstalledTableModel_State_Disabled=Off
-AvailableTableModel_Columns_Install=Install
-AvailableTableModel_Columns_Name=Name
-AvailableTableModel_Source_Category=Source
-AvailableTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Uninstall=Select
-InstalledTableModel_Columns_Name=Name
-InstalledTableModel_Columns_Installed=Installed
-InstalledTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Enabled=Active
-LocallyDownloadedTableModel_Columns_Install=Install
-LocallyDownloadedTableModel_Columns_Name=Name
-LocallyDownloadedTableModel_Columns_Version=Version
-LocallyDownloadedTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Update=Update
-UpdateTableModel_Columns_Name=Name
-UpdateTableModel_Columns_Installed=Installed
-UpdateTableModel_Columns_Available=Available
-UpdateTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Category=Category
-SettingsTab_NewProviderName=New Provider
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Description:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Version: 
-UnitDetails_Plugin_InstalledVersion=Installed version:
-UnitDetails_Plugin_AvailableVersion=Available version:
-UnitDetails_Plugin_Author=Author: 
-UnitDetails_Plugin_Date=Date: 
-UnitDetails_Plugin_Source=Source: 
-UnitDetails_Plugin_CodeName=Code name: 
-UnitDetails_Plugin_Homepage=Homepage: 
-UnitDetails_Plugin_Notification=Important note
-UnitDetails_Plugin_Description=Plugin Description
-UnitDetails_Plugin_Collecting_Dependencies=Collecting dependencies...
-UnitDetails_New_Internal_Update_Mark=new!
-lSearch1.text=&Search\:
-SettingsTab.lCheckPeriod.text=&Check Interval\:
-SettingsTab.lGeneral.text=Advanced
-SettingsTab.addButton.text=&New
-SettingsTab.RemoveButton.text=&Remove
-SettingsTab.EditButton.text=&Edit
-SettingsTab.AddButton.text=&Add
-SettingsTab.lUpdateCenters.text=Configuration of &Update Centers\:
-SettingsTab.lConnection.text=Automatically Check for Updates
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Update_custom=User Default
-SettingsTab.cbSharedInstall.text=&Force install into shared directories
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Write Permission
-SettingsTab.cbSharedInstall.ReadOnlyMessage=You don`t have permission to install plugin(s) into the shared directory:\n{0}\nTo perform installation into the shared directory, you should run the application as a user with administrative priviledges.
-SettingsTab.cbSharedInstall.NoSharedTitle=No install directory
-SettingsTab.cbSharedInstall.NoSharedMessage=No shared directories found.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Cannot read NBM {0} because {1}
-PluginManagerUI.bHelp.text=&Help
-ACN_UnitTable=List of Plugins
-ACD_UnitTable=List of Plugins
-ACN_UpdateCentersTable=List of Update Centers
-ACD_UpdateCentersTable=List of Update Centers allowing to activate or deactivate selected Update Center
-ACN_DetailsPanel=Plugin's details
-ACN_DetailsPanel_Button=Invoke {0} action
-ACN_UnitDetails=Plugin Details
-ACD_Reload=Reload Catalog
-ACD_Search=Search Plugins
-ACN_Tabs=Switch between updates, available, installed and downloaded plugins
-ACD_Tabs=Switch between updates, available, installed and downloaded plugins
-ACN_PluginManagerUI=Plugin Manager
-ACD_PluginManagerUI=Plugin Manager for updating, installing and removing plugins
-ACN_Reload=Reload Catalog
-ACN_UpdateCenterCustomizer=Update Center Customizer
-ACD_UpdateCenterCustomizer=Update Center Customizer for editing update center name and URL
-NetworkProblemPanel_ACD=N/A
-NetworkProblemPanel_taMessage=Message of Network Problem
-NetworkProblemPanel_taTitle_ACN=Network Problem
-UnitTab.detailView.text=Sho&w details
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Internal Updates)
-Unit_InternalUpdates_Title=Internal Updates
-
diff --git a/l10n/src/ar_EG/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ar_EG.properties
deleted file mode 100644
index 801cd90..0000000
--- a/l10n/src/ar_EG/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Check for &Updates
-PluginManagerAction_Name=Plu&gins
-PluginManager_Panel_Name=Plugins
-PluginManager_CloseButton_Name=&Close
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} updates found.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} update found.
-AutoupdateCheckScheduler_UpdateFound_Hint=Click here to make your application up to date.
-AutoupdateCheckScheduler_InstallInProgress=Please wait, another install task in progress...
-
diff --git a/l10n/src/ar_EG/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ar_EG.properties
deleted file mode 100644
index 676d157..0000000
--- a/l10n/src/ar_EG/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The UI allows to browse the installation and contents of registered Update Centers, to download updates or new modules and to automatically install modules.
-OpenIDE-Module-Name=Auto Update UI
-OpenIDE-Module-Short-Description=Supplies UI of Auto Update Services
-
diff --git a/l10n/src/ar_EG/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ar_EG.properties
deleted file mode 100644
index 823a152..0000000
--- a/l10n/src/ar_EG/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_Header_Content=The installer will download, verify and then install the selected plugins.
-OperationDescriptionStep_TableInstall_Title=The following plugins will be installed:
-OperationDescriptionStep_TableUpdate_Title=The following plugins will be updated:
-OperationDescriptionStep_PluginBrokesJavaDependency=The Java platform version {0} was requested but only {1} is running.
-OperationDescriptionStep_HeaderUninstall_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderUninstall_Content=The selected plugins will be uninstalled. The selected plugins will be removed from the disk.
-OperationDescriptionStep_TableUninstall_Title=The following plugins will be uninstalled:
-OperationDescriptionStep_HeaderActivate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderActivate_Content=The selected plugins will be activated.
-OperationDescriptionStepActivate_Table_Title=The following plugins will be activated:
-OperationDescriptionStep_HeaderDeativate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderDeativate_Content=The selected plugins will be deactivated.
-OperationDescriptionStep_TableDeativate_Title=The following plugins will be deactivated:
-PanelBodyContainer_PleaseWait=Please wait until the installer discovers plugins dependencies.
-DependenciesResolutionStep_Table_Title=The following plugins will also be installed because one or more of the plugins you are about to install depend on them:
-UninstallDependenciesResolutionStep_Table_Title=The following plugins need to be deactivated because they require one or more of the plugins you are about to deactivate:
-LicenseApprovalPanel_taTitle_Text=In order to continue with the installation, you need to agree with all of the license agreements associated with the particular plugins.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} License Agreement
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=License Agreement
-LicenseApprovalPanel_Header_Content=Please read all of the following license agreements carefully.
-InstallUnitWizard_Title=Plugin Installer
-InstallStep_Header_Download_Head=Download
-InstallStep_Header_Download_Content=Please wait until the installer downloads the requested plugins.
-InstallStep_Header_Verify_Head=Validate
-InstallStep_Header_Verify_Content=Please wait until the installer validates the downloaded plugins.
-InstallStep_Header_Install_Head=Install
-InstallStep_Header_Install_Content=Please wait until the installer completes the installation.
-InstallStep_Header_InstallDone_Head=Installation completed successfully
-InstallStep_Header_InstallDone_Content=Click Finish to quit the installer.
-InstallStep_Header_InstallUnsuccessful_Head=Installation completed unsuccessfully
-InstallStep_Header_InstallUnsuccessful_Content=Click Finish to quit the installer and try to restart application.
-InstallStep_Header_Restart_Head=Restart application to complete installation
-InstallStep_Header_Restart_Content=Restart application to finish plugin installation.
-UninstallStep_Header_Restart_Head=Restart application to complete deactivation
-UninstallStep_Header_Restart_Content=Restart application to finish plugin deactivation.
-CustomHandleStep_Header_Install_Restart_Head=Restart application to complete installation
-CustomHandleStep_Header_Install_Restart_Content=Restart application to finish plugin installation.
-CustomHandleStep_Header_Uninstall_Restart_Head=Restart application to complete uninstallation
-CustomHandleStep_Header_Uninstall_Restart_Content=Restart application to finish plugin uninstallation.
-
-InstallStep_Done=Done.
-InstallStep_Unsuccessful=Installation is completed but some problem found: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Restart Now
-InstallUnitWizardModel_Buttons_RestartLater=Restart &Later
-InstallUnitWizardModel_Buttons_Install=&Install
-InstallUnitWizardModel_Buttons_Update=&Update
-InstallUnitWizardModel_Buttons_Close=&Finish
-InstallUnitWizardModel_Buttons_Next=Next
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Uninstall
-UninstallUnitWizardModel_Buttons_TurnOn=&Activate
-UninstallUnitWizardModel_Buttons_TurnOff=&Deactivate
-InstallStep_InstallDone_Text=The Plugin Installer has successfully installed the following plugins:
-InstallStep_InstallUnsuccessful_Text=The Plugin Installer found problem {0} while install the following plugins:
-UninstallStep_UninstallDone_Text=The Plugin Installer has successfully uninstalled the following plugins:
-UninstallStep_ActivateDone_Text=The Plugin Installer has successfully activated the following plugins:
-UninstallStep_DeactivateDone_Text=The Plugin Installer has successfully deactivated the following plugins:
-UninstallStep_UninstallFailed_Text=Uninstallation failed: {0}
-UninstallStep_ActivateFailed_Text=Activation failed: {0}
-UninstallStep_DeactivateFailed_Text=Deactivation failed: {0}
-UninstallStep_Done=Done.
-UninstallStep_Failed=Failed. {0}
-UninstallStep_Header_Uninstall_Head=Uninstallation
-UninstallStep_Header_Uninstall_Content=Please wait until the installer uninstalls all the selected plugins.
-UninstallStep_Header_Deactivate_Head=Deactivation
-UninstallStep_Header_Deactivate_Content=Please wait until the installer finishes deactivating all the selected plugins.
-UninstallStep_Header_Activate_Head=Activation
-UninstallStep_Header_Activate_Content=Please wait until the installer finishes activating all the selected plugins.
-UninstallStep_Header_UninstallDone_Head=Uninstallation completed successfully
-UninstallStep_Header_UninstallDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateDone_Head=Deactivation completed successfully
-UninstallStep_Header_DeactivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateDone_Head=Activation completed successfully
-UninstallStep_Header_ActivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_UninstallFailed_Head=Uninstallation failed
-UninstallStep_Header_UninstallFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateFailed_Head=Deactivation failed
-UninstallStep_Header_DeactivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateFailed_Head=Activation failed
-UninstallStep_Header_ActivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_ProgressName_Uninstall=Uninstalling plugins
-UninstallStep_ProgressName_Activate=Activating plugins
-UninstallStep_ProgressName_Deactivate=Deactivating plugins
-ValidationWarningPanel_ShowCertificateButton=&Show certificate
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Validation Warning
-ValidationWarningPanel_VerifyCertificate_Title=Verify Certificate
-ValidationWarningPanel_ContinueButton=&Continue
-ValidationWarningPanel_taHead_NotSignedText=The following plugins are not signed\:
-ValidationWarningPanel_taHead_NotTrustedText=The following plugins are signed but not trusted\:
-ValidationWarningPanel_taWarning_Text=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-OperationDescriptionStep_CustomHandled_Head={0} plugins use native installer:
-InstallStep_Download_DownloadingPlugins=Downloading plugins...
-InstallStep_Validate_ValidatingPlugins=Validating plugins...
-InstallStep_Install_InstallingPlugins=Installing plugins...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Some plugins not installed to avoid potential installation problems.
-CustomHandleStep_Header_Install_Head=Install
-CustomHandleStep_Header_Install_Content=Please wait until the installer completes the installation.
-CustomHandleStep_Header_Uninstall_Head=Uninstallation
-CustomHandleStep_Header_Uninstall_Content=Please wait until the installer finishes uninstalling the selected plugins.
-CustomHandleStep_Header_InstallDone_Head=Installation completed successfully
-CustomHandleStep_Header_InstallDone_Content=Click Next to continue installing the remaining selected plugins using the plugin installer.
-CustomHandleStep_Header_UninstallDone_Head=Uninstallation completed successfully
-CustomHandleStep_Header_UninstallDone_Content=Click Next to continue uninstalling the remaining selected plugins.
-CustomHandleStep_Header_InstallFail_Head=Installation failed.
-CustomHandleStep_Header_InstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Header_UninstallFail_Head=Installation failed
-CustomHandleStep_Header_UninstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Install_InstallingPlugins=Installing plugins using the plugin's installer...
-CustomHandleStep_Uninstall_UninstallingPlugins=Uninstalling plugins using the plugin's installer...
-CustomHandleStep_Done=Done.
-CustomHandleStep_InstallDone_Text=The Plugin Installer has successfully finished the installation.
-CustomHandleStep_InstallFail_Text=Installation of {0} failed.
-CustomHandleStep_UninstallDone_Text=The Plugin Installer has successfully finished the uninstallation.
-CustomHandleStep_UninstallFail_Text=Uninstallation of {0} failed.
-InstallStep_NetworkProblem_Continue=&Try again
-InstallStep_NetworkProblem_Text=Networking problem in {0}
-OperationPanel.cbRunInBackground.text=&Run In Background
-InstallSupport_InBackground_NetworkError=Unable to connect to the Update Center.
-InstallSupport_InBackground_NetworkError_Details=details
-LicenseApprovalPanel.cbAccept.text=I &accept the terms in all of the license agreements.
-InstallSupport_RestartNeeded=Restart the application to complete the installation.
-UninstallSupport_RestartNeeded=Restart the application to complete the deactivation.
-CustomHandleStep_Install_RestartNeeded=Restart the application to complete the installation.
-CustomHandleStep_Uninstall_RestartNeeded=Restart the application to complete the uninstallation.
-
-RestartNeeded_Details=Click here to restart your application now
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans Installer Wizard
-PanelBodyContainer_ACD=NetBeans Installer Wizard
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/A
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/A
-ValidationWarningPanel_tpPlugins_ACN=Unverified Plugins
-ValidationWarningPanel_taWarning_Text_ACD=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-ValidationWarningPanel_taWarning_Text_ACN=Warning
-ValidationWarningPanel_taHead_ACN=N/A
-ValidationWarningPanel_ACD=N/A
-UninstallUnitWizard_Title=Plugin Installer
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Your application is up to date!</h3>
-LazyOperationDescriptionStep_NoUpdates=There are no updates available.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Checking for updates failed.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Check your network connection, verify that your proxy settings<br>are configured correctly, or try again later.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Checking for updates.</b><br>Please wait while the installer checks for available updates.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Initializing the list of updates... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Some plugins require plugin {0} to be installed.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Some plugins are waiting for application restart to resolve following problems:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Some plugins require capability {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Some plugins require the Java platform in version {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Some plugins require JDK</h3>Some of the selected plugins require the JDK in order to function. Currently, NetBeans IDE appears to be running with the JRE instead of the full JDK.<br><br>To use these plugins, start IDE with the <code>--jdkhome</code> command line option set to the location of a JDK installation. See <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> for more information.<br><br>
-OperationDescriptionStep_BrokenModuleDep=The plugin {0} would also need to be installed.
-OperationDescriptionStep_BrokenModuleNameDep=The plugin named {0} is needed and not found.
-OperationDescriptionStep_BrokenModuleVersionDep=The plugin {0} is requested in version >= {1} but only {2} was found.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=The plugin {0} is requested in version >= {1} (release version {2}) but only {3} (of release version different from {2}) was found.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=The plugin {0} is requested in version {1}.
-OperationDescriptionStep_BrokenModuleImplDep=The plugin {0} is requested in implementation version {1}.
-OperationDescriptionStep_BrokenRequiresDep=No plugin providing the capability {0} could be found.
-OperationDescriptionStep_AffectedPluginByBrokenDep=The following plugins are affected:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=The following plugin is affected:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=There were some problems while storing {0}.\nCause: {1}
-InstallStep_DownloadProblem_SomePlugins=selected plugins
-
diff --git a/l10n/src/ar_EG/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ar_EG.properties
deleted file mode 100644
index d85fbae..0000000
--- a/l10n/src/ar_EG/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP Platform
-OpenIDE-Module-Name=RCP Platform
-OpenIDE-Module-Short-Description=NetBeans RCP Platform
-OpenIDE-Module-Long-Description=The NetBeans RCP Platform is a generic framework for Swing applications. It provides the services common to almost all large desktop applications: window management, menus, settings and storage, update management, file access, etc.<br><br>See more information at <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/ar_EG/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ar_EG.properties
deleted file mode 100644
index 3693500..0000000
--- a/l10n/src/ar_EG/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup On SystemFS
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The default implementation of MimeDataProvider.
-OpenIDE-Module-Long-Description=The MIME Lookup On SystemFS module implements MimeDataProvider that looks up objects in the folder hierarchy on the System filesystem.
-
-
diff --git a/l10n/src/ar_EG/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ar_EG.properties
deleted file mode 100644
index d819b5a..0000000
--- a/l10n/src/ar_EG/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The MIME lookup API.
-OpenIDE-Module-Long-Description=The MIME Lookup module provides API for looking up MIME type dependent settings, services and other objects. It also provides SPI for implementing additional MIME type related data provider.
-
diff --git a/l10n/src/ar_EG/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ar_EG.properties
deleted file mode 100644
index 3ef3ddd..0000000
--- a/l10n/src/ar_EG/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Add to Favorites
-ACT_AddOnFavoritesNode=&Add to Favorites...
-ACT_Remove=&Remove from Favorites
-ACT_View=Favor&ites
-ACT_Select=Favorites
-ACT_Select_Main_Menu=Select in F&avorites
-
-Favorites=Favorites
-Templates/Other=Other
-Templates/Properties=User Configuration Properties
-Templates/Other/Folder=Folder
-Templates/Other/file=Empty File
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
-# JFileChooser
-CTL_DialogTitle=Add to Favorites
-CTL_ApproveButtonText=Add
-ERR_FileDoesNotExist={0} does not exist.
-ERR_FileDoesNotExistDlgTitle=Add to Favorites
-
-MSG_NodeNotFound=The document node could not be found in the Favorites tab.
-
-# Manifest localization
-OpenIDE-Module-Name=Favorites
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for organizing favorite files.
-OpenIDE-Module-Long-Description=Favorites module enables you to create a view of files specifically relevant to your work, simply access them at one common place.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Templates
-Templates.Options.Export.displayName=All Templates
-Favorites.Options.Export.displayName=Favorites
-
diff --git a/l10n/src/ar_EG/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ar_EG.properties
deleted file mode 100644
index 6f1560e..0000000
--- a/l10n/src/ar_EG/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Close
-BTN_TemplatesPanel_OpenInEditorButton=&Open in Editor
-LBL_TemplatesAction_Name=&Templates
-HINT_TemplatesAction=Customize templates
-LBL_TemplatesPanel_Title=Template Manager
-BTN_TemplatesPanel_Delete=&Delete
-LBL_TemplatesPanel_TemplatesLabel=&Templates\:
-BTN_TemplatesPanel_Add=&Add...
-BTN_TemplatesPanel_RenameButton=&Rename
-BTN_TemplatesPanel_DuplicateButton=Du&plicate
-BTN_TemplatesPanel_NewFolder=&New Folder
-BTN_TemplatesPanel_MoveUp=Move &Up
-BTN_TemplatesPanel_MoveDown=Move Do&wn
-LBL_TemplatesPanel_JFileChooser_Title=Add Existing Template
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Add
-TXT_TemplatesPanel_NewFolderName=New Folder
-MSG_TemplatesPanel_Nonexistent_File=File ''{0}''\ndoes not exist, please specify an existing file.
-
-TemplatesPanel_TemplateNode_DisplayName=Display Name
-TemplatesPanel_TemplateNode_DisplayName_Desc=Display name of this template. Shown in File|New wizard as well as in Tools|Templates.
-TemplatesPanel_TemplateNode_FileName=File Name
-TemplatesPanel_TemplateNode_FileName_Desc=File name of file represented by this template.
-TemplatesPanel_TemplateNode_ScriptEngine=Script Engine
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Script engine use for processing this template.
-TemplatesPanel_TemplateNode_TemplateCategories=Template Categories
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=A list of template's categories appropriate for this template.
-
-ACD_TemplatesPanel_Add=Add Template
-
-ACD_TemplatesPanel_New=New Template
-
-ACD_TemplatesPanel_Duplicate=Duplicate Selected Template
-
-ACD_TemplatesPanel_Rename=Rename Template
-
-ACD_TemplatesPanel_MoveUp=Move Up Selected Template
-
-ACD_TemplatesPanel_MoveDown=Move Down Selected Template
-
-ACD_TemplatesPanel_Delete=Delete Template
-
-TT_TemplatesPanel_Add=Add Template
-
diff --git a/l10n/src/ar_EG/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ar_EG.properties
deleted file mode 100644
index 929201c..0000000
--- a/l10n/src/ar_EG/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Could not connect to URL {0}; no such resource was found.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Warning: the JavaHelp topic ID {0} was not found.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Loading help sets...
-ACSD_JavaHelp_viewer=Displays one or more online help references in JavaHelp format
-ACSD_Loading_Dialog=Loading help sets
-
-# HelpAction
-LBL_HelpAction=Help
-CTL_OpeningHelp=Opening Help...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP Monitor
-
-# a11y - BrowserDisplayer
-ACSD_Label=Click here to open this link in a web browser.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Showing help ID: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Showing help ID: {0}
-
-QuickSearch/Help=Help
-Err_CreateJavaHelpSearchEngine=Failed to create JavaHelp search engine.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copy Link Location
-
diff --git a/l10n/src/ar_EG/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ar_EG.properties
deleted file mode 100644
index 45c1017..0000000
--- a/l10n/src/ar_EG/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JavaHelp Integration
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Permits JavaHelp help sets to be added to the IDE.
-OpenIDE-Module-Long-Description=Contains the actual JavaHelp runtime library, and the implementation of the part of the Modules API which permits other modules to install help sets using JavaHelp technology.
-
-Menu/Help/master-help.xml=Help &Contents
-Menu/Help/HelpShortcuts=Help &Sets
-Actions/Help/master-help.xml=Help &Contents
-
diff --git a/l10n/src/ar_EG/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_ar_EG.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/ar_EG/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/ar_EG/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_ar_EG.properties
deleted file mode 100644
index f617e03..0000000
--- a/l10n/src/ar_EG/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Sample value ensuring that decryption is working.
-FallbackProvider.msg_clear_keys=Your previously stored passwords cannot be decrypted. Do you wish to forget all existing passwords and start with a fresh keyring?
-FallbackProvider.title_clear_keys=Delete Stored Passwords
-MasterPasswordPanel.masterPasswordLabel.text=Master &Password:
-MasterPasswordPanel.setNewBox.text=&Change...
-MasterPasswordPanel.newLabel1.text=&New Master Password:
-MasterPasswordPanel.newLabel2.text=&Retype:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=Enter Master Password
-MasterPasswordPanel.enter_password=Enter password
-MasterPasswordPanel.enter_new_password=Enter new password
-MasterPasswordPanel.password_mismatch=New passwords do not match
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/ar_EG/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ar_EG.properties
deleted file mode 100644
index d661fb1..0000000
--- a/l10n/src/ar_EG/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Cannot create file {0} in folder {1}.
-EXC_CannotCreateExistingData=Cannot create file {0} in folder {1}. This file already exists.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Cannot create folder {0} in folder {1}.
-EXC_CannotCreateExistingFolder=Cannot create folder {0} in folder {1}. This folder already exists.
-
-# {0} - the file
-EXC_CannotLock=Cannot lock read-only file {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Invalid lock [{0}] for file {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-EXC_CannotLockRoot=Root cannot be locked.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Cannot get exclusive access to {0} (probably opened for reading).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Cannot get shared access to {0} (probably opened for writing).
-
diff --git a/l10n/src/ar_EG/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ar_EG.properties
deleted file mode 100644
index fc1852d..0000000
--- a/l10n/src/ar_EG/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=File {0} is already locked.
-EXC_FileLockAlreadyExists=File {0} is already locked (lock {1} exists).
-# {0} - full path
-FileObj.readOnlyFile=File {0} cannot be written to because it is read-only.
-
diff --git a/l10n/src/ar_EG/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ar_EG.properties
deleted file mode 100644
index 2fb5bd5..0000000
--- a/l10n/src/ar_EG/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Master Filesystem
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Merges multiple filesystem providers into a single logical tree.
-OpenIDE-Module-Long-Description=Creates mounts for disk roots and then splices in other filesystems such as VCS mounts, providing a single wrapper FileSystem for them all.
-
-LBL_loaderName=FolderLoader for MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Cannot copy root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Cannot move root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Filesystem {1}  cannot be mounted on the root {0}, because Filesystem {2} is already mounted.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Filesystem {1}  cannot be mounted on the root {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Filesystem {0}  cannot be unmounted. 
-
diff --git a/l10n/src/ar_EG/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ar_EG.properties
deleted file mode 100644
index 36fa58b..0000000
--- a/l10n/src/ar_EG/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Options Dialog and SPI
-OpenIDE-Module-Display-Category=Tools
-OpenIDE-Module-Short-Description=Provides the Options dialog and an SPI to add panels to it.
-OpenIDE-Module-Long-Description=Provides the Tools | Options dialog. The SPI lets you add whole new panels, or sections to the Miscellaneous panel.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Options
-CTL_Options_Dialog_Title=Options
-CTL_OK=OK
-CTL_Classic=Advanced Options
-CTL_Classic_Title=Advanced Options
-CTL_Modern=&Basic Options
-CTL_Loading_Options=Loading Settings ...
-CTL_Error_Loading_Options=Loading Options Failed.
-CTL_Some_values_changed=There are some changes. Do you want to apply them?
-
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=&Fonts & Colors
-CTL_Font_And_Color_Options_Title=Fonts & Colors
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-
-CTL_Export=Expor&t
-CTL_Import=&Import
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= Invokes Advanced Options dialog
-ACS_OptionsPanel=Options Dialog
-ACS_Export=Export Options
-ACS_Import=Import Options
-TabbedController.pane.AD=Options Panel
-
-QuickSearch/GoToOption=Options
-
diff --git a/l10n/src/ar_EG/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ar_EG.properties
deleted file mode 100644
index 95766a8..0000000
--- a/l10n/src/ar_EG/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Miscellaneous
-CTL_Advanced_Options_Title=Miscellaneous
-CTL_Advanced_Options_Description=Miscellaneous
-AdvancedPanel.tabbedPanel.AD=Miscellaneous tabbed panel
-Advanced.Export.Category=Miscellaneous
-
diff --git a/l10n/src/ar_EG/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ar_EG.properties
deleted file mode 100644
index 930c4e0..0000000
--- a/l10n/src/ar_EG/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Define Here
-LBL_action_revert=Revert Def.
-LBL_action_delete=Delete
-
-MSG_ask_remove_above_defined_files=Moving the definition here will remove any values stored in layers left of the selected column.\n\nDo you want to proceed?
-
-#file state tooltips
-LBL_fstate_defined=Setting Definition
-LBL_fstate_ignored=Unused Setting Value
-LBL_fstate_inherited=Setting Inherited
-LBL_fstate_undefined=Setting value is not defined here
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=User
-LBL_FSP_Desc_Session-Layer=Session Settings Level
-LBL_FSP_Modules-Layer=Default
-LBL_FSP_Desc_Modules-Layer=Default Installation Settings Level
-
-#OptionsAction
-Options=&Options
-CTL_close_button=&Close
-ACSD_close_button=N/A
-ACSN_optionsTree=N/A
-ACSD_optionsTree=N/A
-LBL_computing=Initializing settings ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Show Levels (press +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Hide Levels (press +)
-CTL_Templates_name=Templates
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorer
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
diff --git a/l10n/src/ar_EG/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ar_EG.properties
deleted file mode 100644
index c92ed6a..0000000
--- a/l10n/src/ar_EG/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Select Options for Export:
-OptionsChooserPanel.outline.all=All
-OptionsChooserPanel.outline.header.tree=Available Options
-OptionsChooserPanel.outline.AN=Available Options
-OptionsChooserPanel.outline.AD=Tree of available options
-OptionsChooserPanel.lblFile.text=&Target zip file:
-OptionsChooserPanel.btnBrowse=B&rowse...
-OptionsChooserPanel.btnBrowse.AN=Browse
-OptionsChooserPanel.btnBrowse.AD=Browse
-OptionsChooserPanel.txtFile.AD=Source or target of import/export.
-OptionsChooserPanel.loading=Loading...
-OptionsChooserPanel.file.warning=Please, select a valid target zip file
-OptionsChooserPanel.nooption.warning=Please, select something to export
-OptionsChooserPanel.file.chooser.title=Select target zip file
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=Select Options to Export
-OptionsChooserPanel.export.status.text=Options Export Finished.
-OptionsChooserPanel.import.title=Select Options to Import
-OptionsChooserPanel.import.lblFile.text=&Import Source:
-OptionsChooserPanel.import.lblHint.text=&Select Options for Import:
-OptionsChooserPanel.import.file.warning=Please, select a valid zip file or userdir
-OptionsChooserPanel.import.nooption.warning=Please, select something to import
-OptionsChooserPanel.import.file.chooser.title=Select zip file or userdir
-OptionsChooserPanel.import.invalid.userdir.title=Invalid Userdir?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Folder {0} does not seem to be a valid userdir. Do you really want to import options from this location?
-OptionsChooserPanel.AD=Panel to choose options for export/import
-OptionsChooserPanel.import.error=Error while importing options. Run IDE with parameter -J-Dorg.netbeans.modules.options.export.level=100 and look at IDE log for details.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Invalid zip file: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Writing to file {0} failed.
-ImportConfirmationPanel.title=Import Confirmation
-ImportConfirmationPanel.cbRestart.text=&Restart IDE now (without restart imported settings may not work)
-ImportConfirmationPanel.cbRestart.AD=Decide whether restart IDE now or later
-ImportConfirmationPanel.cbRestart.AN=Restart IDE now?
-ImportConfirmationPanel.lblMessage.text=Import may irreversibly overwrite your current settings. Perform export first to backup current options. Do you want to continue?
-ImportConfirmationPanel.lblMessage.AD=Confirmation message
-ImportConfirmationPanel.AN=Import Confirmation
-ImportConfirmationPanel.AD=Import Confirmation
-ExportConfirmationPanel.title=Stored Passwords Warning
-ExportConfirmationPanel.lblMessage.text=Exported settings may contain stored passwords. Sharing your settings with other users represents a potential security risk. Do you want to continue?
-ExportConfirmationPanel.cbSkip.text=&Skip this warning next time
-ExportConfirmationPanel.cbSkip.AN=Skip this warning next time?
-ExportConfirmationPanel.cbSkip.AD=Decide whether skip or show this warning next time
-ExportConfirmationPanel.lblMessage.AD=Confirmation message
-ExportConfirmationPanel.AN=Stored passwords warning
-ExportConfirmationPanel.AD=Stored passwords warning
-
diff --git a/l10n/src/ar_EG/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ar_EG.properties
deleted file mode 100644
index d2c889b..0000000
--- a/l10n/src/ar_EG/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Keymap Options
-
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-CTL_Keymap_Options_Description=Keymap
-
-CTL_Duplicate=&Manage Profiles...
-AN_Duplicate=Duplicate
-AD_Duplicate=Duplicate
-CTL_Delete=Dele&te
-AN_Delete=Delete
-AD_Delete=Delete
-CTL_Restore=&Restore
-AN_Restore=Restore
-AD_Restore=Restore
-CTL_Show_Actions=Actio&ns
-AN_Show_Actions=Actions
-AD_Show_Actions=Actions
-CTL_Show_Shortcuts=&Shortcuts
-AN_Show_Shortcuts=Shortcuts
-AD_Show_Shortcuts=Shortcuts
-CTL_Add_Shortcut=A&dd ...
-AN_Add_Shortcut=Add
-AD_Add_Shortcut=Add
-CTL_Remove_Shortcut=Remo&ve
-AN_Remove_Shortcut=Remove
-AD_Remove_Shortcut=Remove
-CTL_Actions=Actio&ns:
-AN_Actions=Actions
-AD_Actions=Actions
-CTL_Shortcuts=&Shortcuts:
-AN_Shortcuts=Shortcuts
-AD_Shortcuts=Shortcuts
-AN_Profiles=Profiles
-AD_Profiles=Profiles
-Show_Actions=Actio&ns
-Show_Shortcuts=&Shortcuts
-Keymaps=&Keymaps
-CTL_Keymap_Name=&Profile:
-View_By=&View By
-Shortcut=&Shortcut:
-Add_Shortcut_Dialog=Add Shortcut
-CTL_Create_New_Profile_Message=Profile &Name:
-CTL_Create_New_Profile_Title=Create New Profile Dialog
-Shortcut_Conflict=<html>Shortcut already assigned to {0} action. If you proceed the shortcut will be reassigned.
-CTL_Clear=&Clear
-AN_Clear=Clear shortcut button
-AD_Clear=Clear the shortcut field
-CTL_Tab=&Tab
-AN_Tab=Insert Tab character button
-AD_Tab=Insert Tab character
-CTL_Duplicate_Profile_Name=Profile with such name already exists.\n Choose different name, please.
-
-CTL_Export_IDE_Actions_Action=Export IDE Actions to XML
-CTL_Export_IDE_Shortcuts_Action=Export IDE Shortcuts to XML
-CTL_Export_Editor_Shortcuts_Action=Export Editor Shortcuts to XML
-CTL_Export_Shortcuts_to_HTML_Action=Export Shortcuts to HTML
-
-CTL_Other=Other
-AN_Shortcut=Shortcut field
-AD_Shortcut=Shortcut field
-AN_ShortcutsDialog=Enter new shortcut
-AD_ShortcutsDialog=Enter new shortcut
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Switching keymap profile from {1} to {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Quick Search: Invoking {1} action, class {0}
-
-QuickSearch/Actions=Actions
-MSG_ActionFailure={0} action can not be invoked through Quick Search...
-
-# Quicksearch options
-KW_KeymapOptions=Keymap Options, Keyboard Shortcuts, Keybindings
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Search:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Field used to narrow list of shortcuts
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Search in Sho&rtcuts:
-
-# Conflict dialogs
-Override_Shortcut=<html>Following Action(s): <br>{0} conflict with this assignment. Do you wish to override?
-Conflicting_Shortcut_Dialog=Conflicting Shortcut Dialog
-Override_All=<html>Following Action(s): <br>{0} conflict with this restore. Do you wish to override all?
-Alternative_Shortcut=(alternative shortcut)
-
-#Table columns
-Actions=Actions
-Shortcut=Shortcut
-Category=Category
-Scope=Scope
-
-#Keymap Popup
-Edit=Edit...
-Add_Alternative=Add Alternative
-Reset_to_Default=Reset to Default
-Clear=Clear
-
-#Keymap completion
-No_Free_Shortcut=No recommended free shortcut with prefix "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicate
-ProfilesPanel.exportButton.text=&Export
-ProfilesPanel.deleteButton.text=De&lete
-ProfilesPanel.importButton.text=&Import
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Profiles scroll pane
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Scroll pane for profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=List of keymap profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Imports profile from external file
-ProfilesPanel.AccessibleContext.accessibleDescription=Profiles Panel
-ProfilesPanel.restoreButton.text=&Restore Defaults
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restores stored defaults
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplicates existing profile
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exports current profile
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Deletes selected custom profile
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=Manage Keymap Profiles
-CTL_Files=Files
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Keymaps
-Keymaps.Options.Export.Profiles.displayName=Keymap Profiles
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/ar_EG/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ar_EG.properties
deleted file mode 100644
index c987b1e..0000000
--- a/l10n/src/ar_EG/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Swing Layout Extensions integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles swing-layout library.
-OpenIDE-Module-Long-Description=This module bundles Swing Layout Extensions library (from swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ar_EG.properties
deleted file mode 100644
index d008c39..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=Common Annotations
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ar_EG.properties
deleted file mode 100644
index feb9286..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization APIs.
-OpenIDE-Module-Long-Description=Lets modules register long-running tasks or processes in a central place.
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ar_EG.properties
deleted file mode 100644
index 741f64f..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Scene Component
-ACS_SceneComponentDesc=Scene view
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ar_EG.properties
deleted file mode 100644
index af2d2f2..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Visual Library API
-OpenIDE-Module-Short-Description=Visual Library API
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ar_EG.properties
deleted file mode 100644
index ca6f96e..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=An instance of the program seems to be already running with your user directory.\nEither a previous session of the program did not exit correctly, or another instance\nof the program is running on a different computer and using the same user directory.\n\nIf another session of the program is running with the same user directory, please click\nCancel to prevent the corruption of the user directory. If you are sure that no other\ninstances of the program are running with your user directory, click OK to continue.
-MSG_AlreadyRunningTitle=Warning
-
-EXC_not_a_module={0} is not a valid NetBeans module.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Bootstrap
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The core bootstrap of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the initial infrastructure that loads all other parts of the application. It cannot be disabled.
-
-MSG_InstallJava6=Cannot run on older versions of Java than Java 6 Standard Edition.\nPlease install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=Java 6 Standard Edition or newer required
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ar_EG.properties
deleted file mode 100644
index 80e1b53..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Output {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=&Exit IDE
-ACSD_EndTasks=N/A
-CTL_PendingTitle=Exit IDE
-ACSD_PendingTitle=N/A
-LAB_PendingTasks=E&xiting the IDE will terminate the following processes:
-ACSD_PendingTasks=N/A
-# {0} - process name
-CTL_PendingExternalProcess2=Process - {0}
-# {0} - action name
-CTL_ActionInProgress={0} action in progress
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ar_EG.properties
deleted file mode 100644
index 53a2a23..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Remove
-CTL_MoveUp=Move &Up
-CTL_MoveDown=Move Do&wn
-CTL_AddDirectory=Add Director&y...
-CTL_AddJAR=Add &JAR/ZIP...
-CTL_JarArchivesMask=JAR and ZIP Archives
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_AddDirectory=N/A
-ACSD_AddJAR=N/A
-ACSD_PathList=N/A
-ACSD_CustomNbClassPathEditor=N/A
-CTL_Edit_Jar_Dialog_Title=Edit JAR File
-CTL_Edit_Local_Dialog_Title=Edit Local Directory
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=Add JAR File
-CTL_FileSystemPanel.Local_Dialog_Title=Add Local Directory
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Process\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Arguments\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Arguments &Hint
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Browse...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/A
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/A
-ACSD_CustomNbProcessDescriptorEditor=N/A
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Path Entries
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=List of path entries to be edited.
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ar_EG.properties
deleted file mode 100644
index d19338b..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Execution
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of the Execution engine.
-OpenIDE-Module-Long-Description=Adds support for execution into the platform. Contains classes which implement the execution part of APIs and corresponding GUI.
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ar_EG.properties
deleted file mode 100644
index 6913b0d..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=&Output
-
-#Title for I/O window
-LBL_IO_WINDOW=Output
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Output
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ar_EG.properties
deleted file mode 100644
index d904be1..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editors
-EditorsAction.source=&Source
-GetLeftEditorAction.name=Editors - Iterate left
-
-GetRightEditorAction.name=Editors - Iterate right
-
-TabButton.tool_tip={0} View
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ar_EG.properties
deleted file mode 100644
index 34b8ae8..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MultiView Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=MultiView Windows framework and APIs
-OpenIDE-Module-Long-Description=MultiView Windows framework and APIs
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ar_EG.properties
deleted file mode 100644
index 27caa53..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Native Access
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-OpenIDE-Module-Long-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ar_EG.properties
deleted file mode 100644
index f1db8aa..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparency
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_ar_EG.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_ar_EG.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ar_EG.properties
deleted file mode 100644
index fe48716..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-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_FONT_TYPE=Choose Font...
-ACTION_FILTER=Filter...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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...
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ar_EG.properties
deleted file mode 100644
index d9f02d2..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Input
-LBL_EOF=&Close Input
-TIP_EOF=Closes the input component and sends end-of-file to any readers
-TIP_INPUT=Enter text and press enter to send it to the running process
-
-#Output window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ar_EG.properties
deleted file mode 100644
index 4762f92..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Startup
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Loads and enables modules.
-OpenIDE-Module-Long-Description=This module provides the central additional functionality to Bootstrap to locate and enable the right modules.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user is not set.\nPlease check your NetBeans startup script.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Your user directory ({0}) cannot reside inside your NetBeans installation directory ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Starting NetBeans Platform
-# The Title of the About Box
-CTL_About_Title=About
-CTL_About_Detail=Detail
-ACSD_AboutDialog=N/A
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/A
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=UI class name expected, using default UI...
-ERR_UserDirExpected=Directory expected after --userdir switch
-ERR_UINotFound=UI class not found, using default UI...
-ERR_FontSizeExpected=Font size expected, using default font size...
-ERR_BadFontSize=Bad format of the font size, using default font size...
-ERR_BrandingNeedsArgument=Option --branding requires one argument
-ERR_LocaleExpected=Locale specification expected after --locale switch
-
-
-CTL_Netbeanshome_notexists=netbeans.home points to a non-existent directory.
-CTL_Netbeanshome1=netbeans.home does not point to a directory.
-CTL_Netbeanshome2=netbeans.user points to a non-existent directory.
-CTL_Netbeanshome3=netbeans.user does not point to a directory.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Cannot create system directory in {0}. A file with the same name already exists.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Cannot create system directory in {0}.
-CTL_Cannot_mount_system_fs=Cannot add System filesystem, exiting...
-
-#startup info messages
-MSG_IDEInit=Initializing...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Could not connect to URL {0}. No such resource was found.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize is not supported on GTK look and feel. Adjust your desktop font size instead.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Error: {0}
-EXC_GraphicsStartFails2=See the {0} for details.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=The module {0} was requested in version >= {1} but only {2} was found.
-# {0} - module display name
-MSG_problem_other_disabled=The module {0} would also need to be installed.
-LBL_no_impl_version=[no version specified]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=The module {0} was requested in implementation version "{1}" but only "{2}" was found.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=The module named {0} was needed and not found.
-# {0} - required token
-MSG_problem_require_disabled=None of the modules providing the capability {0} could be installed.
-# {0} - required token
-MSG_problem_require_not_found=No module providing the capability {0} could be found.
-# {0} - class name
-MSG_problem_class_not_loaded=The package containing the class {0} was not loaded.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=The package {0} was not loaded or was an outdated version.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=The Java platform version {0} or higher was requested but only {1} is running.
-MSG_warning=Warning
-MSG_info=Information
-MSG_continue=Disable Modules and Continue
-MSG_exit=Exit
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Another module|1<{0} further modules} could not be installed due to the above problems.
-
-# NbEvents
-MSG_start_load_boot_modules=Loading core...
-MSG_finish_load_boot_modules=Loading core...done.
-MSG_start_auto_restore=Loading modules...
-MSG_finish_auto_restore=Done loading modules.
-MSG_start_enable_modules=Turning on modules...
-MSG_finish_enable_modules=Turning on modules...done.
-TEXT_finish_enable_modules=Turning on modules:
-MSG_start_disable_modules=Turning off modules...
-MSG_finish_disable_modules=Turning off modules...done.
-TEXT_finish_disable_modules=Turning off modules:
-MSG_failed_install_new=Warning - could not install some modules:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Warning - could not install module {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Deploying test module in {0} ...
-TEXT_finish_deploy_test_module=Finished deploying test module.
-MSG_start_read=Reading module storage...
-MSG_finish_read=Reading module storage...done.
-MSG_restore=Starting modules...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Installing {0}
-# {0} - module display name
-TEXT_install=Installing new module: {0}
-# {0} - module display name
-MSG_update=Starting a new version of {0}
-# {0} - module display name
-TEXT_update=Updating module: {0}
-# {0} - module display name
-MSG_uninstall=Stopping {0}
-MSG_load_section=Loading modules...
-MSG_load_layers=Loading module services...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Warning: the module {0} could not be found, ignoring...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=The module {0} could not be deleted as it was an autoload or eager module and still in use.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=An attempt was made to change the property {1} of the module {0} in the system/Modules folder.\nThe actual value is "{3}" but it was changed on disk to read "{2}".\nThis property cannot be changed while the IDE is running, so this attempt had no effect.
-# {0} - JAR file name
-TEXT_patch=Module patch or custom extension: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Missing resource from class: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Key which was not found: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Parse error in file {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Parse error in file {1} line {3} column {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ar_EG.properties
deleted file mode 100644
index 461e0c2..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Default System
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Loading cached objects...
-MSG_end_load_cache=Loading cached objects...done.
-MSG_start_rewrite_cache=Recreating cache of objects...
-MSG_end_rewrite_cache=Recreating cache of objects...done.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=File event {0}, file {1}
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ar_EG.properties
deleted file mode 100644
index 95bed0c..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Files
-AdvancedOption.tooltip=Files
-FileAssociationsPanel.btnDefault.text=&Default
-FileAssociationsPanel.btnDefault.tooltip=Restore default setting for selected file extension
-FileAssociationsPanel.btnDefault.AN=Restore Default Setting
-FileAssociationsPanel.btnDefault.AD=Restore Default Setting for Selected File Extension
-FileAssociationsPanel.btnDefaultIgnored.text=De&fault
-FileAssociationsPanel.btnDefaultIgnored.AN=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnDefaultIgnored.AD=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnNew.text=&New...
-FileAssociationsPanel.btnNew.AN=New File Extension
-FileAssociationsPanel.btnNew.AD=New File Extension
-FileAssociationsPanel.btnRemove.text=&Remove
-FileAssociationsPanel.btnRemove.AN=Remove Selected File Extension
-FileAssociationsPanel.btnRemove.AD=Remove Selected File Extension
-FileAssociationsPanel.cbExtension.choose=< Choose the extension >
-FileAssociationsPanel.cbExtension.AD=File Extension
-FileAssociationsPanel.cbExtension.AN=List of File Extensions
-FileAssociationsPanel.cbType.AN=List of File Types
-FileAssociationsPanel.cbType.AD=List of File Types
-FileAssociationsPanel.lblAssociatedAlso.text=Associated also with:
-FileAssociationsPanel.lblAssociatedAlso.AN=File Type Associated Also with Extensions
-FileAssociationsPanel.lblAssociatedAlso.AD=File Type Associated Also with Extensions
-FileAssociationsPanel.lblExtension.text=File &Extension:
-FileAssociationsPanel.lblExtension.AN=File Extension
-FileAssociationsPanel.lblExtension.AD=List of File Extensions
-FileAssociationsPanel.lblType.text=Associated File &Type (MIME):
-FileAssociationsPanel.lblType.AD=List of Associated File Types
-FileAssociationsPanel.lblType.AN=List of Associated File Types
-FileAssociationsPanel.lblFileAssociations.text=File Associations
-FileAssociationsPanel.lblFilesIgnored.text=Files Ignored by the IDE
-FileAssociationsPanel.lblPattern.text=&Ignored Files Pattern:
-FileAssociationsPanel.lblPattern.tooltip=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.lblPattern.AN=Ignored Files Pattern
-FileAssociationsPanel.lblPattern.AD=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.txtPatternError.AN=Ignored Files Pattern Syntax Error
-FileAssociationsPanel.txtPatternError.AD=Syntax error in ignored files regular expression
-
-NewExtensionPanel.title=Enter New File Extension
-NewExtensionPanel.AD=Enter New File Extension
-NewExtensionPanel.lblExtension.text=File &Extension:
-NewExtensionPanel.lblExtension.AN=File Extension
-NewExtensionPanel.lblExtension.AD=File Extension
-
-OpenAsAction.name=Open As...
-OpenAsPanel.txtDescription.AN=Hint
-OpenAsPanel.txtDescription.AD=Hint
-OpenAsPanel.lblExtension.text=Treat {0} files as:
-OpenAsPanel.title=Open as...
-OpenAsPanel.open=Open
-OpenAsPanel.AD=Choose type of file
-
-# display name for options export
-Files.Options.Export.displayName=Files
-OpenAsPanel.lblDescription.text=NetBeans does not know this type of file. Please specify how should these files be treated.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ar_EG.properties
deleted file mode 100644
index 479649d..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_General_Options_Category=General
-CTL_General_Options_Description=General options, Proxy settings, Editor settings
-CTL_Package_View_Type=View Java Packages as:
-CTL_Flattern_Packages=&List
-AN_Flattern_Packages=List
-AD_Flattern_Packages=List
-CTL_Tree_Packages=Tree
-AN_Tree_Packages=Tree
-AD_Tree_Packages=Tree
-CTL_No_Proxy=&No Proxy
-AN_No_Proxy=No Proxy
-AD_No_Proxy=No Proxy
-CTL_Usage_Statistics=Usage Statistics:
-AN_Usage_Statistics=Usage Statistics
-AD_Usage_Statistics=Usage Statistics
-CTL_Usage_Check=Hel&p us improve the NetBeans IDE by providing anonymous usage data
-AN_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-AD_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-CTL_Usage_Info=<html>The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.</html>
-AN_Usage_Info=Usage statistics info
-AD_Usage_Info=The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Learn more</u></font></html>
-AN_Learn_More=Learn more
-AD_Learn_More=Learn more
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Use System Proxy Settings
-AN_Use_System_Proxy_Settings=Use System Proxy Settings
-AD_Use_System_Proxy_Settings=Use System Proxy Settings
-CTL_Use_HTTP_Proxy=&Manual Proxy Settings
-AN_Use_HTTP_Proxy=HTTP Proxy
-AD_Use_HTTP_Proxy=HTTP Proxy
-AN_Web_Browser=Web Browser
-AD_Web_Browser=Web Browser
-AN_Host=Host
-AD_Host=Host
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Update Period
-AD_Update_Period=Update Period
-AN_Ask_Before_Check=Ask Before Check
-AD_Ask_Before_Check=Ask Before Check
-Line_Numbers=&Line Numbers
-Antialiasing=Antialiasing:
-Text_Antialiasing=Use Antialiasing
-Toolbar=&Toolbar
-Package_View=Package View
-SDI_Window_Mode=SDI Window Mode
-MDI_Window_Mode=MDI Window Mode
-Tree_View=Tree View
-Default_System_Browser=<Default Browser>
-Swing_HTML_Browser=Swing Browser
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=General
-CTL_Web_Browser=&Web Browser:
-Confirm_Delete=&Confirm Delete:
-CTL_Web_Proxy=Proxy Settings:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=HTTP Pro&xy\:
-Code_Folding=Code Folding:
-Show=Show:
-Editor=Editor
-CTL_Check_Period=Check Perio&d:
-CTL_Ask_Before_Check=Ask &Before Check:
-CTL_Auto_Update=Auto Update
-Use_Folding=&Use Code Folding
-Fold_Methods=Fold &Methods
-Fold_Classes=Fol&d Inner Classes
-Fold_Imports=Fold Import&s
-Fold_JavaDoc=Fold &Javadoc Comments
-Fold_Licence=F&old Initial Comment
-Auto_Popup=Auto Popup:
-Auto_Popup_Completion=Completion Window
-Auto_Popup_JavaDoc=Javadoc Window
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Default_System_Browser=Default System Browser
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Internal Browser
-
-
-
-
-AN_NonProxy=No Proxy For
-
-AD_NonProxy=No Proxy For
-
-CTL_Non_Proxy=No Prox&y For\:
-
-Non_Proxy_Hint=(e.g. localhost, *.netbeans.org, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=M&ore...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Advanced Proxy Settings
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Open Advanced Proxy Settings
-
-LBL_GeneralOptionsPanel_PortError=Port number must be an integer value.
-
-LBL_GeneralOptionsPanel_lWebProxy=Proxy Settings\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP &Proxy\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(e.g. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&t\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS Proxy\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS Proxy\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=No Pro&xy Hosts\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Proxy Re&quires Authentication
-
-LBL_AdvancedProxyPanel_lUserName=&Username\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Pass&word\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Use the same proxy settings for &all protocols
-
-LBL_AdvancedProxyPanel_Title=Advanced Proxy Options
-LBL_AdvancedProxyPanel_PortError=Port number must be an integer value.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Use System Proxy Settings
-GeneralOptionsPanel.lWebBrowser.text=&Web Browser\:
-GeneralOptionsPanel.rbNoProxy.text=&No Proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/A
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/A
-
-LBL_WebBrowsersPanel_Title=Web Browsers
-LBL_ExternalBrowser_Name=External Browser
-WebBrowsersPanel.nameLabel.text=Name\:
-WebBrowsersPanel.executableLabel.text=Executable\:
-WebBrowsersPanel.parametersLabel.text=Parameters\:
-WebBrowsersPanel.browseButton.text=Browse...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Add...
-WebBrowsersPanel.removeButton.text=Remove
-WebBrowsersPanel.browsersLabel.text=Web Browsers\:
-GeneralOptionsPanel.editBrowserButton.text=&Edit...
-GeneralOptionsPanel.editBrowserButton.AD=Edit Web Browsers
-GeneralOptionsPanel.editBrowserButton.AN=Edit Web Browsers
-WebBrowsers_URL_Hint=Hint\: {URL} \= URL of the page to be loaded by the web browser
-
-ACS_WebBrowsersList=List of available web browsers
-ACS_AddWebBrowserButton=Add new web browser
-ACS_RemoveWebBrowserButton=Remove selected web browser
-ACS_BrowserNameField=Web browser name
-ACS_BrowserExecutableField=Web browser executable
-ACS_BrowserParametersField=Web browser executable parameters
-ACS_BrowseExecutableButton=Browse web browser executable
-WebBrowsersOptionsPanel.browsersLabel.text=&Web Browsers\:
-WebBrowsersOptionsPanel.addButton.text=A&dd...
-WebBrowsersOptionsPanel.removeButton.text=&Remove
-WebBrowsersOptionsPanel.nameLabel.text=&Name\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Web Browsers
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Browsers list
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=List of Web Browsers
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Add button
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Remove button
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Browser name
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Web Browsers
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Web Browsers
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Direct connection.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, General Options
-
-# Display name for options export
-General.Options.Export.Category.displayName=General
-General.Options.Export.displayName=General
-Other.Options.Export.displayName=All Other Unspecified
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ar_EG.properties
deleted file mode 100644
index 67a3119..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface of the platform.
-OpenIDE-Module-Long-Description=Provides classes and resources for the standard basic user interface of the platform and for applications built on top of the platform.
-
-Actions=Actions
-Actions/Edit=Edit
-Actions/Help=Help
-Actions/System=System
-Actions/Tools=Tools
-Actions/View=View
-Actions/Window/SelectDocumentNode=Select Document in
-Menu=Menu Bar
-Menu/Edit=&Edit
-Menu/File=&File
-Menu/GoTo=&Navigate
-Menu/Help=&Help
-Menu/Tools=&Tools
-Menu/View=&View
-Menu/Window/SelectDocumentNode=Select Docume&nt in
-Services/Browsers=Web Browsers
-Templates/Privileged=Privileged
-Templates/Recent=Recent
-Templates/Services/Browsers=Web Browsers
-Toolbars=Toolbars
-Toolbars/Clipboard=Cli&pboard
-Toolbars/UndoRedo=&Undo/Redo
-Toolbars/File=&File
-Toolbars/Memory=&Memory
-Toolbars/Standard.xml=Coding
-UI/Services=Options
-
-ProgressDisplayName_FileSystemRefresh=Refreshing files
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_ar_EG.properties
deleted file mode 100644
index b2d90f4..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Start sampling IDE
-SelfSamplerAction_ActionNameStop=Stop sampling and take snapshot
-SelfSamplerAction_ActionDescription=Will take a snapshot based on the thread dump
-SelfSamplerAction_ThreadName=IDE Self Sampler
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=Snapshot was saved to {0}
-Save_Progress=Saving snapshot
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ar_EG.properties
deleted file mode 100644
index 9a74cc8..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Open in System
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ar_EG.properties
deleted file mode 100644
index 190b65b..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Total physical memory {0}
-
-
-#LOG_WINDOW_ACTIVATED=Main Window Activated, refresh took {0} ms
-#LOG_WINDOW_DEACTIVATED=Main Window Deactivated
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Checking for external changes
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspended
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ar_EG.properties
deleted file mode 100644
index c6dd756..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Only Workspace>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ar_EG.properties
deleted file mode 100644
index 580c1f0..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&lone Document
-# CloseWindowAction
-CTL_CloseWindowAction=&Close Window
-
-CTL_RecentViewListAction=Go to P&revious Document
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=Close &All Documents
-
-# UndockAction
-CTL_UndockWindowAction=&Undock Window
-CTL_UndockWindowAction_Dock=Doc&k Window
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Close All Documents
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimize Window
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Close Window
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Close Other Documents
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Save Document
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Clone Document
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Close Other Docu&ments
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maximi&ze Window
-CTL_UnmaximizeWindowAction=Restore Window
-
-# DocumentsAction
-CTL_DocumentsAction=&Documents...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=&Toolbars
-
-# NextTabAction
-CTL_NextTabAction=Next Tab
-# PreviousTabAction
-CTL_PreviousTabAction=Previous Tab
-
-CTL_ToggleFullScreenAction=&Full Screen
-
-# ResetWindowsAction
-CTL_ResetWindows=Reset &Windows
-
-LBL_ToggleWindowTransparencyAction=Transparent Window
-LBL_WindowTransparencyHint=Press and hold [Ctrl+NumPad 0] key to make minimized window transparent.
-
-# Properties
-GlobalProperties=P&roperties
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ar_EG.properties
deleted file mode 100644
index d06eed8..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Appearance
-AdvancedOption_Tooltip_WinSys=Window System related options
-
-IsAlphaFloatingTooltip=Makes unfocused floating windows semi-transparent after few seconds
-
-IsDragWindowTooltip=Enables "ghost" window image during drag and drop of a window
-IsAlphaDragTooltip=Enables transparency in drag window image
-
-IsSnapScreenEdgesTooltip=Enables snapping of floating windows to screen edges
-IsSnappingTooltip=Enables automatic snapping of floating windows for easier layout handling
-
-NoAlphaSupport=Window transparency is not supported by OS
-LBL_DragWindowImage=Drag window image
-LBL_TransparentDragWindow=Transparent drag window image
-LBL_TransparentFloatingWindows=Transparent floating windows
-LBL_SnapFloatingWindows=Snapping floating windows
-LBL_SnapToScreenEdges=Snap to screen edges
-LBL_CloseActivatesRecentDocument=Close activates most recent document
-TIP_CloseActivatesMostRecentDocument=When a document is closed then the most recent document becomes active instead of its neighbor
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=When a document is closed then the most recent document becomes active
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ar_EG.properties
deleted file mode 100644
index 60ac482..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Cannot parse configuration of window manager {0}.
-EXC_GroupParse=Cannot parse configuration of Group {0}.
-EXC_TCGroupParse=Cannot parse configuration of TCGroup {0}.
-EXC_TCRefParse=Cannot parse configuration of TCRef {0}.
-EXC_ModeParse=Cannot parse configuration of mode {0}.
-
-# PersistenceManager
-EXC_RootFolder=Cannot create root folder {0}
-EXC_CompsFolder=Cannot create components folder {0}
-EXC_GroupsFolder=Cannot create groups folder {0}
-EXC_ModesFolder=Cannot create modes folder {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Top component {0} could not be located or loaded from 'Components' folder.
-EXC_CannotSaveTCSettings=Settings of top component {0} could not be saved
-EXC_CopyFails=Cannot copy component settings file to folder {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Component {0} could not be saved due to problems with its serialization.
-FMT_TCReadError=Component {0} could not be opened due to problems with its deserialization.
-
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ar_EG.properties
deleted file mode 100644
index 8395eea..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation for windowing support.
-OpenIDE-Module-Long-Description=Adds classes implementing the window system part of the APIs.
-
-Actions/Window=Window
-Menu/Window=&Window
-
-# Options export
-Toolbars.Options.Export.displayName=Toolbars
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ar_EG.properties
deleted file mode 100644
index 86ed80f..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Cancel
-CloseButton=Close
-# HelpButton=Help
-YesButton=Yes
-NoButton=No
-# ApplyButton=Apply
-DetailsButton=Details
-# ButtoBarButoo
-CTL_Button=Button
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorDialog=File selector dialog
-ACSN_FileSelectorTreeView=Tree View
-ACSD_FileSelectorTreeView=Tree view in file selector
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Customizer Dialog
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Close
-CANCEL_OPTION_CAPTION=Cancel
-HELP_OPTION_CAPTION=&Help
-NO_OPTION_CAPTION=No
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Yes
-ACS_YES_OPTION_NAME=Yes
-ACS_YES_OPTION_DESC=Yes button
-# - {0} message
-ACSD_ErrorMessage=Error: {0}
-ACSD_WarningMessage=Warning: {0}
-ACSD_QuestionMessage=Question {0}
-ACSD_InformationMessage=Information {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Cancel
-ACS_CANCEL_OPTION_DESC=Cancel button
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=OK button
-
-ACS_NO_OPTION_NAME=No
-ACS_NO_OPTION_DESC=No button
-
-ACS_HELP_OPTION_NAME=Help
-ACS_HELP_OPTION_DESC=Help button
-
-ACS_CLOSED_OPTION_NAME=Close
-ACS_CLOSED_OPTION_DESC=Close button
-
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ar_EG.properties
deleted file mode 100644
index 1240f01..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Main Window
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documents:
-LBL_Description=Descri&ption:
-LBL_Activate=Swi&tch to Document
-LBL_CloseDocuments=C&lose Document(s)
-LBL_SaveDocuments=&Save Documents(s)
-LBL_Close=&Close
-
-ACSD_Activate=N/A
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/A
-
-CTL_DocumentsTitle=Documents
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Properties
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#No Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-ACSN_PropertiesSheet=Property sheet
-ACSD_PropertiesSheet=View shows properties for given node.
-EXC_CannotLoadNodes=Nodes cannot be loaded into the property sheet. They probably no longer exist.
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ar_EG.properties
deleted file mode 100644
index 727b51c..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&Small Toolbar Icons
-
-# ToolbarLayout
-EXC_wrongConstraints=cannot add to layout: does not use ToolbarConstraints
-
-CTL_CustomizeToolbars=&Customize...
-
-#New Toolbar Button label
-CTL_NewToolbar=&New Toolbar...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&Small Toolbar Icons
-
-#Drag and Drop hint
-CTL_TreeLabel=Drag items to or from the toolbars to add or remove them...
-
-LBL_PleaseWait=Please wait...
-
-#Close customizer button
-CTL_Close=&Close
-
-#Customizer dialog window title
-CustomizerTitle=Customize Toolbars
-
-ACSD_ActionsTree=Drag items from here to toolbars.
-ACSN_ActionsTree=Actions Pool
-
-ACSN_ActionsScrollBar=Actions Pool Scrollbar
-ACSD_ActionsScrollBar=Actions Pool Scrollbar
-
-ACSD_ToolbarCustomizer=Toolbar Customizer
-
-ACSD_Close=Close Button
-ACSD_NewToolbar=New Toolbar Button
-
-ACSD_SmallIcons=Small Icons Checkbox
-
-CTL_ResetToolbarsAction=Reset &Toolbars
-CTL_ResetToolbarsButton=Reset &Toolbars
-
-
-
-PROP_newToolbarLabel=&Name:
-PROP_newToolbarDialog=New Toolbar
-PROP_newToolbar=Toolbar
-MSG_ToolbarExists=Toolbar {0} already exists.
-
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ar_EG.properties
deleted file mode 100644
index ab148b5..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=The size cannot be negative
-CTL_InvalidValue=Invalid value entered
-CTL_InvalidValueWithParam=Invalid value {0} entered
-CTL_InvalidValueWithExc=Invalid value entered. \nCause: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Value of {0} should be in format {1}
-
-#ColorEditor
-CTL_AWTPalette=AWT Palette
-CTL_SwingPalette=Swing Palette
-CTL_SystemPalette=System Palette
-ACSD_CustomColorEditor=N/A
-FMT_IllegalEntry="{0}" is not a valid color identifier.  You may enter Swing or AWT constants or red/green/blue values.
-
-# ColorEditor:AWT color names
-LAB_White=white
-LAB_LightGray=lightGray
-LAB_Gray=gray
-LAB_DarkGray=darkGray
-LAB_Black=black
-LAB_Red=red
-LAB_Pink=pink
-LAB_Orange=orange
-LAB_Yellow=yellow
-LAB_Green=green
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=blue
-# ColorEditor: system color names
-LAB_ActiveCaption=Active Caption
-LAB_ActiveCaptionBorder=Active Caption Border
-LAB_ActiveCaptionText=Active Caption Text
-LAB_Control=Control
-LAB_ControlDkShadow=Control Dk Shadow
-LAB_ControlHighlight=Control Highlight
-LAB_ControlLtHighlight=Control Lt Highlight
-LAB_ControlShadow=Control Shadow
-LAB_ControlText=Control Text
-LAB_Desktop=Desktop
-LAB_InactiveCaption=Inactive Caption
-LAB_InactiveCaptionBorder=Inactive Caption Border
-LAB_InactiveCaptionText=Inactive Caption Text
-LAB_Info=Info
-LAB_InfoText=Info Text
-LAB_Menu=Menu
-LAB_MenuText=Menu Text
-LAB_Scrollbar=Scrollbar
-LAB_Text=Text
-LAB_TextHighlight=Text Highlight
-LAB_TextHighlightText=Text Highlight Text
-LAB_TextInactiveText=Text Inactive Text
-LAB_TextText=Text Text
-LAB_Window=Window
-LAB_WindowBorder=Window Border
-LAB_WindowText=Window Text
-
-#DimensionCustomEditor
-CTL_Dimension=Dimension
-CTL_Width=&Width:
-CTL_Height=&Height:
-ACSD_CTL_Width=N/A
-ACSD_CTL_Height=N/A
-ACSD_DimensionCustomEditor=N/A
-
-#DimensionEditor
-CTL_HintFormat=[width,height]
-
-#FontEditor
-CTL_Plain=Plain
-CTL_Bold=Bold
-CTL_Italic=Italic
-CTL_BoldItalic=Bold Italic
-CTL_Font=Fon&t:
-CTL_FontStyle=Font St&yle:
-CTL_Size=&Size:
-CTL_Preview=Preview
-ACSD_CTL_Font=N/A
-ACSD_CTL_FontStyle=N/A
-ACSD_CTL_Size=N/A
-ACSD_FontCustomEditor=N/A
-
-#InsetsCustomEditor
-CTL_Insets=Insets
-CTL_Top=&Top:
-CTL_Left=&Left:
-CTL_Bottom=&Bottom:
-CTL_Right=&Right:
-ACSD_CTL_Top=N/A
-ACSD_CTL_Left=N/A
-ACSD_CTL_Bottom=N/A
-ACSD_CTL_Right=N/A
-
-#InsetsEditor
-CTL_HintFormatIE=[top,left,bottom,right]
-
-# ObjectEditor
-CTL_NullValue=<Lookup null value>
-CTL_NullItem=<Lookup null item>
-
-#PointCustomEditor
-CTL_Point=Point
-CTL_X=&X:
-ACSD_CTL_X=N/A
-CTL_Y=&Y:
-ACSD_CTL_Y=N/A
-ACSD_PointCustomEditor=N/A
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rectangle
-ACSD_CustomRectangleEditor=N/A
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,width,height]
-
-#StringCustomEditor
-ACS_TextArea=Text:
-ACSD_TextArea=Enter the property text here
-ACSD_CustomStringEditor=Editor for string properties
-ACS_Instructions=Instructions
-ACSD_Instructions=N/A
-
-MSG_FontIsNotInitialized=Storing to XML failed because the value of font is not initialized.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Select a File or Directory
-CTL_DialogTitleFiles=Select a File
-CTL_DialogTitleDirs=Select a Directory
-ACSD_FileEditor=N/A
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Unspecified>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Properties
-ACSD_PropertiesEditorPane=N/A
-ACSD_CustomPropertiesEditor=N/A
-WARN_PropertiesComments=Warning: comments will be discarded.
-
-#StringArrayCustomEditor
-CTL_Empty=<empty>
-CTL_Item=&Item:
-ACSD_CTL_Item=N/A
-CTL_ItemList=Item &List
-ACSD_CTL_ItemList=N/A
-CTL_Add_StringArrayCustomEditor=&Add
-ACSD_CTL_Add_StringArrayCustomEditor=N/A
-CTL_Change_StringArrayCustomEditor=&Edit
-ACSD_CTL_Change_StringArrayCustomEditor=N/A
-CTL_Remove=&Remove
-ACSD_CTL_Remove=N/A
-CTL_MoveUp=&Up
-ACSD_CTL_MoveUp=N/A
-CTL_MoveDown=Do&wn
-ACSD_CTL_MoveDown=N/A
-ACSD_StringArrayCustomEditor=N/A
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Non integer input value: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Illegal string kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - valid values are: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Unknown class: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Not a legal value: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Not a recognized URL: {0}
-#
-MSG_NULL_OR_EMPTY=Null, or an empty array
-
-#ObjectEditor
-ACSN_ObjectTree=Available options
-ACSD_ObjectTree=Select an object
-
-#Font Editor
-MSG_AppleBug=If you are seeing this message, an error occured while initializing the list of available fonts.  This is due to a bug in the Apple JVM triggered when bitmap fonts are installed on the system.  In order to use the font editor, you will need to uninstall all bitmap fonts on your system.  See Apple BugReporter issue 3121780 for further details.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ar_EG.properties
deleted file mode 100644
index dda2c25..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Core
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The basic framework of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the central infrastructure that lets NetBeans-based applications run. It cannot be disabled.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=A {0} exception has occurred.\n\tClick Show Details or see the messages.log file located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-# {0} - class name of exception
-NTF_ExceptionWarning=A {0} exception has occurred.\nHowever, the system should continue working without further problems.\nClick Show Details for the stack trace.
-NTF_ExceptionWarningTitle=Warning
-
-#startup info messages
-MSG_MainWindowInit=Initializing Main Window...
-MSG_WindowShowInit=Opening Main Window...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Saving {0} ...
-MSG_AllSaved=Save All finished.
-
-CTL_Cannot_save=Cannot save {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Password Protected Site
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=View By:
-ShortcutsEditor.actionsButton.text=Actions
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Shortcuts
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Select View by Actions to Edit Shortcuts for an Action
-ShortcutsPanel.addButton.text=Add...
-ShortcutsPanel.removeButton.text=Remove
-ShortcutsPanel.AddActionTitle=New Shortcut
-ActionsPanel.shortcutAddButton.text=Add...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Remove
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Edit Shortcuts
-ActionsPanel.AddShortcut=Add Shortcut
-ActionsPanel.ShortcutLabel=Shortcut:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Select View by Shortcuts, but for Edit Shortcuts should be View by Action selected
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Add New Shortcuts for Actions
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Remove Shortcuts for Actions
-ACSN_ShortcutsPanel.shortcutsList=Shortcuts list
-ACSD_ShortcutsPanel.shortcutsList=N/A
-ACS_ActionsPanel.ShortcutLabel.a11yName=Fill Shorcut
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Fill Shorcut by Keys combination
-ACSN_ActionsPanel.actionsTree=N/A
-ACSN_ActionsPanel.shortcutsList=Shortcuts list
-ACSD_ActionsPanel.actionsTree=N/A
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/A
-ACSD_ActionsPanel.Dialog=Add new shortcut to the selected action
-ACS_ActionsPanel=N/A
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=There is already an action bound to this shortcut ({0}).\nDo you want to use the newly selected action instead?
-
-CTL_ExitTitle=Save
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Save
-ACSD_Save=Save.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=Save &All
-ACSD_SaveAll=Save all.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Discard All
-ACSD_DiscardAll=Discard all.
-EXC_Save=An exception occurred while saving
-# NotifyException
-CTL_Title_Exception=Exception
-CTL_NextException=&Next >
-CTL_PreviousException=< &Previous
-CTL_Exception_Hide_Details=&Hide Details
-CTL_Exception_Show_Details=&Show Details
-ACSD_NextException=N/A
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/A
-
-ACSN_ListOfChangedFiles=List
-ACSD_ListOfChangedFiles=List of changed files for save
-ACSD_ExitDialog=Dialog for save any changes
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI Mode
-CTL_MdiMode=MDI Mode
-
-# NbPlaces
-CTL_NoWorkspaces=No Workspaces
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/A
-ACD_NotifyExcPanel_Dialog=N/A
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT Event Dispatch Thread is blocked for {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Authentication Required
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=&User Name:
-NbAuthenticatorPanel.passwordLbl.text=&Password:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Password for {0}
-
-ProxySettings.password.description=Proxy password
-
-Title_WebBrowser=Web Browser
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ar_EG.properties
deleted file mode 100644
index 7c6646f..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&About
-About_title=About
-
-#CopyProductInfoAction
-CopyProductInfo=Copy Info
-CopyProductInfoAction=&Copy Info
-CTL_CopyButton_tooltip=Copy NetBeans Product Information to clipboard
-
-#HtmlViewAction
-CTL_OpeningBrowser=Opening Browser ...
-HTMLView=&Web Browser
-
-#SystemExit
-Exit=E&xit
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Next Inner View
-LBL_PreviousViewCallbackAction=Previous Inner View
-
-# jump next/prev actions
-JumpNextAction=Ne&xt Error
-JumpPrevAction=&Previous Error
-
-#LogAction
-MSG_LogTab_name=IDE &Log
-MSG_ShortLogTab_name=IDE Log
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ar_EG.properties
deleted file mode 100644
index a09f6d1..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Product Version\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>System\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Userdir:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE and NetBeans Platform are based on software from netbeans.org, which has been dual licensed under the Common Development and Distribution License (CDDL) and the GNU General Public License version 2 with Classpath exception. For more information, please visit <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} version {1} running on {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Simple HTML Browser based on a Swing component
-MSG_cannot_create_browser=Cannot create Swing HTML Browser.
-Services/Browsers/SwingBrowser.settings=Swing HTML Browser
-LBL_Close=Close
-MNE_Close=C
-ACSN_Close=Close
-ACSD_Close=Close
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_ar_EG.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ar_EG.properties
deleted file mode 100644
index a1a5857..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles JNA library.
-OpenIDE-Module-Long-Description=This module bundles JNA library.
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ar_EG.properties
deleted file mode 100644
index a2811ef..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Scripting API Integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). No longer needed.
-OpenIDE-Module-Deprecation-Message=No longer needed on JDK 6. Remove your dependency on this module.
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ar_EG.properties
deleted file mode 100644
index c68c50d..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles the JUnit 4.x testing library.
-OpenIDE-Module-Long-Description=Includes the JUnit 4.x unit testing library.
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_ar_EG.properties
deleted file mode 100644
index d0acda0..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi Specification
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ar_EG.properties
deleted file mode 100644
index bcebffa..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Quick Search
-QuickSearchComboBar.jLabel2.toolTipText=Click or press Shift+F10 for Category selection
-MSG_DiscoverabilityHint=Search
-MSG_DiscoverabilityHint2=Search in {0}
-LBL_MoreResults=...
-LBL_AllCategories=All Categories
-QuickSearchPopup.searchingLabel.text=Searching ...
-QuickSearchPopup.noResultsLabel.text=( No Results )
-QuickSearchPopup.hintLabel.text={0}; Press {1} for All Categories
-AbstractQuickSearchComboBar.command.toolTipText=Quick Search in the system {0}
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ar_EG.properties
deleted file mode 100644
index 912c009..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Cannot display URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ar_EG.properties
deleted file mode 100644
index 6022c2b..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=Quick Search API
-OpenIDE-Module-Short-Description=Infrastructure for quick search in menu items, actions, files etc.
-QuickSearch/Recent=Recent Searches
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ar_EG.properties
deleted file mode 100644
index 88982ad..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=No Filter
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ar_EG.properties
deleted file mode 100644
index d49dc22..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=ETable and Outline
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ar_EG.properties
deleted file mode 100644
index 47ac55b..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Look & Feel Customization Library
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles per-look-and-feel UIManager customizations for NetBeans
-OpenIDE-Module-Long-Description=Defines NetBeans-specific values needed in UIManager and ensures that some values available in BasicLookAndFeel are available on all look and feels. Handles metal-theme support, look and feel selection and initializing custom font sizes
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ar_EG.properties
deleted file mode 100644
index ca462d8..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Tab Control
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=The tab control used by the window system
-OpenIDE-Module-Long-Description=The NetBeans windowing system's tab control bean library
-
-
-
-ACS_TabbedContainer=Tab Control
-ACSD_TabbedContainer=Tab control to switch between tabs.
-
-TT_TabDisplayer_Close=<html>Shift + click to close all documents<br>Alt + click to close other documents
-
diff --git a/l10n/src/ar_EG/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ar_EG.properties
deleted file mode 100644
index 79bbf8d..0000000
--- a/l10n/src/ar_EG/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Show Opened Documents List
-
-Tip_Restore_Window=Restore Window
-
-Tip_Maximize_Window=Maximize Window
-
-Tip_Minimize_Window=Minimize Window
-
-Tip_Pin=Pin
-
-Tip_Close_Window=Close Window
-
-Tip_Scroll_Documents_Right=Scroll Documents Right
-
-Tip_Scroll_Documents_Left=Scroll Documents Left
-
diff --git a/l10n/src/ar_EG/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ar_EG.properties
deleted file mode 100644
index 682007e..0000000
--- a/l10n/src/ar_EG/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Actions APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Definition of common actions for NetBeans
-OpenIDE-Module-Long-Description=Provides list of common actions used by any NetBeans application.
-
-
-New=&Add
-# {0} name of the only one new type
-NewArg=&Add {0}
-
-# File
-NewFromTemplate=&New
-Save=&Save
-Print=&Print...
-PageSetup=Pa&ge Setup...
-
-#0 undoableedit
-UndoWithParameter=&Undo {0}
-#0 undoableedit
-RedoWithParameter=&Redo {0}
-UndoSimple=&Undo
-RedoSimple=&Redo
-Cut=Cu&t
-Copy=Cop&y
-Paste=&Paste
-Delete=&Delete
-Find=&Find...
-Goto=Go to &Line...
-Replace=R&eplace...
-
-# View
-Properties=&Properties
-View=View
-Edit=Edit
-
-# Build
-Execute=&Execute
-
-# Window
-DockWindow=&Dock View
-UndockWindow=&Undock View
-CloneView=&Clone View
-CloseView=Close
-NextTab=&Next View
-PreviousTab=&Previous View
-
-Open=Open
-Rename=Rename...
-
-MoveUp=Move Up
-MoveDown=Move Down
-
-
-Customize=Customize
-
-#rename action
-CTL_RenameTitle=Rename
-CTL_RenameLabel=&New Name:
-# {0} param represents old name before renaming.
-MSG_BadFormat=This object cannot be renamed from {0} to {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Garbage Collect
-
-#HeapView
-LBL_ShowText=Show Text
-LBL_DropShadow=Drop Shadow
-LBL_OverlayGrid=Overlay Grid
-
-# NewTemplateAction
-CTL_NewName=New Name
-CTL_NewNameTitle=&New
-
-
-#Reorder Action
-Reorder=Change Order...
-
-OpenLocalExplorer=Explore From &Here
-
-WorkspacesItems=&Workspaces
-
-
-# name of template
-CTL_Template_Name=Object &Name:
-# title of dialog
-CTL_Template_Dialog_Title=Instantiate Template
-CTL_Template_Dialog_RootTitle=Save &In:
-
-
-# Tools action
-CTL_Tools=Tools
-CTL_EmptySubMenu=Empty
-
-
-# name of the PopupAction
-Popup=Popup
-
-#SaveAction
-MSG_saved={0} saved.
-EXC_notsaved=There were some problems while saving {0}\nCause: {1}
-#Template wizard title
-CTL_TemplateWizard=New From Template
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Click to force garbage collection
-
-
diff --git a/l10n/src/ar_EG/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ar_EG.properties
deleted file mode 100644
index 33f3983..0000000
--- a/l10n/src/ar_EG/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI Utilities API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface utilities.
-OpenIDE-Module-Long-Description=Helper methods for various UI related tasks.
-
-
-
-#MenuBar
-EXC_LoadMenu=Unable to load menu {0}
-EXC_LoadMenuItem=Unable to load menu item {0}
-
-#HtmlBrowser
-CTL_Back=Back
-CTL_Forward=Forward
-CTL_Reload=Reload
-CTL_Stop=Stop
-CTL_Document_done=Document: Done
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Loading
-EXC_Module=Exception during initialization of HTML browser module
-CTL_WebBrowser=Web Browser
-HINT_WebBrowser=Web Browser
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Browser view
-ACSD_HtmlBrowser=N/A
-ACS_HtmlBrowser_Location=Location
-ACSD_HtmlBrowser_Location=N/A
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Horizontal
-SplittedPanelSwap=Swap panels
-ResetSplitter=Reset split line
-ACS_SplittedPanel_Name=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_Description=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_EmptySplitter=N/A
-ACSD_SplittedPanel_EmptySplitter=N/A
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/A
-#Title while loading
-LBL_Loading=Loading...
-#Title if html doesn't contain title tags
-LBL_Untitled=Untitled
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Unknown host: {0}
-FMT_InvalidURL=Invalid URL: {0}
-FMT_NoRouteToHost=No route to host: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Invoking {4} implemented as {3} thru {1}
-
-
-# action and their performers
-Open=Open
-Edit=Edit
-Print=&Print...
-View=View
-Close=Close
-
diff --git a/l10n/src/ar_EG/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ar_EG.properties
deleted file mode 100644
index da8a9a5..0000000
--- a/l10n/src/ar_EG/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Compatibility APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Some old classes that are now deprecated.
-OpenIDE-Module-Long-Description=Contains some old API classes that have now been deprecated and can be replaced. Specifically: ExplorerActions; ExplorerPanel; HttpServer; and WeakListener.
-OpenIDE-Module-Deprecation-Message=The classes in this API are all deprecated and can be replaced by more modern APIs.
-
diff --git a/l10n/src/ar_EG/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ar_EG.properties
deleted file mode 100644
index 9a2fc83..0000000
--- a/l10n/src/ar_EG/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialogs API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles dialogs and wizards.
-OpenIDE-Module-Long-Description=This module handles the dialog and wizard infrastructure used in NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Error
-NTF_ExceptionTitle=Exception
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=A {0} exception has occurred.\nPlease report this at http://www.netbeans.org/issues.html, including a copy of your messages.log file.\nThe messages.log file is located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-NTF_PlainTitle=Message
-NTF_QuestionTitle=Question
-NTF_InformationTitle=Information
-NTF_WarningTitle=Warning
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Options Align
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Yes
-CTL_NO=No
-CTL_CLOSE=Close
-
-CTL_CANCEL=Cancel
-ACSD_CANCEL=n/a
-
-CTL_NEXT=Next >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Moves to next step of the wizard.|2#Next step: {0}. {1}}
-
-CTL_PREVIOUS=< &Back
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Moves to previous step of the wizard.|0#Previous step: {0}. {1}}
-
-CTL_FINISH=&Finish
-ACSD_FINISH=n/a
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Input line
-ACSD_InputField=N/A
-ACN_NotifyDescriptor_MessageJTextArea=N/A
-ACD_NotifyDescriptor_MessageJTextArea=N/A
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} wizard ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} of {1}
-CTL_ContentName=Steps
-CTL_HelpName=Help
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Please wait.
-
diff --git a/l10n/src/ar_EG/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ar_EG.properties
deleted file mode 100644
index 12de534..0000000
--- a/l10n/src/ar_EG/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Execution API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Execution API from the Open APIs.
-OpenIDE-Module-Long-Description=Consists of parts of the org.openide.execution.* package from the Open APIs.
-
diff --git a/l10n/src/ar_EG/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ar_EG.properties
deleted file mode 100644
index 232fdd3..0000000
--- a/l10n/src/ar_EG/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Explorer & Property Sheet API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Various view for displaying node structures.
-OpenIDE-Module-Long-Description=Allows definition of new views that display structures created using Nodes API.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorer [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Could not restore Explorer window; the root node "{0}" could not be restored correctly.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=An Explorer view must not veto the empty selection.
-EXC_ContextMustBeWithinRootContext=An explored context ({0}) must be within the root context ({1}).
-EXC_NodeCannotBeNull=Cannot use null for node selection.
-EXC_NoElementOfNodeSelectionMayBeNull=No element of a node selection may be null.
-EXC_NodeSelectionCannotContainNodes=A node selection cannot contain nodes ({0}) not underneath the root ({1}).
-EXC_CannotHaveNullRootContext=Cannot have null root context.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Are you sure you want to delete {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Are you sure you want to delete {0} and all of its contents?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Are you sure you want to delete these {0} items?
-MSG_ConfirmDeleteObjectTitle=Confirm Object Deletion
-MSG_ConfirmDeleteFolderTitle=Confirm Package Deletion
-MSG_ConfirmDeleteObjectsTitle=Confirm Multiple Object Deletion
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Are you sure you want to delete {0} (link to {3})?
-MSG_ConfirmDeleteShadowTitle=Confirm Link Deletion
-
-
diff --git a/l10n/src/ar_EG/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ar_EG.properties
deleted file mode 100644
index b57c865..0000000
--- a/l10n/src/ar_EG/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Exception in
-PS_Editor=Property Editor
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Array of
-FMT_ErrorSettingProperty=The property could not be set. {0} is not a valid value for {1}.
-FMT_CannotUpdateProperty={0} is not a valid value for {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(No Property Editor)
-CTL_NoProperties=<No Properties>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Properties
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Sort by Category
-ACS_CTL_NoSort=Sort by Category
-CTL_AlphaSort=Sort by Name
-ACS_CTL_AlphaSort=Sort by Name
-CTL_TypeSort=Sort by Type
-ACS_CTL_TypeSort=Sort by Type
-CTL_VisibleWritableOnly=Show Editable Properties Only
-ACS_CTL_VisibleWritableOnly=Show Editable Properties Only
-CTL_Customize=Customizer
-ACS_CTL_Customize=Customizer
-CTL_Help=Help
-ACS_CTL_Help=Help
-ACSD_CTL_Help=Provides help about the object whose properties are displayed in the property sheet
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Using property >>{0}<< at design time throws an exception.
-
-#PropertySheet
-CTL_Property_sheet_option=Property Sheet
-
-
-#IndexedPropertyEditor
-CTL_NoItem=No Item Available
-CTL_Index=Property Index:
-CTL_Unknown=Unknown
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=N/A
-CTL_Cancel=Cancel
-ACSD_CTL_Cancel=N/A
-CTL_Close=Close
-ACSD_CTL_Close=N/A
-CTL_Default=Reset to &Default
-ACSD_CTL_Default=N/A
-CTL_Paste=Paste
-
-#PropertyDetails
-EXC_Setter=Exception in setter method of property: {0}
-EXC_Setter_localized=Exception in setter method of property {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<no custom editor>
-CTL_No_property_editor=<no property editor>
-CTL_Different_Values=<Different Values>
-CTL_Desc_Different_Values=The selected nodes have different values for this property.
-CTL_No_properties=<No Properties>
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-CTL_ElipsisHint=Invokes customizer.
-CTL_InvalidValue=Invalid value: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Invalid value {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Type: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Properties
-CTL_New=&New
-CTL_Delete=&Delete
-CTL_MoveUp=Move &up
-CTL_MoveDown=Move &down
-CTL_HideDetails=&Hide Details
-CTL_ShowDetails=&Show Details
-EXC_ErrorInIndexedSetter=Indexed property value cannot be set
-
-ACSD_Properties=N/A
-ACSD_New=N/A
-ACSD_Delete=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_HideDetails=N/A
-ACSD_ShowDetails=N/A
-ACSD_IndexedEditorPanel=N/A
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Names
-COLUMN_VALUES=Values
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<unreadable>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Error setting value
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Unknown Sorting Mode
-
-#Button labels for property dialogs
-ok=Ok
-default=Restore default value
-cancel=Cancel
-close=Close
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Description
-ACSD_Description=Description of the currently selected property
-ACS_DescriptionTitle=Property name
-ACSD_DescriptionTitle=Name of the property currently being edited
-CTL_NO_DESCRIPTION=No description available.
-CTL_NO_SELECTION=Nothing selected
-ACS_Splitter=Splitter
-ACSD_Splitter=Visual divider between the properties table and the description area.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=The property
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} equals {1}
-FMT_ACST_SheetSet=Property group {0}
-ACST_No_Selection=Nothing selected
-CTL_Multiple_Selection=Multiple objects selected
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Click, or select and press CTRL-SPACE to open custom editor; right click for menu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Show Description Area
-CTL_HideDescription=Hide Description Area
-CTL_RestoreDefaultValue=Restore Default Value
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Properties
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=this property
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Illegal number format: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Custom editor: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Properties table
-ACSN_SHEET_TABBED_PANE=Property categories
-ACSD_SHEET_TABLE=Table of editable properties representing the current object
-ACSD_SHEET_TABBED_PANE=Can select different sets of properties of the current object to display in the property sheet
-
-LBL_QUICKSEARCH=Quick Search:
-
-MSG_SetAsText_InvalidValue=Invalid value: {0}
-
diff --git a/l10n/src/ar_EG/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ar_EG.properties
deleted file mode 100644
index 384f38e..0000000
--- a/l10n/src/ar_EG/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Empty
-MenuViewStartFromRoot=Browse from root
-MenuViewStartFromCurrent=Browse from current point
-
-# TabView
-TabView_RootTab=Root
-
-# TreeView
-VetoSelectedNodes=Selected Nodes
-LBL_QUICKSEARCH=Search:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=This object cannot be renamed from {0} to {1}.
-ACSN_TreeViewCellEditor=Rename editor
-ACSD_TreeViewCellEditor=In-place editor of node name in the tree view
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=Target did not accept the content of the transfer.
-
-MSG_ABORT=Cancel
-
-#TableSheet
-ACS_TableSheet=Table of properties
-ACSD_TableSheet=N/A
-ACS_NullPanel=No property
-# {0} - bean
-ACSD_NullPanel=No property. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Type: {1} Bean: {2}
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Change Visible Columns
-LBL_ColumnDialogDesc=Choose the Columns to Display in the List
-LBL_ListOptions=List Options
-LBL_ChangeColumns=Change Visible Columns...
-LBL_SortMenu=Sort
-LBL_Ascending=Ascending
-LBL_Descending=Descending
-LBL_ColsMenu=Column
-LBL_MoveLeft=Move Left
-LBL_MoveRight=Move Right
-MSG_NoColumnsToChange=There are no columns to change their visibility.
-LBL_NoSort=None
-ACSN_ColumnDialog=Change Visible Columns
-ACSD_ColumnDialog=Choose the Columns to Display in the List
-
-#a11y
-ACSN_TreeTable=N/A
-ACSD_TreeTable=N/A
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Show only rows where
-
-CTL_ColumnsSelector=Change Visible Columns
-ACN_ColumnsSelector=Columns Selector
-ACD_ColumnsSelector=Select visible columns
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Choose the Columns to Display in the List
-NodeOutlineModel_NodesColumnLabel=Nodes
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Accessing {0} without Children.MUTEX read access
-
diff --git a/l10n/src/ar_EG/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ar_EG.properties
deleted file mode 100644
index 5b6a2d4..0000000
--- a/l10n/src/ar_EG/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Invalid XML document:
-
-W-003=Warning: XML parser does not support lexical-handler feature.
-
diff --git a/l10n/src/ar_EG/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ar_EG.properties
deleted file mode 100644
index 6fc7ed7..0000000
--- a/l10n/src/ar_EG/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=File System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Virtual File System API.
-OpenIDE-Module-Long-Description=Allows access to file like resources in a way independent on actual OS files. Supports notification of changes on disk.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Invalid {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=Root {0} does not exist.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=File {0} in {1} is read-only.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Cannot create file {0} because {1} on filesystem {2} is not a folder.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Slash in folder name "{0}" not allowed.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Folder {0} already exists in {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Cannot create folder {0} in {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=File {0} already exists in filesystem {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Invalid lock [{0}] for file {1} in {2} with current lock [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Cannot modify filesystem.attributes file:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=File {1} cannot be found in folder {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} is read-only.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} is read-only because it is inside {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=File {0} does not exist.
-
-# {0} = name of zip file 
-EXC_CanntRead=Cannot read from file {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Error in file {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Error in JAR file {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Unknown JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Multi-Filesystem
-EXC_FileOutsideModified=File {0} not found. Another application may have moved the file or changed the name.
-XML_NotValidXMLFileSystem=Invalid XML FileSystem.
-EXC_DefAttrReadErr=Cannot read DefaultAttributes.
-EXC_UnreachableCode=Internal error: unreachable code.
-
-EXC_FolderCopy=Folder copying not supported.
-XML_RootInvalid=FileSystem element must be the root element.
-XML_MisssingAttr=Attribute \"name\" is missing
-XML_InaccurateParam=Inaccurate number of parameters
-XML_UnknownElement=Unknown element.
-XML_DuplElement=Duplicated FileObject:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} in {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Opening stream for {0}
-
diff --git a/l10n/src/ar_EG/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ar_EG.properties
deleted file mode 100644
index 8242ead..0000000
--- a/l10n/src/ar_EG/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=I/O APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Open APIs relating to displaying output.
-OpenIDE-Module-Long-Description=Contains classes from org.openide.windows.* relating to creating output tabs, displaying output, and hyperlinking it.
-
diff --git a/l10n/src/ar_EG/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_ar_EG.properties
deleted file mode 100644
index eb27421..0000000
--- a/l10n/src/ar_EG/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=This module binds the Datasystems API with Scripting API. As a result it is possible to use any scripting and templating language to generate templates.
-OpenIDE-Module-Name=Advanced Templating
-OpenIDE-Module-Short-Description=Advanced Templating not only for Datasystems
-
diff --git a/l10n/src/ar_EG/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ar_EG.properties
deleted file mode 100644
index 3f2aa56..0000000
--- a/l10n/src/ar_EG/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Datasystems API
-OpenIDE-Module-Short-Description=NetBeans Open API for manipulating data objects.
-OpenIDE-Module-Long-Description=The Datasystems API is a layer atop the Filesystems API which recognizes and groups data objects and gives them particular semantics. Once a part of the general Open APIs, it is now split into an independent module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-#DefaultDataObject
-HINT_DefaultDataObject=Unrecognized File
-
-EXC_SharedAccess=Shared access
-
-#Folder.Index
-EXC_ReorderFailed=Cannot save new ordering.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Cannot delete file {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Link to {3}
-
-PROP_ShadowOriginalName=Original Name
-HINT_ShadowOriginalName=Name of the object this link refers to.
-PROP_ShadowOriginalFileSystem=Original Filesystem Name
-HINT_ShadowOriginalFileSystem=Name of the filesystem of the original object.
-
-# DataNode
-PROP_name=Name
-HINT_name=Name of this object.
-PROP_template=Template
-HINT_template=If True, this object is a template (can make instances of itself).
-PROP_files=All Files
-HINT_files=A list of files represented by this object.
-PROP_size=File Size
-HINT_size=Length of this file in bytes. (Only applies to the first file listed in All Files.)
-PROP_lastModified=Modification Time
-HINT_lastModified=When this file was last modified. (Only applies to the first file listed in All Files.)
-PROP_extension=Extension
-HINT_extension=Primary file extension.
-ERROR_extension=Cannot change extension. File is modified.
-
-# name of set with sorting options
-PROP_sorting=Sorting
-HINT_sorting=Sorting and ordering settings.
-
-#
-# folder sort mode property
-PROP_sort=Sort Mode
-HINT_sort=Determines how objects in the package should be sorted.
-# SortModeEditor
-VALUE_sort_none=Unsorted
-VALUE_sort_names=By Name
-VALUE_sort_class=By Type
-VALUE_sort_folder_names=By Name (Packages First)
-VALUE_sort_last_modified=By Modification Time
-VALUE_sort_size=By File Size
-
-
-#
-# Names of paste types
-#
-PT_move=&Move
-PT_copy=&Copy
-PT_instantiate=&Instantiate
-PT_shadow=Create &Link
-PT_serialize=&Serialize
-PT_instance=&Default instance
-
-# 
-SerializeBean_Text=&Name of file to serialize the instance to
-SerializeBean_Title=Instance Serialization
-
-#
-# new folder
-#
-CTL_NewFolder=Folder
-CTL_NewFolderName=&Name:
-CTL_NewFolderTitle=Create New Folder
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=File {0} already exists in folder {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Folder {0} already exists in folder {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=The file {1} seems to be too large ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) to safely open. \nOpening the file could cause OutOfMemoryError, which would make the IDE unusable. Do you really want to open it?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML Configuration Files
-PROP_XmlError=Error (recoverable)
-PROP_XmlWarning=Warning
-PROP_XmlFatalError=FATAL ERROR
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Cannot create folder; {0} is not a valid name.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Cannot copy {0}: The destination folder is the same as the source folder.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Cannot copy {0}: The destination folder is a subfolder of the source folder.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=New Wizard - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=New Wizard
-LAB_TemplateChooserPanelName=Choose Template
-LAB_SelectTemplateBorder=&Select a Template:
-MSG_NoDescription=No description
-MSG_InitDescription=Initializing description...
-LAB_TemplateDescriptionBorder=&Template Description:
-LAB_TargetLocationPanelName=Target Location
-LAB_TargetLocationDescription=Please select a folder for the newly created object or enter the folder name below:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/A
-ACSD_TemplateWizard1=N/A
-
-CTL_NewObjectName=&Name\:
-ACSD_NewObjectName=N/A
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/A
-
-LBL_settingsNodeName=Settings
-EXC_folder_delete_failed=Could not remove source folder while moving.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<top folder> [{0}]
-FMT_DefaultNewObjectName=<default name>
-
-LBL_shadow_loader_display_name=Links
-LBL_folder_loader_display_name=Folders
-LBL_default_loader_display_name=Unrecognized Objects
-LBL_instance_loader_display_name=Action Instances
-
-FMT_CannotCopyDo=Warning: Object {0} cannot be copied.
-FMT_CannotMoveDo=Warning: Object {0} cannot be moved.
-
-# InstanceDataObject
-LBL_separator_instance=(separator)
-PROP_instance_class=Class Name
-HINT_instance_class=Java class name of the object being represented.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=There are problems with saving the {0} bean.
-
-FMT_brokenShadowName={0} (Broken Link)
-HINT_brokenShadowOriginalName=Broken Link
-PROP_brokenShadowOriginalName=Broken Link
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Broken Link Filesystem
-HINT_brokenShadowFileSystem=Broken Link Filesystem
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Unrecognized setting>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Data Object Copy Flavor
-LBL_DOcut=Data Object Cut Flavor
-#NewObjectPanel
-LAB_NewObjectPanelName=New Object Name
-FMT_DefaultNewObject=<default>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=The popup menu for objects of type {0} could not be restored; using default settings.
-LBL_loader_display_name=Loader
-
-MSG_renameError=This object cannot be renamed from {0} to {1}.
-MSG_NotValidName=Cannot give {0} an empty name.
-ERR_NoFilesystem=No enabled filesystem. Make sure that you have at least one filesystem that is not read-only and is not hidden.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=The target filesystem or folder does not exist.
-MSG_fs_is_readonly=The target filesystem is read-only.
-# {0} - name of the existing file
-MSG_file_already_exist=The file {0} already exists.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Filesystem Action
-#InstantiateAction
-Instantiate=Instantiate
-#SaveAsTemplateAction
-SaveAsTemplate=Save As Template...
-Title_SaveAsTemplate=Save As Template
-CTL_SaveAsTemplate=&Select the category in which the new template will appear:
-CTL_SaveAsTemplate_TemplatesRoot=Templates
-SaveAll=Save &All
-HINT_SaveAll=Save all files (if the Compile on Save feature is on, this will also compile/build your files)
-# FileSystemRefreshAction
-LAB_Refresh=Refresh Folder
-# NewTemplateAction
-EXC_TemplateFailed=Creation of the object from template failed.
-NewTemplate=&New
-NewTemplateAction=All Templates...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Empty
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Opening {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=File {0} is modified. Save it ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modified)
-TIP_editor_ro=\ (read-only)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=File {0} was changed to read-only! All changes will be discarded.
-MSG_FileReadOnlySaving=File {0} was changed to read-only! Can not save it.
-MSG_FileReadOnlyChanging=File {0} was changed to read-only!
-
-
-MSG_BinaryFileQuestion=This file appears to contain binary data. Are you sure you want to open it in the text editor?
-MSG_BinaryFileWarning=Binary File Detected
-
-CTL_SaveAsAction=Sa&ve As...
-MSG_SaveAsFailed=There were some problems while saving {0}\nCause: {1}
-LBL_SaveAsTitle=Save As
-MSG_CannotCreateTargetFolder=Cannot create the target folder.
-MSG_SaveAs_SameFileSelected=Select a different file name please.
-MSG_SaveAs_SameFileSelected_Title=Save As
-
diff --git a/l10n/src/ar_EG/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ar_EG.properties
deleted file mode 100644
index 8c2a8c0..0000000
--- a/l10n/src/ar_EG/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=APIs for getting information about installed modules.
-OpenIDE-Module-Long-Description=Allows to get list of installed modules, inspect their properties and dependencies.
-
diff --git a/l10n/src/ar_EG/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ar_EG.properties
deleted file mode 100644
index c6edc21..0000000
--- a/l10n/src/ar_EG/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Nodes API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for defining generic tree-like structures.
-OpenIDE-Module-Long-Description=Provides abstraction over tree-like structures by defining Node - the generic extensible interface that can then be displayed by the Explorer API.
-
-
-
-#Sheet
-Properties=Properties
-Expert=Expert
-HINT_Properties=Properties of this object.
-HINT_Expert=Expert properties of this object.
-
-#indexed customizer
-LAB_order=Change Order
-LAB_listOrder=Show these fields in this order:
-LAB_listOrder_Mnemonic=S
-Button_close=Close
-Button_close_Mnemonic=C
-Button_up=Move up
-Button_up_Mnemonic=U
-Button_down=Move down
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/A
-ACSD_Button_up=N/A
-ACSD_Button_down=N/A
-ACSD_ListOrder=N/A
-ACSD_IndexedCustomizer=N/A
-
-#PropertySupport
-CTL_StandardName=Name
-CTL_StandardHint=Name of the object.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Paste Node
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copy Index
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Please Wait...
-
diff --git a/l10n/src/ar_EG/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ar_EG.properties
deleted file mode 100644
index 1b27750..0000000
--- a/l10n/src/ar_EG/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Settings Options API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for storing preferences.
-OpenIDE-Module-Long-Description=Provides classes that simplify storage of settings between multiple invocation of NetBeans based application.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.NbPreferences instead.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/ar_EG/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ar_EG.properties
deleted file mode 100644
index 8f9a4b7..0000000
--- a/l10n/src/ar_EG/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Text API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Generic API wrapping Swing based EditorKits.
-OpenIDE-Module-Long-Description=Provide support for defining components that embed Swing text editors.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Print Settings
-CTL_Header_format = Printing {2} at {1}
-CTL_Footer_format = Page {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Page Format
-HINT_PAGE_FORMAT=Page Format
-PROP_WRAP=Wrap Lines
-HINT_WRAP=Should lines be wrapped?
-PROP_HEADER_FORMAT=Page Header Format
-
-HINT_HEADER_FORMAT=For example, "Top of page {0} (printed on date {1}) of file {2}".
-PROP_FOOTER_FORMAT=Page Footer Format
-HINT_FOOTER_FORMAT=For example, "Bottom of page {0} (printed on date {1}) of file {2}".
-PROP_HEADER_FONT=Page Header Font
-HINT_HEADER_FONT=Set the page header font.
-PROP_FOOTER_FONT=Page Footer Font
-HINT_FOOTER_FONT=Set the page footer font.
-PROP_HEADER_ALIGNMENT=Page Header Alignment
-HINT_HEADER_ALIGNMENT=Page Header Alignment - LEFT, CENTER, RIGHT.
-PROP_FOOTER_ALIGNMENT=Page Footer Alignment
-HINT_FOOTER_ALIGNMENT=Page Footer Alignment - LEFT, CENTER, RIGHT.
-PROP_LINE_ASCENT_CORRECTION=Line Ascent Correction
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplier to correct the line ascent.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTER
-CTL_RIGHT = RIGHT
-CTL_LEFT = LEFT
-
-# Cancellation
-CTL_Print_progress=Page number {0} was printed.
-CTL_Print_cancellation=Print Job Progress
-CTL_Cancel=Cancel
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Current printer job was aborted.
-EXC_Printer_Problem=Printer problem: {0}
-EXC_ReadOnlyFile=File {0} is read-only.
-EXC_LoadDocument=The document {0} could not be loaded.
-LBL_EditorLoading=Loading...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Question
-CTL_Save=Save
-ACSN_CTL_Save=N/A
-ACSD_CTL_Save=N/A
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Discard
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/A
-ACSD_CTL_Discard=N/A
-
-# PositionBounds
-MSG_Empty_string=Unable to insert empty string
-#editor support warning message
-FMT_FileNotFound=Warning: File {0} was not found or could not be accessed.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=File {0} was modified externally. Reload it?
-FMT_External_change_write=File {0} was modified externally. Overwrite it?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=You have specified an invalid file. Check the path.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor for {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor for {0}
-TITLE_SourceButton=Source
-
-
diff --git a/l10n/src/ar_EG/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ar_EG.properties
deleted file mode 100644
index 789339d..0000000
--- a/l10n/src/ar_EG/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Old Enumeration API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enumeration API that is in wrong package.
-OpenIDE-Module-Long-Description=Enumeration API that is in wrong package, org.openide.util.enum and as such it cannot be compiled with Java 1.5, because enum is a keyword. Is replaced by class org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.Enumerations instead of this module.
-
diff --git a/l10n/src/ar_EG/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_ar_EG.properties
deleted file mode 100644
index 8f05e23..0000000
--- a/l10n/src/ar_EG/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Lookup
-
diff --git a/l10n/src/ar_EG/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ar_EG.properties
deleted file mode 100644
index 3756be4..0000000
--- a/l10n/src/ar_EG/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# 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.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#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
-
diff --git a/l10n/src/ar_EG/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ar_EG.properties
deleted file mode 100644
index 3c24802..0000000
--- a/l10n/src/ar_EG/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Multiple Objects Flavor
-
-Create=Create
-Paste=Paste
-
diff --git a/l10n/src/ar_EG/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ar_EG.properties
deleted file mode 100644
index c8fb9b0..0000000
--- a/l10n/src/ar_EG/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Window System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for managing components on a screen.
-OpenIDE-Module-Long-Description=Provides OS and MDI/SDI neutral abstraction API over concept of components that are displayed to the user.
-
-
-
-# name of empty workspace
-None=None
-
-#CloneableTopComponent
-EXC_CannotAssign=Cannot assign component to EMPTY
-
-#TopComponent
-EXC_UnknownOperation=Unknown close operation
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Invoking {2} implemented as {3} with {0}
-
diff --git a/l10n/src/ar_EG/platform/print/print/org/netbeans/modules/print/action/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/print/print/org/netbeans/modules/print/action/Bundle_ar_EG.properties
deleted file mode 100644
index 33c9b24..0000000
--- a/l10n/src/ar_EG/platform/print/print/org/netbeans/modules/print/action/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Pa&ge Setup...
-
-# PrintAction
-TLT_Print_Action=Print
-MNU_Print_Action=&Print...
-ACT_Print_Action=Print - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/ar_EG/platform/print/print/org/netbeans/modules/print/resources/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/print/print/org/netbeans/modules/print/resources/Bundle_ar_EG.properties
deleted file mode 100644
index b00ce5f..0000000
--- a/l10n/src/ar_EG/platform/print/print/org/netbeans/modules/print/resources/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Print
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of print module.
-OpenIDE-Module-Long-Description=Implementation of print module.
-
-# layer.xml
-Actions/File=File
-
diff --git a/l10n/src/ar_EG/platform/print/print/org/netbeans/modules/print/ui/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/print/print/org/netbeans/modules/print/ui/Bundle_ar_EG.properties
deleted file mode 100644
index 556818f..0000000
--- a/l10n/src/ar_EG/platform/print/print/org/netbeans/modules/print/ui/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Printer problem: {0}
-LBL_Page_Setup_Button=Page &Setup
-TLT_Page_Setup_Button=Invokes the Page Setup dialog
-LBL_Print_Option_Button=Print &Options
-TLT_Print_Option_Button=Invokes the Print Options dialog
-LBL_Print_Button=&Print
-TLT_Print_Button=Invokes the Print dialog
-LBL_Close_Button=&Close
-TLT_Close_Button=Closes the Print Preview dialog
-LBL_Print_Preview=Print Preview
-LBL_Fit_to_Width=Fit to Width
-LBL_Fit_to_Height=Fit to Height
-LBL_Fit_to_All=Show All Pages
-
-TLT_First=&First page (Alt+F)
-TLT_Previous=P&revious page (Alt+R)
-TLT_Next=&Next Page (Alt+N)
-TLT_Last=&Last Page (Alt+L)
-TLT_Fit=Change &Scale (Alt+S)
-TLT_Zoom_In=Zoom &In (Alt+I)
-TLT_Zoom_Out=Zoom O&ut (Alt+U)
-TLT_Toggle=Show &Multiple Pages (Alt+M)
-TLT_Goto=<html><body> <b>Navigation:</b> <br> press <code>/</code> or <code>F</code> to show first page <br> press <b><code>-</code></b> or <code>G</code> to show previous page <br> press <b><code>+</code></b> or <code>K</code> to show next page <br> press <code>*</code> or <code>L</code> to show last page </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Print Options
-LBL_Border=Border
-LBL_Print_Border=Print &Border
-LBL_Print_Header=Print Hea&der
-LBL_Print_Footer=Print &Footer
-LBL_Choose_Font=Choose Font
-LBL_Choose_Color=Choose Color
-LBL_Insert_Macros=Insert Macro:
-LBL_Text=Text
-LBL_Line_Numbers=Line N&umbers
-LBL_Wrap_Lines=&Wrap Lines
-LBL_Use_Font=Use Font Attributes // &X
-LBL_Use_Color=Use Color Attributes // &Q
-LBL_As_Editor=Print as in Editor // &J
-LBL_Selection=Print &Selection
-LBL_Line_Spacing=Line S&pacing:
-LBL_Text_Font_and_Color=Text Font and Colo&r:
-LBL_Background_Color=Back&ground Color:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Header and Footer
-LBL_Apply=&Apply
-LBL_Left=Left:
-LBL_Center=Center:
-LBL_Right=Right:
-
-ERR_Zoom_Value_Is_Invalid=Zoom value is invalid!
-ERR_Header_Size_Is_Too_Big=Header Size is too big!
-ERR_Footer_Size_Is_Too_Big=Footer Size is too big!
-ERR_Page_Number_Is_Invalid=Number of pages is invalid!
-ERR_Page_Number_Is_Too_Big=Number of pages is too big!
-
-TLT_Apply=Applies changes
-TLT_Border_Color=Choose Border &Color (Alt+C)
-TLT_Header_Font=Choose Header Fo&nt (Alt+N)
-TLT_Header_Color=Choose Header C&olor (Alt+O)
-TLT_Footer_Font=Choose Footer Fon&t (Alt+T)
-TLT_Footer_Color=Choose Footer Co&lor (Alt+L)
-TLT_Text_Font=Choose Text Font (Alt+K) // &K
-TLT_Text_Color=Choose Text Colo&r (Alt+R)
-TLT_Background_Color=Choose Background Color // &G
-TLT_Print_Zoom=Adjusts the print zoom
-TLT_Use_Font=Use Font (Alt+X)
-TLT_Use_Color=Use Color (Alt+Q)
-TLT_As_Editor=Show as in Editor (Alt+J)
-TLT_Selection=Print Selection
-
-LBL_Pages=page(s)
-LBL_Fit_Width_to=F&it Width to:
-TLT_Fit_Width_to=Fit Width to
-LBL_Fit_Height_to=Fit H&eight to:
-TLT_Fit_Height_to=Fit Height to
-LBL_Zoom_to=&Zoom to:
-TLT_Zoom_to=Zoom to
-LBL_Fit_to_Page=Fit to Page // &Y
-TLT_Fit_to_Page=Fit to Page (Alt+Y)
-
diff --git a/l10n/src/ar_EG/platform/print/print/org/netbeans/modules/print/util/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/print/print/org/netbeans/modules/print/util/Bundle_ar_EG.properties
deleted file mode 100644
index e1670a5..0000000
--- a/l10n/src/ar_EG/platform/print/print/org/netbeans/modules/print/util/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} of {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=The name of printed component
-ROW=The row number
-COLUMN=The column number
-USER=The user name
-COUNT=The count of pages
-MODIFIED_DATE=Date of the last modification
-MODIFIED_TIME=Time of the last modification
-PRINTED_DATE=Date of printing
-PRINTED_TIME=Time of printing
-
diff --git a/l10n/src/ar_EG/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ar_EG.properties
deleted file mode 100644
index cbffb7f..0000000
--- a/l10n/src/ar_EG/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization.
-OpenIDE-Module-Long-Description=Provides a view of all running tasks and may permit them to be cancelled, etc.
-
-NbProgressBar.tooltip1={0} tasks running. Click for details.
-NbProgressBar.tooltip2={0} task running. Click for details.
-ListComponent.btnClose.tooltip=Click to cancel process
-ListComponent.bar.tooltip=Click to watch the process
-Cancel_Question=Are you sure you want to cancel {0}?
-Cancel_Question_Title=Cancel Running Task
-StatusLineComponent.ShowProcessList=Show Processes
-StatusLineComponent.Cancel=Cancel Process
-StatusLineComponent.View=Show Output
-ListComponent.Watch=Watch Process
-
-RunOffAWT.TITLE_Operation=Lengthy operation in progress
-RunOffAWT.BTN_Cancel=Cancel
-
-# ProgressListAction
-CTL_ProcessListAction=&Processes
-
-# CancelAction
-CTL_CancelAction=Cancel Process
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Click to cancel process
-ModalDialog.btnClose.text=Cancel
-ModalDialog.btnClose.accessibleName=Cancel
-ModalDialog.btnClose.accessibleDescription=Cancels the current process
-
-
diff --git a/l10n/src/ar_EG/platform/queries/queries/org/netbeans/modules/queries/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/queries/queries/org/netbeans/modules/queries/Bundle_ar_EG.properties
deleted file mode 100644
index a911402..0000000
--- a/l10n/src/ar_EG/platform/queries/queries/org/netbeans/modules/queries/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=General Queries API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Acts as a general communication channel between modules.
-OpenIDE-Module-Long-Description=Hosts queries which are not particularly domain-specific. Permits different modules to obtain information about files in a flexible way.
-
diff --git a/l10n/src/ar_EG/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ar_EG.properties
deleted file mode 100644
index 37a2eaa..0000000
--- a/l10n/src/ar_EG/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=Option {0} needs an argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Option {0} cannot be used together with option {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Need at least one of {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Need to use also {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=Option {0} needs also option {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/ar_EG/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ar_EG.properties
deleted file mode 100644
index 49008f8..0000000
--- a/l10n/src/ar_EG/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Command Line Parsing API
-OpenIDE-Module-Short-Description=GetOpts compliant API for parsing command line
-OpenIDE-Module-Long-Description=GetOpts compliant API to parse command line. It is focused on the case when each part of the command line is going to be parsed by different module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-MSG_OptionsHeader=\nAdditional Module(s) Option(s):\n
-
diff --git a/l10n/src/ar_EG/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ar_EG.properties
deleted file mode 100644
index 1fa0c1d..0000000
--- a/l10n/src/ar_EG/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Settings API
-OpenIDE-Module-Short-Description=A library for storing settings in custom formats.
-OpenIDE-Module-Long-Description=This module provides the Settings API for storing module-defined settings in custom formats. It also provides several useful settings format implementations.
-OpenIDE-Module-Display-Category=Infrastructure
-
diff --git a/l10n/src/ar_EG/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ar_EG.properties b/l10n/src/ar_EG/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ar_EG.properties
deleted file mode 100644
index 23065ae..0000000
--- a/l10n/src/ar_EG/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ar_EG.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=A module that provides a new API to replace NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=Actions SPI (Experimental)
-OpenIDE-Module-Short-Description=Replacements for NodeAction, CookieAction, etc.
-
diff --git a/l10n/src/ar_SA/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ar_SA.properties b/l10n/src/ar_SA/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ar_SA.properties
deleted file mode 100644
index 979bc43..0000000
--- a/l10n/src/ar_SA/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u0648\u062d\u062f\u0629 \u0628\u0646\u0627\u0621 \u0627\u0644\u0644\u062c\u0627\u0645
-OpenIDE-Module-Display-Category=\u062a\u0637\u0648\u064a\u0631 NetBeans
-OpenIDE-Module-Short-Description=\u064a\u062a\u064a\u062d \u0644\u0643 \u0628\u0646\u0627\u0621 \u0648\u062d\u062f\u0627\u062a \u0645\u0644\u062d\u0642\u0627\u062a \u062e\u0627\u0631\u062c\u064a\u0629 \u0645\u0646 \u0627\u0644\u0645\u0635\u0627\u062f\u0631.
-OpenIDE-Module-Long-Description=\u0647\u0630\u0627 \u0647\u0648 \u0627\u0644\u0628\u0646\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0644\u062a\u0637\u0648\u064a\u0631 \u0648\u062d\u062f\u0627\u062a NetBeans (\u0645\u0639 \u0623\u0648 \u0628\u062f\u0648\u0646 \u0628\u064a\u0626\u0629 \u062a\u0637\u0648\u064a\u0631 \u0645\u062a\u0643\u0627\u0645\u0644\u0629). \u0647\u064a \u0639\u0627\u062f\u0629 \u0645\u0627 \u062a\u0633\u062a\u062e\u062f\u0645 \u0628\u0634\u0643\u0644 \u0645\u0636\u0645\u0648\u0646 \u0628\u0648\u0627\u0633\u0637\u0629 \u0645\u0634\u0631\u0648\u0639\u0627\u062a \u0648\u062d\u062f\u0627\u062a NetBeans. \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0644\u062a\u0648\u062b\u064a\u0642\u0627\u062a \u0627\u0644\u062a\u0642\u0646\u064a\u0629\u060c \u0627\u0646\u0638\u0631 \u0625\u0644\u0649 harness/README.
-
diff --git a/l10n/src/ar_SA/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ar_SA.properties b/l10n/src/ar_SA/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ar_SA.properties
deleted file mode 100644
index f4e29cf..0000000
--- a/l10n/src/ar_SA/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u062a\u0637\u0648\u064a\u0631 NetBeans
-OpenIDE-Module-Long-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.\nRun 'display-coverage-report' target on a project to measure results and display report in external browser.\nFor integration with Module Build Harness.
-OpenIDE-Module-Name=Cobertura Module Test Coverage
-OpenIDE-Module-Short-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.
-
diff --git a/l10n/src/ar_SA/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ar_SA.properties b/l10n/src/ar_SA/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ar_SA.properties
deleted file mode 100644
index 751c4d2..0000000
--- a/l10n/src/ar_SA/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=\u0645\u0646\u0635\u0629 \u0627\u0644\u0623\u062f\u0648\u0627\u062a Jelly 
-
diff --git a/l10n/src/ar_SA/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ar_SA.properties b/l10n/src/ar_SA/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ar_SA.properties
deleted file mode 100644
index a3cfcfd..0000000
--- a/l10n/src/ar_SA/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631
-OpenIDE-Module-Short-Description=\u0645\u0643\u062a\u0628\u0629 \u0627\u062e\u062a\u0628\u0627\u0631 Jemmy.
-OpenIDE-Module-Long-Description=\u0627\u0644\u0645\u0643\u062a\u0628\u0629 \u0627\u0644\u0639\u0627\u0645\u0629 \u0644\u0625\u062f\u0631\u0627\u062c \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 \u0627\u0644\u0622\u0644\u064a \u0644\u0648\u0627\u062c\u0647\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0631\u0633\u0648\u0645\u064a\u0629.
-
-
diff --git a/l10n/src/ar_SA/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ar_SA.properties b/l10n/src/ar_SA/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ar_SA.properties
deleted file mode 100644
index 6395f68..0000000
--- a/l10n/src/ar_SA/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631
-OpenIDE-Module-Long-Description=\u0627\u0645\u062a\u062f\u0627\u062f\u0627\u062a NetBeans \u0644\u0640 JUnit \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 assertSize\u060c getWorkDir\u060c LineDiff\u060c \u0627\u0644\u062e.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=\u0627\u0645\u062a\u062f\u0627\u062f\u0627\u062a NetBeans \u0644\u0640 JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/ar_SA/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ar_SA.properties b/l10n/src/ar_SA/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ar_SA.properties
deleted file mode 100644
index 32bfdd5..0000000
--- a/l10n/src/ar_SA/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=\u0645\u0643\u062a\u0628\u0627\u062a
-OpenIDE-Module-Short-Description=INSANE heap profiling library.
-OpenIDE-Module-Long-Description=\u0645\u0643\u062a\u0628\u0629 \u0644\u0644\u0642\u064a\u0627\u0645 \u0628\u062a\u062d\u0644\u064a\u0644 \u0645\u0628\u0627\u0634\u0631 \u0644\u0643\u0648\u0645\u0629 \u0645\u0646 JVM \u0648\u0627\u0644\u062a\u064a \u062a\u062c\u0631\u064a \u062e\u0644\u0627\u0644\u0647\u0627.
-
diff --git a/l10n/src/ar_SA/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ar_SA.properties
deleted file mode 100644
index be3db99..0000000
--- a/l10n/src/ar_SA/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u0642\u0627\u0626\u0645\u0629 \u062a\u0637\u0628\u064a\u0642\u0627\u062a Apple
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=\u064a\u0641\u0639\u0644 \u062f\u0639\u0645 \u0645\u0644\u0627\u0626\u0645 \u0644\u0642\u0627\u0626\u0645\u0629 \u062a\u0637\u0628\u064a\u0642\u0627\u062a Apple
-
-OpenIDE-Module-Long-Description=\u062a\u0641\u0639\u0644 \u0642\u0627\u0626\u0645\u0629 \u0639\u0646\u0627\u0635\u0631 Apple \u0644\u0644\u0639\u0645\u0644 \u0628\u0634\u0643\u0644 \u062c\u064a\u062f\u060c \u0648\u062a\u0646\u0642\u0644 \u0628\u0639\u0636 \u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0647\u0646\u0627\u0643 - \n\u0623\u062f\u0648\u0631\u0627\u062a | \u062e\u064a\u0627\u0631\u0627\u062a \u062a\u0635\u0628\u062d \u062a\u0641\u0636\u064a\u0644\u0627\u062a\u060c \u0645\u0633\u0627\u0639\u062f\u0629 | \u062d\u0648\u0644 \u062a\u0635\u0628\u062d \u062d\u0648\u0644\u060c \u062e\u0631\u0648\u062c \u0645\u0646 | \u0645\u0644\u0641 \u062a\u0635\u0628\u062d \u0645\u063a\u0627\u062f\u0631\u0629.
-
-MSG_MinimizeWindowAction=&Minimize Window
-
diff --git a/l10n/src/ar_SA/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ar_SA.properties
deleted file mode 100644
index 6251be0..0000000
--- a/l10n/src/ar_SA/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=\u062c\u0627\u0631\u064a \u0627\u0646\u0634\u0627\u0621 \u0627\u062a\u0635\u0627\u0644 ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=\u0641\u062d\u0635 \u0627\u0644\u062a\u062d\u062f\u064a\u062b\u0627\u062a \u0641\u064a {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=\u0644\u0627 \u064a\u0645\u0643\u0646 \u0642\u0631\u0627\u0621\u0629 NBH {0}
-InstallSupportImpl_TurnOnTimeout=\u0627\u0646\u062a\u0647\u0627\u0621 \u0645\u0647\u0644\u0629 \u0627\u0644\u062a\u062d\u0645\u064a\u0644 {0}
-InstallSupportImpl_NullSource=\u0645\u0635\u062f\u0631 URL \u0644\u0644\u0648\u062d\u062f\u0629 "{0} \u0647\u064a \u0644\u0627\u063a\u064a\u0629\u060c \u0639\u0644\u0649 \u0627\u0644\u0623\u0631\u062c\u062d \u0633\u0645\u0629 "\u0627\u0644\u062a\u0648\u0632\u064a\u0639" \u0647\u064a \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0633\u0644\u0633\u0644\u0629 \u0627\u0644\u0641\u0627\u0631\u063a\u0629 \u0641\u064a UC catalog./n\u0644\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644 \u0634\u0627\u0647\u062f http://www.netbeans.org/issues/show_bug.cgi?id=153799.
-InstallSupportImpl_Download_Unavailable=\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 {0}
-OperationSupportImpl_Custom_Uninstall=\u062c\u0627\u0631\u064a \u0627\u0632\u0627\u0644\u0629 \u0627\u0644\u062a\u0646\u0635\u064a\u0628 {0}
-OperationSupportImpl_Custom_Install=\u062c\u0627\u0631\u064a \u0627\u0644\u062a\u0646\u0635\u064a\u0628 {0}
-
-UpdateUnitFactory_Libraries_Category=\u0627\u0644\u0645\u0643\u062a\u0628\u0627\u062a
-UpdateUnitFactory_Bridges_Category=\u0627\u0644\u062c\u0633\u0648\u0631
-UpdateUnitFactory_Unsorted_Category=\u063a\u064a\u0631 \u0645\u0635\u0646\u0641\u0629
-UpdateElementImpl_Feature_CategoryName=\u0645\u064a\u0632\u0627\u062a
-
-FeatureUpdateUnitImpl_ContainedModule=<p><\u062d\u062c\u0645 \u0627\u0644\u062e\u0637="-1" \u0627\u0644\u0644\u0648\u0646="\u0623\u0633\u0648\u062f"><b>\u0627\u0644\u0648\u062d\u062f\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0645 \u062a\u0646\u0635\u064a\u0628\u0647\u0627:</b> <br/> {0}</\u0627\u0644\u062e\u0637></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><\u062d\u062c\u0645 \u0627\u0644\u062e\u0637="-1" \u0627\u0644\u0644\u0648\u0646="\u0623\u0633\u0648\u062f"><b>\u0627\u0644\u0648\u062d\u062f\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0645 \u062a\u0646\u0635\u064a\u0628\u0647\u0627:</b> <br/> {0}</\u0627\u0644\u062e\u0637></p>
-FeatureUpdateUnitImpl_MissingModule=<p><\u062d\u062c\u0645 \u0627\u0644\u062e\u0637="-1" \u0627\u0644\u0644\u0648\u0646="\u0631\u0645\u0627\u062f\u064a"><b>\u0627\u0644\u0648\u062d\u062f\u0627\u062a \u0627\u0644\u062a\u064a \u0644\u0645 \u064a\u062a\u0645 \u062a\u0646\u0635\u064a\u0628\u0647\u0627 \u0628\u0639\u062f:</b> <br/> {0}</\u0627\u0644\u062e\u0637></p>
-FeatureUpdateUnitImpl_MissingModules=<p><\u062d\u062c\u0645 \u0627\u0644\u062e\u0637="-1" \u0627\u0644\u0644\u0648\u0646="\u0631\u0645\u0627\u062f\u064a"><b>\u0627\u0644\u0648\u062d\u062f\u0627\u062a \u0627\u0644\u062a\u064a \u0644\u0645 \u064a\u062a\u0645 \u062a\u0646\u0635\u064a\u0628\u0647\u0627 \u0628\u0639\u062f:</b> <br/> {0}</\u0627\u0644\u062e\u0637></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><\u062d\u062c\u0645 \u0627\u0644\u062e\u0637="-1" \u0627\u0644\u0644\u0648\u0646="\u0623\u062e\u0636\u0631"><b>\u0648\u062d\u062f\u0629 \u062c\u062f\u064a\u062f\u0629 \u0639\u0631\u0636\u062a \u0645\u0646 \u0642\u0628\u0644 \u0627\u0644\u0645\u0644\u062d\u0642:</b> <br/> {0}</\u0627\u0644\u062e\u0637></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><\u062d\u062c\u0645 \u0627\u0644\u062e\u0637="-1" \u0627\u0644\u0644\u0648\u0646="\u0623\u062e\u0636\u0631"><b>\u0648\u062d\u062f\u0629 \u062c\u062f\u064a\u062f\u0629 \u0639\u0631\u0636\u062a \u0645\u0646 \u0642\u0628\u0644 \u0627\u0644\u0645\u0644\u062d\u0642:</b> <br/> {0}</\u0627\u0644\u062e\u0637></p>
-
diff --git a/l10n/src/ar_SA/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ar_SA.properties
deleted file mode 100644
index cc6e8a1..0000000
--- a/l10n/src/ar_SA/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u0628\u0646\u064a\u0629 \u062a\u062d\u062a\u064a\u0629
-OpenIDE-Module-Long-Description=\u062a\u0642\u062f\u0645 \u0645\u064a\u0632\u0629 \u0627\u0644\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a \u0627\u0644\u0639\u062f\u064a\u062f \u0645\u0646 \u0627\u0644\u062e\u062f\u0645\u0627\u062a: \u062a\u062d\u0645\u064a\u0644 \u0648\u062a\u062b\u0628\u064a\u062a \u062a\u062d\u062f\u064a\u062b\u0627\u062a \u0645\u062a\u0648\u0641\u0631\u0629 \u0645\u0646 \u0627\u0644\u0648\u062d\u062f\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0645 \u062a\u0646\u0635\u064a\u0628\u0647\u0627\u060c \u0628\u062d\u062b \u0648 \u062a\u0646\u0635\u064a\u0628 \u0648\u062d\u062f\u0627\u062a \u062c\u062f\u064a\u062f\u0629 \u0645\u0646 \u0645\u0631\u0627\u0643\u0632 \u0627\u0644\u062a\u062d\u064a\u062b \u0627\u0644\u0645\u0639\u062a\u0645\u062f\u0629\u060c \u0639\u0631\u0636 \u0648\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0648\u062d\u062f\u0627\u062a.
-OpenIDE-Module-Name=\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a
-OpenIDE-Module-Short-Description=\u062f\u0639\u0645 \u0644\u0644\u0628\u062d\u062b \u0639\u0646 \u0648\u062d\u062f\u0629 \u062a\u062d\u062f\u064a\u062b\u0627\u062a \u0639\u0644\u0649 \u0645\u0631\u0643\u0632 \u0627\u0644\u062a\u062d\u062f\u064a\u062b \u0648 \u0639\u0646 \u062a\u062d\u0645\u064a\u0644 \u0648\u062a\u062b\u0628\u064a\u062a \u0627\u0644\u0648\u062d\u062f\u0627\u062a
-
diff --git a/l10n/src/ar_SA/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ar_SA.properties
deleted file mode 100644
index f003975..0000000
--- a/l10n/src/ar_SA/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=\u0645\u0631\u0643\u0632 \u0627\u0644\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0625\u0641\u062a\u0631\u0627\u0636\u064a
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=\u0645\u0643\u062a\u0628\u0627\u062a
-ArtificialFeaturesProvider_Bridges_Category=\u0627\u0644\u062c\u0633\u0648\u0631
-ArtificialFeaturesProvider_Unsorted_Category=\u063a\u064a\u0631 \u0645\u0635\u0646\u0641\u0629
-ArtificialFeaturesProvider_Features_Category=\u0645\u064a\u0632\u0627\u062a
-NetworkAccess_Timeout=Timeout while opening connection to {0}
-
diff --git a/l10n/src/ar_SA/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ar_SA.properties
deleted file mode 100644
index 9528627..0000000
--- a/l10n/src/ar_SA/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,68 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=\u0627\u0644\u062a\u062d\u0636\u064a\u0631 \u0644\u0641\u0643
-CTL_UnpackingFile=\u0641\u0643 \u0627\u0644\u0645\u0644\u0641
-CTL_DeletingFiles=\u062c\u0627\u0631\u064a \u062a\u0646\u0635\u064a\u0628 \u0627\u0644\u0645\u0644\u0641\u0627\u062a...
-CTL_DisablingFiles=\u062c\u0627\u0631\u064a \u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u0645\u0644\u0641\u0627\u062a...
-UpdaterFrame.jTextArea1.text=\u0627\u0644\u062a\u062d\u062f\u064a\u062b \u0641\u064a \u062a\u0642\u062f\u0645./n/n\u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 ...
-UpdaterFrame.textLabel.text=\u0627\u0644\u062a\u062d\u0636\u064a\u0631 \u0644\u0641\u0643
-UpdaterFrame.Form.title=\u0627\u0644\u0645\u062d\u062f\u062b
-UpdaterFrame.textLabel.fontName=\u062d\u0648\u0627\u0631
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/ar_SA/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ar_SA.properties
deleted file mode 100644
index ccd7487..0000000
--- a/l10n/src/ar_SA/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} \u0623\u0643\u062b\u0631 ...
-Less_Command_Text={0} \u0623\u0642\u0644 ...
-UnitTab_ReloadTime=\u0622\u062e\u0631 \u0641\u062d\u0635: {0}
-UnitTab_ReloadTime_Never=\u0645\u0637\u0644\u0642\u0627
-UnitTab_LessAction=\u0627\u0639\u0631\u0636 \u0645\u0644\u062d\u0642\u0627\u062a \u0623\u0642\u0644
-UnitTab_MoreAction=\u0627\u0639\u0631\u0636 \u0645\u0644\u062d\u0642\u0627\u062a \u0623\u0643\u062b\u0631
-UnitTab_TooltipCheckBox_INSTALLED=\u0627\u0641\u062d\u0635 \u0627\u0644\u0645\u0644\u062d\u0642 {0}
-UnitTab_Tooltip_RefreshAction=\u0627\u0639\u062f \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0643\u062a\u0627\u0644\u0648\u062c
-UnitTab_bTabAction_Name_INSTALLED=\u0627\u0644\u063a\u0627\u0621 \u0627\u0644\u062a\u0646\u0635\u064a\u0628&
-UnitTab_TooltipCheckBox_UPDATE=\u0627\u0641\u062d\u0635 \u0627\u0644\u0645\u0644\u062d\u0642 {0}
-UnitTab_bTabAction_Name_UPDATE=\u062d\u062f\u0651\u062b&
-UnitTab_CheckAction=\u0627\u0641\u062d\u0635
-UnitTab_CheckCategoryAction=\u0627\u0641\u062d\u0635 \u0627\u0644\u0643\u062a\u0627\u0644\u0648\u062c
-UnitTab_UncheckCategoryAction=\u0644\u0627 \u062a\u0641\u062d\u0633 \u0627\u0644\u0643\u062a\u0627\u0644\u0648\u062c
-UnitTab_CheckAllAction=Check All
-UnitTab_UncheckAllAction=Uncheck All
-UnitTab_ReloadAction=&\u0623\u0639\u062f \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0643\u062a\u0627\u0644\u0648\u062c
-UnitTab_PrepareReloadAction=\u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u0628\u064a\u0646\u0645\u0627 \u064a\u0639\u0627\u062f \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0643\u062a\u0627\u0644\u0648\u062c
-UnitTab_RemoveLocallyDownloadedAction=&\u062d\u0630\u0641
-UnitTab_ActivateAction=&\u0646\u0634\u0637
-UnitTab_ActivateCategoryAction=\u0646\u0634\u0637 \u0627\u0644\u0641\u0626\u0629
-UnitTab_DeactivateAction=&\u0639\u0637\u0651\u0644
-UnitTab_DeactivateCategoryAction=Deactivate Category
-AvailableTab_SourceCategory_Tooltip_STANDARD=Certified Plugin
-AvailableTab_SourceCategory_Tooltip_BETA=Beta Plugin
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Community Contributed Plugin
-InstallTab_Active_Tooltip=\u0641\u0639\u0627\u0644
-InstallTab_InActive_Tooltip=\u063a\u064a\u0631 \u0641\u0639\u0627\u0644
-InstallTab_PendingForInstall_Tooltip=Application restart needed to complete installation
-InstallTab_PendingForDeactivate_Tooltip=Application restart needed to complete deactivation
-InstallTab_ReadOnly_Tooltip={0} is in read-only mode and cannot be checked
-UnitTab_TooltipCheckBox_AVAILABLE=\u0627\u0641\u062d\u0635 \u0627\u0644\u0645\u0644\u062d\u0642 {0}
-UnitTab_bTabAction_Name_AVAILABLE=&\u062a\u0646\u0635\u064a\u0628
-UnitTab_TooltipCheckBox_LOCAL=\u0627\u0641\u062d\u0635 \u0627\u0644\u0645\u0644\u062d\u0642 {0}
-UnitTab_Tooltip_AddAction_LOCAL=Add the locally downloaded plugins
-UnitTab_Tooltip_RemoveAction_LOCAL=Remove plugin from the list
-UnitTab_bTabAction_Name_LOCAL=&\u062a\u0646\u0635\u064a\u0628
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} plugin selected
-UnitTab_lHowManySelected_Many_Text={0} plugins selected
-UnitTab_OperationName_Text_INSTALLED=Uninstall
-UnitTab_OperationName_Text_UPDATE=\u062a\u0637\u0648\u064a\u0631
-UnitTab_OperationName_Text_AVAILABLE=\u062a\u0646\u0635\u064a\u0628
-UnitTab_OperationName_Text_LOCAL=\u062a\u0646\u0635\u064a\u0628
-UnitTab_lWarning_Text={0} operation will require restart of the application
-PluginManagerUI_UnitTab_Update_Title=Updates
-PluginManagerUI_UnitTab_Update_ToolTip=Your application is up to date!
-PluginManagerUI_UnitTab_Available_ToolTip=No plugins are available. Click Reload Catalog for newest plugins.
-PluginManagerUI_UnitTab_Available_Title=Available Plugins
-PluginManagerUI_UnitTab_Installed_Title=Installed
-PluginManagerUI_UnitTab_Local_Title=Downloaded
-UnitTab_bAddLocallyDownloads_Name=&Add Plugins...
-UnitTab_bAddLocallyDownloads_ACN=Add Plugins
-UnitTab_bAddLocallyDownloads_ACD=Add Plugins to use the file browser to add any plugins that you downloaded to your local system
-NotificationAlreadyPreparedToIntsall=Plugin {0} is already prepared to update/install.
-NotificationOneAlreadyInstalled=Plugin "{0}" is already installed.
-NotificationMoreAlreadyInstalled=Plugins "{0}" are already installed.
-NotificationAlreadyPresent=Plugin "{0}" is already added. Do you want to replace with "{1}"?
-NotificationAlreadyPresentTitle=Replace plugin
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Add Plugins
-CTL_FileFilterDescription=Plugin distribution files (*.nbm)
-NetworkProblemPanel_taTitle_Text=Unable to connect to the Update Center
-NetworkProblemPanel_taMessage_WarningText=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic. \n\nIt might happen your caches are out of date. Please click Reload Catalog to refresh content.
-NetworkProblemPanel_taMessage_ErrorText=Not all of the plugins have been successfully downloaded. The server may be unavailable at the moment. Try again later.
-CTL_Warning=\u062a\u062d\u0630\u064a\u0631
-CTL_Error=Network Problem
-CTL_ShowProxyOptions=&Proxy Configuration...
-ACSD_ShowProxyOptions=N/A
-Utilities_NetworkProblem_Continue=&\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649
-Utilities_NetworkProblem_Skip=&Skip
-Utilities_NetworkProblem_Cancel=\u0627\u0644\u063a\u064a
-Utilities_NetworkProblem_Text=Unable to connect to the {0} because of {1}
-SettingsTable_ActiveColumn=\u0641\u0639\u0651\u0644
-SettingsTable_NameColumn=\u0627\u0644\u0625\u0633\u0645
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Settings
-SettingsTab.bProxy.text=&Proxy Settings
-UpdateUnitProviderPanel_OK=\u062d\u0633\u0646\u0627\u064b
-UpdateUnitProviderPanel_displayName=Update Center Customizer
-UpdateUnitProviderPanel.lName.text=&\u0625\u0633\u0645\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Check for updates automatically
-Utilities_Libraries_Category=\u0645\u0643\u062a\u0628\u0627\u062a
-Utilities_Bridges_Category=\u062c\u0633\u0648\u0631
-Utilities_Unsorted_Category=\u063a\u064a\u0631 \u0645\u0635\u0646\u0641\u0629
-SettingsTab.bRemove.message=Are you sure you want to remove following update center: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=\u0627\u0644\u0625\u0633\u0645
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Check for updates automatically
-UpdateUnitProviderPanel.error.name.short=Update Center name is not specified
-UpdateUnitProviderPanel.error.url.short=Update Center URL is not specified
-UpdateUnitProviderPanel.error.name.dup=Update Center with the same name already exist
-UpdateUnitProviderPanel.error.url.invalid=Update Center URL is invalid
-UnitTab_bClose_Text=&\u0623\u063a\u0644\u0642
-Utilities_CheckingForUpdates=Checking for updates
-UnitTab_InitAndCheckingForUpdates=Initializing the list of plugins... 
-InstalledTableModel_State_Enabled=On
-InstalledTableModel_State_Disabled=Off
-AvailableTableModel_Columns_Install=\u062a\u0646\u0635\u064a\u0628
-AvailableTableModel_Columns_Name=\u0627\u0644\u0625\u0633\u0645
-AvailableTableModel_Source_Category=\u0645\u0635\u062f\u0631
-AvailableTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Uninstall=\u0627\u0646\u062a\u0642\u064a
-InstalledTableModel_Columns_Name=\u0627\u0644\u0625\u0633\u0645
-InstalledTableModel_Columns_Installed=Installed
-InstalledTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Enabled=\u0641\u0639\u0627\u0644
-LocallyDownloadedTableModel_Columns_Install=\u062a\u0646\u0635\u064a\u0628
-LocallyDownloadedTableModel_Columns_Name=\u0627\u0644\u0625\u0633\u0645
-LocallyDownloadedTableModel_Columns_Version=Version
-LocallyDownloadedTableModel_Columns_Size=\u062d\u062c\u0645
-UpdateTableModel_Columns_Update=\u062a\u0637\u0648\u064a\u0631
-UpdateTableModel_Columns_Name=\u0627\u0644\u0625\u0633\u0645
-UpdateTableModel_Columns_Installed=Installed
-UpdateTableModel_Columns_Available=\u0645\u062a\u0648\u0641\u0631
-UpdateTableModel_Columns_Size=\u062d\u062c\u0645
-UpdateTableModel_Columns_Category=Category
-SettingsTab_NewProviderName=New Provider
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Description:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Version: 
-UnitDetails_Plugin_InstalledVersion=Installed version:
-UnitDetails_Plugin_AvailableVersion=Available version:
-UnitDetails_Plugin_Author=Author: 
-UnitDetails_Plugin_Date=Date: 
-UnitDetails_Plugin_Source=Source: 
-UnitDetails_Plugin_CodeName=Code name: 
-UnitDetails_Plugin_Homepage=Homepage: 
-UnitDetails_Plugin_Notification=Important note
-UnitDetails_Plugin_Description=Plugin Description
-UnitDetails_Plugin_Collecting_Dependencies=Collecting dependencies...
-UnitDetails_New_Internal_Update_Mark=new!
-lSearch1.text=&Search\:
-SettingsTab.lCheckPeriod.text=&Check Interval\:
-SettingsTab.lGeneral.text=Advanced
-SettingsTab.addButton.text=&\u062c\u062f\u064a\u062f
-SettingsTab.RemoveButton.text=&\u062d\u0630\u0641
-SettingsTab.EditButton.text=&\u062a\u062d\u0631\u064a\u0631
-SettingsTab.AddButton.text=&Add
-SettingsTab.lUpdateCenters.text=Configuration of &Update Centers\:
-SettingsTab.lConnection.text=Automatically Check for Updates
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Update_custom=User Default
-SettingsTab.cbSharedInstall.text=&Force install into shared directories
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Write Permission
-SettingsTab.cbSharedInstall.ReadOnlyMessage=You don`t have permission to install plugin(s) into the shared directory:\n{0}\nTo perform installation into the shared directory, you should run the application as a user with administrative priviledges.
-SettingsTab.cbSharedInstall.NoSharedTitle=No install directory
-SettingsTab.cbSharedInstall.NoSharedMessage=No shared directories found.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Cannot read NBM {0} because {1}
-PluginManagerUI.bHelp.text=&\u0645\u0633\u0627\u0639\u062f\u0629
-ACN_UnitTable=List of Plugins
-ACD_UnitTable=List of Plugins
-ACN_UpdateCentersTable=List of Update Centers
-ACD_UpdateCentersTable=List of Update Centers allowing to activate or deactivate selected Update Center
-ACN_DetailsPanel=Plugin's details
-ACN_DetailsPanel_Button=Invoke {0} action
-ACN_UnitDetails=Plugin Details
-ACD_Reload=\u0627\u0639\u062f \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0643\u062a\u0627\u0644\u0648\u062c
-ACD_Search=Search Plugins
-ACN_Tabs=Switch between updates, available, installed and downloaded plugins
-ACD_Tabs=Switch between updates, available, installed and downloaded plugins
-ACN_PluginManagerUI=Plugin Manager
-ACD_PluginManagerUI=Plugin Manager for updating, installing and removing plugins
-ACN_Reload=\u0627\u0639\u062f \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0643\u062a\u0627\u0644\u0648\u062c
-ACN_UpdateCenterCustomizer=Update Center Customizer
-ACD_UpdateCenterCustomizer=Update Center Customizer for editing update center name and URL
-NetworkProblemPanel_ACD=N/A
-NetworkProblemPanel_taMessage=Message of Network Problem
-NetworkProblemPanel_taTitle_ACN=Network Problem
-UnitTab.detailView.text=Sho&w details
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Internal Updates)
-Unit_InternalUpdates_Title=Internal Updates
-
diff --git a/l10n/src/ar_SA/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ar_SA.properties
deleted file mode 100644
index 41adcd4..0000000
--- a/l10n/src/ar_SA/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=\u0641\u062d\u0635 \u0648\u062c\u0648\u062f &\u062a\u062d\u062f\u064a\u062b\u0627\u062a
-PluginManagerAction_Name=\u0645\u0644\u062d\u0642\u0627&\u062a
-PluginManager_Panel_Name=\u0645\u0644\u062d\u0642\u0627\u062a
-PluginManager_CloseButton_Name=&\u0623\u063a\u0644\u0642
-AutoupdateCheckScheduler_UpdatesFound_ToolTip=\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u062a\u062d\u062f\u064a\u062b\u0627\u062a. {0}
-AutoupdateCheckScheduler_UpdateFound_ToolTip=\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u062a\u062d\u062f\u064a\u062b. {0}
-AutoupdateCheckScheduler_UpdateFound_Hint=\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062c\u0639\u0644 \u0637\u0644\u0628\u0643 \u0645\u062d\u062f\u062b\u0627 \u0628\u0622\u062e\u0631 \u0627\u0644\u062a\u062d\u062f\u064a\u062b\u0627\u062a
-AutoupdateCheckScheduler_InstallInProgress=\u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631\u060c \u0645\u0647\u0645\u0629 \u062a\u0646\u0635\u064a\u0628 \u0623\u062e\u0631\u0649 \u0641\u064a \u062a\u0642\u062f\u0645...
-
diff --git a/l10n/src/ar_SA/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ar_SA.properties
deleted file mode 100644
index 676d157..0000000
--- a/l10n/src/ar_SA/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The UI allows to browse the installation and contents of registered Update Centers, to download updates or new modules and to automatically install modules.
-OpenIDE-Module-Name=Auto Update UI
-OpenIDE-Module-Short-Description=Supplies UI of Auto Update Services
-
diff --git a/l10n/src/ar_SA/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ar_SA.properties
deleted file mode 100644
index 332a174..0000000
--- a/l10n/src/ar_SA/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_Header_Content=The installer will download, verify and then install the selected plugins.
-OperationDescriptionStep_TableInstall_Title=The following plugins will be installed:
-OperationDescriptionStep_TableUpdate_Title=The following plugins will be updated:
-OperationDescriptionStep_PluginBrokesJavaDependency=The Java platform version {0} was requested but only {1} is running.
-OperationDescriptionStep_HeaderUninstall_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderUninstall_Content=The selected plugins will be uninstalled. The selected plugins will be removed from the disk.
-OperationDescriptionStep_TableUninstall_Title=The following plugins will be uninstalled:
-OperationDescriptionStep_HeaderActivate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderActivate_Content=The selected plugins will be activated.
-OperationDescriptionStepActivate_Table_Title=The following plugins will be activated:
-OperationDescriptionStep_HeaderDeativate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderDeativate_Content=The selected plugins will be deactivated.
-OperationDescriptionStep_TableDeativate_Title=The following plugins will be deactivated:
-PanelBodyContainer_PleaseWait=Please wait until the installer discovers plugins dependencies.
-DependenciesResolutionStep_Table_Title=The following plugins will also be installed because one or more of the plugins you are about to install depend on them:
-UninstallDependenciesResolutionStep_Table_Title=The following plugins need to be deactivated because they require one or more of the plugins you are about to deactivate:
-LicenseApprovalPanel_taTitle_Text=In order to continue with the installation, you need to agree with all of the license agreements associated with the particular plugins.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} \u0627\u062a\u0641\u0627\u0642\u064a\u0629 \u0627\u0644\u0631\u062e\u0635\u0629
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=\u0627\u062a\u0641\u0627\u0642\u064a\u0629 \u0627\u0644\u0631\u062e\u0635\u0629
-LicenseApprovalPanel_Header_Content=\u0627\u0644\u0631\u062c\u0627\u0621 \u0642\u0631\u0627\u0621\u0629 \u062c\u0645\u064a\u0639 \u0627\u062a\u0641\u0627\u0642\u064a\u0627\u062a \u0627\u0644\u0631\u062e\u0635\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0628\u0627\u0646\u062a\u0628\u0627\u0647.
-InstallUnitWizard_Title=Plugin Installer
-InstallStep_Header_Download_Head=\u062a\u0646\u0632\u064a\u0644
-InstallStep_Header_Download_Content=Please wait until the installer downloads the requested plugins.
-InstallStep_Header_Verify_Head=Validate
-InstallStep_Header_Verify_Content=Please wait until the installer validates the downloaded plugins.
-InstallStep_Header_Install_Head=\u062a\u0646\u0635\u064a\u0628
-InstallStep_Header_Install_Content=Please wait until the installer completes the installation.
-InstallStep_Header_InstallDone_Head=Installation completed successfully
-InstallStep_Header_InstallDone_Content=Click Finish to quit the installer.
-InstallStep_Header_InstallUnsuccessful_Head=Installation completed unsuccessfully
-InstallStep_Header_InstallUnsuccessful_Content=Click Finish to quit the installer and try to restart application.
-InstallStep_Header_Restart_Head=Restart application to complete installation
-InstallStep_Header_Restart_Content=Restart application to finish plugin installation.
-UninstallStep_Header_Restart_Head=Restart application to complete deactivation
-UninstallStep_Header_Restart_Content=Restart application to finish plugin deactivation.
-CustomHandleStep_Header_Install_Restart_Head=Restart application to complete installation
-CustomHandleStep_Header_Install_Restart_Content=Restart application to finish plugin installation.
-CustomHandleStep_Header_Uninstall_Restart_Head=Restart application to complete uninstallation
-CustomHandleStep_Header_Uninstall_Restart_Content=Restart application to finish plugin uninstallation.
-
-InstallStep_Done=\u062a\u0645.
-InstallStep_Unsuccessful=Installation is completed but some problem found: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&\u0623\u0639\u062f \u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0622\u0646
-InstallUnitWizardModel_Buttons_RestartLater=\u0623\u0639\u062f \u0627\u0644\u062a\u0634\u063a\u064a\u0644 &\u0644\u0627\u062d\u0642\u0627\u064b
-InstallUnitWizardModel_Buttons_Install=&\u0642\u0645 \u0628\u0627\u0644\u062a\u0646\u0635\u064a\u0628
-InstallUnitWizardModel_Buttons_Update=&\u0637\u0648\u0651\u0631
-InstallUnitWizardModel_Buttons_Close=&\u0623\u0646\u0647\u064a
-InstallUnitWizardModel_Buttons_Next=\u0627\u0644\u062a\u0627\u0644\u064a
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&\u0642\u0645 \u0628\u0627\u0644\u063a\u0627\u0621 \u0627\u0644\u062a\u0646\u0635\u064a\u0628
-UninstallUnitWizardModel_Buttons_TurnOn=&\u0641\u0639\u0651\u0644
-UninstallUnitWizardModel_Buttons_TurnOff=&\u0639\u0637\u0651\u0644
-InstallStep_InstallDone_Text=The Plugin Installer has successfully installed the following plugins:
-InstallStep_InstallUnsuccessful_Text=The Plugin Installer found problem {0} while install the following plugins:
-UninstallStep_UninstallDone_Text=The Plugin Installer has successfully uninstalled the following plugins:
-UninstallStep_ActivateDone_Text=The Plugin Installer has successfully activated the following plugins:
-UninstallStep_DeactivateDone_Text=The Plugin Installer has successfully deactivated the following plugins:
-UninstallStep_UninstallFailed_Text=Uninstallation failed: {0}
-UninstallStep_ActivateFailed_Text=Activation failed: {0}
-UninstallStep_DeactivateFailed_Text=Deactivation failed: {0}
-UninstallStep_Done=\u062a\u0645.
-UninstallStep_Failed=Failed. {0}
-UninstallStep_Header_Uninstall_Head=\u0627\u0632\u0627\u0644\u0629 \u0627\u0644\u062a\u0646\u0635\u064a\u0628
-UninstallStep_Header_Uninstall_Content=Please wait until the installer uninstalls all the selected plugins.
-UninstallStep_Header_Deactivate_Head=Deactivation
-UninstallStep_Header_Deactivate_Content=Please wait until the installer finishes deactivating all the selected plugins.
-UninstallStep_Header_Activate_Head=Activation
-UninstallStep_Header_Activate_Content=Please wait until the installer finishes activating all the selected plugins.
-UninstallStep_Header_UninstallDone_Head=Uninstallation completed successfully
-UninstallStep_Header_UninstallDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateDone_Head=Deactivation completed successfully
-UninstallStep_Header_DeactivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateDone_Head=Activation completed successfully
-UninstallStep_Header_ActivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_UninstallFailed_Head=\u0641\u0634\u0644\u062a \u0627\u0632\u0627\u0644\u0629 \u0627\u0644\u062a\u0646\u0635\u064a\u0628
-UninstallStep_Header_UninstallFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateFailed_Head=Deactivation failed
-UninstallStep_Header_DeactivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateFailed_Head=Activation failed
-UninstallStep_Header_ActivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_ProgressName_Uninstall=Uninstalling plugins
-UninstallStep_ProgressName_Activate=Activating plugins
-UninstallStep_ProgressName_Deactivate=Deactivating plugins
-ValidationWarningPanel_ShowCertificateButton=&Show certificate
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Validation Warning
-ValidationWarningPanel_VerifyCertificate_Title=Verify Certificate
-ValidationWarningPanel_ContinueButton=&\u0627\u0633\u062a\u0645\u0631
-ValidationWarningPanel_taHead_NotSignedText=The following plugins are not signed\:
-ValidationWarningPanel_taHead_NotTrustedText=The following plugins are signed but not trusted\:
-ValidationWarningPanel_taWarning_Text=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-OperationDescriptionStep_CustomHandled_Head={0} plugins use native installer:
-InstallStep_Download_DownloadingPlugins=Downloading plugins...
-InstallStep_Validate_ValidatingPlugins=Validating plugins...
-InstallStep_Install_InstallingPlugins=Installing plugins...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Some plugins not installed to avoid potential installation problems.
-CustomHandleStep_Header_Install_Head=\u062a\u0646\u0635\u064a\u0628
-CustomHandleStep_Header_Install_Content=Please wait until the installer completes the installation.
-CustomHandleStep_Header_Uninstall_Head=\u0627\u0632\u0627\u0644\u0629 \u0627\u0644\u062a\u0646\u0635\u064a\u0628
-CustomHandleStep_Header_Uninstall_Content=Please wait until the installer finishes uninstalling the selected plugins.
-CustomHandleStep_Header_InstallDone_Head=Installation completed successfully
-CustomHandleStep_Header_InstallDone_Content=Click Next to continue installing the remaining selected plugins using the plugin installer.
-CustomHandleStep_Header_UninstallDone_Head=Uninstallation completed successfully
-CustomHandleStep_Header_UninstallDone_Content=Click Next to continue uninstalling the remaining selected plugins.
-CustomHandleStep_Header_InstallFail_Head=\u0641\u0634\u0644 \u0627\u0644\u062a\u0646\u0635\u064a\u0628.
-CustomHandleStep_Header_InstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Header_UninstallFail_Head=\u0641\u0634\u0644 \u0627\u0644\u062a\u0646\u0635\u064a\u0628
-CustomHandleStep_Header_UninstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Install_InstallingPlugins=Installing plugins using the plugin's installer...
-CustomHandleStep_Uninstall_UninstallingPlugins=Uninstalling plugins using the plugin's installer...
-CustomHandleStep_Done=\u062a\u0645.
-CustomHandleStep_InstallDone_Text=The Plugin Installer has successfully finished the installation.
-CustomHandleStep_InstallFail_Text=\u062a\u0646\u0635\u064a\u0628 {0} \u0641\u0634\u0644.
-CustomHandleStep_UninstallDone_Text=The Plugin Installer has successfully finished the uninstallation.
-CustomHandleStep_UninstallFail_Text={0} \u0641\u0634\u0644 \u0627\u0632\u0627\u0644\u0629 \u062a\u0646\u0635\u064a\u0628.
-InstallStep_NetworkProblem_Continue=&\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649
-InstallStep_NetworkProblem_Text=Networking problem in {0}
-OperationPanel.cbRunInBackground.text=&\u0634\u063a\u0651\u0644 \u0641\u064a \u0627\u0644\u062e\u0644\u0641\u064a\u0629
-InstallSupport_InBackground_NetworkError=Unable to connect to the Update Center.
-InstallSupport_InBackground_NetworkError_Details=\u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644
-LicenseApprovalPanel.cbAccept.text=I &accept the terms in all of the license agreements.
-InstallSupport_RestartNeeded=Restart the application to complete the installation.
-UninstallSupport_RestartNeeded=Restart the application to complete the deactivation.
-CustomHandleStep_Install_RestartNeeded=Restart the application to complete the installation.
-CustomHandleStep_Uninstall_RestartNeeded=Restart the application to complete the uninstallation.
-
-RestartNeeded_Details=Click here to restart your application now
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans Installer Wizard
-PanelBodyContainer_ACD=NetBeans Installer Wizard
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/A
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/A
-ValidationWarningPanel_tpPlugins_ACN=Unverified Plugins
-ValidationWarningPanel_taWarning_Text_ACD=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-ValidationWarningPanel_taWarning_Text_ACN=\u062a\u062d\u0630\u064a\u0631
-ValidationWarningPanel_taHead_ACN=N/A
-ValidationWarningPanel_ACD=N/A
-UninstallUnitWizard_Title=Plugin Installer
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Your application is up to date!</h3>
-LazyOperationDescriptionStep_NoUpdates=\u0644\u0627 \u062a\u0648\u062c\u062f \u062a\u0637\u0648\u064a\u0631\u0627\u062a \u0645\u062a\u0648\u0641\u0631\u0629.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u062a\u0637\u0648\u064a\u0631\u0627\u062a \u0641\u0634\u0644</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Check your network connection, verify that your proxy settings<br>are configured correctly, or try again later.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Checking for updates.</b><br>Please wait while the installer checks for available updates.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Initializing the list of updates... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Some plugins require plugin {0} to be installed.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Some plugins are waiting for application restart to resolve following problems:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Some plugins require capability {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Some plugins require the Java platform in version {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Some plugins require JDK</h3>Some of the selected plugins require the JDK in order to function. Currently, NetBeans IDE appears to be running with the JRE instead of the full JDK.<br><br>To use these plugins, start IDE with the <code>--jdkhome</code> command line option set to the location of a JDK installation. See <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> for more information.<br><br>
-OperationDescriptionStep_BrokenModuleDep=The plugin {0} would also need to be installed.
-OperationDescriptionStep_BrokenModuleNameDep=The plugin named {0} is needed and not found.
-OperationDescriptionStep_BrokenModuleVersionDep=The plugin {0} is requested in version >= {1} but only {2} was found.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=The plugin {0} is requested in version >= {1} (release version {2}) but only {3} (of release version different from {2}) was found.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=The plugin {0} is requested in version {1}.
-OperationDescriptionStep_BrokenModuleImplDep=The plugin {0} is requested in implementation version {1}.
-OperationDescriptionStep_BrokenRequiresDep=No plugin providing the capability {0} could be found.
-OperationDescriptionStep_AffectedPluginByBrokenDep=The following plugins are affected:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=The following plugin is affected:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=There were some problems while storing {0}.\n\u0627\u0644\u0633\u0628\u0628: {1}
-InstallStep_DownloadProblem_SomePlugins=selected plugins
-
diff --git a/l10n/src/ar_SA/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ar_SA.properties
deleted file mode 100644
index d85fbae..0000000
--- a/l10n/src/ar_SA/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP Platform
-OpenIDE-Module-Name=RCP Platform
-OpenIDE-Module-Short-Description=NetBeans RCP Platform
-OpenIDE-Module-Long-Description=The NetBeans RCP Platform is a generic framework for Swing applications. It provides the services common to almost all large desktop applications: window management, menus, settings and storage, update management, file access, etc.<br><br>See more information at <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/ar_SA/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ar_SA.properties
deleted file mode 100644
index 946f491..0000000
--- a/l10n/src/ar_SA/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup On SystemFS
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The default implementation of MimeDataProvider.
-OpenIDE-Module-Long-Description=The MIME Lookup On SystemFS module implements MimeDataProvider that looks up objects in the folder hierarchy on the System filesystem.
-
-
diff --git a/l10n/src/ar_SA/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ar_SA.properties
deleted file mode 100644
index 56ed265..0000000
--- a/l10n/src/ar_SA/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The MIME lookup API.
-OpenIDE-Module-Long-Description=The MIME Lookup module provides API for looking up MIME type dependent settings, services and other objects. It also provides SPI for implementing additional MIME type related data provider.
-
diff --git a/l10n/src/ar_SA/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ar_SA.properties
deleted file mode 100644
index 710f160..0000000
--- a/l10n/src/ar_SA/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Ajouter aux favoris
-ACT_AddOnFavoritesNode=&Ajouter aux favoris...
-ACT_Remove=&Supprimer des favoris
-ACT_View=Favor&is
-ACT_Select=Favoris
-ACT_Select_Main_Menu=S\u00e9lectionner dans les favoris
-
-Favorites=Favoris
-Templates/Other=Autres
-Templates/Properties=Propri\u00e9t\u00e9s de configuration de l'utilisateur
-Templates/Other/Folder=Dossier
-Templates/Other/file=Fichier 
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Arborescence d'exploration
-ACSD_ExplorerBeanTree=N/A
-
-# JFileChooser
-CTL_DialogTitle=Ajouter aux favoris
-CTL_ApproveButtonText=Ajouter
-ERR_FileDoesNotExist={0} n'existe pas.
-ERR_FileDoesNotExistDlgTitle=Ajouter aux favoris
-
-MSG_NodeNotFound=Le noeud correspondant au document est inexistant dans la table des Favoris.
-
-# Manifest localization
-OpenIDE-Module-Name=Favoris
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Aide \u00e0 l'organisation des fichiers favoris.
-OpenIDE-Module-Long-Description=Favorites module enables you to create a view of files specifically relevant to your work, simply access them at one common place.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Templates
-Templates.Options.Export.displayName=All Templates
-Favorites.Options.Export.displayName=Favoris
-
diff --git a/l10n/src/ar_SA/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ar_SA.properties
deleted file mode 100644
index 8c9836e..0000000
--- a/l10n/src/ar_SA/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&\u0623\u063a\u0644\u0642
-BTN_TemplatesPanel_OpenInEditorButton=&Open in Editor
-LBL_TemplatesAction_Name=&Templates
-HINT_TemplatesAction=Customize templates
-LBL_TemplatesPanel_Title=Template Manager
-BTN_TemplatesPanel_Delete=&\u0623\u062d\u0630\u0641
-LBL_TemplatesPanel_TemplatesLabel=&Templates\:
-BTN_TemplatesPanel_Add=&\u0623\u0636\u0641...
-BTN_TemplatesPanel_RenameButton=&\u0623\u0639\u062f \u0627\u0644\u062a\u0633\u0645\u064a\u0629
-BTN_TemplatesPanel_DuplicateButton=Du&plicate
-BTN_TemplatesPanel_NewFolder=&\u0645\u062c\u0644\u062f \u062c\u062f\u064a\u062f
-BTN_TemplatesPanel_MoveUp=\u062a\u062d\u0631\u064a\u0643 &\u0644\u0644\u0623\u0639\u0644\u0649
-BTN_TemplatesPanel_MoveDown=\u062a\u062d\u0631\u064a\u0643 &\u0644\u0644\u0623\u0633\u0641\u0644
-LBL_TemplatesPanel_JFileChooser_Title=Add Existing Template
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Ajouter
-TXT_TemplatesPanel_NewFolderName=\u0645\u062c\u0644\u062f \u062c\u062f\u064a\u062f
-MSG_TemplatesPanel_Nonexistent_File=File ''{0}''\ndoes not exist, please specify an existing file.
-
-TemplatesPanel_TemplateNode_DisplayName=Display Name
-TemplatesPanel_TemplateNode_DisplayName_Desc=Display name of this template. Shown in File|New wizard as well as in Tools|Templates.
-TemplatesPanel_TemplateNode_FileName=File Name
-TemplatesPanel_TemplateNode_FileName_Desc=File name of file represented by this template.
-TemplatesPanel_TemplateNode_ScriptEngine=Script Engine
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Script engine use for processing this template.
-TemplatesPanel_TemplateNode_TemplateCategories=Template Categories
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=A list of template's categories appropriate for this template.
-
-ACD_TemplatesPanel_Add=Add Template
-
-ACD_TemplatesPanel_New=New Template
-
-ACD_TemplatesPanel_Duplicate=Duplicate Selected Template
-
-ACD_TemplatesPanel_Rename=Rename Template
-
-ACD_TemplatesPanel_MoveUp=Move Up Selected Template
-
-ACD_TemplatesPanel_MoveDown=Move Down Selected Template
-
-ACD_TemplatesPanel_Delete=Delete Template
-
-TT_TemplatesPanel_Add=Add Template
-
diff --git a/l10n/src/ar_SA/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ar_SA.properties
deleted file mode 100644
index 3a9d92f..0000000
--- a/l10n/src/ar_SA/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=\u0644\u0627\u064a\u0645\u0643\u0646 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0639\u0646\u0648\u0627\u0646 {0}; \u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0645\u0635\u062f\u0631 \u0645\u0646\u0627\u0633\u0628
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=\u062a\u062d\u0630\u064a\u0631: \u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0630\u0648 \u0627\u0644\u0631\u0642\u0645 {0} \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=\u062c\u0627\u0631\u064a \u062a\u062d\u0645\u064a\u0644 \u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629 ...
-ACSD_JavaHelp_viewer=\u0639\u0631\u0636 \u0648\u0627\u062d\u062f \u0623\u0648 \u0623\u0643\u062b\u0631 \u0645\u0646 \u0645\u0631\u0627\u062c\u0639 \u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629 \u0639\u0644\u0649 \u0627\u0644\u0627\u0646\u062a\u0631\u0646\u062a \u0628\u0635\u064a\u063a\u0629 \u0645\u0644\u0641\u0627\u062a \u0645\u0633\u0627\u0639\u062f\u0629
-ACSD_Loading_Dialog=\u062a\u062d\u0645\u064a\u0644 \u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629
-
-# HelpAction
-LBL_HelpAction=\u0645\u0633\u0627\u0639\u062f\u0629
-CTL_OpeningHelp=\u062c\u0627\u0631\u064a \u0641\u062a\u062d \u0645\u0644\u0641\u0627\u062a \u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629 ....
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=\u0646\u0631\u0627\u0642\u0628 \u0627\u0644 HTTP
-
-# a11y - BrowserDisplayer
-ACSD_Label=\u0627\u0636\u063a\u0637 \u0647\u0646\u0627 \u0644\u0641\u062a\u062d \u0647\u0630\u0627 \u0627\u0644\u0631\u0627\u0628\u0637 \u0641\u064a \u0627\u0644\u0645\u0633\u062a\u0639\u0631\u0636
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=\u0639\u0631\u0636 : \u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629 {0} 
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=\u0639\u0631\u0636 : \u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629 {0} 
-
-QuickSearch/Help=\u0645\u0633\u0627\u0639\u062f\u0629
-Err_CreateJavaHelpSearchEngine=\u0641\u0634\u0644 \u0625\u0646\u0634\u0627\u0621 \u0645\u0633\u0627\u0639\u062f \u0627\u0644\u0628\u062d\u062b.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=\u0646\u0633\u062e \u0645\u0643\u0627\u0646 \u0627\u0644\u0631\u0627\u0628\u0637
-
diff --git a/l10n/src/ar_SA/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ar_SA.properties
deleted file mode 100644
index dfbb304..0000000
--- a/l10n/src/ar_SA/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u062f\u0645\u062c \u0645\u0644\u0641\u0627\u062a \u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629
-OpenIDE-Module-Display-Category=\u0627\u0644\u0628\u0646\u064a\u0629 \u0627\u0644\u062a\u062d\u062a\u064a\u0629
-OpenIDE-Module-Short-Description=Permits JavaHelp help sets to be added to the IDE.
-OpenIDE-Module-Long-Description=Contains the actual JavaHelp runtime library, and the implementation of the part of the Modules API which permits other modules to install help sets using JavaHelp technology.
-
-Menu/Help/master-help.xml=Help &Contents
-Menu/Help/HelpShortcuts=Help &Sets
-Actions/Help/master-help.xml=Help &Contents
-
diff --git a/l10n/src/ar_SA/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ar_SA.properties
deleted file mode 100644
index 175662b..0000000
--- a/l10n/src/ar_SA/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Cannot create file {0} in folder {1}.
-EXC_CannotCreateExistingData=Cannot create file {0} in folder {1}. This file already exists.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Cannot create folder {0} in folder {1}.
-EXC_CannotCreateExistingFolder=Cannot create folder {0} in folder {1}. This folder already exists.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Invalid lock [{0}] for file {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-EXC_CannotLockRoot=Root cannot be locked.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Cannot get exclusive access to {0} (probably opened for reading).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Cannot get shared access to {0} (probably opened for writing).
-
diff --git a/l10n/src/ar_SA/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ar_SA.properties
deleted file mode 100644
index 0c8e587..0000000
--- a/l10n/src/ar_SA/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=File {0} is already locked.
-EXC_FileLockAlreadyExists=File {0} is already locked (lock {1} exists).
-# {0} - full path
-FileObj.readOnlyFile=File {0} cannot be written to because it is read-only.
-
diff --git a/l10n/src/ar_SA/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ar_SA.properties
deleted file mode 100644
index 359db9c..0000000
--- a/l10n/src/ar_SA/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Master Filesystem
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Merges multiple filesystem providers into a single logical tree.
-OpenIDE-Module-Long-Description=Creates mounts for disk roots and then splices in other filesystems such as VCS mounts, providing a single wrapper FileSystem for them all.
-
-LBL_loaderName=FolderLoader for MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Cannot copy root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Cannot move root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Filesystem {1}  cannot be mounted on the root {0}, because Filesystem {2} is already mounted.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Filesystem {1}  cannot be mounted on the root {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Filesystem {0}  cannot be unmounted. 
-
diff --git a/l10n/src/ar_SA/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ar_SA.properties
deleted file mode 100644
index e181267..0000000
--- a/l10n/src/ar_SA/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,77 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Options Dialog and SPI
-OpenIDE-Module-Display-Category=\u0623\u062f\u0648\u0627\u062a
-OpenIDE-Module-Short-Description=Provides the Options dialog and an SPI to add panels to it.
-OpenIDE-Module-Long-Description=Provides the Tools | Options dialog. The SPI lets you add whole new panels, or sections to the Miscellaneous panel.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&\u062e\u0635\u0627\u0626\u0635
-CTL_Options_Dialog_Title=\u062e\u0635\u0627\u0626\u0635
-CTL_OK=\u062d\u0633\u0646\u0627\u064b
-CTL_Classic=Advanced Options
-CTL_Classic_Title=Advanced Options
-CTL_Modern=&Basic Options
-CTL_Loading_Options=Loading Settings ...
-CTL_Error_Loading_Options=Loading Options Failed.
-CTL_Some_values_changed=\u062a\u0648\u062c\u062f \u0647\u0646\u0627\u0643 \u0628\u0639\u0636 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0647\u0644 \u062a\u0631\u064a\u062f \u062a\u0637\u0628\u064a\u0642\u0647\u0627\u061f
-
-CTL_General_Options=&\u0639\u0627\u0645
-CTL_General_Options_Title=\u0639\u0627\u0645
-CTL_Editor=&\u0627\u0644\u0645\u062d\u0631\u0631
-CTL_Editor_Title=\u0627\u0644\u0645\u062d\u0631\u0631
-CTL_Font_And_Color_Options=&\u0627\u0644\u062e\u0637\u0648\u0637 \u0648\u0627\ufef7\u0644\u0648\u0627\u0646
-CTL_Font_And_Color_Options_Title=\u0627\u0644\u062e\u0637\u0648\u0637 \u0648\u0627\ufef7\u0644\u0648\u0627\u0646
-CTL_Keymap_Options=&\u062e\u0627\u0631\u0637\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d
-CTL_Keymap_Options_Title=\u062e\u0627\u0631\u0637\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d
-
-CTL_Export=Expor&t
-CTL_Import=&Import
-
-#A11Y
-ACS_OKButton=\u062d\u0633\u0646\u0627\u064b
-ACS_ClassicButton= Invokes Advanced Options dialog
-ACS_OptionsPanel=Options Dialog
-ACS_Export=Export Options
-ACS_Import=Import Options
-TabbedController.pane.AD=Options Panel
-
-QuickSearch/GoToOption=\u062e\u0635\u0627\u0626\u0635
-
diff --git a/l10n/src/ar_SA/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ar_SA.properties
deleted file mode 100644
index 6f497fa..0000000
--- a/l10n/src/ar_SA/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Miscellaneous
-CTL_Advanced_Options_Title=Miscellaneous
-CTL_Advanced_Options_Description=Miscellaneous
-AdvancedPanel.tabbedPanel.AD=Miscellaneous tabbed panel
-Advanced.Export.Category=Miscellaneous
-
diff --git a/l10n/src/ar_SA/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ar_SA.properties
deleted file mode 100644
index 1e33830..0000000
--- a/l10n/src/ar_SA/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Define Here
-LBL_action_revert=Revert Def.
-LBL_action_delete=\u0623\u062d\u0630\u0641
-
-MSG_ask_remove_above_defined_files=Moving the definition here will remove any values stored in layers left of the selected column.\n\nDo you want to proceed?
-
-#file state tooltips
-LBL_fstate_defined=Setting Definition
-LBL_fstate_ignored=Unused Setting Value
-LBL_fstate_inherited=Setting Inherited
-LBL_fstate_undefined=Setting value is not defined here
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645
-LBL_FSP_Desc_Session-Layer=Session Settings Level
-LBL_FSP_Modules-Layer=\u0627\u0641\u062a\u0631\u0627\u0636\u064a
-LBL_FSP_Desc_Modules-Layer=Default Installation Settings Level
-
-#OptionsAction
-Options=&\u0627\u0644\u062e\u0635\u0627\u0626\u0635
-CTL_close_button=&\u0623\u063a\u0644\u0642
-ACSD_close_button=N/A
-ACSN_optionsTree=N/A
-ACSD_optionsTree=N/A
-LBL_computing=Initializing settings ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Show Levels (press +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Hide Levels (press +)
-CTL_Templates_name=Templates
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorer
-ACSN_ExplorerBeanTree=Arborescence d'exploration
-ACSD_ExplorerBeanTree=N/A
-
diff --git a/l10n/src/ar_SA/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ar_SA.properties
deleted file mode 100644
index 6d14e49..0000000
--- a/l10n/src/ar_SA/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Select Options for Export:
-OptionsChooserPanel.outline.all=All
-OptionsChooserPanel.outline.header.tree=Available Options
-OptionsChooserPanel.outline.AN=Available Options
-OptionsChooserPanel.outline.AD=Tree of available options
-OptionsChooserPanel.lblFile.text=&Target zip file:
-OptionsChooserPanel.btnBrowse=B&rowse...
-OptionsChooserPanel.btnBrowse.AN=Browse
-OptionsChooserPanel.btnBrowse.AD=Browse
-OptionsChooserPanel.txtFile.AD=Source or target of import/export.
-OptionsChooserPanel.loading=Loading...
-OptionsChooserPanel.file.warning=Please, select a valid target zip file
-OptionsChooserPanel.nooption.warning=Please, select something to export
-OptionsChooserPanel.file.chooser.title=Select target zip file
-OptionsChooserPanel.file.chooser.approve=\u062d\u0633\u0646\u0627\u064b
-OptionsChooserPanel.export.title=Select Options to Export
-OptionsChooserPanel.export.status.text=Options Export Finished.
-OptionsChooserPanel.import.title=Select Options to Import
-OptionsChooserPanel.import.lblFile.text=&Import Source:
-OptionsChooserPanel.import.lblHint.text=&Select Options for Import:
-OptionsChooserPanel.import.file.warning=Please, select a valid zip file or userdir
-OptionsChooserPanel.import.nooption.warning=Please, select something to import
-OptionsChooserPanel.import.file.chooser.title=Select zip file or userdir
-OptionsChooserPanel.import.invalid.userdir.title=Invalid Userdir?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Folder {0} does not seem to be a valid userdir. Do you really want to import options from this location?
-OptionsChooserPanel.AD=Panel to choose options for export/import
-OptionsChooserPanel.import.error=Error while importing options. Run IDE with parameter -J-Dorg.netbeans.modules.options.export.level=100 and look at IDE log for details.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Invalid zip file: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error= \u0627\u0644\u0643\u062a\u0627\u0628\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u0641 {0} \u0641\u0634\u0644
-ImportConfirmationPanel.title=Import Confirmation
-ImportConfirmationPanel.cbRestart.text=&Restart IDE now (without restart imported settings may not work)
-ImportConfirmationPanel.cbRestart.AD=Decide whether restart IDE now or later
-ImportConfirmationPanel.cbRestart.AN=Restart IDE now?
-ImportConfirmationPanel.lblMessage.text=Import may irreversibly overwrite your current settings. Perform export first to backup current options. Do you want to continue?
-ImportConfirmationPanel.lblMessage.AD=Confirmation message
-ImportConfirmationPanel.AN=Import Confirmation
-ImportConfirmationPanel.AD=Import Confirmation
-ExportConfirmationPanel.title=Stored Passwords Warning
-ExportConfirmationPanel.lblMessage.text=Exported settings may contain stored passwords. Sharing your settings with other users represents a potential security risk. Do you want to continue?
-ExportConfirmationPanel.cbSkip.text=&Skip this warning next time
-ExportConfirmationPanel.cbSkip.AN=Skip this warning next time?
-ExportConfirmationPanel.cbSkip.AD=Decide whether skip or show this warning next time
-ExportConfirmationPanel.lblMessage.AD=Confirmation message
-ExportConfirmationPanel.AN=Stored passwords warning
-ExportConfirmationPanel.AD=Stored passwords warning
-
diff --git a/l10n/src/ar_SA/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ar_SA.properties
deleted file mode 100644
index 9f612d3..0000000
--- a/l10n/src/ar_SA/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,187 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u062e\u0635\u0627\u0626\u0635 \u062e\u0627\u0631\u0637\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d
-
-CTL_Keymap_Options=&\u062e\u0627\u0631\u0637\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d
-CTL_Keymap_Options_Title=\u062e\u0627\u0631\u0637\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d
-CTL_Keymap_Options_Description=\u062e\u0627\u0631\u0637\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d
-
-CTL_Duplicate=&Manage Profiles...
-AN_Duplicate=Duplicate
-AD_Duplicate=Duplicate
-CTL_Delete=\u0623\u062d&\u0630\u0641
-AN_Delete=\u0623\u062d\u0630\u0641
-AD_Delete=\u0623\u062d\u0630\u0641
-CTL_Restore=&Restore
-AN_Restore=Restore
-AD_Restore=Restore
-CTL_Show_Actions=Actio&ns
-AN_Show_Actions=\u0623\u0641\u0639\u0627\u0644
-AD_Show_Actions=\u0623\u0641\u0639\u0627\u0644
-CTL_Show_Shortcuts=&Shortcuts
-AN_Show_Shortcuts=Shortcuts
-AD_Show_Shortcuts=Shortcuts
-CTL_Add_Shortcut=A&dd...
-AN_Add_Shortcut=Ajouter
-AD_Add_Shortcut=Ajouter
-CTL_Remove_Shortcut=Remo&ve
-AN_Remove_Shortcut=\u064a\u0632\u064a\u0644
-AD_Remove_Shortcut=\u064a\u0632\u064a\u0644
-CTL_Actions=Actio&ns:
-AN_Actions=\u0623\u0641\u0639\u0627\u0644
-AD_Actions=\u0623\u0641\u0639\u0627\u0644
-CTL_Shortcuts=&Shortcuts:
-AN_Shortcuts=Shortcuts
-AD_Shortcuts=Shortcuts
-AN_Profiles=Profiles
-AD_Profiles=Profiles
-Show_Actions=Actio&ns
-Show_Shortcuts=&Shortcuts
-Keymaps=&Keymaps
-CTL_Keymap_Name=&Profile:
-View_By=&View By
-Shortcut=&Shortcut:
-Add_Shortcut_Dialog=Add Shortcut
-CTL_Create_New_Profile_Message=Profile &Name:
-CTL_Create_New_Profile_Title=Create New Profile Dialog
-Shortcut_Conflict=<html>Shortcut already assigned to {0} action. If you proceed the shortcut will be reassigned.
-CTL_Clear=&Clear
-AN_Clear=Clear shortcut button
-AD_Clear=Clear the shortcut field
-CTL_Tab=&Tab
-AN_Tab=Insert Tab character button
-AD_Tab=Insert Tab character
-CTL_Duplicate_Profile_Name=Profile with such name already exists.\n Choose different name, please.
-
-CTL_Export_IDE_Actions_Action=Export IDE Actions to XML
-CTL_Export_IDE_Shortcuts_Action=Export IDE Shortcuts to XML
-CTL_Export_Editor_Shortcuts_Action=Export Editor Shortcuts to XML
-CTL_Export_Shortcuts_to_HTML_Action=Export Shortcuts to HTML
-
-CTL_Other=Autres
-AN_Shortcut=Shortcut field
-AD_Shortcut=Shortcut field
-AN_ShortcutsDialog=Enter new shortcut
-AD_ShortcutsDialog=Enter new shortcut
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Switching keymap profile from {1} to {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Quick Search: Invoking {1} action, class {0}
-
-QuickSearch/Actions=\u0623\u0641\u0639\u0627\u0644
-MSG_ActionFailure={0} action can not be invoked through Quick Search...
-
-# Quicksearch options
-KW_KeymapOptions=Keymap Options, Keyboard Shortcuts, Keybindings
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Search:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Field used to narrow list of shortcuts
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Search in Sho&rtcuts:
-
-# Conflict dialogs
-Override_Shortcut=<html>Following Action(s): <br>{0} conflict with this assignment. Do you wish to override?
-Conflicting_Shortcut_Dialog=Conflicting Shortcut Dialog
-Override_All=<html>Following Action(s): <br>{0} conflict with this restore. Do you wish to override all?
-Alternative_Shortcut=(alternative shortcut)
-
-#Table columns
-Actions=\u0623\u0641\u0639\u0627\u0644
-Shortcut=Shortcut
-Category=Category
-Scope=Scope
-
-#Keymap Popup
-Edit=Edit...
-Add_Alternative=Add Alternative
-Reset_to_Default=Reset to Default
-Clear=Clear
-
-#Keymap completion
-No_Free_Shortcut=No recommended free shortcut with prefix "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicate
-ProfilesPanel.exportButton.text=&Export
-ProfilesPanel.deleteButton.text=De&lete
-ProfilesPanel.importButton.text=&Import
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Profiles scroll pane
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Scroll pane for profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=List of keymap profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Imports profile from external file
-ProfilesPanel.AccessibleContext.accessibleDescription=Profiles Panel
-ProfilesPanel.restoreButton.text=&Restore Defaults
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restores stored defaults
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplicates existing profile
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exports current profile
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Deletes selected custom profile
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=Manage Keymap Profiles
-CTL_Files=\u0645\u0644\u0641\u0627\u062a
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=\u062e\u0631\u0627\u0626\u0637 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d
-Keymaps.Options.Export.Profiles.displayName=\u0645\u0644\u0641\u0627\u062a \u062a\u0639\u0631\u064a\u0641 \u062e\u0627\u0631\u0637\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/ar_SA/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ar_SA.properties
deleted file mode 100644
index 2fbf1d7..0000000
--- a/l10n/src/ar_SA/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Swing Layout Extensions integration
-OpenIDE-Module-Display-Category=\u0645\u0643\u062a\u0628\u0627\u062a
-OpenIDE-Module-Short-Description=Bundles swing-layout library.
-OpenIDE-Module-Long-Description=This module bundles Swing Layout Extensions library (from swing-layout.dev.java.net).
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ar_SA.properties
deleted file mode 100644
index 9e488c6..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Common Annotations
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_ar_SA.properties
deleted file mode 100644
index f85f20c..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=\u0627\u0644\u063a\u064a \u0627\u0644\u0639\u0645\u0644\u064a\u0629
-CTL_ProcessListAction=&Processes
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ar_SA.properties
deleted file mode 100644
index ebbddbe..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization APIs.
-OpenIDE-Module-Long-Description=Lets modules register long-running tasks or processes in a central place.
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ar_SA.properties
deleted file mode 100644
index 418a802..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Scene Component
-ACS_SceneComponentDesc=Scene view
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ar_SA.properties
deleted file mode 100644
index 80934bf..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Visual Library API
-OpenIDE-Module-Short-Description=Visual Library API
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ar_SA.properties
deleted file mode 100644
index 141d414..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=An instance of the program seems to be already running with your user directory.\nEither a previous session of the program did not exit correctly, or another instance\nof the program is running on a different computer and using the same user directory.\n\nIf another session of the program is running with the same user directory, please click\nCancel to prevent the corruption of the user directory. If you are sure that no other\ninstances of the program are running with your user directory, click OK to continue.
-MSG_AlreadyRunningTitle=\u062a\u062d\u0630\u064a\u0631
-
-EXC_not_a_module={0} is not a valid NetBeans module.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Bootstrap
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The core bootstrap of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the initial infrastructure that loads all other parts of the application. It cannot be disabled.
-
-MSG_InstallJava5=Cannot run on older versions of Java than Java 5 Standard Edition. Please install Java 5 Standard Edition or newer or use --jdkhome switch to point to its installation directory.
-
-MSG_NeedsJava5=Java 5 Standard Edition or newer required
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ar_SA.properties
deleted file mode 100644
index 3769a54..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=\u0627\u0644\u062e\u0631\u062c {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=&\u062e\u0631\u0648\u062c \u0645\u0646 \u0627\u0644\u0628\u064a\u0626\u0629
-ACSD_EndTasks=N/A
-CTL_PendingTitle=\u062e\u0631\u0648\u062c \u0645\u0646 \u0627\u0644\u0628\u064a\u0626\u0629
-ACSD_PendingTitle=N/A
-LAB_PendingTasks=\u0627\u0644&\u062e\u0631\u0648\u062c \u0645\u0646 \u0627\u0644\u0628\u064a\u0626\u0629 \u0633\u064a\u0642\u0648\u0645 \u0628\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629:
-ACSD_PendingTasks=N/A
-# {0} - process name
-CTL_PendingExternalProcess2=\u0627\u0644\u0639\u0645\u0644\u064a\u0629 - {0}
-# {0} - action name
-CTL_ActionInProgress={0} \u0627\u0644\u062d\u062f\u062b \u0642\u064a\u062f \u0627\u0644\u062a\u0646\u0641\u064a\u0630
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ar_SA.properties
deleted file mode 100644
index c65067c..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&\u062d\u0630\u0641
-CTL_MoveUp=\u062a\u062d\u0631\u064a\u0643 &\u0644\u0644\u0623\u0639\u0644\u0649
-CTL_MoveDown=\u062a\u062d\u0631\u064a\u0643 &\u0644\u0644\u0623\u0633\u0641\u0644
-CTL_AddDirectory=\u0625\u0636\u0627\u0641\u0629 &\u0645\u062c\u0644\u062f...
-CTL_AddJAR=\u0625\u0636\u0627\u0641\u0629 &JAR/ZIP...
-CTL_JarArchivesMask=JAR and ZIP \u0623\u0631\u0634\u064a\u0641
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_AddDirectory=N/A
-ACSD_AddJAR=N/A
-ACSD_PathList=N/A
-ACSD_CustomNbClassPathEditor=N/A
-CTL_Edit_Jar_Dialog_Title=\u062a\u062d\u0631\u064a\u0631 \u0645\u0644\u0641 JAR
-CTL_Edit_Local_Dialog_Title=\u062a\u062d\u0631\u064a\u0631 \u0645\u062c\u0644\u062f \u0645\u062d\u0644\u064a
-CTL_Approve_Button_Title=\u0645\u0648\u0627\u0641\u0642
-CTL_FileSystemPanel.Jar_Dialog_Title=\u0625\u0636\u0627\u0641\u0629 \u0645\u0644\u0641 JAR
-CTL_FileSystemPanel.Local_Dialog_Title=\u0625\u0636\u0627\u0641\u0629 \u0645\u062c\u0644\u062f \u0645\u062d\u0644\u064a
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&\u0645\u0639\u0627\u0644\u062c\u0629\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&\u0648\u0633\u0637\u0627\u0621\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=\u062a\u0644\u0645\u064a\u062d& \u0627\u0644\u0648\u0633\u0637\u0627\u0621
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&\u0627\u0633\u062a\u0639\u0631\u0627\u0636...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/A
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/A
-ACSD_CustomNbProcessDescriptorEditor=N/A
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=\u0645\u0633\u0627\u0631 \u0627\u0644\u0645\u062f\u062e\u0644\u0627\u062a
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=\u0644\u0627\u0626\u062d\u0629 \u0645\u062f\u062e\u0644\u0627\u062a \u0627\u0644\u0645\u0633\u0627\u0631 \u0644\u064a\u062a\u0645 \u062a\u062d\u0631\u064a\u0631\u0647\u0627
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ar_SA.properties
deleted file mode 100644
index 05f1f9f..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u0627\u0644\u0646\u0648\u0627\u0629 - \u0627\u0644\u062a\u0646\u0641\u064a\u0630
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of the Execution engine.
-OpenIDE-Module-Long-Description=Adds support for execution into the platform. Contains classes which implement the execution part of APIs and corresponding GUI.
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ar_SA.properties
deleted file mode 100644
index eb8ed54..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=&\u0645\u062e\u0627\u0631\u062c
-
-#Title for I/O window
-LBL_IO_WINDOW=\u0645\u062e\u0631\u062c
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&\u0645\u062e\u0627\u0631\u062c
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ar_SA.properties
deleted file mode 100644
index 8fbeafd..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editors
-EditorsAction.source=&\u0645\u0635\u062f\u0631
-GetLeftEditorAction.name=Editors - Iterate left
-
-GetRightEditorAction.name=Editors - Iterate right
-
-TabButton.tool_tip={0} View
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ar_SA.properties
deleted file mode 100644
index 281550c..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u0646\u0627\u0641\u0630\u0629 \u0645\u062a\u0639\u062f\u062f\u0629 \u0627\u0644\u0645\u0634\u0627\u0647\u062f
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=MultiView Windows framework and APIs
-OpenIDE-Module-Long-Description=MultiView Windows framework and APIs
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ar_SA.properties
deleted file mode 100644
index e8408bb..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=\u0648\u0635\u0648\u0644 \u0637\u0628\u064a\u0639\u064a
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-OpenIDE-Module-Long-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ar_SA.properties
deleted file mode 100644
index bb34951..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=\u0627\u0644\u0634\u0641\u0627\u0641\u064a\u0629
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ar_SA.properties
deleted file mode 100644
index 353f1a9..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,151 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u062e\u0631\u062c
-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=\u0645\u062e\u0631\u062c
-#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=\u062d\u0641\u0638 \u0627\u0644\u062e\u0631\u062c \u0628\u0627\u0633\u0645
-
-LBL_SaveAsFailedTitle=\u0641\u0634\u0644 \u0627\u0644\u062d\u0641\u0638 \u0628\u0627\u0633\u0645
-MSG_SaveAsFailed= \u0627\u0644\u0643\u062a\u0627\u0628\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0644\u0641 {0} \u0641\u0634\u0644
-
-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=\u0627\u0644&\u062e\u0631\u062c
-
-#Find Dialog
-LBL_Find_Title=\u0628\u062d\u062b
-LBL_Find_What=\u0628\u062d\u062b:
-LBL_Use_RegExp=\u062a\u0639\u0628\u064a\u0631 &\u0646\u0638\u0627\u0645\u064a
-LBL_Match_Case=\u0645\u0637\u0627\u0628\u0642\u0629 \u0627\u0644&\u062d\u0627\u0644\u0629
-BTN_Find=&Find
-ACSN_Find=N/A
-ACSD_Find=\u0628\u062d\u062b
-ACSD_FindBTN=N/A
-ACSD_Find_What=N/A
-
-LBL_Filter_Title=\u0641\u0644\u062a\u0631
-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=\u0623\u063a\u0644\u0642
-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_FONT_TYPE=Choose Font...
-ACTION_FILTER=Filter...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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...
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ar_SA.properties
deleted file mode 100644
index 4df7f21..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&\u0645\u062f\u062e\u0644
-LBL_EOF=&Close Input
-TIP_EOF=Closes the input component and sends end-of-file to any readers
-TIP_INPUT=Enter text and press enter to send it to the running process
-
-#Output window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ar_SA.properties
deleted file mode 100644
index 97bf924..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,228 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Startup
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Loads and enables modules.
-OpenIDE-Module-Long-Description=This module provides the central additional functionality to Bootstrap to locate and enable the right modules.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.8 RC1 (Build {0})
-
-# TopManager properties
-ERR_no_user_directory=netbeans.user is not set.\nPlease check your NetBeans startup script.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Your user directory ({0}) cannot reside inside your NetBeans installation directory ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Starting NetBeans Platform
-# The Title of the About Box
-CTL_About_Title=Acerca de
-CTL_About_Detail=Detail
-ACSD_AboutDialog=N/A
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/A
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=UI class name expected, using default UI...
-ERR_UserDirExpected=Directory expected after --userdir switch
-ERR_UINotFound=UI class not found, using default UI...
-ERR_FontSizeExpected=Font size expected, using default font size...
-ERR_BadFontSize=Bad format of the font size, using default font size...
-ERR_BrandingNeedsArgument=Option --branding requires one argument
-ERR_LocaleExpected=Locale specification expected after --locale switch
-
-
-# TopManager properties
-CTL_Netbeanshome_notexists=netbeans.home points to a non-existent directory.
-CTL_Netbeanshome1=netbeans.home does not point to a directory.
-CTL_Netbeanshome2=netbeans.user points to a non-existent directory.
-CTL_Netbeanshome3=netbeans.user does not point to a directory.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Cannot create system directory in {0}. A file with the same name already exists.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Cannot create system directory in {0}.
-CTL_Cannot_mount_system_fs=Cannot add System filesystem, exiting...
-
-#startup info messages
-MSG_IDEInit=Initializing...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Could not connect to URL {0}. No such resource was found.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize is not supported on GTK look and feel. Adjust your desktop font size instead.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Error: {0}
-EXC_GraphicsStartFails2=See the {0} for details.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=The module {0} was requested in version >= {1} but only {2} was found.
-# {0} - module display name
-MSG_problem_other_disabled=The module {0} would also need to be installed.
-LBL_no_impl_version=[no version specified]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=The module {0} was requested in implementation version "{1}" but only "{2}" was found.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=The module named {0} was needed and not found.
-# {0} - required token
-MSG_problem_require_disabled=None of the modules providing the capability {0} could be installed.
-# {0} - required token
-MSG_problem_require_not_found=No module providing the capability {0} could be found.
-# {0} - class name
-MSG_problem_class_not_loaded=The package containing the class {0} was not loaded.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=The package {0} was not loaded or was an outdated version.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=The Java platform version {0} or higher was requested but only {1} is running.
-MSG_warning=\u062a\u062d\u0630\u064a\u0631
-MSG_info=\u0645\u0639\u0644\u0648\u0645\u0627\u062a
-MSG_continue=Disable Modules and Continue
-MSG_exit=Exit
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Another module|1<{0} further modules} could not be installed due to the above problems.
-
-# NbEvents
-MSG_start_load_boot_modules=Loading core...
-MSG_finish_load_boot_modules=Loading core...done.
-MSG_start_auto_restore=Loading modules...
-MSG_finish_auto_restore=Done loading modules.
-MSG_start_enable_modules=Turning on modules...
-MSG_finish_enable_modules=Turning on modules...done.
-TEXT_finish_enable_modules=Turning on modules:
-MSG_start_disable_modules=Turning off modules...
-MSG_finish_disable_modules=Turning off modules...done.
-TEXT_finish_disable_modules=Turning off modules:
-MSG_failed_install_new=Warning - could not install some modules:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Warning - could not install module {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Deploying test module in {0} ...
-TEXT_finish_deploy_test_module=Finished deploying test module.
-MSG_start_read=Reading module storage...
-MSG_finish_read=Reading module storage...done.
-MSG_restore=Starting modules...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=\u062c\u0627\u0631\u064a \u0627\u0644\u062a\u0646\u0635\u064a\u0628 {0}
-# {0} - module display name
-TEXT_install=Installing new module: {0}
-# {0} - module display name
-MSG_update=Starting a new version of {0}
-# {0} - module display name
-TEXT_update=Updating module: {0}
-# {0} - module display name
-MSG_uninstall=Stopping {0}
-MSG_load_section=Loading modules...
-MSG_load_layers=Loading module services...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Warning: the module {0} could not be found, ignoring...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=The module {0} could not be deleted as it was an autoload or eager module and still in use.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=An attempt was made to change the property {1} of the module {0} in the system/Modules folder.\nThe actual value is "{3}" but it was changed on disk to read "{2}".\nThis property cannot be changed while the IDE is running, so this attempt had no effect.
-# {0} - JAR file name
-TEXT_patch=Module patch or custom extension: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Missing resource from class: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Key which was not found: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Parse error in file {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Parse error in file {1} line {3} column {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ar_SA.properties
deleted file mode 100644
index 024f1a4..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Default System
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Loading cached objects...
-MSG_end_load_cache=Loading cached objects...done.
-MSG_start_rewrite_cache=Recreating cache of objects...
-MSG_end_rewrite_cache=Recreating cache of objects...done.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=File event {0}, file {1}
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ar_SA.properties
deleted file mode 100644
index db0585a..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=\u0645\u0644\u0641\u0627\u062a
-AdvancedOption.tooltip=\u0645\u0644\u0641\u0627\u062a
-FileAssociationsPanel.btnDefault.text=&Default
-FileAssociationsPanel.btnDefault.tooltip=Restore default setting for selected file extension
-FileAssociationsPanel.btnDefault.AN=Restore Default Setting
-FileAssociationsPanel.btnDefault.AD=Restore Default Setting for Selected File Extension
-FileAssociationsPanel.btnDefaultIgnored.text=De&fault
-FileAssociationsPanel.btnDefaultIgnored.AN=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnDefaultIgnored.AD=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnNew.text=&New...
-FileAssociationsPanel.btnNew.AN=New File Extension
-FileAssociationsPanel.btnNew.AD=New File Extension
-FileAssociationsPanel.btnRemove.text=&\u062d\u0630\u0641
-FileAssociationsPanel.btnRemove.AN=Remove Selected File Extension
-FileAssociationsPanel.btnRemove.AD=Remove Selected File Extension
-FileAssociationsPanel.cbExtension.choose=< Choose the extension >
-FileAssociationsPanel.cbExtension.AD=File Extension
-FileAssociationsPanel.cbExtension.AN=List of File Extensions
-FileAssociationsPanel.cbType.AN=List of File Types
-FileAssociationsPanel.cbType.AD=List of File Types
-FileAssociationsPanel.lblAssociatedAlso.text=Associated also with:
-FileAssociationsPanel.lblAssociatedAlso.AN=File Type Associated Also with Extensions
-FileAssociationsPanel.lblAssociatedAlso.AD=File Type Associated Also with Extensions
-FileAssociationsPanel.lblExtension.text=File &Extension:
-FileAssociationsPanel.lblExtension.AN=File Extension
-FileAssociationsPanel.lblExtension.AD=List of File Extensions
-FileAssociationsPanel.lblType.text=Associated File &Type (MIME):
-FileAssociationsPanel.lblType.AD=List of Associated File Types
-FileAssociationsPanel.lblType.AN=List of Associated File Types
-FileAssociationsPanel.lblFileAssociations.text=File Associations
-FileAssociationsPanel.lblFilesIgnored.text=Files Ignored by the IDE
-FileAssociationsPanel.lblPattern.text=&Ignored Files Pattern:
-FileAssociationsPanel.lblPattern.tooltip=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.lblPattern.AN=Ignored Files Pattern
-FileAssociationsPanel.lblPattern.AD=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.txtPatternError.AN=Ignored Files Pattern Syntax Error
-FileAssociationsPanel.txtPatternError.AD=Syntax error in ignored files regular expression
-
-NewExtensionPanel.title=Enter New File Extension
-NewExtensionPanel.AD=Enter New File Extension
-NewExtensionPanel.lblExtension.text=File &Extension:
-NewExtensionPanel.lblExtension.AN=File Extension
-NewExtensionPanel.lblExtension.AD=File Extension
-
-OpenAsAction.name=Open As...
-OpenAsPanel.txtDescription.AN=\u062a\u0644\u0645\u064a\u062d\u0629
-OpenAsPanel.txtDescription.AD=\u062a\u0644\u0645\u064a\u062d\u0629
-OpenAsPanel.lblExtension.text=Treat {0} files as:
-OpenAsPanel.title=Open as...
-OpenAsPanel.open=\u0627\u0641\u062a\u062d
-OpenAsPanel.AD=Choose type of file
-
-# display name for options export
-Files.Options.Export.displayName=\u0645\u0644\u0641\u0627\u062a
-OpenAsPanel.lblDescription.text=NetBeans does not know this type of file. Please specify how should these files be treated.
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ar_SA.properties
deleted file mode 100644
index 03c8225..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,261 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&\u0639\u0627\u0645
-CTL_General_Options_Title=\u0639\u0627\u0645
-CTL_General_Options_Category=\u0639\u0627\u0645
-CTL_General_Options_Description=General options, Proxy settings, Editor settings
-CTL_Package_View_Type=View Java Packages as:
-CTL_Flattern_Packages=&\u0642\u0627\u0626\u0645\u0629
-AN_Flattern_Packages=\u0642\u0627\u0626\u0645\u0629
-AD_Flattern_Packages=\u0642\u0627\u0626\u0645\u0629
-CTL_Tree_Packages=\u0634\u062c\u0631\u0629
-AN_Tree_Packages=\u0634\u062c\u0631\u0629
-AD_Tree_Packages=\u0634\u062c\u0631\u0629
-CTL_No_Proxy=&No Proxy
-AN_No_Proxy=No Proxy
-AD_No_Proxy=No Proxy
-CTL_Usage_Statistics=Usage Statistics:
-AN_Usage_Statistics=Usage Statistics
-AD_Usage_Statistics=Usage Statistics
-CTL_Usage_Check=Hel&p us improve the NetBeans IDE by providing anonymous usage data
-AN_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-AD_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-CTL_Usage_Info=<html>The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.</html>
-AN_Usage_Info=Usage statistics info
-AD_Usage_Info=The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Learn more</u></font></html>
-AN_Learn_More=Learn more
-AD_Learn_More=Learn more
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Use System Proxy Settings
-AN_Use_System_Proxy_Settings=Use System Proxy Settings
-AD_Use_System_Proxy_Settings=Use System Proxy Settings
-CTL_Use_HTTP_Proxy=&Manual Proxy Settings
-AN_Use_HTTP_Proxy=HTTP Proxy
-AD_Use_HTTP_Proxy=HTTP Proxy
-AN_Web_Browser=Web Browser
-AD_Web_Browser=Web Browser
-AN_Host=\u0645\u0636\u064a\u0641
-AD_Host=\u0645\u0636\u064a\u0641
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Update Period
-AD_Update_Period=Update Period
-AN_Ask_Before_Check=Ask Before Check
-AD_Ask_Before_Check=Ask Before Check
-Line_Numbers=&Line Numbers
-Antialiasing=Antialiasing:
-Text_Antialiasing=Use Antialiasing
-Toolbar=&Toolbar
-Package_View=Package View
-SDI_Window_Mode=SDI Window Mode
-MDI_Window_Mode=MDI Window Mode
-Tree_View=Tree View
-Default_System_Browser=<Default Browser>
-Swing_HTML_Browser=Swing Browser
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=\u0639\u0627\u0645
-CTL_Web_Browser=&Web Browser:
-Confirm_Delete=&Confirm Delete:
-CTL_Web_Proxy=Proxy Settings:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=HTTP Pro&xy\:
-Code_Folding=Code Folding:
-Show=Show:
-Editor=\u0627\u0644\u0645\u062d\u0631\u0631
-CTL_Check_Period=Check Perio&d:
-CTL_Ask_Before_Check=Ask &Before Check:
-CTL_Auto_Update=Auto Update
-Use_Folding=&Use Code Folding
-Fold_Methods=Fold &Methods
-Fold_Classes=Fol&d Inner Classes
-Fold_Imports=Fold Import&s
-Fold_JavaDoc=Fold &Javadoc Comments
-Fold_Licence=F&old Initial Comment
-Auto_Popup=Auto Popup:
-Auto_Popup_Completion=Completion Window
-Auto_Popup_JavaDoc=Javadoc Window
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Default_System_Browser=Default System Browser
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Internal Browser
-
-
-
-
-AN_NonProxy=No Proxy For
-
-AD_NonProxy=No Proxy For
-
-CTL_Non_Proxy=No Prox&y For\:
-
-Non_Proxy_Hint=(e.g. localhost, *.netbeans.org, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=M&ore...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Advanced Proxy Settings
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Open Advanced Proxy Settings
-
-LBL_GeneralOptionsPanel_PortError=Port number must be an integer value.
-
-LBL_GeneralOptionsPanel_lWebProxy=Proxy Settings\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP &Proxy\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(e.g. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&t\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS Proxy\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS Proxy\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=No Pro&xy Hosts\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Proxy Re&quires Authentication
-
-LBL_AdvancedProxyPanel_lUserName=&Username\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Pass&word\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Use the same proxy settings for &all protocols
-
-LBL_AdvancedProxyPanel_Title=Advanced Proxy Options
-LBL_AdvancedProxyPanel_PortError=Port number must be an integer value.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Use System Proxy Settings
-GeneralOptionsPanel.lWebBrowser.text=&Web Browser\:
-GeneralOptionsPanel.rbNoProxy.text=&No Proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/A
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/A
-
-LBL_WebBrowsersPanel_Title=\u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0648\u064a\u0628
-LBL_ExternalBrowser_Name=\u0627\u0644\u0645\u0633\u062a\u0639\u0631\u0636 \u0627\u0644\u062e\u0627\u0631\u062c\u064a 
-WebBrowsersPanel.nameLabel.text=\u0625\u0633\u0645\:
-WebBrowsersPanel.executableLabel.text=\u0642\u0627\u0628\u0644 \u0644\u0644\u062a\u0646\u0641\u064a\u0630\:
-WebBrowsersPanel.parametersLabel.text=\u0627\u0644\u0645\u0639\u0644\u0645\u0627\u062a\:
-WebBrowsersPanel.browseButton.text=Browse...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=\u062a\u0635\u0641\u062d
-WebBrowsersPanel.removeButton.text=\u064a\u0632\u064a\u0644
-WebBrowsersPanel.browsersLabel.text=\u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0648\u064a\u0628\:
-GeneralOptionsPanel.editBrowserButton.text=&\u062a\u062d\u0631\u064a\u0631...
-GeneralOptionsPanel.editBrowserButton.AD=\u062a\u062d\u0631\u064a\u0631 \u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0648\u064a\u0628
-GeneralOptionsPanel.editBrowserButton.AN=\u062a\u062d\u0631\u064a\u0631 \u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0648\u064a\u0628
-WebBrowsers_URL_Hint=\u0645\u0644\u0627\u062d\u0638\u0629\: {URL} \= \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0635\u0641\u062d\u0629 \u0644\u062a\u062d\u0645\u064a\u0644\u0647\u0627 \u0645\u0646 \u0642\u0628\u0644 \u0645\u062a\u0635\u0641\u062d \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a
-
-ACS_WebBrowsersList=\u0642\u0627\u0626\u0645\u0629 \u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0648\u064a\u0628 \u0627\u0644\u0645\u062a\u0627\u062d\u0629
-ACS_AddWebBrowserButton=\u0625\u0636\u0627\u0641\u0629 \u0645\u062a\u0635\u0641\u062d \u0648\u064a\u0628 \u062c\u062f\u064a\u062f 
-ACS_RemoveWebBrowserButton=\u0625\u0632\u0627\u0644\u0629 \u0645\u062a\u0635\u0641\u062d \u0627\u0644\u0648\u064a\u0628 \u0627\u0644\u0645\u062e\u062a\u0627\u0631 
-ACS_BrowserNameField=\u0625\u0633\u0645 \u0645\u062a\u0635\u0641\u062d \u0627\u0644\u0648\u064a\u0628 
-ACS_BrowserExecutableField=\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u0648\u064a\u0628 \u0642\u0627\u0628\u0644 \u0644\u0644\u062a\u0646\u0641\u064a\u0630 
-ACS_BrowserParametersField=\u0645\u0639\u0644\u0645\u0627\u062a \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u062a\u0646\u0641\u064a\u0630 \u0644\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u0648\u064a\u0628 
-ACS_BrowseExecutableButton=\u0625\u0633\u062a\u0639\u0631\u0627\u0636 \u0645\u062a\u0641\u0635\u062d\u0627\u062a \u0627\u0644\u0648\u064a\u0628 \u0627\u0644\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u062a\u0646\u0641\u064a\u0630 
-WebBrowsersOptionsPanel.browsersLabel.text=&\u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0648\u064a\u0628\:
-WebBrowsersOptionsPanel.addButton.text=A&dd...
-WebBrowsersOptionsPanel.removeButton.text=&\u0625\u0632\u0627\u0644\u0629 
-WebBrowsersOptionsPanel.nameLabel.text=&\u0625\u0633\u0645\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=\u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0648\u064a\u0628
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=\u0642\u0627\u0626\u0645\u0629 \u0645\u062a\u0635\u0641\u062d\u0627\u062a
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=\u0642\u0627\u0626\u0645\u0629 \u0628\u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0648\u064a\u0628
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=\u0625\u0636\u0627\u0641\u0629 \u0632\u0631 
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=\u0625\u0632\u0627\u0644\u0629 \u0632\u0631 
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=\u0625\u0633\u0645 \u0627\u0644\u0645\u062a\u0635\u0641\u062d
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=\u0625\u0633\u0645 \u0627\u0644\u0645\u062a\u0635\u0641\u062d
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=\u0625\u0633\u0645 \u0627\u0644\u0645\u062a\u0635\u0641\u062d
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=\u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0648\u064a\u0628
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=\u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0648\u064a\u0628
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>\u0625\u062a\u0635\u0627\u0644 \u0645\u0628\u0627\u0634\u0631.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=\u0628\u0631\u0648\u0643\u0633\u064a, \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a \u0627\u0644\u0639\u0627\u0645\u0629
-
-# Display name for options export
-General.Options.Export.Category.displayName=\u0639\u0627\u0645
-General.Options.Export.displayName=\u0639\u0627\u0645
-Other.Options.Export.displayName=\u0643\u0644 \u0627\u0644\u0623\u062e\u0631\u064a\u0646 \u0627\u0644\u063a\u064a\u0631 \u0645\u062d\u062f\u062f\u064a\u0646
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ar_SA.properties
deleted file mode 100644
index 3c4c10c..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,73 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u0646\u0648\u0627\u0629 - UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=\u0627\u0644\u0628\u0646\u064a\u0629 \u0627\u0644\u062a\u062d\u062a\u064a\u0629
-OpenIDE-Module-Long-Description=\u064a\u0642\u062f\u0645 \u0645\u0648\u0627\u0631\u062f \u0648\u0645\u0635\u0627\u062f\u0631 \u0644\u0648\u0627\u062c\u0647\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0636\u0645\u0646 \u0627\u0644\u0628\u064a\u0626\u0629 \u0648\u0644\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0645\u0628\u0646\u064a\u0629 \u0628\u0623\u0639\u0644\u0649 \u0627\u0644\u0628\u064a\u0626\u0629 
-
-Actions=\u0625\u062c\u0631\u0627\u0621\u0627\u062a 
-Actions/Edit=\u062a\u062d\u0631\u064a\u0631
-Actions/Help=\u0645\u0633\u0627\u0639\u062f\u0629
-Actions/System=\u0646\u0638\u0627\u0645
-Actions/Tools=\u0623\u062f\u0648\u0627\u062a 
-Actions/View=\u0639\u0631\u0636
-Actions/Window/SelectDocumentNode=\u0625\u062e\u062a\u0631 \u0645\u0633\u062a\u0646\u062f \u0645\u0646 
-Menu=\u0634\u0631\u064a\u0637 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 
-Menu/Edit=&\u062a\u062d\u0631\u064a\u0631
-Menu/File=&\u0645\u0644\u0641
-Menu/GoTo=&\u0625\u0646\u062a\u0642\u0644 
-Menu/Help=&\u0645\u0633\u0627\u0639\u062f\u0629
-Menu/Tools=&\u0623\u062f\u0648\u0627\u062a
-Menu/View=&\u0639\u0631\u0636
-Menu/Window/SelectDocumentNode=\u0625\u062e\u062a\u0631 Docume&nt \u0645\u0646
-Services/Browsers=\u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0648\u064a\u0628
-Templates/Privileged=\u0627\u0644\u0645\u0645\u064a\u0632
-Templates/Recent=\u0627\u0644\u0623\u062e\u064a\u0631\u0629
-Templates/Services/Browsers=\u0645\u062a\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0648\u064a\u0628
-Toolbars=\u0634\u0631\u064a\u0637 \u0627\u0644\u0623\u062f\u0648\u0627\u062a
-Toolbars/Clipboard=Cli&pboard
-Toolbars/UndoRedo=&\u062a\u0631\u0627\u062c\u0639/\u0625\u0639\u0627\u062f\u062a\u0647
-Toolbars/File=&\u0645\u0644\u0641
-Toolbars/Memory=&\u0630\u0627\u0643\u0631\u0629
-Toolbars/Standard.xml=\u0627\u0644\u062a\u0631\u0645\u064a\u0632
-UI/Services=\u062e\u064a\u0627\u0631\u0627\u062a 
-
-ProgressDisplayName_FileSystemRefresh=\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0644\u0641\u0627\u062a
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ar_SA.properties
deleted file mode 100644
index 7d9436c..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=\u0627\u0644\u0641\u062a\u062d \u0636\u0645\u0646 \u0627\u0644\u0646\u0638\u0627\u0645 
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ar_SA.properties
deleted file mode 100644
index b4c394c..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=\u0643\u0627\u0645\u0644 \u0630\u0648\u0627\u0643\u0631 \u0627\u0644\u0643\u0645\u0628\u064a\u0648\u062a\u0631 {0}
-
-
-#LOG_WINDOW_ACTIVATED=\u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0645\u0641\u0639\u0644\u0629, \u0625\u0633\u062a\u063a\u0631\u0642 \u0627\u0644\u062a\u062d\u062f\u064a\u062b {0} ms
-#LOG_WINDOW_DEACTIVATED=\u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u063a\u064a\u0631 \u0645\u0641\u0639\u0644\u0629
-
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ar_SA.properties
deleted file mode 100644
index 4865aa8..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Only Workspace>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ar_SA.properties
deleted file mode 100644
index 587c155..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,94 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&lone \u0645\u0633\u062a\u0646\u062f
-# CloseWindowAction
-CTL_CloseWindowAction=&\u0625\u063a\u0644\u0627\u0642 \u0646\u0627\u0641\u0630\u0629
-
-CTL_RecentViewListAction=\u0627\u0644\u0630\u0647\u0627\u0628 \u0627\u0644\u0649 P&revious \u0645\u0633\u062a\u0646\u062f
-CTL_SwitchToRecentDocumentAction=&\u0645\u062d\u0631\u0631
-
-CTL_CloseAllDocumentsAction=\u0625\u063a\u0644\u0627\u0642 &\u0643\u0644 \u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a
-
-# UndockAction
-CTL_UndockWindowAction=&\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0625\u0637\u0627\u0631
-CTL_UndockWindowAction_Dock=&\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0646\u0627\u0641\u0630\u0629 
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=\u0625\u063a\u0644\u0627\u0642 \u0643\u0644 \u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=\u062a\u0635\u063a\u064a\u0631 \u0627\u0644\u0646\u0627\u0641\u0630\u0629
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=\u0625\u063a\u0644\u0627\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=\u0625\u063a\u0644\u0627\u0642 \u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a \u0623\u062e\u0631\u0649
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=\u062d\u0641\u0638 \u0627\u0644\u0645\u0633\u062a\u0646\u062f
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=\u0646\u0633\u062e \u0627\u0644\u0645\u0633\u062a\u0646\u062f
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=\u0625\u063a\u0644\u0627\u0642 &\u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a \u0623\u062e\u0631\u0649
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=\u062a\u0643\u0628\u064a\u0631 \u0627\u0644\u0646\u0627\u0641\u0630\u0629&
-CTL_UnmaximizeWindowAction=\u0625\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0646\u0627\u0641\u0630\u0629
-
-# DocumentsAction
-CTL_DocumentsAction=\u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a&
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=\u0634\u0631\u064a\u0637 \u0627\u0644\u0623\u062f\u0648\u0627\u062a&
-
-# NextTabAction
-CTL_NextTabAction=\u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0641\u0631\u0639\u064a\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 
-# PreviousTabAction
-CTL_PreviousTabAction=\u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0641\u0631\u0639\u064a\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629
-
-CTL_ToggleFullScreenAction=\u0643\u0627\u0645\u0644 \u0627\u0644\u0634\u0627\u0634\u0629&
-
-# ResetWindowsAction
-CTL_ResetWindows=\u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0646\u0627\u0641\u0630\u0629&
-
-LBL_ToggleWindowTransparencyAction=\u0634\u0641\u0627\u0641\u064a\u0629 \u0627\u0644\u0646\u0627\u0641\u0630\u0629
-LBL_WindowTransparencyHint=Press and hold [Ctrl+NumPad 0] key to make minimized window transparent.
-
-# Properties
-GlobalProperties=&\u062e\u0635\u0627\u0626\u0635 
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ar_SA.properties
deleted file mode 100644
index e5cad48..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,61 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=\u0645\u0638\u0647\u0631 
-AdvancedOption_Tooltip_WinSys=\u062e\u064a\u0627\u0631\u0627\u062a \u0645\u062a\u0639\u0644\u0642\u0629 \u0628\u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0646\u0638\u0627\u0645 
-
-IsAlphaFloatingTooltip=\u062c\u0639\u0644 \u0627\u0644\u0646\u0648\u0627\u0641\u0630\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u063a\u064a\u0631 \u0645\u062d\u062f\u062f\u0629 \u0634\u0628\u0647 \u0634\u0641\u0627\u0641\u0629 \u0628\u0639\u062f \u0628\u0636\u0639 \u062b\u0648\u0627\u0646\u064a  
-
-IsDragWindowTooltip=\u062a\u0641\u0639\u064a\u0644 "ghost" \u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0635\u0648\u0631 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0633\u062d\u0628 \u0648\u0627\u0644\u0625\u0641\u0644\u0627\u062a 
-IsAlphaDragTooltip=\u062a\u0641\u0639\u064a\u0644 \u0634\u0641\u0627\u0641\u064a\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0633\u062d\u0628 \u0635\u0648\u0631\u0629 \u0627\u0644\u0646\u0627\u0641\u0630\u0629
-
-IsSnapScreenEdgesTooltip=\u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u0625\u0645\u0633\u0627\u0643 \u0628\u0627\u0644\u0646\u0648\u0627\u0641\u0630 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0645\u0646 \u062d\u0648\u0627\u0641 \u0627\u0644\u0634\u0627\u0634\u0629
-IsSnappingTooltip=\u062a\u0641\u0639\u064a\u0644 \u0625\u0645\u0633\u0627\u0643 \u0623\u0648\u062a\u0648\u0645\u0627\u062a\u064a\u0643\u064a \u0644\u0644\u0646\u0648\u0627\u0641\u0630 \u0627\u0644\u0639\u0627\u0626\u0645\u0629 \u0644\u062a\u0633\u0647\u064a\u0644 \u0628\u0627\u0644\u062a\u0639\u0627\u0645\u0644 \u0645\u0639 \u0627\u0644\u0637\u0628\u0642\u0627\u062a 
-
-NoAlphaSupport=\u0634\u0641\u0627\u0641\u064a\u0629 \u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u063a\u064a\u0631 \u0645\u062f\u0639\u0648\u0645\u0629 \u0636\u0645\u0646 \u0646\u0638\u0627\u0645 \u0627\u0644\u062a\u0634\u063a\u064a\u0644 
-LBL_DragWindowImage=\u0633\u062d\u0628 \u0635\u0648\u0631\u0629 \u0627\u0644\u0646\u0627\u0641\u0630\u0629
-LBL_TransparentDragWindow=\u0634\u0641\u0627\u0641\u064a\u0629 \u0633\u062d\u0628 \u0635\u0648\u0631\u0629 \u0627\u0644\u0646\u0627\u0641\u0630\u0629
-LBL_TransparentFloatingWindows=\u0634\u0641\u0627\u0641\u064a\u0629 \u0627\u0644\u0646\u0648\u0627\u0641\u0630\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629
-LBL_SnapFloatingWindows=\u0627\u0644\u0625\u0645\u0633\u0627\u0643 \u0628\u0627\u0644\u0646\u0648\u0627\u0641\u0630\u0629 \u0627\u0644\u0639\u0627\u0626\u0645\u0629
-LBL_SnapToScreenEdges=\u0627\u0644\u0625\u0645\u0633\u0627\u0643 \u0628\u062d\u0627\u0641\u0629 \u0627\u0644\u0634\u0627\u0634\u0629 
-LBL_CloseActivatesRecentDocument=\u0625\u063a\u0644\u0627\u0642 \u0645\u0639\u0638\u0645 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0627\u0644\u0623\u062e\u064a\u0631\u0629 \u0627\u0644\u0641\u0639\u0627\u0644\u0629 
-TIP_CloseActivatesMostRecentDocument=\u0639\u0646\u062f \u0625\u063a\u0644\u0627\u0642 \u0627\u0644\u0645\u0633\u062a\u0646\u062f \u0639\u0646\u062f\u0647\u0627 \u0645\u0639\u0638\u0645 \u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a \u0627\u0644\u0623\u062e\u064a\u0631\u0629 \u062a\u0635\u0628\u062d \u0641\u0639\u0627\u0644\u0629 \u0628\u062f\u0644\u0627 \u0645\u0646 \u0627\u0644\u0645\u062c\u0627\u0648\u0631\u0629 \u0644\u0647\u0627 
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=\u0639\u0646\u062f \u0625\u063a\u0644\u0627\u0642 \u0627\u0644\u0645\u0633\u062a\u0646\u062f \u0639\u0646\u062f\u0647\u0627 \u0645\u0639\u0638\u0645 \u0627\u0644\u0645\u0633\u062a\u0646\u062f\u0627\u062a \u062a\u0635\u0628\u062d \u0641\u0639\u0627\u0644\u0629
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ar_SA.properties
deleted file mode 100644
index 1cd56c6..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,61 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Cannot parse configuration of window manager {0}.
-EXC_GroupParse=Cannot parse configuration of Group {0}.
-EXC_TCGroupParse=Cannot parse configuration of TCGroup {0}.
-EXC_TCRefParse=Cannot parse configuration of TCRef {0}.
-EXC_ModeParse=Cannot parse configuration of mode {0}.
-
-# PersistenceManager
-EXC_RootFolder=Cannot create root folder {0}
-EXC_CompsFolder=Cannot create components folder {0}
-EXC_GroupsFolder=Cannot create groups folder {0}
-EXC_ModesFolder=Cannot create modes folder {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Top component {0} could not be located or loaded from 'Components' folder.
-EXC_CannotSaveTCSettings=Settings of top component {0} could not be saved
-EXC_CopyFails=Cannot copy component settings file to folder {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Component {0} could not be saved due to problems with its serialization.
-FMT_TCReadError=Component {0} could not be opened due to problems with its deserialization.
-
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ar_SA.properties
deleted file mode 100644
index 2dcc3ae..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation for windowing support.
-OpenIDE-Module-Long-Description=Adds classes implementing the window system part of the APIs.
-
-Actions/Window=Window
-Menu/Window=&Window
-
-# Options export
-Toolbars.Options.Export.displayName=\u0634\u0631\u064a\u0637 \u0627\u0644\u0623\u062f\u0648\u0627\u062a
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ar_SA.properties
deleted file mode 100644
index 2d1507e..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,96 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=\u062d\u0633\u0646\u0627\u064b
-CancelButton=\u0627\u0644\u063a\u064a
-CloseButton=\u0623\u063a\u0644\u0642
-# HelpButton=Help
-YesButton=\u0646\u0639\u0645
-NoButton=\u0644\u0627
-# ApplyButton=Apply
-DetailsButton=\u062a\u0641\u0627\u0635\u064a\u0644
-# ButtoBarButoo
-CTL_Button=\u0632\u0631
-
-# FileSelector
-CTL_FileSelectorOkButton=\u062d\u0633\u0646\u0627\u064b
-CTL_FileSelectorCancelButton=\u0627\u0644\u063a\u064a
-ACSD_FileSelectorOkButton=\u062d\u0633\u0646\u0627\u064b
-ACSD_FileSelectorCancelButton=\u0627\u0644\u063a\u064a
-ACSD_FileSelectorDialog=File selector dialog
-ACSN_FileSelectorTreeView=Tree View
-ACSD_FileSelectorTreeView=Tree view in file selector
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Customizer Dialog
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=\u0623\u063a\u0644\u0642
-CANCEL_OPTION_CAPTION=\u0627\u0644\u063a\u064a
-HELP_OPTION_CAPTION=&\u0645\u0633\u0627\u0639\u062f\u0629
-NO_OPTION_CAPTION=\u0644\u0627
-OK_OPTION_CAPTION=\u062d\u0633\u0646\u0627\u064b
-YES_OPTION_CAPTION=\u0646\u0639\u0645
-ACS_YES_OPTION_NAME=\u0646\u0639\u0645
-ACS_YES_OPTION_DESC=Yes button
-# - {0} message
-ACSD_ErrorMessage=Error: {0}
-ACSD_WarningMessage=Warning: {0}
-ACSD_QuestionMessage=Question {0}
-ACSD_InformationMessage=Information {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=\u0627\u0644\u063a\u064a
-ACS_CANCEL_OPTION_DESC=Cancel button
-
-ACS_OK_OPTION_NAME=\u062d\u0633\u0646\u0627\u064b
-ACS_OK_OPTION_DESC=OK button
-
-ACS_NO_OPTION_NAME=\u0644\u0627
-ACS_NO_OPTION_DESC=No button
-
-ACS_HELP_OPTION_NAME=\u0645\u0633\u0627\u0639\u062f\u0629
-ACS_HELP_OPTION_DESC=Help button
-
-ACS_CLOSED_OPTION_NAME=\u0623\u063a\u0644\u0642
-ACS_CLOSED_OPTION_DESC=\u0632\u0631 \u0627\u0644\u0627\u063a\u0644\u0627\u0642
-
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ar_SA.properties
deleted file mode 100644
index 93a8736..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,87 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=\u0627\u0644\u0645\u062d\u0631\u0631
-
-# MainWindow
-ACSD_MainWindow=\u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0627\ufef7\u0633\u0627\u0633\u064a\u0629
-# {0} build number
-# {1} project name
-# {2} name of main project
-#CTL_MainWindow_Title=NetBeans Platform 6.8 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.8 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documents:
-LBL_Description=Descri&ption:
-LBL_Activate=Swi&tch to Document
-LBL_CloseDocuments=C&lose Document(s)
-LBL_SaveDocuments=&Save Documents(s)
-LBL_Close=&\u0623\u063a\u0644\u0642
-
-ACSD_Activate=N/A
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/A
-
-CTL_DocumentsTitle=Documents
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=\u062e\u0635\u0627\u0626\u0635
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#No Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-ACSN_PropertiesSheet=Property sheet
-ACSD_PropertiesSheet=View shows properties for given node.
-EXC_CannotLoadNodes=Nodes cannot be loaded into the property sheet. They probably no longer exist.
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ar_SA.properties
deleted file mode 100644
index c55b344..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&Small Toolbar Icons
-
-# ToolbarLayout
-EXC_wrongConstraints=cannot add to layout: does not use ToolbarConstraints
-
-CTL_CustomizeToolbars=&Customize...
-
-#New Toolbar Button label
-CTL_NewToolbar=&New Toolbar...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&Small Toolbar Icons
-
-#Drag and Drop hint
-CTL_TreeLabel=Drag items to or from the toolbars to add or remove them...
-
-LBL_PleaseWait=Please wait...
-
-#Close customizer button
-CTL_Close=&\u0623\u063a\u0644\u0642
-
-#Customizer dialog window title
-CustomizerTitle=Customize Toolbars
-
-ACSD_ActionsTree=Drag items from here to toolbars.
-ACSN_ActionsTree=Actions Pool
-
-ACSN_ActionsScrollBar=Actions Pool Scrollbar
-ACSD_ActionsScrollBar=Actions Pool Scrollbar
-
-ACSD_ToolbarCustomizer=Toolbar Customizer
-
-ACSD_Close=Close Button
-ACSD_NewToolbar=New Toolbar Button
-
-ACSD_SmallIcons=Small Icons Checkbox
-
-CTL_ResetToolbarsAction=Reset &Toolbars
-CTL_ResetToolbarsButton=Reset &Toolbars
-
-
-
-PROP_newToolbarLabel=&Name:
-PROP_newToolbarDialog=New Toolbar
-PROP_newToolbar=Toolbar
-MSG_ToolbarExists=Toolbar {0} already exists.
-
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ar_SA.properties
deleted file mode 100644
index a95662b..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,241 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=The size cannot be negative
-CTL_InvalidValue=Invalid value entered
-CTL_InvalidValueWithParam=Invalid value {0} entered
-CTL_InvalidValueWithExc=Invalid value entered. \nCause: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Value of {0} should be in format {1}
-
-#ColorEditor
-CTL_AWTPalette=AWT Palette
-CTL_SwingPalette=Swing Palette
-CTL_SystemPalette=System Palette
-ACSD_CustomColorEditor=N/A
-FMT_IllegalEntry="{0}" is not a valid color identifier.  You may enter Swing or AWT constants or red/green/blue values.
-
-# ColorEditor:AWT color names
-LAB_White=\u0623\u0628\u064a\u0636
-LAB_LightGray=\u0631\u0645\u0627\u062f\u064a \u0641\u0627\u062a\u062d
-LAB_Gray=gray
-LAB_DarkGray=darkGray
-LAB_Black=black
-LAB_Red=\u0623\u062d\u0645\u0631
-LAB_Pink=\u0648\u0631\u062f\u064a
-LAB_Orange=\u0628\u0631\u062a\u0642\u0627\u0644\u064a
-LAB_Yellow=\u0623\u0635\u0641\u0631
-LAB_Green=\u0623\u062e\u0636\u0631
-LAB_Magenta=\u0623\u0631\u062c\u0648\u0627\u0646\u064a
-LAB_Cyan=\u0633\u0645\u0627\u0648\u064a
-LAB_Blue=\u0623\u0632\u0631\u0642
-# ColorEditor: system color names
-LAB_ActiveCaption=Active Caption
-LAB_ActiveCaptionBorder=Active Caption Border
-LAB_ActiveCaptionText=Active Caption Text
-LAB_Control=\u062a\u062d\u0643\u0645
-LAB_ControlDkShadow=Control Dk Shadow
-LAB_ControlHighlight=Control Highlight
-LAB_ControlLtHighlight=Control Lt Highlight
-LAB_ControlShadow=\u062a\u062d\u0643\u0645 \u0628\u0627\u0644\u0638\u0644
-LAB_ControlText=\u062a\u062d\u0643\u0645 \u0628\u0627\u0644\u0646\u0635
-LAB_Desktop=\u0633\u0637\u062d \u0627\u0644\u0634\u0627\u0634\u0629
-LAB_InactiveCaption=Inactive Caption
-LAB_InactiveCaptionBorder=Inactive Caption Border
-LAB_InactiveCaptionText=Inactive Caption Text
-LAB_Info=\u0645\u0639\u0644\u0648\u0645\u0627\u062a
-LAB_InfoText=Info Text
-LAB_Menu=\u0642\u0627\u0626\u0645\u0629
-LAB_MenuText=Menu Text
-LAB_Scrollbar=Scrollbar
-LAB_Text=\u0646\u0635
-LAB_TextHighlight=Text Highlight
-LAB_TextHighlightText=Text Highlight Text
-LAB_TextInactiveText=Text Inactive Text
-LAB_TextText=Text Text
-LAB_Window=Window
-LAB_WindowBorder=Window Border
-LAB_WindowText=Window Text
-
-#DimensionCustomEditor
-CTL_Dimension=Dimension
-CTL_Width=&Width:
-CTL_Height=&Height:
-ACSD_CTL_Width=N/A
-ACSD_CTL_Height=N/A
-ACSD_DimensionCustomEditor=N/A
-
-#DimensionEditor
-CTL_HintFormat=[width,height]
-
-#FontEditor
-CTL_Plain=Plain
-CTL_Bold=Bold
-CTL_Italic=Italic
-CTL_BoldItalic=Bold Italic
-CTL_Font=Fon&t:
-CTL_FontStyle=Font St&yle:
-CTL_Size=&Size:
-CTL_Preview=Preview
-ACSD_CTL_Font=N/A
-ACSD_CTL_FontStyle=N/A
-ACSD_CTL_Size=N/A
-ACSD_FontCustomEditor=N/A
-
-#InsetsCustomEditor
-CTL_Insets=Insets
-CTL_Top=&Top:
-CTL_Left=&Left:
-CTL_Bottom=&Bottom:
-CTL_Right=&Right:
-ACSD_CTL_Top=N/A
-ACSD_CTL_Left=N/A
-ACSD_CTL_Bottom=N/A
-ACSD_CTL_Right=N/A
-
-#InsetsEditor
-CTL_HintFormatIE=[top,left,bottom,right]
-
-# ObjectEditor
-CTL_NullValue=<Lookup null value>
-CTL_NullItem=<Lookup null item>
-
-#PointCustomEditor
-CTL_Point=\u0646\u0642\u0637\u0629
-CTL_X=&\u0633:
-ACSD_CTL_X=N/A
-CTL_Y=&\u0635:
-ACSD_CTL_Y=N/A
-ACSD_PointCustomEditor=N/A
-
-#PointEditor
-CTL_HintFormatPE=[\u0633\u060c\u0635]
-
-#RectangleCustomEditor
-CTL_Rectangle=\u0645\u0633\u062a\u0637\u064a\u0644
-ACSD_CustomRectangleEditor=N/A
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,width,height]
-
-#StringCustomEditor
-ACS_TextArea=\u0627\u0644\u0646\u0635:
-ACSD_TextArea=Enter the property text here
-ACSD_CustomStringEditor=Editor for string properties
-ACS_Instructions=Instructions
-ACSD_Instructions=N/A
-
-MSG_FontIsNotInitialized=Storing to XML failed because the value of font is not initialized.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Select a File or Directory
-CTL_DialogTitleFiles=\u0627\u062e\u062a\u0631 \u0645\u0644\u0641
-CTL_DialogTitleDirs=\u0627\u062e\u062a\u0631 \u062c\u062f\u0644\u064a\u0644
-ACSD_FileEditor=N/A
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Unspecified>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=\u062e\u0635\u0627\u0626\u0635
-ACSD_PropertiesEditorPane=N/A
-ACSD_CustomPropertiesEditor=N/A
-WARN_PropertiesComments=Warning: comments will be discarded.
-
-#StringArrayCustomEditor
-CTL_Empty=<empty>
-CTL_Item=&Item:
-ACSD_CTL_Item=N/A
-CTL_ItemList=Item &List
-ACSD_CTL_ItemList=N/A
-CTL_Add_StringArrayCustomEditor=&Add
-ACSD_CTL_Add_StringArrayCustomEditor=N/A
-CTL_Change_StringArrayCustomEditor=&\u062a\u062d\u0631\u064a\u0631
-ACSD_CTL_Change_StringArrayCustomEditor=N/A
-CTL_Remove=&\u062d\u0630\u0641
-ACSD_CTL_Remove=N/A
-CTL_MoveUp=&Up
-ACSD_CTL_MoveUp=N/A
-CTL_MoveDown=Do&wn
-ACSD_CTL_MoveDown=N/A
-ACSD_StringArrayCustomEditor=N/A
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Non integer input value: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Illegal string kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - valid values are: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Unknown class: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Not a legal value: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Not a recognized URL: {0}
-#
-MSG_NULL_OR_EMPTY=Null, or an empty array
-
-#ObjectEditor
-ACSN_ObjectTree=Available options
-ACSD_ObjectTree=Select an object
-
-#Font Editor
-MSG_AppleBug=If you are seeing this message, an error occured while initializing the list of available fonts.  This is due to a bug in the Apple JVM triggered when bitmap fonts are installed on the system.  In order to use the font editor, you will need to uninstall all bitmap fonts on your system.  See Apple BugReporter issue 3121780 for further details.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=\u062d\u0633\u0646\u0627\u064b
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ar_SA.properties
deleted file mode 100644
index d8bb2eb..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,176 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Core
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The basic framework of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the central infrastructure that lets NetBeans-based applications run. It cannot be disabled.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=A {0} exception has occurred.\n\tClick Show Details or see the messages.log file located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-# {0} - class name of exception
-NTF_ExceptionWarning=A {0} exception has occurred.\nHowever, the system should continue working without further problems.\nClick Show Details for the stack trace.
-NTF_ExceptionWarningTitle=\u062a\u062d\u0630\u064a\u0631
-
-#startup info messages
-MSG_MainWindowInit=Initializing Main Window...
-MSG_WindowShowInit=Opening Main Window...
-
-#NbTopManager
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Saving {0} ...
-MSG_AllSaved=Save All finished.
-
-CTL_Cannot_save=Cannot save {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Password Protected Site
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=View By:
-ShortcutsEditor.actionsButton.text=\u0623\u0641\u0639\u0627\u0644
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Shortcuts
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Select View by Actions to Edit Shortcuts for an Action
-ShortcutsPanel.addButton.text=\u062a\u0635\u0641\u062d
-ShortcutsPanel.removeButton.text=\u064a\u0632\u064a\u0644
-ShortcutsPanel.AddActionTitle=New Shortcut
-ActionsPanel.shortcutAddButton.text=\u062a\u0635\u0641\u062d
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=\u064a\u0632\u064a\u0644
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Edit Shortcuts
-ActionsPanel.AddShortcut=Add Shortcut
-ActionsPanel.ShortcutLabel=Shortcut:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Select View by Shortcuts, but for Edit Shortcuts should be View by Action selected
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Add New Shortcuts for Actions
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Remove Shortcuts for Actions
-ACSN_ShortcutsPanel.shortcutsList=\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u062e\u062a\u0635\u0627\u0631\u0627\u062a
-ACSD_ShortcutsPanel.shortcutsList=N/A
-ACS_ActionsPanel.ShortcutLabel.a11yName=\u0627\u0645\u0644\u0623 \u0627\u0644\u0627\u062e\u062a\u0635\u0627\u0631
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=\u0627\u0645\u0644\u0623 \u0627\u0644\u0627\u062e\u062a\u0635\u0627\u0631 \u0645\u0646 \u062e\u0644\u0627\u0644 \u062f\u0645\u062c \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d
-ACSN_ActionsPanel.actionsTree=N/A
-ACSN_ActionsPanel.shortcutsList=\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u062e\u062a\u0635\u0627\u0631\u0627\u062a
-ACSD_ActionsPanel.actionsTree=N/A
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/A
-ACSD_ActionsPanel.Dialog=\u0625\u0636\u0627\u0641\u0629 \u0627\u062e\u062a\u0635\u0627\u0631 \u062c\u062f\u064a\u062f \u0625\u0644\u0649 \u0627\u0644\u062d\u062f\u062b \u0627\u0644\u0645\u062d\u062f\u062f
-ACS_ActionsPanel=N/A
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=\u0647\u0646\u0627\u0643 \u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u062e\u062a\u0635\u0627\u0631 \u0645\u0631\u062a\u0628\u0637 \u0645\u0639 \u0647\u0630\u0627 \u0627\u0644\u062d\u062f\u062b ({0}).\n\u0647\u0644 \u062a\u0631\u064a\u062f \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u062d\u062f\u062b \u0627\u0644\u062c\u062f\u064a\u062f \u0627\u0644\u0645\u062d\u062f\u062f \u0628\u062f\u0644\u0627 \u0645\u0646\u0647\u061f
-
-CTL_ExitTitle=\u062d\u0641\u0638
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&\u062d\u0641\u0638
-ACSD_Save=\u062d\u0641\u0638.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=\u062d\u0641\u0638 &\u0627\u0644\u0643\u0644
-ACSD_SaveAll=\u062d\u0641\u0638 \u0627\u0644\u0643\u0644.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&\u0627\u0644\u062a\u0631\u0627\u062c\u0639 \u0639\u0646 \u0627\u0644\u0643\u0644
-ACSD_DiscardAll=\u0627\u0644\u062a\u0631\u0627\u062c\u0639 \u0639\u0646 \u0627\u0644\u0643\u0644.
-EXC_Save=\u062d\u062f\u062b \u0627\u0633\u062a\u062b\u0646\u0627\u0621 \u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u062d\u0641\u0638
-# NotifyException
-CTL_Title_Exception=\u0627\u0633\u062a\u062b\u0646\u0627\u0621
-CTL_NextException=&\u0627\u0644\u062a\u0627\u0644\u064a >
-CTL_PreviousException=< &\u0627\u0644\u0633\u0627\u0628\u0642
-CTL_Exception_Hide_Details=&\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644
-CTL_Exception_Show_Details=&\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644
-ACSD_NextException=N/A
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/A
-
-ACSN_ListOfChangedFiles=\u0642\u0627\u0626\u0645\u0629
-ACSD_ListOfChangedFiles=\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0627\u0644\u0645\u0639\u062f\u0644\u0629 \u0644\u0644\u062d\u0641\u0638
-ACSD_ExitDialog=\u0645\u0631\u0628\u0639 \u062d\u0648\u0627\u0631 \u0644\u062d\u0641\u0638 \u0623\u064a \u062a\u0639\u062f\u064a\u0644\u0627\u062a
-
-#NonGuiMain
-CTL_INPUT_option=-i <fileName>         \u062f\u062e\u0644 \u0645\u0644\u0641 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0627\u062a
-CTL_OUTPUT_option=-o <fileName>         \u062e\u0631\u062c \u0645\u0644\u0641 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0627\u062a
-CTL_FP_option=-fp <fileName>        \u0645\u0644\u0641 \u0627\u0644\u062e\u0635\u0627\u0626\u0635 \u0644\u0644\u062a\u062d\u0645\u064a\u0644
-CTL_ENV_option=-e                    \u062a\u062d\u0645\u064a\u0644 \u0645\u062a\u062d\u0648\u0644\u0627\u062a \u0627\u0644\u0628\u064a\u0626\u0629 \u0643\u062e\u0635\u0627\u0626\u0635
-CTL_INFO_option=-info                 \u0637\u0628\u0627\u0639\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0646\u0638\u0627\u0645 \u0639\u0646\u062f \u0628\u062f\u0621 \u0627\u0644\u062a\u0634\u063a\u064a\u0644 (default is -noinfo)
-CTL_NOLOAD_option=-noload               \u0644\u0627 \u062a\u0642\u0645 \u0628\u0627\u0633\u062a\u062f\u0639\u0627\u0621 TopManager \u0644\u0644\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u062a\u0644\u0642\u0627\u0626\u064a \u0644\u0644 \u0648\u062d\u062f\u0627\u062a \u0639\u0646\u062f \u0628\u062f\u0621 \u0627\u0644\u062a\u0634\u063a\u064a\u0644
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI \u0648\u0636\u0639
-CTL_MdiMode=MDI \u0648\u0636\u0639
-
-# NbPlaces
-CTL_NoWorkspaces=\u0644\u0627 \u064a\u0648\u062c\u062f \u0645\u0633\u0627\u062d\u0629 \u0639\u0645\u0644
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/A
-ACD_NotifyExcPanel_Dialog=N/A
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT Event Dispatch Thread is blocked for {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=\u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0637\u0644\u0648\u0628
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=&\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645:
-NbAuthenticatorPanel.passwordLbl.text=&\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631:
-
-Title_WebBrowser=Web Browser
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ar_SA.properties
deleted file mode 100644
index 2bb592c..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,67 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&Acerca de
-About_title=Acerca de
-
-#CopyProductInfoAction
-CopyProductInfo=Copy Info
-CopyProductInfoAction=&Copy Info
-CTL_CopyButton_tooltip=Copy NetBeans Product Information to clipboard
-
-#HtmlViewAction
-CTL_OpeningBrowser=Opening Browser ...
-HTMLView=&Web Browser
-
-#SystemExit
-Exit=E&xit
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Next Inner View
-LBL_PreviousViewCallbackAction=Previous Inner View
-
-# jump next/prev actions
-JumpNextAction=Ne&xt Error
-JumpPrevAction=&Previous Error
-
-#LogAction
-MSG_LogTab_name=IDE &Log
-MSG_ShortLogTab_name=IDE Log
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ar_SA.properties
deleted file mode 100644
index 3cc38ab..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>\u0625\u0635\u062f\u0627\u0631 \u0627\u0644\u0645\u0646\u062a\u062c\:</b> {0}</p>\n <p style=\"margin: 0\"><b>\u062c\u0627\u0641\u0627\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>\u0627\u0644\u0646\u0638\u0627\u0645\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>\u0645\u062c\u0644\u062f \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE and NetBeans Platform are based on software from netbeans.org, which has been dual licensed under the Common Development and Distribution License (CDDL) and the GNU General Public License version 2 with Classpath exception. \u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a , \u064a\u0631\u062c\u0649 \u0632\u064a\u0627\u0631\u0629 <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} \u0627\u0644\u0627\u0635\u062f\u0627\u0631 {1} \u064a\u0639\u0645\u0644 \u0639\u0644\u0649 {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=\u0645\u0633\u062a\u0639\u0631\u0636 HTML \u0628\u0633\u064a\u0637\u0629 \u0628\u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0639\u0644\u0649 \u0645\u0643\u0648\u0646\u0627\u062a \u0627\u0644\u0645\u0643\u062a\u0628\u0629 Swing
-MSG_cannot_create_browser=\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0646\u0634\u0627\u0621 \u0645\u0633\u062a\u0639\u0631\u0636 \u0627\u0644\u0640 HTML \u0628\u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0639\u0644\u0649 \u0627\u0644\u0645\u0643\u062a\u0628\u0629 Swing
-Services/Browsers/SwingBrowser.settings=Swing HTML Browser
-LBL_Close=\u0625\u063a\u0644\u0627\u0642
-MNE_Close=C
-ACSN_Close=\u0625\u063a\u0644\u0627\u0642
-ACSD_Close=\u0625\u063a\u0644\u0627\u0642
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ar_SA.properties
deleted file mode 100644
index 361acc1..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=\u0645\u0643\u062a\u0628\u0627\u062a
-OpenIDE-Module-Short-Description=Bundles JNA library.
-OpenIDE-Module-Long-Description=This module bundles JNA library.
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ar_SA.properties
deleted file mode 100644
index 0155201..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Scripting API Integration
-OpenIDE-Module-Display-Category=\u0645\u0643\u062a\u0628\u0627\u062a
-OpenIDE-Module-Short-Description=This module bundles the Scripting APIs
-OpenIDE-Module-Long-Description=The module bundles the scripting APIs (javax.script package)produced by OpenJDK project,so other modules, running on Java5, can still make use of them.
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ar_SA.properties
deleted file mode 100644
index 4f85004..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=\u0645\u0643\u062a\u0628\u0627\u062a
-OpenIDE-Module-Short-Description=Bundles the JUnit 4.x testing library.
-OpenIDE-Module-Long-Description=Includes the JUnit 4.x unit testing library.
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ar_SA.properties
deleted file mode 100644
index ee5735e..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=\u0628\u062d\u062b \u0633\u0631\u064a\u0639
-QuickSearchComboBar.jLabel2.toolTipText=Click or press Shift+F10 for Category selection
-MSG_DiscoverabilityHint=\u0628\u062d\u062b
-MSG_DiscoverabilityHint2=\u0627\u0628\u062d\u062b \u0641\u064a {0}
-LBL_MoreResults=...
-LBL_AllCategories=All Categories
-QuickSearchPopup.searchingLabel.text=\u062c\u0627\u0631\u064a \u0627\u0644\u0628\u062d\u062b ...
-QuickSearchPopup.noResultsLabel.text=( No Results )
-QuickSearchPopup.hintLabel.text={0}; Press {1} for All Categories
-AbstractQuickSearchComboBar.command.toolTipText=Quick Search in the system {0}
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ar_SA.properties
deleted file mode 100644
index 1e461bd..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Cannot display URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ar_SA.properties
deleted file mode 100644
index 6022c2b..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=Quick Search API
-OpenIDE-Module-Short-Description=Infrastructure for quick search in menu items, actions, files etc.
-QuickSearch/Recent=Recent Searches
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ar_SA.properties
deleted file mode 100644
index 88982ad..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=No Filter
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ar_SA.properties
deleted file mode 100644
index d49dc22..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=ETable and Outline
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ar_SA.properties
deleted file mode 100644
index 6a18b53..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Look & Feel Customization Library
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles per-look-and-feel UIManager customizations for NetBeans
-OpenIDE-Module-Long-Description=Defines NetBeans-specific values needed in UIManager and ensures that some values available in BasicLookAndFeel are available on all look and feels. Handles metal-theme support, look and feel selection and initializing custom font sizes
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_ar_SA.properties
deleted file mode 100644
index fa839da..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=Warning: Due to JDK bug 5079742, fonts in NetBeans will not look good. Please install JDK 1.5.0_02 or newer, details at http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ar_SA.properties
deleted file mode 100644
index df04711..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Tab Control
-OpenIDE-Module-Display-Category=\u0645\u0643\u062a\u0628\u0627\u062a
-OpenIDE-Module-Short-Description=The tab control used by the window system
-OpenIDE-Module-Long-Description=The NetBeans windowing system's tab control bean library
-
-
-
-ACS_TabbedContainer=Tab Control
-ACSD_TabbedContainer=Tab control to switch between tabs.
-
-TT_TabDisplayer_Close=<html>Shift + click to close all documents<br>Alt + click to close other documents
-
diff --git a/l10n/src/ar_SA/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ar_SA.properties
deleted file mode 100644
index e45f9d5..0000000
--- a/l10n/src/ar_SA/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Show Opened Documents List
-
-Tip_Restore_Window=\u0625\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0646\u0627\u0641\u0630\u0629
-
-Tip_Maximize_Window=Maximize Window
-
-Tip_Minimize_Window=\u062a\u0635\u063a\u064a\u0631 \u0627\u0644\u0646\u0627\u0641\u0630\u0629
-
-Tip_Pin=Pin
-
-Tip_Close_Window=\u0625\u063a\u0644\u0627\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629
-
-Tip_Scroll_Documents_Right=Scroll Documents Right
-
-Tip_Scroll_Documents_Left=Scroll Documents Left
-
diff --git a/l10n/src/ar_SA/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ar_SA.properties
deleted file mode 100644
index b42ae3c..0000000
--- a/l10n/src/ar_SA/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,150 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Actions APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Definition of common actions for NetBeans
-OpenIDE-Module-Long-Description=Provides list of common actions used by any NetBeans application.
-
-
-New=&Add
-# {0} name of the only one new type
-NewArg=&Add {0}
-
-# File
-NewFromTemplate=&\u062c\u062f\u064a\u062f
-Save=&\u0627\u062d\u0641\u0638
-Print=&\u0627\u0637\u0628\u0639...
-PageSetup=Pa&ge Setup...
-
-#0 undoableedit
-UndoWithParameter=&Undo {0}
-#0 undoableedit
-RedoWithParameter=&Redo {0}
-UndoSimple=&Undo
-RedoSimple=&Redo
-Cut=Cu&t
-Copy=Cop&y
-Paste=&Paste
-Delete=&\u0623\u062d\u0630\u0641
-Find=&Find...
-Goto=Go to &Line...
-Replace=R&eplace...
-
-# View
-Properties=&\u062e\u0635\u0627\u0626\u0635
-View=\u0639\u0631\u0636
-Edit=\u062d\u0631\u0651\u0631
-
-# Build
-Execute=&Execute
-
-# Window
-DockWindow=&Dock View
-UndockWindow=&Undock View
-CloneView=&Clone View
-CloseView=\u0623\u063a\u0644\u0642
-NextTab=&Next View
-PreviousTab=&Previous View
-
-Open=\u0627\u0641\u062a\u062d
-Rename=\u0623\u0639\u062f \u062a\u0633\u0645\u064a\u0629...
-
-MoveUp=Move Up
-MoveDown=Move Down
-
-
-Customize=Customize
-
-#rename action
-CTL_RenameTitle=\u0623\u0639\u062f \u062a\u0633\u0645\u064a\u0629
-CTL_RenameLabel=&\u0627\u0633\u0645 \u062c\u062f\u064a\u062f:
-# {0} param represents old name before renaming.
-MSG_BadFormat=This object cannot be renamed from {0} to {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Garbage Collect
-
-#HeapView
-LBL_ShowText=Show Text
-LBL_DropShadow=Drop Shadow
-LBL_OverlayGrid=Overlay Grid
-
-# NewTemplateAction
-CTL_NewName=\u0627\u0633\u0645 \u062c\u062f\u064a\u062f
-CTL_NewNameTitle=&\u062c\u062f\u064a\u062f
-
-
-#Reorder Action
-Reorder=Change Order...
-
-OpenLocalExplorer=Explore From &Here
-
-WorkspacesItems=&Workspaces
-
-
-# name of template
-CTL_Template_Name=Object &Name:
-# title of dialog
-CTL_Template_Dialog_Title=Instantiate Template
-CTL_Template_Dialog_RootTitle=Save &In:
-
-
-# Tools action
-CTL_Tools=\u0623\u062f\u0648\u0627\u062a
-CTL_EmptySubMenu=\u0641\u0627\u0631\u063a
-
-
-# name of the PopupAction
-Popup=Popup
-
-#SaveAction
-MSG_saved={0} saved.
-EXC_notsaved=There were some problems while saving {0}\nCause: {1}
-#Template wizard title
-CTL_TemplateWizard=New From Template
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Click to force garbage collection
-
-
diff --git a/l10n/src/ar_SA/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ar_SA.properties
deleted file mode 100644
index 0a9a495..0000000
--- a/l10n/src/ar_SA/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,119 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI Utilities API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface utilities.
-OpenIDE-Module-Long-Description=Helper methods for various UI related tasks.
-
-
-
-#MenuBar
-EXC_LoadMenu=Unable to load menu {0}
-EXC_LoadMenuItem=Unable to load menu item {0}
-
-#HtmlBrowser
-CTL_Back=\u0627\u0644\u062e\u0644\u0641
-CTL_Forward=\u0627\ufef7\u0645\u0627\u0645
-CTL_Reload=Reload
-CTL_Stop=\u0623\u0648\u0642\u0641
-CTL_Document_done=Document: Done
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Loading
-EXC_Module=Exception during initialization of HTML browser module
-CTL_WebBrowser=Web Browser
-HINT_WebBrowser=Web Browser
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Browser view
-ACSD_HtmlBrowser=N/A
-ACS_HtmlBrowser_Location=\u0627\u0644\u0645\u0648\u0642\u0639
-ACSD_HtmlBrowser_Location=N/A
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Horizontal
-SplittedPanelSwap=Swap panels
-ResetSplitter=Reset split line
-ACS_SplittedPanel_Name=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_Description=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_EmptySplitter=N/A
-ACSD_SplittedPanel_EmptySplitter=N/A
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/A
-#Title while loading
-LBL_Loading=Loading...
-#Title if html doesn't contain title tags
-LBL_Untitled=\u0628\u062f\u0648\u0646 \u0639\u0646\u0648\u0627\u0646
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Unknown host: {0}
-FMT_InvalidURL=Invalid URL: {0}
-FMT_NoRouteToHost=No route to host: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Invoking {4} implemented as {3} thru {1}
-
-
-# action and their performers
-Open=\u0627\u0641\u062a\u062d
-Edit=\u062d\u0631\u0651\u0631
-Print=&\u0627\u0637\u0628\u0639...
-View=\u0639\u0631\u0636
-Close=\u0623\u063a\u0644\u0642
-
diff --git a/l10n/src/ar_SA/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ar_SA.properties
deleted file mode 100644
index ad3b6b6..0000000
--- a/l10n/src/ar_SA/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Compatibility APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Some old classes that are now deprecated.
-OpenIDE-Module-Long-Description=Contains some old API classes that have now been deprecated and can be replaced. Specifically: ExplorerActions; ExplorerPanel; HttpServer; and WeakListener.
-OpenIDE-Module-Deprecation-Message=The classes in this API are all deprecated and can be replaced by more modern APIs.
-
diff --git a/l10n/src/ar_SA/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ar_SA.properties
deleted file mode 100644
index 80ff8c9..0000000
--- a/l10n/src/ar_SA/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,130 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialogs API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles dialogs and wizards.
-OpenIDE-Module-Long-Description=This module handles the dialog and wizard infrastructure used in NetBeans.
-
-# Notify system
-NTF_ErrorTitle=\u062e\u0637\u0623
-NTF_ExceptionTitle=\u0627\u0633\u062a\u062b\u0646\u0627\u0621
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=A {0} exception has occurred.\nPlease report this at http://www.netbeans.org/issues.html, including a copy of your messages.log file.\nThe messages.log file is located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-NTF_PlainTitle=Message
-NTF_QuestionTitle=\u0633\u0624\u0627\u0644
-NTF_InformationTitle=\u0645\u0639\u0644\u0648\u0645\u0627\u062a
-NTF_WarningTitle=\u062a\u062d\u0630\u064a\u0631
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Options Align
-
-#
-# names of buttons
-#
-CTL_OK=\u062d\u0633\u0646\u0627\u064b
-CTL_YES=\u0646\u0639\u0645
-CTL_NO=\u0644\u0627
-CTL_CLOSE=\u0623\u063a\u0644\u0642
-
-CTL_CANCEL=\u0627\u0644\u063a\u064a
-ACSD_CANCEL=n/a
-
-CTL_NEXT=Next >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Moves to next step of the wizard.|2#Next step: {0}. {1}}
-
-CTL_PREVIOUS=< &Back
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Moves to previous step of the wizard.|0#Previous step: {0}. {1}}
-
-CTL_FINISH=&\u0623\u0646\u0647\u064a
-ACSD_FINISH=n/a
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Input line
-ACSD_InputField=N/A
-ACN_NotifyDescriptor_MessageJTextArea=N/A
-ACD_NotifyDescriptor_MessageJTextArea=N/A
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} wizard ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} of {1}
-CTL_ContentName=\u0627\u0644\u062e\u0637\u0648\u0627\u062a
-CTL_HelpName=\u0645\u0633\u0627\u0639\u062f\u0629
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=254
-#NOI18N
-#INT_WizardBackGreen=253
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=\u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631.
-
diff --git a/l10n/src/ar_SA/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ar_SA.properties
deleted file mode 100644
index 796ecf1..0000000
--- a/l10n/src/ar_SA/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Execution API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Execution API from the Open APIs.
-OpenIDE-Module-Long-Description=Consists of parts of the org.openide.execution.* package from the Open APIs.
-
diff --git a/l10n/src/ar_SA/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ar_SA.properties
deleted file mode 100644
index 1684d37..0000000
--- a/l10n/src/ar_SA/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Explorer & Property Sheet API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Various view for displaying node structures.
-OpenIDE-Module-Long-Description=Allows definition of new views that display structures created using Nodes API.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorer [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Could not restore Explorer window; the root node "{0}" could not be restored correctly.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=An Explorer view must not veto the empty selection.
-EXC_ContextMustBeWithinRootContext=An explored context ({0}) must be within the root context ({1}).
-EXC_NodeCannotBeNull=Cannot use null for node selection.
-EXC_NoElementOfNodeSelectionMayBeNull=No element of a node selection may be null.
-EXC_NodeSelectionCannotContainNodes=A node selection cannot contain nodes ({0}) not underneath the root ({1}).
-EXC_CannotHaveNullRootContext=Cannot have null root context.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Are you sure you want to delete {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Are you sure you want to delete {0} and all of its contents?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Are you sure you want to delete these {0} items?
-MSG_ConfirmDeleteObjectTitle=Confirm Object Deletion
-MSG_ConfirmDeleteFolderTitle=Confirm Package Deletion
-MSG_ConfirmDeleteObjectsTitle=Confirm Multiple Object Deletion
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Are you sure you want to delete {0} (link to {3})?
-MSG_ConfirmDeleteShadowTitle=Confirm Link Deletion
-
-
diff --git a/l10n/src/ar_SA/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ar_SA.properties
deleted file mode 100644
index d8d7e45..0000000
--- a/l10n/src/ar_SA/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,236 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=\u0627\u0633\u062a\u062b\u0646\u0627\u0621 \u0641\u064a
-PS_Editor=Property Editor
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Array of
-FMT_ErrorSettingProperty=The property could not be set. {0} is not a valid value for {1}.
-FMT_CannotUpdateProperty={0} is not a valid value for {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(No Property Editor)
-CTL_NoProperties=<No Properties>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=\u062e\u0635\u0627\u0626\u0635
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Sort by Category
-ACS_CTL_NoSort=Sort by Category
-CTL_AlphaSort=Sort by Name
-ACS_CTL_AlphaSort=Sort by Name
-CTL_TypeSort=Sort by Type
-ACS_CTL_TypeSort=Sort by Type
-CTL_VisibleWritableOnly=Show Editable Properties Only
-ACS_CTL_VisibleWritableOnly=Show Editable Properties Only
-CTL_Customize=Customizer
-ACS_CTL_Customize=Customizer
-CTL_Help=\u0645\u0633\u0627\u0639\u062f\u0629
-ACS_CTL_Help=\u0645\u0633\u0627\u0639\u062f\u0629
-ACSD_CTL_Help=Provides help about the object whose properties are displayed in the property sheet
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Using property >>{0}<< at design time throws an exception.
-
-#PropertySheet
-CTL_Property_sheet_option=Property Sheet
-
-
-#IndexedPropertyEditor
-CTL_NoItem=No Item Available
-CTL_Index=Property Index:
-CTL_Unknown=Unknown
-
-#PropertyDialogManager
-CTL_OK=\u062d\u0633\u0646\u0627\u064b
-ACSD_CTL_OK=N/A
-CTL_Cancel=\u0627\u0644\u063a\u064a
-ACSD_CTL_Cancel=N/A
-CTL_Close=\u0623\u063a\u0644\u0642
-ACSD_CTL_Close=N/A
-CTL_Default=Reset to &Default
-ACSD_CTL_Default=N/A
-CTL_Paste=Paste
-
-#PropertyDetails
-EXC_Setter=Exception in setter method of property: {0}
-EXC_Setter_localized=Exception in setter method of property {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<no custom editor>
-CTL_No_property_editor=<no property editor>
-CTL_Different_Values=<Different Values>
-CTL_Desc_Different_Values=The selected nodes have different values for this property.
-CTL_No_properties=<No Properties>
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-CTL_ElipsisHint=Invokes customizer.
-CTL_InvalidValue=Invalid value: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Invalid value {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Type: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&\u062e\u0635\u0627\u0626\u0635
-CTL_New=&\u062c\u062f\u064a\u062f
-CTL_Delete=&\u0623\u062d\u0630\u0641
-CTL_MoveUp=Move &up
-CTL_MoveDown=Move &down
-CTL_HideDetails=&\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644
-CTL_ShowDetails=&\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644
-EXC_ErrorInIndexedSetter=Indexed property value cannot be set
-
-ACSD_Properties=N/A
-ACSD_New=N/A
-ACSD_Delete=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_HideDetails=N/A
-ACSD_ShowDetails=N/A
-ACSD_IndexedEditorPanel=N/A
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=\u0623\u0633\u0627\u0645\u064a
-COLUMN_VALUES=\u0642\u064a\u0645
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<unreadable>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Error setting value
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Unknown Sorting Mode
-
-#Button labels for property dialogs
-ok=Ok
-default=Restore default value
-cancel=\u0627\u0644\u063a\u064a
-close=\u0623\u063a\u0644\u0642
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Description
-ACSD_Description=Description of the currently selected property
-ACS_DescriptionTitle=Property name
-ACSD_DescriptionTitle=Name of the property currently being edited
-CTL_NO_DESCRIPTION=No description available.
-CTL_NO_SELECTION=Nothing selected
-ACS_Splitter=Splitter
-ACSD_Splitter=Visual divider between the properties table and the description area.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=The property
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} equals {1}
-FMT_ACST_SheetSet=Property group {0}
-ACST_No_Selection=Nothing selected
-CTL_Multiple_Selection=Multiple objects selected
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Click, or select and press CTRL-SPACE to open custom editor; right click for menu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Show Description Area
-CTL_HideDescription=Hide Description Area
-CTL_RestoreDefaultValue=Restore Default Value
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=\u062e\u0635\u0627\u0626\u0635
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=this property
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Illegal number format: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Custom editor: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Properties table
-ACSN_SHEET_TABBED_PANE=Property categories
-ACSD_SHEET_TABLE=Table of editable properties representing the current object
-ACSD_SHEET_TABBED_PANE=Can select different sets of properties of the current object to display in the property sheet
-
-LBL_QUICKSEARCH=Quick Search:
-
-MSG_SetAsText_InvalidValue=Invalid value: {0}
-
diff --git a/l10n/src/ar_SA/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ar_SA.properties
deleted file mode 100644
index 3ffe307..0000000
--- a/l10n/src/ar_SA/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=\u0641\u0627\u0631\u063a
-MenuViewStartFromRoot=Browse from root
-MenuViewStartFromCurrent=Browse from current point
-
-# TabView
-TabView_RootTab=\u062c\u0630\u0631
-
-# TreeView
-VetoSelectedNodes=Selected Nodes
-LBL_QUICKSEARCH=Search:
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=This object cannot be renamed from {0} to {1}.
-ACSN_TreeViewCellEditor=Rename editor
-ACSD_TreeViewCellEditor=In-place editor of node name in the tree view
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=Target did not accept the content of the transfer.
-
-MSG_ABORT=\u0627\u0644\u063a\u064a
-
-#TableSheet
-ACS_TableSheet=\u062c\u062f\u0648\u0644 \u0627\u0644\u062e\u0635\u0627\u0626\u0635
-ACSD_TableSheet=N/A
-ACS_NullPanel=No property
-# {0} - bean
-ACSD_NullPanel=No property. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Type: {1} Bean: {2}
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Change Visible Columns
-LBL_ColumnDialogDesc=Choose the Columns to Display in the List
-LBL_ListOptions=List Options
-LBL_ChangeColumns=Change Visible Columns...
-LBL_SortMenu=Sort
-LBL_Ascending=Ascending
-LBL_Descending=Descending
-LBL_ColsMenu=Column
-LBL_MoveLeft=Move Left
-LBL_MoveRight=Move Right
-MSG_NoColumnsToChange=There are no columns to change their visibility.
-LBL_NoSort=None
-ACSN_ColumnDialog=Change Visible Columns
-ACSD_ColumnDialog=Choose the Columns to Display in the List
-
-#a11y
-ACSN_TreeTable=N/A
-ACSD_TreeTable=N/A
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Show only rows where
-
-CTL_ColumnsSelector=Change Visible Columns
-ACN_ColumnsSelector=Columns Selector
-ACD_ColumnsSelector=Select visible columns
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Choose the Columns to Display in the List
-NodeOutlineModel_NodesColumnLabel=Nodes
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Accessing {0} without Children.MUTEX read access
-
diff --git a/l10n/src/ar_SA/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ar_SA.properties
deleted file mode 100644
index 2970db3..0000000
--- a/l10n/src/ar_SA/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Invalid XML document:
-
-W-003=Warning: XML parser does not support lexical-handler feature.
-
diff --git a/l10n/src/ar_SA/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ar_SA.properties
deleted file mode 100644
index acd9551..0000000
--- a/l10n/src/ar_SA/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,197 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=File System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Virtual File System API.
-OpenIDE-Module-Long-Description=Allows access to file like resources in a way independent on actual OS files. Supports notification of changes on disk.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Invalid {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=Root {0} does not exist.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=File {0} in {1} is read-only.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Cannot create file {0} because {1} on filesystem {2} is not a folder.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Slash in folder name "{0}" not allowed.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Folder {0} already exists in {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Cannot create folder {0} in {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=File {0} already exists in filesystem {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Invalid lock [{0}] for file {1} in {2} with current lock [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Cannot modify filesystem.attributes file:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=File {1} cannot be found in folder {0}.
-
-
-# {0} = file object name
-# {1} = filesystem name
-# {2} = name of java.io.File or file path
-EXC_CannotLock=File {2} cannot be locked because it is read-only.
-
-# JAR
-
-# {0} = name of zip file 
-EXC_FileNotExists=File {0} does not exist.
-
-# {0} = name of zip file 
-EXC_CanntRead=Cannot read from file {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Error in file {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Error in JAR file {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Unknown JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Multi-Filesystem
-EXC_FileOutsideModified=File {0} not found. Another application may have moved the file or changed the name.
-XML_NotValidXMLFileSystem=Invalid XML FileSystem.
-EXC_DefAttrReadErr=Cannot read DefaultAttributes.
-EXC_UnreachableCode=Internal error: unreachable code.
-
-EXC_FolderCopy=Folder copying not supported.
-XML_RootInvalid=FileSystem element must be the root element.
-XML_MisssingAttr=Attribute \"name\" is missing
-XML_InaccurateParam=Inaccurate number of parameters
-XML_UnknownElement=Unknown element.
-XML_DuplElement=Duplicated FileObject:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} in {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Opening stream for {0}
-
diff --git a/l10n/src/ar_SA/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ar_SA.properties
deleted file mode 100644
index db5337d..0000000
--- a/l10n/src/ar_SA/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=I/O APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Open APIs relating to displaying output.
-OpenIDE-Module-Long-Description=Contains classes from org.openide.windows.* relating to creating output tabs, displaying output, and hyperlinking it.
-
diff --git a/l10n/src/ar_SA/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ar_SA.properties
deleted file mode 100644
index 5023712..0000000
--- a/l10n/src/ar_SA/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,325 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Datasystems API
-OpenIDE-Module-Short-Description=\u0628\u0631\u0646\u0627\u0645\u062c NetBeans  \u064a\u0641\u062a\u062d \u0648\u0627\u062c\u0647\u0629 API \u0644\u062a\u0639\u062f\u064a\u0644 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639
-OpenIDE-Module-Long-Description=Datasystems API \u0647\u064a \u0637\u0628\u0642\u0629 \u0627\u0644\u0639\u0644\u064a\u0627 \u0645\u0646 \u0646\u0638\u0627\u0645 \u0627\u0644\u0645\u0644\u0641\u0627\u062a API \n\u0648\u0627\u0644\u062a\u064a \u062a\u0646\u0638\u0645 \u0648\u062a\u062c\u0645\u0639 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u0648\u062a\u0639\u0637\u064a \u0644\u0647\u0645 \u0645\u0639\u0627\u0646\u064a \u0643\u0644\u0645\u0627\u062a \u062e\u0627\u0635\u0629 \u0645\u0631\u0629 \u0648\u0627\u062d\u062f \u0625\u0646 \u062c\u0632\u0621 \u0645\u0646 APIs \u0627\u0644\u0639\u0627\u0645, \n\u0625\u0646\u0647 \u0627\u0644\u0623\u0646 \u0645\u0642\u0633\u0645 \u0627\u0644\u0649 \u0639\u062f\u0629 \u0623\u062c\u0632\u0627\u0621 \u0645\u0633\u062a\u0642\u0644\u0629
-OpenIDE-Module-Display-Category=Infrastructure
-
-#DefaultDataObject
-HINT_DefaultDataObject=\u0627\u0644\u0645\u0644\u0641 \u063a\u064a\u0631 \u0645\u0639\u062a\u0631\u0641 \u0628\u0647
-
-EXC_SharedAccess=\u0648\u0635\u0648\u0644 \u0645\u0634\u062a\u0631\u0643 
-
-#Folder.Index
-EXC_ReorderFailed=\u0644\u0627\u064a\u0645\u0643\u0646 \u062d\u0641\u0638 \u0627\u0644\u0623\u0645\u0631 \u0627\u0644\u062c\u062f\u064a\u062f
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=\u0644\u0627\u064a\u0645\u0643\u0646 \u062d\u0641\u0638 \u0627\u0644\u0645\u0644\u0641 {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=\u0648\u0635\u0644\u0629 \u0627\u0644\u0649 {3}
-
-PROP_ShadowOriginalName=\u0627\u0644\u0625\u0633\u0645 \u0627\u0644\u0623\u0635\u0644\u064a
-HINT_ShadowOriginalName=\u0625\u0633\u0645 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0648\u0647\u0630\u0627 \u0627\u0644\u0648\u0635\u0644\u0629 \u062a\u0634\u064a\u0631 \u0625\u0644\u064a\u0647
-PROP_ShadowOriginalFileSystem=\u0625\u0633\u0645 \u0645\u0644\u0641 \u0627\u0644\u0646\u0638\u0627\u0645 \u0627\u0644\u0623\u0635\u0644\u064a 
-HINT_ShadowOriginalFileSystem=\u0625\u0633\u0645 \u0645\u0644\u0641 \u0627\u0644\u0646\u0638\u0627\u0645 \u0647\u0648 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0627\u0644\u0623\u0635\u0644\u064a 
-
-# DataNode
-PROP_name=\u0627\u0644\u0625\u0633\u0645
-HINT_name=\u0625\u0633\u0645 \u0647\u0630\u0627 \u0627\u0644\u0645\u0634\u0631\u0648\u0639
-PROP_template=\u0642\u0627\u0644\u0628 
-HINT_template=\u0625\u0630\u0627 \u0643\u0627\u0646 \u0635\u062d\u064a\u062d, \u0647\u0630\u0627 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0647\u0648 \u0642\u0627\u0644\u0628 (\u0628\u0625\u0645\u0643\u0627\u0646\u0643 \u0625\u0633\u062a\u0646\u0633\u0627\u062e\u0647)
-PROP_files=\u0643\u0644 \u0627\u0644\u0645\u0644\u0641\u0627\u062a 
-HINT_files=\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0645\u0645\u062b\u0644\u0629 \u0628\u0647\u0630\u0627 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 
-PROP_size=\u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 
-HINT_size=\u0637\u0648\u0644 \u0627\u0644\u0645\u0644\u0641 \u0628\u0627\u0644\u0628\u0627\u064a\u062a\u0627\u062a (\u0641\u0642\u0637 \u064a\u0637\u0628\u0642 \u0639\u0644\u0649 \u0623\u0648\u0644 \u0645\u0644\u0641 \u0636\u0645\u0646 \u0642\u0627\u0626\u0645\u0629 \u0643\u0644 \u0627\u0644\u0645\u0644\u0641\u0627\u062a.)
-PROP_lastModified=\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0648\u0642\u062a
-HINT_lastModified=\u0639\u0646\u062f\u0645\u0627 \u0647\u0630\u0627 \u0627\u0644\u0645\u0644\u0641 \u0642\u062f \u062a\u0645 \u0623\u062e\u0631 \u062a\u0639\u062f\u064a\u0644 \u0644\u0647  (\u0641\u0642\u0637 \u064a\u0637\u0628\u0642 \u0639\u0644\u0649 \u0623\u0648\u0644 \u0645\u0644\u0641 \u0636\u0645\u0646 \u0642\u0627\u0626\u0645\u0629 \u0643\u0644 \u0627\u0644\u0645\u0644\u0641\u0627\u062a.)
-PROP_extension=\u0625\u0645\u062a\u062f\u0627\u062f
-HINT_extension=\u0625\u0645\u062a\u062f\u0627\u062f \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0623\u0633\u0627\u0633\u064a 
-ERROR_extension=\u0644\u0627\u064a\u0645\u0643\u0646 \u062a\u063a\u064a\u0631 \u0627\u0644\u0625\u0645\u062a\u062f\u0627\u062f File is modified.
-
-# name of set with sorting options
-PROP_sorting=Sorting
-HINT_sorting=Sorting and ordering settings.
-
-#
-# folder sort mode property
-PROP_sort=Sort Mode
-HINT_sort=Determines how objects in the package should be sorted.
-# SortModeEditor
-VALUE_sort_none=Unsorted
-VALUE_sort_names=By Name
-VALUE_sort_class=By Type
-VALUE_sort_folder_names=By Name (Packages First)
-VALUE_sort_last_modified=By Modification Time
-VALUE_sort_size=By File Size
-
-
-#
-# Names of paste types
-#
-PT_move=&Move
-PT_copy=&Copy
-PT_instantiate=&Instantiate
-PT_shadow=Create &Link
-PT_serialize=&Serialize
-PT_instance=&Default instance
-
-# 
-SerializeBean_Text=&Name of file to serialize the instance to
-SerializeBean_Title=Instance Serialization
-
-#
-# new folder
-#
-CTL_NewFolder=Dossier
-CTL_NewFolderName=&Name:
-CTL_NewFolderTitle=Create New Folder
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=File {0} already exists in folder {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Folder {0} already exists in folder {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=The file {1} seems to be too large ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) to safely open. \nOpening the file could cause OutOfMemoryError, which would make the IDE unusable. Do you really want to open it?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML Configuration Files
-PROP_XmlError=Error (recoverable)
-PROP_XmlWarning=\u062a\u062d\u0630\u064a\u0631
-PROP_XmlFatalError=FATAL ERROR
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Cannot create folder; {0} is not a valid name.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Cannot copy {0}: The destination folder is the same as the source folder.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Cannot copy {0}: The destination folder is a subfolder of the source folder.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=New Wizard - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=New Wizard
-LAB_TemplateChooserPanelName=Choose Template
-LAB_SelectTemplateBorder=&Select a Template:
-MSG_NoDescription=No description
-MSG_InitDescription=Initializing description...
-LAB_TemplateDescriptionBorder=&Template Description:
-LAB_TargetLocationPanelName=Target Location
-LAB_TargetLocationDescription=Please select a folder for the newly created object or enter the folder name below:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/A
-ACSD_TemplateWizard1=N/A
-
-CTL_NewObjectName=&\u0625\u0633\u0645\:
-ACSD_NewObjectName=N/A
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/A
-
-LBL_settingsNodeName=Settings
-EXC_folder_delete_failed=Could not remove source folder while moving.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<top folder> [{0}]
-FMT_DefaultNewObjectName=<default name>
-
-LBL_shadow_loader_display_name=\u0631\u0648\u0627\u0628\u0637
-LBL_folder_loader_display_name=\u0645\u062c\u0644\u062f\u0627\u062a
-LBL_default_loader_display_name=Unrecognized Objects
-LBL_instance_loader_display_name=Action Instances
-
-FMT_CannotCopyDo=Warning: Object {0} cannot be copied.
-FMT_CannotMoveDo=Warning: Object {0} cannot be moved.
-
-# InstanceDataObject
-LBL_separator_instance=(separator)
-PROP_instance_class=Class Name
-HINT_instance_class=Java class name of the object being represented.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=There are problems with saving the {0} bean.
-
-FMT_brokenShadowName={0} (Broken Link)
-HINT_brokenShadowOriginalName=Broken Link
-PROP_brokenShadowOriginalName=Broken Link
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Broken Link Filesystem
-HINT_brokenShadowFileSystem=Broken Link Filesystem
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Unrecognized setting>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Data Object Copy Flavor
-LBL_DOcut=Data Object Cut Flavor
-#NewObjectPanel
-LAB_NewObjectPanelName=New Object Name
-FMT_DefaultNewObject=<default>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=The popup menu for objects of type {0} could not be restored; using default settings.
-LBL_loader_display_name=Loader
-
-MSG_renameError=This object cannot be renamed from {0} to {1}.
-MSG_NotValidName=Cannot give {0} an empty name.
-ERR_NoFilesystem=No enabled filesystem. Make sure that you have at least one filesystem that is not read-only and is not hidden.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=The target filesystem or folder does not exist.
-MSG_fs_is_readonly=The target filesystem is read-only.
-# {0} - name of the existing file
-MSG_file_already_exist=The file {0} already exists.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Filesystem Action
-#InstantiateAction
-Instantiate=Instantiate
-#SaveAsTemplateAction
-SaveAsTemplate=Save As Template...
-Title_SaveAsTemplate=Save As Template
-CTL_SaveAsTemplate=&Select the category in which the new template will appear:
-CTL_SaveAsTemplate_TemplatesRoot=Templates
-SaveAll=\u062d\u0641\u0638 &\u0627\u0644\u0643\u0644
-HINT_SaveAll=Save all files (if the Compile on Save feature is on, this will also compile/build your files)
-# FileSystemRefreshAction
-LAB_Refresh=Refresh Folder
-# NewTemplateAction
-EXC_TemplateFailed=Creation of the object from template failed.
-NewTemplate=&\u062c\u062f\u064a\u062f
-NewTemplateAction=All Templates...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=\u0641\u0627\u0631\u063a
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Opening {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=File {0} is modified. Save it ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modified)
-TIP_editor_ro=\ (read-only)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=File {0} was changed to read-only! All changes will be discarded.
-MSG_FileReadOnlySaving=File {0} was changed to read-only! Can not save it.
-MSG_FileReadOnlyChanging=File {0} was changed to read-only!
-
-
-MSG_BinaryFileQuestion=This file appears to contain binary data. Are you sure you want to open it in the text editor?
-MSG_BinaryFileWarning=Binary File Detected
-
-CTL_SaveAsAction=Sa&ve As...
-MSG_SaveAsFailed=There were some problems while saving {0}\nCause: {1}
-LBL_SaveAsTitle=\u0627\u062d\u0641\u0638 \u0643\u0640
-MSG_CannotCreateTargetFolder=Cannot create the target folder.
-MSG_SaveAs_SameFileSelected=Select a different file name please.
-MSG_SaveAs_SameFileSelected_Title=\u0627\u062d\u0641\u0638 \u0643\u0640
-
diff --git a/l10n/src/ar_SA/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ar_SA.properties
deleted file mode 100644
index 3265c48..0000000
--- a/l10n/src/ar_SA/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=APIs for getting information about installed modules.
-OpenIDE-Module-Long-Description=Allows to get list of installed modules, inspect their properties and dependencies.
-
diff --git a/l10n/src/ar_SA/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ar_SA.properties
deleted file mode 100644
index ec965ea..0000000
--- a/l10n/src/ar_SA/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,96 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Nodes API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for defining generic tree-like structures.
-OpenIDE-Module-Long-Description=Provides abstraction over tree-like structures by defining Node - the generic extensible interface that can then be displayed by the Explorer API.
-
-
-
-#Sheet
-Properties=\u062e\u0635\u0627\u0626\u0635
-Expert=Expert
-HINT_Properties=Properties of this object.
-HINT_Expert=Expert properties of this object.
-
-#indexed customizer
-LAB_order=Change Order
-LAB_listOrder=Show these fields in this order:
-LAB_listOrder_Mnemonic=S
-Button_close=\u0623\u063a\u0644\u0642
-Button_close_Mnemonic=C
-Button_up=Move up
-Button_up_Mnemonic=U
-Button_down=Move down
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/A
-ACSD_Button_up=N/A
-ACSD_Button_down=N/A
-ACSD_ListOrder=N/A
-ACSD_IndexedCustomizer=N/A
-
-#PropertySupport
-CTL_StandardName=\u0627\u0644\u0625\u0633\u0645
-CTL_StandardHint=Name of the object.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Paste Node
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copy Index
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Please Wait...
-
diff --git a/l10n/src/ar_SA/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ar_SA.properties
deleted file mode 100644
index c79a07c..0000000
--- a/l10n/src/ar_SA/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Settings Options API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for storing preferences.
-OpenIDE-Module-Long-Description=Provides classes that simplify storage of settings between multiple invocation of NetBeans based application.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.NbPreferences instead.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/ar_SA/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ar_SA.properties
deleted file mode 100644
index b4eadf3..0000000
--- a/l10n/src/ar_SA/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,134 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Text API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Generic API wrapping Swing based EditorKits.
-OpenIDE-Module-Long-Description=Provide support for defining components that embed Swing text editors.
-
-
-
-# Editor top component
-CTL_ModeName=\u0645\u062d\u0631\u0631
-
-# Print settings
-CTL_Print_settings=Print Settings
-CTL_Header_format = Printing {2} at {1}
-CTL_Footer_format = \u0627\u0644\u0635\u0641\u062d\u0629 {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Page Format
-HINT_PAGE_FORMAT=Page Format
-PROP_WRAP=Wrap Lines
-HINT_WRAP=Should lines be wrapped?
-PROP_HEADER_FORMAT=Page Header Format
-
-HINT_HEADER_FORMAT=For example, "Top of page {0} (printed on date {1}) of file {2}".
-PROP_FOOTER_FORMAT=Page Footer Format
-HINT_FOOTER_FORMAT=For example, "Bottom of page {0} (printed on date {1}) of file {2}".
-PROP_HEADER_FONT=Page Header Font
-HINT_HEADER_FONT=Set the page header font.
-PROP_FOOTER_FONT=Page Footer Font
-HINT_FOOTER_FONT=Set the page footer font.
-PROP_HEADER_ALIGNMENT=Page Header Alignment
-HINT_HEADER_ALIGNMENT=Page Header Alignment - LEFT, CENTER, RIGHT.
-PROP_FOOTER_ALIGNMENT=Page Footer Alignment
-HINT_FOOTER_ALIGNMENT=Page Footer Alignment - LEFT, CENTER, RIGHT.
-PROP_LINE_ASCENT_CORRECTION=Line Ascent Correction
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplier to correct the line ascent.
-
-# Alignment Prop Editor
-CTL_CENTER = \u0645\u0631\u0643\u0632
-CTL_RIGHT = \u064a\u0645\u064a\u0646
-CTL_LEFT = \u064a\u0633\u0627\u0631
-
-# Cancellation
-CTL_Print_progress=Page number {0} was printed.
-CTL_Print_cancellation=Print Job Progress
-CTL_Cancel=\u0627\u0644\u063a\u064a
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Current printer job was aborted.
-EXC_Printer_Problem=Printer problem: {0}
-EXC_ReadOnlyFile=File {0} is read-only.
-EXC_LoadDocument=The document {0} could not be loaded.
-LBL_EditorLoading=Loading...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=\u0633\u0624\u0627\u0644
-CTL_Save=\u0627\u062d\u0641\u0638
-ACSN_CTL_Save=N/A
-ACSD_CTL_Save=N/A
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=\u062a\u062c\u0627\u0647\u0644
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/A
-ACSD_CTL_Discard=N/A
-
-# PositionBounds
-MSG_Empty_string=Unable to insert empty string
-#editor support warning message
-FMT_FileNotFound=Warning: File {0} was not found or could not be accessed.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=File {0} was modified externally. Reload it?
-FMT_External_change_write=File {0} was modified externally. Overwrite it?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=You have specified an invalid file. Check the path.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor for {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor for {0}
-TITLE_SourceButton=\u0645\u0635\u062f\u0631
-
-
diff --git a/l10n/src/ar_SA/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ar_SA.properties
deleted file mode 100644
index 2859316..0000000
--- a/l10n/src/ar_SA/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Old Enumeration API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enumeration API that is in wrong package.
-OpenIDE-Module-Long-Description=Enumeration API that is in wrong package, org.openide.util.enum and as such it cannot be compiled with Java 1.5, because enum is a keyword. Is replaced by class org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.Enumerations instead of this module.
-
diff --git a/l10n/src/ar_SA/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ar_SA.properties
deleted file mode 100644
index 66e9cf3..0000000
--- a/l10n/src/ar_SA/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,155 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# 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.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#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
-
diff --git a/l10n/src/ar_SA/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ar_SA.properties
deleted file mode 100644
index cf2f993..0000000
--- a/l10n/src/ar_SA/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Multiple Objects Flavor
-
-Create=Create
-Paste=Paste
-
diff --git a/l10n/src/ar_SA/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ar_SA.properties
deleted file mode 100644
index 20ac56e..0000000
--- a/l10n/src/ar_SA/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,69 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Window System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for managing components on a screen.
-OpenIDE-Module-Long-Description=Provides OS and MDI/SDI neutral abstraction API over concept of components that are displayed to the user.
-
-
-
-# name of empty workspace
-None=None
-
-#CloneableTopComponent
-EXC_CannotAssign=Cannot assign component to EMPTY
-
-#TopComponent
-EXC_UnknownOperation=Unknown close operation
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Invoking {2} implemented as {3} with {0}
-
diff --git a/l10n/src/ar_SA/platform/print/print/org/netbeans/modules/print/action/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/print/print/org/netbeans/modules/print/action/Bundle_ar_SA.properties
deleted file mode 100644
index 969d2b7..0000000
--- a/l10n/src/ar_SA/platform/print/print/org/netbeans/modules/print/action/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Pa&ge Setup...
-
-# PrintAction
-TLT_Print_Action=Print
-MNU_Print_Action=&\u0627\u0637\u0628\u0639...
-ACT_Print_Action=\u0627\u0644\u0637\u0628\u0627\u0639\u0629 - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/ar_SA/platform/print/print/org/netbeans/modules/print/resources/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/print/print/org/netbeans/modules/print/resources/Bundle_ar_SA.properties
deleted file mode 100644
index c822ac6..0000000
--- a/l10n/src/ar_SA/platform/print/print/org/netbeans/modules/print/resources/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Print
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of print module.
-OpenIDE-Module-Long-Description=Implementation of print module.
-
-# layer.xml
-Actions/File=\u0645\u0644\u0641
-
diff --git a/l10n/src/ar_SA/platform/print/print/org/netbeans/modules/print/ui/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/print/print/org/netbeans/modules/print/ui/Bundle_ar_SA.properties
deleted file mode 100644
index 6b0dff0..0000000
--- a/l10n/src/ar_SA/platform/print/print/org/netbeans/modules/print/ui/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,125 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Printer problem: {0}
-LBL_Page_Setup_Button=Page &Setup
-TLT_Page_Setup_Button=Invokes the Page Setup dialog
-LBL_Print_Option_Button=Print &Options
-TLT_Print_Option_Button=Invokes the Print Options dialog
-LBL_Print_Button=&Print
-TLT_Print_Button=Invokes the Print dialog
-LBL_Close_Button=&\u0623\u063a\u0644\u0642
-TLT_Close_Button=Closes the Print Preview dialog
-LBL_Print_Preview=Print Preview
-LBL_Fit_to_Width=Fit to Width
-LBL_Fit_to_Height=Fit to Height
-LBL_Fit_to_All=Show All Pages
-
-TLT_First=&First page (Alt+F)
-TLT_Previous=P&revious page (Alt+R)
-TLT_Next=&Next Page (Alt+N)
-TLT_Last=&Last Page (Alt+L)
-TLT_Fit=Change &Scale (Alt+S)
-TLT_Zoom_In=Zoom &In (Alt+I)
-TLT_Zoom_Out=Zoom O&ut (Alt+U)
-TLT_Toggle=Show &Multiple Pages (Alt+M)
-TLT_Goto=<html><body> <b>Navigation:</b> <br> press <code>/</code> or <code>F</code> to show first page <br> press <b><code>-</code></b> or <code>G</code> to show previous page <br> press <b><code>+</code></b> or <code>K</code> to show next page <br> press <code>*</code> or <code>L</code> to show last page </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <b><code>+</code></b> to zoom in <br> press <b><code>-</code></b> to zoom out <br> press <code>/</code> to set 100% <br> press <code>*</code> to customize view <br><hr> mouse wheel with Ctrl to Zoom In/Out <br> mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=\u062e\u0635\u0627\u0626\u0635 \u0627\u0644\u0637\u0628\u0627\u0639\u0629
-LBL_Border=Border
-LBL_Print_Border=Print &Border
-LBL_Print_Header=Print Hea&der
-LBL_Print_Footer=Print &Footer
-LBL_Choose_Font=Choose Font
-LBL_Choose_Color=Choose Color
-LBL_Insert_Macros=Insert Macro:
-LBL_Text=\u0646\u0635
-LBL_Line_Numbers=Line N&umbers
-LBL_Wrap_Lines=&Wrap Lines
-LBL_Use_Font=Use Font Attributes // &X
-LBL_Use_Color=Use Color Attributes // &Q
-LBL_As_Editor=Print as in Editor // &J
-LBL_Selection=Print &Selection
-LBL_Line_Spacing=Line S&pacing:
-LBL_Text_Font_and_Color=Text Font and Colo&r:
-LBL_Background_Color=Back&ground Color:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Header and Footer
-LBL_Apply=&\u0637\u0628\u0651\u0642
-LBL_Left=\u064a\u0633\u0627\u0631:
-LBL_Center=\u0645\u0631\u0643\u0632:
-LBL_Right=\u064a\u0645\u064a\u0646:
-
-ERR_Zoom_Value_Is_Invalid=Zoom value is invalid!
-ERR_Header_Size_Is_Too_Big=Header Size is too big!
-ERR_Footer_Size_Is_Too_Big=Footer Size is too big!
-ERR_Page_Number_Is_Invalid=Number of pages is invalid!
-ERR_Page_Number_Is_Too_Big=Number of pages is too big!
-
-TLT_Apply=Applies changes
-TLT_Border_Color=Choose Border &Color (Alt+C)
-TLT_Header_Font=Choose Header Fo&nt (Alt+N)
-TLT_Header_Color=Choose Header C&olor (Alt+O)
-TLT_Footer_Font=Choose Footer Fon&t (Alt+T)
-TLT_Footer_Color=Choose Footer Co&lor (Alt+L)
-TLT_Text_Font=Choose Text Font (Alt+K) // &K
-TLT_Text_Color=Choose Text Colo&r (Alt+R)
-TLT_Background_Color=Choose Background Color // &G
-TLT_Print_Zoom=Adjusts the print zoom
-TLT_Use_Font=Use Font (Alt+X)
-TLT_Use_Color=Use Color (Alt+Q)
-TLT_As_Editor=Show as in Editor (Alt+J)
-TLT_Selection=Print Selection
-
-LBL_Pages=page(s)
-LBL_Fit_Width_to=F&it Width to:
-TLT_Fit_Width_to=Fit Width to
-LBL_Fit_Height_to=Fit H&eight to:
-TLT_Fit_Height_to=Fit Height to
-LBL_Zoom_to=&Zoom to:
-TLT_Zoom_to=Zoom to
-LBL_Fit_to_Page=Fit to Page // &Y
-TLT_Fit_to_Page=Fit to Page (Alt+Y)
-
diff --git a/l10n/src/ar_SA/platform/print/print/org/netbeans/modules/print/util/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/print/print/org/netbeans/modules/print/util/Bundle_ar_SA.properties
deleted file mode 100644
index 18333d9..0000000
--- a/l10n/src/ar_SA/platform/print/print/org/netbeans/modules/print/util/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,60 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} of {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=The name of printed component
-ROW=The row number
-COLUMN=The column number
-USER=The user name
-COUNT=The count of pages
-MODIFIED_DATE=Date of the last modification
-MODIFIED_TIME=Time of the last modification
-PRINTED_DATE=Date of printing
-PRINTED_TIME=Time of printing
-
diff --git a/l10n/src/ar_SA/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ar_SA.properties
deleted file mode 100644
index cf51285..0000000
--- a/l10n/src/ar_SA/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization.
-OpenIDE-Module-Long-Description=Provides a view of all running tasks and may permit them to be cancelled, etc.
-
-NbProgressBar.tooltip1={0} tasks running. Click for details.
-NbProgressBar.tooltip2={0} task running. Click for details.
-ListComponent.btnClose.tooltip=Click to cancel process
-ListComponent.bar.tooltip=Click to watch the process
-Cancel_Question=Are you sure you want to cancel {0}?
-Cancel_Question_Title=Cancel Running Task
-StatusLineComponent.ShowProcessList=Show Processes
-StatusLineComponent.Cancel=\u0627\u0644\u063a\u064a \u0627\u0644\u0639\u0645\u0644\u064a\u0629
-StatusLineComponent.View=Show Output
-ListComponent.Watch=Watch Process
-
-RunOffAWT.TITLE_Operation=Lengthy operation in progress
-RunOffAWT.BTN_Cancel=\u0627\u0644\u063a\u064a
-
-
diff --git a/l10n/src/ar_SA/platform/queries/queries/org/netbeans/modules/queries/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/queries/queries/org/netbeans/modules/queries/Bundle_ar_SA.properties
deleted file mode 100644
index e8cb5ba..0000000
--- a/l10n/src/ar_SA/platform/queries/queries/org/netbeans/modules/queries/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=General Queries API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Acts as a general communication channel between modules.
-OpenIDE-Module-Long-Description=Hosts queries which are not particularly domain-specific. Permits different modules to obtain information about files in a flexible way.
-
diff --git a/l10n/src/ar_SA/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ar_SA.properties
deleted file mode 100644
index 7226d9b..0000000
--- a/l10n/src/ar_SA/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=Option {0} needs an argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Option {0} cannot be used together with option {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Need at least one of {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Need to use also {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=Option {0} needs also option {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/ar_SA/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ar_SA.properties
deleted file mode 100644
index de0df66..0000000
--- a/l10n/src/ar_SA/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Command Line Parsing API
-OpenIDE-Module-Short-Description=GetOpts compliant API for parsing command line
-OpenIDE-Module-Long-Description=GetOpts compliant API to parse command line. It is focused on the case when each part of the command line is going to be parsed by different module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-MSG_OptionsHeader=\nAdditional Module(s) Option(s):\n
-
diff --git a/l10n/src/ar_SA/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ar_SA.properties
deleted file mode 100644
index e4c5a9d..0000000
--- a/l10n/src/ar_SA/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Settings API
-OpenIDE-Module-Short-Description=A library for storing settings in custom formats.
-OpenIDE-Module-Long-Description=This module provides the Settings API for storing module-defined settings in custom formats. It also provides several useful settings format implementations.
-OpenIDE-Module-Display-Category=Infrastructure
-
diff --git a/l10n/src/ar_SA/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ar_SA.properties
deleted file mode 100644
index 23065ae..0000000
--- a/l10n/src/ar_SA/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=A module that provides a new API to replace NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=Actions SPI (Experimental)
-OpenIDE-Module-Short-Description=Replacements for NodeAction, CookieAction, etc.
-
diff --git a/l10n/src/ar_SA/platform/templates/templates/org/netbeans/modules/templates/Bundle_ar_SA.properties b/l10n/src/ar_SA/platform/templates/templates/org/netbeans/modules/templates/Bundle_ar_SA.properties
deleted file mode 100644
index e54646c..0000000
--- a/l10n/src/ar_SA/platform/templates/templates/org/netbeans/modules/templates/Bundle_ar_SA.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=This module binds the Datasystems API with Scripting API. As a result it is possible to use any scripting and templating language to generate templates.
-OpenIDE-Module-Name=Advanced Templating
-OpenIDE-Module-Short-Description=Advanced Templating not only for Datasystems
-ERR_Switch_To_Java_6=Unable to fill the template, trying to use scripting engine from JDK 1.6 or newer.\n\nPlease run NetBeans under JDK 1.6 to resolve the problem.\nSee http://wiki.netbeans.org/FaqNetbeansConf how to do that.
-
diff --git a/l10n/src/ca/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ca.properties b/l10n/src/ca/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ca.properties
deleted file mode 100644
index 58c9f93..0000000
--- a/l10n/src/ca/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ca.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Construir m\u00f2dul Harness
-OpenIDE-Module-Display-Category=Desenvolupant NetBeans
-OpenIDE-Module-Short-Description=Us permet crear m\u00f2duls de complements externs des de la font.
-OpenIDE-Module-Long-Description=Es tracta de la generaci\u00f3 de harness utilitzat per desenvolupar els m\u00f2duls de NetBeans (amb o sense IDE). S'utilitza normalment impl\u00edcitament pels projectes de m\u00f2duls. Per a documentaci\u00f3 t\u00e8cnica, vegeu harness/README.
-
diff --git a/l10n/src/ca/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ca.properties b/l10n/src/ca/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ca.properties
deleted file mode 100644
index f2a0c03..0000000
--- a/l10n/src/ca/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ca.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Desenvolupant NetBeans
-OpenIDE-Module-Long-Description=Objectius Ant per mesurar l'\u00e0mbit de proves dels projectes apisupport utilitzant Cobertura.\nExecuteu l'objectiu 'display-coverage-report' en un projecte per mesurar els resultats i mostrar l'informe en un navegador extern.\nPer integraci\u00f3 amb la construcci\u00f3 de m\u00f2dul Harness.
-OpenIDE-Module-Name=\u00c0mbit de la cobertura de proves del m\u00f2dul Cobertura
-OpenIDE-Module-Short-Description=Objectius Ant per mesurar l'\u00e0mbit de proves dels projectes apisupport utilitzant Cobertura.
-
diff --git a/l10n/src/ca/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ca.properties b/l10n/src/ca/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ca.properties
deleted file mode 100644
index 8ecc864..0000000
--- a/l10n/src/ca/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ca.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Plataforma d'eines Jelly
-
diff --git a/l10n/src/ca/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ca.properties b/l10n/src/ca/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ca.properties
deleted file mode 100644
index f2955ae..0000000
--- a/l10n/src/ca/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ca.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Eines de prova
-OpenIDE-Module-Short-Description=Biblioteca de proves Jemmy.
-OpenIDE-Module-Long-Description=Una biblioteca gen\u00e8rica per dividir proves automatitzades a la interf\u00edcie gr\u00e0fica.
-
-
diff --git a/l10n/src/ca/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ca.properties b/l10n/src/ca/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ca.properties
deleted file mode 100644
index 6b776d9..0000000
--- a/l10n/src/ca/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ca.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Eines de prova
-OpenIDE-Module-Long-Description=Extensions de NetBeans per a JUnit incloent assertGC, assertSize, getWorkDir, LineDiff, etz.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=Extensions de NetBeans per a JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/ca/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ca.properties
deleted file mode 100644
index a5e9958..0000000
--- a/l10n/src/ca/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ca.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Biblioteques
-OpenIDE-Module-Short-Description=Biblioteca per a crear an\u00e0lisis de mom\u00f2ria assignada INSANE. 
-OpenIDE-Module-Long-Description=Una biblioteca per a fer an\u00e0lisis de mem\u00f2ria assignada a la MVJ que s'est\u00e0 executant.
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_ca.properties
deleted file mode 100644
index ba7656c..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_ca.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Name=Biblioteca Ant d'NBI
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_ca.properties
deleted file mode 100644
index d53910d..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_ca.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=La plataforma actual no est\u00e0 suportada.
-I.error.load.engine.properties=No es pot carregar el fitxer de propietats del motor
-
-I.warning.silent.without.state=La "{1}" \u00e9s necess\u00e0ria quan s'utilitza l'opci\u00f3 "{0}". "{0}" ser\u00e0 ignorat.
-
-I.error.cannot.create.local.dir=No es pot crear el directori local: {0}
-I.error.local.dir.is.file=El directori local ja existeix i \u00e9s un fitxer: {0}
-I.error.no.read.permissions.for.local.dir=No es pot llegir el directori local {0} - sense permisos suficients
-I.error.no.write.permissions.for.local.dir=No es pot escriure al directori local {0} - sense permisos suficients
-
-I.lock.file.exists.dialog.title=Ja existeix el fitxer de bloqueig de l''instal\u00b7lador de NetBeans
-I.lock.file.exists.dialog.text=Ja existeix el fitxer de bloqueig de l''instal\u00b7lador {0}\n\nAix\u00f2 significa que ja hi ha una altra inst\u00e0ncia de l''instal\u00b7lador executant-se, o b\u00e9 no s''ha completat correctament una instal\u00b7laci\u00f3 pr\u00e8via.No es recomana que executeu diverses inst\u00e0ncies al mateix temps, ja que les dades de l'instal\u00b7lador es poden corrompre.\n\nSi no esteu segurs que hi hagi una altra inst\u00e0ncia executant-se en aquest moment, cliqueu a "Si" per a continuar, en qualsevol altre cas cliqueu a "No" per a sortir de l'instal\u00b7lador.\n
-
-I.error.cannot.create.lock.file=No es pot crear el bloqueig pel fitxer de registre local
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_ca.properties
deleted file mode 100644
index 9562916..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_ca.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Descarregant de {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_ca.properties
deleted file mode 100644
index 6b5e153..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_ca.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=Els tipus de proxy {0} i {1} conflicte
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=La URI no pot ser nul\u00b7la
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Error al connectar mitjan\u00e7ant {0} a {1}
-US.error.failed.configure.proxy=Error al configurar el proxy {0} per {1}
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_ca.properties
deleted file mode 100644
index 37da10d..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_ca.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Carregant registre local [{0}]
-R.error.loading.local.registry.failed.title=Error al carregar el registre local
-R.error.loading.local.registry.failed.msg=El registre local ({0}) no pot carregar-se, o b\u00e9 ha estat carregat parcialment.\nL'instal\u00b7lador pot continuar treballant de forma normal, per\u00f2 fent-ho pot causar un resultat corrupte al registre global.\n\nTrieu Si per continuar, No per sortir de l'instal\u00b7lador.
-
-R.loading.bundled.registry=Carregant registre empaquetat [{0}]
-R.error.loading.bundled.registry.failed.title=error al carregar el registre empaquetat
-R.error.loading.bundled.registry.failed.msg=El registre empaquetat ({0}) no pot carregar.se, o b\u00e9 ha estat carregat parcialment.\nL'instal\u00b7lador pot continuar treballant de forma normal, per\u00f2 fent-ho pot causar un resultat corrupte al registre global.\n\nTrieu Si per continuar, No per sortir de l'instal\u00b7lador.
-
-R.loading.remote.registry=Carregant registre remot [{0}]
-R.error.loading.remote.registry.failed.title=error al carregar el registre remot
-R.error.loading.remote.registry.failed.msg=El registre remot ({0}) no pot carregar.se, o b\u00e9 ha estat carregat parcialment.\nL'instal\u00b7lador pot continuar treballant de forma normal, per\u00f2 fent-ho pot causar un resultat corrupte al registre global.\n\nTrieu Si per continuar, No per sortir de l'instal\u00b7lador.
-
-R.error.cannot.delete.data=No es poden eliminar les dades d'instal\u00b7laci\u00f3 captades
-R.save.local.registry.title=Desant registre local
-R.save.local.registry.detail=Desant a {0}
-
-R.error.missing.target.component.title=Falta un component
-R.error.missing.target.component.msg=No s''ha trobat al registre el component\n{0}/{1}. \nL''instal\u00b7lador no pot continuar si no s''especifica el component.\n\nCliqueu a Si per continuar, o a No per sortir de l''instal\u00b7lador.
-
-R.error.validation.title=Problema validaci\u00f3
-R.error.validation.msg=Sembla ser que la instal\u00b7laci\u00f3 de {0} est\u00e0 corrupta.\nEl procediment de validaci\u00f3 em\u00e8s la seg\u00fcent advert\u00e8ncia:\n\n{1}\n\nVoleu marcar aquest producte com no s'instal\u00b7lat i continuar?\nSi cliqueu No, l'instal\u00b7lador sortir\u00e0.\n\nTingueu en compte que aquests productes depenen de {2} tamb\u00e9 seran deshabilitats:\n{3}
-
-R.error.matching.requirement=Sense components que coincideixin amb el requisit: {0} necessita {1}
-R.error.cyclic.dependency=Depend\u00e8ncia c\u00edclica: {0}, {1}
-
-R.loading.registry.properties=Carregant propietats registre
-R.loading.component=Carregant component: uid={0}, versi\u00f3={1}
-R.error.loading.components=No es poden carregar els components
-R.error.registry.finalization=No es pot finalitzar el registre
-R.error.registry.document.loading=No es pot carregar el document de registre
-
-R.error.cannot.create.cache.directory=No es pot crear el directori cau pel producte local {0}
-R.error.cache.is.file=El directori cau pel producte existeix i \u00e9s un fitxer : {0}
-R.error.cannot.read.cache=No es pot llegir el directori cau local pel producte {0} - sense permisos suficients
-R.error.cannot.write.cache=No es pot escriure al directori cau local pel producte {0} - sense permisos suficients
-R.error.cannot.create.registry=No es pot crear el registre local
-
-R.error.registry.is.dir=El registre locals {0} \u00e9s un directori
-R.error.cannot.read.registry=No es pot llegir el registre local {0} - sense permisos suficients
-R.error.cannot.write.registry=No es pot escriure al registre local {0} - sense permisos suficients
-
-R.error.cannot.parse.platform=No es pot analitzar la plataforma des de "{0}"
-R.error.cannot.load.registry=No es pot carregar el registre
-R.error.parser.not.support.schemas=L''analitzador actual - {0} - no suporta esquemes.
-
-R.error.unknown.dependency=Tipus de depend\u00e8ncia desconegut {0}
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_ca.properties
deleted file mode 100644
index 3d6b955..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_ca.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=Falta el directori d''instal\u00b7laci\u00f3 {0}.\nEl m\u00e9s segur es que hagi estat eliminat de forma manual.
-PCL.validation.directory.file=El directori d''instal\u00b7laci\u00f3 {0} de fet \u00e9s un fitxer.\nEl m\u00e9s segur es que aquest fou eliminat pr\u00e8viament i sobreescrit amb un fitxer.
-PCL.validation.directory.empty=El directori d''instal\u00b7laci\u00f3 {0} no est\u00e0 buit.\nEl m\u00e9s probable \u00e9s que els seus continguts hagin estat eliminats de forma manual.
-PCL.validation.directory.null=El directori d'instal\u00b7laci\u00f3 no pot ser eliminat.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=No es poden inicialitzar les dades per {0}
-P.error.cannot.load.logic=No es pot carregar la l\u00f2gica de configuraci\u00f3 per {0}
-P.error.installdir.not.set=No s'ha establert la localitzaci\u00f3 d''instal\u00b7laci\u00f3 per {0}
-P.error.installdir.set.empty=La localitzaci\u00f3 d''instal\u00b7laci\u00f3 est\u00e0 establerta amb una cadena buida per {0}
-P.error.cannot.create.cache.dir=No es pot crear el directori de cache local {0} per {1}
-P.error.local.cache.not.dir=El directori de cache local {0} per {1} no \u00e9s un directori
-P.error.cannot.load.product=No es pot carregar el producte {0}
-P.error.logic.not.yet.downloaded=La l\u00f2gica de configuraci\u00f3 {0} encara no ha estat descaregada
-P.error.installation.data.not.cached=Les dades d''instal\u00b7laci\u00f3 encara no han estat captades per {0}
-P.error.cannot.extract.data=No es poden extraure les dades d''instal\u00b7laci\u00f3 per {0}
-P.error.cannot.save.files.list=No es pot desar el llistat de fitxers instal\u00b7lats
-P.error.cannot.get.wizard.components=No es pot obtenir el complement d'assistent de complements
-P.error.cannot.wrap.for.macos=No es pot crear el directori jer\u00e0rquic per a aplicacions MacOS
-P.error.cannot.get.files.list=No es pot obtenir el llistat de fitxers d'instal\u00b7laci\u00f3
-P.error.cannot.delete.files.list=No es pot eliminar el llistat de fitxers instal\u00b7lats
-P.error.cannot.delete.file=No es pot eliminar el fitxer
-P.error.cannot.remove.from.system=No es pot treure {0} des del gestor d''instal\u00b7laci\u00f3 de sistema
-P.error.not.enough.space=No es poden extreure les dades d'instal\u00b7laci\u00f3 -- no hi ha prou espai de disc lliure al directori dest\u00ed.
-P.error.cannot.clear.cache=No es poden netejar els fitxers cau de dades d''instal\u00b7laci\u00f3 {0}
-P.error.system.integartion.failed=Error a l''integrar {0} amb el gestor de paquets del sistema
-
-P.message.installation=Instal\u00b7lant {0}
-P.message.uninstallation=Desinstal\u00b7lant {0}
-P.message.configuration=Configurant {0}
-P.message.unconfiguration=Desconfigurant {0}
-P.message.legal.artifacts=Creant artefactes legals
-P.message.run.logic=Executant la l\u00f2gica de configuraci\u00f3 personalitzada
-P.message.system.registration=Registrant al gestor de paquets del sistema
-P.message.save.installation.files.list=Desant el llistat de fitxers instal\u00b7lats
-P.message.delete=Eliminant {0}
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_ca.properties
deleted file mode 100644
index 40d4832..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_ca.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=error a l'escriure al fitxer de registre. Registrament deshabilitat.
-
-EM.ununexpected.exception=S''ha produ\u00eft una excepci\u00f3 inesperada al fil d'execuci\u00f3 {0}
-EM.errortype.critical=Error cr\u00edtic
-EM.errortype.error=Error
-EM.errortype.warning=Advert\u00e8ncia
-EM.errortype.message=Missatge
-EM.unexpected.error=S'ha produ\u00eft un error desconegut.
-EM.exception.message=\n\nExcepci\u00f3:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nPodeu obtenir m\u00e9s detalls quant a aquesta incid\u00e8ncia al fitxer de registre d''instal\u00b7laci\u00f3:\n {0}
-
-FU.error.output.file.entry=Existeix una entrada al fitxer {0} i no \u00e9s un fitxer
-FU.error.output.dir.entry=Existeix una entrada de directori {0} i no \u00e9s un directori
-FU.message.extracting=Extraient {0}
-FU.error.load.xml.file.list=No es pot carregar el llistat de fitxers XML per extreure
-FU.error.unjar.todir=El directori {0} \u00e9s un fitxer existent, no pot unjar
-FU.message.copy.dir=Copiant directori: {0} a: {1}
-FU.message.copy.file=Copiant fitxer: {0} a: {1}
-FU.error.close.stream=No es pot tancar el flux
-FU.error.source.not.readable=L''origen {0} no es pot llegir
-FU.error.dest.not.file=El dest\u00ed {0} no es un fitxer
-FU.error.dest.creation=El dest\u00ed {0} no es pot crear
-FU.error.dest.not.writable=Al dest\u00ed {0} no s'hi pot escriure
-FU.message.moving=Movent {0} a {1}
-FU.error.freespace=No es pot obtenir espai lliure per damunt de {0}
-FU.error.cannot.close.jar=No es pot tancar el jar {0}
-FU.error.cannot.create.dir.exist.file=No es pot crear el directori {0}, \u00e9s un fitxer existent
-FU.error.cannot.create.dir=No es pot crear el directori {0}
-FU.error.not.jar.file=El fitxer subministrat {0} no \u00e9s un arxiu jar
-FU.error.sha1.not.supported=Vaja!, aquesta MVJ no \u00e9s compatible amb SHA1
-FU.error.md5.not.supported=Vaja!, aquesta MVJ no \u00e9s compatible amb MD5
-FU.error.file.security.exception=Una cosa molt inesperada - una excepci\u00f3 de seguretat durant l''acc\u00e9s a l''arxiu {0}
-FU.message.delete.file=Eliminant fitxer {0}
-FU.message.delete.dir=Eliminant directori {0}
-FU.error.pack200.failed=Pack200 ha acabat err\u00f2niament\nCodi d''error: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=UnPack200 ha acabat err\u00f2niament\nCodi d''error: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=No es pot analitzar la propietat - {0}, el seu valor - {1}.
-UI.error.failed.to.activate.crossplatform.laf=No es pot activar l'aparen\u00e7a i aspecte de plataforma creuada - continuant amb qualsevol de les altres aparences i aspectes.
-UI.error.failed.to.activate.defined.laf=No es pot activar l'aparen\u00e7a i aspecte definit - tornant a una aparen\u00e7a i aspecte predeterminada de plataforma creuada.
-UI.error.failed.to.init.ui=No es pot inicialitzar la interf\u00edcie d'usuari
-UI.error.failed.to.force.gtk=No es pot for\u00e7ar la utilitzaci\u00f3 de l'aparen\u00e7a i aspecte GTK
-UI.silent.default.yes=Anar amb S\u00ed (per defecte) l'opci\u00f3 ...
-UI.silent.default.no=Anar amb No (per defecte) l'opci\u00f3 ...
-UI.silent.default.cancel=Anar amb Cancel\u00b7lar (predeterminat) opci\u00f3...
-
-StrU.error.cannot.parse.status=No \u00e9s pot analitzar l'estat: {0}
-StrU.error.unknown.platform=La plataforma "{0}" no \u00e9s reconeguda.
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_ca.properties
deleted file mode 100644
index 80557fe..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_ca.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Error a l'executar el proc\u00e9s de verificaci\u00f3 del JDK
-JU.error.cannot.delete=No es pot eliminar {0}
-JU.error.cannot.download.testjdk=No es pot descarregar TestJDK.class de {0}
-JU.error.cannot.canonize=No es pot lloar {0}
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_ca.properties
deleted file mode 100644
index d9633db..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_ca.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Falta par\u00e0metre obligatori per l'argument de la l\u00ednia de comanda "{0}".\nHa de ser "{0} <nom-classe-aparen\u00e7a-i-aspecte>".
-O.warning.bad.target.arg=Falta par\u00e0metre obligatori per l'argument de la l\u00ednia de comanda "{0}".\nHa de ser "{0} <uid-component-dest\u00ed> <versi\u00f3-component-dest\u00ed>".
-O.warning.bad.locale.arg.param=Par\u00e0metre no perm\u00e8s per l'argument de la l\u00ednia de comanda "{0}" -- "{1}".\nHa de ser "{0} <idioma>[_<pa\u00eds>[_<variant>]]".
-O.warning.bad.locale.arg=Falta par\u00e0metre obligatori per l'argument de la l\u00ednia de comanda "{0}".\nHa de ser "{0} <idioma>[_<pa\u00eds>[_<variant>]]".
-O.warning.missing.state.file=El fitxer d'estat especificat "{1}", no existeix.\nPar\u00e0metre "{0}" ignorat.
-O.warning.bag.state.file.arg=Falta par\u00e0metre obligatori per l'argument de la l\u00ednia de comanda "{0}".\nHa de ser "{0} <ruta-fitxer-estat>".
-O.warning.target.state.file.exists=El fitxer d'estat especificat "{1}", existeix.\nPar\u00e0metre "{0}" ignorat.
-O.warning.bad.target.state.file.arg=Falta par\u00e0metre obligatori per l'argument de la l\u00ednia de comanda "{0}".\n Ha de ser "{0} <ruta-fitxer-estat>".
-O.warning.bundle.file.exists=El fitxer dest\u00ed especigicat "{1}", existeix.\nPar\u00e0metre "{0}" ignorat.
-O.warning.bad.create.bundle.arg=Falta par\u00e0metre obligatori per l'argument de la l\u00ednia de comanda "{0}".\nHa de ser "{0} <ruta-fitxer-dest\u00ed>".
-O.warning.bad.userdir.arg=Falta par\u00e0metre obligatori per l'argument de la l\u00ednia de comanda "{0}".\nHa de ser "{0} <ruta-directori-d'usuari>".
-O.warning.bad.platform.arg=Falta par\u00e0metre obligatori per l'argument de la l\u00ednia de comanda "{0}".\nHa de ser "{0} <plataforma-dest\u00ed>".
-O.warning.bad.registry.arg=Falta par\u00e0metre obligatori per l'argument de la l\u00ednia de comanda "{0}".\nHa de ser "{0} <url-registre-remot>".
-O.warning.bad.properties.arg=Falta par\u00e0metre obligatori per l'argument de la l\u00ednia de comanda "{0}".\nHa de ser "{0} <ruta-fitxer-propietats>".
-O.warning.bad.bundle.properties.arg=Falta par\u00e0metre obligatori per l'argument de la l\u00ednia de comanda "{0}".\nHa de ser "{0} <ruta-fitxers-propietats-paquet>".
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_ca.properties
deleted file mode 100644
index 7eb8b75..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_ca.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=No instal\u00b7lat
-Status.to-be-installed=Per ser instal\u00b7lat
-Status.installed=Instal\u00b7lat
-Status.to-be-uninstalled=Per ser desinstal\u00b7lat
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Instal\u00b7lat correctament
-DetailedStatus.install.warning=Instal\u00b7lat amb advert\u00e8ncies
-DetailedStatus.install.error=Error a l'instal\u00b7lar
-DetailedStatus.uninstall.success=Desinstal\u00b7lat correctament
-DetailedStatus.uninstall.warning=Desinstal\u00b7lat amb advert\u00e8ncies
-DetailedStatus.uninstall.error=Error al desinstal\u00b7lar
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_ca.properties
deleted file mode 100644
index 14f9b9f..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_ca.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Error al descarregar la icona de marc de la URI - {0}.
-NF.error.failed.to.set.frame.icon=Error al establir la icona del marc.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Navegar
-NFC.filechooser.approve.button.text=Acceptar
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_ca.properties
deleted file mode 100644
index 93c44c4..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_ca.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=El percentatge especificat - {0} no \u00e9s v\u00e0lid. El percentatge total dels \nprogressos compostos (suma dels percentatges propis i dels percentatges fills) \nno pot ser inferior de {1} ni superior de {2}.
-
-CP.error.progress=El progr\u00e9s fill especificat no existeix al progr\u00e9s compost \nper tant no pot ser eliminat. 
-
-################################################################################
-# Progress.java
-P.error.percentage=El percentatge especificat - {0} no \u00e9s v\u00e0lid. El percentatge total del \nprogr\u00e9s no pot ser inferior de {1} ni superior de {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_ca.properties
deleted file mode 100644
index 95d33d4..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_ca.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=No es pot carregar el paquet de {0}
-LP.error.no.files=No hi han fitxers a {0}
-LP.error.not.directory={0} no \u00e9s un directori
-LP.error.directory.do.not.exist=El directori {0} no existeix
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_ca.properties
deleted file mode 100644
index 03befb3..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_ca.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=Sense paquet o fitxers jar externs
-CnL.error.cannot.find.jvm.file=No es pot trobar el fitxer MVJ {0}
-CnL.error.cannot.find.class=No es pot trobar la classe {0} als fitxers inclosos i no se n''han especificat uns d''externs
-CnL.error.main.class.unspecified=No hi ha cap classe principal especificada entre els fitxers de paquets
-CnL.error.cannot.get.output.name=No hi han fitxers inclosos - no es pot obtenir el nom de fitxer de sortida
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=No es pot obtenir la icona del llan\u00e7ador de {0}
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_ca.properties
deleted file mode 100644
index 06d7128..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_ca.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=No es pot obtenir la localitzaci\u00f3 de les aplicacions predeterminades
-SR.error.cannot.parse.pattern=No \u00e9s pot analitzar el patr\u00f3: {0}
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_ca.properties
deleted file mode 100644
index 0b8cb4a..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_ca.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=No es pot accedir al m\u00e8tode natiu
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_ca.properties
deleted file mode 100644
index befa37a..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_ca.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=S'ha produ\u00eft un error al crear la inst\u00e0ncia d'assistent predeterminada.
-W.error.failed.to.load.components=Error al carregar l''assistent per a components de {0}, utilitzant classloader {1}.
-W.error.failed.to.load.component=Error al carregar l''assistent per a components d''element XML {0}, utilitzant classloader {1}.
-W.error.unknown.ui.mode=Mode UI desconegut - {0}.
-W.error.cannot.move.backward.silent=No es pot moure cap enrere en mode gr\u00e0fic silenci\u00f3s.
-W.error.cannot.move.backward.at.first=No es pot moure cap enrere - l'assistent es troba ja al primer element.
-W.error.parser.unsupports.schemas=L''analitzador actual - {0} - no suporta esquemes.
-W.error.interrupted=Interromput mentre s'esperava
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_ca.properties
deleted file mode 100644
index a6dd2e4..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_ca.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=Instal\u00b7lador de l'IDE NetBeans
-WC.description=Descripci\u00f3 instal\u00b7lador IDE NetBeans
-
-WC.help.button.text=&Ajuda!
-WC.back.button.text=< &Anterior
-WC.next.button.text=&Seg\u00fcent >
-WC.cancel.button.text=Cancel\u00b7lar
-WC.finish.button.text=&Finalitzar
-
-WC.cancel.dialog.title=Cancel\u00b7lar
-WC.cancel.dialog.text=Esteu segurs que voleu cancel\u00b7lar?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=S'ha produ\u00eft una InterruptedException.
-
-WA.canceling.progress.title=Cancel\u00b7lant, finalitzant l'operaci\u00f3 actual...
-
-WA.cancel.dialog.title=Cancel\u00b7lar
-WA.cancel.dialog.text=Esteu segurs que voleu cancel\u00b7lar?
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_ca.properties
deleted file mode 100644
index e474575..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_ca.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Capturant motor...
-CEA.description=Espereu mentre l'assistent captura el motor.
-CEA.error.cannot.cache.engine=No es pot captar el motor d'instal\u00b7laci\u00f3
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Creant paquet...
-CBA.description=Espereu mentre l'assistent crea un paquet amb els components seleccionats.
-
-CBA.progress.create.bundle.title=Creant un paquet de redistribuci\u00f3 a {0}
-CBA.progress.add.engine.detail=Afegir motor instal\u00b7laci\u00f3 al paquet 
-CBA.progress.add.product.detail=Afegint {0} ...
-CBA.progress.add.group.detail=Afegint {0} ...
-
-CBA.error.failed.create.bundle=No s'ha pogut crear el paquet
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Creant llan\u00e7ador natiu...
-CNLA.description=Espereu mentre l'assistent crea un llan\u00e7ador per a l'arxiu jar.
-CNLA.error.failed.create.launcher=No s'ha pogut crear el llan\u00e7ador nadiu
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Creant llan\u00e7ador aplicaci\u00f3 MacOSX...
-CMALA.description=Espereu mentre l'assistent crea un llan\u00e7ador d'aplicaci\u00f3 per l'arxiu jar.
-CMALA.error.failed.create.launcher=No s'ha pogut crear el llan\u00e7ador d'aplicaci\u00f3
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Preparant l\u00f2gica configuraci\u00f3...
-DCLA.description=Espereu mentre l'assistent prepara la l\u00f2gica de configuraci\u00f3.
-DCLA.progress.remote.title=Descarregant l\u00f2gica de configuraci\u00f3 per {0}
-DCLA.progress.local.title=Extraient l\u00f2gica de configuraci\u00f3 per {0}
-DCLA.failed=Error al descarregar la l\u00f2gica de configuraci\u00f3 per {0}
-DCLA.dependent.failed=No es pot instal\u00b7lar {0}, ja que la instal\u00b7laci\u00f3 de {1} ha fallat
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Preparant dades instal\u00b7laci\u00f3...
-DIDA.description=Espereu mentre l'assistent prepara les dades d'instal\u00b7laci\u00f3.
-DIDA.progress.remote.title=Descarregant les dades d''instal laci\u00f3 per {0}
-DIDA.progress.local.title=Extraient les dades d''instal laci\u00f3 per {0}
-DIDA.failed=No s''han pogut descarregar les dades d''instal laci\u00f3 per {0}
-DIDA.dependent.failed=No es pot instal\u00b7lar {0}, ja que la instal\u00b7laci\u00f3 de {1} ha fallat
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Inicialitzant...
-IRA.description=Espereu mentre l'assistent d'instal\u00b7laci\u00f3 s'inicialitza.
-IRA.registry.initialization.failed=No es pot inicialitzar el registre
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finalitzant...
-FRA.description=Espereu mentre l'assistent d'instal laci\u00f3 finalitza.
-FRA.registry.finalization.failed=No es pot finalitzar el registre
-
-################################################################################
-# InstallAction.java
-IA.title=Instal\u00b7lant...
-IA.description=Espereu mentre l'assistent instal\u00b7la els components seleccionats.
-IA.progress.install.title=Instal\u00b7lant {0}...
-IA.progress.rollback.title=Cancel.lant, retrocedint {0}...
-IA.install.dependent.failed=No es pot instal\u00b7lar {0}, ja que la instal\u00b7laci\u00f3 de {1} ha fallat
-IA.install.unknown.error=Error desconegut
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Cercant entorns Java\u2122...
-SFJA.description=Espereu mentre l'assistent cerca al vostre sistema els entorns actuals de Java\u2122.
-SFJA.prepare.list=Preparaci\u00f3 de llista de localitzacions...
-SFJA.checking=Comprovant {0}
-SFJA.search.java=Cercant entorns Java instal\u00b7lats...
-SFJA.entry.label={0} (v. {1} per {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(no-final)</span> per {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Desinstal\u00b7lant...
-UA.description=Espereu mentre l'assistent desinstal\u00b7la els components seleccionats.
-UA.progress.uninstall.title=Desinstal\u00b7lant {0}
-UA.uninstall.dependent.failed=No es pot desinstal\u00b7lar {0}, ja que la desinstal\u00b7laci\u00f3 de {1} ha fallat
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=UID del component d'origen no s'ha establert
-SILA.error.cannot.find.component=El component amb el uid donat {0} no existeix
-SILA.error.cannot.get.logic=No es pot accedir a la l\u00f2gica de configuraci\u00f3 per {0}
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_ca.properties
deleted file mode 100644
index 89598e3..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_ca.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Localitzaci\u00f3:
-ALP.location.button.text=Navega&r...
-ALP.list.label.text=Les seg\u00fcents localitzacions han estat trobades per l'algorisme de cerca:
-
-ALP.error.nothing.found=No s'han trobat aplicacions compatibles.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Selecci\u00f3 de components
-CSP.description.both=Marqueu els components que voleu instal\u00b7lar. Desmarqueu els que voleu desinstal\u00b7lar.
-CSP.description.install=Marqueu els components que voleu instal\u00b7lar.
-CSP.description.uninstall=Desmarqueu els que voleu desinstal\u00b7lar.
-CSP.feature.description.title=Descripci\u00f3 caracter\u00edstica
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Mida instal\u00b7laci\u00f3: {0}     Mida desc\u00e0rrega: {1}
-CSP.sizes.label.text.no.download=Mida instal\u00b7laci\u00f3: {0}
-
-CSP.default.installation.size=No disponible
-CSP.default.download.size=No disponible
-
-CSP.error.no.changes.both=Cap caracter\u00edstica seleccionada. Seleccioneu com a m\u00ednim una caracter\u00edstica per a la instal\u00b7laci\u00f3 o desinstal\u00b7laci\u00f3.
-CSP.error.no.changes.install=Cap caracter\u00edstica seleccionada. Seleccioneu com a m\u00ednim una caracter\u00edstica per a instal\u00b7lar.
-CSP.error.no.changes.uninstall=Cap caracter\u00edstica seleccionada. Seleccioneu com a m\u00ednim una caracter\u00edstica per a desinstal\u00b7lar.
-CSP.error.requirement.install={1} \u00e9s obligatori per instal\u00b7lar {0}.
-CSP.error.conflict.install={0} entra en conflicte amb {1}.
-CSP.error.requirement.uninstall={0} \u00e9s requerit per {1}.
-CSP.error.not.enough.space.to.download=Espai de disc insuficient per extraure les dades d'instal\u00b7laci\u00f3. Addicionalment {1} es requereix en {0}.
-CSP.error.not.enough.space.to.extract=Espai de disc insuficient per extraure les dades d'instal\u00b7laci\u00f3. Addicionalment {1} es requereix en {0}.
-CSP.error.cannot.check.space=No es pot comprovar l'espai de disc lliure
-
-################################################################################
-# DestinationPanel.java
-DP.title=Carpeta instal\u00b7laci\u00f3
-DP.description=Trieu el directori dest\u00ed.
-
-DP.destination.label.text=Localitzaci\u00f3 &instal\u00b7laci\u00f3:
-DP.destination.button.text=Navega&r...
-
-DP.error.null=La carpeta d'instal\u00b7laci\u00f3 no pot estar buida.
-DP.error.not.valid=La carpeta d'instal\u00b7laci\u00f3 especificada no \u00e9s v\u00e0lida.
-DP.error.contains.exclamation=La carpeta d'instal\u00b7laci\u00f3 no pot contenir el signe d'exclamaci\u00f3 (!).
-DP.error.contains.semicolon=La carpeta d'instal\u00b7laci\u00f3 no pot contenir el signe de punt i coma (;).
-DP.error.contains.colon=La carpeta d'instal\u00b7laci\u00f3 no pot contenir el signe de dos punts (:).
-DP.error.contains.ampersand=La carpeta d'instal\u00b7laci\u00f3 no pot contenir el car\u00e0cter et (&).
-DP.error.contains.wrong.char=La carpeta d''instal\u00b7laci\u00f3 cont\u00e9 un car\u00e0cter no petm\u00e9s ({1}).
-DP.error.matches.prohibited.regexp=La carpeta d''instal\u00b7laci\u00f3 no \u00e9s v\u00e0lida (coincideix amb un patr\u00f3 no perm\u00e8s {1}).
-DP.error.not.absolute=La carpeta d'instal\u00b7laci\u00f3 especificada ha de ser en forma de ruta absoluta.
-DP.error.cannot.canonize=La carpeta d'instal\u00b7laci\u00f3 indicada no pot ser lloada.
-DP.error.not.directory=La localitzaci\u00f3 d'instal\u00b7laci\u00f3 especificada no \u00e9s una carpeta.
-DP.error.not.readable=La carpeta d'instal\u00b7laci\u00f3 especificada no es pot llegir.
-DP.error.not.writable=La carpeta d'instal\u00b7laci\u00f3 especificada es de nomes lectura.
-DP.error.not.empty=La carpeta d'instal\u00b7laci\u00f3 especificada est\u00e0 buida.
-DP.error.not.ends.with.app=La carpeta d'instal\u00b7laci\u00f3 especificada ha d'acabar amb ".app".
-DP.error.not.enough.space=No hi ha espai de disc suficient. Addicionalment {1} es requereix a {0}.
-DP.error.cannot.get.logic=No es pot obtenir la l\u00f2gica de configuraci\u00f3
-DP.error.cannot.check.space=No es pot comprovar l'espai de disc lliure
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=Carpeta inici &JDK\u2122:
-JLP.location.label.text.java=Carpeta inici entorn &Java\u2122:
-JLP.location.button.text=Navega&r...
-JLP.list.label.text=&Llista de JDK\u2122 apropiats, que han estat trobats en aquest ordinador:
-JLP.list.label.text.java=&Llista d'entorns Java\u2122 apropiats, que han estat trobats en aquest ordinador:
-
-JLP.error.null=La ruta al JDK no pot estar buida.
-JLP.error.null.java=La ruta a l'entorn Java no pot estar buida.
-JLP.error.not.valid.path=La carpeta JDK especificada {0} no \u00e9s v\u00e0lida.
-JLP.error.not.valid.path.java=La carpeta de l''entorn Java especificada {0} no \u00e9s v\u00e0lida.
-JLP.error.path.not.exists=La carpeta JDK especificada {0} no existeix.
-JLP.error.path.not.exists.java=La carpeta de l''entorn Java especificada {0} no existeix.
-JLP.error.not.javahome=La carpeta JDK especificada {0} no cont\u00e9 cap JDK.
-JLP.error.not.javahome.java=La carpeta de l''entorn Java especificada {0} no cont\u00e9 cap entorn Java.
-JLP.error.not.jdk=La carpeta JDK especificada {0} cont\u00e9 JRE, per\u00f2 es necessitat tot el JDK.
-JLP.error.wrong.version.older=La carpeta JDK especificada {0} cont\u00e9 la versi\u00f3 de JDK {1}, mentre que la versi\u00f3 m\u00ednima \u00e9s {2}.
-JLP.error.wrong.version.older.java=La carpeta de l''entorn Java especificada {0} cont\u00e9 la versi\u00f3 de Java {1}, mentre que la versi\u00f3 m\u00ednima \u00e9s {2}.
-JLP.error.wrong.version.newer=La carpeta JDK especificada {0} cont\u00e9 la versi\u00f3 de JDK {1}, mentre que la versi\u00f3 m\u00e0xima \u00e9s {2}.
-JLP.error.wrong.version.newer.java=La carpeta de 'l'entorn Java especificada {0} cont\u00e9 la versi\u00f3 de Java {1}, mentre que la versi\u00f3 m\u00e0xima \u00e9s {2}.
-JLP.error.wrong.vendor=La carpeta del JDK especificada {0} cont\u00e9 un JDK d''un prove\u00efdor no suportat ({1}). Els prove\u00efdors suportats s\u00f3n"{2}".
-JLP.error.wrong.vendor.java=La carpeta d''entorn Java especificada {0} cont\u00e9 un entorn Java d''un prove\u00efdor no suportat ({1}). Els prove\u00efdors suportats s\u00f3n"{2}".
-JLP.error.unknown=S'ha produ\u00eft un error desconegut mentre es validava la ruta.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>L'instal\u00b7lador no pot trobar un entorn Java compatible, especifiqueu-lo manualment.<br>La versi\u00f3 m\u00ednima necess\u00e0ria \u00e9s {0}. Per descarregar el JDK, visiteu <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>L'instal\u00b7lador no pot trobar un entorn Java compatible, especifiqueu-ho manualment.<br>La versi\u00f3 m\u00ednima necess\u00e0ria \u00e9s {0}. Per descarregar l'entorn Java, visiteu <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (utilitzat per {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Resum Post-creaci\u00f3 paquet
-PoCBSP.dialog.description=Feu clic a Finalitza per sortir.
-
-PoCBSP.message.success.text=L'assistent d'instal\u00b7laci\u00f3 ha realitzat amb \u00e8xit les accions seleccionades.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=S'han trobat alguns errors durant el proc\u00e9s de creaci\u00f3 del paquet.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=Els components seg\u00fcents s'han empaquetat correctament:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=Els components seg\u00fcents no s'han pogut empaquetar:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=Visua&litza registre
-PoCBSP.send.log.button.text=Enviar registre
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Assistent instal\u00b7laci\u00f3 - Resum Post-instal\u00b7laci\u00f3
-
-PoISP.message.success.text=L'assistent d'instal\u00b7laci\u00f3 ha realitzat amb \u00e8xit les accions seleccionades.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=S'han trobat alguns errors durant del proc\u00e9s d'instal\u00b7laci\u00f3/desinstal\u00b7laci\u00f3.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=S'han trobat alguns errors durant del proc\u00e9s d'instal\u00b7laci\u00f3/desinstal\u00b7laci\u00f3.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=Els components seg\u00fcents s'han instal\u00b7lat correctament:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=Els components seg\u00fcents s'han instal\u00b7lat amb advert\u00e8ncies:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=Els components seg\u00fcents no s'han pogut desinstal\u00b7lar:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=Els components seg\u00fcents s'han desinstal\u00b7lat correctament:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=Els components seg\u00fcents s'han desinstal\u00b7lat amb advert\u00e8ncies:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=Els components seg\u00fcents no s'han pogut desinstal\u00b7lar:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=Visualitza &detalls
-PoISP.view.log.button.text=Visua&litza registre
-PoISP.send.log.button.text=Enviar registre
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=El fitxer de registre no est\u00e0 disponible
-
-PoISP.message.files.remaining=Alguns fitxers no poden ser remoguts del directori d''instal\u00b7laci\u00f3 de {0}. Necessiteu eliminar-los manualment.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Resum que precedeix la creaci\u00f3 del paquet
-PrCBSPdialog.description=Feu clic a Crear per crear el paquet.
-
-PrCBSPmessage.text=L'assistent ha recopilat totes les dades necess\u00e0ries per a procedir amb la creaci\u00f3 del paquet. Reviseu la vostra selecci\u00f3. Per continuar, feu clic a Seg\u00fcent.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=Heu triat per crear un paquet amb els seg\u00fcents components:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Mida total desc\u00e0rrega: {0}
-PrCBSPrequired.disk.space.label.text=Espai de disc necessari: {0}
-PrCBSPcreate.button.text=&Crear
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Resum pre-instal\u00b7laci\u00f3
-
-PrISP.message.text=L'assistent d'instal\u00b7laci\u00f3 ha recopilat totes les dades necess\u00e0ries per a procedir amb la instal\u00b7laci\u00f3/desinstal\u00b7laci\u00f3 dels components seleccionats. Reviseu la vostra selecci\u00f3. Per continuar, feu clic a Seg\u00fcent.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=Heu triat per instal\u00b7lar els seg\u00fcents components:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/pla
-PrISP.components.to.uninstall.label.text=Heu triat per desinstal\u00b7lar els seg\u00fcents components:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Mida total desc\u00e0rrega: {0}
-PrISP.required.disk.space.label.text=Espai de disc necessari: {0}
-PrISP.install.button.text=&Instal\u00b7lar
-
-PrISP.error.not.enough.space=Espai de disc insuficient per procedir amb la instal\u00b7laci\u00f3. Addicionalment {1} es requereix en {0}.
-PrISP.error.cannot.check.space=No es pot comprovar l'espai de disc lliure
-PrISP.error.logic.access=No es pot accedir a la l\u00f2gica de configuraci\u00f3 del producte
-PrISP.error.fsroots=No es pot obtenir el llistat de les arrels del sistema de fitxers
-PrISP.error.non.existent.root={0} est\u00e0 configurat per ser instal\u00b7lat a {1} que no pertany a cap de les arrels del sistema de fitxers.
-PrISP.error.cannot.write=L''assistent no t\u00e9 perm\u00eds d''escriptura a {1}, el directori d''instal\u00b7laci\u00f3 de {0}. Corregiu els permisos abans de procedir amb la instal\u00b7laci\u00f3
-
-################################################################################
-# LicensesPanel.java
-LP.title=Acord de llic\u00e8ncia
-LP.description=Llegiu-vos amb atenci\u00f3 el seg\u00fcent acord de llic\u00e8ncia.
-
-LP.accept.checkbox.text=&Accepto els termes de l'acord de llic\u00e8ncia
-LP.error.cannot.get.logic=No es pot accedir a la l\u00f2gica de configuraci\u00f3
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<Sense Text>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Esteu segurs que voleu cancel\u00b7lar?
-EMP.cancel.dialog.title=Cancel\u00b7lar
-EMP.error.failed.input.verify=S'ha produ\u00eft un error al verificar l'entrada
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_ca.properties
deleted file mode 100644
index 1107595..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_ca.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=S''ha produ\u00eft un error al descarregar la icona de l''assistent de la URI - {0}.
-SFC.error.failed.to.set.icon=No s'ha pogut establir la icona del contenidor de marc swing.
-SFC.error.failed.to.attach.error.handler=No s'ha pogut adjuntar a l'encarregat d'errors personalitzat a l'EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=No es pot establir l'operaci\u00f3 de tancament per defecte
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_ca.properties
deleted file mode 100644
index e337cb8..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_ca.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Detalls de la instal\u00b7laci\u00f3
-IDD.component.label=Components
-IDD.status.label=Estat
-
-ILD.loading.logfile=Carregat el fitxer de registre. Espereu...
-ILD.error.reading.log=No es pot llegir el fitxer de registre {0}.
-ILD.error.log.contents=Els continguts del registre no estan disponibles.
-
diff --git a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_ca.properties b/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_ca.properties
deleted file mode 100644
index f4b1512..0000000
--- a/l10n/src/ca/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_ca.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Name=Biblioteca motor d'NBI
-
diff --git a/l10n/src/ca/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ca.properties b/l10n/src/ca/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ca.properties
deleted file mode 100644
index d738d0d..0000000
--- a/l10n/src/ca/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ca.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Men\u00fa aplicaci\u00f3 Apple 
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Habilita el suport adequat per al men\u00fa d'aplicaci\u00f3 d'Apple
-
-OpenIDE-Module-Long-Description=Permet elements de men\u00fa d'Apple per a que funcioni correctament i mou all\u00ed alguns elements del men\u00fa est\u00e0ndard - Eines | Opcions es converteix amb Prefer\u00e8ncies, Ajuda | Quant a es converteix amb quant a, Fitxer | Sortir es converteix amb sortir.
-
-MSG_MinimizeWindowAction=&Minimitzar finestra
-
diff --git a/l10n/src/ca/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ca.properties b/l10n/src/ca/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ca.properties
deleted file mode 100644
index f47ca39..0000000
--- a/l10n/src/ca/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ca.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Establint una connexi\u00f3 ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Comprovant per a actualitzacions a {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=No es pot llegir el NBM {0}
-InstallSupportImpl_TurnOnTimeout=Expiraci\u00f3 de temps de la c\u00e0rrega {0}
-InstallSupportImpl_NullSource=La URL d'origen pel m\u00f2dul "{0}" es nul\u00b7la, el m\u00e9s probable \u00e9s que al cat\u00e0leg UC l'atribut "distribution" estigui establert amb una cadena buida.\nPer a m\u00e9s detalls, vegeu http://www.netbeans.org/issues/show_bug.cgi?id=153799 .
-InstallSupportImpl_Download_Unavailable=No es pot accedir  {0}
-OperationSupportImpl_Custom_Uninstall=Desinstal\u00b7lant  {0}
-OperationSupportImpl_Custom_Install=Instal\u00b7lant  {0}
-
-UpdateUnitFactory_Libraries_Category=Biblioteques
-UpdateUnitFactory_Bridges_Category=Ponts
-UpdateUnitFactory_Unsorted_Category=Sense categoria
-UpdateElementImpl_Feature_CategoryName=Caracter\u00edstiques
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>M\u00f2dul instal\u00b7lat:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>M\u00f2duls instal\u00b7lats:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>M\u00f2dul encara no instal\u00b7lat:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>M\u00f2duls encara no instal\u00b7lats:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>Nou m\u00f2dul ofert pel complement:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>Nous m\u00f2duls oferts pel complement:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/ca/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ca.properties b/l10n/src/ca/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ca.properties
deleted file mode 100644
index 5e08ca4..0000000
--- a/l10n/src/ca/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ca.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Long-Description=La caracter\u00edstica de AutoUpdate proporciona diversos serveis: descarregar i instal\u00b7lar les actualitzacions disponibles de m\u00f2duls instal\u00b7lats, cercar i instal\u00b7lar nous m\u00f2duls des dels centres d'actualitzaci\u00f3 subscrits, veure i administrar els m\u00f2duls.
-OpenIDE-Module-Name=Serveis d'actualitzaci\u00f3 autom\u00e0tica 
-OpenIDE-Module-Short-Description=Suport per a cercar les actualitzacions de m\u00f2dul al Centre d'Actualitzaci\u00f3 i per a descarregar i instal\u00b7lar m\u00f2duls
-
diff --git a/l10n/src/ca/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ca.properties b/l10n/src/ca/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ca.properties
deleted file mode 100644
index 58d3212..0000000
--- a/l10n/src/ca/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ca.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Centre d'actualitzaci\u00f3 predeterminat
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Biblioteques
-ArtificialFeaturesProvider_Bridges_Category=Ponts
-ArtificialFeaturesProvider_Unsorted_Category=Sense categoria
-ArtificialFeaturesProvider_Features_Category=Caracter\u00edstiques
-NetworkAccess_Timeout=Expiraci\u00f3 de temps mentre s''obria la connexi\u00f3 a {0}
-
diff --git a/l10n/src/ca/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ca.properties b/l10n/src/ca/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ca.properties
deleted file mode 100644
index 91a641e..0000000
--- a/l10n/src/ca/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ca.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Preparant per a desempaquetar
-CTL_UnpackingFile=Desempaquetant fitxer:
-CTL_DeletingFiles=Desinstal\u00b7lant fitxers...
-CTL_DisablingFiles=Desactivant fitxers...
-UpdaterFrame.jTextArea1.text=Actualitzaci\u00f3 en proc\u00e9s.\n\nEspereu ...
-UpdaterFrame.textLabel.text=Preparant per a desempaquetar
-UpdaterFrame.Form.title=Actualitzador
-UpdaterFrame.textLabel.fontName=Di\u00e0leg
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/ca/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ca.properties b/l10n/src/ca/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ca.properties
deleted file mode 100644
index 694f00b..0000000
--- a/l10n/src/ca/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ca.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} m\u00e9s ...
-Less_Command_Text={0} menys ...
-UnitTab_ReloadTime=\u00daltima comprovaci\u00f3: {0}
-UnitTab_ReloadTime_Never=mai
-UnitTab_LessAction=Mostrar menys complements
-UnitTab_MoreAction=Mostrar m\u00e9s complements
-UnitTab_TooltipCheckBox_INSTALLED=Marcar complement {0}
-UnitTab_Tooltip_RefreshAction=Recarregar cat\u00e0leg
-UnitTab_bTabAction_Name_INSTALLED=Desi&nstal\u00b7lar
-UnitTab_TooltipCheckBox_UPDATE=Marcar complement {0}
-UnitTab_bTabAction_Name_UPDATE=Actualitzar
-UnitTab_CheckAction=Marcar
-UnitTab_CheckCategoryAction=Marcar categoria
-UnitTab_UncheckCategoryAction=Desmarcar categoria
-UnitTab_CheckAllAction=Marcar tot
-UnitTab_UncheckAllAction=Desmarcar tot
-UnitTab_ReloadAction=&Recarregar cat\u00e0leg
-UnitTab_PrepareReloadAction=Espereu mentre es recarrega el cat\u00e0leg
-UnitTab_RemoveLocallyDownloadedAction=T&reure
-UnitTab_ActivateAction=&Activar
-UnitTab_ActivateCategoryAction=Activar categoria
-UnitTab_DeactivateAction=&Desactivar
-UnitTab_DeactivateCategoryAction=Desactivar categoria
-AvailableTab_SourceCategory_Tooltip_STANDARD=Complement Certificat
-AvailableTab_SourceCategory_Tooltip_BETA=Complement beta
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Complement contribu\u00eft per la comunitat
-InstallTab_Active_Tooltip=Actiu
-InstallTab_InActive_Tooltip=Inactiu
-InstallTab_PendingForInstall_Tooltip=Es necessari reiniciar l'aplicaci\u00f3 per a completar la instal\u00b7laci\u00f3
-InstallTab_PendingForDeactivate_Tooltip=Es necessari reiniciar l'aplicaci\u00f3 per a completar a desactivaci\u00f3
-InstallTab_ReadOnly_Tooltip={0} est\u00e0 en mode de solament lectura no pot ser marcat
-UnitTab_TooltipCheckBox_AVAILABLE=Marcar complement {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Instal\u00b7lar
-UnitTab_TooltipCheckBox_LOCAL=Marcar complement {0}
-UnitTab_Tooltip_AddAction_LOCAL=Afegir un complement local descarregat
-UnitTab_Tooltip_RemoveAction_LOCAL=Eliminar el complement del llistat
-UnitTab_bTabAction_Name_LOCAL=&Instal\u00b7lar
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} complement seleccionat
-UnitTab_lHowManySelected_Many_Text={0} complements seleccionats
-UnitTab_OperationName_Text_INSTALLED=Desinstal\u00b7lar
-UnitTab_OperationName_Text_UPDATE=Actualitzar
-UnitTab_OperationName_Text_AVAILABLE=Instal\u00b7lar
-UnitTab_OperationName_Text_LOCAL=Instal\u00b7lar
-UnitTab_lWarning_Text={0} operaci\u00f3 necessitar\u00e0 reiniciar l'aplicaci\u00f3
-PluginManagerUI_UnitTab_Update_Title=Actualitzacions
-PluginManagerUI_UnitTab_Update_ToolTip=La vostra aplicaci\u00f3 est\u00e0 al dia!
-PluginManagerUI_UnitTab_Available_ToolTip=No hi han complements disponibles. Cliqueu a Recarregar per a nous complements.
-PluginManagerUI_UnitTab_Available_Title=Complements disponibles
-PluginManagerUI_UnitTab_Installed_Title=Instal\u00b7lat
-PluginManagerUI_UnitTab_Local_Title=Descarregat
-UnitTab_bAddLocallyDownloads_Name=&Afegir complements...
-UnitTab_bAddLocallyDownloads_ACN=Afegir complements
-UnitTab_bAddLocallyDownloads_ACD=Afegiu complements per a utilitzar el navegador de fitxers per a afegir qualsevol complement que hageu descarregat al vostre sistema local 
-NotificationAlreadyPreparedToIntsall=El complement "{0}" ja ha estat preparat per a actualitzar/instal\u00b7lar.
-NotificationOneAlreadyInstalled=El complement "{0}" ja ha estat instal\u00b7lat.
-NotificationMoreAlreadyInstalled=Els complements "{0}" ja han estat instal\u00b7lats.
-NotificationAlreadyPresent=El complement "{0}" ja ha estat afegit. Voleu substituir-lo amb "{1}"?
-NotificationAlreadyPresentTitle=Substituir complement
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Afegir complements
-CTL_FileFilterDescription=Fitxers de distribuci\u00f3 de complements (*.nbm)
-NetworkProblemPanel_taTitle_Text=No es pot connectar amb el Centre d'actualitzaci\u00f3
-NetworkProblemPanel_taMessage_WarningText=Comproveu la configuraci\u00f3 del proxy o toneu-ho a intentar m\u00e9s tard. El servidor pot no estar disponible en aquest moment. \n\nVerifiqueu que el tr\u00e0fic de xarxa no estigui bloquejat per un tallafocs.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Comproveu la configuraci\u00f3 del proxy o toneu-ho a intentar m\u00e9s tard. El servidor pot no estar disponible en aquest moment. \n\nVerifiqueu que el tr\u00e0fic de xarxa no estigui bloquejat per un tallafocs.\nPot ser degut a que la vostra cache estigui desactualizada. Si us plau cliqueu recarregar el cat\u00e0leg per a refrescar el contingut.
-NetworkProblemPanel_taMessage_ErrorText=No s'han descarregat correctament tots els complements. El servidor pot no estar disponible. Proveu-ho m\u00e9s tard.
-CTL_Warning=Advert\u00e8ncia
-CTL_Error=Problema de xarxa
-CTL_ShowProxyOptions=Configuraci\u00f3 del &Proxy...
-ACSD_ShowProxyOptions=No disponible
-Utilities_NetworkProblem_Continue=&Torneu-ho a intentar
-Utilities_NetworkProblem_Skip=%Saltar
-Utilities_NetworkProblem_Cancel=Cancel\u00b7lar
-Utilities_NetworkProblem_Text=No es pot connectar al {0} a causa de {1}
-SettingsTable_ActiveColumn=Actiu
-SettingsTable_NameColumn=Nom
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Prefer\u00e8ncies
-SettingsTab.bProxy.text=&Prefer\u00e8ncies del Proxy
-UpdateUnitProviderPanel_OK=Acceptar
-UpdateUnitProviderPanel_displayName=Personalitzar el Centre d'actualitzaci\u00f3
-UpdateUnitProviderPanel.lName.text=&Nom\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Comprovar actualitzacions autom\u00e0ticament
-Utilities_Libraries_Category=Biblioteques
-Utilities_Bridges_Category=Ponts
-Utilities_Unsorted_Category=Sense categoria
-SettingsTab.bRemove.message=Esteu segurs que voleu eliminar el seg\u00fcent centre d'actualitzaci\u00f3: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Nom
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Comprovar actualitzacions autom\u00e0ticament
-UpdateUnitProviderPanel.error.name.short=No s'ha especificat el Nom del Centre d'actualitzaci\u00f3
-UpdateUnitProviderPanel.error.url.short=No s'ha especificat la URL del Centre d'actualitzaci\u00f3
-UpdateUnitProviderPanel.error.name.dup=Ja existeix un Centre d'actualitzaci\u00f3 amb aquest nom
-UpdateUnitProviderPanel.error.url.invalid=La URL del Centre d'actualitzaci\u00f3 no \u00e9s v\u00e0lida
-UnitTab_bClose_Text=Tan&car
-Utilities_CheckingForUpdates=Comprovant actualitzacions
-UnitTab_InitAndCheckingForUpdates=Inicialitzant el llistat de complements... 
-InstalledTableModel_State_Enabled=Apagat
-InstalledTableModel_State_Disabled=Engegat
-AvailableTableModel_Columns_Install=Instal\u00b7lat
-AvailableTableModel_Columns_Name=Nom
-AvailableTableModel_Source_Category=Origen
-AvailableTableModel_Columns_Category=Categoria
-InstalledTableModel_Columns_Uninstall=Seleccionar
-InstalledTableModel_Columns_Name=Nom
-InstalledTableModel_Columns_Installed=Instal\u00b7lat
-InstalledTableModel_Columns_Category=Categoria
-InstalledTableModel_Columns_Enabled=Actiu
-LocallyDownloadedTableModel_Columns_Install=Instal\u00b7lar
-LocallyDownloadedTableModel_Columns_Name=Nom
-LocallyDownloadedTableModel_Columns_Version=Versi\u00f3
-LocallyDownloadedTableModel_Columns_Size=Mida
-UpdateTableModel_Columns_Update=Actualitzar
-UpdateTableModel_Columns_Name=Nom
-UpdateTableModel_Columns_Installed=Instal\u00b7lat
-UpdateTableModel_Columns_Available=Disponible
-UpdateTableModel_Columns_Size=Mida
-UpdateTableModel_Columns_Category=Categoria
-SettingsTab_NewProviderName=Nou prove\u00efdor
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Descripci\u00f3:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Versi\u00f3: 
-UnitDetails_Plugin_InstalledVersion=Versi\u00f3 instal\u00b7lada:
-UnitDetails_Plugin_AvailableVersion=Versi\u00f3 disponible:
-UnitDetails_Plugin_Author=Autor: 
-UnitDetails_Plugin_Date=Data: 
-UnitDetails_Plugin_Source=Origen: 
-UnitDetails_Plugin_CodeName=Nom clau: 
-UnitDetails_Plugin_Homepage=P\u00e0gina inicial: 
-UnitDetails_Plugin_Notification=Nota important
-UnitDetails_Plugin_Description=Descripci\u00f3 del complement
-UnitDetails_Plugin_Collecting_Dependencies=Recollint depend\u00e8ncies...
-UnitDetails_New_Internal_Update_Mark=nou!
-lSearch1.text=Cercar\:
-SettingsTab.lCheckPeriod.text=Interval de &comprovaci\u00f3\:
-SettingsTab.lGeneral.text=Avan\u00e7at
-SettingsTab.addButton.text=&Nou
-SettingsTab.RemoveButton.text=E&liminar
-SettingsTab.EditButton.text=&Editar
-SettingsTab.AddButton.text=&Afegir
-SettingsTab.lUpdateCenters.text=Configuraci\u00f3 del Centres d'act&ualitzaci\u00f3\:
-SettingsTab.lConnection.text=Comprovar autom\u00e0ticament actualitzacions
-CTL_Update_every_startup=Cada inici
-CTL_Update_every_day=Cada dia
-CTL_Update_every_week=Cada setmana
-CTL_Update_every_2weeks=Cada dos setmanes
-CTL_Update_every_month=Cada mes
-CTL_Update_never=Mai
-CTL_Update_custom=Usuari predeterminat
-SettingsTab.cbSharedInstall.text=&For\u00e7ar actualitzacions als directoris compartits
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Perm\u00eds d'escriptura
-SettingsTab.cbSharedInstall.ReadOnlyMessage=No teniu permisos per a inst\u00b7lalar complement(s) al directori compartit:\n{0}\nPer a executar la instal\u00b7laci\u00f3 al directori compartit, heu d'executar l'aplicaci\u00f3 com un usuari amb privilegis administratius.
-SettingsTab.cbSharedInstall.NoSharedTitle=Sense directori d'instal\u00b7laci\u00f3
-SettingsTab.cbSharedInstall.NoSharedMessage=No s'ha trobat directoris compartits.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=No es pot llegir el NBM {0} perqu\u00e8 {1}
-PluginManagerUI.bHelp.text=A&juda
-ACN_UnitTable=Llistat de complements
-ACD_UnitTable=Llistat de complements
-ACN_UpdateCentersTable=Llistat de centres d'actualitzaci\u00f3
-ACD_UpdateCentersTable=Llistat dels Centres d'actualitzaci\u00f3 que permet activar o desactivar el Centre d'actualitzaci\u00f3 seleccionat
-ACN_DetailsPanel=Detalls dels complements
-ACN_DetailsPanel_Button=Invocar l''acci\u00f3 {0}
-ACN_UnitDetails=Detalls del complement
-ACD_Reload=Recarregar cat\u00e0leg
-ACD_Search=Cercar complements
-ACN_Tabs=Canviar entre els complements actualitzables, disponibles, instal\u00b7lats i descarregats
-ACD_Tabs=Canviar entre els complements actualitzables, disponibles, instal\u00b7lats i descarregats
-ACN_PluginManagerUI=Gestor de complements
-ACD_PluginManagerUI=Gestor de complements per a actualitzar, instal\u00b7lar i eliminar complements.
-ACN_Reload=Recarregar cat\u00e0leg
-ACN_UpdateCenterCustomizer=Personalitzar el Centre d'actualitzaci\u00f3
-ACD_UpdateCenterCustomizer=Personalitzar el Centre d'actualitzaci\u00f3 per a editar el nom i la URL del centre d'actualitzaci\u00f3
-NetworkProblemPanel_ACD=No disponible
-NetworkProblemPanel_taMessage=Missatge del problema de xarxa
-NetworkProblemPanel_taTitle_ACN=Problema de xarxa
-UnitTab.detailView.text=Mostrar &detalls
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Actualitzacions internes)
-Unit_InternalUpdates_Title=Actualitzacions internes
-
diff --git a/l10n/src/ca/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ca.properties b/l10n/src/ca/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ca.properties
deleted file mode 100644
index ce330a8..0000000
--- a/l10n/src/ca/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ca.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Comprovar act&ualitzacions
-PluginManagerAction_Name=Comple&ments
-PluginManager_Panel_Name=Complements
-PluginManager_CloseButton_Name=&Tancar
-AutoupdateCheckScheduler_UpdatesFound_ToolTip=S''han trobat {0} actualitzacions.
-AutoupdateCheckScheduler_UpdateFound_ToolTip=S''ha trobat {0} actualitzaci\u00f3.
-AutoupdateCheckScheduler_UpdateFound_Hint=Cliqueu aqu\u00ed per a actualitzar la vostra aplicaci\u00f3.
-AutoupdateCheckScheduler_InstallInProgress=Espereu, existeix un altra tasca d'instal\u00b7laci\u00f3 amb proc\u00e9s...
-
diff --git a/l10n/src/ca/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ca.properties b/l10n/src/ca/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ca.properties
deleted file mode 100644
index 8810b5f..0000000
--- a/l10n/src/ca/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ca.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Long-Description=La interf\u00edcie d'usuari permet examinar la instal\u00b7laci\u00f3 i el contingut dels Centres d'actualitzaci\u00f3 registrats, per a descarregar les actualitzacions o nous m\u00f2duls, i per a instal\u00b7lar-los autom\u00e0ticament.
-OpenIDE-Module-Name=Interf\u00edcie d'usuari d'Actualitzaci\u00f3 autom\u00e0tica
-OpenIDE-Module-Short-Description=Interf\u00edcie d'usuari dels Serveis d'actualitzaci\u00f3 autom\u00e0tica de subministres
-
diff --git a/l10n/src/ca/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ca.properties b/l10n/src/ca/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ca.properties
deleted file mode 100644
index bbbfcc8..0000000
--- a/l10n/src/ca/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ca.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Benvinguts a l'instal\u00b7lador de complements
-OperationDescriptionStep_Header_Content=L''instal\u00b7lador descarregar\u00e0, comprovar\u00e0 i instal\u00b7lar\u00e0 els complements seleccionats.
-OperationDescriptionStep_TableInstall_Title=Els seg\u00fcents complements seran instal\u00b7lats:
-OperationDescriptionStep_TableUpdate_Title=Els seg\u00fcents complements seran actualitzats:
-OperationDescriptionStep_PluginBrokesJavaDependency=En necessita la versi\u00f3 {0} de la plataforma Java, per\u00f2 s''est\u00e0 executant la versi\u00f3 {1}.
-OperationDescriptionStep_HeaderUninstall_Head=Benvinguts a l'instal\u00b7lador de complements
-OperationDescriptionStep_HeaderUninstall_Content=Els complements seleccionats seran desinstal\u00b7lats. Els complements seleccionats seran eliminats del disc.
-OperationDescriptionStep_TableUninstall_Title=Els seg\u00fcents complements seran desinstal\u00b7lats:
-OperationDescriptionStep_HeaderActivate_Head=Benvinguts a l'instal\u00b7lador de complements
-OperationDescriptionStep_HeaderActivate_Content=Els complements seleccionats seran activats.
-OperationDescriptionStepActivate_Table_Title=Els seg\u00fcents complements seran activats:
-OperationDescriptionStep_HeaderDeativate_Head=Benvinguts a l'instal\u00b7lador de complements
-OperationDescriptionStep_HeaderDeativate_Content=Els complements seleccionats seran desactivats.
-OperationDescriptionStep_TableDeativate_Title=Els seg\u00fcents complements seran desactivats:
-PanelBodyContainer_PleaseWait=Espereu mentre l'instal\u00b7lador descobreix totes les depend\u00e8ncies dels complements.
-DependenciesResolutionStep_Table_Title=Els seg\u00fcents complements tamb\u00e9 seran instal\u00b7lats a causa que un o m\u00e9s complements que esteu a punt d'instal\u00b7lar dep\u00e8n d'ells:
-UninstallDependenciesResolutionStep_Table_Title=Els seg\u00fcents complements tamb\u00e9 necessiten ser desactivats a causa que un o m\u00e9s d'ells requereix el complement que desactivareu:
-LicenseApprovalPanel_taTitle_Text=Per poder continuar amb la instal\u00b7laci\u00f3, necessiteu acceptar tots els acords de llic\u00e8ncia associats a aquest complement espec\u00edfic.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} Acord de llic\u00e8ncia
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=Acord de llic\u00e8ncia
-LicenseApprovalPanel_Header_Content=Llegiu-vos tots els seg\u00fcents acords de llic\u00e8ncia amb compte.
-InstallUnitWizard_Title=Instal\u00b7lador de complements
-InstallStep_Header_Download_Head=Descarregar
-InstallStep_Header_Download_Content=Espereu mentre l''instal\u00b7lador descarrega els complements sol\u00b7licitats.
-InstallStep_Header_Verify_Head=Validar
-InstallStep_Header_Verify_Content=Espereu mentre l'instal\u00b7lador verifica els complements descarregats.
-InstallStep_Header_Install_Head=Instal\u00b7lar
-InstallStep_Header_Install_Content=Espereu mentres l'instal\u00b7lador completa la instal\u00b7laci\u00f3.
-InstallStep_Header_InstallDone_Head=La instal\u00b7laci\u00f3 s'ha completat amb \u00e8xit.
-InstallStep_Header_InstallDone_Content=Cliqueu a Finalitzar per a sortir de l'instal\u00b7lador.
-InstallStep_Header_InstallUnsuccessful_Head=La instal\u00b7laci\u00f3 no s'ha completat amb \u00e8xit.
-InstallStep_Header_InstallUnsuccessful_Content=Cliqueu a Finalitzar per a sortir de l'instal\u00b7lador i intenteu reiniciar l'aplicaci\u00f3.
-InstallStep_Header_Restart_Head=Reinicieu l'aplicaci\u00f3 per a completar la instal\u00b7laci\u00f3.
-InstallStep_Header_Restart_Content=Reinicieu l'aplicaci\u00f3 per a finalitzar la instal\u00b7laci\u00f3 del complement.
-UninstallStep_Header_Restart_Head=Reinicieu l'aplicaci\u00f3 per a completar la desactivaci\u00f3.
-UninstallStep_Header_Restart_Content=Reinicieu l'aplicaci\u00f3 per a finalitzar la desactivaci\u00f3.
-CustomHandleStep_Header_Install_Restart_Head=Reinicieu l'aplicaci\u00f3 per a completar la instal\u00b7laci\u00f3.
-CustomHandleStep_Header_Install_Restart_Content=Reinicieu l'aplicaci\u00f3 per a finalitzar la instal\u00b7laci\u00f3 del complement.
-CustomHandleStep_Header_Uninstall_Restart_Head=Reinicieu l'aplicaci\u00f3 per a completar la desinstal\u00b7laci\u00f3.
-CustomHandleStep_Header_Uninstall_Restart_Content=Reinicieu l'aplicaci\u00f3 per a finalitzar la desinstal\u00b7laci\u00f3 del complement.
-
-InstallStep_Done=Fet.
-InstallStep_Unsuccessful=S''ha completat la instal\u00b7laci\u00f3 per\u00f2 s''han trobat alguns problemes: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Reiniciar ara
-InstallUnitWizardModel_Buttons_RestartLater=Reiniciar d&espr\u00e9s
-InstallUnitWizardModel_Buttons_Install=&Instal\u00b7lar
-InstallUnitWizardModel_Buttons_Update=Act&ualitzar
-InstallUnitWizardModel_Buttons_Close=&Finalitzar
-InstallUnitWizardModel_Buttons_Next=Seg\u00fcent
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=Desi&stal\u00b7lar
-UninstallUnitWizardModel_Buttons_TurnOn=&Activar
-UninstallUnitWizardModel_Buttons_TurnOff=&Desactivar
-InstallStep_InstallDone_Text=L'instal\u00b7lador de complements ha instal\u00b7lat amb \u00e8xit els seg\u00fcents complements:
-InstallStep_InstallUnsuccessful_Text=L''instal\u00b7lador de complements ha trobat un problema {0} mentre estava instal\u00b7lant els seg\u00fcents complements:
-UninstallStep_UninstallDone_Text=L'instal\u00b7lador de complements ha desinstal\u00b7lat amb \u00e8xit els seg\u00fcents complements:
-UninstallStep_ActivateDone_Text=L'instal\u00b7lador de complements ha activat amb \u00e8xit els seg\u00fcents complements:
-UninstallStep_DeactivateDone_Text=L'instal\u00b7lador de complements ha desactivat amb \u00e8xit els seg\u00fcents complements:
-UninstallStep_UninstallFailed_Text=Error desinstal\u00b7laci\u00f3: {0}
-UninstallStep_ActivateFailed_Text=Error activaci\u00f3: {0}
-UninstallStep_DeactivateFailed_Text=Error desactivaci\u00f3: {0}
-UninstallStep_Done=Fet.
-UninstallStep_Failed=Error. {0}
-UninstallStep_Header_Uninstall_Head=Desinstal\u00b7laci\u00f3
-UninstallStep_Header_Uninstall_Content=Espereu mentre l'instal\u00b7lador desinstal\u00b7la tots els complements sel\u00b7leccionats.
-UninstallStep_Header_Deactivate_Head=Desactivaci\u00f3
-UninstallStep_Header_Deactivate_Content=Espereu mentre l'instal\u00b7lador desactiva tots els complements sel\u00b7leccionats.
-UninstallStep_Header_Activate_Head=Activaci\u00f3
-UninstallStep_Header_Activate_Content=Espereu mentre l'instal\u00b7lador activa tots els complements sel\u00b7leccionats.
-UninstallStep_Header_UninstallDone_Head=Desinstal\u00b7laci\u00f3 completada amb \u00e8xit
-UninstallStep_Header_UninstallDone_Content=Cliqueu a Finalitzar per a sortir de l'instal\u00b7lador de complements.
-UninstallStep_Header_DeactivateDone_Head=Desactivaci\u00f3 completada amb \u00e8xit
-UninstallStep_Header_DeactivateDone_Content=Cliqueu a Finalitzar per a sortir de l'instal\u00b7lador de complements.
-UninstallStep_Header_ActivateDone_Head=Activaci\u00f3 completada amb \u00e8xit
-UninstallStep_Header_ActivateDone_Content=Cliqueu a Finalitzar per a sortir de l'instal\u00b7lador de complements.
-UninstallStep_Header_UninstallFailed_Head=Error desinstal\u00b7laci\u00f3
-UninstallStep_Header_UninstallFailed_Content=Cliqueu a Finalitzar per a sortir de l'instal\u00b7lador de complements.
-UninstallStep_Header_DeactivateFailed_Head=Error desactivaci\u00f3
-UninstallStep_Header_DeactivateFailed_Content=Cliqueu a Finalitzar per a sortir de l'instal\u00b7lador de complements.
-UninstallStep_Header_ActivateFailed_Head=Error activaci\u00f3
-UninstallStep_Header_ActivateFailed_Content=Cliqueu a Finalitzar per a sortir de l'instal\u00b7lador de complements.
-UninstallStep_ProgressName_Uninstall=Desinstal\u00b7lant complements
-UninstallStep_ProgressName_Activate=Activant complements
-UninstallStep_ProgressName_Deactivate=Desactivant complements
-ValidationWarningPanel_ShowCertificateButton=Mo&strar certificat
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Advert\u00e8ncia validaci\u00f3
-ValidationWarningPanel_VerifyCertificate_Title=Verificar certificat
-ValidationWarningPanel_ContinueButton=&Continuar
-ValidationWarningPanel_taHead_NotSignedText=Els seg\u00fcents complements no estan signats\:
-ValidationWarningPanel_taHead_NotTrustedText=Els seg\u00fcents complements estan signats per\u00f2 no s\u00f3n de confian\u00e7a\:
-ValidationWarningPanel_taWarning_Text=Advert\u00e8ncia: Instal\u00b7lant complements sense confian\u00e7a \u00e9s potencialment insegur. Utilitzeu complements sense signar o sense confian\u00e7a assumint el risc.
-OperationDescriptionStep_CustomHandled_Head={0} complements utilitzen l'instal\u00b7lador natiu:
-InstallStep_Download_DownloadingPlugins=Descarregant complements...
-InstallStep_Validate_ValidatingPlugins=Validant complements...
-InstallStep_Install_InstallingPlugins=Instal\u00b7lant complements...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Alguns complements no han estat instal\u00b7lats per a preveure problemes problem\u00e0tics a la instal\u00b7laci\u00f3.
-CustomHandleStep_Header_Install_Head=Instal\u00b7lar
-CustomHandleStep_Header_Install_Content=Espereu mentres l'instal\u00b7lador completa la instal\u00b7laci\u00f3.
-CustomHandleStep_Header_Uninstall_Head=Desinstal\u00b7laci\u00f3
-CustomHandleStep_Header_Uninstall_Content=Espereu mentre l'instal\u00b7lador completa la desinstal\u00b7laci\u00f3 dels complements seleccionats.
-CustomHandleStep_Header_InstallDone_Head=Instal\u00b7laci\u00f3 completada amb \u00e8xit.
-CustomHandleStep_Header_InstallDone_Content=Cliqueu a Seg\u00fcent per a continuar instal\u00b7lant els complements restants seleccionats utilitzant l'instal\u00b7lador de complements.
-CustomHandleStep_Header_UninstallDone_Head=Desinstal\u00b7laci\u00f3 completada amb \u00e8xit.
-CustomHandleStep_Header_UninstallDone_Content=Cliqueu a Seg\u00fcent per a continuar desinstal\u00b7lant els complements restants seleccionats.
-CustomHandleStep_Header_InstallFail_Head=Error instal\u00b7laci\u00f3.
-CustomHandleStep_Header_InstallFail_Content=Cliqueu a Cancel\u00b7lar per a sortir de l'instal\u00b7lador de complements
-CustomHandleStep_Header_UninstallFail_Head=Error instal\u00b7laci\u00f3
-CustomHandleStep_Header_UninstallFail_Content=Cliqueu a Cancel\u00b7lar per a sortir de l'instal\u00b7lador de complements.
-CustomHandleStep_Install_InstallingPlugins=Instal\u00b7lant complements utilitzant l'instal\u00b7lador de complements...
-CustomHandleStep_Uninstall_UninstallingPlugins=Desinstal\u00b7lant complements utilitzant l'instal\u00b7lador de complements...
-CustomHandleStep_Done=Fet.
-CustomHandleStep_InstallDone_Text=L'instal\u00b7lador de complements ha finalitzat amb \u00e8xit la instal\u00b7laci\u00f3.
-CustomHandleStep_InstallFail_Text=Error instal\u00b7lant {0}.
-CustomHandleStep_UninstallDone_Text=L'instal\u00b7lador de complements ha finalitzat amb \u00e8xit la desinstal\u00b7laci\u00f3.
-CustomHandleStep_UninstallFail_Text=Error desinstal\u00b7lant {0}.
-InstallStep_NetworkProblem_Continue=&Tornar a intentar
-InstallStep_NetworkProblem_Text=Problema de xarxa a {0}
-OperationPanel.cbRunInBackground.text=Executa&r en segon pla
-InstallSupport_InBackground_NetworkError=No es pot connectar amb el Centre d'actualitzaci\u00f3.
-InstallSupport_InBackground_NetworkError_Details=detalls
-LicenseApprovalPanel.cbAccept.text=&Accepto tots els termes dels acords de llic\u00e8ncia.
-InstallSupport_RestartNeeded=Reinicieu l'aplicaci\u00f3 per a completar la instal\u00b7laci\u00f3.
-UninstallSupport_RestartNeeded=Reinicieu l'aplicaci\u00f3 per a completar la desactivaci\u00f3.
-CustomHandleStep_Install_RestartNeeded=Reinicieu l'aplicaci\u00f3 per a completar la instal\u00b7laci\u00f3.
-CustomHandleStep_Uninstall_RestartNeeded=Reinicieu l'aplicaci\u00f3 per a completar la desinstal\u00b7laci\u00f3.
-
-RestartNeeded_Details=Cliqueu aqu\u00ed per a reiniciar ara la vostra aplicaci\u00f3
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=Assistent d'instal\u00b7laci\u00f3 de NetBeans
-PanelBodyContainer_ACD=Assistent d'instal\u00b7laci\u00f3 de NetBeans
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=No disponible
-LicenseApprovalPanel_taLicenses_ACD=No disponible
-LicenseApprovalPanel_cbAccept_ACN=No disponible
-ValidationWarningPanel_tpPlugins_ACN=Complements sense verificar
-ValidationWarningPanel_taWarning_Text_ACD=Advert\u00e8ncia: Instal\u00b7lant complements sense confian\u00e7a \u00e9s potencialment insegur. La utilitzaci\u00f3 de complements sense signar o sense confian\u00e7a \u00e9s el vostre propi risc.
-ValidationWarningPanel_taWarning_Text_ACN=Advert\u00e8ncia
-ValidationWarningPanel_taHead_ACN=No disponible
-ValidationWarningPanel_ACD=No disponible
-UninstallUnitWizard_Title=Instal\u00b7lador de complements
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>La vostra aplicaci\u00f3 est\u00e0 al dia!</h3>
-LazyOperationDescriptionStep_NoUpdates=No hi han actualitzacions disponibles.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=</h3>Error al comprovar actualitzacions.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Comproveu la vostra connexi\u00f3 de xarxa, verifiqueu les propietats del vostre proxy<br>estan establertes correctament, o torneu-ho a intentar.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Comprovant per a actualitzacions.</b><br>Espereu mentre l'instal\u00b7lador comprova per a actualitzacions disponibles.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Instal\u00b7lant el llistat d'actualitzacions... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Alguns complements necessiten que s''instal\u00b7li el complement {0}.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Alguns complements estan esperant que es reinicii l'aplicaci\u00f3 per a sol\u00b7lucionar els seg\u00fcents problemes:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Alguns complements necessiten la capacitat {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Alguns complements necessiten que la versi\u00f3 de la plataforma Java sigui  {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Alguns components necessiten el JDK</h3>Alguns complements seleccionats necessiten el JDK per a que puguin funcionar. Actualment, l'IDE NetBeans sembla ser que s'est\u00e0 executant amb el JRE en lloc del JDK complet.<br><br>Per a utilitzar aquests complements, inicieu l'IDE amb el <code>--jdkhome</code> amb l'opci\u00f3 establerta a la l\u00ednia de comandes a la ubicaci\u00f3 de la instal\u00b7laci\u00f3 del JDK. Per a m\u00e9s informaci\u00f3, vegeu <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a>.<br><br>
-OperationDescriptionStep_BrokenModuleDep=El complement {0} tamb\u00e9 hauria de ser instal\u00b7lat.
-OperationDescriptionStep_BrokenModuleNameDep=Es necessita el complement anomenat {0} i no s'ha trobat.
-OperationDescriptionStep_BrokenModuleVersionDep=Es necessita pel complement {0} una versi\u00f3 >= {1} per\u00f2 \u00fanicament s''ha trobat {2}.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=Es necessita pel complement {0} una versi\u00f3 >= {1} (versi\u00f3 de llan\u00e7ament {2}) per\u00f2 \u00fanicament s''ha trobat {3} (llan\u00e7ament diferent de {2}).
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=Es necessita pel complement {0} la versi\u00f3 {1}.
-OperationDescriptionStep_BrokenModuleImplDep=El complement {0} es necessita per a la implementaci\u00f3 de la versi\u00f3{1}.
-OperationDescriptionStep_BrokenRequiresDep=No s''han trobat complements que proporcionin la capacitat {0}.
-OperationDescriptionStep_AffectedPluginByBrokenDep=Estan afectats els seg\u00fcents complements:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=Estat afectat el seg\u00fcent complement:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=Hi han hagut diversos problemes mentre s''estava emmagatzemant {0}.\nCausa: {1}
-InstallStep_DownloadProblem_SomePlugins=complements seleccionats
-
diff --git a/l10n/src/ca/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ca.properties b/l10n/src/ca/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ca.properties
deleted file mode 100644
index fa7c892..0000000
--- a/l10n/src/ca/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ca.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Plataforma RCP
-OpenIDE-Module-Name=Plataforma RCP
-OpenIDE-Module-Short-Description=Plataforma RCP de NetBeans
-OpenIDE-Module-Long-Description=La Plataforma RCP de NetBeans \u00e9s una estructura gen\u00e8rica per a aplicacions Swing. Proporciona els serveis comuns a quasi b\u00e9 totes les aplicacions d'escriptori complexes: Gesti\u00f3 de finestres, men\u00fas, prefer\u00e8ncies i emmagatzemament, gesti\u00f3 d'actualitzaci\u00f3, acc\u00e9s a fitxers, etz.<br> <br> Vegeu m\u00e9s informaci\u00f3 a <a href="http://platform.netbeans.org">platform.NetBeans.org </a>.
-
diff --git a/l10n/src/ca/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ca.properties b/l10n/src/ca/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ca.properties
deleted file mode 100644
index f35f5e9..0000000
--- a/l10n/src/ca/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ca.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API per a l'associaci\u00f3 de MIME al sistema de fitxers
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=La implementaci\u00f3 predeterminada de MimeDataProvider.
-OpenIDE-Module-Long-Description=El m\u00f2dul per a l'associaci\u00f3 de MIME al Sistema de fitxers implementa MimeDataProvider que s'encarrega de cercar objectes a una carpeta jer\u00e0rquicament al sistema de fitxers.
-
-
diff --git a/l10n/src/ca/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ca.properties b/l10n/src/ca/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ca.properties
deleted file mode 100644
index ea6b8ff..0000000
--- a/l10n/src/ca/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ca.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API per a l'associaci\u00f3 MIME
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=L'API per a l'associaci\u00f3 MIME
-OpenIDE-Module-Long-Description=El m\u00f2dul d'associaci\u00f3 MIME proporciona l'API per a cercar les configuracions de depend\u00e8ncies, serveis i altres objectes MIME, Tamb\u00e9 proporciona el SPI que implementa dades addicionals relacionades amb el tipus MIME.
-
diff --git a/l10n/src/ca/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ca.properties b/l10n/src/ca/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ca.properties
deleted file mode 100644
index b17723a..0000000
--- a/l10n/src/ca/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ca.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Afegir a preferits
-ACT_AddOnFavoritesNode=&Afegir a preferits...
-ACT_Remove=&T&reure de preferits
-ACT_View=Prefer&its
-ACT_Select=Preferits
-ACT_Select_Main_Menu=Seleccionar &a preferits
-
-Favorites=Preferits
-Templates/Other=Altres
-Templates/Properties=Propietats de configuraci\u00f3 d'usuari
-Templates/Other/Folder=Carpeta
-Templates/Other/file=Fitxer buit
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Arbre d'exploraci\u00f3
-ACSD_ExplorerBeanTree=No disponible
-
-# JFileChooser
-CTL_DialogTitle=Afegir a preferits
-CTL_ApproveButtonText=Afegir
-ERR_FileDoesNotExist={0} no existeix.
-ERR_FileDoesNotExistDlgTitle=Afegir a preferits
-
-MSG_NodeNotFound=El node del document no pot trobar-se a la pestanya de preferits.
-
-# Manifest localization
-OpenIDE-Module-Name=Preferits
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Suport per a organitzar els fitxers de preferits.
-OpenIDE-Module-Long-Description=El m\u00f2dul de preferits us permet crear una vista dels fitxers rellevants espec\u00edfics pel vostre treball, simplificant l'acc\u00e9s en un mateix lloc.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Plantilles
-Templates.Options.Export.displayName=Totes les plantilles
-Favorites.Options.Export.displayName=Preferits
-
diff --git a/l10n/src/ca/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_ca.html b/l10n/src/ca/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_ca.html
deleted file mode 100644
index 61b4618..0000000
--- a/l10n/src/ca/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_ca.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Crea un fitxer buit amb una extensió arbitrària al vostre disc.
-</BODY></HTML>
diff --git a/l10n/src/ca/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_ca.html b/l10n/src/ca/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_ca.html
deleted file mode 100644
index 32ac12c..0000000
--- a/l10n/src/ca/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_ca.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Crea una carpeta nova al vostre disc.
-</BODY></HTML>
diff --git a/l10n/src/ca/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ca.properties b/l10n/src/ca/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ca.properties
deleted file mode 100644
index b7f4215..0000000
--- a/l10n/src/ca/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ca.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=Tan&car
-BTN_TemplatesPanel_OpenInEditorButton=&Obrir a l'editor
-LBL_TemplatesAction_Name=Plan&tilles
-HINT_TemplatesAction=Personalitzar plantilles
-LBL_TemplatesPanel_Title=Gestor de plantilles
-BTN_TemplatesPanel_Delete=&Eliminar
-LBL_TemplatesPanel_TemplatesLabel=Plan&tilles\:
-BTN_TemplatesPanel_Add=&Afegir...
-BTN_TemplatesPanel_RenameButton=&Reanomenar
-BTN_TemplatesPanel_DuplicateButton=Du&plicar
-BTN_TemplatesPanel_NewFolder=&Nova carpeta
-BTN_TemplatesPanel_MoveUp=Moure am&unt
-BTN_TemplatesPanel_MoveDown=Moure a&baix
-LBL_TemplatesPanel_JFileChooser_Title=Afegir una plantilla existent
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Afegir
-TXT_TemplatesPanel_NewFolderName=Nova carpeta
-MSG_TemplatesPanel_Nonexistent_File=El fitxer ''{0}''\nno existeix, especifiqueu un fitxer existent.
-
-TemplatesPanel_TemplateNode_DisplayName=Nom a mostrar
-TemplatesPanel_TemplateNode_DisplayName_Desc=Nom a mostrar per a aquesta plantilla Mostrar a l'assistent Fitxer|Nou a Eines|Plantilles.
-TemplatesPanel_TemplateNode_FileName=Nom fitxer
-TemplatesPanel_TemplateNode_FileName_Desc=Nom del fitxer que representa el fitxer d'aquesta plantilla.
-TemplatesPanel_TemplateNode_ScriptEngine=Motor de scripts
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Motor de script per a utilitzar pel processament d'aquesta plantilla.
-TemplatesPanel_TemplateNode_TemplateCategories=Categories de plantilles
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=Un llistat de les categories de les plantilles apropiat per a aquesta plantilla.
-
-ACD_TemplatesPanel_Add=Afegir plantilla
-
-ACD_TemplatesPanel_New=Nova plantilla
-
-ACD_TemplatesPanel_Duplicate=Duplicar la plantilla seleccionada
-
-ACD_TemplatesPanel_Rename=Reanomenar plantilla
-
-ACD_TemplatesPanel_MoveUp=Moure amunt la plantilla seleccionada
-
-ACD_TemplatesPanel_MoveDown=Moure abaix la plantilla seleccionada
-
-ACD_TemplatesPanel_Delete=Eliminar plantilla
-
-TT_TemplatesPanel_Add=Afegir plantilla
-
diff --git a/l10n/src/ca/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ca.properties b/l10n/src/ca/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ca.properties
deleted file mode 100644
index 9bb739d..0000000
--- a/l10n/src/ca/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ca.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=No es pot connectar amb la URL {0}; no s''ha trobat el recurs.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Advert\u00e8ncia: l'identificador del tema de JavaHelp {0} no s''ha trobat.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Carregant conjunts d'ajuda...
-ACSD_JavaHelp_viewer=Mostra una o m\u00e9s refer\u00e8ncies d'ajuda en l\u00ednia amb format JavaHelp
-ACSD_Loading_Dialog=Carregant conjunts d'ajuda
-
-# HelpAction
-LBL_HelpAction=Ajuda
-CTL_OpeningHelp=Obrint ajuda...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=Monitor HTTP
-
-# a11y - BrowserDisplayer
-ACSD_Label=Cliqueu aqu\u00ed per a obrir aquest enlla\u00e7 a un navegador Web.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Mostrant identificador d''ajuda: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Mostrant identificador d''ajuda: {0}
-
-QuickSearch/Help=Ajuda
-Err_CreateJavaHelpSearchEngine=S'ha produ\u00eft un error al crear el motor de cerca.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copiar la ubicaci\u00f3 de l'enlla\u00e7
-
diff --git a/l10n/src/ca/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ca.properties b/l10n/src/ca/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ca.properties
deleted file mode 100644
index 8e12616..0000000
--- a/l10n/src/ca/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ca.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Integraci\u00f3 de JavaHelp
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Permet afegir el conjunt d'ajuda de JavaHelp a l'IDE.
-OpenIDE-Module-Long-Description=Cont\u00e9 la biblioteca actual de temps d'execuci\u00f3 JavaHelp, i la part de la implementaci\u00f3 de l'API amb m\u00f2duls que permeten a altres m\u00f2duls instal\u00b7lar el conjunt d'ajuda mitjan\u00e7ant la tecnologia de JavaHelp.
-
-Menu/Help/master-help.xml=&Continguts de l'ajuda
-Menu/Help/HelpShortcuts=Conjunt&s d'ajuda
-Actions/Help/master-help.xml=&Continguts de l'ajuda
-
diff --git a/l10n/src/ca/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_ca.html b/l10n/src/ca/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_ca.html
deleted file mode 100644
index 05a0ff6..0000000
--- a/l10n/src/ca/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_ca.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-
-<HTML><head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<TITLE>Índex principal</TITLE>
-</HEAD><BODY>
-Aquesta finestra conté el conjunt principal de tota la documentació instal·lada. Podeu utilitzar els navegadors de l'esquerra per a navegar per la taula de continguts i l'índex de l'IDE, i realitzar una cerca a tota la documentació en l'índex, així com la cerca de tot el text.
-</BODY></HTML>
diff --git a/l10n/src/ca/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_ca.xml b/l10n/src/ca/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_ca.xml
deleted file mode 100644
index 919fa37..0000000
--- a/l10n/src/ca/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_ca.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-
-Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-Other names may be trademarks of their respective owners.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-particular file as subject to the "Classpath" exception as provided
-by Oracle in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
-<helpset version="2.0">
-    <title>Ajuda</title>
-    <maps>
-        <homeID>org.netbeans.api.javahelp.MASTER_ID</homeID>
-        <mapref location="masterHelpMap.jhm"/>
-    </maps>
-    <view mergetype="javax.help.UniteAppendMerge">
-        <name>TOC</name>
-        <label>Continguts</label>
-        <type>javax.help.TOCView</type>
-        <data>masterHelpToc.xml</data>
-    </view>
-    <!--
-    <view mergetype="javax.help.SortMerge">
-        <name>Index</name>
-        <label>Index</label>
-        <type>javax.help.IndexView</type>
-    </view>
-    -->
-    <view>
-        <name>Search</name>
-        <label>Cercar</label>
-        <type>javax.help.SearchView</type>
-    </view>
-    <!--
-    <view>
-        <name>Favorites</name>
-        <label>Favorites</label>
-        <type>javax.help.FavoritesView</type>
-    </view>
-    -->
-    <presentation default="true" displayviews="true" displayviewimages="false">
-        <name>main window</name>
-        <toolbar>
-            <helpaction image="helpviewer_back">javax.help.BackAction</helpaction>
-            <helpaction image="helpviewer_forward">javax.help.ForwardAction</helpaction>
-            <helpaction image="helpviewer_print">javax.help.PrintAction</helpaction>
-            <helpaction image="helpviewer_page-setup">javax.help.PrintSetupAction</helpaction>
-        </toolbar>
-    </presentation>
-    <presentation displayviews="false">
-        <name>NBSecondaryWindow</name>
-        <size width="600" height="400" />
-        <location x="200" y="200" />
-    </presentation>
-
-    </helpset>
diff --git a/l10n/src/ca/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_ca.html b/l10n/src/ca/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_ca.html
deleted file mode 100644
index eedefdc..0000000
--- a/l10n/src/ca/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_ca.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Mòdul no habilitat</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Mòdul no habilitat</h2>
-<p>El tema de l''ajuda que esteu intentant veure està situat al mòdul {0}, que actualment es troba desactivat. Per a activar els mòduls instal·lats però que estan deshabilitats:</p>
-<ol><li>Trieu Eines > Complements (Preferències de NetBeans a Mac).</li>
-    <li>Anar a la pestanya d'instal·lat.</li>
-    <li>Seleccioneu el mòdul {0} i cliqueu a Activar.</li> </ol>
-</body>
-</html>
diff --git a/l10n/src/ca/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_ca.html b/l10n/src/ca/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_ca.html
deleted file mode 100644
index d6f90bd..0000000
--- a/l10n/src/ca/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_ca.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Mòdul no instal·lat.</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Mòdul no instal·lat.</h2>
-<p>El tema d''ajuda que esteu intentant veure està situat al mòdul {0}, que actualment no està instal·lat. Aquest mòdul pot estar disponible com a complement. Per a comprovar-ho, trieu Eines -> Complements.
-</p>
-</body>
-</html>
diff --git a/l10n/src/ca/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_ca.properties b/l10n/src/ca/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_ca.properties
deleted file mode 100644
index 7819cbc..0000000
--- a/l10n/src/ca/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_ca.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=API d'anell de claus
-
diff --git a/l10n/src/ca/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_ca.properties b/l10n/src/ca/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_ca.properties
deleted file mode 100644
index 5b0ec81..0000000
--- a/l10n/src/ca/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_ca.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Valor de mostra que assegura que funcioni la descripci\u00f3.
-FallbackProvider.msg_clear_keys=Les vostres contrasenyes anteriorment emmagatzemades no poden desencriptar-se. Desitgeu oblidar les contrasenyes existents i comen\u00e7ar amb anell de claus buit?
-FallbackProvider.title_clear_keys=Eliminar contrasenyes emmagatzemades
-MasterPasswordPanel.masterPasswordLabel.text=Contrasenya Mestra:
-MasterPasswordPanel.setNewBox.text=&Canviar...
-MasterPasswordPanel.newLabel1.text=&Nova contrasenya Mestra:
-MasterPasswordPanel.newLabel2.text=&Reescriure:
-MasterPasswordPanel.ok=Acceptar
-MasterPasswordPanel.enter_master_password=Introdu\u00efu la contrasenya Mestra
-MasterPasswordPanel.enter_password=Introdu\u00efu la contrasenya
-MasterPasswordPanel.enter_new_password=Introdu\u00efu la nova contrasenya
-MasterPasswordPanel.password_mismatch=Les contrasenyes noves no coincideixen
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/ca/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ca.properties b/l10n/src/ca/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ca.properties
deleted file mode 100644
index 62916de..0000000
--- a/l10n/src/ca/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ca.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=No es pot crear el fitxer {0} al directori {1}.
-EXC_CannotCreateExistingData=No es pot crear el fitxer {0} al directori {1}. Ja existeix aquest fitxer.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=No es pot crear el directori {0} al directori {1}.
-EXC_CannotCreateExistingFolder=No es pot crear el directori {0} al directori {1}. Ja existeix aquest directori.
-
-# {0} - the file
-EXC_CannotLock=No es pot bloquejar un fitxer de nom\u00e9s lectura {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=No es pot eliminar el fitxer {0} a {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=No es pot canviar el nom del fitxer {0} de {1} a {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Bloqueig no v\u00e0lid [{0}] pel fitxer {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=No es pot crear l''arrel del sistema de fitxers {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=No es pot eliminar l''arrel del sistema de fitxers {0}.
-
-EXC_CannotLockRoot=No pot bloquejar-se.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=No es pot obtindre acc\u00e9s exclusiu a {0} (probablement obert per lectura).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=No es pot obtindre acc\u00e9s compartit a {0} (probablement obert per escriptura).
-
diff --git a/l10n/src/ca/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ca.properties b/l10n/src/ca/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ca.properties
deleted file mode 100644
index 277bb46..0000000
--- a/l10n/src/ca/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ca.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=El fitxer {0} ja est\u00e0 bloquejat.
-EXC_FileLockAlreadyExists=El fitxer {0} ja est\u00e0 bloquejat (existeix bloqueig {1}).
-# {0} - full path
-FileObj.readOnlyFile=No es pot escriure al fitxer {0} perqu\u00e8 \u00e9s de nom\u00e9s-lectura.
-
diff --git a/l10n/src/ca/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ca.properties b/l10n/src/ca/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ca.properties
deleted file mode 100644
index 49a343c..0000000
--- a/l10n/src/ca/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ca.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Sistema de fitxers Mestre
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Combina diversos prove\u00efdors de sistema de fitxers amb un \u00fanic arbre l\u00f2gic.
-OpenIDE-Module-Long-Description=Crea muntatges per a les arrels de disc i, a continuaci\u00f3, els afegeix a altres sistemes de fitxers com muntatges VCS, proporcionant un \u00fanic contenidor de sistema de fitxers per a tots ells.
-
-LBL_loaderName=FolderLoader per a MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=No es pot canviar el nom de l'arrel d''un sistema de fitxers {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=No es pot copiar l''arrel d''un sistema de fitxers {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=No es pot moure l''arrel d''un sistema de fitxers {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=No es pot eliminar l''arrel d''un sistema de fitxers {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=No es pot canviar el nom del fitxer {0} de {1} a {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Sistema de fitxers {0} \u00e9s de nom\u00e9s-lectura.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=El sistema de fitxers {1} no es pot muntar a l''arrel {0}, perqu\u00e8 el sistema de fitxers ja est\u00e0 muntat {2}.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=El sistema de fitxers {1} no es pot muntar a l''arrel {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=El sistema de fitxers {0} no es pot muntar. 
-
diff --git a/l10n/src/ca/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ca.properties b/l10n/src/ca/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ca.properties
deleted file mode 100644
index 056fadb..0000000
--- a/l10n/src/ca/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ca.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Di\u00e0leg opcions i SPI
-OpenIDE-Module-Display-Category=Eines
-OpenIDE-Module-Short-Description=Proporciona el di\u00e0leg d'opcions i un SPI per a afegir-li panells.
-OpenIDE-Module-Long-Description=Proporciona el di\u00e0leg Eines | Opcions. El SPI permet afegir panells nous complets o seccions al panell Miscel\u00b7lani.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Opcions
-CTL_Options_Dialog_Title=Opcions
-CTL_OK=Acceptar
-CTL_Classic=Opcions avan\u00e7ades
-CTL_Classic_Title=Opcions avan\u00e7ades
-CTL_Modern=Opcions &b\u00e0siques
-CTL_Loading_Options=Carregant prefer\u00e8ncies ...
-CTL_Error_Loading_Options=Error al carregar les opcions.
-CTL_Some_values_changed=Hi han alguns canvis. Els voleu aplicar?
-
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=&Tipus de lletra i colors
-CTL_Font_And_Color_Options_Title=Tipus de lletra i colors
-CTL_Keymap_Options=Mapa del te&clat
-CTL_Keymap_Options_Title=Mapa del teclat
-
-CTL_Export=Expor&tar
-CTL_Import=&Importar
-
-#A11Y
-ACS_OKButton=Acceptar
-ACS_ClassicButton= Invoca el di\u00e0leg opcions avan\u00e7ades
-ACS_OptionsPanel=Di\u00e0leg opcions
-ACS_Export=Exportar opcions
-ACS_Import=Importar opcions
-TabbedController.pane.AD=Panell d'opcions
-
-QuickSearch/GoToOption=Opcions
-
diff --git a/l10n/src/ca/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ca.properties b/l10n/src/ca/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ca.properties
deleted file mode 100644
index b20d391..0000000
--- a/l10n/src/ca/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ca.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Miscel\u00b7lani
-CTL_Advanced_Options_Title=Miscel\u00b7lani
-CTL_Advanced_Options_Description=Miscel\u00b7lani
-AdvancedPanel.tabbedPanel.AD=Panell de pestanyes de miscel\u00b7lani
-Advanced.Export.Category=Miscel\u00b7lani
-
diff --git a/l10n/src/ca/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ca.properties b/l10n/src/ca/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ca.properties
deleted file mode 100644
index 97e8185..0000000
--- a/l10n/src/ca/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ca.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Definir aqu\u00ed
-LBL_action_revert=Revertir Def.
-LBL_action_delete=Eliminar
-
-MSG_ask_remove_above_defined_files=Movent la definici\u00f3 aqu\u00ed traur\u00e0 qualsevol valor emmagatzemat a les capes de l'esquerra de la columna seleccionada.\n\nVoleu continuar?
-
-#file state tooltips
-LBL_fstate_defined=Definici\u00f3 prefer\u00e8ncies
-LBL_fstate_ignored=Valor de prefer\u00e8ncia sense utilitzar
-LBL_fstate_inherited=Prefer\u00e8ncies heretades
-LBL_fstate_undefined=El valor de prefer\u00e8ncia no est\u00e0 definit aqu\u00ed
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=Usuari
-LBL_FSP_Desc_Session-Layer=Nivell de prefer\u00e8ncies de sessi\u00f3
-LBL_FSP_Modules-Layer=Predeterminat
-LBL_FSP_Desc_Modules-Layer=Nivell de prefer\u00e8ncies d'instal\u00b7laci\u00f3 predeterminada
-
-#OptionsAction
-Options=&Opcions
-CTL_close_button=&Tancar
-ACSD_close_button=No disponible
-ACSN_optionsTree=No disponible
-ACSD_optionsTree=No disponible
-LBL_computing=Inicialitzant prefer\u00e8ncies
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Mostrar nivells (pressioneu +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Ocultar nivells (pressioneu +)
-CTL_Templates_name=Plantilles
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorar
-ACSN_ExplorerBeanTree=Arbre d'exploraci\u00f3
-ACSD_ExplorerBeanTree=No disponible
-
diff --git a/l10n/src/ca/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ca.properties b/l10n/src/ca/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ca.properties
deleted file mode 100644
index 0c11c5f..0000000
--- a/l10n/src/ca/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ca.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Seleccionar opcions a exportar:
-OptionsChooserPanel.outline.all=Tot
-OptionsChooserPanel.outline.header.tree=Opcions disponibles
-OptionsChooserPanel.outline.AN=Opcions disponibles
-OptionsChooserPanel.outline.AD=Arbre de les opcions disponibles
-OptionsChooserPanel.lblFile.text=Fi&txer zip dest\u00ed:
-OptionsChooserPanel.btnBrowse=Navega&r...
-OptionsChooserPanel.btnBrowse.AN=Navegar
-OptionsChooserPanel.btnBrowse.AD=Navegar
-OptionsChooserPanel.txtFile.AD=Origen o dest\u00ed per a importar/exportar.
-OptionsChooserPanel.loading=Carregant...
-OptionsChooserPanel.file.warning=seleccioneu un fitxer zip dest\u00ed v\u00e0lid
-OptionsChooserPanel.nooption.warning=seleccioneu alguna cosa a exportar
-OptionsChooserPanel.file.chooser.title=Seleccionar el fitxer zip dest\u00ed
-OptionsChooserPanel.file.chooser.approve=Acceptar
-OptionsChooserPanel.export.title=Seleccionar les opcions a exportar
-OptionsChooserPanel.export.status.text=Finalitzada l'exportaci\u00f3 d'opcions.
-OptionsChooserPanel.import.title=Seleccionar les opcions a importar
-OptionsChooserPanel.import.lblFile.text=&Importar font:
-OptionsChooserPanel.import.lblHint.text=&Seleccionar les opcions a importar:
-OptionsChooserPanel.import.file.warning=Seleccioneu un fitxer zip v\u00e0lid o un directori d'usuari
-OptionsChooserPanel.import.nooption.warning=Seleccioneu alguna cosa a importar
-OptionsChooserPanel.import.file.chooser.title=seleccioneu el fitxer o el directori d'usuari
-OptionsChooserPanel.import.invalid.userdir.title=Directori d'usuari no v\u00e0lid?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=El directori {0} no sembla ser un directori v\u00e0lid pel directori d''usuari. Esteu segurs que voleu importar les opcions d'aquesta localitzaci\u00f3?
-OptionsChooserPanel.AD=Panell per a triar les opcions per a exportar/importar
-OptionsChooserPanel.import.error=S'ha produ\u00eft un error mentre s'importaven les opcions. Executeu l'IDE amb el par\u00e0metre -J-Dorg.netbeans.modules.options.export.level=100 i observeu el registre de l'IDE pels detalls.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Fitxer zip no v\u00e0lid: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Error a l''escriure el fitxer {0}.
-ImportConfirmationPanel.title=Confirmaci\u00f3 importaci\u00f3
-ImportConfirmationPanel.cbRestart.text=&Reiniciar ara l'IDE (sense reinciar les dades importades poden no funcionar)
-ImportConfirmationPanel.cbRestart.AD=Decidir quan reiniciar l'IDE, ara o despr\u00e9s
-ImportConfirmationPanel.cbRestart.AN=Reiniciar ara l'IDE?
-ImportConfirmationPanel.lblMessage.text=La importaci\u00f3 pot sobreescriure irreversiblement les vostres prefer\u00e8ncies actuals. Realitzar primer l'exportaci\u00f3 per a fer una c\u00f2pia de seguretat de les opcions. Voleu continuar?
-ImportConfirmationPanel.lblMessage.AD=Missatge de confirmaci\u00f3
-ImportConfirmationPanel.AN=Confirmaci\u00f3 importaci\u00f3
-ImportConfirmationPanel.AD=Confirmaci\u00f3 importaci\u00f3
-ExportConfirmationPanel.title=Advert\u00e8ncia contrasenyes emmagatzemades
-ExportConfirmationPanel.lblMessage.text=Les prefer\u00e8ncies exportades poden contenir contrasenyes desades. Compartir les vostre prefer\u00e8ncies amb altres usuaris \u00e9s un risc potencial de seguretat. Voleu continuar?
-ExportConfirmationPanel.cbSkip.text=&Saltar-se aquest missatge la pr\u00f2xima vegada
-ExportConfirmationPanel.cbSkip.AN=Saltar-se aquest missatge la pr\u00f2xima vegada?
-ExportConfirmationPanel.cbSkip.AD=Decidir si saltar-se o mostrar aquesta advert\u00e8ncia el pr\u00f2xim cop
-ExportConfirmationPanel.lblMessage.AD=Missatge de confirmaci\u00f3
-ExportConfirmationPanel.AN=Advert\u00e8ncia contrasenyes emmagatzemades
-ExportConfirmationPanel.AD=Advert\u00e8ncia contrasenyes emmagatzemades
-
diff --git a/l10n/src/ca/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ca.properties b/l10n/src/ca/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ca.properties
deleted file mode 100644
index c85e480..0000000
--- a/l10n/src/ca/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ca.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Opcions del mapa de car\u00e0cters
-
-CTL_Keymap_Options=&Mapa de car\u00e0cters
-CTL_Keymap_Options_Title=Mapa de car\u00e0cters
-CTL_Keymap_Options_Description=Mapa de car\u00e0cters
-
-CTL_Duplicate=&Gestionar perfils...
-AN_Duplicate=Duplicar
-AD_Duplicate=Duplicar
-CTL_Delete=E&liminar
-AN_Delete=Eliminar
-AD_Delete=Eliminar
-CTL_Restore=&Restaurar
-AN_Restore=Restaurar
-AD_Restore=Restaurar
-CTL_Show_Actions=Accio&ns
-AN_Show_Actions=Accions
-AD_Show_Actions=Accions
-CTL_Show_Shortcuts=Drecere&s
-AN_Show_Shortcuts=Dreceres
-AD_Show_Shortcuts=Dreceres
-CTL_Add_Shortcut=Afegir...
-AN_Add_Shortcut=Afegir
-AD_Add_Shortcut=Afegir
-CTL_Remove_Shortcut=Tre&ure
-AN_Remove_Shortcut=Treure
-AD_Remove_Shortcut=Treure
-CTL_Actions=Accio&ns:
-AN_Actions=Accions
-AD_Actions=Accions
-CTL_Shortcuts=Drecere&s
-AN_Shortcuts=Dreceres
-AD_Shortcuts=Dreceres
-AN_Profiles=Perfils
-AD_Profiles=Perfils
-Show_Actions=Accio&ns
-Show_Shortcuts=Drecere&s
-Keymaps=&Mapa de car\u00e0cters
-CTL_Keymap_Name=&Perfil:
-View_By=&Vist per
-Shortcut=Drecera
-Add_Shortcut_Dialog=Afegir drecera
-CTL_Create_New_Profile_Message=&Nom del perfil:
-CTL_Create_New_Profile_Title=Di\u00e0leg creaci\u00f3 perfil nou
-Shortcut_Conflict=<html>La drecera ja est\u00e0 assignada a l''acci\u00f3 {0}. Si continueu la drecera ser\u00e0 reassignada.
-CTL_Clear=&Netejar
-AN_Clear=Netejar el bot\u00f3 de la drecera
-AD_Clear=Netejar el camp drecera
-CTL_Tab=&Pestanya
-AN_Tab=Inserir el bot\u00f3 del car\u00e0cter tabulador.
-AD_Tab=Inserir el car\u00e0cter tabulador.
-CTL_Duplicate_Profile_Name=Ja existeix un perfil amb aquest nom.\n Trieu un nom diferent.
-
-CTL_Export_IDE_Actions_Action=Exportar accions de l'IDE a XML
-CTL_Export_IDE_Shortcuts_Action=Exportar dreceres de l'IDE a XML
-CTL_Export_Editor_Shortcuts_Action=Exportar dreceres d'editor a XML
-CTL_Export_Shortcuts_to_HTML_Action=Exportar dreceres a HTML
-
-CTL_Other=Altres
-AN_Shortcut=Camp de la drecera
-AD_Shortcut=Camp de la drecera
-AN_ShortcutsDialog=Introduir una nova drecera
-AD_ShortcutsDialog=Introduir una nova drecera
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Canviar el perfil del mapa de car\u00e0cters de {1} a {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Cerca r\u00e0pida: Invocant l''acci\u00f3 {1}, classe {0}
-
-QuickSearch/Actions=Accions
-MSG_ActionFailure=L''acci\u00f3 {0} no pot invocar-se des de la Cerca r\u00e0pida...
-
-# Quicksearch options
-KW_KeymapOptions=Opcions del mapa de car\u00e0cters, dreceres de teclat, Enlla\u00e7os a tecles
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Cercar:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Camp utilitzat per a reduir el llistat de dreceres
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Cercar a D&receres:
-
-# Conflict dialogs
-Override_Shortcut=<html>Les seg\u00fcents Accions: <br>{0} entren amb conflicte amb aquesta assignaci\u00f3. Voleu sobreescriure-ho tot?
-Conflicting_Shortcut_Dialog=Di\u00e0leg de dreceres amb conflicte
-Override_All=<html>Les seg\u00fcents Accions: <br>{0} entren amb conflicte amb restaurar. Voleu sobreescriure-ho tot?
-Alternative_Shortcut=(drecera alternativa)
-
-#Table columns
-Actions=Accions
-Shortcut=Dreceres
-Category=Categoria
-Scope=\u00c0mbit
-
-#Keymap Popup
-Edit=Editar...
-Add_Alternative=Afegir alternatiu
-Reset_to_Default=Restablir a predeterminat
-Clear=Netejar
-
-#Keymap completion
-No_Free_Shortcut=No es recomanen dreceres lliures amb el prefix "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicar
-ProfilesPanel.exportButton.text=&Exportar
-ProfilesPanel.deleteButton.text=E&liminar
-ProfilesPanel.importButton.text=&Importar
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Panell per despla\u00e7ar perfils
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Despla\u00e7ar el panell de perfils
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=Llistat de perfils del mapa de car\u00e0cters
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=Llistat perfils
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Importa el perfil des d'un fitxer extern
-ProfilesPanel.AccessibleContext.accessibleDescription=Panell perfils
-ProfilesPanel.restoreButton.text=&Restablir predeterminats
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restableix els valors predeterminat emmagatzemats
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplica un perfil existent
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exporta el perfil actual
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Elimina el perfil personalitza que est\u00e0 seleccionat
-ProfilesPanel.AccessibleContext.accessibleName=Panell perfils
-CTL_Manage_Keymap_Profiles=Gestionar perfils de mapa de car\u00e0cters
-CTL_Files=Fitxers
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Mapes de car\u00e0cters
-Keymaps.Options.Export.Profiles.displayName=Perfils de mapa de car\u00e0cters
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/ca/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ca.properties b/l10n/src/ca/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ca.properties
deleted file mode 100644
index 8779be6..0000000
--- a/l10n/src/ca/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ca.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Integraci\u00f3 de les extensions de disseny Swing
-OpenIDE-Module-Display-Category=Biblioteques
-OpenIDE-Module-Short-Description=Biblioteca que empaqueta el disseny-swing.
-OpenIDE-Module-Long-Description=Aquest m\u00f2dul empaqueta les extensions de disseny Swing (de swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Enlloc seu utilitzeu javax.swing.GroupLayout. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/ca/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ca.properties
deleted file mode 100644
index 8a4b3ad..0000000
--- a/l10n/src/ca/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ca.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=Anotacions comuns
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/ca/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_ca.properties
deleted file mode 100644
index ddfa3c6..0000000
--- a/l10n/src/ca/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_ca.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=Cancel\u00b7lar proc\u00e9s
-CTL_ProcessListAction=&Processos
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/ca/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ca.properties
deleted file mode 100644
index 075d3bf..0000000
--- a/l10n/src/ca/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ca.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de proc\u00e9s
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=APIs de visualitzaci\u00f3 de la barra de proc\u00e9s.
-OpenIDE-Module-Long-Description=Permet als m\u00f2duls registrar tasques llargues o processos centralitzats.
-
diff --git a/l10n/src/ca/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ca.properties
deleted file mode 100644
index 5a63d3b..0000000
--- a/l10n/src/ca/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ca.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Component escena
-ACS_SceneComponentDesc=Visualitza escena
-
diff --git a/l10n/src/ca/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ca.properties
deleted file mode 100644
index 3faa610..0000000
--- a/l10n/src/ca/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ca.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API biblioteca visual
-OpenIDE-Module-Short-Description=API biblioteca visual
-
diff --git a/l10n/src/ca/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ca.properties
deleted file mode 100644
index c8ff015..0000000
--- a/l10n/src/ca/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ca.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=Una inst\u00e0ncia del mateix programa ja s'est\u00e0 executant al directori d'usuari.\nO b\u00e9 una sessi\u00f3 pr\u00e8via del programa no ha acabat correctament o un altra inst\u00e0ncia\ndel programa s'est\u00e0 executant a un ordinador diferent utilitzant el mateix directori d'usuari.\n\nSi un altra sessi\u00f3 del programa s'est\u00e0 executant al mateix directori d'usuari, cliqueu\nCancel\u00b7lar per a evitar la corrupci\u00f3 del directori d'usuari. Si esteu segurs que no existeix un altra\ninst\u00e0ncia del programa amb execuci\u00f3 al directori d'usuari, cliqueu Acceptar per a continuar.
-MSG_AlreadyRunningTitle=Advert\u00e8ncia
-
-EXC_not_a_module={0} no \u00e9s un m\u00f2dul v\u00e0lid de NetBeans.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Arranc
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=L'arranc del nucli de las aplicacions basades amb NetBeans.
-OpenIDE-Module-Long-Description=Aquest m\u00f2dul proporciona la infraestructura inicial que carrega el restant de l'aplicaci\u00f3. No es pot deshabilitar.
-
-MSG_InstallJava6=Cannot run on older versions of Java than Java 6 Standard Edition.\nPlease install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=Java 6 Standard Edition or newer required
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ca.properties
deleted file mode 100644
index 1230bca..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ca.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Sortida {0}
-CTL_ProgramIO={0} - E/S
-
-# Install
-LAB_EndTasks=Sortir d&el IDE
-ACSD_EndTasks=No disponible
-CTL_PendingTitle=Sortir de l'IDE
-ACSD_PendingTitle=No disponible
-LAB_PendingTasks=Al sortir d&el IDE es finalitzaran els seg\u00fcents processos:
-ACSD_PendingTasks=No disponible
-# {0} - process name
-CTL_PendingExternalProcess2=Proc\u00e9s - {0}
-# {0} - action name
-CTL_ActionInProgress={0} acci\u00f3 amb proc\u00e9s
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ca.properties
deleted file mode 100644
index 3c25050..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ca.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=T&reure
-CTL_MoveUp=Moure am&unt
-CTL_MoveDown=Moure abai&x
-CTL_AddDirectory=Afegir director&i...
-CTL_AddJAR=Afegir &JAR/ZIP...
-CTL_JarArchivesMask=Fitxers JAR i ZIP
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=No disponible
-ACSD_MoveUp=No disponible
-ACSD_MoveDown=No disponible
-ACSD_AddDirectory=No disponible
-ACSD_AddJAR=No disponible
-ACSD_PathList=No disponible
-ACSD_CustomNbClassPathEditor=No disponible
-CTL_Edit_Jar_Dialog_Title=Editar fitxer JAR
-CTL_Edit_Local_Dialog_Title=Editar directori local
-CTL_Approve_Button_Title=Acceptar
-CTL_FileSystemPanel.Jar_Dialog_Title=Afegir un fitxer JAR
-CTL_FileSystemPanel.Local_Dialog_Title=Afegir un directori local
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Proc\u00e9s\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Arguments\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Arguments &indicaci\u00f3
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Navegar...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=No disponible
-ACSD_NbProcessDescriptorCustomEditor.processLabel=No disponible
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=No disponible
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=No disponible
-ACSD_CustomNbProcessDescriptorEditor=No disponible
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Ruta de les entrades
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=Llistat de totes les rutes de les entrades a editar
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ca.properties
deleted file mode 100644
index fed93d7..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ca.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Nucli - Execuci\u00f3
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Implementaci\u00f3 del motor d'execuci\u00f3
-OpenIDE-Module-Long-Description=Afegeix suport per a executar dins de la plataforma. Cont\u00e9 classes que implementen la part d'execuci\u00f3 d'APIs i la interf\u00edcie gr\u00e0fica d'usuari corresponent.
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ca.properties
deleted file mode 100644
index 57b8345..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ca.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=Interf\u00edcie d'usuari per a l'E/S
-
-#IOWindowAction
-IOWindow=S&ortida
-
-#Title for I/O window
-LBL_IO_WINDOW=Sortida
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Tancar pestanya
-LBL_CloseAll=Tancar totes les pestanyes
-LBL_CloseOthers=Tancar les altres pestanyes
-
-# Localization of Window/Output submenu
-Menu/Window/Output=S&ortida
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ca.properties
deleted file mode 100644
index 98593c3..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ca.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editors
-EditorsAction.source=&Font
-GetLeftEditorAction.name=Editors - Iterar a l''esquerra
-
-GetRightEditorAction.name=Editors - Iterar a la dreta
-
-TabButton.tool_tip=Visualitzar {0}
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ca.properties
deleted file mode 100644
index 81cb550..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ca.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Finestres MultiVista
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Estructura i APIs de Finestres MultiVista
-OpenIDE-Module-Long-Description=Estructura i APIs de Finestres MultiVista
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ca.properties
deleted file mode 100644
index e8c5543..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ca.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Acc\u00e9s natiu
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Utilitza enlla\u00e7os natius utilitzant la biblioteca JNA per a proporcionar un efecte visual avan\u00e7at pel sistema de finestres.
-OpenIDE-Module-Long-Description=Utilitza enlla\u00e7os natius utilitzant la biblioteca JNA per a proporcionar un efecte visual avan\u00e7at pel sistema de finestres.
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ca.properties
deleted file mode 100644
index 9a0d33d..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ca.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transpar\u00e8ncia
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_ca.properties
deleted file mode 100644
index c500f10..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_ca.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Integraci\u00f3 d'OSGi a NetBeans
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_ca.properties
deleted file mode 100644
index 420299e..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_ca.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans en l'entorn d'execuci\u00f3 OSGi
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ca.properties
deleted file mode 100644
index b3bac5d..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ca.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Finestra de sortida
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Una \u00e0rea de text simple basada amb la implementaci\u00f3 de la finestra Sortida
-OpenIDE-Module-Long-Description=La finestra Sortida est\u00e0 basada amb java.swing.text.Document per sobre d'un ByteBuffer/CharBuffer
-
-#Title for the output window
-LBL_OUTPUT=Sortida
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=No es pot escriure al directori temporal del sistema ({0})
-MSG_GenericError=Problema a l'escriure al fitxer de sortida
-
-LBL_STDOUT=Sortida est\u00e0ndard
-FMT_FILE_EXISTS={0} existeix.  Sobreescriure?
-TITLE_SAVE_DLG=Desar la sortida com
-
-LBL_SaveAsFailedTitle=Error al desar
-MSG_SaveAsFailed=S''ha produ\u00eft un error a l''escriure al fitxer {0}.
-
-MSG_SearchFromBeg=Final de la sortida assolida. Continuant la cerca des del principi.
-MSG_SearchFromEnd=Principi de la sortida assolida. Continuant la cerca des del final.
-MSG_Found=''{0}'' trobat a {1}:{2}
-MSG_NotFound=''{0}'' no trobat
-
-#OutputWindowAction
-OutputWindow=S&ortida
-
-#Find Dialog
-LBL_Find_Title=Trobar
-LBL_Find_What=Trobar:
-LBL_Use_RegExp=&Expressi\u00f3 regular
-LBL_Match_Case=Coincid\u00e8ncia e&xacta
-BTN_Find=&Trobar
-ACSN_Find=No disponible
-ACSD_Find=Trobar
-ACSD_FindBTN=No disponible
-ACSD_Find_What=No disponible
-
-LBL_Filter_Title=Filtrar
-LBL_Filter_What=Mantindre les l\u00ednies que continguin:
-BTN_Filter=&Filtrar
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=Seleccionador de font
-BTN_Defaul_Font=Font predeterminada
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=Sobreescriure fitxer?
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=Expressi\u00f3 regular no permesa
-FMT_Invalid_RegExp=Error de sintaxis a {0}
-
-#Output window popup menu
-ACTION_COPY=Copiar
-ACTION_PASTE=Pegar
-ACTION_WRAP=Ajustar text
-ACTION_SAVEAS=Desar com...
-ACTION_CLOSE=Tancar
-ACTION_CLEAR=Netejar
-ACTION_PREV_ERROR=Error previ
-ACTION_NEXT_ERROR=Error Seg\u00fcent
-ACTION_SELECT_ALL=Seleccionar tot
-ACTION_FIND=Trobar...
-ACTION_FIND_NEXT=Trobar seg\u00fcent
-ACTION_FIND_PREVIOUS=Trobar anterior
-ACTION_LARGER_FONT=Font m\u00e9s gran
-ACTION_SMALLER_FONT=Font m\u00e9s petita
-ACTION_FONT_TYPE=Triar font...
-ACTION_FILTER=Filtrar...
-
-#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=C-IGUAL
-ACTION_SMALLER_FONT.accel=C-MENYS
-ACTION_FONT_TYPE.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=M-MES
-ACTION_SMALLER_FONT.accel.mac=M-MENYS
-ACTION_FONT_TYPE.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=M-L
-
-MSG_DiskSpace=Execuci\u00f3 sense espai al disc {0} per als fitxers temporals de sortida.  Per a fer m\u00e9s espai disponible al disc, canvieu el directori temporal del sistema, o executeu -J-Dnb.output.heap=true
-
-MSG_LINE_TOO_LONG=...la l\u00ednia \u00e9s massa llarga, canvieu al mode d'ajust de l\u00ednia per a visualitzar tota la l\u00ednia ...
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ca.properties
deleted file mode 100644
index 6c3328e..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ca.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Entrada
-LBL_EOF=&Tancar entrada
-TIP_EOF=Tanca el component d'entrada i envia un car\u00e0cter de fi-de-l\u00ednia a qualsevol dels lectors
-TIP_INPUT=Escriviu un text i pressioneu Enter per a enviar-lo al proc\u00e9s que s'est\u00e0 executant
-
-#Output window tab popup
-LBL_Close=Tancar pestanya
-LBL_CloseAll=Tancar totes les pestanyes
-LBL_CloseOthers=Tancar les altres pestanyes
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ca.properties
deleted file mode 100644
index 7fd59fd..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ca.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Inici
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Carrega i habilita els m\u00f2duls.
-OpenIDE-Module-Long-Description=Aquest m\u00f2dul proporciona la funcionalitat central per a iniciar, carregar i activar els m\u00f2duls correctes.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=no est\u00e0 establert netbeans.user.\nComproveu el vostre script d'inici de NetBeans.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=El vostre usuari ({0}) no pot residir al vostre directori d'instal\u00b7laci\u00f3 de NetBeans ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Iniciant la plataforma NetBeans
-# The Title of the About Box
-CTL_About_Title=Quant a
-CTL_About_Detail=Detall
-ACSD_AboutDialog=No disponible
-ACSN_AboutTabs=No disponible
-ACSD_AboutTabs=No disponible
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=S'esperava el nom de classe de la Interf\u00edcie d'Usuari (UI), s'utilitzar\u00e0 la UI per defecte...
-ERR_UserDirExpected=S'esperava un directori despr\u00e9s de l'opci\u00f3 --userdir
-ERR_UINotFound=No s'ha trobat la classe d'Interf\u00edcie d'Usuari (UI), s'utilitzar\u00e0 la UI predeterminada...
-ERR_FontSizeExpected=S'esperava la mida de la lletra, s'utilitzar\u00e0 la mida per defecte...
-ERR_BadFontSize=La mida del tipus de lletra t\u00e9 en un format incorrecte, s'utilitzar\u00e0 la mida predeterminada...
-ERR_BrandingNeedsArgument=L''opci\u00f3 --branding necessita un argument
-ERR_LocaleExpected=S''esperava l''especificaci\u00f3 de la localitzaci\u00f3 despr\u00e9s de --locale
-
-
-CTL_Netbeanshome_notexists=netbeans.home apunta a un directori inexistent.
-CTL_Netbeanshome1=netbeans.home no apunta a cap directori.
-CTL_Netbeanshome2=netbeans.user apunta a un directori inexistent.
-CTL_Netbeanshome3=netbeans.user no apunta a cap directori.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=No es pot crear el directori de sistema a {0}. Ja existeix un fitxer amb el mateix nom.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=No es pot crear el directori de sistema a {0}.
-CTL_Cannot_mount_system_fs=No es pot afegir el sistema de fitxer del sistema, sortint...
-
-#startup info messages
-MSG_IDEInit=Inicialitzant...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=No es pot connectar amb la URL {0}. No s'han trobat els recursos.
-
-GTK_FONTSIZE_UNSUPPORTED=L'opci\u00f3 --fontsize no \u00e9s permesa l'Aparen\u00e7a i Aspecte de GTK. Ajustar la mida del tipus de lletra del vostre escriptori.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Error: {0}
-EXC_GraphicsStartFails2=Vegeu {0} per detalls.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=Pel m\u00f2dul {0} es necessita una versi\u00f3 >= {1} per\u00f2 solament s''ha trobat {2}.
-# {0} - module display name
-MSG_problem_other_disabled=El m\u00f2dul {0} tindria que ser instal\u00b7lat.
-LBL_no_impl_version=[versi\u00f3 no especificada]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=El m\u00f2dul {0} necessita la implementaci\u00f3 de la versi\u00f3 "{1}" per\u00f2 s'ha trobat "{2}".
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=El m\u00f2dul anomenat {0} \u00e9s necessari per\u00f2 no s''ha trobat.
-# {0} - required token
-MSG_problem_require_disabled=Cap dels m\u00f2duls proporcionats t\u00e9 la capacitat {0} podria ser instal\u00b7lat.
-# {0} - required token
-MSG_problem_require_not_found=No s''ha trobat cap m\u00f2dul que proporcioni la capacitat {0}.
-# {0} - class name
-MSG_problem_class_not_loaded=El paquet que cont\u00e9 la classe {0} no ha estat carregat.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=El paquet {0} no ha estat carregat o t\u00e9 una versi\u00f3 desactualitzada.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=Es necessita la versi\u00f3 {0} o superior de la plataforma Java, per\u00f2 s''est\u00e0 executant {1}.
-MSG_warning=Advert\u00e8ncia
-MSG_info=Informaci\u00f3
-MSG_continue=Deshabilitar M\u00f2duls i Continuar
-MSG_exit=Editar
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Un altre m\u00f2dul|1<{0} m\u00e9s m\u00f2duls} no poden ser instal\u00b7lats per problemes anteriors.
-
-# NbEvents
-MSG_start_load_boot_modules=Carregant nucli...
-MSG_finish_load_boot_modules=Carregant nucli...fet.
-MSG_start_auto_restore=Carregant m\u00f2duls...
-MSG_finish_auto_restore=C\u00e0rrega de m\u00f2duls feta.
-MSG_start_enable_modules=Engegant m\u00f2duls...
-MSG_finish_enable_modules=Engegant m\u00f2duls...fet.
-TEXT_finish_enable_modules=Engegant m\u00f2duls:
-MSG_start_disable_modules=Apagant m\u00f2duls...
-MSG_finish_disable_modules=Apagant m\u00f2duls...fet.
-TEXT_finish_disable_modules=Apagant m\u00f2duls:
-MSG_failed_install_new=Advert\u00e8ncia - no es poden instal\u00b7lar alguns m\u00f2duls:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Advert\u00e8ncia - no es pot instal\u00b7lar el m\u00f2dul {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Desplegant el m\u00f2dul de prova a {0} ...
-TEXT_finish_deploy_test_module=El desplegament del m\u00f2dul de prova ha finalitzat.
-MSG_start_read=Llegint m\u00f2dul d'emmagatzemament...
-MSG_finish_read=Llegint m\u00f2dul d'emmagatzemament...fet.
-MSG_restore=Iniciant m\u00f2duls...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Instal\u00b7lant {0}
-# {0} - module display name
-TEXT_install=Instal\u00b7lant el nou m\u00f2dul: {0}
-# {0} - module display name
-MSG_update=Iniciant una nova versi\u00f3 de {0}
-# {0} - module display name
-TEXT_update=Actualitzant m\u00f2dul: {0}
-# {0} - module display name
-MSG_uninstall=Aturant {0}
-MSG_load_section=Carregant m\u00f2duls...
-MSG_load_layers=Carregant m\u00f2dul de serveis...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Advert\u00e8ncia: No s''ha trobat el m\u00f2dul {0}, ignorant...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=El m\u00f2dul {0} no pot eliminar-se, ja que era un m\u00f2dul d'auto-c\u00e0rrega o \u00e0vid (sempre actiu), i encara est\u00e0 en \u00fas.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=S''ha fet un intent per a canviar la propietat {1} del m\u00f2dul {0} a la carpeta sistema/m\u00f2duls.\nEl valor actual \u00e9s "{3}" per\u00f2 aquest ha estat canviat al llegir del disc "{2}".\nNo es pot canviar aquesta propietat mentre l'IDE estigui executant-se, per aquest motiu no tindr\u00e0 efecte.
-# {0} - JAR file name
-TEXT_patch=Correcci\u00f3 del m\u00f2dul o extensi\u00f3 personalitzada: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Falta recurs des de la classe: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=No s''ha trobat la clau: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=S''ha produ\u00eft un error a l''analitzar el fitxer {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=S''ha produ\u00eft un error a l''analitzar el fitxer {1} l\u00ednia {3} columna {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ca.properties
deleted file mode 100644
index fa5b8e3..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ca.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Sistema predeterminat
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Carregant objectes carregats...
-MSG_end_load_cache=Carregant objectes carregats...fet.
-MSG_start_rewrite_cache=Tonant a crear els objectes capturats...
-MSG_end_rewrite_cache=Tonant a crear els objectes capturats...fet.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=Fitxer d''esdevenoment {0}, fitxer {1}
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ca.properties
deleted file mode 100644
index ee43791..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ca.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Fitxers
-AdvancedOption.tooltip=Fitxers
-FileAssociationsPanel.btnDefault.text=Pre&determinat
-FileAssociationsPanel.btnDefault.tooltip=Restablir les prefer\u00e8ncies predeterminades per a les extensions de fitxers seleccionades
-FileAssociationsPanel.btnDefault.AN=Restablir les prefer\u00e8ncies predeterminades
-FileAssociationsPanel.btnDefault.AD=Restablir les prefer\u00e8ncies predeterminades per a les extensions de fitxers seleccionades
-FileAssociationsPanel.btnDefaultIgnored.text=Predeterminat
-FileAssociationsPanel.btnDefaultIgnored.AN=Restablir les prefer\u00e8ncies predeterminades per als patrons ignorats
-FileAssociationsPanel.btnDefaultIgnored.AD=Restablir les prefer\u00e8ncies predeterminades per als patrons ignorats
-FileAssociationsPanel.btnNew.text=&Nou...
-FileAssociationsPanel.btnNew.AN=Nova extensi\u00f3 de fitxer
-FileAssociationsPanel.btnNew.AD=Nova extensi\u00f3 de fitxer
-FileAssociationsPanel.btnRemove.text=T&reure
-FileAssociationsPanel.btnRemove.AN=Treure l'extensi\u00f3 de fitxer seleccionada
-FileAssociationsPanel.btnRemove.AD=Treure l'extensi\u00f3 de fitxer seleccionat
-FileAssociationsPanel.cbExtension.choose=< Triar l'extensi\u00f3 >
-FileAssociationsPanel.cbExtension.AD=Extensi\u00f3 de fitxer
-FileAssociationsPanel.cbExtension.AN=Llistat d'extensions de fitxer
-FileAssociationsPanel.cbType.AN=Llistat de tipus de fitxer
-FileAssociationsPanel.cbType.AD=Llistat de tipus de fitxer
-FileAssociationsPanel.lblAssociatedAlso.text=Associat tamb\u00e9 amb:
-FileAssociationsPanel.lblAssociatedAlso.AN=L'extensi\u00f3 de tipus de fitxer tamb\u00e9 est\u00e0 associada amb les extensions
-FileAssociationsPanel.lblAssociatedAlso.AD=L'extensi\u00f3 de tipus de fitxer tamb\u00e9 est\u00e0 associada amb les extensions
-FileAssociationsPanel.lblExtension.text=&Extensi\u00f3 del fitxer:
-FileAssociationsPanel.lblExtension.AN=Extensi\u00f3 de fitxer:
-FileAssociationsPanel.lblExtension.AD=Llistat d'extensions de fitxer
-FileAssociationsPanel.lblType.text=&Tipus de fitxers associats (MIME)
-FileAssociationsPanel.lblType.AD=Llistat de tipus de fitxers associats
-FileAssociationsPanel.lblType.AN=Llistat de tipus de fitxers associats
-FileAssociationsPanel.lblFileAssociations.text=Associacions de fitxers
-FileAssociationsPanel.lblFilesIgnored.text=Fitxers ignorats per l'IDE
-FileAssociationsPanel.lblPattern.text=Patr\u00f3 fitxers &ignorats:
-FileAssociationsPanel.lblPattern.tooltip=Expressi\u00f3 regular dels fitxers a ignorar. Coincidir tot el nom, sense ruta. Blanc per cap.
-FileAssociationsPanel.lblPattern.AN=Patr\u00f3 fitxers ignorats
-FileAssociationsPanel.lblPattern.AD=Expressi\u00f3 regular dels fitxers a ignorar. Coincidir tot el nom, sense ruta. Blanc per cap.
-FileAssociationsPanel.txtPatternError.AN=Ignorar error de sintaxis pel Patr\u00f3 de fitxers ignorats
-FileAssociationsPanel.txtPatternError.AD=error de sintaxis a l'expressi\u00f3 regular dels fitxers a ignorar.
-
-NewExtensionPanel.title=Introduir una nova extensi\u00f3 de fitxer
-NewExtensionPanel.AD=Introduir una nova extensi\u00f3 de fitxer
-NewExtensionPanel.lblExtension.text=&Extensi\u00f3 del fitxer:
-NewExtensionPanel.lblExtension.AN=Extensi\u00f3 de fitxer
-NewExtensionPanel.lblExtension.AD=Extensi\u00f3 de fitxer
-
-OpenAsAction.name=Obrir com...
-OpenAsPanel.txtDescription.AN=Indicaci\u00f3
-OpenAsPanel.txtDescription.AD=Indicaci\u00f3
-OpenAsPanel.lblExtension.text=Tractar fitxer {0} com:
-OpenAsPanel.title=Obrir com...
-OpenAsPanel.open=Obrir
-OpenAsPanel.AD=Triar el tipus de fitxer
-
-# display name for options export
-Files.Options.Export.displayName=Fitxers
-OpenAsPanel.lblDescription.text=NetBeans no coneix aquest tipus de fitxer. Especifiqueu com s'ha de tractar aquest tipus de fitxer.
-FileAssociationsPanel.autoScan.text=Permetre l'escaneig autom\u00e0tic de fonts
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ca.properties
deleted file mode 100644
index ca6faab..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ca.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_General_Options_Category=General
-CTL_General_Options_Description=Opcions generals, prefer\u00e8ncies del proxy, i prefer\u00e8ncies de l'editor
-CTL_Package_View_Type=Visualitza paquets de Java com:
-CTL_Flattern_Packages=&Llistat
-AN_Flattern_Packages=Llistat
-AD_Flattern_Packages=Llistat
-CTL_Tree_Packages=Arbre
-AN_Tree_Packages=Arbre
-AD_Tree_Packages=Arbre
-CTL_No_Proxy=Se&nse Proxy
-AN_No_Proxy=Sense Proxy
-AD_No_Proxy=Sense Proxy
-CTL_Usage_Statistics=Estad\u00edstiques d''\u00fas:
-AN_Usage_Statistics=Estad\u00edstiques d'\u00fas
-AD_Usage_Statistics=Estad\u00edstiques d'\u00fas
-CTL_Usage_Check=Ajuda''ns a millorar l''IDE NetBeans &proporcionant dades d''\u00fas an\u00f2nimes
-AN_Usage_Check=Ajuda'ns a millorar l'IDE de NetBeans proporcionant dades d'\u00fas an\u00f2nimes
-AD_Usage_Check=Ajuda'ns a millorar l'IDE de NetBeans proporcionant dades d'\u00fas an\u00f2nimes
-CTL_Usage_Info=<html>Les estad\u00edstiques d''\u00fas ens ajudaran a entendre millor els requeriments d''usuari i prioritzar les millores a futures versions. Nosaltres no realitzem cap enginyeria inversa de les dades recol\u00b7lectades per a trobar detalls espec\u00edfics dels vostres projectes.</html>
-AN_Usage_Info=Informaci\u00f3 estad\u00edstiques d'\u00fas
-AD_Usage_Info=Les estad\u00edstiques d''\u00fas ens ajudaran a entendre millor els requeriments d''usuari i prioritzar les millores a futures versions. Nosaltres no realitzem cap enginyeria inversa de les dades recol\u00b7lectades per a trobar detalls espec\u00edfics dels vostres projectes.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Aprendre m\u00e9s</u></font></html>
-AN_Learn_More=Aprendre m\u00e9s
-AD_Learn_More=Aprendre m\u00e9s
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Utilitzar les prefer\u00e8ncies del proxy del sistema
-AN_Use_System_Proxy_Settings=Utilitzar la prefer\u00e8ncies del proxy del sistema
-AD_Use_System_Proxy_Settings=Utilitzar la prefer\u00e8ncies del proxy del sistema
-CTL_Use_HTTP_Proxy=Prefer\u00e8ncies manuals del proxy
-AN_Use_HTTP_Proxy=Proxy HTTP
-AD_Use_HTTP_Proxy=Proxy HTTP
-AN_Web_Browser=Navegador Web
-AD_Web_Browser=Navegador Web
-AN_Host=Equip
-AD_Host=Equip
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Per\u00edode d'actualitzaci\u00f3
-AD_Update_Period=Per\u00edode d'actualitzaci\u00f3
-AN_Ask_Before_Check=Preguntar abans de comprovar
-AD_Ask_Before_Check=Preguntar abans de comprovar
-Line_Numbers=N\u00fameros de l\u00ednia
-Antialiasing=Antidentat:
-Text_Antialiasing=Utilitzar antidentat:
-Toolbar=&Barra d'eines
-Package_View=Visualitza paquet
-SDI_Window_Mode=Mode finestra SDI
-MDI_Window_Mode=Mode finestra MDI
-Tree_View=Vista d'arbre
-Default_System_Browser=<Navegador predeterminat>
-Swing_HTML_Browser=Desant navegador
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=General
-CTL_Web_Browser=Navegador &Web:
-Confirm_Delete=&Confirmar eliminaci\u00f3:
-CTL_Web_Proxy=Prefer\u00e8ncies del proxy:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=Pro&xy HTTP\:
-Code_Folding=Plegat del codi:
-Show=Mostrar:
-Editor=Editor
-CTL_Check_Period=Per\u00edo&de de comprovaci\u00f3:
-CTL_Ask_Before_Check=Preguntar a&bans de comprovar:
-CTL_Auto_Update=Actualitzaci\u00f3 autom\u00e0tica:
-Use_Folding=&Utilitzar el plegat del codi
-Fold_Methods=&M\u00e8todes de plegat
-Fold_Classes=Plegar classes internes
-Fold_Imports=Plegar importacio&ns
-Fold_JavaDoc=Plegar comentaris de &Javadoc
-Fold_Licence=Plegar comentari inicial
-Auto_Popup=Auto emergent:
-Auto_Popup_Completion=Finestra de completaci\u00f3
-Auto_Popup_JavaDoc=Finestra de Javadoc
-CTL_Update_every_startup=Cada inici
-CTL_Update_every_day=Cada dia
-CTL_Update_every_week=Cada setmana
-CTL_Update_every_2weeks=Cada dos setmanes
-CTL_Update_every_month=Cada mes
-CTL_Update_never=Mai
-CTL_Default_System_Browser=Navegador de sistema predeterminat
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Navegador intern
-
-
-
-
-AN_NonProxy=Sense proxy per
-
-AD_NonProxy=Sense proxy per
-
-CTL_Non_Proxy=Sense proxy per\:
-
-Non_Proxy_Hint=(pex. localhost, *.netbeans.org, *.elMeuDomini.com)
-LBL_GeneralOptionsPanel_bMoreProxy=M\u00e9s...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Prefer\u00e8ncies avan\u00e7ades del Proxy
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Obrir prefer\u00e8ncies avan\u00e7ades del Proxy
-
-LBL_GeneralOptionsPanel_PortError=El n\u00famero de port ha de ser un valor enter.
-
-LBL_GeneralOptionsPanel_lWebProxy=Prefer\u00e8ncies del Proxy\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=&Proxy HTTP\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(pex. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&t\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=Proxy &HTTPS\:
-
-LBL_AdvancedProxyPanel_lSocksHost=Proxy &SOCKS\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=Sense equips Pro&xy\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=El proxy necessita autentificaci\u00f3
-
-LBL_AdvancedProxyPanel_lUserName=Nom d'&usuari\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Contrasenya\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Utilitzar les mateixes prefer\u00e8ncies de proxy per &a tots els protocols
-
-LBL_AdvancedProxyPanel_Title=Opcions avan\u00e7ades del proxy
-LBL_AdvancedProxyPanel_PortError=El n\u00famero de port ha de ser un valor enter.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Utilitzar les prefer\u00e8ncies del proxy del sistema
-GeneralOptionsPanel.lWebBrowser.text=Navegador &Web\:
-GeneralOptionsPanel.rbNoProxy.text=Se&nse Proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=No disponible
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=No disponible
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=No disponible
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=No disponible
-
-ACD_AdvancedProxyPanel_tfSocksHost=No disponible
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=No disponible
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=No disponible
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=No disponible
-
-ACD_AdvancedProxyPanel_tfSocksPort=No disponible
-
-ACD_AdvancedProxyPanel_tfUserName=No disponible
-
-ACD_AdvancedProxyPanel_pfUserPassword=No disponible
-
-ACD_AdvancedProxyPanel=No disponible
-
-LBL_WebBrowsersPanel_Title=Navegadors Web
-LBL_ExternalBrowser_Name=Navegador extern
-WebBrowsersPanel.nameLabel.text=Nom\:
-WebBrowsersPanel.executableLabel.text=Executable\:
-WebBrowsersPanel.parametersLabel.text=Par\u00e0metres\:
-WebBrowsersPanel.browseButton.text=Navegar..
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Afegir...
-WebBrowsersPanel.removeButton.text=Treure
-WebBrowsersPanel.browsersLabel.text=Navegadors Web\:
-GeneralOptionsPanel.editBrowserButton.text=&Editar...
-GeneralOptionsPanel.editBrowserButton.AD=Editar navegadors web
-GeneralOptionsPanel.editBrowserButton.AN=Editar navegadors web
-WebBrowsers_URL_Hint=Indicaci\u00f3\: {URL} \= URL de la p\u00e0gina a ser carregada al navegador web
-
-ACS_WebBrowsersList=Llistat dels navegadors disponibles
-ACS_AddWebBrowserButton=Afegir un nou navegador web
-ACS_RemoveWebBrowserButton=Treure el navegador web seleccionat
-ACS_BrowserNameField=Nom del navegador web
-ACS_BrowserExecutableField=Executable del navegador web
-ACS_BrowserParametersField=Par\u00e0metres executable navegador web
-ACS_BrowseExecutableButton=Navegar per l'executable del navegador web
-WebBrowsersOptionsPanel.browsersLabel.text=Navegadors &Web\:
-WebBrowsersOptionsPanel.addButton.text=Afe&gir...
-WebBrowsersOptionsPanel.removeButton.text=&Treure
-WebBrowsersOptionsPanel.nameLabel.text=&Nom\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Navegadors Web
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Llistat de navegadors
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=Llistat de navegadors Web
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Afegir bot\u00f3
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Treure bot\u00f3
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Nom navegador
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Nom navegador
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Nom navegador
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Navegadors Web
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Navegadors Web
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Connexi\u00f3 directa.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, opcions generals
-
-# Display name for options export
-General.Options.Export.Category.displayName=General
-General.Options.Export.displayName=General
-Other.Options.Export.displayName=Totes les altres no especificades
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ca.properties
deleted file mode 100644
index a2b3b8d..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ca.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Nucli - Interf\u00edcie d'Usuari (UI)
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Interf\u00edcie d'usuari de la plataforma.
-OpenIDE-Module-Long-Description=Proporciona classes i recursos per a la interf\u00edcie d'usuari b\u00e0sica est\u00e0ndard de la plataforma i per a les aplicacions constru\u00efdes sobre la plataforma.
-
-Actions=Accions
-Actions/Edit=Editar
-Actions/Help=Ajuda
-Actions/System=Sistema
-Actions/Tools=Eines
-Actions/View=Visualitza
-Actions/Window/SelectDocumentNode=Selecciona document a
-Menu=Barra de men\u00fa
-Menu/Edit=&Edici\u00f3
-Menu/File=&Fitxer
-Menu/GoTo=&Navegaci\u00f3
-Menu/Help=&Ajuda
-Menu/Tools=Eine&s
-Menu/View=&Visualitza
-Menu/Window/SelectDocumentNode=Seleccionar docume&nt a
-Services/Browsers=Navegadors Web
-Templates/Privileged=Privilegiat
-Templates/Recent=Recent
-Templates/Services/Browsers=Navegadors Web
-Toolbars=Barra d'eines
-Toolbars/Clipboard=P&orta-retalls
-Toolbars/UndoRedo=&Desfer/Refer
-Toolbars/File=&Fitxer
-Toolbars/Memory=&Mem\u00f2ria
-Toolbars/Standard.xml=Codificaci\u00f3
-UI/Services=Opcions
-
-ProgressDisplayName_FileSystemRefresh=Refrescar fitxers
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_ca.properties
deleted file mode 100644
index 89b512a..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_ca.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Iniciar mostreig IDE
-SelfSamplerAction_ActionNameStop=Aturar mostreig i capturar instant\u00e0nia
-SelfSamplerAction_ActionDescription=Capturar\u00e0 una instant\u00e0nia basant-se amb el bolcat del fil d'execuci\u00f3
-SelfSamplerAction_ThreadName=Mostrejador propi de l'IDE
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=S''ha desat la instant\u00e0nia a {0}
-Save_Progress=Desant instant\u00e0nia
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ca.properties
deleted file mode 100644
index 92ac95c..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ca.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Obrir al sistema
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ca.properties
deleted file mode 100644
index a91100e..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ca.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Total mem\u00f2ria f\u00edsica {0}
-
-
-#LOG_WINDOW_ACTIVATED=Activada finestra principal, el refrec ha trigat {0} ms.
-#LOG_WINDOW_DEACTIVATED=Desactivada finestra principal
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Comprovant canvis externs
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Susp\u00e8s
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ca.properties
deleted file mode 100644
index c66b989..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ca.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Solament Espai de treball>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ca.properties
deleted file mode 100644
index 82a7437..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ca.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&lonar document
-# CloseWindowAction
-CTL_CloseWindowAction=Tan&car finestra
-
-CTL_RecentViewListAction=Anar al document ante&rior
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=Tanc&ar tots els documents
-
-# UndockAction
-CTL_UndockWindowAction=Des-incr&ustar finestra
-CTL_UndockWindowAction_Dock=Incrustar finestra
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Tancar tots els documents
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimitzar finestra
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Tancar finestra
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Tancar els altres documents
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Desar document
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Clonar document
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Tancar els altres documents
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maximit&zar finestra
-CTL_UnmaximizeWindowAction=Restaurar finestra
-
-# DocumentsAction
-CTL_DocumentsAction=&Documents...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=&Barra d'eines
-
-# NextTabAction
-CTL_NextTabAction=Seg\u00fcent pestanya
-# PreviousTabAction
-CTL_PreviousTabAction=Anterior pestanya
-
-CTL_ToggleFullScreenAction=&Pantalla sencera
-
-# ResetWindowsAction
-CTL_ResetWindows=Restablir &Finestres
-
-LBL_ToggleWindowTransparencyAction=Finestra transparent
-LBL_WindowTransparencyHint=Pressionar i mantenir la tecla (Ctrl+NumPad 0) per fer transparent la finestra minimitzada.
-
-# Properties
-GlobalProperties=P&ropietats
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ca.properties
deleted file mode 100644
index 682d5c8..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ca.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Aparen\u00e7a
-AdvancedOption_Tooltip_WinSys=Opcions relacionades amb el Sistema de finestres
-
-IsAlphaFloatingTooltip=Converteix les finestres flotants fora d'enfocament amb semi-transparents despr\u00e9s d'uns segons
-
-IsDragWindowTooltip=Habilita la imatge "fantasma" de la finestra mentre s'arrossega la mateixa
-IsAlphaDragTooltip=Habilita la transpar\u00e8ncia a l'arrossegar la imatge de la finestra
-
-IsSnapScreenEdgesTooltip=Habilita l'adher\u00e8ncia de les finestres a les vores.
-IsSnappingTooltip=Habilita l'adher\u00e8ncia autom\u00e0tica de les finestres flotants per a facilitar el maneig del disseny
-
-NoAlphaSupport=La transpar\u00e8ncia de finestres no est\u00e0 suportada pel sistema operatiu
-LBL_DragWindowImage=Imatge de la finestra a l'arrossegar
-LBL_TransparentDragWindow=Imatge transparent de la finestra a l'arrossegar
-LBL_TransparentFloatingWindows=Finestra flotant transparent
-LBL_SnapFloatingWindows=Adherir finestra flotant
-LBL_SnapToScreenEdges=Adherir a les vores de la pantalla
-LBL_CloseActivatesRecentDocument=Activar al tancar el document m\u00e9s recent
-TIP_CloseActivatesMostRecentDocument=Quan es tanca un document, aleshores el document m\u00e9s recent \u00e9s activat en lloc del seu ve\u00ed
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=Quan es tanca un document, aleshores el document m\u00e9s recent \u00e9s activat
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ca.properties
deleted file mode 100644
index 529d01d..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ca.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=No es pot analitzar la configuraci\u00f3 del gestor de finestres {0}.
-EXC_GroupParse=No es pot analitzar la configuraci\u00f3 del grup {0}.
-EXC_TCGroupParse=No es pot analitzar la configuraci\u00f3 de TCGroup {0}.
-EXC_TCRefParse=No es pot analitzar la configuraci\u00f3 de TCRef {0}.
-EXC_ModeParse=No es pot analitzar la configuraci\u00f3 del mode {0}.
-
-# PersistenceManager
-EXC_RootFolder=No es pot crear la carpeta arrel {0}
-EXC_CompsFolder=No es pot crear la carpeta de components {0}
-EXC_GroupsFolder=No es pot crear la carpeta de grups {0}
-EXC_ModesFolder=No es pot crear la carpeta de modes {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=El component superior {0} no pot localitzar-se o carregar-se des de la carpeta 'Components'.
-EXC_CannotSaveTCSettings=Les prefer\u00e8ncies del component superior {0} no s''han pogut desar
-EXC_CopyFails=No es poden copiar les prefer\u00e8ncies del component a la carpeta {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=El component {0} no ha pogut desar-se degut a problemes amb la serialitzaci\u00f3.
-FMT_TCReadError=El component {0} no ha pogut obrir-se degut a problemes amb la de-serialitzaci\u00f3.
-
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ca.properties
deleted file mode 100644
index e6eee4a..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ca.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Nucli - Finestres
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Implementaci\u00f3 pel suport de finestres
-OpenIDE-Module-Long-Description=Afegeix classes implementant part de les APIs del sistema de finestres.
-
-Actions/Window=Finestres
-Menu/Window=Fines&tres
-
-# Options export
-Toolbars.Options.Export.displayName=Barra d'eines
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ca.properties
deleted file mode 100644
index 1c4946a..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ca.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=Acceptar
-CancelButton=Cancel\u00b7lar
-CloseButton=Tancar
-# HelpButton=Help
-YesButton=Si
-NoButton=No
-# ApplyButton=Apply
-DetailsButton=Detalls
-# ButtoBarButoo
-CTL_Button=Bot\u00f3
-
-# FileSelector
-CTL_FileSelectorOkButton=Acceptar
-CTL_FileSelectorCancelButton=Cancel\u00b7lar
-ACSD_FileSelectorOkButton=Acceptar
-ACSD_FileSelectorCancelButton=Cancel\u00b7lar
-ACSD_FileSelectorDialog=Di\u00e0leg selecci\u00f3 fitxer
-ACSN_FileSelectorTreeView=Vista amb arbre
-ACSD_FileSelectorTreeView=Vista amb arbre al selector de fitxer
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Personalitzar di\u00e0leg
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Tancar
-CANCEL_OPTION_CAPTION=Cancel\u00b7lar
-HELP_OPTION_CAPTION=A&juda
-NO_OPTION_CAPTION=No
-OK_OPTION_CAPTION=Acceptar
-YES_OPTION_CAPTION=Si
-ACS_YES_OPTION_NAME=Si
-ACS_YES_OPTION_DESC=Bot\u00f3 si
-# - {0} message
-ACSD_ErrorMessage=Error: {0}
-ACSD_WarningMessage=Advert\u00e8ncia: {0}
-ACSD_QuestionMessage=Q\u00fcesti\u00f3 {0}
-ACSD_InformationMessage=Informaci\u00f3 {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Cancel\u00b7lar
-ACS_CANCEL_OPTION_DESC=Bot\u00f3 cancel\u00b7lar
-
-ACS_OK_OPTION_NAME=Acceptar
-ACS_OK_OPTION_DESC=Bot\u00f3 acceptar
-
-ACS_NO_OPTION_NAME=No
-ACS_NO_OPTION_DESC=Bot\u00f3 no
-
-ACS_HELP_OPTION_NAME=Ajuda
-ACS_HELP_OPTION_DESC=Bot\u00f3 ajuda
-
-ACS_CLOSED_OPTION_NAME=Tancar
-ACS_CLOSED_OPTION_DESC=Bot\u00f3 tancar
-
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ca.properties
deleted file mode 100644
index b191ec6..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ca.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Finestra principal
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documents:
-LBL_Description=Descri&pci\u00f3:
-LBL_Activate=Canviar a Documen&t
-LBL_CloseDocuments=Tancar e&l(s) document(s)
-LBL_SaveDocuments=De&sar el(s) document(s)
-LBL_Close=Tan&car
-
-ACSD_Activate=No disponible
-ACSD_CloseDocuments=No disponible
-ACSD_SaveDocuments=No disponible
-ACSD_Close=No disponible
-ACSD_ListView=No disponible
-ACSD_DescriptionArea=No disponible
-ACSD_DocumentsDialog=No disponible
-
-CTL_DocumentsTitle=Documents
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Propietats
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#Sense propietats|1#{1} - Propietats|2#Diversos objectes - Propietats}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Propietats|1#{1} - Propietats|2#Diversos objectes - Propietats}
-ACSN_PropertiesSheet=Full de propietats
-ACSD_PropertiesSheet=Mostrar les propietats fer a un node determinat.
-EXC_CannotLoadNodes=Els nodes no poden ser carregats dis de la fulla de propietats. Probablement ja no existeixin.
-
diff --git a/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ca.properties
deleted file mode 100644
index 5b02525..0000000
--- a/l10n/src/ca/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ca.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=Icone&s petites a la barra d'eines
-
-# ToolbarLayout
-EXC_wrongConstraints=No es pot afegir al disseny: no utilitza ToolbarConstraints
-
-CTL_CustomizeToolbars=&Personalitzar...
-
-#New Toolbar Button label
-CTL_NewToolbar=&Nova barra d'eines...
-
-#Small Icons Checkbox
-CTL_SmallIcons=Icone&s petites a la barra d'eines
-
-#Drag and Drop hint
-CTL_TreeLabel=Arrossegar elements des de, o cap a, la barra d'eines per afegir-los o eliminar-los...
-
-LBL_PleaseWait=Espereu...
-
-#Close customizer button
-CTL_Close=Tan&car
-
-#Customizer dialog window title
-CustomizerTitle=Personalitzar barra d'eines
-
-ACSD_ActionsTree=Arrossegar elements des d'aqu\u00ed cap a la barra d'eines
-ACSN_ActionsTree=Agrupaci\u00f3 d'accions
-
-ACSN_ActionsScrollBar=Agrupaci\u00f3 d'accions per la barra de despla\u00e7ament
-ACSD_ActionsScrollBar=Agrupaci\u00f3 d'accions per la barra de despla\u00e7ament
-
-ACSD_ToolbarCustomizer=Personalitzador de la barra d'eines
-
-ACSD_Close=Bot\u00f3 tancar
-ACSD_NewToolbar=Nou bot\u00f3 a la barra d'eines
-
-ACSD_SmallIcons=Icones petites per a les caselles de selecci\u00f3
-
-CTL_ResetToolbarsAction=Res&tablir barra d'eines
-CTL_ResetToolbarsButton=Res&tablir barra d'eines
-
-
-
-PROP_newToolbarLabel=&Nom:
-PROP_newToolbarDialog=Nova barra d'eines
-PROP_newToolbar=Barra d'eines
-MSG_ToolbarExists=Ja existeix la barra d''eines {0}.
-
-
diff --git a/l10n/src/ca/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ca.properties
deleted file mode 100644
index a1e7b2a..0000000
--- a/l10n/src/ca/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ca.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=La mida no pot ser negativa
-CTL_InvalidValue=Valor introdu\u00eft no perm\u00e8s
-CTL_InvalidValueWithParam=Valor introdu\u00eft {0} no perm\u00e8s
-CTL_InvalidValueWithExc=Valor introdu\u00eft no perm\u00e8s. \nCausa: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=El valor de {0} ha d''estar amb format {1}
-
-#ColorEditor
-CTL_AWTPalette=Paleta AWT
-CTL_SwingPalette=Paleta Swing
-CTL_SystemPalette=Paleta sistema
-ACSD_CustomColorEditor=No disponible
-FMT_IllegalEntry="{0}" no \u00e9s un identificador de color v\u00e0lid. Heu d'introduir una constant Swing o AWT, o b\u00e9 valors RGB.
-
-# ColorEditor:AWT color names
-LAB_White=blanc
-LAB_LightGray=grisClar
-LAB_Gray=gris
-LAB_DarkGray=grisFosc
-LAB_Black=negre
-LAB_Red=roig
-LAB_Pink=rosa
-LAB_Orange=taronja
-LAB_Yellow=groc
-LAB_Green=verd
-LAB_Magenta=magenta
-LAB_Cyan=cian
-LAB_Blue=blau
-# ColorEditor: system color names
-LAB_ActiveCaption=Llegenda activa
-LAB_ActiveCaptionBorder=Contorn de la Llegenda activa
-LAB_ActiveCaptionText=Text llegenda activa
-LAB_Control=Control
-LAB_ControlDkShadow=Ombra fosca del control
-LAB_ControlHighlight=Ressaltat de control
-LAB_ControlLtHighlight=Ressaltat Lt de control
-LAB_ControlShadow=Ombra del control
-LAB_ControlText=Text del control
-LAB_Desktop=Escriptori
-LAB_InactiveCaption=Llegenda inactiva
-LAB_InactiveCaptionBorder=Contorn de la Llegenda inactiva
-LAB_InactiveCaptionText=Text inactiu de la Llegenda
-LAB_Info=Informaci\u00f3
-LAB_InfoText=Text d'informaci\u00f3
-LAB_Menu=Men\u00fa
-LAB_MenuText=Text del men\u00fa
-LAB_Scrollbar=Barra despla\u00e7ament
-LAB_Text=Text
-LAB_TextHighlight=Ressaltat de text
-LAB_TextHighlightText=text de ressaltat del text
-LAB_TextInactiveText=Text del text inactiu
-LAB_TextText=Text del text
-LAB_Window=Finestra
-LAB_WindowBorder=Contorn de la finestra
-LAB_WindowText=Text de la finestra
-
-#DimensionCustomEditor
-CTL_Dimension=Dimensi\u00f3
-CTL_Width=Amplada:
-CTL_Height=Al\u00e7ada
-ACSD_CTL_Width=No disponible
-ACSD_CTL_Height=No disponible
-ACSD_DimensionCustomEditor=No disponible
-
-#DimensionEditor
-CTL_HintFormat=[amplada, al\u00e7ada]
-
-#FontEditor
-CTL_Plain=Pla
-CTL_Bold=Negreta
-CTL_Italic=It\u00e0lica
-CTL_BoldItalic=It\u00e0lica negreta
-CTL_Font=Fon&t:
-CTL_FontStyle=Estil del Ti&pus de lletra:
-CTL_Size=Mi&da:
-CTL_Preview=Vista pr\u00e8via
-ACSD_CTL_Font=No disponible
-ACSD_CTL_FontStyle=No disponible
-ACSD_CTL_Size=No disponible
-ACSD_FontCustomEditor=No disponible
-
-#InsetsCustomEditor
-CTL_Insets=Intercalacions
-CTL_Top=&Amunt:
-CTL_Left=&Esquerra:
-CTL_Bottom=A&baix:
-CTL_Right=&Dreta
-ACSD_CTL_Top=No disponible
-ACSD_CTL_Left=No disponible
-ACSD_CTL_Bottom=No disponible
-ACSD_CTL_Right=No disponible
-
-#InsetsEditor
-CTL_HintFormatIE=[superior,esquerra,inferior,dreta]
-
-# ObjectEditor
-CTL_NullValue=<Cercar valor nul>
-CTL_NullItem=<Cercar element nul>
-
-#PointCustomEditor
-CTL_Point=Punt
-CTL_X=&X:
-ACSD_CTL_X=No disponible
-CTL_Y=&Y:
-ACSD_CTL_Y=No disponible
-ACSD_PointCustomEditor=No disponible
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rectangle
-ACSD_CustomRectangleEditor=No disponible
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,amplada,al\u00e7ada]
-
-#StringCustomEditor
-ACS_TextArea=Text:
-ACSD_TextArea=Introdu\u00efu aqu\u00ed el text de la propietat
-ACSD_CustomStringEditor=Editor per les cadenes de text de propietats
-ACS_Instructions=Instruccions
-ACSD_Instructions=No disponible
-
-MSG_FontIsNotInitialized=S'ha produ\u00eft un error durant l'ordenaci\u00f3 XML perqu\u00e8 el valor del tipus de lletra no est\u00e0 inicialitzat.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Seleccionar un fitxer o directori
-CTL_DialogTitleFiles=Seleccionar un fitxer
-CTL_DialogTitleDirs=Seleccionar un directori
-ACSD_FileEditor=No disponible
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Sense especificar>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Propietats
-ACSD_PropertiesEditorPane=No disponible
-ACSD_CustomPropertiesEditor=No disponible
-WARN_PropertiesComments=Advert\u00e8ncia: els comentaris seran descartats.
-
-#StringArrayCustomEditor
-CTL_Empty=<buit>
-CTL_Item=Element:
-ACSD_CTL_Item=No disponible
-CTL_ItemList=&Llistat d'elements
-ACSD_CTL_ItemList=No disponible
-CTL_Add_StringArrayCustomEditor=&Afegir
-ACSD_CTL_Add_StringArrayCustomEditor=No disponible
-CTL_Change_StringArrayCustomEditor=&Edici\u00f3
-ACSD_CTL_Change_StringArrayCustomEditor=No disponible
-CTL_Remove=&Treure
-ACSD_CTL_Remove=No disponible
-CTL_MoveUp=Am&unt
-ACSD_CTL_MoveUp=No disponible
-CTL_MoveDown=A&baix
-ACSD_CTL_MoveDown=No disponible
-ACSD_StringArrayCustomEditor=No disponible
-
-#Bool/BooleanEditor
-TRUE=cert
-FALSE=fals
-NULL=nul
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Valor d'entrada no de tipus enter: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Cadena de text kmsgey no permesa "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - els valors v\u00e0lids s\u00f3n: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Classe desconeguda: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Valor no perm\u00e8s: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=URL no reconeguda: {0}
-#
-MSG_NULL_OR_EMPTY=Nul, o seq\u00fc\u00e8ncia buida
-
-#ObjectEditor
-ACSN_ObjectTree=Opcions disponibles
-ACSD_ObjectTree=Seleccionar un objecte
-
-#Font Editor
-MSG_AppleBug=Si esteu veient aquest missatge, s'ha produ\u00eft un error al inicialitzar el llistat de tipus de lletres disponibles.  Aix\u00f2 \u00e9s degut a un error a la m\u00e0quina virtual de java d'Apple que es produeix quan s'instal\u00b7len al sistema els tipus de lletra de mapa de bit.  Per a utilitzar l'editor de tipus de lletra, ser\u00e0 necessari desinstal\u00b7lar tots els tipus de lletra bitmap del sistema.  Per a obtenir m\u00e9s detalls vegeu Apple BugReporter issue 3121780.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=Jove xef, porti whisky amb quinze gla\u00e7ons d'hidrogen, coi!
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=Acceptar
-
diff --git a/l10n/src/ca/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ca.properties
deleted file mode 100644
index 0a181d9..0000000
--- a/l10n/src/ca/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ca.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Nucli
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Aquesta es una estructura b\u00e0sica de les aplicacions basades amb NetBeans.
-OpenIDE-Module-Long-Description=Aquest m\u00f2dul proporciona la infraestructura central que permet executar aplicacions basades amb NetBeans. No es pot deshabilitar.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=S''ha produ\u00eft una excepci\u00f3 {0}.\n\tCliqueu per a Mostrar detalls o mostrar el fitxer messages.log localitzat a la carpeta {1\}.
-NTF_ExceptionalExceptionTitle=Excepci\u00f3 inesperada
-# {0} - class name of exception
-NTF_ExceptionWarning=S''ha produ\u00eft una excepci\u00f3 {0} .\nTanmateix, el sistema podr\u00e0 continuar treballant sense altres problemes.\nCliqueu a Mostrar detall per a visualitzar la pila de tra\u00e7a.
-NTF_ExceptionWarningTitle=Advert\u00e9ncia
-
-#startup info messages
-MSG_MainWindowInit=Inicialitzant la finestra principal...
-MSG_WindowShowInit=Obrint la finestra principal...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Desant {0} ...
-MSG_AllSaved=Desar tot finalitzat.
-
-CTL_Cannot_save=No es pot desar {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Lloc protegit amb contrasenya
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=Vist per:
-ShortcutsEditor.actionsButton.text=Accions
-ShortcutsEditor.actionsButton.text_Mnemonic=A
-ShortcutsEditor.shortcutsButton.text=Dreceres
-ShortcutsEditor.shortcutsButton.text_Mnemonic=D
-ShortcutsPanel.shortcutTextArea.text=Seleccionar vista per a accions per a editar dreceres per a una acci\u00f3
-ShortcutsPanel.addButton.text=Afegir
-ShortcutsPanel.removeButton.text=Treure
-ShortcutsPanel.AddActionTitle=Drecera nova
-ActionsPanel.shortcutAddButton.text=Afegir...
-ActionsPanel.shortcutAddButton.text_Mnemonic=Un
-ActionsPanel.shortcutRemoveButton.text=Treure
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=P
-ActionsPanel.ShortcutsTitle=Editar dreceres
-ActionsPanel.AddShortcut=Afegir drecera
-ActionsPanel.ShortcutLabel=Drecera:
-ActionsPanel.ShortcutLabel_Mnemonic=D
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Seleccionar vista per accions per a editar dreceres per a una acci\u00f3
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Seleccionar vista per accions per a editar dreceres per a una acci\u00f3
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Seleccionar vista per dreceres, no obstant per a editar les dreceres s'hauria de seleccionar la vista per accions
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Afegir noves dreceres per a accions
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Treure dreceres per a accions
-ACSN_ShortcutsPanel.shortcutsList=Llistat de dreceres
-ACSD_ShortcutsPanel.shortcutsList=No disponible
-ACS_ActionsPanel.ShortcutLabel.a11yName=Omplir drecera
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Omplir drecera per combinaci\u00f3 de tecles
-ACSN_ActionsPanel.actionsTree=No disponible
-ACSN_ActionsPanel.shortcutsList=Llistat dreceres
-ACSD_ActionsPanel.actionsTree=No disponible
-ACSD_ActionsPanel.shortcutsList=No disponible
-ACSD_ShortcutsEditor.DialogDesc=No disponible
-ACSD_ActionsPanel.Dialog=Afegir una nova drecera a l'acci\u00f3 seleccionada
-ACS_ActionsPanel=No disponible
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=Ja existeix una acci\u00f3 vinculada a aquesta drecera ({0}).\nVoleu utilitzar en lloc seu l'acci\u00f3 que acabeu de seleccionar?
-
-CTL_ExitTitle=Desar
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Desar
-ACSD_Save=Desar.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=Desar &Tot
-ACSD_SaveAll=Desar tot.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=Des&cartar Tot
-ACSD_DiscardAll=Descartar tot
-EXC_Save=S'ha produ\u00eft una excepci\u00f3 mentre es desava
-# NotifyException
-CTL_Title_Exception=Excepci\u00f3
-CTL_NextException=&Seg\u00fcent >
-CTL_PreviousException=< &Anterior
-CTL_Exception_Hide_Details=Ama&gar detalls
-CTL_Exception_Show_Details=&Mostrar detalls
-ACSD_NextException=No disponible
-ACSD_PreviousException=No disponible
-ACSD_Exception_Hide_Details=No disponible
-ACSD_Exception_Show_Details=No disponible
-ACSN_ExceptionStackTrace=No disponible
-ACSD_ExceptionStackTrace=No disponible
-ACSD_NotifyExceptionPanel=No disponible
-
-ACSN_ListOfChangedFiles=Llistat
-ACSD_ListOfChangedFiles=Llistat de fitxers amb canvis per a desar
-ACSD_ExitDialog=Di\u00e0leg per a desar tots els canvis
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=Mode SDI
-CTL_MdiMode=Mode MD1
-
-# NbPlaces
-CTL_NoWorkspaces=Sense Espais de treball
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=No disponible
-ACD_NotifyExcPanel_Dialog=No disponible
-
-# blocked event queue
-LOG_EventQueueBlocked=El Fil d'execuci\u00f3 de despatx d''esdeveniments AWT est\u00e0 bloquejat per {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Es necessita autentificaci\u00f3
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=Nom &Usuari:
-NbAuthenticatorPanel.passwordLbl.text=&Contrasenya:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Contrasenya per {0}
-
-ProxySettings.password.description=Contrasenya del Proxy
-
-Title_WebBrowser=Navegador Web
-
diff --git a/l10n/src/ca/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ca.properties
deleted file mode 100644
index 1a10a11..0000000
--- a/l10n/src/ca/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ca.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&Quant a
-About_title=Quant a
-
-#CopyProductInfoAction
-CopyProductInfo=Informaci\u00f3 de la c\u00f2pia
-CopyProductInfoAction=&Copiar Informaci\u00f3
-CTL_CopyButton_tooltip=Copiar informaci\u00f3 del producte de NetBeans al porta-retalls
-
-#HtmlViewAction
-CTL_OpeningBrowser=Obrint navegador ...
-HTMLView=Navegador &Web
-
-#SystemExit
-Exit=&Sortir
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Seg\u00fcent vista interna
-LBL_PreviousViewCallbackAction=Anterior vista interna
-
-# jump next/prev actions
-JumpNextAction=Seg\u00fcent error
-JumpPrevAction=Anterior error
-
-#LogAction
-MSG_LogTab_name=Registre de &l'IDE
-MSG_ShortLogTab_name=Registre de l'IDE
-
diff --git a/l10n/src/ca/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ca.properties
deleted file mode 100644
index 652b2fb..0000000
--- a/l10n/src/ca/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ca.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Versi\u00f3\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>Sistema\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Directori usuari:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">L'IDE i la plataforma de NetBeans estan basats amb programari de netbeans.org, que t\u00e9 llic\u00e8ncia doble sota Desenvolupament Com\u00fa i Llic\u00e8ncia de Distribuci\u00f3 (CDDL, de l'angl\u00e8s Common Development and Distribution License), i GNU Llic\u00e8ncia P\u00fablica General (GPL, de l'angl\u00e8s General Public License) versi\u00f3 2 amb l'excepci\u00f3 de Classpath. Per a m\u00e9s informaci\u00f3, visiteu <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} versi\u00f3 {1} executant a {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Navegador HTML senzill basat amb el component Swing
-MSG_cannot_create_browser=No es pot crear el Navegador HTML Swing.
-Services/Browsers/SwingBrowser.settings=Navegador HTML Swing
-LBL_Close=Tancar
-MNE_Close=T
-ACSN_Close=Tancar
-ACSD_Close=Tancar
-
diff --git a/l10n/src/ca/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_ca.properties
deleted file mode 100644
index abf5284..0000000
--- a/l10n/src/ca/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_ca.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Implementaci\u00f3 OSGi Felix d'Apache
-
diff --git a/l10n/src/ca/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ca.properties
deleted file mode 100644
index 82505e8..0000000
--- a/l10n/src/ca/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ca.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Biblioteques
-OpenIDE-Module-Short-Description=Empaqueta la biblioteca JNA.
-OpenIDE-Module-Long-Description=Aquest m\u00f2dul empaqueta la biblioteca JNA.
-
diff --git a/l10n/src/ca/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ca.properties
deleted file mode 100644
index 824da9c..0000000
--- a/l10n/src/ca/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ca.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API integraci\u00f3 Scripts
-OpenIDE-Module-Display-Category=Biblioteques
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). No longer needed.
-OpenIDE-Module-Deprecation-Message=No longer needed on JDK 6. Treure la vostra depend\u00e8ncia en aquest m\u00f2dul.
-
diff --git a/l10n/src/ca/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ca.properties
deleted file mode 100644
index 1938d38..0000000
--- a/l10n/src/ca/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ca.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Biblioteques
-OpenIDE-Module-Short-Description=Empaqueta la biblioteca de proves del JUnit 4.x.
-OpenIDE-Module-Long-Description=Inclou la biblioteca de proves unit\u00e0ries del JUnit 4.x.
-
diff --git a/l10n/src/ca/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_ca.properties
deleted file mode 100644
index 48d3bba..0000000
--- a/l10n/src/ca/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_ca.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Especificaci\u00f3 OSGi
-
diff --git a/l10n/src/ca/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ca.properties
deleted file mode 100644
index 21ec0f1..0000000
--- a/l10n/src/ca/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ca.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Cerca r\u00e0pida
-QuickSearchComboBar.jLabel2.toolTipText=Cliqueu o pitgeu Maj+F10 per a seleccionar la categoria
-MSG_DiscoverabilityHint=Cercar
-MSG_DiscoverabilityHint2=Cercar a {0}
-LBL_MoreResults=...
-LBL_AllCategories=Totes les categories
-QuickSearchPopup.searchingLabel.text=Cercant...
-QuickSearchPopup.noResultsLabel.text=( Sense Resultats )
-QuickSearchPopup.hintLabel.text={0}; Pitgeu {1} per totes les categories
-AbstractQuickSearchComboBar.command.toolTipText=Cerca r\u00e0pida al sistema {0}
-
diff --git a/l10n/src/ca/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ca.properties
deleted file mode 100644
index 4419b22..0000000
--- a/l10n/src/ca/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ca.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=No es pot mostrar la URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/ca/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ca.properties
deleted file mode 100644
index 95a7634..0000000
--- a/l10n/src/ca/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ca.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Name=API de cerca r\u00e0pida
-OpenIDE-Module-Short-Description=Infraestructura per a cerques r\u00e0pides al men\u00fa d'elements, accions, fitxers, etz.
-QuickSearch/Recent=Cerques recents
-
diff --git a/l10n/src/ca/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ca.properties
deleted file mode 100644
index daad8f0..0000000
--- a/l10n/src/ca/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ca.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=Sense filtre
-
diff --git a/l10n/src/ca/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ca.properties
deleted file mode 100644
index 987fe2e..0000000
--- a/l10n/src/ca/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ca.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Name=ETable i Esquema
-
diff --git a/l10n/src/ca/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ca.properties
deleted file mode 100644
index 91c2aa3..0000000
--- a/l10n/src/ca/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ca.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Biblioteca de personalitzaci\u00f3 d'aparen\u00e7a i aspecte
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Maneja l'UIManager per l'aspecte i comportament personalitzats per a NetBeans
-OpenIDE-Module-Long-Description=Defineix els valors espec\u00edfics de NetBeans necessaris pel UIManager i s'assegura que alguns valors disponibles a BasicLookAndFeel estiguin disponibles per a totes les aparences i aspectes. Maneja la compatibilitat amb el tema Metal, selecci\u00f3 de l'aparen\u00e7a i aspecte aix\u00ed com la inicialitzaci\u00f3 de la mida personalitzada de les lletres.
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/ca/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_ca.properties
deleted file mode 100644
index 32dbe3e..0000000
--- a/l10n/src/ca/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_ca.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=Advert\u00e8ncia: Degut al problema 5079742 del JDK, els tipus de lletra a NetBeans no es mostraran correctament. Instal\u00b7leu el JDK 1.5.0_02 o posterior, detalls a http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
-
diff --git a/l10n/src/ca/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ca.properties
deleted file mode 100644
index 8e37c9b..0000000
--- a/l10n/src/ca/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ca.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Control pestanya
-OpenIDE-Module-Display-Category=Biblioteques
-OpenIDE-Module-Short-Description=El control pestanya utilitzat pel sistema de finestres
-OpenIDE-Module-Long-Description=La biblioteca de control de pestanyes del sistema de finestres de NetBeans
-
-
-
-ACS_TabbedContainer=Control pestanya
-ACSD_TabbedContainer=El control pestanya per a escollir entre pestanyes.
-
-TT_TabDisplayer_Close=<html>Maj\u00fascules + clic per tancar tots els documents<br>Alt + clic per tancar els altres documents
-
diff --git a/l10n/src/ca/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ca.properties b/l10n/src/ca/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ca.properties
deleted file mode 100644
index 394480b..0000000
--- a/l10n/src/ca/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ca.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Mostrar el llistat de documents oberts
-
-Tip_Restore_Window=Restaurar finestra
-
-Tip_Maximize_Window=Maximitzar finestra
-
-Tip_Minimize_Window=Minimitzar finestra
-
-Tip_Pin=Pin
-
-Tip_Close_Window=Tancar finestra
-
-Tip_Scroll_Documents_Right=Despla\u00e7ar documents a la dreta
-
-Tip_Scroll_Documents_Left=Despla\u00e7ar documents a l'esquerra
-
diff --git a/l10n/src/ca/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ca.properties
deleted file mode 100644
index 5acfbb8..0000000
--- a/l10n/src/ca/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ca.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=APIs d'accions
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Definici\u00f3 d'accions comuns per a NetBeans
-OpenIDE-Module-Long-Description=Proporciona un llistat d'accions comuns utilitzades per qualsevol de les aplicacions de NetBeans.
-
-
-New=&Afegir
-# {0} name of the only one new type
-NewArg=&Afegir {0}
-
-# File
-NewFromTemplate=&Nou
-Save=De&sar
-Print=Im&primir...
-PageSetup=Configurar p\u00e0&gina...
-
-#0 undoableedit
-UndoWithParameter=&Desfer {0}
-#0 undoableedit
-RedoWithParameter=&Refer {0}
-UndoSimple=&Desfer
-RedoSimple=&Refer
-Cut=&Tallar
-Copy=Cop&iar
-Paste=Engan&xar
-Delete=Elimi&nar
-Find=&Trobar...
-Goto=Anar a la &l\u00ednia...
-Replace=Su&bstituir...
-
-# View
-Properties=&Propietats
-View=Visualitzar
-Edit=Editar
-
-# Build
-Execute=&Executar
-
-# Window
-DockWindow=Minimitzar vista
-UndockWindow=Maximitzar vista
-CloneView=&Tancar vista
-CloseView=Tancar
-NextTab=Se&g\u00fcent vista
-PreviousTab=Vista anterior
-
-Open=Obrir
-Rename=Reanomenar...
-
-MoveUp=Moure amunt
-MoveDown=Moure abaix
-
-
-Customize=Personalitzar
-
-#rename action
-CTL_RenameTitle=Reanomenar
-CTL_RenameLabel=&Nou nom:
-# {0} param represents old name before renaming.
-MSG_BadFormat=Aquest objecte no pot reanomenar-se de {0} a {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Recol\u00b7lectar brossa
-
-#HeapView
-LBL_ShowText=Mostrar text
-LBL_DropShadow=Ombra d'arrossegament
-LBL_OverlayGrid=Superposici\u00f3 de quadr\u00edcula
-
-# NewTemplateAction
-CTL_NewName=Nom nou
-CTL_NewNameTitle=&Nou
-
-
-#Reorder Action
-Reorder=Canviar ordre
-
-OpenLocalExplorer=Explorar des d'aqu\u00ed
-
-WorkspacesItems=Espais de treball
-
-
-# name of template
-CTL_Template_Name=&Nom objecte:
-# title of dialog
-CTL_Template_Dialog_Title=Plantilla inst\u00e0ncia
-CTL_Template_Dialog_RootTitle=Desar a:
-
-
-# Tools action
-CTL_Tools=Eines
-CTL_EmptySubMenu=Buit
-
-
-# name of the PopupAction
-Popup=Emergent
-
-#SaveAction
-MSG_saved={0} desat.
-EXC_notsaved=Hi han hagut diversos problemes mestres s''estava desant {0}\nCausa: {1}
-#Template wizard title
-CTL_TemplateWizard=Nou des de plantilla
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=Recol\u00b7lector de brossa...
-CTL_GC=Cliqueu per a for\u00e7ar la recol\u00b7lecci\u00f3 de brossa
-
-
diff --git a/l10n/src/ca/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ca.properties
deleted file mode 100644
index ceb7051..0000000
--- a/l10n/src/ca/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ca.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API utilitats interf\u00edcie d'usuari (UI)
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Utilitats d'interf\u00edcie d'usuari.
-OpenIDE-Module-Long-Description=M\u00e8tode d'ajuda de diverses tasques relacionades amb la interf\u00edcie d'usuari.
-
-
-
-#MenuBar
-EXC_LoadMenu=No es pot carregar el men\u00fa {0}
-EXC_LoadMenuItem=No es pot carregar l''element de men\u00fa {0}
-
-#HtmlBrowser
-CTL_Back=Enrere
-CTL_Forward=Avan\u00e7ar
-CTL_Reload=Recarregar
-CTL_Stop=Aturar
-CTL_Document_done=Document: Fet
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Carregant
-EXC_Module=Excepci\u00f3 durant la inicialitzaci\u00f3 del m\u00f2dul de navegador HTML
-CTL_WebBrowser=Navegador Web
-HINT_WebBrowser=Navegador Web
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Vista navegador
-ACSD_HtmlBrowser=No disponible
-ACS_HtmlBrowser_Location=Localitzaci\u00f3
-ACSD_HtmlBrowser_Location=No disponible
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Horitzontal
-SplittedPanelSwap=Intercanviar panells
-ResetSplitter=Restablir la l\u00ednia de divisi\u00f3
-ACS_SplittedPanel_Name=Primer panell {0}. Segon panell {1}.
-ACS_SplittedPanel_Description=Primer panell {0}. Segon panell {1}.
-ACS_SplittedPanel_EmptySplitter=No disponible
-ACSD_SplittedPanel_EmptySplitter=No disponible
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=No disponible
-#Title while loading
-LBL_Loading=Carregant...
-#Title if html doesn't contain title tags
-LBL_Untitled=Sense t\u00edtol
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Equip desconegut: {0}
-FMT_InvalidURL=URL no v\u00e0lida: {0}
-FMT_NoRouteToHost=Sense ruta a l'equip: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Invocant {4} implementat com {3} mitjan\u00e7ant {1}
-
-
-# action and their performers
-Open=Obrir
-Edit=Editar
-Print=&Imprimir...
-View=Visualitzar
-Close=Tancar
-
diff --git a/l10n/src/ca/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ca.properties
deleted file mode 100644
index f6bb71f..0000000
--- a/l10n/src/ca/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ca.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=APIs compatibilitat
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Algunes classes antigues que estan obsoletes.
-OpenIDE-Module-Long-Description=Cont\u00e9 algunes APIs de classes antigues que ara s\u00f3n obsoletes i poden ser reempla\u00e7ades. Concretament: ExplorerActions; ExplorerPanel; HttpServer; and WeakListener.
-OpenIDE-Module-Deprecation-Message=Les classes d'aquesta API totes s\u00f3n obsoletes i poden ser reempla\u00e7ades per APIs m\u00e9s modernes.
-
diff --git a/l10n/src/ca/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ca.properties
deleted file mode 100644
index f97ac0c..0000000
--- a/l10n/src/ca/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ca.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de di\u00e0legs
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Maneja di\u00e0legs i assistents.
-OpenIDE-Module-Long-Description=Aquest m\u00f2dul maneja la infraestructura de di\u00e0legs i assistents utilitzats a NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Error
-NTF_ExceptionTitle=Excepci\u00f3
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=S''ha produ\u00eft una excepci\u00f3 {0}.\nInformeu d'aix\u00f2 a http://www.netbeans.org/issues.html, incloent una c\u00f2pia del vostre fitxer messages.log.\nEl fitxer messages.log es troba al directori {1}.
-NTF_ExceptionalExceptionTitle=Excepci\u00f3 inesperada
-NTF_PlainTitle=Missatge
-NTF_QuestionTitle=Q\u00fcesti\u00f3
-NTF_InformationTitle=Informaci\u00f3
-NTF_WarningTitle=Advert\u00e8ncia
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Alinear opcions
-
-#
-# names of buttons
-#
-CTL_OK=Acceptar
-CTL_YES=Si
-CTL_NO=No
-CTL_CLOSE=Tancar
-
-CTL_CANCEL=Cancel\u00b7lar
-ACSD_CANCEL=no disponible
-
-CTL_NEXT=Seg\u00fcent >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Anar al pas seg\u00fcent de l'assistent.|2#Pas seg\u00fcent: {0}. {1}}
-
-CTL_PREVIOUS=< &Anterior
-CTL_PREVIOUS_Mnemonic=A
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Anar al pas anterior de l'assistent.|0#Pas anterior: {0}. {1}}
-
-CTL_FINISH=&Finalitzar
-ACSD_FINISH=no disponible
-
-# NotifyDescriptor
-
-ACSD_InputPanel=L\u00ednia d'entrada
-ACSD_InputField=No disponible
-ACN_NotifyDescriptor_MessageJTextArea=No disponible
-ACD_NotifyDescriptor_MessageJTextArea=No disponible
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} assistent ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} de {1}
-CTL_ContentName=Passos
-CTL_HelpName=Ajuda
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Espereu.
-
diff --git a/l10n/src/ca/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ca.properties
deleted file mode 100644
index 2c0eb1e..0000000
--- a/l10n/src/ca/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ca.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API execuci\u00f3
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=API d'execuci\u00f3 per les APIs obertes.
-OpenIDE-Module-Long-Description=Constitueix de parts del paquet org.openide.execution.* de les APIs obertes.
-
diff --git a/l10n/src/ca/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ca.properties
deleted file mode 100644
index 2bae25f..0000000
--- a/l10n/src/ca/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ca.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API per a l'Exploraci\u00f3 i pels Fulls de propietats
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Diverses vistes per a mostrar les estructures dels nodes.
-OpenIDE-Module-Long-Description=Permet la definici\u00f3 de noves vistes per a visualitzar les estructures creades per l'API de Nodes.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorador [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=No es pot restaurar la finestra de l'Explorador; el node de l'arrel "{0}" no pot restaurar-se.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=Una vista d'Explorador no pot vetar una selecci\u00f3 buida.
-EXC_ContextMustBeWithinRootContext=Un context explorat ({0}) ha de situar-se dins del context arrel  ({1}).
-EXC_NodeCannotBeNull=No es pot seleccionar un node nul.
-EXC_NoElementOfNodeSelectionMayBeNull=Els elements d'un node seleccionat poden ser nuls.
-EXC_NodeSelectionCannotContainNodes=Un node seleccionat no pot contenir nodes ({0}) que estiguin per sota de l'arrel ({1}).
-EXC_CannotHaveNullRootContext=No pot existir un context arrel nul.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Esteu segurs que voleu eliminar {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Esteu segurs que voleu eliminar {0} i tots els seu continguts?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Esteu segurs que voleu eliminar aquests {0} elements?
-MSG_ConfirmDeleteObjectTitle=Confirmar eliminaci\u00f3 objecte
-MSG_ConfirmDeleteFolderTitle=Confirmar eliminaci\u00f3 paquet
-MSG_ConfirmDeleteObjectsTitle=Confirmar eliminaci\u00f3 diversos objectes
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Esteu segurs que voleu eliminar {0} elements (que enlla\u00e7a a {3})?
-MSG_ConfirmDeleteShadowTitle=Confirmar eliminaci\u00f3 enlla\u00e7
-
-
diff --git a/l10n/src/ca/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ca.properties
deleted file mode 100644
index 7db8233..0000000
--- a/l10n/src/ca/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ca.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Excepci\u00f3 a
-PS_Editor=Editor de Propietats
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Seq\u00fc\u00e8ncia de
-FMT_ErrorSettingProperty=No es pot establir la propietat. {0} no \u00e9s un valor v\u00e0lid per a {1}.
-FMT_CannotUpdateProperty={0} no \u00e9s un valor v\u00e0lid per a {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(Sense Editor de Propietats)
-CTL_NoProperties=<Sense propietats>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Propietats
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Ordenar per categoria
-ACS_CTL_NoSort=Ordenar per categoria
-CTL_AlphaSort=Ordenar per nom
-ACS_CTL_AlphaSort=Ordenar per nom
-CTL_TypeSort=Ordenar per tipus
-ACS_CTL_TypeSort=Ordenar per tipus
-CTL_VisibleWritableOnly=Mostrar \u00fanicament propietats editables
-ACS_CTL_VisibleWritableOnly=Mostrar \u00fanicament propietats editables
-CTL_Customize=Personalitzador
-ACS_CTL_Customize=Personalitzador
-CTL_Help=Ajuda
-ACS_CTL_Help=Ajuda
-ACSD_CTL_Help=Proporciona ajuda quant a l'object mostrat al full de propietats
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Utilitzant la propietat >>{0}<< en temps de disseny ha llan\u00e7at una excepci\u00f3.
-
-#PropertySheet
-CTL_Property_sheet_option=Full de propietats
-
-
-#IndexedPropertyEditor
-CTL_NoItem=Sense elements disponibles
-CTL_Index=Propietat Index:
-CTL_Unknown=Desconegut
-
-#PropertyDialogManager
-CTL_OK=Acceptar
-ACSD_CTL_OK=No disponible
-CTL_Cancel=Cancel\u00b7lar
-ACSD_CTL_Cancel=No disponible
-CTL_Close=Tancar
-ACSD_CTL_Close=No disponible
-CTL_Default=Restablir a pre&determinat
-ACSD_CTL_Default=No disponible
-CTL_Paste=Pegar
-
-#PropertyDetails
-EXC_Setter=Excepci\u00f3 a l''assignar la propietat: {0}
-EXC_Setter_localized=Excepci\u00f3 al m\u00e8tode setter de la propietat {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<sense editor personalitzat>
-CTL_No_property_editor=<sense editor de propietats>
-CTL_Different_Values=<Valors diferents>
-CTL_Desc_Different_Values=Els nodes seleccionats tenen diferents valors per a aquesta propietat.
-CTL_No_properties=<Sense propietats>
-CTL_No_value=<Sense valor>
-CTL_No_type=<Sense tipus>
-CTL_ElipsisHint=Invocador personalitzat.
-CTL_InvalidValue=Valor no v\u00e0lid: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Valor no v\u00e0lid {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Tipus: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Propietats
-CTL_New=&Nou
-CTL_Delete=&Eliminar
-CTL_MoveUp=Moure am&unt
-CTL_MoveDown=Moure abai&x
-CTL_HideDetails=A&magar detalls
-CTL_ShowDetails=M&ostrar detalls
-EXC_ErrorInIndexedSetter=No pot establir-se el valor de la propietat d'indexat
-
-ACSD_Properties=No disponible
-ACSD_New=No disponible
-ACSD_Delete=No disponible
-ACSD_MoveUp=No disponible
-ACSD_MoveDown=No disponible
-ACSD_HideDetails=No disponible
-ACSD_ShowDetails=No disponible
-ACSD_IndexedEditorPanel=No disponible
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Noms
-COLUMN_VALUES=Valors
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<no llegible>
-#Text for null values
-NULL=nul
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Error a l'establir el valor
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Mode d'ordenaci\u00f3 desconegut
-
-#Button labels for property dialogs
-ok=Acceptar
-default=Restablir el valor predeterminat
-cancel=Cancel\u00b7lar
-close=Tancar
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Descripci\u00f3
-ACSD_Description=Descripci\u00f3 de la propietat seleccionada actualment
-ACS_DescriptionTitle=Nom de la propietat
-ACSD_DescriptionTitle=Nom de la propietat que actualment est\u00e0 sent editada
-CTL_NO_DESCRIPTION=Cap descripci\u00f3 disponible.
-CTL_NO_SELECTION=Res seleccionat
-ACS_Splitter=Divisor
-ACSD_Splitter=Divisor visual entre la taula de propietats i l'\u00e0rea de descripci\u00f3.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=La propietat
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} iguals {1}
-FMT_ACST_SheetSet=Grup de propietats {0}
-ACST_No_Selection=Res seleccionat
-CTL_Multiple_Selection=Seleccionat diversos objectes
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Cliqueu, o seleccioneu i pitgeu CTRL-ESPAI per a obrir l'editor personalitzat; cliqueu amb el bot\u00f3 dret per al men\u00fa
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Mostrar \u00e0rea de descripci\u00f3
-CTL_HideDescription=Ocultar \u00e0rea de descripci\u00f3
-CTL_RestoreDefaultValue=Recuperar el valor predeterminat
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Propietats
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=aquesta propietat
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Format num\u00e8ric no perm\u00e8s: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Editor personalitzat: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Taula de propietats
-ACSN_SHEET_TABBED_PANE=Categories de propietats
-ACSD_SHEET_TABLE=taula de propietats editables per a l'objecte actual
-ACSD_SHEET_TABBED_PANE=Es pot seleccionar diferents tipus de propietats de l'objecte actual per a mostrar a la taula de propietats 
-
-LBL_QUICKSEARCH=Cerca r\u00e0pida:
-
-MSG_SetAsText_InvalidValue=Valor no perm\u00e8s: {0}
-
diff --git a/l10n/src/ca/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ca.properties
deleted file mode 100644
index 0b08b58..0000000
--- a/l10n/src/ca/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ca.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Buit
-MenuViewStartFromRoot=Navegar des de l'arrel
-MenuViewStartFromCurrent=Navegar des del punt actual
-
-# TabView
-TabView_RootTab=Arrel
-
-# TreeView
-VetoSelectedNodes=Nodes seleccionats
-LBL_QUICKSEARCH=Cercar:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=L''objecte no pot ser reanomenat de {0} a {1}.
-ACSN_TreeViewCellEditor=Editor de re-anomenament
-ACSD_TreeViewCellEditor=Editor in situ pel nom del node a la vista d'arbre
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=El destin\u00ed no accepta el contingut de la transfer\u00e8ncia.
-
-MSG_ABORT=Cancel\u00b7lar
-
-#TableSheet
-ACS_TableSheet=Taula de propietats
-ACSD_TableSheet=No disponible
-ACS_NullPanel=Sense propietat
-# {0} - bean
-ACSD_NullPanel=Sense propietat. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Tipus: {1} Bean: {2}
-CTL_No_value=<Sense Valor>
-CTL_No_type=<Sense tipus>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Canviar columnes visibles
-LBL_ColumnDialogDesc=Triar les columnes a mostrar al llitat
-LBL_ListOptions=Opcions de llistat
-LBL_ChangeColumns=Canviar columnes visibles...
-LBL_SortMenu=Ordenar
-LBL_Ascending=Ascendent
-LBL_Descending=Descendent
-LBL_ColsMenu=Columna
-LBL_MoveLeft=Moure a l'esquerra
-LBL_MoveRight=Moure a la dreta
-MSG_NoColumnsToChange=No hi han columnes per a canviar la seva visibilitat.
-LBL_NoSort=Cap
-ACSN_ColumnDialog=Canviar columnes visibles
-ACSD_ColumnDialog=Triar les columnes a ser mostrades al llistat
-
-#a11y
-ACSN_TreeTable=No disponible
-ACSD_TreeTable=No disponible
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Mostrar \u00fanicament columnes on
-
-CTL_ColumnsSelector=Canviar columnes visibles
-ACN_ColumnsSelector=Selector de columnes
-ACD_ColumnsSelector=Seleccionar columnes visibles
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Triar les columnes a ser mostrades al llistat
-NodeOutlineModel_NodesColumnLabel=Nodes
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Accedint a {0} sense acc\u00e9s de lectura Children.MUTEX
-
diff --git a/l10n/src/ca/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ca.properties
deleted file mode 100644
index 9b653ff..0000000
--- a/l10n/src/ca/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ca.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Document XML no v\u00e0lid:
-
-W-003=Advert\u00e8ncia: l'analitzador XML no suporta la caracter\u00edstica de tractament de l\u00e8xic.
-
diff --git a/l10n/src/ca/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ca.properties
deleted file mode 100644
index 87d5a5a..0000000
--- a/l10n/src/ca/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ca.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API de sistema de fitxers
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=API de sistemes de fitxers virtuals (Virtual File System - VFS).
-OpenIDE-Module-Long-Description=Permet acc\u00e9s al fitxer d'una forma similar al sistema operatiu, per\u00f2 d'una forma independent. Suporta notificacions i canvis al disc.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=No v\u00e0lid {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=L''arrel {0} no existeix.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=No es pot eliminar l''arrel del sistema de fitxers {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=No es pot canviar el nom de l''arrel del sistema de fitxers {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=No es pot eliminar el fitxer {0} a {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=No es pot canviar el nom del fitxer {0} de {1} a {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=El sistema de fitxers {0} \u00e9s de nom\u00e9s-lectura.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=El fitxer {0} a {1}  \u00e9s de nom\u00e9s-lectura.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=No es pot crear el fitxer {0} perqu\u00e8 {1} al sistema de fitxers {2} no \u00e9s una carpeta.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=La barra al nom de la carpeta "{0}" no est\u00e0 perm\u00e8s.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=La carpeta {0} ja existeix a {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=No es pot crear la carpeta {0} a {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=El fitxer {0} ja existeix al sistema de fitxers {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=No es pot crear el fitxer {2}.{3} en la carpeta {0} del sistema de fitxers {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Bloqueig no v\u00e0lid [{0}] pel fitxer {1} a {2} amb el bloqueig actual [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=no es pot modificar el fitxer filesystem.attributes:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=No es pot trobar el fitxer {1} a la carpeta {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} nom\u00e9s \u00e9s de lectura.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} nom\u00e9s \u00e9s de lectura ja que est\u00e0 dins de {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=Ja existeix el fitxer {0}.
-
-# {0} = name of zip file 
-EXC_CanntRead=No es pot llegir del fitxer {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Error al fitxer {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Error al fitxer JAR {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=JAR desconegut
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Diversos sistemes de fitxers
-EXC_FileOutsideModified=Fitxer {0} no trobat. Un altra aplicaci\u00f3 pot haver mogut el fitxer o canviat el nom.
-XML_NotValidXMLFileSystem=XML FileSystem no v\u00e0lid.
-EXC_DefAttrReadErr=No es pot llegir DefaultAttributes.
-EXC_UnreachableCode=Error intern: codi fora de l'abast.
-
-EXC_FolderCopy=No est\u00e0 suportat copiar als directoris,
-XML_RootInvalid=L'element FileSystem ha de ser l'element arrel.
-XML_MisssingAttr=Falta l'atribut  \"nom\"
-XML_InaccurateParam=N\u00famero de par\u00e0metres inexacte.
-XML_UnknownElement=Element desconegut.
-XML_DuplElement=FileObject duplicat:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} a {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Obrint flux per {0}
-
diff --git a/l10n/src/ca/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ca.properties
deleted file mode 100644
index 348b8a5..0000000
--- a/l10n/src/ca/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ca.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=APIs d'E/S
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Les APIs Obertes relacionades amb la visualitzaci\u00f3 de la sortida.
-OpenIDE-Module-Long-Description=Cont\u00e9 les classes de org.openide.windows.* relacionades amb la creaci\u00f3 de fitxes de sortida, mostrant les sortides, i el seus hipervincles.
-
diff --git a/l10n/src/ca/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_ca.properties
deleted file mode 100644
index 5a1b262..0000000
--- a/l10n/src/ca/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_ca.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Long-Description=Aquest m\u00f2dul uneix l'API Datasystems amb l'API de scripts Com a resultat \u00e9s possible utilitzar qualsevol script i llenguatge de generaci\u00f3 de plantilles per a generar noves plantilles.
-OpenIDE-Module-Name=Maneig avan\u00e7at de plantilles
-OpenIDE-Module-Short-Description=Maneig avan\u00e7at de plantilles no tan sols per a Datasystems
-
diff --git a/l10n/src/ca/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ca.properties
deleted file mode 100644
index 959aeb6..0000000
--- a/l10n/src/ca/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ca.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API Datasystems
-OpenIDE-Module-Short-Description=API oberta de NetBeans per a la manipulaci\u00f3 d'objectes de dades.
-OpenIDE-Module-Long-Description=El Datasystems API est\u00e0 a una capa superior de l'API Filesystems, la qual pot recon\u00e8ixer i agrupar objectes de dades, donant-lis una sem\u00e0ntica particular. Una part de les APIs Obertes, ara estan dividides a un m\u00f2dul independent.
-OpenIDE-Module-Display-Category=Infraestructura
-
-#DefaultDataObject
-HINT_DefaultDataObject=Fitxer no reconegut
-
-EXC_SharedAccess=Acc\u00e9s compartit
-
-#Folder.Index
-EXC_ReorderFailed=No es poden desar les noves comandes.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=No es pot eliminar el fitxer {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Enlla\u00e7 a {3}
-
-PROP_ShadowOriginalName=Nom real
-HINT_ShadowOriginalName=Nom dels objectes que fan refer\u00e8ncia cap a aquest enlla\u00e7.
-PROP_ShadowOriginalFileSystem=Nom real del sistema de fitxers
-HINT_ShadowOriginalFileSystem=Nom del sistema de fitxers de l'objecte real.
-
-# DataNode
-PROP_name=Nom
-HINT_name=Nom d'aquest objecte.
-PROP_template=Plantilla
-HINT_template=Si \u00e9s cert, aquest objecte \u00e9s una plantilla (podeu fer inst\u00e0ncies de si mateix).
-PROP_files=Tots els Fitxers
-HINT_files=Una llistat dels fitxers representats per aquest objecte.
-PROP_size=Mida del fitxer
-HINT_size=Mida del fitxer amb octets (bytes). (\u00danicament s'aplica al primer fitxer llistat a tots els fitxers.)
-PROP_lastModified=Data de modificaci\u00f3
-HINT_lastModified=L'\u00faltima modificaci\u00f3 d'aquest fitxer. (\u00danicament s'aplica al primer fitxer llistat a tots els fitxers.)
-PROP_extension=Extensi\u00f3
-HINT_extension=Extensi\u00f3 de fitxer prim\u00e0ria.
-ERROR_extension=No es pot canviar l'extensi\u00f3. El fitxer ha estat modificat.
-
-# name of set with sorting options
-PROP_sorting=Classificaci\u00f3
-HINT_sorting=Prefer\u00e8ncies de classificaci\u00f3 i ordenaci\u00f3.
-
-#
-# folder sort mode property
-PROP_sort=Mode d'ordenaci\u00f3
-HINT_sort=Determina com els objectes poden ser ordenats en aquest paquet.
-# SortModeEditor
-VALUE_sort_none=Desordenat.
-VALUE_sort_names=Per nom
-VALUE_sort_class=Per tipus
-VALUE_sort_folder_names=Per nom (Primer paquets)
-VALUE_sort_last_modified=Per data de modificaci\u00f3
-VALUE_sort_size=Per mida del fitxer
-
-
-#
-# Names of paste types
-#
-PT_move=&Moure
-PT_copy=&Copiar
-PT_instantiate=&Instanciar
-PT_shadow=Crear en&lla\u00e7
-PT_serialize=&Serialitzar
-PT_instance=Inst\u00e0ncia pre&determinada
-
-# 
-SerializeBean_Text=&Nom del fitxer a serialitzar la inst\u00e0ncia de
-SerializeBean_Title=Serialitzaci\u00f3 d'inst\u00e0ncia
-
-#
-# new folder
-#
-CTL_NewFolder=Carpeta
-CTL_NewFolderName=&Nom:
-CTL_NewFolderTitle=Crear una nova carpeta
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=El fitxer {0} ja existeix a la carpeta {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=La carpeta {0} ja existeix a la carpeta {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=El fitxer {1} sembla ser que \u00e9s massa gran ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) per a obrir-lo amb seguretat. \nObrir el fitxer pot produir un error de desbordament de mem\u00f2ria OutOfMemoryError, el qual no permetr\u00e0 utilitzar l'IDE. Esteu realment segurs que voleu obrir-lo?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=Fitxers de configuraci\u00f3 XML
-PROP_XmlError=Error (recuperable)
-PROP_XmlWarning=Advert\u00e8ncia
-PROP_XmlFatalError=ERROR FATAL
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=No es pot crear la carpeta; {0} no \u00e9s un nom v\u00e0lid.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=No es pot copiar {0}: La carpeta dest\u00ed \u00e9s la mateixa que la d''origen.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=No es pot copiar {0}: La carpeta dest\u00ed \u00e9s una subcarpeta de la d''origen.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=Nou assistent - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=Nou assistent
-LAB_TemplateChooserPanelName=Seleccionar plantilla
-LAB_SelectTemplateBorder=&Seleccionar una plantilla:
-MSG_NoDescription=Sense descripci\u00f3
-MSG_InitDescription=Inicialitzant descripci\u00f3...
-LAB_TemplateDescriptionBorder=Descripci\u00f3 plan&tilla:
-LAB_TargetLocationPanelName=Empla\u00e7ament
-LAB_TargetLocationDescription=Si us plau seleccioneu una carpeta per l'objete acabat de crear o, a continuaci\u00f3 introdu\u00efu el nom de la carpeta:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=No disponible
-ACSD_TemplateWizard1=No disponible
-
-CTL_NewObjectName=&Nom\:
-ACSD_NewObjectName=No disponible
-ACSD_TargetLocationDescription=No disponible
-ACSD_TemplateWizard2=No disponible
-
-ACSD_NewObjectPanel=No disponible
-
-LBL_settingsNodeName=Prefer\u00e8ncies
-EXC_folder_delete_failed=No es pot eliminar la carpeta d'origen mentre s'est\u00e0 movent.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<carpeta superior> [{0}]
-FMT_DefaultNewObjectName=<nom per defecte>
-
-LBL_shadow_loader_display_name=Enlla\u00e7os
-LBL_folder_loader_display_name=Carpetes
-LBL_default_loader_display_name=Objectes no reconeguts
-LBL_instance_loader_display_name=Inst\u00e0ncies d'acci\u00f3
-
-FMT_CannotCopyDo=Advert\u00e8ncia: L''objecte {0} no pot ser copiat.
-FMT_CannotMoveDo=Advert\u00e8ncia: L''objecte {0} no pot ser mogut.
-
-# InstanceDataObject
-LBL_separator_instance=(separador)
-PROP_instance_class=Nom de la classe
-HINT_instance_class=Nom de la classe Java de l'objecte representat.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=Hi ha problemes al desar el bean {0}.
-
-FMT_brokenShadowName={0} (Enlla\u00e7 trencat)
-HINT_brokenShadowOriginalName=Enlla\u00e7 trencat
-PROP_brokenShadowOriginalName=Enlla\u00e7 trencat
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Enlla\u00e7 trencat al sistema de fitxers
-HINT_brokenShadowFileSystem=Enlla\u00e7 trencat al sistema de fitxers
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Prefer\u00e8ncies no reconegudes>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Semblant a l'objecte de copiar dades
-LBL_DOcut=Semblant a l'objecte de tallar dades
-#NewObjectPanel
-LAB_NewObjectPanelName=Nou nom d'objecte
-FMT_DefaultNewObject=<predeterminat>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=La finestra emergent per als objectes del tipus {0} no poden restaurar-se; utilitzant les configuracions per defecte.
-LBL_loader_display_name=Carregador
-
-MSG_renameError=Aquest objecte no pot ser reanomenat de {0} a {1}.
-MSG_NotValidName={0} no pot tindre un nom buit.
-ERR_NoFilesystem=Sense sistema de fitxers habilitat. Assegureu-vos que disposeu d'almenys un sistema de fitxers, i que aquest no sigui ni de solament lectura ni ocult.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=El sistema de fitxers o la carpeta dest\u00ed no existeixen.
-MSG_fs_is_readonly=El sistema de fitxers dest\u00ed \u00e9s solament de lectura.
-# {0} - name of the existing file
-MSG_file_already_exist=El fitxer {0} ja existeix.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Acci\u00f3 del sistema de fitxers
-#InstantiateAction
-Instantiate=Instanciar
-#SaveAsTemplateAction
-SaveAsTemplate=Desar com una plantilla...
-Title_SaveAsTemplate=Desar com una plantilla
-CTL_SaveAsTemplate=&Seleccioneu la carpeta on apareixer\u00e0 la nova plantilla:
-CTL_SaveAsTemplate_TemplatesRoot=Plantilles
-SaveAll=Des&ar tot
-HINT_SaveAll=Desar tots els fitxers (Si la caracter\u00edstica Compilar i Desar est\u00e0 activada, aleshores tamb\u00e9 es compilen/construeixen els vostres fitxers)
-# FileSystemRefreshAction
-LAB_Refresh=Refrescar carpeta
-# NewTemplateAction
-EXC_TemplateFailed=S'ha produ\u00eft un error al crear el nou objecte des de la plantilla.
-NewTemplate=&Nou
-NewTemplateAction=Totes les plantilles...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Buit
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Obrint {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=El fitxer {0} est\u00e0 modificat. Desar-lo ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modificat)
-TIP_editor_ro=\ (nom\u00e9s-lectura)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=El fitxer {0} ha estat canviat a nom\u00e9s-lectura! Es descartaran tots els canvis.
-MSG_FileReadOnlySaving=El fitxer {0} ha estat canviat a nom\u00e9s-lectura! No es pot desar.
-MSG_FileReadOnlyChanging=El fitxer {0} ha estat canviat a nom\u00e9s-lectura! 
-
-
-MSG_BinaryFileQuestion=Aquest fitxer sembla ser que cont\u00e9 dades bin\u00e0ries. Esteu segurs que voleu obrir-lo a l'editor de text?
-MSG_BinaryFileWarning=S'ha detectat un fitxer binari
-
-CTL_SaveAsAction=Desar com...
-MSG_SaveAsFailed=Hi han hagut diversos problemes mentre s''estava desant el fitxer {0}\nCausa: {1}
-LBL_SaveAsTitle=Desar com
-MSG_CannotCreateTargetFolder=No es pot crear la carpeta dest\u00ed.
-MSG_SaveAs_SameFileSelected=Seleccioneu un nom diferent pel fitxer si us plau.
-MSG_SaveAs_SameFileSelected_Title=Desar com
-
diff --git a/l10n/src/ca/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ca.properties
deleted file mode 100644
index 7dcb1f4..0000000
--- a/l10n/src/ca/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ca.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API de M\u00f2dul de Sistema
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=APIs per obtenir informaci\u00f3 quant als m\u00f2duls instal\u00b7lats.
-OpenIDE-Module-Long-Description=Permet obtenir el llistat de m\u00f2duls instal\u00b7lats, inspeccionar les seves propietats i depend\u00e8ncies.
-
diff --git a/l10n/src/ca/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ca.properties
deleted file mode 100644
index f7a6bde..0000000
--- a/l10n/src/ca/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ca.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API de nodes
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=API per a la definici\u00f3 d'estructures gen\u00e8riques arborescents.
-OpenIDE-Module-Long-Description=Proporciona abstracci\u00f3 per sobre d'estructures arborescent tot definint un Node - La interf\u00edcie gen\u00e8rica extensible que pot ser mostrada a l'API de l'explorador.
-
-
-
-#Sheet
-Properties=Propietats
-Expert=Expert
-HINT_Properties=Propietats d'aquest objecte
-HINT_Expert=Propietats per a experts d'aquest objecte.
-
-#indexed customizer
-LAB_order=Canviar ordre
-LAB_listOrder=Mostrar aquests camps en aquest ordre:
-LAB_listOrder_Mnemonic=M
-Button_close=Tancar
-Button_close_Mnemonic=T
-Button_up=Moure amunt
-Button_up_Mnemonic=U
-Button_down=Moure abaix
-Button_down_Mnemonic=B
-
-ACSD_Button_close=No disponible
-ACSD_Button_up=No disponible
-ACSD_Button_down=No disponible
-ACSD_ListOrder=No disponible
-ACSD_IndexedCustomizer=No disponible
-
-#PropertySupport
-CTL_StandardName=Nom
-CTL_StandardHint=Nom de l'objecte.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=enganxar node
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copiar \u00edndex
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Espereu...
-
diff --git a/l10n/src/ca/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ca.properties
deleted file mode 100644
index 58c4782..0000000
--- a/l10n/src/ca/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ca.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API opcions prefer\u00e8ncies
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Suport per a emmagatzemar prefer\u00e8ncies.
-OpenIDE-Module-Long-Description=Proporciona les classes que simplifiquen l'emmagatzematge de les prefer\u00e8ncies entre diverses invocacions d'aplicacions basades amb NetBeans.
-OpenIDE-Module-Deprecation-Message=Utilitzeu org.openide.util.NbPreferences en lloc seu.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/ca/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ca.properties
deleted file mode 100644
index 9a1d12e..0000000
--- a/l10n/src/ca/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ca.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API Text
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=API gen\u00e8rica que envolta kits d'edici\u00f3 basats amb Swing.
-OpenIDE-Module-Long-Description=Proporciona suport per a definir components que envolten editors de text a Swing.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Prefer\u00e8ncies impressi\u00f3
-CTL_Header_format = Imprimint {2} a {1}
-CTL_Footer_format = P\u00e0gina {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Format p\u00e0gina
-HINT_PAGE_FORMAT=Format p\u00e0gina
-PROP_WRAP=Envoltar l\u00ednies
-HINT_WRAP=Voleu envoltar les l\u00ednies?
-PROP_HEADER_FORMAT=Format de cap\u00e7alera de la p\u00e0gina
-
-HINT_HEADER_FORMAT=Per exemple, "Principi de p\u00e0gina {0} (impresa el {1}) del fitxer {2}".
-PROP_FOOTER_FORMAT=Format del peu de p\u00e0gina
-HINT_FOOTER_FORMAT=Per exemple, "Final de p\u00e0gina {0} (impresa el {1}) del fitxer {2}".
-PROP_HEADER_FONT=Tipus de lletra cap\u00e7alera de p\u00e0gina
-HINT_HEADER_FONT=Establir el tipus de lletra de la cap\u00e7alera de p\u00e0gina.
-PROP_FOOTER_FONT=Tipus de lletra peu de p\u00e0gina
-HINT_FOOTER_FONT=Establir el tipus de lletra del peu de p\u00e0gina.
-PROP_HEADER_ALIGNMENT=Alineaci\u00f3 de la cap\u00e7alera de p\u00e0gina
-HINT_HEADER_ALIGNMENT=Alineaci\u00f3 de la cap\u00e7alera de p\u00e0gina - ESQUERRA, CENTRE, DRETA.
-PROP_FOOTER_ALIGNMENT=Alineaci\u00f3 del peu de p\u00e0gina
-HINT_FOOTER_ALIGNMENT=Alineaci\u00f3 del peu de p\u00e0gina - ESQUERRA, CENTRE, DRETA.
-PROP_LINE_ASCENT_CORRECTION=Correcci\u00f3 de la l\u00ednia d'ascensi\u00f3
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Factor per a corregir la l\u00ednia d'ascensi\u00f3
-
-# Alignment Prop Editor
-CTL_CENTER = CENTRE
-CTL_RIGHT = DRETA
-CTL_LEFT = ESQUERRA
-
-# Cancellation
-CTL_Print_progress=La p\u00e0gina (n\u00famero) {0} s''ha impr\u00e8s.
-CTL_Print_cancellation=Proc\u00e9s d'impressi\u00f3 de treballs
-CTL_Cancel=Cancel\u00b7lar
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Actualment la impressi\u00f3 de treballs ha estat avortada.
-EXC_Printer_Problem=Problema impressora: {0}
-EXC_ReadOnlyFile=El fitxer {0} \u00e9s de nom\u00e9s-lectura.
-EXC_LoadDocument=El document {0} no s''ha pogut carregar.
-LBL_EditorLoading=Carregant...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Q\u00fcesti\u00f3
-CTL_Save=Desar
-ACSN_CTL_Save=No disponible
-ACSD_CTL_Save=No disponible
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Descartar
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=No disponible
-ACSD_CTL_Discard=No disponible
-
-# PositionBounds
-MSG_Empty_string=No es pot inserir una cadena buida.
-#editor support warning message
-FMT_FileNotFound=Advert\u00e8ncia: El fitxer {0} no s''ha trobat o no s''hi ha pogut accedir.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=El fitxer {0} ha estat modificat externament. Recarregar-lo?
-FMT_External_change_write=El fitxer {0} ha estat modificat externament. Sobreescriure'l?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=Heu especificat un fitxer no v\u00e0lid. Comprovar la ruta.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor per {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor per {0}
-TITLE_SourceButton=Font
-
-
diff --git a/l10n/src/ca/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ca.properties
deleted file mode 100644
index 9092c67..0000000
--- a/l10n/src/ca/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ca.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API enumeracions antiga
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=L'API d'enumeraci\u00f3 que est\u00e0 a un paquet incorrecte.
-OpenIDE-Module-Long-Description=L'API d'enumeraci\u00f3 que est\u00e0 a a un paquet incorrecte, org.openide.util.enum de fet no pot compilar-se amb Java 1.5, perqu\u00e8 enum \u00e9s una paraula clau. \u00c9s reempla\u00e7ada per la classe org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Utilitzeu org.openide.util.Enumerations enlloc d'aquest m\u00f2dul.
-
diff --git a/l10n/src/ca/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_ca.properties
deleted file mode 100644
index 8b57d78..0000000
--- a/l10n/src/ca/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_ca.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Consultar
-
diff --git a/l10n/src/ca/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ca.properties
deleted file mode 100644
index ad4aa76..0000000
--- a/l10n/src/ca/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ca.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API utilitats
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=API d'utilitats b\u00e0siques.
-OpenIDE-Module-Long-Description=Diversos m\u00e8todes d'ajuda i definicions de conceptes b\u00e0sics incloent accions, cerca, maneig d'imatges, execuci\u00f3 amb paral\u00b7lel i suport de marcats.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=Ja est\u00e0 registrat un servidor HTTP. No pots utilitzar dos servidors al mateix temps.
-SERVER_CANNOT_UNREGISTER=Un m\u00f2dul ha intentat de baixar-se el servidor HTTP proporcionat per un altre m\u00f2dul.
-
-MSG_ToNowhere=a cap lloc
-MSG_To=per
-
-MSG_NoServerRegistered=Sense servidor registrat.
-MSG_TooManyArguments=Massa arguments
-MSG_UnmatchedBraces=no es troba claus al patr\u00f3 a la posici\u00f3
-
-# NbBundle
-MSG_FMT_ObjectForKey=no s''ha trobat l''objecte per a la clau {0}
-MSG_ClassFinderAlreadySet=ja est\u00e0 assignat ClassFinder.
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=AVIS: No es pot carregar la taula de traducci\u00f3: {0}
-PROGRESS_CURSOR=Cursor de proc\u00e9s
-
diff --git a/l10n/src/ca/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ca.properties
deleted file mode 100644
index 3d16143..0000000
--- a/l10n/src/ca/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ca.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Sabor a diversos objectes
-
-Create=Crear
-Paste=Pegar
-
diff --git a/l10n/src/ca/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ca.properties b/l10n/src/ca/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ca.properties
deleted file mode 100644
index 3a574de..0000000
--- a/l10n/src/ca/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ca.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API sistema de finestres
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=API per a manejar els components a la pantalla
-OpenIDE-Module-Long-Description=Proporciona una abstracci\u00f3 neutral de l'API pel sistema operatiu i MDI/SDI per damunt del concepte dels components que s\u00f3n mostrats a l'usuari.
-
-
-
-# name of empty workspace
-None=Cap
-
-#CloneableTopComponent
-EXC_CannotAssign=No es pot assignar el component a BUIT
-
-#TopComponent
-EXC_UnknownOperation=Operaci\u00f3 de tancar desconeguda
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Invocant {2} implementat com {3} amb {0}
-
diff --git a/l10n/src/ca/platform/print/print/org/netbeans/modules/print/action/Bundle_ca.properties b/l10n/src/ca/platform/print/print/org/netbeans/modules/print/action/Bundle_ca.properties
deleted file mode 100644
index 1e172b1..0000000
--- a/l10n/src/ca/platform/print/print/org/netbeans/modules/print/action/Bundle_ca.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Configurar p\u00e0&gina...
-
-# PrintAction
-TLT_Print_Action=Imprimir
-MNU_Print_Action=&Imprimir...
-ACT_Print_Action=Imprimir - Ctrl+Alt+Maj+P
-
diff --git a/l10n/src/ca/platform/print/print/org/netbeans/modules/print/resources/Bundle_ca.properties b/l10n/src/ca/platform/print/print/org/netbeans/modules/print/resources/Bundle_ca.properties
deleted file mode 100644
index ce9f796..0000000
--- a/l10n/src/ca/platform/print/print/org/netbeans/modules/print/resources/Bundle_ca.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Impressi\u00f3
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Implementaci\u00f3 del m\u00f2dul d'impressi\u00f3.
-OpenIDE-Module-Long-Description=Implementaci\u00f3 del m\u00f2dul d'impressi\u00f3.
-
-# layer.xml
-Actions/File=Fitxer
-
diff --git a/l10n/src/ca/platform/print/print/org/netbeans/modules/print/ui/Bundle_ca.properties b/l10n/src/ca/platform/print/print/org/netbeans/modules/print/ui/Bundle_ca.properties
deleted file mode 100644
index 35a8b34..0000000
--- a/l10n/src/ca/platform/print/print/org/netbeans/modules/print/ui/Bundle_ca.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Problema impressora: {0}
-LBL_Page_Setup_Button=Configurar P\u00e0gina...
-TLT_Page_Setup_Button=Invoca el di\u00e0leg de configuraci\u00f3 de la p\u00e0gina
-LBL_Print_Option_Button=&Opcions d'impressi\u00f3
-TLT_Print_Option_Button=Invoca el di\u00e0leg de prefer\u00e8ncies d'impressi\u00f3
-LBL_Print_Button=Im&primir
-TLT_Print_Button=Invoca di\u00e0leg d'impressi\u00f3
-LBL_Close_Button=Tan&car
-TLT_Close_Button=Tanca el di\u00e0leg de vista pr\u00e8via d'impressi\u00f3
-LBL_Print_Preview=Vista pr\u00e8via d'impressi\u00f3
-LBL_Fit_to_Width=Ajustar a l'ample
-LBL_Fit_to_Height=Ajustar a l'al\u00e7ada
-LBL_Fit_to_All=Mostrar totes les p\u00e0gines
-
-TLT_First=Primera p\u00e0gina (Alt+F)
-TLT_Previous=P\u00e0gina ante&rior (Alt+R)
-TLT_Next=Seg\u00fce&nt p\u00e0gina (Alt+N)
-TLT_Last=\u00da&ltima p\u00e0gina (Alt+L)
-TLT_Fit=Canviar e&scala (Alt+S)
-TLT_Zoom_In=Ampl&iar zoom (Alt+I)
-TLT_Zoom_Out=Red&uir zoom (Alt+U)
-TLT_Toggle=&Mostrar diverses p\u00e0gines (Alt+M)
-TLT_Goto=<html><body> <b>Navigation:</b> <br> pressioneu <code>/</code> o <code>F</code> per a mostrar la primera p\u00e0gina <br> pressioneu <b><code>-</code></b> o <code>G</code> per a mostrar la p\u00e0gina anterior <br> pressioneu <b><code>+</code></b> o <code>K</code> per a mostrar la seg\u00fcent p\u00e0gina <br> pressioneu <code>*</code> o <code>L</code> per a mostrar la \u00faltima p\u00e0gina </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Opcions impressi\u00f3
-LBL_Border=Contorn
-LBL_Print_Border=Imprimir &Contorn
-LBL_Print_Header=Imprimir cap\u00e7alera
-LBL_Print_Footer=Imprimir peu
-LBL_Choose_Font=Triar tipus de lletra
-LBL_Choose_Color=Triar color
-LBL_Insert_Macros=Inserir macro:
-LBL_Text=Text
-LBL_Line_Numbers=N&\u00fameros de l\u00ednia
-LBL_Wrap_Lines=Envoltar l\u00ednies
-LBL_Use_Font=Utilitzar els atributs del tipus de lletra // &X
-LBL_Use_Color=Utilitzar els atributs del color // &Q
-LBL_As_Editor=Imprimir com a l'editor // &J
-LBL_Selection=Imprimir &Selecci\u00f3
-LBL_Line_Spacing=Es&paiat de l\u00ednies:
-LBL_Text_Font_and_Color=Tipus de llet&ra i color pel text:
-LBL_Background_Color=Color fons:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Cap\u00e7alera i peu
-LBL_Apply=&Aplicar
-LBL_Left=Esquerra:
-LBL_Center=Centre:
-LBL_Right=Dreta:
-
-ERR_Zoom_Value_Is_Invalid=El valor de Zoom no \u00e9s v\u00e0lid!
-ERR_Header_Size_Is_Too_Big=La mida de la cap\u00e7alera \u00e9s massa gran!
-ERR_Footer_Size_Is_Too_Big=La mida del peu \u00e9s massa gran!
-ERR_Page_Number_Is_Invalid=En n\u00famero de p\u00e0gines no \u00e9s v\u00e0lid!
-ERR_Page_Number_Is_Too_Big=En n\u00famero de p\u00e0gines \u00e9s massa gran!
-
-TLT_Apply=Aplica canvis
-TLT_Border_Color=Triar &color del contorn (Alt+C)
-TLT_Header_Font=Triar tipus de lletra cap\u00e7alera (Alt+N)
-TLT_Header_Color=Triar c&olor cap\u00e7alera (Alt+O)
-TLT_Footer_Font=Triar &tipus de lletra peu (Alt+T)
-TLT_Footer_Color=Triar co&lor peu (Alt+L)
-TLT_Text_Font=Triar tipus de lletra text (Alt+K) // &K
-TLT_Text_Color=Triar color text (Alt+R)
-TLT_Background_Color=Triar color fons // &G
-TLT_Print_Zoom=Ajusta el Zoom de la impressi\u00f3
-TLT_Use_Font=Utilitzar tipus de lletra (Alt+X)
-TLT_Use_Color=Utilitzar color (Alt+O)
-TLT_As_Editor=Mostrar com a l'editor (Alt+J)
-TLT_Selection=Imprimir selecci\u00f3
-
-LBL_Pages=p\u00e0gina(es)
-LBL_Fit_Width_to=Ompl&ir ample a:
-TLT_Fit_Width_to=Omplir ample a
-LBL_Fit_Height_to=Omplir al\u00e7ada a:
-TLT_Fit_Height_to=Omplir al\u00e7ada a:
-LBL_Zoom_to=&Zoom:
-TLT_Zoom_to=Zoom:
-LBL_Fit_to_Page=Omplir a p\u00e0gina // &Y
-TLT_Fit_to_Page=Omplir a p\u00e0gina (Alt+Y)
-
diff --git a/l10n/src/ca/platform/print/print/org/netbeans/modules/print/util/Bundle_ca.properties b/l10n/src/ca/platform/print/print/org/netbeans/modules/print/util/Bundle_ca.properties
deleted file mode 100644
index 475435a..0000000
--- a/l10n/src/ca/platform/print/print/org/netbeans/modules/print/util/Bundle_ca.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} de {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=El nom del component impr\u00e8s
-ROW=El n\u00famero de fila
-COLUMN=El n\u00famero de columna
-USER=El nom d'usuari
-COUNT=El comptador de p\u00e0gines
-MODIFIED_DATE=Data de l'\u00faltima modificaci\u00f3
-MODIFIED_TIME=Hora de l'\u00faltima modificaci\u00f3
-PRINTED_DATE=Data d'impressi\u00f3
-PRINTED_TIME=Hora d'impressi\u00f3
-
diff --git a/l10n/src/ca/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ca.properties b/l10n/src/ca/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ca.properties
deleted file mode 100644
index 265318f..0000000
--- a/l10n/src/ca/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ca.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Interf\u00edcie d'usuari de proc\u00e9s
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Visualitzaci\u00f3 del proc\u00e9s d'una tasca
-OpenIDE-Module-Long-Description=Proporciona una vista de totes les tasques en execuci\u00f3 i permet cancel\u00b7lar-les, etz.
-
-NbProgressBar.tooltip1={0} tasques executant-se. Cliqueu per detalls.
-NbProgressBar.tooltip2={0} tasques executant-se. Cliqueu per detalls.
-ListComponent.btnClose.tooltip=Cliqueu a cancel\u00b7lar proc\u00e9s
-ListComponent.bar.tooltip=Cliqueu a observar proc\u00e9s
-Cancel_Question=Esteu segurs que voleu cancel\u00b7lar {0}?
-Cancel_Question_Title=Cancel\u00b7lar la tasca en execuci\u00f3
-StatusLineComponent.ShowProcessList=Mostrar processos
-StatusLineComponent.Cancel=Cancel\u00b7lar proc\u00e9s
-StatusLineComponent.View=Mostrar sortida
-ListComponent.Watch=Observar proc\u00e9s
-
-RunOffAWT.TITLE_Operation=Operaci\u00f3 prolongada en proc\u00e9s
-RunOffAWT.BTN_Cancel=Cancel\u00b7lar
-
-# ProgressListAction
-CTL_ProcessListAction=&Processos
-
-# CancelAction
-CTL_CancelAction=Cancel\u00b7lar proc\u00e9s
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Cliqueu a cancel\u00b7lar proc\u00e9s
-ModalDialog.btnClose.text=Cancel\u00b7lar
-ModalDialog.btnClose.accessibleName=Cancel\u00b7lar
-ModalDialog.btnClose.accessibleDescription=Cancel\u00b7la el proc\u00e9s actual
-
-
diff --git a/l10n/src/ca/platform/queries/queries/org/netbeans/modules/queries/Bundle_ca.properties b/l10n/src/ca/platform/queries/queries/org/netbeans/modules/queries/Bundle_ca.properties
deleted file mode 100644
index 8a3cc1a..0000000
--- a/l10n/src/ca/platform/queries/queries/org/netbeans/modules/queries/Bundle_ca.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API general consultes
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Actua com un canal de comunicaci\u00f3 general entre m\u00f2duls.
-OpenIDE-Module-Long-Description=Alberga consultes que no pertanyen a un domini espec\u00edfic. Permet a diferents m\u00f2duls obtenir informaci\u00f3 quant a fitxers d'una forma vers\u00e0til.
-
diff --git a/l10n/src/ca/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ca.properties b/l10n/src/ca/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ca.properties
deleted file mode 100644
index cbc8f9b..0000000
--- a/l10n/src/ca/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ca.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=L''opci\u00f3 {0} necessita un argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=L''opci\u00f3 {0} no pot utilitzar-se amb l''opci\u00f3 {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Necessita almenys un de {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Tamb\u00e9 necessita utilitzar {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=L''opci\u00f3 {0} tamb\u00e9 necessita l''opci\u00f3 {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/ca/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ca.properties b/l10n/src/ca/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ca.properties
deleted file mode 100644
index 4fd9663..0000000
--- a/l10n/src/ca/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ca.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API per a l'an\u00e0lisi de la l\u00ednia de comandes
-OpenIDE-Module-Short-Description=API per a l'an\u00e0lisi de la l\u00ednia de comandes compatible amb GetOpts.
-OpenIDE-Module-Long-Description=API per a l'an\u00e0lisi de la l\u00ednia de comandes compatible amb GetOpts. Est\u00e0 enfocada per a casos on cada part de la l\u00ednia de comandes s'analitza per a diferents m\u00f2duls.
-OpenIDE-Module-Display-Category=Infraestructura
-
-MSG_OptionsHeader=\nOpci\u00f3/Opcions addicional(s) pel(s) m\u00f2dul(s):\n
-
diff --git a/l10n/src/ca/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ca.properties b/l10n/src/ca/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ca.properties
deleted file mode 100644
index 9006a1c..0000000
--- a/l10n/src/ca/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ca.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API prefer\u00e8ncies
-OpenIDE-Module-Short-Description=Una biblioteca per a emmagatzemar configuracions amb formats personalitzats
-OpenIDE-Module-Long-Description=Aquest m\u00f2dul proporciona l'API de prefer\u00e8ncies per a emmagatzemar configuracions definides per m\u00f2duls amb formats personalitzats. Tamb\u00e9 proporciona diverses implementacions de configuracions molt utilitzades.
-OpenIDE-Module-Display-Category=Infraestructura
-
diff --git a/l10n/src/ca/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ca.properties b/l10n/src/ca/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ca.properties
deleted file mode 100644
index 1b800e6..0000000
--- a/l10n/src/ca/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ca.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Long-Description=Un m\u00f2dul que proporciona una nova API per a substituir NodeAction, CookieAction, etz.
-OpenIDE-Module-Name=Accions SPI (Experimental)
-OpenIDE-Module-Short-Description=Substitucions per a NodeAction, CookieAction, etz.
-
diff --git a/l10n/src/ca/platform/templates/templates/org/netbeans/modules/templates/Bundle_ca.properties b/l10n/src/ca/platform/templates/templates/org/netbeans/modules/templates/Bundle_ca.properties
deleted file mode 100644
index fe184f6..0000000
--- a/l10n/src/ca/platform/templates/templates/org/netbeans/modules/templates/Bundle_ca.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Long-Description=Aquest m\u00f2dul uneix l'API Datasystems amb l'API de scripts Com a resultat \u00e9s possible utilitzar qualsevol script i llenguatge de generaci\u00f3 de plantilles per a generar noves plantilles.
-OpenIDE-Module-Name=Maneig avan\u00e7at de plantilles
-OpenIDE-Module-Short-Description=Maneig avan\u00e7at de plantilles no tan sols per a Datasystems
-ERR_Switch_To_Java_6=No habilitat per a omplir la plantilla, intenteu utilitzar el motor de scripts des de JDK 1.6 o posterior.\n\nExecuteu NetBeans sobre JDK 1.6 per a resoldre el problema.\nVegeu http://wiki.netbeans.org/FaqNetbeansConf per a visualitzar com fer-ho.
-
diff --git a/l10n/src/cs/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_cs.properties b/l10n/src/cs/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_cs.properties
deleted file mode 100644
index 644da70..0000000
--- a/l10n/src/cs/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_cs.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Stavba harness modulu
-OpenIDE-Module-Display-Category=V\u00fdvoj NetBeans
-OpenIDE-Module-Short-Description=Vytvo\u0159te extern\u00ed z\u00e1suvn\u00e9 moduly z bal\u00edk\u016f.
-OpenIDE-Module-Long-Description=Toto je stavba harness u\u017e\u00edvan\u00e1 pro v\u00fdvoj NetBeans modul\u016f (s nebo bez IDE). To je norm\u00e1ln\u011b pou\u017e\u00edv\u00e1no implicitn\u011b od NetBeans projekt\u016f modul\u016f. Pro technickou dokumentaci, se pod\u00edvej na harness/README.
-
diff --git a/l10n/src/cs/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_cs.properties b/l10n/src/cs/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_cs.properties
deleted file mode 100644
index 94075b8..0000000
--- a/l10n/src/cs/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_cs.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=V\u00fdvoj NetBeans
-OpenIDE-Module-Long-Description=N\u00e1zvy Ant c\u00edl\u016f pro m\u011b\u0159en\u00ed pokryt\u00ed testy projekt\u016f apisupport pomoc\u00ed Cobertury.\nSpustit c\u00edl 'display-coverage-report' na projekt pro zm\u011b\u0159en\u00ed v\u00fdsledk\u016f a a zobrazen\u00ed reportu v extern\u00edm prohl\u00ed\u017ee\u010di.\nPro integraci s buildovac\u00edm modulem Harness.
-OpenIDE-Module-Name=Pokryt\u00ed testy modulu Cobertura
-OpenIDE-Module-Short-Description=N\u00e1zvy Ant c\u00edl\u016f pro m\u011b\u0159en\u00ed pokryt\u00ed testy projekt\u016f apisupport pomoc\u00ed Cobertury.
-
diff --git a/l10n/src/cs/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_cs.properties b/l10n/src/cs/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_cs.properties
deleted file mode 100644
index a029668..0000000
--- a/l10n/src/cs/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_cs.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=N\u00e1stroje platformy Jelly
-
diff --git a/l10n/src/cs/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_cs.properties b/l10n/src/cs/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_cs.properties
deleted file mode 100644
index 7151c6e..0000000
--- a/l10n/src/cs/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_cs.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Testov\u00e1n\u00ed n\u00e1stroj\u016f
-OpenIDE-Module-Short-Description=Jemmy test knihoven.
-OpenIDE-Module-Long-Description=Univerz\u00e1ln\u00ed knihovna pro \u0159\u00edd\u00edc\u00ed automatizovan\u00e9 GUI testy.
-
-
diff --git a/l10n/src/cs/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_cs.properties b/l10n/src/cs/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_cs.properties
deleted file mode 100644
index 4f387ad..0000000
--- a/l10n/src/cs/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_cs.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Testov\u00e1n\u00ed n\u00e1stroj\u016f
-OpenIDE-Module-Long-Description=NetBeans roz\u0161\u00ed\u0159en\u00ed k JUnit v\u010detn\u011b assertGC, assertSize, getWorkDir, LineDiff, atd.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=NetBeans roz\u0161\u00ed\u0159en\u00ed k JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/cs/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_cs.properties
deleted file mode 100644
index d7319e6..0000000
--- a/l10n/src/cs/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_cs.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Knihovny
-OpenIDE-Module-Short-Description=INSANE hromad\u00ed anal\u00fdzu knihovny.
-OpenIDE-Module-Long-Description=Knihovna pro vytv\u00e1\u0159en\u00ed anal\u00fdzy rozboru z JVM ve kter\u00e9m b\u011b\u017e\u00ed.
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_cs.properties
deleted file mode 100644
index e5ed315..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_cs.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Name=NBI Ant knihovna
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_cs.properties
deleted file mode 100644
index a59fd7e..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_cs.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=Sou\u010dasn\u00e1 platforma nen\u00ed podporov\u00e1na.
-I.error.load.engine.properties=Nelze na\u010d\u00edst soubor vlastnost\u00ed.
-
-I.warning.silent.without.state="{1}" mo\u017enost je vy\u017eadov\u00e1na p\u0159i pou\u017e\u00edvan\u00ed "{0}". "{0}" bude ignorov\u00e1no.
-
-I.error.cannot.create.local.dir=Nelze vytvo\u0159it lok\u00e1ln\u00ed adres\u00e1\u0159: {0}
-I.error.local.dir.is.file=Lok\u00e1ln\u00ed adres\u00e1\u0159 existuje a je j\u00edm soubor: {0}
-I.error.no.read.permissions.for.local.dir=Nelze \u010d\u00edst lok\u00e1ln\u00ed adres\u00e1\u0159 {0} - nedostate\u010dn\u00e1 opr\u00e1vn\u011bn\u00ed
-I.error.no.write.permissions.for.local.dir=Nelze zapisovat do lok\u00e1ln\u00edho adres\u00e1\u0159e {0} - nedostate\u010dn\u00e1 opr\u00e1vn\u011bn\u00ed
-
-I.lock.file.exists.dialog.title=NetBeans Instal\u00e1tor uzamykac\u00ed soubor existuje
-I.lock.file.exists.dialog.text=The installer lock file exists at {0}\n\nIt means that either another instance of the installer is already running or the previous installation was not finished correctly.\nIt is not recommended that you run multiple instances at the same time since it can result in installer data corruption.\n\nIf you are sure that no other instance is running at the moment, click "Yes" to proceed otherwise click "No" to exit the installer.\n
-
-I.error.cannot.create.lock.file=Can't create lock for the local registry file
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_cs.properties
deleted file mode 100644
index 8b90466..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_cs.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Downloading from {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_cs.properties
deleted file mode 100644
index e561bfa..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_cs.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=The proxy types {0} and {1} conflict
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI cannot be null
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Failed to connect through {0} to {1}
-US.error.failed.configure.proxy=Failed to configure proxy {0} for {1}
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_cs.properties
deleted file mode 100644
index f1cfd59..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_cs.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Loading local registry [{0}]
-R.error.loading.local.registry.failed.title=Failed to load the local registry
-R.error.loading.local.registry.failed.msg=The local registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.bundled.registry=Loading bundled registry [{0}]
-R.error.loading.bundled.registry.failed.title=Failed to load the bundled registry
-R.error.loading.bundled.registry.failed.msg=The bundled registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.remote.registry=Loading remote registry [{0}]
-R.error.loading.remote.registry.failed.title=Failed to load the remote registry
-R.error.loading.remote.registry.failed.msg=The remote registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.error.cannot.delete.data=Cannot delete the cached installation data
-R.save.local.registry.title=Saving local registry
-R.save.local.registry.detail=Saving to {0}
-
-R.error.missing.target.component.title=Missing target component
-R.error.missing.target.component.msg=The specified target component - {0}/{1}\nwas not found in the registry. The installer\n can continue as if the target component was not specified.\nClick Yes to continue, No to exit the installer.
-
-R.error.validation.title=Validation Problem
-R.error.validation.msg=It seems that the installation of {0} is corrupted.\nThe validation procedure issued the following warning:\n\n{1}\n\nWould you like to mark this product as not installed and continue?\nIf you click No the installer will exit.\n\nNote that these products that depend on {2} will also be disabled:\n{3}
-
-R.error.matching.requirement=No components matching the requirement: {0} requires {1}
-R.error.cyclic.dependency=Cyclic dependency: {0}, {1}
-
-R.loading.registry.properties=Loading registry properties
-R.loading.component=Loading component: uid={0}, version={1}
-R.error.loading.components=Could not load components
-R.error.registry.finalization=Could not finalize registry
-R.error.registry.document.loading=Could not load registry document
-
-R.error.cannot.create.cache.directory=Cannot create local product cache directory {0}
-R.error.cache.is.file=Local product cache directory exists and is a file : {0}
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=Cannot create local registry
-
-R.error.registry.is.dir=Local registry {0} is a directory
-R.error.cannot.read.registry=Cannot read local registry {0} - not enough permissions
-R.error.cannot.write.registry=Cannot write local registry {0} - not enough permissions
-
-R.error.cannot.parse.platform=Cannot parse platform from "{0}"
-R.error.cannot.load.registry=Cannot load registry
-R.error.parser.not.support.schemas=The current parser - {0} - does not support schemas.
-
-R.error.unknown.dependency=Unknown dependency type {0}
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_cs.properties
deleted file mode 100644
index 96eb564..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_cs.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=The installation directory {0} is missing.\nMost likely it was deleted manually.
-PCL.validation.directory.file=The installation directory {0} is in fact a file.\nMost likely it was previously deleted manually and overwritten with a file.
-PCL.validation.directory.empty=The installation directory {0} is empty.\nMost likely its contents were deleted manually.
-PCL.validation.directory.null=The installation directory cannot be detected.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Cannot initialize data for {0}
-P.error.cannot.load.logic=Cannot load configuration logic for {0}
-P.error.installdir.not.set=Installation location is not set for {0}
-P.error.installdir.set.empty=Installation location is set to empty string for {0}
-P.error.cannot.create.cache.dir=Cannot create the local cache directory {0} for {1}
-P.error.local.cache.not.dir=The local cache directory {0} for {1} is not a directory
-P.error.cannot.load.product=Could not load product {0}
-P.error.logic.not.yet.downloaded=Configuration logic for {0} is not yet downloaded
-P.error.installation.data.not.cached=Installation data is not cached for {0}
-P.error.cannot.extract.data=Cannot extract installation data for {0}
-P.error.cannot.save.files.list=Cannot save installed files list
-P.error.cannot.get.wizard.components=Cannot get component's wizard components
-P.error.cannot.wrap.for.macos=Cannot create directory hierarchy for MacOS Application
-P.error.cannot.get.files.list=Cannot get the installation files list
-P.error.cannot.delete.files.list=Cannot delete installed files list
-P.error.cannot.delete.file=Cannot delete the file
-P.error.cannot.remove.from.system=Cannot remove {0} from the system install manager
-P.error.not.enough.space=Cannot extract installation data -- not enough disk space in the target directory.
-P.error.cannot.clear.cache=Cannot clear installation data cache file {0}
-P.error.system.integartion.failed=Integration of {0} with the system package manager failed
-
-P.message.installation=Instaluji {0}
-P.message.uninstallation=Odinstalace {0}
-P.message.configuration=Configuring {0}
-P.message.unconfiguration=Unconfiguring {0}
-P.message.legal.artifacts=Creating legal artifacts
-P.message.run.logic=Running custom configuration logic
-P.message.system.registration=Registering in the system package manager
-P.message.save.installation.files.list=Saving installed files list
-P.message.delete=Deleting {0}
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_cs.properties
deleted file mode 100644
index 2029b97..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_cs.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Error writing to the log file. Logging disabled.
-
-EM.ununexpected.exception=An unexpected exception happened in thread {0}
-EM.errortype.critical=Critical Error
-EM.errortype.error=Chyba
-EM.errortype.warning=Varov\u00e1n\u00ed
-EM.errortype.message=Sd\u011blen\u00ed
-EM.unexpected.error=An unknown error occured.
-EM.exception.message=\n\nException:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nYou can get more details about the issue in the installer log file:\n {0}
-
-FU.error.output.file.entry=An file entry {0} exists and is not a file
-FU.error.output.dir.entry=An directory entry {0} exists and is not a directory
-FU.message.extracting=Extracting {0}
-FU.error.load.xml.file.list=Could not load xml files list for extraction
-FU.error.unjar.todir=Directory {0} is an existing file, cannot unjar
-FU.message.copy.dir=Copying directory: {0} to: {1}
-FU.message.copy.file=Copying file: {0} to: {1}
-FU.error.close.stream=Cannot close stream
-FU.error.source.not.readable=Source {0} is not readable
-FU.error.dest.not.file=Destination {0} is not a file
-FU.error.dest.creation=Destination {0} cannot be created
-FU.error.dest.not.writable=Destination {0} is not writable
-FU.message.moving=Moving {0} to {1}
-FU.error.freespace=Cannot get free disk space amount at {0}
-FU.error.cannot.close.jar=Cannot close jar {0}
-FU.error.cannot.create.dir.exist.file=Cannot create directory {0}, it is an existing file
-FU.error.cannot.create.dir=Cannot create directory {0}
-FU.error.not.jar.file=The supplied file {0} is not a jar archive
-FU.error.sha1.not.supported=Holy crap, this jvm does not support SHA1
-FU.error.md5.not.supported=Holy crap, this jvm does not support MD5
-FU.error.file.security.exception=Something very unexpected - a security exception during accessing file {0}
-FU.message.delete.file=Deleting file {0}
-FU.message.delete.dir=Deleting directory {0}
-FU.error.pack200.failed=Pack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Cannot parse property - {0}, its value - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Could not activate the cross-platform look and feel - proceeding with whatever look and feel was the default.
-UI.error.failed.to.activate.defined.laf=Could not activate the defined look and feel - falling back to the default cross-platform one.
-UI.error.failed.to.init.ui=Can`t initialize UI
-UI.error.failed.to.force.gtk=Cannot force the use of GTK look and feel
-UI.silent.default.yes=Going with Yes (default) option...
-UI.silent.default.no=Going with No (default) option...
-UI.silent.default.cancel=Going with Cancel (default) option...
-
-StrU.error.cannot.parse.status=Cannot parse status: {0}
-StrU.error.unknown.platform=Platform "{0}" is not recognized.
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_cs.properties
deleted file mode 100644
index 5a80555..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_cs.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Failed to execute the JDK verification procedure
-JU.error.cannot.delete=Cannot delete {0}
-JU.error.cannot.download.testjdk=Cannot download TestJDK.class from {0}
-JU.error.cannot.canonize=Cannot canonize {0}
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_cs.properties
deleted file mode 100644
index da0b6b8..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_cs.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Invalid parameter for command line argument "{0}" -- "{1}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.bad.locale.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.missing.state.file=The specified state file "{1}", does not exist.\n"{0}" parameter is ignored.
-O.warning.bag.state.file.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <state-file-path>".
-O.warning.target.state.file.exists=The specified state file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.target.state.file.arg=Required parameter missing for command line argument\n"{0}". Should be "{0} <state-file-path>".
-O.warning.bundle.file.exists=The specified target file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.create.bundle.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <userdir-path>".
-O.warning.bad.platform.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-platform>".
-O.warning.bad.registry.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_cs.properties
deleted file mode 100644
index 6298aab..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_cs.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Not installed
-Status.to-be-installed=To be installed
-Status.installed=Instalovavan\u00e9
-Status.to-be-uninstalled=To be uninstalled
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Installed Successfully
-DetailedStatus.install.warning=Installed With Warnings
-DetailedStatus.install.error=Failed to Install
-DetailedStatus.uninstall.success=Uninstalled Successfully
-DetailedStatus.uninstall.warning=Uninstalled With Warnings
-DetailedStatus.uninstall.error=Failed to Uninstall
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_cs.properties
deleted file mode 100644
index 4089a84..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_cs.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Failed to download frame icon from URI - {0}.
-NF.error.failed.to.set.frame.icon=Failed to set the frame icon.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Hledat
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_cs.properties
deleted file mode 100644
index 3d85b31..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_cs.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \ncomposite progress (sum of the own percentage and the percentages of the \nchildren) cannot be less than {1} and greater than {2}.
-
-CP.error.progress=The specified child progress doesn't exist in the composite progress \nso it can not be removed. 
-
-################################################################################
-# Progress.java
-P.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \nprogress cannot be less than {1} and greater than {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_cs.properties
deleted file mode 100644
index 3ec7e46..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_cs.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Can`t load bundle from {0}
-LP.error.no.files=There is no files in {0}
-LP.error.not.directory={0} is not a directory
-LP.error.directory.do.not.exist=Directory {0} does not exist
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_cs.properties
deleted file mode 100644
index 0d323e6..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_cs.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=No bundled or external jar files
-CnL.error.cannot.find.jvm.file=Cannot find JVM file {0}
-CnL.error.cannot.find.class=Can`t find class {0} in bundled files and no external ones were specified
-CnL.error.main.class.unspecified=No specified main class among bundled files
-CnL.error.cannot.get.output.name=No bundled files - can`t get output file name
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Can`t get launcher icon from {0}
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_cs.properties
deleted file mode 100644
index ecea916..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_cs.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Cannot obtain default applications location
-SR.error.cannot.parse.pattern=Cannot parse pattern: {0}
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_cs.properties
deleted file mode 100644
index 2a35450..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_cs.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Cannot access native method
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_cs.properties
deleted file mode 100644
index cdd581c..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_cs.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Failed to create the default Wizard instance.
-W.error.failed.to.load.components=Failed to load wizard components from {0}, using classloader {1}.
-W.error.failed.to.load.component=Failed to load wizard component from XML element {0}, using classloader {1}.
-W.error.unknown.ui.mode=Unknown UI mode - {0}.
-W.error.cannot.move.backward.silent=Cannot move backward in silent UI mode.
-W.error.cannot.move.backward.at.first=Cannot move backward - the wizard is already at the first element.
-W.error.parser.unsupports.schemas=The current parser - {0} - does not support schemas.
-W.error.interrupted=Interrupted while waiting
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_cs.properties
deleted file mode 100644
index ba43f05..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_cs.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE Installer
-WC.description=NetBeans IDE Installer Description
-
-WC.help.button.text=&Help!
-WC.back.button.text=< &P\u0159edchoz\u00ed
-WC.next.button.text=&Dal\u0161\u00ed >
-WC.cancel.button.text=Zru\u0161it
-WC.finish.button.text=&Dokon\u010dit
-
-WC.cancel.dialog.title=Zru\u0161it
-WC.cancel.dialog.text=Are you sure you want to cancel?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=An InterruptedException occured.
-
-WA.canceling.progress.title=Canceling, finishing the current operation...
-
-WA.cancel.dialog.title=Zru\u0161it
-WA.cancel.dialog.text=Are you sure you want to cancel?
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_cs.properties
deleted file mode 100644
index 2da71cc..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_cs.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Cache Engine...
-CEA.description=Please wait while the wizard caches the engine.
-CEA.error.cannot.cache.engine=Cannot cache the installer engine
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Creating Bundle...
-CBA.description=Please wait while the wizard creates a bundle with the selected components.
-
-CBA.progress.create.bundle.title=Creating a redistributable bundle at {0}
-CBA.progress.add.engine.detail=Add installer engine to the bundle
-CBA.progress.add.product.detail=Adding {0} ...
-CBA.progress.add.group.detail=Adding {0} ...
-
-CBA.error.failed.create.bundle=Failed to create the bundle
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Creating Native Launcher...
-CNLA.description=Please wait while the wizard creates a launcher for the jar file.
-CNLA.error.failed.create.launcher=Failed to create the native launcher
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Creating MacOSX Application Launcher...
-CMALA.description=Please wait while the wizard creates a app launcher for the jar file.
-CMALA.error.failed.create.launcher=Failed to create the app launcher
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Preparing Configuration Logic...
-DCLA.description=Please wait while the wizard prepares the configuration logic.
-DCLA.progress.remote.title=Downloading configuration logic for {0}
-DCLA.progress.local.title=Extracting configuration logic for {0}
-DCLA.failed=Failed to download installation logic for {0}
-DCLA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Preparing Installation Data...
-DIDA.description=Please wait while the wizard prepares the installation data.
-DIDA.progress.remote.title=Downloading installation data for {0}
-DIDA.progress.local.title=Extracting installation data for {0}
-DIDA.failed=Failed to download installation data for {0}
-DIDA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Inicializuji...
-IRA.description=Please wait while the setup wizard initializes.
-IRA.registry.initialization.failed=Cannot initialize registry
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finalizing...
-FRA.description=Please wait while the setup wizard finalizes.
-FRA.registry.finalization.failed=Cannot finalize registry
-
-################################################################################
-# InstallAction.java
-IA.title=Installing...
-IA.description=Please wait while the wizard installs the selected components.
-IA.progress.install.title=Installing {0}...
-IA.progress.rollback.title=Canceling, rolling back {0}...
-IA.install.dependent.failed=Could not install {0}, since the installation of {1} failed
-IA.install.unknown.error=Unknown Error
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Searching for Java\u2122 Environments...
-SFJA.description=Please wait while the wizard searches your system for existing Java\u2122 environments.
-SFJA.prepare.list=Preparing locations list...
-SFJA.checking=Checking {0}
-SFJA.search.java=Searching for installed Java environments...
-SFJA.entry.label={0} (v. {1} by {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Uninstalling...
-UA.description=Please wait while the wizard uninstalls the selected components.
-UA.progress.uninstall.title=Odinstalace {0}
-UA.uninstall.dependent.failed=Could not uninstall {0}, since the uninstallation of {1} failed
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=Source component UID is not set
-SILA.error.cannot.find.component=Component with the given uid {0} does not exist
-SILA.error.cannot.get.logic=Could not access configuration logic for {0}
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_cs.properties
deleted file mode 100644
index 6c4f8b4..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_cs.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Location:
-ALP.location.button.text=H&led\u00e1n\u00ed...
-ALP.list.label.text=The &following locations were found by the search algorithm:
-
-ALP.error.nothing.found=No compatible applications were found.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Components Selection
-CSP.description.both=Select the components that you want to install. Unselect those you want to uninstall.
-CSP.description.install=Select the components that you want to install.
-CSP.description.uninstall=Unselect the components that you want to uninstall.
-CSP.feature.description.title=Feature Description
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Installation size: {0}     Download Size: {1}
-CSP.sizes.label.text.no.download=Installation size: {0}
-
-CSP.default.installation.size=N/D
-CSP.default.download.size=N/D
-
-CSP.error.no.changes.both=No feature selected. Select at least one feature for installation or uninstallation.
-CSP.error.no.changes.install=No feature selected. Select at least one feature for installation.
-CSP.error.no.changes.uninstall=No feature selected. Select at least one feature for uninstallation.
-CSP.error.requirement.install={1} is required to install {0}.
-CSP.error.conflict.install={0} conflicts with {1}.
-CSP.error.requirement.uninstall={0} is required by {1}.
-CSP.error.not.enough.space.to.download=Insufficient disk space for downloading the installation data. Additional {1} is required in {0}.
-CSP.error.not.enough.space.to.extract=Insufficient disk space for extracting the installation data. Additional {1} is required in {0}.
-CSP.error.cannot.check.space=Cannot check the free disk space
-
-################################################################################
-# DestinationPanel.java
-DP.title=Installation Folder
-DP.description=Choose destination folder.
-
-DP.destination.label.text=&Installation location:
-DP.destination.button.text=H&led\u00e1n\u00ed...
-
-DP.error.null=The installation folder cannot be empty.
-DP.error.not.valid=The specified installation folder is invalid.
-DP.error.contains.exclamation=The installation folder cannot contain the exclamation mark (!).
-DP.error.contains.semicolon=The installation folder cannot contain the semicolon character (;).
-DP.error.contains.colon=The installation folder cannot contain the colon character (:).
-DP.error.contains.ampersand=The installation folder cannot contain the ampersand character (&).
-DP.error.contains.wrong.char=The installation folder contains the wrong character({1}).
-DP.error.matches.prohibited.regexp=The specified installation folder is invalid (it matches prohibited pattern {1}).
-DP.error.not.absolute=The specified installation folder has to be in absolute path form.
-DP.error.cannot.canonize=The specified installation folder cannot be canonized.
-DP.error.not.directory=The specified installation location is not a folder.
-DP.error.not.readable=The specified installation folder is not readable.
-DP.error.not.writable=The specified installation folder is read-only.
-DP.error.not.empty=The specified installation folder is not empty.
-DP.error.not.ends.with.app=The specified installation folder must end with ".app".
-DP.error.not.enough.space=Not enough disk space. Additional {1} required in {0}.
-DP.error.cannot.get.logic=Cannot obtain configuration logic
-DP.error.cannot.check.space=Cannot check the free disk space
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 home folder:
-JLP.location.label.text.java=&Java\u2122 environment home folder:
-JLP.location.button.text=H&led\u00e1n\u00ed...
-JLP.list.label.text=&List of suitable JDK\u2122 found on this machine:
-JLP.list.label.text.java=&List of suitable Java\u2122 environments found on this machine:
-
-JLP.error.null=The path to the JDK cannot be empty.
-JLP.error.null.java=The path to the Java environment cannot be empty.
-JLP.error.not.valid.path=The specified JDK folder {0} is invalid.
-JLP.error.not.valid.path.java=The specified Java environment folder {0} is invalid.
-JLP.error.path.not.exists=The specified JDK folder {0} does not exist.
-JLP.error.path.not.exists.java=The specified Java environment folder {0} does not exist.
-JLP.error.not.javahome=The specified JDK folder {0} does not contain JDK.
-JLP.error.not.javahome.java=The specified Java environment folder {0} does not contain Java environment.
-JLP.error.not.jdk=The specified JDK folder {0} contains JRE, but a full JDK is required.
-JLP.error.wrong.version.older=The specified JDK folder {0} contains JDK version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.older.java=The specified Java environment folder {0} contains Java version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.newer=The specified JDK folder {0} contains JDK version "{1}", while the maximum is "{2}".
-JLP.error.wrong.version.newer.java=The specified Java environment folder {0} contains Java version "{1}", while the maximum is "{2}".
-JLP.error.wrong.vendor=The specified JDK folder {0} contains JDK from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.wrong.vendor.java=The specified Java environment folder {0} contains Java from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.unknown=An unknown error occured while validating the path.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>The installer could not find a compatible JDK installation, specify it manually.<br>The minimum required version is {0}. To download JDK, visit <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>The installer could not find a compatible Java environment, specify it manually.<br>The minimum required version is {0}. To download Java environment, visit <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (used by {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Post-Create Bundle Summary
-PoCBSP.dialog.description=Click Finish to exit.
-
-PoCBSP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Some errors were encountered in the course of bundle creation process.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=The following components were successfully bundled:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=The following components failed to be bundled:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=View &Log
-PoCBSP.send.log.button.text=&Send Log
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Installation Wizard - Post-Install Summary
-
-PoISP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Some warnings were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Some errors were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=The following components were successfully installed:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=The following components installed with warnings:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=The following components failed to install:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=The following components were successfully uninstalled:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=The following components uninstalled with warnings:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=The following components failed to uninstall:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=View &Details
-PoISP.view.log.button.text=View &Log
-PoISP.send.log.button.text=&Send Log
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Log file is not available
-
-PoISP.message.files.remaining=Some files could not be removed from the installation directories of the {0}. You may need to remove them manually.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Pre-Create Bundle Summary
-PrCBSPdialog.description=Click Create to create the bundle.
-
-PrCBSPmessage.text=The wizard has collected all required data to proceed with creating of the bundle. Please review your choice. To continue, click Next.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=You chose to create a bundle with the following components:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Total download size: {0}
-PrCBSPrequired.disk.space.label.text=Required disk space: {0}
-PrCBSPcreate.button.text=&Create
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Pre-Install Summary
-
-PrISP.message.text=The installation wizard has collected all required data to proceed with installation/uninstallation of the selected components. Please review your choice. To continue, click Next.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=You chose to install the following components:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=You chose to uninstall the following components:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Total download size: {0}
-PrISP.required.disk.space.label.text=Required disk space: {0}
-PrISP.install.button.text=&Instalovat
-
-PrISP.error.not.enough.space=Insufficient disk space for proper installation. Additional {1} is required in {0}.
-PrISP.error.cannot.check.space=Cannot check the free disk space
-PrISP.error.logic.access=Could not access product's configuration logic
-PrISP.error.fsroots=Cannot get the list of file system roots
-PrISP.error.non.existent.root={0} is set up to be installed to {1} which does not belong to any of the file system roots.
-PrISP.error.cannot.write=The wizard does not have write access to {1}, the installation directory of {0}. Please correct the permissions before proceeding.
-
-################################################################################
-# LicensesPanel.java
-LP.title=Licen\u010dn\u00ed podm\u00ednky
-LP.description=Please read the following license agreement carefully.
-
-LP.accept.checkbox.text=I &accept the terms in the license agreement
-LP.error.cannot.get.logic=Could not access configuration logic
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<No Text>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Are you sure you want to cancel?
-EMP.cancel.dialog.title=Zru\u0161it
-EMP.error.failed.input.verify=Failed to verify input
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_cs.properties
deleted file mode 100644
index d2a0ae9..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_cs.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Failed to download wizard icon from URI - {0}.
-SFC.error.failed.to.set.icon=Failed to set the swing frame container icon.
-SFC.error.failed.to.attach.error.handler=Failed to attach custom error handler to the EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Cannot set the default close operation
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_cs.properties
deleted file mode 100644
index bf56d7f..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_cs.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Installation details
-IDD.component.label=Component
-IDD.status.label=Status
-
-ILD.loading.logfile=Loading log file. \u010cekejte pros\u00edm...
-ILD.error.reading.log=Cannot read log file {0}.
-ILD.error.log.contents=Log contents are not available.
-
diff --git a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_cs.properties b/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_cs.properties
deleted file mode 100644
index 7b5923a..0000000
--- a/l10n/src/cs/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_cs.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Name=NBI Engine Library
-
diff --git a/l10n/src/cs/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_cs.properties b/l10n/src/cs/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_cs.properties
deleted file mode 100644
index 093d642..0000000
--- a/l10n/src/cs/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_cs.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Aplika\u010dn\u00ed menu Apple
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Umo\u017e\u0148uje podporu pro aplika\u010dn\u00ed menu Apple
-
-OpenIDE-Module-Long-Description=Umo\u017e\u0148uje polo\u017ek\u00e1m v Apple menu, aby pracovaly standartn\u011b a obsahovaly obvykl\u00e9 polo\u017eky v menu - Tools | Options st\u00e1vaj\u00ed se Preferences, Help | About st\u00e1vaj\u00ed se about, File | Exit st\u00e1v\u00e1 se Quit
-
-MSG_MinimizeWindowAction=&Minimalizovat okno
-
diff --git a/l10n/src/cs/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_cs.properties b/l10n/src/cs/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_cs.properties
deleted file mode 100644
index 140965a..0000000
--- a/l10n/src/cs/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_cs.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Navazuji spojen\u00ed ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Hled\u00e1m aktualizace v {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=nemohu \u010d\u00edst NBM soubor {0}
-InstallSupportImpl_TurnOnTimeout=vypr\u0161el \u010das pro nahr\u00e1v\u00e1n\u00ed {0}
-InstallSupportImpl_NullSource=Zdrojov\u00fd URL pro modul "{0}" je nula, nejsp\u00ed\u0161e je "distribu\u010dn\u00ed" atribut nastaven\u00fd na nulov\u00fd \u0159et\u011bzec v UC katalogu.\nNav\u0161tivte tak\u00e9 http://www.netbeans.org/issues/show_bug.cgi?id=153799 pro  v\u00edce detail\u016f.
-InstallSupportImpl_Download_Unavailable=Nemohu zp\u0159\u00edstupnit {0}
-OperationSupportImpl_Custom_Uninstall=Odinstalace {0}
-OperationSupportImpl_Custom_Install=Instaluji {0}
-
-UpdateUnitFactory_Libraries_Category=Knihovny
-UpdateUnitFactory_Bridges_Category=Mosty
-UpdateUnitFactory_Unsorted_Category=Neza\u0159azen\u00e9
-UpdateElementImpl_Feature_CategoryName=Vlastnosti
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Modul instalov\u00e1n:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Instalovan\u00e9 moduly:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Dosud nenainstalovan\u00fd modul:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Dosud nenainstalovan\u00e9 moduly:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>Nov\u00fd modul nab\u00fdzen\u00fd z\u00e1suvn\u00fdm modulem:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>Nov\u00e9 moduly nab\u00edzen\u00e9 z\u00e1suvn\u00fdm modulem:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/cs/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_cs.properties b/l10n/src/cs/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_cs.properties
deleted file mode 100644
index 2cecc0c..0000000
--- a/l10n/src/cs/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_cs.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Long-Description=Autoaktualizace poskytuje n\u011bkolik slu\u017eeb: st\u00e1hnut\u00ed a instalace dostupn\u00e9 aktualizace nainstalovan\u00fdch modul\u016f, hled\u00e1n\u00ed a instalace nov\u00e9ho modulu z podepsan\u00e9ho Update Center, prohl\u00ed\u017een\u00ed a spr\u00e1va modul\u016f.
-OpenIDE-Module-Name=Slu\u017eby autoaktualizace
-OpenIDE-Module-Short-Description=Podporuje hled\u00e1n\u00ed aktualizace modulu na Update Center a sta\u017een\u00ed s instalac\u00ed modulu
-
diff --git a/l10n/src/cs/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_cs.properties b/l10n/src/cs/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_cs.properties
deleted file mode 100644
index c92c00a..0000000
--- a/l10n/src/cs/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_cs.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=V\u00fdchoz\u00ed Update Centrum
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Knihovny
-ArtificialFeaturesProvider_Bridges_Category=Mosty
-ArtificialFeaturesProvider_Unsorted_Category=Neza\u0159azen\u00e9
-ArtificialFeaturesProvider_Features_Category=Vlastnosti
-NetworkAccess_Timeout=P\u0159ekro\u010den\u00ed \u010dasov\u00e9ho limitu p\u0159i spojov\u00e1n\u00ed s {0}
-
diff --git a/l10n/src/cs/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_cs.properties b/l10n/src/cs/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_cs.properties
deleted file mode 100644
index 16faaf7..0000000
--- a/l10n/src/cs/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_cs.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=P\u0159ipravuji se na rozbalen\u00ed
-CTL_UnpackingFile=Rozbaluji soubor:
-CTL_DeletingFiles=Odinstalov\u00e1v\u00e1m soubor...
-CTL_DisablingFiles=Deaktivuji soubor...
-UpdaterFrame.jTextArea1.text=Aktualizace prob\u00edh\u00e1.\n\nPros\u00edm \u010dekejte ...
-UpdaterFrame.textLabel.text=P\u0159ipravuji se na rozbalen\u00ed
-UpdaterFrame.Form.title=Aktualizace
-UpdaterFrame.textLabel.fontName=Dialog
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/cs/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_cs.properties b/l10n/src/cs/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_cs.properties
deleted file mode 100644
index a1469e0..0000000
--- a/l10n/src/cs/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_cs.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text= {0} v\u00edce ...
-Less_Command_Text={0} m\u00e9n\u011b ...
-UnitTab_ReloadTime=Posledn\u00ed kontrola: {0}
-UnitTab_ReloadTime_Never=nikdy
-UnitTab_LessAction=Uk\u00e1zat m\u00e9n\u011b z\u00e1suvn\u00fdch modul\u016f
-UnitTab_MoreAction=Uk\u00e1zat v\u00edce z\u00e1suvn\u00fdch modul\u016f
-UnitTab_TooltipCheckBox_INSTALLED=Vybrat z\u00e1suvn\u00fd modul {0}
-UnitTab_Tooltip_RefreshAction=Znovuna\u010dten\u00ed katalogu
-UnitTab_bTabAction_Name_INSTALLED=&Odinstalovat
-UnitTab_TooltipCheckBox_UPDATE=Vybrat z\u00e1suvn\u00fd modul {0}
-UnitTab_bTabAction_Name_UPDATE=&Aktualizovat
-UnitTab_CheckAction=Vybrat
-UnitTab_CheckCategoryAction=Vybrat kategorii
-UnitTab_UncheckCategoryAction=Odebrat kategorii
-UnitTab_CheckAllAction=Vybrat v\u0161e
-UnitTab_UncheckAllAction=Odebrat v\u0161e
-UnitTab_ReloadAction=&Znovuna\u010dten\u00ed katalogu
-UnitTab_PrepareReloadAction=Po\u010dkejte, katalog se na\u010d\u00edt\u00e1
-UnitTab_RemoveLocallyDownloadedAction=&Odstranit
-UnitTab_ActivateAction=&Aktivovat
-UnitTab_ActivateCategoryAction=Aktivovat kategorii
-UnitTab_DeactivateAction=Znea&ktivnit
-UnitTab_DeactivateCategoryAction=Zneaktivnit kategorii
-AvailableTab_SourceCategory_Tooltip_STANDARD=Certifikovan\u00fd z\u00e1suvn\u00fd modul 
-AvailableTab_SourceCategory_Tooltip_BETA=Beta z\u00e1suvn\u00fd modul
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Komunitn\u00ed z\u00e1suvn\u00fd modul
-InstallTab_Active_Tooltip=Aktivn\u00ed
-InstallTab_InActive_Tooltip=Neaktivn\u00ed
-InstallTab_PendingForInstall_Tooltip=K dokon\u010den\u00ed instalace je pot\u0159eba restartovat celou aplikaci
-InstallTab_PendingForDeactivate_Tooltip=K dokon\u010den\u00ed deaktivace je pot\u0159eba restartovat celou aplikaci
-InstallTab_ReadOnly_Tooltip={0} je v m\u00f3du "Pouze pro \u010dten\u00ed"
-UnitTab_TooltipCheckBox_AVAILABLE=Vybrat z\u00e1suvn\u00fd modul {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Instalovat
-UnitTab_TooltipCheckBox_LOCAL=Vybrat z\u00e1suvn\u00fd modul {0}
-UnitTab_Tooltip_AddAction_LOCAL=P\u0159idat st\u00e1hnut\u00fd z\u00e1suvn\u00fd modul
-UnitTab_Tooltip_RemoveAction_LOCAL=Odstranit z\u00e1suvn\u00fd modul ze seznamu
-UnitTab_bTabAction_Name_LOCAL=&Instalovat
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text=Vybr\u00e1n {0} z\u00e1suvn\u00fd modul 
-UnitTab_lHowManySelected_Many_Text=Vybr\u00e1no {0} z\u00e1suvn\u00fdch modul\u016f
-UnitTab_OperationName_Text_INSTALLED=Odinstalovat
-UnitTab_OperationName_Text_UPDATE=Aktualizovat
-UnitTab_OperationName_Text_AVAILABLE=Instalovat
-UnitTab_OperationName_Text_LOCAL=Instalovat
-UnitTab_lWarning_Text=Operace {0} bude vy\u017eadovat restart cel\u00e9 aplikace
-PluginManagerUI_UnitTab_Update_Title=Aktualizace
-PluginManagerUI_UnitTab_Update_ToolTip=Aplikace je aktualizovan\u00e1!
-PluginManagerUI_UnitTab_Available_ToolTip=K dispozici nejsou \u017e\u00e1dn\u00e9 z\u00e1suvn\u00e9 moduly. Pro nejnov\u011bj\u0161\u00ed pluginy klikn\u011bte na Znovuna\u010dten\u00ed katalogu.
-PluginManagerUI_UnitTab_Available_Title=Dostupn\u00e9 z\u00e1suvn\u00e9 moduly
-PluginManagerUI_UnitTab_Installed_Title=Instalovavan\u00e9
-PluginManagerUI_UnitTab_Local_Title=Sta\u017een\u00e9
-UnitTab_bAddLocallyDownloads_Name=&P\u0159idat z\u00e1suvn\u00e9 moduly...
-UnitTab_bAddLocallyDownloads_ACN=P\u0159idat z\u00e1suvn\u00e9 moduly
-UnitTab_bAddLocallyDownloads_ACD=P\u0159idat z\u00e1suvn\u00e9 moduly pou\u017eit\u00edm prohl\u00ed\u017ee\u010de soubor\u016f pro p\u0159id\u00e1n\u00ed modul\u016f st\u00e1hnut\u00fdch do va\u0161eho syst\u00e9mu
-NotificationAlreadyPreparedToIntsall=Z\u00e1suvn\u00fd modul {0} je ji\u017e p\u0159ipraven k aktualizaci-instalaci.
-NotificationOneAlreadyInstalled=Z\u00e1suvn\u00fd modul "{0}" je ji\u017e nainstalov\u00e1n.
-NotificationMoreAlreadyInstalled=Z\u00e1suvn\u00e9 moduly "{0}" jsou ji\u017e nainstalov\u00e1ny.
-NotificationAlreadyPresent=Plugin "{0}" je ji\u017e p\u0159id\u00e1n. Chcete nahradit s  "{1}"?
-NotificationAlreadyPresentTitle=Nahradit z\u00e1suvn\u00fd modul
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=P\u0159idat z\u00e1suvn\u00e9 moduly
-CTL_FileFilterDescription=Distribu\u010dn\u00ed soubory z\u00e1suvn\u00fdch modul\u016f (*.nbm)
-NetworkProblemPanel_taTitle_Text=Nemohu se p\u0159ipojit k Update Centru
-NetworkProblemPanel_taMessage_WarningText=Zkontrolujte nastaven\u00ed proxy nebo to zkuste pozd\u011bji. Server nen\u00ed aktu\u00e1ln\u011b k dispozici. \n\nM\u016f\u017eete se cht\u00edt ujistit, \u017ee v\u00e1\u0161 firewall neblokuje s\u00ed\u0165ovou komunikaci.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Zkontrolujte nastaven\u00ed proxy nebo to zkuste pozd\u011bji. Server nen\u00ed aktu\u00e1ln\u011b k dispozici. \n\nM\u016f\u017eete se cht\u00edt ujistit, \u017ee v\u00e1\u0161 firewall neblokuje s\u00ed\u0165ovou komunikaci. \n\nM\u016f\u017ee se st\u00e1t, \u017ee v\u00e1\u0161 cache je star\u00fd. Zm\u00e1\u010dkn\u011bte na Obnovit katalog pro znovuna\u010dten\u00ed obsahu.
-NetworkProblemPanel_taMessage_ErrorText=Ne v\u0161echny z\u00e1suvn\u00e9 moduly byly \u00fasp\u011b\u0161n\u011b nahr\u00e1ny. Server nemus\u00ed b\u00fdt v tuto chv\u00edli k dispozici. Zkuste to pozd\u011bji znovu.
-CTL_Warning=Varov\u00e1n\u00ed
-CTL_Error=Probl\u00e9m v s\u00edti
-CTL_ShowProxyOptions=&Nastaven\u00ed proxy...
-ACSD_ShowProxyOptions=N/D
-Utilities_NetworkProblem_Continue=&Zkusit znovu
-Utilities_NetworkProblem_Skip=&P\u0159esko\u010dit
-Utilities_NetworkProblem_Cancel=Zru\u0161it
-Utilities_NetworkProblem_Text=Nemohu se p\u0159ipojit k {0} kv\u016fli {1}
-SettingsTable_ActiveColumn=Aktivn\u00ed
-SettingsTable_NameColumn=Jm\u00e9no
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=&nastaven\u00ed 
-SettingsTab.bProxy.text=&nastaven\u00ed proxy
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=P\u0159izp\u016fsoben\u00ed Update Centra
-UpdateUnitProviderPanel.lName.text=&Jm\u00e9no\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Automaticky kontrolovat aktualizace
-Utilities_Libraries_Category=Knihovny
-Utilities_Bridges_Category=Mosty
-Utilities_Unsorted_Category=Neza\u0159azen\u00e9
-SettingsTab.bRemove.message=Opravdu chcete odstranit n\u00e1sleduj\u00edc\u00ed update centrum: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Jm\u00e9no
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Automaticky kontrolovat aktualizace
-UpdateUnitProviderPanel.error.name.short=Update Center jm\u00e9no nen\u00ed zad\u00e1no
-UpdateUnitProviderPanel.error.url.short=Update Center URL nen\u00ed zad\u00e1na
-UpdateUnitProviderPanel.error.name.dup=Update Center se stejn\u00fdm jm\u00e9nem ji\u017e existuje
-UpdateUnitProviderPanel.error.url.invalid=Update Center URL neexistuje
-UnitTab_bClose_Text=&Zav\u0159\u00edt
-Utilities_CheckingForUpdates=Hled\u00e1m aktualizace...
-UnitTab_InitAndCheckingForUpdates=P\u0159ipravuji seznam z\u00e1suvn\u00fdch modul\u016f... 
-InstalledTableModel_State_Enabled=Zapnuto
-InstalledTableModel_State_Disabled=Vypnuto
-AvailableTableModel_Columns_Install=Instalovat
-AvailableTableModel_Columns_Name=Jm\u00e9no
-AvailableTableModel_Source_Category=Zdroje
-AvailableTableModel_Columns_Category=Kategorie
-InstalledTableModel_Columns_Uninstall=Vybrat
-InstalledTableModel_Columns_Name=Jm\u00e9no
-InstalledTableModel_Columns_Installed=Instalovavan\u00e9
-InstalledTableModel_Columns_Category=Kategorie
-InstalledTableModel_Columns_Enabled=Aktivn\u00ed
-LocallyDownloadedTableModel_Columns_Install=Instalovat
-LocallyDownloadedTableModel_Columns_Name=Jm\u00e9no
-LocallyDownloadedTableModel_Columns_Version=verze
-LocallyDownloadedTableModel_Columns_Size=Velikost
-UpdateTableModel_Columns_Update=Aktualizovat
-UpdateTableModel_Columns_Name=Jm\u00e9no
-UpdateTableModel_Columns_Installed=Instalovavan\u00e9
-UpdateTableModel_Columns_Available=Dostupn\u00e9
-UpdateTableModel_Columns_Size=Velikost
-UpdateTableModel_Columns_Category=Kategorie
-SettingsTab_NewProviderName=Nov\u00fd poskytovatel
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Popis:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=P
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=verze: 
-UnitDetails_Plugin_InstalledVersion=Instalovan\u00e1 verze:
-UnitDetails_Plugin_AvailableVersion=Dostupn\u00e1 verze:
-UnitDetails_Plugin_Author=Autor: 
-UnitDetails_Plugin_Date=Datum: 
-UnitDetails_Plugin_Source=Zdroj: 
-UnitDetails_Plugin_CodeName=K\u00f3dov\u00e9 jm\u00e9no: 
-UnitDetails_Plugin_Homepage=Domovsk\u00e1 str\u00e1nka: 
-UnitDetails_Plugin_Notification=D\u016fle\u017eit\u00e1 pozn\u00e1mka:
-UnitDetails_Plugin_Description=Popis z\u00e1suvn\u00e9ho modulu
-UnitDetails_Plugin_Collecting_Dependencies=Hled\u00e1n\u00ed z\u00e1vislost\u00ed...
-UnitDetails_New_Internal_Update_Mark=nov\u00fd!
-lSearch1.text=&Hledat\:
-SettingsTab.lCheckPeriod.text=&Interval kontroly aktualizac\u00ed\:
-SettingsTab.lGeneral.text=Pokro\u010dil\u00e9
-SettingsTab.addButton.text=&Nov\u00fd
-SettingsTab.RemoveButton.text=&Odstranit
-SettingsTab.EditButton.text=&\u00dapravy
-SettingsTab.AddButton.text=&P\u0159idat
-SettingsTab.lUpdateCenters.text=Konfigurace &Update Center\:
-SettingsTab.lConnection.text=Automaticky kontrolovat aktualizace
-CTL_Update_every_startup=Ka\u017ed\u00fd start alikace
-CTL_Update_every_day=Ka\u017ed\u00fd den
-CTL_Update_every_week=Ka\u017ed\u00fd t\u00fdden
-CTL_Update_every_2weeks=Ka\u017ed\u00e9 dva t\u00fddny
-CTL_Update_every_month=Ka\u017ed\u00fd m\u011bs\u00edc
-CTL_Update_never=Nikdy
-CTL_Update_custom=V\u00fdchoz\u00ed nastaven\u00ed u\u017eivatele
-SettingsTab.cbSharedInstall.text=&Vynutit instalaci do sd\u00edlen\u00fdch adres\u00e1\u0159\u016f
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Pr\u00e1vo pro z\u00e1pis
-SettingsTab.cbSharedInstall.ReadOnlyMessage=Nem\u00e1te povolen\u00ed k instalaci z\u00e1suvn\u00e9ho modulu/modul\u016f do sd\u00edlen\u00e9ho adres\u00e1\u0159e:\n{0}\nPro instalaci do sd\u00edlen\u00e9ho adres\u00e1\u0159e ho je t\u0159eba p\u0159ipojit
-SettingsTab.cbSharedInstall.NoSharedTitle=\u017d\u00e1dn\u00fd instala\u010dn\u00ed adres\u00e1\u0159
-SettingsTab.cbSharedInstall.NoSharedMessage=Nebyly nalezeny \u017e\u00e1dn\u00e9 instala\u010dn\u00ed adres\u00e1\u0159e.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Nemohu na\u010d\u00edst NBM {0} kv\u016fli {1}
-PluginManagerUI.bHelp.text=&N\u00e1pov\u011bda
-ACN_UnitTable=Seznam z\u00e1suvn\u00fdch modul\u016f.
-ACD_UnitTable=Seznam z\u00e1suvn\u00fdch modul\u016f.
-ACN_UpdateCentersTable=Seznam Update Center
-ACD_UpdateCentersTable=Seznam Update center umo\u017e\u0148uj\u00edc\u00ed aktivovat nebo deaktivovat vybran\u00e1 Update centra
-ACN_DetailsPanel=Podrobnosti o z\u00e1suvn\u00e9m modulu
-ACN_DetailsPanel_Button=Vyvolat {0} akci
-ACN_UnitDetails=Podrobnosti o z\u00e1suvn\u00e9m modulu
-ACD_Reload=Znovuna\u010dten\u00ed katalogu
-ACD_Search=Hledat z\u00e1suvn\u00e9 moduly
-ACN_Tabs=P\u0159ep\u00edn\u00e1n\u00ed mezi aktualizacemi, dostupn\u00fdmi, instalovan\u00fdmi nebo sta\u017een\u00fdmi z\u00e1suvn\u00fdmi moduly
-ACD_Tabs=P\u0159ep\u00edn\u00e1n\u00ed mezi aktualizacemi, dostupn\u00fdmi, instalovan\u00fdmi nebo sta\u017een\u00fdmi z\u00e1suvn\u00fdmi moduly
-ACN_PluginManagerUI=Manager z\u00e1suvn\u00fdch modul\u016f
-ACD_PluginManagerUI=Mana\u017eer pro aktualizaci, instalaci nebo odebr\u00e1n\u00ed z\u00e1suvn\u00fdch modul\u016f
-ACN_Reload=Znovuna\u010dten\u00ed katalogu
-ACN_UpdateCenterCustomizer=P\u0159izp\u016fsoben\u00ed Update Centra
-ACD_UpdateCenterCustomizer=P\u0159izp\u016fsoben\u00ed Update Centra pro editaci jm\u00e9na a URL
-NetworkProblemPanel_ACD=N/D
-NetworkProblemPanel_taMessage=Chybov\u00e1 hl\u00e1\u0161ka probl\u00e9mu s\u00edt\u011b
-NetworkProblemPanel_taTitle_ACN=Probl\u00e9m v s\u00edti
-UnitTab.detailView.text=Zobra&z detaily
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(dom\u00e1c\u00ed aktualizace)
-Unit_InternalUpdates_Title=Dom\u00e1c\u00ed aktualizace
-
diff --git a/l10n/src/cs/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_cs.properties b/l10n/src/cs/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_cs.properties
deleted file mode 100644
index 34cf13e..0000000
--- a/l10n/src/cs/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_cs.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Zkontroluj &aktualizace
-PluginManagerAction_Name=&Z\u00e1suvn\u00e9 moduly
-PluginManager_Panel_Name=Z\u00e1suvn\u00e9 moduly
-PluginManager_CloseButton_Name=&Zav\u0159\u00edt
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} zdroj aktualizac\u00ed.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} zdroj aktualizace.
-AutoupdateCheckScheduler_UpdateFound_Hint=Klikni pro aktualizov\u00e1n\u00ed aplikace.
-AutoupdateCheckScheduler_InstallInProgress=Pros\u00edm \u010dekejte, ji\u017e b\u011b\u017e\u00ed jin\u00e1 \u00faloha s instalac\u00ed...
-
diff --git a/l10n/src/cs/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_cs.properties b/l10n/src/cs/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_cs.properties
deleted file mode 100644
index 18271ad..0000000
--- a/l10n/src/cs/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_cs.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Long-Description=UI dovoluje prohl\u00ed\u017eet instalaci a obsahem registrovan\u00fd Update Centers, pro sta\u017een\u00ed aktualizace nebo nov\u00fdch modul\u016f a automatick\u00e9 instalace
-OpenIDE-Module-Name=Autoaktualizace UI
-OpenIDE-Module-Short-Description=P\u0159id\u00e1v\u00e1 UI automatick\u00fd update slu\u017eeb
-
diff --git a/l10n/src/cs/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_cs.properties b/l10n/src/cs/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_cs.properties
deleted file mode 100644
index 94cf86f..0000000
--- a/l10n/src/cs/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_cs.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=V\u00edtejte v instal\u00e1toru z\u00e1suvn\u00fdch modul\u016f
-OperationDescriptionStep_Header_Content=Instal\u00e1tor st\u00e1hne a pot\u00e9 nainstaluje vybran\u00e9 z\u00e1suvn\u00e9 moduly
-OperationDescriptionStep_TableInstall_Title=N\u00e1sleduj\u00edc\u00ed z\u00e1suvn\u00e9 moduly budou nainstalov\u00e1ny:
-OperationDescriptionStep_TableUpdate_Title=N\u00e1sleduj\u00edc\u00ed z\u00e1suvn\u00e9 moduly budou aktualizov\u00e1ny:
-OperationDescriptionStep_PluginBrokesJavaDependency=Po\u017eadov\u00e1na  {0} verze Javy. Av\u0161ak b\u011b\u017e\u00edme pod verz\u00ed {1}.
-OperationDescriptionStep_HeaderUninstall_Head=V\u00edtejte v instal\u00e1toru z\u00e1suvn\u00fdch modul\u016f
-OperationDescriptionStep_HeaderUninstall_Content=Vybr\u00e1n\u00fd z\u00e1suvn\u00fd modul bude odinstalov\u00e1n. Vybran\u00e9 z\u00e1suvn\u00e9 moduly budou smaz\u00e1ny z disku.
-OperationDescriptionStep_TableUninstall_Title=N\u00e1sleduj\u00edc\u00ed z\u00e1suvn\u00e9 moduly budou odinstalov\u00e1ny:
-OperationDescriptionStep_HeaderActivate_Head=V\u00edtejte v instal\u00e1toru z\u00e1suvn\u00fdch modul\u016f
-OperationDescriptionStep_HeaderActivate_Content=Vybr\u00e1n\u00fd z\u00e1suvn\u00fd modul bude aktivov\u00e1n.
-OperationDescriptionStepActivate_Table_Title=N\u00e1sleduj\u00edc\u00ed z\u00e1suvn\u00e9 moduly budou aktivov\u00e1ny:
-OperationDescriptionStep_HeaderDeativate_Head=V\u00edtejte v instal\u00e1toru z\u00e1suvn\u00fdch modul\u016f
-OperationDescriptionStep_HeaderDeativate_Content=Vybr\u00e1n\u00e9 z\u00e1suvn\u00e9 moduly budou zneaktiv\u011bny.
-OperationDescriptionStep_TableDeativate_Title=N\u00e1sleduj\u00edc\u00ed z\u00e1suvn\u00e9 moduly budou zneaktiv\u011bny:
-PanelBodyContainer_PleaseWait=Pros\u00edm \u010dekejte, ne\u017e instal\u00e1tor objev\u00ed z\u00e1vislosti z\u00e1suvn\u00fdch modul\u016f.
-DependenciesResolutionStep_Table_Title=N\u00e1sleduj\u00edc\u00ed z\u00e1suvn\u00e9 moduly budou tak\u00e9 nainstalov\u00e1ny, proto\u017ee jeden nebo v\u00edce z\u00e1suvn\u00fdch modul\u016f, kter\u00e9 chcete nainstalovat na nich z\u00e1vis\u00ed:
-UninstallDependenciesResolutionStep_Table_Title=N\u00e1sleduj\u00edc\u00ed z\u00e1suvn\u00e9 moduly budou  zneaktivn\u011bny, proto\u017ee pot\u0159ebuj\u00ed jeden nebo v\u00edce z\u00e1suvn\u00fdch modul\u016f, kter\u00e9 chcete zneaktivnit:
-LicenseApprovalPanel_taTitle_Text=Pro pokra\u010dov\u00e1n\u00ed v instalaci, je t\u0159eba souhlasit se v\u0161emi licen\u010dn\u00edmi smlouvami spojen\u00fdmi se specifick\u00fdmi z\u00e1suvn\u00fdmi moduly.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} licen\u010dn\u00ed podm\u00ednky
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=Licen\u010dn\u00ed podm\u00ednky
-LicenseApprovalPanel_Header_Content=P\u0159e\u010dt\u011bte si pros\u00edm po\u0159\u00e1dn\u011b n\u00e1sleduj\u00edc\u00ed licen\u010dn\u00ed podm\u00ednky.
-InstallUnitWizard_Title=Instal\u00e1tor z\u00e1suvn\u00e9ho modulu
-InstallStep_Header_Download_Head=St\u00e1hnout
-InstallStep_Header_Download_Content=Pros\u00edm po\u010dkejte ne\u017e instal\u00e1tor st\u00e1hne po\u017eadovan\u00e9 moduly.
-InstallStep_Header_Verify_Head=Ov\u011b\u0159it
-InstallStep_Header_Verify_Content=Pros\u00edm po\u010dkejte ne\u017e instal\u00e1tor ov\u011b\u0159\u00ed po\u017eadovan\u00e9 moduly.
-InstallStep_Header_Install_Head=Instalovat
-InstallStep_Header_Install_Content=Pros\u00edm po\u010dkejte ne\u017e instal\u00e1tor dokon\u010d\u00ed instalaci.
-InstallStep_Header_InstallDone_Head=Instalace byla \u00fasp\u011b\u0161n\u011b dokon\u010dena
-InstallStep_Header_InstallDone_Content=Klikn\u011bte na Dokon\u010dit pro ukon\u010den\u00ed instal\u00e1toru.
-InstallStep_Header_InstallUnsuccessful_Head=Instalace byla \u00fasp\u011b\u0161n\u011b dokon\u010dena
-InstallStep_Header_InstallUnsuccessful_Content=Klikn\u011bte na Dokon\u010dit pro ukon\u010den\u00ed instal\u00e1toru a zkuste restartovat aplikaci.
-InstallStep_Header_Restart_Head= restartovat celou aplikaci pro  dokon\u010den\u00ed instalace 
-InstallStep_Header_Restart_Content=Restartovat aplikaci k dokon\u010den\u00ed instalace z\u00e1suvn\u00e9ho modulu.
-UninstallStep_Header_Restart_Head=Restartovat aplikaci pro dokon\u010den\u00ed deaktivace
-UninstallStep_Header_Restart_Content=Restartovat aplikaci pro dokon\u010den\u00ed deaktivace z\u00e1suvn\u00e9ho modulu
-CustomHandleStep_Header_Install_Restart_Head= restartovat celou aplikaci pro  dokon\u010den\u00ed instalace 
-CustomHandleStep_Header_Install_Restart_Content=Restartovat aplikaci k dokon\u010den\u00ed instalace z\u00e1suvn\u00e9ho modulu.
-CustomHandleStep_Header_Uninstall_Restart_Head=Restartovat celou aplikaci k dokon\u010den\u00ed odinstalace
-CustomHandleStep_Header_Uninstall_Restart_Content=Restartovat aplikaci pro dokon\u010den\u00ed odinstalace z\u00e1suvn\u00e9ho modulu.
-
-InstallStep_Done=Hotovo.
-InstallStep_Unsuccessful=Instalace je dokon\u010dena, ale objevily se n\u00e1sleduj\u00edc\u00ed probl\u00e9my: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Restartovat nyn\u00ed
-InstallUnitWizardModel_Buttons_RestartLater=Restartovat pozd\u011b&ji
-InstallUnitWizardModel_Buttons_Install=&Instalovat
-InstallUnitWizardModel_Buttons_Update=&Aktualizovat
-InstallUnitWizardModel_Buttons_Close=&Dokon\u010dit
-InstallUnitWizardModel_Buttons_Next=Dal\u0161\u00ed
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Odinstalovat
-UninstallUnitWizardModel_Buttons_TurnOn=&Aktivovat
-UninstallUnitWizardModel_Buttons_TurnOff=Znea&ktivnit
-InstallStep_InstallDone_Text=Instal\u00e1tor \u00fasp\u011b\u0161n\u011b nainstaloval n\u00e1sleduj\u00edc\u00ed z\u00e1suvn\u00e9 moduly:
-InstallStep_InstallUnsuccessful_Text=Instal\u00e1tor z\u00e1suvn\u00e9ho modulu narazil na  probl\u00e9m {0} zat\u00edmco instaloval n\u00e1sleduj\u00edc\u00ed z\u00e1suvn\u00e9 moduly:
-UninstallStep_UninstallDone_Text=Instal\u00e1tor \u00fasp\u011b\u0161n\u011b odinstaloval n\u00e1sleduj\u00edc\u00ed z\u00e1suvn\u00e9 moduly:
-UninstallStep_ActivateDone_Text=Instal\u00e1tor \u00fasp\u011b\u0161n\u011b aktivoval n\u00e1sleduj\u00edc\u00ed z\u00e1suvn\u00e9 moduly:
-UninstallStep_DeactivateDone_Text=Instal\u00e1tor \u00fasp\u011b\u0161n\u011b deaktivoval n\u00e1sleduj\u00edc\u00ed z\u00e1suvn\u00e9 moduly:
-UninstallStep_UninstallFailed_Text=Odinstalov\u00e1n\u00ed selhalo: {0}
-UninstallStep_ActivateFailed_Text=Aktivace selhala: {0}
-UninstallStep_DeactivateFailed_Text=Zneaktivn\u011bn\u00ed selhalo: {0}
-UninstallStep_Done=Hotovo.
-UninstallStep_Failed=Chyba. {0}
-UninstallStep_Header_Uninstall_Head=Odinstalov\u00e1n\u00ed
-UninstallStep_Header_Uninstall_Content=Pros\u00edm po\u010dkejte ne\u017e instal\u00e1tor odinstaluje v\u0161echny vybran\u00e9 moduly.
-UninstallStep_Header_Deactivate_Head=Zneaktivn\u011bn\u00ed
-UninstallStep_Header_Deactivate_Content=Pros\u00edm po\u010dkejte ne\u017e instal\u00e1tor zneaktivn\u00ed v\u0161echny vybran\u00e9 moduly.
-UninstallStep_Header_Activate_Head=Aktivace
-UninstallStep_Header_Activate_Content=Pros\u00edm po\u010dkejte ne\u017e instal\u00e1tor aktivuje v\u0161echny vybran\u00e9 moduly.
-UninstallStep_Header_UninstallDone_Head=Odinstalov\u00e1n\u00ed bylo \u00fasp\u011b\u0161n\u011b dokon\u010deno
-UninstallStep_Header_UninstallDone_Content=Klikn\u011bte na Dokon\u010dit pro ukon\u010den\u00ed instal\u00e1toru.
-UninstallStep_Header_DeactivateDone_Head=Zneaktivn\u011bn\u00ed bylo \u00fasp\u011b\u0161n\u011b dokon\u010deno
-UninstallStep_Header_DeactivateDone_Content=Klikn\u011bte na Dokon\u010dit pro ukon\u010den\u00ed instal\u00e1toru.
-UninstallStep_Header_ActivateDone_Head=Aktivace byla \u00fasp\u011b\u0161n\u011b dokon\u010dena
-UninstallStep_Header_ActivateDone_Content=Klikn\u011bte na Dokon\u010dit pro ukon\u010den\u00ed instal\u00e1toru.
-UninstallStep_Header_UninstallFailed_Head=Odinstalov\u00e1n\u00ed selhalo
-UninstallStep_Header_UninstallFailed_Content=Klikn\u011bte na Dokon\u010dit pro ukon\u010den\u00ed instal\u00e1toru.
-UninstallStep_Header_DeactivateFailed_Head=Zneaktivn\u011bn\u00ed selhalo
-UninstallStep_Header_DeactivateFailed_Content=Klikn\u011bte na Dokon\u010dit pro ukon\u010den\u00ed instal\u00e1toru.
-UninstallStep_Header_ActivateFailed_Head=Aktivace selhala
-UninstallStep_Header_ActivateFailed_Content=Klikn\u011bte na Dokon\u010dit pro ukon\u010den\u00ed instal\u00e1toru.
-UninstallStep_ProgressName_Uninstall=Odinstaluji z\u00e1suvn\u00e9 moduly
-UninstallStep_ProgressName_Activate=Aktivuji z\u00e1suvn\u00e9 moduly
-UninstallStep_ProgressName_Deactivate=Deaktivuji z\u00e1suvn\u00e9 moduly
-ValidationWarningPanel_ShowCertificateButton=&Uk\u00e1zat certifik\u00e1t
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Valida\u010dn\u00ed varov\u00e1n\u00ed
-ValidationWarningPanel_VerifyCertificate_Title=Ov\u011b\u0159it certifik\u00e1t
-ValidationWarningPanel_ContinueButton=&Pokra\u010dovat
-ValidationWarningPanel_taHead_NotSignedText=N\u00e1sleduj\u00edc\u00ed z\u00e1suvn\u00e9 moduly nejsou podeps\u00e1ny\:
-ValidationWarningPanel_taHead_NotTrustedText=N\u00e1sleduj\u00edc\u00ed z\u00e1suvn\u00e9 moduly jsou podeps\u00e1ny, ale jsou ned\u016fv\u011bryhodn\u00e9\:
-ValidationWarningPanel_taWarning_Text=Varov\u00e1n\u00ed" Instalace ned\u016fv\u011bryhodn\u00fdch z\u00e1suvn\u00fdch plugin\u016f je potencion\u00e1ln\u011b nebezpe\u010dn\u00e1. Ned\u016fv\u011bryhodn\u00e9 nebo nepodepsan\u00e9 z\u00e1suvn\u00e9 moduly pou\u017e\u00edv\u00e1te na vlastn\u00ed nebezpe\u010d\u00ed.
-OperationDescriptionStep_CustomHandled_Head={0} z\u00e1suvn\u00e9 moduly pou\u017e\u00edvaj\u00ed nativn\u00ed instal\u00e1tor:
-InstallStep_Download_DownloadingPlugins=Stahuji z\u00e1suvn\u00e9 moduly...
-InstallStep_Validate_ValidatingPlugins=Validuji z\u00e1suvn\u00e9 moduly...
-InstallStep_Install_InstallingPlugins=Instaluji z\u00e1suvn\u00e9 moduly...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>N\u011bkter\u00e9 z\u00e1suvn\u00e9 moduly nebyly instalov\u00e1ny, kv\u016fli potencion\u00e1ln\u00edm probl\u00e9m\u016fm.
-CustomHandleStep_Header_Install_Head=Instalovat
-CustomHandleStep_Header_Install_Content=Pros\u00edm po\u010dkejte ne\u017e instal\u00e1tor dokon\u010d\u00ed instalaci.
-CustomHandleStep_Header_Uninstall_Head=Odinstalov\u00e1n\u00ed
-CustomHandleStep_Header_Uninstall_Content=Pros\u00edm po\u010dkejte ne\u017e instal\u00e1tor dokon\u010d\u00ed odinstalov\u00e1n\u00ed vybran\u00fdch z\u00e1suvn\u00fdch  modul\u016f.
-CustomHandleStep_Header_InstallDone_Head=Instalace byla \u00fasp\u011b\u0161n\u011b dokon\u010dena
-CustomHandleStep_Header_InstallDone_Content=Klikn\u011bte na Dal\u0161\u00ed pro pokra\u010dov\u00e1n\u00ed instalace zb\u00fdvaj\u00edc\u00edch z\u00e1suvn\u00fdch modul\u016f pomoc\u00ed instal\u00e1toru.
-CustomHandleStep_Header_UninstallDone_Head=Odinstalov\u00e1n\u00ed bylo \u00fasp\u011b\u0161n\u011b dokon\u010deno
-CustomHandleStep_Header_UninstallDone_Content=Klikn\u011bte na Dal\u0161\u00ed pro pokra\u010dov\u00e1n\u00ed odinstalov\u00e1n\u00ed zb\u00fdvaj\u00edc\u00edch z\u00e1suvn\u00fdch modul\u016f.
-CustomHandleStep_Header_InstallFail_Head=Instalace selhala.
-CustomHandleStep_Header_InstallFail_Content=Klikn\u011bte na Zru\u0161it pro ukon\u010den\u00ed instal\u00e1toru.
-CustomHandleStep_Header_UninstallFail_Head=Instalace selhala
-CustomHandleStep_Header_UninstallFail_Content=Klikn\u011bte na Zru\u0161it pro ukon\u010den\u00ed instal\u00e1toru.
-CustomHandleStep_Install_InstallingPlugins=Instaluji z\u00e1suvn\u00fd modul pomoc\u00ed jeho vlastn\u00edho instal\u00e1toru...
-CustomHandleStep_Uninstall_UninstallingPlugins=Odinstalov\u00e1v\u00e1m z\u00e1suvn\u00fd modul pomoc\u00ed jeho vlastn\u00edho instal\u00e1toru...
-CustomHandleStep_Done=Hotovo.
-CustomHandleStep_InstallDone_Text=Instal\u00e1tor \u00fasp\u011b\u0161n\u011b dokon\u010dil instalaci.
-CustomHandleStep_InstallFail_Text=Instalace {2} selhala
-CustomHandleStep_UninstallDone_Text=Instal\u00e1tor \u00fasp\u011b\u0161n\u011b dokon\u010dil deinstalaci.
-CustomHandleStep_UninstallFail_Text=Odinstalace {0} selhala
-InstallStep_NetworkProblem_Continue=&Zkusit znovu
-InstallStep_NetworkProblem_Text=S\u00ed\u0165ov\u00fd probl\u00e9m v {0}
-OperationPanel.cbRunInBackground.text=&Pustit na pozad\u00ed
-InstallSupport_InBackground_NetworkError=Nemohu se p\u0159ipojit k Update Centru
-InstallSupport_InBackground_NetworkError_Details=detaily
-LicenseApprovalPanel.cbAccept.text=&P\u0159ij\u00edm\u00e1m licen\u010dn\u00ed podm\u00edky v\u0161ech licenc\u00ed.
-InstallSupport_RestartNeeded= Restartovat celou aplikaci pro  dokon\u010den\u00ed instalace.
-UninstallSupport_RestartNeeded= Restartovat celou aplikaci pro  dokon\u010den\u00ed deaktivace.
-CustomHandleStep_Install_RestartNeeded= Restartovat celou aplikaci pro  dokon\u010den\u00ed instalace.
-CustomHandleStep_Uninstall_RestartNeeded=Restartovat celou aplikaci pro dokon\u010den\u00ed odinstalace.
-
-RestartNeeded_Details=Klikn\u011bte pro okam\u017eit\u00e9 restartov\u00e1n\u00ed programu
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=Pr\u016fvodce instalac\u00ed NetBeans
-PanelBodyContainer_ACD=Pr\u016fvodce instalac\u00ed NetBeans
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/D
-LicenseApprovalPanel_taLicenses_ACD=N/D
-LicenseApprovalPanel_cbAccept_ACN=N/D
-ValidationWarningPanel_tpPlugins_ACN=Neov\u011b\u0159en\u00e9 moduly
-ValidationWarningPanel_taWarning_Text_ACD=Varov\u00e1n\u00ed" Instalace ned\u016fv\u011bryhodn\u00fdch z\u00e1suvn\u00fdch plugin\u016f je potencion\u00e1ln\u011b nebezpe\u010dn\u00e1. Ned\u016fv\u011bryhodn\u00e9 nebo nepodepsan\u00e9 z\u00e1suvn\u00e9 moduly pou\u017e\u00edv\u00e1te na vlastn\u00ed nebezpe\u010d\u00ed.
-ValidationWarningPanel_taWarning_Text_ACN=Varov\u00e1n\u00ed
-ValidationWarningPanel_taHead_ACN=N/D
-ValidationWarningPanel_ACD=N/D
-UninstallUnitWizard_Title=Instal\u00e1tor z\u00e1suvn\u00e9ho modulu
-LazyOperationDescriptionStep_NoUpdates_Title=</h3>V\u00e1\u0161 program byl aktualizov\u00e1n!</h3>
-LazyOperationDescriptionStep_NoUpdates=\u017d\u00e1dn\u00e9 aktualizace.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Hled\u00e1n\u00ed aktualizac\u00ed ne\u00fasp\u011b\u0161n\u00e9.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Zkontrolujte va\u0161e s\u00ed\u0165ov\u00e9 p\u0159ipojen\u00ed, ov\u011b\u0159te, \u017ee va\u0161e nastaven\u00ed proxy<br>jsou zad\u00e1na spr\u00e1vn\u011b, nebo to zkuste znovu pozd\u011bji.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Hled\u00e1n\u00ed aktualizac\u00ed.</b><br>Pros\u00edm po\u010dkejte, ne\u017e pr\u016fvodce zkontroluje dostupn\u00e9 aktualizace.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Inicializuji seznam aktualizac\u00ed... 
-OperationDescriptionStep_BrokenModuleDepInit=N\u011bjak\u00fd z\u00e1suvn\u00fd modul po\u017eaduje jin\u00fd {0} aby mohl b\u00fdt nainstalovan\u00fd.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>N\u011bkter\u00e9 z\u00e1suvn\u00e9 moduly \u010dekaj\u00ed na restart aplikace, aby se vy\u0159e\u0161ily n\u00e1sleduj\u00edc\u00ed probl\u00e9my:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>N\u011bkter\u00e9 z\u00e1suvn\u00e9 moduly pot\u0159ebuj\u00ed funkci {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>N\u011bkter\u00e9 z\u00e1suvn\u00e9 moduly pot\u0159ebuj\u00ed Javu verze {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>N\u011bkter\u00e9 z\u00e1suvn\u00e9 moduly pot\u0159ebuj\u00ed  JDK</h3>N\u011bkter\u00e9 z vybran\u00fdch z\u00e1suvn\u00fdch modul\u016f pot\u0159ebuj\u00ed pro svou funk\u010dnost JDK. Aktu\u00e1ln\u011b, NetBeans IDE zjistil, \u017ee b\u011b\u017e\u00ed na JRE nam\u00edsto pln\u00e9ho JDK.<br><br>Pro pou\u017eit\u00ed t\u011bchto z\u00e1suvn\u00fdch modul\u016f spus\u0165te IDE s p\u0159\u00edkazem: <code>--jdkhome</code>, p\u0159\u00edkazov\u00e1 \u0159\u00e1dka se d\u00e1 um\u00edstit do instalace JDK. Nav\u0161tivte <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> pro v\u00edce informac\u00ed.<br><br>
-OperationDescriptionStep_BrokenModuleDep=Z\u00e1suvn\u00fd modul {0} je pot\u0159eba nainstalovat tak\u00e9.
-OperationDescriptionStep_BrokenModuleNameDep=Pot\u0159ebn\u00fd z\u00e1suvn\u00fd modul {0} nebyl nalezen.
-OperationDescriptionStep_BrokenModuleVersionDep=Z\u00e1suvn\u00fd modul {0} je po\u017eadovan\u00fd ve verzi >= {1}, zat\u00edmco pou\u017e\u00edv\u00e1te verzi {2}.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=Z\u00e1suvn\u00fd modul {0} je po\u017eadovan\u00fd ve verzi >= {1} (zku\u0161ebn\u00ed verzi(release) {2}), zat\u00edmco pou\u017e\u00edv\u00e1te {3} (zku\u0161ebn\u00ed verze(release) odli\u0161n\u00e9 od {2}).
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=Z\u00e1suvn\u00fd modul {0} je po\u017eadovan\u00fd ve verzi {1}.
-OperationDescriptionStep_BrokenModuleImplDep=Z\u00e1suvn\u00fd modul {0} je po\u017eadovan\u00fd v proveden\u00ed verze {1}.
-OperationDescriptionStep_BrokenRequiresDep=\u017d\u00e1dn\u00fd z\u00e1suvn\u00fd modul poskytov\u00e1n\u00fd {0} nemohl b\u00fdt nalezen.
-OperationDescriptionStep_AffectedPluginByBrokenDep=N\u00e1sleduj\u00edc\u00ed z\u00e1suvn\u00e9 moduly jsou ovlivn\u011bny:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=N\u00e1sleduj\u00edc\u00ed z\u00e1suvn\u00fd modul je ovlivn\u011bn\u00fd:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=Vyskytly se probl\u00e9my p\u0159i ukl\u00e1d\u00e1n\u00ed {0}.\nP\u0159\u00ed\u010dina: {1}
-InstallStep_DownloadProblem_SomePlugins=vybran\u00e9 z\u00e1suvn\u00e9 moduly
-
diff --git a/l10n/src/cs/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_cs.properties b/l10n/src/cs/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_cs.properties
deleted file mode 100644
index 92f7bce..0000000
--- a/l10n/src/cs/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_cs.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Platforma RCP
-OpenIDE-Module-Name=Platforma RCP
-OpenIDE-Module-Short-Description=Platforma NetBeans RCP
-OpenIDE-Module-Long-Description=NetBeans RCP Platform je v\u0161eobecn\u00fd z\u00e1klad pro aplikace Swing. To poskytuje slu\u017eby t\u00e9m\u011b\u0159 v\u0161em velk\u00fdm desktop aplikac\u00edm: okenn\u00ed management, menu, nastaven\u00ed a ukl\u00e1d\u00e1n\u00ed, management aktualizac\u00ed, p\u0159\u00edstup do souboru, atd.<br><br>V\u00edce informac\u00ed na <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/cs/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_cs.properties b/l10n/src/cs/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_cs.properties
deleted file mode 100644
index bcea1d9..0000000
--- a/l10n/src/cs/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_cs.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME vyhled\u00e1v\u00e1n\u00ed na SystemFS
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Standardn\u00ed implementace MimeDataProvider.
-OpenIDE-Module-Long-Description=MIME vyhled\u00e1v\u00e1n\u00ed na SystemFS jednotce realizuje MimeDataProvider, kter\u00e1 vyhled\u00e1v\u00e1 objekty v hierarchii slo\u017eky v syst\u00e9mu filesystem.
-
-
diff --git a/l10n/src/cs/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_cs.properties b/l10n/src/cs/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_cs.properties
deleted file mode 100644
index 9c0d248..0000000
--- a/l10n/src/cs/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_cs.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME vyhled\u00e1v\u00e1 API
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=MIME vyhled\u00e1v\u00e1 API.
-OpenIDE-Module-Long-Description=MIME vyhled\u00e1v\u00e1 modul poskytuj\u00edc\u00ed API pro vyhled\u00e1v\u00e1n\u00ed MIME typu nastaven\u00ed, slu\u017eby a jin\u00e9 objekty. To tak\u00e9 poskytuje SPI pro zav\u00e1d\u011bn\u00ed dodate\u010dn\u00e9ho MIME typu souvisej\u00edc\u00edho poskytovatele dat.
-
diff --git a/l10n/src/cs/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_cs.properties b/l10n/src/cs/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_cs.properties
deleted file mode 100644
index b92feba..0000000
--- a/l10n/src/cs/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_cs.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&P\u0159idat do obl\u00edben\u00fdch
-ACT_AddOnFavoritesNode=&P\u0159idat do obl\u00edben\u00fdch...
-ACT_Remove=&Odstranit z obl\u00edben\u00fdch
-ACT_View=O&bl\u00edben\u00e9
-ACT_Select=Obl\u00edben\u00e9
-ACT_Select_Main_Menu=Vybr&at v obl\u00edben\u00fdch
-
-Favorites=Obl\u00edben\u00e9
-Templates/Other=Ostatn\u00ed
-Templates/Properties=Vlastnosti u\u017e\u017eivatelsk\u00e9 konfiguracee
-Templates/Other/Folder=Slo\u017eka
-Templates/Other/file=Pr\u00e1zdn\u00fd soubor
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Strom pr\u016fzkumn\u00edka
-ACSD_ExplorerBeanTree=N/D
-
-# JFileChooser
-CTL_DialogTitle=P\u0159idat do obl\u00edben\u00fdch
-CTL_ApproveButtonText=P\u0159idat
-ERR_FileDoesNotExist={0} neexistuje.
-ERR_FileDoesNotExistDlgTitle=P\u0159idat do obl\u00edben\u00fdch
-
-MSG_NodeNotFound=Agenda nenalezena v z\u00e1lo\u017ecee Obl\u00edben\u00e9.
-
-# Manifest localization
-OpenIDE-Module-Name=Obl\u00edben\u00e9
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Podpora pro spr\u00e1vu obl\u00edben\u00fdch soubor\u016f.
-OpenIDE-Module-Long-Description=Modul Obl\u00edben\u00e9  V\u00e1m umo\u017e\u0148uje spravovat mno\u017einu soubor\u016f, kter\u00e9 se p\u0159imo vztahuj\u00ed k Va\u0161\u00ed pr\u00e1ci  a m\u00edt je p\u0159\u00edstupn\u00e9 z jednoho m\u00edsta.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Vzory
-Templates.Options.Export.displayName=V\u0161echny \u0161ablony
-Favorites.Options.Export.displayName=Obl\u00edben\u00e9
-
diff --git a/l10n/src/cs/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_cs.properties b/l10n/src/cs/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_cs.properties
deleted file mode 100644
index 9670b21..0000000
--- a/l10n/src/cs/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_cs.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Zav\u0159\u00edt
-BTN_TemplatesPanel_OpenInEditorButton=&Otev\u0159\u00edt v editoru
-LBL_TemplatesAction_Name=&Vzory
-HINT_TemplatesAction=P\u0159izp\u016fsobit \u0161ablonu
-LBL_TemplatesPanel_Title=\u0160ablonov\u00fd mana\u017eer
-BTN_TemplatesPanel_Delete=&Vymazat
-LBL_TemplatesPanel_TemplatesLabel=&Vzory\:
-BTN_TemplatesPanel_Add=&P\u0159idat...
-BTN_TemplatesPanel_RenameButton=&P\u0159ejmenovat
-BTN_TemplatesPanel_DuplicateButton=Du&plikovat
-BTN_TemplatesPanel_NewFolder=&Nov\u00e1 slo\u017eka
-BTN_TemplatesPanel_MoveUp=Posunout nahor&u
-BTN_TemplatesPanel_MoveDown=Posunout d&ol\u016f
-LBL_TemplatesPanel_JFileChooser_Title=P\u0159idat existuj\u00edc\u00ed \u0161abonu
-BTN_TemplatesPanel_JFileChooser_AddButtonName=P\u0159idat
-TXT_TemplatesPanel_NewFolderName=Nov\u00e1 slo\u017eka
-MSG_TemplatesPanel_Nonexistent_File=Soubor ''{0}''\nneexistuje, pros\u00edm zadejte existuj\u00edc\u00ed soubor.
-
-TemplatesPanel_TemplateNode_DisplayName=Zobrazovan\u00e9 jm\u00e9no
-TemplatesPanel_TemplateNode_DisplayName_Desc=Zobrazovan\u00e9 jm\u00e9no v t\u00e9to \u0161ablon\u011b. Zobrazit v Souboru|Nov\u00fd pr\u016fvodce stejn\u011b jako v N\u00e1stroje|\u0160ablony.
-TemplatesPanel_TemplateNode_FileName=Jm\u00e9no souboru
-TemplatesPanel_TemplateNode_FileName_Desc=Jm\u00e9no souboru uveden\u00e9ho v t\u00e9to \u0161ablon\u011b.
-TemplatesPanel_TemplateNode_ScriptEngine=Skriptov\u00fd stroj
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Skriptov\u00fd stroj pou\u017e\u00edvan\u00fd pro zpracov\u00e1n\u00ed v t\u00e9to \u0161ablon\u011b.
-TemplatesPanel_TemplateNode_TemplateCategories=Kategorie \u0161ablony
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=Seznam \u0161ablonov\u00fdch kategori\u00ed vhodn\u00fdch k t\u00e9to \u0161ablon\u011b.
-
-ACD_TemplatesPanel_Add=P\u0159idat \u0161ablonu
-
-ACD_TemplatesPanel_New=Nov\u00e1 \u0161ablona
-
-ACD_TemplatesPanel_Duplicate=Kop\u00edrovat vybranou \u0161ablonu
-
-ACD_TemplatesPanel_Rename=P\u0159ejmenovat \u0161ablonu
-
-ACD_TemplatesPanel_MoveUp=Posunout nahoru vybranou \u0161ablonu
-
-ACD_TemplatesPanel_MoveDown=Posunout dolu vybranou \u0161ablonu
-
-ACD_TemplatesPanel_Delete=Vymazat \u0161ablonu
-
-TT_TemplatesPanel_Add=P\u0159idat \u0161ablonu
-
diff --git a/l10n/src/cs/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_cs.properties b/l10n/src/cs/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_cs.properties
deleted file mode 100644
index 86f6131..0000000
--- a/l10n/src/cs/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_cs.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Nemohu se p\u0159ipojit k URL {0}; zdroj nenalezen.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Varov\u00e1n\u00ed: JavaHelp druhu ID {0} nebylo nalezeno.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Na\u010d\u00edt\u00e1n\u00ed nastaven\u00ed n\u00e1pov\u011bdy...
-ACSD_JavaHelp_viewer=Zobrazen\u00ed jedn\u00e9 nebo v\u00edce online n\u00e1pov\u011bdy vyj\u00e1d\u0159en\u00edm JavaN\u00e1pov\u011bda form\u00e1tu
-ACSD_Loading_Dialog=Na\u010d\u00edt\u00e1n\u00ed nastaven\u00ed n\u00e1pov\u011bdy
-
-# HelpAction
-LBL_HelpAction=N\u00e1pov\u011bda
-CTL_OpeningHelp=Otev\u00edr\u00e1n\u00ed N\u00e1pov\u011bdy...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=Sledov\u00e1n\u00ed HTTP
-
-# a11y - BrowserDisplayer
-ACSD_Label=Klikni pro otev\u0159en\u00ed tohoto odkazu ve webov\u00e9m prohl\u00ed\u017ee\u010di.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Zobrazov\u00e1n\u00ed n\u00e1pov\u011bdy ID: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Zobrazov\u00e1n\u00ed n\u00e1pov\u011bdy ID: {0}
-
-QuickSearch/Help=N\u00e1pov\u011bda
-Err_CreateJavaHelpSearchEngine=Selh\u00e1n\u00ed ve vytvo\u0159en\u00ed JavaN\u00e1pov\u011bdy vyhled\u00e1vac\u00edho stroje.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Kop\u00edrovat um\u00edst\u011bn\u00ed odkazu
-
diff --git a/l10n/src/cs/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_cs.properties b/l10n/src/cs/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_cs.properties
deleted file mode 100644
index 189e8db..0000000
--- a/l10n/src/cs/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_cs.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Integrace JavaN\u00e1pov\u011bdy
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Povolen\u00ed JavaN\u00e1pov\u011bdy pom\u00e1h\u00e1 nastaven\u00ed p\u0159idan\u00fdch modul\u016f k IDE.
-OpenIDE-Module-Long-Description=Obsahuje aktu\u00e1ln\u00ed JavaN\u00e1pov\u011bda runtime knihovnu a implementuje strany modul\u016f API dovoluj\u00edc\u00ed jin\u00fdm jednotk\u00e1m instalovat sady n\u00e1pov\u011bdy pou\u017e\u00edvaj\u00edc\u00ed technologii JavaN\u00e1pov\u011bdy.
-
-Menu/Help/master-help.xml=N\u00e1pov\u011bda &Contents
-Menu/Help/HelpShortcuts=N\u00e1pov\u011bda &Nastavit
-Actions/Help/master-help.xml=N\u00e1pov\u011bda &Contents
-
diff --git a/l10n/src/cs/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_cs.properties b/l10n/src/cs/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_cs.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/cs/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_cs.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/cs/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_cs.properties b/l10n/src/cs/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_cs.properties
deleted file mode 100644
index f617e03..0000000
--- a/l10n/src/cs/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_cs.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Sample value ensuring that decryption is working.
-FallbackProvider.msg_clear_keys=Your previously stored passwords cannot be decrypted. Do you wish to forget all existing passwords and start with a fresh keyring?
-FallbackProvider.title_clear_keys=Delete Stored Passwords
-MasterPasswordPanel.masterPasswordLabel.text=Master &Password:
-MasterPasswordPanel.setNewBox.text=&Change...
-MasterPasswordPanel.newLabel1.text=&New Master Password:
-MasterPasswordPanel.newLabel2.text=&Retype:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=Enter Master Password
-MasterPasswordPanel.enter_password=Enter password
-MasterPasswordPanel.enter_new_password=Enter new password
-MasterPasswordPanel.password_mismatch=New passwords do not match
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/cs/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_cs.properties b/l10n/src/cs/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_cs.properties
deleted file mode 100644
index 5ab3c65..0000000
--- a/l10n/src/cs/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_cs.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Nemohu vytvo\u0159it soubor {0} ve slo\u017ece {1}.
-EXC_CannotCreateExistingData=Nemohu vytvo\u0159it soubor {0} ve slo\u017ece {1}. Tento soubor ji\u017e existuje.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Nemohu vytvo\u0159it slo\u017eku {0} ve slo\u017ece {1}.
-EXC_CannotCreateExistingFolder=Nemohu vytvo\u0159it slo\u017eku {0} ve slo\u017ece {1}. Slo\u017eka ji\u017e existuje.
-
-# {0} - the file
-EXC_CannotLock=Cannot lock read-only file {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Nemohu smazat soubor {0} v {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Nemohu p\u0159ejmenovat soubor {0} v {1} na {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Neplatn\u00fd z\u00e1mek [{0}] pro soubor {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Nemohu p\u0159ejmenovat ko\u0159en souborov\u00e9ho syst\u00e9mu {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Nemohu smazat ko\u0159en souborov\u00e9ho syst\u00e9mu {0}.
-
-EXC_CannotLockRoot=Ko\u0159en nem\u016f\u017ee b\u00fdt zamknut.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Nemohu z\u00edskat v\u00fdhradn\u00ed p\u0159\u00edstup k  {0} (Pravd\u011bpodobn\u011b je otev\u0159en pro \u010dten\u00ed).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Nemohu z\u00edskat sd\u00edlen\u00fd p\u0159\u00edstup k  {0} (pravd\u011bpodobn\u011b je otev\u0159en pro z\u00e1pis).
-
diff --git a/l10n/src/cs/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_cs.properties b/l10n/src/cs/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_cs.properties
deleted file mode 100644
index 0ca5157..0000000
--- a/l10n/src/cs/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_cs.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=Soubor {0} je ji\u017e uzamknut.
-EXC_FileLockAlreadyExists=Soubor {0} je ji\u017e uzamknut (existuje z\u00e1mek {1}).
-# {0} - full path
-FileObj.readOnlyFile=Soubor {0} nelze ulo\u017eit, proto\u017ee je otev\u0159en pouze pro \u010dten\u00ed.
-
diff --git a/l10n/src/cs/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_cs.properties b/l10n/src/cs/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_cs.properties
deleted file mode 100644
index af9200a..0000000
--- a/l10n/src/cs/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_cs.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Hlavn\u00ed souborov\u00fd syst\u00e9m
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Slu\u010duje v\u00edcen\u00e1sobn\u00fd souborov\u00fd syst\u00e9m poskytovatel\u016f do jednotliv\u00e9ho logick\u00e9ho stromu.
-OpenIDE-Module-Long-Description=Vytv\u00e1\u0159\u00ed obrazy pro ko\u0159eny disku a potom je spoj\u00ed v jin\u00fd souborov\u00fd syst\u00e9m jako VCS obrazy, poskytuj\u00edc\u00ed jednotliv\u00e9mu obrazu souborov\u00fd syst\u00e9m pro v\u0161echny.
-
-LBL_loaderName=Na\u010d\u00edt\u00e1n\u00ed slo\u017eek pro Hlavn\u00ed souborov\u00fd syst\u00e9m
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Nemohu p\u0159ejmenovat ko\u0159en souborov\u00e9ho syst\u00e9mu {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Nemohu zkop\u00edrovat ko\u0159en souborov\u00e9ho syst\u00e9mu {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Nemohu p\u0159esunou ko\u0159en souborov\u00e9ho syst\u00e9mu {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Nemohu smazat ko\u0159en souborov\u00e9ho syst\u00e9mu {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Nemohu p\u0159ejmenovat soubor {0} v {1} na {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Souborov\u00fd syst\u00e9m {0} je nep\u0159episovateln\u00fd.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Souborov\u00fd syst\u00e9m {1}  nem\u016f\u017ee b\u00fdt vytvo\u0159en\u00fd v ko\u0159enu {0}, proto\u017ee souborov\u00fd syst\u00e9m {2} je ji\u017e vytvo\u0159en\u00fd.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Souborov\u00fd syst\u00e9m {1}  nem\u016f\u017ee b\u00fdt vytvo\u0159en\u00fd v ko\u0159enu {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Souborov\u00fd syst\u00e9m {0}  nem\u016f\u017ee b\u00fdt nevytvo\u0159en\u00fd. 
-
diff --git a/l10n/src/cs/platform/options-api/options-api/org/netbeans/modules/options/Bundle_cs.properties b/l10n/src/cs/platform/options-api/options-api/org/netbeans/modules/options/Bundle_cs.properties
deleted file mode 100644
index 9fae00d..0000000
--- a/l10n/src/cs/platform/options-api/options-api/org/netbeans/modules/options/Bundle_cs.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialog p\u0159edvoleb a SPI
-OpenIDE-Module-Display-Category=N\u00e1stroje
-OpenIDE-Module-Short-Description=Poskytuje dialog p\u0159edvoleb a SPI p\u0159id\u00e1n\u00ed panel\u016f.
-OpenIDE-Module-Long-Description=Poskytuje N\u00e1stroje | Dialog p\u0159edvoleb SPI v\u00e1s nech\u00e1 p\u0159idat cel\u00e9 nov\u00e9 panely, nebo sekce k Miscellaneous panelu.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&P\u0159edvolby
-CTL_Options_Dialog_Title=P\u0159edvolby
-CTL_OK=OK
-CTL_Classic=Pokro\u010dil\u00e9 nastaven\u00ed 
-CTL_Classic_Title=Pokro\u010dil\u00e9 nastaven\u00ed 
-CTL_Modern=&Z\u00e1kladn\u00ed p\u0159edvolby
-CTL_Loading_Options=Nahr\u00e1v\u00e1m nastaven\u00ed ...
-CTL_Error_Loading_Options=Nahr\u00e1n\u00ed p\u0159edvoleb selhalo.
-CTL_Some_values_changed=Ud\u011blali jste n\u011bjak\u00e9 zm\u011bny. Chcete je pou\u017e\u00edt?
-
-CTL_General_Options=&Obecn\u00e9
-CTL_General_Options_Title=Obecn\u00e9
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=&Fonty & barvy
-CTL_Font_And_Color_Options_Title=Fonty & barvy
-CTL_Keymap_Options=&Mapov\u00e1n\u00ed kl\u00e1ves
-CTL_Keymap_Options_Title=Mapov\u00e1n\u00ed kl\u00e1ves
-
-CTL_Export=Expor&t
-CTL_Import=&Import
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= Zobraz\u00ed dialog pokro\u010dil\u00fdch p\u0159edvoleb
-ACS_OptionsPanel=Dialog p\u0159edvoleb
-ACS_Export=Exportovat p\u0159edvolby
-ACS_Import=Importovat p\u0159edvolby
-TabbedController.pane.AD=Panel voleb
-
-QuickSearch/GoToOption=P\u0159edvolby
-
diff --git a/l10n/src/cs/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_cs.properties b/l10n/src/cs/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_cs.properties
deleted file mode 100644
index 8647885..0000000
--- a/l10n/src/cs/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_cs.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&R\u016fzn\u00e9
-CTL_Advanced_Options_Title=R\u016fzn\u00e9
-CTL_Advanced_Options_Description=R\u016fzn\u00e9
-AdvancedPanel.tabbedPanel.AD=Panel z\u00e1lo\u017eky R\u016fzn\u00e9
-Advanced.Export.Category=R\u016fzn\u00e9
-
diff --git a/l10n/src/cs/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_cs.properties b/l10n/src/cs/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_cs.properties
deleted file mode 100644
index 8630c41..0000000
--- a/l10n/src/cs/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_cs.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Zdde definovat
-LBL_action_revert=Obnovit  def.
-LBL_action_delete=&Vymazat
-
-MSG_ask_remove_above_defined_files=Posun vymezen\u00ed zde odstran\u00ed n\u011bjak\u00e9 hodnoty ulo\u017een\u00e9 v lev\u00fdch vrstv\u00e1ch vybran\u00e9ho sloupce.\nOpravdu chce\u0161 pokra\u010dovat?
-
-#file state tooltips
-LBL_fstate_defined=Definice nastaven\u00ed
-LBL_fstate_ignored=Nepou\u017eit\u00e1 hodnota nastaven\u00ed
-LBL_fstate_inherited=Zd\u011bd\u011bn\u00e9 nastaven\u00ed
-LBL_fstate_undefined=Hodnota nastaven\u00ed zde nen\u00ed definov\u00e1na
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=U\u017eivatel
-LBL_FSP_Desc_Session-Layer=\u00darove\u0148 nastaven\u00ed sezen\u00ed
-LBL_FSP_Modules-Layer=Implicitn\u00ed
-LBL_FSP_Desc_Modules-Layer=\u00darove%n implicitn\u00edch instala\u010dn\u00edch nastaven\u00ed
-
-#OptionsAction
-Options=&P\u0159edvolby
-CTL_close_button=&Zav\u0159\u00edt
-ACSD_close_button=N/D
-ACSN_optionsTree=N/D
-ACSD_optionsTree=N/D
-LBL_computing=Inicializovat nastaven\u00ed ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Uk\u00e1zat \u00farovn\u011b (zm\u00e1\u010dkn\u011bte +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Schovat \u00farovn\u011b (zm\u00e1\u010dkn\u011bte +)
-CTL_Templates_name=Vzory
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Prohl\u00ed\u017ee\u010d
-ACSN_ExplorerBeanTree=Strom pr\u016fzkumn\u00edka
-ACSD_ExplorerBeanTree=N/D
-
diff --git a/l10n/src/cs/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_cs.properties b/l10n/src/cs/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_cs.properties
deleted file mode 100644
index b966669..0000000
--- a/l10n/src/cs/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_cs.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Vyber p\u0159edvolby pro export:
-OptionsChooserPanel.outline.all=V\u0161e
-OptionsChooserPanel.outline.header.tree=Dostupn\u00e9 p\u0159edvolby
-OptionsChooserPanel.outline.AN=Dostupn\u00e9 p\u0159edvolby
-OptionsChooserPanel.outline.AD=Strom dostupn\u00fdch p\u0159edvoleb
-OptionsChooserPanel.lblFile.text=&Vybran\u00fd soubor zip:
-OptionsChooserPanel.btnBrowse=H&led\u00e1n\u00ed...
-OptionsChooserPanel.btnBrowse.AN=Hledat
-OptionsChooserPanel.btnBrowse.AD=Hledat
-OptionsChooserPanel.txtFile.AD=Zdroj nebo vybran\u00fd import/export.
-OptionsChooserPanel.loading=Na\u010d\u00edt\u00e1n\u00ed...
-OptionsChooserPanel.file.warning=Pros\u00edm, vyber po\u017eadovan\u00fd soubor zip
-OptionsChooserPanel.nooption.warning=Pros\u00edm, vyber soubor pro export
-OptionsChooserPanel.file.chooser.title=Vyber po\u017eadovan\u00fd soubor zip
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=Vyber p\u0159edvolby pro export.
-OptionsChooserPanel.export.status.text=Export p\u0159edvoleb je u konce.
-OptionsChooserPanel.import.title=Vyber p\u0159edvolby pro import
-OptionsChooserPanel.import.lblFile.text=&Import zdroje:
-OptionsChooserPanel.import.lblHint.text=&Vybrat p\u0159edvolby pro import:
-OptionsChooserPanel.import.file.warning=Pros\u00edm, vyber po\u017eadovan\u00fd soubor zip nebo adres\u00e1\u0159
-OptionsChooserPanel.import.nooption.warning=Pros\u00edm, vyber soubor pro import
-OptionsChooserPanel.import.file.chooser.title=Vyber soubor zip nebo adres\u00e1\u0159
-OptionsChooserPanel.import.invalid.userdir.title=Invalidn\u00ed u\u017eivatelsk\u00fd adres\u00e1\u0159
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Slo\u017eka {0} se nezd\u00e1 b\u00fdt platn\u00e1. Chcete opravdu importovat volby z tohoto um\u00edst\u011bn\u00ed?
-OptionsChooserPanel.AD=Panel pro sm\u011bnu p\u0159edvoleb pro export/import
-OptionsChooserPanel.import.error=Chyba p\u0159i importov\u00e1n\u00ed p\u0159edvoleb. Spus\u0165te IDE s parametry -J-Dorg.netbeans.modules.options.export.level=100 a pod\u00edvejte se na IDE v\u00fdstup pro detaily.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Neplatn\u00fd soubor zip: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Z\u00e1pis do {0} selhal.
-ImportConfirmationPanel.title=Vstupn\u00ed potvrzen\u00ed
-ImportConfirmationPanel.cbRestart.text=&Restartovat IDE nyn\u00ed (bez restartu nemus\u00ed importovan\u00e1 nastaven\u00ed fungovat)
-ImportConfirmationPanel.cbRestart.AD=Rozhodn\u011bte se, zda restartujete IDE nyn\u00ed \u010di pozd\u011bji
-ImportConfirmationPanel.cbRestart.AN=Restartovat IDE ihned?
-ImportConfirmationPanel.lblMessage.text=Import m\u016f\u017ee nevratn\u011b p\u0159epsat va\u0161e dosavadn\u00ed nastaven\u00ed. Vykon\u00e1vejte prvn\u00ed export pro z\u00e1lohu aktu\u00e1ln\u00edch p\u0159edvoleb. Chcete pokra\u010dovat?
-ImportConfirmationPanel.lblMessage.AD=Potvrzuj\u00edc\u00ed zpr\u00e1va
-ImportConfirmationPanel.AN=Vstupn\u00ed potvrzen\u00ed
-ImportConfirmationPanel.AD=Vstupn\u00ed potvrzen\u00ed
-ExportConfirmationPanel.title=Varov\u00e1n\u00ed ukl\u00e1d\u00e1n\u00ed hesel
-ExportConfirmationPanel.lblMessage.text=Exportovan\u00e1 nastaven\u00ed mohou obsahovat ulo\u017een\u00e1 hesla. Sd\u00edlen\u00ed nastaven\u00ed s ostatn\u00edmi u\u017eivateli p\u0159edstavuje bezpe\u010dnostn\u00ed riziko. Chcete pokra\u010dovat?
-ExportConfirmationPanel.cbSkip.text=&Vynechat p\u0159\u00ed\u0161t\u011b toto varov\u00e1n\u00ed
-ExportConfirmationPanel.cbSkip.AN=Vynechat p\u0159\u00ed\u0161t\u011b toto varov\u00e1n\u00ed?
-ExportConfirmationPanel.cbSkip.AD=Zvolte, zda-li toto varov\u00e1n\u00ed p\u0159\u00edst\u011b zobrazit nebo p\u0159esko\u010dit
-ExportConfirmationPanel.lblMessage.AD=Potvrzuj\u00edc\u00ed zpr\u00e1va
-ExportConfirmationPanel.AN=Varov\u00e1n\u00ed ukl\u00e1d\u00e1n\u00ed hesel
-ExportConfirmationPanel.AD=Varov\u00e1n\u00ed ukl\u00e1d\u00e1n\u00ed hesel
-
diff --git a/l10n/src/cs/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_cs.properties b/l10n/src/cs/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_cs.properties
deleted file mode 100644
index 785e05f..0000000
--- a/l10n/src/cs/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_cs.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=P\u0159edvolby mapov\u00e1n\u00ed kl\u00e1ves
-
-CTL_Keymap_Options=&Mapov\u00e1n\u00ed kl\u00e1ves
-CTL_Keymap_Options_Title=Mapov\u00e1n\u00ed kl\u00e1ves
-CTL_Keymap_Options_Description=Mapov\u00e1n\u00ed kl\u00e1ves
-
-CTL_Duplicate=&\u0158\u00edzen\u00ed profil\u016f...
-AN_Duplicate=Duplikovat
-AD_Duplicate=Duplikovat
-CTL_Delete=&Vymazat
-AN_Delete=&Vymazat
-AD_Delete=&Vymazat
-CTL_Restore=&Obnovit
-AN_Restore=Obnovit
-AD_Restore=Obnovit
-CTL_Show_Actions=Akce
-AN_Show_Actions=Akce
-AD_Show_Actions=Akce
-CTL_Show_Shortcuts=&Zkratky
-AN_Show_Shortcuts=Zkratky
-AD_Show_Shortcuts=Zkratky
-CTL_Add_Shortcut=P\u0159i&dat ...
-AN_Add_Shortcut=P\u0159idat
-AD_Add_Shortcut=P\u0159idat
-CTL_Remove_Shortcut=&Odstranit
-AN_Remove_Shortcut=Odstranit
-AD_Remove_Shortcut=Odstranit
-CTL_Actions=Akce:
-AN_Actions=Akce
-AD_Actions=Akce
-CTL_Shortcuts=&Zkratky:
-AN_Shortcuts=Zkratky
-AD_Shortcuts=Zkratky
-AN_Profiles=Profily
-AD_Profiles=Profily
-Show_Actions=Akce
-Show_Shortcuts=&Zkratky
-Keymaps=&Mapov\u00e1n\u00ed kl\u00e1ves
-CTL_Keymap_Name=&Profil:
-View_By=&Prohl\u00ed\u017eet s
-Shortcut=&Zkratka:
-Add_Shortcut_Dialog=P\u0159idat zkratku
-CTL_Create_New_Profile_Message=Jm\u00e9no &profilu:
-CTL_Create_New_Profile_Title=Vytvo\u0159it dialog nov\u00e9ho profilu
-Shortcut_Conflict=<html>Zkratka ji\u017e p\u0159id\u011blila {0} akci. Pokud postoup\u00edte, z\u00e1stupce bude znovu p\u0159i\u0159azen.
-CTL_Clear=&Smazat
-AN_Clear=Tla\u010d\u00edtko smazat zkratku
-AD_Clear=Vyma\u017ee pole zkratky
-CTL_Tab=&Tab
-AN_Tab=Tla\u010d\u00edtko vlo\u017eit znak Tabul\u00e1toru
-AD_Tab=Vlo\u017eit znak Tabul\u00e1toru
-CTL_Duplicate_Profile_Name=Profil s t\u00edmto jm\u00e9nem ji\u017e existuje.\n Vyberte pros\u00edm jin\u00e9 jm\u00e9no.
-
-CTL_Export_IDE_Actions_Action=Exportovat akce prost\u0159ed\u00ed do XML
-CTL_Export_IDE_Shortcuts_Action=Exportovat zkratky prost\u0159ed\u00ed do XML
-CTL_Export_Editor_Shortcuts_Action=Exportovat zkratky editoru do XML
-CTL_Export_Shortcuts_to_HTML_Action=Exportovat zkratky  do HTML
-
-CTL_Other=Ostatn\u00ed
-AN_Shortcut=Pole zkratky
-AD_Shortcut=Pole zkratky
-AN_ShortcutsDialog=Vlo\u017ete novou zkratku
-AD_ShortcutsDialog=Vlo\u017ete novou zkratku
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=M\u011bn\u00edm profil kl\u00e1vesov\u00e9 mapy z {1} na {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Rychl\u00e9 hled\u00e1n\u00ed: Vyvol\u00e1n\u00ed {1} akce, t\u0159\u00eddy {0}
-
-QuickSearch/Actions=Akce
-MSG_ActionFailure={0} akce nem\u016f\u017ee b\u00fdt pou\u017eita v rychl\u00e9m hled\u00e1n\u00ed...
-
-# Quicksearch options
-KW_KeymapOptions=Nastaven\u00ed mapy kl\u00e1ves, kl\u00e1vesov\u00fdch zkratek, kl\u00e1vesov\u00fdch spojen\u00ed
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Hledat:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Pole pou\u017e\u00edv\u00e1 ke zkr\u00e1cen\u00ed seznam zkratek
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Hledat v z\u00e1s&tupc\u00edch:
-
-# Conflict dialogs
-Override_Shortcut=<html>N\u00e1sleduj\u00edc\u00ed akce: <br>{0} vyvol\u00e1v\u00e1 konflikt s t\u00edmto \u00fakolem. P\u0159ejete si p\u0159epsat?
-Conflicting_Shortcut_Dialog=Konflikce dialogu z\u00e1stupce
-Override_All=<html>N\u00e1sleduj\u00edc\u00ed akce: <br>{0} vyvol\u00e1v\u00e1 konflikt s obnoven\u00edm. P\u0159ejete si p\u0159epsat v\u0161e?
-Alternative_Shortcut=(alternativn\u00ed z\u00e1stupce)
-
-#Table columns
-Actions=Akce
-Shortcut=Zkratka
-Category=Kategorie
-Scope=Rozsah
-
-#Keymap Popup
-Edit=\u00dapravy...
-Add_Alternative=P\u0159idat alternativu
-Reset_to_Default=Obnovit na defaultn\u00ed
-Clear=Smazat
-
-#Keymap completion
-No_Free_Shortcut=\u017d\u00e1dn\u00fd odpov\u00eddaj\u00edc\u00ed z\u00e1stupce s p\u0159edponou "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplikovat
-ProfilesPanel.exportButton.text=&Export
-ProfilesPanel.deleteButton.text=Vy&mazat
-ProfilesPanel.importButton.text=&Import
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Rolovat profily
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Rolovac\u00ed v\u00fdpl\u0148 pro profily
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=Seznam profil\u016f map kl\u00e1ves
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=Seznam profil\u016f
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Importovat prifil ze souboru
-ProfilesPanel.AccessibleContext.accessibleDescription=Panel profil\u016f
-ProfilesPanel.restoreButton.text=&Vr\u00e1tit defaultn\u00ed
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Vr\u00e1tit ulo\u017een\u00fd default
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Zkop\u00edrovan\u00e9 existuj\u00edc\u00ed profily
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exporty aktu\u00e1ln\u00edch profil\u016f
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Smazan\u00e9 vybran\u00e9 aktu\u00e1ln\u00ed profily
-ProfilesPanel.AccessibleContext.accessibleName=Panel profil\u016f
-CTL_Manage_Keymap_Profiles=Spravovat profily kl\u00e1vesov\u00fdch map
-CTL_Files=Soubory
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Mapov\u00e1n\u00ed kl\u00e1ves
-Keymaps.Options.Export.Profiles.displayName=Profily mapov\u00e1n\u00ed kl\u00e1ves
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/cs/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_cs.properties b/l10n/src/cs/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_cs.properties
deleted file mode 100644
index 4fc886c..0000000
--- a/l10n/src/cs/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_cs.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Integrace roz\u0161\u00ed\u017een\u00ed Swing layout
-OpenIDE-Module-Display-Category=Knihovny
-OpenIDE-Module-Short-Description=Svazky swing-layout knihovny.
-OpenIDE-Module-Long-Description=Tento modul obsahuje Swing Lane roz\u0161\u00ed\u0159en\u00ed knihovny (z swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/cs/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_cs.properties
deleted file mode 100644
index bcc461e..0000000
--- a/l10n/src/cs/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_cs.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=B\u011b\u017en\u00e9 pozn\u00e1mky
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/cs/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_cs.properties
deleted file mode 100644
index e721a35..0000000
--- a/l10n/src/cs/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_cs.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=Ukon\u010dit \u00falohy
-CTL_ProcessListAction=\u00daloh&y
-ProcessListAction.mnemonic=y
-
diff --git a/l10n/src/cs/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_cs.properties
deleted file mode 100644
index a1513ee..0000000
--- a/l10n/src/cs/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_cs.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Postup API
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=\u00dakol postupu vizualizac\u00ed API.
-OpenIDE-Module-Long-Description=Nech\u00e1v\u00e1 moduly registrovat dlouhotrvaj\u00edc\u00ed \u00fakoly \u010di procesy v centr\u00e1ln\u00edm m\u00edst\u011b.
-
diff --git a/l10n/src/cs/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_cs.properties
deleted file mode 100644
index a90eb64..0000000
--- a/l10n/src/cs/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_cs.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Komponenta \u00falohy
-ACS_SceneComponentDesc=Vzhled \u00falohy
-
diff --git a/l10n/src/cs/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_cs.properties
deleted file mode 100644
index fdf76be..0000000
--- a/l10n/src/cs/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_cs.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Vzhled bal\u00edku API
-OpenIDE-Module-Short-Description=Vzhled bal\u00edku API
-
diff --git a/l10n/src/cs/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_cs.properties
deleted file mode 100644
index 54d1635..0000000
--- a/l10n/src/cs/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_cs.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=Jin\u00e1 instance programu je ji\u017e spu\u0161t\u011bn\u00e1 ve va\u0161em adres\u00e1\u0159i u\u017eivatele.\nBu\u010f v p\u0159edchoz\u00ed sezen\u00ed programu nen\u00ed spr\u00e1vn\u011b ukon\u010den\u00e9, nebo dal\u0161\u00ed instance\n programu b\u011b\u017e\u00ed na jin\u00e9m po\u010d\u00edta\u010di a pou\u017e\u00edv\u00e1 stejn\u00e9ho adres\u00e1\u0159e u\u017eivatele.\n\nPokud dal\u0161\u00ed sezen\u00ed programu b\u011b\u017e\u00ed se stejn\u00fdm adres\u00e1\u0159em u\u017eivatele, klikn\u011bte pros\u00edm na\nCancel pro p\u0159edejit\u00ed zni\u010den\u00ed adres\u00e1\u0159e u\u017eivatele. Pokud jste si jist \u017ee \u017e\u00e1dn\u00fd jin\u00fd programu neb\u011b\u017e\u00ed ve va\u0161em adres\u00e1\u0159i, klikn\u011bte na tla\u010d\u00edtko OK pro pokra\u010dov\u00e1n\u00ed.
-MSG_AlreadyRunningTitle=Varov\u00e1n\u00ed
-
-EXC_not_a_module={0} nen\u00ed platn\u00fdm z\u00e1suvn\u00fdm modulem.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Samozav\u00e1d\u011bc\u00ed program
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description= Bootstrap  aplikace zalo\u017een\u00e9 na platform\u011b NetBeans.
-OpenIDE-Module-Long-Description=Tento modul poskytuje z\u00e1kladn\u00ed funkce, kter\u00e9 nahraj\u00ed ostatn\u00ed \u010d\u00e1sti cel\u00e9 apikace. Nem\u016f\u017ee b\u00fdt zak\u00e1z\u00e1n.
-
-MSG_InstallJava6=Cannot run on older versions of Java than Java 6 Standard Edition.\nPlease install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=Java 6 Standard Edition or newer required
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_cs.properties
deleted file mode 100644
index 5a551bb..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_cs.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=V\u00fdstup {0}
-CTL_ProgramIO={0} - V/V
-
-# Install
-LAB_EndTasks=&Ukon\u010dit
-ACSD_EndTasks=N/D
-CTL_PendingTitle=&Ukon\u010dit
-ACSD_PendingTitle=N/D
-LAB_PendingTasks=Ukon\u010den\u00edm IDE ukon\u010d\u00edte n\u00e1sleduj\u00edc\u00ed \u00falohy
-ACSD_PendingTasks=N/D
-# {0} - process name
-CTL_PendingExternalProcess2=\u00daloha - {0}
-# {0} - action name
-CTL_ActionInProgress={0} akce prob\u00edh\u00e1
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_cs.properties
deleted file mode 100644
index ee3b2b8..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_cs.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Odstranit
-CTL_MoveUp=Posunout nahor&u
-CTL_MoveDown=Posunout d&ol\u016f
-CTL_AddDirectory=P\u0159idat slo\u017eku...
-CTL_AddJAR=P\u0159idat soubor &JAR/ZIP...
-CTL_JarArchivesMask=JAR a ZIP archivy
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/D
-ACSD_MoveUp=N/D
-ACSD_MoveDown=N/D
-ACSD_AddDirectory=N/D
-ACSD_AddJAR=N/D
-ACSD_PathList=N/D
-ACSD_CustomNbClassPathEditor=N/D
-CTL_Edit_Jar_Dialog_Title=Editovat JAR soubor
-CTL_Edit_Local_Dialog_Title=Editovat m\u00edstn\u00ed soubor
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=P\u0159idat soubor JAR
-CTL_FileSystemPanel.Local_Dialog_Title=P\u0159idat m\u00edstn\u00ed slo\u017eku
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&\u00daloha\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Arhumenty\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=&Nazna\u010duj\u00edc\u00ed argumenty
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Proch\u00e1zet...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/D
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/D
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/D
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/D
-ACSD_CustomNbProcessDescriptorEditor=N/D
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Polo\u017eky v cest\u011b
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=Seznam polo\u017eek v cest\u011b, kter\u00e9 m\u00e1j\u00ed b\u00fdt editovan\u00e9.
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_cs.properties
deleted file mode 100644
index 59b7b8f..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_cs.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=J\u00e1dro - proveden\u00ed
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Implementace z proveden\u00ed stroje.
-OpenIDE-Module-Long-Description=P\u0159id\u00e1v\u00e1 podporu pro p\u0159eveden\u00ed do platformy. Obsahuje t\u0159\u00eddy, kter\u00e9 realizuj\u00ed p\u0159eveden\u00ed \u010d\u00e1sti API a odpov\u00eddaj\u00edc\u00ed GUI.
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_cs.properties
deleted file mode 100644
index 9026ef2..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_cs.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=&V\u00fdstup
-
-#Title for I/O window
-LBL_IO_WINDOW=V\u00fdstup
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Zav\u0159\u00edt tabul\u00e1tor
-LBL_CloseAll=Zav\u0159\u00edt v\u0161echny tabul\u00e1tory
-LBL_CloseOthers=Zav\u0159\u00edt zb\u00fdvaj\u00edc\u00ed tabul\u00e1tory
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&V\u00fdstup
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_cs.properties
deleted file mode 100644
index 1ba00ac..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_cs.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editory
-EditorsAction.source=&Zdroje
-GetLeftEditorAction.name=Editory - iterovat vlevo
-
-GetRightEditorAction.name=Editory - iterovat vpravo
-
-TabButton.tool_tip={0} Pohled
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_cs.properties
deleted file mode 100644
index d3b3b2f..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_cs.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=V\u00edce pohled\u016f oken
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Kostra v\u00edce pohled\u016f oken a API
-OpenIDE-Module-Long-Description=Kostra v\u00edce pohled\u016f oken a API
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_cs.properties
deleted file mode 100644
index 2c96480..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_cs.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Nativn\u00ed p\u0159\u00edstup
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Pou\u017e\u00edv\u00e1 nativn\u00ed vazby JNA knihovny k tomu, aby poskytovala pokro\u010dil\u00e9 vizu\u00e1ln\u00ed efekty pro okna.
-OpenIDE-Module-Long-Description=Pou\u017e\u00edv\u00e1 nativn\u00ed vazby JNA knihovny k tomu, aby poskytovala pokro\u010dil\u00e9 vizu\u00e1ln\u00ed efekty pro okna.
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_cs.properties
deleted file mode 100644
index 049c4e9..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_cs.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Pr\u016fhlednost
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_cs.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_cs.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_cs.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_cs.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_cs.properties
deleted file mode 100644
index 7d2eb52..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_cs.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=V\u00fdstupn\u00ed okno
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Jednoduch\u00e1 textov\u00e1 \u00fazem\u00ed zalo\u017een\u00e1 na implementaci okenn\u00edho v\u00fdstupu
-OpenIDE-Module-Long-Description=V\u00fdstup okna zalo\u017een\u00fd na java.swing.text.Document p\u0159es ByteBuffer/CharBuffer
-
-#Title for the output window
-LBL_OUTPUT=V\u00fdstup
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=Nemohu zapisovat do syst\u00e9mov\u00e9ho adres\u00e1\u0159e pro do\u010dasn\u00e9 soubory ({0})
-MSG_GenericError=Probl\u00e9my se z\u00e1pisem do v\u00fdstupn\u00edho souboru
-
-LBL_STDOUT=Standardn\u00ed v\u00fdstup
-FMT_FILE_EXISTS={0} existuje.  P\u0159epsat?
-TITLE_SAVE_DLG=Ulo\u017eit v\u00fdstup jako
-
-LBL_SaveAsFailedTitle=Ulo\u017een\u00ed selhalo
-MSG_SaveAsFailed=Z\u00e1pis do {0} selhal.
-
-MSG_SearchFromBeg=Dosa\u017een konec v\u00fdstupu. Pokra\u010duj\u00edc\u00ed hled\u00e1n\u00ed ze za\u010d\u00e1tku.
-MSG_SearchFromEnd=Dosa\u017een za\u010d\u00e1tek v\u00fdstupu. Pokra\u010duj\u00edc\u00ed hled\u00e1n\u00ed z konce.
-MSG_Found=''{0}'' nalezen v {1}:{2}
-MSG_NotFound=''{0}'' nenalezeno
-
-#OutputWindowAction
-OutputWindow=&V\u00fdstup
-
-#Find Dialog
-LBL_Find_Title=Hledat
-LBL_Find_What=Hledat:
-LBL_Use_RegExp=R&egul\u00e1rn\u00ed v\u00fdraz
-LBL_Match_Case=&Chybov\u00e1 oblast
-BTN_Find=Naj\u00edt
-ACSN_Find=N/A
-ACSD_Find=Hledat
-ACSD_FindBTN=N/A
-ACSD_Find_What=N/A
-
-LBL_Filter_Title=Filtr
-LBL_Filter_What=Zachovat \u0159\u00e1dky obsahuj\u00edc\u00ed:
-BTN_Filter=&Filtr
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=V\u00fdb\u011br fontu
-BTN_Defaul_Font=V\u00fdchoz\u00ed font
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=P\u0159epsat soubor?
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=Invalidn\u00ed regul\u00e9rn\u00ed vyj\u00e1dn\u011bn\u00ed
-FMT_Invalid_RegExp=Syntaxov\u00e1 hcyba v {0}
-
-#Output window popup menu
-ACTION_COPY=Kop\u00edrovat
-ACTION_PASTE=Vlo\u017eit
-ACTION_WRAP=Sbalit  text
-ACTION_SAVEAS=Ulo\u017eit jako...
-ACTION_CLOSE=Zav\u0159\u00edt
-ACTION_CLEAR=Smazat
-ACTION_PREV_ERROR=P\u0159edchoz\u00ed chyba
-ACTION_NEXT_ERROR=Dal\u0161\u00ed chyba
-ACTION_SELECT_ALL=Vybrat v\u0161e
-ACTION_FIND=Hledat...
-ACTION_FIND_NEXT=Hledat dal\u0161\u00ed
-ACTION_FIND_PREVIOUS=Hledat p\u0159edchoz\u00ed
-ACTION_LARGER_FONT=V\u011bt\u0161\u00ed font
-ACTION_SMALLER_FONT=Men\u0161\u00ed font
-ACTION_FONT_TYPE=Vyber font...
-ACTION_FILTER=Filtr...
-
-#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=C-ROVNO
-ACTION_SMALLER_FONT.accel=C-M\u00cdNUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-M\u00cdNUS
-ACTION_FONT_TYPE.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=Do\u0161lo m\u00edsto na disku v {0} pro do\u010dasn\u00e9 soubory.  Bu\u010f uvoln\u011bte m\u00edsto na disku, nebo zm\u011bnte syst\u00e9mov\u00fd adres\u00e1\u0159 pro do\u010dasn\u00e9 soubory, nebo spus\u0165te aplikaci s p\u0159ep\u00edna\u010dem -J-Dnb.output.heap=true
-
-MSG_LINE_TOO_LONG=...\u0159\u00e1dek je p\u0159\u00edli\u0161 dlouh\u00fd, zm\u011b\u0148te m\u00f3d na zalamovan\u00fd...
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_cs.properties
deleted file mode 100644
index 4ea0659..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_cs.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=V&stup
-LBL_EOF=&Zav\u0159\u00edt vstup
-TIP_EOF=Zav\u0159e vstupn\u00ed komponentu a po\u0161le konec-souboru (eof) v\u0161em \u010dten\u00e1\u0159\u016fm
-TIP_INPUT=Napi\u0161te text a zm\u00e1\u010dkn\u011bte enter. Text bude posl\u00e1n b\u011b\u017e\u00edc\u00ed \u00faloze
-
-#Output window tab popup
-LBL_Close=Zav\u0159\u00edt tabul\u00e1tor
-LBL_CloseAll=Zav\u0159\u00edt v\u0161echny tabul\u00e1tory
-LBL_CloseOthers=Zav\u0159\u00edt ostatn\u00ed tabul\u00e1tory
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_cs.properties
deleted file mode 100644
index f81669f..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_cs.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Spou\u0161t\u011bn\u00ed
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Na\u010d\u00edst a povolit moduly.
-OpenIDE-Module-Long-Description=Tento modul poskytuje centr\u00e1ln\u00ed dodate\u010dnou funk\u010dnost Bootstrap k lokalizaci a spou\u0161t\u011bn\u00ed prav\u00e9ho modulu.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user nen\u00ed nastaveno.\nZkontrolujte pros\u00edm sv\u016fj netbeans startovac\u00ed skript.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=V\u00e1\u0161 u\u017eivatelsk\u00fd adres\u00e1\u0159 ({0}) nem\u016f\u017ee b\u00fdt uvnit\u0159 Netbeans instala\u010dn\u00edho adres\u00e1\u0159e ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Startuji NetBeans platformu
-# The Title of the About Box
-CTL_About_Title=O aplikaci
-CTL_About_Detail=Podrobnosti
-ACSD_AboutDialog=N/D
-ACSN_AboutTabs=N/D
-ACSD_AboutTabs=N/D
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=O\u010dek\u00e1val jsem jm\u00e9no UI t\u0159\u00eddy, pou\u017e\u00edv\u00e1m p\u0159ednastaven\u00e9 UI...
-ERR_UserDirExpected=Po p\u0159ep\u00edna\u010di  --userdir  je o\u010dek\u00e1v\u00e1n adres\u00e1\u0159
-ERR_UINotFound=Nenalezena t\u0159\u00edda u\u017eivatelsk\u00e9ho rozhran\u00ed (UI) pou\u017e\u00edv\u00e1m implicitn\u00ed u\u017eivatelsk\u00e9 rozhran\u00ed (UI)...
-ERR_FontSizeExpected=O\u010dek\u00e1v\u00e1na velikost fontu, pou\u017eita implicitn\u00ed...
-ERR_BadFontSize=\u0160patn\u00fd form\u00e1t velikosti fontu, pou\u017eita implicitn\u00ed...
-ERR_BrandingNeedsArgument=P\u0159ep\u00edna\u010d --branding vy\u017eaduje jeden argument
-ERR_LocaleExpected=M\u00edstn\u00ed specifikace o\u010dek\u00e1vala po --m\u00edstn\u00edm p\u0159ep\u00edna\u010di
-
-
-CTL_Netbeanshome_notexists=netbeans.home ukazuje na neexistuj\u00edc\u00ed adres\u00e1\u0159.
-CTL_Netbeanshome1=netbeans.home neukazuje na adres\u00e1\u0159.
-CTL_Netbeanshome2=netbeans.user ukazuje na neexistuj\u00edc\u00ed adres\u00e1\u0159.
-CTL_Netbeanshome3=netbeans.user does neukazuje na adres\u00e1\u0159.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Nemohu vytvo\u0159it syst\u00e9mov\u00fd adres\u00e1\u0159 v {0}. Stejnojmenn\u00fd soubor ji\u017e existuje.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Nemohu vytvo\u0159it syst\u00e9mov\u00fd adres\u00e1\u0159 v {0}.
-CTL_Cannot_mount_system_fs=Nemohu p\u0159idat syst\u00e9mov\u00fd syst\u00e9m soubor\u016f, ukon\u010duji...
-
-#startup info messages
-MSG_IDEInit=Inicializuji...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Nemohu se p\u0159ipojit k URL {0}. Nebyl nalezen \u017e\u00e1dn\u00fd takov\u00fd zdroj.
-
-GTK_FONTSIZE_UNSUPPORTED=P\u0159ep\u00edna\u010d --fontsize nen\u00ed podporov\u00e1n p\u0159i pou\u017eit\u00ed GTK look and Feelu. M\u00edsto toho zm\u011bnte velikost fontu ve Va\u0161em desktopu.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Chyba: {0}
-EXC_GraphicsStartFails2=Koukn\u011bte se na {0} pro podrobnosti.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=Modul {0} byl po\u017eadov\u00e1n ve verzi >= {1}, ale pouze {2} byla nalezena.
-# {0} - module display name
-MSG_problem_other_disabled=Modul {0} by m\u011bl b\u00fdt tak\u00e9 nainstalov\u00e1n.
-LBL_no_impl_version=[verze nespecifikov\u00e1na]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=Modul {0} byl po\u017eadov\u00e1n v implementovan\u00e9 verzi "{1}",ale byl nalezen pouze ve verzi "{2}".
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=Modul {0} byl po\u017eadov\u00e1n, zle nebyl nalezen.
-# {0} - required token
-MSG_problem_require_disabled=\u017d\u00e1dn\u00fd z modul\u016f, kter\u00e9 poskytuj\u00ed funkcionalitu  {0} nem\u016f\u017ee b\u00fdt nainstalov\u00e1n.
-# {0} - required token
-MSG_problem_require_not_found=\u017d\u00e1dn\u00fd z modul\u016f, kter\u00e9 poskytuj\u00ed funkcionalitu {0} nebyl nalezen.
-# {0} - class name
-MSG_problem_class_not_loaded=Bal\u00ed\u010dek obsahuj\u00edc\u00ed t\u0159\u00eddu {0} nebyl nahr\u00e1n.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=Bal\u00ed\u010dek {0} nebyl nahr\u00e1n nebo m\u011bl \u0161patnou verzi.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=Je po\u017eadov\u00e1na java verze {0} nebo vy\u0161\u0161\u00ed, av\u0161ak pouze {1} b\u011b\u017e\u00ed.
-MSG_warning=Varov\u00e1n\u00ed
-MSG_info=Informace
-MSG_continue=Zak\u00e1azt moduly a pokra\u010dovat
-MSG_exit=Ukon\u010dit
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Another module|1<{0} further modules} nemohou b\u00fdt nainstalov\u00e1ny kv\u016fli vy\u0161e popsan\u00fdm probl\u00e9m\u016fm
-
-# NbEvents
-MSG_start_load_boot_modules=Nahr\u00e1v\u00e1m j\u00e1dro...
-MSG_finish_load_boot_modules=Nahr\u00e1v\u00e1m j\u00e1dro...hotovo
-MSG_start_auto_restore=Nahr\u00e1v\u00e1m moduly...
-MSG_finish_auto_restore=Moduly nahr\u00e1ny.
-MSG_start_enable_modules=Zap\u00edn\u00e1m moduly...
-MSG_finish_enable_modules=Zap\u00edn\u00e1m moduly...hotovo.
-TEXT_finish_enable_modules=Zap\u00edn\u00e1m moduly:
-MSG_start_disable_modules=Vyp\u00edn\u00e1m moduly...
-MSG_finish_disable_modules=Vyp\u00edn\u00e1m moduly...hotovo.
-TEXT_finish_disable_modules=Vyp\u00edn\u00e1m moduly:
-MSG_failed_install_new=Varov\u00e1n\u00ed - nemohu nainstalovat n\u011bkter\u00e9 moduly:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Varov\u00e1n\u00ed = nemohu nainstalovat modul {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Um\u00edstit testovac\u00ed modul v  {0} ...
-TEXT_finish_deploy_test_module=Um\u00edst\u011bn\u00ed testovac\u00edho modulu dokon\u010deno.
-MSG_start_read=Na\u010d\u00edt\u00e1m moduly...
-MSG_finish_read=Na\u010d\u00edt\u00e1m moduly...hotovo.
-MSG_restore=Startuji moduly...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Instaluji {0}
-# {0} - module display name
-TEXT_install=Instaluji nov\u00fd modul: {0}
-# {0} - module display name
-MSG_update=Instaluji novou verzi {0}
-# {0} - module display name
-TEXT_update=Aktualizuji modul: {0}
-# {0} - module display name
-MSG_uninstall=Zastavuji {0}
-MSG_load_section=Nahr\u00e1v\u00e1m moduly...
-MSG_load_layers=Na\u010d\u00edt\u00e1n\u00ed obsluhy modul\u016f...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Varov\u00e1ni" modul {0} nenalezen, ignorov\u00e1n...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=Modul {0} nem\u016f\u017ee b\u00fdt smaz\u00e1n proto\u017ee byl nahr\u00e1n automaticky a st\u00e1le se pou\u017e\u00edv\u00e1.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=Pokus byl u\u010din\u011bn\u00fd pro zm\u011bnu vlastnost\u00ed {1} modulu {0} v syst\u00e9mu/Slo\u017ece modul\u016f.\nAktu\u00e1ln\u00ed hodnota je "{3}", to zm\u011bn\u00ed \u010dten\u00ed na disku "{2}".\nTato vlastnost nem\u016f\u017ee b\u00fdt zm\u011bn\u011bna dokud b\u011b\u017e\u00ed IDE, tento pokus tedy nebude m\u00edt \u017e\u00e1dn\u00fd efekt.
-# {0} - JAR file name
-TEXT_patch=Z\u00e1plata modulu nebo vlastn\u00ed roz\u0161\u00ed\u0159en\u00ed: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Zdroj z t\u0159\u00eddy {0} nenalezen
-# {0} - key from MRE
-EXC_MissingResourceException_key=Kl\u00ed\u010d nebyl nalezen: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Chyba p\u0159i \u010dten\u00ed {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Chyba syntaxe v souboru {1} \u0159\u00e1dek {3} sloupec {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_cs.properties
deleted file mode 100644
index 43de64e..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_cs.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Z\u00e1kladn\u00ed syst\u00e9m
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Nahr\u00e1v\u00e1m objekty z vyrovn\u00e1vac\u00ed pam\u011bti...
-MSG_end_load_cache=Nahr\u00e1v\u00e1m objekty z vyrovn\u00e1vac\u00ed pam\u011bti...hotovo.
-MSG_start_rewrite_cache=Vytv\u00e1\u0159\u00edm znovu  objekty z vyrovn\u00e1vac\u00ed pam\u011bti...
-MSG_end_rewrite_cache=Vytv\u00e1\u0159\u00edm znovu  objekty z vyrovn\u00e1vac\u00ed pam\u011bti...hotovo.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=Ud\u00e1lost souboru {0\}, soubor {1}
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_cs.properties
deleted file mode 100644
index 270bb8b..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_cs.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Soubory
-AdvancedOption.tooltip=Soubory
-FileAssociationsPanel.btnDefault.text=&Implicitn\u00ed
-FileAssociationsPanel.btnDefault.tooltip=Obnovit defaultn\u00ed nastaven\u00ed vybran\u00fdch roz\u0161\u00ed\u0159en\u00ed soubor\u016f
-FileAssociationsPanel.btnDefault.AN=Obnovit defaultn\u00ed nastaven\u00ed
-FileAssociationsPanel.btnDefault.AD=Obnovit defaultn\u00ed nastaven\u00ed vybran\u00fdch roz\u0161\u00ed\u0159en\u00ed soubor\u016f
-FileAssociationsPanel.btnDefaultIgnored.text=De&faultn\u00ed
-FileAssociationsPanel.btnDefaultIgnored.AN=Obnovit standartn\u00ed ignorovan\u00fd souborov\u00fd vzor
-FileAssociationsPanel.btnDefaultIgnored.AD=Obnovit standartn\u00ed ignorovan\u00fd souborov\u00fd vzor
-FileAssociationsPanel.btnNew.text=&Nov\u00fd...
-FileAssociationsPanel.btnNew.AN=Nov\u00e9 roz\u0161\u00ed\u0159en\u00ed souboru
-FileAssociationsPanel.btnNew.AD=Nov\u00e9 roz\u0161\u00ed\u0159en\u00ed souboru
-FileAssociationsPanel.btnRemove.text=&Odstranit
-FileAssociationsPanel.btnRemove.AN=Smazat vybran\u00e9 roz\u0161\u00ed\u0159en\u00ed souboru
-FileAssociationsPanel.btnRemove.AD=Smazat vybran\u00e9 roz\u0161\u00ed\u0159en\u00ed souboru
-FileAssociationsPanel.cbExtension.choose=< Vybrat roz\u0161\u00ed\u0159en\u00ed >
-FileAssociationsPanel.cbExtension.AD=Roz\u0161\u00ed\u0159en\u00ed souboru
-FileAssociationsPanel.cbExtension.AN=Seznam roz\u0161\u00ed\u0159en\u00ed souboru
-FileAssociationsPanel.cbType.AN=Seznam typ\u016f soubor\u016f
-FileAssociationsPanel.cbType.AD=Seznam typ\u016f soubor\u016f
-FileAssociationsPanel.lblAssociatedAlso.text=Spojen\u00fd tak\u00e9 s:
-FileAssociationsPanel.lblAssociatedAlso.AN=Typ souboru spojen\u00fd tak\u00e9 s roz\u0161\u00ed\u0159en\u00edmi
-FileAssociationsPanel.lblAssociatedAlso.AD=Typ souboru spojen\u00fd tak\u00e9 s roz\u0161\u00ed\u0159en\u00edmi
-FileAssociationsPanel.lblExtension.text=&Roz\u0161\u00ed\u0159en\u00ed souboru
-FileAssociationsPanel.lblExtension.AN=Roz\u0161\u00ed\u0159en\u00ed souboru
-FileAssociationsPanel.lblExtension.AD=Seznam roz\u0161\u00ed\u0159en\u00fdch soubor\u016f
-FileAssociationsPanel.lblType.text=Asociovan\u00fd soubor &typ (MIME):
-FileAssociationsPanel.lblType.AD=Seznam spojen\u00fdch typ\u016f souboru
-FileAssociationsPanel.lblType.AN=Seznam spojen\u00fdch typ\u016f souboru
-FileAssociationsPanel.lblFileAssociations.text=Registrovat spojen\u00ed
-FileAssociationsPanel.lblFilesIgnored.text=Soubory ignorovan\u00e9 IDE
-FileAssociationsPanel.lblPattern.text=&Ignorovan\u00fd souborov\u00fd vzor:
-FileAssociationsPanel.lblPattern.tooltip=Regul\u00e1rn\u00ed v\u00fdraz nebo soubory, kter\u00e9 budou ignorov\u00e1ny. Porovnat cel\u00e9 jm\u00e9no, no cestu. Pr\u00e1zdn\u00fd pro \u017e\u00e1dn\u00fd.
-FileAssociationsPanel.lblPattern.AN=Ignorovan\u00fd souborov\u00fd vzor
-FileAssociationsPanel.lblPattern.AD=Regul\u00e1rn\u00ed v\u00fdraz nebo soubory, kter\u00e9 budou ignorov\u00e1ny. Porovnat cel\u00e9 jm\u00e9no, no cestu. Pr\u00e1zdn\u00fd pro \u017e\u00e1dn\u00fd.
-FileAssociationsPanel.txtPatternError.AN=Typick\u00e1 syntaktick\u00e1 chyba ignorovan\u00fdch soubor\u016f
-FileAssociationsPanel.txtPatternError.AD=Syntaktick\u00e1 chyba v ignorovan\u00fdch souborech pravideln\u00e9ho v\u00fdrazu
-
-NewExtensionPanel.title=Vlo\u017eit nov\u00e9 roz\u0161\u00ed\u0159en\u00ed souboru
-NewExtensionPanel.AD=Vlo\u017eit nov\u00e9 roz\u0161\u00ed\u0159en\u00ed souboru
-NewExtensionPanel.lblExtension.text=&Roz\u0161\u00ed\u0159en\u00ed souboru:
-NewExtensionPanel.lblExtension.AN=Roz\u0161\u00ed\u0159en\u00ed souboru
-NewExtensionPanel.lblExtension.AD=Roz\u0161\u00ed\u0159en\u00ed souboru
-
-OpenAsAction.name=Otev\u0159\u00edt jako...
-OpenAsPanel.txtDescription.AN=Rada
-OpenAsPanel.txtDescription.AD=Rada
-OpenAsPanel.lblExtension.text=Jednejte s {0} soubory jako:
-OpenAsPanel.title=Otev\u0159i jako...
-OpenAsPanel.open=Otev\u0159\u00edt
-OpenAsPanel.AD=Vyber typ souboru
-
-# display name for options export
-Files.Options.Export.displayName=Soubory
-OpenAsPanel.lblDescription.text=NetBeans nezn\u00e1 tento typ souboru. Pros\u00edm specifikujte jak by m\u011bly tyto soubory b\u00fdt o\u0161et\u0159en\u00e9.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_cs.properties
deleted file mode 100644
index 348c2fa..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_cs.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&Obecn\u00e9
-CTL_General_Options_Title=Obecn\u00e9
-CTL_General_Options_Category=Obecn\u00e9
-CTL_General_Options_Description=Obecn\u00e9 p\u0159edvolby, Nastaven\u00ed proxy, nastaven\u00ed editoru
-CTL_Package_View_Type=ZObrazovat Java bal\u00ed\u010dky jako:
-CTL_Flattern_Packages=&Seznam
-AN_Flattern_Packages=Seznam
-AD_Flattern_Packages=Seznam
-CTL_Tree_Packages=Strom
-AN_Tree_Packages=Strom
-AD_Tree_Packages=Strom
-CTL_No_Proxy=&\u017d\u00e1dn\u00e1 proxy
-AN_No_Proxy=\u017d\u00e1dn\u00e1 proxy
-AD_No_Proxy=\u017d\u00e1dn\u00e1 proxy
-CTL_Usage_Statistics=Statistiky pou\u017e\u00edv\u00e1n\u00ed:
-AN_Usage_Statistics=Statistiky pou\u017e\u00edv\u00e1n\u00ed
-AD_Usage_Statistics=Statistiky pou\u017e\u00edv\u00e1n\u00ed
-CTL_Usage_Check=Pom\u00e1ha&t s utv\u00e1\u0159en\u00edm NetBeans IDE odes\u00edl\u00e1n\u00edm anonymn\u00edch dat
-AN_Usage_Check=Pom\u00e1hat s utv\u00e1\u0159en\u00edm NetBeans IDE odes\u00edl\u00e1n\u00edm anonymn\u00edch dat
-AD_Usage_Check=Pom\u00e1hat s utv\u00e1\u0159en\u00edm NetBeans IDE odes\u00edl\u00e1n\u00edm anonymn\u00edch dat
-CTL_Usage_Info=<html>Statistiky u\u017e\u00edv\u00e1n\u00ed n\u00e1m pom\u00e1haj\u00ed v\u00edce rozum\u011bt u\u017eivatelsk\u00fdm po\u017eadavk\u016fm a se\u0159adit je podle d\u016fle\u017eitosti zlep\u0161en\u00ed v budoucnu vyd\u00e1n\u00ed. Nikdy neobr\u00e1ceujeme-in\u017een\u00fdra shledan\u00fdch dat k tomu, aby na\u0161el specifick\u00e9 detaily o va\u0161ich projektech.</html>
-AN_Usage_Info=Info statistik pou\u017e\u00edv\u00e1n\u00ed
-AD_Usage_Info=Statistika u\u017e\u00edv\u00e1n\u00ed n\u00e1m pom\u00e1h\u00e1 porozum\u011bt u\u017eivatelsk\u00fdm po\u017eadavk\u016fm a se\u0159adit je podle d\u016fle\u017eitosti zlep\u0161en\u00ed v budoucnu vyd\u00e1n\u00ed. Nikdy neobr\u00e1ceujeme-in\u017een\u00fdra shledan\u00fdch dat k tomu, aby na\u0161el specifick\u00e9 detaily o va\u0161ich projektech.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Zjistit v\u00edce</u></font></html>
-AN_Learn_More=Zjistit v\u00edce
-AD_Learn_More=Zjistit v\u00edce
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Pou\u017e\u00edt syst\u00e9mov\u00e9 nastaven\u00ed proxy
-AN_Use_System_Proxy_Settings=Pou\u017e\u00edt syst\u00e9mov\u00e9 nastaven\u00ed proxy
-AD_Use_System_Proxy_Settings=Pou\u017e\u00edt syst\u00e9mov\u00e9 nastaven\u00ed proxy
-CTL_Use_HTTP_Proxy=&Ru\u010dn\u00ed nastaven\u00ed proxy
-AN_Use_HTTP_Proxy=HTTP Proxy
-AD_Use_HTTP_Proxy=HTTP Proxy
-AN_Web_Browser=Webov\u00fd prohl\u00ed\u017ee\u010d
-AD_Web_Browser=Webov\u00fd prohl\u00ed\u017ee\u010d
-AN_Host=Server
-AD_Host=Server
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Perioda aktualizace
-AD_Update_Period=Perioda aktualizace
-AN_Ask_Before_Check=Zeptat se p\u0159ed kontrolou
-AD_Ask_Before_Check=Zeptat se p\u0159ed kontrolou
-Line_Numbers=\u010cis&la \u0159\u00e1dk\u016f
-Antialiasing=Vyhlazen\u00ed stran:
-Text_Antialiasing=Pou\u017e\u00edvat antialiasing
-Toolbar=&N\u00e1strojov\u00e1 li\u0161ta
-Package_View=Pohled na bal\u00ed\u010dky
-SDI_Window_Mode=SDI m\u00f3d oken
-MDI_Window_Mode=MDI m\u00f3d oken
-Tree_View=Stromov\u00e1 struktura
-Default_System_Browser=<Defaultn\u00ed prohl\u00ed\u017ee\u010d>
-Swing_HTML_Browser=Prohl\u00ed\u017ee\u010d postaven\u00fd nad swing
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=Obecn\u00e9
-CTL_Web_Browser=&Webov\u00fd prohl\u00ed\u017ee\u010d:
-Confirm_Delete=Potvrdit s&maz\u00e1n\u00ed:
-CTL_Web_Proxy=Nastaven\u00ed proxy:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=HTTP Pro&xy\:
-Code_Folding=Skl\u00e1d\u00e1n\u00ed k\u00f3du:
-Show=Uk\u00e1zat:
-Editor=Editor
-CTL_Check_Period=Perio&da kontroly:
-CTL_Ask_Before_Check=Zeptat se p\u0159ed kontrolou:
-CTL_Auto_Update=Automatick\u00e9 aktualizace
-Use_Folding=Po&u\u017e\u00edvat skl\u00e1d\u00e1n\u00ed k\u00f3du
-Fold_Methods=&Metody skl\u00e1d\u00e1n\u00ed
-Fold_Classes=Slo\u017e&ka vnit\u0159n\u00ed t\u0159\u00eddy
-Fold_Imports=Impor&ty Slo\u017eek
-Fold_JavaDoc=Slo\u017eka koment\u00e1\u0159\u016f &Javadokument\u016f
-Fold_Licence=Sl&o\u017eka po\u010d\u00e1te\u010dn\u00edho koment\u00e1\u0159e
-Auto_Popup=Automatick\u00e9 Popup:
-Auto_Popup_Completion=Okno dokon\u010den\u00ed
-Auto_Popup_JavaDoc=Okno Java dokumentace
-CTL_Update_every_startup=Ka\u017ed\u00fd start alikace
-CTL_Update_every_day=Ka\u017ed\u00fd den
-CTL_Update_every_week=Ka\u017ed\u00fd t\u00fdden
-CTL_Update_every_2weeks=Ka\u017ed\u00e9 dva t\u00fddny
-CTL_Update_every_month=Ka\u017ed\u00fd m\u011bs\u00edc
-CTL_Update_never=Nikdy
-CTL_Default_System_Browser=Syst\u00e9mov\u00fd webov\u00fd prohl\u00ed\u017ee\u010d
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Intern\u00ed prohl\u00ed\u017ee\u010d
-
-
-
-
-AN_NonProxy=\u017d\u00e1dn\u00e1 proxy pro
-
-AD_NonProxy=\u017d\u00e1dn\u00e1 proxy pro
-
-CTL_Non_Proxy=\u017d\u00e1dn\u00e1 prox&y pro\:
-
-Non_Proxy_Hint=(nap\u0159. localhost, *.soma.cz, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=V\u00edce...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Pokro\u010dil\u00e9 nastavn\u00ed proxy
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Otev\u0159\u00edt pokro\u010dil\u00e9 nastaven\u00ed proxy
-
-LBL_GeneralOptionsPanel_PortError=\u010c\u00edslo portu mus\u00ed b\u00fdt \u010d\u00edslo cel\u00e9 hodnoty.
-
-LBL_GeneralOptionsPanel_lWebProxy=Nastaven\u00ed proxy\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP &Proxy\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(nap\u0159. localhost, *.soma.cz, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Po&rt\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS Proxy\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS Proxy\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=\u017d\u00e1dn\u00e1 pro&xy pro servery\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Proxy vy\u017eaduje autentizaci
-
-LBL_AdvancedProxyPanel_lUserName=&U\u017eivatelsk\u00e9 jm\u00e9no\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Heslo\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Pou\u017e\u00edv&at stejnou proxy pro v\u0161echny protokoly
-
-LBL_AdvancedProxyPanel_Title=Pokro\u010dil\u00e9 nastaven\u00ed proxy
-LBL_AdvancedProxyPanel_PortError=\u010c\u00edslo portu mus\u00ed b\u00fdt \u010d\u00edslo cel\u00e9 hodnoty.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Pou\u017e\u00edt syst\u00e9mov\u00e9 nastaven\u00ed proxy
-GeneralOptionsPanel.lWebBrowser.text=&Webov\u00fd prohl\u00ed\u017ee\u010d\:
-GeneralOptionsPanel.rbNoProxy.text=&\u017d\u00e1dn\u00e1 proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/D
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/D
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/D
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/D
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/D
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/D
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/D
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/D
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/D
-
-ACD_AdvancedProxyPanel_tfUserName=N/D
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/D
-
-ACD_AdvancedProxyPanel=N/D
-
-LBL_WebBrowsersPanel_Title=Webov\u00e9 prohl\u00ed\u017ee\u010de
-LBL_ExternalBrowser_Name=Extern\u00ed prohl\u00ed\u017ee\u010d
-WebBrowsersPanel.nameLabel.text=Jm\u00e9no\:
-WebBrowsersPanel.executableLabel.text=P\u0159\u00edkaz\:
-WebBrowsersPanel.parametersLabel.text=Parametry\:
-WebBrowsersPanel.browseButton.text=Proch\u00e1zet...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=P\u0159idat ...
-WebBrowsersPanel.removeButton.text=Odstranit
-WebBrowsersPanel.browsersLabel.text=Webov\u00e9 prohl\u00ed\u017ee\u010de\:
-GeneralOptionsPanel.editBrowserButton.text=&Editovat
-GeneralOptionsPanel.editBrowserButton.AD=Editovat webov\u00e9 prohl\u00ed\u017ee\u010de
-GeneralOptionsPanel.editBrowserButton.AN=Editovat webov\u00e9 prohl\u00ed\u017ee\u010de
-WebBrowsers_URL_Hint=Nar\u00e1\u017eka\: {URL} \= URL str\u00e1nky, kter\u00fd m\u00e1 b\u00fdt na\u010dten\u00e1 internetov\u00fdm prohl\u00ed\u017ee\u010dem
-
-ACS_WebBrowsersList=Seznam dostupn\u00fdch prohl\u00ed\u017ee\u010d\u016f
-ACS_AddWebBrowserButton=P\u0159idat nov\u00fd prohl\u00ed\u017ee\u010d
-ACS_RemoveWebBrowserButton=Odstranit vybran\u00fd prohl\u00ed\u017ee\u010d
-ACS_BrowserNameField=Jm\u00e9no prohl\u00ed\u017ee\u010de
-ACS_BrowserExecutableField=Spustiteln\u00fd soubor prohl\u00ed\u017ee\u010de
-ACS_BrowserParametersField=Parametry p\u0159\u00edkazov\u00e9 \u0159\u00e1dky prohl\u00ed\u017ee\u010de
-ACS_BrowseExecutableButton=Proch\u00e1zet spustiteln\u00fd soubor prohl\u00ed\u017ee\u010de
-WebBrowsersOptionsPanel.browsersLabel.text=&Webov\u00e9 prohl\u00ed\u017ee\u010de\:
-WebBrowsersOptionsPanel.addButton.text=P\u0159i&dat ...
-WebBrowsersOptionsPanel.removeButton.text=&Odstranit
-WebBrowsersOptionsPanel.nameLabel.text=&Jm\u00e9no\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Webov\u00e9 prohl\u00ed\u017ee\u010de
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Seznam webov\u00fdch prohl\u00ed\u017ee\u010d\u016f
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=Seznam webov\u00fdch prohl\u00ed\u017ee\u010d\u016f
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Tla\u010d\u00edtko p\u0159idat
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Tla\u010d\u00edtko odtranit
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Jm\u00e9no prohl\u00ed\u017ee\u010de
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Jm\u00e9no prohl\u00ed\u017ee\u010de
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Jm\u00e9no prohl\u00ed\u017ee\u010de
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Webov\u00e9 prohl\u00ed\u017ee\u010de
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Webov\u00e9 prohl\u00ed\u017ee\u010de
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>P\u0159\u00edm\u00e9 p\u0159ipojen\u00ed.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, Hlavn\u00ed p\u0159edvolby
-
-# Display name for options export
-General.Options.Export.Category.displayName=Obecn\u00e9
-General.Options.Export.displayName=Obecn\u00e9
-Other.Options.Export.displayName=V\u0161echny dal\u0161\u00ed nespecifikovan\u00e9
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_cs.properties
deleted file mode 100644
index 7e89a09..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_cs.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=UI - J\u00e1dro
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=U\u017eivatelsk\u00e9 rozhran\u00ed z platformy.
-OpenIDE-Module-Long-Description=Poskytuje t\u0159\u00eddy a zdroje pro standardn\u00ed z\u00e1kladn\u00ed u\u017eivatelsk\u00e9 rozhran\u00ed platformy a pro aplikace postaven\u00e9 na vrch platformy.
-
-Actions=Akce
-Actions/Edit=\u00dapravy
-Actions/Help=N\u00e1pov\u011bda
-Actions/System=Syst\u00e9m
-Actions/Tools=N\u00e1stroje
-Actions/View=Zobrazit
-Actions/Window/SelectDocumentNode=Vybrat dokument v
-Menu=Hlavn\u00ed menu
-Menu/Edit=&\u00dapravy
-Menu/File=&Soubor
-Menu/GoTo=&Navigovat
-Menu/Help=&N\u00e1pov\u011bda
-Menu/Tools=&N\u00e1stroje
-Menu/View=&Zobrazit
-Menu/Window/SelectDocumentNode=Vybrat dokume&nt v
-Services/Browsers=Webov\u00e9 prohl\u00ed\u017ee\u010de
-Templates/Privileged=Privilegovan\u00e9
-Templates/Recent=Ned\u00e1vn\u00e9
-Templates/Services/Browsers=Webov\u00e9 prohl\u00ed\u017ee\u010de
-Toolbars=N\u00e1strojov\u00e9 li\u0161ty
-Toolbars/Clipboard=Sch&r\u00e1nka
-Toolbars/UndoRedo=&Vr\u00e1tit/P\u0159epracovat
-Toolbars/File=&Soubor
-Toolbars/Memory=&Pam\u011b\u0165
-Toolbars/Standard.xml=Psan\u00ed k\u00f3du
-UI/Services=P\u0159edvolby
-
-ProgressDisplayName_FileSystemRefresh=Aktualizovat soubory
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_cs.properties
deleted file mode 100644
index b2d90f4..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_cs.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Start sampling IDE
-SelfSamplerAction_ActionNameStop=Stop sampling and take snapshot
-SelfSamplerAction_ActionDescription=Will take a snapshot based on the thread dump
-SelfSamplerAction_ThreadName=IDE Self Sampler
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=Snapshot was saved to {0}
-Save_Progress=Saving snapshot
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_cs.properties
deleted file mode 100644
index 9d1cc03..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_cs.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Otev\u0159\u00edt v syst\u00e9mu
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_cs.properties
deleted file mode 100644
index 032e87c..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_cs.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Celkov\u00e1 syst\u00e9mov\u00e1 pam\u011b\u0165 {0}
-
-
-#LOG_WINDOW_ACTIVATED=Hlavn\u00ed okno aktivov\u00e1no, aktualizace trvala {0} ms
-#LOG_WINDOW_DEACTIVATED=Hlavn\u00ed okno deaktivov\u00e1no
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Checking for external changes
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspended
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_cs.properties
deleted file mode 100644
index 762945f..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_cs.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Jen pracovn\u00ed pole>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_cs.properties
deleted file mode 100644
index 49e10f4..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_cs.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=&Klonovat okno
-# CloseWindowAction
-CTL_CloseWindowAction=&Zav\u0159\u00edt okno
-
-CTL_RecentViewListAction=Jdi na &P\u0159edchoz\u00ed okno
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=Zav\u0159\u00edt &v\u0161echna okna
-
-# UndockAction
-CTL_UndockWindowAction=&Oddokovat okno
-CTL_UndockWindowAction_Dock=Do&kovat okno
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Zav\u0159\u00edt v\u0161echna okna
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimalizovat okno
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Zav\u0159\u00edt okno
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Zav\u0159\u00edt ostatn\u00ed okna
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Ulo\u017eit okno
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Klonovat okno
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Zav\u0159\u00edt ostatn\u00ed ok&na
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maximali&zovat okno
-CTL_UnmaximizeWindowAction=Obnovit okno
-
-# DocumentsAction
-CTL_DocumentsAction=&Okna...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=Li\u0161&ta n\u00e1stroj\u016f
-
-# NextTabAction
-CTL_NextTabAction=Dal\u0161\u00ed z\u00e1lo\u017eka
-# PreviousTabAction
-CTL_PreviousTabAction=P\u0159edchoz\u00ed z\u00e1lo\u017eka
-
-CTL_ToggleFullScreenAction=&Cel\u00e1 obrazovka
-
-# ResetWindowsAction
-CTL_ResetWindows=Obnovit &okna
-
-LBL_ToggleWindowTransparencyAction=Pr\u016fhledn\u00e9 okno
-LBL_WindowTransparencyHint=Stiskn\u011bte a dr\u017ete kl\u00e1vesu [Ctrl+NumPad 0] pro zpr\u016fhledn\u011bn\u00ed minimalizovan\u00e9ho okna.
-
-# Properties
-GlobalProperties=&Vlastnosti
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_cs.properties
deleted file mode 100644
index b700e1a..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_cs.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Vzhled
-AdvancedOption_Tooltip_WinSys=Nastaven\u00ed okenn\u00edho syst\u00e9mu
-
-IsAlphaFloatingTooltip=Plovouc\u00ed okna kter\u00e1 nejsou vybran\u00e1 po n\u011bkolika sekund\u00e1ch zpr\u016fhledn\u00ed
-
-IsDragWindowTooltip=B\u011bhem p\u0159etahov\u00e1n\u00ed okna bude zobrazen jeho obsah
-IsAlphaDragTooltip=Povol\u00ed pr\u016fhlednost u p\u0159etahovan\u00e9ho okna
-
-IsSnapScreenEdgesTooltip=Povol\u00ed p\u0159itahov\u00e1n\u00ed plovouc\u00edch oken k okraj\u016fm obrazovky
-IsSnappingTooltip=Povol\u00ed automatick\u00e9 p\u0159itahov\u00e1n\u00ed oken
-
-NoAlphaSupport=Pr\u016fhlednost oken nen\u00ed podporovan\u00e1 opera\u010dn\u00edm syst\u00e9mem
-LBL_DragWindowImage=Zobrazit obsah okna p\u0159i p\u0159etahov\u00e1n\u00ed
-LBL_TransparentDragWindow=Pr\u016fhledn\u00fd obr\u00e1zek okna p\u0159i p\u0159etahov\u00e1n\u00ed
-LBL_TransparentFloatingWindows=Pr\u016fhledn\u00e1 plovouc\u00ed okna
-LBL_SnapFloatingWindows=P\u0159ichyt\u00e1vat plovouc\u00ed okna
-LBL_SnapToScreenEdges=P\u0159ichyt\u00e1vat k okraj\u016fm obrazovky
-LBL_CloseActivatesRecentDocument=Zav\u0159en\u00ed aktivuje naposledy pou\u017e\u00edvan\u00e9 okno
-TIP_CloseActivatesMostRecentDocument=Kdy\u017e je okno zav\u0159eno stane se aktivn\u00edm naposledy pou\u017e\u00edvan\u00e9 okno m\u00edsto souseda p\u016fvodn\u00edho okna.
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=Kdy\u017e je okno zav\u0159eno stane se aktivn\u00edm naposledy pou\u017e\u00edvan\u00e9 okno.
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_cs.properties
deleted file mode 100644
index 1d0222b..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_cs.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Nemohu syntaktycky analyzovat nastaven\u00ed mana\u017eera oken {0}.
-EXC_GroupParse=Nemohu syntaktycky analyzovat nastaven\u00ed skupiny {0}.
-EXC_TCGroupParse=Nemohu syntaktycky analyzovat nastaven\u00ed TC skupiny {0}.
-EXC_TCRefParse=Nemohu syntaktycky analyzovat nastaven\u00ed TCRef {0}.
-EXC_ModeParse=Nemohu syntaktycky analyzovat nastaven\u00ed m\u00f3du {0}.
-
-# PersistenceManager
-EXC_RootFolder=Nemohu vytvo\u0159it ko\u0159enovou slo\u017eku {0}
-EXC_CompsFolder=Nemohu vytvo\u0159it slo\u017eku komponent {0}
-EXC_GroupsFolder=Nemohu vytvo\u0159it slo\u017eku skupin {0}
-EXC_ModesFolder=Nemohu vytvo\u0159it slo\u017eku m\u00f3d\u016f {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Komponenta {0} nelze naj\u00edt nebo nahr\u00e1t ze slo\u017eky  'Components'.
-EXC_CannotSaveTCSettings=Nastaven\u00ed komponenty {0} nelze ulo\u017eit
-EXC_CopyFails=Nelze zkop\u00edrovat nastaven\u00ed komponenty do adres\u00e1\u0159e {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Komponentu {0} nelze ulo\u017eit kv\u016fli probl\u00e9m\u016fm s jej\u00ed serializac\u00ed.
-FMT_TCReadError=Komponentu {0} nelze otev\u0159\u00edt kv\u016fli probl\u00e9m\u016fm s jej\u00ed deserializac\u00ed.
-
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_cs.properties
deleted file mode 100644
index 90c6778..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_cs.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=J\u00e1dro - Windows
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Implementace pro pr\u00e1ci v oknech.
-OpenIDE-Module-Long-Description=P\u0159idat t\u0159\u00eddy zav\u00e1d\u011bj\u00edc\u00ed okenn\u00ed syst\u00e9mov\u00e9 \u010d\u00e1sti API.
-
-Actions/Window=Okno
-Menu/Window=&Okno
-
-# Options export
-Toolbars.Options.Export.displayName=N\u00e1strojov\u00e9 li\u0161ty
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_cs.properties
deleted file mode 100644
index 2dd1b4e..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_cs.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Zru\u0161it
-CloseButton=Zav\u0159\u00edt
-# HelpButton=Help
-YesButton=Ano
-NoButton=Ne
-# ApplyButton=Apply
-DetailsButton=Detaily
-# ButtoBarButoo
-CTL_Button=Tla\u010d\u00edtko
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Zru\u0161it
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Zru\u0161it
-ACSD_FileSelectorDialog=Dialog v\u00fdb\u011bru souboru
-ACSN_FileSelectorTreeView=Stromov\u00e1 struktura
-ACSD_FileSelectorTreeView=Stromov\u00e1 struktura ve v\u00fdb\u011bru soubor\u016f
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Dialog p\u0159izp\u016fsoben\u00ed
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Zav\u0159\u00edt
-CANCEL_OPTION_CAPTION=Zru\u0161it
-HELP_OPTION_CAPTION=&N\u00e1pov\u011bda
-NO_OPTION_CAPTION=Ne
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Ano
-ACS_YES_OPTION_NAME=Ano
-ACS_YES_OPTION_DESC=Tla\u010d\u00edtko ano
-# - {0} message
-ACSD_ErrorMessage=Chyba: {0}
-ACSD_WarningMessage=Varov\u00e1n\u00ed: {0}
-ACSD_QuestionMessage=Dotaz {0}
-ACSD_InformationMessage=Informace {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Zru\u0161it
-ACS_CANCEL_OPTION_DESC=Tla\u010d\u00edtko zru\u0161it
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=Tla\u010d\u00edtko OK
-
-ACS_NO_OPTION_NAME=Ne
-ACS_NO_OPTION_DESC=Tla\u010d\u00edtko ne
-
-ACS_HELP_OPTION_NAME=N\u00e1pov\u011bda
-ACS_HELP_OPTION_DESC=Tla\u010d\u00edtko n\u00e1pov\u011bda
-
-ACS_CLOSED_OPTION_NAME=Zav\u0159\u00edt
-ACS_CLOSED_OPTION_DESC=Tla\u010d\u00edtko zav\u0159\u00edt
-
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_cs.properties
deleted file mode 100644
index 0566fcc..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_cs.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Hlavn\u00ed okno
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&okna:
-LBL_Description=&Popis:
-LBL_Activate=P\u0159epni na okno
-LBL_CloseDocuments=Zav\u0159\u00edt okno(a)
-LBL_SaveDocuments=&Ulo\u017eit okno
-LBL_Close=&Zav\u0159\u00edt
-
-ACSD_Activate=N/D
-ACSD_CloseDocuments=N/D
-ACSD_SaveDocuments=N/D
-ACSD_Close=N/D
-ACSD_ListView=N/D
-ACSD_DescriptionArea=N/D
-ACSD_DocumentsDialog=N/D
-
-CTL_DocumentsTitle=okna
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Vlastnosti
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#No Properties|1#{1} - vlastnosti|2#V\u00edce objekt\u016f - vlastnosti}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Properties|1#{1} - vlastnosti|2#V\u00edce objekt\u016f = vlastnosti}
-ACSN_PropertiesSheet=Tabulka vlastnost\u00ed
-ACSD_PropertiesSheet=Pohled ukazuje vlastnosti dan\u00e9ho uzlu.
-EXC_CannotLoadNodes=Uzly nejdou nahr\u00e1t do tabulky vlastnost\u00ed. Pravd\u011bpodobn\u011b ji\u017e neexistuj\u00ed.
-
diff --git a/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_cs.properties
deleted file mode 100644
index eccb7c3..0000000
--- a/l10n/src/cs/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_cs.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&Mal\u00e9 ikony v li\u0161t\u011b n\u00e1stroj\u016f
-
-# ToolbarLayout
-EXC_wrongConstraints=nemohu p\u0159idat do rozvr\u017een\u00ed: nepou\u017e\u00edv\u00e1 omezen\u00ed n\u00e1strojov\u00e9 li\u0161ty
-
-CTL_CustomizeToolbars=&P\u0159izp\u016fsobit...
-
-#New Toolbar Button label
-CTL_NewToolbar=&Nov\u00e1 li\u0161ta n\u00e1stroj\u016f...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&Mal\u00e9 ikony v li\u0161t\u011b n\u00e1stroj\u016f
-
-#Drag and Drop hint
-CTL_TreeLabel=Pro p\u0159id\u00e1n\u00ed nebo odebr\u00e1n\u00ed p\u0159et\u00e1hn\u011bte polo\u017eky na nebo z li\u0161ty n\u00e1stroj\u016f...
-
-LBL_PleaseWait=\u010cekejte pros\u00edm...
-
-#Close customizer button
-CTL_Close=&Zav\u0159\u00edt
-
-#Customizer dialog window title
-CustomizerTitle=P\u0159izp\u016fsobit li\u0161tu n\u00e1stroj\u016f
-
-ACSD_ActionsTree=P\u0159et\u00e1hnout odtud na li\u0161tu n\u00e1stroj\u016f.
-ACSN_ActionsTree=Fond akc\u00ed
-
-ACSN_ActionsScrollBar=Posuvn\u00edk fondu akc\u00ed
-ACSD_ActionsScrollBar=Posuvn\u00edk fondu akc\u00ed
-
-ACSD_ToolbarCustomizer=P\u0159izp\u016fsoben\u00ed li\u0161ty n\u00e1stroj\u016f
-
-ACSD_Close=Tla\u010d\u00edtko zav\u0159\u00edt
-ACSD_NewToolbar=Nov\u00e9 tla\u010d\u00edtko na li\u0161t\u011b
-
-ACSD_SmallIcons=Male ikony u za\u0161krt\u00e1vac\u00edch pol\u00ed
-
-CTL_ResetToolbarsAction=Obnovit n\u00e1strojov\u00e9 li\u0161&ty
-CTL_ResetToolbarsButton=Obnovit n\u00e1strojov\u00e9 li\u0161&ty
-
-
-
-PROP_newToolbarLabel=&Jm\u00e9no:
-PROP_newToolbarDialog=Nov\u00e1 n\u00e1strojov\u00e1 li\u0161ta
-PROP_newToolbar=N\u00e1strojov\u00e1 li\u0161ta
-MSG_ToolbarExists=N\u00e1strojov\u00e1 li\u0161ta {0} ji\u017e existuje.
-
-
diff --git a/l10n/src/cs/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_cs.properties
deleted file mode 100644
index c2dbffa..0000000
--- a/l10n/src/cs/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_cs.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=Velikost nem\u016f\u017ee b\u00fdt z\u00e1porn\u00e1
-CTL_InvalidValue=Zadan\u00e1 hodnota je neplatn\u00e1
-CTL_InvalidValueWithParam=Hodnota {0} nespr\u00e1vn\u011b zadan\u00e1
-CTL_InvalidValueWithExc=Nespr\u00e1vn\u011b zadan\u00e1 hodnota. \nP\u0159\u00ed\u010dina: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Hodnota {0} by m\u011bla b\u00fdt v n\u00e1sleduj\u00edc\u00edm form\u00e1tu {1}
-
-#ColorEditor
-CTL_AWTPalette=Paleta AWT
-CTL_SwingPalette=Paleta Wwing
-CTL_SystemPalette=Paleta System
-ACSD_CustomColorEditor=N/D
-FMT_IllegalEntry="{0}" neplatn\u00fd barevn\u00fd identifik\u00e1tor.  M\u016f\u017eete vlo\u017eit Swing \u010di AWT konstanty typu \u010derven\u00e9/zelen\u00e9/modr\u00e9 hodnoty.
-
-# ColorEditor:AWT color names
-LAB_White=b\u00edl\u00e1
-LAB_LightGray=sv\u011btle \u0161ed\u00e1
-LAB_Gray=\u0161ed\u00e1
-LAB_DarkGray=tmav\u011b \u0161ed\u00e1
-LAB_Black=\u010dern\u00e1
-LAB_Red=\u010derven\u00e1
-LAB_Pink=r\u016f\u017eov\u00e1
-LAB_Orange=oran\u017eov\u00e1
-LAB_Yellow=\u017elut\u00e1
-LAB_Green=zelen\u00e1
-LAB_Magenta=purpurov\u00e1
-LAB_Cyan=modrozelen\u00e1
-LAB_Blue=modr\u00e1
-# ColorEditor: system color names
-LAB_ActiveCaption=Aktivn\u00ed Z\u00e1hlavn\u00ed
-LAB_ActiveCaptionBorder=Aktivn\u00ed Hranice Z\u00e1hlav\u00ed
-LAB_ActiveCaptionText=Aktivn\u00ed Z\u00e1hlav\u00ed Textu
-LAB_Control=Kontroln\u00ed
-LAB_ControlDkShadow=Kontroln\u00ed Dk \u0161ed\u00e9
-LAB_ControlHighlight=Kontrola V\u00fd\u0161ky jasu
-LAB_ControlLtHighlight=Kontrola Lt V\u00fd\u0161ky jasu
-LAB_ControlShadow=Kontrola tmavosti
-LAB_ControlText=Kontrola Textu
-LAB_Desktop=Plocha
-LAB_InactiveCaption=Ne\u010dinn\u00e9 z\u00e1hlav\u00ed
-LAB_InactiveCaptionBorder=Ne\u010dinn\u00e9 z\u00e1hlav\u00ed hranice
-LAB_InactiveCaptionText=Ne\u010dinn\u00e9 z\u00e1hlav\u00ed textu
-LAB_Info=Informace
-LAB_InfoText=Informa\u010dn\u00ed text
-LAB_Menu=Menu
-LAB_MenuText=Text menu
-LAB_Scrollbar=Posuvn\u00edk
-LAB_Text=Text
-LAB_TextHighlight=V\u00fd\u0161ka sv\u011btlosti textu
-LAB_TextHighlightText=Text Vy\u0161\u0161\u00ed jas textu
-LAB_TextInactiveText=Text ne\u010dinn\u00fd textu
-LAB_TextText=Text textu
-LAB_Window=Okno
-LAB_WindowBorder=Okraj okna
-LAB_WindowText=Text okna
-
-#DimensionCustomEditor
-CTL_Dimension=Rozm\u011bry
-CTL_Width=&\u0160\u00ed\u0159ka
-CTL_Height=&V\u00fd\u0161ka
-ACSD_CTL_Width=N/D
-ACSD_CTL_Height=N/D
-ACSD_DimensionCustomEditor=N/D
-
-#DimensionEditor
-CTL_HintFormat=[\u0161\u00ed\u0159ka,v\u00fd\u0161ka]
-
-#FontEditor
-CTL_Plain=Obvykl\u00fd
-CTL_Bold=Tu\u010dn\u00fd
-CTL_Italic=Kurz\u00edva
-CTL_BoldItalic=Tu\u010dn\u00e1 kurz\u00edva
-CTL_Font=Fon&t
-CTL_FontStyle=&Styl fontu
-CTL_Size=&Velikost:
-CTL_Preview=Prohl\u00ed\u017eet
-ACSD_CTL_Font=N/D
-ACSD_CTL_FontStyle=N/D
-ACSD_CTL_Size=N/D
-ACSD_FontCustomEditor=N/D
-
-#InsetsCustomEditor
-CTL_Insets=Vs\u00e1zky
-CTL_Top=&Vrchn\u00ed
-CTL_Left=&Lev\u00fd
-CTL_Bottom=&Zadn\u00ed
-CTL_Right=&Prav\u00fd
-ACSD_CTL_Top=N/D
-ACSD_CTL_Left=N/D
-ACSD_CTL_Bottom=N/D
-ACSD_CTL_Right=N/D
-
-#InsetsEditor
-CTL_HintFormatIE=[vrchn\u00ed,lev\u00fd,zadn\u00ed,prav\u00fd]
-
-# ObjectEditor
-CTL_NullValue=<vyhled\u00e1vac\u00ed nulov\u00e1 hodnota>
-CTL_NullItem=<vyhled\u00e1vac\u00ed nulov\u00e1 hodnota>
-
-#PointCustomEditor
-CTL_Point=Bod
-CTL_X=&X
-ACSD_CTL_X=N/D
-CTL_Y=&Y
-ACSD_CTL_Y=N/D
-ACSD_PointCustomEditor=N/D
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Pravo\u00faheln\u00edk
-ACSD_CustomRectangleEditor=N/D
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,\u0161\u00ed\u0159ka,v\u00fd\u0161ka]
-
-#StringCustomEditor
-ACS_TextArea=Text:
-ACSD_TextArea=Vstoupit do vlastnost\u00ed zdej\u0161\u00edho textu
-ACSD_CustomStringEditor=Editor pro vlastnosti \u0159et\u011bzce
-ACS_Instructions=Instrukce
-ACSD_Instructions=N/D
-
-MSG_FontIsNotInitialized=Ukl\u00e1d\u00e1n\u00eddo XML selhalo proto\u017ee hodnota fontu nen\u00ed inicializov\u00e1na.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Vyber soubor nebo slo\u017eku
-CTL_DialogTitleFiles=Vyber soubor
-CTL_DialogTitleDirs=Vyber slo\u017eku
-ACSD_FileEditor=N/D
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Nespecifikov\u00e1no>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Vlastnosti
-ACSD_PropertiesEditorPane=N/D
-ACSD_CustomPropertiesEditor=N/D
-WARN_PropertiesComments=Varov\u00e1n\u00ed: komentov\u00e1n\u00ed bude zni\u010deno
-
-#StringArrayCustomEditor
-CTL_Empty=<pr\u00e1zdn\u00fd>
-CTL_Item=&Polo\u017eka:
-ACSD_CTL_Item=N/D
-CTL_ItemList=&Seznam polo\u017eek
-ACSD_CTL_ItemList=N/D
-CTL_Add_StringArrayCustomEditor=&P\u0159idat
-ACSD_CTL_Add_StringArrayCustomEditor=N/D
-CTL_Change_StringArrayCustomEditor=&\u00dapravy
-ACSD_CTL_Change_StringArrayCustomEditor=N/D
-CTL_Remove=&Odstranit
-ACSD_CTL_Remove=N/D
-CTL_MoveUp=&Nahoru
-ACSD_CTL_MoveUp=N/D
-CTL_MoveDown=Do&lu
-ACSD_CTL_MoveDown=N/D
-ACSD_StringArrayCustomEditor=N/D
-
-#Bool/BooleanEditor
-TRUE=pravda
-FALSE=nepravda
-NULL=nic
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=\u017d\u00e1dn\u00e1 vstupn\u00ed hodnota integer 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Ileg\u00e1ln\u00ed \u0159et\u011bzcov\u00fd kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - platn\u00e9 hodnoty jsou: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Neplatn\u00e1 t\u0159\u00edda: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Nepovolen\u00e1 hodnota: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Nerozpoznan\u00e1 URL: {0}
-#
-MSG_NULL_OR_EMPTY=\u017d\u00e1dn\u00e9, nebo pr\u00e1zdn\u00e9 pole
-
-#ObjectEditor
-ACSN_ObjectTree=Dostupn\u00e9 p\u0159edvolby
-ACSD_ObjectTree=Vyber objekt
-
-#Font Editor
-MSG_AppleBug=Pokud vid\u00edte tuto zpr\u00e1vu, chyba vznikla p\u0159i inicializaci seznamu dostupn\u00fdch font\u016f.  Toto vd\u011b\u010d\u00ed chyb\u011b v Apple JVM spou\u0161t\u011bn\u00ed, kdy je bitov\u00e1 mapa font\u016f instalovan\u00e1 v syst\u00e9mu.  K pou\u017e\u00edv\u00e1n\u00ed editoru font\u016f, budete pot\u0159ebovat odinstalovat v\u0161echnu bitovou mapu font\u016f na va\u0161em syst\u00e9mu.  Pod\u00edvej se na Apple BugReporter vyd\u00e1n\u00ed 3121780 pro bli\u017e\u0161\u00ed \u00fadaje.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=Rychl\u00e1 hn\u011bd\u00e1 li\u0161ka p\u0159eskakuje l\u00edn\u00e9ho psa
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/cs/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_cs.properties
deleted file mode 100644
index 97b9dbf..0000000
--- a/l10n/src/cs/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_cs.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=J\u00e1dro
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Z\u00e1kladn\u00ed r\u00e1mec aplikac\u00ed zalo\u017een\u00fdch na platfom\u011b netBeans .
-OpenIDE-Module-Long-Description=Tento modul poskytuje z\u00e1kladn\u00ed funkce pro b\u011bch aplikac\u00ed nad NetBeans platformou. Nem\u016f\u017ee b\u00fdt zak\u00e1z\u00e1n.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException={0} v\u00fdjimka nastala.\n\tKliknut\u00ed zobraz\u00ed detaily, nebo uk\u00e1\u017ee messages.log soubor obsa\u017een\u00fd ve va\u0161\u00ed {1} slo\u017ece.
-NTF_ExceptionalExceptionTitle=Neo\u010dek\u00e1van\u00e1 v\u00fdjimka
-# {0} - class name of exception
-NTF_ExceptionWarning={0} v\u00fdjimka nastala.\nNicm\u00e9n\u011b, syst\u00e9m by m\u011bl pokra\u010dovat s pracov\u00e1n\u00edm bez dal\u0161\u00edch probl\u00e9m\u016f.\nKlikn\u011bte na Uk\u00e1zat podrobnosti pro zobrazen\u00ed z\u00e1sobn\u00edku volan\u00fdch metod.
-NTF_ExceptionWarningTitle=Varov\u00e1n\u00ed
-
-#startup info messages
-MSG_MainWindowInit=Inicializuji hlavn\u00ed okno...
-MSG_WindowShowInit=Otev\u00edr\u00e1m hlavn\u00ed okno...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Ukl\u00e1d\u00e1m {0} ...
-MSG_AllSaved=Ulo\u017eit v\u0161e dokon\u010deno.
-
-CTL_Cannot_save=Nemohu ulo\u017eit {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Str\u00e1nky chr\u00e1n\u011bn\u00e9 heslem
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=Prohl\u00ed\u017eeno:
-ShortcutsEditor.actionsButton.text=Akce
-ShortcutsEditor.actionsButton.text_Mnemonic=Z
-ShortcutsEditor.shortcutsButton.text=Zkratky
-ShortcutsEditor.shortcutsButton.text_Mnemonic=Z
-ShortcutsPanel.shortcutTextArea.text=Pro editaci zkratkov\u00fdch kl\u00e1ves vyberte Prohl\u00ed\u017eet po akc\u00edch
-ShortcutsPanel.addButton.text=P\u0159idat ...
-ShortcutsPanel.removeButton.text=Odstranit
-ShortcutsPanel.AddActionTitle=Nov\u00e1 zkratka
-ActionsPanel.shortcutAddButton.text=P\u0159idat ...
-ActionsPanel.shortcutAddButton.text_Mnemonic=P
-ActionsPanel.shortcutRemoveButton.text=Odstranit
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=O
-ActionsPanel.ShortcutsTitle=Upravit
-ActionsPanel.AddShortcut=P\u0159idat zkratku
-ActionsPanel.ShortcutLabel=Zkratka:
-ActionsPanel.ShortcutLabel_Mnemonic=Z
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Pro editaci zkratkov\u00fdch kl\u00e1ves vyberte Prohl\u00ed\u017eet po akc\u00edch
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Pro editaci zkratkov\u00fdch kl\u00e1ves vyberte Prohl\u00ed\u017eet po akc\u00edch
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Vyberte prohl\u00ed\u017eet po zkratk\u00e1ch, nicm\u00e9n\u011b pro \u00fapravu zkratek by m\u011blo b\u00fdt vybr\u00e1no prohl\u00ed\u017eet po akc\u00edch
-ACS_ShortcutsPanel.addButton.text.a11yDesc=P\u0159idat novou zkratku pro akci
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Odstranit zkratky pro akci
-ACSN_ShortcutsPanel.shortcutsList=Seznam zkratkov\u00fdch kl\u00e1ves
-ACSD_ShortcutsPanel.shortcutsList=N/D
-ACS_ActionsPanel.ShortcutLabel.a11yName=Zadat zkratku
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Zadat zkratku kombinace kl\u00e1ves
-ACSN_ActionsPanel.actionsTree=N/D
-ACSN_ActionsPanel.shortcutsList=Seznam zkratkov\u00fdch kl\u00e1ves
-ACSD_ActionsPanel.actionsTree=N/D
-ACSD_ActionsPanel.shortcutsList=N/D
-ACSD_ShortcutsEditor.DialogDesc=N/D
-ACSD_ActionsPanel.Dialog=P\u0159idat novou zkratku k vybran\u00e9 akci
-ACS_ActionsPanel=N/D
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=Extistuje ji\u017e akce v\u00e1zan\u00e1 na tuto zkratku ({0}).\nOpravdu chcete pou\u017e\u00edt novou zkratku m\u00edsto star\u00e9?
-
-CTL_ExitTitle=Ulo\u017eit
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Ulo\u017eit
-ACSD_Save=Ulo\u017eit.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=Ul&o\u017eit v\u0161e
-ACSD_SaveAll=Ulo\u017eit v\u0161e.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Zru\u0161it v\u0161e
-ACSD_DiscardAll=Zru\u0161it v\u0161e.
-EXC_Save=P\u0159i ukl\u00e1d\u00e1n\u00ed se vyskytla v\u00fdjimka
-# NotifyException
-CTL_Title_Exception=V\u00fdjimka
-CTL_NextException=&Dal\u0161\u00ed >
-CTL_PreviousException=< &P\u0159edchoz\u00ed
-CTL_Exception_Hide_Details=&Schovat podrobnosti
-CTL_Exception_Show_Details=&Uk\u00e1zat podrobnosti
-ACSD_NextException=N/D
-ACSD_PreviousException=N/D
-ACSD_Exception_Hide_Details=N/D
-ACSD_Exception_Show_Details=N/D
-ACSN_ExceptionStackTrace=N/D
-ACSD_ExceptionStackTrace=N/D
-ACSD_NotifyExceptionPanel=N/D
-
-ACSN_ListOfChangedFiles=Seznam
-ACSD_ListOfChangedFiles=Seznam zm\u011bn\u011bn\u00fdch soubor\u016f k ulo\u017een\u00ed
-ACSD_ExitDialog=Dialog pro ulo\u017een\u00ed jak\u00fdchkoli zm\u011bn
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI m\u00f3d oken
-CTL_MdiMode=MDI m\u00f3d oken
-
-# NbPlaces
-CTL_NoWorkspaces=\u017d\u00e1dn\u00e9 pracovn\u00ed plochy
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/D
-ACD_NotifyExcPanel_Dialog=N/D
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT Event Dispatch Thread je blokov\u00e1no na {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Po\u017eadov\u00e1na registrace
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=&U\u017eivatelsk\u00e9 jm\u00e9no:
-NbAuthenticatorPanel.passwordLbl.text=&Heslo:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Password for {0}
-
-ProxySettings.password.description=Proxy password
-
-Title_WebBrowser=Webov\u00fd prohl\u00ed\u017ee\u010d
-
diff --git a/l10n/src/cs/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_cs.properties
deleted file mode 100644
index 5a83eca..0000000
--- a/l10n/src/cs/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_cs.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&O aplikaci
-About_title=O aplikaci
-
-#CopyProductInfoAction
-CopyProductInfo=Kop\u00edrovat info
-CopyProductInfoAction=&Kop\u00edrovat info
-CTL_CopyButton_tooltip=Kop\u00edrovat informace o NetBeans aplikaci do schr\u00e1nky
-
-#HtmlViewAction
-CTL_OpeningBrowser=Otev\u00edr\u00e1m prohl\u00ed\u017ee\u010d ...
-HTMLView=&Webov\u00fd prohl\u00ed\u017ee\u010d
-
-#SystemExit
-Exit=&Ukon\u010dit
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Dal\u0161\u00ed vnit\u0159n\u00ed okno
-LBL_PreviousViewCallbackAction=P\u0159edchoz\u00ed vnit\u0159n\u00ed okno
-
-# jump next/prev actions
-JumpNextAction=D&al\u0161\u00ed chyba
-JumpPrevAction=&P\u0159edchoz\u00ed chyba
-
-#LogAction
-MSG_LogTab_name=IDE &Log
-MSG_ShortLogTab_name=IDE Log
-
diff --git a/l10n/src/cs/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_cs.properties
deleted file mode 100644
index adc2afc..0000000
--- a/l10n/src/cs/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_cs.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Verze produktu\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>Syst\u00e9m\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>U\u017eivatelsk\u00e1 slo\u017eka:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE a NetBeans platforma jsou zalo\u017eeny na softwaru z netbeans.org, kter\u00fd je du\u00e1ln\u011b licencov\u00e1npod  Common Development and Distribution License (CDDL) a GNU General Public License version 2 s Classpath exception. Pro v\u00edce informac\u00ed nav\u0161tivte <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} verze {1} b\u011b\u017e\u00edc\u00ed na {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Jednoduch\u00fd HTML prohl\u00ed\u017ee\u010d zalo\u017een\u00fd na Swing komponent\u011b
-MSG_cannot_create_browser=Nemohu vytvo\u0159it Swing HTML prohl\u00ed\u017ee\u010d.
-Services/Browsers/SwingBrowser.settings=Swing HTML prohl\u00ed\u017ee\u010d
-LBL_Close=Zav\u0159\u00edt
-MNE_Close=Z
-ACSN_Close=Zav\u0159\u00edt
-ACSD_Close=Zav\u0159\u00edt
-
diff --git a/l10n/src/cs/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_cs.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/cs/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_cs.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/cs/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_cs.properties
deleted file mode 100644
index 62ae883..0000000
--- a/l10n/src/cs/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_cs.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Knihovny
-OpenIDE-Module-Short-Description=Svazky JNA knihovny.
-OpenIDE-Module-Long-Description=Tento modul obsahuje JNA knihovnu.
-
diff --git a/l10n/src/cs/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_cs.properties
deleted file mode 100644
index 059d04e..0000000
--- a/l10n/src/cs/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_cs.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Skriptovac\u00ed integrace API
-OpenIDE-Module-Display-Category=Knihovny
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). No longer needed.
-OpenIDE-Module-Deprecation-Message=No longer needed on JDK 6. Remove your dependency on this module.
-
diff --git a/l10n/src/cs/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_cs.properties
deleted file mode 100644
index 4fe91fb..0000000
--- a/l10n/src/cs/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_cs.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Knihovny
-OpenIDE-Module-Short-Description=Svazek JUnit 4.x testovac\u00ed knihovna.
-OpenIDE-Module-Long-Description=Zahrnuje JUnit 4.x, jednotku testovac\u00ed knihovny.
-
diff --git a/l10n/src/cs/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_cs.properties
deleted file mode 100644
index d0acda0..0000000
--- a/l10n/src/cs/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_cs.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi Specification
-
diff --git a/l10n/src/cs/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_cs.properties
deleted file mode 100644
index bcd7139..0000000
--- a/l10n/src/cs/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_cs.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Rychl\u00e9 hled\u00e1n\u00ed
-QuickSearchComboBar.jLabel2.toolTipText=Kliknut\u00edm nebo stiskun\u00edm Shift+F10 vyvol\u00e1te vybr\u00e1n\u00ed kategorie
-MSG_DiscoverabilityHint=Hledat
-MSG_DiscoverabilityHint2=Hledat v {0}
-LBL_MoreResults=...
-LBL_AllCategories=V\u0161echny kategorie
-QuickSearchPopup.searchingLabel.text=Hled\u00e1n\u00ed...
-QuickSearchPopup.noResultsLabel.text=( \u017e\u00e1dn\u00e9 v\u00fdsledky )
-QuickSearchPopup.hintLabel.text={0}; Stiskni {1} pro v\u0161echy kategorie
-AbstractQuickSearchComboBar.command.toolTipText=Rychl\u00e9 hled\u00e1n\u00ed v syst\u00e9mu {0}
-
diff --git a/l10n/src/cs/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_cs.properties
deleted file mode 100644
index eb5fce4..0000000
--- a/l10n/src/cs/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_cs.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Nelze zobrazit URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/cs/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_cs.properties
deleted file mode 100644
index c37feef..0000000
--- a/l10n/src/cs/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_cs.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Name=Rychl\u00e9 hled\u00e1n\u00ed API
-OpenIDE-Module-Short-Description=Infrastruktura pro rychl\u00e9 hled\u00e1n\u00ed v polo\u017ek\u00e1ch v menu, akc\u00ed, soubora atd.
-QuickSearch/Recent=Nov\u00e9 hled\u00e1n\u00ed
-
diff --git a/l10n/src/cs/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_cs.properties
deleted file mode 100644
index 5445cf3..0000000
--- a/l10n/src/cs/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_cs.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=\u017d\u00e1dn\u00fd filtr
-
diff --git a/l10n/src/cs/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_cs.properties
deleted file mode 100644
index 53b9cda..0000000
--- a/l10n/src/cs/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_cs.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Name=EPlocha a v\u00fdstupn\u00ed \u0159\u00e1dka
-
diff --git a/l10n/src/cs/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_cs.properties
deleted file mode 100644
index 2a33cc0..0000000
--- a/l10n/src/cs/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_cs.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Look & Feel \u00fapravy knihovny
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Ovl\u00e1d\u00e1n\u00ed per-look-and-feel UIManager \u00faprav pro NetBeans
-OpenIDE-Module-Long-Description=Definice NetBeans-specifick\u00e9 hodnoty pot\u0159ebn\u00e9 v UIManager a zaji\u0161t\u011bn\u00ed, \u017ee hodnoty dostupn\u00e9 v BasicLookAndFeel jsou dostupn\u00e9 na v\u0161ech look and feels. Ovl\u00e1d\u00e1n\u00ed metal-theme t\u00e9matu, look and fee v\u00fdb\u011br a inicializace u\u017eivatelsk\u00e9 velikosti p\u00edsma
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/cs/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_cs.properties
deleted file mode 100644
index 2a00918..0000000
--- a/l10n/src/cs/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_cs.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=Upozorn\u011bn\u00ed: Kv\u016fli JDK chyb\u011b 5079742, fonty v NetBeans nebudou vypadat dob\u0159e. Pros\u00edm nainstalujte JDK 1.5.0_02, nebo si p\u0159e\u010dt\u011bte http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
-
diff --git a/l10n/src/cs/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_cs.properties
deleted file mode 100644
index 509c4c7..0000000
--- a/l10n/src/cs/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_cs.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Kontrola tabul\u00e1tor\u016f
-OpenIDE-Module-Display-Category=Knihovny
-OpenIDE-Module-Short-Description=Tabul\u00e1torov\u00e1 kontrola pou\u017e\u00edvan\u00e1 v syst\u00e9mu okna
-OpenIDE-Module-Long-Description=NetBeans syst\u00e9m oken kontrola tabul\u00e1tor\u016f bean knihovny
-
-
-
-ACS_TabbedContainer=Kontrola tabul\u00e1tor\u016f
-ACSD_TabbedContainer=Kontrola tabul\u00e1tor\u016f pro p\u0159epnut\u00ed mezi tabul\u00e1tory.
-
-TT_TabDisplayer_Close=<html>Shift + kliknut\u00ed pro zav\u0159en\u00ed v\u0161ech dokument\u016f<br>Alt + kliknut\u00ed pro zav\u0159en\u00ed ostatn\u00edch dokument\u016f
-
diff --git a/l10n/src/cs/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_cs.properties b/l10n/src/cs/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_cs.properties
deleted file mode 100644
index bb87b9f..0000000
--- a/l10n/src/cs/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_cs.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Uk\u00e1zat seznam otev\u0159en\u00fdch oken
-
-Tip_Restore_Window=Obnovit okno
-
-Tip_Maximize_Window=Maximalizovat okno
-
-Tip_Minimize_Window=Minimalizovat okno
-
-Tip_Pin=P\u0159ilepit
-
-Tip_Close_Window=Zav\u0159\u00edt okno
-
-Tip_Scroll_Documents_Right=Posunout okna doprava
-
-Tip_Scroll_Documents_Left=Posunout okna doleva
-
diff --git a/l10n/src/cs/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_cs.properties
deleted file mode 100644
index c722cb8..0000000
--- a/l10n/src/cs/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_cs.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Akce API
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Definice spole\u010dn\u00fdch postup\u016f pro NetBeans
-OpenIDE-Module-Long-Description=Poskytuje seznam spole\u010dn\u00fdch postup\u016f u\u017e\u00edvan\u00fdch n\u011bjakou aplikac\u00ed NetBeans.
-
-
-New=&P\u0159idat
-# {0} name of the only one new type
-NewArg=&P\u0159idat {0}
-
-# File
-NewFromTemplate=&Nov\u00fd
-Save=&Ulo\u017eit
-Print=&Tisk...
-PageSetup=Nasta&ven\u00ed tisk\u00e1rny...
-
-#0 undoableedit
-UndoWithParameter=&Zp\u011bt {0}
-#0 undoableedit
-RedoWithParameter=O&pakovat {0}
-UndoSimple=&Zp\u011bt
-RedoSimple=Z&novu
-Cut=&Vyjmout
-Copy=Ko&p\u00edrovat
-Paste=&Vlo\u017eit
-Delete=&Vymazat
-Find=&Hledat...
-Goto=&Jdi na \u0159\u00e1dek...
-Replace=N&ahradit...
-
-# View
-Properties=&Vlastnosti
-View=Zobrazit
-Edit=\u00dapravy
-
-# Build
-Execute=&Spustit
-
-# Window
-DockWindow=&Dokovat okno
-UndockWindow=&Oddokovat odno
-CloneView=&Klonovat okno
-CloseView=Zav\u0159\u00edt
-NextTab=Dal\u0161\u00ed ok&no
-PreviousTab=&P\u0159edchoz\u00ed okno
-
-Open=Otev\u0159\u00edt
-Rename=P\u0159ejmenovat...
-
-MoveUp=Posunout nahoru
-MoveDown=Posunout dol\u016f
-
-
-Customize=P\u0159izp\u016fsobit
-
-#rename action
-CTL_RenameTitle=P\u0159ejmenovat
-CTL_RenameLabel=&Nov\u00e9 jm\u00e9no:
-# {0} param represents old name before renaming.
-MSG_BadFormat=Tento objekt nem\u016f\u017ee b\u00fdt p\u0159ejmenov\u00e1n z {0} na {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Uvolnit pam\u011b\u0165
-
-#HeapView
-LBL_ShowText=Uk\u00e1zat text
-LBL_DropShadow=Uk\u00e1zat st\u00edn
-LBL_OverlayGrid=Zobrazit m\u0159\u00ed\u017eku
-
-# NewTemplateAction
-CTL_NewName=Nov\u00e9 jm\u00e9no
-CTL_NewNameTitle=&Nov\u00fd
-
-
-#Reorder Action
-Reorder=Zm\u011bnit po\u0159ad\u00ed...
-
-OpenLocalExplorer=Prozkoumat od&tud
-
-WorkspacesItems=&Pracovn\u00ed plochy
-
-
-# name of template
-CTL_Template_Name=&Jm\u00e9no objektu:
-# title of dialog
-CTL_Template_Dialog_Title=Dolo\u017eit \u0161ablonu p\u0159\u00edkladem
-CTL_Template_Dialog_RootTitle=Ulo\u017eit &v:
-
-
-# Tools action
-CTL_Tools=N\u00e1stroje
-CTL_EmptySubMenu=Pr\u00e1zn\u00fd
-
-
-# name of the PopupAction
-Popup=Vyskakovac\u00ed okno
-
-#SaveAction
-MSG_saved={0} ulo\u017eeno.
-EXC_notsaved=Vyskytly se probl\u00e9my p\u0159i ukl\u00e1d\u00e1n\u00ed {0}\nP\u0159\u00ed\u010dina: {1}
-#Template wizard title
-CTL_TemplateWizard=Nov\u00fd ze vzoru
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=UP...
-CTL_GC=Klikn\u011bte pro uvoln\u011bn\u00ed dr\u017een\u00e9 pam\u011bti
-
-
diff --git a/l10n/src/cs/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_cs.properties
deleted file mode 100644
index be55dd0..0000000
--- a/l10n/src/cs/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_cs.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI vybaven\u00ed API
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Pou\u017e\u00edt rozhran\u00ed vybaven\u00ed.
-OpenIDE-Module-Long-Description=Metody pomocn\u00edka s r\u016fzn\u00fdmi UI spojovac\u00edmi \u00fakoly.
-
-
-
-#MenuBar
-EXC_LoadMenu=Nelze na\u010d\u00edst menu {0}
-EXC_LoadMenuItem=Nelze na\u010d\u00edst polo\u017eku menu {0}
-
-#HtmlBrowser
-CTL_Back=P\u0159edchoz\u00ed
-CTL_Forward=Vp\u0159ed
-CTL_Reload=Aktualizovat
-CTL_Stop=Zastavit
-CTL_Document_done=Dokument: Dokon\u010deno
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Na\u010d\u00edt\u00e1n\u00ed
-EXC_Module=V\u00fdjimka b\u011bhem inicializace HTML modulu prohl\u00ed\u017ee\u010de
-CTL_WebBrowser=Webov\u00fd prohl\u00ed\u017ee\u010d
-HINT_WebBrowser=Webov\u00fd prohl\u00ed\u017ee\u010d
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Pohled prohl\u00ed\u017ee\u010de
-ACSD_HtmlBrowser=N/D
-ACS_HtmlBrowser_Location=Um\u00edst\u011bn\u00ed
-ACSD_HtmlBrowser_Location=N/D
-
-# Splitted panel
-SplittedPanelVertical=Svisle
-SplittedPanelHorizontal=Vodorovn\u011b
-SplittedPanelSwap=V\u00fdm\u011bnn\u00e9 panely
-ResetSplitter=Reset rozd\u011blovac\u00ed \u010d\u00e1ry
-ACS_SplittedPanel_Name=Prvn\u00ed panel {0}. Druh\u00fd panel {1}.
-ACS_SplittedPanel_Description=Prvn\u00ed panel {0}. Druh\u00fd panel {1}.
-ACS_SplittedPanel_EmptySplitter=N/D
-ACSD_SplittedPanel_EmptySplitter=N/D
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/D
-#Title while loading
-LBL_Loading=Na\u010d\u00edt\u00e1n\u00ed...
-#Title if html doesn't contain title tags
-LBL_Untitled=Neozna\u010deno
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Nezn\u00e1m\u00fd host: {0}
-FMT_InvalidURL=Neplatn\u00e1 URL: {0}
-FMT_NoRouteToHost=Neplatn\u00e1 cesta k hostitelovi: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Vyvol\u00e1n\u00ed {4} implementovalo jako {3} skrz {1}
-
-
-# action and their performers
-Open=Otev\u0159\u00edt
-Edit=\u00dapravy
-Print=&Tisk...
-View=Zobrazit
-Close=Zav\u0159\u00edt
-
diff --git a/l10n/src/cs/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_cs.properties
deleted file mode 100644
index 05dd409..0000000
--- a/l10n/src/cs/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_cs.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Kontabliln\u00ed API
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Star\u00e9 t\u0159\u00eddy, kter\u00e9 jsou nyn\u00ed neschv\u00e1len\u00e9.
-OpenIDE-Module-Long-Description=Obsahuje star\u00e9 API t\u0159\u00eddy, kter\u00e9 nyn\u00ed byly neschv\u00e1len\u00e9 a mohou b\u00fdt nahrazen\u00e9. V\u00fdslovn\u011b: ExplorerActions; ExplorerPanel; HttpServer; and WeakListener.
-OpenIDE-Module-Deprecation-Message=Vy\u0161\u0161\u00ed t\u0159\u00eddy v API jsou ve\u0161ker\u00e9 neschv\u00e1len\u00fd a mohou b\u00fdt nahrazen\u00fd modern\u011bj\u0161\u00ed API.
-
diff --git a/l10n/src/cs/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_cs.properties
deleted file mode 100644
index de3c783..0000000
--- a/l10n/src/cs/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_cs.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialogy API
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Ovl\u00e1d\u00e1 dialogy a pr\u016fvodce.
-OpenIDE-Module-Long-Description=Tento modul ovl\u00e1d\u00e1 dialog a pr\u016fvodce infrastrukturu pou\u017eitou v NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Chyba
-NTF_ExceptionTitle=V\u00fdjimka
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException={0} v\u00fdjimka nastala.Pros\u00edm hledejte na http://www.netbeans.org/issues.html, v\u010detn\u011b kopie va\u0161eho messages.log souboru.\nSoubor messages.log se nach\u00e1z\u00ed ve slo\u017ece {1}.
-NTF_ExceptionalExceptionTitle=Neo\u010dek\u00e1van\u00e1 v\u00fdjimka
-NTF_PlainTitle=Sd\u011blen\u00ed
-NTF_QuestionTitle=Dotaz
-NTF_InformationTitle=Informace
-NTF_WarningTitle=Varov\u00e1n\u00ed
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Zarovnat volby
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Ano
-CTL_NO=Ne
-CTL_CLOSE=Zav\u0159\u00edt
-
-CTL_CANCEL=Zru\u0161it
-ACSD_CANCEL=n/d
-
-CTL_NEXT=N\u00e1sleduj\u00edc\u00ed >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice, -1#Pohyb k dal\u0161\u00edmu kroku pr\u016fvodce.|2#Dal\u0161\u00ed krok: {0}. {1}}
-
-CTL_PREVIOUS=< &P\u0159edchoz\u00ed
-CTL_PREVIOUS_Mnemonic=P
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice, -1#Pohyb k p\u0159edchoz\u00edmu kroku pr\u016fvodce.|0#Minul\u00fd krok: {0}. {1}}
-
-CTL_FINISH=&Dokon\u010dit
-ACSD_FINISH=n/d
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Vstupn\u00ed \u0159\u00e1dek
-ACSD_InputField=N/D
-ACN_NotifyDescriptor_MessageJTextArea=N/D
-ACD_NotifyDescriptor_MessageJTextArea=N/D
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} pr\u016fvodce ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} z {1}
-CTL_ContentName=Kroky
-CTL_HelpName=N\u00e1pov\u011bda
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=\u010cekejte pros\u00edm.
-
diff --git a/l10n/src/cs/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_cs.properties
deleted file mode 100644
index fdea9a0..0000000
--- a/l10n/src/cs/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_cs.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Proveden\u00ed API
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Proveden\u00ed API z otev\u0159en\u00fdch API.
-OpenIDE-Module-Long-Description=Skl\u00e1d\u00e1 se z \u010d\u00e1st\u00ed org.openide.execution.* bal\u00ed\u010dku z Open API.
-
diff --git a/l10n/src/cs/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_cs.properties
deleted file mode 100644
index d5e2949..0000000
--- a/l10n/src/cs/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_cs.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Pr\u016fzkumn\u00edk & Vlastnosti tabulov\u00fd API
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=R\u016fzn\u00fd pohled pro zobrazuj\u00edc\u00ed uzel uspo\u0159\u00e1d\u00e1n\u00ed.
-OpenIDE-Module-Long-Description=Dovoluje definovat nov\u00e9 pohledy, kter\u00e9 zobraz\u00ed struktury vytvo\u0159en\u00e9 pou\u017e\u00edv\u00e1n\u00edm Nodes API.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Pr\u016fzkum [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Nelze obnovit okno Pr\u016fzkumn\u00edka; uzel ko\u0159enu "{0}" nemohl b\u00fdt spr\u00e1vn\u011b obnoven\u00fd.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=Pohled Pr\u016fzkumn\u00edka nesm\u00ed zakazovat pr\u00e1zdn\u00fd v\u00fdb\u011br.
-EXC_ContextMustBeWithinRootContext=Prozkouman\u00fd kontext ({0}) mus\u00ed b\u00fdt uvnit\u0159 kontextu ko\u0159ene ({1}).
-EXC_NodeCannotBeNull=Nelze pou\u017e\u00edt nulu pro uzel v\u00fdb\u011bru.
-EXC_NoElementOfNodeSelectionMayBeNull=\u017d\u00e1dn\u00fd prvek uzlu v\u00fdb\u011br nem\u016f\u017ee b\u00fdt nula.
-EXC_NodeSelectionCannotContainNodes=Uzel v\u00fdb\u011bru nem\u016f\u017ee obsahovat uzly ({0}) pod ko\u0159enem ({1}).
-EXC_CannotHaveNullRootContext=Nem\u016f\u017ee m\u00edt neplatnou ko\u0159enovou souvislost.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Souhlas\u00edte s vymaz\u00e1n\u00edm {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Souhlas\u00edte s vymaz\u00e1n\u00edm {0} a v\u0161eho obsahu?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Souhlas\u00edte s vymaz\u00e1n\u00edm t\u011bchto {0} polo\u017eek?
-MSG_ConfirmDeleteObjectTitle=Potvrdit vymaz\u00e1n\u00ed objektu
-MSG_ConfirmDeleteFolderTitle=Porvrdit smaz\u00e1n\u00ed bal\u00edk
-MSG_ConfirmDeleteObjectsTitle=Potvrdit vymaz\u00e1n\u00ed v\u00edce objekt\u016f
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Chcete pokra\u010dovat v maz\u00e1n\u00ed {0} (zpr\u00e1va od {3})?
-MSG_ConfirmDeleteShadowTitle=Potvrdit smaz\u00e1n\u00ed linku
-
-
diff --git a/l10n/src/cs/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_cs.properties
deleted file mode 100644
index 1c75e64..0000000
--- a/l10n/src/cs/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_cs.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=V\u00fdjimka v
-PS_Editor=Editor vlastnost\u00ed
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Pole
-FMT_ErrorSettingProperty=Vlasnost nelze nastavit. {0} nen\u00ed platn\u00e1 hodnota pro {1}.
-FMT_CannotUpdateProperty={0} nen\u00ed platn\u00e1 hodnota pro {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(\u017d\u00e1dn\u00fd editor vlastnost\u00ed)
-CTL_NoProperties=<\u017d\u00e1dn\u00e9 vlastnosti>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Vlastnosti
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=T\u0159\u00eddit podle kategorie
-ACS_CTL_NoSort=T\u0159\u00eddit podle kategorie
-CTL_AlphaSort=T\u0159\u00eddit podle jm\u00e9na
-ACS_CTL_AlphaSort=T\u0159\u00eddit podle jm\u00e9na
-CTL_TypeSort=T\u0159\u00eddit podle typu
-ACS_CTL_TypeSort=T\u0159\u00eddit podle typu
-CTL_VisibleWritableOnly=Zobrazit pouze editovateln\u00e9 vlastnosti
-ACS_CTL_VisibleWritableOnly=Zobrazit pouze editovateln\u00e9 vlastnosti
-CTL_Customize= p\u0159izp\u016fsoben\u00ed
-ACS_CTL_Customize= p\u0159izp\u016fsoben\u00ed
-CTL_Help=N\u00e1pov\u011bda
-ACS_CTL_Help=N\u00e1pov\u011bda
-ACSD_CTL_Help=Zobraz\u00ed n\u00e1pov\u011bdu k objjektu, jeho\u017e vlastnosti jsou zobrazeny v tabulce
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Pou\u017e\u00edv\u00e1 vlastnost >>{0}<< v designu \u010dasu hl\u00e1s\u00ed v\u00fdjimku.
-
-#PropertySheet
-CTL_Property_sheet_option=Tabulka vlastnost\u00ed
-
-
-#IndexedPropertyEditor
-CTL_NoItem=\u017d\u00e1dn\u00e1 polo\u017eka k dispozici
-CTL_Index=Index vlastnosti:
-CTL_Unknown=Nezn\u00e1m\u00fd
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=N/D
-CTL_Cancel=Zru\u0161it
-ACSD_CTL_Cancel=N/D
-CTL_Close=Zav\u0159\u00edt
-ACSD_CTL_Close=N/D
-CTL_Default=Obnovit na &Defaultn\u00ed
-ACSD_CTL_Default=N/D
-CTL_Paste=Vlo\u017eit
-
-#PropertyDetails
-EXC_Setter=V\u00fdjimka v setter metod\u011b vlastnosti: {0}
-EXC_Setter_localized=V\u00fdjimka v ustalovac\u00ed metod\u011b vlastnosti {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<\u017e\u00e1dn\u00fd u\u017eivatelsk\u00fd editor>
-CTL_No_property_editor=<\u017e\u00e1dn\u00e1 vlastnost editoru>
-CTL_Different_Values=<Jin\u00e1 Hodnota>
-CTL_Desc_Different_Values=Vybran\u00e9 uzly ji\u017e maj\u00ed jin\u00e9 hodnoty pro tuto vlastnost.
-CTL_No_properties=<\u017d\u00e1dn\u00e9 vlastnosti>
-CTL_No_value=<\u017d\u00e1dn\u00e1 Hodnota>
-CTL_No_type=<\u017d\u00e1dn\u00fd typ>
-CTL_ElipsisHint=Vyvol\u00e1n\u00ed p\u0159izp\u016fsoben\u00ed.
-CTL_InvalidValue=Neplatn\u00e1 hodnota: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Neplatn\u00e1 hodnota {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Typ: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Vlastnosti
-CTL_New=&Nov\u00fd
-CTL_Delete=&Vymazat
-CTL_MoveUp=Posun &nahoru
-CTL_MoveDown=Posun &dolu
-CTL_HideDetails=&Schovat podrobnosti
-CTL_ShowDetails=&Uk\u00e1zat podrobnosti
-EXC_ErrorInIndexedSetter=Indexovan\u00e9 hodnoty vlastnost\u00ed nemohou b\u00fdt nastaveny
-
-ACSD_Properties=N/D
-ACSD_New=N/D
-ACSD_Delete=N/D
-ACSD_MoveUp=N/D
-ACSD_MoveDown=N/D
-ACSD_HideDetails=N/D
-ACSD_ShowDetails=N/D
-ACSD_IndexedEditorPanel=N/D
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Jm\u00e9na
-COLUMN_VALUES=Hodnoty
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<ne\u010diteln\u00e9>
-#Text for null values
-NULL=nic
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Chyba v nastaven\u00ed hodnoty
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Nezn\u00e1m\u00fd provoz \u010d\u00e1ste\u010dn\u011b z\u00e1visl\u00fd na programu
-
-#Button labels for property dialogs
-ok=Ok
-default=Vr\u00e1tit defaultn\u00ed hodnotu
-cancel=Zru\u0161it
-close=Zav\u0159\u00edt
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Popis
-ACSD_Description=Popis aktu\u00e1ln\u011b vybran\u00e9 vlastnosti
-ACS_DescriptionTitle=Jm\u00e9no vlastnosti
-ACSD_DescriptionTitle=Jm\u00e9no z vlastnosti je pr\u00e1v\u011b editov\u00e1no
-CTL_NO_DESCRIPTION=Nen\u00ed dostupn\u00fd \u017e\u00e1dn\u00fd popis
-CTL_NO_SELECTION=Nic nevybr\u00e1no
-ACS_Splitter=Rozd\u011blova\u010d
-ACSD_Splitter=Vizu\u00e1ln\u00ed rozd\u011blova\u010d mezi vlastnosmi pole a oblast\u00ed popisu.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=Vlastnosti
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} se shoduje s {1}
-FMT_ACST_SheetSet=Skupina vlastrnost\u00ed {0}
-ACST_No_Selection=Nic nevybr\u00e1no
-CTL_Multiple_Selection=Vybr\u00e1no v\u00edce objekt\u016f
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Klikn\u011bte, nebo vyberte a stiskn\u011bte CTRL-SPACE pro otev\u0159en\u00ed u\u017eivatelsk\u00e9ho editoru; prav\u00fdm kliknut\u00edm pro menu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Zobrazit Oblast Popisu
-CTL_HideDescription=Schovat Oblast Popisu
-CTL_RestoreDefaultValue=Vr\u00e1tit Defaultn\u00ed Hodnotu
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Vlastnosti
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=tato vlastnost
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Neplatn\u00fd form\u00e1t \u010d\u00edsla: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Aktu\u00e1n\u00ed editor: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Vlastnosti pole
-ACSN_SHEET_TABBED_PANE=Kategorie vlastnosti
-ACSD_SHEET_TABLE=Tabulka editovateln\u00fdch vlastnost\u00ed p\u0159edstavov\u00e1n\u00ed aktu\u00e1ln\u00edho objektu
-ACSD_SHEET_TABBED_PANE=M\u016f\u017eno vybrat jin\u00e9 sady vlastnost\u00ed aktu\u00e1ln\u00edch objekt\u016f pro zobrazen\u00ed v archu vlastnos\u00ed
-
-LBL_QUICKSEARCH=Rychl\u00e9 Hled\u00e1n\u00ed:
-
-MSG_SetAsText_InvalidValue=Neplatn\u00e1 hodnota: {0}
-
diff --git a/l10n/src/cs/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_cs.properties
deleted file mode 100644
index 5e46d01..0000000
--- a/l10n/src/cs/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_cs.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Pr\u00e1zn\u00fd
-MenuViewStartFromRoot=Prohl\u00ed\u017eet od ko\u0159ene
-MenuViewStartFromCurrent=Prohl\u00ed\u017eet z aktu\u00e1ln\u00edho um\u00edst\u011bn\u00ed
-
-# TabView
-TabView_RootTab=Ko\u0159en
-
-# TreeView
-VetoSelectedNodes=Vybran\u00e9 Uzly
-LBL_QUICKSEARCH=Hledat:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=Tento objekt nem\u016f\u017ee b\u00fdt p\u0159ejmenov\u00e1n z {0} na {1}.
-ACSN_TreeViewCellEditor=P\u0159ejmenovat editor
-ACSD_TreeViewCellEditor=V-m\u00edst\u011b editoru jm\u00e9na uzlu ve stromov\u00e9m pohledu
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=C\u00edl nep\u0159ijal obsah transformace.
-
-MSG_ABORT=Zru\u0161it
-
-#TableSheet
-ACS_TableSheet=Tabulka vlastnost\u00ed
-ACSD_TableSheet=N/D
-ACS_NullPanel=\u017d\u00e1dn\u00e1 vlastnost
-# {0} - bean
-ACSD_NullPanel=\u017d\u00e1dn\u00e1 vlastnost. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Typ: {1} Bean: {2}
-CTL_No_value=<\u017d\u00e1dn\u00e1 Hodnota>
-CTL_No_type=<\u017d\u00e1dn\u00fd typ>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Zm\u011bnit vyditeln\u00e9 sloupce
-LBL_ColumnDialogDesc=Zmenit sloupce pro Zobrazen\u00ed v Seznamu
-LBL_ListOptions=Seznam P\u0159edvoleb
-LBL_ChangeColumns=Zm\u011bnit vyditeln\u00e9 sloupce...
-LBL_SortMenu=Typ
-LBL_Ascending=Rostouc\u00ed
-LBL_Descending=Klesaj\u00edc\u00ed
-LBL_ColsMenu=Sloupec
-LBL_MoveLeft=Pohyb vlevo
-LBL_MoveRight=Pohyb vpravo
-MSG_NoColumnsToChange=Zde nejsou \u017e\u00e1dn\u00e9 sloupce ke zmen\u011b jejich viditelnosti.
-LBL_NoSort=Nic
-ACSN_ColumnDialog=Zm\u011bnit Viditeln\u00e9 Sloupce
-ACSD_ColumnDialog=Vybrat Sloupce pro Zobrazen\u00ed v Seznamu
-
-#a11y
-ACSN_TreeTable=N/D
-ACSD_TreeTable=N/D
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Zobraz jen \u0159ady
-
-CTL_ColumnsSelector=Zm\u011bnit Viditeln\u00e9 Sloupce
-ACN_ColumnsSelector=Vyb\u00edra\u010d sloupc\u016f
-ACD_ColumnsSelector=Vybrat viditeln\u00e9 sloupce
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Vybrat Sloupce pro Zobrazen\u00ed v Seznamu
-NodeOutlineModel_NodesColumnLabel=Uzly
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Zp\u0159\u00edstupn\u011bn\u00ed {0} bez Children.MUTEX \u010dten\u00ed p\u0159\u00edstupu
-
diff --git a/l10n/src/cs/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_cs.properties
deleted file mode 100644
index ba98d6c..0000000
--- a/l10n/src/cs/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_cs.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Neplatn\u00fd  XML dokument:
-
-W-003=Varov\u00e1n\u00ed: XML parser nepodporuje vlastnost lexical-handler.
-
diff --git a/l10n/src/cs/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_cs.properties
deleted file mode 100644
index 7208f2e..0000000
--- a/l10n/src/cs/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_cs.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Syst\u00e9m soubor\u016f API
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Virtu\u00e1ln\u00ed syst\u00e9m soubor\u016f API.
-OpenIDE-Module-Long-Description=Dovoluje p\u0159\u00edstup k obl\u00edben\u00fdch zdroj\u016fm soubor\u016f sv\u00fdm zp\u016fsobem nez\u00e1visl\u00fdch na aktu\u00e1ln\u00edch souborech OS. Podpora ozn\u00e1men\u00ed zm\u011bn na disku.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Slab\u00e9 {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=Ko\u0159en {0} nebyl nalezen.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Nemohu smazat ko\u0159en souborov\u00e9ho syst\u00e9mu {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Nemohu p\u0159ejmenovat ko\u0159en souborov\u00e9ho syst\u00e9mu {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Nemohu smazat soubor {0} v {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Nemohu p\u0159ejmenovat soubor {0} v {1} na {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Syst\u00e9m soubor\u016f {0} je pr\u00e1v\u011b pou\u017e\u00edv\u00e1n.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=Soubor {0} v {1} je pr\u00e1v\u011b pou\u017e\u00edv\u00e1n.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Nelze vytvo\u0159it soubor {0} proto\u017ee {1} v syst\u00e9mu soubor\u016f {2} nen\u00ed slo\u017eka.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Lom\u00edtko ve jm\u00e9nu slo\u017eky "{0}" nen\u00ed povolen\u00e9.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Slo\u017eka {0} ji\u017e existuje v {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Nelze vytvo\u0159it slo\u017eku {0} v {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=Soubor {0} ji\u017e existuje v {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Neplatn\u00fd p\u0159\u00edkaz [{0}] pro soubor {1} v {2} s nyn\u011bj\u0161\u00edm uzav\u00edr\u00e1n\u00edm [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Nelze upravit filesystem.attributes soubor:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=Soubor {1} nelze nal\u00e9zt ve slo\u017ece {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} is read-only.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} is read-only because it is inside {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=Soubor {0} neexistuje.
-
-# {0} = name of zip file 
-EXC_CanntRead=Nelze \u010d\u00edst soubor {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Chyba v souboru {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Chyba v souboru JAR {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Chybn\u00fd JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=V\u00edce-Syst\u00e9m\u016f soubor\u016f
-EXC_FileOutsideModified=Soubor {0} nenalezen. Nezn\u00e1m\u00e1 aplikace mohla p\u0159esunout soubor, nebo ho p\u0159ejmenovat.
-XML_NotValidXMLFileSystem=Slab\u00e9 XMP Syst\u00e9mu soubor\u016f.
-EXC_DefAttrReadErr=Nelze p\u0159e\u010d\u00edst Defaultn\u00edAtributy.
-EXC_UnreachableCode=Vnit\u0159n\u00ed chyba: nedosa\u017eiteln\u00fd k\u00f3d.
-
-EXC_FolderCopy=Kop\u00edrov\u00e1n\u00ed slo\u017eek nen\u00ed podporov\u00e1no.
-XML_RootInvalid=Prvek syst\u00e9mu soubor\u016f mus\u00ed b\u00fdt ko\u0159en.
-XML_MisssingAttr=Atribut \"jm\u00e9no\" chyb\u00ed
-XML_InaccurateParam=Nep\u0159esn\u00e9 mno\u017estv\u00ed parametr\u016f
-XML_UnknownElement=Nezn\u00e1m\u00fd prvek.
-XML_DuplElement=Zkop\u00edrovan\u00e9 objekty soubor\u016f:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} v {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Otev\u00edr\u00e1n\u00ed proudu pro {0}
-
diff --git a/l10n/src/cs/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_cs.properties
deleted file mode 100644
index fb39907..0000000
--- a/l10n/src/cs/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_cs.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=I/O APIs
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Otev\u0159i API souvisej\u00edc\u00ed s v\u00fdstupem zobrazen\u00ed.
-OpenIDE-Module-Long-Description=Obsahuje t\u0159\u00eddy z org.openide.windows.* vztahuj\u00edc\u00ed se k vytv\u00e1\u0159en\u00ed v\u00fdstupn\u00edch tabul\u00e1tor\u016f, zobrazuj\u00edc\u00edch v\u00fdstup\u016f, a hyperlink\u016f.
-
diff --git a/l10n/src/cs/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_cs.properties
deleted file mode 100644
index 65e7b4e..0000000
--- a/l10n/src/cs/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_cs.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Long-Description=Tato jednotka v\u00e1\u017ee Datasystems API se Scripting API. N\u00e1sledkem tohoto je mo\u017en\u00e9 u\u017e\u00edvat n\u011bjak\u00fd skriptovac\u00ed a \u0161ablonov\u00fd jazyk k tomu, aby generoval \u0161ablony.
-OpenIDE-Module-Name=Pokro\u010dil\u00fd Templating
-OpenIDE-Module-Short-Description=Pokro\u010dil\u00fd Templating nejen pro Datasystems
-
diff --git a/l10n/src/cs/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_cs.properties
deleted file mode 100644
index f953611..0000000
--- a/l10n/src/cs/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_cs.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Syst\u00e9mov\u00e1 data API
-OpenIDE-Module-Short-Description=NetBeans API pro manipulaci s datov\u00fdmi objekty.
-OpenIDE-Module-Long-Description=The Datasystems API je vrstva nad Filesystems API, kter\u00e1 rozpozn\u00e1v\u00e1 a sdru\u017euje datov\u00e9 objekty a p\u0159i\u0159azuje jim konkr\u00e9tn\u00ed v\u00fdznam. D\u0159\u00edve sou\u010d\u00e1st\u00ed hlavn\u00edch Open API, nyn\u00ed je rozd\u011blena do nez\u00e1visl\u00fdch modul\u016f.
-OpenIDE-Module-Display-Category=Infrastruktura
-
-#DefaultDataObject
-HINT_DefaultDataObject=Nerozpoznan\u00fd soubor
-
-EXC_SharedAccess=Sd\u00edlen\u00fd p\u0159\u00edstup
-
-#Folder.Index
-EXC_ReorderFailed=Nemohu ulo\u017eit nov\u00e9 t\u0159\u00edd\u011bn\u00ed.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Nemohu smazat soubor {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Odkaz na {3}
-
-PROP_ShadowOriginalName=P\u016fvodn\u00ed jm\u00e9no
-HINT_ShadowOriginalName=Jm\u00e9no objektu, na kter\u00fd ukazuje teno odkaz
-PROP_ShadowOriginalFileSystem=Jm\u00e9no p\u016fvodn\u00edho souborov\u00e9ho syst\u00e9mu
-HINT_ShadowOriginalFileSystem=Jm\u00e9no souborov\u00e9ho syst\u00e9mu p\u016fvodn\u00edho objektu.
-
-# DataNode
-PROP_name=Jm\u00e9no
-HINT_name=Jm\u00e9no tohoto objektu.
-PROP_template=Vzor
-HINT_template=Tento soubor je vzor(template - m\u016f\u017ee instanciovat sebe sama) pokud za\u0161krtnuto
-PROP_files=V\u0161echny soubory
-HINT_files=Seznam soubor\u016f reprezentovan\u00fdch t\u00edmto objektem.
-PROP_size=Velikost souboru
-HINT_size=Velikost tohot souboru v bytech. (Bude aplikov\u00e1no pouze na prvn\u00ed soubor ze v\u0161ech soubor\u016f.)
-PROP_lastModified=\u010cas zm\u011bny
-HINT_lastModified=kdy byl tento soubor zm\u011bn\u011bn. (Bude aplikov\u00e1no pouze na prvn\u00ed soubor ze v\u0161ech soubor\u016f.)
-PROP_extension=P\u0159\u00edpona
-HINT_extension=P\u0159\u00edpona prim\u00e1rn\u00edho souboru.
-ERROR_extension=P\u0159\u00edponu nelze zm\u011bnit Soubor je zm\u011bn\u011bn
-
-# name of set with sorting options
-PROP_sorting=T\u0159\u00edd\u011bn\u00ed
-HINT_sorting=Nastaven\u00ed t\u0159\u00edd\u011bn\u00ed a uspo\u0159\u00e1d\u00e1n\u00ed.
-
-#
-# folder sort mode property
-PROP_sort=M\u00f3d t\u0159\u00edd\u011bn\u00ed
-HINT_sort=Ur\u010duje jak budou objekty v bal\u00ed\u010dku t\u0159\u00edd\u011bny.
-# SortModeEditor
-VALUE_sort_none=Net\u0159\u00eddit
-VALUE_sort_names=Podle jm\u00e9na
-VALUE_sort_class=Podle typu
-VALUE_sort_folder_names=Podle jm\u00e9na (bal\u00ed\u010dky prvn\u00ed)
-VALUE_sort_last_modified=Podle \u010dasu zm\u011bny
-VALUE_sort_size=Podle velikosti souboru
-
-
-#
-# Names of paste types
-#
-PT_move=&P\u0159esunout
-PT_copy=&Kop\u00edrovat
-PT_instantiate=&Instanciovat
-PT_shadow=Vytvo\u0159it odkaz
-PT_serialize=&Serializovat
-PT_instance=&Implicitn\u00ed instance
-
-# 
-SerializeBean_Text=&Jm\u00e9no souboru do kter\u00e9ho serializovat instanci
-SerializeBean_Title=Serizlizace instance
-
-#
-# new folder
-#
-CTL_NewFolder=Slo\u017eka
-CTL_NewFolderName=&Jm\u00e9no:
-CTL_NewFolderTitle=Vytvo\u0159it nov\u00fd adres\u00e1\u0159
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=Soubor {0} ji\u017e existuje v adres\u00e1\u0159i {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Soubor {0} ji\u017e existuje v adres\u00e1\u0159i {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=Soubor {1} se zd\u00e1 b\u00fdt pro bezpe\u010dn\u00e9 otev\u0159en\u00ed p\u0159\u00edli\u0161 velk\u00fd ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) . \nOtev\u0159en\u00ed souboru m\u016f\u017ee zp\u016fsobit OutOfMemoryError, kter\u00e9 by znemo\u017enil pou\u017eit\u00ed IDE. Opravdu ho chcete otev\u0159\u00edt?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML konfigura\u010dn\u00ed soubory
-PROP_XmlError=Chyba (lze se z n\u00ed zotavit)
-PROP_XmlWarning=Varov\u00e1n\u00ed
-PROP_XmlFatalError=FATAL ERROR
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Nemohu vytvo\u0159it adres\u00e1\u0159; {0} nen\u00ed platn\u00e9 jm\u00e9no.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Nemohu kop\u00edrovat {0}: C\u00edlov\u00e1 slo\u017eka je shodn\u00e1 jako zdrojov\u00e1.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Nemohu kop\u00edrovat {0}: c\u00edlov\u00e1 slo\u017eka je podslo\u017ekou zdrojov\u00e9 slo\u017eky.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=Nov\u00fd pr\u016fvodce - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=Nov\u00fd pr\u016fvodce
-LAB_TemplateChooserPanelName=Vyberte vzor
-LAB_SelectTemplateBorder=&Vyberte vzor:
-MSG_NoDescription=\u017d\u00e1dn\u00fd popis
-MSG_InitDescription=Inicializuji popis...
-LAB_TemplateDescriptionBorder=&Popis vzoru:
-LAB_TargetLocationPanelName=C\u00edlov\u00e9 um\u00edst\u011bn\u00ed
-LAB_TargetLocationDescription=Vyberte pros\u00edm slo\u017eku pro nov\u011b vytvo\u0159en\u00fd objekt, nebo n\u00ed\u017ee napi\u0161te jm\u00e9no adres\u00e1\u0159e: 
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/D
-ACSD_TemplateWizard1=N/D
-
-CTL_NewObjectName=&Jm\u00e9no\:
-ACSD_NewObjectName=N/D
-ACSD_TargetLocationDescription=N/D
-ACSD_TemplateWizard2=N/D
-
-ACSD_NewObjectPanel=N/D
-
-LBL_settingsNodeName=&Nastaven\u00ed 
-EXC_folder_delete_failed=Nelze smazat zdrojovou slo\u017eku b\u011bhem p\u0159esunov\u00e1n\u00ed.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<ko\u0159enov\u00e1 slo\u017eka> [{0}]
-FMT_DefaultNewObjectName=<implicitn\u00ed jm\u00e9no>
-
-LBL_shadow_loader_display_name=Odkazy
-LBL_folder_loader_display_name=Slo\u017eky
-LBL_default_loader_display_name=Nerozpoznan\u00e9 objekty
-LBL_instance_loader_display_name=Instance akc\u00ed
-
-FMT_CannotCopyDo=Varov\u00e1n\u00ed: Objekt {0} nelze kop\u00edrovat.
-FMT_CannotMoveDo=Varov\u00e1n\u00ed: Objekt {0} nelze p\u0159esunout.
-
-# InstanceDataObject
-LBL_separator_instance=(odd\u011blova\u010d)
-PROP_instance_class=Jm\u00e9no t\u0159\u00eddy
-HINT_instance_class=Jm\u00e9no t\u0159\u00eddy(Java class) objektu je reprezentov\u00e1no.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=Vyskytly se probl\u00e9my s ukl\u00e1d\u00e1n\u00edm {0} bean.
-
-FMT_brokenShadowName={0} (Neplatn\u00fd odkaz)
-HINT_brokenShadowOriginalName=Neplatn\u00fd odkaz
-PROP_brokenShadowOriginalName=Neplatn\u00fd odkaz
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Neplatn\u00fd odkaz syst\u00e9mu soubor\u016f
-HINT_brokenShadowFileSystem=Neplatn\u00fd odkaz syst\u00e9mu soubor\u016f
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<neur\u010den\u00e9 nastaven\u00ed>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Datov\u00fd objekt kop\u00edruje flavor
-LBL_DOcut=Datov\u00fd objekt vyj\u00edm\u00e1 flavor
-#NewObjectPanel
-LAB_NewObjectPanelName=Nov\u00e9 jm\u00e9no objektu
-FMT_DefaultNewObject=<defaultn\u00ed>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=Vyskakovac\u00ed menu pro objekty typu {0} nemohlo b\u00fdt obnoveno; pou\u017e\u00edv\u00e1n\u00ed standardn\u00edch nastaven\u00ed.
-LBL_loader_display_name=Zavad\u011b\u010d
-
-MSG_renameError=Tento objekt nem\u016f\u017ee b\u00fdt p\u0159ejmenov\u00e1n z {0} na {1}.
-MSG_NotValidName={0} nelze p\u0159i\u0159adit pr\u00e1zdn\u00e9 jm\u00e9no.
-ERR_NoFilesystem=\u017d\u00e1dn\u00fd syst\u00e9m soubor\u016f nen\u00ed povolen. Ujist\u011bte se, \u017ee m\u00e1te alespo\u0148 jeden syst\u00e9m soubor\u016f, kter\u00fd nen\u00ed "pouze pro \u010dten\u00ed" a nen\u00ed skryt\u00fd.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=C\u00edlov\u00fd syst\u00e9m soubor\u016f nebo slo\u017eka neexistuje. 
-MSG_fs_is_readonly=C\u00edlov\u00fd syst\u00e9m soubor\u016f je pouze pro \u010dten\u00ed.
-# {0} - name of the existing file
-MSG_file_already_exist=Soubor {0} ji\u017e existuje
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Akce syst\u00e9mu soubor\u016f
-#InstantiateAction
-Instantiate=Instanciovat
-#SaveAsTemplateAction
-SaveAsTemplate=Ulo\u017e jako \u0161ablonu...
-Title_SaveAsTemplate=Ulo\u017e jako \u0161ablonu
-CTL_SaveAsTemplate=&vybran\u00e1 kategorie, ve kter\u00e9m se objev\u00ed nov\u00e1 \u0161ablona:
-CTL_SaveAsTemplate_TemplatesRoot=Vzory
-SaveAll=Ul&o\u017eit v\u0161e
-HINT_SaveAll=Ulo\u017eit v\u0161echny soubory (pokud je Kompilov\u00e1n\u00ed Ukl\u00e1d\u00e1n\u00ed zapnuto, soubory budou tak\u00e9 kompilov\u00e1ny/vytvo\u0159eny)
-# FileSystemRefreshAction
-LAB_Refresh=Obnovit slo\u017eku
-# NewTemplateAction
-EXC_TemplateFailed=Vytvo\u0159en\u00ed objektu z \u0161ablony selhalo.
-NewTemplate=&Nov\u00fd
-NewTemplateAction=V\u0161echny \u0161ablony...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Pr\u00e1zn\u00fd
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Otev\u00edr\u00e1n\u00ed {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=Soubor {0} je zm\u011bn\u011bn. Ulo\u017eit?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (upraven\u00fd)
-TIP_editor_ro=\ (nep\u0159episovateln\u00fd)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=Soubor {0} byl zm\u011bn\u011bn\u00fd na nep\u0159episovateln\u00fd! V\u0161echny zm\u011bny budou ztraceny
-MSG_FileReadOnlySaving=Soubor {0} byl zm\u011bn\u011bn\u00fd na nep\u0159episovateln\u00fd! Nelze ulo\u017eit.
-MSG_FileReadOnlyChanging=Soubor {0} byl zm\u011bn\u011bn\u00fd na nep\u0159episovateln\u00fd!
-
-
-MSG_BinaryFileQuestion=Tento soubor obsahuje bin\u00e1rn\u00ed data. Jste si jist\u00fd, \u017ee chcete otv\u00edrat v textov\u00e9m editoru?
-MSG_BinaryFileWarning=Nalezen Bin\u00e1rn\u00ed Soubor
-
-CTL_SaveAsAction=Ulo\u017e&it Jako...
-MSG_SaveAsFailed=Nalezeny n\u011bjak\u00e9 probl\u00e9my p\u0159i ukl\u00e1d\u00e1n\u00ed {0}\nP\u0159\u00ed\u010dina: {1}
-LBL_SaveAsTitle=Ulo\u017eit jako
-MSG_CannotCreateTargetFolder=Nelze vytvo\u0159it soupisku c\u00edl\u016f.
-MSG_SaveAs_SameFileSelected=Pros\u00edm vyberte jin\u00e9 jm\u00e9no souboru.
-MSG_SaveAs_SameFileSelected_Title=Ulo\u017eit jako
-
diff --git a/l10n/src/cs/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_cs.properties
deleted file mode 100644
index 430d23e..0000000
--- a/l10n/src/cs/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_cs.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Modul syst\u00e9mu API
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API pro z\u00edsk\u00e1v\u00e1n\u00ed infornac\u00ed o instalovan\u00fdch modulech.
-OpenIDE-Module-Long-Description=Povoluje z\u00edskat seznam instalovan\u00fdch modul\u016f, prohl\u00ed\u017een\u00ed jejich nastaven\u00ed a z\u00e1vislost\u00ed.
-
diff --git a/l10n/src/cs/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_cs.properties
deleted file mode 100644
index 58c14fa..0000000
--- a/l10n/src/cs/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_cs.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Uzel API
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API pro definici generick\u00fdch stromov\u00fdch struktur.
-OpenIDE-Module-Long-Description=Poskytuje abstrakci p\u0159es stromov\u00e9 uspo\u0159\u00e1d\u00e1n\u00ed definuj\u00edc\u00ed Node - generick\u00fdm roz\u0161i\u0159iteln\u00fdm rozhran\u00edm, kter\u00e9 m\u016f\u017ee b\u00fdt zobrazen\u00e9 v Explorer API.
-
-
-
-#Sheet
-Properties=Vlastnosti
-Expert=Roz\u0161\u00ed\u0159en\u00e9
-HINT_Properties=Vlastnosti objektu
-HINT_Expert=Roz\u0161\u00ed\u0159en\u00e9 vlastnosti objektu
-
-#indexed customizer
-LAB_order=Zm\u011bnit po\u0159ad\u00ed
-LAB_listOrder=Zobrazit tyto pole v tomto po\u0159ad\u00ed:
-LAB_listOrder_Mnemonic=Z
-Button_close=Zav\u0159\u00edt
-Button_close_Mnemonic=Z
-Button_up=Nahoru
-Button_up_Mnemonic=N
-Button_down=dolu
-Button_down_Mnemonic=Z
-
-ACSD_Button_close=N/D
-ACSD_Button_up=N/D
-ACSD_Button_down=N/D
-ACSD_ListOrder=N/D
-ACSD_IndexedCustomizer=N/D
-
-#PropertySupport
-CTL_StandardName=Jm\u00e9no
-CTL_StandardHint=Jm\u00e9no objektu
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Vlo\u017eit uzel
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Kop\u00edrovat index
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Pros\u00edm \u010dekejte...
-
diff --git a/l10n/src/cs/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_cs.properties
deleted file mode 100644
index 4632790..0000000
--- a/l10n/src/cs/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_cs.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Nastaven\u00ed p\u0159edvoleb API
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=N\u00e1pov\u011bda pro nastavov\u00e1n\u00ed p\u0159edvoleb.
-OpenIDE-Module-Long-Description=Poskytuje t\u0159\u00eddy, kter\u00e9 zjednodu\u0161\u00ed uskladn\u011bn\u00ed nastaven\u00ed mezi v\u00edcen\u00e1sobn\u00fdm spu\u0161t\u011bn\u00edm zalo\u017eky aplikace NetBeans.
-OpenIDE-Module-Deprecation-Message=Pou\u017e\u00edv\u00e1 bal\u00edk org.openide.util.NbPreferences.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/cs/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_cs.properties
deleted file mode 100644
index 903cf1b..0000000
--- a/l10n/src/cs/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_cs.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Text API
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Generick\u00e9 API zabalen\u00e9 Swing zalo\u017een\u00fd EditorKits.
-OpenIDE-Module-Long-Description=Poskytujte podporu pro definuj\u00edc\u00ed sou\u010d\u00e1sti, kter\u00e9 obsahuje textov\u00fd editor Swing.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Nastaven\u00ed tisku
-CTL_Header_format = Tisk {2} jako {1}
-CTL_Footer_format = Strana {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Form\u00e1t str\u00e1nky
-HINT_PAGE_FORMAT=Form\u00e1t str\u00e1nkyy
-PROP_WRAP=Zalomen\u00ed \u0159\u00e1dky
-HINT_WRAP=M\u011bly by b\u00fdt r\u00e1dky b\u00fdt zalomen\u00e9?
-PROP_HEADER_FORMAT=Form\u00e1t z\u00e1hlav\u00ed str\u00e1nky
-
-HINT_HEADER_FORMAT=Nap\u0159\u00edklad, "Prvn\u00ed str\u00e1nkk {0} (ti\u0161t\u011bna k datu {1}) souboru {2}".
-PROP_FOOTER_FORMAT=Patkov\u00fd form\u00e1t str\u00e1nky
-HINT_FOOTER_FORMAT=Nap\u0159\u00edklad, "Posledn\u00ed str\u00e1nka {0} (ti\u0161t\u011bna k datu {1}) souboru {2}".
-PROP_HEADER_FONT=Font z\u00e1hlav\u00ed str\u00e1nky
-HINT_HEADER_FONT=Nastavit font z\u00e1hlav\u00ed str\u00e1nky
-PROP_FOOTER_FONT=Patkov\u00fd font str\u00e1nky
-HINT_FOOTER_FONT=Nastavit patkov\u00fd font str\u00e1nky.
-PROP_HEADER_ALIGNMENT=Zarovn\u00e1n\u00ed z\u00e1hlav\u00ed str\u00e1nky
-HINT_HEADER_ALIGNMENT=Zarovn\u00e1n\u00ed z\u00e1hlav\u00ed str\u00e1nky - NA LEVO, ST\u0158ED, NA PRAVO
-PROP_FOOTER_ALIGNMENT=Zarovn\u00e1n\u00ed patky str\u00e1nky
-HINT_FOOTER_ALIGNMENT=Zarovn\u00e1n\u00ed patky str\u00e1nky - NA LEVO, ST\u0158ED, NA PRAVO
-PROP_LINE_ASCENT_CORRECTION=Korekce v\u00fdstupu \u0159\u00e1dky
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=N\u00e1sobitel opravuj\u00edc\u00ed line\u00e1rn\u00ed v\u00fdstup.
-
-# Alignment Prop Editor
-CTL_CENTER = ST\u0158ED
-CTL_RIGHT = V PRAVO
-CTL_LEFT = V LEVO
-
-# Cancellation
-CTL_Print_progress=Str\u00e1nka \u010d\u00edslo {0} vytisknuta.
-CTL_Print_cancellation=Proces \u00faloh tisku
-CTL_Cancel=Zru\u0161it
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Aktu\u00e1ln\u00ed tiskov\u00e1 \u00faloha se nezda\u0159ila.
-EXC_Printer_Problem=Probl\u00e9my tisku: {0}
-EXC_ReadOnlyFile=Soubor {0} je pr\u00e1v\u011b pou\u017e\u00edv\u00e1n.
-EXC_LoadDocument=Dokument {0} nem\u016f\u017ee b\u00fdt na\u010dten.
-LBL_EditorLoading=Na\u010d\u00edt\u00e1n\u00ed...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Dotaz
-CTL_Save=Ulo\u017eit
-ACSN_CTL_Save=N/D
-ACSD_CTL_Save=N/D
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Zru\u0161it
-CTL_Discard_Mnemonic=Z
-ACSN_CTL_Discard=N/D
-ACSD_CTL_Discard=N/D
-
-# PositionBounds
-MSG_Empty_string=Nelze vlo\u017eil nulov\u00fd \u0159et\u011bzec
-#editor support warning message
-FMT_FileNotFound=Upozorn\u011bn\u00ed: Soubor {0} nebyl nalezen, nebo nemohl b\u00fdt zp\u0159\u00edstupn\u011bn\u00fd.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=Soubor {0} byl upraven\u00fd zevnit\u0159. Obnovit?
-FMT_External_change_write=Soubor {0} byl upraven\u00fd zevnit\u0159. P\u0159epsat?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=M\u00e1te specifikovan\u00fd neplatn\u00fd soubor. Ov\u011b\u0159it cestu.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor pro {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor pro {0}
-TITLE_SourceButton=Zdroje
-
-
diff --git a/l10n/src/cs/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_cs.properties
deleted file mode 100644
index a113114..0000000
--- a/l10n/src/cs/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_cs.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Star\u00fd v\u00fdpo\u010det API
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=V\u00fdpo\u010det API, kter\u00fd je v \u0161patn\u00e9m bal\u00edku.
-OpenIDE-Module-Long-Description=V\u00fdpo\u010det API, kter\u00fd je ve \u0161patn\u00e9m bal\u00edku org.openide.util.enum a jako takov\u00fd nem\u016f\u017ee b\u00fdt zkompilovan\u00fd s Javou 1.5, proto\u017ee enum je kl\u00ed\u010dov\u00e9 slovo. Je nahrazen\u00fd t\u0159\u00eddou org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Pou\u017e\u00edt org.openide.util.Enumerations nam\u00edsto t\u00e9to jednotky.
-
diff --git a/l10n/src/cs/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_cs.properties
deleted file mode 100644
index 8f05e23..0000000
--- a/l10n/src/cs/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_cs.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Lookup
-
diff --git a/l10n/src/cs/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_cs.properties
deleted file mode 100644
index 19e075f..0000000
--- a/l10n/src/cs/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_cs.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Pom\u016fcky API
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Z\u00e1kladn\u00ed pom\u016fcky API.
-OpenIDE-Module-Long-Description=Podporuje r\u016fzn\u00e9 metody pomocn\u00edka a z\u00e1kladn\u00ed definice pojm\u016f v\u010detn\u011b akc\u00ed, vyhled\u00e1v\u00e1n\u00ed, obrazov\u00e9ho zach\u00e1zen\u00ed, paraleln\u00ed exekuce a zna\u010dkov\u00e1n\u00ed.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=Na HTTP servru jsi ji\u017e registrovan\u00fd. Nem\u016f\u017ee\u0161 pou\u017e\u00edvat dva servery najednou.
-SERVER_CANNOT_UNREGISTER=Modul se pokusil neregistrovan\u00e9mu HTTP serveru poskytnout dal\u0161\u00ed jednotku.
-
-MSG_ToNowhere=nikam
-MSG_To=do
-
-MSG_NoServerRegistered=\u017d\u00e1dn\u00fd server nezaregistrov\u00e1n.
-MSG_TooManyArguments=tak\u00e9 mnoho argument\u016f
-MSG_UnmatchedBraces=nesrovnateln\u00e9 z\u00e1vorky ve vzoru v pozici
-
-# NbBundle
-MSG_FMT_ObjectForKey=objekt pro kl\u00e1vesu {0} nenalezen
-MSG_ClassFinderAlreadySet=Hled\u00e1n\u00edT\u0159\u00edd je ji\u017e nastaveno.
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=Varov\u00e1n\u00ed: Nelze na\u010d\u00edst plochu pro p\u0159eklad: {0}
-PROGRESS_CURSOR=Kurzor pr\u016fb\u011bhu
-
diff --git a/l10n/src/cs/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_cs.properties
deleted file mode 100644
index 4ad974b..0000000
--- a/l10n/src/cs/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_cs.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Mnohon\u00e1sobn\u00fd Objekt Rlavor
-
-Create=Vytvo\u0159it
-Paste=Vlo\u017eit
-
diff --git a/l10n/src/cs/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_cs.properties b/l10n/src/cs/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_cs.properties
deleted file mode 100644
index cadc162..0000000
--- a/l10n/src/cs/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_cs.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Syst\u00e9m oken API
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API pro ovl\u00e1d\u00e1n\u00ed sou\u010d\u00e1st\u00ed na obrazovce.
-OpenIDE-Module-Long-Description=Poskytuje OS a MDI/SDI neutr\u00e1ln\u00ed odd\u011blen\u00ed API p\u0159es pojmy sou\u010d\u00e1st\u00ed, kter\u00e9 jsou zobrazen\u00e9 u u\u017eivatele.
-
-
-
-# name of empty workspace
-None=Nic
-
-#CloneableTopComponent
-EXC_CannotAssign=Nem\u016f\u017ee p\u0159i\u0159adit komponentu k EMPTY
-
-#TopComponent
-EXC_UnknownOperation=Nezn\u00e1m\u00e1 operace zav\u0159en\u00ed
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Vyvol\u00e1n\u00ed {2} implementovalo jako {3} s {0}
-
diff --git a/l10n/src/cs/platform/print/print/org/netbeans/modules/print/action/Bundle_cs.properties b/l10n/src/cs/platform/print/print/org/netbeans/modules/print/action/Bundle_cs.properties
deleted file mode 100644
index 01590da..0000000
--- a/l10n/src/cs/platform/print/print/org/netbeans/modules/print/action/Bundle_cs.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Nasta&ven\u00ed tisk\u00e1rny...
-
-# PrintAction
-TLT_Print_Action=Tisk
-MNU_Print_Action=&Tisk...
-ACT_Print_Action=Tisk - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/cs/platform/print/print/org/netbeans/modules/print/resources/Bundle_cs.properties b/l10n/src/cs/platform/print/print/org/netbeans/modules/print/resources/Bundle_cs.properties
deleted file mode 100644
index bfc26e6..0000000
--- a/l10n/src/cs/platform/print/print/org/netbeans/modules/print/resources/Bundle_cs.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Tisk
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Implementace z tiskov\u00e9ho modulu.
-OpenIDE-Module-Long-Description=Implementace z tiskov\u00e9ho modulu.
-
-# layer.xml
-Actions/File=Soubor
-
diff --git a/l10n/src/cs/platform/print/print/org/netbeans/modules/print/ui/Bundle_cs.properties b/l10n/src/cs/platform/print/print/org/netbeans/modules/print/ui/Bundle_cs.properties
deleted file mode 100644
index 864df5e..0000000
--- a/l10n/src/cs/platform/print/print/org/netbeans/modules/print/ui/Bundle_cs.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Probl\u00e9my tisku: {0}
-LBL_Page_Setup_Button=Str\u00e1nka &Setup
-TLT_Page_Setup_Button=Vyvol\u00e1v\u00e1 dialog nastaven\u00ed str\u00e1nek
-LBL_Print_Option_Button=Tisk &P\u0159edvolby
-TLT_Print_Option_Button=Vyvol\u00e1v\u00e1 dialog p\u0159edvoleb tisku
-LBL_Print_Button=&Tisk
-TLT_Print_Button=Vyvol\u00e1v\u00e1 dialog tisku
-LBL_Close_Button=&Zav\u0159\u00edt
-TLT_Close_Button=Zav\u0159\u00edt dialog prohl\u00ed\u017een\u00ed tisku
-LBL_Print_Preview=N\u00e1hled st\u00e1nky
-LBL_Fit_to_Width=P\u0159izp\u016fsobit \u0161\u00ed\u0159ku
-LBL_Fit_to_Height=P\u0159izp\u016fsobit v\u00fd\u0161ku
-LBL_Fit_to_All=Zobrazit v\u0161echny str\u00e1nky
-
-TLT_First=&Prvn\u00ed list (Alt+F)
-TLT_Previous=D&al\u0161\u00ed list (Alt+R)
-TLT_Next=&Dal\u0161\u00ed str\u00e1nka (Alt+N)
-TLT_Last=&P\u0159edchoz\u00ed str\u00e1nka (Alt+L)
-TLT_Fit=Zm\u011bnit &Pom\u011br (Alt+S)
-TLT_Zoom_In=&Zv\u011bt\u0161it (Alt+I)
-TLT_Zoom_Out=&Zmen\u0161it (Alt+U)
-TLT_Toggle=Zobraz &V\u0161echny str\u00e1nky (Alt+M)
-TLT_Goto=<html><body> <b>Navigace:</b> <br> stiskni <code>/</code> nebo <code>F</code> pro zobrazen\u00ed prvn\u00ed str\u00e1nky <br> stiskni <b><code>-</code></b> nebo <code>G</code> pro zobrazen\u00ed p\u0159edchoz\u00ed str\u00e1nky <br> stiskni <b><code>+</code></b> nebo <code>K</code> pro zobrazen\u00ed p\u0159edchoz\u00ed str\u00e1nky <br> stiskni <code>*</code> \u0144ebo <code>L</code> pro zobrajen\u00ed p\u0159edchoz\u00ed str\u00e1nky </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=P\u0159edvolby tisku
-LBL_Border=Okraj
-LBL_Print_Border=&Okraj tisku
-LBL_Print_Header=Tiskov\u00e1 &hlavi\u010dka
-LBL_Print_Footer=Tiskov\u00e1 &patka
-LBL_Choose_Font=Vyber font
-LBL_Choose_Color=Vyber barvu
-LBL_Insert_Macros=Vlo\u017ete makro:
-LBL_Text=Text
-LBL_Line_Numbers=\u0158\u00e1dka \u010d\u00ed&slo
-LBL_Wrap_Lines=&Zalomen\u00ed \u0159\u00e1dky
-LBL_Use_Font=Pou\u017eit\u00ed vlastnost\u00ed p\u00edsma // &X
-LBL_Use_Color=Pou\u017eit\u00ed vlastnost\u00ed barev // &Q
-LBL_As_Editor=Vytisknout v Editoru // &J
-LBL_Selection=Tisk &vybran\u00e9ho
-LBL_Line_Spacing=O&dstup \u0159\u00e1dky:
-LBL_Text_Font_and_Color=Font a Bar&va textu:
-LBL_Background_Color=Barva po&zad\u00ed
-LBL_Zoom=Zm\u011bna velikosti
-LBL_Header_Footer=Hlavi\u010dka a patka
-LBL_Apply=&Aplikovat
-LBL_Left=Lev\u00e1:
-LBL_Center=St\u0159edn\u00ed:
-LBL_Right=Prav\u00e1:
-
-ERR_Zoom_Value_Is_Invalid=Zv\u011bt\u0161ovac\u00ed hodnota je neplatn\u00e1!
-ERR_Header_Size_Is_Too_Big=Velikost hlavi\u010dky je p\u0159\u00edli\u0161 velk\u00e1!
-ERR_Footer_Size_Is_Too_Big=Velikost patky je p\u0159\u00edli\u0161 velk\u00e1!
-ERR_Page_Number_Is_Invalid=\u010c\u00edslo str\u00e1nek je neplatn\u00e9!
-ERR_Page_Number_Is_Too_Big=\u010c\u00edslo str\u00e1nek je p\u0159\u00edli\u0161 velk\u00e9!
-
-TLT_Apply=Aplikovat zm\u011bnu
-TLT_Border_Color=Vyberte &barvu okraje (Alt+C)
-TLT_Header_Font=Vyberte Fo&nt Hlavi\u010dky (Alt+N)
-TLT_Header_Color=Vyberte ba&rvu hlavi\u010dky (Alt+O)
-TLT_Footer_Font=Vyberte fon&t patky (Alt+T)
-TLT_Footer_Color=Vyberte ba&rvu patky (Alt+L)
-TLT_Text_Font=Vyberte font textu (Alt+K) // &K
-TLT_Text_Color=Vyberte barv&u textu (Alt+R)
-TLT_Background_Color=Vyberte barvu pozad\u00ed // &G
-TLT_Print_Zoom=P\u0159isp\u016fsobit velikost tisku
-TLT_Use_Font=Pou\u017e\u00edt font (Alt+X)
-TLT_Use_Color=Pou\u017e\u00edt barvu (Alt+Q)
-TLT_As_Editor=Otev\u0159\u00edt v Editoru (Alt+J)
-TLT_Selection=Tisk vybran\u00e9ho
-
-LBL_Pages=str\u00e1nka(y)
-LBL_Fit_Width_to=Vh&odn\u00e1 \u0161\u00ed\u0159ka pro:
-TLT_Fit_Width_to=Vhodn\u00e1 \u0161\u00edrka pro
-LBL_Fit_Height_to=Vhodn\u00e1 &v\u00fd\u0161ka k:
-TLT_Fit_Height_to=Vhodn\u00e1 v\u00fd\u0161ka k
-LBL_Zoom_to=&Zv\u011bt\u0161it k:
-TLT_Zoom_to=Zv\u011bt\u0161it k
-LBL_Fit_to_Page=Sko\u010dit ke str\u00e1nce // &Y
-TLT_Fit_to_Page=Sko\u010dit ke str\u00e1nce (Alt+Y)
-
diff --git a/l10n/src/cs/platform/print/print/org/netbeans/modules/print/util/Bundle_cs.properties b/l10n/src/cs/platform/print/print/org/netbeans/modules/print/util/Bundle_cs.properties
deleted file mode 100644
index 765a07c..0000000
--- a/l10n/src/cs/platform/print/print/org/netbeans/modules/print/util/Bundle_cs.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} z {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=\u010c\u00edslo tisknut\u00e9 komponenty
-ROW=\u010c\u00edslo \u0159\u00e1dku
-COLUMN=\u010c\u00edslo sloupce
-USER=U\u017eivatelsk\u00e9 jm\u00e9no
-COUNT=Po\u010det str\u00e1nek
-MODIFIED_DATE=Datum minul\u00fd zm\u011bny
-MODIFIED_TIME=\u010cas minul\u00e9 zm\u011bny
-PRINTED_DATE=Datum tisku
-PRINTED_TIME=\u010cas tisku
-
diff --git a/l10n/src/cs/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_cs.properties b/l10n/src/cs/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_cs.properties
deleted file mode 100644
index c80cd62..0000000
--- a/l10n/src/cs/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_cs.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Proces UI
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=\u00dakol procesu vizualizace.
-OpenIDE-Module-Long-Description=Poskytuje pohled na ve\u0161ker\u00e9 b\u011b\u017e\u00edc\u00ed \u00fakoly a m\u016f\u017ee dovolit, aby byli zru\u0161en\u00e9, atd.
-
-NbProgressBar.tooltip1={0} \u00faloh b\u011b\u017e\u00ed. Klinut\u00edm zobraz\u00edte podrobnosti.
-NbProgressBar.tooltip2={0} b\u011b\u017e\u00edc\u00ed \u00faloha. Klinut\u00edm zobraz\u00edte podrobnosti.
-ListComponent.btnClose.tooltip=Kliknut\u00edm ukon\u010d\u00edte \u00falohu
-ListComponent.bar.tooltip=Kliknut\u00edm budete sledovat \u00falohu
-Cancel_Question=Opravdu chcete ukon\u010dit {0}?
-Cancel_Question_Title=Ukon\u010dit b\u011b\u017e\u00edc\u00ed \u00falohu
-StatusLineComponent.ShowProcessList=Uk\u00e1zat \u00falohy
-StatusLineComponent.Cancel=Ukon\u010dit \u00falohy
-StatusLineComponent.View=Uk\u00e1zat v\u00fdstup
-ListComponent.Watch=Sledovat \u00falohu
-
-RunOffAWT.TITLE_Operation=Prob\u00edh\u00e1 dlouhotrvaj\u00edc\u00ed operace
-RunOffAWT.BTN_Cancel=Zru\u0161it
-
-# ProgressListAction
-CTL_ProcessListAction=\u00daloh&y
-
-# CancelAction
-CTL_CancelAction=Ukon\u010dit \u00falohy
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Kliknut\u00edm ukon\u010d\u00edte \u00falohu
-ModalDialog.btnClose.text=Zru\u0161it
-ModalDialog.btnClose.accessibleName=Zru\u0161it
-ModalDialog.btnClose.accessibleDescription=Cancels the current process
-
-
diff --git a/l10n/src/cs/platform/queries/queries/org/netbeans/modules/queries/Bundle_cs.properties b/l10n/src/cs/platform/queries/queries/org/netbeans/modules/queries/Bundle_cs.properties
deleted file mode 100644
index 2e5884b..0000000
--- a/l10n/src/cs/platform/queries/queries/org/netbeans/modules/queries/Bundle_cs.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=V\u0161eobecn\u00e9 dotazy API
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Vystupujte jako hlavn\u00ed komunika\u010dn\u00ed kan\u00e1l mezi moduly.
-OpenIDE-Module-Long-Description=Obsahuje dotazy, kter\u00e9 nejsou nijak zvl\u00e1\u0161\u0165 dom\u00e9nov\u00e9-specifick\u00e9. Povolen\u00ed jin\u00e9mu modulu z\u00edsk\u00e1n\u00ed informac\u00ed o souborech ve flexibiln\u00ed cest\u011b.
-
diff --git a/l10n/src/cs/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_cs.properties b/l10n/src/cs/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_cs.properties
deleted file mode 100644
index 0ad2cd7..0000000
--- a/l10n/src/cs/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_cs.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=P\u0159edvolby {0} pot\u0159ebuj\u00ed aargument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=P\u0159edvolby {0} nem\u016f\u017ee b\u00fdt pou\u017eita spole\u010dn\u011b s p\u0159edvolbou {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Pot\u0159ebujte aspo\u0148 jeden z {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Pot\u0159ebujte pou\u017e\u00edt tak\u00e9 {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=P\u0159edvolba {0} pot\u0159ebuje tak\u00e9 p\u0159edvolbu {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/cs/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_cs.properties b/l10n/src/cs/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_cs.properties
deleted file mode 100644
index fe7a219..0000000
--- a/l10n/src/cs/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_cs.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=P\u0159\u00edkazov\u00fd \u0159\u00e1dek 
-OpenIDE-Module-Short-Description=GetOpts vyhovuje API pro analyzov\u00e1n\u00ed p\u0159\u00edkazov\u00e9 \u0159\u00e1dky
-OpenIDE-Module-Long-Description=GetOpts vyhovuje API pro anal\u00fdzu p\u0159\u00edkazov\u00e9 \u0159\u00e1dky Toto je zam\u011b\u0159en\u00e9 na p\u0159\u00edpad, kdy bude ka\u017ed\u00e1 \u010d\u00e1st p\u0159\u00edkazov\u00e9 \u0159\u00e1dky rozebran\u00e1 jinou jednotkou.
-OpenIDE-Module-Display-Category=Infrastruktura
-
-MSG_OptionsHeader=\nNastaven\u00ed p\u0159\u00eddavn\u00fdch modul\u016f:\n
-
diff --git a/l10n/src/cs/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_cs.properties b/l10n/src/cs/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_cs.properties
deleted file mode 100644
index 7fac6a2..0000000
--- a/l10n/src/cs/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_cs.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Nastavnov\u00e1n\u00ed API
-OpenIDE-Module-Short-Description=Knihovna na ukl\u00e1d\u00e1n\u00ed nastaven\u00ed v u\u017eivatelsk\u00fdch form\u00e1tech.
-OpenIDE-Module-Long-Description=Tento modul poskytuje Settings API, kter\u00e9 umo\u017e\u0148uje ulo\u017eit nastaven\u00ed modulu v u\u017eivatelsk\u00e9m form\u00e1tu. Obsahuje tak\u00e9 n\u011bkolik vhodn\u00fdch implementac\u00ed form\u00e1tu nastaven\u00ed.
-OpenIDE-Module-Display-Category=Infrastruktura
-
diff --git a/l10n/src/cs/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_cs.properties b/l10n/src/cs/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_cs.properties
deleted file mode 100644
index f868acf..0000000
--- a/l10n/src/cs/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_cs.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Long-Description=Modul, kter\u00fd poskytuje novou API vym\u011bn\u00ed NodeAction, CookieAction, atd.
-OpenIDE-Module-Name=Akce SPI (experiment\u00e1ln\u00ed)
-OpenIDE-Module-Short-Description=Nahrazen\u00ed pro NodeAction, CookieAction, atd.
-
diff --git a/l10n/src/cs/platform/templates/templates/org/netbeans/modules/templates/Bundle_cs.properties b/l10n/src/cs/platform/templates/templates/org/netbeans/modules/templates/Bundle_cs.properties
deleted file mode 100644
index ca68dbd..0000000
--- a/l10n/src/cs/platform/templates/templates/org/netbeans/modules/templates/Bundle_cs.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Long-Description=Tato jednotka v\u00e1\u017ee Datasystems API se Scripting API. N\u00e1sledkem tohoto je mo\u017en\u00e9 u\u017e\u00edvat n\u011bjak\u00fd skriptovac\u00ed a \u0161ablonov\u00fd jazyk k tomu, aby generoval \u0161ablony.
-OpenIDE-Module-Name=Pokro\u010dil\u00fd Templating
-OpenIDE-Module-Short-Description=Pokro\u010dil\u00fd Templating nejen pro Datasystems
-ERR_Switch_To_Java_6=Nelze vyplnil \u0161ablonu, zkuste pou\u017e\u00edt skriptovac\u00ed engine z JDK 1.6 \u010di nov\u011bj\u0161\u00ed.\n\nPros\u00edm spus\u0165te NetBeans pod JDK 1.6 pro vy\u0159e\u0161en\u00ed probl\u00e9mu.\nNav\u0161tivte http://wiki.netbeans.org/FaqNetbeansConf pro zji\u0161t\u011bn\u00ed n\u00e1vodu.
-
diff --git a/l10n/src/de/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_de.properties b/l10n/src/de/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_de.properties
deleted file mode 100644
index ecbd4cc..0000000
--- a/l10n/src/de/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_de.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Modul f\u00fcr Erstellungs-Harness
-OpenIDE-Module-Display-Category=Entwicklung NetBeans
-OpenIDE-Module-Short-Description=L\u00e4sst die Erstellung externer Plugin-Module aus Quelltexten zu.
-OpenIDE-Module-Long-Description=Dies ist die Erstellungs-Harness zur Entwicklung von NetBeans-Modulen (mit oder ohne IDE) Sie wird normalerweise von NetBeans Modulprojekten implizit genutzt. F\u00fcr technische Dokumentation, siehe Harness/LIESMICH.
-
diff --git a/l10n/src/de/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_de.properties b/l10n/src/de/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_de.properties
deleted file mode 100644
index f388239..0000000
--- a/l10n/src/de/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_de.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Entwicklung NetBeans
-OpenIDE-Module-Long-Description=ANT-Ziele f\u00fcr die Messung der Testabdeckung von apisupport-Projekten mit Hilfe von Cobertura.\nUm Ergebnisse zu erhalten und in einem externen Browser anzuzeigen, bitte 'display-coverage-report' auf einem Projekt anklicken.\nF\u00fcr die Integration mit dem Module Build Harness.
-OpenIDE-Module-Name=Modul f\u00fcr die Testabdeckung mit Cobertura
-OpenIDE-Module-Short-Description=ANT-Ziele f\u00fcr das Messen der Testabdeckung in apisupport-Projekten mit Hilfe von Cobertura.
-
diff --git a/l10n/src/de/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_de.properties b/l10n/src/de/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_de.properties
deleted file mode 100644
index 07a7ce3..0000000
--- a/l10n/src/de/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_de.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name= Jelly Werkzeug-Plattform
-
diff --git a/l10n/src/de/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_de.properties b/l10n/src/de/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_de.properties
deleted file mode 100644
index e765916..0000000
--- a/l10n/src/de/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_de.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Testwerkzeuge
-OpenIDE-Module-Short-Description=Jemmy Test-Bibliothek.
-OpenIDE-Module-Long-Description=Eine allgemeine Bibliothek zur Ausf\u00fchrung automatischer GUI-Tests.
-
-
diff --git a/l10n/src/de/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_de.properties b/l10n/src/de/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_de.properties
deleted file mode 100644
index 43df3a3..0000000
--- a/l10n/src/de/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_de.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Testwerkzeuge
-OpenIDE-Module-Long-Description=NetBeans-Erweiterungen f\u00fcr JUnit einschliesslich assertGC, assertSize, getWorkDir, LineDiff, usw.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=NetBeans-Erweiterungen f\u00fcr JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/de/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_de.properties
deleted file mode 100644
index d2c524f..0000000
--- a/l10n/src/de/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_de.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Bibliotheken
-OpenIDE-Module-Short-Description=INSANE-Bibliothek zur Heap-Analyse.
-OpenIDE-Module-Long-Description=Eine Bibliothek f\u00fcr die Online-Analyse des Heaps der eigenen JVM.
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_de.properties
deleted file mode 100644
index 9fac05b..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_de.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Aufbau
-OpenIDE-Module-Name=NBI Ant-Bibliothek
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_de.properties
deleted file mode 100644
index 4a85472..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_de.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=Die aktuelle Plattform wird nicht unterst\u00fctzt.
-I.error.load.engine.properties=Eigenschaften der Engine k\u00f6nnen nicht geladen werden
-
-I.warning.silent.without.state=Die Option "{1}" wird bei Benutzung von "{0}" ben\u00f6tigt. "{0}" wird ignoriert.
-
-I.error.cannot.create.local.dir=Lokales Verzeichnis kann nicht angelegt werden: {0}
-I.error.local.dir.is.file=Lokales Verzeichnis existiert, ist aber eine Datei: {0}
-I.error.no.read.permissions.for.local.dir=Von lokalem Verzeichnis {0} kann nicht gelesen werden - unzureichende Rechte
-I.error.no.write.permissions.for.local.dir=In lokales Verzeichnis {0} kann nicht geschrieben werden - unzureichende Rechte
-
-I.lock.file.exists.dialog.title=Die Sperrdatei des NetBeans-Installationssystems wurde gefunden.
-I.lock.file.exists.dialog.text=Die Sperrdatei des Installationssystems wurde in {0} gefunden\n\nEntweder l\u00e4uft bereits eine Installation, oder die letzte wurde nicht korrekt beendet.\nEs ist nicht empfehlenswerte mehrere Installationen zur gleichzeitig durchzuf\u00fchren, da dies die Installationsdaten korrumpieren kann.\n\nWenn zur Zeit keine andere Installation l\u00e4uft, bitte auf "Ja" klicken, um fortzufahren, bzw. auf "Nein" um die Installation abzubrechen.\n
-
-I.error.cannot.create.lock.file=Sperrung der lokalen Registrierung kann nicht erzeugt werden
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_de.properties
deleted file mode 100644
index 6b950e9..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_de.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Herunterladen von {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_de.properties
deleted file mode 100644
index b08a602..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_de.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=Die Proxytypen {0} und {1} stehen in Konflikt zueinander
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI darf nicht "null" sein
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Verbindung zu {1} \u00fcber {0} ist fehlgeschlagen
-US.error.failed.configure.proxy=Proxy {0} f\u00fcr {1} konnte nicht konfiguriert werden
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_de.properties
deleted file mode 100644
index 59d6973..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_de.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Lokale Registrierung [{0}] wird geladen
-R.error.loading.local.registry.failed.title=Lokale Registrierung konnte nicht geladen werden
-R.error.loading.local.registry.failed.msg=Die lokale Registrierung ({0}) konnte nicht oder nur teilweise geladen werden.\nDie Installation kann normal fortgesetzt werden, was aber zu einer korrumpierten globalen Registrierung f\u00fchren kann.\n"Ja" um fortzusetzen, "Nein" um die Installation abzubrechen.
-
-R.loading.bundled.registry=Sammlungsregistrierung [{0}] wird geladen
-R.error.loading.bundled.registry.failed.title=Sammlungsregistrierung konnte nicht geladen werden
-R.error.loading.bundled.registry.failed.msg=Die Sammlungsregistrierung ({0}) konnte nicht oder nur teilweise geladen werden.\nDie Installation kann normal fortgesetzt werden, was aber zu einer korrumpierten globalen Registrierung f\u00fchren kann.\n"Ja" um fortzusetzen, "Nein" um die Installation abzubrechen.
-
-R.loading.remote.registry=Remote-Registrierung [{0}] wird geladen
-R.error.loading.remote.registry.failed.title=Remote-Registrierung konnte nicht geladen werden
-R.error.loading.remote.registry.failed.msg=Die Remote-Registrierung ({0}) konnte nicht oder nur teilweise geladen werden.\nDie Installation kann normal fortgesetzt werden, was aber zu einer korrumpierten globalen Registrierung f\u00fchren kann.\n"Ja" um fortzusetzen, "Nein" um die Installation abzubrechen.
-
-R.error.cannot.delete.data=Gepufferte Installationinformationen k\u00f6nnen nicht gel\u00f6scht werden
-R.save.local.registry.title=Lokale Registrierung wird gespeichert
-R.save.local.registry.detail=Speichern nach {0}
-
-R.error.missing.target.component.title=Zielkomponente nicht gefunden
-R.error.missing.target.component.msg=Die angegebene Zielkomponente - {0}/{1}\nkonnte in der Registrierung nicht gefunden werden. Das Installationssystem\nkann fortfahren, als ob die Zielkomponente nicht spezifiziert wurde.\n"Ja" um fortzusetzen, "Nein" um die Installation abzubrechen.
-
-R.error.validation.title=Validierungsproblem
-R.error.validation.msg=Die Installation von {0} ist korrumpiert.\nDie Validierung hat folgende Warnung erzeugt:\n\n{1}\nSoll dieses Produkt als "Nicht installiert" gekennzeichnet und mit der Installation fortgefahren werden?\nDurch Klicken von "Nein" wird die Installation abgebrochen.\n\nHinweis: Die Produkte, die von {2} abh\u00e4ngig sind, werden ebenfalls deaktiviert:\n{3}
-
-R.error.matching.requirement=Keine Komponente konnte die Anforderungen erf\u00fcllen: {0} erfordert {1}
-R.error.cyclic.dependency=Zyklische Abh\u00e4ngigkeit: {0}, {1}
-
-R.loading.registry.properties=Registrierungseigenschaften werden geladen
-R.loading.component=Lade Komponente: Uid={0}, Version={1}
-R.error.loading.components=Komponenten k\u00f6nnen nicht geladen werden
-R.error.registry.finalization=Registrierung kann nicht abgeschlossen werden
-R.error.registry.document.loading=Registrierungsdokument kann nicht geladen werden
-
-R.error.cannot.create.cache.directory=Lokales Pufferungsverzeichnis {0} f\u00fcr das Produkt kann nicht erzeugt werden
-R.error.cache.is.file=Lokales Pufferungsverzeichnis f\u00fcr das Produkt existiert, ist aber eine Datei: {0}
-R.error.cannot.read.cache=Von lokalem Pufferungsverzeichnis {0} f\u00fcr das Produkt kann nicht gelesen werden - unzureichende Rechte
-R.error.cannot.write.cache=In lokales Pufferungsverzeichnis {0} f\u00fcr das Produkt kann nicht gelesen werden - unzureichende Rechte
-R.error.cannot.create.registry=Lokale Registrierung kann nicht angelegt werden
-
-R.error.registry.is.dir=Lokale Registrierung {0} ist ein Verzeichnis
-R.error.cannot.read.registry=Aus lokaler Registrierung ({0}) kann nicht gelesen werden - Unzureichende Zugriffsberechtigung
-R.error.cannot.write.registry=In lokale Registrierung ({0}) kann nicht geschrieben werden - Unzureichende Zugriffsberechtigung
-
-R.error.cannot.parse.platform=Plattform kann von "{0}" aus nicht analysiert werden
-R.error.cannot.load.registry=Registrierung kann nicht geladen werden
-R.error.parser.not.support.schemas=Das aktuelle Analysesystem - {0} - unterst\u00fctzt keine Schemas.
-
-R.error.unknown.dependency=Unbekannter Abh\u00e4ngigkeitstyp {0}
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_de.properties
deleted file mode 100644
index 64831a4..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_de.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=Das Installationsverzeichnis {0} fehlt.\nWahrscheinlich wurde es manuell gel\u00f6scht.
-PCL.validation.directory.file=Das Installationsverzeichnis {0} ist eine Datei.\nWahrscheinlich wurde es manuell gel\u00f6scht und dann mit einer Datei \u00fcberschrieben.
-PCL.validation.directory.empty=Das Installationsverzeichnis {0} ist leer.\nWahrscheinlich wurde der Inhalt manuell gel\u00f6scht.
-PCL.validation.directory.null=Das Installationsverzeichnis kann nicht gefunden werden.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Daten f\u00fcr {0} k\u00f6nnen nicht initialisiert werden
-P.error.cannot.load.logic=Konfigurationslogik f\u00fcr {0} kann nicht geladen werden
-P.error.installdir.not.set=Installationspfad f\u00fcr {0} wurde nicht gesetzt
-P.error.installdir.set.empty=Installationspfad f\u00fcr {0} enth\u00e4lt eine leere Zeichenkette
-P.error.cannot.create.cache.dir=Lokales Pufferungsverzeichnis {0} f\u00fcr {1} kann nicht erzeugt werden
-P.error.local.cache.not.dir=Lokales Pufferungsverzeichnis {0} f\u00fcr {1} ist kein Verzeichnis
-P.error.cannot.load.product=Produkt {0} kann nicht geladen werden
-P.error.logic.not.yet.downloaded=Konfigurationslogik f\u00fcr {0} wurde noch nicht heruntergeladen
-P.error.installation.data.not.cached=Installationsinformation f\u00fcr {0} ist nicht gepuffert
-P.error.cannot.extract.data=Installationsinformationen f\u00fcr {0} k\u00f6nnen nicht extrahiert werden
-P.error.cannot.save.files.list=Liste der installierten Dateien kann nicht gespeichert werden
-P.error.cannot.get.wizard.components=Teile des Assistenten f\u00fcr eine Komponente k\u00f6nnen nicht abgerufen werden
-P.error.cannot.wrap.for.macos=Verzeichnishierarchie f\u00fcr die MacOS-Anwendung kann nicht erstellt werden
-P.error.cannot.get.files.list=Liste der installierten Dateien kann nicht abgerufen werden
-P.error.cannot.delete.files.list=Liste der installierten Dateien kann nicht gel\u00f6scht werden
-P.error.cannot.delete.file=Datei kann nicht gel\u00f6scht werden
-P.error.cannot.remove.from.system={0} kann nicht aus der Installationsverwaltung des Systems entfernt werden
-P.error.not.enough.space=Installationsinformationen k\u00f6nnen nicht extrahiert werden -- Nicht ausreichend Speicherplatz im Zielverzeichnis.
-P.error.cannot.clear.cache=Pufferdatei ({0}) f\u00fcr Installationsinformationen kann nicht freigemacht werden
-P.error.system.integartion.failed=Integration von {0} in die Paketverwaltung des Systems ist fehlgeschlagen
-
-P.message.installation=Installiere {0}
-P.message.uninstallation=Deinstalliere {0}
-P.message.configuration=Konfiguriere {0}
-P.message.unconfiguration=Hebe Konfiguration f\u00fcr {0} auf
-P.message.legal.artifacts=Erzeuge rechtsg\u00fcltige Artefakte
-P.message.run.logic=F\u00fchre angepasste Konfigurationslogik aus
-P.message.system.registration=Registrierung bei der Paketverwaltung des Systems
-P.message.save.installation.files.list=Speichere Liste der installierten Dateien
-P.message.delete=L\u00f6sche {0}
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_de.properties
deleted file mode 100644
index ae1a446..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_de.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Fehler beim Schreiben der Protokolldatei. Protokoll deaktiviert.
-
-EM.ununexpected.exception=Im Thread {0} ist ein unerwarteter Fehler aufgetreten
-EM.errortype.critical=Kritischer Fehler
-EM.errortype.error=Fehler
-EM.errortype.warning=Warnung
-EM.errortype.message=Nachricht
-EM.unexpected.error=Ein unbekannter Fehler ist aufgetreten.
-EM.exception.message=\n\nException:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nDetails zu diesem Problem befinden sich in der Protokolldatei:\n {0}
-
-FU.error.output.file.entry=Es exisitiert ein Dateieintrag {0}, der keine Datei ist
-FU.error.output.dir.entry=Es exisitiert ein Verzeichniseintrag {0}, der kein Verzeichnis ist
-FU.message.extracting=Extrahiere {0}
-FU.error.load.xml.file.list=XML-Dateien f\u00fcr die Extrahierung k\u00f6nnen nicht geladen werden
-FU.error.unjar.todir=Verzeichnis {0} ist eine existierende Datei. Es kann nicht entpackt werden
-FU.message.copy.dir=Kopiere Verzeichnis: {0} nach: {1}
-FU.message.copy.file=Kopiere Datei: {0} nach: {1}
-FU.error.close.stream=Stream kann nicht geschlossen werden
-FU.error.source.not.readable=Quelle {0} ist nicht lesbar
-FU.error.dest.not.file=Ziel {0} ist keine Datei
-FU.error.dest.creation=Ziel {0} kann nicht erzeugt werden
-FU.error.dest.not.writable=In Ziel {0} kann nicht geschrieben werden
-FU.message.moving=Verschiebe {0} nach {1}
-FU.error.freespace=Freier Speicherplatz bei {0} ist nicht berechenbar
-FU.error.cannot.close.jar=JAR {0} kann nicht geschlossen werden
-FU.error.cannot.create.dir.exist.file=Verzeichnis {0} kann nicht erzeugt werden, da es es eine Datei gleichen Namens gibt
-FU.error.cannot.create.dir=Verzeichnis {0} kann nicht erzeugt werden
-FU.error.not.jar.file=Die geliefert Datei {0} ist kein JAR-Archiv
-FU.error.sha1.not.supported=Heilige [indiziert], diese JVM unterst\u00fctzt kein SHA1
-FU.error.md5.not.supported=Heilige [indiziert], diese JVM unterst\u00fctzt kein MD5
-FU.error.file.security.exception=Unerwartetes Verhalten - Eine Sicherheits\u00fcbertretung w\u00e4hrend des Zugriffs auf Datei {0}
-FU.message.delete.file=L\u00f6sche Datei {0}
-FU.message.delete.dir=L\u00f6sche Verzeichnis {0}
-FU.error.pack200.failed=Pack200 mit Fehler beendet\nFehlernummer: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 mit Fehler beendet\nFehlernummer: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Eigenschaft {0} kann nicht analysiert werden, ihr Wert - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Plattform\u00fcbergreifendes Aussehen (Look&Feel) kann nicht aktiviert werden - Es wird mit Standardaussehen fortgesetzt.
-UI.error.failed.to.activate.defined.laf=Definiertes Aussehen (Look&Feel) kann nicht aktiviert werden - Es wird das plattform\u00fcbergreifende Standardaussehen verwendet.
-UI.error.failed.to.init.ui=Nutzerschnittstelle kann nicht initialisert werden
-UI.error.failed.to.force.gtk=Benutzung von des GTK-Aussehens (Look&Feel) kann nicht erzwungen werden
-UI.silent.default.yes=Weiter mit Ja (standard) Option...
-UI.silent.default.no=Weiter mit Nein (standard) Option...
-UI.silent.default.cancel=Weiter mit Abbrechen (standard) Option...
-
-StrU.error.cannot.parse.status=Status {0} kann nicht analysiert werden
-StrU.error.unknown.platform=Plattform "{0}" wurde nicht erkannt.
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_de.properties
deleted file mode 100644
index d81f038..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_de.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=JDK-Verifikation konnte nicht ausgef\u00fchrt werden
-JU.error.cannot.delete={0} kann nicht gel\u00f6scht werden
-JU.error.cannot.download.testjdk=TestJDK.class kann nicht von {0} heruntergeladen werden
-JU.error.cannot.canonize={0} kann nicht kanonisiert werden
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_de.properties
deleted file mode 100644
index b9ef023..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_de.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Erforderlicher Parameter f\u00fcr das Kommandozeilenargument "{0}" wurde nicht gefunden.\nSollte "{0} <look-and-feel-class-name>" sein.
-O.warning.bad.target.arg=Erforderlicher Parameter f\u00fcr das Kommandozeilenargument "{0}" wurde nicht gefunden.\nSollte "{0} <target-component-uid> <target-component-version>" sein.
-O.warning.bad.locale.arg.param=Ung\u00fcltiger Parameter f\u00fcr das Kommandozeilenargument "{0}" -- "{1}".Sollte "{0} <language>[_<country>[_<variant>]]" sein.
-O.warning.bad.locale.arg=Erforderlicher Parameter f\u00fcr das Kommandozeilenargument "{0}" wurde nicht gefunden.\nSollte "{0} <Sprache>[_<Land>[_<Variante>]]>" sein.
-O.warning.missing.state.file=Die angebene Zustandsdatei "{1}" existiert nicht.\nDer Parameter "{0}" wird ignoriert.
-O.warning.bag.state.file.arg=Erforderlicher Parameter f\u00fcr das Kommandozeilenargument "{0}" wurde nicht gefunden.\nSollte "{0} <state-file-path>" sein.
-O.warning.target.state.file.exists=Die angebene Zustandsdatei "{1}" existiert.\nDer Parameter "{0}" wird ignoriert.
-O.warning.bad.target.state.file.arg=Erforderlicher Parameter f\u00fcr das Kommandozeilenargument "{0}" wurde nicht gefunden.\n Sollte "{0} <state-file-path>" sein.
-O.warning.bundle.file.exists=Die angebene Zieldatei "{1}" existiert.\nDer Parameter "{0}" wird ignoriert.
-O.warning.bad.create.bundle.arg=Erforderlicher Parameter f\u00fcr das Kommandozeilenargument "{0}" wurde nicht gefunden.\nSollte "{0} <target-file-path>" sein.
-O.warning.bad.userdir.arg=Erforderlicher Parameter f\u00fcr das Kommandozeilenargument "{0}" wurde nicht gefunden.\nSollte "{0} <userdir-path>" sein.
-O.warning.bad.platform.arg=Erforderlicher Parameter f\u00fcr das Kommandozeilenargument "{0}" wurde nicht gefunden.\nSollte "{0} <target-platform>" sein.
-O.warning.bad.registry.arg=Erforderlicher Parameter f\u00fcr das Kommandozeilenargument "{0}" wurde nicht gefunden.\nSollte "{0} <remote-registry-url>" sein.
-O.warning.bad.properties.arg=Erforderlicher Parameter f\u00fcr das Kommandozeilenargument "{0}" wurde nicht gefunden.\nSollte "{0} <properties-file-path>" sein.
-O.warning.bad.bundle.properties.arg=Erforderlicher Parameter f\u00fcr das Kommandozeilenargument "{0}" wurde nicht gefunden.\nSollte "{0} <bundle-properties-file-path>" sein.
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_de.properties
deleted file mode 100644
index 3f140d0..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_de.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Nicht installiert
-Status.to-be-installed=Noch zu installieren
-Status.installed=Installiert
-Status.to-be-uninstalled=Zu Deinstallieren
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Erfolgreich installiert
-DetailedStatus.install.warning=Mit Warnungen installiert
-DetailedStatus.install.error=Installation fehlgeschlagen
-DetailedStatus.uninstall.success=Erfolgreich deinstalliert
-DetailedStatus.uninstall.warning=Mit Warnungen deinstalliert
-DetailedStatus.uninstall.error=Deinstallation fehlgeschlagen
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_de.properties
deleted file mode 100644
index 782e426..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_de.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Herunterladen von Fenstericon von URI - {0} - fehlgeschlagen.
-NF.error.failed.to.set.frame.icon=Fenstericon konnte nicht gesetzt werden.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Durchsuchen
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_de.properties
deleted file mode 100644
index 1395f29..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_de.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=Die angegebene Prozentzahl - {0} ist ung\u00fcltig. Die absolute Prozentzahl der zusammengefassten \nFortschrittsanzeige (Summe aus dem eigenen Fortschritt und dem der \nUnterprozesse) darf nicht kleiner als {1} und nicht gr\u00f6\u00dfer als {2} sein.
-
-CP.error.progress=Der angegebene Unterprozess existiert nicht in der zusammengefassten\nFortschrittsanzeige, kann also nicht entfernt werden. 
-
-################################################################################
-# Progress.java
-P.error.percentage=Die angegebene Prozentzahl - {0} ist ung\u00fcltig. Die absolute Prozentzahl der zusammengefassten \nFortschrittsanzeige darf nicht kleiner als {1} und gr\u00f6\u00dfer als {2} sein.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_de.properties
deleted file mode 100644
index 5e1a6e0..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_de.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Sammlung kann nicht aus {0} geladen werden
-LP.error.no.files=In {0} gibt es keine Dateien
-LP.error.not.directory={0} ist kein Verzeichnis
-LP.error.directory.do.not.exist=Das Verzeichnis {0} existiert nicht
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_de.properties
deleted file mode 100644
index 840ccd5..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_de.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=Keine ge\u00fcndelten oder externen JAR-Dateien
-CnL.error.cannot.find.jvm.file=JVM-Datei {0} kann nicht gefunden werden
-CnL.error.cannot.find.class=Klasse {0} kann in den geb\u00fcndelten Dateien nicht gefunden werden und es wurden auch keine externen Dateien angegeben
-CnL.error.main.class.unspecified=Kein spezifizierte Hauptklasse unter den geb\u00fcndelten Dateien
-CnL.error.cannot.get.output.name=Keine geb\u00fcndelten Dateien - Name der Ausgabedatei kann nicht bestimmt werden
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Bild des Programmstartes kann nicht aus {0} geladen werden
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_de.properties
deleted file mode 100644
index 27e40a5..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_de.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Standardpfad f\u00fcr die Anwendung kann nicht abgerufen werden
-SR.error.cannot.parse.pattern=Muster {0} kann nicht analysiert werden.
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_de.properties
deleted file mode 100644
index c082600..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_de.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Auf Native Methode kann nicht zugegriffen werden
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_de.properties
deleted file mode 100644
index 3b9fd00..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_de.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Erzeugung der Standardinstanz f\u00fcr Assistenten fehlgeschlagen.
-W.error.failed.to.load.components=Laden der Assistentenkomponente von {0} fehlgeschlagen; Verwendeter Classloader: {1}.
-W.error.failed.to.load.component=Laden der Assistentenkomponente von XML-Element {0} fehlgeschlagen; Verwendeter Classloader: {1}.
-W.error.unknown.ui.mode=Unbekannter UI-Modus - {0}.
-W.error.cannot.move.backward.silent=Im Hintergrundmodus kann nicht r\u00fcckw\u00e4rts gegangen werden.
-W.error.cannot.move.backward.at.first=Kein R\u00fcckschritt m\u00f6glich - der Assistent ist bereits das erste Element.
-W.error.parser.unsupports.schemas=Das aktuelle Analysesystem - {0} - unterst\u00fctzt keine Schemas.
-W.error.interrupted=W\u00e4hrend der Wartezeit unterbrochen 
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_de.properties
deleted file mode 100644
index 5bc1c72..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_de.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans-IDE Installationssystem
-WC.description=Beschreibung des NetBeans-Installationssystems
-
-WC.help.button.text=&Hilfe!
-WC.back.button.text=< &Zur\u00fcck
-WC.next.button.text=&Weiter>
-WC.cancel.button.text=Abbrechen
-WC.finish.button.text=&Beenden
-
-WC.cancel.dialog.title=Abbrechen
-WC.cancel.dialog.text=Soll wirklich abgebrochen werden?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=Eine InterruptedException ist aufgetreten.
-
-WA.canceling.progress.title=Abbruch, aktuelle Operation wird beendet...
-
-WA.cancel.dialog.title=Abbrechen
-WA.cancel.dialog.text=Soll wirklich abgebrochen werden?
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_de.properties
deleted file mode 100644
index 8eba383..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_de.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Puffere Engine...
-CEA.description=Bitte warten, w\u00e4hrend die Engine gepuffert wird.
-CEA.error.cannot.cache.engine=Installationssystem kann nicht gepuffert werden
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Erzeuge Sammlung...
-CBA.description=Bitte warten, w\u00e4hrend der Assistent eine Sammlung der gew\u00e4hlten Komponenten erzeugt.
-
-CBA.progress.create.bundle.title=Erzeuge eine wiederverwertbare Sammlung in {0}
-CBA.progress.add.engine.detail=F\u00fcge Installationssystem zur Sammlung hinzu
-CBA.progress.add.product.detail=F\u00fcge {0} hinzu...
-CBA.progress.add.group.detail=F\u00fcge {0} hinzu...
-
-CBA.error.failed.create.bundle=Sammlung konnte nicht erzeugt werden
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Erzeuge nativen Programmstarter...
-CNLA.description=Bitte warten, w\u00e4hrend der Assistent einen Starter f\u00fcr die JAR-Datei erstellt.
-CNLA.error.failed.create.launcher=Nativer Starter konnte nicht erzeugt werden
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Erzeuge MacOSX-Anwendungs-Starter...
-CMALA.description=Bitte warten, w\u00e4hrend der Assistent einen Starter f\u00fcr die JAR-Datei erstellt.
-CMALA.error.failed.create.launcher=Anwendungs-Starter konnte nicht erzeugt werden
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Bereite Konfigurationslogik vor...
-DCLA.description=Bitte warten, w\u00e4hrend der Assistent die Konfigurationslogik f\u00fcr die gew\u00e4hlten Komponenten vorbereitet.
-DCLA.progress.remote.title=Lade Konfigurationslogik f\u00fcr {0} herunter
-DCLA.progress.local.title=Entpacke Konfigurationslogik f\u00fcr {0}
-DCLA.failed=Herunterladen von Konfigurationslogik f\u00fcr {0} fehlgeschlagen.
-DCLA.dependent.failed={0} kann nicht installiert werden, da die Installation von {1} fehlgeschlagen ist
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Bereite Installationsdaten vor...
-DIDA.description=Bitte warten, w\u00e4hrend der Assistent die Installationsdaten f\u00fcr die gew\u00e4hlten Komponenten vorbereitet.
-DIDA.progress.remote.title=Herunterladen der Installationsdaten f\u00fcr {0}
-DIDA.progress.local.title=Entpacken der Installationsdaten f\u00fcr {0}
-DIDA.failed=Herunterladen der Installationsdaten f\u00fcr {0} fehlgeschlagen.
-DIDA.dependent.failed={0} kann nicht installiert werden, da die Installation von {1} fehlgeschlagen ist
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Initialisiere...
-IRA.description=Bitte warten, w\u00e4hrend der Assistent initialisiert wird.
-IRA.registry.initialization.failed=Registrierung kann nicht initialisiert werden
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Beenden...
-FRA.description=Bitte warten, w\u00e4hrend der Assistent beendet wird.
-FRA.registry.finalization.failed=Registrierung kann nicht beendet werden
-
-################################################################################
-# InstallAction.java
-IA.title=Installiere...
-IA.description=Bitte warten, w\u00e4hrend der Assistent die gew\u00e4hlten Komponenten installiert.
-IA.progress.install.title=Installiere {0}...
-IA.progress.rollback.title=Abbruch, R\u00fcckg\u00e4ngig machen von {0}...
-IA.install.dependent.failed={0} kann nicht installiert werden, da die Installation von {1} fehlgeschlagen ist
-IA.install.unknown.error=Unbekannter Fehler
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Suche nach Java\u2122-Umgebungen...
-SFJA.description=Bitte warten, w\u00e4hrend der Assistent nach bestehenden Java\u2122-Umgebungen sucht.
-SFJA.prepare.list=Bereite Verzeichnisliste vor...
-SFJA.checking=Pr\u00fcfe {0}
-SFJA.search.java=Suche nach installierten Java-Umgebungen...
-SFJA.entry.label={0} (v. {1} von {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(nicht-endg\u00fcltig)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Deinstalliere...
-UA.description=Bitte warten, w\u00e4hrend der Assistent die gew\u00e4hlten Komponenten deinstalliert.
-UA.progress.uninstall.title=Deinstalliere {0}
-UA.uninstall.dependent.failed={0} kann nicht deinstalliert werden, da die Deinstallation von {1} fehlgeschlagen ist
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=UID der Quellkomponente wurde nicht gesetzt
-SILA.error.cannot.find.component=Komponente mit der UID {0} existiert nicht
-SILA.error.cannot.get.logic=Auf die Konfigurationslogik von {0} kann nicht zugegriffen werden
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_de.properties
deleted file mode 100644
index fc23bd1..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_de.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Pfad:
-ALP.location.button.text=Du&rchsuchen...
-ALP.list.label.text=&Folgende Verzeichnisse wurden durch den Suchalgorithmus gefunden:
-
-ALP.error.nothing.found=Es wurden keine kompatiblen Anwendungen gefunden.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Komponentenauswahl
-CSP.description.both=Die zu installierenden Komponenten ausw\u00e4hlen. Die zu deinstallierenden Komponenten abw\u00e4hlen.
-CSP.description.install=Die zu installierenden Komponenten ausw\u00e4hlen.
-CSP.description.uninstall=Die zu deinstallierenden Komponenten abw\u00e4hlen.
-CSP.feature.description.title=Funktionsbeschreibung
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Installationsgr\u00f6\u00dfe: {0}     Downloadgr\u00f6\u00dfe: {1}
-CSP.sizes.label.text.no.download=Installationsgr\u00f6\u00dfe: {0}
-
-CSP.default.installation.size=k.A.
-CSP.default.download.size=k.A.
-
-CSP.error.no.changes.both=Kein Feature ausgew\u00e4hlt. Es mu\u00df mindestens ein Feature f\u00fcr die De-/Installation ausgew\u00e4hlt werden.
-CSP.error.no.changes.install=Kein Feature ausgew\u00e4hlt. Es mu\u00df mindestens ein Feature f\u00fcr die Installation ausgew\u00e4hlt werden.
-CSP.error.no.changes.uninstall=Kein Feature ausgew\u00e4hlt. Es mu\u00df mindestens ein Feature f\u00fcr die Deinstallation ausgew\u00e4hlt werden.
-CSP.error.requirement.install={1} wird f\u00fcr die Installation von {0} ben\u00f6tigt.
-CSP.error.conflict.install={0} steht in Konflikt zu {1}.
-CSP.error.requirement.uninstall={0} wird von {1} ben\u00f6tigt.
-CSP.error.not.enough.space.to.download=Nicht gen\u00fcgend Festplattenspeicher f\u00fcr den Download der Installationsdaten. {1} wird in {0} zus\u00e4tzlich ben\u00f6tigt.
-CSP.error.not.enough.space.to.extract=Nicht gen\u00fcgend Festplattenspeicher f\u00fcr das Entpacken der Installationsdaten. {1} wird in {0} zus\u00e4tzlich ben\u00f6tigt.
-CSP.error.cannot.check.space=Freier Speicherplatz ist nicht berechenbar
-
-################################################################################
-# DestinationPanel.java
-DP.title=Installationsverzeichnis
-DP.description=Zielverzeichnis ausw\u00e4hlen
-
-DP.destination.label.text=&Installationspfad:
-DP.destination.button.text=Du&rchsuchen...
-
-DP.error.null=Das Installationsverzeichnis kann nicht leer sein.
-DP.error.not.valid=Das angegebene Installationsverzeichnis ist ung\u00fcltig.
-DP.error.contains.exclamation=Das Installationsverzeichnis darf kein Ausrufezeichen (!) enthalten.
-DP.error.contains.semicolon=Das Installationsverzeichnis darf kein Semikolon (;) enthalten.
-DP.error.contains.colon=Das Installationsverzeichnis darf keinen Doppelpunkt (:) enthalten.
-DP.error.contains.ampersand=Das Installationsverzeichnis darf kein "Und"-Zeichen (&) enthalten.
-DP.error.contains.wrong.char=Das Installationsverzeichnis enth\u00e4lt ein ung\u00fcltiges Zeichen: ({1}).
-DP.error.matches.prohibited.regexp=Das Installationsverzeichnis ist ung\u00fcltig (es pa\u00dft zu dem verbotenen Muster {1}).
-DP.error.not.absolute=Das Installationsverzeichnis mu\u00df als absolute Pfadangabe vorliegen.
-DP.error.cannot.canonize=Das Installationsverzeichnis kann nicht kanonisiert werden.
-DP.error.not.directory=Das angegebene Installationsverzeichnis ist kein Verzeichnis.
-DP.error.not.readable=Das angegebene Installationsverzeichnis ist nicht lesbar.
-DP.error.not.writable=Das angegebene Installationsverzeichnis ist schreibgesch\u00fctzt.
-DP.error.not.empty=Das angegebene Installationsverzeichnis ist nicht leer.
-DP.error.not.ends.with.app=Das Installationsverzeichnis mu\u00df auf ".app" enden.
-DP.error.not.enough.space=Nicht gen\u00fcgend Speicherplatz. {1} wird in {0} zus\u00e4tzlich ben\u00f6tigt.
-DP.error.cannot.get.logic=Konfigurationslogik kann nicht abgerufen werden.
-DP.error.cannot.check.space=Freier Speicherplatz ist nicht berechenbar
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122-Verzeichnis:
-JLP.location.label.text.java=Verzeichnis der &Java\u2122-Umgebung:
-JLP.location.button.text=Du&rchsuchen...
-JLP.list.label.text=&Liste der passenden JDK\u2122 auf diesem System:
-JLP.list.label.text.java=&Liste der passenden Java\u2122-Umgebungen auf diesem System:
-
-JLP.error.null=Der Pfad zum JDK darf nicht leer sein.
-JLP.error.null.java=Der Pfad zur Javaumgebung darf nicht leer sein.
-JLP.error.not.valid.path=Das angegebene JDK-Verzeichnis ({0}) ist ung\u00fcltig.
-JLP.error.not.valid.path.java=Das angegebene Verzeichnis f\u00fcr die Javaumgebung ( {0}) ist ung\u00fcltig.
-JLP.error.path.not.exists=Das angegebene JDK-Verzeichnis ({0}) existiert nicht.
-JLP.error.path.not.exists.java=Das angegebene Verzeichnis f\u00fcr die Javaumgebung ( {0}) existiert nicht.
-JLP.error.not.javahome=Das angegebene JDK-Verzeichnis ({0}) enth\u00e4lt kein JDK.
-JLP.error.not.javahome.java=Das angegebene Verzeichnis f\u00fcr die Javaumgebung ( {0}) enh\u00e4lt keine Javaumgebung.
-JLP.error.not.jdk=Das angegebene JDK-Verzeichnis ({0}) enth\u00e4lt ein JRE, es ist aber ein komplettes JDK erforderlich.
-JLP.error.wrong.version.older=Das angegebene JDK-Verzeichnis ({0}) enth\u00e4lt die JDK-Version "{1}", mindestens JDK "{2}" ist aber erforderlich.
-JLP.error.wrong.version.older.java=Das angegebene Verzeichnis f\u00fcr die Javaumgebung ({0}) enth\u00e4lt die Java-Version "{1}", mindestens "{2}" ist aber erforderlich.
-JLP.error.wrong.version.newer=Das angegebene JDK-Verzeichnis ({0}) enth\u00e4lt die JDK-Version "{1}", maximal JDK "{2}" ist aber erlaubt.
-JLP.error.wrong.version.newer.java=Das angegebene Verzeichnis f\u00fcr die Javaumgebung ({0}) enth\u00e4lt die Java-Version "{1}", maximal "{2}" ist aber erlaubt.
-JLP.error.wrong.vendor=Das angegebene JDK-Verzeichnis ({0}) enth\u00e4lt das JDK  eines nicht unterst\u00fctzten Herstellers ({1}). Unterst\u00fctze Hersteller sind "{2}".
-JLP.error.wrong.vendor.java=Das angegebene Verzeichnis f\u00fcr die Javaumgebung ({0}) enth\u00e4lt ein Java eines nicht unterst\u00fctzten Herstellers ({1}). Unterst\u00fctze Hersteller sind "{2}".
-JLP.error.unknown=W\u00e4hrend der Pfadvalidierung ist ein unebkannter Fehler aufgetreten.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=Das Installationssystem konnte kein kompatibles JDK finden. JDK-Verzeichnis manuell angeben.Die im Minimum ben\u00f6tigte Version ist {0}. Um ein JDK herunterzuladen, bitte <a href="{2}">{2}</a> \u00f6ffnen.
-JLP.error.nothing.found.java=Das Installationssystem konnte keine kompatible Javaumgebung finden; bitte manuell angeben.Die im Minimum ben\u00f6tigte Version ist {0}. Um eine Javaumgebung herunterzuladen, bitte <a href="{2}">{2}</a> \u00f6ffnen.
-
-JLP.usedby.label={0} (benutzt von {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Zusammenfassung der Sammlung (Nachbearbeitung)
-PoCBSP.dialog.description=Zum Verlassen auf "Beenden" klicken.
-
-PoCBSP.message.success.text=Der Installationsassistent hat die ausgew\u00e4hlten Aktionen erfolgreich ausgef\u00fchrt.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=W\u00e4hrend der Erzeugung der Sammlung sind einige Fehler aufgetreten.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=Folgende Komponenten wurden erfolgreich zusammengefasst:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=Bei folgenden Komponenten ist die Zusammenfassung fehlgeschlagen:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=Protoko&ll anzeigen
-PoCBSP.send.log.button.text=Protokoll &senden
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Installationsassistent - Zusammenfassung nach der Installation
-
-PoISP.message.success.text=Der Installationsassistent hat die ausgew\u00e4hlten Aktionen erfolgreich ausgef\u00fchrt.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=W\u00e4hrend der De-/Instalaltion wurden einige Warnungen erzeugt.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=W\u00e4hrend der De-/Instalaltion sind einige Fehler aufgetreten.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=Folgende Komponenten wurden erfolgreich installiert:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=Folgende Komponenten wurden mit Warnungen installiert:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=Bei folgenden Komponenten ist die Installation fehlgeschlagen:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=Folgende Komponenten wurden erfolgreich deinstalliert:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=Folgende Komponenten wurden mit Warnungen deinstalliert:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=Bei folgenden Komponenten ist die Deinstallation fehlgeschlagen:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=&Details anzeigen
-PoISP.view.log.button.text=Protoko&ll anzeigen
-PoISP.send.log.button.text=Protokoll &senden
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Protokoll ist nicht verf\u00fcgbar
-
-PoISP.message.files.remaining=Einige Dateien k\u00f6nnen nicht aus dem Installationsverzeichnis von {0} entfernt werden. Sie m\u00fcssen eventuell manuell entfernt werden.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Zusammenfassung - Vor der Sammlung
-PrCBSPdialog.description="Erzeugen" klicken um die Sammlung zu erstellen.
-
-PrCBSPmessage.text=Der Assistent hat alle Daten f\u00fcr die Erzeugung der Sammlung erstellt. Bitte die Auswahl \u00fcberpr\u00fcfen. Zum Fortfahren:"Weiter" anklicken.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=Folgende Komponenten sollen in die Sammlung aufgenommen werden:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Downloadgr\u00f6\u00dfe (total): {0}
-PrCBSPrequired.disk.space.label.text=Ben\u00f6tigter Festplattenplatz (total): {0}
-PrCBSPcreate.button.text=&Erzeugen
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Zusammenfassung - Vor der Installation
-
-PrISP.message.text=Der Assistent hat alle Daten f\u00fcr die De-/Installation erstellt. Bitte die Auswahl \u00fcberpr\u00fcfen. Zum Fortfahren:"Weiter" anklicken.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=Folgende Komponenten wurden zur Installation ausgew\u00e4hlt:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=Folgende Komponenten wurden zur Deinstallation ausgew\u00e4hlt:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Downloadgr\u00f6\u00dfe (total): {0}
-PrISP.required.disk.space.label.text=Ben\u00f6tigter Festplattenplatz (total): {0}
-PrISP.install.button.text=&Installieren
-
-PrISP.error.not.enough.space=F\u00fcr eine Installation steht nicht gen\u00fcgend Speicherplatz zur Verf\u00fcgung. {1} wird zus\u00e4tzlich in {0} ben\u00f6tigt.
-PrISP.error.cannot.check.space=Freier Speicherplatz ist nicht berechenbar
-PrISP.error.logic.access=Auf die Konfigurationslogik des Produktes kann nicht zugegriffen werden
-PrISP.error.fsroots=Liste der Dateisystemwurzeln kann nicht erstellt werden
-PrISP.error.non.existent.root={0} soll nach {1} installiert werden, welches aber zu keiner Dateisystemwurzel geh\u00f6rt.
-PrISP.error.cannot.write=Der Assistent hat keine Schreibberechtigung f\u00fcr {1}, welches das Installationsverzeichnis von {0} ist. Bitte die Berechtigung korrigieren und dann fortfahren.
-
-################################################################################
-# LicensesPanel.java
-LP.title=Lizenzvereinbarung
-LP.description=Bitte folgende Lizenzvereinbarung sorgf\u00e4ltig lesen.
-
-LP.accept.checkbox.text=Ich &akzeptiere die Bedingungen des Lizenzabkommens
-LP.error.cannot.get.logic=Auf die Konfigurationslogik kann nicht zugegriffen werden
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<Kein Text>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Soll wirklich abgebrochen werden?
-EMP.cancel.dialog.title=Abbrechen
-EMP.error.failed.input.verify=Eingabe kann nicht verifiziert werden
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_de.properties
deleted file mode 100644
index af2a6ff..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_de.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Herunterladen von Assistentenicon von URI - {0} - fehlgeschlagen.
-SFC.error.failed.to.set.icon=Setzen des "swing frame container icons" ist fehlgeschlagen.
-SFC.error.failed.to.attach.error.handler=Angepasste Fehlerbehandlung konnte dem EDT nicht hinzugef\u00fcgt werden.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Standardoperation f\u00fcr das Schli\u00dfen kann nicht gesetzt werden
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_de.properties
deleted file mode 100644
index 7ad4ece..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_de.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Installationsdetails
-IDD.component.label=Komponente
-IDD.status.label=Status
-
-ILD.loading.logfile=Lade Protokolldatei. Bitte warten...
-ILD.error.reading.log=Protokolldatei {0} kann nicht gelesen werden.
-ILD.error.log.contents=Inhalt des Protokolls ist nicht verf\u00fcgbar.
-
diff --git a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_de.properties b/l10n/src/de/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_de.properties
deleted file mode 100644
index 66c39d8..0000000
--- a/l10n/src/de/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_de.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Aufbau
-OpenIDE-Module-Name=NBI Engine-Bibliothek
-
diff --git a/l10n/src/de/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_de.properties b/l10n/src/de/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_de.properties
deleted file mode 100644
index 271c009..0000000
--- a/l10n/src/de/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_de.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name= Apple-Programmmen\u00fc
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description= Aktiviert die Unterst\u00fctzung f\u00fcr das Apple-Programmmen\u00fc
-
-OpenIDE-Module-Long-Description= Passt die Men\u00fcleiste so an, dass sie Apple-konform ist. Daf\u00fcr werden einige Standardmen\u00fcpunkte verschoben - Extras | Optionen wird zu Einstellungen, Hilfe | \u00dcber NetBeans wird zu \u00dcber NetBeans, Datei | Beenden wird zu Ablage | Beenden 
-
-MSG_MinimizeWindowAction=Fenster mini&mieren
-
diff --git a/l10n/src/de/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_de.properties b/l10n/src/de/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_de.properties
deleted file mode 100644
index 9954c69..0000000
--- a/l10n/src/de/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_de.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Verbindung aufbauen ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Pr\u00fcfe Updates in {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=NBM {0} kann nicht gelesen werden
-InstallSupportImpl_TurnOnTimeout=Zeit\u00fcberschreitung beim Laden von {0}
-InstallSupportImpl_NullSource=Die Quell-URL f\u00fcr das Modul "{0}" ist null. Wahrscheinlich wurde f\u00fcr "distribution" eine leere Zeichenkette im UC-Katalog eingetragen.\nUnter http://www.netbeans.org/issues/show_bug.cgi?id=153799 finden sich Details dazu.
-InstallSupportImpl_Download_Unavailable=Auf {0} kann nicht zugegriffen werden
-OperationSupportImpl_Custom_Uninstall=Deinstalliere {0}
-OperationSupportImpl_Custom_Install=Installiere {0}
-
-UpdateUnitFactory_Libraries_Category=Bibliotheken
-UpdateUnitFactory_Bridges_Category=Br\u00fccken
-UpdateUnitFactory_Unsorted_Category=Ohne Kategorie
-UpdateElementImpl_Feature_CategoryName=Features
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Installiertes Modul:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Installierte Module:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Noch nicht installiertes Modul:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Noch nicht installierte Module:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>Neues, vom Plugin angebotenes Modul:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>Neue, vom Plugin angebotene Module:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/de/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_de.properties b/l10n/src/de/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_de.properties
deleted file mode 100644
index 18aee82..0000000
--- a/l10n/src/de/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_de.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Long-Description=Die automatische Updatefunktion bietet verschiedene Aktionen an: Download und Installation neuer Versionen bereits installierter Module, Suche nach und Installation von neuen Modulen in definierten Updatecentern und einen \u00dcberblick zu den installierten Modulen mit Managementm\u00f6glichkeit.
-OpenIDE-Module-Name=Automatische Aktualisierung
-OpenIDE-Module-Short-Description=Unterst\u00fctzt die Suche nach Updates im Updatecenter und den Download, sowie die Installation von IDE-Modulen
-
diff --git a/l10n/src/de/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_de.properties b/l10n/src/de/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_de.properties
deleted file mode 100644
index a67a139..0000000
--- a/l10n/src/de/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_de.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Standard-Updatecenter
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Bibliotheken
-ArtificialFeaturesProvider_Bridges_Category=Br\u00fccken
-ArtificialFeaturesProvider_Unsorted_Category=Ohne Kategorie
-ArtificialFeaturesProvider_Features_Category=Features
-NetworkAccess_Timeout=Zeit\u00fcberschreitung w\u00e4hrend des Verbindens mit {0}
-
diff --git a/l10n/src/de/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_de.properties b/l10n/src/de/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_de.properties
deleted file mode 100644
index 0a0b6d6..0000000
--- a/l10n/src/de/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_de.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Entpacken vorbereiten
-CTL_UnpackingFile=Entpacke die Datei:
-CTL_DeletingFiles=Dateien deinstallieren...
-CTL_DisablingFiles= Dateien deaktivieren...
-UpdaterFrame.jTextArea1.text=Die Aktualisierung l\u00e4uft.\n\nBitte warten...
-UpdaterFrame.textLabel.text=Entpacken vorbereiten
-UpdaterFrame.Form.title=Updater
-UpdaterFrame.textLabel.fontName=Dialog
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/de/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_de.properties b/l10n/src/de/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_de.properties
deleted file mode 100644
index 6b75510..0000000
--- a/l10n/src/de/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_de.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} mehr ...
-Less_Command_Text={0} weniger ...
-UnitTab_ReloadTime=Letzte \u00dcberpr\u00fcfung: {0}
-UnitTab_ReloadTime_Never=niemals
-UnitTab_LessAction=Weniger Plugins anzeigen
-UnitTab_MoreAction=Mehr Plugins anzeigen
-UnitTab_TooltipCheckBox_INSTALLED=Plugin pr\u00fcfen {0}
-UnitTab_Tooltip_RefreshAction=Katalog neu laden
-UnitTab_bTabAction_Name_INSTALLED=Dei&nstallieren
-UnitTab_TooltipCheckBox_UPDATE=Plugin pr\u00fcfen {0}
-UnitTab_bTabAction_Name_UPDATE=Akt&ualisieren
-UnitTab_CheckAction=Pr\u00fcfung
-UnitTab_CheckCategoryAction=Kategorie ausw\u00e4hlen
-UnitTab_UncheckCategoryAction=Kategorie abw\u00e4hlen
-UnitTab_CheckAllAction=Alle ausw\u00e4hlen
-UnitTab_UncheckAllAction=Alle abw\u00e4hlen
-UnitTab_ReloadAction=&Katalog neu laden
-UnitTab_PrepareReloadAction=Bitte warten, w\u00e4hrend der Katalog neu geladen wird
-UnitTab_RemoveLocallyDownloadedAction=&Entfernen
-UnitTab_ActivateAction=&Aktivieren
-UnitTab_ActivateCategoryAction=Kategorie aktivieren
-UnitTab_DeactivateAction=&Deaktivieren
-UnitTab_DeactivateCategoryAction=Kategorie deaktivieren
-AvailableTab_SourceCategory_Tooltip_STANDARD=Zertifiziertes Plugin
-AvailableTab_SourceCategory_Tooltip_BETA=Plugin im Betastatus
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Von der Community erstelltes Plugin
-InstallTab_Active_Tooltip=Aktiv
-InstallTab_InActive_Tooltip=Inaktiv
-InstallTab_PendingForInstall_Tooltip=Zum Fertigstellen der Installation mu\u00df die Applikation neu gestartet werden
-InstallTab_PendingForDeactivate_Tooltip=Zum Fertigstellen der Deaktivierung mu\u00df die Applikation neu gestartet werden
-InstallTab_ReadOnly_Tooltip={0} befindet sich in einem schreibgesch\u00fctzten Modus und kann deswegen nicht gepr\u00fcft werden
-UnitTab_TooltipCheckBox_AVAILABLE=Plugin pr\u00fcfen {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Installieren
-UnitTab_TooltipCheckBox_LOCAL=Plugin pr\u00fcfen {0}
-UnitTab_Tooltip_AddAction_LOCAL=Die lokal verf\u00fcgbaren Plugins hinzuf\u00fcgen
-UnitTab_Tooltip_RemoveAction_LOCAL=Plugin aus der Liste entfernen
-UnitTab_bTabAction_Name_LOCAL=&Installieren
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} Plugin ausgew\u00e4hlt
-UnitTab_lHowManySelected_Many_Text={0} Plugins ausgew\u00e4hlt
-UnitTab_OperationName_Text_INSTALLED=Deinstallieren
-UnitTab_OperationName_Text_UPDATE=Aktualisieren
-UnitTab_OperationName_Text_AVAILABLE=Installieren
-UnitTab_OperationName_Text_LOCAL=Installieren
-UnitTab_lWarning_Text=Die Operation {0} erfordert einen Neustart der Applikation
-PluginManagerUI_UnitTab_Update_Title=Aktualisierungen
-PluginManagerUI_UnitTab_Update_ToolTip=Die Applikation ist auf dem neuesten Stand!
-PluginManagerUI_UnitTab_Available_ToolTip=Keine Plugins verf\u00fcgbar "Katalog neu laden" f\u00fcr die neuesten Plug-Ins anklicken
-PluginManagerUI_UnitTab_Available_Title=Verf\u00fcgbare Plugins
-PluginManagerUI_UnitTab_Installed_Title=Installiert
-PluginManagerUI_UnitTab_Local_Title=Heruntergeladen
-UnitTab_bAddLocallyDownloads_Name=&Plugins hinzuf\u00fcgen...
-UnitTab_bAddLocallyDownloads_ACN=Plugins hinzuf\u00fcgen
-UnitTab_bAddLocallyDownloads_ACD=Plugins hinzuf\u00fcgen, um mit dem Datei-Browser Plugins hinzuzuf\u00fcgen, die auf das System heruntergeladen wurden
-NotificationAlreadyPreparedToIntsall=Das Plugin {0} ist bereits f\u00fcr die Aktualisierung/die Installation vorbereitet.
-NotificationOneAlreadyInstalled=Das Plugin "{0}" ist bereits installiert.
-NotificationMoreAlreadyInstalled=Die Plugins "{0}" sind bereits installiert.
-NotificationAlreadyPresent=Das Plugin "{0}" wurde bereits hinzugef\u00fcgt. Soll es durch "{1}" ersetzt werden?
-NotificationAlreadyPresentTitle=Plugin ersetzen
-NotificationPlugin= {0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Plugins hinzuf\u00fcgen
-CTL_FileFilterDescription=Plugin Verteilungsdateien (*.nbm)
-NetworkProblemPanel_taTitle_Text=Keine Verbindung zum Updatecenter m\u00f6glich
-NetworkProblemPanel_taMessage_WarningText=Bitte die Proxy-Einstellungen pr\u00fcfen oder sp\u00e4ter nochmals versuchen. Eventuell ist der Server zur Zeit nicht verf\u00fcgbar. \n\nEs k\u00f6nnte auch sein, da\u00df die Firewall den Netwerkverkehr blockiert.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Bitte die Proxy-Einstellungen pr\u00fcfen oder sp\u00e4ter nochmals versuchen. Eventuell ist der Server zur Zeit nicht verf\u00fcgbar. \n\nEs k\u00f6nnte auch sein, da\u00df die Firewall den Netwerkverkehr blockiert. \nDadurch kann es passieren, da\u00df die Zwischenspeicher nicht mehr aktuell sind. Bitte auf "Katalog neu laden" um den Inhalt zu aktualisieren.
-NetworkProblemPanel_taMessage_ErrorText=Nicht alle Plugins wurden erfoglreich heruntergeladen. Eventuell ist der Server zur Zeit nicht verf\u00fcgbar. Bitte sp\u00e4ter erneut versuchen.
-CTL_Warning=Warnung
-CTL_Error=Netzwerkproblem
-CTL_ShowProxyOptions=&Proxy-Einstellungen...
-ACSD_ShowProxyOptions=k.A.
-Utilities_NetworkProblem_Continue=&Wiederholen
-Utilities_NetworkProblem_Skip=\u00dcber&springen
-Utilities_NetworkProblem_Cancel=Abbrechen
-Utilities_NetworkProblem_Text=Keine Verbindung zu {0} m\u00f6glich. Grund: {1}
-SettingsTable_ActiveColumn=Aktiv
-SettingsTable_NameColumn=Name
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Einstellungen
-SettingsTab.bProxy.text=&Proxy-Einstellungen
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=Updatecenter Anpassung
-UpdateUnitProviderPanel.lName.text=&Name\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Automatisch nach Updates suchen
-Utilities_Libraries_Category=Bibliotheken
-Utilities_Bridges_Category=Br\u00fccken
-Utilities_Unsorted_Category=Ohne Kategorie
-SettingsTab.bRemove.message=Soll das folgende Updatecenter wirklich gel\u00f6scht werden: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Name
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Automatisch nach Updates suchen
-UpdateUnitProviderPanel.error.name.short=Name des Updatecenters wurde nicht angegeben
-UpdateUnitProviderPanel.error.url.short=URL des Updatecenters wurde nicht angegeben
-UpdateUnitProviderPanel.error.name.dup=Es existiert bereits ein Updatecenter dieses Namens
-UpdateUnitProviderPanel.error.url.invalid=Die URL des Updatecenters ist ung\u00fcltig
-UnitTab_bClose_Text=&Schlie\u00dfen
-Utilities_CheckingForUpdates=Pr\u00fcfe die Verf\u00fcgbarkeit von Updates
-UnitTab_InitAndCheckingForUpdates=Pluginliste wird initialisiert...  
-InstalledTableModel_State_Enabled=An
-InstalledTableModel_State_Disabled=Aus
-AvailableTableModel_Columns_Install=Installieren
-AvailableTableModel_Columns_Name=Name
-AvailableTableModel_Source_Category=Quelle
-AvailableTableModel_Columns_Category=Kategorie
-InstalledTableModel_Columns_Uninstall=Ausw\u00e4hlen
-InstalledTableModel_Columns_Name=Name
-InstalledTableModel_Columns_Installed=Installiert
-InstalledTableModel_Columns_Category=Kategorie
-InstalledTableModel_Columns_Enabled=Aktiv
-LocallyDownloadedTableModel_Columns_Install=Installieren
-LocallyDownloadedTableModel_Columns_Name=Name
-LocallyDownloadedTableModel_Columns_Version=Version
-LocallyDownloadedTableModel_Columns_Size=Gr\u00f6\u00dfe
-UpdateTableModel_Columns_Update=Aktualisieren
-UpdateTableModel_Columns_Name=Name
-UpdateTableModel_Columns_Installed=Installiert
-UpdateTableModel_Columns_Available=Verf\u00fcgbar
-UpdateTableModel_Columns_Size=Gr\u00f6\u00dfe
-UpdateTableModel_Columns_Category=Kategorie
-SettingsTab_NewProviderName=Neuer Anbieter
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Beschreibung:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=Z
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Version: 
-UnitDetails_Plugin_InstalledVersion=Installierte Version:
-UnitDetails_Plugin_AvailableVersion=Verf\u00fcgbare Version:
-UnitDetails_Plugin_Author=Autor: 
-UnitDetails_Plugin_Date=Datum:  
-UnitDetails_Plugin_Source=Quelle: 
-UnitDetails_Plugin_CodeName=Name des Codes:  
-UnitDetails_Plugin_Homepage=Webseite: 
-UnitDetails_Plugin_Notification=Wichtiger Hinweis
-UnitDetails_Plugin_Description=Pluginbeschreibung
-UnitDetails_Plugin_Collecting_Dependencies=Stelle Abh\u00e4ngigkeiten zusammen
-UnitDetails_New_Internal_Update_Mark=neu!
-lSearch1.text=&Suchen\:
-SettingsTab.lCheckPeriod.text=&Pr\u00fcfintervall\:
-SettingsTab.lGeneral.text=Erweitert
-SettingsTab.addButton.text= &Neu
-SettingsTab.RemoveButton.text=&Entfernen
-SettingsTab.EditButton.text=&Bearbeiten
-SettingsTab.AddButton.text=&Hinzuf\u00fcgen
-SettingsTab.lUpdateCenters.text=Konfiguration der &Updatecenter\:
-SettingsTab.lConnection.text=Automatisch nach Updates suchen
-CTL_Update_every_startup=Bei jedem Start
-CTL_Update_every_day=T\u00e4glich
-CTL_Update_every_week=W\u00f6chentlich
-CTL_Update_every_2weeks=Alle 2 Wochen
-CTL_Update_every_month=Monatlich
-CTL_Update_never=Nie
-CTL_Update_custom=Benutzer-Standard
-SettingsTab.cbSharedInstall.text=&Installation in gemeinsame Verzeichnisse erzwingen
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Schreibberechtigung
-SettingsTab.cbSharedInstall.ReadOnlyMessage=F\u00fcr die Installation von Plugins in folgendes Gemeinschaftsverzeichnis reichen die Rechte nicht aus:\n{0}\nUm ein Installation in dieses Verzeichnis auszuf\u00fchren sind Administratorrechte notwendig.
-SettingsTab.cbSharedInstall.NoSharedTitle=Kein Installationsverzeichnis
-SettingsTab.cbSharedInstall.NoSharedMessage=Es wurde kein gemeinsames Verzeichnis gefunden.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=NBM {0} kann wegen {1} nicht gelesen werden
-PluginManagerUI.bHelp.text=&Hilfe
-ACN_UnitTable=List der Plugins
-ACD_UnitTable=List der Plugins
-ACN_UpdateCentersTable=Liste der Updatecenter
-ACD_UpdateCentersTable=Liste der Updatecenter mit der M\u00f6glichkeit zur (De-)Aktivierung bestimmter Updatecenter 
-ACN_DetailsPanel=Details des Plugins
-ACN_DetailsPanel_Button=Aktion {0} aufrufen
-ACN_UnitDetails=Plugindetails
-ACD_Reload=Katalog neu laden
-ACD_Search=Nach Plugins suchen
-ACN_Tabs=Zwischen Updates, Verf\u00fcgbaren Updates, Installierten Updates und heruntergeladenen Updates wechseln
-ACD_Tabs=Zwischen Updates, Verf\u00fcgbaren Updates, Installierten Updates und heruntergeladenen Updates wechseln
-ACN_PluginManagerUI=Pluginmanager
-ACD_PluginManagerUI=Pluginmanager f\u00fcr das aktualisieren, Installieren und Entfernen von Plugins
-ACN_Reload=Katalog neu laden
-ACN_UpdateCenterCustomizer=Updatecenter Anpassung
-ACD_UpdateCenterCustomizer=Dialog zur Anpassung des Namens und der URL eines Updatecenters
-NetworkProblemPanel_ACD=k.A.
-NetworkProblemPanel_taMessage=Meldung des Netzwerkproblem
-NetworkProblemPanel_taTitle_ACN=Netzwerkproblem
-UnitTab.detailView.text=Details &zeigen
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Interne Aktualisierungen)
-Unit_InternalUpdates_Title=Interne Aktualisierungen
-
diff --git a/l10n/src/de/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_de.properties b/l10n/src/de/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_de.properties
deleted file mode 100644
index 65aae3e..0000000
--- a/l10n/src/de/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_de.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Auf &Updates pr\u00fcfen
-PluginManagerAction_Name=Plu&gins
-PluginManager_Panel_Name=Plugins
-PluginManager_CloseButton_Name=&Schlie\u00dfen
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} Aktualisierungen geunden
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} Aktualisierung geunden
-AutoupdateCheckScheduler_UpdateFound_Hint=Hier klicken, um die Anwendung zu aktualisieren.
-AutoupdateCheckScheduler_InstallInProgress=Bitte warten, eine andere Installation l\u00e4uft...
-
diff --git a/l10n/src/de/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_de.properties b/l10n/src/de/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_de.properties
deleted file mode 100644
index e85cb5a..0000000
--- a/l10n/src/de/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_de.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Long-Description=Die UI erm\u00f6glicht es die Installation und den Inhalt der registrierten Updatecenter zu durchsuchen. Zus\u00e4tzlich besteht die M\u00f6glichkeit Updates oder neue Module herunterzuladen und automatisch zu installieren.
-OpenIDE-Module-Name=UI f\u00fcr automatische Updates
-OpenIDE-Module-Short-Description=Liefert die UI f\u00fcr automatische Updates
-
diff --git a/l10n/src/de/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_de.properties b/l10n/src/de/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_de.properties
deleted file mode 100644
index 26cd393..0000000
--- a/l10n/src/de/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_de.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Willkommen beim Plugin-Installationssystem
-OperationDescriptionStep_Header_Content=Das System wird die gew\u00e4hlten Plugins herunterladen, \u00fcberpr\u00fcfen und dann installieren.
-OperationDescriptionStep_TableInstall_Title=Folgende Plugins werden installiert:
-OperationDescriptionStep_TableUpdate_Title=Folgende Plugins werden aktualisiert:
-OperationDescriptionStep_PluginBrokesJavaDependency=Java-Platform version {0} wird ben\u00f6tigt, aber es l\u00e4uft nur {1}.
-OperationDescriptionStep_HeaderUninstall_Head=Willkommen beim Plugin-Installationssystem
-OperationDescriptionStep_HeaderUninstall_Content=Die ausgew\u00e4hlten Plugins werden deinstalliert. Die ausgew\u00e4hlten Plugins werden von der Festplatte entfernt.
-OperationDescriptionStep_TableUninstall_Title=Folgende Plugins werden deinstalliert:
-OperationDescriptionStep_HeaderActivate_Head=Willkommen beim Plugin-Installationssystem
-OperationDescriptionStep_HeaderActivate_Content=Die ausgew\u00e4hlten Plugins werden aktiviert:
-OperationDescriptionStepActivate_Table_Title=Folgende Plugins werden aktiviert:
-OperationDescriptionStep_HeaderDeativate_Head=Willkommen beim Plugin-Installationssystem
-OperationDescriptionStep_HeaderDeativate_Content=Die ausgew\u00e4hlten Plugins werden deaktiviert.
-OperationDescriptionStep_TableDeativate_Title=Folgende Plugins werden deaktiviert:
-PanelBodyContainer_PleaseWait=Bitte warten, w\u00e4hrend das Installationssystem die Abh\u00e4ngigkeiten bestimmt.
-DependenciesResolutionStep_Table_Title=Folgende Plugins werden zus\u00e4tzlich installiert, da eines oder mehrere der ausgew\u00e4hlten Plugins darauf basieren:
-UninstallDependenciesResolutionStep_Table_Title=Folgende Plugins werden zus\u00e4tzlich deaktiviert, da sie eines oder mehrere der zu deaktivierenden Plugins ben\u00f6tigen:
-LicenseApprovalPanel_taTitle_Text=Um fortzufahren, mu\u00df f\u00fcr alle Plugins den jeweiligen Lizenzbestimmungen zugestimmt werden.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} Lizenzvereinbarung
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=Lizenzvereinbarung
-LicenseApprovalPanel_Header_Content=Bitte alle folgende Lizenzvereinbarung sorgf\u00e4ltig durchlesen.
-InstallUnitWizard_Title=Installationssystem f\u00fcr Plugins
-InstallStep_Header_Download_Head=Download
-InstallStep_Header_Download_Content=Biite warten, bis das Installationssystem alle angeforderten Plugins heruntergeladen hat.
-InstallStep_Header_Verify_Head=Validierung
-InstallStep_Header_Verify_Content=Bitte warten, bis das Installationssystem alle heruntergeladenen Plugins validiert hat.
-InstallStep_Header_Install_Head=Installieren
-InstallStep_Header_Install_Content=Bitte warten, bis das Installationssystem die Installation abgeschlossen hat.
-InstallStep_Header_InstallDone_Head=Installation erfolgreich abgeschlossen
-InstallStep_Header_InstallDone_Content=Auf "Beenden" klicken, um das Installationssystem zu beenden.
-InstallStep_Header_InstallUnsuccessful_Head=Installation erfolglos abgeschlossen
-InstallStep_Header_InstallUnsuccessful_Content=Auf "Beenden" klicken, um das Installationssystem zu beenden, dann bitte einen Neustart der Anwendung versuchen.
-InstallStep_Header_Restart_Head=Neustart der Applikation um die Installation zu beenden
-InstallStep_Header_Restart_Content=Neustarten der Applikation um die Plugin-Installation zu beenden.
-UninstallStep_Header_Restart_Head=Neustart der Applikation um die Deaktivierung zu beenden
-UninstallStep_Header_Restart_Content=Neustart der Applikation um die Plugin-Deaktivierung zu beenden
-CustomHandleStep_Header_Install_Restart_Head=Neustart der Applikation um die Installation zu beenden
-CustomHandleStep_Header_Install_Restart_Content=Neustarten der Applikation um die Plugin-Installation zu beenden.
-CustomHandleStep_Header_Uninstall_Restart_Head=Neustarten der Applikation um die Deinstallation zu beenden.
-CustomHandleStep_Header_Uninstall_Restart_Content=Neustarten der Applikation um die Plugin-Deinstallation zu beenden.
-
-InstallStep_Done=Fertig.
-InstallStep_Unsuccessful=Die Installation ist vollst\u00e4ndig, aber es sind Probleme aufgetreten: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Jetzt neu starten
-InstallUnitWizardModel_Buttons_RestartLater=&Sp\u00e4ter neu starten
-InstallUnitWizardModel_Buttons_Install=&Installieren
-InstallUnitWizardModel_Buttons_Update=Akt&ualisieren
-InstallUnitWizardModel_Buttons_Close=&Beenden
-InstallUnitWizardModel_Buttons_Next=Weiter
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Deinstallieren
-UninstallUnitWizardModel_Buttons_TurnOn=&Aktivieren
-UninstallUnitWizardModel_Buttons_TurnOff=&Deaktivieren
-InstallStep_InstallDone_Text=Folgende Plugins wurden erfolgreich installiert:
-InstallStep_InstallUnsuccessful_Text=Die Plugin-Installation zeigte w\u00e4hrend der Installation der folgenden Plugins ein Problem:  {0} 
-UninstallStep_UninstallDone_Text=Folgende Plugins wurden erfolgreich deinstalliert:
-UninstallStep_ActivateDone_Text=Folgende Plugins wurden erfolgreich aktiviert:
-UninstallStep_DeactivateDone_Text=Folgende Plugins wurden erfolgreich deaktiviert:
-UninstallStep_UninstallFailed_Text=Deinstallation fehlgeschlagen: {0}
-UninstallStep_ActivateFailed_Text=Aktivierung fehlgeschlagen: {0}
-UninstallStep_DeactivateFailed_Text=Deaktivierung fehlgeschlagen: {0}
-UninstallStep_Done=Fertig.
-UninstallStep_Failed=Fehlgeschlagen {0}
-UninstallStep_Header_Uninstall_Head=Deinstallation
-UninstallStep_Header_Uninstall_Content=Biite warten, bis das Installationssystem alle ausgew\u00e4hlten Plugins deinstalliert hat.
-UninstallStep_Header_Deactivate_Head=Deaktivierung
-UninstallStep_Header_Deactivate_Content=Biite warten, bis das Installationssystem alle ausgew\u00e4hlten Plugins deaktiviert hat.
-UninstallStep_Header_Activate_Head=Aktivierung
-UninstallStep_Header_Activate_Content=Biite warten, bis das Installationssystem alle ausgew\u00e4hlten Plugins aktiviert hat.
-UninstallStep_Header_UninstallDone_Head=Deinstallation erfolgreich abgeschlossen
-UninstallStep_Header_UninstallDone_Content=Auf "Beenden" klicken, um das Installationssystem zu beenden.
-UninstallStep_Header_DeactivateDone_Head=Deaktivierung erfolgreich abgeschlossen
-UninstallStep_Header_DeactivateDone_Content=Auf "Beenden" klicken, um das Installationssystem zu beenden.
-UninstallStep_Header_ActivateDone_Head=Aktivierung erfolgreich abgeschlossen
-UninstallStep_Header_ActivateDone_Content=Auf "Beenden" klicken, um das Installationssystem zu beenden.
-UninstallStep_Header_UninstallFailed_Head=Deinstallation fehlgeschlagen
-UninstallStep_Header_UninstallFailed_Content=Auf "Beenden" klicken, um das Installationssystem zu beenden.
-UninstallStep_Header_DeactivateFailed_Head=Deaktivierung fehlgeschlagen
-UninstallStep_Header_DeactivateFailed_Content=Auf "Beenden" klicken, um das Installationssystem zu beenden.
-UninstallStep_Header_ActivateFailed_Head=Aktivierung fehlgeschlagen
-UninstallStep_Header_ActivateFailed_Content=Auf "Beenden" klicken, um das Installationssystem zu beenden.
-UninstallStep_ProgressName_Uninstall=Plugins deinstallieren
-UninstallStep_ProgressName_Activate=Plugins aktivieren
-UninstallStep_ProgressName_Deactivate=Plugins deaktivieren
-ValidationWarningPanel_ShowCertificateButton=&Zertifikate anzeigen
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Validierungshinweis
-ValidationWarningPanel_VerifyCertificate_Title=Bitte das Zertifikat \u00fcberpr\u00fcfen
-ValidationWarningPanel_ContinueButton=&Fortsetzen
-ValidationWarningPanel_taHead_NotSignedText=Folgende Plugins sind nicht signiert\:
-ValidationWarningPanel_taHead_NotTrustedText=Folgende Plugins sind zwar signiert, aber eventuell nicht vertrauensw\u00fcrdig\:
-ValidationWarningPanel_taWarning_Text=  Warnung: Die Installation von nicht vertrauensw\u00fcrdigen Plugins birgt ein Sicherheitsrisiko.   Die Nutzung von unsignierten oder nicht vertrauensw\u00fcrdigen Plugins geschieht auf eigene Gefahr.
-OperationDescriptionStep_CustomHandled_Head={0} Plugins nutzen ein natives Installationssystem:
-InstallStep_Download_DownloadingPlugins=Plugins herunterladen...
-InstallStep_Validate_ValidatingPlugins=Plugins validieren...
-InstallStep_Install_InstallingPlugins=Plugins installieren...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat= [{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins= <br>Einige Plugins wurden wegen m\u00f6glicher Installationsprobleme nicht installiert.
-CustomHandleStep_Header_Install_Head=Installieren
-CustomHandleStep_Header_Install_Content=Bitte warten, bis das Installationssystem die Installation abgeschlossen hat.
-CustomHandleStep_Header_Uninstall_Head=Deinstallation
-CustomHandleStep_Header_Uninstall_Content=Biite warten, bis das Installationssystem alle ausgew\u00e4hlten Plugins deinstalliert hat.
-CustomHandleStep_Header_InstallDone_Head=Installation erfolgreich abgeschlossen
-CustomHandleStep_Header_InstallDone_Content=Auf "Weiter" klicken, um die restlichen Plugins zu installieren.
-CustomHandleStep_Header_UninstallDone_Head=Deinstallation erfolgreich abgeschlossen
-CustomHandleStep_Header_UninstallDone_Content=Auf "Weiter" klicken, um die restlichen Plugins zu deinstallieren.
-CustomHandleStep_Header_InstallFail_Head=Installation fehlgeschlagen.
-CustomHandleStep_Header_InstallFail_Content=Auf "Abbrechen" klicken, um das Installationssystem zu beenden.
-CustomHandleStep_Header_UninstallFail_Head=Installation fehlgeschlagen
-CustomHandleStep_Header_UninstallFail_Content=Auf "Abbrechen" klicken, um das Installationssystem zu beenden.
-CustomHandleStep_Install_InstallingPlugins=Plugins mit eigenem Installationssystem werden installiert...
-CustomHandleStep_Uninstall_UninstallingPlugins=Plugins mit eigenem Installationssystem werden deinstalliert...
-CustomHandleStep_Done=Fertig.
-CustomHandleStep_InstallDone_Text=Das Installationssystem hat die Installation erfolgreich abgeschlossen.
-CustomHandleStep_InstallFail_Text=Installation von {0} fehlgeschlagen.
-CustomHandleStep_UninstallDone_Text=Das Installationssystem hat die Deinstallation erfolgreich abgeschlossen.
-CustomHandleStep_UninstallFail_Text=Deinstallation von {0} fehlgeschlagen.
-InstallStep_NetworkProblem_Continue=&Wiederholen
-InstallStep_NetworkProblem_Text=Netzwerkproblem in {0}
-OperationPanel.cbRunInBackground.text=Im Hintergrund ausf\u00fch&ren
-InstallSupport_InBackground_NetworkError= Keine Verbindung zum Updatecenter m\u00f6glich.
-InstallSupport_InBackground_NetworkError_Details=Details
-LicenseApprovalPanel.cbAccept.text= Alle Lizenzvereinbarungen &akzeptieren.
-InstallSupport_RestartNeeded= Neustart der Anwendung, um die Installation zu abzuschlie\u00dfen.
-UninstallSupport_RestartNeeded= Neustart der Anwendung, um die Deaktivierung zu abzuschlie\u00dfen.
-CustomHandleStep_Install_RestartNeeded= Neustart der Anwendung, um die Installation zu abzuschliessen.
-CustomHandleStep_Uninstall_RestartNeeded=Neustarten der Applikation um die Deinstallation zu beenden.
-
-RestartNeeded_Details=Hier klicken, um die Anwendung neu zu starten
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=Assistent des NetBeans-Installationssystems
-PanelBodyContainer_ACD=Assistent des NetBeans-Installationssystems
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=k.A.
-LicenseApprovalPanel_taLicenses_ACD=k.A.
-LicenseApprovalPanel_cbAccept_ACN=k.A.
-ValidationWarningPanel_tpPlugins_ACN= Ungepr\u00fcfte Plugins
-ValidationWarningPanel_taWarning_Text_ACD=  Warnung: Die Installation von nicht vertrauensw\u00fcrdigen Plugins birgt ein Sicherheitsrisiko.   Die Nutzung von unsignierten oder nicht vertrauensw\u00fcrdigen Plugins geschieht auf eigene Gefahr.
-ValidationWarningPanel_taWarning_Text_ACN=Warnung
-ValidationWarningPanel_taHead_ACN=k.A.
-ValidationWarningPanel_ACD=k.A.
-UninstallUnitWizard_Title=Installationssystem f\u00fcr Plugins
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Die Anwendung ist auf dem neuesten Stand!</h3>
-LazyOperationDescriptionStep_NoUpdates= Es sind keine Aktualisierungen verf\u00fcgbar.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Die \u00dcberpr\u00fcfung auf Aktualisierungen ist fehlgeschlagen.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Bitte die Verbindung und/oder die Proxyeinstellungen \u00fcberpr\u00fcfeny<br>oder sp\u00e4ter erneut versuchen.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Pr\u00fcfe auf Aktualisierungen.</b><br>Bitte warten, w\u00e4hrend das Installationssystem nach Aktualisierungen sucht.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Pluginliste wird initialisiert...  
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Einige Plugins ben\u00f6tigen Plugin {0} f\u00fcr die Installation.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit= <h3>Einige Plugins ben\u00f6tigen einen Anwendungsneustart, um das folgende Problem zu l\u00f6sen:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit= <h3>Einige Plugins ben\u00f6tigen die F\u00e4higkeit {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit= <h3>Einige Plugins ben\u00f6tigen die Java-Plattform in Version {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit= <h3>Einige Plugins ben\u00f6tigen das JDK</h3>Einige der ausgew\u00e4hlten Plugins ben\u00f6tigen das JDK, um korrekt zu arbeiten. Es scheint, als w\u00fcrde die NetBeans IDE derzeitig auf dem JRE laufen und nicht auf einem vollst\u00e4ndigen JDK.<br><br>Um diese Plugins zu nutzen, bitte die IDE mit <code>--jdkhome</code> von der Kommandozeile starten, wobei der Wert auf eine JDK-Installation zeigen mu\u00df. Siehe auch: <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a><br><br>
-OperationDescriptionStep_BrokenModuleDep=Das Plugin {0} mu\u00df ebenfalls installiert werden.
-OperationDescriptionStep_BrokenModuleNameDep=Das Plugin mit dem Namen {0} wird ben\u00f6tigt, kann aber nicht gefunden werden.
-OperationDescriptionStep_BrokenModuleVersionDep=Das Plugin {0} wird in Version >= {1} angefordert, es konnte aber nur {2} gefunden werden.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=Das Plugin {0} wird in Version >= {1} ben\u00f6tigt (Releaseversion {2}); es wurde aber nur {3} (in der Releaseversion unterschiedlich zu {2}) gefunden.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=Das Plugin {0} wird in Version {1} angefordert.
-OperationDescriptionStep_BrokenModuleImplDep=Das Plugin {0} wird in der Implementierungsversion {1} angefordert.
-OperationDescriptionStep_BrokenRequiresDep=Kein Plugin, das die F\u00e4higkeit {0} besitzt, gefunden.
-OperationDescriptionStep_AffectedPluginByBrokenDep=Die folgenden Plugins sind betroffen:
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=Das folgende Plugin ist betroffen:
-OperationDescriptionStep_AffectedPlugin=       {0}<br>
-InstallStep_DownloadProblem=Beim Speichern von {0} sind Problem aufgetreten.\nUrsache: {1}
-InstallStep_DownloadProblem_SomePlugins=Ausgew\u00e4hlte Plugins
-
diff --git a/l10n/src/de/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_de.properties b/l10n/src/de/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_de.properties
deleted file mode 100644
index 2dd07ea..0000000
--- a/l10n/src/de/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_de.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP-Plattform
-OpenIDE-Module-Name=RCP-Plattform
-OpenIDE-Module-Short-Description=NetBeans RCP-Plattform
-OpenIDE-Module-Long-Description=Die NetBeans RCP-Plattform ist ein generisches Framework f\u00fcr Swinganwendungen. Sie stellt die Dienste zur Verf\u00fcgung, die von allen gro\u00dfen GUI-Anwendungen ben\u00f6tigt werden: Fensterverwaltung, Men\u00fcs, Einstellungen und Speicherung, Update-Verwaltung, Dateizugriff,  usw..<br><br>Weitere Informationen unter <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/de/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_de.properties b/l10n/src/de/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_de.properties
deleted file mode 100644
index 6644925..0000000
--- a/l10n/src/de/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_de.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup auf dem SystemFS
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Die Standardimplementierung des MimeDataProvider.
-OpenIDE-Module-Long-Description= Das MIME Lookup auf dem SystemFS Modul implementiert den MimeDataProvider, welches daf\u00fcr genutzt wird nach Objekten in der Verzeichnishierarchie des Dateisystems zu suchen.
-
-
diff --git a/l10n/src/de/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_de.properties b/l10n/src/de/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_de.properties
deleted file mode 100644
index c839def..0000000
--- a/l10n/src/de/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_de.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name= MIME Lookup API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Die MIME Lookup-API.
-OpenIDE-Module-Long-Description=Das MIME Lookup Module bietet die API, um nach vom MIME-Typ abh\u00e4ngigen Einstellungen, Services und anderen Objekten zu suchen. Daneben liefert es eine SPI f\u00fcr die Implementierung von zus\u00e4tzlichen MIME-Type bezogenen Datenanbietern.
-
diff --git a/l10n/src/de/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_de.properties b/l10n/src/de/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_de.properties
deleted file mode 100644
index eb7f866..0000000
--- a/l10n/src/de/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_de.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=Zu &Favoriten hinzuf\u00fcgen
-ACT_AddOnFavoritesNode=Zu &Favoriten hinzuf\u00fcgen...
-ACT_Remove=Aus Favoriten &entfernen
-ACT_View=Fa&voriten
-ACT_Select=Favoriten
-ACT_Select_Main_Menu=In F&avoriten anzeigen
-
-Favorites=Favoriten
-Templates/Other=Andere
-Templates/Properties=Benutzereinstellungen
-Templates/Other/Folder=Verzeichnis
-Templates/Other/file=Leere Datei
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Explorerbaum
-ACSD_ExplorerBeanTree=k.A.
-
-# JFileChooser
-CTL_DialogTitle=Zu Favoriten hinzuf\u00fcgen
-CTL_ApproveButtonText=Hinzuf\u00fcgen
-ERR_FileDoesNotExist={0} existiert nicht.
-ERR_FileDoesNotExistDlgTitle=Zu Favoriten hinzuf\u00fcgen
-
-MSG_NodeNotFound=Der Dokumentenknoten wurde in den Favoriten nicht gefunden.
-
-# Manifest localization
-OpenIDE-Module-Name=Favoriten
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Erm\u00f6glicht es, Dateien als Favoriten zu organisieren.
-OpenIDE-Module-Long-Description=Das Favoriten-Modul erm\u00f6glicht es, h\u00e4ufig benutzen Dateien/Verzeichnissen als Favoriten an einem gemeinsamen Ort anzuzeigen.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Vorlagen
-Templates.Options.Export.displayName=Alle Vorlagen
-Favorites.Options.Export.displayName=Favoriten
-
diff --git a/l10n/src/de/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_de.html b/l10n/src/de/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_de.html
deleted file mode 100644
index 15e183d..0000000
--- a/l10n/src/de/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_de.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Erzeugt eine leere Datei mit einer beliebigen Endung auf der Festplatte.
-</BODY></HTML>
diff --git a/l10n/src/de/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_de.html b/l10n/src/de/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_de.html
deleted file mode 100644
index 9daca4e..0000000
--- a/l10n/src/de/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_de.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Erzeugt ein neues Verzeichnis auf der Festplatte.
-</BODY></HTML>
diff --git a/l10n/src/de/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_de.properties b/l10n/src/de/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_de.properties
deleted file mode 100644
index 2a52dea..0000000
--- a/l10n/src/de/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_de.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Schlie\u00dfen
-BTN_TemplatesPanel_OpenInEditorButton=Im &Editor \u00f6ffnen
-LBL_TemplatesAction_Name=&Vorlagen
-HINT_TemplatesAction=Vorlagen bearbeiten
-LBL_TemplatesPanel_Title=Vorlagenverwaltung
-BTN_TemplatesPanel_Delete=&L\u00f6schen
-LBL_TemplatesPanel_TemplatesLabel=&Vorlagen\:
-BTN_TemplatesPanel_Add=&Hinzuf\u00fcgen...
-BTN_TemplatesPanel_RenameButton=&Umbenennen
-BTN_TemplatesPanel_DuplicateButton=Du&plizieren
-BTN_TemplatesPanel_NewFolder=&Neues Verzeichnis
-BTN_TemplatesPanel_MoveUp=Nach &oben
-BTN_TemplatesPanel_MoveDown=Nac&h unten
-LBL_TemplatesPanel_JFileChooser_Title=Existierende Vorlage hinzuf\u00fcgen
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Hinzuf\u00fcgen
-TXT_TemplatesPanel_NewFolderName=Neues Verzeichnis
-MSG_TemplatesPanel_Nonexistent_File=Die Datei ''{0}''\nexistiert nicht. Bitte eine existierende Datei angeben.
-
-TemplatesPanel_TemplateNode_DisplayName=Anzeigename
-TemplatesPanel_TemplateNode_DisplayName_Desc=Anzeigename dieser Vorlage. Wird sowohl im Assistenten Datei|Neu, als auch unter Extras|Vorlagen gezeigt.
-TemplatesPanel_TemplateNode_FileName=Dateiname
-TemplatesPanel_TemplateNode_FileName_Desc=Dateiname der Datei, die diese Vorlage repr\u00e4sentiert.
-TemplatesPanel_TemplateNode_ScriptEngine=Skriptengine
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Skriptengine f\u00fcr die Verarbeitung dieser Vorlage
-TemplatesPanel_TemplateNode_TemplateCategories=Vorlagenkategorien
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=Eine Liste der Kategorien von Vorlagen, die f\u00fcr diese Vorlage passend sind.
-
-ACD_TemplatesPanel_Add=Vorlage hinzuf\u00fcgen
-
-ACD_TemplatesPanel_New=Neue Vorlage
-
-ACD_TemplatesPanel_Duplicate=Gew\u00e4hlte Vorlage duplizieren
-
-ACD_TemplatesPanel_Rename=Vorlage umbenennen
-
-ACD_TemplatesPanel_MoveUp=Gew\u00e4hlte Vorlage nach oben
-
-ACD_TemplatesPanel_MoveDown=Gew\u00e4hlte Vorlage nach unten
-
-ACD_TemplatesPanel_Delete=Vorlage l\u00f6schen
-
-TT_TemplatesPanel_Add=Vorlage hinzuf\u00fcgen
-
diff --git a/l10n/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_de.properties b/l10n/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_de.properties
deleted file mode 100644
index 06f1b8a..0000000
--- a/l10n/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_de.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Verbindung mit URL {0} fehlgeschlagen. Resource wurde nicht gefunden.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Warnung: JavaHelp-Thema Nr. {0} wurde nicht gefunden.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Lade Hilfethemen...
-ACSD_JavaHelp_viewer=Zeigt ein oder mehrere Hilfethemen im JavaHelp-Format an
-ACSD_Loading_Dialog=Lade Hilfethemen
-
-# HelpAction
-LBL_HelpAction=Hilfe
-CTL_OpeningHelp=\u00d6ffne Hilfe...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP-Monitor
-
-# a11y - BrowserDisplayer
-ACSD_Label=Hier klicken, um diesen Link in einem Webbrowser zu \u00f6ffnen.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Zeigt Hilfe mit der ID {0} an
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Zeigt Hilfe mit der ID {0} an
-
-QuickSearch/Help=Hilfe
-Err_CreateJavaHelpSearchEngine=Suchmaschine f\u00fcr Java-Hilfe konnte nicht erzeugt werden
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Linkpfad kopieren
-
diff --git a/l10n/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_de.properties b/l10n/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_de.properties
deleted file mode 100644
index 3cc8748..0000000
--- a/l10n/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_de.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JavaHelp-Integration
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Erm\u00f6glicht es, JavaHelp-Sets in die IDE zu integrieren.
-OpenIDE-Module-Long-Description=Enth\u00e4lt die JavaHelp Laufzeitbibliothek und die Implementierung des Teils der Modul-API, die es anderen Modulen erlaubt, JavaHelp-Hilfethemen zu integrieren.
-
-Menu/Help/master-help.xml=&Inhalt
-Menu/Help/HelpShortcuts=Hilfe&themen
-Actions/Help/master-help.xml=&Inhalt
-
diff --git a/l10n/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_de.html b/l10n/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_de.html
deleted file mode 100644
index de2334d..0000000
--- a/l10n/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_de.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-
-<HTML><head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<TITLE>Haupt-Index</TITLE>
-</HEAD><BODY>
-Dieses Fenster enthält die oberste Ebene der installierten Dokumentation. Die Navigationselemente auf der Linken können genutzt, um Inhaltsverzeichnis und Index anzuzeigen oder um eine Volltextsuche im Index oder der Dokumentation zu starten.
-</BODY></HTML>
diff --git a/l10n/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_de.xml b/l10n/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_de.xml
deleted file mode 100644
index 512430e..0000000
--- a/l10n/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_de.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-
-Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-Other names may be trademarks of their respective owners.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-particular file as subject to the "Classpath" exception as provided
-by Oracle in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
-<helpset version="2.0">
-    <title>Hilfe</title>
-    <maps>
-        <homeID>org.netbeans.api.javahelp.MASTER_ID</homeID>
-        <mapref location="masterHelpMap.jhm"/>
-    </maps>
-    <view mergetype="javax.help.UniteAppendMerge">
-        <name>TOC</name>
-        <label>Inhalt</label>
-        <type>javax.help.TOCView</type>
-        <data>masterHelpToc.xml</data>
-    </view>
-    <!--
-    <view mergetype="javax.help.SortMerge">
-        <name>Index</name>
-        <label>Index</label>
-        <type>javax.help.IndexView</type>
-    </view>
-    -->
-    <view>
-        <name>Search</name>
-        <label>Suche</label>
-        <type>javax.help.SearchView</type>
-    </view>
-    <!--
-    <view>
-        <name>Favorites</name>
-        <label>Favorites</label>
-        <type>javax.help.FavoritesView</type>
-    </view>
-    -->
-    <presentation default="true" displayviews="true" displayviewimages="false">
-        <name>main window</name>
-        <toolbar>
-            <helpaction image="helpviewer_back">javax.help.BackAction</helpaction>
-            <helpaction image="helpviewer_forward">javax.help.ForwardAction</helpaction>
-            <helpaction image="helpviewer_print">javax.help.PrintAction</helpaction>
-            <helpaction image="helpviewer_page-setup">javax.help.PrintSetupAction</helpaction>
-        </toolbar>
-    </presentation>
-    <presentation displayviews="false">
-        <name>NBSecondaryWindow</name>
-        <size width="600" height="400" />
-        <location x="200" y="200" />
-    </presentation>
-
-    </helpset>
diff --git a/l10n/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_de.html b/l10n/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_de.html
deleted file mode 100644
index 81bcaca..0000000
--- a/l10n/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_de.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Modul nicht aktiviert</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Modul nicht aktiviert</h2>
-<p>Das Hilfethema, welches angezeigt werden soll, befindet sich im Modul {0} , welches aktuell deaktiviert ist. Aktivieren von installierten, aber deaktivierten Modulen:</p>
-<ol><li>Extras > Plug-Ins (auf Mac: NetBeans Einstellungen)</li>
-    <li>Reiter "Installiert" öffnen</li>
-    <li>Das Modul {0} wählen und auf "Aktivieren" klicken.</li> </ol>
-</body>
-</html>
diff --git a/l10n/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_de.html b/l10n/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_de.html
deleted file mode 100644
index 48895f9..0000000
--- a/l10n/src/de/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_de.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Modul nicht installiert</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Modul nicht installiert</h2>
-<p>Das Hilfethema, welches angezeigt werden soll, befindet sich im Modul {0} , welches nicht installiert ist. Dieses Modul könnte als Plugin verfügbar sein. Um das zu prüfen, bitte Extras > Plug-Ins wählen.
-</p>
-</body>
-</html>
diff --git a/l10n/src/de/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_de.properties b/l10n/src/de/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_de.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/de/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_de.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/de/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_de.properties b/l10n/src/de/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_de.properties
deleted file mode 100644
index d59afc8..0000000
--- a/l10n/src/de/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_de.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Beispielwert, um sicher zu stellen, dass die Entschl\u00fcsselung funktioniert.
-FallbackProvider.msg_clear_keys=Die fr\u00fcher gespeicherten Passw\u00f6rter k\u00f6nnen nicht entschl\u00fcsselt werden. Sollen alle existierenden Passw\u00f6rter "vergessen" werden und ein neuer Keyring angelegt werden?
-FallbackProvider.title_clear_keys=Gespeicherte Passw\u00f6rter l\u00f6schen
-MasterPasswordPanel.masterPasswordLabel.text=Hau&ptpasswort:
-MasterPasswordPanel.setNewBox.text=\u00c4n&dern...
-MasterPasswordPanel.newLabel1.text=&Neues Hauptpasswort:
-MasterPasswordPanel.newLabel2.text=&Wiederholung:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=Hauptpasswort eingeben
-MasterPasswordPanel.enter_password=Passwort eingeben
-MasterPasswordPanel.enter_new_password=Neues Passwort eingeben
-MasterPasswordPanel.password_mismatch=Die Passw\u00f6rter sind nicht gleich
-MasterPasswordPanel.explanation.text=NetBeans kann Passw\u00f6rter speichern, allerdings m\u00fcssen sie \u00fcber ein Hauptpasswort gesichert werden. Wenn noch keines gew\u00e4hlt wurde, sollte dies jetzt geschehen; es wird in sp\u00e4teren Sitzungen abgefragt. Das Hauptpasswort kann ge\u00e4ndert werden, sobald es abgefragt wird.
-
diff --git a/l10n/src/de/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_de.properties b/l10n/src/de/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_de.properties
deleted file mode 100644
index 2f21c95..0000000
--- a/l10n/src/de/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_de.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Kann Datei {0} im Verzeichnis {1} nicht erzeugen.
-EXC_CannotCreateExistingData=Kann Datei {0} im Verzeichnis {1} nicht erzeugen. Diese Datei existiert bereits.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Kann Verzeichnis {0} im Verzeichnis {1} nicht erzeugen.
-EXC_CannotCreateExistingFolder=Kann Verzeichnis {0} im Verzeichnis {1} nicht erzeugen. Dieses Verzeichnis existiert bereits.
-
-# {0} - the file
-EXC_CannotLock=Die schreibgesch\u00fctzte Datei {0} kann nicht gesperrt werden.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Kann Datei {0} in {1} nicht l\u00f6schen.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Kann Datei {0} in {1} nicht in {2} umbenennen.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Ung\u00fcltige Sperre [{0}] f\u00fcr Datei {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Kann die Wurzel des Dateisystems {0} nicht umbenennen.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Kann die Wurzel des Dateisystems {0} nicht l\u00f6schen.
-
-EXC_CannotLockRoot=Die Wurzel kann nicht gesperrt werden.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Ein exklusiver Zugriff auf {0} ist nicht m\u00f6glich (M\u00f6glicherweise erfolgt grade ein lesender Zugriff).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Ein gemeinsamer Zugriff auf {0} ist nicht m\u00f6glich (M\u00f6glicherweise erfolgt grade ein schreibender Zugriff).
-
diff --git a/l10n/src/de/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_de.properties b/l10n/src/de/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_de.properties
deleted file mode 100644
index 1cae402..0000000
--- a/l10n/src/de/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_de.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=Datei {0} ist bereits gesperrt.
-EXC_FileLockAlreadyExists=Datei {0} ist bereits gesperrt (Sperre {1} existiert).
-# {0} - full path
-FileObj.readOnlyFile=Datei {0} kann nicht geschrieben werden, da sie schreibgesch\u00fctzt ist.
-
diff --git a/l10n/src/de/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_de.properties b/l10n/src/de/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_de.properties
deleted file mode 100644
index a9df0bb..0000000
--- a/l10n/src/de/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_de.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Master-Dateisystem
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Vereint mehrere Arten von Dateisystemen zu einem einzigen logischen Baum.
-OpenIDE-Module-Long-Description=Erzeugt Einh\u00e4ngepunkte f\u00fcr Platten und h\u00e4ngt andere Dateisysteme wie beispielsweise VCS-Systeme ein, erzeugt somit ein einziges umfassendes Dateisystem f\u00fcr alles.
-
-LBL_loaderName=Verzeichnislader f\u00fcr das Master-Dateisystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Kann die Wurzel des Dateisystems {0} nicht umbenennen.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Kann die Wurzel des Dateisystems {0} nicht kopieren.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Kann die Wurzel des Dateisystems {0} nicht verschieben.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Kann die Wurzel des Dateisystems {0} nicht l\u00f6schen.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Kann Datei {0} in {1} nicht in {2} umbenennen.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Dateisystem {0} ist schreibgesch\u00fctzt.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Dateisystem {1} kann nicht als Wurzel {0} eingeh\u00e4ngt werden, weil Dateisystem {2} bereits eingeh\u00e4ngt ist.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Dateisystem {1} kann nicht in der Wurzel {0} eingeh\u00e4ngt werden. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Dateisystem {0} kann nicht ausgeh\u00e4ngt werden. 
-
diff --git a/l10n/src/de/platform/options-api/options-api/org/netbeans/modules/options/Bundle_de.properties b/l10n/src/de/platform/options-api/options-api/org/netbeans/modules/options/Bundle_de.properties
deleted file mode 100644
index 5d6082c..0000000
--- a/l10n/src/de/platform/options-api/options-api/org/netbeans/modules/options/Bundle_de.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Einstellungsdialog und -SPI
-OpenIDE-Module-Display-Category=Extras
-OpenIDE-Module-Short-Description=Stellt den Dialog "Extras | Einstellungen" zur Verf\u00fcgung und ein SPI um eigene Panels hinzuzuf\u00fcgen.
-OpenIDE-Module-Long-Description=Enth\u00e4lt den Dialog Extras | Einstellungen. Beinhaltet die Einstellungsdialoge und SPI um eigene Panels f\u00fcr erweiterte Einstellungen zu erstellen.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Optionen
-CTL_Options_Dialog_Title=Optionen
-CTL_OK=OK
-CTL_Classic=Erweiterte Einstellungen
-CTL_Classic_Title=Erweiterte Einstellungen
-CTL_Modern=&Basiseinstellungen
-CTL_Loading_Options=Lade Einstellungen ...
-CTL_Error_Loading_Options=Laden der Einstellungen fehlgeschlagen.
-CTL_Some_values_changed=Es wurden Einstellungen ge\u00e4ndert. Sollen diese gespeichert werden?
-
-CTL_General_Options=&Allgemein
-CTL_General_Options_Title=Allgemein
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=Schri&ften und Farben
-CTL_Font_And_Color_Options_Title=Schriften & Farben
-CTL_Keymap_Options=&Tastaturbelegung
-CTL_Keymap_Options_Title=Tastaturbelegung
-
-CTL_Export=Expor&tieren
-CTL_Import=&Importieren
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= \u00d6ffnet die erweiterten Einstellungen
-ACS_OptionsPanel=Erstellungsdialog
-ACS_Export=Einstellungen exportieren
-ACS_Import=Einstellungen importieren
-TabbedController.pane.AD=Optionsfenster
-
-QuickSearch/GoToOption=Optionen
-
diff --git a/l10n/src/de/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_de.properties b/l10n/src/de/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_de.properties
deleted file mode 100644
index 78cba2e..0000000
--- a/l10n/src/de/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_de.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Verschiedenes
-CTL_Advanced_Options_Title=Verschiedenes
-CTL_Advanced_Options_Description=Verschiedenes
-AdvancedPanel.tabbedPanel.AD=Verschiedene Fenster mit Reitern
-Advanced.Export.Category=Verschiedenes
-
diff --git a/l10n/src/de/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_de.properties b/l10n/src/de/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_de.properties
deleted file mode 100644
index 38bf05f..0000000
--- a/l10n/src/de/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_de.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Hier definieren
-LBL_action_revert=Definition r\u00fcckg.
-LBL_action_delete=L\u00f6schen
-
-MSG_ask_remove_above_defined_files=Das Verschieben der Definition nach hier, wird alle Werte, die in den Ebenen links der gew\u00e4hlten Spalte gespeichert sind, entfernen.\n\nFortsetzen?
-
-#file state tooltips
-LBL_fstate_defined=Definition setzen
-LBL_fstate_ignored=Unbenutzte Einstellungen
-LBL_fstate_inherited=Einstellungen vererbt
-LBL_fstate_undefined=Einstellungswert ist hier nicht definiert
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=Benutzer
-LBL_FSP_Desc_Session-Layer=Ebene f\u00fcr Sitzungseinstellungen
-LBL_FSP_Modules-Layer=Standard
-LBL_FSP_Desc_Modules-Layer=Einstellungsebene der Standardinstallation
-
-#OptionsAction
-Options=&Optionen
-CTL_close_button=&Schlie\u00dfen
-ACSD_close_button=k.A.
-ACSN_optionsTree=k.A.
-ACSD_optionsTree=k.A.
-LBL_computing=Initialisiere Einstellungen ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Ebenen einblenden (+ dr\u00fccken)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Ebenen ausblenden (+ dr\u00fccken)
-CTL_Templates_name=Vorlagen
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorer
-ACSN_ExplorerBeanTree=Explorerbaum
-ACSD_ExplorerBeanTree=k.A.
-
diff --git a/l10n/src/de/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_de.properties b/l10n/src/de/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_de.properties
deleted file mode 100644
index 9773b66..0000000
--- a/l10n/src/de/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_de.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=Ein&stellungen f\u00fcr den Export w\u00e4hlen:
-OptionsChooserPanel.outline.all=Alle
-OptionsChooserPanel.outline.header.tree=Verf\u00fcgbare Einstellungen
-OptionsChooserPanel.outline.AN=Verf\u00fcgbare Einstellungen
-OptionsChooserPanel.outline.AD=Baum der verf\u00fcgbaren Einstellungen
-OptionsChooserPanel.lblFile.text=Zielda&tei (zip):
-OptionsChooserPanel.btnBrowse=Du&rchsuchen...
-OptionsChooserPanel.btnBrowse.AN=Durchsuchen
-OptionsChooserPanel.btnBrowse.AD=Durchsuchen
-OptionsChooserPanel.txtFile.AD=Quelle oder Ziel des Imports/Exports
-OptionsChooserPanel.loading=Wird geladen...
-OptionsChooserPanel.file.warning=Bitte eine g\u00fcltige Zipdatei w\u00e4hlen
-OptionsChooserPanel.nooption.warning=Bitte Auswahl f\u00fcr den Export treffen
-OptionsChooserPanel.file.chooser.title=Zieldatei (zip) w\u00e4hlen
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=Einstellungen f\u00fcr den Export w\u00e4hlen
-OptionsChooserPanel.export.status.text=Export der Einstellungen beendet.
-OptionsChooserPanel.import.title=Einstellungen f\u00fcr den Import w\u00e4hlen
-OptionsChooserPanel.import.lblFile.text=&Importquelle:
-OptionsChooserPanel.import.lblHint.text=Ein&stellungen f\u00fcr den Import w\u00e4hlen:
-OptionsChooserPanel.import.file.warning=Bitte eine g\u00fcltige Zipdatei bzw. ein g\u00fcltiges Benutzerverzeichnis w\u00e4hlen
-OptionsChooserPanel.import.nooption.warning=Bitte Auswahl f\u00fcr den Import treffen
-OptionsChooserPanel.import.file.chooser.title=Zipdatei oder Benutzerverzeichnis w\u00e4hlen
-OptionsChooserPanel.import.invalid.userdir.title=Ung\u00fcltiges Benutzerverzeichnis?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Das Verzeichnis {0} scheint kein g\u00fcltiges Benutzerverzeichnis zu sein. Sollen die Einstellungen wirklich von dort importiert werden?
-OptionsChooserPanel.AD=Paneel f\u00fcr die Auswahl von Einstellungen f\u00fcr den Export/Import
-OptionsChooserPanel.import.error=Fehler beim Importieren von Einstellungen. Bitte die IDE mit dem Parameter -J-Dorg.netbeans.modules.options.export.level=100 ausf\u00fchren und die Protokolldatei f\u00fcr Details ansehen.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Ung\u00fcltige Zipdatei: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Schreiben der Datei {0} ist fehlgeschlagen.
-ImportConfirmationPanel.title=Importbest\u00e4tigung
-ImportConfirmationPanel.cbRestart.text=&IDE jetzt neu starten (ohne Neustart funktionieren die importierten Einstellungen eventuell nicht)
-ImportConfirmationPanel.cbRestart.AD=Bitte entscheiden, ob die die IDE neu gestartet werden soll
-ImportConfirmationPanel.cbRestart.AN=IDE jetzt neu starten?
-ImportConfirmationPanel.lblMessage.text=Der Import \u00fcberschreibt die aktuellen Einstellungen m\u00f6glicherweise irreversibel. Bitte zuerst einen Export zu Sicherungszwecken ausf\u00fchren. Fortsetzen?
-ImportConfirmationPanel.lblMessage.AD=Best\u00e4tigungsnachricht
-ImportConfirmationPanel.AN=Importbest\u00e4tigung
-ImportConfirmationPanel.AD=Importbest\u00e4tigung
-ExportConfirmationPanel.title=Warnung wegen gespeicherten Passw\u00f6rtern
-ExportConfirmationPanel.lblMessage.text=Exportierte Einstellungen enthalten eventuell gespeicherte Passw\u00f6rter. Die Weitergabe der Einstellungen an andere Benutzer stellt ein potentielles Sicherheitsrisiko dar. Fortsetzen?
-ExportConfirmationPanel.cbSkip.text=&Warnung das n\u00e4chste Mal \u00fcberspringen
-ExportConfirmationPanel.cbSkip.AN=Warnung das n\u00e4chste Mal \u00fcberspringen?
-ExportConfirmationPanel.cbSkip.AD=Bitte entscheiden, ob diese Warnung das n\u00e4chste Mal \u00fcbergangen werden soll
-ExportConfirmationPanel.lblMessage.AD=Best\u00e4tigungsnachricht
-ExportConfirmationPanel.AN=Warnung wegen gespeicherten Passw\u00f6rtern
-ExportConfirmationPanel.AD=Warnung wegen gespeicherten Passw\u00f6rtern
-
diff --git a/l10n/src/de/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_de.properties b/l10n/src/de/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_de.properties
deleted file mode 100644
index 33ae75d..0000000
--- a/l10n/src/de/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_de.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Tastaturbelegungs-Optionen
-
-CTL_Keymap_Options=&Tastaturbelegung
-CTL_Keymap_Options_Title=Tastaturbelegung
-CTL_Keymap_Options_Description=Tastaturbelegung
-
-CTL_Duplicate=Profile &verwalten...
-AN_Duplicate=Duplizieren
-AD_Duplicate=Duplizieren
-CTL_Delete=&L\u00f6schen
-AN_Delete=L\u00f6schen
-AD_Delete=L\u00f6schen
-CTL_Restore=&Wiederherstellen
-AN_Restore=Wiederherstellen
-AD_Restore=Wiederherstellen
-CTL_Show_Actions=Aktio&nen
-AN_Show_Actions=Aktionen
-AD_Show_Actions=Aktionen
-CTL_Show_Shortcuts=&Tastaturk\u00fcrzel
-AN_Show_Shortcuts=Tastaturk\u00fcrzel
-AD_Show_Shortcuts=Tastaturk\u00fcrzel
-CTL_Add_Shortcut=&Hinzuf\u00fcgen...
-AN_Add_Shortcut=Hinzuf\u00fcgen
-AD_Add_Shortcut=Hinzuf\u00fcgen
-CTL_Remove_Shortcut=Ent&fernen
-AN_Remove_Shortcut=Entfernen
-AD_Remove_Shortcut=Entfernen
-CTL_Actions=Aktio&nen:
-AN_Actions=Aktionen
-AD_Actions=Aktionen
-CTL_Shortcuts=&Tastaturk\u00fcrzel:
-AN_Shortcuts=Tastaturk\u00fcrzel
-AD_Shortcuts=Tastaturk\u00fcrzel
-AN_Profiles=Profile
-AD_Profiles=Profile
-Show_Actions=Aktio&nen
-Show_Shortcuts=&Tastaturk\u00fcrzel
-Keymaps=&Tastenbelegungen
-CTL_Keymap_Name=&Profil:
-View_By=&Anzeigen nach
-Shortcut=&Tastaturk\u00fcrzel:
-Add_Shortcut_Dialog=K\u00fcrzel hinzuf\u00fcgen
-CTL_Create_New_Profile_Message=Profil&name:
-CTL_Create_New_Profile_Title=Neues Profil anlegen
-Shortcut_Conflict=Tastenk\u00fcrzel bereits an Aktion {0} vergeben. Wenn fortgesetzt wird, erfolgt eine Neuzuordnung des K\u00fcrzels.
-CTL_Clear=&L\u00f6schen
-AN_Clear=Button: Tastaturk\u00fcrzel l\u00f6schen
-AD_Clear=Feld mit Tastaturk\u00fcrzeln l\u00f6schen
-CTL_Tab=&Register
-AN_Tab=Button: Tabulatorzeichen einf\u00fcgen
-AD_Tab=Tabulatorzeichen einf\u00fcgen
-CTL_Duplicate_Profile_Name=Es existiert bereits ein Profil mit diesem Namen.\n Bitte einen anderen Namen ausw\u00e4hlen.
-
-CTL_Export_IDE_Actions_Action=IDE-Aktionen als XML exportieren
-CTL_Export_IDE_Shortcuts_Action=IDE-Tastaturk\u00fcrzel als XML exportieren
-CTL_Export_Editor_Shortcuts_Action=Editork\u00fcrzel als XML exportieren
-CTL_Export_Shortcuts_to_HTML_Action=Tastenk\u00fcrzel als HTML exportieren
-
-CTL_Other=Andere
-AN_Shortcut=Feld f\u00fcr Tastaturk\u00fcrzel
-AD_Shortcut=Feld f\u00fcr Tastaturk\u00fcrzel
-AN_ShortcutsDialog=Neues K\u00fcrzel eingeben
-AD_ShortcutsDialog=Neues K\u00fcrzel eingeben
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Profile der Tastaturbelegung umschalten von {1} auf {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Schnellsuche: Aufruf der Aktion {1}, Klasse {0}
-
-QuickSearch/Actions=Aktionen
-MSG_ActionFailure=Aktion {0} kann nicht durch die Schnellsuche aufgerufen werden...
-
-# Quicksearch options
-KW_KeymapOptions=Tastaturbelegungs-Optionen, Tastaturk\u00fcrzel, Tastaturzuordnungen
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Suchen:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Feld zur Begrenzung der Liste der K\u00fcrzel
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=In &K\u00fcrzeln suchen:
-
-# Conflict dialogs
-Override_Shortcut=<html>Folgende Aktion(en):<br>{0} haben die gleiche Zuordnung. \u00dcberschreiben?
-Conflicting_Shortcut_Dialog=Dialog f\u00fcr gleiche Zuordnung
-Override_All=<html>Bei folgende(n)(r) Aktion(en):<br>{0} gibt es Probleme mit der Wiederherstellung. Sollen alle \u00fcberschrieben werden?
-Alternative_Shortcut=(alternatives K\u00fcrzel)
-
-#Table columns
-Actions=Aktionen
-Shortcut=K\u00fcrzel
-Category=Kategorie
-Scope=Reichweite
-
-#Keymap Popup
-Edit=Bearbeiten...
-Add_Alternative=Alternative hinzuf\u00fcgen
-Reset_to_Default=Auf Standard zur\u00fccksetzen
-Clear=L\u00f6schen
-
-#Keymap completion
-No_Free_Shortcut=Es gibt kein empfohlenes K\u00fcrzel mit dem Pr\u00e4fix "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplizieren
-ProfilesPanel.exportButton.text=&Exportieren
-ProfilesPanel.deleteButton.text=&L\u00f6schen
-ProfilesPanel.importButton.text=&Importe
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Scrollpane f\u00fcr Profile
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Scrollpane f\u00fcr Profile
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=Liste der Profile f\u00fcr Tastenk\u00fcrzel
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilListe
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Importiert ein Profil aus externer Datei
-ProfilesPanel.AccessibleContext.accessibleDescription=Profilepaneel
-ProfilesPanel.restoreButton.text=Standa&rd wiederherstellen
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Stellt die gespeicherten Standardwerte wieder her
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Dupliziert ein existierendes Profil
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exportiert das aktuelle Profil
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=L\u00f6scht das gew\u00e4hlte angepasste Profile
-ProfilesPanel.AccessibleContext.accessibleName=Profilepaneel
-CTL_Manage_Keymap_Profiles=Verwaltet die Profile f\u00fcr Tastenk\u00fcrzel
-CTL_Files=Dateien
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Tastaturbelegungen
-Keymaps.Options.Export.Profiles.displayName=Profile f\u00fcr Tastaturbelegungen
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/de/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_de.properties b/l10n/src/de/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_de.properties
deleted file mode 100644
index e4c8a99..0000000
--- a/l10n/src/de/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_de.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Swing Layout Extensions Integration
-OpenIDE-Module-Display-Category=Bibliotheken
-OpenIDE-Module-Short-Description=Enth\u00e4lt die Swing-Layout-Bibliothek
-OpenIDE-Module-Long-Description=Dieses Modul enth\u00e4lt die Swing-Layout Erweiterungsbibliothek (siehe swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Anstelle dessen bitte javax.swing.GroupLayout verwenden. (Im Formeditor: Form ... im Inspektor w\u00e4hlen; Stil der Layout-Erzeugung zu Standard Java 6 Code \u00e4ndern)
-
diff --git a/l10n/src/de/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_de.properties
deleted file mode 100644
index 779b6bb..0000000
--- a/l10n/src/de/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_de.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Enth\u00e4lt Annotationen, die f\u00fcr statische Analysen n\u00fctzlich sind, z.B. @SuppressWarnings (wird u.a. von FindBugs verwendet).
-OpenIDE-Module-Name=Allgemeine Anmerkungen
-OpenIDE-Module-Short-Description=Allgemeine Anmerkungen, haupts\u00e4chlich f\u00fcr die Defektsuche
-
diff --git a/l10n/src/de/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_de.properties
deleted file mode 100644
index 525a546..0000000
--- a/l10n/src/de/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_de.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=Prozess abbrechen
-CTL_ProcessListAction=&Prozesse
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/de/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_de.properties
deleted file mode 100644
index c42e805..0000000
--- a/l10n/src/de/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_de.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Fortschritts-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Visualisierung und APIs f\u00fcr Fortschrittsanzeigen von Prozessen.
-OpenIDE-Module-Long-Description=Erm\u00f6glicht es Modulen Aufgaben oder Prozesse, deren Ausf\u00fchrung l\u00e4nger dauert, zentral zu registrieren.
-
diff --git a/l10n/src/de/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_de.properties
deleted file mode 100644
index 7895270..0000000
--- a/l10n/src/de/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_de.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Szenenkomponente
-ACS_SceneComponentDesc=Szenenansicht
-
diff --git a/l10n/src/de/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_de.properties
deleted file mode 100644
index eb9d1d2..0000000
--- a/l10n/src/de/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_de.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API der Visuellen Bibliothek
-OpenIDE-Module-Short-Description=API der Visuellen Bibliothek
-
diff --git a/l10n/src/de/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_de.properties
deleted file mode 100644
index 83179b1..0000000
--- a/l10n/src/de/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_de.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=Es scheint bereits eine Instanz des Programms auf dem Benutzerverzeichnis zu arbeiten.\nEntweder wurde eine fr\u00fchere Sitzung des Programms nicht korrekt beendet, oder\neine andere Instanz l\u00e4uft auf einem anderen Rechner und verwendet das gleiche Benutzerverzeichnis.\n\nSollte eine andere Sitzung des Programmes laufen und das gleiche Benutzerverzeichnis verwenden, bitte\n auf "Abbrechen" klicken, um die Korrumpierung des Verzeichnisses zu vermeiden. Sollte keine andere Instanz des\n Programms auf dem Benutzerverzeichnis arbeiten, bitte "OK" klicken um fortzufahren.
-MSG_AlreadyRunningTitle=Warnung
-
-EXC_not_a_module={0} ist kein g\u00fcltiges Netbeans-Modul
-
-# bootstrap manifest
-OpenIDE-Module-Name=Bootmechanismus
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Der zentrale Bootmechanismus des Netbeans-Systems.
-OpenIDE-Module-Long-Description=Dieses Modul liefert die initiale Infrastruktur, die alle anderen Teile der Anwendung l\u00e4dt. Es kann nicht deaktivert werden.
-
-MSG_InstallJava6=Die Java 6 Standardedition ist die kleinstm\u00f6glich verwendbare Version.\nBitte die Java 6 Standardedition (oder neuer) installieren, bzw. mit Hilfe von --jdkhome\n auf das Installationsverzeichnis verweisen.
-MSG_NeedsJava6=Java 6 Standardedition oder neuer erforderlich
-
diff --git a/l10n/src/de/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_de.properties
deleted file mode 100644
index 05f0d52..0000000
--- a/l10n/src/de/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_de.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Ausgabe {0}
-CTL_ProgramIO={0} - E/A
-
-# Install
-LAB_EndTasks=&IDE beenden
-ACSD_EndTasks=k.A.
-CTL_PendingTitle=IDE beenden
-ACSD_PendingTitle=k.A.
-LAB_PendingTasks=Wenn die IDE beendet wird, werden auch folgende Prozesse beendet:
-ACSD_PendingTasks=k.A.
-# {0} - process name
-CTL_PendingExternalProcess2=Prozess - {0}
-# {0} - action name
-CTL_ActionInProgress={0} Laufende Aktion
-
diff --git a/l10n/src/de/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_de.properties
deleted file mode 100644
index 9ee69e3..0000000
--- a/l10n/src/de/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_de.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Entfernen
-CTL_MoveUp=Nach &oben
-CTL_MoveDown=Nac&h unten
-CTL_AddDirectory=Verzeichnis &hinzuf\u00fcgen...
-CTL_AddJAR=&JAR/ZIP hinzuf\u00fcgen...
-CTL_JarArchivesMask=JAR- und ZIP-Archive
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=k.A.
-ACSD_MoveUp=k.A.
-ACSD_MoveDown=k.A.
-ACSD_AddDirectory=k.A.
-ACSD_AddJAR=k.A.
-ACSD_PathList=k.A.
-ACSD_CustomNbClassPathEditor=k.A.
-CTL_Edit_Jar_Dialog_Title=JAR-Datei bearbeiten
-CTL_Edit_Local_Dialog_Title=Lokales Verzeichnis bearbeiten
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=JAR-Datei hinzuf\u00fcgen
-CTL_FileSystemPanel.Local_Dialog_Title=Lokales Verzeichnis hinzuf\u00fcgen
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Verarbeiten\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Argumente\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Argumenten&tipps:
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Durchsuchen...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=k.A.
-ACSD_NbProcessDescriptorCustomEditor.processLabel=k.A.
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=k.A.
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=k.A.
-ACSD_CustomNbProcessDescriptorEditor=k.A.
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Pfadeintr\u00e4ge
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=Liste der zu bearbeitenden Pfadeintr\u00e4ge
-
diff --git a/l10n/src/de/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_de.properties
deleted file mode 100644
index cde1351..0000000
--- a/l10n/src/de/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_de.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Kern - Ausf\u00fchrung
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Implementation der Ausf\u00fchrungsystems.
-OpenIDE-Module-Long-Description=F\u00fcgt der Plattform Ausf\u00fchrugsfunktionenen hinzu. Enth\u00e4lt Klassen, die den Ausf\u00fchrungsteil der APIs und der entsprechenden GUI implementieren.
-
diff --git a/l10n/src/de/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_de.properties
deleted file mode 100644
index ff4ce6b..0000000
--- a/l10n/src/de/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_de.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=E/A UI
-
-#IOWindowAction
-IOWindow=&Ausgabe
-
-#Title for I/O window
-LBL_IO_WINDOW=Ausgabe
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Register schlie\u00dfen
-LBL_CloseAll=Alle Register schlie\u00dfen
-LBL_CloseOthers=Andere Register schlie\u00dfen
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Ausgabe
-
diff --git a/l10n/src/de/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_de.properties
deleted file mode 100644
index b783e79..0000000
--- a/l10n/src/de/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_de.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editoren
-EditorsAction.source=Quelle
-GetLeftEditorAction.name=Editoren - links wiederholen
-
-GetRightEditorAction.name=Editoren - rechts wiederholen
-
-TabButton.tool_tip=Ansicht von {0}
-
diff --git a/l10n/src/de/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_de.properties
deleted file mode 100644
index 962568d..0000000
--- a/l10n/src/de/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_de.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MultiView Windows
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=MultiView Windows-Framework und -APIs
-OpenIDE-Module-Long-Description=MultiView Windows-Framework und -APIs
-
diff --git a/l10n/src/de/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_de.properties
deleted file mode 100644
index 5082a56..0000000
--- a/l10n/src/de/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_de.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Interner Zugriff
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Benutzt interne Zugriife \u00fcber die JNA-Bibliothek, um erweiterte visuelle Effekte in der Anzeige der Fenster
-OpenIDE-Module-Long-Description=Benutzt interne Zugriife \u00fcber die JNA-Bibliothek, um erweiterte visuelle Effekte in der Anzeige der Fenster
-
diff --git a/l10n/src/de/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_de.properties
deleted file mode 100644
index 7e7c9db..0000000
--- a/l10n/src/de/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_de.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparenz
-
diff --git a/l10n/src/de/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_de.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/de/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_de.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/de/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_de.properties
deleted file mode 100644
index 09c2841..0000000
--- a/l10n/src/de/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_de.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in der OSGi-Laufzeit
-
diff --git a/l10n/src/de/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_de.properties
deleted file mode 100644
index 620ec56..0000000
--- a/l10n/src/de/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_de.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Ausgabefenster
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Ein einfaches, auf einer TextArea basierendes Ausgabefenster
-OpenIDE-Module-Long-Description=Ausgabefenster basierend auf einem java.swing.text.Document \u00fcber einem ByteBuffer/CharBuffer
-
-#Title for the output window
-LBL_OUTPUT=Ausgabe
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=Kann nicht in das Temp-Verzeichnis schreiben ({0})
-MSG_GenericError=Fehler beim Schreiben in Ausgabedatei
-
-LBL_STDOUT=Standardausgabe
-FMT_FILE_EXISTS= {0} existiert.  \u00dcberschreiben?
-TITLE_SAVE_DLG=Ausgabe speichern als
-
-LBL_SaveAsFailedTitle="Speichern unter" ist fehlgeschlagen
-MSG_SaveAsFailed=Schreiben der Datei {0} ist fehlgeschlagen.
-
-MSG_SearchFromBeg=Ende der Ausgabe erreicht. Die Suchanfrage wird von vorne gestartet.
-MSG_SearchFromEnd=Anfang der Ausgabe erreicht. Suche wird Ende fortgesetzt.
-MSG_Found=''{0}'' gefunden an {1}:{2}
-MSG_NotFound=''{0}'' wurde nicht gefunden
-
-#OutputWindowAction
-OutputWindow=&Ausgabe
-
-#Find Dialog
-LBL_Find_Title=Suchen
-LBL_Find_What=Suchen: 
-LBL_Use_RegExp=R&egul\u00e4re Ausdr\u00fccke
-LBL_Match_Case=&Gro\u00df-/Kleinschreibung beachten
-BTN_Find=&Suchen
-ACSN_Find=k.A.
-ACSD_Find=Suchen
-ACSD_FindBTN=k.A.
-ACSD_Find_What=k.A.
-
-LBL_Filter_Title=Filter
-LBL_Filter_What=Zeilen die folgendes enthalten beibehalten
-BTN_Filter=&Filter
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=Schriftwahl
-BTN_Defaul_Font=Standardschrift
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=Datei \u00fcberschreiben?
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=Ung\u00fcltiger regul\u00e4rer Ausdruck
-FMT_Invalid_RegExp=Syntaxfehler in {0}
-
-#Output window popup menu
-ACTION_COPY=Kopieren
-ACTION_PASTE=Einf\u00fcgen
-ACTION_WRAP=Text umbrechen
-ACTION_SAVEAS=Speichern als...
-ACTION_CLOSE=Schlie\u00dfen
-ACTION_CLEAR=L\u00f6schen
-ACTION_PREV_ERROR=Vorheriger Fehler
-ACTION_NEXT_ERROR=N\u00e4chster Fehler
-ACTION_SELECT_ALL=Alles Ausw\u00e4hlen
-ACTION_FIND=Suchen...
-ACTION_FIND_NEXT=N\u00e4chstes suchen
-ACTION_FIND_PREVIOUS=Vorheriges suchen
-ACTION_LARGER_FONT=Gr\u00f6\u00dfere Schrift
-ACTION_SMALLER_FONT=Kleinere Schrift
-ACTION_FONT_TYPE=Schrift w\u00e4hlen
-ACTION_FILTER=Filter...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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=Kein Plattenplatz mehr auf {0} f\u00fcr tempor\u00e4re Ausgabeverzeichnisse vorhanden.  Folgende M\u00f6glichkeiten stehen zur Verf\u00fcgung: Mehr Festplattenplatz bereitsstellen, Tempor\u00e4rverzeichnis des Systems \u00e4ndern oder die IDE mit "-J-Dnb.output.heap=true" starten
-
-MSG_LINE_TOO_LONG= ...Zeile ist zu lang, bitte den automatischen Umbruch aktivieren, um sie ganz anzuzeigen...
-
diff --git a/l10n/src/de/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_de.properties
deleted file mode 100644
index 0f96385..0000000
--- a/l10n/src/de/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_de.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Eingabe
-LBL_EOF=&Eingabe schlie\u00dfen
-TIP_EOF=Schlie\u00dft diese Eingabekomponente und schickt "End-Of-File" an alle lesenden Prozesse
-TIP_INPUT=Text eingeben und "Enter" dr\u00fccken um die Nachricht an den Prozess zu verschicken.
-
-#Output window tab popup
-LBL_Close=Register schlie\u00dfen
-LBL_CloseAll=Alle Register schlie\u00dfen
-LBL_CloseOthers=Andere Register schlie\u00dfen
-
diff --git a/l10n/src/de/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_de.properties
deleted file mode 100644
index 542320c..0000000
--- a/l10n/src/de/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_de.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Starten
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=L\u00e4dt und aktiviert Module
-OpenIDE-Module-Long-Description=Dieses Modul beinhaltet Funktionen zum Starten und Aktivieren der richtigen Module.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory="netbeans.user" wurde nicht gesetzt.\nBitte das Startskript \u00fcberpr\u00fcfen.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Das Benutzerverzeichnis ({0}) darf sich nicht im  Installationsverzeichnis von NetBeans ({1}) befinden.
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Starte NetBeans Plattform
-# The Title of the About Box
-CTL_About_Title=Info
-CTL_About_Detail=Detail
-ACSD_AboutDialog=k.A.
-ACSN_AboutTabs=k.A.
-ACSD_AboutTabs=k.A.
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=UI-Klassenname erwartet, benutze Standard-UI...
-ERR_UserDirExpected=Bei der Option --userdir muss ein Verzeichnis angegeben werden
-ERR_UINotFound=UI-Klasse nicht gefunden, benutze Standard-UI...
-ERR_FontSizeExpected=Schriftgr\u00f6\u00dfe erwartet, benutze Standardgr\u00f6\u00dfe...
-ERR_BadFontSize=Schriftgr\u00f6\u00dfe hat falsches Format, benutze Standardgr\u00f6\u00dfe...
-ERR_BrandingNeedsArgument=Die Option --branding ben\u00f6tigt ein Argument
-ERR_LocaleExpected=Nach dem Schalter --locale wird die Lokalisierungsangabe erwartet
-
-
-CTL_Netbeanshome_notexists=netbeans.home zeigt auf ein nicht existierendes Verzeichnis.
-CTL_Netbeanshome1=netbeans.home zeigt nicht auf ein Verzeichnis.
-CTL_Netbeanshome2=netbeans.home zeigt auf ein nicht existierendes Verzeichnis.
-CTL_Netbeanshome3=netbeans.home zeigt nicht auf ein Verzeichnis.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Kann in {0} kein Systemverzeichnis anlegen. Es existiert schon eine Datei mit dem gleichen Namen.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Kann in {0} kein Systemverzeichnis anlegen.
-CTL_Cannot_mount_system_fs=Kann kein System-Dateisystem anlegen, Abbruch.
-
-#startup info messages
-MSG_IDEInit=Initialisiere...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Verbindung mit URL fehlgeschlagen {0}. Keine solche Ressource gefunden
-
-GTK_FONTSIZE_UNSUPPORTED=Die Option --fontsize gibt es im GTK Look&Feel nicht. Bitte stattdessen die Desktopschrift anpassen.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Fehler: {0}
-EXC_GraphicsStartFails2=Siehe {0} f\u00fcr Details.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=Das Modul {0} wurde in Version >= {1} verlangt, aber gefunden wurde nur {2}.
-# {0} - module display name
-MSG_problem_other_disabled=Das Module {0} mu\u00df ebenfalls installiert werden.
-LBL_no_impl_version=[keine Version angegeben]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=Das Modul {0} wurde in Implementierungsversion "{1}" verlangt, aber es wurde nur "{2}" gefunden.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=Das Modul {0} wird ben\u00f6tigt, wurde aber nicht gefunden.
-# {0} - required token
-MSG_problem_require_disabled=Keines der Module, die {0} bereitstellen, konnte installiert werden.
-# {0} - required token
-MSG_problem_require_not_found=Kein Modul, das {0} bereitstellt, gefunden.
-# {0} - class name
-MSG_problem_class_not_loaded=Das Paket, das die Klasse {0} enth\u00e4lt, wurde nicht geladen.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=Das Paket {0} wurde nicht geladen oder ist zu alt.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=Java-Platform version {0} oder besser wird ben\u00f6tigt, aber es l\u00e4uft nur {1}.
-MSG_warning=Warnung
-MSG_info=Information
-MSG_continue=Module deaktivieren und fortfahren
-MSG_exit=Beenden
-# {0} - number of other dependant modules
-MSG_also_dep_modules=Aufgrund der obigen Probleme, {0,choice,1#konnte ein weiteres Modul|1<{0} konnten weitere Module} nicht installiert werden.
-
-# NbEvents
-MSG_start_load_boot_modules=Basissystem laden...
-MSG_finish_load_boot_modules=Basissystem laden... fertig.
-MSG_start_auto_restore=Module laden...
-MSG_finish_auto_restore=Module laden... fertig.
-MSG_start_enable_modules=Module aktivieren...
-MSG_finish_enable_modules=Module aktivieren...fertig.
-TEXT_finish_enable_modules=Aktiviere Module:
-MSG_start_disable_modules=Module dekativieren...
-MSG_finish_disable_modules=Module deaktivieren...fertig.
-TEXT_finish_disable_modules=Deaktiviere Module:
-MSG_failed_install_new=Warnung - Einige Module konnten nicht installiert werden:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Warnung - Modul {0} konnte nicht installiert werden.
-# {0} - file name 
-TEXT_start_deploy_test_module=Spiele Testmodul in {0} ein ...
-TEXT_finish_deploy_test_module=Einspielen der Testmodule beendet.
-MSG_start_read=Moduldaten lesen...
-MSG_finish_read=Moduldaten lesen... fertig
-MSG_restore=Module starten...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Installiere {0}
-# {0} - module display name
-TEXT_install=Installiere neues Modul: {0}
-# {0} - module display name
-MSG_update=Neue Version von {0} starten
-# {0} - module display name
-TEXT_update=Modul aktualisieren: {0}
-# {0} - module display name
-MSG_uninstall=Halte {0} an
-MSG_load_section=Module laden...
-MSG_load_layers=Modulservice laden...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Warnung: Das Modul {0} konnte nicht gefunden werden und wird ignoriert...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=Das Modul {0} konnte nicht gel\u00f6scht werden, da es ein Autoload oder "Eager"-Modul ist, und noch benutzt wird.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=Es wurde versucht die Eigenschaft {1} des Moduls {0} im System-/Modulverzeichnis zu \u00e4ndern.Der aktuelle Wert ist "{3}", aber wurde auf dem Datentr\u00e4ger zu "{2}" ge\u00e4ndert.\n\nDiese Eigenschaft kann nicht ge\u00e4ndert werden, w\u00e4hrend das Programm l\u00e4uft.
-# {0} - JAR file name
-TEXT_patch=Modul-Patch oder eigene Erweiterung: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Fehlende Resource aus Klasse: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Fehlender Schl\u00fcssel: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Analysefehler in Datei {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Analysefehler in Datei {1} Zeile {3} Spalte {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/de/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_de.properties
deleted file mode 100644
index b9a1df5..0000000
--- a/l10n/src/de/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_de.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Standardsystem
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Gepufferte Objekte laden...
-MSG_end_load_cache=Gepufferte Objekte laden... beendet
-MSG_start_rewrite_cache=Puffer der Objekte erneuern...
-MSG_end_rewrite_cache=Puffer der Objekte erneuern... beendet
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=Dateiereignis {0}, Datei {1}
-
diff --git a/l10n/src/de/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_de.properties
deleted file mode 100644
index 9acd698..0000000
--- a/l10n/src/de/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_de.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Dateien
-AdvancedOption.tooltip=Dateien
-FileAssociationsPanel.btnDefault.text=Stan&dard
-FileAssociationsPanel.btnDefault.tooltip=Wiederherstellung der Standardeinstellungen f\u00fcr die gew\u00e4hlten Dateierweiterungen.
-FileAssociationsPanel.btnDefault.AN=Standardeinstellungen wiederherstellen
-FileAssociationsPanel.btnDefault.AD=Wiederherstellung der Standardeinstellungen f\u00fcr die gew\u00e4hlte Dateierweiterung.
-FileAssociationsPanel.btnDefaultIgnored.text=Stan&dard
-FileAssociationsPanel.btnDefaultIgnored.AN=Wiederherstellung Standardeinstellungen f\u00fcr ignorierte Dateien 
-FileAssociationsPanel.btnDefaultIgnored.AD=Wiederherstellung Standardeinstellungen f\u00fcr ignorierte Dateien 
-FileAssociationsPanel.btnNew.text=&Neu...
-FileAssociationsPanel.btnNew.AN=Neue Dateinamenserweiterung
-FileAssociationsPanel.btnNew.AD=Neue Dateinamenserweiterung
-FileAssociationsPanel.btnRemove.text=&Entfernen
-FileAssociationsPanel.btnRemove.AN=Gewahl\u00e4te Dateinamenserweiterung l\u00f6schen
-FileAssociationsPanel.btnRemove.AD=Gewahl\u00e4te Dateinamenserweiterung l\u00f6schen
-FileAssociationsPanel.cbExtension.choose= < Eine Erweiterung w\u00e4hlen >
-FileAssociationsPanel.cbExtension.AD=Dateinamenserweiterung
-FileAssociationsPanel.cbExtension.AN=Liste der Dateinamenserweiterungen
-FileAssociationsPanel.cbType.AN=Liste der Dateitypen
-FileAssociationsPanel.cbType.AD=Liste der Dateitypen
-FileAssociationsPanel.lblAssociatedAlso.text=Zus\u00e4tzlich assoziiert mit:
-FileAssociationsPanel.lblAssociatedAlso.AN=Zuordnung f\u00fcr diesen Dateityp auch zu den Erweiterungen
-FileAssociationsPanel.lblAssociatedAlso.AD=Zuordnung f\u00fcr diesen Dateityp auch zu den Erweiterungen
-FileAssociationsPanel.lblExtension.text=Dateinamens&erweiterung:
-FileAssociationsPanel.lblExtension.AN=Dateinamenserweiterung
-FileAssociationsPanel.lblExtension.AD=Liste der Dateinamenserweiterungen
-FileAssociationsPanel.lblType.text=Zugeordnete Datei &Typ (MIME):
-FileAssociationsPanel.lblType.AD=Liste der zugeordneten Dateitypen
-FileAssociationsPanel.lblType.AN=Liste der zugeordneten Dateitypen
-FileAssociationsPanel.lblFileAssociations.text=Dateizuordnungen
-FileAssociationsPanel.lblFilesIgnored.text=Von der IDE ignorierte Dateien
-FileAssociationsPanel.lblPattern.text=&Ignorierte Dateinamensmuster
-FileAssociationsPanel.lblPattern.tooltip=Regul\u00e4rer Ausdruck f\u00fcr Dateien, die nicht angezeigt werden sollen. Ganze Namen \u00fcberpr\u00fcfen, keine Pfade. Leerzeichen bedeutet "keine".
-FileAssociationsPanel.lblPattern.AN=Ignorierte Dateinamensmuster
-FileAssociationsPanel.lblPattern.AD=Regul\u00e4rer Ausdruck f\u00fcr Dateien, die nicht angezeigt werden sollen. Ganze Namen \u00fcberpr\u00fcfen, keine Pfade. Leerzeichen bedeutet "keine".
-FileAssociationsPanel.txtPatternError.AN=Syntaxfehler bei den Namensmustern f\u00fcr ignorierte Dateien
-FileAssociationsPanel.txtPatternError.AD=Syntaxfehler bei den Regul\u00e4ren Ausdr\u00fccken f\u00fcr ignorierte Dateien
-
-NewExtensionPanel.title=Neue Dateinamenserweiterung eingeben
-NewExtensionPanel.AD=Neue Dateinamenserweiterung eingeben
-NewExtensionPanel.lblExtension.text=Dateinamens&erweiterung:
-NewExtensionPanel.lblExtension.AN=Dateinamenserweiterung
-NewExtensionPanel.lblExtension.AD=Dateinamenserweiterung
-
-OpenAsAction.name=\u00d6ffnen als...
-OpenAsPanel.txtDescription.AN=Hinweis
-OpenAsPanel.txtDescription.AD=Hinweis
-OpenAsPanel.lblExtension.text=Behandle {0}-Dateien als:
-OpenAsPanel.title=\u00d6ffnen als...
-OpenAsPanel.open=\u00d6ffnen
-OpenAsPanel.AD=Dateityp w\u00e4hlen
-
-# display name for options export
-Files.Options.Export.displayName=Dateien
-OpenAsPanel.lblDescription.text=Dieser Dateitype ist Netbeans unbekannt. Bitte angeben, wie diese Dateien behandelt werden sollen.
-FileAssociationsPanel.autoScan.text=Auto-Scanning der Quellen aktivieren
-
diff --git a/l10n/src/de/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_de.properties
deleted file mode 100644
index 61d1985..0000000
--- a/l10n/src/de/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_de.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&Allgemein
-CTL_General_Options_Title=Allgemein
-CTL_General_Options_Category=Allgemein
-CTL_General_Options_Description=Allgemeine Optionen, Proxyeinstellungen, Editoreinstellungen
-CTL_Package_View_Type=Java Packages anzeigen als:
-CTL_Flattern_Packages=&Liste
-AN_Flattern_Packages=Liste
-AD_Flattern_Packages=Liste
-CTL_Tree_Packages=Baum
-AN_Tree_Packages=Baum
-AD_Tree_Packages=Baum
-CTL_No_Proxy=&Kein Proxy
-AN_No_Proxy=Kein Proxy
-AD_No_Proxy=Kein Proxy
-CTL_Usage_Statistics=Nutzungsstatistik:
-AN_Usage_Statistics=Nutzungsstatistik
-AD_Usage_Statistics=Nutzungsstatistik
-CTL_Usage_Check=&Unterst\u00fctzen Sie uns bei der Verbesserung von Netbeans, indem Sie anonym Nutzungsdaten zur Verf\u00fcgung stellen
-AN_Usage_Check=Unterst\u00fctzen Sie uns bei der Verbesserung von Netbeans, indem Sie anonym Nutzungsdaten zur Verf\u00fcgung stellen
-AD_Usage_Check=Unterst\u00fctzen Sie uns bei der Verbesserung von Netbeans, indem Sie anonym Nutzungsdaten zur Verf\u00fcgung stellen
-CTL_Usage_Info= <html>Die Nutzungsstatistik hilft uns, die Nutzeranforderungen besser zu verstehen und Verbesserungen f\u00fcr k\u00fcnftige Versionen zu entwickeln. Die gesammelten Daten werden keinesfalls analysiert, um Details \u00fcber Ihre Projekte zu ermitteln.</html>
-AN_Usage_Info=Informationen zur Nutzungsstatistik
-AD_Usage_Info= Die Nutzungsstatistik hilft uns, die Nutzeranforderungen besser zu verstehen und Verbesserungen f\u00fcr k\u00fcnftige Versionen zu entwickeln. Die gesammelten Daten werden keinesfalls analysiert, um Details \u00fcber Ihre Projekte zu ermitteln.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Mehr erfahren</u></font></html>
-AN_Learn_More=Mehr erfahren
-AD_Learn_More=Mehr erfahren
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Systemweite Proxyeinstellung benutzen
-AN_Use_System_Proxy_Settings=Systemweite Proxyeinstellung verwenden
-AD_Use_System_Proxy_Settings=Systemweite Proxyeinstellung verwenden
-CTL_Use_HTTP_Proxy=&Eigene Proxyeinstellung verwenden
-AN_Use_HTTP_Proxy=HTTP-Proxy
-AD_Use_HTTP_Proxy=HTTP-Proxy
-AN_Web_Browser=Webbrowser
-AD_Web_Browser=Webbrowser
-AN_Host=Rechner
-AD_Host=Rechner
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Update-Intervall
-AD_Update_Period=Update-Intervall
-AN_Ask_Before_Check=Vor dem Pr\u00fcfen fragen
-AD_Ask_Before_Check=Vor dem Pr\u00fcfen fragen
-Line_Numbers=&Zeilennummer
-Antialiasing=Antialiasing:
-Text_Antialiasing=Antialiasing verwenden
-Toolbar=&Werkzeugleiste
-Package_View=Paketansicht
-SDI_Window_Mode=SDI-Modus (einzelne Fenster)
-MDI_Window_Mode=MDI-Modus (ein Fenster)
-Tree_View=Baumansicht
-Default_System_Browser=<Standardbrowser>
-Swing_HTML_Browser=Swing-Browser
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=Allgemein
-CTL_Web_Browser=&Webbrowser:
-Confirm_Delete=&L\u00f6schen best\u00e4tigen:
-CTL_Web_Proxy=Proxyeinstellung:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=HTTP-Pro&xy\:
-Code_Folding=Textausblendung:
-Show=Anzeigen:
-Editor=Editor
-CTL_Check_Period=\u00dcberpr\u00fcfungs&intervall:
-CTL_Ask_Before_Check=&Vor dem Pr\u00fcfen fragen:
-CTL_Auto_Update=Autoupdate
-Use_Folding=&Textausblendung verwenden
-Fold_Methods=&Methoden ausblenden
-Fold_Classes=&Innere Klassen ausblenden
-Fold_Imports=I&mporte ausblenden
-Fold_JavaDoc=&Javadoc ausblenden
-Fold_Licence=&Anfangskommentare ausblenden
-Auto_Popup=Automatisches Kontextmen\u00fc:
-Auto_Popup_Completion=Autovervollst\u00e4ndigungsfenster
-Auto_Popup_JavaDoc=Javadocfenster
-CTL_Update_every_startup=Bei jedem Start
-CTL_Update_every_day=T\u00e4glich
-CTL_Update_every_week=W\u00f6chentlich
-CTL_Update_every_2weeks=Alle 2 Wochen
-CTL_Update_every_month=Monatlich
-CTL_Update_never=Nie
-CTL_Default_System_Browser=Standard-Systembrowser
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Interner Browser
-
-
-
-
-AN_NonProxy=Kein Proxy f\u00fcr
-
-AD_NonProxy=Kein Proxy f\u00fcr
-
-CTL_Non_Proxy=Kein Prox&y f\u00fcr:\
-
-Non_Proxy_Hint=(z.B. localhost, *.netbeans.org, *.meinedomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=&Mehr
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Erweiterte Proxyeinstellungen
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Erweiterte Proxyeinstellungen \u00f6ffnen
-
-LBL_GeneralOptionsPanel_PortError=Die Portnummer muss eine Ganzzahl sein.
-
-LBL_GeneralOptionsPanel_lWebProxy=Proxyeinstellungen\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP-&Proxy\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(z.B. localhost, *.netbeans.org, *.meinedomain.com)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Po&rt\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS-Proxy\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS-Proxy\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=Keine Pro&xyhosts\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Proxy-Server ben\u00f6tigt Authentifikation
-
-LBL_AdvancedProxyPanel_lUserName=&Nutzername\:
-
-LBL_AdvancedProxyPanel_lUserPassword=&Passwort\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=F\u00fcr alle Protokolle die gleichen Proxyeisntellungen verwenden
-
-LBL_AdvancedProxyPanel_Title=Erweiterte Proxyeinstellungen
-LBL_AdvancedProxyPanel_PortError=Die Portnummer muss eine Ganzzahl sein.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Systemweite Proxyeinstellung benutzen
-GeneralOptionsPanel.lWebBrowser.text=&Webbrowser\:
-GeneralOptionsPanel.rbNoProxy.text=&Kein Proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=k.A.
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=k.A.
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=k.A.
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=k.A.
-
-ACD_AdvancedProxyPanel_tfSocksHost=k.A.
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=k.A.
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=k.A.
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=k.A.
-
-ACD_AdvancedProxyPanel_tfSocksPort=k.A.
-
-ACD_AdvancedProxyPanel_tfUserName=k.A.
-
-ACD_AdvancedProxyPanel_pfUserPassword=k.A.
-
-ACD_AdvancedProxyPanel=k.A.
-
-LBL_WebBrowsersPanel_Title=Webbrowser
-LBL_ExternalBrowser_Name=Externer Browser
-WebBrowsersPanel.nameLabel.text=Name\:
-WebBrowsersPanel.executableLabel.text=Ausf\u00fchrbare Datei\:
-WebBrowsersPanel.parametersLabel.text=Parameter\:
-WebBrowsersPanel.browseButton.text=Durchsuchen...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Hinzuf\u00fcgen...
-WebBrowsersPanel.removeButton.text=Entfernen
-WebBrowsersPanel.browsersLabel.text=Webbrowser\:
-GeneralOptionsPanel.editBrowserButton.text=&Bearbeiten...
-GeneralOptionsPanel.editBrowserButton.AD=Webbrowser editieren
-GeneralOptionsPanel.editBrowserButton.AN=Webbrowser editieren
-WebBrowsers_URL_Hint=Hinweis\: {URL} \= URL der Seite, die vom Browser geladen werden soll
-
-ACS_WebBrowsersList=Liste der verf\u00fcgbaren Browser
-ACS_AddWebBrowserButton=Neuen Browser hinzuf\u00fcgen
-ACS_RemoveWebBrowserButton=Gew\u00e4hlten Browser entfernen
-ACS_BrowserNameField=Name des Browsers
-ACS_BrowserExecutableField=Ausf\u00fchrbares Programm des Browsers
-ACS_BrowserParametersField=Parameter f\u00fcr den Aufruf des Browsers
-ACS_BrowseExecutableButton=Ausf\u00fchrbares Programm des Browsers durchsuchen
-WebBrowsersOptionsPanel.browsersLabel.text=&Webbrowser\:
-WebBrowsersOptionsPanel.addButton.text=&Hinzuf\u00fcgen...
-WebBrowsersOptionsPanel.removeButton.text=&Entfernen
-WebBrowsersOptionsPanel.nameLabel.text=&Name\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Webbrowser
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Browserliste
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=Liste der verf\u00fcgbaren Browser
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Hinzuf\u00fcgen-Button
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Entfernen-Button
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Namens-Button
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Namens-Button
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Namens-Button
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Webbrowser
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Webbrowser
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Direkte Verbindung.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format= <html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, Allgemeine Optionen
-
-# Display name for options export
-General.Options.Export.Category.displayName=Allgemein
-General.Options.Export.displayName=Allgemein
-Other.Options.Export.displayName=Alle anderen sind unspezifiziert
-
diff --git a/l10n/src/de/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_de.properties
deleted file mode 100644
index 7d520eb..0000000
--- a/l10n/src/de/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_de.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Kern - UI
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Benutzerschnittstelle der Platform
-OpenIDE-Module-Long-Description=Klassen und Resources der Standardbenutzerschnittstelle f\u00fcr die Platform und f\u00fcr Applikationen, die auf der Platform aufbauen.
-
-Actions=Aktionen
-Actions/Edit=Bearbeiten
-Actions/Help=Hilfe
-Actions/System=System
-Actions/Tools=Extras
-Actions/View=Ansicht
-Actions/Window/SelectDocumentNode=W\u00e4hle Dokument in
-Menu=Men\u00fcleiste
-Menu/Edit=&Bearbeiten
-Menu/File=&Datei
-Menu/GoTo=&Navigieren
-Menu/Help=&Hilfe
-Menu/Tools=Ex&tras
-Menu/View=&Ansicht
-Menu/Window/SelectDocumentNode=W\u00e4hle Dokume&nt in
-Services/Browsers=Webbrowser
-Templates/Privileged=Privilegiert
-Templates/Recent=Zuletzt benutzt
-Templates/Services/Browsers=Webbrowser
-Toolbars=Werkzeugleisten
-Toolbars/Clipboard=&Zwischenablage
-Toolbars/UndoRedo= &R\u00fcckg\u00e4ngig/Wiederholen
-Toolbars/File=&Datei
-Toolbars/Memory=Spe&icher
-Toolbars/Standard.xml=Programmieren
-UI/Services=Optionen
-
-ProgressDisplayName_FileSystemRefresh=Aktualisiere Dateien
-
diff --git a/l10n/src/de/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_de.properties
deleted file mode 100644
index 3df0ef4..0000000
--- a/l10n/src/de/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_de.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Start der Messung der IDE
-SelfSamplerAction_ActionNameStop=Messung beenden und Schnappschusserstellen
-SelfSamplerAction_ActionDescription=Erstellt einen Schnappschuss auf Basis eines Threadabbildes
-SelfSamplerAction_ThreadName=IDE-Selbstmessung
-SelfSamplerAction_NotSupported=Selbstmessung ist nicht verf\u00fcgbar.
-SelfSamplerAction_SavedFile=Schnappschuss wurde nach {0} gespeichert.
-Save_Progress=Speichere Schnappschuss
-
diff --git a/l10n/src/de/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_de.properties
deleted file mode 100644
index d479677..0000000
--- a/l10n/src/de/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_de.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Im System \u00f6ffnen
-
diff --git a/l10n/src/de/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_de.properties
deleted file mode 100644
index 62092e1..0000000
--- a/l10n/src/de/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_de.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Gesamter physischer Speicher {0}
-
-
-#LOG_WINDOW_ACTIVATED=Hauptfenster aktiviert. Aktualisierung ben\u00f6tigte {0} ms
-#LOG_WINDOW_DEACTIVATED=Hauptfenster deaktiviert
-#LOG_WINDOW_REFRESH_CANCEL=Aktualisierung zum {0} mal abgebrochen 
-#LOG_WINDOW_REFRESH_OFF=Aktualisierung bei Fokuserhalt abschalten
-
-MSG_Refresh=Suche nach externen \u00c4nderungen
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Unterbrochen
-MSG_SoDInfo=<p>Beim Umschalten von einem anderen Programm zur IDE, sucht die IDE nach \u00c4nderungen an den Quellen.\nDiese Funktion kann abgeschaltet werden. Eine manuelle Suche kann \u00fcber die Aktion\nVerzeichnis aktualisieren oder \u00fcber Quelle/Suche nach externen \u00c4nderungen durchgef\u00fchrt werden.\n\n<p>Suche nach externen \u00c4nderungen abschalten?
-
diff --git a/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_de.properties
deleted file mode 100644
index d1e0f2a..0000000
--- a/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_de.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Einziger Arbeitsbereich>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_de.properties
deleted file mode 100644
index 13ba06b..0000000
--- a/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_de.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=Dokument dup&lizieren
-# CloseWindowAction
-CTL_CloseWindowAction=Fenster s&chlie\u00dfen
-
-CTL_RecentViewListAction=&Vorheriges Dokument
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=&Alle Dokumente schlie\u00dfen
-
-# UndockAction
-CTL_UndockWindowAction=&Fenster abdocken
-CTL_UndockWindowAction_Dock=Fenster andoc&ken
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Alle Dokumente schlie\u00dfen
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Fenster minimieren
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Fenster schlie\u00dfen
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Alle anderen schlie\u00dfen
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Dokument speichern
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Dokument duplizieren
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Andere Doku&mente schlie\u00dfen
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Fenster ma&ximieren
-CTL_UnmaximizeWindowAction=Fenster wiederherstellen
-
-# DocumentsAction
-CTL_DocumentsAction=&Dokumente...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=Werkzeugleis&ten
-
-# NextTabAction
-CTL_NextTabAction=N\u00e4chstes Register
-# PreviousTabAction
-CTL_PreviousTabAction=Vorheriges Register
-
-CTL_ToggleFullScreenAction=&Vollbild
-
-# ResetWindowsAction
-CTL_ResetWindows=&Fenster zur\u00fccksetzen
-
-LBL_ToggleWindowTransparencyAction=Transparentes Fenster
-LBL_WindowTransparencyHint=Strg+0 (auf dem Ziffernblock) dr\u00fccken und halten, um minimierte Fenster transparent zu machen.
-
-# Properties
-GlobalProperties=Eigensc&haften
-
diff --git a/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_de.properties
deleted file mode 100644
index ededa91..0000000
--- a/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_de.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Erscheinungsbild
-AdvancedOption_Tooltip_WinSys=Mit dem Fenstersystem verkn\u00fcpfte Optionen
-
-IsAlphaFloatingTooltip=Macht schwebende Fenster ohne Focus nach einigen Sekunden halbtransparent
-
-IsDragWindowTooltip=Erlaubt ein Geisterbild des Fensters w\u00e4hrend der Drag+Drop-Operation
-IsAlphaDragTooltip=Erlaubt Transparenz beim Ziehen eines Fensterbildes
-
-IsSnapScreenEdgesTooltip=Erlaubt das Einrasten schwebender Fenster an den Bildschirmecken
-IsSnappingTooltip=Erlaubt das automatische Einrasten schwebender Fenster f\u00fcr ein einfacheres Layout
-
-NoAlphaSupport=Transparente Fenster werden von diesem Betriebssystem nicht unterst\u00fctzt
-LBL_DragWindowImage=Fensterbild w\u00e4hrend des Ziehens
-LBL_TransparentDragWindow=Transparentes Fensterbild w\u00e4hrend des Ziehens
-LBL_TransparentFloatingWindows=Transparente schwebende Fenster
-LBL_SnapFloatingWindows=Einrastende schwebende Fenster
-LBL_SnapToScreenEdges=Einrasten an den Bildschirmecken
-LBL_CloseActivatesRecentDocument=Schlie\u00dfen aktiviert das vorherige Dokument
-TIP_CloseActivatesMostRecentDocument=Beim Schlie\u00dfen eines Dokumentes wird das vorherige Dokument anstelle des Nachbardokumentes aktiviert
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=Beim Schlie\u00dfen eines Dokumentes wird das vorherige Dokument aktiviert
-
diff --git a/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_de.properties
deleted file mode 100644
index d54e064..0000000
--- a/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_de.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Die Konfiguration der Fensterverwaltung {0} kann nicht analysiert werden.
-EXC_GroupParse=Die Konfiguration der Gruppe {0} kann nicht analysiert werden.
-EXC_TCGroupParse=Die Konfiguration der TCGroup {0} kann nicht analysiert werden.
-EXC_TCRefParse=Die Konfiguration der TCRef {0} kann nicht analysiert werden.
-EXC_ModeParse=Die Konfiguration des Modus {0} kann nicht analysiert werden.
-
-# PersistenceManager
-EXC_RootFolder=Wurzelverzeichnis {0} kann nicht angelegt werden
-EXC_CompsFolder=Das Komponentenverzeichnis {0} kann nicht angelegt werden
-EXC_GroupsFolder=Das Gruppenverzeichnis {0} kann nicht angelegt werden
-EXC_ModesFolder=Das Modusverzeichnis {0} kann nicht angelegt werden
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Top Component {0} konnte nicht gefunden oder nicht aus dem Komponentenverzeichnis geladen werden.
-EXC_CannotSaveTCSettings=Die Einstellungen der Top Component {0} konnten nicht gespeichert werden
-EXC_CopyFails=Komponenteneinstellungen k\u00f6nnen nicht im Verzeichnis {0} gespeichert werden
-
-# {0} TopComponent name
-FMT_TCWriteError=Komponente {0} konnte aufgrund eines Serialisierungsfehlers nicht gespeichert werden
-FMT_TCReadError=Komponente {0} konnte aufgrund eines Deserialisierungsfehlers nicht geladen werden.\n
-
-
diff --git a/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_de.properties
deleted file mode 100644
index 096ec22..0000000
--- a/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_de.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Kern - Fenster
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Implementierung des Fenstersystems.
-OpenIDE-Module-Long-Description=Klassen des Fenstersystems f\u00fcr die Netbeans-Plattform
-
-Actions/Window=Fenster
-Menu/Window=&Fenster
-
-# Options export
-Toolbars.Options.Export.displayName=Werkzeugleisten
-
diff --git a/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_de.properties
deleted file mode 100644
index ba35ed6..0000000
--- a/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_de.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Abbrechen
-CloseButton=Schlie\u00dfen
-# HelpButton=Help
-YesButton=Ja
-NoButton=Nein
-# ApplyButton=Apply
-DetailsButton=Details
-# ButtoBarButoo
-CTL_Button=Schaltfl\u00e4che
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Abbrechen
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Abbrechen
-ACSD_FileSelectorDialog=Dateiauswahldialog
-ACSN_FileSelectorTreeView=Baumansicht
-ACSD_FileSelectorTreeView=Baumansicht in Dateiauswahl
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Anpassungsdialog
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Schlie\u00dfen
-CANCEL_OPTION_CAPTION=Abbrechen
-HELP_OPTION_CAPTION=&Hilfe
-NO_OPTION_CAPTION=Nein
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Ja
-ACS_YES_OPTION_NAME=Ja
-ACS_YES_OPTION_DESC=Ja-Button
-# - {0} message
-ACSD_ErrorMessage=Fehler: {0}
-ACSD_WarningMessage=Warnung: {0}
-ACSD_QuestionMessage=Frage {0}
-ACSD_InformationMessage=Information {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Abbrechen
-ACS_CANCEL_OPTION_DESC=Abbrechen-Button
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=OK-Button
-
-ACS_NO_OPTION_NAME=Nein
-ACS_NO_OPTION_DESC=Nein-Button
-
-ACS_HELP_OPTION_NAME=Hilfe
-ACS_HELP_OPTION_DESC=Hilfe-Button
-
-ACS_CLOSED_OPTION_NAME=Schlie\u00dfen
-ACS_CLOSED_OPTION_DESC=Schlie\u00dfen-Button
-
-
diff --git a/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_de.properties
deleted file mode 100644
index 26de020..0000000
--- a/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_de.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Hauptfenster
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Dokumente:
-LBL_Description=&Beschreibung:
-LBL_Activate=Zu Dokumen&t wechseln
-LBL_CloseDocuments=Dokument(e) sch&lie\u00dfen
-LBL_SaveDocuments=Dokument(e) &speichern
-LBL_Close=&Schlie\u00dfen
-
-ACSD_Activate=k.A.
-ACSD_CloseDocuments=k.A.
-ACSD_SaveDocuments=k.A.
-ACSD_Close=k.A.
-ACSD_ListView=k.A.
-ACSD_DescriptionArea=k.A.
-ACSD_DocumentsDialog=k.A.
-
-CTL_DocumentsTitle=Dokumente
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Eigenschaften
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#keine Eigenschaften|1#{1} - Eigenschaften|2#Eigenschaften mehrerer Objekte}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Eigenschaften|1#{1} - Eigenschaften|2#Eigenschaften mehrerer Objekte}
-ACSN_PropertiesSheet=Eigenschaftseditor
-ACSD_PropertiesSheet=Die Ansicht zeigt die Eigenschaften des gew\u00e4hlten Knoten.
-EXC_CannotLoadNodes=Knoten k\u00f6nnen nicht in Property Sheets geladen werden. Sie existieren wom\u00f6glich nicht mehr.
-
diff --git a/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_de.properties
deleted file mode 100644
index 031ba89..0000000
--- a/l10n/src/de/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_de.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&Kleine Werkzeugleisten-Icons
-
-# ToolbarLayout
-EXC_wrongConstraints=Kann nicht zum Layout hinzugef\u00fcgt werden: ToolbarConstraints werden nicht verwendet.
-
-CTL_CustomizeToolbars=&Anpassen...
-
-#New Toolbar Button label
-CTL_NewToolbar=&Neue Werkzeugleiste...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&Kleine Werkzeugleisten-Icons
-
-#Drag and Drop hint
-CTL_TreeLabel=Objekte auf die oder von der Werkzeugleiste ziehen, um sie hinzuzuf\u00fcgen bzw. zu entfernen...
-
-LBL_PleaseWait=Bitte warten...
-
-#Close customizer button
-CTL_Close=&Schlie\u00dfen
-
-#Customizer dialog window title
-CustomizerTitle=Werkzeugleisten anpassen
-
-ACSD_ActionsTree=Objekte von hier in die Werkzeugleiste ziehen.
-ACSN_ActionsTree=Aktionssammlung
-
-ACSN_ActionsScrollBar=Aktionensammlung-Scrollbar
-ACSD_ActionsScrollBar=Aktionensammlung-Scrollbar
-
-ACSD_ToolbarCustomizer=Werkzeugleistenanpassung
-
-ACSD_Close=Schlie\u00dfen-Button
-ACSD_NewToolbar=Neuer Werkzeugleistenknopf
-
-ACSD_SmallIcons=Kleine Icons Checkbox
-
-CTL_ResetToolbarsAction=&Werkzeugleisten zur\u00fccksetzen
-CTL_ResetToolbarsButton=&Werkzeugleisten zur\u00fccksetzen
-
-
-
-PROP_newToolbarLabel=&Name:
-PROP_newToolbarDialog=Neue Werkzeugleiste
-PROP_newToolbar=Werkzeugleiste
-MSG_ToolbarExists=Werkzeugleiste {0} existiert bereits
-
-
diff --git a/l10n/src/de/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_de.properties
deleted file mode 100644
index 5e0c68d..0000000
--- a/l10n/src/de/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_de.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=Die eingegebene Gr\u00f6\u00dfe kann nicht negativ sein
-CTL_InvalidValue=Ung\u00fcltiger Wert eingegeben
-CTL_InvalidValueWithParam=Ung\u00fcltiger Wert eingegeben: {0}
-CTL_InvalidValueWithExc=Ung\u00fcltiger Wert eingegeben. \nUrsache: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Der Wert von {0} sollte im Format {1} sein
-
-#ColorEditor
-CTL_AWTPalette=AWT-Palette
-CTL_SwingPalette=Swing-Palette
-CTL_SystemPalette=Systempalette
-ACSD_CustomColorEditor=k.A.
-FMT_IllegalEntry={0} ist kein g\u00fcltiger Farb-Bezeichner.  Es m\u00fcssen Swing- oder AWT-Konstanten oder rot/gr\u00fcn/blau-Werte eingegeben werden.
-
-# ColorEditor:AWT color names
-LAB_White=Wei\u00df
-LAB_LightGray=Hellgrau
-LAB_Gray=Grau
-LAB_DarkGray=Dunkelgrau
-LAB_Black=Schwarz
-LAB_Red=Rot
-LAB_Pink=Rosa
-LAB_Orange=Orange
-LAB_Yellow=Gelb
-LAB_Green=Gr\u00fcn
-LAB_Magenta=Magenta
-LAB_Cyan=Cyan
-LAB_Blue=Blau
-# ColorEditor: system color names
-LAB_ActiveCaption=Aktiver Untertitel
-LAB_ActiveCaptionBorder=Randlinie des aktiven Untertitels
-LAB_ActiveCaptionText=Text des aktiven Untertitels
-LAB_Control=Steuerung
-LAB_ControlDkShadow=Dunkl. Schattenregler
-LAB_ControlHighlight=Hervorhebungslichtregler 
-LAB_ControlLtHighlight=Heller Hervorhebungsregler
-LAB_ControlShadow=Schattenregler
-LAB_ControlText=Textregler
-LAB_Desktop=Desktop
-LAB_InactiveCaption=Deaktivierter Untertitel
-LAB_InactiveCaptionBorder=Randlinie des deaktivierten Untertitels
-LAB_InactiveCaptionText=Text des deaktivierten Untertitels
-LAB_Info=Information
-LAB_InfoText=Informationstext
-LAB_Menu=Men\u00fc
-LAB_MenuText=Men\u00fctext
-LAB_Scrollbar=Scrollbar
-LAB_Text=Text
-LAB_TextHighlight=Texthervorhebung
-LAB_TextHighlightText=Text der Texthervorbung
-LAB_TextInactiveText=Text des deaktivierten Texts
-LAB_TextText=Text des Texts
-LAB_Window=Fenster
-LAB_WindowBorder=Fensterrahmen
-LAB_WindowText=Fenstertext
-
-#DimensionCustomEditor
-CTL_Dimension=Dimension
-CTL_Width=&Breite:
-CTL_Height=&H\u00f6he:
-ACSD_CTL_Width=k.A.
-ACSD_CTL_Height=k.A.
-ACSD_DimensionCustomEditor=k.A.
-
-#DimensionEditor
-CTL_HintFormat=[breite,hoehe]
-
-#FontEditor
-CTL_Plain=Normal
-CTL_Bold=Fett
-CTL_Italic=Kursiv
-CTL_BoldItalic=Fett Kursiv
-CTL_Font=Schri&ft:
-CTL_FontStyle=Schrift&stil:
-CTL_Size=&Gr\u00f6\u00dfe:
-CTL_Preview=Vorschau
-ACSD_CTL_Font=k.A.
-ACSD_CTL_FontStyle=k.A.
-ACSD_CTL_Size=k.A.
-ACSD_FontCustomEditor=k.A.
-
-#InsetsCustomEditor
-CTL_Insets=Zwischenraum
-CTL_Top=&Oben:
-CTL_Left=&Links:
-CTL_Bottom=&unten:
-CTL_Right=&Rechts
-ACSD_CTL_Top=k.A.
-ACSD_CTL_Left=k.A.
-ACSD_CTL_Bottom=k.A.
-ACSD_CTL_Right=k.A.
-
-#InsetsEditor
-CTL_HintFormatIE=[oben,links,unten,rechts]
-
-# ObjectEditor
-CTL_NullValue=<Lookup "null"-Wert>
-CTL_NullItem=<Lookup "null"-Eintrag >
-
-#PointCustomEditor
-CTL_Point=Punkt
-CTL_X=&X:
-ACSD_CTL_X=k.A.
-CTL_Y=&Y:
-ACSD_CTL_Y=k.A.
-ACSD_PointCustomEditor=k.A.
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rechteck
-ACSD_CustomRectangleEditor=k.A.
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,breite,hoehe]
-
-#StringCustomEditor
-ACS_TextArea=Text:
-ACSD_TextArea=Hier den Text f\u00fcr die Eigenschaft eingeben
-ACSD_CustomStringEditor=Editor f\u00fcr String-Eigenschaften
-ACS_Instructions=Anweisungen
-ACSD_Instructions=k.A.
-
-MSG_FontIsNotInitialized=Speichern als XML ist fehlgeschlagen, weil der Schriftwert nicht initialisiert ist.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Datei oder Verzeichnis w\u00e4hlen
-CTL_DialogTitleFiles=Datei w\u00e4hlen
-CTL_DialogTitleDirs=Verzeichnis w\u00e4hlen
-ACSD_FileEditor=k.A.
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Unspezifiziert>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Eigenschaften
-ACSD_PropertiesEditorPane=k.A.
-ACSD_CustomPropertiesEditor=k.A.
-WARN_PropertiesComments=Warnung: Kommentare werden verworfen.
-
-#StringArrayCustomEditor
-CTL_Empty=<leer>
-CTL_Item=E&intrag:
-ACSD_CTL_Item=k.A.
-CTL_ItemList=Element&liste
-ACSD_CTL_ItemList=k.A.
-CTL_Add_StringArrayCustomEditor=&Hinzuf\u00fcgen
-ACSD_CTL_Add_StringArrayCustomEditor=k.A.
-CTL_Change_StringArrayCustomEditor=&Bearbeiten
-ACSD_CTL_Change_StringArrayCustomEditor=k.A.
-CTL_Remove=&Entfernen
-ACSD_CTL_Remove=k.A.
-CTL_MoveUp=H&och
-ACSD_CTL_MoveUp=k.A.
-CTL_MoveDown=R&unter
-ACSD_CTL_MoveDown=k.A.
-ACSD_StringArrayCustomEditor=k.A.
-
-#Bool/BooleanEditor
-TRUE=wahr
-FALSE=falsch
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Eingabewert ist keine Ganzzahl:  
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Ung\u00fcltiger String kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - g\u00fcltige Werte sind: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Unbekannte Klasse: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Kein g\u00fcltiger Wert: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=URL wurde nicht erkannt: {0}
-#
-MSG_NULL_OR_EMPTY=Null, oder leeres Array
-
-#ObjectEditor
-ACSN_ObjectTree=Verf\u00fcgbare Optionen
-ACSD_ObjectTree=Objekt w\u00e4hlen
-
-#Font Editor
-MSG_AppleBug=Wenn diese Nachricht angezeigt wird, ist bei der Initialisierung der Schriftartenliste ein Fehler aufgetreten.  Die Ursache ist ein Fehler in der Apple JVM, der von Bitmapschriften ausgel\u00f6st wird. Um den Schrifteneditor zu benutzen, m\u00fcssen zuerst alle Bitmapschriften im System deinstalliert werden.  Weitere Details finden sich im "Apple BugReporter", Fehler Nr. 3121780.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=Franz jagt im komplett verwahrlosten Taxi quer durch Bayern
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/de/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_de.properties
deleted file mode 100644
index f1bea8b..0000000
--- a/l10n/src/de/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_de.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Kern
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Das Basis-Framework f\u00fcr alle auf NetBeans basierenden Applikationen
-OpenIDE-Module-Long-Description=Dieses Modul beinhaltet die zentrale Infrastruktur von Netbeans. Es kann nicht deaktivert werden.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=Ein Ausnahmefehler ({0}) ist aufgetreten.\n\tAuf "Details zeigen" klicken oder die Datei "messages.log" im Verzeichnis {1} ansehen.
-NTF_ExceptionalExceptionTitle=Unerwarteter Fehler
-# {0} - class name of exception
-NTF_ExceptionWarning=Ein Ausnahmefehler ({0}) ist aufgetreten.\nDas System sollte trotzdem ohne Probleme weiterarbeiten.\n\nAuf "Details anzeigen" klicken, um den Stacktrace anzuzeigen.
-NTF_ExceptionWarningTitle=Warnung
-
-#startup info messages
-MSG_MainWindowInit=Initialisiere Hauptfenster...
-MSG_WindowShowInit=\u00d6ffne Hauptfenster...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Speichere {0} ...
-MSG_AllSaved=Alles wurde gespeichert.
-
-CTL_Cannot_save=Kann {0} nicht speichern
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Passwortgesch\u00fctzter Bereich
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=Anzeigen nach:
-ShortcutsEditor.actionsButton.text=Aktionen
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Tastaturk\u00fcrzel
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text="Anzeigen nach Aktionen" w\u00e4hlen, um Aktionenk\u00fcrzel zu bearbeiten.
-ShortcutsPanel.addButton.text=Hinzuf\u00fcgen...
-ShortcutsPanel.removeButton.text=Entfernen
-ShortcutsPanel.AddActionTitle=Neues K\u00fcrzel
-ActionsPanel.shortcutAddButton.text=Hinzuf\u00fcgen...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Entfernen
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=K\u00fcrzel bearbeiten
-ActionsPanel.AddShortcut=K\u00fcrzel hinzuf\u00fcgen
-ActionsPanel.ShortcutLabel=K\u00fcrzel:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName="Anzeigen nach Aktionen" w\u00e4hlen, um Aktionenk\u00fcrzel zu bearbeiten.
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc="Anzeigen nach Aktionen" w\u00e4hlen, um Aktionenk\u00fcrzel zu bearbeiten.
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc="Anzeigen nach K\u00fcrzel" w\u00e4hlen, aber um K\u00fcrzel zu bearbeiten bitte "Anzeigen nach Aktionen" w\u00e4hlen
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Neue K\u00fcrzel f\u00fcr Aktion hinzuf\u00fcgen
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=K\u00fcrzel f\u00fcr Aktion entfernen
-ACSN_ShortcutsPanel.shortcutsList=K\u00fcrzelliste
-ACSD_ShortcutsPanel.shortcutsList=k.A.
-ACS_ActionsPanel.ShortcutLabel.a11yName=K\u00fcrzel belegen
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=K\u00fcrzel mit Tastenkombination belegen
-ACSN_ActionsPanel.actionsTree=k.A.
-ACSN_ActionsPanel.shortcutsList=K\u00fcrzelliste
-ACSD_ActionsPanel.actionsTree=k.A.
-ACSD_ActionsPanel.shortcutsList=k.A.
-ACSD_ShortcutsEditor.DialogDesc=k.A.
-ACSD_ActionsPanel.Dialog=Neues K\u00fcrzel f\u00fcr die gew\u00e4hlte Aktion hinzuf\u00fcgen
-ACS_ActionsPanel=k.A.
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=Diesem K\u00fcrzel wurde bereits eine Aktion zugeordnet ({0}).\nSoll stattdessen die neue Aktion verwendet werden?
-
-CTL_ExitTitle=Speichern
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Speichern
-ACSD_Save=Speichern.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=&Alle speichern
-ACSD_SaveAll=Alle speichern.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=Alles &Verwerfen
-ACSD_DiscardAll=Alle Verwerfen.
-EXC_Save=Beim Speichern ist ein Ausnahmefehler aufgetreten
-# NotifyException
-CTL_Title_Exception=Ausnahme
-CTL_NextException=&Weiter>
-CTL_PreviousException=< &Zur\u00fcck
-CTL_Exception_Hide_Details=Details &verbergen
-CTL_Exception_Show_Details=Details &anzeigen
-ACSD_NextException=k.A.
-ACSD_PreviousException=k.A.
-ACSD_Exception_Hide_Details=k.A.
-ACSD_Exception_Show_Details=k.A.
-ACSN_ExceptionStackTrace=k.A.
-ACSD_ExceptionStackTrace=k.A.
-ACSD_NotifyExceptionPanel=k.A.
-
-ACSN_ListOfChangedFiles=Liste
-ACSD_ListOfChangedFiles=Liste der ge\u00e4nderten und zu speichernden Dateien 
-ACSD_ExitDialog=Dialog zum Speichern beliebiger \u00c4nderungen
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI-Modus
-CTL_MdiMode=MDI-Mode
-
-# NbPlaces
-CTL_NoWorkspaces=Keine Arbeitsbereiche
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=k.A.
-ACD_NotifyExcPanel_Dialog=k.A.
-
-# blocked event queue
-LOG_EventQueueBlocked=Der  AWT Ereginisverarbeitungs-Thred ist seit {0} ms blockiert
-LOG_EventQueueBlocked_ICON_BASE= org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Authentifizierung ben\u00f6tigt
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=Ben&utzername:
-NbAuthenticatorPanel.passwordLbl.text=Kenn&wort:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Passwort f\u00fcr {0}
-
-ProxySettings.password.description=Proxy-Passwort
-
-Title_WebBrowser=Webbrowser
-
diff --git a/l10n/src/de/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_de.properties
deleted file mode 100644
index 0914667..0000000
--- a/l10n/src/de/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_de.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&Info
-About_title=Info
-
-#CopyProductInfoAction
-CopyProductInfo=Informationen kopieren
-CopyProductInfoAction=&Informationen kopieren
-CTL_CopyButton_tooltip=Kopiert die Netbeans-Produktinformationen in die Zwischenablage
-
-#HtmlViewAction
-CTL_OpeningBrowser=\u00d6ffne Browser ...
-HTMLView=&Webbrowser
-
-#SystemExit
-Exit=B&eenden
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=N\u00e4chste innere Ansicht
-LBL_PreviousViewCallbackAction=Vorhergehende innere Ansicht
-
-# jump next/prev actions
-JumpNextAction=&N\u00e4chster Fehler
-JumpPrevAction=&Vorheriger Fehler
-
-#LogAction
-MSG_LogTab_name= IDE Protoko&ll
-MSG_ShortLogTab_name= IDE Protokoll
-
diff --git a/l10n/src/de/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_de.properties
deleted file mode 100644
index 3fda01a..0000000
--- a/l10n/src/de/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_de.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Produktversion\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>System\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Benutzerverzeichnis:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE', Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">Die NetBeans-IDE und die NetBeans Plattform basieren auf Softwware von netbeans.org. Es wird eine Duallizenz verwendet: Common Development and Distribution License (CDDL) sowie die GNU General Public License in Version 2 mit Klassenpfad-Ausnahmeregelung. Weitere Informationen sind unter <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a> verf\u00fcgbar.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE', Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} Version {1} l\u00e4uft auf {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Einfacher, integrierter Browser, der auf Swing basiert
-MSG_cannot_create_browser=Der Swing Browser kann nicht erstellt werden.
-Services/Browsers/SwingBrowser.settings=Swing HTML-Browser
-LBL_Close=Schlie\u00dfen
-MNE_Close=C
-ACSN_Close=Schlie\u00dfen
-ACSD_Close=Schlie\u00dfen
-
diff --git a/l10n/src/de/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_de.properties
deleted file mode 100644
index ec0bb20..0000000
--- a/l10n/src/de/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_de.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementierung
-
diff --git a/l10n/src/de/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_de.properties
deleted file mode 100644
index b7fb4c1..0000000
--- a/l10n/src/de/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_de.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Bibliotheken
-OpenIDE-Module-Short-Description=Enth\u00e4lt die JNA-Bibliothek.
-OpenIDE-Module-Long-Description=Dieses Modul enth\u00e4lt die JNA-Bibliothek
-
diff --git a/l10n/src/de/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_de.properties
deleted file mode 100644
index 4d4433c..0000000
--- a/l10n/src/de/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_de.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Skript-API Integration
-OpenIDE-Module-Display-Category=Bibliotheken
-OpenIDE-Module-Short-Description=Wird genutzt, um die Scripting APIs zu b\u00fcndeln.
-OpenIDE-Module-Long-Description=Das Modul, um die scripting APIs (javax.script) zu b\u00fcndeln. Wird nicht l\u00e4nger ben\u00f6tigt.
-OpenIDE-Module-Deprecation-Message=Wird im JDK 6 nicht l\u00e4nger ben\u00f6tigt. Bitte die Abh\u00e4ngigkeiten auf dieses Modul entfernen.
-
diff --git a/l10n/src/de/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_de.properties
deleted file mode 100644
index c8e477b..0000000
--- a/l10n/src/de/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_de.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Bibliotheken
-OpenIDE-Module-Short-Description=Enth\u00e4lt die JUnit 4.x Testbibliotheken.
-OpenIDE-Module-Long-Description=Umfasst die JUnit 4.x Testbibliotheken.
-
diff --git a/l10n/src/de/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_de.properties
deleted file mode 100644
index 733d8dc..0000000
--- a/l10n/src/de/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_de.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi-Spezifikation
-
diff --git a/l10n/src/de/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_de.properties
deleted file mode 100644
index 97fb913..0000000
--- a/l10n/src/de/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_de.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Schnellsuche
-QuickSearchComboBar.jLabel2.toolTipText=Umsch+F10 zur Auswahl der Kategorie klicken oder dr\u00fccken
-MSG_DiscoverabilityHint=Suche
-MSG_DiscoverabilityHint2=Suche in {0}
-LBL_MoreResults=...
-LBL_AllCategories=Alle Kategorien
-QuickSearchPopup.searchingLabel.text=Suche...
-QuickSearchPopup.noResultsLabel.text=( Keine Ergebnisse )
-QuickSearchPopup.hintLabel.text={0}; {1} f\u00fcr alle Kategorien dr\u00fccken
-AbstractQuickSearchComboBar.command.toolTipText=Schnellsuche im System {0}
-
diff --git a/l10n/src/de/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_de.properties
deleted file mode 100644
index d391ffe..0000000
--- a/l10n/src/de/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_de.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Kann die URL nicht anzeigen: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/de/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_de.properties
deleted file mode 100644
index f422475..0000000
--- a/l10n/src/de/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_de.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Name=Schnellsuch-API
-OpenIDE-Module-Short-Description=Infrastruktur f\u00fcr die Schnellsuche in Men\u00fceintr\u00e4gen, Aktionen, Dateien, usw.
-QuickSearch/Recent=K\u00fcrzlich durchgef\u00fchrte Suchen
-
diff --git a/l10n/src/de/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_de.properties
deleted file mode 100644
index 8c8d50f..0000000
--- a/l10n/src/de/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_de.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=Kein Filter
-
diff --git a/l10n/src/de/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_de.properties
deleted file mode 100644
index 5544c0c..0000000
--- a/l10n/src/de/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_de.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Name= ETable und Grundriss
-
diff --git a/l10n/src/de/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_de.properties
deleted file mode 100644
index 14ab217..0000000
--- a/l10n/src/de/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_de.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Look & Feel Anpassungsbibliothek
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Behandelt Look-And-Feel UI-Manager Einstellungen f\u00fcr NetBeans
-OpenIDE-Module-Long-Description=Definiert NetBeans-spezifische Werte, die im UIManager ben\u00f6tigt werden, und stellt sicher, dass bestimmte Werte aus dem BasicLookAndFeel in allen Look&Feels vorhanden sind. Behandelt den Metal-Stil, Look&Feel-Auswahl, und die Initialisierung von eigenen Schriftgr\u00f6\u00dfen.
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/de/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_de.properties
deleted file mode 100644
index 9eb032b..0000000
--- a/l10n/src/de/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_de.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=Warnung: Durch einen Fehler im JDK (bug 5079742), werden bestimmte Schrifttypen in NetBeans nicht richtig dargestellt. Bitte das JDK 1.5.0_02 oder neuer installieren. Details: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
-
diff --git a/l10n/src/de/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_de.properties
deleted file mode 100644
index bb128d8..0000000
--- a/l10n/src/de/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_de.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Registerkontrolle
-OpenIDE-Module-Display-Category=Bibliotheken
-OpenIDE-Module-Short-Description=Die Registerfunktionen, die vom Fenstersystem verwendet werden
-OpenIDE-Module-Long-Description=Bean-Bibliothek f\u00fcr die Registerkontrolle im Fenstersystem von Netbeans.
-
-
-
-ACS_TabbedContainer=Registerkontrolle
-ACSD_TabbedContainer=Karteireiterkontrolle, um zwischen den Registern umzuschalten
-
-TT_TabDisplayer_Close=<html>Umsch + Klick um alle Dokumente zu schlie\u00dfen<br>Alt + Klick um andere Dokumente zu schlie\u00dfen
-
diff --git a/l10n/src/de/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_de.properties b/l10n/src/de/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_de.properties
deleted file mode 100644
index 53808a7..0000000
--- a/l10n/src/de/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_de.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Liste der offenen Dokumente anzeigen
-
-Tip_Restore_Window=Fenster wiederherstellen
-
-Tip_Maximize_Window=Fenster maximieren
-
-Tip_Minimize_Window=Fenster minimieren
-
-Tip_Pin=Anheften
-
-Tip_Close_Window=Fenster schlie\u00dfen
-
-Tip_Scroll_Documents_Right=Dokumente nach rechts scrollen
-
-Tip_Scroll_Documents_Left=Dokumente nach links scrollen
-
diff --git a/l10n/src/de/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_de.properties b/l10n/src/de/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_de.properties
deleted file mode 100644
index e47a798..0000000
--- a/l10n/src/de/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_de.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Befehls-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Definition gemeinsamer Befehle f\u00fcr NetBeans
-OpenIDE-Module-Long-Description=Beinhaltet eine Liste gemeinsamer Befehle, die von allen NetBeans-Anwendungen genutzt werden k\u00f6nnen.
-
-
-New=&Hinzuf\u00fcgen
-# {0} name of the only one new type
-NewArg=&Hinzuf\u00fcgen von {0}
-
-# File
-NewFromTemplate= &Neu
-Save=&Speichern
-Print=&Drucken...
-PageSetup=Seite &einrichten...
-
-#0 undoableedit
-UndoWithParameter=&R\u00fcckg\u00e4ngig {0}
-#0 undoableedit
-RedoWithParameter=&Wiederholen {0}
-UndoSimple= &R\u00fcckg\u00e4ngig
-RedoSimple= &Wiederholen
-Cut=Ausschne&iden
-Copy=&Kopieren
-Paste=&Einf\u00fcgen
-Delete=&L\u00f6schen
-Find=&Suchen...
-Goto=&Gehe zu Zeile...
-Replace=Erse&tzen...
-
-# View
-Properties=Eigenschaften
-View=Ansicht
-Edit=Bearbeiten
-
-# Build
-Execute=&Ausf\u00fchren
-
-# Window
-DockWindow=&Ansicht verankern
-UndockWindow=Ansicht &l\u00f6sen
-CloneView=Ansicht &duplizieren
-CloseView=Schlie\u00dfen
-NextTab=&N\u00e4chste Ansicht
-PreviousTab=Vor&herige Ansicht
-
-Open=\u00d6ffnen
-Rename=Umbenennen...
-
-MoveUp=Nach oben
-MoveDown=Nach unten
-
-
-Customize=Anpassen
-
-#rename action
-CTL_RenameTitle=Umbenennen
-CTL_RenameLabel=&Neuer Name:
-# {0} param represents old name before renaming.
-MSG_BadFormat=Dieses Objekt kann nicht von {0} in {1} umbenannt werden.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Garbage Collect
-
-#HeapView
-LBL_ShowText=Text anzeigen
-LBL_DropShadow=Schatten f\u00fcr Ablegen
-LBL_OverlayGrid=\u00dcberlagerungsgitter
-
-# NewTemplateAction
-CTL_NewName=Neuer Name
-CTL_NewNameTitle= &Neu
-
-
-#Reorder Action
-Reorder=Reihenfolge \u00e4ndern...
-
-OpenLocalExplorer=Von &hier aus durchsuchen
-
-WorkspacesItems=&Arbeitsbereiche
-
-
-# name of template
-CTL_Template_Name=Objekt&name:
-# title of dialog
-CTL_Template_Dialog_Title=&Vorlageninstanz erzeugen
-CTL_Template_Dialog_RootTitle=Speichern &in:
-
-
-# Tools action
-CTL_Tools=Extras
-CTL_EmptySubMenu= Leer
-
-
-# name of the PopupAction
-Popup=Kontextmen\u00fc
-
-#SaveAction
-MSG_saved={0} gespeichert.
-EXC_notsaved=Beim Speichern von {0} sind Probleme aufgetreten.\nGrund: {1}
-#Template wizard title
-CTL_TemplateWizard=Neu aus Vorlage
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Klicken, um die Speicherbereinigung zu starten
-
-
diff --git a/l10n/src/de/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_de.properties b/l10n/src/de/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_de.properties
deleted file mode 100644
index 4320373..0000000
--- a/l10n/src/de/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_de.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Hilfsmittel API f\u00fcr die Benutzerschnittstelle
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Benutzerschnittstellenhilfsmittel.
-OpenIDE-Module-Long-Description=Hilfsfunktionen f\u00fcr verschiedene Aufgaben in der Benutzerschnittstelle.
-
-
-
-#MenuBar
-EXC_LoadMenu=Men\u00fc {0} konnte nicht geladen werden
-EXC_LoadMenuItem=Men\u00fceintrag {0} konnte nicht geladen werden
-
-#HtmlBrowser
-CTL_Back=Zur\u00fcck
-CTL_Forward=Vorw\u00e4rts
-CTL_Reload=Neuladen
-CTL_Stop=Unterbrechen
-CTL_Document_done=Dokument: Fertig
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Laden
-EXC_Module=Fehler w\u00e4hrend der Initialisierung des HTML-Browsers
-CTL_WebBrowser=Webbrowser
-HINT_WebBrowser=Webbrowser
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Browseransicht
-ACSD_HtmlBrowser=k.A.
-ACS_HtmlBrowser_Location=Pfad
-ACSD_HtmlBrowser_Location=k.A.
-
-# Splitted panel
-SplittedPanelVertical=Vertikal
-SplittedPanelHorizontal=Horizontal
-SplittedPanelSwap=Rahmen tauschen
-ResetSplitter=Unterteilungslinie zur\u00fccksetzen
-ACS_SplittedPanel_Name=Erstes Paneel {0}. Zweites Paneel {1}.
-ACS_SplittedPanel_Description=Erstes Paneel {0}. Zweites Paneel {1}.
-ACS_SplittedPanel_EmptySplitter=k.A.
-ACSD_SplittedPanel_EmptySplitter=k.A.
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=k.A.
-#Title while loading
-LBL_Loading=Wird geladen...
-#Title if html doesn't contain title tags
-LBL_Untitled=Unbetitelt
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Unbekannter Rechner: {0}
-FMT_InvalidURL=Ung\u00fcltige URL: {0}
-FMT_NoRouteToHost=Kein Netzwerkpfad zum Rechner: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Rufe {4} auf, das als {3} durch {1} implementiert ist
-
-
-# action and their performers
-Open=\u00d6ffnen
-Edit=Bearbeiten
-Print=&Drucken...
-View=Ansicht
-Close=Schlie\u00dfen
-
diff --git a/l10n/src/de/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_de.properties b/l10n/src/de/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_de.properties
deleted file mode 100644
index 6f41473..0000000
--- a/l10n/src/de/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_de.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Kompatibilit\u00e4ts-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Einige alte Klassen, von deren Verwendung abgeraten wird.
-OpenIDE-Module-Long-Description=Enth\u00e4lt einige alte API-Klassen, von deren Verwendung abgeraten wird und die ersetzt werden k\u00f6nnen. Speziell: ExplorerAction; ExplorerPanel; HttpServer; and WeakListener.
-OpenIDE-Module-Deprecation-Message=Von der Verwendung der Klassen dieser APIs wird abgeraten, da sie durch neuere APIs ersetzt werden.
-
diff --git a/l10n/src/de/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_de.properties b/l10n/src/de/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_de.properties
deleted file mode 100644
index 8ee63b4..0000000
--- a/l10n/src/de/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_de.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialog-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=F\u00fcr Dialoge und Assistenten.
-OpenIDE-Module-Long-Description=Dieses Modul ist f\u00fcr die Dialog- und Assistenten-Infrastruktur in NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Fehler
-NTF_ExceptionTitle=Ausnahme
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=Ein Ausnahmefehler ({0}) ist aufgetreten.\nBitte auf http://www.netbeans.org/issues.html dar\u00fcber berichten und eine Kopie der Datei "messages.log" anf\u00fcgen.\nDie Datei "messages.log" befindet sich im Verzeichnis {1}.
-NTF_ExceptionalExceptionTitle=Unerwarteter Fehler
-NTF_PlainTitle=Nachricht
-NTF_QuestionTitle=Frage
-NTF_InformationTitle=Information
-NTF_WarningTitle=Warnung
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Optionen Ausrichtung
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Ja
-CTL_NO=Nein
-CTL_CLOSE=Schlie\u00dfen
-
-CTL_CANCEL=Abbrechen
-ACSD_CANCEL=k.A.
-
-CTL_NEXT=Weiter >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Geht zum n\u00e4chsten Schritt des Assitenten.|2#N\u00e4chster Schritt: {0}.  {1}}
-
-CTL_PREVIOUS=< &Zur\u00fcck
-CTL_PREVIOUS_Mnemonic=Z
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Geht zum vorherigen Schritt des Assitenten.|0#Vorheriger Schritt: {0}.  {1}}
-
-CTL_FINISH=&Beenden
-ACSD_FINISH=k.A.
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Eingabezeile
-ACSD_InputField=k.A.
-ACN_NotifyDescriptor_MessageJTextArea=k.A.
-ACD_NotifyDescriptor_MessageJTextArea=k.A.
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} Assistent ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} von {1}
-CTL_ContentName=Schritte
-CTL_HelpName=Hilfe
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Bitte warten.
-
diff --git a/l10n/src/de/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_de.properties b/l10n/src/de/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_de.properties
deleted file mode 100644
index d56632e..0000000
--- a/l10n/src/de/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_de.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Ausf\u00fchrungs-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Ausf\u00fchrungs-API aus den Open APIs.
-OpenIDE-Module-Long-Description=Besteht aus Teilen des org.openide.execution.* Pakets aus den Open APIs.
-
diff --git a/l10n/src/de/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_de.properties b/l10n/src/de/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_de.properties
deleted file mode 100644
index 7b9efca..0000000
--- a/l10n/src/de/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_de.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Explorer- und Eigenschaftsseiten-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Verschiedene Ansichten zur Anzeige der Knotenstrukturen.
-OpenIDE-Module-Long-Description=Erlaubt die Definition neuer Ansichten, welche die mit der Nodes-API erstellte Strukturen anzeigen.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorer [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Konnte das Fenster des Explorers nicht wiederherstellen; der Wurzelknoten "{0}" konnte nicht korrekt wiederhergestellt werden.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=Eine Explorer-Ansicht darf die eine leere Selektion nicht verbieten.
-EXC_ContextMustBeWithinRootContext=Ein Explorer-Context ({0}) muss im Wurzel-Kontext enthalten sein({1}).
-EXC_NodeCannotBeNull=Die Knoten-Selektion darf nicht "null" sein.
-EXC_NoElementOfNodeSelectionMayBeNull=Kein Element einer Knoten-Selektion darf "null" sein.
-EXC_NodeSelectionCannotContainNodes=Eine Knoten-Selektion kann keine Knoten ({0}) ausserhalb der Wurzel enthalten ({1}).
-EXC_CannotHaveNullRootContext=Der Wurzel-Kontext darf nicht "null" sein.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Soll {0} wirklich gel\u00f6scht werden?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Soll {0} und der gesamte Inhalt wirklich gel\u00f6scht werden?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Sollen diese {0} Elemente wirklich gel\u00f6scht werden?
-MSG_ConfirmDeleteObjectTitle=L\u00f6schen des Objektes best\u00e4tigen
-MSG_ConfirmDeleteFolderTitle=L\u00f6schen des Pakets best\u00e4tigen
-MSG_ConfirmDeleteObjectsTitle=L\u00f6schen der Objekte best\u00e4tigen
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Soll {0} (verbunden mit {3}) wirklich gel\u00f6scht werden?
-MSG_ConfirmDeleteShadowTitle=L\u00f6schen der Verbindung best\u00e4tigen
-
-
diff --git a/l10n/src/de/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_de.properties b/l10n/src/de/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_de.properties
deleted file mode 100644
index 7bbdcac..0000000
--- a/l10n/src/de/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_de.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Ausnahmefehler in
-PS_Editor=Eigenschaftseditor
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Feld von
-FMT_ErrorSettingProperty=Die Eigenschaft konnte nicht gesetzt werden. {0} ist kein g\u00fcltiger Wert f\u00fcr {1}.
-FMT_CannotUpdateProperty={0} ist kein g\u00fcltiger Wert f\u00fcr {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(Kein Eigenschaftseditor)
-CTL_NoProperties=<Keine Eigenschaften>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Eigenschaften
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Nach Kategorie sortieren
-ACS_CTL_NoSort=Nach Kategorie sortieren
-CTL_AlphaSort=Nach Name sortieren
-ACS_CTL_AlphaSort=Nach Name sortieren
-CTL_TypeSort=Nach Typ sortieren
-ACS_CTL_TypeSort=Nach Typ sortieren
-CTL_VisibleWritableOnly=Nur editierbare Eigenschaften anzeigen
-ACS_CTL_VisibleWritableOnly=Nur editierbare Eigenschaften anzeigen
-CTL_Customize=Anpassung
-ACS_CTL_Customize=Anpassung
-CTL_Help=Hilfe
-ACS_CTL_Help=Hilfe
-ACSD_CTL_Help=Stellt Hilfe zu den Objekten bereit, deren Eigenschaften im Eigenschaftseditor angezeigt werden
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:Benutzerinformation]Die Benutzung der Eigenschaft >>{0}<< zur Entwurfszeit erzeugt einen Ausnahmefehler.
-
-#PropertySheet
-CTL_Property_sheet_option=Eigenschaftseditor
-
-
-#IndexedPropertyEditor
-CTL_NoItem=Kein Eintrag vorhanden
-CTL_Index=Eigenschaftsindex:
-CTL_Unknown=Unbekannt
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=k.A.
-CTL_Cancel=Abbrechen
-ACSD_CTL_Cancel=k.A.
-CTL_Close=Schlie\u00dfen
-ACSD_CTL_Close=k.A.
-CTL_Default=Auf Stan&dard zur\u00fccksetzen
-ACSD_CTL_Default=k.A.
-CTL_Paste=Einf\u00fcgen
-
-#PropertyDetails
-EXC_Setter=Ausnahmefehler beim Setzen der Eigenschaft: {0}
-EXC_Setter_localized=Ausnahmefehler beim Setzen der Eigenschaft: {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<Kein angepasster Editor>
-CTL_No_property_editor=<Kein Eigenschaftseditor>
-CTL_Different_Values=<Verschiedene Werte>
-CTL_Desc_Different_Values=Die gew\u00e4hlten Knoten haben verschiedene Werte f\u00fcr diese Eigenschaft.
-CTL_No_properties=<Keine Eigenschaften>
-CTL_No_value=<Kein Wert>
-CTL_No_type=<Kein Typ>
-CTL_ElipsisHint=Ruft das Anpassungsprogramm auf.
-CTL_InvalidValue=Ung\u00fcltiger Wert: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Ung\u00fcltiger Wert {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Typ: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=Eigenschaften
-CTL_New= &Neu
-CTL_Delete=&L\u00f6schen
-CTL_MoveUp=Nach &oben
-CTL_MoveDown=Nach &unten
-CTL_HideDetails=Details &verbergen
-CTL_ShowDetails=Details &anzeigen
-EXC_ErrorInIndexedSetter=Indizierte Eigenschaftswerte k\u00f6nnen nicht gesetzt werden
-
-ACSD_Properties=k.A.
-ACSD_New=k.A.
-ACSD_Delete=k.A.
-ACSD_MoveUp=k.A.
-ACSD_MoveDown=k.A.
-ACSD_HideDetails=k.A.
-ACSD_ShowDetails=k.A.
-ACSD_IndexedEditorPanel=k.A.
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Namen
-COLUMN_VALUES=Werte
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<unlesbar>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Fehler beim Setzen des Wertes
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Unbekannter Sortiermodus
-
-#Button labels for property dialogs
-ok=Ok
-default=Standardwerte wiederherstellen
-cancel=Abbrechen
-close=Schlie\u00dfen
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Beschreibung
-ACSD_Description=Beschreibung der aktuell gew\u00e4hlten Eigenschaft
-ACS_DescriptionTitle=Eigenschaftsname
-ACSD_DescriptionTitle=Name der aktuell editierten Eigenschaft
-CTL_NO_DESCRIPTION=Keine Beschreibung verf\u00fcgbar.
-CTL_NO_SELECTION=Nichts ausgew\u00e4hlt
-ACS_Splitter=Unterteilung
-ACSD_Splitter=Sichtbare Unterteilung zwischen der Eigenschaftstabelle und der Beschreibungsfl\u00e4che.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=Die Eigenschaft
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} ist gleich {1}
-FMT_ACST_SheetSet=Eigenschaftsgruppe {0}
-ACST_No_Selection=Nichts ausgew\u00e4hlt
-CTL_Multiple_Selection=Mehrere Objekte ausgew\u00e4hlt
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Anklicken oder ausw\u00e4hlen und Strg-Leerzeichen um einen speziellen Editor zu \u00f6ffnen; Rechtsklick f\u00fcr das Kontextmen\u00fc
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Zeige Beschreibungsfl\u00e4che an
-CTL_HideDescription=Verberge Beschreibungsfl\u00e4che
-CTL_RestoreDefaultValue=Standardwerte wiederherstellen
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Eigenschaften
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=diese Eigenschaft
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Ung\u00fcltiges Zahlenformat: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Angepasster Editor: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Eigenschaftstabelle
-ACSN_SHEET_TABBED_PANE=Eigenschaftskategorien
-ACSD_SHEET_TABLE=Tabelle editierbarer Eigenschaften f\u00fcr das aktuelle Objekt
-ACSD_SHEET_TABBED_PANE=Auswahl verschiedener Eigenschaftsmengen des aktuellen Objektes zur Anzeige auf der Eigenschaftsseite
-
-LBL_QUICKSEARCH=Schnellsuche:
-
-MSG_SetAsText_InvalidValue=Ung\u00fcltiger Wert: {0}
-
diff --git a/l10n/src/de/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_de.properties b/l10n/src/de/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_de.properties
deleted file mode 100644
index 40ab026..0000000
--- a/l10n/src/de/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_de.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu= Leer
-MenuViewStartFromRoot=Suche an Wurzelement beginnen
-MenuViewStartFromCurrent=Suche am aktuellen Punkt beginnen
-
-# TabView
-TabView_RootTab=Stammverzeichnis
-
-# TreeView
-VetoSelectedNodes=Ausgew\u00e4hlte Knoten
-LBL_QUICKSEARCH=Suchen:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=Dieses Objekt kann nicht von {0} in {1} umbenannt werden.
-ACSN_TreeViewCellEditor=Umbenennungs-Editor
-ACSD_TreeViewCellEditor=Eingebetteter Editor f\u00fcr den Knotennamen in der Baumanzeige
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=Das Zielobjekt hat den Inhalt nicht akzeptiert.
-
-MSG_ABORT=Abbrechen
-
-#TableSheet
-ACS_TableSheet=Eigenschaftstabelle
-ACSD_TableSheet=k.A.
-ACS_NullPanel=Keine Eigenschaft
-# {0} - bean
-ACSD_NullPanel=Keine Eigenschaft.  Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Typ: {1} Bean: {2}
-CTL_No_value=<Kein Wert>
-CTL_No_type=<Kein Typ>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Sichtbare Spalten \u00e4ndern
-LBL_ColumnDialogDesc=Die in der Liste anzuzeigenden Spalten w\u00e4hlen
-LBL_ListOptions=Listenoptionen
-LBL_ChangeColumns=\u00c4ndere sichtbare Spalten...
-LBL_SortMenu=Sortieren
-LBL_Ascending=Aufsteigend
-LBL_Descending=Absteigend
-LBL_ColsMenu=Spalte
-LBL_MoveLeft=Nach Links
-LBL_MoveRight=Nach Rechts
-MSG_NoColumnsToChange=Es gibt keine Spalten, deren Sichtbarkeit sich \u00e4ndert.
-LBL_NoSort=Nichts
-ACSN_ColumnDialog=Sichtbare Spalten \u00e4ndern
-ACSD_ColumnDialog=Die in der Liste anzuzeigenden Spalten w\u00e4hlen
-
-#a11y
-ACSN_TreeTable=k.A.
-ACSD_TreeTable=k.A.
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Zeige nur Zeilen an, in denen
-
-CTL_ColumnsSelector=Sichtbare Spalten \u00e4ndern
-ACN_ColumnsSelector=Spaltenauswahl
-ACD_ColumnsSelector=Sichtbare Spalten ausw\u00e4hlen
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Die in der Liste anzuzeigenden Spalten w\u00e4hlen
-NodeOutlineModel_NodesColumnLabel=Knoten
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Zugriff auf {0} ohne Kind.MUTEX Lesezugriff
-
diff --git a/l10n/src/de/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_de.properties b/l10n/src/de/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_de.properties
deleted file mode 100644
index ea5f0ae..0000000
--- a/l10n/src/de/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_de.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Ung\u00fcltiges XML-Dokument.
-
-W-003=Warnung: Der XML-Parser unterst\u00fctzt keinen Lexikalen Handler.
-
diff --git a/l10n/src/de/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_de.properties b/l10n/src/de/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_de.properties
deleted file mode 100644
index f12591c..0000000
--- a/l10n/src/de/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_de.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Dateisystem-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=API f\u00fcr virtuelle Dateisysteme.
-OpenIDE-Module-Long-Description=Erlaubt den Zugriff auf datei\u00e4hnliche Ressourcen unabh\u00e4ngig vom Betriebssystem. Unterst\u00fctzt die Benachrichtigung \u00fcber \u00c4nderungen auf der Festplatte.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Ung\u00fcltig {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=Wurzel {0} existiert nicht.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Kann die Wurzel des Dateisystems {0} nicht l\u00f6schen.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Kann die Wurzel des Dateisystems {0} nicht umbenennen.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Kann Datei {0} in {1} nicht l\u00f6schen.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Kann Datei {0} in {1} nicht in {2} umbenennen.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Dateisystem {0} ist schreibgesch\u00fctzt.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=Datei {0} in {1} ist schreibgesch\u00fctzt.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Kann die Datei {0} nicht erzeugen da {1} im Dateisystem {2} kein Verzeichnis ist.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Der Schr\u00e4gstrich ist im Verzeichnsnamen "{0}" nicht zugelassen.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Das Verzeichnis {0} existiert bereits in {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Verzeichnis {0} kann in {1} ({2}) nicht erzeugt werden.
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=Die Datei {0} existiert bereits im Dateisystem {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Datei {2} kann nicht erzeugt werden.{3} im Verzeichnis {0} im Dateisystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Ung\u00fcltige Sperre [{0}] f\u00fcr Datei {1} in {2} mit der aktuellen Sperre [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Kann die Datei filesystem.attributes nicht \u00e4ndern:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=Datei {1} im Verzeichnis {0} nicht gefunden.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} ist schreibgesch\u00fctzt.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} ist schreibgesch\u00fctzt, weil es in {1} liegt.
-
-# {0} = name of zip file 
-EXC_FileNotExists=Datei {0} existiert nicht.
-
-# {0} = name of zip file 
-EXC_CanntRead=Kann nicht aus Datei {0} lesen.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Fehler in Datei {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Fehler in JAR-Datei {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Unbekanntes JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Mehrfach-Dateisystem
-EXC_FileOutsideModified=Datei {0} nicht gefunden. Eine andere Anwendung hat die Datei m\u00f6glicherweise umbenannt oder verschoben.
-XML_NotValidXMLFileSystem=Ung\u00fcltiges XML Dateisystem.
-EXC_DefAttrReadErr=Kann die Standardattribute nicht lesen.
-EXC_UnreachableCode=Interner Fehler: Unerreichbarer Code.
-
-EXC_FolderCopy=Das Kopieren ganzer Verzeichnisse wird nicht unterst\u00fctzt.
-XML_RootInvalid=Das Element "FileSystem" muss das Wurzelelement sein.
-XML_MisssingAttr=Das Attribut \"name\" fehlt.
-XML_InaccurateParam=Unpassende Zahl an Parametern
-XML_UnknownElement=Unbekanntes Element.
-XML_DuplElement=Dupliziertes FileObject:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} in {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=\u00d6ffne Stream f\u00fcr {0}
-
diff --git a/l10n/src/de/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_de.properties b/l10n/src/de/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_de.properties
deleted file mode 100644
index 1ff7fa9..0000000
--- a/l10n/src/de/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_de.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=E/A-APIs
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Open-APIs zur Darstellung von Ausgaben.
-OpenIDE-Module-Long-Description=Enth\u00e4lt Klassen von org.openide.windows.* zur Erstellung tabulierter Ausgaben, Darstellung von Ausgaben, und deren Verbindung zu anderen Modulen und Fenstern.
-
diff --git a/l10n/src/de/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_de.properties b/l10n/src/de/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_de.properties
deleted file mode 100644
index a9891e9..0000000
--- a/l10n/src/de/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_de.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Long-Description= Dieses Modul verbindet die Dateisystem-API mit der Skript-API  Als Resultat dessen ist es m\u00f6glich jede beliebige Skript- oder Vorlagensprache zu verwenden, um Vorlagen zu erzeugen.
-OpenIDE-Module-Name=Erweiterte Vorlagenerstellung
-OpenIDE-Module-Short-Description=Erweiterte Vorlagenerstellung nicht nur f\u00fcr Datensysteme
-
diff --git a/l10n/src/de/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_de.properties b/l10n/src/de/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_de.properties
deleted file mode 100644
index b558ff7..0000000
--- a/l10n/src/de/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_de.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Datensystem-API
-OpenIDE-Module-Short-Description=NetBeans Open API zur Verarbeitung von Datenobjekten.
-OpenIDE-Module-Long-Description=Das Datensystem-API liegt oberhalb des Dateisystem-APIS und behandelt bzw. gruppiert Datenobjekte und weist diesen eine bestimmte Semantik zu.  Fr\u00fcher in den allgemeinen Open APIs enthalten, ist das Modul heute ein unabh\u00e4ngiges Modul.
-OpenIDE-Module-Display-Category=Infrastruktur
-
-#DefaultDataObject
-HINT_DefaultDataObject=Unbekannter Dateiinhalt
-
-EXC_SharedAccess=Gemeinsamer Zugriff
-
-#Folder.Index
-EXC_ReorderFailed=Kann die neue Reihenfolge nicht abspeichern.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Kann Datei {0} nicht l\u00f6schen.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Verweis zu {3}
-
-PROP_ShadowOriginalName=Originalname
-HINT_ShadowOriginalName=Name des Objektes, auf das dieser Verweis zeigt.
-PROP_ShadowOriginalFileSystem=Originaler Dateisystemname
-HINT_ShadowOriginalFileSystem=Dateisystemname des urspr\u00fcnglichen Objekts.
-
-# DataNode
-PROP_name=Name
-HINT_name=Name dieses Objekts.
-PROP_template=Vorlage
-HINT_template=Wenn Ja, ist dieses Objekt eine Vorlage (kann eine Instanz von sich erzeugen).
-PROP_files=Alle Dateien
-HINT_files=Eine Liste der von diesem Objekt repr\u00e4sentierten Dateien.
-PROP_size=Dateigr\u00f6\u00dfe
-HINT_size=L\u00e4nge dieser Datei in Bytes.  (Gilt nur f\u00fcr die erste Datei in der Liste aller Dateien.)
-PROP_lastModified=\u00c4nderungsdatum
-HINT_lastModified=Letzte \u00c4nderung dieser Datei.  (Gilt nur f\u00fcr die erste Datei in der Liste aller Dateien.)
-PROP_extension=Endung
-HINT_extension=Prim\u00e4re Dateiendung.
-ERROR_extension=Endung kann nicht ge\u00e4ndert werden. Datei wurde ge\u00e4ndert.
-
-# name of set with sorting options
-PROP_sorting=Sortierung
-HINT_sorting=Sortierungs- und Reihenfolgeneinstellungen.
-
-#
-# folder sort mode property
-PROP_sort=Sortiermodus
-HINT_sort=Bestimmt, wie Objekte im Paket sortiert sein sollen.
-# SortModeEditor
-VALUE_sort_none=Unsortiert
-VALUE_sort_names=Nach Name
-VALUE_sort_class=Nach Typ
-VALUE_sort_folder_names=Nach Name (Pakete zuerst)
-VALUE_sort_last_modified=Nach \u00c4nderungsdatum
-VALUE_sort_size=Nach Dateigr\u00f6\u00dfe
-
-
-#
-# Names of paste types
-#
-PT_move=&Verschieben
-PT_copy=&Kopieren
-PT_instantiate=&Instanziieren
-PT_shadow=&Verweis erzeugen
-PT_serialize=&Serialisieren
-PT_instance=&Standardinstanz
-
-# 
-SerializeBean_Text=&Dateiname zur Serialisierung des Objektes
-SerializeBean_Title=Serialisierung der Instanz
-
-#
-# new folder
-#
-CTL_NewFolder= Verzeichnis
-CTL_NewFolderName=&Name:
-CTL_NewFolderTitle=Neues Verzeichnis erzeugen
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=Datei {0} existiert bereits im Verzeichnis {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Verzeichnis {0} existiert bereits im Verzeichnis {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=Es sieht so aus, da\u00df die Datei {1} zu gro\u00df ist ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) f\u00fcr ein sicheres \u00d6ffnen ist. \n\nDas \u00d6ffnen der Datei k\u00f6nnte einen OutOfMemoryError hervorrufen, wodurch die IDE unbenutzbar w\u00fcrde. Soll die Datei trotzdem ge\u00f6ffnet werden?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML Konfigurations-Dateien
-PROP_XmlError=Fehler (behebbar)
-PROP_XmlWarning=Warnung
-PROP_XmlFatalError=FATALER FEHLER
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Kann Verzeichnis nicht erstellen; {0} ist kein g\u00fcltiger Name.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Kann {0} nicht kopieren: Das Zielverzeichnis ist mit dem Quellverzeichnis identisch.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Kann {0} nicht kopieren: Das Zielverzeichnis liegt unterhalb des Quellverzeichnisses.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=Neuer Assistent - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=Neuer Assistent
-LAB_TemplateChooserPanelName=Vorlage w\u00e4hlen
-LAB_SelectTemplateBorder=&Vorlage w\u00e4hlen:
-MSG_NoDescription=Keine Beschreibung
-MSG_InitDescription=Initialisiere Beschreibung...
-LAB_TemplateDescriptionBorder=&Beschreibung der Vorlage:
-LAB_TargetLocationPanelName=Zielort
-LAB_TargetLocationDescription=Bitte ein Verzeichnis f\u00fcr das neu erzeugte Objekt w\u00e4hlen oder den Namen unten eingeben:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=k.A.
-ACSD_TemplateWizard1=k.A.
-
-CTL_NewObjectName=&Name\:
-ACSD_NewObjectName=k.A.
-ACSD_TargetLocationDescription=k.A.
-ACSD_TemplateWizard2=k.A.
-
-ACSD_NewObjectPanel=k.A.
-
-LBL_settingsNodeName=Einstellungen
-EXC_folder_delete_failed=Konnte das Quellverzeichnis beim Verschieben nicht l\u00f6schen.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<Oberverzeichnis> [{0}]
-FMT_DefaultNewObjectName=<Standardname>
-
-LBL_shadow_loader_display_name=Verweise
-LBL_folder_loader_display_name=Verzeichnisse
-LBL_default_loader_display_name=Unerkannte Objekte
-LBL_instance_loader_display_name=Befehlsinstanzen
-
-FMT_CannotCopyDo=Warnung: Objekt {0} kann nicht kopiert werden.
-FMT_CannotMoveDo=Warnung: Objekt {0} kann nicht verschoben werden.
-
-# InstanceDataObject
-LBL_separator_instance=(Trenner)
-PROP_instance_class=Klassenname
-HINT_instance_class=Name der Javaklasse des dargestellten Objektes.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=Es gibt Probleme, das Javabean {0} zur speichern.
-
-FMT_brokenShadowName={0} (Defekter Verweis)
-HINT_brokenShadowOriginalName=Defekter Verweis
-PROP_brokenShadowOriginalName=Defekter Verweis
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Defekter Dateisystemverweis
-HINT_brokenShadowFileSystem=Defekter Dateisystemverweis
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Unbekannte Einstellungen>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Art der Datenkopie
-LBL_DOcut=Art der Datenausschneidung
-#NewObjectPanel
-LAB_NewObjectPanelName=Name des neuen Objektes
-FMT_DefaultNewObject=<standard>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=Das Kontextmen\u00fc f\u00fcr Objekte vom Typ {0} konnte nicht hergestellt werden; benutze Standardeinstellungen.
-LBL_loader_display_name=Lader
-
-MSG_renameError=Dieses Objekt kann nicht von {0} in {1} umbenannt werden.
-MSG_NotValidName=Ein leerer Name f\u00fcr {0} ist nicht zul\u00e4ssig.
-ERR_NoFilesystem=  Kein aktiviertes Dateisystem. Bitter sicherstellen, dass wenigstens eines der Dateisysteme weder schreibgesch\u00fctzt noch verborgen ist.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist= Das Zieldateisystem oder das Verzeichnis existieren nicht.
-MSG_fs_is_readonly= Das Zieldateisystem ist schreibgesch\u00fctzt.
-# {0} - name of the existing file
-MSG_file_already_exist= Die Datei {0} existiert bereits.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction= Dateisystembefehl
-#InstantiateAction
-Instantiate= Instanziieren
-#SaveAsTemplateAction
-SaveAsTemplate= Als Vorlage speichern...
-Title_SaveAsTemplate= Als Vorlage speichern
-CTL_SaveAsTemplate= &Auswahl der Kategorie f\u00fcr die neue Vorlage:
-CTL_SaveAsTemplate_TemplatesRoot= Vorlagen
-SaveAll= &Alle speichern
-HINT_SaveAll=Alle Dateien speichern (wenn die Funktion "Bei Speichern kompilieren eingeschaltet ist, werden die Dateien kompiliert/erzeugt)
-# FileSystemRefreshAction
-LAB_Refresh= Ordner aktualisieren
-# NewTemplateAction
-EXC_TemplateFailed= Erzeugung des Objektes aus Vorlage fehlgeschlagen.
-NewTemplate= &Neu
-NewTemplateAction= Alle Vorlagen...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu= Leer
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen= \u00d6ffne {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=Datei {0} wurde ge\u00e4ndert. Abspeichern?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (ge\u00e4ndert)
-TIP_editor_ro=\ (schreibgesch\u00fctzt)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=F\u00fcr die Datei {0} wurde der Schreibschutz gesetzt! Alle \u00c4nderungen werden verworfen.
-MSG_FileReadOnlySaving=F\u00fcr die Datei {0} wurde der Schreibschutz gesetzt! Kann die Daten nicht speichern.
-MSG_FileReadOnlyChanging=F\u00fcr die Datei {0} wurde der Schreibschutz gesetzt!
-
-
-MSG_BinaryFileQuestion=Diese Datei scheint Bin\u00e4rdaten zu enthalten. Soll sie wirklich mit dem Texteditor ge\u00f6ffnet werden?
-MSG_BinaryFileWarning=Bin\u00e4rdatei entdeckt
-
-CTL_SaveAsAction=Spe&ichern als...
-MSG_SaveAsFailed=W\u00e4hrend des Speicherns von {0} sind Probleme aufgetreten\nGrund: {1}
-LBL_SaveAsTitle=Speicher unter
-MSG_CannotCreateTargetFolder=Kann das Zielverzeichnis nicht anlegen
-MSG_SaveAs_SameFileSelected=Bitte einen anderen Namen w\u00e4hlen.
-MSG_SaveAs_SameFileSelected_Title=Speicher unter
-
diff --git a/l10n/src/de/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_de.properties b/l10n/src/de/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_de.properties
deleted file mode 100644
index 3057997..0000000
--- a/l10n/src/de/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_de.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Modulsystem-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=APIs f\u00fcr Informationen \u00fcber installierte Module.
-OpenIDE-Module-Long-Description=Erm\u00f6glicht eine Liste der installierten Module zu erhalten, und deren Eigenschaften und Abh\u00e4ngigkeiten zu untersuchen.
-
diff --git a/l10n/src/de/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_de.properties b/l10n/src/de/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_de.properties
deleted file mode 100644
index 076e7ae..0000000
--- a/l10n/src/de/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_de.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Knoten-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=API zur Definition generischer baumartiger Strukturen.
-OpenIDE-Module-Long-Description=Stellt eine Abstraktion baumartiger Strukturen durch die Definition eines Knotens bereit - die generische erweiterbare Schnittstelle die dann durch die Explorer-API dargestellt werden kann.
-
-
-
-#Sheet
-Properties=Eigenschaften
-Expert=Experte
-HINT_Properties=Eigenschaften dieses Objekts.
-HINT_Expert=Eigenschaften dieses Objekts f\u00fcr Experten.
-
-#indexed customizer
-LAB_order=Reihenfolge \u00e4ndern
-LAB_listOrder=Zeige die Felder in dieser Reihenfolge an:
-LAB_listOrder_Mnemonic=S
-Button_close=Schlie\u00dfen
-Button_close_Mnemonic=C
-Button_up=Nach oben
-Button_up_Mnemonic=U
-Button_down=Nach unten
-Button_down_Mnemonic=D
-
-ACSD_Button_close=k.A.
-ACSD_Button_up=k.A.
-ACSD_Button_down=k.A.
-ACSD_ListOrder=k.A.
-ACSD_IndexedCustomizer=k.A.
-
-#PropertySupport
-CTL_StandardName=Name
-CTL_StandardHint=Name des Objekts.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Knoten einf\u00fcgen
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Index kopieren
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Bitte warten...
-
diff --git a/l10n/src/de/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_de.properties b/l10n/src/de/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_de.properties
deleted file mode 100644
index c491d44..0000000
--- a/l10n/src/de/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_de.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Einstellungsoptionen-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Unterst\u00fctzt die Speicherung von Einstellungen.
-OpenIDE-Module-Long-Description=Stellt Klassen bereit, welche die Speicherung von Einstellungen zwischen mehreren Aufrufen NetBeans-basierter Anwendungen vereinfacht.
-OpenIDE-Module-Deprecation-Message=Bitte stattdessen org.openide.util.NbPreferences benutzen.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Fehler bei Aufruf des Getters f\u00fcr Eigenschaften auf {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/de/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_de.properties b/l10n/src/de/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_de.properties
deleted file mode 100644
index cfa8962..0000000
--- a/l10n/src/de/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_de.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Text-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Generisches API zur Integration Swing-basierter Editoren.
-OpenIDE-Module-Long-Description=Stellt Unterst\u00fctzung zur Definition von Komponenten bereit, die Swing-basierte Texteditoren einbetten.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Druckeinstellungen
-CTL_Header_format = Drucke {2} auf {1}
-CTL_Footer_format = Seite {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Seitenformat
-HINT_PAGE_FORMAT=Seitenformat
-PROP_WRAP=Zeilen umbrechen
-HINT_WRAP=Sollen die Zeilen umgebrochen werden?
-PROP_HEADER_FORMAT=Format des Seitenkopfes
-
-HINT_HEADER_FORMAT=Zum Beispiel, "Seitenkopf {0} (gedruckt am {1}) von Datei {2}".
-PROP_FOOTER_FORMAT=Format des Seitenfu\u00dfes
-HINT_FOOTER_FORMAT=Zum Beispiel: "Seitenfu\u00df {0} (gedruckt am {1}) von Datei {2}".
-PROP_HEADER_FONT=Zeichensatz im Seitenkopf
-HINT_HEADER_FONT=Setzt den Zeichensatz im Seitenkopf.
-PROP_FOOTER_FONT=Zeichensatz im Seitenfu\u00df
-HINT_FOOTER_FONT=Setzt den Zeichensatz im Seitenfu\u00df.
-PROP_HEADER_ALIGNMENT=Ausrichtung des Seitenkopfes
-HINT_HEADER_ALIGNMENT=Ausrichtung des Seitenkopfes - LINKS, ZENTRIERT, RECHTS.
-PROP_FOOTER_ALIGNMENT=Ausrichtung des Seitenfu\u00dfes
-HINT_FOOTER_ALIGNMENT=Ausrichtung des Seitenfu\u00dfes - LINKS, ZENTRIERT, RECHTS.
-PROP_LINE_ASCENT_CORRECTION=Zeilenh\u00f6henkorrektur
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplikator zur Korrektur der Zeilenh\u00f6he
-
-# Alignment Prop Editor
-CTL_CENTER = CENTER
-CTL_RIGHT = RIGHT
-CTL_LEFT = LEFT
-
-# Cancellation
-CTL_Print_progress=Seite {0} wurde gedruckt.
-CTL_Print_cancellation=Fortschritt des Druckauftrags
-CTL_Cancel=Abbrechen
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Aktueller Druckauftrag wurde abgebrochen.
-EXC_Printer_Problem=Druckerproblem: {0}
-EXC_ReadOnlyFile=Datei {0} ist schreibgesch\u00fctzt.
-EXC_LoadDocument=Das Dokument {0} konnte nicht geladen werden.
-LBL_EditorLoading=Wird geladen...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Frage
-CTL_Save=Speichern
-ACSN_CTL_Save=k.A.
-ACSD_CTL_Save=k.A.
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Verwerfen
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=k.A.
-ACSD_CTL_Discard=k.A.
-
-# PositionBounds
-MSG_Empty_string=Leere Zeichensequenz kann nicht eingef\u00fcgt werden
-#editor support warning message
-FMT_FileNotFound=Warnung: Datei {0} nicht gefunden oder nicht zugreifbar.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=Datei {0} wurde extern ge\u00e4ndert.  Neu laden?
-FMT_External_change_write=Datei {0} wurde extern ge\u00e4ndert. \u00dcberschreiben?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=Es wurde eine ung\u00fcltige Datei angegeben.  Bitte den Pfad pr\u00fcfen.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor f\u00fcr {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor f\u00fcr {0}
-TITLE_SourceButton=Quelle
-
-
diff --git a/l10n/src/de/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_de.properties b/l10n/src/de/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_de.properties
deleted file mode 100644
index 3d2b237..0000000
--- a/l10n/src/de/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_de.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Altes Aufz\u00e4hlungs-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Aufz\u00e4hlungs-API im falschen Paket.
-OpenIDE-Module-Long-Description=Aufz\u00e4hlungs-API im falschen Paket org.openide.util.enum kann daher nicht mit Java 1.5 kompiliert werden, da enum ein Schl\u00fcsselwort ist. Wurde ersetzt durch die Klasse org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Anstelle dieses Moduls, bitte org.openide.util.Enumerations benutzen.
-
diff --git a/l10n/src/de/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_de.properties b/l10n/src/de/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_de.properties
deleted file mode 100644
index 8f05e23..0000000
--- a/l10n/src/de/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_de.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Lookup
-
diff --git a/l10n/src/de/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_de.properties b/l10n/src/de/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_de.properties
deleted file mode 100644
index 3baddd4..0000000
--- a/l10n/src/de/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_de.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Hilfsmittel-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Allgemeines Hilfsmittel-API.
-OpenIDE-Module-Long-Description=Verschiedene Hilfsfunktionen und grundlegende Definitionen einschlie\u00dflich Befehlen, Recherche, Bildverarbeitung, paralleler Ausf\u00fchrung und Unterst\u00fctzung f\u00fcr Eigenmarken.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=Es ist bereits ein HTTP registriert. Es k\u00f6nnen nicht zwei Server auf einmal benutzt werden.
-SERVER_CANNOT_UNREGISTER=Ein Modul hat versucht, die Registrierung des von einem anderen Modul ben\u00f6tigten HTTP-Servers zu l\u00f6schen.
-
-MSG_ToNowhere=nach nirgendwo
-MSG_To=nach
-
-MSG_NoServerRegistered=Kein Server registriert.
-MSG_TooManyArguments=zu viele Argumente
-MSG_UnmatchedBraces=inkorrekte Klammerung im Muster ab Position
-
-# NbBundle
-MSG_FMT_ObjectForKey=Kein Objekt zu Schl\u00fcssel {0} gefunden
-MSG_ClassFinderAlreadySet=ClassFinder bereits gesetzt.
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=WARNUNG: \u00dcbersetzungstabelle {0} kann nicht geladen werden
-PROGRESS_CURSOR=Fortschritts-Cursor
-
diff --git a/l10n/src/de/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_de.properties b/l10n/src/de/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_de.properties
deleted file mode 100644
index c220a2a..0000000
--- a/l10n/src/de/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_de.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Varianten f\u00fcr mehrere Objekte
-
-Create=Erzeugen
-Paste=Einf\u00fcgen
-
diff --git a/l10n/src/de/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_de.properties b/l10n/src/de/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_de.properties
deleted file mode 100644
index 0a23f37..0000000
--- a/l10n/src/de/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_de.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Fenstersystem-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=API zur Verwaltung von Komponenten auf einem Bildschirm.
-OpenIDE-Module-Long-Description=Stellt eine Betriebssystems- und MDI/SDI-neutrale Abstraktions-API f\u00fcr Komponenten der Benutzeranzeige bereit.
-
-
-
-# name of empty workspace
-None=Nichts
-
-#CloneableTopComponent
-EXC_CannotAssign=Komponenten k\u00f6nnen nicht auf LEER zugewiesen werden
-
-#TopComponent
-EXC_UnknownOperation=Unbekannte Schlie\u00df-Operation
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Aufruf von {2} implementiert als {3} mit {0}
-
diff --git a/l10n/src/de/platform/print/print/org/netbeans/modules/print/action/Bundle_de.properties b/l10n/src/de/platform/print/print/org/netbeans/modules/print/action/Bundle_de.properties
deleted file mode 100644
index 53c628c..0000000
--- a/l10n/src/de/platform/print/print/org/netbeans/modules/print/action/Bundle_de.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Seite &einrichten...
-
-# PrintAction
-TLT_Print_Action=Drucken
-MNU_Print_Action=&Drucken...
-ACT_Print_Action=Drucken - Strg+Alt+Umsch+P
-
diff --git a/l10n/src/de/platform/print/print/org/netbeans/modules/print/resources/Bundle_de.properties b/l10n/src/de/platform/print/print/org/netbeans/modules/print/resources/Bundle_de.properties
deleted file mode 100644
index 0e3232a..0000000
--- a/l10n/src/de/platform/print/print/org/netbeans/modules/print/resources/Bundle_de.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Drucken
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Implementierung des Druckmoduls
-OpenIDE-Module-Long-Description=Implementierung des Druckmoduls
-
-# layer.xml
-Actions/File=Datei
-
diff --git a/l10n/src/de/platform/print/print/org/netbeans/modules/print/ui/Bundle_de.properties b/l10n/src/de/platform/print/print/org/netbeans/modules/print/ui/Bundle_de.properties
deleted file mode 100644
index 623e4e9..0000000
--- a/l10n/src/de/platform/print/print/org/netbeans/modules/print/ui/Bundle_de.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Druckerproblem: {0}
-LBL_Page_Setup_Button=&Seiteneinstellungen
-TLT_Page_Setup_Button=\u00d6ffnet den Dialog f\u00fcr die Seiteneinstellungen
-LBL_Print_Option_Button=&Druckeinstellungen
-TLT_Print_Option_Button=\u00d6ffnet den Dialog f\u00fcr die Druckeinstellungen
-LBL_Print_Button=D&rucken
-TLT_Print_Button=\u00d6ffnet den Druckdialog
-LBL_Close_Button=&Schlie\u00dfen
-TLT_Close_Button=Schlie\u00dft den Dialog mit der Druckvorschau
-LBL_Print_Preview=Druckvorschau
-LBL_Fit_to_Width=An Breite anpassen
-LBL_Fit_to_Height=An H\u00f6he anpassen
-LBL_Fit_to_All=Alle Seiten zeigen
-
-TLT_First=&Erste Seite (Alt+F)
-TLT_Previous=&Vorherige Seite (Alt+R)
-TLT_Next=&N\u00e4chste Seite (Alt+N)
-TLT_Last=&Letzte Seite (Alt+L)
-TLT_Fit=&Skalierung \u00e4ndern (Alt+S)
-TLT_Zoom_In=Ver&gr\u00f6\u00dfern (Alt+I)
-TLT_Zoom_Out=Ver&kleinern (Alt+U)
-TLT_Toggle=&Mehrere Seiten zeigen (Alt+M)
-TLT_Goto=<html> <b>Navigation:</b> <br> <code>/</code> oder <code>F</code> drücken, um die erste Seite zu zeigen <br> <b><code>-</code></b> oder <code>G</code> drücken, um die vorherige Seite zu zeigen <br>\n <b><code>+</code></b> oder <code>K</code> drücken,\num die nächste Seite zu zeigen <br> <code>*</code> oder <code>L</code> drücken, um die letzte Seite zu zeigen </html>\n
-
-TLT_Preview_Scale=<html><body> <b>Justiert die Vorschauskala:</b> <br> <Plus> zum Hochskalieren <br> <Minus> zum Runterskalieren <br> <code>Strg</code>-<Plus> zum Hineinzoomen <br> <code>Strg</code>-<Minus>Hinauszoomen <br> <code>/</code>  f\u00fcr 100% <br> <code>*</code> um die Sicht anzupassen <br><hr> Mausrad mit <code>Strg</code> f\u00fcr Hinein-Hinauszoomen <br> Mausrad mit rechter Taste f\u00fcr Hinein-/Hinauszoomen<br> Doppelklick mit linker Maustaste zum Hineinzoomen <br> Doppelklick mit rechter Maustaste zum Hinauszoomen <br></body></html>
-
-# Attribute
-LBL_Print_Options=Druckeinstellungen
-LBL_Border=Rahmen
-LBL_Print_Border=Ra&hmen drucken
-LBL_Print_Header=&Kopfzeile drucken
-LBL_Print_Footer=&Fu\u00dfzeile drucken
-LBL_Choose_Font=Schrift w\u00e4hlen
-LBL_Choose_Color=Farbe w\u00e4hlen
-LBL_Insert_Macros=Makro einf\u00fcgen:
-LBL_Text=Text
-LBL_Line_Numbers=Zeilenn&ummern
-LBL_Wrap_Lines=Zeilen um&brechen
-LBL_Use_Font=Schriftattribute verwenden // &X
-LBL_Use_Color=Farbattribute verwenden // &Q
-LBL_As_Editor=Wie im Editor drucken // &J
-LBL_Selection=&Auswahl drucken
-LBL_Line_Spacing=Zei&lenabstand:
-LBL_Text_Font_and_Color=Te&xtschrift und -farbe:
-LBL_Background_Color=Hintergrund&farbe:
-LBL_Zoom=Skalierung
-LBL_Header_Footer=Kopf- und Fu\u00dfzeile
-LBL_Apply=&Anwenden
-LBL_Left=Links:
-LBL_Center=Mittig:
-LBL_Right=Rechts
-
-ERR_Zoom_Value_Is_Invalid=Skalierungswert ist ung\u00fcltig!
-ERR_Header_Size_Is_Too_Big=Kopfzeilengr\u00f6\u00dfe is zu hoch!
-ERR_Footer_Size_Is_Too_Big=Fu\u00dfzeilengr\u00f6\u00dfe is zu hoch!
-ERR_Page_Number_Is_Invalid=Seitenanzahl ist ung\u00fcltig!
-ERR_Page_Number_Is_Too_Big=Zuviele Seiten!
-
-TLT_Apply=\u00c4nderungen anwenden
-TLT_Border_Color=Randfarbe w\u00e4hlen (Alt+C)
-TLT_Header_Font=Schrift der Kopfzeile w\u00e4hle&n (Alt+N)
-TLT_Header_Color=Farbe der K&opfzeile w\u00e4hlen (Alt+O)
-TLT_Footer_Font=Schrif&t der Fu\u00dfzeile w\u00e4hlen (Alt+T)
-TLT_Footer_Color=Farbe der Fu\u00dffzei&le w\u00e4hlen (Alt+L)
-TLT_Text_Font=Schrift des Textes w\u00e4hlen (Alt+K) // &K
-TLT_Text_Color=Fa&rbe des Textes w\u00e4hlen (Alt+R)
-TLT_Background_Color=Hintergrundfarbe w\u00e4hlen // &G
-TLT_Print_Zoom=Druckvergr\u00f6\u00dferung einstellen
-TLT_Use_Font=Schriftart benutzen (Alt+X)
-TLT_Use_Color=Farbe benutzen (Alt+Q)
-TLT_As_Editor=Wie im Editor anzeigne (Alt+J)
-TLT_Selection=Druckauswahl
-
-LBL_Pages=Seite(n)
-LBL_Fit_Width_to=Bre&ite anpassen auf:
-TLT_Fit_Width_to=Breite anpassen auf
-LBL_Fit_Height_to=H\u00f6h&e anpassen auf:
-TLT_Fit_Height_to=H\u00f6he anpassen auf
-LBL_Zoom_to=Ve&rgr\u00f6\u00dfern auf:
-TLT_Zoom_to=Vergr\u00f6\u00dfern auf:
-LBL_Fit_to_Page=An Seite anpassen // &Y
-TLT_Fit_to_Page=An Seite anpassen (Alt+Y)
-
diff --git a/l10n/src/de/platform/print/print/org/netbeans/modules/print/util/Bundle_de.properties b/l10n/src/de/platform/print/print/org/netbeans/modules/print/util/Bundle_de.properties
deleted file mode 100644
index dcbee77..0000000
--- a/l10n/src/de/platform/print/print/org/netbeans/modules/print/util/Bundle_de.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} von {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=Der Name der gedruckten Komponente
-ROW=Die Zeilennummer
-COLUMN=Die Spaltennummer
-USER=Der Nutzername
-COUNT=Die Anzahl der Seiten
-MODIFIED_DATE=Datum der letzten \u00c4nderung
-MODIFIED_TIME=Zeit der letzten \u00c4nderung
-PRINTED_DATE=Druckdatum
-PRINTED_TIME=Druckzeit
-
diff --git a/l10n/src/de/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_de.properties b/l10n/src/de/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_de.properties
deleted file mode 100644
index 200cd62..0000000
--- a/l10n/src/de/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_de.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Fortschritts-UI
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Visualisierung f\u00fcr die Fortschrittsanzeige von Prozessen.
-OpenIDE-Module-Long-Description=Zeigt alle laufenden Aufgaben und erm\u00f6glicht es, sie abzubrechen etc.
-
-NbProgressBar.tooltip1={0} Aufgaben werden ausgef\u00fchrt. F\u00fcr Details anklicken.
-NbProgressBar.tooltip2={0} Aufgabe wird ausgef\u00fchrt. F\u00fcr Details anklicken.
-ListComponent.btnClose.tooltip=Anklicken um Prozess abzubrechen
-ListComponent.bar.tooltip=Anklicken um den Prozess zu beobachten
-Cancel_Question=Soll der Prozess {0} wirklich abgebrochen werden?
-Cancel_Question_Title=Laufende Aufgabe abbrechen
-StatusLineComponent.ShowProcessList=Prozesse anzeigen
-StatusLineComponent.Cancel=Prozess abbrechen
-StatusLineComponent.View=Ausgabe anzeigen
-ListComponent.Watch=Prozess beobachten
-
-RunOffAWT.TITLE_Operation=Es l\u00e4uft eine l\u00e4ngere Operation
-RunOffAWT.BTN_Cancel=Abbrechen
-
-# ProgressListAction
-CTL_ProcessListAction=&Prozesse
-
-# CancelAction
-CTL_CancelAction=Prozess abbrechen
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Anklicken um Prozess abzubrechen
-ModalDialog.btnClose.text=Abbrechen
-ModalDialog.btnClose.accessibleName=Abbrechen
-ModalDialog.btnClose.accessibleDescription=Bricht den aktuellen Prozess ab
-
-
diff --git a/l10n/src/de/platform/queries/queries/org/netbeans/modules/queries/Bundle_de.properties b/l10n/src/de/platform/queries/queries/org/netbeans/modules/queries/Bundle_de.properties
deleted file mode 100644
index ba3ba1e..0000000
--- a/l10n/src/de/platform/queries/queries/org/netbeans/modules/queries/Bundle_de.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name= Allgemeine Abfrage-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Implementierung eines allgemeinen Kommunikationskanals zwischen Modulen.
-OpenIDE-Module-Long-Description=Beinhaltet Abfragen, die keinem speziellen Bereich zugeordnet sind. Erlaubt verschiedenen Modulen, Informationen \u00fcber Dateien auf flexible Art zu erhalten.
-
diff --git a/l10n/src/de/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_de.properties b/l10n/src/de/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_de.properties
deleted file mode 100644
index eb0187e..0000000
--- a/l10n/src/de/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_de.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=Die Option {0} ben\u00f6tigt ein Argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Die Option {0} kann nicht zusammen mit Option {1} verwendet werden
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Mindestens eins von {0} wird ben\u00f6tigt
-
-# {0} - list of options separated by comma
-MSG_MissingOptions={0} wird ebenfalls ben\u00f6tigt
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=Die Option {0} ben\u00f6tigt auch die Option {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/de/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_de.properties b/l10n/src/de/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_de.properties
deleted file mode 100644
index 44df5fc..0000000
--- a/l10n/src/de/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_de.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API zum Analysieren der Kommandozeile
-OpenIDE-Module-Short-Description=GetOpts konforme API zur Analyse der Kommandozeile
-OpenIDE-Module-Long-Description=GetOpts konforme API zur Analyse der Kommandozeile. Besonders wichtig f\u00fcr den Fall, dass jeder Teil der Kommandozeileneingabe von einem anderen Modul unterscuht werden kann oder mu\u00df.
-OpenIDE-Module-Display-Category=Infrastruktur
-
-MSG_OptionsHeader=\nZus\u00e4tzliche Moduloption(en):\n
-
diff --git a/l10n/src/de/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_de.properties b/l10n/src/de/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_de.properties
deleted file mode 100644
index 727da9c..0000000
--- a/l10n/src/de/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_de.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Einstellungs-API
-OpenIDE-Module-Short-Description=Eine Bibliothek um Einstellungen in selbst definierten Formaten zu speichern.
-OpenIDE-Module-Long-Description=Dieses Modul enth\u00e4lt die Einstellungs-API, welche das Speichern von Einstellungen in selbstdefinierten Formaten erm\u00f6glicht. Es bietet zudem n\u00fctzliche Einstellungen f\u00fcr die Implementierung solcher Formate.
-OpenIDE-Module-Display-Category=Infrastruktur
-
diff --git a/l10n/src/de/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_de.properties b/l10n/src/de/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_de.properties
deleted file mode 100644
index dc13f24..0000000
--- a/l10n/src/de/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_de.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Long-Description=Dieses Modul liefert eine neue API, um NodeAction, CookieAction, und \u00e4hnliches zu ersetzen.
-OpenIDE-Module-Name=Aktions-SPI (Experimentell)
-OpenIDE-Module-Short-Description=Ersatz f\u00fcr NodeAction, CookieAction, und \u00e4hnliches
-
diff --git a/l10n/src/de/platform/templates/templates/org/netbeans/modules/templates/Bundle_de.properties b/l10n/src/de/platform/templates/templates/org/netbeans/modules/templates/Bundle_de.properties
deleted file mode 100644
index ce10727..0000000
--- a/l10n/src/de/platform/templates/templates/org/netbeans/modules/templates/Bundle_de.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Long-Description= Dieses Modul verbindet die Dateisystem-API mit der Skript-API  Als Resultat dessen ist es m\u00f6glich jede beliebige Skript- oder Vorlagensprache zu verwenden, um Vorlagen zu erzeugen.
-OpenIDE-Module-Name=Erweiterte Vorlagenerstellung
-OpenIDE-Module-Short-Description=Erweiterte Vorlagenerstellung nicht nur f\u00fcr Datensysteme
-ERR_Switch_To_Java_6=Die Vorlage kann unter Verwendung der Scriptingengine aus JDK 1.6 oder neuer) nicht gef\u00fcllt werden.\n\nBitte NetBeans mit dem JDK 1.6 ausf\u00fchren, um das Problem zu l\u00f6sen.\nAuf http://wiki.netbeans.org/FaqNetbeansConf wird erkl\u00e4rt, wie das bewerkstelligt werden kann.
-
diff --git a/l10n/src/el/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_el.properties b/l10n/src/el/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_el.properties
deleted file mode 100644
index 99eccc5..0000000
--- a/l10n/src/el/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_el.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module Build Harness
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Short-Description=Lets you build external plug-in modules from sources.
-OpenIDE-Module-Long-Description=This is the build harness used to develop NetBeans modules (with or without the IDE). It is normally used implicitly by NetBeans module projects. For technical documentation, see harness/README.
-
diff --git a/l10n/src/el/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_el.properties b/l10n/src/el/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_el.properties
deleted file mode 100644
index 407d12b..0000000
--- a/l10n/src/el/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_el.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Long-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.\nRun 'display-coverage-report' target on a project to measure results and display report in external browser.\nFor integration with Module Build Harness.
-OpenIDE-Module-Name=Cobertura Module Test Coverage
-OpenIDE-Module-Short-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.
-
diff --git a/l10n/src/el/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_el.properties b/l10n/src/el/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_el.properties
deleted file mode 100644
index 6ff69bb..0000000
--- a/l10n/src/el/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_el.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly Tools Platform
-
diff --git a/l10n/src/el/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_el.properties b/l10n/src/el/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_el.properties
deleted file mode 100644
index 5f4f972..0000000
--- a/l10n/src/el/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_el.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Short-Description=Jemmy test library.
-OpenIDE-Module-Long-Description=A general library for driving automated GUI tests.
-
-
diff --git a/l10n/src/el/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_el.properties b/l10n/src/el/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_el.properties
deleted file mode 100644
index 99c8813..0000000
--- a/l10n/src/el/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_el.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Long-Description=NetBeans extensions to JUnit including assertGC, assertSize, getWorkDir, LineDiff, etc.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=NetBeans extensions to JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/el/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_el.properties
deleted file mode 100644
index 08acd28..0000000
--- a/l10n/src/el/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_el.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=INSANE heap profiling library.
-OpenIDE-Module-Long-Description=A library for doing live heap analysis of the JVM in which it runs.
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_el.properties
deleted file mode 100644
index f2cd5fd..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_el.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Ant Library
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_el.properties
deleted file mode 100644
index 6ab3ec0..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_el.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=The current platform is not supported.
-I.error.load.engine.properties=Could not load the engine properties file
-
-I.warning.silent.without.state="{1}" option is required when using "{0}". "{0}" will be ignored.
-
-I.error.cannot.create.local.dir=Cannot create local directory: {0}
-I.error.local.dir.is.file=Local directory exists and is a file: {0}
-I.error.no.read.permissions.for.local.dir=Cannot read local directory {0} - not enough permissions
-I.error.no.write.permissions.for.local.dir=Cannot write to local directory {0} - not enough permissions
-
-I.lock.file.exists.dialog.title=NetBeans Installer lock file exists
-I.lock.file.exists.dialog.text=The installer lock file exists at {0}\n\nIt means that either another instance of the installer is already running or the previous installation was not finished correctly.\nIt is not recommended that you run multiple instances at the same time since it can result in installer data corruption.\n\nIf you are sure that no other instance is running at the moment, click "Yes" to proceed otherwise click "No" to exit the installer.\n
-
-I.error.cannot.create.lock.file=Can't create lock for the local registry file
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_el.properties
deleted file mode 100644
index 8b90466..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_el.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Downloading from {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_el.properties
deleted file mode 100644
index e561bfa..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_el.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=The proxy types {0} and {1} conflict
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI cannot be null
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Failed to connect through {0} to {1}
-US.error.failed.configure.proxy=Failed to configure proxy {0} for {1}
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_el.properties
deleted file mode 100644
index f1cfd59..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_el.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Loading local registry [{0}]
-R.error.loading.local.registry.failed.title=Failed to load the local registry
-R.error.loading.local.registry.failed.msg=The local registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.bundled.registry=Loading bundled registry [{0}]
-R.error.loading.bundled.registry.failed.title=Failed to load the bundled registry
-R.error.loading.bundled.registry.failed.msg=The bundled registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.remote.registry=Loading remote registry [{0}]
-R.error.loading.remote.registry.failed.title=Failed to load the remote registry
-R.error.loading.remote.registry.failed.msg=The remote registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.error.cannot.delete.data=Cannot delete the cached installation data
-R.save.local.registry.title=Saving local registry
-R.save.local.registry.detail=Saving to {0}
-
-R.error.missing.target.component.title=Missing target component
-R.error.missing.target.component.msg=The specified target component - {0}/{1}\nwas not found in the registry. The installer\n can continue as if the target component was not specified.\nClick Yes to continue, No to exit the installer.
-
-R.error.validation.title=Validation Problem
-R.error.validation.msg=It seems that the installation of {0} is corrupted.\nThe validation procedure issued the following warning:\n\n{1}\n\nWould you like to mark this product as not installed and continue?\nIf you click No the installer will exit.\n\nNote that these products that depend on {2} will also be disabled:\n{3}
-
-R.error.matching.requirement=No components matching the requirement: {0} requires {1}
-R.error.cyclic.dependency=Cyclic dependency: {0}, {1}
-
-R.loading.registry.properties=Loading registry properties
-R.loading.component=Loading component: uid={0}, version={1}
-R.error.loading.components=Could not load components
-R.error.registry.finalization=Could not finalize registry
-R.error.registry.document.loading=Could not load registry document
-
-R.error.cannot.create.cache.directory=Cannot create local product cache directory {0}
-R.error.cache.is.file=Local product cache directory exists and is a file : {0}
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=Cannot create local registry
-
-R.error.registry.is.dir=Local registry {0} is a directory
-R.error.cannot.read.registry=Cannot read local registry {0} - not enough permissions
-R.error.cannot.write.registry=Cannot write local registry {0} - not enough permissions
-
-R.error.cannot.parse.platform=Cannot parse platform from "{0}"
-R.error.cannot.load.registry=Cannot load registry
-R.error.parser.not.support.schemas=The current parser - {0} - does not support schemas.
-
-R.error.unknown.dependency=Unknown dependency type {0}
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_el.properties
deleted file mode 100644
index 975bc5b..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_el.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=The installation directory {0} is missing.\nMost likely it was deleted manually.
-PCL.validation.directory.file=The installation directory {0} is in fact a file.\nMost likely it was previously deleted manually and overwritten with a file.
-PCL.validation.directory.empty=The installation directory {0} is empty.\nMost likely its contents were deleted manually.
-PCL.validation.directory.null=The installation directory cannot be detected.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Cannot initialize data for {0}
-P.error.cannot.load.logic=Cannot load configuration logic for {0}
-P.error.installdir.not.set=Installation location is not set for {0}
-P.error.installdir.set.empty=Installation location is set to empty string for {0}
-P.error.cannot.create.cache.dir=Cannot create the local cache directory {0} for {1}
-P.error.local.cache.not.dir=The local cache directory {0} for {1} is not a directory
-P.error.cannot.load.product=Could not load product {0}
-P.error.logic.not.yet.downloaded=Configuration logic for {0} is not yet downloaded
-P.error.installation.data.not.cached=Installation data is not cached for {0}
-P.error.cannot.extract.data=Cannot extract installation data for {0}
-P.error.cannot.save.files.list=Cannot save installed files list
-P.error.cannot.get.wizard.components=Cannot get component's wizard components
-P.error.cannot.wrap.for.macos=Cannot create directory hierarchy for MacOS Application
-P.error.cannot.get.files.list=Cannot get the installation files list
-P.error.cannot.delete.files.list=Cannot delete installed files list
-P.error.cannot.delete.file=Cannot delete the file
-P.error.cannot.remove.from.system=Cannot remove {0} from the system install manager
-P.error.not.enough.space=Cannot extract installation data -- not enough disk space in the target directory.
-P.error.cannot.clear.cache=Cannot clear installation data cache file {0}
-P.error.system.integartion.failed=Integration of {0} with the system package manager failed
-
-P.message.installation=Installing {0}
-P.message.uninstallation=Uninstalling {0}
-P.message.configuration=Configuring {0}
-P.message.unconfiguration=Unconfiguring {0}
-P.message.legal.artifacts=Creating legal artifacts
-P.message.run.logic=Running custom configuration logic
-P.message.system.registration=Registering in the system package manager
-P.message.save.installation.files.list=Saving installed files list
-P.message.delete=Deleting {0}
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_el.properties
deleted file mode 100644
index b6a0a76..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_el.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Error writing to the log file. Logging disabled.
-
-EM.ununexpected.exception=An unexpected exception happened in thread {0}
-EM.errortype.critical=Critical Error
-EM.errortype.error=Error
-EM.errortype.warning=Warning
-EM.errortype.message=Message
-EM.unexpected.error=An unknown error occured.
-EM.exception.message=\n\nException:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nYou can get more details about the issue in the installer log file:\n {0}
-
-FU.error.output.file.entry=An file entry {0} exists and is not a file
-FU.error.output.dir.entry=An directory entry {0} exists and is not a directory
-FU.message.extracting=Extracting {0}
-FU.error.load.xml.file.list=Could not load xml files list for extraction
-FU.error.unjar.todir=Directory {0} is an existing file, cannot unjar
-FU.message.copy.dir=Copying directory: {0} to: {1}
-FU.message.copy.file=Copying file: {0} to: {1}
-FU.error.close.stream=Cannot close stream
-FU.error.source.not.readable=Source {0} is not readable
-FU.error.dest.not.file=Destination {0} is not a file
-FU.error.dest.creation=Destination {0} cannot be created
-FU.error.dest.not.writable=Destination {0} is not writable
-FU.message.moving=Moving {0} to {1}
-FU.error.freespace=Cannot get free disk space amount at {0}
-FU.error.cannot.close.jar=Cannot close jar {0}
-FU.error.cannot.create.dir.exist.file=Cannot create directory {0}, it is an existing file
-FU.error.cannot.create.dir=Cannot create directory {0}
-FU.error.not.jar.file=The supplied file {0} is not a jar archive
-FU.error.sha1.not.supported=Holy crap, this jvm does not support SHA1
-FU.error.md5.not.supported=Holy crap, this jvm does not support MD5
-FU.error.file.security.exception=Something very unexpected - a security exception during accessing file {0}
-FU.message.delete.file=Deleting file {0}
-FU.message.delete.dir=Deleting directory {0}
-FU.error.pack200.failed=Pack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Cannot parse property - {0}, its value - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Could not activate the cross-platform look and feel - proceeding with whatever look and feel was the default.
-UI.error.failed.to.activate.defined.laf=Could not activate the defined look and feel - falling back to the default cross-platform one.
-UI.error.failed.to.init.ui=Can`t initialize UI
-UI.error.failed.to.force.gtk=Cannot force the use of GTK look and feel
-UI.silent.default.yes=Going with Yes (default) option...
-UI.silent.default.no=Going with No (default) option...
-UI.silent.default.cancel=Going with Cancel (default) option...
-
-StrU.error.cannot.parse.status=Cannot parse status: {0}
-StrU.error.unknown.platform=Platform "{0}" is not recognized.
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_el.properties
deleted file mode 100644
index 5a80555..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_el.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Failed to execute the JDK verification procedure
-JU.error.cannot.delete=Cannot delete {0}
-JU.error.cannot.download.testjdk=Cannot download TestJDK.class from {0}
-JU.error.cannot.canonize=Cannot canonize {0}
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_el.properties
deleted file mode 100644
index da0b6b8..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_el.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Invalid parameter for command line argument "{0}" -- "{1}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.bad.locale.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.missing.state.file=The specified state file "{1}", does not exist.\n"{0}" parameter is ignored.
-O.warning.bag.state.file.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <state-file-path>".
-O.warning.target.state.file.exists=The specified state file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.target.state.file.arg=Required parameter missing for command line argument\n"{0}". Should be "{0} <state-file-path>".
-O.warning.bundle.file.exists=The specified target file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.create.bundle.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <userdir-path>".
-O.warning.bad.platform.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-platform>".
-O.warning.bad.registry.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_el.properties
deleted file mode 100644
index f15473f..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_el.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Not installed
-Status.to-be-installed=To be installed
-Status.installed=Installed
-Status.to-be-uninstalled=To be uninstalled
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Installed Successfully
-DetailedStatus.install.warning=Installed With Warnings
-DetailedStatus.install.error=Failed to Install
-DetailedStatus.uninstall.success=Uninstalled Successfully
-DetailedStatus.uninstall.warning=Uninstalled With Warnings
-DetailedStatus.uninstall.error=Failed to Uninstall
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_el.properties
deleted file mode 100644
index fc350f7..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_el.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Failed to download frame icon from URI - {0}.
-NF.error.failed.to.set.frame.icon=Failed to set the frame icon.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Browse
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_el.properties
deleted file mode 100644
index 3d85b31..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_el.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \ncomposite progress (sum of the own percentage and the percentages of the \nchildren) cannot be less than {1} and greater than {2}.
-
-CP.error.progress=The specified child progress doesn't exist in the composite progress \nso it can not be removed. 
-
-################################################################################
-# Progress.java
-P.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \nprogress cannot be less than {1} and greater than {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_el.properties
deleted file mode 100644
index 3ec7e46..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_el.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Can`t load bundle from {0}
-LP.error.no.files=There is no files in {0}
-LP.error.not.directory={0} is not a directory
-LP.error.directory.do.not.exist=Directory {0} does not exist
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_el.properties
deleted file mode 100644
index 0d323e6..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_el.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=No bundled or external jar files
-CnL.error.cannot.find.jvm.file=Cannot find JVM file {0}
-CnL.error.cannot.find.class=Can`t find class {0} in bundled files and no external ones were specified
-CnL.error.main.class.unspecified=No specified main class among bundled files
-CnL.error.cannot.get.output.name=No bundled files - can`t get output file name
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Can`t get launcher icon from {0}
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_el.properties
deleted file mode 100644
index ecea916..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_el.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Cannot obtain default applications location
-SR.error.cannot.parse.pattern=Cannot parse pattern: {0}
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_el.properties
deleted file mode 100644
index 2a35450..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_el.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Cannot access native method
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_el.properties
deleted file mode 100644
index cdd581c..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_el.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Failed to create the default Wizard instance.
-W.error.failed.to.load.components=Failed to load wizard components from {0}, using classloader {1}.
-W.error.failed.to.load.component=Failed to load wizard component from XML element {0}, using classloader {1}.
-W.error.unknown.ui.mode=Unknown UI mode - {0}.
-W.error.cannot.move.backward.silent=Cannot move backward in silent UI mode.
-W.error.cannot.move.backward.at.first=Cannot move backward - the wizard is already at the first element.
-W.error.parser.unsupports.schemas=The current parser - {0} - does not support schemas.
-W.error.interrupted=Interrupted while waiting
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_el.properties
deleted file mode 100644
index d5b0658..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_el.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE Installer
-WC.description=NetBeans IDE Installer Description
-
-WC.help.button.text=&Help!
-WC.back.button.text=< &Back
-WC.next.button.text=&Next >
-WC.cancel.button.text=Cancel
-WC.finish.button.text=&Finish
-
-WC.cancel.dialog.title=Cancel
-WC.cancel.dialog.text=Are you sure you want to cancel?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=An InterruptedException occured.
-
-WA.canceling.progress.title=Canceling, finishing the current operation...
-
-WA.cancel.dialog.title=Cancel
-WA.cancel.dialog.text=Are you sure you want to cancel?
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_el.properties
deleted file mode 100644
index f1ff532..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_el.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Cache Engine...
-CEA.description=Please wait while the wizard caches the engine.
-CEA.error.cannot.cache.engine=Cannot cache the installer engine
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Creating Bundle...
-CBA.description=Please wait while the wizard creates a bundle with the selected components.
-
-CBA.progress.create.bundle.title=Creating a redistributable bundle at {0}
-CBA.progress.add.engine.detail=Add installer engine to the bundle
-CBA.progress.add.product.detail=Adding {0} ...
-CBA.progress.add.group.detail=Adding {0} ...
-
-CBA.error.failed.create.bundle=Failed to create the bundle
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Creating Native Launcher...
-CNLA.description=Please wait while the wizard creates a launcher for the jar file.
-CNLA.error.failed.create.launcher=Failed to create the native launcher
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Creating MacOSX Application Launcher...
-CMALA.description=Please wait while the wizard creates a app launcher for the jar file.
-CMALA.error.failed.create.launcher=Failed to create the app launcher
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Preparing Configuration Logic...
-DCLA.description=Please wait while the wizard prepares the configuration logic.
-DCLA.progress.remote.title=Downloading configuration logic for {0}
-DCLA.progress.local.title=Extracting configuration logic for {0}
-DCLA.failed=Failed to download installation logic for {0}
-DCLA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Preparing Installation Data...
-DIDA.description=Please wait while the wizard prepares the installation data.
-DIDA.progress.remote.title=Downloading installation data for {0}
-DIDA.progress.local.title=Extracting installation data for {0}
-DIDA.failed=Failed to download installation data for {0}
-DIDA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Initializing...
-IRA.description=Please wait while the setup wizard initializes.
-IRA.registry.initialization.failed=Cannot initialize registry
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finalizing...
-FRA.description=Please wait while the setup wizard finalizes.
-FRA.registry.finalization.failed=Cannot finalize registry
-
-################################################################################
-# InstallAction.java
-IA.title=Installing...
-IA.description=Please wait while the wizard installs the selected components.
-IA.progress.install.title=Installing {0}...
-IA.progress.rollback.title=Canceling, rolling back {0}...
-IA.install.dependent.failed=Could not install {0}, since the installation of {1} failed
-IA.install.unknown.error=Unknown Error
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Searching for Java\u2122 Environments...
-SFJA.description=Please wait while the wizard searches your system for existing Java\u2122 environments.
-SFJA.prepare.list=Preparing locations list...
-SFJA.checking=Checking {0}
-SFJA.search.java=Searching for installed Java environments...
-SFJA.entry.label={0} (v. {1} by {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Uninstalling...
-UA.description=Please wait while the wizard uninstalls the selected components.
-UA.progress.uninstall.title=Uninstalling {0}
-UA.uninstall.dependent.failed=Could not uninstall {0}, since the uninstallation of {1} failed
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=Source component UID is not set
-SILA.error.cannot.find.component=Component with the given uid {0} does not exist
-SILA.error.cannot.get.logic=Could not access configuration logic for {0}
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_el.properties
deleted file mode 100644
index c16b724..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_el.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Location:
-ALP.location.button.text=B&rowse ...
-ALP.list.label.text=The &following locations were found by the search algorithm:
-
-ALP.error.nothing.found=No compatible applications were found.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Components Selection
-CSP.description.both=Select the components that you want to install. Unselect those you want to uninstall.
-CSP.description.install=Select the components that you want to install.
-CSP.description.uninstall=Unselect the components that you want to uninstall.
-CSP.feature.description.title=Feature Description
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Installation size: {0}     Download Size: {1}
-CSP.sizes.label.text.no.download=Installation size: {0}
-
-CSP.default.installation.size=N/A
-CSP.default.download.size=N/A
-
-CSP.error.no.changes.both=No feature selected. Select at least one feature for installation or uninstallation.
-CSP.error.no.changes.install=No feature selected. Select at least one feature for installation.
-CSP.error.no.changes.uninstall=No feature selected. Select at least one feature for uninstallation.
-CSP.error.requirement.install={1} is required to install {0}.
-CSP.error.conflict.install={0} conflicts with {1}.
-CSP.error.requirement.uninstall={0} is required by {1}.
-CSP.error.not.enough.space.to.download=Insufficient disk space for downloading the installation data. Additional {1} is required in {0}.
-CSP.error.not.enough.space.to.extract=Insufficient disk space for extracting the installation data. Additional {1} is required in {0}.
-CSP.error.cannot.check.space=Cannot check the free disk space
-
-################################################################################
-# DestinationPanel.java
-DP.title=Installation Folder
-DP.description=Choose destination folder.
-
-DP.destination.label.text=&Installation location:
-DP.destination.button.text=B&rowse ...
-
-DP.error.null=The installation folder cannot be empty.
-DP.error.not.valid=The specified installation folder is invalid.
-DP.error.contains.exclamation=The installation folder cannot contain the exclamation mark (!).
-DP.error.contains.semicolon=The installation folder cannot contain the semicolon character (;).
-DP.error.contains.colon=The installation folder cannot contain the colon character (:).
-DP.error.contains.ampersand=The installation folder cannot contain the ampersand character (&).
-DP.error.contains.wrong.char=The installation folder contains the wrong character({1}).
-DP.error.matches.prohibited.regexp=The specified installation folder is invalid (it matches prohibited pattern {1}).
-DP.error.not.absolute=The specified installation folder has to be in absolute path form.
-DP.error.cannot.canonize=The specified installation folder cannot be canonized.
-DP.error.not.directory=The specified installation location is not a folder.
-DP.error.not.readable=The specified installation folder is not readable.
-DP.error.not.writable=The specified installation folder is read-only.
-DP.error.not.empty=The specified installation folder is not empty.
-DP.error.not.ends.with.app=The specified installation folder must end with ".app".
-DP.error.not.enough.space=Not enough disk space. Additional {1} required in {0}.
-DP.error.cannot.get.logic=Cannot obtain configuration logic
-DP.error.cannot.check.space=Cannot check the free disk space
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 home folder:
-JLP.location.label.text.java=&Java\u2122 environment home folder:
-JLP.location.button.text=B&rowse ...
-JLP.list.label.text=&List of suitable JDK\u2122 found on this machine:
-JLP.list.label.text.java=&List of suitable Java\u2122 environments found on this machine:
-
-JLP.error.null=The path to the JDK cannot be empty.
-JLP.error.null.java=The path to the Java environment cannot be empty.
-JLP.error.not.valid.path=The specified JDK folder {0} is invalid.
-JLP.error.not.valid.path.java=The specified Java environment folder {0} is invalid.
-JLP.error.path.not.exists=The specified JDK folder {0} does not exist.
-JLP.error.path.not.exists.java=The specified Java environment folder {0} does not exist.
-JLP.error.not.javahome=The specified JDK folder {0} does not contain JDK.
-JLP.error.not.javahome.java=The specified Java environment folder {0} does not contain Java environment.
-JLP.error.not.jdk=The specified JDK folder {0} contains JRE, but a full JDK is required.
-JLP.error.wrong.version.older=The specified JDK folder {0} contains JDK version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.older.java=The specified Java environment folder {0} contains Java version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.newer=The specified JDK folder {0} contains JDK version "{1}", while the maximum is "{2}".
-JLP.error.wrong.version.newer.java=The specified Java environment folder {0} contains Java version "{1}", while the maximum is "{2}".
-JLP.error.wrong.vendor=The specified JDK folder {0} contains JDK from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.wrong.vendor.java=The specified Java environment folder {0} contains Java from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.unknown=An unknown error occured while validating the path.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>The installer could not find a compatible JDK installation, specify it manually.<br>The minimum required version is {0}. To download JDK, visit <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>The installer could not find a compatible Java environment, specify it manually.<br>The minimum required version is {0}. To download Java environment, visit <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (used by {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Post-Create Bundle Summary
-PoCBSP.dialog.description=Click Finish to exit.
-
-PoCBSP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Some errors were encountered in the course of bundle creation process.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=The following components were successfully bundled:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=The following components failed to be bundled:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=View &Log
-PoCBSP.send.log.button.text=&Send Log
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Installation Wizard - Post-Install Summary
-
-PoISP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Some warnings were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Some errors were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=The following components were successfully installed:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=The following components installed with warnings:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=The following components failed to install:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=The following components were successfully uninstalled:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=The following components uninstalled with warnings:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=The following components failed to uninstall:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=View &Details
-PoISP.view.log.button.text=View &Log
-PoISP.send.log.button.text=&Send Log
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Log file is not available
-
-PoISP.message.files.remaining=Some files could not be removed from the installation directories of the {0}. You may need to remove them manually.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Pre-Create Bundle Summary
-PrCBSPdialog.description=Click Create to create the bundle.
-
-PrCBSPmessage.text=The wizard has collected all required data to proceed with creating of the bundle. Please review your choice. To continue, click Next.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=You chose to create a bundle with the following components:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Total download size: {0}
-PrCBSPrequired.disk.space.label.text=Required disk space: {0}
-PrCBSPcreate.button.text=&Create
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Pre-Install Summary
-
-PrISP.message.text=The installation wizard has collected all required data to proceed with installation/uninstallation of the selected components. Please review your choice. To continue, click Next.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=You chose to install the following components:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=You chose to uninstall the following components:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Total download size: {0}
-PrISP.required.disk.space.label.text=Required disk space: {0}
-PrISP.install.button.text=&Install
-
-PrISP.error.not.enough.space=Insufficient disk space for proper installation. Additional {1} is required in {0}.
-PrISP.error.cannot.check.space=Cannot check the free disk space
-PrISP.error.logic.access=Could not access product's configuration logic
-PrISP.error.fsroots=Cannot get the list of file system roots
-PrISP.error.non.existent.root={0} is set up to be installed to {1} which does not belong to any of the file system roots.
-PrISP.error.cannot.write=The wizard does not have write access to {1}, the installation directory of {0}. Please correct the permissions before proceeding.
-
-################################################################################
-# LicensesPanel.java
-LP.title=License Agreement
-LP.description=Please read the following license agreement carefully.
-
-LP.accept.checkbox.text=I &accept the terms in the license agreement
-LP.error.cannot.get.logic=Could not access configuration logic
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<No Text>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Are you sure you want to cancel?
-EMP.cancel.dialog.title=Cancel
-EMP.error.failed.input.verify=Failed to verify input
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_el.properties
deleted file mode 100644
index d2a0ae9..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_el.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Failed to download wizard icon from URI - {0}.
-SFC.error.failed.to.set.icon=Failed to set the swing frame container icon.
-SFC.error.failed.to.attach.error.handler=Failed to attach custom error handler to the EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Cannot set the default close operation
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_el.properties
deleted file mode 100644
index 7603b7f..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_el.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Installation details
-IDD.component.label=Component
-IDD.status.label=Status
-
-ILD.loading.logfile=Loading log file. Please wait...
-ILD.error.reading.log=Cannot read log file {0}.
-ILD.error.log.contents=Log contents are not available.
-
diff --git a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_el.properties b/l10n/src/el/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_el.properties
deleted file mode 100644
index 13d2606..0000000
--- a/l10n/src/el/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_el.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Engine Library
-
diff --git a/l10n/src/el/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_el.properties b/l10n/src/el/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_el.properties
deleted file mode 100644
index 28c6d30..0000000
--- a/l10n/src/el/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_el.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apple Application Menu
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enables proper support for the Apple Application menu
-
-OpenIDE-Module-Long-Description=Enables Apple menu items to work properly, and moves some standard menu items there - Tools | Options becomes Preferences, Help | About becomes about, File | Exit becomes Quit.
-
-MSG_MinimizeWindowAction=&Minimize Window
-
diff --git a/l10n/src/el/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_el.properties b/l10n/src/el/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_el.properties
deleted file mode 100644
index fc4f3d1..0000000
--- a/l10n/src/el/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_el.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Establishing a connection ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Checking for updates in {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=Cannot read NBM {0}
-InstallSupportImpl_TurnOnTimeout=timeout of loading {0}
-InstallSupportImpl_NullSource=Source URL for module "{0}" is null, most likely "distribution" attribute is set to the empty string in the UC catalog.\nSee also http://www.netbeans.org/issues/show_bug.cgi?id=153799 for more details.
-InstallSupportImpl_Download_Unavailable=Cannot access {0}
-OperationSupportImpl_Custom_Uninstall=Uninstalling {0}
-OperationSupportImpl_Custom_Install=Installing {0}
-
-UpdateUnitFactory_Libraries_Category=Libraries
-UpdateUnitFactory_Bridges_Category=Bridges
-UpdateUnitFactory_Unsorted_Category=Uncategorized
-UpdateElementImpl_Feature_CategoryName=Features
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Module installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Modules installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Module not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Modules not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>New module offered by the plugin:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>New modules offered by the plugin:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/el/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_el.properties b/l10n/src/el/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_el.properties
deleted file mode 100644
index 64ab08e..0000000
--- a/l10n/src/el/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_el.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The AutoUpdate feature provides several services: download and install available updates of installed modules, search and install new modules from subscribed Update Centers, view and manage the modules.
-OpenIDE-Module-Name=Auto Update Services
-OpenIDE-Module-Short-Description=Support for searching for module updates on Update Center and for downloading and installing modules
-
diff --git a/l10n/src/el/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_el.properties b/l10n/src/el/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_el.properties
deleted file mode 100644
index 261abc0..0000000
--- a/l10n/src/el/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_el.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Default Update Center
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Libraries
-ArtificialFeaturesProvider_Bridges_Category=Bridges
-ArtificialFeaturesProvider_Unsorted_Category=Uncategorized
-ArtificialFeaturesProvider_Features_Category=Features
-NetworkAccess_Timeout=Timeout while opening connection to {0}
-
diff --git a/l10n/src/el/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_el.properties b/l10n/src/el/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_el.properties
deleted file mode 100644
index ea38047..0000000
--- a/l10n/src/el/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_el.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Preparing to Unpack
-CTL_UnpackingFile=Unpacking File:
-CTL_DeletingFiles=Uninstalling files...
-CTL_DisablingFiles=Deactivating files...
-UpdaterFrame.jTextArea1.text=Update is in progress.\n\nPlease wait ...
-UpdaterFrame.textLabel.text=Preparing to Unpack
-UpdaterFrame.Form.title=Updater
-UpdaterFrame.textLabel.fontName=Dialog
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/el/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_el.properties b/l10n/src/el/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_el.properties
deleted file mode 100644
index b29c99b..0000000
--- a/l10n/src/el/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_el.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} more ...
-Less_Command_Text={0} less ...
-UnitTab_ReloadTime=Last Check: {0}
-UnitTab_ReloadTime_Never=never
-UnitTab_LessAction=Show Fewer Plugins
-UnitTab_MoreAction=Show More Plugins
-UnitTab_TooltipCheckBox_INSTALLED=Check plugin {0}
-UnitTab_Tooltip_RefreshAction=Reload Catalog
-UnitTab_bTabAction_Name_INSTALLED=U&ninstall
-UnitTab_TooltipCheckBox_UPDATE=Check plugin {0}
-UnitTab_bTabAction_Name_UPDATE=&Update
-UnitTab_CheckAction=Check
-UnitTab_CheckCategoryAction=Check Category
-UnitTab_UncheckCategoryAction=Uncheck Category
-UnitTab_CheckAllAction=Check All
-UnitTab_UncheckAllAction=Uncheck All
-UnitTab_ReloadAction=&Reload Catalog
-UnitTab_PrepareReloadAction=Please wait a while reloading catalog
-UnitTab_RemoveLocallyDownloadedAction=&Remove
-UnitTab_ActivateAction=&Activate
-UnitTab_ActivateCategoryAction=Activate Category
-UnitTab_DeactivateAction=&Deactivate
-UnitTab_DeactivateCategoryAction=Deactivate Category
-AvailableTab_SourceCategory_Tooltip_STANDARD=Certified Plugin
-AvailableTab_SourceCategory_Tooltip_BETA=Beta Plugin
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Community Contributed Plugin
-InstallTab_Active_Tooltip=Active
-InstallTab_InActive_Tooltip=Inactive
-InstallTab_PendingForInstall_Tooltip=Application restart needed to complete installation
-InstallTab_PendingForDeactivate_Tooltip=Application restart needed to complete deactivation
-InstallTab_ReadOnly_Tooltip={0} is in read-only mode and cannot be checked
-UnitTab_TooltipCheckBox_AVAILABLE=Check plugin {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Install
-UnitTab_TooltipCheckBox_LOCAL=Check plugin {0}
-UnitTab_Tooltip_AddAction_LOCAL=Add the locally downloaded plugins
-UnitTab_Tooltip_RemoveAction_LOCAL=Remove plugin from the list
-UnitTab_bTabAction_Name_LOCAL=&Install
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} plugin selected
-UnitTab_lHowManySelected_Many_Text={0} plugins selected
-UnitTab_OperationName_Text_INSTALLED=Uninstall
-UnitTab_OperationName_Text_UPDATE=Update
-UnitTab_OperationName_Text_AVAILABLE=Install
-UnitTab_OperationName_Text_LOCAL=Install
-UnitTab_lWarning_Text={0} operation will require restart of the application
-PluginManagerUI_UnitTab_Update_Title=Updates
-PluginManagerUI_UnitTab_Update_ToolTip=Your application is up to date!
-PluginManagerUI_UnitTab_Available_ToolTip=No plugins are available. Click Reload Catalog for newest plugins.
-PluginManagerUI_UnitTab_Available_Title=Available Plugins
-PluginManagerUI_UnitTab_Installed_Title=Installed
-PluginManagerUI_UnitTab_Local_Title=Downloaded
-UnitTab_bAddLocallyDownloads_Name=&Add Plugins...
-UnitTab_bAddLocallyDownloads_ACN=Add Plugins
-UnitTab_bAddLocallyDownloads_ACD=Add Plugins to use the file browser to add any plugins that you downloaded to your local system
-NotificationAlreadyPreparedToIntsall=Plugin {0} is already prepared to update/install.
-NotificationOneAlreadyInstalled=Plugin "{0}" is already installed.
-NotificationMoreAlreadyInstalled=Plugins "{0}" are already installed.
-NotificationAlreadyPresent=Plugin "{0}" is already added. Do you want to replace with "{1}"?
-NotificationAlreadyPresentTitle=Replace plugin
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Add Plugins
-CTL_FileFilterDescription=Plugin distribution files (*.nbm)
-NetworkProblemPanel_taTitle_Text=Unable to connect to the Update Center
-NetworkProblemPanel_taMessage_WarningText=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic. \n\nIt might happen your caches are out of date. Please click Reload Catalog to refresh content.
-NetworkProblemPanel_taMessage_ErrorText=Not all of the plugins have been successfully downloaded. The server may be unavailable at the moment. Try again later.
-CTL_Warning=Warning
-CTL_Error=Network Problem
-CTL_ShowProxyOptions=&Proxy Configuration...
-ACSD_ShowProxyOptions=N/A
-Utilities_NetworkProblem_Continue=&Try again
-Utilities_NetworkProblem_Skip=&Skip
-Utilities_NetworkProblem_Cancel=Cancel
-Utilities_NetworkProblem_Text=Unable to connect to the {0} because of {1}
-SettingsTable_ActiveColumn=Active
-SettingsTable_NameColumn=Name
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Settings
-SettingsTab.bProxy.text=&Proxy Settings
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=Update Center Customizer
-UpdateUnitProviderPanel.lName.text=&Name\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Check for updates automatically
-Utilities_Libraries_Category=Libraries
-Utilities_Bridges_Category=Bridges
-Utilities_Unsorted_Category=Uncategorized
-SettingsTab.bRemove.message=Are you sure you want to remove following update center: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Name
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Check for updates automatically
-UpdateUnitProviderPanel.error.name.short=Update Center name is not specified
-UpdateUnitProviderPanel.error.url.short=Update Center URL is not specified
-UpdateUnitProviderPanel.error.name.dup=Update Center with the same name already exist
-UpdateUnitProviderPanel.error.url.invalid=Update Center URL is invalid
-UnitTab_bClose_Text=&Close
-Utilities_CheckingForUpdates=Checking for updates
-UnitTab_InitAndCheckingForUpdates=Initializing the list of plugins... 
-InstalledTableModel_State_Enabled=On
-InstalledTableModel_State_Disabled=Off
-AvailableTableModel_Columns_Install=Install
-AvailableTableModel_Columns_Name=Name
-AvailableTableModel_Source_Category=Source
-AvailableTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Uninstall=Select
-InstalledTableModel_Columns_Name=Name
-InstalledTableModel_Columns_Installed=Installed
-InstalledTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Enabled=Active
-LocallyDownloadedTableModel_Columns_Install=Install
-LocallyDownloadedTableModel_Columns_Name=Name
-LocallyDownloadedTableModel_Columns_Version=Version
-LocallyDownloadedTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Update=Update
-UpdateTableModel_Columns_Name=Name
-UpdateTableModel_Columns_Installed=Installed
-UpdateTableModel_Columns_Available=Available
-UpdateTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Category=Category
-SettingsTab_NewProviderName=New Provider
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Description:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Version: 
-UnitDetails_Plugin_InstalledVersion=Installed version:
-UnitDetails_Plugin_AvailableVersion=Available version:
-UnitDetails_Plugin_Author=Author: 
-UnitDetails_Plugin_Date=Date: 
-UnitDetails_Plugin_Source=Source: 
-UnitDetails_Plugin_CodeName=Code name: 
-UnitDetails_Plugin_Homepage=Homepage: 
-UnitDetails_Plugin_Notification=Important note
-UnitDetails_Plugin_Description=Plugin Description
-UnitDetails_Plugin_Collecting_Dependencies=Collecting dependencies...
-UnitDetails_New_Internal_Update_Mark=new!
-lSearch1.text=&Search\:
-SettingsTab.lCheckPeriod.text=&Check Interval\:
-SettingsTab.lGeneral.text=Advanced
-SettingsTab.addButton.text=&New
-SettingsTab.RemoveButton.text=&Remove
-SettingsTab.EditButton.text=&Edit
-SettingsTab.AddButton.text=&Add
-SettingsTab.lUpdateCenters.text=Configuration of &Update Centers\:
-SettingsTab.lConnection.text=Automatically Check for Updates
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Update_custom=User Default
-SettingsTab.cbSharedInstall.text=&Force install into shared directories
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Write Permission
-SettingsTab.cbSharedInstall.ReadOnlyMessage=You don`t have permission to install plugin(s) into the shared directory:\n{0}\nTo perform installation into the shared directory, you should run the application as a user with administrative priviledges.
-SettingsTab.cbSharedInstall.NoSharedTitle=No install directory
-SettingsTab.cbSharedInstall.NoSharedMessage=No shared directories found.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Cannot read NBM {0} because {1}
-PluginManagerUI.bHelp.text=&Help
-ACN_UnitTable=List of Plugins
-ACD_UnitTable=List of Plugins
-ACN_UpdateCentersTable=List of Update Centers
-ACD_UpdateCentersTable=List of Update Centers allowing to activate or deactivate selected Update Center
-ACN_DetailsPanel=Plugin's details
-ACN_DetailsPanel_Button=Invoke {0} action
-ACN_UnitDetails=Plugin Details
-ACD_Reload=Reload Catalog
-ACD_Search=Search Plugins
-ACN_Tabs=Switch between updates, available, installed and downloaded plugins
-ACD_Tabs=Switch between updates, available, installed and downloaded plugins
-ACN_PluginManagerUI=Plugin Manager
-ACD_PluginManagerUI=Plugin Manager for updating, installing and removing plugins
-ACN_Reload=Reload Catalog
-ACN_UpdateCenterCustomizer=Update Center Customizer
-ACD_UpdateCenterCustomizer=Update Center Customizer for editing update center name and URL
-NetworkProblemPanel_ACD=N/A
-NetworkProblemPanel_taMessage=Message of Network Problem
-NetworkProblemPanel_taTitle_ACN=Network Problem
-UnitTab.detailView.text=Sho&w details
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Internal Updates)
-Unit_InternalUpdates_Title=Internal Updates
-
diff --git a/l10n/src/el/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_el.properties b/l10n/src/el/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_el.properties
deleted file mode 100644
index 801cd90..0000000
--- a/l10n/src/el/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_el.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Check for &Updates
-PluginManagerAction_Name=Plu&gins
-PluginManager_Panel_Name=Plugins
-PluginManager_CloseButton_Name=&Close
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} updates found.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} update found.
-AutoupdateCheckScheduler_UpdateFound_Hint=Click here to make your application up to date.
-AutoupdateCheckScheduler_InstallInProgress=Please wait, another install task in progress...
-
diff --git a/l10n/src/el/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_el.properties b/l10n/src/el/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_el.properties
deleted file mode 100644
index 676d157..0000000
--- a/l10n/src/el/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_el.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The UI allows to browse the installation and contents of registered Update Centers, to download updates or new modules and to automatically install modules.
-OpenIDE-Module-Name=Auto Update UI
-OpenIDE-Module-Short-Description=Supplies UI of Auto Update Services
-
diff --git a/l10n/src/el/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_el.properties b/l10n/src/el/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_el.properties
deleted file mode 100644
index 823a152..0000000
--- a/l10n/src/el/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_el.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_Header_Content=The installer will download, verify and then install the selected plugins.
-OperationDescriptionStep_TableInstall_Title=The following plugins will be installed:
-OperationDescriptionStep_TableUpdate_Title=The following plugins will be updated:
-OperationDescriptionStep_PluginBrokesJavaDependency=The Java platform version {0} was requested but only {1} is running.
-OperationDescriptionStep_HeaderUninstall_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderUninstall_Content=The selected plugins will be uninstalled. The selected plugins will be removed from the disk.
-OperationDescriptionStep_TableUninstall_Title=The following plugins will be uninstalled:
-OperationDescriptionStep_HeaderActivate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderActivate_Content=The selected plugins will be activated.
-OperationDescriptionStepActivate_Table_Title=The following plugins will be activated:
-OperationDescriptionStep_HeaderDeativate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderDeativate_Content=The selected plugins will be deactivated.
-OperationDescriptionStep_TableDeativate_Title=The following plugins will be deactivated:
-PanelBodyContainer_PleaseWait=Please wait until the installer discovers plugins dependencies.
-DependenciesResolutionStep_Table_Title=The following plugins will also be installed because one or more of the plugins you are about to install depend on them:
-UninstallDependenciesResolutionStep_Table_Title=The following plugins need to be deactivated because they require one or more of the plugins you are about to deactivate:
-LicenseApprovalPanel_taTitle_Text=In order to continue with the installation, you need to agree with all of the license agreements associated with the particular plugins.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} License Agreement
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=License Agreement
-LicenseApprovalPanel_Header_Content=Please read all of the following license agreements carefully.
-InstallUnitWizard_Title=Plugin Installer
-InstallStep_Header_Download_Head=Download
-InstallStep_Header_Download_Content=Please wait until the installer downloads the requested plugins.
-InstallStep_Header_Verify_Head=Validate
-InstallStep_Header_Verify_Content=Please wait until the installer validates the downloaded plugins.
-InstallStep_Header_Install_Head=Install
-InstallStep_Header_Install_Content=Please wait until the installer completes the installation.
-InstallStep_Header_InstallDone_Head=Installation completed successfully
-InstallStep_Header_InstallDone_Content=Click Finish to quit the installer.
-InstallStep_Header_InstallUnsuccessful_Head=Installation completed unsuccessfully
-InstallStep_Header_InstallUnsuccessful_Content=Click Finish to quit the installer and try to restart application.
-InstallStep_Header_Restart_Head=Restart application to complete installation
-InstallStep_Header_Restart_Content=Restart application to finish plugin installation.
-UninstallStep_Header_Restart_Head=Restart application to complete deactivation
-UninstallStep_Header_Restart_Content=Restart application to finish plugin deactivation.
-CustomHandleStep_Header_Install_Restart_Head=Restart application to complete installation
-CustomHandleStep_Header_Install_Restart_Content=Restart application to finish plugin installation.
-CustomHandleStep_Header_Uninstall_Restart_Head=Restart application to complete uninstallation
-CustomHandleStep_Header_Uninstall_Restart_Content=Restart application to finish plugin uninstallation.
-
-InstallStep_Done=Done.
-InstallStep_Unsuccessful=Installation is completed but some problem found: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Restart Now
-InstallUnitWizardModel_Buttons_RestartLater=Restart &Later
-InstallUnitWizardModel_Buttons_Install=&Install
-InstallUnitWizardModel_Buttons_Update=&Update
-InstallUnitWizardModel_Buttons_Close=&Finish
-InstallUnitWizardModel_Buttons_Next=Next
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Uninstall
-UninstallUnitWizardModel_Buttons_TurnOn=&Activate
-UninstallUnitWizardModel_Buttons_TurnOff=&Deactivate
-InstallStep_InstallDone_Text=The Plugin Installer has successfully installed the following plugins:
-InstallStep_InstallUnsuccessful_Text=The Plugin Installer found problem {0} while install the following plugins:
-UninstallStep_UninstallDone_Text=The Plugin Installer has successfully uninstalled the following plugins:
-UninstallStep_ActivateDone_Text=The Plugin Installer has successfully activated the following plugins:
-UninstallStep_DeactivateDone_Text=The Plugin Installer has successfully deactivated the following plugins:
-UninstallStep_UninstallFailed_Text=Uninstallation failed: {0}
-UninstallStep_ActivateFailed_Text=Activation failed: {0}
-UninstallStep_DeactivateFailed_Text=Deactivation failed: {0}
-UninstallStep_Done=Done.
-UninstallStep_Failed=Failed. {0}
-UninstallStep_Header_Uninstall_Head=Uninstallation
-UninstallStep_Header_Uninstall_Content=Please wait until the installer uninstalls all the selected plugins.
-UninstallStep_Header_Deactivate_Head=Deactivation
-UninstallStep_Header_Deactivate_Content=Please wait until the installer finishes deactivating all the selected plugins.
-UninstallStep_Header_Activate_Head=Activation
-UninstallStep_Header_Activate_Content=Please wait until the installer finishes activating all the selected plugins.
-UninstallStep_Header_UninstallDone_Head=Uninstallation completed successfully
-UninstallStep_Header_UninstallDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateDone_Head=Deactivation completed successfully
-UninstallStep_Header_DeactivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateDone_Head=Activation completed successfully
-UninstallStep_Header_ActivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_UninstallFailed_Head=Uninstallation failed
-UninstallStep_Header_UninstallFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateFailed_Head=Deactivation failed
-UninstallStep_Header_DeactivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateFailed_Head=Activation failed
-UninstallStep_Header_ActivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_ProgressName_Uninstall=Uninstalling plugins
-UninstallStep_ProgressName_Activate=Activating plugins
-UninstallStep_ProgressName_Deactivate=Deactivating plugins
-ValidationWarningPanel_ShowCertificateButton=&Show certificate
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Validation Warning
-ValidationWarningPanel_VerifyCertificate_Title=Verify Certificate
-ValidationWarningPanel_ContinueButton=&Continue
-ValidationWarningPanel_taHead_NotSignedText=The following plugins are not signed\:
-ValidationWarningPanel_taHead_NotTrustedText=The following plugins are signed but not trusted\:
-ValidationWarningPanel_taWarning_Text=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-OperationDescriptionStep_CustomHandled_Head={0} plugins use native installer:
-InstallStep_Download_DownloadingPlugins=Downloading plugins...
-InstallStep_Validate_ValidatingPlugins=Validating plugins...
-InstallStep_Install_InstallingPlugins=Installing plugins...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Some plugins not installed to avoid potential installation problems.
-CustomHandleStep_Header_Install_Head=Install
-CustomHandleStep_Header_Install_Content=Please wait until the installer completes the installation.
-CustomHandleStep_Header_Uninstall_Head=Uninstallation
-CustomHandleStep_Header_Uninstall_Content=Please wait until the installer finishes uninstalling the selected plugins.
-CustomHandleStep_Header_InstallDone_Head=Installation completed successfully
-CustomHandleStep_Header_InstallDone_Content=Click Next to continue installing the remaining selected plugins using the plugin installer.
-CustomHandleStep_Header_UninstallDone_Head=Uninstallation completed successfully
-CustomHandleStep_Header_UninstallDone_Content=Click Next to continue uninstalling the remaining selected plugins.
-CustomHandleStep_Header_InstallFail_Head=Installation failed.
-CustomHandleStep_Header_InstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Header_UninstallFail_Head=Installation failed
-CustomHandleStep_Header_UninstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Install_InstallingPlugins=Installing plugins using the plugin's installer...
-CustomHandleStep_Uninstall_UninstallingPlugins=Uninstalling plugins using the plugin's installer...
-CustomHandleStep_Done=Done.
-CustomHandleStep_InstallDone_Text=The Plugin Installer has successfully finished the installation.
-CustomHandleStep_InstallFail_Text=Installation of {0} failed.
-CustomHandleStep_UninstallDone_Text=The Plugin Installer has successfully finished the uninstallation.
-CustomHandleStep_UninstallFail_Text=Uninstallation of {0} failed.
-InstallStep_NetworkProblem_Continue=&Try again
-InstallStep_NetworkProblem_Text=Networking problem in {0}
-OperationPanel.cbRunInBackground.text=&Run In Background
-InstallSupport_InBackground_NetworkError=Unable to connect to the Update Center.
-InstallSupport_InBackground_NetworkError_Details=details
-LicenseApprovalPanel.cbAccept.text=I &accept the terms in all of the license agreements.
-InstallSupport_RestartNeeded=Restart the application to complete the installation.
-UninstallSupport_RestartNeeded=Restart the application to complete the deactivation.
-CustomHandleStep_Install_RestartNeeded=Restart the application to complete the installation.
-CustomHandleStep_Uninstall_RestartNeeded=Restart the application to complete the uninstallation.
-
-RestartNeeded_Details=Click here to restart your application now
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans Installer Wizard
-PanelBodyContainer_ACD=NetBeans Installer Wizard
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/A
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/A
-ValidationWarningPanel_tpPlugins_ACN=Unverified Plugins
-ValidationWarningPanel_taWarning_Text_ACD=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-ValidationWarningPanel_taWarning_Text_ACN=Warning
-ValidationWarningPanel_taHead_ACN=N/A
-ValidationWarningPanel_ACD=N/A
-UninstallUnitWizard_Title=Plugin Installer
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Your application is up to date!</h3>
-LazyOperationDescriptionStep_NoUpdates=There are no updates available.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Checking for updates failed.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Check your network connection, verify that your proxy settings<br>are configured correctly, or try again later.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Checking for updates.</b><br>Please wait while the installer checks for available updates.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Initializing the list of updates... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Some plugins require plugin {0} to be installed.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Some plugins are waiting for application restart to resolve following problems:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Some plugins require capability {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Some plugins require the Java platform in version {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Some plugins require JDK</h3>Some of the selected plugins require the JDK in order to function. Currently, NetBeans IDE appears to be running with the JRE instead of the full JDK.<br><br>To use these plugins, start IDE with the <code>--jdkhome</code> command line option set to the location of a JDK installation. See <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> for more information.<br><br>
-OperationDescriptionStep_BrokenModuleDep=The plugin {0} would also need to be installed.
-OperationDescriptionStep_BrokenModuleNameDep=The plugin named {0} is needed and not found.
-OperationDescriptionStep_BrokenModuleVersionDep=The plugin {0} is requested in version >= {1} but only {2} was found.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=The plugin {0} is requested in version >= {1} (release version {2}) but only {3} (of release version different from {2}) was found.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=The plugin {0} is requested in version {1}.
-OperationDescriptionStep_BrokenModuleImplDep=The plugin {0} is requested in implementation version {1}.
-OperationDescriptionStep_BrokenRequiresDep=No plugin providing the capability {0} could be found.
-OperationDescriptionStep_AffectedPluginByBrokenDep=The following plugins are affected:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=The following plugin is affected:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=There were some problems while storing {0}.\nCause: {1}
-InstallStep_DownloadProblem_SomePlugins=selected plugins
-
diff --git a/l10n/src/el/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_el.properties b/l10n/src/el/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_el.properties
deleted file mode 100644
index d85fbae..0000000
--- a/l10n/src/el/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_el.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP Platform
-OpenIDE-Module-Name=RCP Platform
-OpenIDE-Module-Short-Description=NetBeans RCP Platform
-OpenIDE-Module-Long-Description=The NetBeans RCP Platform is a generic framework for Swing applications. It provides the services common to almost all large desktop applications: window management, menus, settings and storage, update management, file access, etc.<br><br>See more information at <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/el/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_el.properties b/l10n/src/el/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_el.properties
deleted file mode 100644
index 3693500..0000000
--- a/l10n/src/el/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_el.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup On SystemFS
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The default implementation of MimeDataProvider.
-OpenIDE-Module-Long-Description=The MIME Lookup On SystemFS module implements MimeDataProvider that looks up objects in the folder hierarchy on the System filesystem.
-
-
diff --git a/l10n/src/el/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_el.properties b/l10n/src/el/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_el.properties
deleted file mode 100644
index d819b5a..0000000
--- a/l10n/src/el/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_el.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The MIME lookup API.
-OpenIDE-Module-Long-Description=The MIME Lookup module provides API for looking up MIME type dependent settings, services and other objects. It also provides SPI for implementing additional MIME type related data provider.
-
diff --git a/l10n/src/el/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_el.properties b/l10n/src/el/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_el.properties
deleted file mode 100644
index 3ef3ddd..0000000
--- a/l10n/src/el/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_el.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Add to Favorites
-ACT_AddOnFavoritesNode=&Add to Favorites...
-ACT_Remove=&Remove from Favorites
-ACT_View=Favor&ites
-ACT_Select=Favorites
-ACT_Select_Main_Menu=Select in F&avorites
-
-Favorites=Favorites
-Templates/Other=Other
-Templates/Properties=User Configuration Properties
-Templates/Other/Folder=Folder
-Templates/Other/file=Empty File
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
-# JFileChooser
-CTL_DialogTitle=Add to Favorites
-CTL_ApproveButtonText=Add
-ERR_FileDoesNotExist={0} does not exist.
-ERR_FileDoesNotExistDlgTitle=Add to Favorites
-
-MSG_NodeNotFound=The document node could not be found in the Favorites tab.
-
-# Manifest localization
-OpenIDE-Module-Name=Favorites
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for organizing favorite files.
-OpenIDE-Module-Long-Description=Favorites module enables you to create a view of files specifically relevant to your work, simply access them at one common place.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Templates
-Templates.Options.Export.displayName=All Templates
-Favorites.Options.Export.displayName=Favorites
-
diff --git a/l10n/src/el/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_el.properties b/l10n/src/el/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_el.properties
deleted file mode 100644
index 6f1560e..0000000
--- a/l10n/src/el/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_el.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Close
-BTN_TemplatesPanel_OpenInEditorButton=&Open in Editor
-LBL_TemplatesAction_Name=&Templates
-HINT_TemplatesAction=Customize templates
-LBL_TemplatesPanel_Title=Template Manager
-BTN_TemplatesPanel_Delete=&Delete
-LBL_TemplatesPanel_TemplatesLabel=&Templates\:
-BTN_TemplatesPanel_Add=&Add...
-BTN_TemplatesPanel_RenameButton=&Rename
-BTN_TemplatesPanel_DuplicateButton=Du&plicate
-BTN_TemplatesPanel_NewFolder=&New Folder
-BTN_TemplatesPanel_MoveUp=Move &Up
-BTN_TemplatesPanel_MoveDown=Move Do&wn
-LBL_TemplatesPanel_JFileChooser_Title=Add Existing Template
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Add
-TXT_TemplatesPanel_NewFolderName=New Folder
-MSG_TemplatesPanel_Nonexistent_File=File ''{0}''\ndoes not exist, please specify an existing file.
-
-TemplatesPanel_TemplateNode_DisplayName=Display Name
-TemplatesPanel_TemplateNode_DisplayName_Desc=Display name of this template. Shown in File|New wizard as well as in Tools|Templates.
-TemplatesPanel_TemplateNode_FileName=File Name
-TemplatesPanel_TemplateNode_FileName_Desc=File name of file represented by this template.
-TemplatesPanel_TemplateNode_ScriptEngine=Script Engine
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Script engine use for processing this template.
-TemplatesPanel_TemplateNode_TemplateCategories=Template Categories
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=A list of template's categories appropriate for this template.
-
-ACD_TemplatesPanel_Add=Add Template
-
-ACD_TemplatesPanel_New=New Template
-
-ACD_TemplatesPanel_Duplicate=Duplicate Selected Template
-
-ACD_TemplatesPanel_Rename=Rename Template
-
-ACD_TemplatesPanel_MoveUp=Move Up Selected Template
-
-ACD_TemplatesPanel_MoveDown=Move Down Selected Template
-
-ACD_TemplatesPanel_Delete=Delete Template
-
-TT_TemplatesPanel_Add=Add Template
-
diff --git a/l10n/src/el/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_el.properties b/l10n/src/el/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_el.properties
deleted file mode 100644
index 929201c..0000000
--- a/l10n/src/el/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_el.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Could not connect to URL {0}; no such resource was found.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Warning: the JavaHelp topic ID {0} was not found.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Loading help sets...
-ACSD_JavaHelp_viewer=Displays one or more online help references in JavaHelp format
-ACSD_Loading_Dialog=Loading help sets
-
-# HelpAction
-LBL_HelpAction=Help
-CTL_OpeningHelp=Opening Help...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP Monitor
-
-# a11y - BrowserDisplayer
-ACSD_Label=Click here to open this link in a web browser.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Showing help ID: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Showing help ID: {0}
-
-QuickSearch/Help=Help
-Err_CreateJavaHelpSearchEngine=Failed to create JavaHelp search engine.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copy Link Location
-
diff --git a/l10n/src/el/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_el.properties b/l10n/src/el/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_el.properties
deleted file mode 100644
index 45c1017..0000000
--- a/l10n/src/el/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_el.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JavaHelp Integration
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Permits JavaHelp help sets to be added to the IDE.
-OpenIDE-Module-Long-Description=Contains the actual JavaHelp runtime library, and the implementation of the part of the Modules API which permits other modules to install help sets using JavaHelp technology.
-
-Menu/Help/master-help.xml=Help &Contents
-Menu/Help/HelpShortcuts=Help &Sets
-Actions/Help/master-help.xml=Help &Contents
-
diff --git a/l10n/src/el/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_el.properties b/l10n/src/el/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_el.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/el/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_el.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/el/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_el.properties b/l10n/src/el/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_el.properties
deleted file mode 100644
index f617e03..0000000
--- a/l10n/src/el/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_el.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Sample value ensuring that decryption is working.
-FallbackProvider.msg_clear_keys=Your previously stored passwords cannot be decrypted. Do you wish to forget all existing passwords and start with a fresh keyring?
-FallbackProvider.title_clear_keys=Delete Stored Passwords
-MasterPasswordPanel.masterPasswordLabel.text=Master &Password:
-MasterPasswordPanel.setNewBox.text=&Change...
-MasterPasswordPanel.newLabel1.text=&New Master Password:
-MasterPasswordPanel.newLabel2.text=&Retype:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=Enter Master Password
-MasterPasswordPanel.enter_password=Enter password
-MasterPasswordPanel.enter_new_password=Enter new password
-MasterPasswordPanel.password_mismatch=New passwords do not match
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/el/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_el.properties b/l10n/src/el/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_el.properties
deleted file mode 100644
index d661fb1..0000000
--- a/l10n/src/el/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_el.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Cannot create file {0} in folder {1}.
-EXC_CannotCreateExistingData=Cannot create file {0} in folder {1}. This file already exists.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Cannot create folder {0} in folder {1}.
-EXC_CannotCreateExistingFolder=Cannot create folder {0} in folder {1}. This folder already exists.
-
-# {0} - the file
-EXC_CannotLock=Cannot lock read-only file {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Invalid lock [{0}] for file {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-EXC_CannotLockRoot=Root cannot be locked.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Cannot get exclusive access to {0} (probably opened for reading).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Cannot get shared access to {0} (probably opened for writing).
-
diff --git a/l10n/src/el/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_el.properties b/l10n/src/el/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_el.properties
deleted file mode 100644
index fc1852d..0000000
--- a/l10n/src/el/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_el.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=File {0} is already locked.
-EXC_FileLockAlreadyExists=File {0} is already locked (lock {1} exists).
-# {0} - full path
-FileObj.readOnlyFile=File {0} cannot be written to because it is read-only.
-
diff --git a/l10n/src/el/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_el.properties b/l10n/src/el/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_el.properties
deleted file mode 100644
index 2fb5bd5..0000000
--- a/l10n/src/el/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_el.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Master Filesystem
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Merges multiple filesystem providers into a single logical tree.
-OpenIDE-Module-Long-Description=Creates mounts for disk roots and then splices in other filesystems such as VCS mounts, providing a single wrapper FileSystem for them all.
-
-LBL_loaderName=FolderLoader for MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Cannot copy root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Cannot move root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Filesystem {1}  cannot be mounted on the root {0}, because Filesystem {2} is already mounted.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Filesystem {1}  cannot be mounted on the root {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Filesystem {0}  cannot be unmounted. 
-
diff --git a/l10n/src/el/platform/options-api/options-api/org/netbeans/modules/options/Bundle_el.properties b/l10n/src/el/platform/options-api/options-api/org/netbeans/modules/options/Bundle_el.properties
deleted file mode 100644
index 36fa58b..0000000
--- a/l10n/src/el/platform/options-api/options-api/org/netbeans/modules/options/Bundle_el.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Options Dialog and SPI
-OpenIDE-Module-Display-Category=Tools
-OpenIDE-Module-Short-Description=Provides the Options dialog and an SPI to add panels to it.
-OpenIDE-Module-Long-Description=Provides the Tools | Options dialog. The SPI lets you add whole new panels, or sections to the Miscellaneous panel.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Options
-CTL_Options_Dialog_Title=Options
-CTL_OK=OK
-CTL_Classic=Advanced Options
-CTL_Classic_Title=Advanced Options
-CTL_Modern=&Basic Options
-CTL_Loading_Options=Loading Settings ...
-CTL_Error_Loading_Options=Loading Options Failed.
-CTL_Some_values_changed=There are some changes. Do you want to apply them?
-
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=&Fonts & Colors
-CTL_Font_And_Color_Options_Title=Fonts & Colors
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-
-CTL_Export=Expor&t
-CTL_Import=&Import
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= Invokes Advanced Options dialog
-ACS_OptionsPanel=Options Dialog
-ACS_Export=Export Options
-ACS_Import=Import Options
-TabbedController.pane.AD=Options Panel
-
-QuickSearch/GoToOption=Options
-
diff --git a/l10n/src/el/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_el.properties b/l10n/src/el/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_el.properties
deleted file mode 100644
index 95766a8..0000000
--- a/l10n/src/el/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_el.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Miscellaneous
-CTL_Advanced_Options_Title=Miscellaneous
-CTL_Advanced_Options_Description=Miscellaneous
-AdvancedPanel.tabbedPanel.AD=Miscellaneous tabbed panel
-Advanced.Export.Category=Miscellaneous
-
diff --git a/l10n/src/el/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_el.properties b/l10n/src/el/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_el.properties
deleted file mode 100644
index 930c4e0..0000000
--- a/l10n/src/el/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_el.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Define Here
-LBL_action_revert=Revert Def.
-LBL_action_delete=Delete
-
-MSG_ask_remove_above_defined_files=Moving the definition here will remove any values stored in layers left of the selected column.\n\nDo you want to proceed?
-
-#file state tooltips
-LBL_fstate_defined=Setting Definition
-LBL_fstate_ignored=Unused Setting Value
-LBL_fstate_inherited=Setting Inherited
-LBL_fstate_undefined=Setting value is not defined here
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=User
-LBL_FSP_Desc_Session-Layer=Session Settings Level
-LBL_FSP_Modules-Layer=Default
-LBL_FSP_Desc_Modules-Layer=Default Installation Settings Level
-
-#OptionsAction
-Options=&Options
-CTL_close_button=&Close
-ACSD_close_button=N/A
-ACSN_optionsTree=N/A
-ACSD_optionsTree=N/A
-LBL_computing=Initializing settings ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Show Levels (press +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Hide Levels (press +)
-CTL_Templates_name=Templates
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorer
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
diff --git a/l10n/src/el/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_el.properties b/l10n/src/el/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_el.properties
deleted file mode 100644
index c92ed6a..0000000
--- a/l10n/src/el/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_el.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Select Options for Export:
-OptionsChooserPanel.outline.all=All
-OptionsChooserPanel.outline.header.tree=Available Options
-OptionsChooserPanel.outline.AN=Available Options
-OptionsChooserPanel.outline.AD=Tree of available options
-OptionsChooserPanel.lblFile.text=&Target zip file:
-OptionsChooserPanel.btnBrowse=B&rowse...
-OptionsChooserPanel.btnBrowse.AN=Browse
-OptionsChooserPanel.btnBrowse.AD=Browse
-OptionsChooserPanel.txtFile.AD=Source or target of import/export.
-OptionsChooserPanel.loading=Loading...
-OptionsChooserPanel.file.warning=Please, select a valid target zip file
-OptionsChooserPanel.nooption.warning=Please, select something to export
-OptionsChooserPanel.file.chooser.title=Select target zip file
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=Select Options to Export
-OptionsChooserPanel.export.status.text=Options Export Finished.
-OptionsChooserPanel.import.title=Select Options to Import
-OptionsChooserPanel.import.lblFile.text=&Import Source:
-OptionsChooserPanel.import.lblHint.text=&Select Options for Import:
-OptionsChooserPanel.import.file.warning=Please, select a valid zip file or userdir
-OptionsChooserPanel.import.nooption.warning=Please, select something to import
-OptionsChooserPanel.import.file.chooser.title=Select zip file or userdir
-OptionsChooserPanel.import.invalid.userdir.title=Invalid Userdir?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Folder {0} does not seem to be a valid userdir. Do you really want to import options from this location?
-OptionsChooserPanel.AD=Panel to choose options for export/import
-OptionsChooserPanel.import.error=Error while importing options. Run IDE with parameter -J-Dorg.netbeans.modules.options.export.level=100 and look at IDE log for details.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Invalid zip file: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Writing to file {0} failed.
-ImportConfirmationPanel.title=Import Confirmation
-ImportConfirmationPanel.cbRestart.text=&Restart IDE now (without restart imported settings may not work)
-ImportConfirmationPanel.cbRestart.AD=Decide whether restart IDE now or later
-ImportConfirmationPanel.cbRestart.AN=Restart IDE now?
-ImportConfirmationPanel.lblMessage.text=Import may irreversibly overwrite your current settings. Perform export first to backup current options. Do you want to continue?
-ImportConfirmationPanel.lblMessage.AD=Confirmation message
-ImportConfirmationPanel.AN=Import Confirmation
-ImportConfirmationPanel.AD=Import Confirmation
-ExportConfirmationPanel.title=Stored Passwords Warning
-ExportConfirmationPanel.lblMessage.text=Exported settings may contain stored passwords. Sharing your settings with other users represents a potential security risk. Do you want to continue?
-ExportConfirmationPanel.cbSkip.text=&Skip this warning next time
-ExportConfirmationPanel.cbSkip.AN=Skip this warning next time?
-ExportConfirmationPanel.cbSkip.AD=Decide whether skip or show this warning next time
-ExportConfirmationPanel.lblMessage.AD=Confirmation message
-ExportConfirmationPanel.AN=Stored passwords warning
-ExportConfirmationPanel.AD=Stored passwords warning
-
diff --git a/l10n/src/el/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_el.properties b/l10n/src/el/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_el.properties
deleted file mode 100644
index d2c889b..0000000
--- a/l10n/src/el/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_el.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Keymap Options
-
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-CTL_Keymap_Options_Description=Keymap
-
-CTL_Duplicate=&Manage Profiles...
-AN_Duplicate=Duplicate
-AD_Duplicate=Duplicate
-CTL_Delete=Dele&te
-AN_Delete=Delete
-AD_Delete=Delete
-CTL_Restore=&Restore
-AN_Restore=Restore
-AD_Restore=Restore
-CTL_Show_Actions=Actio&ns
-AN_Show_Actions=Actions
-AD_Show_Actions=Actions
-CTL_Show_Shortcuts=&Shortcuts
-AN_Show_Shortcuts=Shortcuts
-AD_Show_Shortcuts=Shortcuts
-CTL_Add_Shortcut=A&dd ...
-AN_Add_Shortcut=Add
-AD_Add_Shortcut=Add
-CTL_Remove_Shortcut=Remo&ve
-AN_Remove_Shortcut=Remove
-AD_Remove_Shortcut=Remove
-CTL_Actions=Actio&ns:
-AN_Actions=Actions
-AD_Actions=Actions
-CTL_Shortcuts=&Shortcuts:
-AN_Shortcuts=Shortcuts
-AD_Shortcuts=Shortcuts
-AN_Profiles=Profiles
-AD_Profiles=Profiles
-Show_Actions=Actio&ns
-Show_Shortcuts=&Shortcuts
-Keymaps=&Keymaps
-CTL_Keymap_Name=&Profile:
-View_By=&View By
-Shortcut=&Shortcut:
-Add_Shortcut_Dialog=Add Shortcut
-CTL_Create_New_Profile_Message=Profile &Name:
-CTL_Create_New_Profile_Title=Create New Profile Dialog
-Shortcut_Conflict=<html>Shortcut already assigned to {0} action. If you proceed the shortcut will be reassigned.
-CTL_Clear=&Clear
-AN_Clear=Clear shortcut button
-AD_Clear=Clear the shortcut field
-CTL_Tab=&Tab
-AN_Tab=Insert Tab character button
-AD_Tab=Insert Tab character
-CTL_Duplicate_Profile_Name=Profile with such name already exists.\n Choose different name, please.
-
-CTL_Export_IDE_Actions_Action=Export IDE Actions to XML
-CTL_Export_IDE_Shortcuts_Action=Export IDE Shortcuts to XML
-CTL_Export_Editor_Shortcuts_Action=Export Editor Shortcuts to XML
-CTL_Export_Shortcuts_to_HTML_Action=Export Shortcuts to HTML
-
-CTL_Other=Other
-AN_Shortcut=Shortcut field
-AD_Shortcut=Shortcut field
-AN_ShortcutsDialog=Enter new shortcut
-AD_ShortcutsDialog=Enter new shortcut
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Switching keymap profile from {1} to {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Quick Search: Invoking {1} action, class {0}
-
-QuickSearch/Actions=Actions
-MSG_ActionFailure={0} action can not be invoked through Quick Search...
-
-# Quicksearch options
-KW_KeymapOptions=Keymap Options, Keyboard Shortcuts, Keybindings
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Search:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Field used to narrow list of shortcuts
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Search in Sho&rtcuts:
-
-# Conflict dialogs
-Override_Shortcut=<html>Following Action(s): <br>{0} conflict with this assignment. Do you wish to override?
-Conflicting_Shortcut_Dialog=Conflicting Shortcut Dialog
-Override_All=<html>Following Action(s): <br>{0} conflict with this restore. Do you wish to override all?
-Alternative_Shortcut=(alternative shortcut)
-
-#Table columns
-Actions=Actions
-Shortcut=Shortcut
-Category=Category
-Scope=Scope
-
-#Keymap Popup
-Edit=Edit...
-Add_Alternative=Add Alternative
-Reset_to_Default=Reset to Default
-Clear=Clear
-
-#Keymap completion
-No_Free_Shortcut=No recommended free shortcut with prefix "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicate
-ProfilesPanel.exportButton.text=&Export
-ProfilesPanel.deleteButton.text=De&lete
-ProfilesPanel.importButton.text=&Import
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Profiles scroll pane
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Scroll pane for profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=List of keymap profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Imports profile from external file
-ProfilesPanel.AccessibleContext.accessibleDescription=Profiles Panel
-ProfilesPanel.restoreButton.text=&Restore Defaults
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restores stored defaults
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplicates existing profile
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exports current profile
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Deletes selected custom profile
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=Manage Keymap Profiles
-CTL_Files=Files
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Keymaps
-Keymaps.Options.Export.Profiles.displayName=Keymap Profiles
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/el/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_el.properties b/l10n/src/el/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_el.properties
deleted file mode 100644
index c987b1e..0000000
--- a/l10n/src/el/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_el.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Swing Layout Extensions integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles swing-layout library.
-OpenIDE-Module-Long-Description=This module bundles Swing Layout Extensions library (from swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/el/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_el.properties
deleted file mode 100644
index d008c39..0000000
--- a/l10n/src/el/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_el.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=Common Annotations
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/el/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_el.properties
deleted file mode 100644
index feb9286..0000000
--- a/l10n/src/el/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_el.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization APIs.
-OpenIDE-Module-Long-Description=Lets modules register long-running tasks or processes in a central place.
-
diff --git a/l10n/src/el/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_el.properties
deleted file mode 100644
index 741f64f..0000000
--- a/l10n/src/el/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_el.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Scene Component
-ACS_SceneComponentDesc=Scene view
-
diff --git a/l10n/src/el/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_el.properties
deleted file mode 100644
index af2d2f2..0000000
--- a/l10n/src/el/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_el.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Visual Library API
-OpenIDE-Module-Short-Description=Visual Library API
-
diff --git a/l10n/src/el/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_el.properties
deleted file mode 100644
index ca6f96e..0000000
--- a/l10n/src/el/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_el.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=An instance of the program seems to be already running with your user directory.\nEither a previous session of the program did not exit correctly, or another instance\nof the program is running on a different computer and using the same user directory.\n\nIf another session of the program is running with the same user directory, please click\nCancel to prevent the corruption of the user directory. If you are sure that no other\ninstances of the program are running with your user directory, click OK to continue.
-MSG_AlreadyRunningTitle=Warning
-
-EXC_not_a_module={0} is not a valid NetBeans module.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Bootstrap
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The core bootstrap of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the initial infrastructure that loads all other parts of the application. It cannot be disabled.
-
-MSG_InstallJava6=Cannot run on older versions of Java than Java 6 Standard Edition.\nPlease install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=Java 6 Standard Edition or newer required
-
diff --git a/l10n/src/el/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_el.properties
deleted file mode 100644
index 80e1b53..0000000
--- a/l10n/src/el/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_el.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Output {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=&Exit IDE
-ACSD_EndTasks=N/A
-CTL_PendingTitle=Exit IDE
-ACSD_PendingTitle=N/A
-LAB_PendingTasks=E&xiting the IDE will terminate the following processes:
-ACSD_PendingTasks=N/A
-# {0} - process name
-CTL_PendingExternalProcess2=Process - {0}
-# {0} - action name
-CTL_ActionInProgress={0} action in progress
-
diff --git a/l10n/src/el/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_el.properties
deleted file mode 100644
index 53a2a23..0000000
--- a/l10n/src/el/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_el.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Remove
-CTL_MoveUp=Move &Up
-CTL_MoveDown=Move Do&wn
-CTL_AddDirectory=Add Director&y...
-CTL_AddJAR=Add &JAR/ZIP...
-CTL_JarArchivesMask=JAR and ZIP Archives
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_AddDirectory=N/A
-ACSD_AddJAR=N/A
-ACSD_PathList=N/A
-ACSD_CustomNbClassPathEditor=N/A
-CTL_Edit_Jar_Dialog_Title=Edit JAR File
-CTL_Edit_Local_Dialog_Title=Edit Local Directory
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=Add JAR File
-CTL_FileSystemPanel.Local_Dialog_Title=Add Local Directory
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Process\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Arguments\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Arguments &Hint
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Browse...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/A
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/A
-ACSD_CustomNbProcessDescriptorEditor=N/A
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Path Entries
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=List of path entries to be edited.
-
diff --git a/l10n/src/el/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_el.properties
deleted file mode 100644
index d19338b..0000000
--- a/l10n/src/el/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_el.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Execution
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of the Execution engine.
-OpenIDE-Module-Long-Description=Adds support for execution into the platform. Contains classes which implement the execution part of APIs and corresponding GUI.
-
diff --git a/l10n/src/el/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_el.properties
deleted file mode 100644
index 6913b0d..0000000
--- a/l10n/src/el/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_el.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=&Output
-
-#Title for I/O window
-LBL_IO_WINDOW=Output
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Output
-
diff --git a/l10n/src/el/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_el.properties
deleted file mode 100644
index d904be1..0000000
--- a/l10n/src/el/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_el.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editors
-EditorsAction.source=&Source
-GetLeftEditorAction.name=Editors - Iterate left
-
-GetRightEditorAction.name=Editors - Iterate right
-
-TabButton.tool_tip={0} View
-
diff --git a/l10n/src/el/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_el.properties
deleted file mode 100644
index 34b8ae8..0000000
--- a/l10n/src/el/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_el.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MultiView Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=MultiView Windows framework and APIs
-OpenIDE-Module-Long-Description=MultiView Windows framework and APIs
-
diff --git a/l10n/src/el/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_el.properties
deleted file mode 100644
index 27caa53..0000000
--- a/l10n/src/el/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_el.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Native Access
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-OpenIDE-Module-Long-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-
diff --git a/l10n/src/el/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_el.properties
deleted file mode 100644
index f1db8aa..0000000
--- a/l10n/src/el/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_el.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparency
-
diff --git a/l10n/src/el/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_el.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/el/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_el.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/el/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_el.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/el/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_el.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/el/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_el.properties
deleted file mode 100644
index fe48716..0000000
--- a/l10n/src/el/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_el.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-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_FONT_TYPE=Choose Font...
-ACTION_FILTER=Filter...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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...
-
diff --git a/l10n/src/el/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_el.properties
deleted file mode 100644
index d9f02d2..0000000
--- a/l10n/src/el/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_el.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Input
-LBL_EOF=&Close Input
-TIP_EOF=Closes the input component and sends end-of-file to any readers
-TIP_INPUT=Enter text and press enter to send it to the running process
-
-#Output window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
diff --git a/l10n/src/el/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_el.properties
deleted file mode 100644
index 4762f92..0000000
--- a/l10n/src/el/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_el.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Startup
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Loads and enables modules.
-OpenIDE-Module-Long-Description=This module provides the central additional functionality to Bootstrap to locate and enable the right modules.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user is not set.\nPlease check your NetBeans startup script.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Your user directory ({0}) cannot reside inside your NetBeans installation directory ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Starting NetBeans Platform
-# The Title of the About Box
-CTL_About_Title=About
-CTL_About_Detail=Detail
-ACSD_AboutDialog=N/A
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/A
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=UI class name expected, using default UI...
-ERR_UserDirExpected=Directory expected after --userdir switch
-ERR_UINotFound=UI class not found, using default UI...
-ERR_FontSizeExpected=Font size expected, using default font size...
-ERR_BadFontSize=Bad format of the font size, using default font size...
-ERR_BrandingNeedsArgument=Option --branding requires one argument
-ERR_LocaleExpected=Locale specification expected after --locale switch
-
-
-CTL_Netbeanshome_notexists=netbeans.home points to a non-existent directory.
-CTL_Netbeanshome1=netbeans.home does not point to a directory.
-CTL_Netbeanshome2=netbeans.user points to a non-existent directory.
-CTL_Netbeanshome3=netbeans.user does not point to a directory.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Cannot create system directory in {0}. A file with the same name already exists.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Cannot create system directory in {0}.
-CTL_Cannot_mount_system_fs=Cannot add System filesystem, exiting...
-
-#startup info messages
-MSG_IDEInit=Initializing...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Could not connect to URL {0}. No such resource was found.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize is not supported on GTK look and feel. Adjust your desktop font size instead.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Error: {0}
-EXC_GraphicsStartFails2=See the {0} for details.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=The module {0} was requested in version >= {1} but only {2} was found.
-# {0} - module display name
-MSG_problem_other_disabled=The module {0} would also need to be installed.
-LBL_no_impl_version=[no version specified]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=The module {0} was requested in implementation version "{1}" but only "{2}" was found.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=The module named {0} was needed and not found.
-# {0} - required token
-MSG_problem_require_disabled=None of the modules providing the capability {0} could be installed.
-# {0} - required token
-MSG_problem_require_not_found=No module providing the capability {0} could be found.
-# {0} - class name
-MSG_problem_class_not_loaded=The package containing the class {0} was not loaded.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=The package {0} was not loaded or was an outdated version.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=The Java platform version {0} or higher was requested but only {1} is running.
-MSG_warning=Warning
-MSG_info=Information
-MSG_continue=Disable Modules and Continue
-MSG_exit=Exit
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Another module|1<{0} further modules} could not be installed due to the above problems.
-
-# NbEvents
-MSG_start_load_boot_modules=Loading core...
-MSG_finish_load_boot_modules=Loading core...done.
-MSG_start_auto_restore=Loading modules...
-MSG_finish_auto_restore=Done loading modules.
-MSG_start_enable_modules=Turning on modules...
-MSG_finish_enable_modules=Turning on modules...done.
-TEXT_finish_enable_modules=Turning on modules:
-MSG_start_disable_modules=Turning off modules...
-MSG_finish_disable_modules=Turning off modules...done.
-TEXT_finish_disable_modules=Turning off modules:
-MSG_failed_install_new=Warning - could not install some modules:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Warning - could not install module {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Deploying test module in {0} ...
-TEXT_finish_deploy_test_module=Finished deploying test module.
-MSG_start_read=Reading module storage...
-MSG_finish_read=Reading module storage...done.
-MSG_restore=Starting modules...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Installing {0}
-# {0} - module display name
-TEXT_install=Installing new module: {0}
-# {0} - module display name
-MSG_update=Starting a new version of {0}
-# {0} - module display name
-TEXT_update=Updating module: {0}
-# {0} - module display name
-MSG_uninstall=Stopping {0}
-MSG_load_section=Loading modules...
-MSG_load_layers=Loading module services...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Warning: the module {0} could not be found, ignoring...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=The module {0} could not be deleted as it was an autoload or eager module and still in use.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=An attempt was made to change the property {1} of the module {0} in the system/Modules folder.\nThe actual value is "{3}" but it was changed on disk to read "{2}".\nThis property cannot be changed while the IDE is running, so this attempt had no effect.
-# {0} - JAR file name
-TEXT_patch=Module patch or custom extension: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Missing resource from class: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Key which was not found: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Parse error in file {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Parse error in file {1} line {3} column {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/el/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_el.properties
deleted file mode 100644
index 461e0c2..0000000
--- a/l10n/src/el/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_el.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Default System
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Loading cached objects...
-MSG_end_load_cache=Loading cached objects...done.
-MSG_start_rewrite_cache=Recreating cache of objects...
-MSG_end_rewrite_cache=Recreating cache of objects...done.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=File event {0}, file {1}
-
diff --git a/l10n/src/el/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_el.properties
deleted file mode 100644
index 95bed0c..0000000
--- a/l10n/src/el/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_el.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Files
-AdvancedOption.tooltip=Files
-FileAssociationsPanel.btnDefault.text=&Default
-FileAssociationsPanel.btnDefault.tooltip=Restore default setting for selected file extension
-FileAssociationsPanel.btnDefault.AN=Restore Default Setting
-FileAssociationsPanel.btnDefault.AD=Restore Default Setting for Selected File Extension
-FileAssociationsPanel.btnDefaultIgnored.text=De&fault
-FileAssociationsPanel.btnDefaultIgnored.AN=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnDefaultIgnored.AD=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnNew.text=&New...
-FileAssociationsPanel.btnNew.AN=New File Extension
-FileAssociationsPanel.btnNew.AD=New File Extension
-FileAssociationsPanel.btnRemove.text=&Remove
-FileAssociationsPanel.btnRemove.AN=Remove Selected File Extension
-FileAssociationsPanel.btnRemove.AD=Remove Selected File Extension
-FileAssociationsPanel.cbExtension.choose=< Choose the extension >
-FileAssociationsPanel.cbExtension.AD=File Extension
-FileAssociationsPanel.cbExtension.AN=List of File Extensions
-FileAssociationsPanel.cbType.AN=List of File Types
-FileAssociationsPanel.cbType.AD=List of File Types
-FileAssociationsPanel.lblAssociatedAlso.text=Associated also with:
-FileAssociationsPanel.lblAssociatedAlso.AN=File Type Associated Also with Extensions
-FileAssociationsPanel.lblAssociatedAlso.AD=File Type Associated Also with Extensions
-FileAssociationsPanel.lblExtension.text=File &Extension:
-FileAssociationsPanel.lblExtension.AN=File Extension
-FileAssociationsPanel.lblExtension.AD=List of File Extensions
-FileAssociationsPanel.lblType.text=Associated File &Type (MIME):
-FileAssociationsPanel.lblType.AD=List of Associated File Types
-FileAssociationsPanel.lblType.AN=List of Associated File Types
-FileAssociationsPanel.lblFileAssociations.text=File Associations
-FileAssociationsPanel.lblFilesIgnored.text=Files Ignored by the IDE
-FileAssociationsPanel.lblPattern.text=&Ignored Files Pattern:
-FileAssociationsPanel.lblPattern.tooltip=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.lblPattern.AN=Ignored Files Pattern
-FileAssociationsPanel.lblPattern.AD=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.txtPatternError.AN=Ignored Files Pattern Syntax Error
-FileAssociationsPanel.txtPatternError.AD=Syntax error in ignored files regular expression
-
-NewExtensionPanel.title=Enter New File Extension
-NewExtensionPanel.AD=Enter New File Extension
-NewExtensionPanel.lblExtension.text=File &Extension:
-NewExtensionPanel.lblExtension.AN=File Extension
-NewExtensionPanel.lblExtension.AD=File Extension
-
-OpenAsAction.name=Open As...
-OpenAsPanel.txtDescription.AN=Hint
-OpenAsPanel.txtDescription.AD=Hint
-OpenAsPanel.lblExtension.text=Treat {0} files as:
-OpenAsPanel.title=Open as...
-OpenAsPanel.open=Open
-OpenAsPanel.AD=Choose type of file
-
-# display name for options export
-Files.Options.Export.displayName=Files
-OpenAsPanel.lblDescription.text=NetBeans does not know this type of file. Please specify how should these files be treated.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/el/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_el.properties
deleted file mode 100644
index 479649d..0000000
--- a/l10n/src/el/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_el.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_General_Options_Category=General
-CTL_General_Options_Description=General options, Proxy settings, Editor settings
-CTL_Package_View_Type=View Java Packages as:
-CTL_Flattern_Packages=&List
-AN_Flattern_Packages=List
-AD_Flattern_Packages=List
-CTL_Tree_Packages=Tree
-AN_Tree_Packages=Tree
-AD_Tree_Packages=Tree
-CTL_No_Proxy=&No Proxy
-AN_No_Proxy=No Proxy
-AD_No_Proxy=No Proxy
-CTL_Usage_Statistics=Usage Statistics:
-AN_Usage_Statistics=Usage Statistics
-AD_Usage_Statistics=Usage Statistics
-CTL_Usage_Check=Hel&p us improve the NetBeans IDE by providing anonymous usage data
-AN_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-AD_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-CTL_Usage_Info=<html>The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.</html>
-AN_Usage_Info=Usage statistics info
-AD_Usage_Info=The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Learn more</u></font></html>
-AN_Learn_More=Learn more
-AD_Learn_More=Learn more
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Use System Proxy Settings
-AN_Use_System_Proxy_Settings=Use System Proxy Settings
-AD_Use_System_Proxy_Settings=Use System Proxy Settings
-CTL_Use_HTTP_Proxy=&Manual Proxy Settings
-AN_Use_HTTP_Proxy=HTTP Proxy
-AD_Use_HTTP_Proxy=HTTP Proxy
-AN_Web_Browser=Web Browser
-AD_Web_Browser=Web Browser
-AN_Host=Host
-AD_Host=Host
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Update Period
-AD_Update_Period=Update Period
-AN_Ask_Before_Check=Ask Before Check
-AD_Ask_Before_Check=Ask Before Check
-Line_Numbers=&Line Numbers
-Antialiasing=Antialiasing:
-Text_Antialiasing=Use Antialiasing
-Toolbar=&Toolbar
-Package_View=Package View
-SDI_Window_Mode=SDI Window Mode
-MDI_Window_Mode=MDI Window Mode
-Tree_View=Tree View
-Default_System_Browser=<Default Browser>
-Swing_HTML_Browser=Swing Browser
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=General
-CTL_Web_Browser=&Web Browser:
-Confirm_Delete=&Confirm Delete:
-CTL_Web_Proxy=Proxy Settings:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=HTTP Pro&xy\:
-Code_Folding=Code Folding:
-Show=Show:
-Editor=Editor
-CTL_Check_Period=Check Perio&d:
-CTL_Ask_Before_Check=Ask &Before Check:
-CTL_Auto_Update=Auto Update
-Use_Folding=&Use Code Folding
-Fold_Methods=Fold &Methods
-Fold_Classes=Fol&d Inner Classes
-Fold_Imports=Fold Import&s
-Fold_JavaDoc=Fold &Javadoc Comments
-Fold_Licence=F&old Initial Comment
-Auto_Popup=Auto Popup:
-Auto_Popup_Completion=Completion Window
-Auto_Popup_JavaDoc=Javadoc Window
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Default_System_Browser=Default System Browser
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Internal Browser
-
-
-
-
-AN_NonProxy=No Proxy For
-
-AD_NonProxy=No Proxy For
-
-CTL_Non_Proxy=No Prox&y For\:
-
-Non_Proxy_Hint=(e.g. localhost, *.netbeans.org, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=M&ore...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Advanced Proxy Settings
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Open Advanced Proxy Settings
-
-LBL_GeneralOptionsPanel_PortError=Port number must be an integer value.
-
-LBL_GeneralOptionsPanel_lWebProxy=Proxy Settings\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP &Proxy\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(e.g. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&t\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS Proxy\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS Proxy\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=No Pro&xy Hosts\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Proxy Re&quires Authentication
-
-LBL_AdvancedProxyPanel_lUserName=&Username\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Pass&word\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Use the same proxy settings for &all protocols
-
-LBL_AdvancedProxyPanel_Title=Advanced Proxy Options
-LBL_AdvancedProxyPanel_PortError=Port number must be an integer value.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Use System Proxy Settings
-GeneralOptionsPanel.lWebBrowser.text=&Web Browser\:
-GeneralOptionsPanel.rbNoProxy.text=&No Proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/A
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/A
-
-LBL_WebBrowsersPanel_Title=Web Browsers
-LBL_ExternalBrowser_Name=External Browser
-WebBrowsersPanel.nameLabel.text=Name\:
-WebBrowsersPanel.executableLabel.text=Executable\:
-WebBrowsersPanel.parametersLabel.text=Parameters\:
-WebBrowsersPanel.browseButton.text=Browse...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Add...
-WebBrowsersPanel.removeButton.text=Remove
-WebBrowsersPanel.browsersLabel.text=Web Browsers\:
-GeneralOptionsPanel.editBrowserButton.text=&Edit...
-GeneralOptionsPanel.editBrowserButton.AD=Edit Web Browsers
-GeneralOptionsPanel.editBrowserButton.AN=Edit Web Browsers
-WebBrowsers_URL_Hint=Hint\: {URL} \= URL of the page to be loaded by the web browser
-
-ACS_WebBrowsersList=List of available web browsers
-ACS_AddWebBrowserButton=Add new web browser
-ACS_RemoveWebBrowserButton=Remove selected web browser
-ACS_BrowserNameField=Web browser name
-ACS_BrowserExecutableField=Web browser executable
-ACS_BrowserParametersField=Web browser executable parameters
-ACS_BrowseExecutableButton=Browse web browser executable
-WebBrowsersOptionsPanel.browsersLabel.text=&Web Browsers\:
-WebBrowsersOptionsPanel.addButton.text=A&dd...
-WebBrowsersOptionsPanel.removeButton.text=&Remove
-WebBrowsersOptionsPanel.nameLabel.text=&Name\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Web Browsers
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Browsers list
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=List of Web Browsers
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Add button
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Remove button
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Browser name
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Web Browsers
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Web Browsers
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Direct connection.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, General Options
-
-# Display name for options export
-General.Options.Export.Category.displayName=General
-General.Options.Export.displayName=General
-Other.Options.Export.displayName=All Other Unspecified
-
diff --git a/l10n/src/el/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_el.properties
deleted file mode 100644
index 67a3119..0000000
--- a/l10n/src/el/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_el.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface of the platform.
-OpenIDE-Module-Long-Description=Provides classes and resources for the standard basic user interface of the platform and for applications built on top of the platform.
-
-Actions=Actions
-Actions/Edit=Edit
-Actions/Help=Help
-Actions/System=System
-Actions/Tools=Tools
-Actions/View=View
-Actions/Window/SelectDocumentNode=Select Document in
-Menu=Menu Bar
-Menu/Edit=&Edit
-Menu/File=&File
-Menu/GoTo=&Navigate
-Menu/Help=&Help
-Menu/Tools=&Tools
-Menu/View=&View
-Menu/Window/SelectDocumentNode=Select Docume&nt in
-Services/Browsers=Web Browsers
-Templates/Privileged=Privileged
-Templates/Recent=Recent
-Templates/Services/Browsers=Web Browsers
-Toolbars=Toolbars
-Toolbars/Clipboard=Cli&pboard
-Toolbars/UndoRedo=&Undo/Redo
-Toolbars/File=&File
-Toolbars/Memory=&Memory
-Toolbars/Standard.xml=Coding
-UI/Services=Options
-
-ProgressDisplayName_FileSystemRefresh=Refreshing files
-
diff --git a/l10n/src/el/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_el.properties
deleted file mode 100644
index b2d90f4..0000000
--- a/l10n/src/el/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_el.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Start sampling IDE
-SelfSamplerAction_ActionNameStop=Stop sampling and take snapshot
-SelfSamplerAction_ActionDescription=Will take a snapshot based on the thread dump
-SelfSamplerAction_ThreadName=IDE Self Sampler
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=Snapshot was saved to {0}
-Save_Progress=Saving snapshot
-
diff --git a/l10n/src/el/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_el.properties
deleted file mode 100644
index 9a74cc8..0000000
--- a/l10n/src/el/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_el.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Open in System
-
diff --git a/l10n/src/el/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_el.properties
deleted file mode 100644
index 190b65b..0000000
--- a/l10n/src/el/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_el.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Total physical memory {0}
-
-
-#LOG_WINDOW_ACTIVATED=Main Window Activated, refresh took {0} ms
-#LOG_WINDOW_DEACTIVATED=Main Window Deactivated
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Checking for external changes
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspended
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_el.properties
deleted file mode 100644
index c6dd756..0000000
--- a/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_el.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Only Workspace>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_el.properties
deleted file mode 100644
index 580c1f0..0000000
--- a/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_el.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&lone Document
-# CloseWindowAction
-CTL_CloseWindowAction=&Close Window
-
-CTL_RecentViewListAction=Go to P&revious Document
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=Close &All Documents
-
-# UndockAction
-CTL_UndockWindowAction=&Undock Window
-CTL_UndockWindowAction_Dock=Doc&k Window
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Close All Documents
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimize Window
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Close Window
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Close Other Documents
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Save Document
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Clone Document
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Close Other Docu&ments
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maximi&ze Window
-CTL_UnmaximizeWindowAction=Restore Window
-
-# DocumentsAction
-CTL_DocumentsAction=&Documents...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=&Toolbars
-
-# NextTabAction
-CTL_NextTabAction=Next Tab
-# PreviousTabAction
-CTL_PreviousTabAction=Previous Tab
-
-CTL_ToggleFullScreenAction=&Full Screen
-
-# ResetWindowsAction
-CTL_ResetWindows=Reset &Windows
-
-LBL_ToggleWindowTransparencyAction=Transparent Window
-LBL_WindowTransparencyHint=Press and hold [Ctrl+NumPad 0] key to make minimized window transparent.
-
-# Properties
-GlobalProperties=P&roperties
-
diff --git a/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_el.properties
deleted file mode 100644
index d06eed8..0000000
--- a/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_el.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Appearance
-AdvancedOption_Tooltip_WinSys=Window System related options
-
-IsAlphaFloatingTooltip=Makes unfocused floating windows semi-transparent after few seconds
-
-IsDragWindowTooltip=Enables "ghost" window image during drag and drop of a window
-IsAlphaDragTooltip=Enables transparency in drag window image
-
-IsSnapScreenEdgesTooltip=Enables snapping of floating windows to screen edges
-IsSnappingTooltip=Enables automatic snapping of floating windows for easier layout handling
-
-NoAlphaSupport=Window transparency is not supported by OS
-LBL_DragWindowImage=Drag window image
-LBL_TransparentDragWindow=Transparent drag window image
-LBL_TransparentFloatingWindows=Transparent floating windows
-LBL_SnapFloatingWindows=Snapping floating windows
-LBL_SnapToScreenEdges=Snap to screen edges
-LBL_CloseActivatesRecentDocument=Close activates most recent document
-TIP_CloseActivatesMostRecentDocument=When a document is closed then the most recent document becomes active instead of its neighbor
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=When a document is closed then the most recent document becomes active
-
diff --git a/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_el.properties
deleted file mode 100644
index 60ac482..0000000
--- a/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_el.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Cannot parse configuration of window manager {0}.
-EXC_GroupParse=Cannot parse configuration of Group {0}.
-EXC_TCGroupParse=Cannot parse configuration of TCGroup {0}.
-EXC_TCRefParse=Cannot parse configuration of TCRef {0}.
-EXC_ModeParse=Cannot parse configuration of mode {0}.
-
-# PersistenceManager
-EXC_RootFolder=Cannot create root folder {0}
-EXC_CompsFolder=Cannot create components folder {0}
-EXC_GroupsFolder=Cannot create groups folder {0}
-EXC_ModesFolder=Cannot create modes folder {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Top component {0} could not be located or loaded from 'Components' folder.
-EXC_CannotSaveTCSettings=Settings of top component {0} could not be saved
-EXC_CopyFails=Cannot copy component settings file to folder {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Component {0} could not be saved due to problems with its serialization.
-FMT_TCReadError=Component {0} could not be opened due to problems with its deserialization.
-
-
diff --git a/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_el.properties
deleted file mode 100644
index 8395eea..0000000
--- a/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_el.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation for windowing support.
-OpenIDE-Module-Long-Description=Adds classes implementing the window system part of the APIs.
-
-Actions/Window=Window
-Menu/Window=&Window
-
-# Options export
-Toolbars.Options.Export.displayName=Toolbars
-
diff --git a/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_el.properties
deleted file mode 100644
index 86ed80f..0000000
--- a/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_el.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Cancel
-CloseButton=Close
-# HelpButton=Help
-YesButton=Yes
-NoButton=No
-# ApplyButton=Apply
-DetailsButton=Details
-# ButtoBarButoo
-CTL_Button=Button
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorDialog=File selector dialog
-ACSN_FileSelectorTreeView=Tree View
-ACSD_FileSelectorTreeView=Tree view in file selector
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Customizer Dialog
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Close
-CANCEL_OPTION_CAPTION=Cancel
-HELP_OPTION_CAPTION=&Help
-NO_OPTION_CAPTION=No
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Yes
-ACS_YES_OPTION_NAME=Yes
-ACS_YES_OPTION_DESC=Yes button
-# - {0} message
-ACSD_ErrorMessage=Error: {0}
-ACSD_WarningMessage=Warning: {0}
-ACSD_QuestionMessage=Question {0}
-ACSD_InformationMessage=Information {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Cancel
-ACS_CANCEL_OPTION_DESC=Cancel button
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=OK button
-
-ACS_NO_OPTION_NAME=No
-ACS_NO_OPTION_DESC=No button
-
-ACS_HELP_OPTION_NAME=Help
-ACS_HELP_OPTION_DESC=Help button
-
-ACS_CLOSED_OPTION_NAME=Close
-ACS_CLOSED_OPTION_DESC=Close button
-
-
diff --git a/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_el.properties
deleted file mode 100644
index 1240f01..0000000
--- a/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_el.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Main Window
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documents:
-LBL_Description=Descri&ption:
-LBL_Activate=Swi&tch to Document
-LBL_CloseDocuments=C&lose Document(s)
-LBL_SaveDocuments=&Save Documents(s)
-LBL_Close=&Close
-
-ACSD_Activate=N/A
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/A
-
-CTL_DocumentsTitle=Documents
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Properties
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#No Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-ACSN_PropertiesSheet=Property sheet
-ACSD_PropertiesSheet=View shows properties for given node.
-EXC_CannotLoadNodes=Nodes cannot be loaded into the property sheet. They probably no longer exist.
-
diff --git a/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_el.properties
deleted file mode 100644
index 727b51c..0000000
--- a/l10n/src/el/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_el.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&Small Toolbar Icons
-
-# ToolbarLayout
-EXC_wrongConstraints=cannot add to layout: does not use ToolbarConstraints
-
-CTL_CustomizeToolbars=&Customize...
-
-#New Toolbar Button label
-CTL_NewToolbar=&New Toolbar...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&Small Toolbar Icons
-
-#Drag and Drop hint
-CTL_TreeLabel=Drag items to or from the toolbars to add or remove them...
-
-LBL_PleaseWait=Please wait...
-
-#Close customizer button
-CTL_Close=&Close
-
-#Customizer dialog window title
-CustomizerTitle=Customize Toolbars
-
-ACSD_ActionsTree=Drag items from here to toolbars.
-ACSN_ActionsTree=Actions Pool
-
-ACSN_ActionsScrollBar=Actions Pool Scrollbar
-ACSD_ActionsScrollBar=Actions Pool Scrollbar
-
-ACSD_ToolbarCustomizer=Toolbar Customizer
-
-ACSD_Close=Close Button
-ACSD_NewToolbar=New Toolbar Button
-
-ACSD_SmallIcons=Small Icons Checkbox
-
-CTL_ResetToolbarsAction=Reset &Toolbars
-CTL_ResetToolbarsButton=Reset &Toolbars
-
-
-
-PROP_newToolbarLabel=&Name:
-PROP_newToolbarDialog=New Toolbar
-PROP_newToolbar=Toolbar
-MSG_ToolbarExists=Toolbar {0} already exists.
-
-
diff --git a/l10n/src/el/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_el.properties
deleted file mode 100644
index ab148b5..0000000
--- a/l10n/src/el/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_el.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=The size cannot be negative
-CTL_InvalidValue=Invalid value entered
-CTL_InvalidValueWithParam=Invalid value {0} entered
-CTL_InvalidValueWithExc=Invalid value entered. \nCause: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Value of {0} should be in format {1}
-
-#ColorEditor
-CTL_AWTPalette=AWT Palette
-CTL_SwingPalette=Swing Palette
-CTL_SystemPalette=System Palette
-ACSD_CustomColorEditor=N/A
-FMT_IllegalEntry="{0}" is not a valid color identifier.  You may enter Swing or AWT constants or red/green/blue values.
-
-# ColorEditor:AWT color names
-LAB_White=white
-LAB_LightGray=lightGray
-LAB_Gray=gray
-LAB_DarkGray=darkGray
-LAB_Black=black
-LAB_Red=red
-LAB_Pink=pink
-LAB_Orange=orange
-LAB_Yellow=yellow
-LAB_Green=green
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=blue
-# ColorEditor: system color names
-LAB_ActiveCaption=Active Caption
-LAB_ActiveCaptionBorder=Active Caption Border
-LAB_ActiveCaptionText=Active Caption Text
-LAB_Control=Control
-LAB_ControlDkShadow=Control Dk Shadow
-LAB_ControlHighlight=Control Highlight
-LAB_ControlLtHighlight=Control Lt Highlight
-LAB_ControlShadow=Control Shadow
-LAB_ControlText=Control Text
-LAB_Desktop=Desktop
-LAB_InactiveCaption=Inactive Caption
-LAB_InactiveCaptionBorder=Inactive Caption Border
-LAB_InactiveCaptionText=Inactive Caption Text
-LAB_Info=Info
-LAB_InfoText=Info Text
-LAB_Menu=Menu
-LAB_MenuText=Menu Text
-LAB_Scrollbar=Scrollbar
-LAB_Text=Text
-LAB_TextHighlight=Text Highlight
-LAB_TextHighlightText=Text Highlight Text
-LAB_TextInactiveText=Text Inactive Text
-LAB_TextText=Text Text
-LAB_Window=Window
-LAB_WindowBorder=Window Border
-LAB_WindowText=Window Text
-
-#DimensionCustomEditor
-CTL_Dimension=Dimension
-CTL_Width=&Width:
-CTL_Height=&Height:
-ACSD_CTL_Width=N/A
-ACSD_CTL_Height=N/A
-ACSD_DimensionCustomEditor=N/A
-
-#DimensionEditor
-CTL_HintFormat=[width,height]
-
-#FontEditor
-CTL_Plain=Plain
-CTL_Bold=Bold
-CTL_Italic=Italic
-CTL_BoldItalic=Bold Italic
-CTL_Font=Fon&t:
-CTL_FontStyle=Font St&yle:
-CTL_Size=&Size:
-CTL_Preview=Preview
-ACSD_CTL_Font=N/A
-ACSD_CTL_FontStyle=N/A
-ACSD_CTL_Size=N/A
-ACSD_FontCustomEditor=N/A
-
-#InsetsCustomEditor
-CTL_Insets=Insets
-CTL_Top=&Top:
-CTL_Left=&Left:
-CTL_Bottom=&Bottom:
-CTL_Right=&Right:
-ACSD_CTL_Top=N/A
-ACSD_CTL_Left=N/A
-ACSD_CTL_Bottom=N/A
-ACSD_CTL_Right=N/A
-
-#InsetsEditor
-CTL_HintFormatIE=[top,left,bottom,right]
-
-# ObjectEditor
-CTL_NullValue=<Lookup null value>
-CTL_NullItem=<Lookup null item>
-
-#PointCustomEditor
-CTL_Point=Point
-CTL_X=&X:
-ACSD_CTL_X=N/A
-CTL_Y=&Y:
-ACSD_CTL_Y=N/A
-ACSD_PointCustomEditor=N/A
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rectangle
-ACSD_CustomRectangleEditor=N/A
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,width,height]
-
-#StringCustomEditor
-ACS_TextArea=Text:
-ACSD_TextArea=Enter the property text here
-ACSD_CustomStringEditor=Editor for string properties
-ACS_Instructions=Instructions
-ACSD_Instructions=N/A
-
-MSG_FontIsNotInitialized=Storing to XML failed because the value of font is not initialized.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Select a File or Directory
-CTL_DialogTitleFiles=Select a File
-CTL_DialogTitleDirs=Select a Directory
-ACSD_FileEditor=N/A
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Unspecified>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Properties
-ACSD_PropertiesEditorPane=N/A
-ACSD_CustomPropertiesEditor=N/A
-WARN_PropertiesComments=Warning: comments will be discarded.
-
-#StringArrayCustomEditor
-CTL_Empty=<empty>
-CTL_Item=&Item:
-ACSD_CTL_Item=N/A
-CTL_ItemList=Item &List
-ACSD_CTL_ItemList=N/A
-CTL_Add_StringArrayCustomEditor=&Add
-ACSD_CTL_Add_StringArrayCustomEditor=N/A
-CTL_Change_StringArrayCustomEditor=&Edit
-ACSD_CTL_Change_StringArrayCustomEditor=N/A
-CTL_Remove=&Remove
-ACSD_CTL_Remove=N/A
-CTL_MoveUp=&Up
-ACSD_CTL_MoveUp=N/A
-CTL_MoveDown=Do&wn
-ACSD_CTL_MoveDown=N/A
-ACSD_StringArrayCustomEditor=N/A
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Non integer input value: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Illegal string kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - valid values are: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Unknown class: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Not a legal value: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Not a recognized URL: {0}
-#
-MSG_NULL_OR_EMPTY=Null, or an empty array
-
-#ObjectEditor
-ACSN_ObjectTree=Available options
-ACSD_ObjectTree=Select an object
-
-#Font Editor
-MSG_AppleBug=If you are seeing this message, an error occured while initializing the list of available fonts.  This is due to a bug in the Apple JVM triggered when bitmap fonts are installed on the system.  In order to use the font editor, you will need to uninstall all bitmap fonts on your system.  See Apple BugReporter issue 3121780 for further details.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/el/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_el.properties
deleted file mode 100644
index dda2c25..0000000
--- a/l10n/src/el/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_el.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Core
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The basic framework of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the central infrastructure that lets NetBeans-based applications run. It cannot be disabled.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=A {0} exception has occurred.\n\tClick Show Details or see the messages.log file located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-# {0} - class name of exception
-NTF_ExceptionWarning=A {0} exception has occurred.\nHowever, the system should continue working without further problems.\nClick Show Details for the stack trace.
-NTF_ExceptionWarningTitle=Warning
-
-#startup info messages
-MSG_MainWindowInit=Initializing Main Window...
-MSG_WindowShowInit=Opening Main Window...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Saving {0} ...
-MSG_AllSaved=Save All finished.
-
-CTL_Cannot_save=Cannot save {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Password Protected Site
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=View By:
-ShortcutsEditor.actionsButton.text=Actions
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Shortcuts
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Select View by Actions to Edit Shortcuts for an Action
-ShortcutsPanel.addButton.text=Add...
-ShortcutsPanel.removeButton.text=Remove
-ShortcutsPanel.AddActionTitle=New Shortcut
-ActionsPanel.shortcutAddButton.text=Add...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Remove
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Edit Shortcuts
-ActionsPanel.AddShortcut=Add Shortcut
-ActionsPanel.ShortcutLabel=Shortcut:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Select View by Shortcuts, but for Edit Shortcuts should be View by Action selected
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Add New Shortcuts for Actions
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Remove Shortcuts for Actions
-ACSN_ShortcutsPanel.shortcutsList=Shortcuts list
-ACSD_ShortcutsPanel.shortcutsList=N/A
-ACS_ActionsPanel.ShortcutLabel.a11yName=Fill Shorcut
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Fill Shorcut by Keys combination
-ACSN_ActionsPanel.actionsTree=N/A
-ACSN_ActionsPanel.shortcutsList=Shortcuts list
-ACSD_ActionsPanel.actionsTree=N/A
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/A
-ACSD_ActionsPanel.Dialog=Add new shortcut to the selected action
-ACS_ActionsPanel=N/A
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=There is already an action bound to this shortcut ({0}).\nDo you want to use the newly selected action instead?
-
-CTL_ExitTitle=Save
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Save
-ACSD_Save=Save.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=Save &All
-ACSD_SaveAll=Save all.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Discard All
-ACSD_DiscardAll=Discard all.
-EXC_Save=An exception occurred while saving
-# NotifyException
-CTL_Title_Exception=Exception
-CTL_NextException=&Next >
-CTL_PreviousException=< &Previous
-CTL_Exception_Hide_Details=&Hide Details
-CTL_Exception_Show_Details=&Show Details
-ACSD_NextException=N/A
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/A
-
-ACSN_ListOfChangedFiles=List
-ACSD_ListOfChangedFiles=List of changed files for save
-ACSD_ExitDialog=Dialog for save any changes
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI Mode
-CTL_MdiMode=MDI Mode
-
-# NbPlaces
-CTL_NoWorkspaces=No Workspaces
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/A
-ACD_NotifyExcPanel_Dialog=N/A
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT Event Dispatch Thread is blocked for {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Authentication Required
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=&User Name:
-NbAuthenticatorPanel.passwordLbl.text=&Password:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Password for {0}
-
-ProxySettings.password.description=Proxy password
-
-Title_WebBrowser=Web Browser
-
diff --git a/l10n/src/el/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_el.properties
deleted file mode 100644
index 7c6646f..0000000
--- a/l10n/src/el/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_el.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&About
-About_title=About
-
-#CopyProductInfoAction
-CopyProductInfo=Copy Info
-CopyProductInfoAction=&Copy Info
-CTL_CopyButton_tooltip=Copy NetBeans Product Information to clipboard
-
-#HtmlViewAction
-CTL_OpeningBrowser=Opening Browser ...
-HTMLView=&Web Browser
-
-#SystemExit
-Exit=E&xit
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Next Inner View
-LBL_PreviousViewCallbackAction=Previous Inner View
-
-# jump next/prev actions
-JumpNextAction=Ne&xt Error
-JumpPrevAction=&Previous Error
-
-#LogAction
-MSG_LogTab_name=IDE &Log
-MSG_ShortLogTab_name=IDE Log
-
diff --git a/l10n/src/el/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_el.properties
deleted file mode 100644
index a09f6d1..0000000
--- a/l10n/src/el/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_el.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Product Version\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>System\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Userdir:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE and NetBeans Platform are based on software from netbeans.org, which has been dual licensed under the Common Development and Distribution License (CDDL) and the GNU General Public License version 2 with Classpath exception. For more information, please visit <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} version {1} running on {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Simple HTML Browser based on a Swing component
-MSG_cannot_create_browser=Cannot create Swing HTML Browser.
-Services/Browsers/SwingBrowser.settings=Swing HTML Browser
-LBL_Close=Close
-MNE_Close=C
-ACSN_Close=Close
-ACSD_Close=Close
-
diff --git a/l10n/src/el/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_el.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/el/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_el.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/el/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_el.properties
deleted file mode 100644
index a1a5857..0000000
--- a/l10n/src/el/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_el.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles JNA library.
-OpenIDE-Module-Long-Description=This module bundles JNA library.
-
diff --git a/l10n/src/el/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_el.properties
deleted file mode 100644
index a2811ef..0000000
--- a/l10n/src/el/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_el.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Scripting API Integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). No longer needed.
-OpenIDE-Module-Deprecation-Message=No longer needed on JDK 6. Remove your dependency on this module.
-
diff --git a/l10n/src/el/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_el.properties
deleted file mode 100644
index c68c50d..0000000
--- a/l10n/src/el/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_el.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles the JUnit 4.x testing library.
-OpenIDE-Module-Long-Description=Includes the JUnit 4.x unit testing library.
-
diff --git a/l10n/src/el/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_el.properties
deleted file mode 100644
index d0acda0..0000000
--- a/l10n/src/el/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_el.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi Specification
-
diff --git a/l10n/src/el/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_el.properties
deleted file mode 100644
index bcebffa..0000000
--- a/l10n/src/el/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_el.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Quick Search
-QuickSearchComboBar.jLabel2.toolTipText=Click or press Shift+F10 for Category selection
-MSG_DiscoverabilityHint=Search
-MSG_DiscoverabilityHint2=Search in {0}
-LBL_MoreResults=...
-LBL_AllCategories=All Categories
-QuickSearchPopup.searchingLabel.text=Searching ...
-QuickSearchPopup.noResultsLabel.text=( No Results )
-QuickSearchPopup.hintLabel.text={0}; Press {1} for All Categories
-AbstractQuickSearchComboBar.command.toolTipText=Quick Search in the system {0}
-
diff --git a/l10n/src/el/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_el.properties
deleted file mode 100644
index 912c009..0000000
--- a/l10n/src/el/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_el.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Cannot display URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/el/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_el.properties
deleted file mode 100644
index 6022c2b..0000000
--- a/l10n/src/el/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_el.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=Quick Search API
-OpenIDE-Module-Short-Description=Infrastructure for quick search in menu items, actions, files etc.
-QuickSearch/Recent=Recent Searches
-
diff --git a/l10n/src/el/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_el.properties
deleted file mode 100644
index 88982ad..0000000
--- a/l10n/src/el/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_el.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=No Filter
-
diff --git a/l10n/src/el/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_el.properties
deleted file mode 100644
index d49dc22..0000000
--- a/l10n/src/el/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_el.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=ETable and Outline
-
diff --git a/l10n/src/el/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_el.properties
deleted file mode 100644
index 47ac55b..0000000
--- a/l10n/src/el/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_el.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Look & Feel Customization Library
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles per-look-and-feel UIManager customizations for NetBeans
-OpenIDE-Module-Long-Description=Defines NetBeans-specific values needed in UIManager and ensures that some values available in BasicLookAndFeel are available on all look and feels. Handles metal-theme support, look and feel selection and initializing custom font sizes
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/el/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_el.properties
deleted file mode 100644
index ca462d8..0000000
--- a/l10n/src/el/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_el.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Tab Control
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=The tab control used by the window system
-OpenIDE-Module-Long-Description=The NetBeans windowing system's tab control bean library
-
-
-
-ACS_TabbedContainer=Tab Control
-ACSD_TabbedContainer=Tab control to switch between tabs.
-
-TT_TabDisplayer_Close=<html>Shift + click to close all documents<br>Alt + click to close other documents
-
diff --git a/l10n/src/el/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_el.properties b/l10n/src/el/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_el.properties
deleted file mode 100644
index 79bbf8d..0000000
--- a/l10n/src/el/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_el.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Show Opened Documents List
-
-Tip_Restore_Window=Restore Window
-
-Tip_Maximize_Window=Maximize Window
-
-Tip_Minimize_Window=Minimize Window
-
-Tip_Pin=Pin
-
-Tip_Close_Window=Close Window
-
-Tip_Scroll_Documents_Right=Scroll Documents Right
-
-Tip_Scroll_Documents_Left=Scroll Documents Left
-
diff --git a/l10n/src/el/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_el.properties b/l10n/src/el/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_el.properties
deleted file mode 100644
index 682007e..0000000
--- a/l10n/src/el/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_el.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Actions APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Definition of common actions for NetBeans
-OpenIDE-Module-Long-Description=Provides list of common actions used by any NetBeans application.
-
-
-New=&Add
-# {0} name of the only one new type
-NewArg=&Add {0}
-
-# File
-NewFromTemplate=&New
-Save=&Save
-Print=&Print...
-PageSetup=Pa&ge Setup...
-
-#0 undoableedit
-UndoWithParameter=&Undo {0}
-#0 undoableedit
-RedoWithParameter=&Redo {0}
-UndoSimple=&Undo
-RedoSimple=&Redo
-Cut=Cu&t
-Copy=Cop&y
-Paste=&Paste
-Delete=&Delete
-Find=&Find...
-Goto=Go to &Line...
-Replace=R&eplace...
-
-# View
-Properties=&Properties
-View=View
-Edit=Edit
-
-# Build
-Execute=&Execute
-
-# Window
-DockWindow=&Dock View
-UndockWindow=&Undock View
-CloneView=&Clone View
-CloseView=Close
-NextTab=&Next View
-PreviousTab=&Previous View
-
-Open=Open
-Rename=Rename...
-
-MoveUp=Move Up
-MoveDown=Move Down
-
-
-Customize=Customize
-
-#rename action
-CTL_RenameTitle=Rename
-CTL_RenameLabel=&New Name:
-# {0} param represents old name before renaming.
-MSG_BadFormat=This object cannot be renamed from {0} to {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Garbage Collect
-
-#HeapView
-LBL_ShowText=Show Text
-LBL_DropShadow=Drop Shadow
-LBL_OverlayGrid=Overlay Grid
-
-# NewTemplateAction
-CTL_NewName=New Name
-CTL_NewNameTitle=&New
-
-
-#Reorder Action
-Reorder=Change Order...
-
-OpenLocalExplorer=Explore From &Here
-
-WorkspacesItems=&Workspaces
-
-
-# name of template
-CTL_Template_Name=Object &Name:
-# title of dialog
-CTL_Template_Dialog_Title=Instantiate Template
-CTL_Template_Dialog_RootTitle=Save &In:
-
-
-# Tools action
-CTL_Tools=Tools
-CTL_EmptySubMenu=Empty
-
-
-# name of the PopupAction
-Popup=Popup
-
-#SaveAction
-MSG_saved={0} saved.
-EXC_notsaved=There were some problems while saving {0}\nCause: {1}
-#Template wizard title
-CTL_TemplateWizard=New From Template
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Click to force garbage collection
-
-
diff --git a/l10n/src/el/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_el.properties b/l10n/src/el/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_el.properties
deleted file mode 100644
index 33f3983..0000000
--- a/l10n/src/el/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_el.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI Utilities API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface utilities.
-OpenIDE-Module-Long-Description=Helper methods for various UI related tasks.
-
-
-
-#MenuBar
-EXC_LoadMenu=Unable to load menu {0}
-EXC_LoadMenuItem=Unable to load menu item {0}
-
-#HtmlBrowser
-CTL_Back=Back
-CTL_Forward=Forward
-CTL_Reload=Reload
-CTL_Stop=Stop
-CTL_Document_done=Document: Done
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Loading
-EXC_Module=Exception during initialization of HTML browser module
-CTL_WebBrowser=Web Browser
-HINT_WebBrowser=Web Browser
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Browser view
-ACSD_HtmlBrowser=N/A
-ACS_HtmlBrowser_Location=Location
-ACSD_HtmlBrowser_Location=N/A
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Horizontal
-SplittedPanelSwap=Swap panels
-ResetSplitter=Reset split line
-ACS_SplittedPanel_Name=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_Description=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_EmptySplitter=N/A
-ACSD_SplittedPanel_EmptySplitter=N/A
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/A
-#Title while loading
-LBL_Loading=Loading...
-#Title if html doesn't contain title tags
-LBL_Untitled=Untitled
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Unknown host: {0}
-FMT_InvalidURL=Invalid URL: {0}
-FMT_NoRouteToHost=No route to host: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Invoking {4} implemented as {3} thru {1}
-
-
-# action and their performers
-Open=Open
-Edit=Edit
-Print=&Print...
-View=View
-Close=Close
-
diff --git a/l10n/src/el/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_el.properties b/l10n/src/el/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_el.properties
deleted file mode 100644
index da8a9a5..0000000
--- a/l10n/src/el/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_el.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Compatibility APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Some old classes that are now deprecated.
-OpenIDE-Module-Long-Description=Contains some old API classes that have now been deprecated and can be replaced. Specifically: ExplorerActions; ExplorerPanel; HttpServer; and WeakListener.
-OpenIDE-Module-Deprecation-Message=The classes in this API are all deprecated and can be replaced by more modern APIs.
-
diff --git a/l10n/src/el/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_el.properties b/l10n/src/el/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_el.properties
deleted file mode 100644
index 9a2fc83..0000000
--- a/l10n/src/el/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_el.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialogs API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles dialogs and wizards.
-OpenIDE-Module-Long-Description=This module handles the dialog and wizard infrastructure used in NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Error
-NTF_ExceptionTitle=Exception
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=A {0} exception has occurred.\nPlease report this at http://www.netbeans.org/issues.html, including a copy of your messages.log file.\nThe messages.log file is located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-NTF_PlainTitle=Message
-NTF_QuestionTitle=Question
-NTF_InformationTitle=Information
-NTF_WarningTitle=Warning
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Options Align
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Yes
-CTL_NO=No
-CTL_CLOSE=Close
-
-CTL_CANCEL=Cancel
-ACSD_CANCEL=n/a
-
-CTL_NEXT=Next >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Moves to next step of the wizard.|2#Next step: {0}. {1}}
-
-CTL_PREVIOUS=< &Back
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Moves to previous step of the wizard.|0#Previous step: {0}. {1}}
-
-CTL_FINISH=&Finish
-ACSD_FINISH=n/a
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Input line
-ACSD_InputField=N/A
-ACN_NotifyDescriptor_MessageJTextArea=N/A
-ACD_NotifyDescriptor_MessageJTextArea=N/A
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} wizard ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} of {1}
-CTL_ContentName=Steps
-CTL_HelpName=Help
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Please wait.
-
diff --git a/l10n/src/el/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_el.properties b/l10n/src/el/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_el.properties
deleted file mode 100644
index 12de534..0000000
--- a/l10n/src/el/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_el.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Execution API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Execution API from the Open APIs.
-OpenIDE-Module-Long-Description=Consists of parts of the org.openide.execution.* package from the Open APIs.
-
diff --git a/l10n/src/el/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_el.properties b/l10n/src/el/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_el.properties
deleted file mode 100644
index 232fdd3..0000000
--- a/l10n/src/el/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_el.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Explorer & Property Sheet API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Various view for displaying node structures.
-OpenIDE-Module-Long-Description=Allows definition of new views that display structures created using Nodes API.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorer [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Could not restore Explorer window; the root node "{0}" could not be restored correctly.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=An Explorer view must not veto the empty selection.
-EXC_ContextMustBeWithinRootContext=An explored context ({0}) must be within the root context ({1}).
-EXC_NodeCannotBeNull=Cannot use null for node selection.
-EXC_NoElementOfNodeSelectionMayBeNull=No element of a node selection may be null.
-EXC_NodeSelectionCannotContainNodes=A node selection cannot contain nodes ({0}) not underneath the root ({1}).
-EXC_CannotHaveNullRootContext=Cannot have null root context.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Are you sure you want to delete {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Are you sure you want to delete {0} and all of its contents?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Are you sure you want to delete these {0} items?
-MSG_ConfirmDeleteObjectTitle=Confirm Object Deletion
-MSG_ConfirmDeleteFolderTitle=Confirm Package Deletion
-MSG_ConfirmDeleteObjectsTitle=Confirm Multiple Object Deletion
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Are you sure you want to delete {0} (link to {3})?
-MSG_ConfirmDeleteShadowTitle=Confirm Link Deletion
-
-
diff --git a/l10n/src/el/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_el.properties b/l10n/src/el/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_el.properties
deleted file mode 100644
index b57c865..0000000
--- a/l10n/src/el/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_el.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Exception in
-PS_Editor=Property Editor
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Array of
-FMT_ErrorSettingProperty=The property could not be set. {0} is not a valid value for {1}.
-FMT_CannotUpdateProperty={0} is not a valid value for {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(No Property Editor)
-CTL_NoProperties=<No Properties>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Properties
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Sort by Category
-ACS_CTL_NoSort=Sort by Category
-CTL_AlphaSort=Sort by Name
-ACS_CTL_AlphaSort=Sort by Name
-CTL_TypeSort=Sort by Type
-ACS_CTL_TypeSort=Sort by Type
-CTL_VisibleWritableOnly=Show Editable Properties Only
-ACS_CTL_VisibleWritableOnly=Show Editable Properties Only
-CTL_Customize=Customizer
-ACS_CTL_Customize=Customizer
-CTL_Help=Help
-ACS_CTL_Help=Help
-ACSD_CTL_Help=Provides help about the object whose properties are displayed in the property sheet
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Using property >>{0}<< at design time throws an exception.
-
-#PropertySheet
-CTL_Property_sheet_option=Property Sheet
-
-
-#IndexedPropertyEditor
-CTL_NoItem=No Item Available
-CTL_Index=Property Index:
-CTL_Unknown=Unknown
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=N/A
-CTL_Cancel=Cancel
-ACSD_CTL_Cancel=N/A
-CTL_Close=Close
-ACSD_CTL_Close=N/A
-CTL_Default=Reset to &Default
-ACSD_CTL_Default=N/A
-CTL_Paste=Paste
-
-#PropertyDetails
-EXC_Setter=Exception in setter method of property: {0}
-EXC_Setter_localized=Exception in setter method of property {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<no custom editor>
-CTL_No_property_editor=<no property editor>
-CTL_Different_Values=<Different Values>
-CTL_Desc_Different_Values=The selected nodes have different values for this property.
-CTL_No_properties=<No Properties>
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-CTL_ElipsisHint=Invokes customizer.
-CTL_InvalidValue=Invalid value: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Invalid value {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Type: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Properties
-CTL_New=&New
-CTL_Delete=&Delete
-CTL_MoveUp=Move &up
-CTL_MoveDown=Move &down
-CTL_HideDetails=&Hide Details
-CTL_ShowDetails=&Show Details
-EXC_ErrorInIndexedSetter=Indexed property value cannot be set
-
-ACSD_Properties=N/A
-ACSD_New=N/A
-ACSD_Delete=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_HideDetails=N/A
-ACSD_ShowDetails=N/A
-ACSD_IndexedEditorPanel=N/A
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Names
-COLUMN_VALUES=Values
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<unreadable>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Error setting value
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Unknown Sorting Mode
-
-#Button labels for property dialogs
-ok=Ok
-default=Restore default value
-cancel=Cancel
-close=Close
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Description
-ACSD_Description=Description of the currently selected property
-ACS_DescriptionTitle=Property name
-ACSD_DescriptionTitle=Name of the property currently being edited
-CTL_NO_DESCRIPTION=No description available.
-CTL_NO_SELECTION=Nothing selected
-ACS_Splitter=Splitter
-ACSD_Splitter=Visual divider between the properties table and the description area.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=The property
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} equals {1}
-FMT_ACST_SheetSet=Property group {0}
-ACST_No_Selection=Nothing selected
-CTL_Multiple_Selection=Multiple objects selected
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Click, or select and press CTRL-SPACE to open custom editor; right click for menu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Show Description Area
-CTL_HideDescription=Hide Description Area
-CTL_RestoreDefaultValue=Restore Default Value
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Properties
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=this property
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Illegal number format: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Custom editor: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Properties table
-ACSN_SHEET_TABBED_PANE=Property categories
-ACSD_SHEET_TABLE=Table of editable properties representing the current object
-ACSD_SHEET_TABBED_PANE=Can select different sets of properties of the current object to display in the property sheet
-
-LBL_QUICKSEARCH=Quick Search:
-
-MSG_SetAsText_InvalidValue=Invalid value: {0}
-
diff --git a/l10n/src/el/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_el.properties b/l10n/src/el/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_el.properties
deleted file mode 100644
index 384f38e..0000000
--- a/l10n/src/el/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_el.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Empty
-MenuViewStartFromRoot=Browse from root
-MenuViewStartFromCurrent=Browse from current point
-
-# TabView
-TabView_RootTab=Root
-
-# TreeView
-VetoSelectedNodes=Selected Nodes
-LBL_QUICKSEARCH=Search:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=This object cannot be renamed from {0} to {1}.
-ACSN_TreeViewCellEditor=Rename editor
-ACSD_TreeViewCellEditor=In-place editor of node name in the tree view
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=Target did not accept the content of the transfer.
-
-MSG_ABORT=Cancel
-
-#TableSheet
-ACS_TableSheet=Table of properties
-ACSD_TableSheet=N/A
-ACS_NullPanel=No property
-# {0} - bean
-ACSD_NullPanel=No property. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Type: {1} Bean: {2}
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Change Visible Columns
-LBL_ColumnDialogDesc=Choose the Columns to Display in the List
-LBL_ListOptions=List Options
-LBL_ChangeColumns=Change Visible Columns...
-LBL_SortMenu=Sort
-LBL_Ascending=Ascending
-LBL_Descending=Descending
-LBL_ColsMenu=Column
-LBL_MoveLeft=Move Left
-LBL_MoveRight=Move Right
-MSG_NoColumnsToChange=There are no columns to change their visibility.
-LBL_NoSort=None
-ACSN_ColumnDialog=Change Visible Columns
-ACSD_ColumnDialog=Choose the Columns to Display in the List
-
-#a11y
-ACSN_TreeTable=N/A
-ACSD_TreeTable=N/A
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Show only rows where
-
-CTL_ColumnsSelector=Change Visible Columns
-ACN_ColumnsSelector=Columns Selector
-ACD_ColumnsSelector=Select visible columns
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Choose the Columns to Display in the List
-NodeOutlineModel_NodesColumnLabel=Nodes
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Accessing {0} without Children.MUTEX read access
-
diff --git a/l10n/src/el/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_el.properties b/l10n/src/el/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_el.properties
deleted file mode 100644
index 5b6a2d4..0000000
--- a/l10n/src/el/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_el.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Invalid XML document:
-
-W-003=Warning: XML parser does not support lexical-handler feature.
-
diff --git a/l10n/src/el/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_el.properties b/l10n/src/el/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_el.properties
deleted file mode 100644
index 6fc7ed7..0000000
--- a/l10n/src/el/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_el.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=File System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Virtual File System API.
-OpenIDE-Module-Long-Description=Allows access to file like resources in a way independent on actual OS files. Supports notification of changes on disk.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Invalid {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=Root {0} does not exist.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=File {0} in {1} is read-only.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Cannot create file {0} because {1} on filesystem {2} is not a folder.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Slash in folder name "{0}" not allowed.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Folder {0} already exists in {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Cannot create folder {0} in {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=File {0} already exists in filesystem {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Invalid lock [{0}] for file {1} in {2} with current lock [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Cannot modify filesystem.attributes file:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=File {1} cannot be found in folder {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} is read-only.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} is read-only because it is inside {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=File {0} does not exist.
-
-# {0} = name of zip file 
-EXC_CanntRead=Cannot read from file {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Error in file {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Error in JAR file {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Unknown JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Multi-Filesystem
-EXC_FileOutsideModified=File {0} not found. Another application may have moved the file or changed the name.
-XML_NotValidXMLFileSystem=Invalid XML FileSystem.
-EXC_DefAttrReadErr=Cannot read DefaultAttributes.
-EXC_UnreachableCode=Internal error: unreachable code.
-
-EXC_FolderCopy=Folder copying not supported.
-XML_RootInvalid=FileSystem element must be the root element.
-XML_MisssingAttr=Attribute \"name\" is missing
-XML_InaccurateParam=Inaccurate number of parameters
-XML_UnknownElement=Unknown element.
-XML_DuplElement=Duplicated FileObject:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} in {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Opening stream for {0}
-
diff --git a/l10n/src/el/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_el.properties b/l10n/src/el/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_el.properties
deleted file mode 100644
index 8242ead..0000000
--- a/l10n/src/el/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_el.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=I/O APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Open APIs relating to displaying output.
-OpenIDE-Module-Long-Description=Contains classes from org.openide.windows.* relating to creating output tabs, displaying output, and hyperlinking it.
-
diff --git a/l10n/src/el/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_el.properties b/l10n/src/el/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_el.properties
deleted file mode 100644
index eb27421..0000000
--- a/l10n/src/el/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_el.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=This module binds the Datasystems API with Scripting API. As a result it is possible to use any scripting and templating language to generate templates.
-OpenIDE-Module-Name=Advanced Templating
-OpenIDE-Module-Short-Description=Advanced Templating not only for Datasystems
-
diff --git a/l10n/src/el/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_el.properties b/l10n/src/el/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_el.properties
deleted file mode 100644
index 3f2aa56..0000000
--- a/l10n/src/el/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_el.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Datasystems API
-OpenIDE-Module-Short-Description=NetBeans Open API for manipulating data objects.
-OpenIDE-Module-Long-Description=The Datasystems API is a layer atop the Filesystems API which recognizes and groups data objects and gives them particular semantics. Once a part of the general Open APIs, it is now split into an independent module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-#DefaultDataObject
-HINT_DefaultDataObject=Unrecognized File
-
-EXC_SharedAccess=Shared access
-
-#Folder.Index
-EXC_ReorderFailed=Cannot save new ordering.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Cannot delete file {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Link to {3}
-
-PROP_ShadowOriginalName=Original Name
-HINT_ShadowOriginalName=Name of the object this link refers to.
-PROP_ShadowOriginalFileSystem=Original Filesystem Name
-HINT_ShadowOriginalFileSystem=Name of the filesystem of the original object.
-
-# DataNode
-PROP_name=Name
-HINT_name=Name of this object.
-PROP_template=Template
-HINT_template=If True, this object is a template (can make instances of itself).
-PROP_files=All Files
-HINT_files=A list of files represented by this object.
-PROP_size=File Size
-HINT_size=Length of this file in bytes. (Only applies to the first file listed in All Files.)
-PROP_lastModified=Modification Time
-HINT_lastModified=When this file was last modified. (Only applies to the first file listed in All Files.)
-PROP_extension=Extension
-HINT_extension=Primary file extension.
-ERROR_extension=Cannot change extension. File is modified.
-
-# name of set with sorting options
-PROP_sorting=Sorting
-HINT_sorting=Sorting and ordering settings.
-
-#
-# folder sort mode property
-PROP_sort=Sort Mode
-HINT_sort=Determines how objects in the package should be sorted.
-# SortModeEditor
-VALUE_sort_none=Unsorted
-VALUE_sort_names=By Name
-VALUE_sort_class=By Type
-VALUE_sort_folder_names=By Name (Packages First)
-VALUE_sort_last_modified=By Modification Time
-VALUE_sort_size=By File Size
-
-
-#
-# Names of paste types
-#
-PT_move=&Move
-PT_copy=&Copy
-PT_instantiate=&Instantiate
-PT_shadow=Create &Link
-PT_serialize=&Serialize
-PT_instance=&Default instance
-
-# 
-SerializeBean_Text=&Name of file to serialize the instance to
-SerializeBean_Title=Instance Serialization
-
-#
-# new folder
-#
-CTL_NewFolder=Folder
-CTL_NewFolderName=&Name:
-CTL_NewFolderTitle=Create New Folder
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=File {0} already exists in folder {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Folder {0} already exists in folder {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=The file {1} seems to be too large ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) to safely open. \nOpening the file could cause OutOfMemoryError, which would make the IDE unusable. Do you really want to open it?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML Configuration Files
-PROP_XmlError=Error (recoverable)
-PROP_XmlWarning=Warning
-PROP_XmlFatalError=FATAL ERROR
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Cannot create folder; {0} is not a valid name.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Cannot copy {0}: The destination folder is the same as the source folder.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Cannot copy {0}: The destination folder is a subfolder of the source folder.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=New Wizard - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=New Wizard
-LAB_TemplateChooserPanelName=Choose Template
-LAB_SelectTemplateBorder=&Select a Template:
-MSG_NoDescription=No description
-MSG_InitDescription=Initializing description...
-LAB_TemplateDescriptionBorder=&Template Description:
-LAB_TargetLocationPanelName=Target Location
-LAB_TargetLocationDescription=Please select a folder for the newly created object or enter the folder name below:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/A
-ACSD_TemplateWizard1=N/A
-
-CTL_NewObjectName=&Name\:
-ACSD_NewObjectName=N/A
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/A
-
-LBL_settingsNodeName=Settings
-EXC_folder_delete_failed=Could not remove source folder while moving.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<top folder> [{0}]
-FMT_DefaultNewObjectName=<default name>
-
-LBL_shadow_loader_display_name=Links
-LBL_folder_loader_display_name=Folders
-LBL_default_loader_display_name=Unrecognized Objects
-LBL_instance_loader_display_name=Action Instances
-
-FMT_CannotCopyDo=Warning: Object {0} cannot be copied.
-FMT_CannotMoveDo=Warning: Object {0} cannot be moved.
-
-# InstanceDataObject
-LBL_separator_instance=(separator)
-PROP_instance_class=Class Name
-HINT_instance_class=Java class name of the object being represented.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=There are problems with saving the {0} bean.
-
-FMT_brokenShadowName={0} (Broken Link)
-HINT_brokenShadowOriginalName=Broken Link
-PROP_brokenShadowOriginalName=Broken Link
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Broken Link Filesystem
-HINT_brokenShadowFileSystem=Broken Link Filesystem
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Unrecognized setting>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Data Object Copy Flavor
-LBL_DOcut=Data Object Cut Flavor
-#NewObjectPanel
-LAB_NewObjectPanelName=New Object Name
-FMT_DefaultNewObject=<default>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=The popup menu for objects of type {0} could not be restored; using default settings.
-LBL_loader_display_name=Loader
-
-MSG_renameError=This object cannot be renamed from {0} to {1}.
-MSG_NotValidName=Cannot give {0} an empty name.
-ERR_NoFilesystem=No enabled filesystem. Make sure that you have at least one filesystem that is not read-only and is not hidden.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=The target filesystem or folder does not exist.
-MSG_fs_is_readonly=The target filesystem is read-only.
-# {0} - name of the existing file
-MSG_file_already_exist=The file {0} already exists.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Filesystem Action
-#InstantiateAction
-Instantiate=Instantiate
-#SaveAsTemplateAction
-SaveAsTemplate=Save As Template...
-Title_SaveAsTemplate=Save As Template
-CTL_SaveAsTemplate=&Select the category in which the new template will appear:
-CTL_SaveAsTemplate_TemplatesRoot=Templates
-SaveAll=Save &All
-HINT_SaveAll=Save all files (if the Compile on Save feature is on, this will also compile/build your files)
-# FileSystemRefreshAction
-LAB_Refresh=Refresh Folder
-# NewTemplateAction
-EXC_TemplateFailed=Creation of the object from template failed.
-NewTemplate=&New
-NewTemplateAction=All Templates...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Empty
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Opening {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=File {0} is modified. Save it ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modified)
-TIP_editor_ro=\ (read-only)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=File {0} was changed to read-only! All changes will be discarded.
-MSG_FileReadOnlySaving=File {0} was changed to read-only! Can not save it.
-MSG_FileReadOnlyChanging=File {0} was changed to read-only!
-
-
-MSG_BinaryFileQuestion=This file appears to contain binary data. Are you sure you want to open it in the text editor?
-MSG_BinaryFileWarning=Binary File Detected
-
-CTL_SaveAsAction=Sa&ve As...
-MSG_SaveAsFailed=There were some problems while saving {0}\nCause: {1}
-LBL_SaveAsTitle=Save As
-MSG_CannotCreateTargetFolder=Cannot create the target folder.
-MSG_SaveAs_SameFileSelected=Select a different file name please.
-MSG_SaveAs_SameFileSelected_Title=Save As
-
diff --git a/l10n/src/el/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_el.properties b/l10n/src/el/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_el.properties
deleted file mode 100644
index 8c2a8c0..0000000
--- a/l10n/src/el/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_el.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=APIs for getting information about installed modules.
-OpenIDE-Module-Long-Description=Allows to get list of installed modules, inspect their properties and dependencies.
-
diff --git a/l10n/src/el/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_el.properties b/l10n/src/el/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_el.properties
deleted file mode 100644
index c6edc21..0000000
--- a/l10n/src/el/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_el.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Nodes API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for defining generic tree-like structures.
-OpenIDE-Module-Long-Description=Provides abstraction over tree-like structures by defining Node - the generic extensible interface that can then be displayed by the Explorer API.
-
-
-
-#Sheet
-Properties=Properties
-Expert=Expert
-HINT_Properties=Properties of this object.
-HINT_Expert=Expert properties of this object.
-
-#indexed customizer
-LAB_order=Change Order
-LAB_listOrder=Show these fields in this order:
-LAB_listOrder_Mnemonic=S
-Button_close=Close
-Button_close_Mnemonic=C
-Button_up=Move up
-Button_up_Mnemonic=U
-Button_down=Move down
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/A
-ACSD_Button_up=N/A
-ACSD_Button_down=N/A
-ACSD_ListOrder=N/A
-ACSD_IndexedCustomizer=N/A
-
-#PropertySupport
-CTL_StandardName=Name
-CTL_StandardHint=Name of the object.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Paste Node
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copy Index
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Please Wait...
-
diff --git a/l10n/src/el/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_el.properties b/l10n/src/el/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_el.properties
deleted file mode 100644
index 1b27750..0000000
--- a/l10n/src/el/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_el.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Settings Options API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for storing preferences.
-OpenIDE-Module-Long-Description=Provides classes that simplify storage of settings between multiple invocation of NetBeans based application.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.NbPreferences instead.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/el/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_el.properties b/l10n/src/el/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_el.properties
deleted file mode 100644
index 8f9a4b7..0000000
--- a/l10n/src/el/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_el.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Text API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Generic API wrapping Swing based EditorKits.
-OpenIDE-Module-Long-Description=Provide support for defining components that embed Swing text editors.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Print Settings
-CTL_Header_format = Printing {2} at {1}
-CTL_Footer_format = Page {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Page Format
-HINT_PAGE_FORMAT=Page Format
-PROP_WRAP=Wrap Lines
-HINT_WRAP=Should lines be wrapped?
-PROP_HEADER_FORMAT=Page Header Format
-
-HINT_HEADER_FORMAT=For example, "Top of page {0} (printed on date {1}) of file {2}".
-PROP_FOOTER_FORMAT=Page Footer Format
-HINT_FOOTER_FORMAT=For example, "Bottom of page {0} (printed on date {1}) of file {2}".
-PROP_HEADER_FONT=Page Header Font
-HINT_HEADER_FONT=Set the page header font.
-PROP_FOOTER_FONT=Page Footer Font
-HINT_FOOTER_FONT=Set the page footer font.
-PROP_HEADER_ALIGNMENT=Page Header Alignment
-HINT_HEADER_ALIGNMENT=Page Header Alignment - LEFT, CENTER, RIGHT.
-PROP_FOOTER_ALIGNMENT=Page Footer Alignment
-HINT_FOOTER_ALIGNMENT=Page Footer Alignment - LEFT, CENTER, RIGHT.
-PROP_LINE_ASCENT_CORRECTION=Line Ascent Correction
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplier to correct the line ascent.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTER
-CTL_RIGHT = RIGHT
-CTL_LEFT = LEFT
-
-# Cancellation
-CTL_Print_progress=Page number {0} was printed.
-CTL_Print_cancellation=Print Job Progress
-CTL_Cancel=Cancel
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Current printer job was aborted.
-EXC_Printer_Problem=Printer problem: {0}
-EXC_ReadOnlyFile=File {0} is read-only.
-EXC_LoadDocument=The document {0} could not be loaded.
-LBL_EditorLoading=Loading...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Question
-CTL_Save=Save
-ACSN_CTL_Save=N/A
-ACSD_CTL_Save=N/A
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Discard
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/A
-ACSD_CTL_Discard=N/A
-
-# PositionBounds
-MSG_Empty_string=Unable to insert empty string
-#editor support warning message
-FMT_FileNotFound=Warning: File {0} was not found or could not be accessed.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=File {0} was modified externally. Reload it?
-FMT_External_change_write=File {0} was modified externally. Overwrite it?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=You have specified an invalid file. Check the path.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor for {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor for {0}
-TITLE_SourceButton=Source
-
-
diff --git a/l10n/src/el/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_el.properties b/l10n/src/el/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_el.properties
deleted file mode 100644
index 789339d..0000000
--- a/l10n/src/el/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_el.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Old Enumeration API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enumeration API that is in wrong package.
-OpenIDE-Module-Long-Description=Enumeration API that is in wrong package, org.openide.util.enum and as such it cannot be compiled with Java 1.5, because enum is a keyword. Is replaced by class org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.Enumerations instead of this module.
-
diff --git a/l10n/src/el/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_el.properties b/l10n/src/el/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_el.properties
deleted file mode 100644
index 8f05e23..0000000
--- a/l10n/src/el/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_el.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Lookup
-
diff --git a/l10n/src/el/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_el.properties b/l10n/src/el/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_el.properties
deleted file mode 100644
index 3756be4..0000000
--- a/l10n/src/el/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_el.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# 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.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#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
-
diff --git a/l10n/src/el/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_el.properties b/l10n/src/el/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_el.properties
deleted file mode 100644
index 3c24802..0000000
--- a/l10n/src/el/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_el.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Multiple Objects Flavor
-
-Create=Create
-Paste=Paste
-
diff --git a/l10n/src/el/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_el.properties b/l10n/src/el/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_el.properties
deleted file mode 100644
index c8fb9b0..0000000
--- a/l10n/src/el/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_el.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Window System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for managing components on a screen.
-OpenIDE-Module-Long-Description=Provides OS and MDI/SDI neutral abstraction API over concept of components that are displayed to the user.
-
-
-
-# name of empty workspace
-None=None
-
-#CloneableTopComponent
-EXC_CannotAssign=Cannot assign component to EMPTY
-
-#TopComponent
-EXC_UnknownOperation=Unknown close operation
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Invoking {2} implemented as {3} with {0}
-
diff --git a/l10n/src/el/platform/print/print/org/netbeans/modules/print/action/Bundle_el.properties b/l10n/src/el/platform/print/print/org/netbeans/modules/print/action/Bundle_el.properties
deleted file mode 100644
index 33c9b24..0000000
--- a/l10n/src/el/platform/print/print/org/netbeans/modules/print/action/Bundle_el.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Pa&ge Setup...
-
-# PrintAction
-TLT_Print_Action=Print
-MNU_Print_Action=&Print...
-ACT_Print_Action=Print - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/el/platform/print/print/org/netbeans/modules/print/resources/Bundle_el.properties b/l10n/src/el/platform/print/print/org/netbeans/modules/print/resources/Bundle_el.properties
deleted file mode 100644
index b00ce5f..0000000
--- a/l10n/src/el/platform/print/print/org/netbeans/modules/print/resources/Bundle_el.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Print
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of print module.
-OpenIDE-Module-Long-Description=Implementation of print module.
-
-# layer.xml
-Actions/File=File
-
diff --git a/l10n/src/el/platform/print/print/org/netbeans/modules/print/ui/Bundle_el.properties b/l10n/src/el/platform/print/print/org/netbeans/modules/print/ui/Bundle_el.properties
deleted file mode 100644
index 556818f..0000000
--- a/l10n/src/el/platform/print/print/org/netbeans/modules/print/ui/Bundle_el.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Printer problem: {0}
-LBL_Page_Setup_Button=Page &Setup
-TLT_Page_Setup_Button=Invokes the Page Setup dialog
-LBL_Print_Option_Button=Print &Options
-TLT_Print_Option_Button=Invokes the Print Options dialog
-LBL_Print_Button=&Print
-TLT_Print_Button=Invokes the Print dialog
-LBL_Close_Button=&Close
-TLT_Close_Button=Closes the Print Preview dialog
-LBL_Print_Preview=Print Preview
-LBL_Fit_to_Width=Fit to Width
-LBL_Fit_to_Height=Fit to Height
-LBL_Fit_to_All=Show All Pages
-
-TLT_First=&First page (Alt+F)
-TLT_Previous=P&revious page (Alt+R)
-TLT_Next=&Next Page (Alt+N)
-TLT_Last=&Last Page (Alt+L)
-TLT_Fit=Change &Scale (Alt+S)
-TLT_Zoom_In=Zoom &In (Alt+I)
-TLT_Zoom_Out=Zoom O&ut (Alt+U)
-TLT_Toggle=Show &Multiple Pages (Alt+M)
-TLT_Goto=<html><body> <b>Navigation:</b> <br> press <code>/</code> or <code>F</code> to show first page <br> press <b><code>-</code></b> or <code>G</code> to show previous page <br> press <b><code>+</code></b> or <code>K</code> to show next page <br> press <code>*</code> or <code>L</code> to show last page </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Print Options
-LBL_Border=Border
-LBL_Print_Border=Print &Border
-LBL_Print_Header=Print Hea&der
-LBL_Print_Footer=Print &Footer
-LBL_Choose_Font=Choose Font
-LBL_Choose_Color=Choose Color
-LBL_Insert_Macros=Insert Macro:
-LBL_Text=Text
-LBL_Line_Numbers=Line N&umbers
-LBL_Wrap_Lines=&Wrap Lines
-LBL_Use_Font=Use Font Attributes // &X
-LBL_Use_Color=Use Color Attributes // &Q
-LBL_As_Editor=Print as in Editor // &J
-LBL_Selection=Print &Selection
-LBL_Line_Spacing=Line S&pacing:
-LBL_Text_Font_and_Color=Text Font and Colo&r:
-LBL_Background_Color=Back&ground Color:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Header and Footer
-LBL_Apply=&Apply
-LBL_Left=Left:
-LBL_Center=Center:
-LBL_Right=Right:
-
-ERR_Zoom_Value_Is_Invalid=Zoom value is invalid!
-ERR_Header_Size_Is_Too_Big=Header Size is too big!
-ERR_Footer_Size_Is_Too_Big=Footer Size is too big!
-ERR_Page_Number_Is_Invalid=Number of pages is invalid!
-ERR_Page_Number_Is_Too_Big=Number of pages is too big!
-
-TLT_Apply=Applies changes
-TLT_Border_Color=Choose Border &Color (Alt+C)
-TLT_Header_Font=Choose Header Fo&nt (Alt+N)
-TLT_Header_Color=Choose Header C&olor (Alt+O)
-TLT_Footer_Font=Choose Footer Fon&t (Alt+T)
-TLT_Footer_Color=Choose Footer Co&lor (Alt+L)
-TLT_Text_Font=Choose Text Font (Alt+K) // &K
-TLT_Text_Color=Choose Text Colo&r (Alt+R)
-TLT_Background_Color=Choose Background Color // &G
-TLT_Print_Zoom=Adjusts the print zoom
-TLT_Use_Font=Use Font (Alt+X)
-TLT_Use_Color=Use Color (Alt+Q)
-TLT_As_Editor=Show as in Editor (Alt+J)
-TLT_Selection=Print Selection
-
-LBL_Pages=page(s)
-LBL_Fit_Width_to=F&it Width to:
-TLT_Fit_Width_to=Fit Width to
-LBL_Fit_Height_to=Fit H&eight to:
-TLT_Fit_Height_to=Fit Height to
-LBL_Zoom_to=&Zoom to:
-TLT_Zoom_to=Zoom to
-LBL_Fit_to_Page=Fit to Page // &Y
-TLT_Fit_to_Page=Fit to Page (Alt+Y)
-
diff --git a/l10n/src/el/platform/print/print/org/netbeans/modules/print/util/Bundle_el.properties b/l10n/src/el/platform/print/print/org/netbeans/modules/print/util/Bundle_el.properties
deleted file mode 100644
index e1670a5..0000000
--- a/l10n/src/el/platform/print/print/org/netbeans/modules/print/util/Bundle_el.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} of {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=The name of printed component
-ROW=The row number
-COLUMN=The column number
-USER=The user name
-COUNT=The count of pages
-MODIFIED_DATE=Date of the last modification
-MODIFIED_TIME=Time of the last modification
-PRINTED_DATE=Date of printing
-PRINTED_TIME=Time of printing
-
diff --git a/l10n/src/el/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_el.properties b/l10n/src/el/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_el.properties
deleted file mode 100644
index cbffb7f..0000000
--- a/l10n/src/el/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_el.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization.
-OpenIDE-Module-Long-Description=Provides a view of all running tasks and may permit them to be cancelled, etc.
-
-NbProgressBar.tooltip1={0} tasks running. Click for details.
-NbProgressBar.tooltip2={0} task running. Click for details.
-ListComponent.btnClose.tooltip=Click to cancel process
-ListComponent.bar.tooltip=Click to watch the process
-Cancel_Question=Are you sure you want to cancel {0}?
-Cancel_Question_Title=Cancel Running Task
-StatusLineComponent.ShowProcessList=Show Processes
-StatusLineComponent.Cancel=Cancel Process
-StatusLineComponent.View=Show Output
-ListComponent.Watch=Watch Process
-
-RunOffAWT.TITLE_Operation=Lengthy operation in progress
-RunOffAWT.BTN_Cancel=Cancel
-
-# ProgressListAction
-CTL_ProcessListAction=&Processes
-
-# CancelAction
-CTL_CancelAction=Cancel Process
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Click to cancel process
-ModalDialog.btnClose.text=Cancel
-ModalDialog.btnClose.accessibleName=Cancel
-ModalDialog.btnClose.accessibleDescription=Cancels the current process
-
-
diff --git a/l10n/src/el/platform/queries/queries/org/netbeans/modules/queries/Bundle_el.properties b/l10n/src/el/platform/queries/queries/org/netbeans/modules/queries/Bundle_el.properties
deleted file mode 100644
index a911402..0000000
--- a/l10n/src/el/platform/queries/queries/org/netbeans/modules/queries/Bundle_el.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=General Queries API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Acts as a general communication channel between modules.
-OpenIDE-Module-Long-Description=Hosts queries which are not particularly domain-specific. Permits different modules to obtain information about files in a flexible way.
-
diff --git a/l10n/src/el/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_el.properties b/l10n/src/el/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_el.properties
deleted file mode 100644
index 37a2eaa..0000000
--- a/l10n/src/el/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_el.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=Option {0} needs an argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Option {0} cannot be used together with option {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Need at least one of {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Need to use also {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=Option {0} needs also option {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/el/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_el.properties b/l10n/src/el/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_el.properties
deleted file mode 100644
index 49008f8..0000000
--- a/l10n/src/el/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_el.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Command Line Parsing API
-OpenIDE-Module-Short-Description=GetOpts compliant API for parsing command line
-OpenIDE-Module-Long-Description=GetOpts compliant API to parse command line. It is focused on the case when each part of the command line is going to be parsed by different module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-MSG_OptionsHeader=\nAdditional Module(s) Option(s):\n
-
diff --git a/l10n/src/el/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_el.properties b/l10n/src/el/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_el.properties
deleted file mode 100644
index 1fa0c1d..0000000
--- a/l10n/src/el/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_el.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Settings API
-OpenIDE-Module-Short-Description=A library for storing settings in custom formats.
-OpenIDE-Module-Long-Description=This module provides the Settings API for storing module-defined settings in custom formats. It also provides several useful settings format implementations.
-OpenIDE-Module-Display-Category=Infrastructure
-
diff --git a/l10n/src/el/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_el.properties b/l10n/src/el/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_el.properties
deleted file mode 100644
index 23065ae..0000000
--- a/l10n/src/el/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_el.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=A module that provides a new API to replace NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=Actions SPI (Experimental)
-OpenIDE-Module-Short-Description=Replacements for NodeAction, CookieAction, etc.
-
diff --git a/l10n/src/es/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_es.properties b/l10n/src/es/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_es.properties
deleted file mode 100644
index 976c3bf..0000000
--- a/l10n/src/es/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_es.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Construir m\u00f3dulo Harness
-OpenIDE-Module-Display-Category=Desarrollando NetBeans
-OpenIDE-Module-Short-Description=Permite crear plug-in de m\u00f3dulos externos desde las fuentes.
-OpenIDE-Module-Long-Description=Se trata del generaci\u00f3n de harness utilizado para desarrollar los m\u00f3dulos de NetBeans (con o sin el IDE). Es normalmente usado impl\u00edcitamente por proyectos de m\u00f3dulo de NetBeans. Para documentaci\u00f3n tecnica, consulte harness/README.
-
diff --git a/l10n/src/es/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_es.properties b/l10n/src/es/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_es.properties
deleted file mode 100644
index 12578df..0000000
--- a/l10n/src/es/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_es.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Desarrollando NetBeans
-OpenIDE-Module-Long-Description=Targets de Ant para medir la cobertyra de los proyectos usando Cobertura.\nEjecutar target 'display-coverage-report' en el proyecto para medir los resultados y mostrar el reporte en un navegador externo.\nPara integrar con el Enlazador de construcci\u00f3n de m\u00f3dulo
-OpenIDE-Module-Name=Cobertura de prueba del m\u00f3dulo
-OpenIDE-Module-Short-Description=Targets de Ant para medir la cobertyra de los proyectos usando Cobertura.\n
-
diff --git a/l10n/src/es/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_es.properties b/l10n/src/es/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_es.properties
deleted file mode 100644
index 6cfe3d7..0000000
--- a/l10n/src/es/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_es.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Herramienta de la plataforma Jelly 
-
diff --git a/l10n/src/es/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_es.properties b/l10n/src/es/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_es.properties
deleted file mode 100644
index 658e80d..0000000
--- a/l10n/src/es/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_es.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Herramientas de comprobaci\u00f3n
-OpenIDE-Module-Short-Description=Biblioteca de pruebas Jemmy.
-OpenIDE-Module-Long-Description=Una biblioteca general para el manejo de pruebas automatizadas de Interfaz Gr\u00e1fica de Usuarios (GUI).
-
-
diff --git a/l10n/src/es/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_es.properties b/l10n/src/es/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_es.properties
deleted file mode 100644
index e2ba2ac..0000000
--- a/l10n/src/es/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_es.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Herramientas de comprobaci\u00f3n
-OpenIDE-Module-Long-Description=Extensiones NetBeans para JUnit incluyendo assertGC, assertSize, getWorkDir, LineDiff, etc.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=Extensiones NetBeans para JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/es/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_es.properties
deleted file mode 100644
index 9bf0612..0000000
--- a/l10n/src/es/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_es.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Biblioteca de crear perfiles del mont\u00edculo de memoria 
-OpenIDE-Module-Long-Description=Una biblioteca para analizar la acci\u00f3n del mont\u00edculo de memoria en el JVM que se est\u00e1 ejecutando.
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_es.properties
deleted file mode 100644
index 18e2028..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_es.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Name=Biblioteca de Ant NBI
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_es.properties
deleted file mode 100644
index a9c1758..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_es.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=La plataforma actual no es compatible.
-I.error.load.engine.properties=No se puede cargar el motor de archivos de propiedades
-
-I.warning.silent.without.state=Se requiere la opci\u00f3n "{1}" cuando se utiliza "{0}". Se ignorar\u00e1 "{0}".
-
-I.error.cannot.create.local.dir=No se pudo crear el directorio local: {0}
-I.error.local.dir.is.file=El directorio local existe y es un archivo: {0}
-I.error.no.read.permissions.for.local.dir=No se puede leer el directorio local {0} - no tiene suficientes privilegios
-I.error.no.write.permissions.for.local.dir=No se puede escribir en el directorio local {0} - no tiene suficientes privilegios
-
-I.lock.file.exists.dialog.title=El archivo de bloqueo de instalaci\u00f3n existe
-I.lock.file.exists.dialog.text=El archivo de bloqueo del instalador existe en {0}\n\nEsto significa que hay otra instancia del instalador ejecut\u00e1ndose en este momento, o una instalaci\u00f3n anterior no fue finalizada correctamente.\nSe recomienda no ejecutar varias instancias al mismo tiempo ya que puede ocasionar da\u00f1os en la informaci\u00f3n de la instalaci\u00f3n.\n\nSi est\u00e1 seguro que no se est\u00e1 ejecutando otra instancia en este mismo momento, haga clic en "S\u00ed" para continuar o en "No" para salir del instalador.\n
-
-I.error.cannot.create.lock.file=No se pudo bloquear el archivo del registro local
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_es.properties
deleted file mode 100644
index fab01dc..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_es.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Descargando desde {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_es.properties
deleted file mode 100644
index b61670c..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_es.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=Los tipos de proxy {0} y {1} tienen conflicto
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=La URI no puede ser nula
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=La conexi\u00f3n a trav\u00e9s de {0} con {1} fall\u00f3
-US.error.failed.configure.proxy=La configuraci\u00f3n del proxy {0} para {1} fall\u00f3
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_es.properties
deleted file mode 100644
index 65f1ae3..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_es.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Cargando el registro local [{0}]
-R.error.loading.local.registry.failed.title=La carga del registro local fall\u00f3
-R.error.loading.local.registry.failed.msg=El registro local ({0}) no puedo cargar, o se carg\u00f3 parcialmente. \nEl instalador puede continuar trabajando normalmente, pero hacerlo puede resultar en un registro global da\u00f1ado.\n\nSeleccione Si para continuar, No para salir del instalador.
-
-R.loading.bundled.registry=Cargando el registro del paquete [{0}]
-R.error.loading.bundled.registry.failed.title=La carga del registro del paquete fall\u00f3
-R.error.loading.bundled.registry.failed.msg=El registro del paquete ({0}) no puede ser cargado, o ha sido cargado parcialmente. \nEl instalador puede continuar trabajando normalmente, pero hacerlo puede resultar en un registro global da\u00f1ado.\n\nSeleccione Si para continuar, No para salir del instalador.
-
-R.loading.remote.registry=Cargando registro remoto [{0}]
-R.error.loading.remote.registry.failed.title=La carga del registro remoto fall\u00f3
-R.error.loading.remote.registry.failed.msg=El registro remoto ({0} no puede ser cargado, o ha sido cargado parcialmente. \nEl instalador puede continuar trabajando normalmente, pero hacerlo puede resultar en un registro global da\u00f1ado.\n\nEscoge S\u00ed para continuar, No para salir del instalador.
-
-R.error.cannot.delete.data=No se pueden borrar los datos de instalaci\u00f3n que se colocaron en cach\u00e9
-R.save.local.registry.title=Guardando el registro local
-R.save.local.registry.detail=Guardando en {0}
-
-R.error.missing.target.component.title=Componente destino ausente
-R.error.missing.target.component.msg=El componente destino indicado - {0}/{1}\nno se encontr\u00f3 en el registro. El instalador\n puede continuar como si el componente destino no estuvira indicado.\nElija S\u00ed para continuar, No para salir del instalador.
-
-R.error.validation.title=Problema de validaci\u00f3n
-R.error.validation.msg=Parece que la instalaci\u00f3n de {0} est\u00e1 corrupta.\nEl procedimiento de validaci\u00f3n gener\u00f3 la siguiente advertencia:\n\n{1}\n\n\u00bfDesea marcar este producto como no instalado y continuar?\n Si presiona No el instalador terminar\u00e1.\n\nTenga en cuenta que estos productos que dependen de {2} tambi\u00e9n ser\u00e1n deshabilitados:\n{3}
-
-R.error.matching.requirement=Ning\u00fan componente coincide con los requerimientos: {0} requiere de {1}
-R.error.cyclic.dependency=Dependencia c\u00edclica: {0}, {1}
-
-R.loading.registry.properties=Cargando las propiedades del registro
-R.loading.component=Cargando el componente: uid={0}, versi\u00f3n={1}
-R.error.loading.components=No se pueden cargar los componentes
-R.error.registry.finalization=No se puede finalizar el registro
-R.error.registry.document.loading=No se puede cargar el documento del registro
-
-R.error.cannot.create.cache.directory=No se puede crear el directorio local de cach\u00e9 del producto {0}
-R.error.cache.is.file=El directorio local de cach\u00e9 del producto existe y es un archivo: {0}
-R.error.cannot.read.cache=No se puede leer el directorio local de cache de producto {0} - no tiene suficientes privilegios
-R.error.cannot.write.cache=No se puede escribir en el directorio local de cache de producto {0} - no tiene suficientes privilegios
-R.error.cannot.create.registry=No se puede crear el registro local
-
-R.error.registry.is.dir=El registro local {0} es un directorio
-R.error.cannot.read.registry=No se puede leer el registro local {0}, permisos insuficientes
-R.error.cannot.write.registry=No se puede escribir el registro local {0}, permisos insuficientes
-
-R.error.cannot.parse.platform=No se puede analizar la plataforma desde "{0}"
-R.error.cannot.load.registry=No se puede cargar el registro
-R.error.parser.not.support.schemas=El analizador actual - {0} - no admite esquemas.
-
-R.error.unknown.dependency=El tipo de dependencia {0} no se conoce.
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_es.properties
deleted file mode 100644
index dfe0f9e..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_es.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=El directorio de instalaci\u00f3n {0} falta.\nLo m\u00e1s probable es que haya sido borrado manualmente.
-PCL.validation.directory.file=El directorio de instalaci\u00f3n {0} es en realidad un archivo.\nLo m\u00e1s probale es que haya sido borrado manualmente y reescrito como un archivo.
-PCL.validation.directory.empty=El directorio de instalaci\u00f3n{0} est\u00e1 vac\u00eda.\nLo m\u00e1s probable es que su contenido haya sido borrado manualmente.
-PCL.validation.directory.null=No se puede detectar el directorio de instalaci\u00f3n.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=No se pueden inicializar los datos para {0}
-P.error.cannot.load.logic=No se puede cargar la l\u00f3gica de configuraci\u00f3n para {0}
-P.error.installdir.not.set=No se ha establecido la ubicaci\u00f3n de la instalaci\u00f3n para {0}
-P.error.installdir.set.empty=Se ha establecido la ubicaci\u00f3n de la instalaci\u00f3n para {0} como una cadena vac\u00eda
-P.error.cannot.create.cache.dir=No se puede crear el directorio de cach\u00e9 {0} para {1}
-P.error.local.cache.not.dir=El directorio de cach\u00e9 local {0} para {1} no es un directorio
-P.error.cannot.load.product=No se puede cargar el producto {0}
-P.error.logic.not.yet.downloaded=No se ha descargado la l\u00f3gica de configuraci\u00f3n para {0}
-P.error.installation.data.not.cached=No se han colocado en cach\u00e9 los datos de instalaci\u00f3n para {0}
-P.error.cannot.extract.data=No se pueden extraer los datos de instalaci\u00f3n para {0}
-P.error.cannot.save.files.list=No se puede guardar el listado de archivos instalados
-P.error.cannot.get.wizard.components=No se pueden recuperar los componentes del asistente de componentes
-P.error.cannot.wrap.for.macos=No se puede crear la jerarqu\u00eda de directorios para la aplicaci\u00f3n MacOS
-P.error.cannot.get.files.list=No se puede recuperar el listado de archivos instalados
-P.error.cannot.delete.files.list=No se puede borrar el listado de archivos instalados
-P.error.cannot.delete.file=No se puede borrar el archivo
-P.error.cannot.remove.from.system=No se puede borrar {0} desde el sistema de gesti\u00f3n de la instalaci\u00f3n
-P.error.not.enough.space=No se pueden extraer los datos de instalaci\u00f3n -- no hay suficiente espacio en disco en el directorio destino.
-P.error.cannot.clear.cache=No se puede limpiar la cach\u00e9 del archivo de datos de instalaci\u00f3n {0}
-P.error.system.integartion.failed=La integraci\u00f3n de {0} con el sistema de gesti\u00f3n de paquetes fall\u00f3
-
-P.message.installation=Instalando {0}
-P.message.uninstallation=Desinstalando {0}
-P.message.configuration=Configurando {0}
-P.message.unconfiguration=Desconfigurando {0}
-P.message.legal.artifacts=Creando artefactos legales
-P.message.run.logic=Ejecutando l\u00f3gica de configuraci\u00f3n personalizada
-P.message.system.registration=Registrando en el sistema de gesti\u00f3n de paquetes
-P.message.save.installation.files.list=Guardando listado de archivos instalados
-P.message.delete=Borrando {0}
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_es.properties
deleted file mode 100644
index 1862a93..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_es.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Error al escribir en el archivo de bit\u00e1cora. Bit\u00e1cora desactivada.
-
-EM.ununexpected.exception=Ocurri\u00f3 una excepci\u00f3n inesperada en el hilo {0}
-EM.errortype.critical=Error cr\u00edtico
-EM.errortype.error=Error
-EM.errortype.warning=Advertencia
-EM.errortype.message=Mensaje
-EM.unexpected.error=Ocurri\u00f3 un error desconocido.
-EM.exception.message=\n\nExcepciones:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nPuede obtener m\u00e1s detalles sobre el problema en el archivo de bit\u00e1cora del instalador:\n {0}
-
-FU.error.output.file.entry=Existe un archivo de entrada {0} y no es un archivo
-FU.error.output.dir.entry=Existe un directorio de entrada {0} y no es un directorio
-FU.message.extracting=Extrayendo {0}
-FU.error.load.xml.file.list=No se pudo cargar la lista de archivos XML para la extracci\u00f3n
-FU.error.unjar.todir=El directorio {0} es un archivo que ya existe, no se puede desempaquetar el jar
-FU.message.copy.dir=Copiando el directorio: {0} a: {1}
-FU.message.copy.file=Copiando el archivo: {0} a: {1}
-FU.error.close.stream=No se puede cerrar el flujo
-FU.error.source.not.readable=No se puede leer la fuente {0}
-FU.error.dest.not.file=El destino {0} no es un archivo
-FU.error.dest.creation=No se puede crear el destino {0}
-FU.error.dest.not.writable=El destino {0} no es escribible
-FU.message.moving=Moviendo {0} a {1}
-FU.error.freespace=No se puede determinar la cantidad de espacio libre en {0}
-FU.error.cannot.close.jar=No se puede cerrar el jar {0}
-FU.error.cannot.create.dir.exist.file=No se puede crear el directorio {0}, es un archivo que ya existe
-FU.error.cannot.create.dir=No se puede crear el directorio {0}.
-FU.error.not.jar.file=El archivo proporcionado {0} no es un archivo jar
-FU.error.sha1.not.supported=Esta JVM no admite SHA1
-FU.error.md5.not.supported=Esta JVM no admite MD5
-FU.error.file.security.exception=Algo muy inesperado, una excepci\u00f3n de seguridad mientras se acced\u00eda al archivo {0}
-FU.message.delete.file=Borrando el archivo {0}
-FU.message.delete.dir=Borrando el directorio {0}
-FU.error.pack200.failed=Pack200 termin\u00f3 con el siguiente error\nC\u00f3digo de error: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 termin\u00f3 con el siguiente error\nC\u00f3digo de error: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=No se puede analizar la propiedad - {0}, con valor - {1}.
-UI.error.failed.to.activate.crossplatform.laf=No se puede activar el aspecto multiplataforma, se procede con el aspecto predeterminado.
-UI.error.failed.to.activate.defined.laf=No se puede activar el aspecto definido, regresando al aspecto multiplataforma predeterminado.
-UI.error.failed.to.init.ui=No se puede inicializar la interfaz del usuario
-UI.error.failed.to.force.gtk=No se puede forzar el uso del aspecto GTK
-UI.silent.default.yes=Usando la opci\u00f3n Si (predeterminada)...
-UI.silent.default.no=Usando la opci\u00f3n No (predeterminada)...
-UI.silent.default.cancel=Usando la opci\u00f3n Cancelar (predeterminada)...
-
-StrU.error.cannot.parse.status=No se puede analizar el estado: {0}
-StrU.error.unknown.platform=No se reconoce la plataforma "{0}".
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_es.properties
deleted file mode 100644
index aa0395b..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_es.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Error al ejecutar el procedimiento de ejecuci\u00f3n del JDK
-JU.error.cannot.delete=No se puede eliminar {0}
-JU.error.cannot.download.testjdk=No se puede descargar TestJDK.class desde {0}
-JU.error.cannot.canonize=No se puede canonizar {0}
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_es.properties
deleted file mode 100644
index 2b90927..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_es.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Falta el par\u00e1metro obligatorio para la l\u00ednea de comando "{0}".\nDebe ser  "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Falta el par\u00e1metro obligatorio para la l\u00ednea de comando "{0}".\nDebe ser "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Par\u00e1metro no v\u00e1lido para la l\u00ednea de comando "{0}" -- "{1}".\nDebe ser "{0} <language>[_<country>[_<variant>]]".
-O.warning.bad.locale.arg=Falta el par\u00e1metro obligatorio para la l\u00ednea de comando "{0}".\nDebe ser "{0} <language>[_<country>[_<variant>]]".
-O.warning.missing.state.file=El archivo de estado especificado "{1}", no existe.\nSe ignor\u00f3 el par\u00e1metro "{0}".
-O.warning.bag.state.file.arg=Falta el par\u00e1metro obligatorio para la l\u00ednea de comando "{0}".\nDebe ser "{0} <state-file-path>".
-O.warning.target.state.file.exists=El archivo de estado especificado "{1}", existe.\nSe ignor\u00f3 el par\u00e1metro "{0}".
-O.warning.bad.target.state.file.arg=Falta el par\u00e1metro obligatorio para la l\u00ednea de comando\n "{0}". Debe ser "{0} <state-file-path>".
-O.warning.bundle.file.exists=El archivo destino especificado "{1}", existe.\nSe ignor\u00f3 el par\u00e1metro "{0}".
-O.warning.bad.create.bundle.arg=Falta el par\u00e1metro obligatorio para la l\u00ednea de comando "{0}".\nDebe ser "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Falta el par\u00e1metro obligatorio para la l\u00ednea de comando "{0}".\nDebe ser "{0} <userdir-path>".
-O.warning.bad.platform.arg=Falta el par\u00e1metro obligatorio para la l\u00ednea de comando "{0}".\nDebe ser "{0} <target-platform>".
-O.warning.bad.registry.arg=Falta el par\u00e1metro obligatorio para la l\u00ednea de comando "{0}".\nDebe ser "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Falta el par\u00e1metro obligatorio para la l\u00ednea de comando "{0}".\nDebe ser "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Falta el par\u00e1metro obligatorio para la l\u00ednea de comando "{0}".\nDebe ser "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_es.properties
deleted file mode 100644
index f604d1b..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_es.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=No se ha instalado
-Status.to-be-installed=Se instalar\u00e1
-Status.installed=Instalado
-Status.to-be-uninstalled=Se desinstalar\u00e1
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Instalaci\u00f3n exitosa
-DetailedStatus.install.warning=Instalado con advertencias
-DetailedStatus.install.error=Error al instalar
-DetailedStatus.uninstall.success=Desinstalaci\u00f3n exitosa
-DetailedStatus.uninstall.warning=Desinstalado con advertencias
-DetailedStatus.uninstall.error=Error al desinstalar
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_es.properties
deleted file mode 100644
index 8eff1df..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_es.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Error al descargar el icono del marco desde la URI - {0}.
-NF.error.failed.to.set.frame.icon=Error al inicializar el icono del marco.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Examinar
-NFC.filechooser.approve.button.text=&Aceptar
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_es.properties
deleted file mode 100644
index 59f6f8a..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_es.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=El porcentaje especificado - {0} no es v\u00e1lido. El porcentaje total del \nprogreso compuesto (la suma del porcentaje propio y de los porcentajes de los hijos) no puede ser menor a {1} ni mayor a {2}.
-
-CP.error.progress=El progreso hijo especificado no existe en el progreso compuesto \npor lo que no puede quitarse. 
-
-################################################################################
-# Progress.java
-P.error.percentage=El porcentaje especificado - {0} no es v\u00e1lido. El porcentaje total de progreso\nno puede se menor que {1} y mayor que {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_es.properties
deleted file mode 100644
index 47d0e9d..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_es.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=No se puede cargar el paquete desde {0}
-LP.error.no.files=Hay no hay archivos en {0}
-LP.error.not.directory={0} no es un directorio
-LP.error.directory.do.not.exist=El directorio {0} no existe
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_es.properties
deleted file mode 100644
index 2cb1114..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_es.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=Sin paquetes o archivos jar externos
-CnL.error.cannot.find.jvm.file=No se puede encontrar el archivo {0} de la JVM
-CnL.error.cannot.find.class=No se puede encontrar la clase {0} en los archivos empaquetados y no se ha especificado una externa
-CnL.error.main.class.unspecified=No se ha especificado una clase main de entre los archivos empaquetados
-CnL.error.cannot.get.output.name=Sin archivos empaquetados - no se puede determinar el nombre del archivo de salida
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=No se puede obtener el icono del lanzador desde {0}
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_es.properties
deleted file mode 100644
index d0b47df..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_es.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=No se puede determinar la ubicaci\u00f3n predeterminada de la aplicaci\u00f3n
-SR.error.cannot.parse.pattern=No se puede analizar el patr\u00f3n: {0}
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_es.properties
deleted file mode 100644
index 278d060..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_es.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=No se puede acceder al m\u00e9todo nativo
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_es.properties
deleted file mode 100644
index 3ece7cd..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_es.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Error al crear la instancia predeterminada del asistente.
-W.error.failed.to.load.components=Error al cargar los componentes del asistente desde {0}, utilizando el cargador de clases {1}.
-W.error.failed.to.load.component=Error al cargar los componentes del asistente desde el elemento XML {0}, utilizando el cargador de clases {1}.
-W.error.unknown.ui.mode=Modo UI desconocido - {0}.
-W.error.cannot.move.backward.silent=No se puede retroceder en modo silencioso la UI.
-W.error.cannot.move.backward.at.first=No se puede proseguir, el asistente ya es el primer elemento.
-W.error.parser.unsupports.schemas=El analizador actual - {0} - no admite esquemas.
-W.error.interrupted=Se interrumpi\u00f3 mientras estaba esperando
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_es.properties
deleted file mode 100644
index 4787f09..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_es.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=Instalador de NetBeans
-WC.description=Descripci\u00f3n del instalador de NetBeans IDE
-
-WC.help.button.text=Ay&uda
-WC.back.button.text=< &Atr\u00e1s
-WC.next.button.text=Siguie&nte>
-WC.cancel.button.text=Cancelar
-WC.finish.button.text=&Terminar
-
-WC.cancel.dialog.title=Cancelar
-WC.cancel.dialog.text=\u00bfEst\u00e1 seguro que desea cancelar?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=Ocurri\u00f3 una Excepci\u00f3n de interrupci\u00f3n (InterruptedException)..
-
-WA.canceling.progress.title=Cancelando, terminando la operaci\u00f3n actual...
-
-WA.cancel.dialog.title=Cancelar
-WA.cancel.dialog.text=\u00bfEst\u00e1 seguro que desea cancelar?
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_es.properties
deleted file mode 100644
index b7c5f35..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_es.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Motor de cach\u00e9...
-CEA.description=Espere mientras el asistente coloca en cach\u00e9 el motor.
-CEA.error.cannot.cache.engine=No se puede colocar en cach\u00e9 el motor del instalador
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Creando el paquete...
-CBA.description=Espere mientras el asistente crea el paquete con los componentes seleccionados.
-
-CBA.progress.create.bundle.title=Creando un paquete redistribu\u00edble en {0}
-CBA.progress.add.engine.detail=Agregar el motor de instalaci\u00f3n al paquete
-CBA.progress.add.product.detail=Agregando {0} ...
-CBA.progress.add.group.detail=Agregando {0} ...
-
-CBA.error.failed.create.bundle=Error al crear el paquete
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Creando lanzador nativo...
-CNLA.description=Espere mientras el asistente crea un lanzador para el archivo jar.
-CNLA.error.failed.create.launcher=La creaci\u00f3n del lanzador nativo fall\u00f3
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Creando lanzador de aplicaci\u00f3n MacOSX...
-CMALA.description=Espere mientras el asistente crea el lanzador de aplicaci\u00f3n para el archivo jar.
-CMALA.error.failed.create.launcher=Error al crear el lanzador de aplicaci\u00f3n
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Preparando la l\u00f3gica de configuraci\u00f3n...
-DCLA.description=Espere mientras el asistente prepara la l\u00f3gica de configuraci\u00f3n.
-DCLA.progress.remote.title=Descargando la l\u00f3gica de configuraci\u00f3n para {0}
-DCLA.progress.local.title=Extrayendo la l\u00f3gica de configuraci\u00f3n para {0}
-DCLA.failed=Error al descargar la l\u00f3gica de configuraci\u00f3n para {0}
-DCLA.dependent.failed=No se puede instalar {0}, desde que la instalaci\u00f3n de {1} fall\u00f3
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Preparando los datos de instalaci\u00f3n...
-DIDA.description=Espere mientras el asistente prepara los datos de instalaci\u00f3n.
-DIDA.progress.remote.title=Descargando los datos de instalaci\u00f3n para {0}
-DIDA.progress.local.title=Extrayendo los datos de instalaci\u00f3n para {0}
-DIDA.failed=La descarga de los datos de instalaci\u00f3n para {0} fall\u00f3
-DIDA.dependent.failed=No se puede instalar {0}, desde que la instalaci\u00f3n de {1} fall\u00f3
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Iniciando...
-IRA.description=Espere mientras la configuraci\u00f3n del asistente inicia.
-IRA.registry.initialization.failed=No se puede inicializar el registro
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Terminando...
-FRA.description=Espere mientras el asistente de configuraci\u00f3n termina.
-FRA.registry.finalization.failed=No se puede finalizar el registro
-
-################################################################################
-# InstallAction.java
-IA.title=Instalando...
-IA.description=Espere mientras el asistente instala los componentes seleccionados.
-IA.progress.install.title=Instalando {0}...
-IA.progress.rollback.title=Cancelando, restaurando {0}...
-IA.install.dependent.failed=No se puede instalar {0}, desde que la instalaci\u00f3n de {1} fall\u00f3
-IA.install.unknown.error=Error desconocido
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Buscando Ambientes Java\u2122... 
-SFJA.description=Espere mientras el asistente busca ambientes Java\u2122 en su sistema.
-SFJA.prepare.list=Preparando la lista de ubicaciones...
-SFJA.checking=Verificando {0}
-SFJA.search.java=Buscando ambientes Java instalados...
-SFJA.entry.label={0} (v. {1} por {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> por {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Desinstalando...
-UA.description=Espere mientras el asistente desinstala los componentes seleccionados.
-UA.progress.uninstall.title=Desinstalando {0}
-UA.uninstall.dependent.failed=No se puede desinstalar {0}, desde que la desinstalaci\u00f3n de {1} fall\u00f3
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=No se han establecido los UID del componente fuente
-SILA.error.cannot.find.component=El componente con el uid {0} no existe
-SILA.error.cannot.get.logic=No se puede acceder a la l\u00f3gica de configuraci\u00f3n de {0}
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_es.properties
deleted file mode 100644
index 1f94c4d..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_es.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Ubicaci\u00f3n:
-ALP.location.button.text=Exa&minar...
-ALP.list.label.text=Las &siguientes ubicaciones fueron encontradas por el algoritmo de b\u00fasqueda:
-
-ALP.error.nothing.found=No se encontraron aplicaciones compatibles.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Selecci\u00f3n de componentes
-CSP.description.both=Marque los componentes que desea instalar. Desmarque los que desea desinstalar.
-CSP.description.install=Marque los componentes que desea instalar.
-CSP.description.uninstall=Desmarque los componentes que desea desinstalar.
-CSP.feature.description.title=Descripci\u00f3n de carater\u00edsticas
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Tama\u00f1o de la instalaci\u00f3n: {0}     Tama\u00f1o de la descarga: {1}
-CSP.sizes.label.text.no.download=Tama\u00f1o de la instalaci\u00f3n: {0}
-
-CSP.default.installation.size=No disponible
-CSP.default.download.size=No disponible
-
-CSP.error.no.changes.both=No se han seleccionado carater\u00edsticas. Marque al menos una caracter\u00edstica para instalarla o desinstalarla.
-CSP.error.no.changes.install=No se han seleccionado carater\u00edsticas. Marque al menos una caracter\u00edstica para instalarla.
-CSP.error.no.changes.uninstall=No se han seleccionado carater\u00edsticas. Marque al menos una caracter\u00edstica para desinstalarla.
-CSP.error.requirement.install={1} se requiere para la instalaci\u00f3n de {0}.
-CSP.error.conflict.install={0} tiene conflicto con {1}.
-CSP.error.requirement.uninstall={0} es requerido por {1}.
-CSP.error.not.enough.space.to.download=Espacio en disco insuficiente para descargar los datos de instalaci\u00f3n. Se requieren {1} adicionalmente en {0}.
-CSP.error.not.enough.space.to.extract=Espacio en disco insuficiente para extraer los datos de instalaci\u00f3n. Se requieren {1} adicionalmente en {0}.
-CSP.error.cannot.check.space=No se puede verificar el espacio libre del disco
-
-################################################################################
-# DestinationPanel.java
-DP.title=Carpeta de instalaci\u00f3n
-DP.description=Elija la carpeta de destino.
-
-DP.destination.label.text=Ubicaci\u00f3n de la &instalaci\u00f3n:
-DP.destination.button.text=Exa&minar...
-
-DP.error.null=La carpeta de instalaci\u00f3n no puede estar vac\u00eda.
-DP.error.not.valid=La carpeta de instalaci\u00f3n especificada no es v\u00e1lida.
-DP.error.contains.exclamation=La carpeta de instalaci\u00f3n no puede tener un signo de admiraci\u00f3n (!).
-DP.error.contains.semicolon=La carpeta de instalaci\u00f3n no puede contener el caracter de punto y coma (;).
-DP.error.contains.colon=La carpeta de instalaci\u00f3n no puede contener el caracter de dos puntos (:).
-DP.error.contains.ampersand=La carpeta de instalaci\u00f3n no puede contener el caracter de ampersand (&).
-DP.error.contains.wrong.char=La carpeta de instalaci\u00f3n contiene caracteres erroneos ({1}).
-DP.error.matches.prohibited.regexp=La carpeta de instalaci\u00f3n indicada es inv\u00e1lida (coincide con el patr\u00f3n no permitido {1}).
-DP.error.not.absolute=La carpeta de instalaci\u00f3n debe estar en forma de ruta absoluta.
-DP.error.cannot.canonize=La carpeta de instalaci\u00f3n especificada no puede ser canonizada.
-DP.error.not.directory=La ubicaci\u00f3n especificada para la instalaci\u00f3n no es una carpeta.
-DP.error.not.readable=No se puede leer la carpeta especificada para la instalaci\u00f3n.
-DP.error.not.writable=La carpeta especificada para la instalaci\u00f3n es de s\u00f3lo lectura.
-DP.error.not.empty=La carpeta especificada para la instalaci\u00f3n no est\u00e1 vac\u00eda.
-DP.error.not.ends.with.app=La carpeta especificada para la instalaci\u00f3n debe terminar en ".app".
-DP.error.not.enough.space=No hay sufiente espacio en el disco. Se requieren {1} adicionalmente en {0}.
-DP.error.cannot.get.logic=No se puede obtener la l\u00f3gica de configuraci\u00f3n
-DP.error.cannot.check.space=No se puede verificar el espacio libre del disco
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=Carpeta ra\u00edz del &JDK\u2122:
-JLP.location.label.text.java=Carpeta r\u00e1iz del ambiente &Java\u2122:
-JLP.location.button.text=Exa&minar...
-JLP.list.label.text=&Listado de JDK\u2122 compatibles que se encontraron en esta m\u00e1quina:
-JLP.list.label.text.java=&Listado de ambientes Java\u2122 compatibles que se encontraron en esta m\u00e1quina:
-
-JLP.error.null=La ruta completa al JDK no puede estar vac\u00eda.
-JLP.error.null.java=La ruta completa al ambiente Java no puede estar vacia.
-JLP.error.not.valid.path=La carpeta especificada del JDK {0} no es v\u00e1lida.
-JLP.error.not.valid.path.java=La carpeta especificada del ambiente Java {0} no es v\u00e1lida. 
-JLP.error.path.not.exists=La carpeta especificada del JDK {0} no existe.
-JLP.error.path.not.exists.java=La carpeta especificada del ambiente Java {0} no existe.
-JLP.error.not.javahome=La carpeta especificada del JDK {0} no contiene el JDK.
-JLP.error.not.javahome.java=La carpeta especificada del ambiente Java {0} no contiene un ambiente Java.
-JLP.error.not.jdk=La carpeta especificada del JDK {0} contiene el JRE, pero se necesita el JDK completo.
-JLP.error.wrong.version.older=La carpeta especificada del JDK {0} contiene la versi\u00f3n del JDK "{1}", pero el m\u00ednimo "{2}".
-JLP.error.wrong.version.older.java=La carpeta especificada del ambiente Java {0} contiene la versi\u00f3n Java "{1}", pero el m\u00ednimo es "{2}".
-JLP.error.wrong.version.newer=La carpeta especificada del JDK {0} contiene la versi\u00f3n del JDK "{1}", pero la m\u00e1xima es "{2}".
-JLP.error.wrong.version.newer.java=La carpeta especificada del ambiente Java {0} contiene la versi\u00f3n Java "{1}", pero la m\u00e1xima es "{2}".
-JLP.error.wrong.vendor=La carpeta especificada del JDK {0} contiene una versi\u00f3n del JDK de un vendedor que no es compatible ({1}). Los vendedores compatibles son "{2}".
-JLP.error.wrong.vendor.java=La carpeta especificada del ambiente Java {0} contiene Java de un proveedor que no es compatible ({1}). Los proveedores compatibles son "{2}".
-JLP.error.unknown=Ocurri\u00f3 un error desconocido mientras se validaba la ruta completa.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>El instalador no pudo encontrar una instalaci\u00f3n compatible del JDK, ind\u00edquela manualmente.<br>La versi\u00f3n m\u00ednima requerida es {0}. Para descargar el JDK, visite <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>El instalador no pudo encontrar un ambiente Java compatible, ind\u00edquelo manualmente.<br>la versi\u00f3n m\u00ednima requerida es {0}. Para descargar un ambiente Java, visite <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (utilizado por {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Resumen posterior a la creaci\u00f3n de paquetes
-PoCBSP.dialog.description=Click en Finalizar para salir.
-
-PoCBSP.message.success.text=El instalador ha completado satisfactoriamente las acciones seleccionadas.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Se encontraron algunos errores en el transcurso del proceso de creaci\u00f3n de paquetes.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=Se empaquetaron satisfactoriamente los siguientes componentes:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=Los siguientes componentes tuvieron errores cuando se iban a empaquetar:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=Ver &bit\u00e1cora
-PoCBSP.send.log.button.text=&Enviar bit\u00e1cora
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Asistente de instalaci\u00f3n - Resumen posterior a la instalaci\u00f3n
-
-PoISP.message.success.text=El instalador ha completado satisfactoriamente las acciones seleccionadas.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Ocurrieron algunas advertencias en el transcurso del proceso de instalaci\u00f3n o desinstalaci\u00f3n.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Ocurrieron algunos errores en el transcurso del proceso de instalaci\u00f3n o desinstalaci\u00f3n.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=Los siguientes componentes se instalaron satisfactoriamente:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=Los siguientes componentes se instalaron con advertencias:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=Los siguientes componentes tuvieron errores al instalarlos:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=Los siguientes componentes se desinstalaron satisfactoriamente:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=Los siguientes componentes se desinstalaron con advertencias:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=Los siguientes componentes tuvieron errores al desinstalarlos:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=Ver &detalles
-PoISP.view.log.button.text=Ver &bit\u00e1cora
-PoISP.send.log.button.text=&Enviar bit\u00e1cora
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=El archivo de bit\u00e1cora no est\u00e1 disponible
-
-PoISP.message.files.remaining=Algunos archivos no se eliminaron de los directorios de instalaci\u00f3n de {0}. Deber\u00e1 eliminarlos manualmente.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Resumen previo a la creacion de paquetes
-PrCBSPdialog.description=Click en Crear para crear el paquete.
-
-PrCBSPmessage.text=El asistente a recolectado todos los datos necesarios para proceder con la creacion del paquete. Revise su elecci\u00f3n. Para continuar haga click en Siguiente.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=Eligi\u00f3 crear un paquete con los siguientes componentes:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Tama\u00f1o total de descarga: {0}
-PrCBSPrequired.disk.space.label.text=Espacio necesario en disco: {0}
-PrCBSPcreate.button.text=&Crear
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Resumen previo a la instalaci\u00f3n
-
-PrISP.message.text=El asistente de instalaci\u00f3n ha recolectado todos los datos necesarios para proceder con la instalaci\u00f3n o desinstalaci\u00f3n de los componentes seleccionados. Revise su elecci\u00f3n. Para continuar haga click en Siguiente.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=Eligi\u00f3 instalar los siguientes componentes:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=texto/simple
-PrISP.components.to.uninstall.label.text=Eligi\u00f3 desinstalar los siguientes componentes:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Tama\u00f1o total de descarga: {0}
-PrISP.required.disk.space.label.text=Espacio necesario en disco: {0}
-PrISP.install.button.text=&Instalar
-
-PrISP.error.not.enough.space=Espacio en disco insuficiente para una instalaci\u00f3n apropiada. Se requieren {1} adicionalmente en {0}.
-PrISP.error.cannot.check.space=No se puede verificar el espacio libre del disco
-PrISP.error.logic.access=No se puede acceder a la l\u00f3gica de la configuraci\u00f3n de los productos
-PrISP.error.fsroots=No se pueden recuperar las ra\u00edces del sistema de archivos
-PrISP.error.non.existent.root={0} est\u00e1 marcado para ser instalado en {1} esto no corresponde a las ra\u00edces del sistema de archivos.
-PrISP.error.cannot.write=El asistente no tiene acceso de escritura a {1}, el directorio de instalaci\u00f3n de {0}. Corrija los permisos antes de proceder.
-
-################################################################################
-# LicensesPanel.java
-LP.title=Contrato de licencia
-LP.description=Lea cuidadosamente el siguiente acuerdo de licencia.
-
-LP.accept.checkbox.text=Acepto los t\u00e9rminos del acuerdo de licencia
-LP.error.cannot.get.logic=No se puede acceder a la l\u00f3gica de configuraci\u00f3n
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<Sin texto>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=\u00bfEst\u00e1 seguro que desea cancelar?
-EMP.cancel.dialog.title=Cancelar
-EMP.error.failed.input.verify=Error al verificar la entrada
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_es.properties
deleted file mode 100644
index 5c361c3..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_es.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=No se puede descargar el icono de asistente desde la URI - {0}.
-SFC.error.failed.to.set.icon=Error al establecer el marco swing contender del \u00edcono.
-SFC.error.failed.to.attach.error.handler=Error al adjuntar el manejador personalizado de errores al EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=No se puede establecer la operaci\u00f3n de cerrado predeterminada
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_es.properties
deleted file mode 100644
index ebc7935..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_es.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Detalles de la instalaci\u00f3n
-IDD.component.label=Componente
-IDD.status.label=Estado
-
-ILD.loading.logfile=Cargando el archivo de bit\u00e1cora. Espere ...
-ILD.error.reading.log=No se puede leer el archivo de bit\u00e1cora {0}.
-ILD.error.log.contents=El contenido de la bit\u00e1cora no est\u00e1 disponible.
-
diff --git a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_es.properties b/l10n/src/es/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_es.properties
deleted file mode 100644
index 5a08c12..0000000
--- a/l10n/src/es/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_es.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Name=Biblioteca del motor NBI
-
diff --git a/l10n/src/es/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_es.properties b/l10n/src/es/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_es.properties
deleted file mode 100644
index 49c4f95..0000000
--- a/l10n/src/es/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_es.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Men\u00fa de aplicaci\u00f3n de Apple 
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Habilita el soporte adecuado para el men\u00fa de la aplicaci\u00f3n de Apple
-
-OpenIDE-Module-Long-Description=Permite elementos de men\u00fa de Apple para que funcione correctamente y mueve  algunos elementos del men\u00fa est\u00e1ndar alli - Herramientas | Opciones luego Preferencias, Ayuda | Acerca se convierte en unos, Archivo | salida se convierte en salir.
-
-MSG_MinimizeWindowAction=&Minimizar ventana
-
diff --git a/l10n/src/es/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_es.properties b/l10n/src/es/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_es.properties
deleted file mode 100644
index 81c7614..0000000
--- a/l10n/src/es/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_es.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Estableciendo una conexi\u00f3n ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Verificando las actualizaciones de {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=No puede leerse NBM {0}
-InstallSupportImpl_TurnOnTimeout=Se sobrepas\u00f3 el tiempo de carga de {0}
-InstallSupportImpl_NullSource=URL origen para el m\u00f3dule "{0}" es null, lo m\u00e1s probable  que el atributo "distribution" este establecido con un string vaci\u00f3 en el catalogo UC .\nVea  http://www.netbeans.org/issues/show_bug.cgi?id=153799 para m\u00e1s detalles.
-InstallSupportImpl_Download_Unavailable=No se puede accesar {0}
-OperationSupportImpl_Custom_Uninstall=Desinstalando {0}
-OperationSupportImpl_Custom_Install=Instalando {0}
-
-UpdateUnitFactory_Libraries_Category=Bibliotecas
-UpdateUnitFactory_Bridges_Category=Puentes
-UpdateUnitFactory_Unsorted_Category=Sin categor\u00eda
-UpdateElementImpl_Feature_CategoryName=Caracter\u00edsticas
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>M\u00f3dulo instalado:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>M\u00f3dulos instalados:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>M\u00f3dulo no se ha instalado:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Los m\u00f3dulos no se hab instalado:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>Nuevo m\u00f3dulo ofrecido por el plugin:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>Nuevos modulos ofrecidos por el plugin:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/es/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_es.properties b/l10n/src/es/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_es.properties
deleted file mode 100644
index c6254de..0000000
--- a/l10n/src/es/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_es.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Long-Description=La caracter\u00edstica de AutoUpdate proporciona varios servicios: descargar e instalar las actualizaciones disponibles de m\u00f3dulos instalados, buscar e instalar nuevos m\u00f3dulos desde los centros de  actualizaci\u00f3n subscritoss, vista y administrar los m\u00f3dulos.
-OpenIDE-Module-Name=Servicios de actualizaci\u00f3n autom\u00e1tica
-OpenIDE-Module-Short-Description=Soporte para buscar las actualizaciones de m\u00f3dulo en el Centro de  Actualizaci\u00f3n y para descargar e instalar m\u00f3dulos
-
diff --git a/l10n/src/es/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_es.properties b/l10n/src/es/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_es.properties
deleted file mode 100644
index a0513e5..0000000
--- a/l10n/src/es/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_es.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Centro de Actualizaci\u00f3n predeterminado
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Bibliotecas
-ArtificialFeaturesProvider_Bridges_Category=Puentes
-ArtificialFeaturesProvider_Unsorted_Category=Sin categor\u00eda
-ArtificialFeaturesProvider_Features_Category=Caracter\u00edsticas
-NetworkAccess_Timeout=Tiempo de espera agotado al conectarse a {0}
-
diff --git a/l10n/src/es/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_es.properties b/l10n/src/es/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_es.properties
deleted file mode 100644
index ebd4d2a..0000000
--- a/l10n/src/es/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_es.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Preparando para desempaquetar
-CTL_UnpackingFile=Desempacando archivo:
-CTL_DeletingFiles=Desinstalando archivos...
-CTL_DisablingFiles=Desactivando archivos...
-UpdaterFrame.jTextArea1.text=Actualizaci\u00f3n en progreso.\n\nEspere ...
-UpdaterFrame.textLabel.text=Preparando para desempaquetar
-UpdaterFrame.Form.title=Actualizador
-UpdaterFrame.textLabel.fontName=Cuadro de di\u00e1logo
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/es/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_es.properties b/l10n/src/es/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_es.properties
deleted file mode 100644
index 168d3c0..0000000
--- a/l10n/src/es/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_es.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} m\u00e1s ...
-Less_Command_Text={0} menos ...
-UnitTab_ReloadTime=\u00daltima comprobaci\u00f3n: {0}
-UnitTab_ReloadTime_Never=nunca
-UnitTab_LessAction=Mostrar menos plugins
-UnitTab_MoreAction=Mostrar m\u00e1s Plugins
-UnitTab_TooltipCheckBox_INSTALLED=Comprobar plugin {0}
-UnitTab_Tooltip_RefreshAction=Volver a cargar el cat\u00e1logo
-UnitTab_bTabAction_Name_INSTALLED=Desi&nstalar
-UnitTab_TooltipCheckBox_UPDATE=Comprobar plugin {0}
-UnitTab_bTabAction_Name_UPDATE=&Actualizar
-UnitTab_CheckAction=Comprobar
-UnitTab_CheckCategoryAction=Comprobar la Categor\u00eda
-UnitTab_UncheckCategoryAction=Desactive la categor\u00eda
-UnitTab_CheckAllAction=Comprobar todo
-UnitTab_UncheckAllAction=No comprobar todo
-UnitTab_ReloadAction=&Volver a cargar el cat\u00e1logo
-UnitTab_PrepareReloadAction=Espere mientras se recarga el cat\u00e1logo
-UnitTab_RemoveLocallyDownloadedAction=&Remover
-UnitTab_ActivateAction=&Activar
-UnitTab_ActivateCategoryAction=Activar Categor\u00eda
-UnitTab_DeactivateAction=&Desactivar
-UnitTab_DeactivateCategoryAction=Desactivar Categor\u00eda
-AvailableTab_SourceCategory_Tooltip_STANDARD=Plugin Certificado
-AvailableTab_SourceCategory_Tooltip_BETA=Versi\u00f3n Beta del  Plugin
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Plugin contribuido por la comunidad
-InstallTab_Active_Tooltip=Activo
-InstallTab_InActive_Tooltip=Inactivo
-InstallTab_PendingForInstall_Tooltip=Es necesario reiniciar la aplicaci\u00f3n para completar la instalaci\u00f3n\n
-InstallTab_PendingForDeactivate_Tooltip=Es necesario reiniciar la Aplicaci\u00f3n para completar la desactivaci\u00f3n
-InstallTab_ReadOnly_Tooltip={0} esta en modo de s\u00f3lo lectura no puede ser verificado
-UnitTab_TooltipCheckBox_AVAILABLE=Comprobar plugin {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Instalar
-UnitTab_TooltipCheckBox_LOCAL=Comprobar plugin {0}
-UnitTab_Tooltip_AddAction_LOCAL=Agregar localmente el plugin bajado
-UnitTab_Tooltip_RemoveAction_LOCAL=Remover el plugin de la lista
-UnitTab_bTabAction_Name_LOCAL=&Instalar
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} plugin seleccionado
-UnitTab_lHowManySelected_Many_Text={0} plugins seleccionados
-UnitTab_OperationName_Text_INSTALLED=Desinstalar
-UnitTab_OperationName_Text_UPDATE=Actualizar
-UnitTab_OperationName_Text_AVAILABLE=Instalar
-UnitTab_OperationName_Text_LOCAL=Instalar
-UnitTab_lWarning_Text={0} la operaci\u00f3n necesita que se reinicie la aplicaci\u00f3n
-PluginManagerUI_UnitTab_Update_Title=Actualizaciones
-PluginManagerUI_UnitTab_Update_ToolTip=Su aplicaci\u00f3n est\u00e1 actualizada!
-PluginManagerUI_UnitTab_Available_ToolTip=No existen plugins disponibles. Click en Recargar Cat\u00e1logo para mostrar plugins m\u00e1s recientes.
-PluginManagerUI_UnitTab_Available_Title=Plugins disponibles
-PluginManagerUI_UnitTab_Installed_Title=Instalado
-PluginManagerUI_UnitTab_Local_Title=Descargado
-UnitTab_bAddLocallyDownloads_Name=&Agregar Plugins...
-UnitTab_bAddLocallyDownloads_ACN=Agregar Plugins
-UnitTab_bAddLocallyDownloads_ACD=Agregue complementos para usar el navegador de archivos para agregar cualquier complemento que haya descargado a su sistema local 
-NotificationAlreadyPreparedToIntsall=El Plugin {0} esta preparado para actualizar/instalar.
-NotificationOneAlreadyInstalled=Plugin "{0}" esta instalado.
-NotificationMoreAlreadyInstalled=Plugins "{0}" ya estan instalados.
-NotificationAlreadyPresent=Plugin "{0}" ya fue agregado. Reemplazar con "{1}"?
-NotificationAlreadyPresentTitle=Reemplazar plugin
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Agregar Plugins
-CTL_FileFilterDescription=Archivos de distribuci\u00f3n de Plugin (*.nbm)
-NetworkProblemPanel_taTitle_Text=No se puede conectar con el Centro de Actualizaci\u00f3n
-NetworkProblemPanel_taMessage_WarningText=Compruebe la configuraci\u00f3n de proxy o vuelva a intentarlo m\u00e1s tarde. El servidor puede no estar disponible en este momento. \n\nVerifique que el trafico de la red no este bloqueado por el firewall.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Compruebe la configuraci\u00f3n de proxy o vuelva a intentarlo m\u00e1s tarde. El servidor puede no estar disponible en este momento. \n\nDebe asegurarse que el firewall no este bloqueando el tr\u00e1fico de red. \n\nOcurre cuando el cache est\u00e1 fuera de fecha. De click en Recargar Catalogo para actualizar el contenido.
-NetworkProblemPanel_taMessage_ErrorText=No todos de los plugins se han descargado correctamente. Es posible que el servidor no est\u00e9 disponible en este momento. Vuelva a intentarlo m\u00e1s tarde.
-CTL_Warning=Advertencia
-CTL_Error=Problema con la red
-CTL_ShowProxyOptions=Configuraci\u00f3n del &Proxy ...
-ACSD_ShowProxyOptions=No disponible
-Utilities_NetworkProblem_Continue=In&tente nuevamente
-Utilities_NetworkProblem_Skip=&Saltar
-Utilities_NetworkProblem_Cancel=Cancelar
-Utilities_NetworkProblem_Text=No se puede conectar con el {0} debido de {1}
-SettingsTable_ActiveColumn=Activo
-SettingsTable_NameColumn=Nombre
-SettingsTable_URLColumn=Direcci\u00f3n
-SettingsTab_displayName=Configuraci\u00f3n
-SettingsTab.bProxy.text=&Configuraci\u00f3n del proxy
-UpdateUnitProviderPanel_OK=Aceptar
-UpdateUnitProviderPanel_displayName=Centro de actualizaci\u00f3n personalizado
-UpdateUnitProviderPanel.lName.text=&Nombre\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=Comprobar actualizaciones autom\u00e1ticamente
-Utilities_Libraries_Category=Bibliotecas
-Utilities_Bridges_Category=Puentes
-Utilities_Unsorted_Category=Sin categor\u00eda
-SettingsTab.bRemove.message=\u00bfDesea quitar tras el centro de actualizaci\u00f3n: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Nombre
-UpdateUnitProviderPanel.lURL.adesc=Direcci\u00f3n
-UpdateUnitProviderPanel.cbActive.adesc=Buscar actualizaciones autom\u00e1ticamente
-UpdateUnitProviderPanel.error.name.short=Nombre no se especifica en el Centro de Actualizaci\u00f3n
-UpdateUnitProviderPanel.error.url.short=El URL no se especifica en el Centro de Actualizaci\u00f3n
-UpdateUnitProviderPanel.error.name.dup=Un Centro de Actualizaci\u00f3n con el mismo nombre ya existe
-UpdateUnitProviderPanel.error.url.invalid=El URL del Centro de Actualizaci\u00f3n no es valida
-UnitTab_bClose_Text=&Cerrar
-Utilities_CheckingForUpdates=Buscando actualizaciones
-UnitTab_InitAndCheckingForUpdates=Iniciando la lista de plugins... 
-InstalledTableModel_State_Enabled=Encender
-InstalledTableModel_State_Disabled=Apagar
-AvailableTableModel_Columns_Install=Instalar
-AvailableTableModel_Columns_Name=Nombre
-AvailableTableModel_Source_Category=Fuente
-AvailableTableModel_Columns_Category=Categor\u00eda
-InstalledTableModel_Columns_Uninstall=Seleccionar
-InstalledTableModel_Columns_Name=Nombre
-InstalledTableModel_Columns_Installed=Instalado
-InstalledTableModel_Columns_Category=Categor\u00eda
-InstalledTableModel_Columns_Enabled=Activo
-LocallyDownloadedTableModel_Columns_Install=Instalar
-LocallyDownloadedTableModel_Columns_Name=Nombre
-LocallyDownloadedTableModel_Columns_Version=Versi\u00f3n
-LocallyDownloadedTableModel_Columns_Size=Tama\u00f1o
-UpdateTableModel_Columns_Update=Actualizar
-UpdateTableModel_Columns_Name=Nombre
-UpdateTableModel_Columns_Installed=Instalado
-UpdateTableModel_Columns_Available=Disponible
-UpdateTableModel_Columns_Size=Tama\u00f1o
-UpdateTableModel_Columns_Category=Categor\u00eda
-SettingsTab_NewProviderName=Nuevo Proveedor
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Descripci\u00f3n:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Versi\u00f3n: 
-UnitDetails_Plugin_InstalledVersion=Versi\u00f3n Instalada:
-UnitDetails_Plugin_AvailableVersion=Versi\u00f3n Disponible:
-UnitDetails_Plugin_Author=Autor: 
-UnitDetails_Plugin_Date=Fecha: 
-UnitDetails_Plugin_Source=Fuente: 
-UnitDetails_Plugin_CodeName=Nombre de c\u00f3digo: 
-UnitDetails_Plugin_Homepage=P\u00e1gina principal: 
-UnitDetails_Plugin_Notification=Nota importante
-UnitDetails_Plugin_Description=Descripci\u00f3n del Plugin 
-UnitDetails_Plugin_Collecting_Dependencies=Reuniendo dependencias...
-UnitDetails_New_Internal_Update_Mark=\u00a1nuevo!
-lSearch1.text=B\u00fa&squeda\:
-SettingsTab.lCheckPeriod.text=Verifique Intervalo\:
-SettingsTab.lGeneral.text=Avanzado
-SettingsTab.addButton.text=&Nuevo
-SettingsTab.RemoveButton.text=&Remover
-SettingsTab.EditButton.text=&Editar
-SettingsTab.AddButton.text=&Agregar
-SettingsTab.lUpdateCenters.text=Configuraci\u00f3n de Centro de Act&ualizaci\u00f3n\:
-SettingsTab.lConnection.text=Buscar autom\u00e1ticamente actualizaciones
-CTL_Update_every_startup=Cada Inicio
-CTL_Update_every_day=Todos los d\u00edas
-CTL_Update_every_week=Todas las semanas
-CTL_Update_every_2weeks=Cada dos semanas
-CTL_Update_every_month=Cada mes
-CTL_Update_never=Nunca
-CTL_Update_custom=Usuario predeterminado
-SettingsTab.cbSharedInstall.text=&Forzar que se instale en directorios compartidos
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Permiso de escritura
-SettingsTab.cbSharedInstall.ReadOnlyMessage=No tiene permisos para instalar plugin(s) en el directorio compartido:\n{0}\nTPara ejecutar la instalaci\u00f3n en el directorio compartido, debe ejecutar la aplicaci\u00f3n como un usuario con privilegios administrativos.
-SettingsTab.cbSharedInstall.NoSharedTitle=No existe directorio de instalaci\u00f3n
-SettingsTab.cbSharedInstall.NoSharedMessage=No se han encontrados directorios compartidos .
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=no es posible leer el NBM {0} porque {1}
-PluginManagerUI.bHelp.text=Ayuda
-ACN_UnitTable=Listado de Plugins
-ACD_UnitTable=Listado de Plugins
-ACN_UpdateCentersTable=Listado de Centros de Actualizaci\u00f3n
-ACD_UpdateCentersTable=Lista de Centros de actualizaci\u00f3n permitiendo activar o desactivar seleccionado Centro de Actualizaci\u00f3n
-ACN_DetailsPanel=Detalles del Plugin
-ACN_DetailsPanel_Button=Invocar {0} acci\u00f3n
-ACN_UnitDetails=Detalles del Plugin
-ACD_Reload=Volver a cargar el cat\u00e1logo
-ACD_Search=Buscar Plugins
-ACN_Tabs=Cambiar  entre actualizaciones de plugins, plugins disponibles, instalados y descargados
-ACD_Tabs=Cambiar  entre actualizaciones disponibles, instaladas y plugins descargados
-ACN_PluginManagerUI=Administrador de Plugin 
-ACD_PluginManagerUI=Administrador de plugin para la actualizaci\u00f3n, la instalaci\u00f3n y eliminaci\u00f3n plugins
-ACN_Reload=Volver a cargar el cat\u00e1logo
-ACN_UpdateCenterCustomizer=Centro de actualizaci\u00f3n personalizado
-ACD_UpdateCenterCustomizer=Administrador de complemento para la actualizaci\u00f3n, la instalaci\u00f3n y eliminaci\u00f3n de plugins
-NetworkProblemPanel_ACD=No disponible
-NetworkProblemPanel_taMessage=Mensaje de problema de red
-NetworkProblemPanel_taTitle_ACN=Problema con la red
-UnitTab.detailView.text=Mostrar detalles
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Actualizaciones internas)
-Unit_InternalUpdates_Title=Actualizaciones internas
-
diff --git a/l10n/src/es/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_es.properties b/l10n/src/es/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_es.properties
deleted file mode 100644
index ed00c71..0000000
--- a/l10n/src/es/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_es.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Verificar Act&ualizaciones
-PluginManagerAction_Name=Com&plementos
-PluginManager_Panel_Name=Complementos
-PluginManager_CloseButton_Name=&Cerrar
-AutoupdateCheckScheduler_UpdatesFound_ToolTip=Se han encontrado {0} actualizaciones.
-AutoupdateCheckScheduler_UpdateFound_ToolTip=Se han encontrado {0} actualizaciones.
-AutoupdateCheckScheduler_UpdateFound_Hint=Haga click aqu\u00ed para actualizar su aplicaci\u00f3n.
-AutoupdateCheckScheduler_InstallInProgress=Espere, existe otra tarea de instalaci\u00f3n en progreso...
-
diff --git a/l10n/src/es/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_es.properties b/l10n/src/es/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_es.properties
deleted file mode 100644
index 55f6e0c..0000000
--- a/l10n/src/es/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_es.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Long-Description=La interfaz de usuario permite  examinar la instalaci\u00f3n y el contenido de Centros de Actualizaci\u00f3n registrados, para descargar la actualizaciones o nuevos m\u00f3dulos y para instalar autom\u00e1ticamente los m\u00f3dulos.
-OpenIDE-Module-Name=UI Actualizaci\u00f3n Autom\u00e1tica 
-OpenIDE-Module-Short-Description=Interfaz de usuario de Servicios de actualizaci\u00f3n autom\u00e1tica de suministros
-
diff --git a/l10n/src/es/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_es.properties b/l10n/src/es/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_es.properties
deleted file mode 100644
index 0193ad6..0000000
--- a/l10n/src/es/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_es.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Bienvenido al Instalador de Complementos
-OperationDescriptionStep_Header_Content=El instalador descargar\u00e1, comprobar\u00e1 e instalar\u00e1 los complementos seleccionados.
-OperationDescriptionStep_TableInstall_Title=Se van a instalar los complementos siguientes:
-OperationDescriptionStep_TableUpdate_Title=Se van a actualizar los complementos siguientes:
-OperationDescriptionStep_PluginBrokesJavaDependency=Se requiere la versi\u00f3n {0} de la plataforma Java, pero se est\u00e1 ejecutando la versi\u00f3n {1}.
-OperationDescriptionStep_HeaderUninstall_Head=Bienvenido al Instalador de Complementos
-OperationDescriptionStep_HeaderUninstall_Content=Se van a desinstalar los complementos seleccionados Se van a eliminar del disco los complementos seleccionados
-OperationDescriptionStep_TableUninstall_Title=Se van a desinstalar los complementos siguientes:
-OperationDescriptionStep_HeaderActivate_Head=Bienvenido al Instalador de Complementos
-OperationDescriptionStep_HeaderActivate_Content=Se van a activar los complementos seleccionados
-OperationDescriptionStepActivate_Table_Title=Se van a activar los complementos siguientes:
-OperationDescriptionStep_HeaderDeativate_Head=Bienvenido al Instalador de Complementos
-OperationDescriptionStep_HeaderDeativate_Content=Se van a desactivar los complementos seleccionados
-OperationDescriptionStep_TableDeativate_Title=Se van a desactivar los complementos siguientes:
-PanelBodyContainer_PleaseWait=Espere hasta que el instalador descubra los plugins dependientes.
-DependenciesResolutionStep_Table_Title=Los siguientes complementos se activar\u00e1n ya que uno o m\u00e1s complementos que desea instalar dependen de ellos:
-UninstallDependenciesResolutionStep_Table_Title=Es necesario desactivar los complementos siguientes porque necesitan alguno/s de los complementos que est\u00e1 a punto de desactivar.
-LicenseApprovalPanel_taTitle_Text=	\nCon el fin de continuar con la instalaci\u00f3n, es necesario llegar a un acuerdo con todos los acuerdos de licencia asociados con los plugins. \ N\n
-LicenseApprovalPanel_tpLicense_Head=Contrato de licencia {0}
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=Contrato de licencia
-LicenseApprovalPanel_Header_Content=Lea detenidamente los siguientes contratos de licencia.
-InstallUnitWizard_Title=Instalador de complemento
-InstallStep_Header_Download_Head=Descargar
-InstallStep_Header_Download_Content=Espere hasta que el instalador descargue los complementos solicitados.
-InstallStep_Header_Verify_Head=Validar
-InstallStep_Header_Verify_Content=Espere hasta que el instalador d\u00e9 validez a los complementos descargados.
-InstallStep_Header_Install_Head=Instalar
-InstallStep_Header_Install_Content=Espere hasta que el instalador termine con la instalaci\u00f3n.
-InstallStep_Header_InstallDone_Head=La instalaci\u00f3n se llev\u00f3 a cabo satisfactoriamente 
-InstallStep_Header_InstallDone_Content=Clic en Finalizar para salir del instalador.
-InstallStep_Header_InstallUnsuccessful_Head=La instalaci\u00f3n no se complet\u00f3
-InstallStep_Header_InstallUnsuccessful_Content=Clic en finalizar. para salir del instalador y trate de reiniciar la aplicaci\u00f3n.
-InstallStep_Header_Restart_Head=Reiniciar la aplicaci\u00f3n para completar la instalaci\u00f3n
-InstallStep_Header_Restart_Content=Reiniciar para finalizar la instalaci\u00f3n del complemento.
-UninstallStep_Header_Restart_Head=Reiniciar la aplicaci\u00f3n para completar la desactivaci\u00f3n
-UninstallStep_Header_Restart_Content=Reiniciar la aplicaci\u00f3n para finalizar la desactivaci\u00f3n del complemento.
-CustomHandleStep_Header_Install_Restart_Head=Reiniciar la aplicaci\u00f3n para completar la instalaci\u00f3n
-CustomHandleStep_Header_Install_Restart_Content=Reiniciar para finalizar la instalaci\u00f3n del complemento.
-CustomHandleStep_Header_Uninstall_Restart_Head=Reiniciar la aplicaci\u00f3n para completar la desinstalaci\u00f3n
-CustomHandleStep_Header_Uninstall_Restart_Content=Reiniciar la aplicaci\u00f3n para terminar la desinstalaci\u00f3n del plugin.
-
-InstallStep_Done=Hecho.
-InstallStep_Unsuccessful=La instalaci\u00f3n fue completada pero hubieron algunos problemas: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Reiniciar ahora
-InstallUnitWizardModel_Buttons_RestartLater=Reiniciar &despu\u00e9s
-InstallUnitWizardModel_Buttons_Install=&Instalar
-InstallUnitWizardModel_Buttons_Update=&Actualizar
-InstallUnitWizardModel_Buttons_Close=&Terminar
-InstallUnitWizardModel_Buttons_Next=Siguiente 
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Desinstalar
-UninstallUnitWizardModel_Buttons_TurnOn=&Activar
-UninstallUnitWizardModel_Buttons_TurnOff=&Desactivar
-InstallStep_InstallDone_Text=El Instalador de Complementos ha instalado correctamente los siguientes complementos:
-InstallStep_InstallUnsuccessful_Text=El Instalador de Complementos tuvo problemas {0} cuando se instalaban los siguientes complementos:
-UninstallStep_UninstallDone_Text=El Instalador de Complementos ha desinstalado correctamente los siguientes complementos:
-UninstallStep_ActivateDone_Text=El Instalador de Complementos ha activado correctamente los siguientes complementos:
-UninstallStep_DeactivateDone_Text=El Instalador de Complementos ha desactivado correctamente los siguientes complementos:
-UninstallStep_UninstallFailed_Text=Error al desinstalar: {0}
-UninstallStep_ActivateFailed_Text=Error al activar: {0}
-UninstallStep_DeactivateFailed_Text=Error al desactivar: {0}
-UninstallStep_Done=Hecho.
-UninstallStep_Failed=Error. {0}
-UninstallStep_Header_Uninstall_Head=Desinstalaci\u00f3n
-UninstallStep_Header_Uninstall_Content=Espere hasta que el instalador desinstale los complementos seleccionados.
-UninstallStep_Header_Deactivate_Head=Desactivaci\u00f3n
-UninstallStep_Header_Deactivate_Content=Espere hasta que el instalador termine de desactivar los complementos seleccionados.
-UninstallStep_Header_Activate_Head=Activaci\u00f3n
-UninstallStep_Header_Activate_Content=Espere hasta que el instalador active los complementos seleccionados.
-UninstallStep_Header_UninstallDone_Head=La desinstalaci\u00f3n se llev\u00f3 a cabo satisfactoriamente 
-UninstallStep_Header_UninstallDone_Content=Clic en Finalizar para salir del instalador del componente. 
-UninstallStep_Header_DeactivateDone_Head=La desactivaci\u00f3n se llev\u00f3 a cabo satisfactoriamente 
-UninstallStep_Header_DeactivateDone_Content=Clic en Finalizar para salir del instalador del componente. 
-UninstallStep_Header_ActivateDone_Head=La activaci\u00f3n se llev\u00f3 a cabo satisfactoriamente 
-UninstallStep_Header_ActivateDone_Content=Clic en Finalizar para salir del instalador del componente. 
-UninstallStep_Header_UninstallFailed_Head=Error al desinstalar
-UninstallStep_Header_UninstallFailed_Content=Clic en Finalizar para salir del instalador del componente. 
-UninstallStep_Header_DeactivateFailed_Head=Error al desactivar
-UninstallStep_Header_DeactivateFailed_Content=Clic en Finalizar para salir del instalador del componente. 
-UninstallStep_Header_ActivateFailed_Head=Error al activar
-UninstallStep_Header_ActivateFailed_Content=Clic en Finalizar para salir del instalador del componente. 
-UninstallStep_ProgressName_Uninstall=Desinstalando complementos
-UninstallStep_ProgressName_Activate=Activando complementos
-UninstallStep_ProgressName_Deactivate=Desactivando complementos
-ValidationWarningPanel_ShowCertificateButton=Mo&strar certificado
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Advertencia de validaci\u00f3n
-ValidationWarningPanel_VerifyCertificate_Title=Verificar Certificado
-ValidationWarningPanel_ContinueButton=&Continuar
-ValidationWarningPanel_taHead_NotSignedText=Los siguientes plugins no est\u00e1n firmados\:
-ValidationWarningPanel_taHead_NotTrustedText=Los siguientes plugins est\u00e1n firmados pero no son de confianza\:
-ValidationWarningPanel_taWarning_Text=Advertencia: Instalar complementos no fiables puede ser arriesgado. Utilice complementos no firmados o no fiables bajo su responsabilidad.
-OperationDescriptionStep_CustomHandled_Head={0} plugins usados por el instalador nativo:
-InstallStep_Download_DownloadingPlugins=Descargando complementos...
-InstallStep_Validate_ValidatingPlugins=Dando validez a los complementos...
-InstallStep_Install_InstallingPlugins=Instalando complementos...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Algunos complementos no se instalaron para evitar posibles problemas de instalaci\u00f3n.
-CustomHandleStep_Header_Install_Head=Instalar
-CustomHandleStep_Header_Install_Content=Espere hasta que el instalador termine con la instalaci\u00f3n.
-CustomHandleStep_Header_Uninstall_Head=Desinstalaci\u00f3n
-CustomHandleStep_Header_Uninstall_Content=Espere hasta que el instalador termine de desinstalar los complementos seleccionados.
-CustomHandleStep_Header_InstallDone_Head=La instalaci\u00f3n se llev\u00f3 a cabo satisfactoriamente 
-CustomHandleStep_Header_InstallDone_Content=Haga clic en Siguiente para continuar instalando el resto de complementos seleccionados utilizando el instalador de complementos.
-CustomHandleStep_Header_UninstallDone_Head=La desinstalaci\u00f3n se llev\u00f3 a cabo satisfactoriamente 
-CustomHandleStep_Header_UninstallDone_Content=Pulse Siguiente para continuar instalando los restantes complementos seleccionados.
-CustomHandleStep_Header_InstallFail_Head=Error al instalar.
-CustomHandleStep_Header_InstallFail_Content=Haga clic en Cancelar para salir del instalador de complementos.
-CustomHandleStep_Header_UninstallFail_Head=Error al instalar
-CustomHandleStep_Header_UninstallFail_Content=Haga clic en Cancelar para salir del instalador de complementos.
-CustomHandleStep_Install_InstallingPlugins=Instalando complementos utilizando el instalador de complementos...
-CustomHandleStep_Uninstall_UninstallingPlugins=Desinstalando complementos utilizando el instalador de complementos...
-CustomHandleStep_Done=Hecho.
-CustomHandleStep_InstallDone_Text=El Instalador de Complementos ha finalizado correctamente la instalaci\u00f3n.
-CustomHandleStep_InstallFail_Text=La instalaci\u00f3n de {0} ha fallado.
-CustomHandleStep_UninstallDone_Text=El Instalador de Complementos ha terminado correctamente la desinstalaci\u00f3n.
-CustomHandleStep_UninstallFail_Text=La desinstalaci\u00f3n de {0} ha fallado.
-InstallStep_NetworkProblem_Continue=In&tente nuevamente
-InstallStep_NetworkProblem_Text=Problema de red en {0}
-OperationPanel.cbRunInBackground.text=Ejecuta&r en segundo plano
-InstallSupport_InBackground_NetworkError=No se puede conectar con el Centro de Actualizaci\u00f3n.
-InstallSupport_InBackground_NetworkError_Details=detalles
-LicenseApprovalPanel.cbAccept.text=&Acepto los t\u00e9rminos de todos los contratos de licencia
-InstallSupport_RestartNeeded=Reiniciar la aplicaci\u00f3n para completar la instalaci\u00f3n.
-UninstallSupport_RestartNeeded=Reiniciar la aplicaci\u00f3n para completar la desactivaci\u00f3n.
-CustomHandleStep_Install_RestartNeeded=Reiniciar la aplicaci\u00f3n para completar la instalaci\u00f3n.
-CustomHandleStep_Uninstall_RestartNeeded=Reiniciar la aplicaci\u00f3n para completar la desinstalaci\u00f3n.
-
-RestartNeeded_Details=Haga clic aqu\u00ed para reiniciar la aplicaci\u00f3n
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=Asistente de instalaci\u00f3n de NetBeans
-PanelBodyContainer_ACD=Asistente de instalaci\u00f3n de NetBeans
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=No disponible
-LicenseApprovalPanel_taLicenses_ACD=No disponible
-LicenseApprovalPanel_cbAccept_ACN=No disponible
-ValidationWarningPanel_tpPlugins_ACN=Complementos no verificados
-ValidationWarningPanel_taWarning_Text_ACD=Advertencia: Instalar complementos no fiables puede ser arriesgado. Utilice complementos no firmados o no fiables bajo su responsabilidad.
-ValidationWarningPanel_taWarning_Text_ACN=Advertencia
-ValidationWarningPanel_taHead_ACN=No disponible
-ValidationWarningPanel_ACD=No disponible
-UninstallUnitWizard_Title=Instalador de complemento
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>La aplicaci\u00f3n esta actualizada!</h3>
-LazyOperationDescriptionStep_NoUpdates=No hay actualizaciones disponibles.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Verifique las actualizaciones fallidas.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Verificar la conexi\u00f3n de red, verifique la configuraci\u00f3n de su proxy <br>esta configurado correctamente, o intentelo m\u00e1s tarde.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Verificando actualizaciones.</b><br>Espere hasta que el instalador verifique las actualizaciones disponibles.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Iniciando la lista de actualizaciones... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Algunos plugins necesitan que el  plugin {0} sea instalado.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Algunos complementos est\u00e1n esperando a que se reinicie la aplicaci\u00f3n para solucionar los siguientes problemas:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Algunos complementos necesitan de la capacidad {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Algunos complementos necesitan la versi\u00f3n de la plataforma Java sea  {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Algunos componentes requieren el JDK</h3>Algunos complementos seleccionados requieren el JDK para que puedan funcionar . Actualmente,el IDE NetBeans pareciera estar en ejecuci\u00f3n con el JRE en lugar del JDK completo.br><br>Para usar estos plugins, inicie el IDE con el <code>--jdkhome</code> con la opci\u00f3n establecida en la linea de comandos a la ubicaci\u00f3n de la instalaci\u00f3n del JDK. Visite <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> para m\u00e1s informaci\u00f3n.<br><br>
-OperationDescriptionStep_BrokenModuleDep=El complemento {0} deber\u00eda ser instalado tambi\u00e9n.
-OperationDescriptionStep_BrokenModuleNameDep=El plugin {0} es necesario y no fue encontrado.
-OperationDescriptionStep_BrokenModuleVersionDep=El plugin {0} es solicitado en la versi\u00f3n >= {1} pero solo  {2} fue encontrado.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=El plugin {0} se solicita en la versi\u00f3n >= {1} (release version {2}) pero solo {3} (de versi\u00f3n diferente de {2}) se encontr\u00f3.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=El plugin {0} es solicitado en la versi\u00f3n {1}.
-OperationDescriptionStep_BrokenModuleImplDep=El plugin {0} es solicitado en la implementaci\u00f3n de la versi\u00f3n{1}.
-OperationDescriptionStep_BrokenRequiresDep=No se encontraron complementos que proporcionen la capacidad {0}.
-OperationDescriptionStep_AffectedPluginByBrokenDep=Los siguientes complementos fueron afectados:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=El siguiente complemento fuer afectado:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=Algunos problemas mientras se almacenaba {0}.\nCausa: {1}
-InstallStep_DownloadProblem_SomePlugins=complementos seleccionados
-
diff --git a/l10n/src/es/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_es.properties b/l10n/src/es/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_es.properties
deleted file mode 100644
index e550750..0000000
--- a/l10n/src/es/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_es.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP Platform
-OpenIDE-Module-Name=RCP Platform
-OpenIDE-Module-Short-Description=NetBeans RCP Platform
-OpenIDE-Module-Long-Description=La Plataforma RCP de NetBeans es una framework generico para aplicaciones Swing. Proporciona los servicios comunes a casi todas las aplicaciones de escritorio grandes: Gesti\u00f3n de la ventana, men\u00fas, configuraci\u00f3n y el almacenamiento,gesti\u00f3n de actualizaci\u00f3n, de acceso a archivos, etc.<br> <br> Ver m\u00e1s informaci\u00f3n en <a href="http://platform.netbeans.org"> platform.NetBeans.org </a>.
-
diff --git a/l10n/src/es/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_es.properties b/l10n/src/es/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_es.properties
deleted file mode 100644
index e11ab76..0000000
--- a/l10n/src/es/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_es.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API para asociaci\u00f3n MIME del Sistema de Archivos
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=La implementaci\u00f3n por omisi\u00f3n de MimeDataProvider.
-OpenIDE-Module-Long-Description=El m\u00f3dulo de Asociaci\u00f3n MIME en el Sistema de Archivos implementa MimeDataProvider que se encarga de buscar objetos en una carpeta jer\u00e1rquica en el sistema de archivos.
-
-
diff --git a/l10n/src/es/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_es.properties b/l10n/src/es/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_es.properties
deleted file mode 100644
index e5d6add..0000000
--- a/l10n/src/es/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_es.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API para asociaci\u00f3n MIME
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=El API para asociaci\u00f3n de MIME.
-OpenIDE-Module-Long-Description=El m\u00f3dulo de asociaci\u00f3n MIME proporciona el API para buscar las configuraciones de dependencias, servicios y otros objetos MIME, Tambi\u00e9n proporciona el SPI que implementa datos adicionales relacionados con el tipo MIME.
-
diff --git a/l10n/src/es/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_es.properties b/l10n/src/es/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_es.properties
deleted file mode 100644
index bf77e9f..0000000
--- a/l10n/src/es/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_es.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Agregar a Favoritos
-ACT_AddOnFavoritesNode=&Agregar a Favoritos...
-ACT_Remove=&Remover de los Favoritos
-ACT_View=Favor&itos
-ACT_Select=Favoritos
-ACT_Select_Main_Menu=Seleccionar en F&avoritos
-
-Favorites=Favoritos
-Templates/Other=Otro
-Templates/Properties=Propiedades de configuraci\u00f3n del usuario
-Templates/Other/Folder=Carpeta
-Templates/Other/file=Archivo vac\u00edo
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Explorador de \u00e1rbol
-ACSD_ExplorerBeanTree=No disponible
-
-# JFileChooser
-CTL_DialogTitle=Agregar a Favoritos
-CTL_ApproveButtonText=Agregar
-ERR_FileDoesNotExist={0} no existe.
-ERR_FileDoesNotExistDlgTitle=Agregar a Favoritos
-
-MSG_NodeNotFound=El nodo del documento no se encontr\u00f3 en la ficha de Favoritos.
-
-# Manifest localization
-OpenIDE-Module-Name=Favoritos
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Permite organizar archivos favoritos.
-OpenIDE-Module-Long-Description=El m\u00f3dulo de Favoritos le permite crear una vista de archivos relevantes a su trabajo, simplificando el acceso a ellos ya que se encuentran en un lugar com\u00fan.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Plantillas
-Templates.Options.Export.displayName=Todas Plantillas
-Favorites.Options.Export.displayName=Favoritos
-
diff --git a/l10n/src/es/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_es.html b/l10n/src/es/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_es.html
deleted file mode 100644
index fea939e..0000000
--- a/l10n/src/es/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_es.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Crea un archivo vacío con una extensión arbitraria en el disco.
-</BODY></HTML>
diff --git a/l10n/src/es/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_es.html b/l10n/src/es/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_es.html
deleted file mode 100644
index 5c09a8c..0000000
--- a/l10n/src/es/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_es.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Crea una nueva carpeta en su disco.
-</BODY></HTML>
diff --git a/l10n/src/es/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_es.properties b/l10n/src/es/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_es.properties
deleted file mode 100644
index c2b1a16..0000000
--- a/l10n/src/es/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_es.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Cerrar
-BTN_TemplatesPanel_OpenInEditorButton=Abrir en el edit&or
-LBL_TemplatesAction_Name=Plan&tillas
-HINT_TemplatesAction=Plantillas personalizadas
-LBL_TemplatesPanel_Title=Administrador de plantillas
-BTN_TemplatesPanel_Delete=&Suprimir
-LBL_TemplatesPanel_TemplatesLabel=Plan&tillas\:
-BTN_TemplatesPanel_Add=&Agregar...
-BTN_TemplatesPanel_RenameButton=&Renombrar
-BTN_TemplatesPanel_DuplicateButton=Du&plicar
-BTN_TemplatesPanel_NewFolder=&Nueva carpeta
-BTN_TemplatesPanel_MoveUp=S&ubir
-BTN_TemplatesPanel_MoveDown=&Bajar
-LBL_TemplatesPanel_JFileChooser_Title=Agregar plantilla existente
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Agregar
-TXT_TemplatesPanel_NewFolderName=Nueva carpeta
-MSG_TemplatesPanel_Nonexistent_File=El archivo ''{0}''\nno existe, indique un archivo que exista.
-
-TemplatesPanel_TemplateNode_DisplayName=Mostrar nombre
-TemplatesPanel_TemplateNode_DisplayName_Desc=Desplegar el nombre de esta plantilla. Mostrar en Archivo|Nuevo como tambi\u00e9n en Herramientas|Plantillas.
-TemplatesPanel_TemplateNode_FileName=Nombre de archivo
-TemplatesPanel_TemplateNode_FileName_Desc=Nombre del archivo representado por esta plantilla.
-TemplatesPanel_TemplateNode_ScriptEngine=Motor script
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Motor de script usado para procesar esta plantilla.
-TemplatesPanel_TemplateNode_TemplateCategories=Categor\u00edas de Plantillas.
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=Una lista de categor\u00edas de plantillas apropiadas para esta plantilla.
-
-ACD_TemplatesPanel_Add=Agregar plantilla
-
-ACD_TemplatesPanel_New=Nueva plantilla
-
-ACD_TemplatesPanel_Duplicate=Duplicar la plantilla seleccionada
-
-ACD_TemplatesPanel_Rename=Renombrar la plantilla
-
-ACD_TemplatesPanel_MoveUp=Subir plantilla seleccionada
-
-ACD_TemplatesPanel_MoveDown=Bajar plantilla seleccionada
-
-ACD_TemplatesPanel_Delete=Suprimir plantilla
-
-TT_TemplatesPanel_Add=Agregar plantilla
-
diff --git a/l10n/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_es.properties b/l10n/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_es.properties
deleted file mode 100644
index 9209a92..0000000
--- a/l10n/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_es.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=No se puede conectar con el URL {0}; no se ha encontrado tal recurso.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Advertencia: el identificador del tema de JavaHelp {0} no se encontr\u00f3.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Cargando conjunto de ayudas...
-ACSD_JavaHelp_viewer=Muestra una o m\u00e1s referencias de ayuda en l\u00ednea en formato de JavaHelp
-ACSD_Loading_Dialog=Cargando conjunto de ayudas
-
-# HelpAction
-LBL_HelpAction=Ayuda
-CTL_OpeningHelp=Abriendo Ayuda...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=Monitor HTTP 
-
-# a11y - BrowserDisplayer
-ACSD_Label=Haga click aqu\u00ed para abrir este v\u00ednculo en un navegador Web.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Mostrando identificador: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Mostrando identificador: {0}
-
-QuickSearch/Help=Ayuda
-Err_CreateJavaHelpSearchEngine=Fall\u00f3 la creaci\u00f3n del motor de b\u00fasqueda JavaHelp.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copiar enlace
-
diff --git a/l10n/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_es.properties b/l10n/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_es.properties
deleted file mode 100644
index d40ef09..0000000
--- a/l10n/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_es.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Integraci\u00f3n JavaHelp 
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Permite establecer el conjunto de  ayuda JavaHelp agregada al IDE.
-OpenIDE-Module-Long-Description=Contiene la biblioteca actual de tiempo de ejecuci\u00f3n JavaHelp  y la implementaci\u00f3n de parte de la API de m\u00f3dulos que permite a otros m\u00f3dulos instalar el conjunto de ayuda mediante tecnolog\u00eda JavaHelp.
-
-Menu/Help/master-help.xml=Ayuda &Contenidos
-Menu/Help/HelpShortcuts=Ayuda &Conjuntos
-Actions/Help/master-help.xml=Ayuda &Contenidos
-
diff --git a/l10n/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_es.html b/l10n/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_es.html
deleted file mode 100644
index 53c0f86..0000000
--- a/l10n/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_es.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-
-<HTML><head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<TITLE>Índice principal</TITLE>
-</HEAD><BODY>
-Esta ventana contiene el conjunto principal de toda la documentación instalada. Puede utilizar los navegadores a la izquierda del IDE para examinar la tabla completa de contenidos e índices para realizar búsquedas de toda la documentación en el índice y la búsqueda full-text.
-</BODY></HTML>
diff --git a/l10n/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_es.xml b/l10n/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_es.xml
deleted file mode 100644
index fffa7d2..0000000
--- a/l10n/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_es.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-
-Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-Other names may be trademarks of their respective owners.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-particular file as subject to the "Classpath" exception as provided
-by Oracle in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
-<helpset version="2.0">
-    <title>Ayuda</title>
-    <maps>
-        <homeID>org.netbeans.api.javahelp.MASTER_ID</homeID>
-        <mapref location="masterHelpMap.jhm"/>
-    </maps>
-    <view mergetype="javax.help.UniteAppendMerge">
-        <name>TOC</name>
-        <label>Contenido</label>
-        <type>javax.help.TOCView</type>
-        <data>masterHelpToc.xml</data>
-    </view>
-    <!--
-    <view mergetype="javax.help.SortMerge">
-        <name>Index</name>
-        <label>Index</label>
-        <type>javax.help.IndexView</type>
-    </view>
-    -->
-    <view>
-        <name>Search</name>
-        <label>Buscar</label>
-        <type>javax.help.SearchView</type>
-    </view>
-    <!--
-    <view>
-        <name>Favorites</name>
-        <label>Favorites</label>
-        <type>javax.help.FavoritesView</type>
-    </view>
-    -->
-    <presentation default="true" displayviews="true" displayviewimages="false">
-        <name>main window</name>
-        <toolbar>
-            <helpaction image="helpviewer_back">javax.help.BackAction</helpaction>
-            <helpaction image="helpviewer_forward">javax.help.ForwardAction</helpaction>
-            <helpaction image="helpviewer_print">javax.help.PrintAction</helpaction>
-            <helpaction image="helpviewer_page-setup">javax.help.PrintSetupAction</helpaction>
-        </toolbar>
-    </presentation>
-    <presentation displayviews="false">
-        <name>NBSecondaryWindow</name>
-        <size width="600" height="400" />
-        <location x="200" y="200" />
-    </presentation>
-
-    </helpset>
diff --git a/l10n/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_es.html b/l10n/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_es.html
deleted file mode 100644
index c4dca24..0000000
--- a/l10n/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_es.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>El módulo no está habilitado</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>El módulo no está habilitado</h2>
-<p>El tema de ayuda que intenta ver está situado en el módulo {0}, que actualmente está desactivado. Para activar módulos instalados pero desactivados:</p>
-<ol><li>Seleccione Herramientas > Complementos (Preferencias de Netbeans en Mac).</li>
-    <li>Ir la ficha Instalado</li>
-    <li>Seleccione el módulo {0} y haga clic en Activar</li> </ol>
-</body>
-</html>
diff --git a/l10n/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_es.html b/l10n/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_es.html
deleted file mode 100644
index b0e2954..0000000
--- a/l10n/src/es/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_es.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>El módulo no está instalado</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>El módulo no está instalado</h2>
-<p>El tema de ayuda que intenta ver está situado en el módulo {0}, que actualmente no está instalado. Este módulo se podrían orientar como un complemento. Para comprobar, seleccione Herramientas > Complementos.
-</p>
-</body>
-</html>
diff --git a/l10n/src/es/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_es.properties b/l10n/src/es/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_es.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/es/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_es.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/es/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_es.properties b/l10n/src/es/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_es.properties
deleted file mode 100644
index cd00f74..0000000
--- a/l10n/src/es/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_es.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Valor de ejemplo para garantizar que el descifrado est\u00e1 trabajando.
-FallbackProvider.msg_clear_keys=El password almacenado anteriormente no  puede ser desencriptado. \u00bfDesea borrar todas las contrase\u00f1as existentes?
-FallbackProvider.title_clear_keys=Eliminar las Contrase\u00f1as almacenadas
-MasterPasswordPanel.masterPasswordLabel.text=C&ontrase\u00f1a maestra:
-MasterPasswordPanel.setNewBox.text=&Cambiar...
-MasterPasswordPanel.newLabel1.text=&Nueva contrase\u00f1a maestra:
-MasterPasswordPanel.newLabel2.text=&Reescribir:
-MasterPasswordPanel.ok=Aceptar
-MasterPasswordPanel.enter_master_password=Ingrese la contrase\u00f1a maestra
-MasterPasswordPanel.enter_password=Introduzca la contrase\u00f1a
-MasterPasswordPanel.enter_new_password=Ingrese nueva contrase\u00f1a
-MasterPasswordPanel.password_mismatch=Las nuevas contrase\u00f1as no coinciden
-MasterPasswordPanel.explanation.text=NetBeans puede recordar contrase\u00f1as para usted, pero para protegerlo es necesario que escriba una contrase\u00f1a principal. Si usted no ha elegido todav\u00eda, h\u00e1galo ahora; se le pedir\u00e1 para en las sesiones posteriores cuando sea necesario. Tambi\u00e9n puede cambiar la contrase\u00f1a principal cuando se le pregunte.
-
diff --git a/l10n/src/es/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_es.properties b/l10n/src/es/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_es.properties
deleted file mode 100644
index 897c3b3..0000000
--- a/l10n/src/es/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_es.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=No se puede crear el archivo {0} en {1} de carpeta.
-EXC_CannotCreateExistingData=No se puede crear el archivo {0} en {1} de carpeta. Este archivo ya existe.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=No se puede crear la carpeta  {0} en la carpeta {1}.
-EXC_CannotCreateExistingFolder=No se puede crear la carpeta  {0} en la carpeta {1}. El folder existe.
-
-# {0} - the file
-EXC_CannotLock=No se puede bloquear archivo de solo lectura {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=No es posible eliminar el archivo {0} en {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=No es posible renombrar el archivo {0} desde {1} a {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=El bloque  no es v\u00e1lido [{0}] para el archivo {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=No se puede cambiar el nombre de la ra\u00edz de un sistema de ficheros {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=No se puede cambiar el nombre de la ra\u00edz de un sistema de ficheros {0}.
-
-EXC_CannotLockRoot=No se puede bloquear la ra\u00edz.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=No se puede obtener un acceso exclusivo a la {0} (probablemente abierto para lectura).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=No se puede acceder compartido a {0} (probablemente abri\u00f3 para escritura).
-
diff --git a/l10n/src/es/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_es.properties b/l10n/src/es/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_es.properties
deleted file mode 100644
index 2925fc5..0000000
--- a/l10n/src/es/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_es.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=Archivo {0} ya est\u00e1 bloqueado.
-EXC_FileLockAlreadyExists=Ya est\u00e1 bloqueado archivo {0} (bloqueo {1} existe).
-# {0} - full path
-FileObj.readOnlyFile=Archivo {0} no se puede escribir porque es de s\u00f3lo lectura.
-
diff --git a/l10n/src/es/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_es.properties b/l10n/src/es/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_es.properties
deleted file mode 100644
index c5ce726..0000000
--- a/l10n/src/es/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_es.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Sistema de archivos de Maestro
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Combina varios proveedores de sistema de ficheros en un \u00fanico \u00e1rbol l\u00f3gico.
-OpenIDE-Module-Long-Description=Crea mounts para las ra\u00edces de disco y, a continuaci\u00f3n, splices en otros sistemas de ficheros como VCS mounts, proporcionando un solo contenedor Filesystem para todos ellos.
-
-LBL_loaderName=FolderLoader para MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=No se puede cambiar el nombre de la ra\u00edz de un sistema de ficheros {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=No se puede copiar la ra\u00edz de un sistema de ficheros {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=No se puede mover la ra\u00edz de un sistema de ficheros {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=No se puede cambiar el nombre de la ra\u00edz de un sistema de ficheros {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=No es posible renombrar el archivo {0} desde {1} a {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Sistema de archivos {0} es de s\u00f3lo lectura.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Sistema de archivos {1} no se puede montar en la ra\u00edz {0}, porque el sistema de archivos ya est\u00e1 montado {2}.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Sistema de archivos {1} no se puede montar en la ra\u00edz {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Sistema de archivos {0} no puede ser desmontado. 
-
diff --git a/l10n/src/es/platform/options-api/options-api/org/netbeans/modules/options/Bundle_es.properties b/l10n/src/es/platform/options-api/options-api/org/netbeans/modules/options/Bundle_es.properties
deleted file mode 100644
index 3565b44..0000000
--- a/l10n/src/es/platform/options-api/options-api/org/netbeans/modules/options/Bundle_es.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Di\u00e1logo de opciones y SPI
-OpenIDE-Module-Display-Category=Herramientas
-OpenIDE-Module-Short-Description=Proporciona el di\u00e1logo de opciones y un SPI para a\u00f1adirle paneles.
-OpenIDE-Module-Long-Description=Proporciona el di\u00e1logo Herramientas | Opciones. El SPI permite a\u00f1adir paneles nuevos completos o secciones al panel Varios
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Opciones
-CTL_Options_Dialog_Title=Opciones
-CTL_OK=Aceptar
-CTL_Classic=Opciones avanzadas
-CTL_Classic_Title=Opciones avanzadas
-CTL_Modern=Opciones &b\u00e1sicas
-CTL_Loading_Options=Cargando configuraci\u00f3n...
-CTL_Error_Loading_Options=Fall\u00f3 la carga de opciones.
-CTL_Some_values_changed=Existen varios cambios. \u00bfDesea aplicarlos?
-
-CTL_General_Options=&General
-CTL_General_Options_Title=general
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=&Tipos de letra y colores
-CTL_Font_And_Color_Options_Title=Tipos de letra y colores
-CTL_Keymap_Options=&Mapa de teclado
-CTL_Keymap_Options_Title=Mapa de teclado
-
-CTL_Export=Expor&tar
-CTL_Import=&Importar
-
-#A11Y
-ACS_OKButton=Aceptar
-ACS_ClassicButton= Activar el di\u00e1logo Opciones avanzadas
-ACS_OptionsPanel=Di\u00e1logo opciones
-ACS_Export=Exportar Opciones
-ACS_Import=Importar Opciones
-TabbedController.pane.AD=Panel de Opciones
-
-QuickSearch/GoToOption=Opciones
-
diff --git a/l10n/src/es/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_es.properties b/l10n/src/es/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_es.properties
deleted file mode 100644
index f45a6ad..0000000
--- a/l10n/src/es/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_es.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Varios
-CTL_Advanced_Options_Title=Varios
-CTL_Advanced_Options_Description=Varios
-AdvancedPanel.tabbedPanel.AD=Panel de Varios elementos
-Advanced.Export.Category=Varios
-
diff --git a/l10n/src/es/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_es.properties b/l10n/src/es/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_es.properties
deleted file mode 100644
index fd38858..0000000
--- a/l10n/src/es/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_es.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Definir aqu\u00ed
-LBL_action_revert=Revertir definici\u00f3n
-LBL_action_delete=Eliminar
-
-MSG_ask_remove_above_defined_files=Traslado de la definici\u00f3n de aqu\u00ed para eliminar los valores almacenados en las capas de la izquierda de la columna seleccionada.\n\n\u00bfDesea continuar?
-
-#file state tooltips
-LBL_fstate_defined=Configurando definici\u00f3n
-LBL_fstate_ignored=Valor de configuraci\u00f3n no utilizado
-LBL_fstate_inherited=Configuraci\u00f3n no heredada
-LBL_fstate_undefined=El valor de configuraci\u00f3n no est\u00e1 definido aqu\u00ed 
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=Usuario
-LBL_FSP_Desc_Session-Layer=Nivel de configuraciones de la sesi\u00f3n
-LBL_FSP_Modules-Layer=Predeterminado
-LBL_FSP_Desc_Modules-Layer=Nivel de configuraciones de la instalaci\u00f3n predeterminado
-
-#OptionsAction
-Options=&Opciones
-CTL_close_button=&Cerrar
-ACSD_close_button=No disponible
-ACSN_optionsTree=No disponible
-ACSD_optionsTree=No disponible
-LBL_computing=Inicializando configuraci\u00f3n...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Mostrar niveles (presionar +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Ocultar niveles (presionar +)
-CTL_Templates_name=Plantillas
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorador
-ACSN_ExplorerBeanTree=Explorador de \u00e1rbol
-ACSD_ExplorerBeanTree=No disponible
-
diff --git a/l10n/src/es/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_es.properties b/l10n/src/es/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_es.properties
deleted file mode 100644
index 5993f28..0000000
--- a/l10n/src/es/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_es.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Seleccione Opcion para Exportaci\u00f3n:
-OptionsChooserPanel.outline.all=Todo
-OptionsChooserPanel.outline.header.tree=Opciones Disponibles
-OptionsChooserPanel.outline.AN=Opciones Disponibles
-OptionsChooserPanel.outline.AD=Tres de las opciones disponibles
-OptionsChooserPanel.lblFile.text=Archivo zip &objetivo:
-OptionsChooserPanel.btnBrowse=Examina&r...
-OptionsChooserPanel.btnBrowse.AN=Examinar
-OptionsChooserPanel.btnBrowse.AD=Examinar
-OptionsChooserPanel.txtFile.AD=Fuente o destino de importaci\u00f3n/exportaci\u00f3n.
-OptionsChooserPanel.loading=Cargando...
-OptionsChooserPanel.file.warning=Por favor, seleccione un archivo zip destino valido.
-OptionsChooserPanel.nooption.warning=Por favor, seleccione algo para exportar.
-OptionsChooserPanel.file.chooser.title=Seleccione el archivo zip destino
-OptionsChooserPanel.file.chooser.approve=Aceptar
-OptionsChooserPanel.export.title=Selecciones opciones para exportaci\u00f3n.
-OptionsChooserPanel.export.status.text=Exportar opciones terminado.
-OptionsChooserPanel.import.title=Seleccione opciones a importar
-OptionsChooserPanel.import.lblFile.text=&Importar fuentes:
-OptionsChooserPanel.import.lblHint.text=&Seleccione opciones a importar:
-OptionsChooserPanel.import.file.warning=Seleccione un archivo zip valido o un userdir
-OptionsChooserPanel.import.nooption.warning=Seleccione algo a importar
-OptionsChooserPanel.import.file.chooser.title=Seleccione un archivo zip o userdir
-OptionsChooserPanel.import.invalid.userdir.title=UserDir no v\u00e1lido?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Carpeta {0} no parece ser v\u00e1lida userdir. \u00bfEst\u00e1 seguro de que desea importar las opciones de esta ubicaci\u00f3n?
-OptionsChooserPanel.AD=Panel para escoger opciones de exportar/importar
-OptionsChooserPanel.import.error=Error mientras se importan opciones. Ejecutar el IDE con los parametros -J-Dorg.netbeans.modules.options.export.level=100 y mire al Log para obtener detalles.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Archivo zip no valido: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Error al escribir el archivo {0}.
-ImportConfirmationPanel.title=Confirmaci\u00f3n de importar
-ImportConfirmationPanel.cbRestart.text=&Reiniciar el IDE ahora (si no lo hace la configuraci\u00f3n puede no trabajar correctamente)
-ImportConfirmationPanel.cbRestart.AD=Decida entre resturar el IDE ahora o mas tarde.
-ImportConfirmationPanel.cbRestart.AN=\u00bfReiniciar IDE ahora?
-ImportConfirmationPanel.lblMessage.text=Importaci\u00f3n de forma irreversible puede sobrescribir la configuraci\u00f3n actual. Para realizar la exportaci\u00f3n en primer lugar realice una copia de seguridad de las opciones. \u00bfDesea continuar?
-ImportConfirmationPanel.lblMessage.AD=Mensaje de confirmaci\u00f3n
-ImportConfirmationPanel.AN=Confirmar Importaci\u00f3n 
-ImportConfirmationPanel.AD=Confirmar importaci\u00f3n 
-ExportConfirmationPanel.title=Advertencia de almacenamiento de contrase\u00f1as
-ExportConfirmationPanel.lblMessage.text=La configuraci\u00f3n exportada puede contener contrase\u00f1as almacenadas. El compartir su configuraci\u00f3n con otros usuarios representa un potencial riesgo de seguridad. \u00bfDesea continuar?
-ExportConfirmationPanel.cbSkip.text=&Ignorar este mensaje de advertencia la siguiente vez
-ExportConfirmationPanel.cbSkip.AN=\u00bfIgnorar este mensaje de advertencia la siguiente vez?
-ExportConfirmationPanel.cbSkip.AD=Decida si ignora o muestra este mensaje de advertencia la siguiente vez.
-ExportConfirmationPanel.lblMessage.AD=Mensaje de confirmaci\u00f3n
-ExportConfirmationPanel.AN=Advertencia de almacenamiento de contrase\u00f1as
-ExportConfirmationPanel.AD=Advertencia de almacenamiento de contrase\u00f1as
-
diff --git a/l10n/src/es/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_es.properties b/l10n/src/es/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_es.properties
deleted file mode 100644
index 01b8098..0000000
--- a/l10n/src/es/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_es.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Opciones de Mapa de teclado
-
-CTL_Keymap_Options=&Mapa de teclado
-CTL_Keymap_Options_Title=Mapa de teclado
-CTL_Keymap_Options_Description=Mapa de teclado
-
-CTL_Duplicate=Ad&ministrar Profiles...
-AN_Duplicate=Duplicar
-AD_Duplicate=Duplicar
-CTL_Delete=&Suprimir
-AN_Delete=Eliminar
-AD_Delete=Eliminar
-CTL_Restore=&Restaurar
-AN_Restore=Restaurar
-AD_Restore=Restaurar
-CTL_Show_Actions=Accio&nes
-AN_Show_Actions=Acciones
-AD_Show_Actions=Acciones
-CTL_Show_Shortcuts=Acce&sos r\u00e1pidos
-AN_Show_Shortcuts=Accesos r\u00e1pidos
-AD_Show_Shortcuts=Accesos r\u00e1pidos
-CTL_Add_Shortcut=A\u00f1a&dir...
-AN_Add_Shortcut=Agregar
-AD_Add_Shortcut=Agregar
-CTL_Remove_Shortcut=&Eliminar
-AN_Remove_Shortcut=Eliminar
-AD_Remove_Shortcut=Eliminar
-CTL_Actions=Accio&nes:
-AN_Actions=Acciones
-AD_Actions=Acciones
-CTL_Shortcuts=Acce&sos r\u00e1pidos:
-AN_Shortcuts=Accesos r\u00e1pidos
-AD_Shortcuts=Accesos r\u00e1pidos
-AN_Profiles=Perfiles
-AD_Profiles=Perfiles
-Show_Actions=Accio&nes
-Show_Shortcuts=Acce&sos r\u00e1pidos
-Keymaps=&Combinaci\u00f3n de teclas
-CTL_Keymap_Name=&Perfil:
-View_By=&Ver por:
-Shortcut=Acce&so r\u00e1pido:
-Add_Shortcut_Dialog=A\u00f1adir acceso r\u00e1pido
-CTL_Create_New_Profile_Message=&Nombre Profile:
-CTL_Create_New_Profile_Title=Di\u00e1logo para crear un nuevo perfil
-Shortcut_Conflict=<html>El acceso r\u00e1pido ya fue asignadoa la acci\u00f3n {0}. Si contin\u00faa, el acceso r\u00e1pido se reasignar\u00e1.
-CTL_Clear=Lim&piar
-AN_Clear=Limpiar bot\u00f3n del acceso r\u00e1pido
-AD_Clear=Limpiar el campo del acceso r\u00e1pido
-CTL_Tab=&Tabulador
-AN_Tab=Insertar bot\u00f3n de caracter de tabulaci\u00f3n
-AD_Tab=Insertar caracter de tabulaci\u00f3n
-CTL_Duplicate_Profile_Name=Profile con ese nombre ya existe.\n Elija otro nombre.
-
-CTL_Export_IDE_Actions_Action=Exportar Acciones del IDE a XML
-CTL_Export_IDE_Shortcuts_Action=Exportar Accesos R\u00e1pidos del IDE a XML
-CTL_Export_Editor_Shortcuts_Action=Exportar Accesos R\u00e1pidos del Editor a XML
-CTL_Export_Shortcuts_to_HTML_Action=Exportar Accesos r\u00e1pidos a HTML
-
-CTL_Other=Otro
-AN_Shortcut=Campo de acceso r\u00e1pido
-AD_Shortcut=Campo de acceso r\u00e1pido
-AN_ShortcutsDialog=Escriba una combinaci\u00f3n de teclas
-AD_ShortcutsDialog=Escriba una combinaci\u00f3n de teclas
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Cambiar al perfil de mapa de teclas de {1} a {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Busqueda rapida: Invocando {1} action, class {0}
-
-QuickSearch/Actions=Acciones
-MSG_ActionFailure=La acci\u00f3n {0} no puede ser invocada atrav\u00e9s del Buscador R\u00e1pido...
-
-# Quicksearch options
-KW_KeymapOptions=Opciones de Mapa de teclado, Accesos r\u00e1pidos de teclado, Enlace de teclas
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=Bu&squeda:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Campos usados para reducir la lista de atajos
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Buscar en los atajos:
-
-# Conflict dialogs
-Override_Shortcut=<html>Siguiente  Action(s): <br>{0} conflicto con esa tarea. Desea sobreescribir?
-Conflicting_Shortcut_Dialog=Conflicto con el Dialogo de Atajos
-Override_All=<html>Siguiente Action(s): <br>{0} conflicto con esta restauraci\u00f3n. Desea sobreescribirlo todo?
-Alternative_Shortcut=(atajos alternativos)
-
-#Table columns
-Actions=Acciones
-Shortcut=Abreviatura
-Category=Categor\u00eda
-Scope=\u00c1mbito
-
-#Keymap Popup
-Edit=Editar...
-Add_Alternative=Agregar Alternativa
-Reset_to_Default=Restablecer al valor predeterminado
-Clear=Limpiar
-
-#Keymap completion
-No_Free_Shortcut=Atajo libre no recomendado con el prefijo "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicar
-ProfilesPanel.exportButton.text=&Exportar
-ProfilesPanel.deleteButton.text=E&liminar
-ProfilesPanel.importButton.text=&Importar
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Profiles scroll pane
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Scroll pane para profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=Lista de profiles de atajos
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Profile importados desde archivos externos
-ProfilesPanel.AccessibleContext.accessibleDescription=Panel de Profiles 
-ProfilesPanel.restoreButton.text=&Restaurar valores predeterminados
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restaurar defectos almacenados
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Profile existente duplicado
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exportar profile actual
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Eliminar el profile personalizado seleccionado
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=Administrar Atajos Profiles
-CTL_Files=Archivos
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Keymaps
-Keymaps.Options.Export.Profiles.displayName=Keymap Profiles
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/es/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_es.properties b/l10n/src/es/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_es.properties
deleted file mode 100644
index 6e4ab2f..0000000
--- a/l10n/src/es/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_es.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Integraci\u00f3n de extensiones de distribuciones de Swing
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Empaqueta la biblioteca de distribuciones de Swing.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo empaqueta la biblioteca de extensiones de distribuciones de Swing (de swing-layout.dev.java.net). 
-OpenIDE-Module-Deprecation-Message=Utilice javax.swing.GroupLayout en su lugar. (En el editor del formulario: seleccione Form ... en el inspector de objetos; cambie "Estilo de Generaci\u00f3n de Estructura" a "Java Est\u00e1ndar" c\u00f3digo 6.)
-
diff --git a/l10n/src/es/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_es.properties
deleted file mode 100644
index b5e79fb..0000000
--- a/l10n/src/es/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_es.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contiene anotaciones usadas para el an\u00e1lisis de est\u00e1ticos, tales como @SuprressWarnings es usado para FindBugs.
-OpenIDE-Module-Name=Common Annotations
-OpenIDE-Module-Short-Description=Anotaciones comunes, nombrados por detecci\u00f3n de defectos
-
diff --git a/l10n/src/es/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_es.properties
deleted file mode 100644
index e5bf808..0000000
--- a/l10n/src/es/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_es.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=Cancelar proceso
-CTL_ProcessListAction=&Procesos
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/es/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_es.properties
deleted file mode 100644
index 9b610cf..0000000
--- a/l10n/src/es/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_es.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de progreso
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=APIs para las tareas de visualizaci\u00f3n.
-OpenIDE-Module-Long-Description=Permite registrar las tareas o  los procesos de larga duraci\u00f3n de m\u00f3dulos en un lugar central.
-
diff --git a/l10n/src/es/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_es.properties
deleted file mode 100644
index 48aacb5..0000000
--- a/l10n/src/es/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_es.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Componente Scene
-ACS_SceneComponentDesc=Vista Scene
-
diff --git a/l10n/src/es/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_es.properties
deleted file mode 100644
index 7b8bad7..0000000
--- a/l10n/src/es/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_es.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de la biblioteca visual
-OpenIDE-Module-Short-Description=API de la biblioteca visual
-
diff --git a/l10n/src/es/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_es.properties
deleted file mode 100644
index ce639a9..0000000
--- a/l10n/src/es/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_es.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=Una instancia del mismo programa ya esta corriendo en el directorio de usuario.\nO bien una sesi\u00f3n previa del programa no termino correctamente u otra instancia\ndel programa esta en ejecuci\u00f3n en una computadora diferente usando el mismo directorio de usuario.\n\nSi otra sesi\u00f3n del programa esta corriendo en el mismo directorio de usuario, haga click\nCancelar para evitar la corrupci\u00f3n del directorio de usuario. Si esta seguro que no existe otra\ninstancia del programa ejecutandose en el directorio de usuario, click OK para continuar.
-MSG_AlreadyRunningTitle=Advertencia
-
-EXC_not_a_module={0} no es un m\u00f3dulo v\u00e1lido de NetBeans.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Arranque
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=El arranque del n\u00facleo de las aplicaciones basadas en NetBeans.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo proporciona la infraestructura inicial que carga el resto de la aplicaci\u00f3n. No se puede deshabilitar.
-
-MSG_InstallJava6=No se puede ejecutar en versiones anteriores a Java 6 Edici\u00f3n Est\u00e1ndar. \nInstale Java 6 Edici\u00f3n Est\u00e1ndar o una versi\u00f3n superior, o use la opci\u00f3n --jdkhome\n apuntando al directorio de instalaci\u00f3n
-MSG_NeedsJava6=Se necesita Java Edici\u00f3n Est\u00e1ndar 6 o superior
-
diff --git a/l10n/src/es/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_es.properties
deleted file mode 100644
index 2d55693..0000000
--- a/l10n/src/es/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_es.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Salida {0}
-CTL_ProgramIO={0} - E/S
-
-# Install
-LAB_EndTasks=&Salir del IDE
-ACSD_EndTasks=No disponible
-CTL_PendingTitle=Salir del IDE
-ACSD_PendingTitle=No disponible
-LAB_PendingTasks=Si sale del IDE, se cerrar\u00e1n los siguientes procesos:
-ACSD_PendingTasks=No disponible
-# {0} - process name
-CTL_PendingExternalProcess2=Proceso - {0}
-# {0} - action name
-CTL_ActionInProgress={0} acci\u00f3n en progreso
-
diff --git a/l10n/src/es/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_es.properties
deleted file mode 100644
index 585e0ab..0000000
--- a/l10n/src/es/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_es.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Remover
-CTL_MoveUp=S&ubir
-CTL_MoveDown=&Bajar
-CTL_AddDirectory=Agregar director&io
-CTL_AddJAR=Agregar archivo &JAR/ZIP...
-CTL_JarArchivesMask=Archivos JAR y ZIP
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=No disponible
-ACSD_MoveUp=No disponible
-ACSD_MoveDown=No disponible
-ACSD_AddDirectory=No disponible
-ACSD_AddJAR=No disponible
-ACSD_PathList=No disponible
-ACSD_CustomNbClassPathEditor=No disponible
-CTL_Edit_Jar_Dialog_Title=Editar archivo JAR
-CTL_Edit_Local_Dialog_Title=Editar directorio local
-CTL_Approve_Button_Title=Aceptar
-CTL_FileSystemPanel.Jar_Dialog_Title=Agregar archivo JAR
-CTL_FileSystemPanel.Local_Dialog_Title=Agregar directorio local
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Procesos\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Argumentos\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Sugerencia para los argumentos
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Examinar...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=No disponible
-ACSD_NbProcessDescriptorCustomEditor.processLabel=No disponible
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=No disponible
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=No disponible
-ACSD_CustomNbProcessDescriptorEditor=No disponible
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Ruta de Entradas
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=Lista de rutas de entradas para ser editadas.
-
diff --git a/l10n/src/es/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_es.properties
deleted file mode 100644
index 6f06d4b..0000000
--- a/l10n/src/es/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_es.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=N\u00facleo - Ejecuci\u00f3n
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Implementaci\u00f3n de un motor de ejecuci\u00f3n.
-OpenIDE-Module-Long-Description=Agrega funcionaliad para ejecutarse dentro de la plataforma. Contiene clases que implementan la parte de la ejecuci\u00f3n de APIs y el GUI correspondiente.
-
diff --git a/l10n/src/es/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_es.properties
deleted file mode 100644
index 121bd43..0000000
--- a/l10n/src/es/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_es.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=&Salida
-
-#Title for I/O window
-LBL_IO_WINDOW=Salida
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Cerrar pesta\u00f1a
-LBL_CloseAll=Cerrar todas las pesta\u00f1as
-LBL_CloseOthers=Cerrar otras pesta\u00f1as
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Salida
-
diff --git a/l10n/src/es/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_es.properties
deleted file mode 100644
index a57196c..0000000
--- a/l10n/src/es/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_es.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editores
-EditorsAction.source=&Fuente
-GetLeftEditorAction.name=Editores - Iterar la izquierda
-
-GetRightEditorAction.name=Editoress - Iterar la derecha
-
-TabButton.tool_tip={0} Vista
-
diff --git a/l10n/src/es/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_es.properties
deleted file mode 100644
index 9eefc78..0000000
--- a/l10n/src/es/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_es.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Ventanas multivistas
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Estructura y APIs de ventanas Multivista
-OpenIDE-Module-Long-Description=Estructura y APIs de ventanas Multivista
-
diff --git a/l10n/src/es/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_es.properties
deleted file mode 100644
index 3fffcf5..0000000
--- a/l10n/src/es/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_es.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Acceso nativo
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Usa enlaces nativos utilizando biblioteca JNA para proporcionar un avanzado efecto visual para el sistema de ventanas.
-OpenIDE-Module-Long-Description=Usa enlaces nativos utilizando biblioteca JNA para proporcionar un avanzado efecto visual para el sistema de ventanas.
-
diff --git a/l10n/src/es/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_es.properties
deleted file mode 100644
index f1e8b56..0000000
--- a/l10n/src/es/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_es.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparencia
-
diff --git a/l10n/src/es/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_es.properties
deleted file mode 100644
index 7d54542..0000000
--- a/l10n/src/es/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_es.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Integraci\u00f3n OSGi con NetBeans
-
diff --git a/l10n/src/es/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_es.properties
deleted file mode 100644
index 82a4601..0000000
--- a/l10n/src/es/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_es.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Ejecuci\u00f3n de NetBeans en OSGi
-
diff --git a/l10n/src/es/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_es.properties
deleted file mode 100644
index 7f4b616..0000000
--- a/l10n/src/es/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_es.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Ventana de Salida
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Un \u00e1rea de texto simple basado enla implementaci\u00f3n de la ventana de salida
-OpenIDE-Module-Long-Description=La ventana de salida est\u00e1 basada en java.swing.text.Document sobre un ByteBuffer/CharBuffer
-
-#Title for the output window
-LBL_OUTPUT=Salida
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=No se puede escribir en el directorio temporal del sistema ({0})
-MSG_GenericError=Problemas escribiendo en el archivo de salida
-
-LBL_STDOUT=Salida est\u00e1ndar
-FMT_FILE_EXISTS={0} existe.  \u00bfSobrescribir?
-TITLE_SAVE_DLG=Guardar salida como
-
-LBL_SaveAsFailedTitle=Error al guardar
-MSG_SaveAsFailed=Error al escribir el archivo {0}.
-
-MSG_SearchFromBeg=Final de la salida alcanzado. Continuando la b\u00fasqueda desde el principio.
-MSG_SearchFromEnd=Comienzo de la salida alcanzado. Continuando la b\u00fasqueda desde el final.
-MSG_Found=''{0}'' encontrado en {1}:{2}
-MSG_NotFound=No se ha encontrado ''{0}''
-
-#OutputWindowAction
-OutputWindow=&Salida
-
-#Find Dialog
-LBL_Find_Title=Encontrar
-LBL_Find_What=Encontrar:
-LBL_Use_RegExp=&Expresi\u00f3n regular
-LBL_Match_Case=Coincidir &mayusculas
-BTN_Find=&Encontrar
-ACSN_Find=No disponible
-ACSD_Find=Encontrar
-ACSD_FindBTN=No disponible
-ACSD_Find_What=No disponible
-
-LBL_Filter_Title=Filtro
-LBL_Filter_What=Mantienen l\u00edneas que contienen:
-BTN_Filter=&Filtro
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=Selector de tipo de letra
-BTN_Defaul_Font=Fuente por defecto
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=\u00bfSobreescribir archivo?
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=Expresi\u00f3n regular no v\u00e1lida
-FMT_Invalid_RegExp=Error de sintaxis en {0}
-
-#Output window popup menu
-ACTION_COPY=Copiar
-ACTION_PASTE=Pegar
-ACTION_WRAP=Ajustar texto
-ACTION_SAVEAS=guardar como...
-ACTION_CLOSE=Cerrar
-ACTION_CLEAR=Limpiar
-ACTION_PREV_ERROR=Error anterior
-ACTION_NEXT_ERROR=Siguiente error
-ACTION_SELECT_ALL=Seleccionar todo
-ACTION_FIND=Buscar...
-ACTION_FIND_NEXT=encontrar siguiente
-ACTION_FIND_PREVIOUS=encontrar anterior
-ACTION_LARGER_FONT=Larger Font
-ACTION_SMALLER_FONT=Smaller Font
-ACTION_FONT_TYPE=Elegir Fuente...
-ACTION_FILTER=Filtro...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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=Se ejecut\u00f3 sin espacio en el disco {0} para los archivos temporales de salida .  Para hacer m\u00e1s  espacio disponible en el disco, cambie el directorio temporal del sistema, o ejecute -J-Dnb.output.heap=true
-
-MSG_LINE_TOO_LONG=...la l\u00ednea es muy larga, cambie al modo de ajuste de l\u00ednea para ver toda la l\u00ednea ...
-
diff --git a/l10n/src/es/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_es.properties
deleted file mode 100644
index b2bd4bc..0000000
--- a/l10n/src/es/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_es.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Entrada
-LBL_EOF=&Cerrar entrada
-TIP_EOF=Cierra el componente de entrada y envia un caracter de fin-de-l\u00ednea a cualquiera de los lectores
-TIP_INPUT=Escriba un texto y presione Intro para enviarlo al proceso que se est\u00e1 ejecutando
-
-#Output window tab popup
-LBL_Close=Cerrar pesta\u00f1a
-LBL_CloseAll=Cerrar todas las pesta\u00f1as
-LBL_CloseOthers=Cerrar otras pesta\u00f1as
-
diff --git a/l10n/src/es/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_es.properties
deleted file mode 100644
index 2a216cf..0000000
--- a/l10n/src/es/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_es.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Inicio
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Carga y activa m\u00f3dulos.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo proporciona la funcionalidad central para iniciar, cargar y activar los m\u00f3dulos correctos.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user no esta establecido.\nVerifique el gui\u00f3n (script) de inicio de NetBeans.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Directorio de usuario ({0}) no debe residir dentro del directorio de install de NetBeans ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Iniciando Plataforma NetBeans
-# The Title of the About Box
-CTL_About_Title=Acerca de
-CTL_About_Detail=Detalles
-ACSD_AboutDialog=No disponible
-ACSN_AboutTabs=No disponible
-ACSD_AboutTabs=No disponible
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=Es esperaba nombre de clase del Interfaz de usuario (UI), se usar\u00e1 UI por omisi\u00f3n...
-ERR_UserDirExpected=Se esperaba directorio despu\u00e9s de la opci\u00f3n  --userdir
-ERR_UINotFound=No se encontr\u00f3 clase de Interfaz de Usuario (UI), se usar\u00e1 UI por omisi\u00f3n...
-ERR_FontSizeExpected=Se esperaba tama\u00f1o de la letra, se usar\u00e1 el tama\u00f1o por omisi\u00f3n...
-ERR_BadFontSize=El tama\u00f1o de la letra est\u00e1 en un formato err\u00f3neo, se usar\u00e1 el tama\u00f1o por omisi\u00f3n...
-ERR_BrandingNeedsArgument=La opci\u00f3n --branding necesita de un argumento
-ERR_LocaleExpected=Se espera especificaci\u00f3n de la configuraci\u00f3n  despu\u00e9s--cambiar la configuraci\u00f3n 
-
-
-CTL_Netbeanshome_notexists=netbeans.home apunta a un directorio que no existe.
-CTL_Netbeanshome1=netbeans.home no apunta a un directorio.
-CTL_Netbeanshome2=netbeans.user apunta a un directorio que no existe.
-CTL_Netbeanshome3=netbeans.user no apunta a un directorio.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=no se puede crear el directorio del sistema en {0}. Un archivo con el mismo nombre ya existe.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=no se puede crear el directorio del sistema en {0}.
-CTL_Cannot_mount_system_fs=No se puede cargar el sistema de archivos, saliendo...
-
-#startup info messages
-MSG_IDEInit=Iniciando...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=No se puede conectar con el URL {0}. Los recursos no fueron encontrados.
-
-GTK_FONTSIZE_UNSUPPORTED=La opci\u00f3n --fontsize no es permitido en Look and Feel GTK. Ajustar el tama\u00f1o del tipo de letra de su escritorio.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Error: {0}
-EXC_GraphicsStartFails2=Ver  {0} para detalles.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=El m\u00f3dulo {0} fue requerido en la versi\u00f3n >= {1} pero solo se encontr\u00f3 {2}.
-# {0} - module display name
-MSG_problem_other_disabled=El m\u00f3dulo {0} tendr\u00eda que ser instalado.
-LBL_no_impl_version=[versi\u00f3n no especificada]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=El m\u00f3dulo {0} fue encontrado en la implementaci\u00f3n de la versi\u00f3n  "{1}" pero sea ha encontrado "{2}".
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=El m\u00f3dulo llamado {0} es necesario pero no se encontr\u00f3.
-# {0} - required token
-MSG_problem_require_disabled=Ninguno de los m\u00f3dulos proporcionados tienen la capacidad {0} tienen que ser instalados.
-# {0} - required token
-MSG_problem_require_not_found=No se encontrar\u00f3n m\u00f3dulos que proporcionen la capacidad {0} .
-# {0} - class name
-MSG_problem_class_not_loaded=El paquete que contiene la clase {0} no fue cargado.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=El paquete {0} no fue cargado o tiene una versi\u00f3n desactualizada.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=Se necesita la versi\u00f3n  {0} o superior de la plataforma Java, pero {1} est\u00e1 ejecut\u00e1ndose.
-MSG_warning=Advertencia
-MSG_info=Informaci\u00f3n
-MSG_continue=Desactivar m\u00f3dulos y continuar
-MSG_exit=Salir
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Otro m\u00f3dulo|1<{0} m\u00e1s m\u00f3dulos} no pueden ser instalados por problemas previos.
-
-# NbEvents
-MSG_start_load_boot_modules=Cargando n\u00facleo...
-MSG_finish_load_boot_modules=Cargando n\u00facleo... terminado
-MSG_start_auto_restore=Cargando m\u00f3dulos...
-MSG_finish_auto_restore=Termin\u00f3 la carga de m\u00f3dulos
-MSG_start_enable_modules=Activando m\u00f3dulos...
-MSG_finish_enable_modules=Activando m\u00f3dulos... terminado
-TEXT_finish_enable_modules=Activando m\u00f3dulos:
-MSG_start_disable_modules=Desactivando m\u00f3dulos...
-MSG_finish_disable_modules=Desactivando m\u00f3dulos... terminado
-TEXT_finish_disable_modules=Desactivando m\u00f3dulos:
-MSG_failed_install_new=Advertencia - no se pueden instalar algunos m\u00f3dulos:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Advertencia - no se puede instalar el m\u00f3dulo {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Desplegando el m\u00f3dulo de prueba en {0} ...
-TEXT_finish_deploy_test_module=El despliegue del m\u00f3dulo de prueba ha finalizado.
-MSG_start_read=Leyendo almac\u00e9n de m\u00f3dulos...
-MSG_finish_read=Leyendo almac\u00e9n de m\u00f3dulos... terminado.
-MSG_restore=Iniciando m\u00f3dulos...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Instalando {0}
-# {0} - module display name
-TEXT_install=Instalando nuevos m\u00f3dulos: {0}
-# {0} - module display name
-MSG_update=Iniciando una nueva versi\u00f3n de {0}
-# {0} - module display name
-TEXT_update=Actualizando m\u00f3dulo: {0}
-# {0} - module display name
-MSG_uninstall=Deteniendo {0}
-MSG_load_section=Cargando m\u00f3dulos...
-MSG_load_layers=Cargando servicios de m\u00f3dulos...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Advertencia: el m\u00f3dulo {0} no fue encontrado, se omitir\u00e1...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=El m\u00f3dulo {0} no puede ser eliminado, ya que era un m\u00f3dulo de autocarga o siempre activo y a\u00fan est\u00e1 en uso.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=Se hizo un intento para cambiar la propiedad{1} del m\u00f3dulo {0} en la carpeta sistema/m\u00f3dulos .\nEl valor actual es "{3}" pero este fue cambiado en el disco a leer "{2}".\nEsta propiedad no se puede cambiar mientras el IDE est\u00e9 en ejecuci\u00f3n, por tanto no tendr\u00e1 efecto.
-# {0} - JAR file name
-TEXT_patch=Correcci\u00f3n del m\u00f3dulo o extensi\u00f3n personalizada: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Falta recurso desde la clase: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=No se encontr\u00f3 la clave: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Error de an\u00e1lisis en el archivo {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Error de an\u00e1lisis en el archivo  {1} l\u00ednea {3} columna {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/es/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_es.properties
deleted file mode 100644
index 045cacf..0000000
--- a/l10n/src/es/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_es.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Sistema por omisi\u00f3n
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Cargando objetos temporales...
-MSG_end_load_cache=Cargando objetos temporales... terminado.
-MSG_start_rewrite_cache=Rehaciendo objetos temporales...
-MSG_end_rewrite_cache=Rehaciendo objetos temporales... terminado
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=Archivo de evento {0}, archivo {1}
-
diff --git a/l10n/src/es/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_es.properties
deleted file mode 100644
index 2edb4dd..0000000
--- a/l10n/src/es/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_es.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Archivos
-AdvancedOption.tooltip=Archivos
-FileAssociationsPanel.btnDefault.text=Pre&determinado
-FileAssociationsPanel.btnDefault.tooltip=Restaurar configuraci\u00f3n predeterminada para la extensi\u00f3n de archivo seleccionada
-FileAssociationsPanel.btnDefault.AN=Restaurar configuraci\u00f3n predeterminada
-FileAssociationsPanel.btnDefault.AD=Restaurar configuraci\u00f3n predeterminada para la extensi\u00f3n de archivo seleccionada
-FileAssociationsPanel.btnDefaultIgnored.text=Pre&determinado
-FileAssociationsPanel.btnDefaultIgnored.AN=Restaurar patr\u00f3n predeterminado de archivos ignorados 
-FileAssociationsPanel.btnDefaultIgnored.AD=Restaurar patr\u00f3n predeterminado de archivos ignorados 
-FileAssociationsPanel.btnNew.text=&Nuevo...
-FileAssociationsPanel.btnNew.AN=Nueva extensi\u00f3n de archivo
-FileAssociationsPanel.btnNew.AD=Nueva extensi\u00f3n de archivo
-FileAssociationsPanel.btnRemove.text=&Remover
-FileAssociationsPanel.btnRemove.AN=Remover extensi\u00f3n de archivo seleccionada
-FileAssociationsPanel.btnRemove.AD=Remover extensi\u00f3n de archivo seleccionada
-FileAssociationsPanel.cbExtension.choose=< Seleccione la extensi\u00f3n >
-FileAssociationsPanel.cbExtension.AD=Extensi\u00f3n del archivo
-FileAssociationsPanel.cbExtension.AN=Lista de extensiones de archivo
-FileAssociationsPanel.cbType.AN=Lista de tipos de archivo
-FileAssociationsPanel.cbType.AD=Lista de tipos de archivo
-FileAssociationsPanel.lblAssociatedAlso.text=Asociada tambi\u00e9n con:
-FileAssociationsPanel.lblAssociatedAlso.AN=Tipo de archivo asociada tambi\u00e9n con extensiones
-FileAssociationsPanel.lblAssociatedAlso.AD=Tipo de archivo asociada tambi\u00e9n con extensiones
-FileAssociationsPanel.lblExtension.text=&Extensi\u00f3n de archivo:
-FileAssociationsPanel.lblExtension.AN=Extensi\u00f3n del archivo
-FileAssociationsPanel.lblExtension.AD=Lista de extensiones de archivo
-FileAssociationsPanel.lblType.text=Tipo y Archivo asociado (MIME):
-FileAssociationsPanel.lblType.AD=Lista de tipos de archivos asociados
-FileAssociationsPanel.lblType.AN=Lista de tipos de archivos asociados
-FileAssociationsPanel.lblFileAssociations.text=Asociaci\u00f3n de archivos
-FileAssociationsPanel.lblFilesIgnored.text=Archivos ignorados por el IDE
-FileAssociationsPanel.lblPattern.text=Patr\u00f3n de archivos &ignorados:
-FileAssociationsPanel.lblPattern.tooltip=Expresi\u00f3n regular de archivos a ignorar. Coincidir nombre completo, no la ruta. NInguno en blanco.
-FileAssociationsPanel.lblPattern.AN=Patr\u00f3n de archivos ignorados
-FileAssociationsPanel.lblPattern.AD=Expresi\u00f3n regular de archivos a ignorar. Coincidir nombre completo, no la ruta. NInguno en blanco.
-FileAssociationsPanel.txtPatternError.AN=Error de sintaxis en el patr\u00f3n de archivos ignorados
-FileAssociationsPanel.txtPatternError.AD=Error de sintaxis en la expresi\u00f3n regular de archivos a ignorar
-
-NewExtensionPanel.title=Escriba una nueva extensi\u00f3n de archivo
-NewExtensionPanel.AD=Escriba una nueva extensi\u00f3n de archivo
-NewExtensionPanel.lblExtension.text=&Extensi\u00f3n de archivo:
-NewExtensionPanel.lblExtension.AN=Extensi\u00f3n del archivo
-NewExtensionPanel.lblExtension.AD=Extensi\u00f3n del archivo
-
-OpenAsAction.name=Abrir como...
-OpenAsPanel.txtDescription.AN=Sugerencia
-OpenAsPanel.txtDescription.AD=Sugerencia
-OpenAsPanel.lblExtension.text=Tratar los archivos  {0} como:
-OpenAsPanel.title=Abrir como...
-OpenAsPanel.open=Abrir
-OpenAsPanel.AD=Seleccione el tipo del archivo
-
-# display name for options export
-Files.Options.Export.displayName=Archivos
-OpenAsPanel.lblDescription.text=NetBeans no conoce este tipo de archivo. Especifique c\u00f3mo deber\u00edan ser tratado estos archivos.
-FileAssociationsPanel.autoScan.text=Habilitar auto-escaneo de fuentes
-
diff --git a/l10n/src/es/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_es.properties
deleted file mode 100644
index 8804983..0000000
--- a/l10n/src/es/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_es.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&General
-CTL_General_Options_Title=general
-CTL_General_Options_Category=general
-CTL_General_Options_Description=Opciones generales, configuraci\u00f3n de Proxy, configuraci\u00f3n del Editor
-CTL_Package_View_Type=Ver los paquetes de Java como:
-CTL_Flattern_Packages=&Lista
-AN_Flattern_Packages=Lista
-AD_Flattern_Packages=Lista
-CTL_Tree_Packages=\u00c1rbol
-AN_Tree_Packages=\u00c1rbol
-AD_Tree_Packages=\u00c1rbol
-CTL_No_Proxy=Si&n proxy
-AN_No_Proxy=Ning\u00fan proxy
-AD_No_Proxy=Ning\u00fan proxy
-CTL_Usage_Statistics=Estad\u00edsticas de uso:
-AN_Usage_Statistics=Estad\u00edsticas de uso
-AD_Usage_Statistics=Estad\u00edsticas de uso
-CTL_Usage_Check=Ay\u00fadenos a mejorar el IDE NetBeans proporcion\u00e1ndonos datos de uso de manera an\u00f3nima
-AN_Usage_Check=Ay\u00fadenos a mejorar el IDE NetBeans proporcion\u00e1ndonos datos de uso de manera an\u00f3nima
-AD_Usage_Check=Ay\u00fadenos a mejorar el IDE NetBeans proporcion\u00e1ndonos datos de uso de manera an\u00f3nima
-CTL_Usage_Info=<html>Las estad\u00edsticas de uso nos ayudar\u00e1n a entender mejor los requerimientos de usuario y priorizar las mejoras en futuras versiones. Nosotros no realizaremos ninguna ingenier\u00eda reversa de los datos recolectados para encontrar detalles espec\u00edficos de sus proyectos.</html>
-AN_Usage_Info=Informaci\u00f3n de estad\u00edsticas de uso
-AD_Usage_Info=Las estad\u00edsticas de uso nos ayudar\u00e1n a entender mejor los requerimientos de usuario y priorizar las mejoras en futuras versiones. Nosotros no realizaremos ninguna ingenier\u00eda reversa de los datos recolectados para encontrar detalles espec\u00edficos de sus proyectos.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Saber m\u00e1s</u></font></html>
-AN_Learn_More=Saber m\u00e1s
-AD_Learn_More=Saber m\u00e1s
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Utilizar la configuracion del proxy del sistema
-AN_Use_System_Proxy_Settings=Utilizar configuraci\u00f3n de proxy del sistema
-AD_Use_System_Proxy_Settings=Utilizar configuraci\u00f3n de proxy del sistema
-CTL_Use_HTTP_Proxy=Configurar &manualmente el proxy
-AN_Use_HTTP_Proxy=Proxy HTTP
-AD_Use_HTTP_Proxy=Proxy HTTP
-AN_Web_Browser=Navegador
-AD_Web_Browser=Navegador
-AN_Host=Servidor
-AD_Host=Servidor
-AN_Port=Puerto
-AD_Port=Puerto
-AN_Update_Period=Per\u00edodo de actualizaci\u00f3n
-AD_Update_Period=Per\u00edodo de actualizaci\u00f3n
-AN_Ask_Before_Check=Preguntar antes de verificar
-AD_Ask_Before_Check=Preguntar antes de verificar
-Line_Numbers=N\u00fameros de &l\u00ednea
-Antialiasing=Bordes suaves:
-Text_Antialiasing=Usar bordes suaves
-Toolbar=&Herramientas
-Package_View=Vista de paquetes
-SDI_Window_Mode=Modo de ventanas SDI
-MDI_Window_Mode=Modo de ventanas MDI
-Tree_View=Vista de \u00e1rbol
-Default_System_Browser=<Navegador predeterminado>
-Swing_HTML_Browser=Navegador Swing
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=General
-CTL_Web_Browser=Navegador &Web:
-Confirm_Delete=&Confirmar borrado:
-CTL_Web_Proxy=Configuraci\u00f3n del proxy:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=HTTP Pro&xy\:
-Code_Folding=Plegado de c\u00f3digo:
-Show=Mostrar:
-Editor=Editor
-CTL_Check_Period=Perio&do de verificaci\u00f3n:
-CTL_Ask_Before_Check=Preguntar &antes de verificar:
-CTL_Auto_Update=Auto Actualizaci\u00f3n
-Use_Folding=&Usar plegado de c\u00f3digo
-Fold_Methods=&M\u00e9todos plegados
-Fold_Classes=Clases internas plega&das
-Fold_Imports=Import&s plegados
-Fold_JavaDoc=Comentarios &Javadoc plegados
-Fold_Licence=C&omentario inicial plegado
-Auto_Popup=Auto Emergente:
-Auto_Popup_Completion=Ventana de completado
-Auto_Popup_JavaDoc=Ventana Javadoc
-CTL_Update_every_startup=Cada Inicio
-CTL_Update_every_day=Todos los d\u00edas
-CTL_Update_every_week=Todas las semanas
-CTL_Update_every_2weeks=Cada dos semanas
-CTL_Update_every_month=Cada mes
-CTL_Update_never=Nunca
-CTL_Default_System_Browser=Navegador del Sistema predeterminado
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Internal Browser
-
-
-
-
-AN_NonProxy=Sin proxy para
-
-AD_NonProxy=Sin proxy para
-
-CTL_Non_Proxy=Sin Prox&y para\:
-
-Non_Proxy_Hint=(p.e. localhost, *.netbeans.org, *.midominio.com)
-LBL_GeneralOptionsPanel_bMoreProxy=M\u00e1s...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Configuraci\u00f3n Avanzada del Proxy
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Abrir configuraci\u00f3n avanzada del Proxy
-
-LBL_GeneralOptionsPanel_PortError=El n\u00famero del puerto debe ser un n\u00famero entero.
-
-LBL_GeneralOptionsPanel_lWebProxy=Configuraci\u00f3n Proxy\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP &Proxy\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(p.e. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=Puert&o\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Puert&o\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS Proxy\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS Proxy\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=Sin Hosts Pro&xy \:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=El proxy re&quiere autenticaci\u00f3n
-
-LBL_AdvancedProxyPanel_lUserName=&Username\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Pass&word\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Us&ar la misma configuraci\u00f3n proxy para todos los protocolos
-
-LBL_AdvancedProxyPanel_Title=Opciones Avanzadas del Proxy
-LBL_AdvancedProxyPanel_PortError=El n\u00famero de puerto debe ser un n\u00famero entero.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Utilizar la configuracion del proxy del sistema
-GeneralOptionsPanel.lWebBrowser.text=&Web Browser\:
-GeneralOptionsPanel.rbNoProxy.text=Si&n proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=No disponible
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=No disponible
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=No disponible
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=No disponible
-
-ACD_AdvancedProxyPanel_tfSocksHost=No disponible
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=No disponible
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=No disponible
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=No disponible
-
-ACD_AdvancedProxyPanel_tfSocksPort=No disponible
-
-ACD_AdvancedProxyPanel_tfUserName=No disponible
-
-ACD_AdvancedProxyPanel_pfUserPassword=No disponible
-
-ACD_AdvancedProxyPanel=No disponible
-
-LBL_WebBrowsersPanel_Title=Navegadores
-LBL_ExternalBrowser_Name=Navegador externo
-WebBrowsersPanel.nameLabel.text=Nombre\:
-WebBrowsersPanel.executableLabel.text=Ejecutable\:
-WebBrowsersPanel.parametersLabel.text=Parametros\:
-WebBrowsersPanel.browseButton.text=Examinar...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=A\u00f1adir...
-WebBrowsersPanel.removeButton.text=Eliminar
-WebBrowsersPanel.browsersLabel.text=Web Browsers\:
-GeneralOptionsPanel.editBrowserButton.text=&Editar...
-GeneralOptionsPanel.editBrowserButton.AD=Editar navegadores web
-GeneralOptionsPanel.editBrowserButton.AN=Editar navegadores web
-WebBrowsers_URL_Hint=Sugerencia\: {URL} \= URL de la p\u00e1gina sera cargada por el navegador
-
-ACS_WebBrowsersList=Lista de navegadores web disponibles
-ACS_AddWebBrowserButton=Agregar nuevo navegador web
-ACS_RemoveWebBrowserButton=Remover navegador web seleccionado
-ACS_BrowserNameField=Nombre del navegador web
-ACS_BrowserExecutableField=Ejecutable del navegador web
-ACS_BrowserParametersField=Par\u00e1metros del ejecutable del navegador web
-ACS_BrowseExecutableButton=Examinar el ejecutable del navegador web
-WebBrowsersOptionsPanel.browsersLabel.text=&Web Browsers\:
-WebBrowsersOptionsPanel.addButton.text=Agregar...
-WebBrowsersOptionsPanel.removeButton.text=&Remover
-WebBrowsersOptionsPanel.nameLabel.text=&Nombre\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Navegadores
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Lista de navegadores
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=Lista de navegadores web
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Agregar bot\u00f3n
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Remover bot\u00f3n
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Nombre del navegador
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Nombre del navegador
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Nombre del navegador
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Navegadores
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Navegadores
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Conexi\u00f3n Directa.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, Opciones generales
-
-# Display name for options export
-General.Options.Export.Category.displayName=general
-General.Options.Export.displayName=general
-Other.Options.Export.displayName=Todos los otros no especificado
-
diff --git a/l10n/src/es/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_es.properties
deleted file mode 100644
index 0908565..0000000
--- a/l10n/src/es/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_es.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=N\u00facleo - UI
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Interfaz de usuario de la plataforma.
-OpenIDE-Module-Long-Description=Proporciona clases y recursos para la interfaz de usuario b\u00e1sica est\u00e1ndar de la plataforma y para aplicaciones construidas sobre la plataforma.
-
-Actions=Acciones
-Actions/Edit=Editar
-Actions/Help=Ayuda
-Actions/System=Sistema
-Actions/Tools=Herramientas
-Actions/View=Ver
-Actions/Window/SelectDocumentNode=Seleccionar documento en
-Menu=Barra de men\u00fa
-Menu/Edit=&Editar
-Menu/File=&Archivo
-Menu/GoTo=&Navegar
-Menu/Help=Ayuda
-Menu/Tools=&Herramientas
-Menu/View=&Ver
-Menu/Window/SelectDocumentNode=Seleccionar Docume&nto en
-Services/Browsers=Navegadores
-Templates/Privileged=Privilegiado
-Templates/Recent=Recientes
-Templates/Services/Browsers=Navegadores
-Toolbars=Barras de herramientas
-Toolbars/Clipboard=&Portapapeles
-Toolbars/UndoRedo=&Deshacer / rehacer
-Toolbars/File=&Archivo
-Toolbars/Memory=&Memoria
-Toolbars/Standard.xml=Codificaci\u00f3n
-UI/Services=Opciones
-
-ProgressDisplayName_FileSystemRefresh=Actualizando archivos
-
diff --git a/l10n/src/es/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_es.properties
deleted file mode 100644
index 5eda311..0000000
--- a/l10n/src/es/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_es.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Iniciar el muestreo del IDE 
-SelfSamplerAction_ActionNameStop=Dejar de muestreo y tomar instant\u00e1neas
-SelfSamplerAction_ActionDescription=Tendr\u00e1 una instant\u00e1nea basada en el volcado de subprocesos
-SelfSamplerAction_ThreadName=Muestra del mismo IDE
-SelfSamplerAction_NotSupported=SelfSampler no disponible
-SelfSamplerAction_SavedFile=La toma instant\u00e1nea fue guardad en {0}
-Save_Progress=Guardando la toma instant\u00e1nea
-
diff --git a/l10n/src/es/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_es.properties
deleted file mode 100644
index d3e64dd..0000000
--- a/l10n/src/es/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_es.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Abrir en el sistema
-
diff --git a/l10n/src/es/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_es.properties
deleted file mode 100644
index 586f405..0000000
--- a/l10n/src/es/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_es.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Memor\u00eda total f\u00edsica {0}
-
-
-#LOG_WINDOW_ACTIVATED=Ventana Principal activada, actualizaci\u00f3n tom\u00f3 {0} ms
-#LOG_WINDOW_DEACTIVATED=Ventana principal desactivada
-#LOG_WINDOW_REFRESH_CANCEL=Recargar cancelada {0} veces 
-#LOG_WINDOW_REFRESH_OFF=Desactivar recarga cuando est\u00e1 en primer plano
-
-MSG_Refresh=Comprobando cambios externos
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspendido
-MSG_SoDInfo=<p>Cuando cambia de un programa a otro en el IDE, el IDE escanea los cambios en tu c\u00f3digo.\nPuede deshabilitar esta caracteristica y escanear manualmente el proyecto cuando hay cambios\nusando la acci\u00f3n Refrescar Carpeta o Escanear/Fuentes para la acci\u00f3n de Cambios Externos.\n\n<p>\u00bfDeshabilitar escaneo de cambios externos?
-
diff --git a/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_es.properties
deleted file mode 100644
index 85b0480..0000000
--- a/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_es.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Espacio de Trabajo Solamente>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_es.properties
deleted file mode 100644
index 548abee..0000000
--- a/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_es.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&lonar documento
-# CloseWindowAction
-CTL_CloseWindowAction=&Cerrar ventana
-
-CTL_RecentViewListAction=I&r al documento anterior
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=Cerr&ar todos los documentos
-
-# UndockAction
-CTL_UndockWindowAction=&Desiconificar ventana
-CTL_UndockWindowAction_Dock=&Iconificar ventana
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Cerrar todos los documentos
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimizar ventana
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Cerrar ventana
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Cerrar los otros documentos
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Guardar documento
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Clonar documento
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Cerrar los otros docu&mentos
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maximi&zar ventana
-CTL_UnmaximizeWindowAction=Restaurar ventana
-
-# DocumentsAction
-CTL_DocumentsAction=&Documentos...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=&Barras de Herramientas
-
-# NextTabAction
-CTL_NextTabAction=Nueva pesta\u00f1a
-# PreviousTabAction
-CTL_PreviousTabAction=Pesta\u00f1a anterior
-
-CTL_ToggleFullScreenAction=&Pantalla completa
-
-# ResetWindowsAction
-CTL_ResetWindows=Restaurar &ventana
-
-LBL_ToggleWindowTransparencyAction=Ventana transparente
-LBL_WindowTransparencyHint=Presione y mantenga presionado (Ctrl+0 del teclado n\u00famerico) la tecla para hacer que transparente la ventana minimizada
-
-# Properties
-GlobalProperties=P&ropiedades
-
diff --git a/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_es.properties
deleted file mode 100644
index d92eeb5..0000000
--- a/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_es.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Apariencia
-AdvancedOption_Tooltip_WinSys=Opciones relacionadas al Sistema de Ventanas
-
-IsAlphaFloatingTooltip=Convierte a las ventanas flotantes fuera de foco en semitransparentes desp\u00faes de unos segundos
-
-IsDragWindowTooltip=Habilita la imagen "fantasma" de la ventana mientras se arrastra la misma
-IsAlphaDragTooltip=Habilita transparencia al arrastrar la imagen de la ventana
-
-IsSnapScreenEdgesTooltip=Habilita la adherencia de las ventanas a los bordes.
-IsSnappingTooltip=Habilita la adherencia autom\u00e1tica de las ventanas flotantes para facilitar el manejo del dise\u00f1o
-
-NoAlphaSupport=La transparencia de las ventanas no es soportada por el Sistema Operativo
-LBL_DragWindowImage=Imagen de la Ventana al Arrastrar
-LBL_TransparentDragWindow=Imagen Transparente de la Ventana al Arrastrar
-LBL_TransparentFloatingWindows=Ventana Flotante Transparente
-LBL_SnapFloatingWindows=Adherir ventana flotante
-LBL_SnapToScreenEdges=Adherir a los bordes de la pantalla
-LBL_CloseActivatesRecentDocument=Activar al cerrar el documento m\u00e1s reciente
-TIP_CloseActivatesMostRecentDocument=Cuando un documento es cerrado el documento m\u00e1s recientemente activo es activado en vez de su vecino
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=Cuando un documento es cerrado el documento m\u00e1s recientemente activo es activado
-
diff --git a/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_es.properties
deleted file mode 100644
index f856921..0000000
--- a/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_es.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=No se puede analizar la configuraci\u00f3n del administrador de ventanas {0}.
-EXC_GroupParse=No se puede analizar la configuraci\u00f3n del Grupo {0}.
-EXC_TCGroupParse=No se puede analizar la configuraci\u00f3n del TCGroup {0}.
-EXC_TCRefParse=No se puede analizar la configuraci\u00f3n del TCRef {0}.
-EXC_ModeParse=No se puede analizar la configuraci\u00f3n del modo {0}.
-
-# PersistenceManager
-EXC_RootFolder=No se puede crear la carpeta raiz {0}
-EXC_CompsFolder=No se puede crear la carpeta de componentes {0}
-EXC_GroupsFolder=No se puede crear la carpeta de grupos {0}
-EXC_ModesFolder=No se puede crear la carpeta de modos {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=El Top component {0} no puede ser localizado o cargado desde la carpeta 'Components'.
-EXC_CannotSaveTCSettings=Las configuraciones del top component {0} no han podido ser salvadas
-EXC_CopyFails=No se puede copiar las configuraciones del componente a la carpeta {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=El componente {0} no ha podido ser salvado devido a problemas con la serializaci\u00f3n.
-FMT_TCReadError=El componente {0} no ha podido ser abierto por problemas con la desserializaci\u00f3n.
-
-
diff --git a/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_es.properties
deleted file mode 100644
index 6526944..0000000
--- a/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_es.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=N\u00facleos - Ventanas
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Implementaci\u00f3n para el soporte de ventanas.
-OpenIDE-Module-Long-Description=Agrega las clases que implementan el sistema de ventanas de las APIs.
-
-Actions/Window=Ventana
-Menu/Window=&Ventana
-
-# Options export
-Toolbars.Options.Export.displayName=Barras de herramientas
-
diff --git a/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_es.properties
deleted file mode 100644
index 72fecb6..0000000
--- a/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_es.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=Aceptar
-CancelButton=Cancelar
-CloseButton=Cerrar
-# HelpButton=Help
-YesButton=Si
-NoButton=No
-# ApplyButton=Apply
-DetailsButton=Detalles
-# ButtoBarButoo
-CTL_Button=Bot\u00f3n
-
-# FileSelector
-CTL_FileSelectorOkButton=Aceptar
-CTL_FileSelectorCancelButton=Cancelar
-ACSD_FileSelectorOkButton=Aceptar
-ACSD_FileSelectorCancelButton=Cancelar
-ACSD_FileSelectorDialog=Di\u00e1logo del selector de archivos
-ACSN_FileSelectorTreeView=Vista de \u00e1rbol
-ACSD_FileSelectorTreeView=Vista de \u00e1rbol en el selector de archivos
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Personalizar Di\u00e1logo
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Cerrar
-CANCEL_OPTION_CAPTION=Cancelar
-HELP_OPTION_CAPTION=Ayuda
-NO_OPTION_CAPTION=No
-OK_OPTION_CAPTION=Aceptar
-YES_OPTION_CAPTION=Si
-ACS_YES_OPTION_NAME=Si
-ACS_YES_OPTION_DESC=Bot\u00f3n S\u00ed
-# - {0} message
-ACSD_ErrorMessage=Error: {0}
-ACSD_WarningMessage=Advertencia: {0}
-ACSD_QuestionMessage=Pregunta {0}
-ACSD_InformationMessage=Informaci\u00f3n {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Cancelar
-ACS_CANCEL_OPTION_DESC=Bot\u00f3n cancelar
-
-ACS_OK_OPTION_NAME=Aceptar
-ACS_OK_OPTION_DESC=Bot\u00f3n aceptar
-
-ACS_NO_OPTION_NAME=No
-ACS_NO_OPTION_DESC=Bot\u00f3n no
-
-ACS_HELP_OPTION_NAME=Ayuda
-ACS_HELP_OPTION_DESC=Bot\u00f3n ayuda
-
-ACS_CLOSED_OPTION_NAME=Cerrar
-ACS_CLOSED_OPTION_DESC=Bot\u00f3n cerrar
-
-
diff --git a/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_es.properties
deleted file mode 100644
index f32aa8f..0000000
--- a/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_es.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Ventana Principal
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documentos:
-LBL_Description=Descri&pci\u00f3n:
-LBL_Activate=Cam&biar de Documento
-LBL_CloseDocuments=Ce&rrar Documento(s)
-LBL_SaveDocuments=&Guardar Documento(s)
-LBL_Close=&Cerrar
-
-ACSD_Activate=No disponible
-ACSD_CloseDocuments=No disponible
-ACSD_SaveDocuments=No disponible
-ACSD_Close=No disponible
-ACSD_ListView=No disponible
-ACSD_DescriptionArea=No disponible
-ACSD_DocumentsDialog=No disponible
-
-CTL_DocumentsTitle=Documentos
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Propiedades
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#No Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-ACSN_PropertiesSheet=Hoja de propiedades
-ACSD_PropertiesSheet=La vista muestra las propiedades de un nodo determinado.
-EXC_CannotLoadNodes=No se pueden cargar los nodos en la hoja de propiedades. Probablemente ya no existen.
-
diff --git a/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_es.properties
deleted file mode 100644
index 8985708..0000000
--- a/l10n/src/es/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_es.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=\u00cdconos Peque\u00f1os en la Barra de Herramientas
-
-# ToolbarLayout
-EXC_wrongConstraints=no se puede agregar al dise\u00f1o: no utilizar ToolbarConstraints
-
-CTL_CustomizeToolbars=&Personalizar...
-
-#New Toolbar Button label
-CTL_NewToolbar=&Nueva Barra de Herramientas...
-
-#Small Icons Checkbox
-CTL_SmallIcons=\u00cdconos Peque\u00f1os en la Barra de Herramientas
-
-#Drag and Drop hint
-CTL_TreeLabel=Arrastrar \u00edtems desde o hacia la barra de herramientas para agregarlos o eliminarlos de ella...
-
-LBL_PleaseWait=Espere ...
-
-#Close customizer button
-CTL_Close=&Cerrar
-
-#Customizer dialog window title
-CustomizerTitle=Personalizar Barras de Herramientas
-
-ACSD_ActionsTree=Arrastrar \u00edtems desde aqu\u00ed hacia la barra de herramientas.
-ACSN_ActionsTree=Dep\u00f3sito de Acciones
-
-ACSN_ActionsScrollBar=Dep\u00f3sito de Acciones de Barra de Desplazamiento
-ACSD_ActionsScrollBar=Dep\u00f3sito de Acciones de Barra de Desplazamiento
-
-ACSD_ToolbarCustomizer=Personalizador de la Barra de Herramientas
-
-ACSD_Close=Bot\u00f3n Cerrar
-ACSD_NewToolbar=Nuevo Bot\u00f3n de la Barra de Herramientas
-
-ACSD_SmallIcons=\u00cdconos Peque\u00f1os de Casilla de Verificaci\u00f3n
-
-CTL_ResetToolbarsAction=Restablecer  Barra Herramient&as
-CTL_ResetToolbarsButton=Restablecer  Barra Herramient&as
-
-
-
-PROP_newToolbarLabel=&Nombre:
-PROP_newToolbarDialog=Nueva Barra de Herramientas
-PROP_newToolbar=Barra de Herramientas
-MSG_ToolbarExists=La barra de herramientas {0} ya existe.
-
-
diff --git a/l10n/src/es/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_es.properties
deleted file mode 100644
index 0b5d714..0000000
--- a/l10n/src/es/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_es.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=El tama\u00f1o no puede ser negativo
-CTL_InvalidValue=Se ha introducido un valor no v\u00e1lido
-CTL_InvalidValueWithParam=Valor no v\u00e1lido {0} ingresado
-CTL_InvalidValueWithExc=Valor no v\u00e1lido ingresado. \nCausa:\n{0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=El valor de {0} deber\u00eda estar en el formato {1}
-
-#ColorEditor
-CTL_AWTPalette=Paleta AWT
-CTL_SwingPalette=Paleta Swing
-CTL_SystemPalette=Paleta de sistema
-ACSD_CustomColorEditor=No disponible
-FMT_IllegalEntry="{0}" no es un identificador de color v\u00e1lido.  Se pueden introducir constantes de Swing o AWT o valores de rojo/verde/azul.
-
-# ColorEditor:AWT color names
-LAB_White=blanco
-LAB_LightGray=gris claro
-LAB_Gray=gris
-LAB_DarkGray=gris oscuro
-LAB_Black=negro
-LAB_Red=rojo
-LAB_Pink=rosado
-LAB_Orange=naranja
-LAB_Yellow=amarillo
-LAB_Green=verde
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=azul
-# ColorEditor: system color names
-LAB_ActiveCaption=R\u00f3tulo activo
-LAB_ActiveCaptionBorder=Marco del r\u00f3tulo activo
-LAB_ActiveCaptionText=Texto del r\u00f3tulo activo
-LAB_Control=Control
-LAB_ControlDkShadow=Control de Sombra Dk 
-LAB_ControlHighlight=Control de resaltado
-LAB_ControlLtHighlight=Control de resaltado Lt 
-LAB_ControlShadow=Control de Sombra
-LAB_ControlText=Control Texto
-LAB_Desktop=Escritorio
-LAB_InactiveCaption=R\u00f3tulo inactivo
-LAB_InactiveCaptionBorder=Marco del r\u00f3tulo inactivo
-LAB_InactiveCaptionText=Texto del r\u00f3tulo inactivo
-LAB_Info=Informaci\u00f3n
-LAB_InfoText=Texto informativo
-LAB_Menu=Men\u00fa
-LAB_MenuText=Texto de men\u00fa
-LAB_Scrollbar=Barra de desplazamiento
-LAB_Text=Texto
-LAB_TextHighlight=Texto resaltar
-LAB_TextHighlightText=Texto resaltar texto
-LAB_TextInactiveText=Texto texto inactivo
-LAB_TextText=Texto texto
-LAB_Window=Ventana
-LAB_WindowBorder=Marco de la ventana
-LAB_WindowText=Texto de la ventana
-
-#DimensionCustomEditor
-CTL_Dimension=Tama\u00f1o
-CTL_Width=A&nchura:
-CTL_Height=Al&tura:
-ACSD_CTL_Width=No disponible
-ACSD_CTL_Height=No disponible
-ACSD_DimensionCustomEditor=No disponible
-
-#DimensionEditor
-CTL_HintFormat=[anchura,altura]
-
-#FontEditor
-CTL_Plain=Simple
-CTL_Bold=Negrita
-CTL_Italic=Cursiva
-CTL_BoldItalic=Negrita cursiva
-CTL_Font=Tipo de le&tra:
-CTL_FontStyle=Es&tilo de tipo de letra:
-CTL_Size=&Tama\u00f1o:
-CTL_Preview=Vista previa
-ACSD_CTL_Font=No disponible
-ACSD_CTL_FontStyle=No disponible
-ACSD_CTL_Size=No disponible
-ACSD_FontCustomEditor=No disponible
-
-#InsetsCustomEditor
-CTL_Insets=Intercalaciones
-CTL_Top=&Arriba:
-CTL_Left=&Izquierda:
-CTL_Bottom=A&bajo:
-CTL_Right=&Derecha:
-ACSD_CTL_Top=No disponible
-ACSD_CTL_Left=No disponible
-ACSD_CTL_Bottom=No disponible
-ACSD_CTL_Right=No disponible
-
-#InsetsEditor
-CTL_HintFormatIE=[arriba,izquierda,abajo,derecha]
-
-# ObjectEditor
-CTL_NullValue=<Buscar valor nulo>
-CTL_NullItem=<Buscar elemento nulo>
-
-#PointCustomEditor
-CTL_Point=Punto
-CTL_X=&X:
-ACSD_CTL_X=No disponible
-CTL_Y=&Y:
-ACSD_CTL_Y=No disponible
-ACSD_PointCustomEditor=No disponible
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rect\u00e1ngulo
-ACSD_CustomRectangleEditor=No disponible
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,anchura,altura]
-
-#StringCustomEditor
-ACS_TextArea=Texto:
-ACSD_TextArea=Introduzca aqu\u00ed la propiedad
-ACSD_CustomStringEditor=Editor para propiedades de cadenas
-ACS_Instructions=Instrucciones
-ACSD_Instructions=No disponible
-
-MSG_FontIsNotInitialized=Error al almacenar en formato XML debido a que no se ha asignado un valor al tipo de letra.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Seleccione un archivo o directorio
-CTL_DialogTitleFiles=Seleccione un archivo
-CTL_DialogTitleDirs=Seleccione un directorio
-ACSD_FileEditor=No disponible
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Sin especificar>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Propiedades
-ACSD_PropertiesEditorPane=No disponible
-ACSD_CustomPropertiesEditor=No disponible
-WARN_PropertiesComments=Advertencia: se descartar\u00e1n los comentarios.
-
-#StringArrayCustomEditor
-CTL_Empty=<vac\u00edo>
-CTL_Item=&Elemento:
-ACSD_CTL_Item=No disponible
-CTL_ItemList=&Lista de elementos
-ACSD_CTL_ItemList=No disponible
-CTL_Add_StringArrayCustomEditor=&Agregar
-ACSD_CTL_Add_StringArrayCustomEditor=No disponible
-CTL_Change_StringArrayCustomEditor=&Editar
-ACSD_CTL_Change_StringArrayCustomEditor=No disponible
-CTL_Remove=&Remover
-ACSD_CTL_Remove=No disponible
-CTL_MoveUp=Arri&ba
-ACSD_CTL_MoveUp=No disponible
-CTL_MoveDown=Aba&jo
-ACSD_CTL_MoveDown=No disponible
-ACSD_StringArrayCustomEditor=No disponible
-
-#Bool/BooleanEditor
-TRUE=cierto
-FALSE=falso
-NULL=nulo
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=No se ha introducido ning\u00fan valor entero: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Cadena kmsgey no admitida"
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - los valores v\u00e1lidos son: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Clase desconocida: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=No es un valor admitido: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=No es una direcci\u00f3n admitida: {0}
-#
-MSG_NULL_OR_EMPTY=Nulo, o matriz vac\u00eda
-
-#ObjectEditor
-ACSN_ObjectTree=Opciones disponibles
-ACSD_ObjectTree=Seleccione un objeto
-
-#Font Editor
-MSG_AppleBug=Si est\u00e1 viendo este mensaje, ha ocurrido un error al inicializar la lista de tipos de fuentes disponibles.  Se debe a un error en la JVM de Apple que se produce cuando se instalan en el sistema tipos de letra de mapa de bit.  Para utilizar el editor de tipos de letra, ser\u00e1 necesario desinstalar todos los tipos de letra de mapa de bit del sistema.  Para obtener m\u00e1s detalles vea Apple BugReporter issue 3121780.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=Aceptar
-
diff --git a/l10n/src/es/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_es.properties
deleted file mode 100644
index 437ee03..0000000
--- a/l10n/src/es/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_es.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=N\u00facleo
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=La estructura b\u00e1sica de las aplicaciones basadas en NetBeans.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo proporciona la infraestructura central que permite ejecutar aplicaciones basadas en NetBeans. No se puede deshabilitar.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=Una {0} excepci\u00f3n ha  occurrido.\n\tClick para Mostrar Detalles o mostrar el archivo messages.log ubicado en su carpeta{1\}.
-NTF_ExceptionalExceptionTitle=Excepci\u00f3n no esperada
-# {0} - class name of exception
-NTF_ExceptionWarning=Una {0} excepci\u00f3n ha  occurrido.\nSin embargo, el sistema debe seguir trabajando sin problemas.\nPulse Mostrar detalles para ver el rastro de la pila.
-NTF_ExceptionWarningTitle=Advertencia
-
-#startup info messages
-MSG_MainWindowInit=Iniciando ventana principal...
-MSG_WindowShowInit=Abriendo ventana principal...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Guardando {0} ...
-MSG_AllSaved=Guardar todo lo terminado.
-
-CTL_Cannot_save=No se puede guardar {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Sitio protegido por contrase\u00f1a
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=Vista por:
-ShortcutsEditor.actionsButton.text=Acciones
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Accesos r\u00e1pidos
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Seleccionar vista por acciones para editar accesos r\u00e1pidos para una acci\u00f3n
-ShortcutsPanel.addButton.text=A\u00f1adir...
-ShortcutsPanel.removeButton.text=Eliminar
-ShortcutsPanel.AddActionTitle=Acceso r\u00e1pido nuevo
-ActionsPanel.shortcutAddButton.text=A\u00f1adir...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A 
-ActionsPanel.shortcutRemoveButton.text=Eliminar
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=P
-ActionsPanel.ShortcutsTitle=Editar accesos r\u00e1pidos
-ActionsPanel.AddShortcut=A\u00f1adir acceso r\u00e1pido
-ActionsPanel.ShortcutLabel=Acceso r\u00e1pido:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Seleccionar vista por acciones para editar accesos r\u00e1pidos para una acci\u00f3n
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Seleccionar vista por acciones para editar accesos r\u00e1pidos para una acci\u00f3n
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Seleccionar vista por accesos r\u00e1pidos, pero para editar accesos r\u00e1pidos se deber\u00eda seleccionar la vista por acciones
-ACS_ShortcutsPanel.addButton.text.a11yDesc=A\u00f1adir acceso r\u00e1pido nuevo para acciones
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Eliminar accesos r\u00e1pidos para acciones
-ACSN_ShortcutsPanel.shortcutsList=Lista de accesos r\u00e1pidos
-ACSD_ShortcutsPanel.shortcutsList=No disponible
-ACS_ActionsPanel.ShortcutLabel.a11yName=Rellenar acceso r\u00e1pido
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Rellenar acceso r\u00e1pido por combinaci\u00f3n de teclas
-ACSN_ActionsPanel.actionsTree=No disponible
-ACSN_ActionsPanel.shortcutsList=Lista de accesos r\u00e1pidos
-ACSD_ActionsPanel.actionsTree=No disponible
-ACSD_ActionsPanel.shortcutsList=No disponible
-ACSD_ShortcutsEditor.DialogDesc=No disponible
-ACSD_ActionsPanel.Dialog=A\u00f1adir acceso r\u00e1pido nuevo a la acci\u00f3n seleccionada
-ACS_ActionsPanel=No disponible
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=Ya existe una acci\u00f3n vinculada a este acceso directo ({0}).\n\u00bfDesea utilizar en su lugar la acci\u00f3n que acaba de seleccionar?
-
-CTL_ExitTitle=Guardar
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Guardar
-ACSD_Save=Guardar.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=Gu&ardar todo
-ACSD_SaveAll=Guardar todo.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Descartar todo
-ACSD_DiscardAll=Descartar todo.
-EXC_Save=Ocurri\u00f3 una excepci\u00f3n al guardar
-# NotifyException
-CTL_Title_Exception=Excepci\u00f3n
-CTL_NextException=Siguie&nte>
-CTL_PreviousException=< An&terior
-CTL_Exception_Hide_Details=&Ocultar detalles
-CTL_Exception_Show_Details=Mo&strar detalles
-ACSD_NextException=No disponible
-ACSD_PreviousException=No disponible
-ACSD_Exception_Hide_Details=No disponible
-ACSD_Exception_Show_Details=No disponible
-ACSN_ExceptionStackTrace=No disponible
-ACSD_ExceptionStackTrace=No disponible
-ACSD_NotifyExceptionPanel=No disponible
-
-ACSN_ListOfChangedFiles=Lista
-ACSD_ListOfChangedFiles=Lista de archivos con cambios a guardar
-ACSD_ExitDialog=Di\u00e1logo para guardar todos los cambios
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=Modo SDI
-CTL_MdiMode=Modo MDI
-
-# NbPlaces
-CTL_NoWorkspaces=Sin espacios de trabajo
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=No disponible
-ACD_NotifyExcPanel_Dialog=No disponible
-
-# blocked event queue
-LOG_EventQueueBlocked=El subproceso AWT Event Dispatch est\u00e1 bloqueado durante {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Autentificaci\u00f3n necesaria
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=Nombre de &usuario:
-NbAuthenticatorPanel.passwordLbl.text=&Contrase\u00f1a:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Contrase\u00f1a para {0}
-
-ProxySettings.password.description=contrase\u00f1a del Proxy
-
-Title_WebBrowser=Navegador
-
diff --git a/l10n/src/es/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_es.properties
deleted file mode 100644
index 88b37d6..0000000
--- a/l10n/src/es/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_es.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&Acerca de
-About_title=Acerca de
-
-#CopyProductInfoAction
-CopyProductInfo=Copiar informaci\u00f3n
-CopyProductInfoAction=&Copiar informaci\u00f3n
-CTL_CopyButton_tooltip=Copiar al portapapeles informaci\u00f3n sobre el producto NetBeans
-
-#HtmlViewAction
-CTL_OpeningBrowser=Abriendo navegador ...
-HTMLView=Navegador
-
-#SystemExit
-Exit=&Salir
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Vista interna siguiente
-LBL_PreviousViewCallbackAction=Vista interna previa
-
-# jump next/prev actions
-JumpNextAction=Error siguien&te
-JumpPrevAction=Error &previo
-
-#LogAction
-MSG_LogTab_name=Archivo de registro de&l programa
-MSG_ShortLogTab_name=Archivo de registro de&l programa
-
diff --git a/l10n/src/es/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_es.properties
deleted file mode 100644
index 669b4b3..0000000
--- a/l10n/src/es/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_es.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Product Version\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>System\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Userdir:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE y NetBeans Platform est\u00e1n basados en software de netbeans.org, que tiene licencia doble bajo Common Development and Distribution License (CDDL) y GNU General Public License version 2 con la excepci\u00f3n de Classpath. Para m\u00e1s informaci\u00f3n, visite <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value=versi\u00f3n {0} {1} ejecut\u00e1ndose en {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Sencillo navegador HTML basado en un componente Swing
-MSG_cannot_create_browser=No es posible crear un navegador HTML basado en Swing
-Services/Browsers/SwingBrowser.settings=Navegador HTML basado en Swing
-LBL_Close=Cerrar
-MNE_Close=C
-ACSN_Close=Cerrar
-ACSD_Close=Cerrar
-
diff --git a/l10n/src/es/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_es.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/es/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_es.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/es/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_es.properties
deleted file mode 100644
index 5ca6c0b..0000000
--- a/l10n/src/es/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_es.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Empaqueta la librer\u00eda JNA.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo empaqueta la librer\u00eda JNA.
-
diff --git a/l10n/src/es/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_es.properties
deleted file mode 100644
index 267e8cd..0000000
--- a/l10n/src/es/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_es.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de Integraci\u00f3n de Scripting
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Usado por el paquete de APIs Scription.
-OpenIDE-Module-Long-Description=El m\u00f3dulo usado est\u00e1 enlazado a los APIs de guiones (paquete javax.script). No es necesario.
-OpenIDE-Module-Deprecation-Message=No es necesario en JDK 6. Remover la dependencia en este m\u00f3dulo.
-
diff --git a/l10n/src/es/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_es.properties
deleted file mode 100644
index 03d77e8..0000000
--- a/l10n/src/es/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_es.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Empaqueta la librer\u00eda para pruebas JUnit 4.x.
-OpenIDE-Module-Long-Description=Incluye la librer\u00eda de pruebas unitarias JUnit 4.x.
-
diff --git a/l10n/src/es/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_es.properties
deleted file mode 100644
index b4fe097..0000000
--- a/l10n/src/es/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_es.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Especificaci\u00f3n OSGi
-
diff --git a/l10n/src/es/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_es.properties
deleted file mode 100644
index 5f01ecd..0000000
--- a/l10n/src/es/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_es.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=B\u00fasqueda r\u00e1pida
-QuickSearchComboBar.jLabel2.toolTipText=Hacer click o presionar Shift+F10 para seleccionar categor\u00edas
-MSG_DiscoverabilityHint=Buscar
-MSG_DiscoverabilityHint2=Buscar en {0}
-LBL_MoreResults=...
-LBL_AllCategories=Todas las Categor\u00edas
-QuickSearchPopup.searchingLabel.text=Buscando ...
-QuickSearchPopup.noResultsLabel.text=(Sin Resultados )
-QuickSearchPopup.hintLabel.text={0}; Presionar {1} para Todas las Categor\u00edas
-AbstractQuickSearchComboBar.command.toolTipText=B\u00fasqueda R\u00e1pida en el sistema {0}
-
diff --git a/l10n/src/es/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_es.properties
deleted file mode 100644
index 1797d52..0000000
--- a/l10n/src/es/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_es.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=No se puede mostrar la URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/es/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_es.properties
deleted file mode 100644
index bb4a25f..0000000
--- a/l10n/src/es/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_es.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Name=API de B\u00fasqueda R\u00e1pida
-OpenIDE-Module-Short-Description=Infraestructura par ala b\u00fasqueda r\u00e1pida en los \u00edtems del men\u00fa, acciones, archivos etc.
-QuickSearch/Recent=B\u00fasquedas Recientes
-
diff --git a/l10n/src/es/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_es.properties
deleted file mode 100644
index 1e1114b..0000000
--- a/l10n/src/es/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_es.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=sin filtro
-
diff --git a/l10n/src/es/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_es.properties
deleted file mode 100644
index 6565940..0000000
--- a/l10n/src/es/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_es.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Name=ETable y Esquema
-
diff --git a/l10n/src/es/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_es.properties
deleted file mode 100644
index ee3c2be..0000000
--- a/l10n/src/es/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_es.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Biblioteca de personalizaci\u00f3n del Look 6 Feel
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Maneja UIManager por look & feel personalizados para NetBeans
-OpenIDE-Module-Long-Description=Define valores espec\u00edficos para NetBeans que se utilizan en el UIManager y asegura que algunos valores disponibles en BasicLookAndFeel estar\u00e1n disponibles en todos los look and feels. Maneja compatibilidad con el tema Metal, selecci\u00f3n Look & Feel e inicia tama\u00f1o personalizado de letras.
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/es/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_es.properties
deleted file mode 100644
index 24f942e..0000000
--- a/l10n/src/es/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_es.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=Advertencia: Debido al problema 5079742 del JDK, los tipos de letra en NetBeans no se mostrar\u00e1n correctamente. Instale JDK 1.5.0_02 o superior, vea los detalles en http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
-
diff --git a/l10n/src/es/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_es.properties
deleted file mode 100644
index 500bac9..0000000
--- a/l10n/src/es/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_es.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Control de Pesta\u00f1as
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=El control de pesta\u00f1as es utilizado por el sistema de ventanas
-OpenIDE-Module-Long-Description=El bean del control de pesta\u00f1as del sistema de ventanas de NetBeans
-
-
-
-ACS_TabbedContainer=Control de Pesta\u00f1as
-ACSD_TabbedContainer=Control de pesta\u00f1as para alternar entre pesta\u00f1as
-
-TT_TabDisplayer_Close=<html>Haga May\u00fas+ clic para cerrar todos los documentos<br>Alt + click para cerrar los dem\u00e1s documentos.
-
diff --git a/l10n/src/es/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_es.properties b/l10n/src/es/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_es.properties
deleted file mode 100644
index de0ab60..0000000
--- a/l10n/src/es/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_es.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Mostrar la Lista de Documentos Abiertos
-
-Tip_Restore_Window=Restaurar Ventana
-
-Tip_Maximize_Window=Maximizar la Ventana
-
-Tip_Minimize_Window=Minimizar Ventana
-
-Tip_Pin=Pin
-
-Tip_Close_Window=Cerrar ventana
-
-Tip_Scroll_Documents_Right=Desplazar Documentos a la Derecha
-
-Tip_Scroll_Documents_Left=Desplazar Documentos a la Izquierda
-
diff --git a/l10n/src/es/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_es.properties b/l10n/src/es/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_es.properties
deleted file mode 100644
index 613a8ea..0000000
--- a/l10n/src/es/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_es.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=APIs de Acciones
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Definici\u00f3n de las acciones comunes de NetBeans
-OpenIDE-Module-Long-Description=Proporciona una lista de acciones comunes usadas por cualquier aplicaci\u00f3n en NetBeans.
-
-
-New=&Agregar
-# {0} name of the only one new type
-NewArg=&Agregar {0}
-
-# File
-NewFromTemplate=&Nuevo
-Save=&Guardar
-Print=Imp&rimir...
-PageSetup=Configuraci\u00f3n de P\u00e1&gina...
-
-#0 undoableedit
-UndoWithParameter=&Deshacer {0}
-#0 undoableedit
-RedoWithParameter=&Rehacer {0}
-UndoSimple=&Deshacer
-RedoSimple=&Rehacer
-Cut=Cor&tar
-Copy=Cop&iar
-Paste=&Pegar
-Delete=&Suprimir
-Find=&Buscar...
-Goto=Ir a la &Linea...
-Replace=R&emplazar...
-
-# View
-Properties=&Propiedades
-View=Vista
-Edit=Editar
-
-# Build
-Execute=&Ejecutar
-
-# Window
-DockWindow=&Iconificar Vista
-UndockWindow=&Desiconificar Vista
-CloneView=&Clonar Vista
-CloseView=Cerrar
-NextTab=Vista Siguie&nte
-PreviousTab=Vista &Anterior
-
-Open=Abrir
-Rename=Renombrar...
-
-MoveUp=Desplazar hacia arriba
-MoveDown=Desplazar hacia abajo
-
-
-Customize=Personalizar
-
-#rename action
-CTL_RenameTitle=Cambiar de nombre
-CTL_RenameLabel=&Nombre nuevo:
-# {0} param represents old name before renaming.
-MSG_BadFormat=El objeto no puede ser renombrado de {0} a {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Colector de Basura
-
-#HeapView
-LBL_ShowText=Mostrar Texto
-LBL_DropShadow=Borrar Sombra
-LBL_OverlayGrid=Superponer Grilla
-
-# NewTemplateAction
-CTL_NewName=Nombre nuevo
-CTL_NewNameTitle=&Nuevo
-
-
-#Reorder Action
-Reorder=Cambiar el Orden...
-
-OpenLocalExplorer=Explorar Desde A&qui
-
-WorkspacesItems=Espacios de &Trabajo
-
-
-# name of template
-CTL_Template_Name=&Nombre Objeto:
-# title of dialog
-CTL_Template_Dialog_Title=Instanciar Plantilla
-CTL_Template_Dialog_RootTitle=Guardar en:
-
-
-# Tools action
-CTL_Tools=Herramientas
-CTL_EmptySubMenu=Vac\u00edo
-
-
-# name of the PopupAction
-Popup=Ventana Emergente
-
-#SaveAction
-MSG_saved={0} guardado.
-EXC_notsaved=Ocurrieron algunos problemas mientras se guardaba {0}\nCausa: {1}
-#Template wizard title
-CTL_TemplateWizard=Plantilla de Novedades
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=CB...
-CTL_GC=Presionar para forzar la recolecci\u00f3n de basura
-
-
diff --git a/l10n/src/es/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_es.properties b/l10n/src/es/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_es.properties
deleted file mode 100644
index f7d204d..0000000
--- a/l10n/src/es/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_es.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API de Utilidades para IU
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Utilidades para Interfaz de Usuario.
-OpenIDE-Module-Long-Description=Varios m\u00e9todos de ayuda para las tareas relacionadas con la IU.
-
-
-
-#MenuBar
-EXC_LoadMenu=Imposible cargar el men\u00fa {0}
-EXC_LoadMenuItem=Imposible cargar el \u00edtem {0} del men\u00fa
-
-#HtmlBrowser
-CTL_Back=Atras
-CTL_Forward=Adelante
-CTL_Reload=Recargar
-CTL_Stop=Detener
-CTL_Document_done=Documento: Hecho
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Cargando
-EXC_Module=Excepci\u00f3n producida durante la inicializaci\u00f3n del m\u00f3dulo del navegador  HTML
-CTL_WebBrowser=Navegador
-HINT_WebBrowser=Navegador
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Navegadar Vistas
-ACSD_HtmlBrowser=No disponible
-ACS_HtmlBrowser_Location=Ubicaci\u00f3n
-ACSD_HtmlBrowser_Location=No disponible
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Horizontal
-SplittedPanelSwap=Intercambiar paneles
-ResetSplitter=Reiniciar linea de divisi\u00f3n
-ACS_SplittedPanel_Name=Primer panel {0}. Segundo panel {1}.
-ACS_SplittedPanel_Description=Primer panel {0}. Segundo panel {1}.
-ACS_SplittedPanel_EmptySplitter=No disponible
-ACSD_SplittedPanel_EmptySplitter=No disponible
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=No disponible
-#Title while loading
-LBL_Loading=Cargando...
-#Title if html doesn't contain title tags
-LBL_Untitled=Sin T\u00edtulo
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Host desconocido: {0}
-FMT_InvalidURL=URL inv\u00e1lida: {0}
-FMT_NoRouteToHost=No existe ruta hacia el host: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Invocando {4} implementado como {3} a {1}
-
-
-# action and their performers
-Open=Abrir
-Edit=Editar
-Print=Imp&rimir...
-View=Vista
-Close=Cerrar
-
diff --git a/l10n/src/es/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_es.properties b/l10n/src/es/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_es.properties
deleted file mode 100644
index 581568a..0000000
--- a/l10n/src/es/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_es.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=APIs de compatibilidad
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Algunas clases antiguas ya son obsoletas.
-OpenIDE-Module-Long-Description=Contiene algunas clases del API anterior que son obsoletas y pueden ser reemplazadas. Especificamente: ExplorerActions; ExplorerPanel; HttpServer; y WeakListener.
-OpenIDE-Module-Deprecation-Message=Todas las clases de este API son obsoletas y deben ser reemplazadas por APIs m\u00e1s actuales.
-
diff --git a/l10n/src/es/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_es.properties b/l10n/src/es/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_es.properties
deleted file mode 100644
index ee051f0..0000000
--- a/l10n/src/es/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_es.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de Di\u00e1logos
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Maneja di\u00e1logos y asistentes.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo maneja la infraestructura de los di\u00e1logos y los asistentes usados en NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Error
-NTF_ExceptionTitle=Excepci\u00f3n
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=Una {0} excepci\u00f3n ha  occurrido.\nPlease report this at http://www.netbeans.org/issues.html, incluya una copia del archivo messages.log .\nEl archivo messages.log est\u00e1 ubicada en la carpeta {1}.
-NTF_ExceptionalExceptionTitle=Excepci\u00f3n no esperada
-NTF_PlainTitle=Mensaje
-NTF_QuestionTitle=Pregunta
-NTF_InformationTitle=Informaci\u00f3n
-NTF_WarningTitle=Advertencia
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Opciones de Alineamiento
-
-#
-# names of buttons
-#
-CTL_OK=Aceptar
-CTL_YES=Si
-CTL_NO=No
-CTL_CLOSE=Cerrar
-
-CTL_CANCEL=Cancelar
-ACSD_CANCEL=n/d
-
-CTL_NEXT=Siguiente >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Moves to next step of the wizard.|2#Next step: {0}. {1}}
-
-CTL_PREVIOUS=< &Atr\u00e1s
-CTL_PREVIOUS_Mnemonic=A
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Moves to previous step of the wizard.|0#Previous step: {0}. {1}}
-
-CTL_FINISH=&Terminar
-ACSD_FINISH=n/d
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Linea de Entrada
-ACSD_InputField=No disponible
-ACN_NotifyDescriptor_MessageJTextArea=No disponible
-ACD_NotifyDescriptor_MessageJTextArea=No disponible
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} asistente ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} de {1}
-CTL_ContentName=Pasos
-CTL_HelpName=Ayuda
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Por favor espere.
-
diff --git a/l10n/src/es/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_es.properties b/l10n/src/es/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_es.properties
deleted file mode 100644
index 2222d8e..0000000
--- a/l10n/src/es/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_es.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de Execuci\u00f3n
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=API de Execuci\u00f3n de las APIs abiertas.
-OpenIDE-Module-Long-Description=Consiste de partes del paquete org.openide.execution.* desde el Open APIs.
-
diff --git a/l10n/src/es/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_es.properties b/l10n/src/es/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_es.properties
deleted file mode 100644
index 35466c3..0000000
--- a/l10n/src/es/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_es.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API de Exploraci\u00f3n y Hoja de Propiedades
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Varias vistas para mostrar las estructuras de nodos.
-OpenIDE-Module-Long-Description=Permite la definici\u00f3n de nuevas vistas para visualizar las estructuras creadas por el API de Nodos.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorador [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=No se puede restaurar la ventana del Explorador; el nodo raiz "{0}" no se restaurar\u00e1 correctamente.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=Una vista Explorador no puede vetar una selecci\u00f3n vac\u00eda.
-EXC_ContextMustBeWithinRootContext=Un contexto explorado ({0}) debe situarse dentro del contexto raiz  ({1}).
-EXC_NodeCannotBeNull=No se puede seleccionar un nodo nulo.
-EXC_NoElementOfNodeSelectionMayBeNull=Los elementos de un nodo seleccionado pueden ser nulos.
-EXC_NodeSelectionCannotContainNodes=Un nodo seleccionado no puede contener ({0}) que no est\u00e9n por debajo de la ra\u00edz ({1}).
-EXC_CannotHaveNullRootContext=No puede existir un contexto principal nulo.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=\u00bfEst\u00e1 seguro que desea  borrar {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=\u00bfEst\u00e1 seguro que desea eliminar {0} y todo su contenido?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=\u00bfEst\u00e1 seguro que desea eliminar estos {0} elementos?
-MSG_ConfirmDeleteObjectTitle=Confirmar Eliminaci\u00f3n del Objeto
-MSG_ConfirmDeleteFolderTitle=Confirmar Eliminaci\u00f3n del Paquete
-MSG_ConfirmDeleteObjectsTitle=Confirmar Eliminaci\u00f3n de M\u00faltiples Objetos
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=\u00bfSeguro que desea eliminar {0} (vinculada con {3})?
-MSG_ConfirmDeleteShadowTitle=Confirmar Eliminaci\u00f3n del V\u00ednculo
-
-
diff --git a/l10n/src/es/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_es.properties b/l10n/src/es/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_es.properties
deleted file mode 100644
index 853feaf..0000000
--- a/l10n/src/es/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_es.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Excepci\u00f3n en
-PS_Editor=Editor de propiedades
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Matriz de
-FMT_ErrorSettingProperty=La propiedad no puede ser asignada. {0} es un valor no v\u00e1lido para {1}.
-FMT_CannotUpdateProperty={0} es un valor no v\u00e1lido para {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(Sin Editor de Propiedades)
-CTL_NoProperties=<Sin Propiedades>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Propiedades
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Ordenar por Categor\u00eda
-ACS_CTL_NoSort=Ordenar por Categor\u00eda
-CTL_AlphaSort=Ordenar por nombre
-ACS_CTL_AlphaSort=Ordenar por nombre
-CTL_TypeSort=Ordenar por Tipo
-ACS_CTL_TypeSort=Ordenar por Tipo
-CTL_VisibleWritableOnly=Mostrar Solamente Propiedades Editables
-ACS_CTL_VisibleWritableOnly=Mostrar Solamente Propiedades Editables
-CTL_Customize=Personalizador
-ACS_CTL_Customize=Personalizador
-CTL_Help=Ayuda
-ACS_CTL_Help=Ayuda
-ACSD_CTL_Help=Proporciona ayuda sobre el objeto mostrado en la hoja de propiedades
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[Panel de Propiedades:Informaci\u00f3n del Usuario]Usando propiedad >>{0}<< en tiempo de dise\u00f1o tir\u00f3 una excepci\u00f3n.
-
-#PropertySheet
-CTL_Property_sheet_option=Hoja de Propiedades
-
-
-#IndexedPropertyEditor
-CTL_NoItem=No hay Items Disponibles
-CTL_Index=Propiedad \u00cdndice:
-CTL_Unknown=Desconocido
-
-#PropertyDialogManager
-CTL_OK=Aceptar
-ACSD_CTL_OK=No disponible
-CTL_Cancel=Cancelar
-ACSD_CTL_Cancel=No disponible
-CTL_Close=Cerrar
-ACSD_CTL_Close=No disponible
-CTL_Default=Restablecer valores predeterminados
-ACSD_CTL_Default=No disponible
-CTL_Paste=Pegar
-
-#PropertyDetails
-EXC_Setter=Excepci\u00f3n al asignar la propiedad: {0}
-EXC_Setter_localized=Excepci\u00f3n en el metodo setter  de la propiedad {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<Sin Editor Personalizado>
-CTL_No_property_editor=<Sin Editor de Propiedades>
-CTL_Different_Values=<Diferentes Valores>
-CTL_Desc_Different_Values=Los nodos seleccionados tienen diferentes valores para esta propiedad.
-CTL_No_properties=<Sin Propiedades>
-CTL_No_value=<Sin Valor>
-CTL_No_type=<Sint Tipo>
-CTL_ElipsisHint=Invocador personalizado.
-CTL_InvalidValue=Valor inv\u00e1lido: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Invalid value {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0}  {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Tipo: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Propiedades
-CTL_New=&Nuevo
-CTL_Delete=&Suprimir
-CTL_MoveUp=S&ubir
-CTL_MoveDown=&Bajar
-CTL_HideDetails=&Ocultar detalles
-CTL_ShowDetails=Mo&strar detalles
-EXC_ErrorInIndexedSetter=La propiedad \u00edndice no puede ser asignada
-
-ACSD_Properties=No disponible
-ACSD_New=No disponible
-ACSD_Delete=No disponible
-ACSD_MoveUp=No disponible
-ACSD_MoveDown=No disponible
-ACSD_HideDetails=No disponible
-ACSD_ShowDetails=No disponible
-ACSD_IndexedEditorPanel=No disponible
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Nombres
-COLUMN_VALUES=Valores
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<Ilegible>
-#Text for null values
-NULL=nulo
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Error en el Valor Asignado
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Modo de Ordenamiento Desconocido
-
-#Button labels for property dialogs
-ok=Aceptar
-default=Restaurar los valores por defecto
-cancel=Cancelar
-close=Cerrar
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Descripci\u00f3n
-ACSD_Description=Descripci\u00f3n de la propiedad seleccionada actualmente
-ACS_DescriptionTitle=Nombre de la Propiedad
-ACSD_DescriptionTitle=Nombre de la propiedad en edici\u00f3n actualmente
-CTL_NO_DESCRIPTION=No hay descripci\u00f3n disponible.
-CTL_NO_SELECTION=Ninguna Selecci\u00f3n
-ACS_Splitter=Divisor
-ACSD_Splitter=Divisor visual entre la tabla de propiedades y el \u00e1rea de descripci\u00f3n.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=La propiedad
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} igual {1}
-FMT_ACST_SheetSet=Grupo de Propiedades {0}
-ACST_No_Selection=Ninguna Selecci\u00f3n
-CTL_Multiple_Selection=Selecci\u00f3n de multiples objetos
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Click, o seleccione y presione CTRL-ESPACIO para abrir el editor personalizado; click derecho para ver el men\u00fa
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Mostrar el \u00c1rea de Descripci\u00f3n
-CTL_HideDescription=Ocultar el \u00c1rea de Descripci\u00f3n
-CTL_RestoreDefaultValue=Restaurar el Valor por Defecto
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Propiedades
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=esta propiedad
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=formato de n\u00famero ilegal: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Editor personalizado: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Tabla de propiedades
-ACSN_SHEET_TABBED_PANE=Categor\u00edas de propiedades
-ACSD_SHEET_TABLE=Tabla de las propiedades editables para el objeto actual
-ACSD_SHEET_TABBED_PANE=Se pueden seleccionar diferentes tipos de propiedades del objeto actual para mostrar en la tabla de propiedades 
-
-LBL_QUICKSEARCH=B\u00fasqueda Rapida:
-
-MSG_SetAsText_InvalidValue=Valor inv\u00e1lido: {0}
-
diff --git a/l10n/src/es/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_es.properties b/l10n/src/es/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_es.properties
deleted file mode 100644
index 127b8af..0000000
--- a/l10n/src/es/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_es.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Vac\u00edo
-MenuViewStartFromRoot=Buscar desde la raiz
-MenuViewStartFromCurrent=Buscar desde el punto actual
-
-# TabView
-TabView_RootTab=Ra\u00edz
-
-# TreeView
-VetoSelectedNodes=Nodos Seleccionados
-LBL_QUICKSEARCH=Buscar:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=El objeto no puede ser renombrado de {0} a {1}.
-ACSN_TreeViewCellEditor=Editor de Renombrado
-ACSD_TreeViewCellEditor=Editor en el lugar del nombre del nodo en la vista de \u00e1rbol
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=El destino no acepta el contenido a transferir.
-
-MSG_ABORT=Cancelar
-
-#TableSheet
-ACS_TableSheet=Tabla de Propiedades
-ACSD_TableSheet=No disponible
-ACS_NullPanel=Sin Propiedades
-# {0} - bean
-ACSD_NullPanel=Sin Propiedad. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Tipo: {1} Bean: {2}
-CTL_No_value=<Sin Valor>
-CTL_No_type=<Sint Tipo>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Cambiar Columnas Visibles
-LBL_ColumnDialogDesc=Cambiar las Columnas a Mostrar en la Lista
-LBL_ListOptions=Lista de Opciones
-LBL_ChangeColumns=Cambiar Columnas Visibles...
-LBL_SortMenu=Ordenar
-LBL_Ascending=Ascedente
-LBL_Descending=Descendente
-LBL_ColsMenu=Columna
-LBL_MoveLeft=Mover hacia la izquierda
-LBL_MoveRight=Mover hacia la derecha
-MSG_NoColumnsToChange=No hay columnas para cambiar su visibilidad.
-LBL_NoSort=Ninguno
-ACSN_ColumnDialog=Cambiar Columnas Visibles
-ACSD_ColumnDialog=Cambiar las Columnas a Mostrar en la Lista
-
-#a11y
-ACSN_TreeTable=No disponible
-ACSD_TreeTable=No disponible
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Mostrar solo las filas donde
-
-CTL_ColumnsSelector=Cambiar Columnas Visibles
-ACN_ColumnsSelector=Seleccionador de Columnas
-ACD_ColumnsSelector=Seleccionar las columnas visibles
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Cambiar las Columnas a Mostrar en la Lista
-NodeOutlineModel_NodesColumnLabel=Nodos
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Accediendo a {0} sin acceso de lectura Children.MUTEX
-
diff --git a/l10n/src/es/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_es.properties b/l10n/src/es/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_es.properties
deleted file mode 100644
index 0ca7039..0000000
--- a/l10n/src/es/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_es.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Documento XML no v\u00e1lido:
-
-W-003=Advertencia: el analizador XML no admite la caracter\u00edstica de tratamiento l\u00e9xico.
-
diff --git a/l10n/src/es/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_es.properties b/l10n/src/es/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_es.properties
deleted file mode 100644
index bf0a67b..0000000
--- a/l10n/src/es/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_es.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API del Sistema de Archivos
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=API del Sistema de Archivos Virtual.
-OpenIDE-Module-Long-Description=Permite acceder a los archivos como recursos de forma independiente de los archivos de Sistema Operativo actual. Soporta la notificaci\u00f3n de cambios en el disco.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Inv\u00e1lido {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=La raiz {0} no existe.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=No se puede cambiar el nombre de la ra\u00edz de un sistema de ficheros {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=No se puede cambiar el nombre de la ra\u00edz de un sistema de ficheros {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=No es posible eliminar el archivo {0} en {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=No es posible renombrar el archivo {0} desde {1} a {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Sistema de archivos {0} es de s\u00f3lo lectura.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=El archivo {0} en {1} es de solo lectura.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=No se puede crear el archivo  {0} debido a  {1} en el sistema de archivos {2} no es una carpeta.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Slash en el nombre de la carpeta "{0}" no permitido.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=La carpeta {0} ya existe en {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=No se puede crear la carpeta {0} en {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=El archivo {0} ya existe en el sistema de archivos {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=No se pudo crear el archivo {2}.{3} en carpeta {0} del sistema de archivo {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Bloque inv\u00e1lido [{0}] para el archivo {1} en {2} con el bloqueo actual [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=No se puede modificar el archivo de atributos del sistema de ficheros:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=El archivo {1} no se puede encontrar en la carpeta {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} es solo lectura.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} es de solo lectura porque est\u00e1 dentro de {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=El archivo {0} no existe.
-
-# {0} = name of zip file 
-EXC_CanntRead=No s puede leer el archivo {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Error en el archivo {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Error en el archivo JAR {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=JAR Desconocido
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Sistema de Archivos Multiple
-EXC_FileOutsideModified=No se ha encontrado el archivo {0}. Otra aplicaci\u00f3n puede haber movido o cambiado de nombre al archivo.
-XML_NotValidXMLFileSystem=Sistema de Archivos XML Inv\u00e1lido.
-EXC_DefAttrReadErr=No se puede leer DefaultAttributes.
-EXC_UnreachableCode=Error interno: c\u00f3digo inalcanzable.
-
-EXC_FolderCopy=La copia de carpetas no es soportada.
-XML_RootInvalid=El sistma de archivos debe tener un elemento principal.
-XML_MisssingAttr=Atributo \"name\" esta desaparecido
-XML_InaccurateParam=N\u00famero de parametros impreciso.
-XML_UnknownElement=Elemento desconocido.
-XML_DuplElement=FileObject duplicado:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} en {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Abriendo flujo para {0}
-
diff --git a/l10n/src/es/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_es.properties b/l10n/src/es/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_es.properties
deleted file mode 100644
index 09d7b7a..0000000
--- a/l10n/src/es/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_es.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=APIs de compatibilidad
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Las Open API relativas a la visualizaci\u00f3n de salida.
-OpenIDE-Module-Long-Description=Contiene clases de org.openide.windows.* relativas a la creaci\u00f3n de fichas de salida, mostrando las salidas, y estos hiperenlaces.
-
diff --git a/l10n/src/es/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_es.properties b/l10n/src/es/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_es.properties
deleted file mode 100644
index d4f953b..0000000
--- a/l10n/src/es/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_es.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Long-Description=Este m\u00f3dulo enlaza el API Datasystems con el API de manejo de Guiones (Scripts). Como resultado es posible usar cualquier gui\u00f3n (script) y lenguaje de generaci\u00f3n de plantillas para generar nuevas plantillas.
-OpenIDE-Module-Name=Manejo avanzado de plantillas
-OpenIDE-Module-Short-Description=Manejo avanzado de plantillas no solo para Datasystems
-
diff --git a/l10n/src/es/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_es.properties b/l10n/src/es/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_es.properties
deleted file mode 100644
index aee070a..0000000
--- a/l10n/src/es/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_es.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Datasystems API
-OpenIDE-Module-Short-Description=API Abierta de NetBeans para la manipulaci\u00f3n de objetos de datos.
-OpenIDE-Module-Long-Description=El Datasystems API se encuentra una capa arriba del Filesystems API que puede reconocer y agrupar objetos de datos y les da una sem\u00e1ntica particular. Una parte de las APIs Abiertas, que ahora est\u00e1n divididas en un m\u00f3dulo independiente.
-OpenIDE-Module-Display-Category=Infraestructura
-
-#DefaultDataObject
-HINT_DefaultDataObject=Archivo No Reconocido
-
-EXC_SharedAccess=Acceso Compartido
-
-#Folder.Index
-EXC_ReorderFailed=No se puede guardar los nuevos pedidos
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=No se ha podido borrar el archivo {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=V\u00ednculo a {3}
-
-PROP_ShadowOriginalName=Nombre Original
-HINT_ShadowOriginalName=Nombre de los objetos que hacen referencia hacia este v\u00ednculo.
-PROP_ShadowOriginalFileSystem=Nombre Original del Sistema de Ficheros
-HINT_ShadowOriginalFileSystem=Nombre del sistema de ficheros del objeto original.
-
-# DataNode
-PROP_name=Nombre
-HINT_name=Nombre de este objeto.
-PROP_template=Plantilla
-HINT_template=Si es cierto, este objeto es una plantilla (puede fabricar instancia de si mismo).
-PROP_files=Todos los archivos
-HINT_files=Una lista de los archivos representados por este objeto.
-PROP_size=Tama\u00f1o del Archivo
-HINT_size=Longitud del este archivo en bytes. (Solo es aplicable a la primer archivo listado en Todos los Archivos.)
-PROP_lastModified=Tiempo de Modificaci\u00f3n
-HINT_lastModified=La \u00faltima modificaci\u00f3n de este archivo. (S\u00f3lo es aplicable a la primer archivo listado en Todos los Archivos.)
-PROP_extension=Extensi\u00f3n
-HINT_extension=Extensi\u00f3n de archivo primaria.
-ERROR_extension=No se puede cambiar la extensi\u00f3n. El archivo fue modificado.
-
-# name of set with sorting options
-PROP_sorting=Clasificaci\u00f3n
-HINT_sorting=Clasificar y ordenar las configuraciones.
-
-#
-# folder sort mode property
-PROP_sort=Modo de Ordenamiento
-HINT_sort=Determina que objetos en este paquete pueden ser ordenados.
-# SortModeEditor
-VALUE_sort_none=Desordenado
-VALUE_sort_names=Por Nombre
-VALUE_sort_class=Por Tipo
-VALUE_sort_folder_names=Por Nombre (Paquetes Primero)
-VALUE_sort_last_modified=Por Tiempo de Modificaci\u00f3n
-VALUE_sort_size=Por Tama\u00f1o del Archivo
-
-
-#
-# Names of paste types
-#
-PT_move=&Mover
-PT_copy=&Copiar
-PT_instantiate=&Instanciar
-PT_shadow=Crear &V\u00ednculo
-PT_serialize=&Serializar
-PT_instance=Instancia por &Defecto
-
-# 
-SerializeBean_Text=&Nombre del archivo a serializar la instancia de
-SerializeBean_Title=Serializaci\u00f3n de Instancia
-
-#
-# new folder
-#
-CTL_NewFolder=Carpeta
-CTL_NewFolderName=&Nombre:
-CTL_NewFolderTitle=Crear una Nueva Carpeta
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=El archivo {0} ya existe en la carpeta {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=La carpeta {0} ya existe en la carpeta {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=El archivo {1} al parecer es demasiado grande ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) para abrirlo con seguridad. \nAbrir el archivo puede causar un error de desbordamiento de memoria OutOfMemoryError, lo que no permitir\u00eda usar el IDE. \u00bfEst\u00e1 realmente seguro de querer abrirlo?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=Archivos de Configuraci\u00f3n XML
-PROP_XmlError=Error (recuperable)
-PROP_XmlWarning=Advertencia
-PROP_XmlFatalError=ERROR FATAL
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=No se puede crear la carpeta; {0} no es un nombre v\u00e1lido.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=No se puede copiar {0}: La carpeta de destino es la misma que la de origen.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=No se puede copiar {0}: La carpeta de destino es una subcarpeta de la carpeta de origen.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=Asistente Nuevo - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=Asistente Nuevo
-LAB_TemplateChooserPanelName=Seleccionar Plantilla
-LAB_SelectTemplateBorder=&Seleccionar una plantilla:
-MSG_NoDescription=Sin descripci\u00f3n
-MSG_InitDescription=Inicializando descripci\u00f3n...
-LAB_TemplateDescriptionBorder=Descripci\u00f3n de la &Plantilla:
-LAB_TargetLocationPanelName=Ubicaci\u00f3n del destino
-LAB_TargetLocationDescription=Por favor seleccione una carpeta para el objeto reci\u00e9n creado o ingrese el nombre de la carpeta abajo:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=No disponible
-ACSD_TemplateWizard1=No disponible
-
-CTL_NewObjectName=&Nombre\:
-ACSD_NewObjectName=No disponible
-ACSD_TargetLocationDescription=No disponible
-ACSD_TemplateWizard2=No disponible
-
-ACSD_NewObjectPanel=No disponible
-
-LBL_settingsNodeName=Configuraci\u00f3n
-EXC_folder_delete_failed=No eliminar la carpeta de origen mientras se mueve.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<carpeta superior> [{0}]
-FMT_DefaultNewObjectName=<nombre por defecto>
-
-LBL_shadow_loader_display_name=V\u00ednculos
-LBL_folder_loader_display_name=Carpetas
-LBL_default_loader_display_name=Objetos No Reconocibles
-LBL_instance_loader_display_name=Instancias de Acci\u00f3n
-
-FMT_CannotCopyDo=Advertencia: El objeto {0} no puede ser copiado.
-FMT_CannotMoveDo=Advertencia: El objeto {0} no puede ser movido.
-
-# InstanceDataObject
-LBL_separator_instance=(separador)
-PROP_instance_class=Nombre de clase
-HINT_instance_class=Nombre de la clase Java del objeto representado.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=Hay problemas al guardar el bean {0}.
-
-FMT_brokenShadowName={0} (V\u00ednculo Roto)
-HINT_brokenShadowOriginalName=V\u00ednculo Roto
-PROP_brokenShadowOriginalName=V\u00ednculo Roto
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=V\u00ednculo al Sistema de Archivos Roto
-HINT_brokenShadowFileSystem=V\u00ednculo al Sistema de Archivos Roto
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Configuraci\u00f3n No Reconocida>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Parecido a la Objeto de Datos Copiar
-LBL_DOcut=Parecido a la Objeto de Datos Cortar
-#NewObjectPanel
-LAB_NewObjectPanelName=Nuevo Nombre del Objeto
-FMT_DefaultNewObject=<predeterminado>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=La ventana desplegable para objetos del tipo {0} no puede restaurarse; usando configuraciones por defecto.
-LBL_loader_display_name=Cargador
-
-MSG_renameError=El objeto no puede ser renombrado de {0} a {1}.
-MSG_NotValidName={0} no puede tener un nombre vac\u00edo.
-ERR_NoFilesystem=No hay sistema de ficheros habilitado. Aseg\u00farese que posee sistema de ficheros y que este no es de solo lectura y que no est\u00e9 oculto
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=El sistema de archivos o la carpeta de destino no existen.
-MSG_fs_is_readonly=El sistema de archivos de destino es de s\u00f3lo lectura.
-# {0} - name of the existing file
-MSG_file_already_exist=El archivo {0} ya existe.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Acci\u00f3n del Sistema de Archivos
-#InstantiateAction
-Instantiate=Instanciar
-#SaveAsTemplateAction
-SaveAsTemplate=Guardar Como Plantilla...
-Title_SaveAsTemplate=Guardar Como Plantilla
-CTL_SaveAsTemplate=&Seleccione la categor\u00eda en la cual la plantilla aparecer\u00e1:
-CTL_SaveAsTemplate_TemplatesRoot=Plantillas
-SaveAll=Gu&ardar todo
-HINT_SaveAll=Guardar todos los archivos (si la compilaci\u00f3n en caracter\u00edstica Guardar est\u00e1 en, esto tambi\u00e9n har\u00e1 compilaci\u00f3n/generaci\u00f3n archivos)
-# FileSystemRefreshAction
-LAB_Refresh=Refrescar Carpeta
-# NewTemplateAction
-EXC_TemplateFailed=Fall\u00f3 la creaci\u00f3n del objeto desde la plantilla.
-NewTemplate=&Nuevo
-NewTemplateAction=Todas las Plantillas...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Vac\u00edo
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Abriendo {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=Se modific\u00f3 el archivo {0}. \u00bfGuardarlo?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [s/l]|1#{1} *|2#{1} [s/l] *|3#{1}}
-TIP_editor_modified=\ (modified)
-TIP_editor_ro=\ (read-only)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=\u00a1El archivo {0} fue cambiado a s\u00f3lo lectura! Todos los cambios van a ser descartados.
-MSG_FileReadOnlySaving=\u00a1El archivo {0} fue cambiado a s\u00f3lo lectura! No se puede guardar esto.
-MSG_FileReadOnlyChanging=\u00a1El archivo {0} fue cambiado a s\u00f3lo lectura!
-
-
-MSG_BinaryFileQuestion=Este archivo parece contener datos binarios. \u00bfSeguro que desea abrir el archivo en el editor de texto?
-MSG_BinaryFileWarning=Detectado Archivo Binario
-
-CTL_SaveAsAction=Gu&ardar Como...
-MSG_SaveAsFailed=Ocurrieron algunos problemas mientras se guardaba {0}\nCausa: {1}
-LBL_SaveAsTitle=Guardar Como
-MSG_CannotCreateTargetFolder=No se puede crear la carpeta de destino.
-MSG_SaveAs_SameFileSelected=Por favor, elegir un nombre diferente para el archivo.
-MSG_SaveAs_SameFileSelected_Title=Guardar Como
-
diff --git a/l10n/src/es/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_es.properties b/l10n/src/es/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_es.properties
deleted file mode 100644
index 418721f..0000000
--- a/l10n/src/es/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_es.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API de M\u00f3dulo de Sistema
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=APIs para obtener informaci\u00f3n acerca de los m\u00f3dulos instalados.
-OpenIDE-Module-Long-Description=Permite obtener la lista de m\u00f3dulos instalados, inspeccionar sus propiedades y dependencias.
-
diff --git a/l10n/src/es/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_es.properties b/l10n/src/es/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_es.properties
deleted file mode 100644
index 804da46..0000000
--- a/l10n/src/es/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_es.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API de Nodos
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=API para definir estructuras gen\u00e9ricas de \u00e1rbol.
-OpenIDE-Module-Long-Description=Proporciona un nivel de abstracci\u00f3n sobre estructuras de \u00e1rbol para definir Node - la interfaz gen\u00e9rica y extensible que puede ser mostrada por el API de Exploraci\u00f3n.
-
-
-
-#Sheet
-Properties=Propiedades
-Expert=Experto
-HINT_Properties=Propiedades de este objeto.
-HINT_Expert=Propiedades expertas de este objeto.
-
-#indexed customizer
-LAB_order=Cambiar orden
-LAB_listOrder=Mostrar campos en este orden:
-LAB_listOrder_Mnemonic=S
-Button_close=Cerrar
-Button_close_Mnemonic=C
-Button_up=Subir
-Button_up_Mnemonic=D
-Button_down=Bajar
-Button_down_Mnemonic=B
-
-ACSD_Button_close=No disponible
-ACSD_Button_up=No disponible
-ACSD_Button_down=No disponible
-ACSD_ListOrder=No disponible
-ACSD_IndexedCustomizer=No disponible
-
-#PropertySupport
-CTL_StandardName=Nombre
-CTL_StandardHint=Nombre de este objeto.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Pegar Node
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copiar \u00cdndice
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Espere...
-
diff --git a/l10n/src/es/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_es.properties b/l10n/src/es/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_es.properties
deleted file mode 100644
index d9a2412..0000000
--- a/l10n/src/es/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_es.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API de opciones de configuraci\u00f3n
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Apoyo para almacenamiento de preferencias.
-OpenIDE-Module-Long-Description=Proporciona clases que simplifican el almacenamiento de configuraciones entre varias invocaciones de aplicaciones basadas en NetBeans.
-OpenIDE-Module-Deprecation-Message=Mejor use org.openide.util.NbPreferences.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Excepci\u00f3n cuando se estaba invocando a la propiedad en {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/es/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_es.properties b/l10n/src/es/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_es.properties
deleted file mode 100644
index 6365d3c..0000000
--- a/l10n/src/es/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_es.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API de Texto
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=API gen\u00e9rica que envuelve EditorKits basados en Swing.
-OpenIDE-Module-Long-Description=Proporciona soporte para definir componentes que embeben editores de texto en Swing.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Configuraci\u00f3n de impresi\u00f3n
-CTL_Header_format = Imprimiendo {2} en {1}
-CTL_Footer_format = P\u00e1gina {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Formato de P\u00e1gina
-HINT_PAGE_FORMAT=Formato de P\u00e1gina
-PROP_WRAP=Envolver Lineas
-HINT_WRAP=\u00bfDesea envolver las lineas?
-PROP_HEADER_FORMAT=Formato de la Cabecera de la P\u00e1gina
-
-HINT_HEADER_FORMAT=Por ejemplo, "Principio de la p\u00e1gina {0} (impresa el {1}) del archivo {2}".
-PROP_FOOTER_FORMAT=Formato del Pie de P\u00e1gina
-HINT_FOOTER_FORMAT=Por ejemplo, "Final de la p\u00e1gina {0} (impresa el {1}) del archivo {2}".
-PROP_HEADER_FONT=Fuente de la Cabecera de la P\u00e1gina
-HINT_HEADER_FONT=Asigna la fuente de la cabecera de la p\u00e1gina.
-PROP_FOOTER_FONT=Fuente del Pie de P\u00e1gina
-HINT_FOOTER_FONT=Asigna la fuente del pie de p\u00e1gina.
-PROP_HEADER_ALIGNMENT=Alineaci\u00f3n de la Cabecera de la P\u00e1gina
-HINT_HEADER_ALIGNMENT=Alineaci\u00f3n de la Cabecera de P\u00e1gina - IZQUIERDA, CENTRO, DERECHA.
-PROP_FOOTER_ALIGNMENT=Alineaci\u00f3n del Pie de P\u00e1gina
-HINT_FOOTER_ALIGNMENT=Alineaci\u00f3n del Pie de P\u00e1gina - IZQUIERDA, CENTRO, DERECHA.
-PROP_LINE_ASCENT_CORRECTION=Correcci\u00f3n de l\u00ednea Ascent
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplicador para corregir la linea de ascenso.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTRO
-CTL_RIGHT = DERECHA
-CTL_LEFT = IZQUIERDA
-
-# Cancellation
-CTL_Print_progress=La p\u00e1gina n\u00famero {0} fue impresa.
-CTL_Print_cancellation=Progreso del Trabajo de Impresi\u00f3n
-CTL_Cancel=Cancelar
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=El trabajo de impresi\u00f3n actual fue abortado.
-EXC_Printer_Problem=Problema de la Impresora: {0}
-EXC_ReadOnlyFile=El archivo {0} es de solo lectura.
-EXC_LoadDocument=El documento {0} no pudo ser cargado.
-LBL_EditorLoading=Cargando...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Pregunta
-CTL_Save=Guardar
-ACSN_CTL_Save=No disponible
-ACSD_CTL_Save=No disponible
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Descartar
-CTL_Discard_Mnemonic=B
-ACSN_CTL_Discard=No disponible
-ACSD_CTL_Discard=No disponible
-
-# PositionBounds
-MSG_Empty_string=No es posible insertar una cadena vac\u00eda
-#editor support warning message
-FMT_FileNotFound=Advertencia: El archivo {0} no se encuentra o no es accesible.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=El archivo {0} fue modificado externamente. \u00bfDesea volver a cargarlo?
-FMT_External_change_write=El archivo {0} fue modificado externamente. \u00bfDesea Sobreescribirlo?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=Has especificado un archivo inv\u00e1lido. Comprobar el path.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor para {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor para {0}
-TITLE_SourceButton=Fuente
-
-
diff --git a/l10n/src/es/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_es.properties b/l10n/src/es/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_es.properties
deleted file mode 100644
index 9b07cc7..0000000
--- a/l10n/src/es/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_es.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API de enumeraciones antiguas
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=API de enumeraciones que est\u00e1 en un paquete equivocado
-OpenIDE-Module-Long-Description=API de enumeraciones que est\u00e1 en un paquete equivocado, org.openide.util.enum y como tal no se puede compilar con Java 1.5, porque enum es una palabra reservada. Se sustituye por la clase org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Utilizar org.openide.util.Enumerations en lugar de este m\u00f3dulo.
-
diff --git a/l10n/src/es/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_es.properties b/l10n/src/es/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_es.properties
deleted file mode 100644
index a8c3a7f..0000000
--- a/l10n/src/es/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_es.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=B\u00fasqueda
-
diff --git a/l10n/src/es/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_es.properties b/l10n/src/es/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_es.properties
deleted file mode 100644
index 0560b30..0000000
--- a/l10n/src/es/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_es.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API de Utilidades
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=API de Utilidades B\u00e1sicas.
-OpenIDE-Module-Long-Description=Varios m\u00e9todos de ayuda y definiciones de conceptos b\u00e1sicos incluyendo acciones, actions, busqueda, menejo de imagenes, ejecuci\u00f3n en paralelo y soporte de marcas.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=Un servidor HTTP ya fue registrado. No puedes usar dos servidores a la vez.
-SERVER_CANNOT_UNREGISTER=Un m\u00f3dulo trato de bajar el servidor HTTP provisto por otro m\u00f3dulo.
-
-MSG_ToNowhere=a ninguna parte
-MSG_To=para
-
-MSG_NoServerRegistered=No hay servidores registrados.
-MSG_TooManyArguments=demasiados argumentos
-MSG_UnmatchedBraces=no se encuentra en el patr\u00f3n de la posici\u00f3n los parentesis/corchete/llaves
-
-# NbBundle
-MSG_FMT_ObjectForKey=el objeto para la llave {0} no fue encontrado
-MSG_ClassFinderAlreadySet=ya se encuentra asignado el ClassFinder.
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=ADVERTENCIA: No se puede cargar la tabla de traducci\u00f3n: {0}
-PROGRESS_CURSOR=Progreso del cursor
-
diff --git a/l10n/src/es/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_es.properties b/l10n/src/es/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_es.properties
deleted file mode 100644
index 2f6be46..0000000
--- a/l10n/src/es/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_es.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Sabor a Multiples Objetos
-
-Create=Crear
-Paste=Pegar
-
diff --git a/l10n/src/es/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_es.properties b/l10n/src/es/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_es.properties
deleted file mode 100644
index e2b43f6..0000000
--- a/l10n/src/es/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_es.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API del Sistema de Ventanas
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=API para el manejo de componentes en una pantalla.
-OpenIDE-Module-Long-Description=Proporciona un API de abstracci\u00f3n neutral del Sistema Operativo e interfaces MDI/SDI bajo el concepto de componentes que se mostrar\u00e1n al usuario.
-
-
-
-# name of empty workspace
-None=Ninguno
-
-#CloneableTopComponent
-EXC_CannotAssign=No se puede asignar un componente a vac\u00edo
-
-#TopComponent
-EXC_UnknownOperation=No se conoce la operaci\u00f3n cerrar
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Inviocando {2} implementaciones como {3} con {0}
-
diff --git a/l10n/src/es/platform/print/print/org/netbeans/modules/print/action/Bundle_es.properties b/l10n/src/es/platform/print/print/org/netbeans/modules/print/action/Bundle_es.properties
deleted file mode 100644
index 60371ce..0000000
--- a/l10n/src/es/platform/print/print/org/netbeans/modules/print/action/Bundle_es.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Configuraci\u00f3n de P\u00e1&gina...
-
-# PrintAction
-TLT_Print_Action=Imprimir
-MNU_Print_Action=Imp&rimir...
-ACT_Print_Action=Imprimir - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/es/platform/print/print/org/netbeans/modules/print/resources/Bundle_es.properties b/l10n/src/es/platform/print/print/org/netbeans/modules/print/resources/Bundle_es.properties
deleted file mode 100644
index 21cbacf..0000000
--- a/l10n/src/es/platform/print/print/org/netbeans/modules/print/resources/Bundle_es.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Imprimir
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Implementaci\u00f3n del m\u00f3dulo de impresi\u00f3n.
-OpenIDE-Module-Long-Description=Implementaci\u00f3n del m\u00f3dulo de impresi\u00f3n.
-
-# layer.xml
-Actions/File=Archivo
-
diff --git a/l10n/src/es/platform/print/print/org/netbeans/modules/print/ui/Bundle_es.properties b/l10n/src/es/platform/print/print/org/netbeans/modules/print/ui/Bundle_es.properties
deleted file mode 100644
index b7dcd6e..0000000
--- a/l10n/src/es/platform/print/print/org/netbeans/modules/print/ui/Bundle_es.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Problema de la Impresora: {0}
-LBL_Page_Setup_Button=Configuraci\u00f3n de P\u00e1gina...
-TLT_Page_Setup_Button=Invocar el di\u00e1logo de configuraci\u00f3n de p\u00e1gina
-LBL_Print_Option_Button=&Opciones de Impresi\u00f3n
-TLT_Print_Option_Button=Invocar el di\u00e1logo de Opciones de Impresi\u00f3n
-LBL_Print_Button=Im&primir
-TLT_Print_Button=Invocar el di\u00e1logo de Impresi\u00f3n
-LBL_Close_Button=&Cerrar
-TLT_Close_Button=Cerrar el di\u00e1logo de vista previa de impresi\u00f3n
-LBL_Print_Preview=Vista previa de impresi\u00f3n
-LBL_Fit_to_Width=Ajustar ancho
-LBL_Fit_to_Height=Ajustar alto
-LBL_Fit_to_All=Mostrar todas las p\u00e1ginas
-
-TLT_First=Primera p\u00e1gina (Alt+F)
-TLT_Previous=P\u00e1gina anterior(Alt+R)
-TLT_Next=Siguie&nte p\u00e1gina (Alt+N)
-TLT_Last=\u00da&ltima p\u00e1gina (Alt+L)
-TLT_Fit=Cambiar e&scala (Alt+S)
-TLT_Zoom_In=Acercar (Alt+I)
-TLT_Zoom_Out=Alejar (Alt+U)
-TLT_Toggle=Mostrar &M\u00faltiples P\u00e1ginas (Alt+M)
-TLT_Goto=<html><body> <b>Navigaci\u00f3n:</b> <br> press <code>/</code> o <code>F</code> para mostrar primera p\u00e1gina <br> presione <b><code>-</code></b> o <code>G</code> para mostrar la p\u00e1gina previa <br> presione <b><code>+</code></b> o <code>K</code> para mostrar la siguiente p\u00e1gina <br> presione <code>*</code> o <code>L</code> para mostrar la \u00faltima p\u00e1gina </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjustar la escala previa:</b> <br> presione <plus> para acercar escala <br> presione <minus> para alejar la escala <br> presione<code>Ctrl</code>-<plus> para aumentar <br> presione <code>Ctrl</code>-<minus> para disminuir <br> presione <code>/</code>  para establecer el 100% <br> presione<code>*</code> para personalizar vista <br><hr> rueda del mouse con<code>Ctrl</code> para ampliar/reducir <br> reuda del mouse con bot\u00f3n derecho para ampliar/reducir <br> doble click con bot\u00f3n izquierdo mouse para ampliar <br> doble click con bot\u00f3n derecho del mouse para reducir <br></body></html>
-
-# Attribute
-LBL_Print_Options=Opciones de impresi\u00f3n
-LBL_Border=Borde
-LBL_Print_Border=Imprimir &borde
-LBL_Print_Header=Imprimir encabeza&o
-LBL_Print_Footer=Imprimir pie de p\u00e1gina
-LBL_Choose_Font=Elegir Fuente de letra
-LBL_Choose_Color=Elegir color
-LBL_Insert_Macros=Insertar Macro:
-LBL_Text=Texto
-LBL_Line_Numbers=N&\u00famero de l\u00ednea
-LBL_Wrap_Lines=Envolver Lineas
-LBL_Use_Font=Utilizar atributos de fuentes de letras// &X
-LBL_Use_Color=Utilizar atributos de color // &Q
-LBL_As_Editor=Imprimir como en un editor  // &J
-LBL_Selection=&Selecci\u00f3n de impresi\u00f3n
-LBL_Line_Spacing=Espaciado entre l\u00edneas:
-LBL_Text_Font_and_Color=Colo&r de texto y fuente de letras:
-LBL_Background_Color=Color de fondo:
-LBL_Zoom=Ampliar
-LBL_Header_Footer=Encabezado y pie de p\u00e1gina
-LBL_Apply=&Aplicar
-LBL_Left=Izquierda:
-LBL_Center=Centro:
-LBL_Right=Derecha:
-
-ERR_Zoom_Value_Is_Invalid=Valor del Zoom no es v\u00e1lido!
-ERR_Header_Size_Is_Too_Big=El tama\u00f1o del encabezado es demasiado grande!
-ERR_Footer_Size_Is_Too_Big=Tama\u00f1o del pie de p\u00e1gina es demasiado grande!
-ERR_Page_Number_Is_Invalid=N\u00famero de p\u00e1ginas no es v\u00e1lido!
-ERR_Page_Number_Is_Too_Big=N\u00famero de p\u00e1gina es demasiado grande!
-
-TLT_Apply=Aplicar cambios
-TLT_Border_Color=Escoger &Color  de borde(Alt+C)
-TLT_Header_Font=Escoger Fue&nte de encabezado (Alt+N)
-TLT_Header_Color=Escoger C&olor de encabezado(Alt+O)
-TLT_Footer_Font=Escoger fuente de pie de p\u00e1gina(Alt+T)
-TLT_Footer_Color=Escoger color de fuente de color (Alt+L)
-TLT_Text_Font=Escoger fuente del texto (Alt+K) // &K
-TLT_Text_Color=Escoger colo&r del texto(Alt+R)
-TLT_Background_Color=Escoger el color de fondo // &G
-TLT_Print_Zoom=Ajustar el zoom de impresi\u00f3n
-TLT_Use_Font=Usar fuente (Alt+X)
-TLT_Use_Color=Usar Color (Alt+Q)
-TLT_As_Editor=Mostrar en el editor(Alt+J)
-TLT_Selection=Selecci\u00f3n de impresi\u00f3n
-
-LBL_Pages=p\u00e1gina(s)
-LBL_Fit_Width_to=Ajustar ancho a :
-TLT_Fit_Width_to=Ajustar ancho a
-LBL_Fit_Height_to=Ajustar alto a:
-TLT_Fit_Height_to=Ajustar alto a
-LBL_Zoom_to=&Zoom a:
-TLT_Zoom_to=Zoom a
-LBL_Fit_to_Page=Ajustar p\u00e1gina // &Y
-TLT_Fit_to_Page=Ajustar p\u00e1gina a (Alt+Y)
-
diff --git a/l10n/src/es/platform/print/print/org/netbeans/modules/print/util/Bundle_es.properties b/l10n/src/es/platform/print/print/org/netbeans/modules/print/util/Bundle_es.properties
deleted file mode 100644
index f595604..0000000
--- a/l10n/src/es/platform/print/print/org/netbeans/modules/print/util/Bundle_es.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} de {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=El nombre del componente impreso
-ROW=El n\u00famero de fila
-COLUMN=El n\u00famero de columna
-USER=El nombre de usuario
-COUNT=El contador de paginas
-MODIFIED_DATE=Fecha de la \u00faltima modificaci\u00f3n
-MODIFIED_TIME=Hora de la \u00faltima modificaci\u00f3n
-PRINTED_DATE=Fecha de impresi\u00f3n
-PRINTED_TIME=Hora de impresi\u00f3n
-
diff --git a/l10n/src/es/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_es.properties b/l10n/src/es/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_es.properties
deleted file mode 100644
index efdfd28..0000000
--- a/l10n/src/es/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_es.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Interfaz de usuario de progreso
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Visualizaci\u00f3n del progreso de tareas.
-OpenIDE-Module-Long-Description=Proporciona una vista de todas las tareas que se est\u00e1n ejecutando y puede permitirles ser canceladas, etc.
-
-NbProgressBar.tooltip1={0} tareas ejecut\u00e1ndose. Pulse para obtener detalles.
-NbProgressBar.tooltip2={0} tarea ejecut\u00e1ndose. Pulse para obtener detalles.
-ListComponent.btnClose.tooltip=Pulse para cancelar el proceso
-ListComponent.bar.tooltip=Pulse para observar el proceso
-Cancel_Question=\u00bfSeguro que desea cancelar {0}?
-Cancel_Question_Title=Cancelar tarea en ejecuci\u00f3n
-StatusLineComponent.ShowProcessList=Mostrar procesos
-StatusLineComponent.Cancel=Cancelar proceso
-StatusLineComponent.View=Mostrar salida
-ListComponent.Watch=Observar proceso
-
-RunOffAWT.TITLE_Operation=Operaci\u00f3n prolongada en progreso
-RunOffAWT.BTN_Cancel=Cancelar
-
-# ProgressListAction
-CTL_ProcessListAction=&Procesos
-
-# CancelAction
-CTL_CancelAction=Cancelar proceso
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Pulse para cancelar el proceso
-ModalDialog.btnClose.text=Cancelar
-ModalDialog.btnClose.accessibleName=Cancelar
-ModalDialog.btnClose.accessibleDescription=Cancela el proceso actual
-
-
diff --git a/l10n/src/es/platform/queries/queries/org/netbeans/modules/queries/Bundle_es.properties b/l10n/src/es/platform/queries/queries/org/netbeans/modules/queries/Bundle_es.properties
deleted file mode 100644
index ddc64b4..0000000
--- a/l10n/src/es/platform/queries/queries/org/netbeans/modules/queries/Bundle_es.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API General de Consultas
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Short-Description=Act\u00faa como un canal de comunicaci\u00f3n general entre m\u00f3dulos.
-OpenIDE-Module-Long-Description=Alberga consultas que no pertenecen a un dominio espec\u00edfico. Permite diferentes m\u00f3dulos para obtener informaci\u00f3n de archivos de una manera flexible.
-
diff --git a/l10n/src/es/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_es.properties b/l10n/src/es/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_es.properties
deleted file mode 100644
index 44129ac..0000000
--- a/l10n/src/es/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_es.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=La opci\u00f3n {0} necesita un argumento
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=La opci\u00f3n {0} no se puede utilizar junto con la opci\u00f3n {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Se necesita al menos uno de {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Necesita usar tambi\u00e9n {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=La opci\u00f3n {0} necesita tambi\u00e9n la opci\u00f3n {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/es/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_es.properties b/l10n/src/es/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_es.properties
deleted file mode 100644
index 8365e44..0000000
--- a/l10n/src/es/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_es.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de an\u00e1lisis de la linea de comandos. 
-OpenIDE-Module-Short-Description=API para an\u00e1lisis de la linea de comandos compatible con GetOpts
-OpenIDE-Module-Long-Description=API para an\u00e1lisis de la linea de comandos compatible con GetOpts. Est\u00e1 focalizada en casos donde cada parte de la linea de comandos es analizada por diferentes m\u00f3dulos.
-OpenIDE-Module-Display-Category=Infraestructura
-
-MSG_OptionsHeader=\nOpci\u00f3n(es) m\u00f3dulos adicionales:\n
-
diff --git a/l10n/src/es/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_es.properties b/l10n/src/es/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_es.properties
deleted file mode 100644
index 7171975..0000000
--- a/l10n/src/es/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_es.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de Configuraci\u00f3n
-OpenIDE-Module-Short-Description=Una biblioteca para almacenar configuraciones en formatos personalizados
-OpenIDE-Module-Long-Description=Este m\u00f3dulo proporciona el API de Configuraci\u00f3n para almacenar configuraciones definidas por m\u00f3dulos en formatos personalizados. Tambi\u00e9n proporciona varias implementaciones de configuraciones muy usadas.
-OpenIDE-Module-Display-Category=Infraestructura
-
diff --git a/l10n/src/es/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_es.properties b/l10n/src/es/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_es.properties
deleted file mode 100644
index c4f7f0c..0000000
--- a/l10n/src/es/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_es.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Long-Description=Un m\u00f3dulo que proporciona un API nuevo para reemplazar NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=Actions SPI(Experimental)
-OpenIDE-Module-Short-Description=Reemplazo para NodeAction,CookieAction, etc.
-
diff --git a/l10n/src/es/platform/templates/templates/org/netbeans/modules/templates/Bundle_es.properties b/l10n/src/es/platform/templates/templates/org/netbeans/modules/templates/Bundle_es.properties
deleted file mode 100644
index 6ac7a77..0000000
--- a/l10n/src/es/platform/templates/templates/org/netbeans/modules/templates/Bundle_es.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestructura
-OpenIDE-Module-Long-Description=Este m\u00f3dulo enlaza el API Datasystems con el API de manejo de Guiones (Scripts). Como resultado es posible usar cualquier gui\u00f3n (script) y lenguaje de generaci\u00f3n de plantillas para generar nuevas plantillas.
-OpenIDE-Module-Name=Manejo avanzado de plantillas
-OpenIDE-Module-Short-Description=Manejo avanzado de plantillas no solo para Datasystems
-ERR_Switch_To_Java_6=No habilitado para llenar la plantilla, intente utilizar  scripting engine desde JDK 1.6 or newer.\n\nEjecute NetBeans sobre JDK 1.6 para resolver el problema.\nVisite http://wiki.netbeans.org/FaqNetbeansConf como hacer eso.
-
diff --git a/l10n/src/es_CO/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_es_CO.properties b/l10n/src/es_CO/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_es_CO.properties
deleted file mode 100644
index 99eccc5..0000000
--- a/l10n/src/es_CO/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_es_CO.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module Build Harness
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Short-Description=Lets you build external plug-in modules from sources.
-OpenIDE-Module-Long-Description=This is the build harness used to develop NetBeans modules (with or without the IDE). It is normally used implicitly by NetBeans module projects. For technical documentation, see harness/README.
-
diff --git a/l10n/src/es_CO/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_es_CO.properties b/l10n/src/es_CO/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_es_CO.properties
deleted file mode 100644
index 407d12b..0000000
--- a/l10n/src/es_CO/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_es_CO.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Long-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.\nRun 'display-coverage-report' target on a project to measure results and display report in external browser.\nFor integration with Module Build Harness.
-OpenIDE-Module-Name=Cobertura Module Test Coverage
-OpenIDE-Module-Short-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.
-
diff --git a/l10n/src/es_CO/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_es_CO.properties b/l10n/src/es_CO/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_es_CO.properties
deleted file mode 100644
index 6ff69bb..0000000
--- a/l10n/src/es_CO/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_es_CO.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly Tools Platform
-
diff --git a/l10n/src/es_CO/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_es_CO.properties b/l10n/src/es_CO/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_es_CO.properties
deleted file mode 100644
index 5f4f972..0000000
--- a/l10n/src/es_CO/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_es_CO.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Short-Description=Jemmy test library.
-OpenIDE-Module-Long-Description=A general library for driving automated GUI tests.
-
-
diff --git a/l10n/src/es_CO/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_es_CO.properties b/l10n/src/es_CO/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_es_CO.properties
deleted file mode 100644
index 99c8813..0000000
--- a/l10n/src/es_CO/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_es_CO.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Long-Description=NetBeans extensions to JUnit including assertGC, assertSize, getWorkDir, LineDiff, etc.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=NetBeans extensions to JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/es_CO/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_es_CO.properties
deleted file mode 100644
index 08acd28..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_es_CO.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=INSANE heap profiling library.
-OpenIDE-Module-Long-Description=A library for doing live heap analysis of the JVM in which it runs.
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_es_CO.properties
deleted file mode 100644
index f2cd5fd..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_es_CO.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Ant Library
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_es_CO.properties
deleted file mode 100644
index 6ab3ec0..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_es_CO.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=The current platform is not supported.
-I.error.load.engine.properties=Could not load the engine properties file
-
-I.warning.silent.without.state="{1}" option is required when using "{0}". "{0}" will be ignored.
-
-I.error.cannot.create.local.dir=Cannot create local directory: {0}
-I.error.local.dir.is.file=Local directory exists and is a file: {0}
-I.error.no.read.permissions.for.local.dir=Cannot read local directory {0} - not enough permissions
-I.error.no.write.permissions.for.local.dir=Cannot write to local directory {0} - not enough permissions
-
-I.lock.file.exists.dialog.title=NetBeans Installer lock file exists
-I.lock.file.exists.dialog.text=The installer lock file exists at {0}\n\nIt means that either another instance of the installer is already running or the previous installation was not finished correctly.\nIt is not recommended that you run multiple instances at the same time since it can result in installer data corruption.\n\nIf you are sure that no other instance is running at the moment, click "Yes" to proceed otherwise click "No" to exit the installer.\n
-
-I.error.cannot.create.lock.file=Can't create lock for the local registry file
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_es_CO.properties
deleted file mode 100644
index 8b90466..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_es_CO.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Downloading from {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_es_CO.properties
deleted file mode 100644
index e561bfa..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_es_CO.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=The proxy types {0} and {1} conflict
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI cannot be null
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Failed to connect through {0} to {1}
-US.error.failed.configure.proxy=Failed to configure proxy {0} for {1}
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_es_CO.properties
deleted file mode 100644
index f1cfd59..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_es_CO.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Loading local registry [{0}]
-R.error.loading.local.registry.failed.title=Failed to load the local registry
-R.error.loading.local.registry.failed.msg=The local registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.bundled.registry=Loading bundled registry [{0}]
-R.error.loading.bundled.registry.failed.title=Failed to load the bundled registry
-R.error.loading.bundled.registry.failed.msg=The bundled registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.remote.registry=Loading remote registry [{0}]
-R.error.loading.remote.registry.failed.title=Failed to load the remote registry
-R.error.loading.remote.registry.failed.msg=The remote registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.error.cannot.delete.data=Cannot delete the cached installation data
-R.save.local.registry.title=Saving local registry
-R.save.local.registry.detail=Saving to {0}
-
-R.error.missing.target.component.title=Missing target component
-R.error.missing.target.component.msg=The specified target component - {0}/{1}\nwas not found in the registry. The installer\n can continue as if the target component was not specified.\nClick Yes to continue, No to exit the installer.
-
-R.error.validation.title=Validation Problem
-R.error.validation.msg=It seems that the installation of {0} is corrupted.\nThe validation procedure issued the following warning:\n\n{1}\n\nWould you like to mark this product as not installed and continue?\nIf you click No the installer will exit.\n\nNote that these products that depend on {2} will also be disabled:\n{3}
-
-R.error.matching.requirement=No components matching the requirement: {0} requires {1}
-R.error.cyclic.dependency=Cyclic dependency: {0}, {1}
-
-R.loading.registry.properties=Loading registry properties
-R.loading.component=Loading component: uid={0}, version={1}
-R.error.loading.components=Could not load components
-R.error.registry.finalization=Could not finalize registry
-R.error.registry.document.loading=Could not load registry document
-
-R.error.cannot.create.cache.directory=Cannot create local product cache directory {0}
-R.error.cache.is.file=Local product cache directory exists and is a file : {0}
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=Cannot create local registry
-
-R.error.registry.is.dir=Local registry {0} is a directory
-R.error.cannot.read.registry=Cannot read local registry {0} - not enough permissions
-R.error.cannot.write.registry=Cannot write local registry {0} - not enough permissions
-
-R.error.cannot.parse.platform=Cannot parse platform from "{0}"
-R.error.cannot.load.registry=Cannot load registry
-R.error.parser.not.support.schemas=The current parser - {0} - does not support schemas.
-
-R.error.unknown.dependency=Unknown dependency type {0}
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_es_CO.properties
deleted file mode 100644
index 975bc5b..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_es_CO.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=The installation directory {0} is missing.\nMost likely it was deleted manually.
-PCL.validation.directory.file=The installation directory {0} is in fact a file.\nMost likely it was previously deleted manually and overwritten with a file.
-PCL.validation.directory.empty=The installation directory {0} is empty.\nMost likely its contents were deleted manually.
-PCL.validation.directory.null=The installation directory cannot be detected.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Cannot initialize data for {0}
-P.error.cannot.load.logic=Cannot load configuration logic for {0}
-P.error.installdir.not.set=Installation location is not set for {0}
-P.error.installdir.set.empty=Installation location is set to empty string for {0}
-P.error.cannot.create.cache.dir=Cannot create the local cache directory {0} for {1}
-P.error.local.cache.not.dir=The local cache directory {0} for {1} is not a directory
-P.error.cannot.load.product=Could not load product {0}
-P.error.logic.not.yet.downloaded=Configuration logic for {0} is not yet downloaded
-P.error.installation.data.not.cached=Installation data is not cached for {0}
-P.error.cannot.extract.data=Cannot extract installation data for {0}
-P.error.cannot.save.files.list=Cannot save installed files list
-P.error.cannot.get.wizard.components=Cannot get component's wizard components
-P.error.cannot.wrap.for.macos=Cannot create directory hierarchy for MacOS Application
-P.error.cannot.get.files.list=Cannot get the installation files list
-P.error.cannot.delete.files.list=Cannot delete installed files list
-P.error.cannot.delete.file=Cannot delete the file
-P.error.cannot.remove.from.system=Cannot remove {0} from the system install manager
-P.error.not.enough.space=Cannot extract installation data -- not enough disk space in the target directory.
-P.error.cannot.clear.cache=Cannot clear installation data cache file {0}
-P.error.system.integartion.failed=Integration of {0} with the system package manager failed
-
-P.message.installation=Installing {0}
-P.message.uninstallation=Uninstalling {0}
-P.message.configuration=Configuring {0}
-P.message.unconfiguration=Unconfiguring {0}
-P.message.legal.artifacts=Creating legal artifacts
-P.message.run.logic=Running custom configuration logic
-P.message.system.registration=Registering in the system package manager
-P.message.save.installation.files.list=Saving installed files list
-P.message.delete=Deleting {0}
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_es_CO.properties
deleted file mode 100644
index b6a0a76..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_es_CO.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Error writing to the log file. Logging disabled.
-
-EM.ununexpected.exception=An unexpected exception happened in thread {0}
-EM.errortype.critical=Critical Error
-EM.errortype.error=Error
-EM.errortype.warning=Warning
-EM.errortype.message=Message
-EM.unexpected.error=An unknown error occured.
-EM.exception.message=\n\nException:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nYou can get more details about the issue in the installer log file:\n {0}
-
-FU.error.output.file.entry=An file entry {0} exists and is not a file
-FU.error.output.dir.entry=An directory entry {0} exists and is not a directory
-FU.message.extracting=Extracting {0}
-FU.error.load.xml.file.list=Could not load xml files list for extraction
-FU.error.unjar.todir=Directory {0} is an existing file, cannot unjar
-FU.message.copy.dir=Copying directory: {0} to: {1}
-FU.message.copy.file=Copying file: {0} to: {1}
-FU.error.close.stream=Cannot close stream
-FU.error.source.not.readable=Source {0} is not readable
-FU.error.dest.not.file=Destination {0} is not a file
-FU.error.dest.creation=Destination {0} cannot be created
-FU.error.dest.not.writable=Destination {0} is not writable
-FU.message.moving=Moving {0} to {1}
-FU.error.freespace=Cannot get free disk space amount at {0}
-FU.error.cannot.close.jar=Cannot close jar {0}
-FU.error.cannot.create.dir.exist.file=Cannot create directory {0}, it is an existing file
-FU.error.cannot.create.dir=Cannot create directory {0}
-FU.error.not.jar.file=The supplied file {0} is not a jar archive
-FU.error.sha1.not.supported=Holy crap, this jvm does not support SHA1
-FU.error.md5.not.supported=Holy crap, this jvm does not support MD5
-FU.error.file.security.exception=Something very unexpected - a security exception during accessing file {0}
-FU.message.delete.file=Deleting file {0}
-FU.message.delete.dir=Deleting directory {0}
-FU.error.pack200.failed=Pack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Cannot parse property - {0}, its value - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Could not activate the cross-platform look and feel - proceeding with whatever look and feel was the default.
-UI.error.failed.to.activate.defined.laf=Could not activate the defined look and feel - falling back to the default cross-platform one.
-UI.error.failed.to.init.ui=Can`t initialize UI
-UI.error.failed.to.force.gtk=Cannot force the use of GTK look and feel
-UI.silent.default.yes=Going with Yes (default) option...
-UI.silent.default.no=Going with No (default) option...
-UI.silent.default.cancel=Going with Cancel (default) option...
-
-StrU.error.cannot.parse.status=Cannot parse status: {0}
-StrU.error.unknown.platform=Platform "{0}" is not recognized.
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_es_CO.properties
deleted file mode 100644
index 5a80555..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_es_CO.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Failed to execute the JDK verification procedure
-JU.error.cannot.delete=Cannot delete {0}
-JU.error.cannot.download.testjdk=Cannot download TestJDK.class from {0}
-JU.error.cannot.canonize=Cannot canonize {0}
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_es_CO.properties
deleted file mode 100644
index da0b6b8..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_es_CO.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Invalid parameter for command line argument "{0}" -- "{1}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.bad.locale.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.missing.state.file=The specified state file "{1}", does not exist.\n"{0}" parameter is ignored.
-O.warning.bag.state.file.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <state-file-path>".
-O.warning.target.state.file.exists=The specified state file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.target.state.file.arg=Required parameter missing for command line argument\n"{0}". Should be "{0} <state-file-path>".
-O.warning.bundle.file.exists=The specified target file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.create.bundle.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <userdir-path>".
-O.warning.bad.platform.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-platform>".
-O.warning.bad.registry.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_es_CO.properties
deleted file mode 100644
index f15473f..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_es_CO.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Not installed
-Status.to-be-installed=To be installed
-Status.installed=Installed
-Status.to-be-uninstalled=To be uninstalled
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Installed Successfully
-DetailedStatus.install.warning=Installed With Warnings
-DetailedStatus.install.error=Failed to Install
-DetailedStatus.uninstall.success=Uninstalled Successfully
-DetailedStatus.uninstall.warning=Uninstalled With Warnings
-DetailedStatus.uninstall.error=Failed to Uninstall
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_es_CO.properties
deleted file mode 100644
index fc350f7..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_es_CO.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Failed to download frame icon from URI - {0}.
-NF.error.failed.to.set.frame.icon=Failed to set the frame icon.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Browse
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_es_CO.properties
deleted file mode 100644
index 3d85b31..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_es_CO.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \ncomposite progress (sum of the own percentage and the percentages of the \nchildren) cannot be less than {1} and greater than {2}.
-
-CP.error.progress=The specified child progress doesn't exist in the composite progress \nso it can not be removed. 
-
-################################################################################
-# Progress.java
-P.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \nprogress cannot be less than {1} and greater than {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_es_CO.properties
deleted file mode 100644
index 3ec7e46..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_es_CO.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Can`t load bundle from {0}
-LP.error.no.files=There is no files in {0}
-LP.error.not.directory={0} is not a directory
-LP.error.directory.do.not.exist=Directory {0} does not exist
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_es_CO.properties
deleted file mode 100644
index 0d323e6..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_es_CO.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=No bundled or external jar files
-CnL.error.cannot.find.jvm.file=Cannot find JVM file {0}
-CnL.error.cannot.find.class=Can`t find class {0} in bundled files and no external ones were specified
-CnL.error.main.class.unspecified=No specified main class among bundled files
-CnL.error.cannot.get.output.name=No bundled files - can`t get output file name
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Can`t get launcher icon from {0}
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_es_CO.properties
deleted file mode 100644
index ecea916..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_es_CO.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Cannot obtain default applications location
-SR.error.cannot.parse.pattern=Cannot parse pattern: {0}
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_es_CO.properties
deleted file mode 100644
index 2a35450..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_es_CO.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Cannot access native method
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_es_CO.properties
deleted file mode 100644
index cdd581c..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_es_CO.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Failed to create the default Wizard instance.
-W.error.failed.to.load.components=Failed to load wizard components from {0}, using classloader {1}.
-W.error.failed.to.load.component=Failed to load wizard component from XML element {0}, using classloader {1}.
-W.error.unknown.ui.mode=Unknown UI mode - {0}.
-W.error.cannot.move.backward.silent=Cannot move backward in silent UI mode.
-W.error.cannot.move.backward.at.first=Cannot move backward - the wizard is already at the first element.
-W.error.parser.unsupports.schemas=The current parser - {0} - does not support schemas.
-W.error.interrupted=Interrupted while waiting
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_es_CO.properties
deleted file mode 100644
index d5b0658..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_es_CO.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE Installer
-WC.description=NetBeans IDE Installer Description
-
-WC.help.button.text=&Help!
-WC.back.button.text=< &Back
-WC.next.button.text=&Next >
-WC.cancel.button.text=Cancel
-WC.finish.button.text=&Finish
-
-WC.cancel.dialog.title=Cancel
-WC.cancel.dialog.text=Are you sure you want to cancel?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=An InterruptedException occured.
-
-WA.canceling.progress.title=Canceling, finishing the current operation...
-
-WA.cancel.dialog.title=Cancel
-WA.cancel.dialog.text=Are you sure you want to cancel?
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_es_CO.properties
deleted file mode 100644
index f1ff532..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_es_CO.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Cache Engine...
-CEA.description=Please wait while the wizard caches the engine.
-CEA.error.cannot.cache.engine=Cannot cache the installer engine
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Creating Bundle...
-CBA.description=Please wait while the wizard creates a bundle with the selected components.
-
-CBA.progress.create.bundle.title=Creating a redistributable bundle at {0}
-CBA.progress.add.engine.detail=Add installer engine to the bundle
-CBA.progress.add.product.detail=Adding {0} ...
-CBA.progress.add.group.detail=Adding {0} ...
-
-CBA.error.failed.create.bundle=Failed to create the bundle
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Creating Native Launcher...
-CNLA.description=Please wait while the wizard creates a launcher for the jar file.
-CNLA.error.failed.create.launcher=Failed to create the native launcher
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Creating MacOSX Application Launcher...
-CMALA.description=Please wait while the wizard creates a app launcher for the jar file.
-CMALA.error.failed.create.launcher=Failed to create the app launcher
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Preparing Configuration Logic...
-DCLA.description=Please wait while the wizard prepares the configuration logic.
-DCLA.progress.remote.title=Downloading configuration logic for {0}
-DCLA.progress.local.title=Extracting configuration logic for {0}
-DCLA.failed=Failed to download installation logic for {0}
-DCLA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Preparing Installation Data...
-DIDA.description=Please wait while the wizard prepares the installation data.
-DIDA.progress.remote.title=Downloading installation data for {0}
-DIDA.progress.local.title=Extracting installation data for {0}
-DIDA.failed=Failed to download installation data for {0}
-DIDA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Initializing...
-IRA.description=Please wait while the setup wizard initializes.
-IRA.registry.initialization.failed=Cannot initialize registry
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finalizing...
-FRA.description=Please wait while the setup wizard finalizes.
-FRA.registry.finalization.failed=Cannot finalize registry
-
-################################################################################
-# InstallAction.java
-IA.title=Installing...
-IA.description=Please wait while the wizard installs the selected components.
-IA.progress.install.title=Installing {0}...
-IA.progress.rollback.title=Canceling, rolling back {0}...
-IA.install.dependent.failed=Could not install {0}, since the installation of {1} failed
-IA.install.unknown.error=Unknown Error
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Searching for Java\u2122 Environments...
-SFJA.description=Please wait while the wizard searches your system for existing Java\u2122 environments.
-SFJA.prepare.list=Preparing locations list...
-SFJA.checking=Checking {0}
-SFJA.search.java=Searching for installed Java environments...
-SFJA.entry.label={0} (v. {1} by {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Uninstalling...
-UA.description=Please wait while the wizard uninstalls the selected components.
-UA.progress.uninstall.title=Uninstalling {0}
-UA.uninstall.dependent.failed=Could not uninstall {0}, since the uninstallation of {1} failed
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=Source component UID is not set
-SILA.error.cannot.find.component=Component with the given uid {0} does not exist
-SILA.error.cannot.get.logic=Could not access configuration logic for {0}
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_es_CO.properties
deleted file mode 100644
index c16b724..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_es_CO.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Location:
-ALP.location.button.text=B&rowse ...
-ALP.list.label.text=The &following locations were found by the search algorithm:
-
-ALP.error.nothing.found=No compatible applications were found.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Components Selection
-CSP.description.both=Select the components that you want to install. Unselect those you want to uninstall.
-CSP.description.install=Select the components that you want to install.
-CSP.description.uninstall=Unselect the components that you want to uninstall.
-CSP.feature.description.title=Feature Description
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Installation size: {0}     Download Size: {1}
-CSP.sizes.label.text.no.download=Installation size: {0}
-
-CSP.default.installation.size=N/A
-CSP.default.download.size=N/A
-
-CSP.error.no.changes.both=No feature selected. Select at least one feature for installation or uninstallation.
-CSP.error.no.changes.install=No feature selected. Select at least one feature for installation.
-CSP.error.no.changes.uninstall=No feature selected. Select at least one feature for uninstallation.
-CSP.error.requirement.install={1} is required to install {0}.
-CSP.error.conflict.install={0} conflicts with {1}.
-CSP.error.requirement.uninstall={0} is required by {1}.
-CSP.error.not.enough.space.to.download=Insufficient disk space for downloading the installation data. Additional {1} is required in {0}.
-CSP.error.not.enough.space.to.extract=Insufficient disk space for extracting the installation data. Additional {1} is required in {0}.
-CSP.error.cannot.check.space=Cannot check the free disk space
-
-################################################################################
-# DestinationPanel.java
-DP.title=Installation Folder
-DP.description=Choose destination folder.
-
-DP.destination.label.text=&Installation location:
-DP.destination.button.text=B&rowse ...
-
-DP.error.null=The installation folder cannot be empty.
-DP.error.not.valid=The specified installation folder is invalid.
-DP.error.contains.exclamation=The installation folder cannot contain the exclamation mark (!).
-DP.error.contains.semicolon=The installation folder cannot contain the semicolon character (;).
-DP.error.contains.colon=The installation folder cannot contain the colon character (:).
-DP.error.contains.ampersand=The installation folder cannot contain the ampersand character (&).
-DP.error.contains.wrong.char=The installation folder contains the wrong character({1}).
-DP.error.matches.prohibited.regexp=The specified installation folder is invalid (it matches prohibited pattern {1}).
-DP.error.not.absolute=The specified installation folder has to be in absolute path form.
-DP.error.cannot.canonize=The specified installation folder cannot be canonized.
-DP.error.not.directory=The specified installation location is not a folder.
-DP.error.not.readable=The specified installation folder is not readable.
-DP.error.not.writable=The specified installation folder is read-only.
-DP.error.not.empty=The specified installation folder is not empty.
-DP.error.not.ends.with.app=The specified installation folder must end with ".app".
-DP.error.not.enough.space=Not enough disk space. Additional {1} required in {0}.
-DP.error.cannot.get.logic=Cannot obtain configuration logic
-DP.error.cannot.check.space=Cannot check the free disk space
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 home folder:
-JLP.location.label.text.java=&Java\u2122 environment home folder:
-JLP.location.button.text=B&rowse ...
-JLP.list.label.text=&List of suitable JDK\u2122 found on this machine:
-JLP.list.label.text.java=&List of suitable Java\u2122 environments found on this machine:
-
-JLP.error.null=The path to the JDK cannot be empty.
-JLP.error.null.java=The path to the Java environment cannot be empty.
-JLP.error.not.valid.path=The specified JDK folder {0} is invalid.
-JLP.error.not.valid.path.java=The specified Java environment folder {0} is invalid.
-JLP.error.path.not.exists=The specified JDK folder {0} does not exist.
-JLP.error.path.not.exists.java=The specified Java environment folder {0} does not exist.
-JLP.error.not.javahome=The specified JDK folder {0} does not contain JDK.
-JLP.error.not.javahome.java=The specified Java environment folder {0} does not contain Java environment.
-JLP.error.not.jdk=The specified JDK folder {0} contains JRE, but a full JDK is required.
-JLP.error.wrong.version.older=The specified JDK folder {0} contains JDK version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.older.java=The specified Java environment folder {0} contains Java version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.newer=The specified JDK folder {0} contains JDK version "{1}", while the maximum is "{2}".
-JLP.error.wrong.version.newer.java=The specified Java environment folder {0} contains Java version "{1}", while the maximum is "{2}".
-JLP.error.wrong.vendor=The specified JDK folder {0} contains JDK from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.wrong.vendor.java=The specified Java environment folder {0} contains Java from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.unknown=An unknown error occured while validating the path.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>The installer could not find a compatible JDK installation, specify it manually.<br>The minimum required version is {0}. To download JDK, visit <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>The installer could not find a compatible Java environment, specify it manually.<br>The minimum required version is {0}. To download Java environment, visit <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (used by {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Post-Create Bundle Summary
-PoCBSP.dialog.description=Click Finish to exit.
-
-PoCBSP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Some errors were encountered in the course of bundle creation process.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=The following components were successfully bundled:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=The following components failed to be bundled:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=View &Log
-PoCBSP.send.log.button.text=&Send Log
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Installation Wizard - Post-Install Summary
-
-PoISP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Some warnings were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Some errors were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=The following components were successfully installed:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=The following components installed with warnings:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=The following components failed to install:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=The following components were successfully uninstalled:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=The following components uninstalled with warnings:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=The following components failed to uninstall:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=View &Details
-PoISP.view.log.button.text=View &Log
-PoISP.send.log.button.text=&Send Log
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Log file is not available
-
-PoISP.message.files.remaining=Some files could not be removed from the installation directories of the {0}. You may need to remove them manually.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Pre-Create Bundle Summary
-PrCBSPdialog.description=Click Create to create the bundle.
-
-PrCBSPmessage.text=The wizard has collected all required data to proceed with creating of the bundle. Please review your choice. To continue, click Next.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=You chose to create a bundle with the following components:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Total download size: {0}
-PrCBSPrequired.disk.space.label.text=Required disk space: {0}
-PrCBSPcreate.button.text=&Create
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Pre-Install Summary
-
-PrISP.message.text=The installation wizard has collected all required data to proceed with installation/uninstallation of the selected components. Please review your choice. To continue, click Next.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=You chose to install the following components:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=You chose to uninstall the following components:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Total download size: {0}
-PrISP.required.disk.space.label.text=Required disk space: {0}
-PrISP.install.button.text=&Install
-
-PrISP.error.not.enough.space=Insufficient disk space for proper installation. Additional {1} is required in {0}.
-PrISP.error.cannot.check.space=Cannot check the free disk space
-PrISP.error.logic.access=Could not access product's configuration logic
-PrISP.error.fsroots=Cannot get the list of file system roots
-PrISP.error.non.existent.root={0} is set up to be installed to {1} which does not belong to any of the file system roots.
-PrISP.error.cannot.write=The wizard does not have write access to {1}, the installation directory of {0}. Please correct the permissions before proceeding.
-
-################################################################################
-# LicensesPanel.java
-LP.title=License Agreement
-LP.description=Please read the following license agreement carefully.
-
-LP.accept.checkbox.text=I &accept the terms in the license agreement
-LP.error.cannot.get.logic=Could not access configuration logic
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<No Text>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Are you sure you want to cancel?
-EMP.cancel.dialog.title=Cancel
-EMP.error.failed.input.verify=Failed to verify input
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_es_CO.properties
deleted file mode 100644
index d2a0ae9..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_es_CO.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Failed to download wizard icon from URI - {0}.
-SFC.error.failed.to.set.icon=Failed to set the swing frame container icon.
-SFC.error.failed.to.attach.error.handler=Failed to attach custom error handler to the EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Cannot set the default close operation
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_es_CO.properties
deleted file mode 100644
index 7603b7f..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_es_CO.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Installation details
-IDD.component.label=Component
-IDD.status.label=Status
-
-ILD.loading.logfile=Loading log file. Please wait...
-ILD.error.reading.log=Cannot read log file {0}.
-ILD.error.log.contents=Log contents are not available.
-
diff --git a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_es_CO.properties b/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_es_CO.properties
deleted file mode 100644
index 13d2606..0000000
--- a/l10n/src/es_CO/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_es_CO.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Engine Library
-
diff --git a/l10n/src/es_CO/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_es_CO.properties b/l10n/src/es_CO/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_es_CO.properties
deleted file mode 100644
index 28c6d30..0000000
--- a/l10n/src/es_CO/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_es_CO.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apple Application Menu
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enables proper support for the Apple Application menu
-
-OpenIDE-Module-Long-Description=Enables Apple menu items to work properly, and moves some standard menu items there - Tools | Options becomes Preferences, Help | About becomes about, File | Exit becomes Quit.
-
-MSG_MinimizeWindowAction=&Minimize Window
-
diff --git a/l10n/src/es_CO/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_es_CO.properties b/l10n/src/es_CO/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_es_CO.properties
deleted file mode 100644
index fc4f3d1..0000000
--- a/l10n/src/es_CO/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_es_CO.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Establishing a connection ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Checking for updates in {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=Cannot read NBM {0}
-InstallSupportImpl_TurnOnTimeout=timeout of loading {0}
-InstallSupportImpl_NullSource=Source URL for module "{0}" is null, most likely "distribution" attribute is set to the empty string in the UC catalog.\nSee also http://www.netbeans.org/issues/show_bug.cgi?id=153799 for more details.
-InstallSupportImpl_Download_Unavailable=Cannot access {0}
-OperationSupportImpl_Custom_Uninstall=Uninstalling {0}
-OperationSupportImpl_Custom_Install=Installing {0}
-
-UpdateUnitFactory_Libraries_Category=Libraries
-UpdateUnitFactory_Bridges_Category=Bridges
-UpdateUnitFactory_Unsorted_Category=Uncategorized
-UpdateElementImpl_Feature_CategoryName=Features
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Module installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Modules installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Module not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Modules not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>New module offered by the plugin:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>New modules offered by the plugin:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/es_CO/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_es_CO.properties b/l10n/src/es_CO/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_es_CO.properties
deleted file mode 100644
index 64ab08e..0000000
--- a/l10n/src/es_CO/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_es_CO.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The AutoUpdate feature provides several services: download and install available updates of installed modules, search and install new modules from subscribed Update Centers, view and manage the modules.
-OpenIDE-Module-Name=Auto Update Services
-OpenIDE-Module-Short-Description=Support for searching for module updates on Update Center and for downloading and installing modules
-
diff --git a/l10n/src/es_CO/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_es_CO.properties b/l10n/src/es_CO/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_es_CO.properties
deleted file mode 100644
index 261abc0..0000000
--- a/l10n/src/es_CO/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_es_CO.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Default Update Center
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Libraries
-ArtificialFeaturesProvider_Bridges_Category=Bridges
-ArtificialFeaturesProvider_Unsorted_Category=Uncategorized
-ArtificialFeaturesProvider_Features_Category=Features
-NetworkAccess_Timeout=Timeout while opening connection to {0}
-
diff --git a/l10n/src/es_CO/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_es_CO.properties b/l10n/src/es_CO/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_es_CO.properties
deleted file mode 100644
index ea38047..0000000
--- a/l10n/src/es_CO/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_es_CO.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Preparing to Unpack
-CTL_UnpackingFile=Unpacking File:
-CTL_DeletingFiles=Uninstalling files...
-CTL_DisablingFiles=Deactivating files...
-UpdaterFrame.jTextArea1.text=Update is in progress.\n\nPlease wait ...
-UpdaterFrame.textLabel.text=Preparing to Unpack
-UpdaterFrame.Form.title=Updater
-UpdaterFrame.textLabel.fontName=Dialog
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/es_CO/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_es_CO.properties b/l10n/src/es_CO/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_es_CO.properties
deleted file mode 100644
index b29c99b..0000000
--- a/l10n/src/es_CO/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_es_CO.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} more ...
-Less_Command_Text={0} less ...
-UnitTab_ReloadTime=Last Check: {0}
-UnitTab_ReloadTime_Never=never
-UnitTab_LessAction=Show Fewer Plugins
-UnitTab_MoreAction=Show More Plugins
-UnitTab_TooltipCheckBox_INSTALLED=Check plugin {0}
-UnitTab_Tooltip_RefreshAction=Reload Catalog
-UnitTab_bTabAction_Name_INSTALLED=U&ninstall
-UnitTab_TooltipCheckBox_UPDATE=Check plugin {0}
-UnitTab_bTabAction_Name_UPDATE=&Update
-UnitTab_CheckAction=Check
-UnitTab_CheckCategoryAction=Check Category
-UnitTab_UncheckCategoryAction=Uncheck Category
-UnitTab_CheckAllAction=Check All
-UnitTab_UncheckAllAction=Uncheck All
-UnitTab_ReloadAction=&Reload Catalog
-UnitTab_PrepareReloadAction=Please wait a while reloading catalog
-UnitTab_RemoveLocallyDownloadedAction=&Remove
-UnitTab_ActivateAction=&Activate
-UnitTab_ActivateCategoryAction=Activate Category
-UnitTab_DeactivateAction=&Deactivate
-UnitTab_DeactivateCategoryAction=Deactivate Category
-AvailableTab_SourceCategory_Tooltip_STANDARD=Certified Plugin
-AvailableTab_SourceCategory_Tooltip_BETA=Beta Plugin
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Community Contributed Plugin
-InstallTab_Active_Tooltip=Active
-InstallTab_InActive_Tooltip=Inactive
-InstallTab_PendingForInstall_Tooltip=Application restart needed to complete installation
-InstallTab_PendingForDeactivate_Tooltip=Application restart needed to complete deactivation
-InstallTab_ReadOnly_Tooltip={0} is in read-only mode and cannot be checked
-UnitTab_TooltipCheckBox_AVAILABLE=Check plugin {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Install
-UnitTab_TooltipCheckBox_LOCAL=Check plugin {0}
-UnitTab_Tooltip_AddAction_LOCAL=Add the locally downloaded plugins
-UnitTab_Tooltip_RemoveAction_LOCAL=Remove plugin from the list
-UnitTab_bTabAction_Name_LOCAL=&Install
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} plugin selected
-UnitTab_lHowManySelected_Many_Text={0} plugins selected
-UnitTab_OperationName_Text_INSTALLED=Uninstall
-UnitTab_OperationName_Text_UPDATE=Update
-UnitTab_OperationName_Text_AVAILABLE=Install
-UnitTab_OperationName_Text_LOCAL=Install
-UnitTab_lWarning_Text={0} operation will require restart of the application
-PluginManagerUI_UnitTab_Update_Title=Updates
-PluginManagerUI_UnitTab_Update_ToolTip=Your application is up to date!
-PluginManagerUI_UnitTab_Available_ToolTip=No plugins are available. Click Reload Catalog for newest plugins.
-PluginManagerUI_UnitTab_Available_Title=Available Plugins
-PluginManagerUI_UnitTab_Installed_Title=Installed
-PluginManagerUI_UnitTab_Local_Title=Downloaded
-UnitTab_bAddLocallyDownloads_Name=&Add Plugins...
-UnitTab_bAddLocallyDownloads_ACN=Add Plugins
-UnitTab_bAddLocallyDownloads_ACD=Add Plugins to use the file browser to add any plugins that you downloaded to your local system
-NotificationAlreadyPreparedToIntsall=Plugin {0} is already prepared to update/install.
-NotificationOneAlreadyInstalled=Plugin "{0}" is already installed.
-NotificationMoreAlreadyInstalled=Plugins "{0}" are already installed.
-NotificationAlreadyPresent=Plugin "{0}" is already added. Do you want to replace with "{1}"?
-NotificationAlreadyPresentTitle=Replace plugin
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Add Plugins
-CTL_FileFilterDescription=Plugin distribution files (*.nbm)
-NetworkProblemPanel_taTitle_Text=Unable to connect to the Update Center
-NetworkProblemPanel_taMessage_WarningText=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic. \n\nIt might happen your caches are out of date. Please click Reload Catalog to refresh content.
-NetworkProblemPanel_taMessage_ErrorText=Not all of the plugins have been successfully downloaded. The server may be unavailable at the moment. Try again later.
-CTL_Warning=Warning
-CTL_Error=Network Problem
-CTL_ShowProxyOptions=&Proxy Configuration...
-ACSD_ShowProxyOptions=N/A
-Utilities_NetworkProblem_Continue=&Try again
-Utilities_NetworkProblem_Skip=&Skip
-Utilities_NetworkProblem_Cancel=Cancel
-Utilities_NetworkProblem_Text=Unable to connect to the {0} because of {1}
-SettingsTable_ActiveColumn=Active
-SettingsTable_NameColumn=Name
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Settings
-SettingsTab.bProxy.text=&Proxy Settings
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=Update Center Customizer
-UpdateUnitProviderPanel.lName.text=&Name\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Check for updates automatically
-Utilities_Libraries_Category=Libraries
-Utilities_Bridges_Category=Bridges
-Utilities_Unsorted_Category=Uncategorized
-SettingsTab.bRemove.message=Are you sure you want to remove following update center: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Name
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Check for updates automatically
-UpdateUnitProviderPanel.error.name.short=Update Center name is not specified
-UpdateUnitProviderPanel.error.url.short=Update Center URL is not specified
-UpdateUnitProviderPanel.error.name.dup=Update Center with the same name already exist
-UpdateUnitProviderPanel.error.url.invalid=Update Center URL is invalid
-UnitTab_bClose_Text=&Close
-Utilities_CheckingForUpdates=Checking for updates
-UnitTab_InitAndCheckingForUpdates=Initializing the list of plugins... 
-InstalledTableModel_State_Enabled=On
-InstalledTableModel_State_Disabled=Off
-AvailableTableModel_Columns_Install=Install
-AvailableTableModel_Columns_Name=Name
-AvailableTableModel_Source_Category=Source
-AvailableTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Uninstall=Select
-InstalledTableModel_Columns_Name=Name
-InstalledTableModel_Columns_Installed=Installed
-InstalledTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Enabled=Active
-LocallyDownloadedTableModel_Columns_Install=Install
-LocallyDownloadedTableModel_Columns_Name=Name
-LocallyDownloadedTableModel_Columns_Version=Version
-LocallyDownloadedTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Update=Update
-UpdateTableModel_Columns_Name=Name
-UpdateTableModel_Columns_Installed=Installed
-UpdateTableModel_Columns_Available=Available
-UpdateTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Category=Category
-SettingsTab_NewProviderName=New Provider
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Description:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Version: 
-UnitDetails_Plugin_InstalledVersion=Installed version:
-UnitDetails_Plugin_AvailableVersion=Available version:
-UnitDetails_Plugin_Author=Author: 
-UnitDetails_Plugin_Date=Date: 
-UnitDetails_Plugin_Source=Source: 
-UnitDetails_Plugin_CodeName=Code name: 
-UnitDetails_Plugin_Homepage=Homepage: 
-UnitDetails_Plugin_Notification=Important note
-UnitDetails_Plugin_Description=Plugin Description
-UnitDetails_Plugin_Collecting_Dependencies=Collecting dependencies...
-UnitDetails_New_Internal_Update_Mark=new!
-lSearch1.text=&Search\:
-SettingsTab.lCheckPeriod.text=&Check Interval\:
-SettingsTab.lGeneral.text=Advanced
-SettingsTab.addButton.text=&New
-SettingsTab.RemoveButton.text=&Remove
-SettingsTab.EditButton.text=&Edit
-SettingsTab.AddButton.text=&Add
-SettingsTab.lUpdateCenters.text=Configuration of &Update Centers\:
-SettingsTab.lConnection.text=Automatically Check for Updates
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Update_custom=User Default
-SettingsTab.cbSharedInstall.text=&Force install into shared directories
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Write Permission
-SettingsTab.cbSharedInstall.ReadOnlyMessage=You don`t have permission to install plugin(s) into the shared directory:\n{0}\nTo perform installation into the shared directory, you should run the application as a user with administrative priviledges.
-SettingsTab.cbSharedInstall.NoSharedTitle=No install directory
-SettingsTab.cbSharedInstall.NoSharedMessage=No shared directories found.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Cannot read NBM {0} because {1}
-PluginManagerUI.bHelp.text=&Help
-ACN_UnitTable=List of Plugins
-ACD_UnitTable=List of Plugins
-ACN_UpdateCentersTable=List of Update Centers
-ACD_UpdateCentersTable=List of Update Centers allowing to activate or deactivate selected Update Center
-ACN_DetailsPanel=Plugin's details
-ACN_DetailsPanel_Button=Invoke {0} action
-ACN_UnitDetails=Plugin Details
-ACD_Reload=Reload Catalog
-ACD_Search=Search Plugins
-ACN_Tabs=Switch between updates, available, installed and downloaded plugins
-ACD_Tabs=Switch between updates, available, installed and downloaded plugins
-ACN_PluginManagerUI=Plugin Manager
-ACD_PluginManagerUI=Plugin Manager for updating, installing and removing plugins
-ACN_Reload=Reload Catalog
-ACN_UpdateCenterCustomizer=Update Center Customizer
-ACD_UpdateCenterCustomizer=Update Center Customizer for editing update center name and URL
-NetworkProblemPanel_ACD=N/A
-NetworkProblemPanel_taMessage=Message of Network Problem
-NetworkProblemPanel_taTitle_ACN=Network Problem
-UnitTab.detailView.text=Sho&w details
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Internal Updates)
-Unit_InternalUpdates_Title=Internal Updates
-
diff --git a/l10n/src/es_CO/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_es_CO.properties b/l10n/src/es_CO/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_es_CO.properties
deleted file mode 100644
index 801cd90..0000000
--- a/l10n/src/es_CO/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_es_CO.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Check for &Updates
-PluginManagerAction_Name=Plu&gins
-PluginManager_Panel_Name=Plugins
-PluginManager_CloseButton_Name=&Close
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} updates found.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} update found.
-AutoupdateCheckScheduler_UpdateFound_Hint=Click here to make your application up to date.
-AutoupdateCheckScheduler_InstallInProgress=Please wait, another install task in progress...
-
diff --git a/l10n/src/es_CO/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_es_CO.properties b/l10n/src/es_CO/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_es_CO.properties
deleted file mode 100644
index 676d157..0000000
--- a/l10n/src/es_CO/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_es_CO.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The UI allows to browse the installation and contents of registered Update Centers, to download updates or new modules and to automatically install modules.
-OpenIDE-Module-Name=Auto Update UI
-OpenIDE-Module-Short-Description=Supplies UI of Auto Update Services
-
diff --git a/l10n/src/es_CO/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_es_CO.properties b/l10n/src/es_CO/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_es_CO.properties
deleted file mode 100644
index 823a152..0000000
--- a/l10n/src/es_CO/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_es_CO.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_Header_Content=The installer will download, verify and then install the selected plugins.
-OperationDescriptionStep_TableInstall_Title=The following plugins will be installed:
-OperationDescriptionStep_TableUpdate_Title=The following plugins will be updated:
-OperationDescriptionStep_PluginBrokesJavaDependency=The Java platform version {0} was requested but only {1} is running.
-OperationDescriptionStep_HeaderUninstall_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderUninstall_Content=The selected plugins will be uninstalled. The selected plugins will be removed from the disk.
-OperationDescriptionStep_TableUninstall_Title=The following plugins will be uninstalled:
-OperationDescriptionStep_HeaderActivate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderActivate_Content=The selected plugins will be activated.
-OperationDescriptionStepActivate_Table_Title=The following plugins will be activated:
-OperationDescriptionStep_HeaderDeativate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderDeativate_Content=The selected plugins will be deactivated.
-OperationDescriptionStep_TableDeativate_Title=The following plugins will be deactivated:
-PanelBodyContainer_PleaseWait=Please wait until the installer discovers plugins dependencies.
-DependenciesResolutionStep_Table_Title=The following plugins will also be installed because one or more of the plugins you are about to install depend on them:
-UninstallDependenciesResolutionStep_Table_Title=The following plugins need to be deactivated because they require one or more of the plugins you are about to deactivate:
-LicenseApprovalPanel_taTitle_Text=In order to continue with the installation, you need to agree with all of the license agreements associated with the particular plugins.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} License Agreement
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=License Agreement
-LicenseApprovalPanel_Header_Content=Please read all of the following license agreements carefully.
-InstallUnitWizard_Title=Plugin Installer
-InstallStep_Header_Download_Head=Download
-InstallStep_Header_Download_Content=Please wait until the installer downloads the requested plugins.
-InstallStep_Header_Verify_Head=Validate
-InstallStep_Header_Verify_Content=Please wait until the installer validates the downloaded plugins.
-InstallStep_Header_Install_Head=Install
-InstallStep_Header_Install_Content=Please wait until the installer completes the installation.
-InstallStep_Header_InstallDone_Head=Installation completed successfully
-InstallStep_Header_InstallDone_Content=Click Finish to quit the installer.
-InstallStep_Header_InstallUnsuccessful_Head=Installation completed unsuccessfully
-InstallStep_Header_InstallUnsuccessful_Content=Click Finish to quit the installer and try to restart application.
-InstallStep_Header_Restart_Head=Restart application to complete installation
-InstallStep_Header_Restart_Content=Restart application to finish plugin installation.
-UninstallStep_Header_Restart_Head=Restart application to complete deactivation
-UninstallStep_Header_Restart_Content=Restart application to finish plugin deactivation.
-CustomHandleStep_Header_Install_Restart_Head=Restart application to complete installation
-CustomHandleStep_Header_Install_Restart_Content=Restart application to finish plugin installation.
-CustomHandleStep_Header_Uninstall_Restart_Head=Restart application to complete uninstallation
-CustomHandleStep_Header_Uninstall_Restart_Content=Restart application to finish plugin uninstallation.
-
-InstallStep_Done=Done.
-InstallStep_Unsuccessful=Installation is completed but some problem found: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Restart Now
-InstallUnitWizardModel_Buttons_RestartLater=Restart &Later
-InstallUnitWizardModel_Buttons_Install=&Install
-InstallUnitWizardModel_Buttons_Update=&Update
-InstallUnitWizardModel_Buttons_Close=&Finish
-InstallUnitWizardModel_Buttons_Next=Next
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Uninstall
-UninstallUnitWizardModel_Buttons_TurnOn=&Activate
-UninstallUnitWizardModel_Buttons_TurnOff=&Deactivate
-InstallStep_InstallDone_Text=The Plugin Installer has successfully installed the following plugins:
-InstallStep_InstallUnsuccessful_Text=The Plugin Installer found problem {0} while install the following plugins:
-UninstallStep_UninstallDone_Text=The Plugin Installer has successfully uninstalled the following plugins:
-UninstallStep_ActivateDone_Text=The Plugin Installer has successfully activated the following plugins:
-UninstallStep_DeactivateDone_Text=The Plugin Installer has successfully deactivated the following plugins:
-UninstallStep_UninstallFailed_Text=Uninstallation failed: {0}
-UninstallStep_ActivateFailed_Text=Activation failed: {0}
-UninstallStep_DeactivateFailed_Text=Deactivation failed: {0}
-UninstallStep_Done=Done.
-UninstallStep_Failed=Failed. {0}
-UninstallStep_Header_Uninstall_Head=Uninstallation
-UninstallStep_Header_Uninstall_Content=Please wait until the installer uninstalls all the selected plugins.
-UninstallStep_Header_Deactivate_Head=Deactivation
-UninstallStep_Header_Deactivate_Content=Please wait until the installer finishes deactivating all the selected plugins.
-UninstallStep_Header_Activate_Head=Activation
-UninstallStep_Header_Activate_Content=Please wait until the installer finishes activating all the selected plugins.
-UninstallStep_Header_UninstallDone_Head=Uninstallation completed successfully
-UninstallStep_Header_UninstallDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateDone_Head=Deactivation completed successfully
-UninstallStep_Header_DeactivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateDone_Head=Activation completed successfully
-UninstallStep_Header_ActivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_UninstallFailed_Head=Uninstallation failed
-UninstallStep_Header_UninstallFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateFailed_Head=Deactivation failed
-UninstallStep_Header_DeactivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateFailed_Head=Activation failed
-UninstallStep_Header_ActivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_ProgressName_Uninstall=Uninstalling plugins
-UninstallStep_ProgressName_Activate=Activating plugins
-UninstallStep_ProgressName_Deactivate=Deactivating plugins
-ValidationWarningPanel_ShowCertificateButton=&Show certificate
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Validation Warning
-ValidationWarningPanel_VerifyCertificate_Title=Verify Certificate
-ValidationWarningPanel_ContinueButton=&Continue
-ValidationWarningPanel_taHead_NotSignedText=The following plugins are not signed\:
-ValidationWarningPanel_taHead_NotTrustedText=The following plugins are signed but not trusted\:
-ValidationWarningPanel_taWarning_Text=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-OperationDescriptionStep_CustomHandled_Head={0} plugins use native installer:
-InstallStep_Download_DownloadingPlugins=Downloading plugins...
-InstallStep_Validate_ValidatingPlugins=Validating plugins...
-InstallStep_Install_InstallingPlugins=Installing plugins...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Some plugins not installed to avoid potential installation problems.
-CustomHandleStep_Header_Install_Head=Install
-CustomHandleStep_Header_Install_Content=Please wait until the installer completes the installation.
-CustomHandleStep_Header_Uninstall_Head=Uninstallation
-CustomHandleStep_Header_Uninstall_Content=Please wait until the installer finishes uninstalling the selected plugins.
-CustomHandleStep_Header_InstallDone_Head=Installation completed successfully
-CustomHandleStep_Header_InstallDone_Content=Click Next to continue installing the remaining selected plugins using the plugin installer.
-CustomHandleStep_Header_UninstallDone_Head=Uninstallation completed successfully
-CustomHandleStep_Header_UninstallDone_Content=Click Next to continue uninstalling the remaining selected plugins.
-CustomHandleStep_Header_InstallFail_Head=Installation failed.
-CustomHandleStep_Header_InstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Header_UninstallFail_Head=Installation failed
-CustomHandleStep_Header_UninstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Install_InstallingPlugins=Installing plugins using the plugin's installer...
-CustomHandleStep_Uninstall_UninstallingPlugins=Uninstalling plugins using the plugin's installer...
-CustomHandleStep_Done=Done.
-CustomHandleStep_InstallDone_Text=The Plugin Installer has successfully finished the installation.
-CustomHandleStep_InstallFail_Text=Installation of {0} failed.
-CustomHandleStep_UninstallDone_Text=The Plugin Installer has successfully finished the uninstallation.
-CustomHandleStep_UninstallFail_Text=Uninstallation of {0} failed.
-InstallStep_NetworkProblem_Continue=&Try again
-InstallStep_NetworkProblem_Text=Networking problem in {0}
-OperationPanel.cbRunInBackground.text=&Run In Background
-InstallSupport_InBackground_NetworkError=Unable to connect to the Update Center.
-InstallSupport_InBackground_NetworkError_Details=details
-LicenseApprovalPanel.cbAccept.text=I &accept the terms in all of the license agreements.
-InstallSupport_RestartNeeded=Restart the application to complete the installation.
-UninstallSupport_RestartNeeded=Restart the application to complete the deactivation.
-CustomHandleStep_Install_RestartNeeded=Restart the application to complete the installation.
-CustomHandleStep_Uninstall_RestartNeeded=Restart the application to complete the uninstallation.
-
-RestartNeeded_Details=Click here to restart your application now
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans Installer Wizard
-PanelBodyContainer_ACD=NetBeans Installer Wizard
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/A
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/A
-ValidationWarningPanel_tpPlugins_ACN=Unverified Plugins
-ValidationWarningPanel_taWarning_Text_ACD=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-ValidationWarningPanel_taWarning_Text_ACN=Warning
-ValidationWarningPanel_taHead_ACN=N/A
-ValidationWarningPanel_ACD=N/A
-UninstallUnitWizard_Title=Plugin Installer
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Your application is up to date!</h3>
-LazyOperationDescriptionStep_NoUpdates=There are no updates available.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Checking for updates failed.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Check your network connection, verify that your proxy settings<br>are configured correctly, or try again later.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Checking for updates.</b><br>Please wait while the installer checks for available updates.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Initializing the list of updates... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Some plugins require plugin {0} to be installed.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Some plugins are waiting for application restart to resolve following problems:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Some plugins require capability {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Some plugins require the Java platform in version {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Some plugins require JDK</h3>Some of the selected plugins require the JDK in order to function. Currently, NetBeans IDE appears to be running with the JRE instead of the full JDK.<br><br>To use these plugins, start IDE with the <code>--jdkhome</code> command line option set to the location of a JDK installation. See <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> for more information.<br><br>
-OperationDescriptionStep_BrokenModuleDep=The plugin {0} would also need to be installed.
-OperationDescriptionStep_BrokenModuleNameDep=The plugin named {0} is needed and not found.
-OperationDescriptionStep_BrokenModuleVersionDep=The plugin {0} is requested in version >= {1} but only {2} was found.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=The plugin {0} is requested in version >= {1} (release version {2}) but only {3} (of release version different from {2}) was found.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=The plugin {0} is requested in version {1}.
-OperationDescriptionStep_BrokenModuleImplDep=The plugin {0} is requested in implementation version {1}.
-OperationDescriptionStep_BrokenRequiresDep=No plugin providing the capability {0} could be found.
-OperationDescriptionStep_AffectedPluginByBrokenDep=The following plugins are affected:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=The following plugin is affected:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=There were some problems while storing {0}.\nCause: {1}
-InstallStep_DownloadProblem_SomePlugins=selected plugins
-
diff --git a/l10n/src/es_CO/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_es_CO.properties b/l10n/src/es_CO/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_es_CO.properties
deleted file mode 100644
index d85fbae..0000000
--- a/l10n/src/es_CO/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_es_CO.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP Platform
-OpenIDE-Module-Name=RCP Platform
-OpenIDE-Module-Short-Description=NetBeans RCP Platform
-OpenIDE-Module-Long-Description=The NetBeans RCP Platform is a generic framework for Swing applications. It provides the services common to almost all large desktop applications: window management, menus, settings and storage, update management, file access, etc.<br><br>See more information at <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/es_CO/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_es_CO.properties b/l10n/src/es_CO/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_es_CO.properties
deleted file mode 100644
index 3693500..0000000
--- a/l10n/src/es_CO/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_es_CO.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup On SystemFS
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The default implementation of MimeDataProvider.
-OpenIDE-Module-Long-Description=The MIME Lookup On SystemFS module implements MimeDataProvider that looks up objects in the folder hierarchy on the System filesystem.
-
-
diff --git a/l10n/src/es_CO/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_es_CO.properties b/l10n/src/es_CO/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_es_CO.properties
deleted file mode 100644
index d819b5a..0000000
--- a/l10n/src/es_CO/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_es_CO.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The MIME lookup API.
-OpenIDE-Module-Long-Description=The MIME Lookup module provides API for looking up MIME type dependent settings, services and other objects. It also provides SPI for implementing additional MIME type related data provider.
-
diff --git a/l10n/src/es_CO/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_es_CO.properties b/l10n/src/es_CO/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_es_CO.properties
deleted file mode 100644
index 3ef3ddd..0000000
--- a/l10n/src/es_CO/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_es_CO.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Add to Favorites
-ACT_AddOnFavoritesNode=&Add to Favorites...
-ACT_Remove=&Remove from Favorites
-ACT_View=Favor&ites
-ACT_Select=Favorites
-ACT_Select_Main_Menu=Select in F&avorites
-
-Favorites=Favorites
-Templates/Other=Other
-Templates/Properties=User Configuration Properties
-Templates/Other/Folder=Folder
-Templates/Other/file=Empty File
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
-# JFileChooser
-CTL_DialogTitle=Add to Favorites
-CTL_ApproveButtonText=Add
-ERR_FileDoesNotExist={0} does not exist.
-ERR_FileDoesNotExistDlgTitle=Add to Favorites
-
-MSG_NodeNotFound=The document node could not be found in the Favorites tab.
-
-# Manifest localization
-OpenIDE-Module-Name=Favorites
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for organizing favorite files.
-OpenIDE-Module-Long-Description=Favorites module enables you to create a view of files specifically relevant to your work, simply access them at one common place.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Templates
-Templates.Options.Export.displayName=All Templates
-Favorites.Options.Export.displayName=Favorites
-
diff --git a/l10n/src/es_CO/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_es_CO.properties b/l10n/src/es_CO/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_es_CO.properties
deleted file mode 100644
index 6f1560e..0000000
--- a/l10n/src/es_CO/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_es_CO.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Close
-BTN_TemplatesPanel_OpenInEditorButton=&Open in Editor
-LBL_TemplatesAction_Name=&Templates
-HINT_TemplatesAction=Customize templates
-LBL_TemplatesPanel_Title=Template Manager
-BTN_TemplatesPanel_Delete=&Delete
-LBL_TemplatesPanel_TemplatesLabel=&Templates\:
-BTN_TemplatesPanel_Add=&Add...
-BTN_TemplatesPanel_RenameButton=&Rename
-BTN_TemplatesPanel_DuplicateButton=Du&plicate
-BTN_TemplatesPanel_NewFolder=&New Folder
-BTN_TemplatesPanel_MoveUp=Move &Up
-BTN_TemplatesPanel_MoveDown=Move Do&wn
-LBL_TemplatesPanel_JFileChooser_Title=Add Existing Template
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Add
-TXT_TemplatesPanel_NewFolderName=New Folder
-MSG_TemplatesPanel_Nonexistent_File=File ''{0}''\ndoes not exist, please specify an existing file.
-
-TemplatesPanel_TemplateNode_DisplayName=Display Name
-TemplatesPanel_TemplateNode_DisplayName_Desc=Display name of this template. Shown in File|New wizard as well as in Tools|Templates.
-TemplatesPanel_TemplateNode_FileName=File Name
-TemplatesPanel_TemplateNode_FileName_Desc=File name of file represented by this template.
-TemplatesPanel_TemplateNode_ScriptEngine=Script Engine
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Script engine use for processing this template.
-TemplatesPanel_TemplateNode_TemplateCategories=Template Categories
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=A list of template's categories appropriate for this template.
-
-ACD_TemplatesPanel_Add=Add Template
-
-ACD_TemplatesPanel_New=New Template
-
-ACD_TemplatesPanel_Duplicate=Duplicate Selected Template
-
-ACD_TemplatesPanel_Rename=Rename Template
-
-ACD_TemplatesPanel_MoveUp=Move Up Selected Template
-
-ACD_TemplatesPanel_MoveDown=Move Down Selected Template
-
-ACD_TemplatesPanel_Delete=Delete Template
-
-TT_TemplatesPanel_Add=Add Template
-
diff --git a/l10n/src/es_CO/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_es_CO.properties b/l10n/src/es_CO/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_es_CO.properties
deleted file mode 100644
index 929201c..0000000
--- a/l10n/src/es_CO/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_es_CO.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Could not connect to URL {0}; no such resource was found.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Warning: the JavaHelp topic ID {0} was not found.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Loading help sets...
-ACSD_JavaHelp_viewer=Displays one or more online help references in JavaHelp format
-ACSD_Loading_Dialog=Loading help sets
-
-# HelpAction
-LBL_HelpAction=Help
-CTL_OpeningHelp=Opening Help...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP Monitor
-
-# a11y - BrowserDisplayer
-ACSD_Label=Click here to open this link in a web browser.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Showing help ID: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Showing help ID: {0}
-
-QuickSearch/Help=Help
-Err_CreateJavaHelpSearchEngine=Failed to create JavaHelp search engine.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copy Link Location
-
diff --git a/l10n/src/es_CO/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_es_CO.properties b/l10n/src/es_CO/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_es_CO.properties
deleted file mode 100644
index 45c1017..0000000
--- a/l10n/src/es_CO/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_es_CO.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JavaHelp Integration
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Permits JavaHelp help sets to be added to the IDE.
-OpenIDE-Module-Long-Description=Contains the actual JavaHelp runtime library, and the implementation of the part of the Modules API which permits other modules to install help sets using JavaHelp technology.
-
-Menu/Help/master-help.xml=Help &Contents
-Menu/Help/HelpShortcuts=Help &Sets
-Actions/Help/master-help.xml=Help &Contents
-
diff --git a/l10n/src/es_CO/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_es_CO.properties b/l10n/src/es_CO/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_es_CO.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/es_CO/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_es_CO.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/es_CO/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_es_CO.properties b/l10n/src/es_CO/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_es_CO.properties
deleted file mode 100644
index f617e03..0000000
--- a/l10n/src/es_CO/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_es_CO.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Sample value ensuring that decryption is working.
-FallbackProvider.msg_clear_keys=Your previously stored passwords cannot be decrypted. Do you wish to forget all existing passwords and start with a fresh keyring?
-FallbackProvider.title_clear_keys=Delete Stored Passwords
-MasterPasswordPanel.masterPasswordLabel.text=Master &Password:
-MasterPasswordPanel.setNewBox.text=&Change...
-MasterPasswordPanel.newLabel1.text=&New Master Password:
-MasterPasswordPanel.newLabel2.text=&Retype:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=Enter Master Password
-MasterPasswordPanel.enter_password=Enter password
-MasterPasswordPanel.enter_new_password=Enter new password
-MasterPasswordPanel.password_mismatch=New passwords do not match
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/es_CO/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_es_CO.properties b/l10n/src/es_CO/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_es_CO.properties
deleted file mode 100644
index d661fb1..0000000
--- a/l10n/src/es_CO/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_es_CO.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Cannot create file {0} in folder {1}.
-EXC_CannotCreateExistingData=Cannot create file {0} in folder {1}. This file already exists.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Cannot create folder {0} in folder {1}.
-EXC_CannotCreateExistingFolder=Cannot create folder {0} in folder {1}. This folder already exists.
-
-# {0} - the file
-EXC_CannotLock=Cannot lock read-only file {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Invalid lock [{0}] for file {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-EXC_CannotLockRoot=Root cannot be locked.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Cannot get exclusive access to {0} (probably opened for reading).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Cannot get shared access to {0} (probably opened for writing).
-
diff --git a/l10n/src/es_CO/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_es_CO.properties b/l10n/src/es_CO/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_es_CO.properties
deleted file mode 100644
index fc1852d..0000000
--- a/l10n/src/es_CO/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_es_CO.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=File {0} is already locked.
-EXC_FileLockAlreadyExists=File {0} is already locked (lock {1} exists).
-# {0} - full path
-FileObj.readOnlyFile=File {0} cannot be written to because it is read-only.
-
diff --git a/l10n/src/es_CO/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_es_CO.properties b/l10n/src/es_CO/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_es_CO.properties
deleted file mode 100644
index 2fb5bd5..0000000
--- a/l10n/src/es_CO/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_es_CO.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Master Filesystem
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Merges multiple filesystem providers into a single logical tree.
-OpenIDE-Module-Long-Description=Creates mounts for disk roots and then splices in other filesystems such as VCS mounts, providing a single wrapper FileSystem for them all.
-
-LBL_loaderName=FolderLoader for MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Cannot copy root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Cannot move root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Filesystem {1}  cannot be mounted on the root {0}, because Filesystem {2} is already mounted.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Filesystem {1}  cannot be mounted on the root {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Filesystem {0}  cannot be unmounted. 
-
diff --git a/l10n/src/es_CO/platform/options-api/options-api/org/netbeans/modules/options/Bundle_es_CO.properties b/l10n/src/es_CO/platform/options-api/options-api/org/netbeans/modules/options/Bundle_es_CO.properties
deleted file mode 100644
index 36fa58b..0000000
--- a/l10n/src/es_CO/platform/options-api/options-api/org/netbeans/modules/options/Bundle_es_CO.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Options Dialog and SPI
-OpenIDE-Module-Display-Category=Tools
-OpenIDE-Module-Short-Description=Provides the Options dialog and an SPI to add panels to it.
-OpenIDE-Module-Long-Description=Provides the Tools | Options dialog. The SPI lets you add whole new panels, or sections to the Miscellaneous panel.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Options
-CTL_Options_Dialog_Title=Options
-CTL_OK=OK
-CTL_Classic=Advanced Options
-CTL_Classic_Title=Advanced Options
-CTL_Modern=&Basic Options
-CTL_Loading_Options=Loading Settings ...
-CTL_Error_Loading_Options=Loading Options Failed.
-CTL_Some_values_changed=There are some changes. Do you want to apply them?
-
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=&Fonts & Colors
-CTL_Font_And_Color_Options_Title=Fonts & Colors
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-
-CTL_Export=Expor&t
-CTL_Import=&Import
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= Invokes Advanced Options dialog
-ACS_OptionsPanel=Options Dialog
-ACS_Export=Export Options
-ACS_Import=Import Options
-TabbedController.pane.AD=Options Panel
-
-QuickSearch/GoToOption=Options
-
diff --git a/l10n/src/es_CO/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_es_CO.properties b/l10n/src/es_CO/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_es_CO.properties
deleted file mode 100644
index 95766a8..0000000
--- a/l10n/src/es_CO/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_es_CO.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Miscellaneous
-CTL_Advanced_Options_Title=Miscellaneous
-CTL_Advanced_Options_Description=Miscellaneous
-AdvancedPanel.tabbedPanel.AD=Miscellaneous tabbed panel
-Advanced.Export.Category=Miscellaneous
-
diff --git a/l10n/src/es_CO/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_es_CO.properties b/l10n/src/es_CO/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_es_CO.properties
deleted file mode 100644
index 930c4e0..0000000
--- a/l10n/src/es_CO/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_es_CO.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Define Here
-LBL_action_revert=Revert Def.
-LBL_action_delete=Delete
-
-MSG_ask_remove_above_defined_files=Moving the definition here will remove any values stored in layers left of the selected column.\n\nDo you want to proceed?
-
-#file state tooltips
-LBL_fstate_defined=Setting Definition
-LBL_fstate_ignored=Unused Setting Value
-LBL_fstate_inherited=Setting Inherited
-LBL_fstate_undefined=Setting value is not defined here
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=User
-LBL_FSP_Desc_Session-Layer=Session Settings Level
-LBL_FSP_Modules-Layer=Default
-LBL_FSP_Desc_Modules-Layer=Default Installation Settings Level
-
-#OptionsAction
-Options=&Options
-CTL_close_button=&Close
-ACSD_close_button=N/A
-ACSN_optionsTree=N/A
-ACSD_optionsTree=N/A
-LBL_computing=Initializing settings ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Show Levels (press +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Hide Levels (press +)
-CTL_Templates_name=Templates
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorer
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
diff --git a/l10n/src/es_CO/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_es_CO.properties b/l10n/src/es_CO/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_es_CO.properties
deleted file mode 100644
index c92ed6a..0000000
--- a/l10n/src/es_CO/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_es_CO.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Select Options for Export:
-OptionsChooserPanel.outline.all=All
-OptionsChooserPanel.outline.header.tree=Available Options
-OptionsChooserPanel.outline.AN=Available Options
-OptionsChooserPanel.outline.AD=Tree of available options
-OptionsChooserPanel.lblFile.text=&Target zip file:
-OptionsChooserPanel.btnBrowse=B&rowse...
-OptionsChooserPanel.btnBrowse.AN=Browse
-OptionsChooserPanel.btnBrowse.AD=Browse
-OptionsChooserPanel.txtFile.AD=Source or target of import/export.
-OptionsChooserPanel.loading=Loading...
-OptionsChooserPanel.file.warning=Please, select a valid target zip file
-OptionsChooserPanel.nooption.warning=Please, select something to export
-OptionsChooserPanel.file.chooser.title=Select target zip file
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=Select Options to Export
-OptionsChooserPanel.export.status.text=Options Export Finished.
-OptionsChooserPanel.import.title=Select Options to Import
-OptionsChooserPanel.import.lblFile.text=&Import Source:
-OptionsChooserPanel.import.lblHint.text=&Select Options for Import:
-OptionsChooserPanel.import.file.warning=Please, select a valid zip file or userdir
-OptionsChooserPanel.import.nooption.warning=Please, select something to import
-OptionsChooserPanel.import.file.chooser.title=Select zip file or userdir
-OptionsChooserPanel.import.invalid.userdir.title=Invalid Userdir?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Folder {0} does not seem to be a valid userdir. Do you really want to import options from this location?
-OptionsChooserPanel.AD=Panel to choose options for export/import
-OptionsChooserPanel.import.error=Error while importing options. Run IDE with parameter -J-Dorg.netbeans.modules.options.export.level=100 and look at IDE log for details.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Invalid zip file: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Writing to file {0} failed.
-ImportConfirmationPanel.title=Import Confirmation
-ImportConfirmationPanel.cbRestart.text=&Restart IDE now (without restart imported settings may not work)
-ImportConfirmationPanel.cbRestart.AD=Decide whether restart IDE now or later
-ImportConfirmationPanel.cbRestart.AN=Restart IDE now?
-ImportConfirmationPanel.lblMessage.text=Import may irreversibly overwrite your current settings. Perform export first to backup current options. Do you want to continue?
-ImportConfirmationPanel.lblMessage.AD=Confirmation message
-ImportConfirmationPanel.AN=Import Confirmation
-ImportConfirmationPanel.AD=Import Confirmation
-ExportConfirmationPanel.title=Stored Passwords Warning
-ExportConfirmationPanel.lblMessage.text=Exported settings may contain stored passwords. Sharing your settings with other users represents a potential security risk. Do you want to continue?
-ExportConfirmationPanel.cbSkip.text=&Skip this warning next time
-ExportConfirmationPanel.cbSkip.AN=Skip this warning next time?
-ExportConfirmationPanel.cbSkip.AD=Decide whether skip or show this warning next time
-ExportConfirmationPanel.lblMessage.AD=Confirmation message
-ExportConfirmationPanel.AN=Stored passwords warning
-ExportConfirmationPanel.AD=Stored passwords warning
-
diff --git a/l10n/src/es_CO/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_es_CO.properties b/l10n/src/es_CO/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_es_CO.properties
deleted file mode 100644
index d2c889b..0000000
--- a/l10n/src/es_CO/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_es_CO.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Keymap Options
-
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-CTL_Keymap_Options_Description=Keymap
-
-CTL_Duplicate=&Manage Profiles...
-AN_Duplicate=Duplicate
-AD_Duplicate=Duplicate
-CTL_Delete=Dele&te
-AN_Delete=Delete
-AD_Delete=Delete
-CTL_Restore=&Restore
-AN_Restore=Restore
-AD_Restore=Restore
-CTL_Show_Actions=Actio&ns
-AN_Show_Actions=Actions
-AD_Show_Actions=Actions
-CTL_Show_Shortcuts=&Shortcuts
-AN_Show_Shortcuts=Shortcuts
-AD_Show_Shortcuts=Shortcuts
-CTL_Add_Shortcut=A&dd ...
-AN_Add_Shortcut=Add
-AD_Add_Shortcut=Add
-CTL_Remove_Shortcut=Remo&ve
-AN_Remove_Shortcut=Remove
-AD_Remove_Shortcut=Remove
-CTL_Actions=Actio&ns:
-AN_Actions=Actions
-AD_Actions=Actions
-CTL_Shortcuts=&Shortcuts:
-AN_Shortcuts=Shortcuts
-AD_Shortcuts=Shortcuts
-AN_Profiles=Profiles
-AD_Profiles=Profiles
-Show_Actions=Actio&ns
-Show_Shortcuts=&Shortcuts
-Keymaps=&Keymaps
-CTL_Keymap_Name=&Profile:
-View_By=&View By
-Shortcut=&Shortcut:
-Add_Shortcut_Dialog=Add Shortcut
-CTL_Create_New_Profile_Message=Profile &Name:
-CTL_Create_New_Profile_Title=Create New Profile Dialog
-Shortcut_Conflict=<html>Shortcut already assigned to {0} action. If you proceed the shortcut will be reassigned.
-CTL_Clear=&Clear
-AN_Clear=Clear shortcut button
-AD_Clear=Clear the shortcut field
-CTL_Tab=&Tab
-AN_Tab=Insert Tab character button
-AD_Tab=Insert Tab character
-CTL_Duplicate_Profile_Name=Profile with such name already exists.\n Choose different name, please.
-
-CTL_Export_IDE_Actions_Action=Export IDE Actions to XML
-CTL_Export_IDE_Shortcuts_Action=Export IDE Shortcuts to XML
-CTL_Export_Editor_Shortcuts_Action=Export Editor Shortcuts to XML
-CTL_Export_Shortcuts_to_HTML_Action=Export Shortcuts to HTML
-
-CTL_Other=Other
-AN_Shortcut=Shortcut field
-AD_Shortcut=Shortcut field
-AN_ShortcutsDialog=Enter new shortcut
-AD_ShortcutsDialog=Enter new shortcut
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Switching keymap profile from {1} to {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Quick Search: Invoking {1} action, class {0}
-
-QuickSearch/Actions=Actions
-MSG_ActionFailure={0} action can not be invoked through Quick Search...
-
-# Quicksearch options
-KW_KeymapOptions=Keymap Options, Keyboard Shortcuts, Keybindings
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Search:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Field used to narrow list of shortcuts
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Search in Sho&rtcuts:
-
-# Conflict dialogs
-Override_Shortcut=<html>Following Action(s): <br>{0} conflict with this assignment. Do you wish to override?
-Conflicting_Shortcut_Dialog=Conflicting Shortcut Dialog
-Override_All=<html>Following Action(s): <br>{0} conflict with this restore. Do you wish to override all?
-Alternative_Shortcut=(alternative shortcut)
-
-#Table columns
-Actions=Actions
-Shortcut=Shortcut
-Category=Category
-Scope=Scope
-
-#Keymap Popup
-Edit=Edit...
-Add_Alternative=Add Alternative
-Reset_to_Default=Reset to Default
-Clear=Clear
-
-#Keymap completion
-No_Free_Shortcut=No recommended free shortcut with prefix "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicate
-ProfilesPanel.exportButton.text=&Export
-ProfilesPanel.deleteButton.text=De&lete
-ProfilesPanel.importButton.text=&Import
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Profiles scroll pane
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Scroll pane for profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=List of keymap profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Imports profile from external file
-ProfilesPanel.AccessibleContext.accessibleDescription=Profiles Panel
-ProfilesPanel.restoreButton.text=&Restore Defaults
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restores stored defaults
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplicates existing profile
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exports current profile
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Deletes selected custom profile
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=Manage Keymap Profiles
-CTL_Files=Files
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Keymaps
-Keymaps.Options.Export.Profiles.displayName=Keymap Profiles
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/es_CO/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_es_CO.properties
deleted file mode 100644
index c987b1e..0000000
--- a/l10n/src/es_CO/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_es_CO.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Swing Layout Extensions integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles swing-layout library.
-OpenIDE-Module-Long-Description=This module bundles Swing Layout Extensions library (from swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_es_CO.properties
deleted file mode 100644
index d008c39..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_es_CO.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=Common Annotations
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_es_CO.properties
deleted file mode 100644
index feb9286..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_es_CO.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization APIs.
-OpenIDE-Module-Long-Description=Lets modules register long-running tasks or processes in a central place.
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_es_CO.properties
deleted file mode 100644
index 741f64f..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_es_CO.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Scene Component
-ACS_SceneComponentDesc=Scene view
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_es_CO.properties
deleted file mode 100644
index af2d2f2..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_es_CO.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Visual Library API
-OpenIDE-Module-Short-Description=Visual Library API
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_es_CO.properties
deleted file mode 100644
index ca6f96e..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_es_CO.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=An instance of the program seems to be already running with your user directory.\nEither a previous session of the program did not exit correctly, or another instance\nof the program is running on a different computer and using the same user directory.\n\nIf another session of the program is running with the same user directory, please click\nCancel to prevent the corruption of the user directory. If you are sure that no other\ninstances of the program are running with your user directory, click OK to continue.
-MSG_AlreadyRunningTitle=Warning
-
-EXC_not_a_module={0} is not a valid NetBeans module.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Bootstrap
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The core bootstrap of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the initial infrastructure that loads all other parts of the application. It cannot be disabled.
-
-MSG_InstallJava6=Cannot run on older versions of Java than Java 6 Standard Edition.\nPlease install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=Java 6 Standard Edition or newer required
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_es_CO.properties
deleted file mode 100644
index 80e1b53..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_es_CO.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Output {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=&Exit IDE
-ACSD_EndTasks=N/A
-CTL_PendingTitle=Exit IDE
-ACSD_PendingTitle=N/A
-LAB_PendingTasks=E&xiting the IDE will terminate the following processes:
-ACSD_PendingTasks=N/A
-# {0} - process name
-CTL_PendingExternalProcess2=Process - {0}
-# {0} - action name
-CTL_ActionInProgress={0} action in progress
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_es_CO.properties
deleted file mode 100644
index 53a2a23..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_es_CO.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Remove
-CTL_MoveUp=Move &Up
-CTL_MoveDown=Move Do&wn
-CTL_AddDirectory=Add Director&y...
-CTL_AddJAR=Add &JAR/ZIP...
-CTL_JarArchivesMask=JAR and ZIP Archives
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_AddDirectory=N/A
-ACSD_AddJAR=N/A
-ACSD_PathList=N/A
-ACSD_CustomNbClassPathEditor=N/A
-CTL_Edit_Jar_Dialog_Title=Edit JAR File
-CTL_Edit_Local_Dialog_Title=Edit Local Directory
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=Add JAR File
-CTL_FileSystemPanel.Local_Dialog_Title=Add Local Directory
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Process\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Arguments\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Arguments &Hint
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Browse...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/A
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/A
-ACSD_CustomNbProcessDescriptorEditor=N/A
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Path Entries
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=List of path entries to be edited.
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_es_CO.properties
deleted file mode 100644
index d19338b..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_es_CO.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Execution
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of the Execution engine.
-OpenIDE-Module-Long-Description=Adds support for execution into the platform. Contains classes which implement the execution part of APIs and corresponding GUI.
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_es_CO.properties
deleted file mode 100644
index 6913b0d..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_es_CO.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=&Output
-
-#Title for I/O window
-LBL_IO_WINDOW=Output
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Output
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_es_CO.properties
deleted file mode 100644
index d904be1..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_es_CO.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editors
-EditorsAction.source=&Source
-GetLeftEditorAction.name=Editors - Iterate left
-
-GetRightEditorAction.name=Editors - Iterate right
-
-TabButton.tool_tip={0} View
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_es_CO.properties
deleted file mode 100644
index 34b8ae8..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_es_CO.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MultiView Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=MultiView Windows framework and APIs
-OpenIDE-Module-Long-Description=MultiView Windows framework and APIs
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_es_CO.properties
deleted file mode 100644
index 27caa53..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_es_CO.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Native Access
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-OpenIDE-Module-Long-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_es_CO.properties
deleted file mode 100644
index f1db8aa..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_es_CO.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparency
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_es_CO.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_es_CO.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_es_CO.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_es_CO.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_es_CO.properties
deleted file mode 100644
index fe48716..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_es_CO.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-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_FONT_TYPE=Choose Font...
-ACTION_FILTER=Filter...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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...
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_es_CO.properties
deleted file mode 100644
index d9f02d2..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_es_CO.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Input
-LBL_EOF=&Close Input
-TIP_EOF=Closes the input component and sends end-of-file to any readers
-TIP_INPUT=Enter text and press enter to send it to the running process
-
-#Output window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_es_CO.properties
deleted file mode 100644
index 4762f92..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_es_CO.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Startup
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Loads and enables modules.
-OpenIDE-Module-Long-Description=This module provides the central additional functionality to Bootstrap to locate and enable the right modules.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user is not set.\nPlease check your NetBeans startup script.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Your user directory ({0}) cannot reside inside your NetBeans installation directory ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Starting NetBeans Platform
-# The Title of the About Box
-CTL_About_Title=About
-CTL_About_Detail=Detail
-ACSD_AboutDialog=N/A
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/A
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=UI class name expected, using default UI...
-ERR_UserDirExpected=Directory expected after --userdir switch
-ERR_UINotFound=UI class not found, using default UI...
-ERR_FontSizeExpected=Font size expected, using default font size...
-ERR_BadFontSize=Bad format of the font size, using default font size...
-ERR_BrandingNeedsArgument=Option --branding requires one argument
-ERR_LocaleExpected=Locale specification expected after --locale switch
-
-
-CTL_Netbeanshome_notexists=netbeans.home points to a non-existent directory.
-CTL_Netbeanshome1=netbeans.home does not point to a directory.
-CTL_Netbeanshome2=netbeans.user points to a non-existent directory.
-CTL_Netbeanshome3=netbeans.user does not point to a directory.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Cannot create system directory in {0}. A file with the same name already exists.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Cannot create system directory in {0}.
-CTL_Cannot_mount_system_fs=Cannot add System filesystem, exiting...
-
-#startup info messages
-MSG_IDEInit=Initializing...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Could not connect to URL {0}. No such resource was found.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize is not supported on GTK look and feel. Adjust your desktop font size instead.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Error: {0}
-EXC_GraphicsStartFails2=See the {0} for details.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=The module {0} was requested in version >= {1} but only {2} was found.
-# {0} - module display name
-MSG_problem_other_disabled=The module {0} would also need to be installed.
-LBL_no_impl_version=[no version specified]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=The module {0} was requested in implementation version "{1}" but only "{2}" was found.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=The module named {0} was needed and not found.
-# {0} - required token
-MSG_problem_require_disabled=None of the modules providing the capability {0} could be installed.
-# {0} - required token
-MSG_problem_require_not_found=No module providing the capability {0} could be found.
-# {0} - class name
-MSG_problem_class_not_loaded=The package containing the class {0} was not loaded.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=The package {0} was not loaded or was an outdated version.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=The Java platform version {0} or higher was requested but only {1} is running.
-MSG_warning=Warning
-MSG_info=Information
-MSG_continue=Disable Modules and Continue
-MSG_exit=Exit
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Another module|1<{0} further modules} could not be installed due to the above problems.
-
-# NbEvents
-MSG_start_load_boot_modules=Loading core...
-MSG_finish_load_boot_modules=Loading core...done.
-MSG_start_auto_restore=Loading modules...
-MSG_finish_auto_restore=Done loading modules.
-MSG_start_enable_modules=Turning on modules...
-MSG_finish_enable_modules=Turning on modules...done.
-TEXT_finish_enable_modules=Turning on modules:
-MSG_start_disable_modules=Turning off modules...
-MSG_finish_disable_modules=Turning off modules...done.
-TEXT_finish_disable_modules=Turning off modules:
-MSG_failed_install_new=Warning - could not install some modules:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Warning - could not install module {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Deploying test module in {0} ...
-TEXT_finish_deploy_test_module=Finished deploying test module.
-MSG_start_read=Reading module storage...
-MSG_finish_read=Reading module storage...done.
-MSG_restore=Starting modules...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Installing {0}
-# {0} - module display name
-TEXT_install=Installing new module: {0}
-# {0} - module display name
-MSG_update=Starting a new version of {0}
-# {0} - module display name
-TEXT_update=Updating module: {0}
-# {0} - module display name
-MSG_uninstall=Stopping {0}
-MSG_load_section=Loading modules...
-MSG_load_layers=Loading module services...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Warning: the module {0} could not be found, ignoring...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=The module {0} could not be deleted as it was an autoload or eager module and still in use.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=An attempt was made to change the property {1} of the module {0} in the system/Modules folder.\nThe actual value is "{3}" but it was changed on disk to read "{2}".\nThis property cannot be changed while the IDE is running, so this attempt had no effect.
-# {0} - JAR file name
-TEXT_patch=Module patch or custom extension: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Missing resource from class: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Key which was not found: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Parse error in file {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Parse error in file {1} line {3} column {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_es_CO.properties
deleted file mode 100644
index 461e0c2..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_es_CO.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Default System
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Loading cached objects...
-MSG_end_load_cache=Loading cached objects...done.
-MSG_start_rewrite_cache=Recreating cache of objects...
-MSG_end_rewrite_cache=Recreating cache of objects...done.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=File event {0}, file {1}
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_es_CO.properties
deleted file mode 100644
index 95bed0c..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_es_CO.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Files
-AdvancedOption.tooltip=Files
-FileAssociationsPanel.btnDefault.text=&Default
-FileAssociationsPanel.btnDefault.tooltip=Restore default setting for selected file extension
-FileAssociationsPanel.btnDefault.AN=Restore Default Setting
-FileAssociationsPanel.btnDefault.AD=Restore Default Setting for Selected File Extension
-FileAssociationsPanel.btnDefaultIgnored.text=De&fault
-FileAssociationsPanel.btnDefaultIgnored.AN=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnDefaultIgnored.AD=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnNew.text=&New...
-FileAssociationsPanel.btnNew.AN=New File Extension
-FileAssociationsPanel.btnNew.AD=New File Extension
-FileAssociationsPanel.btnRemove.text=&Remove
-FileAssociationsPanel.btnRemove.AN=Remove Selected File Extension
-FileAssociationsPanel.btnRemove.AD=Remove Selected File Extension
-FileAssociationsPanel.cbExtension.choose=< Choose the extension >
-FileAssociationsPanel.cbExtension.AD=File Extension
-FileAssociationsPanel.cbExtension.AN=List of File Extensions
-FileAssociationsPanel.cbType.AN=List of File Types
-FileAssociationsPanel.cbType.AD=List of File Types
-FileAssociationsPanel.lblAssociatedAlso.text=Associated also with:
-FileAssociationsPanel.lblAssociatedAlso.AN=File Type Associated Also with Extensions
-FileAssociationsPanel.lblAssociatedAlso.AD=File Type Associated Also with Extensions
-FileAssociationsPanel.lblExtension.text=File &Extension:
-FileAssociationsPanel.lblExtension.AN=File Extension
-FileAssociationsPanel.lblExtension.AD=List of File Extensions
-FileAssociationsPanel.lblType.text=Associated File &Type (MIME):
-FileAssociationsPanel.lblType.AD=List of Associated File Types
-FileAssociationsPanel.lblType.AN=List of Associated File Types
-FileAssociationsPanel.lblFileAssociations.text=File Associations
-FileAssociationsPanel.lblFilesIgnored.text=Files Ignored by the IDE
-FileAssociationsPanel.lblPattern.text=&Ignored Files Pattern:
-FileAssociationsPanel.lblPattern.tooltip=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.lblPattern.AN=Ignored Files Pattern
-FileAssociationsPanel.lblPattern.AD=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.txtPatternError.AN=Ignored Files Pattern Syntax Error
-FileAssociationsPanel.txtPatternError.AD=Syntax error in ignored files regular expression
-
-NewExtensionPanel.title=Enter New File Extension
-NewExtensionPanel.AD=Enter New File Extension
-NewExtensionPanel.lblExtension.text=File &Extension:
-NewExtensionPanel.lblExtension.AN=File Extension
-NewExtensionPanel.lblExtension.AD=File Extension
-
-OpenAsAction.name=Open As...
-OpenAsPanel.txtDescription.AN=Hint
-OpenAsPanel.txtDescription.AD=Hint
-OpenAsPanel.lblExtension.text=Treat {0} files as:
-OpenAsPanel.title=Open as...
-OpenAsPanel.open=Open
-OpenAsPanel.AD=Choose type of file
-
-# display name for options export
-Files.Options.Export.displayName=Files
-OpenAsPanel.lblDescription.text=NetBeans does not know this type of file. Please specify how should these files be treated.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_es_CO.properties
deleted file mode 100644
index 479649d..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_es_CO.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_General_Options_Category=General
-CTL_General_Options_Description=General options, Proxy settings, Editor settings
-CTL_Package_View_Type=View Java Packages as:
-CTL_Flattern_Packages=&List
-AN_Flattern_Packages=List
-AD_Flattern_Packages=List
-CTL_Tree_Packages=Tree
-AN_Tree_Packages=Tree
-AD_Tree_Packages=Tree
-CTL_No_Proxy=&No Proxy
-AN_No_Proxy=No Proxy
-AD_No_Proxy=No Proxy
-CTL_Usage_Statistics=Usage Statistics:
-AN_Usage_Statistics=Usage Statistics
-AD_Usage_Statistics=Usage Statistics
-CTL_Usage_Check=Hel&p us improve the NetBeans IDE by providing anonymous usage data
-AN_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-AD_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-CTL_Usage_Info=<html>The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.</html>
-AN_Usage_Info=Usage statistics info
-AD_Usage_Info=The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Learn more</u></font></html>
-AN_Learn_More=Learn more
-AD_Learn_More=Learn more
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Use System Proxy Settings
-AN_Use_System_Proxy_Settings=Use System Proxy Settings
-AD_Use_System_Proxy_Settings=Use System Proxy Settings
-CTL_Use_HTTP_Proxy=&Manual Proxy Settings
-AN_Use_HTTP_Proxy=HTTP Proxy
-AD_Use_HTTP_Proxy=HTTP Proxy
-AN_Web_Browser=Web Browser
-AD_Web_Browser=Web Browser
-AN_Host=Host
-AD_Host=Host
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Update Period
-AD_Update_Period=Update Period
-AN_Ask_Before_Check=Ask Before Check
-AD_Ask_Before_Check=Ask Before Check
-Line_Numbers=&Line Numbers
-Antialiasing=Antialiasing:
-Text_Antialiasing=Use Antialiasing
-Toolbar=&Toolbar
-Package_View=Package View
-SDI_Window_Mode=SDI Window Mode
-MDI_Window_Mode=MDI Window Mode
-Tree_View=Tree View
-Default_System_Browser=<Default Browser>
-Swing_HTML_Browser=Swing Browser
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=General
-CTL_Web_Browser=&Web Browser:
-Confirm_Delete=&Confirm Delete:
-CTL_Web_Proxy=Proxy Settings:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=HTTP Pro&xy\:
-Code_Folding=Code Folding:
-Show=Show:
-Editor=Editor
-CTL_Check_Period=Check Perio&d:
-CTL_Ask_Before_Check=Ask &Before Check:
-CTL_Auto_Update=Auto Update
-Use_Folding=&Use Code Folding
-Fold_Methods=Fold &Methods
-Fold_Classes=Fol&d Inner Classes
-Fold_Imports=Fold Import&s
-Fold_JavaDoc=Fold &Javadoc Comments
-Fold_Licence=F&old Initial Comment
-Auto_Popup=Auto Popup:
-Auto_Popup_Completion=Completion Window
-Auto_Popup_JavaDoc=Javadoc Window
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Default_System_Browser=Default System Browser
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Internal Browser
-
-
-
-
-AN_NonProxy=No Proxy For
-
-AD_NonProxy=No Proxy For
-
-CTL_Non_Proxy=No Prox&y For\:
-
-Non_Proxy_Hint=(e.g. localhost, *.netbeans.org, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=M&ore...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Advanced Proxy Settings
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Open Advanced Proxy Settings
-
-LBL_GeneralOptionsPanel_PortError=Port number must be an integer value.
-
-LBL_GeneralOptionsPanel_lWebProxy=Proxy Settings\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP &Proxy\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(e.g. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&t\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS Proxy\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS Proxy\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=No Pro&xy Hosts\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Proxy Re&quires Authentication
-
-LBL_AdvancedProxyPanel_lUserName=&Username\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Pass&word\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Use the same proxy settings for &all protocols
-
-LBL_AdvancedProxyPanel_Title=Advanced Proxy Options
-LBL_AdvancedProxyPanel_PortError=Port number must be an integer value.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Use System Proxy Settings
-GeneralOptionsPanel.lWebBrowser.text=&Web Browser\:
-GeneralOptionsPanel.rbNoProxy.text=&No Proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/A
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/A
-
-LBL_WebBrowsersPanel_Title=Web Browsers
-LBL_ExternalBrowser_Name=External Browser
-WebBrowsersPanel.nameLabel.text=Name\:
-WebBrowsersPanel.executableLabel.text=Executable\:
-WebBrowsersPanel.parametersLabel.text=Parameters\:
-WebBrowsersPanel.browseButton.text=Browse...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Add...
-WebBrowsersPanel.removeButton.text=Remove
-WebBrowsersPanel.browsersLabel.text=Web Browsers\:
-GeneralOptionsPanel.editBrowserButton.text=&Edit...
-GeneralOptionsPanel.editBrowserButton.AD=Edit Web Browsers
-GeneralOptionsPanel.editBrowserButton.AN=Edit Web Browsers
-WebBrowsers_URL_Hint=Hint\: {URL} \= URL of the page to be loaded by the web browser
-
-ACS_WebBrowsersList=List of available web browsers
-ACS_AddWebBrowserButton=Add new web browser
-ACS_RemoveWebBrowserButton=Remove selected web browser
-ACS_BrowserNameField=Web browser name
-ACS_BrowserExecutableField=Web browser executable
-ACS_BrowserParametersField=Web browser executable parameters
-ACS_BrowseExecutableButton=Browse web browser executable
-WebBrowsersOptionsPanel.browsersLabel.text=&Web Browsers\:
-WebBrowsersOptionsPanel.addButton.text=A&dd...
-WebBrowsersOptionsPanel.removeButton.text=&Remove
-WebBrowsersOptionsPanel.nameLabel.text=&Name\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Web Browsers
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Browsers list
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=List of Web Browsers
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Add button
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Remove button
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Browser name
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Web Browsers
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Web Browsers
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Direct connection.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, General Options
-
-# Display name for options export
-General.Options.Export.Category.displayName=General
-General.Options.Export.displayName=General
-Other.Options.Export.displayName=All Other Unspecified
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_es_CO.properties
deleted file mode 100644
index 67a3119..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_es_CO.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface of the platform.
-OpenIDE-Module-Long-Description=Provides classes and resources for the standard basic user interface of the platform and for applications built on top of the platform.
-
-Actions=Actions
-Actions/Edit=Edit
-Actions/Help=Help
-Actions/System=System
-Actions/Tools=Tools
-Actions/View=View
-Actions/Window/SelectDocumentNode=Select Document in
-Menu=Menu Bar
-Menu/Edit=&Edit
-Menu/File=&File
-Menu/GoTo=&Navigate
-Menu/Help=&Help
-Menu/Tools=&Tools
-Menu/View=&View
-Menu/Window/SelectDocumentNode=Select Docume&nt in
-Services/Browsers=Web Browsers
-Templates/Privileged=Privileged
-Templates/Recent=Recent
-Templates/Services/Browsers=Web Browsers
-Toolbars=Toolbars
-Toolbars/Clipboard=Cli&pboard
-Toolbars/UndoRedo=&Undo/Redo
-Toolbars/File=&File
-Toolbars/Memory=&Memory
-Toolbars/Standard.xml=Coding
-UI/Services=Options
-
-ProgressDisplayName_FileSystemRefresh=Refreshing files
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_es_CO.properties
deleted file mode 100644
index b2d90f4..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_es_CO.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Start sampling IDE
-SelfSamplerAction_ActionNameStop=Stop sampling and take snapshot
-SelfSamplerAction_ActionDescription=Will take a snapshot based on the thread dump
-SelfSamplerAction_ThreadName=IDE Self Sampler
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=Snapshot was saved to {0}
-Save_Progress=Saving snapshot
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_es_CO.properties
deleted file mode 100644
index 9a74cc8..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_es_CO.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Open in System
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_es_CO.properties
deleted file mode 100644
index 190b65b..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_es_CO.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Total physical memory {0}
-
-
-#LOG_WINDOW_ACTIVATED=Main Window Activated, refresh took {0} ms
-#LOG_WINDOW_DEACTIVATED=Main Window Deactivated
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Checking for external changes
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspended
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_es_CO.properties
deleted file mode 100644
index c6dd756..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_es_CO.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Only Workspace>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_es_CO.properties
deleted file mode 100644
index 580c1f0..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_es_CO.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&lone Document
-# CloseWindowAction
-CTL_CloseWindowAction=&Close Window
-
-CTL_RecentViewListAction=Go to P&revious Document
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=Close &All Documents
-
-# UndockAction
-CTL_UndockWindowAction=&Undock Window
-CTL_UndockWindowAction_Dock=Doc&k Window
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Close All Documents
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimize Window
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Close Window
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Close Other Documents
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Save Document
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Clone Document
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Close Other Docu&ments
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maximi&ze Window
-CTL_UnmaximizeWindowAction=Restore Window
-
-# DocumentsAction
-CTL_DocumentsAction=&Documents...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=&Toolbars
-
-# NextTabAction
-CTL_NextTabAction=Next Tab
-# PreviousTabAction
-CTL_PreviousTabAction=Previous Tab
-
-CTL_ToggleFullScreenAction=&Full Screen
-
-# ResetWindowsAction
-CTL_ResetWindows=Reset &Windows
-
-LBL_ToggleWindowTransparencyAction=Transparent Window
-LBL_WindowTransparencyHint=Press and hold [Ctrl+NumPad 0] key to make minimized window transparent.
-
-# Properties
-GlobalProperties=P&roperties
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_es_CO.properties
deleted file mode 100644
index d06eed8..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_es_CO.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Appearance
-AdvancedOption_Tooltip_WinSys=Window System related options
-
-IsAlphaFloatingTooltip=Makes unfocused floating windows semi-transparent after few seconds
-
-IsDragWindowTooltip=Enables "ghost" window image during drag and drop of a window
-IsAlphaDragTooltip=Enables transparency in drag window image
-
-IsSnapScreenEdgesTooltip=Enables snapping of floating windows to screen edges
-IsSnappingTooltip=Enables automatic snapping of floating windows for easier layout handling
-
-NoAlphaSupport=Window transparency is not supported by OS
-LBL_DragWindowImage=Drag window image
-LBL_TransparentDragWindow=Transparent drag window image
-LBL_TransparentFloatingWindows=Transparent floating windows
-LBL_SnapFloatingWindows=Snapping floating windows
-LBL_SnapToScreenEdges=Snap to screen edges
-LBL_CloseActivatesRecentDocument=Close activates most recent document
-TIP_CloseActivatesMostRecentDocument=When a document is closed then the most recent document becomes active instead of its neighbor
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=When a document is closed then the most recent document becomes active
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_es_CO.properties
deleted file mode 100644
index 60ac482..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_es_CO.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Cannot parse configuration of window manager {0}.
-EXC_GroupParse=Cannot parse configuration of Group {0}.
-EXC_TCGroupParse=Cannot parse configuration of TCGroup {0}.
-EXC_TCRefParse=Cannot parse configuration of TCRef {0}.
-EXC_ModeParse=Cannot parse configuration of mode {0}.
-
-# PersistenceManager
-EXC_RootFolder=Cannot create root folder {0}
-EXC_CompsFolder=Cannot create components folder {0}
-EXC_GroupsFolder=Cannot create groups folder {0}
-EXC_ModesFolder=Cannot create modes folder {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Top component {0} could not be located or loaded from 'Components' folder.
-EXC_CannotSaveTCSettings=Settings of top component {0} could not be saved
-EXC_CopyFails=Cannot copy component settings file to folder {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Component {0} could not be saved due to problems with its serialization.
-FMT_TCReadError=Component {0} could not be opened due to problems with its deserialization.
-
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_es_CO.properties
deleted file mode 100644
index 8395eea..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_es_CO.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation for windowing support.
-OpenIDE-Module-Long-Description=Adds classes implementing the window system part of the APIs.
-
-Actions/Window=Window
-Menu/Window=&Window
-
-# Options export
-Toolbars.Options.Export.displayName=Toolbars
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_es_CO.properties
deleted file mode 100644
index 86ed80f..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_es_CO.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Cancel
-CloseButton=Close
-# HelpButton=Help
-YesButton=Yes
-NoButton=No
-# ApplyButton=Apply
-DetailsButton=Details
-# ButtoBarButoo
-CTL_Button=Button
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorDialog=File selector dialog
-ACSN_FileSelectorTreeView=Tree View
-ACSD_FileSelectorTreeView=Tree view in file selector
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Customizer Dialog
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Close
-CANCEL_OPTION_CAPTION=Cancel
-HELP_OPTION_CAPTION=&Help
-NO_OPTION_CAPTION=No
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Yes
-ACS_YES_OPTION_NAME=Yes
-ACS_YES_OPTION_DESC=Yes button
-# - {0} message
-ACSD_ErrorMessage=Error: {0}
-ACSD_WarningMessage=Warning: {0}
-ACSD_QuestionMessage=Question {0}
-ACSD_InformationMessage=Information {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Cancel
-ACS_CANCEL_OPTION_DESC=Cancel button
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=OK button
-
-ACS_NO_OPTION_NAME=No
-ACS_NO_OPTION_DESC=No button
-
-ACS_HELP_OPTION_NAME=Help
-ACS_HELP_OPTION_DESC=Help button
-
-ACS_CLOSED_OPTION_NAME=Close
-ACS_CLOSED_OPTION_DESC=Close button
-
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_es_CO.properties
deleted file mode 100644
index 1240f01..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_es_CO.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Main Window
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documents:
-LBL_Description=Descri&ption:
-LBL_Activate=Swi&tch to Document
-LBL_CloseDocuments=C&lose Document(s)
-LBL_SaveDocuments=&Save Documents(s)
-LBL_Close=&Close
-
-ACSD_Activate=N/A
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/A
-
-CTL_DocumentsTitle=Documents
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Properties
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#No Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-ACSN_PropertiesSheet=Property sheet
-ACSD_PropertiesSheet=View shows properties for given node.
-EXC_CannotLoadNodes=Nodes cannot be loaded into the property sheet. They probably no longer exist.
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_es_CO.properties
deleted file mode 100644
index 727b51c..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_es_CO.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&Small Toolbar Icons
-
-# ToolbarLayout
-EXC_wrongConstraints=cannot add to layout: does not use ToolbarConstraints
-
-CTL_CustomizeToolbars=&Customize...
-
-#New Toolbar Button label
-CTL_NewToolbar=&New Toolbar...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&Small Toolbar Icons
-
-#Drag and Drop hint
-CTL_TreeLabel=Drag items to or from the toolbars to add or remove them...
-
-LBL_PleaseWait=Please wait...
-
-#Close customizer button
-CTL_Close=&Close
-
-#Customizer dialog window title
-CustomizerTitle=Customize Toolbars
-
-ACSD_ActionsTree=Drag items from here to toolbars.
-ACSN_ActionsTree=Actions Pool
-
-ACSN_ActionsScrollBar=Actions Pool Scrollbar
-ACSD_ActionsScrollBar=Actions Pool Scrollbar
-
-ACSD_ToolbarCustomizer=Toolbar Customizer
-
-ACSD_Close=Close Button
-ACSD_NewToolbar=New Toolbar Button
-
-ACSD_SmallIcons=Small Icons Checkbox
-
-CTL_ResetToolbarsAction=Reset &Toolbars
-CTL_ResetToolbarsButton=Reset &Toolbars
-
-
-
-PROP_newToolbarLabel=&Name:
-PROP_newToolbarDialog=New Toolbar
-PROP_newToolbar=Toolbar
-MSG_ToolbarExists=Toolbar {0} already exists.
-
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_es_CO.properties
deleted file mode 100644
index ab148b5..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_es_CO.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=The size cannot be negative
-CTL_InvalidValue=Invalid value entered
-CTL_InvalidValueWithParam=Invalid value {0} entered
-CTL_InvalidValueWithExc=Invalid value entered. \nCause: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Value of {0} should be in format {1}
-
-#ColorEditor
-CTL_AWTPalette=AWT Palette
-CTL_SwingPalette=Swing Palette
-CTL_SystemPalette=System Palette
-ACSD_CustomColorEditor=N/A
-FMT_IllegalEntry="{0}" is not a valid color identifier.  You may enter Swing or AWT constants or red/green/blue values.
-
-# ColorEditor:AWT color names
-LAB_White=white
-LAB_LightGray=lightGray
-LAB_Gray=gray
-LAB_DarkGray=darkGray
-LAB_Black=black
-LAB_Red=red
-LAB_Pink=pink
-LAB_Orange=orange
-LAB_Yellow=yellow
-LAB_Green=green
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=blue
-# ColorEditor: system color names
-LAB_ActiveCaption=Active Caption
-LAB_ActiveCaptionBorder=Active Caption Border
-LAB_ActiveCaptionText=Active Caption Text
-LAB_Control=Control
-LAB_ControlDkShadow=Control Dk Shadow
-LAB_ControlHighlight=Control Highlight
-LAB_ControlLtHighlight=Control Lt Highlight
-LAB_ControlShadow=Control Shadow
-LAB_ControlText=Control Text
-LAB_Desktop=Desktop
-LAB_InactiveCaption=Inactive Caption
-LAB_InactiveCaptionBorder=Inactive Caption Border
-LAB_InactiveCaptionText=Inactive Caption Text
-LAB_Info=Info
-LAB_InfoText=Info Text
-LAB_Menu=Menu
-LAB_MenuText=Menu Text
-LAB_Scrollbar=Scrollbar
-LAB_Text=Text
-LAB_TextHighlight=Text Highlight
-LAB_TextHighlightText=Text Highlight Text
-LAB_TextInactiveText=Text Inactive Text
-LAB_TextText=Text Text
-LAB_Window=Window
-LAB_WindowBorder=Window Border
-LAB_WindowText=Window Text
-
-#DimensionCustomEditor
-CTL_Dimension=Dimension
-CTL_Width=&Width:
-CTL_Height=&Height:
-ACSD_CTL_Width=N/A
-ACSD_CTL_Height=N/A
-ACSD_DimensionCustomEditor=N/A
-
-#DimensionEditor
-CTL_HintFormat=[width,height]
-
-#FontEditor
-CTL_Plain=Plain
-CTL_Bold=Bold
-CTL_Italic=Italic
-CTL_BoldItalic=Bold Italic
-CTL_Font=Fon&t:
-CTL_FontStyle=Font St&yle:
-CTL_Size=&Size:
-CTL_Preview=Preview
-ACSD_CTL_Font=N/A
-ACSD_CTL_FontStyle=N/A
-ACSD_CTL_Size=N/A
-ACSD_FontCustomEditor=N/A
-
-#InsetsCustomEditor
-CTL_Insets=Insets
-CTL_Top=&Top:
-CTL_Left=&Left:
-CTL_Bottom=&Bottom:
-CTL_Right=&Right:
-ACSD_CTL_Top=N/A
-ACSD_CTL_Left=N/A
-ACSD_CTL_Bottom=N/A
-ACSD_CTL_Right=N/A
-
-#InsetsEditor
-CTL_HintFormatIE=[top,left,bottom,right]
-
-# ObjectEditor
-CTL_NullValue=<Lookup null value>
-CTL_NullItem=<Lookup null item>
-
-#PointCustomEditor
-CTL_Point=Point
-CTL_X=&X:
-ACSD_CTL_X=N/A
-CTL_Y=&Y:
-ACSD_CTL_Y=N/A
-ACSD_PointCustomEditor=N/A
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rectangle
-ACSD_CustomRectangleEditor=N/A
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,width,height]
-
-#StringCustomEditor
-ACS_TextArea=Text:
-ACSD_TextArea=Enter the property text here
-ACSD_CustomStringEditor=Editor for string properties
-ACS_Instructions=Instructions
-ACSD_Instructions=N/A
-
-MSG_FontIsNotInitialized=Storing to XML failed because the value of font is not initialized.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Select a File or Directory
-CTL_DialogTitleFiles=Select a File
-CTL_DialogTitleDirs=Select a Directory
-ACSD_FileEditor=N/A
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Unspecified>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Properties
-ACSD_PropertiesEditorPane=N/A
-ACSD_CustomPropertiesEditor=N/A
-WARN_PropertiesComments=Warning: comments will be discarded.
-
-#StringArrayCustomEditor
-CTL_Empty=<empty>
-CTL_Item=&Item:
-ACSD_CTL_Item=N/A
-CTL_ItemList=Item &List
-ACSD_CTL_ItemList=N/A
-CTL_Add_StringArrayCustomEditor=&Add
-ACSD_CTL_Add_StringArrayCustomEditor=N/A
-CTL_Change_StringArrayCustomEditor=&Edit
-ACSD_CTL_Change_StringArrayCustomEditor=N/A
-CTL_Remove=&Remove
-ACSD_CTL_Remove=N/A
-CTL_MoveUp=&Up
-ACSD_CTL_MoveUp=N/A
-CTL_MoveDown=Do&wn
-ACSD_CTL_MoveDown=N/A
-ACSD_StringArrayCustomEditor=N/A
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Non integer input value: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Illegal string kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - valid values are: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Unknown class: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Not a legal value: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Not a recognized URL: {0}
-#
-MSG_NULL_OR_EMPTY=Null, or an empty array
-
-#ObjectEditor
-ACSN_ObjectTree=Available options
-ACSD_ObjectTree=Select an object
-
-#Font Editor
-MSG_AppleBug=If you are seeing this message, an error occured while initializing the list of available fonts.  This is due to a bug in the Apple JVM triggered when bitmap fonts are installed on the system.  In order to use the font editor, you will need to uninstall all bitmap fonts on your system.  See Apple BugReporter issue 3121780 for further details.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_es_CO.properties
deleted file mode 100644
index dda2c25..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_es_CO.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Core
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The basic framework of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the central infrastructure that lets NetBeans-based applications run. It cannot be disabled.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=A {0} exception has occurred.\n\tClick Show Details or see the messages.log file located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-# {0} - class name of exception
-NTF_ExceptionWarning=A {0} exception has occurred.\nHowever, the system should continue working without further problems.\nClick Show Details for the stack trace.
-NTF_ExceptionWarningTitle=Warning
-
-#startup info messages
-MSG_MainWindowInit=Initializing Main Window...
-MSG_WindowShowInit=Opening Main Window...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Saving {0} ...
-MSG_AllSaved=Save All finished.
-
-CTL_Cannot_save=Cannot save {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Password Protected Site
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=View By:
-ShortcutsEditor.actionsButton.text=Actions
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Shortcuts
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Select View by Actions to Edit Shortcuts for an Action
-ShortcutsPanel.addButton.text=Add...
-ShortcutsPanel.removeButton.text=Remove
-ShortcutsPanel.AddActionTitle=New Shortcut
-ActionsPanel.shortcutAddButton.text=Add...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Remove
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Edit Shortcuts
-ActionsPanel.AddShortcut=Add Shortcut
-ActionsPanel.ShortcutLabel=Shortcut:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Select View by Shortcuts, but for Edit Shortcuts should be View by Action selected
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Add New Shortcuts for Actions
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Remove Shortcuts for Actions
-ACSN_ShortcutsPanel.shortcutsList=Shortcuts list
-ACSD_ShortcutsPanel.shortcutsList=N/A
-ACS_ActionsPanel.ShortcutLabel.a11yName=Fill Shorcut
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Fill Shorcut by Keys combination
-ACSN_ActionsPanel.actionsTree=N/A
-ACSN_ActionsPanel.shortcutsList=Shortcuts list
-ACSD_ActionsPanel.actionsTree=N/A
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/A
-ACSD_ActionsPanel.Dialog=Add new shortcut to the selected action
-ACS_ActionsPanel=N/A
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=There is already an action bound to this shortcut ({0}).\nDo you want to use the newly selected action instead?
-
-CTL_ExitTitle=Save
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Save
-ACSD_Save=Save.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=Save &All
-ACSD_SaveAll=Save all.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Discard All
-ACSD_DiscardAll=Discard all.
-EXC_Save=An exception occurred while saving
-# NotifyException
-CTL_Title_Exception=Exception
-CTL_NextException=&Next >
-CTL_PreviousException=< &Previous
-CTL_Exception_Hide_Details=&Hide Details
-CTL_Exception_Show_Details=&Show Details
-ACSD_NextException=N/A
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/A
-
-ACSN_ListOfChangedFiles=List
-ACSD_ListOfChangedFiles=List of changed files for save
-ACSD_ExitDialog=Dialog for save any changes
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI Mode
-CTL_MdiMode=MDI Mode
-
-# NbPlaces
-CTL_NoWorkspaces=No Workspaces
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/A
-ACD_NotifyExcPanel_Dialog=N/A
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT Event Dispatch Thread is blocked for {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Authentication Required
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=&User Name:
-NbAuthenticatorPanel.passwordLbl.text=&Password:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Password for {0}
-
-ProxySettings.password.description=Proxy password
-
-Title_WebBrowser=Web Browser
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_es_CO.properties
deleted file mode 100644
index 7c6646f..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_es_CO.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&About
-About_title=About
-
-#CopyProductInfoAction
-CopyProductInfo=Copy Info
-CopyProductInfoAction=&Copy Info
-CTL_CopyButton_tooltip=Copy NetBeans Product Information to clipboard
-
-#HtmlViewAction
-CTL_OpeningBrowser=Opening Browser ...
-HTMLView=&Web Browser
-
-#SystemExit
-Exit=E&xit
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Next Inner View
-LBL_PreviousViewCallbackAction=Previous Inner View
-
-# jump next/prev actions
-JumpNextAction=Ne&xt Error
-JumpPrevAction=&Previous Error
-
-#LogAction
-MSG_LogTab_name=IDE &Log
-MSG_ShortLogTab_name=IDE Log
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_es_CO.properties
deleted file mode 100644
index a09f6d1..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_es_CO.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Product Version\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>System\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Userdir:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE and NetBeans Platform are based on software from netbeans.org, which has been dual licensed under the Common Development and Distribution License (CDDL) and the GNU General Public License version 2 with Classpath exception. For more information, please visit <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} version {1} running on {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Simple HTML Browser based on a Swing component
-MSG_cannot_create_browser=Cannot create Swing HTML Browser.
-Services/Browsers/SwingBrowser.settings=Swing HTML Browser
-LBL_Close=Close
-MNE_Close=C
-ACSN_Close=Close
-ACSD_Close=Close
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_es_CO.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_es_CO.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_es_CO.properties
deleted file mode 100644
index a1a5857..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_es_CO.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles JNA library.
-OpenIDE-Module-Long-Description=This module bundles JNA library.
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_es_CO.properties
deleted file mode 100644
index a2811ef..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_es_CO.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Scripting API Integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). No longer needed.
-OpenIDE-Module-Deprecation-Message=No longer needed on JDK 6. Remove your dependency on this module.
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_es_CO.properties
deleted file mode 100644
index c68c50d..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_es_CO.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles the JUnit 4.x testing library.
-OpenIDE-Module-Long-Description=Includes the JUnit 4.x unit testing library.
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_es_CO.properties
deleted file mode 100644
index d0acda0..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_es_CO.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi Specification
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_es_CO.properties
deleted file mode 100644
index bcebffa..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_es_CO.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Quick Search
-QuickSearchComboBar.jLabel2.toolTipText=Click or press Shift+F10 for Category selection
-MSG_DiscoverabilityHint=Search
-MSG_DiscoverabilityHint2=Search in {0}
-LBL_MoreResults=...
-LBL_AllCategories=All Categories
-QuickSearchPopup.searchingLabel.text=Searching ...
-QuickSearchPopup.noResultsLabel.text=( No Results )
-QuickSearchPopup.hintLabel.text={0}; Press {1} for All Categories
-AbstractQuickSearchComboBar.command.toolTipText=Quick Search in the system {0}
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_es_CO.properties
deleted file mode 100644
index 912c009..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_es_CO.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Cannot display URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_es_CO.properties
deleted file mode 100644
index 6022c2b..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_es_CO.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=Quick Search API
-OpenIDE-Module-Short-Description=Infrastructure for quick search in menu items, actions, files etc.
-QuickSearch/Recent=Recent Searches
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_es_CO.properties
deleted file mode 100644
index 88982ad..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_es_CO.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=No Filter
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_es_CO.properties
deleted file mode 100644
index d49dc22..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_es_CO.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=ETable and Outline
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_es_CO.properties
deleted file mode 100644
index 47ac55b..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_es_CO.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Look & Feel Customization Library
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles per-look-and-feel UIManager customizations for NetBeans
-OpenIDE-Module-Long-Description=Defines NetBeans-specific values needed in UIManager and ensures that some values available in BasicLookAndFeel are available on all look and feels. Handles metal-theme support, look and feel selection and initializing custom font sizes
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_es_CO.properties
deleted file mode 100644
index ca462d8..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_es_CO.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Tab Control
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=The tab control used by the window system
-OpenIDE-Module-Long-Description=The NetBeans windowing system's tab control bean library
-
-
-
-ACS_TabbedContainer=Tab Control
-ACSD_TabbedContainer=Tab control to switch between tabs.
-
-TT_TabDisplayer_Close=<html>Shift + click to close all documents<br>Alt + click to close other documents
-
diff --git a/l10n/src/es_CO/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_es_CO.properties
deleted file mode 100644
index 79bbf8d..0000000
--- a/l10n/src/es_CO/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_es_CO.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Show Opened Documents List
-
-Tip_Restore_Window=Restore Window
-
-Tip_Maximize_Window=Maximize Window
-
-Tip_Minimize_Window=Minimize Window
-
-Tip_Pin=Pin
-
-Tip_Close_Window=Close Window
-
-Tip_Scroll_Documents_Right=Scroll Documents Right
-
-Tip_Scroll_Documents_Left=Scroll Documents Left
-
diff --git a/l10n/src/es_CO/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_es_CO.properties
deleted file mode 100644
index 682007e..0000000
--- a/l10n/src/es_CO/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_es_CO.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Actions APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Definition of common actions for NetBeans
-OpenIDE-Module-Long-Description=Provides list of common actions used by any NetBeans application.
-
-
-New=&Add
-# {0} name of the only one new type
-NewArg=&Add {0}
-
-# File
-NewFromTemplate=&New
-Save=&Save
-Print=&Print...
-PageSetup=Pa&ge Setup...
-
-#0 undoableedit
-UndoWithParameter=&Undo {0}
-#0 undoableedit
-RedoWithParameter=&Redo {0}
-UndoSimple=&Undo
-RedoSimple=&Redo
-Cut=Cu&t
-Copy=Cop&y
-Paste=&Paste
-Delete=&Delete
-Find=&Find...
-Goto=Go to &Line...
-Replace=R&eplace...
-
-# View
-Properties=&Properties
-View=View
-Edit=Edit
-
-# Build
-Execute=&Execute
-
-# Window
-DockWindow=&Dock View
-UndockWindow=&Undock View
-CloneView=&Clone View
-CloseView=Close
-NextTab=&Next View
-PreviousTab=&Previous View
-
-Open=Open
-Rename=Rename...
-
-MoveUp=Move Up
-MoveDown=Move Down
-
-
-Customize=Customize
-
-#rename action
-CTL_RenameTitle=Rename
-CTL_RenameLabel=&New Name:
-# {0} param represents old name before renaming.
-MSG_BadFormat=This object cannot be renamed from {0} to {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Garbage Collect
-
-#HeapView
-LBL_ShowText=Show Text
-LBL_DropShadow=Drop Shadow
-LBL_OverlayGrid=Overlay Grid
-
-# NewTemplateAction
-CTL_NewName=New Name
-CTL_NewNameTitle=&New
-
-
-#Reorder Action
-Reorder=Change Order...
-
-OpenLocalExplorer=Explore From &Here
-
-WorkspacesItems=&Workspaces
-
-
-# name of template
-CTL_Template_Name=Object &Name:
-# title of dialog
-CTL_Template_Dialog_Title=Instantiate Template
-CTL_Template_Dialog_RootTitle=Save &In:
-
-
-# Tools action
-CTL_Tools=Tools
-CTL_EmptySubMenu=Empty
-
-
-# name of the PopupAction
-Popup=Popup
-
-#SaveAction
-MSG_saved={0} saved.
-EXC_notsaved=There were some problems while saving {0}\nCause: {1}
-#Template wizard title
-CTL_TemplateWizard=New From Template
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Click to force garbage collection
-
-
diff --git a/l10n/src/es_CO/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_es_CO.properties
deleted file mode 100644
index 33f3983..0000000
--- a/l10n/src/es_CO/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_es_CO.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI Utilities API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface utilities.
-OpenIDE-Module-Long-Description=Helper methods for various UI related tasks.
-
-
-
-#MenuBar
-EXC_LoadMenu=Unable to load menu {0}
-EXC_LoadMenuItem=Unable to load menu item {0}
-
-#HtmlBrowser
-CTL_Back=Back
-CTL_Forward=Forward
-CTL_Reload=Reload
-CTL_Stop=Stop
-CTL_Document_done=Document: Done
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Loading
-EXC_Module=Exception during initialization of HTML browser module
-CTL_WebBrowser=Web Browser
-HINT_WebBrowser=Web Browser
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Browser view
-ACSD_HtmlBrowser=N/A
-ACS_HtmlBrowser_Location=Location
-ACSD_HtmlBrowser_Location=N/A
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Horizontal
-SplittedPanelSwap=Swap panels
-ResetSplitter=Reset split line
-ACS_SplittedPanel_Name=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_Description=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_EmptySplitter=N/A
-ACSD_SplittedPanel_EmptySplitter=N/A
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/A
-#Title while loading
-LBL_Loading=Loading...
-#Title if html doesn't contain title tags
-LBL_Untitled=Untitled
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Unknown host: {0}
-FMT_InvalidURL=Invalid URL: {0}
-FMT_NoRouteToHost=No route to host: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Invoking {4} implemented as {3} thru {1}
-
-
-# action and their performers
-Open=Open
-Edit=Edit
-Print=&Print...
-View=View
-Close=Close
-
diff --git a/l10n/src/es_CO/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_es_CO.properties
deleted file mode 100644
index da8a9a5..0000000
--- a/l10n/src/es_CO/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_es_CO.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Compatibility APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Some old classes that are now deprecated.
-OpenIDE-Module-Long-Description=Contains some old API classes that have now been deprecated and can be replaced. Specifically: ExplorerActions; ExplorerPanel; HttpServer; and WeakListener.
-OpenIDE-Module-Deprecation-Message=The classes in this API are all deprecated and can be replaced by more modern APIs.
-
diff --git a/l10n/src/es_CO/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_es_CO.properties
deleted file mode 100644
index 9a2fc83..0000000
--- a/l10n/src/es_CO/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_es_CO.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialogs API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles dialogs and wizards.
-OpenIDE-Module-Long-Description=This module handles the dialog and wizard infrastructure used in NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Error
-NTF_ExceptionTitle=Exception
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=A {0} exception has occurred.\nPlease report this at http://www.netbeans.org/issues.html, including a copy of your messages.log file.\nThe messages.log file is located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-NTF_PlainTitle=Message
-NTF_QuestionTitle=Question
-NTF_InformationTitle=Information
-NTF_WarningTitle=Warning
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Options Align
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Yes
-CTL_NO=No
-CTL_CLOSE=Close
-
-CTL_CANCEL=Cancel
-ACSD_CANCEL=n/a
-
-CTL_NEXT=Next >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Moves to next step of the wizard.|2#Next step: {0}. {1}}
-
-CTL_PREVIOUS=< &Back
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Moves to previous step of the wizard.|0#Previous step: {0}. {1}}
-
-CTL_FINISH=&Finish
-ACSD_FINISH=n/a
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Input line
-ACSD_InputField=N/A
-ACN_NotifyDescriptor_MessageJTextArea=N/A
-ACD_NotifyDescriptor_MessageJTextArea=N/A
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} wizard ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} of {1}
-CTL_ContentName=Steps
-CTL_HelpName=Help
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Please wait.
-
diff --git a/l10n/src/es_CO/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_es_CO.properties
deleted file mode 100644
index 12de534..0000000
--- a/l10n/src/es_CO/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_es_CO.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Execution API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Execution API from the Open APIs.
-OpenIDE-Module-Long-Description=Consists of parts of the org.openide.execution.* package from the Open APIs.
-
diff --git a/l10n/src/es_CO/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_es_CO.properties
deleted file mode 100644
index 232fdd3..0000000
--- a/l10n/src/es_CO/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_es_CO.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Explorer & Property Sheet API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Various view for displaying node structures.
-OpenIDE-Module-Long-Description=Allows definition of new views that display structures created using Nodes API.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorer [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Could not restore Explorer window; the root node "{0}" could not be restored correctly.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=An Explorer view must not veto the empty selection.
-EXC_ContextMustBeWithinRootContext=An explored context ({0}) must be within the root context ({1}).
-EXC_NodeCannotBeNull=Cannot use null for node selection.
-EXC_NoElementOfNodeSelectionMayBeNull=No element of a node selection may be null.
-EXC_NodeSelectionCannotContainNodes=A node selection cannot contain nodes ({0}) not underneath the root ({1}).
-EXC_CannotHaveNullRootContext=Cannot have null root context.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Are you sure you want to delete {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Are you sure you want to delete {0} and all of its contents?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Are you sure you want to delete these {0} items?
-MSG_ConfirmDeleteObjectTitle=Confirm Object Deletion
-MSG_ConfirmDeleteFolderTitle=Confirm Package Deletion
-MSG_ConfirmDeleteObjectsTitle=Confirm Multiple Object Deletion
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Are you sure you want to delete {0} (link to {3})?
-MSG_ConfirmDeleteShadowTitle=Confirm Link Deletion
-
-
diff --git a/l10n/src/es_CO/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_es_CO.properties
deleted file mode 100644
index b57c865..0000000
--- a/l10n/src/es_CO/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_es_CO.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Exception in
-PS_Editor=Property Editor
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Array of
-FMT_ErrorSettingProperty=The property could not be set. {0} is not a valid value for {1}.
-FMT_CannotUpdateProperty={0} is not a valid value for {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(No Property Editor)
-CTL_NoProperties=<No Properties>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Properties
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Sort by Category
-ACS_CTL_NoSort=Sort by Category
-CTL_AlphaSort=Sort by Name
-ACS_CTL_AlphaSort=Sort by Name
-CTL_TypeSort=Sort by Type
-ACS_CTL_TypeSort=Sort by Type
-CTL_VisibleWritableOnly=Show Editable Properties Only
-ACS_CTL_VisibleWritableOnly=Show Editable Properties Only
-CTL_Customize=Customizer
-ACS_CTL_Customize=Customizer
-CTL_Help=Help
-ACS_CTL_Help=Help
-ACSD_CTL_Help=Provides help about the object whose properties are displayed in the property sheet
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Using property >>{0}<< at design time throws an exception.
-
-#PropertySheet
-CTL_Property_sheet_option=Property Sheet
-
-
-#IndexedPropertyEditor
-CTL_NoItem=No Item Available
-CTL_Index=Property Index:
-CTL_Unknown=Unknown
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=N/A
-CTL_Cancel=Cancel
-ACSD_CTL_Cancel=N/A
-CTL_Close=Close
-ACSD_CTL_Close=N/A
-CTL_Default=Reset to &Default
-ACSD_CTL_Default=N/A
-CTL_Paste=Paste
-
-#PropertyDetails
-EXC_Setter=Exception in setter method of property: {0}
-EXC_Setter_localized=Exception in setter method of property {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<no custom editor>
-CTL_No_property_editor=<no property editor>
-CTL_Different_Values=<Different Values>
-CTL_Desc_Different_Values=The selected nodes have different values for this property.
-CTL_No_properties=<No Properties>
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-CTL_ElipsisHint=Invokes customizer.
-CTL_InvalidValue=Invalid value: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Invalid value {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Type: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Properties
-CTL_New=&New
-CTL_Delete=&Delete
-CTL_MoveUp=Move &up
-CTL_MoveDown=Move &down
-CTL_HideDetails=&Hide Details
-CTL_ShowDetails=&Show Details
-EXC_ErrorInIndexedSetter=Indexed property value cannot be set
-
-ACSD_Properties=N/A
-ACSD_New=N/A
-ACSD_Delete=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_HideDetails=N/A
-ACSD_ShowDetails=N/A
-ACSD_IndexedEditorPanel=N/A
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Names
-COLUMN_VALUES=Values
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<unreadable>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Error setting value
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Unknown Sorting Mode
-
-#Button labels for property dialogs
-ok=Ok
-default=Restore default value
-cancel=Cancel
-close=Close
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Description
-ACSD_Description=Description of the currently selected property
-ACS_DescriptionTitle=Property name
-ACSD_DescriptionTitle=Name of the property currently being edited
-CTL_NO_DESCRIPTION=No description available.
-CTL_NO_SELECTION=Nothing selected
-ACS_Splitter=Splitter
-ACSD_Splitter=Visual divider between the properties table and the description area.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=The property
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} equals {1}
-FMT_ACST_SheetSet=Property group {0}
-ACST_No_Selection=Nothing selected
-CTL_Multiple_Selection=Multiple objects selected
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Click, or select and press CTRL-SPACE to open custom editor; right click for menu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Show Description Area
-CTL_HideDescription=Hide Description Area
-CTL_RestoreDefaultValue=Restore Default Value
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Properties
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=this property
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Illegal number format: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Custom editor: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Properties table
-ACSN_SHEET_TABBED_PANE=Property categories
-ACSD_SHEET_TABLE=Table of editable properties representing the current object
-ACSD_SHEET_TABBED_PANE=Can select different sets of properties of the current object to display in the property sheet
-
-LBL_QUICKSEARCH=Quick Search:
-
-MSG_SetAsText_InvalidValue=Invalid value: {0}
-
diff --git a/l10n/src/es_CO/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_es_CO.properties
deleted file mode 100644
index 384f38e..0000000
--- a/l10n/src/es_CO/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_es_CO.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Empty
-MenuViewStartFromRoot=Browse from root
-MenuViewStartFromCurrent=Browse from current point
-
-# TabView
-TabView_RootTab=Root
-
-# TreeView
-VetoSelectedNodes=Selected Nodes
-LBL_QUICKSEARCH=Search:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=This object cannot be renamed from {0} to {1}.
-ACSN_TreeViewCellEditor=Rename editor
-ACSD_TreeViewCellEditor=In-place editor of node name in the tree view
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=Target did not accept the content of the transfer.
-
-MSG_ABORT=Cancel
-
-#TableSheet
-ACS_TableSheet=Table of properties
-ACSD_TableSheet=N/A
-ACS_NullPanel=No property
-# {0} - bean
-ACSD_NullPanel=No property. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Type: {1} Bean: {2}
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Change Visible Columns
-LBL_ColumnDialogDesc=Choose the Columns to Display in the List
-LBL_ListOptions=List Options
-LBL_ChangeColumns=Change Visible Columns...
-LBL_SortMenu=Sort
-LBL_Ascending=Ascending
-LBL_Descending=Descending
-LBL_ColsMenu=Column
-LBL_MoveLeft=Move Left
-LBL_MoveRight=Move Right
-MSG_NoColumnsToChange=There are no columns to change their visibility.
-LBL_NoSort=None
-ACSN_ColumnDialog=Change Visible Columns
-ACSD_ColumnDialog=Choose the Columns to Display in the List
-
-#a11y
-ACSN_TreeTable=N/A
-ACSD_TreeTable=N/A
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Show only rows where
-
-CTL_ColumnsSelector=Change Visible Columns
-ACN_ColumnsSelector=Columns Selector
-ACD_ColumnsSelector=Select visible columns
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Choose the Columns to Display in the List
-NodeOutlineModel_NodesColumnLabel=Nodes
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Accessing {0} without Children.MUTEX read access
-
diff --git a/l10n/src/es_CO/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_es_CO.properties
deleted file mode 100644
index 5b6a2d4..0000000
--- a/l10n/src/es_CO/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_es_CO.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Invalid XML document:
-
-W-003=Warning: XML parser does not support lexical-handler feature.
-
diff --git a/l10n/src/es_CO/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_es_CO.properties
deleted file mode 100644
index 6fc7ed7..0000000
--- a/l10n/src/es_CO/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_es_CO.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=File System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Virtual File System API.
-OpenIDE-Module-Long-Description=Allows access to file like resources in a way independent on actual OS files. Supports notification of changes on disk.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Invalid {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=Root {0} does not exist.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=File {0} in {1} is read-only.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Cannot create file {0} because {1} on filesystem {2} is not a folder.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Slash in folder name "{0}" not allowed.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Folder {0} already exists in {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Cannot create folder {0} in {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=File {0} already exists in filesystem {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Invalid lock [{0}] for file {1} in {2} with current lock [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Cannot modify filesystem.attributes file:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=File {1} cannot be found in folder {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} is read-only.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} is read-only because it is inside {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=File {0} does not exist.
-
-# {0} = name of zip file 
-EXC_CanntRead=Cannot read from file {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Error in file {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Error in JAR file {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Unknown JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Multi-Filesystem
-EXC_FileOutsideModified=File {0} not found. Another application may have moved the file or changed the name.
-XML_NotValidXMLFileSystem=Invalid XML FileSystem.
-EXC_DefAttrReadErr=Cannot read DefaultAttributes.
-EXC_UnreachableCode=Internal error: unreachable code.
-
-EXC_FolderCopy=Folder copying not supported.
-XML_RootInvalid=FileSystem element must be the root element.
-XML_MisssingAttr=Attribute \"name\" is missing
-XML_InaccurateParam=Inaccurate number of parameters
-XML_UnknownElement=Unknown element.
-XML_DuplElement=Duplicated FileObject:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} in {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Opening stream for {0}
-
diff --git a/l10n/src/es_CO/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_es_CO.properties
deleted file mode 100644
index 8242ead..0000000
--- a/l10n/src/es_CO/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_es_CO.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=I/O APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Open APIs relating to displaying output.
-OpenIDE-Module-Long-Description=Contains classes from org.openide.windows.* relating to creating output tabs, displaying output, and hyperlinking it.
-
diff --git a/l10n/src/es_CO/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_es_CO.properties
deleted file mode 100644
index eb27421..0000000
--- a/l10n/src/es_CO/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_es_CO.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=This module binds the Datasystems API with Scripting API. As a result it is possible to use any scripting and templating language to generate templates.
-OpenIDE-Module-Name=Advanced Templating
-OpenIDE-Module-Short-Description=Advanced Templating not only for Datasystems
-
diff --git a/l10n/src/es_CO/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_es_CO.properties
deleted file mode 100644
index 3f2aa56..0000000
--- a/l10n/src/es_CO/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_es_CO.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Datasystems API
-OpenIDE-Module-Short-Description=NetBeans Open API for manipulating data objects.
-OpenIDE-Module-Long-Description=The Datasystems API is a layer atop the Filesystems API which recognizes and groups data objects and gives them particular semantics. Once a part of the general Open APIs, it is now split into an independent module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-#DefaultDataObject
-HINT_DefaultDataObject=Unrecognized File
-
-EXC_SharedAccess=Shared access
-
-#Folder.Index
-EXC_ReorderFailed=Cannot save new ordering.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Cannot delete file {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Link to {3}
-
-PROP_ShadowOriginalName=Original Name
-HINT_ShadowOriginalName=Name of the object this link refers to.
-PROP_ShadowOriginalFileSystem=Original Filesystem Name
-HINT_ShadowOriginalFileSystem=Name of the filesystem of the original object.
-
-# DataNode
-PROP_name=Name
-HINT_name=Name of this object.
-PROP_template=Template
-HINT_template=If True, this object is a template (can make instances of itself).
-PROP_files=All Files
-HINT_files=A list of files represented by this object.
-PROP_size=File Size
-HINT_size=Length of this file in bytes. (Only applies to the first file listed in All Files.)
-PROP_lastModified=Modification Time
-HINT_lastModified=When this file was last modified. (Only applies to the first file listed in All Files.)
-PROP_extension=Extension
-HINT_extension=Primary file extension.
-ERROR_extension=Cannot change extension. File is modified.
-
-# name of set with sorting options
-PROP_sorting=Sorting
-HINT_sorting=Sorting and ordering settings.
-
-#
-# folder sort mode property
-PROP_sort=Sort Mode
-HINT_sort=Determines how objects in the package should be sorted.
-# SortModeEditor
-VALUE_sort_none=Unsorted
-VALUE_sort_names=By Name
-VALUE_sort_class=By Type
-VALUE_sort_folder_names=By Name (Packages First)
-VALUE_sort_last_modified=By Modification Time
-VALUE_sort_size=By File Size
-
-
-#
-# Names of paste types
-#
-PT_move=&Move
-PT_copy=&Copy
-PT_instantiate=&Instantiate
-PT_shadow=Create &Link
-PT_serialize=&Serialize
-PT_instance=&Default instance
-
-# 
-SerializeBean_Text=&Name of file to serialize the instance to
-SerializeBean_Title=Instance Serialization
-
-#
-# new folder
-#
-CTL_NewFolder=Folder
-CTL_NewFolderName=&Name:
-CTL_NewFolderTitle=Create New Folder
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=File {0} already exists in folder {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Folder {0} already exists in folder {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=The file {1} seems to be too large ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) to safely open. \nOpening the file could cause OutOfMemoryError, which would make the IDE unusable. Do you really want to open it?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML Configuration Files
-PROP_XmlError=Error (recoverable)
-PROP_XmlWarning=Warning
-PROP_XmlFatalError=FATAL ERROR
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Cannot create folder; {0} is not a valid name.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Cannot copy {0}: The destination folder is the same as the source folder.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Cannot copy {0}: The destination folder is a subfolder of the source folder.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=New Wizard - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=New Wizard
-LAB_TemplateChooserPanelName=Choose Template
-LAB_SelectTemplateBorder=&Select a Template:
-MSG_NoDescription=No description
-MSG_InitDescription=Initializing description...
-LAB_TemplateDescriptionBorder=&Template Description:
-LAB_TargetLocationPanelName=Target Location
-LAB_TargetLocationDescription=Please select a folder for the newly created object or enter the folder name below:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/A
-ACSD_TemplateWizard1=N/A
-
-CTL_NewObjectName=&Name\:
-ACSD_NewObjectName=N/A
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/A
-
-LBL_settingsNodeName=Settings
-EXC_folder_delete_failed=Could not remove source folder while moving.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<top folder> [{0}]
-FMT_DefaultNewObjectName=<default name>
-
-LBL_shadow_loader_display_name=Links
-LBL_folder_loader_display_name=Folders
-LBL_default_loader_display_name=Unrecognized Objects
-LBL_instance_loader_display_name=Action Instances
-
-FMT_CannotCopyDo=Warning: Object {0} cannot be copied.
-FMT_CannotMoveDo=Warning: Object {0} cannot be moved.
-
-# InstanceDataObject
-LBL_separator_instance=(separator)
-PROP_instance_class=Class Name
-HINT_instance_class=Java class name of the object being represented.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=There are problems with saving the {0} bean.
-
-FMT_brokenShadowName={0} (Broken Link)
-HINT_brokenShadowOriginalName=Broken Link
-PROP_brokenShadowOriginalName=Broken Link
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Broken Link Filesystem
-HINT_brokenShadowFileSystem=Broken Link Filesystem
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Unrecognized setting>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Data Object Copy Flavor
-LBL_DOcut=Data Object Cut Flavor
-#NewObjectPanel
-LAB_NewObjectPanelName=New Object Name
-FMT_DefaultNewObject=<default>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=The popup menu for objects of type {0} could not be restored; using default settings.
-LBL_loader_display_name=Loader
-
-MSG_renameError=This object cannot be renamed from {0} to {1}.
-MSG_NotValidName=Cannot give {0} an empty name.
-ERR_NoFilesystem=No enabled filesystem. Make sure that you have at least one filesystem that is not read-only and is not hidden.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=The target filesystem or folder does not exist.
-MSG_fs_is_readonly=The target filesystem is read-only.
-# {0} - name of the existing file
-MSG_file_already_exist=The file {0} already exists.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Filesystem Action
-#InstantiateAction
-Instantiate=Instantiate
-#SaveAsTemplateAction
-SaveAsTemplate=Save As Template...
-Title_SaveAsTemplate=Save As Template
-CTL_SaveAsTemplate=&Select the category in which the new template will appear:
-CTL_SaveAsTemplate_TemplatesRoot=Templates
-SaveAll=Save &All
-HINT_SaveAll=Save all files (if the Compile on Save feature is on, this will also compile/build your files)
-# FileSystemRefreshAction
-LAB_Refresh=Refresh Folder
-# NewTemplateAction
-EXC_TemplateFailed=Creation of the object from template failed.
-NewTemplate=&New
-NewTemplateAction=All Templates...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Empty
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Opening {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=File {0} is modified. Save it ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modified)
-TIP_editor_ro=\ (read-only)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=File {0} was changed to read-only! All changes will be discarded.
-MSG_FileReadOnlySaving=File {0} was changed to read-only! Can not save it.
-MSG_FileReadOnlyChanging=File {0} was changed to read-only!
-
-
-MSG_BinaryFileQuestion=This file appears to contain binary data. Are you sure you want to open it in the text editor?
-MSG_BinaryFileWarning=Binary File Detected
-
-CTL_SaveAsAction=Sa&ve As...
-MSG_SaveAsFailed=There were some problems while saving {0}\nCause: {1}
-LBL_SaveAsTitle=Save As
-MSG_CannotCreateTargetFolder=Cannot create the target folder.
-MSG_SaveAs_SameFileSelected=Select a different file name please.
-MSG_SaveAs_SameFileSelected_Title=Save As
-
diff --git a/l10n/src/es_CO/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_es_CO.properties
deleted file mode 100644
index 8c2a8c0..0000000
--- a/l10n/src/es_CO/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_es_CO.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=APIs for getting information about installed modules.
-OpenIDE-Module-Long-Description=Allows to get list of installed modules, inspect their properties and dependencies.
-
diff --git a/l10n/src/es_CO/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_es_CO.properties
deleted file mode 100644
index c6edc21..0000000
--- a/l10n/src/es_CO/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_es_CO.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Nodes API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for defining generic tree-like structures.
-OpenIDE-Module-Long-Description=Provides abstraction over tree-like structures by defining Node - the generic extensible interface that can then be displayed by the Explorer API.
-
-
-
-#Sheet
-Properties=Properties
-Expert=Expert
-HINT_Properties=Properties of this object.
-HINT_Expert=Expert properties of this object.
-
-#indexed customizer
-LAB_order=Change Order
-LAB_listOrder=Show these fields in this order:
-LAB_listOrder_Mnemonic=S
-Button_close=Close
-Button_close_Mnemonic=C
-Button_up=Move up
-Button_up_Mnemonic=U
-Button_down=Move down
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/A
-ACSD_Button_up=N/A
-ACSD_Button_down=N/A
-ACSD_ListOrder=N/A
-ACSD_IndexedCustomizer=N/A
-
-#PropertySupport
-CTL_StandardName=Name
-CTL_StandardHint=Name of the object.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Paste Node
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copy Index
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Please Wait...
-
diff --git a/l10n/src/es_CO/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_es_CO.properties
deleted file mode 100644
index 1b27750..0000000
--- a/l10n/src/es_CO/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_es_CO.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Settings Options API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for storing preferences.
-OpenIDE-Module-Long-Description=Provides classes that simplify storage of settings between multiple invocation of NetBeans based application.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.NbPreferences instead.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/es_CO/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_es_CO.properties
deleted file mode 100644
index 8f9a4b7..0000000
--- a/l10n/src/es_CO/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_es_CO.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Text API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Generic API wrapping Swing based EditorKits.
-OpenIDE-Module-Long-Description=Provide support for defining components that embed Swing text editors.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Print Settings
-CTL_Header_format = Printing {2} at {1}
-CTL_Footer_format = Page {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Page Format
-HINT_PAGE_FORMAT=Page Format
-PROP_WRAP=Wrap Lines
-HINT_WRAP=Should lines be wrapped?
-PROP_HEADER_FORMAT=Page Header Format
-
-HINT_HEADER_FORMAT=For example, "Top of page {0} (printed on date {1}) of file {2}".
-PROP_FOOTER_FORMAT=Page Footer Format
-HINT_FOOTER_FORMAT=For example, "Bottom of page {0} (printed on date {1}) of file {2}".
-PROP_HEADER_FONT=Page Header Font
-HINT_HEADER_FONT=Set the page header font.
-PROP_FOOTER_FONT=Page Footer Font
-HINT_FOOTER_FONT=Set the page footer font.
-PROP_HEADER_ALIGNMENT=Page Header Alignment
-HINT_HEADER_ALIGNMENT=Page Header Alignment - LEFT, CENTER, RIGHT.
-PROP_FOOTER_ALIGNMENT=Page Footer Alignment
-HINT_FOOTER_ALIGNMENT=Page Footer Alignment - LEFT, CENTER, RIGHT.
-PROP_LINE_ASCENT_CORRECTION=Line Ascent Correction
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplier to correct the line ascent.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTER
-CTL_RIGHT = RIGHT
-CTL_LEFT = LEFT
-
-# Cancellation
-CTL_Print_progress=Page number {0} was printed.
-CTL_Print_cancellation=Print Job Progress
-CTL_Cancel=Cancel
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Current printer job was aborted.
-EXC_Printer_Problem=Printer problem: {0}
-EXC_ReadOnlyFile=File {0} is read-only.
-EXC_LoadDocument=The document {0} could not be loaded.
-LBL_EditorLoading=Loading...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Question
-CTL_Save=Save
-ACSN_CTL_Save=N/A
-ACSD_CTL_Save=N/A
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Discard
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/A
-ACSD_CTL_Discard=N/A
-
-# PositionBounds
-MSG_Empty_string=Unable to insert empty string
-#editor support warning message
-FMT_FileNotFound=Warning: File {0} was not found or could not be accessed.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=File {0} was modified externally. Reload it?
-FMT_External_change_write=File {0} was modified externally. Overwrite it?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=You have specified an invalid file. Check the path.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor for {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor for {0}
-TITLE_SourceButton=Source
-
-
diff --git a/l10n/src/es_CO/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_es_CO.properties
deleted file mode 100644
index 789339d..0000000
--- a/l10n/src/es_CO/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_es_CO.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Old Enumeration API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enumeration API that is in wrong package.
-OpenIDE-Module-Long-Description=Enumeration API that is in wrong package, org.openide.util.enum and as such it cannot be compiled with Java 1.5, because enum is a keyword. Is replaced by class org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.Enumerations instead of this module.
-
diff --git a/l10n/src/es_CO/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_es_CO.properties
deleted file mode 100644
index 8f05e23..0000000
--- a/l10n/src/es_CO/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_es_CO.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Lookup
-
diff --git a/l10n/src/es_CO/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_es_CO.properties
deleted file mode 100644
index 3756be4..0000000
--- a/l10n/src/es_CO/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_es_CO.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# 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.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#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
-
diff --git a/l10n/src/es_CO/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_es_CO.properties
deleted file mode 100644
index 3c24802..0000000
--- a/l10n/src/es_CO/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_es_CO.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Multiple Objects Flavor
-
-Create=Create
-Paste=Paste
-
diff --git a/l10n/src/es_CO/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_es_CO.properties b/l10n/src/es_CO/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_es_CO.properties
deleted file mode 100644
index c8fb9b0..0000000
--- a/l10n/src/es_CO/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_es_CO.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Window System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for managing components on a screen.
-OpenIDE-Module-Long-Description=Provides OS and MDI/SDI neutral abstraction API over concept of components that are displayed to the user.
-
-
-
-# name of empty workspace
-None=None
-
-#CloneableTopComponent
-EXC_CannotAssign=Cannot assign component to EMPTY
-
-#TopComponent
-EXC_UnknownOperation=Unknown close operation
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Invoking {2} implemented as {3} with {0}
-
diff --git a/l10n/src/es_CO/platform/print/print/org/netbeans/modules/print/action/Bundle_es_CO.properties b/l10n/src/es_CO/platform/print/print/org/netbeans/modules/print/action/Bundle_es_CO.properties
deleted file mode 100644
index 33c9b24..0000000
--- a/l10n/src/es_CO/platform/print/print/org/netbeans/modules/print/action/Bundle_es_CO.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Pa&ge Setup...
-
-# PrintAction
-TLT_Print_Action=Print
-MNU_Print_Action=&Print...
-ACT_Print_Action=Print - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/es_CO/platform/print/print/org/netbeans/modules/print/resources/Bundle_es_CO.properties b/l10n/src/es_CO/platform/print/print/org/netbeans/modules/print/resources/Bundle_es_CO.properties
deleted file mode 100644
index b00ce5f..0000000
--- a/l10n/src/es_CO/platform/print/print/org/netbeans/modules/print/resources/Bundle_es_CO.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Print
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of print module.
-OpenIDE-Module-Long-Description=Implementation of print module.
-
-# layer.xml
-Actions/File=File
-
diff --git a/l10n/src/es_CO/platform/print/print/org/netbeans/modules/print/ui/Bundle_es_CO.properties b/l10n/src/es_CO/platform/print/print/org/netbeans/modules/print/ui/Bundle_es_CO.properties
deleted file mode 100644
index 556818f..0000000
--- a/l10n/src/es_CO/platform/print/print/org/netbeans/modules/print/ui/Bundle_es_CO.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Printer problem: {0}
-LBL_Page_Setup_Button=Page &Setup
-TLT_Page_Setup_Button=Invokes the Page Setup dialog
-LBL_Print_Option_Button=Print &Options
-TLT_Print_Option_Button=Invokes the Print Options dialog
-LBL_Print_Button=&Print
-TLT_Print_Button=Invokes the Print dialog
-LBL_Close_Button=&Close
-TLT_Close_Button=Closes the Print Preview dialog
-LBL_Print_Preview=Print Preview
-LBL_Fit_to_Width=Fit to Width
-LBL_Fit_to_Height=Fit to Height
-LBL_Fit_to_All=Show All Pages
-
-TLT_First=&First page (Alt+F)
-TLT_Previous=P&revious page (Alt+R)
-TLT_Next=&Next Page (Alt+N)
-TLT_Last=&Last Page (Alt+L)
-TLT_Fit=Change &Scale (Alt+S)
-TLT_Zoom_In=Zoom &In (Alt+I)
-TLT_Zoom_Out=Zoom O&ut (Alt+U)
-TLT_Toggle=Show &Multiple Pages (Alt+M)
-TLT_Goto=<html><body> <b>Navigation:</b> <br> press <code>/</code> or <code>F</code> to show first page <br> press <b><code>-</code></b> or <code>G</code> to show previous page <br> press <b><code>+</code></b> or <code>K</code> to show next page <br> press <code>*</code> or <code>L</code> to show last page </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Print Options
-LBL_Border=Border
-LBL_Print_Border=Print &Border
-LBL_Print_Header=Print Hea&der
-LBL_Print_Footer=Print &Footer
-LBL_Choose_Font=Choose Font
-LBL_Choose_Color=Choose Color
-LBL_Insert_Macros=Insert Macro:
-LBL_Text=Text
-LBL_Line_Numbers=Line N&umbers
-LBL_Wrap_Lines=&Wrap Lines
-LBL_Use_Font=Use Font Attributes // &X
-LBL_Use_Color=Use Color Attributes // &Q
-LBL_As_Editor=Print as in Editor // &J
-LBL_Selection=Print &Selection
-LBL_Line_Spacing=Line S&pacing:
-LBL_Text_Font_and_Color=Text Font and Colo&r:
-LBL_Background_Color=Back&ground Color:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Header and Footer
-LBL_Apply=&Apply
-LBL_Left=Left:
-LBL_Center=Center:
-LBL_Right=Right:
-
-ERR_Zoom_Value_Is_Invalid=Zoom value is invalid!
-ERR_Header_Size_Is_Too_Big=Header Size is too big!
-ERR_Footer_Size_Is_Too_Big=Footer Size is too big!
-ERR_Page_Number_Is_Invalid=Number of pages is invalid!
-ERR_Page_Number_Is_Too_Big=Number of pages is too big!
-
-TLT_Apply=Applies changes
-TLT_Border_Color=Choose Border &Color (Alt+C)
-TLT_Header_Font=Choose Header Fo&nt (Alt+N)
-TLT_Header_Color=Choose Header C&olor (Alt+O)
-TLT_Footer_Font=Choose Footer Fon&t (Alt+T)
-TLT_Footer_Color=Choose Footer Co&lor (Alt+L)
-TLT_Text_Font=Choose Text Font (Alt+K) // &K
-TLT_Text_Color=Choose Text Colo&r (Alt+R)
-TLT_Background_Color=Choose Background Color // &G
-TLT_Print_Zoom=Adjusts the print zoom
-TLT_Use_Font=Use Font (Alt+X)
-TLT_Use_Color=Use Color (Alt+Q)
-TLT_As_Editor=Show as in Editor (Alt+J)
-TLT_Selection=Print Selection
-
-LBL_Pages=page(s)
-LBL_Fit_Width_to=F&it Width to:
-TLT_Fit_Width_to=Fit Width to
-LBL_Fit_Height_to=Fit H&eight to:
-TLT_Fit_Height_to=Fit Height to
-LBL_Zoom_to=&Zoom to:
-TLT_Zoom_to=Zoom to
-LBL_Fit_to_Page=Fit to Page // &Y
-TLT_Fit_to_Page=Fit to Page (Alt+Y)
-
diff --git a/l10n/src/es_CO/platform/print/print/org/netbeans/modules/print/util/Bundle_es_CO.properties b/l10n/src/es_CO/platform/print/print/org/netbeans/modules/print/util/Bundle_es_CO.properties
deleted file mode 100644
index e1670a5..0000000
--- a/l10n/src/es_CO/platform/print/print/org/netbeans/modules/print/util/Bundle_es_CO.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} of {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=The name of printed component
-ROW=The row number
-COLUMN=The column number
-USER=The user name
-COUNT=The count of pages
-MODIFIED_DATE=Date of the last modification
-MODIFIED_TIME=Time of the last modification
-PRINTED_DATE=Date of printing
-PRINTED_TIME=Time of printing
-
diff --git a/l10n/src/es_CO/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_es_CO.properties b/l10n/src/es_CO/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_es_CO.properties
deleted file mode 100644
index cbffb7f..0000000
--- a/l10n/src/es_CO/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_es_CO.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization.
-OpenIDE-Module-Long-Description=Provides a view of all running tasks and may permit them to be cancelled, etc.
-
-NbProgressBar.tooltip1={0} tasks running. Click for details.
-NbProgressBar.tooltip2={0} task running. Click for details.
-ListComponent.btnClose.tooltip=Click to cancel process
-ListComponent.bar.tooltip=Click to watch the process
-Cancel_Question=Are you sure you want to cancel {0}?
-Cancel_Question_Title=Cancel Running Task
-StatusLineComponent.ShowProcessList=Show Processes
-StatusLineComponent.Cancel=Cancel Process
-StatusLineComponent.View=Show Output
-ListComponent.Watch=Watch Process
-
-RunOffAWT.TITLE_Operation=Lengthy operation in progress
-RunOffAWT.BTN_Cancel=Cancel
-
-# ProgressListAction
-CTL_ProcessListAction=&Processes
-
-# CancelAction
-CTL_CancelAction=Cancel Process
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Click to cancel process
-ModalDialog.btnClose.text=Cancel
-ModalDialog.btnClose.accessibleName=Cancel
-ModalDialog.btnClose.accessibleDescription=Cancels the current process
-
-
diff --git a/l10n/src/es_CO/platform/queries/queries/org/netbeans/modules/queries/Bundle_es_CO.properties b/l10n/src/es_CO/platform/queries/queries/org/netbeans/modules/queries/Bundle_es_CO.properties
deleted file mode 100644
index a911402..0000000
--- a/l10n/src/es_CO/platform/queries/queries/org/netbeans/modules/queries/Bundle_es_CO.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=General Queries API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Acts as a general communication channel between modules.
-OpenIDE-Module-Long-Description=Hosts queries which are not particularly domain-specific. Permits different modules to obtain information about files in a flexible way.
-
diff --git a/l10n/src/es_CO/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_es_CO.properties b/l10n/src/es_CO/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_es_CO.properties
deleted file mode 100644
index 37a2eaa..0000000
--- a/l10n/src/es_CO/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_es_CO.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=Option {0} needs an argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Option {0} cannot be used together with option {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Need at least one of {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Need to use also {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=Option {0} needs also option {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/es_CO/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_es_CO.properties b/l10n/src/es_CO/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_es_CO.properties
deleted file mode 100644
index 49008f8..0000000
--- a/l10n/src/es_CO/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_es_CO.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Command Line Parsing API
-OpenIDE-Module-Short-Description=GetOpts compliant API for parsing command line
-OpenIDE-Module-Long-Description=GetOpts compliant API to parse command line. It is focused on the case when each part of the command line is going to be parsed by different module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-MSG_OptionsHeader=\nAdditional Module(s) Option(s):\n
-
diff --git a/l10n/src/es_CO/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_es_CO.properties b/l10n/src/es_CO/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_es_CO.properties
deleted file mode 100644
index 1fa0c1d..0000000
--- a/l10n/src/es_CO/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_es_CO.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Settings API
-OpenIDE-Module-Short-Description=A library for storing settings in custom formats.
-OpenIDE-Module-Long-Description=This module provides the Settings API for storing module-defined settings in custom formats. It also provides several useful settings format implementations.
-OpenIDE-Module-Display-Category=Infrastructure
-
diff --git a/l10n/src/es_CO/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_es_CO.properties b/l10n/src/es_CO/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_es_CO.properties
deleted file mode 100644
index 23065ae..0000000
--- a/l10n/src/es_CO/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_es_CO.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=A module that provides a new API to replace NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=Actions SPI (Experimental)
-OpenIDE-Module-Short-Description=Replacements for NodeAction, CookieAction, etc.
-
diff --git a/l10n/src/fil_PH/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_fil_PH.properties
deleted file mode 100644
index 99eccc5..0000000
--- a/l10n/src/fil_PH/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module Build Harness
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Short-Description=Lets you build external plug-in modules from sources.
-OpenIDE-Module-Long-Description=This is the build harness used to develop NetBeans modules (with or without the IDE). It is normally used implicitly by NetBeans module projects. For technical documentation, see harness/README.
-
diff --git a/l10n/src/fil_PH/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_fil_PH.properties
deleted file mode 100644
index 407d12b..0000000
--- a/l10n/src/fil_PH/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Long-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.\nRun 'display-coverage-report' target on a project to measure results and display report in external browser.\nFor integration with Module Build Harness.
-OpenIDE-Module-Name=Cobertura Module Test Coverage
-OpenIDE-Module-Short-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.
-
diff --git a/l10n/src/fil_PH/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_fil_PH.properties
deleted file mode 100644
index 6ff69bb..0000000
--- a/l10n/src/fil_PH/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly Tools Platform
-
diff --git a/l10n/src/fil_PH/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_fil_PH.properties
deleted file mode 100644
index 5f4f972..0000000
--- a/l10n/src/fil_PH/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Short-Description=Jemmy test library.
-OpenIDE-Module-Long-Description=A general library for driving automated GUI tests.
-
-
diff --git a/l10n/src/fil_PH/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_fil_PH.properties
deleted file mode 100644
index 99c8813..0000000
--- a/l10n/src/fil_PH/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Long-Description=NetBeans extensions to JUnit including assertGC, assertSize, getWorkDir, LineDiff, etc.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=NetBeans extensions to JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/fil_PH/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_fil_PH.properties
deleted file mode 100644
index 08acd28..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=INSANE heap profiling library.
-OpenIDE-Module-Long-Description=A library for doing live heap analysis of the JVM in which it runs.
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_fil_PH.properties
deleted file mode 100644
index f2cd5fd..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Ant Library
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_fil_PH.properties
deleted file mode 100644
index 6ab3ec0..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=The current platform is not supported.
-I.error.load.engine.properties=Could not load the engine properties file
-
-I.warning.silent.without.state="{1}" option is required when using "{0}". "{0}" will be ignored.
-
-I.error.cannot.create.local.dir=Cannot create local directory: {0}
-I.error.local.dir.is.file=Local directory exists and is a file: {0}
-I.error.no.read.permissions.for.local.dir=Cannot read local directory {0} - not enough permissions
-I.error.no.write.permissions.for.local.dir=Cannot write to local directory {0} - not enough permissions
-
-I.lock.file.exists.dialog.title=NetBeans Installer lock file exists
-I.lock.file.exists.dialog.text=The installer lock file exists at {0}\n\nIt means that either another instance of the installer is already running or the previous installation was not finished correctly.\nIt is not recommended that you run multiple instances at the same time since it can result in installer data corruption.\n\nIf you are sure that no other instance is running at the moment, click "Yes" to proceed otherwise click "No" to exit the installer.\n
-
-I.error.cannot.create.lock.file=Can't create lock for the local registry file
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_fil_PH.properties
deleted file mode 100644
index 8b90466..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Downloading from {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_fil_PH.properties
deleted file mode 100644
index e561bfa..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=The proxy types {0} and {1} conflict
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI cannot be null
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Failed to connect through {0} to {1}
-US.error.failed.configure.proxy=Failed to configure proxy {0} for {1}
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_fil_PH.properties
deleted file mode 100644
index f1cfd59..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Loading local registry [{0}]
-R.error.loading.local.registry.failed.title=Failed to load the local registry
-R.error.loading.local.registry.failed.msg=The local registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.bundled.registry=Loading bundled registry [{0}]
-R.error.loading.bundled.registry.failed.title=Failed to load the bundled registry
-R.error.loading.bundled.registry.failed.msg=The bundled registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.remote.registry=Loading remote registry [{0}]
-R.error.loading.remote.registry.failed.title=Failed to load the remote registry
-R.error.loading.remote.registry.failed.msg=The remote registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.error.cannot.delete.data=Cannot delete the cached installation data
-R.save.local.registry.title=Saving local registry
-R.save.local.registry.detail=Saving to {0}
-
-R.error.missing.target.component.title=Missing target component
-R.error.missing.target.component.msg=The specified target component - {0}/{1}\nwas not found in the registry. The installer\n can continue as if the target component was not specified.\nClick Yes to continue, No to exit the installer.
-
-R.error.validation.title=Validation Problem
-R.error.validation.msg=It seems that the installation of {0} is corrupted.\nThe validation procedure issued the following warning:\n\n{1}\n\nWould you like to mark this product as not installed and continue?\nIf you click No the installer will exit.\n\nNote that these products that depend on {2} will also be disabled:\n{3}
-
-R.error.matching.requirement=No components matching the requirement: {0} requires {1}
-R.error.cyclic.dependency=Cyclic dependency: {0}, {1}
-
-R.loading.registry.properties=Loading registry properties
-R.loading.component=Loading component: uid={0}, version={1}
-R.error.loading.components=Could not load components
-R.error.registry.finalization=Could not finalize registry
-R.error.registry.document.loading=Could not load registry document
-
-R.error.cannot.create.cache.directory=Cannot create local product cache directory {0}
-R.error.cache.is.file=Local product cache directory exists and is a file : {0}
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=Cannot create local registry
-
-R.error.registry.is.dir=Local registry {0} is a directory
-R.error.cannot.read.registry=Cannot read local registry {0} - not enough permissions
-R.error.cannot.write.registry=Cannot write local registry {0} - not enough permissions
-
-R.error.cannot.parse.platform=Cannot parse platform from "{0}"
-R.error.cannot.load.registry=Cannot load registry
-R.error.parser.not.support.schemas=The current parser - {0} - does not support schemas.
-
-R.error.unknown.dependency=Unknown dependency type {0}
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_fil_PH.properties
deleted file mode 100644
index 975bc5b..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=The installation directory {0} is missing.\nMost likely it was deleted manually.
-PCL.validation.directory.file=The installation directory {0} is in fact a file.\nMost likely it was previously deleted manually and overwritten with a file.
-PCL.validation.directory.empty=The installation directory {0} is empty.\nMost likely its contents were deleted manually.
-PCL.validation.directory.null=The installation directory cannot be detected.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Cannot initialize data for {0}
-P.error.cannot.load.logic=Cannot load configuration logic for {0}
-P.error.installdir.not.set=Installation location is not set for {0}
-P.error.installdir.set.empty=Installation location is set to empty string for {0}
-P.error.cannot.create.cache.dir=Cannot create the local cache directory {0} for {1}
-P.error.local.cache.not.dir=The local cache directory {0} for {1} is not a directory
-P.error.cannot.load.product=Could not load product {0}
-P.error.logic.not.yet.downloaded=Configuration logic for {0} is not yet downloaded
-P.error.installation.data.not.cached=Installation data is not cached for {0}
-P.error.cannot.extract.data=Cannot extract installation data for {0}
-P.error.cannot.save.files.list=Cannot save installed files list
-P.error.cannot.get.wizard.components=Cannot get component's wizard components
-P.error.cannot.wrap.for.macos=Cannot create directory hierarchy for MacOS Application
-P.error.cannot.get.files.list=Cannot get the installation files list
-P.error.cannot.delete.files.list=Cannot delete installed files list
-P.error.cannot.delete.file=Cannot delete the file
-P.error.cannot.remove.from.system=Cannot remove {0} from the system install manager
-P.error.not.enough.space=Cannot extract installation data -- not enough disk space in the target directory.
-P.error.cannot.clear.cache=Cannot clear installation data cache file {0}
-P.error.system.integartion.failed=Integration of {0} with the system package manager failed
-
-P.message.installation=Installing {0}
-P.message.uninstallation=Uninstalling {0}
-P.message.configuration=Configuring {0}
-P.message.unconfiguration=Unconfiguring {0}
-P.message.legal.artifacts=Creating legal artifacts
-P.message.run.logic=Running custom configuration logic
-P.message.system.registration=Registering in the system package manager
-P.message.save.installation.files.list=Saving installed files list
-P.message.delete=Deleting {0}
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_fil_PH.properties
deleted file mode 100644
index b6a0a76..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Error writing to the log file. Logging disabled.
-
-EM.ununexpected.exception=An unexpected exception happened in thread {0}
-EM.errortype.critical=Critical Error
-EM.errortype.error=Error
-EM.errortype.warning=Warning
-EM.errortype.message=Message
-EM.unexpected.error=An unknown error occured.
-EM.exception.message=\n\nException:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nYou can get more details about the issue in the installer log file:\n {0}
-
-FU.error.output.file.entry=An file entry {0} exists and is not a file
-FU.error.output.dir.entry=An directory entry {0} exists and is not a directory
-FU.message.extracting=Extracting {0}
-FU.error.load.xml.file.list=Could not load xml files list for extraction
-FU.error.unjar.todir=Directory {0} is an existing file, cannot unjar
-FU.message.copy.dir=Copying directory: {0} to: {1}
-FU.message.copy.file=Copying file: {0} to: {1}
-FU.error.close.stream=Cannot close stream
-FU.error.source.not.readable=Source {0} is not readable
-FU.error.dest.not.file=Destination {0} is not a file
-FU.error.dest.creation=Destination {0} cannot be created
-FU.error.dest.not.writable=Destination {0} is not writable
-FU.message.moving=Moving {0} to {1}
-FU.error.freespace=Cannot get free disk space amount at {0}
-FU.error.cannot.close.jar=Cannot close jar {0}
-FU.error.cannot.create.dir.exist.file=Cannot create directory {0}, it is an existing file
-FU.error.cannot.create.dir=Cannot create directory {0}
-FU.error.not.jar.file=The supplied file {0} is not a jar archive
-FU.error.sha1.not.supported=Holy crap, this jvm does not support SHA1
-FU.error.md5.not.supported=Holy crap, this jvm does not support MD5
-FU.error.file.security.exception=Something very unexpected - a security exception during accessing file {0}
-FU.message.delete.file=Deleting file {0}
-FU.message.delete.dir=Deleting directory {0}
-FU.error.pack200.failed=Pack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Cannot parse property - {0}, its value - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Could not activate the cross-platform look and feel - proceeding with whatever look and feel was the default.
-UI.error.failed.to.activate.defined.laf=Could not activate the defined look and feel - falling back to the default cross-platform one.
-UI.error.failed.to.init.ui=Can`t initialize UI
-UI.error.failed.to.force.gtk=Cannot force the use of GTK look and feel
-UI.silent.default.yes=Going with Yes (default) option...
-UI.silent.default.no=Going with No (default) option...
-UI.silent.default.cancel=Going with Cancel (default) option...
-
-StrU.error.cannot.parse.status=Cannot parse status: {0}
-StrU.error.unknown.platform=Platform "{0}" is not recognized.
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_fil_PH.properties
deleted file mode 100644
index 5a80555..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Failed to execute the JDK verification procedure
-JU.error.cannot.delete=Cannot delete {0}
-JU.error.cannot.download.testjdk=Cannot download TestJDK.class from {0}
-JU.error.cannot.canonize=Cannot canonize {0}
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_fil_PH.properties
deleted file mode 100644
index da0b6b8..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Invalid parameter for command line argument "{0}" -- "{1}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.bad.locale.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.missing.state.file=The specified state file "{1}", does not exist.\n"{0}" parameter is ignored.
-O.warning.bag.state.file.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <state-file-path>".
-O.warning.target.state.file.exists=The specified state file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.target.state.file.arg=Required parameter missing for command line argument\n"{0}". Should be "{0} <state-file-path>".
-O.warning.bundle.file.exists=The specified target file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.create.bundle.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <userdir-path>".
-O.warning.bad.platform.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-platform>".
-O.warning.bad.registry.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_fil_PH.properties
deleted file mode 100644
index f15473f..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Not installed
-Status.to-be-installed=To be installed
-Status.installed=Installed
-Status.to-be-uninstalled=To be uninstalled
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Installed Successfully
-DetailedStatus.install.warning=Installed With Warnings
-DetailedStatus.install.error=Failed to Install
-DetailedStatus.uninstall.success=Uninstalled Successfully
-DetailedStatus.uninstall.warning=Uninstalled With Warnings
-DetailedStatus.uninstall.error=Failed to Uninstall
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_fil_PH.properties
deleted file mode 100644
index fc350f7..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Failed to download frame icon from URI - {0}.
-NF.error.failed.to.set.frame.icon=Failed to set the frame icon.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Browse
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_fil_PH.properties
deleted file mode 100644
index 3d85b31..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \ncomposite progress (sum of the own percentage and the percentages of the \nchildren) cannot be less than {1} and greater than {2}.
-
-CP.error.progress=The specified child progress doesn't exist in the composite progress \nso it can not be removed. 
-
-################################################################################
-# Progress.java
-P.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \nprogress cannot be less than {1} and greater than {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_fil_PH.properties
deleted file mode 100644
index 3ec7e46..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Can`t load bundle from {0}
-LP.error.no.files=There is no files in {0}
-LP.error.not.directory={0} is not a directory
-LP.error.directory.do.not.exist=Directory {0} does not exist
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_fil_PH.properties
deleted file mode 100644
index 0d323e6..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=No bundled or external jar files
-CnL.error.cannot.find.jvm.file=Cannot find JVM file {0}
-CnL.error.cannot.find.class=Can`t find class {0} in bundled files and no external ones were specified
-CnL.error.main.class.unspecified=No specified main class among bundled files
-CnL.error.cannot.get.output.name=No bundled files - can`t get output file name
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Can`t get launcher icon from {0}
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_fil_PH.properties
deleted file mode 100644
index ecea916..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Cannot obtain default applications location
-SR.error.cannot.parse.pattern=Cannot parse pattern: {0}
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_fil_PH.properties
deleted file mode 100644
index 2a35450..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Cannot access native method
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_fil_PH.properties
deleted file mode 100644
index cdd581c..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Failed to create the default Wizard instance.
-W.error.failed.to.load.components=Failed to load wizard components from {0}, using classloader {1}.
-W.error.failed.to.load.component=Failed to load wizard component from XML element {0}, using classloader {1}.
-W.error.unknown.ui.mode=Unknown UI mode - {0}.
-W.error.cannot.move.backward.silent=Cannot move backward in silent UI mode.
-W.error.cannot.move.backward.at.first=Cannot move backward - the wizard is already at the first element.
-W.error.parser.unsupports.schemas=The current parser - {0} - does not support schemas.
-W.error.interrupted=Interrupted while waiting
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_fil_PH.properties
deleted file mode 100644
index d5b0658..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE Installer
-WC.description=NetBeans IDE Installer Description
-
-WC.help.button.text=&Help!
-WC.back.button.text=< &Back
-WC.next.button.text=&Next >
-WC.cancel.button.text=Cancel
-WC.finish.button.text=&Finish
-
-WC.cancel.dialog.title=Cancel
-WC.cancel.dialog.text=Are you sure you want to cancel?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=An InterruptedException occured.
-
-WA.canceling.progress.title=Canceling, finishing the current operation...
-
-WA.cancel.dialog.title=Cancel
-WA.cancel.dialog.text=Are you sure you want to cancel?
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_fil_PH.properties
deleted file mode 100644
index f1ff532..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Cache Engine...
-CEA.description=Please wait while the wizard caches the engine.
-CEA.error.cannot.cache.engine=Cannot cache the installer engine
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Creating Bundle...
-CBA.description=Please wait while the wizard creates a bundle with the selected components.
-
-CBA.progress.create.bundle.title=Creating a redistributable bundle at {0}
-CBA.progress.add.engine.detail=Add installer engine to the bundle
-CBA.progress.add.product.detail=Adding {0} ...
-CBA.progress.add.group.detail=Adding {0} ...
-
-CBA.error.failed.create.bundle=Failed to create the bundle
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Creating Native Launcher...
-CNLA.description=Please wait while the wizard creates a launcher for the jar file.
-CNLA.error.failed.create.launcher=Failed to create the native launcher
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Creating MacOSX Application Launcher...
-CMALA.description=Please wait while the wizard creates a app launcher for the jar file.
-CMALA.error.failed.create.launcher=Failed to create the app launcher
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Preparing Configuration Logic...
-DCLA.description=Please wait while the wizard prepares the configuration logic.
-DCLA.progress.remote.title=Downloading configuration logic for {0}
-DCLA.progress.local.title=Extracting configuration logic for {0}
-DCLA.failed=Failed to download installation logic for {0}
-DCLA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Preparing Installation Data...
-DIDA.description=Please wait while the wizard prepares the installation data.
-DIDA.progress.remote.title=Downloading installation data for {0}
-DIDA.progress.local.title=Extracting installation data for {0}
-DIDA.failed=Failed to download installation data for {0}
-DIDA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Initializing...
-IRA.description=Please wait while the setup wizard initializes.
-IRA.registry.initialization.failed=Cannot initialize registry
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finalizing...
-FRA.description=Please wait while the setup wizard finalizes.
-FRA.registry.finalization.failed=Cannot finalize registry
-
-################################################################################
-# InstallAction.java
-IA.title=Installing...
-IA.description=Please wait while the wizard installs the selected components.
-IA.progress.install.title=Installing {0}...
-IA.progress.rollback.title=Canceling, rolling back {0}...
-IA.install.dependent.failed=Could not install {0}, since the installation of {1} failed
-IA.install.unknown.error=Unknown Error
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Searching for Java\u2122 Environments...
-SFJA.description=Please wait while the wizard searches your system for existing Java\u2122 environments.
-SFJA.prepare.list=Preparing locations list...
-SFJA.checking=Checking {0}
-SFJA.search.java=Searching for installed Java environments...
-SFJA.entry.label={0} (v. {1} by {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Uninstalling...
-UA.description=Please wait while the wizard uninstalls the selected components.
-UA.progress.uninstall.title=Uninstalling {0}
-UA.uninstall.dependent.failed=Could not uninstall {0}, since the uninstallation of {1} failed
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=Source component UID is not set
-SILA.error.cannot.find.component=Component with the given uid {0} does not exist
-SILA.error.cannot.get.logic=Could not access configuration logic for {0}
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_fil_PH.properties
deleted file mode 100644
index c16b724..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Location:
-ALP.location.button.text=B&rowse ...
-ALP.list.label.text=The &following locations were found by the search algorithm:
-
-ALP.error.nothing.found=No compatible applications were found.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Components Selection
-CSP.description.both=Select the components that you want to install. Unselect those you want to uninstall.
-CSP.description.install=Select the components that you want to install.
-CSP.description.uninstall=Unselect the components that you want to uninstall.
-CSP.feature.description.title=Feature Description
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Installation size: {0}     Download Size: {1}
-CSP.sizes.label.text.no.download=Installation size: {0}
-
-CSP.default.installation.size=N/A
-CSP.default.download.size=N/A
-
-CSP.error.no.changes.both=No feature selected. Select at least one feature for installation or uninstallation.
-CSP.error.no.changes.install=No feature selected. Select at least one feature for installation.
-CSP.error.no.changes.uninstall=No feature selected. Select at least one feature for uninstallation.
-CSP.error.requirement.install={1} is required to install {0}.
-CSP.error.conflict.install={0} conflicts with {1}.
-CSP.error.requirement.uninstall={0} is required by {1}.
-CSP.error.not.enough.space.to.download=Insufficient disk space for downloading the installation data. Additional {1} is required in {0}.
-CSP.error.not.enough.space.to.extract=Insufficient disk space for extracting the installation data. Additional {1} is required in {0}.
-CSP.error.cannot.check.space=Cannot check the free disk space
-
-################################################################################
-# DestinationPanel.java
-DP.title=Installation Folder
-DP.description=Choose destination folder.
-
-DP.destination.label.text=&Installation location:
-DP.destination.button.text=B&rowse ...
-
-DP.error.null=The installation folder cannot be empty.
-DP.error.not.valid=The specified installation folder is invalid.
-DP.error.contains.exclamation=The installation folder cannot contain the exclamation mark (!).
-DP.error.contains.semicolon=The installation folder cannot contain the semicolon character (;).
-DP.error.contains.colon=The installation folder cannot contain the colon character (:).
-DP.error.contains.ampersand=The installation folder cannot contain the ampersand character (&).
-DP.error.contains.wrong.char=The installation folder contains the wrong character({1}).
-DP.error.matches.prohibited.regexp=The specified installation folder is invalid (it matches prohibited pattern {1}).
-DP.error.not.absolute=The specified installation folder has to be in absolute path form.
-DP.error.cannot.canonize=The specified installation folder cannot be canonized.
-DP.error.not.directory=The specified installation location is not a folder.
-DP.error.not.readable=The specified installation folder is not readable.
-DP.error.not.writable=The specified installation folder is read-only.
-DP.error.not.empty=The specified installation folder is not empty.
-DP.error.not.ends.with.app=The specified installation folder must end with ".app".
-DP.error.not.enough.space=Not enough disk space. Additional {1} required in {0}.
-DP.error.cannot.get.logic=Cannot obtain configuration logic
-DP.error.cannot.check.space=Cannot check the free disk space
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 home folder:
-JLP.location.label.text.java=&Java\u2122 environment home folder:
-JLP.location.button.text=B&rowse ...
-JLP.list.label.text=&List of suitable JDK\u2122 found on this machine:
-JLP.list.label.text.java=&List of suitable Java\u2122 environments found on this machine:
-
-JLP.error.null=The path to the JDK cannot be empty.
-JLP.error.null.java=The path to the Java environment cannot be empty.
-JLP.error.not.valid.path=The specified JDK folder {0} is invalid.
-JLP.error.not.valid.path.java=The specified Java environment folder {0} is invalid.
-JLP.error.path.not.exists=The specified JDK folder {0} does not exist.
-JLP.error.path.not.exists.java=The specified Java environment folder {0} does not exist.
-JLP.error.not.javahome=The specified JDK folder {0} does not contain JDK.
-JLP.error.not.javahome.java=The specified Java environment folder {0} does not contain Java environment.
-JLP.error.not.jdk=The specified JDK folder {0} contains JRE, but a full JDK is required.
-JLP.error.wrong.version.older=The specified JDK folder {0} contains JDK version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.older.java=The specified Java environment folder {0} contains Java version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.newer=The specified JDK folder {0} contains JDK version "{1}", while the maximum is "{2}".
-JLP.error.wrong.version.newer.java=The specified Java environment folder {0} contains Java version "{1}", while the maximum is "{2}".
-JLP.error.wrong.vendor=The specified JDK folder {0} contains JDK from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.wrong.vendor.java=The specified Java environment folder {0} contains Java from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.unknown=An unknown error occured while validating the path.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>The installer could not find a compatible JDK installation, specify it manually.<br>The minimum required version is {0}. To download JDK, visit <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>The installer could not find a compatible Java environment, specify it manually.<br>The minimum required version is {0}. To download Java environment, visit <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (used by {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Post-Create Bundle Summary
-PoCBSP.dialog.description=Click Finish to exit.
-
-PoCBSP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Some errors were encountered in the course of bundle creation process.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=The following components were successfully bundled:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=The following components failed to be bundled:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=View &Log
-PoCBSP.send.log.button.text=&Send Log
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Installation Wizard - Post-Install Summary
-
-PoISP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Some warnings were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Some errors were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=The following components were successfully installed:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=The following components installed with warnings:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=The following components failed to install:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=The following components were successfully uninstalled:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=The following components uninstalled with warnings:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=The following components failed to uninstall:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=View &Details
-PoISP.view.log.button.text=View &Log
-PoISP.send.log.button.text=&Send Log
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Log file is not available
-
-PoISP.message.files.remaining=Some files could not be removed from the installation directories of the {0}. You may need to remove them manually.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Pre-Create Bundle Summary
-PrCBSPdialog.description=Click Create to create the bundle.
-
-PrCBSPmessage.text=The wizard has collected all required data to proceed with creating of the bundle. Please review your choice. To continue, click Next.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=You chose to create a bundle with the following components:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Total download size: {0}
-PrCBSPrequired.disk.space.label.text=Required disk space: {0}
-PrCBSPcreate.button.text=&Create
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Pre-Install Summary
-
-PrISP.message.text=The installation wizard has collected all required data to proceed with installation/uninstallation of the selected components. Please review your choice. To continue, click Next.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=You chose to install the following components:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=You chose to uninstall the following components:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Total download size: {0}
-PrISP.required.disk.space.label.text=Required disk space: {0}
-PrISP.install.button.text=&Install
-
-PrISP.error.not.enough.space=Insufficient disk space for proper installation. Additional {1} is required in {0}.
-PrISP.error.cannot.check.space=Cannot check the free disk space
-PrISP.error.logic.access=Could not access product's configuration logic
-PrISP.error.fsroots=Cannot get the list of file system roots
-PrISP.error.non.existent.root={0} is set up to be installed to {1} which does not belong to any of the file system roots.
-PrISP.error.cannot.write=The wizard does not have write access to {1}, the installation directory of {0}. Please correct the permissions before proceeding.
-
-################################################################################
-# LicensesPanel.java
-LP.title=License Agreement
-LP.description=Please read the following license agreement carefully.
-
-LP.accept.checkbox.text=I &accept the terms in the license agreement
-LP.error.cannot.get.logic=Could not access configuration logic
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<No Text>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Are you sure you want to cancel?
-EMP.cancel.dialog.title=Cancel
-EMP.error.failed.input.verify=Failed to verify input
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_fil_PH.properties
deleted file mode 100644
index d2a0ae9..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Failed to download wizard icon from URI - {0}.
-SFC.error.failed.to.set.icon=Failed to set the swing frame container icon.
-SFC.error.failed.to.attach.error.handler=Failed to attach custom error handler to the EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Cannot set the default close operation
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_fil_PH.properties
deleted file mode 100644
index 7603b7f..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Installation details
-IDD.component.label=Component
-IDD.status.label=Status
-
-ILD.loading.logfile=Loading log file. Please wait...
-ILD.error.reading.log=Cannot read log file {0}.
-ILD.error.log.contents=Log contents are not available.
-
diff --git a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_fil_PH.properties b/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_fil_PH.properties
deleted file mode 100644
index 13d2606..0000000
--- a/l10n/src/fil_PH/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Engine Library
-
diff --git a/l10n/src/fil_PH/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_fil_PH.properties
deleted file mode 100644
index 28c6d30..0000000
--- a/l10n/src/fil_PH/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apple Application Menu
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enables proper support for the Apple Application menu
-
-OpenIDE-Module-Long-Description=Enables Apple menu items to work properly, and moves some standard menu items there - Tools | Options becomes Preferences, Help | About becomes about, File | Exit becomes Quit.
-
-MSG_MinimizeWindowAction=&Minimize Window
-
diff --git a/l10n/src/fil_PH/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_fil_PH.properties
deleted file mode 100644
index fc4f3d1..0000000
--- a/l10n/src/fil_PH/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Establishing a connection ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Checking for updates in {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=Cannot read NBM {0}
-InstallSupportImpl_TurnOnTimeout=timeout of loading {0}
-InstallSupportImpl_NullSource=Source URL for module "{0}" is null, most likely "distribution" attribute is set to the empty string in the UC catalog.\nSee also http://www.netbeans.org/issues/show_bug.cgi?id=153799 for more details.
-InstallSupportImpl_Download_Unavailable=Cannot access {0}
-OperationSupportImpl_Custom_Uninstall=Uninstalling {0}
-OperationSupportImpl_Custom_Install=Installing {0}
-
-UpdateUnitFactory_Libraries_Category=Libraries
-UpdateUnitFactory_Bridges_Category=Bridges
-UpdateUnitFactory_Unsorted_Category=Uncategorized
-UpdateElementImpl_Feature_CategoryName=Features
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Module installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Modules installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Module not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Modules not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>New module offered by the plugin:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>New modules offered by the plugin:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/fil_PH/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_fil_PH.properties
deleted file mode 100644
index 64ab08e..0000000
--- a/l10n/src/fil_PH/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The AutoUpdate feature provides several services: download and install available updates of installed modules, search and install new modules from subscribed Update Centers, view and manage the modules.
-OpenIDE-Module-Name=Auto Update Services
-OpenIDE-Module-Short-Description=Support for searching for module updates on Update Center and for downloading and installing modules
-
diff --git a/l10n/src/fil_PH/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_fil_PH.properties
deleted file mode 100644
index 261abc0..0000000
--- a/l10n/src/fil_PH/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Default Update Center
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Libraries
-ArtificialFeaturesProvider_Bridges_Category=Bridges
-ArtificialFeaturesProvider_Unsorted_Category=Uncategorized
-ArtificialFeaturesProvider_Features_Category=Features
-NetworkAccess_Timeout=Timeout while opening connection to {0}
-
diff --git a/l10n/src/fil_PH/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_fil_PH.properties
deleted file mode 100644
index ea38047..0000000
--- a/l10n/src/fil_PH/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Preparing to Unpack
-CTL_UnpackingFile=Unpacking File:
-CTL_DeletingFiles=Uninstalling files...
-CTL_DisablingFiles=Deactivating files...
-UpdaterFrame.jTextArea1.text=Update is in progress.\n\nPlease wait ...
-UpdaterFrame.textLabel.text=Preparing to Unpack
-UpdaterFrame.Form.title=Updater
-UpdaterFrame.textLabel.fontName=Dialog
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/fil_PH/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_fil_PH.properties
deleted file mode 100644
index b29c99b..0000000
--- a/l10n/src/fil_PH/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} more ...
-Less_Command_Text={0} less ...
-UnitTab_ReloadTime=Last Check: {0}
-UnitTab_ReloadTime_Never=never
-UnitTab_LessAction=Show Fewer Plugins
-UnitTab_MoreAction=Show More Plugins
-UnitTab_TooltipCheckBox_INSTALLED=Check plugin {0}
-UnitTab_Tooltip_RefreshAction=Reload Catalog
-UnitTab_bTabAction_Name_INSTALLED=U&ninstall
-UnitTab_TooltipCheckBox_UPDATE=Check plugin {0}
-UnitTab_bTabAction_Name_UPDATE=&Update
-UnitTab_CheckAction=Check
-UnitTab_CheckCategoryAction=Check Category
-UnitTab_UncheckCategoryAction=Uncheck Category
-UnitTab_CheckAllAction=Check All
-UnitTab_UncheckAllAction=Uncheck All
-UnitTab_ReloadAction=&Reload Catalog
-UnitTab_PrepareReloadAction=Please wait a while reloading catalog
-UnitTab_RemoveLocallyDownloadedAction=&Remove
-UnitTab_ActivateAction=&Activate
-UnitTab_ActivateCategoryAction=Activate Category
-UnitTab_DeactivateAction=&Deactivate
-UnitTab_DeactivateCategoryAction=Deactivate Category
-AvailableTab_SourceCategory_Tooltip_STANDARD=Certified Plugin
-AvailableTab_SourceCategory_Tooltip_BETA=Beta Plugin
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Community Contributed Plugin
-InstallTab_Active_Tooltip=Active
-InstallTab_InActive_Tooltip=Inactive
-InstallTab_PendingForInstall_Tooltip=Application restart needed to complete installation
-InstallTab_PendingForDeactivate_Tooltip=Application restart needed to complete deactivation
-InstallTab_ReadOnly_Tooltip={0} is in read-only mode and cannot be checked
-UnitTab_TooltipCheckBox_AVAILABLE=Check plugin {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Install
-UnitTab_TooltipCheckBox_LOCAL=Check plugin {0}
-UnitTab_Tooltip_AddAction_LOCAL=Add the locally downloaded plugins
-UnitTab_Tooltip_RemoveAction_LOCAL=Remove plugin from the list
-UnitTab_bTabAction_Name_LOCAL=&Install
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} plugin selected
-UnitTab_lHowManySelected_Many_Text={0} plugins selected
-UnitTab_OperationName_Text_INSTALLED=Uninstall
-UnitTab_OperationName_Text_UPDATE=Update
-UnitTab_OperationName_Text_AVAILABLE=Install
-UnitTab_OperationName_Text_LOCAL=Install
-UnitTab_lWarning_Text={0} operation will require restart of the application
-PluginManagerUI_UnitTab_Update_Title=Updates
-PluginManagerUI_UnitTab_Update_ToolTip=Your application is up to date!
-PluginManagerUI_UnitTab_Available_ToolTip=No plugins are available. Click Reload Catalog for newest plugins.
-PluginManagerUI_UnitTab_Available_Title=Available Plugins
-PluginManagerUI_UnitTab_Installed_Title=Installed
-PluginManagerUI_UnitTab_Local_Title=Downloaded
-UnitTab_bAddLocallyDownloads_Name=&Add Plugins...
-UnitTab_bAddLocallyDownloads_ACN=Add Plugins
-UnitTab_bAddLocallyDownloads_ACD=Add Plugins to use the file browser to add any plugins that you downloaded to your local system
-NotificationAlreadyPreparedToIntsall=Plugin {0} is already prepared to update/install.
-NotificationOneAlreadyInstalled=Plugin "{0}" is already installed.
-NotificationMoreAlreadyInstalled=Plugins "{0}" are already installed.
-NotificationAlreadyPresent=Plugin "{0}" is already added. Do you want to replace with "{1}"?
-NotificationAlreadyPresentTitle=Replace plugin
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Add Plugins
-CTL_FileFilterDescription=Plugin distribution files (*.nbm)
-NetworkProblemPanel_taTitle_Text=Unable to connect to the Update Center
-NetworkProblemPanel_taMessage_WarningText=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic. \n\nIt might happen your caches are out of date. Please click Reload Catalog to refresh content.
-NetworkProblemPanel_taMessage_ErrorText=Not all of the plugins have been successfully downloaded. The server may be unavailable at the moment. Try again later.
-CTL_Warning=Warning
-CTL_Error=Network Problem
-CTL_ShowProxyOptions=&Proxy Configuration...
-ACSD_ShowProxyOptions=N/A
-Utilities_NetworkProblem_Continue=&Try again
-Utilities_NetworkProblem_Skip=&Skip
-Utilities_NetworkProblem_Cancel=Cancel
-Utilities_NetworkProblem_Text=Unable to connect to the {0} because of {1}
-SettingsTable_ActiveColumn=Active
-SettingsTable_NameColumn=Name
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Settings
-SettingsTab.bProxy.text=&Proxy Settings
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=Update Center Customizer
-UpdateUnitProviderPanel.lName.text=&Name\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Check for updates automatically
-Utilities_Libraries_Category=Libraries
-Utilities_Bridges_Category=Bridges
-Utilities_Unsorted_Category=Uncategorized
-SettingsTab.bRemove.message=Are you sure you want to remove following update center: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Name
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Check for updates automatically
-UpdateUnitProviderPanel.error.name.short=Update Center name is not specified
-UpdateUnitProviderPanel.error.url.short=Update Center URL is not specified
-UpdateUnitProviderPanel.error.name.dup=Update Center with the same name already exist
-UpdateUnitProviderPanel.error.url.invalid=Update Center URL is invalid
-UnitTab_bClose_Text=&Close
-Utilities_CheckingForUpdates=Checking for updates
-UnitTab_InitAndCheckingForUpdates=Initializing the list of plugins... 
-InstalledTableModel_State_Enabled=On
-InstalledTableModel_State_Disabled=Off
-AvailableTableModel_Columns_Install=Install
-AvailableTableModel_Columns_Name=Name
-AvailableTableModel_Source_Category=Source
-AvailableTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Uninstall=Select
-InstalledTableModel_Columns_Name=Name
-InstalledTableModel_Columns_Installed=Installed
-InstalledTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Enabled=Active
-LocallyDownloadedTableModel_Columns_Install=Install
-LocallyDownloadedTableModel_Columns_Name=Name
-LocallyDownloadedTableModel_Columns_Version=Version
-LocallyDownloadedTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Update=Update
-UpdateTableModel_Columns_Name=Name
-UpdateTableModel_Columns_Installed=Installed
-UpdateTableModel_Columns_Available=Available
-UpdateTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Category=Category
-SettingsTab_NewProviderName=New Provider
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Description:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Version: 
-UnitDetails_Plugin_InstalledVersion=Installed version:
-UnitDetails_Plugin_AvailableVersion=Available version:
-UnitDetails_Plugin_Author=Author: 
-UnitDetails_Plugin_Date=Date: 
-UnitDetails_Plugin_Source=Source: 
-UnitDetails_Plugin_CodeName=Code name: 
-UnitDetails_Plugin_Homepage=Homepage: 
-UnitDetails_Plugin_Notification=Important note
-UnitDetails_Plugin_Description=Plugin Description
-UnitDetails_Plugin_Collecting_Dependencies=Collecting dependencies...
-UnitDetails_New_Internal_Update_Mark=new!
-lSearch1.text=&Search\:
-SettingsTab.lCheckPeriod.text=&Check Interval\:
-SettingsTab.lGeneral.text=Advanced
-SettingsTab.addButton.text=&New
-SettingsTab.RemoveButton.text=&Remove
-SettingsTab.EditButton.text=&Edit
-SettingsTab.AddButton.text=&Add
-SettingsTab.lUpdateCenters.text=Configuration of &Update Centers\:
-SettingsTab.lConnection.text=Automatically Check for Updates
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Update_custom=User Default
-SettingsTab.cbSharedInstall.text=&Force install into shared directories
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Write Permission
-SettingsTab.cbSharedInstall.ReadOnlyMessage=You don`t have permission to install plugin(s) into the shared directory:\n{0}\nTo perform installation into the shared directory, you should run the application as a user with administrative priviledges.
-SettingsTab.cbSharedInstall.NoSharedTitle=No install directory
-SettingsTab.cbSharedInstall.NoSharedMessage=No shared directories found.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Cannot read NBM {0} because {1}
-PluginManagerUI.bHelp.text=&Help
-ACN_UnitTable=List of Plugins
-ACD_UnitTable=List of Plugins
-ACN_UpdateCentersTable=List of Update Centers
-ACD_UpdateCentersTable=List of Update Centers allowing to activate or deactivate selected Update Center
-ACN_DetailsPanel=Plugin's details
-ACN_DetailsPanel_Button=Invoke {0} action
-ACN_UnitDetails=Plugin Details
-ACD_Reload=Reload Catalog
-ACD_Search=Search Plugins
-ACN_Tabs=Switch between updates, available, installed and downloaded plugins
-ACD_Tabs=Switch between updates, available, installed and downloaded plugins
-ACN_PluginManagerUI=Plugin Manager
-ACD_PluginManagerUI=Plugin Manager for updating, installing and removing plugins
-ACN_Reload=Reload Catalog
-ACN_UpdateCenterCustomizer=Update Center Customizer
-ACD_UpdateCenterCustomizer=Update Center Customizer for editing update center name and URL
-NetworkProblemPanel_ACD=N/A
-NetworkProblemPanel_taMessage=Message of Network Problem
-NetworkProblemPanel_taTitle_ACN=Network Problem
-UnitTab.detailView.text=Sho&w details
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Internal Updates)
-Unit_InternalUpdates_Title=Internal Updates
-
diff --git a/l10n/src/fil_PH/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_fil_PH.properties
deleted file mode 100644
index 801cd90..0000000
--- a/l10n/src/fil_PH/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Check for &Updates
-PluginManagerAction_Name=Plu&gins
-PluginManager_Panel_Name=Plugins
-PluginManager_CloseButton_Name=&Close
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} updates found.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} update found.
-AutoupdateCheckScheduler_UpdateFound_Hint=Click here to make your application up to date.
-AutoupdateCheckScheduler_InstallInProgress=Please wait, another install task in progress...
-
diff --git a/l10n/src/fil_PH/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_fil_PH.properties
deleted file mode 100644
index 676d157..0000000
--- a/l10n/src/fil_PH/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The UI allows to browse the installation and contents of registered Update Centers, to download updates or new modules and to automatically install modules.
-OpenIDE-Module-Name=Auto Update UI
-OpenIDE-Module-Short-Description=Supplies UI of Auto Update Services
-
diff --git a/l10n/src/fil_PH/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_fil_PH.properties
deleted file mode 100644
index 823a152..0000000
--- a/l10n/src/fil_PH/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_Header_Content=The installer will download, verify and then install the selected plugins.
-OperationDescriptionStep_TableInstall_Title=The following plugins will be installed:
-OperationDescriptionStep_TableUpdate_Title=The following plugins will be updated:
-OperationDescriptionStep_PluginBrokesJavaDependency=The Java platform version {0} was requested but only {1} is running.
-OperationDescriptionStep_HeaderUninstall_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderUninstall_Content=The selected plugins will be uninstalled. The selected plugins will be removed from the disk.
-OperationDescriptionStep_TableUninstall_Title=The following plugins will be uninstalled:
-OperationDescriptionStep_HeaderActivate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderActivate_Content=The selected plugins will be activated.
-OperationDescriptionStepActivate_Table_Title=The following plugins will be activated:
-OperationDescriptionStep_HeaderDeativate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderDeativate_Content=The selected plugins will be deactivated.
-OperationDescriptionStep_TableDeativate_Title=The following plugins will be deactivated:
-PanelBodyContainer_PleaseWait=Please wait until the installer discovers plugins dependencies.
-DependenciesResolutionStep_Table_Title=The following plugins will also be installed because one or more of the plugins you are about to install depend on them:
-UninstallDependenciesResolutionStep_Table_Title=The following plugins need to be deactivated because they require one or more of the plugins you are about to deactivate:
-LicenseApprovalPanel_taTitle_Text=In order to continue with the installation, you need to agree with all of the license agreements associated with the particular plugins.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} License Agreement
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=License Agreement
-LicenseApprovalPanel_Header_Content=Please read all of the following license agreements carefully.
-InstallUnitWizard_Title=Plugin Installer
-InstallStep_Header_Download_Head=Download
-InstallStep_Header_Download_Content=Please wait until the installer downloads the requested plugins.
-InstallStep_Header_Verify_Head=Validate
-InstallStep_Header_Verify_Content=Please wait until the installer validates the downloaded plugins.
-InstallStep_Header_Install_Head=Install
-InstallStep_Header_Install_Content=Please wait until the installer completes the installation.
-InstallStep_Header_InstallDone_Head=Installation completed successfully
-InstallStep_Header_InstallDone_Content=Click Finish to quit the installer.
-InstallStep_Header_InstallUnsuccessful_Head=Installation completed unsuccessfully
-InstallStep_Header_InstallUnsuccessful_Content=Click Finish to quit the installer and try to restart application.
-InstallStep_Header_Restart_Head=Restart application to complete installation
-InstallStep_Header_Restart_Content=Restart application to finish plugin installation.
-UninstallStep_Header_Restart_Head=Restart application to complete deactivation
-UninstallStep_Header_Restart_Content=Restart application to finish plugin deactivation.
-CustomHandleStep_Header_Install_Restart_Head=Restart application to complete installation
-CustomHandleStep_Header_Install_Restart_Content=Restart application to finish plugin installation.
-CustomHandleStep_Header_Uninstall_Restart_Head=Restart application to complete uninstallation
-CustomHandleStep_Header_Uninstall_Restart_Content=Restart application to finish plugin uninstallation.
-
-InstallStep_Done=Done.
-InstallStep_Unsuccessful=Installation is completed but some problem found: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Restart Now
-InstallUnitWizardModel_Buttons_RestartLater=Restart &Later
-InstallUnitWizardModel_Buttons_Install=&Install
-InstallUnitWizardModel_Buttons_Update=&Update
-InstallUnitWizardModel_Buttons_Close=&Finish
-InstallUnitWizardModel_Buttons_Next=Next
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Uninstall
-UninstallUnitWizardModel_Buttons_TurnOn=&Activate
-UninstallUnitWizardModel_Buttons_TurnOff=&Deactivate
-InstallStep_InstallDone_Text=The Plugin Installer has successfully installed the following plugins:
-InstallStep_InstallUnsuccessful_Text=The Plugin Installer found problem {0} while install the following plugins:
-UninstallStep_UninstallDone_Text=The Plugin Installer has successfully uninstalled the following plugins:
-UninstallStep_ActivateDone_Text=The Plugin Installer has successfully activated the following plugins:
-UninstallStep_DeactivateDone_Text=The Plugin Installer has successfully deactivated the following plugins:
-UninstallStep_UninstallFailed_Text=Uninstallation failed: {0}
-UninstallStep_ActivateFailed_Text=Activation failed: {0}
-UninstallStep_DeactivateFailed_Text=Deactivation failed: {0}
-UninstallStep_Done=Done.
-UninstallStep_Failed=Failed. {0}
-UninstallStep_Header_Uninstall_Head=Uninstallation
-UninstallStep_Header_Uninstall_Content=Please wait until the installer uninstalls all the selected plugins.
-UninstallStep_Header_Deactivate_Head=Deactivation
-UninstallStep_Header_Deactivate_Content=Please wait until the installer finishes deactivating all the selected plugins.
-UninstallStep_Header_Activate_Head=Activation
-UninstallStep_Header_Activate_Content=Please wait until the installer finishes activating all the selected plugins.
-UninstallStep_Header_UninstallDone_Head=Uninstallation completed successfully
-UninstallStep_Header_UninstallDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateDone_Head=Deactivation completed successfully
-UninstallStep_Header_DeactivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateDone_Head=Activation completed successfully
-UninstallStep_Header_ActivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_UninstallFailed_Head=Uninstallation failed
-UninstallStep_Header_UninstallFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateFailed_Head=Deactivation failed
-UninstallStep_Header_DeactivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateFailed_Head=Activation failed
-UninstallStep_Header_ActivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_ProgressName_Uninstall=Uninstalling plugins
-UninstallStep_ProgressName_Activate=Activating plugins
-UninstallStep_ProgressName_Deactivate=Deactivating plugins
-ValidationWarningPanel_ShowCertificateButton=&Show certificate
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Validation Warning
-ValidationWarningPanel_VerifyCertificate_Title=Verify Certificate
-ValidationWarningPanel_ContinueButton=&Continue
-ValidationWarningPanel_taHead_NotSignedText=The following plugins are not signed\:
-ValidationWarningPanel_taHead_NotTrustedText=The following plugins are signed but not trusted\:
-ValidationWarningPanel_taWarning_Text=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-OperationDescriptionStep_CustomHandled_Head={0} plugins use native installer:
-InstallStep_Download_DownloadingPlugins=Downloading plugins...
-InstallStep_Validate_ValidatingPlugins=Validating plugins...
-InstallStep_Install_InstallingPlugins=Installing plugins...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Some plugins not installed to avoid potential installation problems.
-CustomHandleStep_Header_Install_Head=Install
-CustomHandleStep_Header_Install_Content=Please wait until the installer completes the installation.
-CustomHandleStep_Header_Uninstall_Head=Uninstallation
-CustomHandleStep_Header_Uninstall_Content=Please wait until the installer finishes uninstalling the selected plugins.
-CustomHandleStep_Header_InstallDone_Head=Installation completed successfully
-CustomHandleStep_Header_InstallDone_Content=Click Next to continue installing the remaining selected plugins using the plugin installer.
-CustomHandleStep_Header_UninstallDone_Head=Uninstallation completed successfully
-CustomHandleStep_Header_UninstallDone_Content=Click Next to continue uninstalling the remaining selected plugins.
-CustomHandleStep_Header_InstallFail_Head=Installation failed.
-CustomHandleStep_Header_InstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Header_UninstallFail_Head=Installation failed
-CustomHandleStep_Header_UninstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Install_InstallingPlugins=Installing plugins using the plugin's installer...
-CustomHandleStep_Uninstall_UninstallingPlugins=Uninstalling plugins using the plugin's installer...
-CustomHandleStep_Done=Done.
-CustomHandleStep_InstallDone_Text=The Plugin Installer has successfully finished the installation.
-CustomHandleStep_InstallFail_Text=Installation of {0} failed.
-CustomHandleStep_UninstallDone_Text=The Plugin Installer has successfully finished the uninstallation.
-CustomHandleStep_UninstallFail_Text=Uninstallation of {0} failed.
-InstallStep_NetworkProblem_Continue=&Try again
-InstallStep_NetworkProblem_Text=Networking problem in {0}
-OperationPanel.cbRunInBackground.text=&Run In Background
-InstallSupport_InBackground_NetworkError=Unable to connect to the Update Center.
-InstallSupport_InBackground_NetworkError_Details=details
-LicenseApprovalPanel.cbAccept.text=I &accept the terms in all of the license agreements.
-InstallSupport_RestartNeeded=Restart the application to complete the installation.
-UninstallSupport_RestartNeeded=Restart the application to complete the deactivation.
-CustomHandleStep_Install_RestartNeeded=Restart the application to complete the installation.
-CustomHandleStep_Uninstall_RestartNeeded=Restart the application to complete the uninstallation.
-
-RestartNeeded_Details=Click here to restart your application now
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans Installer Wizard
-PanelBodyContainer_ACD=NetBeans Installer Wizard
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/A
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/A
-ValidationWarningPanel_tpPlugins_ACN=Unverified Plugins
-ValidationWarningPanel_taWarning_Text_ACD=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-ValidationWarningPanel_taWarning_Text_ACN=Warning
-ValidationWarningPanel_taHead_ACN=N/A
-ValidationWarningPanel_ACD=N/A
-UninstallUnitWizard_Title=Plugin Installer
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Your application is up to date!</h3>
-LazyOperationDescriptionStep_NoUpdates=There are no updates available.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Checking for updates failed.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Check your network connection, verify that your proxy settings<br>are configured correctly, or try again later.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Checking for updates.</b><br>Please wait while the installer checks for available updates.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Initializing the list of updates... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Some plugins require plugin {0} to be installed.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Some plugins are waiting for application restart to resolve following problems:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Some plugins require capability {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Some plugins require the Java platform in version {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Some plugins require JDK</h3>Some of the selected plugins require the JDK in order to function. Currently, NetBeans IDE appears to be running with the JRE instead of the full JDK.<br><br>To use these plugins, start IDE with the <code>--jdkhome</code> command line option set to the location of a JDK installation. See <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> for more information.<br><br>
-OperationDescriptionStep_BrokenModuleDep=The plugin {0} would also need to be installed.
-OperationDescriptionStep_BrokenModuleNameDep=The plugin named {0} is needed and not found.
-OperationDescriptionStep_BrokenModuleVersionDep=The plugin {0} is requested in version >= {1} but only {2} was found.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=The plugin {0} is requested in version >= {1} (release version {2}) but only {3} (of release version different from {2}) was found.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=The plugin {0} is requested in version {1}.
-OperationDescriptionStep_BrokenModuleImplDep=The plugin {0} is requested in implementation version {1}.
-OperationDescriptionStep_BrokenRequiresDep=No plugin providing the capability {0} could be found.
-OperationDescriptionStep_AffectedPluginByBrokenDep=The following plugins are affected:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=The following plugin is affected:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=There were some problems while storing {0}.\nCause: {1}
-InstallStep_DownloadProblem_SomePlugins=selected plugins
-
diff --git a/l10n/src/fil_PH/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_fil_PH.properties
deleted file mode 100644
index d85fbae..0000000
--- a/l10n/src/fil_PH/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP Platform
-OpenIDE-Module-Name=RCP Platform
-OpenIDE-Module-Short-Description=NetBeans RCP Platform
-OpenIDE-Module-Long-Description=The NetBeans RCP Platform is a generic framework for Swing applications. It provides the services common to almost all large desktop applications: window management, menus, settings and storage, update management, file access, etc.<br><br>See more information at <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/fil_PH/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_fil_PH.properties
deleted file mode 100644
index 3693500..0000000
--- a/l10n/src/fil_PH/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup On SystemFS
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The default implementation of MimeDataProvider.
-OpenIDE-Module-Long-Description=The MIME Lookup On SystemFS module implements MimeDataProvider that looks up objects in the folder hierarchy on the System filesystem.
-
-
diff --git a/l10n/src/fil_PH/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_fil_PH.properties
deleted file mode 100644
index d819b5a..0000000
--- a/l10n/src/fil_PH/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The MIME lookup API.
-OpenIDE-Module-Long-Description=The MIME Lookup module provides API for looking up MIME type dependent settings, services and other objects. It also provides SPI for implementing additional MIME type related data provider.
-
diff --git a/l10n/src/fil_PH/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_fil_PH.properties
deleted file mode 100644
index 3ef3ddd..0000000
--- a/l10n/src/fil_PH/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Add to Favorites
-ACT_AddOnFavoritesNode=&Add to Favorites...
-ACT_Remove=&Remove from Favorites
-ACT_View=Favor&ites
-ACT_Select=Favorites
-ACT_Select_Main_Menu=Select in F&avorites
-
-Favorites=Favorites
-Templates/Other=Other
-Templates/Properties=User Configuration Properties
-Templates/Other/Folder=Folder
-Templates/Other/file=Empty File
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
-# JFileChooser
-CTL_DialogTitle=Add to Favorites
-CTL_ApproveButtonText=Add
-ERR_FileDoesNotExist={0} does not exist.
-ERR_FileDoesNotExistDlgTitle=Add to Favorites
-
-MSG_NodeNotFound=The document node could not be found in the Favorites tab.
-
-# Manifest localization
-OpenIDE-Module-Name=Favorites
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for organizing favorite files.
-OpenIDE-Module-Long-Description=Favorites module enables you to create a view of files specifically relevant to your work, simply access them at one common place.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Templates
-Templates.Options.Export.displayName=All Templates
-Favorites.Options.Export.displayName=Favorites
-
diff --git a/l10n/src/fil_PH/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_fil_PH.properties
deleted file mode 100644
index 6f1560e..0000000
--- a/l10n/src/fil_PH/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Close
-BTN_TemplatesPanel_OpenInEditorButton=&Open in Editor
-LBL_TemplatesAction_Name=&Templates
-HINT_TemplatesAction=Customize templates
-LBL_TemplatesPanel_Title=Template Manager
-BTN_TemplatesPanel_Delete=&Delete
-LBL_TemplatesPanel_TemplatesLabel=&Templates\:
-BTN_TemplatesPanel_Add=&Add...
-BTN_TemplatesPanel_RenameButton=&Rename
-BTN_TemplatesPanel_DuplicateButton=Du&plicate
-BTN_TemplatesPanel_NewFolder=&New Folder
-BTN_TemplatesPanel_MoveUp=Move &Up
-BTN_TemplatesPanel_MoveDown=Move Do&wn
-LBL_TemplatesPanel_JFileChooser_Title=Add Existing Template
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Add
-TXT_TemplatesPanel_NewFolderName=New Folder
-MSG_TemplatesPanel_Nonexistent_File=File ''{0}''\ndoes not exist, please specify an existing file.
-
-TemplatesPanel_TemplateNode_DisplayName=Display Name
-TemplatesPanel_TemplateNode_DisplayName_Desc=Display name of this template. Shown in File|New wizard as well as in Tools|Templates.
-TemplatesPanel_TemplateNode_FileName=File Name
-TemplatesPanel_TemplateNode_FileName_Desc=File name of file represented by this template.
-TemplatesPanel_TemplateNode_ScriptEngine=Script Engine
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Script engine use for processing this template.
-TemplatesPanel_TemplateNode_TemplateCategories=Template Categories
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=A list of template's categories appropriate for this template.
-
-ACD_TemplatesPanel_Add=Add Template
-
-ACD_TemplatesPanel_New=New Template
-
-ACD_TemplatesPanel_Duplicate=Duplicate Selected Template
-
-ACD_TemplatesPanel_Rename=Rename Template
-
-ACD_TemplatesPanel_MoveUp=Move Up Selected Template
-
-ACD_TemplatesPanel_MoveDown=Move Down Selected Template
-
-ACD_TemplatesPanel_Delete=Delete Template
-
-TT_TemplatesPanel_Add=Add Template
-
diff --git a/l10n/src/fil_PH/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_fil_PH.properties
deleted file mode 100644
index 929201c..0000000
--- a/l10n/src/fil_PH/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Could not connect to URL {0}; no such resource was found.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Warning: the JavaHelp topic ID {0} was not found.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Loading help sets...
-ACSD_JavaHelp_viewer=Displays one or more online help references in JavaHelp format
-ACSD_Loading_Dialog=Loading help sets
-
-# HelpAction
-LBL_HelpAction=Help
-CTL_OpeningHelp=Opening Help...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP Monitor
-
-# a11y - BrowserDisplayer
-ACSD_Label=Click here to open this link in a web browser.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Showing help ID: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Showing help ID: {0}
-
-QuickSearch/Help=Help
-Err_CreateJavaHelpSearchEngine=Failed to create JavaHelp search engine.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copy Link Location
-
diff --git a/l10n/src/fil_PH/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_fil_PH.properties
deleted file mode 100644
index 45c1017..0000000
--- a/l10n/src/fil_PH/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JavaHelp Integration
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Permits JavaHelp help sets to be added to the IDE.
-OpenIDE-Module-Long-Description=Contains the actual JavaHelp runtime library, and the implementation of the part of the Modules API which permits other modules to install help sets using JavaHelp technology.
-
-Menu/Help/master-help.xml=Help &Contents
-Menu/Help/HelpShortcuts=Help &Sets
-Actions/Help/master-help.xml=Help &Contents
-
diff --git a/l10n/src/fil_PH/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_fil_PH.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/fil_PH/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/fil_PH/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_fil_PH.properties
deleted file mode 100644
index f617e03..0000000
--- a/l10n/src/fil_PH/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Sample value ensuring that decryption is working.
-FallbackProvider.msg_clear_keys=Your previously stored passwords cannot be decrypted. Do you wish to forget all existing passwords and start with a fresh keyring?
-FallbackProvider.title_clear_keys=Delete Stored Passwords
-MasterPasswordPanel.masterPasswordLabel.text=Master &Password:
-MasterPasswordPanel.setNewBox.text=&Change...
-MasterPasswordPanel.newLabel1.text=&New Master Password:
-MasterPasswordPanel.newLabel2.text=&Retype:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=Enter Master Password
-MasterPasswordPanel.enter_password=Enter password
-MasterPasswordPanel.enter_new_password=Enter new password
-MasterPasswordPanel.password_mismatch=New passwords do not match
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/fil_PH/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_fil_PH.properties
deleted file mode 100644
index d661fb1..0000000
--- a/l10n/src/fil_PH/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Cannot create file {0} in folder {1}.
-EXC_CannotCreateExistingData=Cannot create file {0} in folder {1}. This file already exists.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Cannot create folder {0} in folder {1}.
-EXC_CannotCreateExistingFolder=Cannot create folder {0} in folder {1}. This folder already exists.
-
-# {0} - the file
-EXC_CannotLock=Cannot lock read-only file {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Invalid lock [{0}] for file {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-EXC_CannotLockRoot=Root cannot be locked.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Cannot get exclusive access to {0} (probably opened for reading).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Cannot get shared access to {0} (probably opened for writing).
-
diff --git a/l10n/src/fil_PH/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_fil_PH.properties
deleted file mode 100644
index fc1852d..0000000
--- a/l10n/src/fil_PH/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=File {0} is already locked.
-EXC_FileLockAlreadyExists=File {0} is already locked (lock {1} exists).
-# {0} - full path
-FileObj.readOnlyFile=File {0} cannot be written to because it is read-only.
-
diff --git a/l10n/src/fil_PH/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_fil_PH.properties
deleted file mode 100644
index 2fb5bd5..0000000
--- a/l10n/src/fil_PH/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Master Filesystem
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Merges multiple filesystem providers into a single logical tree.
-OpenIDE-Module-Long-Description=Creates mounts for disk roots and then splices in other filesystems such as VCS mounts, providing a single wrapper FileSystem for them all.
-
-LBL_loaderName=FolderLoader for MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Cannot copy root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Cannot move root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Filesystem {1}  cannot be mounted on the root {0}, because Filesystem {2} is already mounted.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Filesystem {1}  cannot be mounted on the root {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Filesystem {0}  cannot be unmounted. 
-
diff --git a/l10n/src/fil_PH/platform/options-api/options-api/org/netbeans/modules/options/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/options-api/options-api/org/netbeans/modules/options/Bundle_fil_PH.properties
deleted file mode 100644
index 36fa58b..0000000
--- a/l10n/src/fil_PH/platform/options-api/options-api/org/netbeans/modules/options/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Options Dialog and SPI
-OpenIDE-Module-Display-Category=Tools
-OpenIDE-Module-Short-Description=Provides the Options dialog and an SPI to add panels to it.
-OpenIDE-Module-Long-Description=Provides the Tools | Options dialog. The SPI lets you add whole new panels, or sections to the Miscellaneous panel.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Options
-CTL_Options_Dialog_Title=Options
-CTL_OK=OK
-CTL_Classic=Advanced Options
-CTL_Classic_Title=Advanced Options
-CTL_Modern=&Basic Options
-CTL_Loading_Options=Loading Settings ...
-CTL_Error_Loading_Options=Loading Options Failed.
-CTL_Some_values_changed=There are some changes. Do you want to apply them?
-
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=&Fonts & Colors
-CTL_Font_And_Color_Options_Title=Fonts & Colors
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-
-CTL_Export=Expor&t
-CTL_Import=&Import
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= Invokes Advanced Options dialog
-ACS_OptionsPanel=Options Dialog
-ACS_Export=Export Options
-ACS_Import=Import Options
-TabbedController.pane.AD=Options Panel
-
-QuickSearch/GoToOption=Options
-
diff --git a/l10n/src/fil_PH/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_fil_PH.properties
deleted file mode 100644
index 95766a8..0000000
--- a/l10n/src/fil_PH/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Miscellaneous
-CTL_Advanced_Options_Title=Miscellaneous
-CTL_Advanced_Options_Description=Miscellaneous
-AdvancedPanel.tabbedPanel.AD=Miscellaneous tabbed panel
-Advanced.Export.Category=Miscellaneous
-
diff --git a/l10n/src/fil_PH/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_fil_PH.properties
deleted file mode 100644
index 930c4e0..0000000
--- a/l10n/src/fil_PH/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Define Here
-LBL_action_revert=Revert Def.
-LBL_action_delete=Delete
-
-MSG_ask_remove_above_defined_files=Moving the definition here will remove any values stored in layers left of the selected column.\n\nDo you want to proceed?
-
-#file state tooltips
-LBL_fstate_defined=Setting Definition
-LBL_fstate_ignored=Unused Setting Value
-LBL_fstate_inherited=Setting Inherited
-LBL_fstate_undefined=Setting value is not defined here
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=User
-LBL_FSP_Desc_Session-Layer=Session Settings Level
-LBL_FSP_Modules-Layer=Default
-LBL_FSP_Desc_Modules-Layer=Default Installation Settings Level
-
-#OptionsAction
-Options=&Options
-CTL_close_button=&Close
-ACSD_close_button=N/A
-ACSN_optionsTree=N/A
-ACSD_optionsTree=N/A
-LBL_computing=Initializing settings ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Show Levels (press +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Hide Levels (press +)
-CTL_Templates_name=Templates
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorer
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
diff --git a/l10n/src/fil_PH/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_fil_PH.properties
deleted file mode 100644
index c92ed6a..0000000
--- a/l10n/src/fil_PH/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Select Options for Export:
-OptionsChooserPanel.outline.all=All
-OptionsChooserPanel.outline.header.tree=Available Options
-OptionsChooserPanel.outline.AN=Available Options
-OptionsChooserPanel.outline.AD=Tree of available options
-OptionsChooserPanel.lblFile.text=&Target zip file:
-OptionsChooserPanel.btnBrowse=B&rowse...
-OptionsChooserPanel.btnBrowse.AN=Browse
-OptionsChooserPanel.btnBrowse.AD=Browse
-OptionsChooserPanel.txtFile.AD=Source or target of import/export.
-OptionsChooserPanel.loading=Loading...
-OptionsChooserPanel.file.warning=Please, select a valid target zip file
-OptionsChooserPanel.nooption.warning=Please, select something to export
-OptionsChooserPanel.file.chooser.title=Select target zip file
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=Select Options to Export
-OptionsChooserPanel.export.status.text=Options Export Finished.
-OptionsChooserPanel.import.title=Select Options to Import
-OptionsChooserPanel.import.lblFile.text=&Import Source:
-OptionsChooserPanel.import.lblHint.text=&Select Options for Import:
-OptionsChooserPanel.import.file.warning=Please, select a valid zip file or userdir
-OptionsChooserPanel.import.nooption.warning=Please, select something to import
-OptionsChooserPanel.import.file.chooser.title=Select zip file or userdir
-OptionsChooserPanel.import.invalid.userdir.title=Invalid Userdir?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Folder {0} does not seem to be a valid userdir. Do you really want to import options from this location?
-OptionsChooserPanel.AD=Panel to choose options for export/import
-OptionsChooserPanel.import.error=Error while importing options. Run IDE with parameter -J-Dorg.netbeans.modules.options.export.level=100 and look at IDE log for details.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Invalid zip file: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Writing to file {0} failed.
-ImportConfirmationPanel.title=Import Confirmation
-ImportConfirmationPanel.cbRestart.text=&Restart IDE now (without restart imported settings may not work)
-ImportConfirmationPanel.cbRestart.AD=Decide whether restart IDE now or later
-ImportConfirmationPanel.cbRestart.AN=Restart IDE now?
-ImportConfirmationPanel.lblMessage.text=Import may irreversibly overwrite your current settings. Perform export first to backup current options. Do you want to continue?
-ImportConfirmationPanel.lblMessage.AD=Confirmation message
-ImportConfirmationPanel.AN=Import Confirmation
-ImportConfirmationPanel.AD=Import Confirmation
-ExportConfirmationPanel.title=Stored Passwords Warning
-ExportConfirmationPanel.lblMessage.text=Exported settings may contain stored passwords. Sharing your settings with other users represents a potential security risk. Do you want to continue?
-ExportConfirmationPanel.cbSkip.text=&Skip this warning next time
-ExportConfirmationPanel.cbSkip.AN=Skip this warning next time?
-ExportConfirmationPanel.cbSkip.AD=Decide whether skip or show this warning next time
-ExportConfirmationPanel.lblMessage.AD=Confirmation message
-ExportConfirmationPanel.AN=Stored passwords warning
-ExportConfirmationPanel.AD=Stored passwords warning
-
diff --git a/l10n/src/fil_PH/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_fil_PH.properties
deleted file mode 100644
index d2c889b..0000000
--- a/l10n/src/fil_PH/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Keymap Options
-
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-CTL_Keymap_Options_Description=Keymap
-
-CTL_Duplicate=&Manage Profiles...
-AN_Duplicate=Duplicate
-AD_Duplicate=Duplicate
-CTL_Delete=Dele&te
-AN_Delete=Delete
-AD_Delete=Delete
-CTL_Restore=&Restore
-AN_Restore=Restore
-AD_Restore=Restore
-CTL_Show_Actions=Actio&ns
-AN_Show_Actions=Actions
-AD_Show_Actions=Actions
-CTL_Show_Shortcuts=&Shortcuts
-AN_Show_Shortcuts=Shortcuts
-AD_Show_Shortcuts=Shortcuts
-CTL_Add_Shortcut=A&dd ...
-AN_Add_Shortcut=Add
-AD_Add_Shortcut=Add
-CTL_Remove_Shortcut=Remo&ve
-AN_Remove_Shortcut=Remove
-AD_Remove_Shortcut=Remove
-CTL_Actions=Actio&ns:
-AN_Actions=Actions
-AD_Actions=Actions
-CTL_Shortcuts=&Shortcuts:
-AN_Shortcuts=Shortcuts
-AD_Shortcuts=Shortcuts
-AN_Profiles=Profiles
-AD_Profiles=Profiles
-Show_Actions=Actio&ns
-Show_Shortcuts=&Shortcuts
-Keymaps=&Keymaps
-CTL_Keymap_Name=&Profile:
-View_By=&View By
-Shortcut=&Shortcut:
-Add_Shortcut_Dialog=Add Shortcut
-CTL_Create_New_Profile_Message=Profile &Name:
-CTL_Create_New_Profile_Title=Create New Profile Dialog
-Shortcut_Conflict=<html>Shortcut already assigned to {0} action. If you proceed the shortcut will be reassigned.
-CTL_Clear=&Clear
-AN_Clear=Clear shortcut button
-AD_Clear=Clear the shortcut field
-CTL_Tab=&Tab
-AN_Tab=Insert Tab character button
-AD_Tab=Insert Tab character
-CTL_Duplicate_Profile_Name=Profile with such name already exists.\n Choose different name, please.
-
-CTL_Export_IDE_Actions_Action=Export IDE Actions to XML
-CTL_Export_IDE_Shortcuts_Action=Export IDE Shortcuts to XML
-CTL_Export_Editor_Shortcuts_Action=Export Editor Shortcuts to XML
-CTL_Export_Shortcuts_to_HTML_Action=Export Shortcuts to HTML
-
-CTL_Other=Other
-AN_Shortcut=Shortcut field
-AD_Shortcut=Shortcut field
-AN_ShortcutsDialog=Enter new shortcut
-AD_ShortcutsDialog=Enter new shortcut
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Switching keymap profile from {1} to {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Quick Search: Invoking {1} action, class {0}
-
-QuickSearch/Actions=Actions
-MSG_ActionFailure={0} action can not be invoked through Quick Search...
-
-# Quicksearch options
-KW_KeymapOptions=Keymap Options, Keyboard Shortcuts, Keybindings
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Search:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Field used to narrow list of shortcuts
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Search in Sho&rtcuts:
-
-# Conflict dialogs
-Override_Shortcut=<html>Following Action(s): <br>{0} conflict with this assignment. Do you wish to override?
-Conflicting_Shortcut_Dialog=Conflicting Shortcut Dialog
-Override_All=<html>Following Action(s): <br>{0} conflict with this restore. Do you wish to override all?
-Alternative_Shortcut=(alternative shortcut)
-
-#Table columns
-Actions=Actions
-Shortcut=Shortcut
-Category=Category
-Scope=Scope
-
-#Keymap Popup
-Edit=Edit...
-Add_Alternative=Add Alternative
-Reset_to_Default=Reset to Default
-Clear=Clear
-
-#Keymap completion
-No_Free_Shortcut=No recommended free shortcut with prefix "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicate
-ProfilesPanel.exportButton.text=&Export
-ProfilesPanel.deleteButton.text=De&lete
-ProfilesPanel.importButton.text=&Import
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Profiles scroll pane
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Scroll pane for profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=List of keymap profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Imports profile from external file
-ProfilesPanel.AccessibleContext.accessibleDescription=Profiles Panel
-ProfilesPanel.restoreButton.text=&Restore Defaults
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restores stored defaults
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplicates existing profile
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exports current profile
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Deletes selected custom profile
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=Manage Keymap Profiles
-CTL_Files=Files
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Keymaps
-Keymaps.Options.Export.Profiles.displayName=Keymap Profiles
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/fil_PH/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_fil_PH.properties
deleted file mode 100644
index c987b1e..0000000
--- a/l10n/src/fil_PH/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Swing Layout Extensions integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles swing-layout library.
-OpenIDE-Module-Long-Description=This module bundles Swing Layout Extensions library (from swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_fil_PH.properties
deleted file mode 100644
index d008c39..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=Common Annotations
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_fil_PH.properties
deleted file mode 100644
index feb9286..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization APIs.
-OpenIDE-Module-Long-Description=Lets modules register long-running tasks or processes in a central place.
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_fil_PH.properties
deleted file mode 100644
index 741f64f..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Scene Component
-ACS_SceneComponentDesc=Scene view
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_fil_PH.properties
deleted file mode 100644
index af2d2f2..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Visual Library API
-OpenIDE-Module-Short-Description=Visual Library API
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_fil_PH.properties
deleted file mode 100644
index ca6f96e..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=An instance of the program seems to be already running with your user directory.\nEither a previous session of the program did not exit correctly, or another instance\nof the program is running on a different computer and using the same user directory.\n\nIf another session of the program is running with the same user directory, please click\nCancel to prevent the corruption of the user directory. If you are sure that no other\ninstances of the program are running with your user directory, click OK to continue.
-MSG_AlreadyRunningTitle=Warning
-
-EXC_not_a_module={0} is not a valid NetBeans module.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Bootstrap
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The core bootstrap of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the initial infrastructure that loads all other parts of the application. It cannot be disabled.
-
-MSG_InstallJava6=Cannot run on older versions of Java than Java 6 Standard Edition.\nPlease install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=Java 6 Standard Edition or newer required
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_fil_PH.properties
deleted file mode 100644
index 80e1b53..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Output {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=&Exit IDE
-ACSD_EndTasks=N/A
-CTL_PendingTitle=Exit IDE
-ACSD_PendingTitle=N/A
-LAB_PendingTasks=E&xiting the IDE will terminate the following processes:
-ACSD_PendingTasks=N/A
-# {0} - process name
-CTL_PendingExternalProcess2=Process - {0}
-# {0} - action name
-CTL_ActionInProgress={0} action in progress
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_fil_PH.properties
deleted file mode 100644
index 53a2a23..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Remove
-CTL_MoveUp=Move &Up
-CTL_MoveDown=Move Do&wn
-CTL_AddDirectory=Add Director&y...
-CTL_AddJAR=Add &JAR/ZIP...
-CTL_JarArchivesMask=JAR and ZIP Archives
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_AddDirectory=N/A
-ACSD_AddJAR=N/A
-ACSD_PathList=N/A
-ACSD_CustomNbClassPathEditor=N/A
-CTL_Edit_Jar_Dialog_Title=Edit JAR File
-CTL_Edit_Local_Dialog_Title=Edit Local Directory
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=Add JAR File
-CTL_FileSystemPanel.Local_Dialog_Title=Add Local Directory
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Process\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Arguments\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Arguments &Hint
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Browse...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/A
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/A
-ACSD_CustomNbProcessDescriptorEditor=N/A
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Path Entries
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=List of path entries to be edited.
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_fil_PH.properties
deleted file mode 100644
index d19338b..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Execution
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of the Execution engine.
-OpenIDE-Module-Long-Description=Adds support for execution into the platform. Contains classes which implement the execution part of APIs and corresponding GUI.
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_fil_PH.properties
deleted file mode 100644
index 6913b0d..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=&Output
-
-#Title for I/O window
-LBL_IO_WINDOW=Output
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Output
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_fil_PH.properties
deleted file mode 100644
index d904be1..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editors
-EditorsAction.source=&Source
-GetLeftEditorAction.name=Editors - Iterate left
-
-GetRightEditorAction.name=Editors - Iterate right
-
-TabButton.tool_tip={0} View
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_fil_PH.properties
deleted file mode 100644
index 34b8ae8..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MultiView Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=MultiView Windows framework and APIs
-OpenIDE-Module-Long-Description=MultiView Windows framework and APIs
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_fil_PH.properties
deleted file mode 100644
index 27caa53..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Native Access
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-OpenIDE-Module-Long-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_fil_PH.properties
deleted file mode 100644
index f1db8aa..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparency
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_fil_PH.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_fil_PH.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_fil_PH.properties
deleted file mode 100644
index fe48716..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-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_FONT_TYPE=Choose Font...
-ACTION_FILTER=Filter...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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...
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_fil_PH.properties
deleted file mode 100644
index d9f02d2..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Input
-LBL_EOF=&Close Input
-TIP_EOF=Closes the input component and sends end-of-file to any readers
-TIP_INPUT=Enter text and press enter to send it to the running process
-
-#Output window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_fil_PH.properties
deleted file mode 100644
index 4762f92..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Startup
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Loads and enables modules.
-OpenIDE-Module-Long-Description=This module provides the central additional functionality to Bootstrap to locate and enable the right modules.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user is not set.\nPlease check your NetBeans startup script.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Your user directory ({0}) cannot reside inside your NetBeans installation directory ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Starting NetBeans Platform
-# The Title of the About Box
-CTL_About_Title=About
-CTL_About_Detail=Detail
-ACSD_AboutDialog=N/A
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/A
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=UI class name expected, using default UI...
-ERR_UserDirExpected=Directory expected after --userdir switch
-ERR_UINotFound=UI class not found, using default UI...
-ERR_FontSizeExpected=Font size expected, using default font size...
-ERR_BadFontSize=Bad format of the font size, using default font size...
-ERR_BrandingNeedsArgument=Option --branding requires one argument
-ERR_LocaleExpected=Locale specification expected after --locale switch
-
-
-CTL_Netbeanshome_notexists=netbeans.home points to a non-existent directory.
-CTL_Netbeanshome1=netbeans.home does not point to a directory.
-CTL_Netbeanshome2=netbeans.user points to a non-existent directory.
-CTL_Netbeanshome3=netbeans.user does not point to a directory.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Cannot create system directory in {0}. A file with the same name already exists.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Cannot create system directory in {0}.
-CTL_Cannot_mount_system_fs=Cannot add System filesystem, exiting...
-
-#startup info messages
-MSG_IDEInit=Initializing...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Could not connect to URL {0}. No such resource was found.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize is not supported on GTK look and feel. Adjust your desktop font size instead.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Error: {0}
-EXC_GraphicsStartFails2=See the {0} for details.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=The module {0} was requested in version >= {1} but only {2} was found.
-# {0} - module display name
-MSG_problem_other_disabled=The module {0} would also need to be installed.
-LBL_no_impl_version=[no version specified]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=The module {0} was requested in implementation version "{1}" but only "{2}" was found.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=The module named {0} was needed and not found.
-# {0} - required token
-MSG_problem_require_disabled=None of the modules providing the capability {0} could be installed.
-# {0} - required token
-MSG_problem_require_not_found=No module providing the capability {0} could be found.
-# {0} - class name
-MSG_problem_class_not_loaded=The package containing the class {0} was not loaded.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=The package {0} was not loaded or was an outdated version.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=The Java platform version {0} or higher was requested but only {1} is running.
-MSG_warning=Warning
-MSG_info=Information
-MSG_continue=Disable Modules and Continue
-MSG_exit=Exit
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Another module|1<{0} further modules} could not be installed due to the above problems.
-
-# NbEvents
-MSG_start_load_boot_modules=Loading core...
-MSG_finish_load_boot_modules=Loading core...done.
-MSG_start_auto_restore=Loading modules...
-MSG_finish_auto_restore=Done loading modules.
-MSG_start_enable_modules=Turning on modules...
-MSG_finish_enable_modules=Turning on modules...done.
-TEXT_finish_enable_modules=Turning on modules:
-MSG_start_disable_modules=Turning off modules...
-MSG_finish_disable_modules=Turning off modules...done.
-TEXT_finish_disable_modules=Turning off modules:
-MSG_failed_install_new=Warning - could not install some modules:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Warning - could not install module {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Deploying test module in {0} ...
-TEXT_finish_deploy_test_module=Finished deploying test module.
-MSG_start_read=Reading module storage...
-MSG_finish_read=Reading module storage...done.
-MSG_restore=Starting modules...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Installing {0}
-# {0} - module display name
-TEXT_install=Installing new module: {0}
-# {0} - module display name
-MSG_update=Starting a new version of {0}
-# {0} - module display name
-TEXT_update=Updating module: {0}
-# {0} - module display name
-MSG_uninstall=Stopping {0}
-MSG_load_section=Loading modules...
-MSG_load_layers=Loading module services...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Warning: the module {0} could not be found, ignoring...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=The module {0} could not be deleted as it was an autoload or eager module and still in use.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=An attempt was made to change the property {1} of the module {0} in the system/Modules folder.\nThe actual value is "{3}" but it was changed on disk to read "{2}".\nThis property cannot be changed while the IDE is running, so this attempt had no effect.
-# {0} - JAR file name
-TEXT_patch=Module patch or custom extension: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Missing resource from class: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Key which was not found: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Parse error in file {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Parse error in file {1} line {3} column {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_fil_PH.properties
deleted file mode 100644
index 461e0c2..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Default System
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Loading cached objects...
-MSG_end_load_cache=Loading cached objects...done.
-MSG_start_rewrite_cache=Recreating cache of objects...
-MSG_end_rewrite_cache=Recreating cache of objects...done.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=File event {0}, file {1}
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_fil_PH.properties
deleted file mode 100644
index 95bed0c..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Files
-AdvancedOption.tooltip=Files
-FileAssociationsPanel.btnDefault.text=&Default
-FileAssociationsPanel.btnDefault.tooltip=Restore default setting for selected file extension
-FileAssociationsPanel.btnDefault.AN=Restore Default Setting
-FileAssociationsPanel.btnDefault.AD=Restore Default Setting for Selected File Extension
-FileAssociationsPanel.btnDefaultIgnored.text=De&fault
-FileAssociationsPanel.btnDefaultIgnored.AN=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnDefaultIgnored.AD=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnNew.text=&New...
-FileAssociationsPanel.btnNew.AN=New File Extension
-FileAssociationsPanel.btnNew.AD=New File Extension
-FileAssociationsPanel.btnRemove.text=&Remove
-FileAssociationsPanel.btnRemove.AN=Remove Selected File Extension
-FileAssociationsPanel.btnRemove.AD=Remove Selected File Extension
-FileAssociationsPanel.cbExtension.choose=< Choose the extension >
-FileAssociationsPanel.cbExtension.AD=File Extension
-FileAssociationsPanel.cbExtension.AN=List of File Extensions
-FileAssociationsPanel.cbType.AN=List of File Types
-FileAssociationsPanel.cbType.AD=List of File Types
-FileAssociationsPanel.lblAssociatedAlso.text=Associated also with:
-FileAssociationsPanel.lblAssociatedAlso.AN=File Type Associated Also with Extensions
-FileAssociationsPanel.lblAssociatedAlso.AD=File Type Associated Also with Extensions
-FileAssociationsPanel.lblExtension.text=File &Extension:
-FileAssociationsPanel.lblExtension.AN=File Extension
-FileAssociationsPanel.lblExtension.AD=List of File Extensions
-FileAssociationsPanel.lblType.text=Associated File &Type (MIME):
-FileAssociationsPanel.lblType.AD=List of Associated File Types
-FileAssociationsPanel.lblType.AN=List of Associated File Types
-FileAssociationsPanel.lblFileAssociations.text=File Associations
-FileAssociationsPanel.lblFilesIgnored.text=Files Ignored by the IDE
-FileAssociationsPanel.lblPattern.text=&Ignored Files Pattern:
-FileAssociationsPanel.lblPattern.tooltip=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.lblPattern.AN=Ignored Files Pattern
-FileAssociationsPanel.lblPattern.AD=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.txtPatternError.AN=Ignored Files Pattern Syntax Error
-FileAssociationsPanel.txtPatternError.AD=Syntax error in ignored files regular expression
-
-NewExtensionPanel.title=Enter New File Extension
-NewExtensionPanel.AD=Enter New File Extension
-NewExtensionPanel.lblExtension.text=File &Extension:
-NewExtensionPanel.lblExtension.AN=File Extension
-NewExtensionPanel.lblExtension.AD=File Extension
-
-OpenAsAction.name=Open As...
-OpenAsPanel.txtDescription.AN=Hint
-OpenAsPanel.txtDescription.AD=Hint
-OpenAsPanel.lblExtension.text=Treat {0} files as:
-OpenAsPanel.title=Open as...
-OpenAsPanel.open=Open
-OpenAsPanel.AD=Choose type of file
-
-# display name for options export
-Files.Options.Export.displayName=Files
-OpenAsPanel.lblDescription.text=NetBeans does not know this type of file. Please specify how should these files be treated.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_fil_PH.properties
deleted file mode 100644
index 479649d..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_General_Options_Category=General
-CTL_General_Options_Description=General options, Proxy settings, Editor settings
-CTL_Package_View_Type=View Java Packages as:
-CTL_Flattern_Packages=&List
-AN_Flattern_Packages=List
-AD_Flattern_Packages=List
-CTL_Tree_Packages=Tree
-AN_Tree_Packages=Tree
-AD_Tree_Packages=Tree
-CTL_No_Proxy=&No Proxy
-AN_No_Proxy=No Proxy
-AD_No_Proxy=No Proxy
-CTL_Usage_Statistics=Usage Statistics:
-AN_Usage_Statistics=Usage Statistics
-AD_Usage_Statistics=Usage Statistics
-CTL_Usage_Check=Hel&p us improve the NetBeans IDE by providing anonymous usage data
-AN_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-AD_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-CTL_Usage_Info=<html>The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.</html>
-AN_Usage_Info=Usage statistics info
-AD_Usage_Info=The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Learn more</u></font></html>
-AN_Learn_More=Learn more
-AD_Learn_More=Learn more
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Use System Proxy Settings
-AN_Use_System_Proxy_Settings=Use System Proxy Settings
-AD_Use_System_Proxy_Settings=Use System Proxy Settings
-CTL_Use_HTTP_Proxy=&Manual Proxy Settings
-AN_Use_HTTP_Proxy=HTTP Proxy
-AD_Use_HTTP_Proxy=HTTP Proxy
-AN_Web_Browser=Web Browser
-AD_Web_Browser=Web Browser
-AN_Host=Host
-AD_Host=Host
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Update Period
-AD_Update_Period=Update Period
-AN_Ask_Before_Check=Ask Before Check
-AD_Ask_Before_Check=Ask Before Check
-Line_Numbers=&Line Numbers
-Antialiasing=Antialiasing:
-Text_Antialiasing=Use Antialiasing
-Toolbar=&Toolbar
-Package_View=Package View
-SDI_Window_Mode=SDI Window Mode
-MDI_Window_Mode=MDI Window Mode
-Tree_View=Tree View
-Default_System_Browser=<Default Browser>
-Swing_HTML_Browser=Swing Browser
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=General
-CTL_Web_Browser=&Web Browser:
-Confirm_Delete=&Confirm Delete:
-CTL_Web_Proxy=Proxy Settings:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=HTTP Pro&xy\:
-Code_Folding=Code Folding:
-Show=Show:
-Editor=Editor
-CTL_Check_Period=Check Perio&d:
-CTL_Ask_Before_Check=Ask &Before Check:
-CTL_Auto_Update=Auto Update
-Use_Folding=&Use Code Folding
-Fold_Methods=Fold &Methods
-Fold_Classes=Fol&d Inner Classes
-Fold_Imports=Fold Import&s
-Fold_JavaDoc=Fold &Javadoc Comments
-Fold_Licence=F&old Initial Comment
-Auto_Popup=Auto Popup:
-Auto_Popup_Completion=Completion Window
-Auto_Popup_JavaDoc=Javadoc Window
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Default_System_Browser=Default System Browser
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Internal Browser
-
-
-
-
-AN_NonProxy=No Proxy For
-
-AD_NonProxy=No Proxy For
-
-CTL_Non_Proxy=No Prox&y For\:
-
-Non_Proxy_Hint=(e.g. localhost, *.netbeans.org, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=M&ore...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Advanced Proxy Settings
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Open Advanced Proxy Settings
-
-LBL_GeneralOptionsPanel_PortError=Port number must be an integer value.
-
-LBL_GeneralOptionsPanel_lWebProxy=Proxy Settings\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP &Proxy\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(e.g. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&t\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS Proxy\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS Proxy\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=No Pro&xy Hosts\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Proxy Re&quires Authentication
-
-LBL_AdvancedProxyPanel_lUserName=&Username\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Pass&word\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Use the same proxy settings for &all protocols
-
-LBL_AdvancedProxyPanel_Title=Advanced Proxy Options
-LBL_AdvancedProxyPanel_PortError=Port number must be an integer value.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Use System Proxy Settings
-GeneralOptionsPanel.lWebBrowser.text=&Web Browser\:
-GeneralOptionsPanel.rbNoProxy.text=&No Proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/A
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/A
-
-LBL_WebBrowsersPanel_Title=Web Browsers
-LBL_ExternalBrowser_Name=External Browser
-WebBrowsersPanel.nameLabel.text=Name\:
-WebBrowsersPanel.executableLabel.text=Executable\:
-WebBrowsersPanel.parametersLabel.text=Parameters\:
-WebBrowsersPanel.browseButton.text=Browse...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Add...
-WebBrowsersPanel.removeButton.text=Remove
-WebBrowsersPanel.browsersLabel.text=Web Browsers\:
-GeneralOptionsPanel.editBrowserButton.text=&Edit...
-GeneralOptionsPanel.editBrowserButton.AD=Edit Web Browsers
-GeneralOptionsPanel.editBrowserButton.AN=Edit Web Browsers
-WebBrowsers_URL_Hint=Hint\: {URL} \= URL of the page to be loaded by the web browser
-
-ACS_WebBrowsersList=List of available web browsers
-ACS_AddWebBrowserButton=Add new web browser
-ACS_RemoveWebBrowserButton=Remove selected web browser
-ACS_BrowserNameField=Web browser name
-ACS_BrowserExecutableField=Web browser executable
-ACS_BrowserParametersField=Web browser executable parameters
-ACS_BrowseExecutableButton=Browse web browser executable
-WebBrowsersOptionsPanel.browsersLabel.text=&Web Browsers\:
-WebBrowsersOptionsPanel.addButton.text=A&dd...
-WebBrowsersOptionsPanel.removeButton.text=&Remove
-WebBrowsersOptionsPanel.nameLabel.text=&Name\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Web Browsers
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Browsers list
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=List of Web Browsers
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Add button
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Remove button
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Browser name
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Web Browsers
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Web Browsers
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Direct connection.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, General Options
-
-# Display name for options export
-General.Options.Export.Category.displayName=General
-General.Options.Export.displayName=General
-Other.Options.Export.displayName=All Other Unspecified
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_fil_PH.properties
deleted file mode 100644
index 67a3119..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface of the platform.
-OpenIDE-Module-Long-Description=Provides classes and resources for the standard basic user interface of the platform and for applications built on top of the platform.
-
-Actions=Actions
-Actions/Edit=Edit
-Actions/Help=Help
-Actions/System=System
-Actions/Tools=Tools
-Actions/View=View
-Actions/Window/SelectDocumentNode=Select Document in
-Menu=Menu Bar
-Menu/Edit=&Edit
-Menu/File=&File
-Menu/GoTo=&Navigate
-Menu/Help=&Help
-Menu/Tools=&Tools
-Menu/View=&View
-Menu/Window/SelectDocumentNode=Select Docume&nt in
-Services/Browsers=Web Browsers
-Templates/Privileged=Privileged
-Templates/Recent=Recent
-Templates/Services/Browsers=Web Browsers
-Toolbars=Toolbars
-Toolbars/Clipboard=Cli&pboard
-Toolbars/UndoRedo=&Undo/Redo
-Toolbars/File=&File
-Toolbars/Memory=&Memory
-Toolbars/Standard.xml=Coding
-UI/Services=Options
-
-ProgressDisplayName_FileSystemRefresh=Refreshing files
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_fil_PH.properties
deleted file mode 100644
index b2d90f4..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Start sampling IDE
-SelfSamplerAction_ActionNameStop=Stop sampling and take snapshot
-SelfSamplerAction_ActionDescription=Will take a snapshot based on the thread dump
-SelfSamplerAction_ThreadName=IDE Self Sampler
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=Snapshot was saved to {0}
-Save_Progress=Saving snapshot
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_fil_PH.properties
deleted file mode 100644
index 9a74cc8..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Open in System
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_fil_PH.properties
deleted file mode 100644
index 190b65b..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Total physical memory {0}
-
-
-#LOG_WINDOW_ACTIVATED=Main Window Activated, refresh took {0} ms
-#LOG_WINDOW_DEACTIVATED=Main Window Deactivated
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Checking for external changes
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspended
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_fil_PH.properties
deleted file mode 100644
index c6dd756..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Only Workspace>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_fil_PH.properties
deleted file mode 100644
index 580c1f0..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&lone Document
-# CloseWindowAction
-CTL_CloseWindowAction=&Close Window
-
-CTL_RecentViewListAction=Go to P&revious Document
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=Close &All Documents
-
-# UndockAction
-CTL_UndockWindowAction=&Undock Window
-CTL_UndockWindowAction_Dock=Doc&k Window
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Close All Documents
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimize Window
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Close Window
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Close Other Documents
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Save Document
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Clone Document
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Close Other Docu&ments
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maximi&ze Window
-CTL_UnmaximizeWindowAction=Restore Window
-
-# DocumentsAction
-CTL_DocumentsAction=&Documents...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=&Toolbars
-
-# NextTabAction
-CTL_NextTabAction=Next Tab
-# PreviousTabAction
-CTL_PreviousTabAction=Previous Tab
-
-CTL_ToggleFullScreenAction=&Full Screen
-
-# ResetWindowsAction
-CTL_ResetWindows=Reset &Windows
-
-LBL_ToggleWindowTransparencyAction=Transparent Window
-LBL_WindowTransparencyHint=Press and hold [Ctrl+NumPad 0] key to make minimized window transparent.
-
-# Properties
-GlobalProperties=P&roperties
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_fil_PH.properties
deleted file mode 100644
index d06eed8..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Appearance
-AdvancedOption_Tooltip_WinSys=Window System related options
-
-IsAlphaFloatingTooltip=Makes unfocused floating windows semi-transparent after few seconds
-
-IsDragWindowTooltip=Enables "ghost" window image during drag and drop of a window
-IsAlphaDragTooltip=Enables transparency in drag window image
-
-IsSnapScreenEdgesTooltip=Enables snapping of floating windows to screen edges
-IsSnappingTooltip=Enables automatic snapping of floating windows for easier layout handling
-
-NoAlphaSupport=Window transparency is not supported by OS
-LBL_DragWindowImage=Drag window image
-LBL_TransparentDragWindow=Transparent drag window image
-LBL_TransparentFloatingWindows=Transparent floating windows
-LBL_SnapFloatingWindows=Snapping floating windows
-LBL_SnapToScreenEdges=Snap to screen edges
-LBL_CloseActivatesRecentDocument=Close activates most recent document
-TIP_CloseActivatesMostRecentDocument=When a document is closed then the most recent document becomes active instead of its neighbor
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=When a document is closed then the most recent document becomes active
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_fil_PH.properties
deleted file mode 100644
index 60ac482..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Cannot parse configuration of window manager {0}.
-EXC_GroupParse=Cannot parse configuration of Group {0}.
-EXC_TCGroupParse=Cannot parse configuration of TCGroup {0}.
-EXC_TCRefParse=Cannot parse configuration of TCRef {0}.
-EXC_ModeParse=Cannot parse configuration of mode {0}.
-
-# PersistenceManager
-EXC_RootFolder=Cannot create root folder {0}
-EXC_CompsFolder=Cannot create components folder {0}
-EXC_GroupsFolder=Cannot create groups folder {0}
-EXC_ModesFolder=Cannot create modes folder {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Top component {0} could not be located or loaded from 'Components' folder.
-EXC_CannotSaveTCSettings=Settings of top component {0} could not be saved
-EXC_CopyFails=Cannot copy component settings file to folder {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Component {0} could not be saved due to problems with its serialization.
-FMT_TCReadError=Component {0} could not be opened due to problems with its deserialization.
-
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_fil_PH.properties
deleted file mode 100644
index 8395eea..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation for windowing support.
-OpenIDE-Module-Long-Description=Adds classes implementing the window system part of the APIs.
-
-Actions/Window=Window
-Menu/Window=&Window
-
-# Options export
-Toolbars.Options.Export.displayName=Toolbars
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_fil_PH.properties
deleted file mode 100644
index 86ed80f..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Cancel
-CloseButton=Close
-# HelpButton=Help
-YesButton=Yes
-NoButton=No
-# ApplyButton=Apply
-DetailsButton=Details
-# ButtoBarButoo
-CTL_Button=Button
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorDialog=File selector dialog
-ACSN_FileSelectorTreeView=Tree View
-ACSD_FileSelectorTreeView=Tree view in file selector
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Customizer Dialog
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Close
-CANCEL_OPTION_CAPTION=Cancel
-HELP_OPTION_CAPTION=&Help
-NO_OPTION_CAPTION=No
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Yes
-ACS_YES_OPTION_NAME=Yes
-ACS_YES_OPTION_DESC=Yes button
-# - {0} message
-ACSD_ErrorMessage=Error: {0}
-ACSD_WarningMessage=Warning: {0}
-ACSD_QuestionMessage=Question {0}
-ACSD_InformationMessage=Information {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Cancel
-ACS_CANCEL_OPTION_DESC=Cancel button
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=OK button
-
-ACS_NO_OPTION_NAME=No
-ACS_NO_OPTION_DESC=No button
-
-ACS_HELP_OPTION_NAME=Help
-ACS_HELP_OPTION_DESC=Help button
-
-ACS_CLOSED_OPTION_NAME=Close
-ACS_CLOSED_OPTION_DESC=Close button
-
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_fil_PH.properties
deleted file mode 100644
index 1240f01..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Main Window
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documents:
-LBL_Description=Descri&ption:
-LBL_Activate=Swi&tch to Document
-LBL_CloseDocuments=C&lose Document(s)
-LBL_SaveDocuments=&Save Documents(s)
-LBL_Close=&Close
-
-ACSD_Activate=N/A
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/A
-
-CTL_DocumentsTitle=Documents
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Properties
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#No Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-ACSN_PropertiesSheet=Property sheet
-ACSD_PropertiesSheet=View shows properties for given node.
-EXC_CannotLoadNodes=Nodes cannot be loaded into the property sheet. They probably no longer exist.
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_fil_PH.properties
deleted file mode 100644
index 727b51c..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&Small Toolbar Icons
-
-# ToolbarLayout
-EXC_wrongConstraints=cannot add to layout: does not use ToolbarConstraints
-
-CTL_CustomizeToolbars=&Customize...
-
-#New Toolbar Button label
-CTL_NewToolbar=&New Toolbar...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&Small Toolbar Icons
-
-#Drag and Drop hint
-CTL_TreeLabel=Drag items to or from the toolbars to add or remove them...
-
-LBL_PleaseWait=Please wait...
-
-#Close customizer button
-CTL_Close=&Close
-
-#Customizer dialog window title
-CustomizerTitle=Customize Toolbars
-
-ACSD_ActionsTree=Drag items from here to toolbars.
-ACSN_ActionsTree=Actions Pool
-
-ACSN_ActionsScrollBar=Actions Pool Scrollbar
-ACSD_ActionsScrollBar=Actions Pool Scrollbar
-
-ACSD_ToolbarCustomizer=Toolbar Customizer
-
-ACSD_Close=Close Button
-ACSD_NewToolbar=New Toolbar Button
-
-ACSD_SmallIcons=Small Icons Checkbox
-
-CTL_ResetToolbarsAction=Reset &Toolbars
-CTL_ResetToolbarsButton=Reset &Toolbars
-
-
-
-PROP_newToolbarLabel=&Name:
-PROP_newToolbarDialog=New Toolbar
-PROP_newToolbar=Toolbar
-MSG_ToolbarExists=Toolbar {0} already exists.
-
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_fil_PH.properties
deleted file mode 100644
index ab148b5..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=The size cannot be negative
-CTL_InvalidValue=Invalid value entered
-CTL_InvalidValueWithParam=Invalid value {0} entered
-CTL_InvalidValueWithExc=Invalid value entered. \nCause: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Value of {0} should be in format {1}
-
-#ColorEditor
-CTL_AWTPalette=AWT Palette
-CTL_SwingPalette=Swing Palette
-CTL_SystemPalette=System Palette
-ACSD_CustomColorEditor=N/A
-FMT_IllegalEntry="{0}" is not a valid color identifier.  You may enter Swing or AWT constants or red/green/blue values.
-
-# ColorEditor:AWT color names
-LAB_White=white
-LAB_LightGray=lightGray
-LAB_Gray=gray
-LAB_DarkGray=darkGray
-LAB_Black=black
-LAB_Red=red
-LAB_Pink=pink
-LAB_Orange=orange
-LAB_Yellow=yellow
-LAB_Green=green
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=blue
-# ColorEditor: system color names
-LAB_ActiveCaption=Active Caption
-LAB_ActiveCaptionBorder=Active Caption Border
-LAB_ActiveCaptionText=Active Caption Text
-LAB_Control=Control
-LAB_ControlDkShadow=Control Dk Shadow
-LAB_ControlHighlight=Control Highlight
-LAB_ControlLtHighlight=Control Lt Highlight
-LAB_ControlShadow=Control Shadow
-LAB_ControlText=Control Text
-LAB_Desktop=Desktop
-LAB_InactiveCaption=Inactive Caption
-LAB_InactiveCaptionBorder=Inactive Caption Border
-LAB_InactiveCaptionText=Inactive Caption Text
-LAB_Info=Info
-LAB_InfoText=Info Text
-LAB_Menu=Menu
-LAB_MenuText=Menu Text
-LAB_Scrollbar=Scrollbar
-LAB_Text=Text
-LAB_TextHighlight=Text Highlight
-LAB_TextHighlightText=Text Highlight Text
-LAB_TextInactiveText=Text Inactive Text
-LAB_TextText=Text Text
-LAB_Window=Window
-LAB_WindowBorder=Window Border
-LAB_WindowText=Window Text
-
-#DimensionCustomEditor
-CTL_Dimension=Dimension
-CTL_Width=&Width:
-CTL_Height=&Height:
-ACSD_CTL_Width=N/A
-ACSD_CTL_Height=N/A
-ACSD_DimensionCustomEditor=N/A
-
-#DimensionEditor
-CTL_HintFormat=[width,height]
-
-#FontEditor
-CTL_Plain=Plain
-CTL_Bold=Bold
-CTL_Italic=Italic
-CTL_BoldItalic=Bold Italic
-CTL_Font=Fon&t:
-CTL_FontStyle=Font St&yle:
-CTL_Size=&Size:
-CTL_Preview=Preview
-ACSD_CTL_Font=N/A
-ACSD_CTL_FontStyle=N/A
-ACSD_CTL_Size=N/A
-ACSD_FontCustomEditor=N/A
-
-#InsetsCustomEditor
-CTL_Insets=Insets
-CTL_Top=&Top:
-CTL_Left=&Left:
-CTL_Bottom=&Bottom:
-CTL_Right=&Right:
-ACSD_CTL_Top=N/A
-ACSD_CTL_Left=N/A
-ACSD_CTL_Bottom=N/A
-ACSD_CTL_Right=N/A
-
-#InsetsEditor
-CTL_HintFormatIE=[top,left,bottom,right]
-
-# ObjectEditor
-CTL_NullValue=<Lookup null value>
-CTL_NullItem=<Lookup null item>
-
-#PointCustomEditor
-CTL_Point=Point
-CTL_X=&X:
-ACSD_CTL_X=N/A
-CTL_Y=&Y:
-ACSD_CTL_Y=N/A
-ACSD_PointCustomEditor=N/A
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rectangle
-ACSD_CustomRectangleEditor=N/A
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,width,height]
-
-#StringCustomEditor
-ACS_TextArea=Text:
-ACSD_TextArea=Enter the property text here
-ACSD_CustomStringEditor=Editor for string properties
-ACS_Instructions=Instructions
-ACSD_Instructions=N/A
-
-MSG_FontIsNotInitialized=Storing to XML failed because the value of font is not initialized.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Select a File or Directory
-CTL_DialogTitleFiles=Select a File
-CTL_DialogTitleDirs=Select a Directory
-ACSD_FileEditor=N/A
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Unspecified>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Properties
-ACSD_PropertiesEditorPane=N/A
-ACSD_CustomPropertiesEditor=N/A
-WARN_PropertiesComments=Warning: comments will be discarded.
-
-#StringArrayCustomEditor
-CTL_Empty=<empty>
-CTL_Item=&Item:
-ACSD_CTL_Item=N/A
-CTL_ItemList=Item &List
-ACSD_CTL_ItemList=N/A
-CTL_Add_StringArrayCustomEditor=&Add
-ACSD_CTL_Add_StringArrayCustomEditor=N/A
-CTL_Change_StringArrayCustomEditor=&Edit
-ACSD_CTL_Change_StringArrayCustomEditor=N/A
-CTL_Remove=&Remove
-ACSD_CTL_Remove=N/A
-CTL_MoveUp=&Up
-ACSD_CTL_MoveUp=N/A
-CTL_MoveDown=Do&wn
-ACSD_CTL_MoveDown=N/A
-ACSD_StringArrayCustomEditor=N/A
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Non integer input value: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Illegal string kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - valid values are: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Unknown class: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Not a legal value: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Not a recognized URL: {0}
-#
-MSG_NULL_OR_EMPTY=Null, or an empty array
-
-#ObjectEditor
-ACSN_ObjectTree=Available options
-ACSD_ObjectTree=Select an object
-
-#Font Editor
-MSG_AppleBug=If you are seeing this message, an error occured while initializing the list of available fonts.  This is due to a bug in the Apple JVM triggered when bitmap fonts are installed on the system.  In order to use the font editor, you will need to uninstall all bitmap fonts on your system.  See Apple BugReporter issue 3121780 for further details.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_fil_PH.properties
deleted file mode 100644
index dda2c25..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Core
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The basic framework of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the central infrastructure that lets NetBeans-based applications run. It cannot be disabled.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=A {0} exception has occurred.\n\tClick Show Details or see the messages.log file located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-# {0} - class name of exception
-NTF_ExceptionWarning=A {0} exception has occurred.\nHowever, the system should continue working without further problems.\nClick Show Details for the stack trace.
-NTF_ExceptionWarningTitle=Warning
-
-#startup info messages
-MSG_MainWindowInit=Initializing Main Window...
-MSG_WindowShowInit=Opening Main Window...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Saving {0} ...
-MSG_AllSaved=Save All finished.
-
-CTL_Cannot_save=Cannot save {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Password Protected Site
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=View By:
-ShortcutsEditor.actionsButton.text=Actions
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Shortcuts
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Select View by Actions to Edit Shortcuts for an Action
-ShortcutsPanel.addButton.text=Add...
-ShortcutsPanel.removeButton.text=Remove
-ShortcutsPanel.AddActionTitle=New Shortcut
-ActionsPanel.shortcutAddButton.text=Add...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Remove
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Edit Shortcuts
-ActionsPanel.AddShortcut=Add Shortcut
-ActionsPanel.ShortcutLabel=Shortcut:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Select View by Shortcuts, but for Edit Shortcuts should be View by Action selected
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Add New Shortcuts for Actions
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Remove Shortcuts for Actions
-ACSN_ShortcutsPanel.shortcutsList=Shortcuts list
-ACSD_ShortcutsPanel.shortcutsList=N/A
-ACS_ActionsPanel.ShortcutLabel.a11yName=Fill Shorcut
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Fill Shorcut by Keys combination
-ACSN_ActionsPanel.actionsTree=N/A
-ACSN_ActionsPanel.shortcutsList=Shortcuts list
-ACSD_ActionsPanel.actionsTree=N/A
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/A
-ACSD_ActionsPanel.Dialog=Add new shortcut to the selected action
-ACS_ActionsPanel=N/A
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=There is already an action bound to this shortcut ({0}).\nDo you want to use the newly selected action instead?
-
-CTL_ExitTitle=Save
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Save
-ACSD_Save=Save.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=Save &All
-ACSD_SaveAll=Save all.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Discard All
-ACSD_DiscardAll=Discard all.
-EXC_Save=An exception occurred while saving
-# NotifyException
-CTL_Title_Exception=Exception
-CTL_NextException=&Next >
-CTL_PreviousException=< &Previous
-CTL_Exception_Hide_Details=&Hide Details
-CTL_Exception_Show_Details=&Show Details
-ACSD_NextException=N/A
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/A
-
-ACSN_ListOfChangedFiles=List
-ACSD_ListOfChangedFiles=List of changed files for save
-ACSD_ExitDialog=Dialog for save any changes
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI Mode
-CTL_MdiMode=MDI Mode
-
-# NbPlaces
-CTL_NoWorkspaces=No Workspaces
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/A
-ACD_NotifyExcPanel_Dialog=N/A
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT Event Dispatch Thread is blocked for {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Authentication Required
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=&User Name:
-NbAuthenticatorPanel.passwordLbl.text=&Password:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Password for {0}
-
-ProxySettings.password.description=Proxy password
-
-Title_WebBrowser=Web Browser
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_fil_PH.properties
deleted file mode 100644
index 7c6646f..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&About
-About_title=About
-
-#CopyProductInfoAction
-CopyProductInfo=Copy Info
-CopyProductInfoAction=&Copy Info
-CTL_CopyButton_tooltip=Copy NetBeans Product Information to clipboard
-
-#HtmlViewAction
-CTL_OpeningBrowser=Opening Browser ...
-HTMLView=&Web Browser
-
-#SystemExit
-Exit=E&xit
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Next Inner View
-LBL_PreviousViewCallbackAction=Previous Inner View
-
-# jump next/prev actions
-JumpNextAction=Ne&xt Error
-JumpPrevAction=&Previous Error
-
-#LogAction
-MSG_LogTab_name=IDE &Log
-MSG_ShortLogTab_name=IDE Log
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_fil_PH.properties
deleted file mode 100644
index a09f6d1..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Product Version\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>System\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Userdir:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE and NetBeans Platform are based on software from netbeans.org, which has been dual licensed under the Common Development and Distribution License (CDDL) and the GNU General Public License version 2 with Classpath exception. For more information, please visit <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} version {1} running on {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Simple HTML Browser based on a Swing component
-MSG_cannot_create_browser=Cannot create Swing HTML Browser.
-Services/Browsers/SwingBrowser.settings=Swing HTML Browser
-LBL_Close=Close
-MNE_Close=C
-ACSN_Close=Close
-ACSD_Close=Close
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_fil_PH.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_fil_PH.properties
deleted file mode 100644
index a1a5857..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles JNA library.
-OpenIDE-Module-Long-Description=This module bundles JNA library.
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_fil_PH.properties
deleted file mode 100644
index a2811ef..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Scripting API Integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). No longer needed.
-OpenIDE-Module-Deprecation-Message=No longer needed on JDK 6. Remove your dependency on this module.
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_fil_PH.properties
deleted file mode 100644
index c68c50d..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles the JUnit 4.x testing library.
-OpenIDE-Module-Long-Description=Includes the JUnit 4.x unit testing library.
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_fil_PH.properties
deleted file mode 100644
index d0acda0..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi Specification
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_fil_PH.properties
deleted file mode 100644
index bcebffa..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Quick Search
-QuickSearchComboBar.jLabel2.toolTipText=Click or press Shift+F10 for Category selection
-MSG_DiscoverabilityHint=Search
-MSG_DiscoverabilityHint2=Search in {0}
-LBL_MoreResults=...
-LBL_AllCategories=All Categories
-QuickSearchPopup.searchingLabel.text=Searching ...
-QuickSearchPopup.noResultsLabel.text=( No Results )
-QuickSearchPopup.hintLabel.text={0}; Press {1} for All Categories
-AbstractQuickSearchComboBar.command.toolTipText=Quick Search in the system {0}
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_fil_PH.properties
deleted file mode 100644
index 912c009..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Cannot display URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_fil_PH.properties
deleted file mode 100644
index 6022c2b..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=Quick Search API
-OpenIDE-Module-Short-Description=Infrastructure for quick search in menu items, actions, files etc.
-QuickSearch/Recent=Recent Searches
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_fil_PH.properties
deleted file mode 100644
index 88982ad..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=No Filter
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_fil_PH.properties
deleted file mode 100644
index d49dc22..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=ETable and Outline
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_fil_PH.properties
deleted file mode 100644
index 47ac55b..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Look & Feel Customization Library
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles per-look-and-feel UIManager customizations for NetBeans
-OpenIDE-Module-Long-Description=Defines NetBeans-specific values needed in UIManager and ensures that some values available in BasicLookAndFeel are available on all look and feels. Handles metal-theme support, look and feel selection and initializing custom font sizes
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_fil_PH.properties
deleted file mode 100644
index ca462d8..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Tab Control
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=The tab control used by the window system
-OpenIDE-Module-Long-Description=The NetBeans windowing system's tab control bean library
-
-
-
-ACS_TabbedContainer=Tab Control
-ACSD_TabbedContainer=Tab control to switch between tabs.
-
-TT_TabDisplayer_Close=<html>Shift + click to close all documents<br>Alt + click to close other documents
-
diff --git a/l10n/src/fil_PH/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_fil_PH.properties
deleted file mode 100644
index 79bbf8d..0000000
--- a/l10n/src/fil_PH/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Show Opened Documents List
-
-Tip_Restore_Window=Restore Window
-
-Tip_Maximize_Window=Maximize Window
-
-Tip_Minimize_Window=Minimize Window
-
-Tip_Pin=Pin
-
-Tip_Close_Window=Close Window
-
-Tip_Scroll_Documents_Right=Scroll Documents Right
-
-Tip_Scroll_Documents_Left=Scroll Documents Left
-
diff --git a/l10n/src/fil_PH/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_fil_PH.properties
deleted file mode 100644
index 682007e..0000000
--- a/l10n/src/fil_PH/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Actions APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Definition of common actions for NetBeans
-OpenIDE-Module-Long-Description=Provides list of common actions used by any NetBeans application.
-
-
-New=&Add
-# {0} name of the only one new type
-NewArg=&Add {0}
-
-# File
-NewFromTemplate=&New
-Save=&Save
-Print=&Print...
-PageSetup=Pa&ge Setup...
-
-#0 undoableedit
-UndoWithParameter=&Undo {0}
-#0 undoableedit
-RedoWithParameter=&Redo {0}
-UndoSimple=&Undo
-RedoSimple=&Redo
-Cut=Cu&t
-Copy=Cop&y
-Paste=&Paste
-Delete=&Delete
-Find=&Find...
-Goto=Go to &Line...
-Replace=R&eplace...
-
-# View
-Properties=&Properties
-View=View
-Edit=Edit
-
-# Build
-Execute=&Execute
-
-# Window
-DockWindow=&Dock View
-UndockWindow=&Undock View
-CloneView=&Clone View
-CloseView=Close
-NextTab=&Next View
-PreviousTab=&Previous View
-
-Open=Open
-Rename=Rename...
-
-MoveUp=Move Up
-MoveDown=Move Down
-
-
-Customize=Customize
-
-#rename action
-CTL_RenameTitle=Rename
-CTL_RenameLabel=&New Name:
-# {0} param represents old name before renaming.
-MSG_BadFormat=This object cannot be renamed from {0} to {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Garbage Collect
-
-#HeapView
-LBL_ShowText=Show Text
-LBL_DropShadow=Drop Shadow
-LBL_OverlayGrid=Overlay Grid
-
-# NewTemplateAction
-CTL_NewName=New Name
-CTL_NewNameTitle=&New
-
-
-#Reorder Action
-Reorder=Change Order...
-
-OpenLocalExplorer=Explore From &Here
-
-WorkspacesItems=&Workspaces
-
-
-# name of template
-CTL_Template_Name=Object &Name:
-# title of dialog
-CTL_Template_Dialog_Title=Instantiate Template
-CTL_Template_Dialog_RootTitle=Save &In:
-
-
-# Tools action
-CTL_Tools=Tools
-CTL_EmptySubMenu=Empty
-
-
-# name of the PopupAction
-Popup=Popup
-
-#SaveAction
-MSG_saved={0} saved.
-EXC_notsaved=There were some problems while saving {0}\nCause: {1}
-#Template wizard title
-CTL_TemplateWizard=New From Template
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Click to force garbage collection
-
-
diff --git a/l10n/src/fil_PH/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_fil_PH.properties
deleted file mode 100644
index 33f3983..0000000
--- a/l10n/src/fil_PH/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI Utilities API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface utilities.
-OpenIDE-Module-Long-Description=Helper methods for various UI related tasks.
-
-
-
-#MenuBar
-EXC_LoadMenu=Unable to load menu {0}
-EXC_LoadMenuItem=Unable to load menu item {0}
-
-#HtmlBrowser
-CTL_Back=Back
-CTL_Forward=Forward
-CTL_Reload=Reload
-CTL_Stop=Stop
-CTL_Document_done=Document: Done
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Loading
-EXC_Module=Exception during initialization of HTML browser module
-CTL_WebBrowser=Web Browser
-HINT_WebBrowser=Web Browser
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Browser view
-ACSD_HtmlBrowser=N/A
-ACS_HtmlBrowser_Location=Location
-ACSD_HtmlBrowser_Location=N/A
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Horizontal
-SplittedPanelSwap=Swap panels
-ResetSplitter=Reset split line
-ACS_SplittedPanel_Name=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_Description=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_EmptySplitter=N/A
-ACSD_SplittedPanel_EmptySplitter=N/A
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/A
-#Title while loading
-LBL_Loading=Loading...
-#Title if html doesn't contain title tags
-LBL_Untitled=Untitled
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Unknown host: {0}
-FMT_InvalidURL=Invalid URL: {0}
-FMT_NoRouteToHost=No route to host: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Invoking {4} implemented as {3} thru {1}
-
-
-# action and their performers
-Open=Open
-Edit=Edit
-Print=&Print...
-View=View
-Close=Close
-
diff --git a/l10n/src/fil_PH/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_fil_PH.properties
deleted file mode 100644
index da8a9a5..0000000
--- a/l10n/src/fil_PH/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Compatibility APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Some old classes that are now deprecated.
-OpenIDE-Module-Long-Description=Contains some old API classes that have now been deprecated and can be replaced. Specifically: ExplorerActions; ExplorerPanel; HttpServer; and WeakListener.
-OpenIDE-Module-Deprecation-Message=The classes in this API are all deprecated and can be replaced by more modern APIs.
-
diff --git a/l10n/src/fil_PH/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_fil_PH.properties
deleted file mode 100644
index 9a2fc83..0000000
--- a/l10n/src/fil_PH/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialogs API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles dialogs and wizards.
-OpenIDE-Module-Long-Description=This module handles the dialog and wizard infrastructure used in NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Error
-NTF_ExceptionTitle=Exception
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=A {0} exception has occurred.\nPlease report this at http://www.netbeans.org/issues.html, including a copy of your messages.log file.\nThe messages.log file is located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-NTF_PlainTitle=Message
-NTF_QuestionTitle=Question
-NTF_InformationTitle=Information
-NTF_WarningTitle=Warning
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Options Align
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Yes
-CTL_NO=No
-CTL_CLOSE=Close
-
-CTL_CANCEL=Cancel
-ACSD_CANCEL=n/a
-
-CTL_NEXT=Next >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Moves to next step of the wizard.|2#Next step: {0}. {1}}
-
-CTL_PREVIOUS=< &Back
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Moves to previous step of the wizard.|0#Previous step: {0}. {1}}
-
-CTL_FINISH=&Finish
-ACSD_FINISH=n/a
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Input line
-ACSD_InputField=N/A
-ACN_NotifyDescriptor_MessageJTextArea=N/A
-ACD_NotifyDescriptor_MessageJTextArea=N/A
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} wizard ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} of {1}
-CTL_ContentName=Steps
-CTL_HelpName=Help
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Please wait.
-
diff --git a/l10n/src/fil_PH/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_fil_PH.properties
deleted file mode 100644
index 12de534..0000000
--- a/l10n/src/fil_PH/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Execution API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Execution API from the Open APIs.
-OpenIDE-Module-Long-Description=Consists of parts of the org.openide.execution.* package from the Open APIs.
-
diff --git a/l10n/src/fil_PH/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_fil_PH.properties
deleted file mode 100644
index 232fdd3..0000000
--- a/l10n/src/fil_PH/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Explorer & Property Sheet API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Various view for displaying node structures.
-OpenIDE-Module-Long-Description=Allows definition of new views that display structures created using Nodes API.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorer [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Could not restore Explorer window; the root node "{0}" could not be restored correctly.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=An Explorer view must not veto the empty selection.
-EXC_ContextMustBeWithinRootContext=An explored context ({0}) must be within the root context ({1}).
-EXC_NodeCannotBeNull=Cannot use null for node selection.
-EXC_NoElementOfNodeSelectionMayBeNull=No element of a node selection may be null.
-EXC_NodeSelectionCannotContainNodes=A node selection cannot contain nodes ({0}) not underneath the root ({1}).
-EXC_CannotHaveNullRootContext=Cannot have null root context.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Are you sure you want to delete {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Are you sure you want to delete {0} and all of its contents?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Are you sure you want to delete these {0} items?
-MSG_ConfirmDeleteObjectTitle=Confirm Object Deletion
-MSG_ConfirmDeleteFolderTitle=Confirm Package Deletion
-MSG_ConfirmDeleteObjectsTitle=Confirm Multiple Object Deletion
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Are you sure you want to delete {0} (link to {3})?
-MSG_ConfirmDeleteShadowTitle=Confirm Link Deletion
-
-
diff --git a/l10n/src/fil_PH/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_fil_PH.properties
deleted file mode 100644
index b57c865..0000000
--- a/l10n/src/fil_PH/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Exception in
-PS_Editor=Property Editor
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Array of
-FMT_ErrorSettingProperty=The property could not be set. {0} is not a valid value for {1}.
-FMT_CannotUpdateProperty={0} is not a valid value for {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(No Property Editor)
-CTL_NoProperties=<No Properties>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Properties
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Sort by Category
-ACS_CTL_NoSort=Sort by Category
-CTL_AlphaSort=Sort by Name
-ACS_CTL_AlphaSort=Sort by Name
-CTL_TypeSort=Sort by Type
-ACS_CTL_TypeSort=Sort by Type
-CTL_VisibleWritableOnly=Show Editable Properties Only
-ACS_CTL_VisibleWritableOnly=Show Editable Properties Only
-CTL_Customize=Customizer
-ACS_CTL_Customize=Customizer
-CTL_Help=Help
-ACS_CTL_Help=Help
-ACSD_CTL_Help=Provides help about the object whose properties are displayed in the property sheet
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Using property >>{0}<< at design time throws an exception.
-
-#PropertySheet
-CTL_Property_sheet_option=Property Sheet
-
-
-#IndexedPropertyEditor
-CTL_NoItem=No Item Available
-CTL_Index=Property Index:
-CTL_Unknown=Unknown
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=N/A
-CTL_Cancel=Cancel
-ACSD_CTL_Cancel=N/A
-CTL_Close=Close
-ACSD_CTL_Close=N/A
-CTL_Default=Reset to &Default
-ACSD_CTL_Default=N/A
-CTL_Paste=Paste
-
-#PropertyDetails
-EXC_Setter=Exception in setter method of property: {0}
-EXC_Setter_localized=Exception in setter method of property {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<no custom editor>
-CTL_No_property_editor=<no property editor>
-CTL_Different_Values=<Different Values>
-CTL_Desc_Different_Values=The selected nodes have different values for this property.
-CTL_No_properties=<No Properties>
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-CTL_ElipsisHint=Invokes customizer.
-CTL_InvalidValue=Invalid value: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Invalid value {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Type: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Properties
-CTL_New=&New
-CTL_Delete=&Delete
-CTL_MoveUp=Move &up
-CTL_MoveDown=Move &down
-CTL_HideDetails=&Hide Details
-CTL_ShowDetails=&Show Details
-EXC_ErrorInIndexedSetter=Indexed property value cannot be set
-
-ACSD_Properties=N/A
-ACSD_New=N/A
-ACSD_Delete=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_HideDetails=N/A
-ACSD_ShowDetails=N/A
-ACSD_IndexedEditorPanel=N/A
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Names
-COLUMN_VALUES=Values
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<unreadable>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Error setting value
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Unknown Sorting Mode
-
-#Button labels for property dialogs
-ok=Ok
-default=Restore default value
-cancel=Cancel
-close=Close
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Description
-ACSD_Description=Description of the currently selected property
-ACS_DescriptionTitle=Property name
-ACSD_DescriptionTitle=Name of the property currently being edited
-CTL_NO_DESCRIPTION=No description available.
-CTL_NO_SELECTION=Nothing selected
-ACS_Splitter=Splitter
-ACSD_Splitter=Visual divider between the properties table and the description area.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=The property
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} equals {1}
-FMT_ACST_SheetSet=Property group {0}
-ACST_No_Selection=Nothing selected
-CTL_Multiple_Selection=Multiple objects selected
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Click, or select and press CTRL-SPACE to open custom editor; right click for menu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Show Description Area
-CTL_HideDescription=Hide Description Area
-CTL_RestoreDefaultValue=Restore Default Value
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Properties
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=this property
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Illegal number format: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Custom editor: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Properties table
-ACSN_SHEET_TABBED_PANE=Property categories
-ACSD_SHEET_TABLE=Table of editable properties representing the current object
-ACSD_SHEET_TABBED_PANE=Can select different sets of properties of the current object to display in the property sheet
-
-LBL_QUICKSEARCH=Quick Search:
-
-MSG_SetAsText_InvalidValue=Invalid value: {0}
-
diff --git a/l10n/src/fil_PH/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_fil_PH.properties
deleted file mode 100644
index 384f38e..0000000
--- a/l10n/src/fil_PH/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Empty
-MenuViewStartFromRoot=Browse from root
-MenuViewStartFromCurrent=Browse from current point
-
-# TabView
-TabView_RootTab=Root
-
-# TreeView
-VetoSelectedNodes=Selected Nodes
-LBL_QUICKSEARCH=Search:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=This object cannot be renamed from {0} to {1}.
-ACSN_TreeViewCellEditor=Rename editor
-ACSD_TreeViewCellEditor=In-place editor of node name in the tree view
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=Target did not accept the content of the transfer.
-
-MSG_ABORT=Cancel
-
-#TableSheet
-ACS_TableSheet=Table of properties
-ACSD_TableSheet=N/A
-ACS_NullPanel=No property
-# {0} - bean
-ACSD_NullPanel=No property. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Type: {1} Bean: {2}
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Change Visible Columns
-LBL_ColumnDialogDesc=Choose the Columns to Display in the List
-LBL_ListOptions=List Options
-LBL_ChangeColumns=Change Visible Columns...
-LBL_SortMenu=Sort
-LBL_Ascending=Ascending
-LBL_Descending=Descending
-LBL_ColsMenu=Column
-LBL_MoveLeft=Move Left
-LBL_MoveRight=Move Right
-MSG_NoColumnsToChange=There are no columns to change their visibility.
-LBL_NoSort=None
-ACSN_ColumnDialog=Change Visible Columns
-ACSD_ColumnDialog=Choose the Columns to Display in the List
-
-#a11y
-ACSN_TreeTable=N/A
-ACSD_TreeTable=N/A
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Show only rows where
-
-CTL_ColumnsSelector=Change Visible Columns
-ACN_ColumnsSelector=Columns Selector
-ACD_ColumnsSelector=Select visible columns
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Choose the Columns to Display in the List
-NodeOutlineModel_NodesColumnLabel=Nodes
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Accessing {0} without Children.MUTEX read access
-
diff --git a/l10n/src/fil_PH/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_fil_PH.properties
deleted file mode 100644
index 5b6a2d4..0000000
--- a/l10n/src/fil_PH/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Invalid XML document:
-
-W-003=Warning: XML parser does not support lexical-handler feature.
-
diff --git a/l10n/src/fil_PH/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_fil_PH.properties
deleted file mode 100644
index 6fc7ed7..0000000
--- a/l10n/src/fil_PH/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=File System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Virtual File System API.
-OpenIDE-Module-Long-Description=Allows access to file like resources in a way independent on actual OS files. Supports notification of changes on disk.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Invalid {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=Root {0} does not exist.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=File {0} in {1} is read-only.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Cannot create file {0} because {1} on filesystem {2} is not a folder.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Slash in folder name "{0}" not allowed.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Folder {0} already exists in {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Cannot create folder {0} in {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=File {0} already exists in filesystem {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Invalid lock [{0}] for file {1} in {2} with current lock [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Cannot modify filesystem.attributes file:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=File {1} cannot be found in folder {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} is read-only.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} is read-only because it is inside {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=File {0} does not exist.
-
-# {0} = name of zip file 
-EXC_CanntRead=Cannot read from file {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Error in file {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Error in JAR file {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Unknown JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Multi-Filesystem
-EXC_FileOutsideModified=File {0} not found. Another application may have moved the file or changed the name.
-XML_NotValidXMLFileSystem=Invalid XML FileSystem.
-EXC_DefAttrReadErr=Cannot read DefaultAttributes.
-EXC_UnreachableCode=Internal error: unreachable code.
-
-EXC_FolderCopy=Folder copying not supported.
-XML_RootInvalid=FileSystem element must be the root element.
-XML_MisssingAttr=Attribute \"name\" is missing
-XML_InaccurateParam=Inaccurate number of parameters
-XML_UnknownElement=Unknown element.
-XML_DuplElement=Duplicated FileObject:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} in {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Opening stream for {0}
-
diff --git a/l10n/src/fil_PH/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_fil_PH.properties
deleted file mode 100644
index 8242ead..0000000
--- a/l10n/src/fil_PH/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=I/O APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Open APIs relating to displaying output.
-OpenIDE-Module-Long-Description=Contains classes from org.openide.windows.* relating to creating output tabs, displaying output, and hyperlinking it.
-
diff --git a/l10n/src/fil_PH/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_fil_PH.properties
deleted file mode 100644
index eb27421..0000000
--- a/l10n/src/fil_PH/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=This module binds the Datasystems API with Scripting API. As a result it is possible to use any scripting and templating language to generate templates.
-OpenIDE-Module-Name=Advanced Templating
-OpenIDE-Module-Short-Description=Advanced Templating not only for Datasystems
-
diff --git a/l10n/src/fil_PH/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_fil_PH.properties
deleted file mode 100644
index 3f2aa56..0000000
--- a/l10n/src/fil_PH/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Datasystems API
-OpenIDE-Module-Short-Description=NetBeans Open API for manipulating data objects.
-OpenIDE-Module-Long-Description=The Datasystems API is a layer atop the Filesystems API which recognizes and groups data objects and gives them particular semantics. Once a part of the general Open APIs, it is now split into an independent module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-#DefaultDataObject
-HINT_DefaultDataObject=Unrecognized File
-
-EXC_SharedAccess=Shared access
-
-#Folder.Index
-EXC_ReorderFailed=Cannot save new ordering.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Cannot delete file {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Link to {3}
-
-PROP_ShadowOriginalName=Original Name
-HINT_ShadowOriginalName=Name of the object this link refers to.
-PROP_ShadowOriginalFileSystem=Original Filesystem Name
-HINT_ShadowOriginalFileSystem=Name of the filesystem of the original object.
-
-# DataNode
-PROP_name=Name
-HINT_name=Name of this object.
-PROP_template=Template
-HINT_template=If True, this object is a template (can make instances of itself).
-PROP_files=All Files
-HINT_files=A list of files represented by this object.
-PROP_size=File Size
-HINT_size=Length of this file in bytes. (Only applies to the first file listed in All Files.)
-PROP_lastModified=Modification Time
-HINT_lastModified=When this file was last modified. (Only applies to the first file listed in All Files.)
-PROP_extension=Extension
-HINT_extension=Primary file extension.
-ERROR_extension=Cannot change extension. File is modified.
-
-# name of set with sorting options
-PROP_sorting=Sorting
-HINT_sorting=Sorting and ordering settings.
-
-#
-# folder sort mode property
-PROP_sort=Sort Mode
-HINT_sort=Determines how objects in the package should be sorted.
-# SortModeEditor
-VALUE_sort_none=Unsorted
-VALUE_sort_names=By Name
-VALUE_sort_class=By Type
-VALUE_sort_folder_names=By Name (Packages First)
-VALUE_sort_last_modified=By Modification Time
-VALUE_sort_size=By File Size
-
-
-#
-# Names of paste types
-#
-PT_move=&Move
-PT_copy=&Copy
-PT_instantiate=&Instantiate
-PT_shadow=Create &Link
-PT_serialize=&Serialize
-PT_instance=&Default instance
-
-# 
-SerializeBean_Text=&Name of file to serialize the instance to
-SerializeBean_Title=Instance Serialization
-
-#
-# new folder
-#
-CTL_NewFolder=Folder
-CTL_NewFolderName=&Name:
-CTL_NewFolderTitle=Create New Folder
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=File {0} already exists in folder {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Folder {0} already exists in folder {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=The file {1} seems to be too large ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) to safely open. \nOpening the file could cause OutOfMemoryError, which would make the IDE unusable. Do you really want to open it?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML Configuration Files
-PROP_XmlError=Error (recoverable)
-PROP_XmlWarning=Warning
-PROP_XmlFatalError=FATAL ERROR
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Cannot create folder; {0} is not a valid name.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Cannot copy {0}: The destination folder is the same as the source folder.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Cannot copy {0}: The destination folder is a subfolder of the source folder.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=New Wizard - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=New Wizard
-LAB_TemplateChooserPanelName=Choose Template
-LAB_SelectTemplateBorder=&Select a Template:
-MSG_NoDescription=No description
-MSG_InitDescription=Initializing description...
-LAB_TemplateDescriptionBorder=&Template Description:
-LAB_TargetLocationPanelName=Target Location
-LAB_TargetLocationDescription=Please select a folder for the newly created object or enter the folder name below:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/A
-ACSD_TemplateWizard1=N/A
-
-CTL_NewObjectName=&Name\:
-ACSD_NewObjectName=N/A
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/A
-
-LBL_settingsNodeName=Settings
-EXC_folder_delete_failed=Could not remove source folder while moving.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<top folder> [{0}]
-FMT_DefaultNewObjectName=<default name>
-
-LBL_shadow_loader_display_name=Links
-LBL_folder_loader_display_name=Folders
-LBL_default_loader_display_name=Unrecognized Objects
-LBL_instance_loader_display_name=Action Instances
-
-FMT_CannotCopyDo=Warning: Object {0} cannot be copied.
-FMT_CannotMoveDo=Warning: Object {0} cannot be moved.
-
-# InstanceDataObject
-LBL_separator_instance=(separator)
-PROP_instance_class=Class Name
-HINT_instance_class=Java class name of the object being represented.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=There are problems with saving the {0} bean.
-
-FMT_brokenShadowName={0} (Broken Link)
-HINT_brokenShadowOriginalName=Broken Link
-PROP_brokenShadowOriginalName=Broken Link
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Broken Link Filesystem
-HINT_brokenShadowFileSystem=Broken Link Filesystem
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Unrecognized setting>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Data Object Copy Flavor
-LBL_DOcut=Data Object Cut Flavor
-#NewObjectPanel
-LAB_NewObjectPanelName=New Object Name
-FMT_DefaultNewObject=<default>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=The popup menu for objects of type {0} could not be restored; using default settings.
-LBL_loader_display_name=Loader
-
-MSG_renameError=This object cannot be renamed from {0} to {1}.
-MSG_NotValidName=Cannot give {0} an empty name.
-ERR_NoFilesystem=No enabled filesystem. Make sure that you have at least one filesystem that is not read-only and is not hidden.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=The target filesystem or folder does not exist.
-MSG_fs_is_readonly=The target filesystem is read-only.
-# {0} - name of the existing file
-MSG_file_already_exist=The file {0} already exists.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Filesystem Action
-#InstantiateAction
-Instantiate=Instantiate
-#SaveAsTemplateAction
-SaveAsTemplate=Save As Template...
-Title_SaveAsTemplate=Save As Template
-CTL_SaveAsTemplate=&Select the category in which the new template will appear:
-CTL_SaveAsTemplate_TemplatesRoot=Templates
-SaveAll=Save &All
-HINT_SaveAll=Save all files (if the Compile on Save feature is on, this will also compile/build your files)
-# FileSystemRefreshAction
-LAB_Refresh=Refresh Folder
-# NewTemplateAction
-EXC_TemplateFailed=Creation of the object from template failed.
-NewTemplate=&New
-NewTemplateAction=All Templates...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Empty
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Opening {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=File {0} is modified. Save it ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modified)
-TIP_editor_ro=\ (read-only)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=File {0} was changed to read-only! All changes will be discarded.
-MSG_FileReadOnlySaving=File {0} was changed to read-only! Can not save it.
-MSG_FileReadOnlyChanging=File {0} was changed to read-only!
-
-
-MSG_BinaryFileQuestion=This file appears to contain binary data. Are you sure you want to open it in the text editor?
-MSG_BinaryFileWarning=Binary File Detected
-
-CTL_SaveAsAction=Sa&ve As...
-MSG_SaveAsFailed=There were some problems while saving {0}\nCause: {1}
-LBL_SaveAsTitle=Save As
-MSG_CannotCreateTargetFolder=Cannot create the target folder.
-MSG_SaveAs_SameFileSelected=Select a different file name please.
-MSG_SaveAs_SameFileSelected_Title=Save As
-
diff --git a/l10n/src/fil_PH/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_fil_PH.properties
deleted file mode 100644
index 8c2a8c0..0000000
--- a/l10n/src/fil_PH/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=APIs for getting information about installed modules.
-OpenIDE-Module-Long-Description=Allows to get list of installed modules, inspect their properties and dependencies.
-
diff --git a/l10n/src/fil_PH/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_fil_PH.properties
deleted file mode 100644
index c6edc21..0000000
--- a/l10n/src/fil_PH/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Nodes API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for defining generic tree-like structures.
-OpenIDE-Module-Long-Description=Provides abstraction over tree-like structures by defining Node - the generic extensible interface that can then be displayed by the Explorer API.
-
-
-
-#Sheet
-Properties=Properties
-Expert=Expert
-HINT_Properties=Properties of this object.
-HINT_Expert=Expert properties of this object.
-
-#indexed customizer
-LAB_order=Change Order
-LAB_listOrder=Show these fields in this order:
-LAB_listOrder_Mnemonic=S
-Button_close=Close
-Button_close_Mnemonic=C
-Button_up=Move up
-Button_up_Mnemonic=U
-Button_down=Move down
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/A
-ACSD_Button_up=N/A
-ACSD_Button_down=N/A
-ACSD_ListOrder=N/A
-ACSD_IndexedCustomizer=N/A
-
-#PropertySupport
-CTL_StandardName=Name
-CTL_StandardHint=Name of the object.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Paste Node
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copy Index
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Please Wait...
-
diff --git a/l10n/src/fil_PH/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_fil_PH.properties
deleted file mode 100644
index 1b27750..0000000
--- a/l10n/src/fil_PH/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Settings Options API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for storing preferences.
-OpenIDE-Module-Long-Description=Provides classes that simplify storage of settings between multiple invocation of NetBeans based application.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.NbPreferences instead.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/fil_PH/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_fil_PH.properties
deleted file mode 100644
index 8f9a4b7..0000000
--- a/l10n/src/fil_PH/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Text API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Generic API wrapping Swing based EditorKits.
-OpenIDE-Module-Long-Description=Provide support for defining components that embed Swing text editors.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Print Settings
-CTL_Header_format = Printing {2} at {1}
-CTL_Footer_format = Page {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Page Format
-HINT_PAGE_FORMAT=Page Format
-PROP_WRAP=Wrap Lines
-HINT_WRAP=Should lines be wrapped?
-PROP_HEADER_FORMAT=Page Header Format
-
-HINT_HEADER_FORMAT=For example, "Top of page {0} (printed on date {1}) of file {2}".
-PROP_FOOTER_FORMAT=Page Footer Format
-HINT_FOOTER_FORMAT=For example, "Bottom of page {0} (printed on date {1}) of file {2}".
-PROP_HEADER_FONT=Page Header Font
-HINT_HEADER_FONT=Set the page header font.
-PROP_FOOTER_FONT=Page Footer Font
-HINT_FOOTER_FONT=Set the page footer font.
-PROP_HEADER_ALIGNMENT=Page Header Alignment
-HINT_HEADER_ALIGNMENT=Page Header Alignment - LEFT, CENTER, RIGHT.
-PROP_FOOTER_ALIGNMENT=Page Footer Alignment
-HINT_FOOTER_ALIGNMENT=Page Footer Alignment - LEFT, CENTER, RIGHT.
-PROP_LINE_ASCENT_CORRECTION=Line Ascent Correction
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplier to correct the line ascent.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTER
-CTL_RIGHT = RIGHT
-CTL_LEFT = LEFT
-
-# Cancellation
-CTL_Print_progress=Page number {0} was printed.
-CTL_Print_cancellation=Print Job Progress
-CTL_Cancel=Cancel
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Current printer job was aborted.
-EXC_Printer_Problem=Printer problem: {0}
-EXC_ReadOnlyFile=File {0} is read-only.
-EXC_LoadDocument=The document {0} could not be loaded.
-LBL_EditorLoading=Loading...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Question
-CTL_Save=Save
-ACSN_CTL_Save=N/A
-ACSD_CTL_Save=N/A
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Discard
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/A
-ACSD_CTL_Discard=N/A
-
-# PositionBounds
-MSG_Empty_string=Unable to insert empty string
-#editor support warning message
-FMT_FileNotFound=Warning: File {0} was not found or could not be accessed.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=File {0} was modified externally. Reload it?
-FMT_External_change_write=File {0} was modified externally. Overwrite it?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=You have specified an invalid file. Check the path.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor for {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor for {0}
-TITLE_SourceButton=Source
-
-
diff --git a/l10n/src/fil_PH/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_fil_PH.properties
deleted file mode 100644
index 789339d..0000000
--- a/l10n/src/fil_PH/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Old Enumeration API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enumeration API that is in wrong package.
-OpenIDE-Module-Long-Description=Enumeration API that is in wrong package, org.openide.util.enum and as such it cannot be compiled with Java 1.5, because enum is a keyword. Is replaced by class org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.Enumerations instead of this module.
-
diff --git a/l10n/src/fil_PH/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_fil_PH.properties
deleted file mode 100644
index 8f05e23..0000000
--- a/l10n/src/fil_PH/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Lookup
-
diff --git a/l10n/src/fil_PH/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_fil_PH.properties
deleted file mode 100644
index 3756be4..0000000
--- a/l10n/src/fil_PH/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# 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.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#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
-
diff --git a/l10n/src/fil_PH/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_fil_PH.properties
deleted file mode 100644
index 3c24802..0000000
--- a/l10n/src/fil_PH/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Multiple Objects Flavor
-
-Create=Create
-Paste=Paste
-
diff --git a/l10n/src/fil_PH/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_fil_PH.properties
deleted file mode 100644
index c8fb9b0..0000000
--- a/l10n/src/fil_PH/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Window System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for managing components on a screen.
-OpenIDE-Module-Long-Description=Provides OS and MDI/SDI neutral abstraction API over concept of components that are displayed to the user.
-
-
-
-# name of empty workspace
-None=None
-
-#CloneableTopComponent
-EXC_CannotAssign=Cannot assign component to EMPTY
-
-#TopComponent
-EXC_UnknownOperation=Unknown close operation
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Invoking {2} implemented as {3} with {0}
-
diff --git a/l10n/src/fil_PH/platform/print/print/org/netbeans/modules/print/action/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/print/print/org/netbeans/modules/print/action/Bundle_fil_PH.properties
deleted file mode 100644
index 33c9b24..0000000
--- a/l10n/src/fil_PH/platform/print/print/org/netbeans/modules/print/action/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Pa&ge Setup...
-
-# PrintAction
-TLT_Print_Action=Print
-MNU_Print_Action=&Print...
-ACT_Print_Action=Print - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/fil_PH/platform/print/print/org/netbeans/modules/print/resources/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/print/print/org/netbeans/modules/print/resources/Bundle_fil_PH.properties
deleted file mode 100644
index b00ce5f..0000000
--- a/l10n/src/fil_PH/platform/print/print/org/netbeans/modules/print/resources/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Print
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of print module.
-OpenIDE-Module-Long-Description=Implementation of print module.
-
-# layer.xml
-Actions/File=File
-
diff --git a/l10n/src/fil_PH/platform/print/print/org/netbeans/modules/print/ui/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/print/print/org/netbeans/modules/print/ui/Bundle_fil_PH.properties
deleted file mode 100644
index 556818f..0000000
--- a/l10n/src/fil_PH/platform/print/print/org/netbeans/modules/print/ui/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Printer problem: {0}
-LBL_Page_Setup_Button=Page &Setup
-TLT_Page_Setup_Button=Invokes the Page Setup dialog
-LBL_Print_Option_Button=Print &Options
-TLT_Print_Option_Button=Invokes the Print Options dialog
-LBL_Print_Button=&Print
-TLT_Print_Button=Invokes the Print dialog
-LBL_Close_Button=&Close
-TLT_Close_Button=Closes the Print Preview dialog
-LBL_Print_Preview=Print Preview
-LBL_Fit_to_Width=Fit to Width
-LBL_Fit_to_Height=Fit to Height
-LBL_Fit_to_All=Show All Pages
-
-TLT_First=&First page (Alt+F)
-TLT_Previous=P&revious page (Alt+R)
-TLT_Next=&Next Page (Alt+N)
-TLT_Last=&Last Page (Alt+L)
-TLT_Fit=Change &Scale (Alt+S)
-TLT_Zoom_In=Zoom &In (Alt+I)
-TLT_Zoom_Out=Zoom O&ut (Alt+U)
-TLT_Toggle=Show &Multiple Pages (Alt+M)
-TLT_Goto=<html><body> <b>Navigation:</b> <br> press <code>/</code> or <code>F</code> to show first page <br> press <b><code>-</code></b> or <code>G</code> to show previous page <br> press <b><code>+</code></b> or <code>K</code> to show next page <br> press <code>*</code> or <code>L</code> to show last page </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Print Options
-LBL_Border=Border
-LBL_Print_Border=Print &Border
-LBL_Print_Header=Print Hea&der
-LBL_Print_Footer=Print &Footer
-LBL_Choose_Font=Choose Font
-LBL_Choose_Color=Choose Color
-LBL_Insert_Macros=Insert Macro:
-LBL_Text=Text
-LBL_Line_Numbers=Line N&umbers
-LBL_Wrap_Lines=&Wrap Lines
-LBL_Use_Font=Use Font Attributes // &X
-LBL_Use_Color=Use Color Attributes // &Q
-LBL_As_Editor=Print as in Editor // &J
-LBL_Selection=Print &Selection
-LBL_Line_Spacing=Line S&pacing:
-LBL_Text_Font_and_Color=Text Font and Colo&r:
-LBL_Background_Color=Back&ground Color:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Header and Footer
-LBL_Apply=&Apply
-LBL_Left=Left:
-LBL_Center=Center:
-LBL_Right=Right:
-
-ERR_Zoom_Value_Is_Invalid=Zoom value is invalid!
-ERR_Header_Size_Is_Too_Big=Header Size is too big!
-ERR_Footer_Size_Is_Too_Big=Footer Size is too big!
-ERR_Page_Number_Is_Invalid=Number of pages is invalid!
-ERR_Page_Number_Is_Too_Big=Number of pages is too big!
-
-TLT_Apply=Applies changes
-TLT_Border_Color=Choose Border &Color (Alt+C)
-TLT_Header_Font=Choose Header Fo&nt (Alt+N)
-TLT_Header_Color=Choose Header C&olor (Alt+O)
-TLT_Footer_Font=Choose Footer Fon&t (Alt+T)
-TLT_Footer_Color=Choose Footer Co&lor (Alt+L)
-TLT_Text_Font=Choose Text Font (Alt+K) // &K
-TLT_Text_Color=Choose Text Colo&r (Alt+R)
-TLT_Background_Color=Choose Background Color // &G
-TLT_Print_Zoom=Adjusts the print zoom
-TLT_Use_Font=Use Font (Alt+X)
-TLT_Use_Color=Use Color (Alt+Q)
-TLT_As_Editor=Show as in Editor (Alt+J)
-TLT_Selection=Print Selection
-
-LBL_Pages=page(s)
-LBL_Fit_Width_to=F&it Width to:
-TLT_Fit_Width_to=Fit Width to
-LBL_Fit_Height_to=Fit H&eight to:
-TLT_Fit_Height_to=Fit Height to
-LBL_Zoom_to=&Zoom to:
-TLT_Zoom_to=Zoom to
-LBL_Fit_to_Page=Fit to Page // &Y
-TLT_Fit_to_Page=Fit to Page (Alt+Y)
-
diff --git a/l10n/src/fil_PH/platform/print/print/org/netbeans/modules/print/util/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/print/print/org/netbeans/modules/print/util/Bundle_fil_PH.properties
deleted file mode 100644
index e1670a5..0000000
--- a/l10n/src/fil_PH/platform/print/print/org/netbeans/modules/print/util/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} of {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=The name of printed component
-ROW=The row number
-COLUMN=The column number
-USER=The user name
-COUNT=The count of pages
-MODIFIED_DATE=Date of the last modification
-MODIFIED_TIME=Time of the last modification
-PRINTED_DATE=Date of printing
-PRINTED_TIME=Time of printing
-
diff --git a/l10n/src/fil_PH/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_fil_PH.properties
deleted file mode 100644
index cbffb7f..0000000
--- a/l10n/src/fil_PH/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization.
-OpenIDE-Module-Long-Description=Provides a view of all running tasks and may permit them to be cancelled, etc.
-
-NbProgressBar.tooltip1={0} tasks running. Click for details.
-NbProgressBar.tooltip2={0} task running. Click for details.
-ListComponent.btnClose.tooltip=Click to cancel process
-ListComponent.bar.tooltip=Click to watch the process
-Cancel_Question=Are you sure you want to cancel {0}?
-Cancel_Question_Title=Cancel Running Task
-StatusLineComponent.ShowProcessList=Show Processes
-StatusLineComponent.Cancel=Cancel Process
-StatusLineComponent.View=Show Output
-ListComponent.Watch=Watch Process
-
-RunOffAWT.TITLE_Operation=Lengthy operation in progress
-RunOffAWT.BTN_Cancel=Cancel
-
-# ProgressListAction
-CTL_ProcessListAction=&Processes
-
-# CancelAction
-CTL_CancelAction=Cancel Process
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Click to cancel process
-ModalDialog.btnClose.text=Cancel
-ModalDialog.btnClose.accessibleName=Cancel
-ModalDialog.btnClose.accessibleDescription=Cancels the current process
-
-
diff --git a/l10n/src/fil_PH/platform/queries/queries/org/netbeans/modules/queries/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/queries/queries/org/netbeans/modules/queries/Bundle_fil_PH.properties
deleted file mode 100644
index a911402..0000000
--- a/l10n/src/fil_PH/platform/queries/queries/org/netbeans/modules/queries/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=General Queries API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Acts as a general communication channel between modules.
-OpenIDE-Module-Long-Description=Hosts queries which are not particularly domain-specific. Permits different modules to obtain information about files in a flexible way.
-
diff --git a/l10n/src/fil_PH/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_fil_PH.properties
deleted file mode 100644
index 37a2eaa..0000000
--- a/l10n/src/fil_PH/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=Option {0} needs an argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Option {0} cannot be used together with option {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Need at least one of {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Need to use also {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=Option {0} needs also option {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/fil_PH/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_fil_PH.properties
deleted file mode 100644
index 49008f8..0000000
--- a/l10n/src/fil_PH/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Command Line Parsing API
-OpenIDE-Module-Short-Description=GetOpts compliant API for parsing command line
-OpenIDE-Module-Long-Description=GetOpts compliant API to parse command line. It is focused on the case when each part of the command line is going to be parsed by different module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-MSG_OptionsHeader=\nAdditional Module(s) Option(s):\n
-
diff --git a/l10n/src/fil_PH/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_fil_PH.properties
deleted file mode 100644
index 1fa0c1d..0000000
--- a/l10n/src/fil_PH/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Settings API
-OpenIDE-Module-Short-Description=A library for storing settings in custom formats.
-OpenIDE-Module-Long-Description=This module provides the Settings API for storing module-defined settings in custom formats. It also provides several useful settings format implementations.
-OpenIDE-Module-Display-Category=Infrastructure
-
diff --git a/l10n/src/fil_PH/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_fil_PH.properties b/l10n/src/fil_PH/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_fil_PH.properties
deleted file mode 100644
index 23065ae..0000000
--- a/l10n/src/fil_PH/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_fil_PH.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=A module that provides a new API to replace NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=Actions SPI (Experimental)
-OpenIDE-Module-Short-Description=Replacements for NodeAction, CookieAction, etc.
-
diff --git a/l10n/src/fr/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_fr.properties b/l10n/src/fr/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_fr.properties
deleted file mode 100644
index 3854828..0000000
--- a/l10n/src/fr/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_fr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module de Build Harness
-OpenIDE-Module-Display-Category=D\u00e9veloppement de Netbeans
-OpenIDE-Module-Short-Description=Vous permet de construire vos propres modules externe plug-in \u00e0 partir des sources.
-OpenIDE-Module-Long-Description=Ceci est un build harness utilis\u00e9 pour d\u00e9velopper les modules Netbeans (avec ou sans l''EDI). Il est normalement utilis\u00e9 implicitement par les projets de module Netbeans. Pour la documentation technique, voir harrness/LISEZ-MOI.
-
diff --git a/l10n/src/fr/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_fr.properties b/l10n/src/fr/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_fr.properties
deleted file mode 100644
index 68f6b44..0000000
--- a/l10n/src/fr/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_fr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=D\u00e9veloppement de NetBeans
-OpenIDE-Module-Long-Description=Les cibles Ant pour m\u00e9surer la couverture de test des projets apisupport utilisant Cobertura.\nEx\u00e9cuter la cible 'display-coverage-report' sur un projet pour m\u00e9surer les r\u00e9sultats et afficher le rapport dans un navigateur externe.n\Pour l''int\u00e9gration avec le harnais de la construction de module.
-OpenIDE-Module-Name=Couverture de test de module Cobertura
-OpenIDE-Module-Short-Description=Les cibles Ant pour m\u00e9surer la couverture de test des projets apisupport utilisant Cobertura.
-
diff --git a/l10n/src/fr/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_fr.properties b/l10n/src/fr/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_fr.properties
deleted file mode 100644
index ef39dcc..0000000
--- a/l10n/src/fr/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_fr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Plateforme d'outils Jelly
-
diff --git a/l10n/src/fr/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_fr.properties b/l10n/src/fr/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_fr.properties
deleted file mode 100644
index 52c66bb..0000000
--- a/l10n/src/fr/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_fr.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Outils de test 
-OpenIDE-Module-Short-Description=Librairie de test Jemmy.
-OpenIDE-Module-Long-Description=Une librairie g\u00e9n\u00e9rale pour la gestion automatis\u00e9e des test GUI.
-
-
diff --git a/l10n/src/fr/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_fr.properties b/l10n/src/fr/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_fr.properties
deleted file mode 100644
index f1960f1..0000000
--- a/l10n/src/fr/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_fr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Outils de test 
-OpenIDE-Module-Long-Description=Les extensions de Netbeans pour JUnit incluant assertGC, assertSize, getWorkDir, LineDiff, etc.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=Extensions de NetBeans pour JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/fr/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_fr.properties
deleted file mode 100644
index eeed345..0000000
--- a/l10n/src/fr/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_fr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Biblioth\u00e8ques
-OpenIDE-Module-Short-Description=Librairie de profiling de INSANE heap.
-OpenIDE-Module-Long-Description=Une librairie pour faire une analyse en temps r\u00e9el du heap de la JVM en cours.
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_fr.properties
deleted file mode 100644
index f0176f5..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_fr.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructured
-OpenIDE-Module-Name=Librairie NBI Ant
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_fr.properties
deleted file mode 100644
index bfc7093..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_fr.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=La plate-forme courante n'est pas prise en charge.
-I.error.load.engine.properties=Impossible de charger le fichier de propri\u00e9t\u00e9s du moteur
-
-I.warning.silent.without.state=L''option "{1}" est requise quand on utilise "{0}". "{0}" sera ignor\u00e9e.
-
-I.error.cannot.create.local.dir=Impossible de cr\u00e9er le r\u00e9pertoire local {0}
-I.error.local.dir.is.file=Le r\u00e9pertoire local existe et c'est un fichier: {0}
-I.error.no.read.permissions.for.local.dir=Impossible de lire le r\u00e9pertoire local {0} - droits insuffisants
-I.error.no.write.permissions.for.local.dir=Impossible d'\u00e9crire le r\u00e9pertoire local {0} - droits insuffisants
-
-I.lock.file.exists.dialog.title=Existance d'un fichier de v\u00e9rrouillage de l'installateur Netbeans
-I.lock.file.exists.dialog.text=L''existance du fichier de v\u00e9rrouillage du programme d''installation \u00e0 {0}\n\nIt signifie qu''une autre instance du programme d''installation s'ex\u00e9cute ou une installation pr\u00e9cedente n''\u00e9tait pas termin\u00e9 correctement.\nIl n''est pas recommand\u00e9 de lancer plusieurs instances en m\u00eame temps car cela peut entrainer une corruption des donn\u00e9es d''installation.\n\nSi vous \u00eates s\u00fbr qu'aucune autre instance ne s'ex\u00e9cute en ce moment, cliquez sur "Oui" pour poursuivre ou cliquer sur "Non" pour quitter le programme d''installation. \n
-
-I.error.cannot.create.lock.file=Impossible de cr\u00e9er un verrou (lock) pour le fichier de registre local
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_fr.properties
deleted file mode 100644
index 0b3b40a..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_fr.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=T\u00e9l\u00e9charger \u00e0 partir de {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_fr.properties
deleted file mode 100644
index 21ed787..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_fr.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=Conflit entre les types de proxy {0} et {1}
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=L'URI ne peut pas \u00eatre nul
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=\u00c9chec dans la connexion \u00e0 {1} \u00e0 travers {0} 
-US.error.failed.configure.proxy=\u00c9chec dans la configuration du proxy {0} pour {1}
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_fr.properties
deleted file mode 100644
index bd37fb6..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_fr.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Chargement du registre local [{0}]
-R.error.loading.local.registry.failed.title=\u00c9chec du chargement du registre local
-R.error.loading.local.registry.failed.msg=Le registre local [{0}] ne peut pas \u00eatre charg\u00e9, ou a \u00e9t\u00e9 charg\u00e9 partiellement.\nLe programme d'installation peut continuer normalement, mais cela peut peut entrainer une corruption du registre global.\n\nChoisir Oui pour continuer, Non pour quitter le programme d'installation.
-
-R.loading.bundled.registry=Chargement du registre embarqu\u00e9 [{0}]
-R.error.loading.bundled.registry.failed.title=\u00c9chec du chargement du registre embarqu\u00e9
-R.error.loading.bundled.registry.failed.msg=Le registre embarqu\u00e9 ({0}) ne peut pas \u00eatre charg\u00e9 ou a \u00e9t\u00e9 charg\u00e9 partiellement.\nLe programme d'installation peut continuer normalement, mais cela peut entrainer une corruption du registre global.\n\nChoisir Oui pour continuer, Non pour quitter le programme d'installation.
-
-R.loading.remote.registry=Chargement du registre distant [{0}]
-R.error.loading.remote.registry.failed.title=\u00c9chec du chargement du registre distant
-R.error.loading.remote.registry.failed.msg=Le registre distant ({0}) ne peut \u00eatre charg\u00e9 ou a \u00e9t\u00e9 charg\u00e9 partiellement.\nLe programme d'installation peut continuer normalement, mais cela peut entrainer la corruption du registre global.\n\nChoisir Oui pour continuer, Non pour quitter le programme d'installation.
-
-R.error.cannot.delete.data=Impossible de supprimer les donn\u00e9es d''installation mises en cache
-R.save.local.registry.title=Enregistrement du registre local
-R.save.local.registry.detail=Enregistrement dans {0}
-
-R.error.missing.target.component.title=Composant cible manquant
-R.error.missing.target.component.msg=Le composant cible sp\u00e9cifi\u00e9 - {0}/{1}\n n''a pu \u00eatre trouv\u00e9 dans le registre. Le programme d'installation\n peut continuer comme si le composant cible n''\u00e9tait pas sp\u00e9cifi\u00e9.\nCliquez Oui pour continuer, Non pour quitter le programme d'installation.
-
-R.error.validation.title=Probl\u00e8me de validation
-R.error.validation.msg=Il semble que l''installation de {0} est corrompue.\nLa proc\u00e9dure de validation a g\u00e9n\u00e9r\u00e9 l''avertissement suivant:\n\n{1}\n\n Voulez-vous marquer ce produit comme non install\u00e9 et continuer ?\nSi vous cliquez sur Non l''installateur se fermera.\n\nNotez que les produits qui d\u00e9pendent de {2} seront aussi d\u00e9sactiv\u00e9s :\n{3} 
-
-R.error.matching.requirement=Aucun des composants ne correspond aux exigences : {0} n\u00e9cessite {1}
-R.error.cyclic.dependency=D\u00e9pendance cyclique : {0}, {1}
-
-R.loading.registry.properties=Chargement des propri\u00e9t\u00e9s du registre
-R.loading.component=Chargement du composant : uid={0}, version={1}
-R.error.loading.components=Impossible de charger les composants
-R.error.registry.finalization=Impossible de finaliser le registre
-R.error.registry.document.loading=Impossible de charger le document du registre
-
-R.error.cannot.create.cache.directory=Impossible de cr\u00e9er le r\u00e9pertoire cache de produits local {0}
-R.error.cache.is.file=Le r\u00e9pertoire cache de produits local existe et c''est un fichier : {0}
-R.error.cannot.read.cache=Impossible d'\u00e9crire le r\u00e9pertoire local de cache du produit {0} - droits insuffisants
-R.error.cannot.write.cache=Impossible de lire le r\u00e9pertoire local de cache du produit {0} - droits insuffisants
-R.error.cannot.create.registry=Impossible de cr\u00e9er un registre local
-
-R.error.registry.is.dir=Le registre local {0} est un r\u00e9pertoire
-R.error.cannot.read.registry=Impossible de lire le registre local {0} - droits insuffisants
-R.error.cannot.write.registry=Impossible d''\u00e9crire dans le registre local {0} - droits insuffisants
-
-R.error.cannot.parse.platform=Impossible de d\u00e9terminer la plateforme \u00e0 partir de "{0}"
-R.error.cannot.load.registry=Impossible de charger le registre
-R.error.parser.not.support.schemas=Le parser courant - {0} - ne prend pas en charge les sch\u00e9mas.
-
-R.error.unknown.dependency=Type de d\u00e9pendance inconnu {0}
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_fr.properties
deleted file mode 100644
index 7e362e3..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_fr.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=Le r\u00e9pertoire d''installation {0} est manquant.\nLe plus probable est qu'il a \u00e9t\u00e9 d\u00e9truit manuellement.
-PCL.validation.directory.file=Le r\u00e9pertoire d''installation {0} se trouve \u00eatre en fait un fichier.\nLe plus probable est qu'il a \u00e9t\u00e9 d\u00e9truit manuellement et remplac\u00e9 par un fichier.
-PCL.validation.directory.empty=Le r\u00e9pertoire d''installation {0} est vide.\nLe plus probable est que son contenu a \u00e9t\u00e9 d\u00e9truit manuellement.
-PCL.validation.directory.null=Le r\u00e9pertoire d'installation ne peut \u00eatre trouv\u00e9.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Impossible d''initialiser les donn\u00e9es pour {0}
-P.error.cannot.load.logic=Impossible de charger la logique de configuration pour {0}
-P.error.installdir.not.set=L''emplacement d''installation de {0} n'est pas d\u00e9fini
-P.error.installdir.set.empty=L''emplacement d''installation de {0} est d\u00e9fini comme une cha\u00eene vide
-P.error.cannot.create.cache.dir=Impossible de cr\u00e9er le r\u00e9pertoire de cache local {0} pour {1} 
-P.error.local.cache.not.dir=Le r\u00e9pertoire de cache local {0} pour {1} n''est en fait pas un r\u00e9pertoire.
-P.error.cannot.load.product=Impossible de charger le produit {0}
-P.error.logic.not.yet.downloaded=La logique de configuration pour {0} n'est pas encore t\u00e9l\u00e9charg\u00e9e
-P.error.installation.data.not.cached=Les donn\u00e9es d''installation pour {0} ne sont pas mises en cache
-P.error.cannot.extract.data=Impossible d''extraire les donn\u00e9es d'installation pour {0}
-P.error.cannot.save.files.list=Impossible de sauvegarder la liste des fichiers install\u00e9s
-P.error.cannot.get.wizard.components=Impossible d'obtenir les composants de l'assistant d'installation des composants NetBeans
-P.error.cannot.wrap.for.macos=Impossible de cr\u00e9er la hi\u00e9rarchie de r\u00e9pertoires pour l'Application Mac OS
-P.error.cannot.get.files.list=Impossible de r\u00e9cup\u00e9rer la liste des fichiers d'installation
-P.error.cannot.delete.files.list=Impossible de d\u00e9truire la liste des fichiers d'installation
-P.error.cannot.delete.file=Impossible de supprimer le fichier
-P.error.cannot.remove.from.system=Impossible d''enlever {0} du gestionnaire d'installation syst\u00e8me
-P.error.not.enough.space=Impossible d'extraire les donn\u00e9es d'installation -- espace disque insuffisant dans le r\u00e9pertoire de destination.
-P.error.cannot.clear.cache=Impossible de nettoyer le fichier de cache de donn\u00e9es d''installation {0}
-P.error.system.integartion.failed=L''int\u00e9gration de {0} avec le gestionnaire de package syst\u00e8mes a \u00e9chou\u00e9
-
-P.message.installation=Installation de {0}
-P.message.uninstallation=D\u00e9sinstallation de {0}
-P.message.configuration=Configuration de {0}
-P.message.unconfiguration=Suppression de la configuration de {0}
-P.message.legal.artifacts=Cr\u00e9ation des artefacts l\u00e9gaux
-P.message.run.logic=Ex\u00e9cution de la logique de configuration personnalis\u00e9e
-P.message.system.registration=Enregistrement dans le gestionnaire de packages syst\u00e8mes
-P.message.save.installation.files.list=Sauvegarde de la liste des fichiers install\u00e9s
-P.message.delete=Suppression de {0}
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_fr.properties
deleted file mode 100644
index f4ec031..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_fr.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Erreur dans l'\u00e9criture du fichier de log. Log d\u00e9sactiv\u00e9.
-
-EM.ununexpected.exception=Une exception inattendue s''est produite dans le thread {0}
-EM.errortype.critical=Erreur critique
-EM.errortype.error=Erreur
-EM.errortype.warning=Avertissement
-EM.errortype.message=Message
-EM.unexpected.error=Une erreur inconnue s'est produite.
-EM.exception.message=\n\nException:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nVous pouvez obtenir plus de d\u00e9tails sur ce probl\u00e8me dans le fichier de logs du programme d''installation:\n {0}
-
-FU.error.output.file.entry=Une entr\u00e9e de fichier {0} existe d\u00e9j\u00e0 et ce n''est pas un fichier
-FU.error.output.dir.entry=Une entr\u00e9e de r\u00e9pertoire {0} existe d\u00e9j\u00e0 et ce n''est pas un r\u00e9pertoire
-FU.message.extracting=Extraction de {0}
-FU.error.load.xml.file.list=Impossible de charger les fichiers XML en vue de leur extraction
-FU.error.unjar.todir=Le r\u00e9pertoire {0} est un fichier existant, impossible d''ouvrir le jar.
-FU.message.copy.dir=Copie du r\u00e9pertoire {0} vers {1}
-FU.message.copy.file=Copie du fichier {0} vers {1}
-FU.error.close.stream=Impossible de fermer le flux
-FU.error.source.not.readable=La source {0} ne peut pas \u00eatre lue
-FU.error.dest.not.file=La destination {0} n''est pas un fichier
-FU.error.dest.creation=La destination {0} ne peut pas \u00eatre cr\u00e9\u00e9e
-FU.error.dest.not.writable=La destination {0} n''est pas accessible en \u00e9criture
-FU.message.moving=D\u00e9placement de {0} vers {1}
-FU.error.freespace=Impossible d''obtenir la quantit\u00e9 d'''espace disque disponible sur {0}
-FU.error.cannot.close.jar=Impossible de fermer le JAR {0}
-FU.error.cannot.create.dir.exist.file=Impossible de cr\u00e9er le r\u00e9pertoire {0}, c''est un fichier existant
-FU.error.cannot.create.dir=Impossible de cr\u00e9er le r\u00e9pertoire {0}
-FU.error.not.jar.file=Le fichier fourni {0} n''est pas une archive JAR
-FU.error.sha1.not.supported=Bon sang, cette JVM ne prend pas en charge SHA1
-FU.error.md5.not.supported=Bon sang, cette JVM ne prend pas en charge MD5
-FU.error.file.security.exception=Tiens, il se passe quelque chose de totalement inattendu - une exception de s\u00e9curit\u00e9 s''est produite lors de l''acc\u00e8s au fichier {0}
-FU.message.delete.file=Suppression du fichier {0}
-FU.message.delete.dir=Suppression du r\u00e9pertoire {0}
-FU.error.pack200.failed=Pack200 s''est termin\u00e9 en erreur\nCode d''erreur: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 s''est termin\u00e9 en erreur\nCode d''erreur: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Impossible de parser la propri\u00e9t\u00e9: {0}, valeur:  {1}.
-UI.error.failed.to.activate.crossplatform.laf=Impossible d'activer le Look & Feel multiplate-formes -- suite de l'ex\u00e9cution avec le Look & Feel par d\u00e9faut.
-UI.error.failed.to.activate.defined.laf=Impossible d'activer le Look & Feel d\u00e9fini - on va se rabattre sur le Look & Feel multiplate-formes.
-UI.error.failed.to.init.ui=Impossible d'initialiser l'Interface Utilisateur
-UI.error.failed.to.force.gtk=Impossible de forcer l'utilisation du Look & Feel GTK
-UI.silent.default.yes=Poursuite du traitement avec l'option Oui (par d\u00e9faut)...
-UI.silent.default.no=Poursuite du traitement avec l'option Non (par d\u00e9faut)...
-UI.silent.default.cancel=Poursuite du traitement avec l'option Annuler (par d\u00e9faut)...
-
-StrU.error.cannot.parse.status=Impossible d''interpr\u00e9ter l''\u00e9tat: {0}
-StrU.error.unknown.platform=La plate-forme "{0}" n''est pas reconnue.
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_fr.properties
deleted file mode 100644
index 76132db..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_fr.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=\u00c9chec dans l'ex\u00e9cution de la proc\u00e9dure de v\u00e9rification du JDK
-JU.error.cannot.delete=Impossible de d\u00e9truire {0}
-JU.error.cannot.download.testjdk=Impossible de t\u00e9l\u00e9charger TestJDK.class depuis {0}
-JU.error.cannot.canonize=Impossible de mettre {0} en forme canonique
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_fr.properties
deleted file mode 100644
index acd7c10..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_fr.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Param\u00e8tre requis manquant pour l''argument de ligne de commande "{0}".\nDevrait \u00eatre "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Param\u00e8tre requis manquant pour l''argument de ligne de commande "{0}".\nDevrait \u00eatre "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Param\u00e8tre invalide pour l''argument de ligne de commande "{0}" -- "{1}".\nDevrait \u00eatre "{0} <language>[_<country>[_<variant>]]". 
-O.warning.bad.locale.arg=Param\u00e8tre requis manquant pour l''argument de ligne de commande  "{0}".\nDevrait \u00eatre "{0} <language>[_<country>[_<variant>]]". 
-O.warning.missing.state.file=Le fichier d''\u00e9tat sp\u00e9cifi\u00e9 "{1}" n''existe pas.\nLe param\u00e8tre "{0}" sera ignor\u00e9.
-O.warning.bag.state.file.arg=Param\u00e8tre requis manquant pour l''argument de ligne de commande "{0}".\nDevrait \u00eatre "{0} <state-file-path>".
-O.warning.target.state.file.exists=Le fichier d''\u00e9tat sp\u00e9cifi\u00e9 "{1}" existe.\nLe param\u00e8tre "{0}" sera ignor\u00e9.
-O.warning.bad.target.state.file.arg=Param\u00e8tre requis manquant pour l''argument de ligne de commande\n"{0}". Devrait \u00eatre "{0} <state-file-path>".
-O.warning.bundle.file.exists=Le fichier cible sp\u00e9cifi\u00e9 "{1}" existe.\n Le param\u00e8tre "{0}" sera ignor\u00e9.
-O.warning.bad.create.bundle.arg=Param\u00e8tre requis manquant pour l''argument de ligne de commande "{0}".\nDevrait \u00eatre "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Param\u00e8tre requis manquant pour l''argument de ligne de commande "{0}".\nDevrait \u00eatre "{0} <userdir-path>".
-O.warning.bad.platform.arg=Param\u00e8tre requis manquant pour l''argument de ligne de commande "{0}".\nDevrait \u00eatre "{0} <target-platform>".
-O.warning.bad.registry.arg=Param\u00e8tre requis manquant pour l''argument de ligne de commande "{0}".\nDevrait \u00eatre "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Param\u00e8tre requis manquant pour l''argument de ligne de commande "{0}".\nDevrait \u00eatre "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Param\u00e8tre requis manquant pour l''argument de ligne de commande "{0}".\nDevrait \u00eatre "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_fr.properties
deleted file mode 100644
index 361011d..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_fr.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Non install\u00e9(s)
-Status.to-be-installed=A installer
-Status.installed=Install\u00e9s
-Status.to-be-uninstalled=A d\u00e9sinstaller
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Install\u00e9(s) avec succ\u00e8s
-DetailedStatus.install.warning=Install\u00e9(s) avec des avertissements
-DetailedStatus.install.error=\u00c9chec de l'installation
-DetailedStatus.uninstall.success=D\u00e9sinstall\u00e9(s) avec succ\u00e8s
-DetailedStatus.uninstall.warning=D\u00e9sinstall\u00e9(s) avec des avertissements
-DetailedStatus.uninstall.error=\u00c9chec de la d\u00e9sinstallation
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_fr.properties
deleted file mode 100644
index 4f8878e..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_fr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Impossible de t\u00e9l\u00e9charger l'ic\u00f4ne du cadre \u00e0 partir de l''URI - {0}.
-NF.error.failed.to.set.frame.icon=	 	\nImpossible de d\u00e9finir l'ic\u00f4ne du cadre
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Parcourir
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_fr.properties
deleted file mode 100644
index 8f5cf57..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_fr.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=Le pourcentage sp\u00e9cifi\u00e9 - {0} n''est pas valide. Le pourcentage total de la \nprogression cumul\u00e9e (somme du pourcentage propre et des pourcentages des\nenfants) ne peut pas valoir moins de {1} ni plus de {2}.
-
-CP.error.progress=La progression sp\u00e9cifi\u00e9e pour un fils n'existe pas dans la progression cumul\u00e9e\net ne peut donc pas \u00eatre enlev\u00e9e. 
-
-################################################################################
-# Progress.java
-P.error.percentage=Le pourcentage sp\u00e9cifi\u00e9 - {0} n''est pas valide. Le pourcentage total de la\nprogression ne peut pas valoir moins de {1} ni plus de {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_fr.properties
deleted file mode 100644
index a93b126..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_fr.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Impossible de charger le bundle \u00e0 partir de {0}
-LP.error.no.files=Il n'y a pas de fichiers dans {0}
-LP.error.not.directory={0} n''est pas un r\u00e9pertoire
-LP.error.directory.do.not.exist=Le r\u00e9pertoire {0} n''existe pas
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_fr.properties
deleted file mode 100644
index de2da39..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_fr.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=Aucun fichier jar embarqu\u00e9 ni externe
-CnL.error.cannot.find.jvm.file=Impossible de trouver le fichier JVM {0}
-CnL.error.cannot.find.class=Impossible de trouver la classe {0} dans les fichier embarqu\u00e9s et aucun fichier externe n''a \u00e9t\u00e9 sp\u00e9cifi\u00e9
-CnL.error.main.class.unspecified=Aucune classe principale sp\u00e9cifi\u00e9e parmi les fichiers embarqu\u00e9s
-CnL.error.cannot.get.output.name=Aucun fichier embarqu\u00e9 - impossible d'obtenir le nom du fichier de sortie
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Impossible d''obtenir l''ic\u00f4ne du lanceur \u00e0 partir de {0}
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_fr.properties
deleted file mode 100644
index 799e003..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_fr.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Impossible d'obtenir l'emplacement par d\u00e9faut des applications 
-SR.error.cannot.parse.pattern=Impossible de parser le motif: {0}
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_fr.properties
deleted file mode 100644
index 5c64baa..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_fr.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Impossible d'acc\u00e9der \u00e0 la m\u00e9thode native
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_fr.properties
deleted file mode 100644
index d2987b9..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_fr.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=\u00c9chec de la cr\u00e9ation de l'instance par d\u00e9faut de l'Assistant.
-W.error.failed.to.load.components=\u00c9chec du chargement des composants de l''assistant \u00e0 partir de {0} en utilisant le classloader {1}.
-W.error.failed.to.load.component=\u00c9chec du chargement d''un composant de l'assistant \u00e0 partir de l''\u00e9l\u00e9ment XML {0} en utilisant le classloader {1}.
-W.error.unknown.ui.mode=Mode interface utilisateur inconnu - {0}.
-W.error.cannot.move.backward.silent=Impossible de revenir en arri\u00e8re lorsque l'interface utilisateur est en mode silencieux
-W.error.cannot.move.backward.at.first=Impossible de revenir en arri\u00e8re - l'assistant est d\u00e9j\u00e0 au premier \u00e9l\u00e9ment.
-W.error.parser.unsupports.schemas=Le parser courant - {0} - ne prend pas en charge les sch\u00e9mas.
-W.error.interrupted=Interrompu pendant l'attente
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_fr.properties
deleted file mode 100644
index e5bbd10..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_fr.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=Programme d'installation de l'IDE NetBeans
-WC.description=Description du programme d'installation de l'IDE NetBeans
-
-WC.help.button.text=&Aide!
-WC.back.button.text=< &Pr\u00e9c\u00e9dent
-WC.next.button.text=Suiva&nt >
-WC.cancel.button.text=Annuler
-WC.finish.button.text=&Terminer
-
-WC.cancel.dialog.title=Annuler
-WC.cancel.dialog.text=\u00cates-vous s\u00fbr de vouloir annuler?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=Une InterruptedException s'est produite.
-
-WA.canceling.progress.title=Annulation, fin de l'op\u00e9ration en cours...
-
-WA.cancel.dialog.title=Annuler
-WA.cancel.dialog.text=\u00cates-vous s\u00fbr de vouloir annuler?
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_fr.properties
deleted file mode 100644
index 97cfac9..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_fr.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Moteur de cache...
-CEA.description=Veuillez patienter pendant que l'assistant met le moteur en cache.
-CEA.error.cannot.cache.engine=Impossible de mettre en cache le moteur d'installation.
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Cr\u00e9ation du bundle...
-CBA.description=Veuillez patienter pendant que l'assistant cr\u00e9e un bundle avec les composants s\u00e9lectionn\u00e9s.
-
-CBA.progress.create.bundle.title=Cr\u00e9ation d''un bundle redistribuable dans {0}
-CBA.progress.add.engine.detail=Ajout du moteur d'installation au bundle
-CBA.progress.add.product.detail=Ajout de {0} ...
-CBA.progress.add.group.detail=Ajout de {0} ...
-
-CBA.error.failed.create.bundle=\u00c9chec de la cr\u00e9ation du bundle
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Cr\u00e9ation du lanceur natif...
-CNLA.description=Veuillez patienter pendant que l'assistant cr\u00e9e un lanceur pour le fichier JAR.
-CNLA.error.failed.create.launcher=\u00c9chec de la cr\u00e9ation du lanceur natif
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Cr\u00e9ation du lanceur d'application Mac OS X
-CMALA.description=Veuillez patienter pendant que l'assistant cr\u00e9e un lanceur d'application pour le fichier JAR.
-CMALA.error.failed.create.launcher=\u00c9chec de la cr\u00e9ation du lanceur d'application
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Pr\u00e9paration de la logique de configuration...
-DCLA.description=Veuillez patienter pendant que l'assistant pr\u00e9pare la logique de configuration.
-DCLA.progress.remote.title=T\u00e9l\u00e9chargement de la logique de configuration pour {0}
-DCLA.progress.local.title=Extraction de la logique de configuration pour {0}
-DCLA.failed=\u00c9chec du t\u00e9l\u00e9chargement de la logique d''installation pour {0}
-DCLA.dependent.failed=Impossible d''installer {0} parce que l''installation de {1} a \u00e9chou\u00e9
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Pr\u00e9paration des donn\u00e9es d'installation...
-DIDA.description=Veuillez patienter pendant que l'assistant pr\u00e9pare les donn\u00e9es d'installation.
-DIDA.progress.remote.title=T\u00e9l\u00e9chargement des donn\u00e9es d''installation pour {0}
-DIDA.progress.local.title=Extraction des donn\u00e9es d''installation pour {0}
-DIDA.failed=\u00c9chec du t\u00e9l\u00e9chargement des donn\u00e9es d''installation pour {0}
-DIDA.dependent.failed=Impossible d''installer {0} parce que l''installation de {1} a \u00e9chou\u00e9
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Initialisation...
-IRA.description=Veuillez patienter pendant que l'assistant de configuration s'initialise.
-IRA.registry.initialization.failed=Impossible d'initialiser le registre
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finalisation...
-FRA.description=Veuillez patienter pendant que l'assistant de configuration se termine.
-FRA.registry.finalization.failed=Impossible de finaliser le registre
-
-################################################################################
-# InstallAction.java
-IA.title=Installation...
-IA.description=Veuillez patienter pendant que l'assistant installe les composants s\u00e9lectionn\u00e9s.
-IA.progress.install.title=Installation de {0}...
-IA.progress.rollback.title=Annulation, rollback de {0}...
-IA.install.dependent.failed=Impossible d''installer {0} parce que l''installation de {1} a \u00e9chou\u00e9
-IA.install.unknown.error=Erreur inconnue
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Recherche des environnements  Java\u2122...
-SFJA.description=Veuillez patienter pendant que l'assistant recherche les environnements Java\u2122 install\u00e9s sur votre syst\u00e8me.
-SFJA.prepare.list=Pr\u00e9paration de la liste des emplacements...
-SFJA.checking=V\u00e9rification de {0}
-SFJA.search.java=Recherche des environnements Java install\u00e9s...
-SFJA.entry.label={0} (v. {1} par {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> par {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=D\u00e9sinstallation...
-UA.description=Veuillez patienter pendant que l'assistant d\u00e9sinstalle les composants s\u00e9lectionn\u00e9s.
-UA.progress.uninstall.title=D\u00e9sinstallation de {0}
-UA.uninstall.dependent.failed=Impossible de d\u00e9sinstaller {0} parce que la d\u00e9sinstallation de {1} a \u00e9chou\u00e9
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=L'UID de composant source n'est pas d\u00e9fini
-SILA.error.cannot.find.component=Il n''existe pas de composant avec l''UID {0} 
-SILA.error.cannot.get.logic=Impossible d''acc\u00e9der \u00e0 la logique de configuration pour {0}
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_fr.properties
deleted file mode 100644
index 4422050..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_fr.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=Emp&lacement:
-ALP.location.button.text=Parcou&rir...
-ALP.list.label.text=Les emplacements suiv&ants ont \u00e9t\u00e9 trouv\u00e9s par l''algorithme de recherche: 
-
-ALP.error.nothing.found=Aucune application compatible n'a \u00e9t\u00e9 trouv\u00e9e.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=S\u00e9lection des composants
-CSP.description.both=S\u00e9lectionnez les composants que vous voulez installer. D\u00e9s\u00e9lectionnez ceux que vous voulez d\u00e9sinstaller.
-CSP.description.install=S\u00e9lectionnez les composants que vous voulez installer.
-CSP.description.uninstall=D\u00e9s\u00e9lectionnez ceux que vous voulez d\u00e9sinstaller.
-CSP.feature.description.title=Description des fonctionnalit\u00e9s
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Taille de l''installation: {0}     Taille du t\u00e9l\u00e9chargement: {1}
-CSP.sizes.label.text.no.download=Taille de l''installation: {0}
-
-CSP.default.installation.size=N/A
-CSP.default.download.size=N/A
-
-CSP.error.no.changes.both=Aucune fonctionnalit\u00e9 s\u00e9lectionn\u00e9e. S\u00e9lectionnez au moins une fonctionnalit\u00e9 \u00e0 installer ou d\u00e9sinstaller.
-CSP.error.no.changes.install=Aucune fonctionnalit\u00e9 s\u00e9lectionn\u00e9e. S\u00e9lectionnez au moins une fonctionnalit\u00e9 \u00e0 installer.
-CSP.error.no.changes.uninstall=Aucune fonctionnalit\u00e9 s\u00e9lectionn\u00e9e. S\u00e9lectionnez au moins une fonctionnalit\u00e9 \u00e0 d\u00e9sinstaller
-CSP.error.requirement.install={1} est requis pour installer {0}.
-CSP.error.conflict.install={0} est en conflit avec {1}.
-CSP.error.requirement.uninstall={0} est requis par {1}.
-CSP.error.not.enough.space.to.download=Espace disque insuffisant pour t\u00e9l\u00e9charger les donn\u00e9es d'installation. {1} de plus sont requis dans {0}.
-CSP.error.not.enough.space.to.extract=Espace disque insuffisant pour extraire les donn\u00e9es d'installation. {1} de plus sont requis dans {0}.
-CSP.error.cannot.check.space=Impossible de v\u00e9rifier l'espace disque libre
-
-################################################################################
-# DestinationPanel.java
-DP.title=Dossier d'installation
-DP.description=Choisissez le dossier de destination.
-
-DP.destination.label.text=Emplacement de l''installation:
-DP.destination.button.text=Parco&urir...
-
-DP.error.null=Le dossier d''installation ne peut pas \u00eatre vide.
-DP.error.not.valid=Le dossier d''installation sp\u00e9cifi\u00e9 n'est pas valide.
-DP.error.contains.exclamation=Le dossier d''installation ne peut pas contenir le point d''exclamation (!).
-DP.error.contains.semicolon=Le dossier d''installation ne peut pas contenir le caract\u00e8re point virgule (;).
-DP.error.contains.colon=Le dossier d''installation ne peut pas contenir le caract\u00e8re deux points (:).
-DP.error.contains.ampersand=Le dossier d''installation ne peut pas contenir le caract\u00e8re esperluette (&).
-DP.error.contains.wrong.char=Le dossier d''installation contient un caract\u00e8re erron\u00e9 ({1}).
-DP.error.matches.prohibited.regexp=Le dossier d''installation sp\u00e9cifi\u00e9 est invalide (il correspond \u00e0 un type interdit {1}).
-DP.error.not.absolute=Le dossier d''installation sp\u00e9cifi\u00e9 doit \u00eatre dans le format de chemin absolu.
-DP.error.cannot.canonize=Le dossier d''installation ne peut pas \u00eatre mis en forme canonique.
-DP.error.not.directory=L''emplacement d''installation sp\u00e9cifi\u00e9e n''est pas un r\u00e9pertoire.
-DP.error.not.readable=Le dossier d''installation sp\u00e9cifi\u00e9 n''est pas accessible en lecture.
-DP.error.not.writable=Le dossier d''installation est en lecture seule.
-DP.error.not.empty=Le dossier d''installation sp\u00e9cifi\u00e9 n''est pas vide.
-DP.error.not.ends.with.app=Le dossier d''installation sp\u00e9cifi\u00e9 doit se terminer par ".app".
-DP.error.not.enough.space=Espace disque insuffisant. {1} de plus requis dans {0}.
-DP.error.cannot.get.logic=Impossible d''obtenir la logique de configuration
-DP.error.cannot.check.space=Impossible de v\u00e9rifier l''espace disque
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=R\u00e9pertoire de base du &JDK\u2122:
-JLP.location.label.text.java=R\u00e9pertoire de base de l''environnement &Java\u2122:
-JLP.location.button.text=Parco&urir...
-JLP.list.label.text=&Liste de JDK\u2122 appropri\u00e9s trouv\u00e9s sur cette machine:
-JLP.list.label.text.java=&Liste d''environnements Java\u2122 appropri\u00e9s trouv\u00e9s sur cette machine:
-
-JLP.error.null=Le chemin d''acc\u00e8s au JDK ne peut pas \u00eatre vide.
-JLP.error.null.java=Le chemin d''acc\u00e8s \u00e0 l''environnement Java ne peut pas \u00eatre vide.
-JLP.error.not.valid.path=Le dossier de JDK sp\u00e9cifi\u00e9 {0} n''est pas valide.
-JLP.error.not.valid.path.java=Le dossier de l''environnement Java sp\u00e9cifi\u00e9 {0} n''est pas valide.
-JLP.error.path.not.exists=Le dossier de JDK sp\u00e9cifi\u00e9 {0} n''existe pas.
-JLP.error.path.not.exists.java=Le dossier de l''environnement Java sp\u00e9cifi\u00e9 {0} n''existe pas.
-JLP.error.not.javahome=Le dossier de JDK sp\u00e9cifi\u00e9 {0} ne contient pas de JDK.
-JLP.error.not.javahome.java=Le dossier de l''environnement Java sp\u00e9cifi\u00e9 {0} ne contient pas d''environnement Java.
-JLP.error.not.jdk=Le dossier de JDK sp\u00e9cifi\u00e9 {0} contient un JRE, mais un JDK complet est n\u00e9cessaire.
-JLP.error.wrong.version.older=Le dossier de JDK sp\u00e9cifi\u00e9 {0} contient la version "{1}" du JDK,alors que la version minimum est "{2}".
-JLP.error.wrong.version.older.java=Le dossier de l''environnement Java sp\u00e9cifi\u00e9 {0} contient la version Java "{1}", alors que la version maximum est "{2}".
-JLP.error.wrong.version.newer=Le dossier de JDK sp\u00e9cifi\u00e9 {0} contient la version "{1}" du JDK, tandis que le maximum est "{2}".
-JLP.error.wrong.version.newer.java=Le dossier sp\u00e9cifi\u00e9 pour l''environnement Java {0} contient Java version  "{1}", alors que le maximum est "{2}".
-JLP.error.wrong.vendor=Le dossier de JDK sp\u00e9cifi\u00e9 {0} contient un JDK d''un vendeur non pris en charge ({1}). Les vendeurs pris en charge sont "{2}".
-JLP.error.wrong.vendor.java=Le dossier de l''environnement Java sp\u00e9cifi\u00e9 {0} contient une version Java d''un vendeur non pris en charge ({1}). Les vendeurs pris en charge sont "{2}".
-JLP.error.unknown=Une erreur inconnue est survenue pendant la validation du chemin d''acc\u00e8s.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>Le programme d''installation ne trouve pas de JDK compatible install\u00e9, sp\u00e9cifiez-le manuellement.<br> La version minimale requise est {0}. Pour t\u00e9l\u00e9charger le JDK, visiter <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>Le programme d''installation ne trouve pas d'environnement Java compatible, sp\u00e9cifiez-le manuellement.<br>La version minimale requise est {0}. Pour t\u00e9l\u00e9charger l''environnement Java, visiter <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (utilis\u00e9 par {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=R\u00e9sum\u00e9 apr\u00e8s la cr\u00e9ation du Bundle
-PoCBSP.dialog.description=Cliquez Finir pour quitter.
-
-PoCBSP.message.success.text=L''assistant d''installation a ex\u00e9cut\u00e9 avec succ\u00e8s toutes les actions s\u00e9lectionn\u00e9es.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Des erreurs sont survenues dans le processus de cr\u00e9ation du bundle.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=Les composants suivants ont \u00e9t\u00e9 int\u00e9gr\u00e9s avec succ\u00e8s:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=Les composants suivants n''ont pu \u00eatre ajout\u00e9s au bundle:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=Voir les &Logs
-PoCBSP.send.log.button.text=&Envoyer les Logs
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Assistant d'installation - R\u00e9sum\u00e9 apr\u00e8s Installation
-
-PoISP.message.success.text=L'assistant d'installation a effectu\u00e9 avec succ\u00e8s les actions s\u00e9lectionn\u00e9es.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Des avertissements ont \u00e9t\u00e9 \u00e9mis au cours du processus d'installation/d\u00e9sinstallation.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Des erreurs ont \u00e9t\u00e9 rencontr\u00e9es au cours du processus d'installation/d\u00e9sinstallation.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=Les composants suivants ont \u00e9t\u00e9 install\u00e9s avec succ\u00e8s:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=Les composants suivants ont \u00e9t\u00e9 install\u00e9s avec des avertissements:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=Les composants suivants n'ont pu \u00eatre install\u00e9s:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=Les composants suivants ont \u00e9t\u00e9 d\u00e9sinstall\u00e9s avec succ\u00e8s:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=Les composants suivants ont \u00e9t\u00e9 d\u00e9sinstall\u00e9s avec des avertissements:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=Les composants suivants n'ont pu \u00eatre d\u00e9sinstall\u00e9s:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=Voir les &d\u00e9tails
-PoISP.view.log.button.text=Voir le &log
-PoISP.send.log.button.text=&Envoyer les Logs
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Le fichier de log n'est pas disponible
-
-PoISP.message.files.remaining=Certains fichiers n''ont pas pu \u00eatre enlev\u00e9s des r\u00e9pertoires d''installation du {0}. Vous devrez peut-\u00eatre les supprimer manuellement.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=R\u00e9sum\u00e9 du bundle avant cr\u00e9ation
-PrCBSPdialog.description=Cliquez Cr\u00e9er pour cr\u00e9er le bundle.
-
-PrCBSPmessage.text=L'assistant a collect\u00e9 toutes les informations requises pour proc\u00e9der \u00e0 la cr\u00e9ation du bundle. Vous pouvez passer en revue vos choix. Pour continuer, cliquez Suivant.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=Vous avez choisi de cr\u00e9er un bundle avec les composants suivants:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Taille totale du t\u00e9l\u00e9chargement: {0}
-PrCBSPrequired.disk.space.label.text=Espace disque requis: {0}
-PrCBSPcreate.button.text=&Cr\u00e9er
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=R\u00e9sum\u00e9 avant installation
-
-PrISP.message.text=L'assistant d'installation a rassembl\u00e9 toutes les informations requises pour proc\u00e9der \u00e0 l'installation ou \u00e0 la d\u00e9sinstallation des composants s\u00e9lectionn\u00e9s. Vous pouvez passer en revue vos choix. Pour continuer, cliquez Suivant.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=Vous avez choisi d''installer les composants suivants:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=Vous avez choisi de d\u00e9sinstaller les composants suivants:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Taille totale du t\u00e9l\u00e9chargement: {0}
-PrISP.required.disk.space.label.text=Espace disque requis: {0}
-PrISP.install.button.text=&Installer
-
-PrISP.error.not.enough.space=Espace disque insuffisant pour une installation correcte. Il faut {1} de plus dans {0} .
-PrISP.error.cannot.check.space=Impossible de v\u00e9rifier l'espace libre disponible
-PrISP.error.logic.access=Impossible d'acc\u00e9der \u00e0 la logique de configuration du produit
-PrISP.error.fsroots=Impossible d'obtenir la liste des racines de syst\u00e8mes de fichiers
-PrISP.error.non.existent.root={0} est configur\u00e9 pour \u00eatre install\u00e9 sur {1} qui n'appartient \u00e0 aucune des racines de syst\u00e8mes de fichiers.
-PrISP.error.cannot.write=L'Assistant n''a pas acc\u00e8s en \u00e9criture \u00e0 {1}, le r\u00e9pertoire d''installation de {0}. Veuillez corriger les probl\u00e8mes de droits avant de poursuivre.
-
-################################################################################
-# LicensesPanel.java
-LP.title=Contrat de licence
-LP.description=Veuillez lire attentivement le contrat de licence suivant.
-
-LP.accept.checkbox.text=J'&accepte les termes de l'accord de licence
-LP.error.cannot.get.logic=Impossible d'acc\u00e9der \u00e0 la logique de configuration
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<Pas de texte>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=\u00cates-vous s\u00fbr de vouloir annuler?
-EMP.cancel.dialog.title=Annuler
-EMP.error.failed.input.verify=Impossible de v\u00e9rifier la saisie
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_fr.properties
deleted file mode 100644
index 1741408..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_fr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=\u00c9chec du t\u00e9l\u00e9chargement de l''ic\u00f4ne de l''assistant depuis l''URI - {0}.
-SFC.error.failed.to.set.icon=Impossible de d\u00e9finir l''ic\u00f4ne du conteneur du frame Swing
-SFC.error.failed.to.attach.error.handler=Impossible d''attacher le traitement d''erreur personnalis\u00e9 \u00e0 l''EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Impossible de d\u00e9finir l''op\u00e9ration de fermeture par d\u00e9faut
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_fr.properties
deleted file mode 100644
index ea0d789..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_fr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=D\u00e9tails de l'installation
-IDD.component.label=Composant
-IDD.status.label=Statut
-
-ILD.loading.logfile=Chargement du fichier log. Patientez s'il vous plait...
-ILD.error.reading.log=Impossible de lire le fichier log {0}.
-ILD.error.log.contents=Contenu du fichier log indisponible.
-
diff --git a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_fr.properties b/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_fr.properties
deleted file mode 100644
index d2a0a24..0000000
--- a/l10n/src/fr/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_fr.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructured
-OpenIDE-Module-Name=Librairie NBI Engine
-
diff --git a/l10n/src/fr/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_fr.properties b/l10n/src/fr/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_fr.properties
deleted file mode 100644
index 3d8a5cb..0000000
--- a/l10n/src/fr/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_fr.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Menu Application Apple
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Permet la prise en charge du menu Application sur Apple
-
-OpenIDE-Module-Long-Description=Permet aux \u00e9l\u00e9ments du menu Apple de fonctionner correctement, et y ins\u00e8re des options de menu standard. Outils | Options devient Pr\u00e9f\u00e9rences, Aide | \u00c0 propos de devient \u00c0 propos de et enfin, Fichier | Quitter devient Quitter.
-
-MSG_MinimizeWindowAction=&Minimiser la fen\u00eatre
-
diff --git a/l10n/src/fr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_fr.properties b/l10n/src/fr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_fr.properties
deleted file mode 100644
index 0c6f994..0000000
--- a/l10n/src/fr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_fr.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Connexion en cours ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Recherche de mises \u00e0 jour dans  {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=Impossible de lire le NBM {0}
-InstallSupportImpl_TurnOnTimeout=Timeout sur le chargement de {0}
-InstallSupportImpl_NullSource=L'URL source pour le module "{0}" vaut null; tr\u00e8s probablement, l'attribut "distribution" est une cha\u00eene vide dans le catalogue du centre de mise \u00e0 jour.\nVoir aussi http://www.netbeans.org/issues/show_bug.cgi?id=153799 pour plus de d\u00e9tails.
-InstallSupportImpl_Download_Unavailable=Impossible d'acc\u00e9der \u00e0 {0}
-OperationSupportImpl_Custom_Uninstall=D\u00e9sinstallation de {0}
-OperationSupportImpl_Custom_Install=Installation de {0}
-
-UpdateUnitFactory_Libraries_Category=Biblioth\u00e8ques
-UpdateUnitFactory_Bridges_Category=Ponts
-UpdateUnitFactory_Unsorted_Category=Non-cat\u00e9goris\u00e9
-UpdateElementImpl_Feature_CategoryName=Fonctions
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Module install\u00e9:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Modules install\u00e9s:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Module non encore install\u00e9:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Modules non encore install\u00e9s:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>Nouveau module propos\u00e9 par le plugin:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>Nouveaux modules propos\u00e9s par le plugin:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/fr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_fr.properties b/l10n/src/fr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_fr.properties
deleted file mode 100644
index 5b865fe..0000000
--- a/l10n/src/fr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_fr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructured
-OpenIDE-Module-Long-Description=La fonctionnalit\u00e9 d'AutoUpdate propose plusieurs services: t\u00e9l\u00e9chargement et installation de mises \u00e0 jour disponibles pour les modules install\u00e9s, recherche et installation de nouveaux modules \u00e0 partir des Centres de Mise \u00e0 jour auxquels on est abonn\u00e9, consultation et gestion des modules.
-OpenIDE-Module-Name=Services de Mise \u00e0 jour Automatique
-OpenIDE-Module-Short-Description=Supporte la recherche de mises \u00e0 jour de modules aupr\u00e8s du Centre de mise \u00e0 jour ainsi que leur t\u00e9l\u00e9chargement et leur installation.
-
diff --git a/l10n/src/fr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_fr.properties b/l10n/src/fr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_fr.properties
deleted file mode 100644
index 0adc1c2..0000000
--- a/l10n/src/fr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_fr.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Centre de Mise \u00e0 jour par d\u00e9faut
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Biblioth\u00e8ques
-ArtificialFeaturesProvider_Bridges_Category=Ponts
-ArtificialFeaturesProvider_Unsorted_Category=Non-cat\u00e9goris\u00e9
-ArtificialFeaturesProvider_Features_Category=Fonctions
-NetworkAccess_Timeout=Timeout lors de l''ouverture de la connexion \u00e0 {0}
-
diff --git a/l10n/src/fr/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_fr.properties b/l10n/src/fr/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_fr.properties
deleted file mode 100644
index 3e8eeda..0000000
--- a/l10n/src/fr/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_fr.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Pr\u00e9paration de la d\u00e9compression
-CTL_UnpackingFile=D\u00e9compression du fichier:
-CTL_DeletingFiles=D\u00e9sinstalle les fichiers...
-CTL_DisablingFiles=D\u00e9sactive les fichiers...
-UpdaterFrame.jTextArea1.text=Mise \u00e0 jour en cours.\nnVeuillez patienter...
-UpdaterFrame.textLabel.text=Pr\u00e9paration de la d\u00e9compression
-UpdaterFrame.Form.title=Programme de mise \u00e0 jour
-UpdaterFrame.textLabel.fontName=Dialogue
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/fr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_fr.properties b/l10n/src/fr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_fr.properties
deleted file mode 100644
index ccdd15b..0000000
--- a/l10n/src/fr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_fr.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} Plus ...
-Less_Command_Text={0} Moins ...
-UnitTab_ReloadTime=Derni\u00e8re recherche: {0}
-UnitTab_ReloadTime_Never=Jamais
-UnitTab_LessAction=Montrer moins de plug-ins
-UnitTab_MoreAction=Montrer davantage de plug-ins
-UnitTab_TooltipCheckBox_INSTALLED=S\u00e9lectionner le plug-in {0}
-UnitTab_Tooltip_RefreshAction=Recharger le Catalogue
-UnitTab_bTabAction_Name_INSTALLED=D\u00e9&sinstaller
-UnitTab_TooltipCheckBox_UPDATE=S\u00e9lectionner le plug-in {0}
-UnitTab_bTabAction_Name_UPDATE=&Mise \u00e0 jour
-UnitTab_CheckAction=Rechercher
-UnitTab_CheckCategoryAction=Cocher la cat\u00e9gorie
-UnitTab_UncheckCategoryAction=D\u00e9cocher la cat\u00e9gorie
-UnitTab_CheckAllAction=Tout cocher
-UnitTab_UncheckAllAction=Tout d\u00e9cocher
-UnitTab_ReloadAction=&Recharger le catalogue
-UnitTab_PrepareReloadAction=Patientez un instant, le catalogue se recharge
-UnitTab_RemoveLocallyDownloadedAction=Supp&rimer
-UnitTab_ActivateAction=&Activer
-UnitTab_ActivateCategoryAction=Activer la Cat\u00e9gorie
-UnitTab_DeactivateAction=&D\u00e9sactiver
-UnitTab_DeactivateCategoryAction=D\u00e9sactiver la Cat\u00e9gorie
-AvailableTab_SourceCategory_Tooltip_STANDARD=Plug-in certifi\u00e9
-AvailableTab_SourceCategory_Tooltip_BETA=Plug-in B\u00eata
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Plug-in issu de la communaut\u00e9
-InstallTab_Active_Tooltip=Activer
-InstallTab_InActive_Tooltip=Inactif
-InstallTab_PendingForInstall_Tooltip=Red\u00e9marrer l''application pour terminer l'installation
-InstallTab_PendingForDeactivate_Tooltip=Red\u00e9marrer l''application pour terminer l'installation
-InstallTab_ReadOnly_Tooltip={0} est en mode lecture-seule et ne peut pas \u00eatre v\u00e9rifi\u00e9
-UnitTab_TooltipCheckBox_AVAILABLE=S\u00e9lectionner le plug-in {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Installer
-UnitTab_TooltipCheckBox_LOCAL=S\u00e9lectionner le plug-in {0}
-UnitTab_Tooltip_AddAction_LOCAL=Ajouter les plug-ins t\u00e9l\u00e9charg\u00e9s localement
-UnitTab_Tooltip_RemoveAction_LOCAL=Retirer le plug-in de la liste
-UnitTab_bTabAction_Name_LOCAL=&Installer
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} plug-in s\u00e9lectionn\u00e9
-UnitTab_lHowManySelected_Many_Text={0} plug-ins s\u00e9lectionn\u00e9s
-UnitTab_OperationName_Text_INSTALLED=D\u00e9sinstaller
-UnitTab_OperationName_Text_UPDATE=Mise \u00e0 jour
-UnitTab_OperationName_Text_AVAILABLE=Installer
-UnitTab_OperationName_Text_LOCAL=Installer
-UnitTab_lWarning_Text={0} op\u00e9ration(s) n\u00e9cessitant le red\u00e9marrage de l''application
-PluginManagerUI_UnitTab_Update_Title=Mises \u00e0 jour
-PluginManagerUI_UnitTab_Update_ToolTip=Votre application est \u00e0 jour !
-PluginManagerUI_UnitTab_Available_ToolTip=Il n'y a pas de plug-ins disponibles. Cliquez Recharger le catalogue pour voir les derniers plug-ins.
-PluginManagerUI_UnitTab_Available_Title=Plug-ins disponibles
-PluginManagerUI_UnitTab_Installed_Title=Install\u00e9s
-PluginManagerUI_UnitTab_Local_Title=T\u00e9l\u00e9charg\u00e9s
-UnitTab_bAddLocallyDownloads_Name=&Ajouter des Plug-ins...
-UnitTab_bAddLocallyDownloads_ACN=Ajouter des Plug-ins...
-UnitTab_bAddLocallyDownloads_ACD=Cliquez Ajouter des plug-ins pour utiliser l''explorateur de fichiers afin d'ajouter un plug-in auparavant t\u00e9l\u00e9charg\u00e9 en local
-NotificationAlreadyPreparedToIntsall=Le plug-in {0} est d\u00e9j\u00e0 pr\u00eat \u00e0 la mise \u00e0 jour/\u00e0 l''installation.
-NotificationOneAlreadyInstalled=Le plug-in "{0}" est d\u00e9j\u00e0 install\u00e9.
-NotificationMoreAlreadyInstalled=Les plug-ins "{0}" sont d\u00e9j\u00e0 install\u00e9s.
-NotificationAlreadyPresent=Le plug-in "{0}" est d\u00e9j\u00e0 ajout\u00e9. Voulez-vous le remplacer par "{1}"?
-NotificationAlreadyPresentTitle=Remplacer le plug-in
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Ajouter des Plug-ins...
-CTL_FileFilterDescription=Fichiers de distribution de plug-ins (*.nbm)
-NetworkProblemPanel_taTitle_Text=Impossible de se connecter au Centre de mise \u00e0 jour
-NetworkProblemPanel_taMessage_WarningText=V\u00e9rifiez les param\u00e8tres de votre proxy ou r\u00e9essayez plus tard. Le serveur est peut-\u00eatre indisponible en ce moment.\n\nAssurez-vous aussi que votre pare-feu ne bloque pas le trafic r\u00e9seau.
-NetworkProblemPanel_taMessage_WarningTextWithReload=V\u00e9rifiez les param\u00e8tres de votre proxy ou r\u00e9essayez plus tard. Le serveur est peut-\u00eatre indisponible en ce moment.\n\nAssurez-vous aussi que votre pare-feu ne bloque pas le trafic r\u00e9seau.\nIl se peut aussi que vos caches soient p\u00e9rim\u00e9s. Veuillez cliquer Recharger le catalogue pour rafra\u00eechir le contenu.
-NetworkProblemPanel_taMessage_ErrorText=Certains plug-ins n'ont pas pu \u00eatre t\u00e9l\u00e9charg\u00e9s correctement. Le serveur est probablement indisponible pour le moment. R\u00e9essayez plus tard.
-CTL_Warning=Avertissement
-CTL_Error=Probl\u00e8me de r\u00e9seau
-CTL_ShowProxyOptions=Configuration du &Proxy...
-ACSD_ShowProxyOptions=N/D
-Utilities_NetworkProblem_Continue=R\u00e9essayer
-Utilities_NetworkProblem_Skip=&Abandonner
-Utilities_NetworkProblem_Cancel=Annuler
-Utilities_NetworkProblem_Text=Impossible de se connecter \u00e0 {0} \u00e0 cause de {1}
-SettingsTable_ActiveColumn=Activer
-SettingsTable_NameColumn=Nom
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Param\u00e8tres
-SettingsTab.bProxy.text=Param\u00e8tres du &Proxy
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=Personnalisation des Centres de mise \u00e0 jour
-UpdateUnitProviderPanel.lName.text=&Nom\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Rechercher automatiquement les mises \u00e0 jour
-Utilities_Libraries_Category=Biblioth\u00e8ques
-Utilities_Bridges_Category=Ponts
-Utilities_Unsorted_Category=Non-cat\u00e9goris\u00e9
-SettingsTab.bRemove.message=Voulez-vous vraiment enlever le centre de mise \u00e0 jour suivant: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Nom
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Rechercher automatiquement les mises \u00e0 jour
-UpdateUnitProviderPanel.error.name.short=Le nom du Centre de mise \u00e0 jour n'est pas sp\u00e9cifi\u00e9
-UpdateUnitProviderPanel.error.url.short=L'URL du Centre de mise \u00e0 jour n'est pas sp\u00e9cifi\u00e9e
-UpdateUnitProviderPanel.error.name.dup=Un Centre de mise \u00e0 jour de m\u00eame nom existe d\u00e9j\u00e0
-UpdateUnitProviderPanel.error.url.invalid=L'URL du Centre de mise \u00e0 jour n'est pas valide
-UnitTab_bClose_Text=F&ermer
-Utilities_CheckingForUpdates=Recherche de mises \u00e0 jour...
-UnitTab_InitAndCheckingForUpdates=Initialisation de la liste des plug-ins... 
-InstalledTableModel_State_Enabled=En marche
-InstalledTableModel_State_Disabled=\u00c9teint
-AvailableTableModel_Columns_Install=Installer
-AvailableTableModel_Columns_Name=Nom
-AvailableTableModel_Source_Category=Source
-AvailableTableModel_Columns_Category=Cat\u00e9gorie
-InstalledTableModel_Columns_Uninstall=S\u00e9lectionner
-InstalledTableModel_Columns_Name=Nom
-InstalledTableModel_Columns_Installed=Install\u00e9s
-InstalledTableModel_Columns_Category=Cat\u00e9gorie
-InstalledTableModel_Columns_Enabled=Activer
-LocallyDownloadedTableModel_Columns_Install=Installer
-LocallyDownloadedTableModel_Columns_Name=Nom
-LocallyDownloadedTableModel_Columns_Version=Version
-LocallyDownloadedTableModel_Columns_Size=Taille
-UpdateTableModel_Columns_Update=Mise \u00e0 jour
-UpdateTableModel_Columns_Name=Nom
-UpdateTableModel_Columns_Installed=Install\u00e9s
-UpdateTableModel_Columns_Available=Disponible
-UpdateTableModel_Columns_Size=Taille
-UpdateTableModel_Columns_Category=Cat\u00e9gorie
-SettingsTab_NewProviderName=Nouveau fournisseur
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Description\u00a0:
-SettingsTab_UpdateUnitProvider_URL=URL\u00a0
-Utilities_DownloadSize_GB=Go
-Utilities_DownloadSize_MB=Mo
-Utilities_DownloadSize_kB=Ko
-Utilities_DownloadSize_B=P
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Version\u00a0:  
-UnitDetails_Plugin_InstalledVersion=Version install\u00e9e:
-UnitDetails_Plugin_AvailableVersion=Version disponible:
-UnitDetails_Plugin_Author=Auteur:  
-UnitDetails_Plugin_Date=Date: 
-UnitDetails_Plugin_Source=Source: 
-UnitDetails_Plugin_CodeName=Nom du code:  
-UnitDetails_Plugin_Homepage=Page d''accueil:  
-UnitDetails_Plugin_Notification=Note importante: 
-UnitDetails_Plugin_Description=Description du plug-in
-UnitDetails_Plugin_Collecting_Dependencies=Recherche des d\u00e9pendances...
-UnitDetails_New_Internal_Update_Mark=Nouveau!
-lSearch1.text=Recherche\:
-SettingsTab.lCheckPeriod.text=Intervalle de re&cherche\:
-SettingsTab.lGeneral.text=Avanc\u00e9
-SettingsTab.addButton.text=&Cr\u00e9er
-SettingsTab.RemoveButton.text=Supp&rimer
-SettingsTab.EditButton.text=&\u00c9diter
-SettingsTab.AddButton.text=&Ajouter
-SettingsTab.lUpdateCenters.text=Config&uration des Centres de mise \u00e0 jour\:
-SettingsTab.lConnection.text=Rechercher automatiquement les mises \u00e0 jour
-CTL_Update_every_startup=A chaque d\u00e9marrage
-CTL_Update_every_day=Tous les jours
-CTL_Update_every_week=Toutes les semaines
-CTL_Update_every_2weeks=Tous les quinze jours
-CTL_Update_every_month=Tous les mois
-CTL_Update_never=Jamais
-CTL_Update_custom=Utilisateur par d\u00e9faut
-SettingsTab.cbSharedInstall.text=&Forcer l''installation dans les r\u00e9pertoires partag\u00e9s
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Droit d''\u00e9criture
-SettingsTab.cbSharedInstall.ReadOnlyMessage=Vous n'avez pas le droit d'installer des plugins dans le r\u00e9pertoire partag\u00e9:\n{0}\nPour proc\u00e9der \u00e0 l'installation dans le r\u00e9pertoire partag\u00e9, vous devriez ex\u00e9cuter l'application en tant qu'utilisateur ayant des droits d'administration.
-SettingsTab.cbSharedInstall.NoSharedTitle=Aucun r\u00e9pertoire d''installation
-SettingsTab.cbSharedInstall.NoSharedMessage=Aucun r\u00e9pertoire partag\u00e9 trouv\u00e9.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Impossible de lire NBM {0} \u00e0 cause de {1}
-PluginManagerUI.bHelp.text=&Aide
-ACN_UnitTable=Liste des Plug-ins
-ACD_UnitTable=Liste des Plug-ins
-ACN_UpdateCentersTable=Liste des Centres de mise \u00e0 jour
-ACD_UpdateCentersTable=Liste des Centres de mise \u00e0 jour vous permet d'activer ou d\u00e9sactiver un Centre de mise \u00e0 jour s\u00e9lectionn\u00e9
-ACN_DetailsPanel=D\u00e9tails du plug-in
-ACN_DetailsPanel_Button=Invoquer l''action  {0} 
-ACN_UnitDetails=D\u00e9tails du plug-in
-ACD_Reload=Recharger le Catalogue
-ACD_Search=Rechercher des plug-ins
-ACN_Tabs=Choisir parmi les mises \u00e0 jour et les plug-ins disponibles, install\u00e9s ou t\u00e9l\u00e9charg\u00e9s
-ACD_Tabs=Choisir parmi les mises \u00e0 jour et les plug-ins disponibles, install\u00e9s ou t\u00e9l\u00e9charg\u00e9s
-ACN_PluginManagerUI=Gestionnaire de plug-ins
-ACD_PluginManagerUI=Gestionnaire de plug-ins pour la mise \u00e0 jour, l'installation et la suppression de plug-ins
-ACN_Reload=Recharger le Catalogue
-ACN_UpdateCenterCustomizer=Personnalisation des Centres de mise \u00e0 jour
-ACD_UpdateCenterCustomizer=Le personnaliseur du Centre de mise \u00e0 jour vous permet de modifier le nom et l''URL du centre de mise \u00e0 jour
-NetworkProblemPanel_ACD=N/D
-NetworkProblemPanel_taMessage=Message de probl\u00e8me de r\u00e9seau
-NetworkProblemPanel_taTitle_ACN=Probl\u00e8me de r\u00e9seau
-UnitTab.detailView.text=Afficher les d\u00e9tails
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Mises \u00e0 jour internes)
-Unit_InternalUpdates_Title=Mises \u00e0 jour internes
-
diff --git a/l10n/src/fr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_fr.properties b/l10n/src/fr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_fr.properties
deleted file mode 100644
index e1f00c4..0000000
--- a/l10n/src/fr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_fr.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Rechercher les mises \u00e0 jo&ur
-PluginManagerAction_Name=Plug-ins
-PluginManager_Panel_Name=Plug-ins
-PluginManager_CloseButton_Name=&Fermer
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} mises \u00e0 jour trouv\u00e9es.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} mise \u00e0 jour trouv\u00e9e.
-AutoupdateCheckScheduler_UpdateFound_Hint=Cliquez ici pour mettre \u00e0 jour votre application.
-AutoupdateCheckScheduler_InstallInProgress=Patientez, une autre installation est en cours ...
-
diff --git a/l10n/src/fr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_fr.properties b/l10n/src/fr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_fr.properties
deleted file mode 100644
index 6fef911..0000000
--- a/l10n/src/fr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_fr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructured
-OpenIDE-Module-Long-Description=L''interface utilisateurs permet de parcourir l''installation et les contenus des centres de mise \u00e0 jour enregistr\u00e9s pour t\u00e9l\u00e9charger les mises \u00e0 jour ou les nouveaux modules et installer ceux-ci automatiquement. 
-OpenIDE-Module-Name=Interface Utilisateur de Mise \u00e0 Jour Automatique
-OpenIDE-Module-Short-Description=Renseigne l''Interface Utilisateur des Services de Mise \u00e0 Jour Automatique
-
diff --git a/l10n/src/fr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_fr.properties b/l10n/src/fr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_fr.properties
deleted file mode 100644
index 3026979..0000000
--- a/l10n/src/fr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_fr.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Bienvenue dans l''installateur de plug-ins
-OperationDescriptionStep_Header_Content=L''installateur va t\u00e9l\u00e9charger, v\u00e9rifier et installer les plug-ins s\u00e9lectionn\u00e9s
-OperationDescriptionStep_TableInstall_Title=Les plug-ins suivants vont \u00eatre install\u00e9s :
-OperationDescriptionStep_TableUpdate_Title=Les plug-ins suivants vont \u00eatre mis \u00e0 jour : 
-OperationDescriptionStep_PluginBrokesJavaDependency=La version {0} de la plate-forme Java est n\u00e9cessaire. La version active est {1}.
-OperationDescriptionStep_HeaderUninstall_Head=Bienvenue dans l''installateur de plug-ins
-OperationDescriptionStep_HeaderUninstall_Content=Les plug-ins suivants vont \u00eatre d\u00e9sinstall\u00e9s. Les plug-ins suivants vont \u00eatre supprim\u00e9s du disque dur.
-OperationDescriptionStep_TableUninstall_Title=Les plug-ins suivants vont \u00eatre d\u00e9sinstall\u00e9s :
-OperationDescriptionStep_HeaderActivate_Head=Bienvenue dans l''installateur de plug-ins
-OperationDescriptionStep_HeaderActivate_Content=Les plug-ins s\u00e9lectionn\u00e9s vont \u00eatre activ\u00e9s
-OperationDescriptionStepActivate_Table_Title=Les plug-ins suivants vont \u00eatre activ\u00e9s:
-OperationDescriptionStep_HeaderDeativate_Head=Bienvenue dans l''installateur de plug-ins
-OperationDescriptionStep_HeaderDeativate_Content=Les plug-ins s\u00e9lectionn\u00e9s vont \u00eatre d\u00e9sactiv\u00e9s.
-OperationDescriptionStep_TableDeativate_Title=Les plug-ins suivants vont \u00eatre d\u00e9sactiv\u00e9s
-PanelBodyContainer_PleaseWait=Veuillez patienter pendant que le programme d'installation recherche les d\u00e9pendances de plug-ins.
-DependenciesResolutionStep_Table_Title=Les plug-ins suivants vont aussi \u00eatre install\u00e9s car au moins un des plug-ins choisis en d\u00e9pend :
-UninstallDependenciesResolutionStep_Table_Title=Les plug-ins suivants doivent \u00eatre d\u00e9sactiv\u00e9s car ils requi\u00e8rent au moins un des plug-ins que vous voulez d\u00e9sactiver:
-LicenseApprovalPanel_taTitle_Text=Pour poursuivre l'installation, vous devez accepter les termes de toutes les licences associ\u00e9es aux plug-ins s\u00e9lectionn\u00e9s.\n
-LicenseApprovalPanel_tpLicense_Head={0} Contrat de licence
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=Contrat de licence
-LicenseApprovalPanel_Header_Content=Lisez attentivement tous les contrats de licence
-InstallUnitWizard_Title=Installateur de plug-ins
-InstallStep_Header_Download_Head=T\u00e9l\u00e9charger
-InstallStep_Header_Download_Content=Patientez pendant que l''installateur t\u00e9l\u00e9charge les plug-ins choisis
-InstallStep_Header_Verify_Head=Valider
-InstallStep_Header_Verify_Content=Patientez pendant que l''installateur valide les plug-ins t\u00e9l\u00e9charg\u00e9s.
-InstallStep_Header_Install_Head=Installer
-InstallStep_Header_Install_Content=Patientez pendant que l''installateur termine l''installation
-InstallStep_Header_InstallDone_Head=Installation termin\u00e9e avec succ\u00e8s
-InstallStep_Header_InstallDone_Content=Cliquez Terminer pour quitter l''installateur.
-InstallStep_Header_InstallUnsuccessful_Head=Installation termin\u00e9e sans succ\u00e8s
-InstallStep_Header_InstallUnsuccessful_Content=Cliquez Terminer pour quitter l''installateur et essayez de red\u00e9marrer l''application
-InstallStep_Header_Restart_Head=Red\u00e9marrez l''application pour compl\u00e9ter l''installation
-InstallStep_Header_Restart_Content=Red\u00e9marrez l''application pour finir l''installation du plug-in.
-UninstallStep_Header_Restart_Head=Red\u00e9marrez l''application pour terminer la d\u00e9sactivation
-UninstallStep_Header_Restart_Content=Red\u00e9marrez l''application pour finir la d\u00e9sactivation du plug-in.
-CustomHandleStep_Header_Install_Restart_Head=Red\u00e9marrez l''application pour compl\u00e9ter l''installation
-CustomHandleStep_Header_Install_Restart_Content=Red\u00e9marrez l''application pour finir l''installation du plug-in.
-CustomHandleStep_Header_Uninstall_Restart_Head=Red\u00e9marrez l'application pour terminer la d\u00e9sinstallation
-CustomHandleStep_Header_Uninstall_Restart_Content=Red\u00e9marrez l'application pour terminer la d\u00e9sinstallation du plug-in.
-
-InstallStep_Done=Termin\u00e9.
-InstallStep_Unsuccessful=L''installation est termin\u00e9e mais il existe des erreurs : {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Red\u00e9marrer maintenant
-InstallUnitWizardModel_Buttons_RestartLater=Red\u00e9marrer &plus tard
-InstallUnitWizardModel_Buttons_Install=&Installer
-InstallUnitWizardModel_Buttons_Update=&Mise \u00e0 jour
-InstallUnitWizardModel_Buttons_Close=&Terminer
-InstallUnitWizardModel_Buttons_Next=Suivant
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=D\u00e9&sinstaller
-UninstallUnitWizardModel_Buttons_TurnOn=&Activer
-UninstallUnitWizardModel_Buttons_TurnOff=&D\u00e9sactivater
-InstallStep_InstallDone_Text=L''installateur de plug-ins a install\u00e9 avec succ\u00e8s les plug-ins suivants:
-InstallStep_InstallUnsuccessful_Text=L''installateur de plug-ins a trouv\u00e9 le probl\u00e8me {0} lors de l''installation des plug-ins suivants:
-UninstallStep_UninstallDone_Text=L''installateur de plug-ins a d\u00e9sinstall\u00e9 avec succ\u00e8s les plug-ins suivants:
-UninstallStep_ActivateDone_Text=L''installateur de plug-ins a activ\u00e9 avec succ\u00e8s les plug-ins suivants:
-UninstallStep_DeactivateDone_Text=L''installateur de plug-ins a d\u00e9sactiv\u00e9 avec succ\u00e8s les plug-ins suivants:
-UninstallStep_UninstallFailed_Text=\u00c9chec de la d\u00e9sinstallation : {0}
-UninstallStep_ActivateFailed_Text=\u00c9chec de l''activation: {0}
-UninstallStep_DeactivateFailed_Text=\u00c9chec de d\u00e9sactivation: {0}
-UninstallStep_Done=Termin\u00e9.
-UninstallStep_Failed=\u00c9chec. {0}
-UninstallStep_Header_Uninstall_Head=D\u00e9sinstallation
-UninstallStep_Header_Uninstall_Content=Patientez pendant que l''installateur d\u00e9sinstalle les plug-ins s\u00e9lectionn\u00e9s.
-UninstallStep_Header_Deactivate_Head=D\u00e9sactivation
-UninstallStep_Header_Deactivate_Content=Patientez pendant que l''installateur termine la d\u00e9sactivation des plug-ins s\u00e9lectionn\u00e9s.
-UninstallStep_Header_Activate_Head=Activation
-UninstallStep_Header_Activate_Content=Patientez pendant que l''installateur termine l''activation des plug-ins s\u00e9lectionn\u00e9s.
-UninstallStep_Header_UninstallDone_Head=D\u00e9sinstallation termin\u00e9e avec succ\u00e8s
-UninstallStep_Header_UninstallDone_Content=Cliquez Terminer pour quitter l''installateur de plug-ins.
-UninstallStep_Header_DeactivateDone_Head=D\u00e9sactivation termin\u00e9e avec succ\u00e8s
-UninstallStep_Header_DeactivateDone_Content=Cliquez Terminer pour quitter l''installateur de plug-ins.
-UninstallStep_Header_ActivateDone_Head=Activation termin\u00e9e avec succ\u00e8s
-UninstallStep_Header_ActivateDone_Content=Cliquez Terminer pour quitter l''installateur de plug-ins.
-UninstallStep_Header_UninstallFailed_Head=\u00c9chec de la d\u00e9sinstallation
-UninstallStep_Header_UninstallFailed_Content=Cliquez Terminer pour quitter l''installateur de plug-ins.
-UninstallStep_Header_DeactivateFailed_Head=\u00c9chec de d\u00e9sactivation
-UninstallStep_Header_DeactivateFailed_Content=Cliquez Terminer pour quitter l''installateur de plug-ins.
-UninstallStep_Header_ActivateFailed_Head=\u00c9chec de l''activation
-UninstallStep_Header_ActivateFailed_Content=Cliquez Terminer pour quitter l''installateur de plug-ins.
-UninstallStep_ProgressName_Uninstall=D\u00e9sinstalle les plug-ins
-UninstallStep_ProgressName_Activate=Active les plug-ins
-UninstallStep_ProgressName_Deactivate=D\u00e9sactive les plug-ins
-ValidationWarningPanel_ShowCertificateButton=&Afficher le certificat
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Avertissement de validation
-ValidationWarningPanel_VerifyCertificate_Title=V\u00e9rifier le certificat
-ValidationWarningPanel_ContinueButton=&Continuer
-ValidationWarningPanel_taHead_NotSignedText=Les plug-ins suivants ne sont pas sign\u00e9s\:
-ValidationWarningPanel_taHead_NotTrustedText=Les plug-ins suivants sont sign\u00e9s mais pas par une source digne de confiance\:
-ValidationWarningPanel_taWarning_Text=Avertissement : Installer des plug-ins non v\u00e9rifi\u00e9s est potentiellement dangereux. Vous utilisez les plug-ins non sign\u00e9s ou non v\u00e9rif\u00e9s \u00e0 votre risque.
-OperationDescriptionStep_CustomHandled_Head=Les plug-ins {0} utilisent un installateur natif:
-InstallStep_Download_DownloadingPlugins=T\u00e9l\u00e9charge les plug-ins...
-InstallStep_Validate_ValidatingPlugins=Valide les plug-ins...
-InstallStep_Install_InstallingPlugins=Installe les plug-ins...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Certains plug-ins ne sont pas install\u00e9s pour \u00e9viter de possibles probl\u00e8mes d''installation.
-CustomHandleStep_Header_Install_Head=Installer
-CustomHandleStep_Header_Install_Content=Patientez pendant que l''installateur termine l''installation
-CustomHandleStep_Header_Uninstall_Head=D\u00e9sinstallation
-CustomHandleStep_Header_Uninstall_Content=Patientez pendant que l''installateur termine la d\u00e9sinstallation des plug-ins s\u00e9lectionn\u00e9s.
-CustomHandleStep_Header_InstallDone_Head=Installation termin\u00e9e avec succ\u00e8s
-CustomHandleStep_Header_InstallDone_Content=Cliquez Suivant pour installer les plug-ins s\u00e9lectionn\u00e9s restants en utilisant l''installateur de plug-ins.
-CustomHandleStep_Header_UninstallDone_Head=D\u00e9sinstallation termin\u00e9e avec succ\u00e8s
-CustomHandleStep_Header_UninstallDone_Content=Cliquez Suivant pour continuer la d\u00e9sinstallation des plug-ins s\u00e9lectionn\u00e9s restants.
-CustomHandleStep_Header_InstallFail_Head=\u00c9chec de l''installation.
-CustomHandleStep_Header_InstallFail_Content=Cliquez Annuler pour quitter l''installateur de plug-ins.
-CustomHandleStep_Header_UninstallFail_Head=\u00c9chec de l''installation
-CustomHandleStep_Header_UninstallFail_Content=Cliquez Annuler pour quitter l''installateur de plug-ins.
-CustomHandleStep_Install_InstallingPlugins=Installe les plug-ins en utilisant l''installateur de plug-ins...
-CustomHandleStep_Uninstall_UninstallingPlugins=D\u00e9sinstalle les plug-ins en utilisant l''installateur de plug-ins...
-CustomHandleStep_Done=Fait.
-CustomHandleStep_InstallDone_Text=L''installateur de plug-ins a termin\u00e9 avec succ\u00e8s l''installation.
-CustomHandleStep_InstallFail_Text=L'installation de {0} a \u00e9chou\u00e9.
-CustomHandleStep_UninstallDone_Text=L''installateur de plug-ins a termin\u00e9 avec succ\u00e8s la d\u00e9sinstallation.
-CustomHandleStep_UninstallFail_Text=La d\u00e9sinstallation de {0} a \u00e9chou\u00e9.
-InstallStep_NetworkProblem_Continue=R\u00e9essayer&
-InstallStep_NetworkProblem_Text=Probl\u00e8me de r\u00e9seau dans {0}
-OperationPanel.cbRunInBackground.text=Ex\u00e9cution en a&rri\u00e8re-plan
-InstallSupport_InBackground_NetworkError=Impossible de se connecter au Centre de mise \u00e0 jour.
-InstallSupport_InBackground_NetworkError_Details=d\u00e9tails
-LicenseApprovalPanel.cbAccept.text=J'' &accepte tous les termes du contrat de licence
-InstallSupport_RestartNeeded=Red\u00e9marrez l''application pour  terminer l''installation
-UninstallSupport_RestartNeeded=Red\u00e9marrez l''application pour  terminer la d\u00e9sactivation.
-CustomHandleStep_Install_RestartNeeded=Red\u00e9marrez l''application pour  terminer l''installation
-CustomHandleStep_Uninstall_RestartNeeded=Red\u00e9marrez l'application pour terminer la d\u00e9sinstallation
-
-RestartNeeded_Details=Cliquez ici pour red\u00e9marrez l'application maintenant
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=Assistant d'installation NetBeans
-PanelBodyContainer_ACD=Assistant d'installation NetBeans
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/A
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/D
-ValidationWarningPanel_tpPlugins_ACN=Plug-ins non v\u00e9rifi\u00e9s
-ValidationWarningPanel_taWarning_Text_ACD=Avertissement : Installer des plug-ins non v\u00e9rifi\u00e9s est potentiellement dangereux. Vous utilisez les plug-ins non sign\u00e9s ou non v\u00e9rif\u00e9s \u00e0 votre risque.
-ValidationWarningPanel_taWarning_Text_ACN=Avertissement
-ValidationWarningPanel_taHead_ACN=N/D
-ValidationWarningPanel_ACD=N/D
-UninstallUnitWizard_Title=Installateur de plug-ins
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Votre application est \u00e0 jour!</h3>
-LazyOperationDescriptionStep_NoUpdates=Il n''y a pas de mises \u00e0 jour disponible.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>La recherche de mises \u00e0 jour a \u00e9chou\u00e9.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=V\u00e9rifiez votre connexion r\u00e9seau, v\u00e9rifiez que vos param\u00e8tres de proxy<br>sont configur\u00e9s correctement, ou r\u00e9-essayez plus tard.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Recherche de mises \u00e0 jour.</b><br>Veuillez patienter pendant que le programme d'installation recherche les mises \u00e0 jour disponibles.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Initialise la liste des mises \u00e0 jour... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Certains plug-ins requi\u00e8rent l'installation du plug-in {0}.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Certains plug-ins attendent que l''application red\u00e9marre pour r\u00e9soudre les probl\u00e8mes suivants:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Certains plug-ins n\u00e9cessitent la capacit\u00e9 {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Certains plug-ins n\u00e9cessitent la plate-forme Java version {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Certains plug-ins n\u00e9cessitent un JDK</h3> Quelques-uns parmi les plug-ins s\u00e9lectionn\u00e9s n\u00e9cessitent un JDK pour fonctionner. Il semble que l'IDE NetBeans fonctionne pour l'instant avec un JRE au lieu d'un JDK complet.<br><br>Pour utiliser ces plug-ins, d\u00e9marrez l'IDE avec l'option de ligne de commande <code>--jdkhome</code> pointant vers l'emplacement d'installation d'un JDK. Voir <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> pour plus d''informations.<br><br>
-OperationDescriptionStep_BrokenModuleDep=Le plug-in {0} aurait aussi besoin d''\u00eatre install\u00e9.
-OperationDescriptionStep_BrokenModuleNameDep=Le plug-in nomm\u00e9 {0} est n\u00e9cessaire mais introuvable.
-OperationDescriptionStep_BrokenModuleVersionDep=Le plug-in {0} est requis dans la version >= {1} mais seul {2} a \u00e9t\u00e9 trouv\u00e9.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=Le plug-in {0} est requis dans une version >= {1} (release version {2}) mais seule la version {3} (d'une version diff\u00e9rente de {2}) a pu \u00eatre trouv\u00e9e.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=Le plug-in {0} est requis dans la version {1}.
-OperationDescriptionStep_BrokenModuleImplDep=Le plug-in {0} est requis dans l''impl\u00e9mentation de la version {1}.
-OperationDescriptionStep_BrokenRequiresDep=Impossible de trouver un plug-in pouvant fournir la capacit\u00e9 {0}.
-OperationDescriptionStep_AffectedPluginByBrokenDep=Les plug-ins suivants en sont affect\u00e9s:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=Le plug-in suivant en est affect\u00e9:<br>
-OperationDescriptionStep_AffectedPlugin=     {0}<br>
-InstallStep_DownloadProblem=Des probl\u00e8mes sont survenus lors du stockage de {0}.\nCause: {1}
-InstallStep_DownloadProblem_SomePlugins=Plug-ins s\u00e9lectionn\u00e9s
-
diff --git a/l10n/src/fr/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_fr.properties b/l10n/src/fr/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_fr.properties
deleted file mode 100644
index d1dfebb..0000000
--- a/l10n/src/fr/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_fr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Plate-forme RCP
-OpenIDE-Module-Name=Plate-forme RCP
-OpenIDE-Module-Short-Description=Plate-forme RCP NetBeans
-OpenIDE-Module-Long-Description=La plate-forme RCP NetBeans est un framework g\u00e9n\u00e9rique pour applications Swing. Elle fournit les services communs \u00e0 la plupart des applications de bureau : gestion de fen\u00eatre, menus, configurations et stockage, gestion des mises \u00e0 jour, acc\u00e8s aux fichiers, etc.<br><br>Plus d''information disponibles sur <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/fr/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_fr.properties b/l10n/src/fr/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_fr.properties
deleted file mode 100644
index 338f6bd..0000000
--- a/l10n/src/fr/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_fr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Recherche MIME sur SystemFS
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=L'impl\u00e9mentation par d\u00e9faut de MimeDataProvider.
-OpenIDE-Module-Long-Description=Le module de recherche MIME sur SystemFS impl\u00e9mente un MimeDataProvider qui recherche des objets dans la hi\u00e9rarchie de dossiers du syst\u00e8me de fichiers System. 
-
-
diff --git a/l10n/src/fr/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_fr.properties b/l10n/src/fr/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_fr.properties
deleted file mode 100644
index 411cff8..0000000
--- a/l10n/src/fr/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_fr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de recherche MIME
-OpenIDE-Module-Display-Category=Sous infrastructure
-OpenIDE-Module-Short-Description=L'API de recherche MIME
-OpenIDE-Module-Long-Description=Le module Recherche MIME fournit une API pour rechercher des param\u00e8tres, des services et d'autres objets d\u00e9pendants du type MIME. Il fournit aussi une SPI pour impl\u00e9menter un fournisseur de donn\u00e9es relatif \u00e0 d'autres  types MIME.
-
diff --git a/l10n/src/fr/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_fr.properties b/l10n/src/fr/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_fr.properties
deleted file mode 100644
index bf6ba6e..0000000
--- a/l10n/src/fr/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_fr.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Ajouter aux favoris
-ACT_AddOnFavoritesNode=&Ajouter aux favoris...
-ACT_Remove=&Supprimer des favoris
-ACT_View=Favor&is
-ACT_Select=Favoris
-ACT_Select_Main_Menu=S\u00e9lectionner dans les &Favoris
-
-Favorites=Favoris
-Templates/Other=Autre
-Templates/Properties=Propri\u00e9t\u00e9s de la configuration de l'ulisateur
-Templates/Other/Folder=Dossier
-Templates/Other/file=Fichier vide
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Arborescence de l'explorateur
-ACSD_ExplorerBeanTree=N/D
-
-# JFileChooser
-CTL_DialogTitle=Ajouter aux favoris
-CTL_ApproveButtonText=Ajouter
-ERR_FileDoesNotExist={0} n'existe pas.
-ERR_FileDoesNotExistDlgTitle=Ajouter aux favoris
-
-MSG_NodeNotFound=Impossible de trouver le noeud du document dans l'onglet Favoris.
-
-# Manifest localization
-OpenIDE-Module-Name=Favoris
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Prise en charge de l'organisation des fichiers favoris.
-OpenIDE-Module-Long-Description=Le module Favoris permet de cr\u00e9er une vue des fichiers particuli\u00e8rement importants pour votre travail et d'y acc\u00e9der facilement depuis un m\u00eame emplacement.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Mod\u00e8les
-Templates.Options.Export.displayName=Tous les gabarits
-Favorites.Options.Export.displayName=Favoris
-
diff --git a/l10n/src/fr/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_fr.html b/l10n/src/fr/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_fr.html
deleted file mode 100644
index 91d5c3e..0000000
--- a/l10n/src/fr/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_fr.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Crée un fichier vide d'extension arbitraire sur votre disque dur.
-</BODY></HTML>
diff --git a/l10n/src/fr/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_fr.html b/l10n/src/fr/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_fr.html
deleted file mode 100644
index 225f5da..0000000
--- a/l10n/src/fr/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_fr.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Créé un nouveau dossier sur votre disque dur.
-</BODY></HTML>
diff --git a/l10n/src/fr/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_fr.properties b/l10n/src/fr/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_fr.properties
deleted file mode 100644
index abf7f95..0000000
--- a/l10n/src/fr/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_fr.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Fermer
-BTN_TemplatesPanel_OpenInEditorButton=&Ouvrir dans l'\u00e9diteur
-LBL_TemplatesAction_Name=&Mod\u00e8les
-HINT_TemplatesAction=Personnaliser les mod\u00e8les
-LBL_TemplatesPanel_Title=Gestionnaire des mod\u00e8les
-BTN_TemplatesPanel_Delete=Supprimer
-LBL_TemplatesPanel_TemplatesLabel=&Mod\u00e8les\:
-BTN_TemplatesPanel_Add=&Ajouter...
-BTN_TemplatesPanel_RenameButton=&Renommer
-BTN_TemplatesPanel_DuplicateButton=Du&pliquer
-BTN_TemplatesPanel_NewFolder=&Nouveau dossier
-BTN_TemplatesPanel_MoveUp=D\u00e9placer vers le &haut
-BTN_TemplatesPanel_MoveDown=D\u00e9placer vers le ba&s
-LBL_TemplatesPanel_JFileChooser_Title=Ajouter un mod\u00e8le existant
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Ajouter
-TXT_TemplatesPanel_NewFolderName=Nouveau dossier
-MSG_TemplatesPanel_Nonexistent_File=Le fichier ''{0}''\nn''existe pas, sp\u00e9cifiez un fichier existant.
-
-TemplatesPanel_TemplateNode_DisplayName=Nom d'affichage
-TemplatesPanel_TemplateNode_DisplayName_Desc=Afficher le nom de ce mod\u00e8le. Appara\u00eet dans l'assistant Fichier|Nouveau et dans Outils|Mod\u00e8les
-TemplatesPanel_TemplateNode_FileName=Nom du fichier
-TemplatesPanel_TemplateNode_FileName_Desc=Nom du fichier repr\u00e9sent\u00e9 par ce mod\u00e8le.
-TemplatesPanel_TemplateNode_ScriptEngine=Moteur de script
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Usage du moteur de script pour traiter ce mod\u00e8le.
-TemplatesPanel_TemplateNode_TemplateCategories=Cat\u00e9gories de mod\u00e8les
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=Une liste de cat\u00e9gories de mod\u00e8les appropri\u00e9s pour ce mod\u00e8le.
-
-ACD_TemplatesPanel_Add=Ajouter un mod\u00e8le
-
-ACD_TemplatesPanel_New=Nouveau mod\u00e8le
-
-ACD_TemplatesPanel_Duplicate=Dupliquer le mod\u00e8le s\u00e9lectionn\u00e9
-
-ACD_TemplatesPanel_Rename=Renommer le mod\u00e8le
-
-ACD_TemplatesPanel_MoveUp=D\u00e9placer le mod\u00e8le s\u00e9lectionn\u00e9 vers le haut
-
-ACD_TemplatesPanel_MoveDown=D\u00e9placer le mod\u00e8le s\u00e9lectionn\u00e9 vers le bas
-
-ACD_TemplatesPanel_Delete=Supprimer le mod\u00e8le
-
-TT_TemplatesPanel_Add=Ajouter un mod\u00e8le
-
diff --git a/l10n/src/fr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_fr.properties b/l10n/src/fr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_fr.properties
deleted file mode 100644
index e46f073..0000000
--- a/l10n/src/fr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_fr.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Impossible de se connecter \u00e0 l'URL {0} : cette ressource est introuvable.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Avertissement : l'ID de la rubrique JavaHelp {0} est introuvable.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Chargement des ensembles d'aide...
-ACSD_JavaHelp_viewer=Affiche une ou plusieurs r\u00e9f\u00e9rences d'aide en ligne au format JavaHelp
-ACSD_Loading_Dialog=Chargement des ensembles d'aide
-
-# HelpAction
-LBL_HelpAction=Aide
-CTL_OpeningHelp=Ouverture de l'aide...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=Moniteur HTTP
-
-# a11y - BrowserDisplayer
-ACSD_Label=Cliquez ici pour ouvrir ce lien dans un navigateur Web.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Montrer l''ID de l''aide: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Montrer l''ID de l''aide: {0}
-
-QuickSearch/Help=Aide
-Err_CreateJavaHelpSearchEngine=Impossible de cr\u00e9er le moteur de recherche de JavaHelp.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copier l'emplacement du lien
-
diff --git a/l10n/src/fr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_fr.properties b/l10n/src/fr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_fr.properties
deleted file mode 100644
index 7f1ae10..0000000
--- a/l10n/src/fr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_fr.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Int\u00e9gration de JavaHelp
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Permet d'ajouter les ensembles d'aide JavaHelp \u00e0 l'IDE.
-OpenIDE-Module-Long-Description=Contient la biblioth\u00e8que d'ex\u00e9cution JavaHelp, ainsi que l'impl\u00e9mentation de la partie des API de modules qui permet aux autres modules d'installer les ensembles d'aide gr\u00e2ce \u00e0 la technologie JavaHelp.
-
-Menu/Help/master-help.xml=&Sommaire de l'aide
-Menu/Help/HelpShortcuts=En&sembles d'aide
-Actions/Help/master-help.xml=&Sommaire de l'aide
-
diff --git a/l10n/src/fr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_fr.html b/l10n/src/fr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_fr.html
deleted file mode 100644
index 907ff86..0000000
--- a/l10n/src/fr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_fr.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-
-<HTML><head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<TITLE>Index Principal</TITLE>
-</HEAD><BODY>
-Cette fenêtre contient l'ensemble de la documentation installée. Utilisez le panneau de navigation de gauche pour parcourir la table des matières ainsi que l'index, et effectuer une recherche de texte intégrale ou sur l'index, dans toute la documentation;
-</BODY></HTML>
diff --git a/l10n/src/fr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_fr.xml b/l10n/src/fr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_fr.xml
deleted file mode 100644
index 5a67343..0000000
--- a/l10n/src/fr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_fr.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-
-Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-Other names may be trademarks of their respective owners.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-particular file as subject to the "Classpath" exception as provided
-by Oracle in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
-<helpset version="2.0">
-    <title>Aide</title>
-    <maps>
-        <homeID>org.netbeans.api.javahelp.MASTER_ID</homeID>
-        <mapref location="masterHelpMap.jhm"/>
-    </maps>
-    <view mergetype="javax.help.UniteAppendMerge">
-        <name>TOC</name>
-        <label>Sommaire</label>
-        <type>javax.help.TOCView</type>
-        <data>masterHelpToc.xml</data>
-    </view>
-    <!--
-    <view mergetype="javax.help.SortMerge">
-        <name>Index</name>
-        <label>Index</label>
-        <type>javax.help.IndexView</type>
-    </view>
-    -->
-    <view>
-        <name>Search</name>
-        <label>Rechercher</label>
-        <type>javax.help.SearchView</type>
-    </view>
-    <!--
-    <view>
-        <name>Favorites</name>
-        <label>Favorites</label>
-        <type>javax.help.FavoritesView</type>
-    </view>
-    -->
-    <presentation default="true" displayviews="true" displayviewimages="false">
-        <name>main window</name>
-        <toolbar>
-            <helpaction image="helpviewer_back">javax.help.BackAction</helpaction>
-            <helpaction image="helpviewer_forward">javax.help.ForwardAction</helpaction>
-            <helpaction image="helpviewer_print">javax.help.PrintAction</helpaction>
-            <helpaction image="helpviewer_page-setup">javax.help.PrintSetupAction</helpaction>
-        </toolbar>
-    </presentation>
-    <presentation displayviews="false">
-        <name>NBSecondaryWindow</name>
-        <size width="600" height="400" />
-        <location x="200" y="200" />
-    </presentation>
-
-    </helpset>
diff --git a/l10n/src/fr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_fr.html b/l10n/src/fr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_fr.html
deleted file mode 100644
index 18bf9a6..0000000
--- a/l10n/src/fr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_fr.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Module non activé</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Module non activé</h2>
-<p>Le sujet de l''aide auquel vous essayez d''accéder est contenu dans le module {0} qui est actuellement désactivé dans votre IDE. Pour basculer sur les modules installés mais désactivés :</p>
-<ol><li>Choisir Outils > Plugins (Préferences de Netbeans sur Mac).</li>
-    <li>Aller sur l''onglet Installé.</li>
-    <li>Sélectionner le module {0} et cliquer sur Activer.</li> </ol>
-</body>
-</html>
diff --git a/l10n/src/fr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_fr.html b/l10n/src/fr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_fr.html
deleted file mode 100644
index 00d4331..0000000
--- a/l10n/src/fr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_fr.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Module non installé</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Module non installé</h2>
-<p>Le sujet de l''aide auquel vous essayez d''accéder est contenu dans le module {0} qui n''est pas actuellement installé dans votre IDE. Ce module est probablement disponible en tant que plug-in. Pour effectuer une recherche, allez dans Outils > Plug-ins.
-</p>
-</body>
-</html>
diff --git a/l10n/src/fr/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_fr.properties b/l10n/src/fr/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_fr.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/fr/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_fr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/fr/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_fr.properties b/l10n/src/fr/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_fr.properties
deleted file mode 100644
index 33284e3..0000000
--- a/l10n/src/fr/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_fr.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Sample value ensuring that decryption is working.
-FallbackProvider.msg_clear_keys=Your previously stored passwords cannot be decrypted. Do you wish to forget all existing passwords and start with a fresh keyring?
-FallbackProvider.title_clear_keys=Delete Stored Passwords
-MasterPasswordPanel.masterPasswordLabel.text=Master &Password:
-MasterPasswordPanel.setNewBox.text=&Modifier...
-MasterPasswordPanel.newLabel1.text=&New Master Password:
-MasterPasswordPanel.newLabel2.text=&Retype:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=Entrer le mot de passe principal
-MasterPasswordPanel.enter_password=Sp\u00e9cifier le mot de passe
-MasterPasswordPanel.enter_new_password=Enter new password
-MasterPasswordPanel.password_mismatch=New passwords do not match
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/fr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_fr.properties b/l10n/src/fr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_fr.properties
deleted file mode 100644
index 9cb1ae8..0000000
--- a/l10n/src/fr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_fr.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Impossible de cr\u00e9er le fichier {0} dans le dossier {1}.
-EXC_CannotCreateExistingData=Impossible de cr\u00e9er le fichier {0} dans le dossier {1}. Ce fichier existe d\u00e9j\u00e0.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Impossible de cr\u00e9er le dossier {0} dans le dossier{1}.
-EXC_CannotCreateExistingFolder=Impossible de cr\u00e9er le dossier {0} dans le dossier{1}. Ce dossier existe d\u00e9j\u00e0.
-
-# {0} - the file
-EXC_CannotLock=Cannot lock read-only file {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Impossible de supprimer le fichier {0} dans {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Impossible de renommer le fichier {0} de {1} en {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Verrouillage [{0}] non valide pour le fichier {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Impossible de renommer la racine du syst\u00e8me de fichiers {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Impossible de supprimer la racine du syst\u00e8me de fichiers {0}.
-
-EXC_CannotLockRoot=Impossible de verrouiller la racine.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Acc\u00e8s exclusif \u00e0 {0} impossible (probablement d\u00e9j\u00e0 ouvert en lecture).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Acc\u00e9s partag\u00e9 \u00e0 {0} impossible (probablement d\u00e9j\u00e0 ouvert en \u00e9criture).
-
diff --git a/l10n/src/fr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_fr.properties b/l10n/src/fr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_fr.properties
deleted file mode 100644
index ea02bb7..0000000
--- a/l10n/src/fr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_fr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=Le fichier {0} est d\u00e9j\u00e0 verrouill\u00e9.
-EXC_FileLockAlreadyExists=Le fichier {0} est d\u00e9j\u00e0 verrouill\u00e9 (le verrouillage {1} existe).
-# {0} - full path
-FileObj.readOnlyFile=Impossible d'\u00e9crire dans le fichier {0}, car il est en lecture seule.
-
diff --git a/l10n/src/fr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_fr.properties b/l10n/src/fr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_fr.properties
deleted file mode 100644
index 3ca10d8..0000000
--- a/l10n/src/fr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_fr.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Syst\u00e8me de fichiers ma\u00eetre
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Fusionne les fournisseurs de syst\u00e8mes de fichiers multiples dans un arbre logique unique.
-OpenIDE-Module-Long-Description=Cr\u00e9e des montages des racines du disque, puis les segmente en syst\u00e8mes de fichiers (montages VCS, par exemple), fournissant ainsi un syst\u00e8me de fichiers de wrapper commun \u00e0 tous les montages.
-
-LBL_loaderName=Chargeur de dossier du syst\u00e8me de fichiers principal
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Impossible de renommer la racine du syst\u00e8me de fichiers {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Impossible de copier la racine du syst\u00e8me de fichiers {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Impossible de d\u00e9placer la racine du syst\u00e8me de fichiers {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Impossible de supprimer la racine du syst\u00e8me de fichiers {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Impossible de renommer le fichier {0} de {1} en {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Le syst\u00e8me de fichiers {0} est en lecture seule.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Le syst\u00e8me de fichiers {1} ne peut pas \u00eatre mont\u00e9 sur la racine {0}, car le syst\u00e8me de fichiers {2} est d\u00e9j\u00e0 mont\u00e9.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Le syst\u00e8me de fichiers {1} ne peut pas \u00eatre mont\u00e9 sur la racine {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Le syst\u00e8me de fichiers {0} ne peut \u00eatre d\u00e9mont\u00e9. 
-
diff --git a/l10n/src/fr/platform/options-api/options-api/org/netbeans/modules/options/Bundle_fr.properties b/l10n/src/fr/platform/options-api/options-api/org/netbeans/modules/options/Bundle_fr.properties
deleted file mode 100644
index 664df60..0000000
--- a/l10n/src/fr/platform/options-api/options-api/org/netbeans/modules/options/Bundle_fr.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Bo\u00eete de dialogue Options et SPI
-OpenIDE-Module-Display-Category=Outils
-OpenIDE-Module-Short-Description=Fournit la bo\u00eete de dialogue Options et une SPI permettant d'y ajouter des panneaux.
-OpenIDE-Module-Long-Description=Fournit la bo\u00eete de dialogue Outils | Options. La SPI vous permet d'ajouter de nouveaux panneaux ou sections au panneau Divers.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Options
-CTL_Options_Dialog_Title=Options\u00a0:
-CTL_OK=OK
-CTL_Classic=Options avanc\u00e9es
-CTL_Classic_Title=Options avanc\u00e9es
-CTL_Modern=Options de &base
-CTL_Loading_Options=Chargement des param\u00e8tres...
-CTL_Error_Loading_Options=\u00c9chec du chargement des options.
-CTL_Some_values_changed=Il y a des changements. Voulez-vous les appliquer?
-
-CTL_General_Options=&G\u00e9n\u00e9ralit\u00e9s
-CTL_General_Options_Title=G\u00e9n\u00e9ralit\u00e9s
-CTL_Editor=&\u00c9diteur
-CTL_Editor_Title=\u00c9diteur
-CTL_Font_And_Color_Options=&Polices et couleurs
-CTL_Font_And_Color_Options_Title=Polices et couleurs
-CTL_Keymap_Options=&Mappage clavier
-CTL_Keymap_Options_Title=Mappage clavier
-
-CTL_Export=Expor&t
-CTL_Import=&Importer
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= Lancer la bo\u00eete de dialogue des options avanc\u00e9es
-ACS_OptionsPanel=Bo\u00eete de dialogue des options
-ACS_Export=Exporter les options
-ACS_Import=Importer les options
-TabbedController.pane.AD=Panneau d'options
-
-QuickSearch/GoToOption=Options
-
diff --git a/l10n/src/fr/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_fr.properties b/l10n/src/fr/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_fr.properties
deleted file mode 100644
index 881c526..0000000
--- a/l10n/src/fr/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_fr.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Divers
-CTL_Advanced_Options_Title=Divers
-CTL_Advanced_Options_Description=Divers
-AdvancedPanel.tabbedPanel.AD=Panneau \u00e0 onglets Divers
-Advanced.Export.Category=Divers
-
diff --git a/l10n/src/fr/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_fr.properties b/l10n/src/fr/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_fr.properties
deleted file mode 100644
index 93e3e51..0000000
--- a/l10n/src/fr/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_fr.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=D\u00e9finir ici
-LBL_action_revert=R\u00e9tablir la d\u00e9finition
-LBL_action_delete=Supprimer
-
-MSG_ask_remove_above_defined_files=D\u00e9placer la d\u00e9finition ici supprimera toutes les valeurs stock\u00e9es dans les layers situ\u00e9es \u00e0 gauche de la colonne s\u00e9lectionn\u00e9e.\nnVoulez-vous poursuivre?
-
-#file state tooltips
-LBL_fstate_defined=R\u00e9glage de la d\u00e9finition
-LBL_fstate_ignored=Valeur de d\u00e9finition non utilis\u00e9e
-LBL_fstate_inherited=D\u00e9finition h\u00e9rit\u00e9e
-LBL_fstate_undefined=Valeur de d\u00e9finition non d\u00e9finie ici
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=Utilisateur
-LBL_FSP_Desc_Session-Layer=Niveau de param\u00e9trage de la session
-LBL_FSP_Modules-Layer=Par d\u00e9faut
-LBL_FSP_Desc_Modules-Layer=Niveau du param\u00e9trage de l'installation par d\u00e9faut
-
-#OptionsAction
-Options=&Options
-CTL_close_button=&Fermer
-ACSD_close_button=N/D
-ACSN_optionsTree=N/A
-ACSD_optionsTree=N/D
-LBL_computing=Initialisation des param\u00e8tres...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Afficher les niveaux (appuyez sur +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Masquer les niveaux (appuyez sur -)
-CTL_Templates_name=Mod\u00e8les
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorateur
-ACSN_ExplorerBeanTree=Arborescence de l'explorateur
-ACSD_ExplorerBeanTree=N/D
-
diff --git a/l10n/src/fr/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_fr.properties b/l10n/src/fr/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_fr.properties
deleted file mode 100644
index d116272..0000000
--- a/l10n/src/fr/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_fr.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&S\u00e9lectionnez les options pour l'export
-OptionsChooserPanel.outline.all=Tous
-OptionsChooserPanel.outline.header.tree=Options disponibles
-OptionsChooserPanel.outline.AN=Options disponibles
-OptionsChooserPanel.outline.AD=Arborescence des options disponibles
-OptionsChooserPanel.lblFile.text=Fichier zip cible
-OptionsChooserPanel.btnBrowse=Pa&rcourir...
-OptionsChooserPanel.btnBrowse.AN=Parcourir
-OptionsChooserPanel.btnBrowse.AD=Parcourir
-OptionsChooserPanel.txtFile.AD=Source ou cible de l'import/export
-OptionsChooserPanel.loading=Chargement en cours...
-OptionsChooserPanel.file.warning=Veuillez s\u00e9lectionner pour cible un fichier zip valide
-OptionsChooserPanel.nooption.warning=Veuillez s\u00e9lectionner quelque chose \u00e0 exporter
-OptionsChooserPanel.file.chooser.title=S\u00e9lectionner le fichier zip cible
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=S\u00e9lectionnez les options \u00e0 exporter
-OptionsChooserPanel.export.status.text=Export des options termin\u00e9.
-OptionsChooserPanel.import.title=S\u00e9lectionnez les options \u00e0 importer
-OptionsChooserPanel.import.lblFile.text=&Source de l'import
-OptionsChooserPanel.import.lblHint.text=&S\u00e9lectionnez les options pour l'import
-OptionsChooserPanel.import.file.warning=Veuillez s\u00e9lectionner un fichier zip ou un r\u00e9pertoire utilisateur valide
-OptionsChooserPanel.import.nooption.warning=Veuillez s\u00e9lectionner quelque chose \u00e0 importer
-OptionsChooserPanel.import.file.chooser.title=S\u00e9lectionnez un fichier zip ou un r\u00e9pertoire utilisateur
-OptionsChooserPanel.import.invalid.userdir.title=R\u00e9pertoire utilisateur invalide?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Le dossier {0} ne semble pas un r\u00e9pertoire utilisateur valide. Voulez-vous vraiment importer les options \u00e0 partir de cet emplacement?
-OptionsChooserPanel.AD=Panneau de choix des options d'export/import
-OptionsChooserPanel.import.error=Erreur dans l'import des options. Lancer l'IDE avec le param\u00eatre -J-Dorg.netbeans.modules.options.export.level=100 puis v\u00e9rifer les fichiers journaux.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Fichier zip invalide: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=L'\u00e9criture dans le fichier {0} a \u00e9chou\u00e9.
-ImportConfirmationPanel.title=Confirmation d'import
-ImportConfirmationPanel.cbRestart.text=Red\u00e9marrer l''EDI maintenant(sans red\u00e9marrage les configurations import\u00e9es ne fonctionneront pas)
-ImportConfirmationPanel.cbRestart.AD=Choisissez si voulez red\u00e9marrer l'IDE maintenant ou plus tard
-ImportConfirmationPanel.cbRestart.AN=Red\u00e9marrer l'IDE maintenant?
-ImportConfirmationPanel.lblMessage.text=L'import peut \u00e9craser de mani\u00e8re irr\u00e9versible vos param\u00e8tres courants. Effectuez d'abord un export pour sauvegarder les options courantes. Voulez-vous continuer ?
-ImportConfirmationPanel.lblMessage.AD=Message de confirmation
-ImportConfirmationPanel.AN=Confirmation de l'import
-ImportConfirmationPanel.AD=Confirmation de l'import
-ExportConfirmationPanel.title=Alerte de mots de passe stock\u00e9s
-ExportConfirmationPanel.lblMessage.text=Les configurations export\u00e9es contiennent peut \u00eatre des mots de passe stock\u00e9s. Partager vos configurations avec les autres utilisateurs repr\u00e9sente un risque potentiel de s\u00e9curit\u00e9. Voulez-vous continuer ?
-ExportConfirmationPanel.cbSkip.text=Ignorer cet avertissement prochainement
-ExportConfirmationPanel.cbSkip.AN=Ignorer cet avertissement prochainement ?
-ExportConfirmationPanel.cbSkip.AD=D\u00e9cider si 
-ExportConfirmationPanel.lblMessage.AD=Message de confirmation
-ExportConfirmationPanel.AN=Alerte de mots de passe stock\u00e9s
-ExportConfirmationPanel.AD=Alerte de mots de passe stock\u00e9s
-
diff --git a/l10n/src/fr/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_fr.properties b/l10n/src/fr/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_fr.properties
deleted file mode 100644
index 20ecd2a..0000000
--- a/l10n/src/fr/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_fr.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Options du mappage clavier
-
-CTL_Keymap_Options=&Mappage clavier
-CTL_Keymap_Options_Title=Mappage clavier
-CTL_Keymap_Options_Description=Mappage clavier
-
-CTL_Duplicate=&G\u00e9rer les profiles...
-AN_Duplicate=Dupliquer
-AD_Duplicate=Dupliquer
-CTL_Delete=S&upprimer
-AN_Delete=Supprimer
-AD_Delete=Supprimer
-CTL_Restore=&Restaurer
-AN_Restore=Restaurer
-AD_Restore=Restaurer
-CTL_Show_Actions=Actio&ns
-AN_Show_Actions=Actions
-AD_Show_Actions=Actions
-CTL_Show_Shortcuts=&Raccourcis
-AN_Show_Shortcuts=Raccourcis
-AD_Show_Shortcuts=Raccourcis
-CTL_Add_Shortcut=A&jouter...
-AN_Add_Shortcut=Ajouter
-AD_Add_Shortcut=Ajouter
-CTL_Remove_Shortcut=&Supprimer
-AN_Remove_Shortcut=Supprimer
-AD_Remove_Shortcut=Supprimer
-CTL_Actions=Actio&ns\u00a0:
-AN_Actions=Actions
-AD_Actions=Actions
-CTL_Shortcuts=&Raccourcis:
-AN_Shortcuts=Raccourcis
-AD_Shortcuts=Raccourcis
-AN_Profiles=Profils
-AD_Profiles=Profils
-Show_Actions=Actio&ns
-Show_Shortcuts=&Raccourcis
-Keymaps=&Mappage clavier
-CTL_Keymap_Name=&Profil\u00a0:
-View_By=A&fficher par
-Shortcut=&Raccourci:
-Add_Shortcut_Dialog=Ajouter un raccourci
-CTL_Create_New_Profile_Message=&Nom de profil:
-CTL_Create_New_Profile_Title=Bo\u00eete de dialogue Cr\u00e9er un profil
-Shortcut_Conflict=<html>Raccourci d\u00e9j\u00e0 associ\u00e9 \u00e0 l'action {0}. Si vous continuez le raccourci sera r\u00e9-affect\u00e9.
-CTL_Clear=&Effacer
-AN_Clear=Effacer le bouton racourci
-AD_Clear=Effacer le bouton racourci
-CTL_Tab=&Onglet
-AN_Tab=Ins\u00e9rer un bouton tabulation
-AD_Tab=Ins\u00e9rer un caract\u00e8re tabulation
-CTL_Duplicate_Profile_Name=Un profil portant ce nom existe d\u00e9j\u00e0.\n Veuillez utiliser un autre nom.
-
-CTL_Export_IDE_Actions_Action=Exporter les actions de l'IDE en XML
-CTL_Export_IDE_Shortcuts_Action=Exporter les raccourcis de l'IDE en XML
-CTL_Export_Editor_Shortcuts_Action=Exporter les raccourcis de l'\u00e9diteur en XML
-CTL_Export_Shortcuts_to_HTML_Action=Exporter les raccourcis vers HTML
-
-CTL_Other=Autre
-AN_Shortcut=Champ de racourci
-AD_Shortcut=Champ de racourci
-AN_ShortcutsDialog=Entrer un nouveau raccourci
-AD_ShortcutsDialog=Entrer un nouveau raccourci
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Echanger le profile du mappage clanier de {1} \u00e0 {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Recherche rapide: Appel de l'action {1}, classe {0}
-
-QuickSearch/Actions=Actions
-MSG_ActionFailure=L'action {0} ne peut pas \u00eatre appel\u00e9e par le biais de Quick Search...
-
-# Quicksearch options
-KW_KeymapOptions=Keymap Options, Keyboard Shortcuts, Keybindings
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Rechercher:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Champ utilis\u00e9 pour limiter la liste des raccourcis
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=&Rechercher dans les raccourcis:
-
-# Conflict dialogs
-Override_Shortcut=<html>Les Actions suivantes: <br>{0} sont en conflit avec cette affectation. Voulez-vous passer outre?
-Conflicting_Shortcut_Dialog=Dialogue Raccourcis en conflit
-Override_All=<html>Les Actions suivantes: <br>{0} sont en conflit avec ce retour en arri\u00e8re. Voulez-vous passer outre?
-Alternative_Shortcut=(raccourci alternatif)
-
-#Table columns
-Actions=Actions
-Shortcut=Raccourci
-Category=Cat\u00e9gorie
-Scope=\u00c9tendue
-
-#Keymap Popup
-Edit=\u00c9diter...
-Add_Alternative=Ajouter une option alternative
-Reset_to_Default=R\u00e9initialiser les valeurs par d\u00e9faut
-Clear=Effacer
-
-#Keymap completion
-No_Free_Shortcut=Il n'y a pas de raccourci libre recommand\u00e9 avec le pr\u00e9fixe "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Dupliquer
-ProfilesPanel.exportButton.text=&Exporter
-ProfilesPanel.deleteButton.text=S&upprimer
-ProfilesPanel.importButton.text=&Importer
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Panneau des profils
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Panneau avec d\u00e9filement pour les profils
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=Liste des profils de touches
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Imports de profils depuis un fichier externe
-ProfilesPanel.AccessibleContext.accessibleDescription=Panneau des profils
-ProfilesPanel.restoreButton.text=&Retourner aux valeurs par d\u00e9faut
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Retourne aux valeurs par d\u00e9faut
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplique un profil existant
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exporte le profil courant
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=D\u00e9truit le profil personnalis\u00e9 s\u00e9lectionn\u00e9
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=G\u00e9rer les profils de touches
-CTL_Files=Fichiers
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Correspondances de touches
-Keymaps.Options.Export.Profiles.displayName=Profils de correspondances de touches
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/fr/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_fr.properties b/l10n/src/fr/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_fr.properties
deleted file mode 100644
index 5ecd71a..0000000
--- a/l10n/src/fr/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_fr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Int\u00e9gration de Swing Layout Extensions
-OpenIDE-Module-Display-Category=Biblioth\u00e8ques
-OpenIDE-Module-Short-Description=Int\u00e8gre la biblioth\u00e8que Swing Layout Extensions.
-OpenIDE-Module-Long-Description=Ce module int\u00e8gre la biblioth\u00e8que Swing Layout Extensions (\u00e0 partir de swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/fr/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_fr.properties
deleted file mode 100644
index e3745b2..0000000
--- a/l10n/src/fr/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_fr.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=Annotations communes
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/fr/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_fr.properties
deleted file mode 100644
index a684750..0000000
--- a/l10n/src/fr/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_fr.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=Annuler le processus
-CTL_ProcessListAction=&Processus
-ProcessListAction.mnemonic=S
-
diff --git a/l10n/src/fr/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_fr.properties
deleted file mode 100644
index 6827079..0000000
--- a/l10n/src/fr/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_fr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Interface API de progression
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API de visualisation de la progression des t\u00e2ches.
-OpenIDE-Module-Long-Description=Permet aux modules d'enregistrer des t\u00e2ches ou processus \u00e9tendus \u00e0 un emplacement centralis\u00e9.
-
diff --git a/l10n/src/fr/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_fr.properties
deleted file mode 100644
index 9cce852..0000000
--- a/l10n/src/fr/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_fr.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Composant sc\u00e8ne
-ACS_SceneComponentDesc=Vue de sc\u00e8ne
-
diff --git a/l10n/src/fr/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_fr.properties
deleted file mode 100644
index 5eeb909..0000000
--- a/l10n/src/fr/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_fr.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Biblioth\u00e8que de l'API Visual
-OpenIDE-Module-Short-Description=Biblioth\u00e8que de l'API Visual
-
diff --git a/l10n/src/fr/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_fr.properties
deleted file mode 100644
index 4bf8577..0000000
--- a/l10n/src/fr/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_fr.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=Une instance du programme semble d\u00e9j\u00e0 en cours d'ex\u00e9cution dans votre r\u00e9pertoire utilisateur.\nSoit une session pr\u00e9c\u00e9dente du programme ne s'est pas termin\u00e9e correctement, soit une autre instance\ndu programme s'ex\u00e9cute sur une autre machine et utilise le m\u00eame r\u00e9pertoire utilisateur.\n\nSi une autre session du programme s'ex\u00e9cute dans le m\u00eame r\u00e9pertoire utilisateur, cliquez\nAnnuler pour pr\u00e9venir une corruption du r\u00e9pertoire utilisateur. Si vous \u00eates s\u00fbr(e) qu'aucune autre\ninstance du programme ne s'ex\u00e9cute dans votre r\u00e9pertoire utilisateur, cliquez OK pour continuer.
-MSG_AlreadyRunningTitle=Avertissement
-
-EXC_not_a_module={0} n'est pas un module NetBeans valide.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Initialisation
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Initialisation de base des applications NetBeans.
-OpenIDE-Module-Long-Description=Ce module fournit l'infrastructure initiale qui charge toutes les autres parties de l'application. Ne peut \u00eatre d\u00e9sactiv\u00e9.
-
-MSG_InstallJava6=Cannot run on older versions of Java than Java 6 Standard Edition.\nPlease install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=Java 6 Standard Edition or newer required
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_fr.properties
deleted file mode 100644
index 0614180..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_fr.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Sortie {0}
-CTL_ProgramIO={0} - E/S
-
-# Install
-LAB_EndTasks=&Quitter l'IDE
-ACSD_EndTasks=N/A
-CTL_PendingTitle=Quitter l'IDE
-ACSD_PendingTitle=N/A
-LAB_PendingTasks=La fermeture de l'IDE mettra fin aux processus suivants:
-ACSD_PendingTasks=N/A
-# {0} - process name
-CTL_PendingExternalProcess2=Processus - {0}
-# {0} - action name
-CTL_ActionInProgress={0} action en cours
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_fr.properties
deleted file mode 100644
index 698ed29..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_fr.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Supprimer
-CTL_MoveUp=D\u00e9placer vers le &haut
-CTL_MoveDown=D\u00e9placer vers le ba&s
-CTL_AddDirectory=Ajouter un r\u00e9pertoire...
-CTL_AddJAR=Ajouter un fichier JAR ou ZIP...
-CTL_JarArchivesMask=Archives JAR et ZIP
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/D
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_AddDirectory=N/A
-ACSD_AddJAR=N/A
-ACSD_PathList=N/A
-ACSD_CustomNbClassPathEditor=N/D
-CTL_Edit_Jar_Dialog_Title=\u00c9diter le fichier JAR
-CTL_Edit_Local_Dialog_Title=\u00c9diter le r\u00e9pertoire local
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=Ajouter un fichier JAR
-CTL_FileSystemPanel.Local_Dialog_Title=Ajouter un r\u00e9pertoire local
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Ex\u00e9cuter\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Arguments\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Indication des Arguments
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Parcourir...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/D
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/A
-ACSD_CustomNbProcessDescriptorEditor=N/D
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Chemins
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=Liste des chemins \u00e0 \u00e9diter.
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_fr.properties
deleted file mode 100644
index ebbe559..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_fr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Noyau - Ex\u00e9cution
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Impl\u00e9mentation du moteur d'ex\u00e9cution.
-OpenIDE-Module-Long-Description=Ajoute le support pour l'ex\u00e9cution dans la plateforme. Contient des classes qui impl\u00e9mentent la partie ex\u00e9cution des APIs et interfaces graphiques correspondantes.
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_fr.properties
deleted file mode 100644
index 8baab17..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_fr.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=S&ortie
-
-#Title for I/O window
-LBL_IO_WINDOW=Sortie
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Fermer l'onglet
-LBL_CloseAll=Fermer tous les onglets
-LBL_CloseOthers=Fermer les autres onglets
-
-# Localization of Window/Output submenu
-Menu/Window/Output=S&ortie
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_fr.properties
deleted file mode 100644
index cf7a20c..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_fr.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&\u00c9diteurs
-EditorsAction.source=&Source
-GetLeftEditorAction.name=\u00c9diteurs - it\u00e9rer \u00e0 gauche
-
-GetRightEditorAction.name=\u00c9diteurs - it\u00e9rer \u00e0 droite
-
-TabButton.tool_tip=Vue {0}
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_fr.properties
deleted file mode 100644
index 34ceb22..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_fr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Fen\u00eatres d'affichage multiple
-OpenIDE-Module-Display-Category=Sous infrastructure
-OpenIDE-Module-Short-Description=Framework et API pour le fen\u00eatrage \u00e0 vue multiple.
-OpenIDE-Module-Long-Description=Framework et API pour le fen\u00eatrage \u00e0 vue multiple.
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_fr.properties
deleted file mode 100644
index 1b6dd47..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_fr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Acc\u00e8s natif
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Utilise les liens natifs via la biblioth\u00e8que JNA pour fournir des effets visuels avanc\u00e9s pour ce syst\u00e8me de fen\u00eatrage.
-OpenIDE-Module-Long-Description=Utilise les liens natifs via la biblioth\u00e8que JNA pour fournir des effets visuels avanc\u00e9s pour ce syst\u00e8me de fen\u00eatrage.
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_fr.properties
deleted file mode 100644
index 5fff93f..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_fr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparence
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_fr.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_fr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_fr.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_fr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_fr.properties
deleted file mode 100644
index 7163de7..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_fr.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Fen\u00eatre de sortie
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Impl\u00e9mentation d'une fen\u00eatre de sortie bas\u00e9e sur une zone de texte simple
-OpenIDE-Module-Long-Description=Fen\u00eatre de sortie bas\u00e9e sur java.swing.text.Document dans un tampon d'octets ou de caract\u00e8res
-
-#Title for the output window
-LBL_OUTPUT=Sortie
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=Impossible d'\u00e9crire dans le r\u00e9pertoire temporaire du syst\u00e8me ({0})
-MSG_GenericError=Probl\u00e8me lors de l'\u00e9criture dans le fichier de sortie
-
-LBL_STDOUT=Sortie standard
-FMT_FILE_EXISTS={0} existe.  Ecraser?
-TITLE_SAVE_DLG=Enregistrer la sortie sous
-
-LBL_SaveAsFailedTitle=Enregistrer sous... a \u00e9chou\u00e9
-MSG_SaveAsFailed=L'\u00e9criture dans le fichier {0} a \u00e9chou\u00e9.
-
-MSG_SearchFromBeg=Fin des donn\u00e9es de sortie atteinte. La recherche continue \u00e0 partir du d\u00e9but.
-MSG_SearchFromEnd=D\u00e9but des donn\u00e9es de sortie atteint. La recherche continue \u00e0 partir de la fin.
-MSG_Found=''{0}'' trouv\u00e9 \u00e0 {1}:{2}
-MSG_NotFound=Pas trouv\u00e9 ''{0}''
-
-#OutputWindowAction
-OutputWindow=S&ortie
-
-#Find Dialog
-LBL_Find_Title=Rechercher
-LBL_Find_What=Trouver:
-LBL_Use_RegExp=&Expression r\u00e9guli\u00e8re
-LBL_Match_Case=&M\u00eame casse (maj/min)
-BTN_Find=Trouver
-ACSN_Find=N/D
-ACSD_Find=Rechercher
-ACSD_FindBTN=N/D
-ACSD_Find_What=N/D
-
-LBL_Filter_Title=Filtre
-LBL_Filter_What=Conserver les lignes qui contiennent
-BTN_Filter=&Filtrer
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=S\u00e9lecteur de police
-BTN_Defaul_Font=Police par d\u00e9faut
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=Voulez-vous \u00e9craser le fichier\u00a0?
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=Expression r\u00e9guli\u00e8re invalide
-FMT_Invalid_RegExp=Erreur de syntaxe dans {0}
-
-#Output window popup menu
-ACTION_COPY=Copier
-ACTION_PASTE=Coller
-ACTION_WRAP=Renvoyer le texte \u00e0 la ligne
-ACTION_SAVEAS=Enregistrer sous...
-ACTION_CLOSE=Fermer
-ACTION_CLEAR=Effacer
-ACTION_PREV_ERROR=Erreur pr\u00e9c\u00e9dente
-ACTION_NEXT_ERROR=Erreur suivante
-ACTION_SELECT_ALL=Tout s\u00e9lectionner
-ACTION_FIND=Rechercher...
-ACTION_FIND_NEXT=Rechercher suivant
-ACTION_FIND_PREVIOUS=Rechercher pr\u00e9c\u00e9dent
-ACTION_LARGER_FONT=Police plus grande
-ACTION_SMALLER_FONT=Police plus petite
-ACTION_FONT_TYPE=Choisir une police...
-ACTION_FILTER=Filtrer...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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=Espace disque insuffisant dans {0} pour les fichiers de sortie temporaires.  Soit vous rendez disponible d'avantage d'espace disque, ou vous changez votre r\u00e9pertoire temporaire ou alors vous utilisez le param\u00e8tres d' ex\u00e9cution -J-Dnb.output.heap=true
-
-MSG_LINE_TOO_LONG=... la ligne est trop longue, passez en mode retour \u00e0 la ligne pour voir la ligne enti\u00e8re...
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_fr.properties
deleted file mode 100644
index 8f424ea..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_fr.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=Entr\u00e9e
-LBL_EOF=Fermer l'entr\u00e9e
-TIP_EOF=Ferme le composant en entr\u00e9e et envoie une fin de fichier \u00e0 tous les lecteurs
-TIP_INPUT=Tapez votre texte et appuyez sur la touche Entr\u00e9e pour l'envoyer au processus en cours
-
-#Output window tab popup
-LBL_Close=Fermer l'onglet
-LBL_CloseAll=Fermer tous les onglets
-LBL_CloseOthers=Fermer les autres onglets
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_fr.properties
deleted file mode 100644
index c9b0295..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_fr.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=D\u00e9marrage
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Charge et active les modules.
-OpenIDE-Module-Long-Description=Ce module fournit la fonctionnalit\u00e9 principale suppl\u00e9mentaire permettant d'initialiser afin de rechercher et d'activer les modules ad\u00e9quats.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user n'est pas d\u00e9fini.\nV\u00e9rifiez s'il vous pla\u00eet le script de d\u00e9marrage de NetBeans.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Le r\u00e9pertoire utilisateur {0} ne peut pas \u00eatre dans le r\u00e9pertoire d''installation {1}.
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=D\u00e9marrage de la plate-forme NetBeans
-# The Title of the About Box
-CTL_About_Title=\u00c0 propos de
-CTL_About_Detail=D\u00e9tails
-ACSD_AboutDialog=N/D
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/D
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=Nom de classe attendu pour l'interface utilisateur. Utilisation de l'interface utilisateur par d\u00e9faut...
-ERR_UserDirExpected=R\u00e9pertoire attendu apr\u00e8s le commutateur --userdir
-ERR_UINotFound=Classe de l'interface utilisateur introuvable. Utilisation de l'interface utilisateur par d\u00e9faut...
-ERR_FontSizeExpected=Taille de police attendue. Utilisation de la taille de police par d\u00e9faut...
-ERR_BadFontSize=Format de la taille de police incorrect. Utilisation de la taille de police par d\u00e9faut...
-ERR_BrandingNeedsArgument=L'option --branding requiert un argument
-ERR_LocaleExpected=La sp\u00e9cification de la localisation est attendue apr\u00e8s l'argument --locale
-
-
-CTL_Netbeanshome_notexists=netbeans.home doit pointer vers un r\u00e9pertoire existant.
-CTL_Netbeanshome1=netbeans.home doit pointer vers un r\u00e9pertoire.
-CTL_Netbeanshome2=netbeans.user doit pointer vers un r\u00e9pertoire existant.
-CTL_Netbeanshome3=netbeans.user doit pointer vers un r\u00e9pertoire.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Impossible de cr\u00e9er un r\u00e9pertoire syst\u00e8me dans {0}. Un fichier avec le m\u00eame nom existe d\u00e9j\u00e0.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Impossible de cr\u00e9er un r\u00e9pertoire syst\u00e8me dans {0}.
-CTL_Cannot_mount_system_fs=Impossible d''ajouter le syst\u00e8me de fichiers {0} au syst\u00e8me. Fermeture...
-
-#startup info messages
-MSG_IDEInit=Initialisation...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Ne peut se connecter \u00e0 l''URL {0}. Aucune ressource de cette sorte n'a \u00e9t\u00e9 trouv\u00e9e.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize n'est pas support\u00e9 pour l' apparence GTK. Ajustez plut\u00f4t la taille de polices de votre bureau.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Erreur: {0}
-EXC_GraphicsStartFails2=Pour plus d''informations, affichez {0}.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=Le module {0} a \u00e9t\u00e9 requis dans la version >= {1}, mais seul {2} a \u00e9t\u00e9 trouv\u00e9.
-# {0} - module display name
-MSG_problem_other_disabled=Vous devez \u00e9galement installer le module {0}.
-LBL_no_impl_version=[aucune version sp\u00e9cifi\u00e9e]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=Le module {0} a \u00e9t\u00e9 requis dans la version d''impl\u00e9mentation "{1}", mais seul "{2}" a \u00e9t\u00e9 trouv\u00e9.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=Le module {0} est requis, mais demeure introuvable.
-# {0} - required token
-MSG_problem_require_disabled=Aucun module fournissant la fonctionnalit\u00e9 {0} n'a pu \u00eatre install\u00e9.
-# {0} - required token
-MSG_problem_require_not_found=Aucun module fournissant la fonctionnalit\u00e9 {0} n'a \u00e9t\u00e9 trouv\u00e9.
-# {0} - class name
-MSG_problem_class_not_loaded=\u00c9chec du chargement du package contenant la classe {0}.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=Le package {0} n'a pas \u00e9t\u00e9 charg\u00e9 ou sa version est obsol\u00e8te.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=La version {0} ou sup\u00e9rieure de la plateforme Java est requise mais seule la version {1} est en cours d'' ex\u00e9cution.
-MSG_warning=Avertissement
-MSG_info=Informations sur le 
-MSG_continue=D\u00e9sactivez les modules et continuez
-MSG_exit=Abandon
-# {0} - number of other dependant modules
-MSG_also_dep_modules=Impossible d'installer {0,choice,1#Un autre module|1<{0} davantage de modules} \u00e0 cause du probl\u00e8me pr\u00e9c\u00e9dent.
-
-# NbEvents
-MSG_start_load_boot_modules=Chargement du noyau...
-MSG_finish_load_boot_modules=Noyau charg\u00e9.
-MSG_start_auto_restore=Chargement des modules...
-MSG_finish_auto_restore=Modules charg\u00e9s.
-MSG_start_enable_modules=Activation des modules...
-MSG_finish_enable_modules=Modules activ\u00e9s.
-TEXT_finish_enable_modules=Activation des modules :
-MSG_start_disable_modules=D\u00e9sactivation des modules...
-MSG_finish_disable_modules=Modules d\u00e9sactiv\u00e9s.
-TEXT_finish_disable_modules=D\u00e9sactivation des modules :
-MSG_failed_install_new=Avertissement : impossible d'installer les modules
-# {0} - module display name
-MSG_failed_install_new_unexpected=Avertissement : impossible d''installer le module {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=D\u00e9ploiement du module de test dans {0} ...
-TEXT_finish_deploy_test_module=D\u00e9ploiement du module de test termin\u00e9.
-MSG_start_read=Lecture des modules stock\u00e9s...
-MSG_finish_read=Modules stock\u00e9s lus.
-MSG_restore=D\u00e9marrage des modules...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Installation de {0}
-# {0} - module display name
-TEXT_install=Installation du nouveau module: {0}
-# {0} - module display name
-MSG_update=D\u00e9marrage d''une nouvelle version de {0}
-# {0} - module display name
-TEXT_update=Mise \u00e0 jour du module : {0}
-# {0} - module display name
-MSG_uninstall=Arr\u00eat de {0}
-MSG_load_section=Chargement des modules...
-MSG_load_layers=Chargement des services du module...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Avertissement : le module {0} est introuvable, il sera ignor\u00e9...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=Impossible de supprimer le module {0}, car il s'agit d'un module \u00e0 chargement automatique ou d'un module travailleur en cours d'utilisation.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=Une tentative a \u00e9t\u00e9 faite de changer la propri\u00e9t\u00e9 {1} du module {0} dans le dossier system/Modules.\nLa valeur r\u00e9elle est "{3}" mais a \u00e9t\u00e9 modifi\u00e9e sur le disque pour devenir "{2}".\nCette propri\u00e9t\u00e9 ne peut \u00eatre modifi\u00e9e lorsque l'IDE est en cours d'ex\u00e9cution, cette tentative n'a pas eu d'effet.
-# {0} - JAR file name
-TEXT_patch=Chemin de module ou extension personnalis\u00e9e : {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Ressource manquante dans la classe : {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Cl\u00e9 introuvable : {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Erreur d'analyse dans le fichier {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Erreur d'analyse dans le fichier {1}, ligne {3}, colonne {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_fr.properties
deleted file mode 100644
index 9de3dad..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_fr.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Syst\u00e8me par d\u00e9faut
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Chargement des objets mis en cache...
-MSG_end_load_cache=Chargement des objets mis en cache... termin\u00e9.
-MSG_start_rewrite_cache=Recr\u00e9ation du cache d'objets...
-MSG_end_rewrite_cache=Recr\u00e9ation du cache d'objets... termin\u00e9.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=\u00c9v\u00e9nement de fichier {0}, fichier {1}
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_fr.properties
deleted file mode 100644
index 2ea3d2a..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_fr.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Fichiers
-AdvancedOption.tooltip=Fichiers
-FileAssociationsPanel.btnDefault.text=Par &d\u00e9faut
-FileAssociationsPanel.btnDefault.tooltip=Restauration des param\u00e8tres par d\u00e9faut de l'extension de fichier choisie
-FileAssociationsPanel.btnDefault.AN=Restauration des param\u00e8tres par d\u00e9faut
-FileAssociationsPanel.btnDefault.AD=Restauration des param\u00e8tres par d\u00e9faut de l'extension de fichier choisie
-FileAssociationsPanel.btnDefaultIgnored.text=Par &d\u00e9faut
-FileAssociationsPanel.btnDefaultIgnored.AN=Restaure le type de fichiers ignor\u00e9s par d\u00e9faut
-FileAssociationsPanel.btnDefaultIgnored.AD=Restaure le type de fichiers ignor\u00e9s par d\u00e9faut
-FileAssociationsPanel.btnNew.text=&Nouveau...
-FileAssociationsPanel.btnNew.AN=Nouvelle extension de fichier
-FileAssociationsPanel.btnNew.AD=Nouvelle extension de fichier
-FileAssociationsPanel.btnRemove.text=&Supprimer
-FileAssociationsPanel.btnRemove.AN=Enlever l'extension de fichier s\u00e9lectionn\u00e9e
-FileAssociationsPanel.btnRemove.AD=Enlever l'extension de fichier s\u00e9lectionn\u00e9e
-FileAssociationsPanel.cbExtension.choose=< Choisir l'extension >
-FileAssociationsPanel.cbExtension.AD=Extension de fichier
-FileAssociationsPanel.cbExtension.AN=Liste des extensions de fichier
-FileAssociationsPanel.cbType.AN=Liste des types de fichier
-FileAssociationsPanel.cbType.AD=Liste des types de fichier
-FileAssociationsPanel.lblAssociatedAlso.text=Aussi associ\u00e9 \u00e0:
-FileAssociationsPanel.lblAssociatedAlso.AN=Autre type de fichier associ\u00e9 aux extensions
-FileAssociationsPanel.lblAssociatedAlso.AD=Autre type de fichier associ\u00e9 aux extensions
-FileAssociationsPanel.lblExtension.text=&Extension de fichier
-FileAssociationsPanel.lblExtension.AN=Extension de fichier
-FileAssociationsPanel.lblExtension.AD=Liste des extensions de fichier
-FileAssociationsPanel.lblType.text=&Type de fichier associ\u00e9 (MIME):
-FileAssociationsPanel.lblType.AD=Liste des types de fichiers associ\u00e9s
-FileAssociationsPanel.lblType.AN=Liste des types de fichiers associ\u00e9s
-FileAssociationsPanel.lblFileAssociations.text=Associations de fichiers
-FileAssociationsPanel.lblFilesIgnored.text=Fichiers ignor\u00e9s par l'IDE
-FileAssociationsPanel.lblPattern.text=Sch\u00e9ma des fichiers &ignor\u00e9s:
-FileAssociationsPanel.lblPattern.tooltip=Expression r\u00e9guli\u00e8re des fichiers \u00e0 ignorer. Corresponds au nom complet, pas au chemin. Vide pour aucun.
-FileAssociationsPanel.lblPattern.AN=Sch\u00e9ma des fichiers ignor\u00e9s:
-FileAssociationsPanel.lblPattern.AD=Expression r\u00e9guli\u00e8re des fichiers \u00e0 ignorer. Corresponds au nom complet, pas au chemin. Vide pour aucun.
-FileAssociationsPanel.txtPatternError.AN=Erreur de syntaxe dans le sch\u00e9ma des fichiers ignor\u00e9s
-FileAssociationsPanel.txtPatternError.AD=Erreur de syntaxe dans l'expression r\u00e9guli\u00e8re des fichiers ignor\u00e9s
-
-NewExtensionPanel.title=Entrez une nouvelle extension de fichier
-NewExtensionPanel.AD=Entrez une nouvelle extension de fichier
-NewExtensionPanel.lblExtension.text=&Extension de fichier
-NewExtensionPanel.lblExtension.AN=Extension de fichier
-NewExtensionPanel.lblExtension.AD=Extension de fichier
-
-OpenAsAction.name=Ouvrir en tant que...
-OpenAsPanel.txtDescription.AN=Suggestion
-OpenAsPanel.txtDescription.AD=Suggestion
-OpenAsPanel.lblExtension.text=Traiter les fichiers {0} en tant que :
-OpenAsPanel.title=Ouvrir en tant que...
-OpenAsPanel.open=Ouvrir
-OpenAsPanel.AD=Choisissez le type de fichier
-
-# display name for options export
-Files.Options.Export.displayName=Fichiers
-OpenAsPanel.lblDescription.text=NetBeans ne conna\u00eet pas ce type de fichier. Veuillez sp\u00e9cifier comment ces fichiers doivent \u00eatre trait\u00e9s.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_fr.properties
deleted file mode 100644
index 7356e5b..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_fr.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&G\u00e9n\u00e9ralit\u00e9s
-CTL_General_Options_Title=G\u00e9n\u00e9ralit\u00e9s
-CTL_General_Options_Category=G\u00e9n\u00e9ralit\u00e9s
-CTL_General_Options_Description=Options g\u00e9n\u00e9rales, param\u00e8tres du Proxy, param\u00e8tres de l'\u00c9diteur
-CTL_Package_View_Type=Afficher les packages Java comme:
-CTL_Flattern_Packages=&Liste
-AN_Flattern_Packages=Liste
-AD_Flattern_Packages=Liste
-CTL_Tree_Packages=Arborescence
-AN_Tree_Packages=Arborescence
-AD_Tree_Packages=Arborescence
-CTL_No_Proxy=Aucu&n proxy
-AN_No_Proxy=Aucun proxy
-AD_No_Proxy=Aucun proxy
-CTL_Usage_Statistics=Statistiques d'utilisation:
-AN_Usage_Statistics=Statistiques d'utilisation:
-AD_Usage_Statistics=Statistiques d'utilisation:
-CTL_Usage_Check=Aidez-nous \u00e0 a&m\u00e9liorer NetBeans en nous fournissant des donn\u00e9es anonymes sur l'utilisation que vous en faites
-AN_Usage_Check=Aidez-nous \u00e0 am\u00e9liorer NetBeans en nous fournissant des donn\u00e9es anonymes sur l'utilisation que vous en faites
-AD_Usage_Check=Aidez-nous \u00e0 am\u00e9liorer NetBeans en nous fournissant des donn\u00e9es anonymes sur l'utilisation que vous en faites
-CTL_Usage_Info=<html>Les statistiques d'utilisation nous aident \u00e0 mieux comprendre les attentes des utilisateurs et \u00e0 fixer les priorit\u00e9s dans les am\u00e9liorations des versions \u00e0 venir. Nous n'utiliserons jamais les donn\u00e9es collect\u00e9es pour conna\u00eetre des d\u00e9tails sp\u00e9cifiques de vos projets.</html>
-AN_Usage_Info=Informations statistiques sur l'utilisation
-AD_Usage_Info=Les statistiques d'utilisation nous aident \u00e0 mieux comprendre les attentes des utilisateurs et \u00e0 fixer les priorit\u00e9s dans les am\u00e9liorations des versions \u00e0 venir. Nous n'utiliserons jamais les donn\u00e9es collect\u00e9es pour conna\u00eetre des d\u00e9tails sp\u00e9cifiques de vos projets.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>En savoir plus</u></font></html>
-AN_Learn_More=En savoir plus
-AD_Learn_More=En savoir plus
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Utilisez les param\u00e8tres de proxy du syst\u00e8me
-AN_Use_System_Proxy_Settings=Utilisez les param\u00e8tres de proxy du syst\u00e8me
-AD_Use_System_Proxy_Settings=Utilisez les param\u00e8tres de proxy du syst\u00e8me
-CTL_Use_HTTP_Proxy=Param\u00e8tres &manuels de proxy...
-AN_Use_HTTP_Proxy=Proxy HTTP
-AD_Use_HTTP_Proxy=Proxy HTTP
-AN_Web_Browser=Navigateur &Web
-AD_Web_Browser=Navigateur &Web
-AN_Host=H\u00f4te
-AD_Host=H\u00f4te
-AN_Port=Port:
-AD_Port=Port:
-AN_Update_Period=Intervalle de mise \u00e0 jour
-AD_Update_Period=Intervalle de mise \u00e0 jour
-AN_Ask_Before_Check=Demandez avant v\u00e9rification
-AD_Ask_Before_Check=Demandez avant v\u00e9rification
-Line_Numbers=Num\u00e9ros de &lignes
-Antialiasing=Antialiasing:
-Text_Antialiasing=Utiliser l'antialiasing
-Toolbar=Barre d'ou&tils
-Package_View=Affichage par Package
-SDI_Window_Mode=Mode de fen\u00eatrage SDI
-MDI_Window_Mode=Mode de fen\u00eatrage MDI
-Tree_View=Vue de l''arborescence
-Default_System_Browser=<Navigateur par d\u00e9faut>
-Swing_HTML_Browser=Navigateur Swing
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=G\u00e9n\u00e9ralit\u00e9s
-CTL_Web_Browser=Navigateur &Web:
-Confirm_Delete=&Confirmer la suppression:
-CTL_Web_Proxy=Param\u00e8tres de Proxy:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=Pro&xy HTTP\:
-Code_Folding=Pliage de Code:
-Show=Afficher:
-Editor=\u00c9diteur
-CTL_Check_Period=Intervalle &de recherche:
-CTL_Ask_Before_Check=Demander avant de rechercher:
-CTL_Auto_Update=Mise \u00e0 jour Automatique
-Use_Folding=&Utiliser le pliage de Code:
-Fold_Methods=Pliage des &m\u00e9thodes
-Fold_Classes=Pliage du co&de des classes internes
-Fold_Imports=Pliage des import&s
-Fold_JavaDoc=Pliage des commentaires &Javadoc
-Fold_Licence=Pliage du commentaire initial
-Auto_Popup=Menu contextuel automatique:
-Auto_Popup_Completion=Fen\u00eatre de compl\u00e9tion
-Auto_Popup_JavaDoc=Fen\u00eatre Javadoc
-CTL_Update_every_startup=\u00c0 chaque d\u00e9marrage
-CTL_Update_every_day=Tous les jours
-CTL_Update_every_week=Toutes les semaines
-CTL_Update_every_2weeks=Tous les quinze jours
-CTL_Update_every_month=Tous les mois
-CTL_Update_never=Jamais
-CTL_Default_System_Browser=Navigateur syst\u00e8me par d\u00e9faut
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Navigateur interne
-
-
-
-
-AN_NonProxy=Aucun proxy pour
-
-AD_NonProxy=Aucun proxy pour
-
-CTL_Non_Proxy=Aucun Prox&y pour\:
-
-Non_Proxy_Hint=(par ex.. localhost, *.netbeans.org, *.mondomaine.com)
-LBL_GeneralOptionsPanel_bMoreProxy=Plus...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Param\u00e8tres avanc\u00e9s de proxy
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Ouvrir le param\u00e9trage avanc\u00e9 du proxy
-
-LBL_GeneralOptionsPanel_PortError=Le numero de port doit etre un entier.
-
-LBL_GeneralOptionsPanel_lWebProxy=Param\u00e8tres Proxy\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=&Proxy HTTP\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(par ex. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&t\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=Proxy &HTTPS\:
-
-LBL_AdvancedProxyPanel_lSocksHost=Proxy &SOCKS\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=Aucune machine Pro&xy\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Le Proxy n\u00e9cessite une authentification
-
-LBL_AdvancedProxyPanel_lUserName=&Nom d'utilisateur\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Mot de passe\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Utiliser les m\u00eames p&aram\u00e8tres proxy pour tous les protocoles
-
-LBL_AdvancedProxyPanel_Title=Options Proxy avanc\u00e9es
-LBL_AdvancedProxyPanel_PortError=Le numero de port doit etre un entier.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Utilisez les param\u00e8tres du proxy syst\u00e8me
-GeneralOptionsPanel.lWebBrowser.text=&Navigateur Web\:
-GeneralOptionsPanel.rbNoProxy.text=Aucu&n proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/D
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/D
-
-LBL_WebBrowsersPanel_Title=Navigateurs Web
-LBL_ExternalBrowser_Name=Navigateur Web externe
-WebBrowsersPanel.nameLabel.text=Nom\:
-WebBrowsersPanel.executableLabel.text=Ex\u00e9cutable\:
-WebBrowsersPanel.parametersLabel.text=Param\u00e8tres\:
-WebBrowsersPanel.browseButton.text=Parcourir...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Ajouter...
-WebBrowsersPanel.removeButton.text=Supprimer
-WebBrowsersPanel.browsersLabel.text=Navigateurs Web\:
-GeneralOptionsPanel.editBrowserButton.text=&\u00c9diter...
-GeneralOptionsPanel.editBrowserButton.AD=\u00c9diter les navigateurs web
-GeneralOptionsPanel.editBrowserButton.AN=\u00c9diter les navigateurs web
-WebBrowsers_URL_Hint=Suggestion\: {URL} \= l'URL de la page qui sera charg\u00e9e par le navigateur web
-
-ACS_WebBrowsersList=Liste des navigateurs web disponibles
-ACS_AddWebBrowserButton=Ajouter un nouveau navigateur web
-ACS_RemoveWebBrowserButton=Supprimer le navigateur web s\u00e9lectionn\u00e9
-ACS_BrowserNameField=Nom du navigateur Web
-ACS_BrowserExecutableField=Ex\u00e9cutable du navigateur Web
-ACS_BrowserParametersField=Param\u00e8tres de l'ex\u00e9cutable du navigateur Web
-ACS_BrowseExecutableButton=Rechercher l'ex\u00e9cutable du navigateur web
-WebBrowsersOptionsPanel.browsersLabel.text=&Navigateurs Web\:
-WebBrowsersOptionsPanel.addButton.text=A&jouter...
-WebBrowsersOptionsPanel.removeButton.text=&Supprimer
-WebBrowsersOptionsPanel.nameLabel.text=&Nom\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Navigateurs Web
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Liste des navigateurs
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=Liste des navigateurs Web
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Ajouter un bouton
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Supprimer un bouton
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Nom du navigateur
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Nom du navigateur
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Nom du navigateur
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Navigateurs Web
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Navigateurs Web
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Connexion directe.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, options g\u00e9n\u00e9rales
-
-# Display name for options export
-General.Options.Export.Category.displayName=G\u00e9n\u00e9ralit\u00e9s
-General.Options.Export.displayName=G\u00e9n\u00e9ralit\u00e9s
-Other.Options.Export.displayName=Tous les autres non sp\u00e9cifi\u00e9s
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_fr.properties
deleted file mode 100644
index 27656e0..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_fr.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - IU
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Interface utilisateur de la plateforme
-OpenIDE-Module-Long-Description=Fournit des classes et ressources pour l' interface utilisateur standard de la plateforme et des applications construites au dessus de la plateforme.
-
-Actions=Actions
-Actions/Edit=\u00c9diter
-Actions/Help=Aide
-Actions/System=Syst\u00e8me
-Actions/Tools=Outils
-Actions/View=Afficher
-Actions/Window/SelectDocumentNode=S\u00e9lectionner le document parmi
-Menu=Menu Bar
-Menu/Edit=&Editer
-Menu/File=&Fichier
-Menu/GoTo=&Naviguer
-Menu/Help=A&ide
-Menu/Tools=&Outils
-Menu/View=&Affichage
-Menu/Window/SelectDocumentNode=S\u00e9lectionner le docume&nt parmi
-Services/Browsers=Navigateurs Web
-Templates/Privileged=Privil\u00e9gi\u00e9
-Templates/Recent=R\u00e9cent
-Templates/Services/Browsers=Navigateurs Web
-Toolbars=Barres d'outils
-Toolbars/Clipboard=&Presse-papiers
-Toolbars/UndoRedo=&D\u00e9faire/Refaire
-Toolbars/File=&Fichier
-Toolbars/Memory=&M\u00e9moire
-Toolbars/Standard.xml=Codage
-UI/Services=Options
-
-ProgressDisplayName_FileSystemRefresh=Actualisation en cours des fichiers
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_fr.properties
deleted file mode 100644
index b2d90f4..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_fr.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Start sampling IDE
-SelfSamplerAction_ActionNameStop=Stop sampling and take snapshot
-SelfSamplerAction_ActionDescription=Will take a snapshot based on the thread dump
-SelfSamplerAction_ThreadName=IDE Self Sampler
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=Snapshot was saved to {0}
-Save_Progress=Saving snapshot
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_fr.properties
deleted file mode 100644
index bf73e40..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_fr.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Ouvrir dans le Syst\u00e8me
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_fr.properties
deleted file mode 100644
index aa5015b..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_fr.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=M\u00e9moire physique totale{0}
-
-
-#LOG_WINDOW_ACTIVATED=Fen\u00eatre principale activ\u00e9e, le rafra\u00eechissement a pris {0} ms
-#LOG_WINDOW_DEACTIVATED=Fen\u00eatre principale d\u00e9sactiv\u00e9e
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Checking for external changes
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspendu
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_fr.properties
deleted file mode 100644
index 56a6fd3..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_fr.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Espace de travail uniquement>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_fr.properties
deleted file mode 100644
index 512e93c..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_fr.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&loner le document
-# CloseWindowAction
-CTL_CloseWindowAction=&Fermer la fen\u00eatre
-
-CTL_RecentViewListAction=Aller au document p&r\u00e9c\u00e9dent
-CTL_SwitchToRecentDocumentAction=&\u00c9diteur
-
-CTL_CloseAllDocumentsAction=Fermer &tous les documents
-
-# UndockAction
-CTL_UndockWindowAction=D\u00e9&ancrer la fen\u00eatre 
-CTL_UndockWindowAction_Dock=Ancrer la fen\u00eatre
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Fermer tous les documents
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=R\u00e9duire la fen\u00eatre
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Fermer la fen\u00eatre
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Fermer les autres documents
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Enregistrer le document
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Cloner le document
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Fermer les autres docu&ments
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Agrandir la fen\u00eatre
-CTL_UnmaximizeWindowAction=Restaurer la fen\u00eatre
-
-# DocumentsAction
-CTL_DocumentsAction=&Documents...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=Barre d''ou&tils
-
-# NextTabAction
-CTL_NextTabAction=Onglet Suivant
-# PreviousTabAction
-CTL_PreviousTabAction=Onglet Pr\u00e9c\u00e9dent
-
-CTL_ToggleFullScreenAction=Plein \u00e9cran
-
-# ResetWindowsAction
-CTL_ResetWindows=R\u00e9initialiser la fen\u00eatre
-
-LBL_ToggleWindowTransparencyAction=Fen\u00eatre transparente
-LBL_WindowTransparencyHint=Appuyer et maintenir  la combinaison de touche [Ctrl+ 0]pour reduire la transparence de la fen\u00eatre.
-
-# Properties
-GlobalProperties=P&ropri\u00e9t\u00e9s
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_fr.properties
deleted file mode 100644
index 073b0c6..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_fr.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Apparence
-AdvancedOption_Tooltip_WinSys=Options relatives \u00e0 la fen\u00eatre Syst\u00e8me
-
-IsAlphaFloatingTooltip=Rend semi-transparente les fen\u00eatres hors focus flottantes apr\u00e8s quelques secondes
-
-IsDragWindowTooltip=Active l'image "fant\u00f4me" de la fen\u00eatre lors du glisser-d\u00e9poser d'une fen\u00eatre
-IsAlphaDragTooltip=Active la transparence de l'image de la fen\u00eatre lors du glissement
-
-IsSnapScreenEdgesTooltip=Active l''ancrage des fen\u00eatres flottantes aux bords de l''\u00e9cran
-IsSnappingTooltip=Active l''ancrage automatique des fen\u00eatres flottantes pour une gestion de disposition plus facile
-
-NoAlphaSupport=La transparence de fen\u00eatre n''est pas prise en charge par le syst\u00e8me d'exploitation
-LBL_DragWindowImage=Image de la fen\u00eatre lors du glissement
-LBL_TransparentDragWindow=Image de la fen\u00eatre lors du glissement transparente
-LBL_TransparentFloatingWindows=Fen\u00eatres flottantes transparentes
-LBL_SnapFloatingWindows=Ancrage des fen\u00eatres flottantes
-LBL_SnapToScreenEdges=Ancrer aux bords de l''\u00e9cran
-LBL_CloseActivatesRecentDocument=Ferme l'activation du document le plus r\u00e9cent
-TIP_CloseActivatesMostRecentDocument=D\u00e8s qu''un document est ferm\u00e9 le document le plus r\u00e9cent devient actif \u00e0 sa place
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=D\u00e8s qu'"un document est ferm\u00e9 le document le plus r\u00e9cent devient actif 
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_fr.properties
deleted file mode 100644
index a0bdf5e..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_fr.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Impossible d''analyser la configuration du gestionnaire de fen\u00eatre {0}
-EXC_GroupParse=Impossible d''analyser la configuration du groupe {0}.
-EXC_TCGroupParse=Impossible d''analyser la configuration du TCGroup {0}.
-EXC_TCRefParse=Impossible d''analyser la configuration de CRef {0}.
-EXC_ModeParse=Impossible d''analyser la configuration du mode {0}.
-
-# PersistenceManager
-EXC_RootFolder=Impossible de cr\u00e9er le dossier racine {0}
-EXC_CompsFolder=Impossible de cr\u00e9er le dossier de composants {0}
-EXC_GroupsFolder=Impossible de cr\u00e9er le dossier de groupes {0}
-EXC_ModesFolder=Impossible de cr\u00e9er le dossier de modes {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Composant sup\u00e9rieur {0} n'a pas pu \u00eatre localis\u00e9 ou charg\u00e9 \u00e0 partir du dossier 'Composants'.
-EXC_CannotSaveTCSettings=Les param\u00e8tres du composant sup\u00e9rieur {0} n'ont pas pu \u00eatre enregistr\u00e9s
-EXC_CopyFails=Impossible de copier le fichier de param\u00e8tres du composant vers le dossier {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Le composant {0} n'a pas pu \u00eatre enregistr\u00e9 \u00e0 cause de probl\u00e8mes avec sa s\u00e9rialisation.
-FMT_TCReadError=Le composant {0} n'a pas pu \u00eatre ouvert \u00e0 cause de probl\u00e8mes avec sa des\u00e9rialisation.
-
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_fr.properties
deleted file mode 100644
index aa369d5..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_fr.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Noyau - Fen\u00eatres
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Impl\u00e9mentation de la prise en charge du multifen\u00eatrage.
-OpenIDE-Module-Long-Description=Ajoute les classes d''impl\u00e9mentation de la partie syst\u00e8me de multifen\u00eatrage des APIs.
-
-Actions/Window=Fen\u00eatre
-Menu/Window=&Fen\u00eatre
-
-# Options export
-Toolbars.Options.Export.displayName=Barres d'outils
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_fr.properties
deleted file mode 100644
index 4d434a3..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_fr.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Annuler
-CloseButton=Fermer
-# HelpButton=Help
-YesButton=Oui
-NoButton=Non
-# ApplyButton=Apply
-DetailsButton=D\u00e9tails
-# ButtoBarButoo
-CTL_Button=Bouton
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Annuler
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Annuler
-ACSD_FileSelectorDialog=Bo\u00eete de dialogue de s\u00e9lection de fichiers
-ACSN_FileSelectorTreeView=Vue de l''arborescence
-ACSD_FileSelectorTreeView=Vue de l''arborescence dans le s\u00e9lecteur de fichiers
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Bo\u00eete de dialogue du personnaliseur
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Fermer
-CANCEL_OPTION_CAPTION=Annuler
-HELP_OPTION_CAPTION=A&ide
-NO_OPTION_CAPTION=Non
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Oui
-ACS_YES_OPTION_NAME=Oui
-ACS_YES_OPTION_DESC=Bouton Oui
-# - {0} message
-ACSD_ErrorMessage=Erreur: {0}
-ACSD_WarningMessage=Avertissement: {0}
-ACSD_QuestionMessage=Question {0}
-ACSD_InformationMessage=Information {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Annuler
-ACS_CANCEL_OPTION_DESC=Bouton Annuler
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=Bouton Ok
-
-ACS_NO_OPTION_NAME=Non
-ACS_NO_OPTION_DESC=Bouton Non
-
-ACS_HELP_OPTION_NAME=Aide
-ACS_HELP_OPTION_DESC=Bouton Aide
-
-ACS_CLOSED_OPTION_NAME=Fermer
-ACS_CLOSED_OPTION_DESC=Bouton Fermer
-
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_fr.properties
deleted file mode 100644
index e3c0244..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_fr.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=\u00c9diteur
-
-# MainWindow
-ACSD_MainWindow=Fen\u00eatre principale
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documents:
-LBL_Description=Descri&ption:
-LBL_Activate=Changer de document
-LBL_CloseDocuments=Fermer le(s) document(s)
-LBL_SaveDocuments=Enregi&strer le(s) Documents(s)
-LBL_Close=&Fermer
-
-ACSD_Activate=N/D
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/D
-
-CTL_DocumentsTitle=Documents
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - \u00c9diteur
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Propri\u00e9t\u00e9s
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#Aucune propri\u00e9t\u00e9|1#{1} - Propri\u00e9t\u00e9s|2#Plusieurs objets - Propri\u00e9t\u00e9s}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Propri\u00e9t\u00e9s|1#{1} - Propri\u00e9t\u00e9s|2#Plusieurs objets - Propri\u00e9t\u00e9s}
-ACSN_PropertiesSheet=Feuille de propri\u00e9t\u00e9s
-ACSD_PropertiesSheet=Affiche les propri\u00e9t\u00e9s d'un noeud sp\u00e9cifique.
-EXC_CannotLoadNodes=Les noeuds ne peuvent \u00eatre charg\u00e9s dans la feuille de propri\u00e9t\u00e9s. Ils n' existent probablement plus.
-
diff --git a/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_fr.properties
deleted file mode 100644
index e4d7e79..0000000
--- a/l10n/src/fr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_fr.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=Petites ic\u00f4nes de la barre d''outils
-
-# ToolbarLayout
-EXC_wrongConstraints=Impossible de l''ajouter \u00e0 la mise en page : n''utilise pas ToolbarConstraints
-
-CTL_CustomizeToolbars=&Personnalise...
-
-#New Toolbar Button label
-CTL_NewToolbar=&Nouvelle barre d''outils...
-
-#Small Icons Checkbox
-CTL_SmallIcons=Petites ic\u00f4nes de la barre d''outils
-
-#Drag and Drop hint
-CTL_TreeLabel=Glisser les \u00e9l\u00e9ments vers ou de la barre d''outils pour les ajouter ou les enlever...
-
-LBL_PleaseWait=Patientez s''il vous plait...
-
-#Close customizer button
-CTL_Close=&Fermer
-
-#Customizer dialog window title
-CustomizerTitle=Personnaliser la barre d''outils
-
-ACSD_ActionsTree=Glisser les \u00e9l\u00e9ments d''ici vers la barre d''outils.
-ACSN_ActionsTree=Pool d''actions
-
-ACSN_ActionsScrollBar=Barre de d\u00e9filement du pool d''actions
-ACSD_ActionsScrollBar=Barre de d\u00e9filement du pool d''actions
-
-ACSD_ToolbarCustomizer=Personnaliseur de la barre d''outils
-
-ACSD_Close=Bouton Fermer
-ACSD_NewToolbar=Bouton Nouvelle barre d''outils
-
-ACSD_SmallIcons=Case \u00e0 cocher Petites ic\u00f4nes
-
-CTL_ResetToolbarsAction=R\u00e9initialiser les barres d'ou&tils
-CTL_ResetToolbarsButton=R\u00e9initialiser les barres d'ou&tils
-
-
-
-PROP_newToolbarLabel=&Nom:
-PROP_newToolbarDialog=Nouvelle barre d''outils
-PROP_newToolbar=Barre d''outils
-MSG_ToolbarExists=La barre d''outils {0} existe d\u00e9j\u00e0.
-
-
diff --git a/l10n/src/fr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_fr.properties
deleted file mode 100644
index 6c1a43f..0000000
--- a/l10n/src/fr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_fr.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=La taille ne peut \u00eatre n\u00e9gative
-CTL_InvalidValue=Valeur entr\u00e9e non valide
-CTL_InvalidValueWithParam=Valeur entr\u00e9e {0} non valide
-CTL_InvalidValueWithExc=Valeur entr\u00e9e non valide. \nRaison: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=La valeur de {0} devrait suivre le format suivant {1}
-
-#ColorEditor
-CTL_AWTPalette=Palette AWT
-CTL_SwingPalette=Palette Swing
-CTL_SystemPalette=Palette syst\u00e8me
-ACSD_CustomColorEditor=N/D
-FMT_IllegalEntry="{0}" n'est pas un identifiant de couleur valide.  Vous devez saisir des constantes Swing ou AWT ou des valeurs RGB.
-
-# ColorEditor:AWT color names
-LAB_White=blanc
-LAB_LightGray=gris clair
-LAB_Gray=gris
-LAB_DarkGray=gris fonc\u00e9
-LAB_Black=noir
-LAB_Red=rouge
-LAB_Pink=rose
-LAB_Orange=orange
-LAB_Yellow=jaune
-LAB_Green=vert
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=bleu
-# ColorEditor: system color names
-LAB_ActiveCaption=L\u00e9gende active
-LAB_ActiveCaptionBorder=Bordure de l\u00e9gende active
-LAB_ActiveCaptionText=Texte de l\u00e9gende active
-LAB_Control=Contr\u00f4le
-LAB_ControlDkShadow=Ombrage fonc\u00e9 du contr\u00f4le
-LAB_ControlHighlight=Mise en surbrillance du contr\u00f4le
-LAB_ControlLtHighlight=Mise en surbrillance claire du contr\u00f4le
-LAB_ControlShadow=Ombrage du contr\u00f4le
-LAB_ControlText=Texte du contr\u00f4le
-LAB_Desktop=Bureau
-LAB_InactiveCaption=L\u00e9gende inactive
-LAB_InactiveCaptionBorder=Bordure de l\u00e9gende inactive
-LAB_InactiveCaptionText=Texte de l\u00e9gende inactive
-LAB_Info=Infos
-LAB_InfoText=Texte des infos
-LAB_Menu=Texte du menu
-LAB_MenuText=Texte du menu
-LAB_Scrollbar=Barre de d\u00e9filement.
-LAB_Text=Texte
-LAB_TextHighlight=Mise en surbrillance du texte
-LAB_TextHighlightText=Texte de mise en surbrillance du texte
-LAB_TextInactiveText=Texte inactif du texte
-LAB_TextText=Texte du texte
-LAB_Window=Fen\u00eatre
-LAB_WindowBorder=Bordure de la fen\u00eatre
-LAB_WindowText=Texte de la fen\u00eatre
-
-#DimensionCustomEditor
-CTL_Dimension=Dimension
-CTL_Width=Lar&geur\u00a0:
-CTL_Height=&Hauteur\u00a0:
-ACSD_CTL_Width=N/D
-ACSD_CTL_Height=N/A
-ACSD_DimensionCustomEditor=N/D
-
-#DimensionEditor
-CTL_HintFormat=[largeur,hauteur]
-
-#FontEditor
-CTL_Plain=Simple
-CTL_Bold=Gras
-CTL_Italic=Italique
-CTL_BoldItalic=Gras italique
-CTL_Font=P&olice\u00a0:
-CTL_FontStyle=Style de la police :
-CTL_Size=&Taille\u00a0:
-CTL_Preview=Aper\u00e7u
-ACSD_CTL_Font=N/D
-ACSD_CTL_FontStyle=N/A
-ACSD_CTL_Size=N/A
-ACSD_FontCustomEditor=N/D
-
-#InsetsCustomEditor
-CTL_Insets=Insets
-CTL_Top=&Haut
-CTL_Left=&Gauche
-CTL_Bottom=&Bas
-CTL_Right=&Droite
-ACSD_CTL_Top=N/D
-ACSD_CTL_Left=N/A
-ACSD_CTL_Bottom=N/A
-ACSD_CTL_Right=N/D
-
-#InsetsEditor
-CTL_HintFormatIE=[haut,gauche,bas,droite]
-
-# ObjectEditor
-CTL_NullValue=<Recherche de la valeur null>
-CTL_NullItem=<Recherche de l'\u00e9l\u00e9ment null>
-
-#PointCustomEditor
-CTL_Point=Point
-CTL_X=&X :
-ACSD_CTL_X=N/D
-CTL_Y=&Y :
-ACSD_CTL_Y=N/D
-ACSD_PointCustomEditor=N/D
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rectangle
-ACSD_CustomRectangleEditor=N/D
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,largeur,hauteur]
-
-#StringCustomEditor
-ACS_TextArea=Texte\u00a0
-ACSD_TextArea=Saisissez ici le texte de la propri\u00e9t\u00e9
-ACSD_CustomStringEditor=\u00c9diteur des propri\u00e9t\u00e9s des cha\u00eenes de caract\u00e8res
-ACS_Instructions=Instructions
-ACSD_Instructions=N/D
-
-MSG_FontIsNotInitialized=\u00c9chec du stockage en XML, car la valeur de la police n'est pas initialis\u00e9e.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=S\u00e9lection d'un fichier ou d'un r\u00e9pertoire
-CTL_DialogTitleFiles=S\u00e9lection d'un fichier
-CTL_DialogTitleDirs=S\u00e9lection d'un r\u00e9pertoire
-ACSD_FileEditor=N/D
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<non sp\u00e9cifi\u00e9>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Propri\u00e9t\u00e9s
-ACSD_PropertiesEditorPane=N/D
-ACSD_CustomPropertiesEditor=N/D
-WARN_PropertiesComments=Avertissement: les commentaires seront perdus.
-
-#StringArrayCustomEditor
-CTL_Empty=<vide>
-CTL_Item=\u00c9l\u00e9&ment\u00a0:
-ACSD_CTL_Item=N/D
-CTL_ItemList=&Liste des \u00e9l\u00e9ments
-ACSD_CTL_ItemList=N/D
-CTL_Add_StringArrayCustomEditor=&Ajouter
-ACSD_CTL_Add_StringArrayCustomEditor=N/D
-CTL_Change_StringArrayCustomEditor=&\u00c9diter
-ACSD_CTL_Change_StringArrayCustomEditor=N/D
-CTL_Remove=Supp&rimer
-ACSD_CTL_Remove=N/D
-CTL_MoveUp=Vers le ha&ut
-ACSD_CTL_MoveUp=N/D
-CTL_MoveDown=Vers le bas
-ACSD_CTL_MoveDown=N/D
-ACSD_StringArrayCustomEditor=N/D
-
-#Bool/BooleanEditor
-TRUE=vrai
-FALSE=faux
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=La valeur d'entr\u00e9e n'est pas un entier : 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=kmsgey de cha\u00eene non autoris\u00e9 "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - les valeurs valides sont : "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Classe inconnue : {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Valeur non autoris\u00e9e : {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=URL non reconnu : {0}
-#
-MSG_NULL_OR_EMPTY=Valeur null ou tableau vide
-
-#ObjectEditor
-ACSN_ObjectTree=Options disponibles
-ACSD_ObjectTree=S\u00e9lectionner un objet
-
-#Font Editor
-MSG_AppleBug=Si vous voyez ce message, alors une erreur s'est produite lors de l'initialisation de la liste des polices disponibles.  Ceci est d\u00fb \u00e0 un bug dans la JVM d' Apple, d\u00e9clench\u00e9 lorsque des polices bitmap sont install\u00e9es dans le syst\u00e8me.  Pour utiliser l' \u00e9diteur de polices, il vous faudra d\u00e9sinstaller toutes celles bitmap install\u00e9es dans votre syst\u00e8me.  Voir Apple BugReporter issue 3121780 pour plus de details.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/fr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_fr.properties
deleted file mode 100644
index a779879..0000000
--- a/l10n/src/fr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_fr.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Noyau
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Structure de base des applications NetBeans.
-OpenIDE-Module-Long-Description=Ce module fournit l' infrastructure centrale qui permet aux applications reposant sur la plateforme Netbeans de s' ex\u00e9cuter. Ne peut \u00eatre d\u00e9sactiv\u00e9.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=Une exception {0}  est survenue.\n\tCliquez Montrer les d\u00e9tails ou consultez le fichier messages.log situ\u00e9 dans votre r\u00e9pertoire {1}.
-NTF_ExceptionalExceptionTitle=Exception inattendue
-# {0} - class name of exception
-NTF_ExceptionWarning=Une exception {0}  est survenue.\nLe syst\u00e8me devrait toutefois continuer \u00e0 fonctionner sans probl\u00e8mes ult\u00e9rieurs.Cliquez Montrez les d\u00e9tails pour voir la pile de traces.
-NTF_ExceptionWarningTitle=Avertissement
-
-#startup info messages
-MSG_MainWindowInit=Initialisation de la fen\u00eatre principale...
-MSG_WindowShowInit=Ouverture de la fen\u00eatre principale...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Enregistrement de {0}...
-MSG_AllSaved=Enregistrement termin\u00e9.
-
-CTL_Cannot_save=Impossible d''enregistrer {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Site prot\u00e9g\u00e9 par un mot de passe
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=Afficher par :
-ShortcutsEditor.actionsButton.text=Actions
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Raccourcis
-ShortcutsEditor.shortcutsButton.text_Mnemonic=P
-ShortcutsPanel.shortcutTextArea.text=Pour \u00e9diter les raccourcis d'une action, s\u00e9lectionnez Afficher par actions
-ShortcutsPanel.addButton.text=Ajouter...
-ShortcutsPanel.removeButton.text=Supprimer
-ShortcutsPanel.AddActionTitle=Nouveau raccourci
-ActionsPanel.shortcutAddButton.text=Ajouter...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Supprimer
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=e
-ActionsPanel.ShortcutsTitle=\u00c9diter les raccourcis
-ActionsPanel.AddShortcut=Ajouter un raccourci
-ActionsPanel.ShortcutLabel=Raccourci:
-ActionsPanel.ShortcutLabel_Mnemonic=P
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Pour \u00e9diter les raccourcis d'une action, s\u00e9lectionnez Afficher par actions
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Pour \u00e9diter les raccourcis d'une action, s\u00e9lectionnez Afficher par actions
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=S\u00e9lectionnez Afficher par raccourcis. Pour \u00e9diter les raccourcis, s\u00e9lectionnez Afficher par actions.
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Ajouter des raccourcis pour les actions
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Supprimer des raccourcis pour les actions
-ACSN_ShortcutsPanel.shortcutsList=Liste des raccourcis
-ACSD_ShortcutsPanel.shortcutsList=N/D
-ACS_ActionsPanel.ShortcutLabel.a11yName=Remplir le raccourci
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Remplit le raccourci par combinaison de touches
-ACSN_ActionsPanel.actionsTree=N/D
-ACSN_ActionsPanel.shortcutsList=Liste des raccourcis
-ACSD_ActionsPanel.actionsTree=N/D
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/D
-ACSD_ActionsPanel.Dialog=Ajout d'un raccourci pour l'action s\u00e9lectionn\u00e9e
-ACS_ActionsPanel=N/D
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=Il y a d\u00e9j\u00e0 une action associ\u00e9e \u00e0 ce raccourci ({0}).\nVoulez-vous utiliser l'action nouvellement s\u00e9lectionn\u00e9e \u00e0 la place?
-
-CTL_ExitTitle=Enregistrer
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Enregistrer
-ACSD_Save=Enregistrer.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=&Tout enregistrer
-ACSD_SaveAll=Tout enregistrer.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Tout rejeter
-ACSD_DiscardAll=Tout rejeter.
-EXC_Save=Une exception s'est produite lors de l'enregistrement
-# NotifyException
-CTL_Title_Exception= d'exception
-CTL_NextException=Suiva&nt >
-CTL_PreviousException=< &Pr\u00e9c\u00e9dente
-CTL_Exception_Hide_Details=Masquer les d\u00e9tails
-CTL_Exception_Show_Details=Afficher le&s d\u00e9tails
-ACSD_NextException=N/D
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/D
-
-ACSN_ListOfChangedFiles=Liste
-ACSD_ListOfChangedFiles=Liste des fichiers modifi\u00e9s \u00e0 enregistrer
-ACSD_ExitDialog=Bo\u00eete de dialogue d'enregistrement des modifications
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=Mode SDI
-CTL_MdiMode=Mode MDI
-
-# NbPlaces
-CTL_NoWorkspaces=Aucun espace de travail
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/D
-ACD_NotifyExcPanel_Dialog=N/D
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT Event Dispatch Thread bloqu\u00e9 pour {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Authentification requise
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=Nom d'&utilisateur\u00a0:
-NbAuthenticatorPanel.passwordLbl.text=&Mot de passe\u00a0:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Mot de passe de {0}
-
-ProxySettings.password.description=Proxy password
-
-Title_WebBrowser=Navigateur Web
-
diff --git a/l10n/src/fr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_fr.properties
deleted file mode 100644
index b4fd25a..0000000
--- a/l10n/src/fr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_fr.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=\u00c0 &propos de
-About_title=\u00c0 propos de
-
-#CopyProductInfoAction
-CopyProductInfo=Copier les informations
-CopyProductInfoAction=&Copier les informations
-CTL_CopyButton_tooltip=Copier les informations produit de NetBeans dans le presse-papiers
-
-#HtmlViewAction
-CTL_OpeningBrowser=Ouverture du navigateur...
-HTMLView=&Navigateur Web
-
-#SystemExit
-Exit=&Fermeture
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Vue interne suivante
-LBL_PreviousViewCallbackAction=Vue interne pr\u00e9c\u00e9dente
-
-# jump next/prev actions
-JumpNextAction=Erreur sui&vante
-JumpPrevAction=Erreur &pr\u00e9c\u00e9dente
-
-#LogAction
-MSG_LogTab_name=&Log IDE
-MSG_ShortLogTab_name=Log IDE
-
diff --git a/l10n/src/fr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_fr.properties
deleted file mode 100644
index 31a4797..0000000
--- a/l10n/src/fr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_fr.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Version du produit\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>Syst\u00e8me\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>R\u00e9pertoire utilisateur:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">L'EDI NetBeans et la plate-forme NetBeans sont bas\u00e9s sur du code de netbeans.org, fourni sous une double licence, Common Development and Distribution License (CDDL) et GNU General Public License version 2 with Classpath exception. Pour plus d'information, visitez <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} version {1} en cours d'ex\u00e9cution sur {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Navigateur HTML simple bas\u00e9 sur un composant Swing
-MSG_cannot_create_browser=Impossible de cr\u00e9er le navigateur HTML Swing.
-Services/Browsers/SwingBrowser.settings=Navigateur HTML Swing
-LBL_Close=Fermer
-MNE_Close=C
-ACSN_Close=Fermer
-ACSD_Close=Fermer
-
diff --git a/l10n/src/fr/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_fr.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/fr/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_fr.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/fr/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_fr.properties
deleted file mode 100644
index 1b79f10..0000000
--- a/l10n/src/fr/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_fr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Biblioth\u00e8ques
-OpenIDE-Module-Short-Description=Int\u00e8gre la biblioth\u00e8que JNA
-OpenIDE-Module-Long-Description=Ce module int\u00e8gre la biblioth\u00e8que JNA.
-
diff --git a/l10n/src/fr/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_fr.properties
deleted file mode 100644
index 201931f..0000000
--- a/l10n/src/fr/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_fr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Int\u00e9gration de l''API de scripting
-OpenIDE-Module-Display-Category=Biblioth\u00e8ques
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). No longer needed.
-OpenIDE-Module-Deprecation-Message=No longer needed on JDK 6. Remove your dependency on this module.
-
diff --git a/l10n/src/fr/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_fr.properties
deleted file mode 100644
index debc943..0000000
--- a/l10n/src/fr/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_fr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Biblioth\u00e8ques
-OpenIDE-Module-Short-Description=Bundle la biblioth\u00e8que de test JUnit 4.x .
-OpenIDE-Module-Long-Description=Int\u00e8gre la biblioth\u00e8que de test JUnit 4.x .
-
diff --git a/l10n/src/fr/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_fr.properties
deleted file mode 100644
index d0acda0..0000000
--- a/l10n/src/fr/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_fr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi Specification
-
diff --git a/l10n/src/fr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_fr.properties
deleted file mode 100644
index 3a97dee..0000000
--- a/l10n/src/fr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_fr.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Recherche rapide
-QuickSearchComboBar.jLabel2.toolTipText=Cliquer  ou appuyer sur  MAJ+F10 pour s\u00e9lectionner une cat\u00e9gorie
-MSG_DiscoverabilityHint=Rechercher
-MSG_DiscoverabilityHint2=Rechercher dans  {0}
-LBL_MoreResults=...
-LBL_AllCategories=Toutes les cat\u00e9gories
-QuickSearchPopup.searchingLabel.text=Recherche ...
-QuickSearchPopup.noResultsLabel.text=( Aucun r\u00e9sultat )
-QuickSearchPopup.hintLabel.text={0}; Appuyer {1} pour Toutes les Cat\u00e9gories
-AbstractQuickSearchComboBar.command.toolTipText=Recherche rapide dans le syst\u00e8me {0}
-
diff --git a/l10n/src/fr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_fr.properties
deleted file mode 100644
index 6f2d646..0000000
--- a/l10n/src/fr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_fr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Impossible d''afficher l''URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/fr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_fr.properties
deleted file mode 100644
index b48687a..0000000
--- a/l10n/src/fr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_fr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=API de recherche rapide
-OpenIDE-Module-Short-Description=Infrastructure pour recherche rapide dans le menu, actions, fichiers, etc.
-QuickSearch/Recent=Recherches r\u00e9centes
-
diff --git a/l10n/src/fr/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_fr.properties
deleted file mode 100644
index db7c85c..0000000
--- a/l10n/src/fr/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_fr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=Aucun filtre
-
diff --git a/l10n/src/fr/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_fr.properties
deleted file mode 100644
index 46c863d..0000000
--- a/l10n/src/fr/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_fr.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=ETable et Outline
-
diff --git a/l10n/src/fr/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_fr.properties
deleted file mode 100644
index 5d39b09..0000000
--- a/l10n/src/fr/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_fr.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Biblioth\u00e8que de personnalisation de l'apparence
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=G\u00e8re les personnalisations UIManager relatives \u00e0 l'apparence pour NetBeans
-OpenIDE-Module-Long-Description=D\u00e9finit les valeurs sp\u00e9cifiques \u00e0 NetBeans n\u00e9cessaires au UIManager et assure que certaines valeurs disponibles dans BasicLookAndFeel le sont pour toutes les apparences. G\u00e8re le support pour le th\u00e8me metal, la s\u00e9lection d'apparence et l'initialisation des tailles de fontes personnalis\u00e9es.
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/fr/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_fr.properties
deleted file mode 100644
index ff97db4..0000000
--- a/l10n/src/fr/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_fr.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=Avertiseement: En raison du bug 5079742 de la  JDK, les polices ne s'afficheront pas correctement dans NetBeans. Installez JDK 1.5.0_02 or une version plus r\u00e9cente, plus de d\u00e9tails sur http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
-
diff --git a/l10n/src/fr/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_fr.properties
deleted file mode 100644
index 79fda9d..0000000
--- a/l10n/src/fr/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_fr.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Contr\u00f4le de l'onglet
-OpenIDE-Module-Display-Category=Biblioth\u00e8ques
-OpenIDE-Module-Short-Description=Contr\u00f4le de l'onglet utilis\u00e9 par le syst\u00e8me de multifen\u00eatrage
-OpenIDE-Module-Long-Description=Biblioth\u00e8que de beans des contr\u00f4les d'onglet du syst\u00e8me de multifen\u00eatrage NetBeans
-
-
-
-ACS_TabbedContainer=Contr\u00f4le de l'onglet
-ACSD_TabbedContainer=Contr\u00f4le permettant de passer d'un onglet \u00e0 l'autre.
-
-TT_TabDisplayer_Close=<html>Shift + clic pour fermer tous les documents<br>Alt + clic pour fermer les autres documents
-
diff --git a/l10n/src/fr/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_fr.properties b/l10n/src/fr/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_fr.properties
deleted file mode 100644
index cdaffc0..0000000
--- a/l10n/src/fr/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_fr.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Afficher la liste des documents ouverts
-
-Tip_Restore_Window=Restaurer la fen\u00eatre
-
-Tip_Maximize_Window=Agrandir la fen\u00eatre
-
-Tip_Minimize_Window=R\u00e9duire la fen\u00eatre
-
-Tip_Pin=Pin
-
-Tip_Close_Window=Fermer la fen\u00eatre
-
-Tip_Scroll_Documents_Right=D\u00e9filer vers la droite
-
-Tip_Scroll_Documents_Left=D\u00e9filer vers la gauche
-
diff --git a/l10n/src/fr/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_fr.properties
deleted file mode 100644
index 2dc5a5a..0000000
--- a/l10n/src/fr/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_fr.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API d'actions
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=D\u00e9finition d'actions communes \u00e0 NetBeans
-OpenIDE-Module-Long-Description=Fournit une liste des actions communes utilis\u00e9es dans toutes les applications NetBeans.
-
-
-New=&Ajouter
-# {0} name of the only one new type
-NewArg=&Ajouter {0}
-
-# File
-NewFromTemplate=Nou&veau
-Save=&Enregistrer
-Print=Im&primer...
-PageSetup=Mise en pa&ge...
-
-#0 undoableedit
-UndoWithParameter=Ann&uler {0}
-#0 undoableedit
-RedoWithParameter=&R\u00e9tablir {0}
-UndoSimple=&Annuler
-RedoSimple=&R\u00e9tablir
-Cut=C&ouper
-Copy=Cop&ier
-Paste=Co&ller
-Delete=Supprimer
-Find=&Rechercher...
-Goto=Aller \u00e0 la li&gne...
-Replace=R&emplacer...
-
-# View
-Properties=&Propri\u00e9t\u00e9s
-View=Afficher
-Edit=\u00c9diter
-
-# Build
-Execute=&Ex\u00e9cuter
-
-# Window
-DockWindow=&Ancrer la vue
-UndockWindow=D\u00e9tacher la v&ue
-CloneView=&Cloner la vue
-CloseView=Fermer
-NextTab=Vue suiva&nte
-PreviousTab=Vue &pr\u00e9c\u00e9dente
-
-Open=Ouvrir
-Rename=Renommer...
-
-MoveUp=D\u00e9placer vers le haut
-MoveDown=D\u00e9placer vers le bas
-
-
-Customize=Personnaliser
-
-#rename action
-CTL_RenameTitle=Renommer
-CTL_RenameLabel=&Nouveau nom:
-# {0} param represents old name before renaming.
-MSG_BadFormat=Impossible de renommer l''objet {0} en {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Collecte d' objets non utilis\u00e9s en m\u00e9moire
-
-#HeapView
-LBL_ShowText=Afficher le texte
-LBL_DropShadow=Supprimer l'ombrage
-LBL_OverlayGrid=Superposer la grille
-
-# NewTemplateAction
-CTL_NewName=Nouveau nom
-CTL_NewNameTitle=Nou&veau
-
-
-#Reorder Action
-Reorder=Modifier l'ordre...
-
-OpenLocalExplorer=Explorer \u00e0 partir de &ce point
-
-WorkspacesItems=&Espaces de travail
-
-
-# name of template
-CTL_Template_Name=&Nom de l'objet :
-# title of dialog
-CTL_Template_Dialog_Title=Instancier le mod\u00e8le
-CTL_Template_Dialog_RootTitle=Enreg&istrer dans :
-
-
-# Tools action
-CTL_Tools=Outils
-CTL_EmptySubMenu=Vide
-
-
-# name of the PopupAction
-Popup=Menu contextuel
-
-#SaveAction
-MSG_saved={0} enregistr\u00e9(e).
-EXC_notsaved=Des erreurs sont survenues lors de l''enregistrement de {0}\nCause:\n{1}\
-#Template wizard title
-CTL_TemplateWizard=Nouveau \u00e0 partir du mod\u00e8le
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Cliquez ici pour forcer l'action Garbage collection
-
-
diff --git a/l10n/src/fr/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_fr.properties
deleted file mode 100644
index 75fe80a..0000000
--- a/l10n/src/fr/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_fr.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API des utilitaires d'interface utilisateur
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Utilitaires d'interface utilisateur.
-OpenIDE-Module-Long-Description=M\u00e9thodes auxiliaires relatives \u00e0 diverses t\u00e2ches d'interface utilisateur.
-
-
-
-#MenuBar
-EXC_LoadMenu=Impossible de charger le menu {0}
-EXC_LoadMenuItem=Impossible de charger l'option de menu {0}
-
-#HtmlBrowser
-CTL_Back=Pr\u00e9c\u00e9dent
-CTL_Forward=Suivant
-CTL_Reload=Recharger
-CTL_Stop=Arr\u00eater
-CTL_Document_done=Document : termin\u00e9.
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Chargement
-EXC_Module=Exception lors de l'initialisation du module du navigateur HTML
-CTL_WebBrowser=Navigateur Web
-HINT_WebBrowser=Navigateur Web
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Vue du navigateur
-ACSD_HtmlBrowser=N/D
-ACS_HtmlBrowser_Location=Emplacement
-ACSD_HtmlBrowser_Location=N/D
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Horizontal
-SplittedPanelSwap=Inverser les panneaux
-ResetSplitter=Red\u00e9finir la ligne de s\u00e9paration
-ACS_SplittedPanel_Name=Premier panneau {0}. Deuxi\u00e8me panneau {1}.
-ACS_SplittedPanel_Description=Premier panneau {0}. Deuxi\u00e8me panneau {1}.
-ACS_SplittedPanel_EmptySplitter=N/D
-ACSD_SplittedPanel_EmptySplitter=N/D
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/D
-#Title while loading
-LBL_Loading=Chargement en cours...
-#Title if html doesn't contain title tags
-LBL_Untitled=Sans titre
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=H\u00f4te inconnu : {0}
-FMT_InvalidURL=URL non valide\u00a0 {0}
-FMT_NoRouteToHost=Aucune route sp\u00e9cifi\u00e9e vers l'h\u00f4te : {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Appeler {4} implement\u00e9 comme {3} \u00e0 travers {1}
-
-
-# action and their performers
-Open=Ouvrir
-Edit=\u00c9diter
-Print=Im&primer...
-View=Vue
-Close=Fermer
-
diff --git a/l10n/src/fr/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_fr.properties
deleted file mode 100644
index 90a2f76..0000000
--- a/l10n/src/fr/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_fr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de compatibilit\u00e9
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Classes anciennes d\u00e9sormais d\u00e9pr\u00e9ci\u00e9es.
-OpenIDE-Module-Long-Description=Contient certaines anciennes classes d' API d\u00e9sormais d\u00e9pr\u00e9ci\u00e9es et qui peuvent \u00eatre remplac\u00e9es. Notamment: ExplorerActions; ExplorerPanel; HttpServer; et WeakListener.
-OpenIDE-Module-Deprecation-Message=Les classes de cette API sont toutes d\u00e9pr\u00e9ci\u00e9es et peuvent \u00eatre remplac\u00e9es par des API plus r\u00e9centes.
-
diff --git a/l10n/src/fr/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_fr.properties
deleted file mode 100644
index 13b509c..0000000
--- a/l10n/src/fr/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_fr.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API des bo\u00eetes de dialogue
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=G\u00e8re les bo\u00eetes de dialogue et les assistants.
-OpenIDE-Module-Long-Description=Ce module g\u00e8re l'infrastructure des bo\u00eetes de dialogue et des assistants utilis\u00e9s dans NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Erreur
-NTF_ExceptionTitle= Exception
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=Une exception {0} s''est produite.\nVeuillez signaler ceci \u00e0 http://www.netbeans.org/issues.html, en incluant une copie de votre fichier messages.log.\nLe fichier messages.log se trouve dans le r\u00e9pertoire {1}.
-NTF_ExceptionalExceptionTitle=Exception inattendue
-NTF_PlainTitle=Message
-NTF_QuestionTitle=Question
-NTF_InformationTitle=Informations
-NTF_WarningTitle=Avertissement
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Options d'alignement
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Oui
-CTL_NO=Non
-CTL_CLOSE=Fermer
-
-CTL_CANCEL=Annuler
-ACSD_CANCEL=n/a
-
-CTL_NEXT=Suivant >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Passe \u00e0 l'\u00e9tape suivante.|2#Etape suivante step: {0}. {1}}
-
-CTL_PREVIOUS=< &Pr\u00e9c\u00e9dent
-CTL_PREVIOUS_Mnemonic=P
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Retourne \u00e0 l'\u00e9tape pr\u00e9c\u00e9dente.|0#Etape pr\u00e9c\u00e9dente: {0}. {1}}
-
-CTL_FINISH=&Terminer
-ACSD_FINISH=n/d
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Ligne de saisie
-ACSD_InputField=N/D
-ACN_NotifyDescriptor_MessageJTextArea=N/A
-ACD_NotifyDescriptor_MessageJTextArea=N/D
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName=Assistant {0} ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} sur {1}
-CTL_ContentName=\u00c9tapes
-CTL_HelpName=Aide
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Veuillez patienter.
-
diff --git a/l10n/src/fr/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_fr.properties
deleted file mode 100644
index 1c70eb5..0000000
--- a/l10n/src/fr/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_fr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API d'ex\u00e9cution
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API d'ex\u00e9cution provenant des API Open..
-OpenIDE-Module-Long-Description=Comprend des \u00e9l\u00e9ments du package org.openide.execution.* provenant des API Open.
-
diff --git a/l10n/src/fr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_fr.properties
deleted file mode 100644
index bf46ece..0000000
--- a/l10n/src/fr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_fr.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API des feuilles de propri\u00e9t\u00e9s et de l'explorateur
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Divers affichages des structures de n\u0153uds.
-OpenIDE-Module-Long-Description=Permet la d\u00e9finition de nouveaux affichage des structures cr\u00e9\u00e9es \u00e0 l'aide de l'API des n\u0153uds.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorateur [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Impossible de restaurer la fen\u00eatre de l''explorateur : le n\u0153ud racine "{0}" n''a pas pu \u00eatre correctement restaur\u00e9.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=Aucun affichage de l'explorateur ne doit exercer son veto sur la s\u00e9lection vide.
-EXC_ContextMustBeWithinRootContext=Le contexte explor\u00e9 ({0}) doit se trouver dans le contexte racine ({1}).
-EXC_NodeCannotBeNull=Impossible d'utiliser la valeur null pour s\u00e9lectionner le n\u0153ud.
-EXC_NoElementOfNodeSelectionMayBeNull=Aucun \u00e9l\u00e9ment d'une s\u00e9lection de n\u0153ud ne doit avoir la valeur null.
-EXC_NodeSelectionCannotContainNodes=Une s\u00e9lection de n\u0153ud ne peut pas contenir de n\u0153uds ({0}) ne figurant pas sous la racine ({1}).
-EXC_CannotHaveNullRootContext=Le contexte racine ne peut pas avoir une valeur null.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Voulez-vous vraiment supprimer {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Voulez-vous vraiment supprimer {0} et tout son contenu ?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Voulez-vous vraiment supprimer ces {0} \u00e9l\u00e9ments ? 
-MSG_ConfirmDeleteObjectTitle=Confirmation de la suppression de l'objet
-MSG_ConfirmDeleteFolderTitle=Confirmation de la suppression du package
-MSG_ConfirmDeleteObjectsTitle=Confirmation de la suppression de plusieurs objets
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Voulez-vous vraiment supprimer {0} (lien vers {3}) ?
-MSG_ConfirmDeleteShadowTitle=Confirmation de la suppression du lien
-
-
diff --git a/l10n/src/fr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_fr.properties
deleted file mode 100644
index 85d0d26..0000000
--- a/l10n/src/fr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_fr.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Exception dans
-PS_Editor=\u00c9diteur de propri\u00e9t\u00e9s
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Tableau de
-FMT_ErrorSettingProperty=La propri\u00e9t\u00e9 ne peut \u00eatre renseign\u00e9e. {0} n''est pas une valeur valide pour {1}.
-FMT_CannotUpdateProperty={0} n''est pas une valeur valide pour {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(Aucun \u00e9diteur de propri\u00e9t\u00e9s)
-CTL_NoProperties=<Aucune propri\u00e9t\u00e9>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Propri\u00e9t\u00e9s
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Trier par cat\u00e9gorie
-ACS_CTL_NoSort=Trier par cat\u00e9gorie
-CTL_AlphaSort=Trier par nom
-ACS_CTL_AlphaSort=Trier par nom
-CTL_TypeSort=Trier par type
-ACS_CTL_TypeSort=Trier par type
-CTL_VisibleWritableOnly=Afficher uniquement les propri\u00e9t\u00e9s modifiables
-ACS_CTL_VisibleWritableOnly=Afficher uniquement les propri\u00e9t\u00e9s modifiables
-CTL_Customize=Personnalisation
-ACS_CTL_Customize=Personnalisation
-CTL_Help=Aide
-ACS_CTL_Help=Aide
-ACSD_CTL_Help=Aide relative \u00e0 l'objet dont les propri\u00e9t\u00e9s s'affichent dans la feuille de propri\u00e9t\u00e9s
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo] L''utilisation de la propri\u00e9t\u00e9 >>{0}<< lors de la conception \u00e9met une exception.
-
-#PropertySheet
-CTL_Property_sheet_option=Feuille de propri\u00e9t\u00e9s
-
-
-#IndexedPropertyEditor
-CTL_NoItem=Aucun \u00e9l\u00e9ment disponible
-CTL_Index=Index des propri\u00e9t\u00e9s :
-CTL_Unknown=Inconnu
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=N/D
-CTL_Cancel=Annuler
-ACSD_CTL_Cancel=N/D
-CTL_Close=Fermer
-ACSD_CTL_Close=N/D
-CTL_Default=Valeurs par &D\u00e9faut
-ACSD_CTL_Default=N/D
-CTL_Paste=Coller
-
-#PropertyDetails
-EXC_Setter=Exception dans la m\u00e9thode de mise \u00e0 jour de la propri\u00e9t\u00e9 : {0}
-EXC_Setter_localized=Exception dans le setter de la propri\u00e9t\u00e9 {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<aucun \u00e9diteur personnalis\u00e9>
-CTL_No_property_editor=<aucun \u00e9diteur de propri\u00e9t\u00e9s>
-CTL_Different_Values=<Valeurs diff\u00e9rentes>
-CTL_Desc_Different_Values=Les noeuds s\u00e9lectionn\u00e9s comportent des valeurs diff\u00e9rentes pour cette propri\u00e9t\u00e9.
-CTL_No_properties=<Aucune propri\u00e9t\u00e9>
-CTL_No_value=<Aucune valeur>
-CTL_No_type=<Aucun type>
-CTL_ElipsisHint=Invoque un personnaliseur.
-CTL_InvalidValue=Valeur non valide : {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Valeur non valide {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Type\u00a0: {1}{2,choice,0#|1# Bean : {3}|2# Beans : {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Propri\u00e9t\u00e9s
-CTL_New=Nou&veau
-CTL_Delete=Supprimer
-CTL_MoveUp=D\u00e9placer vers le &haut
-CTL_MoveDown=D\u00e9placer vers le &bas
-CTL_HideDetails=Masquer les d\u00e9tails
-CTL_ShowDetails=Afficher le&s d\u00e9tails
-EXC_ErrorInIndexedSetter=La valeur de la propri\u00e9t\u00e9 index\u00e9e n'a pas pu \u00eatre d\u00e9finie.
-
-ACSD_Properties=N/D
-ACSD_New=N/A
-ACSD_Delete=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_HideDetails=N/A
-ACSD_ShowDetails=N/A
-ACSD_IndexedEditorPanel=N/D
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Noms
-COLUMN_VALUES=Valeurs
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<illisible>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Erreur de d\u00e9finition d'une valeur
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Mode de tri inconnu
-
-#Button labels for property dialogs
-ok=Ok
-default=R\u00e9initialiser la valeur par d\u00e9faut
-cancel=Annuler
-close=Fermer
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=&Description\u00a0:
-ACSD_Description=Description de la propri\u00e9t\u00e9 s\u00e9lectionn\u00e9e
-ACS_DescriptionTitle=Nom de la propri\u00e9t\u00e9
-ACSD_DescriptionTitle=Nom de la propri\u00e9t\u00e9 en cours d'\u00e9dition
-CTL_NO_DESCRIPTION=Aucune description disponible.
-CTL_NO_SELECTION=Aucune s\u00e9lection effectu\u00e9e
-ACS_Splitter=Barre de division
-ACSD_Splitter=S\u00e9parateur visuel entre le tableau des propri\u00e9t\u00e9s et la zone de description.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=La propri\u00e9t\u00e9
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} est \u00e9gal \u00e0 {1}
-FMT_ACST_SheetSet=Groupe de propri\u00e9t\u00e9s {0}
-ACST_No_Selection=Aucune s\u00e9lection effectu\u00e9e
-CTL_Multiple_Selection=Plusieurs objets s\u00e9lectionn\u00e9s
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Pour ouvrir l'\u00e9diteur personnalis\u00e9, s\u00e9lectionnez-le ou appuyez sur Ctrl+Espace. Cliquez ensuite sur le bouton droit de la souris pour afficher le menu.
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Afficher la zone de description
-CTL_HideDescription=Masquer la zone de description
-CTL_RestoreDefaultValue=R\u00e9initialiser la valeur par d\u00e9faut
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Propri\u00e9t\u00e9s
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=cette propri\u00e9t\u00e9
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Format num\u00e9rique non autoris\u00e9 : "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=\u00c9diteur personnalis\u00e9 : {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Tableau des propri\u00e9t\u00e9s
-ACSN_SHEET_TABBED_PANE=Cat\u00e9gories des propri\u00e9t\u00e9s
-ACSD_SHEET_TABLE=Tableau des propri\u00e9t\u00e9s modifiables repr\u00e9sentant l'objet actuel
-ACSD_SHEET_TABBED_PANE=Permet de s\u00e9lectionner diff\u00e9rents ensembles de propri\u00e9t\u00e9s de l'objet actuel \u00e0 afficher la feuille de propri\u00e9t\u00e9s
-
-LBL_QUICKSEARCH=Recherche rapide :
-
-MSG_SetAsText_InvalidValue=Valeur non valide : {0}
-
diff --git a/l10n/src/fr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_fr.properties
deleted file mode 100644
index d12af38..0000000
--- a/l10n/src/fr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_fr.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Vide
-MenuViewStartFromRoot=Parcourir depuis la racine
-MenuViewStartFromCurrent=Parcourir depuis le point actuel
-
-# TabView
-TabView_RootTab=Racine
-
-# TreeView
-VetoSelectedNodes=N\u0153uds s\u00e9lectionn\u00e9s
-LBL_QUICKSEARCH=Rechercher:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=Impossible de renommer l''objet {0} en {1}.
-ACSN_TreeViewCellEditor=Renommer l'\u00e9diteur
-ACSD_TreeViewCellEditor=\u00c9diteur sur place du nom de n\u0153ud dans l'arborescence
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=La cible n'a pas accept\u00e9 le contenu du transfert.
-
-MSG_ABORT=Annuler
-
-#TableSheet
-ACS_TableSheet=Tableau des propri\u00e9t\u00e9s
-ACSD_TableSheet=N/D
-ACS_NullPanel=Aucune propri\u00e9t\u00e9
-# {0} - bean
-ACSD_NullPanel=Aucune propri\u00e9t\u00e9. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}\u00a0: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Type\u00a0: Bean {1} : {2}
-CTL_No_value=<Aucune valeur>
-CTL_No_type=<Aucun type>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Modification des colonnes visibles
-LBL_ColumnDialogDesc=S\u00e9lectionner les colonnes \u00e0 afficher dans la liste
-LBL_ListOptions=Options de liste
-LBL_ChangeColumns=Modifier les colonnes visibles...
-LBL_SortMenu=Trier
-LBL_Ascending=Ordre croissant
-LBL_Descending=Ordre d\u00e9croissant
-LBL_ColsMenu=Colonne
-LBL_MoveLeft=D\u00e9placer vers la gauche
-LBL_MoveRight=D\u00e9placer vers la droite
-MSG_NoColumnsToChange=Aucune colonne ne poss\u00e8de de propri\u00e9t\u00e9 de visibilit\u00e9 \u00e0 modifier.
-LBL_NoSort=Aucun
-ACSN_ColumnDialog=Modification des colonnes visibles
-ACSD_ColumnDialog=S\u00e9lectionner les colonnes \u00e0 afficher dans la liste
-
-#a11y
-ACSN_TreeTable=N/D
-ACSD_TreeTable=N/D
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Montrer seulement les lignes o\u00f9
-
-CTL_ColumnsSelector=Modification des colonnes visibles
-ACN_ColumnsSelector=S\u00e9lecteur de colonnes
-ACD_ColumnsSelector=S\u00e9lection les colonnes visibles
-OutlineViewOutline_NameAndDesc={0}\u00a0: {1}
-ColumnsSelectorHint=S\u00e9lectionner les colonnes \u00e0 afficher dans la liste
-NodeOutlineModel_NodesColumnLabel=N\u0153uds
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Acc\u00e9der {0} sans acc\u00e8s en \u00e9criture \u00e0 Children.MUTEX
-
diff --git a/l10n/src/fr/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_fr.properties
deleted file mode 100644
index 3f864b5..0000000
--- a/l10n/src/fr/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_fr.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Document XML non valide :
-
-W-003=Avertissement : l'analyseur XML ne prend pas en charge la fonctionnalit\u00e9 lexical-handler.
-
diff --git a/l10n/src/fr/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_fr.properties
deleted file mode 100644
index 06ec887..0000000
--- a/l10n/src/fr/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_fr.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API du syst\u00e8me de fichiers
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API du syst\u00e8me de fichiers virtuel.
-OpenIDE-Module-Long-Description=Permet l'acc\u00e8s aux fichiers comme ressources, ind\u00e9pendamment des fichiers r\u00e9els sur le syst\u00e8me d' exploitation. Prend en charge la notification des changements sur disque.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid={0} non valide
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=La racine {0} n''existe pas.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Impossible de supprimer la racine du syst\u00e8me de fichiers {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Impossible de renommer la racine du syst\u00e8me de fichiers {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Impossible de supprimer le fichier {0} dans {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Impossible de renommer le fichier {0} de {1} en {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Le syst\u00e8me de fichiers {0} est en lecture seule.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=Le fichier {0} se trouvant dans {1} est en lecture seule.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Impossible de cr\u00e9er le fichier {0}, car {1} sur le syst\u00e8me de fichiers {2} n''est pas un dossier.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=La barre oblique n''est pas autoris\u00e9e dans le nom de dossier "{0}".
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Le dossier {0} existe d\u00e9j\u00e0 dans {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Impossible de cr\u00e9er le dossier {0} dans {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=Le fichier {0} existe d\u00e9j\u00e0 dans le syst\u00e8me de fichiers {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Verrou [{0}] non valide pour le fichier {1} dans {2} avec le verrou actuel [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Impossible de modifier le fichier filesystem.attributes:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=Le fichier {1} ne figure pas dans le dossier {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} is read-only.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} is read-only because it is inside {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=Le fichier {0} n'existe pas.
-
-# {0} = name of zip file 
-EXC_CanntRead=Impossible de lire le fichier {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Erreur dans le fichier {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Erreur dans le fichier JAR {1} : {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Fichier JAR inconnu
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Syst\u00e8me de fichiers multiples
-EXC_FileOutsideModified=Fichier {0} introuvable. Une autre application a peut \u00eatre d\u00e9plac\u00e9 ou renomm\u00e9 le fichier.
-XML_NotValidXMLFileSystem=Syst\u00e8me de fichiers XML non valide.
-EXC_DefAttrReadErr=Impossible de lire les attributs par d\u00e9faut.
-EXC_UnreachableCode=Erreur interne : code inaccessible.
-
-EXC_FolderCopy=Copie du dossier non prise en charge.
-XML_RootInvalid=Le syst\u00e8me de fichiers doit \u00eatre l'\u00e9l\u00e9ment racine.
-XML_MisssingAttr=L'attribut \"name\" est manquant
-XML_InaccurateParam=Nombre de param\u00e8tres incorrect
-XML_UnknownElement=\u00c9l\u00e9ment inconnu.
-XML_DuplElement=Objet de fichier dupliqu\u00e9 :
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} dans {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Overture du flux pour {0}
-
diff --git a/l10n/src/fr/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_fr.properties
deleted file mode 100644
index 5716dc0..0000000
--- a/l10n/src/fr/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_fr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API d'E/S
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API Open associ\u00e9es \u00e0 l'affichage de sortie.
-OpenIDE-Module-Long-Description=Contient des classes provenant d'org.openide.windows.* associ\u00e9es \u00e0 la cr\u00e9ation d'onglets de sortie, \u00e0 l'affichage de la sortie et \u00e0 la cr\u00e9ation d'hyperliens y r\u00e9f\u00e9rant.
-
diff --git a/l10n/src/fr/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_fr.properties
deleted file mode 100644
index 1793245..0000000
--- a/l10n/src/fr/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_fr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=Ce module lie l' API du syst\u00e8me des donn\u00e9es \u00e0 l' API de Script R\u00e9sultat, il est possible d' utiliser n' importe quel langage de script et d' \u00e9criture de mod\u00e8les pour g\u00e9n\u00e9rer les mod\u00e8les.
-OpenIDE-Module-Name=Mod\u00e8le Avanc\u00e9
-OpenIDE-Module-Short-Description=Mod\u00e8le avanc\u00e9 n'est pas uniquement disponible pour les syst\u00e8mes de donn\u00e9es
-
diff --git a/l10n/src/fr/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_fr.properties
deleted file mode 100644
index 4c07e35..0000000
--- a/l10n/src/fr/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_fr.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de syst\u00e8mes de donn\u00e9es
-OpenIDE-Module-Short-Description=API ouvertes NetBeans pour la manipulation d'objets de donn\u00e9es.
-OpenIDE-Module-Long-Description=L'API de syst\u00e8mes de donn\u00e9es est une couche, situ\u00e9e au dessus de l'API de syst\u00e8mes de fichiers, qui reconna\u00eet et regroupe les objets de donn\u00e9es et leur attribue des s\u00e9mantiques sp\u00e9cifiques. Auparavant \u00e9l\u00e9ment des APIs ouverts g\u00e9n\u00e9raux, il en est maintenant d\u00e9tach\u00e9 et constitue un module ind\u00e9pendant.
-OpenIDE-Module-Display-Category=Infrastructure
-
-#DefaultDataObject
-HINT_DefaultDataObject=Fichier non reconnu
-
-EXC_SharedAccess=Acc\u00e8s partag\u00e9
-
-#Folder.Index
-EXC_ReorderFailed=Impossible d'enregistrer le nouveau classement.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Impossible de supprimer le fichier {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Lien vers {3}
-
-PROP_ShadowOriginalName=Nom original
-HINT_ShadowOriginalName=Nom de l'objet auquel ce lien se rapporte.
-PROP_ShadowOriginalFileSystem=Nom du syst\u00e8me de fichiers d'origine
-HINT_ShadowOriginalFileSystem=Nom du syst\u00e8me de fichiers de l'objet d'origine.
-
-# DataNode
-PROP_name=Nom
-HINT_name=Nom de cet objet.
-PROP_template=Mod\u00e8le
-HINT_template=Si cette valeur est Vrai, l'objet est un mod\u00e8le et peut cr\u00e9er des instances de lui-m\u00eame.
-PROP_files=Tous les fichiers
-HINT_files=Liste des fichiers repr\u00e9sent\u00e9s par cet objet.
-PROP_size=Taille du fichier
-HINT_size=Taille de ce fichier en octets. (Ne s'applique qu'au premier fichier r\u00e9pertori\u00e9 dans la liste Tous les Fichiers.)
-PROP_lastModified=Heure de modification
-HINT_lastModified=Date de la derni\u00e8re modification du fichier. (Ne s'applique qu'au premier fichier r\u00e9pertori\u00e9 dans la liste Tous les Fichiers.)
-PROP_extension=Extension
-HINT_extension=Extension de fichier primaire.
-ERROR_extension=Impossible de changer l'extension. Le fichier est modifi\u00e9.
-
-# name of set with sorting options
-PROP_sorting=Tri
-HINT_sorting=Tri et classement des param\u00e8tres.
-
-#
-# folder sort mode property
-PROP_sort=Mode de tri
-HINT_sort=D\u00e9termine la m\u00e9thode de tri des objets du package.
-# SortModeEditor
-VALUE_sort_none=Non tri\u00e9
-VALUE_sort_names=Par nom
-VALUE_sort_class=Par type
-VALUE_sort_folder_names=Par nom (en commen\u00e7ant par les packages)
-VALUE_sort_last_modified=Par heure de modification
-VALUE_sort_size=Par taille de fichier
-
-
-#
-# Names of paste types
-#
-PT_move=&D\u00e9placer
-PT_copy=&Copier
-PT_instantiate=&Instancier
-PT_shadow=Cr\u00e9er un &lien
-PT_serialize=&S\u00e9rialiser
-PT_instance=Instance par &d\u00e9faut
-
-# 
-SerializeBean_Text=&Nom du fichier vers lequel s\u00e9rialiser l'instance
-SerializeBean_Title=S\u00e9rialisation d'instance
-
-#
-# new folder
-#
-CTL_NewFolder=Dossier
-CTL_NewFolderName=&Nom:
-CTL_NewFolderTitle=Cr\u00e9er un dossier
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=Le fichier {0} existe d\u00e9j\u00e0 dans le dossier {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Le dossier {0} existe d\u00e9j\u00e0 dans le dossier {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=Le fichier {1} semble trop grand ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) pour \u00eatre ouvert en toute s\u00e9curit\u00e9. \nOuvrir ce fichier risque d'entra\u00eener une erreur de saturation m\u00e9moire, ce qui rendra l'IDE inutilisable. Souhaitez-vous vraiment l'ouvrir?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=Fichiers de configuration XML
-PROP_XmlError=Erreur (r\u00e9cup\u00e9rable)
-PROP_XmlWarning=Avertissement
-PROP_XmlFatalError=ERREUR FATALE
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Impossible de cr\u00e9er le dossier : {0} n''est pas un nom valide.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Impossible de copier {0} : le dossier de destination est identique au dossier source.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Impossible de copier {0} : le dossier de destination est un sous-dossier du dossier source.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=Nouvel assistant - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=Nouvel assistant
-LAB_TemplateChooserPanelName=S\u00e9lectionner un mod\u00e8le
-LAB_SelectTemplateBorder=&S\u00e9lectionner un mod\u00e8le :
-MSG_NoDescription=Aucune description
-MSG_InitDescription=Initialisation de la description...
-LAB_TemplateDescriptionBorder=Descrip&tion du mod\u00e8le :
-LAB_TargetLocationPanelName=Emplacement cible
-LAB_TargetLocationDescription=S\u00e9lectionnez un dossier pour le nouvel objet ou entrez ci-dessous le nom du dossier :
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/D
-ACSD_TemplateWizard1=N/D
-
-CTL_NewObjectName=&Nom\:
-ACSD_NewObjectName=N/D
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/D
-
-LBL_settingsNodeName=Param\u00e8tres
-EXC_folder_delete_failed=Impossible de supprimer un dossier source lors de son d\u00e9placement.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<dossier parent> [{0}]
-FMT_DefaultNewObjectName=<nom par d\u00e9faut>
-
-LBL_shadow_loader_display_name=Liens
-LBL_folder_loader_display_name=Dossiers
-LBL_default_loader_display_name=Objets non reconnus
-LBL_instance_loader_display_name=Instances d'action
-
-FMT_CannotCopyDo=Avertissement : impossible de copier l''objet {0}.
-FMT_CannotMoveDo=Avertissement : impossible de d\u00e9placer l''objet {0}.
-
-# InstanceDataObject
-LBL_separator_instance=(s\u00e9parateur)
-PROP_instance_class=Nom de la classe
-HINT_instance_class=Nom de la classe Java de l'objet repr\u00e9sent\u00e9.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=Probl\u00e8mes lors de l''enregistrement du bean {0}.
-
-FMT_brokenShadowName={0} (Lien rompu)
-HINT_brokenShadowOriginalName=Lien rompu
-PROP_brokenShadowOriginalName=Lien rompu
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Lien vers le syst\u00e8me de fichiers rompu
-HINT_brokenShadowFileSystem=Lien vers le syst\u00e8me de fichiers rompu
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Param\u00e8tre non reconnu>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Type de copie de l'objet de donn\u00e9es
-LBL_DOcut=Type de coupe de l'objet de donn\u00e9es
-#NewObjectPanel
-LAB_NewObjectPanelName=Nom du nouvel objet
-FMT_DefaultNewObject=<par d\u00e9faut>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=Le menu contextuel pour les objets de type {0} ne peut pas \u00eatre restaur\u00e9 \u00e0 l''aide des param\u00e8tres par d\u00e9faut.
-LBL_loader_display_name=Chargeur
-
-MSG_renameError=Impossible de renommer l''objet {0} en {1}.
-MSG_NotValidName=Impossible d''attribuer un nom vide \u00e0 {0}.
-ERR_NoFilesystem=Syst\u00e8me de fichier non activ\u00e9. Assurez vous d'avoir au moins un syst\u00e8me de fichiers qui ne soit ni en lecture seule ni cach\u00e9.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=Le syst\u00e8me de fichiers ou le dossier cible n'existe pas.
-MSG_fs_is_readonly=Le syst\u00e8me de fichiers cible est en lecture seule.
-# {0} - name of the existing file
-MSG_file_already_exist=Le fichier {0} existe d\u00e9j\u00e0.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Action du syst\u00e8me de fichiers
-#InstantiateAction
-Instantiate=Instancier
-#SaveAsTemplateAction
-SaveAsTemplate=Enregistrer comme mod\u00e8le...
-Title_SaveAsTemplate=Enregistrer comme mod\u00e8le
-CTL_SaveAsTemplate=&S\u00e9lectionner la cat\u00e9gorie dans laquelle le nouveau mod\u00e8le s'affichera :
-CTL_SaveAsTemplate_TemplatesRoot=Mod\u00e8les
-SaveAll=&Tout enregistrer
-HINT_SaveAll=Sauvegarder tous les fichiers (si la fonctionnalit\u00e9 Compilation \u00e0 la sauvegarde est activ\u00e9e, ceci compilera/construira aussi vos fichiers)
-# FileSystemRefreshAction
-LAB_Refresh=Rafra\u00eechir le dossier
-# NewTemplateAction
-EXC_TemplateFailed=\u00c9chec de la cr\u00e9ation de l'objet \u00e0 partir du mod\u00e8le.
-NewTemplate=Nou&veau
-NewTemplateAction=Tous les mod\u00e8les...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Vide
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Ouverture de {0}...
-
-# {0} = name of the data object
-MSG_SaveFile=Le fichier {0} a \u00e9t\u00e9 modifi\u00e9. L'enregistrer ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modifi\u00e9)
-TIP_editor_ro=\ (lecture seulement)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=Le Fichier {0} a \u00e9t\u00e9 mis en lecture seule ! Toutes les modifications seront perdues.
-MSG_FileReadOnlySaving=Le Fichier {0} a \u00e9t\u00e9 mis en lecture seule ! Impossible de l'enregistrer.
-MSG_FileReadOnlyChanging=Le Fichier {0} a \u00e9t\u00e9 mis en lecture seule !
-
-
-MSG_BinaryFileQuestion=Ce fichier semble contenir des donn\u00e9es binaires. Voulez-vous vraiment l'ouvrir dans l'\u00e9diteur de texte?
-MSG_BinaryFileWarning=Fichier binaire d\u00e9tect\u00e9
-
-CTL_SaveAsAction=Enregistrer sous...
-MSG_SaveAsFailed=Il y a eu des probl\u00e8mes lors de la sauvegarde de {0}\nCause: {1}
-LBL_SaveAsTitle=Enregistrer sous...
-MSG_CannotCreateTargetFolder=Impossible de cr\u00e9er le dossier de destination
-MSG_SaveAs_SameFileSelected=Veuillez s\u00e9lectionnez un nom de fichier diff\u00e9rent.
-MSG_SaveAs_SameFileSelected_Title=Enregistrer sous...
-
diff --git a/l10n/src/fr/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_fr.properties
deleted file mode 100644
index 0f4ef1f..0000000
--- a/l10n/src/fr/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_fr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API du syst\u00e8me de modules
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API permettant d'obtenir des informations relatives aux modules install\u00e9s.
-OpenIDE-Module-Long-Description=Permet d'obtenir une liste des modules install\u00e9s et de consulter leurs propri\u00e9t\u00e9s et d\u00e9pendances.
-
diff --git a/l10n/src/fr/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_fr.properties
deleted file mode 100644
index e4a8c4e..0000000
--- a/l10n/src/fr/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_fr.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API des n\u0153uds
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API permettant de d\u00e9finir des structures g\u00e9n\u00e9riques sous forme d'arborescences.
-OpenIDE-Module-Long-Description=Fournit l'abstraction de structures d'arborescence en d\u00e9finissant un n\u0153ud\u00a0; l'interface extensible g\u00e9n\u00e9rique peut alors \u00eatre affich\u00e9e par l'API de l'explorateur.
-
-
-
-#Sheet
-Properties=Propri\u00e9t\u00e9s
-Expert=Expert
-HINT_Properties=Propri\u00e9t\u00e9s de cet objet.
-HINT_Expert=Propri\u00e9t\u00e9s de niveau expert de cet objet.
-
-#indexed customizer
-LAB_order=Modifier l'ordre
-LAB_listOrder=Afficher les champs dans cet ordre:
-LAB_listOrder_Mnemonic=P
-Button_close=Fermer
-Button_close_Mnemonic=C
-Button_up=D\u00e9placer vers le haut
-Button_up_Mnemonic=U
-Button_down=D\u00e9placer vers le bas
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/D
-ACSD_Button_up=N/A
-ACSD_Button_down=N/A
-ACSD_ListOrder=N/A
-ACSD_IndexedCustomizer=N/D
-
-#PropertySupport
-CTL_StandardName=Nom
-CTL_StandardHint=Nom de l'objet.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Coller le n\u0153ud
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copier l'index
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Veuillez patienter...
-
diff --git a/l10n/src/fr/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_fr.properties
deleted file mode 100644
index 3057382..0000000
--- a/l10n/src/fr/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_fr.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API des options de param\u00e9trage
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Prise en charge du stockage des pr\u00e9f\u00e9rences.
-OpenIDE-Module-Long-Description=Fournit des classes simplifiant le stockage de param\u00e8tres entre plusieurs invocations d'une application bas\u00e9e sur NetBeans.
-OpenIDE-Module-Deprecation-Message=Utilisez plut\u00f4t org.openide.util.NbPreferences.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/fr/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_fr.properties
deleted file mode 100644
index 776ab00..0000000
--- a/l10n/src/fr/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_fr.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API de texte
-OpenIDE-Module-Display-Category=Sous infrastructure
-OpenIDE-Module-Short-Description=API g\u00e9n\u00e9rique qui reformate les kits d'\u00e9diteur Swing.
-OpenIDE-Module-Long-Description=Prend en charge la d\u00e9finition de composants incorporant des \u00e9diteurs de texte Swing.
-
-
-
-# Editor top component
-CTL_ModeName=\u00c9diteur
-
-# Print settings
-CTL_Print_settings=Param\u00e8tres d'impression
-CTL_Header_format = Impression de {2} sur {1}
-CTL_Footer_format = Page {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Format de page
-HINT_PAGE_FORMAT=Format de page
-PROP_WRAP=Retour \u00e0 la ligne
-HINT_WRAP=Voulez-vous ins\u00e9rer un retour \u00e0 la ligne ?
-PROP_HEADER_FORMAT=Format de l'en-t\u00eate de page
-
-HINT_HEADER_FORMAT=Exemple : "Haut de page {0} (imprim\u00e9 le {1}) du fichier {2}".
-PROP_FOOTER_FORMAT=Format du pied de page
-HINT_FOOTER_FORMAT=Exemple : "Pied de page {0} (imprim\u00e9 le {1}) du fichier {2}".
-PROP_HEADER_FONT=Police de l'en-t\u00eate de page
-HINT_HEADER_FONT=D\u00e9finir la police de l'en-t\u00eate de page.
-PROP_FOOTER_FONT=Police de pied de page
-HINT_FOOTER_FONT=D\u00e9finir la police du pied de page.
-PROP_HEADER_ALIGNMENT=Alignement de l'en-t\u00eate de page
-HINT_HEADER_ALIGNMENT=Alignement de l'en-t\u00eate de page : GAUCHE, CENTRE, DROITE.
-PROP_FOOTER_ALIGNMENT=Alignement du pied de page
-HINT_FOOTER_ALIGNMENT=Alignement du pied de page : GAUCHE, CENTRE, DROITE.
-PROP_LINE_ASCENT_CORRECTION=Correction du jambage sup\u00e9rieur
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplicateur permettant de corriger le jambage sup\u00e9rieur.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTRE
-CTL_RIGHT = DROITE
-CTL_LEFT = GAUCHE
-
-# Cancellation
-CTL_Print_progress=Le num\u00e9ro de page {0} a \u00e9t\u00e9 imprim\u00e9.
-CTL_Print_cancellation=Progression du travail d'impression
-CTL_Cancel=Annuler
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Le travail d'impression en cours a \u00e9t\u00e9 interrompu.
-EXC_Printer_Problem=Probl\u00e8me d'imprimante : {0}
-EXC_ReadOnlyFile=Le fichier {0} est en lecture seule.
-EXC_LoadDocument=Le document {0} n'a pas pu \u00eatre charg\u00e9.
-LBL_EditorLoading=Chargement...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Question
-CTL_Save=Enregistrer
-ACSN_CTL_Save=N/D
-ACSD_CTL_Save=N/D
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Rejeter
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/D
-ACSD_CTL_Discard=N/D
-
-# PositionBounds
-MSG_Empty_string=Impossible d'ins\u00e9rer une cha\u00eene vide
-#editor support warning message
-FMT_FileNotFound=Avertissement : le fichier {0} est introuvable ou inaccessible.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=Le fichier {0} a \u00e9t\u00e9 modifi\u00e9 de mani\u00e8re externe. L''enregistrer?
-FMT_External_change_write=Le fichier {0} a \u00e9t\u00e9 modifi\u00e9 de mani\u00e8re externe. Ecraser?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=Le fichier sp\u00e9cifi\u00e9 n'est pas valide. V\u00e9rifiez le chemin.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=\u00c9diteur pour {0}
-ACSD_CloneableEditor_QuietEditorPane=\u00c9diteur pour {0}
-TITLE_SourceButton=Source
-
-
diff --git a/l10n/src/fr/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_fr.properties
deleted file mode 100644
index d9cd4a9..0000000
--- a/l10n/src/fr/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_fr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Ancienne API d'\u00e9num\u00e9ration
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API d'\u00e9num\u00e9ration figurant dans un package incorrect.
-OpenIDE-Module-Long-Description=API d'\u00e9num\u00e9ration qui figure dans un package incorrect (org.openide.util.enu et, de ce fait, ne peut pas \u00eatre compil\u00e9e avec Java 1.5, enum \u00e9tant un mot-cl\u00e9. Est remplac\u00e9e par la classe org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Utilisez org.openide.util.Enumerations au lieu de ce module.
-
diff --git a/l10n/src/fr/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_fr.properties
deleted file mode 100644
index 8f05e23..0000000
--- a/l10n/src/fr/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_fr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Lookup
-
diff --git a/l10n/src/fr/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_fr.properties
deleted file mode 100644
index ee57e0a..0000000
--- a/l10n/src/fr/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_fr.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API des utilitaires
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API des utilitaires de base.
-OpenIDE-Module-Long-Description=Plusieurs m\u00e9thodes auxiliaires et d\u00e9finitions de concepts de base\u00a0: actions, recherche, gestion d'images, ex\u00e9cution parall\u00e8le et prise en charge du marquage.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=Un serveur HTTP est d\u00e9j\u00e0 enregistr\u00e9. Vous ne pouvez utiliser deux serveurs \u00e0 la fois.
-SERVER_CANNOT_UNREGISTER=Un module a tent\u00e9 d'annuler l'enregistrement d'un serveur HTTP fourni par un autre module.
-
-MSG_ToNowhere=vers nulle part
-MSG_To=par
-
-MSG_NoServerRegistered=Aucun serveur enregistr\u00e9.
-MSG_TooManyArguments=arguments trop nombreux
-MSG_UnmatchedBraces=accolades du mod\u00e8le diff\u00e9rentes \u00e0 la position
-
-# NbBundle
-MSG_FMT_ObjectForKey=objet non trouv\u00e9 pour la cl\u00e9 {0}
-MSG_ClassFinderAlreadySet=M\u00e9canisme de recherche de classes d\u00e9j\u00e0 d\u00e9fini.
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=AVERTISSEMENT\u00a0: impossible de charger la table de traduction : {0}
-PROGRESS_CURSOR=Curseur de progression
-
diff --git a/l10n/src/fr/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_fr.properties
deleted file mode 100644
index 86763af..0000000
--- a/l10n/src/fr/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_fr.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Type d'objets multiples
-
-Create=Cr\u00e9er
-Paste=Coller
-
diff --git a/l10n/src/fr/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_fr.properties b/l10n/src/fr/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_fr.properties
deleted file mode 100644
index c463c49..0000000
--- a/l10n/src/fr/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_fr.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API du syst\u00e8me de multifen\u00eatrage
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API de gestion des composants \u00e0 l'\u00e9cran.
-OpenIDE-Module-Long-Description=Fournit une API d'abstraction neutre au regard de l'OS et MDI/SDI du concept des composants affich\u00e9s \u00e0 l'\u00e9cran.
-
-
-
-# name of empty workspace
-None=Aucun
-
-#CloneableTopComponent
-EXC_CannotAssign=Impossible d'assigner un composant \u00e0 EMPTY
-
-#TopComponent
-EXC_UnknownOperation=Op\u00e9ration de fermeture inconnue
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Appel de {2} impl\u00e9ment\u00e9 comme {3} avec {0}
-
diff --git a/l10n/src/fr/platform/print/print/org/netbeans/modules/print/action/Bundle_fr.properties b/l10n/src/fr/platform/print/print/org/netbeans/modules/print/action/Bundle_fr.properties
deleted file mode 100644
index 66a16c0..0000000
--- a/l10n/src/fr/platform/print/print/org/netbeans/modules/print/action/Bundle_fr.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Mise en pa&ge...
-
-# PrintAction
-TLT_Print_Action=Imprimer
-MNU_Print_Action=Im&primer...
-ACT_Print_Action=Imprimer - Ctrl + Alt + Maj + P
-
diff --git a/l10n/src/fr/platform/print/print/org/netbeans/modules/print/resources/Bundle_fr.properties b/l10n/src/fr/platform/print/print/org/netbeans/modules/print/resources/Bundle_fr.properties
deleted file mode 100644
index d4e2283..0000000
--- a/l10n/src/fr/platform/print/print/org/netbeans/modules/print/resources/Bundle_fr.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Imprimer
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Impl\u00e9mentation du module d'impression.
-OpenIDE-Module-Long-Description=Impl\u00e9mentation du module d'impression.
-
-# layer.xml
-Actions/File=Fichier
-
diff --git a/l10n/src/fr/platform/print/print/org/netbeans/modules/print/ui/Bundle_fr.properties b/l10n/src/fr/platform/print/print/org/netbeans/modules/print/ui/Bundle_fr.properties
deleted file mode 100644
index c72d136..0000000
--- a/l10n/src/fr/platform/print/print/org/netbeans/modules/print/ui/Bundle_fr.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Probl\u00e8me d'imprimante : {0}
-LBL_Page_Setup_Button=Mi&se en page
-TLT_Page_Setup_Button=Appelle le dialogue de Mise en page
-LBL_Print_Option_Button=&Options d'impression
-TLT_Print_Option_Button=Appelle le dialogue Options d'impression
-LBL_Print_Button=Im&pression
-TLT_Print_Button=Appelle le dialogue d'Impression
-LBL_Close_Button=&Fermer
-TLT_Close_Button=Ferme le dialogue Aper\u00e7u avant impression
-LBL_Print_Preview=Aper\u00e7u avant impression
-LBL_Fit_to_Width=Adapter \u00e0 la largeur
-LBL_Fit_to_Height=Adapter \u00e0 la hauteur
-LBL_Fit_to_All=Montrer toutes les pages
-
-TLT_First=Premi\u00e8re page (Alt + F)
-TLT_Previous=Page p&r\u00e9c\u00e9dente (Alt + R)
-TLT_Next=Page suiva&nte (Alt + N)
-TLT_Last=Derni\u00e8re page (Alt + L)
-TLT_Fit=Changer d'\u00e9chelle (Alt + S)
-TLT_Zoom_In=Zoom avant (Alt + I)
-TLT_Zoom_Out=Zoom arri\u00e8re (Alt + U)
-TLT_Toggle=&Montrer plusieurs pages
-TLT_Goto=<html><body> <b>Navigation:</b> <br> tapez <code>/</code> ou <code>F</code>pour afficher la premi\u00e8re page <br> tapez <b><code>-</code></b> ou <code>G</code> pour afficher la page pr\u00e9c\u00e9dente <br> tapez <b><code>+</code></b> ou <code>K</code> pour afficher la page suivante <br> tapez <code>*</code> ou <code>L</code> pour afficher la derni\u00e8re page </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Options d'impression
-LBL_Border=Bordure
-LBL_Print_Border=&Bordure d'impression
-LBL_Print_Header=En-t\u00eate d'impression
-LBL_Print_Footer=Pied de page \u00e0 l'impression
-LBL_Choose_Font=Choisir la police
-LBL_Choose_Color=Choisir la couleur
-LBL_Insert_Macros=Ins\u00e9rer une macro:
-LBL_Text=Texte
-LBL_Line_Numbers=&Num\u00e9ros de lignes
-LBL_Wrap_Lines=&Retour \u00e0 la ligne
-LBL_Use_Font=Utiliser les attributs de Police // &X
-LBL_Use_Color=Utiliser les attributs de Couleur // &Q
-LBL_As_Editor=Impression comme dans l'\u00e9diteur // &J
-LBL_Selection=Imprimer la &s\u00e9lection
-LBL_Line_Spacing=E&spacement entre lignes
-LBL_Text_Font_and_Color=Police et couleu&r du texte:
-LBL_Background_Color=Couleur d'arri\u00e8re-plan:
-LBL_Zoom=Zoom
-LBL_Header_Footer=En-t\u00eate et pied de page
-LBL_Apply=&Appliquer
-LBL_Left=Gauche:
-LBL_Center=Centre:
-LBL_Right=Droite:
-
-ERR_Zoom_Value_Is_Invalid=La valeur du zoom est invalide!
-ERR_Header_Size_Is_Too_Big=La taille de l'en-t\u00eate est trop \u00e9lev\u00e9e!
-ERR_Footer_Size_Is_Too_Big=Le pied de page est trop grand!
-ERR_Page_Number_Is_Invalid=Le nombre de pages est invalide!
-ERR_Page_Number_Is_Too_Big=Le nombre de pages est trop \u00e9lev\u00e9!
-
-TLT_Apply=Applique les modifications
-TLT_Border_Color=Choisir la &couleur de bordure (Alt+C)
-TLT_Header_Font=Choisir la police d'e&n-t\u00eate (Alt+N)
-TLT_Header_Color=Choisir la c&ouleur d'en-t\u00eate (Alt+O)
-TLT_Footer_Font=Choisir la police de pied de page (Alt+T)
-TLT_Footer_Color=Choisir la cou&leur du pied de page (Alt+L)
-TLT_Text_Font=Choisir la police du texte (Alt+K) // &K
-TLT_Text_Color=Choisir la couleu&r du texte (Alt+R)
-TLT_Background_Color=Choisir la couleur d'arri\u00e8re-plan // &G
-TLT_Print_Zoom=Ajuster le zoom d'impression
-TLT_Use_Font=Utiliser la police (Alt+X)
-TLT_Use_Color=Utiliser la couleur (Alt+Q)
-TLT_As_Editor=Pr\u00e9senter comme dans l'\u00e9diteur (Alt+J)
-TLT_Selection=Imprimer la s\u00e9lection
-
-LBL_Pages=page(s)
-LBL_Fit_Width_to=Adapter la largeur \u00e0:
-TLT_Fit_Width_to=Adapter la largeur \u00e0
-LBL_Fit_Height_to=Adapter la &hauteur \u00e0:
-TLT_Fit_Height_to=Adapter la hauteur \u00e0
-LBL_Zoom_to=&Zoomer vers:
-TLT_Zoom_to=&Zoomer ver
-LBL_Fit_to_Page=Adapter \u00e0 la page // &Y
-TLT_Fit_to_Page=Adapter \u00e0 la page (Alt+Y)
-
diff --git a/l10n/src/fr/platform/print/print/org/netbeans/modules/print/util/Bundle_fr.properties b/l10n/src/fr/platform/print/print/org/netbeans/modules/print/util/Bundle_fr.properties
deleted file mode 100644
index 7148c9a..0000000
--- a/l10n/src/fr/platform/print/print/org/netbeans/modules/print/util/Bundle_fr.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} sur {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=Le nom du composant imprim\u00e9
-ROW=Le num\u00e9ro de ligne
-COLUMN=Le num\u00e9ro de colonne
-USER=Le nom d'utilisateur
-COUNT=Le nombre de pages
-MODIFIED_DATE=Date de la derni\u00e8re modification
-MODIFIED_TIME=Heure de la derni\u00e8re modification
-PRINTED_DATE=Date de l'impression
-PRINTED_TIME=Heure de l'impression
-
diff --git a/l10n/src/fr/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_fr.properties b/l10n/src/fr/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_fr.properties
deleted file mode 100644
index 8477d91..0000000
--- a/l10n/src/fr/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_fr.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Interface utilisateur de progression
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Visualisation de la progression des t\u00e2ches.
-OpenIDE-Module-Long-Description=Fournit une vue de toutes les t\u00e2ches en cours d'ex\u00e9cution et permet leur arr\u00eat \u00e9ventuel, etc
-
-NbProgressBar.tooltip1={0} t\u00e2ches en cours d''ex\u00e9cution. Cliquer pour les d\u00e9tails.
-NbProgressBar.tooltip2={0} t\u00e2ches en cours d''ex\u00e9cution. Cliquer pour les d\u00e9tails.
-ListComponent.btnClose.tooltip=Cliquer pour annuler le processus
-ListComponent.bar.tooltip=Cliquer pour observer le processus
-Cancel_Question=Voulez-vous vraiment annuler {0}\u00a0?
-Cancel_Question_Title=Annuler la t\u00e2che en cours d'ex\u00e9cution
-StatusLineComponent.ShowProcessList=Afficher les processus
-StatusLineComponent.Cancel=Annuler le processus
-StatusLineComponent.View=Afficher la sortie
-ListComponent.Watch=Observer le processus
-
-RunOffAWT.TITLE_Operation=Longue op\u00e9ration en progression
-RunOffAWT.BTN_Cancel=Annuler
-
-# ProgressListAction
-CTL_ProcessListAction=&Processus
-
-# CancelAction
-CTL_CancelAction=Annuler le processus
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Cliquer pour annuler le processus
-ModalDialog.btnClose.text=Annuler
-ModalDialog.btnClose.accessibleName=Annuler
-ModalDialog.btnClose.accessibleDescription=Cancels the current process
-
-
diff --git a/l10n/src/fr/platform/queries/queries/org/netbeans/modules/queries/Bundle_fr.properties b/l10n/src/fr/platform/queries/queries/org/netbeans/modules/queries/Bundle_fr.properties
deleted file mode 100644
index 909f529..0000000
--- a/l10n/src/fr/platform/queries/queries/org/netbeans/modules/queries/Bundle_fr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de requ\u00eates g\u00e9n\u00e9rales
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Agit en tant que canal de communication g\u00e9n\u00e9ral entre les modules.
-OpenIDE-Module-Long-Description=H\u00e9berge des requ\u00eates n'appartenant \u00e0 aucun domaine sp\u00e9cifique. Permet \u00e0 diff\u00e9rents modules d'obtenir facilement des informations sur les fichiers.
-
diff --git a/l10n/src/fr/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_fr.properties b/l10n/src/fr/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_fr.properties
deleted file mode 100644
index f569157..0000000
--- a/l10n/src/fr/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_fr.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=L'option {0} attend un argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=L'option {0}  ne peut \u00eatre utilis\u00e9e avec l''option  {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=A besoin au moins d''un des {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=A aussi besoin d''utiliser {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=L'option {0} a aussi besoin de l''option {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/fr/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_fr.properties b/l10n/src/fr/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_fr.properties
deleted file mode 100644
index 1ecdee0..0000000
--- a/l10n/src/fr/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_fr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API d''analyse de commande de ligne
-OpenIDE-Module-Short-Description=GetOpts en association avec l''API pour l''analyse de commande de ligne
-OpenIDE-Module-Long-Description=GetOpts en association avec l''API pour analyser la commande de ligne Il est focalis\u00e9 sur le cas o\u00f9 la commande de ligne va \u00eatre analys\u00e9 un module diff\u00e9rent.
-OpenIDE-Module-Display-Category=Infrastructure
-
-MSG_OptionsHeader=\nOptions additionnelles de module(s):\n
-
diff --git a/l10n/src/fr/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_fr.properties b/l10n/src/fr/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_fr.properties
deleted file mode 100644
index 8532dc7..0000000
--- a/l10n/src/fr/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_fr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de param\u00e8tres
-OpenIDE-Module-Short-Description=Biblioth\u00e8que de stockage des param\u00e8tres dans des formats personnalis\u00e9s.
-OpenIDE-Module-Long-Description=Ce module fournit l' API des param\u00e8tres permettant le stockage des param\u00e8tres de module dans un format personnalis\u00e9. Il fournit aussi de nombreuses impl\u00e9mentations utiles de format de param\u00e8tres.
-OpenIDE-Module-Display-Category=Sous infrastructure
-
diff --git a/l10n/src/fr/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_fr.properties b/l10n/src/fr/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_fr.properties
deleted file mode 100644
index ae58168..0000000
--- a/l10n/src/fr/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_fr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Sous infrastructure
-OpenIDE-Module-Long-Description=Un module qui fournit un nouvel API pour remplacer NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=Actions SPI (exp\u00e9rimental)
-OpenIDE-Module-Short-Description=Remplacement pour NodeAction, CookieAction, etc.
-
diff --git a/l10n/src/fr/platform/templates/templates/org/netbeans/modules/templates/Bundle_fr.properties b/l10n/src/fr/platform/templates/templates/org/netbeans/modules/templates/Bundle_fr.properties
deleted file mode 100644
index d091162..0000000
--- a/l10n/src/fr/platform/templates/templates/org/netbeans/modules/templates/Bundle_fr.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=Ce module lie l' API du syst\u00e8me des donn\u00e9es \u00e0 l' API de Script R\u00e9sultat, il est possible d' utiliser n' importe quel langage de script et d' \u00e9criture de mod\u00e8les pour g\u00e9n\u00e9rer les mod\u00e8les.
-OpenIDE-Module-Name=Mod\u00e8le Avanc\u00e9
-OpenIDE-Module-Short-Description=Mod\u00e8le avanc\u00e9 n'est pas uniquement disponible pour les syst\u00e8mes de donn\u00e9es
-ERR_Switch_To_Java_6=Impossible de remplir le gabarit, tentative d'utiliser le moteur de script du JDK 1.6 ou plus.\n\nVeuillez ex\u00e9cuter NetBeans dans un JDK 1.6 pour r\u00e9soudre ce probl\u00e8me.\nVoir http://wiki.netbeans.org/FaqNetbeansConf pour savoir comment faire.
-
diff --git a/l10n/src/gl_ES/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_gl_ES.properties
deleted file mode 100644
index 3d47610..0000000
--- a/l10n/src/gl_ES/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=M\u00f3dulo do arn\u00e9s de construci\u00f3n
-OpenIDE-Module-Display-Category=Desenvolvendo Netbeans
-OpenIDE-Module-Short-Description=Permite constru\u00edr m\u00f3dulos de extensi\u00f3ns externas desde o c\u00f3digo fonte.
-OpenIDE-Module-Long-Description=Este \u00e9 o arn\u00e9s de construci\u00f3n empregado para desenvolver m\u00f3dulos de NetBeans (con ou sen o IDE). Normalmente empr\u00e9gase implicitamente en proxectos de m\u00f3dulos para NetBeans. Para documentaci\u00f3n t\u00e9cnica vexa harness/README
-
diff --git a/l10n/src/gl_ES/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_gl_ES.properties
deleted file mode 100644
index a339b3b..0000000
--- a/l10n/src/gl_ES/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Desenvolvendo Netbeans
-OpenIDE-Module-Long-Description=Obxectivos de Ant para calcular a covertura de probas dos proxectos de apisupport empregando Cobertura.\nExecutar o obxectivo 'display-coverage-support' no proxecto para medir os resultados e mostrar o informe nun navegador externo.\nPara a integraci\u00f3n co m\u00f3dulo do arn\u00e9s de construci\u00f3n.
-OpenIDE-Module-Name=M\u00f3dulo de cobertura de probas Cobertura
-OpenIDE-Module-Short-Description=Obxectivos de ant para medir a cobertura de c\u00f3digo dos proxectos de apisupport empregando Cobertura.
-
diff --git a/l10n/src/gl_ES/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_gl_ES.properties
deleted file mode 100644
index 2edb31e..0000000
--- a/l10n/src/gl_ES/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Plataforma de ferramentas Jelly
-
diff --git a/l10n/src/gl_ES/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_gl_ES.properties
deleted file mode 100644
index 1d4be9c..0000000
--- a/l10n/src/gl_ES/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Ferramentas de probas
-OpenIDE-Module-Short-Description=Biblioteca de probas Jemmy.
-OpenIDE-Module-Long-Description=Unha biblioteca xeral para controlar probas automatizadas de GUI.
-
-
diff --git a/l10n/src/gl_ES/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_gl_ES.properties
deleted file mode 100644
index 257568a..0000000
--- a/l10n/src/gl_ES/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Ferramentas de probas
-OpenIDE-Module-Long-Description=Extensi\u00f3ns de NetBeans para JUnit que incl\u00faen assertGC, assertSize, getWorkDir, LineDiff, etc.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=Extensi\u00f3ns de NetBeans para JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/gl_ES/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_gl_ES.properties
deleted file mode 100644
index c73ce03..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Biblioteca INSANE para perfilar o heap.
-OpenIDE-Module-Long-Description=Unha biblioteca para analizar en vivo o mont\u00f3n (heap) da JVM no cal se executa.
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_gl_ES.properties
deleted file mode 100644
index bade358..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Name=Biblioteca Ant de NBI
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_gl_ES.properties
deleted file mode 100644
index a31a459..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=A plataforma actual non \u00e9 compat\u00edbel.
-I.error.load.engine.properties=Non \u00e9 pos\u00edbel cargar o ficheiro do motor de propiedades
-
-I.warning.silent.without.state=Requ\u00edrese a opci\u00f3n "{1}" ao empregar "{0}". "{0}" ser\u00e1 ignorado.
-
-I.error.cannot.create.local.dir=Non \u00e9 pos\u00edbel crear o cartafol local: {0}
-I.error.local.dir.is.file=O cartafol local existe e \u00e9 un ficheiro: {0}
-I.error.no.read.permissions.for.local.dir=Non \u00e9 pos\u00edbel ler o cartafol local {0} - non ten os permisos axeitados
-I.error.no.write.permissions.for.local.dir=Non \u00e9 pos\u00edbel escribir o cartafol local {0} - non ten os permisos axeitados
-
-I.lock.file.exists.dialog.title=Existe un ficheiro de bloqueo do instalador de NetBeans
-I.lock.file.exists.dialog.text=Existe un ficheiro de bloqueo de instalaci\u00f3n en {0}\n\nIsto significa que ou outra instancia do instalador xa est\u00e1 execut\u00e1ndose ou unha instalaci\u00f3n anterior non rematou correctamente.\nNon \u00e9 recomend\u00e1bel executar varias instancias ao mesmo tempo xa que pode causar que a instalaci\u00f3n non remate correctamente.\nEst\u00e1 seguro que non ten outra instancia da instalaci\u00f3n execut\u00e1ndose neste intre, prema "S\u00ed" para seguir de todas formas e prema "Non" para sa\u00edr do instalador.\n
-
-I.error.cannot.create.lock.file=Non \u00e9 pos\u00edbel bloquear o ficheiro de rexistro local
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_gl_ES.properties
deleted file mode 100644
index 99207e7..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=A descargar desde {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_gl_ES.properties
deleted file mode 100644
index 7ffc81e..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=Os tipos de proxy  {0} e {1} entran en conflito
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=O URI non pode ser nulo
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Ocorreu un fallo ao conectar a trav\u00e9s de {0} a {1}
-US.error.failed.configure.proxy=Ocorreu un fallo ao configurar o proxy {0} para {1}
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_gl_ES.properties
deleted file mode 100644
index 4b7cfa1..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Cargando o rexistro local {0}
-R.error.loading.local.registry.failed.title=Ocorreu un fallo ao cargar o rexistro local
-R.error.loading.local.registry.failed.msg=Non foi pos\u00edbel cargar o rexistro local ({0}), ou foi cargado parcialmente.\nO instalador pode continuar de forma normal, pero se o fai pode xerar un rexistro global corrompido.\n\nElixa Si para continuar, Non para sa\u00edr do instalador.
-
-R.loading.bundled.registry=Cargando o rexistro empaquetado [{0}]
-R.error.loading.bundled.registry.failed.title=Ocorreu un fallo ao cargar o rexistro empaquetado
-R.error.loading.bundled.registry.failed.msg=Non \u00e9 pos\u00edbel cargar o rexistro empaquetado ({0}), ou foi cargado parcialmente.\nO instalador pode continuar de forma normal, pero se o fai pode xerar un rexistro global corrompido.\n\nElixa Si para continuar, Non para sa\u00edr do instalador.
-
-R.loading.remote.registry=Cargando o rexistro remoto [{0}]
-R.error.loading.remote.registry.failed.title=Ocorreu un fallo ao cargar o rexistro remoto
-R.error.loading.remote.registry.failed.msg=Non foi pos\u00edbel cargar o rexistro remoto ({0}), ou foi cargado parcialmente.\nO instalador pode continuar de forma normal, pero se o fai pode xerar un rexistro global corrompido.\n\nElixa Si para continuar, Non para sa\u00edr do instalador.
-
-R.error.cannot.delete.data=Non \u00e9 pos\u00edbel eliminar os datos da cach\u00e9 de instalaci\u00f3n
-R.save.local.registry.title=A gardar o rexistro local
-R.save.local.registry.detail=A gardar en {0}
-
-R.error.missing.target.component.title=Falta o compo\u00f1ente destino
-R.error.missing.target.component.msg=Non foi pos\u00edbel atopar o compo\u00f1ente destino\n especificado - {0}/{1} no rexistro. O instalador\n pode continuar como se o compo\u00f1ente destino non fora especificado.\nPrema Aceptar para continuar ou Non para sa\u00edr do instalador.
-
-R.error.validation.title=Problema de validaci\u00f3n
-R.error.validation.msg=Semella que a instalaci\u00f3n de {0} est\u00e1 corrupta.\nO procedemento de validaci\u00f3n devolveu o seguinte aviso:\n\n{1}\n\nDesexa marcar este produto como non instal\u00e1bel e continuar?\nSe vostede preme en Non sair\u00e1 do instalador.\n\nNota que estes produtos que dependen de {2} tam\u00e9n ser\u00e1n desactivados:\n{3}
-
-R.error.matching.requirement=Non hai ning\u00fan compo\u00f1ente que coincida co requirimento: {0} require {1}
-R.error.cyclic.dependency=Dependencia c\u00edclica: {0}, {1}
-
-R.loading.registry.properties=Cargando as propiedades do rexistro
-R.loading.component=Cargando o compo\u00f1ente: uid={0}, versi\u00f3n={1}
-R.error.loading.components=Non foi pos\u00edbel cargar os compo\u00f1entes
-R.error.registry.finalization=Non foi pos\u00edbel finalizar o rexistro
-R.error.registry.document.loading=Non foi pos\u00edbel cargar o documento de rexistro
-
-R.error.cannot.create.cache.directory=Non \u00e9 pos\u00edbel crear o cartafol de cach\u00e9 de produto local {0}
-R.error.cache.is.file=O cartafol de cach\u00e9 de produto local existe e \u00e9 un ficheiro:{0}
-R.error.cannot.read.cache=Non \u00e9 pos\u00edbel ler o cartafol da cach\u00e9 do produto {0} - non ten os permisos axeitados
-R.error.cannot.write.cache=Non \u00e9 pos\u00edbel escribir o cartafol da cache do produto {0} - non ten os permisos axeitados
-R.error.cannot.create.registry=Non \u00e9 pos\u00edbel crear o rexistro local
-
-R.error.registry.is.dir=O rexistro local {0} \u00e9 un cartafol
-R.error.cannot.read.registry=Non \u00e9 pos\u00edbel ler o rexistro local {0} - non ten permisos suficientes
-R.error.cannot.write.registry=Non \u00e9 pos\u00edbel escribir no rexistro local {0} - non ten permisos suficientes
-
-R.error.cannot.parse.platform=Non \u00e9 posibel analizar a plataforma dende "{0}"
-R.error.cannot.load.registry=Non \u00e9 pos\u00edbel cargar o rexistro
-R.error.parser.not.support.schemas=O analizador actual - {0} - non permite esquemas.
-
-R.error.unknown.dependency=Tipo de dependencia {0} desco\u00f1ecida
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_gl_ES.properties
deleted file mode 100644
index 9720a4a..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=O cartafol de instalaci\u00f3n {0} falta.\nSemella que se borrou manualmente.
-PCL.validation.directory.file=O cartafol de instalaci\u00f3n {0} de feito \u00e9 un ficheiro.\nSemella que se borrou anteriormente de forma manual e se sobrescribiu cun ficheiro.
-PCL.validation.directory.empty=O cartafol de instalaci\u00f3n {0} est\u00e1 baleiro.\nSemella que os seus contidos se borraron manualmente.
-PCL.validation.directory.null=Non e pos\u00edbel detectar o cartafol de instalaci\u00f3n.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Non \u00e9 pos\u00edbel inicializar os datos para {0}
-P.error.cannot.load.logic=Non \u00e9 pos\u00edbel cargar a l\u00f3xica de configuraci\u00f3n para {0}
-P.error.installdir.not.set=A localizaci\u00f3n da instalaci\u00f3n non est\u00e1 establecida para {0}
-P.error.installdir.set.empty=A localizaci\u00f3n de instalaci\u00f3n est\u00e1 establecida a unha cadea baleira para {0}
-P.error.cannot.create.cache.dir=Non \u00e9 pos\u00edbel crear o cartafol de cach\u00e9 local {0} para {1}
-P.error.local.cache.not.dir=O cartafol de cach\u00e9 local {0} para {1} non \u00e9 un cartafol
-P.error.cannot.load.product=Non \u00e9 pos\u00edbel cargar o produto {0}
-P.error.logic.not.yet.downloaded=A l\u00f3xica de configuraci\u00f3n para {0} a\u00ednda non est\u00e1 descargada
-P.error.installation.data.not.cached=Os datos de instalaci\u00f3n non est\u00e1n cacheados para {0}
-P.error.cannot.extract.data=Non \u00e9 pos\u00edbel extraer os datos de instalaci\u00f3n para {0}
-P.error.cannot.save.files.list=Non \u00e9 pos\u00edbel gardar a lista de ficheiros instalados
-P.error.cannot.get.wizard.components=Non \u00e9 pos\u00edbel obter os compo\u00f1entes do asistente de compo\u00f1entes
-P.error.cannot.wrap.for.macos=Non \u00e9 pos\u00edbel crear a xerarqu\u00eda de cartafoles para o aplicativo MacOS
-P.error.cannot.get.files.list=Non \u00e9 pos\u00edbel obter a lista de ficheiros de instalaci\u00f3n
-P.error.cannot.delete.files.list=Non \u00e9 pos\u00edbel borrar a lista de ficheiros instalados
-P.error.cannot.delete.file=Non \u00e9 pos\u00edbel borrar o ficheiro
-P.error.cannot.remove.from.system=Non \u00e9 pos\u00edbel eliminar {0} desde o xestor de instalaci\u00f3n do sistema
-P.error.not.enough.space=Non \u00e9 pos\u00edbel extraer os datos de instalaci\u00f3n -- non ten suficiente espazo de disco no cartafol de destino.
-P.error.cannot.clear.cache=Non \u00e9 pos\u00edbel limpar o ficheiro de cach\u00e9 de datos de instalaci\u00f3n {0}
-P.error.system.integartion.failed=Ocorreu un erro na integraci\u00f3n do {0} co xestor de paquetes do sistema
-
-P.message.installation=Instalando {0}
-P.message.uninstallation=Desinstalando {0}
-P.message.configuration=Configurando {0}
-P.message.unconfiguration=Desconfigurando {0}
-P.message.legal.artifacts=A crear os artefactos legais
-P.message.run.logic=A executar a l\u00f3xica de configuraci\u00f3n personalizada
-P.message.system.registration=A rexistrar no xestor de paquetes do sistema
-P.message.save.installation.files.list=A gardar a lista de ficheiros instalados
-P.message.delete=A borrar {0}
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_gl_ES.properties
deleted file mode 100644
index 5c98ba2..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Erro ao escribir no ficheiro de rexistro. Rexistro desactivado.
-
-EM.ununexpected.exception=Ocorreu unha excepci\u00f3n non esperada no f\u00edo {0}
-EM.errortype.critical=Erro cr\u00edtico
-EM.errortype.error=Erro
-EM.errortype.warning=Aviso
-EM.errortype.message=Mensaxe
-EM.unexpected.error=Ocorreu un erro desco\u00f1ecido.
-EM.exception.message=\n\nExcepci\u00f3n:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nVostede pode obter m\u00e1is informaci\u00f3n sobre este problema no ficheiro de rexistro do instalador:\n {0}
-
-FU.error.output.file.entry=Existe unha entrada de ficheiro {0} e non \u00e9 un ficheiro
-FU.error.output.dir.entry=Existe unha entrada de cartafol {0} e non \u00e9 un cartafol
-FU.message.extracting=Extraendo {0}
-FU.error.load.xml.file.list=Non foi pos\u00edbel cargar a lista de ficheiros xml para a extracci\u00f3n
-FU.error.unjar.todir=O cartafol {0} \u00e9 un ficheiro existente, non \u00e9 pos\u00edbel desempaquetar o jar
-FU.message.copy.dir=A copiar o cartafol {0} en {1}
-FU.message.copy.file=A copiar o ficheiro {0} en {1}
-FU.error.close.stream=Non \u00e9 pos\u00edbel pechar o fluxo
-FU.error.source.not.readable=A orixe {0} non \u00e9 lex\u00edbel
-FU.error.dest.not.file=O destino {0} non \u00e9 un ficheiro
-FU.error.dest.creation=O destino {0} no pode ser creado
-FU.error.dest.not.writable=O destino {0} non \u00e9 escrib\u00edbel
-FU.message.moving=A mover {0} a {1}
-FU.error.freespace=Non \u00e9 pos\u00edbel obter a cantidade de espazo en disco libre en {0}
-FU.error.cannot.close.jar=Non \u00e9 pos\u00edbel pechar o jar {0}
-FU.error.cannot.create.dir.exist.file=Non \u00e9 pos\u00edbel crear o cartafol {0}, xa \u00e9 un ficheiro existente
-FU.error.cannot.create.dir=Non \u00e9 pos\u00edbel crear o cartafol {0}
-FU.error.not.jar.file=O ficheiro {0} proporcionado non \u00e9 un arquivo jar
-FU.error.sha1.not.supported=Arredemo, esta jvm non soporta SHA1
-FU.error.md5.not.supported=Arredemo, esta jvm non soporta MD5
-FU.error.file.security.exception=Algo moi inesperado - unha excepci\u00f3n de seguranza ao acceder ao ficheiro {0}
-FU.message.delete.file=A eliminar o ficheiro {0}
-FU.message.delete.dir=A eliminar o  cartafol {0}
-FU.error.pack200.failed=Pack200 rematou con erros\nC\u00f3digo de erro: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 rematou con erros\nC\u00f3digo de erro: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Non \u00e9 pos\u00edbel analizar a propiedade - {0}, o seu valor - {1}
-UI.error.failed.to.activate.crossplatform.laf=Non \u00e9 pos\u00edbel activar a aparencia multiplataforma - proc\u00e9dese coa aparencia que sexa predefinida.
-UI.error.failed.to.activate.defined.laf=Non \u00e9 pos\u00edbel activar a aparencia definida - volvendo \u00e1 multiplataforma. predefinida.
-UI.error.failed.to.init.ui=Non \u00e9 pos\u00edbel inicializar a UI
-UI.error.failed.to.force.gtk=Non \u00e9 pos\u00edbel forzar o uso da aparencia GTK
-UI.silent.default.yes=Procedendo coa opci\u00f3n Aceptar (predefinida) ...
-UI.silent.default.no=Procedendo coa opci\u00f3n Non (predefinida) ...
-UI.silent.default.cancel=Procedendo coa opci\u00f3n Cancelar (predefinida) ...
-
-StrU.error.cannot.parse.status=Non \u00e9 pos\u00edbel analizar o estado: {0}
-StrU.error.unknown.platform=Non se reco\u00f1ece a plataforma "{0}"
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_gl_ES.properties
deleted file mode 100644
index e75a802..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Ocorreu un fallo ao executar o procedemento de verificaci\u00f3n do JDK
-JU.error.cannot.delete=Non \u00e9 pos\u00edbel borrar {0}
-JU.error.cannot.download.testjdk=Non \u00e9 pos\u00edbel descargar TestJDK.class desde {0}
-JU.error.cannot.canonize=Non \u00e9 pos\u00edbel canonizar {0}
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_gl_ES.properties
deleted file mode 100644
index cdfc834..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Falta o par\u00e1metro requirido desde o argumento da li\u00f1a de ordes "{0}".\nDeber\u00eda ser "{0} <nome-clase-aparencia>".
-O.warning.bad.target.arg=Falta o par\u00e1metro requirido desde o argumento da li\u00f1a de ordes "{0}".\nDeber\u00eda ser "{0} <uid-compo\u00f1ente-destino> <version-compo\u00f1ente-destino>".
-O.warning.bad.locale.arg.param=Par\u00e1metro incorrecto desde o argumento da li\u00f1a de ordes "{0}" -- "{1}".\nDeber\u00eda ser "{0} <linguaxe>[_<pa\u00eds>[_<variante>]]".
-O.warning.bad.locale.arg=Falta o par\u00e1metro requirido desde o argumento da li\u00f1a de ordes "{0}".\nDeber\u00eda ser "{0} <linguaxe>[_<pa\u00eds>[_<variante>]]".
-O.warning.missing.state.file=O ficheiro de estado especificado "{1}", non existe.\nIgn\u00f3rase o par\u00e1metro "{0}".
-O.warning.bag.state.file.arg=Falta o par\u00e1metro requirido desde o argumento da li\u00f1a de ordes "{0}".\nDeber\u00eda ser "{0} <cami\u00f1o-ficheiro-de-estado>".
-O.warning.target.state.file.exists=O ficheiro de estado especificado "{1}", existe.\nIgn\u00f3rase o par\u00e1metro "{0}".
-O.warning.bad.target.state.file.arg=Falta o par\u00e1metro requirido desde o argumento da li\u00f1a de ordes "{0}".\n Deber\u00eda ser "{0} <cami\u00f1o-ficheiro-de-estado>".
-O.warning.bundle.file.exists=O ficheiro de destino especificado "{1}", existe.\nIgn\u00f3rase o par\u00e1metro "{0}".
-O.warning.bad.create.bundle.arg=Falta o par\u00e1metro requirido desde o argumento da li\u00f1a de ordes "{0}".\nDeber\u00eda ser "{0} <cami\u00f1o-ficheiro-destino>".
-O.warning.bad.userdir.arg=Falta o par\u00e1metro requirido desde o argumento da li\u00f1a de ordes "{0}".\nDeber\u00eda ser "{0} <cami\u00f1o-cartafol-de-usuario>".
-O.warning.bad.platform.arg=Falta o par\u00e1metro requirido desde o argumento da li\u00f1a de ordes "{0}".\nDeber\u00eda ser "{0} <plataforma-destino>".
-O.warning.bad.registry.arg=Falta o par\u00e1metro requirido desde o argumento da li\u00f1a de ordes "{0}".\nDeber\u00eda ser "{0} <url-do-rexistro-remoto>".
-O.warning.bad.properties.arg=Falta o par\u00e1metro requirido desde o argumento da li\u00f1a de ordes "{0}".\nDeber\u00eda ser "{0} <cami\u00f1o-ao-ficheiro-de-propiedades>".
-O.warning.bad.bundle.properties.arg=Falta o par\u00e1metro requirido desde o argumento da li\u00f1a de ordes "{0}".\nDeber\u00eda ser "{0} <cami\u00f1o-ao-ficheiro-de-propiedades-empaquetado>".
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_gl_ES.properties
deleted file mode 100644
index 5f432ec..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Sen instalar
-Status.to-be-installed=A ser instalado
-Status.installed=Instalado
-Status.to-be-uninstalled=A ser desinstalado
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Instalado con \u00e9xito
-DetailedStatus.install.warning=Instalado con advertencias
-DetailedStatus.install.error=Fallou a instalaci\u00f3n
-DetailedStatus.uninstall.success=Desinstalado con \u00e9xito
-DetailedStatus.uninstall.warning=Desinstalado con advertencias
-DetailedStatus.uninstall.error=Fallou a desinstalaci\u00f3n
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_gl_ES.properties
deleted file mode 100644
index 3cf8ffd..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Ocorreu un erro ao descargar a icona do marco dedde o URI {0}
-NF.error.failed.to.set.frame.icon=Ocorreu un fallo ao definir a icona do marco.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Examinar
-NFC.filechooser.approve.button.text=&Aceptar
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_gl_ES.properties
deleted file mode 100644
index 649a1f1..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=O porcentaxe especificado - {0} \u00e9 incorrecto. O porcentaxe total do progreso\n composto (suma do seu propio porcentaxe e as porcentaxes dos \nfillos) non pode ser menos que {1} e m\u00e1is que {2}
-
-CP.error.progress=O progreso fillo especificado non existe no progreso composto\n polo que non pode eliminarse. 
-
-################################################################################
-# Progress.java
-P.error.percentage=O porcentaxe especificado - {0} \u00e9 incorrecto. A porcentaxe total do \nprogreso non pode ser menos que {1} e m\u00e1is que {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_gl_ES.properties
deleted file mode 100644
index 3d40301..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Non \u00e9 pos\u00edbel cargar o paquete desde {0}
-LP.error.no.files=Non hai ficheiros en {0}
-LP.error.not.directory={0} non \u00e9 un cartafol
-LP.error.directory.do.not.exist=O cartafol {0} non existe
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_gl_ES.properties
deleted file mode 100644
index 881d1bf..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=Non hai ficheiros empaquetados ou jar externos
-CnL.error.cannot.find.jvm.file=Non \u00e9 pos\u00edbel encontrar o ficheiro da JVM {0}
-CnL.error.cannot.find.class=Non \u00e9 pos\u00edbel encontrar a clase {0} nos ficheiros empaquetados e non se especificaron externos
-CnL.error.main.class.unspecified=Non se encontrou a clase principal nos ficheiros empaquetados
-CnL.error.cannot.get.output.name=Non hai ficheiros empaquetados - non \u00e9 pos\u00edbel obter o nome de ficheiro de sa\u00edda
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Non \u00e9 pos\u00edbel obter a icona do iniciador desde {0}
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_gl_ES.properties
deleted file mode 100644
index ede69c1..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Non \u00e9 pos\u00edbel obter a localizaci\u00f3n dos aplicativos predefinidos
-SR.error.cannot.parse.pattern=Non \u00e9 pos\u00edbel analizar o patr\u00f3n: {0}
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_gl_ES.properties
deleted file mode 100644
index 8d467ba..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Non \u00e9 pos\u00edbel acceder ao m\u00e9todo nativo
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_gl_ES.properties
deleted file mode 100644
index bfc52f7..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Ocorreu un erro ao crear a instancia predefinida do asistente.
-W.error.failed.to.load.components=Ocorreu un erro ao cargar os compo\u00f1entes do asistente desde {0}, empregando o classloader {1}
-W.error.failed.to.load.component=Ocorreu un erro ao cargar os compo\u00f1entes do asistente desde o elemento XML {0}, empregando o classloader {1}
-W.error.unknown.ui.mode=Modo de UI desco\u00f1ecido - {0}
-W.error.cannot.move.backward.silent=Non \u00e9 pos\u00edbel moverse cara atr\u00e1s no modo de UI silencioso.
-W.error.cannot.move.backward.at.first=Non \u00e9 pos\u00edbel moverse cara atr\u00e1s - o asistente xa est\u00e1 a executarse no primeiro elemento.
-W.error.parser.unsupports.schemas=O analizador actual - {0} - non permite esquemas.
-W.error.interrupted=Interrompido ao agardar
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_gl_ES.properties
deleted file mode 100644
index 16decb5..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=Instalador do IDE NetBeans
-WC.description=Descrici\u00f3n do instalador do IDE NetBeans
-
-WC.help.button.text=A&xuda!
-WC.back.button.text=< &Atr\u00e1s
-WC.next.button.text=Segui&nte >
-WC.cancel.button.text=Cancelar
-WC.finish.button.text=&Finalizar
-
-WC.cancel.dialog.title=Cancelar
-WC.cancel.dialog.text=Est\u00e1 seguro de que quere cancelar?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=Ocorreu unha InterruptedException.
-
-WA.canceling.progress.title=Cancelando, rematando a operaci\u00f3n actual...
-
-WA.cancel.dialog.title=Cancelar
-WA.cancel.dialog.text=Est\u00e1 seguro de que quere cancelar?
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_gl_ES.properties
deleted file mode 100644
index 0ede8ec..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Motor de cach\u00e9...
-CEA.description=Agarde mentres o asistente cachea o motor.
-CEA.error.cannot.cache.engine=Non \u00e9 pos\u00edbel cachear o motor do asistente
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=A crear o paquete...
-CBA.description=Agarde mentres o asistente crea un paquete cos compo\u00f1entes seleccionados.
-
-CBA.progress.create.bundle.title=A crear o paquete redistribu\u00edbel en {0}
-CBA.progress.add.engine.detail=Engadir motor do instalador ao paquete
-CBA.progress.add.product.detail=A engadir {0} ...
-CBA.progress.add.group.detail=A engadir {0} ...
-
-CBA.error.failed.create.bundle=Ocorreu un fallo ao crear o paquete
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=A crear o lanzador nativo...
-CNLA.description=Agarde mentres o asistente crea o lanzador para o ficheiro jar.
-CNLA.error.failed.create.launcher=Ocorreu un fallo ao crear o lanzador nativo
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=A crear o lanzador do aplicativo MacOSX...
-CMALA.description=Agarde mentres o asistente crea un lanzador de aplicativo para o ficheiro jar.
-CMALA.error.failed.create.launcher=Ocorreu un fallo ao crear o lanzador do aplicativo
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=A preparar a l\u00f3xica de configuraci\u00f3n...
-DCLA.description=Agarde mentres o instalador prepara a l\u00f3xica de configuraci\u00f3n.
-DCLA.progress.remote.title=A descargar a l\u00f3xica de configuraci\u00f3n para {0}
-DCLA.progress.local.title=Extraendo a l\u00f3xica de configuraci\u00f3n para {0}
-DCLA.failed=Ocorreu un fallo ao descargar a l\u00f3xica de instalaci\u00f3n para {0}
-DCLA.dependent.failed=Non foi pos\u00edbel instalar  {0}, desde que instalaci\u00f3n de {1} fallou
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=A preparar os datos de instalaci\u00f3n...
-DIDA.description=Agarde mentres o asistente prepara os datos de instalaci\u00f3n.
-DIDA.progress.remote.title=A descargar os datos de instalaci\u00f3n para {0}
-DIDA.progress.local.title=Extraendo os datos de instalaci\u00f3n para {0}
-DIDA.failed=Ocorreu un fallo ao descargar os datos de instalaci\u00f3n para  {0}
-DIDA.dependent.failed=Non foi pos\u00edbel instalar  {0}, desde que instalaci\u00f3n de {1} fallou
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Iniciando...
-IRA.description=Agarde mentres o asistente de instalaci\u00f3n inicializa.
-IRA.registry.initialization.failed=Non \u00e9 pos\u00edbel inicializar o rexistro
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=A rematar...
-FRA.description=Agarde mentres o asistente de instalaci\u00f3n remata.
-FRA.registry.finalization.failed=Non \u00e9 pos\u00edbel rematar o rexistro
-
-################################################################################
-# InstallAction.java
-IA.title=Instalando...
-IA.description=Agarde mentres o asistente instala os compo\u00f1entes seleccionados.
-IA.progress.install.title=Instalando {0}...
-IA.progress.rollback.title=A cancelar, desfacendo {0}...
-IA.install.dependent.failed=Non foi pos\u00edbel instalar  {0}, desde que instalaci\u00f3n de {1} fallou
-IA.install.unknown.error=Erro desco\u00f1ecido
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=A buscar os contornos Java\u2122
-SFJA.description=Agarde mentres o asistente busca no seus sistema por contornos Java\u2122 existentes.
-SFJA.prepare.list=A preparar a lista de localizaci\u00f3ns...
-SFJA.checking=A comprobar {0}...
-SFJA.search.java=A buscar polos contornos  Java instalados...
-SFJA.entry.label={0} (v. {1} por {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> por {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=A desinstalar...
-UA.description=Agarde mentres o asistente desinstala os compo\u00f1entes seleccionados.
-UA.progress.uninstall.title=Desinstalando {0}
-UA.uninstall.dependent.failed=Non \u00e9 pos\u00edbel desinstalar {0}, desde que a desinstalaci\u00f3n de {1} fallou
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=O UID do compo\u00f1ente fonte non est\u00e1 configurado
-SILA.error.cannot.find.component=Non existe o compo\u00f1ente co uid {0} proporcionado
-SILA.error.cannot.get.logic=Non \u00e9 pos\u00edbel acceder \u00e1 l\u00f3xica de configuraci\u00f3n para {0}
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_gl_ES.properties
deleted file mode 100644
index 0fb5489..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Localizaci\u00f3n:
-ALP.location.button.text=Examina&r ...
-ALP.list.label.text=As seguintes &localizaci\u00f3ns foron encontrados polo algoritmo de busca:
-
-ALP.error.nothing.found=Non se encontraron aplicativos compat\u00edbeis.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Selecci\u00f3n de compo\u00f1entes
-CSP.description.both=Seleccione os compo\u00f1entes que quere instalar. Deseleccione aqueles que quere desinstalar.
-CSP.description.install=Seleccione os compo\u00f1entes que quere instalar.
-CSP.description.uninstall=Deseleccione os compo\u00f1entes que quere desinstalar.
-CSP.feature.description.title=Descrici\u00f3n da funcionalidade
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Tama\u00f1o da instalaci\u00f3n: {0}     Tama\u00f1o da descarga: {1}
-CSP.sizes.label.text.no.download=Tama\u00f1o da instalaci\u00f3n: {0}
-
-CSP.default.installation.size=N/D
-CSP.default.download.size=N/D
-
-CSP.error.no.changes.both=Non se seleccionou ningunha funcionalidade. Seleccione polo menos unha funcionalidade para a instalaci\u00f3n ou desinstalaci\u00f3n.
-CSP.error.no.changes.install=Non se seleccionou ningunha funcionalidade. Seleccione polo menos unha funcionalidade para a instalaci\u00f3n.
-CSP.error.no.changes.uninstall=Non se seleccionou ningunha funcionalidade. Seleccione polo menos unha funcionalidade para a desinstalaci\u00f3n.
-CSP.error.requirement.install=Requ\u00edrese {1} para instalar {0}.
-CSP.error.conflict.install={0} ten conflito con {1}.
-CSP.error.requirement.uninstall={0} \u00e9 requirido por {1}.
-CSP.error.not.enough.space.to.download=Espazo en disco insuficiente para descargar os datos da instalaci\u00f3n. Requ\u00edrense {1} adicionais en {0}.
-CSP.error.not.enough.space.to.extract=Espazo en disco insuficiente para extraer os datos da instalaci\u00f3n. Requ\u00edrense {1} adicionais en {0}.
-CSP.error.cannot.check.space=Non \u00e9 pos\u00edbel comprobar o espazo libre en disco
-
-################################################################################
-# DestinationPanel.java
-DP.title=Cartafol da instalaci\u00f3n
-DP.description=Escolla un cartafol de destino.
-
-DP.destination.label.text=Localizaci\u00f3n da &instalaci\u00f3n:
-DP.destination.button.text=Examina&r ...
-
-DP.error.null=Non \u00e9 pos\u00edbel que o cartafol de instalaci\u00f3n estea baleiro.
-DP.error.not.valid=O cartafol de instalaci\u00f3n especificado \u00e9 incorrecto.
-DP.error.contains.exclamation=O cartafol de instalaci\u00f3n non \u00e9 pos\u00edbel que conte\u00f1a a marca de exclamaci\u00f3n (!).
-DP.error.contains.semicolon=O cartafol de instalaci\u00f3n non \u00e9 pos\u00edbel que conte\u00f1a o car\u00e1cter punto e coma (;).
-DP.error.contains.colon=O cartafol de instalaci\u00f3n non \u00e9 pos\u00edbel que conte\u00f1a o car\u00e1cter dous puntos (:).
-DP.error.contains.ampersand=O cartafol de instalaci\u00f3n non \u00e9 pos\u00edbel que conte\u00f1a o car\u00e1cter ampersand (&).
-DP.error.contains.wrong.char=O cartafol de instalaci\u00f3n cont\u00e9n o car\u00e1cter incorrecto ({1}).
-DP.error.matches.prohibited.regexp=O cartafol de instalaci\u00f3n especificado \u00e9 incorrecto (coincide co patr\u00f3n prohibido {1}).
-DP.error.not.absolute=O cartafol de instalaci\u00f3n especificado debe estar forma de cami\u00f1o absoluto.
-DP.error.cannot.canonize=Non \u00e9 pos\u00edbel canonizar o cartafol de instalaci\u00f3n especificado.
-DP.error.not.directory=A localizaci\u00f3n especificada para instalaci\u00f3n non \u00e9 un cartafol.
-DP.error.not.readable=O cartafol especificado para a instalaci\u00f3n non \u00e9 lex\u00edbel.
-DP.error.not.writable=O cartafol especificado para instalaci\u00f3n \u00e9 de s\u00f3 lectura.
-DP.error.not.empty=O cartafol especificado para instalaci\u00f3n non est\u00e1 baleiro.
-DP.error.not.ends.with.app=O cartafol especificado para instalaci\u00f3n debe terminar con ".app".
-DP.error.not.enough.space=Non hai suficiente espazo en disco. Requ\u00edrense {1} adicionalmente en {0}.
-DP.error.cannot.get.logic=Non \u00e9 pos\u00edbel obter a l\u00f3xica de configuraci\u00f3n
-DP.error.cannot.check.space=Non \u00e9 pos\u00edbel comprobar o espazo libre en disco
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=Cartafol ra\u00edz do &JDK\u2122:
-JLP.location.label.text.java=Cartafol ra\u00edz do controno &Java\u2122:
-JLP.location.button.text=Examina&r ...
-JLP.list.label.text=&Lista dos JDK\u2122 compat\u00edbeis encontrados nesta m\u00e1quina:
-JLP.list.label.text.java=&Lista dos contornos Java\u2122 compat\u00edbeis nesta m\u00e1quina:
-
-JLP.error.null=O cami\u00f1o do JDK non \u00e9 pos\u00edbel que estea baleiro.
-JLP.error.null.java=O cami\u00f1o do contorno Java non \u00e9 pos\u00edbel que estea baleiro.
-JLP.error.not.valid.path=O cartafol especificado do JDK {0} \u00e9 incorrecto.
-JLP.error.not.valid.path.java=O cartafol especificado do contorno Java {0} \u00e9 incorrecto.
-JLP.error.path.not.exists=O cartafol especificado do JDK {0} non existe.
-JLP.error.path.not.exists.java=O cartafol especificado do contorno Java {0} non existe.
-JLP.error.not.javahome=O cartafol especificado do JDK {0} non cont\u00e9n o JDK.
-JLP.error.not.javahome.java=O cartafol especificado do contorno Java {0} non cont\u00e9n o contorno Java.
-JLP.error.not.jdk=O cartafol especificado do JDK {0} cont\u00e9n un JRE, pero requ\u00edrese un JDK completo.
-JLP.error.wrong.version.older=O cartafol especificado do JDK {0} cont\u00e9n a versi\u00f3n do JDK "{1}", pero o m\u00ednimo \u00e9 "{2}".
-JLP.error.wrong.version.older.java=O cartafol especificado do contorno Java {0} cont\u00e9n a versi\u00f3n de Java "{1}", pero o m\u00ednimo \u00e9 "{2}".
-JLP.error.wrong.version.newer=O cartafol especificado do JDK {0} cont\u00e9n a versi\u00f3n do JDK "{1}", pero a m\u00e1xima \u00e9 "{2}".
-JLP.error.wrong.version.newer.java=O cartafol especificado do contorno Java {0} cont\u00e9n a versi\u00f3n de Java "{1}", pero a m\u00e1xima \u00e9 "{2}".
-JLP.error.wrong.vendor=O cartafol especificado do JDK {0} cont\u00e9n un JDK dun vendedor no compat\u00edbel ({1}). Os vendedores compat\u00edbeis son "{2}".
-JLP.error.wrong.vendor.java=O cartafol especificado do contorno Java {0} cont\u00e9n Java dun vendedor non compat\u00edbel ({1}). Os vendedores compat\u00edbeis son "{2}".
-JLP.error.unknown=Ocorreu un erro desco\u00f1ecido ao validar o cami\u00f1o (path).
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>Non foi pos\u00edbel que o instalador encontrara unha instalaci\u00f3n do JDK compat\u00edbel, especif\u00edcao manualmente.<br>A versi\u00f3n m\u00ednima requirida \u00e9 {0}. Para descargar o JDK, visite <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>Non foi pos\u00edbel que o instalador encontrara un contorno de Java compat\u00edbel, especif\u00edcao manualmente.<br>A versi\u00f3n m\u00ednima requirida \u00e9 {0}. Para descargar o contorno Java, visite <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (empregado por {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Resumo posterior a creaci\u00f3n de paquetes
-PoCBSP.dialog.description=Prema en Finalizar para sa\u00edr.
-
-PoCBSP.message.success.text=O asistente de instalaci\u00f3n executou satisfactoriamente as acci\u00f3ns seleccionadas.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Produc\u00edronse alg\u00fans erros durante o proceso de creaci\u00f3n do paquete.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=Empaquet\u00e1ronse con \u00e9xito os seguintes compo\u00f1entes:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=Ocorreu un fallo ao empaquetar os seguintes compo\u00f1entes:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=Ver o re&xistro
-PoCBSP.send.log.button.text=Enviar o rexi&stro
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Asistente de instalaci\u00f3n - Resumo da post-instalaci\u00f3n
-
-PoISP.message.success.text=O asistente de instalaci\u00f3n executou satisfactoriamente as acci\u00f3ns seleccionadas.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Produc\u00edronse alg\u00fans avisos durante o proceso de instalaci\u00f3n/desinstalaci\u00f3n.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Produc\u00edronse alg\u00fans erros durante o proceso de instalaci\u00f3n/desinstalaci\u00f3n.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=Os seguintes compo\u00f1entes instal\u00e1ronse con \u00e9xito:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=Os seguintes compo\u00f1entes instal\u00e1ronse con avisos:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=Ocorreu un fallo ao instalar os seguintes compo\u00f1entes:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=Os seguintes compo\u00f1entes desinstal\u00e1ronse con \u00e9xito:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=Os seguintes compo\u00f1entes desinstal\u00e1ronse con avisos:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=Ocorreu un fallo ao desinstalar os seguintes compo\u00f1entes:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=Ver os &detalles
-PoISP.view.log.button.text=Ver o re&xistro
-PoISP.send.log.button.text=Enviar o rexi&stro
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Non est\u00e1 dispo\u00f1\u00edbel o ficheiro de rexistro.
-
-PoISP.message.files.remaining=Non foi pos\u00edbel eliminar alg\u00fans ficheiros dos cartafoles de instalaci\u00f3n de {0}. Pode ser necesario eliminalos manualmente.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Resumo previo a creaci\u00f3n de paquetes
-PrCBSPdialog.description=Prema en Crear para crear o paquete.
-
-PrCBSPmessage.text=O asistente recopilou todos os datos requiridos para continuar coa creaci\u00f3n do paquete. Revise a s\u00faa elecci\u00f3n. Para continuar, prema en Seguinte.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=Elixa crear un paquete cos seguintes compo\u00f1entes:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Tama\u00f1o de descarga total: {0}
-PrCBSPrequired.disk.space.label.text=Espazo en disco requirido: {0}
-PrCBSPcreate.button.text=&Crear
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Resumo da pre-instalaci\u00f3n
-
-PrISP.message.text=O asistente de instalaci\u00f3n recopilou todos os datos requiridos para continuar coa instalaci\u00f3n/desinstalaci\u00f3n dos compo\u00f1entes seleccionados. Revise a s\u00faa elecci\u00f3n. Para continuar, prema en Seguinte.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=Elixa instalar os seguintes compo\u00f1entes:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=Elixa desinstalar os seguintes compo\u00f1entes:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Tama\u00f1o de descarga total: {0}
-PrISP.required.disk.space.label.text=Espazo en disco requirido: {0}
-PrISP.install.button.text=&Instalar
-
-PrISP.error.not.enough.space=Espazo en disco insuficiente para unha instalaci\u00f3n axeitada Requ\u00edrense {1} adicionais en {0}.
-PrISP.error.cannot.check.space=Non \u00e9 pos\u00edbel comprobar o espazo libre en disco
-PrISP.error.logic.access=Non \u00e9 pos\u00edbel acceder \u00e1 l\u00f3xica de configuraci\u00f3n do produto
-PrISP.error.fsroots=Non \u00e9 pos\u00edbel obter a lista de ra\u00edces de sistema de ficheiros
-PrISP.error.non.existent.root={0} est\u00e1 configurado para ser instalado en {1} o cal non pertence a ningunha ra\u00edz do sistema de ficheiros.
-PrISP.error.cannot.write=O asistente non ten acceso de escritura a {1}, o cartafol de instalaci\u00f3n de {0}. Corrixa os permisos antes de proceder.
-
-################################################################################
-# LicensesPanel.java
-LP.title=Acordo de licenza
-LP.description=Lea o seguinte acordo de licenza paseni\u00f1amente.
-
-LP.accept.checkbox.text=&Acepto os termos do acordo de licenza
-LP.error.cannot.get.logic=Non foi pos\u00edbel acceder a l\u00f3xica de configuraci\u00f3n
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<Sen texto>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Est\u00e1 seguro de que quere cancelar?
-EMP.cancel.dialog.title=Cancelar
-EMP.error.failed.input.verify=Ocorreu un erro ao verificar a entrada
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_gl_ES.properties
deleted file mode 100644
index 116c9c1..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Ocorreu un fallo ao descargar a icona do asistente desde o URI - {0}
-SFC.error.failed.to.set.icon=Ocorreu un fallo ao establecer a icona do contedor do marco swing.
-SFC.error.failed.to.attach.error.handler=Ocorreu un fallo ao anexar o xestor de erro personalizado en EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Non \u00e9 pos\u00edbel estabelecer a operaci\u00f3n de peche predefinida
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_gl_ES.properties
deleted file mode 100644
index 99af82c..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Detalles da instalaci\u00f3n
-IDD.component.label=Compo\u00f1ente
-IDD.status.label=Estado
-
-ILD.loading.logfile=Cargando o ficheiro de rexistro Agarde...
-ILD.error.reading.log=Non \u00e9 pos\u00edbel cargar o ficheiro de rexistro {0}.
-ILD.error.log.contents=Os contidos do rexistro non est\u00e1n dispo\u00f1\u00edbeis.
-
diff --git a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_gl_ES.properties b/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_gl_ES.properties
deleted file mode 100644
index 5040b8a..0000000
--- a/l10n/src/gl_ES/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Name=Biblioteca do motor de NBI
-
diff --git a/l10n/src/gl_ES/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_gl_ES.properties
deleted file mode 100644
index 59c9309..0000000
--- a/l10n/src/gl_ES/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Men\u00fa do aplicativo Apple
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Activa a compatibilidade axeitada para o men\u00fa de aplicativo do Apple
-
-OpenIDE-Module-Long-Description=Permite que os elementos de m\u00e9nu de Apple traballen correctamente, e move os elementos de men\u00fa dende o seu lugar normal. Por exemplo Ferramentas | Opci\u00f3ns cambiase por Preferenzas, Axuda | Sobre transf\u00f3rmase en sobre, Ficheiro | Sa\u00edr transf\u00f3rmase en Pechar.
-
-MSG_MinimizeWindowAction=&Minimizar a xanela
-
diff --git a/l10n/src/gl_ES/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_gl_ES.properties
deleted file mode 100644
index 0b828cb..0000000
--- a/l10n/src/gl_ES/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=A estabelecer a conexi\u00f3n ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=A comprobar as actualizaci\u00f3ns en {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=Non \u00e9 pos\u00edbel ler o NBM {0}
-InstallSupportImpl_TurnOnTimeout=tempo de espera excedido ao cargar {0}
-InstallSupportImpl_NullSource=A URL de orixe para o m\u00f3dulo "{0}" \u00e9 nula,xa que pode ser que o atributo "distribuci\u00f3n" est\u00e1 estabelecido a unha cadea baleira no cat\u00e1logo UC.\nVexa tam\u00e9n http://www.netbeans.org/issues/show_bug.cgi?id=153799 para m\u00e1is detalles.
-InstallSupportImpl_Download_Unavailable=Non \u00e9 pos\u00edbel acceder a {0}
-OperationSupportImpl_Custom_Uninstall=Desinstalando {0}
-OperationSupportImpl_Custom_Install=Instalando {0}
-
-UpdateUnitFactory_Libraries_Category=Bibliotecas
-UpdateUnitFactory_Bridges_Category=Pontes
-UpdateUnitFactory_Unsorted_Category=Sen categorizar
-UpdateElementImpl_Feature_CategoryName=Funcionalidades
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>M\u00f3dulo instalado:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>M\u00f3dulo instalado:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>M\u00f3dulo a\u00ednda non instalado:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>M\u00f3dulos a\u00ednda non instalados:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>Novo m\u00f3dulo ofrecido polo engadido:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>Novos m\u00f3dulos ofrecidos polo engadido:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/gl_ES/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_gl_ES.properties
deleted file mode 100644
index 5ac00fc..0000000
--- a/l10n/src/gl_ES/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Long-Description=A funcionalidade de actualizaci\u00f3n autom\u00e1tica proporciona alg\u00fans servizos: descarga e instalaci\u00f3n de actualizaci\u00f3ns dispo\u00f1\u00edbeis de m\u00f3dulos instalados, procura e instalaci\u00f3n de novos m\u00f3dulos desde os Centros de actualizaci\u00f3n suscritos, ver e xestionar os m\u00f3dulos.
-OpenIDE-Module-Name=Actualizar automaticamente os servizos
-OpenIDE-Module-Short-Description=Soporte para procurar por actualizaci\u00f3ns de m\u00f3dulos en Centros de actualizaci\u00f3n e para descargar e instalar m\u00f3dulos.
-
diff --git a/l10n/src/gl_ES/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_gl_ES.properties
deleted file mode 100644
index af25c0d..0000000
--- a/l10n/src/gl_ES/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Centro de actualizaci\u00f3ns predeterminado
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Bibliotecas
-ArtificialFeaturesProvider_Bridges_Category=Pontes
-ArtificialFeaturesProvider_Unsorted_Category=Sen categorizar
-ArtificialFeaturesProvider_Features_Category=Funcionalidades
-NetworkAccess_Timeout=Tempo de espera mentres se abre unha conexi\u00f3n con {0}
-
diff --git a/l10n/src/gl_ES/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_gl_ES.properties
deleted file mode 100644
index 638f47a..0000000
--- a/l10n/src/gl_ES/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=A prepararse para desempaquetar
-CTL_UnpackingFile=A desempaquetar o ficheiro :
-CTL_DeletingFiles=A desinstalar os ficheiros...
-CTL_DisablingFiles=A desactivar os ficheiros...
-UpdaterFrame.jTextArea1.text=Actualizaci\u00f3n en progreso.\n\nAgarde...
-UpdaterFrame.textLabel.text=A prepararse para desempaquetar
-UpdaterFrame.Form.title=Actualizador
-UpdaterFrame.textLabel.fontName=Di\u00e1logo
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/gl_ES/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_gl_ES.properties
deleted file mode 100644
index 94644ef..0000000
--- a/l10n/src/gl_ES/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} m\u00e1is ...
-Less_Command_Text={0} menos ...
-UnitTab_ReloadTime=\u00daltima comprobaci\u00f3n: {0}
-UnitTab_ReloadTime_Never=nunca
-UnitTab_LessAction=Mostrar menos engadidos
-UnitTab_MoreAction=Mostrar m\u00e1is engadidos
-UnitTab_TooltipCheckBox_INSTALLED=Comprobar engadido {0}
-UnitTab_Tooltip_RefreshAction=Recargar cat\u00e1logo
-UnitTab_bTabAction_Name_INSTALLED=&Desinstalar
-UnitTab_TooltipCheckBox_UPDATE=Comprobar engadido {0}
-UnitTab_bTabAction_Name_UPDATE=Act&ualizar
-UnitTab_CheckAction=Verificar
-UnitTab_CheckCategoryAction=Marcar categor\u00eda
-UnitTab_UncheckCategoryAction=Desmarcar categor\u00eda
-UnitTab_CheckAllAction=Marcar todos
-UnitTab_UncheckAllAction=Desmarcar todos
-UnitTab_ReloadAction=&Recargar cat\u00e1logo
-UnitTab_PrepareReloadAction=Agarde mentres se recarga o cat\u00e1logo
-UnitTab_RemoveLocallyDownloadedAction=Elimina&r
-UnitTab_ActivateAction=&Activar
-UnitTab_ActivateCategoryAction=Activar categor\u00eda
-UnitTab_DeactivateAction=&Desactivar
-UnitTab_DeactivateCategoryAction=Desactivar categor\u00eda
-AvailableTab_SourceCategory_Tooltip_STANDARD=Plugin certificado
-AvailableTab_SourceCategory_Tooltip_BETA=Plugin en versi\u00f3n beta
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Plugin contribu\u00eddo pola comunidade
-InstallTab_Active_Tooltip=Activado
-InstallTab_InActive_Tooltip=Destivado
-InstallTab_PendingForInstall_Tooltip=Prec\u00edsase reiniciar o aplicativo para completar a instalaci\u00f3n
-InstallTab_PendingForDeactivate_Tooltip=Prec\u00edsase reiniciar o aplicativo para completar a desactivaci\u00f3n
-InstallTab_ReadOnly_Tooltip={0} est\u00e1 en modo de s\u00f3 lectura e non pode ser seleccionado
-UnitTab_TooltipCheckBox_AVAILABLE=Comprobar engadido {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Instalar
-UnitTab_TooltipCheckBox_LOCAL=Comprobar engadido {0}
-UnitTab_Tooltip_AddAction_LOCAL=Engadir os engadidos descargados en local
-UnitTab_Tooltip_RemoveAction_LOCAL=Eliminar engadido da lista
-UnitTab_bTabAction_Name_LOCAL=&Instalar
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} engadido seleccionado
-UnitTab_lHowManySelected_Many_Text={0} engadidos seleccionados
-UnitTab_OperationName_Text_INSTALLED=Desinstalar
-UnitTab_OperationName_Text_UPDATE=Actualizar
-UnitTab_OperationName_Text_AVAILABLE=Instalar
-UnitTab_OperationName_Text_LOCAL=Instalar
-UnitTab_lWarning_Text=A operaci\u00f3n {0} require reiniciar o aplicativo
-PluginManagerUI_UnitTab_Update_Title=Actualizaci\u00f3ns
-PluginManagerUI_UnitTab_Update_ToolTip=A s\u00faa aplicaic\u00f3n est\u00e1 actualizada!
-PluginManagerUI_UnitTab_Available_ToolTip=Non hai engadidos dispo\u00f1\u00edbeis. Prema en Recargar cat\u00e1logo para obter os engadidos m\u00e1is recentes.
-PluginManagerUI_UnitTab_Available_Title=Engadidos dispo\u00f1\u00edbeis
-PluginManagerUI_UnitTab_Installed_Title=Instalado
-PluginManagerUI_UnitTab_Local_Title=Descargados
-UnitTab_bAddLocallyDownloads_Name=&Engadir engadidos...
-UnitTab_bAddLocallyDownloads_ACN=Engadir engadidos...
-UnitTab_bAddLocallyDownloads_ACD=Para engadir engadidos empregue o explorador de ficheiros e engada calquera engadido que descargara ao seu sistema local
-NotificationAlreadyPreparedToIntsall=O engadido {0} xa est\u00e1 preparado para actualizar/instalar.
-NotificationOneAlreadyInstalled=O engadido "{0}" xa est\u00e1 instalado.
-NotificationMoreAlreadyInstalled=Os engadidos "{0}" xa est\u00e1s instalados.
-NotificationAlreadyPresent=O engadido "{0}" xa foi engadido. Quere reemprazalo con "{1}"?
-NotificationAlreadyPresentTitle=Reemprazar plugin
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Engadir engadidos...
-CTL_FileFilterDescription=Ficheiros de distribuci\u00f3n de engadidos (*.nbm)
-NetworkProblemPanel_taTitle_Text=Non se puido conectar co Centro de actualizaci\u00f3ns
-NetworkProblemPanel_taMessage_WarningText=Comprobe as opci\u00f3ns do proxy e t\u00e9nteo de novo m\u00e1is tarde. O servidor pode non estar dispo\u00f1\u00edbel neste momento. \n\nAseg\u00farese tam\u00e9n de que o seu cortalumes non est\u00e1 bloqueando o tr\u00e1fico de rede.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Comprobe as opci\u00f3ns do proxy e t\u00e9nteo de novo m\u00e1is tarde. O servidor non est\u00e1 dispo\u00f1\u00edbel neste momento\n\nAseg\u00farese tam\u00e9n de que o seu cortalumes non est\u00e1 bloqueando o tr\u00e1fico de rede. \n\nPode acontecer que a s\u00faa cach\u00e9 sexa obsoleta. Faga clic en Recargar cat\u00e1logo para alctualizar o contido do mesmo.
-NetworkProblemPanel_taMessage_ErrorText=Non todos os engadidos se descargaron correctamente. Neste momento o servidor poder\u00eda non est\u00e1r dispo\u00f1\u00edbel T\u00e9nteo m\u00e1is tarde.
-CTL_Warning=Advertencia
-CTL_Error=Problema de rede
-CTL_ShowProxyOptions=Configuraci\u00f3n de &proxy...
-ACSD_ShowProxyOptions=N/D
-Utilities_NetworkProblem_Continue=&Tentar de novo
-Utilities_NetworkProblem_Skip=&Ignorar
-Utilities_NetworkProblem_Cancel=Cancelar
-Utilities_NetworkProblem_Text=Non \u00e9 pos\u00edbel conectar a {0} xa que {1}
-SettingsTable_ActiveColumn=Activado
-SettingsTable_NameColumn=Nome
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Configuraci\u00f3ns
-SettingsTab.bProxy.text=Configuraci\u00f3n de &proxy
-UpdateUnitProviderPanel_OK=Aceptar
-UpdateUnitProviderPanel_displayName=Personalizador do centro de actualizaci\u00f3n
-UpdateUnitProviderPanel.lName.text=&Nome\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Comprobar actualizaci\u00f3ns autom\u00e1ticamente
-Utilities_Libraries_Category=Bibliotecas
-Utilities_Bridges_Category=Pontes
-Utilities_Unsorted_Category=Sen categorizar
-SettingsTab.bRemove.message=Est\u00e1 seguro que quere eliminar o centro de actualizaci\u00f3ns "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Nome
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Comprobar actualizaci\u00f3ns autom\u00e1ticamente
-UpdateUnitProviderPanel.error.name.short=Non se especificou o nome do Centro de actualizaci\u00f3ns
-UpdateUnitProviderPanel.error.url.short=Non se especificou o URL do Centro de actualizaci\u00f3ns
-UpdateUnitProviderPanel.error.name.dup=Xa existe un Centro de actualizaci\u00f3ns co mesmo nome
-UpdateUnitProviderPanel.error.url.invalid=O URL do centro de actualizaci\u00f3ns \u00e9 incorrecto
-UnitTab_bClose_Text=Pe&char
-Utilities_CheckingForUpdates=A comprobar as actualizaci\u00f3ns
-UnitTab_InitAndCheckingForUpdates=Inicializando a lista dos engadidos... 
-InstalledTableModel_State_Enabled=Activado
-InstalledTableModel_State_Disabled=Desactivado
-AvailableTableModel_Columns_Install=Instalar
-AvailableTableModel_Columns_Name=Nome
-AvailableTableModel_Source_Category=Fonte
-AvailableTableModel_Columns_Category=Categor\u00eda
-InstalledTableModel_Columns_Uninstall=Seleccionar
-InstalledTableModel_Columns_Name=Nome
-InstalledTableModel_Columns_Installed=Instalado
-InstalledTableModel_Columns_Category=Categor\u00eda
-InstalledTableModel_Columns_Enabled=Activado
-LocallyDownloadedTableModel_Columns_Install=Instalar
-LocallyDownloadedTableModel_Columns_Name=Nome
-LocallyDownloadedTableModel_Columns_Version=Versi\u00f3n
-LocallyDownloadedTableModel_Columns_Size=Tama\u00f1o
-UpdateTableModel_Columns_Update=Actualizar
-UpdateTableModel_Columns_Name=Nome
-UpdateTableModel_Columns_Installed=Instalado
-UpdateTableModel_Columns_Available=Dispo\u00f1\u00edbel
-UpdateTableModel_Columns_Size=Tama\u00f1o
-UpdateTableModel_Columns_Category=Categor\u00eda
-SettingsTab_NewProviderName=Novo provedor
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Descrici\u00f3n:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Versi\u00f3n: 
-UnitDetails_Plugin_InstalledVersion=Versi\u00f3n instalada:
-UnitDetails_Plugin_AvailableVersion=Versi\u00f3n dispo\u00f1\u00edbel:
-UnitDetails_Plugin_Author=Autor: 
-UnitDetails_Plugin_Date=Data: 
-UnitDetails_Plugin_Source=Fonte: 
-UnitDetails_Plugin_CodeName=Nome da versi\u00f3n: 
-UnitDetails_Plugin_Homepage=P\u00e1xina de inicio: 
-UnitDetails_Plugin_Notification=Nota importante
-UnitDetails_Plugin_Description=Descrici\u00f3n do plugin
-UnitDetails_Plugin_Collecting_Dependencies=A recoller dependencias...
-UnitDetails_New_Internal_Update_Mark=novo!
-lSearch1.text=&Buscar\:
-SettingsTab.lCheckPeriod.text=Intervalo de &comprobaci\u00f3n\:
-SettingsTab.lGeneral.text=Avanzado
-SettingsTab.addButton.text=&Novo
-SettingsTab.RemoveButton.text=Elimina&r
-SettingsTab.EditButton.text=&Editar
-SettingsTab.AddButton.text=Eng&adir
-SettingsTab.lUpdateCenters.text=Configuraci\u00f3n dos centros de &actualizacion\:
-SettingsTab.lConnection.text=Comprobar automaticamente as actualizaci\u00f3ns
-CTL_Update_every_startup=En cada inicio
-CTL_Update_every_day=Cada d\u00eda
-CTL_Update_every_week=Cada semana
-CTL_Update_every_2weeks=Cada d\u00faas semanas
-CTL_Update_every_month=Cada mes
-CTL_Update_never=Nunca
-CTL_Update_custom=Predeterminado do usuario
-SettingsTab.cbSharedInstall.text=&Forzar a instalaci\u00f3n nos directorios compartidos
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Permisos de escritura
-SettingsTab.cbSharedInstall.ReadOnlyMessage=No ten permisos para instalar engadidos no cartafol compartido:\n{0}\nPara levar a cabo a instalaci\u00f3n no cartafol compartido debe executar o aplicativo como o usuario con privilexios de administraci\u00f3n.
-SettingsTab.cbSharedInstall.NoSharedTitle=Non \u00e9 un directorio de instalaci\u00f3n
-SettingsTab.cbSharedInstall.NoSharedMessage=Non se encontraron cartafoles compartidos.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Non se pode ler o NBM {0} porque {1}
-PluginManagerUI.bHelp.text=A&xuda
-ACN_UnitTable=Lista de engadidos
-ACD_UnitTable=Lista de engadidos
-ACN_UpdateCentersTable=Listaxe de Centros de actualizaci\u00f3n
-ACD_UpdateCentersTable=A listaxe de centros de actualizaci\u00f3n perm\u00edtelle activar ou desactivar o Centro de actualizaci\u00f3n seleccionado
-ACN_DetailsPanel=Detalles do plugin
-ACN_DetailsPanel_Button=Invocar {0} acci\u00f3n
-ACN_UnitDetails=Detalles do plugin
-ACD_Reload=Recargar cat\u00e1logo
-ACD_Search=Buscar engadidos
-ACN_Tabs=Seleccione entre as actualizaci\u00f3ns de engadidos, engadidos dispo\u00f1\u00edbeis, instalados e descargados
-ACD_Tabs=Seleccione entre as actualizaci\u00f3ns de engadidos, engadidos dispo\u00f1\u00edbeis, instalados e descargados
-ACN_PluginManagerUI=Xestor de engadidos
-ACD_PluginManagerUI=Xestor de engadidos \u00e9 para actualizar, instalar e eliminar engadidos
-ACN_Reload=Recargar cat\u00e1logo
-ACN_UpdateCenterCustomizer=Personalizador do centro de actualizaci\u00f3n
-ACD_UpdateCenterCustomizer=O personalizador do centro de actualizaci\u00f3ns serve para editar o nome e URL do centro de actualizaci\u00f3ns
-NetworkProblemPanel_ACD=N/D
-NetworkProblemPanel_taMessage=Mensaxe do problema de rede
-NetworkProblemPanel_taTitle_ACN=Problema de rede
-UnitTab.detailView.text=Mostrar &detalles
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Actualizaci\u00f3ns internas)
-Unit_InternalUpdates_Title=Actualizaci\u00f3ns internas
-
diff --git a/l10n/src/gl_ES/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_gl_ES.properties
deleted file mode 100644
index 67cdb50..0000000
--- a/l10n/src/gl_ES/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Comprobar se hai act&ualizaci\u00f3ns
-PluginManagerAction_Name=Comple&mentos
-PluginManager_Panel_Name=Engadidos
-PluginManager_CloseButton_Name=Pe&char
-AutoupdateCheckScheduler_UpdatesFound_ToolTip=Encontr\u00e1ronse {0} actualizaci\u00f3ns.
-AutoupdateCheckScheduler_UpdateFound_ToolTip=Encontrouse {0} actualizaci\u00f3n.
-AutoupdateCheckScheduler_UpdateFound_Hint=Prema aqu\u00ed para actualizar o seu aplicativo.
-AutoupdateCheckScheduler_InstallInProgress=Agarde, outra tarefa de instalaci\u00f3n en progreso...
-
diff --git a/l10n/src/gl_ES/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_gl_ES.properties
deleted file mode 100644
index 86812c4..0000000
--- a/l10n/src/gl_ES/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Long-Description=O IU perm\u00edtelle navegar pola instalaci\u00f3n e contidos dos Centros de actualizaci\u00f3n, para descargar actualizaci\u00f3ns ou novos m\u00f3dulos e para instalar m\u00f3dulos automaticamente.
-OpenIDE-Module-Name=Interface de usuario de actualizaci\u00f3n autom\u00e1tica
-OpenIDE-Module-Short-Description=Proporciona unha interface de usuario de actualizaci\u00f3n autom\u00e1tica
-
diff --git a/l10n/src/gl_ES/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_gl_ES.properties
deleted file mode 100644
index fa88606..0000000
--- a/l10n/src/gl_ES/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Benvida ao Instalador de engadidos
-OperationDescriptionStep_Header_Content=O instalador descargar\u00e1, verificar\u00e1 e instalar\u00e1 os engadidos seleccionados.
-OperationDescriptionStep_TableInstall_Title=Vanse a instalar os seguintes engadidos:
-OperationDescriptionStep_TableUpdate_Title=Vanse instalar os seguintes engadidos:
-OperationDescriptionStep_PluginBrokesJavaDependency=Requ\u00edrese a versi\u00f3n da plataforma Java {0} ou superior pero s\u00f3 est\u00e1 executando a versi\u00f3n {1}.
-OperationDescriptionStep_HeaderUninstall_Head=Benvida ao Instalador de engadidos
-OperationDescriptionStep_HeaderUninstall_Content=Vanse desinstalar os engadidos seleccionados Vanse eliminar do disco os engadidos seleccionados.
-OperationDescriptionStep_TableUninstall_Title=Vanse desinstalar os engadidos seleccionados.
-OperationDescriptionStep_HeaderActivate_Head=Benvida ao Instalador de engadidos
-OperationDescriptionStep_HeaderActivate_Content=Vanse a activar os engadidos seleccionados.
-OperationDescriptionStepActivate_Table_Title=Vanse a activar os seguintes engadidos:
-OperationDescriptionStep_HeaderDeativate_Head=Benvida ao Instalador de emgadidos
-OperationDescriptionStep_HeaderDeativate_Content=Vanse desactivar os engadidos seleccionados.
-OperationDescriptionStep_TableDeativate_Title=Vanse desactivar os seguintes engadidos:
-PanelBodyContainer_PleaseWait=Agarde mentres o instalador busca as dependencias dos engadidos.
-DependenciesResolutionStep_Table_Title=Tam\u00e9n se van a instalar os seguintes engadidos xa que alg\u00fan engadido que quere instalar depende de aqueles.
-UninstallDependenciesResolutionStep_Table_Title=Os seguintes engadidos van a ser desactivados tam\u00e9n xa que un ou m\u00e1is engadidos dos que depend\u00edan ser\u00e1n desactivados:
-LicenseApprovalPanel_taTitle_Text=Para continuar coa instalaci\u00f3n ten que aceptar todos os acordos de licenza asociados a cada engadido.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} Acordo de licenza
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=Acordo de licenza
-LicenseApprovalPanel_Header_Content=Lea atentamente o contrato de licenza presentado a continuaci\u00f3n.
-InstallUnitWizard_Title=Instalador de engadidos
-InstallStep_Header_Download_Head=Descargar
-InstallStep_Header_Download_Content=Agarde ata que o instalador descargue os engadidos solicitados.
-InstallStep_Header_Verify_Head=Validar
-InstallStep_Header_Verify_Content=Agarde ata que o instalador valide os engadidos descargados.
-InstallStep_Header_Install_Head=Instalar
-InstallStep_Header_Install_Content=Agarde ata que o instalador complete a instalaci\u00f3n.
-InstallStep_Header_InstallDone_Head=A instalaci\u00f3n completouse con \u00e9xito
-InstallStep_Header_InstallDone_Content=Prema en Finalizar para sa\u00edr do instalador.
-InstallStep_Header_InstallUnsuccessful_Head=A instalaci\u00f3n non se puido completar con \u00e9xito
-InstallStep_Header_InstallUnsuccessful_Content=Prema en Finalizar para sa\u00edr do instalador e reiniciar a aplicativo.
-InstallStep_Header_Restart_Head=Reinicie o aplicativo para completar a instalaci\u00f3n
-InstallStep_Header_Restart_Content=Reinicie o aplicativo para finalizar a instalaci\u00f3n do engadido.
-UninstallStep_Header_Restart_Head=Reinicie o aplicativo para completar a desactivaci\u00f3n
-UninstallStep_Header_Restart_Content=Reinicie o aplicativo para rematar a desactivaci\u00f3n do engadido.
-CustomHandleStep_Header_Install_Restart_Head=Reinicie o aplicativo para completar a instalaci\u00f3n
-CustomHandleStep_Header_Install_Restart_Content=Reinicie o aplicativo para finalizar a instalaci\u00f3n do engadido.
-CustomHandleStep_Header_Uninstall_Restart_Head=Reinicie o aplicativo para completar a desinstalaci\u00f3n.
-CustomHandleStep_Header_Uninstall_Restart_Content=Reinicie o aplicativo para rematar a desinstalaci\u00f3n do engadido.
-
-InstallStep_Done=Feito.
-InstallStep_Unsuccessful=A instalaci\u00f3n completouse pero encontr\u00e1ronse os seguintes problemas: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Reiniciar agora
-InstallUnitWizardModel_Buttons_RestartLater=Reiniciar &m\u00e1is tarde
-InstallUnitWizardModel_Buttons_Install=&Instalar
-InstallUnitWizardModel_Buttons_Update=Act&ualizar
-InstallUnitWizardModel_Buttons_Close=&Finalizar
-InstallUnitWizardModel_Buttons_Next=Seguinte
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=Desinsta&lar
-UninstallUnitWizardModel_Buttons_TurnOn=&Activar
-UninstallUnitWizardModel_Buttons_TurnOff=&Desactivar
-InstallStep_InstallDone_Text=O Instalador de engadidos instalou con \u00e9xito os seguintes engadidos:
-InstallStep_InstallUnsuccessful_Text=O Instalador de engadidos encontrou o erro {0} mentres instalaba os seguintes engadidos:
-UninstallStep_UninstallDone_Text=O Instalador de engadidos desintalou con \u00e9xito os seguintes engadidos:
-UninstallStep_ActivateDone_Text=O Instalador de engadidos activou con \u00e9xito os seguintes engadidos:
-UninstallStep_DeactivateDone_Text=O Instalador de engadidos desactivou con \u00e9xito os seguintes engadidos:
-UninstallStep_UninstallFailed_Text=Ocorreu un fallo ao desinstalar {0}
-UninstallStep_ActivateFailed_Text=Ocorreu un fallo ao activar {0}
-UninstallStep_DeactivateFailed_Text=Ocorreu un fallo ao desactivar {0}
-UninstallStep_Done=Feito.
-UninstallStep_Failed=Fallou. {0}
-UninstallStep_Header_Uninstall_Head=Desinstalaci\u00f3n
-UninstallStep_Header_Uninstall_Content=Agarde ata que o instalador desinstale todos os engadidos seleccionados.
-UninstallStep_Header_Deactivate_Head=Desactivaci\u00f3n
-UninstallStep_Header_Deactivate_Content=Agarde ata que o instalador desactive todos os engadidos seleccionados.
-UninstallStep_Header_Activate_Head=Activaci\u00f3n
-UninstallStep_Header_Activate_Content=Agarde ata que o instalador active todos os engadidos seleccionados.
-UninstallStep_Header_UninstallDone_Head=A desinstalaci\u00f3n completouse con \u00e9xito
-UninstallStep_Header_UninstallDone_Content=Prema en Finalizar para sa\u00edr do instalador de engadidos.
-UninstallStep_Header_DeactivateDone_Head=A desactivaci\u00f3n completouse con \u00e9xito
-UninstallStep_Header_DeactivateDone_Content=Prema en Finalizar para sa\u00edr do instalador de engadidos.
-UninstallStep_Header_ActivateDone_Head=A activaci\u00f3n completouse con \u00e9xito
-UninstallStep_Header_ActivateDone_Content=Prema en Finalizar para sa\u00edr do instalador de engadidos.
-UninstallStep_Header_UninstallFailed_Head=Fallou a desinstalaci\u00f3n
-UninstallStep_Header_UninstallFailed_Content=Prema en Finalizar para sa\u00edr do instalador de engadidos.
-UninstallStep_Header_DeactivateFailed_Head=A desactivaci\u00f3n fallou
-UninstallStep_Header_DeactivateFailed_Content=Prema en Finalizar para sa\u00edr do instalador de engadidos.
-UninstallStep_Header_ActivateFailed_Head=Ocorreu un fallo na activaci\u00f3n
-UninstallStep_Header_ActivateFailed_Content=Prema en Finalizar para sa\u00edr do instalador de engadidos.
-UninstallStep_ProgressName_Uninstall=Desinstalando engadidos
-UninstallStep_ProgressName_Activate=Activando os engadidos
-UninstallStep_ProgressName_Deactivate=Desactivando os engadidos
-ValidationWarningPanel_ShowCertificateButton=&Mostrar certificado
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Aviso na activaci\u00f3n
-ValidationWarningPanel_VerifyCertificate_Title=Ver certificado
-ValidationWarningPanel_ContinueButton=&Continuar
-ValidationWarningPanel_taHead_NotSignedText=Os seguintes engadidos non est\u00e1n asinados\:
-ValidationWarningPanel_taHead_NotTrustedText=Os seguintes engadidos est\u00e1n asinados pero non son fi\u00e1beis\:
-ValidationWarningPanel_taWarning_Text=Aviso: A instalaci\u00f3n de engadidos non fi\u00e1beis \u00e9 potencialmente inseguro. Empregue engadidos sen asinar ou non fi\u00e1beis baixo o seu propio risco.
-OperationDescriptionStep_CustomHandled_Head={0} engadidos empregan o instalador nativo:
-InstallStep_Download_DownloadingPlugins=Descargando engadidos...
-InstallStep_Validate_ValidatingPlugins=Validando engadidos...
-InstallStep_Install_InstallingPlugins=Instalando os engadidos...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Alg\u00fans engadidos non est\u00e1n instalados para evitar problemas de instalaci\u00f3n potenciais..
-CustomHandleStep_Header_Install_Head=Instalar
-CustomHandleStep_Header_Install_Content=Agarde ata que o instalador complete a instalaci\u00f3n.
-CustomHandleStep_Header_Uninstall_Head=Desinstalaci\u00f3n
-CustomHandleStep_Header_Uninstall_Content=Agarde ata que o instalador desinstale completamente os engadidos seleccionados.
-CustomHandleStep_Header_InstallDone_Head=A instalaci\u00f3n completouse con \u00e9xito
-CustomHandleStep_Header_InstallDone_Content=Prema seguinte para continuar coa instalaci\u00f3n dos engadidos seleccionados que faltan empregando o instalador de engadidos.
-CustomHandleStep_Header_UninstallDone_Head=A desinstalaci\u00f3n completouse con \u00e9xito
-CustomHandleStep_Header_UninstallDone_Content=Prema en Seguinte para continuar a desinstalaci\u00f3n dos engadidos seleccionados que faltan.
-CustomHandleStep_Header_InstallFail_Head=Fallou a instalaci\u00f3n.
-CustomHandleStep_Header_InstallFail_Content=Prema en Cancelar para sa\u00edr do instalador de engadidos.
-CustomHandleStep_Header_UninstallFail_Head=Fallou a instalaci\u00f3n
-CustomHandleStep_Header_UninstallFail_Content=Prema en Cancelar para sa\u00edr do instalador de engadidos.
-CustomHandleStep_Install_InstallingPlugins=Instalando os engadidos empregando o instalador de engadidos...
-CustomHandleStep_Uninstall_UninstallingPlugins=Desinstalando os engadidos empregando o instalador de engadidos...
-CustomHandleStep_Done=Feito.
-CustomHandleStep_InstallDone_Text=O instalador de engadidos rematou a instalaci\u00f3n con \u00e9xito.
-CustomHandleStep_InstallFail_Text=Ocorreu un fallo ao instalar {0}.
-CustomHandleStep_UninstallDone_Text=O Instalador de engadidos rematou a desinstalaci\u00f3n con \u00e9xito.
-CustomHandleStep_UninstallFail_Text=Ocorreu un fallo ao desinstalar {0}.
-InstallStep_NetworkProblem_Continue=&Tentar de novo
-InstallStep_NetworkProblem_Text=Houbo un problema coa rede en {0}
-OperationPanel.cbRunInBackground.text=Executa&r en segundo plano
-InstallSupport_InBackground_NetworkError=Non se puido conectar co Centro de actualizaci\u00f3ns.
-InstallSupport_InBackground_NetworkError_Details=Detalles
-LicenseApprovalPanel.cbAccept.text=&Acepto os termos do acordo de licenza
-InstallSupport_RestartNeeded=Reiniciar o aplicativo para conclu\u00edr a instalaci\u00f3n.
-UninstallSupport_RestartNeeded=Reinicie o aplicativo para completar a desactivaci\u00f3n.
-CustomHandleStep_Install_RestartNeeded=Reiniciar o aplicativo para conclu\u00edr a instalaci\u00f3n.
-CustomHandleStep_Uninstall_RestartNeeded=Reiniciar o aplicativo para conclu\u00edr a desinstalaci\u00f3n.
-
-RestartNeeded_Details=Prema aqu\u00ed para reiniciar o seu aplicativo agora
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=Asistente de instalaci\u00f3n de NetBeans
-PanelBodyContainer_ACD=Asistente de instalaci\u00f3n de NetBeans
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/D
-LicenseApprovalPanel_taLicenses_ACD=N/D
-LicenseApprovalPanel_cbAccept_ACN=N/D
-ValidationWarningPanel_tpPlugins_ACN=Engadidos sen verificar
-ValidationWarningPanel_taWarning_Text_ACD=Aviso: A instalaci\u00f3n de engadidos non fi\u00e1beis \u00e9 potencialmente inseguro. Empregue engadidos sen asinar ou non fi\u00e1beis baixo o seu propio risco.
-ValidationWarningPanel_taWarning_Text_ACN=Advertencia
-ValidationWarningPanel_taHead_ACN=N/D
-ValidationWarningPanel_ACD=N/D
-UninstallUnitWizard_Title=Instalador de engadidos
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>O seu aplicativo est\u00e1 actualizado!</h3>
-LazyOperationDescriptionStep_NoUpdates=Non hai actualizaci\u00f3ns dispo\u00f1ibles.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Produciuse un fallo ao comprobar as actualizaci\u00f3ns.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Comprobe a s\u00faa conexi\u00f3n de rede e verifique que as s\u00faas opci\u00f3ns de proxy<br>est\u00e1n configuradas correctamente, ou t\u00e9nteo m\u00e1is tarde.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Comprobando as actualizaci\u00f3ns.</b><br>Agarde at\u00e9 que o instalador comprobe as actualizaci\u00f3ns dispo\u00f1\u00edbeis.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=A inicializar a lista de actualizaci\u00f3ns... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Alg\u00fans engadidos requiren que te\u00f1a instalado o engadido {0}.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Alg\u00fans engadidos est\u00e1n agardando que o aplicativo se reinicie para resolver os seguintes problemas:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Alg\u00fans engadidos requiren a capacidade {0}:</h3>{1}<br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Alg\u00fans engadidos requiren a versi\u00f3n {0} da plataforma Java:</h3>{1}<br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Alg\u00fans engadidos requiren o JDK</h3>Alg\u00fans dos engadidos requiren o JDK para funcionar. Actualmente o IDE de NetBeans semella que est\u00e1 sendo executado co JRE no canto de co JDK completo.<br><br>Para usar estes engadidos, inicie o IDE coa opci\u00f3n de li\u00f1a de ordes <code>--jdkhome<code> estabelecida na localizaci\u00f3n da s\u00faa instalaci\u00f3n do JDK. Para m\u00e1is informaci\u00f3n consulte <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a>.<br><br>
-OperationDescriptionStep_BrokenModuleDep=O engadido {0} tam\u00e9n necesita ser instalado.
-OperationDescriptionStep_BrokenModuleNameDep=Neces\u00edtase o engadido con nome {0} e non se encontrou.
-OperationDescriptionStep_BrokenModuleVersionDep=O engadido {0} foi solicitado na s\u00faa versi\u00f3n >= {1} pero s\u00f3 se encontrou a {2}.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=O engadido {0} foi solicitado na versi\u00f3n >= {1} (versi\u00f3n de lanzamento {2}) pero s\u00f3 se encontrou a {3} (da versi\u00f3n de lanzamento diferente de {2}).
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=O engadio  {0} solicitouse na versi\u00f3n {1}.
-OperationDescriptionStep_BrokenModuleImplDep=O engadido {0} solicitouse na versi\u00f3n de implementaci\u00f3n {1}.
-OperationDescriptionStep_BrokenRequiresDep=Non se pode encontrar ning\u00fan engadido que forneza a capacidade {0}.
-OperationDescriptionStep_AffectedPluginByBrokenDep=Os seguintes engadidos est\u00e1n afectados:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=Os seguintes engadidos est\u00e1n afectados:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=Produciuse alg\u00fan problema ao gardar {0}.\nCausa: {1}
-InstallStep_DownloadProblem_SomePlugins=engadidos seleccionados
-
diff --git a/l10n/src/gl_ES/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_gl_ES.properties
deleted file mode 100644
index 047d640..0000000
--- a/l10n/src/gl_ES/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Plataforma RCP
-OpenIDE-Module-Name=Plataforma RCP
-OpenIDE-Module-Short-Description=Plataforma RCP de NetBeans
-OpenIDE-Module-Long-Description=A plataforma RCP de NetBeans \u00e9 un marco de traballo xen\u00e9rico para aplicativos Swing. Proporciona os servizos com\u00fans para a meirande parte dos aplicativos de escritorio grandes: xesti\u00f3n de xanelas, configuraci\u00f3ns e almacenaxe, xesti\u00f3n de actualizaci\u00f3ns, acceso a ficheiros, etc.<br><br>Vexa m\u00e1is informaci\u00f3n en <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/gl_ES/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_gl_ES.properties
deleted file mode 100644
index 17564f4..0000000
--- a/l10n/src/gl_ES/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Busca de MIME no SystemFS
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=A implementaci\u00f3n predeterminada do MimeDataProvider.
-OpenIDE-Module-Long-Description=O m\u00f3dulo de busca de MIME no SystemFS implementa o MimeDataProvider que busca obxectos na xerarqu\u00eda de cartafoles no sistema de ficheiros.
-
-
diff --git a/l10n/src/gl_ES/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_gl_ES.properties
deleted file mode 100644
index 7c3af9d..0000000
--- a/l10n/src/gl_ES/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de busca de MIME
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=A API de busca de MIME.
-OpenIDE-Module-Long-Description=O m\u00f3dulo de busca de MIME proporciona unha API para buscar o tipo MIME dependente de configuraci\u00f3ns, servizos e outros obxectos. Tam\u00e9n proporciona unha SPI para implementar tipos MIME adicionais  relacionados co provedor de datos.
-
diff --git a/l10n/src/gl_ES/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_gl_ES.properties
deleted file mode 100644
index 29f379a..0000000
--- a/l10n/src/gl_ES/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=Eng&adir aos favoritos
-ACT_AddOnFavoritesNode=Eng&adir aos favoritos...
-ACT_Remove=Elimina&r dos favoritos
-ACT_View=Favor&itos
-ACT_Select=Favoritos
-ACT_Select_Main_Menu=Seleccionar nos fa&voritos
-
-Favorites=Favoritos
-Templates/Other=Outros
-Templates/Properties=Propiedades de configuraci\u00f3ns do usuario
-Templates/Other/Folder=Cartafol
-Templates/Other/file=Ficheiro baleiro
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=\u00c1rbore de navegaci\u00f3n
-ACSD_ExplorerBeanTree=N/D
-
-# JFileChooser
-CTL_DialogTitle=Engadir aos favoritos
-CTL_ApproveButtonText=Engadir
-ERR_FileDoesNotExist={0} non existe.
-ERR_FileDoesNotExistDlgTitle=Engadir aos favoritos
-
-MSG_NodeNotFound=Non foi pos\u00edbel encontrar o nodo do documento no separador Favoritos.
-
-# Manifest localization
-OpenIDE-Module-Name=Favoritos
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Compatibilidade para organizar os ficheiros favoritos.
-OpenIDE-Module-Long-Description=O m\u00f3dulo favoritos perm\u00edtelle crear unha visualizaci\u00f3n dos ficheiros que son relevantes para o seu traballo, para acceder a eles de forma sinxela dende un lugar com\u00fan.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Modelos
-Templates.Options.Export.displayName=Todos os modelos
-Favorites.Options.Export.displayName=Favoritos
-
diff --git a/l10n/src/gl_ES/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_gl_ES.html b/l10n/src/gl_ES/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_gl_ES.html
deleted file mode 100644
index b5da116..0000000
--- a/l10n/src/gl_ES/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_gl_ES.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Crea un ficheiro baleiro cunha extensión arbitraria no seu disco.
-</BODY></HTML>
diff --git a/l10n/src/gl_ES/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_gl_ES.html b/l10n/src/gl_ES/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_gl_ES.html
deleted file mode 100644
index 9660d5a..0000000
--- a/l10n/src/gl_ES/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_gl_ES.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Crea un novo cartafol no seu disco.
-</BODY></HTML>
diff --git a/l10n/src/gl_ES/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_gl_ES.properties
deleted file mode 100644
index 63c17bd..0000000
--- a/l10n/src/gl_ES/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=Pe&char
-BTN_TemplatesPanel_OpenInEditorButton=Abrir n&o editor
-LBL_TemplatesAction_Name=Mode&los
-HINT_TemplatesAction=Personalizar os modelos
-LBL_TemplatesPanel_Title=Xestor de modelos
-BTN_TemplatesPanel_Delete=&Borrar
-LBL_TemplatesPanel_TemplatesLabel=&Modelos\:
-BTN_TemplatesPanel_Add=Eng&adir...
-BTN_TemplatesPanel_RenameButton=&Renomear
-BTN_TemplatesPanel_DuplicateButton=Du&plicar
-BTN_TemplatesPanel_NewFolder=&Novo cartafol
-BTN_TemplatesPanel_MoveUp=Mo&ver cara a arriba
-BTN_TemplatesPanel_MoveDown=Mover cara a a&baixo
-LBL_TemplatesPanel_JFileChooser_Title=Engadir modelo existente
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Engadir
-TXT_TemplatesPanel_NewFolderName=Novo cartafol
-MSG_TemplatesPanel_Nonexistent_File=Ficheiro "{0}"\nnon existe, especifique un ficheiro existente.
-
-TemplatesPanel_TemplateNode_DisplayName=Nome mostrado
-TemplatesPanel_TemplateNode_DisplayName_Desc=Nome a mostrar para este modelo. Mostrado no asistente Ficheiro|Novo as\u00ed como en Ferramentas|Modelos.
-TemplatesPanel_TemplateNode_FileName=Nome do Ficheiro
-TemplatesPanel_TemplateNode_FileName_Desc=Nome de ficheiro para o ficheiro representado por este modelo.
-TemplatesPanel_TemplateNode_ScriptEngine=Motor de Script
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Motor de Script a empregar para procesar este modelo.
-TemplatesPanel_TemplateNode_TemplateCategories=Categor\u00edas de modelo
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=Unha lista das categor\u00edas de modelos apropiadas para este modelo.
-
-ACD_TemplatesPanel_Add=Engadir modelo
-
-ACD_TemplatesPanel_New=Novo modelo
-
-ACD_TemplatesPanel_Duplicate=Duplicar o modelo seleccionado
-
-ACD_TemplatesPanel_Rename=Renomear o modelo
-
-ACD_TemplatesPanel_MoveUp=Mover cara a arriba o modelo seleccionado
-
-ACD_TemplatesPanel_MoveDown=Mover cara a abaixo o modelo seleccionado
-
-ACD_TemplatesPanel_Delete=Borrar o modelo
-
-TT_TemplatesPanel_Add=Engadir modelo
-
diff --git a/l10n/src/gl_ES/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_gl_ES.properties
deleted file mode 100644
index 8156ede..0000000
--- a/l10n/src/gl_ES/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Non \u00e9 pos\u00edbel conectar ao URL {0}; non se encontrou o recurso.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Aviso: non se encontrou o asunto do JavaHelp {0} .
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Cargando os conxuntos de axuda...
-ACSD_JavaHelp_viewer=Mostra unha ou m\u00e1is referencias de axuda en li\u00f1a no formato JavaHelp
-ACSD_Loading_Dialog=Cargando os conxuntos de axuda
-
-# HelpAction
-LBL_HelpAction=Axuda
-CTL_OpeningHelp=A abrir a axuda...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=Monitor HTTP
-
-# a11y - BrowserDisplayer
-ACSD_Label=Prema aqu\u00ed para abrir esta ligaz\u00f3n no navegador web.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=A mostrar o ID da axuda: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=A mostrar o ID da axuda: {0}
-
-QuickSearch/Help=Axuda
-Err_CreateJavaHelpSearchEngine=Ocorreu un fallo ao crear o motor de busca de JavaHelp.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copiar a localizaci\u00f3n da ligaz\u00f3n
-
diff --git a/l10n/src/gl_ES/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_gl_ES.properties
deleted file mode 100644
index 2d4c8e9..0000000
--- a/l10n/src/gl_ES/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Integraci\u00f3n de JavaHelp
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Permite que os conxuntos de axuda JavaHelp sexan engadidos ao IDE.
-OpenIDE-Module-Long-Description=Cont\u00e9n a biblioteca en tempo de execuci\u00f3n do JavaHelp actual e a implementaci\u00f3n de parte da API de m\u00f3dulos que permite que outros m\u00f3dulos instalen os seus conxuntos de axuda empregando a tecnolox\u00eda JavaHelp.
-
-Menu/Help/master-help.xml=&Contidos da axuda
-Menu/Help/HelpShortcuts=Conxunto&s da axuda
-Actions/Help/master-help.xml=&Contidos da axuda
-
diff --git a/l10n/src/gl_ES/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_gl_ES.html b/l10n/src/gl_ES/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_gl_ES.html
deleted file mode 100644
index 2c7b3ed..0000000
--- a/l10n/src/gl_ES/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_gl_ES.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-
-<HTML><head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<TITLE>Índice mestre</TITLE>
-</HEAD><BODY>
-Esta xanela contén o conxunto mestre de toda a documentación instalada. Pode empregar os navegadores da esquerda para navegar pola táboa completa dos contidos e o índice do IDE, e leva a cabo unha busca por toda a documentación no índice e tamén busca de texto completa.
-</BODY></HTML>
diff --git a/l10n/src/gl_ES/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_gl_ES.xml b/l10n/src/gl_ES/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_gl_ES.xml
deleted file mode 100644
index b6b34ca..0000000
--- a/l10n/src/gl_ES/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_gl_ES.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-
-Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-Other names may be trademarks of their respective owners.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-particular file as subject to the "Classpath" exception as provided
-by Oracle in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
-<helpset version="2.0">
-    <title>Axuda</title>
-    <maps>
-        <homeID>org.netbeans.api.javahelp.MASTER_ID</homeID>
-        <mapref location="masterHelpMap.jhm"/>
-    </maps>
-    <view mergetype="javax.help.UniteAppendMerge">
-        <name>TOC</name>
-        <label>Contidos</label>
-        <type>javax.help.TOCView</type>
-        <data>masterHelpToc.xml</data>
-    </view>
-    <!--
-    <view mergetype="javax.help.SortMerge">
-        <name>Index</name>
-        <label>Index</label>
-        <type>javax.help.IndexView</type>
-    </view>
-    -->
-    <view>
-        <name>Search</name>
-        <label>Buscar</label>
-        <type>javax.help.SearchView</type>
-    </view>
-    <!--
-    <view>
-        <name>Favorites</name>
-        <label>Favorites</label>
-        <type>javax.help.FavoritesView</type>
-    </view>
-    -->
-    <presentation default="true" displayviews="true" displayviewimages="false">
-        <name>main window</name>
-        <toolbar>
-            <helpaction image="helpviewer_back">javax.help.BackAction</helpaction>
-            <helpaction image="helpviewer_forward">javax.help.ForwardAction</helpaction>
-            <helpaction image="helpviewer_print">javax.help.PrintAction</helpaction>
-            <helpaction image="helpviewer_page-setup">javax.help.PrintSetupAction</helpaction>
-        </toolbar>
-    </presentation>
-    <presentation displayviews="false">
-        <name>NBSecondaryWindow</name>
-        <size width="600" height="400" />
-        <location x="200" y="200" />
-    </presentation>
-
-    </helpset>
diff --git a/l10n/src/gl_ES/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_gl_ES.html b/l10n/src/gl_ES/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_gl_ES.html
deleted file mode 100644
index e0b3061..0000000
--- a/l10n/src/gl_ES/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_gl_ES.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Módulo non activado</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Módulo non activado</h2>
-<p>Este asunto da axuda que está tentando ver está localizado no módulo {0}, o cal está desactivado. To turn on installed but deactivated modules:</p>
-<ol><li>Choose Tools > Plugins (NetBeans Preferences on Mac).</li>
-    <li>Go to the Installed tab.</li>
-    <li>Select the {0} module and click Activate.</li> </ol>
-</body>
-</html>
diff --git a/l10n/src/gl_ES/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_gl_ES.html b/l10n/src/gl_ES/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_gl_ES.html
deleted file mode 100644
index ff40601..0000000
--- a/l10n/src/gl_ES/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_gl_ES.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Módulo non instalado</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Módulo non instalado</h2>
-<p>Este asunto da axuda que está tentando ver está localizado no módulo {0}, o cal non está instalado. Este módulo semella que está dispoñíbel como un plugin. Para comprobalo seleccione Ferramentas > Plugins.
-</p>
-</body>
-</html>
diff --git a/l10n/src/gl_ES/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_gl_ES.properties
deleted file mode 100644
index acd1185..0000000
--- a/l10n/src/gl_ES/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=API do anel de chaves
-
diff --git a/l10n/src/gl_ES/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_gl_ES.properties
deleted file mode 100644
index 4cbae29..0000000
--- a/l10n/src/gl_ES/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Valor de exemplo que asegura que a descifraxe est\u00e1 traballando.
-FallbackProvider.msg_clear_keys=Non \u00e9 pos\u00edbel descifrar os contrasinais almacenados anteriormente. Desexa olvidar todas as chaves existentes e iniciar un anel de chaves novo?
-FallbackProvider.title_clear_keys=Borrar os contrasinais almacenados
-MasterPasswordPanel.masterPasswordLabel.text=Contrasinal &principal:
-MasterPasswordPanel.setNewBox.text=&Cambiar...
-MasterPasswordPanel.newLabel1.text=&Novo contrasinal principal:
-MasterPasswordPanel.newLabel2.text=&Reescribir:
-MasterPasswordPanel.ok=Aceptar
-MasterPasswordPanel.enter_master_password=Introduza contrasinal principal
-MasterPasswordPanel.enter_password=Introduza contrasinal
-MasterPasswordPanel.enter_new_password=Introduza un novo contrasinal
-MasterPasswordPanel.password_mismatch=Non coinciden os novos contrasinais
-MasterPasswordPanel.explanation.text=NetBeans pode lembrar os contrasinais para vostede, pero para protexelos necesita introducir un contrasinal principal. Se non seleccionou un a\u00ednda f\u00e1gao agora mesmo; preguntaraselle por el nas seguintes sesi\u00f3ns cando se necesite. Tam\u00e9n pode cambiar o contrasinal no momento que se lle pregunte.
-
diff --git a/l10n/src/gl_ES/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_gl_ES.properties
deleted file mode 100644
index 8a95399..0000000
--- a/l10n/src/gl_ES/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Non \u00e9 pos\u00edbel crear o ficheiro {0} no cartafol {1}.
-EXC_CannotCreateExistingData=Non \u00e9 pos\u00edbel crear o ficheiro {0} no cartafol {1}. Este ficheiro xa existe.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Non \u00e9 pos\u00edbel crear o ficheiro {0} no cartafol {1}.
-EXC_CannotCreateExistingFolder=Non \u00e9 pos\u00edbel crear o ficheiro {0} no cartafol {1}. Este ficheiro xa existe.
-
-# {0} - the file
-EXC_CannotLock=Non \u00e9 pos\u00edbel bloquear o ficheiro de s\u00f3 lectura {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Non \u00e9 pos\u00edbel borrar o ficheiro {0} no cartafol {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Non \u00e9 pos\u00edbel renomear o ficheiro {0} en {1} a {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=O bloqueo [{0}] non \u00e9 correcto para o ficheiro {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Non \u00e9 pos\u00edbel renomear a ra\u00edz do sistema de ficheiros {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Non \u00e9 pos\u00edbel borrar a ra\u00edz do sistema de ficheiros {0}.
-
-EXC_CannotLockRoot=Non \u00e9 pos\u00edbel bloquear a ra\u00edz.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Non \u00e9 pos\u00edbel obter o acceso exclusivo a {0} (probabelmente estea aberto para lectura).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Non \u00e9 pos\u00edbel obter o acceso compartido a {0} (probabelmente estea aberto para escritura).
-
diff --git a/l10n/src/gl_ES/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_gl_ES.properties
deleted file mode 100644
index 68c1987..0000000
--- a/l10n/src/gl_ES/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=O ficheiro {0} xa est\u00e1 bloqueado.
-EXC_FileLockAlreadyExists=O ficheiro {0} xa est\u00e1 bloqueado (existe o bloqueo {1}).
-# {0} - full path
-FileObj.readOnlyFile=Non \u00e9 pos\u00edbel escribir no ficheiro {0} porque \u00e9 s\u00f3 de lectura.
-
diff --git a/l10n/src/gl_ES/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_gl_ES.properties
deleted file mode 100644
index 973e81e..0000000
--- a/l10n/src/gl_ES/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Sistema de ficheiros mestre
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Une varios provedores de sistemas de ficheiros nunha \u00fanica \u00e1rbore l\u00f3xica.
-OpenIDE-Module-Long-Description=Crea puntos de montaxe para ra\u00edces de disco e \u00faneos noutros sistemas de ficheiros como puntos de montaxe VCS, fornecendo un \u00fanico sistema de ficheiros que os envolve a todos.
-
-LBL_loaderName=FolderLoader para un MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Non \u00e9 pos\u00edbel renomear a ra\u00edz do sistema de ficheiros {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Non \u00e9 pos\u00edbel copiar a ra\u00edz do sistema de ficheiros {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Non \u00e9 pos\u00edbel mover a ra\u00edz do sistema de ficheiros {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Non \u00e9 pos\u00edbel borrar a ra\u00edz do sistema de ficheiros {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Non \u00e9 pos\u00edbel renomear o ficheiro {0} en {1} a {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=O sistema de ficheiros {0} \u00e9 s\u00f3 de lectura.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Non \u00e9 pos\u00edbel montar o sistema de ficheiros {1} sobre a ra\u00edz {0}, porque xa est\u00e1 montado o sistema de ficheiros {2}.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Non \u00e9 pos\u00edbel montar o sistema de ficheiros {1} sobre a ra\u00edz {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Non \u00e9 pos\u00edbel desmontar o sistema de ficheiros {0}. 
-
diff --git a/l10n/src/gl_ES/platform/options-api/options-api/org/netbeans/modules/options/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/options-api/options-api/org/netbeans/modules/options/Bundle_gl_ES.properties
deleted file mode 100644
index 38aac1d..0000000
--- a/l10n/src/gl_ES/platform/options-api/options-api/org/netbeans/modules/options/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Di\u00e1logo de opci\u00f3ns e SPI
-OpenIDE-Module-Display-Category=Ferramentas
-OpenIDE-Module-Short-Description=Proporciona o di\u00e1logo de opci\u00f3ns e un SPI para engadir paneis a \u00e9l.
-OpenIDE-Module-Long-Description=Proporciona o di\u00e1logo Ferramentas | Opci\u00f3ns. O SPI permitelle engadir novos paneis completos, ou secci\u00f3ns no panel Miscel\u00e1neo.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Opci\u00f3ns
-CTL_Options_Dialog_Title=Opci\u00f3ns
-CTL_OK=Aceptar
-CTL_Classic=Opci\u00f3ns avanzadas
-CTL_Classic_Title=Opci\u00f3ns avanzadas
-CTL_Modern=Opci\u00f3ns &b\u00e1sicas
-CTL_Loading_Options=A ler as configuraci\u00f3ns ...
-CTL_Error_Loading_Options=Ocorreu un fallo ao cargar as opci\u00f3ns.
-CTL_Some_values_changed=Hai alg\u00fans cambios. Quere aplicalos?
-
-CTL_General_Options=&Xeral
-CTL_General_Options_Title=Xeral
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=Cores e &fontes
-CTL_Font_And_Color_Options_Title=Cores e tipos de letra
-CTL_Keymap_Options=Mapa de tecla&do
-CTL_Keymap_Options_Title=Mapa de teclado
-
-CTL_Export=Expor&tar
-CTL_Import=&Importar
-
-#A11Y
-ACS_OKButton=Aceptar
-ACS_ClassicButton= Invoca o di\u00e1logo de Opci\u00f3ns avanzadas
-ACS_OptionsPanel=Di\u00e1logo de opci\u00f3ns
-ACS_Export=Exportar opci\u00f3ns
-ACS_Import=Opci\u00f3ns de importado
-TabbedController.pane.AD=Panel de opci\u00f3ns
-
-QuickSearch/GoToOption=Opci\u00f3ns
-
diff --git a/l10n/src/gl_ES/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_gl_ES.properties
deleted file mode 100644
index 6b52c88..0000000
--- a/l10n/src/gl_ES/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Miscel\u00e1neo
-CTL_Advanced_Options_Title=Miscel\u00e1neo
-CTL_Advanced_Options_Description=Miscel\u00e1neo
-AdvancedPanel.tabbedPanel.AD=Panel con separadores miscel\u00e1neos
-Advanced.Export.Category=Miscel\u00e1neo
-
diff --git a/l10n/src/gl_ES/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_gl_ES.properties
deleted file mode 100644
index ecea383..0000000
--- a/l10n/src/gl_ES/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Defina aqu\u00ed.
-LBL_action_revert=Desfacer Def.
-LBL_action_delete=Borrar
-
-MSG_ask_remove_above_defined_files=Movendo a definici\u00f3n aqu\u00ed eliminarase calquera valor almacenado en capas \u00e1 esquerda da columna seleccionada.\n\nDesexa continuar?
-
-#file state tooltips
-LBL_fstate_defined=A configurar a definici\u00f3n
-LBL_fstate_ignored=Valor de configuraci\u00f3n non usado
-LBL_fstate_inherited=Configuraci\u00f3n herdada
-LBL_fstate_undefined=O valor da configuraci\u00f3n non est\u00e1 definida aqu\u00ed.
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=Usuario
-LBL_FSP_Desc_Session-Layer=Nivel de configuraci\u00f3ns de sesi\u00f3n
-LBL_FSP_Modules-Layer=Predefinido
-LBL_FSP_Desc_Modules-Layer=Nivel de configuraci\u00f3ns de instalaci\u00f3n predeterminada
-
-#OptionsAction
-Options=&Opci\u00f3ns
-CTL_close_button=Pe&char
-ACSD_close_button=N/D
-ACSN_optionsTree=N/D
-ACSD_optionsTree=N/D
-LBL_computing=A inicializar as configuraci\u00f3ns ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Mostrar os niveis (prema +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Agochar os niveis (prema +)
-CTL_Templates_name=Modelos
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorador
-ACSN_ExplorerBeanTree=\u00c1rbore de navegaci\u00f3n
-ACSD_ExplorerBeanTree=N/D
-
diff --git a/l10n/src/gl_ES/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_gl_ES.properties
deleted file mode 100644
index 78d6eeb..0000000
--- a/l10n/src/gl_ES/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Seleccione as opci\u00f3ns a exportar:
-OptionsChooserPanel.outline.all=Todo
-OptionsChooserPanel.outline.header.tree=Opci\u00f3ns dispo\u00f1\u00edbeis
-OptionsChooserPanel.outline.AN=Opci\u00f3ns dispo\u00f1\u00edbeis
-OptionsChooserPanel.outline.AD=\u00c1rbore de opci\u00f3ns dispo\u00f1\u00edbeis
-OptionsChooserPanel.lblFile.text=Ficheiro zip de des&tino:
-OptionsChooserPanel.btnBrowse=Examina&r...
-OptionsChooserPanel.btnBrowse.AN=Examinar
-OptionsChooserPanel.btnBrowse.AD=Examinar
-OptionsChooserPanel.txtFile.AD=Orixe ou destino para importar/exportar.
-OptionsChooserPanel.loading=Cargando...
-OptionsChooserPanel.file.warning=Seleccione un ficheiro zip de destino
-OptionsChooserPanel.nooption.warning=Seleccione algo a exportar
-OptionsChooserPanel.file.chooser.title=Seleccione o ficheiro zip de destino
-OptionsChooserPanel.file.chooser.approve=Aceptar
-OptionsChooserPanel.export.title=Seleccione as opci\u00f3ns para exportar
-OptionsChooserPanel.export.status.text=Rematouse o exportado das opci\u00f3ns.
-OptionsChooserPanel.import.title=Seleccione as opci\u00f3ns a importar
-OptionsChooserPanel.import.lblFile.text=Orixe de &importado:
-OptionsChooserPanel.import.lblHint.text=&Seleccione as opci\u00f3ns a importar:
-OptionsChooserPanel.import.file.warning=Seleccione un ficheiro zip correcto ou cartafol de usuario
-OptionsChooserPanel.import.nooption.warning=Seleccione algo a importar
-OptionsChooserPanel.import.file.chooser.title=Seleccione o ficheiro zip ou cartafol de usuario
-OptionsChooserPanel.import.invalid.userdir.title=Cartafol de usuario incorrecto?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=O cartafol {0} non semella ser un cartafol de usuario correcto. Realmente quere importar as opci\u00f3ns desde esta localizaci\u00f3n?
-OptionsChooserPanel.AD=Panel para escoller as opci\u00f3ns para exportar/importar
-OptionsChooserPanel.import.error=Ocorreu un erro mentres se importan as opci\u00f3ns. Execute o IDE co par\u00e1metro -J-Dorg.netbeans.modules.options.export.level=100 e olle o rexistro do IDE para obter detalles.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Ficheiro zip incorrecto: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Ocorreu un fallo ao escribir no ficheiro {0}.
-ImportConfirmationPanel.title=Confirmaci\u00f3n da importaci\u00f3n
-ImportConfirmationPanel.cbRestart.text=&Reiniciar o IDE agora (sen\u00f3n reinicia as configuraci\u00f3ns importadas non poden traballar)
-ImportConfirmationPanel.cbRestart.AD=Decida se reiniciar o IDE agora ou m\u00e1is tarde
-ImportConfirmationPanel.cbRestart.AN=Reiniciar o IDE agora?
-ImportConfirmationPanel.lblMessage.text=A importaci\u00f3n pode sobrescribir de xeito irrevers\u00edbel as s\u00faas configuraci\u00f3ns actuais. Levar a cabo primeiro unha copia de seguranza das opci\u00f3ns actuais. Quere continuar?
-ImportConfirmationPanel.lblMessage.AD=Mensaxe de confirmaci\u00f3n
-ImportConfirmationPanel.AN=Confirmaci\u00f3n da importaci\u00f3n
-ImportConfirmationPanel.AD=Confirmaci\u00f3n da importaci\u00f3n
-ExportConfirmationPanel.title=Aviso de contrasinais almacenados
-ExportConfirmationPanel.lblMessage.text=As configuraci\u00f3ns exportadas poden conter contrasinais almacendos. Compartir as s\u00faas configuraci\u00f3ns con outros cont\u00e9n un risco potencial de seguranza. Quere continuar?
-ExportConfirmationPanel.cbSkip.text=Omitir e&ste aviso a seguinte vez
-ExportConfirmationPanel.cbSkip.AN=Omitir este aviso a seguinte vez?
-ExportConfirmationPanel.cbSkip.AD=Decida se omitir ou mostrar este aviso a seguinte vez
-ExportConfirmationPanel.lblMessage.AD=Mensaxe de confirmaci\u00f3n
-ExportConfirmationPanel.AN=Aviso de contrasinais almacenados
-ExportConfirmationPanel.AD=Aviso de contrasinais almacenados
-
diff --git a/l10n/src/gl_ES/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_gl_ES.properties
deleted file mode 100644
index dd14dab..0000000
--- a/l10n/src/gl_ES/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Opci\u00f3ns do mapa de teclado
-
-CTL_Keymap_Options=Mapa de tecla&do
-CTL_Keymap_Options_Title=Mapa de teclado
-CTL_Keymap_Options_Description=Mapa de teclado
-
-CTL_Duplicate=&Xesti\u00f3n de perf\u00eds...
-AN_Duplicate=Duplicar
-AD_Duplicate=Duplicar
-CTL_Delete=&Eliminar
-AN_Delete=Borrar
-AD_Delete=Borrar
-CTL_Restore=&Restabelecer
-AN_Restore=Restabelecer
-AD_Restore=Restabelecer
-CTL_Show_Actions=Acci\u00f3&ns
-AN_Show_Actions=Acci\u00f3ns
-AD_Show_Actions=Acci\u00f3ns
-CTL_Show_Shortcuts=Atallo&s
-AN_Show_Shortcuts=Atallos
-AD_Show_Shortcuts=Atallos
-CTL_Add_Shortcut=Enga&dir ...
-AN_Add_Shortcut=Engadir
-AD_Add_Shortcut=Engadir
-CTL_Remove_Shortcut=&Eliminar
-AN_Remove_Shortcut=Eliminar
-AD_Remove_Shortcut=Eliminar
-CTL_Actions=Acci\u00f3&ns:
-AN_Actions=Acci\u00f3ns
-AD_Actions=Acci\u00f3ns
-CTL_Shortcuts=Atallo&s:
-AN_Shortcuts=Atallos
-AD_Shortcuts=Atallos
-AN_Profiles=Perf\u00eds
-AD_Profiles=Perf\u00eds
-Show_Actions=Acci\u00f3&ns
-Show_Shortcuts=Atallo&s
-Keymaps=Mapas de tecla&do
-CTL_Keymap_Name=&Perfil:
-View_By=&Ver por
-Shortcut=&Atallo:
-Add_Shortcut_Dialog=Engadir atallo
-CTL_Create_New_Profile_Message=&Nome do perfil:
-CTL_Create_New_Profile_Title=Di\u00e1logo de crear novo perfil
-Shortcut_Conflict=<html>O atallo xa est\u00e1 asignado \u00e1 acci\u00f3n {0}. Se procede o atallo ser\u00e1 reasignado.
-CTL_Clear=Li&mpar
-AN_Clear=Limpar atallo do bot\u00f3n
-AD_Clear=Limpar o campo de atallo
-CTL_Tab=&Separador
-AN_Tab=Bot\u00f3n inserir car\u00e1cter separador
-AD_Tab=Inserir car\u00e1cter separador
-CTL_Duplicate_Profile_Name=Xa existe un perfil con ese nome.\n Elixa un nome diferente.
-
-CTL_Export_IDE_Actions_Action=Exportar acci\u00f3ns do IDE a XML
-CTL_Export_IDE_Shortcuts_Action=Exportar atallos do IDE a XML
-CTL_Export_Editor_Shortcuts_Action=Exportar atallos do editor a XML
-CTL_Export_Shortcuts_to_HTML_Action=Exportar atallos a HTML
-
-CTL_Other=Outros
-AN_Shortcut=Campo do atallo
-AD_Shortcut=Campo do atallo
-AN_ShortcutsDialog=Insira un novo atallo
-AD_ShortcutsDialog=Insira un novo atallo
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Cambiando o perfil de mapa de teclado desde {1} a {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Busca r\u00e1pida: Invocando a acci\u00f3n {1}, clase {0}
-
-QuickSearch/Actions=Acci\u00f3ns
-MSG_ActionFailure=Non \u00e9 pos\u00edbel invocar a acci\u00f3n {0} a trav\u00e9s da Busca r\u00e1pida...
-
-# Quicksearch options
-KW_KeymapOptions=Opci\u00f3ns do mapa de teclado, atallos de teclado, asignaci\u00f3n de teclas
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=Bu&scar:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=O campo empregado para estreitar a lista de atallos
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Busca&r nos atallos de teclado:
-
-# Conflict dialogs
-Override_Shortcut=<html>A(s) seguinte(s) acci\u00f3n(s): <br>{0} est\u00e1 en conflito con esta asignaci\u00f3n. Desexa sobrescribir?
-Conflicting_Shortcut_Dialog=Di\u00e1logo de atallo con conflitos
-Override_All=<html>A(s) seguinte(s) acci\u00f3n(s): <br>{0} conflito con esta restauraci\u00f3n. Quere sobrescribir todo?
-Alternative_Shortcut=(atallo alternativo)
-
-#Table columns
-Actions=Acci\u00f3ns
-Shortcut=Atallo
-Category=Categor\u00eda
-Scope=\u00c1mbito
-
-#Keymap Popup
-Edit=Editar...
-Add_Alternative=Engadir alternativa
-Reset_to_Default=Restabelecer ao predefinido
-Clear=Limpar
-
-#Keymap completion
-No_Free_Shortcut=Non se recomenda o atallo libre co prefixo "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicar
-ProfilesPanel.exportButton.text=&Exportar
-ProfilesPanel.deleteButton.text=&Borrar
-ProfilesPanel.importButton.text=&Importar
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Panel de desprazamento de perf\u00eds
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Panel de desprazamento para os perf\u00eds
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=Lista de perf\u00eds de mapa de teclado
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=Lista de perf\u00eds
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Importa o perfil desde un ficheiro externo
-ProfilesPanel.AccessibleContext.accessibleDescription=Panel de perf\u00eds
-ProfilesPanel.restoreButton.text=&Restaurar as predefinici\u00f3ns
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restaura os perf\u00eds almacenados predefinidos
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplica un perfil existente
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exporta o perfil actual
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Borra o perfil seleccionado personalizado
-ProfilesPanel.AccessibleContext.accessibleName=Panel de perf\u00eds
-CTL_Manage_Keymap_Profiles=Administrar perf\u00eds de mapa de teclado
-CTL_Files=Ficheiros
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Mapas de teclado
-Keymaps.Options.Export.Profiles.displayName=Perf\u00eds de mapa de teclado
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/gl_ES/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_gl_ES.properties
deleted file mode 100644
index 9d0a3ad..0000000
--- a/l10n/src/gl_ES/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Integraci\u00f3n das Swing Layout Extensions
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Biblioteca que empaqueta swing-layout.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo empaqueta a biblioteca Swing Layout Extensions (procedente de swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Usar no lugar javax.swing.GroupLayout. (No editor do formulario: seleccione Formulario ... no Inspector; cambie a disposici\u00f3n do estilo da xeraci\u00f3n a C\u00f3digo Java 6 est\u00e1ndar.)
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_gl_ES.properties
deleted file mode 100644
index 20fb8b1..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Cont\u00e9n anotaci\u00f3ns \u00fatiles para a an\u00e1lise estat\u00edstica, como @SuppressWarnings usado por FindBugs.
-OpenIDE-Module-Name=Anotaci\u00f3ns com\u00fans
-OpenIDE-Module-Short-Description=Anotaci\u00f3ns com\u00fans, normalmente para a detecci\u00f3n de defectos.
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_gl_ES.properties
deleted file mode 100644
index db2e736..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=Cancelar os procesos
-CTL_ProcessListAction=&Procesos
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_gl_ES.properties
deleted file mode 100644
index 4987db8..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=A API Progress
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=API de virtualizaci\u00f3n do progreso das tarefas.
-OpenIDE-Module-Long-Description=Perm\u00edtelle rexistrar as tarefas ou procesos longos dende un lugar centralizado.
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_gl_ES.properties
deleted file mode 100644
index ddb7149..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Compo\u00f1ente Scene
-ACS_SceneComponentDesc=Ver Scene
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_gl_ES.properties
deleted file mode 100644
index 82d9de3..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API da biblioteca visual
-OpenIDE-Module-Short-Description=API da biblioteca visual
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_gl_ES.properties
deleted file mode 100644
index 8fa5d4e..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=Una instancia del programa ya se esta ejecutando.\nUna sesi\u00f3n anterior del programa no fue cerrada correctamente, u otra instancia \n del programa se est\u00e1 ejecutando en un equipo diferente y con el mismo directorio de usuario.\nSi otro per\u00edodo de sesiones del programa se est\u00e1 ejecutando con el mismo directorio de usuarios, por favor haga clic en \n "Cancelar" para impedir la corrupci\u00f3n del directorio de usuario 	\nSi est\u00e1 seguro de que ninguna otra \n instancia del programa se est\u00e1n ejecutando con su directorio de usuario, haga clic en Aceptar para continuar.
-MSG_AlreadyRunningTitle=Advertencia
-
-EXC_not_a_module={0} No es un modulo de NetBeans Valido.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Arranque
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=El n\u00facleo de arranque de las aplicaciones basadas en NetBeans.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo proporciona la infraestructura inicial que se carga todas las dem\u00e1s partes de la solicitud.\n No puede ser desactivado.
-
-MSG_InstallJava6=Non \u00e9 pos\u00edbel executar versi\u00f3ns anteriores de Java que a Java 6 Standard Edition.\nInstale Java 6 Standar Edition ou superior ou use --jdkhome\ncambieo a onde est\u00e1 o cartafol de instalaci\u00f3n.
-MSG_NeedsJava6=Requ\u00edrese Java 6 Standar Edition ou superior
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_gl_ES.properties
deleted file mode 100644
index 51e5131..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Sa\u00edda {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=S&a\u00edr do IDE
-ACSD_EndTasks=N/D
-CTL_PendingTitle=Sa\u00edr do IDE
-ACSD_PendingTitle=N/D
-LAB_PendingTasks=Ao sa\u00edr do IDE terminaranse os se&guintes procesos:
-ACSD_PendingTasks=N/D
-# {0} - process name
-CTL_PendingExternalProcess2=Proceso - {0}
-# {0} - action name
-CTL_ActionInProgress={0} acci\u00f3n en progreso
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_gl_ES.properties
deleted file mode 100644
index 14d8b05..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=Elimina&r
-CTL_MoveUp=Mo&ver cara a arriba
-CTL_MoveDown=Mover cara a a&baixo
-CTL_AddDirectory=Engadir carta&fol...
-CTL_AddJAR=Engadir &JAR/ZIP...
-CTL_JarArchivesMask=Ficheiros JAR e ZIP
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/D
-ACSD_MoveUp=N/D
-ACSD_MoveDown=N/D
-ACSD_AddDirectory=N/D
-ACSD_AddJAR=N/D
-ACSD_PathList=N/D
-ACSD_CustomNbClassPathEditor=N/D
-CTL_Edit_Jar_Dialog_Title=Editar ficheiro JAR
-CTL_Edit_Local_Dialog_Title=Editar cartafol local
-CTL_Approve_Button_Title=Aceptar
-CTL_FileSystemPanel.Jar_Dialog_Title=Engadir ficheiro JAR
-CTL_FileSystemPanel.Local_Dialog_Title=Engadir cartafol local
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Proceso\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Argumentos\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Suxesti\u00f3n de ar&gumentos
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=E&xaminar...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/D
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/D
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/D
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/D
-ACSD_CustomNbProcessDescriptorEditor=N/D
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Entradas do cami\u00f1o (path)
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=Lista de entradas do cami\u00f1o (path) para ser editadas.
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_gl_ES.properties
deleted file mode 100644
index 625ff46..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=N\u00facleo - Execuci\u00f3n
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Implementaci\u00f3n do motor de execuci\u00f3n.
-OpenIDE-Module-Long-Description=Engade soporte para a execuci\u00f3n dentro da plataforma. Cont\u00e9n clases que implementan a parte de execuci\u00f3n das API e as s\u00faas correspondentes interfaces de usuario.
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_gl_ES.properties
deleted file mode 100644
index 8d3543f..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=UI de E/S
-
-#IOWindowAction
-IOWindow=Sa\u00ed&da
-
-#Title for I/O window
-LBL_IO_WINDOW=Sa\u00edda
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Pechar separador
-LBL_CloseAll=Pechar todos os separadores
-LBL_CloseOthers=Pecha outros separadores
-
-# Localization of Window/Output submenu
-Menu/Window/Output=Sa\u00ed&da
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_gl_ES.properties
deleted file mode 100644
index 4bfe9a4..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editores
-EditorsAction.source=C\u00f3digo &fonte
-GetLeftEditorAction.name=Editores - Iterar cara \u00e1 esquerda
-
-GetRightEditorAction.name=Editores - Iterar cara \u00e1 dereita
-
-TabButton.tool_tip={0} Ver
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_gl_ES.properties
deleted file mode 100644
index ffca1d7..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Xanelas de vista m\u00faltiple
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Xanelas de vista m\u00faltiple de marco de traballo e API
-OpenIDE-Module-Long-Description=Xanelas de vista m\u00faltiple de marco de traballo e API
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_gl_ES.properties
deleted file mode 100644
index d67ec5e..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Acceso nativo
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Emprega bindings nativos mediante a biblioteca JNA para proporcionar efectos visuais avanzados para o sistema de xanelas.
-OpenIDE-Module-Long-Description=Emprega bindings nativos mediante a biblioteca JNA para proporcionar efectos visuais avanzados para o sistema de xanelas.
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_gl_ES.properties
deleted file mode 100644
index f1e8b56..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparencia
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_gl_ES.properties
deleted file mode 100644
index 52dae7f..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Integraci\u00f3n con NetBeans OSGi
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_gl_ES.properties
deleted file mode 100644
index 6eafea8..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans en Runtime OSGi
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_gl_ES.properties
deleted file mode 100644
index ef976b9..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Xanela de sa\u00edda
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Unha \u00e1rea de texto sinxela baseada na implementaci\u00f3n da xanela de sa\u00edda
-OpenIDE-Module-Long-Description=Xanela de sa\u00edda baseada en java.swing.text.Document sobre un ByteBuffer/CharBuffer
-
-#Title for the output window
-LBL_OUTPUT=Sa\u00edda
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=Non \u00e9 pos\u00edbel escribir no cartafol temporal do sistema ({0})
-MSG_GenericError=Ocorreu un problema ao escribir no ficheiro de sa\u00edda
-
-LBL_STDOUT=Sa\u00edda est\u00e1ndar
-FMT_FILE_EXISTS={0} existe.  Quere sobrescribir?
-TITLE_SAVE_DLG=Gardar sa\u00edda como
-
-LBL_SaveAsFailedTitle=Fallou ao gardar como
-MSG_SaveAsFailed=Ocorreu un fallo ao escribir no ficheiro {0}.
-
-MSG_SearchFromBeg=Alcanzouse o final da sa\u00edda Continuar a busca desde o principio.
-MSG_SearchFromEnd=Chegouse ao principio da sa\u00edda. Continuar a busca desde o final.
-MSG_Found=''{0}'' encontrado en {1}:{2}
-MSG_NotFound=''{0}'' encontrada en
-
-#OutputWindowAction
-OutputWindow=Sa\u00ed&da
-
-#Find Dialog
-LBL_Find_Title=Buscar
-LBL_Find_What=Buscar:
-LBL_Use_RegExp=&Expresi\u00f3n regular
-LBL_Match_Case=Diferenciar &mai\u00fasculas de min\u00fasculas
-BTN_Find=&Buscar
-ACSN_Find=N/D
-ACSD_Find=Buscar
-ACSD_FindBTN=N/D
-ACSD_Find_What=N/D
-
-LBL_Filter_Title=Filtro
-LBL_Filter_What=Manter as li\u00f1as que conte\u00f1en:
-BTN_Filter=&Filtrar
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=Selector de fonte
-BTN_Defaul_Font=Tipo de letra predefinido
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=Quere sobrescribir o ficheiro?
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=Expresi\u00f3n regular incorrecta
-FMT_Invalid_RegExp=Erro de sintaxe en {0}
-
-#Output window popup menu
-ACTION_COPY=Copiar
-ACTION_PASTE=Pegar
-ACTION_WRAP=Axustar texto
-ACTION_SAVEAS=Gardar como...
-ACTION_CLOSE=Pechar
-ACTION_CLEAR=Limpar
-ACTION_PREV_ERROR=Anterior erro
-ACTION_NEXT_ERROR=Seguinte erro
-ACTION_SELECT_ALL=Seleccionar todo
-ACTION_FIND=Buscar...
-ACTION_FIND_NEXT=Buscar seguinte
-ACTION_FIND_PREVIOUS=Buscar anterior
-ACTION_LARGER_FONT=Tipo de letra m\u00e1is grande
-ACTION_SMALLER_FONT=Tipo de letra m\u00e1is pequeno
-ACTION_FONT_TYPE=Escoller tipo de fonte...
-ACTION_FILTER=Filtrar...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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=Non ten espazo de disco en {0} para os ficheiros temporais de sa\u00edda.  Pode facer m\u00e1is espazo de disco dispo\u00f1\u00edbel, cambiar o cartafol temporal do sistema ou arrincar con -J-Dnb.output.heap=true
-
-MSG_LINE_TOO_LONG=...a li\u00f1a \u00e9 demasiado longa, cambie o modo axustado para ver a li\u00f1a completa...
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_gl_ES.properties
deleted file mode 100644
index 38e7f58..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Entrada
-LBL_EOF=Pe&char entrada
-TIP_EOF=Pecha o compo\u00f1ente de entrada e envia "fin de ficheiro" a calqueira lector
-TIP_INPUT=Insira texto e presiona enter para envialo ao proceso en execuci\u00f3n
-
-#Output window tab popup
-LBL_Close=Pechar separador
-LBL_CloseAll=Pechar todos os separadores
-LBL_CloseOthers=Pecha outros separadores
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_gl_ES.properties
deleted file mode 100644
index 9ffd75d..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Inicio
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Carga e activa os m\u00f3dulos.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo proporciona a funcionalidade de Inicio para buscar e activar os m\u00f3dulos axeitados.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user non est\u00e1 estabelecido.\nComprobe o seu script de inicio de NetBeans.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=O seu cartafol de usuario ({0}) non pode estar dentro do seu cartafol de instalaci\u00f3n de NetBeans({1})
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Iniciando a Plataforma NetBeans
-# The Title of the About Box
-CTL_About_Title=Sobre
-CTL_About_Detail=Detalles
-ACSD_AboutDialog=N/D
-ACSN_AboutTabs=N/D
-ACSD_AboutTabs=N/D
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=Esper\u00e1base o nome de clase de UI, empregando UI predefinido...
-ERR_UserDirExpected=Esper\u00e1base un cartafol despois de --userdir
-ERR_UINotFound=Non se encontrou a clase UI, empregando a UI predefinida...
-ERR_FontSizeExpected=Esper\u00e1base un tama\u00f1o de fonte, empregando o tama\u00f1o de fonte predefinido...
-ERR_BadFontSize=Formato incorrecto de tama\u00f1o de fonte, empregando un tama\u00f1o de fonte predefinido...
-ERR_BrandingNeedsArgument=A opci\u00f3n --branding require un argumento
-ERR_LocaleExpected=Esper\u00e1base unha especificaci\u00f3n de locale logo de --locale
-
-
-CTL_Netbeanshome_notexists=netbeans.home apunta a un cartafol que non existe.
-CTL_Netbeanshome1=netbeans.home non apunta a un cartafol.
-CTL_Netbeanshome2=netbeans.user apunta a un cartafol que non existe.
-CTL_Netbeanshome3=netbeans.user non apunta a un cartafol.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Non \u00e9 pos\u00edbel crear o cartafol de sistema en {0}. Xa existe un ficheiro co mesmo nome.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Non \u00e9 pos\u00edbel crear o cartafol de sistema en {0}.
-CTL_Cannot_mount_system_fs=Non \u00e9 pos\u00edbel engadir o sistema de ficheiros System, sa\u00edndo...
-
-#startup info messages
-MSG_IDEInit=Inicializando...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Non foi pos\u00edbel conectar ao URL {0}. Non se encontrou dito recurso.
-
-GTK_FONTSIZE_UNSUPPORTED=A aparencia GTK non permite o argumento --fontsize. Axuste o tama\u00f1o da fonte do escritorio no seu lugar.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Erro: {0}
-EXC_GraphicsStartFails2=Vexa o {0} para m\u00e1is detalles.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=O m\u00f3dulo {0} foi solicitado na s\u00faa versi\u00f3n >= {1} pero s\u00f3 se encontrou a {2}.
-# {0} - module display name
-MSG_problem_other_disabled=O m\u00f3dulo{0} tam\u00e9n necesita ser instalado.
-LBL_no_impl_version=[ningunha versi\u00f3n espec\u00edfica]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=O m\u00f3dulo {0} foi solicitado na s\u00faa versi\u00f3n "{1}" pero s\u00f3 se encontrou a "{2}".
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=Requ\u00edrese o m\u00f3dulo chamado {0} e non se encontrou.
-# {0} - required token
-MSG_problem_require_disabled=Ning\u00fan dos m\u00f3dulos que proporciona a capacidade {0} puido ser instalado.
-# {0} - required token
-MSG_problem_require_not_found=Non se encontrou ning\u00fan m\u00f3dulo que proporcione a capacidade {0}
-# {0} - class name
-MSG_problem_class_not_loaded=Non foi cargado o paquete que cont\u00e9n a clase {0}.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=Non paquete {0} non foi cargado ou ti\u00f1a unha versi\u00f3n obsoleta.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=Requ\u00edrese a versi\u00f3n da plataforma Java {0} ou superior pero s\u00f3 est\u00e1 executando a versi\u00f3n {1}.
-MSG_warning=Advertencia
-MSG_info=Informaci\u00f3n
-MSG_continue=Desactivar m\u00f3dulos e continuar
-MSG_exit=Sa\u00edr
-# {0} - number of other dependant modules
-MSG_also_dep_modules=Non se {0,choice,1#puido instalar outro m\u00f3dulo|1<puideron instalar {0} m\u00f3dulos} debido aos problemas arriba descritos.
-
-# NbEvents
-MSG_start_load_boot_modules=Cargando o n\u00facleo...
-MSG_finish_load_boot_modules=Cargando o n\u00facleo... feito
-MSG_start_auto_restore=Cargando os m\u00f3dulos...
-MSG_finish_auto_restore=Rematouse a carga dos m\u00f3dulos.
-MSG_start_enable_modules=A activar os m\u00f3dulos...
-MSG_finish_enable_modules=A activar os m\u00f3dulos... feito.
-TEXT_finish_enable_modules=A activar os m\u00f3dulos...
-MSG_start_disable_modules=A desactivar os m\u00f3dulos...
-MSG_finish_disable_modules=A desactivar os m\u00f3dulos... feito.
-TEXT_finish_disable_modules=A desactivar os m\u00f3dulos:
-MSG_failed_install_new=Aviso - non se puideron instalar alg\u00fans m\u00f3dulos
-# {0} - module display name
-MSG_failed_install_new_unexpected=Aviso - non se puido instalar o m\u00f3dulo {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=A despregar o m\u00f3dulo de probas en {0} ...
-TEXT_finish_deploy_test_module=Despregue do m\u00f3dulo de probas rematado.
-MSG_start_read=Lendo o m\u00f3dulo de almacenamento...
-MSG_finish_read=Lendo o m\u00f3dulo de almacenamento... feito
-MSG_restore=Iniciando os m\u00f3dulos...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Instalando {0}
-# {0} - module display name
-TEXT_install=Instalando o novo m\u00f3dulo: {0}
-# {0} - module display name
-MSG_update=Iniciando unha nova versi\u00f3n de {0}
-# {0} - module display name
-TEXT_update=A actualizar o m\u00f3dulo: {0}
-# {0} - module display name
-MSG_uninstall=Detendo {0}
-MSG_load_section=Cargando os m\u00f3dulos...
-MSG_load_layers=Cargando os m\u00f3dulos de servizos...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Aviso: non foi pos\u00edbel encontrar o m\u00f3dulo {0}, omit\u00edndoo...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=Non se puido eliminar o m\u00f3dulo {0} xa que foi cargado autom\u00e1ticamente ou un \u00e9 un m\u00f3dulo superior e todav\u00eda est\u00e1 en uso.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=Houbo un intento de cambiar unha propiedade {1} do m\u00f3dulo {0} no cartafol system/Modules.\nO valor actual \u00e9 {3} pero foi cambiado no disco para ler "{2}".\nEsta propiedade non se pode cambiar mentres o IDE este execut\u00e1ndose, polo que calquera intento non ter\u00e1 efecto.
-# {0} - JAR file name
-TEXT_patch=Cami\u00f1o ao m\u00f3dulo ou extensi\u00f3n personalizada: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Falta o recurso da clase: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Chave que non foi encontrada: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Houbo un erro ao analizar o ficheiro {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Houbo un erro ao analizar o ficheiro {1} na li\u00f1a {3} columna {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_gl_ES.properties
deleted file mode 100644
index 3b8e794..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Sistema predeterminado
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Cargando os obxectos dende a cach\u00e9...
-MSG_end_load_cache=Cargando os obxectos dende a cach\u00e9...
-MSG_start_rewrite_cache=A recrear a cach\u00e9 de obxectos...
-MSG_end_rewrite_cache=A recrear a cach\u00e9 de obxectos... feito
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=Evento de ficheiro {0}, ficheiro {1}
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_gl_ES.properties
deleted file mode 100644
index e9869ee..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Ficheiros
-AdvancedOption.tooltip=Ficheiros
-FileAssociationsPanel.btnDefault.text=Pre&determinado
-FileAssociationsPanel.btnDefault.tooltip=Restaurar a configuraci\u00f3n predeterminada para a extensi\u00f3n de ficheiro seleccionada
-FileAssociationsPanel.btnDefault.AN=Restaurar a configuraci\u00f3n predeterminada
-FileAssociationsPanel.btnDefault.AD=Restaurar a configuraci\u00f3n predeterminada para a extensi\u00f3n de ficheiro seleccionada
-FileAssociationsPanel.btnDefaultIgnored.text=Predeterm&inado
-FileAssociationsPanel.btnDefaultIgnored.AN=Restaurar o patr\u00f3n de ficheiros ignorados por defecto
-FileAssociationsPanel.btnDefaultIgnored.AD=Restaurar o patr\u00f3n de ficheiros ignorados por defecto
-FileAssociationsPanel.btnNew.text=&Novo...
-FileAssociationsPanel.btnNew.AN=Nova extensi\u00f3n de ficheiro
-FileAssociationsPanel.btnNew.AD=Nova extensi\u00f3n de ficheiro
-FileAssociationsPanel.btnRemove.text=Elimina&r
-FileAssociationsPanel.btnRemove.AN=Eliminar a extensi\u00f3n de ficheiro seleccionada
-FileAssociationsPanel.btnRemove.AD=Eliminar a extensi\u00f3n de ficheiro seleccionada
-FileAssociationsPanel.cbExtension.choose=< Elixir a extensi\u00f3n >
-FileAssociationsPanel.cbExtension.AD=Extensi\u00f3n de ficheiro
-FileAssociationsPanel.cbExtension.AN=Listaxe de extensi\u00f3ns de ficheiro
-FileAssociationsPanel.cbType.AN=Listaxe de tipos de ficheiro
-FileAssociationsPanel.cbType.AD=Listaxe de tipos de ficheiro
-FileAssociationsPanel.lblAssociatedAlso.text=Tam\u00e9n asociado con:
-FileAssociationsPanel.lblAssociatedAlso.AN=Tipo de ficheiro tam\u00e9n asociado coas extensi\u00f3ns
-FileAssociationsPanel.lblAssociatedAlso.AD=Tipo de ficheiro tam\u00e9n asociado coas extensi\u00f3ns
-FileAssociationsPanel.lblExtension.text=&Extensi\u00f3n de ficheiro:
-FileAssociationsPanel.lblExtension.AN=Extensi\u00f3n de ficheiro
-FileAssociationsPanel.lblExtension.AD=Listaxe de extensi\u00f3ns de ficheiro
-FileAssociationsPanel.lblType.text=&Tipo (MIME) de ficheiro asociado:
-FileAssociationsPanel.lblType.AD=Listaxe de tipos de ficheiro asociados
-FileAssociationsPanel.lblType.AN=Listaxe de tipos de ficheiro asociados
-FileAssociationsPanel.lblFileAssociations.text=Asociaci\u00f3ns de ficheiro
-FileAssociationsPanel.lblFilesIgnored.text=Ficheiros ignorados polo IDE
-FileAssociationsPanel.lblPattern.text=Patr\u00f3n de ficheiros &ignorados:
-FileAssociationsPanel.lblPattern.tooltip=Expresi\u00f3n regular de ficheiros a ignorar. Coincidencia completa do nome, non do cami\u00f1o. En branco para ning\u00fan.
-FileAssociationsPanel.lblPattern.AN=Patr\u00f3n de ficheiros ignorados
-FileAssociationsPanel.lblPattern.AD=Expresi\u00f3n regular de ficheiros a ignorar. Coincidencia completa do nome, non do cami\u00f1o. En branco para ning\u00fan.
-FileAssociationsPanel.txtPatternError.AN=Erro de sintaxe no patr\u00f3n de ficheiros ignorados
-FileAssociationsPanel.txtPatternError.AD=Erro de sintaxe na expresi\u00f3n regular de ficheiros ignorados
-
-NewExtensionPanel.title=Insira unha nova extensi\u00f3n de ficheiro
-NewExtensionPanel.AD=Insira unha nova extensi\u00f3n de ficheiro
-NewExtensionPanel.lblExtension.text=&Extensi\u00f3n de ficheiro:
-NewExtensionPanel.lblExtension.AN=Extensi\u00f3n de ficheiro
-NewExtensionPanel.lblExtension.AD=Extensi\u00f3n de ficheiro
-
-OpenAsAction.name=Abrir como...
-OpenAsPanel.txtDescription.AN=Suxesti\u00f3n
-OpenAsPanel.txtDescription.AD=Suxesti\u00f3n
-OpenAsPanel.lblExtension.text=Tratar ficheiros {0} como:
-OpenAsPanel.title=Abrir como...
-OpenAsPanel.open=Abrir
-OpenAsPanel.AD=Escoller o tipo de ficheiro
-
-# display name for options export
-Files.Options.Export.displayName=Ficheiros
-OpenAsPanel.lblDescription.text=NetBeans non reco\u00f1ece este tipo de ficheiro. Especifique como se deber\u00edan tratar estes ficheiros.
-FileAssociationsPanel.autoScan.text=Activar a an\u00e1lise autom\u00e1tico do c\u00f3digo
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_gl_ES.properties
deleted file mode 100644
index 75164ba..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&Xeral
-CTL_General_Options_Title=Xeral
-CTL_General_Options_Category=Xeral
-CTL_General_Options_Description=Opci\u00f3ns xerais, configuraci\u00f3ns do proxy, configuraci\u00f3ns do editor
-CTL_Package_View_Type=Visualizar os paquetes Java como:
-CTL_Flattern_Packages=&Lista
-AN_Flattern_Packages=Lista
-AD_Flattern_Packages=Lista
-CTL_Tree_Packages=\u00c1rbore
-AN_Tree_Packages=\u00c1rbore
-AD_Tree_Packages=\u00c1rbore
-CTL_No_Proxy=Se&n proxy
-AN_No_Proxy=Sen proxy
-AD_No_Proxy=Sen proxy
-CTL_Usage_Statistics=Estat\u00edsticas de uso:
-AN_Usage_Statistics=Estat\u00edsticas de uso
-AD_Usage_Statistics=Estat\u00edsticas de uso
-CTL_Usage_Check=Ax\u00fadenos a &mellorar o NetBeans IDE fornecendo datos de uso an\u00f3nimos
-AN_Usage_Check=Ax\u00fadenos a mellorar o NetBeans IDE fornecendo datos de uso an\u00f3nimos
-AD_Usage_Check=Ax\u00fadenos a mellorar o NetBeans IDE fornecendo datos de uso an\u00f3nimos
-CTL_Usage_Info=<html>As estat\u00edsticas de uso ax\u00fadannos a entender mellor os requisitos e fixar a prioridade entre as melloras nas versi\u00f3ns futuras. Nunca aplicaremos enxe\u00f1ar\u00eda inversa aos datos que recompilamos para obter detalles espec\u00edficos sobre os seus proxectos.</html></html>
-AN_Usage_Info=Informaci\u00f3n de estat\u00edsticas de uso
-AD_Usage_Info=As estat\u00edsticas de uso ax\u00fadannos a entender mellor os requirimentos e priorizar melloras nas futuras versi\u00f3ns. Nunca aplicaremos enxe\u00f1ar\u00eda inversa aos datos que recompilamos para obter detalles espec\u00edficos sobre os seus proxectos.</html>
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Aprenda m\u00e1is</u></font></html>
-AN_Learn_More=Aprenda m\u00e1is
-AD_Learn_More=Aprenda m\u00e1is
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=Empregar as config&uraci\u00f3ns de proxy do sistema
-AN_Use_System_Proxy_Settings=Empregar as configuraci\u00f3ns do proxy do sistema
-AD_Use_System_Proxy_Settings=Empregar as configuraci\u00f3ns do proxy do sistema
-CTL_Use_HTTP_Proxy=Configuraci\u00f3ns &manuais do proxy
-AN_Use_HTTP_Proxy=Proxy HTTP
-AD_Use_HTTP_Proxy=Proxy HTTP
-AN_Web_Browser=Navegador web
-AD_Web_Browser=Navegador web
-AN_Host=Host
-AD_Host=Host
-AN_Port=Porto
-AD_Port=Porto
-AN_Update_Period=Per\u00edodo de actualizaci\u00f3n
-AD_Update_Period=Per\u00edodo de actualizaci\u00f3n
-AN_Ask_Before_Check=Preguntar antes de comprobar
-AD_Ask_Before_Check=Preguntar antes de comprobar
-Line_Numbers=N\u00fameros de &li\u00f1a
-Antialiasing=Suavizado de texto:
-Text_Antialiasing=Empregar suavizado de texto
-Toolbar=Barra de ferramen&tas
-Package_View=Visualizaci\u00f3n do paquete
-SDI_Window_Mode=Modo de xanela SDI
-MDI_Window_Mode=Modo de xanela MDI
-Tree_View=Visualizaci\u00f3n en \u00e1rbore
-Default_System_Browser=<Navegador predeterminado>
-Swing_HTML_Browser=Navegador Swing
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=Xeral
-CTL_Web_Browser=Navegador &web:
-Confirm_Delete=&Confirmar borrado:
-CTL_Web_Proxy=Configuraci\u00f3ns do proxy:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rto\:
-CTL_Proxy_Host=Pr&oxy HTTP\:
-Code_Folding=Pregado de c\u00f3digo:
-Show=Mostrar:
-Editor=Editor
-CTL_Check_Period=Int&ervalo de comprobaci\u00f3n:
-CTL_Ask_Before_Check=Preguntar antes de compro&bar:
-CTL_Auto_Update=Actualizar automaticamente
-Use_Folding=&Usar pregado de c\u00f3digo
-Fold_Methods=Pregar &m\u00e9todos
-Fold_Classes=Pre&gar clases internas
-Fold_Imports=Pregar import&s
-Fold_JavaDoc=Pregar comentarois de &Javadoc
-Fold_Licence=Pregar c&omentarios iniciais
-Auto_Popup=Xanela emerxente autom\u00e1tica:
-Auto_Popup_Completion=Xanela de completado
-Auto_Popup_JavaDoc=Xanela de Javadoc
-CTL_Update_every_startup=En cada inicio
-CTL_Update_every_day=Cada d\u00eda
-CTL_Update_every_week=Cada semana
-CTL_Update_every_2weeks=Cada d\u00faas semanas
-CTL_Update_every_month=Cada mes
-CTL_Update_never=Nunca
-CTL_Default_System_Browser=Navegador predeterminado do sistema
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Navegador interno
-
-
-
-
-AN_NonProxy=Non hai proxy para
-
-AD_NonProxy=Non hai proxy para
-
-CTL_Non_Proxy=Non hai prox&y para\:
-
-Non_Proxy_Hint=(p.ex. localhost, *.netbeans.org, *.meudominio.com)
-LBL_GeneralOptionsPanel_bMoreProxy=M\u00e1i&s...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Configuraci\u00f3ns de proxy avanzadas
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Abrir as configuraci\u00f3ns de proxy avanzadas
-
-LBL_GeneralOptionsPanel_PortError=O n\u00famero de porto debe ser un valor enteiro.
-
-LBL_GeneralOptionsPanel_lWebProxy=Configuraci\u00f3ns do Proxy\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=&Proxy HTTP\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(p.ex. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&orto\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=P&orto\:
-
-LBL_AdvancedProxyPanel_lSocksPort=P&orto\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=Proxy &HTTPS\:
-
-LBL_AdvancedProxyPanel_lSocksHost=Proxy &SOCKS\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=Non hai equipos Pro&xy\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=O servidor proxy re&quire autenticaci\u00f3n
-
-LBL_AdvancedProxyPanel_lUserName=Nome de &usuario\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Contras&inal\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Empregar &as mesmas configuraci\u00f3ns de proxy para todos os protocolos
-
-LBL_AdvancedProxyPanel_Title=Opci\u00f3ns de proxy avanzadas
-LBL_AdvancedProxyPanel_PortError=O n\u00famero de porto debe ser un valor enteiro.
-GeneralOptionsPanel.rbUseSystemProxy.text=Empregar as config&uraci\u00f3ns de proxy do sistema
-GeneralOptionsPanel.lWebBrowser.text=Navegador &web\:
-GeneralOptionsPanel.rbNoProxy.text=Se&n proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/D
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/D
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/D
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/D
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/D
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/D
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/D
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/D
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/D
-
-ACD_AdvancedProxyPanel_tfUserName=N/D
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/D
-
-ACD_AdvancedProxyPanel=N/D
-
-LBL_WebBrowsersPanel_Title=Navegadores web
-LBL_ExternalBrowser_Name=Navegador externo
-WebBrowsersPanel.nameLabel.text=Nome\:
-WebBrowsersPanel.executableLabel.text=Execut\u00e1bel\:
-WebBrowsersPanel.parametersLabel.text=Par\u00e1metros\:
-WebBrowsersPanel.browseButton.text=Examinar...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Engadir...
-WebBrowsersPanel.removeButton.text=Eliminar
-WebBrowsersPanel.browsersLabel.text=Navegadores web\:
-GeneralOptionsPanel.editBrowserButton.text=&Editar...
-GeneralOptionsPanel.editBrowserButton.AD=Editar os navegadores web
-GeneralOptionsPanel.editBrowserButton.AN=Editar os navegadores web
-WebBrowsers_URL_Hint=Suxesti\u00f3n\: {URL} \= URL da p\u00e1xina a cargar no navegador web
-
-ACS_WebBrowsersList=Lista de navegadores web dispo\u00f1\u00edbeis
-ACS_AddWebBrowserButton=Engadir novo navegador web
-ACS_RemoveWebBrowserButton=Eliminar navegador web seleccionado
-ACS_BrowserNameField=Nome do navegador web
-ACS_BrowserExecutableField=Execut\u00e1bel do navegador web
-ACS_BrowserParametersField=Par\u00e1metros do execut\u00e1bel do navegador web
-ACS_BrowseExecutableButton=Buscar execut\u00e1bel do navegador web
-WebBrowsersOptionsPanel.browsersLabel.text=Navegadores &web\:
-WebBrowsersOptionsPanel.addButton.text=Enga&dir...
-WebBrowsersOptionsPanel.removeButton.text=Elimina&r
-WebBrowsersOptionsPanel.nameLabel.text=&Nome\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Navegadores web
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Lista de navegadores
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=Lista de navegadores web
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Engadir bot\u00f3n
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Eliminar bot\u00f3n
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Nome do navegador
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Nome do navegador
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Nome do navegador
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Navegadores web
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Navegadores web
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Conexi\u00f3n directa.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html> <i>{0}: {1}</i> </html>
-
-# Keywords for quick-search
-KW_General=Proxy, opci\u00f3ns xerais
-
-# Display name for options export
-General.Options.Export.Category.displayName=Xeral
-General.Options.Export.displayName=Xeral
-Other.Options.Export.displayName=Todos os outros non especificados
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_gl_ES.properties
deleted file mode 100644
index 2af1d6d..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=N\u00facleo - Interface de usuario
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Interface de usuario da plataforma
-OpenIDE-Module-Long-Description=Proporciona clases e recursos para a interface de usuario b\u00e1sica est\u00e1ndar da plataforma e para os aplicativos constru\u00eddos enriba da plataforma.
-
-Actions=Acci\u00f3ns
-Actions/Edit=Editar
-Actions/Help=Axuda
-Actions/System=Sistema
-Actions/Tools=Ferramentas
-Actions/View=Ver
-Actions/Window/SelectDocumentNode=Seleccionar documento en
-Menu=Barra de men\u00fa
-Menu/Edit=&Editar
-Menu/File=&Ficheiro
-Menu/GoTo=&Navegar
-Menu/Help=A&xuda
-Menu/Tools=Ferramen&tas
-Menu/View=&Ver
-Menu/Window/SelectDocumentNode=Seleccionar docume&nto en
-Services/Browsers=Navegadores web
-Templates/Privileged=Privilexiado
-Templates/Recent=Recente
-Templates/Services/Browsers=Navegadores web
-Toolbars=Barras de ferramentas
-Toolbars/Clipboard=&Portapapeis
-Toolbars/UndoRedo=&Desfacer/refacer
-Toolbars/File=&Ficheiro
-Toolbars/Memory=&Memoria
-Toolbars/Standard.xml=C\u00f3digo
-UI/Services=Opci\u00f3ns
-
-ProgressDisplayName_FileSystemRefresh=A actualizar os ficheiros
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_gl_ES.properties
deleted file mode 100644
index e42e18a..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Iniciar o IDe de mostreado
-SelfSamplerAction_ActionNameStop=Deter o mostreado e obter unha copia instant\u00e1nea.
-SelfSamplerAction_ActionDescription=Obter\u00e1 unha copia instant\u00e1nea baseada nun volcado de f\u00edos.
-SelfSamplerAction_ThreadName=Mostreador propio do IDE
-SelfSamplerAction_NotSupported=O mostreador propio non est\u00e1 dispo\u00f1\u00edbel.
-SelfSamplerAction_SavedFile=Gardouse a instant\u00e1nea en {0}
-Save_Progress=Gardando instant\u00e1nea
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_gl_ES.properties
deleted file mode 100644
index eb97cdc..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Abrir no sistema
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_gl_ES.properties
deleted file mode 100644
index a7243fe..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Memoria f\u00edsica total {0}
-
-
-#LOG_WINDOW_ACTIVATED=Xanela principal activada, a actualizaci\u00f3n levou {0} ms
-#LOG_WINDOW_DEACTIVATED=Xanela principal desactivada
-#LOG_WINDOW_REFRESH_CANCEL=Cancelouse a actualizaci\u00f3n por {0} veces
-#LOG_WINDOW_REFRESH_OFF=Desactivando a actualizaci\u00f3n ao obter o foco
-
-MSG_Refresh=Buscando cambios externos
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspendido
-MSG_SoDInfo=<p>CAndo cambie de outro programa ao IDE, o IDE analizar\u00e1 os cambios no seu c\u00f3digo.\nVostede pode desactivar esta funcionalidade e escanear manualmente os cambios feitos\n usando a acci\u00f3n Actualizar cartafol ou \n<p>Desexa desactivar a an\u00e1lise dos cambios externos?
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_gl_ES.properties
deleted file mode 100644
index 9a9d22c..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<S\u00f3 o espazo de traballo>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_gl_ES.properties
deleted file mode 100644
index f55df81..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&lonar o documento
-# CloseWindowAction
-CTL_CloseWindowAction=Pe&char a xanela
-
-CTL_RecentViewListAction=I&r ao documento anterior
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=Pech&ar todos os documentos
-
-# UndockAction
-CTL_UndockWindowAction=Desancorar &xanela
-CTL_UndockWindowAction_Dock=Ancorar xane&la
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Pechar todos os documentos
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimizar a xanela
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Pechar a xanela
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Pechar outros documentos
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Gardar o documento
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Clonar o documento
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Pechar outros doc&umentos
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maximi&zar a xanela
-CTL_UnmaximizeWindowAction=Restaurar a xanela
-
-# DocumentsAction
-CTL_DocumentsAction=&Documentos...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=Barras de ferramen&tas
-
-# NextTabAction
-CTL_NextTabAction=Seguinte separador
-# PreviousTabAction
-CTL_PreviousTabAction=Separador anterior
-
-CTL_ToggleFullScreenAction=Pantalla compl&eta
-
-# ResetWindowsAction
-CTL_ResetWindows=Restabelecer as xane&las
-
-LBL_ToggleWindowTransparencyAction=Xanela transparente
-LBL_WindowTransparencyHint=Prema e mante\u00f1a a tecla [CTRL+NumPad 0] para facer transparentes as xanelas minimizadas.
-
-# Properties
-GlobalProperties=P&ropiedades
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_gl_ES.properties
deleted file mode 100644
index 969fad6..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Aparencia
-AdvancedOption_Tooltip_WinSys=Sistema de xanelas relativo \u00e1s opci\u00f3ns
-
-IsAlphaFloatingTooltip=Desenfoca as xanelas flotantes semi-transparentes logo duns segundos.
-
-IsDragWindowTooltip=Permite a imaxe de xanela "pantasma" durante o arrastre dunha xanela
-IsAlphaDragTooltip=Permite a transparencia na imaxe de xanela arrastrada
-
-IsSnapScreenEdgesTooltip=Permite a atracci\u00f3n entre as xanelas flotantes cos bordes da pantalla
-IsSnappingTooltip=Permite a atracci\u00f3n autom\u00e1tica das xanelas flotantes para a xesti\u00f3n m\u00e1is sinxela da disposici\u00f3n
-
-NoAlphaSupport=Este sistema operativo non soporta a transparencia nas xanelas
-LBL_DragWindowImage=Arrastre imaxe da xanela
-LBL_TransparentDragWindow=Arrastre transparente da imaxe da xanela
-LBL_TransparentFloatingWindows=Xanela flotante transparente
-LBL_SnapFloatingWindows=Atracci\u00f3n das xanelas flotantes
-LBL_SnapToScreenEdges=Atracci\u00f3n aos bordes de pantalla
-LBL_CloseActivatesRecentDocument=Pecha o documento creado m\u00e1is recente
-TIP_CloseActivatesMostRecentDocument=Cando un documento se pecha o documento m\u00e1is recente act\u00edvase no lugar do seu veci\u00f1o
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=Cando un documento se pecha o documento m\u00e1is recente act\u00edvase
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_gl_ES.properties
deleted file mode 100644
index dcd2c30..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Non \u00e9 pos\u00edbel analizar a configuraci\u00f3n do xestor de xanelas {0}.
-EXC_GroupParse=Non \u00e9 pos\u00edbel analizar a configuraci\u00f3n do grupo {0}.
-EXC_TCGroupParse=Non \u00e9 pos\u00edbel analizar a configuraci\u00f3n do TCGroup {0}.
-EXC_TCRefParse=Non \u00e9 pos\u00edbel analizar a configuraci\u00f3n do TCRef {0}.
-EXC_ModeParse=Non \u00e9 pos\u00edbel analizar a configuraci\u00f3n do modo {0}.
-
-# PersistenceManager
-EXC_RootFolder=Non \u00e9 pos\u00edbel crear o cartafol ra\u00edz {0}
-EXC_CompsFolder=Non \u00e9 pos\u00edbel crear o cartafol de compo\u00f1entes {0}
-EXC_GroupsFolder=Non \u00e9 pos\u00edbel crear o cartafol de grupos {0}
-EXC_ModesFolder=Non \u00e9 pos\u00edbel crear o cartafol de modelos {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Non foi pos\u00edbel localizar ou cargar o compo\u00f1ente superior {0} dende o cartafol 'Components'.
-EXC_CannotSaveTCSettings=Non foi pos\u00edbel gardar as configuraci\u00f3ns do compo\u00f1ente superior {0}
-EXC_CopyFails=Non \u00e9 pos\u00edbel copiar o ficheiro de configuraci\u00f3n do compo\u00f1ente ao cartafol {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Non foi pos\u00edbel gardar o compo\u00f1ente {0} debido a problemas coa s\u00faa serializaci\u00f3n.
-FMT_TCReadError=Non foi pos\u00edbel abrir o compo\u00f1ente {0} debido a problemas coas s\u00faa deserializaci\u00f3n.
-
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_gl_ES.properties
deleted file mode 100644
index 7f90970..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=N\u00facleo - Xanelas
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Implementaci\u00f3n do soporte para as xanelas.
-OpenIDE-Module-Long-Description=Engade as clases que implementan a parte do sistema de xanelas das APIs.
-
-Actions/Window=Xanela
-Menu/Window=&Xanela
-
-# Options export
-Toolbars.Options.Export.displayName=Barras de ferramentas
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_gl_ES.properties
deleted file mode 100644
index 69d5919..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=Aceptar
-CancelButton=Cancelar
-CloseButton=Pechar
-# HelpButton=Help
-YesButton=Si
-NoButton=Non
-# ApplyButton=Apply
-DetailsButton=Detalles
-# ButtoBarButoo
-CTL_Button=Bot\u00f3n
-
-# FileSelector
-CTL_FileSelectorOkButton=Aceptar
-CTL_FileSelectorCancelButton=Cancelar
-ACSD_FileSelectorOkButton=Aceptar
-ACSD_FileSelectorCancelButton=Cancelar
-ACSD_FileSelectorDialog=Di\u00e1logo de selecci\u00f3n de ficheiros
-ACSN_FileSelectorTreeView=Visualizaci\u00f3n en \u00e1rbore
-ACSD_FileSelectorTreeView=Visualizaci\u00f3n en \u00e1rbore no selector de ficheiros
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Di\u00e1logo do personalizador
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Pechar
-CANCEL_OPTION_CAPTION=Cancelar
-HELP_OPTION_CAPTION=A&xuda
-NO_OPTION_CAPTION=Non
-OK_OPTION_CAPTION=Aceptar
-YES_OPTION_CAPTION=Si
-ACS_YES_OPTION_NAME=Si
-ACS_YES_OPTION_DESC=Bot\u00f3n Si
-# - {0} message
-ACSD_ErrorMessage=Erro: {0}
-ACSD_WarningMessage=Aviso: {0}
-ACSD_QuestionMessage=Pregunta {0}
-ACSD_InformationMessage=Informaci\u00f3n {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Cancelar
-ACS_CANCEL_OPTION_DESC=Bot\u00f3n Cancelar
-
-ACS_OK_OPTION_NAME=Aceptar
-ACS_OK_OPTION_DESC=Bot\u00f3n Aceptar
-
-ACS_NO_OPTION_NAME=Non
-ACS_NO_OPTION_DESC=Bot\u00f3n Non
-
-ACS_HELP_OPTION_NAME=Axuda
-ACS_HELP_OPTION_DESC=Bot\u00f3n Axuda
-
-ACS_CLOSED_OPTION_NAME=Pechar
-ACS_CLOSED_OPTION_DESC=Bot\u00f3n Pechar
-
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_gl_ES.properties
deleted file mode 100644
index 111300f..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Xanela principal
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documentos:
-LBL_Description=&Descrici\u00f3ns:
-LBL_Activate=Cambiar ao documen&to
-LBL_CloseDocuments=Pec&har documento(s)
-LBL_SaveDocuments=Gardar documentos(&s)
-LBL_Close=Pe&char
-
-ACSD_Activate=N/D
-ACSD_CloseDocuments=N/D
-ACSD_SaveDocuments=N/D
-ACSD_Close=N/D
-ACSD_ListView=N/D
-ACSD_DescriptionArea=N/D
-ACSD_DocumentsDialog=N/D
-
-CTL_DocumentsTitle=Documentos
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Propiedades
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#Sen propiedades|1#{1} - Propiedades|2#Obxectos m\u00faltiples - Propiedades}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Propiedades|1#{1} - Propiedades|2#Obxectos m\u00faltiples- Propiedades}
-ACSN_PropertiesSheet=Folla de propiedades
-ACSD_PropertiesSheet=A visualizaci\u00f3n mostra as propiedades para un nodo dado.
-EXC_CannotLoadNodes=Non \u00e9 pos\u00edbel cargar os nodos na folla de propiedades. Probabelmente xa non existan.
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_gl_ES.properties
deleted file mode 100644
index 3369538..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=Icona&s da barra de ferramentas pequenas
-
-# ToolbarLayout
-EXC_wrongConstraints=non se pode engadir \u00e1 disposici\u00f3n: non emprega ToolbarConstraints
-
-CTL_CustomizeToolbars=Personali&zar...
-
-#New Toolbar Button label
-CTL_NewToolbar=&Nova barra de ferramentas...
-
-#Small Icons Checkbox
-CTL_SmallIcons=Icona&s da barra de ferramentas pequenas
-
-#Drag and Drop hint
-CTL_TreeLabel=Arrastre os elementos cara ou dende as barras de ferramentas para engadir ou eliminalos...
-
-LBL_PleaseWait=Agarde...
-
-#Close customizer button
-CTL_Close=Pe&char
-
-#Customizer dialog window title
-CustomizerTitle=Personalizar barras de ferramentas
-
-ACSD_ActionsTree=Arrastre os elementos dende aqu\u00ed \u00e1s barras de ferramentas.
-ACSN_ActionsTree=Conxunto de acci\u00f3ns
-
-ACSN_ActionsScrollBar=Barra de desprazamento do conxunto de acci\u00f3ns
-ACSD_ActionsScrollBar=Barra de desprazamento do conxunto de acci\u00f3ns
-
-ACSD_ToolbarCustomizer=Personalizador de barra de ferramentas
-
-ACSD_Close=Bot\u00f3n de pechar
-ACSD_NewToolbar=Novo bot\u00f3n de barra de ferramentas
-
-ACSD_SmallIcons=Caixa de verificaci\u00f3n de iconas pequenas
-
-CTL_ResetToolbarsAction=Restabelecer as barras de ferramen&tas
-CTL_ResetToolbarsButton=Restabelecer as barras de ferramen&tas
-
-
-
-PROP_newToolbarLabel=&Nome:
-PROP_newToolbarDialog=Nova barra de ferramentas
-PROP_newToolbar=Barra de ferramentas
-MSG_ToolbarExists=A barra de ferramentas {0} xa existe.
-
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_gl_ES.properties
deleted file mode 100644
index 949b2c8..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=Non \u00e9 pos\u00edbel que o tama\u00f1o sexa negativo
-CTL_InvalidValue=Inseriuse un valor incorrecto
-CTL_InvalidValueWithParam=Inseriuse un valor {0} incorrecto
-CTL_InvalidValueWithExc=O valor inserido non \u00e9 correcto. \nCausa: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=O valor de {0} deber\u00eda ter o formato {1}
-
-#ColorEditor
-CTL_AWTPalette=Paleta de AWT
-CTL_SwingPalette=Paleta de Swing
-CTL_SystemPalette=Paleta do sistema
-ACSD_CustomColorEditor=N/D
-FMT_IllegalEntry="{0}" non \u00e9 un identificador de cor correcto.  Debe inserir unha constante de Swing ou AWT ou os valores vermello/verde/azul.
-
-# ColorEditor:AWT color names
-LAB_White=branco
-LAB_LightGray=gris claro
-LAB_Gray=gris
-LAB_DarkGray=gris escuro
-LAB_Black=negro
-LAB_Red=vermello
-LAB_Pink=rosa
-LAB_Orange=laranxa
-LAB_Yellow=amarelo
-LAB_Green=verde
-LAB_Magenta=maxenta
-LAB_Cyan=cian
-LAB_Blue=azul
-# ColorEditor: system color names
-LAB_ActiveCaption=Lenda activa
-LAB_ActiveCaptionBorder=Bordo da lenda activa
-LAB_ActiveCaptionText=Texto da lenda activa
-LAB_Control=Control
-LAB_ControlDkShadow=Sombra Dk do control
-LAB_ControlHighlight=Realce do control
-LAB_ControlLtHighlight=Realce Lt do control
-LAB_ControlShadow=Sombra do control
-LAB_ControlText=Texto do control
-LAB_Desktop=Escritorio
-LAB_InactiveCaption=Lenda inactiva
-LAB_InactiveCaptionBorder=Bordo da lenda inactiva
-LAB_InactiveCaptionText=Texto da lenda inactiva
-LAB_Info=Informaci\u00f3n
-LAB_InfoText=Texto de informaci\u00f3n
-LAB_Menu=Men\u00fa
-LAB_MenuText=Texto do men\u00fa
-LAB_Scrollbar=Barra de desprazamento
-LAB_Text=Texto
-LAB_TextHighlight=Realce do texto
-LAB_TextHighlightText=Texto de realce do texto
-LAB_TextInactiveText=Texto de inactividade do texto
-LAB_TextText=Texto do texto
-LAB_Window=Xanela
-LAB_WindowBorder=Bordo da xanela
-LAB_WindowText=Texto da xanela
-
-#DimensionCustomEditor
-CTL_Dimension=Dimensi\u00f3n
-CTL_Width=Lar&gura:
-CTL_Height=Alt&ura:
-ACSD_CTL_Width=N/D
-ACSD_CTL_Height=N/D
-ACSD_DimensionCustomEditor=N/D
-
-#DimensionEditor
-CTL_HintFormat=[largura,altura]
-
-#FontEditor
-CTL_Plain=Plano
-CTL_Bold=Negra
-CTL_Italic=Cursiva
-CTL_BoldItalic=Cursiva negra
-CTL_Font=&Tipo de letra:
-CTL_FontStyle=Estilo de t&ipo de letra:
-CTL_Size=&Tama\u00f1o:
-CTL_Preview=Previsualizaci\u00f3n
-ACSD_CTL_Font=N/D
-ACSD_CTL_FontStyle=N/D
-ACSD_CTL_Size=N/D
-ACSD_FontCustomEditor=N/D
-
-#InsetsCustomEditor
-CTL_Insets=Intercalaci\u00f3ns
-CTL_Top=&Arriba:
-CTL_Left=Es&querda:
-CTL_Bottom=A&baixo:
-CTL_Right=De&reita:
-ACSD_CTL_Top=N/D
-ACSD_CTL_Left=N/D
-ACSD_CTL_Bottom=N/D
-ACSD_CTL_Right=N/D
-
-#InsetsEditor
-CTL_HintFormatIE=[arriba,esquerda,abaixo,dereita]
-
-# ObjectEditor
-CTL_NullValue=<Valor de busca nulo>
-CTL_NullItem=<Elemento de busca nulo>
-
-#PointCustomEditor
-CTL_Point=Punto
-CTL_X=&X:
-ACSD_CTL_X=N/D
-CTL_Y=&Y:
-ACSD_CTL_Y=N/D
-ACSD_PointCustomEditor=N/D
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rect\u00e1ngulo
-ACSD_CustomRectangleEditor=N/D
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,largura,altura]
-
-#StringCustomEditor
-ACS_TextArea=Texto:
-ACSD_TextArea=Insira a propiedade de texto aqu\u00ed
-ACSD_CustomStringEditor=Editor para as propiedades de cadea
-ACS_Instructions=Instruci\u00f3ns
-ACSD_Instructions=N/D
-
-MSG_FontIsNotInitialized=Ocorreu un fallo ao almacenar xa que o valor do tipo de letra non foi inicializado.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Seleccione un ficheiro ou un cartafol
-CTL_DialogTitleFiles=Seleccione un ficheiro
-CTL_DialogTitleDirs=Seleccione un cartafol
-ACSD_FileEditor=N/D
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Sen especificar>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Propiedades
-ACSD_PropertiesEditorPane=N/D
-ACSD_CustomPropertiesEditor=N/D
-WARN_PropertiesComments=Aviso: os comentarios ser\u00e1n rexeitados.
-
-#StringArrayCustomEditor
-CTL_Empty=<baleiro>
-CTL_Item=&Elemento:
-ACSD_CTL_Item=N/D
-CTL_ItemList=Elemento da &lista
-ACSD_CTL_ItemList=N/D
-CTL_Add_StringArrayCustomEditor=Eng&adir
-ACSD_CTL_Add_StringArrayCustomEditor=N/D
-CTL_Change_StringArrayCustomEditor=&Editar
-ACSD_CTL_Change_StringArrayCustomEditor=N/D
-CTL_Remove=Elimina&r
-ACSD_CTL_Remove=N/D
-CTL_MoveUp=&Arriba
-ACSD_CTL_MoveUp=N/D
-CTL_MoveDown=Abai&xo
-ACSD_CTL_MoveDown=N/D
-ACSD_StringArrayCustomEditor=N/D
-
-#Bool/BooleanEditor
-TRUE=verdadeiro
-FALSE=falso
-NULL=nulo
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Non \u00e9 un valor de entrada enteiro: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=kmsgey \u00e9 unha cadea ilegal ''
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - os valores correctos son: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Clase desco\u00f1ecida: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Non \u00e9 un valor legal: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Non \u00e9 un URL reco\u00f1ec\u00edbel: {0}
-#
-MSG_NULL_OR_EMPTY=Null ou un array baleiro
-
-#ObjectEditor
-ACSN_ObjectTree=Opci\u00f3ns dispo\u00f1\u00edbeis
-ACSD_ObjectTree=Seleccione un obxecto
-
-#Font Editor
-MSG_AppleBug=Se est\u00e1 vendo esta mensaxe ocorreu un erro ao inicializar a lista dos tipos de letra dispo\u00f1\u00edbeis.  Isto \u00e9 debido a un fallo nun disparador da JVM de apple con tipos de letra bitmap instaladas no sistema.  Para empregar o editor de tipos de letra, vostede precisa desinstalar todos os tipos de letra bitmap do seu sistema.  Vexa o issue 3121780 do Apple BugReporter para m\u00e1is detalles.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=A gozada ling\u00fc\u00edstica far\u00e1, \u00f3s peneques con vi\u00f1o, xente con \u00e9xito
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=Aceptar
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_gl_ES.properties
deleted file mode 100644
index c1b8af4..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=N\u00facleo
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=O marco de traballo b\u00e1sico para os aplicativos baseados en Netbeans.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo proporciona a infraestrutura central que permite executar os aplicativos baseados en Netbeans. Non pode ser desactivado.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=Occoreu unha extensi\u00f3n {0}.\n\tPrema en Mostrar os detalles ou vexa o ficheiro messages.log localizado no seu cartafol {1}.
-NTF_ExceptionalExceptionTitle=Excepci\u00f3n non esperada
-# {0} - class name of exception
-NTF_ExceptionWarning=Occoreu unha extensi\u00f3n {0}.\nNembargantes, o sistema deber\u00eda continuar co seu traballo sen problemas consecuentes.\nPrema en Mostrar os detalles da traza do stack.
-NTF_ExceptionWarningTitle=Advertencia
-
-#startup info messages
-MSG_MainWindowInit=Inicializando a xanela principal...
-MSG_WindowShowInit=A abrir a xanela principal...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=A gardar {0} ...
-MSG_AllSaved=Rematouse o gardado de todo.
-
-CTL_Cannot_save=Non \u00e9 pos\u00edbel gardar {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Sitio protexido por contrasinal
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=Ver por:
-ShortcutsEditor.actionsButton.text=Acci\u00f3ns
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Atallos
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Seleccione Ver por acci\u00f3ns para editar os atallos para unha acci\u00f3n
-ShortcutsPanel.addButton.text=Engadir...
-ShortcutsPanel.removeButton.text=Eliminar
-ShortcutsPanel.AddActionTitle=Novo atallo
-ActionsPanel.shortcutAddButton.text=Engadir...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Eliminar
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Editar atallos
-ActionsPanel.AddShortcut=Engadir atallo
-ActionsPanel.ShortcutLabel=Atallo:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Seleccione Ver por acci\u00f3ns para editar os atallos para unha acci\u00f3n
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Seleccione Ver por acci\u00f3ns para editar os atallos para unha acci\u00f3n
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Seleccione Ver por atallos, pero para Editar atallos deber\u00eda estar seleccionar Ver por acci\u00f3n
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Engadir novos atallos para as acci\u00f3ns
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Eliminar atallos para as acci\u00f3ns
-ACSN_ShortcutsPanel.shortcutsList=Lista de atallos
-ACSD_ShortcutsPanel.shortcutsList=N/D
-ACS_ActionsPanel.ShortcutLabel.a11yName=Rechear atallos
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Rechear combinaci\u00f3n de atallos por teclas
-ACSN_ActionsPanel.actionsTree=N/D
-ACSN_ActionsPanel.shortcutsList=Lista de atallos
-ACSD_ActionsPanel.actionsTree=N/D
-ACSD_ActionsPanel.shortcutsList=N/D
-ACSD_ShortcutsEditor.DialogDesc=N/D
-ACSD_ActionsPanel.Dialog=Engadir novo atallo para a acci\u00f3n seleccionada
-ACS_ActionsPanel=N/D
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=Xa existe unha acci\u00f3n ligada a ese atallo ({0}.\nQuere empregar a acci\u00f3n seleccionada no seu lugar?
-
-CTL_ExitTitle=Gardar
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Gardar
-ACSD_Save=Gardar.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=Gard&ar todo
-ACSD_SaveAll=Gardar todo.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Descartar todo
-ACSD_DiscardAll=Descartar todo.
-EXC_Save=Ocorreu unha excepci\u00f3n ao gardar
-# NotifyException
-CTL_Title_Exception=Excepci\u00f3n
-CTL_NextException=Segui&nte >
-CTL_PreviousException=< &Anterior
-CTL_Exception_Hide_Details=Ocultar os &detalles
-CTL_Exception_Show_Details=Mo&strar os detalles
-ACSD_NextException=N/D
-ACSD_PreviousException=N/D
-ACSD_Exception_Hide_Details=N/D
-ACSD_Exception_Show_Details=N/D
-ACSN_ExceptionStackTrace=N/D
-ACSD_ExceptionStackTrace=N/D
-ACSD_NotifyExceptionPanel=N/D
-
-ACSN_ListOfChangedFiles=Lista
-ACSD_ListOfChangedFiles=Lista dos ficheiros cambiados para gardar
-ACSD_ExitDialog=Di\u00e1logo para gardar calquera cambio
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=Modo SDI
-CTL_MdiMode=Modo MDI
-
-# NbPlaces
-CTL_NoWorkspaces=Sen espazos de traballo
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/D
-ACD_NotifyExcPanel_Dialog=N/D
-
-# blocked event queue
-LOG_EventQueueBlocked=O f\u00edo do evento despachado de AWT est\u00e1 bloqueado por {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Autenticaci\u00f3n requirida
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=Nome de &usuario:
-NbAuthenticatorPanel.passwordLbl.text=Contra&sinal:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Contrasinal para {0}
-
-ProxySettings.password.description=Contrasinal do proxy
-
-Title_WebBrowser=Navegador web
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_gl_ES.properties
deleted file mode 100644
index 304643a..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=So&bre
-About_title=Sobre
-
-#CopyProductInfoAction
-CopyProductInfo=Informaci\u00f3n de copia
-CopyProductInfoAction=Informaci\u00f3n de &copia
-CTL_CopyButton_tooltip=Copia a informaci\u00f3n do produto NetBeans ao portapapeis
-
-#HtmlViewAction
-CTL_OpeningBrowser=A abrir o navegador ...
-HTMLView=Navegador &web
-
-#SystemExit
-Exit=&Sa\u00edr
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Seguinte visualizaci\u00f3n interna
-LBL_PreviousViewCallbackAction=Anterior visualizaci\u00f3n interna
-
-# jump next/prev actions
-JumpNextAction=Seg&uinte erro
-JumpPrevAction=Anteri&or erro
-
-#LogAction
-MSG_LogTab_name=Rexis&tro do IDE
-MSG_ShortLogTab_name=Rexistro do IDE
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_gl_ES.properties
deleted file mode 100644
index f705620..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Versi\u00f3n do produto\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>Sistema\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Cartafol de usuario:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">O IDE e a Plataforma de NetBeans est\u00e1n baseados no software de netbeans.org, que est\u00e1 licenciado mediante un licenzamento dual baixo as licenzas Common Development and Distribution License (CDDL) e a GNU General Public License versi\u00f3n 2 coa excepci\u00f3n do Classpath. Para m\u00e1is informaci\u00f3n visite <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} versi\u00f3n {1} execut\u00e1ndose en {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Navegador HTML do Swing est\u00e1 baseado nun compo\u00f1ente Swing
-MSG_cannot_create_browser=Non \u00e9 pos\u00edbel crear o navegador HTML do Swing.
-Services/Browsers/SwingBrowser.settings=Navegador HTML do Swing
-LBL_Close=Pechar
-MNE_Close=C
-ACSN_Close=Pechar
-ACSD_Close=Pechar
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_gl_ES.properties
deleted file mode 100644
index 625dbbb..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Implementaci\u00f3n de OSGi de Apache Felix
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_gl_ES.properties
deleted file mode 100644
index e7fd6df..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Empaqueta a biblioteca JNA.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo empaqueta a biblioteca JNA.
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_gl_ES.properties
deleted file mode 100644
index c00ad3f..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Integraci\u00f3n da API de scripting
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Usado para empaquetar as API de scripting.
-OpenIDE-Module-Long-Description=O m\u00f3dulo usado para empaquetar as API de scripting (paquete javax.script) Non \u00e9 necesario m\u00e1is.
-OpenIDE-Module-Deprecation-Message=Non necesitado m\u00e1is en JDK 6. Eliminar a s\u00faa dependencia neste m\u00f3dulo.
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_gl_ES.properties
deleted file mode 100644
index c53d236..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Empaqueta a biblioteca de probas JUnit 4.x.
-OpenIDE-Module-Long-Description=Incl\u00fae a biblioteca de probas unitarias JUnit 4.x.
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_gl_ES.properties
deleted file mode 100644
index 79bdcfa..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Especificaci\u00f3n de OSGi
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_gl_ES.properties
deleted file mode 100644
index 9a04342..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Busca r\u00e1pida
-QuickSearchComboBar.jLabel2.toolTipText=Faga clic ou prema MAI\u00daS+F10 para seleccionar a categor\u00eda
-MSG_DiscoverabilityHint=Buscar
-MSG_DiscoverabilityHint2=Buscar en {0}
-LBL_MoreResults=...
-LBL_AllCategories=Todas as categor\u00edas
-QuickSearchPopup.searchingLabel.text=Buscando...
-QuickSearchPopup.noResultsLabel.text=( Sen resultados )
-QuickSearchPopup.hintLabel.text={0}; Preme {1} para todas as categor\u00edas
-AbstractQuickSearchComboBar.command.toolTipText=Busca r\u00e1pida no sistema {0}
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_gl_ES.properties
deleted file mode 100644
index 50086dc..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Non \u00e9 pos\u00edbel mostrar o URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_gl_ES.properties
deleted file mode 100644
index b70493d..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Name=API de busca r\u00e1pida
-OpenIDE-Module-Short-Description=Infraestrutura para busca r\u00e1pida nos elementos de men\u00fa, acci\u00f3ns, ficheiros, etc.
-QuickSearch/Recent=Buscas recentes
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_gl_ES.properties
deleted file mode 100644
index 19de166..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=Sen filtro
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_gl_ES.properties
deleted file mode 100644
index 460ba44..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Name=ETable e contorno
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_gl_ES.properties
deleted file mode 100644
index 8813d05..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Biblioteca de personalizaci\u00f3n de aparencia
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Xestiona as personalizaci\u00f3ns do UIManager por aparencia para NetBeans
-OpenIDE-Module-Long-Description=Define os valores espec\u00edficos de NetBeans precisados e aseg\u00farase que alg\u00fans valores dispo\u00f1\u00edbeis en BasicLookAndFeel estean dispo\u00f1\u00edbeis para todas as aparencias. Xestiona a compatibilidade para o tema metal, a selecci\u00f3n de aparencia e a inicializaci\u00f3n de tama\u00f1os de tipos de letra personalizados
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_gl_ES.properties
deleted file mode 100644
index f8210ab..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=Aviso: Debido ao erro 5079742 do JDK, as fontes en NetBeans non se ver\u00e1n ben. Instale o JDK 1.5.0_02 ou superior, ten m\u00e1is detalles en http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_gl_ES.properties
deleted file mode 100644
index 4c6f010..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Control de separadores
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=O control de separadores empregado polo sistema de xanelas
-OpenIDE-Module-Long-Description=A biblioteca do compo\u00f1ente para o control de separadores do sistema de xanelas de NetBeans
-
-
-
-ACS_TabbedContainer=Control de separadores
-ACSD_TabbedContainer=Control de separadores para cambiar entre os separadores.
-
-TT_TabDisplayer_Close=<html>Prema MAI\u00daS + clic para pechar todos os documentos<br>Prema ALT + clic para pechar os outros documentos
-
diff --git a/l10n/src/gl_ES/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_gl_ES.properties
deleted file mode 100644
index c899684..0000000
--- a/l10n/src/gl_ES/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Mostrar a lista de documentos abertos
-
-Tip_Restore_Window=Restaurar a xanela
-
-Tip_Maximize_Window=Maximizar a xanela
-
-Tip_Minimize_Window=Minimizar a xanela
-
-Tip_Pin=Pin
-
-Tip_Close_Window=Pechar a xanela
-
-Tip_Scroll_Documents_Right=Desprazar documentos cara \u00e1 dereita
-
-Tip_Scroll_Documents_Left=Desprazar documentos cara \u00e1 esquerda
-
diff --git a/l10n/src/gl_ES/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_gl_ES.properties
deleted file mode 100644
index 11f3e8d..0000000
--- a/l10n/src/gl_ES/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API de acci\u00f3ns
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Definici\u00f3n de acci\u00f3ns com\u00fans para NetBeans
-OpenIDE-Module-Long-Description=Proporciona unha lista de acci\u00f3ns com\u00fans empregadas por alg\u00fan aplicativo de NetBeans.
-
-
-New=Eng&adir
-# {0} name of the only one new type
-NewArg=Eng&adir {0}
-
-# File
-NewFromTemplate=&Novo
-Save=&Gardar
-Print=Im&primir...
-PageSetup=Confi&guraci\u00f3n de p\u00e1xina...
-
-#0 undoableedit
-UndoWithParameter=&Desfacer {0}
-#0 undoableedit
-RedoWithParameter=&Refacer {0}
-UndoSimple=&Desfacer
-RedoSimple=&Refacer
-Cut=Cor&tar
-Copy=Cop&iar
-Paste=&Pegar
-Delete=&Borrar
-Find=&Buscar...
-Goto=Ir \u00e1 &li\u00f1a...
-Replace=S&ubstitu\u00edr...
-
-# View
-Properties=&Propiedades
-View=Ver
-Edit=Editar
-
-# Build
-Execute=&Executar
-
-# Window
-DockWindow=Ancorar visuali&zaci\u00f3n
-UndockWindow=Desancorar vis&ualizaci\u00f3n
-CloneView=&Clonar visualizaci\u00f3n
-CloseView=Pechar
-NextTab=Segui&nte visualizaci\u00f3n
-PreviousTab=An&terior visualizaci\u00f3n
-
-Open=Abrir
-Rename=Renomear...
-
-MoveUp=Mover cara a arriba
-MoveDown=Mover cara a abaixo
-
-
-Customize=Personalizar
-
-#rename action
-CTL_RenameTitle=Renomear
-CTL_RenameLabel=&Nome novo:
-# {0} param represents old name before renaming.
-MSG_BadFormat=Non \u00e9 pos\u00edbel renomear este obxecto de {0} a {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Recolector de lixo
-
-#HeapView
-LBL_ShowText=Mostrar texto
-LBL_DropShadow=Sombra paralela
-LBL_OverlayGrid=Grade superposta
-
-# NewTemplateAction
-CTL_NewName=Nome novo
-CTL_NewNameTitle=&Novo
-
-
-#Reorder Action
-Reorder=Cambiar orde...
-
-OpenLocalExplorer=Explorar desde a&qu\u00ed
-
-WorkspacesItems=&Espazos de traballo
-
-
-# name of template
-CTL_Template_Name=&Nome do obxecto:
-# title of dialog
-CTL_Template_Dialog_Title=Instanciar modelo
-CTL_Template_Dialog_RootTitle=Gar&dar en:
-
-
-# Tools action
-CTL_Tools=Ferramentas
-CTL_EmptySubMenu=Baleiro
-
-
-# name of the PopupAction
-Popup=Xanela emerxente
-
-#SaveAction
-MSG_saved={0} gardado.
-EXC_notsaved=Houbo alg\u00fans problemas ao gardar {0} Causa: {1}
-#Template wizard title
-CTL_TemplateWizard=Novo desde modelo
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Faga clic para forzar o recolector de lixo
-
-
diff --git a/l10n/src/gl_ES/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_gl_ES.properties
deleted file mode 100644
index 927e82f..0000000
--- a/l10n/src/gl_ES/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API de utilidades da UI
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Utilidades da interface de usuario.
-OpenIDE-Module-Long-Description=M\u00e9todos de axuda para varias tarefas relacionadas coa IU.
-
-
-
-#MenuBar
-EXC_LoadMenu=Non \u00e9 pos\u00edbel cargar o men\u00fa {0}
-EXC_LoadMenuItem=Non \u00e9 pos\u00edbel cargar o elemento de men\u00fa {0}
-
-#HtmlBrowser
-CTL_Back=Atr\u00e1s
-CTL_Forward=Seguinte
-CTL_Reload=Recargar
-CTL_Stop=Deter
-CTL_Document_done=Documento: Feito
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Cargando
-EXC_Module=Ocorreu unha excepci\u00f3n ao inicializar o m\u00f3dulo do navegador HTML
-CTL_WebBrowser=Navegador web
-HINT_WebBrowser=Navegador web
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Visualizaci\u00f3n do navegador
-ACSD_HtmlBrowser=N/D
-ACS_HtmlBrowser_Location=Localizaci\u00f3n
-ACSD_HtmlBrowser_Location=N/D
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Horizontal
-SplittedPanelSwap=Cambiar paneis
-ResetSplitter=Reiniciar li\u00f1a de separaci\u00f3n
-ACS_SplittedPanel_Name=Primeiro panel {0}. Segundo panel {1}.
-ACS_SplittedPanel_Description=Primeiro panel {0}. Segundo panel {1}.
-ACS_SplittedPanel_EmptySplitter=N/D
-ACSD_SplittedPanel_EmptySplitter=N/D
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/D
-#Title while loading
-LBL_Loading=Cargando...
-#Title if html doesn't contain title tags
-LBL_Untitled=Sen t\u00edtulo
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Equipo desco\u00f1ecido: {0}
-FMT_InvalidURL=URL incorrecto: {0}
-FMT_NoRouteToHost=Non hai ning\u00fan cami\u00f1o para o host: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=A invocar {4} implementado como {3} a trav\u00e9s de {1}
-
-
-# action and their performers
-Open=Abrir
-Edit=Editar
-Print=Im&primir...
-View=Ver
-Close=Pechar
-
diff --git a/l10n/src/gl_ES/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_gl_ES.properties
deleted file mode 100644
index 2aeccb6..0000000
--- a/l10n/src/gl_ES/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=As API de compatibilidade
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Algunhas clases antigas que actualmente est\u00e1n obsoletas.
-OpenIDE-Module-Long-Description=Cont\u00e9n algunhas clases de API antigas marcadas como obsoletas e que se poden substitu\u00edr. Concretamente: ExplorerActions, ExplorerPanel, HttpServer e WeakListener.
-OpenIDE-Module-Deprecation-Message=Todas as clases desta API est\u00e1n obsoletas e poden substitu\u00edrse por outras API m\u00e1is modernas.
-
diff --git a/l10n/src/gl_ES/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_gl_ES.properties
deleted file mode 100644
index 352acd9..0000000
--- a/l10n/src/gl_ES/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=A API Dialogs
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Xestiona os di\u00e1logos e asistentes.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo xestiona a infraestrutura de di\u00e1logos e asistentes empregada en NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Erro
-NTF_ExceptionTitle=Excepci\u00f3n
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=Occoreu unha extensi\u00f3n {0}.\nInforme de isto a http://www.netbeans.org/issues.html, inclu\u00edndo unha copia do ficheiro de rexistro de mensaxes.\nO ficheiro messages.log est\u00e1 localizado no seu cartafol {1}.
-NTF_ExceptionalExceptionTitle=Excepci\u00f3n non esperada
-NTF_PlainTitle=Mensaxe
-NTF_QuestionTitle=Pregunta
-NTF_InformationTitle=Informaci\u00f3n
-NTF_WarningTitle=Advertencia
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Opci\u00f3ns de ali\u00f1amento
-
-#
-# names of buttons
-#
-CTL_OK=Aceptar
-CTL_YES=Si
-CTL_NO=Non
-CTL_CLOSE=Pechar
-
-CTL_CANCEL=Cancelar
-ACSD_CANCEL=n/d
-
-CTL_NEXT=Seguinte >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Avanza ao seguinte paso no asistente.|2#Seguinte paso: {0}. {1}}
-
-CTL_PREVIOUS=< &Atr\u00e1s
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Ir ao paso anterior do asistente.|0#Paso anterior: {0}. {1}}
-
-CTL_FINISH=&Finalizar
-ACSD_FINISH=n/d
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Li\u00f1a de entrada
-ACSD_InputField=N/D
-ACN_NotifyDescriptor_MessageJTextArea=N/D
-ACD_NotifyDescriptor_MessageJTextArea=N/D
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName=Asistente {0} ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} de {1}
-CTL_ContentName=Pasos
-CTL_HelpName=Axuda
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Agarde.
-
diff --git a/l10n/src/gl_ES/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_gl_ES.properties
deleted file mode 100644
index cd04e2d..0000000
--- a/l10n/src/gl_ES/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=A API Execution
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=A API Execution desde as API Open.
-OpenIDE-Module-Long-Description=Est\u00e1 formada por partes do paquete org.openide.execution.* desde as API Open.
-
diff --git a/l10n/src/gl_ES/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_gl_ES.properties
deleted file mode 100644
index 59347f5..0000000
--- a/l10n/src/gl_ES/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API do explorador e da folla de propiedades
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Varias vistas para mostrar as estruturas de nodos.
-OpenIDE-Module-Long-Description=Permite definir novas vistas que mostran as estruturas creadas coa API de nodos.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorador [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Non foi pos\u00edbel restaurar a xanela do Explorador; non foi pos\u00edbel restaurar correctamente o nodo ra\u00edz "{0}".
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=Unha vista do Explorador non debe vetar a selecci\u00f3n baleira.
-EXC_ContextMustBeWithinRootContext=Un contexto explorado ({0}) debe de estar dentro do contexto ra\u00edz ({1}).
-EXC_NodeCannotBeNull=Non \u00e9 pos\u00edbel usar un valor nulo para a selecci\u00f3n de nodos.
-EXC_NoElementOfNodeSelectionMayBeNull=Os elementos dunha selecci\u00f3n de nodos non poden ter valor nulo.
-EXC_NodeSelectionCannotContainNodes=Unha selecci\u00f3n de nodos non \u00e9 pos\u00edbel que conte\u00f1a nodos ({0}) que non estean debaixo da ra\u00edz ({1}).
-EXC_CannotHaveNullRootContext=Non \u00e9 pos\u00edbel ter unha ra\u00edz de contexto con valor nulo.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Est\u00e1 seguro de que quere borrar {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Est\u00e1 seguro de que quere borrar {0} e todos os seus contidos?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Est\u00e1 seguro de que quere borrar estes {0} elementos?
-MSG_ConfirmDeleteObjectTitle=Confirmar o borrado do obxecto
-MSG_ConfirmDeleteFolderTitle=Confirmar o borrado do paquete
-MSG_ConfirmDeleteObjectsTitle=Confirmar o borrado de varios obxectos
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Est\u00e1 seguro de que quere borrar {0} (ligaz\u00f3n a {3})?
-MSG_ConfirmDeleteShadowTitle=Confirmar o borrado da ligaz\u00f3n
-
-
diff --git a/l10n/src/gl_ES/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_gl_ES.properties
deleted file mode 100644
index b887185..0000000
--- a/l10n/src/gl_ES/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Excepci\u00f3n en
-PS_Editor=Editor de propiedades
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Array de
-FMT_ErrorSettingProperty=Non foi pos\u00edbel asignar un valor \u00e1 propiedade. {0} non \u00e9 un valor correcto para {1}.
-FMT_CannotUpdateProperty={0} non \u00e9 un valor correcto para {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(Non existe o editor de propiedades)
-CTL_NoProperties=<Sen propiedades>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Propiedades
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Ordenar por categor\u00eda
-ACS_CTL_NoSort=Ordenar por categor\u00eda
-CTL_AlphaSort=Ordenar por nome
-ACS_CTL_AlphaSort=Ordenar por nome
-CTL_TypeSort=Ordenar por tipo
-ACS_CTL_TypeSort=Ordenar por tipo
-CTL_VisibleWritableOnly=Mostrar s\u00f3 as propiedades edit\u00e1beis
-ACS_CTL_VisibleWritableOnly=Mostrar s\u00f3 as propiedades edit\u00e1beis
-CTL_Customize=Personalizador
-ACS_CTL_Customize=Personalizador
-CTL_Help=Axuda
-ACS_CTL_Help=Axuda
-ACSD_CTL_Help=Proporciona axuda sobre o obxecto cuxas propiedades se mostran na folla de propiedades
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]O uso da propiedade >>{0}<< no momento do dese\u00f1o provoca unha excepci\u00f3n.
-
-#PropertySheet
-CTL_Property_sheet_option=Folla de propiedades
-
-
-#IndexedPropertyEditor
-CTL_NoItem=Elemento non dispo\u00f1\u00edbel
-CTL_Index=\u00cdndice da propiedade:
-CTL_Unknown=Desco\u00f1ecido
-
-#PropertyDialogManager
-CTL_OK=Aceptar
-ACSD_CTL_OK=N/D
-CTL_Cancel=Cancelar
-ACSD_CTL_Cancel=N/D
-CTL_Close=Pechar
-ACSD_CTL_Close=N/D
-CTL_Default=Restabelecer ao pre&determinado
-ACSD_CTL_Default=N/D
-CTL_Paste=Pegar
-
-#PropertyDetails
-EXC_Setter=Excepci\u00f3n no m\u00e9todo setter da propiedade: {0}
-EXC_Setter_localized=Produciuse unha excepci\u00f3n no m\u00e9todo setter da propiedade {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<non existe un editor personalizado>
-CTL_No_property_editor=<non existe un editor de propiedades>
-CTL_Different_Values=<Valores diferentes>
-CTL_Desc_Different_Values=Os nodos seleccionados te\u00f1en valores diferentes para esta propiedade.
-CTL_No_properties=<Sen propiedades>
-CTL_No_value=<Sen valor>
-CTL_No_type=<Sen tipo>
-CTL_ElipsisHint=Invoca o personalizador.
-CTL_InvalidValue=Valor incorrecto: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Valor incorrecto {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Type: {1}{2,choice,0#|1# Compo\u00f1ente: {3}|2# Compo\u00f1entes: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Propiedades
-CTL_New=&Novo
-CTL_Delete=&Borrar
-CTL_MoveUp=Mo&ver cara a arriba
-CTL_MoveDown=Mover cara a a&baixo
-CTL_HideDetails=Ocultar os &detalles
-CTL_ShowDetails=Mo&strar os detalles
-EXC_ErrorInIndexedSetter=Non \u00e9 pos\u00edbel asignar o valor da propiedade indexada
-
-ACSD_Properties=N/D
-ACSD_New=N/D
-ACSD_Delete=N/D
-ACSD_MoveUp=N/D
-ACSD_MoveDown=N/D
-ACSD_HideDetails=N/D
-ACSD_ShowDetails=N/D
-ACSD_IndexedEditorPanel=N/D
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Nomes
-COLUMN_VALUES=Valores
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<ilex\u00edbel>
-#Text for null values
-NULL=nulo
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Erro ao asignar o valor
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Modo de ordenaci\u00f3n desco\u00f1ecido
-
-#Button labels for property dialogs
-ok=Aceptar
-default=Restaurar o valor predeterminado
-cancel=Cancelar
-close=Pechar
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Descrici\u00f3n
-ACSD_Description=Descrici\u00f3n da propiedade seleccionada
-ACS_DescriptionTitle=Nome da propiedade
-ACSD_DescriptionTitle=Nome da propiedade que est\u00e1 a ser editada
-CTL_NO_DESCRIPTION=Sen descrici\u00f3n dispo\u00f1\u00edbel.
-CTL_NO_SELECTION=Nada seleccionado
-ACS_Splitter=Divisor
-ACSD_Splitter=Separador visual entre a t\u00e1boa de propiedades e a \u00e1rea de descrici\u00f3n.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=A propiedade
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} igual a {1}
-FMT_ACST_SheetSet=Grupo de propiedades {0}
-ACST_No_Selection=Nada seleccionado
-CTL_Multiple_Selection=Seleccion\u00e1ronse varios obxectos
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Prema ou seleccione e pulse CTRL-ESPAZO para abrir o editor personalizado; prema o bot\u00f3n dereito para o men\u00fa
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Mostrar a \u00e1rea de descrici\u00f3n
-CTL_HideDescription=Ocultar a \u00e1rea de descrici\u00f3n
-CTL_RestoreDefaultValue=Restaurar o valor predeterminado
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Propiedades
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=esta propiedade
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Formato num\u00e9rico ilegal: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Editor personalizado: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=T\u00e1boa de propiedades
-ACSN_SHEET_TABBED_PANE=Categor\u00edas de propiedades
-ACSD_SHEET_TABLE=T\u00e1boa de propiedades edit\u00e1beis que representa o obxecto actual
-ACSD_SHEET_TABBED_PANE=Pode seleccionar diferentes conxuntos de propiedades do obxecto actual para mostrar na folla de propiedades
-
-LBL_QUICKSEARCH=Busca r\u00e1pida:
-
-MSG_SetAsText_InvalidValue=Valor incorrecto: {0}
-
diff --git a/l10n/src/gl_ES/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_gl_ES.properties
deleted file mode 100644
index 4a81ea1..0000000
--- a/l10n/src/gl_ES/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Baleiro
-MenuViewStartFromRoot=Explorar desde a ra\u00edz
-MenuViewStartFromCurrent=Explorar desde o punto actual
-
-# TabView
-TabView_RootTab=Ra\u00edz
-
-# TreeView
-VetoSelectedNodes=Nodos seleccionados
-LBL_QUICKSEARCH=Buscar:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=Non \u00e9 pos\u00edbel renomear este obxecto de {0} a {1}.
-ACSN_TreeViewCellEditor=Renomear o editor
-ACSD_TreeViewCellEditor=Editor in situ do nome nodo na vista en \u00e1rbore
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=O obxectivo non aceptou o contido que se lle transferiu.
-
-MSG_ABORT=Cancelar
-
-#TableSheet
-ACS_TableSheet=T\u00e1boa de propiedades
-ACSD_TableSheet=N/D
-ACS_NullPanel=Non existe a propiedade
-# {0} - bean
-ACSD_NullPanel=Non existe a propiedade. Compo\u00f1ente: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Tipo: {1} Compo\u00f1ente: {2}
-CTL_No_value=<Sen valor>
-CTL_No_type=<Sen tipo>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Cambiar as columnas vis\u00edbeis
-LBL_ColumnDialogDesc=Escoller as columnas para mostrar na lista
-LBL_ListOptions=Opci\u00f3ns da lista
-LBL_ChangeColumns=Cambiar as columnas vis\u00edbeis...
-LBL_SortMenu=Ordenar
-LBL_Ascending=Ascendente
-LBL_Descending=Descendente
-LBL_ColsMenu=Columna
-LBL_MoveLeft=Mover \u00e1 esquerda
-LBL_MoveRight=Mover \u00e1 dereita
-MSG_NoColumnsToChange=Non existen columnas \u00e1s que cambiarlle a visibilidade.
-LBL_NoSort=Ning\u00fan
-ACSN_ColumnDialog=Cambiar as columnas vis\u00edbeis
-ACSD_ColumnDialog=Escoller as columnas para mostrar na lista
-
-#a11y
-ACSN_TreeTable=N/D
-ACSD_TreeTable=N/D
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Mostrar s\u00f3 as filas onde
-
-CTL_ColumnsSelector=Cambiar as columnas vis\u00edbeis
-ACN_ColumnsSelector=Selector de columnas
-ACD_ColumnsSelector=Seleccionar as columnas vis\u00edbeis
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Escoller as columnas para mostrar na lista
-NodeOutlineModel_NodesColumnLabel=Nodos
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Accedendo a {0} sen o acceso de lectura Children.MUTEX
-
diff --git a/l10n/src/gl_ES/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_gl_ES.properties
deleted file mode 100644
index c208567..0000000
--- a/l10n/src/gl_ES/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Documento XML incorrecto:
-
-W-003=Aviso: o analizador XML non \u00e9 compat\u00edbel coa funcionalidade do xestor l\u00e9xico.
-
diff --git a/l10n/src/gl_ES/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_gl_ES.properties
deleted file mode 100644
index b092da6..0000000
--- a/l10n/src/gl_ES/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API do sistema de ficheiros
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=API do sistema de ficheiros virtual.
-OpenIDE-Module-Long-Description=Permite acceder a un ficheiro coma un recurso de xeito independente dos ficheiros do sistema operativo actual. Permite a notificaci\u00f3n de cambios no disco.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid={0} incorrecto
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=A ra\u00edz {0} non existe.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Non \u00e9 pos\u00edbel borrar a ra\u00edz do sistema de ficheiros {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Non \u00e9 pos\u00edbel renomear a ra\u00edz do sistema de ficheiros {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Non \u00e9 pos\u00edbel borrar o ficheiro {0} no cartafol {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Non \u00e9 pos\u00edbel renomear o ficheiro {0} en {1} a {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=O sistema de ficheiros {0} \u00e9 s\u00f3 de lectura.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=O ficheiro {0} en {1} \u00e9 de s\u00f3 lectura.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Non \u00e9 pos\u00edbel crear o ficheiro {0} xa que {1} no sistema de ficheiros {2} non \u00e9 un cartafol.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Non se permiten as barras no nome de ficheiro "{0}".
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=O cartafol {0} xa existe en {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Non \u00e9 pos\u00edbel crear o cartafol {0} en {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=O ficheiro {0} xa existe no sistema de ficheiros {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Non \u00e9 pos\u00edbel crear o ficheiro {2}.{3} no cartafol {0} no sistema de ficheiros {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Bloqueo incorrecto [{0}] para o ficheiro {1} en {2} co bloqueo actual [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Non \u00e9 pos\u00edbel modificar os atributos do ficheiro no sistema de ficheiros:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=Non \u00e9 pos\u00edbel encontrar o ficheiro {1} no cartafol {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} \u00e9 de \u015bo lectura.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} \u00e9 de s\u00f3 lectura porque est\u00e1 dentro de {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=O ficheiro {0} non existe.
-
-# {0} = name of zip file 
-EXC_CanntRead=Non \u00e9 pos\u00edbel ler o ficheiro {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Ocorreu un erro no ficheiro {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Ocorreu un erro no ficheiro JAR {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=JAR desco\u00f1ecido
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Sistema de ficheiros m\u00faltiple
-EXC_FileOutsideModified=Non se encontrou o ficheiro {0}. Outro aplicativo puido mover o ficheiro ou cambiado o nome.
-XML_NotValidXMLFileSystem=Sistema de ficheiros XML incorrecto.
-EXC_DefAttrReadErr=Non \u00e9 pos\u00edbel ler DefaultAttibutes.
-EXC_UnreachableCode=Ocorreu un erro interno: c\u00f3digo non alcanz\u00e1bel.
-
-EXC_FolderCopy=Non se permite o copiado de cartafoles.
-XML_RootInvalid=O elemento do FileSystem debe estar no elemento raiz.
-XML_MisssingAttr=Falta o \"nome\" do atributo
-XML_InaccurateParam=O n\u00famero de par\u00e1metros non \u00e9 exacto
-XML_UnknownElement=Elemento desco\u00f1ecido.
-XML_DuplElement=FileObject duplicado:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} en {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Abrindo o fluxo para {0}
-
diff --git a/l10n/src/gl_ES/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_gl_ES.properties
deleted file mode 100644
index 5b13986..0000000
--- a/l10n/src/gl_ES/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de E/S
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=API abertas relacionadas co mostrado de sa\u00edda.
-OpenIDE-Module-Long-Description=Cont\u00e9n clases dende org.openide.windows.* relacionadas coa creaci\u00f3n de separadores de sa\u00edda, visualizaci\u00f3n de sa\u00edda e ligar cara \u00e9l.
-
diff --git a/l10n/src/gl_ES/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_gl_ES.properties
deleted file mode 100644
index ff2c6c6..0000000
--- a/l10n/src/gl_ES/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Long-Description=Este m\u00f3dulo vincula a API de DataSystems coa API de scripting. Como resultado \u00e9 pos\u00edbel empregar calquera linguaxe de scripting e de modelado para xerar os modelos.
-OpenIDE-Module-Name=Modelos avanzados
-OpenIDE-Module-Short-Description=Modelos avanzados non s\u00f3 para Datasystems
-
diff --git a/l10n/src/gl_ES/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_gl_ES.properties
deleted file mode 100644
index a736fad..0000000
--- a/l10n/src/gl_ES/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=A API  Datasystems
-OpenIDE-Module-Short-Description=Open API do NetBeans para manipular obxectos de datos.
-OpenIDE-Module-Long-Description=A API Datasystems \u00e9 unha capa enriba da API do sistema de ficheiros que reco\u00f1ece e agrupa obxectos de datos e d\u00e1lle a eles caracter\u00edsticas sem\u00e1nticas. Unha vez parte das Open API xeral, agora separase nun m\u00f3dulo independente.
-OpenIDE-Module-Display-Category=	\nInfraestructura
-
-#DefaultDataObject
-HINT_DefaultDataObject=Ficheiro non reco\u00f1ecido
-
-EXC_SharedAccess=Acceso compartido
-
-#Folder.Index
-EXC_ReorderFailed=Non \u00e9 pos\u00edbel gardar a ordenaci\u00f3n.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Non \u00e9 pos\u00edbel borrar o ficheiro {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Ligaz\u00f3n a {3}
-
-PROP_ShadowOriginalName=Nome orixinal
-HINT_ShadowOriginalName=Nome do obxecto ao que apunta esta ligaz\u00f3n.
-PROP_ShadowOriginalFileSystem=Nome do sistema de ficheiros orixinal
-HINT_ShadowOriginalFileSystem=Nome do sistema de ficheiros do obxecto orixinal.
-
-# DataNode
-PROP_name=Nome
-HINT_name=Nome deste obxecto.
-PROP_template=Modelo
-HINT_template=Se \u00e9 verdadeiro, este obxecto \u00e9 un modelo (pode ser instanciado por si mesmo).
-PROP_files=Todos os ficheiros
-HINT_files=Unha lista de ficheiros representados por este obxecto.
-PROP_size=Tama\u00f1o de ficheiro
-HINT_size=A lonxitude en bytes deste ficheiro. (S\u00f3 aplic\u00e1bel ao primeiro ficheiro listado en Todos os ficheiros.)
-PROP_lastModified=Hora de modificaci\u00f3n
-HINT_lastModified=Cando foi modificado por \u00faltima vez este ficheiro. (S\u00f3 aplic\u00e1bel ao primeiro ficheiro listado en Todos os ficheiros.)
-PROP_extension=Extensi\u00f3n
-HINT_extension=Extensi\u00f3n do ficheiro primario.
-ERROR_extension=Non \u00e9 pos\u00edbel cambiar a extensi\u00f3n. O ficheiro est\u00e1 modificado.
-
-# name of set with sorting options
-PROP_sorting=Ordenaci\u00f3n
-HINT_sorting=Configuraci\u00f3ns de ordenaci\u00f3n e clasificaci\u00f3n.
-
-#
-# folder sort mode property
-PROP_sort=Modo de ordenaci\u00f3n
-HINT_sort=Determina cantos obxectos deber\u00edan ser ordenados no paquete.
-# SortModeEditor
-VALUE_sort_none=Sen ordenar
-VALUE_sort_names=Por nome
-VALUE_sort_class=Por tipo
-VALUE_sort_folder_names=Por nome (primeiro os paquetes)
-VALUE_sort_last_modified=Por hora de modificaci\u00f3n
-VALUE_sort_size=Por tama\u00f1o de ficheiro
-
-
-#
-# Names of paste types
-#
-PT_move=&Mover
-PT_copy=&Copiar
-PT_instantiate=&Instanciar
-PT_shadow=Crear &ligaz\u00f3n
-PT_serialize=&Serializar
-PT_instance=Instancia pre&determinada
-
-# 
-SerializeBean_Text=&Nome do ficheiro onde serializar a instancia
-SerializeBean_Title=Serializaci\u00f3n de instancia
-
-#
-# new folder
-#
-CTL_NewFolder=Cartafol
-CTL_NewFolderName=&Nome:
-CTL_NewFolderTitle=Crear novo cartaol
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=O ficheiro {0} xa existe no cartafol {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=O cartafol {0} xa existe no cartafol {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=O ficheiro {1} semella ser demasiado grande ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) para abrilo con seguridade. \nSe abre o ficheiro poder\u00eda causar un erro de tipo OutOfMemoryError, o que poder\u00eda facer que o IDE sexa inest\u00e1bel. Est\u00e1 seguro de que quere abrilo?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=Ficheiros de configuraci\u00f3n XML
-PROP_XmlError=Erro (recuper\u00e1bel)
-PROP_XmlWarning=Advertencia
-PROP_XmlFatalError=ERRO FATAL
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Non \u00e9 pos\u00edbel crear o cartafol: {0} non \u00e9 un nome correcto.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Non \u00e9 pos\u00edbel copiar {0}: O cartafol destino \u00e9 o mesmo que o cartafol orixe.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Non \u00e9 pos\u00edbel copiar {0}: O cartafol destino \u00e9 un subcartafol do cartafol orixe.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=Novo asistente - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=Novo asistente
-LAB_TemplateChooserPanelName=Elixa o modelo
-LAB_SelectTemplateBorder=&Seleccione o modelo:
-MSG_NoDescription=Sen descrici\u00f3n
-MSG_InitDescription=A inicializar a descrici\u00f3n...
-LAB_TemplateDescriptionBorder=Descrici\u00f3n do &modelo:
-LAB_TargetLocationPanelName=Localizaci\u00f3n do destino
-LAB_TargetLocationDescription=Seleccione un cartafol para os obxectos creados recentemente ou insira un nome de cartafol abaixo:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/D
-ACSD_TemplateWizard1=N/D
-
-CTL_NewObjectName=&Nome\:
-ACSD_NewObjectName=N/D
-ACSD_TargetLocationDescription=N/D
-ACSD_TemplateWizard2=N/D
-
-ACSD_NewObjectPanel=N/D
-
-LBL_settingsNodeName=Configuraci\u00f3ns
-EXC_folder_delete_failed=Non \u00e9 pos\u00edbel eliminar o cartafol orixe mentres se move.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<cartafol superior> [{0}]
-FMT_DefaultNewObjectName=<nome predeterminado>
-
-LBL_shadow_loader_display_name=Ligaz\u00f3ns
-LBL_folder_loader_display_name=Cartafoles
-LBL_default_loader_display_name=Obxectos non reco\u00f1ecidos
-LBL_instance_loader_display_name=Instancias de acci\u00f3n
-
-FMT_CannotCopyDo=Aviso: Non \u00e9 pos\u00edbel copiar o obxecto {0}.
-FMT_CannotMoveDo=Aviso: Non e pos\u00edbel mover o obxecto {0}.
-
-# InstanceDataObject
-LBL_separator_instance=(separador)
-PROP_instance_class=Nome da clase
-HINT_instance_class=Nome da clase Java do obxecto que est\u00e1 sendo representado.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=Houbo problemas ao gardar o compo\u00f1ente {0}.
-
-FMT_brokenShadowName={0} (Ligaz\u00f3n rota)
-HINT_brokenShadowOriginalName=Ligaz\u00f3n rota
-PROP_brokenShadowOriginalName=Ligaz\u00f3n rota
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Ligaz\u00f3n rota do sistema de ficheiros
-HINT_brokenShadowFileSystem=Ligaz\u00f3n rota do sistema de ficheiros
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Configuraci\u00f3n non reco\u00f1ecida>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Copiar o tipo do obxecto de datos
-LBL_DOcut=Cortar o tipo do obxecto de datos
-#NewObjectPanel
-LAB_NewObjectPanelName=Novo nome do obxecto
-FMT_DefaultNewObject=<predefinido>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=Non foi pos\u00edbel restaurar a xanela emerxente para os obxectos do tipo {0}, empregue as configuraci\u00f3ns predeterminadas.
-LBL_loader_display_name=Cargador
-
-MSG_renameError=Non \u00e9 pos\u00edbel renomear este obxecto de {0} a {1}.
-MSG_NotValidName=Non \u00e9 pos\u00edbel darlle un nome baleiro a {0}.
-ERR_NoFilesystem=Ning\u00fan sistema de ficheiros activado. Aseg\u00farese de que ten polo menos un sistema de ficheiros que non \u00e9 de s\u00f3 lectura e non est\u00e1 agochado.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=O sistema de ficheiros destino ou cartafol non existe.
-MSG_fs_is_readonly=O sistema de ficheiros destino \u00e9 de s\u00f3 lectura.
-# {0} - name of the existing file
-MSG_file_already_exist=O ficheiro {0} xa existe.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Acci\u00f3n do sistema de ficheiros
-#InstantiateAction
-Instantiate=Instanciar
-#SaveAsTemplateAction
-SaveAsTemplate=Gardar como modelo...
-Title_SaveAsTemplate=Gardar como modelo
-CTL_SaveAsTemplate=&Seleccione a categor\u00eda onde quere que o novo modelo apareza:
-CTL_SaveAsTemplate_TemplatesRoot=Modelos
-SaveAll=Gard&ar todo
-HINT_SaveAll=Gardar todos os ficheiros (se a opci\u00f3n Compilar ao gardar est\u00e1 activada, isto tam\u00e9n compilar\u00e1/construir\u00e1 os seus ficheiros)
-# FileSystemRefreshAction
-LAB_Refresh=Actualizar o cartafol
-# NewTemplateAction
-EXC_TemplateFailed=Fallou a creaci\u00f3n do obxecto desde o modelo.
-NewTemplate=&Novo
-NewTemplateAction=Todos os modelos...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Baleiro
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Abrindo {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=O ficheiro {0} est\u00e1 modificado. Gardalo ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modificado)
-TIP_editor_ro=\ (s\u00f3 lectura)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=O ficheiro {0} cambiou a s\u00f3 lectura! Todos os cambios ser\u00e1n rexeitados.
-MSG_FileReadOnlySaving=O ficheiro {0} cambiou a s\u00f3 lectura! Non \u00e9 pos\u00edbel gardalo.
-MSG_FileReadOnlyChanging=O ficheiro {0} cambiou a s\u00f3 lectura!
-
-
-MSG_BinaryFileQuestion=Este ficheiro semella que cont\u00e9n datos binarios. Est\u00e1 seguro de que quere abrilo no editor de texto?
-MSG_BinaryFileWarning=Detectouse un ficheiro binario
-
-CTL_SaveAsAction=Ga&rdar como...
-MSG_SaveAsFailed=Produciuse alg\u00fan problema ao gardar {0}\mnCausa: {1}
-LBL_SaveAsTitle=Gardar como
-MSG_CannotCreateTargetFolder=Non \u00e9 pos\u00edbel crear o cartafol destino.
-MSG_SaveAs_SameFileSelected=Seleccione un nome de ficheiro diferente.
-MSG_SaveAs_SameFileSelected_Title=Gardar como
-
diff --git a/l10n/src/gl_ES/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_gl_ES.properties
deleted file mode 100644
index 47955ab..0000000
--- a/l10n/src/gl_ES/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=M\u00f3dulo da API System
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=API para obter informaci\u00f3n sobre os m\u00f3dulos instalados.
-OpenIDE-Module-Long-Description=Perm\u00edtelle obter unha lista dos modelos instalados, inspeccionar a s\u00faas propiedades e dependencias.
-
diff --git a/l10n/src/gl_ES/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_gl_ES.properties
deleted file mode 100644
index 9159008..0000000
--- a/l10n/src/gl_ES/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=A API Nodes
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=API que define as estruturas en forma de nodo xen\u00e9ricas.
-OpenIDE-Module-Long-Description=Proporciona unha abstracci\u00f3n sobre as estruturas en \u00e1rbore para definir o Nodo - a interface xen\u00e9rica extens\u00edbel que pode ser mostrada pola API do explorador.
-
-
-
-#Sheet
-Properties=Propiedades
-Expert=Experto
-HINT_Properties=Propiedades para este obxecto.
-HINT_Expert=Propiedades expertas deste obxecto.
-
-#indexed customizer
-LAB_order=Cambiar a orde
-LAB_listOrder=Mostrar estes campos nesta orde:
-LAB_listOrder_Mnemonic=S
-Button_close=Pechar
-Button_close_Mnemonic=C
-Button_up=Mover cara a arriba
-Button_up_Mnemonic=U
-Button_down=Mover cara a abaixo
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/D
-ACSD_Button_up=N/D
-ACSD_Button_down=N/D
-ACSD_ListOrder=N/D
-ACSD_IndexedCustomizer=N/D
-
-#PropertySupport
-CTL_StandardName=Nome
-CTL_StandardHint=Nome do obxecto.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Pegar nodo
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copiar \u00edndice
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Agarde...
-
diff --git a/l10n/src/gl_ES/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_gl_ES.properties
deleted file mode 100644
index 21b664c..0000000
--- a/l10n/src/gl_ES/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=A API Settings Options
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Compatibilidade para almacenar preferencias.
-OpenIDE-Module-Long-Description=Proporciona clases que simplifican o almacenamento de configuraci\u00f3ns entre m\u00faltiples invocaci\u00f3ns de aplicativos baseados en NetBeans.
-OpenIDE-Module-Deprecation-Message=Empregue org.openide.util.NbPreferences no seu lugar.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Excepci\u00f3n ao invocar o getter da propiedade en {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/gl_ES/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_gl_ES.properties
deleted file mode 100644
index 61cca14..0000000
--- a/l10n/src/gl_ES/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API de texto
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=API xen\u00e9rica de envoltorio de Swing baseada en EditorKits.
-OpenIDE-Module-Long-Description=Proporciona compatibilidade para definir compo\u00f1entes que embeban editores de texto Swing.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Configuraci\u00f3ns de impresi\u00f3n
-CTL_Header_format = A imprimir {2} de {1}
-CTL_Footer_format = P\u00e1xina {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Formato de p\u00e1xina
-HINT_PAGE_FORMAT=Formato de p\u00e1xina
-PROP_WRAP=Axustar li\u00f1as
-HINT_WRAP=Deber\u00edanse axustar as li\u00f1as?
-PROP_HEADER_FORMAT=Formato de cabeceira da p\u00e1xina
-
-HINT_HEADER_FORMAT=Por exemplo, "Cabeceira da p\u00e1xina {0} (impresa na data {1}) do ficheiro {2}".
-PROP_FOOTER_FORMAT=Formato do p\u00e9 de p\u00e1xina
-HINT_FOOTER_FORMAT=Por exemplo, "P\u00e9 da p\u00e1xina {0} (impresa na data {1}) do ficheiro {2}".
-PROP_HEADER_FONT=Tipo de letra da cabeceira da p\u00e1xina
-HINT_HEADER_FONT=Seleccione o tipo de letra da cabeceira da p\u00e1xina.
-PROP_FOOTER_FONT=Tipo de letra do p\u00e9 da p\u00e1xina
-HINT_FOOTER_FONT=Seleccione o tipo de letra do p\u00e9 da p\u00e1xina.
-PROP_HEADER_ALIGNMENT=Ali\u00f1amento da cabeceira da p\u00e1xina
-HINT_HEADER_ALIGNMENT=Ali\u00f1amento da cabeceira da p\u00e1xina - ESQUERDA, CENTRADO, DEREITA.
-PROP_FOOTER_ALIGNMENT=Ali\u00f1amento do p\u00e9 de p\u00e1xina
-HINT_FOOTER_ALIGNMENT=Ali\u00f1amento do p\u00e9 da p\u00e1xina - ESQUERDA, CENTRADO, DEREITA.
-PROP_LINE_ASCENT_CORRECTION=Correcci\u00f3n da escalada da li\u00f1a
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplicador para corrixir a escalada da li\u00f1a.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTER
-CTL_RIGHT = RIGHT
-CTL_LEFT = LEFT
-
-# Cancellation
-CTL_Print_progress=A p\u00e1xina n\u00famero {0} foi impresa.
-CTL_Print_cancellation=Progreso do traballo de impresi\u00f3n
-CTL_Cancel=Cancelar
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=O traballo de impresi\u00f3n actual foi abortado.
-EXC_Printer_Problem=Problema de impresi\u00f3n: {0}
-EXC_ReadOnlyFile=O ficheiro {0} \u00e9 de s\u00f3 lectura.
-EXC_LoadDocument=Non foi pos\u00edbel cargar o documento {0}.
-LBL_EditorLoading=Cargando...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Pregunta
-CTL_Save=Gardar
-ACSN_CTL_Save=N/D
-ACSD_CTL_Save=N/D
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Rexeitar
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/D
-ACSD_CTL_Discard=N/D
-
-# PositionBounds
-MSG_Empty_string=Non \u00e9 pos\u00edbel inserir unha cadea baleira
-#editor support warning message
-FMT_FileNotFound=Aviso: Non se encontrou ou non foi pos\u00edbel acceder ao ficheiro {0}.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=O ficheiro {0} foi modificado externamente. Quere recargalo?
-FMT_External_change_write=O ficheiro {0} foi modificado externamente. Quere sobrescribilo?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=Especificou un ficheiro incorrecto. Comprobe o cami\u00f1o (path).
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor para {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor para {0}
-TITLE_SourceButton=Fonte
-
-
diff --git a/l10n/src/gl_ES/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_gl_ES.properties
deleted file mode 100644
index b048307..0000000
--- a/l10n/src/gl_ES/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API de enumeraci\u00f3n antiga
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=A API de enumeraci\u00f3n \u00e9 nun paquete incorrecto.
-OpenIDE-Module-Long-Description=A API de enumeraci\u00f3n que \u00e9 un paquete incorrecto, org.openide.util.enum e non \u00e9 pos\u00edbel compilala con Java 1.5, xa que enum \u00e9 unha palabra reservada. Substit\u00faese pola clase org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Empregue org.openide.util.Enumerations no lugar deste m\u00f3dulo.
-
diff --git a/l10n/src/gl_ES/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_gl_ES.properties
deleted file mode 100644
index de99767..0000000
--- a/l10n/src/gl_ES/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Buscar
-
diff --git a/l10n/src/gl_ES/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_gl_ES.properties
deleted file mode 100644
index 97657b4..0000000
--- a/l10n/src/gl_ES/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=A API Utilities
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=A API Basic Utilities.
-OpenIDE-Module-Long-Description=Varios m\u00e9todos de axuda e definici\u00f3ns de conceptos b\u00e1sicos inclu\u00edndo acci\u00f3ns, busca, xesti\u00f3n de imaxes, execuci\u00f3n paralela e soporte de marca.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=Xa est\u00e1 rexistrado un servidor HTTP. Non se poden empregar dous servidores \u00e1 vez.
-SERVER_CANNOT_UNREGISTER=Un m\u00f3dulo tentou cancelar o rexistro de un servidor HTTP proporcionado por outro m\u00f3dulo.
-
-MSG_ToNowhere=cara ning\u00fan lugar
-MSG_To=cara
-
-MSG_NoServerRegistered=Non hai ning\u00fan servidor rexistrado.
-MSG_TooManyArguments=demasiados argumentos
-MSG_UnmatchedBraces=corchetes sen coincidencia no patr\u00f3n na posici\u00f3n
-
-# NbBundle
-MSG_FMT_ObjectForKey=non foi encontrado o obxecto para a chave {0}
-MSG_ClassFinderAlreadySet=ClassFinder xa foi configurado.
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=AVISO: Non \u00e9 pos\u00edbel cargar a t\u00e1boa de translaci\u00f3n: {0}
-PROGRESS_CURSOR=Cursor de progreso
-
diff --git a/l10n/src/gl_ES/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_gl_ES.properties
deleted file mode 100644
index 4ad4179..0000000
--- a/l10n/src/gl_ES/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Tipo de obxectos m\u00faltiples
-
-Create=Crear
-Paste=Pegar
-
diff --git a/l10n/src/gl_ES/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_gl_ES.properties
deleted file mode 100644
index 5c516d8..0000000
--- a/l10n/src/gl_ES/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=A API Window System
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=API para xestionar os compo\u00f1entes na pantalla.
-OpenIDE-Module-Long-Description=Proporciona unha abstracci\u00f3n neutral do OS e MDI/SDI sobre o concepto de compo\u00f1entes que son mostrados ao usuario.
-
-
-
-# name of empty workspace
-None=Ning\u00fan
-
-#CloneableTopComponent
-EXC_CannotAssign=Non \u00e9 pos\u00edbel asignar o compo\u00f1ente a EMPTY.
-
-#TopComponent
-EXC_UnknownOperation=Operaci\u00f3n de peche desco\u00f1ecida
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=A invocar {2} implementado como {3} con {0}
-
diff --git a/l10n/src/gl_ES/platform/print/print/org/netbeans/modules/print/action/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/print/print/org/netbeans/modules/print/action/Bundle_gl_ES.properties
deleted file mode 100644
index aaecfbd..0000000
--- a/l10n/src/gl_ES/platform/print/print/org/netbeans/modules/print/action/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Confi&guraci\u00f3n de p\u00e1xina...
-
-# PrintAction
-TLT_Print_Action=Imprimir
-MNU_Print_Action=Im&primir...
-ACT_Print_Action=Imprimir - CTRL+ALT+MAI\u00daS+P
-
diff --git a/l10n/src/gl_ES/platform/print/print/org/netbeans/modules/print/resources/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/print/print/org/netbeans/modules/print/resources/Bundle_gl_ES.properties
deleted file mode 100644
index 9159757..0000000
--- a/l10n/src/gl_ES/platform/print/print/org/netbeans/modules/print/resources/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Imprimir
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Implementaci\u00f3n do m\u00f3dulo de impresi\u00f3n.
-OpenIDE-Module-Long-Description=Implementaci\u00f3n do m\u00f3dulo de impresi\u00f3n.
-
-# layer.xml
-Actions/File=Ficheiro
-
diff --git a/l10n/src/gl_ES/platform/print/print/org/netbeans/modules/print/ui/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/print/print/org/netbeans/modules/print/ui/Bundle_gl_ES.properties
deleted file mode 100644
index d9c1f0d..0000000
--- a/l10n/src/gl_ES/platform/print/print/org/netbeans/modules/print/ui/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Problema de impresi\u00f3n: {0}
-LBL_Page_Setup_Button=Confi&guraci\u00f3n de p\u00e1xina
-TLT_Page_Setup_Button=Invoca o dialogo de Configuraci\u00f3n de p\u00e1xina
-LBL_Print_Option_Button=&Opci\u00f3ns de impresi\u00f3n
-TLT_Print_Option_Button=Invoca o di\u00e1logo de Opci\u00f3ns de impresi\u00f3n
-LBL_Print_Button=Im&primir
-TLT_Print_Button=Invoca ao di\u00e1logo Imprimir
-LBL_Close_Button=Pe&char
-TLT_Close_Button=Pecha o di\u00e1logo de Previsualizaci\u00f3n da impresi\u00f3n
-LBL_Print_Preview=Previsualizaci\u00f3n da impresi\u00f3n
-LBL_Fit_to_Width=Axustar ao ancho
-LBL_Fit_to_Height=Axustar ao alto
-LBL_Fit_to_All=Mostrar todas as p\u00e1xinas
-
-TLT_First=Prim&eira p\u00e1xina (ALT+F)
-TLT_Previous=Ante&rior p\u00e1xina (ALT+R)
-TLT_Next=Segui&nte p\u00e1xina (ALT+N)
-TLT_Last=\u00da&ltima p\u00e1xina (ALT+L)
-TLT_Fit=Cambiar E&scala (ALT+S)
-TLT_Zoom_In=Ampl&iar (ALT+I)
-TLT_Zoom_Out=Red&ucir (ALT+U)
-TLT_Toggle=Mostrar &m\u00faltiples p\u00e1xinas (ALT+M)
-TLT_Goto=<html><body> <b>Navegaci\u00f3n:</b> <br> prema <code>/</code> ou <code>F</code> para mostrar a primeira p\u00e1xina <br> prema <b><code>-</code></b> ou <code>G</code> para mostrar a p\u00e1xina anterior <br> prema <b><code>+</code></b> ou <code>K</code> para mostrar a seguinte p\u00e1xina <br> prema <code>*</code> ou <code>L</code> para mostrar a \u00faltima p\u00e1xina </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Axustar a escala da previsualizaci\u00f3n:</b> <br> prema <+> para ampliar in <br> prema <-> para reducir <br> prema <code>Ctrl</code>-<+> para ampliar <br> prema <code>Ctrl</code>-<-> para reducir <br> prema <code>/</code>  para estabelecer 100% <br> prema <code>*</code> para personalizar a vista <br><hr> roda do rato con  <code>Ctrl</code> para ampliar/reducir <br> roda do rato co bot\u00f3n dereito para ampliar/reducir <br> duplo clic co bot\u00f3n esquerdo para ampliar <br> duplo clic co bot\u00f3n dereito para reducir <br></body></html>
-
-# Attribute
-LBL_Print_Options=Opci\u00f3ns de impresi\u00f3n
-LBL_Border=Bordo
-LBL_Print_Border=Imprimir &bordo
-LBL_Print_Header=Imprimir ca&beceira
-LBL_Print_Footer=Imprimir &p\u00e9 de p\u00e1xina
-LBL_Choose_Font=Seleccione unha fonte
-LBL_Choose_Color=Escoller cor
-LBL_Insert_Macros=Inserir macro:
-LBL_Text=Texto
-LBL_Line_Numbers=N&\u00fameros de li\u00f1a
-LBL_Wrap_Lines=Axustar li&\u00f1as
-LBL_Use_Font=Empregar atributos da fonte // &X
-LBL_Use_Color=Empregar atributos de cor // &Q
-LBL_As_Editor=Imprimir como no Editor // &J
-LBL_Selection=Imprimir a &selecci\u00f3n
-LBL_Line_Spacing=Es&pazamento entre as li\u00f1as:
-LBL_Text_Font_and_Color=Tipo de letra do texto e co&r:
-LBL_Background_Color=Cor de &fondo:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Cabeceira e p\u00e9 de p\u00e1xina
-LBL_Apply=&Aplicar
-LBL_Left=Esquerda:
-LBL_Center=Centro:
-LBL_Right=Dereita:
-
-ERR_Zoom_Value_Is_Invalid=O valor de zoom \u00e9 incorrecto!
-ERR_Header_Size_Is_Too_Big=O tama\u00f1o da cabeceira \u00e9 demasiado grande!
-ERR_Footer_Size_Is_Too_Big=O tama\u00f1o do p\u00e9 de p\u00e1xina \u00e9 demasiado grande!
-ERR_Page_Number_Is_Invalid=O n\u00famero de p\u00e1xinas \u00e9 incorrecto!
-ERR_Page_Number_Is_Too_Big=O n\u00famero de p\u00e1xinas \u00e9 demasiado grande!
-
-TLT_Apply=Aplicar cambios
-TLT_Border_Color=Seleccione a &cor do borde (ALT+C)
-TLT_Header_Font=Seleccio&ne o tipo de letra da cabeceira (ALT+N)
-TLT_Header_Color=Seleccione a c&or da cabeceira (ALT+O)
-TLT_Footer_Font=Seleccione o tipo le&tra do p\u00e9 de p\u00e1xina (ALT+N)
-TLT_Footer_Color=Se&leccione  a cor do p\u00e9 de p\u00e1xina (ALT+L)
-TLT_Text_Font=Seleccione o tipo de letra do texto(ALT+K) // &K
-TLT_Text_Color=Seleccione a co&r do texto (Alt+R)
-TLT_Background_Color=Seleccione a cor de fondo // &G
-TLT_Print_Zoom=Axuste o zoom de impresi\u00f3n
-TLT_Use_Font=Empregar tipo de letra (ALT+X)
-TLT_Use_Color=Empregar a cor(ALT+Q)
-TLT_As_Editor=Mostrar como no editor (ALT+J)
-TLT_Selection=Imprimir selecci\u00f3n
-
-LBL_Pages=p\u00e1xina(s)
-LBL_Fit_Width_to=Axustar anc&ho a:
-TLT_Fit_Width_to=Axustar ancho a
-LBL_Fit_Height_to=A&xustar alto a:
-TLT_Fit_Height_to=Axustar alto a
-LBL_Zoom_to=&Zoom a:
-TLT_Zoom_to=Zoom a
-LBL_Fit_to_Page=Axustar \u00e1 p\u00e1xina // &Y
-TLT_Fit_to_Page=Axustar \u00e1 p\u00e1xina (ALT+Y)
-
diff --git a/l10n/src/gl_ES/platform/print/print/org/netbeans/modules/print/util/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/print/print/org/netbeans/modules/print/util/Bundle_gl_ES.properties
deleted file mode 100644
index dad32ab..0000000
--- a/l10n/src/gl_ES/platform/print/print/org/netbeans/modules/print/util/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} de {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=O nome do compo\u00f1ente impreso
-ROW=O n\u00famero da fila
-COLUMN=O n\u00famero da columna
-USER=O nome de usuario
-COUNT=A cantidade de p\u00e1xinas
-MODIFIED_DATE=Data da \u00faltima modificaci\u00f3n
-MODIFIED_TIME=Hora da \u00faltima modificaci\u00f3n
-PRINTED_DATE=Data de impresi\u00f3n
-PRINTED_TIME=Hora da impresi\u00f3n
-
diff --git a/l10n/src/gl_ES/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_gl_ES.properties
deleted file mode 100644
index 7eeca63..0000000
--- a/l10n/src/gl_ES/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=UI de progreso
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Virtualizaci\u00f3n do progreso da tarefa.
-OpenIDE-Module-Long-Description=Proporciona unha visualizaci\u00f3n de t\u00f3dalas tarefas en execuci\u00f3n e permite cancelalas, etc.
-
-NbProgressBar.tooltip1={0} tarefas execut\u00e1ndose. Faga clic para ver os detalles.
-NbProgressBar.tooltip2={0} tarefa execut\u00e1ndose. Faga clic para ver os detalles.
-ListComponent.btnClose.tooltip=Faga clic para cancelar o proceso
-ListComponent.bar.tooltip=Faga clic para vixiar o proceso
-Cancel_Question=Est\u00e1 seguro de que quere cancelar {0}?
-Cancel_Question_Title=Cancelar a tarefa en execuci\u00f3n
-StatusLineComponent.ShowProcessList=Mostrar os procesos
-StatusLineComponent.Cancel=Cancelar os procesos
-StatusLineComponent.View=Mostrar a sa\u00edda
-ListComponent.Watch=Vixiar o proceso
-
-RunOffAWT.TITLE_Operation=Operaci\u00f3n longa en progreso
-RunOffAWT.BTN_Cancel=Cancelar
-
-# ProgressListAction
-CTL_ProcessListAction=&Procesos
-
-# CancelAction
-CTL_CancelAction=Cancelar os procesos
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Faga clic para cancelar o proceso
-ModalDialog.btnClose.text=Cancelar
-ModalDialog.btnClose.accessibleName=Cancelar
-ModalDialog.btnClose.accessibleDescription=Cancela o proceso actual
-
-
diff --git a/l10n/src/gl_ES/platform/queries/queries/org/netbeans/modules/queries/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/queries/queries/org/netbeans/modules/queries/Bundle_gl_ES.properties
deleted file mode 100644
index ed6db14..0000000
--- a/l10n/src/gl_ES/platform/queries/queries/org/netbeans/modules/queries/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=A API General Queries
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Short-Description=Act\u00faa como unha canle de comunicaci\u00f3n xeral entre m\u00f3dulos.
-OpenIDE-Module-Long-Description=Almacena consultas que non son espec\u00edficas a un dominio. Permite a distintos m\u00f3dulos obter informaci\u00f3n sobre ficheiros dunha forma flex\u00edbel.
-
diff --git a/l10n/src/gl_ES/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_gl_ES.properties
deleted file mode 100644
index 1821a3f..0000000
--- a/l10n/src/gl_ES/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=A opci\u00f3n {0} require un argumento
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Non \u00e9 pos\u00edbel empregar a opci\u00f3n {0} xunto \u00e1 opci\u00f3n {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Necesita polo menos un {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Necesita empregar polo menos {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=A opci\u00f3n {0} necesita tam\u00e9n a opci\u00f3n {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/gl_ES/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_gl_ES.properties
deleted file mode 100644
index 16bdc8a..0000000
--- a/l10n/src/gl_ES/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=A API Command Line Parsing
-OpenIDE-Module-Short-Description=Cumpre coa API de GetOpts para analizar a li\u00f1a de ordes
-OpenIDE-Module-Long-Description=Cumpre coa API de GetOpts para analizar a li\u00f1a de ordes Ded\u00edcase ao caso cando cada parte da li\u00f1a de comandos vai ser analizada por un m\u00f3dulo diferente.
-OpenIDE-Module-Display-Category=	\nInfraestructura
-
-MSG_OptionsHeader=nOpci\u00f3n(s) de m\u00f3dulo(s) adicionais:\n
-
diff --git a/l10n/src/gl_ES/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_gl_ES.properties
deleted file mode 100644
index 4879812..0000000
--- a/l10n/src/gl_ES/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=A API Settings
-OpenIDE-Module-Short-Description=Unha biblioteca para almacenar configuraci\u00f3ns en formatos personalizados.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo proporciona a API de configuraci\u00f3ns para almacenar as configuraci\u00f3ns definidas nun proxecto en formatos personalizados. Tam\u00e9n proporciona algunhas implementaci\u00f3ns de formato de configuraci\u00f3ns \u00fatiles.
-OpenIDE-Module-Display-Category=	\nInfraestructura
-
diff --git a/l10n/src/gl_ES/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_gl_ES.properties
deleted file mode 100644
index d9aec18..0000000
--- a/l10n/src/gl_ES/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Long-Description=Un m\u00f3dulo que fornece unha API nova para substitu\u00edr NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=Acci\u00f3ns de SPI (Experimental)
-OpenIDE-Module-Short-Description=Substitutos para NodeAction, CookieActions,etc.
-
diff --git a/l10n/src/gl_ES/platform/templates/templates/org/netbeans/modules/templates/Bundle_gl_ES.properties b/l10n/src/gl_ES/platform/templates/templates/org/netbeans/modules/templates/Bundle_gl_ES.properties
deleted file mode 100644
index 3f57e10..0000000
--- a/l10n/src/gl_ES/platform/templates/templates/org/netbeans/modules/templates/Bundle_gl_ES.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-OpenIDE-Module-Display-Category=	\nInfraestructura
-OpenIDE-Module-Long-Description=Este m\u00f3dulo vincula a API de DataSystems coa API de scripting. Como resultado \u00e9 pos\u00edbel empregar calquera linguaxe de scripting e de modelado para xerar os modelos.
-OpenIDE-Module-Name=Modelos avanzados
-OpenIDE-Module-Short-Description=Modelos avanzados non s\u00f3 para Datasystems
-ERR_Switch_To_Java_6=Non \u00e9 pos\u00edbel cubrir o modelo, vaise tentar empregar o motor de scripting desde JDK 1.6 ou superior.\n\nExecute NetBeans con JDK 1.6 para resolver os problemas.\nVexa http://wiki.netbeans.org/FaqNetbeansConf para saber como facelo.
-
diff --git a/l10n/src/hi_IN/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_hi_IN.properties
deleted file mode 100644
index 99eccc5..0000000
--- a/l10n/src/hi_IN/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module Build Harness
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Short-Description=Lets you build external plug-in modules from sources.
-OpenIDE-Module-Long-Description=This is the build harness used to develop NetBeans modules (with or without the IDE). It is normally used implicitly by NetBeans module projects. For technical documentation, see harness/README.
-
diff --git a/l10n/src/hi_IN/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_hi_IN.properties
deleted file mode 100644
index 407d12b..0000000
--- a/l10n/src/hi_IN/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Long-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.\nRun 'display-coverage-report' target on a project to measure results and display report in external browser.\nFor integration with Module Build Harness.
-OpenIDE-Module-Name=Cobertura Module Test Coverage
-OpenIDE-Module-Short-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.
-
diff --git a/l10n/src/hi_IN/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_hi_IN.properties
deleted file mode 100644
index 6ff69bb..0000000
--- a/l10n/src/hi_IN/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly Tools Platform
-
diff --git a/l10n/src/hi_IN/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_hi_IN.properties
deleted file mode 100644
index 5f4f972..0000000
--- a/l10n/src/hi_IN/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Short-Description=Jemmy test library.
-OpenIDE-Module-Long-Description=A general library for driving automated GUI tests.
-
-
diff --git a/l10n/src/hi_IN/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_hi_IN.properties
deleted file mode 100644
index 99c8813..0000000
--- a/l10n/src/hi_IN/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Long-Description=NetBeans extensions to JUnit including assertGC, assertSize, getWorkDir, LineDiff, etc.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=NetBeans extensions to JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/hi_IN/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_hi_IN.properties
deleted file mode 100644
index 08acd28..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=INSANE heap profiling library.
-OpenIDE-Module-Long-Description=A library for doing live heap analysis of the JVM in which it runs.
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_hi_IN.properties
deleted file mode 100644
index f2cd5fd..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Ant Library
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_hi_IN.properties
deleted file mode 100644
index 6ab3ec0..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=The current platform is not supported.
-I.error.load.engine.properties=Could not load the engine properties file
-
-I.warning.silent.without.state="{1}" option is required when using "{0}". "{0}" will be ignored.
-
-I.error.cannot.create.local.dir=Cannot create local directory: {0}
-I.error.local.dir.is.file=Local directory exists and is a file: {0}
-I.error.no.read.permissions.for.local.dir=Cannot read local directory {0} - not enough permissions
-I.error.no.write.permissions.for.local.dir=Cannot write to local directory {0} - not enough permissions
-
-I.lock.file.exists.dialog.title=NetBeans Installer lock file exists
-I.lock.file.exists.dialog.text=The installer lock file exists at {0}\n\nIt means that either another instance of the installer is already running or the previous installation was not finished correctly.\nIt is not recommended that you run multiple instances at the same time since it can result in installer data corruption.\n\nIf you are sure that no other instance is running at the moment, click "Yes" to proceed otherwise click "No" to exit the installer.\n
-
-I.error.cannot.create.lock.file=Can't create lock for the local registry file
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_hi_IN.properties
deleted file mode 100644
index 8b90466..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Downloading from {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_hi_IN.properties
deleted file mode 100644
index e561bfa..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=The proxy types {0} and {1} conflict
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI cannot be null
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Failed to connect through {0} to {1}
-US.error.failed.configure.proxy=Failed to configure proxy {0} for {1}
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_hi_IN.properties
deleted file mode 100644
index f1cfd59..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Loading local registry [{0}]
-R.error.loading.local.registry.failed.title=Failed to load the local registry
-R.error.loading.local.registry.failed.msg=The local registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.bundled.registry=Loading bundled registry [{0}]
-R.error.loading.bundled.registry.failed.title=Failed to load the bundled registry
-R.error.loading.bundled.registry.failed.msg=The bundled registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.remote.registry=Loading remote registry [{0}]
-R.error.loading.remote.registry.failed.title=Failed to load the remote registry
-R.error.loading.remote.registry.failed.msg=The remote registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.error.cannot.delete.data=Cannot delete the cached installation data
-R.save.local.registry.title=Saving local registry
-R.save.local.registry.detail=Saving to {0}
-
-R.error.missing.target.component.title=Missing target component
-R.error.missing.target.component.msg=The specified target component - {0}/{1}\nwas not found in the registry. The installer\n can continue as if the target component was not specified.\nClick Yes to continue, No to exit the installer.
-
-R.error.validation.title=Validation Problem
-R.error.validation.msg=It seems that the installation of {0} is corrupted.\nThe validation procedure issued the following warning:\n\n{1}\n\nWould you like to mark this product as not installed and continue?\nIf you click No the installer will exit.\n\nNote that these products that depend on {2} will also be disabled:\n{3}
-
-R.error.matching.requirement=No components matching the requirement: {0} requires {1}
-R.error.cyclic.dependency=Cyclic dependency: {0}, {1}
-
-R.loading.registry.properties=Loading registry properties
-R.loading.component=Loading component: uid={0}, version={1}
-R.error.loading.components=Could not load components
-R.error.registry.finalization=Could not finalize registry
-R.error.registry.document.loading=Could not load registry document
-
-R.error.cannot.create.cache.directory=Cannot create local product cache directory {0}
-R.error.cache.is.file=Local product cache directory exists and is a file : {0}
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=Cannot create local registry
-
-R.error.registry.is.dir=Local registry {0} is a directory
-R.error.cannot.read.registry=Cannot read local registry {0} - not enough permissions
-R.error.cannot.write.registry=Cannot write local registry {0} - not enough permissions
-
-R.error.cannot.parse.platform=Cannot parse platform from "{0}"
-R.error.cannot.load.registry=Cannot load registry
-R.error.parser.not.support.schemas=The current parser - {0} - does not support schemas.
-
-R.error.unknown.dependency=Unknown dependency type {0}
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_hi_IN.properties
deleted file mode 100644
index 975bc5b..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=The installation directory {0} is missing.\nMost likely it was deleted manually.
-PCL.validation.directory.file=The installation directory {0} is in fact a file.\nMost likely it was previously deleted manually and overwritten with a file.
-PCL.validation.directory.empty=The installation directory {0} is empty.\nMost likely its contents were deleted manually.
-PCL.validation.directory.null=The installation directory cannot be detected.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Cannot initialize data for {0}
-P.error.cannot.load.logic=Cannot load configuration logic for {0}
-P.error.installdir.not.set=Installation location is not set for {0}
-P.error.installdir.set.empty=Installation location is set to empty string for {0}
-P.error.cannot.create.cache.dir=Cannot create the local cache directory {0} for {1}
-P.error.local.cache.not.dir=The local cache directory {0} for {1} is not a directory
-P.error.cannot.load.product=Could not load product {0}
-P.error.logic.not.yet.downloaded=Configuration logic for {0} is not yet downloaded
-P.error.installation.data.not.cached=Installation data is not cached for {0}
-P.error.cannot.extract.data=Cannot extract installation data for {0}
-P.error.cannot.save.files.list=Cannot save installed files list
-P.error.cannot.get.wizard.components=Cannot get component's wizard components
-P.error.cannot.wrap.for.macos=Cannot create directory hierarchy for MacOS Application
-P.error.cannot.get.files.list=Cannot get the installation files list
-P.error.cannot.delete.files.list=Cannot delete installed files list
-P.error.cannot.delete.file=Cannot delete the file
-P.error.cannot.remove.from.system=Cannot remove {0} from the system install manager
-P.error.not.enough.space=Cannot extract installation data -- not enough disk space in the target directory.
-P.error.cannot.clear.cache=Cannot clear installation data cache file {0}
-P.error.system.integartion.failed=Integration of {0} with the system package manager failed
-
-P.message.installation=Installing {0}
-P.message.uninstallation=Uninstalling {0}
-P.message.configuration=Configuring {0}
-P.message.unconfiguration=Unconfiguring {0}
-P.message.legal.artifacts=Creating legal artifacts
-P.message.run.logic=Running custom configuration logic
-P.message.system.registration=Registering in the system package manager
-P.message.save.installation.files.list=Saving installed files list
-P.message.delete=Deleting {0}
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_hi_IN.properties
deleted file mode 100644
index b6a0a76..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Error writing to the log file. Logging disabled.
-
-EM.ununexpected.exception=An unexpected exception happened in thread {0}
-EM.errortype.critical=Critical Error
-EM.errortype.error=Error
-EM.errortype.warning=Warning
-EM.errortype.message=Message
-EM.unexpected.error=An unknown error occured.
-EM.exception.message=\n\nException:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nYou can get more details about the issue in the installer log file:\n {0}
-
-FU.error.output.file.entry=An file entry {0} exists and is not a file
-FU.error.output.dir.entry=An directory entry {0} exists and is not a directory
-FU.message.extracting=Extracting {0}
-FU.error.load.xml.file.list=Could not load xml files list for extraction
-FU.error.unjar.todir=Directory {0} is an existing file, cannot unjar
-FU.message.copy.dir=Copying directory: {0} to: {1}
-FU.message.copy.file=Copying file: {0} to: {1}
-FU.error.close.stream=Cannot close stream
-FU.error.source.not.readable=Source {0} is not readable
-FU.error.dest.not.file=Destination {0} is not a file
-FU.error.dest.creation=Destination {0} cannot be created
-FU.error.dest.not.writable=Destination {0} is not writable
-FU.message.moving=Moving {0} to {1}
-FU.error.freespace=Cannot get free disk space amount at {0}
-FU.error.cannot.close.jar=Cannot close jar {0}
-FU.error.cannot.create.dir.exist.file=Cannot create directory {0}, it is an existing file
-FU.error.cannot.create.dir=Cannot create directory {0}
-FU.error.not.jar.file=The supplied file {0} is not a jar archive
-FU.error.sha1.not.supported=Holy crap, this jvm does not support SHA1
-FU.error.md5.not.supported=Holy crap, this jvm does not support MD5
-FU.error.file.security.exception=Something very unexpected - a security exception during accessing file {0}
-FU.message.delete.file=Deleting file {0}
-FU.message.delete.dir=Deleting directory {0}
-FU.error.pack200.failed=Pack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Cannot parse property - {0}, its value - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Could not activate the cross-platform look and feel - proceeding with whatever look and feel was the default.
-UI.error.failed.to.activate.defined.laf=Could not activate the defined look and feel - falling back to the default cross-platform one.
-UI.error.failed.to.init.ui=Can`t initialize UI
-UI.error.failed.to.force.gtk=Cannot force the use of GTK look and feel
-UI.silent.default.yes=Going with Yes (default) option...
-UI.silent.default.no=Going with No (default) option...
-UI.silent.default.cancel=Going with Cancel (default) option...
-
-StrU.error.cannot.parse.status=Cannot parse status: {0}
-StrU.error.unknown.platform=Platform "{0}" is not recognized.
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_hi_IN.properties
deleted file mode 100644
index 5a80555..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Failed to execute the JDK verification procedure
-JU.error.cannot.delete=Cannot delete {0}
-JU.error.cannot.download.testjdk=Cannot download TestJDK.class from {0}
-JU.error.cannot.canonize=Cannot canonize {0}
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_hi_IN.properties
deleted file mode 100644
index da0b6b8..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Invalid parameter for command line argument "{0}" -- "{1}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.bad.locale.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.missing.state.file=The specified state file "{1}", does not exist.\n"{0}" parameter is ignored.
-O.warning.bag.state.file.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <state-file-path>".
-O.warning.target.state.file.exists=The specified state file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.target.state.file.arg=Required parameter missing for command line argument\n"{0}". Should be "{0} <state-file-path>".
-O.warning.bundle.file.exists=The specified target file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.create.bundle.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <userdir-path>".
-O.warning.bad.platform.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-platform>".
-O.warning.bad.registry.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_hi_IN.properties
deleted file mode 100644
index f15473f..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Not installed
-Status.to-be-installed=To be installed
-Status.installed=Installed
-Status.to-be-uninstalled=To be uninstalled
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Installed Successfully
-DetailedStatus.install.warning=Installed With Warnings
-DetailedStatus.install.error=Failed to Install
-DetailedStatus.uninstall.success=Uninstalled Successfully
-DetailedStatus.uninstall.warning=Uninstalled With Warnings
-DetailedStatus.uninstall.error=Failed to Uninstall
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_hi_IN.properties
deleted file mode 100644
index fc350f7..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Failed to download frame icon from URI - {0}.
-NF.error.failed.to.set.frame.icon=Failed to set the frame icon.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Browse
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_hi_IN.properties
deleted file mode 100644
index 3d85b31..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \ncomposite progress (sum of the own percentage and the percentages of the \nchildren) cannot be less than {1} and greater than {2}.
-
-CP.error.progress=The specified child progress doesn't exist in the composite progress \nso it can not be removed. 
-
-################################################################################
-# Progress.java
-P.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \nprogress cannot be less than {1} and greater than {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_hi_IN.properties
deleted file mode 100644
index 3ec7e46..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Can`t load bundle from {0}
-LP.error.no.files=There is no files in {0}
-LP.error.not.directory={0} is not a directory
-LP.error.directory.do.not.exist=Directory {0} does not exist
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_hi_IN.properties
deleted file mode 100644
index 0d323e6..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=No bundled or external jar files
-CnL.error.cannot.find.jvm.file=Cannot find JVM file {0}
-CnL.error.cannot.find.class=Can`t find class {0} in bundled files and no external ones were specified
-CnL.error.main.class.unspecified=No specified main class among bundled files
-CnL.error.cannot.get.output.name=No bundled files - can`t get output file name
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Can`t get launcher icon from {0}
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_hi_IN.properties
deleted file mode 100644
index ecea916..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Cannot obtain default applications location
-SR.error.cannot.parse.pattern=Cannot parse pattern: {0}
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_hi_IN.properties
deleted file mode 100644
index 2a35450..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Cannot access native method
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_hi_IN.properties
deleted file mode 100644
index cdd581c..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Failed to create the default Wizard instance.
-W.error.failed.to.load.components=Failed to load wizard components from {0}, using classloader {1}.
-W.error.failed.to.load.component=Failed to load wizard component from XML element {0}, using classloader {1}.
-W.error.unknown.ui.mode=Unknown UI mode - {0}.
-W.error.cannot.move.backward.silent=Cannot move backward in silent UI mode.
-W.error.cannot.move.backward.at.first=Cannot move backward - the wizard is already at the first element.
-W.error.parser.unsupports.schemas=The current parser - {0} - does not support schemas.
-W.error.interrupted=Interrupted while waiting
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_hi_IN.properties
deleted file mode 100644
index d5b0658..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE Installer
-WC.description=NetBeans IDE Installer Description
-
-WC.help.button.text=&Help!
-WC.back.button.text=< &Back
-WC.next.button.text=&Next >
-WC.cancel.button.text=Cancel
-WC.finish.button.text=&Finish
-
-WC.cancel.dialog.title=Cancel
-WC.cancel.dialog.text=Are you sure you want to cancel?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=An InterruptedException occured.
-
-WA.canceling.progress.title=Canceling, finishing the current operation...
-
-WA.cancel.dialog.title=Cancel
-WA.cancel.dialog.text=Are you sure you want to cancel?
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_hi_IN.properties
deleted file mode 100644
index f1ff532..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Cache Engine...
-CEA.description=Please wait while the wizard caches the engine.
-CEA.error.cannot.cache.engine=Cannot cache the installer engine
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Creating Bundle...
-CBA.description=Please wait while the wizard creates a bundle with the selected components.
-
-CBA.progress.create.bundle.title=Creating a redistributable bundle at {0}
-CBA.progress.add.engine.detail=Add installer engine to the bundle
-CBA.progress.add.product.detail=Adding {0} ...
-CBA.progress.add.group.detail=Adding {0} ...
-
-CBA.error.failed.create.bundle=Failed to create the bundle
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Creating Native Launcher...
-CNLA.description=Please wait while the wizard creates a launcher for the jar file.
-CNLA.error.failed.create.launcher=Failed to create the native launcher
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Creating MacOSX Application Launcher...
-CMALA.description=Please wait while the wizard creates a app launcher for the jar file.
-CMALA.error.failed.create.launcher=Failed to create the app launcher
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Preparing Configuration Logic...
-DCLA.description=Please wait while the wizard prepares the configuration logic.
-DCLA.progress.remote.title=Downloading configuration logic for {0}
-DCLA.progress.local.title=Extracting configuration logic for {0}
-DCLA.failed=Failed to download installation logic for {0}
-DCLA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Preparing Installation Data...
-DIDA.description=Please wait while the wizard prepares the installation data.
-DIDA.progress.remote.title=Downloading installation data for {0}
-DIDA.progress.local.title=Extracting installation data for {0}
-DIDA.failed=Failed to download installation data for {0}
-DIDA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Initializing...
-IRA.description=Please wait while the setup wizard initializes.
-IRA.registry.initialization.failed=Cannot initialize registry
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finalizing...
-FRA.description=Please wait while the setup wizard finalizes.
-FRA.registry.finalization.failed=Cannot finalize registry
-
-################################################################################
-# InstallAction.java
-IA.title=Installing...
-IA.description=Please wait while the wizard installs the selected components.
-IA.progress.install.title=Installing {0}...
-IA.progress.rollback.title=Canceling, rolling back {0}...
-IA.install.dependent.failed=Could not install {0}, since the installation of {1} failed
-IA.install.unknown.error=Unknown Error
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Searching for Java\u2122 Environments...
-SFJA.description=Please wait while the wizard searches your system for existing Java\u2122 environments.
-SFJA.prepare.list=Preparing locations list...
-SFJA.checking=Checking {0}
-SFJA.search.java=Searching for installed Java environments...
-SFJA.entry.label={0} (v. {1} by {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Uninstalling...
-UA.description=Please wait while the wizard uninstalls the selected components.
-UA.progress.uninstall.title=Uninstalling {0}
-UA.uninstall.dependent.failed=Could not uninstall {0}, since the uninstallation of {1} failed
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=Source component UID is not set
-SILA.error.cannot.find.component=Component with the given uid {0} does not exist
-SILA.error.cannot.get.logic=Could not access configuration logic for {0}
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_hi_IN.properties
deleted file mode 100644
index c16b724..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Location:
-ALP.location.button.text=B&rowse ...
-ALP.list.label.text=The &following locations were found by the search algorithm:
-
-ALP.error.nothing.found=No compatible applications were found.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Components Selection
-CSP.description.both=Select the components that you want to install. Unselect those you want to uninstall.
-CSP.description.install=Select the components that you want to install.
-CSP.description.uninstall=Unselect the components that you want to uninstall.
-CSP.feature.description.title=Feature Description
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Installation size: {0}     Download Size: {1}
-CSP.sizes.label.text.no.download=Installation size: {0}
-
-CSP.default.installation.size=N/A
-CSP.default.download.size=N/A
-
-CSP.error.no.changes.both=No feature selected. Select at least one feature for installation or uninstallation.
-CSP.error.no.changes.install=No feature selected. Select at least one feature for installation.
-CSP.error.no.changes.uninstall=No feature selected. Select at least one feature for uninstallation.
-CSP.error.requirement.install={1} is required to install {0}.
-CSP.error.conflict.install={0} conflicts with {1}.
-CSP.error.requirement.uninstall={0} is required by {1}.
-CSP.error.not.enough.space.to.download=Insufficient disk space for downloading the installation data. Additional {1} is required in {0}.
-CSP.error.not.enough.space.to.extract=Insufficient disk space for extracting the installation data. Additional {1} is required in {0}.
-CSP.error.cannot.check.space=Cannot check the free disk space
-
-################################################################################
-# DestinationPanel.java
-DP.title=Installation Folder
-DP.description=Choose destination folder.
-
-DP.destination.label.text=&Installation location:
-DP.destination.button.text=B&rowse ...
-
-DP.error.null=The installation folder cannot be empty.
-DP.error.not.valid=The specified installation folder is invalid.
-DP.error.contains.exclamation=The installation folder cannot contain the exclamation mark (!).
-DP.error.contains.semicolon=The installation folder cannot contain the semicolon character (;).
-DP.error.contains.colon=The installation folder cannot contain the colon character (:).
-DP.error.contains.ampersand=The installation folder cannot contain the ampersand character (&).
-DP.error.contains.wrong.char=The installation folder contains the wrong character({1}).
-DP.error.matches.prohibited.regexp=The specified installation folder is invalid (it matches prohibited pattern {1}).
-DP.error.not.absolute=The specified installation folder has to be in absolute path form.
-DP.error.cannot.canonize=The specified installation folder cannot be canonized.
-DP.error.not.directory=The specified installation location is not a folder.
-DP.error.not.readable=The specified installation folder is not readable.
-DP.error.not.writable=The specified installation folder is read-only.
-DP.error.not.empty=The specified installation folder is not empty.
-DP.error.not.ends.with.app=The specified installation folder must end with ".app".
-DP.error.not.enough.space=Not enough disk space. Additional {1} required in {0}.
-DP.error.cannot.get.logic=Cannot obtain configuration logic
-DP.error.cannot.check.space=Cannot check the free disk space
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 home folder:
-JLP.location.label.text.java=&Java\u2122 environment home folder:
-JLP.location.button.text=B&rowse ...
-JLP.list.label.text=&List of suitable JDK\u2122 found on this machine:
-JLP.list.label.text.java=&List of suitable Java\u2122 environments found on this machine:
-
-JLP.error.null=The path to the JDK cannot be empty.
-JLP.error.null.java=The path to the Java environment cannot be empty.
-JLP.error.not.valid.path=The specified JDK folder {0} is invalid.
-JLP.error.not.valid.path.java=The specified Java environment folder {0} is invalid.
-JLP.error.path.not.exists=The specified JDK folder {0} does not exist.
-JLP.error.path.not.exists.java=The specified Java environment folder {0} does not exist.
-JLP.error.not.javahome=The specified JDK folder {0} does not contain JDK.
-JLP.error.not.javahome.java=The specified Java environment folder {0} does not contain Java environment.
-JLP.error.not.jdk=The specified JDK folder {0} contains JRE, but a full JDK is required.
-JLP.error.wrong.version.older=The specified JDK folder {0} contains JDK version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.older.java=The specified Java environment folder {0} contains Java version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.newer=The specified JDK folder {0} contains JDK version "{1}", while the maximum is "{2}".
-JLP.error.wrong.version.newer.java=The specified Java environment folder {0} contains Java version "{1}", while the maximum is "{2}".
-JLP.error.wrong.vendor=The specified JDK folder {0} contains JDK from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.wrong.vendor.java=The specified Java environment folder {0} contains Java from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.unknown=An unknown error occured while validating the path.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>The installer could not find a compatible JDK installation, specify it manually.<br>The minimum required version is {0}. To download JDK, visit <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>The installer could not find a compatible Java environment, specify it manually.<br>The minimum required version is {0}. To download Java environment, visit <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (used by {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Post-Create Bundle Summary
-PoCBSP.dialog.description=Click Finish to exit.
-
-PoCBSP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Some errors were encountered in the course of bundle creation process.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=The following components were successfully bundled:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=The following components failed to be bundled:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=View &Log
-PoCBSP.send.log.button.text=&Send Log
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Installation Wizard - Post-Install Summary
-
-PoISP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Some warnings were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Some errors were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=The following components were successfully installed:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=The following components installed with warnings:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=The following components failed to install:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=The following components were successfully uninstalled:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=The following components uninstalled with warnings:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=The following components failed to uninstall:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=View &Details
-PoISP.view.log.button.text=View &Log
-PoISP.send.log.button.text=&Send Log
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Log file is not available
-
-PoISP.message.files.remaining=Some files could not be removed from the installation directories of the {0}. You may need to remove them manually.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Pre-Create Bundle Summary
-PrCBSPdialog.description=Click Create to create the bundle.
-
-PrCBSPmessage.text=The wizard has collected all required data to proceed with creating of the bundle. Please review your choice. To continue, click Next.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=You chose to create a bundle with the following components:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Total download size: {0}
-PrCBSPrequired.disk.space.label.text=Required disk space: {0}
-PrCBSPcreate.button.text=&Create
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Pre-Install Summary
-
-PrISP.message.text=The installation wizard has collected all required data to proceed with installation/uninstallation of the selected components. Please review your choice. To continue, click Next.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=You chose to install the following components:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=You chose to uninstall the following components:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Total download size: {0}
-PrISP.required.disk.space.label.text=Required disk space: {0}
-PrISP.install.button.text=&Install
-
-PrISP.error.not.enough.space=Insufficient disk space for proper installation. Additional {1} is required in {0}.
-PrISP.error.cannot.check.space=Cannot check the free disk space
-PrISP.error.logic.access=Could not access product's configuration logic
-PrISP.error.fsroots=Cannot get the list of file system roots
-PrISP.error.non.existent.root={0} is set up to be installed to {1} which does not belong to any of the file system roots.
-PrISP.error.cannot.write=The wizard does not have write access to {1}, the installation directory of {0}. Please correct the permissions before proceeding.
-
-################################################################################
-# LicensesPanel.java
-LP.title=License Agreement
-LP.description=Please read the following license agreement carefully.
-
-LP.accept.checkbox.text=I &accept the terms in the license agreement
-LP.error.cannot.get.logic=Could not access configuration logic
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<No Text>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Are you sure you want to cancel?
-EMP.cancel.dialog.title=Cancel
-EMP.error.failed.input.verify=Failed to verify input
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_hi_IN.properties
deleted file mode 100644
index d2a0ae9..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Failed to download wizard icon from URI - {0}.
-SFC.error.failed.to.set.icon=Failed to set the swing frame container icon.
-SFC.error.failed.to.attach.error.handler=Failed to attach custom error handler to the EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Cannot set the default close operation
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_hi_IN.properties
deleted file mode 100644
index 7603b7f..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Installation details
-IDD.component.label=Component
-IDD.status.label=Status
-
-ILD.loading.logfile=Loading log file. Please wait...
-ILD.error.reading.log=Cannot read log file {0}.
-ILD.error.log.contents=Log contents are not available.
-
diff --git a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_hi_IN.properties b/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_hi_IN.properties
deleted file mode 100644
index 13d2606..0000000
--- a/l10n/src/hi_IN/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Engine Library
-
diff --git a/l10n/src/hi_IN/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_hi_IN.properties
deleted file mode 100644
index 28c6d30..0000000
--- a/l10n/src/hi_IN/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apple Application Menu
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enables proper support for the Apple Application menu
-
-OpenIDE-Module-Long-Description=Enables Apple menu items to work properly, and moves some standard menu items there - Tools | Options becomes Preferences, Help | About becomes about, File | Exit becomes Quit.
-
-MSG_MinimizeWindowAction=&Minimize Window
-
diff --git a/l10n/src/hi_IN/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_hi_IN.properties
deleted file mode 100644
index fc4f3d1..0000000
--- a/l10n/src/hi_IN/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Establishing a connection ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Checking for updates in {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=Cannot read NBM {0}
-InstallSupportImpl_TurnOnTimeout=timeout of loading {0}
-InstallSupportImpl_NullSource=Source URL for module "{0}" is null, most likely "distribution" attribute is set to the empty string in the UC catalog.\nSee also http://www.netbeans.org/issues/show_bug.cgi?id=153799 for more details.
-InstallSupportImpl_Download_Unavailable=Cannot access {0}
-OperationSupportImpl_Custom_Uninstall=Uninstalling {0}
-OperationSupportImpl_Custom_Install=Installing {0}
-
-UpdateUnitFactory_Libraries_Category=Libraries
-UpdateUnitFactory_Bridges_Category=Bridges
-UpdateUnitFactory_Unsorted_Category=Uncategorized
-UpdateElementImpl_Feature_CategoryName=Features
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Module installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Modules installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Module not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Modules not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>New module offered by the plugin:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>New modules offered by the plugin:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/hi_IN/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_hi_IN.properties
deleted file mode 100644
index 64ab08e..0000000
--- a/l10n/src/hi_IN/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The AutoUpdate feature provides several services: download and install available updates of installed modules, search and install new modules from subscribed Update Centers, view and manage the modules.
-OpenIDE-Module-Name=Auto Update Services
-OpenIDE-Module-Short-Description=Support for searching for module updates on Update Center and for downloading and installing modules
-
diff --git a/l10n/src/hi_IN/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_hi_IN.properties
deleted file mode 100644
index 261abc0..0000000
--- a/l10n/src/hi_IN/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Default Update Center
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Libraries
-ArtificialFeaturesProvider_Bridges_Category=Bridges
-ArtificialFeaturesProvider_Unsorted_Category=Uncategorized
-ArtificialFeaturesProvider_Features_Category=Features
-NetworkAccess_Timeout=Timeout while opening connection to {0}
-
diff --git a/l10n/src/hi_IN/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_hi_IN.properties
deleted file mode 100644
index ea38047..0000000
--- a/l10n/src/hi_IN/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Preparing to Unpack
-CTL_UnpackingFile=Unpacking File:
-CTL_DeletingFiles=Uninstalling files...
-CTL_DisablingFiles=Deactivating files...
-UpdaterFrame.jTextArea1.text=Update is in progress.\n\nPlease wait ...
-UpdaterFrame.textLabel.text=Preparing to Unpack
-UpdaterFrame.Form.title=Updater
-UpdaterFrame.textLabel.fontName=Dialog
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/hi_IN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_hi_IN.properties
deleted file mode 100644
index b29c99b..0000000
--- a/l10n/src/hi_IN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} more ...
-Less_Command_Text={0} less ...
-UnitTab_ReloadTime=Last Check: {0}
-UnitTab_ReloadTime_Never=never
-UnitTab_LessAction=Show Fewer Plugins
-UnitTab_MoreAction=Show More Plugins
-UnitTab_TooltipCheckBox_INSTALLED=Check plugin {0}
-UnitTab_Tooltip_RefreshAction=Reload Catalog
-UnitTab_bTabAction_Name_INSTALLED=U&ninstall
-UnitTab_TooltipCheckBox_UPDATE=Check plugin {0}
-UnitTab_bTabAction_Name_UPDATE=&Update
-UnitTab_CheckAction=Check
-UnitTab_CheckCategoryAction=Check Category
-UnitTab_UncheckCategoryAction=Uncheck Category
-UnitTab_CheckAllAction=Check All
-UnitTab_UncheckAllAction=Uncheck All
-UnitTab_ReloadAction=&Reload Catalog
-UnitTab_PrepareReloadAction=Please wait a while reloading catalog
-UnitTab_RemoveLocallyDownloadedAction=&Remove
-UnitTab_ActivateAction=&Activate
-UnitTab_ActivateCategoryAction=Activate Category
-UnitTab_DeactivateAction=&Deactivate
-UnitTab_DeactivateCategoryAction=Deactivate Category
-AvailableTab_SourceCategory_Tooltip_STANDARD=Certified Plugin
-AvailableTab_SourceCategory_Tooltip_BETA=Beta Plugin
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Community Contributed Plugin
-InstallTab_Active_Tooltip=Active
-InstallTab_InActive_Tooltip=Inactive
-InstallTab_PendingForInstall_Tooltip=Application restart needed to complete installation
-InstallTab_PendingForDeactivate_Tooltip=Application restart needed to complete deactivation
-InstallTab_ReadOnly_Tooltip={0} is in read-only mode and cannot be checked
-UnitTab_TooltipCheckBox_AVAILABLE=Check plugin {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Install
-UnitTab_TooltipCheckBox_LOCAL=Check plugin {0}
-UnitTab_Tooltip_AddAction_LOCAL=Add the locally downloaded plugins
-UnitTab_Tooltip_RemoveAction_LOCAL=Remove plugin from the list
-UnitTab_bTabAction_Name_LOCAL=&Install
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} plugin selected
-UnitTab_lHowManySelected_Many_Text={0} plugins selected
-UnitTab_OperationName_Text_INSTALLED=Uninstall
-UnitTab_OperationName_Text_UPDATE=Update
-UnitTab_OperationName_Text_AVAILABLE=Install
-UnitTab_OperationName_Text_LOCAL=Install
-UnitTab_lWarning_Text={0} operation will require restart of the application
-PluginManagerUI_UnitTab_Update_Title=Updates
-PluginManagerUI_UnitTab_Update_ToolTip=Your application is up to date!
-PluginManagerUI_UnitTab_Available_ToolTip=No plugins are available. Click Reload Catalog for newest plugins.
-PluginManagerUI_UnitTab_Available_Title=Available Plugins
-PluginManagerUI_UnitTab_Installed_Title=Installed
-PluginManagerUI_UnitTab_Local_Title=Downloaded
-UnitTab_bAddLocallyDownloads_Name=&Add Plugins...
-UnitTab_bAddLocallyDownloads_ACN=Add Plugins
-UnitTab_bAddLocallyDownloads_ACD=Add Plugins to use the file browser to add any plugins that you downloaded to your local system
-NotificationAlreadyPreparedToIntsall=Plugin {0} is already prepared to update/install.
-NotificationOneAlreadyInstalled=Plugin "{0}" is already installed.
-NotificationMoreAlreadyInstalled=Plugins "{0}" are already installed.
-NotificationAlreadyPresent=Plugin "{0}" is already added. Do you want to replace with "{1}"?
-NotificationAlreadyPresentTitle=Replace plugin
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Add Plugins
-CTL_FileFilterDescription=Plugin distribution files (*.nbm)
-NetworkProblemPanel_taTitle_Text=Unable to connect to the Update Center
-NetworkProblemPanel_taMessage_WarningText=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic. \n\nIt might happen your caches are out of date. Please click Reload Catalog to refresh content.
-NetworkProblemPanel_taMessage_ErrorText=Not all of the plugins have been successfully downloaded. The server may be unavailable at the moment. Try again later.
-CTL_Warning=Warning
-CTL_Error=Network Problem
-CTL_ShowProxyOptions=&Proxy Configuration...
-ACSD_ShowProxyOptions=N/A
-Utilities_NetworkProblem_Continue=&Try again
-Utilities_NetworkProblem_Skip=&Skip
-Utilities_NetworkProblem_Cancel=Cancel
-Utilities_NetworkProblem_Text=Unable to connect to the {0} because of {1}
-SettingsTable_ActiveColumn=Active
-SettingsTable_NameColumn=Name
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Settings
-SettingsTab.bProxy.text=&Proxy Settings
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=Update Center Customizer
-UpdateUnitProviderPanel.lName.text=&Name\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Check for updates automatically
-Utilities_Libraries_Category=Libraries
-Utilities_Bridges_Category=Bridges
-Utilities_Unsorted_Category=Uncategorized
-SettingsTab.bRemove.message=Are you sure you want to remove following update center: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Name
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Check for updates automatically
-UpdateUnitProviderPanel.error.name.short=Update Center name is not specified
-UpdateUnitProviderPanel.error.url.short=Update Center URL is not specified
-UpdateUnitProviderPanel.error.name.dup=Update Center with the same name already exist
-UpdateUnitProviderPanel.error.url.invalid=Update Center URL is invalid
-UnitTab_bClose_Text=&Close
-Utilities_CheckingForUpdates=Checking for updates
-UnitTab_InitAndCheckingForUpdates=Initializing the list of plugins... 
-InstalledTableModel_State_Enabled=On
-InstalledTableModel_State_Disabled=Off
-AvailableTableModel_Columns_Install=Install
-AvailableTableModel_Columns_Name=Name
-AvailableTableModel_Source_Category=Source
-AvailableTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Uninstall=Select
-InstalledTableModel_Columns_Name=Name
-InstalledTableModel_Columns_Installed=Installed
-InstalledTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Enabled=Active
-LocallyDownloadedTableModel_Columns_Install=Install
-LocallyDownloadedTableModel_Columns_Name=Name
-LocallyDownloadedTableModel_Columns_Version=Version
-LocallyDownloadedTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Update=Update
-UpdateTableModel_Columns_Name=Name
-UpdateTableModel_Columns_Installed=Installed
-UpdateTableModel_Columns_Available=Available
-UpdateTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Category=Category
-SettingsTab_NewProviderName=New Provider
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Description:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Version: 
-UnitDetails_Plugin_InstalledVersion=Installed version:
-UnitDetails_Plugin_AvailableVersion=Available version:
-UnitDetails_Plugin_Author=Author: 
-UnitDetails_Plugin_Date=Date: 
-UnitDetails_Plugin_Source=Source: 
-UnitDetails_Plugin_CodeName=Code name: 
-UnitDetails_Plugin_Homepage=Homepage: 
-UnitDetails_Plugin_Notification=Important note
-UnitDetails_Plugin_Description=Plugin Description
-UnitDetails_Plugin_Collecting_Dependencies=Collecting dependencies...
-UnitDetails_New_Internal_Update_Mark=new!
-lSearch1.text=&Search\:
-SettingsTab.lCheckPeriod.text=&Check Interval\:
-SettingsTab.lGeneral.text=Advanced
-SettingsTab.addButton.text=&New
-SettingsTab.RemoveButton.text=&Remove
-SettingsTab.EditButton.text=&Edit
-SettingsTab.AddButton.text=&Add
-SettingsTab.lUpdateCenters.text=Configuration of &Update Centers\:
-SettingsTab.lConnection.text=Automatically Check for Updates
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Update_custom=User Default
-SettingsTab.cbSharedInstall.text=&Force install into shared directories
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Write Permission
-SettingsTab.cbSharedInstall.ReadOnlyMessage=You don`t have permission to install plugin(s) into the shared directory:\n{0}\nTo perform installation into the shared directory, you should run the application as a user with administrative priviledges.
-SettingsTab.cbSharedInstall.NoSharedTitle=No install directory
-SettingsTab.cbSharedInstall.NoSharedMessage=No shared directories found.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Cannot read NBM {0} because {1}
-PluginManagerUI.bHelp.text=&Help
-ACN_UnitTable=List of Plugins
-ACD_UnitTable=List of Plugins
-ACN_UpdateCentersTable=List of Update Centers
-ACD_UpdateCentersTable=List of Update Centers allowing to activate or deactivate selected Update Center
-ACN_DetailsPanel=Plugin's details
-ACN_DetailsPanel_Button=Invoke {0} action
-ACN_UnitDetails=Plugin Details
-ACD_Reload=Reload Catalog
-ACD_Search=Search Plugins
-ACN_Tabs=Switch between updates, available, installed and downloaded plugins
-ACD_Tabs=Switch between updates, available, installed and downloaded plugins
-ACN_PluginManagerUI=Plugin Manager
-ACD_PluginManagerUI=Plugin Manager for updating, installing and removing plugins
-ACN_Reload=Reload Catalog
-ACN_UpdateCenterCustomizer=Update Center Customizer
-ACD_UpdateCenterCustomizer=Update Center Customizer for editing update center name and URL
-NetworkProblemPanel_ACD=N/A
-NetworkProblemPanel_taMessage=Message of Network Problem
-NetworkProblemPanel_taTitle_ACN=Network Problem
-UnitTab.detailView.text=Sho&w details
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Internal Updates)
-Unit_InternalUpdates_Title=Internal Updates
-
diff --git a/l10n/src/hi_IN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_hi_IN.properties
deleted file mode 100644
index 801cd90..0000000
--- a/l10n/src/hi_IN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Check for &Updates
-PluginManagerAction_Name=Plu&gins
-PluginManager_Panel_Name=Plugins
-PluginManager_CloseButton_Name=&Close
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} updates found.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} update found.
-AutoupdateCheckScheduler_UpdateFound_Hint=Click here to make your application up to date.
-AutoupdateCheckScheduler_InstallInProgress=Please wait, another install task in progress...
-
diff --git a/l10n/src/hi_IN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_hi_IN.properties
deleted file mode 100644
index 676d157..0000000
--- a/l10n/src/hi_IN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The UI allows to browse the installation and contents of registered Update Centers, to download updates or new modules and to automatically install modules.
-OpenIDE-Module-Name=Auto Update UI
-OpenIDE-Module-Short-Description=Supplies UI of Auto Update Services
-
diff --git a/l10n/src/hi_IN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_hi_IN.properties
deleted file mode 100644
index 823a152..0000000
--- a/l10n/src/hi_IN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_Header_Content=The installer will download, verify and then install the selected plugins.
-OperationDescriptionStep_TableInstall_Title=The following plugins will be installed:
-OperationDescriptionStep_TableUpdate_Title=The following plugins will be updated:
-OperationDescriptionStep_PluginBrokesJavaDependency=The Java platform version {0} was requested but only {1} is running.
-OperationDescriptionStep_HeaderUninstall_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderUninstall_Content=The selected plugins will be uninstalled. The selected plugins will be removed from the disk.
-OperationDescriptionStep_TableUninstall_Title=The following plugins will be uninstalled:
-OperationDescriptionStep_HeaderActivate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderActivate_Content=The selected plugins will be activated.
-OperationDescriptionStepActivate_Table_Title=The following plugins will be activated:
-OperationDescriptionStep_HeaderDeativate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderDeativate_Content=The selected plugins will be deactivated.
-OperationDescriptionStep_TableDeativate_Title=The following plugins will be deactivated:
-PanelBodyContainer_PleaseWait=Please wait until the installer discovers plugins dependencies.
-DependenciesResolutionStep_Table_Title=The following plugins will also be installed because one or more of the plugins you are about to install depend on them:
-UninstallDependenciesResolutionStep_Table_Title=The following plugins need to be deactivated because they require one or more of the plugins you are about to deactivate:
-LicenseApprovalPanel_taTitle_Text=In order to continue with the installation, you need to agree with all of the license agreements associated with the particular plugins.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} License Agreement
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=License Agreement
-LicenseApprovalPanel_Header_Content=Please read all of the following license agreements carefully.
-InstallUnitWizard_Title=Plugin Installer
-InstallStep_Header_Download_Head=Download
-InstallStep_Header_Download_Content=Please wait until the installer downloads the requested plugins.
-InstallStep_Header_Verify_Head=Validate
-InstallStep_Header_Verify_Content=Please wait until the installer validates the downloaded plugins.
-InstallStep_Header_Install_Head=Install
-InstallStep_Header_Install_Content=Please wait until the installer completes the installation.
-InstallStep_Header_InstallDone_Head=Installation completed successfully
-InstallStep_Header_InstallDone_Content=Click Finish to quit the installer.
-InstallStep_Header_InstallUnsuccessful_Head=Installation completed unsuccessfully
-InstallStep_Header_InstallUnsuccessful_Content=Click Finish to quit the installer and try to restart application.
-InstallStep_Header_Restart_Head=Restart application to complete installation
-InstallStep_Header_Restart_Content=Restart application to finish plugin installation.
-UninstallStep_Header_Restart_Head=Restart application to complete deactivation
-UninstallStep_Header_Restart_Content=Restart application to finish plugin deactivation.
-CustomHandleStep_Header_Install_Restart_Head=Restart application to complete installation
-CustomHandleStep_Header_Install_Restart_Content=Restart application to finish plugin installation.
-CustomHandleStep_Header_Uninstall_Restart_Head=Restart application to complete uninstallation
-CustomHandleStep_Header_Uninstall_Restart_Content=Restart application to finish plugin uninstallation.
-
-InstallStep_Done=Done.
-InstallStep_Unsuccessful=Installation is completed but some problem found: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Restart Now
-InstallUnitWizardModel_Buttons_RestartLater=Restart &Later
-InstallUnitWizardModel_Buttons_Install=&Install
-InstallUnitWizardModel_Buttons_Update=&Update
-InstallUnitWizardModel_Buttons_Close=&Finish
-InstallUnitWizardModel_Buttons_Next=Next
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Uninstall
-UninstallUnitWizardModel_Buttons_TurnOn=&Activate
-UninstallUnitWizardModel_Buttons_TurnOff=&Deactivate
-InstallStep_InstallDone_Text=The Plugin Installer has successfully installed the following plugins:
-InstallStep_InstallUnsuccessful_Text=The Plugin Installer found problem {0} while install the following plugins:
-UninstallStep_UninstallDone_Text=The Plugin Installer has successfully uninstalled the following plugins:
-UninstallStep_ActivateDone_Text=The Plugin Installer has successfully activated the following plugins:
-UninstallStep_DeactivateDone_Text=The Plugin Installer has successfully deactivated the following plugins:
-UninstallStep_UninstallFailed_Text=Uninstallation failed: {0}
-UninstallStep_ActivateFailed_Text=Activation failed: {0}
-UninstallStep_DeactivateFailed_Text=Deactivation failed: {0}
-UninstallStep_Done=Done.
-UninstallStep_Failed=Failed. {0}
-UninstallStep_Header_Uninstall_Head=Uninstallation
-UninstallStep_Header_Uninstall_Content=Please wait until the installer uninstalls all the selected plugins.
-UninstallStep_Header_Deactivate_Head=Deactivation
-UninstallStep_Header_Deactivate_Content=Please wait until the installer finishes deactivating all the selected plugins.
-UninstallStep_Header_Activate_Head=Activation
-UninstallStep_Header_Activate_Content=Please wait until the installer finishes activating all the selected plugins.
-UninstallStep_Header_UninstallDone_Head=Uninstallation completed successfully
-UninstallStep_Header_UninstallDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateDone_Head=Deactivation completed successfully
-UninstallStep_Header_DeactivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateDone_Head=Activation completed successfully
-UninstallStep_Header_ActivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_UninstallFailed_Head=Uninstallation failed
-UninstallStep_Header_UninstallFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateFailed_Head=Deactivation failed
-UninstallStep_Header_DeactivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateFailed_Head=Activation failed
-UninstallStep_Header_ActivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_ProgressName_Uninstall=Uninstalling plugins
-UninstallStep_ProgressName_Activate=Activating plugins
-UninstallStep_ProgressName_Deactivate=Deactivating plugins
-ValidationWarningPanel_ShowCertificateButton=&Show certificate
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Validation Warning
-ValidationWarningPanel_VerifyCertificate_Title=Verify Certificate
-ValidationWarningPanel_ContinueButton=&Continue
-ValidationWarningPanel_taHead_NotSignedText=The following plugins are not signed\:
-ValidationWarningPanel_taHead_NotTrustedText=The following plugins are signed but not trusted\:
-ValidationWarningPanel_taWarning_Text=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-OperationDescriptionStep_CustomHandled_Head={0} plugins use native installer:
-InstallStep_Download_DownloadingPlugins=Downloading plugins...
-InstallStep_Validate_ValidatingPlugins=Validating plugins...
-InstallStep_Install_InstallingPlugins=Installing plugins...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Some plugins not installed to avoid potential installation problems.
-CustomHandleStep_Header_Install_Head=Install
-CustomHandleStep_Header_Install_Content=Please wait until the installer completes the installation.
-CustomHandleStep_Header_Uninstall_Head=Uninstallation
-CustomHandleStep_Header_Uninstall_Content=Please wait until the installer finishes uninstalling the selected plugins.
-CustomHandleStep_Header_InstallDone_Head=Installation completed successfully
-CustomHandleStep_Header_InstallDone_Content=Click Next to continue installing the remaining selected plugins using the plugin installer.
-CustomHandleStep_Header_UninstallDone_Head=Uninstallation completed successfully
-CustomHandleStep_Header_UninstallDone_Content=Click Next to continue uninstalling the remaining selected plugins.
-CustomHandleStep_Header_InstallFail_Head=Installation failed.
-CustomHandleStep_Header_InstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Header_UninstallFail_Head=Installation failed
-CustomHandleStep_Header_UninstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Install_InstallingPlugins=Installing plugins using the plugin's installer...
-CustomHandleStep_Uninstall_UninstallingPlugins=Uninstalling plugins using the plugin's installer...
-CustomHandleStep_Done=Done.
-CustomHandleStep_InstallDone_Text=The Plugin Installer has successfully finished the installation.
-CustomHandleStep_InstallFail_Text=Installation of {0} failed.
-CustomHandleStep_UninstallDone_Text=The Plugin Installer has successfully finished the uninstallation.
-CustomHandleStep_UninstallFail_Text=Uninstallation of {0} failed.
-InstallStep_NetworkProblem_Continue=&Try again
-InstallStep_NetworkProblem_Text=Networking problem in {0}
-OperationPanel.cbRunInBackground.text=&Run In Background
-InstallSupport_InBackground_NetworkError=Unable to connect to the Update Center.
-InstallSupport_InBackground_NetworkError_Details=details
-LicenseApprovalPanel.cbAccept.text=I &accept the terms in all of the license agreements.
-InstallSupport_RestartNeeded=Restart the application to complete the installation.
-UninstallSupport_RestartNeeded=Restart the application to complete the deactivation.
-CustomHandleStep_Install_RestartNeeded=Restart the application to complete the installation.
-CustomHandleStep_Uninstall_RestartNeeded=Restart the application to complete the uninstallation.
-
-RestartNeeded_Details=Click here to restart your application now
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans Installer Wizard
-PanelBodyContainer_ACD=NetBeans Installer Wizard
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/A
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/A
-ValidationWarningPanel_tpPlugins_ACN=Unverified Plugins
-ValidationWarningPanel_taWarning_Text_ACD=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-ValidationWarningPanel_taWarning_Text_ACN=Warning
-ValidationWarningPanel_taHead_ACN=N/A
-ValidationWarningPanel_ACD=N/A
-UninstallUnitWizard_Title=Plugin Installer
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Your application is up to date!</h3>
-LazyOperationDescriptionStep_NoUpdates=There are no updates available.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Checking for updates failed.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Check your network connection, verify that your proxy settings<br>are configured correctly, or try again later.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Checking for updates.</b><br>Please wait while the installer checks for available updates.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Initializing the list of updates... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Some plugins require plugin {0} to be installed.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Some plugins are waiting for application restart to resolve following problems:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Some plugins require capability {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Some plugins require the Java platform in version {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Some plugins require JDK</h3>Some of the selected plugins require the JDK in order to function. Currently, NetBeans IDE appears to be running with the JRE instead of the full JDK.<br><br>To use these plugins, start IDE with the <code>--jdkhome</code> command line option set to the location of a JDK installation. See <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> for more information.<br><br>
-OperationDescriptionStep_BrokenModuleDep=The plugin {0} would also need to be installed.
-OperationDescriptionStep_BrokenModuleNameDep=The plugin named {0} is needed and not found.
-OperationDescriptionStep_BrokenModuleVersionDep=The plugin {0} is requested in version >= {1} but only {2} was found.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=The plugin {0} is requested in version >= {1} (release version {2}) but only {3} (of release version different from {2}) was found.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=The plugin {0} is requested in version {1}.
-OperationDescriptionStep_BrokenModuleImplDep=The plugin {0} is requested in implementation version {1}.
-OperationDescriptionStep_BrokenRequiresDep=No plugin providing the capability {0} could be found.
-OperationDescriptionStep_AffectedPluginByBrokenDep=The following plugins are affected:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=The following plugin is affected:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=There were some problems while storing {0}.\nCause: {1}
-InstallStep_DownloadProblem_SomePlugins=selected plugins
-
diff --git a/l10n/src/hi_IN/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_hi_IN.properties
deleted file mode 100644
index d85fbae..0000000
--- a/l10n/src/hi_IN/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP Platform
-OpenIDE-Module-Name=RCP Platform
-OpenIDE-Module-Short-Description=NetBeans RCP Platform
-OpenIDE-Module-Long-Description=The NetBeans RCP Platform is a generic framework for Swing applications. It provides the services common to almost all large desktop applications: window management, menus, settings and storage, update management, file access, etc.<br><br>See more information at <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/hi_IN/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_hi_IN.properties
deleted file mode 100644
index 3693500..0000000
--- a/l10n/src/hi_IN/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup On SystemFS
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The default implementation of MimeDataProvider.
-OpenIDE-Module-Long-Description=The MIME Lookup On SystemFS module implements MimeDataProvider that looks up objects in the folder hierarchy on the System filesystem.
-
-
diff --git a/l10n/src/hi_IN/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_hi_IN.properties
deleted file mode 100644
index d819b5a..0000000
--- a/l10n/src/hi_IN/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The MIME lookup API.
-OpenIDE-Module-Long-Description=The MIME Lookup module provides API for looking up MIME type dependent settings, services and other objects. It also provides SPI for implementing additional MIME type related data provider.
-
diff --git a/l10n/src/hi_IN/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_hi_IN.properties
deleted file mode 100644
index 3ef3ddd..0000000
--- a/l10n/src/hi_IN/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Add to Favorites
-ACT_AddOnFavoritesNode=&Add to Favorites...
-ACT_Remove=&Remove from Favorites
-ACT_View=Favor&ites
-ACT_Select=Favorites
-ACT_Select_Main_Menu=Select in F&avorites
-
-Favorites=Favorites
-Templates/Other=Other
-Templates/Properties=User Configuration Properties
-Templates/Other/Folder=Folder
-Templates/Other/file=Empty File
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
-# JFileChooser
-CTL_DialogTitle=Add to Favorites
-CTL_ApproveButtonText=Add
-ERR_FileDoesNotExist={0} does not exist.
-ERR_FileDoesNotExistDlgTitle=Add to Favorites
-
-MSG_NodeNotFound=The document node could not be found in the Favorites tab.
-
-# Manifest localization
-OpenIDE-Module-Name=Favorites
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for organizing favorite files.
-OpenIDE-Module-Long-Description=Favorites module enables you to create a view of files specifically relevant to your work, simply access them at one common place.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Templates
-Templates.Options.Export.displayName=All Templates
-Favorites.Options.Export.displayName=Favorites
-
diff --git a/l10n/src/hi_IN/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_hi_IN.properties
deleted file mode 100644
index 6f1560e..0000000
--- a/l10n/src/hi_IN/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Close
-BTN_TemplatesPanel_OpenInEditorButton=&Open in Editor
-LBL_TemplatesAction_Name=&Templates
-HINT_TemplatesAction=Customize templates
-LBL_TemplatesPanel_Title=Template Manager
-BTN_TemplatesPanel_Delete=&Delete
-LBL_TemplatesPanel_TemplatesLabel=&Templates\:
-BTN_TemplatesPanel_Add=&Add...
-BTN_TemplatesPanel_RenameButton=&Rename
-BTN_TemplatesPanel_DuplicateButton=Du&plicate
-BTN_TemplatesPanel_NewFolder=&New Folder
-BTN_TemplatesPanel_MoveUp=Move &Up
-BTN_TemplatesPanel_MoveDown=Move Do&wn
-LBL_TemplatesPanel_JFileChooser_Title=Add Existing Template
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Add
-TXT_TemplatesPanel_NewFolderName=New Folder
-MSG_TemplatesPanel_Nonexistent_File=File ''{0}''\ndoes not exist, please specify an existing file.
-
-TemplatesPanel_TemplateNode_DisplayName=Display Name
-TemplatesPanel_TemplateNode_DisplayName_Desc=Display name of this template. Shown in File|New wizard as well as in Tools|Templates.
-TemplatesPanel_TemplateNode_FileName=File Name
-TemplatesPanel_TemplateNode_FileName_Desc=File name of file represented by this template.
-TemplatesPanel_TemplateNode_ScriptEngine=Script Engine
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Script engine use for processing this template.
-TemplatesPanel_TemplateNode_TemplateCategories=Template Categories
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=A list of template's categories appropriate for this template.
-
-ACD_TemplatesPanel_Add=Add Template
-
-ACD_TemplatesPanel_New=New Template
-
-ACD_TemplatesPanel_Duplicate=Duplicate Selected Template
-
-ACD_TemplatesPanel_Rename=Rename Template
-
-ACD_TemplatesPanel_MoveUp=Move Up Selected Template
-
-ACD_TemplatesPanel_MoveDown=Move Down Selected Template
-
-ACD_TemplatesPanel_Delete=Delete Template
-
-TT_TemplatesPanel_Add=Add Template
-
diff --git a/l10n/src/hi_IN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_hi_IN.properties
deleted file mode 100644
index 929201c..0000000
--- a/l10n/src/hi_IN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Could not connect to URL {0}; no such resource was found.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Warning: the JavaHelp topic ID {0} was not found.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Loading help sets...
-ACSD_JavaHelp_viewer=Displays one or more online help references in JavaHelp format
-ACSD_Loading_Dialog=Loading help sets
-
-# HelpAction
-LBL_HelpAction=Help
-CTL_OpeningHelp=Opening Help...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP Monitor
-
-# a11y - BrowserDisplayer
-ACSD_Label=Click here to open this link in a web browser.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Showing help ID: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Showing help ID: {0}
-
-QuickSearch/Help=Help
-Err_CreateJavaHelpSearchEngine=Failed to create JavaHelp search engine.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copy Link Location
-
diff --git a/l10n/src/hi_IN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_hi_IN.properties
deleted file mode 100644
index 45c1017..0000000
--- a/l10n/src/hi_IN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JavaHelp Integration
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Permits JavaHelp help sets to be added to the IDE.
-OpenIDE-Module-Long-Description=Contains the actual JavaHelp runtime library, and the implementation of the part of the Modules API which permits other modules to install help sets using JavaHelp technology.
-
-Menu/Help/master-help.xml=Help &Contents
-Menu/Help/HelpShortcuts=Help &Sets
-Actions/Help/master-help.xml=Help &Contents
-
diff --git a/l10n/src/hi_IN/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_hi_IN.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/hi_IN/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/hi_IN/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_hi_IN.properties
deleted file mode 100644
index f617e03..0000000
--- a/l10n/src/hi_IN/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Sample value ensuring that decryption is working.
-FallbackProvider.msg_clear_keys=Your previously stored passwords cannot be decrypted. Do you wish to forget all existing passwords and start with a fresh keyring?
-FallbackProvider.title_clear_keys=Delete Stored Passwords
-MasterPasswordPanel.masterPasswordLabel.text=Master &Password:
-MasterPasswordPanel.setNewBox.text=&Change...
-MasterPasswordPanel.newLabel1.text=&New Master Password:
-MasterPasswordPanel.newLabel2.text=&Retype:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=Enter Master Password
-MasterPasswordPanel.enter_password=Enter password
-MasterPasswordPanel.enter_new_password=Enter new password
-MasterPasswordPanel.password_mismatch=New passwords do not match
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/hi_IN/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_hi_IN.properties
deleted file mode 100644
index d661fb1..0000000
--- a/l10n/src/hi_IN/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Cannot create file {0} in folder {1}.
-EXC_CannotCreateExistingData=Cannot create file {0} in folder {1}. This file already exists.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Cannot create folder {0} in folder {1}.
-EXC_CannotCreateExistingFolder=Cannot create folder {0} in folder {1}. This folder already exists.
-
-# {0} - the file
-EXC_CannotLock=Cannot lock read-only file {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Invalid lock [{0}] for file {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-EXC_CannotLockRoot=Root cannot be locked.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Cannot get exclusive access to {0} (probably opened for reading).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Cannot get shared access to {0} (probably opened for writing).
-
diff --git a/l10n/src/hi_IN/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_hi_IN.properties
deleted file mode 100644
index fc1852d..0000000
--- a/l10n/src/hi_IN/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=File {0} is already locked.
-EXC_FileLockAlreadyExists=File {0} is already locked (lock {1} exists).
-# {0} - full path
-FileObj.readOnlyFile=File {0} cannot be written to because it is read-only.
-
diff --git a/l10n/src/hi_IN/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_hi_IN.properties
deleted file mode 100644
index 2fb5bd5..0000000
--- a/l10n/src/hi_IN/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Master Filesystem
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Merges multiple filesystem providers into a single logical tree.
-OpenIDE-Module-Long-Description=Creates mounts for disk roots and then splices in other filesystems such as VCS mounts, providing a single wrapper FileSystem for them all.
-
-LBL_loaderName=FolderLoader for MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Cannot copy root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Cannot move root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Filesystem {1}  cannot be mounted on the root {0}, because Filesystem {2} is already mounted.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Filesystem {1}  cannot be mounted on the root {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Filesystem {0}  cannot be unmounted. 
-
diff --git a/l10n/src/hi_IN/platform/options-api/options-api/org/netbeans/modules/options/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/options-api/options-api/org/netbeans/modules/options/Bundle_hi_IN.properties
deleted file mode 100644
index 36fa58b..0000000
--- a/l10n/src/hi_IN/platform/options-api/options-api/org/netbeans/modules/options/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Options Dialog and SPI
-OpenIDE-Module-Display-Category=Tools
-OpenIDE-Module-Short-Description=Provides the Options dialog and an SPI to add panels to it.
-OpenIDE-Module-Long-Description=Provides the Tools | Options dialog. The SPI lets you add whole new panels, or sections to the Miscellaneous panel.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Options
-CTL_Options_Dialog_Title=Options
-CTL_OK=OK
-CTL_Classic=Advanced Options
-CTL_Classic_Title=Advanced Options
-CTL_Modern=&Basic Options
-CTL_Loading_Options=Loading Settings ...
-CTL_Error_Loading_Options=Loading Options Failed.
-CTL_Some_values_changed=There are some changes. Do you want to apply them?
-
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=&Fonts & Colors
-CTL_Font_And_Color_Options_Title=Fonts & Colors
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-
-CTL_Export=Expor&t
-CTL_Import=&Import
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= Invokes Advanced Options dialog
-ACS_OptionsPanel=Options Dialog
-ACS_Export=Export Options
-ACS_Import=Import Options
-TabbedController.pane.AD=Options Panel
-
-QuickSearch/GoToOption=Options
-
diff --git a/l10n/src/hi_IN/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_hi_IN.properties
deleted file mode 100644
index 95766a8..0000000
--- a/l10n/src/hi_IN/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Miscellaneous
-CTL_Advanced_Options_Title=Miscellaneous
-CTL_Advanced_Options_Description=Miscellaneous
-AdvancedPanel.tabbedPanel.AD=Miscellaneous tabbed panel
-Advanced.Export.Category=Miscellaneous
-
diff --git a/l10n/src/hi_IN/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_hi_IN.properties
deleted file mode 100644
index 930c4e0..0000000
--- a/l10n/src/hi_IN/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Define Here
-LBL_action_revert=Revert Def.
-LBL_action_delete=Delete
-
-MSG_ask_remove_above_defined_files=Moving the definition here will remove any values stored in layers left of the selected column.\n\nDo you want to proceed?
-
-#file state tooltips
-LBL_fstate_defined=Setting Definition
-LBL_fstate_ignored=Unused Setting Value
-LBL_fstate_inherited=Setting Inherited
-LBL_fstate_undefined=Setting value is not defined here
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=User
-LBL_FSP_Desc_Session-Layer=Session Settings Level
-LBL_FSP_Modules-Layer=Default
-LBL_FSP_Desc_Modules-Layer=Default Installation Settings Level
-
-#OptionsAction
-Options=&Options
-CTL_close_button=&Close
-ACSD_close_button=N/A
-ACSN_optionsTree=N/A
-ACSD_optionsTree=N/A
-LBL_computing=Initializing settings ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Show Levels (press +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Hide Levels (press +)
-CTL_Templates_name=Templates
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorer
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
diff --git a/l10n/src/hi_IN/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_hi_IN.properties
deleted file mode 100644
index c92ed6a..0000000
--- a/l10n/src/hi_IN/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Select Options for Export:
-OptionsChooserPanel.outline.all=All
-OptionsChooserPanel.outline.header.tree=Available Options
-OptionsChooserPanel.outline.AN=Available Options
-OptionsChooserPanel.outline.AD=Tree of available options
-OptionsChooserPanel.lblFile.text=&Target zip file:
-OptionsChooserPanel.btnBrowse=B&rowse...
-OptionsChooserPanel.btnBrowse.AN=Browse
-OptionsChooserPanel.btnBrowse.AD=Browse
-OptionsChooserPanel.txtFile.AD=Source or target of import/export.
-OptionsChooserPanel.loading=Loading...
-OptionsChooserPanel.file.warning=Please, select a valid target zip file
-OptionsChooserPanel.nooption.warning=Please, select something to export
-OptionsChooserPanel.file.chooser.title=Select target zip file
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=Select Options to Export
-OptionsChooserPanel.export.status.text=Options Export Finished.
-OptionsChooserPanel.import.title=Select Options to Import
-OptionsChooserPanel.import.lblFile.text=&Import Source:
-OptionsChooserPanel.import.lblHint.text=&Select Options for Import:
-OptionsChooserPanel.import.file.warning=Please, select a valid zip file or userdir
-OptionsChooserPanel.import.nooption.warning=Please, select something to import
-OptionsChooserPanel.import.file.chooser.title=Select zip file or userdir
-OptionsChooserPanel.import.invalid.userdir.title=Invalid Userdir?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Folder {0} does not seem to be a valid userdir. Do you really want to import options from this location?
-OptionsChooserPanel.AD=Panel to choose options for export/import
-OptionsChooserPanel.import.error=Error while importing options. Run IDE with parameter -J-Dorg.netbeans.modules.options.export.level=100 and look at IDE log for details.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Invalid zip file: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Writing to file {0} failed.
-ImportConfirmationPanel.title=Import Confirmation
-ImportConfirmationPanel.cbRestart.text=&Restart IDE now (without restart imported settings may not work)
-ImportConfirmationPanel.cbRestart.AD=Decide whether restart IDE now or later
-ImportConfirmationPanel.cbRestart.AN=Restart IDE now?
-ImportConfirmationPanel.lblMessage.text=Import may irreversibly overwrite your current settings. Perform export first to backup current options. Do you want to continue?
-ImportConfirmationPanel.lblMessage.AD=Confirmation message
-ImportConfirmationPanel.AN=Import Confirmation
-ImportConfirmationPanel.AD=Import Confirmation
-ExportConfirmationPanel.title=Stored Passwords Warning
-ExportConfirmationPanel.lblMessage.text=Exported settings may contain stored passwords. Sharing your settings with other users represents a potential security risk. Do you want to continue?
-ExportConfirmationPanel.cbSkip.text=&Skip this warning next time
-ExportConfirmationPanel.cbSkip.AN=Skip this warning next time?
-ExportConfirmationPanel.cbSkip.AD=Decide whether skip or show this warning next time
-ExportConfirmationPanel.lblMessage.AD=Confirmation message
-ExportConfirmationPanel.AN=Stored passwords warning
-ExportConfirmationPanel.AD=Stored passwords warning
-
diff --git a/l10n/src/hi_IN/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_hi_IN.properties
deleted file mode 100644
index d2c889b..0000000
--- a/l10n/src/hi_IN/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Keymap Options
-
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-CTL_Keymap_Options_Description=Keymap
-
-CTL_Duplicate=&Manage Profiles...
-AN_Duplicate=Duplicate
-AD_Duplicate=Duplicate
-CTL_Delete=Dele&te
-AN_Delete=Delete
-AD_Delete=Delete
-CTL_Restore=&Restore
-AN_Restore=Restore
-AD_Restore=Restore
-CTL_Show_Actions=Actio&ns
-AN_Show_Actions=Actions
-AD_Show_Actions=Actions
-CTL_Show_Shortcuts=&Shortcuts
-AN_Show_Shortcuts=Shortcuts
-AD_Show_Shortcuts=Shortcuts
-CTL_Add_Shortcut=A&dd ...
-AN_Add_Shortcut=Add
-AD_Add_Shortcut=Add
-CTL_Remove_Shortcut=Remo&ve
-AN_Remove_Shortcut=Remove
-AD_Remove_Shortcut=Remove
-CTL_Actions=Actio&ns:
-AN_Actions=Actions
-AD_Actions=Actions
-CTL_Shortcuts=&Shortcuts:
-AN_Shortcuts=Shortcuts
-AD_Shortcuts=Shortcuts
-AN_Profiles=Profiles
-AD_Profiles=Profiles
-Show_Actions=Actio&ns
-Show_Shortcuts=&Shortcuts
-Keymaps=&Keymaps
-CTL_Keymap_Name=&Profile:
-View_By=&View By
-Shortcut=&Shortcut:
-Add_Shortcut_Dialog=Add Shortcut
-CTL_Create_New_Profile_Message=Profile &Name:
-CTL_Create_New_Profile_Title=Create New Profile Dialog
-Shortcut_Conflict=<html>Shortcut already assigned to {0} action. If you proceed the shortcut will be reassigned.
-CTL_Clear=&Clear
-AN_Clear=Clear shortcut button
-AD_Clear=Clear the shortcut field
-CTL_Tab=&Tab
-AN_Tab=Insert Tab character button
-AD_Tab=Insert Tab character
-CTL_Duplicate_Profile_Name=Profile with such name already exists.\n Choose different name, please.
-
-CTL_Export_IDE_Actions_Action=Export IDE Actions to XML
-CTL_Export_IDE_Shortcuts_Action=Export IDE Shortcuts to XML
-CTL_Export_Editor_Shortcuts_Action=Export Editor Shortcuts to XML
-CTL_Export_Shortcuts_to_HTML_Action=Export Shortcuts to HTML
-
-CTL_Other=Other
-AN_Shortcut=Shortcut field
-AD_Shortcut=Shortcut field
-AN_ShortcutsDialog=Enter new shortcut
-AD_ShortcutsDialog=Enter new shortcut
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Switching keymap profile from {1} to {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Quick Search: Invoking {1} action, class {0}
-
-QuickSearch/Actions=Actions
-MSG_ActionFailure={0} action can not be invoked through Quick Search...
-
-# Quicksearch options
-KW_KeymapOptions=Keymap Options, Keyboard Shortcuts, Keybindings
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Search:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Field used to narrow list of shortcuts
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Search in Sho&rtcuts:
-
-# Conflict dialogs
-Override_Shortcut=<html>Following Action(s): <br>{0} conflict with this assignment. Do you wish to override?
-Conflicting_Shortcut_Dialog=Conflicting Shortcut Dialog
-Override_All=<html>Following Action(s): <br>{0} conflict with this restore. Do you wish to override all?
-Alternative_Shortcut=(alternative shortcut)
-
-#Table columns
-Actions=Actions
-Shortcut=Shortcut
-Category=Category
-Scope=Scope
-
-#Keymap Popup
-Edit=Edit...
-Add_Alternative=Add Alternative
-Reset_to_Default=Reset to Default
-Clear=Clear
-
-#Keymap completion
-No_Free_Shortcut=No recommended free shortcut with prefix "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicate
-ProfilesPanel.exportButton.text=&Export
-ProfilesPanel.deleteButton.text=De&lete
-ProfilesPanel.importButton.text=&Import
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Profiles scroll pane
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Scroll pane for profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=List of keymap profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Imports profile from external file
-ProfilesPanel.AccessibleContext.accessibleDescription=Profiles Panel
-ProfilesPanel.restoreButton.text=&Restore Defaults
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restores stored defaults
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplicates existing profile
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exports current profile
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Deletes selected custom profile
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=Manage Keymap Profiles
-CTL_Files=Files
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Keymaps
-Keymaps.Options.Export.Profiles.displayName=Keymap Profiles
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/hi_IN/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_hi_IN.properties
deleted file mode 100644
index c987b1e..0000000
--- a/l10n/src/hi_IN/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Swing Layout Extensions integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles swing-layout library.
-OpenIDE-Module-Long-Description=This module bundles Swing Layout Extensions library (from swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_hi_IN.properties
deleted file mode 100644
index d008c39..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=Common Annotations
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_hi_IN.properties
deleted file mode 100644
index feb9286..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization APIs.
-OpenIDE-Module-Long-Description=Lets modules register long-running tasks or processes in a central place.
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_hi_IN.properties
deleted file mode 100644
index 741f64f..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Scene Component
-ACS_SceneComponentDesc=Scene view
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_hi_IN.properties
deleted file mode 100644
index af2d2f2..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Visual Library API
-OpenIDE-Module-Short-Description=Visual Library API
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_hi_IN.properties
deleted file mode 100644
index ca6f96e..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=An instance of the program seems to be already running with your user directory.\nEither a previous session of the program did not exit correctly, or another instance\nof the program is running on a different computer and using the same user directory.\n\nIf another session of the program is running with the same user directory, please click\nCancel to prevent the corruption of the user directory. If you are sure that no other\ninstances of the program are running with your user directory, click OK to continue.
-MSG_AlreadyRunningTitle=Warning
-
-EXC_not_a_module={0} is not a valid NetBeans module.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Bootstrap
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The core bootstrap of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the initial infrastructure that loads all other parts of the application. It cannot be disabled.
-
-MSG_InstallJava6=Cannot run on older versions of Java than Java 6 Standard Edition.\nPlease install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=Java 6 Standard Edition or newer required
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_hi_IN.properties
deleted file mode 100644
index 80e1b53..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Output {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=&Exit IDE
-ACSD_EndTasks=N/A
-CTL_PendingTitle=Exit IDE
-ACSD_PendingTitle=N/A
-LAB_PendingTasks=E&xiting the IDE will terminate the following processes:
-ACSD_PendingTasks=N/A
-# {0} - process name
-CTL_PendingExternalProcess2=Process - {0}
-# {0} - action name
-CTL_ActionInProgress={0} action in progress
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_hi_IN.properties
deleted file mode 100644
index 53a2a23..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Remove
-CTL_MoveUp=Move &Up
-CTL_MoveDown=Move Do&wn
-CTL_AddDirectory=Add Director&y...
-CTL_AddJAR=Add &JAR/ZIP...
-CTL_JarArchivesMask=JAR and ZIP Archives
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_AddDirectory=N/A
-ACSD_AddJAR=N/A
-ACSD_PathList=N/A
-ACSD_CustomNbClassPathEditor=N/A
-CTL_Edit_Jar_Dialog_Title=Edit JAR File
-CTL_Edit_Local_Dialog_Title=Edit Local Directory
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=Add JAR File
-CTL_FileSystemPanel.Local_Dialog_Title=Add Local Directory
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Process\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Arguments\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Arguments &Hint
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Browse...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/A
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/A
-ACSD_CustomNbProcessDescriptorEditor=N/A
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Path Entries
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=List of path entries to be edited.
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_hi_IN.properties
deleted file mode 100644
index d19338b..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Execution
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of the Execution engine.
-OpenIDE-Module-Long-Description=Adds support for execution into the platform. Contains classes which implement the execution part of APIs and corresponding GUI.
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_hi_IN.properties
deleted file mode 100644
index 6913b0d..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=&Output
-
-#Title for I/O window
-LBL_IO_WINDOW=Output
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Output
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_hi_IN.properties
deleted file mode 100644
index d904be1..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editors
-EditorsAction.source=&Source
-GetLeftEditorAction.name=Editors - Iterate left
-
-GetRightEditorAction.name=Editors - Iterate right
-
-TabButton.tool_tip={0} View
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_hi_IN.properties
deleted file mode 100644
index 34b8ae8..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MultiView Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=MultiView Windows framework and APIs
-OpenIDE-Module-Long-Description=MultiView Windows framework and APIs
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_hi_IN.properties
deleted file mode 100644
index 27caa53..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Native Access
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-OpenIDE-Module-Long-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_hi_IN.properties
deleted file mode 100644
index f1db8aa..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparency
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_hi_IN.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_hi_IN.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_hi_IN.properties
deleted file mode 100644
index fe48716..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-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_FONT_TYPE=Choose Font...
-ACTION_FILTER=Filter...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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...
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_hi_IN.properties
deleted file mode 100644
index d9f02d2..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Input
-LBL_EOF=&Close Input
-TIP_EOF=Closes the input component and sends end-of-file to any readers
-TIP_INPUT=Enter text and press enter to send it to the running process
-
-#Output window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_hi_IN.properties
deleted file mode 100644
index 4762f92..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Startup
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Loads and enables modules.
-OpenIDE-Module-Long-Description=This module provides the central additional functionality to Bootstrap to locate and enable the right modules.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user is not set.\nPlease check your NetBeans startup script.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Your user directory ({0}) cannot reside inside your NetBeans installation directory ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Starting NetBeans Platform
-# The Title of the About Box
-CTL_About_Title=About
-CTL_About_Detail=Detail
-ACSD_AboutDialog=N/A
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/A
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=UI class name expected, using default UI...
-ERR_UserDirExpected=Directory expected after --userdir switch
-ERR_UINotFound=UI class not found, using default UI...
-ERR_FontSizeExpected=Font size expected, using default font size...
-ERR_BadFontSize=Bad format of the font size, using default font size...
-ERR_BrandingNeedsArgument=Option --branding requires one argument
-ERR_LocaleExpected=Locale specification expected after --locale switch
-
-
-CTL_Netbeanshome_notexists=netbeans.home points to a non-existent directory.
-CTL_Netbeanshome1=netbeans.home does not point to a directory.
-CTL_Netbeanshome2=netbeans.user points to a non-existent directory.
-CTL_Netbeanshome3=netbeans.user does not point to a directory.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Cannot create system directory in {0}. A file with the same name already exists.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Cannot create system directory in {0}.
-CTL_Cannot_mount_system_fs=Cannot add System filesystem, exiting...
-
-#startup info messages
-MSG_IDEInit=Initializing...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Could not connect to URL {0}. No such resource was found.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize is not supported on GTK look and feel. Adjust your desktop font size instead.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Error: {0}
-EXC_GraphicsStartFails2=See the {0} for details.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=The module {0} was requested in version >= {1} but only {2} was found.
-# {0} - module display name
-MSG_problem_other_disabled=The module {0} would also need to be installed.
-LBL_no_impl_version=[no version specified]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=The module {0} was requested in implementation version "{1}" but only "{2}" was found.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=The module named {0} was needed and not found.
-# {0} - required token
-MSG_problem_require_disabled=None of the modules providing the capability {0} could be installed.
-# {0} - required token
-MSG_problem_require_not_found=No module providing the capability {0} could be found.
-# {0} - class name
-MSG_problem_class_not_loaded=The package containing the class {0} was not loaded.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=The package {0} was not loaded or was an outdated version.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=The Java platform version {0} or higher was requested but only {1} is running.
-MSG_warning=Warning
-MSG_info=Information
-MSG_continue=Disable Modules and Continue
-MSG_exit=Exit
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Another module|1<{0} further modules} could not be installed due to the above problems.
-
-# NbEvents
-MSG_start_load_boot_modules=Loading core...
-MSG_finish_load_boot_modules=Loading core...done.
-MSG_start_auto_restore=Loading modules...
-MSG_finish_auto_restore=Done loading modules.
-MSG_start_enable_modules=Turning on modules...
-MSG_finish_enable_modules=Turning on modules...done.
-TEXT_finish_enable_modules=Turning on modules:
-MSG_start_disable_modules=Turning off modules...
-MSG_finish_disable_modules=Turning off modules...done.
-TEXT_finish_disable_modules=Turning off modules:
-MSG_failed_install_new=Warning - could not install some modules:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Warning - could not install module {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Deploying test module in {0} ...
-TEXT_finish_deploy_test_module=Finished deploying test module.
-MSG_start_read=Reading module storage...
-MSG_finish_read=Reading module storage...done.
-MSG_restore=Starting modules...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Installing {0}
-# {0} - module display name
-TEXT_install=Installing new module: {0}
-# {0} - module display name
-MSG_update=Starting a new version of {0}
-# {0} - module display name
-TEXT_update=Updating module: {0}
-# {0} - module display name
-MSG_uninstall=Stopping {0}
-MSG_load_section=Loading modules...
-MSG_load_layers=Loading module services...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Warning: the module {0} could not be found, ignoring...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=The module {0} could not be deleted as it was an autoload or eager module and still in use.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=An attempt was made to change the property {1} of the module {0} in the system/Modules folder.\nThe actual value is "{3}" but it was changed on disk to read "{2}".\nThis property cannot be changed while the IDE is running, so this attempt had no effect.
-# {0} - JAR file name
-TEXT_patch=Module patch or custom extension: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Missing resource from class: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Key which was not found: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Parse error in file {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Parse error in file {1} line {3} column {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_hi_IN.properties
deleted file mode 100644
index 461e0c2..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Default System
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Loading cached objects...
-MSG_end_load_cache=Loading cached objects...done.
-MSG_start_rewrite_cache=Recreating cache of objects...
-MSG_end_rewrite_cache=Recreating cache of objects...done.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=File event {0}, file {1}
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_hi_IN.properties
deleted file mode 100644
index 95bed0c..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Files
-AdvancedOption.tooltip=Files
-FileAssociationsPanel.btnDefault.text=&Default
-FileAssociationsPanel.btnDefault.tooltip=Restore default setting for selected file extension
-FileAssociationsPanel.btnDefault.AN=Restore Default Setting
-FileAssociationsPanel.btnDefault.AD=Restore Default Setting for Selected File Extension
-FileAssociationsPanel.btnDefaultIgnored.text=De&fault
-FileAssociationsPanel.btnDefaultIgnored.AN=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnDefaultIgnored.AD=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnNew.text=&New...
-FileAssociationsPanel.btnNew.AN=New File Extension
-FileAssociationsPanel.btnNew.AD=New File Extension
-FileAssociationsPanel.btnRemove.text=&Remove
-FileAssociationsPanel.btnRemove.AN=Remove Selected File Extension
-FileAssociationsPanel.btnRemove.AD=Remove Selected File Extension
-FileAssociationsPanel.cbExtension.choose=< Choose the extension >
-FileAssociationsPanel.cbExtension.AD=File Extension
-FileAssociationsPanel.cbExtension.AN=List of File Extensions
-FileAssociationsPanel.cbType.AN=List of File Types
-FileAssociationsPanel.cbType.AD=List of File Types
-FileAssociationsPanel.lblAssociatedAlso.text=Associated also with:
-FileAssociationsPanel.lblAssociatedAlso.AN=File Type Associated Also with Extensions
-FileAssociationsPanel.lblAssociatedAlso.AD=File Type Associated Also with Extensions
-FileAssociationsPanel.lblExtension.text=File &Extension:
-FileAssociationsPanel.lblExtension.AN=File Extension
-FileAssociationsPanel.lblExtension.AD=List of File Extensions
-FileAssociationsPanel.lblType.text=Associated File &Type (MIME):
-FileAssociationsPanel.lblType.AD=List of Associated File Types
-FileAssociationsPanel.lblType.AN=List of Associated File Types
-FileAssociationsPanel.lblFileAssociations.text=File Associations
-FileAssociationsPanel.lblFilesIgnored.text=Files Ignored by the IDE
-FileAssociationsPanel.lblPattern.text=&Ignored Files Pattern:
-FileAssociationsPanel.lblPattern.tooltip=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.lblPattern.AN=Ignored Files Pattern
-FileAssociationsPanel.lblPattern.AD=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.txtPatternError.AN=Ignored Files Pattern Syntax Error
-FileAssociationsPanel.txtPatternError.AD=Syntax error in ignored files regular expression
-
-NewExtensionPanel.title=Enter New File Extension
-NewExtensionPanel.AD=Enter New File Extension
-NewExtensionPanel.lblExtension.text=File &Extension:
-NewExtensionPanel.lblExtension.AN=File Extension
-NewExtensionPanel.lblExtension.AD=File Extension
-
-OpenAsAction.name=Open As...
-OpenAsPanel.txtDescription.AN=Hint
-OpenAsPanel.txtDescription.AD=Hint
-OpenAsPanel.lblExtension.text=Treat {0} files as:
-OpenAsPanel.title=Open as...
-OpenAsPanel.open=Open
-OpenAsPanel.AD=Choose type of file
-
-# display name for options export
-Files.Options.Export.displayName=Files
-OpenAsPanel.lblDescription.text=NetBeans does not know this type of file. Please specify how should these files be treated.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_hi_IN.properties
deleted file mode 100644
index 479649d..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_General_Options_Category=General
-CTL_General_Options_Description=General options, Proxy settings, Editor settings
-CTL_Package_View_Type=View Java Packages as:
-CTL_Flattern_Packages=&List
-AN_Flattern_Packages=List
-AD_Flattern_Packages=List
-CTL_Tree_Packages=Tree
-AN_Tree_Packages=Tree
-AD_Tree_Packages=Tree
-CTL_No_Proxy=&No Proxy
-AN_No_Proxy=No Proxy
-AD_No_Proxy=No Proxy
-CTL_Usage_Statistics=Usage Statistics:
-AN_Usage_Statistics=Usage Statistics
-AD_Usage_Statistics=Usage Statistics
-CTL_Usage_Check=Hel&p us improve the NetBeans IDE by providing anonymous usage data
-AN_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-AD_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-CTL_Usage_Info=<html>The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.</html>
-AN_Usage_Info=Usage statistics info
-AD_Usage_Info=The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Learn more</u></font></html>
-AN_Learn_More=Learn more
-AD_Learn_More=Learn more
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Use System Proxy Settings
-AN_Use_System_Proxy_Settings=Use System Proxy Settings
-AD_Use_System_Proxy_Settings=Use System Proxy Settings
-CTL_Use_HTTP_Proxy=&Manual Proxy Settings
-AN_Use_HTTP_Proxy=HTTP Proxy
-AD_Use_HTTP_Proxy=HTTP Proxy
-AN_Web_Browser=Web Browser
-AD_Web_Browser=Web Browser
-AN_Host=Host
-AD_Host=Host
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Update Period
-AD_Update_Period=Update Period
-AN_Ask_Before_Check=Ask Before Check
-AD_Ask_Before_Check=Ask Before Check
-Line_Numbers=&Line Numbers
-Antialiasing=Antialiasing:
-Text_Antialiasing=Use Antialiasing
-Toolbar=&Toolbar
-Package_View=Package View
-SDI_Window_Mode=SDI Window Mode
-MDI_Window_Mode=MDI Window Mode
-Tree_View=Tree View
-Default_System_Browser=<Default Browser>
-Swing_HTML_Browser=Swing Browser
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=General
-CTL_Web_Browser=&Web Browser:
-Confirm_Delete=&Confirm Delete:
-CTL_Web_Proxy=Proxy Settings:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=HTTP Pro&xy\:
-Code_Folding=Code Folding:
-Show=Show:
-Editor=Editor
-CTL_Check_Period=Check Perio&d:
-CTL_Ask_Before_Check=Ask &Before Check:
-CTL_Auto_Update=Auto Update
-Use_Folding=&Use Code Folding
-Fold_Methods=Fold &Methods
-Fold_Classes=Fol&d Inner Classes
-Fold_Imports=Fold Import&s
-Fold_JavaDoc=Fold &Javadoc Comments
-Fold_Licence=F&old Initial Comment
-Auto_Popup=Auto Popup:
-Auto_Popup_Completion=Completion Window
-Auto_Popup_JavaDoc=Javadoc Window
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Default_System_Browser=Default System Browser
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Internal Browser
-
-
-
-
-AN_NonProxy=No Proxy For
-
-AD_NonProxy=No Proxy For
-
-CTL_Non_Proxy=No Prox&y For\:
-
-Non_Proxy_Hint=(e.g. localhost, *.netbeans.org, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=M&ore...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Advanced Proxy Settings
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Open Advanced Proxy Settings
-
-LBL_GeneralOptionsPanel_PortError=Port number must be an integer value.
-
-LBL_GeneralOptionsPanel_lWebProxy=Proxy Settings\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP &Proxy\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(e.g. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&t\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS Proxy\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS Proxy\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=No Pro&xy Hosts\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Proxy Re&quires Authentication
-
-LBL_AdvancedProxyPanel_lUserName=&Username\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Pass&word\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Use the same proxy settings for &all protocols
-
-LBL_AdvancedProxyPanel_Title=Advanced Proxy Options
-LBL_AdvancedProxyPanel_PortError=Port number must be an integer value.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Use System Proxy Settings
-GeneralOptionsPanel.lWebBrowser.text=&Web Browser\:
-GeneralOptionsPanel.rbNoProxy.text=&No Proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/A
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/A
-
-LBL_WebBrowsersPanel_Title=Web Browsers
-LBL_ExternalBrowser_Name=External Browser
-WebBrowsersPanel.nameLabel.text=Name\:
-WebBrowsersPanel.executableLabel.text=Executable\:
-WebBrowsersPanel.parametersLabel.text=Parameters\:
-WebBrowsersPanel.browseButton.text=Browse...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Add...
-WebBrowsersPanel.removeButton.text=Remove
-WebBrowsersPanel.browsersLabel.text=Web Browsers\:
-GeneralOptionsPanel.editBrowserButton.text=&Edit...
-GeneralOptionsPanel.editBrowserButton.AD=Edit Web Browsers
-GeneralOptionsPanel.editBrowserButton.AN=Edit Web Browsers
-WebBrowsers_URL_Hint=Hint\: {URL} \= URL of the page to be loaded by the web browser
-
-ACS_WebBrowsersList=List of available web browsers
-ACS_AddWebBrowserButton=Add new web browser
-ACS_RemoveWebBrowserButton=Remove selected web browser
-ACS_BrowserNameField=Web browser name
-ACS_BrowserExecutableField=Web browser executable
-ACS_BrowserParametersField=Web browser executable parameters
-ACS_BrowseExecutableButton=Browse web browser executable
-WebBrowsersOptionsPanel.browsersLabel.text=&Web Browsers\:
-WebBrowsersOptionsPanel.addButton.text=A&dd...
-WebBrowsersOptionsPanel.removeButton.text=&Remove
-WebBrowsersOptionsPanel.nameLabel.text=&Name\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Web Browsers
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Browsers list
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=List of Web Browsers
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Add button
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Remove button
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Browser name
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Web Browsers
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Web Browsers
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Direct connection.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, General Options
-
-# Display name for options export
-General.Options.Export.Category.displayName=General
-General.Options.Export.displayName=General
-Other.Options.Export.displayName=All Other Unspecified
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_hi_IN.properties
deleted file mode 100644
index 67a3119..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface of the platform.
-OpenIDE-Module-Long-Description=Provides classes and resources for the standard basic user interface of the platform and for applications built on top of the platform.
-
-Actions=Actions
-Actions/Edit=Edit
-Actions/Help=Help
-Actions/System=System
-Actions/Tools=Tools
-Actions/View=View
-Actions/Window/SelectDocumentNode=Select Document in
-Menu=Menu Bar
-Menu/Edit=&Edit
-Menu/File=&File
-Menu/GoTo=&Navigate
-Menu/Help=&Help
-Menu/Tools=&Tools
-Menu/View=&View
-Menu/Window/SelectDocumentNode=Select Docume&nt in
-Services/Browsers=Web Browsers
-Templates/Privileged=Privileged
-Templates/Recent=Recent
-Templates/Services/Browsers=Web Browsers
-Toolbars=Toolbars
-Toolbars/Clipboard=Cli&pboard
-Toolbars/UndoRedo=&Undo/Redo
-Toolbars/File=&File
-Toolbars/Memory=&Memory
-Toolbars/Standard.xml=Coding
-UI/Services=Options
-
-ProgressDisplayName_FileSystemRefresh=Refreshing files
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_hi_IN.properties
deleted file mode 100644
index b2d90f4..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Start sampling IDE
-SelfSamplerAction_ActionNameStop=Stop sampling and take snapshot
-SelfSamplerAction_ActionDescription=Will take a snapshot based on the thread dump
-SelfSamplerAction_ThreadName=IDE Self Sampler
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=Snapshot was saved to {0}
-Save_Progress=Saving snapshot
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_hi_IN.properties
deleted file mode 100644
index 9a74cc8..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Open in System
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_hi_IN.properties
deleted file mode 100644
index 190b65b..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Total physical memory {0}
-
-
-#LOG_WINDOW_ACTIVATED=Main Window Activated, refresh took {0} ms
-#LOG_WINDOW_DEACTIVATED=Main Window Deactivated
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Checking for external changes
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspended
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_hi_IN.properties
deleted file mode 100644
index c6dd756..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Only Workspace>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_hi_IN.properties
deleted file mode 100644
index 580c1f0..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&lone Document
-# CloseWindowAction
-CTL_CloseWindowAction=&Close Window
-
-CTL_RecentViewListAction=Go to P&revious Document
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=Close &All Documents
-
-# UndockAction
-CTL_UndockWindowAction=&Undock Window
-CTL_UndockWindowAction_Dock=Doc&k Window
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Close All Documents
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimize Window
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Close Window
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Close Other Documents
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Save Document
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Clone Document
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Close Other Docu&ments
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maximi&ze Window
-CTL_UnmaximizeWindowAction=Restore Window
-
-# DocumentsAction
-CTL_DocumentsAction=&Documents...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=&Toolbars
-
-# NextTabAction
-CTL_NextTabAction=Next Tab
-# PreviousTabAction
-CTL_PreviousTabAction=Previous Tab
-
-CTL_ToggleFullScreenAction=&Full Screen
-
-# ResetWindowsAction
-CTL_ResetWindows=Reset &Windows
-
-LBL_ToggleWindowTransparencyAction=Transparent Window
-LBL_WindowTransparencyHint=Press and hold [Ctrl+NumPad 0] key to make minimized window transparent.
-
-# Properties
-GlobalProperties=P&roperties
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_hi_IN.properties
deleted file mode 100644
index d06eed8..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Appearance
-AdvancedOption_Tooltip_WinSys=Window System related options
-
-IsAlphaFloatingTooltip=Makes unfocused floating windows semi-transparent after few seconds
-
-IsDragWindowTooltip=Enables "ghost" window image during drag and drop of a window
-IsAlphaDragTooltip=Enables transparency in drag window image
-
-IsSnapScreenEdgesTooltip=Enables snapping of floating windows to screen edges
-IsSnappingTooltip=Enables automatic snapping of floating windows for easier layout handling
-
-NoAlphaSupport=Window transparency is not supported by OS
-LBL_DragWindowImage=Drag window image
-LBL_TransparentDragWindow=Transparent drag window image
-LBL_TransparentFloatingWindows=Transparent floating windows
-LBL_SnapFloatingWindows=Snapping floating windows
-LBL_SnapToScreenEdges=Snap to screen edges
-LBL_CloseActivatesRecentDocument=Close activates most recent document
-TIP_CloseActivatesMostRecentDocument=When a document is closed then the most recent document becomes active instead of its neighbor
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=When a document is closed then the most recent document becomes active
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_hi_IN.properties
deleted file mode 100644
index 60ac482..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Cannot parse configuration of window manager {0}.
-EXC_GroupParse=Cannot parse configuration of Group {0}.
-EXC_TCGroupParse=Cannot parse configuration of TCGroup {0}.
-EXC_TCRefParse=Cannot parse configuration of TCRef {0}.
-EXC_ModeParse=Cannot parse configuration of mode {0}.
-
-# PersistenceManager
-EXC_RootFolder=Cannot create root folder {0}
-EXC_CompsFolder=Cannot create components folder {0}
-EXC_GroupsFolder=Cannot create groups folder {0}
-EXC_ModesFolder=Cannot create modes folder {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Top component {0} could not be located or loaded from 'Components' folder.
-EXC_CannotSaveTCSettings=Settings of top component {0} could not be saved
-EXC_CopyFails=Cannot copy component settings file to folder {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Component {0} could not be saved due to problems with its serialization.
-FMT_TCReadError=Component {0} could not be opened due to problems with its deserialization.
-
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_hi_IN.properties
deleted file mode 100644
index 8395eea..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation for windowing support.
-OpenIDE-Module-Long-Description=Adds classes implementing the window system part of the APIs.
-
-Actions/Window=Window
-Menu/Window=&Window
-
-# Options export
-Toolbars.Options.Export.displayName=Toolbars
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_hi_IN.properties
deleted file mode 100644
index 86ed80f..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Cancel
-CloseButton=Close
-# HelpButton=Help
-YesButton=Yes
-NoButton=No
-# ApplyButton=Apply
-DetailsButton=Details
-# ButtoBarButoo
-CTL_Button=Button
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorDialog=File selector dialog
-ACSN_FileSelectorTreeView=Tree View
-ACSD_FileSelectorTreeView=Tree view in file selector
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Customizer Dialog
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Close
-CANCEL_OPTION_CAPTION=Cancel
-HELP_OPTION_CAPTION=&Help
-NO_OPTION_CAPTION=No
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Yes
-ACS_YES_OPTION_NAME=Yes
-ACS_YES_OPTION_DESC=Yes button
-# - {0} message
-ACSD_ErrorMessage=Error: {0}
-ACSD_WarningMessage=Warning: {0}
-ACSD_QuestionMessage=Question {0}
-ACSD_InformationMessage=Information {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Cancel
-ACS_CANCEL_OPTION_DESC=Cancel button
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=OK button
-
-ACS_NO_OPTION_NAME=No
-ACS_NO_OPTION_DESC=No button
-
-ACS_HELP_OPTION_NAME=Help
-ACS_HELP_OPTION_DESC=Help button
-
-ACS_CLOSED_OPTION_NAME=Close
-ACS_CLOSED_OPTION_DESC=Close button
-
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_hi_IN.properties
deleted file mode 100644
index 1240f01..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Main Window
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documents:
-LBL_Description=Descri&ption:
-LBL_Activate=Swi&tch to Document
-LBL_CloseDocuments=C&lose Document(s)
-LBL_SaveDocuments=&Save Documents(s)
-LBL_Close=&Close
-
-ACSD_Activate=N/A
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/A
-
-CTL_DocumentsTitle=Documents
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Properties
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#No Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-ACSN_PropertiesSheet=Property sheet
-ACSD_PropertiesSheet=View shows properties for given node.
-EXC_CannotLoadNodes=Nodes cannot be loaded into the property sheet. They probably no longer exist.
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_hi_IN.properties
deleted file mode 100644
index 727b51c..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&Small Toolbar Icons
-
-# ToolbarLayout
-EXC_wrongConstraints=cannot add to layout: does not use ToolbarConstraints
-
-CTL_CustomizeToolbars=&Customize...
-
-#New Toolbar Button label
-CTL_NewToolbar=&New Toolbar...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&Small Toolbar Icons
-
-#Drag and Drop hint
-CTL_TreeLabel=Drag items to or from the toolbars to add or remove them...
-
-LBL_PleaseWait=Please wait...
-
-#Close customizer button
-CTL_Close=&Close
-
-#Customizer dialog window title
-CustomizerTitle=Customize Toolbars
-
-ACSD_ActionsTree=Drag items from here to toolbars.
-ACSN_ActionsTree=Actions Pool
-
-ACSN_ActionsScrollBar=Actions Pool Scrollbar
-ACSD_ActionsScrollBar=Actions Pool Scrollbar
-
-ACSD_ToolbarCustomizer=Toolbar Customizer
-
-ACSD_Close=Close Button
-ACSD_NewToolbar=New Toolbar Button
-
-ACSD_SmallIcons=Small Icons Checkbox
-
-CTL_ResetToolbarsAction=Reset &Toolbars
-CTL_ResetToolbarsButton=Reset &Toolbars
-
-
-
-PROP_newToolbarLabel=&Name:
-PROP_newToolbarDialog=New Toolbar
-PROP_newToolbar=Toolbar
-MSG_ToolbarExists=Toolbar {0} already exists.
-
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_hi_IN.properties
deleted file mode 100644
index ab148b5..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=The size cannot be negative
-CTL_InvalidValue=Invalid value entered
-CTL_InvalidValueWithParam=Invalid value {0} entered
-CTL_InvalidValueWithExc=Invalid value entered. \nCause: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Value of {0} should be in format {1}
-
-#ColorEditor
-CTL_AWTPalette=AWT Palette
-CTL_SwingPalette=Swing Palette
-CTL_SystemPalette=System Palette
-ACSD_CustomColorEditor=N/A
-FMT_IllegalEntry="{0}" is not a valid color identifier.  You may enter Swing or AWT constants or red/green/blue values.
-
-# ColorEditor:AWT color names
-LAB_White=white
-LAB_LightGray=lightGray
-LAB_Gray=gray
-LAB_DarkGray=darkGray
-LAB_Black=black
-LAB_Red=red
-LAB_Pink=pink
-LAB_Orange=orange
-LAB_Yellow=yellow
-LAB_Green=green
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=blue
-# ColorEditor: system color names
-LAB_ActiveCaption=Active Caption
-LAB_ActiveCaptionBorder=Active Caption Border
-LAB_ActiveCaptionText=Active Caption Text
-LAB_Control=Control
-LAB_ControlDkShadow=Control Dk Shadow
-LAB_ControlHighlight=Control Highlight
-LAB_ControlLtHighlight=Control Lt Highlight
-LAB_ControlShadow=Control Shadow
-LAB_ControlText=Control Text
-LAB_Desktop=Desktop
-LAB_InactiveCaption=Inactive Caption
-LAB_InactiveCaptionBorder=Inactive Caption Border
-LAB_InactiveCaptionText=Inactive Caption Text
-LAB_Info=Info
-LAB_InfoText=Info Text
-LAB_Menu=Menu
-LAB_MenuText=Menu Text
-LAB_Scrollbar=Scrollbar
-LAB_Text=Text
-LAB_TextHighlight=Text Highlight
-LAB_TextHighlightText=Text Highlight Text
-LAB_TextInactiveText=Text Inactive Text
-LAB_TextText=Text Text
-LAB_Window=Window
-LAB_WindowBorder=Window Border
-LAB_WindowText=Window Text
-
-#DimensionCustomEditor
-CTL_Dimension=Dimension
-CTL_Width=&Width:
-CTL_Height=&Height:
-ACSD_CTL_Width=N/A
-ACSD_CTL_Height=N/A
-ACSD_DimensionCustomEditor=N/A
-
-#DimensionEditor
-CTL_HintFormat=[width,height]
-
-#FontEditor
-CTL_Plain=Plain
-CTL_Bold=Bold
-CTL_Italic=Italic
-CTL_BoldItalic=Bold Italic
-CTL_Font=Fon&t:
-CTL_FontStyle=Font St&yle:
-CTL_Size=&Size:
-CTL_Preview=Preview
-ACSD_CTL_Font=N/A
-ACSD_CTL_FontStyle=N/A
-ACSD_CTL_Size=N/A
-ACSD_FontCustomEditor=N/A
-
-#InsetsCustomEditor
-CTL_Insets=Insets
-CTL_Top=&Top:
-CTL_Left=&Left:
-CTL_Bottom=&Bottom:
-CTL_Right=&Right:
-ACSD_CTL_Top=N/A
-ACSD_CTL_Left=N/A
-ACSD_CTL_Bottom=N/A
-ACSD_CTL_Right=N/A
-
-#InsetsEditor
-CTL_HintFormatIE=[top,left,bottom,right]
-
-# ObjectEditor
-CTL_NullValue=<Lookup null value>
-CTL_NullItem=<Lookup null item>
-
-#PointCustomEditor
-CTL_Point=Point
-CTL_X=&X:
-ACSD_CTL_X=N/A
-CTL_Y=&Y:
-ACSD_CTL_Y=N/A
-ACSD_PointCustomEditor=N/A
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rectangle
-ACSD_CustomRectangleEditor=N/A
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,width,height]
-
-#StringCustomEditor
-ACS_TextArea=Text:
-ACSD_TextArea=Enter the property text here
-ACSD_CustomStringEditor=Editor for string properties
-ACS_Instructions=Instructions
-ACSD_Instructions=N/A
-
-MSG_FontIsNotInitialized=Storing to XML failed because the value of font is not initialized.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Select a File or Directory
-CTL_DialogTitleFiles=Select a File
-CTL_DialogTitleDirs=Select a Directory
-ACSD_FileEditor=N/A
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Unspecified>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Properties
-ACSD_PropertiesEditorPane=N/A
-ACSD_CustomPropertiesEditor=N/A
-WARN_PropertiesComments=Warning: comments will be discarded.
-
-#StringArrayCustomEditor
-CTL_Empty=<empty>
-CTL_Item=&Item:
-ACSD_CTL_Item=N/A
-CTL_ItemList=Item &List
-ACSD_CTL_ItemList=N/A
-CTL_Add_StringArrayCustomEditor=&Add
-ACSD_CTL_Add_StringArrayCustomEditor=N/A
-CTL_Change_StringArrayCustomEditor=&Edit
-ACSD_CTL_Change_StringArrayCustomEditor=N/A
-CTL_Remove=&Remove
-ACSD_CTL_Remove=N/A
-CTL_MoveUp=&Up
-ACSD_CTL_MoveUp=N/A
-CTL_MoveDown=Do&wn
-ACSD_CTL_MoveDown=N/A
-ACSD_StringArrayCustomEditor=N/A
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Non integer input value: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Illegal string kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - valid values are: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Unknown class: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Not a legal value: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Not a recognized URL: {0}
-#
-MSG_NULL_OR_EMPTY=Null, or an empty array
-
-#ObjectEditor
-ACSN_ObjectTree=Available options
-ACSD_ObjectTree=Select an object
-
-#Font Editor
-MSG_AppleBug=If you are seeing this message, an error occured while initializing the list of available fonts.  This is due to a bug in the Apple JVM triggered when bitmap fonts are installed on the system.  In order to use the font editor, you will need to uninstall all bitmap fonts on your system.  See Apple BugReporter issue 3121780 for further details.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_hi_IN.properties
deleted file mode 100644
index dda2c25..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Core
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The basic framework of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the central infrastructure that lets NetBeans-based applications run. It cannot be disabled.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=A {0} exception has occurred.\n\tClick Show Details or see the messages.log file located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-# {0} - class name of exception
-NTF_ExceptionWarning=A {0} exception has occurred.\nHowever, the system should continue working without further problems.\nClick Show Details for the stack trace.
-NTF_ExceptionWarningTitle=Warning
-
-#startup info messages
-MSG_MainWindowInit=Initializing Main Window...
-MSG_WindowShowInit=Opening Main Window...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Saving {0} ...
-MSG_AllSaved=Save All finished.
-
-CTL_Cannot_save=Cannot save {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Password Protected Site
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=View By:
-ShortcutsEditor.actionsButton.text=Actions
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Shortcuts
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Select View by Actions to Edit Shortcuts for an Action
-ShortcutsPanel.addButton.text=Add...
-ShortcutsPanel.removeButton.text=Remove
-ShortcutsPanel.AddActionTitle=New Shortcut
-ActionsPanel.shortcutAddButton.text=Add...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Remove
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Edit Shortcuts
-ActionsPanel.AddShortcut=Add Shortcut
-ActionsPanel.ShortcutLabel=Shortcut:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Select View by Shortcuts, but for Edit Shortcuts should be View by Action selected
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Add New Shortcuts for Actions
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Remove Shortcuts for Actions
-ACSN_ShortcutsPanel.shortcutsList=Shortcuts list
-ACSD_ShortcutsPanel.shortcutsList=N/A
-ACS_ActionsPanel.ShortcutLabel.a11yName=Fill Shorcut
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Fill Shorcut by Keys combination
-ACSN_ActionsPanel.actionsTree=N/A
-ACSN_ActionsPanel.shortcutsList=Shortcuts list
-ACSD_ActionsPanel.actionsTree=N/A
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/A
-ACSD_ActionsPanel.Dialog=Add new shortcut to the selected action
-ACS_ActionsPanel=N/A
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=There is already an action bound to this shortcut ({0}).\nDo you want to use the newly selected action instead?
-
-CTL_ExitTitle=Save
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Save
-ACSD_Save=Save.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=Save &All
-ACSD_SaveAll=Save all.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Discard All
-ACSD_DiscardAll=Discard all.
-EXC_Save=An exception occurred while saving
-# NotifyException
-CTL_Title_Exception=Exception
-CTL_NextException=&Next >
-CTL_PreviousException=< &Previous
-CTL_Exception_Hide_Details=&Hide Details
-CTL_Exception_Show_Details=&Show Details
-ACSD_NextException=N/A
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/A
-
-ACSN_ListOfChangedFiles=List
-ACSD_ListOfChangedFiles=List of changed files for save
-ACSD_ExitDialog=Dialog for save any changes
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI Mode
-CTL_MdiMode=MDI Mode
-
-# NbPlaces
-CTL_NoWorkspaces=No Workspaces
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/A
-ACD_NotifyExcPanel_Dialog=N/A
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT Event Dispatch Thread is blocked for {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Authentication Required
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=&User Name:
-NbAuthenticatorPanel.passwordLbl.text=&Password:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Password for {0}
-
-ProxySettings.password.description=Proxy password
-
-Title_WebBrowser=Web Browser
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_hi_IN.properties
deleted file mode 100644
index 7c6646f..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&About
-About_title=About
-
-#CopyProductInfoAction
-CopyProductInfo=Copy Info
-CopyProductInfoAction=&Copy Info
-CTL_CopyButton_tooltip=Copy NetBeans Product Information to clipboard
-
-#HtmlViewAction
-CTL_OpeningBrowser=Opening Browser ...
-HTMLView=&Web Browser
-
-#SystemExit
-Exit=E&xit
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Next Inner View
-LBL_PreviousViewCallbackAction=Previous Inner View
-
-# jump next/prev actions
-JumpNextAction=Ne&xt Error
-JumpPrevAction=&Previous Error
-
-#LogAction
-MSG_LogTab_name=IDE &Log
-MSG_ShortLogTab_name=IDE Log
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_hi_IN.properties
deleted file mode 100644
index a09f6d1..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Product Version\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>System\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Userdir:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE and NetBeans Platform are based on software from netbeans.org, which has been dual licensed under the Common Development and Distribution License (CDDL) and the GNU General Public License version 2 with Classpath exception. For more information, please visit <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} version {1} running on {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Simple HTML Browser based on a Swing component
-MSG_cannot_create_browser=Cannot create Swing HTML Browser.
-Services/Browsers/SwingBrowser.settings=Swing HTML Browser
-LBL_Close=Close
-MNE_Close=C
-ACSN_Close=Close
-ACSD_Close=Close
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_hi_IN.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_hi_IN.properties
deleted file mode 100644
index a1a5857..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles JNA library.
-OpenIDE-Module-Long-Description=This module bundles JNA library.
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_hi_IN.properties
deleted file mode 100644
index a2811ef..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Scripting API Integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). No longer needed.
-OpenIDE-Module-Deprecation-Message=No longer needed on JDK 6. Remove your dependency on this module.
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_hi_IN.properties
deleted file mode 100644
index c68c50d..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles the JUnit 4.x testing library.
-OpenIDE-Module-Long-Description=Includes the JUnit 4.x unit testing library.
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_hi_IN.properties
deleted file mode 100644
index d0acda0..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi Specification
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_hi_IN.properties
deleted file mode 100644
index bcebffa..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Quick Search
-QuickSearchComboBar.jLabel2.toolTipText=Click or press Shift+F10 for Category selection
-MSG_DiscoverabilityHint=Search
-MSG_DiscoverabilityHint2=Search in {0}
-LBL_MoreResults=...
-LBL_AllCategories=All Categories
-QuickSearchPopup.searchingLabel.text=Searching ...
-QuickSearchPopup.noResultsLabel.text=( No Results )
-QuickSearchPopup.hintLabel.text={0}; Press {1} for All Categories
-AbstractQuickSearchComboBar.command.toolTipText=Quick Search in the system {0}
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_hi_IN.properties
deleted file mode 100644
index 912c009..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Cannot display URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_hi_IN.properties
deleted file mode 100644
index 6022c2b..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=Quick Search API
-OpenIDE-Module-Short-Description=Infrastructure for quick search in menu items, actions, files etc.
-QuickSearch/Recent=Recent Searches
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_hi_IN.properties
deleted file mode 100644
index 88982ad..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=No Filter
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_hi_IN.properties
deleted file mode 100644
index d49dc22..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=ETable and Outline
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_hi_IN.properties
deleted file mode 100644
index 47ac55b..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Look & Feel Customization Library
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles per-look-and-feel UIManager customizations for NetBeans
-OpenIDE-Module-Long-Description=Defines NetBeans-specific values needed in UIManager and ensures that some values available in BasicLookAndFeel are available on all look and feels. Handles metal-theme support, look and feel selection and initializing custom font sizes
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_hi_IN.properties
deleted file mode 100644
index ca462d8..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Tab Control
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=The tab control used by the window system
-OpenIDE-Module-Long-Description=The NetBeans windowing system's tab control bean library
-
-
-
-ACS_TabbedContainer=Tab Control
-ACSD_TabbedContainer=Tab control to switch between tabs.
-
-TT_TabDisplayer_Close=<html>Shift + click to close all documents<br>Alt + click to close other documents
-
diff --git a/l10n/src/hi_IN/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_hi_IN.properties
deleted file mode 100644
index 79bbf8d..0000000
--- a/l10n/src/hi_IN/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Show Opened Documents List
-
-Tip_Restore_Window=Restore Window
-
-Tip_Maximize_Window=Maximize Window
-
-Tip_Minimize_Window=Minimize Window
-
-Tip_Pin=Pin
-
-Tip_Close_Window=Close Window
-
-Tip_Scroll_Documents_Right=Scroll Documents Right
-
-Tip_Scroll_Documents_Left=Scroll Documents Left
-
diff --git a/l10n/src/hi_IN/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_hi_IN.properties
deleted file mode 100644
index 682007e..0000000
--- a/l10n/src/hi_IN/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Actions APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Definition of common actions for NetBeans
-OpenIDE-Module-Long-Description=Provides list of common actions used by any NetBeans application.
-
-
-New=&Add
-# {0} name of the only one new type
-NewArg=&Add {0}
-
-# File
-NewFromTemplate=&New
-Save=&Save
-Print=&Print...
-PageSetup=Pa&ge Setup...
-
-#0 undoableedit
-UndoWithParameter=&Undo {0}
-#0 undoableedit
-RedoWithParameter=&Redo {0}
-UndoSimple=&Undo
-RedoSimple=&Redo
-Cut=Cu&t
-Copy=Cop&y
-Paste=&Paste
-Delete=&Delete
-Find=&Find...
-Goto=Go to &Line...
-Replace=R&eplace...
-
-# View
-Properties=&Properties
-View=View
-Edit=Edit
-
-# Build
-Execute=&Execute
-
-# Window
-DockWindow=&Dock View
-UndockWindow=&Undock View
-CloneView=&Clone View
-CloseView=Close
-NextTab=&Next View
-PreviousTab=&Previous View
-
-Open=Open
-Rename=Rename...
-
-MoveUp=Move Up
-MoveDown=Move Down
-
-
-Customize=Customize
-
-#rename action
-CTL_RenameTitle=Rename
-CTL_RenameLabel=&New Name:
-# {0} param represents old name before renaming.
-MSG_BadFormat=This object cannot be renamed from {0} to {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Garbage Collect
-
-#HeapView
-LBL_ShowText=Show Text
-LBL_DropShadow=Drop Shadow
-LBL_OverlayGrid=Overlay Grid
-
-# NewTemplateAction
-CTL_NewName=New Name
-CTL_NewNameTitle=&New
-
-
-#Reorder Action
-Reorder=Change Order...
-
-OpenLocalExplorer=Explore From &Here
-
-WorkspacesItems=&Workspaces
-
-
-# name of template
-CTL_Template_Name=Object &Name:
-# title of dialog
-CTL_Template_Dialog_Title=Instantiate Template
-CTL_Template_Dialog_RootTitle=Save &In:
-
-
-# Tools action
-CTL_Tools=Tools
-CTL_EmptySubMenu=Empty
-
-
-# name of the PopupAction
-Popup=Popup
-
-#SaveAction
-MSG_saved={0} saved.
-EXC_notsaved=There were some problems while saving {0}\nCause: {1}
-#Template wizard title
-CTL_TemplateWizard=New From Template
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Click to force garbage collection
-
-
diff --git a/l10n/src/hi_IN/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_hi_IN.properties
deleted file mode 100644
index 33f3983..0000000
--- a/l10n/src/hi_IN/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI Utilities API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface utilities.
-OpenIDE-Module-Long-Description=Helper methods for various UI related tasks.
-
-
-
-#MenuBar
-EXC_LoadMenu=Unable to load menu {0}
-EXC_LoadMenuItem=Unable to load menu item {0}
-
-#HtmlBrowser
-CTL_Back=Back
-CTL_Forward=Forward
-CTL_Reload=Reload
-CTL_Stop=Stop
-CTL_Document_done=Document: Done
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Loading
-EXC_Module=Exception during initialization of HTML browser module
-CTL_WebBrowser=Web Browser
-HINT_WebBrowser=Web Browser
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Browser view
-ACSD_HtmlBrowser=N/A
-ACS_HtmlBrowser_Location=Location
-ACSD_HtmlBrowser_Location=N/A
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Horizontal
-SplittedPanelSwap=Swap panels
-ResetSplitter=Reset split line
-ACS_SplittedPanel_Name=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_Description=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_EmptySplitter=N/A
-ACSD_SplittedPanel_EmptySplitter=N/A
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/A
-#Title while loading
-LBL_Loading=Loading...
-#Title if html doesn't contain title tags
-LBL_Untitled=Untitled
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Unknown host: {0}
-FMT_InvalidURL=Invalid URL: {0}
-FMT_NoRouteToHost=No route to host: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Invoking {4} implemented as {3} thru {1}
-
-
-# action and their performers
-Open=Open
-Edit=Edit
-Print=&Print...
-View=View
-Close=Close
-
diff --git a/l10n/src/hi_IN/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_hi_IN.properties
deleted file mode 100644
index da8a9a5..0000000
--- a/l10n/src/hi_IN/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Compatibility APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Some old classes that are now deprecated.
-OpenIDE-Module-Long-Description=Contains some old API classes that have now been deprecated and can be replaced. Specifically: ExplorerActions; ExplorerPanel; HttpServer; and WeakListener.
-OpenIDE-Module-Deprecation-Message=The classes in this API are all deprecated and can be replaced by more modern APIs.
-
diff --git a/l10n/src/hi_IN/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_hi_IN.properties
deleted file mode 100644
index 9a2fc83..0000000
--- a/l10n/src/hi_IN/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialogs API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles dialogs and wizards.
-OpenIDE-Module-Long-Description=This module handles the dialog and wizard infrastructure used in NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Error
-NTF_ExceptionTitle=Exception
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=A {0} exception has occurred.\nPlease report this at http://www.netbeans.org/issues.html, including a copy of your messages.log file.\nThe messages.log file is located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-NTF_PlainTitle=Message
-NTF_QuestionTitle=Question
-NTF_InformationTitle=Information
-NTF_WarningTitle=Warning
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Options Align
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Yes
-CTL_NO=No
-CTL_CLOSE=Close
-
-CTL_CANCEL=Cancel
-ACSD_CANCEL=n/a
-
-CTL_NEXT=Next >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Moves to next step of the wizard.|2#Next step: {0}. {1}}
-
-CTL_PREVIOUS=< &Back
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Moves to previous step of the wizard.|0#Previous step: {0}. {1}}
-
-CTL_FINISH=&Finish
-ACSD_FINISH=n/a
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Input line
-ACSD_InputField=N/A
-ACN_NotifyDescriptor_MessageJTextArea=N/A
-ACD_NotifyDescriptor_MessageJTextArea=N/A
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} wizard ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} of {1}
-CTL_ContentName=Steps
-CTL_HelpName=Help
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Please wait.
-
diff --git a/l10n/src/hi_IN/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_hi_IN.properties
deleted file mode 100644
index 12de534..0000000
--- a/l10n/src/hi_IN/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Execution API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Execution API from the Open APIs.
-OpenIDE-Module-Long-Description=Consists of parts of the org.openide.execution.* package from the Open APIs.
-
diff --git a/l10n/src/hi_IN/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_hi_IN.properties
deleted file mode 100644
index 232fdd3..0000000
--- a/l10n/src/hi_IN/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Explorer & Property Sheet API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Various view for displaying node structures.
-OpenIDE-Module-Long-Description=Allows definition of new views that display structures created using Nodes API.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorer [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Could not restore Explorer window; the root node "{0}" could not be restored correctly.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=An Explorer view must not veto the empty selection.
-EXC_ContextMustBeWithinRootContext=An explored context ({0}) must be within the root context ({1}).
-EXC_NodeCannotBeNull=Cannot use null for node selection.
-EXC_NoElementOfNodeSelectionMayBeNull=No element of a node selection may be null.
-EXC_NodeSelectionCannotContainNodes=A node selection cannot contain nodes ({0}) not underneath the root ({1}).
-EXC_CannotHaveNullRootContext=Cannot have null root context.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Are you sure you want to delete {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Are you sure you want to delete {0} and all of its contents?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Are you sure you want to delete these {0} items?
-MSG_ConfirmDeleteObjectTitle=Confirm Object Deletion
-MSG_ConfirmDeleteFolderTitle=Confirm Package Deletion
-MSG_ConfirmDeleteObjectsTitle=Confirm Multiple Object Deletion
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Are you sure you want to delete {0} (link to {3})?
-MSG_ConfirmDeleteShadowTitle=Confirm Link Deletion
-
-
diff --git a/l10n/src/hi_IN/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_hi_IN.properties
deleted file mode 100644
index b57c865..0000000
--- a/l10n/src/hi_IN/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Exception in
-PS_Editor=Property Editor
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Array of
-FMT_ErrorSettingProperty=The property could not be set. {0} is not a valid value for {1}.
-FMT_CannotUpdateProperty={0} is not a valid value for {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(No Property Editor)
-CTL_NoProperties=<No Properties>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Properties
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Sort by Category
-ACS_CTL_NoSort=Sort by Category
-CTL_AlphaSort=Sort by Name
-ACS_CTL_AlphaSort=Sort by Name
-CTL_TypeSort=Sort by Type
-ACS_CTL_TypeSort=Sort by Type
-CTL_VisibleWritableOnly=Show Editable Properties Only
-ACS_CTL_VisibleWritableOnly=Show Editable Properties Only
-CTL_Customize=Customizer
-ACS_CTL_Customize=Customizer
-CTL_Help=Help
-ACS_CTL_Help=Help
-ACSD_CTL_Help=Provides help about the object whose properties are displayed in the property sheet
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Using property >>{0}<< at design time throws an exception.
-
-#PropertySheet
-CTL_Property_sheet_option=Property Sheet
-
-
-#IndexedPropertyEditor
-CTL_NoItem=No Item Available
-CTL_Index=Property Index:
-CTL_Unknown=Unknown
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=N/A
-CTL_Cancel=Cancel
-ACSD_CTL_Cancel=N/A
-CTL_Close=Close
-ACSD_CTL_Close=N/A
-CTL_Default=Reset to &Default
-ACSD_CTL_Default=N/A
-CTL_Paste=Paste
-
-#PropertyDetails
-EXC_Setter=Exception in setter method of property: {0}
-EXC_Setter_localized=Exception in setter method of property {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<no custom editor>
-CTL_No_property_editor=<no property editor>
-CTL_Different_Values=<Different Values>
-CTL_Desc_Different_Values=The selected nodes have different values for this property.
-CTL_No_properties=<No Properties>
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-CTL_ElipsisHint=Invokes customizer.
-CTL_InvalidValue=Invalid value: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Invalid value {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Type: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Properties
-CTL_New=&New
-CTL_Delete=&Delete
-CTL_MoveUp=Move &up
-CTL_MoveDown=Move &down
-CTL_HideDetails=&Hide Details
-CTL_ShowDetails=&Show Details
-EXC_ErrorInIndexedSetter=Indexed property value cannot be set
-
-ACSD_Properties=N/A
-ACSD_New=N/A
-ACSD_Delete=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_HideDetails=N/A
-ACSD_ShowDetails=N/A
-ACSD_IndexedEditorPanel=N/A
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Names
-COLUMN_VALUES=Values
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<unreadable>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Error setting value
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Unknown Sorting Mode
-
-#Button labels for property dialogs
-ok=Ok
-default=Restore default value
-cancel=Cancel
-close=Close
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Description
-ACSD_Description=Description of the currently selected property
-ACS_DescriptionTitle=Property name
-ACSD_DescriptionTitle=Name of the property currently being edited
-CTL_NO_DESCRIPTION=No description available.
-CTL_NO_SELECTION=Nothing selected
-ACS_Splitter=Splitter
-ACSD_Splitter=Visual divider between the properties table and the description area.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=The property
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} equals {1}
-FMT_ACST_SheetSet=Property group {0}
-ACST_No_Selection=Nothing selected
-CTL_Multiple_Selection=Multiple objects selected
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Click, or select and press CTRL-SPACE to open custom editor; right click for menu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Show Description Area
-CTL_HideDescription=Hide Description Area
-CTL_RestoreDefaultValue=Restore Default Value
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Properties
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=this property
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Illegal number format: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Custom editor: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Properties table
-ACSN_SHEET_TABBED_PANE=Property categories
-ACSD_SHEET_TABLE=Table of editable properties representing the current object
-ACSD_SHEET_TABBED_PANE=Can select different sets of properties of the current object to display in the property sheet
-
-LBL_QUICKSEARCH=Quick Search:
-
-MSG_SetAsText_InvalidValue=Invalid value: {0}
-
diff --git a/l10n/src/hi_IN/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_hi_IN.properties
deleted file mode 100644
index 384f38e..0000000
--- a/l10n/src/hi_IN/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Empty
-MenuViewStartFromRoot=Browse from root
-MenuViewStartFromCurrent=Browse from current point
-
-# TabView
-TabView_RootTab=Root
-
-# TreeView
-VetoSelectedNodes=Selected Nodes
-LBL_QUICKSEARCH=Search:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=This object cannot be renamed from {0} to {1}.
-ACSN_TreeViewCellEditor=Rename editor
-ACSD_TreeViewCellEditor=In-place editor of node name in the tree view
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=Target did not accept the content of the transfer.
-
-MSG_ABORT=Cancel
-
-#TableSheet
-ACS_TableSheet=Table of properties
-ACSD_TableSheet=N/A
-ACS_NullPanel=No property
-# {0} - bean
-ACSD_NullPanel=No property. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Type: {1} Bean: {2}
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Change Visible Columns
-LBL_ColumnDialogDesc=Choose the Columns to Display in the List
-LBL_ListOptions=List Options
-LBL_ChangeColumns=Change Visible Columns...
-LBL_SortMenu=Sort
-LBL_Ascending=Ascending
-LBL_Descending=Descending
-LBL_ColsMenu=Column
-LBL_MoveLeft=Move Left
-LBL_MoveRight=Move Right
-MSG_NoColumnsToChange=There are no columns to change their visibility.
-LBL_NoSort=None
-ACSN_ColumnDialog=Change Visible Columns
-ACSD_ColumnDialog=Choose the Columns to Display in the List
-
-#a11y
-ACSN_TreeTable=N/A
-ACSD_TreeTable=N/A
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Show only rows where
-
-CTL_ColumnsSelector=Change Visible Columns
-ACN_ColumnsSelector=Columns Selector
-ACD_ColumnsSelector=Select visible columns
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Choose the Columns to Display in the List
-NodeOutlineModel_NodesColumnLabel=Nodes
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Accessing {0} without Children.MUTEX read access
-
diff --git a/l10n/src/hi_IN/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_hi_IN.properties
deleted file mode 100644
index 5b6a2d4..0000000
--- a/l10n/src/hi_IN/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Invalid XML document:
-
-W-003=Warning: XML parser does not support lexical-handler feature.
-
diff --git a/l10n/src/hi_IN/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_hi_IN.properties
deleted file mode 100644
index 6fc7ed7..0000000
--- a/l10n/src/hi_IN/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=File System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Virtual File System API.
-OpenIDE-Module-Long-Description=Allows access to file like resources in a way independent on actual OS files. Supports notification of changes on disk.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Invalid {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=Root {0} does not exist.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=File {0} in {1} is read-only.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Cannot create file {0} because {1} on filesystem {2} is not a folder.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Slash in folder name "{0}" not allowed.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Folder {0} already exists in {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Cannot create folder {0} in {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=File {0} already exists in filesystem {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Invalid lock [{0}] for file {1} in {2} with current lock [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Cannot modify filesystem.attributes file:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=File {1} cannot be found in folder {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} is read-only.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} is read-only because it is inside {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=File {0} does not exist.
-
-# {0} = name of zip file 
-EXC_CanntRead=Cannot read from file {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Error in file {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Error in JAR file {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Unknown JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Multi-Filesystem
-EXC_FileOutsideModified=File {0} not found. Another application may have moved the file or changed the name.
-XML_NotValidXMLFileSystem=Invalid XML FileSystem.
-EXC_DefAttrReadErr=Cannot read DefaultAttributes.
-EXC_UnreachableCode=Internal error: unreachable code.
-
-EXC_FolderCopy=Folder copying not supported.
-XML_RootInvalid=FileSystem element must be the root element.
-XML_MisssingAttr=Attribute \"name\" is missing
-XML_InaccurateParam=Inaccurate number of parameters
-XML_UnknownElement=Unknown element.
-XML_DuplElement=Duplicated FileObject:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} in {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Opening stream for {0}
-
diff --git a/l10n/src/hi_IN/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_hi_IN.properties
deleted file mode 100644
index 8242ead..0000000
--- a/l10n/src/hi_IN/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=I/O APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Open APIs relating to displaying output.
-OpenIDE-Module-Long-Description=Contains classes from org.openide.windows.* relating to creating output tabs, displaying output, and hyperlinking it.
-
diff --git a/l10n/src/hi_IN/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_hi_IN.properties
deleted file mode 100644
index eb27421..0000000
--- a/l10n/src/hi_IN/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=This module binds the Datasystems API with Scripting API. As a result it is possible to use any scripting and templating language to generate templates.
-OpenIDE-Module-Name=Advanced Templating
-OpenIDE-Module-Short-Description=Advanced Templating not only for Datasystems
-
diff --git a/l10n/src/hi_IN/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_hi_IN.properties
deleted file mode 100644
index 3f2aa56..0000000
--- a/l10n/src/hi_IN/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Datasystems API
-OpenIDE-Module-Short-Description=NetBeans Open API for manipulating data objects.
-OpenIDE-Module-Long-Description=The Datasystems API is a layer atop the Filesystems API which recognizes and groups data objects and gives them particular semantics. Once a part of the general Open APIs, it is now split into an independent module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-#DefaultDataObject
-HINT_DefaultDataObject=Unrecognized File
-
-EXC_SharedAccess=Shared access
-
-#Folder.Index
-EXC_ReorderFailed=Cannot save new ordering.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Cannot delete file {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Link to {3}
-
-PROP_ShadowOriginalName=Original Name
-HINT_ShadowOriginalName=Name of the object this link refers to.
-PROP_ShadowOriginalFileSystem=Original Filesystem Name
-HINT_ShadowOriginalFileSystem=Name of the filesystem of the original object.
-
-# DataNode
-PROP_name=Name
-HINT_name=Name of this object.
-PROP_template=Template
-HINT_template=If True, this object is a template (can make instances of itself).
-PROP_files=All Files
-HINT_files=A list of files represented by this object.
-PROP_size=File Size
-HINT_size=Length of this file in bytes. (Only applies to the first file listed in All Files.)
-PROP_lastModified=Modification Time
-HINT_lastModified=When this file was last modified. (Only applies to the first file listed in All Files.)
-PROP_extension=Extension
-HINT_extension=Primary file extension.
-ERROR_extension=Cannot change extension. File is modified.
-
-# name of set with sorting options
-PROP_sorting=Sorting
-HINT_sorting=Sorting and ordering settings.
-
-#
-# folder sort mode property
-PROP_sort=Sort Mode
-HINT_sort=Determines how objects in the package should be sorted.
-# SortModeEditor
-VALUE_sort_none=Unsorted
-VALUE_sort_names=By Name
-VALUE_sort_class=By Type
-VALUE_sort_folder_names=By Name (Packages First)
-VALUE_sort_last_modified=By Modification Time
-VALUE_sort_size=By File Size
-
-
-#
-# Names of paste types
-#
-PT_move=&Move
-PT_copy=&Copy
-PT_instantiate=&Instantiate
-PT_shadow=Create &Link
-PT_serialize=&Serialize
-PT_instance=&Default instance
-
-# 
-SerializeBean_Text=&Name of file to serialize the instance to
-SerializeBean_Title=Instance Serialization
-
-#
-# new folder
-#
-CTL_NewFolder=Folder
-CTL_NewFolderName=&Name:
-CTL_NewFolderTitle=Create New Folder
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=File {0} already exists in folder {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Folder {0} already exists in folder {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=The file {1} seems to be too large ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) to safely open. \nOpening the file could cause OutOfMemoryError, which would make the IDE unusable. Do you really want to open it?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML Configuration Files
-PROP_XmlError=Error (recoverable)
-PROP_XmlWarning=Warning
-PROP_XmlFatalError=FATAL ERROR
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Cannot create folder; {0} is not a valid name.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Cannot copy {0}: The destination folder is the same as the source folder.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Cannot copy {0}: The destination folder is a subfolder of the source folder.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=New Wizard - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=New Wizard
-LAB_TemplateChooserPanelName=Choose Template
-LAB_SelectTemplateBorder=&Select a Template:
-MSG_NoDescription=No description
-MSG_InitDescription=Initializing description...
-LAB_TemplateDescriptionBorder=&Template Description:
-LAB_TargetLocationPanelName=Target Location
-LAB_TargetLocationDescription=Please select a folder for the newly created object or enter the folder name below:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/A
-ACSD_TemplateWizard1=N/A
-
-CTL_NewObjectName=&Name\:
-ACSD_NewObjectName=N/A
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/A
-
-LBL_settingsNodeName=Settings
-EXC_folder_delete_failed=Could not remove source folder while moving.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<top folder> [{0}]
-FMT_DefaultNewObjectName=<default name>
-
-LBL_shadow_loader_display_name=Links
-LBL_folder_loader_display_name=Folders
-LBL_default_loader_display_name=Unrecognized Objects
-LBL_instance_loader_display_name=Action Instances
-
-FMT_CannotCopyDo=Warning: Object {0} cannot be copied.
-FMT_CannotMoveDo=Warning: Object {0} cannot be moved.
-
-# InstanceDataObject
-LBL_separator_instance=(separator)
-PROP_instance_class=Class Name
-HINT_instance_class=Java class name of the object being represented.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=There are problems with saving the {0} bean.
-
-FMT_brokenShadowName={0} (Broken Link)
-HINT_brokenShadowOriginalName=Broken Link
-PROP_brokenShadowOriginalName=Broken Link
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Broken Link Filesystem
-HINT_brokenShadowFileSystem=Broken Link Filesystem
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Unrecognized setting>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Data Object Copy Flavor
-LBL_DOcut=Data Object Cut Flavor
-#NewObjectPanel
-LAB_NewObjectPanelName=New Object Name
-FMT_DefaultNewObject=<default>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=The popup menu for objects of type {0} could not be restored; using default settings.
-LBL_loader_display_name=Loader
-
-MSG_renameError=This object cannot be renamed from {0} to {1}.
-MSG_NotValidName=Cannot give {0} an empty name.
-ERR_NoFilesystem=No enabled filesystem. Make sure that you have at least one filesystem that is not read-only and is not hidden.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=The target filesystem or folder does not exist.
-MSG_fs_is_readonly=The target filesystem is read-only.
-# {0} - name of the existing file
-MSG_file_already_exist=The file {0} already exists.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Filesystem Action
-#InstantiateAction
-Instantiate=Instantiate
-#SaveAsTemplateAction
-SaveAsTemplate=Save As Template...
-Title_SaveAsTemplate=Save As Template
-CTL_SaveAsTemplate=&Select the category in which the new template will appear:
-CTL_SaveAsTemplate_TemplatesRoot=Templates
-SaveAll=Save &All
-HINT_SaveAll=Save all files (if the Compile on Save feature is on, this will also compile/build your files)
-# FileSystemRefreshAction
-LAB_Refresh=Refresh Folder
-# NewTemplateAction
-EXC_TemplateFailed=Creation of the object from template failed.
-NewTemplate=&New
-NewTemplateAction=All Templates...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Empty
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Opening {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=File {0} is modified. Save it ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modified)
-TIP_editor_ro=\ (read-only)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=File {0} was changed to read-only! All changes will be discarded.
-MSG_FileReadOnlySaving=File {0} was changed to read-only! Can not save it.
-MSG_FileReadOnlyChanging=File {0} was changed to read-only!
-
-
-MSG_BinaryFileQuestion=This file appears to contain binary data. Are you sure you want to open it in the text editor?
-MSG_BinaryFileWarning=Binary File Detected
-
-CTL_SaveAsAction=Sa&ve As...
-MSG_SaveAsFailed=There were some problems while saving {0}\nCause: {1}
-LBL_SaveAsTitle=Save As
-MSG_CannotCreateTargetFolder=Cannot create the target folder.
-MSG_SaveAs_SameFileSelected=Select a different file name please.
-MSG_SaveAs_SameFileSelected_Title=Save As
-
diff --git a/l10n/src/hi_IN/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_hi_IN.properties
deleted file mode 100644
index 8c2a8c0..0000000
--- a/l10n/src/hi_IN/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=APIs for getting information about installed modules.
-OpenIDE-Module-Long-Description=Allows to get list of installed modules, inspect their properties and dependencies.
-
diff --git a/l10n/src/hi_IN/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_hi_IN.properties
deleted file mode 100644
index c6edc21..0000000
--- a/l10n/src/hi_IN/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Nodes API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for defining generic tree-like structures.
-OpenIDE-Module-Long-Description=Provides abstraction over tree-like structures by defining Node - the generic extensible interface that can then be displayed by the Explorer API.
-
-
-
-#Sheet
-Properties=Properties
-Expert=Expert
-HINT_Properties=Properties of this object.
-HINT_Expert=Expert properties of this object.
-
-#indexed customizer
-LAB_order=Change Order
-LAB_listOrder=Show these fields in this order:
-LAB_listOrder_Mnemonic=S
-Button_close=Close
-Button_close_Mnemonic=C
-Button_up=Move up
-Button_up_Mnemonic=U
-Button_down=Move down
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/A
-ACSD_Button_up=N/A
-ACSD_Button_down=N/A
-ACSD_ListOrder=N/A
-ACSD_IndexedCustomizer=N/A
-
-#PropertySupport
-CTL_StandardName=Name
-CTL_StandardHint=Name of the object.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Paste Node
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copy Index
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Please Wait...
-
diff --git a/l10n/src/hi_IN/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_hi_IN.properties
deleted file mode 100644
index 1b27750..0000000
--- a/l10n/src/hi_IN/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Settings Options API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for storing preferences.
-OpenIDE-Module-Long-Description=Provides classes that simplify storage of settings between multiple invocation of NetBeans based application.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.NbPreferences instead.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/hi_IN/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_hi_IN.properties
deleted file mode 100644
index 8f9a4b7..0000000
--- a/l10n/src/hi_IN/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Text API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Generic API wrapping Swing based EditorKits.
-OpenIDE-Module-Long-Description=Provide support for defining components that embed Swing text editors.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Print Settings
-CTL_Header_format = Printing {2} at {1}
-CTL_Footer_format = Page {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Page Format
-HINT_PAGE_FORMAT=Page Format
-PROP_WRAP=Wrap Lines
-HINT_WRAP=Should lines be wrapped?
-PROP_HEADER_FORMAT=Page Header Format
-
-HINT_HEADER_FORMAT=For example, "Top of page {0} (printed on date {1}) of file {2}".
-PROP_FOOTER_FORMAT=Page Footer Format
-HINT_FOOTER_FORMAT=For example, "Bottom of page {0} (printed on date {1}) of file {2}".
-PROP_HEADER_FONT=Page Header Font
-HINT_HEADER_FONT=Set the page header font.
-PROP_FOOTER_FONT=Page Footer Font
-HINT_FOOTER_FONT=Set the page footer font.
-PROP_HEADER_ALIGNMENT=Page Header Alignment
-HINT_HEADER_ALIGNMENT=Page Header Alignment - LEFT, CENTER, RIGHT.
-PROP_FOOTER_ALIGNMENT=Page Footer Alignment
-HINT_FOOTER_ALIGNMENT=Page Footer Alignment - LEFT, CENTER, RIGHT.
-PROP_LINE_ASCENT_CORRECTION=Line Ascent Correction
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplier to correct the line ascent.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTER
-CTL_RIGHT = RIGHT
-CTL_LEFT = LEFT
-
-# Cancellation
-CTL_Print_progress=Page number {0} was printed.
-CTL_Print_cancellation=Print Job Progress
-CTL_Cancel=Cancel
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Current printer job was aborted.
-EXC_Printer_Problem=Printer problem: {0}
-EXC_ReadOnlyFile=File {0} is read-only.
-EXC_LoadDocument=The document {0} could not be loaded.
-LBL_EditorLoading=Loading...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Question
-CTL_Save=Save
-ACSN_CTL_Save=N/A
-ACSD_CTL_Save=N/A
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Discard
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/A
-ACSD_CTL_Discard=N/A
-
-# PositionBounds
-MSG_Empty_string=Unable to insert empty string
-#editor support warning message
-FMT_FileNotFound=Warning: File {0} was not found or could not be accessed.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=File {0} was modified externally. Reload it?
-FMT_External_change_write=File {0} was modified externally. Overwrite it?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=You have specified an invalid file. Check the path.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor for {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor for {0}
-TITLE_SourceButton=Source
-
-
diff --git a/l10n/src/hi_IN/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_hi_IN.properties
deleted file mode 100644
index 789339d..0000000
--- a/l10n/src/hi_IN/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Old Enumeration API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enumeration API that is in wrong package.
-OpenIDE-Module-Long-Description=Enumeration API that is in wrong package, org.openide.util.enum and as such it cannot be compiled with Java 1.5, because enum is a keyword. Is replaced by class org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.Enumerations instead of this module.
-
diff --git a/l10n/src/hi_IN/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_hi_IN.properties
deleted file mode 100644
index 8f05e23..0000000
--- a/l10n/src/hi_IN/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Lookup
-
diff --git a/l10n/src/hi_IN/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_hi_IN.properties
deleted file mode 100644
index 3756be4..0000000
--- a/l10n/src/hi_IN/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# 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.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#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
-
diff --git a/l10n/src/hi_IN/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_hi_IN.properties
deleted file mode 100644
index 3c24802..0000000
--- a/l10n/src/hi_IN/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Multiple Objects Flavor
-
-Create=Create
-Paste=Paste
-
diff --git a/l10n/src/hi_IN/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_hi_IN.properties
deleted file mode 100644
index c8fb9b0..0000000
--- a/l10n/src/hi_IN/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Window System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for managing components on a screen.
-OpenIDE-Module-Long-Description=Provides OS and MDI/SDI neutral abstraction API over concept of components that are displayed to the user.
-
-
-
-# name of empty workspace
-None=None
-
-#CloneableTopComponent
-EXC_CannotAssign=Cannot assign component to EMPTY
-
-#TopComponent
-EXC_UnknownOperation=Unknown close operation
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Invoking {2} implemented as {3} with {0}
-
diff --git a/l10n/src/hi_IN/platform/print/print/org/netbeans/modules/print/action/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/print/print/org/netbeans/modules/print/action/Bundle_hi_IN.properties
deleted file mode 100644
index 33c9b24..0000000
--- a/l10n/src/hi_IN/platform/print/print/org/netbeans/modules/print/action/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Pa&ge Setup...
-
-# PrintAction
-TLT_Print_Action=Print
-MNU_Print_Action=&Print...
-ACT_Print_Action=Print - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/hi_IN/platform/print/print/org/netbeans/modules/print/resources/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/print/print/org/netbeans/modules/print/resources/Bundle_hi_IN.properties
deleted file mode 100644
index b00ce5f..0000000
--- a/l10n/src/hi_IN/platform/print/print/org/netbeans/modules/print/resources/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Print
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of print module.
-OpenIDE-Module-Long-Description=Implementation of print module.
-
-# layer.xml
-Actions/File=File
-
diff --git a/l10n/src/hi_IN/platform/print/print/org/netbeans/modules/print/ui/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/print/print/org/netbeans/modules/print/ui/Bundle_hi_IN.properties
deleted file mode 100644
index 556818f..0000000
--- a/l10n/src/hi_IN/platform/print/print/org/netbeans/modules/print/ui/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Printer problem: {0}
-LBL_Page_Setup_Button=Page &Setup
-TLT_Page_Setup_Button=Invokes the Page Setup dialog
-LBL_Print_Option_Button=Print &Options
-TLT_Print_Option_Button=Invokes the Print Options dialog
-LBL_Print_Button=&Print
-TLT_Print_Button=Invokes the Print dialog
-LBL_Close_Button=&Close
-TLT_Close_Button=Closes the Print Preview dialog
-LBL_Print_Preview=Print Preview
-LBL_Fit_to_Width=Fit to Width
-LBL_Fit_to_Height=Fit to Height
-LBL_Fit_to_All=Show All Pages
-
-TLT_First=&First page (Alt+F)
-TLT_Previous=P&revious page (Alt+R)
-TLT_Next=&Next Page (Alt+N)
-TLT_Last=&Last Page (Alt+L)
-TLT_Fit=Change &Scale (Alt+S)
-TLT_Zoom_In=Zoom &In (Alt+I)
-TLT_Zoom_Out=Zoom O&ut (Alt+U)
-TLT_Toggle=Show &Multiple Pages (Alt+M)
-TLT_Goto=<html><body> <b>Navigation:</b> <br> press <code>/</code> or <code>F</code> to show first page <br> press <b><code>-</code></b> or <code>G</code> to show previous page <br> press <b><code>+</code></b> or <code>K</code> to show next page <br> press <code>*</code> or <code>L</code> to show last page </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Print Options
-LBL_Border=Border
-LBL_Print_Border=Print &Border
-LBL_Print_Header=Print Hea&der
-LBL_Print_Footer=Print &Footer
-LBL_Choose_Font=Choose Font
-LBL_Choose_Color=Choose Color
-LBL_Insert_Macros=Insert Macro:
-LBL_Text=Text
-LBL_Line_Numbers=Line N&umbers
-LBL_Wrap_Lines=&Wrap Lines
-LBL_Use_Font=Use Font Attributes // &X
-LBL_Use_Color=Use Color Attributes // &Q
-LBL_As_Editor=Print as in Editor // &J
-LBL_Selection=Print &Selection
-LBL_Line_Spacing=Line S&pacing:
-LBL_Text_Font_and_Color=Text Font and Colo&r:
-LBL_Background_Color=Back&ground Color:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Header and Footer
-LBL_Apply=&Apply
-LBL_Left=Left:
-LBL_Center=Center:
-LBL_Right=Right:
-
-ERR_Zoom_Value_Is_Invalid=Zoom value is invalid!
-ERR_Header_Size_Is_Too_Big=Header Size is too big!
-ERR_Footer_Size_Is_Too_Big=Footer Size is too big!
-ERR_Page_Number_Is_Invalid=Number of pages is invalid!
-ERR_Page_Number_Is_Too_Big=Number of pages is too big!
-
-TLT_Apply=Applies changes
-TLT_Border_Color=Choose Border &Color (Alt+C)
-TLT_Header_Font=Choose Header Fo&nt (Alt+N)
-TLT_Header_Color=Choose Header C&olor (Alt+O)
-TLT_Footer_Font=Choose Footer Fon&t (Alt+T)
-TLT_Footer_Color=Choose Footer Co&lor (Alt+L)
-TLT_Text_Font=Choose Text Font (Alt+K) // &K
-TLT_Text_Color=Choose Text Colo&r (Alt+R)
-TLT_Background_Color=Choose Background Color // &G
-TLT_Print_Zoom=Adjusts the print zoom
-TLT_Use_Font=Use Font (Alt+X)
-TLT_Use_Color=Use Color (Alt+Q)
-TLT_As_Editor=Show as in Editor (Alt+J)
-TLT_Selection=Print Selection
-
-LBL_Pages=page(s)
-LBL_Fit_Width_to=F&it Width to:
-TLT_Fit_Width_to=Fit Width to
-LBL_Fit_Height_to=Fit H&eight to:
-TLT_Fit_Height_to=Fit Height to
-LBL_Zoom_to=&Zoom to:
-TLT_Zoom_to=Zoom to
-LBL_Fit_to_Page=Fit to Page // &Y
-TLT_Fit_to_Page=Fit to Page (Alt+Y)
-
diff --git a/l10n/src/hi_IN/platform/print/print/org/netbeans/modules/print/util/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/print/print/org/netbeans/modules/print/util/Bundle_hi_IN.properties
deleted file mode 100644
index e1670a5..0000000
--- a/l10n/src/hi_IN/platform/print/print/org/netbeans/modules/print/util/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} of {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=The name of printed component
-ROW=The row number
-COLUMN=The column number
-USER=The user name
-COUNT=The count of pages
-MODIFIED_DATE=Date of the last modification
-MODIFIED_TIME=Time of the last modification
-PRINTED_DATE=Date of printing
-PRINTED_TIME=Time of printing
-
diff --git a/l10n/src/hi_IN/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_hi_IN.properties
deleted file mode 100644
index cbffb7f..0000000
--- a/l10n/src/hi_IN/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization.
-OpenIDE-Module-Long-Description=Provides a view of all running tasks and may permit them to be cancelled, etc.
-
-NbProgressBar.tooltip1={0} tasks running. Click for details.
-NbProgressBar.tooltip2={0} task running. Click for details.
-ListComponent.btnClose.tooltip=Click to cancel process
-ListComponent.bar.tooltip=Click to watch the process
-Cancel_Question=Are you sure you want to cancel {0}?
-Cancel_Question_Title=Cancel Running Task
-StatusLineComponent.ShowProcessList=Show Processes
-StatusLineComponent.Cancel=Cancel Process
-StatusLineComponent.View=Show Output
-ListComponent.Watch=Watch Process
-
-RunOffAWT.TITLE_Operation=Lengthy operation in progress
-RunOffAWT.BTN_Cancel=Cancel
-
-# ProgressListAction
-CTL_ProcessListAction=&Processes
-
-# CancelAction
-CTL_CancelAction=Cancel Process
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Click to cancel process
-ModalDialog.btnClose.text=Cancel
-ModalDialog.btnClose.accessibleName=Cancel
-ModalDialog.btnClose.accessibleDescription=Cancels the current process
-
-
diff --git a/l10n/src/hi_IN/platform/queries/queries/org/netbeans/modules/queries/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/queries/queries/org/netbeans/modules/queries/Bundle_hi_IN.properties
deleted file mode 100644
index a911402..0000000
--- a/l10n/src/hi_IN/platform/queries/queries/org/netbeans/modules/queries/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=General Queries API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Acts as a general communication channel between modules.
-OpenIDE-Module-Long-Description=Hosts queries which are not particularly domain-specific. Permits different modules to obtain information about files in a flexible way.
-
diff --git a/l10n/src/hi_IN/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_hi_IN.properties
deleted file mode 100644
index 37a2eaa..0000000
--- a/l10n/src/hi_IN/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=Option {0} needs an argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Option {0} cannot be used together with option {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Need at least one of {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Need to use also {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=Option {0} needs also option {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/hi_IN/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_hi_IN.properties
deleted file mode 100644
index 49008f8..0000000
--- a/l10n/src/hi_IN/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Command Line Parsing API
-OpenIDE-Module-Short-Description=GetOpts compliant API for parsing command line
-OpenIDE-Module-Long-Description=GetOpts compliant API to parse command line. It is focused on the case when each part of the command line is going to be parsed by different module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-MSG_OptionsHeader=\nAdditional Module(s) Option(s):\n
-
diff --git a/l10n/src/hi_IN/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_hi_IN.properties
deleted file mode 100644
index 1fa0c1d..0000000
--- a/l10n/src/hi_IN/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Settings API
-OpenIDE-Module-Short-Description=A library for storing settings in custom formats.
-OpenIDE-Module-Long-Description=This module provides the Settings API for storing module-defined settings in custom formats. It also provides several useful settings format implementations.
-OpenIDE-Module-Display-Category=Infrastructure
-
diff --git a/l10n/src/hi_IN/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_hi_IN.properties b/l10n/src/hi_IN/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_hi_IN.properties
deleted file mode 100644
index 23065ae..0000000
--- a/l10n/src/hi_IN/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_hi_IN.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=A module that provides a new API to replace NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=Actions SPI (Experimental)
-OpenIDE-Module-Short-Description=Replacements for NodeAction, CookieAction, etc.
-
diff --git a/l10n/src/in_ID/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_in_ID.properties b/l10n/src/in_ID/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_in_ID.properties
deleted file mode 100644
index 0b9c749..0000000
--- a/l10n/src/in_ID/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_in_ID.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module Build Harness
-OpenIDE-Module-Display-Category=Mengembangkan Netbeans
-OpenIDE-Module-Short-Description=Lets you build external plug-in modules from sources.
-OpenIDE-Module-Long-Description=This is the build harness used to develop NetBeans modules (with or without the IDE). Ini biasa digunakan secara implisit oleh modul project Netbeans Untuk dokumentasi teknis, baca README
-
diff --git a/l10n/src/in_ID/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_in_ID.properties b/l10n/src/in_ID/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_in_ID.properties
deleted file mode 100644
index 1219d11..0000000
--- a/l10n/src/in_ID/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_in_ID.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Mengembangkan Netbeans
-OpenIDE-Module-Long-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.\nRun 'display-coverage-report' target on a project to measure results and display report in external browser.\nFor integration with Module Build Harness.
-OpenIDE-Module-Name=Cobertura Module Test Coverage
-OpenIDE-Module-Short-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.
-
diff --git a/l10n/src/in_ID/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_in_ID.properties b/l10n/src/in_ID/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_in_ID.properties
deleted file mode 100644
index 6ff69bb..0000000
--- a/l10n/src/in_ID/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_in_ID.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly Tools Platform
-
diff --git a/l10n/src/in_ID/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_in_ID.properties b/l10n/src/in_ID/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_in_ID.properties
deleted file mode 100644
index 941f381..0000000
--- a/l10n/src/in_ID/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_in_ID.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Perkakas Penguji
-OpenIDE-Module-Short-Description=Pustaka Uji Jemmy
-OpenIDE-Module-Long-Description=Pustaka umum untuk melakukan uji antar muka grafis
-
-
diff --git a/l10n/src/in_ID/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_in_ID.properties b/l10n/src/in_ID/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_in_ID.properties
deleted file mode 100644
index 64352cd..0000000
--- a/l10n/src/in_ID/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_in_ID.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Perkakas Pengujian
-OpenIDE-Module-Long-Description=NetBeans extensions to JUnit including assertGC, assertSize, getWorkDir, LineDiff, etc.
-OpenIDE-Module-Name=NB Junit
-OpenIDE-Module-Short-Description=Ektensi NetBeans untuk JUnit
-
-# Library xml
-nb-junit=NB Junit
diff --git a/l10n/src/in_ID/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_in_ID.properties
deleted file mode 100644
index 4be5410..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_in_ID.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Pustaka
-OpenIDE-Module-Short-Description=INSANE heap profiling library.
-OpenIDE-Module-Long-Description=A library for doing live heap analysis of the JVM in which it runs.
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_in_ID.properties
deleted file mode 100644
index e2b124c..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_in_ID.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Name=NBI Ant Library
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_in_ID.properties
deleted file mode 100644
index 6ab3ec0..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_in_ID.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=The current platform is not supported.
-I.error.load.engine.properties=Could not load the engine properties file
-
-I.warning.silent.without.state="{1}" option is required when using "{0}". "{0}" will be ignored.
-
-I.error.cannot.create.local.dir=Cannot create local directory: {0}
-I.error.local.dir.is.file=Local directory exists and is a file: {0}
-I.error.no.read.permissions.for.local.dir=Cannot read local directory {0} - not enough permissions
-I.error.no.write.permissions.for.local.dir=Cannot write to local directory {0} - not enough permissions
-
-I.lock.file.exists.dialog.title=NetBeans Installer lock file exists
-I.lock.file.exists.dialog.text=The installer lock file exists at {0}\n\nIt means that either another instance of the installer is already running or the previous installation was not finished correctly.\nIt is not recommended that you run multiple instances at the same time since it can result in installer data corruption.\n\nIf you are sure that no other instance is running at the moment, click "Yes" to proceed otherwise click "No" to exit the installer.\n
-
-I.error.cannot.create.lock.file=Can't create lock for the local registry file
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_in_ID.properties
deleted file mode 100644
index 8b90466..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_in_ID.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Downloading from {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_in_ID.properties
deleted file mode 100644
index e561bfa..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_in_ID.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=The proxy types {0} and {1} conflict
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI cannot be null
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Failed to connect through {0} to {1}
-US.error.failed.configure.proxy=Failed to configure proxy {0} for {1}
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_in_ID.properties
deleted file mode 100644
index f1cfd59..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_in_ID.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Loading local registry [{0}]
-R.error.loading.local.registry.failed.title=Failed to load the local registry
-R.error.loading.local.registry.failed.msg=The local registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.bundled.registry=Loading bundled registry [{0}]
-R.error.loading.bundled.registry.failed.title=Failed to load the bundled registry
-R.error.loading.bundled.registry.failed.msg=The bundled registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.remote.registry=Loading remote registry [{0}]
-R.error.loading.remote.registry.failed.title=Failed to load the remote registry
-R.error.loading.remote.registry.failed.msg=The remote registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.error.cannot.delete.data=Cannot delete the cached installation data
-R.save.local.registry.title=Saving local registry
-R.save.local.registry.detail=Saving to {0}
-
-R.error.missing.target.component.title=Missing target component
-R.error.missing.target.component.msg=The specified target component - {0}/{1}\nwas not found in the registry. The installer\n can continue as if the target component was not specified.\nClick Yes to continue, No to exit the installer.
-
-R.error.validation.title=Validation Problem
-R.error.validation.msg=It seems that the installation of {0} is corrupted.\nThe validation procedure issued the following warning:\n\n{1}\n\nWould you like to mark this product as not installed and continue?\nIf you click No the installer will exit.\n\nNote that these products that depend on {2} will also be disabled:\n{3}
-
-R.error.matching.requirement=No components matching the requirement: {0} requires {1}
-R.error.cyclic.dependency=Cyclic dependency: {0}, {1}
-
-R.loading.registry.properties=Loading registry properties
-R.loading.component=Loading component: uid={0}, version={1}
-R.error.loading.components=Could not load components
-R.error.registry.finalization=Could not finalize registry
-R.error.registry.document.loading=Could not load registry document
-
-R.error.cannot.create.cache.directory=Cannot create local product cache directory {0}
-R.error.cache.is.file=Local product cache directory exists and is a file : {0}
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=Cannot create local registry
-
-R.error.registry.is.dir=Local registry {0} is a directory
-R.error.cannot.read.registry=Cannot read local registry {0} - not enough permissions
-R.error.cannot.write.registry=Cannot write local registry {0} - not enough permissions
-
-R.error.cannot.parse.platform=Cannot parse platform from "{0}"
-R.error.cannot.load.registry=Cannot load registry
-R.error.parser.not.support.schemas=The current parser - {0} - does not support schemas.
-
-R.error.unknown.dependency=Unknown dependency type {0}
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_in_ID.properties
deleted file mode 100644
index 975bc5b..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_in_ID.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=The installation directory {0} is missing.\nMost likely it was deleted manually.
-PCL.validation.directory.file=The installation directory {0} is in fact a file.\nMost likely it was previously deleted manually and overwritten with a file.
-PCL.validation.directory.empty=The installation directory {0} is empty.\nMost likely its contents were deleted manually.
-PCL.validation.directory.null=The installation directory cannot be detected.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Cannot initialize data for {0}
-P.error.cannot.load.logic=Cannot load configuration logic for {0}
-P.error.installdir.not.set=Installation location is not set for {0}
-P.error.installdir.set.empty=Installation location is set to empty string for {0}
-P.error.cannot.create.cache.dir=Cannot create the local cache directory {0} for {1}
-P.error.local.cache.not.dir=The local cache directory {0} for {1} is not a directory
-P.error.cannot.load.product=Could not load product {0}
-P.error.logic.not.yet.downloaded=Configuration logic for {0} is not yet downloaded
-P.error.installation.data.not.cached=Installation data is not cached for {0}
-P.error.cannot.extract.data=Cannot extract installation data for {0}
-P.error.cannot.save.files.list=Cannot save installed files list
-P.error.cannot.get.wizard.components=Cannot get component's wizard components
-P.error.cannot.wrap.for.macos=Cannot create directory hierarchy for MacOS Application
-P.error.cannot.get.files.list=Cannot get the installation files list
-P.error.cannot.delete.files.list=Cannot delete installed files list
-P.error.cannot.delete.file=Cannot delete the file
-P.error.cannot.remove.from.system=Cannot remove {0} from the system install manager
-P.error.not.enough.space=Cannot extract installation data -- not enough disk space in the target directory.
-P.error.cannot.clear.cache=Cannot clear installation data cache file {0}
-P.error.system.integartion.failed=Integration of {0} with the system package manager failed
-
-P.message.installation=Installing {0}
-P.message.uninstallation=Uninstalling {0}
-P.message.configuration=Configuring {0}
-P.message.unconfiguration=Unconfiguring {0}
-P.message.legal.artifacts=Creating legal artifacts
-P.message.run.logic=Running custom configuration logic
-P.message.system.registration=Registering in the system package manager
-P.message.save.installation.files.list=Saving installed files list
-P.message.delete=Deleting {0}
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_in_ID.properties
deleted file mode 100644
index 60fac4e..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_in_ID.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Error writing to the log file. Logging disabled.
-
-EM.ununexpected.exception=An unexpected exception happened in thread {0}
-EM.errortype.critical=Critical Error
-EM.errortype.error=Error
-EM.errortype.warning=Peringatan
-EM.errortype.message=Message
-EM.unexpected.error=An unknown error occured.
-EM.exception.message=\n\nException:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nYou can get more details about the issue in the installer log file:\n {0}
-
-FU.error.output.file.entry=An file entry {0} exists and is not a file
-FU.error.output.dir.entry=An directory entry {0} exists and is not a directory
-FU.message.extracting=Extracting {0}
-FU.error.load.xml.file.list=Could not load xml files list for extraction
-FU.error.unjar.todir=Directory {0} is an existing file, cannot unjar
-FU.message.copy.dir=Copying directory: {0} to: {1}
-FU.message.copy.file=Copying file: {0} to: {1}
-FU.error.close.stream=Cannot close stream
-FU.error.source.not.readable=Source {0} is not readable
-FU.error.dest.not.file=Destination {0} is not a file
-FU.error.dest.creation=Destination {0} cannot be created
-FU.error.dest.not.writable=Destination {0} is not writable
-FU.message.moving=Moving {0} to {1}
-FU.error.freespace=Cannot get free disk space amount at {0}
-FU.error.cannot.close.jar=Cannot close jar {0}
-FU.error.cannot.create.dir.exist.file=Cannot create directory {0}, it is an existing file
-FU.error.cannot.create.dir=Cannot create directory {0}
-FU.error.not.jar.file=The supplied file {0} is not a jar archive
-FU.error.sha1.not.supported=Holy crap, this jvm does not support SHA1
-FU.error.md5.not.supported=Holy crap, this jvm does not support MD5
-FU.error.file.security.exception=Something very unexpected - a security exception during accessing file {0}
-FU.message.delete.file=Deleting file {0}
-FU.message.delete.dir=Deleting directory {0}
-FU.error.pack200.failed=Pack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Cannot parse property - {0}, its value - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Could not activate the cross-platform look and feel - proceeding with whatever look and feel was the default.
-UI.error.failed.to.activate.defined.laf=Could not activate the defined look and feel - falling back to the default cross-platform one.
-UI.error.failed.to.init.ui=Can`t initialize UI
-UI.error.failed.to.force.gtk=Cannot force the use of GTK look and feel
-UI.silent.default.yes=Going with Yes (default) option...
-UI.silent.default.no=Going with No (default) option...
-UI.silent.default.cancel=Going with Cancel (default) option...
-
-StrU.error.cannot.parse.status=Cannot parse status: {0}
-StrU.error.unknown.platform=Platform "{0}" is not recognized.
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_in_ID.properties
deleted file mode 100644
index 5a80555..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_in_ID.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Failed to execute the JDK verification procedure
-JU.error.cannot.delete=Cannot delete {0}
-JU.error.cannot.download.testjdk=Cannot download TestJDK.class from {0}
-JU.error.cannot.canonize=Cannot canonize {0}
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_in_ID.properties
deleted file mode 100644
index da0b6b8..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_in_ID.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Invalid parameter for command line argument "{0}" -- "{1}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.bad.locale.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.missing.state.file=The specified state file "{1}", does not exist.\n"{0}" parameter is ignored.
-O.warning.bag.state.file.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <state-file-path>".
-O.warning.target.state.file.exists=The specified state file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.target.state.file.arg=Required parameter missing for command line argument\n"{0}". Should be "{0} <state-file-path>".
-O.warning.bundle.file.exists=The specified target file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.create.bundle.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <userdir-path>".
-O.warning.bad.platform.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-platform>".
-O.warning.bad.registry.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_in_ID.properties
deleted file mode 100644
index 43470ca..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_in_ID.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Not installed
-Status.to-be-installed=To be installed
-Status.installed=Terinstalasi
-Status.to-be-uninstalled=To be uninstalled
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Installed Successfully
-DetailedStatus.install.warning=Installed With Warnings
-DetailedStatus.install.error=Failed to Install
-DetailedStatus.uninstall.success=Uninstalled Successfully
-DetailedStatus.uninstall.warning=Uninstalled With Warnings
-DetailedStatus.uninstall.error=Failed to Uninstall
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_in_ID.properties
deleted file mode 100644
index 414985f..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_in_ID.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Failed to download frame icon from URI - {0}.
-NF.error.failed.to.set.frame.icon=Failed to set the frame icon.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Jelajah
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_in_ID.properties
deleted file mode 100644
index 3d85b31..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_in_ID.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \ncomposite progress (sum of the own percentage and the percentages of the \nchildren) cannot be less than {1} and greater than {2}.
-
-CP.error.progress=The specified child progress doesn't exist in the composite progress \nso it can not be removed. 
-
-################################################################################
-# Progress.java
-P.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \nprogress cannot be less than {1} and greater than {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_in_ID.properties
deleted file mode 100644
index 3ec7e46..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_in_ID.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Can`t load bundle from {0}
-LP.error.no.files=There is no files in {0}
-LP.error.not.directory={0} is not a directory
-LP.error.directory.do.not.exist=Directory {0} does not exist
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_in_ID.properties
deleted file mode 100644
index 0d323e6..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_in_ID.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=No bundled or external jar files
-CnL.error.cannot.find.jvm.file=Cannot find JVM file {0}
-CnL.error.cannot.find.class=Can`t find class {0} in bundled files and no external ones were specified
-CnL.error.main.class.unspecified=No specified main class among bundled files
-CnL.error.cannot.get.output.name=No bundled files - can`t get output file name
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Can`t get launcher icon from {0}
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_in_ID.properties
deleted file mode 100644
index ecea916..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_in_ID.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Cannot obtain default applications location
-SR.error.cannot.parse.pattern=Cannot parse pattern: {0}
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_in_ID.properties
deleted file mode 100644
index 2a35450..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_in_ID.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Cannot access native method
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_in_ID.properties
deleted file mode 100644
index cdd581c..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_in_ID.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Failed to create the default Wizard instance.
-W.error.failed.to.load.components=Failed to load wizard components from {0}, using classloader {1}.
-W.error.failed.to.load.component=Failed to load wizard component from XML element {0}, using classloader {1}.
-W.error.unknown.ui.mode=Unknown UI mode - {0}.
-W.error.cannot.move.backward.silent=Cannot move backward in silent UI mode.
-W.error.cannot.move.backward.at.first=Cannot move backward - the wizard is already at the first element.
-W.error.parser.unsupports.schemas=The current parser - {0} - does not support schemas.
-W.error.interrupted=Interrupted while waiting
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_in_ID.properties
deleted file mode 100644
index f7f63ff..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_in_ID.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE Installer
-WC.description=NetBeans IDE Installer Description
-
-WC.help.button.text=&Help!
-WC.back.button.text=< &Back
-WC.next.button.text=&Next >
-WC.cancel.button.text=Batalkan
-WC.finish.button.text=&Finish
-
-WC.cancel.dialog.title=Batalkan
-WC.cancel.dialog.text=Are you sure you want to cancel?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=An InterruptedException occured.
-
-WA.canceling.progress.title=Canceling, finishing the current operation...
-
-WA.cancel.dialog.title=Batalkan
-WA.cancel.dialog.text=Are you sure you want to cancel?
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_in_ID.properties
deleted file mode 100644
index f1ff532..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_in_ID.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Cache Engine...
-CEA.description=Please wait while the wizard caches the engine.
-CEA.error.cannot.cache.engine=Cannot cache the installer engine
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Creating Bundle...
-CBA.description=Please wait while the wizard creates a bundle with the selected components.
-
-CBA.progress.create.bundle.title=Creating a redistributable bundle at {0}
-CBA.progress.add.engine.detail=Add installer engine to the bundle
-CBA.progress.add.product.detail=Adding {0} ...
-CBA.progress.add.group.detail=Adding {0} ...
-
-CBA.error.failed.create.bundle=Failed to create the bundle
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Creating Native Launcher...
-CNLA.description=Please wait while the wizard creates a launcher for the jar file.
-CNLA.error.failed.create.launcher=Failed to create the native launcher
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Creating MacOSX Application Launcher...
-CMALA.description=Please wait while the wizard creates a app launcher for the jar file.
-CMALA.error.failed.create.launcher=Failed to create the app launcher
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Preparing Configuration Logic...
-DCLA.description=Please wait while the wizard prepares the configuration logic.
-DCLA.progress.remote.title=Downloading configuration logic for {0}
-DCLA.progress.local.title=Extracting configuration logic for {0}
-DCLA.failed=Failed to download installation logic for {0}
-DCLA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Preparing Installation Data...
-DIDA.description=Please wait while the wizard prepares the installation data.
-DIDA.progress.remote.title=Downloading installation data for {0}
-DIDA.progress.local.title=Extracting installation data for {0}
-DIDA.failed=Failed to download installation data for {0}
-DIDA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Initializing...
-IRA.description=Please wait while the setup wizard initializes.
-IRA.registry.initialization.failed=Cannot initialize registry
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finalizing...
-FRA.description=Please wait while the setup wizard finalizes.
-FRA.registry.finalization.failed=Cannot finalize registry
-
-################################################################################
-# InstallAction.java
-IA.title=Installing...
-IA.description=Please wait while the wizard installs the selected components.
-IA.progress.install.title=Installing {0}...
-IA.progress.rollback.title=Canceling, rolling back {0}...
-IA.install.dependent.failed=Could not install {0}, since the installation of {1} failed
-IA.install.unknown.error=Unknown Error
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Searching for Java\u2122 Environments...
-SFJA.description=Please wait while the wizard searches your system for existing Java\u2122 environments.
-SFJA.prepare.list=Preparing locations list...
-SFJA.checking=Checking {0}
-SFJA.search.java=Searching for installed Java environments...
-SFJA.entry.label={0} (v. {1} by {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Uninstalling...
-UA.description=Please wait while the wizard uninstalls the selected components.
-UA.progress.uninstall.title=Uninstalling {0}
-UA.uninstall.dependent.failed=Could not uninstall {0}, since the uninstallation of {1} failed
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=Source component UID is not set
-SILA.error.cannot.find.component=Component with the given uid {0} does not exist
-SILA.error.cannot.get.logic=Could not access configuration logic for {0}
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_in_ID.properties
deleted file mode 100644
index c7ff379..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_in_ID.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Location:
-ALP.location.button.text=Jelajahi...
-ALP.list.label.text=The &following locations were found by the search algorithm:
-
-ALP.error.nothing.found=No compatible applications were found.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Components Selection
-CSP.description.both=Select the components that you want to install. Unselect those you want to uninstall.
-CSP.description.install=Select the components that you want to install.
-CSP.description.uninstall=Unselect the components that you want to uninstall.
-CSP.feature.description.title=Feature Description
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Installation size: {0}     Download Size: {1}
-CSP.sizes.label.text.no.download=Installation size: {0}
-
-CSP.default.installation.size=Tak terpakai
-CSP.default.download.size=Tak terpakai
-
-CSP.error.no.changes.both=No feature selected. Select at least one feature for installation or uninstallation.
-CSP.error.no.changes.install=No feature selected. Select at least one feature for installation.
-CSP.error.no.changes.uninstall=No feature selected. Select at least one feature for uninstallation.
-CSP.error.requirement.install={1} is required to install {0}.
-CSP.error.conflict.install={0} conflicts with {1}.
-CSP.error.requirement.uninstall={0} is required by {1}.
-CSP.error.not.enough.space.to.download=Insufficient disk space for downloading the installation data. Additional {1} is required in {0}.
-CSP.error.not.enough.space.to.extract=Insufficient disk space for extracting the installation data. Additional {1} is required in {0}.
-CSP.error.cannot.check.space=Cannot check the free disk space
-
-################################################################################
-# DestinationPanel.java
-DP.title=Installation Folder
-DP.description=Choose destination folder.
-
-DP.destination.label.text=&Installation location:
-DP.destination.button.text=Jelajahi...
-
-DP.error.null=The installation folder cannot be empty.
-DP.error.not.valid=The specified installation folder is invalid.
-DP.error.contains.exclamation=The installation folder cannot contain the exclamation mark (!).
-DP.error.contains.semicolon=The installation folder cannot contain the semicolon character (;).
-DP.error.contains.colon=The installation folder cannot contain the colon character (:).
-DP.error.contains.ampersand=The installation folder cannot contain the ampersand character (&).
-DP.error.contains.wrong.char=The installation folder contains the wrong character({1}).
-DP.error.matches.prohibited.regexp=The specified installation folder is invalid (it matches prohibited pattern {1}).
-DP.error.not.absolute=The specified installation folder has to be in absolute path form.
-DP.error.cannot.canonize=The specified installation folder cannot be canonized.
-DP.error.not.directory=The specified installation location is not a folder.
-DP.error.not.readable=The specified installation folder is not readable.
-DP.error.not.writable=The specified installation folder is read-only.
-DP.error.not.empty=The specified installation folder is not empty.
-DP.error.not.ends.with.app=The specified installation folder must end with ".app".
-DP.error.not.enough.space=Not enough disk space. Additional {1} required in {0}.
-DP.error.cannot.get.logic=Cannot obtain configuration logic
-DP.error.cannot.check.space=Cannot check the free disk space
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 home folder:
-JLP.location.label.text.java=&Java\u2122 environment home folder:
-JLP.location.button.text=Jelajahi...
-JLP.list.label.text=&List of suitable JDK\u2122 found on this machine:
-JLP.list.label.text.java=&List of suitable Java\u2122 environments found on this machine:
-
-JLP.error.null=The path to the JDK cannot be empty.
-JLP.error.null.java=The path to the Java environment cannot be empty.
-JLP.error.not.valid.path=The specified JDK folder {0} is invalid.
-JLP.error.not.valid.path.java=The specified Java environment folder {0} is invalid.
-JLP.error.path.not.exists=The specified JDK folder {0} does not exist.
-JLP.error.path.not.exists.java=The specified Java environment folder {0} does not exist.
-JLP.error.not.javahome=The specified JDK folder {0} does not contain JDK.
-JLP.error.not.javahome.java=The specified Java environment folder {0} does not contain Java environment.
-JLP.error.not.jdk=The specified JDK folder {0} contains JRE, but a full JDK is required.
-JLP.error.wrong.version.older=The specified JDK folder {0} contains JDK version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.older.java=The specified Java environment folder {0} contains Java version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.newer=The specified JDK folder {0} contains JDK version "{1}", while the maximum is "{2}".
-JLP.error.wrong.version.newer.java=The specified Java environment folder {0} contains Java version "{1}", while the maximum is "{2}".
-JLP.error.wrong.vendor=The specified JDK folder {0} contains JDK from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.wrong.vendor.java=The specified Java environment folder {0} contains Java from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.unknown=An unknown error occured while validating the path.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>The installer could not find a compatible JDK installation, specify it manually.<br>The minimum required version is {0}. To download JDK, visit <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>The installer could not find a compatible Java environment, specify it manually.<br>The minimum required version is {0}. To download Java environment, visit <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (used by {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Post-Create Bundle Summary
-PoCBSP.dialog.description=Click Finish to exit.
-
-PoCBSP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Some errors were encountered in the course of bundle creation process.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=The following components were successfully bundled:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=The following components failed to be bundled:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=View &Log
-PoCBSP.send.log.button.text=&Send Log
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Installation Wizard - Post-Install Summary
-
-PoISP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Some warnings were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Some errors were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=The following components were successfully installed:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=The following components installed with warnings:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=The following components failed to install:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=The following components were successfully uninstalled:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=The following components uninstalled with warnings:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=The following components failed to uninstall:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=View &Details
-PoISP.view.log.button.text=View &Log
-PoISP.send.log.button.text=&Send Log
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Log file is not available
-
-PoISP.message.files.remaining=Some files could not be removed from the installation directories of the {0}. You may need to remove them manually.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Pre-Create Bundle Summary
-PrCBSPdialog.description=Click Create to create the bundle.
-
-PrCBSPmessage.text=The wizard has collected all required data to proceed with creating of the bundle. Please review your choice. To continue, click Next.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=You chose to create a bundle with the following components:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Total download size: {0}
-PrCBSPrequired.disk.space.label.text=Required disk space: {0}
-PrCBSPcreate.button.text=&Create
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Pre-Install Summary
-
-PrISP.message.text=The installation wizard has collected all required data to proceed with installation/uninstallation of the selected components. Please review your choice. To continue, click Next.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=You chose to install the following components:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=You chose to uninstall the following components:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Total download size: {0}
-PrISP.required.disk.space.label.text=Required disk space: {0}
-PrISP.install.button.text=&Instalasi
-
-PrISP.error.not.enough.space=Insufficient disk space for proper installation. Additional {1} is required in {0}.
-PrISP.error.cannot.check.space=Cannot check the free disk space
-PrISP.error.logic.access=Could not access product's configuration logic
-PrISP.error.fsroots=Cannot get the list of file system roots
-PrISP.error.non.existent.root={0} is set up to be installed to {1} which does not belong to any of the file system roots.
-PrISP.error.cannot.write=The wizard does not have write access to {1}, the installation directory of {0}. Please correct the permissions before proceeding.
-
-################################################################################
-# LicensesPanel.java
-LP.title=Persetujuan Lisensi
-LP.description=Please read the following license agreement carefully.
-
-LP.accept.checkbox.text=I &accept the terms in the license agreement
-LP.error.cannot.get.logic=Could not access configuration logic
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<No Text>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Are you sure you want to cancel?
-EMP.cancel.dialog.title=Batalkan
-EMP.error.failed.input.verify=Failed to verify input
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_in_ID.properties
deleted file mode 100644
index d2a0ae9..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_in_ID.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Failed to download wizard icon from URI - {0}.
-SFC.error.failed.to.set.icon=Failed to set the swing frame container icon.
-SFC.error.failed.to.attach.error.handler=Failed to attach custom error handler to the EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Cannot set the default close operation
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_in_ID.properties
deleted file mode 100644
index 2c4650a..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_in_ID.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Installation details
-IDD.component.label=Component
-IDD.status.label=Status
-
-ILD.loading.logfile=Loading log file. L\u00fctfen bekleyin...
-ILD.error.reading.log=Cannot read log file {0}.
-ILD.error.log.contents=Log contents are not available.
-
diff --git a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_in_ID.properties b/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_in_ID.properties
deleted file mode 100644
index 5d6bf43..0000000
--- a/l10n/src/in_ID/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_in_ID.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Name=NBI Engine Library
-
diff --git a/l10n/src/in_ID/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_in_ID.properties b/l10n/src/in_ID/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_in_ID.properties
deleted file mode 100644
index b412e82..0000000
--- a/l10n/src/in_ID/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_in_ID.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Menu Aplikasi Apple
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Enables proper support for the Apple Application menu
-
-OpenIDE-Module-Long-Description=Enables Apple menu items to work properly, and moves some standard menu items there - Tools | Options becomes Preferences, Help | About becomes about, File | Exit becomes Quit.
-
-MSG_MinimizeWindowAction=&Minimize Window
-
diff --git a/l10n/src/in_ID/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_in_ID.properties b/l10n/src/in_ID/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_in_ID.properties
deleted file mode 100644
index 07ce732..0000000
--- a/l10n/src/in_ID/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_in_ID.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Establishing a connection ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Checking for updates in {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=Cannot read NBM {0}
-InstallSupportImpl_TurnOnTimeout=timeout of loading {0}
-InstallSupportImpl_NullSource=Source URL for module "{0}" is null, most likely "distribution" attribute is set to the empty string in the UC catalog.\nSee also http://www.netbeans.org/issues/show_bug.cgi?id=153799 for more details.
-InstallSupportImpl_Download_Unavailable=Cannot access {0}
-OperationSupportImpl_Custom_Uninstall=Uninstalling {0}
-OperationSupportImpl_Custom_Install=Installing {0}
-
-UpdateUnitFactory_Libraries_Category=Pustaka
-UpdateUnitFactory_Bridges_Category=Bridges
-UpdateUnitFactory_Unsorted_Category=Uncategorized
-UpdateElementImpl_Feature_CategoryName=Features
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Module installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Modules installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Module not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Modules not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>New module offered by the plugin:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>New modules offered by the plugin:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/in_ID/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_in_ID.properties b/l10n/src/in_ID/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_in_ID.properties
deleted file mode 100644
index 1b37d86..0000000
--- a/l10n/src/in_ID/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_in_ID.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Long-Description=The AutoUpdate feature provides several services: download and install available updates of installed modules, search and install new modules from subscribed Update Centers, view and manage the modules.
-OpenIDE-Module-Name=Auto Update Services
-OpenIDE-Module-Short-Description=Support for searching for module updates on Update Center and for downloading and installing modules
-
diff --git a/l10n/src/in_ID/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_in_ID.properties b/l10n/src/in_ID/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_in_ID.properties
deleted file mode 100644
index 0f5b005..0000000
--- a/l10n/src/in_ID/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_in_ID.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Default Update Center
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Pustaka
-ArtificialFeaturesProvider_Bridges_Category=Bridges
-ArtificialFeaturesProvider_Unsorted_Category=Uncategorized
-ArtificialFeaturesProvider_Features_Category=Features
-NetworkAccess_Timeout=Timeout while opening connection to {0}
-
diff --git a/l10n/src/in_ID/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_in_ID.properties b/l10n/src/in_ID/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_in_ID.properties
deleted file mode 100644
index 9d4846b..0000000
--- a/l10n/src/in_ID/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_in_ID.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Preparing to Unpack
-CTL_UnpackingFile=Unpacking File:
-CTL_DeletingFiles=Uninstalling files...
-CTL_DisablingFiles=Deactivating files...
-UpdaterFrame.jTextArea1.text=Pemutakhiran sedang dilakukan.\n\nSilahkan tunggu....
-UpdaterFrame.textLabel.text=Preparing to Unpack
-UpdaterFrame.Form.title=Pemutakhir
-UpdaterFrame.textLabel.fontName=Dialog
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/in_ID/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_in_ID.properties b/l10n/src/in_ID/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_in_ID.properties
deleted file mode 100644
index 91d9115..0000000
--- a/l10n/src/in_ID/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_in_ID.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} lebih lengkap
-Less_Command_Text={0} lebih sedikit
-UnitTab_ReloadTime=Terakhir dicek: {0}
-UnitTab_ReloadTime_Never=Tidak pernah
-UnitTab_LessAction=Tampilkan Lebih Sedikit Pengaya
-UnitTab_MoreAction=Tampilkan Lebih Banyak Pengaya
-UnitTab_TooltipCheckBox_INSTALLED=Periksa pengaya {0}
-UnitTab_Tooltip_RefreshAction=Muat Ulang Katalog
-UnitTab_bTabAction_Name_INSTALLED=U&ninstall
-UnitTab_TooltipCheckBox_UPDATE=Periksa pengaya {0}
-UnitTab_bTabAction_Name_UPDATE=&Update
-UnitTab_CheckAction=Cek
-UnitTab_CheckCategoryAction=Cek Kategori
-UnitTab_UncheckCategoryAction=Uncheck Category
-UnitTab_CheckAllAction=Cek Semua
-UnitTab_UncheckAllAction=Uncheck All
-UnitTab_ReloadAction=&Muat Ulang Katalog
-UnitTab_PrepareReloadAction=Silahkan tunggu sebentar untuk memuat ulang katalog
-UnitTab_RemoveLocallyDownloadedAction=Hilangkan
-UnitTab_ActivateAction=Aktifkan
-UnitTab_ActivateCategoryAction=Aktfkan Kategori
-UnitTab_DeactivateAction=&Nonaktifkan
-UnitTab_DeactivateCategoryAction=Nonaktifkan Kategori
-AvailableTab_SourceCategory_Tooltip_STANDARD=Pengaya Bersertifikat
-AvailableTab_SourceCategory_Tooltip_BETA=Pengaya Beta
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Pengaya Kontribusi Komunitas
-InstallTab_Active_Tooltip=Aktif
-InstallTab_InActive_Tooltip=Tidak Aktif
-InstallTab_PendingForInstall_Tooltip=Restart aplikasi dibutuhkan untuk melengkapi proses instalasi
-InstallTab_PendingForDeactivate_Tooltip=Restart aplikasi dibutuhkan untuk melengkapi proses deaktivasi
-InstallTab_ReadOnly_Tooltip={0} is in read-only mode and cannot be checked
-UnitTab_TooltipCheckBox_AVAILABLE=Periksa pengaya {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Instalasi
-UnitTab_TooltipCheckBox_LOCAL=Periksa pengaya {0}
-UnitTab_Tooltip_AddAction_LOCAL=Add the locally downloaded plugins
-UnitTab_Tooltip_RemoveAction_LOCAL=Lepaskan pengaya dari daftar
-UnitTab_bTabAction_Name_LOCAL=&Instalasi
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} pengaya dipilih
-UnitTab_lHowManySelected_Many_Text={0} pengaya dipilih
-UnitTab_OperationName_Text_INSTALLED=Uninstall
-UnitTab_OperationName_Text_UPDATE=Perbarui
-UnitTab_OperationName_Text_AVAILABLE=Instalasi
-UnitTab_OperationName_Text_LOCAL=Instalasi
-UnitTab_lWarning_Text={0} operation will require restart of the application
-PluginManagerUI_UnitTab_Update_Title=Pembaruan
-PluginManagerUI_UnitTab_Update_ToolTip=Aplikasi anda sudah diperbarui
-PluginManagerUI_UnitTab_Available_ToolTip=Tidak ada pengaya yang tersedia Click Reload Catalog for newest plugins.
-PluginManagerUI_UnitTab_Available_Title=Pengaya Tersedia
-PluginManagerUI_UnitTab_Installed_Title=Terinstalasi
-PluginManagerUI_UnitTab_Local_Title=Terunduh
-UnitTab_bAddLocallyDownloads_Name=&Tambah Pengaya...
-UnitTab_bAddLocallyDownloads_ACN=Tambah Pengaya
-UnitTab_bAddLocallyDownloads_ACD=Add Plugins to use the file browser to add any plugins that you downloaded to your local system
-NotificationAlreadyPreparedToIntsall=Plugin {0} is already prepared to update/install.
-NotificationOneAlreadyInstalled=Plugin "{0}" is already installed.
-NotificationMoreAlreadyInstalled=Plugins "{0}" are already installed.
-NotificationAlreadyPresent=Plugin "{0}" is already added. Apakah anda ingin mengganti "{1}"?
-NotificationAlreadyPresentTitle=Replace plugin
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Tambah Pengaya
-CTL_FileFilterDescription=Plugin distribution files (*.nbm)
-NetworkProblemPanel_taTitle_Text=Unable to connect to the Update Center
-NetworkProblemPanel_taMessage_WarningText=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic. \n\nIt might happen your caches are out of date. Please click Reload Catalog to refresh content.
-NetworkProblemPanel_taMessage_ErrorText=Not all of the plugins have been successfully downloaded. The server may be unavailable at the moment. Try again later.
-CTL_Warning=Peringatan
-CTL_Error=Network Problem
-CTL_ShowProxyOptions=&Proxy Configuration...
-ACSD_ShowProxyOptions=Tak terpakai
-Utilities_NetworkProblem_Continue=&Try again
-Utilities_NetworkProblem_Skip=&Skip
-Utilities_NetworkProblem_Cancel=Batal
-Utilities_NetworkProblem_Text=Unable to connect to the {0} because of {1}
-SettingsTable_ActiveColumn=Aktif
-SettingsTable_NameColumn=Nama
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Pengaturan-pengaturan
-SettingsTab.bProxy.text=&Proxy Settings
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=Update Center Customizer
-UpdateUnitProviderPanel.lName.text=&Nama\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Check for updates automatically
-Utilities_Libraries_Category=Pustaka
-Utilities_Bridges_Category=Bridges
-Utilities_Unsorted_Category=Uncategorized
-SettingsTab.bRemove.message=Are you sure you want to remove following update center: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Nama
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Check for updates automatically
-UpdateUnitProviderPanel.error.name.short=Update Center name is not specified
-UpdateUnitProviderPanel.error.url.short=Update Center URL is not specified
-UpdateUnitProviderPanel.error.name.dup=Update Center with the same name already exist
-UpdateUnitProviderPanel.error.url.invalid=Update Center URL is invalid
-UnitTab_bClose_Text=&Kapat
-Utilities_CheckingForUpdates=Checking for updates
-UnitTab_InitAndCheckingForUpdates=Initializing the list of plugins... 
-InstalledTableModel_State_Enabled=On
-InstalledTableModel_State_Disabled=Off
-AvailableTableModel_Columns_Install=Instalasi
-AvailableTableModel_Columns_Name=Nama
-AvailableTableModel_Source_Category=Source
-AvailableTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Uninstall=Select
-InstalledTableModel_Columns_Name=Nama
-InstalledTableModel_Columns_Installed=Terinstalasi
-InstalledTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Enabled=Aktif
-LocallyDownloadedTableModel_Columns_Install=Instalasi
-LocallyDownloadedTableModel_Columns_Name=Nama
-LocallyDownloadedTableModel_Columns_Version=Version
-LocallyDownloadedTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Update=Perbarui
-UpdateTableModel_Columns_Name=Nama
-UpdateTableModel_Columns_Installed=Terinstalasi
-UpdateTableModel_Columns_Available=Available
-UpdateTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Category=Category
-SettingsTab_NewProviderName=New Provider
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Description:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Version: 
-UnitDetails_Plugin_InstalledVersion=Installed version:
-UnitDetails_Plugin_AvailableVersion=Available version:
-UnitDetails_Plugin_Author=Author: 
-UnitDetails_Plugin_Date=Date: 
-UnitDetails_Plugin_Source=Source: 
-UnitDetails_Plugin_CodeName=Code name: 
-UnitDetails_Plugin_Homepage=Homepage: 
-UnitDetails_Plugin_Notification=Important note
-UnitDetails_Plugin_Description=Plugin Description
-UnitDetails_Plugin_Collecting_Dependencies=Collecting dependencies...
-UnitDetails_New_Internal_Update_Mark=new!
-lSearch1.text=&Search\:
-SettingsTab.lCheckPeriod.text=&Check Interval\:
-SettingsTab.lGeneral.text=Advanced
-SettingsTab.addButton.text=&Baru
-SettingsTab.RemoveButton.text=Hilangkan
-SettingsTab.EditButton.text=&Edit
-SettingsTab.AddButton.text=&Tambah
-SettingsTab.lUpdateCenters.text=Configuration of &Update Centers\:
-SettingsTab.lConnection.text=Automatically Check for Updates
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Update_custom=User Default
-SettingsTab.cbSharedInstall.text=&Force install into shared directories
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Write Permission
-SettingsTab.cbSharedInstall.ReadOnlyMessage=You don`t have permission to install plugin(s) into the shared directory:\n{0}\nTo perform installation into the shared directory, you should run the application as a user with administrative priviledges.
-SettingsTab.cbSharedInstall.NoSharedTitle=No install directory
-SettingsTab.cbSharedInstall.NoSharedMessage=No shared directories found.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Cannot read NBM {0} because {1}
-PluginManagerUI.bHelp.text=&Help
-ACN_UnitTable=List of Plugins
-ACD_UnitTable=List of Plugins
-ACN_UpdateCentersTable=List of Update Centers
-ACD_UpdateCentersTable=List of Update Centers allowing to activate or deactivate selected Update Center
-ACN_DetailsPanel=Plugin's details
-ACN_DetailsPanel_Button=Invoke {0} action
-ACN_UnitDetails=Plugin Details
-ACD_Reload=Muat Ulang Katalog
-ACD_Search=Search Plugins
-ACN_Tabs=Switch between updates, available, installed and downloaded plugins
-ACD_Tabs=Switch between updates, available, installed and downloaded plugins
-ACN_PluginManagerUI=Plugin Manager
-ACD_PluginManagerUI=Plugin Manager for updating, installing and removing plugins
-ACN_Reload=Muat Ulang Katalog
-ACN_UpdateCenterCustomizer=Update Center Customizer
-ACD_UpdateCenterCustomizer=Update Center Customizer for editing update center name and URL
-NetworkProblemPanel_ACD=Tak terpakai
-NetworkProblemPanel_taMessage=Message of Network Problem
-NetworkProblemPanel_taTitle_ACN=Network Problem
-UnitTab.detailView.text=Sho&w details
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Internal Updates)
-Unit_InternalUpdates_Title=Internal Updates
-
diff --git a/l10n/src/in_ID/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_in_ID.properties b/l10n/src/in_ID/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_in_ID.properties
deleted file mode 100644
index 0a401d9..0000000
--- a/l10n/src/in_ID/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_in_ID.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Cek Pembaruan
-PluginManagerAction_Name=Plu&gins
-PluginManager_Panel_Name=Pengaya
-PluginManager_CloseButton_Name=&Tutup
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} Pembaruan ditemukan.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} Pembaruan ditemukan.
-AutoupdateCheckScheduler_UpdateFound_Hint=Klik disini untuk memperbarui aplikasi anda
-AutoupdateCheckScheduler_InstallInProgress=Silahkan tunggu, proses instalasi lain sedang berjalan...
-
diff --git a/l10n/src/in_ID/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_in_ID.properties b/l10n/src/in_ID/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_in_ID.properties
deleted file mode 100644
index 92acd46..0000000
--- a/l10n/src/in_ID/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_in_ID.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Long-Description=The UI allows to browse the installation and contents of registered Update Centers, to download updates or new modules and to automatically install modules.
-OpenIDE-Module-Name=Pembaruan Otomatis UI
-OpenIDE-Module-Short-Description=Memasok UI dari Layanan Pembaruan Otomatis
-
diff --git a/l10n/src/in_ID/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_in_ID.properties b/l10n/src/in_ID/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_in_ID.properties
deleted file mode 100644
index ce42f4f..0000000
--- a/l10n/src/in_ID/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_in_ID.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_Header_Content=The installer will download, verify and then install the selected plugins.
-OperationDescriptionStep_TableInstall_Title=The following plugins will be installed:
-OperationDescriptionStep_TableUpdate_Title=The following plugins will be updated:
-OperationDescriptionStep_PluginBrokesJavaDependency=The Java platform version {0} was requested but only {1} is running.
-OperationDescriptionStep_HeaderUninstall_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderUninstall_Content=The selected plugins will be uninstalled. The selected plugins will be removed from the disk.
-OperationDescriptionStep_TableUninstall_Title=The following plugins will be uninstalled:
-OperationDescriptionStep_HeaderActivate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderActivate_Content=The selected plugins will be activated.
-OperationDescriptionStepActivate_Table_Title=The following plugins will be activated:
-OperationDescriptionStep_HeaderDeativate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderDeativate_Content=The selected plugins will be deactivated.
-OperationDescriptionStep_TableDeativate_Title=The following plugins will be deactivated:
-PanelBodyContainer_PleaseWait=Please wait until the installer discovers plugins dependencies.
-DependenciesResolutionStep_Table_Title=The following plugins will also be installed because one or more of the plugins you are about to install depend on them:
-UninstallDependenciesResolutionStep_Table_Title=The following plugins need to be deactivated because they require one or more of the plugins you are about to deactivate:
-LicenseApprovalPanel_taTitle_Text=In order to continue with the installation, you need to agree with all of the license agreements associated with the particular plugins.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} License Agreement
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=Persetujuan Lisensi
-LicenseApprovalPanel_Header_Content=Please read all of the following license agreements carefully.
-InstallUnitWizard_Title=Plugin Installer
-InstallStep_Header_Download_Head=Unduh
-InstallStep_Header_Download_Content=Please wait until the installer downloads the requested plugins.
-InstallStep_Header_Verify_Head=Validasi
-InstallStep_Header_Verify_Content=Please wait until the installer validates the downloaded plugins.
-InstallStep_Header_Install_Head=Instalasi
-InstallStep_Header_Install_Content=Silahkan tunggu sampai penginstall menyelesaikan proses instalasi
-InstallStep_Header_InstallDone_Head=Proses instalasi selesai dengan sukses
-InstallStep_Header_InstallDone_Content=Click Finish to quit the installer.
-InstallStep_Header_InstallUnsuccessful_Head=Installation completed unsuccessfully
-InstallStep_Header_InstallUnsuccessful_Content=Click Finish to quit the installer and try to restart application.
-InstallStep_Header_Restart_Head=Restart application to complete installation
-InstallStep_Header_Restart_Content=Restart application to finish plugin installation.
-UninstallStep_Header_Restart_Head=Restart application to complete deactivation
-UninstallStep_Header_Restart_Content=Restart application to finish plugin deactivation.
-CustomHandleStep_Header_Install_Restart_Head=Restart application to complete installation
-CustomHandleStep_Header_Install_Restart_Content=Restart application to finish plugin installation.
-CustomHandleStep_Header_Uninstall_Restart_Head=Restart application to complete uninstallation
-CustomHandleStep_Header_Uninstall_Restart_Content=Restart application to finish plugin uninstallation.
-
-InstallStep_Done=Selesai
-InstallStep_Unsuccessful=Instalasi selesai tapi ditemukam masalah : {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Restart Now
-InstallUnitWizardModel_Buttons_RestartLater=Restart &Later
-InstallUnitWizardModel_Buttons_Install=&Instalasi
-InstallUnitWizardModel_Buttons_Update=&Update
-InstallUnitWizardModel_Buttons_Close=&Finish
-InstallUnitWizardModel_Buttons_Next=Selanjutnya
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Uninstall
-UninstallUnitWizardModel_Buttons_TurnOn=Aktifkan
-UninstallUnitWizardModel_Buttons_TurnOff=&Nonaktifkan
-InstallStep_InstallDone_Text=The Plugin Installer has successfully installed the following plugins:
-InstallStep_InstallUnsuccessful_Text=The Plugin Installer found problem {0} while install the following plugins:
-UninstallStep_UninstallDone_Text=The Plugin Installer has successfully uninstalled the following plugins:
-UninstallStep_ActivateDone_Text=The Plugin Installer has successfully activated the following plugins:
-UninstallStep_DeactivateDone_Text=The Plugin Installer has successfully deactivated the following plugins:
-UninstallStep_UninstallFailed_Text=Uninstallation failed: {0}
-UninstallStep_ActivateFailed_Text=Activation failed: {0}
-UninstallStep_DeactivateFailed_Text=Deactivation failed: {0}
-UninstallStep_Done=Selesai
-UninstallStep_Failed=Failed. {0}
-UninstallStep_Header_Uninstall_Head=Uninstallation
-UninstallStep_Header_Uninstall_Content=Please wait until the installer uninstalls all the selected plugins.
-UninstallStep_Header_Deactivate_Head=Deactivation
-UninstallStep_Header_Deactivate_Content=Please wait until the installer finishes deactivating all the selected plugins.
-UninstallStep_Header_Activate_Head=Activation
-UninstallStep_Header_Activate_Content=Please wait until the installer finishes activating all the selected plugins.
-UninstallStep_Header_UninstallDone_Head=Uninstallation completed successfully
-UninstallStep_Header_UninstallDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateDone_Head=Deactivation completed successfully
-UninstallStep_Header_DeactivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateDone_Head=Activation completed successfully
-UninstallStep_Header_ActivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_UninstallFailed_Head=Uninstallation failed
-UninstallStep_Header_UninstallFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateFailed_Head=Deactivation failed
-UninstallStep_Header_DeactivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateFailed_Head=Activation failed
-UninstallStep_Header_ActivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_ProgressName_Uninstall=Uninstalling plugins
-UninstallStep_ProgressName_Activate=Activating plugins
-UninstallStep_ProgressName_Deactivate=Deactivating plugins
-ValidationWarningPanel_ShowCertificateButton=&Show certificate
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Peringatan Validasi
-ValidationWarningPanel_VerifyCertificate_Title=Verifikasi Sertifikat
-ValidationWarningPanel_ContinueButton=&Continue
-ValidationWarningPanel_taHead_NotSignedText=The following plugins are not signed\:
-ValidationWarningPanel_taHead_NotTrustedText=The following plugins are signed but not trusted\:
-ValidationWarningPanel_taWarning_Text=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-OperationDescriptionStep_CustomHandled_Head={0} plugins use native installer:
-InstallStep_Download_DownloadingPlugins=Mengunduh pengaya...
-InstallStep_Validate_ValidatingPlugins=Memvalidasi pengaya...
-InstallStep_Install_InstallingPlugins=Instalasi pengaya.....
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Some plugins not installed to avoid potential installation problems.
-CustomHandleStep_Header_Install_Head=Instalasi
-CustomHandleStep_Header_Install_Content=Silahkan tunggu sampai penginstall menyelesaikan proses instalasi
-CustomHandleStep_Header_Uninstall_Head=Uninstallation
-CustomHandleStep_Header_Uninstall_Content=Please wait until the installer finishes uninstalling the selected plugins.
-CustomHandleStep_Header_InstallDone_Head=Proses instalasi selesai dengan sukses
-CustomHandleStep_Header_InstallDone_Content=Click Next to continue installing the remaining selected plugins using the plugin installer.
-CustomHandleStep_Header_UninstallDone_Head=Uninstallation completed successfully
-CustomHandleStep_Header_UninstallDone_Content=Click Next to continue uninstalling the remaining selected plugins.
-CustomHandleStep_Header_InstallFail_Head=Instalasi gagal
-CustomHandleStep_Header_InstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Header_UninstallFail_Head=Installation failed
-CustomHandleStep_Header_UninstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Install_InstallingPlugins=Installing plugins using the plugin's installer...
-CustomHandleStep_Uninstall_UninstallingPlugins=Uninstalling plugins using the plugin's installer...
-CustomHandleStep_Done=Selesai
-CustomHandleStep_InstallDone_Text=The Plugin Installer has successfully finished the installation.
-CustomHandleStep_InstallFail_Text=Installation of {0} failed.
-CustomHandleStep_UninstallDone_Text=The Plugin Installer has successfully finished the uninstallation.
-CustomHandleStep_UninstallFail_Text=Uninstallation of {0} failed.
-InstallStep_NetworkProblem_Continue=&Try again
-InstallStep_NetworkProblem_Text=Networking problem in {0}
-OperationPanel.cbRunInBackground.text=&Run In Background
-InstallSupport_InBackground_NetworkError=Unable to connect to the Update Center.
-InstallSupport_InBackground_NetworkError_Details=details
-LicenseApprovalPanel.cbAccept.text=I &accept the terms in all of the license agreements.
-InstallSupport_RestartNeeded=Restart the application to complete the installation.
-UninstallSupport_RestartNeeded=Restart the application to complete the deactivation.
-CustomHandleStep_Install_RestartNeeded=Restart the application to complete the installation.
-CustomHandleStep_Uninstall_RestartNeeded=Restart the application to complete the uninstallation.
-
-RestartNeeded_Details=Click here to restart your application now
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans Installer Wizard
-PanelBodyContainer_ACD=NetBeans Installer Wizard
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=Tak terpakai
-LicenseApprovalPanel_taLicenses_ACD=Tak terpakai
-LicenseApprovalPanel_cbAccept_ACN=Tak terpakai
-ValidationWarningPanel_tpPlugins_ACN=Unverified Plugins
-ValidationWarningPanel_taWarning_Text_ACD=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-ValidationWarningPanel_taWarning_Text_ACN=Peringatan
-ValidationWarningPanel_taHead_ACN=Tak terpakai
-ValidationWarningPanel_ACD=Tak terpakai
-UninstallUnitWizard_Title=Plugin Installer
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Your application is up to date!</h3>
-LazyOperationDescriptionStep_NoUpdates=There are no updates available.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Checking for updates failed.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Check your network connection, verify that your proxy settings<br>are configured correctly, or try again later.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Checking for updates.</b><br>Please wait while the installer checks for available updates.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Initializing the list of updates... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Some plugins require plugin {0} to be installed.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Some plugins are waiting for application restart to resolve following problems:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Some plugins require capability {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Some plugins require the Java platform in version {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Some plugins require JDK</h3>Some of the selected plugins require the JDK in order to function. Currently, NetBeans IDE appears to be running with the JRE instead of the full JDK.<br><br>To use these plugins, start IDE with the <code>--jdkhome</code> command line option set to the location of a JDK installation. See <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> for more information.<br><br>
-OperationDescriptionStep_BrokenModuleDep=The plugin {0} would also need to be installed.
-OperationDescriptionStep_BrokenModuleNameDep=The plugin named {0} is needed and not found.
-OperationDescriptionStep_BrokenModuleVersionDep=The plugin {0} is requested in version >= {1} but only {2} was found.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=The plugin {0} is requested in version >= {1} (release version {2}) but only {3} (of release version different from {2}) was found.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=The plugin {0} is requested in version {1}.
-OperationDescriptionStep_BrokenModuleImplDep=The plugin {0} is requested in implementation version {1}.
-OperationDescriptionStep_BrokenRequiresDep=No plugin providing the capability {0} could be found.
-OperationDescriptionStep_AffectedPluginByBrokenDep=The following plugins are affected:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=The following plugin is affected:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=There were some problems while storing {0}.\nCause: {1}
-InstallStep_DownloadProblem_SomePlugins=selected plugins
-
diff --git a/l10n/src/in_ID/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_in_ID.properties b/l10n/src/in_ID/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_in_ID.properties
deleted file mode 100644
index a88ba0a..0000000
--- a/l10n/src/in_ID/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_in_ID.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Platform RCP
-OpenIDE-Module-Name=Platform RCP
-OpenIDE-Module-Short-Description=Platform RCP Netbeans
-OpenIDE-Module-Long-Description=Platform RCP Netbeans adalah kerangka kerja generik untuk aplikasi swing It provides the services common to almost all large desktop applications: window management, menus, settings and storage, update management, file access, etc.<br><br>See more information at <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/in_ID/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_in_ID.properties b/l10n/src/in_ID/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_in_ID.properties
deleted file mode 100644
index 90bfc56..0000000
--- a/l10n/src/in_ID/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_in_ID.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup On SystemFS
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=The default implementation of MimeDataProvider.
-OpenIDE-Module-Long-Description=The MIME Lookup On SystemFS module implements MimeDataProvider that looks up objects in the folder hierarchy on the System filesystem.
-
-
diff --git a/l10n/src/in_ID/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_in_ID.properties b/l10n/src/in_ID/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_in_ID.properties
deleted file mode 100644
index af8c1af..0000000
--- a/l10n/src/in_ID/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_in_ID.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=The MIME lookup API.
-OpenIDE-Module-Long-Description=The MIME Lookup module provides API for looking up MIME type dependent settings, services and other objects. It also provides SPI for implementing additional MIME type related data provider.
-
diff --git a/l10n/src/in_ID/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_in_ID.properties b/l10n/src/in_ID/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_in_ID.properties
deleted file mode 100644
index 3e72b0b..0000000
--- a/l10n/src/in_ID/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_in_ID.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Add to Favorites
-ACT_AddOnFavoritesNode=&Add to Favorites...
-ACT_Remove=&Remove from Favorites
-ACT_View=Favor&ites
-ACT_Select=Favorites
-ACT_Select_Main_Menu=Select in F&avorites
-
-Favorites=Favorites
-Templates/Other=Other
-Templates/Properties=User Configuration Properties
-Templates/Other/Folder=Pelipat
-Templates/Other/file=Empty File
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=Tak terpakai
-
-# JFileChooser
-CTL_DialogTitle=Add to Favorites
-CTL_ApproveButtonText=Add
-ERR_FileDoesNotExist={0} does not exist.
-ERR_FileDoesNotExistDlgTitle=Add to Favorites
-
-MSG_NodeNotFound=The document node could not be found in the Favorites tab.
-
-# Manifest localization
-OpenIDE-Module-Name=Favorites
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Support for organizing favorite files.
-OpenIDE-Module-Long-Description=Favorites module enables you to create a view of files specifically relevant to your work, simply access them at one common place.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Klise-Klise
-Templates.Options.Export.displayName=All Templates
-Favorites.Options.Export.displayName=Favorites
-
diff --git a/l10n/src/in_ID/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_in_ID.properties b/l10n/src/in_ID/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_in_ID.properties
deleted file mode 100644
index 149ef6d..0000000
--- a/l10n/src/in_ID/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_in_ID.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Kapat
-BTN_TemplatesPanel_OpenInEditorButton=&Open in Editor
-LBL_TemplatesAction_Name=&Templates
-HINT_TemplatesAction=Customize templates
-LBL_TemplatesPanel_Title=Template Manager
-BTN_TemplatesPanel_Delete=&Hapus
-LBL_TemplatesPanel_TemplatesLabel=&Templates\:
-BTN_TemplatesPanel_Add=&Add...
-BTN_TemplatesPanel_RenameButton=&Rename
-BTN_TemplatesPanel_DuplicateButton=Du&plicate
-BTN_TemplatesPanel_NewFolder=&New Folder
-BTN_TemplatesPanel_MoveUp=Move &Up
-BTN_TemplatesPanel_MoveDown=Move Do&wn
-LBL_TemplatesPanel_JFileChooser_Title=Add Existing Template
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Add
-TXT_TemplatesPanel_NewFolderName=New Folder
-MSG_TemplatesPanel_Nonexistent_File=File ''{0}''\ndoes not exist, please specify an existing file.
-
-TemplatesPanel_TemplateNode_DisplayName=Display Name
-TemplatesPanel_TemplateNode_DisplayName_Desc=Display name of this template. Shown in File|New wizard as well as in Tools|Templates.
-TemplatesPanel_TemplateNode_FileName=File Name
-TemplatesPanel_TemplateNode_FileName_Desc=File name of file represented by this template.
-TemplatesPanel_TemplateNode_ScriptEngine=Script Engine
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Script engine use for processing this template.
-TemplatesPanel_TemplateNode_TemplateCategories=Template Categories
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=A list of template's categories appropriate for this template.
-
-ACD_TemplatesPanel_Add=Add Template
-
-ACD_TemplatesPanel_New=New Template
-
-ACD_TemplatesPanel_Duplicate=Duplicate Selected Template
-
-ACD_TemplatesPanel_Rename=Rename Template
-
-ACD_TemplatesPanel_MoveUp=Move Up Selected Template
-
-ACD_TemplatesPanel_MoveDown=Move Down Selected Template
-
-ACD_TemplatesPanel_Delete=Delete Template
-
-TT_TemplatesPanel_Add=Add Template
-
diff --git a/l10n/src/in_ID/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_in_ID.properties b/l10n/src/in_ID/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_in_ID.properties
deleted file mode 100644
index 64020bd..0000000
--- a/l10n/src/in_ID/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_in_ID.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Tidak dapat menyambung ke URL  {0}; sumber daya tidak ditemukan
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Peringatan: topik JavaHelp dengan ID {0} tidak ditemukan
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Loading help sets...
-ACSD_JavaHelp_viewer=Displays one or more online help references in JavaHelp format
-ACSD_Loading_Dialog=Loading help sets
-
-# HelpAction
-LBL_HelpAction=Bantuan
-CTL_OpeningHelp=Opening Help...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=Monitor HTTP
-
-# a11y - BrowserDisplayer
-ACSD_Label=Klik disini untuk membuka link menggunakan peramba
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Menampilkan bantuan dengan ID: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Menampilkan bantuan dengan ID: {0}
-
-QuickSearch/Help=Bantuan
-Err_CreateJavaHelpSearchEngine=Failed to create JavaHelp search engine.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copy Link Location
-
diff --git a/l10n/src/in_ID/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_in_ID.properties b/l10n/src/in_ID/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_in_ID.properties
deleted file mode 100644
index 73fa1c9..0000000
--- a/l10n/src/in_ID/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_in_ID.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Integrasi JavaHelp
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Izinkan kumpulan bantuan JavaHelp untuk ditambahkan kedalam IDE
-OpenIDE-Module-Long-Description=Contains the actual JavaHelp runtime library, and the implementation of the part of the Modules API which permits other modules to install help sets using JavaHelp technology.
-
-Menu/Help/master-help.xml=Isi Bantuan
-Menu/Help/HelpShortcuts=Kumpulan Bantuan
-Actions/Help/master-help.xml=Isi Bantuan
-
diff --git a/l10n/src/in_ID/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_in_ID.properties b/l10n/src/in_ID/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_in_ID.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/in_ID/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_in_ID.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/in_ID/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_in_ID.properties b/l10n/src/in_ID/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_in_ID.properties
deleted file mode 100644
index f617e03..0000000
--- a/l10n/src/in_ID/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_in_ID.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Sample value ensuring that decryption is working.
-FallbackProvider.msg_clear_keys=Your previously stored passwords cannot be decrypted. Do you wish to forget all existing passwords and start with a fresh keyring?
-FallbackProvider.title_clear_keys=Delete Stored Passwords
-MasterPasswordPanel.masterPasswordLabel.text=Master &Password:
-MasterPasswordPanel.setNewBox.text=&Change...
-MasterPasswordPanel.newLabel1.text=&New Master Password:
-MasterPasswordPanel.newLabel2.text=&Retype:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=Enter Master Password
-MasterPasswordPanel.enter_password=Enter password
-MasterPasswordPanel.enter_new_password=Enter new password
-MasterPasswordPanel.password_mismatch=New passwords do not match
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/in_ID/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_in_ID.properties b/l10n/src/in_ID/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_in_ID.properties
deleted file mode 100644
index d661fb1..0000000
--- a/l10n/src/in_ID/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_in_ID.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Cannot create file {0} in folder {1}.
-EXC_CannotCreateExistingData=Cannot create file {0} in folder {1}. This file already exists.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Cannot create folder {0} in folder {1}.
-EXC_CannotCreateExistingFolder=Cannot create folder {0} in folder {1}. This folder already exists.
-
-# {0} - the file
-EXC_CannotLock=Cannot lock read-only file {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Invalid lock [{0}] for file {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-EXC_CannotLockRoot=Root cannot be locked.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Cannot get exclusive access to {0} (probably opened for reading).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Cannot get shared access to {0} (probably opened for writing).
-
diff --git a/l10n/src/in_ID/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_in_ID.properties b/l10n/src/in_ID/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_in_ID.properties
deleted file mode 100644
index fc1852d..0000000
--- a/l10n/src/in_ID/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_in_ID.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=File {0} is already locked.
-EXC_FileLockAlreadyExists=File {0} is already locked (lock {1} exists).
-# {0} - full path
-FileObj.readOnlyFile=File {0} cannot be written to because it is read-only.
-
diff --git a/l10n/src/in_ID/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_in_ID.properties b/l10n/src/in_ID/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_in_ID.properties
deleted file mode 100644
index 3e06540..0000000
--- a/l10n/src/in_ID/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_in_ID.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Master Filesystem
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Merges multiple filesystem providers into a single logical tree.
-OpenIDE-Module-Long-Description=Creates mounts for disk roots and then splices in other filesystems such as VCS mounts, providing a single wrapper FileSystem for them all.
-
-LBL_loaderName=FolderLoader for MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Cannot copy root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Cannot move root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Filesystem {1}  cannot be mounted on the root {0}, because Filesystem {2} is already mounted.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Filesystem {1}  cannot be mounted on the root {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Filesystem {0}  cannot be unmounted. 
-
diff --git a/l10n/src/in_ID/platform/options-api/options-api/org/netbeans/modules/options/Bundle_in_ID.properties b/l10n/src/in_ID/platform/options-api/options-api/org/netbeans/modules/options/Bundle_in_ID.properties
deleted file mode 100644
index 36fa58b..0000000
--- a/l10n/src/in_ID/platform/options-api/options-api/org/netbeans/modules/options/Bundle_in_ID.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Options Dialog and SPI
-OpenIDE-Module-Display-Category=Tools
-OpenIDE-Module-Short-Description=Provides the Options dialog and an SPI to add panels to it.
-OpenIDE-Module-Long-Description=Provides the Tools | Options dialog. The SPI lets you add whole new panels, or sections to the Miscellaneous panel.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Options
-CTL_Options_Dialog_Title=Options
-CTL_OK=OK
-CTL_Classic=Advanced Options
-CTL_Classic_Title=Advanced Options
-CTL_Modern=&Basic Options
-CTL_Loading_Options=Loading Settings ...
-CTL_Error_Loading_Options=Loading Options Failed.
-CTL_Some_values_changed=There are some changes. Do you want to apply them?
-
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=&Fonts & Colors
-CTL_Font_And_Color_Options_Title=Fonts & Colors
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-
-CTL_Export=Expor&t
-CTL_Import=&Import
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= Invokes Advanced Options dialog
-ACS_OptionsPanel=Options Dialog
-ACS_Export=Export Options
-ACS_Import=Import Options
-TabbedController.pane.AD=Options Panel
-
-QuickSearch/GoToOption=Options
-
diff --git a/l10n/src/in_ID/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_in_ID.properties b/l10n/src/in_ID/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_in_ID.properties
deleted file mode 100644
index 95766a8..0000000
--- a/l10n/src/in_ID/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_in_ID.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Miscellaneous
-CTL_Advanced_Options_Title=Miscellaneous
-CTL_Advanced_Options_Description=Miscellaneous
-AdvancedPanel.tabbedPanel.AD=Miscellaneous tabbed panel
-Advanced.Export.Category=Miscellaneous
-
diff --git a/l10n/src/in_ID/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_in_ID.properties b/l10n/src/in_ID/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_in_ID.properties
deleted file mode 100644
index b708b69..0000000
--- a/l10n/src/in_ID/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_in_ID.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Define Here
-LBL_action_revert=Revert Def.
-LBL_action_delete=Delete
-
-MSG_ask_remove_above_defined_files=Moving the definition here will remove any values stored in layers left of the selected column.\n\nDo you want to proceed?
-
-#file state tooltips
-LBL_fstate_defined=Setting Definition
-LBL_fstate_ignored=Unused Setting Value
-LBL_fstate_inherited=Setting Inherited
-LBL_fstate_undefined=Setting value is not defined here
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=User
-LBL_FSP_Desc_Session-Layer=Session Settings Level
-LBL_FSP_Modules-Layer=Default
-LBL_FSP_Desc_Modules-Layer=Default Installation Settings Level
-
-#OptionsAction
-Options=&Options
-CTL_close_button=&Kapat
-ACSD_close_button=Tak terpakai
-ACSN_optionsTree=Tak terpakai
-ACSD_optionsTree=Tak terpakai
-LBL_computing=Initializing settings ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Show Levels (press +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Hide Levels (press +)
-CTL_Templates_name=Klise-Klise
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorer
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=Tak terpakai
-
diff --git a/l10n/src/in_ID/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_in_ID.properties b/l10n/src/in_ID/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_in_ID.properties
deleted file mode 100644
index 3b84b54..0000000
--- a/l10n/src/in_ID/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_in_ID.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=Pilih pilihan untuk ekspor
-OptionsChooserPanel.outline.all=Semua
-OptionsChooserPanel.outline.header.tree=Pilihan yang tersedia
-OptionsChooserPanel.outline.AN=Pilihan yang tersedia
-OptionsChooserPanel.outline.AD=Tree of available options
-OptionsChooserPanel.lblFile.text=&Target zip file:
-OptionsChooserPanel.btnBrowse=Jelajahi...
-OptionsChooserPanel.btnBrowse.AN=Jelajah
-OptionsChooserPanel.btnBrowse.AD=Jelajah
-OptionsChooserPanel.txtFile.AD=Source or target of import/export.
-OptionsChooserPanel.loading=Memuat....
-OptionsChooserPanel.file.warning=Please, select a valid target zip file
-OptionsChooserPanel.nooption.warning=Please, select something to export
-OptionsChooserPanel.file.chooser.title=Select target zip file
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=Select Options to Export
-OptionsChooserPanel.export.status.text=Options Export Finished.
-OptionsChooserPanel.import.title=Select Options to Import
-OptionsChooserPanel.import.lblFile.text=&Import Source:
-OptionsChooserPanel.import.lblHint.text=&Select Options for Import:
-OptionsChooserPanel.import.file.warning=Please, select a valid zip file or userdir
-OptionsChooserPanel.import.nooption.warning=Tolong pilih sesuatu untuk di impor
-OptionsChooserPanel.import.file.chooser.title=Select zip file or userdir
-OptionsChooserPanel.import.invalid.userdir.title=Invalid Userdir?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Folder {0} does not seem to be a valid userdir. Do you really want to import options from this location?
-OptionsChooserPanel.AD=Panel to choose options for export/import
-OptionsChooserPanel.import.error=Error while importing options. Run IDE with parameter -J-Dorg.netbeans.modules.options.export.level=100 and look at IDE log for details.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Berkas zip tidak valid
-# 0 - file path
-OptionsExportModel.export.zip.error=Menulis ke berkas {0} gagal.
-ImportConfirmationPanel.title=Impor Konfirmasi
-ImportConfirmationPanel.cbRestart.text=&Restart IDE now (without restart imported settings may not work)
-ImportConfirmationPanel.cbRestart.AD=Tentukan apakah anda ingin merestart IDE sekarang atau nanti
-ImportConfirmationPanel.cbRestart.AN=Restart IDE sekarang ?
-ImportConfirmationPanel.lblMessage.text=Import may irreversibly overwrite your current settings. Perform export first to backup current options. Apakah anda ingin melanjutkan ?
-ImportConfirmationPanel.lblMessage.AD=Pesan Konfirmasi
-ImportConfirmationPanel.AN=Impor Konfirmasi
-ImportConfirmationPanel.AD=Impor Konfirmasi
-ExportConfirmationPanel.title=Stored Passwords Warning
-ExportConfirmationPanel.lblMessage.text=Exported settings may contain stored passwords. Sharing your settings with other users represents a potential security risk. Apakah anda ingin melanjutkan ?
-ExportConfirmationPanel.cbSkip.text=&Skip this warning next time
-ExportConfirmationPanel.cbSkip.AN=Skip this warning next time?
-ExportConfirmationPanel.cbSkip.AD=Decide whether skip or show this warning next time
-ExportConfirmationPanel.lblMessage.AD=Pesan Konfirmasi
-ExportConfirmationPanel.AN=Stored passwords warning
-ExportConfirmationPanel.AD=Stored passwords warning
-
diff --git a/l10n/src/in_ID/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_in_ID.properties b/l10n/src/in_ID/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_in_ID.properties
deleted file mode 100644
index 7346113..0000000
--- a/l10n/src/in_ID/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_in_ID.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Keymap Options
-
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-CTL_Keymap_Options_Description=Keymap
-
-CTL_Duplicate=&Manage Profiles...
-AN_Duplicate=Duplicate
-AD_Duplicate=Duplicate
-CTL_Delete=Dele&te
-AN_Delete=Delete
-AD_Delete=Delete
-CTL_Restore=&Restore
-AN_Restore=Restore
-AD_Restore=Restore
-CTL_Show_Actions=Actio&ns
-AN_Show_Actions=Actions
-AD_Show_Actions=Actions
-CTL_Show_Shortcuts=&Shortcuts
-AN_Show_Shortcuts=Shortcuts
-AD_Show_Shortcuts=Shortcuts
-CTL_Add_Shortcut=A&dd ...
-AN_Add_Shortcut=Add
-AD_Add_Shortcut=Add
-CTL_Remove_Shortcut=Remo&ve
-AN_Remove_Shortcut=Remove
-AD_Remove_Shortcut=Remove
-CTL_Actions=Actio&ns:
-AN_Actions=Actions
-AD_Actions=Actions
-CTL_Shortcuts=&Shortcuts:
-AN_Shortcuts=Shortcuts
-AD_Shortcuts=Shortcuts
-AN_Profiles=Profiles
-AD_Profiles=Profiles
-Show_Actions=Actio&ns
-Show_Shortcuts=&Shortcuts
-Keymaps=&Keymaps
-CTL_Keymap_Name=&Profile:
-View_By=&View By
-Shortcut=&Shortcut:
-Add_Shortcut_Dialog=Add Shortcut
-CTL_Create_New_Profile_Message=Profile &Name:
-CTL_Create_New_Profile_Title=Create New Profile Dialog
-Shortcut_Conflict=<html>Shortcut already assigned to {0} action. If you proceed the shortcut will be reassigned.
-CTL_Clear=&Clear
-AN_Clear=Clear shortcut button
-AD_Clear=Clear the shortcut field
-CTL_Tab=&Tab
-AN_Tab=Insert Tab character button
-AD_Tab=Insert Tab character
-CTL_Duplicate_Profile_Name=Profile with such name already exists.\n Choose different name, please.
-
-CTL_Export_IDE_Actions_Action=Export IDE Actions to XML
-CTL_Export_IDE_Shortcuts_Action=Export IDE Shortcuts to XML
-CTL_Export_Editor_Shortcuts_Action=Export Editor Shortcuts to XML
-CTL_Export_Shortcuts_to_HTML_Action=Export Shortcuts to HTML
-
-CTL_Other=Other
-AN_Shortcut=Shortcut field
-AD_Shortcut=Shortcut field
-AN_ShortcutsDialog=Enter new shortcut
-AD_ShortcutsDialog=Enter new shortcut
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Switching keymap profile from {1} to {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Quick Search: Invoking {1} action, class {0}
-
-QuickSearch/Actions=Actions
-MSG_ActionFailure={0} action can not be invoked through Quick Search...
-
-# Quicksearch options
-KW_KeymapOptions=Keymap Options, Keyboard Shortcuts, Keybindings
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Search:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Field used to narrow list of shortcuts
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Search in Sho&rtcuts:
-
-# Conflict dialogs
-Override_Shortcut=<html>Following Action(s): <br>{0} conflict with this assignment. Do you wish to override?
-Conflicting_Shortcut_Dialog=Conflicting Shortcut Dialog
-Override_All=<html>Following Action(s): <br>{0} conflict with this restore. Do you wish to override all?
-Alternative_Shortcut=(alternative shortcut)
-
-#Table columns
-Actions=Actions
-Shortcut=Shortcut
-Category=Category
-Scope=Scope
-
-#Keymap Popup
-Edit=Edit...
-Add_Alternative=Add Alternative
-Reset_to_Default=Reset to Default
-Clear=Clear
-
-#Keymap completion
-No_Free_Shortcut=No recommended free shortcut with prefix "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicate
-ProfilesPanel.exportButton.text=&Export
-ProfilesPanel.deleteButton.text=De&lete
-ProfilesPanel.importButton.text=&Import
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Profiles scroll pane
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Scroll pane for profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=List of keymap profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Imports profile from external file
-ProfilesPanel.AccessibleContext.accessibleDescription=Profiles Panel
-ProfilesPanel.restoreButton.text=&Restore Defaults
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restores stored defaults
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplicates existing profile
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exports current profile
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Deletes selected custom profile
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=Manage Keymap Profiles
-CTL_Files=Berkas
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Keymaps
-Keymaps.Options.Export.Profiles.displayName=Keymap Profiles
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/in_ID/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_in_ID.properties
deleted file mode 100644
index 38cb771..0000000
--- a/l10n/src/in_ID/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_in_ID.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Swing Layout Extensions integration
-OpenIDE-Module-Display-Category=Pustaka
-OpenIDE-Module-Short-Description=Bundles swing-layout library.
-OpenIDE-Module-Long-Description=This module bundles Swing Layout Extensions library (from swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_in_ID.properties
deleted file mode 100644
index d008c39..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_in_ID.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=Common Annotations
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_in_ID.properties
deleted file mode 100644
index 0669239..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_in_ID.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=Batalkan Proses
-CTL_ProcessListAction=&Proses-proses
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_in_ID.properties
deleted file mode 100644
index 963c2c5..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_in_ID.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Task progress visualization APIs.
-OpenIDE-Module-Long-Description=Lets modules register long-running tasks or processes in a central place.
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_in_ID.properties
deleted file mode 100644
index 741f64f..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_in_ID.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Scene Component
-ACS_SceneComponentDesc=Scene view
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_in_ID.properties
deleted file mode 100644
index af2d2f2..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_in_ID.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Visual Library API
-OpenIDE-Module-Short-Description=Visual Library API
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_in_ID.properties
deleted file mode 100644
index 93a82e9..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_in_ID.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=An instance of the program seems to be already running with your user directory.\nEither a previous session of the program did not exit correctly, or another instance\nof the program is running on a different computer and using the same user directory.\n\nIf another session of the program is running with the same user directory, please click\nCancel to prevent the corruption of the user directory. If you are sure that no other\ninstances of the program are running with your user directory, click OK to continue.
-MSG_AlreadyRunningTitle=Peringatan
-
-EXC_not_a_module={0} is not a valid NetBeans module.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Bootstrap
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=The core bootstrap of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the initial infrastructure that loads all other parts of the application. It cannot be disabled.
-
-MSG_InstallJava6=Cannot run on older versions of Java than Java 6 Standard Edition.\nPlease install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=Java 6 Standard Edition or newer required
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_in_ID.properties
deleted file mode 100644
index aff7fb2..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_in_ID.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Output {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=&Exit IDE
-ACSD_EndTasks=Tak terpakai
-CTL_PendingTitle=Exit IDE
-ACSD_PendingTitle=Tak terpakai
-LAB_PendingTasks=E&xiting the IDE will terminate the following processes:
-ACSD_PendingTasks=Tak terpakai
-# {0} - process name
-CTL_PendingExternalProcess2=Process - {0}
-# {0} - action name
-CTL_ActionInProgress={0} action in progress
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_in_ID.properties
deleted file mode 100644
index d42e997..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_in_ID.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=Hilangkan
-CTL_MoveUp=Move &Up
-CTL_MoveDown=Move Do&wn
-CTL_AddDirectory=Add Director&y...
-CTL_AddJAR=Add &JAR/ZIP...
-CTL_JarArchivesMask=JAR and ZIP Archives
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=Tak terpakai
-ACSD_MoveUp=Tak terpakai
-ACSD_MoveDown=Tak terpakai
-ACSD_AddDirectory=Tak terpakai
-ACSD_AddJAR=Tak terpakai
-ACSD_PathList=Tak terpakai
-ACSD_CustomNbClassPathEditor=Tak terpakai
-CTL_Edit_Jar_Dialog_Title=Edit JAR File
-CTL_Edit_Local_Dialog_Title=Edit Local Directory
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=Add JAR File
-CTL_FileSystemPanel.Local_Dialog_Title=Add Local Directory
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Process\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Arguments\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Arguments &Hint
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Browse...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=Tak terpakai
-ACSD_NbProcessDescriptorCustomEditor.processLabel=Tak terpakai
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=Tak terpakai
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=Tak terpakai
-ACSD_CustomNbProcessDescriptorEditor=Tak terpakai
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Path Entries
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=List of path entries to be edited.
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_in_ID.properties
deleted file mode 100644
index b5a908d..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_in_ID.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Execution
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Implementasi dari mesin Execution.
-OpenIDE-Module-Long-Description=Menambahkan dukungan bagi pengeksekusian ke dalam platform. Memuat kelas-kelas yg mengimplementasikan bagian pengeksekusian dari API dan GUI yang terkait.
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_in_ID.properties
deleted file mode 100644
index ad353e3..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_in_ID.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=&Output
-
-#Title for I/O window
-LBL_IO_WINDOW=Keluaran
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Tutup Tab
-LBL_CloseAll=Menutup Semua Tab
-LBL_CloseOthers=Tutup tab lainnya
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Output
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_in_ID.properties
deleted file mode 100644
index 5c131ec..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_in_ID.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editor
-EditorsAction.source=&Sumber
-GetLeftEditorAction.name=Editor - Iterasi ke kiri
-
-GetRightEditorAction.name=Editor - Iterasi ke kanan
-
-TabButton.tool_tip={0} View
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_in_ID.properties
deleted file mode 100644
index caa1572..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_in_ID.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MultiView Windows
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=MultiView Windows framework and APIs
-OpenIDE-Module-Long-Description=MultiView Windows framework and APIs
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_in_ID.properties
deleted file mode 100644
index bf95181..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_in_ID.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Native Access
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-OpenIDE-Module-Long-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_in_ID.properties
deleted file mode 100644
index 6f4594f..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_in_ID.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparansi
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_in_ID.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_in_ID.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_in_ID.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_in_ID.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_in_ID.properties
deleted file mode 100644
index 410ceca..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_in_ID.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Output Window
-OpenIDE-Module-Display-Category=Infrastruktur
-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=Keluaran
-#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=Menulis ke berkas {0} gagal.
-
-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=Tak terpakai
-ACSD_Find=Find
-ACSD_FindBTN=Tak terpakai
-ACSD_Find_What=Tak terpakai
-
-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=Tempel
-ACTION_WRAP=Wrap text
-ACTION_SAVEAS=Save As...
-ACTION_CLOSE=Tutup
-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_FONT_TYPE=Choose Font...
-ACTION_FILTER=Filter...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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...
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_in_ID.properties
deleted file mode 100644
index dfe10ae..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_in_ID.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Masukan
-LBL_EOF=&Menutup Masukan
-TIP_EOF=Closes the input component and sends end-of-file to any readers
-TIP_INPUT=Masukkan teks dan tekan enter untuk mengirimkannya kedalam proses yang sedang berjalan
-
-#Output window tab popup
-LBL_Close=Menutup Tab
-LBL_CloseAll=Menutup Semua Tab
-LBL_CloseOthers=Menutup Tab Lainnya
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_in_ID.properties
deleted file mode 100644
index e28f7c3..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_in_ID.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Startup
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Loads and enables modules.
-OpenIDE-Module-Long-Description=This module provides the central additional functionality to Bootstrap to locate and enable the right modules.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user is not set.\nPlease check your NetBeans startup script.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Your user directory ({0}) cannot reside inside your NetBeans installation directory ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Starting NetBeans Platform
-# The Title of the About Box
-CTL_About_Title=About
-CTL_About_Detail=Detail
-ACSD_AboutDialog=Tak terpakai
-ACSN_AboutTabs=Tak terpakai
-ACSD_AboutTabs=Tak terpakai
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=UI class name expected, using default UI...
-ERR_UserDirExpected=Directory expected after --userdir switch
-ERR_UINotFound=UI class not found, using default UI...
-ERR_FontSizeExpected=Font size expected, using default font size...
-ERR_BadFontSize=Bad format of the font size, using default font size...
-ERR_BrandingNeedsArgument=Option --branding requires one argument
-ERR_LocaleExpected=Locale specification expected after --locale switch
-
-
-CTL_Netbeanshome_notexists=netbeans.home points to a non-existent directory.
-CTL_Netbeanshome1=netbeans.home does not point to a directory.
-CTL_Netbeanshome2=netbeans.user points to a non-existent directory.
-CTL_Netbeanshome3=netbeans.user does not point to a directory.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Cannot create system directory in {0}. A file with the same name already exists.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Cannot create system directory in {0}.
-CTL_Cannot_mount_system_fs=Cannot add System filesystem, exiting...
-
-#startup info messages
-MSG_IDEInit=Initializing...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Could not connect to URL {0}. No such resource was found.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize is not supported on GTK look and feel. Adjust your desktop font size instead.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Error: {0}
-EXC_GraphicsStartFails2=See the {0} for details.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=The module {0} was requested in version >= {1} but only {2} was found.
-# {0} - module display name
-MSG_problem_other_disabled=The module {0} would also need to be installed.
-LBL_no_impl_version=[no version specified]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=The module {0} was requested in implementation version "{1}" but only "{2}" was found.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=The module named {0} was needed and not found.
-# {0} - required token
-MSG_problem_require_disabled=None of the modules providing the capability {0} could be installed.
-# {0} - required token
-MSG_problem_require_not_found=No module providing the capability {0} could be found.
-# {0} - class name
-MSG_problem_class_not_loaded=The package containing the class {0} was not loaded.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=The package {0} was not loaded or was an outdated version.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=The Java platform version {0} or higher was requested but only {1} is running.
-MSG_warning=Peringatan
-MSG_info=Information
-MSG_continue=Disable Modules and Continue
-MSG_exit=Exit
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Another module|1<{0} further modules} could not be installed due to the above problems.
-
-# NbEvents
-MSG_start_load_boot_modules=Loading core...
-MSG_finish_load_boot_modules=Loading core...done.
-MSG_start_auto_restore=Loading modules...
-MSG_finish_auto_restore=Done loading modules.
-MSG_start_enable_modules=Turning on modules...
-MSG_finish_enable_modules=Turning on modules...done.
-TEXT_finish_enable_modules=Turning on modules:
-MSG_start_disable_modules=Turning off modules...
-MSG_finish_disable_modules=Turning off modules...done.
-TEXT_finish_disable_modules=Turning off modules:
-MSG_failed_install_new=Warning - could not install some modules:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Warning - could not install module {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Deploying test module in {0} ...
-TEXT_finish_deploy_test_module=Finished deploying test module.
-MSG_start_read=Reading module storage...
-MSG_finish_read=Reading module storage...done.
-MSG_restore=Starting modules...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Installing {0}
-# {0} - module display name
-TEXT_install=Installing new module: {0}
-# {0} - module display name
-MSG_update=Starting a new version of {0}
-# {0} - module display name
-TEXT_update=Updating module: {0}
-# {0} - module display name
-MSG_uninstall=Stopping {0}
-MSG_load_section=Loading modules...
-MSG_load_layers=Loading module services...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Warning: the module {0} could not be found, ignoring...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=The module {0} could not be deleted as it was an autoload or eager module and still in use.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=An attempt was made to change the property {1} of the module {0} in the system/Modules folder.\nThe actual value is "{3}" but it was changed on disk to read "{2}".\nThis property cannot be changed while the IDE is running, so this attempt had no effect.
-# {0} - JAR file name
-TEXT_patch=Module patch or custom extension: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Missing resource from class: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Key which was not found: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Parse error in file {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Parse error in file {1} line {3} column {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_in_ID.properties
deleted file mode 100644
index 461e0c2..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_in_ID.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Default System
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Loading cached objects...
-MSG_end_load_cache=Loading cached objects...done.
-MSG_start_rewrite_cache=Recreating cache of objects...
-MSG_end_rewrite_cache=Recreating cache of objects...done.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=File event {0}, file {1}
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_in_ID.properties
deleted file mode 100644
index 827c06e..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_in_ID.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Berkas
-AdvancedOption.tooltip=Berkas
-FileAssociationsPanel.btnDefault.text=&Default
-FileAssociationsPanel.btnDefault.tooltip=Restore default setting for selected file extension
-FileAssociationsPanel.btnDefault.AN=Restore Default Setting
-FileAssociationsPanel.btnDefault.AD=Restore Default Setting for Selected File Extension
-FileAssociationsPanel.btnDefaultIgnored.text=De&fault
-FileAssociationsPanel.btnDefaultIgnored.AN=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnDefaultIgnored.AD=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnNew.text=&New...
-FileAssociationsPanel.btnNew.AN=New File Extension
-FileAssociationsPanel.btnNew.AD=New File Extension
-FileAssociationsPanel.btnRemove.text=Hilangkan
-FileAssociationsPanel.btnRemove.AN=Remove Selected File Extension
-FileAssociationsPanel.btnRemove.AD=Remove Selected File Extension
-FileAssociationsPanel.cbExtension.choose=< Choose the extension >
-FileAssociationsPanel.cbExtension.AD=Ekstensi Berkas
-FileAssociationsPanel.cbExtension.AN=Daftar Ekstensi Berkas
-FileAssociationsPanel.cbType.AN=List of File Types
-FileAssociationsPanel.cbType.AD=List of File Types
-FileAssociationsPanel.lblAssociatedAlso.text=Associated also with:
-FileAssociationsPanel.lblAssociatedAlso.AN=File Type Associated Also with Extensions
-FileAssociationsPanel.lblAssociatedAlso.AD=File Type Associated Also with Extensions
-FileAssociationsPanel.lblExtension.text=File &Extension:
-FileAssociationsPanel.lblExtension.AN=Ekstensi Berkas
-FileAssociationsPanel.lblExtension.AD=Daftar Ekstensi Berkas
-FileAssociationsPanel.lblType.text=Associated File &Type (MIME):
-FileAssociationsPanel.lblType.AD=List of Associated File Types
-FileAssociationsPanel.lblType.AN=List of Associated File Types
-FileAssociationsPanel.lblFileAssociations.text=File Associations
-FileAssociationsPanel.lblFilesIgnored.text=Berkas diabaikan oleh IDE
-FileAssociationsPanel.lblPattern.text=&Ignored Files Pattern:
-FileAssociationsPanel.lblPattern.tooltip=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.lblPattern.AN=Ignored Files Pattern
-FileAssociationsPanel.lblPattern.AD=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.txtPatternError.AN=Ignored Files Pattern Syntax Error
-FileAssociationsPanel.txtPatternError.AD=Syntax error in ignored files regular expression
-
-NewExtensionPanel.title=Enter New File Extension
-NewExtensionPanel.AD=Enter New File Extension
-NewExtensionPanel.lblExtension.text=File &Extension:
-NewExtensionPanel.lblExtension.AN=Ekstensi Berkas
-NewExtensionPanel.lblExtension.AD=Ekstensi Berkas
-
-OpenAsAction.name=Open As...
-OpenAsPanel.txtDescription.AN=Petunjuk
-OpenAsPanel.txtDescription.AD=Petunjuk
-OpenAsPanel.lblExtension.text=Treat {0} files as:
-OpenAsPanel.title=Open as...
-OpenAsPanel.open=Membuka
-OpenAsPanel.AD=Pilih tipe berkas
-
-# display name for options export
-Files.Options.Export.displayName=Berkas
-OpenAsPanel.lblDescription.text=Netbeans tidak mengetahui tipe berkas ini Please specify how should these files be treated.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_in_ID.properties
deleted file mode 100644
index ba8c2a9..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_in_ID.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_General_Options_Category=General
-CTL_General_Options_Description=General options, Proxy settings, Editor settings
-CTL_Package_View_Type=View Java Packages as:
-CTL_Flattern_Packages=&List
-AN_Flattern_Packages=List
-AD_Flattern_Packages=List
-CTL_Tree_Packages=Tree
-AN_Tree_Packages=Tree
-AD_Tree_Packages=Tree
-CTL_No_Proxy=&No Proxy
-AN_No_Proxy=No Proxy
-AD_No_Proxy=No Proxy
-CTL_Usage_Statistics=Usage Statistics:
-AN_Usage_Statistics=Usage Statistics
-AD_Usage_Statistics=Usage Statistics
-CTL_Usage_Check=Hel&p us improve the NetBeans IDE by providing anonymous usage data
-AN_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-AD_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-CTL_Usage_Info=<html>The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.</html>
-AN_Usage_Info=Usage statistics info
-AD_Usage_Info=The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Learn more</u></font></html>
-AN_Learn_More=Learn more
-AD_Learn_More=Learn more
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Use System Proxy Settings
-AN_Use_System_Proxy_Settings=Use System Proxy Settings
-AD_Use_System_Proxy_Settings=Use System Proxy Settings
-CTL_Use_HTTP_Proxy=&Manual Proxy Settings
-AN_Use_HTTP_Proxy=HTTP Proxy
-AD_Use_HTTP_Proxy=HTTP Proxy
-AN_Web_Browser=Web Browser
-AD_Web_Browser=Web Browser
-AN_Host=Host
-AD_Host=Host
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Update Period
-AD_Update_Period=Update Period
-AN_Ask_Before_Check=Ask Before Check
-AD_Ask_Before_Check=Ask Before Check
-Line_Numbers=&Line Numbers
-Antialiasing=Antialiasing:
-Text_Antialiasing=Use Antialiasing
-Toolbar=&Toolbar
-Package_View=Package View
-SDI_Window_Mode=SDI Window Mode
-MDI_Window_Mode=MDI Window Mode
-Tree_View=Tree View
-Default_System_Browser=<Default Browser>
-Swing_HTML_Browser=Swing Browser
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=General
-CTL_Web_Browser=&Web Browser:
-Confirm_Delete=&Confirm Delete:
-CTL_Web_Proxy=Proxy Settings:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=HTTP Pro&xy\:
-Code_Folding=Code Folding:
-Show=Show:
-Editor=Editor
-CTL_Check_Period=Check Perio&d:
-CTL_Ask_Before_Check=Ask &Before Check:
-CTL_Auto_Update=Auto Update
-Use_Folding=&Use Code Folding
-Fold_Methods=Fold &Methods
-Fold_Classes=Fol&d Inner Classes
-Fold_Imports=Fold Import&s
-Fold_JavaDoc=Fold &Javadoc Comments
-Fold_Licence=F&old Initial Comment
-Auto_Popup=Auto Popup:
-Auto_Popup_Completion=Completion Window
-Auto_Popup_JavaDoc=Javadoc Window
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Default_System_Browser=Default System Browser
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Internal Browser
-
-
-
-
-AN_NonProxy=No Proxy For
-
-AD_NonProxy=No Proxy For
-
-CTL_Non_Proxy=No Prox&y For\:
-
-Non_Proxy_Hint=(e.g. localhost, *.netbeans.org, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=M&ore...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Advanced Proxy Settings
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Open Advanced Proxy Settings
-
-LBL_GeneralOptionsPanel_PortError=Port number must be an integer value.
-
-LBL_GeneralOptionsPanel_lWebProxy=Proxy Settings\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP &Proxy\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(e.g. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&t\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS Proxy\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS Proxy\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=No Pro&xy Hosts\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Proxy Re&quires Authentication
-
-LBL_AdvancedProxyPanel_lUserName=&Username\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Pass&word\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Use the same proxy settings for &all protocols
-
-LBL_AdvancedProxyPanel_Title=Advanced Proxy Options
-LBL_AdvancedProxyPanel_PortError=Port number must be an integer value.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Use System Proxy Settings
-GeneralOptionsPanel.lWebBrowser.text=&Web Browser\:
-GeneralOptionsPanel.rbNoProxy.text=&No Proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=Tak terpakai
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=Tak terpakai
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=Tak terpakai
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=Tak terpakai
-
-ACD_AdvancedProxyPanel_tfSocksHost=Tak terpakai
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=Tak terpakai
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=Tak terpakai
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=Tak terpakai
-
-ACD_AdvancedProxyPanel_tfSocksPort=Tak terpakai
-
-ACD_AdvancedProxyPanel_tfUserName=Tak terpakai
-
-ACD_AdvancedProxyPanel_pfUserPassword=Tak terpakai
-
-ACD_AdvancedProxyPanel=Tak terpakai
-
-LBL_WebBrowsersPanel_Title=Web Browsers
-LBL_ExternalBrowser_Name=External Browser
-WebBrowsersPanel.nameLabel.text=Name\:
-WebBrowsersPanel.executableLabel.text=Executable\:
-WebBrowsersPanel.parametersLabel.text=Parameters\:
-WebBrowsersPanel.browseButton.text=Browse...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Add...
-WebBrowsersPanel.removeButton.text=Remove
-WebBrowsersPanel.browsersLabel.text=Web Browsers\:
-GeneralOptionsPanel.editBrowserButton.text=&Edit...
-GeneralOptionsPanel.editBrowserButton.AD=Edit Web Browsers
-GeneralOptionsPanel.editBrowserButton.AN=Edit Web Browsers
-WebBrowsers_URL_Hint=Hint\: {URL} \= URL of the page to be loaded by the web browser
-
-ACS_WebBrowsersList=List of available web browsers
-ACS_AddWebBrowserButton=Add new web browser
-ACS_RemoveWebBrowserButton=Remove selected web browser
-ACS_BrowserNameField=Web browser name
-ACS_BrowserExecutableField=Web browser executable
-ACS_BrowserParametersField=Web browser executable parameters
-ACS_BrowseExecutableButton=Browse web browser executable
-WebBrowsersOptionsPanel.browsersLabel.text=&Web Browsers\:
-WebBrowsersOptionsPanel.addButton.text=A&dd...
-WebBrowsersOptionsPanel.removeButton.text=Hilangkan
-WebBrowsersOptionsPanel.nameLabel.text=&Nama\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Web Browsers
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Browsers list
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=List of Web Browsers
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Add button
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Remove button
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Browser name
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Web Browsers
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Web Browsers
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Direct connection.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, General Options
-
-# Display name for options export
-General.Options.Export.Category.displayName=General
-General.Options.Export.displayName=General
-Other.Options.Export.displayName=All Other Unspecified
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_in_ID.properties
deleted file mode 100644
index ee5c20b..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_in_ID.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - UI
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=User interface of the platform.
-OpenIDE-Module-Long-Description=Provides classes and resources for the standard basic user interface of the platform and for applications built on top of the platform.
-
-Actions=Actions
-Actions/Edit=Ubah
-Actions/Help=Bantuan
-Actions/System=System
-Actions/Tools=Tools
-Actions/View=View
-Actions/Window/SelectDocumentNode=Select Document in
-Menu=Menu Bar
-Menu/Edit=&Edit
-Menu/File=&File
-Menu/GoTo=&Navigate
-Menu/Help=&Help
-Menu/Tools=&Tools
-Menu/View=&View
-Menu/Window/SelectDocumentNode=Select Docume&nt in
-Services/Browsers=Web Browsers
-Templates/Privileged=Privileged
-Templates/Recent=Recent
-Templates/Services/Browsers=Web Browsers
-Toolbars=Toolbars
-Toolbars/Clipboard=Cli&pboard
-Toolbars/UndoRedo=&Undo/Redo
-Toolbars/File=&File
-Toolbars/Memory=&Memory
-Toolbars/Standard.xml=Coding
-UI/Services=Options
-
-ProgressDisplayName_FileSystemRefresh=Refreshing files
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_in_ID.properties
deleted file mode 100644
index b2d90f4..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_in_ID.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Start sampling IDE
-SelfSamplerAction_ActionNameStop=Stop sampling and take snapshot
-SelfSamplerAction_ActionDescription=Will take a snapshot based on the thread dump
-SelfSamplerAction_ThreadName=IDE Self Sampler
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=Snapshot was saved to {0}
-Save_Progress=Saving snapshot
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_in_ID.properties
deleted file mode 100644
index 3d11c8f..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_in_ID.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Buka didalam sistem
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_in_ID.properties
deleted file mode 100644
index 9f0551c..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_in_ID.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Total Memori Fisik
-
-
-#LOG_WINDOW_ACTIVATED=Jendela Utama Diaktifkan, dibutuhkan waktu {0} ms untuk refresh
-#LOG_WINDOW_DEACTIVATED=Jendela Utama Dinonaktifkan
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Checking for external changes
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspended
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_in_ID.properties
deleted file mode 100644
index c6dd756..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_in_ID.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Only Workspace>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_in_ID.properties
deleted file mode 100644
index 580c1f0..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_in_ID.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&lone Document
-# CloseWindowAction
-CTL_CloseWindowAction=&Close Window
-
-CTL_RecentViewListAction=Go to P&revious Document
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=Close &All Documents
-
-# UndockAction
-CTL_UndockWindowAction=&Undock Window
-CTL_UndockWindowAction_Dock=Doc&k Window
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Close All Documents
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimize Window
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Close Window
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Close Other Documents
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Save Document
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Clone Document
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Close Other Docu&ments
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maximi&ze Window
-CTL_UnmaximizeWindowAction=Restore Window
-
-# DocumentsAction
-CTL_DocumentsAction=&Documents...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=&Toolbars
-
-# NextTabAction
-CTL_NextTabAction=Next Tab
-# PreviousTabAction
-CTL_PreviousTabAction=Previous Tab
-
-CTL_ToggleFullScreenAction=&Full Screen
-
-# ResetWindowsAction
-CTL_ResetWindows=Reset &Windows
-
-LBL_ToggleWindowTransparencyAction=Transparent Window
-LBL_WindowTransparencyHint=Press and hold [Ctrl+NumPad 0] key to make minimized window transparent.
-
-# Properties
-GlobalProperties=P&roperties
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_in_ID.properties
deleted file mode 100644
index d06eed8..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_in_ID.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Appearance
-AdvancedOption_Tooltip_WinSys=Window System related options
-
-IsAlphaFloatingTooltip=Makes unfocused floating windows semi-transparent after few seconds
-
-IsDragWindowTooltip=Enables "ghost" window image during drag and drop of a window
-IsAlphaDragTooltip=Enables transparency in drag window image
-
-IsSnapScreenEdgesTooltip=Enables snapping of floating windows to screen edges
-IsSnappingTooltip=Enables automatic snapping of floating windows for easier layout handling
-
-NoAlphaSupport=Window transparency is not supported by OS
-LBL_DragWindowImage=Drag window image
-LBL_TransparentDragWindow=Transparent drag window image
-LBL_TransparentFloatingWindows=Transparent floating windows
-LBL_SnapFloatingWindows=Snapping floating windows
-LBL_SnapToScreenEdges=Snap to screen edges
-LBL_CloseActivatesRecentDocument=Close activates most recent document
-TIP_CloseActivatesMostRecentDocument=When a document is closed then the most recent document becomes active instead of its neighbor
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=When a document is closed then the most recent document becomes active
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_in_ID.properties
deleted file mode 100644
index 741a4dd..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_in_ID.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Cannot parse configuration of window manager {0}.
-EXC_GroupParse=Cannot parse configuration of Group {0}.
-EXC_TCGroupParse=Cannot parse configuration of TCGroup {0}.
-EXC_TCRefParse=Cannot parse configuration of TCRef {0}.
-EXC_ModeParse=Cannot parse configuration of mode {0}.
-
-# PersistenceManager
-EXC_RootFolder=Cannot create root folder {0}
-EXC_CompsFolder=Cannot create components folder {0}
-EXC_GroupsFolder=Cannot create groups folder {0}
-EXC_ModesFolder=Cannot create modes folder {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Top component {0} could not be located or loaded from 'Components' folder.
-EXC_CannotSaveTCSettings=Pengaturan untuk komponen paling atas {0} tidak bisa disimpan
-EXC_CopyFails=Cannot copy component settings file to folder {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Component {0} could not be saved due to problems with its serialization.
-FMT_TCReadError=Component {0} could not be opened due to problems with its deserialization.
-
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_in_ID.properties
deleted file mode 100644
index f89704e..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_in_ID.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Windows
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Implementation for windowing support.
-OpenIDE-Module-Long-Description=Adds classes implementing the window system part of the APIs.
-
-Actions/Window=Window
-Menu/Window=&Window
-
-# Options export
-Toolbars.Options.Export.displayName=Toolbars
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_in_ID.properties
deleted file mode 100644
index dc89fa8..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_in_ID.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Batalkan
-CloseButton=Tutup
-# HelpButton=Help
-YesButton=Yes
-NoButton=No
-# ApplyButton=Apply
-DetailsButton=Details
-# ButtoBarButoo
-CTL_Button=Button
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Batal
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Batal
-ACSD_FileSelectorDialog=File selector dialog
-ACSN_FileSelectorTreeView=Tree View
-ACSD_FileSelectorTreeView=Tree view in file selector
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Customizer Dialog
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Tutup
-CANCEL_OPTION_CAPTION=Batal
-HELP_OPTION_CAPTION=&Help
-NO_OPTION_CAPTION=No
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Yes
-ACS_YES_OPTION_NAME=Yes
-ACS_YES_OPTION_DESC=Yes button
-# - {0} message
-ACSD_ErrorMessage=Error: {0}
-ACSD_WarningMessage=Warning: {0}
-ACSD_QuestionMessage=Question {0}
-ACSD_InformationMessage=Information {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Batal
-ACS_CANCEL_OPTION_DESC=Cancel button
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=OK button
-
-ACS_NO_OPTION_NAME=No
-ACS_NO_OPTION_DESC=No button
-
-ACS_HELP_OPTION_NAME=Bantuan
-ACS_HELP_OPTION_DESC=Help button
-
-ACS_CLOSED_OPTION_NAME=Tutup
-ACS_CLOSED_OPTION_DESC=Close button
-
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_in_ID.properties
deleted file mode 100644
index b08053f..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_in_ID.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Main Window
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documents:
-LBL_Description=Descri&ption:
-LBL_Activate=Swi&tch to Document
-LBL_CloseDocuments=C&lose Document(s)
-LBL_SaveDocuments=&Save Documents(s)
-LBL_Close=&Kapat
-
-ACSD_Activate=Tak terpakai
-ACSD_CloseDocuments=Tak terpakai
-ACSD_SaveDocuments=Tak terpakai
-ACSD_Close=Tak terpakai
-ACSD_ListView=Tak terpakai
-ACSD_DescriptionArea=Tak terpakai
-ACSD_DocumentsDialog=Tak terpakai
-
-CTL_DocumentsTitle=Documents
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Properti-properti
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#No Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-ACSN_PropertiesSheet=Property sheet
-ACSD_PropertiesSheet=View shows properties for given node.
-EXC_CannotLoadNodes=Nodes cannot be loaded into the property sheet. They probably no longer exist.
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_in_ID.properties
deleted file mode 100644
index f58db5a..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_in_ID.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&K\u00fc\u00e7\u00fck Ara\u00e7ubu\u011fu Simgeleri
-
-# ToolbarLayout
-EXC_wrongConstraints=tasar\u0131ma ekleyemezsiniz: ToolbarConstraints kullanmay\u0131n.
-
-CTL_CustomizeToolbars=&\u00d6zelle\u015ftir...
-
-#New Toolbar Button label
-CTL_NewToolbar=&Yeni Ara\u00e7 \u00e7ubu\u011fu
-
-#Small Icons Checkbox
-CTL_SmallIcons=&K\u00fc\u00e7\u00fck Ara\u00e7 \u00e7ubu\u011fu Simgeleri
-
-#Drag and Drop hint
-CTL_TreeLabel=\u00d6\u011feleri eklemek veya kald\u0131rmak i\u00e7in s\u00fcr\u00fckleyin veya ara\u00e7 \u00e7ubuklar\u0131ndan ekleyip kald\u0131r\u0131n...
-
-LBL_PleaseWait=L\u00fctfen bekleyin...
-
-#Close customizer button
-CTL_Close=&Kapat
-
-#Customizer dialog window title
-CustomizerTitle=Ara\u00e7 \u00e7ubuklar\u0131n\u0131 \u00f6zelle\u015ftir
-
-ACSD_ActionsTree=Ara\u00e7 \u00e7ubuklar\u0131 i\u00e7in \u00f6\u011feleri buradan s\u00fcr\u00fckleyin.
-ACSN_ActionsTree=Eylemler Havuzu
-
-ACSN_ActionsScrollBar=Eylemler Havuzu Kayan \u00e7ubuk
-ACSD_ActionsScrollBar=Eylemler Havuzu Kayan \u00e7ubuk
-
-ACSD_ToolbarCustomizer=Ara\u00e7 \u00e7ubu\u011fu \u00f6zelle\u015ftiricisi
-
-ACSD_Close=Kapat D\u00fc\u011fmesi
-ACSD_NewToolbar=Yeni Ara\u00e7 \u00c7ubu\u011fu D\u00fc\u011fmesi
-
-ACSD_SmallIcons=K\u00fc\u00e7\u00fck simgeler Onay Kutusu
-
-CTL_ResetToolbarsAction=&Ara\u00e7 \u00e7ubuklar\u0131n\u0131 s\u0131f\u0131rla
-CTL_ResetToolbarsButton=&Ara\u00e7 \u00e7ubuklar\u0131n\u0131 s\u0131f\u0131rla
-
-
-
-PROP_newToolbarLabel=&Ad\u0131:
-PROP_newToolbarDialog=Yeni Ara\u00e7 \u00e7ubu\u011fu
-PROP_newToolbar=Ara\u00e7 \u00e7ubu\u011fu
-MSG_ToolbarExists=Ara\u00e7 \u00e7ubu\u011fu {0} zaten mevcuttur.
-
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_in_ID.properties
deleted file mode 100644
index 087f3e0..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_in_ID.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=The size cannot be negative
-CTL_InvalidValue=Invalid value entered
-CTL_InvalidValueWithParam=Invalid value {0} entered
-CTL_InvalidValueWithExc=Invalid value entered. \nCause: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Value of {0} should be in format {1}
-
-#ColorEditor
-CTL_AWTPalette=AWT Palette
-CTL_SwingPalette=Swing Palette
-CTL_SystemPalette=System Palette
-ACSD_CustomColorEditor=Tak terpakai
-FMT_IllegalEntry="{0}" is not a valid color identifier.  You may enter Swing or AWT constants or red/green/blue values.
-
-# ColorEditor:AWT color names
-LAB_White=white
-LAB_LightGray=lightGray
-LAB_Gray=gray
-LAB_DarkGray=darkGray
-LAB_Black=black
-LAB_Red=red
-LAB_Pink=pink
-LAB_Orange=orange
-LAB_Yellow=yellow
-LAB_Green=green
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=blue
-# ColorEditor: system color names
-LAB_ActiveCaption=Active Caption
-LAB_ActiveCaptionBorder=Active Caption Border
-LAB_ActiveCaptionText=Active Caption Text
-LAB_Control=Control
-LAB_ControlDkShadow=Control Dk Shadow
-LAB_ControlHighlight=Control Highlight
-LAB_ControlLtHighlight=Control Lt Highlight
-LAB_ControlShadow=Control Shadow
-LAB_ControlText=Control Text
-LAB_Desktop=Desktop
-LAB_InactiveCaption=Inactive Caption
-LAB_InactiveCaptionBorder=Inactive Caption Border
-LAB_InactiveCaptionText=Inactive Caption Text
-LAB_Info=Info
-LAB_InfoText=Info Text
-LAB_Menu=Menu
-LAB_MenuText=Menu Text
-LAB_Scrollbar=Scrollbar
-LAB_Text=Teks
-LAB_TextHighlight=Text Highlight
-LAB_TextHighlightText=Text Highlight Text
-LAB_TextInactiveText=Text Inactive Text
-LAB_TextText=Text Text
-LAB_Window=Window
-LAB_WindowBorder=Window Border
-LAB_WindowText=Window Text
-
-#DimensionCustomEditor
-CTL_Dimension=Dimension
-CTL_Width=&Width:
-CTL_Height=&Height:
-ACSD_CTL_Width=Tak terpakai
-ACSD_CTL_Height=Tak terpakai
-ACSD_DimensionCustomEditor=Tak terpakai
-
-#DimensionEditor
-CTL_HintFormat=[width,height]
-
-#FontEditor
-CTL_Plain=Plain
-CTL_Bold=Bold
-CTL_Italic=Italic
-CTL_BoldItalic=Bold Italic
-CTL_Font=Fon&t:
-CTL_FontStyle=Font St&yle:
-CTL_Size=&Size:
-CTL_Preview=Preview
-ACSD_CTL_Font=Tak terpakai
-ACSD_CTL_FontStyle=Tak terpakai
-ACSD_CTL_Size=Tak terpakai
-ACSD_FontCustomEditor=Tak terpakai
-
-#InsetsCustomEditor
-CTL_Insets=Insets
-CTL_Top=&Top:
-CTL_Left=&Left:
-CTL_Bottom=&Bottom:
-CTL_Right=&Right:
-ACSD_CTL_Top=Tak terpakai
-ACSD_CTL_Left=Tak terpakai
-ACSD_CTL_Bottom=Tak terpakai
-ACSD_CTL_Right=Tak terpakai
-
-#InsetsEditor
-CTL_HintFormatIE=[top,left,bottom,right]
-
-# ObjectEditor
-CTL_NullValue=<Lookup null value>
-CTL_NullItem=<Lookup null item>
-
-#PointCustomEditor
-CTL_Point=Point
-CTL_X=&X:
-ACSD_CTL_X=Tak terpakai
-CTL_Y=&Y:
-ACSD_CTL_Y=Tak terpakai
-ACSD_PointCustomEditor=Tak terpakai
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rectangle
-ACSD_CustomRectangleEditor=Tak terpakai
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,width,height]
-
-#StringCustomEditor
-ACS_TextArea=Text:
-ACSD_TextArea=Enter the property text here
-ACSD_CustomStringEditor=Editor for string properties
-ACS_Instructions=Instructions
-ACSD_Instructions=Tak terpakai
-
-MSG_FontIsNotInitialized=Storing to XML failed because the value of font is not initialized.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Select a File or Directory
-CTL_DialogTitleFiles=Select a File
-CTL_DialogTitleDirs=Select a Directory
-ACSD_FileEditor=Tak terpakai
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Unspecified>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Properti-properti
-ACSD_PropertiesEditorPane=Tak terpakai
-ACSD_CustomPropertiesEditor=Tak terpakai
-WARN_PropertiesComments=Warning: comments will be discarded.
-
-#StringArrayCustomEditor
-CTL_Empty=<empty>
-CTL_Item=&Item:
-ACSD_CTL_Item=Tak terpakai
-CTL_ItemList=Item &List
-ACSD_CTL_ItemList=Tak terpakai
-CTL_Add_StringArrayCustomEditor=&Tambah
-ACSD_CTL_Add_StringArrayCustomEditor=Tak terpakai
-CTL_Change_StringArrayCustomEditor=&Edit
-ACSD_CTL_Change_StringArrayCustomEditor=Tak terpakai
-CTL_Remove=Hilangkan
-ACSD_CTL_Remove=Tak terpakai
-CTL_MoveUp=&Up
-ACSD_CTL_MoveUp=Tak terpakai
-CTL_MoveDown=Do&wn
-ACSD_CTL_MoveDown=Tak terpakai
-ACSD_StringArrayCustomEditor=Tak terpakai
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=kosong
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Non integer input value: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Illegal string kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - valid values are: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Unknown class: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Not a legal value: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Not a recognized URL: {0}
-#
-MSG_NULL_OR_EMPTY=Null, or an empty array
-
-#ObjectEditor
-ACSN_ObjectTree=Available options
-ACSD_ObjectTree=Select an object
-
-#Font Editor
-MSG_AppleBug=If you are seeing this message, an error occured while initializing the list of available fonts.  This is due to a bug in the Apple JVM triggered when bitmap fonts are installed on the system.  In order to use the font editor, you will need to uninstall all bitmap fonts on your system.  See Apple BugReporter issue 3121780 for further details.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_in_ID.properties
deleted file mode 100644
index dd32c2f..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_in_ID.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Core
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=The basic framework of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the central infrastructure that lets NetBeans-based applications run. It cannot be disabled.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=A {0} exception has occurred.\n\tClick Show Details or see the messages.log file located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-# {0} - class name of exception
-NTF_ExceptionWarning=A {0} exception has occurred.\nHowever, the system should continue working without further problems.\nClick Show Details for the stack trace.
-NTF_ExceptionWarningTitle=Peringatan
-
-#startup info messages
-MSG_MainWindowInit=Initializing Main Window...
-MSG_WindowShowInit=Opening Main Window...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Saving {0} ...
-MSG_AllSaved=Save All finished.
-
-CTL_Cannot_save=Cannot save {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Password Protected Site
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=View By:
-ShortcutsEditor.actionsButton.text=Actions
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Shortcuts
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Select View by Actions to Edit Shortcuts for an Action
-ShortcutsPanel.addButton.text=Add...
-ShortcutsPanel.removeButton.text=Remove
-ShortcutsPanel.AddActionTitle=New Shortcut
-ActionsPanel.shortcutAddButton.text=Add...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Remove
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Edit Shortcuts
-ActionsPanel.AddShortcut=Add Shortcut
-ActionsPanel.ShortcutLabel=Shortcut:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Select View by Shortcuts, but for Edit Shortcuts should be View by Action selected
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Add New Shortcuts for Actions
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Remove Shortcuts for Actions
-ACSN_ShortcutsPanel.shortcutsList=Shortcuts list
-ACSD_ShortcutsPanel.shortcutsList=Tak terpakai
-ACS_ActionsPanel.ShortcutLabel.a11yName=Fill Shorcut
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Fill Shorcut by Keys combination
-ACSN_ActionsPanel.actionsTree=Tak terpakai
-ACSN_ActionsPanel.shortcutsList=Shortcuts list
-ACSD_ActionsPanel.actionsTree=Tak terpakai
-ACSD_ActionsPanel.shortcutsList=Tak terpakai
-ACSD_ShortcutsEditor.DialogDesc=Tak terpakai
-ACSD_ActionsPanel.Dialog=Add new shortcut to the selected action
-ACS_ActionsPanel=Tak terpakai
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=There is already an action bound to this shortcut ({0}).\nDo you want to use the newly selected action instead?
-
-CTL_ExitTitle=Save
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Simpan
-ACSD_Save=Save.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=Simpan Semu&a
-ACSD_SaveAll=Save all.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Discard All
-ACSD_DiscardAll=Discard all.
-EXC_Save=An exception occurred while saving
-# NotifyException
-CTL_Title_Exception=Exception
-CTL_NextException=&Next >
-CTL_PreviousException=< &Previous
-CTL_Exception_Hide_Details=&Sembunyikan Details
-CTL_Exception_Show_Details=&Tampilkan Details
-ACSD_NextException=Tak terpakai
-ACSD_PreviousException=Tak terpakai
-ACSD_Exception_Hide_Details=Tak terpakai
-ACSD_Exception_Show_Details=Tak terpakai
-ACSN_ExceptionStackTrace=Tak terpakai
-ACSD_ExceptionStackTrace=Tak terpakai
-ACSD_NotifyExceptionPanel=Tak terpakai
-
-ACSN_ListOfChangedFiles=List
-ACSD_ListOfChangedFiles=List of changed files for save
-ACSD_ExitDialog=Dialog for save any changes
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI Mode
-CTL_MdiMode=MDI Mode
-
-# NbPlaces
-CTL_NoWorkspaces=No Workspaces
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=Tak terpakai
-ACD_NotifyExcPanel_Dialog=Tak terpakai
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT Event Dispatch Thread is blocked for {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Authentication Required
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=&User Name:
-NbAuthenticatorPanel.passwordLbl.text=&Password:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Password for {0}
-
-ProxySettings.password.description=Proxy password
-
-Title_WebBrowser=Web Browser
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_in_ID.properties
deleted file mode 100644
index 7c6646f..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_in_ID.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&About
-About_title=About
-
-#CopyProductInfoAction
-CopyProductInfo=Copy Info
-CopyProductInfoAction=&Copy Info
-CTL_CopyButton_tooltip=Copy NetBeans Product Information to clipboard
-
-#HtmlViewAction
-CTL_OpeningBrowser=Opening Browser ...
-HTMLView=&Web Browser
-
-#SystemExit
-Exit=E&xit
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Next Inner View
-LBL_PreviousViewCallbackAction=Previous Inner View
-
-# jump next/prev actions
-JumpNextAction=Ne&xt Error
-JumpPrevAction=&Previous Error
-
-#LogAction
-MSG_LogTab_name=IDE &Log
-MSG_ShortLogTab_name=IDE Log
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_in_ID.properties
deleted file mode 100644
index b1d6b5c..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_in_ID.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Product Version\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>System\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Userdir:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE and NetBeans Platform are based on software from netbeans.org, which has been dual licensed under the Common Development and Distribution License (CDDL) and the GNU General Public License version 2 with Classpath exception. For more information, please visit <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} version {1} running on {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Simple HTML Browser based on a Swing component
-MSG_cannot_create_browser=Cannot create Swing HTML Browser.
-Services/Browsers/SwingBrowser.settings=Swing HTML Browser
-LBL_Close=Tutup
-MNE_Close=C
-ACSN_Close=Tutup
-ACSD_Close=Tutup
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_in_ID.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_in_ID.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_in_ID.properties
deleted file mode 100644
index 990f15d..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_in_ID.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Pustaka
-OpenIDE-Module-Short-Description=Bundles JNA library.
-OpenIDE-Module-Long-Description=This module bundles JNA library.
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_in_ID.properties
deleted file mode 100644
index 51ede54..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_in_ID.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Scripting API Integration
-OpenIDE-Module-Display-Category=Pustaka
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). No longer needed.
-OpenIDE-Module-Deprecation-Message=No longer needed on JDK 6. Remove your dependency on this module.
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_in_ID.properties
deleted file mode 100644
index 0c6c576..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_in_ID.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Pustaka
-OpenIDE-Module-Short-Description=Bundles the JUnit 4.x testing library.
-OpenIDE-Module-Long-Description=Includes the JUnit 4.x unit testing library.
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_in_ID.properties
deleted file mode 100644
index d0acda0..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_in_ID.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi Specification
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_in_ID.properties
deleted file mode 100644
index bcebffa..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_in_ID.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Quick Search
-QuickSearchComboBar.jLabel2.toolTipText=Click or press Shift+F10 for Category selection
-MSG_DiscoverabilityHint=Search
-MSG_DiscoverabilityHint2=Search in {0}
-LBL_MoreResults=...
-LBL_AllCategories=All Categories
-QuickSearchPopup.searchingLabel.text=Searching ...
-QuickSearchPopup.noResultsLabel.text=( No Results )
-QuickSearchPopup.hintLabel.text={0}; Press {1} for All Categories
-AbstractQuickSearchComboBar.command.toolTipText=Quick Search in the system {0}
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_in_ID.properties
deleted file mode 100644
index 912c009..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_in_ID.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Cannot display URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_in_ID.properties
deleted file mode 100644
index 3fa05f8..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_in_ID.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Name=Quick Search API
-OpenIDE-Module-Short-Description=Infrastructure for quick search in menu items, actions, files etc.
-QuickSearch/Recent=Recent Searches
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_in_ID.properties
deleted file mode 100644
index 88982ad..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_in_ID.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=No Filter
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_in_ID.properties
deleted file mode 100644
index 50b5886..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_in_ID.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Name=ETable and Outline
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_in_ID.properties
deleted file mode 100644
index 62cd9bd..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_in_ID.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Look & Feel Customization Library
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Handles per-look-and-feel UIManager customizations for NetBeans
-OpenIDE-Module-Long-Description=Defines NetBeans-specific values needed in UIManager and ensures that some values available in BasicLookAndFeel are available on all look and feels. Handles metal-theme support, look and feel selection and initializing custom font sizes
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_in_ID.properties
deleted file mode 100644
index aded636..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_in_ID.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=Warning: Due to JDK bug 5079742, fonts in NetBeans will not look good. Please install JDK 1.5.0_02 or newer, details at http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_in_ID.properties
deleted file mode 100644
index 4f7dcd4..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_in_ID.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Tab Control
-OpenIDE-Module-Display-Category=Pustaka
-OpenIDE-Module-Short-Description=The tab control used by the window system
-OpenIDE-Module-Long-Description=The NetBeans windowing system's tab control bean library
-
-
-
-ACS_TabbedContainer=Tab Control
-ACSD_TabbedContainer=Tab control to switch between tabs.
-
-TT_TabDisplayer_Close=<html>Shift + click to close all documents<br>Alt + click to close other documents
-
diff --git a/l10n/src/in_ID/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_in_ID.properties
deleted file mode 100644
index 79bbf8d..0000000
--- a/l10n/src/in_ID/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_in_ID.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Show Opened Documents List
-
-Tip_Restore_Window=Restore Window
-
-Tip_Maximize_Window=Maximize Window
-
-Tip_Minimize_Window=Minimize Window
-
-Tip_Pin=Pin
-
-Tip_Close_Window=Close Window
-
-Tip_Scroll_Documents_Right=Scroll Documents Right
-
-Tip_Scroll_Documents_Left=Scroll Documents Left
-
diff --git a/l10n/src/in_ID/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_in_ID.properties
deleted file mode 100644
index c177545..0000000
--- a/l10n/src/in_ID/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_in_ID.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Actions APIs
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Definition of common actions for NetBeans
-OpenIDE-Module-Long-Description=Provides list of common actions used by any NetBeans application.
-
-
-New=&Tambah
-# {0} name of the only one new type
-NewArg=&Tambah {0}
-
-# File
-NewFromTemplate=&Baru
-Save=&Simpan
-Print=&Cetak
-PageSetup=Pengaturan Halaman
-
-#0 undoableedit
-UndoWithParameter=&Undo {0}
-#0 undoableedit
-RedoWithParameter=&Redo {0}
-UndoSimple=&Undo
-RedoSimple=&Redo
-Cut=Cu&t
-Copy=Salin
-Paste=&Paste
-Delete=&Hapus
-Find=&Cari
-Goto=Menuju baris...
-Replace=Ganti...
-
-# View
-Properties=&Properti-properti
-View=View
-Edit=Ubah
-
-# Build
-Execute=&Eksekusi
-
-# Window
-DockWindow=&Dock View
-UndockWindow=&Undock View
-CloneView=&Clone View
-CloseView=Tutup
-NextTab=&Next View
-PreviousTab=&Previous View
-
-Open=Membuka
-Rename=Rename...
-
-MoveUp=Move Up
-MoveDown=Move Down
-
-
-Customize=Customize
-
-#rename action
-CTL_RenameTitle=Rename
-CTL_RenameLabel=&New Name:
-# {0} param represents old name before renaming.
-MSG_BadFormat=Objek tidak bisa diberi nama baru dari {0} ke {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Garbage Collect
-
-#HeapView
-LBL_ShowText=Show Text
-LBL_DropShadow=Drop Shadow
-LBL_OverlayGrid=Overlay Grid
-
-# NewTemplateAction
-CTL_NewName=New Name
-CTL_NewNameTitle=&Baru
-
-
-#Reorder Action
-Reorder=Change Order...
-
-OpenLocalExplorer=Explore From &Here
-
-WorkspacesItems=&Workspaces
-
-
-# name of template
-CTL_Template_Name=Object &Name:
-# title of dialog
-CTL_Template_Dialog_Title=Instantiate Template
-CTL_Template_Dialog_RootTitle=Save &In:
-
-
-# Tools action
-CTL_Tools=Tools
-CTL_EmptySubMenu=Kosong
-
-
-# name of the PopupAction
-Popup=Popup
-
-#SaveAction
-MSG_saved={0} saved.
-EXC_notsaved=Ada beberapa masalah ketika akan menyimpan {0}\nCause: {1}
-#Template wizard title
-CTL_TemplateWizard=New From Template
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Click to force garbage collection
-
-
diff --git a/l10n/src/in_ID/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_in_ID.properties
deleted file mode 100644
index 7129d3b..0000000
--- a/l10n/src/in_ID/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_in_ID.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI Utilities API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=User interface utilities.
-OpenIDE-Module-Long-Description=Helper methods for various UI related tasks.
-
-
-
-#MenuBar
-EXC_LoadMenu=Unable to load menu {0}
-EXC_LoadMenuItem=Unable to load menu item {0}
-
-#HtmlBrowser
-CTL_Back=Back
-CTL_Forward=Forward
-CTL_Reload=Reload
-CTL_Stop=Stop
-CTL_Document_done=Document: Done
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Loading
-EXC_Module=Exception during initialization of HTML browser module
-CTL_WebBrowser=Web Browser
-HINT_WebBrowser=Web Browser
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Browser view
-ACSD_HtmlBrowser=Tak terpakai
-ACS_HtmlBrowser_Location=Location
-ACSD_HtmlBrowser_Location=Tak terpakai
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Horizontal
-SplittedPanelSwap=Swap panels
-ResetSplitter=Reset split line
-ACS_SplittedPanel_Name=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_Description=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_EmptySplitter=Tak terpakai
-ACSD_SplittedPanel_EmptySplitter=Tak terpakai
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=Tak terpakai
-#Title while loading
-LBL_Loading=Memuat....
-#Title if html doesn't contain title tags
-LBL_Untitled=Untitled
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Unknown host: {0}
-FMT_InvalidURL=Invalid URL: {0}
-FMT_NoRouteToHost=No route to host: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Invoking {4} implemented as {3} thru {1}
-
-
-# action and their performers
-Open=Membuka
-Edit=Ubah
-Print=&Cetak...
-View=View
-Close=Tutup
-
diff --git a/l10n/src/in_ID/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_in_ID.properties
deleted file mode 100644
index a52779f..0000000
--- a/l10n/src/in_ID/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_in_ID.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Compatibility APIs
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Some old classes that are now deprecated.
-OpenIDE-Module-Long-Description=Contains some old API classes that have now been deprecated and can be replaced. Specifically: ExplorerActions; ExplorerPanel; HttpServer; and WeakListener.
-OpenIDE-Module-Deprecation-Message=The classes in this API are all deprecated and can be replaced by more modern APIs.
-
diff --git a/l10n/src/in_ID/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_in_ID.properties
deleted file mode 100644
index 1d9401d..0000000
--- a/l10n/src/in_ID/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_in_ID.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialogs API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Handles dialogs and wizards.
-OpenIDE-Module-Long-Description=This module handles the dialog and wizard infrastructure used in NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Error
-NTF_ExceptionTitle=Exception
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=A {0} exception has occurred.\nPlease report this at http://www.netbeans.org/issues.html, including a copy of your messages.log file.\nThe messages.log file is located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-NTF_PlainTitle=Message
-NTF_QuestionTitle=Question
-NTF_InformationTitle=Information
-NTF_WarningTitle=Peringatan
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Options Align
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Yes
-CTL_NO=No
-CTL_CLOSE=Tutup
-
-CTL_CANCEL=Batal
-ACSD_CANCEL=n/a
-
-CTL_NEXT=Next >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Moves to next step of the wizard.|2#Next step: {0}. {1}}
-
-CTL_PREVIOUS=< &Back
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Moves to previous step of the wizard.|0#Previous step: {0}. {1}}
-
-CTL_FINISH=&Finish
-ACSD_FINISH=n/a
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Input line
-ACSD_InputField=Tak terpakai
-ACN_NotifyDescriptor_MessageJTextArea=Tak terpakai
-ACD_NotifyDescriptor_MessageJTextArea=Tak terpakai
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} wizard ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} dari {1}
-CTL_ContentName=Steps
-CTL_HelpName=Bantuan
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Please wait.
-
diff --git a/l10n/src/in_ID/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_in_ID.properties
deleted file mode 100644
index 4ae34e6..0000000
--- a/l10n/src/in_ID/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_in_ID.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Execution API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Execution API from the Open APIs.
-OpenIDE-Module-Long-Description=Consists of parts of the org.openide.execution.* package from the Open APIs.
-
diff --git a/l10n/src/in_ID/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_in_ID.properties
deleted file mode 100644
index 5379248..0000000
--- a/l10n/src/in_ID/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_in_ID.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Explorer & Property Sheet API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Various view for displaying node structures.
-OpenIDE-Module-Long-Description=Allows definition of new views that display structures created using Nodes API.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorer [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Could not restore Explorer window; the root node "{0}" could not be restored correctly.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=An Explorer view must not veto the empty selection.
-EXC_ContextMustBeWithinRootContext=An explored context ({0}) must be within the root context ({1}).
-EXC_NodeCannotBeNull=Cannot use null for node selection.
-EXC_NoElementOfNodeSelectionMayBeNull=No element of a node selection may be null.
-EXC_NodeSelectionCannotContainNodes=A node selection cannot contain nodes ({0}) not underneath the root ({1}).
-EXC_CannotHaveNullRootContext=Cannot have null root context.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Are you sure you want to delete {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Are you sure you want to delete {0} and all of its contents?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Are you sure you want to delete these {0} items?
-MSG_ConfirmDeleteObjectTitle=Confirm Object Deletion
-MSG_ConfirmDeleteFolderTitle=Confirm Package Deletion
-MSG_ConfirmDeleteObjectsTitle=Confirm Multiple Object Deletion
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Are you sure you want to delete {0} (link to {3})?
-MSG_ConfirmDeleteShadowTitle=Confirm Link Deletion
-
-
diff --git a/l10n/src/in_ID/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_in_ID.properties
deleted file mode 100644
index 4712aba..0000000
--- a/l10n/src/in_ID/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_in_ID.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Exception dalam
-PS_Editor=Editor Properti\n
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Barisan
-FMT_ErrorSettingProperty=Properti tidak dapat dipasangkan {0} bukan nilai yang sah untuk {1}.
-FMT_CannotUpdateProperty={0} bukan nilai yang sah untuk {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(Tidak Terdapat Properti Editor)
-CTL_NoProperties=(Tidak Terdapat Properti)
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Properti-properti
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Susun berdasarkan Kategori
-ACS_CTL_NoSort=Susun berdasarkan Kategori
-CTL_AlphaSort=Susun berdasarkan Nama
-ACS_CTL_AlphaSort=Susun berdasarkan Nama
-CTL_TypeSort=Susun berdasarkan Tipe
-ACS_CTL_TypeSort=Susun berdasarkan Tipe
-CTL_VisibleWritableOnly=Tampilkan Properti-properti yang bisa dirubah saja
-ACS_CTL_VisibleWritableOnly=Tampilkan Properti-properti yang bisa dirubah saja
-CTL_Customize=Pengubah
-ACS_CTL_Customize=Pengubah
-CTL_Help=Bantuan
-ACS_CTL_Help=Bantuan
-ACSD_CTL_Help=Memberikan bantuan tentang object dimana properti-propertinya ditampilkan di lembar properti
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Menggunakan properti >>{0}<< waktu mempola mengakibatkan exception.
-
-#PropertySheet
-CTL_Property_sheet_option=Lembar Properti
-
-
-#IndexedPropertyEditor
-CTL_NoItem=Tidak terdapat pokok
-CTL_Index=Indeks Property:
-CTL_Unknown=Tak dikenal
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=Tak terpakai
-CTL_Cancel=Batal
-ACSD_CTL_Cancel=Tak terpakai
-CTL_Close=Tutup
-ACSD_CTL_Close=Tak terpakai
-CTL_Default=Ubah kembali ke kondisi awal
-ACSD_CTL_Default=Tak terpakai
-CTL_Paste=Tempel
-
-#PropertyDetails
-EXC_Setter=Exception di metode pengubah untuk properti : {0}
-EXC_Setter_localized=Exception di metode pengubah untuk properti {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<tidak terdapat editor pengubah>
-CTL_No_property_editor=<tidak terdapat editor pengubah>
-CTL_Different_Values=<Nilai-nilai yang Berbeda>
-CTL_Desc_Different_Values=Titik-titik yang dipilih memiliki nilai-nilai yang berbeda untuk properti ini.
-CTL_No_properties=<Properti-properti tidak ditemukan>
-CTL_No_value=<Tanpa Nilai>
-CTL_No_type=<Tanpa Tipe>
-CTL_ElipsisHint=Jalankan penyusun.
-CTL_InvalidValue=Nilai tidak sah: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Nilai tidak sah {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Tipe: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Properti-properti
-CTL_New=&Baru
-CTL_Delete=&Hapus
-CTL_MoveUp=Pindahkan &atas
-CTL_MoveDown=Pindahkan &bawah
-CTL_HideDetails=&Sembunyikan Details
-CTL_ShowDetails=&Tampilkan Details
-EXC_ErrorInIndexedSetter=Nilai properti yang diindeks tidak bisa dipasangkan
-
-ACSD_Properties=Tak terpakai
-ACSD_New=Tak terpakai
-ACSD_Delete=Tak terpakai
-ACSD_MoveUp=Tak terpakai
-ACSD_MoveDown=Tak terpakai
-ACSD_HideDetails=Tak terpakai
-ACSD_ShowDetails=Tak terpakai
-ACSD_IndexedEditorPanel=Tak terpakai
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Nama-nama
-COLUMN_VALUES=Nilai-nilai
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<tak terbaca>
-#Text for null values
-NULL=kosong
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Kesalahan dalam memasangkan nilai
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Mode susunan tidak dikenal
-
-#Button labels for property dialogs
-ok=Ok
-default=Balikkan ke nilai semula
-cancel=Batalkan
-close=Tutup
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Deskripsi
-ACSD_Description=Deskripsi dari properti yang dipilih saat ini
-ACS_DescriptionTitle=Nama properti
-ACSD_DescriptionTitle=Nama dari properti yang dipilih saat ini
-CTL_NO_DESCRIPTION=Deskripsi tidak ditemukan
-CTL_NO_SELECTION=Pilihan tidak ditemukan
-ACS_Splitter=Pembagi
-ACSD_Splitter=Pembagi visuil antara daftar properti-properti dan daerah deskripsi.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=Properti
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} sama dengan {1}
-FMT_ACST_SheetSet=Kelompok properti {0}
-ACST_No_Selection=Pilihan tidak ditemukan
-CTL_Multiple_Selection=Lebih dari satu obyek terpilih
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Klik, atau pilih dan tekan CTRL-SPACE untuk membuka editor penyusun; klik kanan untuk menu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Tampilkan Daerah Deskripsi
-CTL_HideDescription=Sembunyikan Daerah Deskripsi
-CTL_RestoreDefaultValue=Kembali ke Nilai Semula
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Properti-properti
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=Properti ini
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Format angka yang tidak sah: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Editor penyusun: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Tabel daftar properti
-ACSN_SHEET_TABBED_PANE=Kategori-kategori properti
-ACSD_SHEET_TABLE=Daftar properti-properti yang dapat dirubah yang mewakili obyek saat ini
-ACSD_SHEET_TABBED_PANE=Boleh memilih kelompok-kelompok properti yang berbeda untuk obyek saat ini untuk ditampilkan di layar properti
-
-LBL_QUICKSEARCH=Pencarian cepat:
-
-MSG_SetAsText_InvalidValue=Nilai tidak sah: {0}
-
diff --git a/l10n/src/in_ID/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_in_ID.properties
deleted file mode 100644
index bcfa633..0000000
--- a/l10n/src/in_ID/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_in_ID.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Kosong
-MenuViewStartFromRoot=Browse from root
-MenuViewStartFromCurrent=Browse from current point
-
-# TabView
-TabView_RootTab=Root
-
-# TreeView
-VetoSelectedNodes=Selected Nodes
-LBL_QUICKSEARCH=Search:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=Objek tidak bisa diberi nama baru dari {0} ke {1}.
-ACSN_TreeViewCellEditor=Rename editor
-ACSD_TreeViewCellEditor=In-place editor of node name in the tree view
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=Target did not accept the content of the transfer.
-
-MSG_ABORT=Batal
-
-#TableSheet
-ACS_TableSheet=Table of properties
-ACSD_TableSheet=Tak terpakai
-ACS_NullPanel=No property
-# {0} - bean
-ACSD_NullPanel=No property. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Type: {1} Bean: {2}
-CTL_No_value=<Tanpa Nilai>
-CTL_No_type=<Tanpa Tipe>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Change Visible Columns
-LBL_ColumnDialogDesc=Choose the Columns to Display in the List
-LBL_ListOptions=List Options
-LBL_ChangeColumns=Change Visible Columns...
-LBL_SortMenu=Sort
-LBL_Ascending=Ascending
-LBL_Descending=Descending
-LBL_ColsMenu=Column
-LBL_MoveLeft=Move Left
-LBL_MoveRight=Move Right
-MSG_NoColumnsToChange=There are no columns to change their visibility.
-LBL_NoSort=None
-ACSN_ColumnDialog=Change Visible Columns
-ACSD_ColumnDialog=Choose the Columns to Display in the List
-
-#a11y
-ACSN_TreeTable=Tak terpakai
-ACSD_TreeTable=Tak terpakai
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Show only rows where
-
-CTL_ColumnsSelector=Change Visible Columns
-ACN_ColumnsSelector=Columns Selector
-ACD_ColumnsSelector=Select visible columns
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Choose the Columns to Display in the List
-NodeOutlineModel_NodesColumnLabel=Nodes
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Accessing {0} without Children.MUTEX read access
-
diff --git a/l10n/src/in_ID/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_in_ID.properties
deleted file mode 100644
index 5b6a2d4..0000000
--- a/l10n/src/in_ID/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_in_ID.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Invalid XML document:
-
-W-003=Warning: XML parser does not support lexical-handler feature.
-
diff --git a/l10n/src/in_ID/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_in_ID.properties
deleted file mode 100644
index a6cca53..0000000
--- a/l10n/src/in_ID/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_in_ID.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=File System API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Virtual File System API.
-OpenIDE-Module-Long-Description=Allows access to file like resources in a way independent on actual OS files. Supports notification of changes on disk.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Invalid {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=Root {0} does not exist.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=File {0} in {1} is read-only.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Cannot create file {0} because {1} on filesystem {2} is not a folder.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Slash in folder name "{0}" not allowed.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Folder {0} already exists in {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Cannot create folder {0} in {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=File {0} already exists in filesystem {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Invalid lock [{0}] for file {1} in {2} with current lock [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Cannot modify filesystem.attributes file:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=File {1} cannot be found in folder {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} is read-only.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} is read-only because it is inside {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=File {0} does not exist.
-
-# {0} = name of zip file 
-EXC_CanntRead=Cannot read from file {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Error in file {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Error in JAR file {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Unknown JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Multi-Filesystem
-EXC_FileOutsideModified=File {0} not found. Another application may have moved the file or changed the name.
-XML_NotValidXMLFileSystem=Invalid XML FileSystem.
-EXC_DefAttrReadErr=Cannot read DefaultAttributes.
-EXC_UnreachableCode=Internal error: unreachable code.
-
-EXC_FolderCopy=Folder copying not supported.
-XML_RootInvalid=FileSystem element must be the root element.
-XML_MisssingAttr=Attribute \"name\" is missing
-XML_InaccurateParam=Inaccurate number of parameters
-XML_UnknownElement=Unknown element.
-XML_DuplElement=Duplicated FileObject:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} in {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Opening stream for {0}
-
diff --git a/l10n/src/in_ID/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_in_ID.properties
deleted file mode 100644
index af7b59e..0000000
--- a/l10n/src/in_ID/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_in_ID.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=I/O APIs
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Open APIs relating to displaying output.
-OpenIDE-Module-Long-Description=Contains classes from org.openide.windows.* relating to creating output tabs, displaying output, and hyperlinking it.
-
diff --git a/l10n/src/in_ID/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_in_ID.properties
deleted file mode 100644
index 3522c83..0000000
--- a/l10n/src/in_ID/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_in_ID.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Long-Description=This module binds the Datasystems API with Scripting API. As a result it is possible to use any scripting and templating language to generate templates.
-OpenIDE-Module-Name=Advanced Templating
-OpenIDE-Module-Short-Description=Advanced Templating not only for Datasystems
-
diff --git a/l10n/src/in_ID/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_in_ID.properties
deleted file mode 100644
index 97cec57..0000000
--- a/l10n/src/in_ID/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_in_ID.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Datasystems API
-OpenIDE-Module-Short-Description=Open API NetBeans untuk memanipulasi objek-objek data
-OpenIDE-Module-Long-Description=API Datasystems adalah sebuah lapisan di atas API Filesystems yang dapat mengenali dan mengelompokkan objek-objek data dan memberi mereka semantik tertentu. Yang dulunya adalah bagian dari Open API umum, API ini sekarang dipisah menjadi sebuah modul independen.
-OpenIDE-Module-Display-Category=Infrastruktur
-
-#DefaultDataObject
-HINT_DefaultDataObject=Berkas tidak dikenali
-
-EXC_SharedAccess=Akses berbagi
-
-#Folder.Index
-EXC_ReorderFailed=Tidak dapat menyimpan pengurutan baru.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Tidak dapat menghapus berkas {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Tautan ke {3}
-
-PROP_ShadowOriginalName=Nama Asal
-HINT_ShadowOriginalName=Nama objek yang dirujuk tautan ini.
-PROP_ShadowOriginalFileSystem=Nama Asal Sistem Berkas
-HINT_ShadowOriginalFileSystem=Nama sistem berkas dari objek asal
-
-# DataNode
-PROP_name=Nama
-HINT_name=Nama dari objek ini
-PROP_template=Templat
-HINT_template=Jika Benar, objek ini adalah sebuah templat (dapat membuat instans dirinya sendiri).
-PROP_files=Semua Berkas
-HINT_files=Suatu daftar berkas yang diwakili oleh objek ini.
-PROP_size=Ukuran berkas
-HINT_size=Ukuran dari berkas ini dalam satuan byte (Hanya berlaku untuk berkas pertama yang ada di Semua Berkas.)
-PROP_lastModified=Waktu Modifikasi
-HINT_lastModified=Kapan berkas ini terakhir diubah. (Hanya berlaku untuk berkas pertama yang ada di Semua Berkas.)
-PROP_extension=Ekstensi
-HINT_extension=Eksensi berkas utama.
-ERROR_extension=Tidak bisa merubah ekstensi Berkas diubah.
-
-# name of set with sorting options
-PROP_sorting=Pengurutan
-HINT_sorting=Pengaturan Pengurutan dan Penataan.
-
-#
-# folder sort mode property
-PROP_sort=Mode Urut
-HINT_sort=Menentukan bagaimana objek-objek dalam paket harus diurutkan.
-# SortModeEditor
-VALUE_sort_none=Tidak Diurutkan
-VALUE_sort_names=Berdasarkan Nama
-VALUE_sort_class=Berdasarkan Tipe
-VALUE_sort_folder_names=Berdasarkan Nama (Paket Duluan)
-VALUE_sort_last_modified=Berdasarkan Waktu Modifikasi
-VALUE_sort_size=Berdasarkan Ukuran Berkas
-
-
-#
-# Names of paste types
-#
-PT_move=&Pindah
-PT_copy=&Salin
-PT_instantiate=&Instantiasi
-PT_shadow=Buat &Tautan
-PT_serialize=&Serialisasi
-PT_instance=Instans &default
-
-# 
-SerializeBean_Text=&Nama berkas tujuan serialisasi instans
-SerializeBean_Title=Serialisasi Instans
-
-#
-# new folder
-#
-CTL_NewFolder=Pelipat
-CTL_NewFolderName=&Nama:
-CTL_NewFolderTitle=Membuat Pelipat Baru
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=Berkas {0} telah ada di pelipat {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Berkas {0} telah ada di pelipat {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=Berkas {1} tampaknya terlalu besar ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) untuk dibuka dengan aman. \nMembuka berkas tersebut dapat menyebabkan OutOfMemoryError yang akan mengakibatkan IDE menjadi tidak dapat digunakan. Apakah Anda ingin membukanya ?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=Berkas-Berkas Konfigurasi XML
-PROP_XmlError=Kesalahan (dapat dipulihkan)
-PROP_XmlWarning=Peringatan
-PROP_XmlFatalError=KESALAHAN FATAL
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Tidak bisa membuat direktori; {0} bukan nama yang valid.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Tidak bisa disalin {0}: Direktori target sama dengan direktori sumber.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Tidak bisa disalin{0}: Direktori target adalah anak direktori sumber.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=Wizard Baru - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=Wizard Baru
-LAB_TemplateChooserPanelName=Pilih Klise
-LAB_SelectTemplateBorder=&Pilih sebuah Klise:
-MSG_NoDescription=Tidak ada deskripsi
-MSG_InitDescription=Menginisialisasi deskripsi..
-LAB_TemplateDescriptionBorder=&Deskripsi Klise:
-LAB_TargetLocationPanelName=Lokasi Target
-LAB_TargetLocationDescription=Please select a folder for the newly created object or enter the folder name below:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=Tak terpakai
-ACSD_TemplateWizard1=Tak terpakai
-
-CTL_NewObjectName=&Nama\:
-ACSD_NewObjectName=Tak terpakai
-ACSD_TargetLocationDescription=Tak terpakai
-ACSD_TemplateWizard2=Tak terpakai
-
-ACSD_NewObjectPanel=Tak terpakai
-
-LBL_settingsNodeName=Pengaturan-pengaturan
-EXC_folder_delete_failed=Tidak dapat membuang direktori sumber selama berpindah
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<direktori atas> [{0}]
-FMT_DefaultNewObjectName=<nama default>
-
-LBL_shadow_loader_display_name=Tautan-tautan
-LBL_folder_loader_display_name=Direktori-direktori
-LBL_default_loader_display_name=Objek yang tidak dikenali
-LBL_instance_loader_display_name=Action Instances
-
-FMT_CannotCopyDo=Peringatan: Objek {0} tidak bisa disalin.
-FMT_CannotMoveDo=Peringatan: Objek {0} tidak bisa dipindahkan.
-
-# InstanceDataObject
-LBL_separator_instance=(pemisah)
-PROP_instance_class=Nama Kelas
-HINT_instance_class=Java class name of the object being represented.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=There are problems with saving the {0} bean.
-
-FMT_brokenShadowName={0} (Broken Link)
-HINT_brokenShadowOriginalName=Tautan Rusak
-PROP_brokenShadowOriginalName=Tautan Rusak
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Tautan Berkas Sistem Rusak
-HINT_brokenShadowFileSystem=Tautan Berkas Sistem Rusak
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Unrecognized setting>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Data Object Copy Flavor
-LBL_DOcut=Data Object Cut Flavor
-#NewObjectPanel
-LAB_NewObjectPanelName=Nama Objek Baru
-FMT_DefaultNewObject=<default>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=The popup menu for objects of type {0} could not be restored; using default settings.
-LBL_loader_display_name=Loader
-
-MSG_renameError=Objek tidak bisa diberi nama baru dari {0} ke {1}.
-MSG_NotValidName=Cannot give {0} an empty name.
-ERR_NoFilesystem=Tak ada berkas sistem yang aktif. Make sure that you have at least one filesystem that is not read-only and is not hidden.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=Target berkas sistem tidak ada.
-MSG_fs_is_readonly=Target berkas sistem hanya bisa dibaca.
-# {0} - name of the existing file
-MSG_file_already_exist=Berkas {0} sudah ada.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Aksi Berkas Sistem 
-#InstantiateAction
-Instantiate=Instantiate
-#SaveAsTemplateAction
-SaveAsTemplate=Simpan Sebagai Klise...
-Title_SaveAsTemplate=Simpan Sebagai Klise
-CTL_SaveAsTemplate=&Select the category in which the new template will appear:
-CTL_SaveAsTemplate_TemplatesRoot=Klise-Klise
-SaveAll=Simpan Semu&a
-HINT_SaveAll=Save all files (if the Compile on Save feature is on, this will also compile/build your files)
-# FileSystemRefreshAction
-LAB_Refresh=Refresh Folder
-# NewTemplateAction
-EXC_TemplateFailed=Creation of the object from template failed.
-NewTemplate=&Baru
-NewTemplateAction=Semua Klise...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Kosong
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Sedang membuka {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=Berkas {0} telah dimodifikasi. Simpan ini ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modified)
-TIP_editor_ro=\ (read-only)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=Berkas {0} telah diubah menjadi hanya bisa dibaca! Semua perubahan akan dibatalkan
-MSG_FileReadOnlySaving=Berkas {0} telah diubah menjadi hanya bisa dibaca! Tidak bisa menyimpan
-MSG_FileReadOnlyChanging=Berkas {0} telah diubah menjadi hanya bisa dibaca! v
-
-
-MSG_BinaryFileQuestion=This file appears to contain binary data. Apakah anda yakin akan membukanya didalam editor teks ?
-MSG_BinaryFileWarning=Binary File Detected
-
-CTL_SaveAsAction=Simpan sebagai
-MSG_SaveAsFailed=Ada beberapa masalah ketika akan menyimpan {0}\nCause: {1}
-LBL_SaveAsTitle=Simpan Sebagai
-MSG_CannotCreateTargetFolder=Cannot create the target folder.
-MSG_SaveAs_SameFileSelected=Select a different file name please.
-MSG_SaveAs_SameFileSelected_Title=Simpan sebagai
-
diff --git a/l10n/src/in_ID/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_in_ID.properties
deleted file mode 100644
index fbe84d6..0000000
--- a/l10n/src/in_ID/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_in_ID.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module System API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=APIs for getting information about installed modules.
-OpenIDE-Module-Long-Description=Allows to get list of installed modules, inspect their properties and dependencies.
-
diff --git a/l10n/src/in_ID/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_in_ID.properties
deleted file mode 100644
index 03d4160..0000000
--- a/l10n/src/in_ID/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_in_ID.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Nodes API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=API for defining generic tree-like structures.
-OpenIDE-Module-Long-Description=Provides abstraction over tree-like structures by defining Node - the generic extensible interface that can then be displayed by the Explorer API.
-
-
-
-#Sheet
-Properties=Properti-properti
-Expert=Expert
-HINT_Properties=Properties of this object.
-HINT_Expert=Expert properties of this object.
-
-#indexed customizer
-LAB_order=Change Order
-LAB_listOrder=Show these fields in this order:
-LAB_listOrder_Mnemonic=S
-Button_close=Tutup
-Button_close_Mnemonic=C
-Button_up=Move up
-Button_up_Mnemonic=U
-Button_down=Move down
-Button_down_Mnemonic=D
-
-ACSD_Button_close=Tak terpakai
-ACSD_Button_up=Tak terpakai
-ACSD_Button_down=Tak terpakai
-ACSD_ListOrder=Tak terpakai
-ACSD_IndexedCustomizer=Tak terpakai
-
-#PropertySupport
-CTL_StandardName=Nama
-CTL_StandardHint=Name of the object.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Paste Node
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copy Index
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Please Wait...
-
diff --git a/l10n/src/in_ID/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_in_ID.properties
deleted file mode 100644
index dafdfad..0000000
--- a/l10n/src/in_ID/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_in_ID.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Settings Options API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Support for storing preferences.
-OpenIDE-Module-Long-Description=Provides classes that simplify storage of settings between multiple invocation of NetBeans based application.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.NbPreferences instead.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/in_ID/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_in_ID.properties
deleted file mode 100644
index e157b05..0000000
--- a/l10n/src/in_ID/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_in_ID.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Text API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Generic API wrapping Swing based EditorKits.
-OpenIDE-Module-Long-Description=Provide support for defining components that embed Swing text editors.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Print Settings
-CTL_Header_format = Printing {2} at {1}
-CTL_Footer_format = Page {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Page Format
-HINT_PAGE_FORMAT=Page Format
-PROP_WRAP=Wrap Lines
-HINT_WRAP=Should lines be wrapped?
-PROP_HEADER_FORMAT=Page Header Format
-
-HINT_HEADER_FORMAT=For example, "Top of page {0} (printed on date {1}) of file {2}".
-PROP_FOOTER_FORMAT=Page Footer Format
-HINT_FOOTER_FORMAT=For example, "Bottom of page {0} (printed on date {1}) of file {2}".
-PROP_HEADER_FONT=Page Header Font
-HINT_HEADER_FONT=Set the page header font.
-PROP_FOOTER_FONT=Page Footer Font
-HINT_FOOTER_FONT=Set the page footer font.
-PROP_HEADER_ALIGNMENT=Page Header Alignment
-HINT_HEADER_ALIGNMENT=Page Header Alignment - LEFT, CENTER, RIGHT.
-PROP_FOOTER_ALIGNMENT=Page Footer Alignment
-HINT_FOOTER_ALIGNMENT=Page Footer Alignment - LEFT, CENTER, RIGHT.
-PROP_LINE_ASCENT_CORRECTION=Line Ascent Correction
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplier to correct the line ascent.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTER
-CTL_RIGHT = RIGHT
-CTL_LEFT = LEFT
-
-# Cancellation
-CTL_Print_progress=Page number {0} was printed.
-CTL_Print_cancellation=Print Job Progress
-CTL_Cancel=Batal
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Current printer job was aborted.
-EXC_Printer_Problem=Masalah pada printer: {0}
-EXC_ReadOnlyFile=File {0} is read-only.
-EXC_LoadDocument=The document {0} could not be loaded.
-LBL_EditorLoading=Memuat....
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Question
-CTL_Save=Save
-ACSN_CTL_Save=Tak terpakai
-ACSD_CTL_Save=Tak terpakai
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Discard
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=Tak terpakai
-ACSD_CTL_Discard=Tak terpakai
-
-# PositionBounds
-MSG_Empty_string=Unable to insert empty string
-#editor support warning message
-FMT_FileNotFound=Warning: File {0} was not found or could not be accessed.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=File {0} was modified externally. Reload it?
-FMT_External_change_write=File {0} was modified externally. Overwrite it?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=You have specified an invalid file. Check the path.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor for {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor for {0}
-TITLE_SourceButton=Source
-
-
diff --git a/l10n/src/in_ID/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_in_ID.properties
deleted file mode 100644
index 3f2fcf5..0000000
--- a/l10n/src/in_ID/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_in_ID.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Old Enumeration API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Enumeration API that is in wrong package.
-OpenIDE-Module-Long-Description=Enumeration API that is in wrong package, org.openide.util.enum and as such it cannot be compiled with Java 1.5, because enum is a keyword. Is replaced by class org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.Enumerations instead of this module.
-
diff --git a/l10n/src/in_ID/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_in_ID.properties
deleted file mode 100644
index 8f05e23..0000000
--- a/l10n/src/in_ID/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_in_ID.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Lookup
-
diff --git a/l10n/src/in_ID/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_in_ID.properties
deleted file mode 100644
index e808c90..0000000
--- a/l10n/src/in_ID/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_in_ID.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API Utilities
-OpenIDE-Module-Display-Category=Infrastruktur
-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.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=An HTTP server is already registered. Anda tidak dapat menggunakan dua server dalam 1 proses
-SERVER_CANNOT_UNREGISTER=A module attempted to unregister an HTTP server provided by another module.
-
-MSG_ToNowhere=to nowhere
-MSG_To=to
-
-MSG_NoServerRegistered=Tidak ada server yang teregister
-MSG_TooManyArguments=terlalu banyak argumen
-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
-
diff --git a/l10n/src/in_ID/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_in_ID.properties
deleted file mode 100644
index c79e9fe..0000000
--- a/l10n/src/in_ID/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_in_ID.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Multiple Objects Flavor
-
-Create=Create
-Paste=Tempel
-
diff --git a/l10n/src/in_ID/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_in_ID.properties b/l10n/src/in_ID/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_in_ID.properties
deleted file mode 100644
index b8b0314..0000000
--- a/l10n/src/in_ID/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_in_ID.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Window System API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=API for managing components on a screen.
-OpenIDE-Module-Long-Description=Provides OS and MDI/SDI neutral abstraction API over concept of components that are displayed to the user.
-
-
-
-# name of empty workspace
-None=None
-
-#CloneableTopComponent
-EXC_CannotAssign=Cannot assign component to EMPTY
-
-#TopComponent
-EXC_UnknownOperation=Unknown close operation
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Invoking {2} implemented as {3} with {0}
-
diff --git a/l10n/src/in_ID/platform/print/print/org/netbeans/modules/print/action/Bundle_in_ID.properties b/l10n/src/in_ID/platform/print/print/org/netbeans/modules/print/action/Bundle_in_ID.properties
deleted file mode 100644
index 5111310..0000000
--- a/l10n/src/in_ID/platform/print/print/org/netbeans/modules/print/action/Bundle_in_ID.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Pengaturan Halaman
-
-# PrintAction
-TLT_Print_Action=Cetak
-MNU_Print_Action=&Cetak...
-ACT_Print_Action=Cetak - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/in_ID/platform/print/print/org/netbeans/modules/print/resources/Bundle_in_ID.properties b/l10n/src/in_ID/platform/print/print/org/netbeans/modules/print/resources/Bundle_in_ID.properties
deleted file mode 100644
index 15fceb3..0000000
--- a/l10n/src/in_ID/platform/print/print/org/netbeans/modules/print/resources/Bundle_in_ID.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Cetak
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Implementation of print module.
-OpenIDE-Module-Long-Description=Implementation of print module.
-
-# layer.xml
-Actions/File=File
-
diff --git a/l10n/src/in_ID/platform/print/print/org/netbeans/modules/print/ui/Bundle_in_ID.properties b/l10n/src/in_ID/platform/print/print/org/netbeans/modules/print/ui/Bundle_in_ID.properties
deleted file mode 100644
index f7f82b8..0000000
--- a/l10n/src/in_ID/platform/print/print/org/netbeans/modules/print/ui/Bundle_in_ID.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Masalah pada printer: {0}
-LBL_Page_Setup_Button=Pengaturan halaman
-TLT_Page_Setup_Button=Memanggil dialog pengaturan halaman
-LBL_Print_Option_Button=Pilihan Pencetakan
-TLT_Print_Option_Button=Memanggil dialog pilihan pencetakan
-LBL_Print_Button=&Cetak
-TLT_Print_Button=Memanggil dialog pencetakan
-LBL_Close_Button=&Tutup
-TLT_Close_Button=Menutup dialog tinjauan pencetakan
-LBL_Print_Preview=Tinjauan Pencetakan
-LBL_Fit_to_Width=Cocokkan Lebar
-LBL_Fit_to_Height=Cocokkan Tinggi
-LBL_Fit_to_All=Lihat Semua Halaman
-
-TLT_First=&Halaman Pertama (Alt+F)
-TLT_Previous=Halaman Sebelum (Alt+R)
-TLT_Next=&Halaman Sesudah (Alt+N)
-TLT_Last=&Halaman Terakhir (Alt+L)
-TLT_Fit=Rubah Skala (Alt+S)
-TLT_Zoom_In=Zoom &In (Alt+I)
-TLT_Zoom_Out=Zoom O&ut (Alt+U)
-TLT_Toggle=Lihat lebih dari satu halaman
-TLT_Goto=<html><body> <b>Navigation:</b> <br> press <code>/</code> or <code>F</code> to show first page <br> press <b><code>-</code></b> or <code>G</code> to show previous page <br> press <b><code>+</code></b> or <code>K</code> to show next page <br> press <code>*</code> or <code>L</code> to show last page </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Pilihan Pencetakan
-LBL_Border=Batas
-LBL_Print_Border=Batas Cetak
-LBL_Print_Header=Print Hea&der
-LBL_Print_Footer=Print &Footer
-LBL_Choose_Font=Pilih Font
-LBL_Choose_Color=Pilih Warna
-LBL_Insert_Macros=Masukkan Makro
-LBL_Text=Teks
-LBL_Line_Numbers=Nomor Baris
-LBL_Wrap_Lines=&Wrap Lines
-LBL_Use_Font=Gunakan Atribut Font // &X
-LBL_Use_Color=Gunakan Attribut Warna // &Q
-LBL_As_Editor=Cetak Pilihan
-LBL_Selection=Print &Selection
-LBL_Line_Spacing=Pengaturan Jarak Baris
-LBL_Text_Font_and_Color=Font dan warna teks
-LBL_Background_Color=Warna latar belakang
-LBL_Zoom=Zoom
-LBL_Header_Footer=Header and Footer
-LBL_Apply=Gunakan
-LBL_Left=Kiri:
-LBL_Center=Tengah:
-LBL_Right=Kanan:
-
-ERR_Zoom_Value_Is_Invalid=Zoom value is invalid!
-ERR_Header_Size_Is_Too_Big=Header Size is too big!
-ERR_Footer_Size_Is_Too_Big=Footer Size is too big!
-ERR_Page_Number_Is_Invalid=Number of pages is invalid!
-ERR_Page_Number_Is_Too_Big=Jumlah halaman terlalu besar
-
-TLT_Apply=Perubahan digunakan
-TLT_Border_Color=Pilih Warna Batas (Alt+C)
-TLT_Header_Font=Choose Header Fo&nt (Alt+N)
-TLT_Header_Color=Choose Header C&olor (Alt+O)
-TLT_Footer_Font=Choose Footer Fon&t (Alt+T)
-TLT_Footer_Color=Choose Footer Co&lor (Alt+L)
-TLT_Text_Font=Pilih Font Teks (Alt+K) // &K
-TLT_Text_Color=Pilih Warna Teks (Alt+R)
-TLT_Background_Color=Pilih warna latar belakang
-TLT_Print_Zoom=Adjusts the print zoom
-TLT_Use_Font=Gunakan Font (Alt+X)
-TLT_Use_Color=Gunakan Warna (Alt+Q)
-TLT_As_Editor=Tampilkan seperti di editor (Alt+J)
-TLT_Selection=Cetak Seleksi
-
-LBL_Pages=halaman
-LBL_Fit_Width_to=Cocokkan Lebar dengan : 
-TLT_Fit_Width_to=Cocokkan Lebar dengan : 
-LBL_Fit_Height_to=Cocokkan Tinggi dengan : 
-TLT_Fit_Height_to=Cocokkan Tinggi dengan : 
-LBL_Zoom_to=&Zoom to:
-TLT_Zoom_to=Zoom to
-LBL_Fit_to_Page=Cocokkan dengan halaman  // &Y
-TLT_Fit_to_Page=Cocokkan dengan halaman (Alt+Y)
-
diff --git a/l10n/src/in_ID/platform/print/print/org/netbeans/modules/print/util/Bundle_in_ID.properties b/l10n/src/in_ID/platform/print/print/org/netbeans/modules/print/util/Bundle_in_ID.properties
deleted file mode 100644
index b0d132f..0000000
--- a/l10n/src/in_ID/platform/print/print/org/netbeans/modules/print/util/Bundle_in_ID.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} dari {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=Nama dari komponen yang akan dicetak
-ROW=Nomor baris
-COLUMN=Nomor kolom
-USER=Nama pengguna
-COUNT=Jumlah Halaman
-MODIFIED_DATE=Tanggal terakhir dimodifikasi
-MODIFIED_TIME=Waktu terakhir terakhir di modifikasi
-PRINTED_DATE=Tanggal pencetakan
-PRINTED_TIME=Waktu Pencetakan
-
diff --git a/l10n/src/in_ID/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_in_ID.properties b/l10n/src/in_ID/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_in_ID.properties
deleted file mode 100644
index dc44d12..0000000
--- a/l10n/src/in_ID/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_in_ID.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress UI
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Task progress visualization.
-OpenIDE-Module-Long-Description=Provides a view of all running tasks and may permit them to be cancelled, etc.
-
-NbProgressBar.tooltip1={0} tasks running. Click for details.
-NbProgressBar.tooltip2={0} task running. Click for details.
-ListComponent.btnClose.tooltip=Click to cancel process
-ListComponent.bar.tooltip=Click to watch the process
-Cancel_Question=Are you sure you want to cancel {0}?
-Cancel_Question_Title=Cancel Running Task
-StatusLineComponent.ShowProcessList=Show Processes
-StatusLineComponent.Cancel=Batalkan Proses
-StatusLineComponent.View=Show Output
-ListComponent.Watch=Watch Process
-
-RunOffAWT.TITLE_Operation=Lengthy operation in progress
-RunOffAWT.BTN_Cancel=Batalkan
-
-# ProgressListAction
-CTL_ProcessListAction=&Proses-proses
-
-# CancelAction
-CTL_CancelAction=Batalkan Proses
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Click to cancel process
-ModalDialog.btnClose.text=Batalkan
-ModalDialog.btnClose.accessibleName=Batalkan
-ModalDialog.btnClose.accessibleDescription=Cancels the current process
-
-
diff --git a/l10n/src/in_ID/platform/queries/queries/org/netbeans/modules/queries/Bundle_in_ID.properties b/l10n/src/in_ID/platform/queries/queries/org/netbeans/modules/queries/Bundle_in_ID.properties
deleted file mode 100644
index 3cdf6e6..0000000
--- a/l10n/src/in_ID/platform/queries/queries/org/netbeans/modules/queries/Bundle_in_ID.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=General Queries API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Acts as a general communication channel between modules.
-OpenIDE-Module-Long-Description=Hosts queries which are not particularly domain-specific. Permits different modules to obtain information about files in a flexible way.
-
diff --git a/l10n/src/in_ID/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_in_ID.properties b/l10n/src/in_ID/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_in_ID.properties
deleted file mode 100644
index 37a2eaa..0000000
--- a/l10n/src/in_ID/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_in_ID.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=Option {0} needs an argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Option {0} cannot be used together with option {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Need at least one of {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Need to use also {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=Option {0} needs also option {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/in_ID/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_in_ID.properties b/l10n/src/in_ID/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_in_ID.properties
deleted file mode 100644
index fdda648..0000000
--- a/l10n/src/in_ID/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_in_ID.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Command Line Parsing API
-OpenIDE-Module-Short-Description=GetOpts compliant API for parsing command line
-OpenIDE-Module-Long-Description=GetOpts compliant API to parse command line. It is focused on the case when each part of the command line is going to be parsed by different module.
-OpenIDE-Module-Display-Category=Infrastruktur
-
-MSG_OptionsHeader=\nAdditional Module(s) Option(s):\n
-
diff --git a/l10n/src/in_ID/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_in_ID.properties b/l10n/src/in_ID/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_in_ID.properties
deleted file mode 100644
index 8fb17e6..0000000
--- a/l10n/src/in_ID/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_in_ID.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Settings API
-OpenIDE-Module-Short-Description=A library for storing settings in custom formats.
-OpenIDE-Module-Long-Description=This module provides the Settings API for storing module-defined settings in custom formats. It also provides several useful settings format implementations.
-OpenIDE-Module-Display-Category=Infrastruktur
-
diff --git a/l10n/src/in_ID/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_in_ID.properties b/l10n/src/in_ID/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_in_ID.properties
deleted file mode 100644
index 6574609..0000000
--- a/l10n/src/in_ID/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_in_ID.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Long-Description=A module that provides a new API to replace NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=Actions SPI (Experimental)
-OpenIDE-Module-Short-Description=Replacements for NodeAction, CookieAction, etc.
-
diff --git a/l10n/src/in_ID/platform/templates/templates/org/netbeans/modules/templates/Bundle_in_ID.properties b/l10n/src/in_ID/platform/templates/templates/org/netbeans/modules/templates/Bundle_in_ID.properties
deleted file mode 100644
index 01e9a9b..0000000
--- a/l10n/src/in_ID/platform/templates/templates/org/netbeans/modules/templates/Bundle_in_ID.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Long-Description=This module binds the Datasystems API with Scripting API. As a result it is possible to use any scripting and templating language to generate templates.
-OpenIDE-Module-Name=Advanced Templating
-OpenIDE-Module-Short-Description=Advanced Templating not only for Datasystems
-ERR_Switch_To_Java_6=Unable to fill the template, trying to use scripting engine from JDK 1.6 or newer.\n\nPlease run NetBeans under JDK 1.6 to resolve the problem.\nSee http://wiki.netbeans.org/FaqNetbeansConf how to do that.
diff --git a/l10n/src/it/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_it.properties b/l10n/src/it/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_it.properties
deleted file mode 100644
index 2a5199e..0000000
--- a/l10n/src/it/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_it.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Supporto per la costruzione dei moduli
-OpenIDE-Module-Display-Category=Sviluppo di Netbeans
-OpenIDE-Module-Short-Description=Permette di creare moduli plug-in esterni dai sorgenti.
-OpenIDE-Module-Long-Description=Questo \u00e8 il supporto di costruzione usato per sviluppare moduli NetBeans (con o senza IDE). \u00c8 normalmente usato implicitamente dal modulo dei progetti di NetBeans. Per documentazione tecnica, vedi harness/README.
-
diff --git a/l10n/src/it/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_it.properties b/l10n/src/it/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_it.properties
deleted file mode 100644
index de2b417..0000000
--- a/l10n/src/it/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_it.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Sviluppo di Netbeans
-OpenIDE-Module-Long-Description=Obiettivi Ant per misurare la copertura di test dei progetti apisupport che usano Cobertura.\nEsegui l'obiettivo 'display-coverage-report' su un progetto per misurare i risultati e mostrare il rapporto nel browser esterno.\nPer integrazione con i Controlli costruzione moduli.
-OpenIDE-Module-Name=Copertura di test del modulo Cobertura
-OpenIDE-Module-Short-Description=Obiettivi Ant per misurare la copertura di test dei progetti apisupport che usano Cobertura.
-
diff --git a/l10n/src/it/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_it.properties b/l10n/src/it/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_it.properties
deleted file mode 100644
index b59033e..0000000
--- a/l10n/src/it/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_it.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Piattaforma di strumenti Jelly
-
diff --git a/l10n/src/it/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_it.properties b/l10n/src/it/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_it.properties
deleted file mode 100644
index d68857f..0000000
--- a/l10n/src/it/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_it.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Stumenti di test
-OpenIDE-Module-Short-Description=Libreria di test di Jemmy.
-OpenIDE-Module-Long-Description=Una libreria generica per eseguire test automatici delle interfacce utente.
-
-
diff --git a/l10n/src/it/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_it.properties b/l10n/src/it/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_it.properties
deleted file mode 100644
index 4d4d23b..0000000
--- a/l10n/src/it/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_it.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Stumenti di test
-OpenIDE-Module-Long-Description=Estensioni di NetBeans a JUnit che comprendono assertGC, assertSize, getWorkDir, LineDiff, ecc.
-OpenIDE-Module-Name=JUnit di NetBeans
-OpenIDE-Module-Short-Description=Estensioni di NetBeans a JUnit
-
-# Library xml
-nb-junit=JUnit di NetBeans
diff --git a/l10n/src/it/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_it.properties
deleted file mode 100644
index 9a4c1c9..0000000
--- a/l10n/src/it/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_it.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Librerie
-OpenIDE-Module-Short-Description=INSANE, libreria di verifica dell'heap.
-OpenIDE-Module-Long-Description=Una libreria per eseguire l'analisi dell'heap dal vivo sulla JVM nella quale sta girando.
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_it.properties
deleted file mode 100644
index ebe8cdc..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_it.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Name=Libreria Ant NBI
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_it.properties
deleted file mode 100644
index b695d33..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_it.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=La piattaforma corrente non \u00e8 supportata.
-I.error.load.engine.properties=Impossibile caricare il file delle propriet\u00e0 del motore
-
-I.warning.silent.without.state=L''opzione "{1}" \u00e8 richiesta quando viene usato "{0}". "{0}" verr\u00e0 ignorato.
-
-I.error.cannot.create.local.dir=Impossibile creare la cartella locale: {0}
-I.error.local.dir.is.file=La cartella locale {0} esiste gi\u00e0 ed \u00e8 un file
-I.error.no.read.permissions.for.local.dir=Cannot read local directory {0} - not enough permissions
-I.error.no.write.permissions.for.local.dir=Cannot write to local directory {0} - not enough permissions
-
-I.lock.file.exists.dialog.title=Esiste un file di lock del programma di installazione di NetBeans
-I.lock.file.exists.dialog.text=Esiste un file di lock del programma di installazione in {0}\n\n Significa che o un''altra istanza del programma di installazione \u00e8 gi\u00e0 in esecuzione o che l''installazione precedente non \u00e8 terminata correttamente.\nNon \u00e8 raccomandabile eseguire istanze multiple contemporaneamente poich\u00e9 potrebbe risultare nella corruzione dei dati di installazione.\n\nSe sei sicuro che che nessun'altra istanza sia attualmente in esecuzione, premi "S\u00ec" per procedere, altrimenti premi "No" per uscire dal programma di installazione.\n
-
-I.error.cannot.create.lock.file=Impossibile creare il blocco per il file di registro locale
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_it.properties
deleted file mode 100644
index 7412910..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_it.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Sto scaricando da {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_it.properties
deleted file mode 100644
index f8fa47b..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_it.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=I tipi di proxy {0} e {1} sono in conflitto 
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=L'URL non pu\u00f2 essere nullo
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Fallita la connessione a {1} attraverso {0}
-US.error.failed.configure.proxy=Fallita la configurazione del proxy {0} per {1}
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_it.properties
deleted file mode 100644
index 16e764b..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_it.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Sto caricando il registro locale [{0}]
-R.error.loading.local.registry.failed.title=Fallito il caricamento del registro locale
-R.error.loading.local.registry.failed.msg=Non \u00e8 stato possibile caricare il registro locale ({0}) o \u00e8 stato caricato parzialmente.\nL''installazione pu\u00f2 continuare a funzionare normalmente, ma cos\u00ec facendo potrebbe risultare in un registro globale corrotto.\n\nScegli S\u00ec per continuare, No per uscire dall'installazione.
-
-R.loading.bundled.registry=Sto caricando il registro compreso nel pacchetto [{0}]
-R.error.loading.bundled.registry.failed.title=Fallito il caricamento del registro compreso nel pacchetto
-R.error.loading.bundled.registry.failed.msg=Non \u00e8 stato possibile caricare il registro impacchettato ({0}) o \u00e8 stato caricato parzialmente.\nL''installazione pu\u00f2 continuare a funzionare normalmente, ma cos\u00ec facendo potrebbe risultare in un registro globale corrotto.\n\nScegli S\u00ec per continuare, No per uscire dall'installazione.
-
-R.loading.remote.registry=Sto caricando il registro remoto [{0}]
-R.error.loading.remote.registry.failed.title=Fallito il caricamento del registro remoto
-R.error.loading.remote.registry.failed.msg=Non \u00e8 stato possibile caricare il registro remoto ({0}) o \u00e8 stato caricato parzialmente.\nL''installazione pu\u00f2 continuare a funzionare normalmente, ma cos\u00ec facendo potrebbe risultare in un registro globale corrotto.\n\nScegli S\u00ec per continuare, No per uscire dall'installazione.
-
-R.error.cannot.delete.data=Impossibile eliminare i dati memorizzati per l'installazione
-R.save.local.registry.title=Sto salvando il registro locale
-R.save.local.registry.detail=Sto salvando in {0}
-
-R.error.missing.target.component.title=Manca il componente di destinazione
-R.error.missing.target.component.msg=Il componente di destinazione specificato - {0}/{1}\nnon \u00e8 stato trovato nel registro. L''installazione\n pu\u00f2 continuare come se il componente di destinazione non fosse stato specificato.\nClicca su S\u00ec per continuare, No per uscire dall'installazione.
-
-R.error.validation.title=Problema di validazione
-R.error.validation.msg=Sembra che l''installazione di {0} sia corrotta.\nLa procedura di validazione ha sollevato il seguente avvertimento:\n\n{1}\n\nVuoi marcare questo prodotto come non installato e continuare?\nSe clicchi su No il programma d''installazione terminer\u00e0.\n\nNota che anche questi prodotti che dipendono da {2} verranno disabilitati:\n{3}
-
-R.error.matching.requirement=Nessun componente corrispondente ai requisiti: {0} richiede {1}
-R.error.cyclic.dependency=Dipendenza circolare: {0}, {1}
-
-R.loading.registry.properties=Sto caricando le propriet\u00e0 del registro
-R.loading.component=Sto caricando i componenti: uid={0}, version={1}
-R.error.loading.components=Impossibile caricare i componenti
-R.error.registry.finalization=Impossibile eseguire le operazioni finali sul registro
-R.error.registry.document.loading=Impossibile caricare il documento del registro
-
-R.error.cannot.create.cache.directory=Impossibile creare la cartella locale per memorizzare il prodotto {0}
-R.error.cache.is.file=La cartella locale per memorizzare il prodotto esiste gi\u00e0 ed \u00e8 un file: {0}
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=Impossibile creare il registro locale
-
-R.error.registry.is.dir=Il registro locale {0} \u00e8 una cartella
-R.error.cannot.read.registry=Impossibile leggere il registro locale {0} - non si possiedono i permessi
-R.error.cannot.write.registry=Impossibile scrivere il registro locale {0} - non si possiedono i permessi
-
-R.error.cannot.parse.platform=Impossibile analizzare la piattaforma partendo da "{0}"
-R.error.cannot.load.registry=Impossibile caricare il registro
-R.error.parser.not.support.schemas=L''analizzatore corrente - {0} - non supporta gli schemi.
-
-R.error.unknown.dependency=Tipo di dipendenza {0} sconosciuto
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_it.properties
deleted file mode 100644
index 7807dd5..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_it.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=La cartella di installazione {0} \u00e8 mancante.\nProbabilmente \u00e8 stata cancellata manualmente.
-PCL.validation.directory.file=La cartella di installazione {0} \u00e8 di fatto un file.\nProbabilmente \u00e8 stata cancellata manualmente e sovrascritta con un file.
-PCL.validation.directory.empty=La cartella di installazione {0} \u00e8 vuota.\nProbabilmente il suo contenuto \u00e8 stato cancellato manualmente.
-PCL.validation.directory.null=Impossibile trovare la cartella di installazione.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Impossibilie inizializzare i dati per {0}
-P.error.cannot.load.logic=Impossibile caricare la logica di configurazione per {0}
-P.error.installdir.not.set=La posizione di installazione per {0} non \u00e8 impostata
-P.error.installdir.set.empty=La posizione di installazione per {0} \u00e8 impostata come stringa vuota
-P.error.cannot.create.cache.dir=Impossibile creare la cartella locale della memoria temporanea {0} per {1}
-P.error.local.cache.not.dir=La cartella locale della memoria temporanea {0} per {1} non \u00e8 una cartella
-P.error.cannot.load.product=Impossibile caricare il prodotto {0}
-P.error.logic.not.yet.downloaded=La logica di configurazione per {0} non \u00e8 ancora stata scaricata
-P.error.installation.data.not.cached=I dati per l'installazione di {0} non sono stati memorizzati
-P.error.cannot.extract.data=Impossibile estrarre i dati per l'installazione di {0}
-P.error.cannot.save.files.list=Impossibile salvare la lista dei file installati
-P.error.cannot.get.wizard.components=Impossibile ottenere i componenti della procedura guidata dei componenti
-P.error.cannot.wrap.for.macos=Impossibile creare la gerarchia delle cartelle per l'applicazione MacOS
-P.error.cannot.get.files.list=Impossibile ottenere la lista dei file da installare
-P.error.cannot.delete.files.list=Impossibile cancellare la lista dei file installati
-P.error.cannot.delete.file=Impossibile eliminare il file
-P.error.cannot.remove.from.system=Impossibile rimuovere {0} dal gestore delle installazioni di sistema
-P.error.not.enough.space=Impossibile estrarre i dati per l'installazione -- non c'\u00e8 abbastanza spazio nella cartella di destinazione.
-P.error.cannot.clear.cache=Impossibile ripulire la memoria temporanea dal file di installazione {0}
-P.error.system.integartion.failed=L'integrazione di {0} con il gestore dei pacchetti di sistema \u00e8 fallita
-
-P.message.installation=Sto installando {0}
-P.message.uninstallation=Sto disinstallando {0}
-P.message.configuration=Sto configurando {0}
-P.message.unconfiguration=Sto eliminando la configurazione di {0}
-P.message.legal.artifacts=Sto creando i manufatti legali
-P.message.run.logic=Sto eseguendo la logica di configurazione personalizzata
-P.message.system.registration=Sto registrando nel gestore dei pacchetti di sistema
-P.message.save.installation.files.list=Sto salvando la lista dei file installati
-P.message.delete=Sto eliminando {0}
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_it.properties
deleted file mode 100644
index f3dd4c5..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_it.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Errore nello scrivere nel file di log. Log disabilitato.
-
-EM.ununexpected.exception=\u00c8 avvenuta un''eccezione inaspettata nel thread {0}
-EM.errortype.critical=Errore critico
-EM.errortype.error=Errore
-EM.errortype.warning=Attenzione
-EM.errortype.message=Messaggio
-EM.unexpected.error=Si \u00e8 verificato un errore sconosciuto.
-EM.exception.message=\n\nEccezione:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nPuoi ottenere pi\u00f9 dettagli sul problema nel file di log dell''installazione:\n {0}
-
-FU.error.output.file.entry=Una voce file {0} esiste e non \u00e8 un file
-FU.error.output.dir.entry=Una voce cartella {0} esiste e non \u00e8 una cartella
-FU.message.extracting=Sto estraendo {0}
-FU.error.load.xml.file.list=Impossibile caricare la lista dei files xml per l'estrazione
-FU.error.unjar.todir=La cartella {0} \u00e8 un file esistente, impossibile estrarre dal file jar
-FU.message.copy.dir=Sto copiando la cartella: {0} in: {1}
-FU.message.copy.file=Sto copiando il file: {0} in: {1}
-FU.error.close.stream=Impossibile chiudere il flusso
-FU.error.source.not.readable=L''origine {0} non \u00e8 leggibile
-FU.error.dest.not.file=La destinazione {0} non \u00e8 un file
-FU.error.dest.creation=La destinazione {0} non pu\u00f2 essere creata
-FU.error.dest.not.writable=La destinazione {0} non \u00e8 scrivibile
-FU.message.moving=Sto spostando {0} in {1}
-FU.error.freespace=Impossibile ottenere l''ammontare dello spazio libero su disco in {0}
-FU.error.cannot.close.jar=Impossibile chiudere il file jar {0}
-FU.error.cannot.create.dir.exist.file=Impossibile creare la cartella {0}, \u00e8 un file esistente
-FU.error.cannot.create.dir=Impossibile creare la cartella {0}
-FU.error.not.jar.file=Il file fornito {0} non \u00e8 un archivio jar
-FU.error.sha1.not.supported=Questa jvm non supporta SHA1
-FU.error.md5.not.supported=Questa jvm non supporta MD5
-FU.error.file.security.exception=Qualcosa di veramente inatteso - una eccezione nella sicurezza durante l''accesso al file {0}
-FU.message.delete.file=Sto eliminando il file {0}
-FU.message.delete.dir=Sto eliminando la cartella {0}
-FU.error.pack200.failed=Pack200 \u00e8 terminato con un errore\nCodice di errore: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 \u00e8 terminato con un errore\nCodice di errore: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Impossibile analizzare la propriet\u00e0 - {0}, il suo valore - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Impossibile attivare l'aspetto comune multipiattaforma - si procede con qualunque sia l'aspetto predefinito.
-UI.error.failed.to.activate.defined.laf=Impossibile attivare l'aspetto definito - si ritorna all'aspetto predefinito comune multipiattaforma.
-UI.error.failed.to.init.ui=Impossibile inizializzare l'UI
-UI.error.failed.to.force.gtk=Impossibile forzare l'uso dell'aspetto GTK
-UI.silent.default.yes=Sto eseguendo con l'opzione Si (predefinita)...
-UI.silent.default.no=Sto eseguendo con l'opzione No (predefinita)...
-UI.silent.default.cancel=Sto eseguendo con l'opzione Annulla (predefinita)...
-
-StrU.error.cannot.parse.status=Impossibile analizzare lo stato: {0}
-StrU.error.unknown.platform=La piattaforma "{0}" non \u00e8 riconosciuta.
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_it.properties
deleted file mode 100644
index dea9f44..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_it.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=L'esecuzione della procedura di verifica del JDK \u00e8 fallita
-JU.error.cannot.delete=Impossibile eliminare {0}
-JU.error.cannot.download.testjdk=Impossibile scaricare TestJDK.class da {0}
-JU.error.cannot.canonize=Impossibile canonizzare {0}
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_it.properties
deleted file mode 100644
index ff646c9..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_it.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Parametro richiesto mancante per l''argomento da riga di comando "{0}".\nDovrebbe essere "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Parametro richiesto mancante per l''argomento da riga di comando "{0}".\nDovrebbe essere "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Parametro non valido per l''argomento da riga di comando "{0}" -- "{1}".\nDovrebbe essere "{0} <language>[_<country>[_<variant>]]"
-O.warning.bad.locale.arg=Parametro richiesto mancante per l''argomento da riga di comando "{0}".\nDovrebbe essere "{0} <language>[_<country>[_<variant>]]"
-O.warning.missing.state.file=Il file di stato specificato "{1}" non esiste.\nIl parametro "{0}" \u00e8 ignorato.
-O.warning.bag.state.file.arg=Parametro richiesto mancante per l''argomento da riga di comando "{0}".\nDovrebbe essere "{0} <state-file-path>".
-O.warning.target.state.file.exists=Il file di stato specificato "{1}" esiste.\nIl parametro "{0}" \u00e8 ignorato.
-O.warning.bad.target.state.file.arg=Parametro richiesto mancante per l''argomento da riga di comando\n"{0}". Dovrebbe essere "{0} <state-file-path>".
-O.warning.bundle.file.exists=Il file obiettivo specificato "{1}" esiste.\nIl parametro "{0}" \u00e8 ignorato.
-O.warning.bad.create.bundle.arg=Parametro richiesto mancante per l''argomento da riga di comando "{0}".\nDovrebbe essere "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Parametro richiesto mancante per l''argomento da riga di comando "{0}".\nDovrebbe essere "{0} <userdir-path>".
-O.warning.bad.platform.arg=Parametro richiesto mancante per l''argomento da riga di comando "{0}".\nDovrebbe essere "{0} <target-platform>".
-O.warning.bad.registry.arg=Parametro richiesto mancante per l''argomento da riga di comando "{0}".\nDovrebbe essere "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Parametro richiesto mancante per l''argomento da riga di comando "{0}".\nDovrebbe essere "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Parametro richiesto mancante per l''argomento da riga di comando "{0}".\nDovrebbe essere "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_it.properties
deleted file mode 100644
index 76965f4..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_it.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Non installato
-Status.to-be-installed=Da installare
-Status.installed=Installato
-Status.to-be-uninstalled=Da disinstallare
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Installato con successo
-DetailedStatus.install.warning=Installato con avvertimenti
-DetailedStatus.install.error=Installazione fallita
-DetailedStatus.uninstall.success=Disinstallato con successo
-DetailedStatus.uninstall.warning=Disinstallato con avvertimenti
-DetailedStatus.uninstall.error=Disinstallazione fallita
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_it.properties
deleted file mode 100644
index 42ae9bf..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_it.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Fallito lo scarico dell'icona della cornice dall'URI - {0}.
-NF.error.failed.to.set.frame.icon=Fallita l'impostazione dell'icona della cornice.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Visualizza
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_it.properties
deleted file mode 100644
index f1e8145..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_it.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=La percentuale specificata - {0} non \u00e8 valida. La percentuale totale del \nprogresso composito (somma della propria percentuale e delle percentuali dei \nfigli) non pu\u00f2 essere minore di {1} e maggiore di {2}.
-
-CP.error.progress=Il progresso del figlio specificato non esiste nel progresso composito\ncos\u00ec non pu\u00f2 essere rimosso. 
-
-################################################################################
-# Progress.java
-P.error.percentage=La percentuale specificata - {0} non \u00e8 valida. La percentuale totale del\n prograsso non pu\u00f2 essere minore di {1} e maggiore di {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_it.properties
deleted file mode 100644
index 37bd24c..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_it.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Impossibile caricare il pacchetto da {0}
-LP.error.no.files=Non ci sono file in {0}
-LP.error.not.directory={0} non \u00e8 una cartella
-LP.error.directory.do.not.exist=La cartella {0} non esiste
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_it.properties
deleted file mode 100644
index 2db6865..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_it.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=Nessun file jar compreso nel pacchetto o esterno
-CnL.error.cannot.find.jvm.file=Impossibile trovare il file della JVM {0}
-CnL.error.cannot.find.class=Impossibile trovare la classe {0} nei file compresi nel pacchetto e nessun file esterno \u00e8 stato specificato
-CnL.error.main.class.unspecified=Nessuna classe main specificata nei file compresi nel pacchetto
-CnL.error.cannot.get.output.name=Nessun file compreso nel pacchetto - impossibile ottenere il nome del file di output
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Impossibile ottenere l''icona del file da lanciare da {0}
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_it.properties
deleted file mode 100644
index 91060a0..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_it.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Impossibile ottenere la posizione predefinita dell'applicazione
-SR.error.cannot.parse.pattern=Impossibile analizzare il pattern: {0}
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_it.properties
deleted file mode 100644
index 1a92146..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_it.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Impossibile accedere al metodo nativo
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_it.properties
deleted file mode 100644
index 577ec15..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_it.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=La creazione dell'istanza della procedura guidata predefinita \u00e8 fallita.
-W.error.failed.to.load.components=Fallito il carico del componente della procedura guidata da {0}, usando il classloader {1}.
-W.error.failed.to.load.component=Fallito il carico del componente della procedura guidata dall'elemento XML {0}, usando il classloader {1}.
-W.error.unknown.ui.mode=Modo UI sconosciuto - {0}
-W.error.cannot.move.backward.silent=Impossibile tornare indietro al modo silenzioso nell'UI.
-W.error.cannot.move.backward.at.first=Impossibile tornare indietro - la procedura guidata \u00e8 gi\u00e0 all'elemento iniziale.
-W.error.parser.unsupports.schemas=L''analizzatore corrente - {0} - non supporta gli schemi.
-W.error.interrupted=Interrotto mentre era in attesa
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_it.properties
deleted file mode 100644
index b4f5d0c..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_it.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=Programma di installazione di NetBeans IDE
-WC.description=Descrizione dell'installer di NetBeans IDE
-
-WC.help.button.text=&Guida!
-WC.back.button.text=< Indietro
-WC.next.button.text=Ava&nti >
-WC.cancel.button.text=Annulla
-WC.finish.button.text=Termina
-
-WC.cancel.dialog.title=Annulla
-WC.cancel.dialog.text=Vuoi davvero annullare?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=Si \u00e8 verificata una InterruptedException.
-
-WA.canceling.progress.title=Sto annullando, finisco l'operazione corrente...
-
-WA.cancel.dialog.title=Annulla
-WA.cancel.dialog.text=Vuoi davvero annullare?
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_it.properties
deleted file mode 100644
index 41e68b1..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_it.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Motore per la memorizzazione temporanea...
-CEA.description=Attendere mentre la procedura guidata memorizza il motore.
-CEA.error.cannot.cache.engine=Impossibile memorizzare il motore dell'installer
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Sto creando il pacchetto...
-CBA.description=Attendere mentre la procedura guidata crea un pacchetto con i componenti selzionati.
-
-CBA.progress.create.bundle.title=Sto creando un pacchetto ridistribuibile in {0}
-CBA.progress.add.engine.detail=Aggiungo il motore dell'installer al pacchetto
-CBA.progress.add.product.detail=Sto aggiungendo {0} ...
-CBA.progress.add.group.detail=Sto aggiungendo {0} ...
-
-CBA.error.failed.create.bundle=Creazione del pacchetto fallita
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Sto creando una procedura nativa per lanciare...
-CNLA.description=Attendere mentre la procedura guidata crea una procedura per lanciare per il file jar.
-CNLA.error.failed.create.launcher=La creazione della procedura per lanciare nativa \u00e8 fallita
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Sto creando una procedura per lanciare applicazioni su MacOSX...
-CMALA.description=Attendere mentre la procedura guidata crea una procedura per lanciare applicazioni da un file jar.
-CMALA.error.failed.create.launcher=La creazione della procedura per lanciare applicazioni \u00e8 fallita
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Sto preparando la logica di configurazione...
-DCLA.description=Attendere mentre la procedura guidata prepara la logica di configurazione.
-DCLA.progress.remote.title=Sto scaricando la logica di configurazione per {0}
-DCLA.progress.local.title=Sto estaendo la logica di configurazione per {0}
-DCLA.failed=Lo scarico della logica di configurazione per {0} \u00e8 fallito
-DCLA.dependent.failed=Impossibile installare {0}, dato che \u00e8 fallita l''installazione di {1}
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Sto preparando i dati per l'installazione...
-DIDA.description=Attendere mentre la procedura guidata prepara i dati per l'installazione.
-DIDA.progress.remote.title=Sto scaricando i dati per l'installazione di {0}
-DIDA.progress.local.title=Sto estraendo i dati per l'installazione di {0}
-DIDA.failed=Lo scarico dei dati di installazione per {0} \u00e8 fallito
-DIDA.dependent.failed=Impossibile installare {0}, dato che \u00e8 fallita l''installazione di {1}
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Sto inizializzando...
-IRA.description=Attendere mentre viene inizializzata la procedura guidata per le impostazioni.
-IRA.registry.initialization.failed=Impossibile inizializzare il registro
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Sto eseguendo le operazioni finali...
-FRA.description=Attendere mentre viene conclusa la procedura guidata per le impostazioni.
-FRA.registry.finalization.failed=Impossibile eseguire le operazioni finali sul registro
-
-################################################################################
-# InstallAction.java
-IA.title=Sto installando...
-IA.description=Attendere mentre la procedura guidata installa i componenti selezionati.
-IA.progress.install.title=Sto installando {0}...
-IA.progress.rollback.title=Sto annullando, ritorno indietro per {0}...
-IA.install.dependent.failed=Impossibile installare {0}, dato che \u00e8 fallita l''installazione di {1}
-IA.install.unknown.error=Errore sconosciuto
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Sto cercando ambienti Java\u2122...
-SFJA.description=Attendi mentre la procedura guidata cerca ambienti Java\u2122 nel tuo sistema
-SFJA.prepare.list=Sto preparando la lista delle posizioni...
-SFJA.checking=Sto controllando {0}
-SFJA.search.java=Sto cercando ambienti Java installati...
-SFJA.entry.label={0} (v. {1} da {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non finale)</span> da {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Sto disinstallando...
-UA.description=Attendere mentre la procedura guidata disinstalla i componenti selezionati.
-UA.progress.uninstall.title=Sto disinstallando {0}
-UA.uninstall.dependent.failed=Impossibile disinstallare {0}, dato che \u00e8 fallita la disinstallazione di {1}
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=L'origine del componente UID non \u00e8 impostata
-SILA.error.cannot.find.component=Il componente con l'uid data {0} non esiste
-SILA.error.cannot.get.logic=Impossibile accedere alla logica di configurazione per {0}
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_it.properties
deleted file mode 100644
index 1c412ea..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_it.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=Posi&zione:
-ALP.location.button.text=S&foglia...
-ALP.list.label.text=Le seguenti posizioni sono state trovate dall'algoritmo di ricerca:
-
-ALP.error.nothing.found=Nessuna applicazione compatibile \u00e8 stata trovata.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Selezione dei componenti
-CSP.description.both=Seleziona i componenti che vuoi installare. Deseleziona quelli che vuoi disinstallare.
-CSP.description.install=Seleziona i componenti che vuoi installare.
-CSP.description.uninstall=Deseleziona i componenti che vuoi disinstallare.
-CSP.feature.description.title=Descrizione della caratteristica
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Dimensioni dell''installazione: {0}     Dimensioni dei dati da scaricare: {1}
-CSP.sizes.label.text.no.download=Dimensioni dell''installazione: {0}
-
-CSP.default.installation.size=N/D
-CSP.default.download.size=N/D
-
-CSP.error.no.changes.both=Nessuna caratteristica selezionata. Seleziona almeno una caratteristica per l'installazione o la disinstallazione.
-CSP.error.no.changes.install=Nessuna caratteristica selezionata. Seleziona almeno una caratteristica per l'installazione.
-CSP.error.no.changes.uninstall=Nessuna caratteristica selezionata. Seleziona almeno una caratteristica per la disinstallazione.
-CSP.error.requirement.install={1} \u00e8 richiesto per l''installazione di {0}.
-CSP.error.conflict.install={0} \u00e8 in conflitto con {1}.
-CSP.error.requirement.uninstall={0} \u00e8 richiesto da {1}.
-CSP.error.not.enough.space.to.download=Spazio su disco insufficiente per scaricare i dati per l'installazione. Altri {1} sono richiesti in {0}.
-CSP.error.not.enough.space.to.extract=Spazio su disco insufficiente per estrarre i dati per l'installazione. Altri {1} sono richiesti in {0}.
-CSP.error.cannot.check.space=Impossibile controllare lo spazio libero su disco
-
-################################################################################
-# DestinationPanel.java
-DP.title=Cartella di installazione
-DP.description=Selezionare la cartella di destinazione.
-
-DP.destination.label.text=Ubicazione dell'&installazione:
-DP.destination.button.text=S&foglia...
-
-DP.error.null=La cartella di installazione non pu\u00f2 essere vuota.
-DP.error.not.valid=La cartella di installazione specificata non \u00e8 valida.
-DP.error.contains.exclamation=La cartella di installazione non pu\u00f2 contenere un punto esclamativo (!).
-DP.error.contains.semicolon=La cartella di installazione non pu\u00f2 contenere il carattere "punto e virgola" (;).
-DP.error.contains.colon=La cartella di installazione non pu\u00f2 contenere il carattere "due punti" (:).
-DP.error.contains.ampersand=La cartella di installazione non pu\u00f2 contenere il carattere "e commerciale" (&).
-DP.error.contains.wrong.char=La cartella di installazione contiene il carattere errato ({1}).
-DP.error.matches.prohibited.regexp=La cartella di installazione non \u00e8 valida (utilizza lo schema vietato {1}).
-DP.error.not.absolute=La cartella di installazione specificata deve in forma di percorso assoluto.
-DP.error.cannot.canonize=La cartella di installazione non pu\u00f2 essere canonizzata.
-DP.error.not.directory=La posizione di installazione specificata non \u00e8 una cartella.
-DP.error.not.readable=La cartella di installazione specificata non \u00e8 leggibile.
-DP.error.not.writable=La cartella di installazione specificata \u00e8 di sola lettura.
-DP.error.not.empty=La cartella di installazione specificata non \u00e8 vuota.
-DP.error.not.ends.with.app=La cartella di installazione specificata deve terminare con ".app".
-DP.error.not.enough.space=Non c'\u00e8 abbastanza spazio su disco. Altri {1} sono richiesti in {0}.
-DP.error.cannot.get.logic=Impossibile ottenere la configurazione logica
-DP.error.cannot.check.space=Impossibile controllare lo spazio libero su disco
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=Cartella principale del &JDK\u2122:
-JLP.location.label.text.java=Cartella principale dell'ambiente  &Java\u2122:
-JLP.location.button.text=S&foglia...
-JLP.list.label.text=E&lenco dei JDK\u2122 adatti trovati su questa macchina:
-JLP.list.label.text.java=E&lenco degli ambienti Java\u2122 adatti trovati su questa macchina:
-
-JLP.error.null=Il percorso del JDK non pu\u00f2 essere vuoto.
-JLP.error.null.java=Il percorso dell'ambiente Java non \u00e8u\u00f2 essere vuoto.
-JLP.error.not.valid.path=La cartella specificata per il JDK {0} non \u00e8 valida.
-JLP.error.not.valid.path.java=La cartella specificata per l''ambiente Java {0} non \u00e8 valida.
-JLP.error.path.not.exists=La cartella specificata per il JDK {0} non esiste.
-JLP.error.path.not.exists.java=La cartella {0} specificata per l''ambiente Java non esiste.
-JLP.error.not.javahome=La cartella specificata per il JDK {0} non contiene il JDK.
-JLP.error.not.javahome.java=La cartella {0} specificata per l''ambiente Java non ne contien uno.
-JLP.error.not.jdk=La cartella specificata per il JDK {0} contiene il JRE, ma \u00e8 richiesto un completo JDK.
-JLP.error.wrong.version.older=La cartella {0} specificata per il JDK contiene la versione "{1}", mentre il minimo \u00e8 "{2}".
-JLP.error.wrong.version.older.java=La cartella {0} specificata per l''ambiente Java contiene la versione "{1}", mentre il minimo \u00e8 "{2}".
-JLP.error.wrong.version.newer=La cartella specificata per il JDK {0} contiene la versione "{1}", ma la versione massima ammessa \u00e8 la "{2}".
-JLP.error.wrong.version.newer.java=La cartella {0} specificata per l''ambiente Java contiene la versione "{1}", mentre il massimo \u00e8 "{2}".
-JLP.error.wrong.vendor=La cartella specificata per il JDK {0} contiene il JDK di un fornitore non supportato ({1}). I fornitori supportati sono "{2}".
-JLP.error.wrong.vendor.java=La cartella specificata per l''ambiente Java {0} contiene Java dal fornitore non supportato ({1}). I fornitori supportati sono "{2}".
-JLP.error.unknown=Si \u00e8 verificato un errore sconosciuto nella validazione dei percorsi.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>Il programma d'installazione non \u00e8 riuscito a trovare un'installazione di un JDK compatibile JDK, specificala manualmente.<br>La versione minima richiesta \u00e8 {0}. Per scaricare il JDK visita <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>Il programma d'installazione non ha potuto trovare un ambiente Java compatibile, specificalo manualmente.<br>La versione minima richiesta \u00e8 {0}. Per scaricare l''ambiente Java visita <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (usato da {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Sommario del pacchetto dopo la creazione
-PoCBSP.dialog.description=Clicca su Fine per uscire.
-
-PoCBSP.message.success.text=La procedura guidata di installazione ha eseguito con successo le azioni selezionate.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Si sono verificati alcuni erori nel corso del processo di creazione del pacchetto.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=I seguenti componenti sono stati inseriti con successo nel pacchetto:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=\u00c8 fallito l'inserimento dei seguenti componenti nel pacchetto:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=Visualizza il &log
-PoCBSP.send.log.button.text=In&via il log
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Procedura guidata di installazione - Sommario dopo l'installazione
-
-PoISP.message.success.text=La procedura guidata di installazione ha eseguito con successo le azioni selezionate.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Alcuni avvertimenti sono stati emessi nel corso del processo di installazione/disinstallazione.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Si sono verificati alcuni errori nel corso del processo di installazione/disinstallazione.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=I seguenti componenti sono stati installati con successo:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=I seguenti componenti sono stati installati con avvertimenti:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=\u00c8 fallita l'installazione dei seguenti componenti:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=I seguenti componenti sono stati disinstallati con successo:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=I seguenti componenti sono stati disinstallati con avvertimenti:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=\u00c8 fallita la disinstallazione dei seguenti componenti:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=Vedi i &dettagli
-PoISP.view.log.button.text=Visualizza il &log
-PoISP.send.log.button.text=In&via il log
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Il file di log non \u00e8 disponibile
-
-PoISP.message.files.remaining=Non \u00e8 stato possibile rimuovere alcuni file dalla cartella di installazione di {0}. Dovresti rimuoverli manualmente.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Sommario del pacchetto prima della creazione
-PrCBSPdialog.description=Clicca Crea per creare il pacchetto
-
-PrCBSPmessage.text=La procedura guidata ha raccolto tutti i dati richiesti per procedere alla creazione del pacchetto. Controlla le tue scelte. Per proseguire, premere Avanti.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=Hai scelto di creare un pacchetto con i seguenti componenti:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Dimensioni totali dei dati da scaricare: {0}
-PrCBSPrequired.disk.space.label.text=Dimensioni dello spazio su disco richiesto: {0}
-PrCBSPcreate.button.text=&Crea
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Sommario del pacchetto prima della installazione
-
-PrISP.message.text=La procedura guidata ha raccolto tutti i dati richiesti per procedere con l'installazione/disinstallazione dei componenti selezionati. Controlla le tue scelte. Per proseguire, premere Avanti.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=Hai scelto di installare i seguenti componenti:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=Hai scelto di disinstallare i seguenti componenti:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Dimensioni totali dei dati da scaricare: {0}
-PrISP.required.disk.space.label.text=Dimensioni dello spazio su disco richiesto: {0}
-PrISP.install.button.text=&Installa
-
-PrISP.error.not.enough.space=Spazio su disco insufficiente per una installazione corretta. Il componente addizionale {1} \u00e8 richiesto in {0}.
-PrISP.error.cannot.check.space=Impossibile controllare lo spazio libero su disco
-PrISP.error.logic.access=Impossibile accedere alla logica di configurazione del prodotto
-PrISP.error.fsroots=Impossibile ottenere l'elenco dei punti di inizio del file system
-PrISP.error.non.existent.root={0} sta per essere installato in {1} che non appartiene ad alcun punto di inizio del file system.
-PrISP.error.cannot.write=La procedura guidata non ha accesso in scrittura a {1}, la cartella di installazione di {0}. Correggi i permessi prima di procedere.
-
-################################################################################
-# LicensesPanel.java
-LP.title=Accordo di licenza
-LP.description=Per favore, leggi attentamente il seguente accordo di licenza.
-
-LP.accept.checkbox.text=&Accetto i termini del contratto di licenza
-LP.error.cannot.get.logic=Impossibile accedere alla logica di configurazione
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<nessun testo>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Vuoi davvero annullare?
-EMP.cancel.dialog.title=Annulla
-EMP.error.failed.input.verify=La verifica dell'input \u00e8 fallita
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_it.properties
deleted file mode 100644
index 412cbbd..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_it.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Fallito lo scarico dell'icona della procedura guidata dall''URI - {0}.
-SFC.error.failed.to.set.icon=Impossibile impostare l'icona del container swing frame.
-SFC.error.failed.to.attach.error.handler=Impossibile allegare il gestore personlizzato degli errori all'EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Impossibile impostare l'operazione predefinita per la chiusura
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_it.properties
deleted file mode 100644
index 4f7368a..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_it.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Dettagli dell'installazione
-IDD.component.label=Componente
-IDD.status.label=Stato
-
-ILD.loading.logfile=Carico del file di log. Attendere prego...
-ILD.error.reading.log=Impossibile leggere dal file  di log {0}.
-ILD.error.log.contents=Il contenuto del file di log non \u00e8 disponibile
-
diff --git a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_it.properties b/l10n/src/it/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_it.properties
deleted file mode 100644
index 99941ac..0000000
--- a/l10n/src/it/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_it.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Name=Libreria Motore NBI
-
diff --git a/l10n/src/it/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_it.properties b/l10n/src/it/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_it.properties
deleted file mode 100644
index 8d42573..0000000
--- a/l10n/src/it/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_it.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Menu delle applicazioni Apple
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Abilita il supporto corretto per il menu delle applicazioni Apple
-
-OpenIDE-Module-Long-Description=Abilita le voci del menu Apple per lavorare correttamente, e vi sposta alcune voci standard del menu - Strumenti | Opzioni diventa Preferenze, Guida | Informazioni diventa informazioni, File | Esci diventa Abbandona.
-
-MSG_MinimizeWindowAction=&Riduci a icona la finestra
-
diff --git a/l10n/src/it/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_it.properties b/l10n/src/it/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_it.properties
deleted file mode 100644
index 9d0da75..0000000
--- a/l10n/src/it/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_it.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Sto tentando di connettermi...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Controllo aggiornamenti in {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=Impossibile leggere NBM {0}
-InstallSupportImpl_TurnOnTimeout=Superamento tempo nel caricamento {0}
-InstallSupportImpl_NullSource=L''URL sorgente per il modulo "{0}" \u00e8 nulla, molto verosimilmente l'attributo "distribution" \u00e8 impostato alla stringa vuota nel catalogo UC.\nVedi anche http://www.netbeans.org/issues/show_bug.cgi?id=153799 per ulteriori dettagli.
-InstallSupportImpl_Download_Unavailable=Impossibile accedere a {0}
-OperationSupportImpl_Custom_Uninstall=Sto disinstallando {0}
-OperationSupportImpl_Custom_Install=Sto installando {0}
-
-UpdateUnitFactory_Libraries_Category=Librerie
-UpdateUnitFactory_Bridges_Category=Ponti
-UpdateUnitFactory_Unsorted_Category=Senza categoria
-UpdateElementImpl_Feature_CategoryName=Caratteristiche
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Modulo installato:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Moduli installati:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Modulo non ancora installato:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Moduli non ancora installati:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>Nuovo modulo offerto dal plugin:</b> <br/> {0}</font></p
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>Nuovi moduli offerti dal plugin:</b> <br/> {0}</font></p
-
diff --git a/l10n/src/it/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_it.properties b/l10n/src/it/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_it.properties
deleted file mode 100644
index 43ee776..0000000
--- a/l10n/src/it/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_it.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Long-Description=La funzione di aggiornamento automatico fornisce diversi servizi: scarica ed installa gli aggiornamenti disponibili dei moduli installati, cerca ed installa nuovi moduli dai "Centri di Aggiornamento" ai quali ci si \u00e8 iscritti, visualizza e gestice i moduli.
-OpenIDE-Module-Name=Servizi di aggiornamento automatico
-OpenIDE-Module-Short-Description=Supporto per la ricerca di aggiornamenti dei moduli nei "Centri di Aggiornamento" e per scaricare ed installare i moduli
-
diff --git a/l10n/src/it/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_it.properties b/l10n/src/it/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_it.properties
deleted file mode 100644
index fa1c1ac..0000000
--- a/l10n/src/it/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_it.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Centro di aggiornamento predefinito
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Librerie
-ArtificialFeaturesProvider_Bridges_Category=Ponti
-ArtificialFeaturesProvider_Unsorted_Category=Senza categoria
-ArtificialFeaturesProvider_Features_Category=Caratteristiche
-NetworkAccess_Timeout=Timeout durante l''apertura della connessione a {0}
-
diff --git a/l10n/src/it/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_it.properties b/l10n/src/it/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_it.properties
deleted file mode 100644
index 7ed7d5b..0000000
--- a/l10n/src/it/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_it.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Sto preparando l'estrazione
-CTL_UnpackingFile=Sto estraendo il file:
-CTL_DeletingFiles=Sto disinstallando i file...
-CTL_DisablingFiles=Sto disattivando i file...
-UpdaterFrame.jTextArea1.text=L'aggiornamento \u00e8 in corso.\n\nAttendere prego...
-UpdaterFrame.textLabel.text=Sto preparando l'estrazione
-UpdaterFrame.Form.title=Programma di aggiornamento
-UpdaterFrame.textLabel.fontName=Finestra di dialogo
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/it/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_it.properties b/l10n/src/it/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_it.properties
deleted file mode 100644
index 6018c98..0000000
--- a/l10n/src/it/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_it.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} pi\u00f9 ...
-Less_Command_Text={0} meno...
-UnitTab_ReloadTime=Ultimo controllo: {0}
-UnitTab_ReloadTime_Never=mai
-UnitTab_LessAction=Mostra meno plugin
-UnitTab_MoreAction=Mostra pi\u00f9 plugin
-UnitTab_TooltipCheckBox_INSTALLED=Controlla il plugin {0}
-UnitTab_Tooltip_RefreshAction=Ricarica il catalogo
-UnitTab_bTabAction_Name_INSTALLED=Disi&nstalla
-UnitTab_TooltipCheckBox_UPDATE=Controlla il plugin {0}
-UnitTab_bTabAction_Name_UPDATE=A&ggiorna
-UnitTab_CheckAction=Controlla
-UnitTab_CheckCategoryAction=Controlla la categoria
-UnitTab_UncheckCategoryAction=Non controlla la categoria
-UnitTab_CheckAllAction=Controlla tutto
-UnitTab_UncheckAllAction=Non controllare nulla
-UnitTab_ReloadAction=&Ricarica il catalogo
-UnitTab_PrepareReloadAction=Attendi un attimo mentre il catalogo viene ricaricato
-UnitTab_RemoveLocallyDownloadedAction=&Rimuovi
-UnitTab_ActivateAction=&Attiva
-UnitTab_ActivateCategoryAction=Attiva la categoria
-UnitTab_DeactivateAction=&Disattiva
-UnitTab_DeactivateCategoryAction=Disattiva la categoria
-AvailableTab_SourceCategory_Tooltip_STANDARD=Plugin certificato
-AvailableTab_SourceCategory_Tooltip_BETA=Plugin beta
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Plugin a cui ha contribuito la comunit\u00e0
-InstallTab_Active_Tooltip=Attivo
-InstallTab_InActive_Tooltip=Inattivo
-InstallTab_PendingForInstall_Tooltip=Devi riavviare l'applicazione per completare l'installazione
-InstallTab_PendingForDeactivate_Tooltip=Devi riavviare l'applicazione per completare la disattivazione
-InstallTab_ReadOnly_Tooltip={0} \u00e8 in modalit\u00e0 di sola lettura e non pu\u00f2 essere verificato
-UnitTab_TooltipCheckBox_AVAILABLE=Controlla il plugin {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Installa
-UnitTab_TooltipCheckBox_LOCAL=Controlla il plugin {0}
-UnitTab_Tooltip_AddAction_LOCAL=Aggiunge i plugin scaricati localmente
-UnitTab_Tooltip_RemoveAction_LOCAL=Rimuove il plugin dalla lista
-UnitTab_bTabAction_Name_LOCAL=&Installa
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} Plugin selezionato
-UnitTab_lHowManySelected_Many_Text={0} Plugin selezionati
-UnitTab_OperationName_Text_INSTALLED=Disinstalla
-UnitTab_OperationName_Text_UPDATE=Aggiorna
-UnitTab_OperationName_Text_AVAILABLE=Installa
-UnitTab_OperationName_Text_LOCAL=Installa
-UnitTab_lWarning_Text=L''operazione {0} richieder\u00e0 il riavvio dell''applicazione
-PluginManagerUI_UnitTab_Update_Title=Aggiornamenti
-PluginManagerUI_UnitTab_Update_ToolTip=La tua applicazione \u00e8 aggiornata!
-PluginManagerUI_UnitTab_Available_ToolTip=Non ci sono plugin disponibili. Clicca su ricarica catalogo per i nuovi plugin.
-PluginManagerUI_UnitTab_Available_Title=Plugin disponibili
-PluginManagerUI_UnitTab_Installed_Title=Installato
-PluginManagerUI_UnitTab_Local_Title=Trasferito
-UnitTab_bAddLocallyDownloads_Name=&Aggiungi plugin...
-UnitTab_bAddLocallyDownloads_ACN=Aggiungi plugin
-UnitTab_bAddLocallyDownloads_ACD=Aggiungi i plugin, usa il navigatore dei file per aggiungere qualunque plugin che tu abbia gi\u00e0 scaricato in locale sul tuo sistema.
-NotificationAlreadyPreparedToIntsall=Il plugin {0} \u00e8 gi\u00e0 pronto per l'aggiornamento o l'installazione.
-NotificationOneAlreadyInstalled=Il plugin "{0}" \u00e8 gi\u00e0 installato.
-NotificationMoreAlreadyInstalled=I plugin "{0}" sono gi\u00e0 installati.
-NotificationAlreadyPresent=Il plugin "{0}" \u00e8 gi\u00e0 stato aggiunto. Vuoi sostituire con "{1}"?
-NotificationAlreadyPresentTitle=Sostituisci il plugin
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Aggiungi plugin
-CTL_FileFilterDescription=File di distribuzione dei plugin (*.nbm)
-NetworkProblemPanel_taTitle_Text=Impossibile connettersi al centro di aggiornamento
-NetworkProblemPanel_taMessage_WarningText=Verifica le impostazioni del proxy o riprova pi\u00f9 tardi. Il server potrebbe essere non disponibile al momento. \n\nPotresti anche verificare che il tuo firewall non stai bloccando il traffico di rete.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Verifica le impostazioni del proxy o riprova pi\u00f9 tardi. Il server potrebbe essere non disponibile al momento. \n\nPotresti anche verificare che il tuo firewall non stai bloccando il traffico di rete. \n\nPotrebbe darsi che le tue cache non siano aggiornate. Clicca su 'Ricarica catalogo' per aggiornare il contenuto.
-NetworkProblemPanel_taMessage_ErrorText=Non tutti i plugin sono stati correttamente scaricati. In questo momento il server potrebbe non essere disponibile. Riprova pi\u00f9 tardi.
-CTL_Warning=Attenzione
-CTL_Error=Problema di rete
-CTL_ShowProxyOptions=Configurazione del &proxy...
-ACSD_ShowProxyOptions=N/D
-Utilities_NetworkProblem_Continue=&Tenta ancora
-Utilities_NetworkProblem_Skip=I&gnora
-Utilities_NetworkProblem_Cancel=Annulla
-Utilities_NetworkProblem_Text=Impossibile connnetersi al {0} a causa di {1}
-SettingsTable_ActiveColumn=Attivo
-SettingsTable_NameColumn=Nome
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Impostazioni
-SettingsTab.bProxy.text=Impostazioni del &proxy
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=Personalizzatore del centro di aggiornamento
-UpdateUnitProviderPanel.lName.text=&Nome\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Controlla automaticamente per gli aggiornamenti
-Utilities_Libraries_Category=Librerie
-Utilities_Bridges_Category=Ponti
-Utilities_Unsorted_Category=Senza categoria
-SettingsTab.bRemove.message=Sei sicuro che vuoi rimuovere il seguente centro di aggiornamento: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Nome
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Controlla automaticamente per gli aggiornamenti
-UpdateUnitProviderPanel.error.name.short=Il nome del centro di aggiornamento non \u00e8 stato specificato
-UpdateUnitProviderPanel.error.url.short=La URL del centro di aggiornamento non \u00e8 stata specificata
-UpdateUnitProviderPanel.error.name.dup=Esiste gi\u00e0 un centro di aggiornamento con lo stesso nome?
-UpdateUnitProviderPanel.error.url.invalid=La URL del centro di aggiornamento non \u00e8 valida
-UnitTab_bClose_Text=&Chiudi
-Utilities_CheckingForUpdates=Controllo aggiornamenti
-UnitTab_InitAndCheckingForUpdates=Inizializzazione della lista dei plugin... 
-InstalledTableModel_State_Enabled=Acceso
-InstalledTableModel_State_Disabled=Spento
-AvailableTableModel_Columns_Install=Installa
-AvailableTableModel_Columns_Name=Nome
-AvailableTableModel_Source_Category=Sorgente
-AvailableTableModel_Columns_Category=Categoria
-InstalledTableModel_Columns_Uninstall=Seleziona
-InstalledTableModel_Columns_Name=Nome
-InstalledTableModel_Columns_Installed=Installato
-InstalledTableModel_Columns_Category=Categoria
-InstalledTableModel_Columns_Enabled=Attivo
-LocallyDownloadedTableModel_Columns_Install=Installa
-LocallyDownloadedTableModel_Columns_Name=Nome
-LocallyDownloadedTableModel_Columns_Version=Versione
-LocallyDownloadedTableModel_Columns_Size=Dimensione
-UpdateTableModel_Columns_Update=Aggiorna
-UpdateTableModel_Columns_Name=Nome
-UpdateTableModel_Columns_Installed=Installato
-UpdateTableModel_Columns_Available=Disponibile
-UpdateTableModel_Columns_Size=Dimensione
-UpdateTableModel_Columns_Category=Categoria
-SettingsTab_NewProviderName=Nuovo fornitore
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Descrizione:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Versione: 
-UnitDetails_Plugin_InstalledVersion=Versione installata:
-UnitDetails_Plugin_AvailableVersion=Versione disponibile:
-UnitDetails_Plugin_Author=Autore: 
-UnitDetails_Plugin_Date=Data: 
-UnitDetails_Plugin_Source=Sorgente: 
-UnitDetails_Plugin_CodeName=Codice: 
-UnitDetails_Plugin_Homepage=Pagina personale: 
-UnitDetails_Plugin_Notification=Avviso importante
-UnitDetails_Plugin_Description=Descrizione del plugin
-UnitDetails_Plugin_Collecting_Dependencies=Sto raccogliendo le dipendenze...
-UnitDetails_New_Internal_Update_Mark=nuovo!
-lSearch1.text=&Ricerca\:
-SettingsTab.lCheckPeriod.text=Intervallo di verifi&ca\:
-SettingsTab.lGeneral.text=Avanzato
-SettingsTab.addButton.text=&Nuovo
-SettingsTab.RemoveButton.text=&Rimuovi
-SettingsTab.EditButton.text=&Modifica
-SettingsTab.AddButton.text=&Aggiungi
-SettingsTab.lUpdateCenters.text=Config&urazione dei centri di aggiornamento\:
-SettingsTab.lConnection.text=Controlla automaticamente per gli aggiornamenti
-CTL_Update_every_startup=Ad ogni avvio
-CTL_Update_every_day=Ogni giorno
-CTL_Update_every_week=Ogni settimana
-CTL_Update_every_2weeks=Ogni due settimane
-CTL_Update_every_month=Ogni mese
-CTL_Update_never=Mai
-CTL_Update_custom=Configurazione utente predefinita
-SettingsTab.cbSharedInstall.text=&Forza l'installazione nella cartelle condivise
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Permesso di scrittura
-SettingsTab.cbSharedInstall.ReadOnlyMessage=Non hai i permessi per installare plugin nella cartella condivisa:\n{0}\nPer effettuare l'installazione nella cartella condivisa, dovresti eseguire l'applicazione come utente con privilegi amministrativi.
-SettingsTab.cbSharedInstall.NoSharedTitle=Non installare in questa cartella
-SettingsTab.cbSharedInstall.NoSharedMessage=Nessuna cartella condivsa trovata.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Impossibile leggere il file NBM {0} a causa di {1}
-PluginManagerUI.bHelp.text=&Guida
-ACN_UnitTable=Elenco dei plugin
-ACD_UnitTable=Elenco dei plugin
-ACN_UpdateCentersTable=Elenco dei "Centri di Aggiornamento"
-ACD_UpdateCentersTable=Lista dei centri di aggiornamento nella quale li si pu\u00f2 attivare o disattivare
-ACN_DetailsPanel=Dettagli del plugin
-ACN_DetailsPanel_Button=Richiama l''azione {0}
-ACN_UnitDetails=Dettagli dei plugin
-ACD_Reload=Ricarica il catalogo
-ACD_Search=Cerca plugin
-ACN_Tabs=Commuta tra gli aggiornamenti e i plugin disponibili, installati e scaricati
-ACD_Tabs=Commuta tra gli aggiornamenti e i plugin disponibili, installati e scaricati
-ACN_PluginManagerUI=Gestore dei plugin
-ACD_PluginManagerUI=Gestore dei plugin per l'aggiornamento, l'installazione e la rimozione dei plugin
-ACN_Reload=Ricarica il catalogo
-ACN_UpdateCenterCustomizer=Personalizzatore del centro di aggiornamento
-ACD_UpdateCenterCustomizer=Personalizzatore del centro di aggiornamento per modificare il nome e l'URL del centro di aggiornamento
-NetworkProblemPanel_ACD=N/D
-NetworkProblemPanel_taMessage=Messaggio del problema di rete
-NetworkProblemPanel_taTitle_ACN=Problema di rete
-UnitTab.detailView.text=Mo&stra i dettagli
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Aggiornamenti interni)
-Unit_InternalUpdates_Title=Aggiornamenti interni
-
diff --git a/l10n/src/it/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_it.properties b/l10n/src/it/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_it.properties
deleted file mode 100644
index 30ccead..0000000
--- a/l10n/src/it/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_it.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Verifica &gli aggiornamenti
-PluginManagerAction_Name=Plu&gin
-PluginManager_Panel_Name=Plugin
-PluginManager_CloseButton_Name=&Chiudi
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} aggiornamenti trovati.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} aggiornamento trovato.
-AutoupdateCheckScheduler_UpdateFound_Hint=Clicca qui per aggiornare la tua applicazione.
-AutoupdateCheckScheduler_InstallInProgress=Attendere prego, un altro processo di installazione \u00e8 in corso...
-
diff --git a/l10n/src/it/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_it.properties b/l10n/src/it/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_it.properties
deleted file mode 100644
index 17c8120..0000000
--- a/l10n/src/it/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_it.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Long-Description=La UI (Interfaccia utente) consente di consultare l'installazione ed i contenuti dei "Centri di Aggiornamento" registrati, di scaricare aggiornamenti o nuovi moduli e di installare automaticamente i moduli.
-OpenIDE-Module-Name=Aggiornamento automatico UI
-OpenIDE-Module-Short-Description=Fornisce UI per il servizio di aggiornamento automatico
-
diff --git a/l10n/src/it/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_it.properties b/l10n/src/it/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_it.properties
deleted file mode 100644
index 2807b9d..0000000
--- a/l10n/src/it/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_it.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Benvenuto nel programma di installazione dei plugin
-OperationDescriptionStep_Header_Content=L''installer scaricher\u00e0, verificher\u00e0 e quindi installer\u00e0 i plugin selezionati.
-OperationDescriptionStep_TableInstall_Title=I seguenti plugin saranno installati:
-OperationDescriptionStep_TableUpdate_Title=I seguenti plugin saranno aggiornati:
-OperationDescriptionStep_PluginBrokesJavaDependency=\u00c8 richiesta la versione {0} della piattaforma Java, ma in esecuzione c'\u00e9 solo la {1}.
-OperationDescriptionStep_HeaderUninstall_Head=Benvenuto nel programma di installazione dei plugin
-OperationDescriptionStep_HeaderUninstall_Content=I plugin selezionati saranno disinstallati. I plugin selezionati saranno rimossi dal disco.
-OperationDescriptionStep_TableUninstall_Title=I seguenti plugin saranno disinstallati:
-OperationDescriptionStep_HeaderActivate_Head=Benvenuto nel programma di installazione dei plugin
-OperationDescriptionStep_HeaderActivate_Content=I plugin selezionati saranno attivati.
-OperationDescriptionStepActivate_Table_Title=I seguenti plugin saranno attivati:
-OperationDescriptionStep_HeaderDeativate_Head=Benvenuto nel programma di installazione dei plugin
-OperationDescriptionStep_HeaderDeativate_Content=I plugin selezionati saranno disattivati.
-OperationDescriptionStep_TableDeativate_Title=I seguenti plugin saranno disattivati:
-PanelBodyContainer_PleaseWait=Per favore attendi mentre il programma di installazione scopre le dipendenze tra plugin.
-DependenciesResolutionStep_Table_Title=Anche i seguenti plugin saranno installati, perch\u00e9 uno o pi\u00f9 di quelli che stai per installare dipendono da questi:
-UninstallDependenciesResolutionStep_Table_Title=I seguenti plugin devono essere disattivati perch\u00e8 essi richiedono uno o pi\u00f9 plugin che stai disattivando per funzionare:
-LicenseApprovalPanel_taTitle_Text=Al fine di continuare con l'installazione, devi accettare tutti gli accordi di licenza associate con gli specifici plugin.\n
-LicenseApprovalPanel_tpLicense_Head=Accordo di licenza {0}\n
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=Accordo di licenza
-LicenseApprovalPanel_Header_Content=Per favore, leggi attentamente il seguente accordo di licenza.
-InstallUnitWizard_Title=Programma di installazione dei plugin
-InstallStep_Header_Download_Head=Trasferimento
-InstallStep_Header_Download_Content=Attendi mentre l'installer scarica i plugin richiesti.
-InstallStep_Header_Verify_Head=Convalida
-InstallStep_Header_Verify_Content=Attendi mentre l'installer convalida i plugin scaricati.
-InstallStep_Header_Install_Head=Installa
-InstallStep_Header_Install_Content=Attendi mentre l'installer completa l'installazione.
-InstallStep_Header_InstallDone_Head=Installazione completata con successo
-InstallStep_Header_InstallDone_Content=Clicca su Fine per chiudere il programma di installazione.
-InstallStep_Header_InstallUnsuccessful_Head=Installazione completata con errori
-InstallStep_Header_InstallUnsuccessful_Content=Clicca su Fine per chiudere il programma di installazione e fare ripartire l'aaplicazione.
-InstallStep_Header_Restart_Head=Riavvia l'applicazione per completare l'installazione
-InstallStep_Header_Restart_Content=Riavvia l'applicazione per terminare l'installazione del/i plugin.
-UninstallStep_Header_Restart_Head=Riavvia l'applicazione per completare la disattivazione
-UninstallStep_Header_Restart_Content=Riavvia l'applicazione per terminare la disattivazione del/i plugin.
-CustomHandleStep_Header_Install_Restart_Head=Riavvia l'applicazione per completare l'installazione
-CustomHandleStep_Header_Install_Restart_Content=Riavvia l'applicazione per terminare l'installazione del/i plugin.
-CustomHandleStep_Header_Uninstall_Restart_Head=Riavvia l'applicazione per completare la disinstallazione
-CustomHandleStep_Header_Uninstall_Restart_Content=Riavvia l'applicazione per finire la disinstallazione del plugin.
-
-InstallStep_Done=Fatto.
-InstallStep_Unsuccessful=L'installazione \u00e9 stata completata, ma sono stati rilevati alcuni errori: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Riavvia adesso
-InstallUnitWizardModel_Buttons_RestartLater=Riavvia &pi\u00f9 tardi
-InstallUnitWizardModel_Buttons_Install=&Installa
-InstallUnitWizardModel_Buttons_Update=A&ggiorna
-InstallUnitWizardModel_Buttons_Close=Termina
-InstallUnitWizardModel_Buttons_Next=Avanti
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=D&isinstalla
-UninstallUnitWizardModel_Buttons_TurnOn=&Attiva
-UninstallUnitWizardModel_Buttons_TurnOff=&Disattiva
-InstallStep_InstallDone_Text=Il programma di installazione dei plugin ne ha installati con successo i seguenti:
-InstallStep_InstallUnsuccessful_Text=Il progamma di installazione dei plugin ha trovato il problema {0} mentre stava installando i plugin seguenti:
-UninstallStep_UninstallDone_Text=Il programma di installazione dei plugin ne ha disinstallati con successo i seguenti:
-UninstallStep_ActivateDone_Text=Il programma di installazione dei plugin ne ha attivati con successo i seguenti:
-UninstallStep_DeactivateDone_Text=Il programma di installazione dei plugin ne ha disattivati con successo i seguenti:
-UninstallStep_UninstallFailed_Text=Disinstallazione fallita: {0}
-UninstallStep_ActivateFailed_Text=Attivazione fallita: {0}
-UninstallStep_DeactivateFailed_Text=Disattivazione fallita: {0}
-UninstallStep_Done=Fatto.
-UninstallStep_Failed=Fallita. {0}
-UninstallStep_Header_Uninstall_Head=Disinstallazione
-UninstallStep_Header_Uninstall_Content=Attendi mentre l'installer disinstalla tutti i plugin selezionati.
-UninstallStep_Header_Deactivate_Head=Disattivazione
-UninstallStep_Header_Deactivate_Content=Attendi mentre l'installer disattiva tutti i plugin selezionati.
-UninstallStep_Header_Activate_Head=Attivazione
-UninstallStep_Header_Activate_Content=Attendi mentre l'installer attiva tutti i plugin selezionati.
-UninstallStep_Header_UninstallDone_Head=Disinstallazione completata con successo
-UninstallStep_Header_UninstallDone_Content=Clicca su Fine per chiudere il programma di installazione dei plugin.
-UninstallStep_Header_DeactivateDone_Head=Disattivazione completata con successo
-UninstallStep_Header_DeactivateDone_Content=Clicca su Fine per chiudere il programma di installazione dei plugin.
-UninstallStep_Header_ActivateDone_Head=Attivazione completata con successo
-UninstallStep_Header_ActivateDone_Content=Clicca su Fine per chiudere il programma di installazione dei plugin.
-UninstallStep_Header_UninstallFailed_Head=Disinstallazione fallita
-UninstallStep_Header_UninstallFailed_Content=Clicca su Fine per chiudere il programma di installazione dei plugin.
-UninstallStep_Header_DeactivateFailed_Head=Disattivazione fallita
-UninstallStep_Header_DeactivateFailed_Content=Clicca su Fine per chiudere il programma di installazione dei plugin.
-UninstallStep_Header_ActivateFailed_Head=Attivazione fallita
-UninstallStep_Header_ActivateFailed_Content=Clicca su Fine per chiudere il programma di installazione dei plugin.
-UninstallStep_ProgressName_Uninstall=Sto disinstallando i plugin
-UninstallStep_ProgressName_Activate=Sto attivando i plugin
-UninstallStep_ProgressName_Deactivate=Sto disattivando i plugin
-ValidationWarningPanel_ShowCertificateButton=Mo&stra il cetificato
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Avvertimento nella convalida
-ValidationWarningPanel_VerifyCertificate_Title=Verifica il certificato
-ValidationWarningPanel_ContinueButton=&Continua
-ValidationWarningPanel_taHead_NotSignedText=I seguenti plugin non sono firmati\:
-ValidationWarningPanel_taHead_NotTrustedText=I seguenti plugin sono firmati ma non affidabili\:
-ValidationWarningPanel_taWarning_Text=Attenzione: installare plugin non affidabili \u00e8 potenzialmente insicuro. Usa plugin non firmati o non affidabili a tuo rischio.
-OperationDescriptionStep_CustomHandled_Head={0} plug-in usano programmi di installazione nativi:
-InstallStep_Download_DownloadingPlugins=Sto scaricando i plugin...
-InstallStep_Validate_ValidatingPlugins=Sto convalidando i plugin...
-InstallStep_Install_InstallingPlugins=Sto installando i plugin...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Alcuni plugin non sono stati installati per evitare potenziali problemi di installazione.
-CustomHandleStep_Header_Install_Head=Installa
-CustomHandleStep_Header_Install_Content=Attendi mentre l'installer completa l'installazione.
-CustomHandleStep_Header_Uninstall_Head=Disinstallazione
-CustomHandleStep_Header_Uninstall_Content=Attendi mentre l'installer disinstalla i plugin selezionati.
-CustomHandleStep_Header_InstallDone_Head=Installazione completata con successo
-CustomHandleStep_Header_InstallDone_Content=Clicca Avanti per continuare ad installare i plugin selezionati rimanenti utilizzando il programma di installazione.
-CustomHandleStep_Header_UninstallDone_Head=Disinstallazione completata con successo
-CustomHandleStep_Header_UninstallDone_Content=Clicca su avanti per continuare la disinstallazione dei rimanenti plugin selezionati.
-CustomHandleStep_Header_InstallFail_Head=Installazione fallita.
-CustomHandleStep_Header_InstallFail_Content=Clicca Annulla per chiudere il programma di installazione dei plugin.
-CustomHandleStep_Header_UninstallFail_Head=Installazione fallita
-CustomHandleStep_Header_UninstallFail_Content=Clicca Annulla per chiudere il programma di installazione dei plugin.
-CustomHandleStep_Install_InstallingPlugins=Installazione dei plugin utilizzando l'installer dei plugin...
-CustomHandleStep_Uninstall_UninstallingPlugins=Disinstallazione dei plugin utilizzando l'installer dei plugin...
-CustomHandleStep_Done=Fatto.
-CustomHandleStep_InstallDone_Text=Il programma di installazione dei plugin ha terminato l'installazione con successo.
-CustomHandleStep_InstallFail_Text=L'installazione di {0} \u00e8 fallita.
-CustomHandleStep_UninstallDone_Text=Il programma di installazione dei plugin ha terminato la disinstallazione con successo.
-CustomHandleStep_UninstallFail_Text=La disinstallazione di {0} \u00e8 fallita.
-InstallStep_NetworkProblem_Continue=&Tenta ancora
-InstallStep_NetworkProblem_Text=Problemi di rete in {0}
-OperationPanel.cbRunInBackground.text=Esegui in contempo&ranea
-InstallSupport_InBackground_NetworkError=Impossible connettersi al centro di aggiornamento.
-InstallSupport_InBackground_NetworkError_Details=dettagli
-LicenseApprovalPanel.cbAccept.text=&Accetto i termini di tutti i contratti di licenza.
-InstallSupport_RestartNeeded=Riavvia l'applicazione per completare l'installazione.
-UninstallSupport_RestartNeeded=Riavvia l'applicazione per completare la disintallazione.
-CustomHandleStep_Install_RestartNeeded=Riavvia l'applicazione per completare l'installazione.
-CustomHandleStep_Uninstall_RestartNeeded=Riavvia l'applicazione per completare la disinstallazione.
-
-RestartNeeded_Details=Clicca qui per riavviare l'applicazione subito
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=Procedura guidata d'installazione di NetBeans
-PanelBodyContainer_ACD=Procedura guidata d'installazione di NetBeans
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/D
-LicenseApprovalPanel_taLicenses_ACD=N/D
-LicenseApprovalPanel_cbAccept_ACN=N/D
-ValidationWarningPanel_tpPlugins_ACN=Plugin non verificati
-ValidationWarningPanel_taWarning_Text_ACD=Attenzione: installare plugin non affidabili \u00e8 potenzialmente insicuro. Usa plugin non firmati o non affidabili a tuo rischio.
-ValidationWarningPanel_taWarning_Text_ACN=Attenzione
-ValidationWarningPanel_taHead_ACN=N/D
-ValidationWarningPanel_ACD=N/D
-UninstallUnitWizard_Title=Programma di installazione dei plugin
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>La tua applicazione \u00e8 aggiornata!</h3>
-LazyOperationDescriptionStep_NoUpdates=Non ci sono aggiornamenti disponibili.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Verifica degli aggiornamenti fallita.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Controlla la connessione di rete, verifica che le impostazioni del proxy<br>siano configurate correttamente o riprova pi\u00f9 tardi.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Sto verificando gli aggiornamenti.</b><br>Per favore attendi mentre il programma d'installazione verifica la disponibilit\u00e0 di aggiornamenti.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Sto inizializzando la lista degli aggiornamenti... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Alcuni plugin richiedono che il plugin {0} sia installato.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Alcuni plugin stanno attendendo che l'applicazione sia riavviata per risolvere i seguenti problemi :</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Alcuni plugin richiedono la funzionalit\u00e0 {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Alcuni plugin richiedono la versione {0} della piattaforma Java</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Alcuni plugin richiedono il JDK</h3>Alcuni dei plugin selezionati richiedono il JDK per funzionare. Attualmente sembra che NetBeans IDE sia in esecuzione con il JRE invece del JDK completo.<br><br>Per usare questi plugin, avvia l'IDE con l'opzione da riga di comando <code>--jdkhome</code> impostata sulla posizione di un'installazione del JDK. Vedi <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> per ulteriori informazioni.<br><br>
-OperationDescriptionStep_BrokenModuleDep=Anche il plugin {0} dovrebbe essere installato.
-OperationDescriptionStep_BrokenModuleNameDep=Non \u00e8 stato trovato il plugin{0} che \u00e8 necessario.
-OperationDescriptionStep_BrokenModuleVersionDep=Il plugin {0} \u00e8 necessario nella versione >= {1} ma \u00e8 stata trovato solo la versione {2}.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=Il plugin {0} \u00e8 richiesto nella versione >= {1} (release {2}) ma solo {3} (della release diversa da {2}) \u00e8 stato trovato.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=Il plugin {0} \u00e8 richiesto nella versione {1}.
-OperationDescriptionStep_BrokenModuleImplDep=Il plugin {0} \u00e8 richiesto nella versione di implementazione {1}.
-OperationDescriptionStep_BrokenRequiresDep=Non \u00e8 stato trovato nessun plugin che fornisse la funzionalit\u00e0 {0}.
-OperationDescriptionStep_AffectedPluginByBrokenDep=I plugin seguenti sono interessati:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=Il plugin seguente \u00e8 interessato:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=Ci sono stati alcuni problemi durante l''archiviazione di {0}.\nCausa: {1}
-InstallStep_DownloadProblem_SomePlugins=plugin selezionati
-
diff --git a/l10n/src/it/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_it.properties b/l10n/src/it/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_it.properties
deleted file mode 100644
index 5f7e175..0000000
--- a/l10n/src/it/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_it.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Piattaforma RCP
-OpenIDE-Module-Name=Piattaforma RCP
-OpenIDE-Module-Short-Description=Piattaforma RCP di NetBeans
-OpenIDE-Module-Long-Description=La Piattaforma RCP di NetBeans \u00e8 un ambiente di lavoro generico per applicazioni Swing. Fornisce le funzionalit\u00e0 comuni al tutte le applicazioni desktop di una certa dimensione: gestione delle finestre, menu, impostazioni e memorizzazione, gestione degli aggiornamenti, accesso ai file, ecc.<br><br>Vedi ulteriori informazioni su <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/it/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_it.properties b/l10n/src/it/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_it.properties
deleted file mode 100644
index 242cf69..0000000
--- a/l10n/src/it/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_it.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Ricerca MIME su SystemFS
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=L'implementazione di default di MimeDataProvider.
-OpenIDE-Module-Long-Description=Il modulo ricerca MIME su SystemFS implementa MimeDataProvider, che cerca oggetti nella gerarchia di cartelle sul filesystem System.
-
-
diff --git a/l10n/src/it/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_it.properties b/l10n/src/it/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_it.properties
deleted file mode 100644
index 55d8931..0000000
--- a/l10n/src/it/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_it.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API di MIME Lookup
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=API di ricerca MIME.
-OpenIDE-Module-Long-Description=Il modulo di ricerca MIME fornisce le API per cercare settaggi, servizi e altri oggetti dipendenti dal tipo MIME. Fornisce anche le SPI per implementare fornitori di dati (data provider) aggiuntivi legati al tipo MIME.
-
diff --git a/l10n/src/it/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_it.properties b/l10n/src/it/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_it.properties
deleted file mode 100644
index e36dfb7..0000000
--- a/l10n/src/it/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_it.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Aggiungi ai preferiti
-ACT_AddOnFavoritesNode=&Aggiungi ai preferiti...
-ACT_Remove=&Rimuovi dai preferiti
-ACT_View=Prefer&iti
-ACT_Select=Preferiti
-ACT_Select_Main_Menu=Selezion&a nei preferiti
-
-Favorites=Preferiti
-Templates/Other=Altri
-Templates/Properties=Propriet\u00e0 della configurazione utente
-Templates/Other/Folder=Cartella
-Templates/Other/file=File vuoto
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Albero dell'esploratore
-ACSD_ExplorerBeanTree=N/D
-
-# JFileChooser
-CTL_DialogTitle=Aggiungi ai preferiti
-CTL_ApproveButtonText=Aggiungi
-ERR_FileDoesNotExist=Non esiste {0}.
-ERR_FileDoesNotExistDlgTitle=Aggiungi ai preferiti
-
-MSG_NodeNotFound=Non \u00e8 stato possibile trovare il nodo del documento nella scheda dei preferiti.
-
-# Manifest localization
-OpenIDE-Module-Name=Preferiti
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Supporto per organizzare i file dei preferiti.
-OpenIDE-Module-Long-Description=Il modulo dei preferiti consente di creare una selezione di file particolarmente rilevanti per il tuo lavoro semplicemente acccedendo ad essi da un unico punto.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Modelli
-Templates.Options.Export.displayName=Tutti i modelli
-Favorites.Options.Export.displayName=Preferiti
-
diff --git a/l10n/src/it/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_it.html b/l10n/src/it/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_it.html
deleted file mode 100644
index 5641c7d..0000000
--- a/l10n/src/it/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_it.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Crea un file vuoto sul tuo disco con un'estensione a piacere.
-</BODY></HTML>
diff --git a/l10n/src/it/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_it.html b/l10n/src/it/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_it.html
deleted file mode 100644
index f3fb094..0000000
--- a/l10n/src/it/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_it.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Crea una nuova cartella sul disco.
-</BODY></HTML>
diff --git a/l10n/src/it/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_it.properties b/l10n/src/it/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_it.properties
deleted file mode 100644
index 33af61d..0000000
--- a/l10n/src/it/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_it.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Chiudi
-BTN_TemplatesPanel_OpenInEditorButton=Apri nell'edit&or
-LBL_TemplatesAction_Name=&Modelli
-HINT_TemplatesAction=Personalizza i modelli
-LBL_TemplatesPanel_Title=Gestore dei modelli
-BTN_TemplatesPanel_Delete=&Elimina
-LBL_TemplatesPanel_TemplatesLabel=&Modelli\:
-BTN_TemplatesPanel_Add=&Aggiungi...
-BTN_TemplatesPanel_RenameButton=&Rinomina
-BTN_TemplatesPanel_DuplicateButton=Du&plica
-BTN_TemplatesPanel_NewFolder=&Nuova cartella
-BTN_TemplatesPanel_MoveUp=Sposta s&u
-BTN_TemplatesPanel_MoveDown=Sposta in &basso
-LBL_TemplatesPanel_JFileChooser_Title=Aggiungi modello esistente
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Aggiungi
-TXT_TemplatesPanel_NewFolderName=Nuova cartella
-MSG_TemplatesPanel_Nonexistent_File=Il file ''{0}''\nnon esiste, specifica un file esistente.
-
-TemplatesPanel_TemplateNode_DisplayName=Mostra Nome
-TemplatesPanel_TemplateNode_DisplayName_Desc=Mostra il nome di questo modello Mostrato in File|Nuova procedura guidata cos\u00ec come in Strumenti|Modelli.
-TemplatesPanel_TemplateNode_FileName=Nome del file
-TemplatesPanel_TemplateNode_FileName_Desc=Il nome del file rappresentato da questo modello.
-TemplatesPanel_TemplateNode_ScriptEngine=Motore di scripting
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Il motore di scripting usa questo modello per processare.
-TemplatesPanel_TemplateNode_TemplateCategories=Categorie di modelli
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=Una lista di categorie di modelli appropriate per questo modello.
-
-ACD_TemplatesPanel_Add=Aggiungi modello
-
-ACD_TemplatesPanel_New=Nuovo modello
-
-ACD_TemplatesPanel_Duplicate=Duplica il modello selezionato
-
-ACD_TemplatesPanel_Rename=Rinomina modello
-
-ACD_TemplatesPanel_MoveUp=Sposta in alto il modello selezionato
-
-ACD_TemplatesPanel_MoveDown=Sposta in basso il modello selezionato
-
-ACD_TemplatesPanel_Delete=Elimina modello
-
-TT_TemplatesPanel_Add=Aggiungi modello
-
diff --git a/l10n/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_it.properties b/l10n/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_it.properties
deleted file mode 100644
index 68cb064..0000000
--- a/l10n/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_it.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Impossibile connettersi con la URL {0}; non \u00e8 stata trovata.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Attenzione: L''identificativo dell''argomento JavaHelp {0} non \u00e9 stato trovato.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Sto caricando i gruppi della guida...
-ACSD_JavaHelp_viewer=Mostra uno o pi\u00f9 riferimenti on-line della guida in formato JavaHelp
-ACSD_Loading_Dialog=Sto caricando i gruppi della guida
-
-# HelpAction
-LBL_HelpAction=Aiuto
-CTL_OpeningHelp=Sto aprendo la guida...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=Monitor HTTP
-
-# a11y - BrowserDisplayer
-ACSD_Label=Clicca qui per aprire questo link in un browser web.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Sto mostrando l''ID della guida: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Sto mostrando l''ID della guida: {0}
-
-QuickSearch/Help=Aiuto
-Err_CreateJavaHelpSearchEngine=Non \u00e8 stato possibile creare il motore di ricerca di JavaHelp.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copia la posizione del collegamento
-
diff --git a/l10n/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_it.properties b/l10n/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_it.properties
deleted file mode 100644
index 3ea2901..0000000
--- a/l10n/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_it.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Integrazione JavaHelp
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Consente di aggiungere all'IDE i gruppi della guida di tipo JavaHelp.
-OpenIDE-Module-Long-Description=Contiene la libreria effettiva di runtime di JavaHelp ed inoltre l'implementazione di quella parte dell'API dei moduli che consente agli altri moduli di installare gruppi della guida che usano la tecnologia JavaHelp.
-
-Menu/Help/master-help.xml=&Contenuti della guida
-Menu/Help/HelpShortcuts=&Gruppi della guida
-Actions/Help/master-help.xml=&Contenuti della guida
-
diff --git a/l10n/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_it.html b/l10n/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_it.html
deleted file mode 100644
index a23df97..0000000
--- a/l10n/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_it.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-
-<HTML><head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<TITLE>Indice Principale</TITLE>
-</HEAD><BODY>
-Questa finestra contiene il gruppo principale di tutta la documentazione installata. Puoi usare i navigatori a sinistra per consultare l'indice e la tabella completa dei contenuti dell'IDE, eseguire ricerche sull'indice dell'intera documentazione e ricerche sul testo completo.
-</BODY></HTML>
diff --git a/l10n/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_it.xml b/l10n/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_it.xml
deleted file mode 100644
index 2ee02d3..0000000
--- a/l10n/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_it.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-
-Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-Other names may be trademarks of their respective owners.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-particular file as subject to the "Classpath" exception as provided
-by Oracle in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
-<helpset version="2.0">
-    <title>Aiuto</title>
-    <maps>
-        <homeID>org.netbeans.api.javahelp.MASTER_ID</homeID>
-        <mapref location="masterHelpMap.jhm"/>
-    </maps>
-    <view mergetype="javax.help.UniteAppendMerge">
-        <name>TOC</name>
-        <label>Contenuti</label>
-        <type>javax.help.TOCView</type>
-        <data>masterHelpToc.xml</data>
-    </view>
-    <!--
-    <view mergetype="javax.help.SortMerge">
-        <name>Index</name>
-        <label>Index</label>
-        <type>javax.help.IndexView</type>
-    </view>
-    -->
-    <view>
-        <name>Search</name>
-        <label>Ricerca</label>
-        <type>javax.help.SearchView</type>
-    </view>
-    <!--
-    <view>
-        <name>Favorites</name>
-        <label>Favorites</label>
-        <type>javax.help.FavoritesView</type>
-    </view>
-    -->
-    <presentation default="true" displayviews="true" displayviewimages="false">
-        <name>main window</name>
-        <toolbar>
-            <helpaction image="helpviewer_back">javax.help.BackAction</helpaction>
-            <helpaction image="helpviewer_forward">javax.help.ForwardAction</helpaction>
-            <helpaction image="helpviewer_print">javax.help.PrintAction</helpaction>
-            <helpaction image="helpviewer_page-setup">javax.help.PrintSetupAction</helpaction>
-        </toolbar>
-    </presentation>
-    <presentation displayviews="false">
-        <name>NBSecondaryWindow</name>
-        <size width="600" height="400" />
-        <location x="200" y="200" />
-    </presentation>
-
-    </helpset>
diff --git a/l10n/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_it.html b/l10n/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_it.html
deleted file mode 100644
index b737cfa..0000000
--- a/l10n/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_it.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Modulo non abilitato</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Modulo non abilitato</h2>
-<p>L''argomento della guida che stai cercando di visualizzare si trova nel modulo {0} che è attualmente disattivato. Per attivare i moduli installati ma disattivati:</p>
-<ol><li>Scegli Strumenti > Plugin (Preferenze di NetBeans su Mac).</li>
-    <li>Vai alla scheda Installati.</li>
-    <li>Seleziona il modulo {0} e clicca su Attiva.</li> </ol>
-</body>
-</html>
diff --git a/l10n/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_it.html b/l10n/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_it.html
deleted file mode 100644
index c37660c..0000000
--- a/l10n/src/it/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_it.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Modulo non installato</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Modulo non installato</h2>
-<p>L''argomento della guida che stai cercando di visualizzare si trova nel modulo {0}, che non è attualmente installato. Questo modulo dovrebbe essere disponibile come plugin. Per verificare, premere Strumenti > Plugins.
-</p>
-</body>
-</html>
diff --git a/l10n/src/it/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_it.properties b/l10n/src/it/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_it.properties
deleted file mode 100644
index 22b1ea2..0000000
--- a/l10n/src/it/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_it.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=API Portachiavi
-
diff --git a/l10n/src/it/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_it.properties b/l10n/src/it/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_it.properties
deleted file mode 100644
index 9ea30dc..0000000
--- a/l10n/src/it/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_it.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Valore esemplificativo che assicura che la decrittazione funziona.
-FallbackProvider.msg_clear_keys=Le tue password precedentemente memorizzate non possono essere decrittate. Vuoi dimenticare tutte le password esistenti e cominciare con un portachiavi pulito?
-FallbackProvider.title_clear_keys=Elimina password memorizzate
-MasterPasswordPanel.masterPasswordLabel.text=&Password principale:
-MasterPasswordPanel.setNewBox.text=&Cambia...
-MasterPasswordPanel.newLabel1.text=&Nuova password principale:
-MasterPasswordPanel.newLabel2.text=&Ridigita:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=Introduci la password principale
-MasterPasswordPanel.enter_password=Introduci la password
-MasterPasswordPanel.enter_new_password=Inserisci nuova password
-MasterPasswordPanel.password_mismatch=Le nuove password non corrispondono
-MasterPasswordPanel.explanation.text=NetBeans pu\u00f2 ricordare le password per te, ma per proteggerle devi inserire una password principale. Se non ne hai ancora scelta una, fallo ora; ti verr\u00e0 richiesta nelle sessioni successive quando necessaria. Puoi anche cambiare la password principale quando ti viene richiesta.
-
diff --git a/l10n/src/it/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_it.properties b/l10n/src/it/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_it.properties
deleted file mode 100644
index 4d0ca38..0000000
--- a/l10n/src/it/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_it.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Impossibile creare il file {0} nella cartella {1}.
-EXC_CannotCreateExistingData=Impossibile creare il file {0} nella cartella {1}. Questo file esiste gi\u00e0.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Impossibile creare la cartella {0} nella cartella {1}.
-EXC_CannotCreateExistingFolder=Impossibile creare la cartella {0} nella cartella {1}. Questa cartella \u00e8 gi\u00e0 esistente.
-
-# {0} - the file
-EXC_CannotLock=Impossibile bloccare il file di sola lettura {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Impossibile eliminare il file {0} in {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Impossibile rinominare il file {0} in {1} a {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Blocco non valido [{0}] per il file {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Impossibile rinominare la radice del file system {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Impossibile eliminare la radice del file system {0}.
-
-EXC_CannotLockRoot=La radice non pu\u00f2 essere bloccata.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Non \u00e8 possibile ottenere l''accesso esclusivo a  {0} (probabilmente \u00e8 gi\u00e0 aperta in lettura).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Non \u00e8 possibile ottenere l''accesso condiviso a {0} (probabilmente \u00e8 gi\u00e0 aperta in scrittura).
-
diff --git a/l10n/src/it/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_it.properties b/l10n/src/it/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_it.properties
deleted file mode 100644
index 677049e..0000000
--- a/l10n/src/it/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_it.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=Il file {0} \u00e8 gi\u00e0 bloccato.
-EXC_FileLockAlreadyExists=Il file {0} \u00e8 gi\u00e0 bloccato (esiste il blocco {1}).
-# {0} - full path
-FileObj.readOnlyFile=Impossibile scrivere sul file {0} perch\u00e8 \u00e8 di sola lettura.
-
diff --git a/l10n/src/it/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_it.properties b/l10n/src/it/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_it.properties
deleted file mode 100644
index 7e8420d..0000000
--- a/l10n/src/it/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_it.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=File system principale
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Unisce molteplici fornitori di file system in un unico albero logico.
-OpenIDE-Module-Long-Description=Crea punti di inserimento per le radici del disco e poi le unisce in un altro file system come fosse un mount VCS, fornendo un singolo file system che li include tutti.
-
-LBL_loaderName=FolderLoader per MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Impossibile rinominare la radice del file system {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Impossibile copiare la radice del file system {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Impossibile spostare la radice del file system {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Impossibile eliminare la radice del file system {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Impossibile rinominare il file {0} in {1} a {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Il file system {0} \u00e8 di sola lettura.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Il file system {1} non pu\u00f2 essere montato sulla radice {0}, perch\u00e8 il file system {2} vi \u00e8 gi\u00e0 stato montato.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Il file system {1} non pu\u00f2 essere montanto sulla radice {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Il file system {0} non pu\u00f2 essere smontato. 
-
diff --git a/l10n/src/it/platform/options-api/options-api/org/netbeans/modules/options/Bundle_it.properties b/l10n/src/it/platform/options-api/options-api/org/netbeans/modules/options/Bundle_it.properties
deleted file mode 100644
index fba95ea..0000000
--- a/l10n/src/it/platform/options-api/options-api/org/netbeans/modules/options/Bundle_it.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=SPI e finestra di dialogo delle opzioni
-OpenIDE-Module-Display-Category=Strumenti
-OpenIDE-Module-Short-Description=Fornisce la finestra di dialogo per le opzioni e le SPI per aggiungervi i pannelli.
-OpenIDE-Module-Long-Description=Fornisce gli strumenti | finestra di dialogo delle opzioni. La SPI ti consente di aggiungere nuovi pannelli, oppure nuove sezioni al pannello 'Varie'.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Opzioni
-CTL_Options_Dialog_Title=Opzioni
-CTL_OK=OK
-CTL_Classic=Opzioni avanzate
-CTL_Classic_Title=Opzioni avanzate
-CTL_Modern=Opzioni di &base
-CTL_Loading_Options=Sto caricando le impostazioni ...
-CTL_Error_Loading_Options=Caricamento delle opzioni fallito.
-CTL_Some_values_changed=Sono state rilevate delle modifiche. Vuoi applicarle?
-
-CTL_General_Options=&Generale
-CTL_General_Options_Title=Generale
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=&Font e colori
-CTL_Font_And_Color_Options_Title=Font e colori
-CTL_Keymap_Options=Ma&ppa dei tasti
-CTL_Keymap_Options_Title=Mappa dei tasti
-
-CTL_Export=Espor&ta
-CTL_Import=&Importa
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= Richiama la finestrra di dialogo delle opzioni avanzate
-ACS_OptionsPanel=Finestra di dialogo delle opzioni
-ACS_Export=Opzioni di esportazione
-ACS_Import=Opzioni di importazione
-TabbedController.pane.AD=Pannello di opzioni
-
-QuickSearch/GoToOption=Opzioni
-
diff --git a/l10n/src/it/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_it.properties b/l10n/src/it/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_it.properties
deleted file mode 100644
index 8c520e3..0000000
--- a/l10n/src/it/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_it.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Varie
-CTL_Advanced_Options_Title=Varie
-CTL_Advanced_Options_Description=Varie
-AdvancedPanel.tabbedPanel.AD=Pannello a schede delle miscellanee
-Advanced.Export.Category=Varie
-
diff --git a/l10n/src/it/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_it.properties b/l10n/src/it/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_it.properties
deleted file mode 100644
index 4409002..0000000
--- a/l10n/src/it/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_it.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Definisci qui
-LBL_action_revert=Inverti la def.
-LBL_action_delete=Elimina
-
-MSG_ask_remove_above_defined_files=Muovere la definizione qui rimuover\u00e0 tutti i valori salvati nei layer a sinistra della colonna selezionata.\n\nVuoi procedere?
-
-#file state tooltips
-LBL_fstate_defined=Definizione delle impostazioni
-LBL_fstate_ignored=Impostazioni non utilizzate
-LBL_fstate_inherited=Impostazioni ereditate
-LBL_fstate_undefined=L'impostazione non \u00e8 definita qui
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=Utente
-LBL_FSP_Desc_Session-Layer=Livello delle impostazioni di sistema
-LBL_FSP_Modules-Layer=Impostazioni predefinite
-LBL_FSP_Desc_Modules-Layer=Livello delle impostazioni predefinite dell'installazione
-
-#OptionsAction
-Options=&Opzioni
-CTL_close_button=&Chiudi
-ACSD_close_button=N/D
-ACSN_optionsTree=N/D
-ACSD_optionsTree=N/D
-LBL_computing=Sto inizializzando le impostazioni ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Mostra i livelli (premi +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Nascondi i livelli (premi +)
-CTL_Templates_name=Modelli
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Esploratore
-ACSN_ExplorerBeanTree=Albero dell'esploratore
-ACSD_ExplorerBeanTree=N/D
-
diff --git a/l10n/src/it/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_it.properties b/l10n/src/it/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_it.properties
deleted file mode 100644
index 190f1a3..0000000
--- a/l10n/src/it/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_it.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Seleziona le opzioni per l'esportazione:
-OptionsChooserPanel.outline.all=Tutte
-OptionsChooserPanel.outline.header.tree=Opzioni disponibili
-OptionsChooserPanel.outline.AN=Opzioni disponibili
-OptionsChooserPanel.outline.AD=Albero delle opzioni disponibili
-OptionsChooserPanel.lblFile.text=File zip di des&tinazione:
-OptionsChooserPanel.btnBrowse=S&foglia...
-OptionsChooserPanel.btnBrowse.AN=Sfoglia
-OptionsChooserPanel.btnBrowse.AD=Sfoglia
-OptionsChooserPanel.txtFile.AD=Origine o destinazione dell'importazione/esportazione
-OptionsChooserPanel.loading=Sto caricando...
-OptionsChooserPanel.file.warning=Seleziona un file zip di destinazione valido
-OptionsChooserPanel.nooption.warning=Seleziona qualcosa da esportare
-OptionsChooserPanel.file.chooser.title=Seleziona il file zip di destinazione
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=Seleziona le opzioni da esportare
-OptionsChooserPanel.export.status.text=Esportazione delle opzioni terminata.
-OptionsChooserPanel.import.title=Seleziona le opzioni da importare
-OptionsChooserPanel.import.lblFile.text=Origine d'&importazione:
-OptionsChooserPanel.import.lblHint.text=&Seleziona le opzioni per l'importazione:
-OptionsChooserPanel.import.file.warning=Seleziona un file zip o una cartella utente valida
-OptionsChooserPanel.import.nooption.warning=Seleziona qualcosa da importare
-OptionsChooserPanel.import.file.chooser.title=Seleziona il file zip o la cartella utente
-OptionsChooserPanel.import.invalid.userdir.title=Cartella utente non valida?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=La cartella {0} non sembra essere una cartella utente valida. Vuoi davvero importare le opzioni da questa posizione?
-OptionsChooserPanel.AD=Pannello per scegliere le opzioni da esportare/importare
-OptionsChooserPanel.import.error=Errore durante l'importazione delle opzioni. Esegui l'IDE con il parametro -J-Dorg.netbeans.modules.options.export.level=100 e guarda nel log dell'IDE per dettagli.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=File zip non valido: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=La scrittura nel file {0} non \u00e8 riuscita.
-ImportConfirmationPanel.title=Conferma dell'importazione
-ImportConfirmationPanel.cbRestart.text=&Riavvia l'IDE ora (senza riavvio le impostazioni importate potrebbero non funzionare)
-ImportConfirmationPanel.cbRestart.AD=Decidi se riavviare l'IDE ora o pi\u00f9 tardi
-ImportConfirmationPanel.cbRestart.AN=Riavviare l'IDE ora?
-ImportConfirmationPanel.lblMessage.text=L'importazione potrebbe sovrascrivere irreversibilmente le tue impostazioni correnti. Prima effettua un'esportazione per avere un backup delle opzioni correnti. Vuoi continuare?
-ImportConfirmationPanel.lblMessage.AD=Messaggio di conferma
-ImportConfirmationPanel.AN=Conferma dell'importazione
-ImportConfirmationPanel.AD=Conferma dell'importazione
-ExportConfirmationPanel.title=Avviso parole d'ordine memorizzate
-ExportConfirmationPanel.lblMessage.text=Le impostazioni esportate potrebbero contenere parole d'ordine memorizzate. Condividere le tue impostazioni con altri utenti rappresenta un potenziale rischio di sicurezza. Vuoi continuare?
-ExportConfirmationPanel.cbSkip.text=&Salta questo avviso la prossima volta
-ExportConfirmationPanel.cbSkip.AN=Saltare questo avviso la prossima volta?
-ExportConfirmationPanel.cbSkip.AD=Decidi se saltare o mostrare questo avviso la prossima volta
-ExportConfirmationPanel.lblMessage.AD=Messaggio di conferma
-ExportConfirmationPanel.AN=Avviso parole d'ordine memorizzate
-ExportConfirmationPanel.AD=Avviso parole d'ordine memorizzate
-
diff --git a/l10n/src/it/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_it.properties b/l10n/src/it/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_it.properties
deleted file mode 100644
index a607f16..0000000
--- a/l10n/src/it/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_it.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Opzioni della mappatura dei tasti
-
-CTL_Keymap_Options=Ma&ppa dei tasti
-CTL_Keymap_Options_Title=Mappa dei tasti
-CTL_Keymap_Options_Description=Mappa dei tasti
-
-CTL_Duplicate=&Gestisci i profili...
-AN_Duplicate=Duplica
-AD_Duplicate=Duplica
-CTL_Delete=E&limina
-AN_Delete=Elimina
-AD_Delete=Elimina
-CTL_Restore=&Ripristina
-AN_Restore=Ripristina
-AD_Restore=Ripristina
-CTL_Show_Actions=Azio&ni
-AN_Show_Actions=Azioni
-AD_Show_Actions=Azioni
-CTL_Show_Shortcuts=&Scorciatoie
-AN_Show_Shortcuts=Scorciatoie
-AD_Show_Shortcuts=Scorciatoie
-CTL_Add_Shortcut=A&ggiungi...
-AN_Add_Shortcut=Aggiungi
-AD_Add_Shortcut=Aggiungi
-CTL_Remove_Shortcut=Rimuo&vi
-AN_Remove_Shortcut=Rimuovi
-AD_Remove_Shortcut=Rimuovi
-CTL_Actions=Azio&ni:
-AN_Actions=Azioni
-AD_Actions=Azioni
-CTL_Shortcuts=&Scorciatoie:
-AN_Shortcuts=Scorciatoie
-AD_Shortcuts=Scorciatoie
-AN_Profiles=Profili
-AD_Profiles=Profili
-Show_Actions=Azio&ni
-Show_Shortcuts=&Scorciatoie
-Keymaps=&Mappe dei tasti
-CTL_Keymap_Name=&Profilo:
-View_By=Mostra &per:
-Shortcut=&Scorciatoia:
-Add_Shortcut_Dialog=Aggiungi una Scorciatoia
-CTL_Create_New_Profile_Message=&Nome del profilo:
-CTL_Create_New_Profile_Title=Crea una nuova finestra di dialogo dei profili
-Shortcut_Conflict=<html>Scorciatoia gi\u00e0 assegnata all'azione {0}. Se prosegui la scorciatoia sar\u00e0 riassegnata.
-CTL_Clear=&Cancella
-AN_Clear=Cancella pulsante scorciatoia
-AD_Clear=Cancella il campo scorcatoia
-CTL_Tab=&Tabulazione
-AN_Tab=Inserisci il pulsante del carattere di tabulazione
-AD_Tab=Inserisci il carattere di tabulazione
-CTL_Duplicate_Profile_Name=Un profilo con questo nome esiste gi\u00e0.\n Scegli un nome differente.
-
-CTL_Export_IDE_Actions_Action=Esporta le azioni dell'IDE in un file XML
-CTL_Export_IDE_Shortcuts_Action=Esporta le scorciatoie dell'IDE in un file XML
-CTL_Export_Editor_Shortcuts_Action=Esporta le scorciatoie dell'Editor in un file XML
-CTL_Export_Shortcuts_to_HTML_Action=Esporta le scorciatoie in un file HTML
-
-CTL_Other=Altri
-AN_Shortcut=Campo scorciatoia
-AD_Shortcut=Campo scorciatoia
-AN_ShortcutsDialog=Inserisci la nuova scorciatoia
-AD_ShortcutsDialog=Inserisci la nuova scorciatoia
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Cambia la mappa dei tasti dal profilo {1} al profilo {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Ricerca rapida: invocando l'azione {1}, classe {0}
-
-QuickSearch/Actions=Azioni
-MSG_ActionFailure={0} l''azione non pu\u00f2 essere eseguita dalla Ricerca Veloce...
-
-# Quicksearch options
-KW_KeymapOptions=Opzioni della mappa dei tasti, scorciatoie di tastiera, associazione di tasti.
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=Cerca:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Campo usato per restringere la lista delle scorciatoie
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Cerca nelle sco&rciatoie:
-
-# Conflict dialogs
-Override_Shortcut=<html>Le seguenti azioni: <br>{0} confliggono con questa assegnazione. Vuoi sovrascrivere?
-Conflicting_Shortcut_Dialog=Finestra di dialogo delle scorciatoie in conflitto
-Override_All=<html>Le seguenti azioni: <br>{0} confliggono con questo ripristino. Vuoi sovrascrivere tutto?
-Alternative_Shortcut=(scorciatoia alternativa)
-
-#Table columns
-Actions=Azioni
-Shortcut=Scorciatoia
-Category=Categoria
-Scope=Ambito
-
-#Keymap Popup
-Edit=Modifica...
-Add_Alternative=Aggiungi alternativa
-Reset_to_Default=Reimposta predefinito
-Clear=Pulisci
-
-#Keymap completion
-No_Free_Shortcut=Nessuna scorciatoia libera raccomandata con il prefisso "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplica
-ProfilesPanel.exportButton.text=&Esporta
-ProfilesPanel.deleteButton.text=E&limina
-ProfilesPanel.importButton.text=&Importa
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Pannello a scorrimento dei profili
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Pannello a scorrimento per i profili
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=Lista dei profili delle mappe dei tasti
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Importa un profilo da un file esterno
-ProfilesPanel.AccessibleContext.accessibleDescription=Pannello dei profili
-ProfilesPanel.restoreButton.text=&Ripristina predefiniti
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Ripristina i predefiniti salvati
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplica un profilo esistente
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Esporta il profilo corrente
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Elimina il profilo personalizzato selezionato
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=Gestisci i profili delle mappe dei tasti
-CTL_Files=File
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Mappe dei testi
-Keymaps.Options.Export.Profiles.displayName=Profili delle mappe dei tasti
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/it/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_it.properties b/l10n/src/it/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_it.properties
deleted file mode 100644
index 43231ce..0000000
--- a/l10n/src/it/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_it.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Integrazione con Swing Layout Extensions
-OpenIDE-Module-Display-Category=Librerie
-OpenIDE-Module-Short-Description=Comprende la libreria swing-layout.
-OpenIDE-Module-Long-Description=Questo modulo comprende la libreria 'Swing Layout Extensions' (da swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Usa piuttosto javax.swing.GroupLayout. (Nell'editor del form: seleziona Form ... nell'Inspector; cambia Stile di generazione layout a Codice standard Java 6.)
-
diff --git a/l10n/src/it/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_it.properties
deleted file mode 100644
index daa694a..0000000
--- a/l10n/src/it/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_it.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contiene annotazioni utili per analisi statiche, come una @SuppressWarnings utilizzabile da FindBugs.
-OpenIDE-Module-Name=Annotazioni comuni
-OpenIDE-Module-Short-Description=Annotazioni comuni, ossia per rilevamento di errori.
-
diff --git a/l10n/src/it/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_it.properties
deleted file mode 100644
index 45d01b7..0000000
--- a/l10n/src/it/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_it.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=Termina il processo
-CTL_ProcessListAction=&Processi
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/it/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_it.properties
deleted file mode 100644
index 2027818..0000000
--- a/l10n/src/it/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_it.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API dello stato avanzamento
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=API della visualizzazione dello stato avanzamento del task.
-OpenIDE-Module-Long-Description=Consente ai moduli di registrare task di lunga durata oppure processi in un posto centralizzato.
-
diff --git a/l10n/src/it/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_it.properties
deleted file mode 100644
index f35184d..0000000
--- a/l10n/src/it/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_it.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Componente della scena
-ACS_SceneComponentDesc=Vista della scena
-
diff --git a/l10n/src/it/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_it.properties
deleted file mode 100644
index 21d59e0..0000000
--- a/l10n/src/it/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_it.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API della Visual Library
-OpenIDE-Module-Short-Description=API della Visual Library
-
diff --git a/l10n/src/it/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_it.properties
deleted file mode 100644
index ae476de..0000000
--- a/l10n/src/it/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_it.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=Sembra che un'istanza del programma sia gi\u00e0 in esecuzione con la tua cartella utente.\nO una sessione precedente del programma non \u00e8 uscita correttamente o un'altra istanza\ndel programma \u00e8 in esecuzione su un computer diverso usando la stessa cartella utente.\n\nSe un'altra sessione del programma \u00e8 in esecuzione con la stessa cartella utente, premi\nAnnulla per evitare la corruzione della cartella utente. Se sei sicuro che nessun'altra\nistanza del programma \u00e8 in esecuzione con la tua cartella utente, premi OK per continuare.
-MSG_AlreadyRunningTitle=Attenzione
-
-EXC_not_a_module={0} non \u00e8 un modulo di NetBeans valido.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Procedura di Avvio
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=La procedura di avvio principale delle applicazione basate su NetBeans.
-OpenIDE-Module-Long-Description=Questo modulo fornisce l'infrastruttura iniziale che carica tutte le altre parti dell'applicazione. Non pu\u00f2 essere disabilitato.
-
-MSG_InstallJava6=Impossibile eseguire su versioni di Java pi\u00f9 vecchie di Java 6 Standard Edition.\nInstalla Java 6 Standard Edition o pi\u00f9 recente o usa l'opzione\n--jdkhome per puntare alla sua cartella di installazione.
-MSG_NeedsJava6=Richiesto Java 6 Standard Edition o pi\u00f9 recente
-
diff --git a/l10n/src/it/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_it.properties
deleted file mode 100644
index 15521eb..0000000
--- a/l10n/src/it/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_it.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName={0} di output
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=&Esci dall'IDE
-ACSD_EndTasks=N/D
-CTL_PendingTitle=Esci dall'IDE
-ACSD_PendingTitle=N/D
-LAB_PendingTasks=&Uscendo dall'IDE i seguenti processi saranno cancellati:
-ACSD_PendingTasks=N/D
-# {0} - process name
-CTL_PendingExternalProcess2=Processo - {0}
-# {0} - action name
-CTL_ActionInProgress={0} esecuzione in corso
-
diff --git a/l10n/src/it/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_it.properties
deleted file mode 100644
index 3746815..0000000
--- a/l10n/src/it/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_it.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Rimuovi
-CTL_MoveUp=Sposta s&u
-CTL_MoveDown=Sposta in &basso
-CTL_AddDirectory=Aggiungi cart&ella...
-CTL_AddJAR=Aggiungi &JAR/ZIP...
-CTL_JarArchivesMask=Archivi JAR e ZIP
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/D
-ACSD_MoveUp=N/D
-ACSD_MoveDown=N/D
-ACSD_AddDirectory=N/D
-ACSD_AddJAR=N/D
-ACSD_PathList=N/D
-ACSD_CustomNbClassPathEditor=N/D
-CTL_Edit_Jar_Dialog_Title=Modifica il file JAR
-CTL_Edit_Local_Dialog_Title=Modifica la cartella locale
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=Aggiungi il file JAR
-CTL_FileSystemPanel.Local_Dialog_Title=Aggiungi cartella locale...
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Processo\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Argomenti\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=&Suggerimento degli argomenti
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=S&foglia...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/D
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/D
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/D
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/D
-ACSD_CustomNbProcessDescriptorEditor=N/D
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Voci dei percorsi
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=Lista delle voci dei percorsi da modificare.
-
diff --git a/l10n/src/it/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_it.properties
deleted file mode 100644
index 11b0851..0000000
--- a/l10n/src/it/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_it.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Nucleo - Esecuzione
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Implementazione del motore di Esecuzione.
-OpenIDE-Module-Long-Description=Aggiunge supporto per l'esecuzione all'interno della piattaforma. Contiene classi che implementano la parte di esecuzione delle API e della loro GUI.
-
diff --git a/l10n/src/it/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_it.properties
deleted file mode 100644
index c0c66ac..0000000
--- a/l10n/src/it/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_it.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=UI I/O
-
-#IOWindowAction
-IOWindow=&Output
-
-#Title for I/O window
-LBL_IO_WINDOW=Output
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Chiudi tutte le schede
-LBL_CloseOthers=Close Other Tabs
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Output
-
diff --git a/l10n/src/it/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_it.properties
deleted file mode 100644
index 0e7c42f..0000000
--- a/l10n/src/it/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_it.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editor
-EditorsAction.source=&Sorgente
-GetLeftEditorAction.name=Editor - Itera a sinistra
-
-GetRightEditorAction.name=Editor - Itera a destra
-
-TabButton.tool_tip=Vista {0}
-
diff --git a/l10n/src/it/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_it.properties
deleted file mode 100644
index 526515f..0000000
--- a/l10n/src/it/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_it.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Finestre a vista multipla
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=API e struttura delle finestre multi vista
-OpenIDE-Module-Long-Description=API e struttura delle finestre multi vista
-
diff --git a/l10n/src/it/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_it.properties
deleted file mode 100644
index a21be1b..0000000
--- a/l10n/src/it/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_it.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Accesso nativo
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Usa il collegamento nativo tramite la libreria JNA per fornire effetti visivi avanzati per il sistema windows.
-OpenIDE-Module-Long-Description=Usa il collegamento nativo tramite la libreria JNA per fornire effetti visivi avanzati per il sistema windows.
-
diff --git a/l10n/src/it/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_it.properties
deleted file mode 100644
index 4b73e6f..0000000
--- a/l10n/src/it/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_it.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Trasparenza
-
diff --git a/l10n/src/it/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_it.properties
deleted file mode 100644
index 3087de2..0000000
--- a/l10n/src/it/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_it.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Integrazione OSGi di NetBeans
-
diff --git a/l10n/src/it/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_it.properties
deleted file mode 100644
index 9f25e6a..0000000
--- a/l10n/src/it/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_it.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in runtime OSGi
-
diff --git a/l10n/src/it/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_it.properties
deleted file mode 100644
index 1d33e25..0000000
--- a/l10n/src/it/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_it.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Finestra di output
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Una semplice implementazione di una finestra di output basata su di una text area
-OpenIDE-Module-Long-Description=Finestra di output creata partendo da un java.swing.text.Document basato su un 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=Impossibile scrivere sulla cartella temporanea ({0}) del sistema
-MSG_GenericError=Sono stati rilevati problemi nella scrittura del file di output
-
-LBL_STDOUT=Output standard
-FMT_FILE_EXISTS={0} esiste.  Sovrascrivere?
-TITLE_SAVE_DLG=Salva l'output come
-
-LBL_SaveAsFailedTitle=Salva come non riuscito
-MSG_SaveAsFailed=La scrittura nel file {0} non \u00e8 riuscita.
-
-MSG_SearchFromBeg=Fine dell'output raggiunta. \u00c8 in corso la ricerca dall'inizio.
-MSG_SearchFromEnd=Inizio dell'output raggiunto. \u00c8 in corso la ricerca dalla fine.
-MSG_Found=''{0}'' trovato in {1}:{2}
-MSG_NotFound=''{0}'' non trovato
-
-#OutputWindowAction
-OutputWindow=&Output
-
-#Find Dialog
-LBL_Find_Title=Cerca
-LBL_Find_What=Trova:
-LBL_Use_RegExp=&Espressione regolare
-LBL_Match_Case=&Maiuscole/minuscole
-BTN_Find=&Trova
-ACSN_Find=N/D
-ACSD_Find=Cerca
-ACSD_FindBTN=N/D
-ACSD_Find_What=N/D
-
-LBL_Filter_Title=Filtro
-LBL_Filter_What=Tieni le linee che contengono:
-BTN_Filter=&Filtro
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=Selezione del carattere
-BTN_Defaul_Font=Carattere predefinito
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=Sovrascrivi il file?
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=Espressione regolare non valida
-FMT_Invalid_RegExp=Errore di sintassi in {0}
-
-#Output window popup menu
-ACTION_COPY=Copia
-ACTION_PASTE=Incolla
-ACTION_WRAP=Manda il testo a capo
-ACTION_SAVEAS=Salva come...
-ACTION_CLOSE=Chiudi
-ACTION_CLEAR=Pulisci
-ACTION_PREV_ERROR=Errore precedente
-ACTION_NEXT_ERROR=Prossimo errore
-ACTION_SELECT_ALL=Seleziona tutto
-ACTION_FIND=Cerca...
-ACTION_FIND_NEXT=Cerca il prossimo
-ACTION_FIND_PREVIOUS=Cerca il precedente
-ACTION_LARGER_FONT=Carattere pi\u00f9 grande
-ACTION_SMALLER_FONT=Carattere pi\u00f9 piccolo
-ACTION_FONT_TYPE=Scegli il carattere...
-ACTION_FILTER=Filtro...
-
-#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=C-UGUALE
-ACTION_SMALLER_FONT.accel=C-MENO
-ACTION_FONT_TYPE.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=M-PI\u00d9
-ACTION_SMALLER_FONT.accel.mac=M-MENO
-ACTION_FONT_TYPE.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=Spazio su disco terminato in {0} a causa di file temporanei di output.  Bisogna liberare spazio su disco, cambiare la cartella temporanea di sistema oppure eseguire con -J-Dnb.output.heap=true
-
-MSG_LINE_TOO_LONG=...la riga \u00e8 troppo lunga, passa al modo multiriga per vederla intera...
-
diff --git a/l10n/src/it/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_it.properties
deleted file mode 100644
index 0668b75..0000000
--- a/l10n/src/it/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_it.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Input
-LBL_EOF=&Chiudi l'input
-TIP_EOF=Chiude il componente di input ed invia una end-of-file a tutti i lettori
-TIP_INPUT=Inserisci il testo e premi enter per mandarlo al processo in esecuzione
-
-#Output window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Chiudi tutte le schede
-LBL_CloseOthers=Close Other Tabs
-
diff --git a/l10n/src/it/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_it.properties
deleted file mode 100644
index e597c09..0000000
--- a/l10n/src/it/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_it.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Avvio
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Carica ed abilita i moduli.
-OpenIDE-Module-Long-Description=Questo modulo fornisce le funzionalit\u00e0 addizionali centralizzate alla procedura di avvio per individuare ed abilitare i moduli corretti.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user non \u00e8 impostato.\nVerifica lo script di avvio di NetBeans.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=La cartella utente ({0}) non si pu\u00f2 trovare all''interno della cartella di installazione di NetBeans ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=La NetBeans Platform si sta avviando
-# The Title of the About Box
-CTL_About_Title=Informazioni
-CTL_About_Detail=Dettaglio
-ACSD_AboutDialog=N/D
-ACSN_AboutTabs=N/D
-ACSD_AboutTabs=N/D
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=Ci si aspettava un nome di classe UI, sto usando l'UI di default...
-ERR_UserDirExpected=Dopo il parametro --userdir ci si aspetta il nome di una cartella
-ERR_UINotFound=Non \u00e8 stata trovata la classe UI, sto usando l'UI di default...
-ERR_FontSizeExpected=Ci si aspettava una dimensione del font, sto usando la dimensione di default...
-ERR_BadFontSize=Il formato della dimensione del font non \u00e8 valido, sto usando la dimensione del font di default...
-ERR_BrandingNeedsArgument=L'opzione --branding richiede un argomento
-ERR_LocaleExpected=Dopo il parametro --locale ci si aspetta la specificazione di una localizzazione
-
-
-CTL_Netbeanshome_notexists=netbeans.home si riferisce ad una cartella che non esiste.
-CTL_Netbeanshome1=netbeans.home non si riferisce ad una cartella.
-CTL_Netbeanshome2=netbeans.user si riferisce ad una cartella inesistente.
-CTL_Netbeanshome3=netbeans.user non si riferisce ad una cartella.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Inpossibile creare la cartella di sistema in {0}. Esiste gi\u00e0 un file con lo stesso nome.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Inpossibile creare la cartella di sistema in {0}.
-CTL_Cannot_mount_system_fs=Impossibile aggiungere il filesystem di sistema, sto uscendo ...
-
-#startup info messages
-MSG_IDEInit=Sto inizializzando...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Impossibile collegarsi all''URL {0}. La risorsa richiesta non \u00e8 stata trovata.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize non \u00e8 supportato nel look and feel GTK. Correggi, invece, la dimensione del font del desktop.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Errore: {0}
-EXC_GraphicsStartFails2=Vedi il {0} per dettagli.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=Il modulo {0} era richiesto nella versione >= {1}, ma \u00e8 stata trovata soltanto la {2}.
-# {0} - module display name
-MSG_problem_other_disabled=Si dovrebbe installare anche il modulo {0}.
-LBL_no_impl_version=[nessuna versione specificata]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=Il modulo {0} era richiesto nella versione di implementazione "{1}" ma \u00e8 stata trovata solo la "{2}".
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=Non \u00e8 stato trovato il modulo {0} del quale c''era bisogno.
-# {0} - required token
-MSG_problem_require_disabled=Non si \u00e8 potuto installare nessuno dei moduli che forniscono la capacit\u00e0 {0}.
-# {0} - required token
-MSG_problem_require_not_found=Non \u00e8 stato trovato nessuno dei moduli che forniscono la capacit\u00e0 {0}.
-# {0} - class name
-MSG_problem_class_not_loaded=Il pacchetto che contiene la classe {0} non \u00e8 stato caricato.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=Il pacchetto {0} non \u00e8 stato caricato oppure era una versione obsoleta.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=\u00c8 richiesta la Java platform versione {0} o superiore ma \u00e8 in esecuzione soltanto la {1}.
-MSG_warning=Attenzione
-MSG_info=Informazioni
-MSG_continue=Disabilita i moduli e continua
-MSG_exit=Esci
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Un''altro modulo|1<{0} Ulteriori moduli} non pu\u00f2/possono essere installati a causa dei problemi di cui sopra.
-
-# NbEvents
-MSG_start_load_boot_modules=Sto caricando il nucleo...
-MSG_finish_load_boot_modules=Sto caricando il nucleo...completato.
-MSG_start_auto_restore=Sto caricando i moduli...
-MSG_finish_auto_restore=Completato il caricamento dei moduli.
-MSG_start_enable_modules=Sto attivando i moduli...
-MSG_finish_enable_modules=Sto attivando i moduli...completato.
-TEXT_finish_enable_modules=Sto attivando i moduli:
-MSG_start_disable_modules=Sto fermando i moduli...
-MSG_finish_disable_modules=Sto fermando i moduli...completato.
-TEXT_finish_disable_modules=Sto fermando i moduli:
-MSG_failed_install_new=Attenzione - non \u00e8 stato possibile installare alcuni moduli:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Attenzione - non \u00e8 stato possibile installare il modulo {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Rilascio del modulo di test in {0} ...
-TEXT_finish_deploy_test_module=\u00c8 terminato il rilascio del modulo di test.
-MSG_start_read=Sto leggendo le informazioni del modulo...
-MSG_finish_read=Sto leggendo le informazioni del modulo...completato
-MSG_restore=Sto avviando i moduli...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Sto installando {0}
-# {0} - module display name
-TEXT_install=Sto installando il nuovo modulo: {0}
-# {0} - module display name
-MSG_update=Sto avviando una nuova versione di {0}
-# {0} - module display name
-TEXT_update=Sto aggiornando il modulo: {0}
-# {0} - module display name
-MSG_uninstall=Sto fermando {0}
-MSG_load_section=Sto caricando i moduli...
-MSG_load_layers=Sto caricando i servizi dei moduli...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Attenzione: non \u00e8 stato possibile trovare il modulo {0}, \u00e8 stato ignorato...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=Non \u00e8 stato possibile eliminare il modulo {0} perch\u00e8 era un modulo di autocaricamento oppure obsoleto ed ancora in uso.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=\u00c8 stato fatto un tentativo di cambiare la propriet\u00e0 {1} del modulo {0} nella cartella system/Modules.\nIl valore effettivo \u00e8 "{3}" ma \u00e8 stato cambiato su disco per leggere "{2}".\nQuesta propriet\u00e0 non pu\u00f2 essere cambiata mentre si sta eseguendo l'IDE, il tentativo non ha avuto effetto.
-# {0} - JAR file name
-TEXT_patch=Correzione del modulo o estensione personalizzata: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Mancano risorse dalla classe: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Il tasto non trovato \u00e8: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Analizza l''errore nel file {1} (PUBBLICO {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Analizza l''errore nel file {1} riga {3} colonna {2} (PUBBLICO {0})
-
-
diff --git a/l10n/src/it/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_it.properties
deleted file mode 100644
index 83def32..0000000
--- a/l10n/src/it/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_it.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Sistema predefinito
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Sto caricando gli oggetti della cache...
-MSG_end_load_cache=Sto caricando gli oggetti della cache... completato.
-MSG_start_rewrite_cache=Ricreazione della cache degli oggetti...
-MSG_end_rewrite_cache=Ricreazione della cache degli oggetti...completato.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=Evento file {0}, file {1}
-
diff --git a/l10n/src/it/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_it.properties
deleted file mode 100644
index cf9e978..0000000
--- a/l10n/src/it/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_it.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=File
-AdvancedOption.tooltip=File
-FileAssociationsPanel.btnDefault.text=Impostazioni pre&definite
-FileAssociationsPanel.btnDefault.tooltip=Ripristina le impostazioni predefinite per l'estensione del file selezionata
-FileAssociationsPanel.btnDefault.AN=Ripristina le impostazioni predefinite
-FileAssociationsPanel.btnDefault.AD=Ripristina le impostazioni predefinite per l'estensione del file selezionata
-FileAssociationsPanel.btnDefaultIgnored.text=Impostazioni prede&finite
-FileAssociationsPanel.btnDefaultIgnored.AN=Ripristina lo schema predefinito per scartare i file
-FileAssociationsPanel.btnDefaultIgnored.AD=Ripristina lo schema predefinito per scartare i file
-FileAssociationsPanel.btnNew.text=&Nuovo...
-FileAssociationsPanel.btnNew.AN=Nuova estensione dei file
-FileAssociationsPanel.btnNew.AD=Nuova estensione dei file
-FileAssociationsPanel.btnRemove.text=&Rimuovi
-FileAssociationsPanel.btnRemove.AN=Rimuovi l'estensione dei file selezionata
-FileAssociationsPanel.btnRemove.AD=Rimuovi l'estensione dei file selezionata
-FileAssociationsPanel.cbExtension.choose=< Scegli una estensione >
-FileAssociationsPanel.cbExtension.AD=Estensione di file
-FileAssociationsPanel.cbExtension.AN=Lista delle estensione dei file
-FileAssociationsPanel.cbType.AN=Lista dei tipi di file
-FileAssociationsPanel.cbType.AD=Lista dei tipi di file
-FileAssociationsPanel.lblAssociatedAlso.text=Anche associato a:
-FileAssociationsPanel.lblAssociatedAlso.AN=Tipo di file associato anche ad estensioni
-FileAssociationsPanel.lblAssociatedAlso.AD=Tipo di file associato anche ad estensioni
-FileAssociationsPanel.lblExtension.text=&Estensione di file
-FileAssociationsPanel.lblExtension.AN=Estensione di file
-FileAssociationsPanel.lblExtension.AD=Lista delle estensione dei file
-FileAssociationsPanel.lblType.text=&Tipo di file associato (MIME):
-FileAssociationsPanel.lblType.AD=Lista di tipi di file associati
-FileAssociationsPanel.lblType.AN=Lista di tipi di file associati
-FileAssociationsPanel.lblFileAssociations.text=Associazioni di file
-FileAssociationsPanel.lblFilesIgnored.text=File ignorati dall'IDE
-FileAssociationsPanel.lblPattern.text=Schem&i di file da ignorare:
-FileAssociationsPanel.lblPattern.tooltip=Espressione regolare di file da ignorare. Deve coincidere l'intero nome, senza il percorso. Spazi per nessuno.
-FileAssociationsPanel.lblPattern.AN=Schema di selezione dei file da ignorare
-FileAssociationsPanel.lblPattern.AD=Espressione regolare di file da ignorare. Deve coincidere l'intero nome, senza il percorso. Spazi per nessuno.
-FileAssociationsPanel.txtPatternError.AN=Errore di sintassi dello schema di selezione dei file da ignorare
-FileAssociationsPanel.txtPatternError.AD=Errore di sintassi nella espressione regolare dei file da ignorare
-
-NewExtensionPanel.title=Inserisci una nuova estensione file
-NewExtensionPanel.AD=Inserisci una nuova estensione file
-NewExtensionPanel.lblExtension.text=&Estensione di file
-NewExtensionPanel.lblExtension.AN=Estensione di file
-NewExtensionPanel.lblExtension.AD=Estensione di file
-
-OpenAsAction.name=Apri come...
-OpenAsPanel.txtDescription.AN=Suggerimento
-OpenAsPanel.txtDescription.AD=Suggerimento
-OpenAsPanel.lblExtension.text=Usa {0} file come:
-OpenAsPanel.title=Apri come...
-OpenAsPanel.open=Apri
-OpenAsPanel.AD=Scegli il tipo di file
-
-# display name for options export
-Files.Options.Export.displayName=File
-OpenAsPanel.lblDescription.text=NetBeans non riconosce questo tipo di file. Specifica come questi file debbano essere utilizzati.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/it/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_it.properties
deleted file mode 100644
index f82e032..0000000
--- a/l10n/src/it/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_it.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&Generale
-CTL_General_Options_Title=Generale
-CTL_General_Options_Category=Generale
-CTL_General_Options_Description=Opzioni generali, impostazioni Proxy, impostazioni Editor
-CTL_Package_View_Type=Mostra i pacchetti Java come:
-CTL_Flattern_Packages=E&lenco
-AN_Flattern_Packages=Elenco
-AD_Flattern_Packages=Elenco
-CTL_Tree_Packages=Albero
-AN_Tree_Packages=Albero
-AD_Tree_Packages=Albero
-CTL_No_Proxy=&Nessun proxy
-AN_No_Proxy=Nessun proxy
-AD_No_Proxy=Nessun proxy
-CTL_Usage_Statistics=Statistiche d'uso:
-AN_Usage_Statistics=Statistiche d'uso
-AD_Usage_Statistics=Statistiche d'uso
-CTL_Usage_Check=Aiutaci a migliorare NetBeans IDE fornendoci dati d'uso anonimi
-AN_Usage_Check=Aiutaci a migliorare NetBeans IDE fornendoci statistiche d'uso anonime
-AD_Usage_Check=Aiutaci a migliorare NetBeans IDE fornendoci statistiche d'uso anonime
-CTL_Usage_Info=<html>Le statistiche d'uso ci aiutano a capire meglio le richieste degli utenti ed a dare la priorit\u00e0 alle migliorie delle prossime release. Non investigheremo mai nei dati raccolti per individuare specifici dettagli dei tuoi progetti.</html>
-AN_Usage_Info=Informazioni sulle statistiche d'uso
-AD_Usage_Info=Le statistiche d'uso ci aiutano a capire meglio le richieste degli utenti ed a dare la priorit\u00e0 alle migliorie delle prossime release. Non investigheremo mai nei dati raccolti per individuare specifici dettagli dei tuoi progetti.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Approfondisci</u></font></html>
-AN_Learn_More=Approfondisci
-AD_Learn_More=Approfondisci
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Usa le impostazioni di sistema del proxy
-AN_Use_System_Proxy_Settings=Usa le Impostazioni di sistema del proxy
-AD_Use_System_Proxy_Settings=Usa le Impostazioni di sistema del proxy
-CTL_Use_HTTP_Proxy=Impostazioni &manuali proxy
-AN_Use_HTTP_Proxy=Proxy HTTP
-AD_Use_HTTP_Proxy=Proxy HTTP
-AN_Web_Browser=Browser web
-AD_Web_Browser=Browser web
-AN_Host=Computer host
-AD_Host=Computer host
-AN_Port=Porta
-AD_Port=Porta
-AN_Update_Period=Periodo di aggiornamento
-AD_Update_Period=Periodo di aggiornamento
-AN_Ask_Before_Check=Chiedi prima di verificare
-AD_Ask_Before_Check=Chiedi prima di verificare
-Line_Numbers=Numeri de&lle righe
-Antialiasing=Antialiasing:
-Text_Antialiasing=Usa l'antialiasing
-Toolbar=Barra degli s&trumenti
-Package_View=Vista dei pacchetti
-SDI_Window_Mode=Modalit\u00e0 interfaccia a finestra singola (SDI)
-MDI_Window_Mode=Modalit\u00e0 interfaccia a finestra multipla (MDI)
-Tree_View=Vista ad albero
-Default_System_Browser=<Browser web predefinito>
-Swing_HTML_Browser=Browser Swing
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=Generale
-CTL_Web_Browser=Browser web:
-Confirm_Delete=Conferma l'eliminazione:
-CTL_Web_Proxy=Impostazioni proxy:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rta\:
-CTL_Proxy_Host=Pro&xy HTTP\:
-Code_Folding=Raggruppamento codice:
-Show=Mostra:
-Editor=Editor
-CTL_Check_Period=Verifica perio&do
-CTL_Ask_Before_Check=Chiedi &prima di verificare:
-CTL_Auto_Update=Aggiornamento automatico
-Use_Folding=&Usa il raggruppamento codice
-Fold_Methods=Raggruppa i &metodi
-Fold_Classes=Raggruppa le &classi interne
-Fold_Imports=Raggruppa le i&mportazioni
-Fold_JavaDoc=Raggruppa i commenti &Javadoc
-Fold_Licence=Raggruppa il c&ommento iniziale
-Auto_Popup=Popup automatico:
-Auto_Popup_Completion=Finestra per il completamento
-Auto_Popup_JavaDoc=Finestra dei Javadoc
-CTL_Update_every_startup=Ad ogni avvio
-CTL_Update_every_day=Ogni giorno
-CTL_Update_every_week=Ogni settimana
-CTL_Update_every_2weeks=Ogni due settimane
-CTL_Update_every_month=Ogni mese
-CTL_Update_never=Mai
-CTL_Default_System_Browser=Browser predefinito di sistema
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Browser interno
-
-
-
-
-AN_NonProxy=Nessun proxy per
-
-AD_NonProxy=Nessun proxy per
-
-CTL_Non_Proxy=Nessun prox&y per\:
-
-Non_Proxy_Hint=(es. localhost, *.netbeans.org, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=C&ontinua...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Settaggi dei proxy avanzati
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Apri i settaggi dei proxy avanzati
-
-LBL_GeneralOptionsPanel_PortError=Il numero della porta deve essere un valore intero.
-
-LBL_GeneralOptionsPanel_lWebProxy=Impostazioni del proxy\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=&Proxy HTTP\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(es. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&orta\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rta\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&ta\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=Proxy &HTTPS\:
-
-LBL_AdvancedProxyPanel_lSocksHost=Proxy &SOCKS\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=Hosts senza pro&xy\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Il proxy ric&hiede l'autenticazione
-
-LBL_AdvancedProxyPanel_lUserName=Nome &utente\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Pass&word\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Us&a le stesse impostazioni proxy per tutti i protocolli.
-
-LBL_AdvancedProxyPanel_Title=Opzioni proxy avanzate
-LBL_AdvancedProxyPanel_PortError=Il numero della porta deve essere un valore intero.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Usa le impostazioni di sistema del proxy
-GeneralOptionsPanel.lWebBrowser.text=Browser &web\:
-GeneralOptionsPanel.rbNoProxy.text=&Nessun proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/D
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/D
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/D
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/D
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/D
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/D
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/D
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/D
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/D
-
-ACD_AdvancedProxyPanel_tfUserName=N/D
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/D
-
-ACD_AdvancedProxyPanel=N/D
-
-LBL_WebBrowsersPanel_Title=Browser web
-LBL_ExternalBrowser_Name=Browser esterno
-WebBrowsersPanel.nameLabel.text=Nome\:
-WebBrowsersPanel.executableLabel.text=Eseguibile\:
-WebBrowsersPanel.parametersLabel.text=Parametri\:
-WebBrowsersPanel.browseButton.text=Sfoglia...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Aggiungi...
-WebBrowsersPanel.removeButton.text=Rimuovi
-WebBrowsersPanel.browsersLabel.text=Browser web\:
-GeneralOptionsPanel.editBrowserButton.text=&Modifica...
-GeneralOptionsPanel.editBrowserButton.AD=Modifica il browser web
-GeneralOptionsPanel.editBrowserButton.AN=Modifica il browser web
-WebBrowsers_URL_Hint=Suggerimento\: {URL} \= URL della pagina da caricare dal browser web
-
-ACS_WebBrowsersList=Lista dei browser web disponibili
-ACS_AddWebBrowserButton=Aggiungi nuovo browser web
-ACS_RemoveWebBrowserButton=Rimuovi il browser web selezionato
-ACS_BrowserNameField=Nome del browser web
-ACS_BrowserExecutableField=File eseguibile del browser web
-ACS_BrowserParametersField=Parametri dell'eseguibile del browser web
-ACS_BrowseExecutableButton=Sfoglia l'eseguibile del browser web
-WebBrowsersOptionsPanel.browsersLabel.text=Browser &web\:
-WebBrowsersOptionsPanel.addButton.text=A&ggiungi...
-WebBrowsersOptionsPanel.removeButton.text=&Rimuovi
-WebBrowsersOptionsPanel.nameLabel.text=&Nome\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Browser web
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Lista dei browser
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=Lista dei browser web
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Aggungi pulsante
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Rimuovi pulsante
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Nome del browser
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Nome del browser
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Nome del browser
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Browser web
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Browser web
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Connessione diretta.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, Opzioni generali
-
-# Display name for options export
-General.Options.Export.Category.displayName=Generale
-General.Options.Export.displayName=Generale
-Other.Options.Export.displayName=Tutti gli altri non specificati
-
diff --git a/l10n/src/it/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_it.properties
deleted file mode 100644
index 90bbb56..0000000
--- a/l10n/src/it/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_it.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Nucleo - UI
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Interfaccia utente della piattaforma.
-OpenIDE-Module-Long-Description=Fornisce classi e risorse per l'interfaccia di base standard della piattaforma e per le applicazioni costruite sulla piattaforma.
-
-Actions=Azioni
-Actions/Edit=Modifica
-Actions/Help=Aiuto
-Actions/System=Sistema
-Actions/Tools=Strumenti
-Actions/View=Vista
-Actions/Window/SelectDocumentNode=Seleziona il documento in ingresso
-Menu=Barra del men\u00f9
-Menu/Edit=&Modifica
-Menu/File=&File
-Menu/GoTo=&Naviga
-Menu/Help=&Guida
-Menu/Tools=S&trumenti
-Menu/View=&Visualizza
-Menu/Window/SelectDocumentNode=Seleziona il docume&nto in ingresso
-Services/Browsers=Browser web
-Templates/Privileged=Privilegiato
-Templates/Recent=Recente
-Templates/Services/Browsers=Browser web
-Toolbars=Barra degli strumenti
-Toolbars/Clipboard=A&ppunti
-Toolbars/UndoRedo=Ann&ulla/Ripeti
-Toolbars/File=&File
-Toolbars/Memory=&Memoria
-Toolbars/Standard.xml=Sto scrivendo il codice
-UI/Services=Opzioni
-
-ProgressDisplayName_FileSystemRefresh=Sto aggiornando i file
-
diff --git a/l10n/src/it/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_it.properties
deleted file mode 100644
index 7528164..0000000
--- a/l10n/src/it/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_it.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Comincia a campionare l'IDE
-SelfSamplerAction_ActionNameStop=Ferma il campionamento dell'IDE e scatta un'istantanea
-SelfSamplerAction_ActionDescription=Scatter\u00e0 un'istantanea basata sul dump dei thread
-SelfSamplerAction_ThreadName=Autocampionatore dell'IDE
-SelfSamplerAction_NotSupported=L'autocampionatore non \u00e8 disponibile.
-SelfSamplerAction_SavedFile=L''istantanea \u00e8 stata salvata in {0}
-Save_Progress=Sto salvando l'istantanea
-
diff --git a/l10n/src/it/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_it.properties
deleted file mode 100644
index 37be0d5..0000000
--- a/l10n/src/it/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_it.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Apri nel sistema
-
diff --git a/l10n/src/it/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_it.properties
deleted file mode 100644
index d5010b9..0000000
--- a/l10n/src/it/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_it.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Totale della memoria fisica {0}
-
-
-#LOG_WINDOW_ACTIVATED=Finestra principale attivata, l''aggiornamento ha impiegato {0} ms
-#LOG_WINDOW_DEACTIVATED=Finestra principale disattivata
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Sto disattivando l'aggiornamento all'ottenimento del focus
-
-MSG_Refresh=Sto controllando le modifiche esterne
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Sospeso
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nPuoi disabilitare questa funzionalit\u00e0 e scandire manualmente il progetto quando\nfaimodifiche usando l'azione Aggiorna cartella o l'azione Sorgente/Scansione delle modifiche esterne.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_it.properties
deleted file mode 100644
index a39dcc0..0000000
--- a/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_it.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Solo lo spazio di lavoro>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_it.properties
deleted file mode 100644
index ef4d766..0000000
--- a/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_it.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=Dup&lica il documento
-# CloseWindowAction
-CTL_CloseWindowAction=&Chiudi la finestra
-
-CTL_RecentViewListAction=Vai al documento p&recedente
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=Chiudi tutti i &documenti
-
-# UndockAction
-CTL_UndockWindowAction=Disanc&ora Finestra
-CTL_UndockWindowAction_Dock=Ancor&a finestra
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Chiudi tutti i documenti
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Iconizza la finestra
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Chiudi la finestra
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Chiudi gli altri documenti
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Salva il documento
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Duplica il documento
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Chiudi gli altri docu&menti
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Ingran&disci la finestra
-CTL_UnmaximizeWindowAction=Ripristina la finestra
-
-# DocumentsAction
-CTL_DocumentsAction=&Documenti...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=Barre degli s&trumenti
-
-# NextTabAction
-CTL_NextTabAction=Prossima scheda
-# PreviousTabAction
-CTL_PreviousTabAction=Scheda precedente
-
-CTL_ToggleFullScreenAction=Sc&hermo Intero
-
-# ResetWindowsAction
-CTL_ResetWindows=Reimposta &Finestra
-
-LBL_ToggleWindowTransparencyAction=Finestra trasparente
-LBL_WindowTransparencyHint=Premi e tieni premuti i tasti [Ctrl+TastNum 0] per rendere trasparente la finestra minimizzata.
-
-# Properties
-GlobalProperties=P&ropriet\u00e0
-
diff --git a/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_it.properties
deleted file mode 100644
index 250c380..0000000
--- a/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_it.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Aspetto
-AdvancedOption_Tooltip_WinSys=Opzione correlate al sistema di finestre
-
-IsAlphaFloatingTooltip=Rende semi trasparente una finestra flottante senza il focus dopo pochi secondi
-
-IsDragWindowTooltip=Abilita l'immagine "fantasma" della finestra durante lo spostamento della stessa
-IsAlphaDragTooltip=Abilita le trasparenze nello spostamento dell'immagine di una finestra
-
-IsSnapScreenEdgesTooltip=Abilita l'ancoraggio delle finestre flottanti ai bordi dello schermo
-IsSnappingTooltip=Abilita l'ancoraggio automatico delle finestre flottanti per gestirne pi\u00f9 facilmente il posizionamento
-
-NoAlphaSupport=La trasparenza delle finestre non \u00e8 supportata dal Sistema Operativo
-LBL_DragWindowImage=Trascina l'immagine della finestra
-LBL_TransparentDragWindow=Trascinamento dell'immagine della finestra tasparente
-LBL_TransparentFloatingWindows=Finestre flottanti trasparenti
-LBL_SnapFloatingWindows=Finestre flottanti ancorate
-LBL_SnapToScreenEdges=Si ancora ai bordi dello schermo
-LBL_CloseActivatesRecentDocument=Chiudi "Attiva i documenti pi\u00f9 recenti"
-TIP_CloseActivatesMostRecentDocument=Quando si chiude un documento viene attivato il documento pi\u00f9 recente al posto di quello vicino
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=Quando si chiude un documento viene attivato quello pi\u00f9 recente
-
diff --git a/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_it.properties
deleted file mode 100644
index 54546b9..0000000
--- a/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_it.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Impossibile analizzare la configurazione del manager della finestra {0}.
-EXC_GroupParse=Impossibile analizzare la configurazione del gruppo {0}.
-EXC_TCGroupParse=Impossibile analizzare la configurazione del TCGroup {0}.
-EXC_TCRefParse=Impossibile analizzzare la configurazione del TCRef {0}.
-EXC_ModeParse=Impossibile analizzzare la configurazione del modo {0}.
-
-# PersistenceManager
-EXC_RootFolder=Impossibile creare la cartella radice {0}
-EXC_CompsFolder=Impossibile creare la cartella dei componenti {0}
-EXC_GroupsFolder=Impossibile creare la cartella dei gruppi {0}
-EXC_ModesFolder=Impossibile creare la cartella dei modi {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Non \u00e8 stato possibile trovare o caricare il componente principale {0} nella cartella ''Components''.
-EXC_CannotSaveTCSettings=Non \u00e8 stato possibile salvare le impostazioni del componente principale {0}
-EXC_CopyFails=Non \u00e8 stato possibile copiare il file delle impostazioni del componenete nella cartella {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Non \u00e8 stato possibile salvare il componente {0} a causa di problemi nella sua serializzazione.
-FMT_TCReadError=Non \u00e8 stato possibile aprire il componente {0} a causa di problemi nella sua deserializzazione.
-
-
diff --git a/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_it.properties
deleted file mode 100644
index 1148b7b..0000000
--- a/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_it.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Nucleo - Windows
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Implementazione per il supporto delle gestione a finestre.
-OpenIDE-Module-Long-Description=Aggiunge classi che implementano la parte di sistema della gestione finestre delle API.
-
-Actions/Window=Finestra
-Menu/Window=F&inestra
-
-# Options export
-Toolbars.Options.Export.displayName=Barra degli strumenti
-
diff --git a/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_it.properties
deleted file mode 100644
index aae037b..0000000
--- a/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_it.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Annulla
-CloseButton=Chiudi
-# HelpButton=Help
-YesButton=Si
-NoButton=No
-# ApplyButton=Apply
-DetailsButton=Dettagli
-# ButtoBarButoo
-CTL_Button=Pulsante
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Annulla
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Annulla
-ACSD_FileSelectorDialog=Finestra di dialogo della selezione file
-ACSN_FileSelectorTreeView=Vista ad albero
-ACSD_FileSelectorTreeView=Vista ad albero nella selezione file
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Finestra di dialogo del personalizzatore
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Chiudi
-CANCEL_OPTION_CAPTION=Annulla
-HELP_OPTION_CAPTION=&Guida
-NO_OPTION_CAPTION=No
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Si
-ACS_YES_OPTION_NAME=Si
-ACS_YES_OPTION_DESC=Pulsante del si
-# - {0} message
-ACSD_ErrorMessage=Errore: {0}
-ACSD_WarningMessage=Attenzione: {0}
-ACSD_QuestionMessage=Domanda {0}
-ACSD_InformationMessage=Informazione {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Annulla
-ACS_CANCEL_OPTION_DESC=Pulsante di annullamento
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=Pulsante OK
-
-ACS_NO_OPTION_NAME=No
-ACS_NO_OPTION_DESC=Pulsante del no
-
-ACS_HELP_OPTION_NAME=Aiuto
-ACS_HELP_OPTION_DESC=Pulsante della guida
-
-ACS_CLOSED_OPTION_NAME=Chiudi
-ACS_CLOSED_OPTION_DESC=Pulsante di chiusura
-
-
diff --git a/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_it.properties
deleted file mode 100644
index 41043aa..0000000
--- a/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_it.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Finestra principale
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documenti:
-LBL_Description=Descri&zione:
-LBL_Activate=Passa al documen&to
-LBL_CloseDocuments=Chiudi i(&l) documento(i)
-LBL_SaveDocuments=&Salva i(l) documento(i)
-LBL_Close=&Chiudi
-
-ACSD_Activate=N/D
-ACSD_CloseDocuments=N/D
-ACSD_SaveDocuments=N/D
-ACSD_Close=N/D
-ACSD_ListView=N/D
-ACSD_DescriptionArea=N/D
-ACSD_DocumentsDialog=N/D
-
-CTL_DocumentsTitle=Documenti
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Propriet\u00e0
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#Nessuna propriet\u00e0|1#{1} - Propriet\u00e0|2#Oggetti multipli - Propriet\u00e0}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Propriet\u00e0|1#{1} - Propriet\u00e0|2#Oggetti multipli - Propriet\u00e0}
-ACSN_PropertiesSheet=Scheda delle propriet\u00e0
-ACSD_PropertiesSheet=La vista mostra le propriet\u00e0 per un dato nodo.
-EXC_CannotLoadNodes=I nodi non possono essere caricati nella scheda delle propriet\u00e0. Probabilmente non esistono pi\u00f9.
-
diff --git a/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_it.properties
deleted file mode 100644
index 93667be..0000000
--- a/l10n/src/it/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_it.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=Icone piccole della barra degli &strumenti
-
-# ToolbarLayout
-EXC_wrongConstraints=impossibile aggiungere al layout: non utilizza ToolbarConstraints
-
-CTL_CustomizeToolbars=Pers&onalizza...
-
-#New Toolbar Button label
-CTL_NewToolbar=&Nuova barra degli strumenti...
-
-#Small Icons Checkbox
-CTL_SmallIcons=Icone piccole della barra degli &strumenti
-
-#Drag and Drop hint
-CTL_TreeLabel=Trascina gli elementi da o per le barre degli strumenti per aggiungerli o rimuoverli...
-
-LBL_PleaseWait=Attendere prego...
-
-#Close customizer button
-CTL_Close=&Chiudi
-
-#Customizer dialog window title
-CustomizerTitle=Personalizza le barre degli strumenti
-
-ACSD_ActionsTree=Trascina gli elementi da qui alla barra degli strumenti.
-ACSN_ActionsTree=Gruppo di azioni
-
-ACSN_ActionsScrollBar=Barra di scorrimento del gruppo di azioni
-ACSD_ActionsScrollBar=Barra di scorrimento del gruppo di azioni
-
-ACSD_ToolbarCustomizer=Personalizzatore della barra degli strumenti
-
-ACSD_Close=Pulsante di chiusura
-ACSD_NewToolbar=Nuovo pulsante della barra degli strumenti
-
-ACSD_SmallIcons=Checkbox delle icone piccole
-
-CTL_ResetToolbarsAction=Reimpos&ta le barre degli strumenti
-CTL_ResetToolbarsButton=Reimpos&ta le barre degli strumenti
-
-
-
-PROP_newToolbarLabel=&Nome:
-PROP_newToolbarDialog=Nuova barra degli strumenti
-PROP_newToolbar=Barra degli strumenti
-MSG_ToolbarExists=La barra degli strumenti {0} esiste gi\u00e0.
-
-
diff --git a/l10n/src/it/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_it.properties
deleted file mode 100644
index 86b1aad..0000000
--- a/l10n/src/it/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_it.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=La dimensione non pu\u00f2 essere negativa
-CTL_InvalidValue=\u00c8 stato inserito un valore non valido
-CTL_InvalidValueWithParam=Il valore {0} inserito non \u00e8 valido
-CTL_InvalidValueWithExc=Il valore inserito non \u00e8 valido. \nCausa: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Il valore di {0} deve essere nel formato {1}
-
-#ColorEditor
-CTL_AWTPalette=Tavolozza AWT
-CTL_SwingPalette=Tavolozza Swing
-CTL_SystemPalette=Tavolozza di sistema
-ACSD_CustomColorEditor=N/D
-FMT_IllegalEntry="{0}" non \u00e8 un identificativo colore valido.  Si possono inserire costanti Swing o AWT, oppure dei valori RGB.
-
-# ColorEditor:AWT color names
-LAB_White=white(bianco)
-LAB_LightGray=lightGray(grigio chiaro)
-LAB_Gray=gray(grigio)
-LAB_DarkGray=darkGray(grigio scuro)
-LAB_Black=black(nero)
-LAB_Red=red(rosso)
-LAB_Pink=pink(rosa)
-LAB_Orange=orange(arancione)
-LAB_Yellow=yellow(giallo)
-LAB_Green=green(verde)
-LAB_Magenta=magenta(magenta)
-LAB_Cyan=cyan(ciano)
-LAB_Blue=blue(blue)
-# ColorEditor: system color names
-LAB_ActiveCaption=Titolo attivo
-LAB_ActiveCaptionBorder=Bordo del titolo attivo
-LAB_ActiveCaptionText=Testo del titolo attivo
-LAB_Control=Controllo
-LAB_ControlDkShadow=Controllo ombra scura
-LAB_ControlHighlight=Controllo evidenziazione
-LAB_ControlLtHighlight=Controllo evidenziazione chiara
-LAB_ControlShadow=Controllo ombra
-LAB_ControlText=Controllo testo
-LAB_Desktop=Desktop
-LAB_InactiveCaption=Titolo inattivo
-LAB_InactiveCaptionBorder=Bordo del titolo inattivo
-LAB_InactiveCaptionText=Testo del titolo inattivo
-LAB_Info=Informazioni
-LAB_InfoText=Testo di informazione
-LAB_Menu=Men\u00f9
-LAB_MenuText=Testo del men\u00f9
-LAB_Scrollbar=Barra di scorrimento
-LAB_Text=Testo
-LAB_TextHighlight=Evidenziazione del testo
-LAB_TextHighlightText=Testo dell'evidenziazione Testo
-LAB_TextInactiveText=Testo del testo inattivo
-LAB_TextText=Testo del testo
-LAB_Window=Finestra
-LAB_WindowBorder=Bordo della finestra
-LAB_WindowText=Testo della finestra
-
-#DimensionCustomEditor
-CTL_Dimension=Dimensione
-CTL_Width=&Larghezza:
-CTL_Height=&Altezza:
-ACSD_CTL_Width=N/D
-ACSD_CTL_Height=N/D
-ACSD_DimensionCustomEditor=N/D
-
-#DimensionEditor
-CTL_HintFormat=[larghezza,altezza]
-
-#FontEditor
-CTL_Plain=Liscio
-CTL_Bold=Grassetto
-CTL_Italic=Corsivo
-CTL_BoldItalic=Grassetto Corsivo
-CTL_Font=Fon&t:
-CTL_FontStyle=St&ile del Font:
-CTL_Size=Dimen&sione:
-CTL_Preview=Anteprima
-ACSD_CTL_Font=N/D
-ACSD_CTL_FontStyle=N/D
-ACSD_CTL_Size=N/D
-ACSD_FontCustomEditor=N/D
-
-#InsetsCustomEditor
-CTL_Insets=Margini interni
-CTL_Top=Al&to:
-CTL_Left=&Sinistra:
-CTL_Bottom=&Basso:
-CTL_Right=Dest&ra:
-ACSD_CTL_Top=N/D
-ACSD_CTL_Left=N/D
-ACSD_CTL_Bottom=N/D
-ACSD_CTL_Right=N/D
-
-#InsetsEditor
-CTL_HintFormatIE=[alto,sinistra,basso,destra]
-
-# ObjectEditor
-CTL_NullValue=<Valore di ricerca nullo>
-CTL_NullItem=<Elemento di ricerca nullo>
-
-#PointCustomEditor
-CTL_Point=Punto
-CTL_X=&X:
-ACSD_CTL_X=N/D
-CTL_Y=&Y:
-ACSD_CTL_Y=N/D
-ACSD_PointCustomEditor=N/D
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rettangolo
-ACSD_CustomRectangleEditor=N/D
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,larghezza,altezza]
-
-#StringCustomEditor
-ACS_TextArea=Testo:
-ACSD_TextArea=Inserisci qui il testo della propriet\u00e0
-ACSD_CustomStringEditor=Editor per le propriet\u00e0 delle stringhe
-ACS_Instructions=Istruzioni
-ACSD_Instructions=N/D
-
-MSG_FontIsNotInitialized=La memorizzazione XML \u00e8 fallita perch\u00e9 il valore del font non \u00e8 stato inizializzato.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Seleziona un file o una cartella
-CTL_DialogTitleFiles=Seleziona un file
-CTL_DialogTitleDirs=Seleziona una cartella
-ACSD_FileEditor=N/D
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Non specificato>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Propriet\u00e0
-ACSD_PropertiesEditorPane=N/D
-ACSD_CustomPropertiesEditor=N/D
-WARN_PropertiesComments=Attenzione: i commenti verranno scartati.
-
-#StringArrayCustomEditor
-CTL_Empty=<vuoto>
-CTL_Item=El&emento:
-ACSD_CTL_Item=N/D
-CTL_ItemList=&Lista di elementi
-ACSD_CTL_ItemList=N/D
-CTL_Add_StringArrayCustomEditor=&Aggiungi
-ACSD_CTL_Add_StringArrayCustomEditor=N/D
-CTL_Change_StringArrayCustomEditor=&Modifica
-ACSD_CTL_Change_StringArrayCustomEditor=N/D
-CTL_Remove=&Rimuovi
-ACSD_CTL_Remove=N/D
-CTL_MoveUp=Alt&o
-ACSD_CTL_MoveUp=N/D
-CTL_MoveDown=Ba&sso
-ACSD_CTL_MoveDown=N/D
-ACSD_StringArrayCustomEditor=N/D
-
-#Bool/BooleanEditor
-TRUE=vero
-FALSE=falso
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Il valore di input non \u00e8 un intero: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Stringa kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND="  non valida - i valori validi sono: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Classe sconosciuta: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Valore non valido: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=URL non riconosciuta: {0}
-#
-MSG_NULL_OR_EMPTY=Null, oppure un array vuoto
-
-#ObjectEditor
-ACSN_ObjectTree=Opzioni disponibili
-ACSD_ObjectTree=Seleziona un oggetto
-
-#Font Editor
-MSG_AppleBug=Se hai ricevuto questo messaggio si \u00e8 verificato un errore nell'inizializzazione della lista dei font disponibili.  Questo \u00e8 dovuto ad un errore nella JVM di Apple rilevato quando dei font bitmap sono installati nel sistema.  Per usare l'editor dei font sar\u00e0 necessario disinstallare tutti i font bitmap del tuo sistema.  Vedi il problema 3121780 del BugReporter di Apple per ulteriori informazioni.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=La veloce volpe marrone scavalca il cane pigro
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/it/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_it.properties
deleted file mode 100644
index 87c6740..0000000
--- a/l10n/src/it/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_it.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Nucleo
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=La struttura di base delle applicazioni basate su NetBeans.
-OpenIDE-Module-Long-Description=Questo modulo fornisce l'infrastruttura centrale che consente alle applicazioni basate su NetBeans di essere eseguite. Non pu\u00f2 essere disabilitato.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=\u00c8 avvenuta un'' eccezione {0}.\n\tClicca Mostra dettagli o vedi il file messages.log che si trova nella cartella {1}.
-NTF_ExceptionalExceptionTitle=Eccezione inattesa
-# {0} - class name of exception
-NTF_ExceptionWarning=\u00c8 avvenuta un'' eccezione {0}.\nTuttavia, il sistema dovrebbe conituare a funzionare senza ulteriori problemi.\nClicca su 'Mostra i dettagli' per la traccia dello stack.
-NTF_ExceptionWarningTitle=Attenzione
-
-#startup info messages
-MSG_MainWindowInit=Sto inizializzando la finestra principale...
-MSG_WindowShowInit=Sto aprendo la finestra principale...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Sto salvando {0} ...
-MSG_AllSaved=Salvataggio completo terminato.
-
-CTL_Cannot_save=Impossibile salvare {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Sito protetto da parola d'ordine
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=Mostra per:
-ShortcutsEditor.actionsButton.text=Azioni
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Scorciatoie
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Selezionare 'Mostra per azione' per modificare le scorciatoie per un'azione
-ShortcutsPanel.addButton.text=Aggiungi...
-ShortcutsPanel.removeButton.text=Rimuovi
-ShortcutsPanel.AddActionTitle=Nuova scorciatoia
-ActionsPanel.shortcutAddButton.text=Aggiungi...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Rimuovi
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Modifica la scorciatoia
-ActionsPanel.AddShortcut=Aggiungi una Scorciatoia
-ActionsPanel.ShortcutLabel=Scorciatoia:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Selezionare 'Mostra per azione' per modificare le scorciatoie per un'azione
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Selezionare 'Mostra per azione' per modificare le scorciatoie per un'azione
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Selezionare 'Mostra per scorciatoie', ma per modificare le scorciatoie si deve selezionare 'Mostra per azione'
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Aggiungi una nuova scorciatoia per le azioni
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Rimuovi le scorciatoie per le azioni
-ACSN_ShortcutsPanel.shortcutsList=Lista delle scorciatoie
-ACSD_ShortcutsPanel.shortcutsList=N/D
-ACS_ActionsPanel.ShortcutLabel.a11yName=Inserire la scorciatoia
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Inserire la scorciatoia tramite la combinazione di tasti
-ACSN_ActionsPanel.actionsTree=N/D
-ACSN_ActionsPanel.shortcutsList=Lista delle scorciatoie
-ACSD_ActionsPanel.actionsTree=N/D
-ACSD_ActionsPanel.shortcutsList=N/D
-ACSD_ShortcutsEditor.DialogDesc=N/D
-ACSD_ActionsPanel.Dialog=Aggiungi una nuova scorciatoia all'azione selezionata
-ACS_ActionsPanel=N/D
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=C''\u00e8 gi\u00e0 un''azione assegnata a questa scorciatoia ({0}).\nVuoi usare, invece, l'azione appena selezionata?
-
-CTL_ExitTitle=Salva
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Salva
-ACSD_Save=Salva.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=S&alva tutto
-ACSD_SaveAll=Salva tutto.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=S&carta tutto
-ACSD_DiscardAll=Scarta tutto.
-EXC_Save=Si \u00e8 verificata un'eccezione durante il salvataggio
-# NotifyException
-CTL_Title_Exception=Eccezione
-CTL_NextException=Ava&nti >
-CTL_PreviousException=< Indiet&ro
-CTL_Exception_Hide_Details=Nascondi &dettagli
-CTL_Exception_Show_Details=&Mostra dettagli
-ACSD_NextException=N/D
-ACSD_PreviousException=N/D
-ACSD_Exception_Hide_Details=N/D
-ACSD_Exception_Show_Details=N/D
-ACSN_ExceptionStackTrace=N/D
-ACSD_ExceptionStackTrace=N/D
-ACSD_NotifyExceptionPanel=N/D
-
-ACSN_ListOfChangedFiles=Elenco
-ACSD_ListOfChangedFiles=Elenco dei file modificati per il salvataggio
-ACSD_ExitDialog=Finestra di dialogo per il salvataggio di tutte le modifiche
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=Modo SDI
-CTL_MdiMode=Modo MDI
-
-# NbPlaces
-CTL_NoWorkspaces=Nessun spazio di lavoro
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/D
-ACD_NotifyExcPanel_Dialog=N/D
-
-# blocked event queue
-LOG_EventQueueBlocked=Il processo di consegna degli eventi di AWT \u00e8 bloccato per {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=\u00c8 richiesta l'autenticazione
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=Nome &utente:
-NbAuthenticatorPanel.passwordLbl.text=&Parola d'ordine:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Password per {0}
-
-ProxySettings.password.description=Password del proxy
-
-Title_WebBrowser=Browser web
-
diff --git a/l10n/src/it/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_it.properties
deleted file mode 100644
index 4788b42..0000000
--- a/l10n/src/it/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_it.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=Inform&azioni
-About_title=Informazioni
-
-#CopyProductInfoAction
-CopyProductInfo=Copia informazioni
-CopyProductInfoAction=&Copia informazioni
-CTL_CopyButton_tooltip=Copia informazioni sul prodotto NetBeans nella clipboard
-
-#HtmlViewAction
-CTL_OpeningBrowser=Sto aprendo il browser ...
-HTMLView=Bro&wser web
-
-#SystemExit
-Exit=&Esci
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Prossima vista interna
-LBL_PreviousViewCallbackAction=Vista interna precedente
-
-# jump next/prev actions
-JumpNextAction=Pro&ssimo errore
-JumpPrevAction=Errore &precedente
-
-#LogAction
-MSG_LogTab_name=&Log dell'IDE
-MSG_ShortLogTab_name=Log dell'IDE
-
diff --git a/l10n/src/it/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_it.properties
deleted file mode 100644
index 85e0e16..0000000
--- a/l10n/src/it/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_it.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Versione del prodotto\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>Sistema\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Cartella utente:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE e NetBeans Platform sono basati su software di netbeans.org, adottano due licenze la "Common Development and Distribution License" (CDDL) e la GNU "General Public License version 2 with Classpath exception". Per ulteriori informazioni, visita <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} versione {1} in esecuzione su {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Semplice browser HTML basato su un componente Swing
-MSG_cannot_create_browser=Impossibile creare il browser HTML Swing.
-Services/Browsers/SwingBrowser.settings=Browser HTML di Swing
-LBL_Close=Chiudi
-MNE_Close=C
-ACSN_Close=Chiudi
-ACSD_Close=Chiudi
-
diff --git a/l10n/src/it/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_it.properties
deleted file mode 100644
index f9757e0..0000000
--- a/l10n/src/it/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_it.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Implementazione OSGi di Apache Felix
-
diff --git a/l10n/src/it/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_it.properties
deleted file mode 100644
index f71dd32..0000000
--- a/l10n/src/it/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_it.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Librerie
-OpenIDE-Module-Short-Description=Comprende la libreria JNA.
-OpenIDE-Module-Long-Description=Questo modulo comprende la libreria JNA.
-
diff --git a/l10n/src/it/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_it.properties
deleted file mode 100644
index 7966842..0000000
--- a/l10n/src/it/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_it.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Integrazione con le API Scripting
-OpenIDE-Module-Display-Category=Librerie
-OpenIDE-Module-Short-Description=Usato per impacchettare la API di Scripting.
-OpenIDE-Module-Long-Description=Il modulo \u00e8 usato per impacchettare le API di scripting (pacchetto javax.script). Non pi\u00f9 richiesto.
-OpenIDE-Module-Deprecation-Message=Non pi\u00f9 richiesto su JDK6. Rimuovi la tua dipendenza da questo modulo.
-
diff --git a/l10n/src/it/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_it.properties
deleted file mode 100644
index 5d3f8ed..0000000
--- a/l10n/src/it/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_it.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Librerie
-OpenIDE-Module-Short-Description=Comprende la libreria di test JUnit 4.x
-OpenIDE-Module-Long-Description=Include la libreria di test JUnit 4.x
-
diff --git a/l10n/src/it/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_it.properties
deleted file mode 100644
index 8126500..0000000
--- a/l10n/src/it/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_it.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Specifica OSGi
-
diff --git a/l10n/src/it/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_it.properties
deleted file mode 100644
index 62e6fd2..0000000
--- a/l10n/src/it/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_it.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Ricerca veloce
-QuickSearchComboBar.jLabel2.toolTipText=Clicca o premi Maiuscolo+F10 per la selezione della categoria
-MSG_DiscoverabilityHint=Ricerca
-MSG_DiscoverabilityHint2=Ricerca in {0}
-LBL_MoreResults=...
-LBL_AllCategories=Tutte le categorie
-QuickSearchPopup.searchingLabel.text=Sto cercando ...
-QuickSearchPopup.noResultsLabel.text=( Nessun risultato )
-QuickSearchPopup.hintLabel.text={0}; Premi {1} per Tutte le categorie
-AbstractQuickSearchComboBar.command.toolTipText=Ricerca veloce nel sistema {0}
-
diff --git a/l10n/src/it/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_it.properties
deleted file mode 100644
index 459264d..0000000
--- a/l10n/src/it/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_it.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Impossibile visualizzare l''URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/it/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_it.properties
deleted file mode 100644
index e100a7f..0000000
--- a/l10n/src/it/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_it.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Name=API della ricerca veloce
-OpenIDE-Module-Short-Description=Infrastruttura per la ricerca veloce negli elementi dei menu, azioni, files, ecc.
-QuickSearch/Recent=Ricerche recenti
-
diff --git a/l10n/src/it/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_it.properties
deleted file mode 100644
index 8512654..0000000
--- a/l10n/src/it/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_it.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=Nessun filtro
-
diff --git a/l10n/src/it/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_it.properties
deleted file mode 100644
index 50d9605..0000000
--- a/l10n/src/it/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_it.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Name=ETable e Outline
-
diff --git a/l10n/src/it/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_it.properties
deleted file mode 100644
index 40e7820..0000000
--- a/l10n/src/it/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_it.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Libreria di personalizzazione del 'Look & Feel'
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Gestisce la personalizzazione per Netbeans degli UIManager in base al 'Look & Feel'
-OpenIDE-Module-Long-Description=Definisce alcuni valori specifici per NetBeans necessari nell'UIManager ed assicura che alcuni valori disponibili nel BasicLookAndFeel siano disponibili in tutti i 'Look & Feel'. Gestisce il supporto al tema metal, la selezione dei 'Look and Feel' e l'inizializzazione delle dimensioni dei font personalizzati
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/it/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_it.properties
deleted file mode 100644
index 53e73cf..0000000
--- a/l10n/src/it/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_it.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=Attenzione: A causa dell'errore 5079742 nel JDK i fonts in NetBeans non saranno visualizzati correttamente. Installa JDK 1.5.0_02 o superiore, per dettagli visita http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
-
diff --git a/l10n/src/it/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_it.properties
deleted file mode 100644
index 2c114f7..0000000
--- a/l10n/src/it/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_it.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Cotrollo scheda
-OpenIDE-Module-Display-Category=Librerie
-OpenIDE-Module-Short-Description=Il controllo scheda usato dal sistema windows
-OpenIDE-Module-Long-Description=La libreria dei bean del controllo scheda del sistema di gestione delle finestre di NetBeans
-
-
-
-ACS_TabbedContainer=Cotrollo scheda
-ACSD_TabbedContainer=Controllo scheda per scegliere tra le schede.
-
-TT_TabDisplayer_Close=<html>Maiusc + click per chiudere tutti i documenti<br>Alt + click per chiudere gli altri documenti
-
diff --git a/l10n/src/it/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_it.properties b/l10n/src/it/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_it.properties
deleted file mode 100644
index f486dcb..0000000
--- a/l10n/src/it/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_it.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Mostra l'elenco dei documenti aperti
-
-Tip_Restore_Window=Ripristina la finestra
-
-Tip_Maximize_Window=Ingrandisci la finestra
-
-Tip_Minimize_Window=Iconizza la finestra
-
-Tip_Pin=Pin
-
-Tip_Close_Window=Chiudi la finestra
-
-Tip_Scroll_Documents_Right=Scorri i documenti a destra
-
-Tip_Scroll_Documents_Left=Scorri i documenti a sinistra
-
diff --git a/l10n/src/it/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_it.properties b/l10n/src/it/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_it.properties
deleted file mode 100644
index 3ce3c05..0000000
--- a/l10n/src/it/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_it.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API delle azioni
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Definizione delle azioni comuni per NetBeans
-OpenIDE-Module-Long-Description=Fornisce la lista delle azioni comuni utilizzate da ogni applicazione NetBeans.
-
-
-New=&Aggiungi
-# {0} name of the only one new type
-NewArg=&Aggiungi {0}
-
-# File
-NewFromTemplate=&Nuovo
-Save=&Salva
-Print=Stam&pa...
-PageSetup=Impostazioni pa&gina...
-
-#0 undoableedit
-UndoWithParameter=&Annulla {0}
-#0 undoableedit
-RedoWithParameter=&Rifai {0}
-UndoSimple=Ann&ulla
-RedoSimple=&Ripeti
-Cut=&Taglia
-Copy=Cop&ia
-Paste=&Incolla
-Delete=&Elimina
-Find=&Cerca...
-Goto=Vai a&lla riga...
-Replace=Sos&tituisci...
-
-# View
-Properties=&Propriet\u00e0
-View=Vista
-Edit=Modifica
-
-# Build
-Execute=&Esegui
-
-# Window
-DockWindow=Posi&ziona la vista
-UndockWindow=Sbl&occa la vista
-CloneView=Dupli&ca la vista
-CloseView=Chiudi
-NextTab=Prossima v&ista
-PreviousTab=Vista &precedente
-
-Open=Apri
-Rename=Rinomina...
-
-MoveUp=Sposta in alto
-MoveDown=Sposta in basso
-
-
-Customize=Personalizza
-
-#rename action
-CTL_RenameTitle=Rinomina
-CTL_RenameLabel=&Nuovo nome:
-# {0} param represents old name before renaming.
-MSG_BadFormat=Questo oggetto non pu\u00f2 essere rinominato da {0} a {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Recupero memoria
-
-#HeapView
-LBL_ShowText=Mostra testo
-LBL_DropShadow=Elimina Ombra
-LBL_OverlayGrid=Griglia sovrapposta
-
-# NewTemplateAction
-CTL_NewName=Nuovo nome
-CTL_NewNameTitle=&Nuovo
-
-
-#Reorder Action
-Reorder=Cambia ordine...
-
-OpenLocalExplorer=Esplora da &qui
-
-WorkspacesItems=Spazi di &lavoro
-
-
-# name of template
-CTL_Template_Name=&Nome Oggetto:
-# title of dialog
-CTL_Template_Dialog_Title=Instanziare il modello
-CTL_Template_Dialog_RootTitle=Salva &in:
-
-
-# Tools action
-CTL_Tools=Strumenti
-CTL_EmptySubMenu=Vuoto
-
-
-# name of the PopupAction
-Popup=Popup
-
-#SaveAction
-MSG_saved={0} salvato.
-EXC_notsaved=Ci sono stati alcuni problemi durante il salvataggio di {0}\nCausa: {1}
-#Template wizard title
-CTL_TemplateWizard=Nuovo da modello
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=RM...
-CTL_GC=Clicca per forzare il recupero della memoria
-
-
diff --git a/l10n/src/it/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_it.properties b/l10n/src/it/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_it.properties
deleted file mode 100644
index a3d93ed..0000000
--- a/l10n/src/it/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_it.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API di utilit\u00e0 dell'UI
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Strumenti di utilit\u00e0 per l'interfacia utente (UI).
-OpenIDE-Module-Long-Description=Metodi di aiuto per diversi compiti relativi all'UI.
-
-
-
-#MenuBar
-EXC_LoadMenu=Impossibile caricare il men\u00f9 {0}
-EXC_LoadMenuItem=Impossibile caricare l''elemento del men\u00f9 {0}
-
-#HtmlBrowser
-CTL_Back=Indietro
-CTL_Forward=Avanti
-CTL_Reload=Ricarica
-CTL_Stop=Ferma
-CTL_Document_done=Documento: fatto
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Sto caricando
-EXC_Module=\u00c8 stata ricevuta un'eccezione durante l'inizializzazione del modulo del browser HTML
-CTL_WebBrowser=Browser web
-HINT_WebBrowser=Browser web
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Vista del browser
-ACSD_HtmlBrowser=N/D
-ACS_HtmlBrowser_Location=Posizione
-ACSD_HtmlBrowser_Location=N/D
-
-# Splitted panel
-SplittedPanelVertical=Verticale
-SplittedPanelHorizontal=Orizzontale
-SplittedPanelSwap=Scambia i pannelli
-ResetSplitter=Togli la linea di divisione
-ACS_SplittedPanel_Name=Primo pannello {0}. Secondo pannello {1}.
-ACS_SplittedPanel_Description=Primo pannello {0}. Secondo pannello {1}.
-ACS_SplittedPanel_EmptySplitter=N/D
-ACSD_SplittedPanel_EmptySplitter=N/D
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/D
-#Title while loading
-LBL_Loading=Sto caricando...
-#Title if html doesn't contain title tags
-LBL_Untitled=Senza nome
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Computer host sconosciuto: {0}
-FMT_InvalidURL=URL non valida: {0}
-FMT_NoRouteToHost=Non \u00e8 stato trovato il percorso verso il computer host: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Sto richiamando {4} implementato come {3} attraverso {1}
-
-
-# action and their performers
-Open=Apri
-Edit=Modifica
-Print=Stam&pa...
-View=Vista
-Close=Chiudi
-
diff --git a/l10n/src/it/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_it.properties b/l10n/src/it/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_it.properties
deleted file mode 100644
index a6b7e3d..0000000
--- a/l10n/src/it/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_it.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API di compatibilit\u00e0
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Alcune vecchie classi che adesso sono deprecate.
-OpenIDE-Module-Long-Description=Contiene alcune vecchie classi che adesso sono state deprecate e possono essere sostituite. Nel dettaglio: ExplorerActions; ExplorerPanel; HttpServer; e WeakListener.
-OpenIDE-Module-Deprecation-Message=Le classi in questa API sono tutte deprecate e possono essere sostituite da API pi\u00f9 moderne.
-
diff --git a/l10n/src/it/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_it.properties b/l10n/src/it/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_it.properties
deleted file mode 100644
index 29d325d..0000000
--- a/l10n/src/it/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_it.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API di dialogo
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Gestisce finestre di dialogo e procedure guidate.
-OpenIDE-Module-Long-Description=Questo modulo gestisce l'infrastruttura delle finestre di dialogo e procedura guidate utilizzati in NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Errore
-NTF_ExceptionTitle=Eccezione
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=\u00c8 avvenuta un''eccezione {0}.\nPer favore fai un rapporto di questo a http://www.netbeans.org/issues.html, includendo una copia del tuo file messages.log.Il file messages.log si trova nella tua cartella {1}.
-NTF_ExceptionalExceptionTitle=Eccezione inattesa
-NTF_PlainTitle=Messaggio
-NTF_QuestionTitle=Domanda
-NTF_InformationTitle=Informazioni
-NTF_WarningTitle=Attenzione
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Allinea le opzioni
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Si
-CTL_NO=No
-CTL_CLOSE=Chiudi
-
-CTL_CANCEL=Annulla
-ACSD_CANCEL=n/d
-
-CTL_NEXT=Avanti >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Si sposta al passo successivo della procedura guidata.|2#Passo successivo: {0}. {1}}
-
-CTL_PREVIOUS=< Indietro
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Si sposta al passo precedente della procedura guidata.|0#Passo precedente: {0}. {1}}
-
-CTL_FINISH=Termina
-ACSD_FINISH=n/d
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Riga di input
-ACSD_InputField=N/D
-ACN_NotifyDescriptor_MessageJTextArea=N/D
-ACD_NotifyDescriptor_MessageJTextArea=N/D
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} procedura guidata ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} di {1}
-CTL_ContentName=Passi
-CTL_HelpName=Aiuto
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Attendere prego.
-
diff --git a/l10n/src/it/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_it.properties b/l10n/src/it/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_it.properties
deleted file mode 100644
index d5b54e1..0000000
--- a/l10n/src/it/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_it.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API di esecuzione
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=API di esecuzione dalle 'Open API'
-OpenIDE-Module-Long-Description=Consiste di parte del pacchetto org.openide.execution.* dalle 'Open API'.
-
diff --git a/l10n/src/it/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_it.properties b/l10n/src/it/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_it.properties
deleted file mode 100644
index 7b5d6d7..0000000
--- a/l10n/src/it/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_it.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API dell'Esploratore e della scheda delle propriet\u00e0
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Viste diverse per visualizzare la struttura dei nodi.
-OpenIDE-Module-Long-Description=Consente la definizione di nuove viste che visualizzano le strutture create tramite l'API dei nodi.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Esploratore [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Impossibile ripristinare la finestra dell'esploratore; il nodo radice "{0}" non pu\u00f2 essere ripristinato correttamente.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=Una vista dell'esploratore non deve impedire una selezione vuota.
-EXC_ContextMustBeWithinRootContext=Un contesto esplorato ({0}) deve essere all'interno del contesto radice ({1}).
-EXC_NodeCannotBeNull=Non si pu\u00f2 usare nullo per la selezione dei nodi.
-EXC_NoElementOfNodeSelectionMayBeNull=Nessun elemento di una selezione di nodi pu\u00f2 essere nullo.
-EXC_NodeSelectionCannotContainNodes=Una selezione di nodi non pu\u00f2 contenere i nodi ({0}), non al di sotto della radice ({1}).
-EXC_CannotHaveNullRootContext=Impossible avere un contesto radice nullo.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Vuoi davvero eliminare {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Vuoi davvero eliminare {0} e tutto il suo contenuto?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Vuoi davvero cancellare questi {0} elementi?
-MSG_ConfirmDeleteObjectTitle=Conferma la cancellazione degli oggetti
-MSG_ConfirmDeleteFolderTitle=Conferma la cancellazione del pacchetto
-MSG_ConfirmDeleteObjectsTitle=Conferma la cancellazione multipla degli oggetti
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Vuoi davvero eliminare {0} (correlato a {3})?
-MSG_ConfirmDeleteShadowTitle=Conferma l'eliminazione del collegamento
-
-
diff --git a/l10n/src/it/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_it.properties b/l10n/src/it/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_it.properties
deleted file mode 100644
index e1d0074..0000000
--- a/l10n/src/it/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_it.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Eccezione in
-PS_Editor=Editor delle propriet\u00e0
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Array di
-FMT_ErrorSettingProperty=La propriet\u00e0 non pu\u00f2 essere impostata. {0} non \u00e8 un valore valido per {1}.
-FMT_CannotUpdateProperty={0} non \u00e8 un valore valido per {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(Nessun editor delle propriet\u00e0)
-CTL_NoProperties=<Nessuna propriet\u00e0>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Propriet\u00e0
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Ordina per categoria
-ACS_CTL_NoSort=Ordina per categoria
-CTL_AlphaSort=Ordina per nome
-ACS_CTL_AlphaSort=Ordina per nome
-CTL_TypeSort=Ordina per tipo
-ACS_CTL_TypeSort=Ordina per tipo
-CTL_VisibleWritableOnly=Mostra solo propriet\u00e0 modificabili
-ACS_CTL_VisibleWritableOnly=Mostra solo propriet\u00e0 modificabili
-CTL_Customize=Personalizzatore
-ACS_CTL_Customize=Personalizzatore
-CTL_Help=Aiuto
-ACS_CTL_Help=Aiuto
-ACSD_CTL_Help=Fornisce aiuto sugli oggetti le cui propriet\u00e0 sono mostrate nel foglio delle propriet\u00e0
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Usare la propriet\u00e0 >>{0}<< al momento del design lancia un'eccezione.
-
-#PropertySheet
-CTL_Property_sheet_option=Foglio delle propriet\u00e0
-
-
-#IndexedPropertyEditor
-CTL_NoItem=Nessun elemento disponibile
-CTL_Index=Indice della propriet\u00e0:
-CTL_Unknown=Sconosciuto
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=N/D
-CTL_Cancel=Annulla
-ACSD_CTL_Cancel=N/D
-CTL_Close=Chiudi
-ACSD_CTL_Close=N/D
-CTL_Default=Ri&pristina le impostazioni originali
-ACSD_CTL_Default=N/D
-CTL_Paste=Incolla
-
-#PropertyDetails
-EXC_Setter=Eccezione nel metodo di impostazione della propriet\u00e0: {0}
-EXC_Setter_localized=Eccezione nel metodo di impostazione della propriet\u00e0 {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<nessun editor personalizzato>
-CTL_No_property_editor=<nessun editor di propriet\u00e0>
-CTL_Different_Values=<Valori diversi>
-CTL_Desc_Different_Values=I nodi selezionati hanno diversi valori per questa propriet\u00e0.
-CTL_No_properties=<Nessuna propriet\u00e0>
-CTL_No_value=<Nessun valore>
-CTL_No_type=<Nessun tipo>
-CTL_ElipsisHint=Chiama il personalizzatore.
-CTL_InvalidValue=Valore invalido: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Valore non valido {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Tipo: {1}{2,choice,0#|1# Bean: {3}|2# Bean: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Propriet\u00e0
-CTL_New=&Nuovo
-CTL_Delete=&Elimina
-CTL_MoveUp=Muovi &su
-CTL_MoveDown=Muovi &gi\u00f9
-CTL_HideDetails=Nascondi &dettagli
-CTL_ShowDetails=&Mostra dettagli
-EXC_ErrorInIndexedSetter=Impossibile impostare il valore della propriet\u00e0 indicizzata
-
-ACSD_Properties=N/D
-ACSD_New=N/D
-ACSD_Delete=N/D
-ACSD_MoveUp=N/D
-ACSD_MoveDown=N/D
-ACSD_HideDetails=N/D
-ACSD_ShowDetails=N/D
-ACSD_IndexedEditorPanel=N/D
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Nomi
-COLUMN_VALUES=Valori
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<illeggibile>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Errore nell'impostazione del valore
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Modalit\u00e0 di ordinamento sconosciuta
-
-#Button labels for property dialogs
-ok=Ok
-default=Ripristina valore predefinito
-cancel=Annulla
-close=Chiudi
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Descrizione
-ACSD_Description=Descrizione della propriet\u00e0 correntemente selezionata
-ACS_DescriptionTitle=Nome della propriet\u00e0
-ACSD_DescriptionTitle=Nome della propriet\u00e0 correntemente selezionata
-CTL_NO_DESCRIPTION=Nessuna descrizione disponibile.
-CTL_NO_SELECTION=Nessuna selezione
-ACS_Splitter=Divisore
-ACSD_Splitter=Divisore visuale tra la tabella delle propriet\u00e0 e l'area di descrizione.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=La propriet\u00e0
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} \u00e8 uguale a {1}
-FMT_ACST_SheetSet=Gruppo di propriet\u00e0 {0}
-ACST_No_Selection=Nessuna selezione
-CTL_Multiple_Selection=Pi\u00f9 oggetti selezionati
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Clicca o seleziona e premi CTRL-SPAZIO per aprire un editor personalizzato; clicca con il tasto destro per il menu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Mostra l'area di descrizione
-CTL_HideDescription=Nascondi l'area di descrizione
-CTL_RestoreDefaultValue=Ripristina valore predefinito
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Propriet\u00e0
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=questa propriet\u00e0
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Formato numerico illegale: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Editor personalizzato: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Tabella delle propriet\u00e0
-ACSN_SHEET_TABBED_PANE=Categorie di propriet\u00e0
-ACSD_SHEET_TABLE=Tabella di propriet\u00e0 modificabili che rappresentano l'oggetto corrente
-ACSD_SHEET_TABBED_PANE=Puoi selezionare diversi insiemi di propriet\u00e0 dell'oggetto corrente da mostrare nel foglio delle propriet\u00e0
-
-LBL_QUICKSEARCH=Ricerca rapida:
-
-MSG_SetAsText_InvalidValue=Valore invalido: {0}
-
diff --git a/l10n/src/it/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_it.properties b/l10n/src/it/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_it.properties
deleted file mode 100644
index 5873292..0000000
--- a/l10n/src/it/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_it.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Vuoto
-MenuViewStartFromRoot=Sfoglia dalla radice
-MenuViewStartFromCurrent=Sfoglia dal punto corrente
-
-# TabView
-TabView_RootTab=Radice
-
-# TreeView
-VetoSelectedNodes=Nodi selezionati
-LBL_QUICKSEARCH=Cerca:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=Questo oggetto non pu\u00f2 essere rinominato da {0} a {1}.
-ACSN_TreeViewCellEditor=Rinomina l'editor
-ACSD_TreeViewCellEditor=Editor locale del nome del nodo nella vista ad albero
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=La destinazione non ha accettato il contenuto del trasferimento.
-
-MSG_ABORT=Annulla
-
-#TableSheet
-ACS_TableSheet=Tabella delle propriet\u00e0
-ACSD_TableSheet=N/D
-ACS_NullPanel=Nessuna propriet\u00e0
-# {0} - bean
-ACSD_NullPanel=Nessuna propriet\u00e0. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Tipo: {1} Bean: {2}
-CTL_No_value=<Nessun valore>
-CTL_No_type=<Nessun tipo>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Cambia le colonne visibili
-LBL_ColumnDialogDesc=Scegli le colonne da mostrare nella lista
-LBL_ListOptions=Lista opzioni
-LBL_ChangeColumns=Cambia le colonne visibili...
-LBL_SortMenu=Ordina
-LBL_Ascending=Ascendente
-LBL_Descending=Discendente
-LBL_ColsMenu=Colonna
-LBL_MoveLeft=Sposta a sinistra
-LBL_MoveRight=Sposta a destra
-MSG_NoColumnsToChange=Non ci sono colonne a cui cambiare la visibilit\u00e0.
-LBL_NoSort=Nessuno
-ACSN_ColumnDialog=Cambia le colonne visibili
-ACSD_ColumnDialog=Scegli le colonne da mostrare nella lista
-
-#a11y
-ACSN_TreeTable=N/D
-ACSD_TreeTable=N/D
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Mostra solo le righe dove
-
-CTL_ColumnsSelector=Cambia le colonne visibili
-ACN_ColumnsSelector=Selettore delle colonne
-ACD_ColumnsSelector=Seleziona le colonne visibili
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Scegli le colonne da mostrare nella lista
-NodeOutlineModel_NodesColumnLabel=Nodi
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Sto accedendo a {0} senza l'accesso in lettura Children.MUTEX
-
diff --git a/l10n/src/it/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_it.properties b/l10n/src/it/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_it.properties
deleted file mode 100644
index a7a51f0..0000000
--- a/l10n/src/it/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_it.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Documento XML non valido:
-
-W-003=Attenzione: l'analizzatore XML non supporta la caratteristica di gestore lessicale.
-
diff --git a/l10n/src/it/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_it.properties b/l10n/src/it/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_it.properties
deleted file mode 100644
index 0cb6a99..0000000
--- a/l10n/src/it/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_it.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API del file system
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Api del file system virtuale.
-OpenIDE-Module-Long-Description=Consente l'accesso ai file come risorse in un modo indipendente rispetto ai file del sistema operativo in uso. Supporta avvisi sulle modifiche su disco.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid={0} non valido
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=La radice {0} non esiste.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Impossibile eliminare la radice del file system {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Impossibile rinominare la radice del file system {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Impossibile eliminare il file {0} in {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Impossibile rinominare il file {0} in {1} a {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Il file system {0} \u00e8 di sola lettura.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=Il file {0} in {1} \u00e9 di sola lettura.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Impossibile creare il file {0} perch\u00e8 {1} nel file system {2} non \u00e8 una cartella.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Lo slash nel nome della cartella "{0}" non \u00e8 consentito.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=La cartella {0} esiste gi\u00e0 in {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Impossibile creare la cartella {0} in {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=Il file {0} esiste gi\u00e0 nel filesystem {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Impossibile creare il file {2}.{3} nella cartella {0} sul filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Blocco non valido [{0}] per il file {1} in {2} con blocco attuale [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Impossibile modificare il file filesystem.attributes:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=Impossibile trovare il file {1} nella cartella {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} \u00e8 di sola lettura.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} \u00e8 di sola lettura perch\u00e9 \u00e8 dentro a {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=Il file {0} non esiste.
-
-# {0} = name of zip file 
-EXC_CanntRead=Impossibile leggere dal file {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Errore nel file {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Errore nel file JAR {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=JAR Sconosciuto
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=File system multiplo
-EXC_FileOutsideModified=Il file {0} non \u00e8 stato trovato. Un'altra applicazione potrebbe aver spostato o ridenominato il file.
-XML_NotValidXMLFileSystem=File system XML non valido.
-EXC_DefAttrReadErr=Impossibile leggere le impostazioni predefinite.
-EXC_UnreachableCode=Errore interno: codice non raggiungibile.
-
-EXC_FolderCopy=La copia delle cartelle non \u00e8 supportata.
-XML_RootInvalid=L'elemento del file system deve essere l'elemento radice.
-XML_MisssingAttr=L'attributo \"name\" \u00e8 mancante
-XML_InaccurateParam=Numero di parametri errato
-XML_UnknownElement=Elemento sconosciuto.
-XML_DuplElement=FileObject duplicato:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} in {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Sto aprendo lo stream per {0}
-
diff --git a/l10n/src/it/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_it.properties b/l10n/src/it/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_it.properties
deleted file mode 100644
index 8467444..0000000
--- a/l10n/src/it/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_it.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API di I/O
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Apre le API relative alla visualizzazione dell'output.
-OpenIDE-Module-Long-Description=Contiene delle classi provenienti da org.openide.windows.* relative alla creazione di schede di output, alla visualizzazione dell'output ed al suo collegamento ipertestuale.
-
diff --git a/l10n/src/it/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_it.properties b/l10n/src/it/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_it.properties
deleted file mode 100644
index d32b3a9..0000000
--- a/l10n/src/it/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_it.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Long-Description=Questo modulo collega le API per il sistema di dati alle API di Scripting. Come risultato permette l'utilizzo di qualunque linguaggio di script e di modellazione per generare modelli (templates).
-OpenIDE-Module-Name=Generazione di modelli avanzata
-OpenIDE-Module-Short-Description=Generazione di modelli avanzata non solo per i sistemi di dati  
-
diff --git a/l10n/src/it/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_it.properties b/l10n/src/it/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_it.properties
deleted file mode 100644
index 9aad61f..0000000
--- a/l10n/src/it/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_it.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API per il sistema di dati
-OpenIDE-Module-Short-Description=NetBeans Open API per l'utilizzo di oggetti di dati.
-OpenIDE-Module-Long-Description=L'API di gestione dei dati \u00e8 un livello al di sopra delle API del file system che riconosce e raggruppa oggetti di dati e da loro particolari valori semantici. Originariamente faceva parte delle general Open APIs, ma adesso \u00e8 stata separata in un modulo indipendente.
-OpenIDE-Module-Display-Category=Infrastruttura
-
-#DefaultDataObject
-HINT_DefaultDataObject=File non riconosciuto
-
-EXC_SharedAccess=Accesso condiviso
-
-#Folder.Index
-EXC_ReorderFailed=Impossibile salvare il nuovo ordinamento.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Impossibile eliminare il file {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Collegamento a {3}
-
-PROP_ShadowOriginalName=Nome originale
-HINT_ShadowOriginalName=Nome dell'oggetto a cui questo collegamento si riferisce.
-PROP_ShadowOriginalFileSystem=Nome originale del file system
-HINT_ShadowOriginalFileSystem=Nome del file system dell'oggetto originale.
-
-# DataNode
-PROP_name=Nome
-HINT_name=Nome di questo oggetto.
-PROP_template=Modello
-HINT_template=Se Vero, questo oggetto \u00e8 un modello (pu\u00f2 creare istanze di s\u00e8 stesso).
-PROP_files=Tutti i file
-HINT_files=Una lista di file rappresentati da questo oggetto.
-PROP_size=Dimensione del file
-HINT_size=Dimensione di questo file in byte. (Si applica soltanto al primo file elencato in 'Tutti i file'.)
-PROP_lastModified=Ora di modifica
-HINT_lastModified=Quando questo file \u00e8 stato modificato l'ultima volta. (Si applica soltanto al primo file elencato in 'Tutti i file'.)
-PROP_extension=Estensione
-HINT_extension=Estensione file primaria.
-ERROR_extension=Impossibile cambiare estensione. Il file \u00e8 modificato.
-
-# name of set with sorting options
-PROP_sorting=Sto ordinando
-HINT_sorting=Impostazioni degli ordinamenti.
-
-#
-# folder sort mode property
-PROP_sort=Modalit\u00e0 di ordinamento
-HINT_sort=Determina come gli oggetti nel pacchetto debbano essere ordinati.
-# SortModeEditor
-VALUE_sort_none=Non ordinato
-VALUE_sort_names=Per nome
-VALUE_sort_class=Per tipo
-VALUE_sort_folder_names=Per nome (prima i pacchetti)
-VALUE_sort_last_modified=Per ora di modifica
-VALUE_sort_size=Per dimensione del file
-
-
-#
-# Names of paste types
-#
-PT_move=Spos&ta
-PT_copy=&Copia
-PT_instantiate=&Istanzia
-PT_shadow=Crea un co&llegamento
-PT_serialize=&Serializza
-PT_instance=Istanza pre&definita
-
-# 
-SerializeBean_Text=&Nome del file nel quale serializzare l'istanza
-SerializeBean_Title=Serializzazione dell'istanza
-
-#
-# new folder
-#
-CTL_NewFolder=Cartella
-CTL_NewFolderName=&Nome:
-CTL_NewFolderTitle=Creare una nuova cartella
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=Il file {0} esiste gi\u00e0 nella cartella {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=La cartella {0} esiste gi\u00e0 nella cartella {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=Il file {1} sembra troppo grande ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) per essere aperto in modo sicuro. \nL'apertura del file potrebbe causare un errore del tipo 'OutOfMemoryError', che potrebbe rendere l'IDE inutilizzabile. Vuoi veramente aprirlo?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=File di configurazione XML
-PROP_XmlError=Errore (recuperabile)
-PROP_XmlWarning=Attenzione
-PROP_XmlFatalError=ERRORE FATALE
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Impossibile creare la cartella; {0} non \u00e8 un nome valido.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Impossibile copiare {0}: La cartella di destinazione \u00e8 anche quella di orgine.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Impossibile copiare {0}: la cartella di destinazione \u00e8 una sottocartella di quella di origine.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=Nuova procedura guidata - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=Nuova procedura guidata
-LAB_TemplateChooserPanelName=Scegli un modello
-LAB_SelectTemplateBorder=&Seleziona un modello:
-MSG_NoDescription=Nessuna descrizione
-MSG_InitDescription=Sto inizializzando la descrizione...
-LAB_TemplateDescriptionBorder=Descrizione del &modello:
-LAB_TargetLocationPanelName=Ubicazione di destinazione
-LAB_TargetLocationDescription=Seleziona una cartella per i nuovo oggetto o inserisci sotto il nome della cartella:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/D
-ACSD_TemplateWizard1=N/D
-
-CTL_NewObjectName=&Nome\:
-ACSD_NewObjectName=N/D
-ACSD_TargetLocationDescription=N/D
-ACSD_TemplateWizard2=N/D
-
-ACSD_NewObjectPanel=N/D
-
-LBL_settingsNodeName=Impostazioni
-EXC_folder_delete_failed=Impossibile rimuove la cartella di origine mentre la si sposta.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<cartella principale> [{0}]
-FMT_DefaultNewObjectName=<nome predefinito>
-
-LBL_shadow_loader_display_name=Collegamenti
-LBL_folder_loader_display_name=Cartelle
-LBL_default_loader_display_name=Oggetti sconosciuti
-LBL_instance_loader_display_name=Istanze di azione
-
-FMT_CannotCopyDo=Attenzione: l'oggetto {0} non pu\u00f2 essere copiato.
-FMT_CannotMoveDo=Attenzione: l'oggetto {0} non pu\u00f2 essere spostato.
-
-# InstanceDataObject
-LBL_separator_instance=(separatore)
-PROP_instance_class=Nome della classe
-HINT_instance_class=Nome della classe Java dell'oggetto rappresentato.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=Ci sono problemi nel salvare il bean {0}.
-
-FMT_brokenShadowName={0} (Collegamento interrotto)
-HINT_brokenShadowOriginalName=Collegamento interrotto
-PROP_brokenShadowOriginalName=Collegamento interrotto
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=File system del collegamento interrotto
-HINT_brokenShadowFileSystem=File system del collegamento interrotto
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Impostazioni non riconosciute>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Classe per la copia degli oggetti di dati
-LBL_DOcut=Classe per la cancellazione  degli oggetti di dati
-#NewObjectPanel
-LAB_NewObjectPanelName=Nome del nuovo oggetto
-FMT_DefaultNewObject=<impostazioni predefinite>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=Impossibile ripristinare il men\u00f9 popup per gli oggetti di tipo {0}; vengono utilizzate le impostazioni predefinite.
-LBL_loader_display_name=Caricatore
-
-MSG_renameError=Questo oggetto non pu\u00f2 essere rinominato da {0} a {1}.
-MSG_NotValidName=Impossibile assegnare a {0} un nome vuoto.
-ERR_NoFilesystem=File system non abilitato. Assicurarsi di avere almeno un file system che non sia in modalita di sola lettura e che non sia nascosto.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=Il file system di destinazione oppure la cartella non esistono.
-MSG_fs_is_readonly=Il file system di destinazione \u00e8 di sola lettura.
-# {0} - name of the existing file
-MSG_file_already_exist=Il file {0} esiste gi\u00e0.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Azione del file system
-#InstantiateAction
-Instantiate=Istanzia
-#SaveAsTemplateAction
-SaveAsTemplate=Salva come modello...
-Title_SaveAsTemplate=Salva come modello
-CTL_SaveAsTemplate=&Seleziona la categoria nella quale il nuovo modello deve apparire:
-CTL_SaveAsTemplate_TemplatesRoot=Modelli
-SaveAll=S&alva tutto
-HINT_SaveAll=Salva tutti i file (se la funzione Compila durante il salvataggio \u00e8 abilitata, i file verranno anche compilati/costruiti)
-# FileSystemRefreshAction
-LAB_Refresh=Aggiorna la cartella
-# NewTemplateAction
-EXC_TemplateFailed=La creazione dell'oggetto dal modello \u00e8 fallita.
-NewTemplate=&Nuovo
-NewTemplateAction=Tutti i modelli...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Vuoto
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Sto aprendo {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=Il file {0} \u00e8 stato modificato. Vuoi salvarlo?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modificato)
-TIP_editor_ro=\ (di sola lettura)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=Il file {0} \u00e8 stato impostato come tipo di sola lettura! Tutte le modifiche saranno perse.
-MSG_FileReadOnlySaving=Il file {0} \u00e8 stato impostato come tipo di sola lettura! Impossibile salvarlo.
-MSG_FileReadOnlyChanging=Il file {0} \u00e8 stato impostato come tipo di sola lettura!
-
-
-MSG_BinaryFileQuestion=Sembra che questo file contenga dati in formato binario. Vuoi davvero aprirlo nell'editor di testi?
-MSG_BinaryFileWarning=\u00c8 stato riscontrato un file di dati in formato binario
-
-CTL_SaveAsAction=&Salva come...
-MSG_SaveAsFailed=Ci sono stati alcuni problemi nel salvataggio di {0}\nCausa: {1}
-LBL_SaveAsTitle=Salva come
-MSG_CannotCreateTargetFolder=Impossibile creare la cartella di destinazione.
-MSG_SaveAs_SameFileSelected=Seleziona un nome di file differente.
-MSG_SaveAs_SameFileSelected_Title=Salva come
-
diff --git a/l10n/src/it/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_it.properties b/l10n/src/it/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_it.properties
deleted file mode 100644
index 9ed2c53..0000000
--- a/l10n/src/it/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_it.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API del modulo di sistema
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=API per l'accesso alle informazioni sui moduli installati
-OpenIDE-Module-Long-Description=Consente di accedere alla lista dei moduli installati e verificarne le propriet\u00e0 e dipendenze.
-
diff --git a/l10n/src/it/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_it.properties b/l10n/src/it/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_it.properties
deleted file mode 100644
index 6419ef6..0000000
--- a/l10n/src/it/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_it.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API dei nodi
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=API per la definizione di strutture ad albero generiche.
-OpenIDE-Module-Long-Description=Fornisce l'astrazione sulle strutture di tipo albero definendo 'Node' (nodo), l'interfaccia generica ed estensibile che pu\u00f2 quindi essere visualizzata dalle API dell'esploratore.
-
-
-
-#Sheet
-Properties=Propriet\u00e0
-Expert=Avanzate
-HINT_Properties=Propriet\u00e0 di questo oggetto.
-HINT_Expert=Propriet\u00e0 avanzate di questo oggetto.
-
-#indexed customizer
-LAB_order=Cambia l'ordine
-LAB_listOrder=Mostra questi campi in quest'ordine:
-LAB_listOrder_Mnemonic=S
-Button_close=Chiudi
-Button_close_Mnemonic=C
-Button_up=Sposta in Alto
-Button_up_Mnemonic=U
-Button_down=Sposta in Basso
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/D
-ACSD_Button_up=N/D
-ACSD_Button_down=N/D
-ACSD_ListOrder=N/D
-ACSD_IndexedCustomizer=N/D
-
-#PropertySupport
-CTL_StandardName=Nome
-CTL_StandardHint=Nome dell'oggetto.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Incolla il nodo
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copia l'indice
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Attendere prego ...
-
diff --git a/l10n/src/it/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_it.properties b/l10n/src/it/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_it.properties
deleted file mode 100644
index 1ff517d..0000000
--- a/l10n/src/it/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_it.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API per le impostazioni delle opzioni
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Supporto per memorizzare le preferenza.
-OpenIDE-Module-Long-Description=Fornisce classi che semplificano la memorizzazione delle impostazioni tra diverse esecuzioni di applicazioni basate su NetBeans.
-OpenIDE-Module-Deprecation-Message=Utilizzare invece org.openide.util.NbPreferences.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Eccezione durante l''invocazione del getter della propriet\u00e0 su {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/it/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_it.properties b/l10n/src/it/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_it.properties
deleted file mode 100644
index 25cbed2..0000000
--- a/l10n/src/it/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_it.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API di testo
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=API generica che include EditorKits basati su Swing.
-OpenIDE-Module-Long-Description=Fornisce il supporto per definire componenti che contengono editor di testo Swing.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Impostazioni di stampa
-CTL_Header_format = Stampa di {2} a {1} in corso
-CTL_Footer_format = Pagina {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Formato pagina
-HINT_PAGE_FORMAT=Formato pagina
-PROP_WRAP=A capo
-HINT_WRAP=Le righe devono andare a capo?
-PROP_HEADER_FORMAT=Formato intestazione pagina
-
-HINT_HEADER_FORMAT=Per esempio, "Inizio della pagina {0} (stampata in data {1}) del file {2}".
-PROP_FOOTER_FORMAT=Formato pi\u00e8 di pagina
-HINT_FOOTER_FORMAT=Per esempio, "Fine della pagina {0} (stampata in data {1}) del file {2}".
-PROP_HEADER_FONT=Carattere intestazione pagina
-HINT_HEADER_FONT=Imposta il carattere dell'intestazione della pagina.
-PROP_FOOTER_FONT=Carattere pi\u00e8 di pagina
-HINT_FOOTER_FONT=Imposta il carattere del pi\u00e8 di pagina.
-PROP_HEADER_ALIGNMENT=Allineamento intestazione pagina
-HINT_HEADER_ALIGNMENT=Allineamento della testata della pagina - SINISTRA, CENTRO, DESTRA.
-PROP_FOOTER_ALIGNMENT=Allineamento pi\u00e8 di pagina
-HINT_FOOTER_ALIGNMENT=Allineamento del piede della pagina - SINISTRA, CENTRO, DESTRA.
-PROP_LINE_ASCENT_CORRECTION=Correzione elevazione riga
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Moltiplicatore per correggere l'elevazione della riga
-
-# Alignment Prop Editor
-CTL_CENTER = CENTER
-CTL_RIGHT = RIGHT
-CTL_LEFT = LEFT
-
-# Cancellation
-CTL_Print_progress=La pagina numero {0} \u00e8 stata stampata.
-CTL_Print_cancellation=Stampa lo stato del lavoro
-CTL_Cancel=Annulla
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=La stampa corrente \u00e8 stata annullata.
-EXC_Printer_Problem=Problema con la stampante: {0}
-EXC_ReadOnlyFile=Il file {0} \u00e8 di sola lettura.
-EXC_LoadDocument=Impossibile caricare il documento {0}.
-LBL_EditorLoading=Sto caricando...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Domanda
-CTL_Save=Salva
-ACSN_CTL_Save=N/D
-ACSD_CTL_Save=N/D
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Scarta
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/D
-ACSD_CTL_Discard=N/D
-
-# PositionBounds
-MSG_Empty_string=Impossibile inserire una stringa vuota
-#editor support warning message
-FMT_FileNotFound=Attenzione: non \u00e8 stato trovato o non \u00e8 stato possibile accedere al file {0}.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=Il file {0} \u00e8 stato modificato esternamente. Lo ricarichi?
-FMT_External_change_write=Il file {0} \u00e8 stato modificato esternamente. Sovrascrivi?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=\u00c8 stato specificato un file non valido. Verifica il percorso.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor per {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor per {0}
-TITLE_SourceButton=Sorgente
-
-
diff --git a/l10n/src/it/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_it.properties b/l10n/src/it/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_it.properties
deleted file mode 100644
index ae5887f..0000000
--- a/l10n/src/it/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_it.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API della vecchia enumerazione
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=API della enumerazione che si trova nel pacchetto sbagliato.
-OpenIDE-Module-Long-Description=API della enumerazione che si trova nel pacchetto sbagliato, org.openide.util.enum e per questo non pu\u00f2 essere compilata con 1.5, perch\u00e8 enum \u00e8 una parola chiave. \u00c8 sostituita dalla classe org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Utilizza  org.openide.util.Enumerations al posto di questo modulo.
-
diff --git a/l10n/src/it/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_it.properties b/l10n/src/it/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_it.properties
deleted file mode 100644
index 3e66aa0..0000000
--- a/l10n/src/it/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_it.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Ricerca
-
diff --git a/l10n/src/it/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_it.properties b/l10n/src/it/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_it.properties
deleted file mode 100644
index 7b199a8..0000000
--- a/l10n/src/it/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_it.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API di utilit\u00e0
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=API di utilit\u00e0 semplici.
-OpenIDE-Module-Long-Description=Vari metodi di aiuto e definizioni di concetti di base che includono azioni, liste di ricerca, gestione delle immagini, elaborazione parallela e supporto per gestione di marchi.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=Un server HTTP \u00e8 gi\u00e0 stato registrato. Impossibile usare due server allo stesso tempo.
-SERVER_CANNOT_UNREGISTER=Un modulo ha tentato di annullare la registrazione di un server HTTP fornito da un altro modulo.
-
-MSG_ToNowhere=da nessuna parte
-MSG_To=a
-
-MSG_NoServerRegistered=Nessun server registrato
-MSG_TooManyArguments=Troppi argomenti
-MSG_UnmatchedBraces=parentesi mancante nel modello in posizione
-
-# NbBundle
-MSG_FMT_ObjectForKey=l'oggetto per la chiave {0} non \u00e8 stato trovato
-MSG_ClassFinderAlreadySet=Il ClassFinder \u00e8 gi\u00e0 stato impostato.
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=ATTENZIONE: Impossibile caricare la tabella delle traduzioni: {0}
-PROGRESS_CURSOR=Cursore di stato
-
diff --git a/l10n/src/it/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_it.properties b/l10n/src/it/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_it.properties
deleted file mode 100644
index 7e4d1a5..0000000
--- a/l10n/src/it/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_it.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Molteplici classi di oggetti
-
-Create=Crea
-Paste=Incolla
-
diff --git a/l10n/src/it/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_it.properties b/l10n/src/it/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_it.properties
deleted file mode 100644
index a951726..0000000
--- a/l10n/src/it/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_it.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API di sistema di Window
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=API per gestire i componenti sullo schermo.
-OpenIDE-Module-Long-Description=Fornisce API di astrazione neutrale su SO e MDI/SDI relativamente a concetti di componenti che sono mostrati all'utente.
-
-
-
-# name of empty workspace
-None=Nessuno
-
-#CloneableTopComponent
-EXC_CannotAssign=Impossibile assegnare il componente a VUOTO
-
-#TopComponent
-EXC_UnknownOperation=Operazione di chiusura sconosciuta
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Sto richiamando {2} implementato come {3} con {0}
-
diff --git a/l10n/src/it/platform/print/print/org/netbeans/modules/print/action/Bundle_it.properties b/l10n/src/it/platform/print/print/org/netbeans/modules/print/action/Bundle_it.properties
deleted file mode 100644
index a5c8727..0000000
--- a/l10n/src/it/platform/print/print/org/netbeans/modules/print/action/Bundle_it.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Impostazioni pa&gina...
-
-# PrintAction
-TLT_Print_Action=Stampa
-MNU_Print_Action=Stam&pa...
-ACT_Print_Action=Stampa - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/it/platform/print/print/org/netbeans/modules/print/resources/Bundle_it.properties b/l10n/src/it/platform/print/print/org/netbeans/modules/print/resources/Bundle_it.properties
deleted file mode 100644
index 2dd2eb3..0000000
--- a/l10n/src/it/platform/print/print/org/netbeans/modules/print/resources/Bundle_it.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Stampa
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Implementazione del modulo di stampa.
-OpenIDE-Module-Long-Description=Implementazione del modulo di stampa.
-
-# layer.xml
-Actions/File=File
-
diff --git a/l10n/src/it/platform/print/print/org/netbeans/modules/print/ui/Bundle_it.properties b/l10n/src/it/platform/print/print/org/netbeans/modules/print/ui/Bundle_it.properties
deleted file mode 100644
index 500ee22..0000000
--- a/l10n/src/it/platform/print/print/org/netbeans/modules/print/ui/Bundle_it.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Problema con la stampante: {0}
-LBL_Page_Setup_Button=Impo&sta pagina
-TLT_Page_Setup_Button=Chiama la finestra di dialogo per impostare la pagina
-LBL_Print_Option_Button=&Opzioni di stampa
-TLT_Print_Option_Button=Chiama la finestra di dialogo delle opzioni di stampa
-LBL_Print_Button=Stam&pa
-TLT_Print_Button=Chiama la finestra di dialogo per la stampa
-LBL_Close_Button=&Chiudi
-TLT_Close_Button=Chiude la finestra di dialogo dell'anteprima di stampa
-LBL_Print_Preview=Anteprima di stampa
-LBL_Fit_to_Width=Adatta alla larghezza
-LBL_Fit_to_Height=Adatta alla altezza
-LBL_Fit_to_All=Mostra tutte le pagine
-
-TLT_First=Pri&ma pagina (Alt+M)
-TLT_Previous=Pagina p&recedente (Alt+R)
-TLT_Next=Pagi&na successiva (Alt+N)
-TLT_Last=U&ltima pagina (Alt+L)
-TLT_Fit=Cambia &scala (Alt+S)
-TLT_Zoom_In=Zoom avant&i (Alt+I)
-TLT_Zoom_Out=Zoom indietr&o (Alt+O)
-TLT_Toggle=Mostra pagine &multiple (Alt+M)
-TLT_Goto=<html><body> <b>Navigazione:</b> <br> premi <code>/</code> o <code>F</code> per mostrare la prima pagina <br> premi <b><code>-</code></b> o <code>G</code> per mostrare la pagina precedente <br> premi <b><code>+</code></b> o <code>K</code> per mostrare la pagina successiva <br> premi <code>*</code> o <code>L</code> per mostrare l'ultima pagina </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Aggiusta la scala dell'anteprima:</b> <br> premi <pi\u00f9> per aumentarla <br> premi <meno> per diminuirla <br> premi <code>Ctrl</code>-<pi\u00f9> per ingrandire <br> premi <code>Ctrl</code>-<meno> per rimpicciolire <br> premi <code>/</code>  per impostare a 100% <br> premi <code>*</code> per personalizzare la vista <br><hr> rotellina del mouse con <code>Ctrl</code> per zoommare <br> rotellina del mouse con pulsante destro per zoommare <br> doppio clic col pulsante sinistro per ingrandire <br> doppio clic col pulsante destro per rimpicciolire <br></body></html>
-
-# Attribute
-LBL_Print_Options=Opzioni di stampa
-LBL_Border=Bordo
-LBL_Print_Border=Stampa &bordo
-LBL_Print_Header=Stampa intesta&zione
-LBL_Print_Footer=Stampa pi\u00e8 di pa&gina
-LBL_Choose_Font=Scegli il carattere
-LBL_Choose_Color=Scegli il colore
-LBL_Insert_Macros=Inserisci macro:
-LBL_Text=Testo
-LBL_Line_Numbers=N&umeri di linea
-LBL_Wrap_Lines=&Vai a capo
-LBL_Use_Font=Usa attributi dei caratteri // &X
-LBL_Use_Color=Usa attributi dei colori // &Q
-LBL_As_Editor=Stampa come nell'editor // &J
-LBL_Selection=Stampa &selezione
-LBL_Line_Spacing=S&paziatura tra linee:
-LBL_Text_Font_and_Color=Carattere e colo&re del testo:
-LBL_Background_Color=Colore di sfon&do:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Intestazione e pi\u00e8 di pagina
-LBL_Apply=&Applica
-LBL_Left=Sinistra:
-LBL_Center=Centro:
-LBL_Right=Destra:
-
-ERR_Zoom_Value_Is_Invalid=Il valore di zoom non \u00e8 valido!
-ERR_Header_Size_Is_Too_Big=La dimensione dell'intestazione \u00e8 troppo grande!
-ERR_Footer_Size_Is_Too_Big=La dimensione del pi\u00e8 di pagina \u00e8 troppo grande!
-ERR_Page_Number_Is_Invalid=Il numero delle pagine non \u00e8 valido!
-ERR_Page_Number_Is_Too_Big=Il numero delle pagine \u00e8 troppo grande!
-
-TLT_Apply=Applica le modifiche
-TLT_Border_Color=Scegli il &colore del bordo (Alt+C)
-TLT_Header_Font=Scegli il carattere dell'i&ntestazione (Alt+N)
-TLT_Header_Color=Scegli il c&olore delll'intestazione (Alt+O)
-TLT_Footer_Font=Scegli il cara&ttere del pi\u00e8 di pagina (Alt+T)
-TLT_Footer_Color=Scegli il co&lore del pi\u00e8 di pagina (Alt+L)
-TLT_Text_Font=Scegli il carattere del testo (Alt+K) // &K
-TLT_Text_Color=Scegli il colo&re del testo (Alt+R)
-TLT_Background_Color=Sce&gli il colore di sfondo
-TLT_Print_Zoom=Aggiusta lo zoom di stampa
-TLT_Use_Font=Usa carattere (Alt+X)
-TLT_Use_Color=Usa colore (Alt+Q)
-TLT_As_Editor=Mostra come nell'editor (Alt+J)
-TLT_Selection=Stampa selezione
-
-LBL_Pages=pagina/e
-LBL_Fit_Width_to=Adatta larg&hezza a:
-TLT_Fit_Width_to=Adatta larghezza a
-LBL_Fit_Height_to=Adatta alt&ezza a:
-TLT_Fit_Height_to=Adatta altezza a
-LBL_Zoom_to=&Zoom a:
-TLT_Zoom_to=Zoom a
-LBL_Fit_to_Page=Adatta alla pagina // &Y
-TLT_Fit_to_Page=Adatta alla pagina (Alt+Y)
-
diff --git a/l10n/src/it/platform/print/print/org/netbeans/modules/print/util/Bundle_it.properties b/l10n/src/it/platform/print/print/org/netbeans/modules/print/util/Bundle_it.properties
deleted file mode 100644
index 54bd2f7..0000000
--- a/l10n/src/it/platform/print/print/org/netbeans/modules/print/util/Bundle_it.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} di {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=Il nome del componente stampato
-ROW=Il numero di riga
-COLUMN=Il numero di colonna
-USER=Il nome utente
-COUNT=Il conteggio delle pagine
-MODIFIED_DATE=Data dell'ultima modifica
-MODIFIED_TIME=Ora dell'ultima modifica
-PRINTED_DATE=Data della stampa
-PRINTED_TIME=Ora della stampa
-
diff --git a/l10n/src/it/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_it.properties b/l10n/src/it/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_it.properties
deleted file mode 100644
index cbfe46e..0000000
--- a/l10n/src/it/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_it.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=UI stato avanzamento
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Visualizzazione dello stato avanzamento del task.
-OpenIDE-Module-Long-Description=Fornisce una lista dei task in esecuzione e pu\u00f2 consentire di cancellarli, ecc.
-
-NbProgressBar.tooltip1={0} task in esecuzione. Clicca per i dettagli.
-NbProgressBar.tooltip2={0} task in esecuzione. Clicca per i dettagli.
-ListComponent.btnClose.tooltip=Clicca per terminare il processo
-ListComponent.bar.tooltip=Clicca per guardare il processo
-Cancel_Question=Vuoi davvero terminare {0}?
-Cancel_Question_Title=Termina il task in esecuzione
-StatusLineComponent.ShowProcessList=Mostra i processi
-StatusLineComponent.Cancel=Termina il processo
-StatusLineComponent.View=Mostra il risultato
-ListComponent.Watch=Guarda il processo.
-
-RunOffAWT.TITLE_Operation=Operazione lunga in corso
-RunOffAWT.BTN_Cancel=Annulla
-
-# ProgressListAction
-CTL_ProcessListAction=&Processi
-
-# CancelAction
-CTL_CancelAction=Termina il processo
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Clicca per terminare il processo
-ModalDialog.btnClose.text=Annulla
-ModalDialog.btnClose.accessibleName=Annulla
-ModalDialog.btnClose.accessibleDescription=Annulla il processo corrente
-
-
diff --git a/l10n/src/it/platform/queries/queries/org/netbeans/modules/queries/Bundle_it.properties b/l10n/src/it/platform/queries/queries/org/netbeans/modules/queries/Bundle_it.properties
deleted file mode 100644
index 5d8de06..0000000
--- a/l10n/src/it/platform/queries/queries/org/netbeans/modules/queries/Bundle_it.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API di interrogazione generali
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Short-Description=Si comporta come canale di comunicazione generale tra i moduli.
-OpenIDE-Module-Long-Description=Ospita interrogazioni che non sono particolarmente dipendenti dal domino. Consente a moduli diversi di ottenere informazioni sui file in un modo flessibile.
-
diff --git a/l10n/src/it/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_it.properties b/l10n/src/it/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_it.properties
deleted file mode 100644
index 1db7c89..0000000
--- a/l10n/src/it/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_it.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=L''opzione {0} necessita di un argomento
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=L''opzione {0} non pu\u00f2 essere utilizzata insieme all''opzione {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Ne occorre almeno uno di {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Occorre utilizzare anche {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=L''opzione {0} necessita anche dell''opzione {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=<arg>
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/it/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_it.properties b/l10n/src/it/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_it.properties
deleted file mode 100644
index 8778f8f..0000000
--- a/l10n/src/it/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_it.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API per l'analisi della riga di comando
-OpenIDE-Module-Short-Description=API conformi a GetOpts per l'analisi della riga di comando
-OpenIDE-Module-Long-Description=API conformi a GetOpts per l'analisi della riga di comando. \u00c8 incentrato sul caso che ciascuna parte della linea di comando venga analizzata da moduli differenti.
-OpenIDE-Module-Display-Category=Infrastruttura
-
-MSG_OptionsHeader=\nOpzioni addizionali dei moduli:\n
-
diff --git a/l10n/src/it/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_it.properties b/l10n/src/it/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_it.properties
deleted file mode 100644
index 98e55d4..0000000
--- a/l10n/src/it/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_it.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API delle impostazioni
-OpenIDE-Module-Short-Description=Una libreria per memorizzare le impostazioni in formati personalizzati.
-OpenIDE-Module-Long-Description=Questo modulo fornisce le API delle impostazioni per memorizzare le impostazioni definite in base al modulo in formati personalizzati. Fornisce anche diverse utili implementazioni di formati di settaggi.
-OpenIDE-Module-Display-Category=Infrastruttura
-
diff --git a/l10n/src/it/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_it.properties b/l10n/src/it/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_it.properties
deleted file mode 100644
index 451493d..0000000
--- a/l10n/src/it/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_it.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Long-Description=Un modulo che fornisce una nuova API per sostituire NodeAction, CookieAction, ecc.
-OpenIDE-Module-Name=SPI delle azioni (sperimentale)
-OpenIDE-Module-Short-Description=Sostituzioni per NodeAction, CookieAction, ecc.
-
diff --git a/l10n/src/it/platform/templates/templates/org/netbeans/modules/templates/Bundle_it.properties b/l10n/src/it/platform/templates/templates/org/netbeans/modules/templates/Bundle_it.properties
deleted file mode 100644
index 726a18d..0000000
--- a/l10n/src/it/platform/templates/templates/org/netbeans/modules/templates/Bundle_it.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruttura
-OpenIDE-Module-Long-Description=Questo modulo collega le API per il sistema di dati alle API di Scripting. Come risultato permette l'utilizzo di qualunque linguaggio di script e di modellazione per generare modelli (templates).
-OpenIDE-Module-Name=Generazione di modelli avanzata
-OpenIDE-Module-Short-Description=Generazione di modelli avanzata non solo per i sistemi di dati  
-ERR_Switch_To_Java_6=Impossibile riempire il modello, sto cercando di usare il motore di scripting dal JDK 1.6 o pi\u00f9 recente.\nPer favore esegui NetBeans con il JDK 1.6 per risolvere il problema.\nVedi http://wiki.netbeans.org/FaqNetbeansConf how to do that.
-
diff --git a/l10n/src/ja/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ja.properties b/l10n/src/ja/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ja.properties
deleted file mode 100644
index adecce0..0000000
--- a/l10n/src/ja/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ja.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u30e2\u30b8\u30e5\u30fc\u30eb\u69cb\u7bc9\u30cf\u30fc\u30cd\u30b9
-OpenIDE-Module-Display-Category=NetBeans \u306e\u958b\u767a
-OpenIDE-Module-Short-Description=\u30bd\u30fc\u30b9\u304b\u3089\u5916\u90e8\u30d7\u30e9\u30b0\u30a4\u30f3\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u69cb\u7bc9\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002
-OpenIDE-Module-Long-Description=\u3053\u308c\u306f\u3001NetBeans \u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u958b\u767a (IDE \u306e\u4f7f\u7528\u306e\u6709\u7121\u306f\u554f\u308f\u306a\u3044) \u306b\u4f7f\u7528\u3059\u308b\u69cb\u7bc9\u30cf\u30fc\u30cd\u30b9\u3067\u3059\u3002\u901a\u5e38\u306fNetBeans \u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306b\u3088\u3063\u3066\u6697\u9ed9\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u6280\u8853\u60c5\u5831\u306b\u3064\u3044\u3066\u306f\u3001\u30cf\u30fc\u30cd\u30b9\u306e README \u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-
diff --git a/l10n/src/ja/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ja.properties b/l10n/src/ja/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ja.properties
deleted file mode 100644
index 69e362d..0000000
--- a/l10n/src/ja/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ja.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=NetBeans \u306e\u958b\u767a
-OpenIDE-Module-Long-Description=Cobertura \u3092\u4f7f\u7528\u3057\u3066 apisupport \u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u30c6\u30b9\u30c8\u30ab\u30d0\u30ec\u30fc\u30b8\u3092\u6e2c\u5b9a\u3059\u308b\u305f\u3081\u306e Ant \u30bf\u30fc\u30b2\u30c3\u30c8\u3067\u3059\u3002\n\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067 'display-coverage-report' \u30bf\u30fc\u30b2\u30c3\u30c8\u3092\u5b9f\u884c\u3057\u3001\u7d50\u679c\u3092\u6e2c\u5b9a\u3057\u3066\u3001\u30ec\u30dd\u30fc\u30c8\u3092\u5916\u90e8\u30d6\u30e9\u30a6\u30b6\u306b\u8868\u793a\u3057\u307e\u3059\u3002\n\u30e2\u30b8\u30e5\u30fc\u30eb\u69cb\u7bc9\u30cf\u30fc\u30cd\u30b9\u3068\u306e\u7d71\u5408\u7528\u3067\u3059\u3002
-OpenIDE-Module-Name=Cobertura \u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u30c6\u30b9\u30c8\u30ab\u30d0\u30ec\u30fc\u30b8
-OpenIDE-Module-Short-Description=Cobertura \u3092\u4f7f\u7528\u3057\u3066 apisupport \u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u30c6\u30b9\u30c8\u30ab\u30d0\u30ec\u30fc\u30b8\u3092\u6e2c\u5b9a\u3059\u308b\u305f\u3081\u306e Ant \u30bf\u30fc\u30b2\u30c3\u30c8\u3067\u3059\u3002
-
diff --git a/l10n/src/ja/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ja.properties b/l10n/src/ja/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ja.properties
deleted file mode 100644
index 0f16ef7..0000000
--- a/l10n/src/ja/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ja.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly Tools \u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0
-
diff --git a/l10n/src/ja/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ja.properties b/l10n/src/ja/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ja.properties
deleted file mode 100644
index c1bbae7..0000000
--- a/l10n/src/ja/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ja.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb
-OpenIDE-Module-Short-Description=Jemmy \u30c6\u30b9\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea\u3002
-OpenIDE-Module-Long-Description=\u81ea\u52d5\u5316\u3055\u308c\u305f GUI \u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u305f\u3081\u306e\u6c4e\u7528\u30e9\u30a4\u30d6\u30e9\u30ea\u3002
-
-
diff --git a/l10n/src/ja/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ja.properties b/l10n/src/ja/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ja.properties
deleted file mode 100644
index f5db874..0000000
--- a/l10n/src/ja/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ja.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb
-OpenIDE-Module-Long-Description=assertGC\u3001assertSize\u3001getWorkDir\u3001LineDiff \u306a\u3069\u3092\u542b\u3080\u3001JUnit \u5411\u3051\u306e NetBeans \u62e1\u5f35\u6a5f\u80fd\u3002
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=JUnit \u5411\u3051 NetBeans \u62e1\u5f35\u6a5f\u80fd\u3002
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/ja/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ja.properties
deleted file mode 100644
index 7ff79aa..0000000
--- a/l10n/src/ja/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ja.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=\u30e9\u30a4\u30d6\u30e9\u30ea
-OpenIDE-Module-Short-Description=INSANE \u30d2\u30fc\u30d7\u30d7\u30ed\u30d5\u30a1\u30a4\u30ea\u30f3\u30b0\u30e9\u30a4\u30d6\u30e9\u30ea\u3002
-OpenIDE-Module-Long-Description=\u81ea\u5206\u81ea\u8eab\u3092\u5b9f\u884c\u3057\u3066\u3044\u308b JVM \u3092\u30e9\u30a4\u30d6\u30d2\u30fc\u30d7\u5206\u6790\u3092\u3059\u308b\u305f\u3081\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u3067\u3059\u3002
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_ja.properties
deleted file mode 100644
index 7b311e5..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_ja.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Name=NBI Ant \u30e9\u30a4\u30d6\u30e9\u30ea
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_ja.properties
deleted file mode 100644
index e9f9089..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_ja.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=\u73fe\u5728\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
-I.error.load.engine.properties=\u30a8\u30f3\u30b8\u30f3\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f
-
-I.warning.silent.without.state="{0}" \u3092\u4f7f\u7528\u3059\u308b\u3068\u304d\u306f "{1}" \u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u5fc5\u8981\u3067\u3059\u3002"{0}" \u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002
-
-I.error.cannot.create.local.dir=\u30ed\u30fc\u30ab\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093: {0}
-I.error.local.dir.is.file=\u30ed\u30fc\u30ab\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306f\u5b58\u5728\u3057\u3001\u6b21\u306e\u30d5\u30a1\u30a4\u30eb\u3067\u3059: {0}
-I.error.no.read.permissions.for.local.dir=\u30ed\u30fc\u30ab\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea {0} \u3092\u8aad\u307f\u53d6\u308c\u307e\u305b\u3093 - \u5341\u5206\u306a\u30a2\u30af\u30bb\u30b9\u6a29\u304c\u3042\u308a\u307e\u305b\u3093
-I.error.no.write.permissions.for.local.dir=\u30ed\u30fc\u30ab\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea {0} \u306b\u66f8\u304d\u8fbc\u3081\u307e\u305b\u3093 - \u5341\u5206\u306a\u30a2\u30af\u30bb\u30b9\u6a29\u304c\u3042\u308a\u307e\u305b\u3093
-
-I.lock.file.exists.dialog.title=NetBeans \u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306e\u30ed\u30c3\u30af\u30d5\u30a1\u30a4\u30eb\u304c\u5b58\u5728
-I.lock.file.exists.dialog.text=\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306e\u30ed\u30c3\u30af\u30d5\u30a1\u30a4\u30eb\u304c {0} \u306b\u3042\u308a\u307e\u3059\n\n\u3053\u308c\u306f\u3001\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306e\u5225\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u3059\u3067\u306b\u5b9f\u884c\u4e2d\u3067\u3042\u308b\u304b\u3001\u524d\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u306a\u304b\u3063\u305f\u3053\u3068\u3092\u793a\u3057\u307e\u3059\u3002\n\u8907\u6570\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u540c\u6642\u306b\u5b9f\u884c\u3057\u306a\u3044\u3053\u3068\u3092\u304a\u52e7\u3081\u3057\u307e\u3059\u3002\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306e\u30c7\u30fc\u30bf\u304c\u58ca\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\n\n\u73fe\u6642\u70b9\u3067\u5225\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u5b9f\u884c\u3055\u308c\u3066\u3044\u306a\u3044\u3053\u3068\u304c\u308f\u304b\u3063\u3066\u3044\u308b\u5834\u5408\u306f\u3001\u300c\u306f\u3044\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u7d9a\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u300c\u3044\u3044\u3048\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u7d42\u4e86\u3057\u3066\u304f\u3060\u3055\u3044\u3002\n
-
-I.error.cannot.create.lock.file=\u30ed\u30fc\u30ab\u30eb\u306e\u30ec\u30b8\u30b9\u30c8\u30ea\u30d5\u30a1\u30a4\u30eb\u306b\u5bfe\u3057\u3066\u30ed\u30c3\u30af\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_ja.properties
deleted file mode 100644
index d674bb3..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_ja.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated={0} \u304b\u3089\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u3044\u307e\u3059
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_ja.properties
deleted file mode 100644
index 8a0197d..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_ja.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=\u30d7\u30ed\u30ad\u30b7\u306e\u7a2e\u985e {0} \u3068 {1} \u304c\u885d\u7a81\u3057\u3066\u3044\u307e\u3059
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI \u3092\u7a7a\u306b\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy={0} \u304b\u3089 {1} \u3078\u306e\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f
-US.error.failed.configure.proxy={1} \u306e\u30d7\u30ed\u30ad\u30b7 {0} \u306e\u69cb\u6210\u306b\u5931\u6557\u3057\u307e\u3057\u305f
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_ja.properties
deleted file mode 100644
index 697bc9d..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_ja.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=\u30ed\u30fc\u30ab\u30eb\u30ec\u30b8\u30b9\u30c8\u30ea [{0}] \u3092\u8aad\u307f\u8fbc\u307f\u4e2d
-R.error.loading.local.registry.failed.title=\u30ed\u30fc\u30ab\u30eb\u30ec\u30b8\u30b9\u30c8\u30ea\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u307e\u3057\u305f
-R.error.loading.local.registry.failed.msg=\u30ed\u30fc\u30ab\u30eb\u30ec\u30b8\u30b9\u30c8\u30ea ({0}) \u3092\u8aad\u307f\u8fbc\u3081\u306a\u304b\u3063\u305f\u304b\u3001\u4e00\u90e8\u3057\u304b\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002\n\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306f\u5f15\u7d9a\u304d\u666e\u901a\u306b\u5b9f\u884c\u3067\u304d\u307e\u3059\u304c\u3001\u5927\u57df\u30ec\u30b8\u30b9\u30c8\u30ea\u304c\u58ca\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\n\n\u300c\u306f\u3044\u300d\u3092\u9078\u629e\u3057\u3066\u7d9a\u884c\u3059\u308b\u304b\u3001\u300c\u3044\u3044\u3048\u300d\u3092\u9078\u629e\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u7d42\u4e86\u3057\u307e\u3059\u3002
-
-R.loading.bundled.registry=\u30d0\u30f3\u30c9\u30eb\u30ec\u30b8\u30b9\u30c8\u30ea [{0}] \u3092\u8aad\u307f\u8fbc\u307f\u4e2d
-R.error.loading.bundled.registry.failed.title=\u30d0\u30f3\u30c9\u30eb\u30ec\u30b8\u30b9\u30c8\u30ea\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u307e\u3057\u305f
-R.error.loading.bundled.registry.failed.msg=\u30d0\u30f3\u30c9\u30eb\u30ec\u30b8\u30b9\u30c8\u30ea ({0}) \u3092\u8aad\u307f\u8fbc\u3081\u306a\u304b\u3063\u305f\u304b\u3001\u4e00\u90e8\u3057\u304b\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002\n\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306f\u5f15\u7d9a\u304d\u666e\u901a\u306b\u5b9f\u884c\u3067\u304d\u307e\u3059\u304c\u3001\u5927\u57df\u30ec\u30b8\u30b9\u30c8\u30ea\u304c\u58ca\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\n\n\u300c\u306f\u3044\u300d\u3092\u9078\u629e\u3057\u3066\u7d9a\u884c\u3059\u308b\u304b\u3001\u300c\u3044\u3044\u3048\u300d\u3092\u9078\u629e\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u7d42\u4e86\u3057\u307e\u3059\u3002
-
-R.loading.remote.registry=\u30ea\u30e2\u30fc\u30c8\u30ec\u30b8\u30b9\u30c8\u30ea [{0}] \u3092\u8aad\u307f\u8fbc\u307f\u4e2d
-R.error.loading.remote.registry.failed.title=\u30ea\u30e2\u30fc\u30c8\u30ec\u30b8\u30b9\u30c8\u30ea\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u307e\u3057\u305f
-R.error.loading.remote.registry.failed.msg=\u30ea\u30e2\u30fc\u30c8\u30ec\u30b8\u30b9\u30c8\u30ea ({0}) \u3092\u8aad\u307f\u8fbc\u3081\u306a\u304b\u3063\u305f\u304b\u3001\u4e00\u90e8\u3057\u304b\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002\n\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306f\u5f15\u7d9a\u304d\u666e\u901a\u306b\u5b9f\u884c\u3067\u304d\u307e\u3059\u304c\u3001\u5927\u57df\u30ec\u30b8\u30b9\u30c8\u30ea\u304c\u58ca\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\n\n\u300c\u306f\u3044\u300d\u3092\u9078\u629e\u3057\u3066\u7d9a\u884c\u3059\u308b\u304b\u3001\u300c\u3044\u3044\u3048\u300d\u3092\u9078\u629e\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u7d42\u4e86\u3057\u307e\u3059\u3002
-
-R.error.cannot.delete.data=\u30ad\u30e3\u30c3\u30b7\u30e5\u3055\u308c\u305f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30fc\u30bf\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093
-R.save.local.registry.title=\u30ed\u30fc\u30ab\u30eb\u30ec\u30b8\u30b9\u30c8\u30ea\u3092\u4fdd\u5b58\u3057\u3066\u3044\u307e\u3059
-R.save.local.registry.detail={0} \u306b\u4fdd\u5b58\u3057\u3066\u3044\u307e\u3059
-
-R.error.missing.target.component.title=\u30bf\u30fc\u30b2\u30c3\u30c8\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093
-R.error.missing.target.component.msg=\u6307\u5b9a\u3055\u308c\u305f\u30bf\u30fc\u30b2\u30c3\u30c8\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8 - {0}/{1}\n\u304c\u30ec\u30b8\u30b9\u30c8\u30ea\u306b\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306f\n\u30bf\u30fc\u30b2\u30c3\u30c8\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u3068\u898b\u306a\u3057\u3066\u7d9a\u884c\u3067\u304d\u307e\u3059\u3002\n\u300c\u306f\u3044\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u7d9a\u884c\u3059\u308b\u304b\u3001\u300c\u3044\u3044\u3048\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u7d42\u4e86\u3057\u307e\u3059\u3002
-
-R.error.validation.title=\u691c\u8a3c\u306e\u554f\u984c
-R.error.validation.msg={0} \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u7834\u640d\u3057\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\n\u691c\u8a3c\u306e\u624b\u9806\u3067\u6b21\u306e\u8b66\u544a\u304c\u767a\u884c\u3055\u308c\u307e\u3057\u305f:\n\n {1}\n\n\u3053\u306e\u88fd\u54c1\u3092\u672a\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3068\u3057\u3066\u30de\u30fc\u30af\u3057\u3001\u7d9a\u884c\u3057\u307e\u3059\u304b?\n\u300c\u3044\u3044\u3048\u300d\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306f\u7d42\u4e86\u3057\u307e\u3059\u3002\n\n{2} \u306b\u4f9d\u5b58\u3059\u308b\u3053\u308c\u3089\u306e\u88fd\u54c1\u3082\u7121\u52b9\u306b\u306a\u308b\u70b9\u306b\u3054\u6ce8\u610f\u304f\u3060\u3055\u3044:\n{3}
-
-R.error.matching.requirement=\u8981\u4ef6\u306b\u5408\u81f4\u3059\u308b\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u3042\u308a\u307e\u305b\u3093: {0} \u306b\u306f  {1} \u304c\u5fc5\u8981
-R.error.cyclic.dependency=\u5faa\u74b0\u4f9d\u5b58\u6027: {0}, {1}
-
-R.loading.registry.properties=\u30ec\u30b8\u30b9\u30c8\u30ea\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3092\u8aad\u307f\u8fbc\u307f\u4e2d
-R.loading.component=\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u8aad\u307f\u8fbc\u307f\u4e2d: uid={0}, \u30d0\u30fc\u30b8\u30e7\u30f3={1}
-R.error.loading.components=\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f
-R.error.registry.finalization=\u30ec\u30b8\u30b9\u30c8\u30ea\u3092\u30d5\u30a1\u30a4\u30ca\u30e9\u30a4\u30ba\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
-R.error.registry.document.loading=\u30ec\u30b8\u30b9\u30c8\u30ea\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f
-
-R.error.cannot.create.cache.directory=\u30ed\u30fc\u30ab\u30eb\u30d7\u30ed\u30c0\u30af\u30c8\u30ad\u30e3\u30c3\u30b7\u30e5\u30c7\u30a3\u30ec\u30af\u30c8\u30ea {0} \u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093
-R.error.cache.is.file=\u30ed\u30fc\u30ab\u30eb\u30d7\u30ed\u30c0\u30af\u30c8\u30ad\u30e3\u30c3\u30b7\u30e5\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306f\u5b58\u5728\u3057\u3001\u6b21\u306e\u30d5\u30a1\u30a4\u30eb\u3067\u3059 : {0}
-R.error.cannot.read.cache=\u30ed\u30fc\u30ab\u30eb\u30d7\u30ed\u30c0\u30af\u30c8\u30ad\u30e3\u30c3\u30b7\u30e5\u30c7\u30a3\u30ec\u30af\u30c8\u30ea {0} \u3092\u8aad\u307f\u53d6\u308c\u307e\u305b\u3093 - \u5341\u5206\u306a\u30a2\u30af\u30bb\u30b9\u6a29\u304c\u3042\u308a\u307e\u305b\u3093
-R.error.cannot.write.cache=\u30ed\u30fc\u30ab\u30eb\u30d7\u30ed\u30c0\u30af\u30c8\u30ad\u30e3\u30c3\u30b7\u30e5\u30c7\u30a3\u30ec\u30af\u30c8\u30ea {0} \u306b\u66f8\u304d\u8fbc\u3081\u307e\u305b\u3093 - \u5341\u5206\u306a\u30a2\u30af\u30bb\u30b9\u6a29\u304c\u3042\u308a\u307e\u305b\u3093
-R.error.cannot.create.registry=\u30ed\u30fc\u30ab\u30eb\u30ec\u30b8\u30b9\u30c8\u30ea\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093
-
-R.error.registry.is.dir=\u30ed\u30fc\u30ab\u30eb\u30ec\u30b8\u30b9\u30c8\u30ea {0} \u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u3059
-R.error.cannot.read.registry=\u30ed\u30fc\u30ab\u30eb\u30ec\u30b8\u30b9\u30c8\u30ea {0} \u3092\u8aad\u307f\u53d6\u308c\u307e\u305b\u3093 - \u5341\u5206\u306a\u30a2\u30af\u30bb\u30b9\u6a29\u304c\u3042\u308a\u307e\u305b\u3093
-R.error.cannot.write.registry=\u30ed\u30fc\u30ab\u30eb\u30ec\u30b8\u30b9\u30c8\u30ea {0} \u306b\u66f8\u304d\u8fbc\u3081\u307e\u305b\u3093 - \u5341\u5206\u306a\u30a2\u30af\u30bb\u30b9\u6a29\u304c\u3042\u308a\u307e\u305b\u3093
-
-R.error.cannot.parse.platform="{0}" \u304b\u3089\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093
-R.error.cannot.load.registry=\u30ec\u30b8\u30b9\u30c8\u30ea\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093
-R.error.parser.not.support.schemas=\u73fe\u5728\u306e\u30d1\u30fc\u30b5\u30fc - {0} - \u306f\u30b9\u30ad\u30fc\u30de\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u307e\u305b\u3093\u3002
-
-R.error.unknown.dependency=\u4e0d\u660e\u306a\u4f9d\u5b58\u306e\u7a2e\u985e {0}
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_ja.properties
deleted file mode 100644
index 792f5bc..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_ja.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea {0} \u304c\u3042\u308a\u307e\u305b\u3093\u3002\n\u624b\u52d5\u3067\u524a\u9664\u3055\u308c\u305f\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002
-PCL.validation.directory.file=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea {0} \u306f\u5b9f\u969b\u306b\u306f\u30d5\u30a1\u30a4\u30eb\u3067\u3059\u3002\n\u4ee5\u524d\u306b\u624b\u52d5\u3067\u524a\u9664\u3055\u308c\u3001\u30d5\u30a1\u30a4\u30eb\u3067\u4e0a\u66f8\u304d\u3055\u308c\u305f\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002
-PCL.validation.directory.empty=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea {0} \u304c\u7a7a\u3067\u3059\u3002\n\u5185\u5bb9\u304c\u624b\u52d5\u3067\u524a\u9664\u3055\u308c\u305f\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002
-PCL.validation.directory.null=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u691c\u51fa\u3067\u304d\u307e\u305b\u3093\u3002
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product={0} \u306e\u30c7\u30fc\u30bf\u3092\u521d\u671f\u5316\u3067\u304d\u307e\u305b\u3093
-P.error.cannot.load.logic={0} \u306e\u69cb\u6210\u30ed\u30b8\u30c3\u30af\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093
-P.error.installdir.not.set={0} \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5148\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093
-P.error.installdir.set.empty={0} \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5148\u304c\u7a7a\u306e\u6587\u5b57\u5217\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059
-P.error.cannot.create.cache.dir={1} \u306e\u30ed\u30fc\u30ab\u30eb\u30ad\u30e3\u30c3\u30b7\u30e5\u30c7\u30a3\u30ec\u30af\u30c8\u30ea {0} \u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093
-P.error.local.cache.not.dir={1} \u306e\u30ed\u30fc\u30ab\u30eb\u30ad\u30e3\u30c3\u30b7\u30e5\u30c7\u30a3\u30ec\u30af\u30c8\u30ea {0} \u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u306f\u3042\u308a\u307e\u305b\u3093
-P.error.cannot.load.product=\u88fd\u54c1 {0} \u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f
-P.error.logic.not.yet.downloaded={0} \u306e\u69cb\u6210\u30ed\u30b8\u30c3\u30af\u306f\u307e\u3060\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u3066\u3044\u307e\u305b\u3093
-P.error.installation.data.not.cached=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30fc\u30bf\u306f {0} \u306b\u30ad\u30e3\u30c3\u30b7\u30e5\u3055\u308c\u3066\u3044\u307e\u305b\u3093
-P.error.cannot.extract.data={0} \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30fc\u30bf\u3092\u62bd\u51fa\u3067\u304d\u307e\u305b\u3093
-P.error.cannot.save.files.list=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u307f\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u89a7\u3092\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093
-P.error.cannot.get.wizard.components=\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u30a6\u30a3\u30b6\u30fc\u30c9\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093
-P.error.cannot.wrap.for.macos=MacOS \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u968e\u5c64\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093
-P.error.cannot.get.files.list=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u89a7\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093
-P.error.cannot.delete.files.list=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u307f\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u89a7\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093
-P.error.cannot.delete.file=\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093
-P.error.cannot.remove.from.system={0} \u3092\u30b7\u30b9\u30c6\u30e0\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093
-P.error.not.enough.space=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30fc\u30bf\u3092\u62bd\u51fa\u3067\u304d\u307e\u305b\u3093 -- \u30bf\u30fc\u30b2\u30c3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u30c7\u30a3\u30b9\u30af\u5bb9\u91cf\u304c\u4e0d\u8db3\u3057\u3066\u3044\u307e\u3059\u3002
-P.error.cannot.clear.cache=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30fc\u30bf\u306e\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb {0} \u3092\u6d88\u53bb\u3067\u304d\u307e\u305b\u3093
-P.error.system.integartion.failed={0} \u3068\u30b7\u30b9\u30c6\u30e0\u30d1\u30c3\u30b1\u30fc\u30b8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306e\u7d71\u5408\u306b\u5931\u6557\u3057\u307e\u3057\u305f
-
-P.message.installation={0} \u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3044\u307e\u3059
-P.message.uninstallation={0} \u3092\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3044\u307e\u3059
-P.message.configuration={0} \u3092\u69cb\u6210\u3057\u3066\u3044\u307e\u3059
-P.message.unconfiguration={0} \u3092\u69cb\u6210\u89e3\u9664\u3057\u3066\u3044\u307e\u3059
-P.message.legal.artifacts=\u6b63\u5f53\u306a\u30a2\u30fc\u30c6\u30a3\u30d5\u30a1\u30af\u30c8\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059
-P.message.run.logic=\u30ab\u30b9\u30bf\u30e0\u69cb\u6210\u30ed\u30b8\u30c3\u30af\u3092\u5b9f\u884c\u4e2d
-P.message.system.registration=\u30b7\u30b9\u30c6\u30e0\u30d1\u30c3\u30b1\u30fc\u30b8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u306b\u767b\u9332\u3057\u3066\u3044\u307e\u3059
-P.message.save.installation.files.list=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u307f\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u89a7\u3092\u4fdd\u5b58\u3057\u3066\u3044\u307e\u3059
-P.message.delete={0} \u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_ja.properties
deleted file mode 100644
index fa79993..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_ja.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30ed\u30b0\u51fa\u529b\u304c\u7121\u52b9\u306b\u306a\u308a\u307e\u3059\u3002
-
-EM.ununexpected.exception=\u4e88\u671f\u3057\u306a\u3044\u4f8b\u5916\u304c\u30b9\u30ec\u30c3\u30c9 {0} \u3067\u767a\u751f\u3057\u307e\u3057\u305f
-EM.errortype.critical=\u91cd\u5927\u306a\u30a8\u30e9\u30fc
-EM.errortype.error=\u30a8\u30e9\u30fc
-EM.errortype.warning=\u8b66\u544a
-EM.errortype.message=\u30e1\u30c3\u30bb\u30fc\u30b8
-EM.unexpected.error=\u4e0d\u660e\u306a\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
-EM.exception.message=\n\n\u4f8b\u5916:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\n\u3053\u306e\u554f\u984c\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f\u3001\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044:\n {0}
-
-FU.error.output.file.entry=\u30d5\u30a1\u30a4\u30eb\u30a8\u30f3\u30c8\u30ea {0} \u306f\u5b58\u5728\u3057\u3001\u30d5\u30a1\u30a4\u30eb\u3067\u306f\u3042\u308a\u307e\u305b\u3093
-FU.error.output.dir.entry=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30a8\u30f3\u30c8\u30ea {0} \u306f\u5b58\u5728\u3057\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u306f\u3042\u308a\u307e\u305b\u3093
-FU.message.extracting={0} \u3092\u62bd\u51fa\u3057\u3066\u3044\u307e\u3059
-FU.error.load.xml.file.list=xml \u30d5\u30a1\u30a4\u30eb\u4e00\u89a7\u3092\u62bd\u51fa\u7528\u306b\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f
-FU.error.unjar.todir=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea {0} \u306f\u65e2\u5b58\u306e\u30d5\u30a1\u30a4\u30eb\u3067\u3001unjar \u3067\u304d\u307e\u305b\u3093
-FU.message.copy.dir=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u30b3\u30d4\u30fc\u3057\u3066\u3044\u307e\u3059: {0} \u304b\u3089: {1}
-FU.message.copy.file=\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30d4\u30fc\u3057\u3066\u3044\u307e\u3059: {0} \u304b\u3089: {1}
-FU.error.close.stream=\u30b9\u30c8\u30ea\u30fc\u30e0\u3092\u30af\u30ed\u30fc\u30ba\u3067\u304d\u307e\u305b\u3093
-FU.error.source.not.readable=\u30bd\u30fc\u30b9 {0} \u306f\u8aad\u307f\u53d6\u308a\u4e0d\u80fd\u3067\u3059
-FU.error.dest.not.file=\u5b9b\u5148\u306e {0} \u306f\u30d5\u30a1\u30a4\u30eb\u3067\u306f\u3042\u308a\u307e\u305b\u3093
-FU.error.dest.creation=\u5b9b\u5148\u306e {0} \u306f\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093
-FU.error.dest.not.writable=\u5b9b\u5148\u306e {0} \u306f\u66f8\u304d\u8fbc\u307f\u53ef\u80fd\u3067\u306f\u3042\u308a\u307e\u305b\u3093
-FU.message.moving={0} \u3092 {1} \u306b\u79fb\u52d5\u3057\u3066\u3044\u307e\u3059
-FU.error.freespace={0} \u3067\u30c7\u30a3\u30b9\u30af\u306e\u7a7a\u304d\u5bb9\u91cf\u3092\u78ba\u4fdd\u3067\u304d\u307e\u305b\u3093
-FU.error.cannot.close.jar=jar {0} \u3092\u9589\u3058\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093
-FU.error.cannot.create.dir.exist.file=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea {0} \u306f\u65e2\u5b58\u306e\u30d5\u30a1\u30a4\u30eb\u3067\u3042\u308b\u305f\u3081\u3001\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093
-FU.error.cannot.create.dir=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea {0} \u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093
-FU.error.not.jar.file=\u6307\u5b9a\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb {0} \u306f jar \u30a2\u30fc\u30ab\u30a4\u30d6\u3067\u306f\u3042\u308a\u307e\u305b\u3093
-FU.error.sha1.not.supported=\u3053\u306e jvm \u306f SHA1 \u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093
-FU.error.md5.not.supported=\u3053\u306e jvm \u306f MD5 \u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093
-FU.error.file.security.exception=\u4e88\u671f\u3057\u306a\u3044\u3053\u3068\u304c\u767a\u751f\u3057\u307e\u3057\u305f - \u30d5\u30a1\u30a4\u30eb {0} \u306b\u30a2\u30af\u30bb\u30b9\u4e2d\u306b\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f
-FU.message.delete.file=\u30d5\u30a1\u30a4\u30eb {0} \u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059
-FU.message.delete.dir=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea {0} \u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059
-FU.error.pack200.failed=Pack200 \u304c\u30a8\u30e9\u30fc\u3068\u3068\u3082\u306b\u7d42\u4e86\u3057\u307e\u3057\u305f\n\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 \u304c\u30a8\u30e9\u30fc\u3068\u3068\u3082\u306b\u7d42\u4e86\u3057\u307e\u3057\u305f\n\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093 - {0}\u3001\u305d\u306e\u5024 - {1}\u3002
-UI.error.failed.to.activate.crossplatform.laf=\u30af\u30ed\u30b9\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306e Look\uff06Feel \u3092\u6709\u52b9\u306b\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f - \u305d\u306e\u6642\u70b9\u3067\u30c7\u30d5\u30a9\u30eb\u30c8\u3060\u3063\u305f Look\uff06Feel \u3067\u7d9a\u884c\u3057\u307e\u3059\u3002
-UI.error.failed.to.activate.defined.laf=\u5b9a\u7fa9\u6e08\u307f\u306e Look\uff06Feel \u3092\u6709\u52b9\u306b\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f - \u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30af\u30ed\u30b9\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u7528\u306e\u3082\u306e\u306b\u623b\u308a\u307e\u3059\u3002
-UI.error.failed.to.init.ui=UI \u3092\u521d\u671f\u5316\u3067\u304d\u307e\u305b\u3093
-UI.error.failed.to.force.gtk=GTK \u306e Look\uff06Feel \u306e\u4f7f\u7528\u3092\u5f37\u5236\u3067\u304d\u307e\u305b\u3093
-UI.silent.default.yes=\u300c\u306f\u3044\u300d\u30aa\u30d7\u30b7\u30e7\u30f3 (\u30c7\u30d5\u30a9\u30eb\u30c8) \u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059...
-UI.silent.default.no=\u300c\u3044\u3044\u3048\u300d\u30aa\u30d7\u30b7\u30e7\u30f3 (\u30c7\u30d5\u30a9\u30eb\u30c8) \u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059...
-UI.silent.default.cancel=\u300c\u53d6\u6d88\u3057\u300d\u30aa\u30d7\u30b7\u30e7\u30f3 (\u30c7\u30d5\u30a9\u30eb\u30c8) \u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059...
-
-StrU.error.cannot.parse.status=\u72b6\u614b\u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093: {0}
-StrU.error.unknown.platform=\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0 "{0}" \u3092\u8a8d\u8b58\u3067\u304d\u307e\u305b\u3093\u3002
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_ja.properties
deleted file mode 100644
index 985b93a..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_ja.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=JDK \u306e\u691c\u8a3c\u624b\u7d9a\u304d\u306e\u5b9f\u884c\u306b\u5931\u6557\u3057\u307e\u3057\u305f
-JU.error.cannot.delete={0} \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093
-JU.error.cannot.download.testjdk=TestJDK.class \u3092 {0} \u304b\u3089\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093
-JU.error.cannot.canonize={0} \u3092\u6b63\u898f\u5316\u3067\u304d\u307e\u305b\u3093
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_ja.properties
deleted file mode 100644
index fc5083e..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_ja.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=\u30b3\u30de\u30f3\u30c9\u884c\u306e\u5f15\u6570 "{0}" \u306b\u5fc5\u9808\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u3042\u308a\u307e\u305b\u3093\u3002\n"{0} <look-and-feel-class-name>" \u3068\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-O.warning.bad.target.arg=\u30b3\u30de\u30f3\u30c9\u884c\u306e\u5f15\u6570 "{0}" \u306b\u5fc5\u9808\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u3042\u308a\u307e\u305b\u3093\u3002\n"{0} <target-component-uid> <target-component-version>" \u3068\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-O.warning.bad.locale.arg.param=\u30b3\u30de\u30f3\u30c9\u884c\u306e\u5f15\u6570 "{0}" \u306b\u7121\u52b9\u306a\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u3042\u308a\u307e\u3059 -- "{1}"\u3002\n"{0} <language>[_<country>[_<variant>]]" \u3068\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-O.warning.bad.locale.arg=\u30b3\u30de\u30f3\u30c9\u884c\u306e\u5f15\u6570 "{0}" \u306b\u5fc5\u9808\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u3042\u308a\u307e\u305b\u3093\u3002\n"{0} <language>[_<country>[_<variant>]]" \u3068\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-O.warning.missing.state.file=\u6307\u5b9a\u3055\u308c\u305f\u72b6\u614b\u30d5\u30a1\u30a4\u30eb "{1}" \u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\n"{0}" \u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002
-O.warning.bag.state.file.arg=\u30b3\u30de\u30f3\u30c9\u884c\u306e\u5f15\u6570 "{0}" \u306b\u5fc5\u9808\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u3042\u308a\u307e\u305b\u3093\u3002\n"{0} <state-file-path>" \u3068\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-O.warning.target.state.file.exists=\u6307\u5b9a\u3055\u308c\u305f\u72b6\u614b\u30d5\u30a1\u30a4\u30eb "{1}" \u304c\u5b58\u5728\u3057\u307e\u3059\u3002\n"{0}" \u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002
-O.warning.bad.target.state.file.arg=\u30b3\u30de\u30f3\u30c9\u884c\u306e\u5f15\u6570 "{0}" \u306b\u5fc5\u9808\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u3042\u308a\u307e\u305b\u3093\u3002\n"{0} <state-file-path>" \u3068\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-O.warning.bundle.file.exists=\u6307\u5b9a\u3055\u308c\u305f\u30bf\u30fc\u30b2\u30c3\u30c8\u30d5\u30a1\u30a4\u30eb "{1}" \u304c\u5b58\u5728\u3057\u307e\u3059\u3002\n"{0}" \u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002
-O.warning.bad.create.bundle.arg=\u30b3\u30de\u30f3\u30c9\u884c\u306e\u5f15\u6570 "{0}" \u306b\u5fc5\u9808\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u3042\u308a\u307e\u305b\u3093\u3002\n"{0} <target-file-path>" \u3068\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-O.warning.bad.userdir.arg=\u30b3\u30de\u30f3\u30c9\u884c\u306e\u5f15\u6570 "{0}" \u306b\u5fc5\u9808\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u3042\u308a\u307e\u305b\u3093\u3002\n"{0} <userdir-path>" \u3068\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-O.warning.bad.platform.arg=\u30b3\u30de\u30f3\u30c9\u884c\u306e\u5f15\u6570 "{0}" \u306b\u5fc5\u9808\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u3042\u308a\u307e\u305b\u3093\u3002\n"{0} <target-platform>" \u3068\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-O.warning.bad.registry.arg=\u30b3\u30de\u30f3\u30c9\u884c\u306e\u5f15\u6570 "{0}" \u306b\u5fc5\u9808\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u3042\u308a\u307e\u305b\u3093\u3002\n"{0} <remote-registry-url>" \u3068\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-O.warning.bad.properties.arg=\u30b3\u30de\u30f3\u30c9\u884c\u306e\u5f15\u6570 "{0}" \u306b\u5fc5\u9808\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u3042\u308a\u307e\u305b\u3093\u3002\n"{0} <properties-file-path>" \u3068\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-O.warning.bad.bundle.properties.arg=\u30b3\u30de\u30f3\u30c9\u884c\u306e\u5f15\u6570 "{0}" \u306b\u5fc5\u9808\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u3042\u308a\u307e\u305b\u3093\u3002\n"{0} <bundle-properties-file-path>" \u3068\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_ja.properties
deleted file mode 100644
index 97759e0..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_ja.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=\u672a\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb
-Status.to-be-installed=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5bfe\u8c61
-Status.installed=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u307f
-Status.to-be-uninstalled=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5bfe\u8c61
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6210\u529f
-DetailedStatus.install.warning=\u8b66\u544a\u4ed8\u304d\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u7d42\u4e86
-DetailedStatus.install.error=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5931\u6557
-DetailedStatus.uninstall.success=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6210\u529f
-DetailedStatus.uninstall.warning=\u8b66\u544a\u4ed8\u304d\u3067\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u7d42\u4e86
-DetailedStatus.uninstall.error=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5931\u6557
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_ja.properties
deleted file mode 100644
index 5b88bb8..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_ja.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=\u6b21\u306e URI \u304b\u3089\u306e\u30d5\u30ec\u30fc\u30e0\u30a2\u30a4\u30b3\u30f3\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f  - {0}\u3002
-NF.error.failed.to.set.frame.icon=\u30d5\u30ec\u30fc\u30e0\u30a2\u30a4\u30b3\u30f3\u306e\u8a2d\u5b9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=\u53c2\u7167
-NFC.filechooser.approve.button.text=\u4e86\u89e3(&O)
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_ja.properties
deleted file mode 100644
index 271bed2..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_ja.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=\u6307\u5b9a\u3057\u305f\u30d1\u30fc\u30bb\u30f3\u30c6\u30fc\u30b8 - {0} \u306f\u7121\u52b9\u3067\u3059\u3002\u9032\u6357\u306e\u5408\u8a08\u30d1\u30fc\u30bb\u30f3\u30c6\u30fc\u30b8\n(\u81ea\u8eab\u306e\u30d1\u30fc\u30bb\u30f3\u30c6\u30fc\u30b8\u3068\u5b50\u306e\u30d1\u30fc\u30bb\u30f3\u30c6\u30fc\u30b8\u306e\u5408\u8a08)\n\u306f\u3001{1} \u3088\u308a\u5c0f\u3055\u304f\u3059\u308b\u3053\u3068\u3082 {2} \u3088\u308a\u5927\u304d\u304f\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u305b\u3093\u3002
-
-CP.error.progress=\u6307\u5b9a\u3057\u305f\u5b50\u9032\u6357\u304c\u8907\u5408\u9032\u6357\u306b\u5b58\u5728\u3057\u306a\u3044\u306e\u3067\n\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002 
-
-################################################################################
-# Progress.java
-P.error.percentage=\u6307\u5b9a\u3057\u305f\u30d1\u30fc\u30bb\u30f3\u30c6\u30fc\u30b8 - {0} \u306f\u7121\u52b9\u3067\u3059\u3002\u9032\u6357\u306e\u5408\u8a08\u30d1\u30fc\u30bb\u30f3\u30c6\u30fc\u30b8\u306f\n{1} \u3088\u308a\u5c0f\u3055\u304f\u3059\u308b\u3053\u3068\u3082 {2} \u3088\u308a\u5927\u304d\u304f\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u305b\u3093\u3002
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_ja.properties
deleted file mode 100644
index 5dc6002..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_ja.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=\u30d0\u30f3\u30c9\u30eb\u3092 {0} \u304b\u3089\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093
-LP.error.no.files={0} \u306b\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308a\u307e\u305b\u3093
-LP.error.not.directory={0} \u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u306f\u3042\u308a\u307e\u305b\u3093
-LP.error.directory.do.not.exist=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea {0} \u304c\u5b58\u5728\u3057\u307e\u305b\u3093
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_ja.properties
deleted file mode 100644
index d04c01c..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_ja.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=\u30d0\u30f3\u30c9\u30eb\u7248\u307e\u305f\u306f\u5916\u90e8\u306e JAR \u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308a\u307e\u305b\u3093
-CnL.error.cannot.find.jvm.file=JVM \u30d5\u30a1\u30a4\u30eb {0} \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093
-CnL.error.cannot.find.class=\u30d0\u30f3\u30c9\u30eb\u30d5\u30a1\u30a4\u30eb\u306b\u30af\u30e9\u30b9 {0} \u304c\u898b\u3064\u304b\u3089\u305a\u3001\u5916\u90e8\u30af\u30e9\u30b9\u3082\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093
-CnL.error.main.class.unspecified=\u30d0\u30f3\u30c9\u30eb\u30d5\u30a1\u30a4\u30eb\u306b\u6307\u5b9a\u3057\u305f\u4e3b\u30af\u30e9\u30b9\u304c\u3042\u308a\u307e\u305b\u3093
-CnL.error.cannot.get.output.name=\u30d0\u30f3\u30c9\u30eb\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308a\u307e\u305b\u3093 - \u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon={0} \u304b\u3089\u8d77\u52d5\u30d7\u30ed\u30b0\u30e9\u30e0\u30a2\u30a4\u30b3\u30f3\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_ja.properties
deleted file mode 100644
index 2bc5d53..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_ja.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u5834\u6240\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093
-SR.error.cannot.parse.pattern=\u30d1\u30bf\u30fc\u30f3\u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093: {0}
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_ja.properties
deleted file mode 100644
index 2d424d7..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_ja.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=\u30cd\u30a4\u30c6\u30a3\u30d6\u30e1\u30bd\u30c3\u30c9\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u305b\u3093
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_ja.properties
deleted file mode 100644
index 0b507fc..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_ja.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30a6\u30a3\u30b6\u30fc\u30c9\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306e\u4f5c\u6210\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
-W.error.failed.to.load.components=\u30af\u30e9\u30b9\u30ed\u30fc\u30c0\u30fc {1} \u3092\u4f7f\u7528\u3057\u305f\u3001{0\} \u304b\u3089\u306e\u30a6\u30a3\u30b6\u30fc\u30c9\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
-W.error.failed.to.load.component=\u30af\u30e9\u30b9\u30ed\u30fc\u30c0\u30fc {1} \u3092\u4f7f\u7528\u3057\u305f\u3001XML \u8981\u7d20 {0\} \u304b\u3089\u306e\u30a6\u30a3\u30b6\u30fc\u30c9\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
-W.error.unknown.ui.mode=\u4e0d\u660e\u306a UI \u30e2\u30fc\u30c9 - {0}\u3002
-W.error.cannot.move.backward.silent=\u30b5\u30a4\u30ec\u30f3\u30c8 UI \u30e2\u30fc\u30c9\u3067\u306f\u9006\u65b9\u5411\u306b\u79fb\u52d5\u3067\u304d\u307e\u305b\u3093\u3002
-W.error.cannot.move.backward.at.first=\u9006\u65b9\u5411\u306b\u79fb\u52d5\u3067\u304d\u307e\u305b\u3093 \u2013 \u30a6\u30a3\u30b6\u30fc\u30c9\u306f\u3059\u3067\u306b\u6700\u521d\u306e\u8981\u7d20\u306e\u4f4d\u7f6e\u306b\u3042\u308a\u307e\u3059\u3002
-W.error.parser.unsupports.schemas=\u73fe\u5728\u306e\u30d1\u30fc\u30b5\u30fc - {0} - \u306f\u30b9\u30ad\u30fc\u30de\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u307e\u305b\u3093\u3002
-W.error.interrupted=\u5f85\u6a5f\u4e2d\u306b\u4e2d\u65ad\u3055\u308c\u307e\u3057\u305f
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_ja.properties
deleted file mode 100644
index 1c54efa..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_ja.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9
-WC.description=NetBeans IDE \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306e\u8aac\u660e
-
-WC.help.button.text=\u30d8\u30eb\u30d7(&H)
-WC.back.button.text=< \u623b\u308b(&B)
-WC.next.button.text=\u6b21\u3078(&N) >
-WC.cancel.button.text=\u53d6\u6d88\u3057
-WC.finish.button.text=\u5b8c\u4e86(&F)
-
-WC.cancel.dialog.title=\u53d6\u6d88\u3057
-WC.cancel.dialog.text=\u672c\u5f53\u306b\u53d6\u308a\u6d88\u3057\u307e\u3059\u304b ?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=InterruptedException \u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
-
-WA.canceling.progress.title=\u53d6\u308a\u6d88\u3057\u3066\u3044\u307e\u3059\u3002\u73fe\u5728\u306e\u51e6\u7406\u3092\u7d42\u4e86\u3057\u3066\u3044\u307e\u3059...
-
-WA.cancel.dialog.title=\u53d6\u6d88\u3057
-WA.cancel.dialog.text=\u672c\u5f53\u306b\u53d6\u308a\u6d88\u3057\u307e\u3059\u304b ?
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_ja.properties
deleted file mode 100644
index 735ef9a..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_ja.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=\u30a8\u30f3\u30b8\u30f3\u306e\u30ad\u30e3\u30c3\u30b7\u30e5...
-CEA.description=\u30a6\u30a3\u30b6\u30fc\u30c9\u304c\u30a8\u30f3\u30b8\u30f3\u3092\u30ad\u30e3\u30c3\u30b7\u30e5\u3057\u3066\u3044\u307e\u3059\u3002\u3057\u3070\u3089\u304f\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-CEA.error.cannot.cache.engine=\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30a8\u30f3\u30b8\u30f3\u3092\u30ad\u30e3\u30c3\u30b7\u30e5\u3067\u304d\u307e\u305b\u3093
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=\u30d0\u30f3\u30c9\u30eb\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059...
-CBA.description=\u30a6\u30a3\u30b6\u30fc\u30c9\u304c\u9078\u629e\u3057\u305f\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3067\u30d0\u30f3\u30c9\u30eb\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059\u3002\u3057\u3070\u3089\u304f\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-
-CBA.progress.create.bundle.title={0} \u3067\u518d\u9812\u5e03\u53ef\u80fd\u306a\u30d0\u30f3\u30c9\u30eb\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059
-CBA.progress.add.engine.detail=\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30a8\u30f3\u30b8\u30f3\u3092\u30d0\u30f3\u30c9\u30eb\u306b\u8ffd\u52a0
-CBA.progress.add.product.detail=\u8ffd\u52a0\u4e2d {0} ...
-CBA.progress.add.group.detail=\u8ffd\u52a0\u4e2d {0} ...
-
-CBA.error.failed.create.bundle=\u30d0\u30f3\u30c9\u30eb\u306e\u4f5c\u6210\u306b\u5931\u6557\u3057\u307e\u3057\u305f
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=\u30cd\u30a4\u30c6\u30a3\u30d6\u8d77\u52d5\u30c4\u30fc\u30eb\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059...
-CNLA.description=\u30a6\u30a3\u30b6\u30fc\u30c9\u304c JAR \u30d5\u30a1\u30a4\u30eb\u7528\u306e\u8d77\u52d5\u30c4\u30fc\u30eb\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059\u3002\u3057\u3070\u3089\u304f\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-CNLA.error.failed.create.launcher=\u30cd\u30a4\u30c6\u30a3\u30d6\u8d77\u52d5\u30c4\u30fc\u30eb\u306e\u4f5c\u6210\u306b\u5931\u6557\u3057\u307e\u3057\u305f
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=MacOSX Application Launcher \u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059...
-CMALA.description=\u30a6\u30a3\u30b6\u30fc\u30c9\u304c JAR \u30d5\u30a1\u30a4\u30eb\u7528\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8d77\u52d5\u30c4\u30fc\u30eb\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059\u3002\u3057\u3070\u3089\u304f\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-CMALA.error.failed.create.launcher=\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8d77\u52d5\u30c4\u30fc\u30eb\u306e\u4f5c\u6210\u306b\u5931\u6557\u3057\u307e\u3057\u305f
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=\u69cb\u6210\u30ed\u30b8\u30c3\u30af\u3092\u6e96\u5099\u4e2d...
-DCLA.description=\u30a6\u30a3\u30b6\u30fc\u30c9\u304c\u69cb\u6210\u30ed\u30b8\u30c3\u30af\u3092\u6e96\u5099\u3057\u3066\u3044\u307e\u3059\u3002\u3057\u3070\u3089\u304f\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-DCLA.progress.remote.title={0} \u306e\u69cb\u6210\u30ed\u30b8\u30c3\u30af\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u3044\u307e\u3059
-DCLA.progress.local.title={0} \u306e\u69cb\u6210\u30ed\u30b8\u30c3\u30af\u3092\u62bd\u51fa\u3057\u3066\u3044\u307e\u3059
-DCLA.failed={0} \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30ed\u30b8\u30c3\u30af\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f
-DCLA.dependent.failed={1} \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u5931\u6557\u3057\u305f\u305f\u3081\u3001{0} \u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30fc\u30bf\u3092\u6e96\u5099\u4e2d...
-DIDA.description=\u30a6\u30a3\u30b6\u30fc\u30c9\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30fc\u30bf\u3092\u6e96\u5099\u3057\u3066\u3044\u307e\u3059\u3002\u3057\u3070\u3089\u304f\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-DIDA.progress.remote.title={0} \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30fc\u30bf\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u3044\u307e\u3059
-DIDA.progress.local.title={0} \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30fc\u30bf\u3092\u62bd\u51fa\u3057\u3066\u3044\u307e\u3059
-DIDA.failed={0} \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30fc\u30bf\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f
-DIDA.dependent.failed={1} \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u5931\u6557\u3057\u305f\u305f\u3081\u3001{0} \u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=\u521d\u671f\u5316\u3057\u3066\u3044\u307e\u3059...
-IRA.description=\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u30a6\u30a3\u30b6\u30fc\u30c9\u304c\u521d\u671f\u5316\u3057\u3066\u3044\u307e\u3059\u3002\u3057\u3070\u3089\u304f\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-IRA.registry.initialization.failed=\u30ec\u30b8\u30b9\u30c8\u30ea\u3092\u521d\u671f\u5316\u3067\u304d\u307e\u305b\u3093
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=\u30d5\u30a1\u30a4\u30ca\u30e9\u30a4\u30ba\u3057\u3066\u3044\u307e\u3059...
-FRA.description=\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u30a6\u30a3\u30b6\u30fc\u30c9\u304c\u30d5\u30a1\u30a4\u30ca\u30e9\u30a4\u30ba\u3057\u3066\u3044\u307e\u3059\u3002\u3057\u3070\u3089\u304f\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-FRA.registry.finalization.failed=\u30ec\u30b8\u30b9\u30c8\u30ea\u3092\u30d5\u30a1\u30a4\u30ca\u30e9\u30a4\u30ba\u3067\u304d\u307e\u305b\u3093
-
-################################################################################
-# InstallAction.java
-IA.title=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3044\u307e\u3059...
-IA.description=\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3044\u307e\u3059\u3002\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-IA.progress.install.title={0} \u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3044\u307e\u3059...
-IA.progress.rollback.title=\u53d6\u308a\u6d88\u3057\u3066\u3044\u307e\u3059\u3002{0} \u3092\u30ed\u30fc\u30eb\u30d0\u30c3\u30af\u3057\u307e\u3059...
-IA.install.dependent.failed={1} \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u5931\u6557\u3057\u305f\u305f\u3081\u3001{0} \u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
-IA.install.unknown.error=\u4e0d\u660e\u306a\u30a8\u30e9\u30fc
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Java\u2122 \u74b0\u5883\u3092\u691c\u7d22\u3057\u3066\u3044\u307e\u3059...
-SFJA.description=\u30b7\u30b9\u30c6\u30e0\u5185\u306b\u65e2\u5b58\u306e Java\u2122 \u74b0\u5883\u304c\u306a\u3044\u304b\u30a6\u30a3\u30b6\u30fc\u30c9\u304c\u691c\u7d22\u3057\u3066\u3044\u307e\u3059\u3002\u3057\u3070\u3089\u304f\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-SFJA.prepare.list=\u5834\u6240\u306e\u4e00\u89a7\u3092\u6e96\u5099\u4e2d...
-SFJA.checking={0} \u3092\u691c\u67fb\u3057\u3066\u3044\u307e\u3059
-SFJA.search.java=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b Java \u74b0\u5883\u3092\u691c\u7d22\u3057\u3066\u3044\u307e\u3059...
-SFJA.entry.label={0} (v. {1} by {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(\u975e\u6700\u7d42\u7248)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3044\u307e\u3059...
-UA.description=\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3044\u307e\u3059\u3002\u3057\u3070\u3089\u304f\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-UA.progress.uninstall.title={0} \u3092\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3044\u307e\u3059
-UA.uninstall.dependent.failed={1} \u306e\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306b\u5931\u6557\u3057\u305f\u305f\u3081\u3001{0} \u3092\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=\u30bd\u30fc\u30b9\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8 UID \u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093
-SILA.error.cannot.find.component=\u6307\u5b9a\u3057\u305f uid {0} \u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306f\u5b58\u5728\u3057\u307e\u305b\u3093
-SILA.error.cannot.get.logic={0} \u306e\u69cb\u6210\u30ed\u30b8\u30c3\u30af\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_ja.properties
deleted file mode 100644
index 04eb3c4..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_ja.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=\u5834\u6240(&L):
-ALP.location.button.text=\u53c2\u7167(&R)...
-ALP.list.label.text=\u691c\u7d22\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u306b\u3088\u308a\u6b21\u306e\u5834\u6240\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f(&F):
-
-ALP.error.nothing.found=\u4e92\u63db\u6027\u306e\u3042\u308b\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u9078\u629e
-CSP.description.both=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u9078\u629e\u3057\u307e\u3059\u3002\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5bfe\u8c61\u3092\u9078\u629e\u89e3\u9664\u3057\u307e\u3059\u3002
-CSP.description.install=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u9078\u629e\u3057\u307e\u3059\u3002
-CSP.description.uninstall=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u9078\u629e\u3092\u89e3\u9664\u3057\u307e\u3059\u3002
-CSP.feature.description.title=\u6a5f\u80fd\u8aac\u660e
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30b5\u30a4\u30ba: {0}     \u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30b5\u30a4\u30ba: {1}
-CSP.sizes.label.text.no.download=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30b5\u30a4\u30ba: {0}
-
-CSP.default.installation.size=N/A
-CSP.default.download.size=N/A
-
-CSP.error.no.changes.both=\u6a5f\u80fd\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u307e\u305f\u306f\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u6a5f\u80fd\u3092\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-CSP.error.no.changes.install=\u6a5f\u80fd\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u6a5f\u80fd\u3092\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-CSP.error.no.changes.uninstall=\u6a5f\u80fd\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u6a5f\u80fd\u3092\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-CSP.error.requirement.install={0} \u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u306b\u306f {1} \u304c\u5fc5\u8981\u3067\u3059\u3002
-CSP.error.conflict.install={0} \u306f {1} \u3068\u885d\u7a81\u3057\u3066\u3044\u307e\u3059\u3002
-CSP.error.requirement.uninstall={1} \u306b\u306f {0} \u304c\u5fc5\u8981\u3067\u3059\u3002
-CSP.error.not.enough.space.to.download=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30fc\u30bf\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u305f\u3081\u306e\u30c7\u30a3\u30b9\u30af\u5bb9\u91cf\u304c\u4e0d\u5341\u5206\u3067\u3059\u3002\u8ffd\u52a0\u306e {1} \u304c {0} \u306b\u5fc5\u8981\u3067\u3059\u3002
-CSP.error.not.enough.space.to.extract=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30fc\u30bf\u3092\u62bd\u51fa\u3059\u308b\u305f\u3081\u306e\u30c7\u30a3\u30b9\u30af\u5bb9\u91cf\u304c\u4e0d\u5341\u5206\u3067\u3059\u3002\u8ffd\u52a0\u306e {1} \u304c {0} \u306b\u5fc5\u8981\u3067\u3059\u3002
-CSP.error.cannot.check.space=\u30c7\u30a3\u30b9\u30af\u306e\u7a7a\u304d\u5bb9\u91cf\u3092\u78ba\u8a8d\u3067\u304d\u307e\u305b\u3093
-
-################################################################################
-# DestinationPanel.java
-DP.title=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d5\u30a9\u30eb\u30c0
-DP.description=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5148\u30d5\u30a9\u30eb\u30c0\u3092\u9078\u629e\u3057\u307e\u3059\u3002
-
-DP.destination.label.text=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5834\u6240(&I):
-DP.destination.button.text=\u53c2\u7167(&R)...
-
-DP.error.null=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d5\u30a9\u30eb\u30c0\u3092\u7a7a\u306b\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
-DP.error.not.valid=\u6307\u5b9a\u3057\u305f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d5\u30a9\u30eb\u30c0\u306f\u7121\u52b9\u3067\u3059\u3002
-DP.error.contains.exclamation=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d5\u30a9\u30eb\u30c0\u306b\u611f\u5606\u7b26 (!) \u3092\u542b\u3081\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
-DP.error.contains.semicolon=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d5\u30a9\u30eb\u30c0\u306b\u30bb\u30df\u30b3\u30ed\u30f3\u6587\u5b57 (;) \u3092\u542b\u3081\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
-DP.error.contains.colon=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d5\u30a9\u30eb\u30c0\u306b\u30b3\u30ed\u30f3\u6587\u5b57 (:) \u3092\u542b\u3081\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
-DP.error.contains.ampersand=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d5\u30a9\u30eb\u30c0\u306b\u30a2\u30f3\u30d1\u30b5\u30f3\u30c9\u6587\u5b57 (&) \u3092\u542b\u3081\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
-DP.error.contains.wrong.char=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d5\u30a9\u30eb\u30c0\u306b\u4e0d\u6b63\u306a\u6587\u5b57 ({1}) \u304c\u542b\u307e\u308c\u307e\u3059\u3002
-DP.error.matches.prohibited.regexp=\u6307\u5b9a\u3057\u305f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d5\u30a9\u30eb\u30c0\u306f\u7121\u52b9\u3067\u3059 (\u7981\u6b62\u3055\u308c\u3066\u3044\u308b\u30d1\u30bf\u30fc\u30f3 {1} \u3068\u4e00\u81f4)\u3002
-DP.error.not.absolute=\u6307\u5b9a\u3057\u305f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d5\u30a9\u30eb\u30c0\u306f\u7d76\u5bfe\u30d1\u30b9\u306e\u5f62\u5f0f\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
-DP.error.cannot.canonize=\u6307\u5b9a\u3057\u305f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d5\u30a9\u30eb\u30c0\u3092\u6b63\u898f\u5316\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
-DP.error.not.directory=\u6307\u5b9a\u3057\u305f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5148\u306f\u30d5\u30a9\u30eb\u30c0\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
-DP.error.not.readable=\u6307\u5b9a\u3057\u305f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d5\u30a9\u30eb\u30c0\u306f\u8aad\u307f\u53d6\u308a\u4e0d\u80fd\u3067\u3059\u3002
-DP.error.not.writable=\u6307\u5b9a\u3057\u305f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d5\u30a9\u30eb\u30c0\u306f\u8aad\u307f\u53d6\u308a\u5c02\u7528\u3067\u3059\u3002
-DP.error.not.empty=\u6307\u5b9a\u3057\u305f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d5\u30a9\u30eb\u30c0\u306f\u7a7a\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
-DP.error.not.ends.with.app=\u6307\u5b9a\u3057\u305f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d5\u30a9\u30eb\u30c0\u306b\u306f\u6700\u5f8c\u306b ".app" \u3092\u4ed8\u3051\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
-DP.error.not.enough.space=\u30c7\u30a3\u30b9\u30af\u5bb9\u91cf\u4e0d\u8db3\u3067\u3059\u3002\u8ffd\u52a0\u306e {1} \u304c {0} \u306b\u5fc5\u8981\u3067\u3059\u3002
-DP.error.cannot.get.logic=\u69cb\u6210\u30ed\u30b8\u30c3\u30af\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093
-DP.error.cannot.check.space=\u30c7\u30a3\u30b9\u30af\u306e\u7a7a\u304d\u5bb9\u91cf\u3092\u78ba\u8a8d\u3067\u304d\u307e\u305b\u3093
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=JDK\u2122 \u30db\u30fc\u30e0\u30d5\u30a9\u30eb\u30c0(&J):
-JLP.location.label.text.java=Java\u2122 \u74b0\u5883\u306e\u30db\u30fc\u30e0\u30d5\u30a9\u30eb\u30c0(&J):
-JLP.location.button.text=\u53c2\u7167(&R)...
-JLP.list.label.text=\u3053\u306e\u30de\u30b7\u30f3\u3067\u898b\u3064\u304b\u3063\u305f\u9069\u5207\u306a JDK\u2122 \u306e\u4e00\u89a7(&L):
-JLP.list.label.text.java=\u3053\u306e\u30de\u30b7\u30f3\u3067\u898b\u3064\u304b\u3063\u305f\u9069\u5207\u306a Java\u2122 \u74b0\u5883\u306e\u4e00\u89a7(&L):
-
-JLP.error.null=JDK \u3078\u306e\u30d1\u30b9\u3092\u7a7a\u306b\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
-JLP.error.null.java=Java \u74b0\u5883\u3078\u306e\u30d1\u30b9\u3092\u7a7a\u306b\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
-JLP.error.not.valid.path=\u6307\u5b9a\u3057\u305f JDK \u30d5\u30a9\u30eb\u30c0 {0} \u306f\u7121\u52b9\u3067\u3059\u3002
-JLP.error.not.valid.path.java=\u6307\u5b9a\u3057\u305f Java \u74b0\u5883\u306e\u30d5\u30a9\u30eb\u30c0 {0} \u306f\u7121\u52b9\u3067\u3059\u3002
-JLP.error.path.not.exists=\u6307\u5b9a\u3057\u305f JDK \u30d5\u30a9\u30eb\u30c0 {0} \u306f\u5b58\u5728\u3057\u307e\u305b\u3093\u3002
-JLP.error.path.not.exists.java=\u6307\u5b9a\u3057\u305f Java \u74b0\u5883\u306e\u30d5\u30a9\u30eb\u30c0 {0} \u306f\u5b58\u5728\u3057\u307e\u305b\u3093\u3002
-JLP.error.not.javahome=\u6307\u5b9a\u3057\u305f JDK \u30d5\u30a9\u30eb\u30c0 {0} \u306b\u306f JDK \u304c\u3042\u308a\u307e\u305b\u3093\u3002
-JLP.error.not.javahome.java=\u6307\u5b9a\u3057\u305f Java \u74b0\u5883\u306e\u30d5\u30a9\u30eb\u30c0 {0} \u306b\u306f Java \u74b0\u5883\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002
-JLP.error.not.jdk=\u6307\u5b9a\u3057\u305f JDK \u30d5\u30a9\u30eb\u30c0 {0} \u306b\u306f\u3001JRE \u306f\u3042\u308a\u307e\u3059\u304c\u5b8c\u5168\u306a JDK \u304c\u5fc5\u8981\u3067\u3059\u3002
-JLP.error.wrong.version.older=\u6307\u5b9a\u3057\u305f JDK \u30d5\u30a9\u30eb\u30c0 {0} \u306b\u306f JDK \u30d0\u30fc\u30b8\u30e7\u30f3 "{1}" \u304c\u3042\u308a\u307e\u3059\u3002\u6700\u4f4e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f "{2}" \u3067\u3059\u3002
-JLP.error.wrong.version.older.java=\u6307\u5b9a\u3057\u305f Java \u74b0\u5883\u306e\u30d5\u30a9\u30eb\u30c0 {0} \u306b\u306f Java \u30d0\u30fc\u30b8\u30e7\u30f3 "{1}" \u304c\u3042\u308a\u307e\u3059\u3002\u6700\u4f4e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f "{2}" \u3067\u3059\u3002
-JLP.error.wrong.version.newer=\u6307\u5b9a\u3057\u305f JDK \u30d5\u30a9\u30eb\u30c0 {0} \u306b\u306f JDK \u30d0\u30fc\u30b8\u30e7\u30f3 "{1}" \u304c\u3042\u308a\u307e\u3059\u3002\u6700\u9ad8\u30d0\u30fc\u30b8\u30e7\u30f3\u306f "{2}" \u3067\u3059\u3002
-JLP.error.wrong.version.newer.java=\u6307\u5b9a\u3057\u305f Java \u74b0\u5883\u306e\u30d5\u30a9\u30eb\u30c0 {0} \u306b\u306f Java \u30d0\u30fc\u30b8\u30e7\u30f3 "{1}" \u304c\u3042\u308a\u307e\u3059\u3002\u6700\u9ad8\u30d0\u30fc\u30b8\u30e7\u30f3\u306f "{2}" \u3067\u3059\u3002
-JLP.error.wrong.vendor=\u6307\u5b9a\u3057\u305f JDK \u30d5\u30a9\u30eb\u30c0 {0} \u306b\u306f\u3001\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u306a\u3044\u30d9\u30f3\u30c0\u30fc ({1}) \u88fd\u306e JDK \u304c\u3042\u308a\u307e\u3059\u3002\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u30d9\u30f3\u30c0\u30fc\u306f "{2}" \u3067\u3059\u3002
-JLP.error.wrong.vendor.java=\u6307\u5b9a\u3057\u305f Java \u74b0\u5883\u306e\u30d5\u30a9\u30eb\u30c0 {0} \u306b\u306f\u3001\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u306a\u3044\u30d9\u30f3\u30c0\u30fc ({1}) \u88fd\u306e Java \u304c\u3042\u308a\u307e\u3059\u3002\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u30d9\u30f3\u30c0\u30fc\u306f "{2}" \u3067\u3059\u3002
-JLP.error.unknown=\u30d1\u30b9\u306e\u691c\u8a3c\u4e2d\u306b\u4e0d\u660e\u306a\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>\u4e92\u63db\u6027\u306e\u3042\u308b JDK \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u624b\u52d5\u3067\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002<br>\u5fc5\u8981\u306a\u6700\u4f4e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f {0} \u3067\u3059\u3002JDK \u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u3001<a href="{2}">{2}</a> \u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044
-JLP.error.nothing.found.java=<html>\u4e92\u63db\u6027\u306e\u3042\u308b Java \u74b0\u5883\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u624b\u52d5\u3067\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002<br>\u5fc5\u8981\u306a\u6700\u4f4e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f {0} \u3067\u3059\u3002Java \u74b0\u5883\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u3001<a href="{2}">{2}</a> \u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044
-
-JLP.usedby.label={0} ({1} \u304c\u4f7f\u7528)
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=\u30d0\u30f3\u30c9\u30eb\u4f5c\u6210\u5f8c\u306e\u6982\u8981
-PoCBSP.dialog.description=\u7d42\u4e86\u3059\u308b\u306b\u306f\u300c\u5b8c\u4e86\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002
-
-PoCBSP.message.success.text=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30a6\u30a3\u30b6\u30fc\u30c9\u306b\u3088\u308a\u3001\u9078\u629e\u3055\u308c\u305f\u30a2\u30af\u30b7\u30e7\u30f3\u306e\u5b9f\u884c\u306f\u6210\u529f\u3057\u307e\u3057\u305f\u3002
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=\u30d0\u30f3\u30c9\u30eb\u4f5c\u6210\u51e6\u7406\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=\u6b21\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u30d0\u30f3\u30c9\u30eb\u306b\u6210\u529f\u3057\u307e\u3057\u305f:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=\u6b21\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u30d0\u30f3\u30c9\u30eb\u306b\u5931\u6557\u3057\u307e\u3057\u305f:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=\u30ed\u30b0\u3092\u8868\u793a(&L)
-PoCBSP.send.log.button.text=\u30ed\u30b0\u3092\u9001\u4fe1(&S)
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30a6\u30a3\u30b6\u30fc\u30c9 - \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5f8c\u306e\u6982\u8981
-
-PoISP.message.success.text=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30a6\u30a3\u30b6\u30fc\u30c9\u306b\u3088\u308a\u3001\u9078\u629e\u3055\u308c\u305f\u30a2\u30af\u30b7\u30e7\u30f3\u306e\u5b9f\u884c\u306f\u6210\u529f\u3057\u307e\u3057\u305f\u3002
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u307e\u305f\u306f\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u51e6\u7406\u4e2d\u306b\u8b66\u544a\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u307e\u305f\u306f\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u51e6\u7406\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=\u6b21\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306b\u6210\u529f\u3057\u307e\u3057\u305f:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=\u8b66\u544a\u4ed8\u304d\u3067\u6b21\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3057\u305f:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=\u6b21\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=\u6b21\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306b\u6210\u529f\u3057\u307e\u3057\u305f:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=\u8b66\u544a\u4ed8\u304d\u3067\u6b21\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3057\u305f:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=\u6b21\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306f\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=\u8a73\u7d30\u3092\u8868\u793a(&D)
-PoISP.view.log.button.text=\u30ed\u30b0\u3092\u8868\u793a(&L)
-PoISP.send.log.button.text=\u30ed\u30b0\u3092\u9001\u4fe1(&S)
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093
-
-PoISP.message.files.remaining={0} \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u304b\u3089\u3044\u304f\u3064\u304b\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u624b\u52d5\u306b\u3088\u308b\u524a\u9664\u304c\u5fc5\u8981\u306a\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=\u30d0\u30f3\u30c9\u30eb\u4f5c\u6210\u524d\u306e\u6982\u8981
-PrCBSPdialog.description=\u30d0\u30f3\u30c9\u30eb\u3092\u4f5c\u6210\u3059\u308b\u306b\u306f\u300c\u4f5c\u6210\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002
-
-PrCBSPmessage.text=\u30a6\u30a3\u30b6\u30fc\u30c9\u306b\u3088\u308a\u3001\u30d0\u30f3\u30c9\u30eb\u4f5c\u6210\u306e\u7d9a\u884c\u306b\u5fc5\u8981\u306a\u3059\u3079\u3066\u306e\u5fc5\u9808\u30c7\u30fc\u30bf\u304c\u53ce\u96c6\u3055\u308c\u307e\u3057\u305f\u3002\u9078\u629e\u5185\u5bb9\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u7d9a\u884c\u3059\u308b\u306b\u306f\u3001\u300c\u6b21\u3078\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=\u6b21\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u4f7f\u3063\u305f\u30d0\u30f3\u30c9\u30eb\u306e\u4f5c\u6210\u3092\u9078\u629e\u3057\u307e\u3057\u305f:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30b5\u30a4\u30ba\u5408\u8a08: {0}
-PrCBSPrequired.disk.space.label.text=\u5fc5\u8981\u306a\u30c7\u30a3\u30b9\u30af\u5bb9\u91cf\u5408\u8a08: {0}
-PrCBSPcreate.button.text=\u4f5c\u6210(&C)
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u524d\u306e\u6982\u8981
-
-PrISP.message.text=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30a6\u30a3\u30b6\u30fc\u30c9\u306b\u3088\u308a\u3001\u9078\u629e\u3057\u305f\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u307e\u305f\u306f\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u7d9a\u884c\u306b\u5fc5\u8981\u306a\u3059\u3079\u3066\u306e\u5fc5\u9808\u30c7\u30fc\u30bf\u304c\u53ce\u96c6\u3055\u308c\u307e\u3057\u305f\u3002\u9078\u629e\u5185\u5bb9\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u7d9a\u884c\u3059\u308b\u306b\u306f\u3001\u300c\u6b21\u3078\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=\u6b21\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u9078\u629e\u3057\u307e\u3057\u305f:
-PrISP.components.to.install.text={0}\u3002
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=\u6b21\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u9078\u629e\u3057\u307e\u3057\u305f:
-PrISP.components.to.uninstall.text={0}\u3002
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30b5\u30a4\u30ba\u5408\u8a08: {0}
-PrISP.required.disk.space.label.text=\u5fc5\u8981\u306a\u30c7\u30a3\u30b9\u30af\u5bb9\u91cf\u5408\u8a08: {0}
-PrISP.install.button.text=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb(&I)
-
-PrISP.error.not.enough.space=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u6b63\u3057\u304f\u884c\u3046\u305f\u3081\u306e\u30c7\u30a3\u30b9\u30af\u5bb9\u91cf\u304c\u4e0d\u5341\u5206\u3067\u3059\u3002\u8ffd\u52a0\u306e {1} \u304c {0} \u306b\u5fc5\u8981\u3067\u3059\u3002
-PrISP.error.cannot.check.space=\u30c7\u30a3\u30b9\u30af\u306e\u7a7a\u304d\u5bb9\u91cf\u3092\u78ba\u8a8d\u3067\u304d\u307e\u305b\u3093
-PrISP.error.logic.access=\u88fd\u54c1\u306e\u69cb\u6210\u30ed\u30b8\u30c3\u30af\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
-PrISP.error.fsroots=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306e\u30eb\u30fc\u30c8\u306e\u4e00\u89a7\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093
-PrISP.error.non.existent.root={0} \u306f\u3001\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306e\u30eb\u30fc\u30c8\u306b\u5c5e\u3055\u306a\u3044 {1} \u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u308b\u3088\u3046\u306b\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3059\u3002
-PrISP.error.cannot.write=\u30a6\u30a3\u30b6\u30fc\u30c9\u306b\u306f\u3001{1} ({0} \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea) \u3078\u306e\u66f8\u304d\u8fbc\u307f\u6a29\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u7d99\u7d9a\u3059\u308b\u524d\u306b\u30a2\u30af\u30bb\u30b9\u6a29\u3092\u4fee\u6b63\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-
-################################################################################
-# LicensesPanel.java
-LP.title=\u30e9\u30a4\u30bb\u30f3\u30b9\u5951\u7d04
-LP.description=\u4ee5\u4e0b\u306e\u4f7f\u7528\u8a31\u8afe\u5951\u7d04\u66f8\u3092\u3088\u304f\u304a\u8aad\u307f\u304f\u3060\u3055\u3044\u3002
-
-LP.accept.checkbox.text=\u30e9\u30a4\u30bb\u30f3\u30b9\u5951\u7d04\u6761\u4ef6\u306b\u540c\u610f\u3059\u308b(&A)
-LP.error.cannot.get.logic=\u69cb\u6210\u30ed\u30b8\u30c3\u30af\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<\u30c6\u30ad\u30b9\u30c8\u306a\u3057>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=\u672c\u5f53\u306b\u53d6\u308a\u6d88\u3057\u307e\u3059\u304b ?
-EMP.cancel.dialog.title=\u53d6\u6d88\u3057
-EMP.error.failed.input.verify=\u5165\u529b\u306e\u691c\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_ja.properties
deleted file mode 100644
index 762a8e0..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_ja.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=URI \u304b\u3089\u306e\u30a6\u30a3\u30b6\u30fc\u30c9\u30a2\u30a4\u30b3\u30f3\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f - {0}\u3002
-SFC.error.failed.to.set.icon=Swing \u30d5\u30ec\u30fc\u30e0\u30b3\u30f3\u30c6\u30ca\u30a2\u30a4\u30b3\u30f3\u306e\u8a2d\u5b9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
-SFC.error.failed.to.attach.error.handler=EDT \u3078\u306e\u30ab\u30b9\u30bf\u30e0\u30a8\u30e9\u30fc\u30cf\u30f3\u30c9\u30e9\u306e\u4ed8\u52a0\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30af\u30ed\u30fc\u30ba\u64cd\u4f5c\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_ja.properties
deleted file mode 100644
index 2181861..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_ja.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u8a73\u7d30
-IDD.component.label=\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8
-IDD.status.label=\u72b6\u614b
-
-ILD.loading.logfile=\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u8fbc\u307f\u4e2d\u3002\u304a\u5f85\u3061\u304f\u3060\u3055\u3044...
-ILD.error.reading.log=\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb {0} \u3092\u8aad\u307f\u53d6\u308c\u307e\u305b\u3093\u3002
-ILD.error.log.contents=\u30ed\u30b0\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002
-
diff --git a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_ja.properties b/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_ja.properties
deleted file mode 100644
index c5a24f1..0000000
--- a/l10n/src/ja/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_ja.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Name=NBI \u30a8\u30f3\u30b8\u30f3\u30e9\u30a4\u30d6\u30e9\u30ea
-
diff --git a/l10n/src/ja/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ja.properties b/l10n/src/ja/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ja.properties
deleted file mode 100644
index 9e450f8..0000000
--- a/l10n/src/ja/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ja.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apple \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30e1\u30cb\u30e5\u30fc
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=Apple \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30e1\u30cb\u30e5\u30fc\u306e\u9069\u5207\u306a\u30b5\u30dd\u30fc\u30c8\u3092\u6709\u52b9\u306b\u3057\u307e\u3059
-
-OpenIDE-Module-Long-Description=Apple \u30e1\u30cb\u30e5\u30fc\u306e\u9805\u76ee\u304c\u6b63\u3057\u304f\u6a5f\u80fd\u3059\u308b\u3088\u3046\u306b\u8a2d\u5b9a\u3057\u3001\u6a19\u6e96\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u3044\u304f\u3064\u304b\u3092\u7f6e\u304d\u63db\u3048\u307e\u3059 (\u300c\u30c4\u30fc\u30eb\u300d>\u300c\u30aa\u30d7\u30b7\u30e7\u30f3\u300d\u306f\u300c\u74b0\u5883\u8a2d\u5b9a\u300d\u306b\u3001\u300c\u30d8\u30eb\u30d7\u300d>\u300c\u88fd\u54c1\u306b\u3064\u3044\u3066\u300d\u306f\u300cNetBeans \u306b\u3064\u3044\u3066\u300d\u306b\u3001\u300c\u30d5\u30a1\u30a4\u30eb\u300d>\u300c\u7d42\u4e86\u300d\u306f\u300cNetBeans \u3092\u7d42\u4e86\u300d\u306b\u306a\u308a\u307e\u3059)\u3002
-
-MSG_MinimizeWindowAction=\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u6700\u5c0f\u5316(&M)
-
diff --git a/l10n/src/ja/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ja.properties b/l10n/src/ja/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ja.properties
deleted file mode 100644
index c45b714..0000000
--- a/l10n/src/ja/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ja.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=\u63a5\u7d9a\u3092\u78ba\u7acb\u3057\u3066\u3044\u307e\u3059...
-UpdateUnitProviderImpl_FormatCheckingForUpdates={0} \u3067\u66f4\u65b0\u3092\u691c\u67fb\u3057\u3066\u3044\u307e\u3059... 
-InstallSupportImpl_Validate_CorruptedNBM=NBM {0} \u3092\u8aad\u307f\u53d6\u308c\u307e\u305b\u3093
-InstallSupportImpl_TurnOnTimeout={0} \u306e\u8aad\u307f\u8fbc\u307f\u306e\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8
-InstallSupportImpl_NullSource=\u30e2\u30b8\u30e5\u30fc\u30eb "{0}" \u306e\u30bd\u30fc\u30b9 URL \u306f null \u3067\u3059\u3002\u304a\u305d\u3089\u304f UC \u30ab\u30bf\u30ed\u30b0\u306e "distribution" \u5c5e\u6027\u304c\u7a7a\u6587\u5b57\u5217\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002\n\u8a73\u7d30\u306f http://www.netbeans.org/issues/show_bug.cgi?id=153799 \u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-InstallSupportImpl_Download_Unavailable={0} \u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u305b\u3093
-OperationSupportImpl_Custom_Uninstall={0} \u3092\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3044\u307e\u3059
-OperationSupportImpl_Custom_Install={0} \u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3044\u307e\u3059
-
-UpdateUnitFactory_Libraries_Category=\u30e9\u30a4\u30d6\u30e9\u30ea
-UpdateUnitFactory_Bridges_Category=\u30d6\u30ea\u30c3\u30b8
-UpdateUnitFactory_Unsorted_Category=\u672a\u5206\u985e
-UpdateElementImpl_Feature_CategoryName=\u6a5f\u80fd
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u305f\u30e2\u30b8\u30e5\u30fc\u30eb:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u305f\u30e2\u30b8\u30e5\u30fc\u30eb:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>\u307e\u3060\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u306a\u3044\u30e2\u30b8\u30e5\u30fc\u30eb:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>\u307e\u3060\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u306a\u3044\u30e2\u30b8\u30e5\u30fc\u30eb:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u63d0\u4f9b\u3059\u308b\u65b0\u3057\u3044\u30e2\u30b8\u30e5\u30fc\u30eb:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u63d0\u4f9b\u3059\u308b\u65b0\u3057\u3044\u30e2\u30b8\u30e5\u30fc\u30eb:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/ja/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ja.properties b/l10n/src/ja/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ja.properties
deleted file mode 100644
index 47920ec..0000000
--- a/l10n/src/ja/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ja.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Long-Description=\u81ea\u52d5\u66f4\u65b0\u6a5f\u80fd\u306f\u3001\u6b21\u306e\u3055\u307e\u3056\u307e\u306a\u30b5\u30fc\u30d3\u30b9\u3092\u63d0\u4f9b\u3057\u307e\u3059: \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5229\u7528\u53ef\u80fd\u306a\u66f4\u65b0\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3001\u52a0\u5165\u3057\u305f\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc\u304b\u3089\u306e\u65b0\u3057\u3044\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u691c\u7d22\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3001 \u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u8868\u793a\u3068\u7ba1\u7406\u306a\u3069\u3067\u3059\u3002
-OpenIDE-Module-Name=\u81ea\u52d5\u66f4\u65b0\u30b5\u30fc\u30d3\u30b9
-OpenIDE-Module-Short-Description=\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc\u3067\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u66f4\u65b0\u306e\u691c\u7d22\u3068\u3001 \u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u304a\u3088\u3073\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u307e\u3059
-
diff --git a/l10n/src/ja/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ja.properties b/l10n/src/ja/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ja.properties
deleted file mode 100644
index f235bdd..0000000
--- a/l10n/src/ja/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ja.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=\u30e9\u30a4\u30d6\u30e9\u30ea
-ArtificialFeaturesProvider_Bridges_Category=\u30d6\u30ea\u30c3\u30b8
-ArtificialFeaturesProvider_Unsorted_Category=\u672a\u5206\u985e
-ArtificialFeaturesProvider_Features_Category=\u6a5f\u80fd
-NetworkAccess_Timeout={0} \u3078\u306e\u63a5\u7d9a\u3092\u958b\u3044\u3066\u3044\u308b\u3068\u304d\u306b\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8
-
diff --git a/l10n/src/ja/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ja.properties b/l10n/src/ja/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ja.properties
deleted file mode 100644
index 2f537cb..0000000
--- a/l10n/src/ja/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ja.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=\u5c55\u958b\u3092\u6e96\u5099\u4e2d
-CTL_UnpackingFile=\u5c55\u958b\u4e2d\u306e\u30d5\u30a1\u30a4\u30eb:
-CTL_DeletingFiles=\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3044\u307e\u3059...
-CTL_DisablingFiles=\u30d5\u30a1\u30a4\u30eb\u3092\u7121\u52b9\u5316\u3057\u3066\u3044\u307e\u3059...
-UpdaterFrame.jTextArea1.text=\u66f4\u65b0\u4e2d\u3067\u3059\u3002\n\n\u304a\u5f85\u3061\u304f\u3060\u3055\u3044 ...
-UpdaterFrame.textLabel.text=\u5c55\u958b\u3092\u6e96\u5099\u4e2d
-UpdaterFrame.Form.title=\u30a2\u30c3\u30d7\u30c7\u30fc\u30bf
-UpdaterFrame.textLabel.fontName=\u30c0\u30a4\u30a2\u30ed\u30b0
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/ja/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ja.properties b/l10n/src/ja/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ja.properties
deleted file mode 100644
index 8eb7da2..0000000
--- a/l10n/src/ja/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ja.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} \u3088\u308a\u5927\u304d\u3044...
-Less_Command_Text={0} \u3088\u308a\u5c0f\u3055\u3044...
-UnitTab_ReloadTime=\u6700\u5f8c\u306e\u691c\u67fb: {0}
-UnitTab_ReloadTime_Never=\u306a\u3057
-UnitTab_LessAction=\u8868\u793a\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u6e1b\u3089\u3059
-UnitTab_MoreAction=\u8868\u793a\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u5897\u3084\u3059
-UnitTab_TooltipCheckBox_INSTALLED=\u30d7\u30e9\u30b0\u30a4\u30f3 {0} \u3092\u691c\u67fb
-UnitTab_Tooltip_RefreshAction=\u30ab\u30bf\u30ed\u30b0\u306e\u518d\u8aad\u307f\u8fbc\u307f
-UnitTab_bTabAction_Name_INSTALLED=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb(&N)
-UnitTab_TooltipCheckBox_UPDATE=\u30d7\u30e9\u30b0\u30a4\u30f3 {0} \u3092\u691c\u67fb
-UnitTab_bTabAction_Name_UPDATE=\u66f4\u65b0(&U)
-UnitTab_CheckAction=\u691c\u67fb
-UnitTab_CheckCategoryAction=\u30ab\u30c6\u30b4\u30ea\u3092\u9078\u629e
-UnitTab_UncheckCategoryAction=\u30ab\u30c6\u30b4\u30ea\u3092\u9078\u629e\u89e3\u9664
-UnitTab_CheckAllAction=\u3059\u3079\u3066\u3092\u9078\u629e
-UnitTab_UncheckAllAction=\u3059\u3079\u3066\u3092\u9078\u629e\u89e3\u9664
-UnitTab_ReloadAction=\u30ab\u30bf\u30ed\u30b0\u3092\u518d\u8aad\u307f\u8fbc\u307f(&R)
-UnitTab_PrepareReloadAction=\u30ab\u30bf\u30ed\u30b0\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u3066\u3044\u307e\u3059\u3002\u3057\u3070\u3089\u304f\u304a\u5f85\u3061\u304f\u3060\u3055\u3044
-UnitTab_RemoveLocallyDownloadedAction=\u524a\u9664(&R)
-UnitTab_ActivateAction=\u6709\u52b9\u5316(&A)
-UnitTab_ActivateCategoryAction=\u30ab\u30c6\u30b4\u30ea\u3092\u6709\u52b9\u5316
-UnitTab_DeactivateAction=\u7121\u52b9\u5316(&D)
-UnitTab_DeactivateCategoryAction=\u30ab\u30c6\u30b4\u30ea\u3092\u7121\u52b9\u5316
-AvailableTab_SourceCategory_Tooltip_STANDARD=\u8a8d\u5b9a\u30d7\u30e9\u30b0\u30a4\u30f3
-AvailableTab_SourceCategory_Tooltip_BETA=Beta \u30d7\u30e9\u30b0\u30a4\u30f3
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u30fc\u8ca2\u732e\u30d7\u30e9\u30b0\u30a4\u30f3
-InstallTab_Active_Tooltip=\u30a2\u30af\u30c6\u30a3\u30d6
-InstallTab_InActive_Tooltip=\u975e\u30a2\u30af\u30c6\u30a3\u30d6
-InstallTab_PendingForInstall_Tooltip=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u518d\u8d77\u52d5\u304c\u5fc5\u8981\u3067\u3059\u3002
-InstallTab_PendingForDeactivate_Tooltip=\u7121\u52b9\u5316\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u518d\u8d77\u52d5\u304c\u5fc5\u8981\u3067\u3059\u3002
-InstallTab_ReadOnly_Tooltip={0} \u306f\u8aad\u307f\u53d6\u308a\u5c02\u7528\u30e2\u30fc\u30c9\u306b\u306a\u3063\u3066\u3044\u308b\u306e\u3067\u78ba\u8a8d\u3067\u304d\u307e\u305b\u3093
-UnitTab_TooltipCheckBox_AVAILABLE=\u30d7\u30e9\u30b0\u30a4\u30f3 {0} \u3092\u691c\u67fb
-UnitTab_bTabAction_Name_AVAILABLE=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb(&I)
-UnitTab_TooltipCheckBox_LOCAL=\u30d7\u30e9\u30b0\u30a4\u30f3 {0} \u3092\u691c\u67fb
-UnitTab_Tooltip_AddAction_LOCAL=\u30ed\u30fc\u30ab\u30eb\u3067\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u305f\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u8ffd\u52a0
-UnitTab_Tooltip_RemoveAction_LOCAL=\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u4e00\u89a7\u304b\u3089\u524a\u9664
-UnitTab_bTabAction_Name_LOCAL=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb(&I)
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} \u500b\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u9078\u629e\u3055\u308c\u307e\u3057\u305f
-UnitTab_lHowManySelected_Many_Text={0} \u500b\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u9078\u629e\u3055\u308c\u307e\u3057\u305f
-UnitTab_OperationName_Text_INSTALLED=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb
-UnitTab_OperationName_Text_UPDATE=\u66f4\u65b0
-UnitTab_OperationName_Text_AVAILABLE=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb
-UnitTab_OperationName_Text_LOCAL=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb
-UnitTab_lWarning_Text={0} \u64cd\u4f5c\u3092\u5b9f\u884c\u3059\u308b\u306b\u306f\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u518d\u8d77\u52d5\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059
-PluginManagerUI_UnitTab_Update_Title=\u66f4\u65b0
-PluginManagerUI_UnitTab_Update_ToolTip=\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306f\u6700\u65b0\u306e\u72b6\u614b\u3067\u3059\u3002
-PluginManagerUI_UnitTab_Available_ToolTip=\u4f7f\u7528\u53ef\u80fd\u306a\u30d7\u30e9\u30b0\u30a4\u30f3\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u6700\u65b0\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u306f\u3001\u300c\u30ab\u30bf\u30ed\u30b0\u306e\u518d\u8aad\u307f\u8fbc\u307f\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002
-PluginManagerUI_UnitTab_Available_Title=\u4f7f\u7528\u53ef\u80fd\u306a\u30d7\u30e9\u30b0\u30a4\u30f3
-PluginManagerUI_UnitTab_Installed_Title=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u307f
-PluginManagerUI_UnitTab_Local_Title=\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u6e08\u307f
-UnitTab_bAddLocallyDownloads_Name=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8ffd\u52a0(&A)...
-UnitTab_bAddLocallyDownloads_ACN=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8ffd\u52a0
-UnitTab_bAddLocallyDownloads_ACD=\u300c\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8ffd\u52a0\u300d\u3067\u306f\u30d5\u30a1\u30a4\u30eb\u30d6\u30e9\u30a6\u30b6\u3092\u4f7f\u7528\u3057\u3001\u30ed\u30fc\u30ab\u30eb\u30b7\u30b9\u30c6\u30e0\u306b\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u305f\u4efb\u610f\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3059
-NotificationAlreadyPreparedToIntsall=\u30d7\u30e9\u30b0\u30a4\u30f3 {0} \u306f\u3059\u3067\u306b\u66f4\u65b0/\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u6e96\u5099\u304c\u5b8c\u4e86\u3057\u3066\u3044\u307e\u3059\u3002
-NotificationOneAlreadyInstalled=\u30d7\u30e9\u30b0\u30a4\u30f3 "{0}" \u306f\u3059\u3067\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u307e\u3059\u3002
-NotificationMoreAlreadyInstalled=\u30d7\u30e9\u30b0\u30a4\u30f3 "{0}" \u306f\u3059\u3067\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u307e\u3059\u3002
-NotificationAlreadyPresent=\u30d7\u30e9\u30b0\u30a4\u30f3 "{0}" \u306f\u3059\u3067\u306b\u8ffd\u52a0\u3055\u308c\u3066\u3044\u307e\u3059\u3002"{1}" \u306b\u7f6e\u304d\u63db\u3048\u307e\u3059\u304b ?
-NotificationAlreadyPresentTitle=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u7f6e\u63db
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8ffd\u52a0
-CTL_FileFilterDescription=\u30d7\u30e9\u30b0\u30a4\u30f3\u914d\u5e03\u30d5\u30a1\u30a4\u30eb (*.nbm)
-NetworkProblemPanel_taTitle_Text=\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc\u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093
-NetworkProblemPanel_taMessage_WarningText=\u30d7\u30ed\u30ad\u30b7\u8a2d\u5b9a\u3092\u78ba\u8a8d\u3059\u308b\u304b\u3001\u5f8c\u3067\u64cd\u4f5c\u3092\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u73fe\u5728\u30b5\u30fc\u30d0\u30fc\u304c\u4f7f\u7528\u3067\u304d\u306a\u304f\u306a\u3063\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\n\n\u30d5\u30a1\u30a4\u30a2\u30a6\u30a9\u30fc\u30eb\u304c\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30c8\u30e9\u30d5\u30a3\u30c3\u30af\u3092\u30d6\u30ed\u30c3\u30af\u3057\u3066\u3044\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002
-NetworkProblemPanel_taMessage_WarningTextWithReload=\u30d7\u30ed\u30ad\u30b7\u8a2d\u5b9a\u3092\u78ba\u8a8d\u3059\u308b\u304b\u3001\u5f8c\u3067\u64cd\u4f5c\u3092\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u73fe\u5728\u30b5\u30fc\u30d0\u30fc\u304c\u4f7f\u7528\u3067\u304d\u306a\u304f\u306a\u3063\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\n\n\u30d5\u30a1\u30a4\u30a2\u30a6\u30a9\u30fc\u30eb\u304c\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30c8\u30e9\u30d5\u30a3\u30c3\u30af\u3092\u30d6\u30ed\u30c3\u30af\u3057\u3066\u3044\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002\n\n\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u6709\u52b9\u671f\u9650\u304c\u5207\u308c\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u300c\u30ab\u30bf\u30ed\u30b0\u3092\u518d\u8aad\u307f\u8fbc\u307f\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u5185\u5bb9\u3092\u518d\u8868\u793a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-NetworkProblemPanel_taMessage_ErrorText=\u6b63\u5e38\u306b\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u306a\u304b\u3063\u305f\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u3042\u308a\u307e\u3059\u3002\u73fe\u5728\u30b5\u30fc\u30d0\u30fc\u304c\u4f7f\u7528\u3067\u304d\u306a\u304f\u306a\u3063\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u3042\u3068\u3067\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-CTL_Warning=\u8b66\u544a
-CTL_Error=\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u306e\u554f\u984c
-CTL_ShowProxyOptions=\u30d7\u30ed\u30ad\u30b7\u8a2d\u5b9a(&P)...
-ACSD_ShowProxyOptions=N/A
-Utilities_NetworkProblem_Continue=\u518d\u8a66\u884c(&T)
-Utilities_NetworkProblem_Skip=\u30b9\u30ad\u30c3\u30d7(&S)
-Utilities_NetworkProblem_Cancel=\u53d6\u6d88\u3057
-Utilities_NetworkProblem_Text={1} \u306e\u7406\u7531\u3067 {0} \u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093
-SettingsTable_ActiveColumn=\u30a2\u30af\u30c6\u30a3\u30d6
-SettingsTable_NameColumn=\u540d\u524d
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=\u8a2d\u5b9a
-SettingsTab.bProxy.text=\u30d7\u30ed\u30ad\u30b7\u8a2d\u5b9a(&P)
-UpdateUnitProviderPanel_OK=\u4e86\u89e3
-UpdateUnitProviderPanel_displayName=\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc\u30ab\u30b9\u30bf\u30de\u30a4\u30b6
-UpdateUnitProviderPanel.lName.text=\u540d\u524d(&N)\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=\u66f4\u65b0\u306e\u6709\u7121\u3092\u81ea\u52d5\u3067\u691c\u67fb(&C)
-Utilities_Libraries_Category=\u30e9\u30a4\u30d6\u30e9\u30ea
-Utilities_Bridges_Category=\u30d6\u30ea\u30c3\u30b8
-Utilities_Unsorted_Category=\u672a\u5206\u985e
-SettingsTab.bRemove.message=\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc "{0}" \u3092\u524a\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b ? 
-UpdateUnitProviderPanel.lName.adesc=\u540d\u524d
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=\u66f4\u65b0\u306e\u6709\u7121\u3092\u81ea\u52d5\u3067\u691c\u67fb
-UpdateUnitProviderPanel.error.name.short=\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc\u306e\u540d\u524d\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093
-UpdateUnitProviderPanel.error.url.short=\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc\u306e URL \u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093
-UpdateUnitProviderPanel.error.name.dup=\u540c\u3058\u540d\u524d\u306e\u30a2\u30c3\u30d7\u30c7\u30fc\u30bf\u30bb\u30f3\u30bf\u30fc\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059
-UpdateUnitProviderPanel.error.url.invalid=\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc\u306e URL \u304c\u7121\u52b9\u3067\u3059
-UnitTab_bClose_Text=\u9589\u3058\u308b(&C)
-Utilities_CheckingForUpdates=\u66f4\u65b0\u3092\u691c\u67fb\u3057\u3066\u3044\u307e\u3059
-UnitTab_InitAndCheckingForUpdates=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30ea\u30b9\u30c8\u3092\u521d\u671f\u5316\u3057\u3066\u3044\u307e\u3059... 
-InstalledTableModel_State_Enabled=\u30aa\u30f3
-InstalledTableModel_State_Disabled=\u30aa\u30d5
-AvailableTableModel_Columns_Install=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb
-AvailableTableModel_Columns_Name=\u540d\u524d
-AvailableTableModel_Source_Category=\u30bd\u30fc\u30b9
-AvailableTableModel_Columns_Category=\u30ab\u30c6\u30b4\u30ea
-InstalledTableModel_Columns_Uninstall=\u9078\u629e
-InstalledTableModel_Columns_Name=\u540d\u524d
-InstalledTableModel_Columns_Installed=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u307f
-InstalledTableModel_Columns_Category=\u30ab\u30c6\u30b4\u30ea
-InstalledTableModel_Columns_Enabled=\u30a2\u30af\u30c6\u30a3\u30d6
-LocallyDownloadedTableModel_Columns_Install=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb
-LocallyDownloadedTableModel_Columns_Name=\u540d\u524d
-LocallyDownloadedTableModel_Columns_Version=\u30d0\u30fc\u30b8\u30e7\u30f3
-LocallyDownloadedTableModel_Columns_Size=\u30b5\u30a4\u30ba
-UpdateTableModel_Columns_Update=\u66f4\u65b0
-UpdateTableModel_Columns_Name=\u540d\u524d
-UpdateTableModel_Columns_Installed=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u307f
-UpdateTableModel_Columns_Available=\u4f7f\u7528\u53ef\u80fd
-UpdateTableModel_Columns_Size=\u30b5\u30a4\u30ba
-UpdateTableModel_Columns_Category=\u30ab\u30c6\u30b4\u30ea
-SettingsTab_NewProviderName=\u65b0\u898f\u30d7\u30ed\u30d0\u30a4\u30c0
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=\u8aac\u660e:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=\u30d0\u30fc\u30b8\u30e7\u30f3: 
-UnitDetails_Plugin_InstalledVersion=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u307f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3:
-UnitDetails_Plugin_AvailableVersion=\u4f7f\u7528\u53ef\u80fd\u306a\u30d0\u30fc\u30b8\u30e7\u30f3:
-UnitDetails_Plugin_Author=\u4f5c\u6210\u8005: 
-UnitDetails_Plugin_Date=\u65e5\u4ed8: 
-UnitDetails_Plugin_Source=\u30bd\u30fc\u30b9: 
-UnitDetails_Plugin_CodeName=\u30b3\u30fc\u30c9\u540d: 
-UnitDetails_Plugin_Homepage=\u30db\u30fc\u30e0\u30da\u30fc\u30b8: 
-UnitDetails_Plugin_Notification=\u91cd\u8981
-UnitDetails_Plugin_Description=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8aac\u660e
-UnitDetails_Plugin_Collecting_Dependencies=\u4f9d\u5b58\u95a2\u4fc2\u3092\u53ce\u96c6\u3057\u3066\u3044\u307e\u3059...
-UnitDetails_New_Internal_Update_Mark=\u65b0\u898f
-lSearch1.text=\u691c\u7d22(&S)\:
-SettingsTab.lCheckPeriod.text=\u691c\u67fb\u9593\u9694(&C)\:
-SettingsTab.lGeneral.text=\u8a73\u7d30
-SettingsTab.addButton.text=\u65b0\u898f(&N)
-SettingsTab.RemoveButton.text=\u524a\u9664(&R)
-SettingsTab.EditButton.text=\u7de8\u96c6(&E)
-SettingsTab.AddButton.text=\u8ffd\u52a0(&A)
-SettingsTab.lUpdateCenters.text=\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc\u306e\u69cb\u6210(&U)\:
-SettingsTab.lConnection.text=\u66f4\u65b0\u306e\u6709\u7121\u3092\u81ea\u52d5\u7684\u306b\u691c\u67fb
-CTL_Update_every_startup=\u8d77\u52d5\u6642\u3054\u3068
-CTL_Update_every_day=\u6bce\u65e5
-CTL_Update_every_week=\u6bce\u9031
-CTL_Update_every_2weeks=\u9694\u9031
-CTL_Update_every_month=\u6bce\u6708
-CTL_Update_never=\u306a\u3057
-CTL_Update_custom=\u30e6\u30fc\u30b6\u30fc\u30c7\u30d5\u30a9\u30eb\u30c8
-SettingsTab.cbSharedInstall.text=\u5171\u6709\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3078\u5f37\u5236\u7684\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb(&F)
-SettingsTab.cbSharedInstall.ReadOnlyTitle=\u66f8\u304d\u8fbc\u307f\u6a29
-SettingsTab.cbSharedInstall.ReadOnlyMessage=\u4ee5\u4e0b\u306e\u5171\u6709\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b IDE \u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093:\n{0}\n\u5171\u6709\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3078\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u5b9f\u884c\u3059\u308b\u306b\u306f\u3001\u7ba1\u7406\u8005\u6a29\u9650\u3067 IDE \u3092\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-SettingsTab.cbSharedInstall.NoSharedTitle=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u304c\u3042\u308a\u307e\u305b\u3093
-SettingsTab.cbSharedInstall.NoSharedMessage=\u5171\u6709\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=NBM {0} \u3092\u8aad\u307f\u53d6\u308c\u307e\u305b\u3093\u3002\u7406\u7531: {1}
-PluginManagerUI.bHelp.text=\u30d8\u30eb\u30d7(&H)
-ACN_UnitTable=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30ea\u30b9\u30c8
-ACD_UnitTable=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30ea\u30b9\u30c8
-ACN_UpdateCentersTable=\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc\u306e\u4e00\u89a7
-ACD_UpdateCentersTable=\u9078\u629e\u3057\u305f\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc\u3092\u30a2\u30af\u30c6\u30a3\u30d6\u307e\u305f\u306f\u975e\u30a2\u30af\u30c6\u30a3\u30d6\u306b\u3067\u304d\u308b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc\u306e\u4e00\u89a7
-ACN_DetailsPanel=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8a73\u7d30
-ACN_DetailsPanel_Button={0} \u30a2\u30af\u30b7\u30e7\u30f3\u3092\u8d77\u52d5
-ACN_UnitDetails=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8a73\u7d30
-ACD_Reload=\u30ab\u30bf\u30ed\u30b0\u306e\u518d\u8aad\u307f\u8fbc\u307f
-ACD_Search=\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u691c\u7d22
-ACN_Tabs=\u66f4\u65b0\u3001\u4f7f\u7528\u53ef\u80fd\u3001\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u307f\u304a\u3088\u3073\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u6e08\u307f\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u5207\u308a\u66ff\u3048
-ACD_Tabs=\u66f4\u65b0\u3001\u4f7f\u7528\u53ef\u80fd\u3001\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u307f\u304a\u3088\u3073\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u6e08\u307f\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u5207\u308a\u66ff\u3048
-ACN_PluginManagerUI=\u30d7\u30e9\u30b0\u30a4\u30f3\u30de\u30cd\u30fc\u30b8\u30e3\u30fc
-ACD_PluginManagerUI=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u66f4\u65b0\u3001\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3001\u304a\u3088\u3073\u524a\u9664\u3092\u884c\u3046\u30d7\u30e9\u30b0\u30a4\u30f3\u30de\u30cd\u30fc\u30b8\u30e3\u30fc
-ACN_Reload=\u30ab\u30bf\u30ed\u30b0\u306e\u518d\u8aad\u307f\u8fbc\u307f
-ACN_UpdateCenterCustomizer=\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc\u30ab\u30b9\u30bf\u30de\u30a4\u30b6
-ACD_UpdateCenterCustomizer=\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc\u306e\u540d\u524d\u3068 URL \u3092\u7de8\u96c6\u3059\u308b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc\u30ab\u30b9\u30bf\u30de\u30a4\u30b6
-NetworkProblemPanel_ACD=N/A
-NetworkProblemPanel_taMessage=\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u306e\u554f\u984c\u306e\u30e1\u30c3\u30bb\u30fc\u30b8
-NetworkProblemPanel_taTitle_ACN=\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u306e\u554f\u984c
-UnitTab.detailView.text=\u8a73\u7d30\u3092\u8868\u793a(&W)
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(\u5185\u90e8\u66f4\u65b0)
-Unit_InternalUpdates_Title=\u5185\u90e8\u66f4\u65b0
-
diff --git a/l10n/src/ja/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ja.properties b/l10n/src/ja/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ja.properties
deleted file mode 100644
index 938f652..0000000
--- a/l10n/src/ja/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ja.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=\u66f4\u65b0\u306e\u6709\u7121\u3092\u78ba\u8a8d(&U)
-PluginManagerAction_Name=\u30d7\u30e9\u30b0\u30a4\u30f3(&G)
-PluginManager_Panel_Name=\u30d7\u30e9\u30b0\u30a4\u30f3
-PluginManager_CloseButton_Name=\u9589\u3058\u308b(&C)
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} \u500b\u306e\u66f4\u65b0\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u3002
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} \u500b\u306e\u66f4\u65b0\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u3002
-AutoupdateCheckScheduler_UpdateFound_Hint=\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6700\u65b0\u306e\u72b6\u614b\u306b\u3059\u308b\u306b\u306f\u3053\u3053\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-AutoupdateCheckScheduler_InstallInProgress=\u5225\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30bf\u30b9\u30af\u3092\u5b9f\u884c\u4e2d\u3067\u3059\u3002\u304a\u5f85\u3061\u304f\u3060\u3055\u3044...
-
diff --git a/l10n/src/ja/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ja.properties b/l10n/src/ja/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ja.properties
deleted file mode 100644
index 82e9489..0000000
--- a/l10n/src/ja/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ja.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Long-Description=UI \u306b\u3088\u3063\u3066\u3001\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3068\u767b\u9332\u6e08\u307f\u306e\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc\u306e\u5185\u5bb9\u3092\u8868\u793a\u3067\u304d\u3001\u66f4\u65b0\u30e2\u30b8\u30e5\u30fc\u30eb\u307e\u305f\u306f\u65b0\u898f\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u305f\u308a\u3001\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u81ea\u52d5\u7684\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u308a\u3067\u304d\u307e\u3059\u3002
-OpenIDE-Module-Name=\u81ea\u52d5\u66f4\u65b0 UI
-OpenIDE-Module-Short-Description=\u81ea\u52d5\u66f4\u65b0\u30b5\u30fc\u30d3\u30b9\u306e UI \u3092\u63d0\u4f9b
-
diff --git a/l10n/src/ja/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ja.properties b/l10n/src/ja/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ja.properties
deleted file mode 100644
index bb9f032..0000000
--- a/l10n/src/ja/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ja.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=\u30d7\u30e9\u30b0\u30a4\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3078\u3088\u3046\u3053\u305d
-OperationDescriptionStep_Header_Content=\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306f\u3001\u9078\u629e\u3057\u305f\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3001\u78ba\u8a8d\u3057\u3066\u3001\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059\u3002
-OperationDescriptionStep_TableInstall_Title=\u6b21\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059:
-OperationDescriptionStep_TableUpdate_Title=\u6b21\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059:
-OperationDescriptionStep_PluginBrokesJavaDependency=Java \u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306e\u30d0\u30fc\u30b8\u30e7\u30f3 {0} \u304c\u8981\u6c42\u3055\u308c\u307e\u3057\u305f\u304c\u3001{1} \u306e\u307f\u304c\u5b9f\u884c\u3055\u308c\u3066\u3044\u307e\u3059\u3002
-OperationDescriptionStep_HeaderUninstall_Head=\u30d7\u30e9\u30b0\u30a4\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3078\u3088\u3046\u3053\u305d
-OperationDescriptionStep_HeaderUninstall_Content=\u9078\u629e\u3057\u305f\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059\u3002\u9078\u629e\u3057\u305f\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u30c7\u30a3\u30b9\u30af\u304b\u3089\u524a\u9664\u3055\u308c\u307e\u3059\u3002
-OperationDescriptionStep_TableUninstall_Title=\u6b21\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059:
-OperationDescriptionStep_HeaderActivate_Head=\u30d7\u30e9\u30b0\u30a4\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3078\u3088\u3046\u3053\u305d
-OperationDescriptionStep_HeaderActivate_Content=\u9078\u629e\u3057\u305f\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u6709\u52b9\u5316\u3057\u307e\u3059\u3002
-OperationDescriptionStepActivate_Table_Title=\u6b21\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u6709\u52b9\u5316\u3057\u307e\u3059:
-OperationDescriptionStep_HeaderDeativate_Head=\u30d7\u30e9\u30b0\u30a4\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3078\u3088\u3046\u3053\u305d
-OperationDescriptionStep_HeaderDeativate_Content=\u9078\u629e\u3057\u305f\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u7121\u52b9\u5316\u3057\u307e\u3059\u3002
-OperationDescriptionStep_TableDeativate_Title=\u6b21\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u7121\u52b9\u5316\u3057\u307e\u3059:
-PanelBodyContainer_PleaseWait=\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u304c\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u4f9d\u5b58\u95a2\u4fc2\u3092\u691c\u51fa\u3059\u308b\u307e\u3067\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-DependenciesResolutionStep_Table_Title=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u306e 1 \u3064\u4ee5\u4e0a\u304c\u6b21\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u306b\u4f9d\u5b58\u3057\u3066\u3044\u308b\u305f\u3081\u3001\u305d\u308c\u3089\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059:
-UninstallDependenciesResolutionStep_Table_Title=\u7121\u52b9\u5316\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3092 1 \u3064\u4ee5\u4e0a\u5fc5\u8981\u3068\u3059\u308b\u305f\u3081\u3001\u6b21\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u7121\u52b9\u5316\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059:
-LicenseApprovalPanel_taTitle_Text=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3059\u308b\u306b\u306f\u3001\u7279\u5b9a\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u306b\u95a2\u9023\u3059\u308b\u3059\u3079\u3066\u306e\u30e9\u30a4\u30bb\u30f3\u30b9\u5951\u7d04\u306b\u540c\u610f\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\n\n
-LicenseApprovalPanel_tpLicense_Head={0} \u30e9\u30a4\u30bb\u30f3\u30b9\u5951\u7d04
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=\u30e9\u30a4\u30bb\u30f3\u30b9\u5951\u7d04
-LicenseApprovalPanel_Header_Content=\u6b21\u306e\u30e9\u30a4\u30bb\u30f3\u30b9\u5951\u7d04\u66f8\u3092\u3088\u304f\u304a\u8aad\u307f\u304f\u3060\u3055\u3044\u3002
-InstallUnitWizard_Title=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9
-InstallStep_Header_Download_Head=\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9
-InstallStep_Header_Download_Content=\u8981\u6c42\u3057\u305f\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u304c\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u307e\u3067\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-InstallStep_Header_Verify_Head=\u59a5\u5f53\u6027\u691c\u67fb
-InstallStep_Header_Verify_Content=\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u305f\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u304c\u59a5\u5f53\u6027\u691c\u67fb\u3059\u308b\u307e\u3067\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-InstallStep_Header_Install_Head=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb
-InstallStep_Header_Install_Content=\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u5b8c\u4e86\u3059\u308b\u307e\u3067\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-InstallStep_Header_InstallDone_Head=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f
-InstallStep_Header_InstallDone_Content=\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u7d42\u4e86\u3059\u308b\u306b\u306f\u300c\u5b8c\u4e86\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-InstallStep_Header_InstallUnsuccessful_Head=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u5931\u6557\u3057\u3066\u7d42\u4e86\u3057\u307e\u3057\u305f
-InstallStep_Header_InstallUnsuccessful_Content=\u300c\u5b8c\u4e86\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u7d42\u4e86\u3057\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-InstallStep_Header_Restart_Head=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-InstallStep_Header_Restart_Content=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-UninstallStep_Header_Restart_Head=\u7121\u52b9\u5316\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-UninstallStep_Header_Restart_Content=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u7121\u52b9\u5316\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-CustomHandleStep_Header_Install_Restart_Head=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-CustomHandleStep_Header_Install_Restart_Content=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-CustomHandleStep_Header_Uninstall_Restart_Head=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044
-CustomHandleStep_Header_Uninstall_Restart_Content=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-
-InstallStep_Done=\u5b8c\u4e86\u3002
-InstallStep_Unsuccessful=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u5b8c\u4e86\u3057\u307e\u3057\u305f\u304c\u3001\u554f\u984c\u304c\u3044\u304f\u3064\u304b\u691c\u51fa\u3055\u308c\u307e\u3057\u305f: {0}\u3002
-InstallUnitWizardModel_Buttons_RestartNow=\u4eca\u3059\u3050\u518d\u8d77\u52d5(&R)
-InstallUnitWizardModel_Buttons_RestartLater=\u3042\u3068\u3067\u518d\u8d77\u52d5(&L)
-InstallUnitWizardModel_Buttons_Install=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb(&I)
-InstallUnitWizardModel_Buttons_Update=\u66f4\u65b0(&U)
-InstallUnitWizardModel_Buttons_Close=\u5b8c\u4e86(&F)
-InstallUnitWizardModel_Buttons_Next=\u6b21\u3078
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb(&U)
-UninstallUnitWizardModel_Buttons_TurnOn=\u6709\u52b9\u5316(&A)
-UninstallUnitWizardModel_Buttons_TurnOff=\u7121\u52b9\u5316(&D)
-InstallStep_InstallDone_Text=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306f\u3001\u6b21\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306b\u6210\u529f\u3057\u307e\u3057\u305f:
-InstallStep_InstallUnsuccessful_Text=\u6b21\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u4e2d\u3001\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306f\u554f\u984c {0} \u3092\u691c\u51fa\u3057\u307e\u3057\u305f:
-UninstallStep_UninstallDone_Text=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306f\u3001\u6b21\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306b\u6210\u529f\u3057\u307e\u3057\u305f:
-UninstallStep_ActivateDone_Text=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306f\u3001\u6b21\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u6709\u52b9\u5316\u306b\u6210\u529f\u3057\u307e\u3057\u305f:
-UninstallStep_DeactivateDone_Text=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306f\u3001\u6b21\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u7121\u52b9\u5316\u306b\u6210\u529f\u3057\u307e\u3057\u305f:
-UninstallStep_UninstallFailed_Text=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306b\u5931\u6557\u3057\u307e\u3057\u305f: {0}
-UninstallStep_ActivateFailed_Text=\u6709\u52b9\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f: {0}
-UninstallStep_DeactivateFailed_Text=\u7121\u52b9\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f: {0}
-UninstallStep_Done=\u5b8c\u4e86\u3002
-UninstallStep_Failed=\u5931\u6557\u3002{0}
-UninstallStep_Header_Uninstall_Head=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb
-UninstallStep_Header_Uninstall_Content=\u9078\u629e\u3057\u305f\u3059\u3079\u3066\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u304c\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u307e\u3067\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-UninstallStep_Header_Deactivate_Head=\u7121\u52b9\u5316
-UninstallStep_Header_Deactivate_Content=\u9078\u629e\u3057\u305f\u3059\u3079\u3066\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u7121\u52b9\u5316\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u304c\u7d42\u4e86\u3059\u308b\u307e\u3067\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-UninstallStep_Header_Activate_Head=\u6709\u52b9\u5316
-UninstallStep_Header_Activate_Content=\u9078\u629e\u3057\u305f\u3059\u3079\u3066\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u6709\u52b9\u5316\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u304c\u7d42\u4e86\u3059\u308b\u307e\u3067\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-UninstallStep_Header_UninstallDone_Head=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3057\u307e\u3057\u305f
-UninstallStep_Header_UninstallDone_Content=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u7d42\u4e86\u3059\u308b\u306b\u306f\u300c\u5b8c\u4e86\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-UninstallStep_Header_DeactivateDone_Head=\u7121\u52b9\u5316\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3057\u307e\u3057\u305f\u3002
-UninstallStep_Header_DeactivateDone_Content=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u7d42\u4e86\u3059\u308b\u306b\u306f\u300c\u5b8c\u4e86\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-UninstallStep_Header_ActivateDone_Head=\u6709\u52b9\u5316\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3057\u307e\u3057\u305f
-UninstallStep_Header_ActivateDone_Content=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u7d42\u4e86\u3059\u308b\u306b\u306f\u300c\u5b8c\u4e86\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-UninstallStep_Header_UninstallFailed_Head=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306b\u5931\u6557\u3057\u307e\u3057\u305f
-UninstallStep_Header_UninstallFailed_Content=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u7d42\u4e86\u3059\u308b\u306b\u306f\u300c\u5b8c\u4e86\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-UninstallStep_Header_DeactivateFailed_Head=\u7121\u52b9\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f
-UninstallStep_Header_DeactivateFailed_Content=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u7d42\u4e86\u3059\u308b\u306b\u306f\u300c\u5b8c\u4e86\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-UninstallStep_Header_ActivateFailed_Head=\u6709\u52b9\u5316\u306b\u5931\u6557\u3057\u307e\u3057\u305f
-UninstallStep_Header_ActivateFailed_Content=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u7d42\u4e86\u3059\u308b\u306b\u306f\u300c\u5b8c\u4e86\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-UninstallStep_ProgressName_Uninstall=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb
-UninstallStep_ProgressName_Activate=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u6709\u52b9\u5316
-UninstallStep_ProgressName_Deactivate=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u7121\u52b9\u5316
-ValidationWarningPanel_ShowCertificateButton=\u8a3c\u660e\u66f8\u306e\u8868\u793a(&S)
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=\u59a5\u5f53\u6027\u691c\u67fb\u306e\u8b66\u544a
-ValidationWarningPanel_VerifyCertificate_Title=\u8a3c\u660e\u66f8\u306e\u691c\u67fb
-ValidationWarningPanel_ContinueButton=\u7d9a\u884c(&C)
-ValidationWarningPanel_taHead_NotSignedText=\u6b21\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u306f\u7f72\u540d\u3055\u308c\u3066\u3044\u307e\u305b\u3093\:
-ValidationWarningPanel_taHead_NotTrustedText=\u6b21\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u306f\u7f72\u540d\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u4fe1\u983c\u3055\u308c\u3066\u3044\u307e\u305b\u3093\:
-ValidationWarningPanel_taWarning_Text=\u8b66\u544a: \u4fe1\u983c\u3055\u308c\u3066\u3044\u306a\u3044\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u306f\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u304c\u4fdd\u8a3c\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u7f72\u540d\u306e\u306a\u3044\u3001\u307e\u305f\u306f\u4fe1\u983c\u3055\u308c\u3066\u3044\u306a\u3044\u30d7\u30e9\u30b0\u30a4\u30f3\u306f\u3001\u81ea\u8eab\u306e\u8cac\u4efb\u306b\u304a\u3044\u3066\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-OperationDescriptionStep_CustomHandled_Head={0} \u30d7\u30e9\u30b0\u30a4\u30f3\u306f\u30cd\u30a4\u30c6\u30a3\u30d6\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u4f7f\u7528\u3057\u307e\u3059:
-InstallStep_Download_DownloadingPlugins=\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u3044\u307e\u3059...
-InstallStep_Validate_ValidatingPlugins=\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u59a5\u5f53\u6027\u691c\u67fb\u3057\u3066\u3044\u307e\u3059...
-InstallStep_Install_InstallingPlugins=\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3044\u307e\u3059...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u306e\u3042\u308b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u554f\u984c\u3092\u9632\u3050\u305f\u3081\u3001\u4e00\u90e8\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u306f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
-CustomHandleStep_Header_Install_Head=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb
-CustomHandleStep_Header_Install_Content=\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u5b8c\u4e86\u3059\u308b\u307e\u3067\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-CustomHandleStep_Header_Uninstall_Head=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb
-CustomHandleStep_Header_Uninstall_Content=\u9078\u629e\u3057\u305f\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u304c\u3059\u3079\u3066\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u7d42\u4e86\u3059\u308b\u307e\u3067\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-CustomHandleStep_Header_InstallDone_Head=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f
-CustomHandleStep_Header_InstallDone_Content=\u300c\u6b21\u3078\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u3001\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u4f7f\u7528\u3057\u3001\u6b8b\u308a\u306e\u9078\u629e\u3057\u305f\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3057\u307e\u3059\u3002
-CustomHandleStep_Header_UninstallDone_Head=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3057\u307e\u3057\u305f
-CustomHandleStep_Header_UninstallDone_Content=\u300c\u6b21\u3078\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u3001\u6b8b\u308a\u306e\u9078\u629e\u3057\u305f\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3057\u307e\u3059\u3002
-CustomHandleStep_Header_InstallFail_Head=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
-CustomHandleStep_Header_InstallFail_Content=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u7d42\u4e86\u3059\u308b\u306b\u306f\u300c\u53d6\u6d88\u3057\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-CustomHandleStep_Header_UninstallFail_Head=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306b\u5931\u6557\u3057\u307e\u3057\u305f
-CustomHandleStep_Header_UninstallFail_Content=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u7d42\u4e86\u3059\u308b\u306b\u306f\u300c\u53d6\u6d88\u3057\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-CustomHandleStep_Install_InstallingPlugins=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u4f7f\u7528\u3057\u3066\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3044\u307e\u3059...
-CustomHandleStep_Uninstall_UninstallingPlugins=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092\u4f7f\u7528\u3057\u3066\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3044\u307e\u3059...
-CustomHandleStep_Done=\u5b8c\u4e86\u3002
-CustomHandleStep_InstallDone_Text=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306f\u6b63\u5e38\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d42\u4e86\u3057\u307e\u3057\u305f\u3002
-CustomHandleStep_InstallFail_Text={0} \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
-CustomHandleStep_UninstallDone_Text=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u306f\u6b63\u5e38\u306b\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d42\u4e86\u3057\u307e\u3057\u305f\u3002
-CustomHandleStep_UninstallFail_Text={0} \u306e\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
-InstallStep_NetworkProblem_Continue=\u518d\u8a66\u884c(&T)
-InstallStep_NetworkProblem_Text={0} \u306e\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u4e0a\u306e\u554f\u984c
-OperationPanel.cbRunInBackground.text=\u30d0\u30c3\u30af\u30b0\u30e9\u30a6\u30f3\u30c9\u3067\u5b9f\u884c(&R)
-InstallSupport_InBackground_NetworkError=\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30bb\u30f3\u30bf\u30fc\u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3002
-InstallSupport_InBackground_NetworkError_Details=\u8a73\u7d30
-LicenseApprovalPanel.cbAccept.text=\u3059\u3079\u3066\u306e\u30e9\u30a4\u30bb\u30f3\u30b9\u5951\u7d04\u6761\u4ef6\u306b\u540c\u610f\u3059\u308b(&A)\u3002
-InstallSupport_RestartNeeded=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-UninstallSupport_RestartNeeded=\u7121\u52b9\u5316\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-CustomHandleStep_Install_RestartNeeded=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-CustomHandleStep_Uninstall_RestartNeeded=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-
-RestartNeeded_Details=\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u4eca\u3059\u3050\u518d\u8d77\u52d5\u3059\u308b\u306b\u306f\u3001\u3053\u3053\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans \u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30a6\u30a3\u30b6\u30fc\u30c9
-PanelBodyContainer_ACD=NetBeans \u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30a6\u30a3\u30b6\u30fc\u30c9
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/A
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/A
-ValidationWarningPanel_tpPlugins_ACN=\u672a\u691c\u8a3c\u306e\u30d7\u30e9\u30b0\u30a4\u30f3
-ValidationWarningPanel_taWarning_Text_ACD=\u8b66\u544a: \u4fe1\u983c\u3055\u308c\u3066\u3044\u306a\u3044\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u306f\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u304c\u4fdd\u8a3c\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u7f72\u540d\u306e\u306a\u3044\u3001\u307e\u305f\u306f\u4fe1\u983c\u3055\u308c\u3066\u3044\u306a\u3044\u30d7\u30e9\u30b0\u30a4\u30f3\u306f\u3001\u81ea\u8eab\u306e\u8cac\u4efb\u306b\u304a\u3044\u3066\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-ValidationWarningPanel_taWarning_Text_ACN=\u8b66\u544a
-ValidationWarningPanel_taHead_ACN=N/A
-ValidationWarningPanel_ACD=N/A
-UninstallUnitWizard_Title=\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306f\u6700\u65b0\u306e\u72b6\u614b\u3067\u3059\u3002</h3>
-LazyOperationDescriptionStep_NoUpdates=\u66f4\u65b0\u306f\u3042\u308a\u307e\u305b\u3093\u3002
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>\u66f4\u65b0\u3092\u691c\u67fb\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u63a5\u7d9a\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30d7\u30ed\u30ad\u30b7\u8a2d\u5b9a\u304c\u6b63\u3057\u304f<br>\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3042\u308b\u3044\u306f\u3057\u3070\u3089\u304f\u3057\u3066\u304b\u3089\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-LazyOperationDescriptionStep_FindUpdates_Title=<b>\u66f4\u65b0\u306e\u6709\u7121\u3092\u78ba\u8a8d\u3057\u3066\u3044\u307e\u3059</b><br>\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3067\u66f4\u65b0\u306e\u6709\u7121\u3092\u78ba\u8a8d\u3057\u3066\u3044\u307e\u3059\u3002\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=\u66f4\u65b0\u306e\u30ea\u30b9\u30c8\u3092\u521d\u671f\u5316\u3057\u3066\u3044\u307e\u3059... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>\u4e00\u90e8\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u7528\u306b\u3001\u30d7\u30e9\u30b0\u30a4\u30f3 {0} \u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>\u6b21\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3059\u308b\u305f\u3081\u306b\u3001\u4e00\u90e8\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u306f\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u518d\u8d77\u52d5\u3055\u308c\u308b\u306e\u3092\u5f85\u3063\u3066\u3044\u307e\u3059:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>\u4e00\u90e8\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3067\u306f\u6a5f\u80fd {0} \u304c\u5fc5\u8981\u3067\u3059</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>\u4e00\u90e8\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3067\u306f\u30d0\u30fc\u30b8\u30e7\u30f3 {0} \u306e Java \u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u304c\u5fc5\u8981\u3067\u3059</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>\u4e00\u90e8\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3067\u306f JDK \u304c\u5fc5\u8981\u3067\u3059</h3>\u9078\u629e\u3055\u308c\u305f\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u4e00\u90e8\u3067\u306f\u6b63\u5e38\u306b\u6a5f\u80fd\u3059\u308b\u305f\u3081\u306b JDK \u304c\u5fc5\u8981\u3067\u3059\u3002\u73fe\u5728 NetBeans IDE \u306f\u3001\u5b8c\u5168\u306a JDK \u3067\u306f\u306a\u304f JRE \u3067\u5b9f\u884c\u3055\u308c\u3066\u3044\u308b\u3088\u3046\u3067\u3059\u3002<br><br>\u3053\u308c\u3089\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u4f7f\u7528\u3059\u308b\u306b\u306f\u3001<code>--jdkhome</code> \u30b3\u30de\u30f3\u30c9\u884c\u30aa\u30d7\u30b7\u30e7\u30f3\u3067 JDK \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5834\u6240\u3092\u8a2d\u5b9a\u3057\u3001IDE \u3092\u8d77\u52d5\u3057\u307e\u3059\u3002\u8a73\u7d30\u306f\u3001<a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> \u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002<br><br>
-OperationDescriptionStep_BrokenModuleDep=\u30d7\u30e9\u30b0\u30a4\u30f3 {0} \u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u5fc5\u8981\u3067\u3059\u3002
-OperationDescriptionStep_BrokenModuleNameDep={0} \u3068\u3044\u3046\u540d\u524d\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u5fc5\u8981\u3067\u3059\u304c\u3001\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-OperationDescriptionStep_BrokenModuleVersionDep=\u30d7\u30e9\u30b0\u30a4\u30f3 {0} \u306f\u30d0\u30fc\u30b8\u30e7\u30f3 {1} \u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059\u304c\u3001{2} \u3057\u304b\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=\u30d7\u30e9\u30b0\u30a4\u30f3 {0} \u3067\u306f\u30d0\u30fc\u30b8\u30e7\u30f3 {1} (\u30ea\u30ea\u30fc\u30b9\u30d0\u30fc\u30b8\u30e7\u30f3 {2}) \u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059\u304c\u3001{3} ({2} \u3068\u306f\u7570\u306a\u308b\u30ea\u30ea\u30fc\u30b9\u30d0\u30fc\u30b8\u30e7\u30f3) \u3057\u304b\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=\u30d7\u30e9\u30b0\u30a4\u30f3 {0} \u306f\u30d0\u30fc\u30b8\u30e7\u30f3 {1} \u304c\u5fc5\u8981\u3067\u3059\u3002
-OperationDescriptionStep_BrokenModuleImplDep=\u30d7\u30e9\u30b0\u30a4\u30f3 {0} \u306f\u5b9f\u88c5\u30d0\u30fc\u30b8\u30e7\u30f3 {1} \u304c\u5fc5\u8981\u3067\u3059\u3002
-OperationDescriptionStep_BrokenRequiresDep=\u6a5f\u80fd {0} \u3092\u63d0\u4f9b\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-OperationDescriptionStep_AffectedPluginByBrokenDep=\u6b21\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u5f71\u97ff\u3092\u53d7\u3051\u307e\u3059:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=\u6b21\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u5f71\u97ff\u3092\u53d7\u3051\u307e\u3059:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem={0} \u3092\u4fdd\u5b58\u4e2d\u306b\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\n\u539f\u56e0: {1}
-InstallStep_DownloadProblem_SomePlugins=\u9078\u629e\u3055\u308c\u305f\u30d7\u30e9\u30b0\u30a4\u30f3
-
diff --git a/l10n/src/ja/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ja.properties b/l10n/src/ja/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ja.properties
deleted file mode 100644
index 382dadc..0000000
--- a/l10n/src/ja/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ja.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP \u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0
-OpenIDE-Module-Name=RCP \u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0
-OpenIDE-Module-Short-Description=NetBeans RCP \u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0
-OpenIDE-Module-Long-Description=NetBeans RCP \u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f Swing \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u5411\u3051\u306e\u6c4e\u7528\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3067\u3059\u3002\u307b\u3068\u3093\u3069\u3059\u3079\u3066\u306e\u5927\u898f\u6a21\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u5171\u901a\u306e\u30b5\u30fc\u30d3\u30b9\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\u305f\u3068\u3048\u3070\u3001\u30a6\u30a3\u30f3\u30c9\u30a6\u7ba1\u7406\u3001\u30e1\u30cb\u30e5\u30fc\u3001\u8a2d\u5b9a\u304a\u3088\u3073\u30b9\u30c8\u30ec\u30fc\u30b8\u3001\u66f4\u65b0\u7ba1\u7406\u3001\u30d5\u30a1\u30a4\u30eb\u30a2\u30af\u30bb\u30b9\u306a\u3069\u3067\u3059\u3002<br><br>\u8a73\u7d30\u306f\u3001<a href="http://platform.netbeans.org">platform.netbeans.org</a> \u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-
diff --git a/l10n/src/ja/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ja.properties b/l10n/src/ja/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ja.properties
deleted file mode 100644
index 5ff9225..0000000
--- a/l10n/src/ja/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ja.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=SystemFS \u306e MIME \u30eb\u30c3\u30af\u30a2\u30c3\u30d7
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=MimeDataProvider \u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5b9f\u88c5\u3067\u3059\u3002
-OpenIDE-Module-Long-Description=SystemFS \u306e MIME \u30eb\u30c3\u30af\u30a2\u30c3\u30d7\u30e2\u30b8\u30e5\u30fc\u30eb\u306f\u3001System \u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306e\u30d5\u30a9\u30eb\u30c0\u968e\u5c64\u5185\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u30eb\u30c3\u30af\u30a2\u30c3\u30d7\u3059\u308b\u3001MimeDataProvider \u3092\u5b9f\u88c5\u3057\u3066\u3044\u307e\u3059\u3002
-
-
diff --git a/l10n/src/ja/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ja.properties b/l10n/src/ja/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ja.properties
deleted file mode 100644
index 2d6d8ae..0000000
--- a/l10n/src/ja/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ja.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME \u30eb\u30c3\u30af\u30a2\u30c3\u30d7 API
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=MIME \u30eb\u30c3\u30af\u30a2\u30c3\u30d7 API \u3067\u3059\u3002
-OpenIDE-Module-Long-Description=MIME \u30eb\u30c3\u30af\u30a2\u30c3\u30d7\u30e2\u30b8\u30e5\u30fc\u30eb\u306f\u3001\u8a2d\u5b9a\u3001\u30b5\u30fc\u30d3\u30b9\u3001\u304a\u3088\u3073\u305d\u306e\u4ed6\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u4f9d\u5b58\u3059\u308b MIME \u30bf\u30a4\u30d7\u3092\u30eb\u30c3\u30af\u30a2\u30c3\u30d7\u3059\u308b\u305f\u3081\u306e API \u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\u307e\u305f\u3001\u30c7\u30fc\u30bf\u30d7\u30ed\u30d0\u30a4\u30c0\u306b\u95a2\u9023\u3059\u308b\u8ffd\u52a0\u306e MIME \u30bf\u30a4\u30d7\u3092\u5b9f\u88c5\u3059\u308b\u305f\u3081\u306e SPI \u3082\u63d0\u4f9b\u3057\u307e\u3059\u3002
-
diff --git a/l10n/src/ja/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ja.properties b/l10n/src/ja/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ja.properties
deleted file mode 100644
index df8d916..0000000
--- a/l10n/src/ja/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ja.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=\u304a\u6c17\u306b\u5165\u308a\u306b\u8ffd\u52a0(&A)
-ACT_AddOnFavoritesNode=\u304a\u6c17\u306b\u5165\u308a\u306b\u8ffd\u52a0(&A)...
-ACT_Remove=\u304a\u6c17\u306b\u5165\u308a\u304b\u3089\u524a\u9664(&R)
-ACT_View=\u304a\u6c17\u306b\u5165\u308a(&I)
-ACT_Select=\u304a\u6c17\u306b\u5165\u308a
-ACT_Select_Main_Menu=\u304a\u6c17\u306b\u5165\u308a\u304b\u3089\u9078\u629e(&A)
-
-Favorites=\u304a\u6c17\u306b\u5165\u308a
-Templates/Other=\u305d\u306e\u4ed6
-Templates/Properties=\u30e6\u30fc\u30b6\u30fc\u69cb\u6210\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc
-Templates/Other/Folder=\u30d5\u30a9\u30eb\u30c0
-Templates/Other/file=\u7a7a\u306e\u30d5\u30a1\u30a4\u30eb
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=\u30a8\u30af\u30b9\u30d7\u30ed\u30fc\u30e9\u30c4\u30ea\u30fc
-ACSD_ExplorerBeanTree=N/A
-
-# JFileChooser
-CTL_DialogTitle=\u304a\u6c17\u306b\u5165\u308a\u306b\u8ffd\u52a0
-CTL_ApproveButtonText=\u8ffd\u52a0
-ERR_FileDoesNotExist={0} \u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002
-ERR_FileDoesNotExistDlgTitle=\u304a\u6c17\u306b\u5165\u308a\u306b\u8ffd\u52a0
-
-MSG_NodeNotFound=\u300c\u304a\u6c17\u306b\u5165\u308a\u300d\u30bf\u30d6\u306b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30ce\u30fc\u30c9\u306f\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-
-# Manifest localization
-OpenIDE-Module-Name=\u304a\u6c17\u306b\u5165\u308a
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u304a\u6c17\u306b\u5165\u308a\u30d5\u30a1\u30a4\u30eb\u306e\u6574\u7406\u3092\u30b5\u30dd\u30fc\u30c8\u3002
-OpenIDE-Module-Long-Description=\u304a\u6c17\u306b\u5165\u308a\u30e2\u30b8\u30e5\u30fc\u30eb\u306f\u3001\u7279\u306b\u4f5c\u696d\u306b\u95a2\u9023\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d3\u30e5\u30fc\u3092\u4f5c\u6210\u3057\u3001\u5171\u901a\u306e\u5834\u6240\u304b\u3089\u7c21\u5358\u306b\u305d\u308c\u3089\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3053\u3068\u3092\u53ef\u80fd\u306b\u3057\u307e\u3059\u3002
-
-# Options Export
-Templates.Options.Export.Category.displayName=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8
-Templates.Options.Export.displayName=\u3059\u3079\u3066\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8
-Favorites.Options.Export.displayName=\u304a\u6c17\u306b\u5165\u308a
-
diff --git a/l10n/src/ja/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_ja.html b/l10n/src/ja/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_ja.html
deleted file mode 100644
index 7be428f..0000000
--- a/l10n/src/ja/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_ja.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-任意の拡張子を持つ空のファイルをディスク上に生成します。
-</BODY></HTML>
diff --git a/l10n/src/ja/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_ja.html b/l10n/src/ja/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_ja.html
deleted file mode 100644
index c7f8a69..0000000
--- a/l10n/src/ja/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_ja.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-ディスクに新しいフォルダを作成します。
-</BODY></HTML>
diff --git a/l10n/src/ja/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ja.properties b/l10n/src/ja/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ja.properties
deleted file mode 100644
index 55292ce..0000000
--- a/l10n/src/ja/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ja.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=\u9589\u3058\u308b(&C)
-BTN_TemplatesPanel_OpenInEditorButton=\u30a8\u30c7\u30a3\u30bf\u3067\u958b\u304f(&O)
-LBL_TemplatesAction_Name=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8(&T)
-HINT_TemplatesAction=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba
-LBL_TemplatesPanel_Title=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc
-BTN_TemplatesPanel_Delete=\u524a\u9664(&D)
-LBL_TemplatesPanel_TemplatesLabel=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8(&T)\:
-BTN_TemplatesPanel_Add=\u8ffd\u52a0(&A)...
-BTN_TemplatesPanel_RenameButton=\u540d\u524d\u3092\u5909\u66f4(&R)
-BTN_TemplatesPanel_DuplicateButton=\u8907\u88fd(&P)
-BTN_TemplatesPanel_NewFolder=\u65b0\u898f\u30d5\u30a9\u30eb\u30c0(&N)
-BTN_TemplatesPanel_MoveUp=\u4e0a\u3078\u79fb\u52d5(&U)
-BTN_TemplatesPanel_MoveDown=\u4e0b\u3078\u79fb\u52d5(&W)
-LBL_TemplatesPanel_JFileChooser_Title=\u65e2\u5b58\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u8ffd\u52a0
-BTN_TemplatesPanel_JFileChooser_AddButtonName=\u8ffd\u52a0
-TXT_TemplatesPanel_NewFolderName=\u65b0\u898f\u30d5\u30a9\u30eb\u30c0
-MSG_TemplatesPanel_Nonexistent_File=\u30d5\u30a1\u30a4\u30eb ''{0}''\n\u306f\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\u65e2\u5b58\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-
-TemplatesPanel_TemplateNode_DisplayName=\u8868\u793a\u540d
-TemplatesPanel_TemplateNode_DisplayName_Desc=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u8868\u793a\u540d\u3002\u30c4\u30fc\u30eb|\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3068\u540c\u69d8\u306b\u30d5\u30a1\u30a4\u30eb|\u65b0\u898f\u30a6\u30a3\u30b6\u30fc\u30c9\u3067\u8868\u793a\u3002
-TemplatesPanel_TemplateNode_FileName=\u30d5\u30a1\u30a4\u30eb\u540d
-TemplatesPanel_TemplateNode_FileName_Desc=\u3053\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306b\u3088\u308a\u8868\u3055\u308c\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3002
-TemplatesPanel_TemplateNode_ScriptEngine=\u30b9\u30af\u30ea\u30d7\u30c8\u30a8\u30f3\u30b8\u30f3
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=\u3053\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u51e6\u7406\u3059\u308b\u305f\u3081\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u30a8\u30f3\u30b8\u30f3\u3002
-TemplatesPanel_TemplateNode_TemplateCategories=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30ab\u30c6\u30b4\u30ea
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=\u3053\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u9069\u5207\u306a\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30ab\u30c6\u30b4\u30ea\u306e\u30ea\u30b9\u30c8\u3002
-
-ACD_TemplatesPanel_Add=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u8ffd\u52a0
-
-ACD_TemplatesPanel_New=\u65b0\u898f\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8
-
-ACD_TemplatesPanel_Duplicate=\u9078\u629e\u3057\u305f\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u8907\u88fd
-
-ACD_TemplatesPanel_Rename=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u540d\u524d\u3092\u5909\u66f4
-
-ACD_TemplatesPanel_MoveUp=\u9078\u629e\u3057\u305f\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u4e0a\u3078\u79fb\u52d5
-
-ACD_TemplatesPanel_MoveDown=\u9078\u629e\u3057\u305f\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u4e0b\u3078\u79fb\u52d5
-
-ACD_TemplatesPanel_Delete=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u524a\u9664
-
-TT_TemplatesPanel_Add=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u8ffd\u52a0
-
diff --git a/l10n/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ja.properties b/l10n/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ja.properties
deleted file mode 100644
index 6bf795b..0000000
--- a/l10n/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ja.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=URL {0} \u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u30ea\u30bd\u30fc\u30b9\u306f\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=\u8b66\u544a: JavaHelp \u306e\u30c8\u30d4\u30c3\u30af ID {0} \u306f\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=\u30d8\u30eb\u30d7\u30bb\u30c3\u30c8\u306e\u8aad\u307f\u8fbc\u307f\u4e2d...
-ACSD_JavaHelp_viewer=JavaHelp \u5f62\u5f0f\u3067 1 \u3064\u4ee5\u4e0a\u306e\u30aa\u30f3\u30e9\u30a4\u30f3\u30d8\u30eb\u30d7\u3092\u8868\u793a
-ACSD_Loading_Dialog=\u30d8\u30eb\u30d7\u30bb\u30c3\u30c8\u3092\u8aad\u307f\u8fbc\u307f\u4e2d
-
-# HelpAction
-LBL_HelpAction=\u30d8\u30eb\u30d7
-CTL_OpeningHelp=\u30d8\u30eb\u30d7\u3092\u30aa\u30fc\u30d7\u30f3\u3057\u3066\u3044\u307e\u3059...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP \u30e2\u30cb\u30bf\u30fc
-
-# a11y - BrowserDisplayer
-ACSD_Label=\u3053\u3053\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001Web \u30d6\u30e9\u30a6\u30b6\u3067\u3053\u306e\u30ea\u30f3\u30af\u304c\u958b\u304d\u307e\u3059\u3002
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=\u30d8\u30eb\u30d7 ID \u3092\u8868\u793a: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=\u30d8\u30eb\u30d7 ID \u3092\u8868\u793a: {0}
-
-QuickSearch/Help=\u30d8\u30eb\u30d7
-Err_CreateJavaHelpSearchEngine=JavaHelp \u691c\u7d22\u30a8\u30f3\u30b8\u30f3\u306e\u4f5c\u6210\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
-
-# Copy link location action
-LBL_CopyLinkLocationAction=\u30ea\u30f3\u30af\u306e\u5834\u6240\u3092\u30b3\u30d4\u30fc
-
diff --git a/l10n/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ja.properties b/l10n/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ja.properties
deleted file mode 100644
index 3a0e113..0000000
--- a/l10n/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ja.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JavaHelp \u7d71\u5408
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=JavaHelp \u30d8\u30eb\u30d7\u30bb\u30c3\u30c8\u306e IDE \u3078\u306e\u8ffd\u52a0\u3092\u8a31\u53ef\u3057\u307e\u3059\u3002
-OpenIDE-Module-Long-Description=\u5b9f\u969b\u306e JavaHelp \u5b9f\u884c\u6642\u30e9\u30a4\u30d6\u30e9\u30ea\u3068\u3001JavaHelp \u30c6\u30af\u30ce\u30ed\u30b8\u3092\u4f7f\u7528\u3057\u3066\u4ed6\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u304c\u30d8\u30eb\u30d7\u30bb\u30c3\u30c8\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3053\u3068\u3092\u8a31\u53ef\u3059\u308b\u30e2\u30b8\u30e5\u30fc\u30eb API \u306e\u5b9f\u88c5\u7248\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002
-
-Menu/Help/master-help.xml=\u30d8\u30eb\u30d7\u306e\u76ee\u6b21(&C)
-Menu/Help/HelpShortcuts=\u30d8\u30eb\u30d7\u30bb\u30c3\u30c8(&S)
-Actions/Help/master-help.xml=\u30d8\u30eb\u30d7\u306e\u76ee\u6b21(&C)
-
diff --git a/l10n/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_ja.html b/l10n/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_ja.html
deleted file mode 100644
index 45d5f59..0000000
--- a/l10n/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_ja.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-
-<HTML><head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<TITLE>Master Index</TITLE>
-</HEAD><BODY>
-このウィンドウには、インストールされているすべてのマニュアルが含まれています。ナビゲーターを使用して IDE のすべての目次と索引を表示できます。また、マニュアル全体に渡ってテキストや索引の検索を行えます。
-</BODY></HTML>
diff --git a/l10n/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_ja.xml b/l10n/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_ja.xml
deleted file mode 100644
index 7cfb5c1..0000000
--- a/l10n/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_ja.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-
-Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-Other names may be trademarks of their respective owners.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-particular file as subject to the "Classpath" exception as provided
-by Oracle in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
-<helpset version="2.0">
-    <title>ヘルプ</title>
-    <maps>
-        <homeID>org.netbeans.api.javahelp.MASTER_ID</homeID>
-        <mapref location="masterHelpMap.jhm"/>
-    </maps>
-    <view mergetype="javax.help.UniteAppendMerge">
-        <name>TOC</name>
-        <label>内容</label>
-        <type>javax.help.TOCView</type>
-        <data>masterHelpToc.xml</data>
-    </view>
-    <!--
-    <view mergetype="javax.help.SortMerge">
-        <name>Index</name>
-        <label>Index</label>
-        <type>javax.help.IndexView</type>
-    </view>
-    -->
-    <view>
-        <name>Search</name>
-        <label>検索</label>
-        <type>javax.help.SearchView</type>
-    </view>
-    <!--
-    <view>
-        <name>Favorites</name>
-        <label>Favorites</label>
-        <type>javax.help.FavoritesView</type>
-    </view>
-    -->
-    <presentation default="true" displayviews="true" displayviewimages="false">
-        <name>main window</name>
-        <toolbar>
-            <helpaction image="helpviewer_back">javax.help.BackAction</helpaction>
-            <helpaction image="helpviewer_forward">javax.help.ForwardAction</helpaction>
-            <helpaction image="helpviewer_print">javax.help.PrintAction</helpaction>
-            <helpaction image="helpviewer_page-setup">javax.help.PrintSetupAction</helpaction>
-        </toolbar>
-    </presentation>
-    <presentation displayviews="false">
-        <name>NBSecondaryWindow</name>
-        <size width="600" height="400" />
-        <location x="200" y="200" />
-    </presentation>
-
-    </helpset>
diff --git a/l10n/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_ja.html b/l10n/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_ja.html
deleted file mode 100644
index c5f0c5b..0000000
--- a/l10n/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_ja.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>無効なモジュール</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>無効なモジュール</h2>
-<p>参照しようとしているヘルプトピックは、現在オフになっている {0} モジュール内に存在します。インストール済みであるが無効化されているモジュールをオンにするには、次の手順に従います。</p>
-<ol><li>「ツール」>「プラグイン」を選択します (Mac の場合は「NetBeans」>「環境設定」)。</li>
-    <li>「インストール済み」タブへ移動します。</li>
-    <li>{0} モジュールを選択し、「有効化」をクリックします。</li> </ol>
-</body>
-</html>
diff --git a/l10n/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_ja.html b/l10n/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_ja.html
deleted file mode 100644
index 9d19940..0000000
--- a/l10n/src/ja/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_ja.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>インストールされていないモジュール</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>インストールされていないモジュール</h2>
-<p>参照しようとしているヘルプトピックは、現在インストールされていない {0} モジュール内に存在します。このモジュールはプラグインとして使用可能な場合もあります。確認するには、「ツール」>「プラグイン」を選択します。
-</p>
-</body>
-</html>
diff --git a/l10n/src/ja/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_ja.properties b/l10n/src/ja/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_ja.properties
deleted file mode 100644
index 3c34c18..0000000
--- a/l10n/src/ja/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_ja.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=\u30ad\u30fc\u30ea\u30f3\u30b0 API
-
diff --git a/l10n/src/ja/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_ja.properties b/l10n/src/ja/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_ja.properties
deleted file mode 100644
index 422adc3..0000000
--- a/l10n/src/ja/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_ja.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=\u5fa9\u53f7\u5316\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306e\u30b5\u30f3\u30d7\u30eb\u5024\u3002
-FallbackProvider.msg_clear_keys=\u4ee5\u524d\u306b\u4fdd\u5b58\u3057\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u65e2\u5b58\u306e\u3059\u3079\u3066\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u7834\u68c4\u3057\u3066\u3001\u65b0\u3057\u3044\u30ad\u30fc\u30ea\u30f3\u30b0\u3067\u59cb\u3081\u307e\u3059\u304b ?
-FallbackProvider.title_clear_keys=\u4fdd\u5b58\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u524a\u9664
-MasterPasswordPanel.masterPasswordLabel.text=\u30de\u30b9\u30bf\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9(&P):
-MasterPasswordPanel.setNewBox.text=\u5909\u66f4(&C)...
-MasterPasswordPanel.newLabel1.text=\u65b0\u898f\u30de\u30b9\u30bf\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9(&N):
-MasterPasswordPanel.newLabel2.text=\u518d\u5165\u529b(&R):
-MasterPasswordPanel.ok=\u4e86\u89e3
-MasterPasswordPanel.enter_master_password=\u30de\u30b9\u30bf\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5165\u529b
-MasterPasswordPanel.enter_password=\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b
-MasterPasswordPanel.enter_new_password=\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b
-MasterPasswordPanel.password_mismatch=\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e00\u81f4\u3057\u307e\u305b\u3093
-MasterPasswordPanel.explanation.text=NetBeans \u3067\u306f\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u4fdd\u5b58\u3067\u304d\u307e\u3059\u304c\u3001\u305d\u308c\u3089\u3092\u4fdd\u8b77\u3059\u308b\u305f\u3081\u306b\u30de\u30b9\u30bf\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u307e\u3060\u8a2d\u5b9a\u3057\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u3001\u3053\u3053\u3067\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u4ee5\u964d\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3067\u3001\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u5165\u529b\u3092\u6c42\u3081\u3089\u308c\u307e\u3059\u3002\u30de\u30b9\u30bf\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u3001\u5165\u529b\u3092\u6c42\u3081\u3089\u308c\u308b\u3068\u304d\u306b\u3044\u3064\u3067\u3082\u5909\u66f4\u3067\u304d\u307e\u3059\u3002
-
diff --git a/l10n/src/ja/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ja.properties b/l10n/src/ja/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ja.properties
deleted file mode 100644
index b109293..0000000
--- a/l10n/src/ja/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ja.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=\u30d5\u30a9\u30eb\u30c0 {1} \u306b\u30d5\u30a1\u30a4\u30eb {0} \u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002
-EXC_CannotCreateExistingData=\u30d5\u30a9\u30eb\u30c0 {1} \u306b\u30d5\u30a1\u30a4\u30eb {0} \u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059\u3002
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=\u30d5\u30a9\u30eb\u30c0 {1} \u306b\u30d5\u30a9\u30eb\u30c0 {0} \u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002
-EXC_CannotCreateExistingFolder=\u30d5\u30a9\u30eb\u30c0 {1} \u306b\u30d5\u30a9\u30eb\u30c0 {0} \u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30d5\u30a9\u30eb\u30c0\u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059\u3002
-
-# {0} - the file
-EXC_CannotLock=\u8aad\u307f\u53d6\u308a\u5c02\u7528\u30d5\u30a1\u30a4\u30eb {0} \u3092\u30ed\u30c3\u30af\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete={1} \u4e2d\u306e\u30d5\u30a1\u30a4\u30eb {0} \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename={1} \u4e2d\u306e {0} \u306e\u540d\u524d\u3092 {2} \u306b\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=\u30d5\u30a1\u30a4\u30eb {1} \u306e\u30ed\u30c3\u30af [{0}] \u304c\u4e0d\u6b63\u3067\u3059\u3002
-
-# {0} = name of FS
-EXC_CannotRenameRoot=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 {0} \u306e\u30eb\u30fc\u30c8\u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 {0} \u306e\u30eb\u30fc\u30c8\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002
-
-EXC_CannotLockRoot=\u30eb\u30fc\u30c8\u3092\u30ed\u30c3\u30af\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess={0} \u3078\u306e\u6392\u4ed6\u7684\u30a2\u30af\u30bb\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093 (\u8aad\u307f\u8fbc\u307f\u7528\u306b\u958b\u304b\u308c\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059)\u3002
-
-# {0} - object name
-EXC_CannotGetSharedAccess={0} \u3078\u306e\u5171\u6709\u30a2\u30af\u30bb\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093 (\u66f8\u304d\u8fbc\u307f\u7528\u306b\u958b\u304b\u308c\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059)\u3002
-
diff --git a/l10n/src/ja/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ja.properties b/l10n/src/ja/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ja.properties
deleted file mode 100644
index 33da00a..0000000
--- a/l10n/src/ja/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ja.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=\u30d5\u30a1\u30a4\u30eb {0} \u306f\u3059\u3067\u306b\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059\u3002
-EXC_FileLockAlreadyExists=\u30d5\u30a1\u30a4\u30eb {0} \u306f\u3059\u3067\u306b\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059 (\u30ed\u30c3\u30af {1} \u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059)\u3002
-# {0} - full path
-FileObj.readOnlyFile=\u30d5\u30a1\u30a4\u30eb {0} \u304c\u8aad\u307f\u53d6\u308a\u5c02\u7528\u3067\u3042\u308b\u305f\u3081\u3001\u66f8\u304d\u8fbc\u3081\u307e\u305b\u3093\u3002
-
diff --git a/l10n/src/ja/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ja.properties b/l10n/src/ja/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ja.properties
deleted file mode 100644
index 7ffa7b5..0000000
--- a/l10n/src/ja/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ja.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=\u30de\u30b9\u30bf\u30fc\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u8907\u6570\u306e\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u30d7\u30ed\u30d0\u30a4\u30c0\u3092\u5358\u4e00\u306e\u8ad6\u7406\u30c4\u30ea\u30fc\u306b\u7d71\u5408\u3057\u307e\u3059\u3002
-OpenIDE-Module-Long-Description=\u30c7\u30a3\u30b9\u30af\u30eb\u30fc\u30c8\u306e\u30de\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3057\u3066\u304b\u3089\u3001\u4ed6\u306e\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306b VCS \u30de\u30a6\u30f3\u30c8\u306a\u3069\u306e\u30b9\u30e9\u30a4\u30b9\u3092\u4f5c\u6210\u3057\u3001\u5168\u4f53\u306e\u5358\u4e00\u30e9\u30c3\u30d1\u30fc FileSystem \u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002
-
-LBL_loaderName=MasterFileSystem \u7528\u306e FolderLoader
-
-# {0} = name of FS
-EXC_CannotRenameRoot=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 {0} \u306e\u30eb\u30fc\u30c8\u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} = name of FS
-EXC_CannotCopyRoot=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 {0} \u306e\u30eb\u30fc\u30c8\u306f\u30b3\u30d4\u30fc\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} = name of FS
-EXC_CannotMoveRoot=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 {0} \u306e\u30eb\u30fc\u30c8\u306f\u79fb\u52d5\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 {0} \u306e\u30eb\u30fc\u30c8\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename={1} \u4e2d\u306e {0} \u306e\u540d\u524d\u3092 {2} \u306b\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} = display name of the filesystem
-EXC_FSisRO=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 {0} \u306f\u8aad\u307f\u53d6\u308a\u5c02\u7528\u3067\u3059\u3002
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 {2} \u304c\u3059\u3067\u306b\u30de\u30a6\u30f3\u30c8\u3055\u308c\u3066\u3044\u308b\u305f\u3081\u3001\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 {1} \u3092\u30eb\u30fc\u30c8 {0} \u306b\u30de\u30a6\u30f3\u30c8\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 {1} \u3092\u30eb\u30fc\u30c8 {0} \u306b\u30de\u30a6\u30f3\u30c8\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 {0} \u3092\u30de\u30a6\u30f3\u30c8\u89e3\u9664\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002 
-
diff --git a/l10n/src/ja/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ja.properties b/l10n/src/ja/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ja.properties
deleted file mode 100644
index b40630b..0000000
--- a/l10n/src/ja/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ja.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u30aa\u30d7\u30b7\u30e7\u30f3\u30c0\u30a4\u30a2\u30ed\u30b0\u3068 SPI
-OpenIDE-Module-Display-Category=\u30c4\u30fc\u30eb
-OpenIDE-Module-Short-Description=\u30d1\u30cd\u30eb\u3092\u8ffd\u52a0\u3059\u308b\u305f\u3081\u306b\u3001\u300c\u30aa\u30d7\u30b7\u30e7\u30f3\u300d\u30c0\u30a4\u30a2\u30ed\u30b0\u3068 SPI \u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002
-OpenIDE-Module-Long-Description=\u300c\u30c4\u30fc\u30eb\u300d\u304b\u3089\u306e\u300c\u30aa\u30d7\u30b7\u30e7\u30f3\u300d\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002SPI \u3092\u4f7f\u7528\u3057\u3066\u3001\u65b0\u898f\u30d1\u30cd\u30eb\u5168\u4f53\u3001\u307e\u305f\u306f\u300c\u305d\u306e\u4ed6\u300d\u306e\u30d1\u30cd\u30eb\u306b\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0\u3067\u304d\u307e\u3059\u3002
-
-#OptionsWindowAction
-CTL_Options_Window_Action=\u30aa\u30d7\u30b7\u30e7\u30f3(&O)
-CTL_Options_Dialog_Title=\u30aa\u30d7\u30b7\u30e7\u30f3
-CTL_OK=\u4e86\u89e3
-CTL_Classic=\u8a73\u7d30\u30aa\u30d7\u30b7\u30e7\u30f3
-CTL_Classic_Title=\u8a73\u7d30\u30aa\u30d7\u30b7\u30e7\u30f3
-CTL_Modern=\u57fa\u672c\u30aa\u30d7\u30b7\u30e7\u30f3(&B)
-CTL_Loading_Options=\u8a2d\u5b9a\u3092\u8aad\u307f\u8fbc\u307f\u4e2d...
-CTL_Error_Loading_Options=\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
-CTL_Some_values_changed=\u5909\u66f4\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u5909\u66f4\u3092\u9069\u7528\u3057\u307e\u3059\u304b ?
-
-CTL_General_Options=\u4e00\u822c(&G)
-CTL_General_Options_Title=\u4e00\u822c
-CTL_Editor=\u30a8\u30c7\u30a3\u30bf(&E)
-CTL_Editor_Title=\u30a8\u30c7\u30a3\u30bf
-CTL_Font_And_Color_Options=\u30d5\u30a9\u30f3\u30c8\u3068\u8272(&F)
-CTL_Font_And_Color_Options_Title=\u30d5\u30a9\u30f3\u30c8\u3068\u8272
-CTL_Keymap_Options=\u30ad\u30fc\u30de\u30c3\u30d7(&K)
-CTL_Keymap_Options_Title=\u30ad\u30fc\u30de\u30c3\u30d7
-
-CTL_Export=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8(&T)
-CTL_Import=\u30a4\u30f3\u30dd\u30fc\u30c8(&I)
-
-#A11Y
-ACS_OKButton=\u4e86\u89e3
-ACS_ClassicButton= \u300c\u8a73\u7d30\u30aa\u30d7\u30b7\u30e7\u30f3\u300d\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u547c\u3073\u51fa\u3059
-ACS_OptionsPanel=\u30aa\u30d7\u30b7\u30e7\u30f3\u30c0\u30a4\u30a2\u30ed\u30b0
-ACS_Export=\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8
-ACS_Import=\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u30a4\u30f3\u30dd\u30fc\u30c8
-TabbedController.pane.AD=\u30aa\u30d7\u30b7\u30e7\u30f3\u30d1\u30cd\u30eb
-
-QuickSearch/GoToOption=\u30aa\u30d7\u30b7\u30e7\u30f3
-
diff --git a/l10n/src/ja/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ja.properties b/l10n/src/ja/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ja.properties
deleted file mode 100644
index fa572a6..0000000
--- a/l10n/src/ja/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ja.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=\u305d\u306e\u4ed6(&M)
-CTL_Advanced_Options_Title=\u305d\u306e\u4ed6
-CTL_Advanced_Options_Description=\u305d\u306e\u4ed6
-AdvancedPanel.tabbedPanel.AD=\u305d\u306e\u4ed6\u306e\u30bf\u30d6\u4ed8\u304d\u30d1\u30cd\u30eb
-Advanced.Export.Category=\u305d\u306e\u4ed6
-
diff --git a/l10n/src/ja/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ja.properties b/l10n/src/ja/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ja.properties
deleted file mode 100644
index 4e8654f..0000000
--- a/l10n/src/ja/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ja.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=\u3053\u3053\u3067\u5b9a\u7fa9
-LBL_action_revert=\u5b9a\u7fa9\u3092\u5143\u306b\u623b\u3059
-LBL_action_delete=\u524a\u9664
-
-MSG_ask_remove_above_defined_files=\u3053\u3053\u3067\u306e\u5b9a\u7fa9\u79fb\u52d5\u306f\u3001\u9078\u629e\u3057\u305f\u5217\u306e\u5de6\u30ec\u30a4\u30e4\u30fc\u306b\u683c\u7d0d\u3055\u308c\u305f\u3059\u3079\u3066\u306e\u5024\u3092\u524a\u9664\u3057\u307e\u3059\u3002\n\n\u4f5c\u696d\u3092\u7d9a\u3051\u307e\u3059\u304b ?
-
-#file state tooltips
-LBL_fstate_defined=\u8a2d\u5b9a\u3055\u308c\u305f\u5b9a\u7fa9
-LBL_fstate_ignored=\u4f7f\u7528\u3055\u308c\u3066\u3044\u306a\u3044\u8a2d\u5b9a\u5024
-LBL_fstate_inherited=\u7d99\u627f\u3055\u308c\u305f\u8a2d\u5b9a
-LBL_fstate_undefined=\u8a2d\u5b9a\u3059\u308b\u5024\u306f\u3053\u3053\u3067\u306f\u5b9a\u7fa9\u3055\u308c\u307e\u305b\u3093
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=\u30e6\u30fc\u30b6\u30fc
-LBL_FSP_Desc_Session-Layer=\u30bb\u30c3\u30b7\u30e7\u30f3\u8a2d\u5b9a\u30ec\u30d9\u30eb
-LBL_FSP_Modules-Layer=\u30c7\u30d5\u30a9\u30eb\u30c8
-LBL_FSP_Desc_Modules-Layer=\u30c7\u30d5\u30a9\u30eb\u30c8\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u8a2d\u5b9a\u30ec\u30d9\u30eb
-
-#OptionsAction
-Options=\u30aa\u30d7\u30b7\u30e7\u30f3(&O)
-CTL_close_button=\u9589\u3058\u308b(&C)
-ACSD_close_button=N/A
-ACSN_optionsTree=N/A
-ACSD_optionsTree=N/A
-LBL_computing=\u8a2d\u5b9a\u3092\u521d\u671f\u5316\u3057\u3066\u3044\u307e\u3059 ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=\u30ec\u30d9\u30eb\u3092\u8868\u793a (+ \u3092\u62bc\u3059)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=\u30ec\u30d9\u30eb\u3092\u975e\u8868\u793a (+ \u3092\u62bc\u3059)
-CTL_Templates_name=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=\u30a8\u30af\u30b9\u30d7\u30ed\u30fc\u30e9
-ACSN_ExplorerBeanTree=\u30a8\u30af\u30b9\u30d7\u30ed\u30fc\u30e9\u30c4\u30ea\u30fc
-ACSD_ExplorerBeanTree=N/A
-
diff --git a/l10n/src/ja/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ja.properties b/l10n/src/ja/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ja.properties
deleted file mode 100644
index 72b26b3..0000000
--- a/l10n/src/ja/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ja.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u9078\u629e(&S):
-OptionsChooserPanel.outline.all=\u3059\u3079\u3066
-OptionsChooserPanel.outline.header.tree=\u4f7f\u7528\u53ef\u80fd\u306a\u30aa\u30d7\u30b7\u30e7\u30f3
-OptionsChooserPanel.outline.AN=\u4f7f\u7528\u53ef\u80fd\u306a\u30aa\u30d7\u30b7\u30e7\u30f3
-OptionsChooserPanel.outline.AD=\u4f7f\u7528\u53ef\u80fd\u306a\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u30c4\u30ea\u30fc
-OptionsChooserPanel.lblFile.text=\u5bfe\u8c61 ZIP \u30d5\u30a1\u30a4\u30eb(&T):
-OptionsChooserPanel.btnBrowse=\u53c2\u7167(&R)...
-OptionsChooserPanel.btnBrowse.AN=\u53c2\u7167
-OptionsChooserPanel.btnBrowse.AD=\u53c2\u7167
-OptionsChooserPanel.txtFile.AD=\u30a4\u30f3\u30dd\u30fc\u30c8/\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u5143\u307e\u305f\u306f\u5bfe\u8c61
-OptionsChooserPanel.loading=\u8aad\u307f\u8fbc\u307f\u4e2d...
-OptionsChooserPanel.file.warning=\u6709\u52b9\u306a\u5bfe\u8c61 ZIP \u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044
-OptionsChooserPanel.nooption.warning=\u4f55\u304b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u3082\u306e\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044
-OptionsChooserPanel.file.chooser.title=\u5bfe\u8c61 ZIP \u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e
-OptionsChooserPanel.file.chooser.approve=\u4e86\u89e3
-OptionsChooserPanel.export.title=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u9078\u629e
-OptionsChooserPanel.export.status.text=\u30aa\u30d7\u30b7\u30e7\u30f3\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5b8c\u4e86\u3002
-OptionsChooserPanel.import.title=\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u9078\u629e
-OptionsChooserPanel.import.lblFile.text=\u30a4\u30f3\u30dd\u30fc\u30c8\u5143(&I):
-OptionsChooserPanel.import.lblHint.text=\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u9078\u629e(&S):
-OptionsChooserPanel.import.file.warning=\u6709\u52b9\u306a ZIP \u30d5\u30a1\u30a4\u30eb\u304b\u30e6\u30fc\u30b6\u30fc\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044
-OptionsChooserPanel.import.nooption.warning=\u4f55\u304b\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b\u3082\u306e\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-OptionsChooserPanel.import.file.chooser.title=ZIP \u30d5\u30a1\u30a4\u30eb\u307e\u305f\u306f\u30e6\u30fc\u30b6\u30fc\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u9078\u629e
-OptionsChooserPanel.import.invalid.userdir.title=\u7121\u52b9\u306a\u30e6\u30fc\u30b6\u30fc\u30c7\u30a3\u30ec\u30af\u30c8\u30ea ?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=\u30d5\u30a9\u30eb\u30c0 {0} \u306f\u6709\u52b9\u306a\u30e6\u30fc\u30b6\u30fc\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u306f\u306a\u3044\u3088\u3046\u3067\u3059\u3002\u672c\u5f53\u306b\u3053\u306e\u5834\u6240\u304b\u3089\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u307e\u3059\u304b ?
-OptionsChooserPanel.AD=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8/\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u9078\u629e\u3059\u308b\u30d1\u30cd\u30eb
-OptionsChooserPanel.import.error=\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf -J-Dorg.netbeans.modules.options.export.level=100 \u3092\u6307\u5b9a\u3057\u3066 IDE \u3092\u5b9f\u884c\u3057\u3001IDE \u306e\u30ed\u30b0\u3067\u8a73\u7d30\u60c5\u5831\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=\u4e0d\u6b63\u306a ZIP \u30d5\u30a1\u30a4\u30eb: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=\u30d5\u30a1\u30a4\u30eb {0} \u3078\u306e\u66f8\u304d\u8fbc\u307f\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
-ImportConfirmationPanel.title=\u30a4\u30f3\u30dd\u30fc\u30c8\u3092\u78ba\u8a8d
-ImportConfirmationPanel.cbRestart.text=\u4eca\u3059\u3050 IDE \u3092\u518d\u8d77\u52d5 (\u518d\u8d77\u52d5\u3057\u306a\u3044\u3068\u3001\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u8a2d\u5b9a\u304c\u6a5f\u80fd\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308b)(&R)
-ImportConfirmationPanel.cbRestart.AD=IDE \u3092\u4eca\u518d\u8d77\u52d5\u3059\u308b\u304b\u5f8c\u3067\u3059\u308b\u304b\u6c7a\u3081\u307e\u3059
-ImportConfirmationPanel.cbRestart.AN=\u4eca\u3059\u3050 IDE \u3092\u518d\u8d77\u52d5\u3057\u307e\u3059\u304b?
-ImportConfirmationPanel.lblMessage.text=\u30a4\u30f3\u30dd\u30fc\u30c8\u306f\u73fe\u5728\u306e\u8a2d\u5b9a\u3092\u4e0a\u66f8\u304d\u3059\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002\u73fe\u5728\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3059\u308b\u306b\u306f\u3001\u307e\u305a\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u5b9f\u65bd\u3057\u307e\u3059\u3002\u7d9a\u884c\u3057\u307e\u3059\u304b?
-ImportConfirmationPanel.lblMessage.AD=\u78ba\u8a8d\u30e1\u30c3\u30bb\u30fc\u30b8
-ImportConfirmationPanel.AN=\u30a4\u30f3\u30dd\u30fc\u30c8\u3092\u78ba\u8a8d
-ImportConfirmationPanel.AD=\u30a4\u30f3\u30dd\u30fc\u30c8\u3092\u78ba\u8a8d
-ExportConfirmationPanel.title=\u4fdd\u5b58\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u8b66\u544a
-ExportConfirmationPanel.lblMessage.text=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3055\u308c\u305f\u8a2d\u5b9a\u306b\u3001\u4fdd\u5b58\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u307b\u304b\u306e\u30e6\u30fc\u30b6\u30fc\u3068\u306e\u8a2d\u5b9a\u306e\u5171\u6709\u306f\u3001\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4e0a\u306e\u554f\u984c\u304c\u3042\u308b\u3053\u3068\u3092\u610f\u5473\u3057\u307e\u3059\u3002\u7d9a\u884c\u3057\u307e\u3059\u304b?
-ExportConfirmationPanel.cbSkip.text=\u6b21\u56de\u3053\u306e\u8b66\u544a\u3092\u30b9\u30ad\u30c3\u30d7(&S)
-ExportConfirmationPanel.cbSkip.AN=\u6b21\u56de\u3053\u306e\u8b66\u544a\u3092\u30b9\u30ad\u30c3\u30d7\u3057\u307e\u3059\u304b ?
-ExportConfirmationPanel.cbSkip.AD=\u6b21\u56de\u3053\u306e\u8b66\u544a\u3092\u30b9\u30ad\u30c3\u30d7\u3059\u308b\u304b\u8868\u793a\u3059\u308b\u304b\u6c7a\u3081\u307e\u3059
-ExportConfirmationPanel.lblMessage.AD=\u78ba\u8a8d\u30e1\u30c3\u30bb\u30fc\u30b8
-ExportConfirmationPanel.AN=\u4fdd\u5b58\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u8b66\u544a
-ExportConfirmationPanel.AD=\u4fdd\u5b58\u3055\u308c\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u8b66\u544a
-
diff --git a/l10n/src/ja/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ja.properties b/l10n/src/ja/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ja.properties
deleted file mode 100644
index 28766b9..0000000
--- a/l10n/src/ja/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ja.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u30ad\u30fc\u30de\u30c3\u30d7\u30aa\u30d7\u30b7\u30e7\u30f3
-
-CTL_Keymap_Options=\u30ad\u30fc\u30de\u30c3\u30d7(&K)
-CTL_Keymap_Options_Title=\u30ad\u30fc\u30de\u30c3\u30d7
-CTL_Keymap_Options_Description=\u30ad\u30fc\u30de\u30c3\u30d7
-
-CTL_Duplicate=\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u3092\u7ba1\u7406(&M)...
-AN_Duplicate=\u8907\u88fd
-AD_Duplicate=\u8907\u88fd
-CTL_Delete=\u524a\u9664(&T)
-AN_Delete=\u524a\u9664
-AD_Delete=\u524a\u9664
-CTL_Restore=\u5fa9\u5143(&R)
-AN_Restore=\u5fa9\u5143
-AD_Restore=\u5fa9\u5143
-CTL_Show_Actions=\u30a2\u30af\u30b7\u30e7\u30f3(&N)
-AN_Show_Actions=\u30a2\u30af\u30b7\u30e7\u30f3
-AD_Show_Actions=\u30a2\u30af\u30b7\u30e7\u30f3
-CTL_Show_Shortcuts=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8(&S)
-AN_Show_Shortcuts=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8
-AD_Show_Shortcuts=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8
-CTL_Add_Shortcut=\u8ffd\u52a0(&D)...
-AN_Add_Shortcut=\u8ffd\u52a0
-AD_Add_Shortcut=\u8ffd\u52a0
-CTL_Remove_Shortcut=\u524a\u9664(&V)
-AN_Remove_Shortcut=\u524a\u9664
-AD_Remove_Shortcut=\u524a\u9664
-CTL_Actions=\u30a2\u30af\u30b7\u30e7\u30f3(&N):
-AN_Actions=\u30a2\u30af\u30b7\u30e7\u30f3
-AD_Actions=\u30a2\u30af\u30b7\u30e7\u30f3
-CTL_Shortcuts=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8(&S):
-AN_Shortcuts=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8
-AD_Shortcuts=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8
-AN_Profiles=\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb
-AD_Profiles=\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb
-Show_Actions=\u30a2\u30af\u30b7\u30e7\u30f3(&N)
-Show_Shortcuts=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8(&S)
-Keymaps=\u30ad\u30fc\u30de\u30c3\u30d7(&K)
-CTL_Keymap_Name=\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb(&P):
-View_By=\u30d3\u30e5\u30fc\u306e\u9078\u629e(&V)
-Shortcut=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8(&S):
-Add_Shortcut_Dialog=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u8ffd\u52a0
-CTL_Create_New_Profile_Message=\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u540d(&N):
-CTL_Create_New_Profile_Title=\u65b0\u898f\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u4f5c\u6210\u30c0\u30a4\u30a2\u30ed\u30b0
-Shortcut_Conflict=<html>\u3053\u306e\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u306f\u3001\u3059\u3067\u306b {0} \u30a2\u30af\u30b7\u30e7\u30f3\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u307e\u3059\u3002\u7d9a\u884c\u3059\u308b\u3068\u3001\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u306f\u3075\u305f\u305f\u3073\u5272\u308a\u5f53\u3066\u3089\u308c\u307e\u3059\u3002
-CTL_Clear=\u6d88\u53bb(&C)
-AN_Clear=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u30dc\u30bf\u30f3\u3092\u6d88\u53bb
-AD_Clear=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u6d88\u53bb
-CTL_Tab=\u30bf\u30d6(&T)
-AN_Tab=\u30bf\u30d6\u6587\u5b57\u30dc\u30bf\u30f3\u3092\u633f\u5165
-AD_Tab=\u30bf\u30d6\u6587\u5b57\u3092\u633f\u5165
-CTL_Duplicate_Profile_Name=\u540c\u3058\u540d\u524d\u306e\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u304c\u65e2\u306b\u5b58\u5728\u3057\u307e\u3059\u3002\n\u5225\u306e\u540d\u524d\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-
-CTL_Export_IDE_Actions_Action=IDE \u30a2\u30af\u30b7\u30e7\u30f3\u3092 XML \u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8
-CTL_Export_IDE_Shortcuts_Action=IDE \u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092 XML \u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8
-CTL_Export_Editor_Shortcuts_Action=\u30a8\u30c7\u30a3\u30bf\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092 XML \u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8
-CTL_Export_Shortcuts_to_HTML_Action=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092 HTML \u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8
-
-CTL_Other=\u305d\u306e\u4ed6
-AN_Shortcut=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u30d5\u30a3\u30fc\u30eb\u30c9
-AD_Shortcut=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u30d5\u30a3\u30fc\u30eb\u30c9
-AN_ShortcutsDialog=\u65b0\u898f\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u306e\u5165\u529b
-AD_ShortcutsDialog=\u65b0\u898f\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u306e\u5165\u529b
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=\u30ad\u30fc\u30de\u30c3\u30d7\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u3092 {1} \u304b\u3089 {0} \u306b\u5207\u308a\u66ff\u3048\u307e\u3059
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=\u9ad8\u901f\u691c\u7d22: {1} \u30a2\u30af\u30b7\u30e7\u30f3\u306e\u8d77\u52d5\u3001\u30af\u30e9\u30b9 {0}
-
-QuickSearch/Actions=\u30a2\u30af\u30b7\u30e7\u30f3
-MSG_ActionFailure={0} \u30a2\u30af\u30b7\u30e7\u30f3\u306f\u30af\u30a3\u30c3\u30af\u691c\u7d22\u304b\u3089\u306f\u547c\u3073\u51fa\u305b\u307e\u305b\u3093...
-
-# Quicksearch options
-KW_KeymapOptions=\u30ad\u30fc\u30de\u30c3\u30d7\u30aa\u30d7\u30b7\u30e7\u30f3\u3001\u30ad\u30fc\u30dc\u30fc\u30c9\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3001\u30ad\u30fc\u306e\u5272\u308a\u5f53\u3066
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=\u691c\u7d22(&S):
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u306e\u30ea\u30b9\u30c8\u3092\u7d5e\u308a\u8fbc\u3080\u305f\u3081\u306e\u9805\u76ee
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u691c\u7d22(&R):
-
-# Conflict dialogs
-Override_Shortcut=<html>\u4ee5\u4e0b\u306e\u30a2\u30af\u30b7\u30e7\u30f3: <br>{0} \u306f\u5272\u308a\u5f53\u3066\u3068\u885d\u7a81\u3057\u3066\u3044\u307e\u3059\u3002\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3057\u307e\u3059\u304b?
-Conflicting_Shortcut_Dialog=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u306e\u885d\u7a81\u30c0\u30a4\u30a2\u30ed\u30b0
-Override_All=<html>\u4ee5\u4e0b\u306e\u30a2\u30af\u30b7\u30e7\u30f3: <br>{0} \u306f\u5fa9\u5143\u3068\u885d\u7a81\u3057\u3066\u3044\u307e\u3059\u3002\u3059\u3079\u3066\u3092\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3057\u307e\u3059\u304b?
-Alternative_Shortcut=(\u4ee3\u66ff\u306e\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8)
-
-#Table columns
-Actions=\u30a2\u30af\u30b7\u30e7\u30f3
-Shortcut=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8
-Category=\u30ab\u30c6\u30b4\u30ea
-Scope=\u30b9\u30b3\u30fc\u30d7
-
-#Keymap Popup
-Edit=\u7de8\u96c6...
-Add_Alternative=\u4ee3\u66ff\u3092\u8ffd\u52a0
-Reset_to_Default=\u30c7\u30d5\u30a9\u30eb\u30c8\u306b\u30ea\u30bb\u30c3\u30c8
-Clear=\u6d88\u53bb
-
-#Keymap completion
-No_Free_Shortcut="{0}" \u3068\u306e\u7d44\u307f\u5408\u308f\u305b\u3067\u63a8\u5968\u3067\u304d\u308b\u7a7a\u304d\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u306f\u3042\u308a\u307e\u305b\u3093\u3002
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=\u8907\u88fd(&D)
-ProfilesPanel.exportButton.text=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8(&E)
-ProfilesPanel.deleteButton.text=\u524a\u9664(&L)
-ProfilesPanel.importButton.text=\u30a4\u30f3\u30dd\u30fc\u30c8(&I)
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u306e\u30b9\u30af\u30ed\u30fc\u30eb\u533a\u753b
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u306e\u30b9\u30af\u30ed\u30fc\u30eb\u533a\u753b
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=\u30ad\u30fc\u30de\u30c3\u30d7\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u89a7
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=\u5916\u90e8\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u3092\u30a4\u30f3\u30dd\u30fc\u30c8
-ProfilesPanel.AccessibleContext.accessibleDescription=\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u30d1\u30cd\u30eb
-ProfilesPanel.restoreButton.text=\u30c7\u30d5\u30a9\u30eb\u30c8\u306b\u623b\u3059(&R)
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=\u4fdd\u5b58\u3055\u308c\u305f\u30c7\u30d5\u30a9\u30eb\u30c8\u3092\u5fa9\u5143
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=\u65e2\u5b58\u306e\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u3068\u91cd\u8907
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=\u73fe\u5728\u306e\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=\u9078\u629e\u3057\u305f\u30ab\u30b9\u30bf\u30e0\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=\u30ad\u30fc\u30de\u30c3\u30d7\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u3092\u7ba1\u7406
-CTL_Files=\u30d5\u30a1\u30a4\u30eb
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=\u30ad\u30fc\u30de\u30c3\u30d7
-Keymaps.Options.Export.Profiles.displayName=\u30ad\u30fc\u30de\u30c3\u30d7\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/ja/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ja.properties b/l10n/src/ja/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ja.properties
deleted file mode 100644
index 81a16b1..0000000
--- a/l10n/src/ja/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ja.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Swing \u30ec\u30a4\u30a2\u30a6\u30c8\u62e1\u5f35\u7d71\u5408
-OpenIDE-Module-Display-Category=\u30e9\u30a4\u30d6\u30e9\u30ea
-OpenIDE-Module-Short-Description=Swing \u30ec\u30a4\u30a2\u30a6\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u7d71\u5408\u3057\u307e\u3059\u3002
-OpenIDE-Module-Long-Description=\u3053\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u306f\u3001Swing \u30ec\u30a4\u30a2\u30a6\u30c8\u62e1\u5f35\u30e9\u30a4\u30d6\u30e9\u30ea (swing-layout.dev.java.net \u63d0\u4f9b) \u3092\u7d71\u5408\u3057\u307e\u3059\u3002
-OpenIDE-Module-Deprecation-Message=\u4ee3\u308f\u308a\u306b javax.swing.GroupLayout \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044 (\u30d5\u30a9\u30fc\u30e0\u30a8\u30c7\u30a3\u30bf\u306e\u30a4\u30f3\u30b9\u30da\u30af\u30bf\u3067\u300c\u30d5\u30a9\u30fc\u30e0...\u300d\u3092\u9078\u629e\u3057\u3001\u300c\u30ec\u30a4\u30a2\u30a6\u30c8\u751f\u6210\u30b9\u30bf\u30a4\u30eb\u300d\u3092\u300c\u6a19\u6e96 Java 6 \u30b3\u30fc\u30c9\u300d\u306b\u5909\u66f4)\u3002
-
diff --git a/l10n/src/ja/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ja.properties
deleted file mode 100644
index 7c8d488..0000000
--- a/l10n/src/ja/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ja.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=FindBugs \u3067\u4f7f\u7528\u3067\u304d\u308b @SuppressWarnings \u306a\u3069\u3001\u9759\u7684\u89e3\u6790\u306b\u5f79\u7acb\u3064\u6ce8\u91c8\u304c\u542b\u307e\u308c\u307e\u3059\u3002
-OpenIDE-Module-Name=\u5171\u901a\u306e\u6ce8\u91c8
-OpenIDE-Module-Short-Description=\u6b20\u9665\u691c\u51fa\u306e\u305f\u3081\u306e\u5171\u901a\u306e\u6ce8\u91c8\u3002
-
diff --git a/l10n/src/ja/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_ja.properties
deleted file mode 100644
index 8f2a721..0000000
--- a/l10n/src/ja/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_ja.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=\u30d7\u30ed\u30bb\u30b9\u3092\u53d6\u6d88\u3057
-CTL_ProcessListAction=\u30d7\u30ed\u30bb\u30b9(&P)
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/ja/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ja.properties
deleted file mode 100644
index 41de78a..0000000
--- a/l10n/src/ja/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ja.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u9032\u6357 API
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u30bf\u30b9\u30af\u306e\u9032\u6357\u72b6\u6cc1\u306e\u8996\u899a\u5316 API\u3002
-OpenIDE-Module-Long-Description=\u30e2\u30b8\u30e5\u30fc\u30eb\u306b\u9577\u6642\u9593\u5b9f\u884c\u3059\u308b\u30bf\u30b9\u30af\u307e\u305f\u306f\u30d7\u30ed\u30bb\u30b9\u3092\u767b\u9332\u3057\u307e\u3059\u3002
-
diff --git a/l10n/src/ja/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ja.properties
deleted file mode 100644
index a25b25b..0000000
--- a/l10n/src/ja/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ja.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=\u30b7\u30fc\u30f3\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8
-ACS_SceneComponentDesc=\u30b7\u30fc\u30f3\u30d3\u30e5\u30fc
-
diff --git a/l10n/src/ja/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ja.properties
deleted file mode 100644
index af2d2f2..0000000
--- a/l10n/src/ja/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ja.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Visual Library API
-OpenIDE-Module-Short-Description=Visual Library API
-
diff --git a/l10n/src/ja/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ja.properties
deleted file mode 100644
index 29db482..0000000
--- a/l10n/src/ja/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ja.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=\u30d7\u30ed\u30b0\u30e9\u30e0\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u3001\u30e6\u30fc\u30b6\u30fc\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f7f\u7528\u3057\u3066\u3059\u3067\u306b\u52d5\u4f5c\u3057\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\n\u30d7\u30ed\u30b0\u30e9\u30e0\u306e\u524d\u56de\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u304c\u6b63\u3057\u304f\u7d42\u4e86\u3057\u306a\u304b\u3063\u305f\u304b\u3001\u5225\u306e\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u3067\u5225\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u52d5\u4f5c\u3057\u3066\u3044\u3066\n\u540c\u3058\u30e6\u30fc\u30b6\u30fc\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f7f\u7528\u3057\u3066\u3044\u308b\u304b\u306e\u3044\u305a\u308c\u304b\u3067\u3059\u3002\n\n\u540c\u3058\u30e6\u30fc\u30b6\u30fc\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f7f\u7528\u3057\u3066\u30d7\u30ed\u30b0\u30e9\u30e0\u306e\u5225\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u304c\u52d5\u4f5c\u3057\u3066\u3044\u308b\u5834\u5408\u306f\u3001\n\u30e6\u30fc\u30b6\u30fc\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u304c\u58ca\u308c\u306a\u3044\u3088\u3046\u306b\u3001\u300c\u53d6\u6d88\u3057\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002\n\u5225\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u3053\u3068\u304c\u78ba\u5b9f\u306a\u5834\u5408\u306f\u300c\u4e86\u89e3\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u7d9a\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-MSG_AlreadyRunningTitle=\u8b66\u544a
-
-EXC_not_a_module={0} \u306f\u6709\u52b9\u306a NetBeans \u30e2\u30b8\u30e5\u30fc\u30eb\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
-
-# bootstrap manifest
-OpenIDE-Module-Name=\u30d6\u30fc\u30c8\u30b9\u30c8\u30e9\u30c3\u30d7
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=NetBeans \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30b3\u30a2\u30d6\u30fc\u30c8\u30b9\u30c8\u30e9\u30c3\u30d7\u3002
-OpenIDE-Module-Long-Description=\u3053\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u306f\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u4ed6\u306e\u3059\u3079\u3066\u306e\u90e8\u5206\u3092\u8aad\u3080\u8fbc\u3080\u521d\u671f\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\u7121\u52b9\u306b\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
-
-MSG_InstallJava6=Java 6 Standard Edition \u3088\u308a\u3082\u53e4\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u306e Java \u3067\u306f\u5b9f\u884c\u3067\u304d\u307e\u305b\u3093\u3002\nJava 6 Standard Edition \u307e\u305f\u306f\u305d\u308c\u4ee5\u964d\u306e\u3082\u306e\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u304b\u3001\u3042\u308b\u3044\u306f \n--jdkhome \u5207\u66ff\u3048\u3092\u4f7f\u7528\u3057\u3066\u3001\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u793a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-MSG_NeedsJava6=Java 6 Standard Edition \u307e\u305f\u306f\u305d\u308c\u4ee5\u964d\u306e\u3082\u306e\u304c\u5fc5\u8981\u3067\u3059
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ja.properties
deleted file mode 100644
index a8e07ee..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ja.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=\u51fa\u529b {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=IDE \u3092\u7d42\u4e86(&E)
-ACSD_EndTasks=N/A
-CTL_PendingTitle=IDE \u3092\u7d42\u4e86
-ACSD_PendingTitle=N/A
-LAB_PendingTasks=IDE \u3092\u7d42\u4e86\u3059\u308b\u3068\u6b21\u306e\u30d7\u30ed\u30bb\u30b9\u304c\u7d42\u4e86\u3057\u307e\u3059(&X):
-ACSD_PendingTasks=N/A
-# {0} - process name
-CTL_PendingExternalProcess2=\u30d7\u30ed\u30bb\u30b9 - {0}
-# {0} - action name
-CTL_ActionInProgress={0} \u30a2\u30af\u30b7\u30e7\u30f3\u304c\u9032\u884c\u4e2d
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ja.properties
deleted file mode 100644
index 003642f..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ja.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=\u524a\u9664(&R)
-CTL_MoveUp=\u4e0a\u3078\u79fb\u52d5(&U)
-CTL_MoveDown=\u4e0b\u3078\u79fb\u52d5(&W)
-CTL_AddDirectory=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u8ffd\u52a0(&Y)...
-CTL_AddJAR=JAR/ZIP \u3092\u8ffd\u52a0(&J)...
-CTL_JarArchivesMask=JAR \u304a\u3088\u3073 ZIP \u306e\u30a2\u30fc\u30ab\u30a4\u30d6
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_AddDirectory=N/A
-ACSD_AddJAR=N/A
-ACSD_PathList=N/A
-ACSD_CustomNbClassPathEditor=N/A
-CTL_Edit_Jar_Dialog_Title=JAR \u30d5\u30a1\u30a4\u30eb\u3092\u7de8\u96c6
-CTL_Edit_Local_Dialog_Title=\u30ed\u30fc\u30ab\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u7de8\u96c6
-CTL_Approve_Button_Title=\u4e86\u89e3
-CTL_FileSystemPanel.Jar_Dialog_Title=JAR \u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0
-CTL_FileSystemPanel.Local_Dialog_Title=\u30ed\u30fc\u30ab\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u8ffd\u52a0
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=\u30d7\u30ed\u30bb\u30b9(&P)\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=\u5f15\u6570(&A)\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=\u5f15\u6570\u306e\u30d2\u30f3\u30c8(&H)
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=\u53c2\u7167(&B)...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/A
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/A
-ACSD_CustomNbProcessDescriptorEditor=N/A
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=\u30d1\u30b9\u30a8\u30f3\u30c8\u30ea
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=\u7de8\u96c6\u3059\u308b\u30d1\u30b9\u30a8\u30f3\u30c8\u30ea\u306e\u4e00\u89a7\u3002
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ja.properties
deleted file mode 100644
index 98a7ff4..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ja.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u30b3\u30a2 - \u5b9f\u884c
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u5b9f\u884c\u30a8\u30f3\u30b8\u30f3\u306e\u5b9f\u88c5
-OpenIDE-Module-Long-Description=\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3078\u306e\u5b9f\u88c5\u306e\u30b5\u30dd\u30fc\u30c8\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002API \u306e\u5b9f\u884c\u90e8\u5206\u3068\u3001\u5bfe\u5fdc\u3059\u308b GUI \u3092\u5b9f\u88c5\u3059\u308b\u30af\u30e9\u30b9\u3092\u542b\u307f\u307e\u3059\u3002
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ja.properties
deleted file mode 100644
index ea8b69c..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ja.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=\u51fa\u529b(&O)
-
-#Title for I/O window
-LBL_IO_WINDOW=\u51fa\u529b
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=\u30bf\u30d6\u3092\u9589\u3058\u308b
-LBL_CloseAll=\u3059\u3079\u3066\u306e\u30bf\u30d6\u3092\u9589\u3058\u308b
-LBL_CloseOthers=\u4ed6\u306e\u30bf\u30d6\u3092\u9589\u3058\u308b
-
-# Localization of Window/Output submenu
-Menu/Window/Output=\u51fa\u529b(&O)
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ja.properties
deleted file mode 100644
index 05707d5..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ja.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=\u30a8\u30c7\u30a3\u30bf(&E)
-EditorsAction.source=\u30bd\u30fc\u30b9(&S)
-GetLeftEditorAction.name=\u30a8\u30c7\u30a3\u30bf - \u5de6\u306b\u8ffd\u52a0
-
-GetRightEditorAction.name=\u30a8\u30c7\u30a3\u30bf - \u53f3\u306b\u8ffd\u52a0
-
-TabButton.tool_tip={0} \u8868\u793a
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ja.properties
deleted file mode 100644
index c76e14e..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ja.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u30de\u30eb\u30c1\u30d3\u30e5\u30fc\u30a6\u30a3\u30f3\u30c9\u30a6
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u30de\u30eb\u30c1\u30d3\u30e5\u30fc\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3068 API
-OpenIDE-Module-Long-Description=\u30de\u30eb\u30c1\u30d3\u30e5\u30fc\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3068 API
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ja.properties
deleted file mode 100644
index 91c478a..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ja.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=\u30cd\u30a4\u30c6\u30a3\u30d6\u30a2\u30af\u30bb\u30b9
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u30a6\u30a3\u30f3\u30c9\u30a6\u30b7\u30b9\u30c6\u30e0\u306b\u9ad8\u5ea6\u306a\u8996\u899a\u7684\u52b9\u679c\u3092\u63d0\u4f9b\u3059\u308b\u305f\u3081\u306b JNA \u30e9\u30a4\u30d6\u30e9\u30ea\u306b\u3088\u308b\u30cd\u30a4\u30c6\u30a3\u30d6\u7d50\u5408\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002
-OpenIDE-Module-Long-Description=\u30a6\u30a3\u30f3\u30c9\u30a6\u30b7\u30b9\u30c6\u30e0\u306b\u9ad8\u5ea6\u306a\u8996\u899a\u7684\u52b9\u679c\u3092\u63d0\u4f9b\u3059\u308b\u305f\u3081\u306b JNA \u30e9\u30a4\u30d6\u30e9\u30ea\u306b\u3088\u308b\u30cd\u30a4\u30c6\u30a3\u30d6\u7d50\u5408\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ja.properties
deleted file mode 100644
index 5ed7644..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ja.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=\u900f\u660e
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_ja.properties
deleted file mode 100644
index f71284d..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_ja.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi \u7d71\u5408
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_ja.properties
deleted file mode 100644
index 75b4c5e..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_ja.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi \u5b9f\u884c\u74b0\u5883\u306e NetBeans
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ja.properties
deleted file mode 100644
index 2b482cc..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ja.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u51fa\u529b\u30a6\u30a3\u30f3\u30c9\u30a6
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u5358\u7d14\u306a\u30c6\u30ad\u30b9\u30c8\u9818\u57df\u304b\u3089\u306a\u308b\u51fa\u529b\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u5b9f\u88c5
-OpenIDE-Module-Long-Description=ByteBuffer/CharBuffer \u3092\u5b9f\u88c5\u3057\u305fjava.swing.text.Document \u306b\u57fa\u3065\u304f\u51fa\u529b\u30a6\u30a3\u30f3\u30c9\u30a6
-
-#Title for the output window
-LBL_OUTPUT=\u51fa\u529b
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=\u30b7\u30b9\u30c6\u30e0\u306e\u4e00\u6642\u30c7\u30a3\u30ec\u30af\u30c8\u30ea ({0}) \u306b\u66f8\u304d\u8fbc\u3081\u307e\u305b\u3093
-MSG_GenericError=\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u66f8\u304d\u8fbc\u307f\u30a8\u30e9\u30fc
-
-LBL_STDOUT=\u6a19\u6e96\u51fa\u529b
-FMT_FILE_EXISTS={0} \u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059\u3002\u4e0a\u66f8\u304d\u3057\u307e\u3059\u304b ?
-TITLE_SAVE_DLG=\u51fa\u529b\u3092\u5225\u540d\u4fdd\u5b58
-
-LBL_SaveAsFailedTitle=\u5225\u540d\u4fdd\u5b58\u306b\u5931\u6557
-MSG_SaveAsFailed=\u30d5\u30a1\u30a4\u30eb {0} \u3078\u306e\u66f8\u304d\u8fbc\u307f\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
-
-MSG_SearchFromBeg=\u51fa\u529b\u306e\u7d42\u308f\u308a\u306b\u9054\u3057\u307e\u3057\u305f\u3002\u5148\u982d\u304b\u3089\u691c\u7d22\u3092\u7d9a\u884c\u3057\u307e\u3059\u3002
-MSG_SearchFromEnd=\u51fa\u529b\u306e\u5148\u982d\u306b\u5230\u9054\u3057\u307e\u3057\u305f\u3002\u672b\u5c3e\u304b\u3089\u691c\u7d22\u3092\u7d9a\u884c\u3057\u307e\u3059\u3002
-MSG_Found={1}:{2} \u3067 ''{0}'' \u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f
-MSG_NotFound=''{0}'' \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093
-
-#OutputWindowAction
-OutputWindow=\u51fa\u529b(&O)
-
-#Find Dialog
-LBL_Find_Title=\u691c\u7d22
-LBL_Find_What=\u691c\u7d22:
-LBL_Use_RegExp=\u6b63\u898f\u8868\u73fe(&E)
-LBL_Match_Case=\u5927\u6587\u5b57\u5c0f\u6587\u5b57\u3092\u533a\u5225\u3059\u308b(&M)
-BTN_Find=\u691c\u7d22(&F)
-ACSN_Find=N/A
-ACSD_Find=\u691c\u7d22
-ACSD_FindBTN=N/A
-ACSD_Find_What=N/A
-
-LBL_Filter_Title=\u30d5\u30a3\u30eb\u30bf
-LBL_Filter_What=\u6b21\u3092\u542b\u3080\u884c\u3092\u7dad\u6301:
-BTN_Filter=\u30d5\u30a3\u30eb\u30bf(&F)
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=\u30d5\u30a9\u30f3\u30c8\u9078\u629e
-BTN_Defaul_Font=\u30c7\u30d5\u30a9\u30eb\u30c8\u30d5\u30a9\u30f3\u30c8
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=\u30d5\u30a1\u30a4\u30eb\u3092\u4e0a\u66f8\u304d\u3057\u307e\u3059\u304b ?
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=\u7121\u52b9\u306a\u6b63\u898f\u8868\u73fe
-FMT_Invalid_RegExp={0} \u306b\u69cb\u6587\u30a8\u30e9\u30fc
-
-#Output window popup menu
-ACTION_COPY=\u30b3\u30d4\u30fc
-ACTION_PASTE=\u30da\u30fc\u30b9\u30c8
-ACTION_WRAP=\u30c6\u30ad\u30b9\u30c8\u3092\u6298\u308a\u8fd4\u3059
-ACTION_SAVEAS=\u5225\u540d\u4fdd\u5b58...
-ACTION_CLOSE=\u9589\u3058\u308b
-ACTION_CLEAR=\u6d88\u53bb
-ACTION_PREV_ERROR=\u524d\u306e\u30a8\u30e9\u30fc
-ACTION_NEXT_ERROR=\u6b21\u306e\u30a8\u30e9\u30fc
-ACTION_SELECT_ALL=\u3059\u3079\u3066\u3092\u9078\u629e
-ACTION_FIND=\u691c\u7d22...
-ACTION_FIND_NEXT=\u6b21\u3092\u691c\u7d22
-ACTION_FIND_PREVIOUS=\u524d\u3092\u691c\u7d22
-ACTION_LARGER_FONT=\u5927\u304d\u3044\u30d5\u30a9\u30f3\u30c8
-ACTION_SMALLER_FONT=\u5c0f\u3055\u3044\u30d5\u30a9\u30f3\u30c8
-ACTION_FONT_TYPE=\u30d5\u30a9\u30f3\u30c8\u3092\u9078\u629e...
-ACTION_FILTER=\u30d5\u30a3\u30eb\u30bf...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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={0} \u306b\u306f\u3001\u4e00\u6642\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u7528\u306e\u30c7\u30a3\u30b9\u30af\u9818\u57df\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u4f7f\u7528\u3067\u304d\u308b\u30c7\u30a3\u30b9\u30af\u9818\u57df\u3092\u5897\u3084\u3059\u304b\u3001\u30b7\u30b9\u30c6\u30e0\u306e\u4e00\u6642\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u5909\u66f4\u3059\u308b\u304b\u3001-J-Dnb.output.heap=true \u3092\u6307\u5b9a\u3057\u3066\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044
-
-MSG_LINE_TOO_LONG=...\u884c\u304c\u9577\u3059\u304e\u307e\u3059\u3002\u6298\u308a\u8fd4\u3057\u30e2\u30fc\u30c9\u306b\u5207\u308a\u66ff\u3048\u3066\u884c\u5168\u4f53\u3092\u8868\u793a\u3057\u3066\u304f\u3060\u3055\u3044...
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ja.properties
deleted file mode 100644
index c72a2d3..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ja.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=\u5165\u529b(&I)
-LBL_EOF=\u5165\u529b\u3092\u9589\u3058\u308b(&C)
-TIP_EOF=\u5165\u529b\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u9589\u3058\u3001\u30d5\u30a1\u30a4\u30eb\u306e\u7d42\u308f\u308a\u3092\u30ea\u30fc\u30c0\u30fc\u306b\u9001\u4fe1\u3057\u307e\u3059
-TIP_INPUT=\u30c6\u30ad\u30b9\u30c8\u3092\u5165\u529b\u3057\u3066 Enter \u30ad\u30fc\u3092\u62bc\u3057\u3001\u5b9f\u884c\u4e2d\u306e\u30d7\u30ed\u30bb\u30b9\u306b\u9001\u4fe1\u3057\u307e\u3059
-
-#Output window tab popup
-LBL_Close=\u30bf\u30d6\u3092\u9589\u3058\u308b
-LBL_CloseAll=\u3059\u3079\u3066\u306e\u30bf\u30d6\u3092\u9589\u3058\u308b
-LBL_CloseOthers=\u4ed6\u306e\u30bf\u30d6\u3092\u9589\u3058\u308b
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ja.properties
deleted file mode 100644
index 63f8b14..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ja.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=\u8d77\u52d5
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u8aad\u307f\u8fbc\u307f\u3001\u4f7f\u7528\u53ef\u80fd\u306b\u3057\u307e\u3059\u3002
-OpenIDE-Module-Long-Description=\u3053\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u306f\u3001\u30d6\u30fc\u30b9\u30c8\u30e9\u30c3\u30d7\u3078\u306e\u4e3b\u8981\u306a\u8ffd\u52a0\u6a5f\u80fd\u3092\u63d0\u4f9b\u3057\u3001\u9069\u5207\u306a\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u691c\u51fa\u3057\u3066\u4f7f\u7528\u53ef\u80fd\u306b\u3057\u307e\u3059\u3002
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform Dev (Build {0})
-
-ERR_no_user_directory=netbeans.user \u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\nNetBeans \u8d77\u52d5\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=\u30e6\u30fc\u30b6\u30fc\u30c7\u30a3\u30ec\u30af\u30c8\u30ea ({0}) \u3092 NetBeans \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea ({1}) \u5185\u306b\u7f6e\u304f\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=NetBeans \u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306e\u8d77\u52d5
-# The Title of the About Box
-CTL_About_Title=\u88fd\u54c1\u306b\u3064\u3044\u3066
-CTL_About_Detail=\u8a73\u7d30
-ACSD_AboutDialog=N/A
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/A
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=UI \u30af\u30e9\u30b9\u540d\u304c\u5fc5\u8981\u3067\u3059\u3002\u30c7\u30d5\u30a9\u30eb\u30c8\u306e UI \u3092\u4f7f\u7528\u3057\u307e\u3059...
-ERR_UserDirExpected=--userdir switch \u306e\u5f8c\u306b\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059
-ERR_UINotFound=UI \u30af\u30e9\u30b9\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u30c7\u30d5\u30a9\u30eb\u30c8\u306e UI \u3092\u4f7f\u7528\u3057\u307e\u3059...
-ERR_FontSizeExpected=\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba\u304c\u5fc5\u8981\u3067\u3059\u3002\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba\u3092\u4f7f\u7528\u3057\u307e\u3059...
-ERR_BadFontSize=\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba\u306e\u5f62\u5f0f\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba\u3092\u4f7f\u7528\u3057\u307e\u3059...
-ERR_BrandingNeedsArgument=\u30aa\u30d7\u30b7\u30e7\u30f3 --branding \u306b\u306f\u3001\u5f15\u6570\u304c 1 \u3064\u5fc5\u8981\u3067\u3059
-ERR_LocaleExpected=--locale \u30b9\u30a4\u30c3\u30c1\u306e\u5f8c\u306b\u306f\u30ed\u30b1\u30fc\u30eb\u4ed5\u69d8\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002
-
-
-CTL_Netbeanshome_notexists=netbeans.home \u304c\u5b58\u5728\u3057\u306a\u3044\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u3057\u3066\u3044\u307e\u3059\u3002
-CTL_Netbeanshome1=netbeans.home \u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u3057\u3066\u3044\u307e\u305b\u3093\u3002
-CTL_Netbeanshome2=netbeans.user \u304c\u5b58\u5728\u3057\u306a\u3044\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u3057\u3066\u3044\u307e\u3059\u3002
-CTL_Netbeanshome3=netbeans.user \u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u3057\u3066\u3044\u307e\u305b\u3093\u3002
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text={0} \u3067\u30b7\u30b9\u30c6\u30e0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002\u540c\u3058\u540d\u524d\u306e\u30d5\u30a1\u30a4\u30eb\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u3066\u3044\u307e\u3059\u3002
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text={0} \u3067\u30b7\u30b9\u30c6\u30e0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002
-CTL_Cannot_mount_system_fs=System \u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u7d42\u4e86\u3057\u307e\u3059...
-
-#startup info messages
-MSG_IDEInit=\u521d\u671f\u5316\u3057\u3066\u3044\u307e\u3059...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=URL {0} \u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u305d\u306e\u3088\u3046\u306a\u30ea\u30bd\u30fc\u30b9\u306f\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize \u306f\u3001GTK \u30eb\u30c3\u30af & \u30d5\u30a3\u30fc\u30eb\u3067\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u4ee3\u308f\u308a\u306b\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u306e\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba\u3092\u8abf\u6574\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=\u30a8\u30e9\u30fc: {0}
-EXC_GraphicsStartFails2=\u8a73\u7d30\u306f\u3001{0} \u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=\u30e2\u30b8\u30e5\u30fc\u30eb {0} \u306f\u30d0\u30fc\u30b8\u30e7\u30f3 {1} \u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059\u304c\u3001{2} \u3057\u304b\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002
-# {0} - module display name
-MSG_problem_other_disabled=\u30e2\u30b8\u30e5\u30fc\u30eb {0} \u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u5fc5\u8981\u3067\u3059\u3002
-LBL_no_impl_version=[\u30d0\u30fc\u30b8\u30e7\u30f3\u6307\u5b9a\u306a\u3057]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=\u30e2\u30b8\u30e5\u30fc\u30eb {0} \u306e\u5b9f\u88c5\u30d0\u30fc\u30b8\u30e7\u30f3 "{1}" \u304c\u5fc5\u8981\u3067\u3059\u304c\u3001"{2}" \u3057\u304b\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found={0} \u3068\u3044\u3046\u540d\u524d\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u304c\u5fc5\u8981\u3067\u3059\u304c\u3001\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-# {0} - required token
-MSG_problem_require_disabled=\u6a5f\u80fd {0} \u3092\u63d0\u4f9b\u3059\u308b\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-# {0} - required token
-MSG_problem_require_not_found=\u6a5f\u80fd {0} \u3092\u63d0\u4f9b\u3059\u308b\u30e2\u30b8\u30e5\u30fc\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-# {0} - class name
-MSG_problem_class_not_loaded=\u30af\u30e9\u30b9 {0} \u3092\u542b\u3093\u3067\u3044\u308b\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u8aad\u307f\u8fbc\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=\u30d1\u30c3\u30b1\u30fc\u30b8 {0} \u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u306a\u3044\u304b\u3001\u53e4\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u3059\u3002
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=Java \u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306e\u30d0\u30fc\u30b8\u30e7\u30f3 {0} \u307e\u305f\u306f\u305d\u308c\u4ee5\u964d\u304c\u5fc5\u8981\u3067\u3059\u304c {1} \u304c\u5b9f\u884c\u3057\u3066\u3044\u307e\u3059\u3002
-MSG_warning=\u8b66\u544a
-MSG_info=\u60c5\u5831
-MSG_continue=\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u7121\u52b9\u5316\u3057\u3066\u7d9a\u884c
-MSG_exit=\u7d42\u4e86
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#\u5225\u306e\u30e2\u30b8\u30e5\u30fc\u30eb|1<{0} \u4ee5\u4e0a\u306e\u30e2\u30b8\u30e5\u30fc\u30eb} \u306f\u4e0a\u8a18\u306e\u554f\u984c\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-
-# NbEvents
-MSG_start_load_boot_modules=\u30b3\u30a2\u3092\u8aad\u307f\u8fbc\u307f\u4e2d...
-MSG_finish_load_boot_modules=\u30b3\u30a2\u3092\u8aad\u307f\u8fbc\u307f\u4e2d...\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002
-MSG_start_auto_restore=\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u8aad\u307f\u8fbc\u307f\u4e2d...
-MSG_finish_auto_restore=\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u8aad\u307f\u8fbc\u307f\u3092\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002
-MSG_start_enable_modules=\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u6709\u52b9\u5316\u3057\u3066\u3044\u307e\u3059...
-MSG_finish_enable_modules=\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u6709\u52b9\u5316\u3057\u3066\u3044\u307e\u3059...\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002
-TEXT_finish_enable_modules=\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u6709\u52b9\u5316\u3057\u3066\u3044\u307e\u3059:
-MSG_start_disable_modules=\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u7121\u52b9\u5316\u3057\u3066\u3044\u307e\u3059...
-MSG_finish_disable_modules=\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u7121\u52b9\u5316\u3057\u3066\u3044\u307e\u3059...\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002
-TEXT_finish_disable_modules=\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u7121\u52b9\u5316\u3057\u3066\u3044\u307e\u3059:
-MSG_failed_install_new=\u8b66\u544a - \u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f:
-# {0} - module display name
-MSG_failed_install_new_unexpected=\u8b66\u544a - \u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f {0}
-# {0} - file name 
-TEXT_start_deploy_test_module={0} \u306b\u30c6\u30b9\u30c8\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u914d\u5099\u3057\u3066\u3044\u307e\u3059...
-TEXT_finish_deploy_test_module=\u30c6\u30b9\u30c8\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u914d\u5099\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002
-MSG_start_read=\u30e2\u30b8\u30e5\u30fc\u30eb\u8a18\u61b6\u9818\u57df\u3092\u8aad\u307f\u8fbc\u307f\u4e2d...
-MSG_finish_read=\u30e2\u30b8\u30e5\u30fc\u30eb\u8a18\u61b6\u9818\u57df\u3092\u8aad\u307f\u8fbc\u307f\u4e2d...\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002
-MSG_restore=\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u958b\u59cb\u4e2d...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install={0} \u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3044\u307e\u3059
-# {0} - module display name
-TEXT_install=Installing new module: {0}
-# {0} - module display name
-MSG_update={0} \u306e\u65b0\u898f\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u958b\u59cb\u4e2d
-# {0} - module display name
-TEXT_update=\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u66f4\u65b0\u3057\u3066\u3044\u307e\u3059: {0}
-# {0} - module display name
-MSG_uninstall={0} \u3092\u505c\u6b62\u4e2d
-MSG_load_section=\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u8aad\u307f\u8fbc\u307f\u4e2d...
-MSG_load_layers=\u30e2\u30b8\u30e5\u30fc\u30eb\u30b5\u30fc\u30d3\u30b9\u3092\u8aad\u307f\u8fbc\u3093\u3067\u3044\u307e\u3059...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=\u8b66\u544a: \u30e2\u30b8\u30e5\u30fc\u30eb {0} \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u7121\u8996\u3057\u307e\u3059...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=\u30e2\u30b8\u30e5\u30fc\u30eb {0} \u306f\u81ea\u52d5\u8aad\u307f\u8fbc\u307f\u3055\u308c\u305f\u304b\u5fc5\u8981\u306a\u30e2\u30b8\u30e5\u30fc\u30eb\u3067\u3042\u308a\u3001\u307e\u3060\u4f7f\u7528\u4e2d\u3067\u3042\u308b\u305f\u3081\u3001\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=system/Modules \u30d5\u30a9\u30eb\u30c0\u306e\u30e2\u30b8\u30e5\u30fc\u30eb {0} \u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc {1} \u3092\u5909\u66f4\u3057\u3088\u3046\u3068\u3057\u307e\u3057\u305f\u3002\n\u5b9f\u969b\u306e\u5024\u306f "{3}" \u3067\u3059\u304c\u3001\u30c7\u30a3\u30b9\u30af\u4e0a\u3067 "{2}" \u3092\u8aad\u307f\u8fbc\u3080\u3088\u3046\u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\nIDE \u306e\u5b9f\u884c\u4e2d\u306b\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u306a\u3044\u305f\u3081\u3001\u3053\u306e\u5909\u66f4\u306f\u7121\u52b9\u3067\u3059\u3002
-# {0} - JAR file name
-TEXT_patch=\u30e2\u30b8\u30e5\u30fc\u30eb\u30d1\u30c3\u30c1\u307e\u305f\u306f\u30ab\u30b9\u30bf\u30e0\u62e1\u5f35\u6a5f\u80fd: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=\u30af\u30e9\u30b9\u306b\u30ea\u30bd\u30fc\u30b9\u304c\u3042\u308a\u307e\u305b\u3093: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=\u898b\u3064\u304b\u3089\u306a\u304b\u3063\u305f\u30ad\u30fc: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=\u30d5\u30a1\u30a4\u30eb {1} (PUBLIC {0}) \u3067\u69cb\u6587\u89e3\u6790\u30a8\u30e9\u30fc
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=\u30d5\u30a1\u30a4\u30eb {1} \u884c {3} \u5217 {2} (PUBLIC {0}) \u3067\u69cb\u6587\u89e3\u6790\u30a8\u30e9\u30fc
-
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ja.properties
deleted file mode 100644
index 92f0eb2..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ja.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30b7\u30b9\u30c6\u30e0
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=\u30ad\u30e3\u30c3\u30b7\u30e5\u3055\u308c\u3066\u3044\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8aad\u307f\u8fbc\u307f\u4e2d...
-MSG_end_load_cache=\u30ad\u30e3\u30c3\u30b7\u30e5\u3055\u308c\u3066\u3044\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8aad\u307f\u8fbc\u307f\u4e2d...\u5b8c\u4e86\u3002
-MSG_start_rewrite_cache=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30ad\u30e3\u30c3\u30b7\u30e5\u3092\u518d\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059...
-MSG_end_rewrite_cache=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30ad\u30e3\u30c3\u30b7\u30e5\u3092\u518d\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059...\u5b8c\u4e86\u3002
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=\u30d5\u30a1\u30a4\u30eb\u30a4\u30d9\u30f3\u30c8 {0}\u3001\u30d5\u30a1\u30a4\u30eb {1}
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ja.properties
deleted file mode 100644
index 0a0466d..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ja.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=\u30d5\u30a1\u30a4\u30eb
-AdvancedOption.tooltip=\u30d5\u30a1\u30a4\u30eb
-FileAssociationsPanel.btnDefault.text=\u30c7\u30d5\u30a9\u30eb\u30c8(&D)
-FileAssociationsPanel.btnDefault.tooltip=\u9078\u629e\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u8a2d\u5b9a\u3092\u5fa9\u5143
-FileAssociationsPanel.btnDefault.AN=\u30c7\u30d5\u30a9\u30eb\u30c8\u8a2d\u5b9a\u3092\u5fa9\u5143
-FileAssociationsPanel.btnDefault.AD=\u9078\u629e\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u8a2d\u5b9a\u3092\u5fa9\u5143
-FileAssociationsPanel.btnDefaultIgnored.text=\u30c7\u30d5\u30a9\u30eb\u30c8(&F)
-FileAssociationsPanel.btnDefaultIgnored.AN=\u7121\u8996\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u30d1\u30bf\u30fc\u30f3\u3092\u5fa9\u5143
-FileAssociationsPanel.btnDefaultIgnored.AD=\u7121\u8996\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u30d1\u30bf\u30fc\u30f3\u3092\u5fa9\u5143
-FileAssociationsPanel.btnNew.text=\u65b0\u898f(&N)...
-FileAssociationsPanel.btnNew.AN=\u65b0\u898f\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50
-FileAssociationsPanel.btnNew.AD=\u65b0\u898f\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50
-FileAssociationsPanel.btnRemove.text=\u524a\u9664(&R)
-FileAssociationsPanel.btnRemove.AN=\u9078\u629e\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50\u3092\u524a\u9664
-FileAssociationsPanel.btnRemove.AD=\u9078\u629e\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50\u3092\u524a\u9664
-FileAssociationsPanel.cbExtension.choose=< \u62e1\u5f35\u5b50\u3092\u9078\u629e >
-FileAssociationsPanel.cbExtension.AD=\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50
-FileAssociationsPanel.cbExtension.AN=\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50\u306e\u4e00\u89a7
-FileAssociationsPanel.cbType.AN=\u30d5\u30a1\u30a4\u30eb\u306e\u7a2e\u985e\u306e\u4e00\u89a7
-FileAssociationsPanel.cbType.AD=\u30d5\u30a1\u30a4\u30eb\u306e\u7a2e\u985e\u306e\u4e00\u89a7
-FileAssociationsPanel.lblAssociatedAlso.text=\u6b21\u306b\u3082\u95a2\u9023\u4ed8\u3051:
-FileAssociationsPanel.lblAssociatedAlso.AN=\u5225\u306e\u62e1\u5f35\u5b50\u306b\u3082\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u7a2e\u985e
-FileAssociationsPanel.lblAssociatedAlso.AD=\u5225\u306e\u62e1\u5f35\u5b50\u306b\u3082\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u7a2e\u985e
-FileAssociationsPanel.lblExtension.text=\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50(&E):
-FileAssociationsPanel.lblExtension.AN=\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50
-FileAssociationsPanel.lblExtension.AD=\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50\u306e\u4e00\u89a7
-FileAssociationsPanel.lblType.text=\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u7a2e\u985e (MIME)(&T):
-FileAssociationsPanel.lblType.AD=\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u7a2e\u985e\u306e\u4e00\u89a7
-FileAssociationsPanel.lblType.AN=\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u7a2e\u985e\u306e\u4e00\u89a7
-FileAssociationsPanel.lblFileAssociations.text=\u30d5\u30a1\u30a4\u30eb\u306e\u95a2\u9023\u4ed8\u3051
-FileAssociationsPanel.lblFilesIgnored.text=IDE \u304c\u7121\u8996\u3059\u308b\u30d5\u30a1\u30a4\u30eb
-FileAssociationsPanel.lblPattern.text=\u7121\u8996\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30bf\u30fc\u30f3(&I):
-FileAssociationsPanel.lblPattern.tooltip=\u7121\u8996\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u6b63\u898f\u8868\u73fe\u3002\u30d1\u30b9\u3092\u542b\u307e\u306a\u3044\u540d\u524d\u5168\u4f53\u3068\u4e00\u81f4\u3002\u306a\u3057\u306e\u5834\u5408\u306f\u7a7a\u767d\u3002
-FileAssociationsPanel.lblPattern.AN=\u7121\u8996\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30bf\u30fc\u30f3
-FileAssociationsPanel.lblPattern.AD=\u7121\u8996\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u6b63\u898f\u8868\u73fe\u3002\u30d1\u30b9\u3092\u542b\u307e\u306a\u3044\u540d\u524d\u5168\u4f53\u3068\u4e00\u81f4\u3002\u306a\u3057\u306e\u5834\u5408\u306f\u7a7a\u767d\u3002
-FileAssociationsPanel.txtPatternError.AN=\u7121\u8996\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30bf\u30fc\u30f3\u3067\u306e\u69cb\u6587\u30a8\u30e9\u30fc
-FileAssociationsPanel.txtPatternError.AD=\u7121\u8996\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u6b63\u898f\u8868\u73fe\u3067\u306e\u69cb\u6587\u30a8\u30e9\u30fc
-
-NewExtensionPanel.title=\u65b0\u898f\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50\u3092\u5165\u529b
-NewExtensionPanel.AD=\u65b0\u898f\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50\u3092\u5165\u529b
-NewExtensionPanel.lblExtension.text=\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50(&E):
-NewExtensionPanel.lblExtension.AN=\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50
-NewExtensionPanel.lblExtension.AD=\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50
-
-OpenAsAction.name=\u7a2e\u985e\u3092\u9078\u629e\u3057\u3066\u958b\u304f...
-OpenAsPanel.txtDescription.AN=\u30d2\u30f3\u30c8
-OpenAsPanel.txtDescription.AD=\u30d2\u30f3\u30c8
-OpenAsPanel.lblExtension.text={0} \u30d5\u30a1\u30a4\u30eb\u3092\u6b21\u306e\u7a2e\u985e\u3068\u3057\u3066\u51e6\u7406:
-OpenAsPanel.title=\u7a2e\u985e\u3092\u9078\u629e\u3057\u3066\u958b\u304f...
-OpenAsPanel.open=\u958b\u304f
-OpenAsPanel.AD=\u30d5\u30a1\u30a4\u30eb\u306e\u7a2e\u985e\u3092\u9078\u629e
-
-# display name for options export
-Files.Options.Export.displayName=\u30d5\u30a1\u30a4\u30eb
-OpenAsPanel.lblDescription.text=NetBeans \u306f\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u7a2e\u985e\u3092\u5224\u5225\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u7a2e\u985e\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u51e6\u7406\u65b9\u6cd5\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-FileAssociationsPanel.autoScan.text=\u30bd\u30fc\u30b9\u306e\u81ea\u52d5\u30b9\u30ad\u30e3\u30f3\u3092\u6709\u52b9\u5316
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ja.properties
deleted file mode 100644
index f458cc9..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ja.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=\u4e00\u822c(&G)
-CTL_General_Options_Title=\u4e00\u822c
-CTL_General_Options_Category=\u4e00\u822c
-CTL_General_Options_Description=\u4e00\u822c\u7684\u306a\u30aa\u30d7\u30b7\u30e7\u30f3\u3001\u30d7\u30ed\u30ad\u30b7\u306e\u8a2d\u5b9a\u3001\u30a8\u30c7\u30a3\u30bf\u306e\u8a2d\u5b9a
-CTL_Package_View_Type=Java \u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u8868\u793a\u65b9\u6cd5:
-CTL_Flattern_Packages=\u30ea\u30b9\u30c8(&L)
-AN_Flattern_Packages=\u30ea\u30b9\u30c8
-AD_Flattern_Packages=\u30ea\u30b9\u30c8
-CTL_Tree_Packages=\u30c4\u30ea\u30fc
-AN_Tree_Packages=\u30c4\u30ea\u30fc
-AD_Tree_Packages=\u30c4\u30ea\u30fc
-CTL_No_Proxy=\u30d7\u30ed\u30ad\u30b7\u306a\u3057(&N)
-AN_No_Proxy=\u30d7\u30ed\u30ad\u30b7\u306a\u3057
-AD_No_Proxy=\u30d7\u30ed\u30ad\u30b7\u306a\u3057
-CTL_Usage_Statistics=\u4f7f\u7528\u7d71\u8a08:
-AN_Usage_Statistics=\u4f7f\u7528\u7d71\u8a08
-AD_Usage_Statistics=\u4f7f\u7528\u7d71\u8a08
-CTL_Usage_Check=\u533f\u540d\u306e\u4f7f\u7528\u30c7\u30fc\u30bf\u3092\u63d0\u4f9b\u3057\u3066\u3001NetBeans IDE \u306e\u6539\u5584\u306b\u5354\u529b\u3057\u307e\u3059(&P)
-AN_Usage_Check=\u533f\u540d\u306e\u4f7f\u7528\u30c7\u30fc\u30bf\u3092\u63d0\u4f9b\u3057\u3066\u3001NetBeans IDE \u306e\u6539\u5584\u306b\u5354\u529b\u3057\u307e\u3059
-AD_Usage_Check=\u533f\u540d\u306e\u4f7f\u7528\u30c7\u30fc\u30bf\u3092\u63d0\u4f9b\u3057\u3066\u3001NetBeans IDE \u306e\u6539\u5584\u306b\u5354\u529b\u3057\u307e\u3059
-CTL_Usage_Info=<html>\u4f7f\u7528\u7d71\u8a08\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u306e\u8981\u6c42\u3092\u3088\u308a\u7406\u89e3\u3059\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002\u307e\u305f\u3001\u5c06\u6765\u306e\u30ea\u30ea\u30fc\u30b9\u3067\u512a\u5148\u7684\u306b\u6539\u5584\u3055\u308c\u307e\u3059\u3002\u53ce\u96c6\u3055\u308c\u305f\u30c7\u30fc\u30bf\u3092\u30ea\u30d0\u30fc\u30b9\u30a8\u30f3\u30b8\u30cb\u30a2\u30ea\u30f3\u30b0\u3057\u3066\u3001\u30e6\u30fc\u30b6\u30fc\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306b\u95a2\u3059\u308b\u7279\u5b9a\u306e\u8a73\u7d30\u60c5\u5831\u3092\u63a2\u3059\u3053\u3068\u306f\u3001\u7d76\u5bfe\u306b\u3042\u308a\u307e\u305b\u3093\u3002</html>
-AN_Usage_Info=\u4f7f\u7528\u7d71\u8a08\u60c5\u5831
-AD_Usage_Info=\u4f7f\u7528\u7d71\u8a08\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u306e\u8981\u6c42\u3092\u3088\u308a\u7406\u89e3\u3059\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002\u307e\u305f\u3001\u5c06\u6765\u306e\u30ea\u30ea\u30fc\u30b9\u3067\u512a\u5148\u7684\u306b\u6539\u5584\u3055\u308c\u307e\u3059\u3002\u53ce\u96c6\u3055\u308c\u305f\u30c7\u30fc\u30bf\u3092\u30ea\u30d0\u30fc\u30b9\u30a8\u30f3\u30b8\u30cb\u30a2\u30ea\u30f3\u30b0\u3057\u3066\u3001\u30e6\u30fc\u30b6\u30fc\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306b\u95a2\u3059\u308b\u7279\u5b9a\u306e\u8a73\u7d30\u60c5\u5831\u3092\u63a2\u3059\u3053\u3068\u306f\u3001\u7d76\u5bfe\u306b\u3042\u308a\u307e\u305b\u3093\u3002
-
-CTL_Learn_More=<html><font color="#0000FF" <u>\u8a73\u7d30</u></font></html>
-AN_Learn_More=\u8a73\u7d30
-AD_Learn_More=\u8a73\u7d30
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking_ja.html
-
-CTL_Use_System_Proxy_Settings=\u30b7\u30b9\u30c6\u30e0\u306e\u30d7\u30ed\u30ad\u30b7\u8a2d\u5b9a\u3092\u4f7f\u7528(&U)
-AN_Use_System_Proxy_Settings=\u30b7\u30b9\u30c6\u30e0\u306e\u30d7\u30ed\u30ad\u30b7\u8a2d\u5b9a\u3092\u4f7f\u7528
-AD_Use_System_Proxy_Settings=\u30b7\u30b9\u30c6\u30e0\u306e\u30d7\u30ed\u30ad\u30b7\u8a2d\u5b9a\u3092\u4f7f\u7528
-CTL_Use_HTTP_Proxy=\u624b\u52d5\u3067\u30d7\u30ed\u30ad\u30b7\u8a2d\u5b9a(&M)
-AN_Use_HTTP_Proxy=HTTP \u30d7\u30ed\u30ad\u30b7
-AD_Use_HTTP_Proxy=HTTP \u30d7\u30ed\u30ad\u30b7
-AN_Web_Browser=Web \u30d6\u30e9\u30a6\u30b6
-AD_Web_Browser=Web \u30d6\u30e9\u30a6\u30b6
-AN_Host=\u30db\u30b9\u30c8
-AD_Host=\u30db\u30b9\u30c8
-AN_Port=\u30dd\u30fc\u30c8
-AD_Port=\u30dd\u30fc\u30c8
-AN_Update_Period=\u66f4\u65b0\u9593\u9694
-AD_Update_Period=\u66f4\u65b0\u9593\u9694
-AN_Ask_Before_Check=\u30c1\u30a7\u30c3\u30af\u306e\u524d\u306b\u78ba\u8a8d
-AD_Ask_Before_Check=\u30c1\u30a7\u30c3\u30af\u306e\u524d\u306b\u78ba\u8a8d
-Line_Numbers=\u884c\u756a\u53f7(&L)
-Antialiasing=\u30a2\u30f3\u30c1\u30a8\u30a4\u30ea\u30a2\u30b9:
-Text_Antialiasing=\u30a2\u30f3\u30c1\u30a8\u30a4\u30ea\u30a2\u30b9\u3092\u4f7f\u7528
-Toolbar=\u30c4\u30fc\u30eb\u30d0\u30fc(&T)
-Package_View=\u30d1\u30c3\u30b1\u30fc\u30b8\u8868\u793a
-SDI_Window_Mode=SDI \u30a6\u30a3\u30f3\u30c9\u30a6\u30e2\u30fc\u30c9
-MDI_Window_Mode=MDI \u30a6\u30a3\u30f3\u30c9\u30a6\u30e2\u30fc\u30c9
-Tree_View=\u30c4\u30ea\u30fc\u8868\u793a
-Default_System_Browser=<\u30c7\u30d5\u30a9\u30eb\u30c8\u30d6\u30e9\u30a6\u30b6>
-Swing_HTML_Browser=Swing \u30d6\u30e9\u30a6\u30b6
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=\u4e00\u822c
-CTL_Web_Browser=Web \u30d6\u30e9\u30a6\u30b6(&W):
-Confirm_Delete=\u524a\u9664\u306e\u78ba\u8a8d(&C):
-CTL_Web_Proxy=\u30d7\u30ed\u30ad\u30b7\u8a2d\u5b9a:
-CTL_Proxy_Settings=\u30d7\u30ed\u30ad\u30b7
-CTL_Proxy_Port=\u30dd\u30fc\u30c8(&R)\:
-CTL_Proxy_Host=HTTP \u30d7\u30ed\u30ad\u30b7(&X)\:
-Code_Folding=\u30b3\u30fc\u30c9\u6298\u308a\u7573\u307f:
-Show=\u8868\u793a:
-Editor=\u30a8\u30c7\u30a3\u30bf
-CTL_Check_Period=\u30c1\u30a7\u30c3\u30af\u9593\u9694(&D):
-CTL_Ask_Before_Check=\u30c1\u30a7\u30c3\u30af\u306e\u524d\u306b\u78ba\u8a8d(&B):
-CTL_Auto_Update=\u30aa\u30fc\u30c8\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8
-Use_Folding=\u30b3\u30fc\u30c9\u6298\u308a\u7573\u307f\u3092\u4f7f\u7528(&U)
-Fold_Methods=\u6298\u308a\u7573\u307f\u65b9\u6cd5(&M)
-Fold_Classes=\u5185\u90e8\u30af\u30e9\u30b9\u3092\u6298\u308a\u7573\u3080(&D)
-Fold_Imports=\u30a4\u30f3\u30dd\u30fc\u30c8\u3092\u6298\u308a\u7573\u3080(&S)
-Fold_JavaDoc=Javadoc \u30b3\u30e1\u30f3\u30c8\u3092\u6298\u308a\u7573\u3080(&J)
-Fold_Licence=\u521d\u671f\u30b3\u30e1\u30f3\u30c8\u3092\u6298\u308a\u7573\u3080(&O)
-Auto_Popup=\u81ea\u52d5\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7:
-Auto_Popup_Completion=\u88dc\u5b8c\u30a6\u30a3\u30f3\u30c9\u30a6
-Auto_Popup_JavaDoc=Javadoc \u30a6\u30a3\u30f3\u30c9\u30a6
-CTL_Update_every_startup=\u8d77\u52d5\u6642\u3054\u3068
-CTL_Update_every_day=\u6bce\u65e5
-CTL_Update_every_week=\u6bce\u9031
-CTL_Update_every_2weeks=\u9694\u9031
-CTL_Update_every_month=\u6bce\u6708
-CTL_Update_never=\u306a\u3057
-CTL_Default_System_Browser=\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30b7\u30b9\u30c6\u30e0\u30d6\u30e9\u30a6\u30b6
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=\u5185\u90e8\u30d6\u30e9\u30a6\u30b6
-
-
-
-
-AN_NonProxy=\u30d7\u30ed\u30ad\u30b7\u306a\u3057
-
-AD_NonProxy=\u30d7\u30ed\u30ad\u30b7\u306a\u3057
-
-CTL_Non_Proxy=\u30d7\u30ed\u30ad\u30b7\u306a\u3057(&Y)\:
-
-Non_Proxy_Hint=(\u4f8b: localhost\u3001*.netbeans.org\u3001*.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=\u8a73\u7d30(&O)...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=\u8a73\u7d30\u30d7\u30ed\u30ad\u30b7\u8a2d\u5b9a
-LBL_GeneralOptionsPanel_bMoreProxy.AD=\u8a73\u7d30\u30d7\u30ed\u30ad\u30b7\u8a2d\u5b9a\u3092\u958b\u304f
-
-LBL_GeneralOptionsPanel_PortError=\u30dd\u30fc\u30c8\u756a\u53f7\u306f\u6574\u6570\u5024\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
-
-LBL_GeneralOptionsPanel_lWebProxy=\u30d7\u30ed\u30ad\u30b7\u8a2d\u5b9a\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP \u30d7\u30ed\u30ad\u30b7(&P)\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(\u4f8b: localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=\u30dd\u30fc\u30c8(&O)\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=\u30dd\u30fc\u30c8(&R)\:
-
-LBL_AdvancedProxyPanel_lSocksPort=\u30dd\u30fc\u30c8(&T)\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=HTTPS \u30d7\u30ed\u30ad\u30b7(&H)\:
-
-LBL_AdvancedProxyPanel_lSocksHost=SOCKS \u30d7\u30ed\u30ad\u30b7(&S)\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=\u30d7\u30ed\u30ad\u30b7\u30db\u30b9\u30c8\u306a\u3057(&X)\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=\u30d7\u30ed\u30ad\u30b7\u306b\u8a8d\u8a3c\u304c\u5fc5\u8981(&Q)
-
-LBL_AdvancedProxyPanel_lUserName=\u30e6\u30fc\u30b6\u30fc\u540d(&U)\:
-
-LBL_AdvancedProxyPanel_lUserPassword=\u30d1\u30b9\u30ef\u30fc\u30c9(&W)\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=\u3059\u3079\u3066\u306e\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u540c\u3058\u30d7\u30ed\u30ad\u30b7\u8a2d\u5b9a\u3092\u4f7f\u7528(&A)
-
-LBL_AdvancedProxyPanel_Title=\u8a73\u7d30\u30d7\u30ed\u30ad\u30b7\u30aa\u30d7\u30b7\u30e7\u30f3
-LBL_AdvancedProxyPanel_PortError=\u30dd\u30fc\u30c8\u756a\u53f7\u306f\u6574\u6570\u5024\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
-GeneralOptionsPanel.rbUseSystemProxy.text=\u30b7\u30b9\u30c6\u30e0\u306e\u30d7\u30ed\u30ad\u30b7\u8a2d\u5b9a\u3092\u4f7f\u7528(&U)
-GeneralOptionsPanel.lWebBrowser.text=Web \u30d6\u30e9\u30a6\u30b6(&W)\:
-GeneralOptionsPanel.rbNoProxy.text=\u30d7\u30ed\u30ad\u30b7\u306a\u3057(&N)
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/A
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/A
-
-LBL_WebBrowsersPanel_Title=Web \u30d6\u30e9\u30a6\u30b6
-LBL_ExternalBrowser_Name=\u5916\u90e8\u30d6\u30e9\u30a6\u30b6
-WebBrowsersPanel.nameLabel.text=\u540d\u524d\:
-WebBrowsersPanel.executableLabel.text=\u5b9f\u884c\u53ef\u80fd\u30d5\u30a1\u30a4\u30eb\:
-WebBrowsersPanel.parametersLabel.text=\u30d1\u30e9\u30e1\u30fc\u30bf\:
-WebBrowsersPanel.browseButton.text=\u53c2\u7167...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=\u8ffd\u52a0...
-WebBrowsersPanel.removeButton.text=\u524a\u9664
-WebBrowsersPanel.browsersLabel.text=Web \u30d6\u30e9\u30a6\u30b6\:
-GeneralOptionsPanel.editBrowserButton.text=\u7de8\u96c6(&E)...
-GeneralOptionsPanel.editBrowserButton.AD=Web \u30d6\u30e9\u30a6\u30b6\u3092\u7de8\u96c6
-GeneralOptionsPanel.editBrowserButton.AN=Web \u30d6\u30e9\u30a6\u30b6\u3092\u7de8\u96c6
-WebBrowsers_URL_Hint=\u30d2\u30f3\u30c8\: {URL} \= Web \u30d6\u30e9\u30a6\u30b6\u306b\u3088\u3063\u3066\u8aad\u307f\u8fbc\u307e\u308c\u308b\u30da\u30fc\u30b8\u306e URL
-
-ACS_WebBrowsersList=\u4f7f\u7528\u53ef\u80fd\u306a Web \u30d6\u30e9\u30a6\u30b6\u306e\u30ea\u30b9\u30c8
-ACS_AddWebBrowserButton=\u65b0\u898f Web \u30d6\u30e9\u30a6\u30b6\u306e\u8ffd\u52a0
-ACS_RemoveWebBrowserButton=\u9078\u629e\u3057\u305f Web \u30d6\u30e9\u30a6\u30b6\u3092\u524a\u9664
-ACS_BrowserNameField=Web \u30d6\u30e9\u30a6\u30b6\u540d
-ACS_BrowserExecutableField=Web \u30d6\u30e9\u30a6\u30b6\u306e\u5b9f\u884c\u53ef\u80fd\u30d5\u30a1\u30a4\u30eb
-ACS_BrowserParametersField=Web \u30d6\u30e9\u30a6\u30b6\u306e\u5b9f\u884c\u53ef\u80fd\u30d1\u30e9\u30e1\u30fc\u30bf
-ACS_BrowseExecutableButton=Web \u30d6\u30e9\u30a6\u30b6\u306e\u5b9f\u884c\u53ef\u80fd\u30d5\u30a1\u30a4\u30eb\u3092\u53c2\u7167
-WebBrowsersOptionsPanel.browsersLabel.text=Web \u30d6\u30e9\u30a6\u30b6(&W)\:
-WebBrowsersOptionsPanel.addButton.text=\u8ffd\u52a0(&D)...
-WebBrowsersOptionsPanel.removeButton.text=\u524a\u9664(&R)
-WebBrowsersOptionsPanel.nameLabel.text=\u540d\u524d(&N)\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Web \u30d6\u30e9\u30a6\u30b6
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=\u30d6\u30e9\u30a6\u30b6\u30ea\u30b9\u30c8
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=Web \u30d6\u30e9\u30a6\u30b6\u306e\u30ea\u30b9\u30c8
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=\u8ffd\u52a0\u30dc\u30bf\u30f3
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=\u524a\u9664\u30dc\u30bf\u30f3
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=\u30d6\u30e9\u30a6\u30b6\u540d
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=\u30d6\u30e9\u30a6\u30b6\u540d
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=\u30d6\u30e9\u30a6\u30b6\u540d
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Web \u30d6\u30e9\u30a6\u30b6
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Web \u30d6\u30e9\u30a6\u30b6
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>\u76f4\u63a5\u63a5\u7d9a\u3002</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=\u30d7\u30ed\u30ad\u30b7\u3001\u4e00\u822c\u7684\u306a\u30aa\u30d7\u30b7\u30e7\u30f3
-
-# Display name for options export
-General.Options.Export.Category.displayName=\u4e00\u822c
-General.Options.Export.displayName=\u4e00\u822c
-Other.Options.Export.displayName=\u305d\u306e\u4ed6\u3059\u3079\u3066\u306e\u672a\u6307\u5b9a
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ja.properties
deleted file mode 100644
index 587a0f6..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ja.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u30b3\u30a2 - UI
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306e\u30e6\u30fc\u30b6\u30fc\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9
-OpenIDE-Module-Long-Description=\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u6a19\u6e96\u306e\u57fa\u672c\u30e6\u30fc\u30b6\u30fc\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3068\u3001\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u4e0a\u306b\u69cb\u7bc9\u3055\u308c\u305f\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u30af\u30e9\u30b9\u3068\u30ea\u30bd\u30fc\u30b9\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002
-
-Actions=\u30a2\u30af\u30b7\u30e7\u30f3
-Actions/Edit=\u7de8\u96c6
-Actions/Help=\u30d8\u30eb\u30d7
-Actions/System=\u30b7\u30b9\u30c6\u30e0
-Actions/Tools=\u30c4\u30fc\u30eb
-Actions/View=\u30d3\u30e5\u30fc
-Actions/Window/SelectDocumentNode=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u9078\u629e
-Menu=\u30e1\u30cb\u30e5\u30fc\u30d0\u30fc
-Menu/Edit=\u7de8\u96c6(&E)
-Menu/File=\u30d5\u30a1\u30a4\u30eb(&F)
-Menu/GoTo=\u30ca\u30d3\u30b2\u30fc\u30c8(&N)
-Menu/Help=\u30d8\u30eb\u30d7(&H)
-Menu/Tools=\u30c4\u30fc\u30eb(&T)
-Menu/View=\u8868\u793a(&V)
-Menu/Window/SelectDocumentNode=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u9078\u629e(&N)
-Services/Browsers=Web \u30d6\u30e9\u30a6\u30b6
-Templates/Privileged=\u7279\u6a29\u4ed8\u304d
-Templates/Recent=\u6700\u65b0\u306e
-Templates/Services/Browsers=Web \u30d6\u30e9\u30a6\u30b6
-Toolbars=\u30c4\u30fc\u30eb\u30d0\u30fc
-Toolbars/Clipboard=\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9(&P)
-Toolbars/UndoRedo=\u5143\u306b\u623b\u3059/\u518d\u5b9f\u884c(&U)
-Toolbars/File=\u30d5\u30a1\u30a4\u30eb(&F)
-Toolbars/Memory=\u30e1\u30e2\u30ea\u30fc(&M)
-Toolbars/Standard.xml=\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0
-UI/Services=\u30aa\u30d7\u30b7\u30e7\u30f3
-
-ProgressDisplayName_FileSystemRefresh=\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u8868\u793a
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_ja.properties
deleted file mode 100644
index 649dd28..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_ja.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=IDE \u306e\u6a19\u672c\u63a1\u53d6\u3092\u958b\u59cb
-SelfSamplerAction_ActionNameStop=\u6a19\u672c\u63a1\u53d6\u3092\u505c\u6b62\u3057\u3066\u30b9\u30ca\u30c3\u30d7\u30b7\u30e7\u30c3\u30c8\u3092\u4f5c\u6210
-SelfSamplerAction_ActionDescription=\u30b9\u30ec\u30c3\u30c9\u306e\u30c0\u30f3\u30d7\u306b\u57fa\u3065\u3044\u3066\u30b9\u30ca\u30c3\u30d7\u30b7\u30e7\u30c3\u30c8\u3092\u4f5c\u6210\u3057\u307e\u3059
-SelfSamplerAction_ThreadName=IDE \u306e\u81ea\u5df1\u6a19\u672c\u63a1\u53d6\u6a5f\u80fd
-SelfSamplerAction_NotSupported=\u81ea\u5df1\u6a19\u672c\u63a1\u53d6\u6a5f\u80fd\u3092\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002
-SelfSamplerAction_SavedFile=\u30b9\u30ca\u30c3\u30d7\u30b7\u30e7\u30c3\u30c8\u304c {0} \u306b\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f
-Save_Progress=\u30b9\u30ca\u30c3\u30d7\u30b7\u30e7\u30c3\u30c8\u3092\u4fdd\u5b58\u3057\u3066\u3044\u307e\u3059
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ja.properties
deleted file mode 100644
index 8611f1b..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ja.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=\u30b7\u30b9\u30c6\u30e0\u3067\u958b\u304f
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ja.properties
deleted file mode 100644
index c85e747..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ja.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=\u5408\u8a08\u7269\u7406\u30e1\u30e2\u30ea\u30fc {0}
-
-
-#LOG_WINDOW_ACTIVATED=\u30e1\u30a4\u30f3\u30a6\u30a3\u30f3\u30c9\u30a6\u304c\u6709\u52b9\u5316\u3055\u308c\u307e\u3057\u305f\u3002\u518d\u8868\u793a\u306b {0} ms \u304b\u304b\u308a\u307e\u3059
-#LOG_WINDOW_DEACTIVATED=\u30e1\u30a4\u30f3\u30a6\u30a3\u30f3\u30c9\u30a6\u304c\u7121\u52b9\u5316\u3055\u308c\u307e\u3057\u305f
-#LOG_WINDOW_REFRESH_CANCEL={0} \u306e\u9593\u3001\u66f4\u65b0\u304c\u53d6\u308a\u6d88\u3055\u308c\u307e\u3059
-#LOG_WINDOW_REFRESH_OFF=\u30d5\u30a9\u30fc\u30ab\u30b9\u306e\u53d6\u5f97\u5f8c\u306b\u66f4\u65b0\u3092\u7121\u52b9\u306b\u3057\u3066\u3044\u307e\u3059
-
-MSG_Refresh=\u5916\u90e8\u5909\u66f4\u3092\u78ba\u8a8d\u3057\u3066\u3044\u307e\u3059
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=\u4e00\u6642\u505c\u6b62\u4e2d
-MSG_SoDInfo=<p>\u5225\u306e\u30d7\u30ed\u30b0\u30e9\u30e0\u304b\u3089 IDE \u306b\u5207\u308a\u66ff\u3048\u308b\u3068\u3001\u30b3\u30fc\u30c9\u3078\u306e\u5909\u66f4\u304c IDE \u306b\u3088\u3063\u3066\u30b9\u30ad\u30e3\u30f3\u3055\u308c\u307e\u3059\u3002\n\u3053\u306e\u6a5f\u80fd\u3092\u7121\u52b9\u306b\u3059\u308b\u3068\u3001\u5909\u66f4\u3057\u305f\u3068\u304d\u306b\u300c\u30d5\u30a9\u30eb\u30c0\u3092\u518d\u8868\u793a\u300d\u30a2\u30af\u30b7\u30e7\u30f3\u307e\u305f\u306f\n\u300c\u30bd\u30fc\u30b9\u300d/\u300c\u5916\u90e8\u5909\u66f4\u3092\u30b9\u30ad\u30e3\u30f3\u300d\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u3066\u3001\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3092\u624b\u52d5\u3067\u30b9\u30ad\u30e3\u30f3\u3067\u304d\u307e\u3059\u3002\n\n<p>\u5916\u90e8\u5909\u66f4\u306e\u30b9\u30ad\u30e3\u30f3\u3092\u7121\u52b9\u306b\u3057\u307e\u3059\u304b ?
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ja.properties
deleted file mode 100644
index a347896..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ja.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<\u4f5c\u696d\u30b9\u30da\u30fc\u30b9\u306e\u307f>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ja.properties
deleted file mode 100644
index 297a67f..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ja.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u30af\u30ed\u30fc\u30f3(&L)
-# CloseWindowAction
-CTL_CloseWindowAction=\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u9589\u3058\u308b(&C)
-
-CTL_RecentViewListAction=\u524d\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3078\u79fb\u52d5(&R)
-CTL_SwitchToRecentDocumentAction=\u30a8\u30c7\u30a3\u30bf(&E)
-
-CTL_CloseAllDocumentsAction=\u3059\u3079\u3066\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u9589\u3058\u308b(&A)
-
-# UndockAction
-CTL_UndockWindowAction=\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u5408\u4f53\u3092\u89e3\u9664(&U)
-CTL_UndockWindowAction_Dock=\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u5408\u4f53(&K)
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=\u3059\u3079\u3066\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u9589\u3058\u308b
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u6700\u5c0f\u5316
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u9589\u3058\u308b
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=\u4ed6\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u9589\u3058\u308b
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4fdd\u5b58
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u30af\u30ed\u30fc\u30f3
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=\u307b\u304b\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u9589\u3058\u308b(&M)
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u6700\u5927\u5316(&Z)
-CTL_UnmaximizeWindowAction=\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u5fa9\u5143
-
-# DocumentsAction
-CTL_DocumentsAction=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8(&D)...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=\u30c4\u30fc\u30eb\u30d0\u30fc(&T)
-
-# NextTabAction
-CTL_NextTabAction=\u6b21\u306e\u30bf\u30d6
-# PreviousTabAction
-CTL_PreviousTabAction=\u524d\u306e\u30bf\u30d6
-
-CTL_ToggleFullScreenAction=\u30d5\u30eb\u30b9\u30af\u30ea\u30fc\u30f3(&F)
-
-# ResetWindowsAction
-CTL_ResetWindows=\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u30ea\u30bb\u30c3\u30c8(&W)
-
-LBL_ToggleWindowTransparencyAction=\u900f\u660e\u30a6\u30a3\u30f3\u30c9\u30a6
-LBL_WindowTransparencyHint=\u6700\u5c0f\u5316\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u900f\u660e\u5316\u3059\u308b\u306b\u306f\u3001Ctrl+NumPad 0 \u30ad\u30fc\u3092\u62bc\u3057\u305f\u307e\u307e\u306b\u3057\u307e\u3059\u3002
-
-# Properties
-GlobalProperties=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc(&R)
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ja.properties
deleted file mode 100644
index 8aba67e..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ja.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=\u5916\u89b3
-AdvancedOption_Tooltip_WinSys=\u30a6\u30a3\u30f3\u30c9\u30a6\u30b7\u30b9\u30c6\u30e0\u95a2\u9023\u306e\u30aa\u30d7\u30b7\u30e7\u30f3
-
-IsAlphaFloatingTooltip=\u30d5\u30a9\u30fc\u30ab\u30b9\u304c\u306a\u3044\u30d5\u30ed\u30fc\u30c6\u30a3\u30f3\u30b0\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u6570\u79d2\u5f8c\u306b\u534a\u900f\u660e\u306b\u3057\u307e\u3059
-
-IsDragWindowTooltip=\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u30c9\u30e9\u30c3\u30b0\uff06\u30c9\u30ed\u30c3\u30d7\u4e2d\u306b "\u30b4\u30fc\u30b9\u30c8" \u30a6\u30a3\u30f3\u30c9\u30a6\u30a4\u30e1\u30fc\u30b8\u3092\u6709\u52b9\u306b\u3057\u307e\u3059
-IsAlphaDragTooltip=\u30c9\u30e9\u30c3\u30b0\u30a6\u30a3\u30f3\u30c9\u30a6\u30a4\u30e1\u30fc\u30b8\u306e\u900f\u660e\u5316\u3092\u6709\u52b9\u306b\u3057\u307e\u3059
-
-IsSnapScreenEdgesTooltip=\u30d5\u30ed\u30fc\u30c6\u30a3\u30f3\u30b0\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u753b\u9762\u306e\u7aef\u3078\u306e\u30b9\u30ca\u30c3\u30d7\u3092\u6709\u52b9\u306b\u3057\u307e\u3059
-IsSnappingTooltip=\u30ec\u30a4\u30a2\u30a6\u30c8\u3092\u51e6\u7406\u3057\u3084\u3059\u3044\u3088\u3046\u306b\u30d5\u30ed\u30fc\u30c6\u30a3\u30f3\u30b0\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u81ea\u52d5\u30b9\u30ca\u30c3\u30d7\u3092\u6709\u52b9\u306b\u3057\u307e\u3059
-
-NoAlphaSupport=\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u900f\u660e\u5316\u306f OS \u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093
-LBL_DragWindowImage=\u30a6\u30a3\u30f3\u30c9\u30a6\u30a4\u30e1\u30fc\u30b8\u3092\u30c9\u30e9\u30c3\u30b0
-LBL_TransparentDragWindow=\u30a6\u30a3\u30f3\u30c9\u30a6\u30a4\u30e1\u30fc\u30b8\u3092\u30c9\u30e9\u30c3\u30b0\u6642\u306b\u900f\u660e\u5316
-LBL_TransparentFloatingWindows=\u30d5\u30ed\u30fc\u30c6\u30a3\u30f3\u30b0\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u900f\u660e\u5316
-LBL_SnapFloatingWindows=\u30d5\u30ed\u30fc\u30c6\u30a3\u30f3\u30b0\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u30b9\u30ca\u30c3\u30d7
-LBL_SnapToScreenEdges=\u753b\u9762\u306e\u7aef\u3078\u306e\u30b9\u30ca\u30c3\u30d7
-LBL_CloseActivatesRecentDocument=\u300c\u9589\u3058\u308b\u300d\u3067\u6700\u65b0\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u30a2\u30af\u30c6\u30a3\u30d6\u5316
-TIP_CloseActivatesMostRecentDocument=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u9589\u3058\u308b\u3068\u3001\u96a3\u63a5\u3059\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3067\u306f\u306a\u304f\u3001\u3082\u3063\u3068\u3082\u65b0\u3057\u3044\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u30a2\u30af\u30c6\u30a3\u30d6\u306b\u306a\u308a\u307e\u3059
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u9589\u3058\u308b\u3068\u3001\u3082\u3063\u3068\u3082\u65b0\u3057\u3044\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u30a2\u30af\u30c6\u30a3\u30d6\u306b\u306a\u308a\u307e\u3059
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ja.properties
deleted file mode 100644
index 9ed79f3..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ja.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=\u30a6\u30a3\u30f3\u30c9\u30a6\u30de\u30cd\u30fc\u30b8\u30e3\u30fc {0} \u306e\u69cb\u6210\u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002
-EXC_GroupParse=\u30b0\u30eb\u30fc\u30d7 {0} \u306e\u69cb\u6210\u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002
-EXC_TCGroupParse=TCGroup {0} \u306e\u69cb\u6210\u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002
-EXC_TCRefParse=TCRef {0} \u306e\u69cb\u6210\u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002
-EXC_ModeParse=\u30e2\u30fc\u30c9 {0} \u306e\u69cb\u6210\u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002
-
-# PersistenceManager
-EXC_RootFolder=\u30eb\u30fc\u30c8\u30d5\u30a9\u30eb\u30c0 {0} \u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093
-EXC_CompsFolder=\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u30d5\u30a9\u30eb\u30c0 {0} \u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093
-EXC_GroupsFolder=\u30b0\u30eb\u30fc\u30d7\u306e\u30d5\u30a9\u30eb\u30c0 {0} \u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093
-EXC_ModesFolder=\u30e2\u30fc\u30c9\u306e\u30d5\u30a9\u30eb\u30c0 {0} \u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=\u6700\u4e0a\u4f4d\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8 {0} \u304c\u898b\u3064\u304b\u3089\u306a\u304b\u3063\u305f\u304b\u3001\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u30d5\u30a9\u30eb\u30c0\u304b\u3089\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-EXC_CannotSaveTCSettings=\u6700\u4e0a\u4f4d\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8 {0} \u306e\u8a2d\u5b9a\u3092\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f
-EXC_CopyFails=\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u30d5\u30a9\u30eb\u30c0 {0} \u306b\u30b3\u30d4\u30fc\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} TopComponent name
-FMT_TCWriteError=\u30c7\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba\u306b\u554f\u984c\u304c\u3042\u308b\u305f\u3081\u3001\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8 {0} \u3092\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093\u3002
-FMT_TCReadError=\u30c7\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba\u306b\u554f\u984c\u304c\u3042\u308b\u305f\u3081\u3001\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8 {0} \u3092\u958b\u3051\u307e\u305b\u3093\u3002
-
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ja.properties
deleted file mode 100644
index cd6eadc..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ja.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u30b3\u30a2 - Windows
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u30a6\u30a3\u30f3\u30c9\u30a6\u8868\u793a\u30b5\u30dd\u30fc\u30c8\u306e\u5b9f\u88c5
-OpenIDE-Module-Long-Description=API \u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u30b7\u30b9\u30c6\u30e0\u306e\u90e8\u5206\u3092\u5b9f\u88c5\u3059\u308b\u30af\u30e9\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002
-
-Actions/Window=\u30a6\u30a3\u30f3\u30c9\u30a6
-Menu/Window=\u30a6\u30a3\u30f3\u30c9\u30a6(&W)
-
-# Options export
-Toolbars.Options.Export.displayName=\u30c4\u30fc\u30eb\u30d0\u30fc
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ja.properties
deleted file mode 100644
index 2ad90ee..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ja.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=\u4e86\u89e3
-CancelButton=\u53d6\u6d88\u3057
-CloseButton=\u9589\u3058\u308b
-# HelpButton=Help
-YesButton=\u306f\u3044
-NoButton=\u3044\u3044\u3048
-# ApplyButton=Apply
-DetailsButton=\u8a73\u7d30
-# ButtoBarButoo
-CTL_Button=\u30dc\u30bf\u30f3
-
-# FileSelector
-CTL_FileSelectorOkButton=\u4e86\u89e3
-CTL_FileSelectorCancelButton=\u53d6\u6d88\u3057
-ACSD_FileSelectorOkButton=\u4e86\u89e3
-ACSD_FileSelectorCancelButton=\u53d6\u6d88\u3057
-ACSD_FileSelectorDialog=\u30d5\u30a1\u30a4\u30eb\u9078\u629e\u30c0\u30a4\u30a2\u30ed\u30b0
-ACSN_FileSelectorTreeView=\u30c4\u30ea\u30fc\u8868\u793a
-ACSD_FileSelectorTreeView=\u30d5\u30a1\u30a4\u30eb\u9078\u629e\u306e\u30c4\u30ea\u30fc\u8868\u793a
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=\u30ab\u30b9\u30bf\u30de\u30a4\u30b6\u30c0\u30a4\u30a2\u30ed\u30b0
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=\u9589\u3058\u308b
-CANCEL_OPTION_CAPTION=\u53d6\u6d88\u3057
-HELP_OPTION_CAPTION=\u30d8\u30eb\u30d7(&H)
-NO_OPTION_CAPTION=\u3044\u3044\u3048
-OK_OPTION_CAPTION=\u4e86\u89e3
-YES_OPTION_CAPTION=\u306f\u3044
-ACS_YES_OPTION_NAME=\u306f\u3044
-ACS_YES_OPTION_DESC=\u300c\u306f\u3044\u300d\u30dc\u30bf\u30f3
-# - {0} message
-ACSD_ErrorMessage=\u30a8\u30e9\u30fc: {0}
-ACSD_WarningMessage=\u8b66\u544a: {0}
-ACSD_QuestionMessage=\u8cea\u554f {0}
-ACSD_InformationMessage=\u60c5\u5831 {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=\u53d6\u6d88\u3057
-ACS_CANCEL_OPTION_DESC=\u53d6\u6d88\u3057\u30dc\u30bf\u30f3
-
-ACS_OK_OPTION_NAME=\u4e86\u89e3
-ACS_OK_OPTION_DESC=\u300c\u4e86\u89e3\u300d\u30dc\u30bf\u30f3
-
-ACS_NO_OPTION_NAME=\u3044\u3044\u3048
-ACS_NO_OPTION_DESC=\u300c\u3044\u3044\u3048\u300d\u30dc\u30bf\u30f3
-
-ACS_HELP_OPTION_NAME=\u30d8\u30eb\u30d7
-ACS_HELP_OPTION_DESC=\u300c\u30d8\u30eb\u30d7\u300d\u30dc\u30bf\u30f3
-
-ACS_CLOSED_OPTION_NAME=\u9589\u3058\u308b
-ACS_CLOSED_OPTION_DESC=\u300c\u9589\u3058\u308b\u300d\u30dc\u30bf\u30f3
-
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ja.properties
deleted file mode 100644
index 25583ad..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ja.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=\u30a8\u30c7\u30a3\u30bf
-
-# MainWindow
-ACSD_MainWindow=\u30e1\u30a4\u30f3\u30a6\u30a3\u30f3\u30c9\u30a6
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform {0}
-#CTL_MainWindow_Title_No_Project=NetBeans Platform {0}
-
-# DocumentsDlg
-LBL_Documents=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8(&D):
-LBL_Description=\u8aac\u660e(&P):
-LBL_Activate=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u5207\u308a\u66ff\u3048(&T)
-LBL_CloseDocuments=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u9589\u3058\u308b(&L)
-LBL_SaveDocuments=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4fdd\u5b58(&S)
-LBL_Close=\u9589\u3058\u308b(&C)
-
-ACSD_Activate=N/A
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/A
-
-CTL_DocumentsTitle=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - \u30a8\u30c7\u30a3\u30bf
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306a\u3057|1#{1} - \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc|2#\u8907\u6570\u30aa\u30d6\u30b8\u30a7\u30af\u30c8 - \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc|1#{1} - \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc|2#\u8907\u6570\u30aa\u30d6\u30b8\u30a7\u30af\u30c8 - \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc}
-ACSN_PropertiesSheet=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u30b7\u30fc\u30c8
-ACSD_PropertiesSheet=\u300c\u8868\u793a\u300d\u30dc\u30bf\u30f3\u3067\u3001\u6307\u5b9a\u3057\u305f\u30ce\u30fc\u30c9\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3092\u8868\u793a\u3057\u307e\u3059\u3002
-EXC_CannotLoadNodes=\u30ce\u30fc\u30c9\u3092\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u30b7\u30fc\u30c8\u306b\u8aad\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002\u30ce\u30fc\u30c9\u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u3066\u3044\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002
-
diff --git a/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ja.properties
deleted file mode 100644
index d4621b2..0000000
--- a/l10n/src/ja/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ja.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=\u5c0f\u3055\u3044\u30c4\u30fc\u30eb\u30d0\u30fc\u30a2\u30a4\u30b3\u30f3(&S)
-
-# ToolbarLayout
-EXC_wrongConstraints=\u30ec\u30a4\u30a2\u30a6\u30c8\u306b\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093: ToolbarConstraints \u3092\u4f7f\u7528\u3057\u307e\u305b\u3093
-
-CTL_CustomizeToolbars=\u30ab\u30b9\u30bf\u30de\u30a4\u30ba(&C)...
-
-#New Toolbar Button label
-CTL_NewToolbar=\u65b0\u898f\u30c4\u30fc\u30eb\u30d0\u30fc(&N)...
-
-#Small Icons Checkbox
-CTL_SmallIcons=\u5c0f\u3055\u3044\u30c4\u30fc\u30eb\u30d0\u30fc\u30a2\u30a4\u30b3\u30f3(&S)
-
-#Drag and Drop hint
-CTL_TreeLabel=\u9805\u76ee\u3092\u30c9\u30e9\u30c3\u30b0\u3057\u3066\u30c4\u30fc\u30eb\u30d0\u30fc\u306e\u9805\u76ee\u3092\u8ffd\u52a0\u307e\u305f\u306f\u524a\u9664...
-
-LBL_PleaseWait=\u304a\u5f85\u3061\u304f\u3060\u3055\u3044...
-
-#Close customizer button
-CTL_Close=\u9589\u3058\u308b(&C)
-
-#Customizer dialog window title
-CustomizerTitle=\u30c4\u30fc\u30eb\u30d0\u30fc\u306e\u30ab\u30b9\u30bf\u30de\u30a4\u30ba
-
-ACSD_ActionsTree=\u3053\u3053\u304b\u3089\u30c4\u30fc\u30eb\u30d0\u30fc\u306b\u9805\u76ee\u3092\u30c9\u30e9\u30c3\u30b0\u3002
-ACSN_ActionsTree=\u30a2\u30af\u30b7\u30e7\u30f3\u30d7\u30fc\u30eb
-
-ACSN_ActionsScrollBar=\u30a2\u30af\u30b7\u30e7\u30f3\u30d7\u30fc\u30eb\u30b9\u30af\u30ed\u30fc\u30eb\u30d0\u30fc
-ACSD_ActionsScrollBar=\u30a2\u30af\u30b7\u30e7\u30f3\u30d7\u30fc\u30eb\u30b9\u30af\u30ed\u30fc\u30eb\u30d0\u30fc
-
-ACSD_ToolbarCustomizer=\u30c4\u30fc\u30eb\u30d0\u30fc\u30ab\u30b9\u30bf\u30de\u30a4\u30b6
-
-ACSD_Close=\u9589\u3058\u308b\u30dc\u30bf\u30f3
-ACSD_NewToolbar=\u65b0\u898f\u30c4\u30fc\u30eb\u30d0\u30fc\u30dc\u30bf\u30f3
-
-ACSD_SmallIcons=\u5c0f\u3055\u3044\u30a2\u30a4\u30b3\u30f3\u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9
-
-CTL_ResetToolbarsAction=\u30c4\u30fc\u30eb\u30d0\u30fc\u3092\u30ea\u30bb\u30c3\u30c8(&T)
-CTL_ResetToolbarsButton=\u30c4\u30fc\u30eb\u30d0\u30fc\u3092\u30ea\u30bb\u30c3\u30c8(&T)
-
-
-
-PROP_newToolbarLabel=\u540d\u524d(&N):
-PROP_newToolbarDialog=\u65b0\u898f\u30c4\u30fc\u30eb\u30d0\u30fc
-PROP_newToolbar=\u30c4\u30fc\u30eb\u30d0\u30fc
-MSG_ToolbarExists=\u30c4\u30fc\u30eb\u30d0\u30fc {0} \u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059\u3002
-
-
diff --git a/l10n/src/ja/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ja.properties
deleted file mode 100644
index 5239b2e..0000000
--- a/l10n/src/ja/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ja.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=\u30b5\u30a4\u30ba\u306b\u8ca0\u306e\u5024\u306f\u6307\u5b9a\u3067\u304d\u307e\u305b\u3093
-CTL_InvalidValue=\u7121\u52b9\u306a\u5024\u304c\u5165\u529b\u3055\u308c\u307e\u3057\u305f
-CTL_InvalidValueWithParam=\u7121\u52b9\u306a\u5024 {0} \u304c\u5165\u529b\u3055\u308c\u307e\u3057\u305f
-CTL_InvalidValueWithExc=\u7121\u52b9\u306a\u5024\u304c\u5165\u529b\u3055\u308c\u307e\u3057\u305f\u3002\n\u539f\u56e0: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue={0} \u306e\u5024\u306f\u66f8\u5f0f {1} \u3067\u306a\u304f\u3066\u306f\u306a\u308a\u307e\u305b\u3093
-
-#ColorEditor
-CTL_AWTPalette=AWT \u30d1\u30ec\u30c3\u30c8
-CTL_SwingPalette=Swing \u30d1\u30ec\u30c3\u30c8
-CTL_SystemPalette=\u30b7\u30b9\u30c6\u30e0\u30d1\u30ec\u30c3\u30c8
-ACSD_CustomColorEditor=N/A
-FMT_IllegalEntry="{0}" \u306f\u6709\u52b9\u306a\u8272\u8b58\u5225\u5b50\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002Swing \u304b AWT \u5b9a\u6570\u3001\u307e\u305f\u306f RGB \u5024\u3092\u5165\u529b\u3067\u304d\u307e\u3059\u3002
-
-# ColorEditor:AWT color names
-LAB_White=white
-LAB_LightGray=lightGray
-LAB_Gray=gray
-LAB_DarkGray=darkGray
-LAB_Black=black
-LAB_Red=red
-LAB_Pink=pink
-LAB_Orange=orange
-LAB_Yellow=yellow
-LAB_Green=green
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=blue
-# ColorEditor: system color names
-LAB_ActiveCaption=\u30a2\u30af\u30c6\u30a3\u30d6\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3
-LAB_ActiveCaptionBorder=\u30a2\u30af\u30c6\u30a3\u30d6\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u306e\u30dc\u30fc\u30c0\u30fc
-LAB_ActiveCaptionText=\u30a2\u30af\u30c6\u30a3\u30d6\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u306e\u30c6\u30ad\u30b9\u30c8
-LAB_Control=\u5236\u5fa1
-LAB_ControlDkShadow=\u6697\u3044\u30b7\u30e3\u30c9\u30a6\u3092\u5236\u5fa1
-LAB_ControlHighlight=\u5f37\u8abf\u8868\u793a\u3092\u5236\u5fa1
-LAB_ControlLtHighlight=\u660e\u308b\u3044\u5f37\u8abf\u8868\u793a\u3092\u5236\u5fa1
-LAB_ControlShadow=\u30b7\u30e3\u30c9\u30a6\u3092\u5236\u5fa1
-LAB_ControlText=\u30c6\u30ad\u30b9\u30c8\u3092\u5236\u5fa1
-LAB_Desktop=\u30c7\u30b9\u30af\u30c8\u30c3\u30d7
-LAB_InactiveCaption=\u975e\u30a2\u30af\u30c6\u30a3\u30d6\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3
-LAB_InactiveCaptionBorder=\u975e\u30a2\u30af\u30c6\u30a3\u30d6\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u306e\u30dc\u30fc\u30c0\u30fc
-LAB_InactiveCaptionText=\u975e\u30a2\u30af\u30c6\u30a3\u30d6\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u306e\u30c6\u30ad\u30b9\u30c8
-LAB_Info=\u60c5\u5831
-LAB_InfoText=\u60c5\u5831\u30c6\u30ad\u30b9\u30c8
-LAB_Menu=\u30e1\u30cb\u30e5\u30fc
-LAB_MenuText=\u30e1\u30cb\u30e5\u30fc\u30c6\u30ad\u30b9\u30c8
-LAB_Scrollbar=\u30b9\u30af\u30ed\u30fc\u30eb\u30d0\u30fc
-LAB_Text=\u30c6\u30ad\u30b9\u30c8
-LAB_TextHighlight=\u30c6\u30ad\u30b9\u30c8\u306e\u5f37\u8abf\u8868\u793a
-LAB_TextHighlightText=\u30c6\u30ad\u30b9\u30c8\u306e\u5f37\u8abf\u8868\u793a\u30c6\u30ad\u30b9\u30c8
-LAB_TextInactiveText=\u30c6\u30ad\u30b9\u30c8\u306e\u975e\u30a2\u30af\u30c6\u30a3\u30d6\u30c6\u30ad\u30b9\u30c8
-LAB_TextText=\u30c6\u30ad\u30b9\u30c8\u306e\u30c6\u30ad\u30b9\u30c8
-LAB_Window=\u30a6\u30a3\u30f3\u30c9\u30a6
-LAB_WindowBorder=\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u30dc\u30fc\u30c0\u30fc
-LAB_WindowText=\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u30c6\u30ad\u30b9\u30c8
-
-#DimensionCustomEditor
-CTL_Dimension=\u5bf8\u6cd5
-CTL_Width=\u5e45(&W):
-CTL_Height=\u9ad8\u3055(&H):
-ACSD_CTL_Width=N/A
-ACSD_CTL_Height=N/A
-ACSD_DimensionCustomEditor=N/A
-
-#DimensionEditor
-CTL_HintFormat=[\u5e45,\u9ad8\u3055]
-
-#FontEditor
-CTL_Plain=\u30d7\u30ec\u30fc\u30f3
-CTL_Bold=\u30dc\u30fc\u30eb\u30c9
-CTL_Italic=\u30a4\u30bf\u30ea\u30c3\u30af
-CTL_BoldItalic=\u30dc\u30fc\u30eb\u30c9\u30a4\u30bf\u30ea\u30c3\u30af
-CTL_Font=\u30d5\u30a9\u30f3\u30c8(&T):
-CTL_FontStyle=\u30d5\u30a9\u30f3\u30c8\u5f62\u5f0f(&Y):
-CTL_Size=\u30b5\u30a4\u30ba(&S):
-CTL_Preview=\u30d7\u30ec\u30d3\u30e5\u30fc
-ACSD_CTL_Font=N/A
-ACSD_CTL_FontStyle=N/A
-ACSD_CTL_Size=N/A
-ACSD_FontCustomEditor=N/A
-
-#InsetsCustomEditor
-CTL_Insets=\u30a4\u30f3\u30bb\u30c3\u30c8
-CTL_Top=\u4e0a(&T):
-CTL_Left=\u5de6(&L):
-CTL_Bottom=\u4e0b(&B):
-CTL_Right=\u53f3(&R):
-ACSD_CTL_Top=N/A
-ACSD_CTL_Left=N/A
-ACSD_CTL_Bottom=N/A
-ACSD_CTL_Right=N/A
-
-#InsetsEditor
-CTL_HintFormatIE=[\u4e0a,\u5de6,\u4e0b,\u53f3]
-
-# ObjectEditor
-CTL_NullValue=<null \u5024\u3092\u691c\u7d22>
-CTL_NullItem=<null \u9805\u76ee\u3092\u691c\u7d22>
-
-#PointCustomEditor
-CTL_Point=\u5ea7\u6a19
-CTL_X=&X:
-ACSD_CTL_X=N/A
-CTL_Y=&Y:
-ACSD_CTL_Y=N/A
-ACSD_PointCustomEditor=N/A
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=\u77e9\u5f62
-ACSD_CustomRectangleEditor=N/A
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,\u5e45,\u9ad8\u3055]
-
-#StringCustomEditor
-ACS_TextArea=\u30c6\u30ad\u30b9\u30c8:
-ACSD_TextArea=\u3053\u3053\u306b\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u30c6\u30ad\u30b9\u30c8\u3092\u5165\u529b
-ACSD_CustomStringEditor=\u6587\u5b57\u5217\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u7528\u30a8\u30c7\u30a3\u30bf
-ACS_Instructions=\u547d\u4ee4
-ACSD_Instructions=N/A
-
-MSG_FontIsNotInitialized=\u30d5\u30a9\u30f3\u30c8\u306e\u5024\u304c\u521d\u671f\u5316\u3055\u308c\u3066\u3044\u306a\u3044\u305f\u3081\u3001XML \u3078\u306e\u4fdd\u5b58\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=\u30d5\u30a1\u30a4\u30eb\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u9078\u629e
-CTL_DialogTitleFiles=\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e
-CTL_DialogTitleDirs=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u9078\u629e
-ACSD_FileEditor=N/A
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<\u672a\u6307\u5b9a>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc
-ACSD_PropertiesEditorPane=N/A
-ACSD_CustomPropertiesEditor=N/A
-WARN_PropertiesComments=\u8b66\u544a: \u30b3\u30e1\u30f3\u30c8\u306f\u7834\u68c4\u3055\u308c\u307e\u3059\u3002
-
-#StringArrayCustomEditor
-CTL_Empty=<\u7a7a>
-CTL_Item=\u9805\u76ee(&I):
-ACSD_CTL_Item=N/A
-CTL_ItemList=\u9805\u76ee\u30ea\u30b9\u30c8(&L)
-ACSD_CTL_ItemList=N/A
-CTL_Add_StringArrayCustomEditor=\u8ffd\u52a0(&A)
-ACSD_CTL_Add_StringArrayCustomEditor=N/A
-CTL_Change_StringArrayCustomEditor=\u7de8\u96c6(&E)
-ACSD_CTL_Change_StringArrayCustomEditor=N/A
-CTL_Remove=\u524a\u9664(&R)
-ACSD_CTL_Remove=N/A
-CTL_MoveUp=\u4e0a(&U)
-ACSD_CTL_MoveUp=N/A
-CTL_MoveDown=\u4e0b(&W)
-ACSD_CTL_MoveDown=N/A
-ACSD_StringArrayCustomEditor=N/A
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=\u975e\u6574\u6570\u5165\u529b\u5024: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=\u4e0d\u6b63\u306a\u6587\u5b57\u5217 kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - \u6709\u52b9\u306a\u5024: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=\u4e0d\u660e\u306a\u30af\u30e9\u30b9: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=\u6709\u52b9\u306a\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=\u8a8d\u8b58\u3067\u304d\u306a\u3044 URL: {0}
-#
-MSG_NULL_OR_EMPTY=Null \u307e\u305f\u306f\u7a7a\u306e\u914d\u5217
-
-#ObjectEditor
-ACSN_ObjectTree=\u4f7f\u7528\u53ef\u80fd\u306a\u30aa\u30d7\u30b7\u30e7\u30f3
-ACSD_ObjectTree=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u9078\u629e
-
-#Font Editor
-MSG_AppleBug=\u3053\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u306f\u3001\u4f7f\u7528\u53ef\u80fd\u306a\u30d5\u30a9\u30f3\u30c8\u30ea\u30b9\u30c8\u306e\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306b\u8868\u793a\u3055\u308c\u307e\u3059\u3002\u3053\u308c\u306f\u3001\u30d3\u30c3\u30c8\u30de\u30c3\u30d7\u30d5\u30a9\u30f3\u30c8\u3092\u30b7\u30b9\u30c6\u30e0\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u3068\u304d\u306b\u8d77\u52d5\u3055\u308c\u308b Apple JVM \u306e\u30d0\u30b0\u304c\u539f\u56e0\u3067\u3059\u3002\u30d5\u30a9\u30f3\u30c8\u30a8\u30c7\u30a3\u30bf\u3092\u4f7f\u7528\u3059\u308b\u306b\u306f\u3001\u30b7\u30b9\u30c6\u30e0\u304b\u3089\u3059\u3079\u3066\u306e\u30d3\u30c3\u30c8\u30de\u30c3\u30d7\u30d5\u30a9\u30f3\u30c8\u3092\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u8a73\u7d30\u306f\u3001Apple BugReporter \u306e\u9805\u76ee 3121780 \u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=\u4e86\u89e3
-
diff --git a/l10n/src/ja/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ja.properties
deleted file mode 100644
index 1a248d2..0000000
--- a/l10n/src/ja/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ja.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=\u30b3\u30a2
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=NetBeans \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u57fa\u672c\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3002
-OpenIDE-Module-Long-Description=\u3053\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u306f\u3001NetBeans \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306e\u4e2d\u6838\u3068\u306a\u308b\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\u7121\u52b9\u306b\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException={0} \u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\n\t\u300c\u8a73\u7d30\u3092\u8868\u793a\u300d\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u304b\u3001{1} \u30d5\u30a9\u30eb\u30c0\u306b\u3042\u308b messages.log \u30d5\u30a1\u30a4\u30eb\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-NTF_ExceptionalExceptionTitle=\u4e88\u671f\u3057\u306a\u3044\u4f8b\u5916
-# {0} - class name of exception
-NTF_ExceptionWarning={0} \u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\n\u305f\u3060\u3057\u3001\u30b7\u30b9\u30c6\u30e0\u306f\u8ffd\u52a0\u7684\u306a\u554f\u984c\u3092\u767a\u751f\u3055\u305b\u308b\u3053\u3068\u306a\u304f\u51e6\u7406\u3092\u7d9a\u884c\u3057\u307e\u3059\u3002\n\u30b9\u30bf\u30c3\u30af\u306e\u30c8\u30ec\u30fc\u30b9\u306b\u306f\u3001\u300c\u8a73\u7d30\u3092\u8868\u793a\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-NTF_ExceptionWarningTitle=\u8b66\u544a
-
-#startup info messages
-MSG_MainWindowInit=\u30e1\u30a4\u30f3\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u521d\u671f\u5316\u3057\u3066\u3044\u307e\u3059...
-MSG_WindowShowInit=\u30e1\u30a4\u30f3\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u958b\u304d\u307e\u3059...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage={0} \u3092\u4fdd\u5b58\u3057\u3066\u3044\u307e\u3059...
-MSG_AllSaved=\u300c\u3059\u3079\u3066\u3092\u4fdd\u5b58\u300d\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002
-
-CTL_Cannot_save={0} \u3092\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093
-
-
-#NbAuthenticator
-CTL_PasswordProtected=\u30d1\u30b9\u30ef\u30fc\u30c9\u5fc5\u9808\u30b5\u30a4\u30c8
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=\u4ee5\u4e0b\u3067\u30bd\u30fc\u30c8\u3057\u3066\u8868\u793a:
-ShortcutsEditor.actionsButton.text=\u30a2\u30af\u30b7\u30e7\u30f3
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=\u30a2\u30af\u30b7\u30e7\u30f3\u5225\u30d3\u30e5\u30fc\u3092\u9078\u629e\u3057\u3066\u30a2\u30af\u30b7\u30e7\u30f3\u306e\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u7de8\u96c6
-ShortcutsPanel.addButton.text=\u8ffd\u52a0...
-ShortcutsPanel.removeButton.text=\u524a\u9664
-ShortcutsPanel.AddActionTitle=\u65b0\u898f\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8
-ActionsPanel.shortcutAddButton.text=\u8ffd\u52a0...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=\u524a\u9664
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u7de8\u96c6
-ActionsPanel.AddShortcut=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u8ffd\u52a0
-ActionsPanel.ShortcutLabel=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=\u30a2\u30af\u30b7\u30e7\u30f3\u5225\u30d3\u30e5\u30fc\u3092\u9078\u629e\u3057\u3066\u30a2\u30af\u30b7\u30e7\u30f3\u306e\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u7de8\u96c6
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=\u30a2\u30af\u30b7\u30e7\u30f3\u5225\u30d3\u30e5\u30fc\u3092\u9078\u629e\u3057\u3066\u30a2\u30af\u30b7\u30e7\u30f3\u306e\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u7de8\u96c6
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u5225\u30d3\u30e5\u30fc\u3092\u9078\u629e\u3002\u305f\u3060\u3057\u3001\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u306e\u7de8\u96c6\u306f\u9078\u629e\u3057\u305f\u30a2\u30af\u30b7\u30e7\u30f3\u5225\u30d3\u30e5\u30fc\u3067\u884c\u308f\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044
-ACS_ShortcutsPanel.addButton.text.a11yDesc=\u30a2\u30af\u30b7\u30e7\u30f3\u7528\u65b0\u898f\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u8ffd\u52a0
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=\u30a2\u30af\u30b7\u30e7\u30f3\u7528\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u524a\u9664
-ACSN_ShortcutsPanel.shortcutsList=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u30ea\u30b9\u30c8
-ACSD_ShortcutsPanel.shortcutsList=N/A
-ACS_ActionsPanel.ShortcutLabel.a11yName=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u8a2d\u5b9a
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u30ad\u30fc\u306e\u7d44\u307f\u5408\u308f\u305b\u3067\u8a2d\u5b9a
-ACSN_ActionsPanel.actionsTree=N/A
-ACSN_ActionsPanel.shortcutsList=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u30ea\u30b9\u30c8
-ACSD_ActionsPanel.actionsTree=N/A
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/A
-ACSD_ActionsPanel.Dialog=\u9078\u629e\u3057\u305f\u30a2\u30af\u30b7\u30e7\u30f3\u306b\u65b0\u898f\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u8ffd\u52a0
-ACS_ActionsPanel=N/A
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8 ({0}) \u306b\u306f\u3059\u3067\u306b\u30a2\u30af\u30b7\u30e7\u30f3\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\n\u3044\u307e\u3059\u3002\u65b0\u305f\u306b\u9078\u629e\u3057\u305f\u30a2\u30af\u30b7\u30e7\u30f3\u3068\u7f6e\u304d\u63db\u3048\u307e\u3059\u304b ?
-
-CTL_ExitTitle=\u4fdd\u5b58
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=\u4fdd\u5b58(&S)
-ACSD_Save=\u4fdd\u5b58\u3002
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=\u3059\u3079\u3066\u3092\u4fdd\u5b58(&A)
-ACSD_SaveAll=\u3059\u3079\u3066\u3092\u4fdd\u5b58
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=\u3059\u3079\u3066\u3092\u7834\u68c4(&D)
-ACSD_DiscardAll=\u3059\u3079\u3066\u3092\u7834\u68c4
-EXC_Save=\u4fdd\u5b58\u4e2d\u306b\u4f8b\u5916\u304c\u767a\u751f
-# NotifyException
-CTL_Title_Exception=\u4f8b\u5916
-CTL_NextException=\u6b21\u3078(&N) >
-CTL_PreviousException=< \u524d\u3078(&P)
-CTL_Exception_Hide_Details=\u8a73\u7d30\u3092\u975e\u8868\u793a(&H)
-CTL_Exception_Show_Details=\u8a73\u7d30\u3092\u8868\u793a(&S)
-ACSD_NextException=N/A
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/A
-
-ACSN_ListOfChangedFiles=\u30ea\u30b9\u30c8
-ACSD_ListOfChangedFiles=\u4fdd\u5b58\u3059\u308b\u5909\u66f4\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u30ea\u30b9\u30c8
-ACSD_ExitDialog=\u3059\u3079\u3066\u306e\u5909\u66f4\u3092\u4fdd\u5b58\u3059\u308b\u30c0\u30a4\u30a2\u30ed\u30b0
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI \u30e2\u30fc\u30c9
-CTL_MdiMode=MDI \u30e2\u30fc\u30c9
-
-# NbPlaces
-CTL_NoWorkspaces=\u4f5c\u696d\u30b9\u30da\u30fc\u30b9\u306a\u3057
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/A
-ACD_NotifyExcPanel_Dialog=N/A
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT \u30a4\u30d9\u30f3\u30c8\u9001\u4fe1\u30b9\u30ec\u30c3\u30c9\u304c {0} \u30df\u30ea\u79d2\u9593\u30d6\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=\u8a8d\u8a3c\u304c\u5fc5\u8981
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=\u30e6\u30fc\u30b6\u30fc\u540d(&U):
-NbAuthenticatorPanel.passwordLbl.text=\u30d1\u30b9\u30ef\u30fc\u30c9(&P):
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description={0} \u306e\u30d1\u30b9\u30ef\u30fc\u30c9
-
-ProxySettings.password.description=\u30d7\u30ed\u30ad\u30b7\u30d1\u30b9\u30ef\u30fc\u30c9
-
-Title_WebBrowser=Web \u30d6\u30e9\u30a6\u30b6
-
diff --git a/l10n/src/ja/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ja.properties
deleted file mode 100644
index 6b6886d..0000000
--- a/l10n/src/ja/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ja.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=\u88fd\u54c1\u306b\u3064\u3044\u3066(&A)
-About_title=\u88fd\u54c1\u306b\u3064\u3044\u3066
-
-#CopyProductInfoAction
-CopyProductInfo=\u60c5\u5831\u3092\u30b3\u30d4\u30fc
-CopyProductInfoAction=\u60c5\u5831\u3092\u30b3\u30d4\u30fc(&C)
-CTL_CopyButton_tooltip=NetBeans \u306e\u88fd\u54c1\u60c5\u5831\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u3078\u30b3\u30d4\u30fc
-
-#HtmlViewAction
-CTL_OpeningBrowser=\u30d6\u30e9\u30a6\u30b6\u3092\u8d77\u52d5\u3057\u3066\u3044\u307e\u3059...
-HTMLView=Web \u30d6\u30e9\u30a6\u30b6(&W)
-
-#SystemExit
-Exit=\u7d42\u4e86(&X)
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=\u6b21\u306e\u5185\u90e8\u30d3\u30e5\u30fc
-LBL_PreviousViewCallbackAction=\u524d\u306e\u5185\u90e8\u30d3\u30e5\u30fc
-
-# jump next/prev actions
-JumpNextAction=\u6b21\u306e\u30a8\u30e9\u30fc(&X)
-JumpPrevAction=\u524d\u306e\u30a8\u30e9\u30fc(&P)
-
-#LogAction
-MSG_LogTab_name=IDE \u306e\u30ed\u30b0(&L)
-MSG_ShortLogTab_name=IDE \u306e\u30ed\u30b0
-
diff --git a/l10n/src/ja/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ja.properties
deleted file mode 100644
index 3adab18..0000000
--- a/l10n/src/ja/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ja.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>\u88fd\u54c1\u30d0\u30fc\u30b8\u30e7\u30f3\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>\u30b7\u30b9\u30c6\u30e0\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>\u30e6\u30fc\u30b6\u30fc\u30c7\u30a3\u30ec\u30af\u30c8\u30ea:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE \u304a\u3088\u3073 NetBeans \u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f netbeans.org \u304b\u3089\u63d0\u4f9b\u3055\u308c\u308b\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u306b\u57fa\u3065\u3044\u3066\u3044\u307e\u3059\u3002\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u306f Common Development and Distribution License (CDDL) \u3068\u30af\u30e9\u30b9\u30d1\u30b9\u4f8b\u5916\u4ed8\u304d GNU General Public License version 2 \u306e\u4e8c\u91cd\u30e9\u30a4\u30bb\u30f3\u30b9\u306e\u4e0b\u3067\u516c\u958b\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u8a73\u7d30\u306f\u3001<a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a> \u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={2} \u4e0a\u3067\u52d5\u4f5c\u3059\u308b {0} \u30d0\u30fc\u30b8\u30e7\u30f3 {1}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Swing \u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u5143\u306b\u3057\u305f\u7c21\u6613 HTML \u30d6\u30e9\u30a6\u30b6
-MSG_cannot_create_browser=Swing HTML \u30d6\u30e9\u30a6\u30b6\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002
-Services/Browsers/SwingBrowser.settings=Swing HTML \u30d6\u30e9\u30a6\u30b6
-LBL_Close=\u9589\u3058\u308b
-MNE_Close=C
-ACSN_Close=\u9589\u3058\u308b
-ACSD_Close=\u9589\u3058\u308b
-
diff --git a/l10n/src/ja/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_ja.properties
deleted file mode 100644
index abfc488..0000000
--- a/l10n/src/ja/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_ja.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache \u306e Felix OSGi \u5b9f\u88c5
-
diff --git a/l10n/src/ja/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ja.properties
deleted file mode 100644
index ac69aae..0000000
--- a/l10n/src/ja/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ja.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=\u30e9\u30a4\u30d6\u30e9\u30ea
-OpenIDE-Module-Short-Description=JNA \u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u30d0\u30f3\u30c9\u30eb\u3002
-OpenIDE-Module-Long-Description=\u3053\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u306b\u306f JNA \u30e9\u30a4\u30d6\u30e9\u30ea\u304c\u30d0\u30f3\u30c9\u30eb\u3055\u308c\u3066\u3044\u307e\u3059\u3002
-
diff --git a/l10n/src/ja/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ja.properties
deleted file mode 100644
index 886fefe..0000000
--- a/l10n/src/ja/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ja.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u30b9\u30af\u30ea\u30d7\u30c8\u4f5c\u6210 API \u306e\u7d71\u5408
-OpenIDE-Module-Display-Category=\u30e9\u30a4\u30d6\u30e9\u30ea
-OpenIDE-Module-Short-Description=\u30b9\u30af\u30ea\u30d7\u30c8\u4f5c\u6210 API \u306e\u30d0\u30f3\u30c9\u30eb\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002
-OpenIDE-Module-Long-Description=\u30b9\u30af\u30ea\u30d7\u30c8\u4f5c\u6210 API (javax.script \u30d1\u30c3\u30b1\u30fc\u30b8) \u306e\u30d0\u30f3\u30c9\u30eb\u306b\u4f7f\u7528\u3055\u308c\u308b\u30e2\u30b8\u30e5\u30fc\u30eb\u3002\u73fe\u5728\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093\u3002
-OpenIDE-Module-Deprecation-Message=JDK 6 \u304b\u3089\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u306b\u5bfe\u3059\u308b\u4f9d\u5b58\u95a2\u4fc2\u3092\u524a\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-
diff --git a/l10n/src/ja/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ja.properties
deleted file mode 100644
index a6faf8f..0000000
--- a/l10n/src/ja/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ja.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=\u30e9\u30a4\u30d6\u30e9\u30ea
-OpenIDE-Module-Short-Description=JUnit 4.x \u30c6\u30b9\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u30d0\u30f3\u30c9\u30eb\u3002
-OpenIDE-Module-Long-Description=JUnit 4.x \u5358\u4f53\u30c6\u30b9\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u30a4\u30f3\u30af\u30eb\u30fc\u30c9\u3002
-
diff --git a/l10n/src/ja/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_ja.properties
deleted file mode 100644
index 182fa58..0000000
--- a/l10n/src/ja/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_ja.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi \u4ed5\u69d8
-
diff --git a/l10n/src/ja/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ja.properties
deleted file mode 100644
index 7e5fdc6..0000000
--- a/l10n/src/ja/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ja.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=\u30af\u30a3\u30c3\u30af\u691c\u7d22
-QuickSearchComboBar.jLabel2.toolTipText=\u30af\u30ea\u30c3\u30af\u307e\u305f\u306f Shift+F10 \u30ad\u30fc\u3092\u62bc\u3057\u3066\u30ab\u30c6\u30b4\u30ea\u3092\u9078\u629e
-MSG_DiscoverabilityHint=\u691c\u7d22
-MSG_DiscoverabilityHint2={0} \u5185\u3092\u691c\u7d22
-LBL_MoreResults=...
-LBL_AllCategories=\u3059\u3079\u3066\u306e\u30ab\u30c6\u30b4\u30ea
-QuickSearchPopup.searchingLabel.text=\u691c\u7d22\u3057\u3066\u3044\u307e\u3059 ...
-QuickSearchPopup.noResultsLabel.text=(\u7d50\u679c\u306f\u3042\u308a\u307e\u305b\u3093)
-QuickSearchPopup.hintLabel.text={0}\u3002{1} \u3092\u62bc\u3059\u3068\u3059\u3079\u3066\u306e\u30ab\u30c6\u30b4\u30ea
-AbstractQuickSearchComboBar.command.toolTipText=\u30b7\u30b9\u30c6\u30e0 {0} \u5185\u3092\u30af\u30a3\u30c3\u30af\u691c\u7d22
-
diff --git a/l10n/src/ja/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ja.properties
deleted file mode 100644
index 1585444..0000000
--- a/l10n/src/ja/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ja.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=URL \u3092\u8868\u793a\u3067\u304d\u307e\u305b\u3093: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/ja/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ja.properties
deleted file mode 100644
index 879f0ff..0000000
--- a/l10n/src/ja/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ja.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Name=\u30af\u30a3\u30c3\u30af\u691c\u7d22 API
-OpenIDE-Module-Short-Description=\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u3001\u30a2\u30af\u30b7\u30e7\u30f3\u3001\u30d5\u30a1\u30a4\u30eb\u306a\u3069\u3067\u306e\u30af\u30a3\u30c3\u30af\u691c\u7d22\u7528\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc\u3067\u3059\u3002
-QuickSearch/Recent=\u6700\u8fd1\u306e\u691c\u7d22
-
diff --git a/l10n/src/ja/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ja.properties
deleted file mode 100644
index 81be4d9..0000000
--- a/l10n/src/ja/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ja.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=\u30d5\u30a3\u30eb\u30bf\u306a\u3057
-
diff --git a/l10n/src/ja/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ja.properties
deleted file mode 100644
index ca4ef31..0000000
--- a/l10n/src/ja/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ja.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Name=ETable \u3068\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3
-
diff --git a/l10n/src/ja/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ja.properties
deleted file mode 100644
index e3f97b5..0000000
--- a/l10n/src/ja/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ja.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u30eb\u30c3\u30af & \u30d5\u30a3\u30fc\u30eb\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u30e9\u30a4\u30d6\u30e9\u30ea
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=NetBeans \u7528\u306b\u30eb\u30c3\u30af & \u30d5\u30a3\u30fc\u30eb\u3054\u3068\u306e UIManager \u306e\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3092\u884c\u3044\u307e\u3059
-OpenIDE-Module-Long-Description=UIManager \u3067\u5fc5\u8981\u306a NetBeans \u7279\u6709\u306e\u5024\u3092\u5b9a\u7fa9\u3057\u3001BasicLookAndFeel \u3067\u5229\u7528\u53ef\u80fd\u306a\u3044\u304f\u3064\u304b\u306e\u5024\u304c\u3059\u3079\u3066\u306e\u30eb\u30c3\u30af & \u30d5\u30a3\u30fc\u30eb\u3067\u5229\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002Metal \u30c6\u30fc\u30de\u30b5\u30dd\u30fc\u30c8\u3001\u30eb\u30c3\u30af & \u30d5\u30a3\u30fc\u30eb\u306e\u9078\u629e\u3001\u30ab\u30b9\u30bf\u30e0\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba\u3092\u6271\u3044\u307e\u3059\u3002
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/ja/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_ja.properties
deleted file mode 100644
index 8618319..0000000
--- a/l10n/src/ja/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_ja.properties
+++ /dev/null
@@ -1,40 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=\u8b66\u544a: JDK \u306e\u30d0\u30b0 5079742 \u306b\u3088\u308a\u3001NetBeans \u306e\u30d5\u30a9\u30f3\u30c8\u304c\u3046\u307e\u304f\u8868\u793a\u3055\u308c\u307e\u305b\u3093\u3002JDK 1.5.0_02 \u307e\u305f\u306f\u305d\u308c\u4ee5\u964d\u306e\u3082\u306e\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u8a73\u7d30\u306f\u3001http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742 \u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002
diff --git a/l10n/src/ja/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ja.properties
deleted file mode 100644
index 64e4616..0000000
--- a/l10n/src/ja/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ja.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u30bf\u30d6\u5236\u5fa1
-OpenIDE-Module-Display-Category=\u30e9\u30a4\u30d6\u30e9\u30ea
-OpenIDE-Module-Short-Description=\u30a6\u30a3\u30f3\u30c9\u30a6\u30b7\u30b9\u30c6\u30e0\u3067\u4f7f\u7528\u3055\u308c\u308b\u30bf\u30d6\u306e\u5236\u5fa1
-OpenIDE-Module-Long-Description=NetBeans \u30a6\u30a3\u30f3\u30c9\u30a6\u30b7\u30b9\u30c6\u30e0\u306e\u30bf\u30d6\u5236\u5fa1 Bean \u30e9\u30a4\u30d6\u30e9\u30ea
-
-
-
-ACS_TabbedContainer=\u30bf\u30d6\u5236\u5fa1
-ACSD_TabbedContainer=\u30bf\u30d6\u3092\u5207\u308a\u66ff\u3048\u308b\u305f\u3081\u306e\u30bf\u30d6\u5236\u5fa1\u3002
-
-TT_TabDisplayer_Close=<html>Shift + \u30af\u30ea\u30c3\u30af\u3067\u3059\u3079\u3066\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u9589\u3058\u308b<br>Alt + \u30af\u30ea\u30c3\u30af\u3067\u307b\u304b\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u9589\u3058\u308b
-
diff --git a/l10n/src/ja/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ja.properties b/l10n/src/ja/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ja.properties
deleted file mode 100644
index b72f42d..0000000
--- a/l10n/src/ja/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ja.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=\u958b\u3044\u3066\u3044\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a
-
-Tip_Restore_Window=\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u5fa9\u5143
-
-Tip_Maximize_Window=\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u6700\u5927\u5316
-
-Tip_Minimize_Window=\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u6700\u5c0f\u5316
-
-Tip_Pin=\u30d4\u30f3
-
-Tip_Close_Window=\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u9589\u3058\u308b
-
-Tip_Scroll_Documents_Right=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53f3\u306b\u30b9\u30af\u30ed\u30fc\u30eb
-
-Tip_Scroll_Documents_Left=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u5de6\u306b\u30b9\u30af\u30ed\u30fc\u30eb
-
diff --git a/l10n/src/ja/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ja.properties
deleted file mode 100644
index 4ed5c42..0000000
--- a/l10n/src/ja/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ja.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\u30a2\u30af\u30b7\u30e7\u30f3 API
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=NetBeans \u5171\u901a\u30a2\u30af\u30b7\u30e7\u30f3\u306e\u5b9a\u7fa9
-OpenIDE-Module-Long-Description=NetBeans \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u4f7f\u7528\u3059\u308b\u5171\u901a\u306b\u4f7f\u7528\u3059\u308b\u30a2\u30af\u30b7\u30e7\u30f3\u306e\u30ea\u30b9\u30c8\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002
-
-
-New=\u8ffd\u52a0(&A)
-# {0} name of the only one new type
-NewArg=\u8ffd\u52a0 {0}(&A)
-
-# File
-NewFromTemplate=\u65b0\u898f(&N)
-Save=\u4fdd\u5b58(&S)
-Print=\u5370\u5237(&P)...
-PageSetup=\u30da\u30fc\u30b8\u8a2d\u5b9a(&G)...
-
-#0 undoableedit
-UndoWithParameter={0} \u5143\u306b\u623b\u3059(&U)
-#0 undoableedit
-RedoWithParameter={0} \u518d\u5b9f\u884c(&R)
-UndoSimple=\u5143\u306b\u623b\u3059(&U)
-RedoSimple=\u518d\u5b9f\u884c(&R)
-Cut=\u30ab\u30c3\u30c8(&T)
-Copy=\u30b3\u30d4\u30fc(&Y)
-Paste=\u30da\u30fc\u30b9\u30c8(&P)
-Delete=\u524a\u9664(&D)
-Find=\u691c\u7d22(&F)...
-Goto=\u884c\u3078\u79fb\u52d5(&L)...
-Replace=\u7f6e\u63db(&E)...
-
-# View
-Properties=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc(&P)
-View=\u30d3\u30e5\u30fc
-Edit=\u7de8\u96c6
-
-# Build
-Execute=\u5b9f\u884c(&E)
-
-# Window
-DockWindow=\u8868\u793a\u3092\u5408\u4f53(&D)
-UndockWindow=\u8868\u793a\u306e\u5408\u4f53\u3092\u89e3\u9664(&U)
-CloneView=\u8868\u793a\u3092\u30af\u30ed\u30fc\u30f3(&C)
-CloseView=\u9589\u3058\u308b
-NextTab=\u6b21\u306e\u8868\u793a(&N)
-PreviousTab=\u524d\u306e\u8868\u793a(&P)
-
-Open=\u958b\u304f
-Rename=\u540d\u524d\u3092\u5909\u66f4...
-
-MoveUp=\u4e0a\u3078\u79fb\u52d5
-MoveDown=\u4e0b\u3078\u79fb\u52d5
-
-
-Customize=\u30ab\u30b9\u30bf\u30de\u30a4\u30ba
-
-#rename action
-CTL_RenameTitle=\u540d\u524d\u3092\u5909\u66f4
-CTL_RenameLabel=\u65b0\u3057\u3044\u540d\u524d(&N):
-# {0} param represents old name before renaming.
-MSG_BadFormat=\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3092 {0} \u304b\u3089 {1} \u306b\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=\u30ac\u30d9\u30fc\u30b8\u30b3\u30ec\u30af\u30c8
-
-#HeapView
-LBL_ShowText=\u30c6\u30ad\u30b9\u30c8\u3092\u8868\u793a
-LBL_DropShadow=\u5f71\u3092\u4ed8\u3051\u308b
-LBL_OverlayGrid=\u30aa\u30fc\u30d0\u30fc\u30ec\u30a4\u30b0\u30ea\u30c3\u30c9
-
-# NewTemplateAction
-CTL_NewName=\u65b0\u3057\u3044\u540d\u524d
-CTL_NewNameTitle=\u65b0\u898f(&N)
-
-
-#Reorder Action
-Reorder=\u9806\u5e8f\u3092\u5909\u66f4...
-
-OpenLocalExplorer=\u30a8\u30af\u30b9\u30d7\u30ed\u30fc\u30e9\u3092\u3053\u3053\u304b\u3089\u958b\u304f(&H)
-
-WorkspacesItems=\u4f5c\u696d\u30b9\u30da\u30fc\u30b9(&W)
-
-
-# name of template
-CTL_Template_Name=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d(&N):
-# title of dialog
-CTL_Template_Dialog_Title=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u5316
-CTL_Template_Dialog_RootTitle=\u65e2\u5b58\u30af\u30e9\u30b9\u5185\u306b\u4fdd\u5b58(&I):
-
-
-# Tools action
-CTL_Tools=\u30c4\u30fc\u30eb
-CTL_EmptySubMenu=\u7a7a
-
-
-# name of the PopupAction
-Popup=\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7
-
-#SaveAction
-MSG_saved={0} \u3092\u4fdd\u5b58\u3057\u307e\u3057\u305f\u3002
-EXC_notsaved={0} \u3092\u4fdd\u5b58\u4e2d\u306b\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\n\u539f\u56e0: {1}
-#Template wizard title
-CTL_TemplateWizard=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304b\u3089\u65b0\u898f\u4f5c\u6210
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=\u30ac\u30d9\u30fc\u30b8\u30b3\u30ec\u30af\u30b7\u30e7\u30f3...
-CTL_GC=\u30ac\u30d9\u30fc\u30b8\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u5f37\u5236\u7684\u306b\u884c\u3046\u5834\u5408\u306b\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059
-
-
diff --git a/l10n/src/ja/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ja.properties
deleted file mode 100644
index 57c5375..0000000
--- a/l10n/src/ja/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ja.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI \u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30fc API
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u30e6\u30fc\u30b6\u30fc\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30fc\u3002
-OpenIDE-Module-Long-Description=\u5404\u7a2e UI \u95a2\u4fc2\u306e\u30bf\u30b9\u30af\u306e\u30d8\u30eb\u30d1\u30fc\u30e1\u30bd\u30c3\u30c9\u3002
-
-
-
-#MenuBar
-EXC_LoadMenu=\u30e1\u30cb\u30e5\u30fc {0} \u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093
-EXC_LoadMenuItem=\u30e1\u30cb\u30e5\u30fc\u9805\u76ee {0} \u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093
-
-#HtmlBrowser
-CTL_Back=\u623b\u308b
-CTL_Forward=\u6b21\u3078
-CTL_Reload=\u518d\u8aad\u307f\u8fbc\u307f
-CTL_Stop=\u505c\u6b62
-CTL_Document_done=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8: \u5b8c\u4e86
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=\u8aad\u307f\u8fbc\u307f\u4e2d
-EXC_Module=HTML \u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u521d\u671f\u5316\u4e2d\u306b\u4f8b\u5916
-CTL_WebBrowser=Web \u30d6\u30e9\u30a6\u30b6
-HINT_WebBrowser=Web \u30d6\u30e9\u30a6\u30b6
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=\u30d6\u30e9\u30a6\u30b6\u8868\u793a
-ACSD_HtmlBrowser=N/A
-ACS_HtmlBrowser_Location=\u5834\u6240
-ACSD_HtmlBrowser_Location=N/A
-
-# Splitted panel
-SplittedPanelVertical=\u5782\u76f4
-SplittedPanelHorizontal=\u6c34\u5e73
-SplittedPanelSwap=\u30d1\u30cd\u30eb\u5165\u308c\u66ff\u3048
-ResetSplitter=\u4ed5\u5207\u308a\u7dda\u3092\u5909\u66f4
-ACS_SplittedPanel_Name=1 \u756a\u76ee\u306e\u30d1\u30cd\u30eb {0}\u30022 \u756a\u76ee\u306e\u30d1\u30cd\u30eb {1}\u3002
-ACS_SplittedPanel_Description=1 \u756a\u76ee\u306e\u30d1\u30cd\u30eb {0}\u30022 \u756a\u76ee\u306e\u30d1\u30cd\u30eb {1}\u3002
-ACS_SplittedPanel_EmptySplitter=N/A
-ACSD_SplittedPanel_EmptySplitter=N/A
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/A
-#Title while loading
-LBL_Loading=\u8aad\u307f\u8fbc\u307f\u4e2d...
-#Title if html doesn't contain title tags
-LBL_Untitled=\u30bf\u30a4\u30c8\u30eb\u306a\u3057
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=\u4e0d\u660e\u306a\u30db\u30b9\u30c8: {0}
-FMT_InvalidURL=\u4e0d\u6b63\u306a URL: {0}
-FMT_NoRouteToHost=\u30db\u30b9\u30c8\u3078\u306e\u30eb\u30fc\u30c8\u306a\u3057: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS={3} \u3068\u3057\u3066\u5b9f\u88c5\u3055\u308c\u3066\u3044\u308b {4} \u3092 {1} \u3092\u901a\u3058\u3066\u547c\u3073\u51fa\u3057\u3066\u3044\u307e\u3059\u3002
-
-
-# action and their performers
-Open=\u958b\u304f
-Edit=\u7de8\u96c6
-Print=\u5370\u5237(&P)...
-View=\u8868\u793a
-Close=\u9589\u3058\u308b
-
diff --git a/l10n/src/ja/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ja.properties
deleted file mode 100644
index 070f4bc..0000000
--- a/l10n/src/ja/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ja.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u4e92\u63db\u6027 API
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u73fe\u5728\u306f\u975e\u63a8\u5968\u306b\u306a\u3063\u3066\u3044\u308b\u3044\u304f\u3064\u304b\u306e\u65e7\u30af\u30e9\u30b9\u3002
-OpenIDE-Module-Long-Description=\u73fe\u5728\u306f\u975e\u63a8\u5968\u306b\u306a\u3063\u3066\u3044\u3066\u3001\u7f6e\u304d\u63db\u3048\u3089\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308b\u65e7 API \u30af\u30e9\u30b9\u304c\u3044\u304f\u3064\u304b\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u4f8b: ExplorerActions;\u3001ExplorerPanel;\u3001HttpServer;\u3001WeakListener\u3002
-OpenIDE-Module-Deprecation-Message=\u3053\u306e API \u5185\u306e\u30af\u30e9\u30b9\u306f\u3059\u3079\u3066\u975e\u63a8\u5968\u3067\u3001\u65b0\u3057\u3044 API \u306b\u7f6e\u304d\u63db\u3048\u3089\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002
-
diff --git a/l10n/src/ja/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ja.properties
deleted file mode 100644
index f981b4e..0000000
--- a/l10n/src/ja/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ja.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u30c0\u30a4\u30a2\u30ed\u30b0 API
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u30c0\u30a4\u30a2\u30ed\u30b0\u3068\u30a6\u30a3\u30b6\u30fc\u30c9\u3092\u51e6\u7406\u3057\u307e\u3059\u3002
-OpenIDE-Module-Long-Description=\u3053\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u306f\u3001NetBeans \u3067\u4f7f\u7528\u3055\u308c\u308b\u30c0\u30a4\u30a2\u30ed\u30b0\u3068\u30a6\u30a3\u30b6\u30fc\u30c9\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc\u3092\u51e6\u7406\u3057\u307e\u3059\u3002
-
-# Notify system
-NTF_ErrorTitle=\u30a8\u30e9\u30fc
-NTF_ExceptionTitle=\u4f8b\u5916
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException={0} \u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\nmessages.log \u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30d4\u30fc\u3092\u4ed8\u3051\u3066\u3001http://www.netbeans.org/issues.html \u304b\u3089\u3053\u306e\u4f8b\u5916\u3092\u5831\u544a\u3057\u3066\u304f\u3060\u3055\u3044\u3002\nmessages.log \u30d5\u30a1\u30a4\u30eb\u306f\u3001{1} \u30d5\u30a9\u30eb\u30c0\u306b\u3042\u308a\u307e\u3059\u3002
-NTF_ExceptionalExceptionTitle=\u4e88\u671f\u3057\u306a\u3044\u4f8b\u5916
-NTF_PlainTitle=\u30e1\u30c3\u30bb\u30fc\u30b8
-NTF_QuestionTitle=\u8cea\u554f
-NTF_InformationTitle=\u60c5\u5831
-NTF_WarningTitle=\u8b66\u544a
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u4f4d\u7f6e\u63c3\u3048
-
-#
-# names of buttons
-#
-CTL_OK=\u4e86\u89e3
-CTL_YES=\u306f\u3044
-CTL_NO=\u3044\u3044\u3048
-CTL_CLOSE=\u9589\u3058\u308b
-
-CTL_CANCEL=\u53d6\u6d88\u3057
-ACSD_CANCEL=n/a
-
-CTL_NEXT=\u6b21\u3078 >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#\u30a6\u30a3\u30b6\u30fc\u30c9\u306e\u6b21\u306e\u30b9\u30c6\u30c3\u30d7\u306b\u79fb\u52d5\u3057\u307e\u3059\u3002|2#\u6b21\u306e\u30b9\u30c6\u30c3\u30d7: {0}. {1}}
-
-CTL_PREVIOUS=< \u623b\u308b(&B)
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#\u30a6\u30a3\u30b6\u30fc\u30c9\u306e\u524d\u306e\u30b9\u30c6\u30c3\u30d7\u306b\u79fb\u52d5\u3057\u307e\u3059\u3002|0#\u524d\u306e\u30b9\u30c6\u30c3\u30d7: {0}. {1}}
-
-CTL_FINISH=\u5b8c\u4e86(&F)
-ACSD_FINISH=n/a
-
-# NotifyDescriptor
-
-ACSD_InputPanel=\u5165\u529b\u30d5\u30a1\u30a4\u30eb
-ACSD_InputField=N/A
-ACN_NotifyDescriptor_MessageJTextArea=N/A
-ACD_NotifyDescriptor_MessageJTextArea=N/A
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} \u30a6\u30a3\u30b6\u30fc\u30c9 ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} / {1}
-CTL_ContentName=\u30b9\u30c6\u30c3\u30d7
-CTL_HelpName=\u30d8\u30eb\u30d7
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002
-
diff --git a/l10n/src/ja/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ja.properties
deleted file mode 100644
index cf43fbe..0000000
--- a/l10n/src/ja/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ja.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u5b9f\u884c API
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=Open API \u304b\u3089\u306e\u5b9f\u884c API
-OpenIDE-Module-Long-Description=Open API \u304b\u3089\u306e org.openide.execution.* \u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u69cb\u6210\u8981\u7d20\u3067\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002
-
diff --git a/l10n/src/ja/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ja.properties
deleted file mode 100644
index 30e6779..0000000
--- a/l10n/src/ja/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ja.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=\u30a8\u30af\u30b9\u30d7\u30ed\u30fc\u30e9\u304a\u3088\u3073\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u30b7\u30fc\u30c8 API
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u30ce\u30fc\u30c9\u69cb\u9020\u3092\u8868\u793a\u3059\u308b\u5404\u7a2e\u30d3\u30e5\u30fc\u3002
-OpenIDE-Module-Long-Description=\u30ce\u30fc\u30c9 API \u3092\u4f7f\u7528\u3057\u3066\u4f5c\u6210\u3055\u308c\u305f\u69cb\u9020\u3092\u8868\u793a\u3059\u308b\u65b0\u3057\u3044\u30d3\u30e5\u30fc\u3092\u5b9a\u7fa9\u3067\u304d\u307e\u3059\u3002
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=\u30a8\u30af\u30b9\u30d7\u30ed\u30fc\u30e9 [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=\u30a8\u30af\u30b9\u30d7\u30ed\u30fc\u30e9\u30a6\u30a3\u30f3\u30c9\u30a6\u304c\u5fa9\u5143\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30eb\u30fc\u30c8\u30ce\u30fc\u30c9\u300c{0}\u300d\u304c \u6b63\u3057\u304f\u5fa9\u5143\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=\u30a8\u30af\u30b9\u30d7\u30ed\u30fc\u30e9\u30d3\u30e5\u30fc\u306f\u7a7a\u306e\u9078\u629e\u3092\u62d2\u5426\u3057\u3066\u306f\u306a\u308a\u307e\u305b\u3093\u3002
-EXC_ContextMustBeWithinRootContext=\u30a8\u30af\u30b9\u30d7\u30ed\u30fc\u30e9\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8 ({0}) \u306f\u3001\u30eb\u30fc\u30c8\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8 ({1}) \u5185\u306b\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
-EXC_NodeCannotBeNull=\u30ce\u30fc\u30c9\u9078\u629e\u306b\u306f null \u3092\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002
-EXC_NoElementOfNodeSelectionMayBeNull=\u30ce\u30fc\u30c9\u9078\u629e\u306e\u8981\u7d20\u306b\u306f null \u3092\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002
-EXC_NodeSelectionCannotContainNodes=\u30eb\u30fc\u30c8 ({1}) \u306e\u4e0b\u306b\u306a\u3044\u30ce\u30fc\u30c9 ({0}) \u3092\u30ce\u30fc\u30c9\u9078\u629e\u306b\u542b\u3081\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
-EXC_CannotHaveNullRootContext=null \u306e\u30eb\u30fc\u30c8\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u3092\u6301\u3064\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=\u672c\u5f53\u306b {0} \u3092\u524a\u9664\u3057\u307e\u3059\u304b ?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=\u672c\u5f53\u306b {0} \u3068\u305d\u306e\u5185\u5bb9\u3092\u3059\u3079\u3066\u524a\u9664\u3057\u307e\u3059\u304b ?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=\u672c\u5f53\u306b\u3053\u308c\u3089\u306e {0} \u9805\u76ee\u3092\u524a\u9664\u3057\u307e\u3059\u304b ?
-MSG_ConfirmDeleteObjectTitle=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u524a\u9664\u306e\u78ba\u8a8d
-MSG_ConfirmDeleteFolderTitle=\u30d1\u30c3\u30b1\u30fc\u30b8\u524a\u9664\u306e\u78ba\u8a8d
-MSG_ConfirmDeleteObjectsTitle=\u8907\u6570\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u524a\u9664\u306e\u78ba\u8a8d
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=\u672c\u5f53\u306b {0} ({3} \u3078\u306e\u30ea\u30f3\u30af) \u3092\u524a\u9664\u3057\u307e\u3059\u304b ?
-MSG_ConfirmDeleteShadowTitle=\u30ea\u30f3\u30af\u524a\u9664\u306e\u78ba\u8a8d
-
-
diff --git a/l10n/src/ja/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ja.properties
deleted file mode 100644
index dbf1170..0000000
--- a/l10n/src/ja/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ja.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=\u4f8b\u5916\u767a\u751f\u500b\u6240
-PS_Editor=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u30a8\u30c7\u30a3\u30bf
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=\u914d\u5217
-FMT_ErrorSettingProperty=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002{0} \u306f {1} \u306b\u6709\u52b9\u306a\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
-FMT_CannotUpdateProperty={0} \u306f {1} \u306b\u6709\u52b9\u306a\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
-
-#PropertySheet
-CTL_NoPropertyEditor=(\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u30a8\u30c7\u30a3\u30bf\u306a\u3057)
-CTL_NoProperties=<\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306a\u3057>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=\u30ab\u30c6\u30b4\u30ea\u3067\u30bd\u30fc\u30c8
-ACS_CTL_NoSort=\u30ab\u30c6\u30b4\u30ea\u3067\u30bd\u30fc\u30c8
-CTL_AlphaSort=\u540d\u524d\u3067\u30bd\u30fc\u30c8
-ACS_CTL_AlphaSort=\u540d\u524d\u3067\u30bd\u30fc\u30c8
-CTL_TypeSort=\u7a2e\u985e\u3067\u30bd\u30fc\u30c8
-ACS_CTL_TypeSort=\u7a2e\u985e\u3067\u30bd\u30fc\u30c8
-CTL_VisibleWritableOnly=\u7de8\u96c6\u53ef\u80fd\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u307f\u8868\u793a
-ACS_CTL_VisibleWritableOnly=\u7de8\u96c6\u53ef\u80fd\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u307f\u8868\u793a
-CTL_Customize=\u30ab\u30b9\u30bf\u30de\u30a4\u30b6
-ACS_CTL_Customize=\u30ab\u30b9\u30bf\u30de\u30a4\u30b6
-CTL_Help=\u30d8\u30eb\u30d7
-ACS_CTL_Help=\u30d8\u30eb\u30d7
-ACSD_CTL_Help=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u30b7\u30fc\u30c8\u306b\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3092\u6301\u3064\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u95a2\u3059\u308b\u30d8\u30eb\u30d7\u3092\u63d0\u4f9b\u3057\u307e\u3059
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]\u30c7\u30b6\u30a4\u30f3\u6642\u306b\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc >>{0}<< \u3092\u4f7f\u7528\u3059\u308b\u3068\u4f8b\u5916\u304c\u30b9\u30ed\u30fc\u3055\u308c\u307e\u3059\u3002
-
-#PropertySheet
-CTL_Property_sheet_option=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u30b7\u30fc\u30c8
-
-
-#IndexedPropertyEditor
-CTL_NoItem=\u9069\u7528\u3067\u304d\u308b\u9805\u76ee\u306a\u3057
-CTL_Index=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u7d22\u5f15:
-CTL_Unknown=\u4e0d\u660e
-
-#PropertyDialogManager
-CTL_OK=\u4e86\u89e3
-ACSD_CTL_OK=N/A
-CTL_Cancel=\u53d6\u6d88\u3057
-ACSD_CTL_Cancel=N/A
-CTL_Close=\u9589\u3058\u308b
-ACSD_CTL_Close=N/A
-CTL_Default=\u30c7\u30d5\u30a9\u30eb\u30c8\u306b\u30ea\u30bb\u30c3\u30c8(&D)
-ACSD_CTL_Default=N/A
-CTL_Paste=\u30da\u30fc\u30b9\u30c8
-
-#PropertyDetails
-EXC_Setter=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u8a2d\u5b9a\u30e1\u30bd\u30c3\u30c9\u3067\u4f8b\u5916: {0}
-EXC_Setter_localized=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc {0} \u306e\u8a2d\u5b9a\u30e1\u30bd\u30c3\u30c9\u3067\u4f8b\u5916:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<\u30ab\u30b9\u30bf\u30e0\u30a8\u30c7\u30a3\u30bf\u306a\u3057>
-CTL_No_property_editor=<\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u30a8\u30c7\u30a3\u30bf\u306a\u3057>
-CTL_Different_Values=<\u7570\u306a\u308b\u5024>
-CTL_Desc_Different_Values=\u9078\u629e\u3057\u305f\u8907\u6570\u306e\u30ce\u30fc\u30c9\u306f\u3001\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306b\u7570\u306a\u308b\u5024\u3092\u4fdd\u6301\u3057\u3066\u3044\u307e\u3059\u3002
-CTL_No_properties=<\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306a\u3057>
-CTL_No_value=<\u5024\u306a\u3057>
-CTL_No_type=<\u578b\u306a\u3057>
-CTL_ElipsisHint=\u30ab\u30b9\u30bf\u30de\u30a4\u30b6\u8d77\u52d5\u3002
-CTL_InvalidValue=\u7121\u52b9\u306a\u5024: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Invalid value {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Type: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc(&P)
-CTL_New=\u65b0\u898f(&N)
-CTL_Delete=\u524a\u9664(&D)
-CTL_MoveUp=\u4e0a\u3078\u79fb\u52d5(&U)
-CTL_MoveDown=\u4e0b\u3078\u79fb\u52d5(&D)
-CTL_HideDetails=\u8a73\u7d30\u3092\u975e\u8868\u793a(&H)
-CTL_ShowDetails=\u8a73\u7d30\u3092\u8868\u793a(&S)
-EXC_ErrorInIndexedSetter=\u7d22\u5f15\u4ed8\u3051\u3055\u308c\u305f\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u5024\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093
-
-ACSD_Properties=N/A
-ACSD_New=N/A
-ACSD_Delete=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_HideDetails=N/A
-ACSD_ShowDetails=N/A
-ACSD_IndexedEditorPanel=N/A
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=\u540d\u524d
-COLUMN_VALUES=\u5024
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<\u8aad\u307f\u53d6\u308a\u4e0d\u80fd>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=\u5024\u306e\u8a2d\u5b9a\u30a8\u30e9\u30fc
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=\u4e0d\u660e\u306a\u30bd\u30fc\u30c8\u30e2\u30fc\u30c9
-
-#Button labels for property dialogs
-ok=\u4e86\u89e3
-default=\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u5fa9\u5143
-cancel=\u53d6\u6d88\u3057
-close=\u9589\u3058\u308b
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=\u8aac\u660e
-ACSD_Description=\u73fe\u5728\u9078\u629e\u3055\u308c\u3066\u3044\u308b\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u8aac\u660e
-ACS_DescriptionTitle=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u540d
-ACSD_DescriptionTitle=\u73fe\u5728\u7de8\u96c6\u4e2d\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u540d\u524d
-CTL_NO_DESCRIPTION=\u8aac\u660e\u306f\u3042\u308a\u307e\u305b\u3093\u3002
-CTL_NO_SELECTION=\u4f55\u3082\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093
-ACS_Splitter=\u30b9\u30d7\u30ea\u30c3\u30bf
-ACSD_Splitter=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u30c6\u30fc\u30d6\u30eb\u3068\u8aac\u660e\u9818\u57df\u3092\u5206\u5272\u3059\u308b\u30d3\u30b8\u30e5\u30a2\u30eb\u30c7\u30a3\u30d0\u30a4\u30c0\u3002
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} \u3068 {1} \u306f\u540c\u3058\u3067\u3059
-FMT_ACST_SheetSet=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u30b0\u30eb\u30fc\u30d7 {0}
-ACST_No_Selection=\u4f55\u3082\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093
-CTL_Multiple_Selection=\u8907\u6570\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u3059
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=\u30ab\u30b9\u30bf\u30e0\u30a8\u30c7\u30a3\u30bf\u3092\u958b\u304f\u306b\u306f\u3001\u30af\u30ea\u30c3\u30af\u307e\u305f\u306f\u9078\u629e\u3057\u3066 CTRL-SPACE \u3092\u62bc\u3057\u307e\u3059\u3002\u30e1\u30cb\u30e5\u30fc\u3092\u8868\u793a\u3059\u308b\u5834\u5408\u306f\u53f3\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=\u8aac\u660e\u9818\u57df\u3092\u8868\u793a
-CTL_HideDescription=\u8aac\u660e\u9818\u57df\u3092\u975e\u8868\u793a
-CTL_RestoreDefaultValue=\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u5fa9\u5143
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=\u4e0d\u6b63\u306a\u6570\u5024\u5f62\u5f0f: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=\u30ab\u30b9\u30bf\u30e0\u30a8\u30c7\u30a3\u30bf: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u8868
-ACSN_SHEET_TABBED_PANE=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u30ab\u30c6\u30b4\u30ea
-ACSD_SHEET_TABLE=\u73fe\u5728\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8868\u3059\u7de8\u96c6\u53ef\u80fd\u306a\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u8868
-ACSD_SHEET_TABBED_PANE=\u73fe\u5728\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u5225\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u30bb\u30c3\u30c8\u3092\u9078\u629e\u3057\u3066\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u30b7\u30fc\u30c8\u306b\u8868\u793a\u3067\u304d\u307e\u3059
-
-LBL_QUICKSEARCH=\u30af\u30a3\u30c3\u30af\u691c\u7d22:
-
-MSG_SetAsText_InvalidValue=\u7121\u52b9\u306a\u5024: {0}
-
diff --git a/l10n/src/ja/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ja.properties
deleted file mode 100644
index 022309d..0000000
--- a/l10n/src/ja/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ja.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=\u7a7a
-MenuViewStartFromRoot=\u30eb\u30fc\u30c8\u304b\u3089\u53c2\u7167
-MenuViewStartFromCurrent=\u73fe\u5728\u4f4d\u7f6e\u304b\u3089\u53c2\u7167
-
-# TabView
-TabView_RootTab=\u30eb\u30fc\u30c8
-
-# TreeView
-VetoSelectedNodes=\u9078\u629e\u3055\u308c\u305f\u30ce\u30fc\u30c9
-LBL_QUICKSEARCH=\u691c\u7d22:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3092 {0} \u304b\u3089 {1} \u306b\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002
-ACSN_TreeViewCellEditor=\u540d\u524d\u5909\u66f4\u30a8\u30c7\u30a3\u30bf
-ACSD_TreeViewCellEditor=\u30c4\u30ea\u30fc\u30d3\u30e5\u30fc\u5185\u306e\u30ce\u30fc\u30c9\u540d\u306e\u30a4\u30f3\u30d7\u30ec\u30fc\u30b9\u30a8\u30c7\u30a3\u30bf
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=\u8ee2\u9001\u5185\u5bb9\u304c\u5b9b\u5148\u3067\u53d7\u3051\u5165\u308c\u3089\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-
-MSG_ABORT=\u53d6\u6d88\u3057
-
-#TableSheet
-ACS_TableSheet=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u30c6\u30fc\u30d6\u30eb
-ACSD_TableSheet=N/A
-ACS_NullPanel=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306a\u3057
-# {0} - bean
-ACSD_NullPanel=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306a\u3057\u3002 Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} \u578b: {1} Bean: {2}
-CTL_No_value=<\u5024\u306a\u3057>
-CTL_No_type=<\u578b\u306a\u3057>
-
-# TreeTableView
-LBL_ColumnDialogTitle=\u8868\u793a\u9805\u76ee\u306e\u5909\u66f4
-LBL_ColumnDialogDesc=\u30ea\u30b9\u30c8\u306b\u8868\u793a\u3059\u308b\u9805\u76ee\u3092\u9078\u629e
-LBL_ListOptions=\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8868\u793a
-LBL_ChangeColumns=\u8868\u793a\u9805\u76ee\u3092\u5909\u66f4...
-LBL_SortMenu=\u30bd\u30fc\u30c8
-LBL_Ascending=\u6607\u9806
-LBL_Descending=\u964d\u9806
-LBL_ColsMenu=\u5217
-LBL_MoveLeft=\u5de6\u3078\u79fb\u52d5
-LBL_MoveRight=\u53f3\u306b\u79fb\u52d5
-MSG_NoColumnsToChange=\u8868\u793a\u65b9\u6cd5\u3092\u5909\u66f4\u3059\u308b\u5217\u304c\u3042\u308a\u307e\u305b\u3093\u3002
-LBL_NoSort=\u306a\u3057
-ACSN_ColumnDialog=\u8868\u793a\u9805\u76ee\u306e\u5909\u66f4
-ACSD_ColumnDialog=\u30ea\u30b9\u30c8\u306b\u8868\u793a\u3059\u308b\u9805\u76ee\u3092\u9078\u629e
-
-#a11y
-ACSN_TreeTable=N/A
-ACSD_TreeTable=N/A
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=\u6b21\u306e\u6761\u4ef6\u306e\u884c\u306e\u307f\u8868\u793a
-
-CTL_ColumnsSelector=\u8868\u793a\u9805\u76ee\u306e\u5909\u66f4
-ACN_ColumnsSelector=\u5217\u30bb\u30ec\u30af\u30bf
-ACD_ColumnsSelector=\u8868\u793a\u5217\u3092\u9078\u629e
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=\u30ea\u30b9\u30c8\u306b\u8868\u793a\u3059\u308b\u9805\u76ee\u3092\u9078\u629e
-NodeOutlineModel_NodesColumnLabel=\u30ce\u30fc\u30c9
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Children.MUTEX \u8aad\u307f\u53d6\u308a\u30a2\u30af\u30bb\u30b9\u6a29\u306a\u3057\u3067 {0} \u306b\u30a2\u30af\u30bb\u30b9
-
diff --git a/l10n/src/ja/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ja.properties
deleted file mode 100644
index 0768e8e..0000000
--- a/l10n/src/ja/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ja.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=\u7121\u52b9\u306a XML \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8:
-
-W-003=\u8b66\u544a: XML \u30d1\u30fc\u30b5\u30fc\u3067\u306f\u3001\u5b57\u53e5\u30cf\u30f3\u30c9\u30e9\u306e\u6a5f\u80fd\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093\u3002
-
diff --git a/l10n/src/ja/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ja.properties
deleted file mode 100644
index 7e65d4d..0000000
--- a/l10n/src/ja/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ja.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 API
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u4eee\u60f3\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 API\u3002
-OpenIDE-Module-Long-Description=\u5b9f\u969b\u306e OS \u30d5\u30a1\u30a4\u30eb\u306b\u4f9d\u5b58\u3057\u306a\u3044\u65b9\u6cd5\u3067\u30ea\u30bd\u30fc\u30b9\u306e\u3088\u3046\u306b\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u3059\u3002\u30c7\u30a3\u30b9\u30af\u306e\u5909\u66f4\u901a\u77e5\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u307e\u3059\u3002
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid={0} \u306f\u7121\u52b9
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=\u30eb\u30fc\u30c8 {0} \u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 {0} \u306e\u30eb\u30fc\u30c8\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} = name of FS
-EXC_CannotRenameRoot=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 {0} \u306e\u30eb\u30fc\u30c8\u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete={1} \u4e2d\u306e\u30d5\u30a1\u30a4\u30eb {0} \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename={1} \u4e2d\u306e {0} \u306e\u540d\u524d\u3092 {2} \u306b\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} = display name of the filesystem
-EXC_FSisRO=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 {0} \u306f\u8aad\u307f\u53d6\u308a\u5c02\u7528\u3067\u3059\u3002
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO={1} \u4e2d\u306e\u30d5\u30a1\u30a4\u30eb {0} \u306f\u8aad\u307f\u53d6\u308a\u5c02\u7528\u3067\u3059\u3002
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 {2} \u306e {1} \u306f\u30d5\u30a9\u30eb\u30c0\u3067\u306f\u306a\u3044\u305f\u3081\u3001\u30d5\u30a1\u30a4\u30eb {0} \u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=\u30d5\u30a9\u30eb\u30c0\u540d "{0}" \u3067\u30b9\u30e9\u30c3\u30b7\u30e5\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=\u30d5\u30a9\u30eb\u30c0 {0} \u306f {1} ({2}) \u306b\u3059\u3067\u306b\u5b58\u5728\u3057\u3066\u3044\u307e\u3059\u3002
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=\u30d5\u30a9\u30eb\u30c0 {0} \u306f {1} ({2}) \u306b\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 {1} ({2}) \u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb {0} \u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059\u3002
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=\u30d5\u30a1\u30a4\u30eb {2}.{3} \u3092\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 {1} \u4e0a\u306e\u30d5\u30a9\u30eb\u30c0 {0} \u306b\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock={2} \u306e\u73fe\u5728\u306e\u30ed\u30c3\u30af [{3}] \u3067\u3001\u7121\u52b9\u306a\u30d5\u30a1\u30a4\u30eb {1} \u3078\u306e\u30ed\u30c3\u30af [{0}]
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=filesystem.attributes \u30d5\u30a1\u30a4\u30eb\u3092\u4fee\u6b63\u3067\u304d\u307e\u305b\u3093:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=\u30d5\u30a1\u30a4\u30eb {1} \u304c\u30d5\u30a9\u30eb\u30c0 {0} \u4e2d\u306b\u3042\u308a\u307e\u305b\u3093\u3002
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} \u306f\u8aad\u307f\u53d6\u308a\u5c02\u7528\u3067\u3059\u3002
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} \u306f {1} \u5185\u306b\u3042\u308b\u305f\u3081\u3001\u8aad\u307f\u53d6\u308a\u5c02\u7528\u3067\u3059\u3002
-
-# {0} = name of zip file 
-EXC_FileNotExists=\u30d5\u30a1\u30a4\u30eb {0} \u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002
-
-# {0} = name of zip file 
-EXC_CanntRead=\u30d5\u30a1\u30a4\u30eb {0} \u304b\u3089\u8aad\u307f\u53d6\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} = name of zip file 
-EXC_NotValidFile=\u30d5\u30a1\u30a4\u30eb {0} \u3067\u30a8\u30e9\u30fc\u3002
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=JAR \u30d5\u30a1\u30a4\u30eb {1} \u3067\u30a8\u30e9\u30fc: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=\u4e0d\u660e\u306a JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=\u8907\u6570\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0
-EXC_FileOutsideModified=\u30d5\u30a1\u30a4\u30eb {0} \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002\u5225\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u30d5\u30a1\u30a4\u30eb\u3092\u79fb\u52d5\u3057\u305f\u304b\u3001\u540d\u524d\u3092\u5909\u66f4\u3057\u305f\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002
-XML_NotValidXMLFileSystem=\u7121\u52b9\u306a XML \u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u3002
-EXC_DefAttrReadErr=DefaultAttributes \u3092\u8aad\u307f\u53d6\u308c\u307e\u305b\u3093\u3002
-EXC_UnreachableCode=\u5185\u90e8\u30a8\u30e9\u30fc: \u5230\u9054\u4e0d\u80fd\u306a\u30b3\u30fc\u30c9\u3002
-
-EXC_FolderCopy=\u30d5\u30a9\u30eb\u30c0\u306e\u30b3\u30d4\u30fc\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
-XML_RootInvalid=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u8981\u7d20\u306f\u30eb\u30fc\u30c8\u8981\u7d20\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
-XML_MisssingAttr=\u5c5e\u6027\u306e \"\u540d\u524d\" \u304c\u3042\u308a\u307e\u305b\u3093
-XML_InaccurateParam=\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u6570\u304c\u4e0d\u6b63\u78ba\u3067\u3059
-XML_UnknownElement=\u4e0d\u660e\u306a\u8981\u7d20\u3067\u3059\u3002
-XML_DuplElement=FileObject \u304c\u91cd\u8907:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={1} \u4e2d\u306e {0}
-
-# Logging
-MSG_CACHED_INPUT_STREAM={0} \u306e\u30b9\u30c8\u30ea\u30fc\u30e0\u3092\u958b\u3044\u3066\u3044\u307e\u3059
-
diff --git a/l10n/src/ja/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ja.properties
deleted file mode 100644
index c029c1b..0000000
--- a/l10n/src/ja/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ja.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u5165\u51fa\u529b API
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u51fa\u529b\u306e\u8868\u793a\u306b\u95a2\u3059\u308b Open API
-OpenIDE-Module-Long-Description=org.openide.windows.* \u304b\u3089\u306e\u30af\u30e9\u30b9\u3067\u3001\u51fa\u529b\u30bf\u30d6\u306e\u4f5c\u6210\u3001\u51fa\u529b\u306e\u8868\u793a\u3001\u304a\u3088\u3073\u51fa\u529b\u306e\u30cf\u30a4\u30d1\u30fc\u30ea\u30f3\u30af\u306b\u95a2\u3059\u308b\u3082\u306e\u3092\u542b\u307f\u307e\u3059\u3002
-
diff --git a/l10n/src/ja/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_ja.properties
deleted file mode 100644
index d4ad970..0000000
--- a/l10n/src/ja/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_ja.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Long-Description=\u3053\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u306f\u30c7\u30fc\u30bf\u30b7\u30b9\u30c6\u30e0 API \u306b\u30b9\u30af\u30ea\u30d7\u30c8\u4f5c\u6210 API \u3092\u7d50\u5408\u3057\u307e\u3059\u3002\u305d\u306e\u7d50\u679c\u3001\u4efb\u610f\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u4f5c\u6210\u304a\u3088\u3073\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u4f5c\u6210\u8a00\u8a9e\u3092\u4f7f\u7528\u3057\u3066\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u4f5c\u6210\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059\u3002
-OpenIDE-Module-Name=\u8a73\u7d30\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u4f5c\u6210
-OpenIDE-Module-Short-Description=\u30c7\u30fc\u30bf\u30b7\u30b9\u30c6\u30e0\u4ee5\u5916\u306b\u3082\u9069\u7528\u53ef\u80fd\u306a\u8a73\u7d30\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u4f5c\u6210
-
diff --git a/l10n/src/ja/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ja.properties
deleted file mode 100644
index 61c6af3..0000000
--- a/l10n/src/ja/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ja.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u30c7\u30fc\u30bf\u30b7\u30b9\u30c6\u30e0 API
-OpenIDE-Module-Short-Description=\u30c7\u30fc\u30bf\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e NetBeans Open API\u3002
-OpenIDE-Module-Long-Description=\u30c7\u30fc\u30bf\u30b7\u30b9\u30c6\u30e0 API \u306f\u3001\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0 API \u306e\u4e0a\u4f4d\u306e\u968e\u5c64\u3067\u3001\u30c7\u30fc\u30bf\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8a8d\u8b58\u3057\u3066\u30b0\u30eb\u30fc\u30d7\u5316\u3057\u3001 \u7279\u5b9a\u306e\u30bb\u30de\u30f3\u30c6\u30a3\u30af\u30b9\u3092\u5272\u308a\u5f53\u3066\u307e\u3059\u3002\u4ee5\u524d\u306f\u3001\u6c4e\u7528 Open API \u306e\u4e00\u90e8\u3067\u3057\u305f\u304c\u3001\u73fe\u5728\u306f\u72ec\u7acb\u3057\u305f 1 \u3064\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-
-#DefaultDataObject
-HINT_DefaultDataObject=\u8a8d\u8b58\u3067\u304d\u306a\u3044\u30d5\u30a1\u30a4\u30eb
-
-EXC_SharedAccess=\u5171\u6709\u30a2\u30af\u30bb\u30b9
-
-#Folder.Index
-EXC_ReorderFailed=\u65b0\u3057\u3044\u9806\u5e8f\u3092\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093\u3002
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=\u30d5\u30a1\u30a4\u30eb {0} \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint={3} \u3078\u306e\u30ea\u30f3\u30af
-
-PROP_ShadowOriginalName=\u5143\u306e\u540d\u524d
-HINT_ShadowOriginalName=\u3053\u306e\u30ea\u30f3\u30af\u304c\u53c2\u7167\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3002
-PROP_ShadowOriginalFileSystem=\u5143\u306e\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u540d
-HINT_ShadowOriginalFileSystem=\u5143\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306e\u540d\u524d\u3002
-
-# DataNode
-PROP_name=\u540d\u524d
-HINT_name=\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3002
-PROP_template=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8
-HINT_template=True \u306e\u5834\u5408\u3001\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306f\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3067\u3059 (\u81ea\u8eab\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u4f5c\u6210\u3067\u304d\u307e\u3059)\u3002
-PROP_files=\u3059\u3079\u3066\u306e\u30d5\u30a1\u30a4\u30eb
-HINT_files=\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u3088\u3063\u3066\u8868\u3055\u308c\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u89a7\u3002
-PROP_size=\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba
-HINT_size=\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u5927\u304d\u3055 (\u30d0\u30a4\u30c8\u5358\u4f4d)\u3002(\u300c\u3059\u3079\u3066\u306e\u30d5\u30a1\u30a4\u30eb\u300d\u4e00\u89a7\u306e\u6700\u521d\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u306e\u307f\u9069\u7528\u3055\u308c\u308b)
-PROP_lastModified=\u4fee\u6b63\u65e5\u6642
-HINT_lastModified=\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u304c\u6700\u5f8c\u306b\u4fee\u6b63\u3055\u308c\u305f\u65e5\u6642\u3002(\u300c\u3059\u3079\u3066\u306e\u30d5\u30a1\u30a4\u30eb\u300d\u4e00\u89a7\u306e\u6700\u521d\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u306e\u307f\u9069\u7528\u3055\u308c\u308b)
-PROP_extension=\u62e1\u5f35\u5b50
-HINT_extension=\u4e3b\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50\u3002
-ERROR_extension=\u62e1\u5f35\u5b50\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u30d5\u30a1\u30a4\u30eb\u306f\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002
-
-# name of set with sorting options
-PROP_sorting=\u30bd\u30fc\u30c8
-HINT_sorting=\u30bd\u30fc\u30c8\u304a\u3088\u3073\u9806\u5e8f\u306e\u8a2d\u5b9a
-
-#
-# folder sort mode property
-PROP_sort=\u30bd\u30fc\u30c8\u30e2\u30fc\u30c9
-HINT_sort=\u30d1\u30c3\u30b1\u30fc\u30b8\u4e2d\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bd\u30fc\u30c8\u65b9\u6cd5\u3092\u6c7a\u5b9a\u3002
-# SortModeEditor
-VALUE_sort_none=\u30bd\u30fc\u30c8\u306a\u3057
-VALUE_sort_names=\u540d\u524d\u3067\u30bd\u30fc\u30c8
-VALUE_sort_class=\u578b\u3067\u30bd\u30fc\u30c8
-VALUE_sort_folder_names=\u540d\u524d (\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u304c\u5148) \u3067\u30bd\u30fc\u30c8
-VALUE_sort_last_modified=\u4fee\u6b63\u65e5\u6642\u3067\u30bd\u30fc\u30c8
-VALUE_sort_size=\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba\u3067\u30bd\u30fc\u30c8
-
-
-#
-# Names of paste types
-#
-PT_move=\u79fb\u52d5(&M)
-PT_copy=\u30b3\u30d4\u30fc(&C)
-PT_instantiate=\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u5316(&I)
-PT_shadow=\u30ea\u30f3\u30af\u3092\u4f5c\u6210(&L)
-PT_serialize=\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba(&S)
-PT_instance=\u30c7\u30d5\u30a9\u30eb\u30c8\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9(&D)
-
-# 
-SerializeBean_Text=\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u540d\u524d(&N)
-SerializeBean_Title=\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306e\u30b7\u30ea\u30a2\u30e9\u30a4\u30ba
-
-#
-# new folder
-#
-CTL_NewFolder=\u30d5\u30a9\u30eb\u30c0
-CTL_NewFolderName=\u540d\u524d(&N):
-CTL_NewFolderTitle=\u65b0\u898f\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u6210
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=\u30d5\u30a1\u30a4\u30eb {0} \u306f\u3059\u3067\u306b\u30d5\u30a9\u30eb\u30c0 {1} \u306b\u5b58\u5728\u3057\u307e\u3059\u3002
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=\u30d5\u30a9\u30eb\u30c0 {0} \u306f\u3059\u3067\u306b\u30d5\u30a9\u30eb\u30c0 {1} \u306b\u5b58\u5728\u3057\u307e\u3059\u3002
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=\u30d5\u30a1\u30a4\u30eb {1} \u304c\u5927\u304d\u3059\u304e\u3066 ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb})\u3001\u6b63\u3057\u304f\u958b\u3051\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\n\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u3044\u3066 OutOfMemoryError \u306b\u306a\u3063\u305f\u5834\u5408\u3001IDE \u306f\u4f7f\u7528\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u3002\u672c\u5f53\u306b\u958b\u304d\u307e\u3059\u304b ?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML \u69cb\u6210\u30d5\u30a1\u30a4\u30eb
-PROP_XmlError=\u30a8\u30e9\u30fc (\u56de\u5fa9\u53ef\u80fd)
-PROP_XmlWarning=\u8b66\u544a
-PROP_XmlFatalError=\u81f4\u547d\u7684\u30a8\u30e9\u30fc
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002{0} \u306f\u6709\u52b9\u306a\u540d\u524d\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame={0} \u3092\u30b3\u30d4\u30fc\u3067\u304d\u307e\u305b\u3093: \u30b3\u30d4\u30fc\u5148\u30d5\u30a9\u30eb\u30c0\u304c\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0\u3068\u540c\u3058\u3067\u3059\u3002
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder={0} \u3092\u30b3\u30d4\u30fc\u3067\u304d\u307e\u305b\u3093: \u30b3\u30d4\u30fc\u5148\u30d5\u30a9\u30eb\u30c0\u304c\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0\u306e\u30b5\u30d6\u30d5\u30a9\u30eb\u30c0\u3067\u3059\u3002
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=\u65b0\u898f\u30a6\u30a3\u30b6\u30fc\u30c9 - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=\u65b0\u898f\u30a6\u30a3\u30b6\u30fc\u30c9
-LAB_TemplateChooserPanelName=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u9078\u629e
-LAB_SelectTemplateBorder=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u9078\u629e(&S):
-MSG_NoDescription=\u8aac\u660e\u306a\u3057
-MSG_InitDescription=\u8aac\u660e\u3092\u521d\u671f\u5316\u4e2d...
-LAB_TemplateDescriptionBorder=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u8aac\u660e(&T):
-LAB_TargetLocationPanelName=\u4f5c\u6210\u5834\u6240
-LAB_TargetLocationDescription=\u65b0\u898f\u4f5c\u6210\u3057\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u7528\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u9078\u629e\u3059\u308b\u304b\u3001\u4ee5\u4e0b\u306b\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/A
-ACSD_TemplateWizard1=N/A
-
-CTL_NewObjectName=\u540d\u524d(&N)\:
-ACSD_NewObjectName=N/A
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/A
-
-LBL_settingsNodeName=\u8a2d\u5b9a
-EXC_folder_delete_failed=\u79fb\u52d5\u4e2d\u306b\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<\u6700\u4e0a\u4f4d\u306e\u30d5\u30a9\u30eb\u30c0> [{0}]
-FMT_DefaultNewObjectName=<\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u540d\u524d>
-
-LBL_shadow_loader_display_name=\u30ea\u30f3\u30af
-LBL_folder_loader_display_name=\u30d5\u30a9\u30eb\u30c0
-LBL_default_loader_display_name=\u8a8d\u8b58\u3067\u304d\u306a\u3044\u30aa\u30d6\u30b8\u30a7\u30af\u30c8
-LBL_instance_loader_display_name=\u30a2\u30af\u30b7\u30e7\u30f3\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9
-
-FMT_CannotCopyDo=\u8b66\u544a: \u30aa\u30d6\u30b8\u30a7\u30af\u30c8 {0} \u306f\u30b3\u30d4\u30fc\u3067\u304d\u307e\u305b\u3093\u3002
-FMT_CannotMoveDo=\u8b66\u544a: \u30aa\u30d6\u30b8\u30a7\u30af\u30c8 {0} \u306f\u79fb\u52d5\u3067\u304d\u307e\u305b\u3093\u3002
-
-# InstanceDataObject
-LBL_separator_instance=(\u30bb\u30d1\u30ec\u30fc\u30bf)
-PROP_instance_class=\u30af\u30e9\u30b9\u540d
-HINT_instance_class=\u8868\u3055\u308c\u308b\u5bfe\u8c61\u3067\u3042\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e Java \u30af\u30e9\u30b9\u540d\u3002
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=Bean {0} \u306e\u4fdd\u5b58\u51e6\u7406\u306b\u554f\u984c\u304c\u3042\u308a\u307e\u3059\u3002
-
-FMT_brokenShadowName={0} (\u5207\u308c\u3066\u3044\u308b\u30ea\u30f3\u30af)
-HINT_brokenShadowOriginalName=\u5207\u308c\u3066\u3044\u308b\u30ea\u30f3\u30af
-PROP_brokenShadowOriginalName=\u5207\u308c\u3066\u3044\u308b\u30ea\u30f3\u30af
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=\u5207\u308c\u3066\u3044\u308b\u30ea\u30f3\u30af\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0
-HINT_brokenShadowFileSystem=\u5207\u308c\u3066\u3044\u308b\u30ea\u30f3\u30af\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<\u8a8d\u8b58\u3067\u304d\u306a\u3044\u8a2d\u5b9a>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=\u30c7\u30fc\u30bf\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30b3\u30d4\u30fc\u69d8\u5f0f
-LBL_DOcut=\u30c7\u30fc\u30bf\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30ab\u30c3\u30c8\u69d8\u5f0f
-#NewObjectPanel
-LAB_NewObjectPanelName=\u65b0\u898f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d
-FMT_DefaultNewObject=<\u30c7\u30d5\u30a9\u30eb\u30c8>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=\u578b {0} \u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u30e1\u30cb\u30e5\u30fc\u3092\u5fa9\u5143\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30c7\u30d5\u30a9\u30eb\u30c8\u8a2d\u5b9a\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002
-LBL_loader_display_name=\u30ed\u30fc\u30c0
-
-MSG_renameError=\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3092 {0} \u304b\u3089 {1} \u306b\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002
-MSG_NotValidName={0} \u306b\u7a7a\u306e\u540d\u524d\u306f\u3064\u3051\u3089\u308c\u307e\u305b\u3093\u3002
-ERR_NoFilesystem=\u4f7f\u7528\u3067\u304d\u308b\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u975e\u8868\u793a\u3084\u8aad\u307f\u53d6\u308a\u5c02\u7528\u306b\u306a\u3063\u3066\u3044\u306a\u3044\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u304c\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u306f\u3042\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=\u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u307e\u305f\u306f\u30d5\u30a9\u30eb\u30c0\u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002
-MSG_fs_is_readonly=\u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306f\u8aad\u307f\u53d6\u308a\u5c02\u7528\u3067\u3059\u3002
-# {0} - name of the existing file
-MSG_file_already_exist=\u30d5\u30a1\u30a4\u30eb {0} \u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u3066\u3044\u307e\u3059\u3002
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u30a2\u30af\u30b7\u30e7\u30f3
-#InstantiateAction
-Instantiate=\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u5316
-#SaveAsTemplateAction
-SaveAsTemplate=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3068\u3057\u3066\u4fdd\u5b58...
-Title_SaveAsTemplate=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3068\u3057\u3066\u4fdd\u5b58
-CTL_SaveAsTemplate=\u65b0\u3057\u3044\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304c\u8868\u793a\u3055\u308c\u308b\u30ab\u30c6\u30b4\u30ea\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044(&S):
-CTL_SaveAsTemplate_TemplatesRoot=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8
-SaveAll=\u3059\u3079\u3066\u3092\u4fdd\u5b58(&A)
-HINT_SaveAll=\u3059\u3079\u3066\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u4fdd\u5b58 (\u4fdd\u5b58\u6642\u306b\u30b3\u30f3\u30d1\u30a4\u30eb\u6a5f\u80fd\u304c\u30aa\u30f3\u306e\u5834\u5408\u3001\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30f3\u30d1\u30a4\u30eb\u3057\u3066\u69cb\u7bc9)
-# FileSystemRefreshAction
-LAB_Refresh=\u30d5\u30a9\u30eb\u30c0\u3092\u518d\u8868\u793a
-# NewTemplateAction
-EXC_TemplateFailed=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304b\u3089\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u751f\u6210\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002
-NewTemplate=\u65b0\u898f(&N)
-NewTemplateAction=\u3059\u3079\u3066\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=\u7a7a
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen={0} \u3092\u958b\u3044\u3066\u3044\u307e\u3059...
-
-# {0} = name of the data object
-MSG_SaveFile=\u30d5\u30a1\u30a4\u30eb {0} \u306f\u5909\u66f4\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u4fdd\u5b58\u3057\u307e\u3059\u304b ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (\u5909\u66f4)
-TIP_editor_ro=\ (\u8aad\u307f\u53d6\u308a\u5c02\u7528)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=\u30d5\u30a1\u30a4\u30eb {0} \u306f\u8aad\u307f\u53d6\u308a\u5c02\u7528\u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\u3059\u3079\u3066\u306e\u5909\u66f4\u306f\u7834\u68c4\u3055\u308c\u307e\u3059\u3002
-MSG_FileReadOnlySaving=\u30d5\u30a1\u30a4\u30eb {0} \u306f\u8aad\u307f\u53d6\u308a\u5c02\u7528\u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093\u3002
-MSG_FileReadOnlyChanging=\u30d5\u30a1\u30a4\u30eb {0} \u306f\u8aad\u307f\u53d6\u308a\u5c02\u7528\u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002
-
-
-MSG_BinaryFileQuestion=\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u306f\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u672c\u5f53\u306b\u30c6\u30ad\u30b9\u30c8\u30a8\u30c7\u30a3\u30bf\u3067\u958b\u304d\u307e\u3059\u304b ?
-MSG_BinaryFileWarning=\u30d0\u30a4\u30ca\u30ea\u30d5\u30a1\u30a4\u30eb\u3092\u691c\u51fa\u3055\u308c\u307e\u3057\u305f
-
-CTL_SaveAsAction=\u5225\u540d\u4fdd\u5b58(&V)...
-MSG_SaveAsFailed={0} \u3092\u4fdd\u5b58\u4e2d\u306b\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\n\u539f\u56e0: {1}
-LBL_SaveAsTitle=\u5225\u540d\u4fdd\u5b58
-MSG_CannotCreateTargetFolder=\u30bf\u30fc\u30b2\u30c3\u30c8\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002
-MSG_SaveAs_SameFileSelected=\u5225\u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-MSG_SaveAs_SameFileSelected_Title=\u5225\u540d\u4fdd\u5b58
-
diff --git a/l10n/src/ja/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ja.properties
deleted file mode 100644
index 2d877dd..0000000
--- a/l10n/src/ja/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ja.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u30e2\u30b8\u30e5\u30fc\u30eb\u30b7\u30b9\u30c6\u30e0 API
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u60c5\u5831\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306e API\u3002
-OpenIDE-Module-Long-Description=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u53d6\u5f97\u3057\u3001\u305d\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3068\u4f9d\u5b58\u95a2\u4fc2\u3092\u8abf\u3079\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002
-
diff --git a/l10n/src/ja/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ja.properties
deleted file mode 100644
index d0f0312..0000000
--- a/l10n/src/ja/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ja.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\u30ce\u30fc\u30c9 API
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u4e00\u822c\u7684\u306a\u30c4\u30ea\u30fc\u306b\u4f3c\u305f\u69cb\u9020\u3092\u5b9a\u7fa9\u3059\u308b\u305f\u3081\u306e API\u3002
-OpenIDE-Module-Long-Description=\u30ce\u30fc\u30c9\u3092\u5b9a\u7fa9\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u30c4\u30ea\u30fc\u306b\u4f3c\u305f\u69cb\u9020\u306b\u307e\u305f\u304c\u308b\u62bd\u8c61\u5316\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\u5b9a\u7fa9\u3057\u305f\u30ce\u30fc\u30c9\u306f\u62e1\u5f35\u53ef\u80fd\u306a\u6c4e\u7528\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3067\u3042\u308a\u3001\u30a8\u30af\u30b9\u30d7\u30ed\u30fc\u30e9 API \u3067\u8868\u793a\u3067\u304d\u307e\u3059\u3002
-
-
-
-#Sheet
-Properties=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc
-Expert=\u4e0a\u7d1a
-HINT_Properties=\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3002
-HINT_Expert=\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u4e0a\u7d1a\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3002
-
-#indexed customizer
-LAB_order=\u9806\u5e8f\u3092\u5909\u66f4
-LAB_listOrder=\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u8868\u793a\u9806\u5e8f:
-LAB_listOrder_Mnemonic=S
-Button_close=\u9589\u3058\u308b
-Button_close_Mnemonic=C
-Button_up=\u4e0a\u3078\u79fb\u52d5
-Button_up_Mnemonic=U
-Button_down=\u4e0b\u3078\u79fb\u52d5
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/A
-ACSD_Button_up=N/A
-ACSD_Button_down=N/A
-ACSD_ListOrder=N/A
-ACSD_IndexedCustomizer=N/A
-
-#PropertySupport
-CTL_StandardName=\u540d\u524d
-CTL_StandardHint=\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3002
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=\u30ce\u30fc\u30c9\u3092\u30da\u30fc\u30b9\u30c8
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=\u7d22\u5f15\u3092\u30b3\u30d4\u30fc
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=\u304a\u5f85\u3061\u304f\u3060\u3055\u3044...
-
diff --git a/l10n/src/ja/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ja.properties
deleted file mode 100644
index 4d38944..0000000
--- a/l10n/src/ja/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ja.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\u8a2d\u5b9a\u30aa\u30d7\u30b7\u30e7\u30f3 API
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u74b0\u5883\u8a2d\u5b9a\u306e\u4fdd\u5b58\u30b5\u30dd\u30fc\u30c8\u3002
-OpenIDE-Module-Long-Description=NetBeans \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u547c\u3073\u51fa\u3057\u3068\u547c\u3073\u51fa\u3057\u3068\u306e\u9593\u306e\u8a2d\u5b9a\u306e\u4fdd\u5b58\u3092\u7c21\u7565\u5316\u3059\u308b\u30af\u30e9\u30b9\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002
-OpenIDE-Module-Deprecation-Message=\u4ee3\u308f\u308a\u306b org.openide.util.NbPreferences \u3092\u4f7f\u7528\u3057\u307e\u3059\u3002
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter={0}.{1} \u306b\u5bfe\u3057\u3066\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u53d6\u5f97\u30e1\u30bd\u30c3\u30c9\u3092\u547c\u3073\u51fa\u3057\u305f\u3068\u304d\u306e\u4f8b\u5916
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/ja/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ja.properties
deleted file mode 100644
index 88272a5..0000000
--- a/l10n/src/ja/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ja.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\u30c6\u30ad\u30b9\u30c8 API
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=Swing \u30d9\u30fc\u30b9\u306e\u30a8\u30c7\u30a3\u30bf\u30ad\u30c3\u30c8\u3092\u30e9\u30c3\u30d7\u3059\u308b\u6c4e\u7528 API\u3002
-OpenIDE-Module-Long-Description=Swing \u30c6\u30ad\u30b9\u30c8\u30a8\u30c7\u30a3\u30bf\u3092\u57cb\u3081\u8fbc\u3080\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u5b9a\u7fa9\u3059\u308b\u305f\u3081\u306e\u6a5f\u80fd\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002
-
-
-
-# Editor top component
-CTL_ModeName=\u30a8\u30c7\u30a3\u30bf
-
-# Print settings
-CTL_Print_settings=\u5370\u5237\u8a2d\u5b9a
-CTL_Header_format = {2} ({1}) \u3092\u5370\u5237\u4e2d
-CTL_Footer_format = {0} \u30da\u30fc\u30b8
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=\u30da\u30fc\u30b8\u66f8\u5f0f
-HINT_PAGE_FORMAT=\u30da\u30fc\u30b8\u66f8\u5f0f
-PROP_WRAP=\u6539\u884c\u3059\u308b
-HINT_WRAP=\u6539\u884c\u3059\u308b\u304b\u3069\u3046\u304b\u3002
-PROP_HEADER_FORMAT=\u30da\u30fc\u30b8\u30d8\u30c3\u30c0\u30fc\u66f8\u5f0f
-
-HINT_HEADER_FORMAT=\u30da\u30fc\u30b8\u30d8\u30c3\u30c0\u30fc\u66f8\u5f0f\u4f8b: \u30d5\u30a1\u30a4\u30eb {2} \u306e {0} \u30da\u30fc\u30b8 (\u5370\u5237\u65e5\u6642 {1})
-PROP_FOOTER_FORMAT=\u30da\u30fc\u30b8\u30d5\u30c3\u30bf\u30fc\u66f8\u5f0f
-HINT_FOOTER_FORMAT=\u30da\u30fc\u30b8\u30d5\u30c3\u30bf\u30fc\u66f8\u5f0f\u4f8b: \u30d5\u30a1\u30a4\u30eb {2} \u306e {0} \u30da\u30fc\u30b8 (\u5370\u5237\u65e5\u6642 {1})
-PROP_HEADER_FONT=\u30da\u30fc\u30b8\u30d8\u30c3\u30c0\u30fc\u30d5\u30a9\u30f3\u30c8
-HINT_HEADER_FONT=\u30da\u30fc\u30b8\u30d8\u30c3\u30c0\u30fc\u306e\u30d5\u30a9\u30f3\u30c8\u3092\u8a2d\u5b9a\u3002
-PROP_FOOTER_FONT=\u30da\u30fc\u30b8\u30d5\u30c3\u30bf\u30fc\u30d5\u30a9\u30f3\u30c8
-HINT_FOOTER_FONT=\u30da\u30fc\u30b8\u30d5\u30c3\u30bf\u30fc\u306e\u30d5\u30a9\u30f3\u30c8\u3092\u8a2d\u5b9a\u3002
-PROP_HEADER_ALIGNMENT=\u30da\u30fc\u30b8\u30d8\u30c3\u30c0\u30fc\u4f4d\u7f6e\u63c3\u3048
-HINT_HEADER_ALIGNMENT=\u30da\u30fc\u30b8\u30d8\u30c3\u30c0\u30fc\u4f4d\u7f6e\u63c3\u3048 (\u5de6\u3001\u4e2d\u592e\u3001\u53f3\u306e\u3044\u305a\u308c\u304b)\u3002
-PROP_FOOTER_ALIGNMENT=\u30da\u30fc\u30b8\u30d5\u30c3\u30bf\u30fc\u4f4d\u7f6e\u63c3\u3048
-HINT_FOOTER_ALIGNMENT=\u30da\u30fc\u30b8\u30d5\u30c3\u30bf\u30fc\u4f4d\u7f6e\u63c3\u3048 (\u5de6\u3001\u4e2d\u592e\u3001\u53f3\u306e\u3044\u305a\u308c\u304b)\u3002
-PROP_LINE_ASCENT_CORRECTION=\u884c\u30a2\u30bb\u30f3\u30c8\u4fee\u6b63
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=\u884c\u30a2\u30bb\u30f3\u30c8\u3092\u4fee\u6b63\u3059\u308b\u305f\u3081\u306e\u4e57\u6570\u3002
-
-# Alignment Prop Editor
-CTL_CENTER = \u4e2d\u592e
-CTL_RIGHT = \u53f3
-CTL_LEFT = \u5de6
-
-# Cancellation
-CTL_Print_progress=\u30da\u30fc\u30b8\u756a\u53f7 {0} \u306f\u5370\u5237\u3055\u308c\u307e\u3057\u305f\u3002
-CTL_Print_cancellation=\u5370\u5237\u30b8\u30e7\u30d6\u9032\u884c\u4e2d
-CTL_Cancel=\u53d6\u6d88\u3057
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=\u73fe\u5728\u306e\u5370\u5237\u30b8\u30e7\u30d6\u306f\u7570\u5e38\u7d42\u4e86\u3057\u307e\u3057\u305f\u3002
-EXC_Printer_Problem=\u30d7\u30ea\u30f3\u30bf\u306e\u554f\u984c: {0}
-EXC_ReadOnlyFile=\u30d5\u30a1\u30a4\u30eb {0} \u306f\u8aad\u307f\u53d6\u308a\u5c02\u7528\u3067\u3059\u3002
-EXC_LoadDocument=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8 {0} \u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002
-LBL_EditorLoading=\u8aad\u307f\u8fbc\u307f\u4e2d...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=\u8cea\u554f
-CTL_Save=\u4fdd\u5b58
-ACSN_CTL_Save=N/A
-ACSD_CTL_Save=N/A
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=\u7834\u68c4
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/A
-ACSD_CTL_Discard=N/A
-
-# PositionBounds
-MSG_Empty_string=\u7a7a\u306e\u6587\u5b57\u5217\u3092\u633f\u5165\u3067\u304d\u307e\u305b\u3093
-#editor support warning message
-FMT_FileNotFound=\u8b66\u544a: \u30d5\u30a1\u30a4\u30eb {0} \u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3001\u307e\u305f\u306f\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u305b\u3093\u3002
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=\u30d5\u30a1\u30a4\u30eb {0} \u306f\u5916\u90e8\u3067\u4fee\u6b63\u3055\u308c\u307e\u3057\u305f\u3002\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059\u304b ?
-FMT_External_change_write=\u30d5\u30a1\u30a4\u30eb {0} \u306f\u5916\u90e8\u3067\u4fee\u6b63\u3055\u308c\u307e\u3057\u305f\u3002\u4e0a\u66f8\u304d\u3057\u307e\u3059\u304b ?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=\u7121\u52b9\u306a\u30d5\u30a1\u30a4\u30eb\u304c\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f\u3002\u30d1\u30b9\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane={0} \u306e\u30a8\u30c7\u30a3\u30bf
-ACSD_CloneableEditor_QuietEditorPane={0} \u306e\u30a8\u30c7\u30a3\u30bf
-TITLE_SourceButton=\u30bd\u30fc\u30b9
-
-
diff --git a/l10n/src/ja/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ja.properties
deleted file mode 100644
index 1eab9b0..0000000
--- a/l10n/src/ja/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ja.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u65e7\u5217\u6319 API
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u9593\u9055\u3063\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u3042\u308b\u5217\u6319 API\u3002
-OpenIDE-Module-Long-Description=\u9593\u9055\u3063\u305f\u30d1\u30c3\u30b1\u30fc\u30b8 (org.openide.util.enum) \u306b\u3042\u308b\u5217\u6319 API \u3067\u3001enum \u304c\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u3042\u308b\u305f\u3081\u3001Java 1.5 \u3067\u30b3\u30f3\u30d1\u30a4\u30eb\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e API \u306f org.openide.util.Enumerations \u306b\u7f6e\u304d\u63db\u3048\u3089\u308c\u307e\u3059\u3002
-OpenIDE-Module-Deprecation-Message=\u3053\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u3067\u306f\u306a\u304f\u3001org.openide.util.Enumerations \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-
diff --git a/l10n/src/ja/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_ja.properties
deleted file mode 100644
index 2e6aeb3..0000000
--- a/l10n/src/ja/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_ja.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=\u30eb\u30c3\u30af\u30a2\u30c3\u30d7
-
diff --git a/l10n/src/ja/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ja.properties
deleted file mode 100644
index 6ddd1a7..0000000
--- a/l10n/src/ja/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ja.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30fc API
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u57fa\u672c\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30fc API\u3002
-OpenIDE-Module-Long-Description=\u30a2\u30af\u30b7\u30e7\u30f3\u3001\u30eb\u30c3\u30af\u30a2\u30c3\u30d7\u3001\u30a4\u30e1\u30fc\u30b8\u51e6\u7406\u3001\u4e26\u5217\u5b9f\u884c\u3001\u30d6\u30e9\u30f3\u30c7\u30a3\u30f3\u30b0\u30b5\u30dd\u30fc\u30c8\u306a\u3069\u306e\u5404\u7a2e\u30d8\u30eb\u30d1\u30fc\u30e1\u30bd\u30c3\u30c9\u3068\u57fa\u672c\u6982\u5ff5\u306e\u5b9a\u7fa9\u3002
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=HTTP \u30b5\u30fc\u30d0\u30fc\u306f\u3059\u3067\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u4e00\u5ea6\u306b 2 \u3064\u306e\u30b5\u30fc\u30d0\u30fc\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002
-SERVER_CANNOT_UNREGISTER=\u30e2\u30b8\u30e5\u30fc\u30eb\u304c\u3001\u5225\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u304b\u3089\u63d0\u4f9b\u3055\u308c\u305f HTTP \u30b5\u30fc\u30d0\u30fc\u306e\u767b\u9332\u3092\u89e3\u9664\u3057\u3088\u3046\u3068\u3057\u307e\u3057\u305f\u3002
-
-MSG_ToNowhere=\u5b9b\u5148\u306a\u3057
-MSG_To=\u5b9b\u5148
-
-MSG_NoServerRegistered=\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30b5\u30fc\u30d0\u30fc\u306f\u3042\u308a\u307e\u305b\u3093\u3002
-MSG_TooManyArguments=\u5f15\u6570\u304c\u591a\u3059\u304e\u307e\u3059
-MSG_UnmatchedBraces=\u30d1\u30bf\u30fc\u30f3\u4e2d\u306e\u62ec\u5f27\u306e\u4f4d\u7f6e\u306b\u4e0d\u6574\u5408\u304c\u3042\u308a\u307e\u3059\u3002
-
-# NbBundle
-MSG_FMT_ObjectForKey=\u30ad\u30fc {0} \u306b\u5bfe\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u3042\u308a\u307e\u305b\u3093
-MSG_ClassFinderAlreadySet=ClassFinder \u304c\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=\u8b66\u544a: \u5909\u63db\u30c6\u30fc\u30d6\u30eb\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093: {0}
-PROGRESS_CURSOR=\u9032\u6357\u30ab\u30fc\u30bd\u30eb
-
diff --git a/l10n/src/ja/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ja.properties
deleted file mode 100644
index 27ed80e..0000000
--- a/l10n/src/ja/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ja.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=\u8907\u6570\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u69d8\u5f0f
-
-Create=\u4f5c\u6210
-Paste=\u30da\u30fc\u30b9\u30c8
-
diff --git a/l10n/src/ja/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ja.properties b/l10n/src/ja/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ja.properties
deleted file mode 100644
index b31f09b..0000000
--- a/l10n/src/ja/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ja.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\u30a6\u30a3\u30f3\u30c9\u30a6\u30b7\u30b9\u30c6\u30e0 API
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u753b\u9762\u4e0a\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u7ba1\u7406\u3059\u308b\u305f\u3081\u306e API\u3002
-OpenIDE-Module-Long-Description=\u30e6\u30fc\u30b6\u30fc\u306b\u8868\u793a\u3055\u308c\u308b\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u6982\u5ff5\u5168\u4f53\u306b\u307e\u305f\u304c\u308b OS \u304a\u3088\u3073 MDI/SDI \u4e2d\u7acb\u306e\u62bd\u8c61\u5316 API \u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002
-
-
-
-# name of empty workspace
-None=\u306a\u3057
-
-#CloneableTopComponent
-EXC_CannotAssign=\u7a7a\u306e\u4f5c\u696d\u30b9\u30da\u30fc\u30b9\u306b\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u5272\u308a\u5f53\u3066\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093
-
-#TopComponent
-EXC_UnknownOperation=\u4e0d\u660e\u306a\u7d42\u4e86\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30f3
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS={3} \u3068\u3057\u3066\u5b9f\u88c5\u3055\u308c\u3066\u3044\u308b {2} \u3092 {0} \u3092\u4f7f\u7528\u3057\u3066\u547c\u3073\u51fa\u3057\u3066\u3044\u307e\u3059
-
diff --git a/l10n/src/ja/platform/print/print/org/netbeans/modules/print/action/Bundle_ja.properties b/l10n/src/ja/platform/print/print/org/netbeans/modules/print/action/Bundle_ja.properties
deleted file mode 100644
index f1334e0..0000000
--- a/l10n/src/ja/platform/print/print/org/netbeans/modules/print/action/Bundle_ja.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=\u30da\u30fc\u30b8\u8a2d\u5b9a(&G)...
-
-# PrintAction
-TLT_Print_Action=\u5370\u5237
-MNU_Print_Action=\u5370\u5237(&P)...
-ACT_Print_Action=\u5370\u5237 - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/ja/platform/print/print/org/netbeans/modules/print/resources/Bundle_ja.properties b/l10n/src/ja/platform/print/print/org/netbeans/modules/print/resources/Bundle_ja.properties
deleted file mode 100644
index 75ccbbe..0000000
--- a/l10n/src/ja/platform/print/print/org/netbeans/modules/print/resources/Bundle_ja.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u5370\u5237
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u5370\u5237\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5b9f\u88c5\u3002
-OpenIDE-Module-Long-Description=\u5370\u5237\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5b9f\u88c5\u3002
-
-# layer.xml
-Actions/File=\u30d5\u30a1\u30a4\u30eb
-
diff --git a/l10n/src/ja/platform/print/print/org/netbeans/modules/print/ui/Bundle_ja.properties b/l10n/src/ja/platform/print/print/org/netbeans/modules/print/ui/Bundle_ja.properties
deleted file mode 100644
index bd33ab4..0000000
--- a/l10n/src/ja/platform/print/print/org/netbeans/modules/print/ui/Bundle_ja.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=\u30d7\u30ea\u30f3\u30bf\u306e\u554f\u984c: {0}
-LBL_Page_Setup_Button=\u30da\u30fc\u30b8\u8a2d\u5b9a(&S)
-TLT_Page_Setup_Button=\u300c\u30da\u30fc\u30b8\u8a2d\u5b9a\u300d\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u958b\u304f
-LBL_Print_Option_Button=\u5370\u5237\u30aa\u30d7\u30b7\u30e7\u30f3(&O)
-TLT_Print_Option_Button=\u300c\u5370\u5237\u30aa\u30d7\u30b7\u30e7\u30f3\u300d\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u958b\u304f
-LBL_Print_Button=\u5370\u5237(&P)
-TLT_Print_Button=\u300c\u5370\u5237\u300d\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u958b\u304f
-LBL_Close_Button=\u9589\u3058\u308b(&C)
-TLT_Close_Button=\u300c\u5370\u5237\u30d7\u30ec\u30d3\u30e5\u30fc\u300d\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u9589\u3058\u308b
-LBL_Print_Preview=\u5370\u5237\u30d7\u30ec\u30d3\u30e5\u30fc
-LBL_Fit_to_Width=\u5e45\u306b\u5408\u308f\u305b\u308b
-LBL_Fit_to_Height=\u9ad8\u3055\u306b\u5408\u308f\u305b\u308b
-LBL_Fit_to_All=\u3059\u3079\u3066\u306e\u30da\u30fc\u30b8\u3092\u8868\u793a
-
-TLT_First=\u6700\u521d\u306e\u30da\u30fc\u30b8(&F) (Alt+F)
-TLT_Previous=\u524d\u306e\u30da\u30fc\u30b8(&R) (Alt+R)
-TLT_Next=\u6b21\u306e\u30da\u30fc\u30b8(&N) (Alt+N)
-TLT_Last=\u6700\u5f8c\u306e\u30da\u30fc\u30b8(&L) (Alt+L)
-TLT_Fit=\u500d\u7387\u3092\u5909\u66f4(&S) (Alt+S)
-TLT_Zoom_In=\u62e1\u5927(&I) (Alt+I)
-TLT_Zoom_Out=\u7e2e\u5c0f(&U) (Alt+U)
-TLT_Toggle=\u8907\u6570\u306e\u30da\u30fc\u30b8\u3092\u8868\u793a(&M) (Alt+M)
-TLT_Goto=<html><body> <b>\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3:</b> <br> <code>/</code> \u307e\u305f\u306f <code>F</code> \u3092\u62bc\u3059\u3068\u6700\u521d\u306e\u30da\u30fc\u30b8\u3092\u8868\u793a <br> <b><code>-</code></b> \u307e\u305f\u306f <code>G</code> \u3092\u62bc\u3059\u3068\u524d\u306e\u30da\u30fc\u30b8\u3092\u8868\u793a <br> <b><code>+</code></b> \u307e\u305f\u306f <code>K</code> \u3092\u62bc\u3059\u3068\u6b21\u306e\u30da\u30fc\u30b8\u3092\u8868\u793a <br> <code>*</code> \u307e\u305f\u306f <code>L</code> \u3092\u62bc\u3059\u3068\u6700\u5f8c\u306e\u30da\u30fc\u30b8\u3092\u8868\u793a </body></html>
-
-TLT_Preview_Scale=<html><body> <b>\u30d7\u30ec\u30d3\u30e5\u30fc\u500d\u7387\u306e\u8abf\u6574:</b> <br> <\u30d7\u30e9\u30b9> \u3092\u62bc\u3059\u3068\u500d\u7387\u30a2\u30c3\u30d7 <br> <\u30de\u30a4\u30ca\u30b9> \u3092\u62bc\u3059\u3068\u500d\u7387\u30c0\u30a6\u30f3 <br> <code>Ctrl</code> + <\u30d7\u30e9\u30b9> \u3092\u62bc\u3059\u3068\u62e1\u5927 <br> <code>Ctrl</code> + <\u30de\u30a4\u30ca\u30b9> \u3092\u62bc\u3059\u3068\u7e2e\u5c0f <br> <code>/</code> \u3092\u62bc\u3059\u3068 100% \u306b\u8a2d\u5b9a <br> <code>*</code> \u3092\u62bc\u3059\u3068\u8868\u793a\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba <br><hr> <code>Ctrl</code> \u3092\u62bc\u3057\u305f\u307e\u307e\u30de\u30a6\u30b9\u30db\u30a4\u30fc\u30eb\u3092\u52d5\u304b\u3059\u3068\u62e1\u5927/\u7e2e\u5c0f <br> \u30de\u30a6\u30b9\u306e\u53f3\u30dc\u30bf\u30f3\u3092\u62bc\u3057\u305f\u307e\u307e\u30de\u30a6\u30b9\u30db\u30a4\u30fc\u30eb\u3092\u52d5\u304b\u3059\u3068\u62e1\u5927/\u7e2e\u5c0f <br> \u30de\u30a6\u30b9\u306e\u5de6\u30dc\u30bf\u30f3\u3067\u30c0\u30d6\u30eb\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u62e1\u5927 <br> \u30de\u30a6\u30b9\u306e\u53f3\u30dc\u30bf\u30f3\u3067\u30c0\u30d6\u30eb\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u7e2e\u5c0f <br></body></html>
-
-# Attribute
-LBL_Print_Options=\u5370\u5237\u30aa\u30d7\u30b7\u30e7\u30f3
-LBL_Border=\u30dc\u30fc\u30c0\u30fc
-LBL_Print_Border=\u30dc\u30fc\u30c0\u30fc\u3092\u5370\u5237(&B)
-LBL_Print_Header=\u30d8\u30c3\u30c0\u30fc\u3092\u5370\u5237(&D)
-LBL_Print_Footer=\u30d5\u30c3\u30bf\u30fc\u3092\u5370\u5237(&F)
-LBL_Choose_Font=\u30d5\u30a9\u30f3\u30c8\u3092\u9078\u629e
-LBL_Choose_Color=\u8272\u3092\u9078\u629e
-LBL_Insert_Macros=\u30de\u30af\u30ed\u3092\u633f\u5165:
-LBL_Text=\u30c6\u30ad\u30b9\u30c8
-LBL_Line_Numbers=\u884c\u756a\u53f7(&U)
-LBL_Wrap_Lines=\u884c\u3092\u6298\u308a\u8fd4\u3059(&W)
-LBL_Use_Font=\u30d5\u30a9\u30f3\u30c8\u5c5e\u6027\u3092\u4f7f\u7528 // &X
-LBL_Use_Color=\u8272\u5c5e\u6027\u3092\u4f7f\u7528 // &Q
-LBL_As_Editor=\u30a8\u30c7\u30a3\u30bf\u306e\u3088\u3046\u306b\u5370\u5237 // &J
-LBL_Selection=\u9078\u629e\u7bc4\u56f2\u3092\u5370\u5237(&S)
-LBL_Line_Spacing=\u884c\u9593\u9694(&P):
-LBL_Text_Font_and_Color=\u30c6\u30ad\u30b9\u30c8\u306e\u30d5\u30a9\u30f3\u30c8\u3068\u8272(&R):
-LBL_Background_Color=\u80cc\u666f\u8272(&G):
-LBL_Zoom=\u30ba\u30fc\u30e0
-LBL_Header_Footer=\u30d8\u30c3\u30c0\u30fc\u3068\u30d5\u30c3\u30bf\u30fc
-LBL_Apply=\u9069\u7528(&A)
-LBL_Left=\u5de6:
-LBL_Center=\u4e2d\u592e:
-LBL_Right=\u53f3:
-
-ERR_Zoom_Value_Is_Invalid=\u30ba\u30fc\u30e0\u5024\u304c\u7121\u52b9\u3067\u3059!
-ERR_Header_Size_Is_Too_Big=\u30d8\u30c3\u30c0\u30fc\u30b5\u30a4\u30ba\u304c\u5927\u304d\u3059\u304e\u307e\u3059!
-ERR_Footer_Size_Is_Too_Big=\u30d5\u30c3\u30bf\u30fc\u30b5\u30a4\u30ba\u304c\u5927\u304d\u3059\u304e\u307e\u3059!
-ERR_Page_Number_Is_Invalid=\u30da\u30fc\u30b8\u6570\u304c\u7121\u52b9\u3067\u3059!
-ERR_Page_Number_Is_Too_Big=\u30da\u30fc\u30b8\u6570\u304c\u5927\u304d\u3059\u304e\u307e\u3059!
-
-TLT_Apply=\u5909\u66f4\u3092\u9069\u7528\u3057\u307e\u3059
-TLT_Border_Color=\u30dc\u30fc\u30c0\u30fc\u306e\u8272\u3092\u9078\u629e(&C) (Alt+C)
-TLT_Header_Font=\u30d8\u30c3\u30c0\u30fc\u306e\u30d5\u30a9\u30f3\u30c8\u3092\u9078\u629e(&N) (Alt+N)
-TLT_Header_Color=\u30d8\u30c3\u30c0\u30fc\u306e\u8272\u3092\u9078\u629e(&O) (Alt+O)
-TLT_Footer_Font=\u30d5\u30c3\u30bf\u30fc\u306e\u30d5\u30a9\u30f3\u30c8\u3092\u9078\u629e(&T) (Alt+T)
-TLT_Footer_Color=\u30d5\u30c3\u30bf\u30fc\u306e\u8272\u3092\u9078\u629e(&L) (Alt+L)
-TLT_Text_Font=\u30c6\u30ad\u30b9\u30c8\u306e\u30d5\u30a9\u30f3\u30c8\u3092\u9078\u629e (Alt+K) // &K
-TLT_Text_Color=\u30c6\u30ad\u30b9\u30c8\u306e\u8272\u3092\u9078\u629e(&R) (Alt+R)
-TLT_Background_Color=\u80cc\u666f\u8272\u3092\u9078\u629e // &G
-TLT_Print_Zoom=\u5370\u5237\u30ba\u30fc\u30e0\u3092\u8abf\u6574\u3057\u307e\u3059
-TLT_Use_Font=\u30d5\u30a9\u30f3\u30c8\u3092\u4f7f\u7528 (Alt+X)
-TLT_Use_Color=\u8272\u3092\u4f7f\u7528 (Alt+Q)
-TLT_As_Editor=\u30a8\u30c7\u30a3\u30bf\u306e\u3088\u3046\u306b\u8868\u793a (Alt+J)
-TLT_Selection=\u9078\u629e\u7bc4\u56f2\u3092\u5370\u5237
-
-LBL_Pages=\u30da\u30fc\u30b8
-LBL_Fit_Width_to=\u5e45\u3092\u5408\u308f\u305b\u308b(&I):
-TLT_Fit_Width_to=\u5e45\u3092\u5408\u308f\u305b\u308b
-LBL_Fit_Height_to=\u9ad8\u3055\u3092\u5408\u308f\u305b\u308b(&E):
-TLT_Fit_Height_to=\u9ad8\u3055\u3092\u5408\u308f\u305b\u308b
-LBL_Zoom_to=\u30ba\u30fc\u30e0(&Z):
-TLT_Zoom_to=\u30ba\u30fc\u30e0
-LBL_Fit_to_Page=\u30da\u30fc\u30b8\u306b\u5408\u308f\u305b\u308b // Y(&Y)
-TLT_Fit_to_Page=\u30da\u30fc\u30b8\u306b\u5408\u308f\u305b\u308b (Alt+Y)
-
diff --git a/l10n/src/ja/platform/print/print/org/netbeans/modules/print/util/Bundle_ja.properties b/l10n/src/ja/platform/print/print/org/netbeans/modules/print/util/Bundle_ja.properties
deleted file mode 100644
index 33517cc..0000000
--- a/l10n/src/ja/platform/print/print/org/netbeans/modules/print/util/Bundle_ja.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} / {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}\u3002{1}
-
-# Macro
-NAME=\u5370\u5237\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u540d\u524d
-ROW=\u884c\u756a\u53f7
-COLUMN=\u5217\u756a\u53f7
-USER=\u30e6\u30fc\u30b6\u30fc\u540d
-COUNT=\u30da\u30fc\u30b8\u6570
-MODIFIED_DATE=\u524d\u56de\u5909\u66f4\u306e\u65e5\u4ed8
-MODIFIED_TIME=\u524d\u56de\u5909\u66f4\u306e\u6642\u523b
-PRINTED_DATE=\u5370\u5237\u306e\u65e5\u4ed8
-PRINTED_TIME=\u5370\u5237\u306e\u6642\u523b
-
diff --git a/l10n/src/ja/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ja.properties b/l10n/src/ja/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ja.properties
deleted file mode 100644
index e406b50..0000000
--- a/l10n/src/ja/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ja.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u9032\u6357 UI
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u30bf\u30b9\u30af\u9032\u6357\u306e\u8996\u899a\u5316
-OpenIDE-Module-Long-Description=\u3059\u3079\u3066\u306e\u5b9f\u884c\u4e2d\u306e\u30bf\u30b9\u30af\u306e\u30d3\u30e5\u30fc\u3092\u63d0\u4f9b\u3057\u3001\u305d\u308c\u3089\u306e\u53d6\u308a\u6d88\u3057\u3092\u8a31\u53ef\u3059\u308b\u5834\u5408\u3082\u3042\u308a\u307e\u3059\u3002
-
-NbProgressBar.tooltip1={0} \u500b\u306e\u30bf\u30b9\u30af\u3092\u5b9f\u884c\u4e2d\u3067\u3059\u3002\u8a73\u7d30\u3092\u898b\u308b\u306b\u306f\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-NbProgressBar.tooltip2={0} \u500b\u306e\u30bf\u30b9\u30af\u3092\u5b9f\u884c\u4e2d\u3067\u3059\u3002\u8a73\u7d30\u3092\u898b\u308b\u306b\u306f\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002
-ListComponent.btnClose.tooltip=\u30af\u30ea\u30c3\u30af\u3057\u3066\u30d7\u30ed\u30bb\u30b9\u3092\u53d6\u6d88\u3057
-ListComponent.bar.tooltip=\u30af\u30ea\u30c3\u30af\u3057\u3066\u30d7\u30ed\u30bb\u30b9\u3092\u76e3\u8996
-Cancel_Question={0} \u3092\u53d6\u308a\u6d88\u3057\u307e\u3059\u304b ?
-Cancel_Question_Title=\u5b9f\u884c\u4e2d\u306e\u30bf\u30b9\u30af\u306e\u53d6\u6d88\u3057
-StatusLineComponent.ShowProcessList=\u30d7\u30ed\u30bb\u30b9\u3092\u8868\u793a
-StatusLineComponent.Cancel=\u30d7\u30ed\u30bb\u30b9\u3092\u53d6\u6d88\u3057
-StatusLineComponent.View=\u51fa\u529b\u3092\u8868\u793a
-ListComponent.Watch=\u30d7\u30ed\u30bb\u30b9\u3092\u76e3\u8996
-
-RunOffAWT.TITLE_Operation=\u6642\u9593\u306e\u304b\u304b\u308b\u64cd\u4f5c\u3092\u5b9f\u884c\u4e2d
-RunOffAWT.BTN_Cancel=\u53d6\u6d88\u3057
-
-# ProgressListAction
-CTL_ProcessListAction=\u30d7\u30ed\u30bb\u30b9(&P)
-
-# CancelAction
-CTL_CancelAction=\u30d7\u30ed\u30bb\u30b9\u3092\u53d6\u6d88\u3057
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=\u30af\u30ea\u30c3\u30af\u3057\u3066\u30d7\u30ed\u30bb\u30b9\u3092\u53d6\u6d88\u3057
-ModalDialog.btnClose.text=\u53d6\u6d88\u3057
-ModalDialog.btnClose.accessibleName=\u53d6\u6d88\u3057
-ModalDialog.btnClose.accessibleDescription=\u73fe\u5728\u306e\u30d7\u30ed\u30bb\u30b9\u3092\u53d6\u308a\u6d88\u3057\u307e\u3059
-
-
diff --git a/l10n/src/ja/platform/queries/queries/org/netbeans/modules/queries/Bundle_ja.properties b/l10n/src/ja/platform/queries/queries/org/netbeans/modules/queries/Bundle_ja.properties
deleted file mode 100644
index 5d0aa02..0000000
--- a/l10n/src/ja/platform/queries/queries/org/netbeans/modules/queries/Bundle_ja.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u6c4e\u7528\u30af\u30a8\u30ea\u30fc API
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Short-Description=\u30e2\u30b8\u30e5\u30fc\u30eb\u9593\u306e\u6c4e\u7528\u901a\u4fe1\u30c1\u30e3\u30cd\u30eb\u3068\u3057\u3066\u50cd\u304d\u307e\u3059\u3002
-OpenIDE-Module-Long-Description=\u7279\u306b\u7279\u5b9a\u306e\u30c9\u30e1\u30a4\u30f3\u306b\u56fa\u6709\u3067\u306f\u306a\u3044\u30db\u30b9\u30c8\u3092\u30af\u30a8\u30ea\u30fc\u3057\u307e\u3059\u3002\u3055\u307e\u3056\u307e\u306a\u30e2\u30b8\u30e5\u30fc\u30eb\u304c\u3001\u67d4\u8edf\u306a\u65b9\u6cd5\u3067\u30d5\u30a1\u30a4\u30eb\u306e\u60c5\u5831\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059\u3002
-
diff --git a/l10n/src/ja/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ja.properties b/l10n/src/ja/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ja.properties
deleted file mode 100644
index d532bf5..0000000
--- a/l10n/src/ja/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ja.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=\u30aa\u30d7\u30b7\u30e7\u30f3 {0} \u306b\u306f\u5f15\u6570\u304c\u5fc5\u8981\u3067\u3059
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=\u30aa\u30d7\u30b7\u30e7\u30f3 {0} \u306f\u30aa\u30d7\u30b7\u30e7\u30f3 {1} \u3068\u4e00\u7dd2\u306b\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u306e {0} \u304c\u5fc5\u8981\u3067\u3059
-
-# {0} - list of options separated by comma
-MSG_MissingOptions={0} \u3082\u4f7f\u7528\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=\u30aa\u30d7\u30b7\u30e7\u30f3 {0} \u306f\u30aa\u30d7\u30b7\u30e7\u30f3 {1} \u3082\u5fc5\u8981\u3067\u3059
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/ja/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ja.properties b/l10n/src/ja/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ja.properties
deleted file mode 100644
index 1cca741..0000000
--- a/l10n/src/ja/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ja.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u30b3\u30de\u30f3\u30c9\u884c\u69cb\u6587\u89e3\u6790 API
-OpenIDE-Module-Short-Description=\u30b3\u30de\u30f3\u30c9\u884c\u306e\u69cb\u6587\u89e3\u6790\u7528 GetOpts \u6e96\u62e0 API
-OpenIDE-Module-Long-Description=\u30b3\u30de\u30f3\u30c9\u884c\u3092\u69cb\u6587\u89e3\u6790\u3059\u308b GetOpts \u6e96\u62e0 API\u3002\u30b3\u30de\u30f3\u30c9\u884c\u306e\u5404\u90e8\u5206\u304c\u7570\u306a\u3063\u305f\u30e2\u30b8\u30e5\u30fc\u30eb\u306b\u3088\u3063\u3066\u69cb\u6587\u89e3\u6790\u3055\u308c\u308b\u3068\u304d\u306b\u3001\u7126\u70b9\u304c\u5f53\u3066\u3089\u308c\u307e\u3059\u3002
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-
-MSG_OptionsHeader=\n\u8ffd\u52a0\u30e2\u30b8\u30e5\u30fc\u30eb\u30aa\u30d7\u30b7\u30e7\u30f3:\n
-
diff --git a/l10n/src/ja/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ja.properties b/l10n/src/ja/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ja.properties
deleted file mode 100644
index 6e634b1..0000000
--- a/l10n/src/ja/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ja.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u8a2d\u5b9a API
-OpenIDE-Module-Short-Description=\u30ab\u30b9\u30bf\u30e0\u66f8\u5f0f\u3067\u8a2d\u5b9a\u3092\u4fdd\u5b58\u3059\u308b\u30e9\u30a4\u30d6\u30e9\u30ea
-OpenIDE-Module-Long-Description=\u3053\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u306f\u3001\u30e2\u30b8\u30e5\u30fc\u30eb\u6bce\u306b\u5b9a\u7fa9\u3055\u308c\u308b\u8a2d\u5b9a\u3092\u30ab\u30b9\u30bf\u30e0\u66f8\u5f0f\u3067\u4fdd\u5b58\u3059\u308b\u8a2d\u5b9a API \u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\u307e\u305f\u3001\u8907\u6570\u306e\u4fbf\u5229\u306a\u8a2d\u5b9a\u306e\u66f8\u5f0f\u306e\u5b9f\u88c5\u3082\u3042\u308f\u305b\u3066\u63d0\u4f9b\u3057\u307e\u3059\u3002
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-
diff --git a/l10n/src/ja/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ja.properties b/l10n/src/ja/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ja.properties
deleted file mode 100644
index 020a052..0000000
--- a/l10n/src/ja/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ja.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Long-Description=NodeAction\u3001CookieAction \u306a\u3069\u3092\u7f6e\u304d\u63db\u3048\u308b\u65b0\u3057\u3044 API \u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002
-OpenIDE-Module-Name=\u30a2\u30af\u30b7\u30e7\u30f3 SPI (\u8a66\u9a13\u6bb5\u968e)
-OpenIDE-Module-Short-Description=NodeAction\u3001CookieAction \u306a\u3069\u306e\u7f6e\u304d\u63db\u3048\u3002
-
diff --git a/l10n/src/ja/platform/templates/templates/org/netbeans/modules/templates/Bundle_ja.properties b/l10n/src/ja/platform/templates/templates/org/netbeans/modules/templates/Bundle_ja.properties
deleted file mode 100644
index 7948588..0000000
--- a/l10n/src/ja/platform/templates/templates/org/netbeans/modules/templates/Bundle_ja.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u30fc
-OpenIDE-Module-Long-Description=\u3053\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u306f\u30c7\u30fc\u30bf\u30b7\u30b9\u30c6\u30e0 API \u306b\u30b9\u30af\u30ea\u30d7\u30c8\u4f5c\u6210 API \u3092\u7d50\u5408\u3057\u307e\u3059\u3002\u305d\u306e\u7d50\u679c\u3001\u4efb\u610f\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u4f5c\u6210\u304a\u3088\u3073\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u4f5c\u6210\u8a00\u8a9e\u3092\u4f7f\u7528\u3057\u3066\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u4f5c\u6210\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059\u3002
-OpenIDE-Module-Name=\u8a73\u7d30\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u4f5c\u6210
-OpenIDE-Module-Short-Description=\u30c7\u30fc\u30bf\u30b7\u30b9\u30c6\u30e0\u4ee5\u5916\u306b\u3082\u9069\u7528\u53ef\u80fd\u306a\u8a73\u7d30\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u4f5c\u6210
-ERR_Switch_To_Java_6=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u751f\u6210\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u6a5f\u80fd\u306f JDK 1.6 \u4ee5\u964d\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u30a8\u30f3\u30b8\u30f3\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059\u3002\n\n\u554f\u984c\u3092\u89e3\u6c7a\u3059\u308b\u306b\u306f\u3001NetBeans \u3092 JDK 1.6 \u3067\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002\n\u8a73\u7d30\u306f\u3001http://wiki.netbeans.org/FaqNetbeansConf \u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002
diff --git a/l10n/src/ko/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ko.properties b/l10n/src/ko/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ko.properties
deleted file mode 100644
index b44da6e..0000000
--- a/l10n/src/ko/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ko.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\ubaa8\ub4c8 \uc791\uc131 \uc7a5\uce58
-OpenIDE-Module-Display-Category=NetBeans \uac1c\ubc1c \uc911
-OpenIDE-Module-Short-Description=\uc18c\uc2a4\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc678\ubd80 \ud50c\ub7ec\uadf8 \uc778 \ubaa8\ub4c8\uc744 \uc791\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=NetBeans \ubaa8\ub4c8 (IDE \uc720\ubb34\uc640 \uc0c1\uad00\uc5c6\uc774) \uac1c\ubc1c\uc2dc \uc0ac\uc6a9\ub418\ub294 \uc791\uc131 \uc7a5\uce58\uc785\ub2c8\ub2e4. NetBeans \ubaa8\ub4c8 \ud504\ub85c\uc81d\ud2b8\uc5d0 \uc758\ud574\uc11c \uc554\ubb35\uc801\uc73c\ub85c \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uae30\uc220 \ubb38\uc11c\ub294 \uc7a5\uce58/README\ub97c \ucc38\uc870\ud558\uc2ed\uc2dc\uc624.
-
diff --git a/l10n/src/ko/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ko.properties b/l10n/src/ko/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ko.properties
deleted file mode 100644
index a420ebc..0000000
--- a/l10n/src/ko/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ko.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\ub137\ube48\uc988 \uac1c\ubc1c \uc911
-OpenIDE-Module-Long-Description=\uc564\ud2b8\ub294 Cobertura\ub97c \uc774\uc6a9\ud558\uc5ec API\uc9c0\uc6d0 \ud504\ub85c\uc81d\ud2b8\uc758 \ud14c\uc2a4\ud2b8 \ubc94\uc704\uc758 \uce21\uc815\uc744 \ubaa9\ud45c\ub85c \ud569\ub2c8\ub2e4.\uc678\ubd80 \ube0c\ub77c\uc6b0\uc800\ub0b4\uc5d0\uc11c \uacb0\uacfc \uce21\uc815\uacfc \ub9ac\ud3ec\ud2b8\ub97c \ubcf4\uc5ec\uc8fc\uae30 \uc704\ud574 \ud504\ub85c\uc81d\ud2b8\uc758 'display-coverage-report' \ud0c0\uac9f\uc744 \uc2e4\ud589\uc2dc\ud0a4\uc138\uc694.\ubaa8\ub4c8 \ube4c\ub4dc \uc7a5\uce58\uc640 \ud1b5\ud569\uc744 \uc704\ud574
-OpenIDE-Module-Name=Cobertura \ubaa8\ub4c8 \ud14c\uc2a4\ud2b8 \ubc94\uc704
-OpenIDE-Module-Short-Description=\uc564\ud2b8\ub294 Cobertura\ub97c \uc774\uc6a9\ud558\uc5ec API\uc9c0\uc6d0 \ud504\ub85c\uc81d\ud2b8\uc758 \ud14c\uc2a4\ud2b8 \ubc94\uc704\uc758 \uce21\uc815\uc744 \ubaa9\ud45c\ub85c \ud569\ub2c8\ub2e4.
-
diff --git a/l10n/src/ko/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ko.properties b/l10n/src/ko/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ko.properties
deleted file mode 100644
index 149d6fc..0000000
--- a/l10n/src/ko/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ko.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly \ud234 \ud50c\ub7ab\ud3fc
-
diff --git a/l10n/src/ko/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ko.properties b/l10n/src/ko/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ko.properties
deleted file mode 100644
index f0fd341..0000000
--- a/l10n/src/ko/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ko.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=\ud14c\uc2a4\ud2b8 \ub3c4\uad6c
-OpenIDE-Module-Short-Description=Jemmy \ud14c\uc2a4\ud2b8 \ub77c\uc774\ube0c\ub7ec\ub9ac
-OpenIDE-Module-Long-Description=\uc790\ub3d9\ud654\ub41c GUI \ud14c\uc2a4\ud2b8\ub97c \uc2dc\ud5d8\ud558\uae30 \uc704\ud55c \uc77c\ubc18 \ub77c\uc774\ube0c\ub7ec\ub9ac
-
-
diff --git a/l10n/src/ko/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ko.properties b/l10n/src/ko/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ko.properties
deleted file mode 100644
index b191835..0000000
--- a/l10n/src/ko/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ko.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=\ud14c\uc2a4\ud2b8 \ub3c4\uad6c
-OpenIDE-Module-Long-Description=assertGC, assertSize, getWorkDir, LineDiff, \ub4f1\uc744 \ud3ec\ud568\ud55c JUnit NetBeans \ud655\uc7a5
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=JUnit NetBeans \ud655\uc7a5
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/ko/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ko.properties
deleted file mode 100644
index 76cd6d2..0000000
--- a/l10n/src/ko/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ko.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=\ub77c\uc774\ube0c\ub7ec\ub9ac
-OpenIDE-Module-Short-Description=INSANE \ud799 \ud504\ub85c\ud30c\uc77c\ub9c1 \ub77c\uc774\ube0c\ub7ec\ub9ac
-OpenIDE-Module-Long-Description=\uc2e4\ud589\uc911\uc778 JVM\uc758 \uc2e4\uc2dc\uac04 \ud799 \ubd84\uc11d\uc744 \uc704\ud55c \ub77c\uc774\ube0c\ub7ec\ub9ac
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_ko.properties
deleted file mode 100644
index 5b02795..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_ko.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c
-OpenIDE-Module-Name=NBI Ant \ub77c\uc774\ube0c\ub7ec\ub9ac
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_ko.properties
deleted file mode 100644
index cc9c714..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_ko.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=\ud604\uc7ac \ud50c\ub7ab\ud3fc\uc740 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-I.error.load.engine.properties=\uc5d4\uc9c4 \uc18d\uc131 \ud30c\uc77c\uc744 \ub85c\ub4dc \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-
-I.warning.silent.without.state="{1}"\uc635\uc158\uc740 "{0}" \uc0ac\uc6a9\uc2dc \ud544\uc694\ud569\ub2c8\ub2e4 "{0}"\uc774(\uac00) \ubb34\uc2dc\ub429\ub2c8\ub2e4.
-
-I.error.cannot.create.local.dir=\ub85c\uceec \ub514\ub809\ud130\ub9ac\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: {0}
-I.error.local.dir.is.file=\ub85c\uceec \ub514\ub809\ud130\ub9ac\uac00 \uc874\uc7ac\ud558\uba70 \ud30c\uc77c\uc785\ub2c8\ub2e4: {0}
-I.error.no.read.permissions.for.local.dir=Cannot read local directory {0} - not enough permissions
-I.error.no.write.permissions.for.local.dir=Cannot write to local directory {0} - not enough permissions
-
-I.lock.file.exists.dialog.title=\ub137\ube48\uc988 \uc124\uce58 \ud504\ub85c\uadf8\ub7a8 \uc7a0\uae08 \ud30c\uc77c\uc774 \uc874\uc7ac\ud569\ub2c8\ub2e4
-I.lock.file.exists.dialog.text=\uc124\uce58 \ud504\ub85c\uadf8\ub7a8 \uc7a0\uae08 \ud30c\uc77c {0}\uc5d0 \uc874\uc7ac\ud569\ub2c8\ub2e4.\n\n\uc774\ub294 \uc124\uce58 \ud504\ub85c\uadf8\ub7a8\uc758 \ub610\ub2e4\ub978 \uc778\uc2a4\ud134\uc2a4\uac00 \uc788\uc74c\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4.\uc124\uce58 \ud504\ub85c\uadf8\ub7a8 \ub370\uc774\ud130 \uc190\uc0c1\uc744 \uc720\ubc1c\ud560 \uc218 \uc788\uc73c\ubbc0\ub85c \ub3d9\uc2dc\uc5d0 \ub2e4\uc911 \uc778\uc2a4\ud134\uc2a4\ub97c \uc2e4\ud589\ud558\ub294 \uac83\uc740 \uad8c\uc7a5\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n\n\ub9cc\uc57d \uc2e4\ud589 \uc911\uc778 \ub2e4\ub978 \uc778\uc2a4\ud134\uc2a4\uac00 \uc5c6\ub294\uac8c \ud655\uc2e4\ud558\uba74, \uacc4\uc18d\ud558\uae30 \uc704\ud574 "\uc608"\ub97c \ud074\ub9ad\ud558\uace0 \uadf8\ub807\uc9c0 \uc54a\ub2e4\uba74 \uc124\uce58 \ud504\ub85c\uadf8\ub7a8\uc744 \uc885\ub8cc\ud558\uae30 \uc704\ud574 "\uc544\ub2c8\uc624"\ub97c \ud074\ub9ad\ud558\uc2ed\uc2dc\uc624.\n
-
-I.error.cannot.create.lock.file=\ub85c\uceec \ub808\uc9c0\uc2a4\ud2b8\ub9ac \ud30c\uc77c\uc744 \uc704\ud55c \uc7a0\uae08\uc744 \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_ko.properties
deleted file mode 100644
index 2eef699..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_ko.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated={0}\uc5d0\uc11c \ub2e4\uc6b4\ub85c\ub4dc \uc911
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_ko.properties
deleted file mode 100644
index eaacb4c..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_ko.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=\ud504\ub85d\uc2dc \uc720\ud615 {0} \uc640(\uacfc){1}\uc774(\uac00) \ucda9\ub3cc\ub429\ub2c8\ub2e4
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI\ub294 null \uc77c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy={0}\uc744(\ub97c) \ud1b5\ud574 {1}\uc5d0 \uc5f0\uacb0\ud558\ub294\ub370 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4
-US.error.failed.configure.proxy={1}\ub97c \uc704\ud55c \ud504\ub85d\uc2dc {0}\uc744(\ub97c) \uad6c\uc131\ud558\ub294\ub370 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_ko.properties
deleted file mode 100644
index 9aba44b..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_ko.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=\ub85c\uceec \ub808\uc9c0\uc2a4\ud2b8\ub9ac [{0}] \ub85c\ub4dc \uc911
-R.error.loading.local.registry.failed.title=\ub85c\uceec \ub808\uc9c0\uc2a4\ud2b8\ub9ac\ub97c \ub85c\ub4dc\ud558\ub294\ub370 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4
-R.error.loading.local.registry.failed.msg=\ub85c\uceec \ub808\uc9c0\uc2a4\ud2b8\ub9ac ({0})\uc744(\ub97c) \ub85c\ub4dc\ud560 \uc218 \uc5c6\uac70\ub098, \ubd80\ubd84\uc801\uc73c\ub85c \ub85c\ub4dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\n\uc124\uce58 \ud504\ub85c\uadf8\ub7a8\uc774 \uc815\uc0c1\uc801\uc73c\ub85c \uc791\uc5c5\uc744 \uacc4\uc18d\ud560 \uc218 \uc788\uc9c0\ub9cc, \uadf8\ub807\uac8c \ud558\uba74 \uc190\uc0c1\ub41c \uae00\ub85c\ubc8c \ub808\uc9c0\uc2a4\ud2b8\ub9ac \uacb0\uacfc\ub97c \ucd08\ub798\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\n\uacc4\uc18d\ud558\ub824\uba74 \uc608\ub97c, \uc124\uce58 \ud504\ub85c\uadf8\ub7a8\uc744 \uc885\ub8cc\ud558\ub824\uba74 \uc544\ub2c8\uc624\ub97c \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624.
-
-R.loading.bundled.registry=\ubc88\ub4e4 \ub808\uc9c0\uc2a4\ud2b8\ub9ac [{0}] \ub85c\ub4dc \uc911
-R.error.loading.bundled.registry.failed.title=\ubc88\ub4e4 \ub808\uc9c0\uc2a4\ud2b8\ub9ac\ub97c \ub85c\ub4dc\ud558\ub294\ub370 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4
-R.error.loading.bundled.registry.failed.msg=\ubc88\ub4e4\ub41c \ub808\uc9c0\uc2a4\ud2b8\ub9ac ({0})\uc744(\ub97c) \ub85c\ub4dc\ud560 \uc218 \uc5c6\uac70\ub098, \ubd80\ubd84\uc801\uc73c\ub85c \ub85c\ub4dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\n\uc124\uce58 \ud504\ub85c\uadf8\ub7a8\uc774 \uc815\uc0c1\uc801\uc73c\ub85c \uc791\uc5c5\uc744 \uacc4\uc18d\ud560 \uc218 \uc788\uc9c0\ub9cc, \uadf8\ub807\uac8c \ud558\uba74 \uc190\uc0c1\ub41c \uae00\ub85c\ubc8c \ub808\uc9c0\uc2a4\ud2b8\ub9ac \uacb0\uacfc\ub97c \ucd08\ub798\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\n\uacc4\uc18d\ud558\ub824\uba74 \uc608\ub97c, \uc124\uce58 \ud504\ub85c\uadf8\ub7a8\uc744 \uc885\ub8cc\ud558\ub824\uba74 \uc544\ub2c8\uc624\ub97c \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624.
-
-R.loading.remote.registry=\uc6d0\uaca9 \ub808\uc9c0\uc2a4\ud2b8\ub9ac [{0}]
-R.error.loading.remote.registry.failed.title=\uc6d0\uaca9 \ub808\uc9c0\uc2a4\ud2b8\ub9ac\ub97c \ub85c\ub4dc\ud558\ub294\ub370 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4
-R.error.loading.remote.registry.failed.msg=\uc6d0\uaca9 \ub808\uc9c0\uc2a4\ud2b8\ub9ac ({0})\uc744(\ub97c) \ub85c\ub4dc\ud560 \uc218 \uc5c6\uac70\ub098, \ubd80\ubd84\uc801\uc73c\ub85c \ub85c\ub4dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\n\uc124\uce58 \ud504\ub85c\uadf8\ub7a8\uc774 \uc815\uc0c1\uc801\uc73c\ub85c \uc791\uc5c5\uc744 \uacc4\uc18d\ud560 \uc218 \uc788\uc9c0\ub9cc, \uadf8\ub807\uac8c \ud558\uba74 \uc190\uc0c1\ub41c \uae00\ub85c\ubc8c \ub808\uc9c0\uc2a4\ud2b8\ub9ac \uacb0\uacfc\ub97c \ucd08\ub798\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\n\uacc4\uc18d\ud558\ub824\uba74 \uc608\ub97c, \uc124\uce58 \ud504\ub85c\uadf8\ub7a8\uc744 \uc885\ub8cc\ud558\ub824\uba74 \uc544\ub2c8\uc624\ub97c \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624.
-
-R.error.cannot.delete.data=\uce90\uc2dc\ub41c \uc124\uce58 \ub370\uc774\ud130\ub97c \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-R.save.local.registry.title=\ub85c\uceec \ub808\uc9c0\uc2a4\ud2b8\ub9ac \uc800\uc7a5 \uc911
-R.save.local.registry.detail={0}\uc5d0 \uc800\uc7a5 \uc911
-
-R.error.missing.target.component.title=\ub300\uc0c1 \ucef4\ud3ec\ub10c\ud2b8 \ub204\ub77d
-R.error.missing.target.component.msg=\uc9c0\uc815\ub41c \ub300\uc0c1 \ucef4\ud3ec\ub10c\ud2b8 - {0}/{1}\n\ub808\uc9c0\uc2a4\ud2b8\ub9ac\uc5d0\uc11c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ub300\uc0c1 \uad6c\uc131 \uc694\uc18c\uac00 \uc9c0\uc815\ub418\uc9c0 \uc54a\uc558\ub2e4\uba74 \uc124\uce58 \ud504\ub85c\uadf8\ub7a8\n\uc744 \uacc4\uc18d\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\uacc4\uc18d\ud558\uc2dc\ub824\uba74 \uc608\ub97c, \uc124\uce58 \ud504\ub85c\uadf8\ub7a8\uc744 \uc885\ub8cc\ud558\uc2dc\ub824\uba74 \uc544\ub2c8\uc624\ub97c \ud074\ub9ad\ud558\uc2ed\uc2dc\uc624.
-
-R.error.validation.title=\uac80\uc99d \ubb38\uc81c
-R.error.validation.msg={0} \uc124\uce58 \ud504\ub85c\uadf8\ub7a8\uc774 \uc190\uc0c1\ub41c \uac83\uc73c\ub85c \ubcf4\uc785\ub2c8\ub2e4.\n\uac80\uc99d \uc808\ucc28\uac00 \ub2e4\uc74c\uacfc \uac19\uc740 \uacbd\uace0\ub97c \uc774\uc288\ud654\ud558\uc600\uc2b5\ub2c8\ub2e4 :\n\n{1}\n\n\ud574\ub2f9 \uc81c\ud488\uc744 \uc124\uce58\ud558\uc9c0 \uc54a\uae30\ub85c \ub9c8\ud06c\ud558\uace0 \uacc4\uc18d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?\n\ub9cc\uc57d \uc544\ub2c8\uc624\ub97c \ud074\ub9ad\ud558\uba74 \uc124\uce58 \ud504\ub85c\uadf8\ub7a8\uc774 \uc885\ub8cc\ub429\ub2c8\ub2e4.\n\n{2}\uc5d0 \uc885\uc18d\ub41c \uc774\ub7ec\ud55c \uc81c\ud488\ub4e4\uc740 \ube44\ud65c\uc131\ud654 \ub420 \uc218 \uc788\ub2e4\ub294 \uc810\uc5d0 \uc8fc\uc758\ud558\uc2ed\uc2dc\uc624:\n{3}
-
-R.error.matching.requirement=\uc694\uad6c\uc870\uac74\uacfc \uc77c\uce58\ub418\ub294 \ucef4\ud3ec\ub10c\ud2b8\uac00 \uc5c6\uc2b5\ub2c8\ub2e4: {0}\uc740(\ub294) {1}\ud544\uc694
-R.error.cyclic.dependency=\uc21c\ud658 \uc885\uc18d\uc131: {0}, {1}
-
-R.loading.registry.properties=\ub808\uc9c0\uc2a4\ud2b8\ub9ac \uc18d\uc131 \ub85c\ub4dc \uc911
-R.loading.component=\ucef4\ud3ec\ub10c\ud2b8 \ub85c\ub4dc \uc911: uid={0}, \ubc84\uc804={1}
-R.error.loading.components=\ucef4\ud3ec\ub10c\ud2b8\ub97c \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-R.error.registry.finalization=\ub808\uc9c0\uc2a4\ud2b8\ub9ac\ub97c \uc885\ub8cc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-R.error.registry.document.loading=\ub808\uc9c0\uc2a4\ud2b8\ub9ac \ubb38\uc11c\ub97c \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-
-R.error.cannot.create.cache.directory=\ub85c\uceec \uc81c\ud488 \uce90\uc2dc \ub514\ub809\ud130\ub9ac\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4 {0}
-R.error.cache.is.file=\ub85c\uceec \uc81c\ud488 \uce90\uc2dc \ub514\ub809\ud130\ub9ac\uac00 \uc874\uc7ac\ud558\uba70 \ud30c\uc77c\uc785\ub2c8\ub2e4 : {0}
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=\ub85c\uceec \ub808\uc9c0\uc2a4\ud2b8\ub9ac\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-
-R.error.registry.is.dir=\ub85c\uceec \ub808\uc9c0\uc2a4\ud2b8\ub9ac {0}\uc740(\ub294) \ub514\ub809\ud130\ub9ac\uc785\ub2c8\ub2e4
-R.error.cannot.read.registry=\ub85c\uceec \ub808\uc9c0\uc2a4\ud2b8\ub9ac {0}\uc744(\ub97c) \uc77d\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4 - \ubd88\ucda9\ubd84\ud55c \uad8c\ud55c
-R.error.cannot.write.registry=\ub85c\uceec \ub808\uc9c0\uc2a4\ud2b8\ub9ac {0}\uc744(\ub97c) \uc4f8 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4 - \ubd88\ucda9\ubd84\ud55c \uad8c\ud55c
-
-R.error.cannot.parse.platform="{0}"\uc5d0\uc11c \ud50c\ub7ab\ud3fc\uc744 \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-R.error.cannot.load.registry=\ub808\uc9c0\uc2a4\ud2b8\ub9ac\ub97c \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-R.error.parser.not.support.schemas=\ud604\uc7ac \ud30c\uc11c - {0} - \uc774(\uac00) \uc2a4\ud0a4\ub9c8\ub97c \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-
-R.error.unknown.dependency=\uc54c\uc218\uc5c6\ub294 \uc885\uc18d\uc131 \uc720\ud615 {0}
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_ko.properties
deleted file mode 100644
index 90cc170..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_ko.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=\uc124\uce58 \ub514\ub809\ud130\ub9ac {0}\uc774(\uac00) \ub204\ub77d\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\n\ub300\ubd80\ubd84 \uc218\ub3d9\uc73c\ub85c \uc0ad\uc81c\ub418\uc5c8\uc744 \uac00\ub2a5\uc131\uc774 \ub192\uc2b5\ub2c8\ub2e4.
-PCL.validation.directory.file=\uc124\uce58 \ub514\ub809\ud130\ub9ac {0}\uc740(\ub294) \uc0ac\uc2e4 \ud30c\uc77c\uc785\ub2c8\ub2e4.\n\ub300\ubd80\ubd84 \uc774\uc804\uc5d0 \uc218\ub3d9\uc73c\ub85c \uc0ad\uc81c\ub418\uace0 \ud30c\uc77c\uc744 \ub36e\uc5b4 \uc37c\uc744 \uac00\ub2a5\uc131\uc774 \ub192\uc2b5\ub2c8\ub2e4.
-PCL.validation.directory.empty=\uc124\uce58 \ub514\ub809\ud130\ub9ac {0}\uc774(\uac00) \ube44\uc5b4\uc788\uc2b5\ub2c8\ub2e4.\n\ub300\ubd80\ubd84 \ud574\ub2f9 \ucee8\ud150\uce20\ub294 \uc218\ub3d9\uc73c\ub85c \uc0ad\uc81c\ub418\uc5c8\uc744 \uac00\ub2a5\uc131\uc774 \ub192\uc2b5\ub2c8\ub2e4.
-PCL.validation.directory.null=\uc124\uce58 \ub514\ub809\ud130\ub9ac\uac00 \ud0d0\uc9c0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product={0}\ub97c \uc704\ud55c \ub370\uc774\ud130\ub97c \ucd08\uae30\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-P.error.cannot.load.logic={0}\ub97c \uc704\ud55c \uad6c\uc131 \ub85c\uc9c1\uc744 \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-P.error.installdir.not.set={0}\ub97c \uc704\ud55c \uc124\uce58 \uc704\uce58\uac00 \uc124\uc815\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4
-P.error.installdir.set.empty={0}\ub97c \uc704\ud55c \uc124\uce58 \uc704\uce58\uac00 \ube48 \ubb38\uc790\uc5f4\ub85c \uc124\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4
-P.error.cannot.create.cache.dir={1}\uc744(\ub97c) \uc704\ud55c \ub85c\uceec \uce90\uc2dc \ub514\ub809\ud130\ub9ac {0}\uc744(\ub97c) \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-P.error.local.cache.not.dir={1}\uc744(\ub97c) \uc704\ud55c \ub85c\uceec \uce90\uc2dc \ub514\ub809\ud130\ub9ac {0}\uc740(\ub294) \ub514\ub809\ud130\ub9ac\uac00 \uc544\ub2d9\ub2c8\ub2e4
-P.error.cannot.load.product={0} \uc81c\ud488\uc744 \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-P.error.logic.not.yet.downloaded={0}\uc744(\ub97c) \uc704\ud55c \uad6c\uc131 \ub85c\uc9c1\uc774 \uc544\uc9c1 \ub2e4\uc6b4\ub85c\ub4dc\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4
-P.error.installation.data.not.cached=\uc124\uce58 \ub370\uc774\ud130\ub294 {0}\uc744(\ub97c) \uce90\uc2a4\ub97c \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-P.error.cannot.extract.data={0}\uc744(\ub97c) \uc704\ud55c \uc124\uce58 \ub370\uc774\ud130\ub97c \ucd94\ucd9c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-P.error.cannot.save.files.list=\uc124\uce58\ub41c \ud30c\uc77c \ubaa9\ub85d\uc744 \uc800\uc7a5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-P.error.cannot.get.wizard.components=\ucef4\ud3ec\ub10c\ud2b8\uc758 \ub9c8\ubc95\uc0ac \uad6c\uc131\uc694\uc18c\ub97c \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-P.error.cannot.wrap.for.macos=MacOS \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc744 \uc704\ud55c \ub514\ub809\ud130\ub9ac \uacc4\uce35\ub3c4\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-P.error.cannot.get.files.list=\uc124\uce58 \ud30c\uc77c \ubaa9\ub85d\uc744 \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-P.error.cannot.delete.files.list=\uc124\uce58\ub41c \ud30c\uc77c \ubaa9\ub85d\uc744 \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-P.error.cannot.delete.file=\ud30c\uc77c\uc744 \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-P.error.cannot.remove.from.system=\uc2dc\uc2a4\ud15c \uc124\uce58 \ub9e4\ub2c8\uc800\ub85c\ubd80\ud130 {0}\uc744(\ub97c) \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-P.error.not.enough.space=\uc124\uce58 \ub370\uc774\ud130\ub97c \ucd94\ucd9c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4 -- \ub300\uc0c1 \ub514\ub809\ud130\ub9ac\uc5d0 \ub514\uc2a4\ud06c \uacf5\uac04\uc774 \ucda9\ubd84\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-P.error.cannot.clear.cache=\uc124\uce58 \ub370\uc774\ud130 \uce90\uc2dc \ud30c\uc77c {0}\uc744(\ub97c) \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-P.error.system.integartion.failed=\uc2dc\uc2a4\ud15c \ud328\ud0a4\uc9c0 \ub9e4\ub2c8\uc800\uc640 {0} \ud1b5\ud569\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4
-
-P.message.installation={0} \uc124\uce58 \uc911
-P.message.uninstallation={0} \uc81c\uac70 \uc911
-P.message.configuration={0} \uad6c\uc131 \uc911
-P.message.unconfiguration={0} \uad6c\uc131\ud574\uc81c\uc911
-P.message.legal.artifacts=\ubc95\uc801 \uc0b0\ubb3c \uc0dd\uc131 \uc911
-P.message.run.logic=\ucee4\uc2a4\ud140 \uad6c\uc131 \ub85c\uc9c1 \uc2e4\ud589 \uc911
-P.message.system.registration=\uc2dc\uc2a4\ud15c \ud328\ud0a4\uc9c0 \ub9e4\ub2c8\uc800\uc5d0 \ub4f1\ub85d \uc911
-P.message.save.installation.files.list=\uc124\uce58\ub41c \ud30c\uc77c \ubaa9\ub85d \uc800\uc7a5 \uc911
-P.message.delete={0} \uc0ad\uc81c \uc911
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_ko.properties
deleted file mode 100644
index 2534ca7..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_ko.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=\ub85c\uadf8 \ud30c\uc77c\uc744 \uc4f0\ub294 \uc911\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc501\ub2c8\ub2e4. \ub85c\uae45\uc774 \ube44\ud65c\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-
-EM.ununexpected.exception={0} \uc2a4\ub808\ub4dc\uc5d0\uc11c \uc608\uae30\uce58\uc54a\uc740 \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4
-EM.errortype.critical=\uce58\uba85\uc801\uc778 \uc624\ub958
-EM.errortype.error=\uc624\ub958
-EM.errortype.warning=\uacbd\uace0
-EM.errortype.message=\uba54\uc2dc\uc9c0
-EM.unexpected.error=\uc54c\uc218\uc5c6\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4
-EM.exception.message=\n\n\uc608\uc678:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\n\uc124\uce58 \ub85c\uadf8 \ud30c\uc77c\uc5d0\uc11c \uc774\uc288\uc5d0 \ub300\ud55c \uc880\ub354 \uc790\uc138\ud55c \ub0b4\uc6a9\uc744 \uc5bb\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4:\n {0}
-
-FU.error.output.file.entry=\ud30c\uc77c \ubaa9\ub85d {0}\uc740(\ub294) \uc874\uc7ac\ud558\uc9c0\ub9cc \ud30c\uc77c\uc774 \uc544\ub2d9\ub2c8\ub2e4
-FU.error.output.dir.entry=\ub514\ub809\ud130\ub9ac \ubaa9\ub85d {0}\uc740(\ub294) \uc874\uc7ac\ud558\uc9c0\ub9cc \ub514\ub809\ud130\ub9ac\uac00 \uc544\ub2d9\ub2c8\ub2e4
-FU.message.extracting={0} \ucd94\ucd9c \uc911
-FU.error.load.xml.file.list=\ucd94\ucd9c\uc744 \uc704\ud55c xml \ud30c\uc77c \ubaa9\ub85d\uc744 \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-FU.error.unjar.todir=\ub514\ub809\ud130\ub9ac \uc740(\ub294) \uae30\uc874 \ud30c\uc77c\uc785\ub2c8\ub2e4, unjar \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-FU.message.copy.dir=\ub514\ub809\ud130\ub9ac \ubcf5\uc0ac \uc911: {0} \uc5d0: {1}
-FU.message.copy.file=\ud30c\uc77c \ubcf5\uc0ac \uc911: {0} \uc5d0: {1}
-FU.error.close.stream=\uc2a4\ud2b8\ub9bc\uc744 \ub2eb\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-FU.error.source.not.readable=\uc18c\uc2a4 {0}\uc774(\uac00) \uc77d\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-FU.error.dest.not.file=\ubaa9\uc801\uc9c0 {0}\uc740(\ub294) \ud30c\uc77c\uc774 \uc544\ub2d9\ub2c8\ub2e4
-FU.error.dest.creation=\ubaa9\uc801\uc9c0 {0}\uc740(\ub294) \uc0dd\uc131\ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-FU.error.dest.not.writable=\ubaa9\uc801\uc9c0 {0}\uc740(\ub294) \uc4f0\uae30 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4
-FU.message.moving={0}\uc744(\ub97c) {1}\uc5d0 \uc774\ub3d9 \uc911
-FU.error.freespace={0}\uc5d0 \uc5ec\uc720 \ub514\uc2a4\ud06c \uacf5\uac04\ub7c9\uc744 \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-FU.error.cannot.close.jar={0} jar \ub97c \ub2eb\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-FU.error.cannot.create.dir.exist.file={0} \ub514\ub809\ud130\ub9ac\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4, \uc874\uc7ac\ud558\ub294 \ud30c\uc77c\uc774 \uc788\uc2b5\ub2c8\ub2e4
-FU.error.cannot.create.dir={0} \ub514\ub809\ud130\ub9ac\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-FU.error.not.jar.file=\uacf5\uae09\ub41c \ud30c\uc77c {0}\ub294 jar \uc544\uce74\uc774\ube0c\uac00 \uc544\ub2d9\ub2c8\ub2e4
-FU.error.sha1.not.supported=\uc774\ub7f0 \uc138\uc0c1\uc5d0, \ud574\ub2f9 jvm\uc740 SHA1\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4
-FU.error.md5.not.supported=\uc774\ub7f0 \uc138\uc0c1\uc5d0, \ud574\ub2f9 jvm\uc740 MD5\ub97c \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4
-FU.error.file.security.exception=\uc608\uae30\uce58\ubabb\ud55c \uc0c1\ud669 \ubc1c\uc0dd - {0} \ud30c\uc77c\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub3c4\uc911 \ubcf4\uc548 \uc624\ub958
-FU.message.delete.file={0} \ud30c\uc77c \uc0ad\uc81c \uc911
-FU.message.delete.dir={0} \ub514\ub809\ud130\ub9ac \uc0ad\uc81c \uc911
-FU.error.pack200.failed=Pack200 \uc624\ub958\uc640 \ud568\uaed8 \uc885\ub8cc\ub428\n\uc624\ub958 \ucf54\ub4dc: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 \uc624\ub958\uc640 \ud568\uaed8 \uc885\ub8cc\ub428\n\uc624\ub958 \ucf54\ub4dc: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=\uc18d\uc131\uc744 \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4 - {0}, \uac12 - {1}.
-UI.error.failed.to.activate.crossplatform.laf=\ud06c\ub85c\uc2a4-\ud50c\ub7ab\ud3fc \ub8e9\uc564\ud544\uc744 \ud65c\uc131\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4 - \uae30\ubcf8 \ub8e9\uc564\ud544\uc774 \uc5b4\ub5bb\ub4e0\uac04\uc5d0 \uc9c4\ud589 \uc911
-UI.error.failed.to.activate.defined.laf=\uc815\uc758\ub41c \ub8e9\uc564\ud544\uc744 \ud65c\uc131\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4 - \uae30\ubcf8 \ud06c\ub85c\uc2a4-\ud50c\ub7ab\ud3fc \ub8e9\uc564\ud544\ub85c \ub300\uccb4 \uc911
-UI.error.failed.to.init.ui=UI\ub97c \ucd08\uae30\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-UI.error.failed.to.force.gtk=GTK \ub8e9\uc564\ud544 \uc0ac\uc6a9\uc744 \uac15\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-UI.silent.default.yes=\uc608 (\uae30\ubcf8) \uc635\uc158\uc73c\ub85c \uc9c4\ud589 \uc911...
-UI.silent.default.no=\uc544\ub2c8\uc624 (\uae30\ubcf8) \uc635\uc158\uc73c\ub85c \uc9c4\ud589 \uc911...
-UI.silent.default.cancel=\ucde8\uc18c (\uae30\ubcf8) \uc635\uc158\uc73c\ub85c \uc9c4\ud589 \uc911...
-
-StrU.error.cannot.parse.status=\uc0c1\ud0dc\ub97c \uad6c\ubb38\ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: {0}
-StrU.error.unknown.platform=\ud50c\ub7ab\ud3fc {0}"\uc774(\uac00) \uc778\uc2dd\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_ko.properties
deleted file mode 100644
index 0b3ff7f..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_ko.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=JDK \uac80\uc99d \uc808\ucc28\ub97c \uc2e4\ud589\ud558\ub294\ub370 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4
-JU.error.cannot.delete={0} \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-JU.error.cannot.download.testjdk={0}\ub85c\ubd80\ud130 TestJDK.class\ub97c \ub2e4\uc6b4\ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-JU.error.cannot.canonize={0} \uaddc\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_ko.properties
deleted file mode 100644
index 70c5780..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_ko.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=\uba85\ub839 \uc904 \uc778\uc790 "{0}"\uc744(\ub97c) \uc704\ud55c \ud544\uc218 \ub9e4\uac1c\ubcc0\uc218 \ub204\ub77d.\n"{0} <look-and-feel-class-name>"\uc774 \ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4
-O.warning.bad.target.arg=\uba85\ub839 \uc904 \uc778\uc790 "{0}"\uc744(\ub97c) \uc704\ud55c \ud544\uc218 \ub9e4\uac1c\ubcc0\uc218 \ub204\ub77d.\n"{0} <target-component-uid> <target-component-version>"\uc774 \ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4
-O.warning.bad.locale.arg.param=\uba85\ub839 \uc904 \uc778\uc790 "{0}"\uc744(\ub97c) \uc704\ud55c \uc798\ubabb\ub41c \ub9e4\uac1c\ubcc0\uc218 - "{1}".\n"{0} <language>[_<country>[_<variant>]]"\uc774 \ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4
-O.warning.bad.locale.arg=\uba85\ub839 \uc904 \uc778\uc790 "{0}"\uc744(\ub97c) \uc704\ud55c \ud544\uc218 \ub9e4\uac1c\ubcc0\uc218 \ub204\ub77d.\n"{0} <language>[_<country>[_<variant>]]"\uc774 \ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4
-O.warning.missing.state.file=\uc9c0\uc815\ub41c \uc0c1\ud0dc \ud30c\uc77c "{1}" \uc774(\uac00) \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n"{0}" \ub9e4\uac1c\ubcc0\uc218\ub294 \ubb34\uc2dc\ub429\ub2c8\ub2e4.
-O.warning.bag.state.file.arg=\uba85\ub839 \uc904 \uc778\uc790 "{0}"\uc744(\ub97c) \uc704\ud55c \ud544\uc218 \ub9e4\uac1c\ubcc0\uc218 \ub204\ub77d.\n"{0} <state-file-path>"\uc774(\uac00) \ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4
-O.warning.target.state.file.exists=\uc9c0\uc815\ub41c \uc0c1\ud0dc \ud30c\uc77c "{1}" \uc774(\uac00) \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n"{0}" \ub9e4\uac1c\ubcc0\uc218\ub294 \ubb34\uc2dc\ub429\ub2c8\ub2e4.
-O.warning.bad.target.state.file.arg=\uba85\ub839 \uc904 \uc778\uc790 "{0}"\uc744(\ub97c) \uc704\ud55c \ud544\uc218 \ub9e4\uac1c\ubcc0\uc218 \ub204\ub77d. \n "{0} <state-file-path>"\uc774(\uac00) \ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4
-O.warning.bundle.file.exists=\uc9c0\uc815\ub41c \uc0c1\ud0dc \ud30c\uc77c "{1}" \uc774(\uac00) \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n"{0}" \ub9e4\uac1c\ubcc0\uc218\ub294 \ubb34\uc2dc\ub429\ub2c8\ub2e4.
-O.warning.bad.create.bundle.arg=\uba85\ub839 \uc904 \uc778\uc790 "{0}"\uc744(\ub97c) \uc704\ud55c \ud544\uc218 \ub9e4\uac1c\ubcc0\uc218 \ub204\ub77d.\n"{0} <target-file-path>"\uc774(\uac00) \ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4.
-O.warning.bad.userdir.arg=\uba85\ub839 \uc904 \uc778\uc790 "{0}"\uc744(\ub97c) \uc704\ud55c \ud544\uc218 \ub9e4\uac1c\ubcc0\uc218 \ub204\ub77d.\n"{0} <userdir-path>"\uc774(\uac00) \ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4.
-O.warning.bad.platform.arg=\uba85\ub839 \uc904 \uc778\uc790 "{0}"\uc744(\ub97c) \uc704\ud55c \ud544\uc218 \ub9e4\uac1c\ubcc0\uc218 \ub204\ub77d.\n"{0} <target-platform>"\uc774(\uac00) \ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4.
-O.warning.bad.registry.arg=\uba85\ub839 \uc904 \uc778\uc790 "{0}"\uc744(\ub97c) \uc704\ud55c \ud544\uc218 \ub9e4\uac1c\ubcc0\uc218 \ub204\ub77d.\n"{0} <remote-registry-url>"\uc774(\uac00) \ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4.
-O.warning.bad.properties.arg=\uba85\ub839 \uc904 \uc778\uc790 "{0}"\uc744(\ub97c) \uc704\ud55c \ud544\uc218 \ub9e4\uac1c\ubcc0\uc218 \ub204\ub77d.\n"{0} <properties-file-path>"\uc774(\uac00) \ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4.
-O.warning.bad.bundle.properties.arg=\uba85\ub839 \uc904 \uc778\uc790 "{0}"\uc744(\ub97c) \uc704\ud55c \ud544\uc218 \ub9e4\uac1c\ubcc0\uc218 \ub204\ub77d.\n"{0} <bundle-properties-file-path>"\uc774(\uac00) \ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4.
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_ko.properties
deleted file mode 100644
index 6c9e222..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_ko.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=\uc124\uce58 \uc548\ub428
-Status.to-be-installed=\uc124\uce58\ub428
-Status.installed=\uc124\uce58\ub428
-Status.to-be-uninstalled=\uc124\uce58\ud574\uc81c\ub428
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=\uc131\uacf5\uc801\uc73c\ub85c \uc124\uce58\ub428
-DetailedStatus.install.warning=\uacbd\uace0\uc640 \ud568\uaed8 \uc124\uce58\ub428
-DetailedStatus.install.error=\uc124\uce58\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4
-DetailedStatus.uninstall.success=\uc131\uacf5\uc801\uc73c\ub85c \uc81c\uac70\ub428
-DetailedStatus.uninstall.warning=\uacbd\uace0\uc640 \ud568\uaf10 \uc81c\uac70\ub428
-DetailedStatus.uninstall.error=\uc81c\uac70\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_ko.properties
deleted file mode 100644
index 55b9d27..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_ko.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=URI\uc5d0\uc11c \ud504\ub808\uc784 \uc544\uc774\ucf58 \ub2e4\uc6b4\ub85c\ub4dc\uac00 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4 - {0}.
-NF.error.failed.to.set.frame.icon=\ud504\ub808\uc784 \uc544\uc774\ucf58\uc744 \uc124\uc815\ud558\ub294\ub370 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=\ucc3e\uc544\ubcf4\uae30
-NFC.filechooser.approve.button.text=\ud655\uc778(&O)
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_ko.properties
deleted file mode 100644
index e1ec495..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_ko.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=\uc9c0\uc815 \ud37c\uc13c\ud2b8 - {0} \uc774 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. The total percentage of the \ncomposite progress (sum of the own percentage and the percentages of the \nchildren) cannot be less than {1} and greater than {2}.
-
-CP.error.progress=\uc9c0\uc815\ub41c \ud558\uc704 \uc9c4\ud589\uc774 \ubcf5\ud569 \uc9c4\ud589\uc5d0 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4 \n\ub530\ub77c\uc11c \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. 
-
-################################################################################
-# Progress.java
-P.error.percentage=\uc9c0\uc815 \ud37c\uc13c\ud2b8 - {0} \uc774 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc9c4\ud589 \uc911\uc778 \ucd1d \ube44\uc728\uc740 {1}\ubcf4\ub2e4 \uc791\uac70\ub098\n {2}\ubcf4\ub2e4 \ud074 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_ko.properties
deleted file mode 100644
index e9c3de6..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_ko.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle={0}\uc5d0\uc11c \ubc88\ub4e4\uc744 \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-LP.error.no.files={0}\uc5d0 \ud30c\uc77c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4
-LP.error.not.directory={0}\ub294 \ub514\ub809\ud130\ub9ac\uac00 \uc544\ub2d9\ub2c8\ub2e4
-LP.error.directory.do.not.exist=\ub514\ub809\ud130\ub9ac {0}\uc774(\uac00) \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_ko.properties
deleted file mode 100644
index 47dc06e..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_ko.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=\ubc88\ub4e4\ub41c \ud639\uc740 \uc678\ubd80 jar \ud30c\uc77c \uc5c6\uc74c
-CnL.error.cannot.find.jvm.file=JVM \ud30c\uc77c {0}\uc744(\ub97c) \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-CnL.error.cannot.find.class=\ubc88\ub4e4\ub41c \ud30c\uc77c\uacfc \uc9c0\uc815\ub41c \uc678\ubd80 \ud30c\uc77c\uc5d0\uc11c \ud074\ub798\uc2a4 {0}\uc744(\ub97c) \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4 
-CnL.error.main.class.unspecified=\ubc88\ub4e4\ub41c \ud30c\uc77c \uc911\uc5d0 \uc9c0\uc815\ub41c \uba54\uc778 \ud074\ub798\uc2a4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4
-CnL.error.cannot.get.output.name=\ubc88\ub4e4\ub41c \ud30c\uc77c \uc5c6\uc74c - \ucd9c\ub825 \ud30c\uc77c \uc774\ub984\uc744 \uc5bb\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon={0}\ub85c\ubd80\ud130 \uc2e4\ud589\uae30 \uc544\uc774\ucf58\uc744 \uc5bb\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_ko.properties
deleted file mode 100644
index 4feacd0..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_ko.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=\uae30\ubcf8 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \uc704\uce58\ub97c \uc5bb\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-SR.error.cannot.parse.pattern=\ud328\ud134\uc744 \uad6c\ubb38 \ubd84\uc11d \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: {0}
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_ko.properties
deleted file mode 100644
index 73f226e..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_ko.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=\ub124\uc774\ud2f0\ube0c \uba54\uc18c\ub4dc\uc5d0 \uc561\uc138\uc2a4 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_ko.properties
deleted file mode 100644
index 1a06724..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_ko.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=\uae30\ubcf8 \ub9c8\ubc95\uc0ac \uc778\uc2a4\ud134\uc2a4 \uc0dd\uc131\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.
-W.error.failed.to.load.components={0\}\uc5d0\uc11c, \ud074\ub798\uc2a4\ub85c\ub354 {1}\uc744(\ub97c) \uc0ac\uc6a9\ud558\uc5ec \ub9c8\ubc95\uc0ac \ucef4\ud3ec\ub10c\ud2b8\ub97c \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-W.error.failed.to.load.component=XML \uc5d8\ub9ac\uba3c\ud2b8 {0}\uc5d0\uc11c, \ud074\ub798\uc2a4\ub85c\ub354 {1}\uc744(\ub97c) \uc0ac\uc6a9\ud558\uc5ec \ub9c8\ubc95\uc0ac \ucef4\ud3ec\ub10c\ud2b8\ub97c \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-W.error.unknown.ui.mode=\uc54c \uc218 \uc5c6\ub294 UI \ubaa8\ub4dc - {0}.
-W.error.cannot.move.backward.silent=\uc790\ub3d9 UI \ubaa8\ub4dc\uc5d0\uc11c \ub4a4\ub85c \uc774\ub3d9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-W.error.cannot.move.backward.at.first=\ub4a4\ub85c \uc774\ub3d9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4 - \ub9c8\ubc95\uc0ac\uac00 \uc774\ubbf8 \uccab\ubc88\uc9f8 \uc5d8\ub9ac\uba3c\ud2b8\uc5d0 \uc788\uc2b5\ub2c8\ub2e4.
-W.error.parser.unsupports.schemas=\ud604\uc7ac \ud30c\uc11c - {0} - \uc774(\uac00) \uc2a4\ud0a4\ub9c8\ub97c \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-W.error.interrupted=\uae30\ub2e4\ub9ac\ub294 \ub3d9\uc548 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_ko.properties
deleted file mode 100644
index 57f56fa..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_ko.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE \uc778\uc2a4\ud1a8\ub7ec
-WC.description=\ub137\ube48\uc988 IDE \uc124\uce58 \ud504\ub85c\uadf8\ub7a8 \uc124\uba85
-
-WC.help.button.text=\ub3c4\uc6c0\ub9d0(&H)!
-WC.back.button.text=< \ub4a4\ub85c(&B)
-WC.next.button.text=\ub2e4\uc74c(&N) >
-WC.cancel.button.text=\ucde8\uc18c
-WC.finish.button.text=\ub9c8\uce68(&F)
-
-WC.cancel.dialog.title=\ucde8\uc18c
-WC.cancel.dialog.text=\uc815\ub9d0 \ucde8\uc18c\ud558\uc2dc \uaca0\uc2b5\ub2c8\uae4c?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=InterruptedException \uc774 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4
-
-WA.canceling.progress.title=\ucde8\uc18c\uc911, \ud604\uc7ac \uc791\uc5c5 \ub9c8\ubb34\ub9ac \uc911...
-
-WA.cancel.dialog.title=\ucde8\uc18c
-WA.cancel.dialog.text=\uc815\ub9d0 \ucde8\uc18c\ud558\uc2dc \uaca0\uc2b5\ub2c8\uae4c?
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_ko.properties
deleted file mode 100644
index 56e5322..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_ko.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=\uce90\uc2dc \uc5d4\uc9c4...
-CEA.description=\ub9c8\ubc95\uc0ac\uac00 \uc5d4\uc9c4\uc744 \uce90\uc2dc\ud558\ub294 \ub3d9\uc548 \uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-CEA.error.cannot.cache.engine=\uc124\uce58 \ud504\ub85c\uadf8\ub7a8 \uc5d4\uc9c4\uc744 \uce90\uc2dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=\ubc88\ub4e4 \uc0dd\uc131 \uc911...
-CBA.description=\ub9c8\ubc95\uc0ac\uac00 \uc120\ud0dd\ub41c \ucef4\ud3ec\ub10c\ud2b8\ub85c \ubc88\ub4e4\uc744 \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-
-CBA.progress.create.bundle.title={0}\uc5d0 \uc7ac\ubc30\ud3ec \ubc88\ub4e4 \uc0dd\uc131 \uc911
-CBA.progress.add.engine.detail=\ubc88\ub4e4\uc5d0 \uc124\uce58 \ud504\ub85c\uadf8\ub7a8 \uc5d4\uc9c4 \ucd94\uac00
-CBA.progress.add.product.detail={0} \ucd94\uac00 \uc911...
-CBA.progress.add.group.detail={0} \ucd94\uac00 \uc911...
-
-CBA.error.failed.create.bundle=\ubc88\ub4e4\uc744 \ub9cc\ub4dc\ub294\ub370 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=\ub124\uc774\ud2f0\ube0c \uc2e4\ud589\uae30 \uc0dd\uc131 \uc911...
-CNLA.description=\ub9c8\ubc95\uc0ac\uac00 jar \ud30c\uc77c\uc744 \uc704\ud55c \uc2e4\ud589\uae30\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-CNLA.error.failed.create.launcher=\ub124\uc774\ud2f0\ube0c \uc2e4\ud589\uae30 \uc0dd\uc131\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=MacOSX \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \uc2e4\ud589\uae30 \uc0dd\uc131 \uc911...
-CMALA.description=\ub9c8\ubc95\uc0ac\uac00 jar \ud30c\uc77c\uc744 \uc704\ud55c app \uc2e4\ud589\uae30\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-CMALA.error.failed.create.launcher=app \uc2e4\ud589\uae30\ub97c \ub9cc\ub4dc\ub294\ub370 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=\uad6c\uc131 \ub85c\uc9c1 \uc900\ube44 \uc911...
-DCLA.description=\ub9c8\ubc95\uc0ac\uac00 \uad6c\uc131 \ub85c\uc9c1\uc744 \uc900\ube44\ud558\ub294 \ub3d9\uc548 \uc7a0\uc2dc \uae30\ub2e4\ub824\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-DCLA.progress.remote.title={0}\uc744(\ub97c) \uc704\ud55c \uad6c\uc131 \ub85c\uc9c1 \ub2e4\uc6b4\ub85c\ub4dc \uc911
-DCLA.progress.local.title={0}\uc744(\ub97c) \uc704\ud55c \uad6c\uc131 \ub85c\uc9c1 \ucd94\ucd9c \uc911
-DCLA.failed={0}\uc744(\ub97c) \uc704\ud55c \uc124\uce58 \ub85c\uc9c1 \ub2e4\uc6b4\ub85c\ub4dc\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4
-DCLA.dependent.failed={0}\uc744(\ub97c) \uc124\uce58 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4, \ub54c\ubb38\uc5d0 {1} \uc124\uce58\uac00 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=\uc124\uce58 \ub370\uc774\ud130 \uc900\ube44 \uc911...
-DIDA.description=\ub9c8\ubc95\uc0ac\uac00 \uc124\uce58 \ub370\uc774\ud130\ub97c \uc900\ube44\ud558\ub294 \ub3d9\uc548 \uc7a0\uc2dc \uae30\ub2e4\ub824\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-DIDA.progress.remote.title={0}\uc744(\ub97c) \uc704\ud55c \uc124\uce58 \ub370\uc774\ud130 \ub2e4\uc6b4\ub85c\ub4dc \uc911
-DIDA.progress.local.title={0}\uc744(\ub97c) \uc704\ud55c \uc124\uce58 \ub370\uc774\ud130 \ucd94\ucd9c \uc911
-DIDA.failed={0}\uc744(\ub97c) \uc704\ud55c \uc124\uce58 \ub370\uc774\ud130 \ub2e4\uc6b4\ub85c\ub4dc\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4
-DIDA.dependent.failed={0}\uc744(\ub97c) \uc124\uce58 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4, \ub54c\ubb38\uc5d0 {1} \uc124\uce58\uac00 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=\ucd08\uae30\ud654 \uc911...
-IRA.description=\uc124\uc815 \ub9c8\ubc95\uc0ac\uac00 \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-IRA.registry.initialization.failed=\ub808\uc9c0\uc2a4\ud2b8\ub9ac\ub97c \ucd08\uae30\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=\uc885\ub8cc \uc911...
-FRA.description=\uc14b\uc5c5 \ub9c8\ubc95\uc0ac\uac00 \uc885\ub8cc\ub418\ub294 \uc911 \uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2ed\uc2dc\uc624.
-FRA.registry.finalization.failed=\ub808\uc9c0\uc2a4\ud2b8\ub9ac\ub97c \uc885\ub8cc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-
-################################################################################
-# InstallAction.java
-IA.title=\uc124\uce58 \uc911...
-IA.description=\ub9c8\ubc95\uc0ac\uac00 \uc120\ud0dd\ub41c \ucef4\ud3ec\ub10c\ud2b8\ub97c \uc124\uce58\ud558\ub294 \ub3d9\uc548 \uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-IA.progress.install.title={0} \uc124\uce58 \uc911...
-IA.progress.rollback.title=\ucde8\uc18c\uc911, {0} \ub864\ubc31 \uc911...
-IA.install.dependent.failed={0}\uc744(\ub97c) \uc124\uce58 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4, \ub54c\ubb38\uc5d0 {1} \uc124\uce58\uac00 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4
-IA.install.unknown.error=\uc54c\uc218 \uc5c6\ub294 \uc624\ub958
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Java\u2122 \ud658\uacbd \uac80\uc0c9 \uc911...
-SFJA.description=\ub9c8\ubc95\uc0ac\uac00 \uae30\uc874 \uc790\ubc14 \ud658\uacbd\uc744 \uc704\ud55c \uadc0\ud558\uc758 \uc2dc\uc2a4\ud15c\uc744 \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc7a0\uc2dc \uae30\ub2e4\ub824\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-SFJA.prepare.list=\uc704\uce58 \ubaa9\ub85d \uc900\ube44 \uc911...
-SFJA.checking={0} \ud655\uc778 \uc911
-SFJA.search.java=\uc124\uce58\ub41c \uc790\ubc14 \ud658\uacbd \uac80\uc0c9 \uc911...
-SFJA.entry.label={0} (v. {2}\uc5d0 \uc758\ud55c {1})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=\uc81c\uac70 \uc911...
-UA.description=\ub9c8\ubc95\uc0ac\uac00 \uc120\ud0dd\ub41c \ucef4\ud3ec\ub10c\ud2b8\ub97c \uc81c\uac70\ud558\ub294 \ub3d9\uc548 \uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-UA.progress.uninstall.title={0} \uc81c\uac70 \uc911
-UA.uninstall.dependent.failed={0}\uc744(\ub97c) \uc81c\uac70 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4, \ub54c\ubb38\uc5d0 {1} \uc81c\uac70\uac00 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=\uc18c\uc2a4 \ucef4\ud3ec\ub10c\ud2b8 UID\uac00 \uc124\uc815\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4
-SILA.error.cannot.find.component=\uc8fc\uc5b4\uc9c4 uid {0}\uc744(\ub97c) \uac00\uc9c4 \ucef4\ud3ec\ub10c\ud2b8\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4
-SILA.error.cannot.get.logic={0}\ub97c \uc704\ud55c \uad6c\uc131 \ub85c\uc9c1\uc744 \uc561\uc138\uc2a4\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_ko.properties
deleted file mode 100644
index fe69aa7..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_ko.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=\uc704\uce58(&L):
-ALP.location.button.text=\ucc3e\uc544\ubcf4\uae30(&R)...
-ALP.list.label.text=\ub2e4\uc74c \uc704\uce58\ub294 \uac80\uc0c9 \uc54c\uace0\ub9ac\uc998\uc5d0 \uc758\ud574 \ubc1c\uacac\ub418\uc5c8\uc2b5\ub2c8\ub2e4(&f):
-
-ALP.error.nothing.found=\ud638\ud658\ub418\ub294 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=\uad6c\uc131\uc694\uc18c \uc120\ud0dd
-CSP.description.both=\uc124\uce58\ud560 \uad6c\uc131\uc694\uc18c\ub97c \uc120\ud0dd\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. \uc81c\uac70\ud558\ub824\uba74 \uc120\ud0dd\ud574\uc81c\ud558\uc2ed\uc2dc\uc624.
-CSP.description.install=\uc124\uce58\ud560 \uad6c\uc131\uc694\uc18c\ub97c \uc120\ud0dd\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-CSP.description.uninstall=\uc81c\uac70\ub97c \uc6d0\ud558\ub294 \ucef4\ud3ec\ub10c\ud2b8 \uc120\ud0dd\ud574\uc81c
-CSP.feature.description.title=\uae30\ub2a5 \uc124\uba85
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=\uc124\uce58 \ud06c\uae30: {0}     \ub0b4\ub824\ubc1b\uae30 \ud06c\uae30: {1}
-CSP.sizes.label.text.no.download=\uc124\uce58 \ud06c\uae30: {0}
-
-CSP.default.installation.size=\ud574\ub2f9 \uc5c6\uc74c
-CSP.default.download.size=\ud574\ub2f9 \uc5c6\uc74c
-
-CSP.error.no.changes.both=\uc544\ubb34 \uae30\ub2a5\ub3c4 \uc120\ud0dd\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \uc124\uce58\ub098 \uc81c\uac70\ub97c \uc704\ud574 \uc801\uc5b4\ub3c4 \ud558\ub098\uc758 \uae30\ub2a5\uc744 \uc120\ud0dd\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-CSP.error.no.changes.install=\uc544\ubb34 \uae30\ub2a5\ub3c4 \uc120\ud0dd\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \uc124\uce58\ub97c \uc704\ud574 \uc801\uc5b4\ub3c4 \ud558\ub098\uc758 \uae30\ub2a5\uc744 \uc120\ud0dd\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-CSP.error.no.changes.uninstall=\uc544\ubb34 \uae30\ub2a5\ub3c4 \uc120\ud0dd\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \uc81c\uac70\ub97c \uc704\ud574 \uc801\uc5b4\ub3c4 \ud558\ub098\uc758 \uae30\ub2a5\uc744 \uc120\ud0dd\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-CSP.error.requirement.install={1}\uc740(\ub294) {0} \uc124\uce58\uc5d0 \ud544\uc694\ud569\ub2c8\ub2e4.
-CSP.error.conflict.install={0}\uc740(\ub294) {1}\uc640(\uacfc) \ucda9\ub3cc\ub429\ub2c8\ub2e4.
-CSP.error.requirement.uninstall={0}\uc740(\ub294) {1}\uc774(\uac00) \ud544\uc694\ud569\ub2c8\ub2e4
-CSP.error.not.enough.space.to.download=\uc124\uce58 \ub370\uc774\ud130 \ub2e4\uc6b4\ub85c\ub4dc\ub97c \uc704\ud55c \ub514\uc2a4\ud06c \uacf5\uac04 \ubd80\uc871 \ubd80\uac00\uc801\uc778 {1}\uc740(\ub294) {0}\uc5d0\uc11c \ud544\uc694\ud569\ub2c8\ub2e4.
-CSP.error.not.enough.space.to.extract=\uc124\uce58 \ub370\uc774\ud130 \ucd94\ucd9c\uc744 \uc704\ud55c \ub514\uc2a4\ud06c \uacf5\uac04 \ubd80\uc871 \ubd80\uac00\uc801\uc778 {1}\uc740(\ub294) {0}\uc5d0\uc11c \ud544\uc694\ud569\ub2c8\ub2e4.
-CSP.error.cannot.check.space=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ub514\uc2a4\ud06c \uacf5\uac04\uc744 \ud655\uc778\ud560 \uc218\uc5c6\uc2b5\ub2c8\ub2e4
-
-################################################################################
-# DestinationPanel.java
-DP.title=\uc124\uce58 \ud3f4\ub354.
-DP.description=\ub300\uc0c1 \ud3f4\ub354\ub97c \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624.
-
-DP.destination.label.text=\uc124\uce58 \uc704\uce58(&I):
-DP.destination.button.text=\ucc3e\uc544\ubcf4\uae30(&R)...
-
-DP.error.null=\uc124\uce58 \ud3f4\ub354\ub294 \ube44\uc6cc\ub458 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-DP.error.not.valid=\uc9c0\uc815\ub41c \uc124\uce58 \ud3f4\ub354\uac00 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-DP.error.contains.exclamation=\uc124\uce58 \ud3f4\ub354\ub294 \ub290\ub08c\ud45c(!)\ub97c \ud3ec\ud568\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-DP.error.contains.semicolon=\uc124\uce58 \ud3f4\ub354\ub294 \uc138\ubbf8\ucf5c\ub860 \ubb38\uc790(;)\ub97c \ud3ec\ud568\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-DP.error.contains.colon=\uc124\uce58 \ud3f4\ub354\ub294 \ucf5c\ub860 \ubb38\uc790(:)\ub97c \ud3ec\ud568\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-DP.error.contains.ampersand=\uc124\uce58 \ud3f4\ub354\ub294 \uc570\ud37c\uc0cc\ub4dc(&)\ub97c \ud3ec\ud568\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-DP.error.contains.wrong.char=\uc124\uce58 \ud3f4\ub354\ub294 \uc798\ubabb\ub41c \ubb38\uc790({1})\uc744(\ub97c) \ud3ec\ud568\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-DP.error.matches.prohibited.regexp=\uc9c0\uc815\ub41c \uc124\uce58 \ud3f4\ub354\uac00 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4 (\uae08\uc9c0\ub41c \ud328\ud134 {1})\uc640(\uacfc) \uc77c\uce58\ud569\ub2c8\ub2e4).
-DP.error.not.absolute=\uc9c0\uc815\ub41c \uc124\uce58 \ud3f4\ub354\ub294 \uc808\ub300 \uacbd\ub85c \ud615\ud0dc\uac00 \ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4.
-DP.error.cannot.canonize=\uc9c0\uc815\ub41c \uc124\uce58 \ud3f4\ub354\ub97c \uaddc\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-DP.error.not.directory=\uc9c0\uc815\ub41c \uc124\uce58 \uc704\uce58\uac00 \ud3f4\ub354\uac00 \uc544\ub2d9\ub2c8\ub2e4.
-DP.error.not.readable=\uc9c0\uc815\ub41c \uc124\uce58 \ud3f4\ub354\ub294 \uc77d\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-DP.error.not.writable=\uc9c0\uc815\ub41c \uc124\uce58 \ud3f4\ub354\ub294 \uc77d\uae30\uc804\uc6a9\uc785\ub2c8\ub2e4.
-DP.error.not.empty=\uc9c0\uc815\ub41c \uc124\uce58 \ud3f4\ub354\ub294 \ube44\uc6cc\ub458 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-DP.error.not.ends.with.app=\uc9c0\uc815\ub41c \uc124\uce58 \ud3f4\ub354\ub294 \ubc18\ub4dc\uc2dc ".app"\ub85c \ub05d\ub098\uc57c \ud569\ub2c8\ub2e4.
-DP.error.not.enough.space=\ub514\uc2a4\ud06c \uacf5\uac04\uc774 \ucda9\ubd84\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ubd80\uac00\uc801\uc778 {1}\uc740(\ub294) {0}\uc5d0\uc11c \ud544\uc694\ud569\ub2c8\ub2e4.
-DP.error.cannot.get.logic=\uad6c\uc131 \ub85c\uc9c1\uc744 \uad6c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-DP.error.cannot.check.space=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ub514\uc2a4\ud06c \uacf5\uac04\uc744 \ud655\uc778\ud560 \uc218\uc5c6\uc2b5\ub2c8\ub2e4
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 \ud648 \ud3f4\ub354:
-JLP.location.label.text.java=&Java\u2122 \ud658\uacbd \ud648 \ud3f4\ub354:
-JLP.location.button.text=\ucc3e\uc544\ubcf4\uae30(&R)...
-JLP.list.label.text=\ud574\ub2f9 \uba38\uc2e0\uc0c1 \ubc1c\uacac\ub41c \uc801\ud569\ud55c JDK\u2122 \ubaa9\ub85d(&L)
-JLP.list.label.text.java=\ud574\ub2f9 \uba38\uc2e0\uc0c1 \ubc1c\uacac\ub41c \uc801\ud569\ud55c Java\u2122 \ud658\uacbd \ubaa9\ub85d(&L)
-
-JLP.error.null=JDK \uacbd\ub85c\ub294 \ube44\uc6cc\ub458 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-JLP.error.null.java=\uc790\ubc14 \ud658\uacbd \uacbd\ub85c\ub294 \ube44\uc6cc\ub458 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-JLP.error.not.valid.path=\uc9c0\uc815\ub41c JDK \ud3f4\ub354 {0}\uc774(\uac00) \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-JLP.error.not.valid.path.java=\uc9c0\uc815\ub41c \uc790\ubc14 \ud658\uacbd \ud3f4\ub354 {0}\uc774(\uac00) \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-JLP.error.path.not.exists=\uc9c0\uc815\ub41c JDK \ud3f4\ub354 {0}\uc774(\uac00) \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4
-JLP.error.path.not.exists.java=\uc9c0\uc815\ub41c \uc790\ubc14 \ud658\uacbd \ud3f4\ub354 {0}\uc774(\uac00) \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4
-JLP.error.not.javahome=\uc9c0\uc815\ub41c JDK \ud3f4\ub354 {0}\uc774(\uac00) JDK\ub97c \ud3ec\ud568\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-JLP.error.not.javahome.java=\uc9c0\uc815\ub41c \uc790\ubc14 \ud658\uacbd \ud3f4\ub354 {0}\uc774(\uac00) \uc790\ubc14 \ud658\uacbd\uc744 \ud3ec\ud568\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-JLP.error.not.jdk=\uc9c0\uc815\ub41c JDK \ud3f4\ub354 {0}\uc740(\ub294) JRE\ub97c \uac00\uc9c0\uace0 \uc788\uc9c0\ub9cc, \uc804\uccb4 JDK\uac00 \ud544\uc694\ud569\ub2c8\ub2e4.
-JLP.error.wrong.version.older=\uc9c0\uc815\ub41c JDK \ud3f4\ub354 {0}\uc740(\ub294) JDK \ubc84\uc804 "{1}"\ub97c \uac00\uc9c0\uace0 \uc788\uc9c0\ub9cc, \ucd5c\uc18c "{2}"\uc785\ub2c8\ub2e4.
-JLP.error.wrong.version.older.java=\uc9c0\uc815\ub41c \uc790\ubc14 \ud658\uacbd \ud3f4\ub354 {0}\uc740(\ub294) \uc790\ubc14 \ubc84\uc804 "{1}"\ub97c \uac00\uc9c0\uace0 \uc788\uc9c0\ub9cc, \ucd5c\uc18c "{2}"\uc785\ub2c8\ub2e4.
-JLP.error.wrong.version.newer=\uc9c0\uc815\ub41c JDK \ud3f4\ub354 {0}\uc740(\ub294) JDK \ubc84\uc804 "{1}"\ub97c \uac00\uc9c0\uace0 \uc788\uc9c0\ub9cc, \ucd5c\ub300 "{2}"\uc785\ub2c8\ub2e4.
-JLP.error.wrong.version.newer.java=\uc9c0\uc815\ub41c \uc790\ubc14 \ud658\uacbd \ud3f4\ub354 {0}\uc740(\ub294) \uc790\ubc14 \ubc84\uc804 "{1}"\ub97c \uac00\uc9c0\uace0 \uc788\uc9c0\ub9cc, \ucd5c\ub300 "{2}"\uc785\ub2c8\ub2e4.
-JLP.error.wrong.vendor=\uc9c0\uc815\ub41c JDK \ud3f4\ub354 {0}\uc740(\ub294) \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 \ubca4\ub354 ({1})\ub85c\ubd80\ud130 JDK\ub97c \ud3ec\ud568\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc9c0\uc6d0\ub418\ub294 \ubca4\ub354\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4 "{2}".
-JLP.error.wrong.vendor.java=\uc9c0\uc815\ub41c \uc790\ubc14 \ud658\uacbd \ud3f4\ub354 {0}\uc740(\ub294) \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 \ubca4\ub354 ({1})\ub85c\ubd80\ud130 \uc790\ubc14\ub97c \ud3ec\ud568\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc9c0\uc6d0\ub418\ub294 \ubca4\ub354\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4 "{2}".
-JLP.error.unknown=\uacbd\ub85c\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc54c \uc218 \uc5c6\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>\uc124\uce58 \ud504\ub85c\uadf8\ub7a8\uc774 \ud638\ud658\ub418\ub294 \uc790\ubc14 \ud658\uacbd\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4, \uc218\ub3d9\uc73c\ub85c \uc9c0\uc815\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.<br>\ucd5c\uc18c \ud544\uc218 \ubc84\uc804\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4 {0}. JDK\ub97c \ub2e4\uc6b4\ub85c\ub4dc\ud558\ub824\uba74, <a href="{2}">{2}</a>\uc744(\ub97c) \ubc29\ubb38\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4
-JLP.error.nothing.found.java=<html>\uc124\uce58 \ud504\ub85c\uadf8\ub7a8\uc774 \ud638\ud658\ub418\ub294 \uc790\ubc14 \ud658\uacbd\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4, \uc218\ub3d9\uc73c\ub85c \uc9c0\uc815\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.<br>\ucd5c\uc18c \ud544\uc218 \ubc84\uc804\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4 {0}. \uc790\ubc14 \ud658\uacbd\uc744 \ub2e4\uc6b4\ub85c\ub4dc\ud558\ub824\uba74, \ub2e4\uc74c\uc744 \ubc29\ubb38\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4 <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} ({1}\uc5d0\uc11c \uc0ac\uc6a9)
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=\uc0ac\ud6c4-\uc0dd\uc131 \ubc88\ub4e4 \uc694\uc57d
-PoCBSP.dialog.description=\uc885\ub8cc\ud558\ub824\uba74 \ub9c8\uce68\uc744 \ud074\ub9ad\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-
-PoCBSP.message.success.text=\uc124\uce58 \ub9c8\ubc95\uc0ac\uac00 \uc120\ud0dd\ub41c \uc791\uc5c5\uc744 \uc131\uacf5\uc801\uc73c\ub85c \uc218\ud589\ud588\uc2b5\ub2c8\ub2e4.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=\ubc88\ub4e4 \uc0dd\uc131 \ucc98\ub9ac \uacfc\uc815 \uc911\uc5d0 \uba87\uba87 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=\ub2e4\uc74c\uacfc \uac19\uc740 \uad6c\uc131\uc694\uc18c\uac00 \uc131\uacf5\uc801\uc73c\ub85c \ubc88\ub4e4 \ub418\uc5c8\uc2b5\ub2c8\ub2e4:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=\ub2e4\uc74c\uacfc \uac19\uc740 \uad6c\uc131\uc694\uc18c\uac00 \ubc88\ub4e4 \ub418\ub294\ub370 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=\ub85c\uadf8 \ubcf4\uae30(&L)
-PoCBSP.send.log.button.text=\ub85c\uadf8 \ubcf4\ub0b4\uae30(&S)
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=\uc124\uce58 \ub9c8\ubc95\uc0ac - \uc0ac\ud6c4 \uc124\uce58 \uc694\uc57d
-
-PoISP.message.success.text=\uc124\uce58 \ub9c8\ubc95\uc0ac\uac00 \uc120\ud0dd\ub41c \uc791\uc5c5\uc744 \uc131\uacf5\uc801\uc73c\ub85c \uc218\ud589\ud588\uc2b5\ub2c8\ub2e4.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=\uc124\uce58/\uc81c\uac70 \ucc98\ub9ac \uacfc\uc815\uc5d0\uc11c \uba87\uba87 \uacbd\uace0\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=\uc124\uce58/\uc81c\uac70 \ucc98\ub9ac \uacfc\uc815\uc5d0\uc11c \uba87\uba87 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=\ub2e4\uc74c\uacfc \uac19\uc740 \uad6c\uc131\uc694\uc18c\uac00 \uc131\uacf5\uc801\uc73c\ub85c \uc124\uce58\ub418\uc5c8\uc2b5\ub2c8\ub2e4:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=\ub2e4\uc74c\uacfc \uac19\uc740 \uad6c\uc131\uc694\uc18c\uac00 \uacbd\uace0\uc640 \ud568\uaed8 \uc124\uce58\ub418\uc5c8\uc2b5\ub2c8\ub2e4:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=\ub2e4\uc74c\uacfc \uac19\uc740 \uad6c\uc131\uc694\uc18c\ub97c \uc124\uce58\ud558\ub294\ub370 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=\ub2e4\uc74c\uacfc \uac19\uc740 \uad6c\uc131\uc694\uc18c\uac00 \uc131\uacf5\uc801\uc73c\ub85c \uc81c\uac70\ub418\uc5c8\uc2b5\ub2c8\ub2e4:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=\ub2e4\uc74c\uacfc \uac19\uc740 \uad6c\uc131\uc694\uc18c\uac00 \uacbd\uace0\uc640 \ud568\uaed8 \uc81c\uac70\ub418\uc5c8\uc2b5\ub2c8\ub2e4:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=\ub2e4\uc74c\uacfc \uac19\uc740 \uad6c\uc131\uc694\uc18c\ub97c \uc81c\uac70\ud558\ub294\ub370 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=\uc0c1\uc138 \ubcf4\uae30(&D)
-PoISP.view.log.button.text=\ub85c\uadf8 \ubcf4\uae30(&L)
-PoISP.send.log.button.text=\ub85c\uadf8 \ubcf4\ub0b4\uae30(&S)
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=\ub85c\uadf8 \ud30c\uc77c\uc774 \uc0ac\uc6a9 \uac00\ub2a5\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4
-
-PoISP.message.files.remaining={0}\uc758 \uc124\uce58 \ub514\ub809\ud130\ub9ac\uc5d0\uc11c \uba87\uba87 \ud30c\uc77c\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4 \uc218\ub3d9\uc73c\ub85c \uc0ad\uc81c\ud574\uc57c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=\uc0dd\uc131 \uc804 \ubc88\ub4e4 \uc694\uc57d
-PrCBSPdialog.description=\ubc88\ub4e4\uc744 \ub9cc\ub4dc\ub824\uba74 \ub9cc\ub4e4\uae30\ub97c \ud074\ub9ad\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-
-PrCBSPmessage.text=\ub9c8\ubc95\uc0ac\uac00 \ubc88\ub4e4 \uc0dd\uc131\uc744 \uc9c4\ud589 \ud558\ub294\ub370 \uc788\uc5b4 \ud544\uc694\ud55c \ubaa8\ub4e0 \ub370\uc774\ud130\ub97c \uc218\uc9d1\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uadc0\ud558\uc758 \uc120\ud0dd\uc744 \uac80\ud1a0\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. \uacc4\uc18d\ud558\ub824\uba74, \ub2e4\uc74c\uc744 \ud074\ub9ad\ud558\uc2ed\uc2dc\uc624.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=\ub2e4\uc74c\uacfc \uac19\uc740 \uad6c\uc131 \uc694\uc18c\uc640 \ud568\uaed8 \ubc88\ub4e4\uc744 \ub9cc\ub4e4\uae30\ub85c \uc120\ud0dd\ud558\uc600\uc2b5\ub2c8\ub2e4:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=\ucd1d \ub2e4\uc6b4\ub85c\ub4dc \ud06c\uae30: {0}
-PrCBSPrequired.disk.space.label.text=\ud544\uc694\ud55c \ub514\uc2a4\ud06c \uacf5\uac04: {0}
-PrCBSPcreate.button.text=\uc0dd\uc131(&C)
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=\uc0ac\uc804 \uc124\uce58 \uc694\uc57d
-
-PrISP.message.text=\uc124\uce58 \ub9c8\ubc95\uc0ac\ub294 \uc120\ud0dd\ub41c \uad6c\uc131\uc694\uc18c\uc758 \uc124\uce58/\uc81c\uac70\ub97c \uc9c4\ud589 \ud558\ub294\ub370 \uc788\uc5b4 \ud544\uc694\ud55c \ubaa8\ub4e0 \ub370\uc774\ud130\ub97c \uc218\uc9d1\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uadc0\ud558\uc758 \uc120\ud0dd\uc744 \uac80\ud1a0\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. \uacc4\uc18d\ud558\ub824\uba74, \ub2e4\uc74c\uc744 \ud074\ub9ad\ud558\uc2ed\uc2dc\uc624.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=\ub2e4\uc74c \uad6c\uc131\uc694\uc18c\ub97c \uc124\uce58\ud558\uae30\ub85c \uc120\ud0dd\ud588\uc2b5\ub2c8\ub2e4:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=\ub2e4\uc74c \uad6c\uc131\uc694\uc18c\ub97c \uc81c\uac70\ud558\uae30\ub85c \uc120\ud0dd\ud588\uc2b5\ub2c8\ub2e4:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=\ucd1d \ub2e4\uc6b4\ub85c\ub4dc \ud06c\uae30: {0}
-PrISP.required.disk.space.label.text=\ud544\uc694\ud55c \ub514\uc2a4\ud06c \uacf5\uac04: {0}
-PrISP.install.button.text=\uc124\uce58(&I)
-
-PrISP.error.not.enough.space=\uc801\uc808\ud55c \uc124\uce58\ub97c \uc704\ud55c \ub514\uc2a4\ud06c \uacf5\uac04 \ubd80\uc871 \ubd80\uac00\uc801\uc778 {1}\uc740(\ub294) {0}\uc5d0\uc11c \ud544\uc694\ud569\ub2c8\ub2e4.
-PrISP.error.cannot.check.space=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ub514\uc2a4\ud06c \uacf5\uac04\uc744 \ud655\uc778\ud560 \uc218\uc5c6\uc2b5\ub2c8\ub2e4
-PrISP.error.logic.access=\uc81c\ud488\uc758 \uad6c\uc131 \ub85c\uc9c1\uc744 \uc561\uc138\uc2a4\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-PrISP.error.fsroots=\ud30c\uc77c \uc2dc\uc2a4\ud15c \ub8e8\ud2b8 \ubaa9\ub85d\uc744 \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-PrISP.error.non.existent.root={0}\uc740(\ub294) \ud30c\uc77c \uc2dc\uc2a4\ud15c \ub8e8\ud2b8 \uc5b4\ub514\uc5d0\ub3c4 \uc18d\ud558\uc9c0 \uc54a\ub294 {1}\uc5d0 \uc124\uce58\ub418\ub3c4\ub85d \uc124\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-PrISP.error.cannot.write=\ub9c8\ubc95\uc0ac\uac00 {0}\uc758 \uc124\uce58 \ub514\ub809\ud130\ub9ac, {1}\uc5d0 \uc4f0\uae30 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uacc4\uc18d\ud558\uae30 \uc804\uc5d0 \uc0ac\uc6a9 \uad8c\ud55c\uc744 \uc218\uc815\ud558\uc2ed\uc2dc\uc624.
-
-################################################################################
-# LicensesPanel.java
-LP.title=\uc0ac\uc6a9\uad8c \uacc4\uc57d
-LP.description=\ub2e4\uc74c\uc758 \uc0ac\uc6a9\uad8c \uacc4\uc57d\uc744 \uc8fc\uc758 \uae4a\uac8c \uc77d\uc73c\uc2ed\uc2dc\uc624.
-
-LP.accept.checkbox.text=\ub098\ub294 \ub77c\uc774\uc13c\uc2a4 \uacc4\uc57d \uc870\ud56d\uc5d0 \ub300\ud574 \ub3d9\uc758\ud569\ub2c8\ub2e4
-LP.error.cannot.get.logic=\uad6c\uc131 \ub85c\uc9c1\uc5d0 \uc811\uadfc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<\ud14d\uc2a4\ud2b8 \uc5c6\uc74c>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=\uc815\ub9d0 \ucde8\uc18c\ud558\uc2dc \uaca0\uc2b5\ub2c8\uae4c?
-EMP.cancel.dialog.title=\ucde8\uc18c
-EMP.error.failed.input.verify=\uc785\ub825 \uac80\uc99d\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_ko.properties
deleted file mode 100644
index c46c3f3..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_ko.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=URI\uc5d0\uc11c \ub9c8\ubc95\uc0ac \uc544\uc774\ucf58\uc744 \ub2e4\uc6b4\ub85c\ub4dc\ud558\ub294\ub370 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4 - {0}.
-SFC.error.failed.to.set.icon=\uc2a4\uc719 \ud504\ub808\uc784 \ucee8\ud14c\uc774\ub108 \uc544\uc774\ucf58\uc744 \uc124\uc815\ud558\ub294\ub370 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.
-SFC.error.failed.to.attach.error.handler=EDT\uc5d0 \ucee4\uc2a4\ud140 \uc624\ub958 \ud578\ub4e4\ub7ec\ub97c \ucca8\ubd80\ud558\ub294\ub370 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=\uae30\ubcf8 \ub2eb\uae30 \uc791\uc5c5\uc744 \uc124\uc815\ud558\ub294\ub370 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_ko.properties
deleted file mode 100644
index c37d956..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_ko.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=\uc124\uce58 \uc0c1\uc138
-IDD.component.label=\ucef4\ud3ec\ub10c\ud2b8
-IDD.status.label=\uc0c1\ud0dc
-
-ILD.loading.logfile=\ub85c\uadf8 \ud30c\uc77c \ub85c\ub4dc \uc911. \uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2ed\uc2dc\uc624...
-ILD.error.reading.log=\ub85c\uadf8 \ud30c\uc77c {0}\uc744(\ub97c) \uc77d\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-ILD.error.log.contents=\ub85c\uadf8 \ub0b4\uc6a9\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
diff --git a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_ko.properties b/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_ko.properties
deleted file mode 100644
index 593ead5..0000000
--- a/l10n/src/ko/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_ko.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c
-OpenIDE-Module-Name=NBI \uc5d4\uc9c4 \ub77c\uc774\ube0c\ub7ec\ub9ac
-
diff --git a/l10n/src/ko/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ko.properties b/l10n/src/ko/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ko.properties
deleted file mode 100644
index dedb971..0000000
--- a/l10n/src/ko/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ko.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apple \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \uba54\ub274
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c
-OpenIDE-Module-Short-Description=Apple \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \uba54\ub274\ub97c \uc62c\ubc14\ub974\uac8c \uc9c0\uc6d0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
-
-OpenIDE-Module-Long-Description=Apple \uba54\ub274 \ud56d\ubaa9\uc774 \uc81c\ub300\ub85c \uc791\ub3d9 \uac00\ub2a5\ud558\uac8c \ud558\uba70 \uba87 \uac00\uc9c0 \ud45c\uc900 \uba54\ub274 \ud56d\ubaa9\uc744 \uc774\ub3d9\ud569\ub2c8\ub2e4. - \ub3c4\uad6c | \uc635\uc158\uc740 \uc0ac\uc6a9\uc790 \uc124\uc815, \ub3c4\uc6c0\ub9d0 | \uc815\ubcf4\ub294 \uc815\ubcf4, \ud30c\uc77c | \uc885\ub8cc\ub294 \uc885\ub8cc\uac00 \ub429\ub2c8\ub2e4.
-
-MSG_MinimizeWindowAction=\ucc3d \ucd5c\uc18c\ud654(&M)
-
diff --git a/l10n/src/ko/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ko.properties b/l10n/src/ko/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ko.properties
deleted file mode 100644
index 111337c..0000000
--- a/l10n/src/ko/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ko.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=\uc5f0\uacb0\uc911...
-UpdateUnitProviderImpl_FormatCheckingForUpdates={0}\uc5d0 \uc5c5\ub370\uc774\ud2b8 \ud655\uc778\uc911... 
-InstallSupportImpl_Validate_CorruptedNBM=NBM {0} \uc77d\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-InstallSupportImpl_TurnOnTimeout={0} \ub85c\ub529 \uc2dc\uac04 \uc885\ub8cc
-InstallSupportImpl_NullSource=\ubaa8\ub4c8 "{0}" \uc18c\uc2a4 URL\uc774  null \uc774\uba74, UC \uce74\ud0c8\ub85c\uadf8\uc548 "\ubd84\ub958"\ud56d\ubaa9\uc5d0 \ube48\ubb38\uc790\uc5f4\uc774 \uc124\uc815\ub429\ub2c8\ub2e4.\n\uc790\uc138\ud55c \ub0b4\uc6a9\uc740 http://www.netbeans.org/issues/show_bug.cgi?id=153799\uc744 \ucc38\uc870\ud558\uc2ed\uc2dc\uc624.
-InstallSupportImpl_Download_Unavailable={0} \uc811\uadfc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-OperationSupportImpl_Custom_Uninstall={0} \uc81c\uac70\uc911
-OperationSupportImpl_Custom_Install={0} \uc124\uce58 \uc911
-
-UpdateUnitFactory_Libraries_Category=\ub77c\uc774\ube0c\ub7ec\ub9ac
-UpdateUnitFactory_Bridges_Category=\ube0c\ub9bf\uc9c0
-UpdateUnitFactory_Unsorted_Category=\ubbf8\ubd84\ub958
-UpdateElementImpl_Feature_CategoryName=\uae30\ub2a5
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>\ubaa8\ub4c8\uc774 \uc124\uce58\ub418\uc5c8\uc2b5\ub2c8\ub2e4:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>\ubaa8\ub4c8\uc774 \uc124\uce58\ub418\uc5c8\uc2b5\ub2c8\ub2e4:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>\ubaa8\ub4c8\uc774 \uc544\uc9c1 \uc124\uce58\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>\ubaa8\ub4c8\uc774 \uc544\uc9c1 \uc124\uce58\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="gray"><b>\uc0c8 \ubaa8\ub4c8\uc774 \ud50c\ub7ec\uadf8 \uc778\uc5d0 \uc758\ud574 \uc81c\uacf5\ub418\uc5c8\uc2b5\ub2c8\ub2e4:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="gray"><b>\uc0c8 \ubaa8\ub4c8\uc774 \ud50c\ub7ec\uadf8 \uc778\uc5d0 \uc758\ud574 \uc81c\uacf5\ub418\uc5c8\uc2b5\ub2c8\ub2e4:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/ko/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ko.properties b/l10n/src/ko/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ko.properties
deleted file mode 100644
index d688008..0000000
--- a/l10n/src/ko/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ko.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Long-Description=AutoUpdate \uae30\ub2a5\uc740 \uba87\uac00\uc9c0 \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4: \uc124\uce58\ub41c \ubaa8\ub4c8\uc758 \uc0ac\uc6a9 \uac00\ub2a5\ud55c \uc5c5\ub370\uc774\ud2b8 \ub2e4\uc6b4\ub85c\ub4dc \ubc0f \uc124\uce58, \uc5c5\ub370\uc774\ud2b8 \uc13c\ud130\uc5d0 \ub4f1\ub85d\ub41c \uc0c8\ub85c\uc6b4 \ubaa8\ub4c8 \uac80\uc0c9\uacfc \uc124\uce58, \ubaa8\ub4c8 \ubdf0 \ubc0f \uad00\ub9ac.
-OpenIDE-Module-Name=\uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8 \uc11c\ube44\uc2a4
-OpenIDE-Module-Short-Description=\uc5c5\ub370\uc774\ud2b8 \uc13c\ud130\uc5d0 \uac31\uc2e0\ub41c \ubaa8\ub4c8 \uac80\uc0c9\uacfc \ubaa8\ub4c8 \ub2e4\uc6b4\ub85c\ub4dc \ubc0f \uc124\uce58\ub97c \uc9c0\uc6d0\ud569\ub2c8\ub2e4
-
diff --git a/l10n/src/ko/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ko.properties b/l10n/src/ko/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ko.properties
deleted file mode 100644
index c8ea4e1..0000000
--- a/l10n/src/ko/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ko.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=\uae30\ubcf8 \uc5c5\ub370\uc774\ud2b8 \uc13c\ud130
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=\ub77c\uc774\ube0c\ub7ec\ub9ac
-ArtificialFeaturesProvider_Bridges_Category=\ube0c\ub9bf\uc9c0
-ArtificialFeaturesProvider_Unsorted_Category=\ubbf8\ubd84\ub958
-ArtificialFeaturesProvider_Features_Category=\uae30\ub2a5
-NetworkAccess_Timeout={0} \ucee4\ub125\uc158\uc744 \uc5ec\ub294 \ub3c4\uc911 \uc2dc\uac04\uc774 \uc885\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4
-
diff --git a/l10n/src/ko/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ko.properties b/l10n/src/ko/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ko.properties
deleted file mode 100644
index 023e3c3..0000000
--- a/l10n/src/ko/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ko.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=\uc555\ucd95 \ud574\uc81c \uc900\ube44 \uc911
-CTL_UnpackingFile=\ud30c\uc77c \uc555\ucd95 \ud574\uc81c \uc911:
-CTL_DeletingFiles=\ud30c\uc77c \uc81c\uac70\uc911...
-CTL_DisablingFiles=\ud30c\uc77c \ube44\ud65c\uc131\ud654\uc911...
-UpdaterFrame.jTextArea1.text=\uc5c5\ub370\uc774\ud2b8\uc911.\n\n\uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2ed\uc2dc\uc624...
-UpdaterFrame.textLabel.text=\uc555\ucd95 \ud574\uc81c \uc900\ube44 \uc911
-UpdaterFrame.Form.title=\uc5c5\ub370\uc774\ud130
-UpdaterFrame.textLabel.fontName=\ub300\ud654 \uc0c1\uc790
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/ko/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ko.properties b/l10n/src/ko/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ko.properties
deleted file mode 100644
index d8ed83f..0000000
--- a/l10n/src/ko/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ko.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} \uc790\uc138\ud788 ...
-Less_Command_Text={0} \uac04\ub2e8\ud788 ...
-UnitTab_ReloadTime=\ub9c8\uc9c0\ub9c9 \uc810\uac80: {0}
-UnitTab_ReloadTime_Never=\uc548 \ud568
-UnitTab_LessAction=\ud50c\ub7ec\uadf8 \uc778 \uac04\ub2e8\ud788 \ubcf4\uae30
-UnitTab_MoreAction=\ud50c\ub7ec\uadf8 \uc778 \uc790\uc138\ud788 \ubcf4\uae30
-UnitTab_TooltipCheckBox_INSTALLED=\ud50c\ub7ec\uadf8 \uc778 {0} \ud655\uc778
-UnitTab_Tooltip_RefreshAction=\uce74\ud0c8\ub85c\uadf8 \ub2e4\uc2dc \ub85c\ub4dc
-UnitTab_bTabAction_Name_INSTALLED=\uc81c\uac70(&N)
-UnitTab_TooltipCheckBox_UPDATE=\ud50c\ub7ec\uadf8 \uc778 {0} \ud655\uc778
-UnitTab_bTabAction_Name_UPDATE=\uc5c5\ub370\uc774\ud2b8(&U)
-UnitTab_CheckAction=\ud655\uc778
-UnitTab_CheckCategoryAction=\ubc94\uc8fc \ud655\uc778
-UnitTab_UncheckCategoryAction=\ubc94\uc8fc \ud574\uc81c
-UnitTab_CheckAllAction=\uc804\ubd80 \ud655\uc778
-UnitTab_UncheckAllAction=\uc804\ubd80 \ud574\uc81c
-UnitTab_ReloadAction=\uce74\ub2ec\ub85c\uadf8 \ub2e4\uc2dc \ub85c\ub4dc(&R)
-UnitTab_PrepareReloadAction=\uce74\ub2ec\ub85c\uadf8\ub97c \ub2e4\uc2dc \ub85c\ub4dc\ud558\ub294 \uc911\uc774\ub2c8 \uc7a0\uc2dc \uae30\ub2e4\ub824\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4
-UnitTab_RemoveLocallyDownloadedAction=\uc81c\uac70(&R)
-UnitTab_ActivateAction=\ud65c\uc131\ud654(&A)
-UnitTab_ActivateCategoryAction=\ubc94\uc8fc \ud65c\uc131\ud654
-UnitTab_DeactivateAction=\ube44\ud65c\uc131\ud654(&D)
-UnitTab_DeactivateCategoryAction=\ubc94\uc8fc \ube44\ud65c\uc131\ud654
-AvailableTab_SourceCategory_Tooltip_STANDARD=\uc778\uc99d\ub41c \ud50c\ub7ec\uadf8 \uc778
-AvailableTab_SourceCategory_Tooltip_BETA=\ubca0\ud0c0 \ud50c\ub7ec\uadf8 \uc778
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Community Contributed \ud50c\ub7ec\uadf8 \uc778
-InstallTab_Active_Tooltip=\ud65c\uc131
-InstallTab_InActive_Tooltip=\ube44\ud65c\uc131
-InstallTab_PendingForInstall_Tooltip=\uc778\uc2a4\ud1a8\uc744 \uc644\ub8cc\ud558\ub824\uba74 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc744 \uc7ac\uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4
-InstallTab_PendingForDeactivate_Tooltip=\uc0ad\uc81c\ub97c \uc644\ub8cc\ud558\ub824\uba74 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc744 \uc7ac\uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4
-InstallTab_ReadOnly_Tooltip={0} \uc740(\ub294) \uc77d\uae30 \uc804\uc6a9 \ubaa8\ub4dc\uc774\ubbc0\ub85c \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-UnitTab_TooltipCheckBox_AVAILABLE=\ud50c\ub7ec\uadf8 \uc778 {0} \ud655\uc778
-UnitTab_bTabAction_Name_AVAILABLE=\uc124\uce58(&I)
-UnitTab_TooltipCheckBox_LOCAL=\ud50c\ub7ec\uadf8 \uc778 {0} \ud655\uc778
-UnitTab_Tooltip_AddAction_LOCAL=\ub85c\uceec \ub2e4\uc6b4\ub85c\ub4dc \ud50c\ub7ec\uadf8 \uc778 \ucd94\uac00
-UnitTab_Tooltip_RemoveAction_LOCAL=\ubaa9\ub85d\uc5d0\uc11c \ud50c\ub7ec\uadf8 \uc778 \uc81c\uac70
-UnitTab_bTabAction_Name_LOCAL=\uc124\uce58(&I)
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} \ud50c\ub7ec\uadf8 \uc778\uc774 \uc120\ud0dd\ub418\uc5c8\uc2b5\ub2c8\ub2e4
-UnitTab_lHowManySelected_Many_Text={0} \ud50c\ub7ec\uadf8 \uc778\uc774 \uc120\ud0dd\ub418\uc5c8\uc2b5\ub2c8\ub2e4
-UnitTab_OperationName_Text_INSTALLED=\uc81c\uac70
-UnitTab_OperationName_Text_UPDATE=\uc5c5\ub370\uc774\ud2b8
-UnitTab_OperationName_Text_AVAILABLE=\uc124\uce58
-UnitTab_OperationName_Text_LOCAL=\uc124\uce58
-UnitTab_lWarning_Text={0} \uc791\uc5c5\uc740 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \uc7ac\uc2dc\uc791\uc774 \ud544\uc694\ud569\ub2c8\ub2e4
-PluginManagerUI_UnitTab_Update_Title=\uc5c5\ub370\uc774\ud2b8
-PluginManagerUI_UnitTab_Update_ToolTip=\uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc774 \ucd5c\uc2e0 \uc0c1\ud0dc\uc785\ub2c8\ub2e4!
-PluginManagerUI_UnitTab_Available_ToolTip=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ud50c\ub7ec\uadf8 \uc778\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uac00\uc7a5 \ucd5c\uc2e0 \ubc84\uc804\uc758 \ud50c\ub7ec\uadf8 \uc778\uc744 \uc704\ud574 \uce74\ud0c8\ub85c\uadf8 \ub2e4\uc2dc \ub85c\ub4dc\ub97c \ud074\ub9ad\ud558\uc2ed\uc2dc\uc624.
-PluginManagerUI_UnitTab_Available_Title=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ud50c\ub7ec\uadf8 \uc778
-PluginManagerUI_UnitTab_Installed_Title=\uc124\uce58\ub428
-PluginManagerUI_UnitTab_Local_Title=\ub2e4\uc6b4\ub85c\ub4dc
-UnitTab_bAddLocallyDownloads_Name=\ud50c\ub7ec\uadf8 \uc778 \ucd94\uac00(&A)...
-UnitTab_bAddLocallyDownloads_ACN=\ud50c\ub7ec\uadf8 \uc778 \ucd94\uac00(&A)
-UnitTab_bAddLocallyDownloads_ACD=\ub85c\uceec \uc2dc\uc2a4\ud15c\uc5d0 \ub2e4\uc6b4\ub85c\ub4dc\ud55c \ud50c\ub7ec\uadf8 \uc778\uc744 \ucd94\uac00\ud558\uae30 \uc704\ud574 \ud30c\uc77c \ube0c\ub77c\uc6b0\uc800\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub7ec\uadf8 \uc778 \ucd94\uac00
-NotificationAlreadyPreparedToIntsall=\ud50c\ub7ec\uadf8 \uc778 {0}\uc740(\ub294)\uc740 \uc774\ubbf8 \uc5c5\ub370\uc774\ud2b8/\uc124\uce58 \uc900\ube44\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-NotificationOneAlreadyInstalled=\ud50c\ub7ec\uadf8 \uc778 "{0}"\uc740(\ub294) \uc774\ubbf8 \uc124\uce58\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-NotificationMoreAlreadyInstalled=\ud50c\ub7ec\uadf8 \uc778 "{0}"\uc740(\ub294) \uc774\ubbf8 \uc124\uce58\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-NotificationAlreadyPresent=\ud50c\ub7ec\uadf8 \uc778 "{0}"\uc740(\ub294) \uc774\ubbf8 \ucd94\uac00\ub418\uc5c8\uc2b5\ub2c8\ub2e4. "{1}" \uc73c\ub85c \ubc14\uafb8\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-NotificationAlreadyPresentTitle=\ud50c\ub7ec\uadf8 \uc778 \ub300\uccb4
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=\ud50c\ub7ec\uadf8 \uc778 \ucd94\uac00(&A)
-CTL_FileFilterDescription=\ud50c\ub7ec\uadf8 \uc778 \ubc30\ud3ec \ud30c\uc77c (*.nbm)
-NetworkProblemPanel_taTitle_Text=\uc5c5\ub370\uc774\ud2b8 \uc13c\ud130\uc5d0 \uc5f0\uacb0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-NetworkProblemPanel_taMessage_WarningText=\ud504\ub85d\uc2dc \uc124\uc815\uc744 \ud655\uc778\ud558\uac70\ub098 \ub098\uc911\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2ed\uc2dc\uc624. \uc11c\ubc84\uac00 \ud604\uc7ac \uc0ac\uc6a9 \ubd88\uac00\ub2a5 \uc0c1\ud0dc\uc77c \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \n\n\ubc29\ud654\ubcbd\uc774 \ub124\ud2b8\uc6cc\ud06c \uc18c\ud1b5\uc744 \ucc28\ub2e8\ud558\uace0 \uc788\uc9c0 \uc54a\uc740 \uc9c0 \ud655\uc778\ud558\uc2ed\uc2dc\uc624.
-NetworkProblemPanel_taMessage_WarningTextWithReload=\ud504\ub85d\uc2dc \uc124\uc815\uc744 \ud655\uc778\ud558\uac70\ub098 \ub098\uc911\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2ed\uc2dc\uc624. \uc11c\ubc84\uac00 \ud604\uc7ac \uc0ac\uc6a9 \ubd88\uac00\ub2a5 \uc0c1\ud0dc\uc77c \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \n\n\ubc29\ud654\ubcbd\uc774 \ub124\ud2b8\uc6cc\ud06c \uc18c\ud1b5\uc744 \ucc28\ub2e8\ud558\uace0 \uc788\uc9c0 \uc54a\uc740 \uc9c0 \ud655\uc778\ud558\uc2ed\uc2dc\uc624.\n\n\uce90\uc2dc\uac00 \ub9cc\ub8cc\ub418\uc5b4 \uadf8\ub7f4 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \ub0b4\uc6a9\uc744 \uc0c8\ub85c \uace0\uce58\ub824\uba74 \uce74\ud0c8\ub85c\uadf8 \ub2e4\uc2dc \ub85c\ub4dc\ub97c \ud074\ub9ad\ud558\uc2ed\uc2dc\uc624.
-NetworkProblemPanel_taMessage_ErrorText=\uc77c\ubd80 \ud50c\ub7ec\uadf8 \uc778\uc774 \uc81c\ub300\ub85c \ub2e4\uc6b4\ub85c\ub4dc \ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uac00 \ud604\uc7ac \uc0ac\uc6a9 \ubd88\uac00\ub2a5 \uc0c1\ud0dc\uc77c \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \ub098\uc911\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc2ed\uc2dc\uc624.
-CTL_Warning=\uacbd\uace0
-CTL_Error=\ub124\ud2b8\uc6cc\ud06c \ubb38\uc81c
-CTL_ShowProxyOptions=\ud504\ub85d\uc2dc \uc124\uc815(&P)
-ACSD_ShowProxyOptions=\ud574\ub2f9\uc0ac\ud56d\uc5c6\uc2b4
-Utilities_NetworkProblem_Continue=\ub2e4\uc2dc \uc2dc\ub3c4(&T)
-Utilities_NetworkProblem_Skip=\uac74\ub108\ub6f0\uae30(&S)
-Utilities_NetworkProblem_Cancel=\ucde8\uc18c
-Utilities_NetworkProblem_Text={1} \ub54c\ubb38\uc5d0 {0}\uc5d0 \uc5f0\uacb0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-SettingsTable_ActiveColumn=\ud65c\uc131
-SettingsTable_NameColumn=\uc774\ub984
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=\uc124\uc815
-SettingsTab.bProxy.text=\ud504\ub85d\uc2dc \uc124\uc815(&P)
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=\uc5c5\ub370\uc774\ud2b8 \uc13c\ud130 \uc0ac\uc6a9\uc790 \uc815\uc758\uc790
-UpdateUnitProviderPanel.lName.text=\uc774\ub984(&N)\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=\uc790\ub3d9\uc73c\ub85c \uc5c5\ub370\uc774\ud2b8 \ud655\uc778(&C)
-Utilities_Libraries_Category=\ub77c\uc774\ube0c\ub7ec\ub9ac
-Utilities_Bridges_Category=\ube0c\ub9bf\uc9c0
-Utilities_Unsorted_Category=\ubbf8\ubd84\ub958
-SettingsTab.bRemove.message=\ub2e4\uc74c \uc5c5\ub370\uc774\ud2b8 \uc13c\ud130 : "{0}" (\uc744)\ub97c \uc81c\uac70\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? 
-UpdateUnitProviderPanel.lName.adesc=\uc774\ub984
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=\uc790\ub3d9\uc73c\ub85c \uc5c5\ub370\uc774\ud2b8 \ud655\uc778
-UpdateUnitProviderPanel.error.name.short=\uc5c5\ub370\uc774\ud2b8 \uc13c\ud130\uc758 \uc774\ub984\uc774 \uba85\uc2dc\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-UpdateUnitProviderPanel.error.url.short=\uc5c5\ub370\uc774\ud2b8 \uc13c\ud130\uc758 URL\uc774 \uba85\uc2dc\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-UpdateUnitProviderPanel.error.name.dup=\uac19\uc740 \uc774\ub984\uc758 \uc5c5\ub370\uc774\ud2b8 \uc13c\ud130\uac00 \uc874\uc7ac\ud569\ub2c8\ub2e4.
-UpdateUnitProviderPanel.error.url.invalid=\uc5c5\ub370\uc774\ud2b8 \uc13c\ud130\uc758 URL\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-UnitTab_bClose_Text=\ub2eb\uae30(&C)
-Utilities_CheckingForUpdates=\uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8 \ud655\uc778
-UnitTab_InitAndCheckingForUpdates=\ud50c\ub7ec\uadf8 \uc778 \ubaa9\ub85d \ucd08\uae30\ud654... 
-InstalledTableModel_State_Enabled=On
-InstalledTableModel_State_Disabled=Off
-AvailableTableModel_Columns_Install=\uc124\uce58
-AvailableTableModel_Columns_Name=\uc774\ub984
-AvailableTableModel_Source_Category=\uc18c\uc2a4
-AvailableTableModel_Columns_Category=\ubc94\uc8fc
-InstalledTableModel_Columns_Uninstall=\uc120\ud0dd
-InstalledTableModel_Columns_Name=\uc774\ub984
-InstalledTableModel_Columns_Installed=\uc124\uce58\ub428
-InstalledTableModel_Columns_Category=\ubc94\uc8fc
-InstalledTableModel_Columns_Enabled=\ud65c\uc131
-LocallyDownloadedTableModel_Columns_Install=\uc124\uce58
-LocallyDownloadedTableModel_Columns_Name=\uc774\ub984
-LocallyDownloadedTableModel_Columns_Version=\ubc84\uc804
-LocallyDownloadedTableModel_Columns_Size=\ud06c\uae30
-UpdateTableModel_Columns_Update=\uc5c5\ub370\uc774\ud2b8
-UpdateTableModel_Columns_Name=\uc774\ub984
-UpdateTableModel_Columns_Installed=\uc124\uce58\ub428
-UpdateTableModel_Columns_Available=\uc0ac\uc6a9 \uac00\ub2a5
-UpdateTableModel_Columns_Size=\ud06c\uae30
-UpdateTableModel_Columns_Category=\ubc94\uc8fc
-SettingsTab_NewProviderName=\uc0c8 \uacf5\uae09\uc790
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=\uc124\uba85(D):
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=\ubc84\uc804: 
-UnitDetails_Plugin_InstalledVersion=\uc124\uce58\ub41c \ubc84\uc804:
-UnitDetails_Plugin_AvailableVersion=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ubc84\uc804:
-UnitDetails_Plugin_Author=\uc791\uc131\uc790: 
-UnitDetails_Plugin_Date=\ub0a0\uc9dc: 
-UnitDetails_Plugin_Source=\uc18c\uc2a4(S): 
-UnitDetails_Plugin_CodeName=\ucf54\ub4dc \uc774\ub984: 
-UnitDetails_Plugin_Homepage=\ud648\ud398\uc774\uc9c0: 
-UnitDetails_Plugin_Notification=\uc911\uc694\ud55c \uc815\ubcf4
-UnitDetails_Plugin_Description=\ud50c\ub7ec\uadf8 \uc778 \uc124\uba85
-UnitDetails_Plugin_Collecting_Dependencies=\uc758\uc874\uad00\uacc4 \uc218\uc9d1\uc911...
-UnitDetails_New_Internal_Update_Mark=\uc0c8!
-lSearch1.text=\uac80\uc0c9\:(&S)
-SettingsTab.lCheckPeriod.text=\uac04\uaca9 \ud655\uc778\:(&C)
-SettingsTab.lGeneral.text=\uace0\uae09
-SettingsTab.addButton.text=\uc0c8\ub85c \ub9cc\ub4e4\uae30(&N)
-SettingsTab.RemoveButton.text=\uc81c\uac70(&R)
-SettingsTab.EditButton.text=\ud3b8\uc9d1(&E)
-SettingsTab.AddButton.text=\ucd94\uac00(&A)
-SettingsTab.lUpdateCenters.text=\uc5c5\ub370\uc774\ud2b8 \uc13c\ud130 \uc124\uc815\:(&U)
-SettingsTab.lConnection.text=\uc5c5\ub370\uc774\ud2b8 \uc790\ub3d9 \ud655\uc778
-CTL_Update_every_startup=\uc2dc\uc791 \uc2dc\ub9c8\ub2e4
-CTL_Update_every_day=\ub9e4\uc77c
-CTL_Update_every_week=\ub9e4\uc8fc
-CTL_Update_every_2weeks=\uaca9\uc8fc
-CTL_Update_every_month=\ub9e4\uc6d4
-CTL_Update_never=\uc548 \ud568
-CTL_Update_custom=\uc0ac\uc6a9\uc790 \uae30\ubcf8\uac12
-SettingsTab.cbSharedInstall.text=\uacf5\uc720 \ud3f4\ub354\uc5d0 \uac15\uc81c \uc124\uce58(&F)
-SettingsTab.cbSharedInstall.ReadOnlyTitle=\uc4f0\uae30 \uad8c\ud55c
-SettingsTab.cbSharedInstall.ReadOnlyMessage=\uacf5\uc720 \ud3f4\ub354\uc5d0 \ud50c\ub7ec\uadf8 \uc778\uc744 \uc124\uce58\ud560 \uc218 \uc788\ub294 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4:\n{0}\n \uacf5\uc720 \ud3f4\ub354\uc5d0 \uc124\uce58\ub97c \uc218\ud589\ud558\ub824\uba74, \uad00\ub9ac\uc790 \uad8c\ud55c\uc744 \uac00\uc9c4 \uc0ac\uc6a9\uc790\ub85c \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc744 \uc2e4\ud589\ud574\uc57c \ud569\ub2c8\ub2e4.
-SettingsTab.cbSharedInstall.NoSharedTitle=\uc124\uce58 \ub514\ub809\ud1a0\ub9ac \uc5c6\uc74c
-SettingsTab.cbSharedInstall.NoSharedMessage=\uacf5\uc720 \ud3f4\ub354\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception={1} \ub54c\ubb38\uc5d0 NBM {0}\uc744(\ub97c) \uc77d\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-PluginManagerUI.bHelp.text=\ub3c4\uc6c0\ub9d0(&H)
-ACN_UnitTable=\ud50c\ub7ec\uadf8 \uc778 \ubaa9\ub85d
-ACD_UnitTable=\ud50c\ub7ec\uadf8 \uc778 \ubaa9\ub85d
-ACN_UpdateCentersTable=\uc5c5\ub370\uc774\ud2b8 \uc13c\ud130 \ubaa9\ub85d
-ACD_UpdateCentersTable=\uc120\ud0dd\ub41c \uc5c5\ub370\uc774\ud2b8 \uc13c\ud130\ub97c \ud65c\uc131, \ube44\ud65c\uc131\ud558\uae30 \uc704\ud55c \uc5c5\ub370\uc774\ud2b8 \uc13c\ud130 \ubaa9\ub85d
-ACN_DetailsPanel=\ud50c\ub7ec\uadf8 \uc778 \uc138\ubd80\uc815\ubcf4
-ACN_DetailsPanel_Button={0} \uc791\uc5c5 \ud638\ucd9c
-ACN_UnitDetails=\ud50c\ub7ec\uadf8 \uc778 \uc138\ubd80\uc815\ubcf4
-ACD_Reload=\uce74\ud0c8\ub85c\uadf8 \ub2e4\uc2dc \ub85c\ub4dc
-ACD_Search=\ud50c\ub7ec\uadf8 \uc778 \uac80\uc0c9
-ACN_Tabs=\ud50c\ub7ec\uadf8 \uc778 \uc5c5\ub370\uc774\ud2b8, \uc0ac\uc6a9\uac00\ub2a5, \uc124\uce58\ub428 \ubc0f \ub2e4\uc6b4\ub85c\ub4dc \ud0ed\uc73c\ub85c \uc804\ud658
-ACD_Tabs=\ud50c\ub7ec\uadf8 \uc778 \uc5c5\ub370\uc774\ud2b8, \uc0ac\uc6a9\uac00\ub2a5, \uc124\uce58\ub428 \ubc0f \ub2e4\uc6b4\ub85c\ub4dc \ud0ed\uc73c\ub85c \uc804\ud658
-ACN_PluginManagerUI=\ud50c\ub7ec\uadf8 \uc778 \ub9e4\ub2c8\uc800
-ACD_PluginManagerUI=\ud50c\ub7ec\uadf8 \uc778 \uc5c5\ub370\uc774\ud2b8, \uc124\uce58 \ubc0f \uc81c\uac70\ub97c \uc704\ud55c \ud50c\ub7ec\uadf8 \uc778 \ub9e4\ub2c8\uc800
-ACN_Reload=\uce74\ud0c8\ub85c\uadf8 \ub2e4\uc2dc \ub85c\ub4dc
-ACN_UpdateCenterCustomizer=\uc5c5\ub370\uc774\ud2b8 \uc13c\ud130 \uc0ac\uc6a9\uc790 \uc815\uc758\uc790
-ACD_UpdateCenterCustomizer=\uc5c5\ub370\uc774\ud2b8 \uc13c\ud130 \uc774\ub984\uacfc URL \ud3b8\uc9d1\uc744 \uc704\ud55c \uc5c5\ub370\uc774\ud2b8 \uc13c\ud130 \uc0ac\uc6a9\uc790 \uc815\uc758\uc790
-NetworkProblemPanel_ACD=\ud574\ub2f9\uc0ac\ud56d\uc5c6\uc2b4
-NetworkProblemPanel_taMessage=\ub124\ud2b8\uc6cc\ud06c \ubb38\uc81c \uba54\uc2dc\uc9c0
-NetworkProblemPanel_taTitle_ACN=\ub124\ud2b8\uc6cc\ud06c \ubb38\uc81c
-UnitTab.detailView.text=\uc790\uc138\ud788 \ubcf4\uae30(&w)
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(\ub0b4\ubd80 \uc5c5\ub370\uc774\ud2b8)
-Unit_InternalUpdates_Title=\ub0b4\ubd80 \uc5c5\ub370\uc774\ud2b8
-
diff --git a/l10n/src/ko/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ko.properties b/l10n/src/ko/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ko.properties
deleted file mode 100644
index a2d5aa8..0000000
--- a/l10n/src/ko/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ko.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=\uc5c5\ub370\uc774\ud2b8 \ud655\uc778(&U)
-PluginManagerAction_Name=\ud50c\ub7ec\uadf8 \uc778(&G)
-PluginManager_Panel_Name=\ud50c\ub7ec\uadf8 \uc778
-PluginManager_CloseButton_Name=\ub2eb\uae30(&C)
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0}\uc758 \uc5c5\ub370\uc774\ud2b8\uac00 \ubc1c\uacac\ub410\uc2b5\ub2c8\ub2e4.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0}\uc758 \uc5c5\ub370\uc774\ud2b8\uac00 \ubc1c\uacac\ub410\uc2b5\ub2c8\ub2e4.
-AutoupdateCheckScheduler_UpdateFound_Hint=\uc5ec\uae30\ub97c \ub20c\ub7ec\uc11c \ud504\ub85c\uadf8\ub7a8\uc744 \uc5c5\ub370\uc774\ud2b8 \ud558\uc2ed\uc2dc\uc694.
-AutoupdateCheckScheduler_InstallInProgress=\ub2e4\ub978 \uc124\uce58 \uc791\uc5c5\uc774 \uc9c4\ud589\uc911\uc774\uc624\ub2c8 \uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2ed\uc2dc\uc624.
-
diff --git a/l10n/src/ko/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ko.properties b/l10n/src/ko/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ko.properties
deleted file mode 100644
index fb953a8..0000000
--- a/l10n/src/ko/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ko.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Long-Description=\uc774 \ud654\uba74\uc5d0\uc11c\ub294 \uc5c5\ub370\uc774\ud2b8 \ub418\uac70\ub098 \uc0c8\ub85c \ub4f1\ub85d\ub41c \ubaa8\ub4c8 \uadf8\ub9ac\uace0 \uc790\ub3d9\uc73c\ub85c \uc124\uce58\ub41c \ubaa8\ub4c8\ub4f1, \uc124\uce58 \ubc0f \uc5c5\ub370\uc774\ud2b8\ub41c \ub0b4\uc6a9\uc744 \ucc3e\uc544 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.
-OpenIDE-Module-Name=\uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8 UI
-OpenIDE-Module-Short-Description=\uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8 \uc11c\ube44\uc2a4 UI\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4
-
diff --git a/l10n/src/ko/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ko.properties b/l10n/src/ko/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ko.properties
deleted file mode 100644
index 5ebaf1e..0000000
--- a/l10n/src/ko/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ko.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790 \uc785\ub2c8\ub2e4
-OperationDescriptionStep_Header_Content=\uc124\uce58 \uad00\ub9ac\uc790\uac00 \ub2e4\uc6b4\ub85c\ub4dc\ud558\uba74, \uc120\ud0dd\ud55c \ud50c\ub7ec\uadf8 \uc778\uc774 \uac80\uc99d\ub41c \ud6c4 \uc124\uce58\ub429\ub2c8\ub2e4
-OperationDescriptionStep_TableInstall_Title=\ub2e4\uc74c \ud50c\ub7ec\uadf8 \uc778\uc774 \uc124\uce58\ub429\ub2c8\ub2e4:
-OperationDescriptionStep_TableUpdate_Title=\ub2e4\uc74c \ud50c\ub7ec\uadf8 \uc778\uc774 \uc5c5\ub370\uc774\ud2b8\ub429\ub2c8\ub2e4:
-OperationDescriptionStep_PluginBrokesJavaDependency=Java \ud50c\ub7ab\ud3fc \ubc84\uc804 {0} \ub610\ub294 \uadf8 \uc774\uc0c1\uc758 \ubc84\uc804\uc774 \ud544\uc694\ud558\uc9c0\ub9cc {1}\ub294 \uc2e4\ud589\uc911\uc785\ub2c8\ub2e4.
-OperationDescriptionStep_HeaderUninstall_Head=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790 \uc785\ub2c8\ub2e4
-OperationDescriptionStep_HeaderUninstall_Content=\uc120\ud0dd\ub41c \ud50c\ub7ec\uadf8 \uc778\uc774 \uc81c\uac70\ub429\ub2c8\ub2e4. \uc120\ud0dd\ub41c \ud50c\ub7ec\uadf8 \uc778\uc774 \ub514\uc2a4\ud06c\ub85c\ubd80\ud130 \uc81c\uac70\ub429\ub2c8\ub2e4.
-OperationDescriptionStep_TableUninstall_Title=\ub2e4\uc74c \ud50c\ub7ec\uadf8\uc778\uc774 \uc81c\uac70\ub429\ub2c8\ub2e4:
-OperationDescriptionStep_HeaderActivate_Head=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790 \uc785\ub2c8\ub2e4
-OperationDescriptionStep_HeaderActivate_Content=\uc120\ud0dd\ub41c \ud50c\ub7ec\uadf8 \uc778\uc774 \ud65c\uc131\ub429\ub2c8\ub2e4.
-OperationDescriptionStepActivate_Table_Title=\ub2e4\uc74c \ud50c\ub7ec\uadf8 \uc778\uc774 \ud65c\uc131\ub429\ub2c8\ub2e4:
-OperationDescriptionStep_HeaderDeativate_Head=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790 \uc785\ub2c8\ub2e4
-OperationDescriptionStep_HeaderDeativate_Content=\uc120\ud0dd\ub41c \ud50c\ub7ec\uadf8 \uc778\uc774 \ube44\ud65c\uc131\ub429\ub2c8\ub2e4.
-OperationDescriptionStep_TableDeativate_Title=\ub2e4\uc74c \ud50c\ub7ec\uadf8 \uc778\uc774 \ube44\ud65c\uc131\ub429\ub2c8\ub2e4:
-PanelBodyContainer_PleaseWait=\uc124\uce58 \uad00\ub9ac\uc790\uac00 \ud50c\ub7ec\uadf8 \uc778 \uc885\uc18d\uc131\uc744 \uac80\uc0c9\ud560 \ub54c\uae4c\uc9c0 \uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2ed\uc2dc\uc624.
-DependenciesResolutionStep_Table_Title=\uc124\uce58\ud558\uace0\uc790 \ud558\ub294 \ud50c\ub7ec\uadf8 \uc778\uacfc \uc885\uc18d\ub41c \uc77c\ubd80 \ud50c\ub7ec\uadf8 \uc778\uc73c\ub85c \uc778\ud558\uc5ec \ub2e4\uc74c \ud50c\ub7ec\uadf8 \uc778\ub4e4\ub3c4 \ud568\uaed8 \uc124\uce58\ub429\ub2c8\ub2e4.
-UninstallDependenciesResolutionStep_Table_Title=\ube44\ud65c\uc131\ud558\uace0\uc790 \ud558\ub294 \ud50c\ub7ec\uadf8 \uc778\uacfc \uc885\uc18d\ub41c \uc77c\ubd80 \ud50c\ub7ec\uadf8 \uc778\uc73c\ub85c \uc778\ud558\uc5ec \ub2e4\uc74c \ud50c\ub7ec\uadf8 \uc778\ub4e4\ub3c4 \ud568\uaed8 \ube44\ud65c\uc131\ub429\ub2c8\ub2e4.
-LicenseApprovalPanel_taTitle_Text=\uc124\uce58\ub97c \uacc4\uc18d\ud558\ub824\uba74, \ud2b9\uc815 \ud50c\ub7ec\uadf8 \uc778\uc5d0 \uad00\ub828\ub41c \ub77c\uc774\uc13c\uc2a4 \uacc4\uc57d\uc5d0 \ub3d9\uc758\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} \ub77c\uc774\uc13c\uc2a4 \uacc4\uc57d
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=\uc0ac\uc6a9\uad8c \uacc4\uc57d
-LicenseApprovalPanel_Header_Content=\ub2e4\uc74c\uc758 \ubaa8\ub4e0 \ub77c\uc774\uc13c\uc2a4 \uacc4\uc57d\uc744 \uc8fc\uc758 \uae4a\uac8c \uc77d\uc5b4 \ubcf4\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-InstallUnitWizard_Title=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790
-InstallStep_Header_Download_Head=\ub2e4\uc6b4\ub85c\ub4dc
-InstallStep_Header_Download_Content=\uc694\uccad\ub41c \ud50c\ub7ec\uadf8 \uc778 \uc778\uc2a4\ud1a8\ub7ec\uac00 \ub2e4\uc6b4\ub85c\ub4dc \ub420\ub54c \uae4c\uc9c0 \uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2ed\uc2dc\uc624.
-InstallStep_Header_Verify_Head=\uac80\uc99d
-InstallStep_Header_Verify_Content=\ub2e4\uc6b4\ub85c\ub4dc\ub41c \ud50c\ub7ec\uadf8 \uc778 \uc778\uc2a4\ud1a8\ub7ec\uac00 \uac80\uc99d \ub420\ub54c \uae4c\uc9c0 \uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2ed\uc2dc\uc624.
-InstallStep_Header_Install_Head=\uc124\uce58
-InstallStep_Header_Install_Content=\uc124\uce58 \uad00\ub9ac\uc790\uac00 \uc124\uce58 \uc791\uc5c5\uc744 \uc644\ub8cc\ud560 \ub54c\uae4c\uc9c0 \uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2ed\uc2dc\uc624.
-InstallStep_Header_InstallDone_Head=\uc124\uce58 \uc791\uc5c5\uc774 \uc131\uacf5\uc801\uc73c\ub85c \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4
-InstallStep_Header_InstallDone_Content=\uc124\uce58 \uad00\ub9ac\uc790\ub97c \uc885\ub8cc\ud558\ub824\uba74 \ub9c8\uce68\uc744 \ud074\ub9ad\ud558\uc2ed\uc2dc\uc624.
-InstallStep_Header_InstallUnsuccessful_Head=\uc124\uce58 \uc791\uc5c5\uc774 \uc131\uacf5\uc801\uc73c\ub85c \uc644\ub8cc\ub418\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4
-InstallStep_Header_InstallUnsuccessful_Content=\uc124\uce58 \uad00\ub9ac\uc790\ub97c \uc885\ub8cc\ud558\uace0 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc744 \ub2e4\uc2dc \uc2dc\uc791\ud558\ub824\uba74 \ub9c8\uce68\uc744 \ud074\ub9ad\ud558\uc2ed\uc2dc\uc624.
-InstallStep_Header_Restart_Head=\uc124\uce58 \uc791\uc5c5 \uc644\ub8cc\uc744 \uc704\ud55c \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \ub2e4\uc2dc \uc2dc\uc791
-InstallStep_Header_Restart_Content=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uc791\uc5c5 \uc885\ub8cc\ub97c \uc704\ud55c \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \ub2e4\uc2dc \uc2dc\uc791
-UninstallStep_Header_Restart_Head=\ube44\ud65c\uc131\ud654 \uc791\uc5c5 \uc644\ub8cc\uc744 \uc704\ud55c \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \ub2e4\uc2dc \uc2dc\uc791
-UninstallStep_Header_Restart_Content=\ud50c\ub7ec\uadf8 \uc778 \ube44\ud65c\uc131\ud654 \uc791\uc5c5 \uc885\ub8cc\ub97c \uc704\ud55c \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \ub2e4\uc2dc \uc2dc\uc791
-CustomHandleStep_Header_Install_Restart_Head=\uc124\uce58 \uc791\uc5c5 \uc644\ub8cc\uc744 \uc704\ud55c \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \ub2e4\uc2dc \uc2dc\uc791
-CustomHandleStep_Header_Install_Restart_Content=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uc791\uc5c5 \uc885\ub8cc\ub97c \uc704\ud55c \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \ub2e4\uc2dc \uc2dc\uc791
-CustomHandleStep_Header_Uninstall_Restart_Head=\uc81c\uac70\ub97c \ub05d\ub0b4\uae30 \uc704\ud574 \uc774 \ud504\ub85c\uadf8\ub7a8\uc744 \uc7ac\uc2e4\ud589\ud574\uc8fc\uc2ed\uc2dc\uc694.
-CustomHandleStep_Header_Uninstall_Restart_Content=\ud50c\ub7ec\uadf8 \uc778 \uc81c\uac70\ub97c \uc704\ud574 \uc774 \ud504\ub85c\uadf8\ub7a8\uc744 \uc7ac\uc2e4\ud589\ud574\uc8fc\uc2ed\uc2dc\uc694.
-
-InstallStep_Done=\uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-InstallStep_Unsuccessful=\uc124\uce58 \uc791\uc5c5\uc774 \uc644\ub8cc\ub418\uc5c8\uc73c\ub098 \uc77c\ubd80 \ubb38\uc81c\uac00 \ubc1c\uacac\ub418\uc5c8\uc2b5\ub2c8\ub2e4: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=\uc9c0\uae08 \uc7ac\uc2dc\uc791(&R)
-InstallUnitWizardModel_Buttons_RestartLater=\ub098\uc911\uc5d0 \uc7ac\uc2dc\uc791(&L)
-InstallUnitWizardModel_Buttons_Install=\uc124\uce58(&I)
-InstallUnitWizardModel_Buttons_Update=\uc5c5\ub370\uc774\ud2b8(&U)
-InstallUnitWizardModel_Buttons_Close=\ub9c8\uce68(&F)
-InstallUnitWizardModel_Buttons_Next=\ub2e4\uc74c
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=\uc81c\uac70(&U)
-UninstallUnitWizardModel_Buttons_TurnOn=\ud65c\uc131\ud654(&A)
-UninstallUnitWizardModel_Buttons_TurnOff=\ube44\ud65c\uc131\ud654(&D)
-InstallStep_InstallDone_Text=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790\uac00 \uc131\uacf5\uc801\uc73c\ub85c \ub2e4\uc74c \ud50c\ub7ec\uadf8 \uc778\uc744 \uc124\uce58\ud588\uc2b5\ub2c8\ub2e4:
-InstallStep_InstallUnsuccessful_Text=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790\uac00 \ub2e4\uc74c \ud50c\ub7ec\uadf8 \uc778\uc744 \uc124\uce58\ud558\ub294 \ub3c4\uc911\uc5d0 {0} \ubb38\uc81c\ub97c \ubc1c\uacac\ud588\uc2b5\ub2c8\ub2e4:
-UninstallStep_UninstallDone_Text=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790\uac00 \uc131\uacf5\uc801\uc73c\ub85c \ub2e4\uc74c \ud50c\ub7ec\uadf8 \uc778\uc744 \uc81c\uac70\ud588\uc2b5\ub2c8\ub2e4:
-UninstallStep_ActivateDone_Text=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790\uac00 \uc131\uacf5\uc801\uc73c\ub85c \ub2e4\uc74c \ud50c\ub7ec\uadf8 \uc778\uc744 \ud65c\uc131\ud654\ud588\uc2b5\ub2c8\ub2e4:
-UninstallStep_DeactivateDone_Text=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790\uac00 \uc131\uacf5\uc801\uc73c\ub85c \ub2e4\uc74c \ud50c\ub7ec\uadf8 \uc778\uc744 \ube44\ud65c\uc131\ud654\ud588\uc2b5\ub2c8\ub2e4:
-UninstallStep_UninstallFailed_Text=\uc81c\uac70 \uc791\uc5c5\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4: {0}
-UninstallStep_ActivateFailed_Text=\ud65c\uc131\ud654 \uc791\uc5c5\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4: {0}
-UninstallStep_DeactivateFailed_Text=\ube44\ud65c\uc131\ud654 \uc791\uc5c5\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4: {0}
-UninstallStep_Done=\uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-UninstallStep_Failed=\uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. {0}
-UninstallStep_Header_Uninstall_Head=\uc81c\uac70 \uc791\uc5c5
-UninstallStep_Header_Uninstall_Content=\uc120\ud0dd\ub41c \ubaa8\ub4e0 \ud50c\ub7ec\uadf8 \uc778\uc744 \uc81c\uac70\ud558\uae30 \uc804\uae4c\uc9c0 \uae30\ub2e4\ub824\uc8fc\uc2ed\uc2dc\uc624.
-UninstallStep_Header_Deactivate_Head=\ube44\ud65c\uc131\ud654 \uc791\uc5c5
-UninstallStep_Header_Deactivate_Content=\uc120\ud0dd\ub41c \ud50c\ub7ec\uadf8\uc778\uc744 \ube44\ud65c\uc131\ud654\uac00 \uc644\ub8cc \ub420\ub54c \uae4c\uc9c0 \uae30\ub2e4\ub824\uc8fc\uc2ed\uc2dc\uc624.
-UninstallStep_Header_Activate_Head=\ud65c\uc131\ud654 \uc791\uc5c5
-UninstallStep_Header_Activate_Content=\uc120\ud0dd\ub41c \ud50c\ub7ec\uadf8 \uc778\uc744 \ud65c\uc131\ud654\uac00 \uc644\ub8cc \ub420\ub54c \uae4c\uc9c0 \uae30\ub2e4\ub824\uc8fc\uc2ed\uc2dc\uc624.
-UninstallStep_Header_UninstallDone_Head=\uc81c\uac70 \uc791\uc5c5\uc774 \uc131\uacf5\uc801\uc73c\ub85c \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4
-UninstallStep_Header_UninstallDone_Content=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790\ub97c \uc885\ub8cc\ud558\ub824\uba74 \ub9c8\uce68\uc744 \ub204\ub985\ub2c8\ub2e4.
-UninstallStep_Header_DeactivateDone_Head=\ube44\ud65c\uc131\ud654 \uc791\uc5c5\uc774 \uc131\uacf5\uc801\uc73c\ub85c \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4
-UninstallStep_Header_DeactivateDone_Content=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790\ub97c \uc885\ub8cc\ud558\ub824\uba74 \ub9c8\uce68\uc744 \ub204\ub985\ub2c8\ub2e4.
-UninstallStep_Header_ActivateDone_Head=\ud65c\uc131\ud654 \uc791\uc5c5\uc774 \uc131\uacf5\uc801\uc73c\ub85c \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4
-UninstallStep_Header_ActivateDone_Content=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790\ub97c \uc885\ub8cc\ud558\ub824\uba74 \ub9c8\uce68\uc744 \ub204\ub985\ub2c8\ub2e4.
-UninstallStep_Header_UninstallFailed_Head=\uc81c\uac70 \uc791\uc5c5\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4
-UninstallStep_Header_UninstallFailed_Content=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790\ub97c \uc885\ub8cc\ud558\ub824\uba74 \ub9c8\uce68\uc744 \ub204\ub985\ub2c8\ub2e4.
-UninstallStep_Header_DeactivateFailed_Head=\ube44\ud65c\uc131\ud654 \uc791\uc5c5\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4
-UninstallStep_Header_DeactivateFailed_Content=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790\ub97c \uc885\ub8cc\ud558\ub824\uba74 \ub9c8\uce68\uc744 \ub204\ub985\ub2c8\ub2e4.
-UninstallStep_Header_ActivateFailed_Head=\ud65c\uc131\ud654 \uc791\uc5c5\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4
-UninstallStep_Header_ActivateFailed_Content=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790\ub97c \uc885\ub8cc\ud558\ub824\uba74 \ub9c8\uce68\uc744 \ub204\ub985\ub2c8\ub2e4.
-UninstallStep_ProgressName_Uninstall=\ud50c\ub7ec\uadf8 \uc778 \uc81c\uac70\uc911
-UninstallStep_ProgressName_Activate=\ud50c\ub7ec\uadf8 \uc778 \ud65c\uc131\uc911
-UninstallStep_ProgressName_Deactivate=\ud50c\ub7ec\uadf8 \uc778 \ube44\ud65c\uc131\uc911
-ValidationWarningPanel_ShowCertificateButton=\uc778\uc99d\uc11c \ud45c\uc2dc(&S)
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=\uc720\ud6a8\uc131 \uacbd\uace0
-ValidationWarningPanel_VerifyCertificate_Title=\uc778\uc99d\uc11c \uac80\uc99d
-ValidationWarningPanel_ContinueButton=\uacc4\uc18d(&C)
-ValidationWarningPanel_taHead_NotSignedText=\ub2e4\uc74c \ud50c\ub7ec\uadf8 \uc778\uc740 \uc11c\uba85\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4\:
-ValidationWarningPanel_taHead_NotTrustedText=\ub2e4\uc74c \ud50c\ub7ec\uadf8 \uc778\uc740 \uc11c\uba85\ub418\uc5c8\uc73c\ub098 \uc2e0\ub8b0\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4\:
-ValidationWarningPanel_taWarning_Text=\uacbd\uace0: \uc2e0\ub8b0\ud560 \uc218 \uc5c6\ub294 \ud50c\ub7ec\uadf8 \uc778 \uc124\uce58\uc2dc \ubcf4\uc548\uc0c1 \uc704\ud5d8\uc774 \uc788\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4 \uc11c\uba85\uc774 \uc5c6\uac70\ub098 \uc2e0\ub8b0\ud560 \uc218 \uc5c6\ub294 \ud50c\ub7ec\uadf8 \uc778 \uc0ac\uc6a9\uc2dc \uc704\ud5d8\uc744 \uac10\uc218\ud569\ub2c8\ub2e4.
-OperationDescriptionStep_CustomHandled_Head={0} \ud50c\ub7ec\uadf8 \uc778 \uae30\ubcf8\uc124\uce58 \uc0ac\uc6a9:
-InstallStep_Download_DownloadingPlugins=\ud50c\ub7ec\uadf8 \uc778 \ub2e4\uc6b4\ub85c\ub4dc\uc911...
-InstallStep_Validate_ValidatingPlugins=\ud50c\ub7ec\uadf8 \uc778 \uac80\uc99d\uc911...
-InstallStep_Install_InstallingPlugins=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58\uc911...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>\uc77c\ubd80 \ud50c\ub7ec\uadf8\uc778\uc740 \uc7a0\uc7ac\uc801 \uc124\uce58 \ubb38\uc81c\ub97c \ubc29\uc9c0\ud558\uae30 \uc704\ud574 \uc124\uce58\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.
-CustomHandleStep_Header_Install_Head=\uc124\uce58
-CustomHandleStep_Header_Install_Content=\uc124\uce58 \uad00\ub9ac\uc790\uac00 \uc124\uce58 \uc791\uc5c5\uc744 \uc644\ub8cc\ud560 \ub54c\uae4c\uc9c0 \uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2ed\uc2dc\uc624.
-CustomHandleStep_Header_Uninstall_Head=\uc81c\uac70 \uc791\uc5c5
-CustomHandleStep_Header_Uninstall_Content=\uc124\uce58 \uad00\ub9ac\uc790\uac00 \uc120\ud0dd\ud55c \ud50c\ub7ec\uadf8 \uc778 \uc81c\uac70 \uc791\uc5c5\uc744 \uc644\ub8cc\ud560 \ub54c\uae4c\uc9c0 \uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2ed\uc2dc\uc624.
-CustomHandleStep_Header_InstallDone_Head=\uc124\uce58 \uc791\uc5c5\uc774 \uc131\uacf5\uc801\uc73c\ub85c \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4
-CustomHandleStep_Header_InstallDone_Content=\ub2e4\uc74c \ud074\ub9ad\uc2dc \uc120\ud0dd\ub41c \uc124\uce58\ub41c \ud50c\ub7ec\uadf8 \uc778\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub0a8\uc544\uc788\ub294 \ub2e4\ub978 \ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uc791\uc5c5\uc774 \uacc4\uc18d \uc9c4\ud589\ub429\ub2c8\ub2e4.
-CustomHandleStep_Header_UninstallDone_Head=\uc81c\uac70 \uc791\uc5c5\uc774 \uc131\uacf5\uc801\uc73c\ub85c \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4
-CustomHandleStep_Header_UninstallDone_Content=\ub2e4\uc74c \ud074\ub9ad\uc2dc \uc120\ud0dd\ub41c \ub2e4\ub978 \ud50c\ub7ec\uadf8 \uc778 \uc81c\uac70 \uc791\uc5c5\uc774 \uacc4\uc18d \uc9c4\ud589\ub429\ub2c8\ub2e4.
-CustomHandleStep_Header_InstallFail_Head=\uc124\uce58 \uc791\uc5c5\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.
-CustomHandleStep_Header_InstallFail_Content=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790\ub97c \uc885\ub8cc\ud558\ub824\uba74 \ucde8\uc18c\ub97c \ud074\ub9ad\ud558\uc2ed\uc2dc\uc624.
-CustomHandleStep_Header_UninstallFail_Head=\uc124\uce58 \uc791\uc5c5\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.
-CustomHandleStep_Header_UninstallFail_Content=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790\ub97c \uc885\ub8cc\ud558\ub824\uba74 \ucde8\uc18c\ub97c \ud074\ub9ad\ud558\uc2ed\uc2dc\uc624.
-CustomHandleStep_Install_InstallingPlugins=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790 \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub7ec\uadf8\uc778 \uc124\uce58\uc911\u2026
-CustomHandleStep_Uninstall_UninstallingPlugins=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790 \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub7ec\uadf8\uc778 \uc81c\uac70\uc911\u2026
-CustomHandleStep_Done=\uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-CustomHandleStep_InstallDone_Text=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790\uac00 \uc131\uacf5\uc801\uc73c\ub85c \uc124\uce58 \uc791\uc5c5\uc744 \uc885\ub8cc\ud588\uc2b5\ub2c8\ub2e4.
-CustomHandleStep_InstallFail_Text={0} \uc124\uce58 \uc791\uc5c5\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.
-CustomHandleStep_UninstallDone_Text=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790\uac00 \uc131\uacf5\uc801\uc73c\ub85c \uc81c\uac70 \uc791\uc5c5\uc744 \uc885\ub8cc\ud588\uc2b5\ub2c8\ub2e4.
-CustomHandleStep_UninstallFail_Text={0} \uc81c\uac70 \uc791\uc5c5\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.
-InstallStep_NetworkProblem_Continue=\ub2e4\uc2dc \uc2dc\ub3c4(&T)
-InstallStep_NetworkProblem_Text={0} \uc5d0\uc11c \ub124\ud2b8\uc6cc\ud06c \ubb38\uc81c
-OperationPanel.cbRunInBackground.text=\ubc31\uadf8\ub77c\uc6b4\ub4dc\ub85c \uc2e4\ud589(&R)
-InstallSupport_InBackground_NetworkError=\uc5c5\ub370\uc774\ud2b8 \uc13c\ud130\uc5d0 \uc5f0\uacb0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. 
-InstallSupport_InBackground_NetworkError_Details=\uc138\ubd80\uc0ac\ud56d
-LicenseApprovalPanel.cbAccept.text=\ub098\ub294 \ubaa8\ub4e0 \ub77c\uc774\uc13c\uc2a4 \uacc4\uc57d\uc5d0 \ub3d9\uc758\ud569\ub2c8\ub2e4(&A).
-InstallSupport_RestartNeeded=\uc124\uce58 \uc791\uc5c5\uc744 \uc644\ub8cc\ud558\ub824\uba74 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc744 \ub2e4\uc2dc \uc2dc\uc791\ud558\uc2ed\uc2dc\uc624.
-UninstallSupport_RestartNeeded=\ube44\ud65c\uc131\ud654 \uc791\uc5c5\uc744 \uc644\ub8cc\ud558\ub824\uba74 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc744 \ub2e4\uc2dc \uc2dc\uc791\ud558\uc2ed\uc2dc\uc624.
-CustomHandleStep_Install_RestartNeeded=\uc124\uce58 \uc791\uc5c5\uc744 \uc644\ub8cc\ud558\ub824\uba74 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc744 \ub2e4\uc2dc \uc2dc\uc791\ud558\uc2ed\uc2dc\uc624.
-CustomHandleStep_Uninstall_RestartNeeded=\uc81c\uac70\ub97c \ub05d\ub0b4\uae30 \uc704\ud574 \uc774 \ud504\ub85c\uadf8\ub7a8\uc744 \uc7ac\uc2e4\ud589\ud574\uc8fc\uc2ed\uc2dc\uc694.
-
-RestartNeeded_Details=\uc9c0\uae08 \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc7ac\uc2dc\uc791\ud558\ub824\uba74 \uc5ec\uae30\ub97c \ub204\ub974\uc2ed\uc2dc\uc624
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans \uc124\uce58 \uad00\ub9ac\uc790 \ub9c8\ubc95\uc0ac
-PanelBodyContainer_ACD=NetBeans \uc124\uce58 \uad00\ub9ac\uc790 \ub9c8\ubc95\uc0ac
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=\ud574\ub2f9 \uc5c6\uc74c
-LicenseApprovalPanel_taLicenses_ACD=\ud574\ub2f9 \uc5c6\uc74c
-LicenseApprovalPanel_cbAccept_ACN=\ud574\ub2f9 \uc5c6\uc74c
-ValidationWarningPanel_tpPlugins_ACN=\uac80\uc99d\ub418\uc9c0 \uc54a\uc740 \ud50c\ub7ec\uadf8 \uc778
-ValidationWarningPanel_taWarning_Text_ACD=\uacbd\uace0: \uc2e0\ub8b0\ud560 \uc218 \uc5c6\ub294 \ud50c\ub7ec\uadf8 \uc778 \uc124\uce58\uc2dc \ubcf4\uc548\uc0c1 \uc704\ud5d8\uc774 \uc788\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4 \uc11c\uba85\uc774 \uc5c6\uac70\ub098 \uc2e0\ub8b0\ud560 \uc218 \uc5c6\ub294 \ud50c\ub7ec\uadf8 \uc778 \uc0ac\uc6a9\uc2dc \uc704\ud5d8\uc744 \uac10\uc218\ud569\ub2c8\ub2e4.
-ValidationWarningPanel_taWarning_Text_ACN=\uacbd\uace0
-ValidationWarningPanel_taHead_ACN=\ud574\ub2f9 \uc5c6\uc74c
-ValidationWarningPanel_ACD=\ud574\ub2f9 \uc5c6\uc74c
-UninstallUnitWizard_Title=\ud50c\ub7ec\uadf8 \uc778 \uc124\uce58 \uad00\ub9ac\uc790
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>\uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc774 \ucd5c\uc2e0 \uc0c1\ud0dc\uc785\ub2c8\ub2e4!</h3>
-LazyOperationDescriptionStep_NoUpdates=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uc5c5\ub370\uc774\ud2b8\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>\uc5c5\ub370\uc774\ud2b8\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=\uc778\ud130\ub137 \uc124\uc815\uc744 \ud655\uc778\ud574\uc8fc\uc2ed\uc2dc\uc694, \ud504\ub85d\uc2dc \uc138\ud305\uc774 \uc798 \ub418\uc5b4\uc788\ub294\uc9c0 <br>\n\ud655\uc778\ud558\uc2dc\uac70\ub098 \ub098\uc911\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud574\ubcf4\uc2ed\uc2dc\uc694.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>\uc5c5\ub370\uc774\ud2b8 \ud655\uc778\uc911</b><br>\uc124\uce58 \uad00\ub9ac\uc790\uac00 \uc0ac\uc6a9 \uac00\ub2a5\ud55c \uc5c5\ub370\uc774\ud2b8\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2ed\uc2dc\uc624.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=\uc5c5\ub370\uc774\ud2b8 \ubaa9\ub85d \ucd08\uae30\ud654\u2026 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>\uc77c\ubd80 \ud50c\ub7ec\uadf8 \uc778\uc740 \ud50c\ub7ec\uadf8 \uc778 {0}\uc774(\uac00) \uc124\uce58\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>\uc77c\ubd80 \ud50c\ub7ec\uadf8 \uc778\uc740 \ub2e4\uc74c \ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud574 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \uc7ac\uc2dc\uc791\uc744 \uae30\ub2e4\ub9ac\uace0 \uc788\uc2b5\ub2c8\ub2e4:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>\uc77c\ubd80 \ud50c\ub7ec\uadf8 \uc778\uc740 \uae30\ub2a5 {0}\uc774(\uac00) \ud544\uc694\ud569\ub2c8\ub2e4</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>\uc77c\ubd80 \ud50c\ub7ec\uadf8 \uc778\uc740 {0} \ubc84\uc804\uc758 \uc790\ubc14 \ud50c\ub7ab\ud3fc\uc774 \ud544\uc694\ud569\ub2c8\ub2e4</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>\uc77c\ubd80 \ud50c\ub7ec\uadf8 \uc778\uc740 JDK\uac00 \ud544\uc694\ud569\ub2c8\ub2e4</h3>\uc120\ud0dd\ud55c \ud50c\ub7ec\uadf8 \uc778 \uc911 \uc77c\ubd80\ub294 \uae30\ub2a5\uc0c1 JDK\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. \ud604\uc7ac, NetBeans IDE\ub294 \ud480 JDK \ub300\uc2e0 JRE\uc5d0\uc11c \uc2e4\ud589\ub418\uace0 \uc788\ub294 \uac83\ucc98\ub7fc \ubcf4\uc785\ub2c8\ub2e4.<br><br>\uc774\ub7ec\ud55c \ud50c\ub7ec\uadf8 \uc778\uc744 \uc0ac\uc6a9\ud558\ub824\uba74, JDK \uc124\uce58 \uacbd\ub85c\uc5d0\uc11c \uba85\ub839 \uc904 \uc635\uc158\uc73c\ub85c <code>--jdkhome</code>\uc640 \ud568\uaed8 IDE\ub97c \uc2dc\uc791\ud558\uc2ed\uc2dc\uc624. \uc790\uc138\ud55c \uc815\ubcf4\ub294 <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a>\uc744 \ucc38\uc870\ud558\uc2ed\uc2dc\uc624<br><br>
-OperationDescriptionStep_BrokenModuleDep={0} \ud50c\ub7ec\uadf8 \uc778\uc740 \ubc18\ub4dc\uc2dc \uc124\uce58\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4.
-OperationDescriptionStep_BrokenModuleNameDep={0} \ud50c\ub7ec\uadf8 \uc778\uc774 \ud544\uc694\ud558\uc9c0\ub9cc \ucc3e\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-OperationDescriptionStep_BrokenModuleVersionDep={0} \ud50c\ub7ec\uadf8 \uc778\uc740 \ubc1c\uacac\ub41c {2}\ubc84\uc804\uc774 \uc544\ub2c8\ub77c \ubc84\uc804 {1}\ubc0f \uadf8 \uc774\uc0c1\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep={0}\ud50c\ub7ec\uadf8\uc778\uc740 {1}(\ub9b4\ub9ac\uc988 \ubc84\uc804 {2})\ubcf4\ub2e4 \uc0c1\uc704\ubc84\uc83c\uc744 \uc694\uad6c\ud569\ub2c8\ub2e4.  \uadf8\ub7ec\ub098 {3} (\ub9b4\ub9ac\uc988 \ubc84\uc804 {2}\uc640(\uacfc)\ub294 \ub2e4\ub978 \ubc84\uc804) \ubc16\uc5d0 \ubabb\ucc3e\uc558\uc2b5\ub2c8\ub2e4.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep={0} \ud50c\ub7ec\uadf8 \uc778\uc740 \ubc84\uc804 {1}\uc5d0\uc11c \ud544\uc694\ud569\ub2c8\ub2e4.
-OperationDescriptionStep_BrokenModuleImplDep={1} \ubc84\uc804\uc5d0\uc11c \uad6c\ud604\ud55c {0} \ud50c\ub7ec\uadf8 \uc778\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.
-OperationDescriptionStep_BrokenRequiresDep={0} \uae30\ub2a5\uc744 \uc81c\uacf5\ud558\ub294 \uc5b4\ub5a0\ud55c \ud50c\ub7ec\uadf8 \uc778\ub3c4 \ucc3e\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-OperationDescriptionStep_AffectedPluginByBrokenDep=\ub2e4\uc74c \ud50c\ub7ec\uadf8 \uc778\uc740 \uc601\ud5a5\uc744 \ubbf8\uce69\ub2c8\ub2e4:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=\ub2e4\uc74c \ud50c\ub7ec\uadf8 \uc778\uc740 \uc601\ud5a5\uc744 \ubbf8\uce69\ub2c8\ub2e4:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem={0}\uc744(\ub97c) \uc800\uc7a5\ud558\ub294 \ub3d9\uc548 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.\n\uc6d0\uc778: {1}
-InstallStep_DownloadProblem_SomePlugins=\uc120\ud0dd\ud55c \ud50c\ub7ec\uadf8 \uc778
-
diff --git a/l10n/src/ko/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ko.properties b/l10n/src/ko/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ko.properties
deleted file mode 100644
index f3c43a3..0000000
--- a/l10n/src/ko/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ko.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP \ud50c\ub7ab\ud3fc
-OpenIDE-Module-Name=RCP \ud50c\ub7ab\ud3fc
-OpenIDE-Module-Short-Description=NetBeans RCP \ud50c\ub7ab\ud3fc
-OpenIDE-Module-Long-Description=NetBeans RCP \ud50c\ub7ab\ud3fc\uc740 Swing \ud504\ub85c\uadf8\ub7a8\uc744 \uc704\ud55c \uc77c\ubc18\uc801\uc778 \ud504\ub808\uc784\uc6cc\ud06c\uc785\ub2c8\ub2e4. \ub300\ubd80\ubd84\uc758 \ub370\uc2a4\ud06c\ud0d1 \uc751\uc6a9\ud504\ub85c\uadf8\ub7a8\uc758 \uacf5\ud1b5\ub41c \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. : \uc708\ub3c4\uc6b0 \uc124\uc815, \uba54\ub274, \uc124\uc815\uacfc \uc800\uc7a5, \uc5c5\ub370\uc774\ud2b8 \uc124\uc815, \ud30c\uc77c\uc811\uadfc, \ub4f1.<br><br> \ub354 \ub9ce\uc740 \uc815\ubcf4\ub294<a "http://platform.netbeans.org">platform.netbeans.org</a>\uc5d0\uc11c \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.
-
diff --git a/l10n/src/ko/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ko.properties b/l10n/src/ko/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ko.properties
deleted file mode 100644
index 3a223ee..0000000
--- a/l10n/src/ko/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ko.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=SystemFS\uc5d0 MIME \uc870\ud68c
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=MimeDataProvider \uae30\ubcf8 \uad6c\ud604
-OpenIDE-Module-Long-Description=SystemFS MIME \uc870\ud68c \ubaa8\ub4c8\uc740 \ud30c\uc77c \uc2dc\uc2a4\ud15c\uc758 \ud3f4\ub354 \uacc4\uce35\ub0b4 \uac1c\uccb4\ub97c \uc870\ud68c\ud558\ub294 MimeDataDataProvider\ub97c \uad6c\ud604\ud55c\ub2e4.
-
-
diff --git a/l10n/src/ko/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ko.properties b/l10n/src/ko/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ko.properties
deleted file mode 100644
index e4b343e..0000000
--- a/l10n/src/ko/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ko.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME \uc870\ud68c API
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=MIME \uc870\ud68c API
-OpenIDE-Module-Long-Description=MIME \uc870\ud68c \ubaa8\ub4c8\uc740 \uc124\uc815, \uc11c\ube44\uc2a4 \ubc0f \ub2e4\ub978 \uac1c\uccb4\uc5d0 \uc885\uc18d\ub41c MIME \uc720\ud615\uc744 \uc870\ud68c\ud558\uae30 \uc704\ud55c API\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \ub370\uc774\ud130 \uacf5\uae09\uc790\uc640 \uad00\ub828\ub41c \ucd94\uac00 MIME \uc720\ud615\uc744 \uad6c\ud604\ud558\uae30 \uc704\ud55c SPI\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.
-
diff --git a/l10n/src/ko/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ko.properties b/l10n/src/ko/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ko.properties
deleted file mode 100644
index 4d9254e..0000000
--- a/l10n/src/ko/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ko.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=\uc990\uaca8\ucc3e\uae30\uc5d0 \ucd94\uac00(&A)
-ACT_AddOnFavoritesNode=\uc990\uaca8\ucc3e\uae30\uc5d0 \ucd94\uac00(&A)...
-ACT_Remove=\uc990\uaca8\ucc3e\uae30\uc5d0\uc11c \uc81c\uac70(&R)
-ACT_View=\uc990\uaca8\ucc3e\uae30(&I)
-ACT_Select=\uc990\uaca8\ucc3e\uae30
-ACT_Select_Main_Menu=\uc990\uaca8\ucc3e\uae30\uc5d0\uc11c \uc120\ud0dd(&A)
-
-Favorites=\uc990\uaca8\ucc3e\uae30
-Templates/Other=\uae30\ud0c0
-Templates/Properties=\uc0ac\uc6a9\uc790 \uad6c\uc131 \ub4f1\ub85d \uc815\ubcf4
-Templates/Other/Folder=\ud3f4\ub354
-Templates/Other/file=\ube48 \ud30c\uc77c
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=\ud0d0\uc0c9\uae30 \ud2b8\ub9ac
-ACSD_ExplorerBeanTree=\ud574\ub2f9 \uc5c6\uc74c
-
-# JFileChooser
-CTL_DialogTitle=\uc990\uaca8\ucc3e\uae30\uc5d0 \ucd94\uac00
-CTL_ApproveButtonText=\ucd94\uac00(A)
-ERR_FileDoesNotExist={0}(\uc774)\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
-ERR_FileDoesNotExistDlgTitle=\uc990\uaca8\ucc3e\uae30\uc5d0 \ucd94\uac00
-
-MSG_NodeNotFound=\uc990\uaca8\ucc3e\uae30 \ud0ed\uc5d0 \ubb38\uc11c \ub178\ub4dc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# Manifest localization
-OpenIDE-Module-Name=\uc990\uaca8\ucc3e\uae30
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\uc990\uaca8\ucc3e\uae30 \ud30c\uc77c \uad6c\uc131\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\uc990\uaca8\ucc3e\uae30 \ubaa8\ub4c8\uc5d0\uc11c\ub294 \ud574\ub2f9 \uc791\uc5c5\uacfc \ud2b9\ubcc4\ud788 \uad00\ub828\ub41c \ud30c\uc77c\uc5d0 \ub300\ud55c \ubdf0\ub97c \uc0dd\uc131\ud558\uace0 \uacf5\ud1b5\uc801\uc778 \ud55c \uc7a5\uc18c\uc5d0\uc11c \uac04\ub2e8\ud558\uac8c \uc561\uc138\uc2a4\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
-
-# Options Export
-Templates.Options.Export.Category.displayName=\ud15c\ud50c\ub9ac\ud2b8
-Templates.Options.Export.displayName=\uc804\uccb4 \ud15c\ud50c\ub9ac\ud2b8
-Favorites.Options.Export.displayName=\uc990\uaca8\ucc3e\uae30
-
diff --git a/l10n/src/ko/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_ko.html b/l10n/src/ko/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_ko.html
deleted file mode 100644
index 94d117a..0000000
--- a/l10n/src/ko/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_ko.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-디스크에 임의의 확장자를 가진 비어있는 파일을 만듭니다.
-</BODY></HTML>
diff --git a/l10n/src/ko/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_ko.html b/l10n/src/ko/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_ko.html
deleted file mode 100644
index fd8b1cf..0000000
--- a/l10n/src/ko/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_ko.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-디스크에 새 폴더를 만듭니다.
-</BODY></HTML>
diff --git a/l10n/src/ko/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ko.properties b/l10n/src/ko/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ko.properties
deleted file mode 100644
index e9e5785..0000000
--- a/l10n/src/ko/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ko.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=\ub2eb\uae30(&C)
-BTN_TemplatesPanel_OpenInEditorButton=\ud3b8\uc9d1\uae30\uc5d0\uc11c \uc5f4\uae30(&O)
-LBL_TemplatesAction_Name=\ud15c\ud50c\ub9ac\ud2b8(&T)
-HINT_TemplatesAction=\ud15c\ud50c\ub9ac\ud2b8 \uc0ac\uc6a9\uc790 \uc815\uc758
-LBL_TemplatesPanel_Title=\ud15c\ud50c\ub9ac\ud2b8 \uad00\ub9ac\uc790
-BTN_TemplatesPanel_Delete=\uc0ad\uc81c(&D)
-LBL_TemplatesPanel_TemplatesLabel=\ud15c\ud50c\ub9ac\ud2b8(&T)\:
-BTN_TemplatesPanel_Add=\ucd94\uac00(&A)...
-BTN_TemplatesPanel_RenameButton=\uc774\ub984 \ubc14\uafb8\uae30(&R)
-BTN_TemplatesPanel_DuplicateButton=\ubcf5\uc81c(&P)
-BTN_TemplatesPanel_NewFolder=\uc0c8 \ud3f4\ub354(&N)
-BTN_TemplatesPanel_MoveUp=\uc704\ub85c \uc774\ub3d9(&U)
-BTN_TemplatesPanel_MoveDown=\uc544\ub798\ub85c \uc774\ub3d9(&W)
-LBL_TemplatesPanel_JFileChooser_Title=\uae30\uc874 \ud15c\ud50c\ub9ac\ud2b8\uc5d0 \ucd94\uac00
-BTN_TemplatesPanel_JFileChooser_AddButtonName=\ucd94\uac00(A)
-TXT_TemplatesPanel_NewFolderName=\uc0c8 \ud3f4\ub354
-MSG_TemplatesPanel_Nonexistent_File=\ud30c\uc77c ''{0}''\n\uc774 \uc5c6\uc2b5\ub2c8\ub2e4, \ud30c\uc77c\uc744 \uc9c0\uc815\ud574 \uc8fc\uc2ed\uc2dc\uc624.
-
-TemplatesPanel_TemplateNode_DisplayName=\ud45c\uc2dc \uc774\ub984
-TemplatesPanel_TemplateNode_DisplayName_Desc=\ud15c\ud50c\ub9ac\ud2b8 \ud45c\uc2dc \uc774\ub984 \ub3c4\uad6c|\ud15c\ud50c\ub9ac\ud2b8 \ubfd0\ub9cc \uc544\ub2c8\ub77c \ud30c\uc77c|\uc0c8\ub85c \ub9cc\ub4e4\uae30 \ub9c8\ubc95\uc0ac\uc5d0\uc11c \ud45c\uc2dc
-TemplatesPanel_TemplateNode_FileName=\ud30c\uc77c \uc774\ub984
-TemplatesPanel_TemplateNode_FileName_Desc=\uc774 \ud15c\ud50c\ub9ac\ud2b8\uc5d0\uc11c \ud45c\uc2dc\ud558\ub294 \ud30c\uc77c\uc758 \ud30c\uc77c \uc774\ub984\uc785\ub2c8\ub2e4.
-TemplatesPanel_TemplateNode_ScriptEngine=\uc2a4\ud06c\ub9bd\ud2b8 \uc5d4\uc9c4
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=\uc774 \ud15c\ud50c\ub9ac\ud2b8 \ucc98\ub9ac\ub97c \uc704\ud574 \uc2a4\ud06c\ub9bd\ud2b8 \uc5d4\uc9c4\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.
-TemplatesPanel_TemplateNode_TemplateCategories=\ud15c\ud50c\ub9ac\ud2b8 \ubc94\uc8fc
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=\uc774 \ud15c\ud50c\ub9ac\ud2b8\uc5d0 \ub9de\ub294 \ud15c\ud50c\ub9ac\ud2b8 \ubc94\uc8fc \ubaa9\ub85d\uc785\ub2c8\ub2e4.
-
-ACD_TemplatesPanel_Add=\ud15c\ud50c\ub9ac\ud2b8 \ucd94\uac00
-
-ACD_TemplatesPanel_New=\uc0c8 \ud15c\ud50c\ub9ac\ud2b8
-
-ACD_TemplatesPanel_Duplicate=\uc120\ud0dd\ud55c \ud15c\ud50c\ub9ac\ud2b8 \ubcf5\uc81c
-
-ACD_TemplatesPanel_Rename=\ud15c\ud50c\ub9ac\ud2b8 \uc774\ub984 \ubc14\uafb8\uae30
-
-ACD_TemplatesPanel_MoveUp=\uc120\ud0dd\ud55c \ud15c\ud50c\ub9ac\ud2b8 \uc704\ub85c \uc774\ub3d9
-
-ACD_TemplatesPanel_MoveDown=\uc120\ud0dd\ud55c \ud15c\ud50c\ub9ac\ud2b8 \uc544\ub798\ub85c \uc774\ub3d9
-
-ACD_TemplatesPanel_Delete=\ud15c\ud50c\ub9ac\uc2a4 \uc0ad\uc81c
-
-TT_TemplatesPanel_Add=\ud15c\ud50c\ub9ac\ud2b8 \ucd94\uac00
-
diff --git a/l10n/src/ko/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ko.properties b/l10n/src/ko/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ko.properties
deleted file mode 100644
index c7cbe6a..0000000
--- a/l10n/src/ko/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ko.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=URL {0}\uc5d0 \uc5f0\uacb0\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \ud574\ub2f9 \uc790\uc6d0\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=\uacbd\uace0: JavaHelp \ud56d\ubaa9 ID {0}\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=\ub3c4\uc6c0\ub9d0 \uc138\ud2b8 \ub85c\ub4dc \uc911...
-ACSD_JavaHelp_viewer=\ud558\ub098 \uc774\uc0c1\uc758 \uc628\ub77c\uc778 \ub3c4\uc6c0\ub9d0 \ucc38\uc870\ub97c JavaHelp \ud615\uc2dd\uc73c\ub85c \ud45c\uc2dc\ud569\ub2c8\ub2e4.
-ACSD_Loading_Dialog=\ub3c4\uc6c0\ub9d0 \uc138\ud2b8 \ub85c\ub4dc \uc911
-
-# HelpAction
-LBL_HelpAction=\ub3c4\uc6c0\ub9d0
-CTL_OpeningHelp=\ub3c4\uc6c0\ub9d0\uc744 \uc5ec\ub294 \uc911...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP \ubaa8\ub2c8\ud130
-
-# a11y - BrowserDisplayer
-ACSD_Label=\uc6f9 \ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c \uc774 \ub9c1\ud06c\ub97c \uc5f4\ub824\uba74 \uc5ec\uae30\ub97c \ud074\ub9ad\ud569\ub2c8\ub2e4.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=\ub3c4\uc6c0\ub9d0 ID \ud45c\uc2dc\uc911: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=\ub3c4\uc6c0\ub9d0 ID \ud45c\uc2dc\uc911: {0}
-
-QuickSearch/Help=\ub3c4\uc6c0\ub9d0
-Err_CreateJavaHelpSearchEngine=JavaHelp \uac80\uc0c9 \uc5d4\uc9c4 \uc0dd\uc131\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=\ub9c1\ud06c \uc704\uce58 \ubcf5\uc0ac
-
diff --git a/l10n/src/ko/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ko.properties b/l10n/src/ko/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ko.properties
deleted file mode 100644
index 64816c9..0000000
--- a/l10n/src/ko/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ko.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JavaHelp \ud1b5\ud569
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=JavaHelp \ub3c4\uc6c0\ub9d0 \uc138\ud2b8\ub97c IDE\uc5d0 \ucd94\uac00\ud569\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\uc2e4\uc81c JavaHelp \ub7f0\ud0c0\uc784 \ub77c\uc774\ube0c\ub7ec\ub9ac \ubc0f \ub2e4\ub978 \ubaa8\ub4c8\uc5d0\uc11c JavaHelp \uae30\uc220\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub3c4\uc6c0\ub9d0 \uc138\ud2b8\ub97c \uc124\uce58\ud560 \uc218 \uc788\ub294 \ubaa8\ub4c8 API \ubd80\ubd84\uc758 \uad6c\ud604\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4.
-
-Menu/Help/master-help.xml=\ub3c4\uc6c0\ub9d0 \ub0b4\uc6a9(&C)
-Menu/Help/HelpShortcuts=\ub3c4\uc6c0\ub9d0 \uc138\ud2b8(&S)
-Actions/Help/master-help.xml=\ub3c4\uc6c0\ub9d0 \ub0b4\uc6a9(&C)
-
diff --git a/l10n/src/ko/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_ko.html b/l10n/src/ko/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_ko.html
deleted file mode 100644
index 507b3b3..0000000
--- a/l10n/src/ko/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_ko.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-
-<HTML><head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<TITLE>마스터 인덱스</TITLE>
-</HEAD><BODY>
-이 창은 모든 설치된 문서의 마스터 세트를 포함합니다. 내용의 IDE 전체 테이블 및 색인을 검색하고, 색인 상 전체-문서 검색과,전체-텍스트 검색을 수행하려면 왼편의 네비게이터를 사용할 수 있습니다.
-</BODY></HTML>
diff --git a/l10n/src/ko/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_ko.xml b/l10n/src/ko/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_ko.xml
deleted file mode 100644
index fa3cb58..0000000
--- a/l10n/src/ko/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_ko.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-
-Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-Other names may be trademarks of their respective owners.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-particular file as subject to the "Classpath" exception as provided
-by Oracle in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
-<helpset version="2.0">
-    <title>도움말</title>
-    <maps>
-        <homeID>org.netbeans.api.javahelp.MASTER_ID</homeID>
-        <mapref location="masterHelpMap.jhm"/>
-    </maps>
-    <view mergetype="javax.help.UniteAppendMerge">
-        <name>TOC</name>
-        <label>목차</label>
-        <type>javax.help.TOCView</type>
-        <data>masterHelpToc.xml</data>
-    </view>
-    <!--
-    <view mergetype="javax.help.SortMerge">
-        <name>Index</name>
-        <label>Index</label>
-        <type>javax.help.IndexView</type>
-    </view>
-    -->
-    <view>
-        <name>Search</name>
-        <label>검색</label>
-        <type>javax.help.SearchView</type>
-    </view>
-    <!--
-    <view>
-        <name>Favorites</name>
-        <label>Favorites</label>
-        <type>javax.help.FavoritesView</type>
-    </view>
-    -->
-    <presentation default="true" displayviews="true" displayviewimages="false">
-        <name>main window</name>
-        <toolbar>
-            <helpaction image="helpviewer_back">javax.help.BackAction</helpaction>
-            <helpaction image="helpviewer_forward">javax.help.ForwardAction</helpaction>
-            <helpaction image="helpviewer_print">javax.help.PrintAction</helpaction>
-            <helpaction image="helpviewer_page-setup">javax.help.PrintSetupAction</helpaction>
-        </toolbar>
-    </presentation>
-    <presentation displayviews="false">
-        <name>NBSecondaryWindow</name>
-        <size width="600" height="400" />
-        <location x="200" y="200" />
-    </presentation>
-
-    </helpset>
diff --git a/l10n/src/ko/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_ko.html b/l10n/src/ko/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_ko.html
deleted file mode 100644
index b297cb0..0000000
--- a/l10n/src/ko/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_ko.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>모듈 비활성</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>모듈 비활성</h2>
-<p>살펴 보고자 하는 도움말 주제는 {0} 모듈에 위치되며, 현재 해제되어 있습니다. 비활성화로 설치된 모듈들 :</p>
-<ol><li>도구 > 플러그 인을 선택하십시오 (Mac 에서 넷빈의 환경설정).</li>
-    <li>설치됨 탭으로 이동하십시오.</li>
-    <li>{0} 모듈을 선택하고 활성화를 클릭하십시오.</li> </ol>
-</body>
-</html>
diff --git a/l10n/src/ko/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_ko.html b/l10n/src/ko/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_ko.html
deleted file mode 100644
index c553818..0000000
--- a/l10n/src/ko/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_ko.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>모듈 비활성</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>모듈 비활성</h2>
-<p>살펴보고자 하는 도움말 주제는 {0} 모듈에 위치하며, 현재 설치되어 있지 않습니다. 이 모듈은 플러그인으로 사용할 수 있습니다. 확인하려면, 도구 > 플러그인을 선택하십시오.
-</p>
-</body>
-</html>
diff --git a/l10n/src/ko/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_ko.properties b/l10n/src/ko/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_ko.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/ko/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_ko.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/ko/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_ko.properties b/l10n/src/ko/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_ko.properties
deleted file mode 100644
index 655350e..0000000
--- a/l10n/src/ko/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_ko.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Sample value ensuring that decryption is working.
-FallbackProvider.msg_clear_keys=\uc774\uc804\uc5d0 \uc800\uc7a5\ub41c \uc554\ud638\ub97c \ud480 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uae30\uc874 \uc554\ud638\ub97c \ubaa8\ub450 \uc9c0\uc6b0\uace0 \uc0c8 keyring \uc73c\ub85c \uc2dc\uc791\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-FallbackProvider.title_clear_keys=\uc800\uc7a5\ub41c \uc554\ud638 \uc0ad\uc81c
-MasterPasswordPanel.masterPasswordLabel.text=\ub9c8\uc2a4\ud130 \uc554\ud638(&P):
-MasterPasswordPanel.setNewBox.text=\ubcc0\uacbd(&C)...
-MasterPasswordPanel.newLabel1.text=\uc0c8 \ub9c8\uc2a4\ud130 \uc554\ud638(&N):
-MasterPasswordPanel.newLabel2.text=\uc7ac\uc785\ub825(&R):
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=\ub9c8\uc2a4\ud130 \ube44\ubc00\ubc88\ud638 \uc785\ub825
-MasterPasswordPanel.enter_password=\ube44\ubc00\ubc88\ud638 \uc785\ub825
-MasterPasswordPanel.enter_new_password=\uc0c8 \uc554\ud638\ub97c \ub123\uc73c\uc2ed\uc2dc\uc624
-MasterPasswordPanel.password_mismatch=\uc0c8 \uc554\ud638\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/ko/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ko.properties b/l10n/src/ko/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ko.properties
deleted file mode 100644
index be1c226..0000000
--- a/l10n/src/ko/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ko.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=\ud30c\uc77c {0}\uc744(\ub97c) \ud3f4\ub354 {1}\uc5d0\uc11c \uc0dd\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-EXC_CannotCreateExistingData=\ud30c\uc77c {0}\uc744(\ub97c) \ud3f4\ub354 {1}\uc5d0\uc11c \uc0dd\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774\ubbf8 \ud30c\uc77c\uc774 \uc874\uc7ac\ud569\ub2c8\ub2e4.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=\ud3f4\ub354 {0}\uc744(\ub97c) \ud3f4\ub354 {1}\uc5d0\uc11c \uc0dd\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-EXC_CannotCreateExistingFolder=\ud3f4\ub354 {0}\uc744(\ub97c) \ud3f4\ub354 {1}\uc5d0\uc11c \uc0dd\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774\ubbf8 \ud3f4\ub354\uac00 \uc874\uc7ac\ud569\ub2c8\ub2e4.
-
-# {0} - the file
-EXC_CannotLock=\uc77d\uae30 \uc804\uc6a9 \ud30c\uc77c {0}\ub97c \uc7a0\uae00 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete={1}\uc5d0\uc11c \ud30c\uc77c {0}\uc744(\ub97c) \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename={1}\uc5d0 \uc788\ub294 \ud30c\uc77c {0}\uc758 \uc774\ub984\uc744 {2}(\uc73c)\ub85c \ubc14\uafc0 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=\uc798\ubabb\ub41c \uc7a0\uae08[{0}](\ud30c\uc77c {1})\uc785\ub2c8\ub2e4.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=\ud30c\uc77c \uc2dc\uc2a4\ud15c {0}\uc758 \ub8e8\ud2b8 \uc774\ub984\uc744 \ubc14\uafc0 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=\ud30c\uc77c \uc2dc\uc2a4\ud15c {0}\uc758 \ub8e8\ud2b8\ub97c \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-EXC_CannotLockRoot=\ub8e8\ud2b8\ub294 \uc7a0\uae00 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess={0}\uc5d0 \ub2e8\ub3c5\uc73c\ub85c \uc811\uadfc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.(\uc77d\uae30\ub97c \uc704\ud574 \uc5f4\uc5b4\ub193\uc740 \uac83 \uac19\uc2b5\ub2c8\ub2e4).
-
-# {0} - object name
-EXC_CannotGetSharedAccess={0}\uc5d0 \uacf5\ub3d9\uc73c\ub85c \uc811\uadfc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.(\uc4f0\uae30\ub97c \uc704\ud574 \uc5f4\uc5b4\ub193\uc740 \uac83 \uac19\uc2b5\ub2c8\ub2e4).
-
diff --git a/l10n/src/ko/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ko.properties b/l10n/src/ko/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ko.properties
deleted file mode 100644
index 0da089c..0000000
--- a/l10n/src/ko/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ko.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked={0} \ud30c\uc77c\uc774 \uc774\ubbf8 \uc7a0\uaca8 \uc788\uc2b5\ub2c8\ub2e4.
-EXC_FileLockAlreadyExists={0} \ud30c\uc77c\uc774 \uc774\ubbf8 \uc7a0\uaca8 \uc788\uc2b5\ub2c8\ub2e4(\uc7a0\uae08 {1} \uc874\uc7ac).
-# {0} - full path
-FileObj.readOnlyFile={0} \ud30c\uc77c\uc740 \uc77d\uae30 \uc804\uc6a9\uc774\ubbc0\ub85c \uc791\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
diff --git a/l10n/src/ko/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ko.properties b/l10n/src/ko/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ko.properties
deleted file mode 100644
index d153634..0000000
--- a/l10n/src/ko/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ko.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=\ub9c8\uc2a4\ud130 \ud30c\uc77c \uc2dc\uc2a4\ud15c
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\uc5ec\ub7ec \ud30c\uc77c \uc2dc\uc2a4\ud15c \uacf5\uae09\uc790\ub97c \ub2e8\uc77c \ub17c\ub9ac \ud2b8\ub9ac\uc5d0 \ubcd1\ud569\ud569\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\ub514\uc2a4\ud06c \ub8e8\ud2b8\uc758 \ub9c8\uc6b4\ud2b8\ub97c \uc0dd\uc131\ud55c \ub2e4\uc74c VCS \ub9c8\uc6b4\ud2b8\uc640 \uac19\uc740 \uae30\ud0c0 \ud30c\uc77c \uc2dc\uc2a4\ud15c\uc5d0\uc11c \uc5f0\uacb0\ud558\uc5ec \ub2e8\uc77c \ub798\ud37c \ud30c\uc77c \uc2dc\uc2a4\ud15c\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.
-
-LBL_loaderName=\ub9c8\uc2a4\ud130 \ud30c\uc77c \uc2dc\uc2a4\ud15c\uc758 \ud3f4\ub354 \ub85c\ub354
-
-# {0} = name of FS
-EXC_CannotRenameRoot=\ud30c\uc77c \uc2dc\uc2a4\ud15c {0}\uc758 \ub8e8\ud2b8 \uc774\ub984\uc744 \ubc14\uafc0 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=\ud30c\uc77c \uc2dc\uc2a4\ud15c {0}\uc758 \ub8e8\ud2b8\ub97c \ubcf5\uc0ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=\ud30c\uc77c \uc2dc\uc2a4\ud15c {0}\uc758 \ub8e8\ud2b8\ub97c \uc774\ub3d9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=\ud30c\uc77c \uc2dc\uc2a4\ud15c {0}\uc758 \ub8e8\ud2b8\ub97c \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename={1}\uc5d0 \uc788\ub294 \ud30c\uc77c {0}\uc758 \uc774\ub984\uc744 {2}(\uc73c)\ub85c \ubc14\uafc0 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=\ud30c\uc77c \uc2dc\uc2a4\ud15c {0}\uc740(\ub294) \uc77d\uae30 \uc804\uc6a9\uc785\ub2c8\ub2e4.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=\ud30c\uc77c \uc2dc\uc2a4\ud15c {2}\uc774(\uac00) \uc774\ubbf8 \ub9c8\uc6b4\ud2b8\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \ud30c\uc77c \uc2dc\uc2a4\ud15c {1}\uc744(\ub97c) \ub8e8\ud2b8 {0}\uc5d0\uc11c \ub9c8\uc6b4\ud2b8\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=\ud30c\uc77c \uc2dc\uc2a4\ud15c {1}\uc744(\ub97c) \ub8e8\ud2b8 {0}\uc5d0\uc11c \ub9c8\uc6b4\ud2b8\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=\ud30c\uc77c \uc2dc\uc2a4\ud15c {0}\uc744(\ub97c) \ub9c8\uc6b4\ud2b8 \ud574\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. 
-
diff --git a/l10n/src/ko/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ko.properties b/l10n/src/ko/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ko.properties
deleted file mode 100644
index 2c76b59..0000000
--- a/l10n/src/ko/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ko.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\uc635\uc158 \ub300\ud654 \uc0c1\uc790 \ubc0f SPI
-OpenIDE-Module-Display-Category=\ub3c4\uad6c
-OpenIDE-Module-Short-Description=\uc635\uc158 \ub300\ud654 \uc0c1\uc790\uc640 \uc774 \ub300\ud654 \uc0c1\uc790\uc5d0 \ud328\ub110\uc744 \ucd94\uac00\ud558\uae30 \uc704\ud55c SPI\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\ub3c4\uad6c | \uc635\uc158 \ub300\ud654 \uc0c1\uc790\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. SPI\uc5d0 \uc0c8\ub85c\uc6b4 \ud328\ub110\uc744 \ucd94\uac00 \ud558\uac70\ub098, \uae30\ud0c0 \ubd80\ubd84\uc5d0 \uc0c8\ub85c\uc6b4 \uc139\uc158\uc744 \ucd94\uac00 \ud560 \uc218 \uc788\ub2e4.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=\uc635\uc158(&O)
-CTL_Options_Dialog_Title=\uc635\uc158
-CTL_OK=OK
-CTL_Classic=\uace0\uae09 \uc635\uc158
-CTL_Classic_Title=\uace0\uae09 \uc635\uc158
-CTL_Modern=\uae30\ubcf8 \uc635\uc158(&B)
-CTL_Loading_Options=\uc124\uc815 \ub85c\ub4dc \uc911...
-CTL_Error_Loading_Options=\uc635\uc158 \ub85c\ub529\uc744 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.
-CTL_Some_values_changed=\uc77c\ubd80 \ubcc0\uacbd \uc0ac\ud56d\uc774 \uc788\uc2b5\ub2c8\ub2e4. \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-
-CTL_General_Options=\uc77c\ubc18(&G)
-CTL_General_Options_Title=\uc77c\ubc18
-CTL_Editor=\ud3b8\uc9d1\uae30(&E)
-CTL_Editor_Title=\uc5d0\ub514\ud130
-CTL_Font_And_Color_Options=\uae00\uaf34 \ubc0f \uc0c9\uc0c1(&F)
-CTL_Font_And_Color_Options_Title=\uae00\uaf34 \ubc0f \uc0c9\uc0c1
-CTL_Keymap_Options=\ud0a4\ub9f5(&K)
-CTL_Keymap_Options_Title=\ud0a4\ub9f5
-
-CTL_Export=\ub0b4\ubcf4\ub0b4\uae30(&E)
-CTL_Import=\uac00\uc838\uc624\uae30(&I)
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= \uace0\uae09 \uc635\uc158 \ub300\ud654 \uc0c1\uc790 \ud638\ucd9c
-ACS_OptionsPanel=\uc635\uc158 \ub300\ud654 \uc0c1\uc790
-ACS_Export=\ub0b4\ubcf4\ub0b4\uae30 \uc635\uc158
-ACS_Import=\uac00\uc838\uc624\uae30 \uc635\uc158
-TabbedController.pane.AD=\uc635\uc158 \ud328\ub110
-
-QuickSearch/GoToOption=\uc635\uc158
-
diff --git a/l10n/src/ko/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ko.properties b/l10n/src/ko/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ko.properties
deleted file mode 100644
index e557a7b..0000000
--- a/l10n/src/ko/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ko.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=\uae30\ud0c0(&M)
-CTL_Advanced_Options_Title=\uae30\ud0c0
-CTL_Advanced_Options_Description=\uae30\ud0c0
-AdvancedPanel.tabbedPanel.AD=\uae30\ud0c0 \ud0ed \ud328\ub110
-Advanced.Export.Category=\uae30\ud0c0
-
diff --git a/l10n/src/ko/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ko.properties b/l10n/src/ko/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ko.properties
deleted file mode 100644
index e99b0d1..0000000
--- a/l10n/src/ko/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ko.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=\uc5ec\uae30\uc5d0 \uc815\uc758
-LBL_action_revert=\uae30\ubcf8\uac12 \ubcf5\uadc0
-LBL_action_delete=\uc0ad\uc81c
-
-MSG_ask_remove_above_defined_files=\uc5ec\uae30\uc11c \uc815\uc758\ub97c \uc774\ub3d9\ud558\uba74 \uc120\ud0dd\ub41c \uc5f4\uc758 \ub0a8\uc740 \uacc4\uce35\uc5d0 \uc800\uc7a5\ub41c \ubaa8\ub4e0 \uac12\uc774 \uc81c\uac70\ub429\ub2c8\ub2e4.\n\n\uacc4\uc18d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-
-#file state tooltips
-LBL_fstate_defined=\uc124\uc815 \uc815\uc758
-LBL_fstate_ignored=\ubbf8\uc0ac\uc6a9 \uc124\uc815 \uac12
-LBL_fstate_inherited=\uc0c1\uc18d\ub41c \uc124\uc815
-LBL_fstate_undefined=\uc124\uc815 \uac12\uc774 \uc5ec\uae30\uc5d0 \uc815\uc758\ub418\uc9c0 \uc54a\uc74c
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=\uc0ac\uc6a9\uc790
-LBL_FSP_Desc_Session-Layer=\uc138\uc158 \uc124\uc815 \uc218\uc900
-LBL_FSP_Modules-Layer=\uae30\ubcf8\uac12
-LBL_FSP_Desc_Modules-Layer=\uae30\ubcf8 \uc124\uce58 \uc124\uc815 \uc218\uc900
-
-#OptionsAction
-Options=\uc635\uc158(&O)
-CTL_close_button=\ub2eb\uae30(&C)
-ACSD_close_button=\ud574\ub2f9 \uc5c6\uc74c
-ACSN_optionsTree=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_optionsTree=\ud574\ub2f9 \uc5c6\uc74c
-LBL_computing=\uc124\uc815 \ucd08\uae30\ud654 \uc911...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=\uc218\uc900 \ud45c\uc2dc(+ \ub204\ub984)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=\uc218\uc900 \uc228\uae30\uae30(+ \ub204\ub984)
-CTL_Templates_name=\ud15c\ud50c\ub9ac\ud2b8
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=\ud0d0\uc0c9\uae30
-ACSN_ExplorerBeanTree=\ud0d0\uc0c9\uae30 \ud2b8\ub9ac
-ACSD_ExplorerBeanTree=\ud574\ub2f9 \uc5c6\uc74c
-
diff --git a/l10n/src/ko/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ko.properties b/l10n/src/ko/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ko.properties
deleted file mode 100644
index 931ae05..0000000
--- a/l10n/src/ko/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ko.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=\ub0b4\ubcf4\ub0b4\uae30 \uc635\uc158 \uc120\ud0dd(&S)
-OptionsChooserPanel.outline.all=\ubaa8\ub450
-OptionsChooserPanel.outline.header.tree=\uac00\ub2a5\ud55c \uc635\uc158
-OptionsChooserPanel.outline.AN=\uac00\ub2a5\ud55c \uc635\uc158
-OptionsChooserPanel.outline.AD=\uac00\ub2a5\ud55c \uc635\uc158 \ud2b8\ub9ac
-OptionsChooserPanel.lblFile.text=\ub300\uc0c1 zip\ud30c\uc77c(&T)
-OptionsChooserPanel.btnBrowse=\ucc3e\uc544\ubcf4\uae30(&R)...
-OptionsChooserPanel.btnBrowse.AN=\ucc3e\uc544\ubcf4\uae30
-OptionsChooserPanel.btnBrowse.AD=\ucc3e\uc544\ubcf4\uae30
-OptionsChooserPanel.txtFile.AD=\uac00\uc838\uc624\uae30/\ub0b4\ubcf4\ub0b4\uae30\uc758 \ucd9c\ucc98\ub098 \ub300\uc0c1
-OptionsChooserPanel.loading=\ub85c\ub4dc\uc911...
-OptionsChooserPanel.file.warning=\uc720\ud6a8\ud55c zip\ud30c\uc77c\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.
-OptionsChooserPanel.nooption.warning=\ub0b4\ubcf4\ub0bc \ud30c\uc77c/\ud3f4\ub354\ub97c \uc120\ud0dd\ud574\uc8fc\uc138\uc694.
-OptionsChooserPanel.file.chooser.title=\ub300\uc0c1 zip\ud30c\uc77c \uc120\ud0dd
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=\ub0b4\ubcf4\ub0b4\uae30 \uc635\uc158 \uc120\ud0dd
-OptionsChooserPanel.export.status.text=\uc635\uc158 \ub0b4\ubcf4\ub0b4\uae30 \uc644\ub8cc.
-OptionsChooserPanel.import.title=\uac00\uc838\uc624\uae30 \uc635\uc158 \uc120\ud0dd
-OptionsChooserPanel.import.lblFile.text=\uac00\uc838\uc624\uae30 \ucd9c\ucc98(&I)
-OptionsChooserPanel.import.lblHint.text=\uac00\uc838\uc624\uae30 \uc635\uc158 \uc120\ud0dd(&S)
-OptionsChooserPanel.import.file.warning=\uc720\ud6a8\ud55c zip\ud30c\uc77c/userdir\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.
-OptionsChooserPanel.import.nooption.warning=\uac00\uc838\uc62c \ud30c\uc77c/\ud3f4\ub354\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.
-OptionsChooserPanel.import.file.chooser.title=zip \ud30c\uc77c\uc774\ub098 userdir \uc120\ud0dd
-OptionsChooserPanel.import.invalid.userdir.title=\uc798\ubabb\ub41c Userdir?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir={\0\} \ud3f4\ub354\ub294 \uc720\ud6a8\ud55c userdir\uc774 \uc544\ub2cc\uac83 \uac19\uc2b5\ub2c8\ub2e4. \uc774 \uc704\uce58\uc5d0\uc11c \uc635\uc158\ub4e4\uc744 \uac00\uc838\uc624\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-OptionsChooserPanel.AD=\ub0b4\ubcf4\ub0b4\uae30/\uac00\uc838\uc624\uae30 \uc120\ud0dd \uc635\uc158 \ucc3d
-OptionsChooserPanel.import.error=\uc635\uc158\uc744 \uac00\uc838\uc624\ub294 \uc911 \uc5d0\ub7ec\uac00 \ubc1c\uc0dd\ub418\uc5c8\uc2b5\ub2c8\ub2e4. -J-Dorg.netbeans.modules.options.export.level=100 \ud30c\ub77c\ubbf8\ud130\ub85c IDE\ub97c \uc2e4\ud589\ud569\ub2c8\ub2e4. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 IDE \ub85c\uadf8\ub97c \ucc38\uc870\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=\uc798\ubabb\ub41c zip \ud30c\uc77c
-# 0 - file path
-OptionsExportModel.export.zip.error={0} \ud30c\uc77c \uc4f0\uae30 \uc2e4\ud328.
-ImportConfirmationPanel.title=\uac00\uc838\uc624\uae30 \ud655\uc778
-ImportConfirmationPanel.cbRestart.text=IDE\ub97c \uc9c0\uae08 \uc7ac\uc2dc\uc791\ud569\ub2c8\ub2e4 (\uc7ac\uc2dc\uc791 \uc5c6\uc774\ub294 \uc784\ud3ec\ud2b8\ub41c \uc124\uc815\uc774 \uc791\ub3d9\ud558\uc9c0 \uc54a\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4)(&R)
-ImportConfirmationPanel.cbRestart.AD=IDE\ub97c \uc9c0\uae08 \uc7ac\uc2dc\uc791 \ud560\uc9c0 \ub098\uc911\uc5d0 \uc7ac\uc2dc\uc791 \ud560\uc9c0 \uacb0\uc815\ud558\uc2ed\uc2dc\uc694.
-ImportConfirmationPanel.cbRestart.AN=IDE\ub97c \uc9c0\uae08 \uc7ac\uc2dc\uc791 \ud558\uaca0\uc2b5\ub2c8\uae4c?
-ImportConfirmationPanel.lblMessage.text=\uac00\uc838\uc624\uae30\ub97c \ud558\uc2dc\uba74 \ud604\uc7ac \uc138\ud305\uc744 \ub418\ub3cc\ub9b4\uc218 \uc5c6\uc744\uc9c0\ub3c4 \ubaa8\ub985\ub2c8\ub2e4. \ud604\uc7ac \uc635\uc158\ub4e4\uc744 \ube7d\uc5c5\ud558\uae30 \uc704\ud574\uc11c \ub0b4\ubcf4\ub0b4\uae30\ub97c \uc2e4\ud589\ud558\uc2ed\uc2dc\uc694. \uacc4\uc18d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-ImportConfirmationPanel.lblMessage.AD=\ud655\uc778 \uba54\uc138\uc9c0
-ImportConfirmationPanel.AN=\uac00\uc838\uc624\uae30 \ud655\uc778
-ImportConfirmationPanel.AD=\uac00\uc838\uc624\uae30 \ud655\uc778
-ExportConfirmationPanel.title=\uc800\uc7a5\ub41c \ud328\uc2a4\uc6cc\ub4dc \uacbd\uace0
-ExportConfirmationPanel.lblMessage.text=\uc775\uc2a4\ud3ec\ud2b8\ub41c \uc124\uc815\uc740 \uc800\uc7a5\ub41c \ud328\uc2a4\uc6cc\ub4dc\ub97c \ud3ec\ud568\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\ub978 \uc0ac\uc6a9\uc790\uc640 \uc124\uc815\uc744 \uacf5\uc720\ud558\ub294 \uac83\uc740 \uc7a0\uc7ac\uc801 \ubcf4\uc548 \uc704\ud5d8\uc744 \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uacc4\uc18d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-ExportConfirmationPanel.cbSkip.text=\ub2e4\uc74c\uc5d0\ub294 \uc774 \uacbd\uace0\ub97c \ubb34\uc2dc\ud569\ub2c8\ub2e4(&S)
-ExportConfirmationPanel.cbSkip.AN=\ub2e4\uc74c\uc5d0\ub294 \uc774 \uacbd\uace0\ub97c \ubb34\uc2dc\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-ExportConfirmationPanel.cbSkip.AD=\ub2e4\uc74c\uc5d0 \uc774 \uacbd\uace0\ub97c \ubb34\uc2dc\ud560\uc9c0 \ubcfc \uac83\uc778\uc9c0\ub97c \uacb0\uc815
-ExportConfirmationPanel.lblMessage.AD=\ud655\uc778 \uba54\uc138\uc9c0
-ExportConfirmationPanel.AN=\uc800\uc7a5\ub41c \ud328\uc2a4\uc6cc\ub4dc \uacbd\uace0
-ExportConfirmationPanel.AD=\uc800\uc7a5\ub41c \ud328\uc2a4\uc6cc\ub4dc \uacbd\uace0
-
diff --git a/l10n/src/ko/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ko.properties b/l10n/src/ko/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ko.properties
deleted file mode 100644
index a2beae2..0000000
--- a/l10n/src/ko/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ko.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\ud0a4\ub9f5 \uc635\uc158
-
-CTL_Keymap_Options=\ud0a4\ub9f5(&K)
-CTL_Keymap_Options_Title=\ud0a4\ub9f5
-CTL_Keymap_Options_Description=\ud0a4\ub9f5
-
-CTL_Duplicate=\uc124\uc815 \uc815\ubcf4
-AN_Duplicate=\ubcf5\uc81c
-AD_Duplicate=\ubcf5\uc81c
-CTL_Delete=\uc0ad\uc81c(&T)
-AN_Delete=\uc0ad\uc81c
-AD_Delete=\uc0ad\uc81c
-CTL_Restore=\ubcf5\uc6d0(&R)
-AN_Restore=\ubcf5\uc6d0
-AD_Restore=\ubcf5\uc6d0
-CTL_Show_Actions=\uc791\uc5c5(&N)
-AN_Show_Actions=\uc791\uc5c5
-AD_Show_Actions=\uc791\uc5c5
-CTL_Show_Shortcuts=\ubc14\ub85c \uac00\uae30(&S)
-AN_Show_Shortcuts=\ubc14\ub85c \uac00\uae30(S)
-AD_Show_Shortcuts=\ubc14\ub85c \uac00\uae30(S)
-CTL_Add_Shortcut=\ucd94\uac00(&D)...
-AN_Add_Shortcut=\ucd94\uac00(A)
-AD_Add_Shortcut=\ucd94\uac00(A)
-CTL_Remove_Shortcut=\uc81c\uac70(&V)
-AN_Remove_Shortcut=\uc81c\uac70
-AD_Remove_Shortcut=\uc81c\uac70
-CTL_Actions=\uc791\uc5c5(&N):
-AN_Actions=\uc791\uc5c5
-AD_Actions=\uc791\uc5c5
-CTL_Shortcuts=\ubc14\ub85c \uac00\uae30(&S):
-AN_Shortcuts=\ubc14\ub85c \uac00\uae30(S)
-AD_Shortcuts=\ubc14\ub85c \uac00\uae30(S)
-AN_Profiles=\ud504\ub85c\ud544
-AD_Profiles=\ud504\ub85c\ud544
-Show_Actions=\uc791\uc5c5(&N)
-Show_Shortcuts=\ubc14\ub85c \uac00\uae30(&S)
-Keymaps=\ud0a4\ub9f5(&K)
-CTL_Keymap_Name=\ud504\ub85c\ud544(&P):
-View_By=\ubcf4\uae30 \uae30\uc900(&V)
-Shortcut=\ubc14\ub85c \uac00\uae30(&S):
-Add_Shortcut_Dialog=\ubc14\ub85c \uac00\uae30 \ucd94\uac00
-CTL_Create_New_Profile_Message=\ud504\ub85c\ud30c\uc77c \uc774\ub984(&N)
-CTL_Create_New_Profile_Title=\uc0c8 \ud504\ub85c\ud544 \ub300\ud654 \uc0c1\uc790 \uc0dd\uc131
-Shortcut_Conflict=<html>\ubc14\ub85c \uac00\uae30\uac00 \uc774\ubbf8 {0}\uc791\uc5c5\uc5d0 \ud560\ub2f9\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uacc4\uc18d\ud558\uac8c \ub418\uba74 \ubc14\ub85c \uac00\uae30\uac00 \uc7ac\ud560\ub2f9\ub429\ub2c8\ub2e4.
-CTL_Clear=\uc9c0\uc6b0\uae30(&C)
-AN_Clear=\ubc14\ub85c \uac00\uae30 \ubc84\ud2bc \uc9c0\uc6b0\uae30
-AD_Clear=\ubc14\ub85c \uac00\uae30 \ud544\ub4dc \uc9c0\uc6b0\uae30
-CTL_Tab=\ud0ed(&T)
-AN_Tab=\ud0ed \ubb38\uc790 \ubc84\ud2bc \uc0bd\uc785
-AD_Tab=\ud0ed \ubb38\uc790 \uc0bd\uc785
-CTL_Duplicate_Profile_Name=\ud574\ub2f9 \uc774\ub984\uc744 \uac00\uc9c4 \ud504\ub85c\ud544\uc774 \uc774\ubbf8 \uc874\uc7ac\ud569\ub2c8\ub2e4.\n \ub2e4\ub978 \uc774\ub984\uc744 \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624.
-
-CTL_Export_IDE_Actions_Action=IDE \uc791\uc5c5\uc744 XML\ub85c \ub0b4\ubcf4\ub0b4\uae30
-CTL_Export_IDE_Shortcuts_Action=IDE \ubc14\ub85c \uac00\uae30\ub97c XML\ub85c \ub0b4\ubcf4\ub0b4\uae30
-CTL_Export_Editor_Shortcuts_Action=\ud3b8\uc9d1\uae30 \ubc14\ub85c \uac00\uae30\ub97c XML\ub85c \ub0b4\ubcf4\ub0b4\uae30
-CTL_Export_Shortcuts_to_HTML_Action=\ubc14\ub85c \uac00\uae30\ub97c HTML\ub85c \ub0b4\ubcf4\ub0b4\uae30
-
-CTL_Other=\uae30\ud0c0
-AN_Shortcut=\ubc14\ub85c \uac00\uae30 \ud544\ub4dc
-AD_Shortcut=\ubc14\ub85c \uac00\uae30 \ud544\ub4dc
-AN_ShortcutsDialog=\uc0c8 \ubc14\ub85c \uac00\uae30 \uc785\ub825
-AD_ShortcutsDialog=\uc0c8 \ubc14\ub85c \uac00\uae30 \uc785\ub825
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE={1} \uc5d0\uc11c {0} \ud0a4\ub9f5 \ud504\ub85c\ud544 \uc804\ud658\uc911
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=\ube60\ub978 \uac80\uc0c9: {1} action \ud638\ucd9c, class {0}
-
-QuickSearch/Actions=\uc791\uc5c5
-MSG_ActionFailure={0} \uc791\uc5c5\uc740 \ube60\ub978 \uac80\uc0c9\uc73c\ub85c \ud638\ucd9c\ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4...
-
-# Quicksearch options
-KW_KeymapOptions=\ud0a4\ub9f5 \uc635\uc158, \ubc14\ub85c \uac00\uae30 \ud0a4, \ud0a4\ubc14\uc778\ub529
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=\uac80\uc0c9(&S):
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=\ubc14\ub85c \uac00\uae30 \ubaa8\uc74c \ubaa9\ub85d\uc5d0 \uc0ac\uc6a9\ub41c \ud544\ub4dc
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=\ubc14\ub85c \uac00\uae30 \uac80\uc0c9(&R):
-
-# Conflict dialogs
-Override_Shortcut=<html>\ub2e4\uc74c \uc791\uc5c5: <br>{0}\uc774(\uac00) \uc774 \uc9c0\uc815\uacfc \ucda9\ub3cc\ud569\ub2c8\ub2e4. \ubb34\uc2dc\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-Conflicting_Shortcut_Dialog=\ubc14\ub85c \uac00\uae30 \ub300\ud654 \uc0c1\uc790 \ucda9\ub3cc\uc911
-Override_All=<html>\ub2e4\uc74c \uc791\uc5c5: <br>{0}\uc774(\uac00) \uc774 \ubcf5\uc6d0\uacfc \ucda9\ub3cc\ud569\ub2c8\ub2e4. \uc804\ubd80 \ubb34\uc2dc\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-Alternative_Shortcut=(\ub300\uccb4 \ubc14\ub85c \uac00\uae30)
-
-#Table columns
-Actions=\uc791\uc5c5
-Shortcut=\ub2e8\ucd95\ud0a4
-Category=\ubc94\uc8fc
-Scope=\ubc94\uc704
-
-#Keymap Popup
-Edit=\ud3b8\uc9d1(E)...
-Add_Alternative=\ub300\uccb4 \ucd94\uac00
-Reset_to_Default=\uae30\ubcf8\uac12\uc73c\ub85c \uc7ac\uc124\uc815(D)
-Clear=\ubaa8\ub450 \ucde8\uc18c
-
-#Keymap completion
-No_Free_Shortcut="{0}"\ub85c \uc2dc\uc791\ud558\ub294 \ubc14\ub85c \uac00\uae30\ub294 \uad8c\uc7a5\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=\ubcf5\uc81c(&D)
-ProfilesPanel.exportButton.text=\ub0b4\ubcf4\ub0b4\uae30(&E)
-ProfilesPanel.deleteButton.text=\uc0ad\uc81c(&L)
-ProfilesPanel.importButton.text=\uac00\uc838\uc624\uae30(&I)
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=\ud504\ub85c\ud544 \uc2a4\ud06c\ub864 \ucc3d
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=\ud504\ub85c\ud544 \ucc3d \uc2a4\ud06c\ub864
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=\ud0a4\ub9f5 \ud504\ub85c\ud544 \ubaa9\ub85d
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=\ud504\ub85c\ud544\ubaa9\ub85d
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=\uc678\ubd80 \ud30c\uc77c\ub85c\ubd80\ud130 \ud504\ub85c\ud544 \ubd88\ub7ec\uc624\uae30
-ProfilesPanel.AccessibleContext.accessibleDescription=\ud504\ub85c\ud544 \ud328\ub110
-ProfilesPanel.restoreButton.text=\uae30\ubcf8\uac12 \ubcf5\uc6d0(&R)
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=\uc800\uc7a5\ub41c \uae30\ubcf8\uac12 \ubcf5\uc6d0
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=\uae30\uc874 \ud504\ub85c\ud544 \ubcf5\uc81c
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=\ud604\uc7ac \ud504\ub85c\ud544 \ub0b4\ubcf4\ub0b4\uae30
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=\uc120\ud0dd\ud55c \uc0ac\uc6a9\uc790 \uc815\uc758 \ud504\ub85c\ud544 \uc0ad\uc81c
-ProfilesPanel.AccessibleContext.accessibleName=\ud504\ub85c\ud544 \ud328\ub110
-CTL_Manage_Keymap_Profiles=\ud0a4\ub9f5 \ud504\ub85c\ud544 \uad00\ub9ac
-CTL_Files=\ud30c\uc77c
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=\ub2e8\ucd95\ud0a4
-Keymaps.Options.Export.Profiles.displayName=\ub2e8\ucd95\ud0a4 \ud504\ub85c\ud30c\uc77c
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/ko/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ko.properties b/l10n/src/ko/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ko.properties
deleted file mode 100644
index 8fa2f78..0000000
--- a/l10n/src/ko/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ko.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Swing \ub808\uc774\uc544\uc6c3 \ud655\uc7a5 \ud1b5\ud569
-OpenIDE-Module-Display-Category=\ub77c\uc774\ube0c\ub7ec\ub9ac
-OpenIDE-Module-Short-Description=swing-layout \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \ubc88\ub4e4\ub85c \uad6c\ud604\ud569\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\uc774 \ubaa8\ub4c8\uc740 (swing-layout.dev.java.net\uc5d0\uc11c) Swing \ub808\uc774\uc544\uc6c3 \ud655\uc7a5 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \ubc88\ub4e4\ub85c \uad6c\ud604\ud569\ub2c8\ub2e4.
-OpenIDE-Module-Deprecation-Message=javax.swing.GroupLayout \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/ko/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ko.properties
deleted file mode 100644
index d008c39..0000000
--- a/l10n/src/ko/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ko.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=Common Annotations
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/ko/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_ko.properties
deleted file mode 100644
index 58193f3..0000000
--- a/l10n/src/ko/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_ko.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=\ud504\ub85c\uc138\uc2a4 \ucde8\uc18c
-CTL_ProcessListAction=\ud504\ub85c\uc138\uc2a4(&P)
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/ko/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ko.properties
deleted file mode 100644
index 6606df0..0000000
--- a/l10n/src/ko/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ko.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress API
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\uc2dc\uac01\ud654\ub41c Progress API.
-OpenIDE-Module-Long-Description=\ubaa8\ub4c8\uc744 \ud1b5\ud574 \uc624\ub798 \uc2e4\ud589\ub418\ub294 \uc791\uc5c5\uc774\ub098 \ud504\ub85c\uc138\uc2a4\ub97c \uc911\uc559 \uc704\uce58\uc5d0\uc11c \ub4f1\ub85d\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. 
-
diff --git a/l10n/src/ko/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ko.properties
deleted file mode 100644
index ecbae8a..0000000
--- a/l10n/src/ko/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ko.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Scene \ucef4\ud3ec\ub10c\ud2b8
-ACS_SceneComponentDesc=Scene \ubcf4\uae30
-
diff --git a/l10n/src/ko/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ko.properties
deleted file mode 100644
index e348d8c..0000000
--- a/l10n/src/ko/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ko.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\ube44\uc8fc\uc5bc \ub77c\uc774\ube0c\ub7ec\ub9ac API
-OpenIDE-Module-Short-Description=\ube44\uc8fc\uc5bc \ub77c\uc774\ube0c\ub7ec\ub9ac API
-
diff --git a/l10n/src/ko/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ko.properties
deleted file mode 100644
index 2c30107..0000000
--- a/l10n/src/ko/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ko.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=\ud504\ub85c\uadf8\ub7a8\uc758 \uc778\uc2a4\ud134\uc2a4\uac00 \uc0ac\uc6a9\uc790 \ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c \uc774\ubbf8 \uc2e4\ud589 \uc911\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\ud504\ub85c\uadf8\ub7a8\uc758 \uc774\uc804 \uc138\uc158\uc774 \uc62c\ubc14\ub974\uac8c \uc885\ub8cc\ud558\uc9c0 \uc54a\uc558\uac70\ub098, \ud504\ub85c\uadf8\ub7a8\uc758 \ub2e4\ub978 \uc778\uc2a4\ud134\uc2a4\uac00\n\ub2e4\ub978 \ucef4\ud4e8\ud130\uc5d0\uc11c \uc2e4\ud589\ub418\uace0 \uc788\uc73c\uba70 \ub3d9\uc77c\ud55c \uc0ac\uc6a9\uc790 \ub514\ub809\ud1a0\ub9ac\ub97c \uc0ac\uc6a9\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n\n\ud504\ub85c\uadf8\ub7a8\uc758 \ub2e4\ub978 \uc138\uc158\uc774 \ub3d9\uc77c\ud55c \uc0ac\uc6a9\uc790 \ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c \uc2e4\ud589 \uc911\uc778 \uacbd\uc6b0\n\uc0ac\uc6a9\uc790 \ub514\ub809\ud1a0\ub9ac\uac00 \uc190\uc0c1\ub418\uc9c0 \uc54a\ub3c4\ub85d \ucde8\uc18c\ub97c \ud074\ub9ad\ud558\uc2ed\uc2dc\uc624. \uc0ac\uc6a9\uc790 \ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c \uc2e4\ud589 \uc911\uc778 \ub2e4\ub978 \uc778\uc2a4\ud134\uc2a4\uac00\n\ud504\ub85c\uadf8\ub7a8\uc5d0 \uc5c6\ub294 \uacbd\uc6b0 \ud655\uc778\uc744 \ud074\ub9ad\ud558\uc5ec \uacc4\uc18d\ud558\uc2ed\uc2dc\uc624.
-MSG_AlreadyRunningTitle=\uacbd\uace0
-
-EXC_not_a_module={0}\uc740(\ub294) \uc720\ud6a8\ud55c NetBeans \ubaa8\ub4c8\uc774 \uc544\ub2d9\ub2c8\ub2e4.
-
-# bootstrap manifest
-OpenIDE-Module-Name=\ubd80\ud2b8\uc2a4\ud2b8\ub7a9
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=NetBeans \uae30\ubc18 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc758 \ucf54\uc5b4 \ubd80\ud2b8\uc2a4\ud2b8\ub7a9\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\uc774 \ubaa8\ub4c8\uc5d0\uc11c\ub294 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc758 \ub2e4\ub978 \ubaa8\ub4e0 \ubd80\ubd84\uc744 \ub85c\ub4dc\ud558\ub294 \ucd08\uae30 \uc778\ud504\ub77c\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \ube44\ud65c\uc131\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-MSG_InstallJava6=\uc790\ubc14 6 \uc2a4\ud0e0\ub2e4\ub4dc \uc5d0\ub514\uc158\ubcf4\ub2e4 \uad6c \ubc84\uc804\uc758 \uc790\ubc14\uc5d0\uc11c\ub294 \uc2e4\ud589\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.Please install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=\uc790\ubc14 6 \uc2a4\ud0e0\ub2e4\ub4dc \uc5d0\ub514\uc158\uc774\uac70\ub098 \ud639\uc740 \uadf8 \uc774\uc0c1 \ud544\uc218
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ko.properties
deleted file mode 100644
index 766dfbd..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ko.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=\ucd9c\ub825 {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=IDE \uc885\ub8cc(&E)
-ACSD_EndTasks=\ud574\ub2f9\uc0ac\ud56d\uc5c6\uc2b4
-CTL_PendingTitle=IDE \uc885\ub8cc
-ACSD_PendingTitle=\ud574\ub2f9\uc0ac\ud56d\uc5c6\uc2b4
-LAB_PendingTasks=IDE \uc885\ub8cc\uc2dc \ud504\ub85c\uc138\uc2a4 \uc885\ub8cc(&x)
-ACSD_PendingTasks=\ud574\ub2f9\uc0ac\ud56d\uc5c6\uc2b4
-# {0} - process name
-CTL_PendingExternalProcess2=\ud504\ub85c\uc138\uc2a4 - {0}
-# {0} - action name
-CTL_ActionInProgress={0} \ub3d9\uc791 \uc9c4\ud589\uc911
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ko.properties
deleted file mode 100644
index 86ace3d..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ko.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=\uc81c\uac70(&R)
-CTL_MoveUp=\uc704\ub85c \uc774\ub3d9(&U)
-CTL_MoveDown=\uc544\ub798\ub85c \uc774\ub3d9(&W)
-CTL_AddDirectory=\ub514\ub809\ud1a0\ub9ac \ucd94\uac00(&Y)...
-CTL_AddJAR=JAR/ZIP(&J) \ucd94\uac00
-CTL_JarArchivesMask=JAR \ubc0f ZIP \uc544\uce74\uc774\ube0c
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_MoveUp=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_MoveDown=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_AddDirectory=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_AddJAR=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_PathList=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_CustomNbClassPathEditor=\ud574\ub2f9 \uc5c6\uc74c
-CTL_Edit_Jar_Dialog_Title=JAR \ud30c\uc77c \ud3b8\uc9d1
-CTL_Edit_Local_Dialog_Title=\ub85c\uceec \ub514\ub809\ud1a0\ub9ac \ud3b8\uc9d1
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=JAR \ud30c\uc77c \ucd94\uac00
-CTL_FileSystemPanel.Local_Dialog_Title=\ub85c\uceec \ub514\ub809\ud1a0\ub9ac \ucd94\uac00
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=\ud504\ub85c\uc138\uc2a4(&P)\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=\uc778\uc218(&A)\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=\uc778\uc218 \ucc38\uace0(&H)
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=\ucc3e\uc544\ubcf4\uae30(&B)...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_NbProcessDescriptorCustomEditor.processLabel=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_CustomNbProcessDescriptorEditor=\ud574\ub2f9 \uc5c6\uc74c
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=\uacbd\ub85c \ud56d\ubaa9
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=\ud3b8\uc9d1\ub420 \uacbd\ub85c \ud56d\ubaa9 \ubaa9\ub85d
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ko.properties
deleted file mode 100644
index f39c6d5..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ko.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\ucf54\uc5b4 - \uc2e4\ud589
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\uc2e4\ud589 \uc5d4\uc9c4\uc744 \uad6c\ud604\ud569\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\uc2e4\ud589\ud560 \uc9c0\uc6d0\uc744 \ud50c\ub7ab\ud3fc\uc5d0 \ucd94\uac00\ud569\ub2c8\ub2e4. API \ubc0f \ud574\ub2f9 GUI\uc758 \uc2e4\ud589 \ubd80\ubd84\uc744 \uad6c\ud604\ud558\ub294 \ud074\ub798\uc2a4\ub97c \ud3ec\ud568\ud569\ub2c8\ub2e4.
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ko.properties
deleted file mode 100644
index d0ec285..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ko.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=\ucd9c\ub825(&O)
-
-#Title for I/O window
-LBL_IO_WINDOW=\ucd9c\ub825
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=\ud0ed \ub2eb\uae30
-LBL_CloseAll=\ubaa8\ub4e0 \ud0ed \ub2eb\uae30
-LBL_CloseOthers=\uae30\ud0c0 \ud0ed \ub2eb\uae30
-
-# Localization of Window/Output submenu
-Menu/Window/Output=\ucd9c\ub825(&O)
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ko.properties
deleted file mode 100644
index fabe37b..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ko.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=\ud3b8\uc9d1\uae30(&E)
-EditorsAction.source=\uc18c\uc2a4(&S)
-GetLeftEditorAction.name=\ud3b8\uc9d1\uae30 - \uc67c\ucabd \ubc18\ubcf5
-
-GetRightEditorAction.name=\ud3b8\uc9d1\uae30 - \uc624\ub978\ucabd \ubc18\ubcf5
-
-TabButton.tool_tip={0} \ubdf0
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ko.properties
deleted file mode 100644
index e250de8..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ko.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\ub2e4\uc911 \ubdf0 \ucc3d
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\ub2e4\uc911 \ubdf0 \ucc3d \ud504\ub808\uc784\uc6cc\ud06c \ubc0f API
-OpenIDE-Module-Long-Description=\ub2e4\uc911 \ubdf0 \ucc3d \ud504\ub808\uc784\uc6cc\ud06c \ubc0f API
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ko.properties
deleted file mode 100644
index 36db8bc..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ko.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=\ub124\uc774\ud2f0\ube0c \uc561\uc138\uc2a4
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\uc708\ub3c4\uc6b0 \uc2dc\uc2a4\ud15c\uc744 \uc704\ud574 \uace0\uae09 \ube44\uc8fc\uc5bc \ud6a8\uacfc\ub97c \uc81c\uacf5\ud558\ub294 JNA \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \ud1b5\ud55c \ub124\uc774\ud2f0\ube0c \ubc14\uc778\ub529\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4
-OpenIDE-Module-Long-Description=\uc708\ub3c4\uc6b0 \uc2dc\uc2a4\ud15c\uc744 \uc704\ud574 \uace0\uae09 \ube44\uc8fc\uc5bc \ud6a8\uacfc\ub97c \uc81c\uacf5\ud558\ub294 JNA \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \ud1b5\ud55c \ub124\uc774\ud2f0\ube0c \ubc14\uc778\ub529\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ko.properties
deleted file mode 100644
index fa92b0e..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ko.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=\ud22c\uba85\uc131
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_ko.properties
deleted file mode 100644
index 7ed0ea8..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_ko.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=\ub137\ube48\uc988 OSGi \ud1b5\ud569
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_ko.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_ko.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ko.properties
deleted file mode 100644
index 0c14547..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ko.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\ucd9c\ub825 \ucc3d
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c
-OpenIDE-Module-Short-Description=\uac04\ub2e8\ud55c \ud14d\uc2a4\ud2b8 \uc601\uc5ed \uae30\ubc18 \ucd9c\ub825 \ucc3d \uad6c\ud604
-OpenIDE-Module-Long-Description=ByteBuffer/CharBuffer\uc5d0 \ub300\ud55c java.swing.text.Document \uae30\ubc18 \ucd9c\ub825 \ucc3d
-
-#Title for the output window
-LBL_OUTPUT=\ucd9c\ub825
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=\uc2dc\uc2a4\ud15c \uc784\uc2dc \ub514\ub809\ud1a0\ub9ac({0})\uc5d0 \uc4f8 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-MSG_GenericError=\ucd9c\ub825 \ud30c\uc77c \uc4f0\uae30 \ubb38\uc81c
-
-LBL_STDOUT=\ud45c\uc900 \ucd9c\ub825
-FMT_FILE_EXISTS={0}\uc774(\uac00) \uc788\uc2b5\ub2c8\ub2e4.  \ub36e\uc5b4\uc4f0\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-TITLE_SAVE_DLG=\ucd9c\ub825\uc744 \ub2e4\ub978 \uc774\ub984\uc73c\ub85c \uc800\uc7a5
-
-LBL_SaveAsFailedTitle=\uc800\uc7a5 \uc2e4\ud328
-MSG_SaveAsFailed={0} \ud30c\uc77c \uc4f0\uae30 \uc2e4\ud328.
-
-MSG_SearchFromBeg=\ub9e8 \ub05d\uae4c\uc9c0 \ucc3e\uc558\uc2b5\ub2c8\ub2e4. \ucc98\uc74c\ubd80\ud130 \uacc4\uc18d \uac80\uc0c9\ud569\ub2c8\ub2e4.
-MSG_SearchFromEnd=\ub9e8 \ucc98\uc74c\uae4c\uc9c0 \ucc3e\uc558\uc2b5\ub2c8\ub2e4. \ub05d\ubd80\ud130 \uacc4\uc18d \uac80\uc0c9\ud569\ub2c8\ub2e4.
-MSG_Found=''{0}''\uc774(\uac00) {1}:{2}\uc5d0 \uc788\uc2b5\ub2c8\ub2e4
-MSG_NotFound=''{0}''\uc744(\ub97c) \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-
-#OutputWindowAction
-OutputWindow=\ucd9c\ub825(&O)
-
-#Find Dialog
-LBL_Find_Title=\ucc3e\uae30
-LBL_Find_What=\ucc3e\uae30:
-LBL_Use_RegExp=\uc815\uaddc\uc2dd(&E)
-LBL_Match_Case=\ub300\uc18c\ubb38\uc790 \uad6c\ubd84(&M)
-BTN_Find=\ucc3e\uae30(&F)
-ACSN_Find=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_Find=\ucc3e\uae30
-ACSD_FindBTN=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_Find_What=\ud574\ub2f9 \uc5c6\uc74c
-
-LBL_Filter_Title=\ud544\ud130
-LBL_Filter_What=\ud3ec\ud568\ub41c \ub77c\uc778 \uc720\uc9c0:
-BTN_Filter=\ud544\ud130(&F)
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=\uae00\uaf34 \uc120\ud0dd\uae30
-BTN_Defaul_Font=\uae30\ubcf8 \ud3f0\ud2b8
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=\ud30c\uc77c\uc744 \ub36e\uc5b4\uc4f0\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=\uc798\ubabb\ub41c \uc815\uaddc\uc2dd
-FMT_Invalid_RegExp={0}\uc5d0 \uad6c\ubb38\uc5d0\ub7ec\uac00 \uc788\uc2b5\ub2c8\ub2e4.
-
-#Output window popup menu
-ACTION_COPY=\ubcf5\uc0ac
-ACTION_PASTE=\ubd99\uc5ec\ub123\uae30
-ACTION_WRAP=\ud14d\uc2a4\ud2b8 \uc904 \ubc14\uafc8
-ACTION_SAVEAS=\ub2e4\ub978 \uc774\ub984\uc73c\ub85c \uc800\uc7a5...
-ACTION_CLOSE=\ub2eb\uae30
-ACTION_CLEAR=\ubaa8\ub450 \ucde8\uc18c
-ACTION_PREV_ERROR=\uc774\uc804 \uc624\ub958
-ACTION_NEXT_ERROR=\ub2e4\uc74c \uc624\ub958
-ACTION_SELECT_ALL=\ubaa8\ub450 \uc120\ud0dd
-ACTION_FIND=\ucc3e\uae30...
-ACTION_FIND_NEXT=\ub2e4\uc74c \ucc3e\uae30
-ACTION_FIND_PREVIOUS=\uc774\uc804 \ucc3e\uae30
-ACTION_LARGER_FONT=\ud070 \ud3f0\ud2b8
-ACTION_SMALLER_FONT=\uc791\uc740 \ud3f0\ud2b8
-ACTION_FONT_TYPE=\ud3f0\ud2b8 \uc120\ud0dd...
-ACTION_FILTER=\ud544\ud130...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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=\uc784\uc2dc \ucd9c\ub825 \ud30c\uc77c\uc5d0 \ub300\ud55c {0}\uc758 \ub514\uc2a4\ud06c \uacf5\uac04\uc774 \ubd80\uc871\ud569\ub2c8\ub2e4.  \ub514\uc2a4\ud06c \uacf5\uac04\uc744 \ub298\ub9ac\uac70\ub098 \uc784\uc2dc \uc2dc\uc2a4\ud15c\uc744 \ubcc0\uacbd\ud558\uc2ed\uc2dc\uc624. directory or run with -J-Dnb.output.heap=true
-
-MSG_LINE_TOO_LONG=...\uc904\uc774 \ub108\ubb34 \uae41\ub2c8\ub2e4, \uc804\uccb4 \uc904\uc744 \ubcf4\ub824\uba74 \uc904 \ubc14\uafc8 \ubaa8\ub4dc\ub85c \uc804\ud658\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4...
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ko.properties
deleted file mode 100644
index 86ac501..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ko.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=\uc785\ub825 \ucef4\ud3ec\ub10c\ud2b8(&I)
-LBL_EOF=\uc785\ub825 \ucef4\ud3ec\ub10c\ud2b8 \ub2eb\uae30(&C)
-TIP_EOF=\uc785\ub825 \ucef4\ud3ec\ub10c\ud2b8\ub97c \ub2eb\uace0 \ubaa8\ub4e0 \ud310\ub3c5\uae30\uc5d0 \ud30c\uc77c \ub05d(EOF)\uc744 \ubcf4\ub0c5\ub2c8\ub2e4
-TIP_INPUT=\ud14d\uc2a4\ud2b8\ub97c \uc785\ub825\ud558\uace0 \uc2e4\ud589 \uc911\uc778 \ud504\ub85c\uc138\uc2a4\uc5d0 \ubcf4\ub0b4\ub824\uba74 Enter\ub97c \ub204\ub985\ub2c8\ub2e4
-
-#Output window tab popup
-LBL_Close=\ud0ed \ub2eb\uae30
-LBL_CloseAll=\ubaa8\ub4e0 \ud0ed \ub2eb\uae30
-LBL_CloseOthers=\uae30\ud0c0 \ud0ed \ub2eb\uae30
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ko.properties
deleted file mode 100644
index 602a0bc..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ko.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=\uc2dc\uc791
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c
-OpenIDE-Module-Short-Description=\ubaa8\ub4c8\uc744 \ub85c\ub4dc\ud558\uace0 \ud65c\uc131\ud654\ud569\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\uc774 \ubaa8\ub4c8\uc5d0\uc11c\ub294 \uc911\uc559 \ucd94\uac00 \uae30\ub2a5\uc744 \ubd80\ud2b8\uc2a4\ud2b8\ub7a9\uc5d0 \uc81c\uacf5\ud558\uc5ec \uc62c\ubc14\ub978 \ubaa8\ub4c8\uc744 \ucc3e\uc544 \ud65c\uc131\ud654\ud569\ub2c8\ub2e4.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user\uac00 \uc124\uc815\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \nNetBeans \uc2dc\uc791 \uc2a4\ud06c\ub9bd\ud2b8\ub97c \ud655\uc778\ud558\uc2ed\uc2dc\uc624.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=NetBeans\uac00 \uc124\uce58\ub41c \ub514\ub809\ud1a0\ub9ac({1}) \uc548\uc5d0 \uc0ac\uc6a9\uc790 \ub514\ub809\ud1a0\ub9ac({0})\uac00 \uc0c1\uc8fc \ud560 \uc218\uc5c6\uc2b5\ub2c8\ub2e4.
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=NetBeans \ud50c\ub7ab\ud3fc \uc2dc\uc791
-# The Title of the About Box
-CTL_About_Title=\uc815\ubcf4
-CTL_About_Detail=\uc138\ubd80 \uc815\ubcf4
-ACSD_AboutDialog=\ud574\ub2f9 \uc5c6\uc74c
-ACSN_AboutTabs=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_AboutTabs=\ud574\ub2f9 \uc5c6\uc74c
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=UI \ud074\ub798\uc2a4 \uc774\ub984\uc774 \uc640\uc57c \ud569\ub2c8\ub2e4. \uae30\ubcf8 UI\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4...
-ERR_UserDirExpected=--userdir switch \ub4a4\uc5d0 \ub514\ub809\ud1a0\ub9ac\uac00 \uc640\uc57c \ud569\ub2c8\ub2e4.
-ERR_UINotFound=UI \ud074\ub798\uc2a4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uae30\ubcf8 UI\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4...
-ERR_FontSizeExpected=\uae00\uaf34 \ud06c\uae30\uac00 \uc640\uc57c \ud569\ub2c8\ub2e4. \uae30\ubcf8 \uae00\uaf34 \ud06c\uae30\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4...
-ERR_BadFontSize=\uae00\uaf34 \ud06c\uae30 \ud615\uc2dd\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uae30\ubcf8 \uae00\uaf34 \ud06c\uae30\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4...
-ERR_BrandingNeedsArgument=\uc635\uc158 -- branding\uc5d0\ub294 \uc778\uc218 \ud558\ub098\uac00 \ud544\uc694\ud569\ub2c8\ub2e4.
-ERR_LocaleExpected=--locale switch\ub4a4\uc5d0 \ub85c\ucf00\uc77c \uc2a4\ud399\uc774 \ub098\uc640\uc57c \ud569\ub2c8\ub2e4.
-
-
-CTL_Netbeanshome_notexists=netbeans.home\uc774 \uc874\uc7ac\ud558\uc9c0 \uc54a\ub294 \ub514\ub809\ud1a0\ub9ac\ub97c \uac00\ub9ac\ud0b5\ub2c8\ub2e4.
-CTL_Netbeanshome1=netbeans.home\uc774 \ub514\ub809\ud1a0\ub9ac\ub97c \uac00\ub9ac\ud0a4\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-CTL_Netbeanshome2=netbeans.user\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\ub294 \ub514\ub809\ud1a0\ub9ac\ub97c \uac00\ub9ac\ud0b5\ub2c8\ub2e4.
-CTL_Netbeanshome3=netbeans.user\uac00 \ub514\ub809\ud1a0\ub9ac\ub97c \uac00\ub9ac\ud0a4\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text={0}\uc5d0 \uc2dc\uc2a4\ud15c \ub514\ub809\ud1a0\ub9ac\ub97c \uc0dd\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uac19\uc740 \uc774\ub984\uc758 \ud30c\uc77c\uc774 \uc774\ubbf8 \uc874\uc7ac\ud569\ub2c8\ub2e4.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text={0}\uc5d0 \uc2dc\uc2a4\ud15c \ub514\ub809\ud1a0\ub9ac\ub97c \uc0dd\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-CTL_Cannot_mount_system_fs=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uc744 \uc2dc\uc2a4\ud15c\uc5d0 \ucd94\uac00 \ud560\uc218 \uc5c6\uc2b5\ub2c8\ub2e4, \uc885\ub8cc\uc911...
-
-#startup info messages
-MSG_IDEInit=\ucd08\uae30\ud654 \uc911...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=URL {0}\uc5d0 \uc5f0\uacb0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ud574\ub2f9 \uc790\uc6d0\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-GTK_FONTSIZE_UNSUPPORTED=--GTK \ubaa8\uc591 \ubc0f \uc0c9\uac10\uc5d0\uc11c \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 \uae00\uaf34 \ud06c\uae30\uc785\ub2c8\ub2e4. \ub300\uc2e0 \ub370\uc2a4\ud06c\ud0d1 \uae00\uaf34 \ud06c\uae30\ub97c \uc870\uc815\ud558\uc2ed\uc2dc\uc624.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=\uc624\ub958: {0}
-EXC_GraphicsStartFails2=\uc790\uc138\ud55c \ub0b4\uc6a9\uc740 {0}\uc744(\ub97c) \ucc38\uc870\ud558\uc2ed\uc2dc\uc624.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=\ubaa8\ub4c8 {0}\uc774(\uac00) \ubc84\uc804 >= {1}\uc5d0\uc11c \uc694\uccad\ub418\uc5c8\uc9c0\ub9cc {2}\ub9cc \uc788\uc2b5\ub2c8\ub2e4.
-# {0} - module display name
-MSG_problem_other_disabled=\ubaa8\ub4c8 {0} \uc5ed\uc2dc \uc124\uce58\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4.
-LBL_no_impl_version=[\uc9c0\uc815\ub41c \ubc84\uc804 \uc5c6\uc74c]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=\ubaa8\ub4c8 {0}\uc774(\uac00) \uad6c\ud604 \ubc84\uc804 \"{1}\"\uc5d0\uc11c \uc694\uccad\ub418\uc5c8\uc9c0\ub9cc \"{2}\"\ub9cc \uc788\uc2b5\ub2c8\ub2e4.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found={0}(\uc774)\ub77c\ub294 \uc774\ub984\uc758 \ubaa8\ub4c8\uc774 \ud544\uc694\ud588\uc9c0\ub9cc \uc5c6\uc2b5\ub2c8\ub2e4.
-# {0} - required token
-MSG_problem_require_disabled=\uae30\ub2a5 {0}\uc744(\ub97c) \uc81c\uacf5\ud558\ub294 \ubaa8\ub4c8\uc744 \uc124\uce58\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-# {0} - required token
-MSG_problem_require_not_found=\uae30\ub2a5 {0}\uc744(\ub97c) \uc81c\uacf5\ud558\ub294 \ubaa8\ub4c8\uc744 \ucc3e\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-# {0} - class name
-MSG_problem_class_not_loaded=\ud074\ub798\uc2a4 {0}\uc744(\ub97c) \ud3ec\ud568\ud558\ub294 \ud328\ud0a4\uc9c0\ub97c \ub85c\ub4dc\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=\ud328\ud0a4\uc9c0 {0}\uc774(\uac00) \ub85c\ub4dc\ub418\uc9c0 \uc54a\uc558\uac70\ub098 \uc624\ub798\ub41c \ubc84\uc804\uc785\ub2c8\ub2e4.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=Java \ud50c\ub7ab\ud3fc \ubc84\uc804 {0} \ub610\ub294 \uadf8 \uc774\uc0c1\uc758 \ubc84\uc804\uc774 \ud544\uc694\ud558\uc9c0\ub9cc {1}\ub294 \uc2e4\ud589\uc911\uc785\ub2c8\ub2e4.
-MSG_warning=\uacbd\uace0
-MSG_info=\uc815\ubcf4
-MSG_continue=\ubaa8\ub4c8 \ube44\ud65c\uc131\ud654 \ubc0f \uacc4\uc18d \uc9c4\ud589
-MSG_exit=\uc885\ub8cc
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#\ub2e4\ub978 \ubaa8\ub4c8|1<{0}\uc790\uc138\ud55c \ubaa8\ub4c8} \uc704 \ubb38\uc81c\ub85c \uc778\ud558\uc5ec \uc124\uce58\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-
-# NbEvents
-MSG_start_load_boot_modules=\ucf54\uc5b4 \ub85c\ub4dc \uc911...
-MSG_finish_load_boot_modules=\ucf54\uc5b4 \ub85c\ub4dc \uc911...\uc644\ub8cc
-MSG_start_auto_restore=\ubaa8\ub4c8 \ub85c\ub4dc \uc911...
-MSG_finish_auto_restore=\ubaa8\ub4c8 \ub85c\ub4dc \uc644\ub8cc
-MSG_start_enable_modules=\ubaa8\ub4c8 \ucf1c\ub294 \uc911...
-MSG_finish_enable_modules=\ubaa8\ub4c8 \ucf1c\ub294 \uc911...\uc644\ub8cc
-TEXT_finish_enable_modules=\ubaa8\ub4c8 \ucf1c\uae30:
-MSG_start_disable_modules=\ubaa8\ub4c8 \ub044\ub294 \uc911...
-MSG_finish_disable_modules=\ubaa8\ub4c8 \ub044\ub294 \uc911...\uc644\ub8cc
-TEXT_finish_disable_modules=\ubaa8\ub4c8 \ub044\uae30:
-MSG_failed_install_new=\uacbd\uace0 - \uc77c\ubd80 \ubaa8\ub4c8\uc744 \uc124\uce58\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4:
-# {0} - module display name
-MSG_failed_install_new_unexpected=\uacbd\uace0 - \ubaa8\ub4c8 {0}\uc744(\ub97c) \uc124\uce58\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-# {0} - file name 
-TEXT_start_deploy_test_module= {0}\uc5d0\uc11c \ud14c\uc2a4\ud2b8 \ubaa8\ub4c8 \ub514\ud50c\ub85c\uc774\uc911...
-TEXT_finish_deploy_test_module=\ud14c\uc2a4\ud2b8 \ubaa8\ub4c8 \ub514\ud50c\ub85c\uc774 \uc644\ub8cc.
-MSG_start_read=\ubaa8\ub4c8 \uc800\uc7a5\uc18c\ub97c \uc77d\ub294 \uc911...
-MSG_finish_read=\ubaa8\ub4c8 \uc800\uc7a5\uc18c\ub97c \uc77d\ub294 \uc911...\uc644\ub8cc
-MSG_restore=\ubaa8\ub4c8 \uc2dc\uc791 \uc911...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install={0} \uc124\uce58 \uc911
-# {0} - module display name
-TEXT_install=\uc0c8 \ubaa8\ub4c8 \uc124\uce58: {0}
-# {0} - module display name
-MSG_update=\uc0c8 \ubc84\uc804\uc758 {0} \uc124\uce58
-# {0} - module display name
-TEXT_update=\ubaa8\ub4c8 \uc5c5\ub370\uc774\ud2b8: {0}
-# {0} - module display name
-MSG_uninstall={0} \uc911\uc9c0 \uc911
-MSG_load_section=\ubaa8\ub4c8 \ub85c\ub4dc \uc911...
-MSG_load_layers=\ubaa8\ub4c8 \uc11c\ube44\uc2a4 \ub85c\ub4dc \uc911...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=\uacbd\uace0: \ubaa8\ub4c8 {0}\uc744(\ub97c) \ucc3e\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \ubb34\uc2dc\ud569\ub2c8\ub2e4...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=\ubaa8\ub4c8 {0}\uc740(\ub294) \uc790\ub3d9 \ub85c\ub4dc \ub610\ub294 \ud544\uc218 \ubaa8\ub4c8\uc774\uba70 \uc544\uc9c1 \uc0ac\uc6a9 \uc911\uc774\ubbc0\ub85c \uc0ad\uc81c\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=system/Modules \ud3f4\ub354\uc5d0\uc11c \ub4f1\ub85d \uc815\ubcf4 {1}(\ubaa8\ub4c8 {0})\uc744(\ub97c) \ubcc0\uacbd\ud558\ub824\uace0 \uc2dc\ub3c4\ud588\uc2b5\ub2c8\ub2e4.\n\uc2e4\uc81c \uac12\uc740 \"{3}\"\uc774\uc9c0\ub9cc \ub514\uc2a4\ud06c\uc5d0\uc11c \"{2}\"\uc744(\ub97c) \uc77d\ub3c4\ub85d \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\nIDE\uac00 \uc2e4\ud589 \uc911\uc77c \ub54c\ub294 \uc774 \ub4f1\ub85d \uc815\ubcf4\ub97c \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc73c\ubbc0\ub85c \uc774 \uc2dc\ub3c4\ub294 \uc544\ubb34 \ud6a8\ub825\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
-# {0} - JAR file name
-TEXT_patch=\ubaa8\ub4c8 \ud328\uce58 \ub610\ub294 \uc0ac\uc6a9\uc790 \uc815\uc758 \ud655\uc7a5: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=\ud074\ub798\uc2a4\uc5d0\uc11c \ub204\ub77d\ub41c \uc790\uc6d0: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=\ucc3e\uc9c0 \ubabb\ud55c \ud0a4: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=\ud30c\uc77c {1}\uc5d0\uc11c\uc758 \uad6c\ubb38 \ubd84\uc11d \uc624\ub958(PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=\ud30c\uc77c {1} \uc904 {3} \uc5f4 {2}\uc5d0\uc11c\uc758 \uad6c\ubb38 \ubd84\uc11d \uc624\ub958(PUBLIC {0})
-
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ko.properties
deleted file mode 100644
index 63e970c..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ko.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=\uae30\ubcf8 \uc2dc\uc2a4\ud15c
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=\uce90\uc2dc\ub41c \uac1d\uccb4 \ub85c\ub4dc \uc911...
-MSG_end_load_cache=\uce90\uc2dc\ub41c \uac1d\uccb4 \ub85c\ub4dc \uc911...\uc644\ub8cc.
-MSG_start_rewrite_cache=\uac1d\uccb4 \uce90\uc2dc \uc7ac\uc0dd\uc131 \uc911...
-MSG_end_rewrite_cache=\uac1d\uccb4 \uce90\uc2dc \uc7ac\uc0dd\uc131 \uc911...\uc644\ub8cc.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=\ud30c\uc77c \uc774\ubca4\ud2b8 {0}, \ud30c\uc77c {1}
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ko.properties
deleted file mode 100644
index 2012966..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ko.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=\ud30c\uc77c
-AdvancedOption.tooltip=\ud30c\uc77c
-FileAssociationsPanel.btnDefault.text=\uae30\ubcf8\uac12(&D)
-FileAssociationsPanel.btnDefault.tooltip=\uc120\ud0dd\ud55c \ud30c\uc77c \ud655\uc7a5\uc790 \uae30\ubcf8 \uc124\uc815 \ubcf5\uc6d0
-FileAssociationsPanel.btnDefault.AN=\uae30\ubcf8 \uc124\uc815 \ubcf5\uc6d0
-FileAssociationsPanel.btnDefault.AD=\uc120\ud0dd\ud55c \ud30c\uc77c \ud655\uc7a5\uc790 \uae30\ubcf8 \uc124\uc815 \ubcf5\uc6d0
-FileAssociationsPanel.btnDefaultIgnored.text=\uae30\ubcf8\uac12(&F)
-FileAssociationsPanel.btnDefaultIgnored.AN=\uae30\ubcf8 \ubb34\uc2dc\ub41c \ud30c\uc77c \ud328\ud134 \ubcf5\uc6d0
-FileAssociationsPanel.btnDefaultIgnored.AD=\uae30\ubcf8 \ubb34\uc2dc\ub41c \ud30c\uc77c \ud328\ud134 \ubcf5\uc6d0
-FileAssociationsPanel.btnNew.text=\uc0c8\ub85c \ub9cc\ub4e4\uae30(&N)
-FileAssociationsPanel.btnNew.AN=\uc0c8 \ud30c\uc77c \ud655\uc7a5\uc790 
-FileAssociationsPanel.btnNew.AD=\uc0c8 \ud30c\uc77c \ud655\uc7a5\uc790 
-FileAssociationsPanel.btnRemove.text=\uc81c\uac70(&R)
-FileAssociationsPanel.btnRemove.AN=\uc120\ud0dd\ud55c \ud30c\uc77c \ud655\uc7a5\uc790 \uc81c\uac70
-FileAssociationsPanel.btnRemove.AD=\uc120\ud0dd\ud55c \ud30c\uc77c \ud655\uc7a5\uc790 \uc81c\uac70
-FileAssociationsPanel.cbExtension.choose=< \ud655\uc7a5 \uc120\ud0dd >
-FileAssociationsPanel.cbExtension.AD=\ud30c\uc77c \ud655\uc7a5\uc790 
-FileAssociationsPanel.cbExtension.AN=\ud30c\uc77c \ud655\uc7a5\uc790 \ubaa9\ub85d
-FileAssociationsPanel.cbType.AN=\ud30c\uc77c \uc720\ud615 \ubaa9\ub85d
-FileAssociationsPanel.cbType.AD=\ud30c\uc77c \uc720\ud615 \ubaa9\ub85d
-FileAssociationsPanel.lblAssociatedAlso.text=\uc5f0\uacb0\ub41c \ud30c\uc77c:
-FileAssociationsPanel.lblAssociatedAlso.AN=\ud655\uc7a5\uc790\uc640 \uc5f0\uacb0\ub41c \ud30c\uc77c \uc720\ud615
-FileAssociationsPanel.lblAssociatedAlso.AD=\ud655\uc7a5\uc790\uc640 \uc5f0\uacb0\ub41c \ud30c\uc77c \uc720\ud615
-FileAssociationsPanel.lblExtension.text=\ud30c\uc77c \ud655\uc7a5\uc790(&E):
-FileAssociationsPanel.lblExtension.AN=\ud30c\uc77c \ud655\uc7a5\uc790 
-FileAssociationsPanel.lblExtension.AD=\ud30c\uc77c \ud655\uc7a5\uc790 \ubaa9\ub85d
-FileAssociationsPanel.lblType.text=\uc5f0\uacb0\ub41c \ud30c\uc77c \uc720\ud615(&T) (MIME):
-FileAssociationsPanel.lblType.AD=\uc5f0\uacb0\ub41c \ud30c\uc77c \uc720\ud615 \ubaa9\ub85d
-FileAssociationsPanel.lblType.AN=\uc5f0\uacb0\ub41c \ud30c\uc77c \uc720\ud615 \ubaa9\ub85d
-FileAssociationsPanel.lblFileAssociations.text=\ud30c\uc77c \ud638\ud658
-FileAssociationsPanel.lblFilesIgnored.text=IDE\uc5d0 \uc758\ud574 \ubb34\uc2dc\ub41c \ud30c\uc77c
-FileAssociationsPanel.lblPattern.text=\ubb34\uc2dc\ub41c \ud30c\uc77c \ud328\ud134(&I)
-FileAssociationsPanel.lblPattern.tooltip=\ubb34\uc2dc\ud560 \ud30c\uc77c\uc758 \uc815\uaddc \ud45c\ud604\uc2dd\uc785\ub2c8\ub2e4. \uc804\uccb4 \uc774\ub984\uc744 \uc9c0\uc815\ud574\uc57c \ud558\uba70 \uacbd\ub85c\ub294 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc544\ub3c4 \ub429\ub2c8\ub2e4. \ubb34\uc2dc\ud560 \ud30c\uc77c\uc774 \uc5c6\uc73c\uba74 \ube44\uc6cc\ub461\ub2c8\ub2e4.
-FileAssociationsPanel.lblPattern.AN=\ubb34\uc2dc\ub41c \ud30c\uc77c \ud328\ud134
-FileAssociationsPanel.lblPattern.AD=\ubb34\uc2dc\ud560 \ud30c\uc77c\uc758 \uc815\uaddc \ud45c\ud604\uc2dd\uc785\ub2c8\ub2e4. \uc804\uccb4 \uc774\ub984\uc744 \uc9c0\uc815\ud574\uc57c \ud558\uba70 \uacbd\ub85c\ub294 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc544\ub3c4 \ub429\ub2c8\ub2e4. \ubb34\uc2dc\ud560 \ud30c\uc77c\uc774 \uc5c6\uc73c\uba74 \ube44\uc6cc\ub461\ub2c8\ub2e4.
-FileAssociationsPanel.txtPatternError.AN=\ubb34\uc2dc\ub41c \ud30c\uc77c \ud328\ud134 \ubb38\ubc95\uc0c1 \uc624\ub958
-FileAssociationsPanel.txtPatternError.AD=\ubb34\uc2dc\ub41c \ud30c\uc77c\uc758 \uc815\uaddc \ud45c\ud604\uc2dd\uc5d0\uc11c \ubb38\ubc95\uc0c1 \uc5d0\ub7ec
-
-NewExtensionPanel.title=\uc0c8 \ud30c\uc77c \ud655\uc7a5\uc790 \uc785\ub825
-NewExtensionPanel.AD=\uc0c8 \ud30c\uc77c \ud655\uc7a5\uc790 \uc785\ub825
-NewExtensionPanel.lblExtension.text=\ud30c\uc77c \ud655\uc7a5\uc790(&E):
-NewExtensionPanel.lblExtension.AN=\ud30c\uc77c \ud655\uc7a5\uc790 
-NewExtensionPanel.lblExtension.AD=\ud30c\uc77c \ud655\uc7a5\uc790 
-
-OpenAsAction.name=\ub2e4\ub978 \uc774\ub984\uc73c\ub85c \uc5f4\uae30...
-OpenAsPanel.txtDescription.AN=\ud78c\ud2b8
-OpenAsPanel.txtDescription.AD=\ud78c\ud2b8
-OpenAsPanel.lblExtension.text={0} \ud30c\uc77c\ub85c \ucc98\ub9ac:
-OpenAsPanel.title=\ub2e4\ub978 \uc774\ub984\uc73c\ub85c \uc5f4\uae30...
-OpenAsPanel.open=\uc5f4\uae30
-OpenAsPanel.AD=\ud30c\uc77c \uc720\ud615 \uc120\ud0dd
-
-# display name for options export
-Files.Options.Export.displayName=\ud30c\uc77c
-OpenAsPanel.lblDescription.text=NetBeans\uc740 \uc774 \ud30c\uc77c \uc720\ud615\uc744 \uc54c\uc9c0 \ubabb\ud569\ub2c8\ub2e4. \uc774\ub7ec\ud55c \ud30c\uc77c \ucc98\ub9ac \ubc29\ubc95\uc744 \uc9c0\uc815\ud558\uc2ed\uc2dc\uc624.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ko.properties
deleted file mode 100644
index 21f7b9b..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ko.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=\uc77c\ubc18(&G)
-CTL_General_Options_Title=\uc77c\ubc18
-CTL_General_Options_Category=\uc77c\ubc18
-CTL_General_Options_Description=\uc77c\ubc18 \uc635\uc158, \ud504\ub85d\uc2dc \uc124\uc815, \ud3b8\uc9d1\uae30 \uc124\uc815
-CTL_Package_View_Type=Java \ud328\ud0a4\uc9c0 \ubcf4\uae30 \ud615\uc2dd:
-CTL_Flattern_Packages=\ubaa9\ub85d(&L)
-AN_Flattern_Packages=\ubaa9\ub85d
-AD_Flattern_Packages=\ubaa9\ub85d
-CTL_Tree_Packages=\ud2b8\ub9ac
-AN_Tree_Packages=\ud2b8\ub9ac
-AD_Tree_Packages=\ud2b8\ub9ac
-CTL_No_Proxy=\ud504\ub85d\uc2dc \uc5c6\uc74c(&N)
-AN_No_Proxy=\ud504\ub85d\uc2dc \uc5c6\uc74c
-AD_No_Proxy=\ud504\ub85d\uc2dc \uc5c6\uc74c
-CTL_Usage_Statistics=\uc0ac\uc6a9 \ud1b5\uacc4:
-AN_Usage_Statistics=\uc0ac\uc6a9 \ud1b5\uacc4
-AD_Usage_Statistics=\uc0ac\uc6a9 \ud1b5\uacc4
-CTL_Usage_Check=\uc775\uba85 \uc0ac\uc6a9 \ub370\uc774\ud130\ub97c \uc81c\uacf5\ud568\uc73c\ub85c\uc368 NetBeans IDE \ud5a5\uc0c1\uc744 \ub3c4\uc640\uc90d\ub2c8\ub2e4(&P)
-AN_Usage_Check=\uc775\uba85 \uc0ac\uc6a9 \ub370\uc774\ud130\ub97c \uc81c\uacf5\ud568\uc73c\ub85c\uc368 NetBeans IDE \ud5a5\uc0c1\uc744 \ub3c4\uc640\uc90d\ub2c8\ub2e4
-AD_Usage_Check=\uc775\uba85 \uc0ac\uc6a9 \ub370\uc774\ud130\ub97c \uc81c\uacf5\ud568\uc73c\ub85c\uc368 NetBeans IDE \ud5a5\uc0c1\uc744 \ub3c4\uc640\uc90d\ub2c8\ub2e4
-CTL_Usage_Info=<html>\uc0ac\uc6a9\ub7c9 \ud1b5\uacc4\ub97c \ud1b5\ud558\uc5ec \uc0ac\uc6a9\uc790\ub4e4\uc758 \uc694\uad6c\uc0ac\ud56d\uc744 \ubc1b\uc544\ub4dc\ub824 \ucc28\ud6c4 \ub9b4\ub9ac\uc988\uc2dc \ubc18\uc601\ub429\ub2c8\ub2e4. \uc800\ud76c\ub294 \uc808\ub300 \uc0ac\uc6a9\uc790\uc758 \ud504\ub85c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub370\uc774\ud130 \uc218\uc9d1 \ubc0f \ud30c\uae30\ub97c \ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.</html>
-AN_Usage_Info=\uc0ac\uc6a9 \ud1b5\uacc4 \uc815\ubcf4
-AD_Usage_Info=\uc6a9\ub7c9 \ud1b5\uacc4\ub97c \ud1b5\ud558\uc5ec \uc0ac\uc6a9\uc790\ub4e4\uc758 \uc694\uad6c\uc0ac\ud56d\uc744 \ubc1b\uc544\ub4dc\ub824 \ucc28\ud6c4 \ub9b4\ub9ac\uc988\uc2dc \ubc18\uc601\ub429\ub2c8\ub2e4. \uc800\ud76c\ub294 \uc808\ub300 \uc0ac\uc6a9\uc790\uc758 \ud504\ub85c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub370\uc774\ud130 \uc218\uc9d1 \ubc0f \ud30c\uae30\ub97c \ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>\ub354 \uc790\uc138\ud788</u></font></html>
-AN_Learn_More=\ub354 \uc790\uc138\ud788
-AD_Learn_More=\ub354 \uc790\uc138\ud788
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=\uc2dc\uc2a4\ud15c \ud504\ub85d\uc2dc \uc124\uc815 \uc0ac\uc6a9(&U)
-AN_Use_System_Proxy_Settings=\uc2dc\uc2a4\ud15c \ud504\ub85d\uc2dc \uc124\uc815 \uc0ac\uc6a9
-AD_Use_System_Proxy_Settings=\uc2dc\uc2a4\ud15c \ud504\ub85d\uc2dc \uc124\uc815 \uc0ac\uc6a9
-CTL_Use_HTTP_Proxy=\uc218\ub3d9 \ud504\ub85d\uc2dc \uc124\uc815(&M)
-AN_Use_HTTP_Proxy=HTTP \ud504\ub85d\uc2dc
-AD_Use_HTTP_Proxy=HTTP \ud504\ub85d\uc2dc
-AN_Web_Browser=\uc6f9 \ube0c\ub77c\uc6b0\uc800
-AD_Web_Browser=\uc6f9 \ube0c\ub77c\uc6b0\uc800
-AN_Host=\ud638\uc2a4\ud2b8
-AD_Host=\ud638\uc2a4\ud2b8
-AN_Port=\ud3ec\ud2b8
-AD_Port=\ud3ec\ud2b8
-AN_Update_Period=\uc5c5\ub370\uc774\ud2b8 \uae30\uac04
-AD_Update_Period=\uc5c5\ub370\uc774\ud2b8 \uae30\uac04
-AN_Ask_Before_Check=\uac80\uc0ac \uc804 \ud655\uc778
-AD_Ask_Before_Check=\uac80\uc0ac \uc804 \ud655\uc778
-Line_Numbers=\uc904 \ubc88\ud638(&L)
-Antialiasing=\uc548\ud2f0\ubcc4\uce6d:
-Text_Antialiasing=\uc548\ud2f0\ubcc4\uce6d \uc0ac\uc6a9
-Toolbar=\ub3c4\uad6c \ubaa8\uc74c(&T)
-Package_View=\ud328\ud0a4\uc9c0 \ubdf0
-SDI_Window_Mode=SDI \ucc3d \ubaa8\ub4dc
-MDI_Window_Mode=MDI \ucc3d \ubaa8\ub4dc
-Tree_View=\ud2b8\ub9ac \ubdf0
-Default_System_Browser=<\uae30\ubcf8 \ube0c\ub77c\uc6b0\uc800>
-Swing_HTML_Browser=Swing \ube0c\ub77c\uc6b0\uc800
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=\uc77c\ubc18
-CTL_Web_Browser=\uc6f9 \ube0c\ub77c\uc6b0\uc800(&W):
-Confirm_Delete=\uc0ad\uc81c \ud655\uc778(&C):
-CTL_Web_Proxy=\ud504\ub85d\uc2dc \uc124\uc815:
-CTL_Proxy_Settings=\ud504\ub85d\uc2dc
-CTL_Proxy_Port=\ud3ec\ud2b8(&R)\:
-CTL_Proxy_Host=HTTP \ud504\ub85d\uc2dc(&X)\:
-Code_Folding=\ucf54\ub4dc \ud3f4\ub529:
-Show=\ud45c\uc2dc:
-Editor=\uc5d0\ub514\ud130
-CTL_Check_Period=\uae30\uac04 \ud655\uc778(&D):
-CTL_Ask_Before_Check=\uac80\uc0ac \uc804 \ud655\uc778(&B):
-CTL_Auto_Update=\uc790\ub3d9 \uc5c5\ub370\uc774\ud2b8
-Use_Folding=\ucf54\ub4dc \ud3f4\ub529 \uc0ac\uc6a9(&U)
-Fold_Methods=\uba54\uc18c\ub4dc \ud3f4\ub529(&M)
-Fold_Classes=\ub0b4\ubd80 \ud074\ub798\uc2a4 \ud3f4\ub529(&D)
-Fold_Imports=\uac00\uc838\uc624\uae30 \ud3f4\ub529(&S)
-Fold_JavaDoc=&Javadoc \uc124\uba85 \ud3f4\ub529
-Fold_Licence=\ucd08\uae30 \uc124\uba85 \ud3f4\ub529(&O)
-Auto_Popup=\uc790\ub3d9 \ud31d\uc5c5:
-Auto_Popup_Completion=\uc644\uc131 \ucc3d
-Auto_Popup_JavaDoc=Javadoc \ucc3d
-CTL_Update_every_startup=\uc2dc\uc791 \uc2dc\ub9c8\ub2e4
-CTL_Update_every_day=\ub9e4\uc77c
-CTL_Update_every_week=\ub9e4\uc8fc
-CTL_Update_every_2weeks=\uaca9\uc8fc
-CTL_Update_every_month=\ub9e4\uc6d4
-CTL_Update_never=\uc548 \ud568
-CTL_Default_System_Browser=\uae30\ubcf8 \uc2dc\uc2a4\ud15c \ube0c\ub77c\uc6b0\uc800
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=\ub0b4\ubd80 \ube0c\ub77c\uc6b0\uc800
-
-
-
-
-AN_NonProxy=\ud504\ub85d\uc2dc \uc5c6\uc74c
-
-AD_NonProxy=\ud504\ub85d\uc2dc \uc5c6\uc74c
-
-CTL_Non_Proxy=\ud504\ub85d\uc2dc \uc5c6\uc74c(&Y)\:
-
-Non_Proxy_Hint=(e.g. localhost, *.netbeans.org, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=\uc790\uc138\ud788(&O)...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=\uace0\uae09 \ud504\ub85d\uc2dc \uc124\uc815
-LBL_GeneralOptionsPanel_bMoreProxy.AD=\uace0\uae09 \ud504\ub85d\uc2dc \uc124\uc815 \uc5f4\uae30
-
-LBL_GeneralOptionsPanel_PortError=\ud3ec\ud2b8 \ubc88\ud638\ub294 \ubc18\ub4dc\uc2dc \uc815\uc218\uac12\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4.
-
-LBL_GeneralOptionsPanel_lWebProxy=\ud504\ub85d\uc2dc \uc124\uc815\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP \ud504\ub85d\uc2dc(&P)\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(e.g. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=\ud3ec\ud2b8(&O)\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=\ud3ec\ud2b8(&R)\:
-
-LBL_AdvancedProxyPanel_lSocksPort=\ud3ec\ud2b8(&T)\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=HTTP \ud504\ub85d\uc2dc(&H)\:
-
-LBL_AdvancedProxyPanel_lSocksHost=SOCKS \ud504\ub85d\uc2dc(&S)\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=\ud504\ub85d\uc2dc \ud638\uc2a4\ud2b8 \uc5c6\uc74c(&X)\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=\ud504\ub85d\uc2dc \uc778\uc99d \uc694\uad6c(&Q)
-
-LBL_AdvancedProxyPanel_lUserName=\uc0ac\uc6a9\uc790 \uc774\ub984(&U)\:
-
-LBL_AdvancedProxyPanel_lUserPassword=\ube44\ubc00\ubc88\ud638(&W)\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=\ubaa8\ub4e0 \ud504\ub85c\ud1a0\ucf5c\uc5d0 \ub3d9\uc77c \ud504\ub85d\uc2dc \uc124\uc815 \uc0ac\uc6a9(&A)
-
-LBL_AdvancedProxyPanel_Title=\uace0\uae09 \ud504\ub85d\uc2dc \uc635\uc158
-LBL_AdvancedProxyPanel_PortError=\ud3ec\ud2b8 \ubc88\ud638\ub294 \ubc18\ub4dc\uc2dc \uc815\uc218\uac12\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4.
-GeneralOptionsPanel.rbUseSystemProxy.text=\uc2dc\uc2a4\ud15c \ud504\ub85d\uc2dc \uc124\uc815 \uc0ac\uc6a9(&U)
-GeneralOptionsPanel.lWebBrowser.text=\uc6f9 \ube0c\ub77c\uc6b0\uc800(&W)\:
-GeneralOptionsPanel.rbNoProxy.text=\ud504\ub85d\uc2dc \uc5c6\uc74c(&N)
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=\ud574\ub2f9 \uc5c6\uc74c
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=\ud574\ub2f9 \uc5c6\uc74c
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=\ud574\ub2f9 \uc5c6\uc74c
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=\ud574\ub2f9 \uc5c6\uc74c
-
-ACD_AdvancedProxyPanel_tfSocksHost=\ud574\ub2f9 \uc5c6\uc74c
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=\ud574\ub2f9 \uc5c6\uc74c
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=\ud574\ub2f9 \uc5c6\uc74c
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=\ud574\ub2f9 \uc5c6\uc74c
-
-ACD_AdvancedProxyPanel_tfSocksPort=\ud574\ub2f9 \uc5c6\uc74c
-
-ACD_AdvancedProxyPanel_tfUserName=\ud574\ub2f9 \uc5c6\uc74c
-
-ACD_AdvancedProxyPanel_pfUserPassword=\ud574\ub2f9 \uc5c6\uc74c
-
-ACD_AdvancedProxyPanel=\ud574\ub2f9 \uc5c6\uc74c
-
-LBL_WebBrowsersPanel_Title=\uc6f9 \ube0c\ub77c\uc6b0\uc800
-LBL_ExternalBrowser_Name=\uc678\ubd80 \ube0c\ub77c\uc6b0\uc800
-WebBrowsersPanel.nameLabel.text=\uc774\ub984(N)\:
-WebBrowsersPanel.executableLabel.text=\uc2e4\ud589 \ud30c\uc77c\:
-WebBrowsersPanel.parametersLabel.text=\ud30c\ub77c\ubbf8\ud130\:
-WebBrowsersPanel.browseButton.text=\ucc3e\uc544\ubcf4\uae30(R)...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=\ucd94\uac00...
-WebBrowsersPanel.removeButton.text=\uc81c\uac70
-WebBrowsersPanel.browsersLabel.text=\uc6f9 \ube0c\ub77c\uc6b0\uc800\:
-GeneralOptionsPanel.editBrowserButton.text=\ud3b8\uc9d1(&E)...
-GeneralOptionsPanel.editBrowserButton.AD=\uc6f9 \ube0c\ub77c\uc6b0\uc800 \ud3b8\uc9d1
-GeneralOptionsPanel.editBrowserButton.AN=\uc6f9 \ube0c\ub77c\uc6b0\uc800 \ud3b8\uc9d1
-WebBrowsers_URL_Hint=\uc6f9 \ube0c\ub77c\uc6b0\uc800 \uc2e4\ud589\ud6c4 \uc774\ub3d9\ud560 URL\: {URL} \
-
-ACS_WebBrowsersList=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uc6f9 \ube0c\ub77c\uc6b0\uc800 \ubaa9\ub85d
-ACS_AddWebBrowserButton=\uc0c8 \uc6f9 \ube0c\ub77c\uc6b0\uc800 \ucd94\uac00
-ACS_RemoveWebBrowserButton=\uc120\ud0dd\ub41c \uc6f9 \ube0c\ub77c\uc6b0\uc800 \uc81c\uac70
-ACS_BrowserNameField=\uc6f9 \ube0c\ub77c\uc6b0\uc800 \uc774\ub984
-ACS_BrowserExecutableField=\uc6f9 \ube0c\ub77c\uc6b0\uc800 \uc2e4\ud589 \ud30c\uc77c
-ACS_BrowserParametersField=\uc6f9 \ube0c\ub77c\uc6b0\uc800 \uc2e4\ud589 \ud30c\uc77c \ud30c\ub77c\ubbf8\ud130
-ACS_BrowseExecutableButton=\uc6f9 \ube0c\ub77c\uc6b0\uc800 \uc2e4\ud589 \ud30c\uc77c \ucc3e\uae30
-WebBrowsersOptionsPanel.browsersLabel.text=\uc6f9 \ube0c\ub77c\uc6b0\uc800(&W)\:
-WebBrowsersOptionsPanel.addButton.text=\ucd94\uac00(&D)...
-WebBrowsersOptionsPanel.removeButton.text=\uc81c\uac70(&R)
-WebBrowsersOptionsPanel.nameLabel.text=\uc774\ub984(&N)\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=\uc6f9 \ube0c\ub77c\uc6b0\uc800
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=\ube0c\ub77c\uc6b0\uc800 \ubaa9\ub85d
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=\uc6f9 \ube0c\ub77c\uc6b0\uc800 \ubaa9\ub85d
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=\ubc84\ud2bc \ucd94\uac00
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=\uc81c\uac70 \ubc84\ud2bc
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=\ube0c\ub77c\uc6b0\uc800 \uc774\ub984
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=\ube0c\ub77c\uc6b0\uc800 \uc774\ub984
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=\ube0c\ub77c\uc6b0\uc800 \uc774\ub984
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=\uc6f9 \ube0c\ub77c\uc6b0\uc800
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=\uc6f9 \ube0c\ub77c\uc6b0\uc800
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>\uc9c1\uc811 \uc5f0\uacb0.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=\ud504\ub85d\uc2dc, \uc77c\ubc18 \uc635\uc158
-
-# Display name for options export
-General.Options.Export.Category.displayName=\uc77c\ubc18
-General.Options.Export.displayName=\uc77c\ubc18
-Other.Options.Export.displayName=\uba85\uc2dc\ub418\uc9c0 \uc54a\uc740 \uac12 \uc804\ubd80
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ko.properties
deleted file mode 100644
index d4c9ec4..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ko.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\ucf54\uc5b4 - UI
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\ud50c\ub7ab\ud3fc\uc758 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\ud50c\ub7ab\ud3fc\uc758 \ud45c\uc900 \uae30\ubcf8 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4 \ubc0f\ud50c\ub7ab\ud3fc \uc704\uc5d0 \uad6c\ucd95\ub41c \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc744 \uc704\ud55c \ud074\ub798\uc2a4 \ubc0f \uc790\uc6d0\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.
-
-Actions=\uc791\uc5c5
-Actions/Edit=\ud3b8\uc9d1
-Actions/Help=\ub3c4\uc6c0\ub9d0
-Actions/System=\uc2dc\uc2a4\ud15c
-Actions/Tools=\ub3c4\uad6c
-Actions/View=\ubdf0
-Actions/Window/SelectDocumentNode=\ubb38\uc11c \uc120\ud0dd
-Menu=\uba54\ub274 \ubaa8\uc74c
-Menu/Edit=\ud3b8\uc9d1(&E)
-Menu/File=\ud30c\uc77c(&F)
-Menu/GoTo=\ud0d0\uc0c9(&N)
-Menu/Help=\ub3c4\uc6c0\ub9d0(&H)
-Menu/Tools=\ub3c4\uad6c(&T)
-Menu/View=\ubcf4\uae30(&V)
-Menu/Window/SelectDocumentNode=\ubb38\uc11c \uc120\ud0dd(&N)
-Services/Browsers=\uc6f9 \ube0c\ub77c\uc6b0\uc800
-Templates/Privileged=\uad8c\ud55c \uc788\uc74c
-Templates/Recent=\ucd5c\uadfc
-Templates/Services/Browsers=\uc6f9 \ube0c\ub77c\uc6b0\uc800
-Toolbars=\ub3c4\uad6c \ubaa8\uc74c
-Toolbars/Clipboard=\ud074\ub9bd\ubcf4\ud2b8(&P)
-Toolbars/UndoRedo=\uc2e4\ud589\ucde8\uc18c/\ub2e4\uc2dc\uc2e4\ud589(&U)
-Toolbars/File=\ud30c\uc77c(&F)
-Toolbars/Memory=\uba54\ubaa8\ub9ac(&M)
-Toolbars/Standard.xml=\ucf54\ub529
-UI/Services=\uc635\uc158
-
-ProgressDisplayName_FileSystemRefresh=\ud30c\uc77c\uc744 \uc0c8\ub85c \uace0\uce58\ub294 \uc911
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_ko.properties
deleted file mode 100644
index 901c9b4..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_ko.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=\uc0d8\ud50c IDE \uc2dc\uc791
-SelfSamplerAction_ActionNameStop=\uc0d8\ud50c\uc744 \uc911\uc9c0\ud558\uace0 \uc2a4\ub0c5\uc0f7 \ucc0d\uae30
-SelfSamplerAction_ActionDescription=\uc2a4\ub808\ub4dc \ub364\ud504\uc5d0 \uae30\ubc18\ud55c \uc2a4\ub0c5\uc0f7\uc744 \ucc0d\uc2b5\ub2c8\ub2e4
-SelfSamplerAction_ThreadName=IDE \uc140\ud504 \uc0d8\ud50c\ub7ec
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=\uc2a4\ub0c5\uc0f7\uc774 {0}\uc5d0 \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-Save_Progress=\uc2a4\ub0c5\uc0f7 \uc800\uc7a5\uc911
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ko.properties
deleted file mode 100644
index 3d5ddf9..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ko.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=\uc2dc\uc2a4\ud15c \uc5f4\uae30
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ko.properties
deleted file mode 100644
index 55f8145..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ko.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=\ucd1d \uc2e4\uc81c \uba54\ubaa8\ub9ac {0}
-
-
-#LOG_WINDOW_ACTIVATED=\uc8fc \ucc3d\uc774 \ud65c\uc131\ud654\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc0c8\ub85c \uace0\uce58\ub294\ub370 {0} ms \uac78\ub838\uc2b5\ub2c8\ub2e4
-#LOG_WINDOW_DEACTIVATED=\uc8fc \ucc3d\uc774 \ube44\ud65c\uc131\ud654\ub418\uc5c8\uc2b5\ub2c8\ub2e4
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Checking for external changes
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=\uc77c\uc2dc \uc911\uc9c0\ub428
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ko.properties
deleted file mode 100644
index 42350b0..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ko.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<\uc791\uc5c5 \uacf5\uac04\ub9cc>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ko.properties
deleted file mode 100644
index 7ac2d04..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ko.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=\ubb38\uc11c \ubcf5\uc81c(&L)
-# CloseWindowAction
-CTL_CloseWindowAction=\ucc3d \ub2eb\uae30(&C)
-
-CTL_RecentViewListAction=\uc774\uc804 \ubb38\uc11c\ub85c \uc774\ub3d9(&R)
-CTL_SwitchToRecentDocumentAction=\ud3b8\uc9d1\uae30(&E)
-
-CTL_CloseAllDocumentsAction=\ubaa8\ub4e0 \ubb38\uc11c \ub2eb\uae30(&A)
-
-# UndockAction
-CTL_UndockWindowAction=\ucc3d \uc7a0\uae08 \ud574\uc81c(&U)
-CTL_UndockWindowAction_Dock=\ucc3d \uc7a0\uae08(&K)
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=\ubaa8\ub4e0 \ubb38\uc11c \ub2eb\uae30
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=\ucc3d \ucd5c\uc18c\ud654
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=\ucc3d \ub2eb\uae30
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=\ub2e4\ub978 \ubb38\uc11c \ub2eb\uae30
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=\ubb38\uc11c \uc800\uc7a5
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=\ubb38\uc11c \ubcf5\uc81c
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=\ub2e4\ub978 \ubb38\uc11c \ubaa8\ub450 \ub2eb\uae30(&M)
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=\ucc3d \ucd5c\ub300\ud654(&Z)
-CTL_UnmaximizeWindowAction=\ucc3d \ubcf5\uc6d0
-
-# DocumentsAction
-CTL_DocumentsAction=\ubb38\uc11c(&D)...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=\ub3c4\uad6c \ubaa8\uc74c(&T)
-
-# NextTabAction
-CTL_NextTabAction=\ub2e4\uc74c \ud0ed
-# PreviousTabAction
-CTL_PreviousTabAction=\uc774\uc804 \ud0ed
-
-CTL_ToggleFullScreenAction=\uc804\uccb4 \ud654\uba74(&F)
-
-# ResetWindowsAction
-CTL_ResetWindows=\ucc3d \ucd08\uae30\ud654(&W)
-
-LBL_ToggleWindowTransparencyAction=\ucc3d \ud22c\uba85\ud654
-LBL_WindowTransparencyHint=\ucd5c\uc18c\ud654\ub41c \ucc3d\uc744 \ud22c\uba85\ud558\uac8c \ub9cc\ub4dc\ub824\uba74 [Ctrl+NumPad 0] \ud0a4\ub97c \ub204\ub978 \ud6c4 \uc7a1\uace0 \uacc4\uc2ed\uc2dc\uc624.
-
-# Properties
-GlobalProperties=\ub4f1\ub85d \uc815\ubcf4(&R)
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ko.properties
deleted file mode 100644
index be6280e..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ko.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=\ubaa8\uc591\uc0c8
-AdvancedOption_Tooltip_WinSys=\uc708\ub3c4\uc6b0 \uc2dc\uc2a4\ud15c \uad00\ub828 \uc635\uc158
-
-IsAlphaFloatingTooltip=\ube44\ud65c\uc131 \uc774\ub3d9\uc2dd \ucc3d\uc744 \uc7a0\uc2dc\ud6c4 \ubc18\ud22c\uba85\ud558\uac8c \ub9cc\ub4ed\ub2c8\ub2e4
-
-IsDragWindowTooltip=\ucc3d\uc744 \ub4dc\ub798\uadf8\uc564 \ub4dc\ub86d\ud558\ub294 \ub3d9\uc548 \ucc3d \uc774\ubbf8\uc9c0\ub97c \ud22c\uba85\ud558\uac8c \ud569\ub2c8\ub2e4
-IsAlphaDragTooltip=\ucc3d \uc774\ubbf8\uc9c0 \ub04c\uae30\uc5d0\uc11c \ud22c\uba85\ub3c4\ub97c \uc9c0\uc6d0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4
-
-IsSnapScreenEdgesTooltip=\ud654\uba74 \uac00\uc7a5\uc790\ub9ac\ub85c \uc774\ub3d9\uc2dd \ucc3d\uc744 \ub9de\ucd9c \uc218 \uc788\uc2b5\ub2c8\ub2e4
-IsSnappingTooltip=\ubcf4\ub2e4 \uc26c\uc6b4 \ub808\uc774\uc544\uc6c3 \ucc98\ub9ac\ub97c \uc704\ud574 \uc774\ub3d9\uc2dd \ucc3d \uc790\ub3d9 \ub9de\ucda4\uc744 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4
-
-NoAlphaSupport=\ucc3d \ud22c\uba85\ub3c4\ub294 OS\uc5d0\uc11c \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4
-LBL_DragWindowImage=\ucc3d \uc774\ubbf8\uc9c0 \ub04c\uae30
-LBL_TransparentDragWindow=\ud22c\uba85 \ub4dc\ub798\uadf8 \uc708\ub3c4\uc6b0 \uc774\ubbf8\uc9c0
-LBL_TransparentFloatingWindows=\ud22c\uba85 \uc774\ub3d9\uc2dd \ucc3d
-LBL_SnapFloatingWindows=\uc774\ub3d9\uc2dd \ucc3d \ub9de\ucd94\ub294 \uc911
-LBL_SnapToScreenEdges=\ud654\uba74 \uac00\uc7a5\uc790\ub9ac\uc5d0 \ub9de\ucda4
-LBL_CloseActivatesRecentDocument=\ucd5c\uadfc\uc5d0 \ubb38\uc11c\ub97c \ud65c\uc131\ud654 \ub2eb\uae30
-TIP_CloseActivatesMostRecentDocument=\ubb38\uc11c\ub97c \ub2eb\uc73c\uba74 \uc778\uc811\ud55c \ubb38\uc11c \ub300\uc2e0 \uac00\uc7a5 \ucd5c\uadfc \ubb38\uc11c\uac00 \ud65c\uc131\ud654 \ub429\ub2c8\ub2e4
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=\ubb38\uc11c\ub97c \ub2eb\uc73c\uba74 \uac00\uc7a5 \ucd5c\uadfc \ubb38\uc11c\uac00 \ud65c\uc131\ud654 \ub429\ub2c8\ub2e4
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ko.properties
deleted file mode 100644
index 806087c..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ko.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=\ucc3d \uad00\ub9ac\uc790 {0}\uc758 \uad6c\uc131\uc744 \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-EXC_GroupParse=\uadf8\ub8f9 {0}\uc758 \uad6c\uc131\uc744 \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-EXC_TCGroupParse=TCGroup {0}\uc758 \uad6c\uc131\uc744 \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-EXC_TCRefParse=TCRef {0}\uc758 \uad6c\uc131\uc744 \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-EXC_ModeParse=\ubaa8\ub4dc {0}\uc758 \uad6c\uc131\uc744 \uad6c\ubb38 \ubd84\uc11d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# PersistenceManager
-EXC_RootFolder=\ub8e8\ud2b8 \ud3f4\ub354 {0}\uc744(\ub97c) \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-EXC_CompsFolder=\ud3f4\ub354 {0}\uc758 \uad6c\uc131 \uc694\uc18c\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-EXC_GroupsFolder=\uadf8\ub8f9 \ud3f4\ub354 {0}\uc744(\ub97c) \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-EXC_ModesFolder=\ubaa8\ub4c8 \ud3f4\ub354 {0}\uc744(\ub97c) \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=\ucd5c\uc0c1\uc704 \uad6c\uc131 \uc694\uc18c {0}\uc744(\ub97c) \ucc3e\uc9c0 \ubabb\ud588\uac70\ub098 'Components' \ud3f4\ub354\uc5d0\uc11c \ub85c\ub4dc\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-EXC_CannotSaveTCSettings=\ucd5c\uc0c1\uc704 \uad6c\uc131 \uc694\uc18c {0}\uc758 \uc124\uc815\uc744 \uc800\uc7a5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-EXC_CopyFails=\uad6c\uc131 \uc694\uc18c \uc124\uc815 \ud30c\uc77c\uc744 \ud3f4\ub354 {0}(\uc73c)\ub85c \ubcf5\uc0ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} TopComponent name
-FMT_TCWriteError=\uc9c1\ub82c\ud654 \ubb38\uc81c \ub54c\ubb38\uc5d0 \uad6c\uc131 \uc694\uc18c {0}\uc744(\ub97c) \uc800\uc7a5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-FMT_TCReadError=\uc9c1\ub82c\ud654 \ud574\uc81c \ubb38\uc81c \ub54c\ubb38\uc5d0 \uad6c\uc131 \uc694\uc18c {0}\uc744(\ub97c) \uc5f4\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ko.properties
deleted file mode 100644
index b2a6726..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ko.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\ucf54\uc5b4 - \ucc3d
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\ucc3d \uae30\ubc18 \uc9c0\uc6d0 \uad6c\ud604\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=API\uc758 \ucc3d \uc2dc\uc2a4\ud15c \ubd80\ubd84\uc744 \uad6c\ud604\ud558\ub294 \ud074\ub798\uc2a4\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4.
-
-Actions/Window=\ucc3d
-Menu/Window=\ucc3d(&W)
-
-# Options export
-Toolbars.Options.Export.displayName=\ub3c4\uad6c \ubaa8\uc74c
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ko.properties
deleted file mode 100644
index 1253ea3..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ko.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=\ud655\uc778
-CancelButton=\ucde8\uc18c(C)
-CloseButton=\ub2eb\uae30
-# HelpButton=Help
-YesButton=\uc608
-NoButton=\uc544\ub2c8\uc694
-# ApplyButton=Apply
-DetailsButton=\uc138\ubd80 \uc815\ubcf4
-# ButtoBarButoo
-CTL_Button=\ubc84\ud2bc
-
-# FileSelector
-CTL_FileSelectorOkButton=\ud655\uc778
-CTL_FileSelectorCancelButton=\ucde8\uc18c
-ACSD_FileSelectorOkButton=\ud655\uc778
-ACSD_FileSelectorCancelButton=\ucde8\uc18c
-ACSD_FileSelectorDialog=\ud30c\uc77c \uc120\ud0dd\uae30 \ub300\ud654 \uc0c1\uc790
-ACSN_FileSelectorTreeView=\ud2b8\ub9ac \ubdf0
-ACSD_FileSelectorTreeView=\ud30c\uc77c \uc120\ud0dd\uae30\uc758 \ud2b8\ub9ac \ubdf0
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=\uc0ac\uc6a9\uc790 \uc815\uc758\uc790 \ub300\ud654 \uc0c1\uc790
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=\ub2eb\uae30(O)
-CANCEL_OPTION_CAPTION=\ucde8\uc18c
-HELP_OPTION_CAPTION=\ub3c4\uc6c0\ub9d0(&H)
-NO_OPTION_CAPTION=\uc544\ub2c8\uc694
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=\uc608
-ACS_YES_OPTION_NAME=\uc608
-ACS_YES_OPTION_DESC=\uc608 \ubc84\ud2bc
-# - {0} message
-ACSD_ErrorMessage=\uc624\ub958: {0}
-ACSD_WarningMessage=\uacbd\uace0: {0}
-ACSD_QuestionMessage=\uc9c8\ubb38 {0}
-ACSD_InformationMessage=\uc815\ubcf4 {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=\ucde8\uc18c
-ACS_CANCEL_OPTION_DESC=\ucde8\uc18c \ubc84\ud2bc
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=\ud655\uc778 \ubc84\ud2bc
-
-ACS_NO_OPTION_NAME=\uc544\ub2c8\uc694
-ACS_NO_OPTION_DESC=\uc544\ub2c8\uc694 \ubc84\ud2bc
-
-ACS_HELP_OPTION_NAME=\ub3c4\uc6c0\ub9d0
-ACS_HELP_OPTION_DESC=\ub3c4\uc6c0\ub9d0 \ubc84\ud2bc
-
-ACS_CLOSED_OPTION_NAME=\ub2eb\uae30(O)
-ACS_CLOSED_OPTION_DESC=\ub2eb\uae30 \ubc84\ud2bc
-
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ko.properties
deleted file mode 100644
index 602bad3..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ko.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=\uc5d0\ub514\ud130
-
-# MainWindow
-ACSD_MainWindow=\uba54\uc778 \ucc3d
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=\ubb38\uc11c:(&D)
-LBL_Description=\uc124\uba85:(&T)
-LBL_Activate=\ubb38\uc11c \uc804\ud658(&T)
-LBL_CloseDocuments=\ubb38\uc11c \ub2eb\uae30(&L)
-LBL_SaveDocuments=\ubb38\uc11c \uc800\uc7a5(&S)
-LBL_Close=\ub2eb\uae30(&C)
-
-ACSD_Activate=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_CloseDocuments=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_SaveDocuments=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_Close=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_ListView=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_DescriptionArea=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_DocumentsDialog=\ud574\ub2f9 \uc5c6\uc74c
-
-CTL_DocumentsTitle=\ubb38\uc11c
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - \uc5d0\ub514\ud130
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=\ub4f1\ub85d \uc815\ubcf4
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#\ub4f1\ub85d \uc815\ubcf4 \uc5c6\uc74c |1#{1} - \ub4f1\ub85d \uc815\ubcf4|2#\uc5ec\ub7ec \uac1d\uccb4 - \ub4f1\ub85d \uc815\ubcf4}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#\ub4f1\ub85d \uc815\ubcf4|1#{1} - \ub4f1\ub85d \uc815\ubcf4|2#\uc5ec\ub7ec \uac1d\uccb4 - \ub4f1\ub85d \uc815\ubcf4}
-ACSN_PropertiesSheet=\ub4f1\ub85d \uc815\ubcf4 \uc2dc\ud2b8
-ACSD_PropertiesSheet=\ubdf0\uc5d0\uc11c\ub294 \ud574\ub2f9 \ub178\ub4dc\uc758 \ub4f1\ub85d \uc815\ubcf4\ub97c \ud45c\uc2dc\ud569\ub2c8\ub2e4.
-EXC_CannotLoadNodes=\ub4f1\ub85d \uc815\ubcf4 \uc2dc\ud2b8\uc5d0 \ub178\ub4dc\ub97c \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ub354 \uc774\uc0c1 \uc874\uc7ac\ud558\uc9c0 \uc54a\ub294 \uac83 \uac19\uc2b5\ub2c8\ub2e4.
-
diff --git a/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ko.properties
deleted file mode 100644
index 9cd0e63..0000000
--- a/l10n/src/ko/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ko.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=\uc791\uc740 \ud234\ubc14 \uc544\uc774\ucf58(&S)
-
-# ToolbarLayout
-EXC_wrongConstraints=\ub808\uc774\uc544\uc6c3\uc5d0 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: ToolbarConstraints\ub97c \uc0ac\uc6a9\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4
-
-CTL_CustomizeToolbars=\uc0ac\uc6a9\uc790\ud654(&C)...
-
-#New Toolbar Button label
-CTL_NewToolbar=\uc0c8\ub85c\uc6b4 \ud234\ubc14(&N)...
-
-#Small Icons Checkbox
-CTL_SmallIcons=\uc791\uc740 \ud234\ubc14 \uc544\uc774\ucf58(&S)
-
-#Drag and Drop hint
-CTL_TreeLabel=\ud56d\ubaa9\uc744 \ub3c4\uad6c \ubaa8\uc74c\uc73c\ub85c \ub04c\uac70\ub098 \ub3c4\uad6c \ubaa8\uc74c\uc5d0\uc11c \ub04c\uc5b4\uc640 \ucd94\uac00\ud558\uac70\ub098 \uc81c\uac70\ud569\ub2c8\ub2e4...
-
-LBL_PleaseWait=\uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2ed\uc2dc\uc624...
-
-#Close customizer button
-CTL_Close=\ub2eb\uae30(&C)
-
-#Customizer dialog window title
-CustomizerTitle=\ub3c4\uad6c \ubaa8\uc74c \uc0ac\uc6a9\uc790 \uc815\uc758
-
-ACSD_ActionsTree=\uc5ec\uae30\uc5d0\uc11c \ud56d\ubaa9\uc744 \ub3c4\uad6c \ubaa8\uc74c\uc73c\ub85c \ub055\ub2c8\ub2e4.
-ACSN_ActionsTree=\uc791\uc5c5 \ud480
-
-ACSN_ActionsScrollBar=\uc791\uc5c5 \ud480 \uc2a4\ud06c\ub864 \ub9c9\ub300
-ACSD_ActionsScrollBar=\uc791\uc5c5 \ud480 \uc2a4\ud06c\ub864 \ub9c9\ub300
-
-ACSD_ToolbarCustomizer=\ub3c4\uad6c \ubaa8\uc74c \uc0ac\uc6a9\uc790 \uc815\uc758\uc790
-
-ACSD_Close=\ub2eb\uae30 \ubc84\ud2bc
-ACSD_NewToolbar=\uc0c8 \ub3c4\uad6c \ubaa8\uc74c \ubc84\ud2bc
-
-ACSD_SmallIcons=\uc791\uc740 \uc544\uc774\ucf58 \ud655\uc778\ub780
-
-CTL_ResetToolbarsAction=\ud234\ubc14 \ucd08\uae30\ud654(&T)
-CTL_ResetToolbarsButton=\ud234\ubc14 \ucd08\uae30\ud654(&T)
-
-
-
-PROP_newToolbarLabel=\uc774\ub984(&N):
-PROP_newToolbarDialog=\uc0c8 \ub3c4\uad6c \ubaa8\uc74c
-PROP_newToolbar=\ub3c4\uad6c \ubaa8\uc74c
-MSG_ToolbarExists=\ub3c4\uad6c \ubaa8\uc74c {0}\uc774(\uac00) \uc774\ubbf8 \uc788\uc2b5\ub2c8\ub2e4.
-
-
diff --git a/l10n/src/ko/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ko.properties
deleted file mode 100644
index 4da4318..0000000
--- a/l10n/src/ko/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ko.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=\ud06c\uae30\ub294 \uc74c\uc218\uac00 \ub420 \uc218 \uc5c6\uc74c
-CTL_InvalidValue=\uc798\ubabb\ub41c \uac12\uc774 \uc785\ub825\ub428
-CTL_InvalidValueWithParam=\uc798\ubabb\ub41c \uac12{0}\uc774 \uc785\ub825\ub428
-CTL_InvalidValueWithExc=\uc798\ubabb\ub41c \uac12\uc774 \uc785\ub825\ub428. \n\uc6d0\uc778: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue={0}\uc758 \uac12\uc740 {1} \ud615\uc2dd\uc774 \ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4.
-
-#ColorEditor
-CTL_AWTPalette=AWT \ud314\ub808\ud2b8
-CTL_SwingPalette=Swing \ud314\ub808\ud2b8
-CTL_SystemPalette=\uc2dc\uc2a4\ud15c \ud314\ub808\ud2b8
-ACSD_CustomColorEditor=\ud574\ub2f9\uc0ac\ud56d\uc5c6\uc2b4
-FMT_IllegalEntry=\"{0}\"\uc740(\ub294) \uc720\ud6a8\ud55c \uc0c9\uc0c1 \uc2dd\ubcc4\uc790\uac00 \uc544\ub2d9\ub2c8\ub2e4.  Swing \ub610\ub294 AWT \uc0c1\uc218\ub97c \uc785\ub825\ud558\uac70\ub098 RGB \uac12\uc744 \uc785\ub825\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
-
-# ColorEditor:AWT color names
-LAB_White=white
-LAB_LightGray=lightGray
-LAB_Gray=gray
-LAB_DarkGray=darkGray
-LAB_Black=black
-LAB_Red=red
-LAB_Pink=pink
-LAB_Orange=orange
-LAB_Yellow=yellow
-LAB_Green=green
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=blue
-# ColorEditor: system color names
-LAB_ActiveCaption=\ud65c\uc131 \ucea1\uc158
-LAB_ActiveCaptionBorder=\ud65c\uc131 \ucea1\uc158 \ud14c\ub450\ub9ac
-LAB_ActiveCaptionText=\ud65c\uc131 \ucea1\uc158 \ud14d\uc2a4\ud2b8
-LAB_Control=\ucee8\ud2b8\ub864
-LAB_ControlDkShadow=\ucee8\ud2b8\ub864 \uc5b4\ub450\uc6b4 \uadf8\ub9bc\uc790
-LAB_ControlHighlight=\ucee8\ud2b8\ub864 \uac15\uc870 \ud45c\uc2dc
-LAB_ControlLtHighlight=\ucee8\ud2b8\ub864 \ubc1d\uac8c \uac15\uc870 \ud45c\uc2dc
-LAB_ControlShadow=\ucee8\ud2b8\ub864 \uadf8\ub9bc\uc790
-LAB_ControlText=\ucee8\ud2b8\ub864 \ud14d\uc2a4\ud2b8
-LAB_Desktop=\ub370\uc2a4\ud06c\ud0d1
-LAB_InactiveCaption=\ube44\ud65c\uc131 \ucea1\uc158
-LAB_InactiveCaptionBorder=\ube44\ud65c\uc131 \ucea1\uc158 \ud14c\ub450\ub9ac
-LAB_InactiveCaptionText=\ube44\ud65c\uc131 \ucea1\uc158 \ud14d\uc2a4\ud2b8
-LAB_Info=\uc815\ubcf4
-LAB_InfoText=\uc815\ubcf4 \ud14d\uc2a4\ud2b8
-LAB_Menu=\uba54\ub274
-LAB_MenuText=\uba54\ub274 \ud14d\uc2a4\ud2b8
-LAB_Scrollbar=\uc2a4\ud06c\ub864\ubc14
-LAB_Text=\ud14d\uc2a4\ud2b8
-LAB_TextHighlight=\ud14d\uc2a4\ud2b8 \ud558\uc774\ub77c\uc774\ud2b8
-LAB_TextHighlightText=\ud14d\uc2a4\ud2b8 \uac15\uc870 \ud45c\uc2dc \ud14d\uc2a4\ud2b8
-LAB_TextInactiveText=\ud14d\uc2a4\ud2b8 \ube44\ud65c\uc131 \ud14d\uc2a4\ud2b8
-LAB_TextText=\ud14d\uc2a4\ud2b8 \ud14d\uc2a4\ud2b8
-LAB_Window=\ucc3d
-LAB_WindowBorder=\ucc3d \ud14c\ub450\ub9ac
-LAB_WindowText=\ucc3d \ud14d\uc2a4\ud2b8
-
-#DimensionCustomEditor
-CTL_Dimension=\ucc28\uc6d0
-CTL_Width=&\ub113\uc774:
-CTL_Height=&\ub192\uc774:
-ACSD_CTL_Width=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_CTL_Height=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_DimensionCustomEditor=\ud574\ub2f9 \uc5c6\uc74c
-
-#DimensionEditor
-CTL_HintFormat=[\ub108\ube44, \ub192\uc774]
-
-#FontEditor
-CTL_Plain=\ubcf4\ud1b5
-CTL_Bold=\uad75\uac8c
-CTL_Italic=\uc774\ud0e4\ub9ad
-CTL_BoldItalic=\uad75\uac8c \uae30\uc6b8\uc784\uaf34
-CTL_Font=\uae00\uaf34(&T):
-CTL_FontStyle=\uae00\uaf34 \uc2a4\ud0c0\uc77c(&Y):
-CTL_Size=\ud06c\uae30(&S):
-CTL_Preview=\ubbf8\ub9ac\ubcf4\uae30
-ACSD_CTL_Font=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_CTL_FontStyle=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_CTL_Size=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_FontCustomEditor=\ud574\ub2f9 \uc5c6\uc74c
-
-#InsetsCustomEditor
-CTL_Insets=\uc0bd\uc785 \uadf8\ub9bc
-CTL_Top=\uc704(&T):
-CTL_Left=\uc67c\ucabd(&L):
-CTL_Bottom=\uc544\ub798(&B):
-CTL_Right=\uc624\ub978\ucabd(&R):
-ACSD_CTL_Top=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_CTL_Left=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_CTL_Bottom=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_CTL_Right=\ud574\ub2f9 \uc5c6\uc74c
-
-#InsetsEditor
-CTL_HintFormatIE=[\uc704, \uc67c\ucabd, \uc544\ub798, \uc624\ub978\ucabd]
-
-# ObjectEditor
-CTL_NullValue=<null \uac12 \uc870\ud68c>
-CTL_NullItem=<null \ud56d\ubaa9 \uc870\ud68c>
-
-#PointCustomEditor
-CTL_Point=\ud3ec\uc778\ud2b8
-CTL_X=&X:
-ACSD_CTL_X=\ud574\ub2f9\uc0ac\ud56d\uc5c6\uc2b4
-CTL_Y=&Y:
-ACSD_CTL_Y=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_PointCustomEditor=\ud574\ub2f9 \uc5c6\uc74c
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=\uc0ac\uac01\ud615
-ACSD_CustomRectangleEditor=\ud574\ub2f9\uc0ac\ud56d\uc5c6\uc2b4
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,\ub108\ube44, \ub192\uc774]
-
-#StringCustomEditor
-ACS_TextArea=\ud14d\uc2a4\ud2b8:
-ACSD_TextArea=\ub4f1\ub85d \uc815\ubcf4 \ud14d\uc2a4\ud2b8\ub97c \uc5ec\uae30\uc5d0 \uc785\ub825
-ACSD_CustomStringEditor=\ubb38\uc790\uc5f4 \ub4f1\ub85d \uc815\ubcf4 \ud3b8\uc9d1\uae30
-ACS_Instructions=\uba85\ub839
-ACSD_Instructions=\ud574\ub2f9\uc0ac\ud56d\uc5c6\uc2b4
-
-MSG_FontIsNotInitialized=\uae00\uaf34 \uac12\uc774 \ucd08\uae30\ud654\ub418\uc9c0 \uc54a\uc544 XML\uc5d0 \uc800\uc7a5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=\ud30c\uc77c \ub610\ub294 \ub514\ub809\ud1a0\ub9ac \uc120\ud0dd
-CTL_DialogTitleFiles=\ud30c\uc77c \uc120\ud0dd
-CTL_DialogTitleDirs=\ub514\ub809\ud1a0\ub9ac \uc120\ud0dd
-ACSD_FileEditor=\ud574\ub2f9\uc0ac\ud56d\uc5c6\uc2b4
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<\uc9c0\uc815\ub418\uc9c0 \uc54a\uc74c>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=\ub4f1\ub85d \uc815\ubcf4
-ACSD_PropertiesEditorPane=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_CustomPropertiesEditor=\ud574\ub2f9 \uc5c6\uc74c
-WARN_PropertiesComments=\uacbd\uace0: \uc8fc\uc11d\uc774 \ud3d0\uae30\ub429\ub2c8\ub2e4.
-
-#StringArrayCustomEditor
-CTL_Empty=<\ube44\uc5b4 \uc788\uc74c>
-CTL_Item=\ud56d\ubaa9(&I):
-ACSD_CTL_Item=\ud574\ub2f9\uc0ac\ud56d\uc5c6\uc2b4
-CTL_ItemList=\ud56d\ubaa9 \ubaa9\ub85d(&L)
-ACSD_CTL_ItemList=\ud574\ub2f9\uc0ac\ud56d\uc5c6\uc2b4
-CTL_Add_StringArrayCustomEditor=\ucd94\uac00(&A)
-ACSD_CTL_Add_StringArrayCustomEditor=\ud574\ub2f9\uc0ac\ud56d\uc5c6\uc2b4
-CTL_Change_StringArrayCustomEditor=\ud3b8\uc9d1(&E)
-ACSD_CTL_Change_StringArrayCustomEditor=\ud574\ub2f9 \uc5c6\uc74c
-CTL_Remove=\uc81c\uac70(&R)
-ACSD_CTL_Remove=\ud574\ub2f9 \uc5c6\uc74c
-CTL_MoveUp=\uc704\ub85c(&U)
-ACSD_CTL_MoveUp=\ud574\ub2f9\uc0ac\ud56d\uc5c6\uc2b4
-CTL_MoveDown=\uc544\ub798\ub85c(&W)
-ACSD_CTL_MoveDown=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_StringArrayCustomEditor=\ud574\ub2f9 \uc5c6\uc74c
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=\uc815\uc218\uac00 \uc544\ub2cc \uc785\ub825 \uac12: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=\uc798\ubabb\ub41c \ubb38\uc790\uc5f4 kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - \uc720\ud6a8\ud55c \uac12: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=\uc54c \uc218 \uc5c6\ub294 \ud074\ub798\uc2a4: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=\uc798\ubabb\ub41c \uac12: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=\uc778\uc2dd\ub418\uc9c0 \uc54a\uc740 URL: {0}
-#
-MSG_NULL_OR_EMPTY=Null \ub610\ub294 \ube48 \ubc30\uc5f4
-
-#ObjectEditor
-ACSN_ObjectTree=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uc635\uc158
-ACSD_ObjectTree=\uac1d\uccb4 \uc120\ud0dd
-
-#Font Editor
-MSG_AppleBug=\uc774 \uba54\uc2dc\uc9c0\uac00 \ud45c\uc2dc\ub41c\ub2e4\uba74 \uc0ac\uc6a9 \uac00\ub2a5 \uae00\uaf34 \ubaa9\ub85d\uc744 \ucd08\uae30\ud654\ud558\ub294 \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud55c \uac83\uc785\ub2c8\ub2e4.  \uc774\ub294 \ube44\ud2b8\ub9f5 \uae00\uaf34\uc774 \uc2dc\uc2a4\ud15c\uc5d0 \uc124\uce58\ub420 \ub54c \ud2b8\ub9ac\uac70\ub418\ub294 Apple JVM\uc758 \ubc84\uadf8 \ub54c\ubb38\uc785\ub2c8\ub2e4.  \uae00\uaf34 \ud3b8\uc9d1\uae30\ub97c \uc0ac\uc6a9\ud558\ub824\uba74 \uc2dc\uc2a4\ud15c\uc758 \ubaa8\ub4e0 \ube44\ud2b8\ub9f5 \uae00\uaf34\uc744 \uc124\uce58 \uc81c\uac70\ud574\uc57c \ud569\ub2c8\ub2e4.  \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 Apple BugReporter issue 3121780\uc744 \ucc38\uc870\ud558\uc2ed\uc2dc\uc624.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=\ube60\ub978 \uac08\uc0c9\uc5ec\uc6b0\ub294 \ub098\ud0dc\ud55c \uac15\uc544\uc9c0 \uc704\ub97c \ub118\uc5c8\uc2b5\ub2c8\ub2e4.
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/ko/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ko.properties
deleted file mode 100644
index 195af92..0000000
--- a/l10n/src/ko/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ko.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=\ucf54\uc5b4
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c
-OpenIDE-Module-Short-Description=NetBeans \uae30\ubc18 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc758 \uae30\ubcf8 \ud504\ub808\uc784\uc6cc\ud06c\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\uc774 \ubaa8\ub4c8\uc5d0\uc11c\ub294 NetBeans \uae30\ubc18 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc774 \uc2e4\ud589\ub420 \uc218 \uc788\ub294 \uc911\uc559 \uc778\ud504\ub77c\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \ube44\ud65c\uc131\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException={0} \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.\n\t\uc790\uc138\ud55c \ub0b4\uc6a9 \ud45c\uc2dc\ub97c \ud074\ub9ad\ud558\uac70\ub098 {1} \ud3f4\ub354\uc758 messages.log \ud30c\uc77c\uc744 \ucc38\uc870\ud558\uc2ed\uc2dc\uc624.
-NTF_ExceptionalExceptionTitle=\uc608\uae30\uce58 \ubabb\ud55c \uc608\uc678
-# {0} - class name of exception
-NTF_ExceptionWarning={0} \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.\n\uadf8\ub7ec\ub098 \uc2dc\uc2a4\ud15c\uc740 \ub354 \uc774\uc0c1 \ubb38\uc81c \uc5c6\uc774 \uacc4\uc18d \uc791\ub3d9\ud560 \uac83\uc785\ub2c8\ub2e4.\n\uc2a4\ud0dd \ucd94\uc801\uc5d0 \ub300\ud574 \ud655\uc778\ud558\ub824\uba74 \uc138\ubd80 \uc815\ubcf4 \ud45c\uc2dc\ub97c \ud074\ub9ad\ud558\uc2ed\uc2dc\uc624.
-NTF_ExceptionWarningTitle=\uacbd\uace0
-
-#startup info messages
-MSG_MainWindowInit=\uc8fc \ucc3d \ucd08\uae30\ud654...
-MSG_WindowShowInit=\uc8fc \ucc3d\uc744 \uc5ec\ub294 \uc911...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage={0} \uc800\uc7a5 \uc911...
-MSG_AllSaved=\ubaa8\ub450 \uc800\uc7a5 \uc644\ub8cc
-
-CTL_Cannot_save={0}\uc744(\ub97c) \uc800\uc7a5\ud560 \uc218 \uc5c6\uc74c
-
-
-#NbAuthenticator
-CTL_PasswordProtected=\ube44\ubc00\ubc88\ud638 \ubcf4\ud638 \uc0ac\uc774\ud2b8
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=\ubcf4\uae30 \uae30\uc900:
-ShortcutsEditor.actionsButton.text=\uc791\uc5c5(C)
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=\ubc14\ub85c \uac00\uae30(S)
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=\uc791\uc5c5\uc5d0 \ub300\ud55c \ubc14\ub85c \uac00\uae30\ub97c \ud3b8\uc9d1\ud558\ub824\uba74 \uc791\uc5c5\ubcc4 \ubcf4\uae30 \uc120\ud0dd
-ShortcutsPanel.addButton.text=\ucd94\uac00...
-ShortcutsPanel.removeButton.text=\uc81c\uac70
-ShortcutsPanel.AddActionTitle=\uc0c8 \ubc14\ub85c \uac00\uae30
-ActionsPanel.shortcutAddButton.text=\ucd94\uac00(A)...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=\uc81c\uac70(R)
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=\ubc14\ub85c \uac00\uae30 \ud3b8\uc9d1
-ActionsPanel.AddShortcut=\ubc14\ub85c \uac00\uae30 \ucd94\uac00
-ActionsPanel.ShortcutLabel=\ubc14\ub85c \uac00\uae30(S):
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=\uc791\uc5c5\uc5d0 \ub300\ud55c \ubc14\ub85c \uac00\uae30\ub97c \ud3b8\uc9d1\ud558\ub824\uba74 \uc791\uc5c5\ubcc4 \ubcf4\uae30 \uc120\ud0dd
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=\uc791\uc5c5\uc5d0 \ub300\ud55c \ubc14\ub85c \uac00\uae30\ub97c \ud3b8\uc9d1\ud558\ub824\uba74 \uc791\uc5c5\ubcc4 \ubcf4\uae30 \uc120\ud0dd
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=\ubc14\ub85c \uac00\uae30\ubcc4 \ubcf4\uae30\ub97c \uc120\ud0dd\ud569\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ubc14\ub85c \uac00\uae30 \ud3b8\uc9d1\uc758 \uacbd\uc6b0 \uc791\uc5c5\ubcc4 \ubcf4\uae30\uac00 \uc120\ud0dd\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4.
-ACS_ShortcutsPanel.addButton.text.a11yDesc=\uc791\uc5c5\uc5d0 \ub300\ud574 \uc0c8 \ubc14\ub85c \uac00\uae30 \ucd94\uac00
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=\uc791\uc5c5\uc5d0 \ub300\ud574 \ubc14\ub85c \uac00\uae30 \uc81c\uac70
-ACSN_ShortcutsPanel.shortcutsList=\ubc14\ub85c \uac00\uae30 \ubaa9\ub85d
-ACSD_ShortcutsPanel.shortcutsList=\ud574\ub2f9 \uc5c6\uc74c
-ACS_ActionsPanel.ShortcutLabel.a11yName=\ubc14\ub85c \uac00\uae30 \uad6c\uc131
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=\ud0a4 \uc870\ud569\uc73c\ub85c \ubc14\ub85c \uac00\uae30 \uad6c\uc131
-ACSN_ActionsPanel.actionsTree=\ud574\ub2f9 \uc5c6\uc74c
-ACSN_ActionsPanel.shortcutsList=\ubc14\ub85c \uac00\uae30 \ubaa9\ub85d
-ACSD_ActionsPanel.actionsTree=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_ActionsPanel.shortcutsList=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_ShortcutsEditor.DialogDesc=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_ActionsPanel.Dialog=\uc120\ud0dd\ub41c \uc791\uc5c5\uc5d0 \uc0c8 \ubc14\ub85c \uac00\uae30 \ucd94\uac00
-ACS_ActionsPanel=\ud574\ub2f9 \uc5c6\uc74c
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=\uc774\ubbf8 \uc774 \ubc14\ub85c \uac00\uae30({0})\uc5d0 \ubc14\uc778\ub4dc\ub41c \uc791\uc5c5\uc774 \uc788\uc2b5\ub2c8\ub2e4.\n\uc0c8\ub85c \uc120\ud0dd\ub41c \uc791\uc5c5\uc744 \ub300\uc2e0 \uc0ac\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-
-CTL_ExitTitle=\uc800\uc7a5
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=\uc800\uc7a5(&S)
-ACSD_Save=\uc800\uc7a5\ud569\ub2c8\ub2e4.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=\ubaa8\ub450 \uc800\uc7a5(&A)
-ACSD_SaveAll=\ubaa8\ub450 \uc800\uc7a5\ud569\ub2c8\ub2e4.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=\ubaa8\ub450 \ubb34\uc2dc(&D)
-ACSD_DiscardAll=\ubaa8\ub450 \ubb34\uc2dc\ud569\ub2c8\ub2e4.
-EXC_Save=\uc800\uc7a5\ud558\ub294 \uc911 \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.
-# NotifyException
-CTL_Title_Exception=\uc608\uc678
-CTL_NextException=\ub2e4\uc74c(&N) >
-CTL_PreviousException=< \uc774\uc804(&P)
-CTL_Exception_Hide_Details=\uc790\uc138\ud55c \ub0b4\uc6a9 \uc228\uae30\uae30(&H)
-CTL_Exception_Show_Details=\uc790\uc138\ud55c \ub0b4\uc6a9 \ud45c\uc2dc(&S)
-ACSD_NextException=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_PreviousException=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_Exception_Hide_Details=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_Exception_Show_Details=\ud574\ub2f9 \uc5c6\uc74c
-ACSN_ExceptionStackTrace=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_ExceptionStackTrace=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_NotifyExceptionPanel=\ud574\ub2f9 \uc5c6\uc74c
-
-ACSN_ListOfChangedFiles=\ubaa9\ub85d
-ACSD_ListOfChangedFiles=\uc800\uc7a5\ud560 \ubcc0\uacbd \ud30c\uc77c \ubaa9\ub85d
-ACSD_ExitDialog=\ubcc0\uacbd \uc0ac\ud56d\uc744 \uc800\uc7a5\ud558\uae30 \uc704\ud55c \ub300\ud654 \uc0c1\uc790
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI \ubaa8\ub4dc
-CTL_MdiMode=MDI \ubaa8\ub4dc
-
-# NbPlaces
-CTL_NoWorkspaces=\uc791\uc5c5 \uacf5\uac04 \uc5c6\uc74c
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=\ud574\ub2f9 \uc5c6\uc74c
-ACD_NotifyExcPanel_Dialog=\ud574\ub2f9 \uc5c6\uc74c
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT \uc774\ubca4\ud2b8 \ub514\uc2a4\ud328\ucc98 \uc4f0\ub808\ub4dc\uac00 {0} ms \ub3d9\uc548 \ucc28\ub2e8\ub429\ub2c8\ub2e4
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=\uc778\uc99d\uc774 \ud544\uc694\ud569\ub2c8\ub2e4
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=\uc0ac\uc6a9\uc790 \uc774\ub984(&U):
-NbAuthenticatorPanel.passwordLbl.text=\ube44\ubc00\ubc88\ud638(&P):
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description={0} \uc554\ud638
-
-ProxySettings.password.description=\ud504\ub85d\uc2dc \uc554\ud638
-
-Title_WebBrowser=\uc6f9 \ube0c\ub77c\uc6b0\uc800
-
diff --git a/l10n/src/ko/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ko.properties
deleted file mode 100644
index 43984de..0000000
--- a/l10n/src/ko/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ko.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=\uc815\ubcf4(&A)
-About_title=\uc815\ubcf4
-
-#CopyProductInfoAction
-CopyProductInfo=\ubcf5\uc0ac \uc815\ubcf4
-CopyProductInfoAction=\ubcf5\uc0ac \uc815\ubcf4(&C)
-CTL_CopyButton_tooltip=NetBeans \uc81c\ud488 \uc815\ubcf4\ub97c \ud074\ub9bd\ubcf4\ub4dc\uc5d0 \ubcf5\uc0ac
-
-#HtmlViewAction
-CTL_OpeningBrowser=\ube0c\ub77c\uc6b0\uc800\ub97c \uc5ec\ub294 \uc911...
-HTMLView=\uc6f9 \ube0c\ub77c\uc6b0\uc800(&W)
-
-#SystemExit
-Exit=\uc885\ub8cc(&X)
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=\ub2e4\uc74c \ub0b4\ubd80 \ubdf0
-LBL_PreviousViewCallbackAction=\uc774\uc804 \ub0b4\ubd80 \ubdf0
-
-# jump next/prev actions
-JumpNextAction=\ub2e4\uc74c \uc624\ub958(&X)
-JumpPrevAction=\uc774\uc804 \uc624\ub958(&P)
-
-#LogAction
-MSG_LogTab_name=IDE \ub85c\uadf8(&L)
-MSG_ShortLogTab_name=IDE \ub85c\uadf8
-
diff --git a/l10n/src/ko/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ko.properties
deleted file mode 100644
index 18a5bc0..0000000
--- a/l10n/src/ko/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ko.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>\uc81c\ud488 \ubc84\uc804\:</b> {0}</p>\n <p style=\"margin: 0\"><b>\uc790\ubc14\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>\uc2dc\uc2a4\ud15c\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>\uc0ac\uc6a9\uc790\uacbd\ub85c:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE\uc640 NetBeans Platform\ub294 netbeans.org\uc758  \uc18c\ud504\ud2b8\uc6e8\uc5b4\ub97c \uae30\ubc18\uc73c\ub85c \ud558\uba70, Common Development and Distribution License (CDDL) \uc640 GNU General Public License version 2 with Classpath exception\ub4f1 \ub450\uac1c \uc758 \ub77c\uc774\uc13c\ud2b8\ub97c \uc801\uc6a9\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc880\ub354 \uc790\uc138\ud55c \uc815\ubcf4\ub294 <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a> \uc744 \ubc29\ubb38\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} \ubc84\uc804 {1}\uc774(\uac00) {2}\uc5d0\uc11c \uc2e4\ud589 \uc911
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Swing \uad6c\uc131 \uc694\uc18c \uae30\ubc18\uc758 \uac04\ub2e8\ud55c HTML \ube0c\ub77c\uc6b0\uc800
-MSG_cannot_create_browser=Swing HTML \ube0c\ub77c\uc6b0\uc800\ub97c \uc0dd\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-Services/Browsers/SwingBrowser.settings=Swing HTML \ube0c\ub77c\uc6b0\uc800
-LBL_Close=\ub2eb\uae30(C)
-MNE_Close=C
-ACSN_Close=\ub2eb\uae30(O)
-ACSD_Close=\ub2eb\uae30(O)
-
diff --git a/l10n/src/ko/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_ko.properties
deleted file mode 100644
index 1e86164..0000000
--- a/l10n/src/ko/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_ko.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache\uc758 Felix OSGi \uad6c\ud604
-
diff --git a/l10n/src/ko/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ko.properties
deleted file mode 100644
index 0ec2c84..0000000
--- a/l10n/src/ko/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ko.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=\ub77c\uc774\ube0c\ub7ec\ub9ac
-OpenIDE-Module-Short-Description=JNA \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \ubc88\ub4e4\ub85c \uad6c\ud604\ud569\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\uc774 \ubaa8\ub4c8\uc740 JNA \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \ubc88\ub4e4\ub85c \uad6c\ud604\ud569\ub2c8\ub2e4.
-
diff --git a/l10n/src/ko/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ko.properties
deleted file mode 100644
index a3b160d..0000000
--- a/l10n/src/ko/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ko.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\uc2a4\ud06c\ub9bd\ud305 API \ud1b5\ud569
-OpenIDE-Module-Display-Category=\ub77c\uc774\ube0c\ub7ec\ub9ac
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). \ub354\uc774\uc0c1 \ud544\uc694\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-OpenIDE-Module-Deprecation-Message=JDK 6\uc5d0\uc11c\ub294 \ub354\uc774\uc0c1 \ud544\uc694\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ud574\ub2f9 \ubaa8\ub4c8\uc5d0 \uc758\uc874\uc744 \uc81c\uac70\ud558\uc2ed\uc2dc\uc624.
-
diff --git a/l10n/src/ko/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ko.properties
deleted file mode 100644
index 8872dc7..0000000
--- a/l10n/src/ko/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ko.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=\ub77c\uc774\ube0c\ub7ec\ub9ac
-OpenIDE-Module-Short-Description= JUnit 4.x \ud14c\uc2a4\ud305 \ub77c\uc774\ube0c\ub7ec\uc9c0 \ubc88\ub4e4.
-OpenIDE-Module-Long-Description= JUnit 4.x \uc720\ub2db \ud14c\uc2a4\ud305 \ub77c\uc774\ube0c\ub7ec\uc9c0 \ubc88\ub4e4 \ud3ec\ud568.
-
diff --git a/l10n/src/ko/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_ko.properties
deleted file mode 100644
index 95b14bb..0000000
--- a/l10n/src/ko/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_ko.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi \uc2a4\ud399
-
diff --git a/l10n/src/ko/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ko.properties
deleted file mode 100644
index 3364992..0000000
--- a/l10n/src/ko/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ko.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=\ube60\ub978 \uac80\uc0c9
-QuickSearchComboBar.jLabel2.toolTipText=\ubc94\uc8fc \uc120\ud0dd\uc744 \uc704\ud574 \ud074\ub9ad\ud558\uac70\ub098 Shift+F10 \uc744 \ub204\ub985\ub2c8\ub2e4
-MSG_DiscoverabilityHint=\uac80\uc0c9
-MSG_DiscoverabilityHint2={0}\uc5d0\uc11c \uac80\uc0c9
-LBL_MoreResults=...
-LBL_AllCategories=\ubaa8\ub4e0 \ubc94\uc8fc
-QuickSearchPopup.searchingLabel.text=\uac80\uc0c9 \uc911...
-QuickSearchPopup.noResultsLabel.text=(\uacb0\uacfc \uc5c6\uc74c)
-QuickSearchPopup.hintLabel.text={0}; \ubaa8\ub4e0 \ubc94\uc8fc\ub97c \uc704\ud574 {1}\ub97c \ub204\ub985\ub2c8\ub2e4
-AbstractQuickSearchComboBar.command.toolTipText=\uc2dc\uc2a4\ud15c {0}\uc5d0\uc11c \ube60\ub978 \uac80\uc0c9
-
diff --git a/l10n/src/ko/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ko.properties
deleted file mode 100644
index 24c701d..0000000
--- a/l10n/src/ko/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ko.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=URL\uc744 \ud45c\uc2dc\ud560\uc218 \uc5c6\uc2b5\ub2c8\ub2e4: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/ko/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ko.properties
deleted file mode 100644
index a0ae543..0000000
--- a/l10n/src/ko/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ko.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Name=\ube60\ub978 \uac80\uc0c9 API
-OpenIDE-Module-Short-Description=\uba54\ub274 \ud56d\ubaa9, \uc791\uc5c5, \ud30c\uc77c \ub4f1\uc5d0 \ube60\ub978 \uac80\uc0c9\uc744 \uc704\ud55c \uc778\ud504\ub77c
-QuickSearch/Recent=\ucd5c\uadfc \uac80\uc0c9
-
diff --git a/l10n/src/ko/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ko.properties
deleted file mode 100644
index 9d92d03..0000000
--- a/l10n/src/ko/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ko.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=\ud544\ud130 \uc5c6\uc74c
-
diff --git a/l10n/src/ko/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ko.properties
deleted file mode 100644
index 8d3af9c..0000000
--- a/l10n/src/ko/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ko.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Name=ETable \uacfc \uc544\uc6c3\ub77c\uc778
-
diff --git a/l10n/src/ko/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ko.properties
deleted file mode 100644
index 16f5fe1..0000000
--- a/l10n/src/ko/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ko.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\ub8e9\uc564\ud544 \uc0ac\uc6a9\uc790 \uc815\uc758 \ub77c\uc774\ube0c\ub7ec\ub9ac
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=NetBeans\uc758 \ub8e9\uc564\ud544 UIManager \uc0ac\uc6a9\uc790 \uc815\uc758\ub97c \ucc98\ub9ac\ud569\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=UIManager\uc5d0\uc11c \ud544\uc694\ud55c NetBeans \uace0\uc720\uc758 \uac12\uc744 \uc815\uc758\ud558\uace0 BasicLookAndFeel\uc5d0\uc11c \uc0ac\uc6a9 \uac00\ub2a5\ud55c \uc77c\ubd80 \uac12\uc774 \ubaa8\ub4e0 \ub8e9\uc564\ud544\uc5d0\uc11c \uc0ac\uc6a9 \uac00\ub2a5\ud55c\uc9c0 \ud655\uc778\ud569\ub2c8\ub2e4. \uae08\uc18d \ud14c\ub9c8 \uc9c0\uc6d0, \ub8e9\uc564\ud544 \uc120\ud0dd \uadf8\ub9ac\uace0 \uc0ac\uc6a9\uc790 \uc815\uc758 \uae00\uaf34 \ud06c\uae30 \ucd08\uae30\ud654\ub97c \ucc98\ub9ac\ud569\ub2c8\ub2e4
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/ko/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_ko.properties
deleted file mode 100644
index 2e252d3..0000000
--- a/l10n/src/ko/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_ko.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=\uacbd\uace0: JDK \ubc84\uadf8 5079742 \ub54c\ubb38\uc5d0, NetBeans \uae00\uaf34\uc774 \uc88b\uac8c \ubcf4\uc9c0 \uc54a\uc744 \uac83\uc785\ub2c8\ub2e4. JDK 1.5.0_02 \uc774\ub098 \uc0c8 \ubc84\uc804\uc744 \uc124\uce58\ud558\uc2ed\uc2dc\uc624. \uc790\uc138\ud55c \uc0ac\ud56d\uc740 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742 \uc744 \ucc38\uc870\ud558\uc2ed\uc2dc\uc624. 
-
diff --git a/l10n/src/ko/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ko.properties
deleted file mode 100644
index e88f735..0000000
--- a/l10n/src/ko/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ko.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\ud0ed \ucee8\ud2b8\ub864
-OpenIDE-Module-Display-Category=\ub77c\uc774\ube0c\ub7ec\ub9ac
-OpenIDE-Module-Short-Description=\ucc3d \uc2dc\uc2a4\ud15c\uc5d0\uc11c \uc0ac\uc6a9\ud558\ub294 \ud0ed \ucee8\ud2b8\ub864
-OpenIDE-Module-Long-Description=NetBeans \ucc3d \uae30\ubc18 \uc2dc\uc2a4\ud15c\uc758 \ud0ed \ucee8\ud2b8\ub864 Bean \ub77c\uc774\ube0c\ub7ec\ub9ac
-
-
-
-ACS_TabbedContainer=\ud0ed \ucee8\ud2b8\ub864
-ACSD_TabbedContainer=\ud0ed \uac04\uc744 \uc804\ud658\ud558\ub294 \ud0ed \ucee8\ud2b8\ub864\uc785\ub2c8\ub2e4.
-
-TT_TabDisplayer_Close=<html>Shift + \ud074\ub9ad \ubaa8\ub4e0 \ubb38\uc11c \ub2eb\uae30<br>Alt + \ud074\ub9ad \uae30\ud0c0 \ubb38\uc11c \ub2eb\uae30 
-
diff --git a/l10n/src/ko/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ko.properties b/l10n/src/ko/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ko.properties
deleted file mode 100644
index f10a431..0000000
--- a/l10n/src/ko/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ko.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=\uc5f4\ub9b0 \ubb38\uc11c \ubaa9\ub85d \ubcf4\uae30
-
-Tip_Restore_Window=\ucc3d \ubcf5\uc6d0
-
-Tip_Maximize_Window=\ucc3d \ucd5c\ub300\ud654
-
-Tip_Minimize_Window=\ucc3d \ucd5c\uc18c\ud654
-
-Tip_Pin=\uace0\uc815
-
-Tip_Close_Window=\ucc3d \ub2eb\uae30
-
-Tip_Scroll_Documents_Right=\uc624\ub978\ucabd\uc73c\ub85c \uc774\ub3d9
-
-Tip_Scroll_Documents_Left=\uc67c\ucabd\uc73c\ub85c \uc774\ub3d9
-
diff --git a/l10n/src/ko/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ko.properties
deleted file mode 100644
index 01f9ed0..0000000
--- a/l10n/src/ko/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ko.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\uc791\uc5c5 API
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=NetBeans\uc758 \uc77c\ubc18 \uc791\uc5c5 \uc815\uc758
-OpenIDE-Module-Long-Description=NetBeans \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc5d0\uc11c \uc0ac\uc6a9\ub418\ub294 \uc77c\ubc18 \uc791\uc5c5 \ubaa9\ub85d\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.
-
-
-New=\ucd94\uac00(&A)
-# {0} name of the only one new type
-NewArg={0} \ucd94\uac00(&A)
-
-# File
-NewFromTemplate=\uc0c8\ub85c \ub9cc\ub4e4\uae30(&N)
-Save=\uc800\uc7a5(&S)
-Print=\uc778\uc1c4(&P)...
-PageSetup=\ud398\uc774\uc9c0 \uc124\uc815(&G)...
-
-#0 undoableedit
-UndoWithParameter={0} \uc2e4\ud589 \ucde8\uc18c(&U)
-#0 undoableedit
-RedoWithParameter={0} \uc7ac\uc2e4\ud589(&R)
-UndoSimple=\uc2e4\ud589 \ucde8\uc18c(&U)
-RedoSimple=\uc7ac\uc2e4\ud589(&R)
-Cut=\uc798\ub77c\ub0b4\uae30(&T)
-Copy=\ubcf5\uc0ac(&Y)
-Paste=\ubd99\uc5ec\ub123\uae30(&P)
-Delete=\uc0ad\uc81c(&D)
-Find=\ucc3e\uae30(&F)...
-Goto=\uc904 \ucc3e\uc544\uac00\uae30(&L)...
-Replace=\ubc14\uafb8\uae30(&E)...
-
-# View
-Properties=\ub4f1\ub85d \uc815\ubcf4(&P)
-View=\ubdf0
-Edit=\ud3b8\uc9d1
-
-# Build
-Execute=\uc2e4\ud589(&E)
-
-# Window
-DockWindow=\ubdf0 \ub3c4\ud0b9(&D)
-UndockWindow=\ubdf0 \ub3c4\ud0b9 \ud574\uc81c(&U)
-CloneView=\ubdf0 \ubcf5\uc81c(&C)
-CloseView=\ub2eb\uae30(O)
-NextTab=\ub2e4\uc74c \ubdf0(&N)
-PreviousTab=\uc774\uc804 \ubdf0(&P)
-
-Open=\uc5f4\uae30
-Rename=\uc774\ub984 \ubc14\uafb8\uae30(N)...
-
-MoveUp=\uc704\ub85c \uc774\ub3d9
-MoveDown=\uc544\ub798\ub85c \uc774\ub3d9
-
-
-Customize=\uc0ac\uc6a9\uc790 \uc815\uc758
-
-#rename action
-CTL_RenameTitle=\uc774\ub984 \ubc14\uafb8\uae30
-CTL_RenameLabel=\uc0c8 \uc774\ub984(&N):
-# {0} param represents old name before renaming.
-MSG_BadFormat=\uc774 \uac1d\uccb4\uc758 \uc774\ub984\uc744 {0}\uc5d0\uc11c {1}(\uc73c)\ub85c \ubc14\uafc0 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=\uac00\ube44\uc9c0 \uceec\ub809\ud2b8
-
-#HeapView
-LBL_ShowText=\ud14d\uc2a4\ud2b8 \ubcf4\uae30
-LBL_DropShadow=\uadf8\ub9bc\uc790 \ud6a8\uacfc
-LBL_OverlayGrid=\uaca9\uc790 \uc624\ubc84\ub808\uc774
-
-# NewTemplateAction
-CTL_NewName=\uc0c8 \uc774\ub984
-CTL_NewNameTitle=\uc0c8\ub85c \ub9cc\ub4e4\uae30(&N)
-
-
-#Reorder Action
-Reorder=\uc21c\uc11c \ubcc0\uacbd...
-
-OpenLocalExplorer=\uc5ec\uae30\uc5d0\uc11c \ud0d0\uc0c9(&H)
-
-WorkspacesItems=\uc791\uc5c5 \uacf5\uac04(&W)
-
-
-# name of template
-CTL_Template_Name=\uac1d\uccb4 \uc774\ub984(&N):
-# title of dialog
-CTL_Template_Dialog_Title=\ud15c\ud50c\ub9ac\ud2b8 \uc778\uc2a4\ud134\uc2a4\ud654
-CTL_Template_Dialog_RootTitle=\uc800\uc7a5 \uc704\uce58(&I):
-
-
-# Tools action
-CTL_Tools=\ub3c4\uad6c
-CTL_EmptySubMenu=\ube44\uc5b4 \uc788\uc74c
-
-
-# name of the PopupAction
-Popup=\ud31d\uc5c5
-
-#SaveAction
-MSG_saved={0}\uc744(\ub97c) \uc800\uc7a5\ud588\uc2b5\ub2c8\ub2e4.
-EXC_notsaved={0}\uc744 \uc800\uc7a5\ud558\ub294 \ub3d9\uc548 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.\n\uc6d0\uc778:{1}
-#Template wizard title
-CTL_TemplateWizard=\ud15c\ud50c\ub9ac\ud2b8\uc5d0\uc11c \uc0c8\ub85c \ub9cc\ub4e4\uae30
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=\uac00\ube44\uc9c0 \uceec\ub809\uc158\uc744 \uac15\uc81c \uc2e4\ud589\ud558\ub824\uba74 \ud074\ub9ad\ud569\ub2c8\ub2e4
-
-
diff --git a/l10n/src/ko/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ko.properties
deleted file mode 100644
index 8a0a3d8..0000000
--- a/l10n/src/ko/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ko.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI \uc720\ud2f8\ub9ac\ud2f0 API
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4 \uc720\ud2f8\ub9ac\ud2f0\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=UI\uc640 \uad00\ub828\ub41c \ub2e4\uc591\ud55c \uc791\uc5c5\uc5d0 \ub300\ud55c \ub3c4\uc6b0\ubbf8 \uba54\uc18c\ub4dc\uc785\ub2c8\ub2e4.
-
-
-
-#MenuBar
-EXC_LoadMenu=\uba54\ub274 {0}\uc744(\ub97c) \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-EXC_LoadMenuItem=\uba54\ub274 \ud56d\ubaa9 {0}\uc744(\ub97c) \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-#HtmlBrowser
-CTL_Back=\ub4a4\ub85c
-CTL_Forward=\uc55e\uc73c\ub85c
-CTL_Reload=\ub2e4\uc2dc \ub85c\ub4dc(R)
-CTL_Stop=\uc911\uc9c0
-CTL_Document_done=\ubb38\uc11c: \uc644\ub8cc
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=\ub85c\ub4dc \uc911
-EXC_Module=HTML \ube0c\ub77c\uc6b0\uc800 \ubaa8\ub4c8\uc744 \uc778\uc2a4\ud134\uc2a4\ud654\ud558\ub294 \uc911 \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.
-CTL_WebBrowser=\uc6f9 \ube0c\ub77c\uc6b0\uc800
-HINT_WebBrowser=\uc6f9 \ube0c\ub77c\uc6b0\uc800
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=\ube0c\ub77c\uc6b0\uc800 \ubdf0
-ACSD_HtmlBrowser=\ud574\ub2f9\uc0ac\ud56d\uc5c6\uc2b4
-ACS_HtmlBrowser_Location=\uc704\uce58
-ACSD_HtmlBrowser_Location=\ud574\ub2f9\uc0ac\ud56d\uc5c6\uc2b4
-
-# Splitted panel
-SplittedPanelVertical=\uc138\ub85c
-SplittedPanelHorizontal=\uac00\ub85c
-SplittedPanelSwap=\ud328\ub110 \uad50\uccb4
-ResetSplitter=\ubd84\ub9ac \uc904 \uc7ac\uc124\uc815
-ACS_SplittedPanel_Name=\uccab \ubc88\uc9f8 \ud328\ub110 {0}\uc785\ub2c8\ub2e4. \ub450 \ubc88\uc9f8 \ud328\ub110 {1}\uc785\ub2c8\ub2e4.
-ACS_SplittedPanel_Description=\uccab \ubc88\uc9f8 \ud328\ub110 {0}\uc785\ub2c8\ub2e4. \ub450 \ubc88\uc9f8 \ud328\ub110 {1}\uc785\ub2c8\ub2e4.
-ACS_SplittedPanel_EmptySplitter=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_SplittedPanel_EmptySplitter=\ud574\ub2f9 \uc5c6\uc74c
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=\ud574\ub2f9\uc0ac\ud56d\uc5c6\uc2b4
-#Title while loading
-LBL_Loading=\ub85c\ub4dc\uc911...
-#Title if html doesn't contain title tags
-LBL_Untitled=\uc81c\ubaa9 \uc5c6\uc74c
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=\uc54c \uc218 \uc5c6\ub294 \ud638\uc2a4\ud2b8: {0}
-FMT_InvalidURL=\uc798\ubabb\ub41c URL: {0}
-FMT_NoRouteToHost=\ud638\uc2a4\ud2b8\uc5d0 \ub300\ud55c \uacbd\ub85c \uc5c6\uc74c: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS={1}\uc758 \ud1b5\ud558\uc5ec {3}\uc73c\ub85c \uad6c\ud604\ub41c {4}\ub97c \uac00\uc838\uc634
-
-
-# action and their performers
-Open=\uc5f4\uae30
-Edit=\ud3b8\uc9d1
-Print=\uc778\uc1c4(&P)...
-View=\ubdf0
-Close=\ub2eb\uae30
-
diff --git a/l10n/src/ko/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ko.properties
deleted file mode 100644
index b71999a..0000000
--- a/l10n/src/ko/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ko.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\ud638\ud658\uc131 API
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\ud604\uc7ac \uc0ac\uc6a9\ub418\uc9c0 \uc54a\ub294 \uc77c\ubd80 \uc774\uc804 \ud074\ub798\uc2a4\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\ud604\uc7ac \uc0ac\uc6a9\ub418\uc9c0 \uc54a\uc73c\uba70 \ub300\uccb4\ud560 \uc218 \uc788\ub294 \uc77c\ubd80 \uc774\uc804 API \ud074\ub798\uc2a4\ub97c \ud3ec\ud568\ud569\ub2c8\ub2e4. \uad6c\uccb4\uc801\uc73c\ub85c ExplorerActions; ExplorerPanel; HttpServer; \ubc0f WeakListener\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Deprecation-Message=\uc774 API\uc758 \ud074\ub798\uc2a4\ub294 \ubaa8\ub450 \ud604\uc7ac \uc0ac\uc6a9\ub418\uc9c0 \uc54a\uc73c\uba70 \ub354 \ucd5c\uc2e0\uc758 API\uc5d0 \uc758\ud574 \ubc14\uafc0 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
-
diff --git a/l10n/src/ko/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ko.properties
deleted file mode 100644
index 214223c..0000000
--- a/l10n/src/ko/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ko.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\ub300\ud654 \uc0c1\uc790 API
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\ub300\ud654 \uc0c1\uc790 \ubc0f \ub9c8\ubc95\uc0ac\ub97c \ucc98\ub9ac\ud569\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\uc774 \ubaa8\ub4c8\uc5d0\uc11c\ub294 NetBeans\uc5d0\uc11c \uc0ac\uc6a9\ub418\ub294 \ub300\ud654 \uc0c1\uc790 \ubc0f \ub9c8\ubc95\uc0ac \uc778\ud504\ub77c\ub97c \ucc98\ub9ac\ud569\ub2c8\ub2e4.
-
-# Notify system
-NTF_ErrorTitle=\uc624\ub958
-NTF_ExceptionTitle=\uc608\uc678
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException={0} \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.\nhttp://www.netbeans.org/issues.html\uc5d0\uc11c message.log \ud30c\uc77c \ubcf5\uc0ac\ubcf8\uc744 \ucca8\ubd80\ud558\uc5ec \uc774 \uc608\uc678\ub97c \ubcf4\uace0\ud558\uc2ed\uc2dc\uc624.\nmessages.log \ud30c\uc77c\uc740 {1} \ud3f4\ub354\uc5d0 \uc788\uc2b5\ub2c8\ub2e4.
-NTF_ExceptionalExceptionTitle=\uc608\uae30\uce58 \ubabb\ud55c \uc608\uc678
-NTF_PlainTitle=\uba54\uc2dc\uc9c0
-NTF_QuestionTitle=\uc9c8\ubb38
-NTF_InformationTitle=\uc815\ubcf4
-NTF_WarningTitle=\uacbd\uace0
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=\uc635\uc158 \uc815\ub82c
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=\uc608
-CTL_NO=\uc544\ub2c8\uc694
-CTL_CLOSE=\ub2eb\uae30(O)
-
-CTL_CANCEL=\ucde8\uc18c
-ACSD_CANCEL=\ud574\ub2f9 \uc5c6\uc74c
-
-CTL_NEXT=\ub2e4\uc74c(N) >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#\ub9c8\ubc95\uc0ac\uc758 \ub2e4\uc74c \ub2e8\uacc4\ub85c \uc774\ub3d9\ud569\ub2c8\ub2e4.|2#\ub2e4\uc74c \ub2e8\uacc4: {0}. {1}}
-
-CTL_PREVIOUS=< \ub4a4\ub85c(&B)
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#\ub9c8\ubc95\uc0ac\uc758 \uc774\uc804 \ub2e8\uacc4\ub85c \uc774\ub3d9\ud569\ub2c8\ub2e4.|0#\uc774\uc804 \ub2e8\uacc4: {0}. {1}}
-
-CTL_FINISH=\ub9c8\uce68(&F)
-ACSD_FINISH=\ud574\ub2f9 \uc5c6\uc74c
-
-# NotifyDescriptor
-
-ACSD_InputPanel=\uc785\ub825 \uc904
-ACSD_InputField=\ud574\ub2f9 \uc5c6\uc74c
-ACN_NotifyDescriptor_MessageJTextArea=\ud574\ub2f9 \uc5c6\uc74c
-ACD_NotifyDescriptor_MessageJTextArea=\ud574\ub2f9 \uc5c6\uc74c
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} \ub9c8\ubc95\uc0ac({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={1} \uc911 {0}
-CTL_ContentName=\ub2e8\uacc4
-CTL_HelpName=\ub3c4\uc6c0\ub9d0
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=\uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2ed\uc2dc\uc624.
-
diff --git a/l10n/src/ko/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ko.properties
deleted file mode 100644
index ac522e7..0000000
--- a/l10n/src/ko/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ko.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\uc2e4\ud589 API
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\uc624\ud508 API\uc758 \uc2e4\ud589 API\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\uc624\ud508 API\uc758 org.openide.execution.* \ud328\ud0a4\uc9c0 \ubd80\ubd84\uc73c\ub85c \uad6c\uc131\ub429\ub2c8\ub2e4.
-
diff --git a/l10n/src/ko/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ko.properties
deleted file mode 100644
index daafee5..0000000
--- a/l10n/src/ko/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ko.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=\ud0d0\uc0c9\uae30 \uc640 \ub4f1\ub85d \uc815\ubcf4 \uc2dc\ud2b8 API
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c
-OpenIDE-Module-Short-Description=\ub178\ub4dc \uad6c\uc870\ub97c \ud45c\uc2dc\ud558\ub294 \ub2e4\uc591\ud55c \ubdf0\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\ub178\ub4dc API\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc0dd\uc131\ub41c \uad6c\uc870\ub97c \ud45c\uc2dc\ud558\ub294 \uc0c8 \ubdf0\ub97c \uc815\uc758\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=\ud0d0\uc0c9\uae30 [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=\ud0d0\uc0c9\uae30 \ucc3d\uc744 \ubcf5\uc6d0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ub8e8\ud2b8 \ub178\ub4dc "{0}"\uc744(\ub97c) \uc62c\ubc14\ub974\uac8c \ubcf5\uc6d0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=\ud0d0\uc0c9\uae30 \ubdf0\ub294 \ube48 \uc120\ud0dd\uc744 \uac70\ubd80\ud574\uc11c\ub294 \uc548 \ub429\ub2c8\ub2e4.
-EXC_ContextMustBeWithinRootContext=\ud0d0\uc0c9\ud55c \ucee8\ud14d\uc2a4\ud2b8({0})\uac00 \ub8e8\ud2b8 \ucee8\ud14d\uc2a4\ud2b8({1}) \ub0b4\uc5d0 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4.
-EXC_NodeCannotBeNull=\ub178\ub4dc \uc120\ud0dd\uc5d0 null\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-EXC_NoElementOfNodeSelectionMayBeNull=\ub178\ub4dc \uc120\ud0dd \uc694\uc18c\uac00 null\uc77c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-EXC_NodeSelectionCannotContainNodes=\ub178\ub4dc \uc120\ud0dd\uc740 \ub8e8\ud2b8({1})\uc758 \ud558\uc704\uac00 \uc544\ub2cc \ub178\ub4dc({0})\ub97c \ud3ec\ud568\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-EXC_CannotHaveNullRootContext=null \ub8e8\ud2b8 \ucee8\ud14d\uc2a4\ud2b8\uac00 \uc788\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject={0}\uc744(\ub97c) \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder={0}\uacfc(\uc640) \ud574\ub2f9 \ub0b4\uc6a9\uc744 \ubaa8\ub450 \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=\uc774\ub7ec\ud55c {0} \ud56d\ubaa9\uc744 \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-MSG_ConfirmDeleteObjectTitle=\uac1d\uccb4 \uc0ad\uc81c \ud655\uc778
-MSG_ConfirmDeleteFolderTitle=\ud328\ud0a4\uc9c0 \uc0ad\uc81c \ud655\uc778
-MSG_ConfirmDeleteObjectsTitle=\uc5ec\ub7ec \uac1d\uccb4 \uc0ad\uc81c \ud655\uc778
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow={0}({3}\uc5d0 \ub300\ud55c \ub9c1\ud06c)\uc744(\ub97c) \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-MSG_ConfirmDeleteShadowTitle=\ub9c1\ud06c \uc0ad\uc81c \ud655\uc778
-
-
diff --git a/l10n/src/ko/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ko.properties
deleted file mode 100644
index cd09ffc..0000000
--- a/l10n/src/ko/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ko.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=\uc608\uc678 \uc704\uce58
-PS_Editor=\ub4f1\ub85d \uc815\ubcf4 \ud3b8\uc9d1\uae30
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=\ubc30\uc5f4
-FMT_ErrorSettingProperty=\ub4f1\ub85d \uc815\ubcf4\ub97c \uc124\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. {0}\uc740(\ub294) {1}\uc5d0 \uc720\ud6a8\ud55c \uac12\uc774 \uc544\ub2d9\ub2c8\ub2e4.
-FMT_CannotUpdateProperty={0}\uc740(\ub294) {1}\uc5d0 \uc720\ud6a8\ud55c \uac12\uc774 \uc544\ub2d9\ub2c8\ub2e4.
-
-#PropertySheet
-CTL_NoPropertyEditor=(\ub4f1\ub85d \uc815\ubcf4 \ud3b8\uc9d1\uae30 \uc5c6\uc74c)
-CTL_NoProperties=<\ub4f1\ub85d \uc815\ubcf4 \uc5c6\uc74c>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=\ub4f1\ub85d \uc815\ubcf4
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=\ubc94\uc8fc\ubcc4 \uc815\ub82c
-ACS_CTL_NoSort=\ubc94\uc8fc\ubcc4 \uc815\ub82c
-CTL_AlphaSort=\uc774\ub984\ubcc4 \uc815\ub82c
-ACS_CTL_AlphaSort=\uc774\ub984\ubcc4 \uc815\ub82c
-CTL_TypeSort=\uc720\ud615\ubcc4 \uc815\ub82c
-ACS_CTL_TypeSort=\uc720\ud615\ubcc4 \uc815\ub82c
-CTL_VisibleWritableOnly=\ud3b8\uc9d1 \uac00\ub2a5\ud55c \ub4f1\ub85d \uc815\ubcf4\ub9cc \ud45c\uc2dc
-ACS_CTL_VisibleWritableOnly=\ud3b8\uc9d1 \uac00\ub2a5\ud55c \ub4f1\ub85d \uc815\ubcf4\ub9cc \ud45c\uc2dc
-CTL_Customize=\uc0ac\uc6a9\uc790 \uc815\uc758\uc790
-ACS_CTL_Customize=\uc0ac\uc6a9\uc790 \uc815\uc758\uc790
-CTL_Help=\ub3c4\uc6c0\ub9d0
-ACS_CTL_Help=\ub3c4\uc6c0\ub9d0
-ACSD_CTL_Help=\ub4f1\ub85d \uc815\ubcf4\uac00 \ub4f1\ub85d \uc815\ubcf4 \uc2dc\ud2b8\uc5d0 \ud45c\uc2dc\ub418\ub294 \uac1d\uccb4 \uad00\ub828 \ub3c4\uc6c0\ub9d0\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]\ub514\uc790\uc778 \ud0c0\uc784\uc5d0 >>{0}<< \ub4f1\ub85d \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud558\uba74 \uc608\uc678\uac00 \ubc1c\uc0dd\ud569\ub2c8\ub2e4.
-
-#PropertySheet
-CTL_Property_sheet_option=\ub4f1\ub85d \uc815\ubcf4 \uc2dc\ud2b8
-
-
-#IndexedPropertyEditor
-CTL_NoItem=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ud56d\ubaa9 \uc5c6\uc74c
-CTL_Index=\ub4f1\ub85d \uc815\ubcf4 \uc0c9\uc778:
-CTL_Unknown=\uc54c \uc218 \uc5c6\uc74c
-
-#PropertyDialogManager
-CTL_OK=\ud655\uc778
-ACSD_CTL_OK=\ud574\ub2f9 \uc5c6\uc74c
-CTL_Cancel=\ucde8\uc18c
-ACSD_CTL_Cancel=\ud574\ub2f9 \uc5c6\uc74c
-CTL_Close=\ub2eb\uae30
-ACSD_CTL_Close=\ud574\ub2f9 \uc5c6\uc74c
-CTL_Default=\uae30\ubcf8\uac12\uc73c\ub85c \ucd08\uae30\ud654(&D)
-ACSD_CTL_Default=\ud574\ub2f9 \uc5c6\uc74c
-CTL_Paste=\ubd99\uc5ec\ub123\uae30
-
-#PropertyDetails
-EXC_Setter=\ub4f1\ub85d \uc815\ubcf4\uc758 setter \uba54\uc18c\ub4dc\uc5d0 \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. {0}
-EXC_Setter_localized=\ub4f1\ub85d \uc815\ubcf4 {0}\uc758 setter \uba54\uc18c\ub4dc\uc5d0 \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<\uc0ac\uc6a9\uc790 \uc815\uc758 \ud3b8\uc9d1\uae30 \uc5c6\uc74c>
-CTL_No_property_editor=<\ub4f1\ub85d \uc815\ubcf4 \ud3b8\uc9d1\uae30 \uc5c6\uc74c>
-CTL_Different_Values=<\ub2e4\ub978 \uac12>
-CTL_Desc_Different_Values=\uc120\ud0dd\ud55c \ub178\ub4dc\uc5d0\uc11c \uc774 \ub4f1\ub85d \uc815\ubcf4 \uac12\uc774 \ub2e4\ub985\ub2c8\ub2e4.
-CTL_No_properties=<\ub4f1\ub85d \uc815\ubcf4 \uc5c6\uc74c>
-CTL_No_value=<\uac12 \uc5c6\uc74c>
-CTL_No_type=<\uc720\ud615 \uc5c6\uc74c>
-CTL_ElipsisHint=\uc0ac\uc6a9\uc790 \uc815\uc758\uc790\ub97c \ud638\ucd9c\ud569\ub2c8\ub2e4.
-CTL_InvalidValue=\uc798\ubabb\ub41c \uac12: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#\uc798\ubabb\ub41c \uac12 {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} \uc720\ud615: {1}{2,choice,0#|1# Bean: {3}|2# Bean: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=\ub4f1\ub85d \uc815\ubcf4(&P)
-CTL_New=\uc0c8\ub85c \ub9cc\ub4e4\uae30(&N)
-CTL_Delete=\uc0ad\uc81c(&D)
-CTL_MoveUp=\uc704\ub85c \uc774\ub3d9(&U)
-CTL_MoveDown=\uc544\ub798\ub85c \uc774\ub3d9(&W)
-CTL_HideDetails=\uc790\uc138\ud55c \ub0b4\uc6a9 \uc228\uae30\uae30(&H)
-CTL_ShowDetails=\uc790\uc138\ud55c \ub0b4\uc6a9 \ud45c\uc2dc(&S)
-EXC_ErrorInIndexedSetter=\uc0c9\uc778 \ub4f1\ub85d \uc815\ubcf4 \uac12\uc744 \uc124\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-ACSD_Properties=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_New=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_Delete=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_MoveUp=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_MoveDown=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_HideDetails=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_ShowDetails=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_IndexedEditorPanel=\ud574\ub2f9 \uc5c6\uc74c
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=\uc774\ub984
-COLUMN_VALUES=\uac12
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<\uc77d\uc744 \uc218 \uc5c6\uc74c>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=\uac12 \uc124\uc815 \uc624\ub958
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=\uc54c \uc218 \uc5c6\ub294 \uc815\ub82c \ubaa8\ub4dc
-
-#Button labels for property dialogs
-ok=\ud655\uc778
-default=\uae30\ubcf8\uac12 \ubcf5\uc6d0
-cancel=\ucde8\uc18c
-close=\ub2eb\uae30
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=\uc124\uba85
-ACSD_Description=\ud604\uc7ac \uc120\ud0dd\ud55c \ub4f1\ub85d \uc815\ubcf4\uc758 \uc124\uba85\uc785\ub2c8\ub2e4.
-ACS_DescriptionTitle=\ub4f1\ub85d \uc815\ubcf4 \uc774\ub984
-ACSD_DescriptionTitle=\ud604\uc7ac \ud3b8\uc9d1 \uc911\uc778 \ub4f1\ub85d \uc815\ubcf4\uc758 \uc774\ub984\uc785\ub2c8\ub2e4.
-CTL_NO_DESCRIPTION=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uc124\uba85\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
-CTL_NO_SELECTION=\uc120\ud0dd\ud55c \ud56d\ubaa9\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
-ACS_Splitter=\ubd84\ub9ac\uc790
-ACSD_Splitter=\ub4f1\ub85d \uc815\ubcf4 \ud14c\uc774\ube14 \ubc0f \uc124\uba85 \uc601\uc5ed \uac04\uc758 \uc2dc\uac01\uc801 \uad6c\ubd84\uc120\uc785\ub2c8\ub2e4.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=\ub4f1\ub85d \uc815\ubcf4
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0}\uc774(\uac00) {1}\uacfc(\uc640) \uac19\uc2b5\ub2c8\ub2e4.
-FMT_ACST_SheetSet=\ub4f1\ub85d \uc815\ubcf4 \uadf8\ub8f9 {0}
-ACST_No_Selection=\uc120\ud0dd\ud55c \ud56d\ubaa9\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
-CTL_Multiple_Selection=\uc5ec\ub7ec \uac1d\uccb4\ub97c \uc120\ud0dd\ud588\uc2b5\ub2c8\ub2e4.
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=\ud074\ub9ad\ud558\uac70\ub098 \uc120\ud0dd\ud55c \ub2e4\uc74c Ctrl-Space\ub97c \ub20c\ub7ec \uc0ac\uc6a9\uc790 \uc815\uc758 \ud3b8\uc9d1\uae30\ub97c \uc5fd\ub2c8\ub2e4. \uba54\ub274\ub97c \ubcf4\ub824\uba74 \ub9c8\uc6b0\uc2a4 \uc624\ub978\ucabd \ubc84\ud2bc\uc744 \ud074\ub9ad\ud569\ub2c8\ub2e4.
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=\uc124\uba85 \uc601\uc5ed \ud45c\uc2dc
-CTL_HideDescription=\uc124\uba85 \uc601\uc5ed \uc228\uae30\uae30
-CTL_RestoreDefaultValue=\uae30\ubcf8\uac12 \ubcf5\uc6d0
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=\ub4f1\ub85d \uc815\ubcf4
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=\uc774 \ub4f1\ub85d \uc815\ubcf4
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=\uc798\ubabb\ub41c \ubc88\ud638 \ud615\uc2dd: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=\uc0ac\uc6a9\uc790 \uc815\uc758 \ud3b8\uc9d1\uae30: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=\ub4f1\ub85d \uc815\ubcf4 \ud14c\uc774\ube14
-ACSN_SHEET_TABBED_PANE=\ub4f1\ub85d \uc815\ubcf4 \ubc94\uc8fc
-ACSD_SHEET_TABLE=\ud604\uc7ac \uac1d\uccb4\ub97c \ud45c\uc2dc\ud558\ub294 \ud3b8\uc9d1 \uac00\ub2a5\ud55c \ub4f1\ub85d \uc815\ubcf4 \ud14c\uc774\ube14
-ACSD_SHEET_TABBED_PANE=\ud604\uc7ac \uac1d\uccb4\uc758 \uc5ec\ub7ec \ub4f1\ub85d \uc815\ubcf4 \uc9d1\ud569\uc744 \uc120\ud0dd\ud558\uc5ec \ub4f1\ub85d \uc815\ubcf4 \uc2dc\ud2b8\uc5d0 \ud45c\uc2dc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
-
-LBL_QUICKSEARCH=\ube60\ub978 \uac80\uc0c9:
-
-MSG_SetAsText_InvalidValue=\uc798\ubabb\ub41c \uac12: {0}
-
diff --git a/l10n/src/ko/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ko.properties
deleted file mode 100644
index e32972c..0000000
--- a/l10n/src/ko/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ko.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=\ube44\uc5b4 \uc788\uc74c
-MenuViewStartFromRoot=\ub8e8\ud2b8\uc5d0\uc11c \ucc3e\uc544\ubcf4\uae30
-MenuViewStartFromCurrent=\ud604\uc7ac \uc9c0\uc810\uc5d0\uc11c \ucc3e\uc544\ubcf4\uae30
-
-# TabView
-TabView_RootTab=\ub8e8\ud2b8
-
-# TreeView
-VetoSelectedNodes=\uc120\ud0dd\ud55c \ub178\ub4dc
-LBL_QUICKSEARCH=\uac80\uc0c9:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=\uc774 \uac1d\uccb4\uc758 \uc774\ub984\uc744 {0}\uc5d0\uc11c {1}(\uc73c)\ub85c \ubc14\uafc0 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-ACSN_TreeViewCellEditor=\ud3b8\uc9d1\uae30 \uc774\ub984 \ubc14\uafb8\uae30
-ACSD_TreeViewCellEditor=\ud2b8\ub9ac \ubdf0\uc5d0 \uc788\ub294 \ub178\ub4dc \uc774\ub984\uc758 \ud604\uc7ac \uc704\uce58 \ud3b8\uc9d1\uae30
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=\ub300\uc0c1\uc774 \uc804\uc1a1 \ub0b4\uc6a9\uc744 \uc2b9\uc778\ud558\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.
-
-MSG_ABORT=\ucde8\uc18c
-
-#TableSheet
-ACS_TableSheet=\ub4f1\ub85d \uc815\ubcf4 \ud14c\uc774\ube14
-ACSD_TableSheet=\ud574\ub2f9\uc0ac\ud56d\uc5c6\uc2b4
-ACS_NullPanel=\ub4f1\ub85d \uc815\ubcf4 \uc5c6\uc74c
-# {0} - bean
-ACSD_NullPanel=\ub4f1\ub85d \uc815\ubcf4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} \uc720\ud615: {1} Bean: {2}
-CTL_No_value=<\uac12 \uc5c6\uc74c>
-CTL_No_type=<\uc720\ud615 \uc5c6\uc74c>
-
-# TreeTableView
-LBL_ColumnDialogTitle=\ud45c\uc2dc \uc5f4 \ubcc0\uacbd
-LBL_ColumnDialogDesc=\ubaa9\ub85d\uc5d0 \ud45c\uc2dc\ud560 \uc5f4 \uc120\ud0dd
-LBL_ListOptions=\ubaa9\ub85d \uc635\uc158
-LBL_ChangeColumns=\ud45c\uc2dc \uc5f4 \ubcc0\uacbd...
-LBL_SortMenu=\uc815\ub82c
-LBL_Ascending=\uc624\ub984\ucc28\uc21c
-LBL_Descending=\ub0b4\ub9bc\ucc28\uc21c
-LBL_ColsMenu=\uc5f4
-LBL_MoveLeft=\uc67c\ucabd\uc73c\ub85c \uc774\ub3d9(F)
-LBL_MoveRight=\uc624\ub978\ucabd\uc73c\ub85c \uc774\ub3d9(G)
-MSG_NoColumnsToChange=\uac00\uc2dc\uc131\uc744 \ubcc0\uacbd\ud560 \uc5f4\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
-LBL_NoSort=\uc5c6\uc74c
-ACSN_ColumnDialog=\ud45c\uc2dc \uc5f4 \ubcc0\uacbd
-ACSD_ColumnDialog=\ubaa9\ub85d\uc5d0 \ud45c\uc2dc\ud560 \uc5f4 \uc120\ud0dd
-
-#a11y
-ACSN_TreeTable=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_TreeTable=\ud574\ub2f9 \uc5c6\uc74c
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=\ucc3e\uc744 \uc870\uac74\ub9cc \ud45c\uc2dc
-
-CTL_ColumnsSelector=\ud45c\uc2dc \uc5f4 \ubcc0\uacbd
-ACN_ColumnsSelector=\uceec\ub7fc \uc120\ud0dd
-ACD_ColumnsSelector=\ubcf4\uc774\ub294 \uceec\ub7fc \uc120\ud0dd
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=\ubaa9\ub85d\uc5d0 \ud45c\uc2dc\ud560 \uc5f4 \uc120\ud0dd
-NodeOutlineModel_NodesColumnLabel=\ub178\ub4dc
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Children.MUTEX\ub97c \uc77d\uc5b4 \ub4dc\ub9ac\uc9c0\ub294 \uc54a\uace0 {0}\ub97c \uc811\uadfc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-
diff --git a/l10n/src/ko/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ko.properties
deleted file mode 100644
index 40e23e2..0000000
--- a/l10n/src/ko/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ko.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=\uc798\ubabb\ub41c XML \ubb38\uc11c:
-
-W-003=\uacbd\uace0: XML \uad6c\ubb38 \ubd84\uc11d\uae30\ub294 \uc0ac\uc804 \ucc98\ub9ac\uae30 \uae30\ub2a5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-
diff --git a/l10n/src/ko/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ko.properties
deleted file mode 100644
index 60c4d88..0000000
--- a/l10n/src/ko/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ko.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=\ud30c\uc77c \uc2dc\uc2a4\ud15c API
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\uc2dc\uac01\uc801 \ud30c\uc77c \uc2dc\uc2a4\ud15c API\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\uc2e4\uc81c OS \ud30c\uc77c\uc5d0 \ub3c5\ub9bd\uc801\uc778 \ubc29\ubc95\uc73c\ub85c \uc790\uc6d0\uacfc \uac19\uc740 \ud30c\uc77c\uc5d0 \uc561\uc138\uc2a4\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub514\uc2a4\ud06c\uc758 \ubcc0\uacbd \uc0ac\ud56d \uc54c\ub9bc\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid={0}\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=\ub8e8\ud2b8 {0}\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=\ud30c\uc77c \uc2dc\uc2a4\ud15c {0}\uc758 \ub8e8\ud2b8\ub97c \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=\ud30c\uc77c \uc2dc\uc2a4\ud15c {0}\uc758 \ub8e8\ud2b8 \uc774\ub984\uc744 \ubc14\uafc0 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete={1}\uc5d0\uc11c \ud30c\uc77c {0}\uc744(\ub97c) \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename={1}\uc5d0 \uc788\ub294 \ud30c\uc77c {0}\uc758 \uc774\ub984\uc744 {2}(\uc73c)\ub85c \ubc14\uafc0 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=\ud30c\uc77c \uc2dc\uc2a4\ud15c {0}\uc740(\ub294) \uc77d\uae30 \uc804\uc6a9\uc785\ub2c8\ub2e4.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO={1}\uc758 \ud30c\uc77c {0}\uc740(\ub294) \uc77d\uae30 \uc804\uc6a9\uc785\ub2c8\ub2e4.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=\ud30c\uc77c \uc2dc\uc2a4\ud15c {2}\uc758 {1}\uc740(\ub294) \ud3f4\ub354\uac00 \uc544\ub2c8\ubbc0\ub85c \ud30c\uc77c {0}\uc744(\ub97c) \uc0dd\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=\ud3f4\ub354 \uc774\ub984\uc5d0 "{0}" \uc5d0 \uacf5\ubc31\uc744 \ud5c8\uc6a9\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist={1} ({2})\uc548\uc5d0  {0}\ud3f4\ub354\uac00 \uc874\uc7ac\ud569\ub2c8\ub2e4.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF={1} ({2})\uc548\uc5d0 {0}\ub97c \uc0dd\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist={1} ({2})\ud30c\uc77c\uc2dc\uc2a4\ud15c \uc548\uc5d0 {0}\ud30c\uc77c\uc774 \uc874\uc7ac\ud569\ub2c8\ub2e4.
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=\ud30c\uc77c {2}\uc744(\ub97c) \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\ud30c\uc77c\uc2dc\uc2a4\ud15c {1} \uc0c1 \ud3f4\ub354 {0}\uc5d0 {3}
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=\ud604\uc7ac \uc7a0\uae08 [{3}]\uc774(\uac00) \uc788\ub294 {2}\uc5d0\uc11c \ud30c\uc77c {1}\uc5d0 \ub300\ud55c \uc7a0\uae08 [{0}]\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=filesystem.attributes \ud30c\uc77c\uc744 \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=\ud3f4\ub354 {0}\uc5d0\uc11c \ud30c\uc77c {1}\uc744(\ub97c) \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2}\uc740(\ub294) \uc77d\uae30 \uc804\uc6a9\uc785\ub2c8\ub2e4.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0}\uc740(\ub294) {1} \uc548\uc5d0 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc77d\uae30 \uc804\uc6a9\uc785\ub2c8\ub2e4.
-
-# {0} = name of zip file 
-EXC_FileNotExists=\ud30c\uc77c {0}\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} = name of zip file 
-EXC_CanntRead=\ud30c\uc77c {0}\uc5d0\uc11c \uc77d\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} = name of zip file 
-EXC_NotValidFile=\ud30c\uc77c {0}\uc5d0\uc11c \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=JAR \ud30c\uc77c {1}\uc758 \uc624\ub958: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=\uc54c \uc218 \uc5c6\ub294 JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=\ub2e4\uc911 \ud30c\uc77c \uc2dc\uc2a4\ud15c
-EXC_FileOutsideModified=\ud30c\uc77c {0}\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. \ub2e4\ub978 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc774 \ud30c\uc77c\uc744 \uc774\ub3d9\ud588\uac70\ub098 \uc774\ub984\uc744 \ubcc0\uacbd\ud588\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
-XML_NotValidXMLFileSystem=XML \ud30c\uc77c \uc2dc\uc2a4\ud15c\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-EXC_DefAttrReadErr=DefaultAttributes\ub97c \uc77d\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-EXC_UnreachableCode=\ub0b4\ubd80 \uc624\ub958: \ub3c4\ub2ec\ud560 \uc218 \uc5c6\ub294 \ucf54\ub4dc\uc785\ub2c8\ub2e4.
-
-EXC_FolderCopy=\ud3f4\ub354 \ubcf5\uc0ac\uac00 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-XML_RootInvalid=\ud30c\uc77c \uc2dc\uc2a4\ud15c \uc694\uc18c\uac00 \ub8e8\ud2b8 \uc694\uc18c\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4.
-XML_MisssingAttr=\"name\" \uc18d\uc131\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
-XML_InaccurateParam=\ub9e4\uac1c \ubcc0\uc218 \uc218\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-XML_UnknownElement=\uc54c \uc218 \uc5c6\ub294 \uc694\uc18c\uc785\ub2c8\ub2e4.
-XML_DuplElement=\uc911\ubcf5\ub41c FileObject:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={1}\uc758 {0}
-
-# Logging
-MSG_CACHED_INPUT_STREAM={0}\uc744(\ub97c) \uc704\ud55c \uc2a4\ud2b8\ub9bc \uc5ec\ub294 \uc911
-
diff --git a/l10n/src/ko/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ko.properties
deleted file mode 100644
index 8f1e5ef..0000000
--- a/l10n/src/ko/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ko.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=I/O API
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\ucd9c\ub825 \ud45c\uc2dc\uc640 \uad00\ub828\ub41c \uc624\ud508 API\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\ucd9c\ub825 \ud0ed \uc0dd\uc131, \ucd9c\ub825 \ud45c\uc2dc, \ucd9c\ub825 \ud558\uc774\ud37c\ub9c1\ud06c \uc5f0\uacb0 \ub4f1\uacfc \uad00\ub828\ub41c org.openide.windows.*\uc758 \ud074\ub798\uc2a4\ub97c \ud3ec\ud568\ud569\ub2c8\ub2e4.
-
diff --git a/l10n/src/ko/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_ko.properties
deleted file mode 100644
index e1545cb..0000000
--- a/l10n/src/ko/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_ko.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Long-Description=\uc774 \ubaa8\ub4c8\uc740 \uc2a4\ud06c\ub9bd\ud305 API\uc640 \ub370\uc774\ud130 \uc2dc\uc2a4\ud15c API\ub97c \ubc14\uc778\ub529\ud569\ub2c8\ub2e4. \ud15c\ud50c\ub9ac\ud2b8 \uc790\ub3d9 \uc0dd\uc131\uc73c\ub85c \uc5b4\ub5a0\ud55c scripting language\ub098 templating language \uc0ac\uc6a9\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.
-OpenIDE-Module-Name=\uace0\uae09 \ud15c\ud50c\ub9ac\ud2b8 \ud3b8\uc9d1
-OpenIDE-Module-Short-Description=\ub370\uc774\ud130 \uc2dc\uc2a4\ud15c \uc801\uc6a9 \uac00\ub2a5\ud55c \uace0\uae09 \ud15c\ud50c\ub9ac\ud2b8 \ud3b8\uc9d1 \uc774\uc678\uc5d0
-
diff --git a/l10n/src/ko/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ko.properties
deleted file mode 100644
index 3ae8a0e..0000000
--- a/l10n/src/ko/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ko.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\ub370\uc774\ud130 \uc2dc\uc2a4\ud15c API
-OpenIDE-Module-Short-Description=\ub370\uc774\ud130 \uac1d\uccb4 \uc870\uc791\uc744 \uc704\ud55c NetBeans \uac1c\ubc29 API\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\ub370\uc774\ud130 \uc2dc\uc2a4\ud15c API\ub294 \ub370\uc774\ud130 \uac1d\uccb4\ub97c \uc778\uc2dd\ud558\uace0 \uadf8\ub8f9\ud654\ud558\uc5ec \ud2b9\uc815 \uc758\ubbf8\ub97c \ubd80\uc5ec\ud558\ub294 \ud30c\uc77c \uc2dc\uc2a4\ud15c API\uc758 \ucd5c\uc0c1\uc704 \uacc4\uce35\uc785\ub2c8\ub2e4. \uc774\uc804\uc5d0 \uc77c\ubc18 \uac1c\ubc29 API\uc758 \uc77c\ubd80\uc600\ub358 \ub370\uc774\ud130 \uc2dc\uc2a4\ud15c API\ub294 \ud604\uc7ac \ub3c5\ub9bd \ubaa8\ub4c8\ub85c \ubd84\ub9ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c
-
-#DefaultDataObject
-HINT_DefaultDataObject=\uc778\uc2dd\ub418\uc9c0 \uc54a\ub294 \ud30c\uc77c
-
-EXC_SharedAccess=\uacf5\uc720 \uc561\uc138\uc2a4
-
-#Folder.Index
-EXC_ReorderFailed=\uc0c8 \uc21c\uc11c \uc9c0\uc815\uc744 \uc800\uc7a5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2={0} \ud30c\uc77c\uc744 \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint={3}\uc5d0 \ub300\ud55c \ub9c1\ud06c
-
-PROP_ShadowOriginalName=\uc6d0\ubcf8 \uc774\ub984
-HINT_ShadowOriginalName=\uc774 \ub9c1\ud06c\uac00 \ucc38\uc870\ud558\ub294 \uac1d\uccb4\uc758 \uc774\ub984\uc785\ub2c8\ub2e4.
-PROP_ShadowOriginalFileSystem=\uc6d0\ubcf8 \ud30c\uc77c \uc2dc\uc2a4\ud15c \uc774\ub984
-HINT_ShadowOriginalFileSystem=\uc6d0\ubcf8 \uac1d\uccb4\uc758 \ud30c\uc77c \uc2dc\uc2a4\ud15c \uc774\ub984\uc785\ub2c8\ub2e4.
-
-# DataNode
-PROP_name=\uc774\ub984
-HINT_name=\uc774 \uac1d\uccb4\uc758 \uc774\ub984\uc785\ub2c8\ub2e4.
-PROP_template=\ud15c\ud50c\ub9ac\ud2b8
-HINT_template=True\uc774\uba74 \uc774 \uac1d\uccb4\uac00 \ud15c\ud50c\ub9ac\ud2b8\uc785\ub2c8\ub2e4(\uc790\uccb4 \uc778\uc2a4\ud134\uc2a4\ub97c \ub9cc\ub4e4 \uc218 \uc788\uc74c).
-PROP_files=\ubaa8\ub4e0 \ud30c\uc77c
-HINT_files=\uc774 \uac1d\uccb4\uc5d0\uc11c \ud45c\uc2dc\ud558\ub294 \ud30c\uc77c \ubaa9\ub85d\uc785\ub2c8\ub2e4.
-PROP_size=\ud30c\uc77c \ud06c\uae30
-HINT_size=\uc774 \ud30c\uc77c\uc758 \uae38\uc774(\ubc14\uc774\ud2b8)\uc785\ub2c8\ub2e4. (\ubaa8\ub4e0 \ud30c\uc77c\uc5d0\uc11c \uccab \ubc88\uc9f8 \ub098\uc5f4\ub41c \ud30c\uc77c\uc5d0\ub9cc \uc801\uc6a9\ub429\ub2c8\ub2e4)
-PROP_lastModified=\uc218\uc815 \uc2dc\uac04
-HINT_lastModified=\uc774 \ud30c\uc77c\uc774 \ub9c8\uc9c0\ub9c9\uc73c\ub85c \uc218\uc815\ub41c \uc2dc\uac04\uc785\ub2c8\ub2e4. (\ubaa8\ub4e0 \ud30c\uc77c\uc5d0\uc11c \uccab \ubc88\uc9f8 \ub098\uc5f4\ub41c \ud30c\uc77c\uc5d0\ub9cc \uc801\uc6a9\ub429\ub2c8\ub2e4)
-PROP_extension=\ud655\uc7a5\uc790
-HINT_extension=\uc8fc\uc694 \ud30c\uc77c \ud655\uc7a5\uc790
-ERROR_extension=\ud655\uc7a5\uc790\ub97c \ubc14\uafc0 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ud30c\uc77c\uc774 \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-
-# name of set with sorting options
-PROP_sorting=\uc815\ub82c
-HINT_sorting=\uc124\uc815\uc744 \uc815\ub82c \ubc0f \uc21c\uc11c \uc9c0\uc815\ud569\ub2c8\ub2e4.
-
-#
-# folder sort mode property
-PROP_sort=\uc815\ub82c \ubaa8\ub4dc
-HINT_sort=\ud328\ud0a4\uc9c0\uc758 \uac1d\uccb4 \uc815\ub82c \ubc29\ubc95\uc744 \uacb0\uc815\ud569\ub2c8\ub2e4.
-# SortModeEditor
-VALUE_sort_none=\uc815\ub82c \uc548 \ud568
-VALUE_sort_names=\uc774\ub984\ubcc4
-VALUE_sort_class=\uc720\ud615\ubcc4
-VALUE_sort_folder_names=\uc774\ub984\ubcc4(\ud328\ud0a4\uc9c0 \uba3c\uc800)
-VALUE_sort_last_modified=\uc218\uc815 \uc2dc\uac04\ubcc4
-VALUE_sort_size=\ud30c\uc77c \ud06c\uae30\ubcc4
-
-
-#
-# Names of paste types
-#
-PT_move=\uc774\ub3d9(&M)
-PT_copy=\ubcf5\uc0ac(&C)
-PT_instantiate=\uc778\uc2a4\ud134\uc2a4\ud654(&I)
-PT_shadow=\ub9c1\ud06c \uc0dd\uc131(&L)
-PT_serialize=\uc9c1\ub82c\ud654(&S)
-PT_instance=\uae30\ubcf8 \uc778\uc2a4\ud134\uc2a4(&D)
-
-# 
-SerializeBean_Text=\uc778\uc2a4\ud134\uc2a4\ub97c \uc9c1\ub82c\ud654\ud560 \ud30c\uc77c\uc758 \uc774\ub984(&N)
-SerializeBean_Title=\uc778\uc2a4\ud134\uc2a4 \uc9c1\ub82c\ud654
-
-#
-# new folder
-#
-CTL_NewFolder=\ud3f4\ub354
-CTL_NewFolderName=\uc774\ub984(&N):
-CTL_NewFolderTitle=\uc0c8 \ud3f4\ub354 \uc0dd\uc131
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=\ud30c\uc77c {0}\uc774(\uac00) \ud3f4\ub354 {1}\uc5d0 \uc774\ubbf8 \uc788\uc2b5\ub2c8\ub2e4.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=\ud3f4\ub354 {0}\uc774(\uac00) \ud3f4\ub354 {1}\uc5d0 \uc774\ubbf8 \uc788\uc2b5\ub2c8\ub2e4.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=\ud30c\uc77c {1}\uc774(\uac00) \ub108\ubb34 \ucee4\uc11c({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) \uc548\uc804\ud558\uac8c \uc5f4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \n\ud30c\uc77c\uc744 \uc5f4\uba74 OutOfMemoryError\uac00 \ubc1c\uc0dd\ud558\uc5ec IDE\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uac8c \ub429\ub2c8\ub2e4. \uadf8\ub798\ub3c4 \ud30c\uc77c\uc744 \uc5ec\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML \uad6c\uc131 \ud30c\uc77c
-PROP_XmlError=\uc624\ub958(\ubcf5\uad6c \uac00\ub2a5)
-PROP_XmlWarning=\uacbd\uace0
-PROP_XmlFatalError=\uce58\uba85\uc801 \uc624\ub958
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=\ud3f4\ub354\ub97c \uc0dd\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. {0}\uc758 \uc774\ub984\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame={0}\uc744(\ub97c) \ubcf5\uc0ac\ud560 \uc218 \uc5c6\uc74c: \ub300\uc0c1 \ud3f4\ub354\uac00 \uc18c\uc2a4 \ud3f4\ub354\uc640 \ub3d9\uc77c\ud569\ub2c8\ub2e4.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder={0}\uc744(\ub97c) \ubcf5\uc0ac\ud560 \uc218 \uc5c6\uc74c: \ub300\uc0c1 \ud3f4\ub354\uac00 \uc18c\uc2a4 \ud3f4\ub354\uc758 \ud558\uc704 \ud3f4\ub354\uc785\ub2c8\ub2e4.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=\uc0c8 \ub9c8\ubc95\uc0ac - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=\uc0c8 \ub9c8\ubc95\uc0ac
-LAB_TemplateChooserPanelName=\ud15c\ud50c\ub9ac\ud2b8 \uc120\ud0dd
-LAB_SelectTemplateBorder=\ud15c\ud50c\ub9ac\ud2b8 \uc120\ud0dd(&S):
-MSG_NoDescription=\uc124\uba85 \uc5c6\uc74c
-MSG_InitDescription=\uc124\uba85 \ucd08\uae30\ud654 \uc911...
-LAB_TemplateDescriptionBorder=\ud15c\ud50c\ub9ac\ud2b8 \uc124\uba85(&T):
-LAB_TargetLocationPanelName=\ub300\uc0c1 \uc704\uce58
-LAB_TargetLocationDescription=\uc0c8\ub85c \uc0dd\uc131\ud55c \uac1d\uccb4\uc5d0 \ub300\ud55c \ud3f4\ub354\ub97c \uc120\ud0dd\ud558\uac70\ub098 \uc544\ub798\uc5d0 \ud3f4\ub354 \uc774\ub984\uc744 \uc785\ub825\ud558\uc2ed\uc2dc\uc624(S).
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_TemplateWizard1=\ud574\ub2f9 \uc5c6\uc74c
-
-CTL_NewObjectName=\uc774\ub984(&N)\:
-ACSD_NewObjectName=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_TargetLocationDescription=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_TemplateWizard2=\ud574\ub2f9 \uc5c6\uc74c
-
-ACSD_NewObjectPanel=\ud574\ub2f9 \uc5c6\uc74c
-
-LBL_settingsNodeName=\uc124\uc815
-EXC_folder_delete_failed=\uc774\ub3d9 \uc911 \uc18c\uc2a4 \ud3f4\ub354\ub97c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<\ucd5c\uc0c1\uc704 \ud3f4\ub354> [{0}]
-FMT_DefaultNewObjectName=<\uae30\ubcf8 \uc774\ub984>
-
-LBL_shadow_loader_display_name=\ub9c1\ud06c
-LBL_folder_loader_display_name=\ud3f4\ub354
-LBL_default_loader_display_name=\uc778\uc2dd\ub418\uc9c0 \uc54a\ub294 \uac1d\uccb4
-LBL_instance_loader_display_name=\uc791\uc5c5 \uc778\uc2a4\ud134\uc2a4
-
-FMT_CannotCopyDo=\uacbd\uace0: \uac1d\uccb4 {0}\uc744(\ub97c) \ubcf5\uc0ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-FMT_CannotMoveDo=\uacbd\uace0: \uac1d\uccb4 {0}\uc744(\ub97c) \uc774\ub3d9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# InstanceDataObject
-LBL_separator_instance=(\ubd84\ub9ac\uc790)
-PROP_instance_class=\ud074\ub798\uc2a4 \uc774\ub984
-HINT_instance_class=\ud45c\uc2dc\ud560 \uac1d\uccb4\uc758 Java \ud074\ub798\uc2a4 \uc774\ub984\uc785\ub2c8\ub2e4.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean={0} bean \uc800\uc7a5 \uc911 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.
-
-FMT_brokenShadowName={0}(\ub04a\uc5b4\uc9c4 \ub9c1\ud06c)
-HINT_brokenShadowOriginalName=\ub04a\uc5b4\uc9c4 \ub9c1\ud06c
-PROP_brokenShadowOriginalName=\ub04a\uc5b4\uc9c4 \ub9c1\ud06c
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=\ub04a\uc5b4\uc9c4 \ub9c1\ud06c \ud30c\uc77c \uc2dc\uc2a4\ud15c
-HINT_brokenShadowFileSystem=\ub04a\uc5b4\uc9c4 \ub9c1\ud06c \ud30c\uc77c \uc2dc\uc2a4\ud15c
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<\uc778\uc2dd\ud560 \uc218 \uc5c6\ub294 \uc124\uc815>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=\ub370\uc774\ud130 \uac1d\uccb4 \ubcf5\uc0ac \uc885\ub958
-LBL_DOcut=\ub370\uc774\ud130 \uac1d\uccb4 \uc798\ub77c\ub0b4\uae30 \uc885\ub958
-#NewObjectPanel
-LAB_NewObjectPanelName=\uc0c8 \uac1d\uccb4 \uc774\ub984
-FMT_DefaultNewObject=<\uae30\ubcf8\uac12>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader={0} \uc720\ud615 \uac1d\uccb4\uc5d0 \ub300\ud55c \ud31d\uc5c5 \uba54\ub274\ub97c \ubcf5\uc6d0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uae30\ubcf8 \uc124\uc815\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.
-LBL_loader_display_name=\ub85c\ub354
-
-MSG_renameError=\uc774 \uac1d\uccb4\uc758 \uc774\ub984\uc744 {0}\uc5d0\uc11c {1}(\uc73c)\ub85c \ubc14\uafc0 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-MSG_NotValidName={0}\uc758 \uc774\ub984\uc744 \ube44\uc6cc\ub458 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-ERR_NoFilesystem=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ud30c\uc77c \uc2dc\uc2a4\ud15c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uc77d\uae30 \uc804\uc6a9\uc774 \uc544\ub2cc, \uc228\uaca8\uc9c0\uc9c0 \uc54a\uc740 \ud30c\uc77c \uc2dc\uc2a4\ud15c\uc774 \ud558\ub098 \uc774\uc0c1 \uc788\ub294\uc9c0 \ud655\uc778\ud558\uc2ed\uc2dc\uc624.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=\ub300\uc0c1 \ud30c\uc77c \uc2dc\uc2a4\ud15c \ub610\ub294 \ud3f4\ub354\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
-MSG_fs_is_readonly=\ub300\uc0c1 \ud30c\uc77c \uc2dc\uc2a4\ud15c\uc774 \uc77d\uae30 \uc804\uc6a9\uc785\ub2c8\ub2e4.
-# {0} - name of the existing file
-MSG_file_already_exist=\ud30c\uc77c {0}\uc774(\uac00) \uc774\ubbf8 \uc788\uc2b5\ub2c8\ub2e4.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=\ud30c\uc77c \uc2dc\uc2a4\ud15c \uc791\uc5c5
-#InstantiateAction
-Instantiate=\uc778\uc2a4\ud134\uc2a4\ud654
-#SaveAsTemplateAction
-SaveAsTemplate=\ud15c\ud50c\ub9ac\ud2b8\ub85c \uc800\uc7a5...
-Title_SaveAsTemplate=\ud15c\ud50c\ub9ac\ud2b8\ub85c \uc800\uc7a5
-CTL_SaveAsTemplate=\uc0c8 \ud15c\ud50c\ub808\ud2b8\uac00 \ud45c\uc2dc\ub420 \ubc94\uc8fc\ub97c \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624(&S):
-CTL_SaveAsTemplate_TemplatesRoot=\ud15c\ud50c\ub9ac\ud2b8
-SaveAll=\ubaa8\ub450 \uc800\uc7a5(&A)
-HINT_SaveAll=\ubaa8\ub4e0 \ud30c\uc77c \uc800\uc7a5 (\ub9cc\uc57d \uc800\uc7a5\uc2dc \ucef4\ud30c\uc77c \uae30\ub2a5\uc774 \ucf1c\uc788\uc73c\uba74 \uc774\uac83\uc740 \ud30c\uc77c\ub4e4\uc744 \ucef4\ud30c\uc77c/\ube4c\ub4dc \ud560 \uac83\uc785\ub2c8\ub2e4.)
-# FileSystemRefreshAction
-LAB_Refresh=\ud3f4\ub354 \uc0c8\ub85c \uace0\uce68
-# NewTemplateAction
-EXC_TemplateFailed=\ud15c\ud50c\ub9ac\ud2b8\ub85c\ubd80\ud130 \uac1d\uccb4 \uc0dd\uc131\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.
-NewTemplate=\uc0c8\ub85c \ub9cc\ub4e4\uae30(&N)
-NewTemplateAction=\ubaa8\ub4e0 \ud15c\ud50c\ub9ac\ud2b8...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=\ube44\uc5b4 \uc788\uc74c
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen={0}\uc744(\ub97c) \uc5ec\ub294 \uc911 ...
-
-# {0} = name of the data object
-MSG_SaveFile=\ud30c\uc77c {0}\uc744(\ub97c) \uc218\uc815\ud588\uc2b5\ub2c8\ub2e4. \uc800\uc7a5\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (\ubcc0\uacbd\ub428)
-TIP_editor_ro=\ (\uc77d\uae30 \uc804\uc6a9)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=\ud30c\uc77c {0}\uc774(\uac00) \uc77d\uae30 \uc804\uc6a9\uc73c\ub85c \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4! \ubaa8\ub4e0 \ubcc0\uacbd \uc0ac\ud56d\uc774 \ubb34\uc2dc\ub429\ub2c8\ub2e4.
-MSG_FileReadOnlySaving=\ud30c\uc77c {0}\uc774(\uac00) \uc77d\uae30 \uc804\uc6a9\uc73c\ub85c \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4! \uc800\uc7a5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-MSG_FileReadOnlyChanging=\ud30c\uc77c {0}\uc774(\uac00) \uc77d\uae30 \uc804\uc6a9\uc73c\ub85c \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4! 
-
-
-MSG_BinaryFileQuestion=\uc774 \ud30c\uc77c\uc5d0 \uc774\uc9c4 \ub370\uc774\ud130\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ud14d\uc2a4\ud2b8 \ud3b8\uc9d1\uae30\uc5d0\uc11c \ud30c\uc77c\uc744 \uc5ec\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-MSG_BinaryFileWarning=\uc774\uc9c4 \ud30c\uc77c\uc744 \uac10\uc9c0\ud588\uc2b5\ub2c8\ub2e4.
-
-CTL_SaveAsAction=\ub2e4\ub978 \uc774\ub984\uc73c\ub85c \uc800\uc7a5(&V)..
-MSG_SaveAsFailed={0}\uc744 \uc800\uc7a5\ud558\ub294 \ub3d9\uc548 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.\n\uc6d0\uc778:{1}
-LBL_SaveAsTitle=\ub2e4\ub978 \uc774\ub984\uc73c\ub85c \uc800\uc7a5
-MSG_CannotCreateTargetFolder=\uc9c0\uc815\ub41c \ud3f4\ub354\ub97c \uc0dd\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-MSG_SaveAs_SameFileSelected=\ub2e4\ub978 \ud30c\uc77c \uc774\ub984\uc744 \uc120\ud0dd\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.
-MSG_SaveAs_SameFileSelected_Title=\ub2e4\ub978 \uc774\ub984\uc73c\ub85c \uc800\uc7a5
-
diff --git a/l10n/src/ko/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ko.properties
deleted file mode 100644
index 7bc11ee..0000000
--- a/l10n/src/ko/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ko.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\ubaa8\ub4c8 \uc2dc\uc2a4\ud15c API
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\uc124\uce58\ub41c \ubaa8\ub4c8\uc5d0 \ub300\ud55c \uc815\ubcf4\ub97c \uac00\uc838\uc624\ub294 API\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\uc124\uce58\ub41c \ubaa8\ub4c8 \ubaa9\ub85d\uc744 \uac00\uc838\uc624\uace0 \ud574\ub2f9 \ub4f1\ub85d \uc815\ubcf4 \ubc0f \uc885\uc18d\uc131\uc744 \uac80\uc0ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
-
diff --git a/l10n/src/ko/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ko.properties
deleted file mode 100644
index 65c3baa..0000000
--- a/l10n/src/ko/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ko.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\ub178\ub4dc API
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c
-OpenIDE-Module-Short-Description=\uc77c\ubc18 \ud2b8\ub9ac \uc720\uc0ac \uad6c\uc870\ub97c \uc815\uc758\ud558\ub294 API\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\ub178\ub4dc\ub97c \uc815\uc758\ud558\uc5ec \ud2b8\ub9ac \uc720\uc0ac \uad6c\uc870\uc5d0 \ub300\ud574 \ucd94\uc0c1\ud654\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc774\ud6c4 \ud0d0\uc0c9\uae30 API\uc5d0\uc11c \uc77c\ubc18 \ud655\uc7a5\ud615 \uc778\ud130\ud398\uc774\uc2a4\ub97c \ud45c\uc2dc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
-
-
-
-#Sheet
-Properties=\ub4f1\ub85d \uc815\ubcf4
-Expert=\uc804\ubb38\uac00
-HINT_Properties=\uc774 \uac1d\uccb4\uc758 \ub4f1\ub85d \uc815\ubcf4\uc785\ub2c8\ub2e4.
-HINT_Expert=\uc774 \uac1d\uccb4\uc758 \uc804\ubb38\uac00 \ub4f1\ub85d \uc815\ubcf4\uc785\ub2c8\ub2e4.
-
-#indexed customizer
-LAB_order=\uc21c\uc11c \ubcc0\uacbd
-LAB_listOrder=\uc774 \uc21c\uc11c\ub85c \ud544\ub4dc \ud45c\uc2dc(S):
-LAB_listOrder_Mnemonic=S
-Button_close=\ub2eb\uae30(C)
-Button_close_Mnemonic=C
-Button_up=\uc704\ub85c \uc774\ub3d9(U)
-Button_up_Mnemonic=U
-Button_down=\uc544\ub798\ub85c \uc774\ub3d9(D)
-Button_down_Mnemonic=D
-
-ACSD_Button_close=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_Button_up=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_Button_down=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_ListOrder=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_IndexedCustomizer=\ud574\ub2f9 \uc5c6\uc74c
-
-#PropertySupport
-CTL_StandardName=\uc774\ub984
-CTL_StandardHint=\uac1d\uccb4\uc758 \uc774\ub984\uc785\ub2c8\ub2e4.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=\ub178\ub4dc \ubd99\uc5ec\ub123\uae30
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=\uc0c9\uc778 \ubcf5\uc0ac
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=\uc7a0\uc2dc \uae30\ub2e4\ub824 \uc8fc\uc2ed\uc2dc\uc624...
-
diff --git a/l10n/src/ko/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ko.properties
deleted file mode 100644
index edb18a9..0000000
--- a/l10n/src/ko/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ko.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\uc124\uc815 \uc635\uc158 API
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\uae30\ubcf8 \uc124\uc815 \uc800\uc7a5\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=NetBeans \uae30\ubc18 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc758 \uc5ec\ub7ec \ud638\ucd9c \uac04 \uc124\uc815 \uc800\uc7a5\uc18c\ub97c \ub2e8\uc21c\ud654\ud558\ub294 \ud074\ub798\uc2a4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.
-OpenIDE-Module-Deprecation-Message=\ub300\uc2e0 org.openide.util.NbPreferences\ub97c \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter={0} \uc0c1 getter \ud504\ub85c\ud37c\ud2f0 \ud638\ucd9c\uc2dc \uc775\uc149\uc158.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/ko/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ko.properties
deleted file mode 100644
index 25ebc9a..0000000
--- a/l10n/src/ko/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ko.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\ud14d\uc2a4\ud2b8 API
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\ud3b8\uc9d1\uae30 \ud0b7\uc5d0 \uae30\ubc18\ud558\uc5ec Swing\uc744 \ub798\ud551\ud558\ub294 \uc77c\ubc18 API\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=Swing \ud14d\uc2a4\ud2b8 \ud3b8\uc9d1\uae30\ub97c \ud3ec\ud568\ud558\ub294 \uad6c\uc131 \uc694\uc18c\ub97c \uc815\uc758\ud558\ub294 \ub370 \ub300\ud55c \uc9c0\uc6d0\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.
-
-
-
-# Editor top component
-CTL_ModeName=\uc5d0\ub514\ud130
-
-# Print settings
-CTL_Print_settings=\ud504\ub9b0\ud2b8 \uc124\uc815
-CTL_Header_format = {1}\uc5d0\uc11c {2} \uc778\uc1c4
-CTL_Footer_format = \ud398\uc774\uc9c0 {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=\ud398\uc774\uc9c0 \ud3ec\ub9f7
-HINT_PAGE_FORMAT=\ud398\uc774\uc9c0 \ud3ec\ub9f7
-PROP_WRAP=\uc904 \ubc14\uafc8
-HINT_WRAP=\uc904 \ubc14\uafc8\uc744 \uc218\ud589\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-PROP_HEADER_FORMAT=\ud398\uc774\uc9c0 \uba38\ub9ac\uae00 \ud615\uc2dd
-
-HINT_HEADER_FORMAT=\uc608: "\ud30c\uc77c {2}\uc758 \ud398\uc774\uc9c0 {0} \uc704\ucabd(\ub0a0\uc9dc {1}\uc5d0 \uc778\uc1c4\ub428)".
-PROP_FOOTER_FORMAT=\ud398\uc774\uc9c0 \ubc14\ub2e5\uae00 \ud615\uc2dd
-HINT_FOOTER_FORMAT=\uc608: "\ud30c\uc77c {2}\uc758 \ud398\uc774\uc9c0 {0} \uc544\ub798\ucabd(\ub0a0\uc9dc {1}\uc5d0 \uc778\uc1c4\ub428)".
-PROP_HEADER_FONT=\ud398\uc774\uc9c0 \uba38\ub9ac\uae00 \uae00\uaf34
-HINT_HEADER_FONT=\ud398\uc774\uc9c0 \uba38\ub9ac\uae00 \uae00\uaf34\uc744 \uc124\uc815\ud569\ub2c8\ub2e4.
-PROP_FOOTER_FONT=\ud398\uc774\uc9c0 \ubc14\ub2e5\uae00 \uae00\uaf34
-HINT_FOOTER_FONT=\ud398\uc774\uc9c0 \ubc14\ub2e5\uae00 \uae00\uaf34\uc744 \uc124\uc815\ud569\ub2c8\ub2e4.
-PROP_HEADER_ALIGNMENT=\ud398\uc774\uc9c0 \uba38\ub9ac\uae00 \uc815\ub82c
-HINT_HEADER_ALIGNMENT=\ud398\uc774\uc9c0 \uba38\ub9ac\uae00 \uc815\ub82c - \uc67c\ucabd, \uac00\uc6b4\ub370, \uc624\ub978\ucabd.
-PROP_FOOTER_ALIGNMENT=\ud398\uc774\uc9c0 \ubc14\ub2e5\uae00 \uc815\ub82c
-HINT_FOOTER_ALIGNMENT=\ud398\uc774\uc9c0 \ubc14\ub2e5\uae00 \uc815\ub82c - \uc67c\ucabd, \uac00\uc6b4\ub370, \uc624\ub978\ucabd.
-PROP_LINE_ASCENT_CORRECTION=\uc904 \uac04\uaca9 \uc218\uc815
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=\uc904 \uac04\uaca9 \uc218\uc815\uc744 \uc704\ud55c \uc2b9\uc218\uc785\ub2c8\ub2e4.
-
-# Alignment Prop Editor
-CTL_CENTER = \uac00\uc6b4\ub370
-CTL_RIGHT = \uc624\ub978\ucabd
-CTL_LEFT = \uc67c\ucabd
-
-# Cancellation
-CTL_Print_progress=\ud398\uc774\uc9c0 \ubc88\ud638 {0}\uc744(\ub97c) \uc778\uc1c4\ud588\uc2b5\ub2c8\ub2e4.
-CTL_Print_cancellation=\uc791\uc5c5 \uc9c4\ud589\ub960 \uc778\uc1c4
-CTL_Cancel=\ucde8\uc18c
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=\ud604\uc7ac \ud504\ub9b0\ud130 \uc791\uc5c5\uc744 \uc911\ub2e8\ud588\uc2b5\ub2c8\ub2e4.
-EXC_Printer_Problem=\ud504\ub9b0\ud130 \ubb38\uc81c: {0}
-EXC_ReadOnlyFile=\ud30c\uc77c {0}\uc740(\ub294) \uc77d\uae30 \uc804\uc6a9\uc785\ub2c8\ub2e4.
-EXC_LoadDocument=\ubb38\uc11c {0}\uc744(\ub97c) \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-LBL_EditorLoading=\ub85c\ub4dc\uc911...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=\uc9c8\ubb38
-CTL_Save=\uc800\uc7a5
-ACSN_CTL_Save=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_CTL_Save=\ud574\ub2f9 \uc5c6\uc74c
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=\ubb34\uc2dc(D)
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=\ud574\ub2f9 \uc5c6\uc74c
-ACSD_CTL_Discard=\ud574\ub2f9 \uc5c6\uc74c
-
-# PositionBounds
-MSG_Empty_string=\ube48 \ubb38\uc790\uc5f4\uc744 \uc0bd\uc785\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-#editor support warning message
-FMT_FileNotFound=\uacbd\uace0: \ud30c\uc77c {0}\uc774(\uac00) \uc5c6\uac70\ub098 \uc561\uc138\uc2a4\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=\ud30c\uc77c {0}\uc744(\ub97c) \uc678\ubd80\uc801\uc73c\ub85c \uc218\uc815\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \ub85c\ub4dc\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-FMT_External_change_write=\ud30c\uc77c {0}\uc744(\ub97c) \uc678\ubd80\uc801\uc73c\ub85c \uc218\uc815\ud588\uc2b5\ub2c8\ub2e4. \ub36e\uc5b4\uc4f0\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=\uc798\ubabb\ub41c \ud30c\uc77c\uc744 \uc9c0\uc815\ud588\uc2b5\ub2c8\ub2e4. \uacbd\ub85c\ub97c \ud655\uc778\ud558\uc2ed\uc2dc\uc624.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane={0} \ud3b8\uc9d1\uae30
-ACSD_CloneableEditor_QuietEditorPane={0} \ud3b8\uc9d1\uae30
-TITLE_SourceButton=\uc18c\uc2a4
-
-
diff --git a/l10n/src/ko/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ko.properties
deleted file mode 100644
index 6a86706..0000000
--- a/l10n/src/ko/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ko.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\uc774\uc804 \uc5f4\uac70 API
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\uc798\ubabb\ub41c \ud328\ud0a4\uc9c0\uc5d0 \uc788\ub294 \uc5f4\uac70 API\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\uc798\ubabb\ub41c \ud328\ud0a4\uc9c0(org.openide.util.enum)\uc5d0 \uc788\ub294 \uc5f4\uac70 API\uc774\ubbc0\ub85c \uc5f4\uac70\uac00 \ud0a4\uc6cc\ub4dc\uc774\uae30 \ub54c\ubb38\uc5d0 Java 1.5\ub85c \ucef4\ud30c\uc77c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. org.openide.util.Enumerations \ud074\ub798\uc2a4\ub85c \ubc14\ub01d\ub2c8\ub2e4.
-OpenIDE-Module-Deprecation-Message=\uc774 \ubaa8\ub4c8 \ub300\uc2e0 org.openide.util.Enumerations\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4.
-
diff --git a/l10n/src/ko/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_ko.properties
deleted file mode 100644
index 691cb46..0000000
--- a/l10n/src/ko/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_ko.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=\ucc3e\uc544\ubcf4\uae30
-
diff --git a/l10n/src/ko/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ko.properties
deleted file mode 100644
index 597f80c..0000000
--- a/l10n/src/ko/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ko.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\uc720\ud2f8\ub9ac\ud2f0 API
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c
-OpenIDE-Module-Short-Description=\uae30\ubcf8 \uc720\ud2f8\ub9ac\ud2f0 API\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\uc791\uc5c5, \uc870\ud68c, \uc774\ubbf8\uc9c0 \ucc98\ub9ac, \ubcd1\ub82c \uc2e4\ud589 \ubc0f \ube0c\ub79c\ub529 \uc9c0\uc6d0\uc744 \ud3ec\ud568\ud558\ub294 \ub2e4\uc591\ud55c \ub3c4\uc6b0\ubbf8 \uba54\uc18c\ub4dc \ubc0f \uae30\ubcf8 \uac1c\ub150 \uc815\uc758\uc785\ub2c8\ub2e4.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=HTTP \uc11c\ubc84\uac00 \uc774\ubbf8 \ub4f1\ub85d\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ud55c \ubc88\uc5d0 2\uac1c\uc758 \uc11c\ubc84\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-SERVER_CANNOT_UNREGISTER=\ubaa8\ub4c8\uc774 \ub2e4\ub978 \ubaa8\ub4c8\uc5d0\uc11c \uc81c\uacf5\ud55c HTTP \uc11c\ubc84 \ub4f1\ub85d\uc744 \ucde8\uc18c\ud558\ub824\uace0 \uc2dc\ub3c4\ud588\uc2b5\ub2c8\ub2e4.
-
-MSG_ToNowhere=\uc704\uce58 \uc5c6\uc74c
-MSG_To=\uc544\ub798\uc640 \uac19\uc774 \ubcc0\uacbd\ud569\ub2c8\ub2e4.
-
-MSG_NoServerRegistered=\ub4f1\ub85d\ub41c \uc11c\ubc84\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
-MSG_TooManyArguments=\uc778\uc218\uac00 \ub108\ubb34 \ub9ce\uc2b5\ub2c8\ub2e4.
-MSG_UnmatchedBraces=\uc704\uce58 \ud328\ud134\uc5d0\uc11c \uc911\uad04\ud638\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
-
-# NbBundle
-MSG_FMT_ObjectForKey=\ud0a4 {0}\uc758 \uac1d\uccb4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.
-MSG_ClassFinderAlreadySet=ClassFinder\uac00 \uc774\ubbf8 \uc124\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=\uacbd\uace0: \ubcc0\ud658 \ud14c\uc774\ube14\uc744 \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. {0}
-PROGRESS_CURSOR=\uc9c4\ud589\ub960 \ucee4\uc11c
-
diff --git a/l10n/src/ko/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ko.properties
deleted file mode 100644
index 93fd744..0000000
--- a/l10n/src/ko/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ko.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=\ub2e4\uc911 \uac1d\uccb4 \uc885\ub958
-
-Create=\uc0dd\uc131
-Paste=\ubd99\uc5ec\ub123\uae30
-
diff --git a/l10n/src/ko/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ko.properties b/l10n/src/ko/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ko.properties
deleted file mode 100644
index 09c06e9..0000000
--- a/l10n/src/ko/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ko.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Window \uc2dc\uc2a4\ud15c API
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\ud654\uba74\uc758 \uad6c\uc131 \uc694\uc18c\ub97c \uad00\ub9ac\ud558\ub294 API\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\uc0ac\uc6a9\uc790\uc5d0\uac8c \ud45c\uc2dc\ub418\ub294 \uad6c\uc131 \uc694\uc18c\uc758 \uac1c\ub150\uc5d0 \ub300\ud55c OS \ubc0f MDI/SDI \uc911\ub9bd \ucd94\uc0c1\ud654 API\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.
-
-
-
-# name of empty workspace
-None=\uc5c6\uc74c
-
-#CloneableTopComponent
-EXC_CannotAssign=\uad6c\uc131 \uc694\uc18c\ub97c EMPTY\ub85c \uc9c0\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
-
-#TopComponent
-EXC_UnknownOperation=\uc54c \uc218 \uc5c6\ub294 \ub2eb\uae30 \uc791\uc5c5\uc785\ub2c8\ub2e4.
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS={0}\uc640(\uacfc) {3}\ub85c \uad6c\ud604\ub41c {2} \ud638\ucd9c\uc911
-
diff --git a/l10n/src/ko/platform/print/print/org/netbeans/modules/print/action/Bundle_ko.properties b/l10n/src/ko/platform/print/print/org/netbeans/modules/print/action/Bundle_ko.properties
deleted file mode 100644
index 27f8723..0000000
--- a/l10n/src/ko/platform/print/print/org/netbeans/modules/print/action/Bundle_ko.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=\ud398\uc774\uc9c0 \uc124\uc815(&G)...
-
-# PrintAction
-TLT_Print_Action=\uc778\uc1c4
-MNU_Print_Action=\uc778\uc1c4(&P)...
-ACT_Print_Action=\uc778\uc1c4 - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/ko/platform/print/print/org/netbeans/modules/print/resources/Bundle_ko.properties b/l10n/src/ko/platform/print/print/org/netbeans/modules/print/resources/Bundle_ko.properties
deleted file mode 100644
index 5602bac..0000000
--- a/l10n/src/ko/platform/print/print/org/netbeans/modules/print/resources/Bundle_ko.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\uc778\uc1c4
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\ud504\ub9b0\ud2b8 \ubaa8\ub4c8 \uad6c\ud604.
-OpenIDE-Module-Long-Description=\ud504\ub9b0\ud2b8 \ubaa8\ub4c8 \uad6c\ud604.
-
-# layer.xml
-Actions/File=\ud30c\uc77c
-
diff --git a/l10n/src/ko/platform/print/print/org/netbeans/modules/print/ui/Bundle_ko.properties b/l10n/src/ko/platform/print/print/org/netbeans/modules/print/ui/Bundle_ko.properties
deleted file mode 100644
index 4330b0f..0000000
--- a/l10n/src/ko/platform/print/print/org/netbeans/modules/print/ui/Bundle_ko.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=\ud504\ub9b0\ud130 \ubb38\uc81c: {0}
-LBL_Page_Setup_Button=\uc778\uc1c4 \uc124\uc815(&S)
-TLT_Page_Setup_Button=\ud398\uc774\uc9c0 \uc124\uc815 \ub300\ud654 \uc0c1\uc790 \ud638\ucd9c
-LBL_Print_Option_Button=\uc778\uc1c4 \uc635\uc158(&O)
-TLT_Print_Option_Button=\uc778\uc1c4 \uc635\uc158 \ub300\ud654 \uc0c1\uc790 \ud638\ucd9c
-LBL_Print_Button=\uc778\uc1c4(&P)
-TLT_Print_Button=\uc778\uc1c4 \ub300\ud654\uc0c1\uc790 \ud638\ucd9c
-LBL_Close_Button=\ub2eb\uae30(&C)
-TLT_Close_Button=\uc778\uc1c4 \ubbf8\ub9ac\ubcf4\uae30 \ub300\ud654 \uc0c1\uc790 \ub2eb\uae30
-LBL_Print_Preview=\uc778\uc1c4 \ubbf8\ub9ac\ubcf4\uae30
-LBL_Fit_to_Width=\ub108\ube44\uc5d0 \ub9de\ucd94\uae30
-LBL_Fit_to_Height=\ub192\uc774\uc5d0 \ub9de\ucd94\uae30
-LBL_Fit_to_All=\ubaa8\ub4e0 \ud398\uc774\uc9c0 \ud45c\uc2dc
-
-TLT_First=\uccab\ubc88\uc9f8 \ud398\uc774\uc9c0(&F) (Alt+F)
-TLT_Previous=\uc774\uc804 \ud398\uc774\uc9c0(&R) (Alt+R)
-TLT_Next=\ub2e4\uc74c \ud398\uc774\uc9c0(&N) (Alt+N)
-TLT_Last=\ub9c8\uc9c0\ub9c9 \ud398\uc774\uc9c0(&L) (Alt+L)
-TLT_Fit=\ubc30\uc728 \ubcc0\uacbd(&S) (Alt+S)
-TLT_Zoom_In=\ud655\ub300 (&I) (Alt+I)
-TLT_Zoom_Out=\ucd95\uc18c (&U) (Alt+U)
-TLT_Toggle=\uc5ec\ub7ec \ud398\uc774\uc9c0 \ud45c\uc2dc(&M) (Alt+M)
-TLT_Goto=<html><body>\u00a0<b>\ud0d0\uc0c9:</b>\u00a0<br>\u00a0\ub204\ub974\uae30 <code>/</code> \ub610\ub294 <code>F</code> \uccab\ubc88\uc9f8 \ud398\uc774\uc9c0 \ubcf4\uae30\u00a0<br>\u00a0\ub204\ub974\uae30 <b><code>-</code></b> or <code>G</code> \uc774\uc804 \ud398\uc774\uc9c0 \ubcf4\uae30\u00a0<br>\u00a0press <b><code>+</code></b> or <code>K</code> \ub2e4\uc74c \ud398\uc774\uc9c0 \ubcf4\uae30\u00a0<br>\u00a0\ub204\ub974\uae30 <code>*</code> \ub610\ub294 <code>L</code> \ub9c8\uc9c0\ub9c9 \ud398\uc774\uc9c0 \ubcf4\uae30\u00a0</body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=\uc778\uc1c4 \uc635\uc158
-LBL_Border=\ud14c\ub450\ub9ac
-LBL_Print_Border=\ud14c\ub450\ub9ac \uc778\uc1c4(&B)
-LBL_Print_Header=\uba38\ub9ac\uae00 \uc778\uc1c4(&D)
-LBL_Print_Footer=\ubc14\ub2e5\uae00 \uc778\uc1c4(&F)
-LBL_Choose_Font=\uae00\uaf34 \uc120\ud0dd
-LBL_Choose_Color=\uc0c9 \uc120\ud0dd
-LBL_Insert_Macros=\ub9e4\ud06c\ub85c \uc0bd\uc785:
-LBL_Text=\ud14d\uc2a4\ud2b8
-LBL_Line_Numbers=\uc904 \ubc88\ud638(&U)
-LBL_Wrap_Lines=\uc904 \ubc14\uafc8(&W)
-LBL_Use_Font=\uae00\uaf34 \uc18d\uc131 \uc0ac\uc6a9 // &X
-LBL_Use_Color=\uc0c9 \uc18d\uc131 \uc0ac\uc6a9 // &Q
-LBL_As_Editor=\ud3b8\uc9d1\uae30\uc5d0\uc11c \uc778\uc1c4 // &J
-LBL_Selection=\uc120\ud0dd \uc601\uc5ed \uc778\uc1c4(&S)
-LBL_Line_Spacing=\uc904 \uac04\uaca9(&P):
-LBL_Text_Font_and_Color=\ud14d\uc2a4\ud2b8 \uae00\uaf34\uc640 \uc0c9(&R)
-LBL_Background_Color=\ubc30\uacbd\uc0c9(&G):
-LBL_Zoom=\ud655\ub300/\ucd95\uc18c
-LBL_Header_Footer=\uba38\ub9ac\uae00\uacfc \ubc14\ub2e5\uae00
-LBL_Apply=\uc801\uc6a9(&A)
-LBL_Left=\uc67c\ucabd:
-LBL_Center=\uac00\uc6b4\ub370:
-LBL_Right=\uc624\ub978\ucabd:
-
-ERR_Zoom_Value_Is_Invalid=\ubc30\uc728\uac12\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4!
-ERR_Header_Size_Is_Too_Big=\uba38\ub9ac\uae00 \ud06c\uae30\uac00 \ub108\ubb34 \ud07d\ub2c8\ub2e4!
-ERR_Footer_Size_Is_Too_Big=\ubc14\ub2e5\uae00 \ud06c\uae30\uac00 \ub108\ubb34 \ud07d\ub2c8\ub2e4!
-ERR_Page_Number_Is_Invalid=\ud398\uc774\uc9c0 \uc218\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4!
-ERR_Page_Number_Is_Too_Big=\ud398\uc774\uc9c0 \uc218\uac00 \ub108\ubb34 \ud07d\ub2c8\ub2e4!
-
-TLT_Apply=\ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud569\ub2c8\ub2e4
-TLT_Border_Color=\ud14c\ub450\ub9ac \uc0c9 \uc120\ud0dd(&C) (Alt+C)
-TLT_Header_Font=\uba38\ub9ac\uae00 \uae00\uaf34 \uc120\ud0dd(&N) (Alt+N)
-TLT_Header_Color=\uba38\ub9ac\uae00 \uc0c9 \uc120\ud0dd(&O) (Alt+O)
-TLT_Footer_Font=\ubc14\ub2e5\uae00 \uae00\uaf34 \uc120\ud0dd(&T) (Alt+T)
-TLT_Footer_Color=\ubc14\ub2e5\uae00 \uc0c9 \uc120\ud0dd(&L) (Alt+L)
-TLT_Text_Font=\ud14d\uc2a4\ud2b8 \uae00\uaf34 \uc120\ud0dd (Alt+K) // &K
-TLT_Text_Color=\ud14d\uc2a4\ud2b8 \uc0c9 \uc120\ud0dd(&R) (Alt+R)
-TLT_Background_Color=\ubc30\uacbd\uc0c9 \uc120\ud0dd // &G
-TLT_Print_Zoom=\uc778\uc1c4 \ubc30\uc728\uc744 \uc870\uc815\ud558\uc2ed\uc2dc\uc624.
-TLT_Use_Font=\uae00\uaf34 \uc0ac\uc6a9 (Alt+X)
-TLT_Use_Color=\uc0c9 \uc0ac\uc6a9 (Alt+Q)
-TLT_As_Editor=\ud3b8\uc9d1\uae30\uc5d0\uc11c \ubcf4\uae30 (Alt+J)
-TLT_Selection=\uc120\ud0dd \uc601\uc5ed \uc778\uc1c4(&S)
-
-LBL_Pages=\ud398\uc774\uc9c0
-LBL_Fit_Width_to=\ub108\ube44\uc5d0 \ub9de\ucd94\uae30:
-TLT_Fit_Width_to=\ub108\ube44\uc5d0 \ub9de\ucd94\uae30
-LBL_Fit_Height_to=\ub192\uc774\uc5d0 \ub9de\ucd94\uae30(&E):
-TLT_Fit_Height_to=\ub192\uc774\uc5d0 \ub9de\ucd94\uae30
-LBL_Zoom_to=\ubc30\uc728(&Z):
-TLT_Zoom_to=\ubc30\uc728
-LBL_Fit_to_Page=\ud398\uc774\uc9c0\uc5d0 \ub9de\ucd94\uae30 // &Y
-TLT_Fit_to_Page=\ud398\uc774\uc9c0\uc5d0 \ub9de\ucd94\uae30 (Alt+Y)
-
diff --git a/l10n/src/ko/platform/print/print/org/netbeans/modules/print/util/Bundle_ko.properties b/l10n/src/ko/platform/print/print/org/netbeans/modules/print/util/Bundle_ko.properties
deleted file mode 100644
index 51a3afa..0000000
--- a/l10n/src/ko/platform/print/print/org/netbeans/modules/print/util/Bundle_ko.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={1} \uc911 {0}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=\ucd9c\ub825\ub41c \ucef4\ud3ec\ub10c\ud2b8 \uc774\ub984
-ROW=\ud589 \ubc88\ud638
-COLUMN=\uc5f4 \ubc88\ud638
-USER=\uc0ac\uc6a9\uc790 \uc774\ub984
-COUNT=\ud398\uc774\uc9c0 \uc218
-MODIFIED_DATE=\ucd5c\uc885 \uc218\uc815 \ub0a0\uc9dc
-MODIFIED_TIME=\ucd5c\uc885 \uc218\uc815 \uc2dc\uac04
-PRINTED_DATE=\ucd9c\ub825 \ub0a0\uc9dc
-PRINTED_TIME=\ucd9c\ub825 \uc2dc\uac04
-
diff --git a/l10n/src/ko/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ko.properties b/l10n/src/ko/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ko.properties
deleted file mode 100644
index abb0c59..0000000
--- a/l10n/src/ko/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ko.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress UI
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\uc791\uc5c5 \uc9c4\ud589 \uc0c1\ud669 \uc2dc\uac01\ud654.
-OpenIDE-Module-Long-Description=\uc2e4\ud589 \uc911\uc778 \ubaa8\ub4e0 \uc791\uc5c5\uc5d0 \ub300\ud55c \ubcf4\uae30\ub97c \uc81c\uacf5\ud558\uba70 \uc774\ub7ec\ud55c \uc791\uc5c5\uc744 \ucde8\uc18c\ud558\ub294 \ub4f1\uc758 \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
-
-NbProgressBar.tooltip1={0} \uc791\uc5c5\uc774 \uc2e4\ud589 \uc911\uc785\ub2c8\ub2e4. \uc790\uc138\ud55c \ub0b4\uc6a9\uc744 \ud655\uc778\ud558\ub824\uba74 \ud074\ub9ad\ud558\uc2ed\uc2dc\uc624.
-NbProgressBar.tooltip2={0} \uc791\uc5c5\uc774 \uc2e4\ud589 \uc911\uc785\ub2c8\ub2e4. \uc790\uc138\ud55c \ub0b4\uc6a9\uc744 \ud655\uc778\ud558\ub824\uba74 \ud074\ub9ad\ud558\uc2ed\uc2dc\uc624.
-ListComponent.btnClose.tooltip=\ud504\ub85c\uc138\uc2a4\ub97c \ucde8\uc18c\ud558\ub824\uba74 \ud074\ub9ad\ud569\ub2c8\ub2e4
-ListComponent.bar.tooltip=\ud504\ub85c\uc138\uc2a4\ub97c \uac10\uc2dc\ud558\ub824\uba74 \ud074\ub9ad\ud569\ub2c8\ub2e4
-Cancel_Question={0}\uc744(\ub97c) \ucde8\uc18c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?
-Cancel_Question_Title=\uc2e4\ud589 \uc911\uc778 \uc791\uc5c5 \ucde8\uc18c
-StatusLineComponent.ShowProcessList=\ud504\ub85c\uc138\uc2a4 \ud45c\uc2dc
-StatusLineComponent.Cancel=\ud504\ub85c\uc138\uc2a4 \ucde8\uc18c
-StatusLineComponent.View=\ucd9c\ub825 \ud45c\uc2dc
-ListComponent.Watch=\ud504\ub85c\uc138\uc2a4 \uac10\uc2dc
-
-RunOffAWT.TITLE_Operation=\uae34 \uc791\uc5c5 \uc9c4\ud589 \uc911
-RunOffAWT.BTN_Cancel=\ucde8\uc18c(C)
-
-# ProgressListAction
-CTL_ProcessListAction=\ud504\ub85c\uc138\uc2a4(&P)
-
-# CancelAction
-CTL_CancelAction=\ud504\ub85c\uc138\uc2a4 \ucde8\uc18c
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=\ud504\ub85c\uc138\uc2a4\ub97c \ucde8\uc18c\ud558\ub824\uba74 \ud074\ub9ad\ud569\ub2c8\ub2e4
-ModalDialog.btnClose.text=\ucde8\uc18c
-ModalDialog.btnClose.accessibleName=\ucde8\uc18c
-ModalDialog.btnClose.accessibleDescription=\ud604\uc7ac \ud504\ub85c\uc138\uc2a4\ub97c \ucde8\uc18c\ud569\ub2c8\ub2e4
-
-
diff --git a/l10n/src/ko/platform/queries/queries/org/netbeans/modules/queries/Bundle_ko.properties b/l10n/src/ko/platform/queries/queries/org/netbeans/modules/queries/Bundle_ko.properties
deleted file mode 100644
index 0001be7..0000000
--- a/l10n/src/ko/platform/queries/queries/org/netbeans/modules/queries/Bundle_ko.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\uc77c\ubc18 \ucffc\ub9ac API
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Short-Description=\ubaa8\ub4c8 \uac04\uc758 \uc77c\ubc18 \ud1b5\uc2e0 \ucc44\ub110 \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\ub3c4\uba54\uc778\ubcc4\ub85c \ud2b9\ubcc4\ud558\uac8c \uc9c0\uc815\ub418\uc9c0 \uc54a\uc740 \ucffc\ub9ac\ub97c \ud638\uc2a4\ud2b8\ud569\ub2c8\ub2e4. \ub2e4\ub978 \ubaa8\ub4c8\uc5d0\uc11c \ud30c\uc77c \uad00\ub828 \uc815\ubcf4\ub97c \uc735\ud1b5\uc131 \uc788\uac8c \uac00\uc838\uc624\ub3c4\ub85d \ud5c8\uc6a9\ud569\ub2c8\ub2e4.
-
diff --git a/l10n/src/ko/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ko.properties b/l10n/src/ko/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ko.properties
deleted file mode 100644
index c2da5b2..0000000
--- a/l10n/src/ko/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ko.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=\uc635\uc158 {0} \uc740(\ub294) \uc778\uc218\uac00 \ud544\uc694\ud569\ub2c8\ub2e4
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=\uc635\uc158 {0} \uc740(\ub294) \uc635\uc158 {1} \uc640(\uacfc) \ud568\uaed8 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne={0} \uc911 \ud558\ub098 \uc774\uc0c1 \ud544\uc694\ud569\ub2c8\ub2e4
-
-# {0} - list of options separated by comma
-MSG_MissingOptions={0} \ub610\ud55c \ud544\uc694\ud569\ub2c8\ub2e4.
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=\uc635\uc158 {0} \uc740(\ub294) \uc635\uc158 {1} \uc774(\uac00) \ud544\uc694\ud569\ub2c8\ub2e4
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/ko/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ko.properties b/l10n/src/ko/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ko.properties
deleted file mode 100644
index 01bc9f8..0000000
--- a/l10n/src/ko/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ko.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\uba85\ub839 \uc904 \uad6c\ubb38 \ubd84\uc11d API
-OpenIDE-Module-Short-Description=\uba85\ub839 \uc904 \uad6c\ubb38 \ubd84\uc11d\uc744 \uc704\ud55c GetOpts \ud638\ud658 API
-OpenIDE-Module-Long-Description=\uba85\ub839 \uc904 \uad6c\ubb38 \ubd84\uc11d\uc744 \uc704\ud55c GetOpts \ud638\ud658 API \uac01 \uc785\ub825\ub77c\uc778\uc774 \ub2e4\ub978 \ubaa8\ub4c8\uc5d0 \uc758\ud574 \uad6c\ubd84 \ubd84\uc11d\ub420 \uacbd\uc6b0 \uc774\uac83\uc744 \uc54c\ub824\uc90d\ub2c8\ub2e4.
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-
-MSG_OptionsHeader=\n\ucd94\uac00 \ubaa8\ub4c8 \uc635\uc158:\n
-
diff --git a/l10n/src/ko/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ko.properties b/l10n/src/ko/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ko.properties
deleted file mode 100644
index 3317f62..0000000
--- a/l10n/src/ko/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ko.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\uc124\uc815 API
-OpenIDE-Module-Short-Description=\uc0ac\uc6a9\uc790 \uc815\uc758 \ud615\uc2dd\uc73c\ub85c \uc124\uc815\uc744 \uc800\uc7a5\ud558\uae30 \uc704\ud55c \ub77c\uc774\ube0c\ub7ec\ub9ac\uc785\ub2c8\ub2e4.
-OpenIDE-Module-Long-Description=\uc774 \ubaa8\ub4c8\uc5d0\uc11c\ub294 \uc815\uc758\ub41c \ubaa8\ub4c8 \uc124\uc815\uc744 \uc0ac\uc6a9\uc790 \uc815\uc758 \ud615\uc2dd\uc73c\ub85c \uc800\uc7a5\ud558\uae30 \uc704\ud55c \uc124\uc815 API\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \ub610\ud55c \uba87 \uac00\uc9c0\uc758 \uc720\uc6a9\ud55c \uc124\uc815 \ud615\uc2dd \uad6c\ud604\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-
diff --git a/l10n/src/ko/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ko.properties b/l10n/src/ko/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ko.properties
deleted file mode 100644
index 7d0093d..0000000
--- a/l10n/src/ko/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ko.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Long-Description=NodeAction, CookieAction, \ub4f1\uc744 \ub300\uccb4\ud558\uae30 \uc704\ud558\uc5ec \uc0c8\ub85c\uc6b4 API\ub97c \uc81c\uacf5\ud558\ub294 \ubaa8\ub4c8
-OpenIDE-Module-Name=\uc791\uc5c5 SPI (\uc2e4\ud5d8)
-OpenIDE-Module-Short-Description=NodeAction, CookieAction, \ub4f1\uc744 \uc704\ud55c \ub300\uccb4
-
diff --git a/l10n/src/ko/platform/templates/templates/org/netbeans/modules/templates/Bundle_ko.properties b/l10n/src/ko/platform/templates/templates/org/netbeans/modules/templates/Bundle_ko.properties
deleted file mode 100644
index e998544..0000000
--- a/l10n/src/ko/platform/templates/templates/org/netbeans/modules/templates/Bundle_ko.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-OpenIDE-Module-Display-Category=\uc778\ud504\ub77c\uc2a4\ud2b8\ub7ed\ucc98
-OpenIDE-Module-Long-Description=\uc774 \ubaa8\ub4c8\uc740 \uc2a4\ud06c\ub9bd\ud305 API\uc640 \ub370\uc774\ud130 \uc2dc\uc2a4\ud15c API\ub97c \ubc14\uc778\ub529\ud569\ub2c8\ub2e4. \ud15c\ud50c\ub9ac\ud2b8 \uc790\ub3d9 \uc0dd\uc131\uc73c\ub85c \uc5b4\ub5a0\ud55c scripting language\ub098 templating language \uc0ac\uc6a9\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.
-OpenIDE-Module-Name=\uace0\uae09 \ud15c\ud50c\ub9ac\ud2b8 \ud3b8\uc9d1
-OpenIDE-Module-Short-Description=\ub370\uc774\ud130 \uc2dc\uc2a4\ud15c \uc801\uc6a9 \uac00\ub2a5\ud55c \uace0\uae09 \ud15c\ud50c\ub9ac\ud2b8 \ud3b8\uc9d1 \uc774\uc678\uc5d0
-ERR_Switch_To_Java_6=\ud15c\ud50c\ub9ac\ud2b8\ub97c \ucc44\uc6b8 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. JDK 1.6 \uc774\ub098 \uc0c8 \ubc84\uc804\uc758 \uc2a4\ud06c\ub9bd\ud305 \uc5d4\uc9c4\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc2dc\ub3c4\ud558\uc2ed\uc2dc\uc624.\n\n\ubb38\uc81c\ub97c \ud574\uacb0\ud558\uae30 \uc704\ud574 JDK 1.6\ubcf4\ub2e4 \ud558\uc704 \ubc84\uc804\uc5d0\uc11c NetBeans\ub97c \uc2e4\ud589\ud558\uc2ed\uc2dc\uc624.\n\uc790\uc138\ud55c \ubc29\ubc95\uc740 http://wiki.netbeans.org/FaqNetbeansConf\ub97c \ucc38\uc870\ud558\uc2ed\uc2dc\uc624.
-
diff --git a/l10n/src/lt/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_lt.properties b/l10n/src/lt/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_lt.properties
deleted file mode 100644
index 99eccc5..0000000
--- a/l10n/src/lt/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_lt.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module Build Harness
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Short-Description=Lets you build external plug-in modules from sources.
-OpenIDE-Module-Long-Description=This is the build harness used to develop NetBeans modules (with or without the IDE). It is normally used implicitly by NetBeans module projects. For technical documentation, see harness/README.
-
diff --git a/l10n/src/lt/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_lt.properties b/l10n/src/lt/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_lt.properties
deleted file mode 100644
index 407d12b..0000000
--- a/l10n/src/lt/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_lt.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Long-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.\nRun 'display-coverage-report' target on a project to measure results and display report in external browser.\nFor integration with Module Build Harness.
-OpenIDE-Module-Name=Cobertura Module Test Coverage
-OpenIDE-Module-Short-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.
-
diff --git a/l10n/src/lt/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_lt.properties b/l10n/src/lt/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_lt.properties
deleted file mode 100644
index 6ff69bb..0000000
--- a/l10n/src/lt/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_lt.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly Tools Platform
-
diff --git a/l10n/src/lt/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_lt.properties b/l10n/src/lt/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_lt.properties
deleted file mode 100644
index 5f4f972..0000000
--- a/l10n/src/lt/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_lt.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Short-Description=Jemmy test library.
-OpenIDE-Module-Long-Description=A general library for driving automated GUI tests.
-
-
diff --git a/l10n/src/lt/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_lt.properties b/l10n/src/lt/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_lt.properties
deleted file mode 100644
index 99c8813..0000000
--- a/l10n/src/lt/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_lt.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Long-Description=NetBeans extensions to JUnit including assertGC, assertSize, getWorkDir, LineDiff, etc.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=NetBeans extensions to JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/lt/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_lt.properties
deleted file mode 100644
index 08acd28..0000000
--- a/l10n/src/lt/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_lt.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=INSANE heap profiling library.
-OpenIDE-Module-Long-Description=A library for doing live heap analysis of the JVM in which it runs.
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_lt.properties
deleted file mode 100644
index f2cd5fd..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_lt.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Ant Library
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_lt.properties
deleted file mode 100644
index 6ab3ec0..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_lt.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=The current platform is not supported.
-I.error.load.engine.properties=Could not load the engine properties file
-
-I.warning.silent.without.state="{1}" option is required when using "{0}". "{0}" will be ignored.
-
-I.error.cannot.create.local.dir=Cannot create local directory: {0}
-I.error.local.dir.is.file=Local directory exists and is a file: {0}
-I.error.no.read.permissions.for.local.dir=Cannot read local directory {0} - not enough permissions
-I.error.no.write.permissions.for.local.dir=Cannot write to local directory {0} - not enough permissions
-
-I.lock.file.exists.dialog.title=NetBeans Installer lock file exists
-I.lock.file.exists.dialog.text=The installer lock file exists at {0}\n\nIt means that either another instance of the installer is already running or the previous installation was not finished correctly.\nIt is not recommended that you run multiple instances at the same time since it can result in installer data corruption.\n\nIf you are sure that no other instance is running at the moment, click "Yes" to proceed otherwise click "No" to exit the installer.\n
-
-I.error.cannot.create.lock.file=Can't create lock for the local registry file
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_lt.properties
deleted file mode 100644
index 8b90466..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_lt.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Downloading from {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_lt.properties
deleted file mode 100644
index e561bfa..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_lt.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=The proxy types {0} and {1} conflict
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI cannot be null
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Failed to connect through {0} to {1}
-US.error.failed.configure.proxy=Failed to configure proxy {0} for {1}
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_lt.properties
deleted file mode 100644
index f1cfd59..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_lt.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Loading local registry [{0}]
-R.error.loading.local.registry.failed.title=Failed to load the local registry
-R.error.loading.local.registry.failed.msg=The local registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.bundled.registry=Loading bundled registry [{0}]
-R.error.loading.bundled.registry.failed.title=Failed to load the bundled registry
-R.error.loading.bundled.registry.failed.msg=The bundled registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.remote.registry=Loading remote registry [{0}]
-R.error.loading.remote.registry.failed.title=Failed to load the remote registry
-R.error.loading.remote.registry.failed.msg=The remote registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.error.cannot.delete.data=Cannot delete the cached installation data
-R.save.local.registry.title=Saving local registry
-R.save.local.registry.detail=Saving to {0}
-
-R.error.missing.target.component.title=Missing target component
-R.error.missing.target.component.msg=The specified target component - {0}/{1}\nwas not found in the registry. The installer\n can continue as if the target component was not specified.\nClick Yes to continue, No to exit the installer.
-
-R.error.validation.title=Validation Problem
-R.error.validation.msg=It seems that the installation of {0} is corrupted.\nThe validation procedure issued the following warning:\n\n{1}\n\nWould you like to mark this product as not installed and continue?\nIf you click No the installer will exit.\n\nNote that these products that depend on {2} will also be disabled:\n{3}
-
-R.error.matching.requirement=No components matching the requirement: {0} requires {1}
-R.error.cyclic.dependency=Cyclic dependency: {0}, {1}
-
-R.loading.registry.properties=Loading registry properties
-R.loading.component=Loading component: uid={0}, version={1}
-R.error.loading.components=Could not load components
-R.error.registry.finalization=Could not finalize registry
-R.error.registry.document.loading=Could not load registry document
-
-R.error.cannot.create.cache.directory=Cannot create local product cache directory {0}
-R.error.cache.is.file=Local product cache directory exists and is a file : {0}
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=Cannot create local registry
-
-R.error.registry.is.dir=Local registry {0} is a directory
-R.error.cannot.read.registry=Cannot read local registry {0} - not enough permissions
-R.error.cannot.write.registry=Cannot write local registry {0} - not enough permissions
-
-R.error.cannot.parse.platform=Cannot parse platform from "{0}"
-R.error.cannot.load.registry=Cannot load registry
-R.error.parser.not.support.schemas=The current parser - {0} - does not support schemas.
-
-R.error.unknown.dependency=Unknown dependency type {0}
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_lt.properties
deleted file mode 100644
index 975bc5b..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_lt.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=The installation directory {0} is missing.\nMost likely it was deleted manually.
-PCL.validation.directory.file=The installation directory {0} is in fact a file.\nMost likely it was previously deleted manually and overwritten with a file.
-PCL.validation.directory.empty=The installation directory {0} is empty.\nMost likely its contents were deleted manually.
-PCL.validation.directory.null=The installation directory cannot be detected.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Cannot initialize data for {0}
-P.error.cannot.load.logic=Cannot load configuration logic for {0}
-P.error.installdir.not.set=Installation location is not set for {0}
-P.error.installdir.set.empty=Installation location is set to empty string for {0}
-P.error.cannot.create.cache.dir=Cannot create the local cache directory {0} for {1}
-P.error.local.cache.not.dir=The local cache directory {0} for {1} is not a directory
-P.error.cannot.load.product=Could not load product {0}
-P.error.logic.not.yet.downloaded=Configuration logic for {0} is not yet downloaded
-P.error.installation.data.not.cached=Installation data is not cached for {0}
-P.error.cannot.extract.data=Cannot extract installation data for {0}
-P.error.cannot.save.files.list=Cannot save installed files list
-P.error.cannot.get.wizard.components=Cannot get component's wizard components
-P.error.cannot.wrap.for.macos=Cannot create directory hierarchy for MacOS Application
-P.error.cannot.get.files.list=Cannot get the installation files list
-P.error.cannot.delete.files.list=Cannot delete installed files list
-P.error.cannot.delete.file=Cannot delete the file
-P.error.cannot.remove.from.system=Cannot remove {0} from the system install manager
-P.error.not.enough.space=Cannot extract installation data -- not enough disk space in the target directory.
-P.error.cannot.clear.cache=Cannot clear installation data cache file {0}
-P.error.system.integartion.failed=Integration of {0} with the system package manager failed
-
-P.message.installation=Installing {0}
-P.message.uninstallation=Uninstalling {0}
-P.message.configuration=Configuring {0}
-P.message.unconfiguration=Unconfiguring {0}
-P.message.legal.artifacts=Creating legal artifacts
-P.message.run.logic=Running custom configuration logic
-P.message.system.registration=Registering in the system package manager
-P.message.save.installation.files.list=Saving installed files list
-P.message.delete=Deleting {0}
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_lt.properties
deleted file mode 100644
index b6a0a76..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_lt.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Error writing to the log file. Logging disabled.
-
-EM.ununexpected.exception=An unexpected exception happened in thread {0}
-EM.errortype.critical=Critical Error
-EM.errortype.error=Error
-EM.errortype.warning=Warning
-EM.errortype.message=Message
-EM.unexpected.error=An unknown error occured.
-EM.exception.message=\n\nException:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nYou can get more details about the issue in the installer log file:\n {0}
-
-FU.error.output.file.entry=An file entry {0} exists and is not a file
-FU.error.output.dir.entry=An directory entry {0} exists and is not a directory
-FU.message.extracting=Extracting {0}
-FU.error.load.xml.file.list=Could not load xml files list for extraction
-FU.error.unjar.todir=Directory {0} is an existing file, cannot unjar
-FU.message.copy.dir=Copying directory: {0} to: {1}
-FU.message.copy.file=Copying file: {0} to: {1}
-FU.error.close.stream=Cannot close stream
-FU.error.source.not.readable=Source {0} is not readable
-FU.error.dest.not.file=Destination {0} is not a file
-FU.error.dest.creation=Destination {0} cannot be created
-FU.error.dest.not.writable=Destination {0} is not writable
-FU.message.moving=Moving {0} to {1}
-FU.error.freespace=Cannot get free disk space amount at {0}
-FU.error.cannot.close.jar=Cannot close jar {0}
-FU.error.cannot.create.dir.exist.file=Cannot create directory {0}, it is an existing file
-FU.error.cannot.create.dir=Cannot create directory {0}
-FU.error.not.jar.file=The supplied file {0} is not a jar archive
-FU.error.sha1.not.supported=Holy crap, this jvm does not support SHA1
-FU.error.md5.not.supported=Holy crap, this jvm does not support MD5
-FU.error.file.security.exception=Something very unexpected - a security exception during accessing file {0}
-FU.message.delete.file=Deleting file {0}
-FU.message.delete.dir=Deleting directory {0}
-FU.error.pack200.failed=Pack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Cannot parse property - {0}, its value - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Could not activate the cross-platform look and feel - proceeding with whatever look and feel was the default.
-UI.error.failed.to.activate.defined.laf=Could not activate the defined look and feel - falling back to the default cross-platform one.
-UI.error.failed.to.init.ui=Can`t initialize UI
-UI.error.failed.to.force.gtk=Cannot force the use of GTK look and feel
-UI.silent.default.yes=Going with Yes (default) option...
-UI.silent.default.no=Going with No (default) option...
-UI.silent.default.cancel=Going with Cancel (default) option...
-
-StrU.error.cannot.parse.status=Cannot parse status: {0}
-StrU.error.unknown.platform=Platform "{0}" is not recognized.
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_lt.properties
deleted file mode 100644
index 5a80555..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_lt.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Failed to execute the JDK verification procedure
-JU.error.cannot.delete=Cannot delete {0}
-JU.error.cannot.download.testjdk=Cannot download TestJDK.class from {0}
-JU.error.cannot.canonize=Cannot canonize {0}
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_lt.properties
deleted file mode 100644
index da0b6b8..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_lt.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Invalid parameter for command line argument "{0}" -- "{1}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.bad.locale.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.missing.state.file=The specified state file "{1}", does not exist.\n"{0}" parameter is ignored.
-O.warning.bag.state.file.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <state-file-path>".
-O.warning.target.state.file.exists=The specified state file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.target.state.file.arg=Required parameter missing for command line argument\n"{0}". Should be "{0} <state-file-path>".
-O.warning.bundle.file.exists=The specified target file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.create.bundle.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <userdir-path>".
-O.warning.bad.platform.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-platform>".
-O.warning.bad.registry.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_lt.properties
deleted file mode 100644
index f15473f..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_lt.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Not installed
-Status.to-be-installed=To be installed
-Status.installed=Installed
-Status.to-be-uninstalled=To be uninstalled
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Installed Successfully
-DetailedStatus.install.warning=Installed With Warnings
-DetailedStatus.install.error=Failed to Install
-DetailedStatus.uninstall.success=Uninstalled Successfully
-DetailedStatus.uninstall.warning=Uninstalled With Warnings
-DetailedStatus.uninstall.error=Failed to Uninstall
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_lt.properties
deleted file mode 100644
index fc350f7..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_lt.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Failed to download frame icon from URI - {0}.
-NF.error.failed.to.set.frame.icon=Failed to set the frame icon.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Browse
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_lt.properties
deleted file mode 100644
index 3d85b31..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_lt.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \ncomposite progress (sum of the own percentage and the percentages of the \nchildren) cannot be less than {1} and greater than {2}.
-
-CP.error.progress=The specified child progress doesn't exist in the composite progress \nso it can not be removed. 
-
-################################################################################
-# Progress.java
-P.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \nprogress cannot be less than {1} and greater than {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_lt.properties
deleted file mode 100644
index 3ec7e46..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_lt.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Can`t load bundle from {0}
-LP.error.no.files=There is no files in {0}
-LP.error.not.directory={0} is not a directory
-LP.error.directory.do.not.exist=Directory {0} does not exist
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_lt.properties
deleted file mode 100644
index 0d323e6..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_lt.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=No bundled or external jar files
-CnL.error.cannot.find.jvm.file=Cannot find JVM file {0}
-CnL.error.cannot.find.class=Can`t find class {0} in bundled files and no external ones were specified
-CnL.error.main.class.unspecified=No specified main class among bundled files
-CnL.error.cannot.get.output.name=No bundled files - can`t get output file name
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Can`t get launcher icon from {0}
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_lt.properties
deleted file mode 100644
index ecea916..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_lt.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Cannot obtain default applications location
-SR.error.cannot.parse.pattern=Cannot parse pattern: {0}
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_lt.properties
deleted file mode 100644
index 2a35450..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_lt.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Cannot access native method
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_lt.properties
deleted file mode 100644
index cdd581c..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_lt.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Failed to create the default Wizard instance.
-W.error.failed.to.load.components=Failed to load wizard components from {0}, using classloader {1}.
-W.error.failed.to.load.component=Failed to load wizard component from XML element {0}, using classloader {1}.
-W.error.unknown.ui.mode=Unknown UI mode - {0}.
-W.error.cannot.move.backward.silent=Cannot move backward in silent UI mode.
-W.error.cannot.move.backward.at.first=Cannot move backward - the wizard is already at the first element.
-W.error.parser.unsupports.schemas=The current parser - {0} - does not support schemas.
-W.error.interrupted=Interrupted while waiting
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_lt.properties
deleted file mode 100644
index d5b0658..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_lt.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE Installer
-WC.description=NetBeans IDE Installer Description
-
-WC.help.button.text=&Help!
-WC.back.button.text=< &Back
-WC.next.button.text=&Next >
-WC.cancel.button.text=Cancel
-WC.finish.button.text=&Finish
-
-WC.cancel.dialog.title=Cancel
-WC.cancel.dialog.text=Are you sure you want to cancel?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=An InterruptedException occured.
-
-WA.canceling.progress.title=Canceling, finishing the current operation...
-
-WA.cancel.dialog.title=Cancel
-WA.cancel.dialog.text=Are you sure you want to cancel?
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_lt.properties
deleted file mode 100644
index f1ff532..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_lt.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Cache Engine...
-CEA.description=Please wait while the wizard caches the engine.
-CEA.error.cannot.cache.engine=Cannot cache the installer engine
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Creating Bundle...
-CBA.description=Please wait while the wizard creates a bundle with the selected components.
-
-CBA.progress.create.bundle.title=Creating a redistributable bundle at {0}
-CBA.progress.add.engine.detail=Add installer engine to the bundle
-CBA.progress.add.product.detail=Adding {0} ...
-CBA.progress.add.group.detail=Adding {0} ...
-
-CBA.error.failed.create.bundle=Failed to create the bundle
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Creating Native Launcher...
-CNLA.description=Please wait while the wizard creates a launcher for the jar file.
-CNLA.error.failed.create.launcher=Failed to create the native launcher
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Creating MacOSX Application Launcher...
-CMALA.description=Please wait while the wizard creates a app launcher for the jar file.
-CMALA.error.failed.create.launcher=Failed to create the app launcher
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Preparing Configuration Logic...
-DCLA.description=Please wait while the wizard prepares the configuration logic.
-DCLA.progress.remote.title=Downloading configuration logic for {0}
-DCLA.progress.local.title=Extracting configuration logic for {0}
-DCLA.failed=Failed to download installation logic for {0}
-DCLA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Preparing Installation Data...
-DIDA.description=Please wait while the wizard prepares the installation data.
-DIDA.progress.remote.title=Downloading installation data for {0}
-DIDA.progress.local.title=Extracting installation data for {0}
-DIDA.failed=Failed to download installation data for {0}
-DIDA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Initializing...
-IRA.description=Please wait while the setup wizard initializes.
-IRA.registry.initialization.failed=Cannot initialize registry
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finalizing...
-FRA.description=Please wait while the setup wizard finalizes.
-FRA.registry.finalization.failed=Cannot finalize registry
-
-################################################################################
-# InstallAction.java
-IA.title=Installing...
-IA.description=Please wait while the wizard installs the selected components.
-IA.progress.install.title=Installing {0}...
-IA.progress.rollback.title=Canceling, rolling back {0}...
-IA.install.dependent.failed=Could not install {0}, since the installation of {1} failed
-IA.install.unknown.error=Unknown Error
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Searching for Java\u2122 Environments...
-SFJA.description=Please wait while the wizard searches your system for existing Java\u2122 environments.
-SFJA.prepare.list=Preparing locations list...
-SFJA.checking=Checking {0}
-SFJA.search.java=Searching for installed Java environments...
-SFJA.entry.label={0} (v. {1} by {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Uninstalling...
-UA.description=Please wait while the wizard uninstalls the selected components.
-UA.progress.uninstall.title=Uninstalling {0}
-UA.uninstall.dependent.failed=Could not uninstall {0}, since the uninstallation of {1} failed
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=Source component UID is not set
-SILA.error.cannot.find.component=Component with the given uid {0} does not exist
-SILA.error.cannot.get.logic=Could not access configuration logic for {0}
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_lt.properties
deleted file mode 100644
index c16b724..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_lt.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Location:
-ALP.location.button.text=B&rowse ...
-ALP.list.label.text=The &following locations were found by the search algorithm:
-
-ALP.error.nothing.found=No compatible applications were found.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Components Selection
-CSP.description.both=Select the components that you want to install. Unselect those you want to uninstall.
-CSP.description.install=Select the components that you want to install.
-CSP.description.uninstall=Unselect the components that you want to uninstall.
-CSP.feature.description.title=Feature Description
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Installation size: {0}     Download Size: {1}
-CSP.sizes.label.text.no.download=Installation size: {0}
-
-CSP.default.installation.size=N/A
-CSP.default.download.size=N/A
-
-CSP.error.no.changes.both=No feature selected. Select at least one feature for installation or uninstallation.
-CSP.error.no.changes.install=No feature selected. Select at least one feature for installation.
-CSP.error.no.changes.uninstall=No feature selected. Select at least one feature for uninstallation.
-CSP.error.requirement.install={1} is required to install {0}.
-CSP.error.conflict.install={0} conflicts with {1}.
-CSP.error.requirement.uninstall={0} is required by {1}.
-CSP.error.not.enough.space.to.download=Insufficient disk space for downloading the installation data. Additional {1} is required in {0}.
-CSP.error.not.enough.space.to.extract=Insufficient disk space for extracting the installation data. Additional {1} is required in {0}.
-CSP.error.cannot.check.space=Cannot check the free disk space
-
-################################################################################
-# DestinationPanel.java
-DP.title=Installation Folder
-DP.description=Choose destination folder.
-
-DP.destination.label.text=&Installation location:
-DP.destination.button.text=B&rowse ...
-
-DP.error.null=The installation folder cannot be empty.
-DP.error.not.valid=The specified installation folder is invalid.
-DP.error.contains.exclamation=The installation folder cannot contain the exclamation mark (!).
-DP.error.contains.semicolon=The installation folder cannot contain the semicolon character (;).
-DP.error.contains.colon=The installation folder cannot contain the colon character (:).
-DP.error.contains.ampersand=The installation folder cannot contain the ampersand character (&).
-DP.error.contains.wrong.char=The installation folder contains the wrong character({1}).
-DP.error.matches.prohibited.regexp=The specified installation folder is invalid (it matches prohibited pattern {1}).
-DP.error.not.absolute=The specified installation folder has to be in absolute path form.
-DP.error.cannot.canonize=The specified installation folder cannot be canonized.
-DP.error.not.directory=The specified installation location is not a folder.
-DP.error.not.readable=The specified installation folder is not readable.
-DP.error.not.writable=The specified installation folder is read-only.
-DP.error.not.empty=The specified installation folder is not empty.
-DP.error.not.ends.with.app=The specified installation folder must end with ".app".
-DP.error.not.enough.space=Not enough disk space. Additional {1} required in {0}.
-DP.error.cannot.get.logic=Cannot obtain configuration logic
-DP.error.cannot.check.space=Cannot check the free disk space
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 home folder:
-JLP.location.label.text.java=&Java\u2122 environment home folder:
-JLP.location.button.text=B&rowse ...
-JLP.list.label.text=&List of suitable JDK\u2122 found on this machine:
-JLP.list.label.text.java=&List of suitable Java\u2122 environments found on this machine:
-
-JLP.error.null=The path to the JDK cannot be empty.
-JLP.error.null.java=The path to the Java environment cannot be empty.
-JLP.error.not.valid.path=The specified JDK folder {0} is invalid.
-JLP.error.not.valid.path.java=The specified Java environment folder {0} is invalid.
-JLP.error.path.not.exists=The specified JDK folder {0} does not exist.
-JLP.error.path.not.exists.java=The specified Java environment folder {0} does not exist.
-JLP.error.not.javahome=The specified JDK folder {0} does not contain JDK.
-JLP.error.not.javahome.java=The specified Java environment folder {0} does not contain Java environment.
-JLP.error.not.jdk=The specified JDK folder {0} contains JRE, but a full JDK is required.
-JLP.error.wrong.version.older=The specified JDK folder {0} contains JDK version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.older.java=The specified Java environment folder {0} contains Java version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.newer=The specified JDK folder {0} contains JDK version "{1}", while the maximum is "{2}".
-JLP.error.wrong.version.newer.java=The specified Java environment folder {0} contains Java version "{1}", while the maximum is "{2}".
-JLP.error.wrong.vendor=The specified JDK folder {0} contains JDK from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.wrong.vendor.java=The specified Java environment folder {0} contains Java from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.unknown=An unknown error occured while validating the path.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>The installer could not find a compatible JDK installation, specify it manually.<br>The minimum required version is {0}. To download JDK, visit <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>The installer could not find a compatible Java environment, specify it manually.<br>The minimum required version is {0}. To download Java environment, visit <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (used by {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Post-Create Bundle Summary
-PoCBSP.dialog.description=Click Finish to exit.
-
-PoCBSP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Some errors were encountered in the course of bundle creation process.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=The following components were successfully bundled:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=The following components failed to be bundled:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=View &Log
-PoCBSP.send.log.button.text=&Send Log
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Installation Wizard - Post-Install Summary
-
-PoISP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Some warnings were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Some errors were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=The following components were successfully installed:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=The following components installed with warnings:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=The following components failed to install:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=The following components were successfully uninstalled:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=The following components uninstalled with warnings:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=The following components failed to uninstall:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=View &Details
-PoISP.view.log.button.text=View &Log
-PoISP.send.log.button.text=&Send Log
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Log file is not available
-
-PoISP.message.files.remaining=Some files could not be removed from the installation directories of the {0}. You may need to remove them manually.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Pre-Create Bundle Summary
-PrCBSPdialog.description=Click Create to create the bundle.
-
-PrCBSPmessage.text=The wizard has collected all required data to proceed with creating of the bundle. Please review your choice. To continue, click Next.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=You chose to create a bundle with the following components:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Total download size: {0}
-PrCBSPrequired.disk.space.label.text=Required disk space: {0}
-PrCBSPcreate.button.text=&Create
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Pre-Install Summary
-
-PrISP.message.text=The installation wizard has collected all required data to proceed with installation/uninstallation of the selected components. Please review your choice. To continue, click Next.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=You chose to install the following components:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=You chose to uninstall the following components:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Total download size: {0}
-PrISP.required.disk.space.label.text=Required disk space: {0}
-PrISP.install.button.text=&Install
-
-PrISP.error.not.enough.space=Insufficient disk space for proper installation. Additional {1} is required in {0}.
-PrISP.error.cannot.check.space=Cannot check the free disk space
-PrISP.error.logic.access=Could not access product's configuration logic
-PrISP.error.fsroots=Cannot get the list of file system roots
-PrISP.error.non.existent.root={0} is set up to be installed to {1} which does not belong to any of the file system roots.
-PrISP.error.cannot.write=The wizard does not have write access to {1}, the installation directory of {0}. Please correct the permissions before proceeding.
-
-################################################################################
-# LicensesPanel.java
-LP.title=License Agreement
-LP.description=Please read the following license agreement carefully.
-
-LP.accept.checkbox.text=I &accept the terms in the license agreement
-LP.error.cannot.get.logic=Could not access configuration logic
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<No Text>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Are you sure you want to cancel?
-EMP.cancel.dialog.title=Cancel
-EMP.error.failed.input.verify=Failed to verify input
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_lt.properties
deleted file mode 100644
index d2a0ae9..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_lt.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Failed to download wizard icon from URI - {0}.
-SFC.error.failed.to.set.icon=Failed to set the swing frame container icon.
-SFC.error.failed.to.attach.error.handler=Failed to attach custom error handler to the EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Cannot set the default close operation
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_lt.properties
deleted file mode 100644
index 7603b7f..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_lt.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Installation details
-IDD.component.label=Component
-IDD.status.label=Status
-
-ILD.loading.logfile=Loading log file. Please wait...
-ILD.error.reading.log=Cannot read log file {0}.
-ILD.error.log.contents=Log contents are not available.
-
diff --git a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_lt.properties b/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_lt.properties
deleted file mode 100644
index 13d2606..0000000
--- a/l10n/src/lt/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_lt.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Engine Library
-
diff --git a/l10n/src/lt/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_lt.properties b/l10n/src/lt/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_lt.properties
deleted file mode 100644
index 28c6d30..0000000
--- a/l10n/src/lt/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_lt.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apple Application Menu
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enables proper support for the Apple Application menu
-
-OpenIDE-Module-Long-Description=Enables Apple menu items to work properly, and moves some standard menu items there - Tools | Options becomes Preferences, Help | About becomes about, File | Exit becomes Quit.
-
-MSG_MinimizeWindowAction=&Minimize Window
-
diff --git a/l10n/src/lt/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_lt.properties b/l10n/src/lt/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_lt.properties
deleted file mode 100644
index fc4f3d1..0000000
--- a/l10n/src/lt/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_lt.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Establishing a connection ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Checking for updates in {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=Cannot read NBM {0}
-InstallSupportImpl_TurnOnTimeout=timeout of loading {0}
-InstallSupportImpl_NullSource=Source URL for module "{0}" is null, most likely "distribution" attribute is set to the empty string in the UC catalog.\nSee also http://www.netbeans.org/issues/show_bug.cgi?id=153799 for more details.
-InstallSupportImpl_Download_Unavailable=Cannot access {0}
-OperationSupportImpl_Custom_Uninstall=Uninstalling {0}
-OperationSupportImpl_Custom_Install=Installing {0}
-
-UpdateUnitFactory_Libraries_Category=Libraries
-UpdateUnitFactory_Bridges_Category=Bridges
-UpdateUnitFactory_Unsorted_Category=Uncategorized
-UpdateElementImpl_Feature_CategoryName=Features
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Module installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Modules installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Module not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Modules not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>New module offered by the plugin:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>New modules offered by the plugin:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/lt/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_lt.properties b/l10n/src/lt/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_lt.properties
deleted file mode 100644
index 64ab08e..0000000
--- a/l10n/src/lt/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_lt.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The AutoUpdate feature provides several services: download and install available updates of installed modules, search and install new modules from subscribed Update Centers, view and manage the modules.
-OpenIDE-Module-Name=Auto Update Services
-OpenIDE-Module-Short-Description=Support for searching for module updates on Update Center and for downloading and installing modules
-
diff --git a/l10n/src/lt/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_lt.properties b/l10n/src/lt/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_lt.properties
deleted file mode 100644
index 261abc0..0000000
--- a/l10n/src/lt/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_lt.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Default Update Center
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Libraries
-ArtificialFeaturesProvider_Bridges_Category=Bridges
-ArtificialFeaturesProvider_Unsorted_Category=Uncategorized
-ArtificialFeaturesProvider_Features_Category=Features
-NetworkAccess_Timeout=Timeout while opening connection to {0}
-
diff --git a/l10n/src/lt/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_lt.properties b/l10n/src/lt/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_lt.properties
deleted file mode 100644
index ea38047..0000000
--- a/l10n/src/lt/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_lt.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Preparing to Unpack
-CTL_UnpackingFile=Unpacking File:
-CTL_DeletingFiles=Uninstalling files...
-CTL_DisablingFiles=Deactivating files...
-UpdaterFrame.jTextArea1.text=Update is in progress.\n\nPlease wait ...
-UpdaterFrame.textLabel.text=Preparing to Unpack
-UpdaterFrame.Form.title=Updater
-UpdaterFrame.textLabel.fontName=Dialog
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/lt/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_lt.properties b/l10n/src/lt/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_lt.properties
deleted file mode 100644
index b29c99b..0000000
--- a/l10n/src/lt/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_lt.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} more ...
-Less_Command_Text={0} less ...
-UnitTab_ReloadTime=Last Check: {0}
-UnitTab_ReloadTime_Never=never
-UnitTab_LessAction=Show Fewer Plugins
-UnitTab_MoreAction=Show More Plugins
-UnitTab_TooltipCheckBox_INSTALLED=Check plugin {0}
-UnitTab_Tooltip_RefreshAction=Reload Catalog
-UnitTab_bTabAction_Name_INSTALLED=U&ninstall
-UnitTab_TooltipCheckBox_UPDATE=Check plugin {0}
-UnitTab_bTabAction_Name_UPDATE=&Update
-UnitTab_CheckAction=Check
-UnitTab_CheckCategoryAction=Check Category
-UnitTab_UncheckCategoryAction=Uncheck Category
-UnitTab_CheckAllAction=Check All
-UnitTab_UncheckAllAction=Uncheck All
-UnitTab_ReloadAction=&Reload Catalog
-UnitTab_PrepareReloadAction=Please wait a while reloading catalog
-UnitTab_RemoveLocallyDownloadedAction=&Remove
-UnitTab_ActivateAction=&Activate
-UnitTab_ActivateCategoryAction=Activate Category
-UnitTab_DeactivateAction=&Deactivate
-UnitTab_DeactivateCategoryAction=Deactivate Category
-AvailableTab_SourceCategory_Tooltip_STANDARD=Certified Plugin
-AvailableTab_SourceCategory_Tooltip_BETA=Beta Plugin
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Community Contributed Plugin
-InstallTab_Active_Tooltip=Active
-InstallTab_InActive_Tooltip=Inactive
-InstallTab_PendingForInstall_Tooltip=Application restart needed to complete installation
-InstallTab_PendingForDeactivate_Tooltip=Application restart needed to complete deactivation
-InstallTab_ReadOnly_Tooltip={0} is in read-only mode and cannot be checked
-UnitTab_TooltipCheckBox_AVAILABLE=Check plugin {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Install
-UnitTab_TooltipCheckBox_LOCAL=Check plugin {0}
-UnitTab_Tooltip_AddAction_LOCAL=Add the locally downloaded plugins
-UnitTab_Tooltip_RemoveAction_LOCAL=Remove plugin from the list
-UnitTab_bTabAction_Name_LOCAL=&Install
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} plugin selected
-UnitTab_lHowManySelected_Many_Text={0} plugins selected
-UnitTab_OperationName_Text_INSTALLED=Uninstall
-UnitTab_OperationName_Text_UPDATE=Update
-UnitTab_OperationName_Text_AVAILABLE=Install
-UnitTab_OperationName_Text_LOCAL=Install
-UnitTab_lWarning_Text={0} operation will require restart of the application
-PluginManagerUI_UnitTab_Update_Title=Updates
-PluginManagerUI_UnitTab_Update_ToolTip=Your application is up to date!
-PluginManagerUI_UnitTab_Available_ToolTip=No plugins are available. Click Reload Catalog for newest plugins.
-PluginManagerUI_UnitTab_Available_Title=Available Plugins
-PluginManagerUI_UnitTab_Installed_Title=Installed
-PluginManagerUI_UnitTab_Local_Title=Downloaded
-UnitTab_bAddLocallyDownloads_Name=&Add Plugins...
-UnitTab_bAddLocallyDownloads_ACN=Add Plugins
-UnitTab_bAddLocallyDownloads_ACD=Add Plugins to use the file browser to add any plugins that you downloaded to your local system
-NotificationAlreadyPreparedToIntsall=Plugin {0} is already prepared to update/install.
-NotificationOneAlreadyInstalled=Plugin "{0}" is already installed.
-NotificationMoreAlreadyInstalled=Plugins "{0}" are already installed.
-NotificationAlreadyPresent=Plugin "{0}" is already added. Do you want to replace with "{1}"?
-NotificationAlreadyPresentTitle=Replace plugin
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Add Plugins
-CTL_FileFilterDescription=Plugin distribution files (*.nbm)
-NetworkProblemPanel_taTitle_Text=Unable to connect to the Update Center
-NetworkProblemPanel_taMessage_WarningText=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic. \n\nIt might happen your caches are out of date. Please click Reload Catalog to refresh content.
-NetworkProblemPanel_taMessage_ErrorText=Not all of the plugins have been successfully downloaded. The server may be unavailable at the moment. Try again later.
-CTL_Warning=Warning
-CTL_Error=Network Problem
-CTL_ShowProxyOptions=&Proxy Configuration...
-ACSD_ShowProxyOptions=N/A
-Utilities_NetworkProblem_Continue=&Try again
-Utilities_NetworkProblem_Skip=&Skip
-Utilities_NetworkProblem_Cancel=Cancel
-Utilities_NetworkProblem_Text=Unable to connect to the {0} because of {1}
-SettingsTable_ActiveColumn=Active
-SettingsTable_NameColumn=Name
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Settings
-SettingsTab.bProxy.text=&Proxy Settings
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=Update Center Customizer
-UpdateUnitProviderPanel.lName.text=&Name\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Check for updates automatically
-Utilities_Libraries_Category=Libraries
-Utilities_Bridges_Category=Bridges
-Utilities_Unsorted_Category=Uncategorized
-SettingsTab.bRemove.message=Are you sure you want to remove following update center: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Name
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Check for updates automatically
-UpdateUnitProviderPanel.error.name.short=Update Center name is not specified
-UpdateUnitProviderPanel.error.url.short=Update Center URL is not specified
-UpdateUnitProviderPanel.error.name.dup=Update Center with the same name already exist
-UpdateUnitProviderPanel.error.url.invalid=Update Center URL is invalid
-UnitTab_bClose_Text=&Close
-Utilities_CheckingForUpdates=Checking for updates
-UnitTab_InitAndCheckingForUpdates=Initializing the list of plugins... 
-InstalledTableModel_State_Enabled=On
-InstalledTableModel_State_Disabled=Off
-AvailableTableModel_Columns_Install=Install
-AvailableTableModel_Columns_Name=Name
-AvailableTableModel_Source_Category=Source
-AvailableTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Uninstall=Select
-InstalledTableModel_Columns_Name=Name
-InstalledTableModel_Columns_Installed=Installed
-InstalledTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Enabled=Active
-LocallyDownloadedTableModel_Columns_Install=Install
-LocallyDownloadedTableModel_Columns_Name=Name
-LocallyDownloadedTableModel_Columns_Version=Version
-LocallyDownloadedTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Update=Update
-UpdateTableModel_Columns_Name=Name
-UpdateTableModel_Columns_Installed=Installed
-UpdateTableModel_Columns_Available=Available
-UpdateTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Category=Category
-SettingsTab_NewProviderName=New Provider
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Description:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Version: 
-UnitDetails_Plugin_InstalledVersion=Installed version:
-UnitDetails_Plugin_AvailableVersion=Available version:
-UnitDetails_Plugin_Author=Author: 
-UnitDetails_Plugin_Date=Date: 
-UnitDetails_Plugin_Source=Source: 
-UnitDetails_Plugin_CodeName=Code name: 
-UnitDetails_Plugin_Homepage=Homepage: 
-UnitDetails_Plugin_Notification=Important note
-UnitDetails_Plugin_Description=Plugin Description
-UnitDetails_Plugin_Collecting_Dependencies=Collecting dependencies...
-UnitDetails_New_Internal_Update_Mark=new!
-lSearch1.text=&Search\:
-SettingsTab.lCheckPeriod.text=&Check Interval\:
-SettingsTab.lGeneral.text=Advanced
-SettingsTab.addButton.text=&New
-SettingsTab.RemoveButton.text=&Remove
-SettingsTab.EditButton.text=&Edit
-SettingsTab.AddButton.text=&Add
-SettingsTab.lUpdateCenters.text=Configuration of &Update Centers\:
-SettingsTab.lConnection.text=Automatically Check for Updates
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Update_custom=User Default
-SettingsTab.cbSharedInstall.text=&Force install into shared directories
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Write Permission
-SettingsTab.cbSharedInstall.ReadOnlyMessage=You don`t have permission to install plugin(s) into the shared directory:\n{0}\nTo perform installation into the shared directory, you should run the application as a user with administrative priviledges.
-SettingsTab.cbSharedInstall.NoSharedTitle=No install directory
-SettingsTab.cbSharedInstall.NoSharedMessage=No shared directories found.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Cannot read NBM {0} because {1}
-PluginManagerUI.bHelp.text=&Help
-ACN_UnitTable=List of Plugins
-ACD_UnitTable=List of Plugins
-ACN_UpdateCentersTable=List of Update Centers
-ACD_UpdateCentersTable=List of Update Centers allowing to activate or deactivate selected Update Center
-ACN_DetailsPanel=Plugin's details
-ACN_DetailsPanel_Button=Invoke {0} action
-ACN_UnitDetails=Plugin Details
-ACD_Reload=Reload Catalog
-ACD_Search=Search Plugins
-ACN_Tabs=Switch between updates, available, installed and downloaded plugins
-ACD_Tabs=Switch between updates, available, installed and downloaded plugins
-ACN_PluginManagerUI=Plugin Manager
-ACD_PluginManagerUI=Plugin Manager for updating, installing and removing plugins
-ACN_Reload=Reload Catalog
-ACN_UpdateCenterCustomizer=Update Center Customizer
-ACD_UpdateCenterCustomizer=Update Center Customizer for editing update center name and URL
-NetworkProblemPanel_ACD=N/A
-NetworkProblemPanel_taMessage=Message of Network Problem
-NetworkProblemPanel_taTitle_ACN=Network Problem
-UnitTab.detailView.text=Sho&w details
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Internal Updates)
-Unit_InternalUpdates_Title=Internal Updates
-
diff --git a/l10n/src/lt/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_lt.properties b/l10n/src/lt/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_lt.properties
deleted file mode 100644
index 801cd90..0000000
--- a/l10n/src/lt/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_lt.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Check for &Updates
-PluginManagerAction_Name=Plu&gins
-PluginManager_Panel_Name=Plugins
-PluginManager_CloseButton_Name=&Close
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} updates found.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} update found.
-AutoupdateCheckScheduler_UpdateFound_Hint=Click here to make your application up to date.
-AutoupdateCheckScheduler_InstallInProgress=Please wait, another install task in progress...
-
diff --git a/l10n/src/lt/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_lt.properties b/l10n/src/lt/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_lt.properties
deleted file mode 100644
index 676d157..0000000
--- a/l10n/src/lt/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_lt.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The UI allows to browse the installation and contents of registered Update Centers, to download updates or new modules and to automatically install modules.
-OpenIDE-Module-Name=Auto Update UI
-OpenIDE-Module-Short-Description=Supplies UI of Auto Update Services
-
diff --git a/l10n/src/lt/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_lt.properties b/l10n/src/lt/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_lt.properties
deleted file mode 100644
index 823a152..0000000
--- a/l10n/src/lt/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_lt.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_Header_Content=The installer will download, verify and then install the selected plugins.
-OperationDescriptionStep_TableInstall_Title=The following plugins will be installed:
-OperationDescriptionStep_TableUpdate_Title=The following plugins will be updated:
-OperationDescriptionStep_PluginBrokesJavaDependency=The Java platform version {0} was requested but only {1} is running.
-OperationDescriptionStep_HeaderUninstall_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderUninstall_Content=The selected plugins will be uninstalled. The selected plugins will be removed from the disk.
-OperationDescriptionStep_TableUninstall_Title=The following plugins will be uninstalled:
-OperationDescriptionStep_HeaderActivate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderActivate_Content=The selected plugins will be activated.
-OperationDescriptionStepActivate_Table_Title=The following plugins will be activated:
-OperationDescriptionStep_HeaderDeativate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderDeativate_Content=The selected plugins will be deactivated.
-OperationDescriptionStep_TableDeativate_Title=The following plugins will be deactivated:
-PanelBodyContainer_PleaseWait=Please wait until the installer discovers plugins dependencies.
-DependenciesResolutionStep_Table_Title=The following plugins will also be installed because one or more of the plugins you are about to install depend on them:
-UninstallDependenciesResolutionStep_Table_Title=The following plugins need to be deactivated because they require one or more of the plugins you are about to deactivate:
-LicenseApprovalPanel_taTitle_Text=In order to continue with the installation, you need to agree with all of the license agreements associated with the particular plugins.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} License Agreement
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=License Agreement
-LicenseApprovalPanel_Header_Content=Please read all of the following license agreements carefully.
-InstallUnitWizard_Title=Plugin Installer
-InstallStep_Header_Download_Head=Download
-InstallStep_Header_Download_Content=Please wait until the installer downloads the requested plugins.
-InstallStep_Header_Verify_Head=Validate
-InstallStep_Header_Verify_Content=Please wait until the installer validates the downloaded plugins.
-InstallStep_Header_Install_Head=Install
-InstallStep_Header_Install_Content=Please wait until the installer completes the installation.
-InstallStep_Header_InstallDone_Head=Installation completed successfully
-InstallStep_Header_InstallDone_Content=Click Finish to quit the installer.
-InstallStep_Header_InstallUnsuccessful_Head=Installation completed unsuccessfully
-InstallStep_Header_InstallUnsuccessful_Content=Click Finish to quit the installer and try to restart application.
-InstallStep_Header_Restart_Head=Restart application to complete installation
-InstallStep_Header_Restart_Content=Restart application to finish plugin installation.
-UninstallStep_Header_Restart_Head=Restart application to complete deactivation
-UninstallStep_Header_Restart_Content=Restart application to finish plugin deactivation.
-CustomHandleStep_Header_Install_Restart_Head=Restart application to complete installation
-CustomHandleStep_Header_Install_Restart_Content=Restart application to finish plugin installation.
-CustomHandleStep_Header_Uninstall_Restart_Head=Restart application to complete uninstallation
-CustomHandleStep_Header_Uninstall_Restart_Content=Restart application to finish plugin uninstallation.
-
-InstallStep_Done=Done.
-InstallStep_Unsuccessful=Installation is completed but some problem found: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Restart Now
-InstallUnitWizardModel_Buttons_RestartLater=Restart &Later
-InstallUnitWizardModel_Buttons_Install=&Install
-InstallUnitWizardModel_Buttons_Update=&Update
-InstallUnitWizardModel_Buttons_Close=&Finish
-InstallUnitWizardModel_Buttons_Next=Next
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Uninstall
-UninstallUnitWizardModel_Buttons_TurnOn=&Activate
-UninstallUnitWizardModel_Buttons_TurnOff=&Deactivate
-InstallStep_InstallDone_Text=The Plugin Installer has successfully installed the following plugins:
-InstallStep_InstallUnsuccessful_Text=The Plugin Installer found problem {0} while install the following plugins:
-UninstallStep_UninstallDone_Text=The Plugin Installer has successfully uninstalled the following plugins:
-UninstallStep_ActivateDone_Text=The Plugin Installer has successfully activated the following plugins:
-UninstallStep_DeactivateDone_Text=The Plugin Installer has successfully deactivated the following plugins:
-UninstallStep_UninstallFailed_Text=Uninstallation failed: {0}
-UninstallStep_ActivateFailed_Text=Activation failed: {0}
-UninstallStep_DeactivateFailed_Text=Deactivation failed: {0}
-UninstallStep_Done=Done.
-UninstallStep_Failed=Failed. {0}
-UninstallStep_Header_Uninstall_Head=Uninstallation
-UninstallStep_Header_Uninstall_Content=Please wait until the installer uninstalls all the selected plugins.
-UninstallStep_Header_Deactivate_Head=Deactivation
-UninstallStep_Header_Deactivate_Content=Please wait until the installer finishes deactivating all the selected plugins.
-UninstallStep_Header_Activate_Head=Activation
-UninstallStep_Header_Activate_Content=Please wait until the installer finishes activating all the selected plugins.
-UninstallStep_Header_UninstallDone_Head=Uninstallation completed successfully
-UninstallStep_Header_UninstallDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateDone_Head=Deactivation completed successfully
-UninstallStep_Header_DeactivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateDone_Head=Activation completed successfully
-UninstallStep_Header_ActivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_UninstallFailed_Head=Uninstallation failed
-UninstallStep_Header_UninstallFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateFailed_Head=Deactivation failed
-UninstallStep_Header_DeactivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateFailed_Head=Activation failed
-UninstallStep_Header_ActivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_ProgressName_Uninstall=Uninstalling plugins
-UninstallStep_ProgressName_Activate=Activating plugins
-UninstallStep_ProgressName_Deactivate=Deactivating plugins
-ValidationWarningPanel_ShowCertificateButton=&Show certificate
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Validation Warning
-ValidationWarningPanel_VerifyCertificate_Title=Verify Certificate
-ValidationWarningPanel_ContinueButton=&Continue
-ValidationWarningPanel_taHead_NotSignedText=The following plugins are not signed\:
-ValidationWarningPanel_taHead_NotTrustedText=The following plugins are signed but not trusted\:
-ValidationWarningPanel_taWarning_Text=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-OperationDescriptionStep_CustomHandled_Head={0} plugins use native installer:
-InstallStep_Download_DownloadingPlugins=Downloading plugins...
-InstallStep_Validate_ValidatingPlugins=Validating plugins...
-InstallStep_Install_InstallingPlugins=Installing plugins...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Some plugins not installed to avoid potential installation problems.
-CustomHandleStep_Header_Install_Head=Install
-CustomHandleStep_Header_Install_Content=Please wait until the installer completes the installation.
-CustomHandleStep_Header_Uninstall_Head=Uninstallation
-CustomHandleStep_Header_Uninstall_Content=Please wait until the installer finishes uninstalling the selected plugins.
-CustomHandleStep_Header_InstallDone_Head=Installation completed successfully
-CustomHandleStep_Header_InstallDone_Content=Click Next to continue installing the remaining selected plugins using the plugin installer.
-CustomHandleStep_Header_UninstallDone_Head=Uninstallation completed successfully
-CustomHandleStep_Header_UninstallDone_Content=Click Next to continue uninstalling the remaining selected plugins.
-CustomHandleStep_Header_InstallFail_Head=Installation failed.
-CustomHandleStep_Header_InstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Header_UninstallFail_Head=Installation failed
-CustomHandleStep_Header_UninstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Install_InstallingPlugins=Installing plugins using the plugin's installer...
-CustomHandleStep_Uninstall_UninstallingPlugins=Uninstalling plugins using the plugin's installer...
-CustomHandleStep_Done=Done.
-CustomHandleStep_InstallDone_Text=The Plugin Installer has successfully finished the installation.
-CustomHandleStep_InstallFail_Text=Installation of {0} failed.
-CustomHandleStep_UninstallDone_Text=The Plugin Installer has successfully finished the uninstallation.
-CustomHandleStep_UninstallFail_Text=Uninstallation of {0} failed.
-InstallStep_NetworkProblem_Continue=&Try again
-InstallStep_NetworkProblem_Text=Networking problem in {0}
-OperationPanel.cbRunInBackground.text=&Run In Background
-InstallSupport_InBackground_NetworkError=Unable to connect to the Update Center.
-InstallSupport_InBackground_NetworkError_Details=details
-LicenseApprovalPanel.cbAccept.text=I &accept the terms in all of the license agreements.
-InstallSupport_RestartNeeded=Restart the application to complete the installation.
-UninstallSupport_RestartNeeded=Restart the application to complete the deactivation.
-CustomHandleStep_Install_RestartNeeded=Restart the application to complete the installation.
-CustomHandleStep_Uninstall_RestartNeeded=Restart the application to complete the uninstallation.
-
-RestartNeeded_Details=Click here to restart your application now
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans Installer Wizard
-PanelBodyContainer_ACD=NetBeans Installer Wizard
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/A
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/A
-ValidationWarningPanel_tpPlugins_ACN=Unverified Plugins
-ValidationWarningPanel_taWarning_Text_ACD=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-ValidationWarningPanel_taWarning_Text_ACN=Warning
-ValidationWarningPanel_taHead_ACN=N/A
-ValidationWarningPanel_ACD=N/A
-UninstallUnitWizard_Title=Plugin Installer
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Your application is up to date!</h3>
-LazyOperationDescriptionStep_NoUpdates=There are no updates available.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Checking for updates failed.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Check your network connection, verify that your proxy settings<br>are configured correctly, or try again later.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Checking for updates.</b><br>Please wait while the installer checks for available updates.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Initializing the list of updates... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Some plugins require plugin {0} to be installed.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Some plugins are waiting for application restart to resolve following problems:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Some plugins require capability {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Some plugins require the Java platform in version {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Some plugins require JDK</h3>Some of the selected plugins require the JDK in order to function. Currently, NetBeans IDE appears to be running with the JRE instead of the full JDK.<br><br>To use these plugins, start IDE with the <code>--jdkhome</code> command line option set to the location of a JDK installation. See <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> for more information.<br><br>
-OperationDescriptionStep_BrokenModuleDep=The plugin {0} would also need to be installed.
-OperationDescriptionStep_BrokenModuleNameDep=The plugin named {0} is needed and not found.
-OperationDescriptionStep_BrokenModuleVersionDep=The plugin {0} is requested in version >= {1} but only {2} was found.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=The plugin {0} is requested in version >= {1} (release version {2}) but only {3} (of release version different from {2}) was found.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=The plugin {0} is requested in version {1}.
-OperationDescriptionStep_BrokenModuleImplDep=The plugin {0} is requested in implementation version {1}.
-OperationDescriptionStep_BrokenRequiresDep=No plugin providing the capability {0} could be found.
-OperationDescriptionStep_AffectedPluginByBrokenDep=The following plugins are affected:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=The following plugin is affected:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=There were some problems while storing {0}.\nCause: {1}
-InstallStep_DownloadProblem_SomePlugins=selected plugins
-
diff --git a/l10n/src/lt/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_lt.properties b/l10n/src/lt/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_lt.properties
deleted file mode 100644
index d85fbae..0000000
--- a/l10n/src/lt/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_lt.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP Platform
-OpenIDE-Module-Name=RCP Platform
-OpenIDE-Module-Short-Description=NetBeans RCP Platform
-OpenIDE-Module-Long-Description=The NetBeans RCP Platform is a generic framework for Swing applications. It provides the services common to almost all large desktop applications: window management, menus, settings and storage, update management, file access, etc.<br><br>See more information at <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/lt/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_lt.properties b/l10n/src/lt/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_lt.properties
deleted file mode 100644
index 3693500..0000000
--- a/l10n/src/lt/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_lt.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup On SystemFS
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The default implementation of MimeDataProvider.
-OpenIDE-Module-Long-Description=The MIME Lookup On SystemFS module implements MimeDataProvider that looks up objects in the folder hierarchy on the System filesystem.
-
-
diff --git a/l10n/src/lt/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_lt.properties b/l10n/src/lt/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_lt.properties
deleted file mode 100644
index d819b5a..0000000
--- a/l10n/src/lt/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_lt.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The MIME lookup API.
-OpenIDE-Module-Long-Description=The MIME Lookup module provides API for looking up MIME type dependent settings, services and other objects. It also provides SPI for implementing additional MIME type related data provider.
-
diff --git a/l10n/src/lt/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_lt.properties b/l10n/src/lt/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_lt.properties
deleted file mode 100644
index 3ef3ddd..0000000
--- a/l10n/src/lt/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_lt.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Add to Favorites
-ACT_AddOnFavoritesNode=&Add to Favorites...
-ACT_Remove=&Remove from Favorites
-ACT_View=Favor&ites
-ACT_Select=Favorites
-ACT_Select_Main_Menu=Select in F&avorites
-
-Favorites=Favorites
-Templates/Other=Other
-Templates/Properties=User Configuration Properties
-Templates/Other/Folder=Folder
-Templates/Other/file=Empty File
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
-# JFileChooser
-CTL_DialogTitle=Add to Favorites
-CTL_ApproveButtonText=Add
-ERR_FileDoesNotExist={0} does not exist.
-ERR_FileDoesNotExistDlgTitle=Add to Favorites
-
-MSG_NodeNotFound=The document node could not be found in the Favorites tab.
-
-# Manifest localization
-OpenIDE-Module-Name=Favorites
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for organizing favorite files.
-OpenIDE-Module-Long-Description=Favorites module enables you to create a view of files specifically relevant to your work, simply access them at one common place.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Templates
-Templates.Options.Export.displayName=All Templates
-Favorites.Options.Export.displayName=Favorites
-
diff --git a/l10n/src/lt/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_lt.properties b/l10n/src/lt/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_lt.properties
deleted file mode 100644
index 6f1560e..0000000
--- a/l10n/src/lt/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_lt.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Close
-BTN_TemplatesPanel_OpenInEditorButton=&Open in Editor
-LBL_TemplatesAction_Name=&Templates
-HINT_TemplatesAction=Customize templates
-LBL_TemplatesPanel_Title=Template Manager
-BTN_TemplatesPanel_Delete=&Delete
-LBL_TemplatesPanel_TemplatesLabel=&Templates\:
-BTN_TemplatesPanel_Add=&Add...
-BTN_TemplatesPanel_RenameButton=&Rename
-BTN_TemplatesPanel_DuplicateButton=Du&plicate
-BTN_TemplatesPanel_NewFolder=&New Folder
-BTN_TemplatesPanel_MoveUp=Move &Up
-BTN_TemplatesPanel_MoveDown=Move Do&wn
-LBL_TemplatesPanel_JFileChooser_Title=Add Existing Template
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Add
-TXT_TemplatesPanel_NewFolderName=New Folder
-MSG_TemplatesPanel_Nonexistent_File=File ''{0}''\ndoes not exist, please specify an existing file.
-
-TemplatesPanel_TemplateNode_DisplayName=Display Name
-TemplatesPanel_TemplateNode_DisplayName_Desc=Display name of this template. Shown in File|New wizard as well as in Tools|Templates.
-TemplatesPanel_TemplateNode_FileName=File Name
-TemplatesPanel_TemplateNode_FileName_Desc=File name of file represented by this template.
-TemplatesPanel_TemplateNode_ScriptEngine=Script Engine
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Script engine use for processing this template.
-TemplatesPanel_TemplateNode_TemplateCategories=Template Categories
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=A list of template's categories appropriate for this template.
-
-ACD_TemplatesPanel_Add=Add Template
-
-ACD_TemplatesPanel_New=New Template
-
-ACD_TemplatesPanel_Duplicate=Duplicate Selected Template
-
-ACD_TemplatesPanel_Rename=Rename Template
-
-ACD_TemplatesPanel_MoveUp=Move Up Selected Template
-
-ACD_TemplatesPanel_MoveDown=Move Down Selected Template
-
-ACD_TemplatesPanel_Delete=Delete Template
-
-TT_TemplatesPanel_Add=Add Template
-
diff --git a/l10n/src/lt/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_lt.properties b/l10n/src/lt/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_lt.properties
deleted file mode 100644
index 929201c..0000000
--- a/l10n/src/lt/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_lt.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Could not connect to URL {0}; no such resource was found.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Warning: the JavaHelp topic ID {0} was not found.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Loading help sets...
-ACSD_JavaHelp_viewer=Displays one or more online help references in JavaHelp format
-ACSD_Loading_Dialog=Loading help sets
-
-# HelpAction
-LBL_HelpAction=Help
-CTL_OpeningHelp=Opening Help...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP Monitor
-
-# a11y - BrowserDisplayer
-ACSD_Label=Click here to open this link in a web browser.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Showing help ID: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Showing help ID: {0}
-
-QuickSearch/Help=Help
-Err_CreateJavaHelpSearchEngine=Failed to create JavaHelp search engine.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copy Link Location
-
diff --git a/l10n/src/lt/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_lt.properties b/l10n/src/lt/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_lt.properties
deleted file mode 100644
index 45c1017..0000000
--- a/l10n/src/lt/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_lt.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JavaHelp Integration
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Permits JavaHelp help sets to be added to the IDE.
-OpenIDE-Module-Long-Description=Contains the actual JavaHelp runtime library, and the implementation of the part of the Modules API which permits other modules to install help sets using JavaHelp technology.
-
-Menu/Help/master-help.xml=Help &Contents
-Menu/Help/HelpShortcuts=Help &Sets
-Actions/Help/master-help.xml=Help &Contents
-
diff --git a/l10n/src/lt/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_lt.properties b/l10n/src/lt/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_lt.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/lt/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_lt.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/lt/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_lt.properties b/l10n/src/lt/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_lt.properties
deleted file mode 100644
index f617e03..0000000
--- a/l10n/src/lt/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_lt.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Sample value ensuring that decryption is working.
-FallbackProvider.msg_clear_keys=Your previously stored passwords cannot be decrypted. Do you wish to forget all existing passwords and start with a fresh keyring?
-FallbackProvider.title_clear_keys=Delete Stored Passwords
-MasterPasswordPanel.masterPasswordLabel.text=Master &Password:
-MasterPasswordPanel.setNewBox.text=&Change...
-MasterPasswordPanel.newLabel1.text=&New Master Password:
-MasterPasswordPanel.newLabel2.text=&Retype:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=Enter Master Password
-MasterPasswordPanel.enter_password=Enter password
-MasterPasswordPanel.enter_new_password=Enter new password
-MasterPasswordPanel.password_mismatch=New passwords do not match
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/lt/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_lt.properties b/l10n/src/lt/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_lt.properties
deleted file mode 100644
index d661fb1..0000000
--- a/l10n/src/lt/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_lt.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Cannot create file {0} in folder {1}.
-EXC_CannotCreateExistingData=Cannot create file {0} in folder {1}. This file already exists.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Cannot create folder {0} in folder {1}.
-EXC_CannotCreateExistingFolder=Cannot create folder {0} in folder {1}. This folder already exists.
-
-# {0} - the file
-EXC_CannotLock=Cannot lock read-only file {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Invalid lock [{0}] for file {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-EXC_CannotLockRoot=Root cannot be locked.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Cannot get exclusive access to {0} (probably opened for reading).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Cannot get shared access to {0} (probably opened for writing).
-
diff --git a/l10n/src/lt/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_lt.properties b/l10n/src/lt/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_lt.properties
deleted file mode 100644
index fc1852d..0000000
--- a/l10n/src/lt/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_lt.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=File {0} is already locked.
-EXC_FileLockAlreadyExists=File {0} is already locked (lock {1} exists).
-# {0} - full path
-FileObj.readOnlyFile=File {0} cannot be written to because it is read-only.
-
diff --git a/l10n/src/lt/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_lt.properties b/l10n/src/lt/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_lt.properties
deleted file mode 100644
index 2fb5bd5..0000000
--- a/l10n/src/lt/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_lt.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Master Filesystem
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Merges multiple filesystem providers into a single logical tree.
-OpenIDE-Module-Long-Description=Creates mounts for disk roots and then splices in other filesystems such as VCS mounts, providing a single wrapper FileSystem for them all.
-
-LBL_loaderName=FolderLoader for MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Cannot copy root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Cannot move root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Filesystem {1}  cannot be mounted on the root {0}, because Filesystem {2} is already mounted.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Filesystem {1}  cannot be mounted on the root {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Filesystem {0}  cannot be unmounted. 
-
diff --git a/l10n/src/lt/platform/options-api/options-api/org/netbeans/modules/options/Bundle_lt.properties b/l10n/src/lt/platform/options-api/options-api/org/netbeans/modules/options/Bundle_lt.properties
deleted file mode 100644
index 36fa58b..0000000
--- a/l10n/src/lt/platform/options-api/options-api/org/netbeans/modules/options/Bundle_lt.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Options Dialog and SPI
-OpenIDE-Module-Display-Category=Tools
-OpenIDE-Module-Short-Description=Provides the Options dialog and an SPI to add panels to it.
-OpenIDE-Module-Long-Description=Provides the Tools | Options dialog. The SPI lets you add whole new panels, or sections to the Miscellaneous panel.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Options
-CTL_Options_Dialog_Title=Options
-CTL_OK=OK
-CTL_Classic=Advanced Options
-CTL_Classic_Title=Advanced Options
-CTL_Modern=&Basic Options
-CTL_Loading_Options=Loading Settings ...
-CTL_Error_Loading_Options=Loading Options Failed.
-CTL_Some_values_changed=There are some changes. Do you want to apply them?
-
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=&Fonts & Colors
-CTL_Font_And_Color_Options_Title=Fonts & Colors
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-
-CTL_Export=Expor&t
-CTL_Import=&Import
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= Invokes Advanced Options dialog
-ACS_OptionsPanel=Options Dialog
-ACS_Export=Export Options
-ACS_Import=Import Options
-TabbedController.pane.AD=Options Panel
-
-QuickSearch/GoToOption=Options
-
diff --git a/l10n/src/lt/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_lt.properties b/l10n/src/lt/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_lt.properties
deleted file mode 100644
index 95766a8..0000000
--- a/l10n/src/lt/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_lt.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Miscellaneous
-CTL_Advanced_Options_Title=Miscellaneous
-CTL_Advanced_Options_Description=Miscellaneous
-AdvancedPanel.tabbedPanel.AD=Miscellaneous tabbed panel
-Advanced.Export.Category=Miscellaneous
-
diff --git a/l10n/src/lt/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_lt.properties b/l10n/src/lt/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_lt.properties
deleted file mode 100644
index 930c4e0..0000000
--- a/l10n/src/lt/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_lt.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Define Here
-LBL_action_revert=Revert Def.
-LBL_action_delete=Delete
-
-MSG_ask_remove_above_defined_files=Moving the definition here will remove any values stored in layers left of the selected column.\n\nDo you want to proceed?
-
-#file state tooltips
-LBL_fstate_defined=Setting Definition
-LBL_fstate_ignored=Unused Setting Value
-LBL_fstate_inherited=Setting Inherited
-LBL_fstate_undefined=Setting value is not defined here
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=User
-LBL_FSP_Desc_Session-Layer=Session Settings Level
-LBL_FSP_Modules-Layer=Default
-LBL_FSP_Desc_Modules-Layer=Default Installation Settings Level
-
-#OptionsAction
-Options=&Options
-CTL_close_button=&Close
-ACSD_close_button=N/A
-ACSN_optionsTree=N/A
-ACSD_optionsTree=N/A
-LBL_computing=Initializing settings ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Show Levels (press +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Hide Levels (press +)
-CTL_Templates_name=Templates
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorer
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
diff --git a/l10n/src/lt/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_lt.properties b/l10n/src/lt/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_lt.properties
deleted file mode 100644
index c92ed6a..0000000
--- a/l10n/src/lt/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_lt.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Select Options for Export:
-OptionsChooserPanel.outline.all=All
-OptionsChooserPanel.outline.header.tree=Available Options
-OptionsChooserPanel.outline.AN=Available Options
-OptionsChooserPanel.outline.AD=Tree of available options
-OptionsChooserPanel.lblFile.text=&Target zip file:
-OptionsChooserPanel.btnBrowse=B&rowse...
-OptionsChooserPanel.btnBrowse.AN=Browse
-OptionsChooserPanel.btnBrowse.AD=Browse
-OptionsChooserPanel.txtFile.AD=Source or target of import/export.
-OptionsChooserPanel.loading=Loading...
-OptionsChooserPanel.file.warning=Please, select a valid target zip file
-OptionsChooserPanel.nooption.warning=Please, select something to export
-OptionsChooserPanel.file.chooser.title=Select target zip file
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=Select Options to Export
-OptionsChooserPanel.export.status.text=Options Export Finished.
-OptionsChooserPanel.import.title=Select Options to Import
-OptionsChooserPanel.import.lblFile.text=&Import Source:
-OptionsChooserPanel.import.lblHint.text=&Select Options for Import:
-OptionsChooserPanel.import.file.warning=Please, select a valid zip file or userdir
-OptionsChooserPanel.import.nooption.warning=Please, select something to import
-OptionsChooserPanel.import.file.chooser.title=Select zip file or userdir
-OptionsChooserPanel.import.invalid.userdir.title=Invalid Userdir?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Folder {0} does not seem to be a valid userdir. Do you really want to import options from this location?
-OptionsChooserPanel.AD=Panel to choose options for export/import
-OptionsChooserPanel.import.error=Error while importing options. Run IDE with parameter -J-Dorg.netbeans.modules.options.export.level=100 and look at IDE log for details.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Invalid zip file: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Writing to file {0} failed.
-ImportConfirmationPanel.title=Import Confirmation
-ImportConfirmationPanel.cbRestart.text=&Restart IDE now (without restart imported settings may not work)
-ImportConfirmationPanel.cbRestart.AD=Decide whether restart IDE now or later
-ImportConfirmationPanel.cbRestart.AN=Restart IDE now?
-ImportConfirmationPanel.lblMessage.text=Import may irreversibly overwrite your current settings. Perform export first to backup current options. Do you want to continue?
-ImportConfirmationPanel.lblMessage.AD=Confirmation message
-ImportConfirmationPanel.AN=Import Confirmation
-ImportConfirmationPanel.AD=Import Confirmation
-ExportConfirmationPanel.title=Stored Passwords Warning
-ExportConfirmationPanel.lblMessage.text=Exported settings may contain stored passwords. Sharing your settings with other users represents a potential security risk. Do you want to continue?
-ExportConfirmationPanel.cbSkip.text=&Skip this warning next time
-ExportConfirmationPanel.cbSkip.AN=Skip this warning next time?
-ExportConfirmationPanel.cbSkip.AD=Decide whether skip or show this warning next time
-ExportConfirmationPanel.lblMessage.AD=Confirmation message
-ExportConfirmationPanel.AN=Stored passwords warning
-ExportConfirmationPanel.AD=Stored passwords warning
-
diff --git a/l10n/src/lt/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_lt.properties b/l10n/src/lt/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_lt.properties
deleted file mode 100644
index d2c889b..0000000
--- a/l10n/src/lt/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_lt.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Keymap Options
-
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-CTL_Keymap_Options_Description=Keymap
-
-CTL_Duplicate=&Manage Profiles...
-AN_Duplicate=Duplicate
-AD_Duplicate=Duplicate
-CTL_Delete=Dele&te
-AN_Delete=Delete
-AD_Delete=Delete
-CTL_Restore=&Restore
-AN_Restore=Restore
-AD_Restore=Restore
-CTL_Show_Actions=Actio&ns
-AN_Show_Actions=Actions
-AD_Show_Actions=Actions
-CTL_Show_Shortcuts=&Shortcuts
-AN_Show_Shortcuts=Shortcuts
-AD_Show_Shortcuts=Shortcuts
-CTL_Add_Shortcut=A&dd ...
-AN_Add_Shortcut=Add
-AD_Add_Shortcut=Add
-CTL_Remove_Shortcut=Remo&ve
-AN_Remove_Shortcut=Remove
-AD_Remove_Shortcut=Remove
-CTL_Actions=Actio&ns:
-AN_Actions=Actions
-AD_Actions=Actions
-CTL_Shortcuts=&Shortcuts:
-AN_Shortcuts=Shortcuts
-AD_Shortcuts=Shortcuts
-AN_Profiles=Profiles
-AD_Profiles=Profiles
-Show_Actions=Actio&ns
-Show_Shortcuts=&Shortcuts
-Keymaps=&Keymaps
-CTL_Keymap_Name=&Profile:
-View_By=&View By
-Shortcut=&Shortcut:
-Add_Shortcut_Dialog=Add Shortcut
-CTL_Create_New_Profile_Message=Profile &Name:
-CTL_Create_New_Profile_Title=Create New Profile Dialog
-Shortcut_Conflict=<html>Shortcut already assigned to {0} action. If you proceed the shortcut will be reassigned.
-CTL_Clear=&Clear
-AN_Clear=Clear shortcut button
-AD_Clear=Clear the shortcut field
-CTL_Tab=&Tab
-AN_Tab=Insert Tab character button
-AD_Tab=Insert Tab character
-CTL_Duplicate_Profile_Name=Profile with such name already exists.\n Choose different name, please.
-
-CTL_Export_IDE_Actions_Action=Export IDE Actions to XML
-CTL_Export_IDE_Shortcuts_Action=Export IDE Shortcuts to XML
-CTL_Export_Editor_Shortcuts_Action=Export Editor Shortcuts to XML
-CTL_Export_Shortcuts_to_HTML_Action=Export Shortcuts to HTML
-
-CTL_Other=Other
-AN_Shortcut=Shortcut field
-AD_Shortcut=Shortcut field
-AN_ShortcutsDialog=Enter new shortcut
-AD_ShortcutsDialog=Enter new shortcut
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Switching keymap profile from {1} to {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Quick Search: Invoking {1} action, class {0}
-
-QuickSearch/Actions=Actions
-MSG_ActionFailure={0} action can not be invoked through Quick Search...
-
-# Quicksearch options
-KW_KeymapOptions=Keymap Options, Keyboard Shortcuts, Keybindings
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Search:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Field used to narrow list of shortcuts
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Search in Sho&rtcuts:
-
-# Conflict dialogs
-Override_Shortcut=<html>Following Action(s): <br>{0} conflict with this assignment. Do you wish to override?
-Conflicting_Shortcut_Dialog=Conflicting Shortcut Dialog
-Override_All=<html>Following Action(s): <br>{0} conflict with this restore. Do you wish to override all?
-Alternative_Shortcut=(alternative shortcut)
-
-#Table columns
-Actions=Actions
-Shortcut=Shortcut
-Category=Category
-Scope=Scope
-
-#Keymap Popup
-Edit=Edit...
-Add_Alternative=Add Alternative
-Reset_to_Default=Reset to Default
-Clear=Clear
-
-#Keymap completion
-No_Free_Shortcut=No recommended free shortcut with prefix "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicate
-ProfilesPanel.exportButton.text=&Export
-ProfilesPanel.deleteButton.text=De&lete
-ProfilesPanel.importButton.text=&Import
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Profiles scroll pane
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Scroll pane for profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=List of keymap profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Imports profile from external file
-ProfilesPanel.AccessibleContext.accessibleDescription=Profiles Panel
-ProfilesPanel.restoreButton.text=&Restore Defaults
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restores stored defaults
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplicates existing profile
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exports current profile
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Deletes selected custom profile
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=Manage Keymap Profiles
-CTL_Files=Files
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Keymaps
-Keymaps.Options.Export.Profiles.displayName=Keymap Profiles
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/lt/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_lt.properties b/l10n/src/lt/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_lt.properties
deleted file mode 100644
index c987b1e..0000000
--- a/l10n/src/lt/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_lt.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Swing Layout Extensions integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles swing-layout library.
-OpenIDE-Module-Long-Description=This module bundles Swing Layout Extensions library (from swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/lt/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_lt.properties
deleted file mode 100644
index d008c39..0000000
--- a/l10n/src/lt/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_lt.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=Common Annotations
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/lt/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_lt.properties
deleted file mode 100644
index feb9286..0000000
--- a/l10n/src/lt/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_lt.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization APIs.
-OpenIDE-Module-Long-Description=Lets modules register long-running tasks or processes in a central place.
-
diff --git a/l10n/src/lt/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_lt.properties
deleted file mode 100644
index 741f64f..0000000
--- a/l10n/src/lt/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_lt.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Scene Component
-ACS_SceneComponentDesc=Scene view
-
diff --git a/l10n/src/lt/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_lt.properties
deleted file mode 100644
index af2d2f2..0000000
--- a/l10n/src/lt/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_lt.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Visual Library API
-OpenIDE-Module-Short-Description=Visual Library API
-
diff --git a/l10n/src/lt/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_lt.properties
deleted file mode 100644
index ca6f96e..0000000
--- a/l10n/src/lt/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_lt.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=An instance of the program seems to be already running with your user directory.\nEither a previous session of the program did not exit correctly, or another instance\nof the program is running on a different computer and using the same user directory.\n\nIf another session of the program is running with the same user directory, please click\nCancel to prevent the corruption of the user directory. If you are sure that no other\ninstances of the program are running with your user directory, click OK to continue.
-MSG_AlreadyRunningTitle=Warning
-
-EXC_not_a_module={0} is not a valid NetBeans module.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Bootstrap
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The core bootstrap of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the initial infrastructure that loads all other parts of the application. It cannot be disabled.
-
-MSG_InstallJava6=Cannot run on older versions of Java than Java 6 Standard Edition.\nPlease install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=Java 6 Standard Edition or newer required
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_lt.properties
deleted file mode 100644
index 80e1b53..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_lt.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Output {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=&Exit IDE
-ACSD_EndTasks=N/A
-CTL_PendingTitle=Exit IDE
-ACSD_PendingTitle=N/A
-LAB_PendingTasks=E&xiting the IDE will terminate the following processes:
-ACSD_PendingTasks=N/A
-# {0} - process name
-CTL_PendingExternalProcess2=Process - {0}
-# {0} - action name
-CTL_ActionInProgress={0} action in progress
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_lt.properties
deleted file mode 100644
index 53a2a23..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_lt.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Remove
-CTL_MoveUp=Move &Up
-CTL_MoveDown=Move Do&wn
-CTL_AddDirectory=Add Director&y...
-CTL_AddJAR=Add &JAR/ZIP...
-CTL_JarArchivesMask=JAR and ZIP Archives
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_AddDirectory=N/A
-ACSD_AddJAR=N/A
-ACSD_PathList=N/A
-ACSD_CustomNbClassPathEditor=N/A
-CTL_Edit_Jar_Dialog_Title=Edit JAR File
-CTL_Edit_Local_Dialog_Title=Edit Local Directory
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=Add JAR File
-CTL_FileSystemPanel.Local_Dialog_Title=Add Local Directory
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Process\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Arguments\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Arguments &Hint
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Browse...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/A
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/A
-ACSD_CustomNbProcessDescriptorEditor=N/A
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Path Entries
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=List of path entries to be edited.
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_lt.properties
deleted file mode 100644
index d19338b..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_lt.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Execution
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of the Execution engine.
-OpenIDE-Module-Long-Description=Adds support for execution into the platform. Contains classes which implement the execution part of APIs and corresponding GUI.
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_lt.properties
deleted file mode 100644
index 6913b0d..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_lt.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=&Output
-
-#Title for I/O window
-LBL_IO_WINDOW=Output
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Output
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_lt.properties
deleted file mode 100644
index d904be1..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_lt.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editors
-EditorsAction.source=&Source
-GetLeftEditorAction.name=Editors - Iterate left
-
-GetRightEditorAction.name=Editors - Iterate right
-
-TabButton.tool_tip={0} View
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_lt.properties
deleted file mode 100644
index 34b8ae8..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_lt.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MultiView Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=MultiView Windows framework and APIs
-OpenIDE-Module-Long-Description=MultiView Windows framework and APIs
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_lt.properties
deleted file mode 100644
index 27caa53..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_lt.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Native Access
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-OpenIDE-Module-Long-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_lt.properties
deleted file mode 100644
index f1db8aa..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_lt.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparency
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_lt.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_lt.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_lt.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_lt.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_lt.properties
deleted file mode 100644
index fe48716..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_lt.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-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_FONT_TYPE=Choose Font...
-ACTION_FILTER=Filter...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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...
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_lt.properties
deleted file mode 100644
index d9f02d2..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_lt.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Input
-LBL_EOF=&Close Input
-TIP_EOF=Closes the input component and sends end-of-file to any readers
-TIP_INPUT=Enter text and press enter to send it to the running process
-
-#Output window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_lt.properties
deleted file mode 100644
index 4762f92..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_lt.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Startup
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Loads and enables modules.
-OpenIDE-Module-Long-Description=This module provides the central additional functionality to Bootstrap to locate and enable the right modules.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user is not set.\nPlease check your NetBeans startup script.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Your user directory ({0}) cannot reside inside your NetBeans installation directory ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Starting NetBeans Platform
-# The Title of the About Box
-CTL_About_Title=About
-CTL_About_Detail=Detail
-ACSD_AboutDialog=N/A
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/A
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=UI class name expected, using default UI...
-ERR_UserDirExpected=Directory expected after --userdir switch
-ERR_UINotFound=UI class not found, using default UI...
-ERR_FontSizeExpected=Font size expected, using default font size...
-ERR_BadFontSize=Bad format of the font size, using default font size...
-ERR_BrandingNeedsArgument=Option --branding requires one argument
-ERR_LocaleExpected=Locale specification expected after --locale switch
-
-
-CTL_Netbeanshome_notexists=netbeans.home points to a non-existent directory.
-CTL_Netbeanshome1=netbeans.home does not point to a directory.
-CTL_Netbeanshome2=netbeans.user points to a non-existent directory.
-CTL_Netbeanshome3=netbeans.user does not point to a directory.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Cannot create system directory in {0}. A file with the same name already exists.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Cannot create system directory in {0}.
-CTL_Cannot_mount_system_fs=Cannot add System filesystem, exiting...
-
-#startup info messages
-MSG_IDEInit=Initializing...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Could not connect to URL {0}. No such resource was found.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize is not supported on GTK look and feel. Adjust your desktop font size instead.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Error: {0}
-EXC_GraphicsStartFails2=See the {0} for details.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=The module {0} was requested in version >= {1} but only {2} was found.
-# {0} - module display name
-MSG_problem_other_disabled=The module {0} would also need to be installed.
-LBL_no_impl_version=[no version specified]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=The module {0} was requested in implementation version "{1}" but only "{2}" was found.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=The module named {0} was needed and not found.
-# {0} - required token
-MSG_problem_require_disabled=None of the modules providing the capability {0} could be installed.
-# {0} - required token
-MSG_problem_require_not_found=No module providing the capability {0} could be found.
-# {0} - class name
-MSG_problem_class_not_loaded=The package containing the class {0} was not loaded.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=The package {0} was not loaded or was an outdated version.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=The Java platform version {0} or higher was requested but only {1} is running.
-MSG_warning=Warning
-MSG_info=Information
-MSG_continue=Disable Modules and Continue
-MSG_exit=Exit
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Another module|1<{0} further modules} could not be installed due to the above problems.
-
-# NbEvents
-MSG_start_load_boot_modules=Loading core...
-MSG_finish_load_boot_modules=Loading core...done.
-MSG_start_auto_restore=Loading modules...
-MSG_finish_auto_restore=Done loading modules.
-MSG_start_enable_modules=Turning on modules...
-MSG_finish_enable_modules=Turning on modules...done.
-TEXT_finish_enable_modules=Turning on modules:
-MSG_start_disable_modules=Turning off modules...
-MSG_finish_disable_modules=Turning off modules...done.
-TEXT_finish_disable_modules=Turning off modules:
-MSG_failed_install_new=Warning - could not install some modules:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Warning - could not install module {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Deploying test module in {0} ...
-TEXT_finish_deploy_test_module=Finished deploying test module.
-MSG_start_read=Reading module storage...
-MSG_finish_read=Reading module storage...done.
-MSG_restore=Starting modules...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Installing {0}
-# {0} - module display name
-TEXT_install=Installing new module: {0}
-# {0} - module display name
-MSG_update=Starting a new version of {0}
-# {0} - module display name
-TEXT_update=Updating module: {0}
-# {0} - module display name
-MSG_uninstall=Stopping {0}
-MSG_load_section=Loading modules...
-MSG_load_layers=Loading module services...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Warning: the module {0} could not be found, ignoring...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=The module {0} could not be deleted as it was an autoload or eager module and still in use.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=An attempt was made to change the property {1} of the module {0} in the system/Modules folder.\nThe actual value is "{3}" but it was changed on disk to read "{2}".\nThis property cannot be changed while the IDE is running, so this attempt had no effect.
-# {0} - JAR file name
-TEXT_patch=Module patch or custom extension: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Missing resource from class: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Key which was not found: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Parse error in file {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Parse error in file {1} line {3} column {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_lt.properties
deleted file mode 100644
index 461e0c2..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_lt.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Default System
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Loading cached objects...
-MSG_end_load_cache=Loading cached objects...done.
-MSG_start_rewrite_cache=Recreating cache of objects...
-MSG_end_rewrite_cache=Recreating cache of objects...done.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=File event {0}, file {1}
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_lt.properties
deleted file mode 100644
index 95bed0c..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_lt.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Files
-AdvancedOption.tooltip=Files
-FileAssociationsPanel.btnDefault.text=&Default
-FileAssociationsPanel.btnDefault.tooltip=Restore default setting for selected file extension
-FileAssociationsPanel.btnDefault.AN=Restore Default Setting
-FileAssociationsPanel.btnDefault.AD=Restore Default Setting for Selected File Extension
-FileAssociationsPanel.btnDefaultIgnored.text=De&fault
-FileAssociationsPanel.btnDefaultIgnored.AN=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnDefaultIgnored.AD=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnNew.text=&New...
-FileAssociationsPanel.btnNew.AN=New File Extension
-FileAssociationsPanel.btnNew.AD=New File Extension
-FileAssociationsPanel.btnRemove.text=&Remove
-FileAssociationsPanel.btnRemove.AN=Remove Selected File Extension
-FileAssociationsPanel.btnRemove.AD=Remove Selected File Extension
-FileAssociationsPanel.cbExtension.choose=< Choose the extension >
-FileAssociationsPanel.cbExtension.AD=File Extension
-FileAssociationsPanel.cbExtension.AN=List of File Extensions
-FileAssociationsPanel.cbType.AN=List of File Types
-FileAssociationsPanel.cbType.AD=List of File Types
-FileAssociationsPanel.lblAssociatedAlso.text=Associated also with:
-FileAssociationsPanel.lblAssociatedAlso.AN=File Type Associated Also with Extensions
-FileAssociationsPanel.lblAssociatedAlso.AD=File Type Associated Also with Extensions
-FileAssociationsPanel.lblExtension.text=File &Extension:
-FileAssociationsPanel.lblExtension.AN=File Extension
-FileAssociationsPanel.lblExtension.AD=List of File Extensions
-FileAssociationsPanel.lblType.text=Associated File &Type (MIME):
-FileAssociationsPanel.lblType.AD=List of Associated File Types
-FileAssociationsPanel.lblType.AN=List of Associated File Types
-FileAssociationsPanel.lblFileAssociations.text=File Associations
-FileAssociationsPanel.lblFilesIgnored.text=Files Ignored by the IDE
-FileAssociationsPanel.lblPattern.text=&Ignored Files Pattern:
-FileAssociationsPanel.lblPattern.tooltip=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.lblPattern.AN=Ignored Files Pattern
-FileAssociationsPanel.lblPattern.AD=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.txtPatternError.AN=Ignored Files Pattern Syntax Error
-FileAssociationsPanel.txtPatternError.AD=Syntax error in ignored files regular expression
-
-NewExtensionPanel.title=Enter New File Extension
-NewExtensionPanel.AD=Enter New File Extension
-NewExtensionPanel.lblExtension.text=File &Extension:
-NewExtensionPanel.lblExtension.AN=File Extension
-NewExtensionPanel.lblExtension.AD=File Extension
-
-OpenAsAction.name=Open As...
-OpenAsPanel.txtDescription.AN=Hint
-OpenAsPanel.txtDescription.AD=Hint
-OpenAsPanel.lblExtension.text=Treat {0} files as:
-OpenAsPanel.title=Open as...
-OpenAsPanel.open=Open
-OpenAsPanel.AD=Choose type of file
-
-# display name for options export
-Files.Options.Export.displayName=Files
-OpenAsPanel.lblDescription.text=NetBeans does not know this type of file. Please specify how should these files be treated.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_lt.properties
deleted file mode 100644
index 479649d..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_lt.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_General_Options_Category=General
-CTL_General_Options_Description=General options, Proxy settings, Editor settings
-CTL_Package_View_Type=View Java Packages as:
-CTL_Flattern_Packages=&List
-AN_Flattern_Packages=List
-AD_Flattern_Packages=List
-CTL_Tree_Packages=Tree
-AN_Tree_Packages=Tree
-AD_Tree_Packages=Tree
-CTL_No_Proxy=&No Proxy
-AN_No_Proxy=No Proxy
-AD_No_Proxy=No Proxy
-CTL_Usage_Statistics=Usage Statistics:
-AN_Usage_Statistics=Usage Statistics
-AD_Usage_Statistics=Usage Statistics
-CTL_Usage_Check=Hel&p us improve the NetBeans IDE by providing anonymous usage data
-AN_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-AD_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-CTL_Usage_Info=<html>The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.</html>
-AN_Usage_Info=Usage statistics info
-AD_Usage_Info=The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Learn more</u></font></html>
-AN_Learn_More=Learn more
-AD_Learn_More=Learn more
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Use System Proxy Settings
-AN_Use_System_Proxy_Settings=Use System Proxy Settings
-AD_Use_System_Proxy_Settings=Use System Proxy Settings
-CTL_Use_HTTP_Proxy=&Manual Proxy Settings
-AN_Use_HTTP_Proxy=HTTP Proxy
-AD_Use_HTTP_Proxy=HTTP Proxy
-AN_Web_Browser=Web Browser
-AD_Web_Browser=Web Browser
-AN_Host=Host
-AD_Host=Host
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Update Period
-AD_Update_Period=Update Period
-AN_Ask_Before_Check=Ask Before Check
-AD_Ask_Before_Check=Ask Before Check
-Line_Numbers=&Line Numbers
-Antialiasing=Antialiasing:
-Text_Antialiasing=Use Antialiasing
-Toolbar=&Toolbar
-Package_View=Package View
-SDI_Window_Mode=SDI Window Mode
-MDI_Window_Mode=MDI Window Mode
-Tree_View=Tree View
-Default_System_Browser=<Default Browser>
-Swing_HTML_Browser=Swing Browser
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=General
-CTL_Web_Browser=&Web Browser:
-Confirm_Delete=&Confirm Delete:
-CTL_Web_Proxy=Proxy Settings:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=HTTP Pro&xy\:
-Code_Folding=Code Folding:
-Show=Show:
-Editor=Editor
-CTL_Check_Period=Check Perio&d:
-CTL_Ask_Before_Check=Ask &Before Check:
-CTL_Auto_Update=Auto Update
-Use_Folding=&Use Code Folding
-Fold_Methods=Fold &Methods
-Fold_Classes=Fol&d Inner Classes
-Fold_Imports=Fold Import&s
-Fold_JavaDoc=Fold &Javadoc Comments
-Fold_Licence=F&old Initial Comment
-Auto_Popup=Auto Popup:
-Auto_Popup_Completion=Completion Window
-Auto_Popup_JavaDoc=Javadoc Window
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Default_System_Browser=Default System Browser
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Internal Browser
-
-
-
-
-AN_NonProxy=No Proxy For
-
-AD_NonProxy=No Proxy For
-
-CTL_Non_Proxy=No Prox&y For\:
-
-Non_Proxy_Hint=(e.g. localhost, *.netbeans.org, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=M&ore...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Advanced Proxy Settings
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Open Advanced Proxy Settings
-
-LBL_GeneralOptionsPanel_PortError=Port number must be an integer value.
-
-LBL_GeneralOptionsPanel_lWebProxy=Proxy Settings\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP &Proxy\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(e.g. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&t\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS Proxy\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS Proxy\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=No Pro&xy Hosts\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Proxy Re&quires Authentication
-
-LBL_AdvancedProxyPanel_lUserName=&Username\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Pass&word\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Use the same proxy settings for &all protocols
-
-LBL_AdvancedProxyPanel_Title=Advanced Proxy Options
-LBL_AdvancedProxyPanel_PortError=Port number must be an integer value.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Use System Proxy Settings
-GeneralOptionsPanel.lWebBrowser.text=&Web Browser\:
-GeneralOptionsPanel.rbNoProxy.text=&No Proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/A
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/A
-
-LBL_WebBrowsersPanel_Title=Web Browsers
-LBL_ExternalBrowser_Name=External Browser
-WebBrowsersPanel.nameLabel.text=Name\:
-WebBrowsersPanel.executableLabel.text=Executable\:
-WebBrowsersPanel.parametersLabel.text=Parameters\:
-WebBrowsersPanel.browseButton.text=Browse...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Add...
-WebBrowsersPanel.removeButton.text=Remove
-WebBrowsersPanel.browsersLabel.text=Web Browsers\:
-GeneralOptionsPanel.editBrowserButton.text=&Edit...
-GeneralOptionsPanel.editBrowserButton.AD=Edit Web Browsers
-GeneralOptionsPanel.editBrowserButton.AN=Edit Web Browsers
-WebBrowsers_URL_Hint=Hint\: {URL} \= URL of the page to be loaded by the web browser
-
-ACS_WebBrowsersList=List of available web browsers
-ACS_AddWebBrowserButton=Add new web browser
-ACS_RemoveWebBrowserButton=Remove selected web browser
-ACS_BrowserNameField=Web browser name
-ACS_BrowserExecutableField=Web browser executable
-ACS_BrowserParametersField=Web browser executable parameters
-ACS_BrowseExecutableButton=Browse web browser executable
-WebBrowsersOptionsPanel.browsersLabel.text=&Web Browsers\:
-WebBrowsersOptionsPanel.addButton.text=A&dd...
-WebBrowsersOptionsPanel.removeButton.text=&Remove
-WebBrowsersOptionsPanel.nameLabel.text=&Name\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Web Browsers
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Browsers list
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=List of Web Browsers
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Add button
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Remove button
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Browser name
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Web Browsers
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Web Browsers
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Direct connection.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, General Options
-
-# Display name for options export
-General.Options.Export.Category.displayName=General
-General.Options.Export.displayName=General
-Other.Options.Export.displayName=All Other Unspecified
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_lt.properties
deleted file mode 100644
index 67a3119..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_lt.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface of the platform.
-OpenIDE-Module-Long-Description=Provides classes and resources for the standard basic user interface of the platform and for applications built on top of the platform.
-
-Actions=Actions
-Actions/Edit=Edit
-Actions/Help=Help
-Actions/System=System
-Actions/Tools=Tools
-Actions/View=View
-Actions/Window/SelectDocumentNode=Select Document in
-Menu=Menu Bar
-Menu/Edit=&Edit
-Menu/File=&File
-Menu/GoTo=&Navigate
-Menu/Help=&Help
-Menu/Tools=&Tools
-Menu/View=&View
-Menu/Window/SelectDocumentNode=Select Docume&nt in
-Services/Browsers=Web Browsers
-Templates/Privileged=Privileged
-Templates/Recent=Recent
-Templates/Services/Browsers=Web Browsers
-Toolbars=Toolbars
-Toolbars/Clipboard=Cli&pboard
-Toolbars/UndoRedo=&Undo/Redo
-Toolbars/File=&File
-Toolbars/Memory=&Memory
-Toolbars/Standard.xml=Coding
-UI/Services=Options
-
-ProgressDisplayName_FileSystemRefresh=Refreshing files
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_lt.properties
deleted file mode 100644
index b2d90f4..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_lt.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Start sampling IDE
-SelfSamplerAction_ActionNameStop=Stop sampling and take snapshot
-SelfSamplerAction_ActionDescription=Will take a snapshot based on the thread dump
-SelfSamplerAction_ThreadName=IDE Self Sampler
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=Snapshot was saved to {0}
-Save_Progress=Saving snapshot
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_lt.properties
deleted file mode 100644
index 9a74cc8..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_lt.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Open in System
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_lt.properties
deleted file mode 100644
index 190b65b..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_lt.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Total physical memory {0}
-
-
-#LOG_WINDOW_ACTIVATED=Main Window Activated, refresh took {0} ms
-#LOG_WINDOW_DEACTIVATED=Main Window Deactivated
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Checking for external changes
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspended
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_lt.properties
deleted file mode 100644
index c6dd756..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_lt.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Only Workspace>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_lt.properties
deleted file mode 100644
index 580c1f0..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_lt.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&lone Document
-# CloseWindowAction
-CTL_CloseWindowAction=&Close Window
-
-CTL_RecentViewListAction=Go to P&revious Document
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=Close &All Documents
-
-# UndockAction
-CTL_UndockWindowAction=&Undock Window
-CTL_UndockWindowAction_Dock=Doc&k Window
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Close All Documents
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimize Window
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Close Window
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Close Other Documents
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Save Document
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Clone Document
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Close Other Docu&ments
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maximi&ze Window
-CTL_UnmaximizeWindowAction=Restore Window
-
-# DocumentsAction
-CTL_DocumentsAction=&Documents...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=&Toolbars
-
-# NextTabAction
-CTL_NextTabAction=Next Tab
-# PreviousTabAction
-CTL_PreviousTabAction=Previous Tab
-
-CTL_ToggleFullScreenAction=&Full Screen
-
-# ResetWindowsAction
-CTL_ResetWindows=Reset &Windows
-
-LBL_ToggleWindowTransparencyAction=Transparent Window
-LBL_WindowTransparencyHint=Press and hold [Ctrl+NumPad 0] key to make minimized window transparent.
-
-# Properties
-GlobalProperties=P&roperties
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_lt.properties
deleted file mode 100644
index d06eed8..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_lt.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Appearance
-AdvancedOption_Tooltip_WinSys=Window System related options
-
-IsAlphaFloatingTooltip=Makes unfocused floating windows semi-transparent after few seconds
-
-IsDragWindowTooltip=Enables "ghost" window image during drag and drop of a window
-IsAlphaDragTooltip=Enables transparency in drag window image
-
-IsSnapScreenEdgesTooltip=Enables snapping of floating windows to screen edges
-IsSnappingTooltip=Enables automatic snapping of floating windows for easier layout handling
-
-NoAlphaSupport=Window transparency is not supported by OS
-LBL_DragWindowImage=Drag window image
-LBL_TransparentDragWindow=Transparent drag window image
-LBL_TransparentFloatingWindows=Transparent floating windows
-LBL_SnapFloatingWindows=Snapping floating windows
-LBL_SnapToScreenEdges=Snap to screen edges
-LBL_CloseActivatesRecentDocument=Close activates most recent document
-TIP_CloseActivatesMostRecentDocument=When a document is closed then the most recent document becomes active instead of its neighbor
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=When a document is closed then the most recent document becomes active
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_lt.properties
deleted file mode 100644
index 60ac482..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_lt.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Cannot parse configuration of window manager {0}.
-EXC_GroupParse=Cannot parse configuration of Group {0}.
-EXC_TCGroupParse=Cannot parse configuration of TCGroup {0}.
-EXC_TCRefParse=Cannot parse configuration of TCRef {0}.
-EXC_ModeParse=Cannot parse configuration of mode {0}.
-
-# PersistenceManager
-EXC_RootFolder=Cannot create root folder {0}
-EXC_CompsFolder=Cannot create components folder {0}
-EXC_GroupsFolder=Cannot create groups folder {0}
-EXC_ModesFolder=Cannot create modes folder {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Top component {0} could not be located or loaded from 'Components' folder.
-EXC_CannotSaveTCSettings=Settings of top component {0} could not be saved
-EXC_CopyFails=Cannot copy component settings file to folder {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Component {0} could not be saved due to problems with its serialization.
-FMT_TCReadError=Component {0} could not be opened due to problems with its deserialization.
-
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_lt.properties
deleted file mode 100644
index 8395eea..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_lt.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation for windowing support.
-OpenIDE-Module-Long-Description=Adds classes implementing the window system part of the APIs.
-
-Actions/Window=Window
-Menu/Window=&Window
-
-# Options export
-Toolbars.Options.Export.displayName=Toolbars
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_lt.properties
deleted file mode 100644
index 86ed80f..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_lt.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Cancel
-CloseButton=Close
-# HelpButton=Help
-YesButton=Yes
-NoButton=No
-# ApplyButton=Apply
-DetailsButton=Details
-# ButtoBarButoo
-CTL_Button=Button
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorDialog=File selector dialog
-ACSN_FileSelectorTreeView=Tree View
-ACSD_FileSelectorTreeView=Tree view in file selector
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Customizer Dialog
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Close
-CANCEL_OPTION_CAPTION=Cancel
-HELP_OPTION_CAPTION=&Help
-NO_OPTION_CAPTION=No
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Yes
-ACS_YES_OPTION_NAME=Yes
-ACS_YES_OPTION_DESC=Yes button
-# - {0} message
-ACSD_ErrorMessage=Error: {0}
-ACSD_WarningMessage=Warning: {0}
-ACSD_QuestionMessage=Question {0}
-ACSD_InformationMessage=Information {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Cancel
-ACS_CANCEL_OPTION_DESC=Cancel button
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=OK button
-
-ACS_NO_OPTION_NAME=No
-ACS_NO_OPTION_DESC=No button
-
-ACS_HELP_OPTION_NAME=Help
-ACS_HELP_OPTION_DESC=Help button
-
-ACS_CLOSED_OPTION_NAME=Close
-ACS_CLOSED_OPTION_DESC=Close button
-
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_lt.properties
deleted file mode 100644
index 1240f01..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_lt.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Main Window
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documents:
-LBL_Description=Descri&ption:
-LBL_Activate=Swi&tch to Document
-LBL_CloseDocuments=C&lose Document(s)
-LBL_SaveDocuments=&Save Documents(s)
-LBL_Close=&Close
-
-ACSD_Activate=N/A
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/A
-
-CTL_DocumentsTitle=Documents
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Properties
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#No Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-ACSN_PropertiesSheet=Property sheet
-ACSD_PropertiesSheet=View shows properties for given node.
-EXC_CannotLoadNodes=Nodes cannot be loaded into the property sheet. They probably no longer exist.
-
diff --git a/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_lt.properties
deleted file mode 100644
index 727b51c..0000000
--- a/l10n/src/lt/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_lt.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&Small Toolbar Icons
-
-# ToolbarLayout
-EXC_wrongConstraints=cannot add to layout: does not use ToolbarConstraints
-
-CTL_CustomizeToolbars=&Customize...
-
-#New Toolbar Button label
-CTL_NewToolbar=&New Toolbar...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&Small Toolbar Icons
-
-#Drag and Drop hint
-CTL_TreeLabel=Drag items to or from the toolbars to add or remove them...
-
-LBL_PleaseWait=Please wait...
-
-#Close customizer button
-CTL_Close=&Close
-
-#Customizer dialog window title
-CustomizerTitle=Customize Toolbars
-
-ACSD_ActionsTree=Drag items from here to toolbars.
-ACSN_ActionsTree=Actions Pool
-
-ACSN_ActionsScrollBar=Actions Pool Scrollbar
-ACSD_ActionsScrollBar=Actions Pool Scrollbar
-
-ACSD_ToolbarCustomizer=Toolbar Customizer
-
-ACSD_Close=Close Button
-ACSD_NewToolbar=New Toolbar Button
-
-ACSD_SmallIcons=Small Icons Checkbox
-
-CTL_ResetToolbarsAction=Reset &Toolbars
-CTL_ResetToolbarsButton=Reset &Toolbars
-
-
-
-PROP_newToolbarLabel=&Name:
-PROP_newToolbarDialog=New Toolbar
-PROP_newToolbar=Toolbar
-MSG_ToolbarExists=Toolbar {0} already exists.
-
-
diff --git a/l10n/src/lt/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_lt.properties
deleted file mode 100644
index ab148b5..0000000
--- a/l10n/src/lt/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_lt.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=The size cannot be negative
-CTL_InvalidValue=Invalid value entered
-CTL_InvalidValueWithParam=Invalid value {0} entered
-CTL_InvalidValueWithExc=Invalid value entered. \nCause: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Value of {0} should be in format {1}
-
-#ColorEditor
-CTL_AWTPalette=AWT Palette
-CTL_SwingPalette=Swing Palette
-CTL_SystemPalette=System Palette
-ACSD_CustomColorEditor=N/A
-FMT_IllegalEntry="{0}" is not a valid color identifier.  You may enter Swing or AWT constants or red/green/blue values.
-
-# ColorEditor:AWT color names
-LAB_White=white
-LAB_LightGray=lightGray
-LAB_Gray=gray
-LAB_DarkGray=darkGray
-LAB_Black=black
-LAB_Red=red
-LAB_Pink=pink
-LAB_Orange=orange
-LAB_Yellow=yellow
-LAB_Green=green
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=blue
-# ColorEditor: system color names
-LAB_ActiveCaption=Active Caption
-LAB_ActiveCaptionBorder=Active Caption Border
-LAB_ActiveCaptionText=Active Caption Text
-LAB_Control=Control
-LAB_ControlDkShadow=Control Dk Shadow
-LAB_ControlHighlight=Control Highlight
-LAB_ControlLtHighlight=Control Lt Highlight
-LAB_ControlShadow=Control Shadow
-LAB_ControlText=Control Text
-LAB_Desktop=Desktop
-LAB_InactiveCaption=Inactive Caption
-LAB_InactiveCaptionBorder=Inactive Caption Border
-LAB_InactiveCaptionText=Inactive Caption Text
-LAB_Info=Info
-LAB_InfoText=Info Text
-LAB_Menu=Menu
-LAB_MenuText=Menu Text
-LAB_Scrollbar=Scrollbar
-LAB_Text=Text
-LAB_TextHighlight=Text Highlight
-LAB_TextHighlightText=Text Highlight Text
-LAB_TextInactiveText=Text Inactive Text
-LAB_TextText=Text Text
-LAB_Window=Window
-LAB_WindowBorder=Window Border
-LAB_WindowText=Window Text
-
-#DimensionCustomEditor
-CTL_Dimension=Dimension
-CTL_Width=&Width:
-CTL_Height=&Height:
-ACSD_CTL_Width=N/A
-ACSD_CTL_Height=N/A
-ACSD_DimensionCustomEditor=N/A
-
-#DimensionEditor
-CTL_HintFormat=[width,height]
-
-#FontEditor
-CTL_Plain=Plain
-CTL_Bold=Bold
-CTL_Italic=Italic
-CTL_BoldItalic=Bold Italic
-CTL_Font=Fon&t:
-CTL_FontStyle=Font St&yle:
-CTL_Size=&Size:
-CTL_Preview=Preview
-ACSD_CTL_Font=N/A
-ACSD_CTL_FontStyle=N/A
-ACSD_CTL_Size=N/A
-ACSD_FontCustomEditor=N/A
-
-#InsetsCustomEditor
-CTL_Insets=Insets
-CTL_Top=&Top:
-CTL_Left=&Left:
-CTL_Bottom=&Bottom:
-CTL_Right=&Right:
-ACSD_CTL_Top=N/A
-ACSD_CTL_Left=N/A
-ACSD_CTL_Bottom=N/A
-ACSD_CTL_Right=N/A
-
-#InsetsEditor
-CTL_HintFormatIE=[top,left,bottom,right]
-
-# ObjectEditor
-CTL_NullValue=<Lookup null value>
-CTL_NullItem=<Lookup null item>
-
-#PointCustomEditor
-CTL_Point=Point
-CTL_X=&X:
-ACSD_CTL_X=N/A
-CTL_Y=&Y:
-ACSD_CTL_Y=N/A
-ACSD_PointCustomEditor=N/A
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rectangle
-ACSD_CustomRectangleEditor=N/A
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,width,height]
-
-#StringCustomEditor
-ACS_TextArea=Text:
-ACSD_TextArea=Enter the property text here
-ACSD_CustomStringEditor=Editor for string properties
-ACS_Instructions=Instructions
-ACSD_Instructions=N/A
-
-MSG_FontIsNotInitialized=Storing to XML failed because the value of font is not initialized.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Select a File or Directory
-CTL_DialogTitleFiles=Select a File
-CTL_DialogTitleDirs=Select a Directory
-ACSD_FileEditor=N/A
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Unspecified>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Properties
-ACSD_PropertiesEditorPane=N/A
-ACSD_CustomPropertiesEditor=N/A
-WARN_PropertiesComments=Warning: comments will be discarded.
-
-#StringArrayCustomEditor
-CTL_Empty=<empty>
-CTL_Item=&Item:
-ACSD_CTL_Item=N/A
-CTL_ItemList=Item &List
-ACSD_CTL_ItemList=N/A
-CTL_Add_StringArrayCustomEditor=&Add
-ACSD_CTL_Add_StringArrayCustomEditor=N/A
-CTL_Change_StringArrayCustomEditor=&Edit
-ACSD_CTL_Change_StringArrayCustomEditor=N/A
-CTL_Remove=&Remove
-ACSD_CTL_Remove=N/A
-CTL_MoveUp=&Up
-ACSD_CTL_MoveUp=N/A
-CTL_MoveDown=Do&wn
-ACSD_CTL_MoveDown=N/A
-ACSD_StringArrayCustomEditor=N/A
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Non integer input value: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Illegal string kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - valid values are: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Unknown class: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Not a legal value: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Not a recognized URL: {0}
-#
-MSG_NULL_OR_EMPTY=Null, or an empty array
-
-#ObjectEditor
-ACSN_ObjectTree=Available options
-ACSD_ObjectTree=Select an object
-
-#Font Editor
-MSG_AppleBug=If you are seeing this message, an error occured while initializing the list of available fonts.  This is due to a bug in the Apple JVM triggered when bitmap fonts are installed on the system.  In order to use the font editor, you will need to uninstall all bitmap fonts on your system.  See Apple BugReporter issue 3121780 for further details.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/lt/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_lt.properties
deleted file mode 100644
index dda2c25..0000000
--- a/l10n/src/lt/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_lt.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Core
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The basic framework of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the central infrastructure that lets NetBeans-based applications run. It cannot be disabled.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=A {0} exception has occurred.\n\tClick Show Details or see the messages.log file located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-# {0} - class name of exception
-NTF_ExceptionWarning=A {0} exception has occurred.\nHowever, the system should continue working without further problems.\nClick Show Details for the stack trace.
-NTF_ExceptionWarningTitle=Warning
-
-#startup info messages
-MSG_MainWindowInit=Initializing Main Window...
-MSG_WindowShowInit=Opening Main Window...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Saving {0} ...
-MSG_AllSaved=Save All finished.
-
-CTL_Cannot_save=Cannot save {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Password Protected Site
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=View By:
-ShortcutsEditor.actionsButton.text=Actions
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Shortcuts
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Select View by Actions to Edit Shortcuts for an Action
-ShortcutsPanel.addButton.text=Add...
-ShortcutsPanel.removeButton.text=Remove
-ShortcutsPanel.AddActionTitle=New Shortcut
-ActionsPanel.shortcutAddButton.text=Add...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Remove
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Edit Shortcuts
-ActionsPanel.AddShortcut=Add Shortcut
-ActionsPanel.ShortcutLabel=Shortcut:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Select View by Shortcuts, but for Edit Shortcuts should be View by Action selected
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Add New Shortcuts for Actions
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Remove Shortcuts for Actions
-ACSN_ShortcutsPanel.shortcutsList=Shortcuts list
-ACSD_ShortcutsPanel.shortcutsList=N/A
-ACS_ActionsPanel.ShortcutLabel.a11yName=Fill Shorcut
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Fill Shorcut by Keys combination
-ACSN_ActionsPanel.actionsTree=N/A
-ACSN_ActionsPanel.shortcutsList=Shortcuts list
-ACSD_ActionsPanel.actionsTree=N/A
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/A
-ACSD_ActionsPanel.Dialog=Add new shortcut to the selected action
-ACS_ActionsPanel=N/A
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=There is already an action bound to this shortcut ({0}).\nDo you want to use the newly selected action instead?
-
-CTL_ExitTitle=Save
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Save
-ACSD_Save=Save.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=Save &All
-ACSD_SaveAll=Save all.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Discard All
-ACSD_DiscardAll=Discard all.
-EXC_Save=An exception occurred while saving
-# NotifyException
-CTL_Title_Exception=Exception
-CTL_NextException=&Next >
-CTL_PreviousException=< &Previous
-CTL_Exception_Hide_Details=&Hide Details
-CTL_Exception_Show_Details=&Show Details
-ACSD_NextException=N/A
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/A
-
-ACSN_ListOfChangedFiles=List
-ACSD_ListOfChangedFiles=List of changed files for save
-ACSD_ExitDialog=Dialog for save any changes
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI Mode
-CTL_MdiMode=MDI Mode
-
-# NbPlaces
-CTL_NoWorkspaces=No Workspaces
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/A
-ACD_NotifyExcPanel_Dialog=N/A
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT Event Dispatch Thread is blocked for {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Authentication Required
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=&User Name:
-NbAuthenticatorPanel.passwordLbl.text=&Password:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Password for {0}
-
-ProxySettings.password.description=Proxy password
-
-Title_WebBrowser=Web Browser
-
diff --git a/l10n/src/lt/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_lt.properties
deleted file mode 100644
index 7c6646f..0000000
--- a/l10n/src/lt/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_lt.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&About
-About_title=About
-
-#CopyProductInfoAction
-CopyProductInfo=Copy Info
-CopyProductInfoAction=&Copy Info
-CTL_CopyButton_tooltip=Copy NetBeans Product Information to clipboard
-
-#HtmlViewAction
-CTL_OpeningBrowser=Opening Browser ...
-HTMLView=&Web Browser
-
-#SystemExit
-Exit=E&xit
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Next Inner View
-LBL_PreviousViewCallbackAction=Previous Inner View
-
-# jump next/prev actions
-JumpNextAction=Ne&xt Error
-JumpPrevAction=&Previous Error
-
-#LogAction
-MSG_LogTab_name=IDE &Log
-MSG_ShortLogTab_name=IDE Log
-
diff --git a/l10n/src/lt/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_lt.properties
deleted file mode 100644
index a09f6d1..0000000
--- a/l10n/src/lt/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_lt.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Product Version\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>System\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Userdir:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE and NetBeans Platform are based on software from netbeans.org, which has been dual licensed under the Common Development and Distribution License (CDDL) and the GNU General Public License version 2 with Classpath exception. For more information, please visit <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} version {1} running on {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Simple HTML Browser based on a Swing component
-MSG_cannot_create_browser=Cannot create Swing HTML Browser.
-Services/Browsers/SwingBrowser.settings=Swing HTML Browser
-LBL_Close=Close
-MNE_Close=C
-ACSN_Close=Close
-ACSD_Close=Close
-
diff --git a/l10n/src/lt/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_lt.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/lt/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_lt.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/lt/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_lt.properties
deleted file mode 100644
index a1a5857..0000000
--- a/l10n/src/lt/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_lt.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles JNA library.
-OpenIDE-Module-Long-Description=This module bundles JNA library.
-
diff --git a/l10n/src/lt/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_lt.properties
deleted file mode 100644
index a2811ef..0000000
--- a/l10n/src/lt/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_lt.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Scripting API Integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). No longer needed.
-OpenIDE-Module-Deprecation-Message=No longer needed on JDK 6. Remove your dependency on this module.
-
diff --git a/l10n/src/lt/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_lt.properties
deleted file mode 100644
index c68c50d..0000000
--- a/l10n/src/lt/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_lt.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles the JUnit 4.x testing library.
-OpenIDE-Module-Long-Description=Includes the JUnit 4.x unit testing library.
-
diff --git a/l10n/src/lt/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_lt.properties
deleted file mode 100644
index d0acda0..0000000
--- a/l10n/src/lt/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_lt.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi Specification
-
diff --git a/l10n/src/lt/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_lt.properties
deleted file mode 100644
index bcebffa..0000000
--- a/l10n/src/lt/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_lt.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Quick Search
-QuickSearchComboBar.jLabel2.toolTipText=Click or press Shift+F10 for Category selection
-MSG_DiscoverabilityHint=Search
-MSG_DiscoverabilityHint2=Search in {0}
-LBL_MoreResults=...
-LBL_AllCategories=All Categories
-QuickSearchPopup.searchingLabel.text=Searching ...
-QuickSearchPopup.noResultsLabel.text=( No Results )
-QuickSearchPopup.hintLabel.text={0}; Press {1} for All Categories
-AbstractQuickSearchComboBar.command.toolTipText=Quick Search in the system {0}
-
diff --git a/l10n/src/lt/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_lt.properties
deleted file mode 100644
index 912c009..0000000
--- a/l10n/src/lt/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_lt.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Cannot display URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/lt/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_lt.properties
deleted file mode 100644
index 6022c2b..0000000
--- a/l10n/src/lt/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_lt.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=Quick Search API
-OpenIDE-Module-Short-Description=Infrastructure for quick search in menu items, actions, files etc.
-QuickSearch/Recent=Recent Searches
-
diff --git a/l10n/src/lt/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_lt.properties
deleted file mode 100644
index 88982ad..0000000
--- a/l10n/src/lt/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_lt.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=No Filter
-
diff --git a/l10n/src/lt/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_lt.properties
deleted file mode 100644
index d49dc22..0000000
--- a/l10n/src/lt/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_lt.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=ETable and Outline
-
diff --git a/l10n/src/lt/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_lt.properties
deleted file mode 100644
index 47ac55b..0000000
--- a/l10n/src/lt/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_lt.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Look & Feel Customization Library
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles per-look-and-feel UIManager customizations for NetBeans
-OpenIDE-Module-Long-Description=Defines NetBeans-specific values needed in UIManager and ensures that some values available in BasicLookAndFeel are available on all look and feels. Handles metal-theme support, look and feel selection and initializing custom font sizes
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/lt/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_lt.properties
deleted file mode 100644
index ca462d8..0000000
--- a/l10n/src/lt/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_lt.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Tab Control
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=The tab control used by the window system
-OpenIDE-Module-Long-Description=The NetBeans windowing system's tab control bean library
-
-
-
-ACS_TabbedContainer=Tab Control
-ACSD_TabbedContainer=Tab control to switch between tabs.
-
-TT_TabDisplayer_Close=<html>Shift + click to close all documents<br>Alt + click to close other documents
-
diff --git a/l10n/src/lt/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_lt.properties b/l10n/src/lt/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_lt.properties
deleted file mode 100644
index 79bbf8d..0000000
--- a/l10n/src/lt/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_lt.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Show Opened Documents List
-
-Tip_Restore_Window=Restore Window
-
-Tip_Maximize_Window=Maximize Window
-
-Tip_Minimize_Window=Minimize Window
-
-Tip_Pin=Pin
-
-Tip_Close_Window=Close Window
-
-Tip_Scroll_Documents_Right=Scroll Documents Right
-
-Tip_Scroll_Documents_Left=Scroll Documents Left
-
diff --git a/l10n/src/lt/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_lt.properties
deleted file mode 100644
index 682007e..0000000
--- a/l10n/src/lt/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_lt.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Actions APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Definition of common actions for NetBeans
-OpenIDE-Module-Long-Description=Provides list of common actions used by any NetBeans application.
-
-
-New=&Add
-# {0} name of the only one new type
-NewArg=&Add {0}
-
-# File
-NewFromTemplate=&New
-Save=&Save
-Print=&Print...
-PageSetup=Pa&ge Setup...
-
-#0 undoableedit
-UndoWithParameter=&Undo {0}
-#0 undoableedit
-RedoWithParameter=&Redo {0}
-UndoSimple=&Undo
-RedoSimple=&Redo
-Cut=Cu&t
-Copy=Cop&y
-Paste=&Paste
-Delete=&Delete
-Find=&Find...
-Goto=Go to &Line...
-Replace=R&eplace...
-
-# View
-Properties=&Properties
-View=View
-Edit=Edit
-
-# Build
-Execute=&Execute
-
-# Window
-DockWindow=&Dock View
-UndockWindow=&Undock View
-CloneView=&Clone View
-CloseView=Close
-NextTab=&Next View
-PreviousTab=&Previous View
-
-Open=Open
-Rename=Rename...
-
-MoveUp=Move Up
-MoveDown=Move Down
-
-
-Customize=Customize
-
-#rename action
-CTL_RenameTitle=Rename
-CTL_RenameLabel=&New Name:
-# {0} param represents old name before renaming.
-MSG_BadFormat=This object cannot be renamed from {0} to {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Garbage Collect
-
-#HeapView
-LBL_ShowText=Show Text
-LBL_DropShadow=Drop Shadow
-LBL_OverlayGrid=Overlay Grid
-
-# NewTemplateAction
-CTL_NewName=New Name
-CTL_NewNameTitle=&New
-
-
-#Reorder Action
-Reorder=Change Order...
-
-OpenLocalExplorer=Explore From &Here
-
-WorkspacesItems=&Workspaces
-
-
-# name of template
-CTL_Template_Name=Object &Name:
-# title of dialog
-CTL_Template_Dialog_Title=Instantiate Template
-CTL_Template_Dialog_RootTitle=Save &In:
-
-
-# Tools action
-CTL_Tools=Tools
-CTL_EmptySubMenu=Empty
-
-
-# name of the PopupAction
-Popup=Popup
-
-#SaveAction
-MSG_saved={0} saved.
-EXC_notsaved=There were some problems while saving {0}\nCause: {1}
-#Template wizard title
-CTL_TemplateWizard=New From Template
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Click to force garbage collection
-
-
diff --git a/l10n/src/lt/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_lt.properties
deleted file mode 100644
index 33f3983..0000000
--- a/l10n/src/lt/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_lt.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI Utilities API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface utilities.
-OpenIDE-Module-Long-Description=Helper methods for various UI related tasks.
-
-
-
-#MenuBar
-EXC_LoadMenu=Unable to load menu {0}
-EXC_LoadMenuItem=Unable to load menu item {0}
-
-#HtmlBrowser
-CTL_Back=Back
-CTL_Forward=Forward
-CTL_Reload=Reload
-CTL_Stop=Stop
-CTL_Document_done=Document: Done
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Loading
-EXC_Module=Exception during initialization of HTML browser module
-CTL_WebBrowser=Web Browser
-HINT_WebBrowser=Web Browser
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Browser view
-ACSD_HtmlBrowser=N/A
-ACS_HtmlBrowser_Location=Location
-ACSD_HtmlBrowser_Location=N/A
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Horizontal
-SplittedPanelSwap=Swap panels
-ResetSplitter=Reset split line
-ACS_SplittedPanel_Name=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_Description=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_EmptySplitter=N/A
-ACSD_SplittedPanel_EmptySplitter=N/A
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/A
-#Title while loading
-LBL_Loading=Loading...
-#Title if html doesn't contain title tags
-LBL_Untitled=Untitled
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Unknown host: {0}
-FMT_InvalidURL=Invalid URL: {0}
-FMT_NoRouteToHost=No route to host: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Invoking {4} implemented as {3} thru {1}
-
-
-# action and their performers
-Open=Open
-Edit=Edit
-Print=&Print...
-View=View
-Close=Close
-
diff --git a/l10n/src/lt/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_lt.properties
deleted file mode 100644
index da8a9a5..0000000
--- a/l10n/src/lt/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_lt.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Compatibility APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Some old classes that are now deprecated.
-OpenIDE-Module-Long-Description=Contains some old API classes that have now been deprecated and can be replaced. Specifically: ExplorerActions; ExplorerPanel; HttpServer; and WeakListener.
-OpenIDE-Module-Deprecation-Message=The classes in this API are all deprecated and can be replaced by more modern APIs.
-
diff --git a/l10n/src/lt/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_lt.properties
deleted file mode 100644
index 9a2fc83..0000000
--- a/l10n/src/lt/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_lt.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialogs API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles dialogs and wizards.
-OpenIDE-Module-Long-Description=This module handles the dialog and wizard infrastructure used in NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Error
-NTF_ExceptionTitle=Exception
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=A {0} exception has occurred.\nPlease report this at http://www.netbeans.org/issues.html, including a copy of your messages.log file.\nThe messages.log file is located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-NTF_PlainTitle=Message
-NTF_QuestionTitle=Question
-NTF_InformationTitle=Information
-NTF_WarningTitle=Warning
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Options Align
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Yes
-CTL_NO=No
-CTL_CLOSE=Close
-
-CTL_CANCEL=Cancel
-ACSD_CANCEL=n/a
-
-CTL_NEXT=Next >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Moves to next step of the wizard.|2#Next step: {0}. {1}}
-
-CTL_PREVIOUS=< &Back
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Moves to previous step of the wizard.|0#Previous step: {0}. {1}}
-
-CTL_FINISH=&Finish
-ACSD_FINISH=n/a
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Input line
-ACSD_InputField=N/A
-ACN_NotifyDescriptor_MessageJTextArea=N/A
-ACD_NotifyDescriptor_MessageJTextArea=N/A
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} wizard ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} of {1}
-CTL_ContentName=Steps
-CTL_HelpName=Help
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Please wait.
-
diff --git a/l10n/src/lt/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_lt.properties
deleted file mode 100644
index 12de534..0000000
--- a/l10n/src/lt/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_lt.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Execution API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Execution API from the Open APIs.
-OpenIDE-Module-Long-Description=Consists of parts of the org.openide.execution.* package from the Open APIs.
-
diff --git a/l10n/src/lt/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_lt.properties
deleted file mode 100644
index 232fdd3..0000000
--- a/l10n/src/lt/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_lt.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Explorer & Property Sheet API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Various view for displaying node structures.
-OpenIDE-Module-Long-Description=Allows definition of new views that display structures created using Nodes API.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorer [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Could not restore Explorer window; the root node "{0}" could not be restored correctly.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=An Explorer view must not veto the empty selection.
-EXC_ContextMustBeWithinRootContext=An explored context ({0}) must be within the root context ({1}).
-EXC_NodeCannotBeNull=Cannot use null for node selection.
-EXC_NoElementOfNodeSelectionMayBeNull=No element of a node selection may be null.
-EXC_NodeSelectionCannotContainNodes=A node selection cannot contain nodes ({0}) not underneath the root ({1}).
-EXC_CannotHaveNullRootContext=Cannot have null root context.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Are you sure you want to delete {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Are you sure you want to delete {0} and all of its contents?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Are you sure you want to delete these {0} items?
-MSG_ConfirmDeleteObjectTitle=Confirm Object Deletion
-MSG_ConfirmDeleteFolderTitle=Confirm Package Deletion
-MSG_ConfirmDeleteObjectsTitle=Confirm Multiple Object Deletion
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Are you sure you want to delete {0} (link to {3})?
-MSG_ConfirmDeleteShadowTitle=Confirm Link Deletion
-
-
diff --git a/l10n/src/lt/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_lt.properties
deleted file mode 100644
index b57c865..0000000
--- a/l10n/src/lt/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_lt.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Exception in
-PS_Editor=Property Editor
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Array of
-FMT_ErrorSettingProperty=The property could not be set. {0} is not a valid value for {1}.
-FMT_CannotUpdateProperty={0} is not a valid value for {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(No Property Editor)
-CTL_NoProperties=<No Properties>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Properties
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Sort by Category
-ACS_CTL_NoSort=Sort by Category
-CTL_AlphaSort=Sort by Name
-ACS_CTL_AlphaSort=Sort by Name
-CTL_TypeSort=Sort by Type
-ACS_CTL_TypeSort=Sort by Type
-CTL_VisibleWritableOnly=Show Editable Properties Only
-ACS_CTL_VisibleWritableOnly=Show Editable Properties Only
-CTL_Customize=Customizer
-ACS_CTL_Customize=Customizer
-CTL_Help=Help
-ACS_CTL_Help=Help
-ACSD_CTL_Help=Provides help about the object whose properties are displayed in the property sheet
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Using property >>{0}<< at design time throws an exception.
-
-#PropertySheet
-CTL_Property_sheet_option=Property Sheet
-
-
-#IndexedPropertyEditor
-CTL_NoItem=No Item Available
-CTL_Index=Property Index:
-CTL_Unknown=Unknown
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=N/A
-CTL_Cancel=Cancel
-ACSD_CTL_Cancel=N/A
-CTL_Close=Close
-ACSD_CTL_Close=N/A
-CTL_Default=Reset to &Default
-ACSD_CTL_Default=N/A
-CTL_Paste=Paste
-
-#PropertyDetails
-EXC_Setter=Exception in setter method of property: {0}
-EXC_Setter_localized=Exception in setter method of property {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<no custom editor>
-CTL_No_property_editor=<no property editor>
-CTL_Different_Values=<Different Values>
-CTL_Desc_Different_Values=The selected nodes have different values for this property.
-CTL_No_properties=<No Properties>
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-CTL_ElipsisHint=Invokes customizer.
-CTL_InvalidValue=Invalid value: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Invalid value {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Type: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Properties
-CTL_New=&New
-CTL_Delete=&Delete
-CTL_MoveUp=Move &up
-CTL_MoveDown=Move &down
-CTL_HideDetails=&Hide Details
-CTL_ShowDetails=&Show Details
-EXC_ErrorInIndexedSetter=Indexed property value cannot be set
-
-ACSD_Properties=N/A
-ACSD_New=N/A
-ACSD_Delete=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_HideDetails=N/A
-ACSD_ShowDetails=N/A
-ACSD_IndexedEditorPanel=N/A
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Names
-COLUMN_VALUES=Values
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<unreadable>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Error setting value
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Unknown Sorting Mode
-
-#Button labels for property dialogs
-ok=Ok
-default=Restore default value
-cancel=Cancel
-close=Close
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Description
-ACSD_Description=Description of the currently selected property
-ACS_DescriptionTitle=Property name
-ACSD_DescriptionTitle=Name of the property currently being edited
-CTL_NO_DESCRIPTION=No description available.
-CTL_NO_SELECTION=Nothing selected
-ACS_Splitter=Splitter
-ACSD_Splitter=Visual divider between the properties table and the description area.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=The property
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} equals {1}
-FMT_ACST_SheetSet=Property group {0}
-ACST_No_Selection=Nothing selected
-CTL_Multiple_Selection=Multiple objects selected
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Click, or select and press CTRL-SPACE to open custom editor; right click for menu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Show Description Area
-CTL_HideDescription=Hide Description Area
-CTL_RestoreDefaultValue=Restore Default Value
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Properties
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=this property
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Illegal number format: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Custom editor: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Properties table
-ACSN_SHEET_TABBED_PANE=Property categories
-ACSD_SHEET_TABLE=Table of editable properties representing the current object
-ACSD_SHEET_TABBED_PANE=Can select different sets of properties of the current object to display in the property sheet
-
-LBL_QUICKSEARCH=Quick Search:
-
-MSG_SetAsText_InvalidValue=Invalid value: {0}
-
diff --git a/l10n/src/lt/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_lt.properties
deleted file mode 100644
index 384f38e..0000000
--- a/l10n/src/lt/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_lt.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Empty
-MenuViewStartFromRoot=Browse from root
-MenuViewStartFromCurrent=Browse from current point
-
-# TabView
-TabView_RootTab=Root
-
-# TreeView
-VetoSelectedNodes=Selected Nodes
-LBL_QUICKSEARCH=Search:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=This object cannot be renamed from {0} to {1}.
-ACSN_TreeViewCellEditor=Rename editor
-ACSD_TreeViewCellEditor=In-place editor of node name in the tree view
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=Target did not accept the content of the transfer.
-
-MSG_ABORT=Cancel
-
-#TableSheet
-ACS_TableSheet=Table of properties
-ACSD_TableSheet=N/A
-ACS_NullPanel=No property
-# {0} - bean
-ACSD_NullPanel=No property. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Type: {1} Bean: {2}
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Change Visible Columns
-LBL_ColumnDialogDesc=Choose the Columns to Display in the List
-LBL_ListOptions=List Options
-LBL_ChangeColumns=Change Visible Columns...
-LBL_SortMenu=Sort
-LBL_Ascending=Ascending
-LBL_Descending=Descending
-LBL_ColsMenu=Column
-LBL_MoveLeft=Move Left
-LBL_MoveRight=Move Right
-MSG_NoColumnsToChange=There are no columns to change their visibility.
-LBL_NoSort=None
-ACSN_ColumnDialog=Change Visible Columns
-ACSD_ColumnDialog=Choose the Columns to Display in the List
-
-#a11y
-ACSN_TreeTable=N/A
-ACSD_TreeTable=N/A
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Show only rows where
-
-CTL_ColumnsSelector=Change Visible Columns
-ACN_ColumnsSelector=Columns Selector
-ACD_ColumnsSelector=Select visible columns
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Choose the Columns to Display in the List
-NodeOutlineModel_NodesColumnLabel=Nodes
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Accessing {0} without Children.MUTEX read access
-
diff --git a/l10n/src/lt/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_lt.properties
deleted file mode 100644
index 5b6a2d4..0000000
--- a/l10n/src/lt/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_lt.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Invalid XML document:
-
-W-003=Warning: XML parser does not support lexical-handler feature.
-
diff --git a/l10n/src/lt/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_lt.properties
deleted file mode 100644
index 6fc7ed7..0000000
--- a/l10n/src/lt/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_lt.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=File System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Virtual File System API.
-OpenIDE-Module-Long-Description=Allows access to file like resources in a way independent on actual OS files. Supports notification of changes on disk.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Invalid {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=Root {0} does not exist.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=File {0} in {1} is read-only.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Cannot create file {0} because {1} on filesystem {2} is not a folder.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Slash in folder name "{0}" not allowed.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Folder {0} already exists in {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Cannot create folder {0} in {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=File {0} already exists in filesystem {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Invalid lock [{0}] for file {1} in {2} with current lock [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Cannot modify filesystem.attributes file:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=File {1} cannot be found in folder {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} is read-only.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} is read-only because it is inside {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=File {0} does not exist.
-
-# {0} = name of zip file 
-EXC_CanntRead=Cannot read from file {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Error in file {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Error in JAR file {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Unknown JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Multi-Filesystem
-EXC_FileOutsideModified=File {0} not found. Another application may have moved the file or changed the name.
-XML_NotValidXMLFileSystem=Invalid XML FileSystem.
-EXC_DefAttrReadErr=Cannot read DefaultAttributes.
-EXC_UnreachableCode=Internal error: unreachable code.
-
-EXC_FolderCopy=Folder copying not supported.
-XML_RootInvalid=FileSystem element must be the root element.
-XML_MisssingAttr=Attribute \"name\" is missing
-XML_InaccurateParam=Inaccurate number of parameters
-XML_UnknownElement=Unknown element.
-XML_DuplElement=Duplicated FileObject:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} in {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Opening stream for {0}
-
diff --git a/l10n/src/lt/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_lt.properties
deleted file mode 100644
index 8242ead..0000000
--- a/l10n/src/lt/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_lt.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=I/O APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Open APIs relating to displaying output.
-OpenIDE-Module-Long-Description=Contains classes from org.openide.windows.* relating to creating output tabs, displaying output, and hyperlinking it.
-
diff --git a/l10n/src/lt/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_lt.properties
deleted file mode 100644
index eb27421..0000000
--- a/l10n/src/lt/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_lt.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=This module binds the Datasystems API with Scripting API. As a result it is possible to use any scripting and templating language to generate templates.
-OpenIDE-Module-Name=Advanced Templating
-OpenIDE-Module-Short-Description=Advanced Templating not only for Datasystems
-
diff --git a/l10n/src/lt/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_lt.properties
deleted file mode 100644
index 3f2aa56..0000000
--- a/l10n/src/lt/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_lt.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Datasystems API
-OpenIDE-Module-Short-Description=NetBeans Open API for manipulating data objects.
-OpenIDE-Module-Long-Description=The Datasystems API is a layer atop the Filesystems API which recognizes and groups data objects and gives them particular semantics. Once a part of the general Open APIs, it is now split into an independent module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-#DefaultDataObject
-HINT_DefaultDataObject=Unrecognized File
-
-EXC_SharedAccess=Shared access
-
-#Folder.Index
-EXC_ReorderFailed=Cannot save new ordering.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Cannot delete file {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Link to {3}
-
-PROP_ShadowOriginalName=Original Name
-HINT_ShadowOriginalName=Name of the object this link refers to.
-PROP_ShadowOriginalFileSystem=Original Filesystem Name
-HINT_ShadowOriginalFileSystem=Name of the filesystem of the original object.
-
-# DataNode
-PROP_name=Name
-HINT_name=Name of this object.
-PROP_template=Template
-HINT_template=If True, this object is a template (can make instances of itself).
-PROP_files=All Files
-HINT_files=A list of files represented by this object.
-PROP_size=File Size
-HINT_size=Length of this file in bytes. (Only applies to the first file listed in All Files.)
-PROP_lastModified=Modification Time
-HINT_lastModified=When this file was last modified. (Only applies to the first file listed in All Files.)
-PROP_extension=Extension
-HINT_extension=Primary file extension.
-ERROR_extension=Cannot change extension. File is modified.
-
-# name of set with sorting options
-PROP_sorting=Sorting
-HINT_sorting=Sorting and ordering settings.
-
-#
-# folder sort mode property
-PROP_sort=Sort Mode
-HINT_sort=Determines how objects in the package should be sorted.
-# SortModeEditor
-VALUE_sort_none=Unsorted
-VALUE_sort_names=By Name
-VALUE_sort_class=By Type
-VALUE_sort_folder_names=By Name (Packages First)
-VALUE_sort_last_modified=By Modification Time
-VALUE_sort_size=By File Size
-
-
-#
-# Names of paste types
-#
-PT_move=&Move
-PT_copy=&Copy
-PT_instantiate=&Instantiate
-PT_shadow=Create &Link
-PT_serialize=&Serialize
-PT_instance=&Default instance
-
-# 
-SerializeBean_Text=&Name of file to serialize the instance to
-SerializeBean_Title=Instance Serialization
-
-#
-# new folder
-#
-CTL_NewFolder=Folder
-CTL_NewFolderName=&Name:
-CTL_NewFolderTitle=Create New Folder
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=File {0} already exists in folder {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Folder {0} already exists in folder {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=The file {1} seems to be too large ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) to safely open. \nOpening the file could cause OutOfMemoryError, which would make the IDE unusable. Do you really want to open it?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML Configuration Files
-PROP_XmlError=Error (recoverable)
-PROP_XmlWarning=Warning
-PROP_XmlFatalError=FATAL ERROR
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Cannot create folder; {0} is not a valid name.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Cannot copy {0}: The destination folder is the same as the source folder.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Cannot copy {0}: The destination folder is a subfolder of the source folder.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=New Wizard - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=New Wizard
-LAB_TemplateChooserPanelName=Choose Template
-LAB_SelectTemplateBorder=&Select a Template:
-MSG_NoDescription=No description
-MSG_InitDescription=Initializing description...
-LAB_TemplateDescriptionBorder=&Template Description:
-LAB_TargetLocationPanelName=Target Location
-LAB_TargetLocationDescription=Please select a folder for the newly created object or enter the folder name below:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/A
-ACSD_TemplateWizard1=N/A
-
-CTL_NewObjectName=&Name\:
-ACSD_NewObjectName=N/A
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/A
-
-LBL_settingsNodeName=Settings
-EXC_folder_delete_failed=Could not remove source folder while moving.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<top folder> [{0}]
-FMT_DefaultNewObjectName=<default name>
-
-LBL_shadow_loader_display_name=Links
-LBL_folder_loader_display_name=Folders
-LBL_default_loader_display_name=Unrecognized Objects
-LBL_instance_loader_display_name=Action Instances
-
-FMT_CannotCopyDo=Warning: Object {0} cannot be copied.
-FMT_CannotMoveDo=Warning: Object {0} cannot be moved.
-
-# InstanceDataObject
-LBL_separator_instance=(separator)
-PROP_instance_class=Class Name
-HINT_instance_class=Java class name of the object being represented.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=There are problems with saving the {0} bean.
-
-FMT_brokenShadowName={0} (Broken Link)
-HINT_brokenShadowOriginalName=Broken Link
-PROP_brokenShadowOriginalName=Broken Link
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Broken Link Filesystem
-HINT_brokenShadowFileSystem=Broken Link Filesystem
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Unrecognized setting>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Data Object Copy Flavor
-LBL_DOcut=Data Object Cut Flavor
-#NewObjectPanel
-LAB_NewObjectPanelName=New Object Name
-FMT_DefaultNewObject=<default>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=The popup menu for objects of type {0} could not be restored; using default settings.
-LBL_loader_display_name=Loader
-
-MSG_renameError=This object cannot be renamed from {0} to {1}.
-MSG_NotValidName=Cannot give {0} an empty name.
-ERR_NoFilesystem=No enabled filesystem. Make sure that you have at least one filesystem that is not read-only and is not hidden.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=The target filesystem or folder does not exist.
-MSG_fs_is_readonly=The target filesystem is read-only.
-# {0} - name of the existing file
-MSG_file_already_exist=The file {0} already exists.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Filesystem Action
-#InstantiateAction
-Instantiate=Instantiate
-#SaveAsTemplateAction
-SaveAsTemplate=Save As Template...
-Title_SaveAsTemplate=Save As Template
-CTL_SaveAsTemplate=&Select the category in which the new template will appear:
-CTL_SaveAsTemplate_TemplatesRoot=Templates
-SaveAll=Save &All
-HINT_SaveAll=Save all files (if the Compile on Save feature is on, this will also compile/build your files)
-# FileSystemRefreshAction
-LAB_Refresh=Refresh Folder
-# NewTemplateAction
-EXC_TemplateFailed=Creation of the object from template failed.
-NewTemplate=&New
-NewTemplateAction=All Templates...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Empty
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Opening {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=File {0} is modified. Save it ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modified)
-TIP_editor_ro=\ (read-only)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=File {0} was changed to read-only! All changes will be discarded.
-MSG_FileReadOnlySaving=File {0} was changed to read-only! Can not save it.
-MSG_FileReadOnlyChanging=File {0} was changed to read-only!
-
-
-MSG_BinaryFileQuestion=This file appears to contain binary data. Are you sure you want to open it in the text editor?
-MSG_BinaryFileWarning=Binary File Detected
-
-CTL_SaveAsAction=Sa&ve As...
-MSG_SaveAsFailed=There were some problems while saving {0}\nCause: {1}
-LBL_SaveAsTitle=Save As
-MSG_CannotCreateTargetFolder=Cannot create the target folder.
-MSG_SaveAs_SameFileSelected=Select a different file name please.
-MSG_SaveAs_SameFileSelected_Title=Save As
-
diff --git a/l10n/src/lt/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_lt.properties
deleted file mode 100644
index 8c2a8c0..0000000
--- a/l10n/src/lt/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_lt.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=APIs for getting information about installed modules.
-OpenIDE-Module-Long-Description=Allows to get list of installed modules, inspect their properties and dependencies.
-
diff --git a/l10n/src/lt/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_lt.properties
deleted file mode 100644
index c6edc21..0000000
--- a/l10n/src/lt/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_lt.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Nodes API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for defining generic tree-like structures.
-OpenIDE-Module-Long-Description=Provides abstraction over tree-like structures by defining Node - the generic extensible interface that can then be displayed by the Explorer API.
-
-
-
-#Sheet
-Properties=Properties
-Expert=Expert
-HINT_Properties=Properties of this object.
-HINT_Expert=Expert properties of this object.
-
-#indexed customizer
-LAB_order=Change Order
-LAB_listOrder=Show these fields in this order:
-LAB_listOrder_Mnemonic=S
-Button_close=Close
-Button_close_Mnemonic=C
-Button_up=Move up
-Button_up_Mnemonic=U
-Button_down=Move down
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/A
-ACSD_Button_up=N/A
-ACSD_Button_down=N/A
-ACSD_ListOrder=N/A
-ACSD_IndexedCustomizer=N/A
-
-#PropertySupport
-CTL_StandardName=Name
-CTL_StandardHint=Name of the object.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Paste Node
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copy Index
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Please Wait...
-
diff --git a/l10n/src/lt/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_lt.properties
deleted file mode 100644
index 1b27750..0000000
--- a/l10n/src/lt/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_lt.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Settings Options API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for storing preferences.
-OpenIDE-Module-Long-Description=Provides classes that simplify storage of settings between multiple invocation of NetBeans based application.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.NbPreferences instead.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/lt/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_lt.properties
deleted file mode 100644
index 8f9a4b7..0000000
--- a/l10n/src/lt/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_lt.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Text API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Generic API wrapping Swing based EditorKits.
-OpenIDE-Module-Long-Description=Provide support for defining components that embed Swing text editors.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Print Settings
-CTL_Header_format = Printing {2} at {1}
-CTL_Footer_format = Page {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Page Format
-HINT_PAGE_FORMAT=Page Format
-PROP_WRAP=Wrap Lines
-HINT_WRAP=Should lines be wrapped?
-PROP_HEADER_FORMAT=Page Header Format
-
-HINT_HEADER_FORMAT=For example, "Top of page {0} (printed on date {1}) of file {2}".
-PROP_FOOTER_FORMAT=Page Footer Format
-HINT_FOOTER_FORMAT=For example, "Bottom of page {0} (printed on date {1}) of file {2}".
-PROP_HEADER_FONT=Page Header Font
-HINT_HEADER_FONT=Set the page header font.
-PROP_FOOTER_FONT=Page Footer Font
-HINT_FOOTER_FONT=Set the page footer font.
-PROP_HEADER_ALIGNMENT=Page Header Alignment
-HINT_HEADER_ALIGNMENT=Page Header Alignment - LEFT, CENTER, RIGHT.
-PROP_FOOTER_ALIGNMENT=Page Footer Alignment
-HINT_FOOTER_ALIGNMENT=Page Footer Alignment - LEFT, CENTER, RIGHT.
-PROP_LINE_ASCENT_CORRECTION=Line Ascent Correction
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplier to correct the line ascent.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTER
-CTL_RIGHT = RIGHT
-CTL_LEFT = LEFT
-
-# Cancellation
-CTL_Print_progress=Page number {0} was printed.
-CTL_Print_cancellation=Print Job Progress
-CTL_Cancel=Cancel
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Current printer job was aborted.
-EXC_Printer_Problem=Printer problem: {0}
-EXC_ReadOnlyFile=File {0} is read-only.
-EXC_LoadDocument=The document {0} could not be loaded.
-LBL_EditorLoading=Loading...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Question
-CTL_Save=Save
-ACSN_CTL_Save=N/A
-ACSD_CTL_Save=N/A
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Discard
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/A
-ACSD_CTL_Discard=N/A
-
-# PositionBounds
-MSG_Empty_string=Unable to insert empty string
-#editor support warning message
-FMT_FileNotFound=Warning: File {0} was not found or could not be accessed.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=File {0} was modified externally. Reload it?
-FMT_External_change_write=File {0} was modified externally. Overwrite it?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=You have specified an invalid file. Check the path.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor for {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor for {0}
-TITLE_SourceButton=Source
-
-
diff --git a/l10n/src/lt/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_lt.properties
deleted file mode 100644
index 789339d..0000000
--- a/l10n/src/lt/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_lt.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Old Enumeration API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enumeration API that is in wrong package.
-OpenIDE-Module-Long-Description=Enumeration API that is in wrong package, org.openide.util.enum and as such it cannot be compiled with Java 1.5, because enum is a keyword. Is replaced by class org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.Enumerations instead of this module.
-
diff --git a/l10n/src/lt/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_lt.properties
deleted file mode 100644
index 8f05e23..0000000
--- a/l10n/src/lt/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_lt.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Lookup
-
diff --git a/l10n/src/lt/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_lt.properties
deleted file mode 100644
index 3756be4..0000000
--- a/l10n/src/lt/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_lt.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# 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.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#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
-
diff --git a/l10n/src/lt/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_lt.properties
deleted file mode 100644
index 3c24802..0000000
--- a/l10n/src/lt/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_lt.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Multiple Objects Flavor
-
-Create=Create
-Paste=Paste
-
diff --git a/l10n/src/lt/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_lt.properties b/l10n/src/lt/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_lt.properties
deleted file mode 100644
index c8fb9b0..0000000
--- a/l10n/src/lt/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_lt.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Window System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for managing components on a screen.
-OpenIDE-Module-Long-Description=Provides OS and MDI/SDI neutral abstraction API over concept of components that are displayed to the user.
-
-
-
-# name of empty workspace
-None=None
-
-#CloneableTopComponent
-EXC_CannotAssign=Cannot assign component to EMPTY
-
-#TopComponent
-EXC_UnknownOperation=Unknown close operation
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Invoking {2} implemented as {3} with {0}
-
diff --git a/l10n/src/lt/platform/print/print/org/netbeans/modules/print/action/Bundle_lt.properties b/l10n/src/lt/platform/print/print/org/netbeans/modules/print/action/Bundle_lt.properties
deleted file mode 100644
index 33c9b24..0000000
--- a/l10n/src/lt/platform/print/print/org/netbeans/modules/print/action/Bundle_lt.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Pa&ge Setup...
-
-# PrintAction
-TLT_Print_Action=Print
-MNU_Print_Action=&Print...
-ACT_Print_Action=Print - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/lt/platform/print/print/org/netbeans/modules/print/resources/Bundle_lt.properties b/l10n/src/lt/platform/print/print/org/netbeans/modules/print/resources/Bundle_lt.properties
deleted file mode 100644
index b00ce5f..0000000
--- a/l10n/src/lt/platform/print/print/org/netbeans/modules/print/resources/Bundle_lt.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Print
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of print module.
-OpenIDE-Module-Long-Description=Implementation of print module.
-
-# layer.xml
-Actions/File=File
-
diff --git a/l10n/src/lt/platform/print/print/org/netbeans/modules/print/ui/Bundle_lt.properties b/l10n/src/lt/platform/print/print/org/netbeans/modules/print/ui/Bundle_lt.properties
deleted file mode 100644
index 556818f..0000000
--- a/l10n/src/lt/platform/print/print/org/netbeans/modules/print/ui/Bundle_lt.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Printer problem: {0}
-LBL_Page_Setup_Button=Page &Setup
-TLT_Page_Setup_Button=Invokes the Page Setup dialog
-LBL_Print_Option_Button=Print &Options
-TLT_Print_Option_Button=Invokes the Print Options dialog
-LBL_Print_Button=&Print
-TLT_Print_Button=Invokes the Print dialog
-LBL_Close_Button=&Close
-TLT_Close_Button=Closes the Print Preview dialog
-LBL_Print_Preview=Print Preview
-LBL_Fit_to_Width=Fit to Width
-LBL_Fit_to_Height=Fit to Height
-LBL_Fit_to_All=Show All Pages
-
-TLT_First=&First page (Alt+F)
-TLT_Previous=P&revious page (Alt+R)
-TLT_Next=&Next Page (Alt+N)
-TLT_Last=&Last Page (Alt+L)
-TLT_Fit=Change &Scale (Alt+S)
-TLT_Zoom_In=Zoom &In (Alt+I)
-TLT_Zoom_Out=Zoom O&ut (Alt+U)
-TLT_Toggle=Show &Multiple Pages (Alt+M)
-TLT_Goto=<html><body> <b>Navigation:</b> <br> press <code>/</code> or <code>F</code> to show first page <br> press <b><code>-</code></b> or <code>G</code> to show previous page <br> press <b><code>+</code></b> or <code>K</code> to show next page <br> press <code>*</code> or <code>L</code> to show last page </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Print Options
-LBL_Border=Border
-LBL_Print_Border=Print &Border
-LBL_Print_Header=Print Hea&der
-LBL_Print_Footer=Print &Footer
-LBL_Choose_Font=Choose Font
-LBL_Choose_Color=Choose Color
-LBL_Insert_Macros=Insert Macro:
-LBL_Text=Text
-LBL_Line_Numbers=Line N&umbers
-LBL_Wrap_Lines=&Wrap Lines
-LBL_Use_Font=Use Font Attributes // &X
-LBL_Use_Color=Use Color Attributes // &Q
-LBL_As_Editor=Print as in Editor // &J
-LBL_Selection=Print &Selection
-LBL_Line_Spacing=Line S&pacing:
-LBL_Text_Font_and_Color=Text Font and Colo&r:
-LBL_Background_Color=Back&ground Color:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Header and Footer
-LBL_Apply=&Apply
-LBL_Left=Left:
-LBL_Center=Center:
-LBL_Right=Right:
-
-ERR_Zoom_Value_Is_Invalid=Zoom value is invalid!
-ERR_Header_Size_Is_Too_Big=Header Size is too big!
-ERR_Footer_Size_Is_Too_Big=Footer Size is too big!
-ERR_Page_Number_Is_Invalid=Number of pages is invalid!
-ERR_Page_Number_Is_Too_Big=Number of pages is too big!
-
-TLT_Apply=Applies changes
-TLT_Border_Color=Choose Border &Color (Alt+C)
-TLT_Header_Font=Choose Header Fo&nt (Alt+N)
-TLT_Header_Color=Choose Header C&olor (Alt+O)
-TLT_Footer_Font=Choose Footer Fon&t (Alt+T)
-TLT_Footer_Color=Choose Footer Co&lor (Alt+L)
-TLT_Text_Font=Choose Text Font (Alt+K) // &K
-TLT_Text_Color=Choose Text Colo&r (Alt+R)
-TLT_Background_Color=Choose Background Color // &G
-TLT_Print_Zoom=Adjusts the print zoom
-TLT_Use_Font=Use Font (Alt+X)
-TLT_Use_Color=Use Color (Alt+Q)
-TLT_As_Editor=Show as in Editor (Alt+J)
-TLT_Selection=Print Selection
-
-LBL_Pages=page(s)
-LBL_Fit_Width_to=F&it Width to:
-TLT_Fit_Width_to=Fit Width to
-LBL_Fit_Height_to=Fit H&eight to:
-TLT_Fit_Height_to=Fit Height to
-LBL_Zoom_to=&Zoom to:
-TLT_Zoom_to=Zoom to
-LBL_Fit_to_Page=Fit to Page // &Y
-TLT_Fit_to_Page=Fit to Page (Alt+Y)
-
diff --git a/l10n/src/lt/platform/print/print/org/netbeans/modules/print/util/Bundle_lt.properties b/l10n/src/lt/platform/print/print/org/netbeans/modules/print/util/Bundle_lt.properties
deleted file mode 100644
index e1670a5..0000000
--- a/l10n/src/lt/platform/print/print/org/netbeans/modules/print/util/Bundle_lt.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} of {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=The name of printed component
-ROW=The row number
-COLUMN=The column number
-USER=The user name
-COUNT=The count of pages
-MODIFIED_DATE=Date of the last modification
-MODIFIED_TIME=Time of the last modification
-PRINTED_DATE=Date of printing
-PRINTED_TIME=Time of printing
-
diff --git a/l10n/src/lt/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_lt.properties b/l10n/src/lt/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_lt.properties
deleted file mode 100644
index cbffb7f..0000000
--- a/l10n/src/lt/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_lt.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization.
-OpenIDE-Module-Long-Description=Provides a view of all running tasks and may permit them to be cancelled, etc.
-
-NbProgressBar.tooltip1={0} tasks running. Click for details.
-NbProgressBar.tooltip2={0} task running. Click for details.
-ListComponent.btnClose.tooltip=Click to cancel process
-ListComponent.bar.tooltip=Click to watch the process
-Cancel_Question=Are you sure you want to cancel {0}?
-Cancel_Question_Title=Cancel Running Task
-StatusLineComponent.ShowProcessList=Show Processes
-StatusLineComponent.Cancel=Cancel Process
-StatusLineComponent.View=Show Output
-ListComponent.Watch=Watch Process
-
-RunOffAWT.TITLE_Operation=Lengthy operation in progress
-RunOffAWT.BTN_Cancel=Cancel
-
-# ProgressListAction
-CTL_ProcessListAction=&Processes
-
-# CancelAction
-CTL_CancelAction=Cancel Process
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Click to cancel process
-ModalDialog.btnClose.text=Cancel
-ModalDialog.btnClose.accessibleName=Cancel
-ModalDialog.btnClose.accessibleDescription=Cancels the current process
-
-
diff --git a/l10n/src/lt/platform/queries/queries/org/netbeans/modules/queries/Bundle_lt.properties b/l10n/src/lt/platform/queries/queries/org/netbeans/modules/queries/Bundle_lt.properties
deleted file mode 100644
index a911402..0000000
--- a/l10n/src/lt/platform/queries/queries/org/netbeans/modules/queries/Bundle_lt.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=General Queries API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Acts as a general communication channel between modules.
-OpenIDE-Module-Long-Description=Hosts queries which are not particularly domain-specific. Permits different modules to obtain information about files in a flexible way.
-
diff --git a/l10n/src/lt/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_lt.properties b/l10n/src/lt/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_lt.properties
deleted file mode 100644
index 37a2eaa..0000000
--- a/l10n/src/lt/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_lt.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=Option {0} needs an argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Option {0} cannot be used together with option {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Need at least one of {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Need to use also {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=Option {0} needs also option {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/lt/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_lt.properties b/l10n/src/lt/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_lt.properties
deleted file mode 100644
index 49008f8..0000000
--- a/l10n/src/lt/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_lt.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Command Line Parsing API
-OpenIDE-Module-Short-Description=GetOpts compliant API for parsing command line
-OpenIDE-Module-Long-Description=GetOpts compliant API to parse command line. It is focused on the case when each part of the command line is going to be parsed by different module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-MSG_OptionsHeader=\nAdditional Module(s) Option(s):\n
-
diff --git a/l10n/src/lt/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_lt.properties b/l10n/src/lt/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_lt.properties
deleted file mode 100644
index 1fa0c1d..0000000
--- a/l10n/src/lt/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_lt.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Settings API
-OpenIDE-Module-Short-Description=A library for storing settings in custom formats.
-OpenIDE-Module-Long-Description=This module provides the Settings API for storing module-defined settings in custom formats. It also provides several useful settings format implementations.
-OpenIDE-Module-Display-Category=Infrastructure
-
diff --git a/l10n/src/lt/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_lt.properties b/l10n/src/lt/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_lt.properties
deleted file mode 100644
index 23065ae..0000000
--- a/l10n/src/lt/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_lt.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=A module that provides a new API to replace NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=Actions SPI (Experimental)
-OpenIDE-Module-Short-Description=Replacements for NodeAction, CookieAction, etc.
-
diff --git a/l10n/src/nl_BE/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_nl_BE.properties
deleted file mode 100644
index 99eccc5..0000000
--- a/l10n/src/nl_BE/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module Build Harness
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Short-Description=Lets you build external plug-in modules from sources.
-OpenIDE-Module-Long-Description=This is the build harness used to develop NetBeans modules (with or without the IDE). It is normally used implicitly by NetBeans module projects. For technical documentation, see harness/README.
-
diff --git a/l10n/src/nl_BE/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_nl_BE.properties
deleted file mode 100644
index 407d12b..0000000
--- a/l10n/src/nl_BE/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Long-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.\nRun 'display-coverage-report' target on a project to measure results and display report in external browser.\nFor integration with Module Build Harness.
-OpenIDE-Module-Name=Cobertura Module Test Coverage
-OpenIDE-Module-Short-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.
-
diff --git a/l10n/src/nl_BE/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_nl_BE.properties
deleted file mode 100644
index 6ff69bb..0000000
--- a/l10n/src/nl_BE/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly Tools Platform
-
diff --git a/l10n/src/nl_BE/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_nl_BE.properties
deleted file mode 100644
index 5f4f972..0000000
--- a/l10n/src/nl_BE/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Short-Description=Jemmy test library.
-OpenIDE-Module-Long-Description=A general library for driving automated GUI tests.
-
-
diff --git a/l10n/src/nl_BE/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_nl_BE.properties
deleted file mode 100644
index 99c8813..0000000
--- a/l10n/src/nl_BE/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Long-Description=NetBeans extensions to JUnit including assertGC, assertSize, getWorkDir, LineDiff, etc.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=NetBeans extensions to JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/nl_BE/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_nl_BE.properties
deleted file mode 100644
index 08acd28..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=INSANE heap profiling library.
-OpenIDE-Module-Long-Description=A library for doing live heap analysis of the JVM in which it runs.
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_nl_BE.properties
deleted file mode 100644
index f2cd5fd..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Ant Library
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_nl_BE.properties
deleted file mode 100644
index 6ab3ec0..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=The current platform is not supported.
-I.error.load.engine.properties=Could not load the engine properties file
-
-I.warning.silent.without.state="{1}" option is required when using "{0}". "{0}" will be ignored.
-
-I.error.cannot.create.local.dir=Cannot create local directory: {0}
-I.error.local.dir.is.file=Local directory exists and is a file: {0}
-I.error.no.read.permissions.for.local.dir=Cannot read local directory {0} - not enough permissions
-I.error.no.write.permissions.for.local.dir=Cannot write to local directory {0} - not enough permissions
-
-I.lock.file.exists.dialog.title=NetBeans Installer lock file exists
-I.lock.file.exists.dialog.text=The installer lock file exists at {0}\n\nIt means that either another instance of the installer is already running or the previous installation was not finished correctly.\nIt is not recommended that you run multiple instances at the same time since it can result in installer data corruption.\n\nIf you are sure that no other instance is running at the moment, click "Yes" to proceed otherwise click "No" to exit the installer.\n
-
-I.error.cannot.create.lock.file=Can't create lock for the local registry file
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_nl_BE.properties
deleted file mode 100644
index 8b90466..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Downloading from {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_nl_BE.properties
deleted file mode 100644
index e561bfa..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=The proxy types {0} and {1} conflict
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI cannot be null
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Failed to connect through {0} to {1}
-US.error.failed.configure.proxy=Failed to configure proxy {0} for {1}
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_nl_BE.properties
deleted file mode 100644
index f1cfd59..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Loading local registry [{0}]
-R.error.loading.local.registry.failed.title=Failed to load the local registry
-R.error.loading.local.registry.failed.msg=The local registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.bundled.registry=Loading bundled registry [{0}]
-R.error.loading.bundled.registry.failed.title=Failed to load the bundled registry
-R.error.loading.bundled.registry.failed.msg=The bundled registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.remote.registry=Loading remote registry [{0}]
-R.error.loading.remote.registry.failed.title=Failed to load the remote registry
-R.error.loading.remote.registry.failed.msg=The remote registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.error.cannot.delete.data=Cannot delete the cached installation data
-R.save.local.registry.title=Saving local registry
-R.save.local.registry.detail=Saving to {0}
-
-R.error.missing.target.component.title=Missing target component
-R.error.missing.target.component.msg=The specified target component - {0}/{1}\nwas not found in the registry. The installer\n can continue as if the target component was not specified.\nClick Yes to continue, No to exit the installer.
-
-R.error.validation.title=Validation Problem
-R.error.validation.msg=It seems that the installation of {0} is corrupted.\nThe validation procedure issued the following warning:\n\n{1}\n\nWould you like to mark this product as not installed and continue?\nIf you click No the installer will exit.\n\nNote that these products that depend on {2} will also be disabled:\n{3}
-
-R.error.matching.requirement=No components matching the requirement: {0} requires {1}
-R.error.cyclic.dependency=Cyclic dependency: {0}, {1}
-
-R.loading.registry.properties=Loading registry properties
-R.loading.component=Loading component: uid={0}, version={1}
-R.error.loading.components=Could not load components
-R.error.registry.finalization=Could not finalize registry
-R.error.registry.document.loading=Could not load registry document
-
-R.error.cannot.create.cache.directory=Cannot create local product cache directory {0}
-R.error.cache.is.file=Local product cache directory exists and is a file : {0}
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=Cannot create local registry
-
-R.error.registry.is.dir=Local registry {0} is a directory
-R.error.cannot.read.registry=Cannot read local registry {0} - not enough permissions
-R.error.cannot.write.registry=Cannot write local registry {0} - not enough permissions
-
-R.error.cannot.parse.platform=Cannot parse platform from "{0}"
-R.error.cannot.load.registry=Cannot load registry
-R.error.parser.not.support.schemas=The current parser - {0} - does not support schemas.
-
-R.error.unknown.dependency=Unknown dependency type {0}
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_nl_BE.properties
deleted file mode 100644
index 975bc5b..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=The installation directory {0} is missing.\nMost likely it was deleted manually.
-PCL.validation.directory.file=The installation directory {0} is in fact a file.\nMost likely it was previously deleted manually and overwritten with a file.
-PCL.validation.directory.empty=The installation directory {0} is empty.\nMost likely its contents were deleted manually.
-PCL.validation.directory.null=The installation directory cannot be detected.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Cannot initialize data for {0}
-P.error.cannot.load.logic=Cannot load configuration logic for {0}
-P.error.installdir.not.set=Installation location is not set for {0}
-P.error.installdir.set.empty=Installation location is set to empty string for {0}
-P.error.cannot.create.cache.dir=Cannot create the local cache directory {0} for {1}
-P.error.local.cache.not.dir=The local cache directory {0} for {1} is not a directory
-P.error.cannot.load.product=Could not load product {0}
-P.error.logic.not.yet.downloaded=Configuration logic for {0} is not yet downloaded
-P.error.installation.data.not.cached=Installation data is not cached for {0}
-P.error.cannot.extract.data=Cannot extract installation data for {0}
-P.error.cannot.save.files.list=Cannot save installed files list
-P.error.cannot.get.wizard.components=Cannot get component's wizard components
-P.error.cannot.wrap.for.macos=Cannot create directory hierarchy for MacOS Application
-P.error.cannot.get.files.list=Cannot get the installation files list
-P.error.cannot.delete.files.list=Cannot delete installed files list
-P.error.cannot.delete.file=Cannot delete the file
-P.error.cannot.remove.from.system=Cannot remove {0} from the system install manager
-P.error.not.enough.space=Cannot extract installation data -- not enough disk space in the target directory.
-P.error.cannot.clear.cache=Cannot clear installation data cache file {0}
-P.error.system.integartion.failed=Integration of {0} with the system package manager failed
-
-P.message.installation=Installing {0}
-P.message.uninstallation=Uninstalling {0}
-P.message.configuration=Configuring {0}
-P.message.unconfiguration=Unconfiguring {0}
-P.message.legal.artifacts=Creating legal artifacts
-P.message.run.logic=Running custom configuration logic
-P.message.system.registration=Registering in the system package manager
-P.message.save.installation.files.list=Saving installed files list
-P.message.delete=Deleting {0}
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_nl_BE.properties
deleted file mode 100644
index b6a0a76..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Error writing to the log file. Logging disabled.
-
-EM.ununexpected.exception=An unexpected exception happened in thread {0}
-EM.errortype.critical=Critical Error
-EM.errortype.error=Error
-EM.errortype.warning=Warning
-EM.errortype.message=Message
-EM.unexpected.error=An unknown error occured.
-EM.exception.message=\n\nException:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nYou can get more details about the issue in the installer log file:\n {0}
-
-FU.error.output.file.entry=An file entry {0} exists and is not a file
-FU.error.output.dir.entry=An directory entry {0} exists and is not a directory
-FU.message.extracting=Extracting {0}
-FU.error.load.xml.file.list=Could not load xml files list for extraction
-FU.error.unjar.todir=Directory {0} is an existing file, cannot unjar
-FU.message.copy.dir=Copying directory: {0} to: {1}
-FU.message.copy.file=Copying file: {0} to: {1}
-FU.error.close.stream=Cannot close stream
-FU.error.source.not.readable=Source {0} is not readable
-FU.error.dest.not.file=Destination {0} is not a file
-FU.error.dest.creation=Destination {0} cannot be created
-FU.error.dest.not.writable=Destination {0} is not writable
-FU.message.moving=Moving {0} to {1}
-FU.error.freespace=Cannot get free disk space amount at {0}
-FU.error.cannot.close.jar=Cannot close jar {0}
-FU.error.cannot.create.dir.exist.file=Cannot create directory {0}, it is an existing file
-FU.error.cannot.create.dir=Cannot create directory {0}
-FU.error.not.jar.file=The supplied file {0} is not a jar archive
-FU.error.sha1.not.supported=Holy crap, this jvm does not support SHA1
-FU.error.md5.not.supported=Holy crap, this jvm does not support MD5
-FU.error.file.security.exception=Something very unexpected - a security exception during accessing file {0}
-FU.message.delete.file=Deleting file {0}
-FU.message.delete.dir=Deleting directory {0}
-FU.error.pack200.failed=Pack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Cannot parse property - {0}, its value - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Could not activate the cross-platform look and feel - proceeding with whatever look and feel was the default.
-UI.error.failed.to.activate.defined.laf=Could not activate the defined look and feel - falling back to the default cross-platform one.
-UI.error.failed.to.init.ui=Can`t initialize UI
-UI.error.failed.to.force.gtk=Cannot force the use of GTK look and feel
-UI.silent.default.yes=Going with Yes (default) option...
-UI.silent.default.no=Going with No (default) option...
-UI.silent.default.cancel=Going with Cancel (default) option...
-
-StrU.error.cannot.parse.status=Cannot parse status: {0}
-StrU.error.unknown.platform=Platform "{0}" is not recognized.
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_nl_BE.properties
deleted file mode 100644
index 5a80555..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Failed to execute the JDK verification procedure
-JU.error.cannot.delete=Cannot delete {0}
-JU.error.cannot.download.testjdk=Cannot download TestJDK.class from {0}
-JU.error.cannot.canonize=Cannot canonize {0}
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_nl_BE.properties
deleted file mode 100644
index da0b6b8..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Invalid parameter for command line argument "{0}" -- "{1}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.bad.locale.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.missing.state.file=The specified state file "{1}", does not exist.\n"{0}" parameter is ignored.
-O.warning.bag.state.file.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <state-file-path>".
-O.warning.target.state.file.exists=The specified state file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.target.state.file.arg=Required parameter missing for command line argument\n"{0}". Should be "{0} <state-file-path>".
-O.warning.bundle.file.exists=The specified target file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.create.bundle.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <userdir-path>".
-O.warning.bad.platform.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-platform>".
-O.warning.bad.registry.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_nl_BE.properties
deleted file mode 100644
index f15473f..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Not installed
-Status.to-be-installed=To be installed
-Status.installed=Installed
-Status.to-be-uninstalled=To be uninstalled
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Installed Successfully
-DetailedStatus.install.warning=Installed With Warnings
-DetailedStatus.install.error=Failed to Install
-DetailedStatus.uninstall.success=Uninstalled Successfully
-DetailedStatus.uninstall.warning=Uninstalled With Warnings
-DetailedStatus.uninstall.error=Failed to Uninstall
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_nl_BE.properties
deleted file mode 100644
index fc350f7..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Failed to download frame icon from URI - {0}.
-NF.error.failed.to.set.frame.icon=Failed to set the frame icon.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Browse
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_nl_BE.properties
deleted file mode 100644
index 3d85b31..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \ncomposite progress (sum of the own percentage and the percentages of the \nchildren) cannot be less than {1} and greater than {2}.
-
-CP.error.progress=The specified child progress doesn't exist in the composite progress \nso it can not be removed. 
-
-################################################################################
-# Progress.java
-P.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \nprogress cannot be less than {1} and greater than {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_nl_BE.properties
deleted file mode 100644
index 3ec7e46..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Can`t load bundle from {0}
-LP.error.no.files=There is no files in {0}
-LP.error.not.directory={0} is not a directory
-LP.error.directory.do.not.exist=Directory {0} does not exist
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_nl_BE.properties
deleted file mode 100644
index 0d323e6..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=No bundled or external jar files
-CnL.error.cannot.find.jvm.file=Cannot find JVM file {0}
-CnL.error.cannot.find.class=Can`t find class {0} in bundled files and no external ones were specified
-CnL.error.main.class.unspecified=No specified main class among bundled files
-CnL.error.cannot.get.output.name=No bundled files - can`t get output file name
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Can`t get launcher icon from {0}
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_nl_BE.properties
deleted file mode 100644
index ecea916..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Cannot obtain default applications location
-SR.error.cannot.parse.pattern=Cannot parse pattern: {0}
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_nl_BE.properties
deleted file mode 100644
index 2a35450..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Cannot access native method
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_nl_BE.properties
deleted file mode 100644
index cdd581c..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Failed to create the default Wizard instance.
-W.error.failed.to.load.components=Failed to load wizard components from {0}, using classloader {1}.
-W.error.failed.to.load.component=Failed to load wizard component from XML element {0}, using classloader {1}.
-W.error.unknown.ui.mode=Unknown UI mode - {0}.
-W.error.cannot.move.backward.silent=Cannot move backward in silent UI mode.
-W.error.cannot.move.backward.at.first=Cannot move backward - the wizard is already at the first element.
-W.error.parser.unsupports.schemas=The current parser - {0} - does not support schemas.
-W.error.interrupted=Interrupted while waiting
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_nl_BE.properties
deleted file mode 100644
index d5b0658..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE Installer
-WC.description=NetBeans IDE Installer Description
-
-WC.help.button.text=&Help!
-WC.back.button.text=< &Back
-WC.next.button.text=&Next >
-WC.cancel.button.text=Cancel
-WC.finish.button.text=&Finish
-
-WC.cancel.dialog.title=Cancel
-WC.cancel.dialog.text=Are you sure you want to cancel?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=An InterruptedException occured.
-
-WA.canceling.progress.title=Canceling, finishing the current operation...
-
-WA.cancel.dialog.title=Cancel
-WA.cancel.dialog.text=Are you sure you want to cancel?
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_nl_BE.properties
deleted file mode 100644
index f1ff532..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Cache Engine...
-CEA.description=Please wait while the wizard caches the engine.
-CEA.error.cannot.cache.engine=Cannot cache the installer engine
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Creating Bundle...
-CBA.description=Please wait while the wizard creates a bundle with the selected components.
-
-CBA.progress.create.bundle.title=Creating a redistributable bundle at {0}
-CBA.progress.add.engine.detail=Add installer engine to the bundle
-CBA.progress.add.product.detail=Adding {0} ...
-CBA.progress.add.group.detail=Adding {0} ...
-
-CBA.error.failed.create.bundle=Failed to create the bundle
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Creating Native Launcher...
-CNLA.description=Please wait while the wizard creates a launcher for the jar file.
-CNLA.error.failed.create.launcher=Failed to create the native launcher
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Creating MacOSX Application Launcher...
-CMALA.description=Please wait while the wizard creates a app launcher for the jar file.
-CMALA.error.failed.create.launcher=Failed to create the app launcher
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Preparing Configuration Logic...
-DCLA.description=Please wait while the wizard prepares the configuration logic.
-DCLA.progress.remote.title=Downloading configuration logic for {0}
-DCLA.progress.local.title=Extracting configuration logic for {0}
-DCLA.failed=Failed to download installation logic for {0}
-DCLA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Preparing Installation Data...
-DIDA.description=Please wait while the wizard prepares the installation data.
-DIDA.progress.remote.title=Downloading installation data for {0}
-DIDA.progress.local.title=Extracting installation data for {0}
-DIDA.failed=Failed to download installation data for {0}
-DIDA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Initializing...
-IRA.description=Please wait while the setup wizard initializes.
-IRA.registry.initialization.failed=Cannot initialize registry
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finalizing...
-FRA.description=Please wait while the setup wizard finalizes.
-FRA.registry.finalization.failed=Cannot finalize registry
-
-################################################################################
-# InstallAction.java
-IA.title=Installing...
-IA.description=Please wait while the wizard installs the selected components.
-IA.progress.install.title=Installing {0}...
-IA.progress.rollback.title=Canceling, rolling back {0}...
-IA.install.dependent.failed=Could not install {0}, since the installation of {1} failed
-IA.install.unknown.error=Unknown Error
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Searching for Java\u2122 Environments...
-SFJA.description=Please wait while the wizard searches your system for existing Java\u2122 environments.
-SFJA.prepare.list=Preparing locations list...
-SFJA.checking=Checking {0}
-SFJA.search.java=Searching for installed Java environments...
-SFJA.entry.label={0} (v. {1} by {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Uninstalling...
-UA.description=Please wait while the wizard uninstalls the selected components.
-UA.progress.uninstall.title=Uninstalling {0}
-UA.uninstall.dependent.failed=Could not uninstall {0}, since the uninstallation of {1} failed
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=Source component UID is not set
-SILA.error.cannot.find.component=Component with the given uid {0} does not exist
-SILA.error.cannot.get.logic=Could not access configuration logic for {0}
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_nl_BE.properties
deleted file mode 100644
index c16b724..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Location:
-ALP.location.button.text=B&rowse ...
-ALP.list.label.text=The &following locations were found by the search algorithm:
-
-ALP.error.nothing.found=No compatible applications were found.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Components Selection
-CSP.description.both=Select the components that you want to install. Unselect those you want to uninstall.
-CSP.description.install=Select the components that you want to install.
-CSP.description.uninstall=Unselect the components that you want to uninstall.
-CSP.feature.description.title=Feature Description
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Installation size: {0}     Download Size: {1}
-CSP.sizes.label.text.no.download=Installation size: {0}
-
-CSP.default.installation.size=N/A
-CSP.default.download.size=N/A
-
-CSP.error.no.changes.both=No feature selected. Select at least one feature for installation or uninstallation.
-CSP.error.no.changes.install=No feature selected. Select at least one feature for installation.
-CSP.error.no.changes.uninstall=No feature selected. Select at least one feature for uninstallation.
-CSP.error.requirement.install={1} is required to install {0}.
-CSP.error.conflict.install={0} conflicts with {1}.
-CSP.error.requirement.uninstall={0} is required by {1}.
-CSP.error.not.enough.space.to.download=Insufficient disk space for downloading the installation data. Additional {1} is required in {0}.
-CSP.error.not.enough.space.to.extract=Insufficient disk space for extracting the installation data. Additional {1} is required in {0}.
-CSP.error.cannot.check.space=Cannot check the free disk space
-
-################################################################################
-# DestinationPanel.java
-DP.title=Installation Folder
-DP.description=Choose destination folder.
-
-DP.destination.label.text=&Installation location:
-DP.destination.button.text=B&rowse ...
-
-DP.error.null=The installation folder cannot be empty.
-DP.error.not.valid=The specified installation folder is invalid.
-DP.error.contains.exclamation=The installation folder cannot contain the exclamation mark (!).
-DP.error.contains.semicolon=The installation folder cannot contain the semicolon character (;).
-DP.error.contains.colon=The installation folder cannot contain the colon character (:).
-DP.error.contains.ampersand=The installation folder cannot contain the ampersand character (&).
-DP.error.contains.wrong.char=The installation folder contains the wrong character({1}).
-DP.error.matches.prohibited.regexp=The specified installation folder is invalid (it matches prohibited pattern {1}).
-DP.error.not.absolute=The specified installation folder has to be in absolute path form.
-DP.error.cannot.canonize=The specified installation folder cannot be canonized.
-DP.error.not.directory=The specified installation location is not a folder.
-DP.error.not.readable=The specified installation folder is not readable.
-DP.error.not.writable=The specified installation folder is read-only.
-DP.error.not.empty=The specified installation folder is not empty.
-DP.error.not.ends.with.app=The specified installation folder must end with ".app".
-DP.error.not.enough.space=Not enough disk space. Additional {1} required in {0}.
-DP.error.cannot.get.logic=Cannot obtain configuration logic
-DP.error.cannot.check.space=Cannot check the free disk space
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 home folder:
-JLP.location.label.text.java=&Java\u2122 environment home folder:
-JLP.location.button.text=B&rowse ...
-JLP.list.label.text=&List of suitable JDK\u2122 found on this machine:
-JLP.list.label.text.java=&List of suitable Java\u2122 environments found on this machine:
-
-JLP.error.null=The path to the JDK cannot be empty.
-JLP.error.null.java=The path to the Java environment cannot be empty.
-JLP.error.not.valid.path=The specified JDK folder {0} is invalid.
-JLP.error.not.valid.path.java=The specified Java environment folder {0} is invalid.
-JLP.error.path.not.exists=The specified JDK folder {0} does not exist.
-JLP.error.path.not.exists.java=The specified Java environment folder {0} does not exist.
-JLP.error.not.javahome=The specified JDK folder {0} does not contain JDK.
-JLP.error.not.javahome.java=The specified Java environment folder {0} does not contain Java environment.
-JLP.error.not.jdk=The specified JDK folder {0} contains JRE, but a full JDK is required.
-JLP.error.wrong.version.older=The specified JDK folder {0} contains JDK version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.older.java=The specified Java environment folder {0} contains Java version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.newer=The specified JDK folder {0} contains JDK version "{1}", while the maximum is "{2}".
-JLP.error.wrong.version.newer.java=The specified Java environment folder {0} contains Java version "{1}", while the maximum is "{2}".
-JLP.error.wrong.vendor=The specified JDK folder {0} contains JDK from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.wrong.vendor.java=The specified Java environment folder {0} contains Java from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.unknown=An unknown error occured while validating the path.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>The installer could not find a compatible JDK installation, specify it manually.<br>The minimum required version is {0}. To download JDK, visit <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>The installer could not find a compatible Java environment, specify it manually.<br>The minimum required version is {0}. To download Java environment, visit <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (used by {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Post-Create Bundle Summary
-PoCBSP.dialog.description=Click Finish to exit.
-
-PoCBSP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Some errors were encountered in the course of bundle creation process.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=The following components were successfully bundled:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=The following components failed to be bundled:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=View &Log
-PoCBSP.send.log.button.text=&Send Log
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Installation Wizard - Post-Install Summary
-
-PoISP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Some warnings were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Some errors were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=The following components were successfully installed:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=The following components installed with warnings:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=The following components failed to install:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=The following components were successfully uninstalled:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=The following components uninstalled with warnings:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=The following components failed to uninstall:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=View &Details
-PoISP.view.log.button.text=View &Log
-PoISP.send.log.button.text=&Send Log
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Log file is not available
-
-PoISP.message.files.remaining=Some files could not be removed from the installation directories of the {0}. You may need to remove them manually.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Pre-Create Bundle Summary
-PrCBSPdialog.description=Click Create to create the bundle.
-
-PrCBSPmessage.text=The wizard has collected all required data to proceed with creating of the bundle. Please review your choice. To continue, click Next.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=You chose to create a bundle with the following components:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Total download size: {0}
-PrCBSPrequired.disk.space.label.text=Required disk space: {0}
-PrCBSPcreate.button.text=&Create
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Pre-Install Summary
-
-PrISP.message.text=The installation wizard has collected all required data to proceed with installation/uninstallation of the selected components. Please review your choice. To continue, click Next.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=You chose to install the following components:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=You chose to uninstall the following components:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Total download size: {0}
-PrISP.required.disk.space.label.text=Required disk space: {0}
-PrISP.install.button.text=&Install
-
-PrISP.error.not.enough.space=Insufficient disk space for proper installation. Additional {1} is required in {0}.
-PrISP.error.cannot.check.space=Cannot check the free disk space
-PrISP.error.logic.access=Could not access product's configuration logic
-PrISP.error.fsroots=Cannot get the list of file system roots
-PrISP.error.non.existent.root={0} is set up to be installed to {1} which does not belong to any of the file system roots.
-PrISP.error.cannot.write=The wizard does not have write access to {1}, the installation directory of {0}. Please correct the permissions before proceeding.
-
-################################################################################
-# LicensesPanel.java
-LP.title=License Agreement
-LP.description=Please read the following license agreement carefully.
-
-LP.accept.checkbox.text=I &accept the terms in the license agreement
-LP.error.cannot.get.logic=Could not access configuration logic
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<No Text>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Are you sure you want to cancel?
-EMP.cancel.dialog.title=Cancel
-EMP.error.failed.input.verify=Failed to verify input
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_nl_BE.properties
deleted file mode 100644
index d2a0ae9..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Failed to download wizard icon from URI - {0}.
-SFC.error.failed.to.set.icon=Failed to set the swing frame container icon.
-SFC.error.failed.to.attach.error.handler=Failed to attach custom error handler to the EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Cannot set the default close operation
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_nl_BE.properties
deleted file mode 100644
index 7603b7f..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Installation details
-IDD.component.label=Component
-IDD.status.label=Status
-
-ILD.loading.logfile=Loading log file. Please wait...
-ILD.error.reading.log=Cannot read log file {0}.
-ILD.error.log.contents=Log contents are not available.
-
diff --git a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_nl_BE.properties b/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_nl_BE.properties
deleted file mode 100644
index 13d2606..0000000
--- a/l10n/src/nl_BE/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Engine Library
-
diff --git a/l10n/src/nl_BE/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_nl_BE.properties
deleted file mode 100644
index 28c6d30..0000000
--- a/l10n/src/nl_BE/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apple Application Menu
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enables proper support for the Apple Application menu
-
-OpenIDE-Module-Long-Description=Enables Apple menu items to work properly, and moves some standard menu items there - Tools | Options becomes Preferences, Help | About becomes about, File | Exit becomes Quit.
-
-MSG_MinimizeWindowAction=&Minimize Window
-
diff --git a/l10n/src/nl_BE/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_nl_BE.properties
deleted file mode 100644
index fc4f3d1..0000000
--- a/l10n/src/nl_BE/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Establishing a connection ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Checking for updates in {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=Cannot read NBM {0}
-InstallSupportImpl_TurnOnTimeout=timeout of loading {0}
-InstallSupportImpl_NullSource=Source URL for module "{0}" is null, most likely "distribution" attribute is set to the empty string in the UC catalog.\nSee also http://www.netbeans.org/issues/show_bug.cgi?id=153799 for more details.
-InstallSupportImpl_Download_Unavailable=Cannot access {0}
-OperationSupportImpl_Custom_Uninstall=Uninstalling {0}
-OperationSupportImpl_Custom_Install=Installing {0}
-
-UpdateUnitFactory_Libraries_Category=Libraries
-UpdateUnitFactory_Bridges_Category=Bridges
-UpdateUnitFactory_Unsorted_Category=Uncategorized
-UpdateElementImpl_Feature_CategoryName=Features
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Module installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Modules installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Module not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Modules not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>New module offered by the plugin:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>New modules offered by the plugin:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/nl_BE/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_nl_BE.properties
deleted file mode 100644
index 64ab08e..0000000
--- a/l10n/src/nl_BE/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The AutoUpdate feature provides several services: download and install available updates of installed modules, search and install new modules from subscribed Update Centers, view and manage the modules.
-OpenIDE-Module-Name=Auto Update Services
-OpenIDE-Module-Short-Description=Support for searching for module updates on Update Center and for downloading and installing modules
-
diff --git a/l10n/src/nl_BE/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_nl_BE.properties
deleted file mode 100644
index 261abc0..0000000
--- a/l10n/src/nl_BE/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Default Update Center
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Libraries
-ArtificialFeaturesProvider_Bridges_Category=Bridges
-ArtificialFeaturesProvider_Unsorted_Category=Uncategorized
-ArtificialFeaturesProvider_Features_Category=Features
-NetworkAccess_Timeout=Timeout while opening connection to {0}
-
diff --git a/l10n/src/nl_BE/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_nl_BE.properties
deleted file mode 100644
index ea38047..0000000
--- a/l10n/src/nl_BE/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Preparing to Unpack
-CTL_UnpackingFile=Unpacking File:
-CTL_DeletingFiles=Uninstalling files...
-CTL_DisablingFiles=Deactivating files...
-UpdaterFrame.jTextArea1.text=Update is in progress.\n\nPlease wait ...
-UpdaterFrame.textLabel.text=Preparing to Unpack
-UpdaterFrame.Form.title=Updater
-UpdaterFrame.textLabel.fontName=Dialog
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/nl_BE/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_nl_BE.properties
deleted file mode 100644
index b29c99b..0000000
--- a/l10n/src/nl_BE/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} more ...
-Less_Command_Text={0} less ...
-UnitTab_ReloadTime=Last Check: {0}
-UnitTab_ReloadTime_Never=never
-UnitTab_LessAction=Show Fewer Plugins
-UnitTab_MoreAction=Show More Plugins
-UnitTab_TooltipCheckBox_INSTALLED=Check plugin {0}
-UnitTab_Tooltip_RefreshAction=Reload Catalog
-UnitTab_bTabAction_Name_INSTALLED=U&ninstall
-UnitTab_TooltipCheckBox_UPDATE=Check plugin {0}
-UnitTab_bTabAction_Name_UPDATE=&Update
-UnitTab_CheckAction=Check
-UnitTab_CheckCategoryAction=Check Category
-UnitTab_UncheckCategoryAction=Uncheck Category
-UnitTab_CheckAllAction=Check All
-UnitTab_UncheckAllAction=Uncheck All
-UnitTab_ReloadAction=&Reload Catalog
-UnitTab_PrepareReloadAction=Please wait a while reloading catalog
-UnitTab_RemoveLocallyDownloadedAction=&Remove
-UnitTab_ActivateAction=&Activate
-UnitTab_ActivateCategoryAction=Activate Category
-UnitTab_DeactivateAction=&Deactivate
-UnitTab_DeactivateCategoryAction=Deactivate Category
-AvailableTab_SourceCategory_Tooltip_STANDARD=Certified Plugin
-AvailableTab_SourceCategory_Tooltip_BETA=Beta Plugin
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Community Contributed Plugin
-InstallTab_Active_Tooltip=Active
-InstallTab_InActive_Tooltip=Inactive
-InstallTab_PendingForInstall_Tooltip=Application restart needed to complete installation
-InstallTab_PendingForDeactivate_Tooltip=Application restart needed to complete deactivation
-InstallTab_ReadOnly_Tooltip={0} is in read-only mode and cannot be checked
-UnitTab_TooltipCheckBox_AVAILABLE=Check plugin {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Install
-UnitTab_TooltipCheckBox_LOCAL=Check plugin {0}
-UnitTab_Tooltip_AddAction_LOCAL=Add the locally downloaded plugins
-UnitTab_Tooltip_RemoveAction_LOCAL=Remove plugin from the list
-UnitTab_bTabAction_Name_LOCAL=&Install
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} plugin selected
-UnitTab_lHowManySelected_Many_Text={0} plugins selected
-UnitTab_OperationName_Text_INSTALLED=Uninstall
-UnitTab_OperationName_Text_UPDATE=Update
-UnitTab_OperationName_Text_AVAILABLE=Install
-UnitTab_OperationName_Text_LOCAL=Install
-UnitTab_lWarning_Text={0} operation will require restart of the application
-PluginManagerUI_UnitTab_Update_Title=Updates
-PluginManagerUI_UnitTab_Update_ToolTip=Your application is up to date!
-PluginManagerUI_UnitTab_Available_ToolTip=No plugins are available. Click Reload Catalog for newest plugins.
-PluginManagerUI_UnitTab_Available_Title=Available Plugins
-PluginManagerUI_UnitTab_Installed_Title=Installed
-PluginManagerUI_UnitTab_Local_Title=Downloaded
-UnitTab_bAddLocallyDownloads_Name=&Add Plugins...
-UnitTab_bAddLocallyDownloads_ACN=Add Plugins
-UnitTab_bAddLocallyDownloads_ACD=Add Plugins to use the file browser to add any plugins that you downloaded to your local system
-NotificationAlreadyPreparedToIntsall=Plugin {0} is already prepared to update/install.
-NotificationOneAlreadyInstalled=Plugin "{0}" is already installed.
-NotificationMoreAlreadyInstalled=Plugins "{0}" are already installed.
-NotificationAlreadyPresent=Plugin "{0}" is already added. Do you want to replace with "{1}"?
-NotificationAlreadyPresentTitle=Replace plugin
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Add Plugins
-CTL_FileFilterDescription=Plugin distribution files (*.nbm)
-NetworkProblemPanel_taTitle_Text=Unable to connect to the Update Center
-NetworkProblemPanel_taMessage_WarningText=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic. \n\nIt might happen your caches are out of date. Please click Reload Catalog to refresh content.
-NetworkProblemPanel_taMessage_ErrorText=Not all of the plugins have been successfully downloaded. The server may be unavailable at the moment. Try again later.
-CTL_Warning=Warning
-CTL_Error=Network Problem
-CTL_ShowProxyOptions=&Proxy Configuration...
-ACSD_ShowProxyOptions=N/A
-Utilities_NetworkProblem_Continue=&Try again
-Utilities_NetworkProblem_Skip=&Skip
-Utilities_NetworkProblem_Cancel=Cancel
-Utilities_NetworkProblem_Text=Unable to connect to the {0} because of {1}
-SettingsTable_ActiveColumn=Active
-SettingsTable_NameColumn=Name
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Settings
-SettingsTab.bProxy.text=&Proxy Settings
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=Update Center Customizer
-UpdateUnitProviderPanel.lName.text=&Name\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Check for updates automatically
-Utilities_Libraries_Category=Libraries
-Utilities_Bridges_Category=Bridges
-Utilities_Unsorted_Category=Uncategorized
-SettingsTab.bRemove.message=Are you sure you want to remove following update center: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Name
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Check for updates automatically
-UpdateUnitProviderPanel.error.name.short=Update Center name is not specified
-UpdateUnitProviderPanel.error.url.short=Update Center URL is not specified
-UpdateUnitProviderPanel.error.name.dup=Update Center with the same name already exist
-UpdateUnitProviderPanel.error.url.invalid=Update Center URL is invalid
-UnitTab_bClose_Text=&Close
-Utilities_CheckingForUpdates=Checking for updates
-UnitTab_InitAndCheckingForUpdates=Initializing the list of plugins... 
-InstalledTableModel_State_Enabled=On
-InstalledTableModel_State_Disabled=Off
-AvailableTableModel_Columns_Install=Install
-AvailableTableModel_Columns_Name=Name
-AvailableTableModel_Source_Category=Source
-AvailableTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Uninstall=Select
-InstalledTableModel_Columns_Name=Name
-InstalledTableModel_Columns_Installed=Installed
-InstalledTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Enabled=Active
-LocallyDownloadedTableModel_Columns_Install=Install
-LocallyDownloadedTableModel_Columns_Name=Name
-LocallyDownloadedTableModel_Columns_Version=Version
-LocallyDownloadedTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Update=Update
-UpdateTableModel_Columns_Name=Name
-UpdateTableModel_Columns_Installed=Installed
-UpdateTableModel_Columns_Available=Available
-UpdateTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Category=Category
-SettingsTab_NewProviderName=New Provider
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Description:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Version: 
-UnitDetails_Plugin_InstalledVersion=Installed version:
-UnitDetails_Plugin_AvailableVersion=Available version:
-UnitDetails_Plugin_Author=Author: 
-UnitDetails_Plugin_Date=Date: 
-UnitDetails_Plugin_Source=Source: 
-UnitDetails_Plugin_CodeName=Code name: 
-UnitDetails_Plugin_Homepage=Homepage: 
-UnitDetails_Plugin_Notification=Important note
-UnitDetails_Plugin_Description=Plugin Description
-UnitDetails_Plugin_Collecting_Dependencies=Collecting dependencies...
-UnitDetails_New_Internal_Update_Mark=new!
-lSearch1.text=&Search\:
-SettingsTab.lCheckPeriod.text=&Check Interval\:
-SettingsTab.lGeneral.text=Advanced
-SettingsTab.addButton.text=&New
-SettingsTab.RemoveButton.text=&Remove
-SettingsTab.EditButton.text=&Edit
-SettingsTab.AddButton.text=&Add
-SettingsTab.lUpdateCenters.text=Configuration of &Update Centers\:
-SettingsTab.lConnection.text=Automatically Check for Updates
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Update_custom=User Default
-SettingsTab.cbSharedInstall.text=&Force install into shared directories
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Write Permission
-SettingsTab.cbSharedInstall.ReadOnlyMessage=You don`t have permission to install plugin(s) into the shared directory:\n{0}\nTo perform installation into the shared directory, you should run the application as a user with administrative priviledges.
-SettingsTab.cbSharedInstall.NoSharedTitle=No install directory
-SettingsTab.cbSharedInstall.NoSharedMessage=No shared directories found.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Cannot read NBM {0} because {1}
-PluginManagerUI.bHelp.text=&Help
-ACN_UnitTable=List of Plugins
-ACD_UnitTable=List of Plugins
-ACN_UpdateCentersTable=List of Update Centers
-ACD_UpdateCentersTable=List of Update Centers allowing to activate or deactivate selected Update Center
-ACN_DetailsPanel=Plugin's details
-ACN_DetailsPanel_Button=Invoke {0} action
-ACN_UnitDetails=Plugin Details
-ACD_Reload=Reload Catalog
-ACD_Search=Search Plugins
-ACN_Tabs=Switch between updates, available, installed and downloaded plugins
-ACD_Tabs=Switch between updates, available, installed and downloaded plugins
-ACN_PluginManagerUI=Plugin Manager
-ACD_PluginManagerUI=Plugin Manager for updating, installing and removing plugins
-ACN_Reload=Reload Catalog
-ACN_UpdateCenterCustomizer=Update Center Customizer
-ACD_UpdateCenterCustomizer=Update Center Customizer for editing update center name and URL
-NetworkProblemPanel_ACD=N/A
-NetworkProblemPanel_taMessage=Message of Network Problem
-NetworkProblemPanel_taTitle_ACN=Network Problem
-UnitTab.detailView.text=Sho&w details
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Internal Updates)
-Unit_InternalUpdates_Title=Internal Updates
-
diff --git a/l10n/src/nl_BE/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_nl_BE.properties
deleted file mode 100644
index 801cd90..0000000
--- a/l10n/src/nl_BE/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Check for &Updates
-PluginManagerAction_Name=Plu&gins
-PluginManager_Panel_Name=Plugins
-PluginManager_CloseButton_Name=&Close
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} updates found.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} update found.
-AutoupdateCheckScheduler_UpdateFound_Hint=Click here to make your application up to date.
-AutoupdateCheckScheduler_InstallInProgress=Please wait, another install task in progress...
-
diff --git a/l10n/src/nl_BE/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_nl_BE.properties
deleted file mode 100644
index 676d157..0000000
--- a/l10n/src/nl_BE/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The UI allows to browse the installation and contents of registered Update Centers, to download updates or new modules and to automatically install modules.
-OpenIDE-Module-Name=Auto Update UI
-OpenIDE-Module-Short-Description=Supplies UI of Auto Update Services
-
diff --git a/l10n/src/nl_BE/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_nl_BE.properties
deleted file mode 100644
index 823a152..0000000
--- a/l10n/src/nl_BE/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_Header_Content=The installer will download, verify and then install the selected plugins.
-OperationDescriptionStep_TableInstall_Title=The following plugins will be installed:
-OperationDescriptionStep_TableUpdate_Title=The following plugins will be updated:
-OperationDescriptionStep_PluginBrokesJavaDependency=The Java platform version {0} was requested but only {1} is running.
-OperationDescriptionStep_HeaderUninstall_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderUninstall_Content=The selected plugins will be uninstalled. The selected plugins will be removed from the disk.
-OperationDescriptionStep_TableUninstall_Title=The following plugins will be uninstalled:
-OperationDescriptionStep_HeaderActivate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderActivate_Content=The selected plugins will be activated.
-OperationDescriptionStepActivate_Table_Title=The following plugins will be activated:
-OperationDescriptionStep_HeaderDeativate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderDeativate_Content=The selected plugins will be deactivated.
-OperationDescriptionStep_TableDeativate_Title=The following plugins will be deactivated:
-PanelBodyContainer_PleaseWait=Please wait until the installer discovers plugins dependencies.
-DependenciesResolutionStep_Table_Title=The following plugins will also be installed because one or more of the plugins you are about to install depend on them:
-UninstallDependenciesResolutionStep_Table_Title=The following plugins need to be deactivated because they require one or more of the plugins you are about to deactivate:
-LicenseApprovalPanel_taTitle_Text=In order to continue with the installation, you need to agree with all of the license agreements associated with the particular plugins.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} License Agreement
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=License Agreement
-LicenseApprovalPanel_Header_Content=Please read all of the following license agreements carefully.
-InstallUnitWizard_Title=Plugin Installer
-InstallStep_Header_Download_Head=Download
-InstallStep_Header_Download_Content=Please wait until the installer downloads the requested plugins.
-InstallStep_Header_Verify_Head=Validate
-InstallStep_Header_Verify_Content=Please wait until the installer validates the downloaded plugins.
-InstallStep_Header_Install_Head=Install
-InstallStep_Header_Install_Content=Please wait until the installer completes the installation.
-InstallStep_Header_InstallDone_Head=Installation completed successfully
-InstallStep_Header_InstallDone_Content=Click Finish to quit the installer.
-InstallStep_Header_InstallUnsuccessful_Head=Installation completed unsuccessfully
-InstallStep_Header_InstallUnsuccessful_Content=Click Finish to quit the installer and try to restart application.
-InstallStep_Header_Restart_Head=Restart application to complete installation
-InstallStep_Header_Restart_Content=Restart application to finish plugin installation.
-UninstallStep_Header_Restart_Head=Restart application to complete deactivation
-UninstallStep_Header_Restart_Content=Restart application to finish plugin deactivation.
-CustomHandleStep_Header_Install_Restart_Head=Restart application to complete installation
-CustomHandleStep_Header_Install_Restart_Content=Restart application to finish plugin installation.
-CustomHandleStep_Header_Uninstall_Restart_Head=Restart application to complete uninstallation
-CustomHandleStep_Header_Uninstall_Restart_Content=Restart application to finish plugin uninstallation.
-
-InstallStep_Done=Done.
-InstallStep_Unsuccessful=Installation is completed but some problem found: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Restart Now
-InstallUnitWizardModel_Buttons_RestartLater=Restart &Later
-InstallUnitWizardModel_Buttons_Install=&Install
-InstallUnitWizardModel_Buttons_Update=&Update
-InstallUnitWizardModel_Buttons_Close=&Finish
-InstallUnitWizardModel_Buttons_Next=Next
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Uninstall
-UninstallUnitWizardModel_Buttons_TurnOn=&Activate
-UninstallUnitWizardModel_Buttons_TurnOff=&Deactivate
-InstallStep_InstallDone_Text=The Plugin Installer has successfully installed the following plugins:
-InstallStep_InstallUnsuccessful_Text=The Plugin Installer found problem {0} while install the following plugins:
-UninstallStep_UninstallDone_Text=The Plugin Installer has successfully uninstalled the following plugins:
-UninstallStep_ActivateDone_Text=The Plugin Installer has successfully activated the following plugins:
-UninstallStep_DeactivateDone_Text=The Plugin Installer has successfully deactivated the following plugins:
-UninstallStep_UninstallFailed_Text=Uninstallation failed: {0}
-UninstallStep_ActivateFailed_Text=Activation failed: {0}
-UninstallStep_DeactivateFailed_Text=Deactivation failed: {0}
-UninstallStep_Done=Done.
-UninstallStep_Failed=Failed. {0}
-UninstallStep_Header_Uninstall_Head=Uninstallation
-UninstallStep_Header_Uninstall_Content=Please wait until the installer uninstalls all the selected plugins.
-UninstallStep_Header_Deactivate_Head=Deactivation
-UninstallStep_Header_Deactivate_Content=Please wait until the installer finishes deactivating all the selected plugins.
-UninstallStep_Header_Activate_Head=Activation
-UninstallStep_Header_Activate_Content=Please wait until the installer finishes activating all the selected plugins.
-UninstallStep_Header_UninstallDone_Head=Uninstallation completed successfully
-UninstallStep_Header_UninstallDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateDone_Head=Deactivation completed successfully
-UninstallStep_Header_DeactivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateDone_Head=Activation completed successfully
-UninstallStep_Header_ActivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_UninstallFailed_Head=Uninstallation failed
-UninstallStep_Header_UninstallFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateFailed_Head=Deactivation failed
-UninstallStep_Header_DeactivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateFailed_Head=Activation failed
-UninstallStep_Header_ActivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_ProgressName_Uninstall=Uninstalling plugins
-UninstallStep_ProgressName_Activate=Activating plugins
-UninstallStep_ProgressName_Deactivate=Deactivating plugins
-ValidationWarningPanel_ShowCertificateButton=&Show certificate
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Validation Warning
-ValidationWarningPanel_VerifyCertificate_Title=Verify Certificate
-ValidationWarningPanel_ContinueButton=&Continue
-ValidationWarningPanel_taHead_NotSignedText=The following plugins are not signed\:
-ValidationWarningPanel_taHead_NotTrustedText=The following plugins are signed but not trusted\:
-ValidationWarningPanel_taWarning_Text=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-OperationDescriptionStep_CustomHandled_Head={0} plugins use native installer:
-InstallStep_Download_DownloadingPlugins=Downloading plugins...
-InstallStep_Validate_ValidatingPlugins=Validating plugins...
-InstallStep_Install_InstallingPlugins=Installing plugins...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Some plugins not installed to avoid potential installation problems.
-CustomHandleStep_Header_Install_Head=Install
-CustomHandleStep_Header_Install_Content=Please wait until the installer completes the installation.
-CustomHandleStep_Header_Uninstall_Head=Uninstallation
-CustomHandleStep_Header_Uninstall_Content=Please wait until the installer finishes uninstalling the selected plugins.
-CustomHandleStep_Header_InstallDone_Head=Installation completed successfully
-CustomHandleStep_Header_InstallDone_Content=Click Next to continue installing the remaining selected plugins using the plugin installer.
-CustomHandleStep_Header_UninstallDone_Head=Uninstallation completed successfully
-CustomHandleStep_Header_UninstallDone_Content=Click Next to continue uninstalling the remaining selected plugins.
-CustomHandleStep_Header_InstallFail_Head=Installation failed.
-CustomHandleStep_Header_InstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Header_UninstallFail_Head=Installation failed
-CustomHandleStep_Header_UninstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Install_InstallingPlugins=Installing plugins using the plugin's installer...
-CustomHandleStep_Uninstall_UninstallingPlugins=Uninstalling plugins using the plugin's installer...
-CustomHandleStep_Done=Done.
-CustomHandleStep_InstallDone_Text=The Plugin Installer has successfully finished the installation.
-CustomHandleStep_InstallFail_Text=Installation of {0} failed.
-CustomHandleStep_UninstallDone_Text=The Plugin Installer has successfully finished the uninstallation.
-CustomHandleStep_UninstallFail_Text=Uninstallation of {0} failed.
-InstallStep_NetworkProblem_Continue=&Try again
-InstallStep_NetworkProblem_Text=Networking problem in {0}
-OperationPanel.cbRunInBackground.text=&Run In Background
-InstallSupport_InBackground_NetworkError=Unable to connect to the Update Center.
-InstallSupport_InBackground_NetworkError_Details=details
-LicenseApprovalPanel.cbAccept.text=I &accept the terms in all of the license agreements.
-InstallSupport_RestartNeeded=Restart the application to complete the installation.
-UninstallSupport_RestartNeeded=Restart the application to complete the deactivation.
-CustomHandleStep_Install_RestartNeeded=Restart the application to complete the installation.
-CustomHandleStep_Uninstall_RestartNeeded=Restart the application to complete the uninstallation.
-
-RestartNeeded_Details=Click here to restart your application now
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans Installer Wizard
-PanelBodyContainer_ACD=NetBeans Installer Wizard
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/A
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/A
-ValidationWarningPanel_tpPlugins_ACN=Unverified Plugins
-ValidationWarningPanel_taWarning_Text_ACD=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-ValidationWarningPanel_taWarning_Text_ACN=Warning
-ValidationWarningPanel_taHead_ACN=N/A
-ValidationWarningPanel_ACD=N/A
-UninstallUnitWizard_Title=Plugin Installer
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Your application is up to date!</h3>
-LazyOperationDescriptionStep_NoUpdates=There are no updates available.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Checking for updates failed.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Check your network connection, verify that your proxy settings<br>are configured correctly, or try again later.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Checking for updates.</b><br>Please wait while the installer checks for available updates.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Initializing the list of updates... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Some plugins require plugin {0} to be installed.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Some plugins are waiting for application restart to resolve following problems:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Some plugins require capability {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Some plugins require the Java platform in version {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Some plugins require JDK</h3>Some of the selected plugins require the JDK in order to function. Currently, NetBeans IDE appears to be running with the JRE instead of the full JDK.<br><br>To use these plugins, start IDE with the <code>--jdkhome</code> command line option set to the location of a JDK installation. See <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> for more information.<br><br>
-OperationDescriptionStep_BrokenModuleDep=The plugin {0} would also need to be installed.
-OperationDescriptionStep_BrokenModuleNameDep=The plugin named {0} is needed and not found.
-OperationDescriptionStep_BrokenModuleVersionDep=The plugin {0} is requested in version >= {1} but only {2} was found.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=The plugin {0} is requested in version >= {1} (release version {2}) but only {3} (of release version different from {2}) was found.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=The plugin {0} is requested in version {1}.
-OperationDescriptionStep_BrokenModuleImplDep=The plugin {0} is requested in implementation version {1}.
-OperationDescriptionStep_BrokenRequiresDep=No plugin providing the capability {0} could be found.
-OperationDescriptionStep_AffectedPluginByBrokenDep=The following plugins are affected:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=The following plugin is affected:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=There were some problems while storing {0}.\nCause: {1}
-InstallStep_DownloadProblem_SomePlugins=selected plugins
-
diff --git a/l10n/src/nl_BE/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_nl_BE.properties
deleted file mode 100644
index d85fbae..0000000
--- a/l10n/src/nl_BE/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP Platform
-OpenIDE-Module-Name=RCP Platform
-OpenIDE-Module-Short-Description=NetBeans RCP Platform
-OpenIDE-Module-Long-Description=The NetBeans RCP Platform is a generic framework for Swing applications. It provides the services common to almost all large desktop applications: window management, menus, settings and storage, update management, file access, etc.<br><br>See more information at <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/nl_BE/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_nl_BE.properties
deleted file mode 100644
index 3693500..0000000
--- a/l10n/src/nl_BE/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup On SystemFS
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The default implementation of MimeDataProvider.
-OpenIDE-Module-Long-Description=The MIME Lookup On SystemFS module implements MimeDataProvider that looks up objects in the folder hierarchy on the System filesystem.
-
-
diff --git a/l10n/src/nl_BE/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_nl_BE.properties
deleted file mode 100644
index d819b5a..0000000
--- a/l10n/src/nl_BE/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The MIME lookup API.
-OpenIDE-Module-Long-Description=The MIME Lookup module provides API for looking up MIME type dependent settings, services and other objects. It also provides SPI for implementing additional MIME type related data provider.
-
diff --git a/l10n/src/nl_BE/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_nl_BE.properties
deleted file mode 100644
index 3ef3ddd..0000000
--- a/l10n/src/nl_BE/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Add to Favorites
-ACT_AddOnFavoritesNode=&Add to Favorites...
-ACT_Remove=&Remove from Favorites
-ACT_View=Favor&ites
-ACT_Select=Favorites
-ACT_Select_Main_Menu=Select in F&avorites
-
-Favorites=Favorites
-Templates/Other=Other
-Templates/Properties=User Configuration Properties
-Templates/Other/Folder=Folder
-Templates/Other/file=Empty File
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
-# JFileChooser
-CTL_DialogTitle=Add to Favorites
-CTL_ApproveButtonText=Add
-ERR_FileDoesNotExist={0} does not exist.
-ERR_FileDoesNotExistDlgTitle=Add to Favorites
-
-MSG_NodeNotFound=The document node could not be found in the Favorites tab.
-
-# Manifest localization
-OpenIDE-Module-Name=Favorites
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for organizing favorite files.
-OpenIDE-Module-Long-Description=Favorites module enables you to create a view of files specifically relevant to your work, simply access them at one common place.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Templates
-Templates.Options.Export.displayName=All Templates
-Favorites.Options.Export.displayName=Favorites
-
diff --git a/l10n/src/nl_BE/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_nl_BE.properties
deleted file mode 100644
index 6f1560e..0000000
--- a/l10n/src/nl_BE/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Close
-BTN_TemplatesPanel_OpenInEditorButton=&Open in Editor
-LBL_TemplatesAction_Name=&Templates
-HINT_TemplatesAction=Customize templates
-LBL_TemplatesPanel_Title=Template Manager
-BTN_TemplatesPanel_Delete=&Delete
-LBL_TemplatesPanel_TemplatesLabel=&Templates\:
-BTN_TemplatesPanel_Add=&Add...
-BTN_TemplatesPanel_RenameButton=&Rename
-BTN_TemplatesPanel_DuplicateButton=Du&plicate
-BTN_TemplatesPanel_NewFolder=&New Folder
-BTN_TemplatesPanel_MoveUp=Move &Up
-BTN_TemplatesPanel_MoveDown=Move Do&wn
-LBL_TemplatesPanel_JFileChooser_Title=Add Existing Template
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Add
-TXT_TemplatesPanel_NewFolderName=New Folder
-MSG_TemplatesPanel_Nonexistent_File=File ''{0}''\ndoes not exist, please specify an existing file.
-
-TemplatesPanel_TemplateNode_DisplayName=Display Name
-TemplatesPanel_TemplateNode_DisplayName_Desc=Display name of this template. Shown in File|New wizard as well as in Tools|Templates.
-TemplatesPanel_TemplateNode_FileName=File Name
-TemplatesPanel_TemplateNode_FileName_Desc=File name of file represented by this template.
-TemplatesPanel_TemplateNode_ScriptEngine=Script Engine
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Script engine use for processing this template.
-TemplatesPanel_TemplateNode_TemplateCategories=Template Categories
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=A list of template's categories appropriate for this template.
-
-ACD_TemplatesPanel_Add=Add Template
-
-ACD_TemplatesPanel_New=New Template
-
-ACD_TemplatesPanel_Duplicate=Duplicate Selected Template
-
-ACD_TemplatesPanel_Rename=Rename Template
-
-ACD_TemplatesPanel_MoveUp=Move Up Selected Template
-
-ACD_TemplatesPanel_MoveDown=Move Down Selected Template
-
-ACD_TemplatesPanel_Delete=Delete Template
-
-TT_TemplatesPanel_Add=Add Template
-
diff --git a/l10n/src/nl_BE/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_nl_BE.properties
deleted file mode 100644
index 929201c..0000000
--- a/l10n/src/nl_BE/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Could not connect to URL {0}; no such resource was found.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Warning: the JavaHelp topic ID {0} was not found.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Loading help sets...
-ACSD_JavaHelp_viewer=Displays one or more online help references in JavaHelp format
-ACSD_Loading_Dialog=Loading help sets
-
-# HelpAction
-LBL_HelpAction=Help
-CTL_OpeningHelp=Opening Help...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP Monitor
-
-# a11y - BrowserDisplayer
-ACSD_Label=Click here to open this link in a web browser.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Showing help ID: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Showing help ID: {0}
-
-QuickSearch/Help=Help
-Err_CreateJavaHelpSearchEngine=Failed to create JavaHelp search engine.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copy Link Location
-
diff --git a/l10n/src/nl_BE/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_nl_BE.properties
deleted file mode 100644
index 45c1017..0000000
--- a/l10n/src/nl_BE/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JavaHelp Integration
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Permits JavaHelp help sets to be added to the IDE.
-OpenIDE-Module-Long-Description=Contains the actual JavaHelp runtime library, and the implementation of the part of the Modules API which permits other modules to install help sets using JavaHelp technology.
-
-Menu/Help/master-help.xml=Help &Contents
-Menu/Help/HelpShortcuts=Help &Sets
-Actions/Help/master-help.xml=Help &Contents
-
diff --git a/l10n/src/nl_BE/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_nl_BE.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/nl_BE/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/nl_BE/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_nl_BE.properties
deleted file mode 100644
index f617e03..0000000
--- a/l10n/src/nl_BE/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Sample value ensuring that decryption is working.
-FallbackProvider.msg_clear_keys=Your previously stored passwords cannot be decrypted. Do you wish to forget all existing passwords and start with a fresh keyring?
-FallbackProvider.title_clear_keys=Delete Stored Passwords
-MasterPasswordPanel.masterPasswordLabel.text=Master &Password:
-MasterPasswordPanel.setNewBox.text=&Change...
-MasterPasswordPanel.newLabel1.text=&New Master Password:
-MasterPasswordPanel.newLabel2.text=&Retype:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=Enter Master Password
-MasterPasswordPanel.enter_password=Enter password
-MasterPasswordPanel.enter_new_password=Enter new password
-MasterPasswordPanel.password_mismatch=New passwords do not match
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/nl_BE/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_nl_BE.properties
deleted file mode 100644
index d661fb1..0000000
--- a/l10n/src/nl_BE/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Cannot create file {0} in folder {1}.
-EXC_CannotCreateExistingData=Cannot create file {0} in folder {1}. This file already exists.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Cannot create folder {0} in folder {1}.
-EXC_CannotCreateExistingFolder=Cannot create folder {0} in folder {1}. This folder already exists.
-
-# {0} - the file
-EXC_CannotLock=Cannot lock read-only file {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Invalid lock [{0}] for file {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-EXC_CannotLockRoot=Root cannot be locked.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Cannot get exclusive access to {0} (probably opened for reading).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Cannot get shared access to {0} (probably opened for writing).
-
diff --git a/l10n/src/nl_BE/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_nl_BE.properties
deleted file mode 100644
index fc1852d..0000000
--- a/l10n/src/nl_BE/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=File {0} is already locked.
-EXC_FileLockAlreadyExists=File {0} is already locked (lock {1} exists).
-# {0} - full path
-FileObj.readOnlyFile=File {0} cannot be written to because it is read-only.
-
diff --git a/l10n/src/nl_BE/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_nl_BE.properties
deleted file mode 100644
index 2fb5bd5..0000000
--- a/l10n/src/nl_BE/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Master Filesystem
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Merges multiple filesystem providers into a single logical tree.
-OpenIDE-Module-Long-Description=Creates mounts for disk roots and then splices in other filesystems such as VCS mounts, providing a single wrapper FileSystem for them all.
-
-LBL_loaderName=FolderLoader for MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Cannot copy root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Cannot move root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Filesystem {1}  cannot be mounted on the root {0}, because Filesystem {2} is already mounted.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Filesystem {1}  cannot be mounted on the root {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Filesystem {0}  cannot be unmounted. 
-
diff --git a/l10n/src/nl_BE/platform/options-api/options-api/org/netbeans/modules/options/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/options-api/options-api/org/netbeans/modules/options/Bundle_nl_BE.properties
deleted file mode 100644
index 36fa58b..0000000
--- a/l10n/src/nl_BE/platform/options-api/options-api/org/netbeans/modules/options/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Options Dialog and SPI
-OpenIDE-Module-Display-Category=Tools
-OpenIDE-Module-Short-Description=Provides the Options dialog and an SPI to add panels to it.
-OpenIDE-Module-Long-Description=Provides the Tools | Options dialog. The SPI lets you add whole new panels, or sections to the Miscellaneous panel.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Options
-CTL_Options_Dialog_Title=Options
-CTL_OK=OK
-CTL_Classic=Advanced Options
-CTL_Classic_Title=Advanced Options
-CTL_Modern=&Basic Options
-CTL_Loading_Options=Loading Settings ...
-CTL_Error_Loading_Options=Loading Options Failed.
-CTL_Some_values_changed=There are some changes. Do you want to apply them?
-
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=&Fonts & Colors
-CTL_Font_And_Color_Options_Title=Fonts & Colors
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-
-CTL_Export=Expor&t
-CTL_Import=&Import
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= Invokes Advanced Options dialog
-ACS_OptionsPanel=Options Dialog
-ACS_Export=Export Options
-ACS_Import=Import Options
-TabbedController.pane.AD=Options Panel
-
-QuickSearch/GoToOption=Options
-
diff --git a/l10n/src/nl_BE/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_nl_BE.properties
deleted file mode 100644
index 95766a8..0000000
--- a/l10n/src/nl_BE/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Miscellaneous
-CTL_Advanced_Options_Title=Miscellaneous
-CTL_Advanced_Options_Description=Miscellaneous
-AdvancedPanel.tabbedPanel.AD=Miscellaneous tabbed panel
-Advanced.Export.Category=Miscellaneous
-
diff --git a/l10n/src/nl_BE/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_nl_BE.properties
deleted file mode 100644
index 930c4e0..0000000
--- a/l10n/src/nl_BE/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Define Here
-LBL_action_revert=Revert Def.
-LBL_action_delete=Delete
-
-MSG_ask_remove_above_defined_files=Moving the definition here will remove any values stored in layers left of the selected column.\n\nDo you want to proceed?
-
-#file state tooltips
-LBL_fstate_defined=Setting Definition
-LBL_fstate_ignored=Unused Setting Value
-LBL_fstate_inherited=Setting Inherited
-LBL_fstate_undefined=Setting value is not defined here
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=User
-LBL_FSP_Desc_Session-Layer=Session Settings Level
-LBL_FSP_Modules-Layer=Default
-LBL_FSP_Desc_Modules-Layer=Default Installation Settings Level
-
-#OptionsAction
-Options=&Options
-CTL_close_button=&Close
-ACSD_close_button=N/A
-ACSN_optionsTree=N/A
-ACSD_optionsTree=N/A
-LBL_computing=Initializing settings ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Show Levels (press +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Hide Levels (press +)
-CTL_Templates_name=Templates
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorer
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
diff --git a/l10n/src/nl_BE/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_nl_BE.properties
deleted file mode 100644
index c92ed6a..0000000
--- a/l10n/src/nl_BE/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Select Options for Export:
-OptionsChooserPanel.outline.all=All
-OptionsChooserPanel.outline.header.tree=Available Options
-OptionsChooserPanel.outline.AN=Available Options
-OptionsChooserPanel.outline.AD=Tree of available options
-OptionsChooserPanel.lblFile.text=&Target zip file:
-OptionsChooserPanel.btnBrowse=B&rowse...
-OptionsChooserPanel.btnBrowse.AN=Browse
-OptionsChooserPanel.btnBrowse.AD=Browse
-OptionsChooserPanel.txtFile.AD=Source or target of import/export.
-OptionsChooserPanel.loading=Loading...
-OptionsChooserPanel.file.warning=Please, select a valid target zip file
-OptionsChooserPanel.nooption.warning=Please, select something to export
-OptionsChooserPanel.file.chooser.title=Select target zip file
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=Select Options to Export
-OptionsChooserPanel.export.status.text=Options Export Finished.
-OptionsChooserPanel.import.title=Select Options to Import
-OptionsChooserPanel.import.lblFile.text=&Import Source:
-OptionsChooserPanel.import.lblHint.text=&Select Options for Import:
-OptionsChooserPanel.import.file.warning=Please, select a valid zip file or userdir
-OptionsChooserPanel.import.nooption.warning=Please, select something to import
-OptionsChooserPanel.import.file.chooser.title=Select zip file or userdir
-OptionsChooserPanel.import.invalid.userdir.title=Invalid Userdir?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Folder {0} does not seem to be a valid userdir. Do you really want to import options from this location?
-OptionsChooserPanel.AD=Panel to choose options for export/import
-OptionsChooserPanel.import.error=Error while importing options. Run IDE with parameter -J-Dorg.netbeans.modules.options.export.level=100 and look at IDE log for details.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Invalid zip file: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Writing to file {0} failed.
-ImportConfirmationPanel.title=Import Confirmation
-ImportConfirmationPanel.cbRestart.text=&Restart IDE now (without restart imported settings may not work)
-ImportConfirmationPanel.cbRestart.AD=Decide whether restart IDE now or later
-ImportConfirmationPanel.cbRestart.AN=Restart IDE now?
-ImportConfirmationPanel.lblMessage.text=Import may irreversibly overwrite your current settings. Perform export first to backup current options. Do you want to continue?
-ImportConfirmationPanel.lblMessage.AD=Confirmation message
-ImportConfirmationPanel.AN=Import Confirmation
-ImportConfirmationPanel.AD=Import Confirmation
-ExportConfirmationPanel.title=Stored Passwords Warning
-ExportConfirmationPanel.lblMessage.text=Exported settings may contain stored passwords. Sharing your settings with other users represents a potential security risk. Do you want to continue?
-ExportConfirmationPanel.cbSkip.text=&Skip this warning next time
-ExportConfirmationPanel.cbSkip.AN=Skip this warning next time?
-ExportConfirmationPanel.cbSkip.AD=Decide whether skip or show this warning next time
-ExportConfirmationPanel.lblMessage.AD=Confirmation message
-ExportConfirmationPanel.AN=Stored passwords warning
-ExportConfirmationPanel.AD=Stored passwords warning
-
diff --git a/l10n/src/nl_BE/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_nl_BE.properties
deleted file mode 100644
index d2c889b..0000000
--- a/l10n/src/nl_BE/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Keymap Options
-
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-CTL_Keymap_Options_Description=Keymap
-
-CTL_Duplicate=&Manage Profiles...
-AN_Duplicate=Duplicate
-AD_Duplicate=Duplicate
-CTL_Delete=Dele&te
-AN_Delete=Delete
-AD_Delete=Delete
-CTL_Restore=&Restore
-AN_Restore=Restore
-AD_Restore=Restore
-CTL_Show_Actions=Actio&ns
-AN_Show_Actions=Actions
-AD_Show_Actions=Actions
-CTL_Show_Shortcuts=&Shortcuts
-AN_Show_Shortcuts=Shortcuts
-AD_Show_Shortcuts=Shortcuts
-CTL_Add_Shortcut=A&dd ...
-AN_Add_Shortcut=Add
-AD_Add_Shortcut=Add
-CTL_Remove_Shortcut=Remo&ve
-AN_Remove_Shortcut=Remove
-AD_Remove_Shortcut=Remove
-CTL_Actions=Actio&ns:
-AN_Actions=Actions
-AD_Actions=Actions
-CTL_Shortcuts=&Shortcuts:
-AN_Shortcuts=Shortcuts
-AD_Shortcuts=Shortcuts
-AN_Profiles=Profiles
-AD_Profiles=Profiles
-Show_Actions=Actio&ns
-Show_Shortcuts=&Shortcuts
-Keymaps=&Keymaps
-CTL_Keymap_Name=&Profile:
-View_By=&View By
-Shortcut=&Shortcut:
-Add_Shortcut_Dialog=Add Shortcut
-CTL_Create_New_Profile_Message=Profile &Name:
-CTL_Create_New_Profile_Title=Create New Profile Dialog
-Shortcut_Conflict=<html>Shortcut already assigned to {0} action. If you proceed the shortcut will be reassigned.
-CTL_Clear=&Clear
-AN_Clear=Clear shortcut button
-AD_Clear=Clear the shortcut field
-CTL_Tab=&Tab
-AN_Tab=Insert Tab character button
-AD_Tab=Insert Tab character
-CTL_Duplicate_Profile_Name=Profile with such name already exists.\n Choose different name, please.
-
-CTL_Export_IDE_Actions_Action=Export IDE Actions to XML
-CTL_Export_IDE_Shortcuts_Action=Export IDE Shortcuts to XML
-CTL_Export_Editor_Shortcuts_Action=Export Editor Shortcuts to XML
-CTL_Export_Shortcuts_to_HTML_Action=Export Shortcuts to HTML
-
-CTL_Other=Other
-AN_Shortcut=Shortcut field
-AD_Shortcut=Shortcut field
-AN_ShortcutsDialog=Enter new shortcut
-AD_ShortcutsDialog=Enter new shortcut
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Switching keymap profile from {1} to {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Quick Search: Invoking {1} action, class {0}
-
-QuickSearch/Actions=Actions
-MSG_ActionFailure={0} action can not be invoked through Quick Search...
-
-# Quicksearch options
-KW_KeymapOptions=Keymap Options, Keyboard Shortcuts, Keybindings
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Search:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Field used to narrow list of shortcuts
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Search in Sho&rtcuts:
-
-# Conflict dialogs
-Override_Shortcut=<html>Following Action(s): <br>{0} conflict with this assignment. Do you wish to override?
-Conflicting_Shortcut_Dialog=Conflicting Shortcut Dialog
-Override_All=<html>Following Action(s): <br>{0} conflict with this restore. Do you wish to override all?
-Alternative_Shortcut=(alternative shortcut)
-
-#Table columns
-Actions=Actions
-Shortcut=Shortcut
-Category=Category
-Scope=Scope
-
-#Keymap Popup
-Edit=Edit...
-Add_Alternative=Add Alternative
-Reset_to_Default=Reset to Default
-Clear=Clear
-
-#Keymap completion
-No_Free_Shortcut=No recommended free shortcut with prefix "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicate
-ProfilesPanel.exportButton.text=&Export
-ProfilesPanel.deleteButton.text=De&lete
-ProfilesPanel.importButton.text=&Import
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Profiles scroll pane
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Scroll pane for profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=List of keymap profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Imports profile from external file
-ProfilesPanel.AccessibleContext.accessibleDescription=Profiles Panel
-ProfilesPanel.restoreButton.text=&Restore Defaults
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restores stored defaults
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplicates existing profile
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exports current profile
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Deletes selected custom profile
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=Manage Keymap Profiles
-CTL_Files=Files
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Keymaps
-Keymaps.Options.Export.Profiles.displayName=Keymap Profiles
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/nl_BE/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_nl_BE.properties
deleted file mode 100644
index c987b1e..0000000
--- a/l10n/src/nl_BE/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Swing Layout Extensions integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles swing-layout library.
-OpenIDE-Module-Long-Description=This module bundles Swing Layout Extensions library (from swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_nl_BE.properties
deleted file mode 100644
index d008c39..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=Common Annotations
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_nl_BE.properties
deleted file mode 100644
index feb9286..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization APIs.
-OpenIDE-Module-Long-Description=Lets modules register long-running tasks or processes in a central place.
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_nl_BE.properties
deleted file mode 100644
index 741f64f..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Scene Component
-ACS_SceneComponentDesc=Scene view
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_nl_BE.properties
deleted file mode 100644
index af2d2f2..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Visual Library API
-OpenIDE-Module-Short-Description=Visual Library API
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_nl_BE.properties
deleted file mode 100644
index ca6f96e..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=An instance of the program seems to be already running with your user directory.\nEither a previous session of the program did not exit correctly, or another instance\nof the program is running on a different computer and using the same user directory.\n\nIf another session of the program is running with the same user directory, please click\nCancel to prevent the corruption of the user directory. If you are sure that no other\ninstances of the program are running with your user directory, click OK to continue.
-MSG_AlreadyRunningTitle=Warning
-
-EXC_not_a_module={0} is not a valid NetBeans module.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Bootstrap
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The core bootstrap of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the initial infrastructure that loads all other parts of the application. It cannot be disabled.
-
-MSG_InstallJava6=Cannot run on older versions of Java than Java 6 Standard Edition.\nPlease install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=Java 6 Standard Edition or newer required
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_nl_BE.properties
deleted file mode 100644
index 80e1b53..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Output {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=&Exit IDE
-ACSD_EndTasks=N/A
-CTL_PendingTitle=Exit IDE
-ACSD_PendingTitle=N/A
-LAB_PendingTasks=E&xiting the IDE will terminate the following processes:
-ACSD_PendingTasks=N/A
-# {0} - process name
-CTL_PendingExternalProcess2=Process - {0}
-# {0} - action name
-CTL_ActionInProgress={0} action in progress
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_nl_BE.properties
deleted file mode 100644
index 53a2a23..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Remove
-CTL_MoveUp=Move &Up
-CTL_MoveDown=Move Do&wn
-CTL_AddDirectory=Add Director&y...
-CTL_AddJAR=Add &JAR/ZIP...
-CTL_JarArchivesMask=JAR and ZIP Archives
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_AddDirectory=N/A
-ACSD_AddJAR=N/A
-ACSD_PathList=N/A
-ACSD_CustomNbClassPathEditor=N/A
-CTL_Edit_Jar_Dialog_Title=Edit JAR File
-CTL_Edit_Local_Dialog_Title=Edit Local Directory
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=Add JAR File
-CTL_FileSystemPanel.Local_Dialog_Title=Add Local Directory
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Process\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Arguments\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Arguments &Hint
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Browse...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/A
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/A
-ACSD_CustomNbProcessDescriptorEditor=N/A
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Path Entries
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=List of path entries to be edited.
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_nl_BE.properties
deleted file mode 100644
index d19338b..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Execution
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of the Execution engine.
-OpenIDE-Module-Long-Description=Adds support for execution into the platform. Contains classes which implement the execution part of APIs and corresponding GUI.
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_nl_BE.properties
deleted file mode 100644
index 6913b0d..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=&Output
-
-#Title for I/O window
-LBL_IO_WINDOW=Output
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Output
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_nl_BE.properties
deleted file mode 100644
index d904be1..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editors
-EditorsAction.source=&Source
-GetLeftEditorAction.name=Editors - Iterate left
-
-GetRightEditorAction.name=Editors - Iterate right
-
-TabButton.tool_tip={0} View
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_nl_BE.properties
deleted file mode 100644
index 34b8ae8..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MultiView Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=MultiView Windows framework and APIs
-OpenIDE-Module-Long-Description=MultiView Windows framework and APIs
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_nl_BE.properties
deleted file mode 100644
index 27caa53..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Native Access
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-OpenIDE-Module-Long-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_nl_BE.properties
deleted file mode 100644
index f1db8aa..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparency
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_nl_BE.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_nl_BE.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_nl_BE.properties
deleted file mode 100644
index fe48716..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-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_FONT_TYPE=Choose Font...
-ACTION_FILTER=Filter...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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...
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_nl_BE.properties
deleted file mode 100644
index d9f02d2..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Input
-LBL_EOF=&Close Input
-TIP_EOF=Closes the input component and sends end-of-file to any readers
-TIP_INPUT=Enter text and press enter to send it to the running process
-
-#Output window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_nl_BE.properties
deleted file mode 100644
index 4762f92..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Startup
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Loads and enables modules.
-OpenIDE-Module-Long-Description=This module provides the central additional functionality to Bootstrap to locate and enable the right modules.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user is not set.\nPlease check your NetBeans startup script.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Your user directory ({0}) cannot reside inside your NetBeans installation directory ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Starting NetBeans Platform
-# The Title of the About Box
-CTL_About_Title=About
-CTL_About_Detail=Detail
-ACSD_AboutDialog=N/A
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/A
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=UI class name expected, using default UI...
-ERR_UserDirExpected=Directory expected after --userdir switch
-ERR_UINotFound=UI class not found, using default UI...
-ERR_FontSizeExpected=Font size expected, using default font size...
-ERR_BadFontSize=Bad format of the font size, using default font size...
-ERR_BrandingNeedsArgument=Option --branding requires one argument
-ERR_LocaleExpected=Locale specification expected after --locale switch
-
-
-CTL_Netbeanshome_notexists=netbeans.home points to a non-existent directory.
-CTL_Netbeanshome1=netbeans.home does not point to a directory.
-CTL_Netbeanshome2=netbeans.user points to a non-existent directory.
-CTL_Netbeanshome3=netbeans.user does not point to a directory.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Cannot create system directory in {0}. A file with the same name already exists.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Cannot create system directory in {0}.
-CTL_Cannot_mount_system_fs=Cannot add System filesystem, exiting...
-
-#startup info messages
-MSG_IDEInit=Initializing...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Could not connect to URL {0}. No such resource was found.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize is not supported on GTK look and feel. Adjust your desktop font size instead.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Error: {0}
-EXC_GraphicsStartFails2=See the {0} for details.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=The module {0} was requested in version >= {1} but only {2} was found.
-# {0} - module display name
-MSG_problem_other_disabled=The module {0} would also need to be installed.
-LBL_no_impl_version=[no version specified]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=The module {0} was requested in implementation version "{1}" but only "{2}" was found.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=The module named {0} was needed and not found.
-# {0} - required token
-MSG_problem_require_disabled=None of the modules providing the capability {0} could be installed.
-# {0} - required token
-MSG_problem_require_not_found=No module providing the capability {0} could be found.
-# {0} - class name
-MSG_problem_class_not_loaded=The package containing the class {0} was not loaded.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=The package {0} was not loaded or was an outdated version.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=The Java platform version {0} or higher was requested but only {1} is running.
-MSG_warning=Warning
-MSG_info=Information
-MSG_continue=Disable Modules and Continue
-MSG_exit=Exit
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Another module|1<{0} further modules} could not be installed due to the above problems.
-
-# NbEvents
-MSG_start_load_boot_modules=Loading core...
-MSG_finish_load_boot_modules=Loading core...done.
-MSG_start_auto_restore=Loading modules...
-MSG_finish_auto_restore=Done loading modules.
-MSG_start_enable_modules=Turning on modules...
-MSG_finish_enable_modules=Turning on modules...done.
-TEXT_finish_enable_modules=Turning on modules:
-MSG_start_disable_modules=Turning off modules...
-MSG_finish_disable_modules=Turning off modules...done.
-TEXT_finish_disable_modules=Turning off modules:
-MSG_failed_install_new=Warning - could not install some modules:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Warning - could not install module {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Deploying test module in {0} ...
-TEXT_finish_deploy_test_module=Finished deploying test module.
-MSG_start_read=Reading module storage...
-MSG_finish_read=Reading module storage...done.
-MSG_restore=Starting modules...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Installing {0}
-# {0} - module display name
-TEXT_install=Installing new module: {0}
-# {0} - module display name
-MSG_update=Starting a new version of {0}
-# {0} - module display name
-TEXT_update=Updating module: {0}
-# {0} - module display name
-MSG_uninstall=Stopping {0}
-MSG_load_section=Loading modules...
-MSG_load_layers=Loading module services...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Warning: the module {0} could not be found, ignoring...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=The module {0} could not be deleted as it was an autoload or eager module and still in use.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=An attempt was made to change the property {1} of the module {0} in the system/Modules folder.\nThe actual value is "{3}" but it was changed on disk to read "{2}".\nThis property cannot be changed while the IDE is running, so this attempt had no effect.
-# {0} - JAR file name
-TEXT_patch=Module patch or custom extension: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Missing resource from class: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Key which was not found: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Parse error in file {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Parse error in file {1} line {3} column {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_nl_BE.properties
deleted file mode 100644
index 461e0c2..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Default System
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Loading cached objects...
-MSG_end_load_cache=Loading cached objects...done.
-MSG_start_rewrite_cache=Recreating cache of objects...
-MSG_end_rewrite_cache=Recreating cache of objects...done.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=File event {0}, file {1}
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_nl_BE.properties
deleted file mode 100644
index 95bed0c..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Files
-AdvancedOption.tooltip=Files
-FileAssociationsPanel.btnDefault.text=&Default
-FileAssociationsPanel.btnDefault.tooltip=Restore default setting for selected file extension
-FileAssociationsPanel.btnDefault.AN=Restore Default Setting
-FileAssociationsPanel.btnDefault.AD=Restore Default Setting for Selected File Extension
-FileAssociationsPanel.btnDefaultIgnored.text=De&fault
-FileAssociationsPanel.btnDefaultIgnored.AN=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnDefaultIgnored.AD=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnNew.text=&New...
-FileAssociationsPanel.btnNew.AN=New File Extension
-FileAssociationsPanel.btnNew.AD=New File Extension
-FileAssociationsPanel.btnRemove.text=&Remove
-FileAssociationsPanel.btnRemove.AN=Remove Selected File Extension
-FileAssociationsPanel.btnRemove.AD=Remove Selected File Extension
-FileAssociationsPanel.cbExtension.choose=< Choose the extension >
-FileAssociationsPanel.cbExtension.AD=File Extension
-FileAssociationsPanel.cbExtension.AN=List of File Extensions
-FileAssociationsPanel.cbType.AN=List of File Types
-FileAssociationsPanel.cbType.AD=List of File Types
-FileAssociationsPanel.lblAssociatedAlso.text=Associated also with:
-FileAssociationsPanel.lblAssociatedAlso.AN=File Type Associated Also with Extensions
-FileAssociationsPanel.lblAssociatedAlso.AD=File Type Associated Also with Extensions
-FileAssociationsPanel.lblExtension.text=File &Extension:
-FileAssociationsPanel.lblExtension.AN=File Extension
-FileAssociationsPanel.lblExtension.AD=List of File Extensions
-FileAssociationsPanel.lblType.text=Associated File &Type (MIME):
-FileAssociationsPanel.lblType.AD=List of Associated File Types
-FileAssociationsPanel.lblType.AN=List of Associated File Types
-FileAssociationsPanel.lblFileAssociations.text=File Associations
-FileAssociationsPanel.lblFilesIgnored.text=Files Ignored by the IDE
-FileAssociationsPanel.lblPattern.text=&Ignored Files Pattern:
-FileAssociationsPanel.lblPattern.tooltip=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.lblPattern.AN=Ignored Files Pattern
-FileAssociationsPanel.lblPattern.AD=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.txtPatternError.AN=Ignored Files Pattern Syntax Error
-FileAssociationsPanel.txtPatternError.AD=Syntax error in ignored files regular expression
-
-NewExtensionPanel.title=Enter New File Extension
-NewExtensionPanel.AD=Enter New File Extension
-NewExtensionPanel.lblExtension.text=File &Extension:
-NewExtensionPanel.lblExtension.AN=File Extension
-NewExtensionPanel.lblExtension.AD=File Extension
-
-OpenAsAction.name=Open As...
-OpenAsPanel.txtDescription.AN=Hint
-OpenAsPanel.txtDescription.AD=Hint
-OpenAsPanel.lblExtension.text=Treat {0} files as:
-OpenAsPanel.title=Open as...
-OpenAsPanel.open=Open
-OpenAsPanel.AD=Choose type of file
-
-# display name for options export
-Files.Options.Export.displayName=Files
-OpenAsPanel.lblDescription.text=NetBeans does not know this type of file. Please specify how should these files be treated.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_nl_BE.properties
deleted file mode 100644
index 479649d..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_General_Options_Category=General
-CTL_General_Options_Description=General options, Proxy settings, Editor settings
-CTL_Package_View_Type=View Java Packages as:
-CTL_Flattern_Packages=&List
-AN_Flattern_Packages=List
-AD_Flattern_Packages=List
-CTL_Tree_Packages=Tree
-AN_Tree_Packages=Tree
-AD_Tree_Packages=Tree
-CTL_No_Proxy=&No Proxy
-AN_No_Proxy=No Proxy
-AD_No_Proxy=No Proxy
-CTL_Usage_Statistics=Usage Statistics:
-AN_Usage_Statistics=Usage Statistics
-AD_Usage_Statistics=Usage Statistics
-CTL_Usage_Check=Hel&p us improve the NetBeans IDE by providing anonymous usage data
-AN_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-AD_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-CTL_Usage_Info=<html>The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.</html>
-AN_Usage_Info=Usage statistics info
-AD_Usage_Info=The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Learn more</u></font></html>
-AN_Learn_More=Learn more
-AD_Learn_More=Learn more
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Use System Proxy Settings
-AN_Use_System_Proxy_Settings=Use System Proxy Settings
-AD_Use_System_Proxy_Settings=Use System Proxy Settings
-CTL_Use_HTTP_Proxy=&Manual Proxy Settings
-AN_Use_HTTP_Proxy=HTTP Proxy
-AD_Use_HTTP_Proxy=HTTP Proxy
-AN_Web_Browser=Web Browser
-AD_Web_Browser=Web Browser
-AN_Host=Host
-AD_Host=Host
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Update Period
-AD_Update_Period=Update Period
-AN_Ask_Before_Check=Ask Before Check
-AD_Ask_Before_Check=Ask Before Check
-Line_Numbers=&Line Numbers
-Antialiasing=Antialiasing:
-Text_Antialiasing=Use Antialiasing
-Toolbar=&Toolbar
-Package_View=Package View
-SDI_Window_Mode=SDI Window Mode
-MDI_Window_Mode=MDI Window Mode
-Tree_View=Tree View
-Default_System_Browser=<Default Browser>
-Swing_HTML_Browser=Swing Browser
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=General
-CTL_Web_Browser=&Web Browser:
-Confirm_Delete=&Confirm Delete:
-CTL_Web_Proxy=Proxy Settings:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=HTTP Pro&xy\:
-Code_Folding=Code Folding:
-Show=Show:
-Editor=Editor
-CTL_Check_Period=Check Perio&d:
-CTL_Ask_Before_Check=Ask &Before Check:
-CTL_Auto_Update=Auto Update
-Use_Folding=&Use Code Folding
-Fold_Methods=Fold &Methods
-Fold_Classes=Fol&d Inner Classes
-Fold_Imports=Fold Import&s
-Fold_JavaDoc=Fold &Javadoc Comments
-Fold_Licence=F&old Initial Comment
-Auto_Popup=Auto Popup:
-Auto_Popup_Completion=Completion Window
-Auto_Popup_JavaDoc=Javadoc Window
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Default_System_Browser=Default System Browser
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Internal Browser
-
-
-
-
-AN_NonProxy=No Proxy For
-
-AD_NonProxy=No Proxy For
-
-CTL_Non_Proxy=No Prox&y For\:
-
-Non_Proxy_Hint=(e.g. localhost, *.netbeans.org, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=M&ore...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Advanced Proxy Settings
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Open Advanced Proxy Settings
-
-LBL_GeneralOptionsPanel_PortError=Port number must be an integer value.
-
-LBL_GeneralOptionsPanel_lWebProxy=Proxy Settings\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP &Proxy\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(e.g. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&t\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS Proxy\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS Proxy\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=No Pro&xy Hosts\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Proxy Re&quires Authentication
-
-LBL_AdvancedProxyPanel_lUserName=&Username\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Pass&word\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Use the same proxy settings for &all protocols
-
-LBL_AdvancedProxyPanel_Title=Advanced Proxy Options
-LBL_AdvancedProxyPanel_PortError=Port number must be an integer value.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Use System Proxy Settings
-GeneralOptionsPanel.lWebBrowser.text=&Web Browser\:
-GeneralOptionsPanel.rbNoProxy.text=&No Proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/A
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/A
-
-LBL_WebBrowsersPanel_Title=Web Browsers
-LBL_ExternalBrowser_Name=External Browser
-WebBrowsersPanel.nameLabel.text=Name\:
-WebBrowsersPanel.executableLabel.text=Executable\:
-WebBrowsersPanel.parametersLabel.text=Parameters\:
-WebBrowsersPanel.browseButton.text=Browse...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Add...
-WebBrowsersPanel.removeButton.text=Remove
-WebBrowsersPanel.browsersLabel.text=Web Browsers\:
-GeneralOptionsPanel.editBrowserButton.text=&Edit...
-GeneralOptionsPanel.editBrowserButton.AD=Edit Web Browsers
-GeneralOptionsPanel.editBrowserButton.AN=Edit Web Browsers
-WebBrowsers_URL_Hint=Hint\: {URL} \= URL of the page to be loaded by the web browser
-
-ACS_WebBrowsersList=List of available web browsers
-ACS_AddWebBrowserButton=Add new web browser
-ACS_RemoveWebBrowserButton=Remove selected web browser
-ACS_BrowserNameField=Web browser name
-ACS_BrowserExecutableField=Web browser executable
-ACS_BrowserParametersField=Web browser executable parameters
-ACS_BrowseExecutableButton=Browse web browser executable
-WebBrowsersOptionsPanel.browsersLabel.text=&Web Browsers\:
-WebBrowsersOptionsPanel.addButton.text=A&dd...
-WebBrowsersOptionsPanel.removeButton.text=&Remove
-WebBrowsersOptionsPanel.nameLabel.text=&Name\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Web Browsers
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Browsers list
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=List of Web Browsers
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Add button
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Remove button
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Browser name
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Web Browsers
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Web Browsers
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Direct connection.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, General Options
-
-# Display name for options export
-General.Options.Export.Category.displayName=General
-General.Options.Export.displayName=General
-Other.Options.Export.displayName=All Other Unspecified
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_nl_BE.properties
deleted file mode 100644
index 67a3119..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface of the platform.
-OpenIDE-Module-Long-Description=Provides classes and resources for the standard basic user interface of the platform and for applications built on top of the platform.
-
-Actions=Actions
-Actions/Edit=Edit
-Actions/Help=Help
-Actions/System=System
-Actions/Tools=Tools
-Actions/View=View
-Actions/Window/SelectDocumentNode=Select Document in
-Menu=Menu Bar
-Menu/Edit=&Edit
-Menu/File=&File
-Menu/GoTo=&Navigate
-Menu/Help=&Help
-Menu/Tools=&Tools
-Menu/View=&View
-Menu/Window/SelectDocumentNode=Select Docume&nt in
-Services/Browsers=Web Browsers
-Templates/Privileged=Privileged
-Templates/Recent=Recent
-Templates/Services/Browsers=Web Browsers
-Toolbars=Toolbars
-Toolbars/Clipboard=Cli&pboard
-Toolbars/UndoRedo=&Undo/Redo
-Toolbars/File=&File
-Toolbars/Memory=&Memory
-Toolbars/Standard.xml=Coding
-UI/Services=Options
-
-ProgressDisplayName_FileSystemRefresh=Refreshing files
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_nl_BE.properties
deleted file mode 100644
index b2d90f4..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Start sampling IDE
-SelfSamplerAction_ActionNameStop=Stop sampling and take snapshot
-SelfSamplerAction_ActionDescription=Will take a snapshot based on the thread dump
-SelfSamplerAction_ThreadName=IDE Self Sampler
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=Snapshot was saved to {0}
-Save_Progress=Saving snapshot
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_nl_BE.properties
deleted file mode 100644
index 9a74cc8..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Open in System
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_nl_BE.properties
deleted file mode 100644
index 190b65b..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Total physical memory {0}
-
-
-#LOG_WINDOW_ACTIVATED=Main Window Activated, refresh took {0} ms
-#LOG_WINDOW_DEACTIVATED=Main Window Deactivated
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Checking for external changes
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspended
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_nl_BE.properties
deleted file mode 100644
index c6dd756..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Only Workspace>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_nl_BE.properties
deleted file mode 100644
index 580c1f0..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&lone Document
-# CloseWindowAction
-CTL_CloseWindowAction=&Close Window
-
-CTL_RecentViewListAction=Go to P&revious Document
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=Close &All Documents
-
-# UndockAction
-CTL_UndockWindowAction=&Undock Window
-CTL_UndockWindowAction_Dock=Doc&k Window
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Close All Documents
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimize Window
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Close Window
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Close Other Documents
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Save Document
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Clone Document
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Close Other Docu&ments
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maximi&ze Window
-CTL_UnmaximizeWindowAction=Restore Window
-
-# DocumentsAction
-CTL_DocumentsAction=&Documents...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=&Toolbars
-
-# NextTabAction
-CTL_NextTabAction=Next Tab
-# PreviousTabAction
-CTL_PreviousTabAction=Previous Tab
-
-CTL_ToggleFullScreenAction=&Full Screen
-
-# ResetWindowsAction
-CTL_ResetWindows=Reset &Windows
-
-LBL_ToggleWindowTransparencyAction=Transparent Window
-LBL_WindowTransparencyHint=Press and hold [Ctrl+NumPad 0] key to make minimized window transparent.
-
-# Properties
-GlobalProperties=P&roperties
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_nl_BE.properties
deleted file mode 100644
index d06eed8..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Appearance
-AdvancedOption_Tooltip_WinSys=Window System related options
-
-IsAlphaFloatingTooltip=Makes unfocused floating windows semi-transparent after few seconds
-
-IsDragWindowTooltip=Enables "ghost" window image during drag and drop of a window
-IsAlphaDragTooltip=Enables transparency in drag window image
-
-IsSnapScreenEdgesTooltip=Enables snapping of floating windows to screen edges
-IsSnappingTooltip=Enables automatic snapping of floating windows for easier layout handling
-
-NoAlphaSupport=Window transparency is not supported by OS
-LBL_DragWindowImage=Drag window image
-LBL_TransparentDragWindow=Transparent drag window image
-LBL_TransparentFloatingWindows=Transparent floating windows
-LBL_SnapFloatingWindows=Snapping floating windows
-LBL_SnapToScreenEdges=Snap to screen edges
-LBL_CloseActivatesRecentDocument=Close activates most recent document
-TIP_CloseActivatesMostRecentDocument=When a document is closed then the most recent document becomes active instead of its neighbor
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=When a document is closed then the most recent document becomes active
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_nl_BE.properties
deleted file mode 100644
index 60ac482..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Cannot parse configuration of window manager {0}.
-EXC_GroupParse=Cannot parse configuration of Group {0}.
-EXC_TCGroupParse=Cannot parse configuration of TCGroup {0}.
-EXC_TCRefParse=Cannot parse configuration of TCRef {0}.
-EXC_ModeParse=Cannot parse configuration of mode {0}.
-
-# PersistenceManager
-EXC_RootFolder=Cannot create root folder {0}
-EXC_CompsFolder=Cannot create components folder {0}
-EXC_GroupsFolder=Cannot create groups folder {0}
-EXC_ModesFolder=Cannot create modes folder {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Top component {0} could not be located or loaded from 'Components' folder.
-EXC_CannotSaveTCSettings=Settings of top component {0} could not be saved
-EXC_CopyFails=Cannot copy component settings file to folder {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Component {0} could not be saved due to problems with its serialization.
-FMT_TCReadError=Component {0} could not be opened due to problems with its deserialization.
-
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_nl_BE.properties
deleted file mode 100644
index 8395eea..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation for windowing support.
-OpenIDE-Module-Long-Description=Adds classes implementing the window system part of the APIs.
-
-Actions/Window=Window
-Menu/Window=&Window
-
-# Options export
-Toolbars.Options.Export.displayName=Toolbars
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_nl_BE.properties
deleted file mode 100644
index 86ed80f..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Cancel
-CloseButton=Close
-# HelpButton=Help
-YesButton=Yes
-NoButton=No
-# ApplyButton=Apply
-DetailsButton=Details
-# ButtoBarButoo
-CTL_Button=Button
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorDialog=File selector dialog
-ACSN_FileSelectorTreeView=Tree View
-ACSD_FileSelectorTreeView=Tree view in file selector
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Customizer Dialog
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Close
-CANCEL_OPTION_CAPTION=Cancel
-HELP_OPTION_CAPTION=&Help
-NO_OPTION_CAPTION=No
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Yes
-ACS_YES_OPTION_NAME=Yes
-ACS_YES_OPTION_DESC=Yes button
-# - {0} message
-ACSD_ErrorMessage=Error: {0}
-ACSD_WarningMessage=Warning: {0}
-ACSD_QuestionMessage=Question {0}
-ACSD_InformationMessage=Information {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Cancel
-ACS_CANCEL_OPTION_DESC=Cancel button
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=OK button
-
-ACS_NO_OPTION_NAME=No
-ACS_NO_OPTION_DESC=No button
-
-ACS_HELP_OPTION_NAME=Help
-ACS_HELP_OPTION_DESC=Help button
-
-ACS_CLOSED_OPTION_NAME=Close
-ACS_CLOSED_OPTION_DESC=Close button
-
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_nl_BE.properties
deleted file mode 100644
index 1240f01..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Main Window
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documents:
-LBL_Description=Descri&ption:
-LBL_Activate=Swi&tch to Document
-LBL_CloseDocuments=C&lose Document(s)
-LBL_SaveDocuments=&Save Documents(s)
-LBL_Close=&Close
-
-ACSD_Activate=N/A
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/A
-
-CTL_DocumentsTitle=Documents
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Properties
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#No Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-ACSN_PropertiesSheet=Property sheet
-ACSD_PropertiesSheet=View shows properties for given node.
-EXC_CannotLoadNodes=Nodes cannot be loaded into the property sheet. They probably no longer exist.
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_nl_BE.properties
deleted file mode 100644
index 727b51c..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&Small Toolbar Icons
-
-# ToolbarLayout
-EXC_wrongConstraints=cannot add to layout: does not use ToolbarConstraints
-
-CTL_CustomizeToolbars=&Customize...
-
-#New Toolbar Button label
-CTL_NewToolbar=&New Toolbar...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&Small Toolbar Icons
-
-#Drag and Drop hint
-CTL_TreeLabel=Drag items to or from the toolbars to add or remove them...
-
-LBL_PleaseWait=Please wait...
-
-#Close customizer button
-CTL_Close=&Close
-
-#Customizer dialog window title
-CustomizerTitle=Customize Toolbars
-
-ACSD_ActionsTree=Drag items from here to toolbars.
-ACSN_ActionsTree=Actions Pool
-
-ACSN_ActionsScrollBar=Actions Pool Scrollbar
-ACSD_ActionsScrollBar=Actions Pool Scrollbar
-
-ACSD_ToolbarCustomizer=Toolbar Customizer
-
-ACSD_Close=Close Button
-ACSD_NewToolbar=New Toolbar Button
-
-ACSD_SmallIcons=Small Icons Checkbox
-
-CTL_ResetToolbarsAction=Reset &Toolbars
-CTL_ResetToolbarsButton=Reset &Toolbars
-
-
-
-PROP_newToolbarLabel=&Name:
-PROP_newToolbarDialog=New Toolbar
-PROP_newToolbar=Toolbar
-MSG_ToolbarExists=Toolbar {0} already exists.
-
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_nl_BE.properties
deleted file mode 100644
index ab148b5..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=The size cannot be negative
-CTL_InvalidValue=Invalid value entered
-CTL_InvalidValueWithParam=Invalid value {0} entered
-CTL_InvalidValueWithExc=Invalid value entered. \nCause: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Value of {0} should be in format {1}
-
-#ColorEditor
-CTL_AWTPalette=AWT Palette
-CTL_SwingPalette=Swing Palette
-CTL_SystemPalette=System Palette
-ACSD_CustomColorEditor=N/A
-FMT_IllegalEntry="{0}" is not a valid color identifier.  You may enter Swing or AWT constants or red/green/blue values.
-
-# ColorEditor:AWT color names
-LAB_White=white
-LAB_LightGray=lightGray
-LAB_Gray=gray
-LAB_DarkGray=darkGray
-LAB_Black=black
-LAB_Red=red
-LAB_Pink=pink
-LAB_Orange=orange
-LAB_Yellow=yellow
-LAB_Green=green
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=blue
-# ColorEditor: system color names
-LAB_ActiveCaption=Active Caption
-LAB_ActiveCaptionBorder=Active Caption Border
-LAB_ActiveCaptionText=Active Caption Text
-LAB_Control=Control
-LAB_ControlDkShadow=Control Dk Shadow
-LAB_ControlHighlight=Control Highlight
-LAB_ControlLtHighlight=Control Lt Highlight
-LAB_ControlShadow=Control Shadow
-LAB_ControlText=Control Text
-LAB_Desktop=Desktop
-LAB_InactiveCaption=Inactive Caption
-LAB_InactiveCaptionBorder=Inactive Caption Border
-LAB_InactiveCaptionText=Inactive Caption Text
-LAB_Info=Info
-LAB_InfoText=Info Text
-LAB_Menu=Menu
-LAB_MenuText=Menu Text
-LAB_Scrollbar=Scrollbar
-LAB_Text=Text
-LAB_TextHighlight=Text Highlight
-LAB_TextHighlightText=Text Highlight Text
-LAB_TextInactiveText=Text Inactive Text
-LAB_TextText=Text Text
-LAB_Window=Window
-LAB_WindowBorder=Window Border
-LAB_WindowText=Window Text
-
-#DimensionCustomEditor
-CTL_Dimension=Dimension
-CTL_Width=&Width:
-CTL_Height=&Height:
-ACSD_CTL_Width=N/A
-ACSD_CTL_Height=N/A
-ACSD_DimensionCustomEditor=N/A
-
-#DimensionEditor
-CTL_HintFormat=[width,height]
-
-#FontEditor
-CTL_Plain=Plain
-CTL_Bold=Bold
-CTL_Italic=Italic
-CTL_BoldItalic=Bold Italic
-CTL_Font=Fon&t:
-CTL_FontStyle=Font St&yle:
-CTL_Size=&Size:
-CTL_Preview=Preview
-ACSD_CTL_Font=N/A
-ACSD_CTL_FontStyle=N/A
-ACSD_CTL_Size=N/A
-ACSD_FontCustomEditor=N/A
-
-#InsetsCustomEditor
-CTL_Insets=Insets
-CTL_Top=&Top:
-CTL_Left=&Left:
-CTL_Bottom=&Bottom:
-CTL_Right=&Right:
-ACSD_CTL_Top=N/A
-ACSD_CTL_Left=N/A
-ACSD_CTL_Bottom=N/A
-ACSD_CTL_Right=N/A
-
-#InsetsEditor
-CTL_HintFormatIE=[top,left,bottom,right]
-
-# ObjectEditor
-CTL_NullValue=<Lookup null value>
-CTL_NullItem=<Lookup null item>
-
-#PointCustomEditor
-CTL_Point=Point
-CTL_X=&X:
-ACSD_CTL_X=N/A
-CTL_Y=&Y:
-ACSD_CTL_Y=N/A
-ACSD_PointCustomEditor=N/A
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rectangle
-ACSD_CustomRectangleEditor=N/A
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,width,height]
-
-#StringCustomEditor
-ACS_TextArea=Text:
-ACSD_TextArea=Enter the property text here
-ACSD_CustomStringEditor=Editor for string properties
-ACS_Instructions=Instructions
-ACSD_Instructions=N/A
-
-MSG_FontIsNotInitialized=Storing to XML failed because the value of font is not initialized.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Select a File or Directory
-CTL_DialogTitleFiles=Select a File
-CTL_DialogTitleDirs=Select a Directory
-ACSD_FileEditor=N/A
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Unspecified>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Properties
-ACSD_PropertiesEditorPane=N/A
-ACSD_CustomPropertiesEditor=N/A
-WARN_PropertiesComments=Warning: comments will be discarded.
-
-#StringArrayCustomEditor
-CTL_Empty=<empty>
-CTL_Item=&Item:
-ACSD_CTL_Item=N/A
-CTL_ItemList=Item &List
-ACSD_CTL_ItemList=N/A
-CTL_Add_StringArrayCustomEditor=&Add
-ACSD_CTL_Add_StringArrayCustomEditor=N/A
-CTL_Change_StringArrayCustomEditor=&Edit
-ACSD_CTL_Change_StringArrayCustomEditor=N/A
-CTL_Remove=&Remove
-ACSD_CTL_Remove=N/A
-CTL_MoveUp=&Up
-ACSD_CTL_MoveUp=N/A
-CTL_MoveDown=Do&wn
-ACSD_CTL_MoveDown=N/A
-ACSD_StringArrayCustomEditor=N/A
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Non integer input value: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Illegal string kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - valid values are: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Unknown class: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Not a legal value: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Not a recognized URL: {0}
-#
-MSG_NULL_OR_EMPTY=Null, or an empty array
-
-#ObjectEditor
-ACSN_ObjectTree=Available options
-ACSD_ObjectTree=Select an object
-
-#Font Editor
-MSG_AppleBug=If you are seeing this message, an error occured while initializing the list of available fonts.  This is due to a bug in the Apple JVM triggered when bitmap fonts are installed on the system.  In order to use the font editor, you will need to uninstall all bitmap fonts on your system.  See Apple BugReporter issue 3121780 for further details.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_nl_BE.properties
deleted file mode 100644
index dda2c25..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Core
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The basic framework of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the central infrastructure that lets NetBeans-based applications run. It cannot be disabled.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=A {0} exception has occurred.\n\tClick Show Details or see the messages.log file located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-# {0} - class name of exception
-NTF_ExceptionWarning=A {0} exception has occurred.\nHowever, the system should continue working without further problems.\nClick Show Details for the stack trace.
-NTF_ExceptionWarningTitle=Warning
-
-#startup info messages
-MSG_MainWindowInit=Initializing Main Window...
-MSG_WindowShowInit=Opening Main Window...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Saving {0} ...
-MSG_AllSaved=Save All finished.
-
-CTL_Cannot_save=Cannot save {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Password Protected Site
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=View By:
-ShortcutsEditor.actionsButton.text=Actions
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Shortcuts
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Select View by Actions to Edit Shortcuts for an Action
-ShortcutsPanel.addButton.text=Add...
-ShortcutsPanel.removeButton.text=Remove
-ShortcutsPanel.AddActionTitle=New Shortcut
-ActionsPanel.shortcutAddButton.text=Add...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Remove
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Edit Shortcuts
-ActionsPanel.AddShortcut=Add Shortcut
-ActionsPanel.ShortcutLabel=Shortcut:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Select View by Shortcuts, but for Edit Shortcuts should be View by Action selected
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Add New Shortcuts for Actions
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Remove Shortcuts for Actions
-ACSN_ShortcutsPanel.shortcutsList=Shortcuts list
-ACSD_ShortcutsPanel.shortcutsList=N/A
-ACS_ActionsPanel.ShortcutLabel.a11yName=Fill Shorcut
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Fill Shorcut by Keys combination
-ACSN_ActionsPanel.actionsTree=N/A
-ACSN_ActionsPanel.shortcutsList=Shortcuts list
-ACSD_ActionsPanel.actionsTree=N/A
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/A
-ACSD_ActionsPanel.Dialog=Add new shortcut to the selected action
-ACS_ActionsPanel=N/A
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=There is already an action bound to this shortcut ({0}).\nDo you want to use the newly selected action instead?
-
-CTL_ExitTitle=Save
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Save
-ACSD_Save=Save.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=Save &All
-ACSD_SaveAll=Save all.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Discard All
-ACSD_DiscardAll=Discard all.
-EXC_Save=An exception occurred while saving
-# NotifyException
-CTL_Title_Exception=Exception
-CTL_NextException=&Next >
-CTL_PreviousException=< &Previous
-CTL_Exception_Hide_Details=&Hide Details
-CTL_Exception_Show_Details=&Show Details
-ACSD_NextException=N/A
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/A
-
-ACSN_ListOfChangedFiles=List
-ACSD_ListOfChangedFiles=List of changed files for save
-ACSD_ExitDialog=Dialog for save any changes
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI Mode
-CTL_MdiMode=MDI Mode
-
-# NbPlaces
-CTL_NoWorkspaces=No Workspaces
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/A
-ACD_NotifyExcPanel_Dialog=N/A
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT Event Dispatch Thread is blocked for {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Authentication Required
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=&User Name:
-NbAuthenticatorPanel.passwordLbl.text=&Password:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Password for {0}
-
-ProxySettings.password.description=Proxy password
-
-Title_WebBrowser=Web Browser
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_nl_BE.properties
deleted file mode 100644
index 7c6646f..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&About
-About_title=About
-
-#CopyProductInfoAction
-CopyProductInfo=Copy Info
-CopyProductInfoAction=&Copy Info
-CTL_CopyButton_tooltip=Copy NetBeans Product Information to clipboard
-
-#HtmlViewAction
-CTL_OpeningBrowser=Opening Browser ...
-HTMLView=&Web Browser
-
-#SystemExit
-Exit=E&xit
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Next Inner View
-LBL_PreviousViewCallbackAction=Previous Inner View
-
-# jump next/prev actions
-JumpNextAction=Ne&xt Error
-JumpPrevAction=&Previous Error
-
-#LogAction
-MSG_LogTab_name=IDE &Log
-MSG_ShortLogTab_name=IDE Log
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_nl_BE.properties
deleted file mode 100644
index a09f6d1..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Product Version\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>System\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Userdir:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE and NetBeans Platform are based on software from netbeans.org, which has been dual licensed under the Common Development and Distribution License (CDDL) and the GNU General Public License version 2 with Classpath exception. For more information, please visit <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} version {1} running on {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Simple HTML Browser based on a Swing component
-MSG_cannot_create_browser=Cannot create Swing HTML Browser.
-Services/Browsers/SwingBrowser.settings=Swing HTML Browser
-LBL_Close=Close
-MNE_Close=C
-ACSN_Close=Close
-ACSD_Close=Close
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_nl_BE.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_nl_BE.properties
deleted file mode 100644
index a1a5857..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles JNA library.
-OpenIDE-Module-Long-Description=This module bundles JNA library.
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_nl_BE.properties
deleted file mode 100644
index a2811ef..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Scripting API Integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). No longer needed.
-OpenIDE-Module-Deprecation-Message=No longer needed on JDK 6. Remove your dependency on this module.
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_nl_BE.properties
deleted file mode 100644
index c68c50d..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles the JUnit 4.x testing library.
-OpenIDE-Module-Long-Description=Includes the JUnit 4.x unit testing library.
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_nl_BE.properties
deleted file mode 100644
index d0acda0..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi Specification
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_nl_BE.properties
deleted file mode 100644
index bcebffa..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Quick Search
-QuickSearchComboBar.jLabel2.toolTipText=Click or press Shift+F10 for Category selection
-MSG_DiscoverabilityHint=Search
-MSG_DiscoverabilityHint2=Search in {0}
-LBL_MoreResults=...
-LBL_AllCategories=All Categories
-QuickSearchPopup.searchingLabel.text=Searching ...
-QuickSearchPopup.noResultsLabel.text=( No Results )
-QuickSearchPopup.hintLabel.text={0}; Press {1} for All Categories
-AbstractQuickSearchComboBar.command.toolTipText=Quick Search in the system {0}
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_nl_BE.properties
deleted file mode 100644
index 912c009..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Cannot display URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_nl_BE.properties
deleted file mode 100644
index 6022c2b..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=Quick Search API
-OpenIDE-Module-Short-Description=Infrastructure for quick search in menu items, actions, files etc.
-QuickSearch/Recent=Recent Searches
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_nl_BE.properties
deleted file mode 100644
index 88982ad..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=No Filter
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_nl_BE.properties
deleted file mode 100644
index d49dc22..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=ETable and Outline
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_nl_BE.properties
deleted file mode 100644
index 47ac55b..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Look & Feel Customization Library
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles per-look-and-feel UIManager customizations for NetBeans
-OpenIDE-Module-Long-Description=Defines NetBeans-specific values needed in UIManager and ensures that some values available in BasicLookAndFeel are available on all look and feels. Handles metal-theme support, look and feel selection and initializing custom font sizes
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_nl_BE.properties
deleted file mode 100644
index ca462d8..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Tab Control
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=The tab control used by the window system
-OpenIDE-Module-Long-Description=The NetBeans windowing system's tab control bean library
-
-
-
-ACS_TabbedContainer=Tab Control
-ACSD_TabbedContainer=Tab control to switch between tabs.
-
-TT_TabDisplayer_Close=<html>Shift + click to close all documents<br>Alt + click to close other documents
-
diff --git a/l10n/src/nl_BE/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_nl_BE.properties
deleted file mode 100644
index 79bbf8d..0000000
--- a/l10n/src/nl_BE/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Show Opened Documents List
-
-Tip_Restore_Window=Restore Window
-
-Tip_Maximize_Window=Maximize Window
-
-Tip_Minimize_Window=Minimize Window
-
-Tip_Pin=Pin
-
-Tip_Close_Window=Close Window
-
-Tip_Scroll_Documents_Right=Scroll Documents Right
-
-Tip_Scroll_Documents_Left=Scroll Documents Left
-
diff --git a/l10n/src/nl_BE/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_nl_BE.properties
deleted file mode 100644
index 682007e..0000000
--- a/l10n/src/nl_BE/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Actions APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Definition of common actions for NetBeans
-OpenIDE-Module-Long-Description=Provides list of common actions used by any NetBeans application.
-
-
-New=&Add
-# {0} name of the only one new type
-NewArg=&Add {0}
-
-# File
-NewFromTemplate=&New
-Save=&Save
-Print=&Print...
-PageSetup=Pa&ge Setup...
-
-#0 undoableedit
-UndoWithParameter=&Undo {0}
-#0 undoableedit
-RedoWithParameter=&Redo {0}
-UndoSimple=&Undo
-RedoSimple=&Redo
-Cut=Cu&t
-Copy=Cop&y
-Paste=&Paste
-Delete=&Delete
-Find=&Find...
-Goto=Go to &Line...
-Replace=R&eplace...
-
-# View
-Properties=&Properties
-View=View
-Edit=Edit
-
-# Build
-Execute=&Execute
-
-# Window
-DockWindow=&Dock View
-UndockWindow=&Undock View
-CloneView=&Clone View
-CloseView=Close
-NextTab=&Next View
-PreviousTab=&Previous View
-
-Open=Open
-Rename=Rename...
-
-MoveUp=Move Up
-MoveDown=Move Down
-
-
-Customize=Customize
-
-#rename action
-CTL_RenameTitle=Rename
-CTL_RenameLabel=&New Name:
-# {0} param represents old name before renaming.
-MSG_BadFormat=This object cannot be renamed from {0} to {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Garbage Collect
-
-#HeapView
-LBL_ShowText=Show Text
-LBL_DropShadow=Drop Shadow
-LBL_OverlayGrid=Overlay Grid
-
-# NewTemplateAction
-CTL_NewName=New Name
-CTL_NewNameTitle=&New
-
-
-#Reorder Action
-Reorder=Change Order...
-
-OpenLocalExplorer=Explore From &Here
-
-WorkspacesItems=&Workspaces
-
-
-# name of template
-CTL_Template_Name=Object &Name:
-# title of dialog
-CTL_Template_Dialog_Title=Instantiate Template
-CTL_Template_Dialog_RootTitle=Save &In:
-
-
-# Tools action
-CTL_Tools=Tools
-CTL_EmptySubMenu=Empty
-
-
-# name of the PopupAction
-Popup=Popup
-
-#SaveAction
-MSG_saved={0} saved.
-EXC_notsaved=There were some problems while saving {0}\nCause: {1}
-#Template wizard title
-CTL_TemplateWizard=New From Template
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Click to force garbage collection
-
-
diff --git a/l10n/src/nl_BE/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_nl_BE.properties
deleted file mode 100644
index 33f3983..0000000
--- a/l10n/src/nl_BE/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI Utilities API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface utilities.
-OpenIDE-Module-Long-Description=Helper methods for various UI related tasks.
-
-
-
-#MenuBar
-EXC_LoadMenu=Unable to load menu {0}
-EXC_LoadMenuItem=Unable to load menu item {0}
-
-#HtmlBrowser
-CTL_Back=Back
-CTL_Forward=Forward
-CTL_Reload=Reload
-CTL_Stop=Stop
-CTL_Document_done=Document: Done
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Loading
-EXC_Module=Exception during initialization of HTML browser module
-CTL_WebBrowser=Web Browser
-HINT_WebBrowser=Web Browser
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Browser view
-ACSD_HtmlBrowser=N/A
-ACS_HtmlBrowser_Location=Location
-ACSD_HtmlBrowser_Location=N/A
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Horizontal
-SplittedPanelSwap=Swap panels
-ResetSplitter=Reset split line
-ACS_SplittedPanel_Name=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_Description=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_EmptySplitter=N/A
-ACSD_SplittedPanel_EmptySplitter=N/A
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/A
-#Title while loading
-LBL_Loading=Loading...
-#Title if html doesn't contain title tags
-LBL_Untitled=Untitled
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Unknown host: {0}
-FMT_InvalidURL=Invalid URL: {0}
-FMT_NoRouteToHost=No route to host: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Invoking {4} implemented as {3} thru {1}
-
-
-# action and their performers
-Open=Open
-Edit=Edit
-Print=&Print...
-View=View
-Close=Close
-
diff --git a/l10n/src/nl_BE/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_nl_BE.properties
deleted file mode 100644
index da8a9a5..0000000
--- a/l10n/src/nl_BE/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Compatibility APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Some old classes that are now deprecated.
-OpenIDE-Module-Long-Description=Contains some old API classes that have now been deprecated and can be replaced. Specifically: ExplorerActions; ExplorerPanel; HttpServer; and WeakListener.
-OpenIDE-Module-Deprecation-Message=The classes in this API are all deprecated and can be replaced by more modern APIs.
-
diff --git a/l10n/src/nl_BE/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_nl_BE.properties
deleted file mode 100644
index 9a2fc83..0000000
--- a/l10n/src/nl_BE/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialogs API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles dialogs and wizards.
-OpenIDE-Module-Long-Description=This module handles the dialog and wizard infrastructure used in NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Error
-NTF_ExceptionTitle=Exception
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=A {0} exception has occurred.\nPlease report this at http://www.netbeans.org/issues.html, including a copy of your messages.log file.\nThe messages.log file is located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-NTF_PlainTitle=Message
-NTF_QuestionTitle=Question
-NTF_InformationTitle=Information
-NTF_WarningTitle=Warning
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Options Align
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Yes
-CTL_NO=No
-CTL_CLOSE=Close
-
-CTL_CANCEL=Cancel
-ACSD_CANCEL=n/a
-
-CTL_NEXT=Next >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Moves to next step of the wizard.|2#Next step: {0}. {1}}
-
-CTL_PREVIOUS=< &Back
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Moves to previous step of the wizard.|0#Previous step: {0}. {1}}
-
-CTL_FINISH=&Finish
-ACSD_FINISH=n/a
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Input line
-ACSD_InputField=N/A
-ACN_NotifyDescriptor_MessageJTextArea=N/A
-ACD_NotifyDescriptor_MessageJTextArea=N/A
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} wizard ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} of {1}
-CTL_ContentName=Steps
-CTL_HelpName=Help
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Please wait.
-
diff --git a/l10n/src/nl_BE/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_nl_BE.properties
deleted file mode 100644
index 12de534..0000000
--- a/l10n/src/nl_BE/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Execution API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Execution API from the Open APIs.
-OpenIDE-Module-Long-Description=Consists of parts of the org.openide.execution.* package from the Open APIs.
-
diff --git a/l10n/src/nl_BE/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_nl_BE.properties
deleted file mode 100644
index 232fdd3..0000000
--- a/l10n/src/nl_BE/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Explorer & Property Sheet API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Various view for displaying node structures.
-OpenIDE-Module-Long-Description=Allows definition of new views that display structures created using Nodes API.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorer [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Could not restore Explorer window; the root node "{0}" could not be restored correctly.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=An Explorer view must not veto the empty selection.
-EXC_ContextMustBeWithinRootContext=An explored context ({0}) must be within the root context ({1}).
-EXC_NodeCannotBeNull=Cannot use null for node selection.
-EXC_NoElementOfNodeSelectionMayBeNull=No element of a node selection may be null.
-EXC_NodeSelectionCannotContainNodes=A node selection cannot contain nodes ({0}) not underneath the root ({1}).
-EXC_CannotHaveNullRootContext=Cannot have null root context.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Are you sure you want to delete {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Are you sure you want to delete {0} and all of its contents?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Are you sure you want to delete these {0} items?
-MSG_ConfirmDeleteObjectTitle=Confirm Object Deletion
-MSG_ConfirmDeleteFolderTitle=Confirm Package Deletion
-MSG_ConfirmDeleteObjectsTitle=Confirm Multiple Object Deletion
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Are you sure you want to delete {0} (link to {3})?
-MSG_ConfirmDeleteShadowTitle=Confirm Link Deletion
-
-
diff --git a/l10n/src/nl_BE/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_nl_BE.properties
deleted file mode 100644
index b57c865..0000000
--- a/l10n/src/nl_BE/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Exception in
-PS_Editor=Property Editor
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Array of
-FMT_ErrorSettingProperty=The property could not be set. {0} is not a valid value for {1}.
-FMT_CannotUpdateProperty={0} is not a valid value for {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(No Property Editor)
-CTL_NoProperties=<No Properties>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Properties
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Sort by Category
-ACS_CTL_NoSort=Sort by Category
-CTL_AlphaSort=Sort by Name
-ACS_CTL_AlphaSort=Sort by Name
-CTL_TypeSort=Sort by Type
-ACS_CTL_TypeSort=Sort by Type
-CTL_VisibleWritableOnly=Show Editable Properties Only
-ACS_CTL_VisibleWritableOnly=Show Editable Properties Only
-CTL_Customize=Customizer
-ACS_CTL_Customize=Customizer
-CTL_Help=Help
-ACS_CTL_Help=Help
-ACSD_CTL_Help=Provides help about the object whose properties are displayed in the property sheet
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Using property >>{0}<< at design time throws an exception.
-
-#PropertySheet
-CTL_Property_sheet_option=Property Sheet
-
-
-#IndexedPropertyEditor
-CTL_NoItem=No Item Available
-CTL_Index=Property Index:
-CTL_Unknown=Unknown
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=N/A
-CTL_Cancel=Cancel
-ACSD_CTL_Cancel=N/A
-CTL_Close=Close
-ACSD_CTL_Close=N/A
-CTL_Default=Reset to &Default
-ACSD_CTL_Default=N/A
-CTL_Paste=Paste
-
-#PropertyDetails
-EXC_Setter=Exception in setter method of property: {0}
-EXC_Setter_localized=Exception in setter method of property {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<no custom editor>
-CTL_No_property_editor=<no property editor>
-CTL_Different_Values=<Different Values>
-CTL_Desc_Different_Values=The selected nodes have different values for this property.
-CTL_No_properties=<No Properties>
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-CTL_ElipsisHint=Invokes customizer.
-CTL_InvalidValue=Invalid value: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Invalid value {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Type: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Properties
-CTL_New=&New
-CTL_Delete=&Delete
-CTL_MoveUp=Move &up
-CTL_MoveDown=Move &down
-CTL_HideDetails=&Hide Details
-CTL_ShowDetails=&Show Details
-EXC_ErrorInIndexedSetter=Indexed property value cannot be set
-
-ACSD_Properties=N/A
-ACSD_New=N/A
-ACSD_Delete=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_HideDetails=N/A
-ACSD_ShowDetails=N/A
-ACSD_IndexedEditorPanel=N/A
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Names
-COLUMN_VALUES=Values
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<unreadable>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Error setting value
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Unknown Sorting Mode
-
-#Button labels for property dialogs
-ok=Ok
-default=Restore default value
-cancel=Cancel
-close=Close
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Description
-ACSD_Description=Description of the currently selected property
-ACS_DescriptionTitle=Property name
-ACSD_DescriptionTitle=Name of the property currently being edited
-CTL_NO_DESCRIPTION=No description available.
-CTL_NO_SELECTION=Nothing selected
-ACS_Splitter=Splitter
-ACSD_Splitter=Visual divider between the properties table and the description area.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=The property
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} equals {1}
-FMT_ACST_SheetSet=Property group {0}
-ACST_No_Selection=Nothing selected
-CTL_Multiple_Selection=Multiple objects selected
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Click, or select and press CTRL-SPACE to open custom editor; right click for menu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Show Description Area
-CTL_HideDescription=Hide Description Area
-CTL_RestoreDefaultValue=Restore Default Value
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Properties
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=this property
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Illegal number format: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Custom editor: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Properties table
-ACSN_SHEET_TABBED_PANE=Property categories
-ACSD_SHEET_TABLE=Table of editable properties representing the current object
-ACSD_SHEET_TABBED_PANE=Can select different sets of properties of the current object to display in the property sheet
-
-LBL_QUICKSEARCH=Quick Search:
-
-MSG_SetAsText_InvalidValue=Invalid value: {0}
-
diff --git a/l10n/src/nl_BE/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_nl_BE.properties
deleted file mode 100644
index 384f38e..0000000
--- a/l10n/src/nl_BE/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Empty
-MenuViewStartFromRoot=Browse from root
-MenuViewStartFromCurrent=Browse from current point
-
-# TabView
-TabView_RootTab=Root
-
-# TreeView
-VetoSelectedNodes=Selected Nodes
-LBL_QUICKSEARCH=Search:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=This object cannot be renamed from {0} to {1}.
-ACSN_TreeViewCellEditor=Rename editor
-ACSD_TreeViewCellEditor=In-place editor of node name in the tree view
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=Target did not accept the content of the transfer.
-
-MSG_ABORT=Cancel
-
-#TableSheet
-ACS_TableSheet=Table of properties
-ACSD_TableSheet=N/A
-ACS_NullPanel=No property
-# {0} - bean
-ACSD_NullPanel=No property. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Type: {1} Bean: {2}
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Change Visible Columns
-LBL_ColumnDialogDesc=Choose the Columns to Display in the List
-LBL_ListOptions=List Options
-LBL_ChangeColumns=Change Visible Columns...
-LBL_SortMenu=Sort
-LBL_Ascending=Ascending
-LBL_Descending=Descending
-LBL_ColsMenu=Column
-LBL_MoveLeft=Move Left
-LBL_MoveRight=Move Right
-MSG_NoColumnsToChange=There are no columns to change their visibility.
-LBL_NoSort=None
-ACSN_ColumnDialog=Change Visible Columns
-ACSD_ColumnDialog=Choose the Columns to Display in the List
-
-#a11y
-ACSN_TreeTable=N/A
-ACSD_TreeTable=N/A
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Show only rows where
-
-CTL_ColumnsSelector=Change Visible Columns
-ACN_ColumnsSelector=Columns Selector
-ACD_ColumnsSelector=Select visible columns
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Choose the Columns to Display in the List
-NodeOutlineModel_NodesColumnLabel=Nodes
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Accessing {0} without Children.MUTEX read access
-
diff --git a/l10n/src/nl_BE/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_nl_BE.properties
deleted file mode 100644
index 5b6a2d4..0000000
--- a/l10n/src/nl_BE/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Invalid XML document:
-
-W-003=Warning: XML parser does not support lexical-handler feature.
-
diff --git a/l10n/src/nl_BE/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_nl_BE.properties
deleted file mode 100644
index 6fc7ed7..0000000
--- a/l10n/src/nl_BE/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=File System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Virtual File System API.
-OpenIDE-Module-Long-Description=Allows access to file like resources in a way independent on actual OS files. Supports notification of changes on disk.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Invalid {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=Root {0} does not exist.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=File {0} in {1} is read-only.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Cannot create file {0} because {1} on filesystem {2} is not a folder.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Slash in folder name "{0}" not allowed.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Folder {0} already exists in {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Cannot create folder {0} in {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=File {0} already exists in filesystem {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Invalid lock [{0}] for file {1} in {2} with current lock [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Cannot modify filesystem.attributes file:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=File {1} cannot be found in folder {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} is read-only.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} is read-only because it is inside {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=File {0} does not exist.
-
-# {0} = name of zip file 
-EXC_CanntRead=Cannot read from file {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Error in file {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Error in JAR file {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Unknown JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Multi-Filesystem
-EXC_FileOutsideModified=File {0} not found. Another application may have moved the file or changed the name.
-XML_NotValidXMLFileSystem=Invalid XML FileSystem.
-EXC_DefAttrReadErr=Cannot read DefaultAttributes.
-EXC_UnreachableCode=Internal error: unreachable code.
-
-EXC_FolderCopy=Folder copying not supported.
-XML_RootInvalid=FileSystem element must be the root element.
-XML_MisssingAttr=Attribute \"name\" is missing
-XML_InaccurateParam=Inaccurate number of parameters
-XML_UnknownElement=Unknown element.
-XML_DuplElement=Duplicated FileObject:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} in {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Opening stream for {0}
-
diff --git a/l10n/src/nl_BE/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_nl_BE.properties
deleted file mode 100644
index 8242ead..0000000
--- a/l10n/src/nl_BE/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=I/O APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Open APIs relating to displaying output.
-OpenIDE-Module-Long-Description=Contains classes from org.openide.windows.* relating to creating output tabs, displaying output, and hyperlinking it.
-
diff --git a/l10n/src/nl_BE/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_nl_BE.properties
deleted file mode 100644
index eb27421..0000000
--- a/l10n/src/nl_BE/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=This module binds the Datasystems API with Scripting API. As a result it is possible to use any scripting and templating language to generate templates.
-OpenIDE-Module-Name=Advanced Templating
-OpenIDE-Module-Short-Description=Advanced Templating not only for Datasystems
-
diff --git a/l10n/src/nl_BE/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_nl_BE.properties
deleted file mode 100644
index 3f2aa56..0000000
--- a/l10n/src/nl_BE/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Datasystems API
-OpenIDE-Module-Short-Description=NetBeans Open API for manipulating data objects.
-OpenIDE-Module-Long-Description=The Datasystems API is a layer atop the Filesystems API which recognizes and groups data objects and gives them particular semantics. Once a part of the general Open APIs, it is now split into an independent module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-#DefaultDataObject
-HINT_DefaultDataObject=Unrecognized File
-
-EXC_SharedAccess=Shared access
-
-#Folder.Index
-EXC_ReorderFailed=Cannot save new ordering.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Cannot delete file {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Link to {3}
-
-PROP_ShadowOriginalName=Original Name
-HINT_ShadowOriginalName=Name of the object this link refers to.
-PROP_ShadowOriginalFileSystem=Original Filesystem Name
-HINT_ShadowOriginalFileSystem=Name of the filesystem of the original object.
-
-# DataNode
-PROP_name=Name
-HINT_name=Name of this object.
-PROP_template=Template
-HINT_template=If True, this object is a template (can make instances of itself).
-PROP_files=All Files
-HINT_files=A list of files represented by this object.
-PROP_size=File Size
-HINT_size=Length of this file in bytes. (Only applies to the first file listed in All Files.)
-PROP_lastModified=Modification Time
-HINT_lastModified=When this file was last modified. (Only applies to the first file listed in All Files.)
-PROP_extension=Extension
-HINT_extension=Primary file extension.
-ERROR_extension=Cannot change extension. File is modified.
-
-# name of set with sorting options
-PROP_sorting=Sorting
-HINT_sorting=Sorting and ordering settings.
-
-#
-# folder sort mode property
-PROP_sort=Sort Mode
-HINT_sort=Determines how objects in the package should be sorted.
-# SortModeEditor
-VALUE_sort_none=Unsorted
-VALUE_sort_names=By Name
-VALUE_sort_class=By Type
-VALUE_sort_folder_names=By Name (Packages First)
-VALUE_sort_last_modified=By Modification Time
-VALUE_sort_size=By File Size
-
-
-#
-# Names of paste types
-#
-PT_move=&Move
-PT_copy=&Copy
-PT_instantiate=&Instantiate
-PT_shadow=Create &Link
-PT_serialize=&Serialize
-PT_instance=&Default instance
-
-# 
-SerializeBean_Text=&Name of file to serialize the instance to
-SerializeBean_Title=Instance Serialization
-
-#
-# new folder
-#
-CTL_NewFolder=Folder
-CTL_NewFolderName=&Name:
-CTL_NewFolderTitle=Create New Folder
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=File {0} already exists in folder {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Folder {0} already exists in folder {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=The file {1} seems to be too large ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) to safely open. \nOpening the file could cause OutOfMemoryError, which would make the IDE unusable. Do you really want to open it?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML Configuration Files
-PROP_XmlError=Error (recoverable)
-PROP_XmlWarning=Warning
-PROP_XmlFatalError=FATAL ERROR
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Cannot create folder; {0} is not a valid name.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Cannot copy {0}: The destination folder is the same as the source folder.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Cannot copy {0}: The destination folder is a subfolder of the source folder.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=New Wizard - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=New Wizard
-LAB_TemplateChooserPanelName=Choose Template
-LAB_SelectTemplateBorder=&Select a Template:
-MSG_NoDescription=No description
-MSG_InitDescription=Initializing description...
-LAB_TemplateDescriptionBorder=&Template Description:
-LAB_TargetLocationPanelName=Target Location
-LAB_TargetLocationDescription=Please select a folder for the newly created object or enter the folder name below:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/A
-ACSD_TemplateWizard1=N/A
-
-CTL_NewObjectName=&Name\:
-ACSD_NewObjectName=N/A
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/A
-
-LBL_settingsNodeName=Settings
-EXC_folder_delete_failed=Could not remove source folder while moving.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<top folder> [{0}]
-FMT_DefaultNewObjectName=<default name>
-
-LBL_shadow_loader_display_name=Links
-LBL_folder_loader_display_name=Folders
-LBL_default_loader_display_name=Unrecognized Objects
-LBL_instance_loader_display_name=Action Instances
-
-FMT_CannotCopyDo=Warning: Object {0} cannot be copied.
-FMT_CannotMoveDo=Warning: Object {0} cannot be moved.
-
-# InstanceDataObject
-LBL_separator_instance=(separator)
-PROP_instance_class=Class Name
-HINT_instance_class=Java class name of the object being represented.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=There are problems with saving the {0} bean.
-
-FMT_brokenShadowName={0} (Broken Link)
-HINT_brokenShadowOriginalName=Broken Link
-PROP_brokenShadowOriginalName=Broken Link
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Broken Link Filesystem
-HINT_brokenShadowFileSystem=Broken Link Filesystem
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Unrecognized setting>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Data Object Copy Flavor
-LBL_DOcut=Data Object Cut Flavor
-#NewObjectPanel
-LAB_NewObjectPanelName=New Object Name
-FMT_DefaultNewObject=<default>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=The popup menu for objects of type {0} could not be restored; using default settings.
-LBL_loader_display_name=Loader
-
-MSG_renameError=This object cannot be renamed from {0} to {1}.
-MSG_NotValidName=Cannot give {0} an empty name.
-ERR_NoFilesystem=No enabled filesystem. Make sure that you have at least one filesystem that is not read-only and is not hidden.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=The target filesystem or folder does not exist.
-MSG_fs_is_readonly=The target filesystem is read-only.
-# {0} - name of the existing file
-MSG_file_already_exist=The file {0} already exists.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Filesystem Action
-#InstantiateAction
-Instantiate=Instantiate
-#SaveAsTemplateAction
-SaveAsTemplate=Save As Template...
-Title_SaveAsTemplate=Save As Template
-CTL_SaveAsTemplate=&Select the category in which the new template will appear:
-CTL_SaveAsTemplate_TemplatesRoot=Templates
-SaveAll=Save &All
-HINT_SaveAll=Save all files (if the Compile on Save feature is on, this will also compile/build your files)
-# FileSystemRefreshAction
-LAB_Refresh=Refresh Folder
-# NewTemplateAction
-EXC_TemplateFailed=Creation of the object from template failed.
-NewTemplate=&New
-NewTemplateAction=All Templates...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Empty
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Opening {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=File {0} is modified. Save it ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modified)
-TIP_editor_ro=\ (read-only)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=File {0} was changed to read-only! All changes will be discarded.
-MSG_FileReadOnlySaving=File {0} was changed to read-only! Can not save it.
-MSG_FileReadOnlyChanging=File {0} was changed to read-only!
-
-
-MSG_BinaryFileQuestion=This file appears to contain binary data. Are you sure you want to open it in the text editor?
-MSG_BinaryFileWarning=Binary File Detected
-
-CTL_SaveAsAction=Sa&ve As...
-MSG_SaveAsFailed=There were some problems while saving {0}\nCause: {1}
-LBL_SaveAsTitle=Save As
-MSG_CannotCreateTargetFolder=Cannot create the target folder.
-MSG_SaveAs_SameFileSelected=Select a different file name please.
-MSG_SaveAs_SameFileSelected_Title=Save As
-
diff --git a/l10n/src/nl_BE/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_nl_BE.properties
deleted file mode 100644
index 8c2a8c0..0000000
--- a/l10n/src/nl_BE/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=APIs for getting information about installed modules.
-OpenIDE-Module-Long-Description=Allows to get list of installed modules, inspect their properties and dependencies.
-
diff --git a/l10n/src/nl_BE/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_nl_BE.properties
deleted file mode 100644
index c6edc21..0000000
--- a/l10n/src/nl_BE/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Nodes API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for defining generic tree-like structures.
-OpenIDE-Module-Long-Description=Provides abstraction over tree-like structures by defining Node - the generic extensible interface that can then be displayed by the Explorer API.
-
-
-
-#Sheet
-Properties=Properties
-Expert=Expert
-HINT_Properties=Properties of this object.
-HINT_Expert=Expert properties of this object.
-
-#indexed customizer
-LAB_order=Change Order
-LAB_listOrder=Show these fields in this order:
-LAB_listOrder_Mnemonic=S
-Button_close=Close
-Button_close_Mnemonic=C
-Button_up=Move up
-Button_up_Mnemonic=U
-Button_down=Move down
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/A
-ACSD_Button_up=N/A
-ACSD_Button_down=N/A
-ACSD_ListOrder=N/A
-ACSD_IndexedCustomizer=N/A
-
-#PropertySupport
-CTL_StandardName=Name
-CTL_StandardHint=Name of the object.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Paste Node
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copy Index
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Please Wait...
-
diff --git a/l10n/src/nl_BE/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_nl_BE.properties
deleted file mode 100644
index 1b27750..0000000
--- a/l10n/src/nl_BE/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Settings Options API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for storing preferences.
-OpenIDE-Module-Long-Description=Provides classes that simplify storage of settings between multiple invocation of NetBeans based application.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.NbPreferences instead.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/nl_BE/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_nl_BE.properties
deleted file mode 100644
index 8f9a4b7..0000000
--- a/l10n/src/nl_BE/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Text API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Generic API wrapping Swing based EditorKits.
-OpenIDE-Module-Long-Description=Provide support for defining components that embed Swing text editors.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Print Settings
-CTL_Header_format = Printing {2} at {1}
-CTL_Footer_format = Page {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Page Format
-HINT_PAGE_FORMAT=Page Format
-PROP_WRAP=Wrap Lines
-HINT_WRAP=Should lines be wrapped?
-PROP_HEADER_FORMAT=Page Header Format
-
-HINT_HEADER_FORMAT=For example, "Top of page {0} (printed on date {1}) of file {2}".
-PROP_FOOTER_FORMAT=Page Footer Format
-HINT_FOOTER_FORMAT=For example, "Bottom of page {0} (printed on date {1}) of file {2}".
-PROP_HEADER_FONT=Page Header Font
-HINT_HEADER_FONT=Set the page header font.
-PROP_FOOTER_FONT=Page Footer Font
-HINT_FOOTER_FONT=Set the page footer font.
-PROP_HEADER_ALIGNMENT=Page Header Alignment
-HINT_HEADER_ALIGNMENT=Page Header Alignment - LEFT, CENTER, RIGHT.
-PROP_FOOTER_ALIGNMENT=Page Footer Alignment
-HINT_FOOTER_ALIGNMENT=Page Footer Alignment - LEFT, CENTER, RIGHT.
-PROP_LINE_ASCENT_CORRECTION=Line Ascent Correction
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplier to correct the line ascent.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTER
-CTL_RIGHT = RIGHT
-CTL_LEFT = LEFT
-
-# Cancellation
-CTL_Print_progress=Page number {0} was printed.
-CTL_Print_cancellation=Print Job Progress
-CTL_Cancel=Cancel
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Current printer job was aborted.
-EXC_Printer_Problem=Printer problem: {0}
-EXC_ReadOnlyFile=File {0} is read-only.
-EXC_LoadDocument=The document {0} could not be loaded.
-LBL_EditorLoading=Loading...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Question
-CTL_Save=Save
-ACSN_CTL_Save=N/A
-ACSD_CTL_Save=N/A
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Discard
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/A
-ACSD_CTL_Discard=N/A
-
-# PositionBounds
-MSG_Empty_string=Unable to insert empty string
-#editor support warning message
-FMT_FileNotFound=Warning: File {0} was not found or could not be accessed.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=File {0} was modified externally. Reload it?
-FMT_External_change_write=File {0} was modified externally. Overwrite it?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=You have specified an invalid file. Check the path.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor for {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor for {0}
-TITLE_SourceButton=Source
-
-
diff --git a/l10n/src/nl_BE/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_nl_BE.properties
deleted file mode 100644
index 789339d..0000000
--- a/l10n/src/nl_BE/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Old Enumeration API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enumeration API that is in wrong package.
-OpenIDE-Module-Long-Description=Enumeration API that is in wrong package, org.openide.util.enum and as such it cannot be compiled with Java 1.5, because enum is a keyword. Is replaced by class org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.Enumerations instead of this module.
-
diff --git a/l10n/src/nl_BE/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_nl_BE.properties
deleted file mode 100644
index 8f05e23..0000000
--- a/l10n/src/nl_BE/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Lookup
-
diff --git a/l10n/src/nl_BE/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_nl_BE.properties
deleted file mode 100644
index 3756be4..0000000
--- a/l10n/src/nl_BE/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# 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.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#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
-
diff --git a/l10n/src/nl_BE/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_nl_BE.properties
deleted file mode 100644
index 3c24802..0000000
--- a/l10n/src/nl_BE/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Multiple Objects Flavor
-
-Create=Create
-Paste=Paste
-
diff --git a/l10n/src/nl_BE/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_nl_BE.properties
deleted file mode 100644
index c8fb9b0..0000000
--- a/l10n/src/nl_BE/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Window System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for managing components on a screen.
-OpenIDE-Module-Long-Description=Provides OS and MDI/SDI neutral abstraction API over concept of components that are displayed to the user.
-
-
-
-# name of empty workspace
-None=None
-
-#CloneableTopComponent
-EXC_CannotAssign=Cannot assign component to EMPTY
-
-#TopComponent
-EXC_UnknownOperation=Unknown close operation
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Invoking {2} implemented as {3} with {0}
-
diff --git a/l10n/src/nl_BE/platform/print/print/org/netbeans/modules/print/action/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/print/print/org/netbeans/modules/print/action/Bundle_nl_BE.properties
deleted file mode 100644
index 33c9b24..0000000
--- a/l10n/src/nl_BE/platform/print/print/org/netbeans/modules/print/action/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Pa&ge Setup...
-
-# PrintAction
-TLT_Print_Action=Print
-MNU_Print_Action=&Print...
-ACT_Print_Action=Print - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/nl_BE/platform/print/print/org/netbeans/modules/print/resources/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/print/print/org/netbeans/modules/print/resources/Bundle_nl_BE.properties
deleted file mode 100644
index b00ce5f..0000000
--- a/l10n/src/nl_BE/platform/print/print/org/netbeans/modules/print/resources/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Print
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of print module.
-OpenIDE-Module-Long-Description=Implementation of print module.
-
-# layer.xml
-Actions/File=File
-
diff --git a/l10n/src/nl_BE/platform/print/print/org/netbeans/modules/print/ui/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/print/print/org/netbeans/modules/print/ui/Bundle_nl_BE.properties
deleted file mode 100644
index 556818f..0000000
--- a/l10n/src/nl_BE/platform/print/print/org/netbeans/modules/print/ui/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Printer problem: {0}
-LBL_Page_Setup_Button=Page &Setup
-TLT_Page_Setup_Button=Invokes the Page Setup dialog
-LBL_Print_Option_Button=Print &Options
-TLT_Print_Option_Button=Invokes the Print Options dialog
-LBL_Print_Button=&Print
-TLT_Print_Button=Invokes the Print dialog
-LBL_Close_Button=&Close
-TLT_Close_Button=Closes the Print Preview dialog
-LBL_Print_Preview=Print Preview
-LBL_Fit_to_Width=Fit to Width
-LBL_Fit_to_Height=Fit to Height
-LBL_Fit_to_All=Show All Pages
-
-TLT_First=&First page (Alt+F)
-TLT_Previous=P&revious page (Alt+R)
-TLT_Next=&Next Page (Alt+N)
-TLT_Last=&Last Page (Alt+L)
-TLT_Fit=Change &Scale (Alt+S)
-TLT_Zoom_In=Zoom &In (Alt+I)
-TLT_Zoom_Out=Zoom O&ut (Alt+U)
-TLT_Toggle=Show &Multiple Pages (Alt+M)
-TLT_Goto=<html><body> <b>Navigation:</b> <br> press <code>/</code> or <code>F</code> to show first page <br> press <b><code>-</code></b> or <code>G</code> to show previous page <br> press <b><code>+</code></b> or <code>K</code> to show next page <br> press <code>*</code> or <code>L</code> to show last page </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Print Options
-LBL_Border=Border
-LBL_Print_Border=Print &Border
-LBL_Print_Header=Print Hea&der
-LBL_Print_Footer=Print &Footer
-LBL_Choose_Font=Choose Font
-LBL_Choose_Color=Choose Color
-LBL_Insert_Macros=Insert Macro:
-LBL_Text=Text
-LBL_Line_Numbers=Line N&umbers
-LBL_Wrap_Lines=&Wrap Lines
-LBL_Use_Font=Use Font Attributes // &X
-LBL_Use_Color=Use Color Attributes // &Q
-LBL_As_Editor=Print as in Editor // &J
-LBL_Selection=Print &Selection
-LBL_Line_Spacing=Line S&pacing:
-LBL_Text_Font_and_Color=Text Font and Colo&r:
-LBL_Background_Color=Back&ground Color:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Header and Footer
-LBL_Apply=&Apply
-LBL_Left=Left:
-LBL_Center=Center:
-LBL_Right=Right:
-
-ERR_Zoom_Value_Is_Invalid=Zoom value is invalid!
-ERR_Header_Size_Is_Too_Big=Header Size is too big!
-ERR_Footer_Size_Is_Too_Big=Footer Size is too big!
-ERR_Page_Number_Is_Invalid=Number of pages is invalid!
-ERR_Page_Number_Is_Too_Big=Number of pages is too big!
-
-TLT_Apply=Applies changes
-TLT_Border_Color=Choose Border &Color (Alt+C)
-TLT_Header_Font=Choose Header Fo&nt (Alt+N)
-TLT_Header_Color=Choose Header C&olor (Alt+O)
-TLT_Footer_Font=Choose Footer Fon&t (Alt+T)
-TLT_Footer_Color=Choose Footer Co&lor (Alt+L)
-TLT_Text_Font=Choose Text Font (Alt+K) // &K
-TLT_Text_Color=Choose Text Colo&r (Alt+R)
-TLT_Background_Color=Choose Background Color // &G
-TLT_Print_Zoom=Adjusts the print zoom
-TLT_Use_Font=Use Font (Alt+X)
-TLT_Use_Color=Use Color (Alt+Q)
-TLT_As_Editor=Show as in Editor (Alt+J)
-TLT_Selection=Print Selection
-
-LBL_Pages=page(s)
-LBL_Fit_Width_to=F&it Width to:
-TLT_Fit_Width_to=Fit Width to
-LBL_Fit_Height_to=Fit H&eight to:
-TLT_Fit_Height_to=Fit Height to
-LBL_Zoom_to=&Zoom to:
-TLT_Zoom_to=Zoom to
-LBL_Fit_to_Page=Fit to Page // &Y
-TLT_Fit_to_Page=Fit to Page (Alt+Y)
-
diff --git a/l10n/src/nl_BE/platform/print/print/org/netbeans/modules/print/util/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/print/print/org/netbeans/modules/print/util/Bundle_nl_BE.properties
deleted file mode 100644
index e1670a5..0000000
--- a/l10n/src/nl_BE/platform/print/print/org/netbeans/modules/print/util/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} of {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=The name of printed component
-ROW=The row number
-COLUMN=The column number
-USER=The user name
-COUNT=The count of pages
-MODIFIED_DATE=Date of the last modification
-MODIFIED_TIME=Time of the last modification
-PRINTED_DATE=Date of printing
-PRINTED_TIME=Time of printing
-
diff --git a/l10n/src/nl_BE/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_nl_BE.properties
deleted file mode 100644
index cbffb7f..0000000
--- a/l10n/src/nl_BE/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization.
-OpenIDE-Module-Long-Description=Provides a view of all running tasks and may permit them to be cancelled, etc.
-
-NbProgressBar.tooltip1={0} tasks running. Click for details.
-NbProgressBar.tooltip2={0} task running. Click for details.
-ListComponent.btnClose.tooltip=Click to cancel process
-ListComponent.bar.tooltip=Click to watch the process
-Cancel_Question=Are you sure you want to cancel {0}?
-Cancel_Question_Title=Cancel Running Task
-StatusLineComponent.ShowProcessList=Show Processes
-StatusLineComponent.Cancel=Cancel Process
-StatusLineComponent.View=Show Output
-ListComponent.Watch=Watch Process
-
-RunOffAWT.TITLE_Operation=Lengthy operation in progress
-RunOffAWT.BTN_Cancel=Cancel
-
-# ProgressListAction
-CTL_ProcessListAction=&Processes
-
-# CancelAction
-CTL_CancelAction=Cancel Process
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Click to cancel process
-ModalDialog.btnClose.text=Cancel
-ModalDialog.btnClose.accessibleName=Cancel
-ModalDialog.btnClose.accessibleDescription=Cancels the current process
-
-
diff --git a/l10n/src/nl_BE/platform/queries/queries/org/netbeans/modules/queries/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/queries/queries/org/netbeans/modules/queries/Bundle_nl_BE.properties
deleted file mode 100644
index a911402..0000000
--- a/l10n/src/nl_BE/platform/queries/queries/org/netbeans/modules/queries/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=General Queries API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Acts as a general communication channel between modules.
-OpenIDE-Module-Long-Description=Hosts queries which are not particularly domain-specific. Permits different modules to obtain information about files in a flexible way.
-
diff --git a/l10n/src/nl_BE/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_nl_BE.properties
deleted file mode 100644
index 37a2eaa..0000000
--- a/l10n/src/nl_BE/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=Option {0} needs an argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Option {0} cannot be used together with option {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Need at least one of {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Need to use also {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=Option {0} needs also option {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/nl_BE/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_nl_BE.properties
deleted file mode 100644
index 49008f8..0000000
--- a/l10n/src/nl_BE/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Command Line Parsing API
-OpenIDE-Module-Short-Description=GetOpts compliant API for parsing command line
-OpenIDE-Module-Long-Description=GetOpts compliant API to parse command line. It is focused on the case when each part of the command line is going to be parsed by different module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-MSG_OptionsHeader=\nAdditional Module(s) Option(s):\n
-
diff --git a/l10n/src/nl_BE/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_nl_BE.properties
deleted file mode 100644
index 1fa0c1d..0000000
--- a/l10n/src/nl_BE/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Settings API
-OpenIDE-Module-Short-Description=A library for storing settings in custom formats.
-OpenIDE-Module-Long-Description=This module provides the Settings API for storing module-defined settings in custom formats. It also provides several useful settings format implementations.
-OpenIDE-Module-Display-Category=Infrastructure
-
diff --git a/l10n/src/nl_BE/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_nl_BE.properties b/l10n/src/nl_BE/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_nl_BE.properties
deleted file mode 100644
index 23065ae..0000000
--- a/l10n/src/nl_BE/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_nl_BE.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=A module that provides a new API to replace NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=Actions SPI (Experimental)
-OpenIDE-Module-Short-Description=Replacements for NodeAction, CookieAction, etc.
-
diff --git a/l10n/src/nl_NL/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_nl_NL.properties
deleted file mode 100644
index 305fc87..0000000
--- a/l10n/src/nl_NL/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module bouwharnas
-OpenIDE-Module-Display-Category=NetBeans ontwikkelen
-OpenIDE-Module-Short-Description=Laat me externe plug-in modules bouwen van bronnen.
-OpenIDE-Module-Long-Description=Dit is het bouwharnas dat gebruikt wordt om NetBeans te ontwikkelen (zowel met als zonder de IDE) Het is gewoonlijk stilzwijgend gebruikt met NetBeans module projecten. Voor technische documentatie, zie harnas/LEESMIJ.
-
diff --git a/l10n/src/nl_NL/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_nl_NL.properties
deleted file mode 100644
index 287500b..0000000
--- a/l10n/src/nl_NL/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=NetBeans ontwikkelen
-OpenIDE-Module-Long-Description=Ant doelstellingen voor het meten van testdekking van apihulpprojecten met gebruik van Cobertura.\nMeet resultaten en vertoon rapport in een externe browser door het uivoeren van 'display-coverage-report' \nVoor integratie met het module bouwharnas
-OpenIDE-Module-Name=Cobertura module testdekking
-OpenIDE-Module-Short-Description=Ant doelstellingen voor het meten van testdekking van apihulpprojecten met gebruik van Cobertura.\n
-
diff --git a/l10n/src/nl_NL/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_nl_NL.properties
deleted file mode 100644
index 49abfd7..0000000
--- a/l10n/src/nl_NL/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly instrumenten platform
-
diff --git a/l10n/src/nl_NL/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_nl_NL.properties
deleted file mode 100644
index 28d11bb..0000000
--- a/l10n/src/nl_NL/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Test instrumentatie
-OpenIDE-Module-Short-Description=Jemmy test bibliotheek
-OpenIDE-Module-Long-Description=Een algemene bibliotheek voor het besturen van geautomatiseerde GUI testen.
-
-
diff --git a/l10n/src/nl_NL/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_nl_NL.properties
deleted file mode 100644
index 9434248..0000000
--- a/l10n/src/nl_NL/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Test instrumentatie
-OpenIDE-Module-Long-Description=NetBeans extenties voor JUnit inclusief assertGC, AssertSize, getWorkDir, LineDiff, enz.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=NetBeans extenties voor JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/nl_NL/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_nl_NL.properties
deleted file mode 100644
index ae65ae3..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Bibliotheken
-OpenIDE-Module-Short-Description=INSANE heap profilering bibliotheek
-OpenIDE-Module-Long-Description=Een bibliotheek om directe analyse te doen van de heap in de actieve JVM.
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_nl_NL.properties
deleted file mode 100644
index c2d65f4..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Name=NBI Ant Library
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_nl_NL.properties
deleted file mode 100644
index 18426fd..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=Het huidige platvorm wordt niet ondersteund.
-I.error.load.engine.properties=Kon het bestand met de engine eigenschappen niet laden
-
-I.warning.silent.without.state="{1}" optie is vereist als je "{0}" gebruikt. "{0}" wordt genegeerd.
-
-I.error.cannot.create.local.dir=Kan geen lokale map: {0} maken
-I.error.local.dir.is.file=Lokale map bestaat al en is geen bestand: {0}
-I.error.no.read.permissions.for.local.dir=Cannot read local directory {0} - not enough permissions
-I.error.no.write.permissions.for.local.dir=Cannot write to local directory {0} - not enough permissions
-
-I.lock.file.exists.dialog.title=NetBeans Installatie slotbestand is aanwezig
-I.lock.file.exists.dialog.text=Het installatie slotbestand bevindt zich op {0}\n\nDit betekent dat of een andere installateur actief is, of een vorige installatie mislukt is.\nHet tegelijk lopen van meerdere instanties wordt afgeraden omdat daardoor installatie data verbasterd wordt.\nAls je zeker bent dat geen andere installateur op het moment actief is, klik "ja" om door te gaan, zoniet, klik "nee" om deze installatie te stoppen.\n
-
-I.error.cannot.create.lock.file=Kan geen slot maken voor het lokale registratiebestand
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_nl_NL.properties
deleted file mode 100644
index 299a23c..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Downloaden van {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_nl_NL.properties
deleted file mode 100644
index 4cc1113..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=De proxy soorten {0} en {1} zijn in tegenstrijd
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI kan geen nul zijn
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Mislukte verbinding door {0} tot {1}
-US.error.failed.configure.proxy=Proxy configuratie {0} voor {1} mislukt
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_nl_NL.properties
deleted file mode 100644
index 5a048bb..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Locale register[{0}] laden
-R.error.loading.local.registry.failed.title=Lokale register kon niet geladen worden
-R.error.loading.local.registry.failed.msg=De lokale register ({0}) kon niet geladen worden, of was gedeeltelijk geladen.\nDe installateur kan normaal blijven werken, maar dit kan resulteren in een totaal beschadigd register.\n\nKies Ja om door te gaan, Nee om het installatieprogramma af te sluiten.
-
-R.loading.bundled.registry=Gebundeld register [{0}] laden
-R.error.loading.bundled.registry.failed.title=Het laden van het gebundeld register mislukt
-R.error.loading.bundled.registry.failed.msg=Het gebundeld register ({0}) kon niet geladen worden, of was gedeeltelijk geladen.\nDe installateur kan normaal blijven werken, maar dit kan resulteren in een totaal beschadigd register.\n\nKies Ja om door te gaan, Nee om het installatieprogramma af te sluiten.
-
-R.loading.remote.registry=Verafgelegen register [{0}] laden
-R.error.loading.remote.registry.failed.title=Laden van verafgelegen register mistlukt
-R.error.loading.remote.registry.failed.msg=Verafgelegen register ({0}) kon niet geladen worden, of was alleen gedeeltelijk geladen.\nDe installateur kan normaal blijven werken, maar dit kan resulteren in een totaal beschadigd register.\n\nKies Ja om door te gaan, Nee om het installatieprogramma af te sluiten.
-
-R.error.cannot.delete.data=Kan de bewaarde installatie gegevens niet verwijderen
-R.save.local.registry.title=Lokaal register opslaan
-R.save.local.registry.detail=Opslaan in {0}
-
-R.error.missing.target.component.title=Missend doel onderdeel
-R.error.missing.target.component.msg=Het aangegeven doel onderdeel - {0}/{1}\nkon niet in de register gevonden worden. De installateur\n kan doorgaan alsof het doel onderdeel niet was aangegeven.\n\nKies Ja om door te gaan, Nee om het installatieprogramma af te sluiten.
-
-R.error.validation.title=Validatie probleem
-R.error.validation.msg=Het lijkt of de installatie van {0} gebroken is.\nDe valideringsprocedure gaf de volgende waarschuwing:\n\n{1}\n\nWil je dit product als niet ge\u00efnstalleerd aanvinken en doorgaan?\nAls je Nee klikt wordt de installateur afgesloten.\n\nBegrijp dat deze producten die afhankelijk zijn van {2} ook uitgeschakeld zullen worden:\n{3}
-
-R.error.matching.requirement=Geen onderdelen die overeenkomen met de eis: {0} vereist {1}
-R.error.cyclic.dependency=Cyclische afhankelijkheid: {0}, {1}
-
-R.loading.registry.properties=Register eigenschappen laden
-R.loading.component=Onderdeel laten: uid={0}, versie={1}
-R.error.loading.components=Onderdelen konden niet geladen worden
-R.error.registry.finalization=Kon het register niet finaliseren
-R.error.registry.document.loading=Kon het register dossier niet laden
-
-R.error.cannot.create.cache.directory=Kan geen lokale tijdelijke product bewaarplaats locatie {0} maken 
-R.error.cache.is.file=Lokale tijdelijke product bewaarplaats map bestaat en het is een bestand: {0}
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=Kan geen lokaal register maken
-
-R.error.registry.is.dir=Lokaal register {0} is een locatie
-R.error.cannot.read.registry=Kan het locale register {0} niet lezen - niet genoeg permissies
-R.error.cannot.write.registry=Kan het locale register {0} niet schrijven - niet genoeg permissies
-
-R.error.cannot.parse.platform=Kan platform niet parseren vanuit "{0}"
-R.error.cannot.load.registry=Het register kan niet geladen worden.
-R.error.parser.not.support.schemas=De huidige parser - {0} - biedt geen ondersteuning voor schema's.
-
-R.error.unknown.dependency=Unknown dependency type {0}
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_nl_NL.properties
deleted file mode 100644
index faba644..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=De installatie locatie {0} ontbreekt.\nWaarschijnlijk was het manuaal verwijdert.
-PCL.validation.directory.file=De installatie locatie {0} is in feite een bestand.\nWaarschijnlijk was het voorheen manuaal verwijdert en verplaatst met een bestand.
-PCL.validation.directory.empty=De installatie locatie {0} is leeg.\nWaarschijnlijk was de inhoud manuaal verwijdert.
-PCL.validation.directory.null=De installatie locatie kon niet gevonden worden.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Kan de gegevens voor  {0} niet initialiseren
-P.error.cannot.load.logic=Kan de configuratie logica voor {0} niet opladen
-P.error.installdir.not.set=Installatie locatie is niet opgezet voor {0}
-P.error.installdir.set.empty=Installatie locatie is een lege tekstregel voor {0}
-P.error.cannot.create.cache.dir=Kan geen lokale locatie {0} voor {1} maken
-P.error.local.cache.not.dir=De lokale cache locatie {0} voor {1} is geen locatie
-P.error.cannot.load.product=Kon product {0} niet opladen
-P.error.logic.not.yet.downloaded=Nog niet klaar met het downloaden van de configuratie logica {0}
-P.error.installation.data.not.cached=Installatie gegevens zijn nog niet bewaard voor {0}
-P.error.cannot.extract.data=Kan de installatie gegevens voor {0} niet uitpakken
-P.error.cannot.save.files.list=Kan de lijst van geinstalleerde bestanden niet opslaan
-P.error.cannot.get.wizard.components=Kan het onderdelen van deze onderdeel-tovenaar niet bemachtigen
-P.error.cannot.wrap.for.macos=Kan geen locatie hi\u00ebrarchie voor MacOS applicatie maken
-P.error.cannot.get.files.list=Kan de lijst met installatiebestanden niet verkrijgen
-P.error.cannot.delete.files.list=Kan de lijst van ge\u00efnstalleerde bestanden niet verwijderen
-P.error.cannot.delete.file=Kan het bestand niet verwijderen
-P.error.cannot.remove.from.system=Kan {0} niet van de systeem installatie beheerder verwijderen
-P.error.not.enough.space=Kan de installatie gegevens niet uitrollen -- niet genoeg schijfruimte in de doel locatie.
-P.error.cannot.clear.cache=Kan het installatie-gegevens cache-bestand {0} niet uitwissen
-P.error.system.integartion.failed=Mislukte integratie van {0} met de systeem pakket beheerder
-
-P.message.installation= {0} installeren 
-P.message.uninstallation=Installatie {0}ongedaan maken
-P.message.configuration={0} configureren
-P.message.unconfiguration=Configuratie van {0} ongedaan maken
-P.message.legal.artifacts=Legale artefacten cre\u00ebren
-P.message.run.logic=Aangepaste configuratie logica uitvoeren
-P.message.system.registration=Registreren in de systeem pakket beheerder
-P.message.save.installation.files.list=Lijst van ge\u00efnstalleerde bestanden opslaan
-P.message.delete={0} verwijderen
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_nl_NL.properties
deleted file mode 100644
index 1948a3e..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Fout bij schrijven naar het logbestand. Logboekregistratie uitgeschakeld.
-
-EM.ununexpected.exception=Een onverwachte uitzondering gebeurde in draad {0}
-EM.errortype.critical=Kritieke fout
-EM.errortype.error=Fout
-EM.errortype.warning=Waarschuwing
-EM.errortype.message=Bericht
-EM.unexpected.error=Een onbekende fout trad op.
-EM.exception.message=\n\nUitzondering:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nJe kunt meer details over de kwestie aan de weet komen in het installatie log-bestand:\n {0}
-
-FU.error.output.file.entry=Een bestand aantekening {0} bestaat, maar het is geen bestand
-FU.error.output.dir.entry=Een locatie aantekening {0} bestaat, maar het is geen locatie
-FU.message.extracting={0} uitpakken
-FU.error.load.xml.file.list=De xml-bestanden lijst kon niet geladen worden voor uitpakking
-FU.error.unjar.todir=Locatie {0} is een bestaand bestand, kan niet unjar
-FU.message.copy.dir=Locatie: {0} naar: {1} kopi\u00ebren
-FU.message.copy.file=Bestand: {0} naar: {1} kopi\u00ebren
-FU.error.close.stream=Kan de stroom niet afsluiten
-FU.error.source.not.readable=Bron {0} is niet leesbaar
-FU.error.dest.not.file=Bestemming {0} is geen bestand
-FU.error.dest.creation=Bestemming {0} kan niet gemaakt worden
-FU.error.dest.not.writable=Bestemming {0} kan niet beschreven worden
-FU.message.moving={0} naar {1} verhuizen
-FU.error.freespace=Geen vrije schijfruimte aanwezig of {0}
-FU.error.cannot.close.jar=Kan jar {0} niet afsluiten
-FU.error.cannot.create.dir.exist.file=Kan locatie {0} niet maken, het is een bestaand bestand
-FU.error.cannot.create.dir=Kan locatie {0} niet maken
-FU.error.not.jar.file=De meegeleverde bestand {0} is geen jar archief
-FU.error.sha1.not.supported=Sacrebleu, deze jvm ondersteunt SHA1 niet
-FU.error.md5.not.supported=Sacrebleu, deze jvm ondersteunt MD5 niet
-FU.error.file.security.exception=Iets heel onverwachts - een veiligheid uitzondering deed zich voor tijdens  het openen van bestand {0}
-FU.message.delete.file=Bestand {0} verwijderen
-FU.message.delete.dir=Locatie {0} verwijderen
-FU.error.pack200.failed=Inpakken200 eindigde met fout\nFout code: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Uitpakken200 eindigde met fout\nFout code: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Kan eigenschap - {0} niet parseren, waarde is - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Kon het cross-platform uiterlijk en gedrag niet activeren - we gaan door met het uiterlijk en gedrag van de standaardinstelling.
-UI.error.failed.to.activate.defined.laf=De gedefinieerde uiterlijk en gedrag kon niet ingeschakelt worden - we vallen terug tot de standaard cross-platform versie.
-UI.error.failed.to.init.ui=Kan UI niet initialiseren 
-UI.error.failed.to.force.gtk=Kan uiterlijk en gedrag van de DTK niet forceren
-UI.silent.default.yes=Ga met Ja (standaard) optie...
-UI.silent.default.no=Ga met Nee (standaard) optie...
-UI.silent.default.cancel=Ga met annuleren (standaard) optie...
-
-StrU.error.cannot.parse.status=Kan status: {0} niet parseren
-StrU.error.unknown.platform=Platform "{0}" wordt niet herkend.
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_nl_NL.properties
deleted file mode 100644
index e30a232..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Uitvoering van de JDK-keuringsprocedure mislukte.
-JU.error.cannot.delete=Kan {0} niet verwijderen
-JU.error.cannot.download.testjdk=Kan TestJDK.class niet downloaden van {0}
-JU.error.cannot.canonize=Kan {0} niet canoniseren
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_nl_NL.properties
deleted file mode 100644
index 2ed6453..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Vereiste parameter voor opdrachtregel argument "{0}" ontbreekt.\nMoet "{0} <look-and-feel-class-name>" zijn.
-O.warning.bad.target.arg=Vereiste parameter voor opdrachtregel argument "{0}" ontbreekt.\nMoet "{0} <target-component-uid> <target-component-version>" zijn.
-O.warning.bad.locale.arg.param=Ongeldige parameter voor opdrachtregel argument "{0}" -- "{1}".\nMoet "{0} <language>[_<country>[_<variant>]]" zijn.
-O.warning.bad.locale.arg=Vereiste parameter voor opdrachtregel argument "{0}" ontbreekt.\nMoet "{0} <language>[_<country>[_<variant>]]" zijn.
-O.warning.missing.state.file=Het gespecificeerde status bestand "{1}", bestaat niet.\n"{0}" parameter wordt genegeerd.
-O.warning.bag.state.file.arg=Vereiste parameter voor opdrachtregel argument "{0}" ontbreekt.\nMoet "{0} <state-file-path>" zijn.
-O.warning.target.state.file.exists=Het gespecificeerde doel bestand "{1}", bestaat.\n"{0}" parameter wordt genegeerd.
-O.warning.bad.target.state.file.arg=Vereiste parameter voor opdrachtregel argument "{0}" ontbreekt.\n Moet "{0} <state-file-path>" zijn.
-O.warning.bundle.file.exists=Het gespecificeerde doel bestand "{1}", bestaat.\n"{0}" parameter wordt genegeerd.
-O.warning.bad.create.bundle.arg=Vereiste parameter voor opdrachtregel argument "{0}" ontbreekt.\nMoet "{0} <target-file-path>" zijn.
-O.warning.bad.userdir.arg=Vereiste parameter voor commando regel argument "{0}" ontbreekt.\nMoet "{0} <userdir-path>" zijn.
-O.warning.bad.platform.arg=Vereiste parameter voor opdrachtregel argument "{0}" ontbreekt.\nMoet "{0} <target-platform>" zijn.
-O.warning.bad.registry.arg=Vereiste parameter voor commando regel argument "{0}" ontbreekt.\nMoet "{0} <remote-registry-url>" zijn.
-O.warning.bad.properties.arg=Vereiste parameter voor opdrachtregel argument "{0}" ontbreekt.\nMoet "{0} <properties-file-path>" zijn.
-O.warning.bad.bundle.properties.arg=Vereiste parameter voor opdrachtregel argument "{0}" ontbreekt.\nMoet "{0} <bundle-properties-file-path>" zijn.
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_nl_NL.properties
deleted file mode 100644
index 66db311..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Niet ge\u00efnstalleerd
-Status.to-be-installed=Klaar voor installatie
-Status.installed=Ge\u00efnstalleerd
-Status.to-be-uninstalled=Klaar voor verwijdering
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Met succes ge\u00efnstalleerd
-DetailedStatus.install.warning=Ge\u00efnstalleerd met waarschuwingen
-DetailedStatus.install.error=Installatie is mislukt
-DetailedStatus.uninstall.success=Met goed gevolg verwijdert
-DetailedStatus.uninstall.warning=Verwijdert met waarschuwingen
-DetailedStatus.uninstall.error=Verwijdering is mislukt
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_nl_NL.properties
deleted file mode 100644
index b78ada5..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Download frame pictogram van URI - {0} gefaald. 
-NF.error.failed.to.set.frame.icon=Frame pictogram kon niet gezet worden
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Bladeren
-NFC.filechooser.approve.button.text=&Ok
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_nl_NL.properties
deleted file mode 100644
index c32546b..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=Het opgegeven percentage - {0} niet geldig. Het totale percentage van de \n samengestelde vooruitgang (de som van eigen percentage plus de percentages van de \nkinderen) mag niet minder dan {1} en niet meer dan {2} zijn.
-
-CP.error.progress=De opgegeven kind vooruitgang bestaat niet in de samengestelde vooruitgang \nzodoende kan het niet verwijdert worden. 
-
-################################################################################
-# Progress.java
-P.error.percentage=Het opgegeven percentage - {0} niet geldig. Het totale percentage van de \nvooruitgaan mag niet minder zijn dan {1} en niet meer zijn dan {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_nl_NL.properties
deleted file mode 100644
index c53fb93..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Kan de bundel niet van {0} laden
-LP.error.no.files=Er zijn geen bestanden in {0}
-LP.error.not.directory={0} is geen locatie
-LP.error.directory.do.not.exist=Locatie {0} bestaat niet
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_nl_NL.properties
deleted file mode 100644
index 4668cea..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=Geen gebundelde of externe jar bestanden
-CnL.error.cannot.find.jvm.file=Kan JVM bestand niet vinden {0}
-CnL.error.cannot.find.class=Kan de klas {0} niet vinden in de gebundelde bestanden en geen externe bestanden waren gespecificeerd 
-CnL.error.main.class.unspecified=Geen specifieke hoofd klas in de gebundelde bestanden
-CnL.error.cannot.get.output.name=Geen  gebundelde bestanden - kan de naam van het uitkomst bestand niet bemachtigen
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Kan geen opstart icoon van {0} bemachtigen
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_nl_NL.properties
deleted file mode 100644
index 9a6eb07..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Kan de locatie van de standaard applicatie niet vinden
-SR.error.cannot.parse.pattern=Kan patroon: {0} niet parseren
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_nl_NL.properties
deleted file mode 100644
index 5259cde..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Geen toegang tot de inheemse methode
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_nl_NL.properties
deleted file mode 100644
index ffca792..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Instantie van standaard tovenaar kon niet gemaakt worden.
-W.error.failed.to.load.components=Tovenaar onderdelen van {0} konden niet geladen worden met de klasse-lader {1}.
-W.error.failed.to.load.component=Het laden van het tovenaar onderdeel uit het XML element {0}, met klasse-lader {1} is mislukt.
-W.error.unknown.ui.mode=Onbekende UI mode - {0}.
-W.error.cannot.move.backward.silent=Kan niet achteruit gaan in de stille UI modus.
-W.error.cannot.move.backward.at.first=Kan niet achteruit - de tovenaar is al bij het eerste element aangekomen.
-W.error.parser.unsupports.schemas=De huidige parseerder - {0} - biedt geen ondersteuning voor schemas.
-W.error.interrupted=Onderbroken tijdens het wachten
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_nl_NL.properties
deleted file mode 100644
index 7e77447..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE installateur
-WC.description=Beschrijving van de NetBeans IDE installateur
-
-WC.help.button.text=&Hulp!
-WC.back.button.text=< Terug
-WC.next.button.text=Volge&nde >
-WC.cancel.button.text=Cancelar
-WC.finish.button.text=&Voltooien
-
-WC.cancel.dialog.title=Cancelar
-WC.cancel.dialog.text=Weet je zeker dat je wilt annuleren?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=Een InterruptedException is opgetreden.
-
-WA.canceling.progress.title=Annuleren, de huidige bewerking wordt afgemaakt...
-
-WA.cancel.dialog.title=Cancelar
-WA.cancel.dialog.text=Weet je zeker dat je wilt annuleren?
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_nl_NL.properties
deleted file mode 100644
index 4060d45..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Cache motor ...
-CEA.description=Een ogenblikje terwijl de tovenaar de motor bewaard.
-CEA.error.cannot.cache.engine=Kan de installateur motor niet cachen
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Bundel maken ...
-CBA.description=Even wachten terwijl de tovenaar de gekozen onderdelen bundelt.
-
-CBA.progress.create.bundle.title=Een re-distributie bundel maken op {0}
-CBA.progress.add.engine.detail=Een installateur motor aan de bundel toevoegen
-CBA.progress.add.product.detail={0} toevoegen ...
-CBA.progress.add.group.detail={0} toevoegen ...
-
-CBA.error.failed.create.bundle=Het maken van de bundel mislukte
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Een eigen starter maken...
-CNLA.description=Even wachten alsjeblieft terwijl de tovenaar een starter voor het jar bestand maakt.
-CNLA.error.failed.create.launcher=Het maken van de eigen starter mislukte
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Een MacOSX applicatie starter maken...
-CMALA.description=Even wachten alsjeblieft terwijl de tovenaar een app-starter voor het jar bestand maakt.
-CMALA.error.failed.create.launcher=Het maken van de app-starter mislukte
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Configuratie logica voorbereiden...
-DCLA.description=Even wachten alsjeblieft terwijl de tovenaar de configuratie logica voorbereidt.
-DCLA.progress.remote.title=Configuratie logica voor {0} downloaden
-DCLA.progress.local.title=Configuratie logica voor {0} uitpakken
-DCLA.failed=Installatie logica voor  {0} kon niet gedownload worden
-DCLA.dependent.failed=Kon {0} niet installeren, omdat de installatie van {1} mislukte
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Installatie gegevens voorbereiden...
-DIDA.description=Even wachten alsjeblieft terwijl de tovenaar de installatie gegevens voorbereid.
-DIDA.progress.remote.title=Installatie gegevens voor {0} downloaden
-DIDA.progress.local.title=Installatie gegevens voor {0} uitpakken
-DIDA.failed=Installatie gegevens voor {0} konden niet gedownload worden
-DIDA.dependent.failed=Kon {0} niet installeren, omdat de installatie van {1} mislukte
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Initialiseren...
-IRA.description=Even wachten alsjeblieft terwijl de tovenaar aan het initialiseren is.
-IRA.registry.initialization.failed=Kan het register niet initialiseren
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finaliseren...
-FRA.description=Gelieve even te wachten terwijl de configuratie tovenaar afsluit.
-FRA.registry.finalization.failed=Kan het register niet afsluiten
-
-################################################################################
-# InstallAction.java
-IA.title=Installeren...
-IA.description=Een momentje alsjeblieft terwijl de tovenaar de gekozen onderdelen installeert.
-IA.progress.install.title={0} installeren...
-IA.progress.rollback.title=Annuleren, {0} terug rollen...
-IA.install.dependent.failed=Kon {0} niet installeren, omdat de installatie van {1} mislukte
-IA.install.unknown.error=Onbekende fout
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Zoeken naar Java\u2122 omgevingen...
-SFJA.description=Een momentje alsjeblieft terwijl de tovenaar je systeem doorzoekt voor bestaande Java\u2122 omgevingen.
-SFJA.prepare.list=Locatie lijst voorbereiden...
-SFJA.checking={0} controleren
-SFJA.search.java=Zoeken naar ge\u00efnstalleerde Java omgevingen...
-SFJA.entry.label={0} (v. {1} bij {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> bij {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Installatie ongedaan maken
-UA.description=Een momentje alsjeblieft terwijl de tovenaar de installatie van de gekozen onderdelen ongedaan maakt.
-UA.progress.uninstall.title=Installatie {0}ongedaan maken
-UA.uninstall.dependent.failed=Kon de installatie van {0} niet ongedaan maken, omdat het ongedaan maken van de installatie van {1} mislukte
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=Bron onderdeel UID is niet gezet
-SILA.error.cannot.find.component=Onderdeel met de gegeven uid {0} bestaat niet
-SILA.error.cannot.get.logic=Kon geen toegang krijgen tot de configuratie logica voor{0}
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_nl_NL.properties
deleted file mode 100644
index e481af0..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Locatie
-ALP.location.button.text=Blade&ren...
-ALP.list.label.text=De volgende locaties werden gevonden met het zoek algoritme:
-
-ALP.error.nothing.found=Geen compatibele toepassingen gevonden.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Onderdelen uitkiezen
-CSP.description.both=Vink de onderdelen die je wilt installeren aan. Vink degene die je niet wilt verwijderen uit.
-CSP.description.install=Vink de onderdelen die je wilt installeren aan.
-CSP.description.uninstall=Vink degene die je niet wilt verwijderen uit.
-CSP.feature.description.title=Functie beschrijving
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Installatie grootte: {0}     Download grootte: {1}     
-CSP.sizes.label.text.no.download=Installatie grootte: {0}
-
-CSP.default.installation.size=n.v.t.
-CSP.default.download.size=n.v.t.
-
-CSP.error.no.changes.both=Geen kenmerk geselecteerd. Kies tenminste \u00e9\u00e9n kenmerk voor installatie of voor verwijdering.
-CSP.error.no.changes.install=Geen kenmerk geselecteerd. Kies tenminste \u00e9\u00e9n kenmerk voor installatie.
-CSP.error.no.changes.uninstall=Geen kenmerk geselecteerd. Kies tenminste \u00e9\u00e9n kenmerk om te verwijderen.
-CSP.error.requirement.install={1} is vereist om {0} te installeren.
-CSP.error.conflict.install={0} is in tegenstrijd met {1}.
-CSP.error.requirement.uninstall={0} is vereist bij {1}.
-CSP.error.not.enough.space.to.download=Niet genoeg schijf ruimte voor het downloaden van de installatie gegevens. Extra {1} is vereist in {0}.
-CSP.error.not.enough.space.to.extract=Niet genoeg schijf ruimte voor het uitrollen van de installatie gegevens. Extra {1} is vereist in {0}.
-CSP.error.cannot.check.space=Kan de vrije schijfruimte niet verifi\u00ebren
-
-################################################################################
-# DestinationPanel.java
-DP.title=Installatie map
-DP.description=Kies een bestemmingsmap.
-
-DP.destination.label.text=Locatie voor &installatie
-DP.destination.button.text=Blade&ren...
-
-DP.error.null=De isntallatie map mag niet leeg zijn.
-DP.error.not.valid=De aangegeven map is niet geldig.
-DP.error.contains.exclamation=De naam van de installatie map mag geen uitroepteken bevatten(!).
-DP.error.contains.semicolon=De naam van de installatie map mag geen kommapunt bevatten(;).
-DP.error.contains.colon=De naam van de installatie map mag geen dubbele punt bevatten(:).
-DP.error.contains.ampersand=De naam van de installatie map mag geen ampersand bevatten(&).
-DP.error.contains.wrong.char=De naam van de installatie map bevat een ongeldig teken({1}).
-DP.error.matches.prohibited.regexp=De aangegeven installatie map is ongeldig ( het evenaart een verboden patroon {1}).
-DP.error.not.absolute=De aangegeven installatie map moet een volmaakt pad formaat zijn.
-DP.error.cannot.canonize=De aangegeven installatie map kan niet geldig verklaart worden.
-DP.error.not.directory=De aangegeven installatie map is geen map.
-DP.error.not.readable=De aangegeven installatie map is niet leesbaar.
-DP.error.not.writable=De aangegeven installatie map is alleen lezen.
-DP.error.not.empty=De aangegeven installatie map is niet leeg.
-DP.error.not.ends.with.app=De aangegeven installatie map moet met ".app" eindigen.
-DP.error.not.enough.space=Niet genoeg schijfruimte. Extra {1} vereist in {0}.
-DP.error.cannot.get.logic=Kan de configuratie logica niet verkrijgen
-DP.error.cannot.check.space=Kan de vrije schijfruimte niet controleren
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 thuis map:
-JLP.location.label.text.java=&Java\u2122 omgeving thuis map:
-JLP.location.button.text=Blade&ren...
-JLP.list.label.text=&Lijst vam bruikbare JDK\u2122 die op deze machine voorkomen:
-JLP.list.label.text.java=&Lijst vam bruikbare JDK\u2122 omgevingen die op deze machine voorkomen:
-
-JLP.error.null=Het pad naar de JDK kan niet leeg zijn.
-JLP.error.null.java=Het pad voor de Java omgeving mag niet leeg zijn.
-JLP.error.not.valid.path=De aangeduide JDK map {0} is niet geldig.
-JLP.error.not.valid.path.java=De aangeduide Java omgevingsmap {0} is ongeldig.
-JLP.error.path.not.exists=De aangeduide JDK map{0} bestaat niet.
-JLP.error.path.not.exists.java=De aangeduide Java omgevingsmap {0} bestaat niet.
-JLP.error.not.javahome=De aangeduide JDK map{0} bevat geen JDK.
-JLP.error.not.javahome.java=De aangeduide Java omgevingsmap {0} bevat geen Java omgeving.
-JLP.error.not.jdk=De aangeduide JDK map {0} bevat JRE, maar een volledige JDK is vereist.
-JLP.error.wrong.version.older=De aangeduide JDK map {0} bevat Java versie "{1}", terwijl de minimale versie "{2}" is.
-JLP.error.wrong.version.older.java=De aangeduide Java omgevingsmap {0} bevat Java versie "{1}", terwijl de minimale versie "{2}" is.
-JLP.error.wrong.version.newer=De aangeduide JDK map {0} bevat Java versie "{1}", terwijl de maximale versie "{2}" is.
-JLP.error.wrong.version.newer.java=De aangeduide Java omgevingsmap {0} bevat Java versie "{1}", terwijl de maximaal vereiste versie "{2}" is.
-JLP.error.wrong.vendor=De aangeduide JDK map {0} bevat JDK van een niet-ondersteunde verkoper ({1}). De ondersteunde verkopers zijn "{2}".
-JLP.error.wrong.vendor.java=De aangeduide Java omgevingsmap {0} bevat Java van een niet-ondersteunde verkoper ({1}). De ondersteunde verkopers zijn "{2}".
-JLP.error.unknown=Een onbekende fout trad op bij het valideren van het pad.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>De installateur kon geen compatibel Java omgeving vinden, geef het handmatig aan.<br />De minimaal vereiste versie is {0}. Om JDK te downloaden, bezoek <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>De installateur kon geen compatibel Java omgeving vinden, geef het handmatig aan.<br />De minimaal vereiste versie is {0}. Om de Java omgeving te downloaden, bezoek  <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (gebruikt door {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Post bundel creatie samenvatting
-PoCBSP.dialog.description=Klik afmaken om af te sluiten.
-
-PoCBSP.message.success.text=De installatie tovenaar heeft de gekozen acties met succes uitgevoerd.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Er deden zich verscheidene fouten voor tijdens het maken van de bundel.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=De volgende onderdelen werden met succes gebundeld:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=De volgende onderdelen werden niet gebundeld:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=Bekijk &Log
-PoCBSP.send.log.button.text=&Stuur log
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Installatie tovenaar - Post-installatie samenvatting
-
-PoISP.message.success.text=De installatie tovenaar heeft de gekozen acties met succes uitgevoerd.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Enkele waarschuwingen kwamen voor tijdens het installerings/verwijderings proces.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Enkele fouten kwamen voor tijdens het installerings/verwijderings proces.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=De volgende onderdelen waren met succes ge\u00efnstalleerd:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=De volgende onderdelen waren met waarschuwingen ge\u00efnstalleerd:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=De volgende onderdelen konden niet ge\u00efnstalleerd worden:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=De volgende onderdelen waren met succes verwijderd:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=De volgende onderdelen waren met waarschuwingen verwijderd:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=De volgende onderdelen konden niet verwijdert worden:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=Bekijk &Details
-PoISP.view.log.button.text=Bekijk &Log
-PoISP.send.log.button.text=&Stuur log
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Het log bestand is niet beschikbaar
-
-PoISP.message.files.remaining=Sommige bestanden konden niet verwijdert worden van de installatie locaties van de {0}. Het kan zijn dat je ze handmatig moet verwijderen.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Maak eerst een bundel samenvatting
-PrCBSPdialog.description=Klik Maken om een bundel te maken.
-
-PrCBSPmessage.text=De tovenaar heeft alle vereiste gegevens verzameld om door te gaan met het maken van de bundel. Controleer je keuze. Om door te gaan, klik Volgende.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=Je koos voor een bundel met de volgende onderdelen:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Totale download grootte: {0}
-PrCBSPrequired.disk.space.label.text=Vereiste schijfruimte: {0}
-PrCBSPcreate.button.text=&Maken
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Pre-installatie details
-
-PrISP.message.text=De installatie tovenaar heeft alle vereiste gegevens  verzameld om door te gaan met de installatie/de\u00efnstallatie van de geselecteerde onderdelen. Controleer je keuze alsjeblieft. Om door te gaan, klik Volgende.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=Je koos om de volgend onderdelen te verwijderen:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=tekst/plain
-PrISP.components.to.uninstall.label.text=Je koos om de volgend onderdelen te verwijderen:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Totale download grootte: {0}
-PrISP.required.disk.space.label.text=Vereiste schijfruimte: {0}
-PrISP.install.button.text=&Installeren
-
-PrISP.error.not.enough.space=Niet genoeg schijfruimte voor een goede installatie. Extra {1} is vereist in {0}.
-PrISP.error.cannot.check.space=Kan de vrije schijfruimte niet controleren
-PrISP.error.logic.access=Kon geen toegang krijgen tot de configuratie logica van dit product
-PrISP.error.fsroots=Kan geen lijst krijgen van de bestand-systeem wortels
-PrISP.error.non.existent.root={0} is klaar om geinstalleerd te worden op {1} dat bij geen van de bestand-systeem wortels behoord.
-PrISP.error.cannot.write=De tovenaar heeft geen schrijf permissie voor {1}, de installatie locatie van {0}. Verander de toegang permissies voordat je verder gaat alsjeblieft.
-
-################################################################################
-# LicensesPanel.java
-LP.title=Licentie-overeenkomst
-LP.description=Lees de volgende licentie overeenkomst nauwkeurig alsjeblieft.
-
-LP.accept.checkbox.text=Ik &accepteer de licentie overeenkomst
-LP.error.cannot.get.logic=Kon niet bij de configuratie logica komen
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<No Text>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Weet je zeker dat je wilt annuleren?
-EMP.cancel.dialog.title=Annuleren
-EMP.error.failed.input.verify=De invoer kon niet geldig verklaart worden
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_nl_NL.properties
deleted file mode 100644
index 03de137..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Mislukte download van tovenaar pictogram van URI - {0}.
-SFC.error.failed.to.set.icon=Mislukte instelling van het pictogram voor de container van het swing raamwerk.
-SFC.error.failed.to.attach.error.handler=Opmaat gemaakte fout behandelaar kon niet aan de CEST gekoppeld worden.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Kan de standaard afsluit functie niet instellen
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_nl_NL.properties
deleted file mode 100644
index 25f814f..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Installatie details
-IDD.component.label=Onderdeel
-IDD.status.label=Status
-
-ILD.loading.logfile=Log bestand laden Even geduld...
-ILD.error.reading.log=Kan log bestand {0} niet lezen.
-ILD.error.log.contents=Inhoud van log is niet beschikbaar.
-
diff --git a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_nl_NL.properties b/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_nl_NL.properties
deleted file mode 100644
index 6d2a59d..0000000
--- a/l10n/src/nl_NL/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Name=NBI Engine Library
-
diff --git a/l10n/src/nl_NL/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_nl_NL.properties
deleted file mode 100644
index 6300d91..0000000
--- a/l10n/src/nl_NL/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apple Applicatie Menu
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Levert de juiste ondersteuning voor het Apple Applicatie menu
-
-OpenIDE-Module-Long-Description=Levert Apple menu items die correct werken, en verplaatst een aantal standaard menu daarnaartoe - Tools | Opties wordt Preferences, Help | Over wordt over, Bestand | Afsluiten wordt Afsluiten.
-
-MSG_MinimizeWindowAction=&Minimize Window
-
diff --git a/l10n/src/nl_NL/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_nl_NL.properties
deleted file mode 100644
index cc76e2a..0000000
--- a/l10n/src/nl_NL/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Een verbinding maken ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Controleren voor bijwerkingen in {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=Kan NBM {0} niet lezen
-InstallSupportImpl_TurnOnTimeout=Time-out voor het laden {0}
-InstallSupportImpl_NullSource=Bron URL voor module "{0}" is nul, waarschijnlijk is het "distributie" attribuut gezet tot een lege string in de UC catalogus.\nZie ook http://www.netbeans.org/issues/show_bug.cgi?id=153799 voor meer details.
-InstallSupportImpl_Download_Unavailable=Heb geen toegang tot {0}
-OperationSupportImpl_Custom_Uninstall=Installatie {0}ongedaan maken
-OperationSupportImpl_Custom_Install= {0} installeren 
-
-UpdateUnitFactory_Libraries_Category=Bibliotheken
-UpdateUnitFactory_Bridges_Category=Bruggen
-UpdateUnitFactory_Unsorted_Category=Niet gecategoriseerd
-UpdateElementImpl_Feature_CategoryName=Kenmerken
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Module is ge\u00efnstalleerd:</b> <br /> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Modules zijn ge\u00efnstalleerd:</b> <br /> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Module is nog niet ge\u00efnstalleerd:</b> <br /> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Modules zijn nog niet ge\u00efnstalleerd:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>Nieuwe module aangeboden door de plug-in:</b> <br /> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>Nieuwe modules aangeboden door de plug-in:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/nl_NL/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_nl_NL.properties
deleted file mode 100644
index 2515a4e..0000000
--- a/l10n/src/nl_NL/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Long-Description=De AutoUpdate-functie verschaft een aantal diensten: download en installeer beschikbare updates van ge\u00efnstalleerde modules, zoeken naar, en installeren van nieuwe modules uit geabonneerde bijwerkcentra, bekijken en beheren van de modules.
-OpenIDE-Module-Name=Automatische update dienstverrichting
-OpenIDE-Module-Short-Description=Steun voor het zoeken naar module updates in het bijwerkcentrum en voor het downloaden en installeren van modules
-
diff --git a/l10n/src/nl_NL/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_nl_NL.properties
deleted file mode 100644
index ff15175..0000000
--- a/l10n/src/nl_NL/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=	\nStandaard opwaardeer centrum
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Bibliotheken
-ArtificialFeaturesProvider_Bridges_Category=Bruggen
-ArtificialFeaturesProvider_Unsorted_Category=Niet gecategoriseerd
-ArtificialFeaturesProvider_Features_Category=Kenmerken
-NetworkAccess_Timeout=Timeout while opening connection to {0}
-
diff --git a/l10n/src/nl_NL/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_nl_NL.properties
deleted file mode 100644
index 76142d4..0000000
--- a/l10n/src/nl_NL/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Voorbereiden voor het uitpakken
-CTL_UnpackingFile=Uitpakken van bestand:
-CTL_DeletingFiles=Het verwijderen van bestanden...
-CTL_DisablingFiles=Het uitschakelen van bestanden...
-UpdaterFrame.jTextArea1.text=Opwaardering in volle gang.\n\nEen moment alstublieft...
-UpdaterFrame.textLabel.text=Voorbereiden voor het uitpakken
-UpdaterFrame.Form.title=Opwaardeerder
-UpdaterFrame.textLabel.fontName=Dialoogvenster
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/nl_NL/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_nl_NL.properties
deleted file mode 100644
index dc7247c..0000000
--- a/l10n/src/nl_NL/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} meer ...
-Less_Command_Text={0} minder ...
-UnitTab_ReloadTime=Laatste controle: {0}
-UnitTab_ReloadTime_Never=nooit
-UnitTab_LessAction=Vertoon minder plug-ins
-UnitTab_MoreAction=Vertoon meer plug-ins
-UnitTab_TooltipCheckBox_INSTALLED=Vink plug-in {0} aan
-UnitTab_Tooltip_RefreshAction=Catalogus herladen
-UnitTab_bTabAction_Name_INSTALLED=I&nstallatie ongedaanmaken
-UnitTab_TooltipCheckBox_UPDATE=Vink plug-in {0} aan
-UnitTab_bTabAction_Name_UPDATE=Bijwerken
-UnitTab_CheckAction=Aanvinken
-UnitTab_CheckCategoryAction=Vink categorie aan
-UnitTab_UncheckCategoryAction=Vink categorie uit
-UnitTab_CheckAllAction=Vink alles uit
-UnitTab_UncheckAllAction=Vink alles aan
-UnitTab_ReloadAction=He&rlaad catalogus
-UnitTab_PrepareReloadAction=Wacht alsjeblieft terwijl de catalogus geladen wordt
-UnitTab_RemoveLocallyDownloadedAction=Ve&rwijder
-UnitTab_ActivateAction=&Activeer
-UnitTab_ActivateCategoryAction=Categorie activeren
-UnitTab_DeactivateAction=&Uitschakelen
-UnitTab_DeactivateCategoryAction=Categorie uitschakelen
-AvailableTab_SourceCategory_Tooltip_STANDARD=Gecertificeerde plug-in
-AvailableTab_SourceCategory_Tooltip_BETA=Beta plug-in
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Plug-in bijdrage van de gemeenschap
-InstallTab_Active_Tooltip=Actief
-InstallTab_InActive_Tooltip=Niet-actief
-InstallTab_PendingForInstall_Tooltip=Herstart nodig om de installatie te voltooien
-InstallTab_PendingForDeactivate_Tooltip=Herstart nodig om de uitschakeling te voltooien
-InstallTab_ReadOnly_Tooltip={0} is alleen-lezenmodus en kan niet gecontroleerd worden
-UnitTab_TooltipCheckBox_AVAILABLE=Vink plug-in {0} aan
-UnitTab_bTabAction_Name_AVAILABLE=&Installeer
-UnitTab_TooltipCheckBox_LOCAL=Vink plug-in {0} aan
-UnitTab_Tooltip_AddAction_LOCAL=Voeg de locale gedownloade plug-ins toe
-UnitTab_Tooltip_RemoveAction_LOCAL=Verwijder plug-in van de lijst
-UnitTab_bTabAction_Name_LOCAL=&Installeer
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} plug-in gekozen
-UnitTab_lHowManySelected_Many_Text={0} plug-ins gekozen
-UnitTab_OperationName_Text_INSTALLED=Verwijder de installatie
-UnitTab_OperationName_Text_UPDATE=Bijwerken
-UnitTab_OperationName_Text_AVAILABLE=Installeren
-UnitTab_OperationName_Text_LOCAL=Installeren
-UnitTab_lWarning_Text={0} ingreep vereist opnieuw starten van de applicatie
-PluginManagerUI_UnitTab_Update_Title=Bijwerkingen
-PluginManagerUI_UnitTab_Update_ToolTip=Uw applicatie is bij de tijd!
-PluginManagerUI_UnitTab_Available_ToolTip=Geen plug-ins beschikbaar Klik catalogus herladen voor de nieuwste plug-ins.
-PluginManagerUI_UnitTab_Available_Title=Beschikbare plug-ins
-PluginManagerUI_UnitTab_Installed_Title=Ge\u00efnstalleerd
-PluginManagerUI_UnitTab_Local_Title=Gedownload
-UnitTab_bAddLocallyDownloads_Name=Plug-ins toevoegen...
-UnitTab_bAddLocallyDownloads_ACN=Plug-ins toevoegen
-UnitTab_bAddLocallyDownloads_ACD=Voeg plug-ins toe om de bestandbrowser te gebruiken voor het toevoegen van elke plug-in die je naar je plaatselijke systeem gedownload hebt
-NotificationAlreadyPreparedToIntsall=Plug-in {0} is al klaar om bijgewerkt of ge\u00efnstalleerd te worden.
-NotificationOneAlreadyInstalled=Plug-in "{0}" is al ge\u00efnstalleerd.
-NotificationMoreAlreadyInstalled=Plug-ins "{0}" zijn al ge\u00efnstalleerd.
-NotificationAlreadyPresent=Plug-in "{0}" is al toegevoegd. Wilt u het vervangen met "{1}"?
-NotificationAlreadyPresentTitle=Plug-in verplaatsen
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Plug-ins toevoegen
-CTL_FileFilterDescription=Plug-in distributie bestanden (*.nbm)
-NetworkProblemPanel_taTitle_Text=Kan geen connectie maken met het bijwerkcentrum
-NetworkProblemPanel_taMessage_WarningText=Controleer je volmacht instellingen of probeer het later. De server kan momenteel onbeschikbaar zijn.\n\nZorg ervoor dat je firewall geen netwerkverkeer blokkeert.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Controleer je proxyinstellingen of probeer het later. De server kan momenteel onbeschikbaar zijn.\n\nZorg ervoor dat je firewall geen netwerk verkeer blokkeert.\nHet zou kunnen dat je caches verlopen zijn Klik catalogus herladen om de inhoud te vernieuwen
-NetworkProblemPanel_taMessage_ErrorText=Niet alle plug-ins zijn met succes gedownload. De server kan momenteel onbeschikbaar zijn. Probeer het later nog eens.
-CTL_Warning=Waarschuwing
-CTL_Error=Netwerk probleem
-CTL_ShowProxyOptions=&Proxyconfiguratie...
-ACSD_ShowProxyOptions=n.v.t.
-Utilities_NetworkProblem_Continue=&Weer proberen
-Utilities_NetworkProblem_Skip=Over&slaan
-Utilities_NetworkProblem_Cancel=Annuleren
-Utilities_NetworkProblem_Text=Kan geen verbinding met {0} te maken omdat {1}
-SettingsTable_ActiveColumn=Actief
-SettingsTable_NameColumn=Naam
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Instellingen
-SettingsTab.bProxy.text=&Proxyinstellingen
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=Aanpasser voor bijwerk centrum
-UpdateUnitProviderPanel.lName.text=&Naam\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=Automatisch voor bijwerkingen &controleren
-Utilities_Libraries_Category=Bibliotheken
-Utilities_Bridges_Category=Bruggen
-Utilities_Unsorted_Category=Ongecategoriseerd
-SettingsTab.bRemove.message=Weet je zeker dat je het volgende bijwerkcentrum: "{0}" wilt verwijderen? 
-UpdateUnitProviderPanel.lName.adesc=Naam
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Automatisch voor bijwerkingen controleren
-UpdateUnitProviderPanel.error.name.short=Bijwerk centrumnaam is niet aangegeven
-UpdateUnitProviderPanel.error.url.short=Bijwerkcentrum URL is niet aangegeven
-UpdateUnitProviderPanel.error.name.dup=Bijwerkcentrum met dezelfde naam bestaat al
-UpdateUnitProviderPanel.error.url.invalid=Bijwerkcentrum URL is ongeldig
-UnitTab_bClose_Text=&Afsluiten
-Utilities_CheckingForUpdates=Voor bijwerkingen controleren
-UnitTab_InitAndCheckingForUpdates=Lijst van plug-ins initialiseren... 
-InstalledTableModel_State_Enabled=Aan
-InstalledTableModel_State_Disabled=Uit
-AvailableTableModel_Columns_Install=Installeren
-AvailableTableModel_Columns_Name=Naam
-AvailableTableModel_Source_Category=Bron
-AvailableTableModel_Columns_Category=Categorie
-InstalledTableModel_Columns_Uninstall=Kies
-InstalledTableModel_Columns_Name=Naam
-InstalledTableModel_Columns_Installed=Ge\u00efnstalleerd
-InstalledTableModel_Columns_Category=Categorie
-InstalledTableModel_Columns_Enabled=Actief
-LocallyDownloadedTableModel_Columns_Install=Installeren
-LocallyDownloadedTableModel_Columns_Name=Naam
-LocallyDownloadedTableModel_Columns_Version=Versie
-LocallyDownloadedTableModel_Columns_Size=Maat
-UpdateTableModel_Columns_Update=Werkbij
-UpdateTableModel_Columns_Name=Naam
-UpdateTableModel_Columns_Installed=Ge\u00efnstalleerd
-UpdateTableModel_Columns_Available=Beschikbaar
-UpdateTableModel_Columns_Size=Maat
-UpdateTableModel_Columns_Category=Categorie
-SettingsTab_NewProviderName=Nieuwe leverancier
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Beschrijving:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Versie: 
-UnitDetails_Plugin_InstalledVersion=Ge\u00efnstalleerde versie:
-UnitDetails_Plugin_AvailableVersion=Beschikbare versie:
-UnitDetails_Plugin_Author=Auteur: 
-UnitDetails_Plugin_Date=Datum: 
-UnitDetails_Plugin_Source=Bron: 
-UnitDetails_Plugin_CodeName=Codenaam: 
-UnitDetails_Plugin_Homepage=Startpagina 
-UnitDetails_Plugin_Notification=Belangrijke notitie
-UnitDetails_Plugin_Description=Plug-in beschrijving
-UnitDetails_Plugin_Collecting_Dependencies=Collecting dependencies...
-UnitDetails_New_Internal_Update_Mark=new!
-lSearch1.text=&Zoeken\:
-SettingsTab.lCheckPeriod.text=&Contoleerinterval\;
-SettingsTab.lGeneral.text=Geavanceerd
-SettingsTab.addButton.text=&Nieuw
-SettingsTab.RemoveButton.text=Ve&rwijder
-SettingsTab.EditButton.text=B&ewerken
-SettingsTab.AddButton.text=Toevoegen
-SettingsTab.lUpdateCenters.text=Configuratie van bij&werk centra\;
-SettingsTab.lConnection.text=Automatische controle voor bijwerkingen
-CTL_Update_every_startup=Elke opstart
-CTL_Update_every_day=Elke dag
-CTL_Update_every_week=Elke week
-CTL_Update_every_2weeks=Elke twee weken
-CTL_Update_every_month=Elke maand
-CTL_Update_never=Nooit
-CTL_Update_custom=Gebruikersstandaard
-SettingsTab.cbSharedInstall.text=Ge&forceerde installatie in gedeelde locaties
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Schrijf permissie
-SettingsTab.cbSharedInstall.ReadOnlyMessage=Je hebt geen toestemming om plug-in(s) in de gedeelde locatie te installeren:\n{0}\nOm de installatie uit te voeren in de gedeelde locatie, moet je het programma uitvoeren als een gebruiker met beheersrecht privileges.
-SettingsTab.cbSharedInstall.NoSharedTitle=Geen installeerlocatie
-SettingsTab.cbSharedInstall.NoSharedMessage=Geen gedeelde locaties gevonden.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Kan NBM {0} niet lezen omdat {1}
-PluginManagerUI.bHelp.text=&Hulp
-ACN_UnitTable=Plug-inlijst
-ACD_UnitTable=Plug-inlijst
-ACN_UpdateCentersTable=Lijst met bijwerkcentra
-ACD_UpdateCentersTable=Lijst met bijwerkcentra die de mogelijkheid verschaffen om gekozen bijwerkcentrum uit te schakelen
-ACN_DetailsPanel=Details van plug-in
-ACN_DetailsPanel_Button={0} actie inroepen
-ACN_UnitDetails=Plug-indetails
-ACD_Reload=Catalogus herladen
-ACD_Search=Plug-ins zoeken
-ACN_Tabs=Schakelen tussen updates die beschikbaar zijn, die ge\u00efnstalleerd zijn, en gedownloade plug-ins
-ACD_Tabs=Schakelen tussen updates die beschikbaar zijn, die ge\u00efnstalleerd zijn, en gedownloade plug-ins
-ACN_PluginManagerUI=Plug-inbeheerder
-ACD_PluginManagerUI=Plug-inbeheerder voor bijwerken, installeren en verwijderen van plug-ins
-ACN_Reload=Catalogus herladen
-ACN_UpdateCenterCustomizer=Aanpasser voor bijwerkcentrum
-ACD_UpdateCenterCustomizer=Bijwerkcentrum aanpassingsinstrument voor het bewerken van bijwerkcentrumnaam en URL
-NetworkProblemPanel_ACD=n.v.t.
-NetworkProblemPanel_taMessage=Berichtje van netwerkprobleem
-NetworkProblemPanel_taTitle_ACN=Netwerkprobleem
-UnitTab.detailView.text=Vertoon details
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Internal Updates)
-Unit_InternalUpdates_Title=Internal Updates
-
diff --git a/l10n/src/nl_NL/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_nl_NL.properties
deleted file mode 100644
index a38997d..0000000
--- a/l10n/src/nl_NL/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Controleer voor &Opwaarderingen
-PluginManagerAction_Name=Plu&g-ins
-PluginManager_Panel_Name=Plug-ins
-PluginManager_CloseButton_Name=&Afsluiten
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} bijwerkingen gevonden.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} bijwerking gevonden.
-AutoupdateCheckScheduler_UpdateFound_Hint=Klik hier om je applicatie bij te werken.
-AutoupdateCheckScheduler_InstallInProgress=Een ogenblikje alsjeblieft, een andere installatie is aan de gang...
-
diff --git a/l10n/src/nl_NL/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_nl_NL.properties
deleted file mode 100644
index ecff89b..0000000
--- a/l10n/src/nl_NL/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Long-Description=Met de UI kun door de installatie je bladeren en de inhoud van de geregistreerde bijwerkcentra, bijwerkte en nieuwe modules op laden, en automatisch modules installeren.
-OpenIDE-Module-Name=Automatische bijwerk UI
-OpenIDE-Module-Short-Description=Verschaft UI van automatische bijwerkdiensten
-
diff --git a/l10n/src/nl_NL/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_nl_NL.properties
deleted file mode 100644
index 646eab9..0000000
--- a/l10n/src/nl_NL/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Welkom bij de plug-in installateur
-OperationDescriptionStep_Header_Content=De installateur zal de gekozen plug-ins opladen, geldig verklaren en daarna installeren.
-OperationDescriptionStep_TableInstall_Title=De volgende plug-ins zullen worden ge\u00efnstalleerd:
-OperationDescriptionStep_TableUpdate_Title=De volgende plug-ins zullen worden opgewaardeerd:
-OperationDescriptionStep_PluginBrokesJavaDependency=Het Java platform versie {0} werd gevraagd maar {1} loopt.
-OperationDescriptionStep_HeaderUninstall_Head=Welkom bij de plug-in installateur
-OperationDescriptionStep_HeaderUninstall_Content=De verkozen plug-ins zullen worden verwijderd. De verkozen plug-ins zullen van de schijf worden verwijderd.
-OperationDescriptionStep_TableUninstall_Title=De volgende plug-ins zullen worden verwijderd:
-OperationDescriptionStep_HeaderActivate_Head=Welkom bij de plug-in installateur
-OperationDescriptionStep_HeaderActivate_Content=De verkozen plug-ins zullen worden uitgeschakeld.
-OperationDescriptionStepActivate_Table_Title=De volgende plug-ins zullen worden uitgeschakeld:
-OperationDescriptionStep_HeaderDeativate_Head=Welkom bij de plug-in installateur
-OperationDescriptionStep_HeaderDeativate_Content=De verkozen plug-ins zullen worden uitgeschakeld.
-OperationDescriptionStep_TableDeativate_Title=De volgende plug-ins zullen worden uitgeschakeld:
-PanelBodyContainer_PleaseWait=Even wachten alsjeblieft totdat het installateur de afhankelijkheden van de plug-ins ontdekt heeft.
-DependenciesResolutionStep_Table_Title=De volgende plug-ins zullen ook worden ge\u00efnstalleerd omdat een of meer van de plug-ins die je wilt installeren van hen afhangen:
-UninstallDependenciesResolutionStep_Table_Title=Voordat je deze plug-ins kunt uitschakelen, moeten eerst de volgende verbonden plug-ins uitgeschakeld worden:
-LicenseApprovalPanel_taTitle_Text=Voor het doorgaan van de installatie, moet je het eens zijn met alle \nlicentieovereenkomsten in verband met deze specifieke plug-ins.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} Licentie-overeenkomst
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=Licentieovereenkomst
-LicenseApprovalPanel_Header_Content=Lees alle volgende licentieovereenkomsten zorgvuldig alsjeblieft. 
-InstallUnitWizard_Title=Plug-in installateur
-InstallStep_Header_Download_Head=Opladen
-InstallStep_Header_Download_Content=Wacht alstublieft totdat de installateur de gewenste plug-ins opgeladen heeft.
-InstallStep_Header_Verify_Head=Geldig verklaren
-InstallStep_Header_Verify_Content=Wacht alsjeblieft totdat de installateur de opgeladen plug-ins geldig verklaart heeft.
-InstallStep_Header_Install_Head=Installeer
-InstallStep_Header_Install_Content=Wacht alsjeblieft totdat de installateur de installatie voltooit heeft.
-InstallStep_Header_InstallDone_Head=Installatie met goed gevolg voltooid
-InstallStep_Header_InstallDone_Content=Klik Afmaken om de installateur te stoppen
-InstallStep_Header_InstallUnsuccessful_Head=Installatie mislukt, installatie is niet voltooid
-InstallStep_Header_InstallUnsuccessful_Content=Klik afmaken om de installateur te stoppen en te proberen om de applicatie te herstarten.
-InstallStep_Header_Restart_Head=Herstart de applicatie om de installatie te voltooien
-InstallStep_Header_Restart_Content=Herstart de applicatie om de installatie van de plug-in te voltooien.
-UninstallStep_Header_Restart_Head=Herstart de applicatie om de uitschakeling te voltooien
-UninstallStep_Header_Restart_Content=Herstart de applicatie om de uitschakeling te voltooien.
-CustomHandleStep_Header_Install_Restart_Head=Herstart de applicatie om de installatie te voltooien
-CustomHandleStep_Header_Install_Restart_Content=Herstart de applicatie om de installatie van de plug-in te voltooien.
-CustomHandleStep_Header_Uninstall_Restart_Head=Herstart de applicatie om de teniet gedane installatie te voltooien
-CustomHandleStep_Header_Uninstall_Restart_Content=Herstart de applicatie om de plug-in verwijdering te voltooien
-
-InstallStep_Done=Klaar.
-InstallStep_Unsuccessful=Installatie is voltooid maar enige problemen deden zich voor:  {0}.
-InstallUnitWizardModel_Buttons_RestartNow=He&rstart nu
-InstallUnitWizardModel_Buttons_RestartLater=Herstart &later
-InstallUnitWizardModel_Buttons_Install=&Installeren
-InstallUnitWizardModel_Buttons_Update=&Bijwerken
-InstallUnitWizardModel_Buttons_Close=&Voltooi
-InstallUnitWizardModel_Buttons_Next=Volgend
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Verwijderen
-UninstallUnitWizardModel_Buttons_TurnOn=&Activeren
-UninstallUnitWizardModel_Buttons_TurnOff=&Uitschakelen
-InstallStep_InstallDone_Text=De plug-in installateur heeft de volgende plug-ins met goed gevolg ge\u00efnstalleerd.
-InstallStep_InstallUnsuccessful_Text=De plug-in installateur onderging probleem {0} gedurende de installatie van de volgende plug-ins:
-UninstallStep_UninstallDone_Text=De plug-in installateur heeft de volgende plug-ins met goed gevolg verwijderd.
-UninstallStep_ActivateDone_Text=De plug-in installateur heeft de volgende plug-ins met goed gevolg ge\u00efnstalleerd:
-UninstallStep_DeactivateDone_Text=De plug-in installateur heeft de volgende plug-ins met goed gevolg gedeactiveerd:
-UninstallStep_UninstallFailed_Text=Mislukte verwijdering: {0}
-UninstallStep_ActivateFailed_Text=Mislukte activatie: {0}
-UninstallStep_DeactivateFailed_Text=Mislukte uitschakeling: {0}
-UninstallStep_Done=Klaar.
-UninstallStep_Failed=Mislukt. {0}
-UninstallStep_Header_Uninstall_Head=Verwijdering
-UninstallStep_Header_Uninstall_Content=Wacht alsjeblieft totdat alle gekozen plug-ins verwijdert zijn.
-UninstallStep_Header_Deactivate_Head=Uitschakeling
-UninstallStep_Header_Deactivate_Content=Wacht alsjeblieft totdat alle gekozen plug-ins uitgeschakeld zijn.
-UninstallStep_Header_Activate_Head=Activatie
-UninstallStep_Header_Activate_Content=Wacht alsjeblieft totdat alle gekozen plug-ins geactiveerd zijn.
-UninstallStep_Header_UninstallDone_Head=Verwijdering met goed gevolg voltooit
-UninstallStep_Header_UninstallDone_Content=Klik Afmaken om de plug-in installateur te stoppen. 
-UninstallStep_Header_DeactivateDone_Head=Uitschakeling met goed gevolg voltooit.
-UninstallStep_Header_DeactivateDone_Content=Klik Afmaken om de plug-in installateur te stoppen. 
-UninstallStep_Header_ActivateDone_Head=Activatie met goed gevolg voltooit
-UninstallStep_Header_ActivateDone_Content=Klik Afmaken om de plug-in installateur te stoppen. 
-UninstallStep_Header_UninstallFailed_Head=Verwijdering mislukte
-UninstallStep_Header_UninstallFailed_Content=Klik Afmaken om de plug-in installateur te stoppen. 
-UninstallStep_Header_DeactivateFailed_Head=Uitschakeling mislukte
-UninstallStep_Header_DeactivateFailed_Content=Klik Afmaken om de plug-in installateur te stoppen. 
-UninstallStep_Header_ActivateFailed_Head=Activatie mislukte
-UninstallStep_Header_ActivateFailed_Content=Klik Afmaken om de plug-in installateur te stoppen. 
-UninstallStep_ProgressName_Uninstall=Verwijdering  van plug-ins
-UninstallStep_ProgressName_Activate=Activatie van plug-ins
-UninstallStep_ProgressName_Deactivate=Uitschakeling van plug-ins
-ValidationWarningPanel_ShowCertificateButton=&Vertoon certificatie
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Validatie waarschuwing
-ValidationWarningPanel_VerifyCertificate_Title=Controleer certificaat
-ValidationWarningPanel_ContinueButton=Doorgaan
-ValidationWarningPanel_taHead_NotSignedText=De volgende plug-ins zijn niet gesigneerd\:
-ValidationWarningPanel_taHead_NotTrustedText=De volgende plug-ins zijn gesigneerd, maar niet vertrouwd\:
-ValidationWarningPanel_taWarning_Text=Waarschuwing: Het installeren van niet-vertrouwde plug-ins is potentieel onveilig. Gebruik ongesigneerde of niet-vertrouwde plug-ins op eigen risico.
-OperationDescriptionStep_CustomHandled_Head={0} plug-ins maken gebruik van de inheemse installateur:
-InstallStep_Download_DownloadingPlugins=Plug-ins aan het opladen...
-InstallStep_Validate_ValidatingPlugins=Geldig verklaring van plug-ins...
-InstallStep_Install_InstallingPlugins=Plug-ins aan het installeren...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br />Sommige plug-ins zijn niet ge\u00efnstalleerd om mogelijke installatie problemen te voorkomen.
-CustomHandleStep_Header_Install_Head=Installeer
-CustomHandleStep_Header_Install_Content=Wacht alsjeblieft totdat de installateur de installatie voltooit heeft.
-CustomHandleStep_Header_Uninstall_Head=Verwijdering
-CustomHandleStep_Header_Uninstall_Content=Wacht alsjeblieft todat de installateur de geselecteerde plug-ins verwijderd heeft.
-CustomHandleStep_Header_InstallDone_Head=Installatie met goed gevolg voltooid
-CustomHandleStep_Header_InstallDone_Content=Klik Volgende om door te gaan me de installatie van de overige gekozen plug-ins met behulp van de plug-ininstallateur.
-CustomHandleStep_Header_UninstallDone_Head=Verwijdering met goed gevolg voltooit
-CustomHandleStep_Header_UninstallDone_Content=Klik Volgende om door te gaan met het installeren van de overige uitgekozen plug-ins.
-CustomHandleStep_Header_InstallFail_Head=De installatie mislukte.
-CustomHandleStep_Header_InstallFail_Content=Klik annuleren om de plug-ininstallateur te stoppen.
-CustomHandleStep_Header_UninstallFail_Head=Installatie mislukte
-CustomHandleStep_Header_UninstallFail_Content=Klik annuleren om de plug-ininstallateur te stoppen.
-CustomHandleStep_Install_InstallingPlugins=De installateur van de plug-in is bezig met installeren...
-CustomHandleStep_Uninstall_UninstallingPlugins=Bezig met de verwijdering van installateur van de plug-in...
-CustomHandleStep_Done=Klaar.
-CustomHandleStep_InstallDone_Text=De plug-ininstallateur heeft de installatie met goede gevolgen voltooit.
-CustomHandleStep_InstallFail_Text=Installatie van {0} mislukte.
-CustomHandleStep_UninstallDone_Text=De plug-in installateur heeft de installatie met goede gevolgen ongedaan gemaakt.
-CustomHandleStep_UninstallFail_Text=De verwijdering van {0} mislukte.
-InstallStep_NetworkProblem_Continue=&Weer proberen
-InstallStep_NetworkProblem_Text=Netwerken probleem in {0}
-OperationPanel.cbRunInBackground.text=Uitvoe&ren op de achtergrond
-InstallSupport_InBackground_NetworkError=Kan geen verbinding maken met het bijwerkingscentrum.
-InstallSupport_InBackground_NetworkError_Details=Details
-LicenseApprovalPanel.cbAccept.text=Ik ga &akkoord met de voorwaarden in alle licentieovereenkomsten.
-InstallSupport_RestartNeeded=Herstart de applicatie om de installatie te voltooien.
-UninstallSupport_RestartNeeded=Herstart de applicatie om de uitschakeling te voltooien.
-CustomHandleStep_Install_RestartNeeded=Herstart de applicatie om de installatie te voltooien.
-CustomHandleStep_Uninstall_RestartNeeded=Herstart de applicatie om de teniet gedane installatie te voltooien
-
-RestartNeeded_Details=Click here to restart your application now
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans installatie wizard
-PanelBodyContainer_ACD=NetBeans installatie wizard
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=n.v.t.
-LicenseApprovalPanel_taLicenses_ACD=n.v.t.
-LicenseApprovalPanel_cbAccept_ACN=n.v.t.
-ValidationWarningPanel_tpPlugins_ACN=Niet-geverifieerde plug-ins
-ValidationWarningPanel_taWarning_Text_ACD=Waarschuwing: Het installeren van niet-vertrouwde plug-ins is potentieel onveilig. Gebruik ongesigneerde of niet-vertrouwde plug-ins op eigen risico.
-ValidationWarningPanel_taWarning_Text_ACN=Waarschuwing
-ValidationWarningPanel_taHead_ACN=n.v.t.
-ValidationWarningPanel_ACD=n.v.t.
-UninstallUnitWizard_Title=Plug-in installateur
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Je applicatie is up-to-date!</h3>
-LazyOperationDescriptionStep_NoUpdates=Er zijn geen bijwerkingen beschikbaar.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Controleren voor mislukte bijwerkingen.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Controleer je netwerk verbinding, verwittig dat je proxyzettingen<br />juist ingesteld zijn, or probeer het later nog eens.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Op zoek naar bijwerkingen.</b><br />Een ogenblikje alsjeblieft terwijl de installateur naar beschikbare bijwerkingen zoekt.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Initialiseren van de lijst met bijwerkingen... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Sommige plug-ins vereisen dat plug-in {0} ge\u00efnstalleerd is.</h3>{1}<br /><br />
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Sommige plug-ins wachten totdat de applicatie opnieuw gestart is voordat de volgende problemen opgelost kunnen worden:</h3>{1}<br />
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Sommige plug-ins vereisen bekwaamheid {0}</h3>{1}<br /><br />
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Sommige plug-ins vereisen het Java platform in versie {0}</h3>{1}<br /><br />
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Sommige plug-ins vereisen JDK</h3>Sommige gekozen plug-ins vereisen de JDK om te kunnen functioneren. Het blijkt dat NetBeans IDE momenteel met de JRE loopt in plaats van de volledige JDK.<br /><br />Om deze plug-ins te gebruiken, start IDE met de <code>--jdkhome</code> commandoregel optie om de locatie van een JDK installatie te zetten. Zie <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> voor meer informatie.<br /><br />
-OperationDescriptionStep_BrokenModuleDep=De plug-in {0} zal ook ge\u00efnstalleerd moeten worden.
-OperationDescriptionStep_BrokenModuleNameDep=De plug-in genaamd {0} is nodig en kon niet gevonden worden.
-OperationDescriptionStep_BrokenModuleVersionDep=De plug-in {0} is verzocht in versie >= {1} maar {2} was slechts gevonden.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=De plug-in {0} wordt verzocht in versie >= {1} (uitgaveversie {2}) maar {3} (van uitgaveversie verschillend van {2}) werd gevonden.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=De plug-in {0} is verzocht in versie {1}.
-OperationDescriptionStep_BrokenModuleImplDep=De plug-in {0} is verzocht in implementatie versie {1}.
-OperationDescriptionStep_BrokenRequiresDep=Geen plug-in met het vermogen om {0} kon gevonden worden.
-OperationDescriptionStep_AffectedPluginByBrokenDep=De volgende plug-ins zijn getroffen:<br />
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=De volgende plug-in is getroffen:<br />
-OperationDescriptionStep_AffectedPlugin=      {0}<br />
-InstallStep_DownloadProblem=Er waren enige problemen tijdens het opslaan van {0}.\nReden: {1}
-InstallStep_DownloadProblem_SomePlugins=gekozen plug-ins
-
diff --git a/l10n/src/nl_NL/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_nl_NL.properties
deleted file mode 100644
index ed20dd6..0000000
--- a/l10n/src/nl_NL/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP Platform
-OpenIDE-Module-Name=RCP Platform
-OpenIDE-Module-Short-Description=RCP Platform
-OpenIDE-Module-Long-Description=Het NetBeans RCP platform is een generiek kader voor Swing toepassingen. Het verschaft de gemeenschappelijke diensten voor vrijwel alle grote bureaublad applicaties: venster beheer, menus, instellingen en de opslag, bijwerk beheer, bestandstoegang, enz.<br><br>Zie meer informatie op <a href = "http://platform. netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/nl_NL/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_nl_NL.properties
deleted file mode 100644
index e0c2a9e..0000000
--- a/l10n/src/nl_NL/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME speurder pp SystemFS
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=De standaard uitvoering van MimeDataProvider
-OpenIDE-Module-Long-Description=Het MIME speurder op SystemFS module implementeert MimeDataProvider dat objecten opzoekt in de map hi\u00ebrarchie op het systeem bestandssysteem.
-
-
diff --git a/l10n/src/nl_NL/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_nl_NL.properties
deleted file mode 100644
index b6c42d8..0000000
--- a/l10n/src/nl_NL/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME opzoek API
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=De MIME opzoek API.
-OpenIDE-Module-Long-Description=De MIME opzoek API biedt API voor het opzoeken van MIME-type afhankelijkheidsinstellingen, diensten en andere voorwerpen. Het biedt ook een SPI voor de uitvoering van aanvullende MIME-type verwante gegevens leverancier.
-
diff --git a/l10n/src/nl_NL/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_nl_NL.properties
deleted file mode 100644
index f13df25..0000000
--- a/l10n/src/nl_NL/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Voeg aan bladwijzers toe
-ACT_AddOnFavoritesNode=&Voeg aan bladwijzers toe...
-ACT_Remove=Verwijde&r van bladwijzers
-ACT_View=Bladw&ijzers
-ACT_Select=Bladwijzers
-ACT_Select_Main_Menu=Kies van Bl&adwijzers
-
-Favorites=Bladwijzers
-Templates/Other=Andere
-Templates/Properties=Gebruiker samenstelling eigenschappen
-Templates/Other/Folder=Map
-Templates/Other/file=Leeg bestand
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Explorer boom
-ACSD_ExplorerBeanTree=n.v.t.
-
-# JFileChooser
-CTL_DialogTitle=Toevoegen aan bladwijzers.
-CTL_ApproveButtonText=Toevoegen
-ERR_FileDoesNotExist={0} bestaat niet.
-ERR_FileDoesNotExistDlgTitle=Toevoegen aan bladwijzers.
-
-MSG_NodeNotFound=De document node kan niet worden gevonden in het bladwijzers tabblad.
-
-# Manifest localization
-OpenIDE-Module-Name=Bladwijzers
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Ondersteuning voor de organisatie van bladwijzer bestanden.
-OpenIDE-Module-Long-Description=Bladwijzersmodule stelt u in staat om een afbeelding te maken van die bestanden die specifiek relevant zijn voor uw werk, en geeft u eenvoudige toegang in een gemeenschappelijke plaats.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Sjablonen
-Templates.Options.Export.displayName=Alle sjablonen
-Favorites.Options.Export.displayName=Bladwijzers
-
diff --git a/l10n/src/nl_NL/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_nl_NL.html b/l10n/src/nl_NL/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_nl_NL.html
deleted file mode 100644
index db22885..0000000
--- a/l10n/src/nl_NL/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_nl_NL.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Maakt een leeg bestand met een willekeurige extensie op je schijf.
-</BODY></HTML>
diff --git a/l10n/src/nl_NL/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_nl_NL.html b/l10n/src/nl_NL/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_nl_NL.html
deleted file mode 100644
index 7f819a6..0000000
--- a/l10n/src/nl_NL/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_nl_NL.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Maakt een nieuwe folder op je schijf.
-</BODY></HTML>
diff --git a/l10n/src/nl_NL/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_nl_NL.properties
deleted file mode 100644
index e753537..0000000
--- a/l10n/src/nl_NL/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Afsluiten
-BTN_TemplatesPanel_OpenInEditorButton=&Openen in bewerker
-LBL_TemplatesAction_Name=&Sjablonen
-HINT_TemplatesAction=Sjablonen naar maat maken
-LBL_TemplatesPanel_Title=Sjabloon beheerder
-BTN_TemplatesPanel_Delete=&Verwijderen
-LBL_TemplatesPanel_TemplatesLabel=&Sjablonen\:
-BTN_TemplatesPanel_Add=&Toevoegen...
-BTN_TemplatesPanel_RenameButton=&Hernoemen
-BTN_TemplatesPanel_DuplicateButton=Ko&pi\u00ebren
-BTN_TemplatesPanel_NewFolder=&Nieuwe map
-BTN_TemplatesPanel_MoveUp=Naar &boven
-BTN_TemplatesPanel_MoveDown=Naar &onder
-LBL_TemplatesPanel_JFileChooser_Title=Add Existing Template
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Toevoegen
-TXT_TemplatesPanel_NewFolderName=Nieuwe map
-MSG_TemplatesPanel_Nonexistent_File=File ''{0}''\ndoes not exist, please specify an existing file.
-
-TemplatesPanel_TemplateNode_DisplayName=Vertoon naame
-TemplatesPanel_TemplateNode_DisplayName_Desc=Vertoon de naam van dit sjabloon. Weergegeven in Bestand|Nieuw wizard evenals in Extra|Sjablonen.
-TemplatesPanel_TemplateNode_FileName=Bestandsnaam
-TemplatesPanel_TemplateNode_FileName_Desc=Bestandsnaam van het bestand dat dit sjabloon vertegenwoordigd.
-TemplatesPanel_TemplateNode_ScriptEngine=Script machine
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Script machine te gebruiken voor de verwerking van dit sjabloon.
-TemplatesPanel_TemplateNode_TemplateCategories=Sjabloon categorie\u00ebn
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=Een lijst van de sjabloon rubrieken die toepasselijk zijn voor dit sjabloon.
-
-ACD_TemplatesPanel_Add=Voeg sjabloon toe
-
-ACD_TemplatesPanel_New=Nieuwe sjabloon
-
-ACD_TemplatesPanel_Duplicate=Kopieer de verkozen sjabloon
-
-ACD_TemplatesPanel_Rename=Hernoem sjabloon
-
-ACD_TemplatesPanel_MoveUp=Schuif de geselecteerde sjabloon op
-
-ACD_TemplatesPanel_MoveDown=Schuif geselecteerde sjabloon naar onder
-
-ACD_TemplatesPanel_Delete=Verwijder sjabloon
-
-TT_TemplatesPanel_Add=Voeg sjabloon toe
-
diff --git a/l10n/src/nl_NL/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_nl_NL.properties
deleted file mode 100644
index ba20ec1..0000000
--- a/l10n/src/nl_NL/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Kon geen verbinding maken met URL {0}; deze hulpbron werd niet gevonden.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Waarschuwing: het JavaHelp-onderwerp ID {0} werd niet gevonden.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Helpverzamelingen laden...
-ACSD_JavaHelp_viewer=Vertoont een of meer on-line helpverwijzingen in JavaHelp formaat
-ACSD_Loading_Dialog=Helpverzamelingen laden
-
-# HelpAction
-LBL_HelpAction=Help
-CTL_OpeningHelp=Help openen...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP-monitor
-
-# a11y - BrowserDisplayer
-ACSD_Label=Klik hier om deze link in een webbrowser te openen.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Vertoning van help ID: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Vertoning van help ID: {0}
-
-QuickSearch/Help=Help
-Err_CreateJavaHelpSearchEngine=Het maken van een JavaHelp-zoekmachine is mislukt.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Verbinding kopi\u00ebren
-
diff --git a/l10n/src/nl_NL/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_nl_NL.properties
deleted file mode 100644
index cef0f67..0000000
--- a/l10n/src/nl_NL/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JavaHulp-integratie
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Verschaft de mogelijkheid om JavaHelp-verzamelingen aan de IDE toe te voegen.
-OpenIDE-Module-Long-Description=Bevat de feitelijke JavaHelp-runtimebibliotheek, en de implementatie van dat deel van de Modules-API die het mogelijk maakt dat andere modules hulpverzamelingen kunnen installeren met behulp van de JavaHelp-technologie.
-
-Menu/Help/master-help.xml=Help &inhoudsopgave
-Menu/Help/HelpShortcuts=Help &verzamelingen
-Actions/Help/master-help.xml=Help &inhoudsopgave
-
diff --git a/l10n/src/nl_NL/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_nl_NL.html b/l10n/src/nl_NL/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_nl_NL.html
deleted file mode 100644
index 79da77f..0000000
--- a/l10n/src/nl_NL/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_nl_NL.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-
-<HTML><head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<TITLE>Hoofdindex</TITLE>
-</HEAD><BODY>
-Dit venster bevat de hoofdset van alle geïnstalleerde documentatie. Je kunt de navigators links gebruiken om de volledige inhoudsopgave en index van IDE door te bladeren, en je kunt de gehele documentatie doorzoeken op index en op volledige tekst.
-</BODY></HTML>
diff --git a/l10n/src/nl_NL/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_nl_NL.xml b/l10n/src/nl_NL/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_nl_NL.xml
deleted file mode 100644
index 80e92c3..0000000
--- a/l10n/src/nl_NL/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_nl_NL.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-
-Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-Other names may be trademarks of their respective owners.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-particular file as subject to the "Classpath" exception as provided
-by Oracle in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
-<helpset version="2.0">
-    <title>Hulp</title>
-    <maps>
-        <homeID>org.netbeans.api.javahelp.MASTER_ID</homeID>
-        <mapref location="masterHelpMap.jhm"/>
-    </maps>
-    <view mergetype="javax.help.UniteAppendMerge">
-        <name>TOC</name>
-        <label>Inhoud</label>
-        <type>javax.help.TOCView</type>
-        <data>masterHelpToc.xml</data>
-    </view>
-    <!--
-    <view mergetype="javax.help.SortMerge">
-        <name>Index</name>
-        <label>Index</label>
-        <type>javax.help.IndexView</type>
-    </view>
-    -->
-    <view>
-        <name>Search</name>
-        <label>Zoeken</label>
-        <type>javax.help.SearchView</type>
-    </view>
-    <!--
-    <view>
-        <name>Favorites</name>
-        <label>Favorites</label>
-        <type>javax.help.FavoritesView</type>
-    </view>
-    -->
-    <presentation default="true" displayviews="true" displayviewimages="false">
-        <name>main window</name>
-        <toolbar>
-            <helpaction image="helpviewer_back">javax.help.BackAction</helpaction>
-            <helpaction image="helpviewer_forward">javax.help.ForwardAction</helpaction>
-            <helpaction image="helpviewer_print">javax.help.PrintAction</helpaction>
-            <helpaction image="helpviewer_page-setup">javax.help.PrintSetupAction</helpaction>
-        </toolbar>
-    </presentation>
-    <presentation displayviews="false">
-        <name>NBSecondaryWindow</name>
-        <size width="600" height="400" />
-        <location x="200" y="200" />
-    </presentation>
-
-    </helpset>
diff --git a/l10n/src/nl_NL/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_nl_NL.html b/l10n/src/nl_NL/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_nl_NL.html
deleted file mode 100644
index e399b71..0000000
--- a/l10n/src/nl_NL/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_nl_NL.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Module niet ingeschakeld</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Module niet ingeschakeld</h2>
-<p>Het hulp-onderwerp die je probeert te bekijken is gelegen in het \ (0 \) module, die op dit moment uitgeschakeld is. Om geïnstalleerde maar gedeactiveerde modules in te schakelen:</p>
-<ol><li>Kies extra > plugins (NetBeans voorkeuren op Mac).</li>
-    <li>Ga naar het geïnstalleerde tabblad.</li>
-    <li>Kies de {0} module en klik activeer.</li> </ol>
-</body>
-</html>
diff --git a/l10n/src/nl_NL/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_nl_NL.html b/l10n/src/nl_NL/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_nl_NL.html
deleted file mode 100644
index a2e4bfd..0000000
--- a/l10n/src/nl_NL/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_nl_NL.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Module niet geinstalleerd</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Module niet geinstalleerd</h2>
-<p>De help-onderwerp dat je probeert te bekijken is gelegen in de {0} module, die momenteel niet is geïnstalleerd. Deze module is waarschijnlijk beschikbaar als een plugin. Om te onderzoeken, kies Extra > Plugins.
-</p>
-</body>
-</html>
diff --git a/l10n/src/nl_NL/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_nl_NL.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/nl_NL/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/nl_NL/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_nl_NL.properties
deleted file mode 100644
index f617e03..0000000
--- a/l10n/src/nl_NL/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Sample value ensuring that decryption is working.
-FallbackProvider.msg_clear_keys=Your previously stored passwords cannot be decrypted. Do you wish to forget all existing passwords and start with a fresh keyring?
-FallbackProvider.title_clear_keys=Delete Stored Passwords
-MasterPasswordPanel.masterPasswordLabel.text=Master &Password:
-MasterPasswordPanel.setNewBox.text=&Change...
-MasterPasswordPanel.newLabel1.text=&New Master Password:
-MasterPasswordPanel.newLabel2.text=&Retype:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=Enter Master Password
-MasterPasswordPanel.enter_password=Enter password
-MasterPasswordPanel.enter_new_password=Enter new password
-MasterPasswordPanel.password_mismatch=New passwords do not match
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/nl_NL/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_nl_NL.properties
deleted file mode 100644
index f525404..0000000
--- a/l10n/src/nl_NL/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Kan bestand {0} niet maken in map {1}.
-EXC_CannotCreateExistingData=Kan bestand {0} niet maken in map {1}. Dit bestand bestaat al.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Kan map {0} niet maken in map {1}.
-EXC_CannotCreateExistingFolder=Kan map{0} niet maken in map {1}. Deze map bestaat al.
-
-# {0} - the file
-EXC_CannotLock=Cannot lock read-only file {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Kan bestand {0} op {1} niet verwijderen.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Kan bestand {0}  op {1} niet hernoemen naar {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Ongeldige slot [{0}] voor bestand {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Kan de root van bestandssysteem{0} niet hernoemen.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Kan de root van bestandssysteem {0} niet verwijderen.
-
-EXC_CannotLockRoot=Root kan niet worden afgesloten.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Kan geen exclusieve toegang krijgen tot {0} (waarschijnlijk geopend voor lezen).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Kan geen gedeelde toegang krijgen tot {0} (waarschijnlijk geopend voor schrijven).
-
diff --git a/l10n/src/nl_NL/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_nl_NL.properties
deleted file mode 100644
index 96fcacd..0000000
--- a/l10n/src/nl_NL/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=Betand {0} is reeds vergrendeld.
-EXC_FileLockAlreadyExists=Bestand {0} is reeds vergrendeld (lock {1} bestaat).
-# {0} - full path
-FileObj.readOnlyFile=Bestand {0} kan niet worden gescheven omdat het alleen-lezen is.
-
diff --git a/l10n/src/nl_NL/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_nl_NL.properties
deleted file mode 100644
index e5e496e..0000000
--- a/l10n/src/nl_NL/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Hoofd bestandssysteem
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Voegt meerdere bestandssystemen samen tot een logische boom.
-OpenIDE-Module-Long-Description=Maakt koppelingen voor schijf roots en maakt daarna verbindingen met andere bestandssystemen zoals VCS, zodoende wordt een enkele bestandssysteemomslag voor alle koppelingen afgeleverd.
-
-LBL_loaderName=Map oplader voor hoofd bestandssysteem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Kan de root van bestandssysteem{0} niet hernoemen.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Kan de root van bestandssysteem {0} niet kopi\u00ebren.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Kan de root van bestandssysteem {0} niet verplaatsen.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Kan de root van bestandssysteem {0} niet verwijderen.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Kan bestand {0}  op {1} niet hernoemen naar {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Bestandssysteem {0} is alleen-lezen.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Bestandssysteem {1}  kan niet worden gekoppeld worden aan de root {0}, omdat bestandsysteem {2} reeds gekoppelt is.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Bestandssysteem {1}  kan niet worden gekoppeld aan de root {0}.  
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Bestandssysteem {0}  kan niet worden ontkoppeld. 
-
diff --git a/l10n/src/nl_NL/platform/options-api/options-api/org/netbeans/modules/options/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/options-api/options-api/org/netbeans/modules/options/Bundle_nl_NL.properties
deleted file mode 100644
index 3e7196a..0000000
--- a/l10n/src/nl_NL/platform/options-api/options-api/org/netbeans/modules/options/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Opties dialoogvenster en SPI
-OpenIDE-Module-Display-Category=Extras
-OpenIDE-Module-Short-Description=Verschaft het opties dialoogvenster en een SPI om hierbij panelen aan toe te voegen.
-OpenIDE-Module-Long-Description=Verschaft het Extras | Opties dialoogvenster. Met SPI kunt u geheel nieuwe panelen, of delen aan de afwisselingspaneel toevoegen.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Opties
-CTL_Options_Dialog_Title=Opties
-CTL_OK=OK
-CTL_Classic=Geavanceerde opties
-CTL_Classic_Title=Geavanceerde opties
-CTL_Modern=&Basis opties
-CTL_Loading_Options=Oplaad instellingen...
-CTL_Error_Loading_Options=Oplaad opties mislukt.
-CTL_Some_values_changed=Er zijn enkele veranderingen. Wilt u deze toe te passen?
-
-CTL_General_Options=&Algemeen
-CTL_General_Options_Title=Algemeen
-CTL_Editor=Be&werker
-CTL_Editor_Title=Bewerker
-CTL_Font_And_Color_Options=&Lettertypen & kleuren
-CTL_Font_And_Color_Options_Title=Lettertypen & kleuren
-CTL_Keymap_Options=&Toetsendiagram
-CTL_Keymap_Options_Title=Toetsendiagram
-
-CTL_Export=Expor&teren
-CTL_Import=&Importeren
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= Roept geavanceerde opties dialoogvenster
-ACS_OptionsPanel=Opties dialoogvenster
-ACS_Export=Exporteer opties
-ACS_Import=Importeer opties
-TabbedController.pane.AD=Opties paneel
-
-QuickSearch/GoToOption=Opties
-
diff --git a/l10n/src/nl_NL/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_nl_NL.properties
deleted file mode 100644
index 90ad672..0000000
--- a/l10n/src/nl_NL/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Diversen
-CTL_Advanced_Options_Title=Diversen
-CTL_Advanced_Options_Description=Diversen
-AdvancedPanel.tabbedPanel.AD=Diversen tabblad paneel
-Advanced.Export.Category=Diversen
-
diff --git a/l10n/src/nl_NL/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_nl_NL.properties
deleted file mode 100644
index e7366d0..0000000
--- a/l10n/src/nl_NL/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Definieer hier
-LBL_action_revert=Maak Def. ongedaan
-LBL_action_delete=Verwijder
-
-MSG_ask_remove_above_defined_files=Het verhuizen van de definitie naar deze plek, heeft als gevolg dat alle waarden in lagen links van de geselecteerde kolom worden verwijdert.\n\nWilt u doorgaan?
-
-#file state tooltips
-LBL_fstate_defined=Instelling definitie
-LBL_fstate_ignored=Ongebruikte instellingswaarde
-LBL_fstate_inherited=Instellen overgenomen
-LBL_fstate_undefined=Instelling waarde is niet hier gedefinieerd
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=Gebruiker
-LBL_FSP_Desc_Session-Layer=Sessie instellingsniveau
-LBL_FSP_Modules-Layer=Standaard
-LBL_FSP_Desc_Modules-Layer=Standaard niveau van installatie-instellingen
-
-#OptionsAction
-Options=&Opties
-CTL_close_button=&Afsluiten
-ACSD_close_button=n.v.t.
-ACSN_optionsTree=n.v.t.
-ACSD_optionsTree=n.v.t.
-LBL_computing=Instellingen inwijden...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Vertoon niveaus (druk +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Verberg niveaus (druk +)
-CTL_Templates_name=Sjablonen
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorer
-ACSN_ExplorerBeanTree=Explorer boom
-ACSD_ExplorerBeanTree=n.v.t.
-
diff --git a/l10n/src/nl_NL/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_nl_NL.properties
deleted file mode 100644
index 8a6306d..0000000
--- a/l10n/src/nl_NL/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=Kie&s opties voor exporteren
-OptionsChooserPanel.outline.all=Alles
-OptionsChooserPanel.outline.header.tree=Beschikbare opties
-OptionsChooserPanel.outline.AN=Beschikbare opties
-OptionsChooserPanel.outline.AD=Stamboom van beschikbare opties
-OptionsChooserPanel.lblFile.text=Gewens&t zip-bestand
-OptionsChooserPanel.btnBrowse=Blade&ren...
-OptionsChooserPanel.btnBrowse.AN=Bladeren
-OptionsChooserPanel.btnBrowse.AD=Bladeren
-OptionsChooserPanel.txtFile.AD=Bron of doelwit voor import/export.
-OptionsChooserPanel.loading=Laden...
-OptionsChooserPanel.file.warning=Kies een geldig zip-bestand alstublieft
-OptionsChooserPanel.nooption.warning=Kies een exportartikel, alstublieft
-OptionsChooserPanel.file.chooser.title=Kies het gewenste zip-bestand 
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=Kies de opties die ge\u00ebxporteerd moeten worden
-OptionsChooserPanel.export.status.text=Exporteren van opties voltooid.
-OptionsChooserPanel.import.title=Kies opties die ge\u00efmporteerd worden
-OptionsChooserPanel.import.lblFile.text=&Importeer bron:
-OptionsChooserPanel.import.lblHint.text=Kie&s de opties voor importeren:
-OptionsChooserPanel.import.file.warning=Kies een geldig zip-bestand of een gebruikers locatie
-OptionsChooserPanel.import.nooption.warning=Kies iets om te importeren alstublieft
-OptionsChooserPanel.import.file.chooser.title=Kies zip bestand of gebruikers locatie
-OptionsChooserPanel.import.invalid.userdir.title=Ongeldige gebruikerslocatie?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Map {0} blijkt geen geldige gebruikerslocatie te zijn. Wil je echt de opties van deze plek importeren?
-OptionsChooserPanel.AD=Paneel voor het kiezen van export/import opties.
-OptionsChooserPanel.import.error=Fout tijdens het importeren van opties. Run IDE with parameter -J-Dorg.netbeans.modules.options.export.level=100 and look at IDE log for details.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Ongeldig zip bestand: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Schrijven naar bestand {0} mislukte.
-ImportConfirmationPanel.title=Importeren bekrachtigen
-ImportConfirmationPanel.cbRestart.text=&Restart IDE now (without restart imported settings may not work)
-ImportConfirmationPanel.cbRestart.AD=Beslis om nu of later de IDE op te starten
-ImportConfirmationPanel.cbRestart.AN=IDE nu herstarten?
-ImportConfirmationPanel.lblMessage.text=Importeren kan je huidige zettingen vernietegen. Exporteer eerst om een reservekopie van de huidige opties te maken. Wil je doorgaan?
-ImportConfirmationPanel.lblMessage.AD=Bevestigingsboodschap
-ImportConfirmationPanel.AN=Importeer bevestiging
-ImportConfirmationPanel.AD=Importeer bevestiging
-ExportConfirmationPanel.title=Stored Passwords Warning
-ExportConfirmationPanel.lblMessage.text=Exported settings may contain stored passwords. Sharing your settings with other users represents a potential security risk. Wil je doorgaan?
-ExportConfirmationPanel.cbSkip.text=&Skip this warning next time
-ExportConfirmationPanel.cbSkip.AN=Skip this warning next time?
-ExportConfirmationPanel.cbSkip.AD=Decide whether skip or show this warning next time
-ExportConfirmationPanel.lblMessage.AD=Bevestigingsboodschap
-ExportConfirmationPanel.AN=Stored passwords warning
-ExportConfirmationPanel.AD=Stored passwords warning
-
diff --git a/l10n/src/nl_NL/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_nl_NL.properties
deleted file mode 100644
index 888a3ac..0000000
--- a/l10n/src/nl_NL/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Toetsdiagram opties
-
-CTL_Keymap_Options=&Toetsendiagram
-CTL_Keymap_Options_Title=Toetsendiagram
-CTL_Keymap_Options_Description=Toetsendiagram
-
-CTL_Duplicate=&Beheer profielen...
-AN_Duplicate=Kopie
-AD_Duplicate=Kopie
-CTL_Delete=Ver&wijder
-AN_Delete=Verwijder
-AD_Delete=Verwijder
-CTL_Restore=He&rstellen
-AN_Restore=Herstellen
-AD_Restore=Herstellen
-CTL_Show_Actions=Acties
-AN_Show_Actions=Acties
-AD_Show_Actions=Acties
-CTL_Show_Shortcuts=&Sneltoetsen
-AN_Show_Shortcuts=Sneltoetsen
-AD_Show_Shortcuts=Sneltoetsen
-CTL_Add_Shortcut=Toevoegen
-AN_Add_Shortcut=Toevoegen
-AD_Add_Shortcut=Toevoegen
-CTL_Remove_Shortcut=&Verwijder
-AN_Remove_Shortcut=Verwijderen
-AD_Remove_Shortcut=Verwijderen
-CTL_Actions=Acties:
-AN_Actions=Acties
-AD_Actions=Acties
-CTL_Shortcuts=&Sneltoetsen:
-AN_Shortcuts=Sneltoetsen
-AD_Shortcuts=Sneltoetsen
-AN_Profiles=Profielen
-AD_Profiles=Profielen
-Show_Actions=Acties
-Show_Shortcuts=&Sneltoetsen
-Keymaps=Toetsdiagrammen
-CTL_Keymap_Name=&Profiel:
-View_By=&Bekijk door
-Shortcut=&Sneltoets:
-Add_Shortcut_Dialog=Sneltoets toevoegen
-CTL_Create_New_Profile_Message=Profiel &naam
-CTL_Create_New_Profile_Title=Maak nieuw profiel dialoogvenster
-Shortcut_Conflict=<html>Sneltoets al toegewezen aan {0} actie. Als u doorgaat zal de sneltoets toewijzing verandert worden.
-CTL_Clear=Ontruimen
-AN_Clear=Ontruim sneltoets knop
-AD_Clear=Ontruim het sneltoets veld
-CTL_Tab=&Tabblad
-AN_Tab=Tabblad teken knop invoegen
-AD_Tab=Tabblad teken invoegen
-CTL_Duplicate_Profile_Name=Profiel met die naam bestaat al.\n Kies een andere naam alstublieft.
-
-CTL_Export_IDE_Actions_Action=Exporteer IDE acties naar XML
-CTL_Export_IDE_Shortcuts_Action=Exporteer IDE sneltoetsen naar XML
-CTL_Export_Editor_Shortcuts_Action=Exporteer editor sneltoetsen naar XML
-CTL_Export_Shortcuts_to_HTML_Action=Exporteer sneltoetsen naar HTML
-
-CTL_Other=Andere
-AN_Shortcut=Sneltoets veld
-AD_Shortcut=Sneltoets veld
-AN_ShortcutsDialog=Typ nieuwe sneltoets
-AD_ShortcutsDialog=Typ nieuwe sneltoets
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Verwissel toetsdiagram profiel van {1} naar {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Snel opzoeken: {1} actie inroepen, klasse {0}
-
-QuickSearch/Actions=Acties
-MSG_ActionFailure={0} actie kan niet door snel zoeken worden ingeroepen...
-
-# Quicksearch options
-KW_KeymapOptions=Toetsdiagram opties, toetsenbord sneltoetsen, toetsverbindingen
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Zoeken
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Veld wordt gebruikt om de lijst van sneltoetsen te beperken
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Doo&rzoek sneltoetsen:
-
-# Conflict dialogs
-Override_Shortcut=<html>De volgende actie(s): <br />{0} staan deze opdracht in de weg. Wilt u overschrijven?
-Conflicting_Shortcut_Dialog=Tegenstrijdig sneltoets dialoogvenster
-Override_All=<html>De volgende actie(s): <br />{0} staan deze restauratie in de weg. Wilt u alles vernietigen?
-Alternative_Shortcut=(alternatieve sneltoets)
-
-#Table columns
-Actions=Acties
-Shortcut=Sneltoets
-Category=Categorie
-Scope=Omvang
-
-#Keymap Popup
-Edit=Bewerken...
-Add_Alternative=Alternatief toevoegen
-Reset_to_Default=Tot standaard terugbrengen
-Clear=Ontruimen
-
-#Keymap completion
-No_Free_Shortcut=Geen aanbevolen lege sneltoets met prefix "{0} beschikbaar"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Dupliceren
-ProfilesPanel.exportButton.text=&Exporteren
-ProfilesPanel.deleteButton.text=Verwijderen
-ProfilesPanel.importButton.text=&Importeren
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Profiel rolpaneel
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Rolpaneel voor profielen
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=Lijst van toetsdiagram profielen
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=Lijst van profielen
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Importeert profiel van extern bestand
-ProfilesPanel.AccessibleContext.accessibleDescription=Profiel paneel
-ProfilesPanel.restoreButton.text=He&rstel standaards
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Herstelt opgeslagen standaards
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Dupliceert bestaand profiel
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exporteert huidig profiel
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Verwijdert gekozen op maat gemaakt profiel
-ProfilesPanel.AccessibleContext.accessibleName=ProfielenPaneel
-CTL_Manage_Keymap_Profiles=Beheer toestdiagram profielen
-CTL_Files=Bestanden
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Toetsen kaarten
-Keymaps.Options.Export.Profiles.displayName=Toetskaart profilen
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/nl_NL/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_nl_NL.properties
deleted file mode 100644
index 315488d..0000000
--- a/l10n/src/nl_NL/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Integratie van Swing extensies lay-out
-OpenIDE-Module-Display-Category=Bibliotheken
-OpenIDE-Module-Short-Description=Bundelt de swing lay-out bibliotheek
-OpenIDE-Module-Long-Description=Deze module bundelt de bibliotheek van de Swing lay-out extensies (van swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_nl_NL.properties
deleted file mode 100644
index e53d778..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=Algemeen annotaties
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_nl_NL.properties
deleted file mode 100644
index 61d31dd..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=Annuleer proces
-CTL_ProcessListAction=&Processen
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_nl_NL.properties
deleted file mode 100644
index 2502362..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Voortgang API
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Taak voortgang visualisatie APIs.
-OpenIDE-Module-Long-Description=Laat modules langlopende taken of processen in een centrale plaats registreren.
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_nl_NL.properties
deleted file mode 100644
index a6031b6..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Sc\u00e8ne onderdeel
-ACS_SceneComponentDesc=Sc\u00e8ne aanschouw
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_nl_NL.properties
deleted file mode 100644
index 74e9b41..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Visuele bibliotheek API
-OpenIDE-Module-Short-Description=Visuele bibliotheek API
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_nl_NL.properties
deleted file mode 100644
index 63ef550..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=Het blijkt dat er al een exemplaar van het programma aan de slag is in uw gebruikersnaam locatie.\nOfwel een vorige exemplaar van het programma is niet correct gesloten, of een andere exemplaar \nvan het programma is aan de slag op een andere computer en \ngebruikt dezelfde gebruikersnaam locatie. \ N\nAls een ander exemplaar van het programma wordt uitgevoerd in dezelfde gebruikersnaam locatie, klik dan op \nAnnuleren om de corruptie van de gebruikersnaam locatie te voorkomen. Als u zeker weet dat er geen andere \nexemplaren van het programma in uw gebruikersnaam locatie uitgevoerd worden, klikt u op OK om verder te gaan.
-MSG_AlreadyRunningTitle=Waarschuwing
-
-EXC_not_a_module={0} is is geen geldige NetBeans module.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Opstartroutine 
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=De kern opstartroutine van NetBeans-gebaseerde applicaties.
-OpenIDE-Module-Long-Description=Deze module levert de aanvankelijke infrastructuur die alle andere delen van de applicatie oplaad. Het kan niet uitgeschakeld worden.
-
-MSG_InstallJava6=Cannot run on older versions of Java than Java 6 Standard Edition.\nPlease install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=Java 6 Standard Edition or newer required
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_nl_NL.properties
deleted file mode 100644
index 73c60d6..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Output {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=&Exit IDE
-ACSD_EndTasks=n.v.t.
-CTL_PendingTitle=Verlaat IDE
-ACSD_PendingTitle=n.v.t.
-LAB_PendingTasks=de IDE &Afsluiten zal de volgende processen be\u00ebindigen:
-ACSD_PendingTasks=n.v.t.
-# {0} - process name
-CTL_PendingExternalProcess2=Proces - {0}
-# {0} - action name
-CTL_ActionInProgress={0} actie in uitvoering
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_nl_NL.properties
deleted file mode 100644
index e27afd7..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=Ve&rwijder
-CTL_MoveUp=Naar &boven
-CTL_MoveDown=Naar &onder
-CTL_AddDirectory=Director& toevoegen...
-CTL_AddJAR=&JAR/ZIP toevoegen...
-CTL_JarArchivesMask=JAR en ZIP Archiefen
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=n.v.t.
-ACSD_MoveUp=n.v.t.
-ACSD_MoveDown=n.v.t.
-ACSD_AddDirectory=n.v.t.
-ACSD_AddJAR=n.v.t.
-ACSD_PathList=n.v.t.
-ACSD_CustomNbClassPathEditor=n.v.t.
-CTL_Edit_Jar_Dialog_Title=JAR bestand bewerken
-CTL_Edit_Local_Dialog_Title=Lokale directory bewerken
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=JAR bestand toevoegen
-CTL_FileSystemPanel.Local_Dialog_Title=Lokale directory toevoegen
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Proces\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Argumenten\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Argumenten &Tip
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Bladeren...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=n.v.t.
-ACSD_NbProcessDescriptorCustomEditor.processLabel=n.v.t.
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=n.v.t.
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=n.v.t.
-ACSD_CustomNbProcessDescriptorEditor=n.v.t.
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Pad items
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=Lijst van de lapjes om te bewerken.
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_nl_NL.properties
deleted file mode 100644
index 6273d45..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Kern - Uitvoering
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Verwezenlijking van de uitvoeringsmotor\n
-OpenIDE-Module-Long-Description=Voegt ondersteuning toe voor de uitvoering in het platform. Bevat klassen die het uitvoerende gedeelte van APIs en de bijbehorende GUI verwezenlijken.
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_nl_NL.properties
deleted file mode 100644
index 7c9edb4..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=&Uitvoer
-
-#Title for I/O window
-LBL_IO_WINDOW=Uitvoer
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Tabblad sluiten
-LBL_CloseAll=Alle tabbladen sluiten
-LBL_CloseOthers=Andere tabbladen sluiten
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Uitvoer
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_nl_NL.properties
deleted file mode 100644
index 61ff6bd..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Bewerkers
-EditorsAction.source=&Bron
-GetLeftEditorAction.name=Bewerkers - herhaal links
-
-GetRightEditorAction.name=Bewerkers - herhaal rechts
-
-TabButton.tool_tip={0} View
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_nl_NL.properties
deleted file mode 100644
index 72b9d09..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Veelbeeldige Vensters
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Veelbeeldig vensters kader en APIs
-OpenIDE-Module-Long-Description=Veelbeeldig vensters kader en APIs
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_nl_NL.properties
deleted file mode 100644
index 47eee84..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Inheemse toegang
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Maakt gebruik van inheemse bindingen via de JNA bibliotheek om geavanceerde visuele effecten voor het venster systeem te verschaffen.
-OpenIDE-Module-Long-Description=Maakt gebruik van inheemse bindingen via de JNA bibliotheek om geavanceerde visuele effecten voor het venster systeem te verschaffen.
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_nl_NL.properties
deleted file mode 100644
index 56c4243..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Doorzichtigheid
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_nl_NL.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_nl_NL.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_nl_NL.properties
deleted file mode 100644
index 50e135b..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Resultaat venster
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Een eenvoudige tekst ruimte gebaseerd op het resultaat venster
-OpenIDE-Module-Long-Description=Resultaat venster gebaseerd op een java.swing.text.Document op een ByteBuffer/Charbuffer
-
-#Title for the output window
-LBL_OUTPUT=Uitvoer
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=Kan niet op het systeem temp locatie schrijven ({0})
-MSG_GenericError=Probleem met het schrijven in het resultaat bestand
-
-LBL_STDOUT=Standaard resultaat
-FMT_FILE_EXISTS={0} bestaat.  Overschrijven?
-TITLE_SAVE_DLG=Resultaat opslaan als
-
-LBL_SaveAsFailedTitle=Opslaan als mislukte
-MSG_SaveAsFailed=Schrijven naar bestand {0} mislukte
-
-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}'' niet gevonden
-
-#OutputWindowAction
-OutputWindow=&Uitvoer
-
-#Find Dialog
-LBL_Find_Title=Zoeken
-LBL_Find_What=Zoeken:
-LBL_Use_RegExp=Normale &expressie
-LBL_Match_Case=Hoofdletter gevoelig
-BTN_Find=Zoeken:
-ACSN_Find=n.v.t.
-ACSD_Find=Zoeken
-ACSD_FindBTN=n.v.t.
-ACSD_Find_What=n.v.t.
-
-LBL_Filter_Title=Filtreren
-LBL_Filter_What=Behoud de regels bevattemd:
-BTN_Filter=&Filtreren
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=Lettertype kiezer
-BTN_Defaul_Font=Standaard lettertype
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=Bestand overschrijven?
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=Ongeldige normale expressie
-FMT_Invalid_RegExp=Syntaxis fout in {0}
-
-#Output window popup menu
-ACTION_COPY=Kopi\u00ebren
-ACTION_PASTE=Plak
-ACTION_WRAP=Tekst omslaan
-ACTION_SAVEAS=Opslaan als...
-ACTION_CLOSE=Afsluiten
-ACTION_CLEAR=Ontruimen
-ACTION_PREV_ERROR=Vorige fout
-ACTION_NEXT_ERROR=Volgende fout
-ACTION_SELECT_ALL=Kies alles
-ACTION_FIND=Zoeken...
-ACTION_FIND_NEXT=Zoek volgend
-ACTION_FIND_PREVIOUS=Zoek vorig
-ACTION_LARGER_FONT=Groter lettertype
-ACTION_SMALLER_FONT=Kleiner lettertype
-ACTION_FONT_TYPE=Kies lettertype...
-ACTION_FILTER=filtreer...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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=Kom schijfruimte tekort op {0} voor de tijdelijke bestanden.  Maak ofwel meer schijfruimte beschikbaar, verander de  tijdelijke locatie van het systeem, of voer de commando regel uit met-J-Dnb.output.heap = true
-
-MSG_LINE_TOO_LONG=...regel is te lang,schakel alstublieft over naar de omslag mode om de gehele regel te kunnen zien...
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_nl_NL.properties
deleted file mode 100644
index 2ff0974..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Invoer
-LBL_EOF=&Sluit invoer
-TIP_EOF=Sluit de invoer component en stuurt bestand-einde naar alle lezers
-TIP_INPUT=Voer tekst in en druk op enter om het naar het lopende proces te sturen
-
-#Output window tab popup
-LBL_Close=Tab sluiten
-LBL_CloseAll=Alle tabbladen sluiten
-LBL_CloseOthers=Andere tabbladen sluiten
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_nl_NL.properties
deleted file mode 100644
index 73f40c5..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Opstart
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Modules opladen en inschakelen
-OpenIDE-Module-Long-Description=Deze module biedt de centrale extra functionaliteit aan voor bootstrap om de juiste modules te vinden en in te schakelen.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user is niet ingesteld.\nOnderzoek uw NetBeans opstartscript alstublieft.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Uw gebruikersnaam directory ({0}) kan niet in uw NetBeans installatie directory ({1}) verkeren.
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=NetBeans platform opstarten
-# The Title of the About Box
-CTL_About_Title=Over
-CTL_About_Detail=Detail
-ACSD_AboutDialog=n.v.t.
-ACSN_AboutTabs=n.v.t.
-ACSD_AboutTabs=n.v.t.
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=UI klasse naam verwacht, standaard UI gebruiken...
-ERR_UserDirExpected=Directory verwacht na --userdir schakelaar
-ERR_UINotFound=UI klasse niet aangetroffen, standaard UI toepassen
-ERR_FontSizeExpected=Lettergrootte verwacht, standaard lettergrootte gebruiken...
-ERR_BadFontSize=Slecht formaat van het lettertype, standaard lettergrootte gebruiken...
-ERR_BrandingNeedsArgument=Optie --branding vereist \u00e9\u00e9n enkel argument
-ERR_LocaleExpected=Landinstelling specificatie verwacht na --lokale schakelaar
-
-
-CTL_Netbeanshome_notexists=netbeans.home wijst naar een niet bestaande directory.
-CTL_Netbeanshome1=netbeans.home wijst niet naar een directory.
-CTL_Netbeanshome2=netbeans.user wijst naar een niet bestaande directory.
-CTL_Netbeanshome3=netbeans.user wijst niet naar een directory.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Kan systeem directory niet maken in {0}. Een bestand met dezelfde naam bestaat al.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Kan systeem directory {0} niet maken.
-CTL_Cannot_mount_system_fs=Kan systeem bestandssysteem niet toevoegen, uitgaan...
-
-#startup info messages
-MSG_IDEInit=Inwijden...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Kon geen verbinding maken met URL {0}. Dergelijke middelen werden niet aangetroffen.
-
-GTK_FONTSIZE_UNSUPPORTED=--lettergrootte wordt niet ondersteund op GTK look-and-feel. In plaats daarvan uw bureaublad tekstgrootte bijstellen.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Fout: {0}
-EXC_GraphicsStartFails2=Zie {0} voor de opsomming.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=Module {0} werd aangevraagd in versie >= {1} maar  alleen {2} werd gevonden.
-# {0} - module display name
-MSG_problem_other_disabled=Module {0} zou ook ge\u00efnstalleerd moeten worden.
-LBL_no_impl_version=[geen versie gespecificeerd]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=Module {0} werd gevraagd bij de uitvoering versie "{1}" maar alleen "{2}" werd gevonden.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=De module genaamd {0} was nodig en werd niet gevonden.
-# {0} - required token
-MSG_problem_require_disabled=Geen van de modules die de mogelijkheid {0} verschaffen kon worden ge\u00efnstalleerd.
-# {0} - required token
-MSG_problem_require_not_found=Geen module die de mogelijkheid {0} verschaft werd gevonden.
-# {0} - class name
-MSG_problem_class_not_loaded=Het pakket dat de klasse {0} bevat was niet opgeladen.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=Het pakket {0} is niet opgeladen of het was een verouderde versie.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=De Java-platform versie {0} of hoger werd verzocht, maar slechts {1} is actief.
-MSG_warning=Waarschuwing
-MSG_info=Informatie
-MSG_continue=Modules uitschakelen en doorgaan
-MSG_exit=Afsluiten
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Another module|1<{0} verdere modules} konden niet ge\u00efnstalleerd worden vanwege bovenstaande problemen.
-
-# NbEvents
-MSG_start_load_boot_modules=Kern opladen...
-MSG_finish_load_boot_modules=Kern opladen...klaar.
-MSG_start_auto_restore=Modules opladen...
-MSG_finish_auto_restore=Modules opladen voltooid.
-MSG_start_enable_modules=Modules inschakelen...
-MSG_finish_enable_modules=Modules inschakelen...klaar
-TEXT_finish_enable_modules=Modules inschakelen:
-MSG_start_disable_modules=Modules uitschakelen...
-MSG_finish_disable_modules=Modules uitschakelen...klaar.
-TEXT_finish_disable_modules=Modules uitschakelen:
-MSG_failed_install_new=Waarschuwing - sommige modules konden niet ge\u00efnstalleerd worden: 
-# {0} - module display name
-MSG_failed_install_new_unexpected=Waarschuwing - module {0} kon niet ge\u00efnstalleerd worden
-# {0} - file name 
-TEXT_start_deploy_test_module=Test module instellen in {0} ...
-TEXT_finish_deploy_test_module=Inzetten van test module voltooit.
-MSG_start_read=Module opslag lezen...
-MSG_finish_read=Module opslag lezen...klaar.
-MSG_restore=Modules opstarten...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install= {0} installeren 
-# {0} - module display name
-TEXT_install=Nieuwe module {0} installeren 
-# {0} - module display name
-MSG_update=Een nieuwe versie van {0} opstarten
-# {0} - module display name
-TEXT_update=Module {0} bijwerken
-# {0} - module display name
-MSG_uninstall=Stoppen {0}
-MSG_load_section=Modules opladen...
-MSG_load_layers=Loading module services...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Waarschuwing: module {0} kon niet gevonden worden, negeren...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=Module {0} kon niet verwijderd worden omdat het een automatische oplaad of een begeert module is en nog steeds in gebruik is.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=Een poging werd gedaan om de eigenschap {1} van module te veranderen {0} in de systeem/Modulen map.\nDe actuele waarde is "{3}" maar het was gewijzigd op de schijf en leest nu "{2}".\nDeze eigenschap kan niet worden gewijzigd, terwijl de IDE wordt uitgevoerd, zodat deze poging geen effect had.
-# {0} - JAR file name
-TEXT_patch=Module pleister of aangepaste extensie: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Ontbrekende middelen van klasse: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Sleutel die niet gevonden was: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Parseerfout in bestand {1} (PUBLIEK {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Parseerfout in bestand {1} regel {3} kolom {2}(PUBLIEK {0})
-
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_nl_NL.properties
deleted file mode 100644
index bdf1192..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Standaard systeem
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Objecten laden vanuit de cache...
-MSG_end_load_cache=Objecten laden vanuit de cache...klaar.
-MSG_start_rewrite_cache=Opnieuw een cache van objecten maken...
-MSG_end_rewrite_cache=Opnieuw een cache van objecten maken...klaar.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=Bestand voorval {0}, bestand {1}
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_nl_NL.properties
deleted file mode 100644
index 8e60d04..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Bestanden
-AdvancedOption.tooltip=Bestanden
-FileAssociationsPanel.btnDefault.text=Stan&daard
-FileAssociationsPanel.btnDefault.tooltip=Herstel de standaard instellingen voor de gekozen bestand extensie
-FileAssociationsPanel.btnDefault.AN=Herstel standaard instellingen
-FileAssociationsPanel.btnDefault.AD=Herstel de standaard instellingen voor de gekozen bestand extensie
-FileAssociationsPanel.btnDefaultIgnored.text=Standaard
-FileAssociationsPanel.btnDefaultIgnored.AN=Herstel standaard genegeerde bestand patroon
-FileAssociationsPanel.btnDefaultIgnored.AD=Herstel standaard genegeerde bestand patroon
-FileAssociationsPanel.btnNew.text=&Nieuw...
-FileAssociationsPanel.btnNew.AN=Nieuwe bestand extensie
-FileAssociationsPanel.btnNew.AD=Nieuwe bestand extensie
-FileAssociationsPanel.btnRemove.text=Ve&rwijder
-FileAssociationsPanel.btnRemove.AN=Gekozen bestand extensie verwijderen
-FileAssociationsPanel.btnRemove.AD=Gekozen bestand extensie verwijderen
-FileAssociationsPanel.cbExtension.choose=< Kies de extensie >
-FileAssociationsPanel.cbExtension.AD=Bestand extensie
-FileAssociationsPanel.cbExtension.AN=Lijst van bestand extensies
-FileAssociationsPanel.cbType.AN=Lijst van bestand typen
-FileAssociationsPanel.cbType.AD=Lijst van bestand typen
-FileAssociationsPanel.lblAssociatedAlso.text=Ook geassocieerd met:
-FileAssociationsPanel.lblAssociatedAlso.AN=Bestand ook geassocieerd met extensies
-FileAssociationsPanel.lblAssociatedAlso.AD=Bestand ook geassocieerd met extensies
-FileAssociationsPanel.lblExtension.text=Bestand &extensie
-FileAssociationsPanel.lblExtension.AN=Bestand extensie
-FileAssociationsPanel.lblExtension.AD=Lijst van bestand extensies
-FileAssociationsPanel.lblType.text=Geassocieerd bestand &type (MIME)
-FileAssociationsPanel.lblType.AD=Lijst van geassocieerde bestandstypen
-FileAssociationsPanel.lblType.AN=Lijst van geassocieerde bestandstypen
-FileAssociationsPanel.lblFileAssociations.text=Bestand associaties
-FileAssociationsPanel.lblFilesIgnored.text=Bestanden die de IDE negeert
-FileAssociationsPanel.lblPattern.text=Genegeerde bestanden patroon:
-FileAssociationsPanel.lblPattern.tooltip=Gewone expressie van bestanden die genegeerd worden. Gehele naam evenaren, geen pad. Leeg voor geen enkele.
-FileAssociationsPanel.lblPattern.AN=Genegeerde bestanden patroon
-FileAssociationsPanel.lblPattern.AD=Gewone expressie van bestanden die genegeerd worden. Gehele naam evenaren, geen pad. Leeg voor geen enkele.
-FileAssociationsPanel.txtPatternError.AN=Genegeerde bestanden patroon syntaxis fout
-FileAssociationsPanel.txtPatternError.AD=Syntaxis fout in gewone expressie van genegeerde bestanden
-
-NewExtensionPanel.title=Type nieuwe bestand extensie
-NewExtensionPanel.AD=Type nieuwe bestand extensie
-NewExtensionPanel.lblExtension.text=Bestand &extensie
-NewExtensionPanel.lblExtension.AN=Bestand extensie
-NewExtensionPanel.lblExtension.AD=Bestand extensie
-
-OpenAsAction.name=Openen als...
-OpenAsPanel.txtDescription.AN=Tip
-OpenAsPanel.txtDescription.AD=Tip
-OpenAsPanel.lblExtension.text=Behandel {0} bestanden als:
-OpenAsPanel.title=Openen als...
-OpenAsPanel.open=Openen
-OpenAsPanel.AD=Kies het bestand type
-
-# display name for options export
-Files.Options.Export.displayName=Bestanden
-OpenAsPanel.lblDescription.text=NetBeans herkent dit type van bestand niet. Specificeer hoe deze bestanden behandelt moeten worden alstublieft.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_nl_NL.properties
deleted file mode 100644
index cf9d887..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&Algemeen
-CTL_General_Options_Title=Algemeen
-CTL_General_Options_Category=Algemeen
-CTL_General_Options_Description=Algemene opties, proxy stellingen, bewerker stellingen
-CTL_Package_View_Type=Bekijk Java pakketten als:
-CTL_Flattern_Packages=&Lijst
-AN_Flattern_Packages=Lijst
-AD_Flattern_Packages=Lijst
-CTL_Tree_Packages=Boom
-AN_Tree_Packages=Boom
-AD_Tree_Packages=Boom
-CTL_No_Proxy=Gee&n volmacht
-AN_No_Proxy=Geen volmacht
-AD_No_Proxy=Geen volmacht
-CTL_Usage_Statistics=Gebruiksstatistieken:
-AN_Usage_Statistics=Gebruiksstatistieken
-AD_Usage_Statistics=Gebruiksstatistieken
-CTL_Usage_Check=Hel&p ons met het verbeteren van de NetBeans IDE door ons anonieme gebruiksgegevens te verschaffen
-AN_Usage_Check=Help ons met het verbeteren van de NetBeans IDE door ons anonieme gebruiksgegevens te verschaffen
-AD_Usage_Check=Help ons met het verbeteren van de NetBeans IDE door ons anonieme gebruiksgegevens te verschaffen
-CTL_Usage_Info=<html>De gebruiksstatistieken geven ons inzicht in de behoeften van gebruikers en zodoende kunnen we de orde van belangrijkheid van verbeteringen in toekomstige versies bepalen. We zullen nooit de verzamelde gegevens reverse-engineering van om specifieke informatie uit te vinden over uw projecten</html>
-AN_Usage_Info=Gebruiksstatistieken informatie
-AD_Usage_Info=De gebruiksstatistieken geven ons inzicht in de behoeften van gebruikers en zodoende kunnen we de orde van belangrijkheid van verbeteringen in toekomstige versies bepalen. We zullen nooit de verzamelde gegevens reverse-engineering van om specifieke informatie uit te vinden over uw projecten
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Leer meer</u></font></html>
-AN_Learn_More=Meer leren
-AD_Learn_More=Leer meer
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=Gebr&uik systeem volmacht instellingen
-AN_Use_System_Proxy_Settings=Gebruik systeem volmacht instellingen
-AD_Use_System_Proxy_Settings=Gebruik systeem volmacht instellingen
-CTL_Use_HTTP_Proxy=&Manuaal volmacht instellingen
-AN_Use_HTTP_Proxy=HTTP volmacht
-AD_Use_HTTP_Proxy=HTTP volmacht
-AN_Web_Browser=Webbrowser
-AD_Web_Browser=Webbrowser
-AN_Host=Host
-AD_Host=Host
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Bijwerk termijn
-AD_Update_Period=Bijwerk termijn
-AN_Ask_Before_Check=Vraag aleer gezocht wordt
-AD_Ask_Before_Check=Vraag aleer gezocht wordt
-Line_Numbers=Rege&l nummers
-Antialiasing=anti-aliasing:
-Text_Antialiasing=Gebruik anti-aliasing:
-Toolbar=&Werkbalk
-Package_View=Pakket beeld
-SDI_Window_Mode=SDI venster modus
-MDI_Window_Mode=MDI venster modus
-Tree_View=Boom beeld
-Default_System_Browser=<Default Browser>
-Swing_HTML_Browser=Swing browser
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=Algemeen
-CTL_Web_Browser=&Webbrowser:
-Confirm_Delete=Bevestig verwijdering
-CTL_Web_Proxy=Volmacht instellingen
-CTL_Proxy_Settings=Volmacht
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=HTTP Pro&xy\:
-Code_Folding=Code Vouwen:
-Show=Toon:
-Editor=Bewerker
-CTL_Check_Period=Controle termijn
-CTL_Ask_Before_Check=Vraag aleer gezocht wordt:
-CTL_Auto_Update=Automatisch bijwerken
-Use_Folding=Gebr&uik code vouwen
-Fold_Methods=Vouw &methoden
-Fold_Classes=Vouw binnenste klassen
-Fold_Imports=Vouw invoeringen
-Fold_JavaDoc=Vouw &Javadoc aanmerkingen
-Fold_Licence=V&ouw eerste aanmerking
-Auto_Popup=Automatisch pop-up:
-Auto_Popup_Completion=Voltooiingsvenster
-Auto_Popup_JavaDoc=Javadoc venster
-CTL_Update_every_startup=Elke opstart
-CTL_Update_every_day=Elke dag
-CTL_Update_every_week=Elke week
-CTL_Update_every_2weeks=Elke twee weken
-CTL_Update_every_month=Elke maand
-CTL_Update_never=Nooit
-CTL_Default_System_Browser=Standaard systeem browser
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Interne browser
-
-
-
-
-AN_NonProxy=Geen volmacht voor
-
-AD_NonProxy=Geen volmacht voor
-
-CTL_Non_Proxy=Geen volmacht voor\:
-
-Non_Proxy_Hint=(b.v. localhost, *.netbeans.org, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=Meer...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Geavanceerde volmacht instellingen
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Geavanceerde volmacht instellingen openen
-
-LBL_GeneralOptionsPanel_PortError=Port number must be an integer value.
-
-LBL_GeneralOptionsPanel_lWebProxy=Volmacht instellingen\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP &volmacht\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(b.v. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&t\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS volmacht\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS volmacht\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=Geen Pro&xy Hosts\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Volmacht vereist verificatie
-
-LBL_AdvancedProxyPanel_lUserName=&Gebruikersnaam\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Pas&woord\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Gebruik dezelfde volmacht instellingen voor &alle protocollen
-
-LBL_AdvancedProxyPanel_Title=Geavanceerde volmacht opties
-LBL_AdvancedProxyPanel_PortError=Port number must be an integer value.
-GeneralOptionsPanel.rbUseSystemProxy.text=Gebr&uik systeem volmacht instellingen
-GeneralOptionsPanel.lWebBrowser.text=&Webbrowser\:
-GeneralOptionsPanel.rbNoProxy.text=Gee&n volmacht
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=n.v.t.
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=n.v.t.
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=n.v.t.
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=n.v.t.
-
-ACD_AdvancedProxyPanel_tfSocksHost=n.v.t.
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=n.v.t.
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=n.v.t.
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=n.v.t.
-
-ACD_AdvancedProxyPanel_tfSocksPort=n.v.t.
-
-ACD_AdvancedProxyPanel_tfUserName=n.v.t.
-
-ACD_AdvancedProxyPanel_pfUserPassword=n.v.t.
-
-ACD_AdvancedProxyPanel=n.v.t.
-
-LBL_WebBrowsersPanel_Title=Webbrowsers
-LBL_ExternalBrowser_Name=Exterieure browser
-WebBrowsersPanel.nameLabel.text=Naam\:
-WebBrowsersPanel.executableLabel.text=Uitvoerbaar\:
-WebBrowsersPanel.parametersLabel.text=Parameters\:
-WebBrowsersPanel.browseButton.text=Bladeren...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Toevoegen...
-WebBrowsersPanel.removeButton.text=Verwijderen
-WebBrowsersPanel.browsersLabel.text=Web browsers\:
-GeneralOptionsPanel.editBrowserButton.text=B&ewerken
-GeneralOptionsPanel.editBrowserButton.AD=Bewerk webbrowsers
-GeneralOptionsPanel.editBrowserButton.AN=Bewerk webbrowsers
-WebBrowsers_URL_Hint=Tip\: {URL} \= URL van de pagina die door de webbrowser wordt geladen
-
-ACS_WebBrowsersList=	\nLijst met beschikbare webbrowsers
-ACS_AddWebBrowserButton=Nieuwe webbrowser toevoegen
-ACS_RemoveWebBrowserButton=Verwijder geselecteerde webbrowser
-ACS_BrowserNameField=Naam van webbrowser
-ACS_BrowserExecutableField=Uitvoerbare webbrowser
-ACS_BrowserParametersField=Uitvoerbare webbrowser parameters
-ACS_BrowseExecutableButton=Blader uitvoerbare webbrowser
-WebBrowsersOptionsPanel.browsersLabel.text=&Webbrowsers\:
-WebBrowsersOptionsPanel.addButton.text=Toevoegen
-WebBrowsersOptionsPanel.removeButton.text=Ve&rwijder
-WebBrowsersOptionsPanel.nameLabel.text=&Naam\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Webbrowsers
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Browser lijst
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=Lijst met web browsers
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Knop toevoegen
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Knop verwijderen
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Browser naam
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Browser naam
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Browser naam
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Webbrowsers
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Webbrowsers
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Directe verbinding.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Volmacht, algemene opties
-
-# Display name for options export
-General.Options.Export.Category.displayName=Algemeen
-General.Options.Export.displayName=Algemeen
-Other.Options.Export.displayName=	\nAlle andere, niet-gespecificeerd
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_nl_NL.properties
deleted file mode 100644
index 9324556..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Kern - UI
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Gebruikersinterface van het platform.
-OpenIDE-Module-Long-Description=	\nBiedt klassen en middelen aan voor de standaard basisgebruikersinterface van het platform en voor applicaties die op het platform gebouwd zijn.
-
-Actions=Acties
-Actions/Edit=Bewerken
-Actions/Help=Hulp
-Actions/System=Systeem
-Actions/Tools=Extras
-Actions/View=Bekijken
-Actions/Window/SelectDocumentNode=Kies document in
-Menu=Menubalk
-Menu/Edit=B&ewerken
-Menu/File=&Bestand
-Menu/GoTo=&Navigeer
-Menu/Help=&Hulp
-Menu/Tools=&Extras
-Menu/View=Bee&ld
-Menu/Window/SelectDocumentNode=Kies docume&nt in
-Services/Browsers=Webbrowsers
-Templates/Privileged=Bevoorrecht
-Templates/Recent=Recent
-Templates/Services/Browsers=Webbrowsers
-Toolbars=Werkbalken
-Toolbars/Clipboard=Klembord
-Toolbars/UndoRedo=&Ongedaan maken/overdoen
-Toolbars/File=&Bestand
-Toolbars/Memory=Geheugen
-Toolbars/Standard.xml=Coderen
-UI/Services=Opties
-
-ProgressDisplayName_FileSystemRefresh=Bestanden verversen
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_nl_NL.properties
deleted file mode 100644
index b2d90f4..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Start sampling IDE
-SelfSamplerAction_ActionNameStop=Stop sampling and take snapshot
-SelfSamplerAction_ActionDescription=Will take a snapshot based on the thread dump
-SelfSamplerAction_ThreadName=IDE Self Sampler
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=Snapshot was saved to {0}
-Save_Progress=Saving snapshot
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_nl_NL.properties
deleted file mode 100644
index e271a7a..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=In systeem openen
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_nl_NL.properties
deleted file mode 100644
index b22ca03..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Totaal fysiek geheugen {0}
-
-
-#LOG_WINDOW_ACTIVATED=Hoofd venster geactiveerd, vernieuwing nam {0} ms
-#LOG_WINDOW_DEACTIVATED=Hoofd venster uitgeschakeld
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Checking for external changes
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspended
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_nl_NL.properties
deleted file mode 100644
index 74f682c..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Alleen werkruimte>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_nl_NL.properties
deleted file mode 100644
index e4bbe62..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=K&loon bestand
-# CloseWindowAction
-CTL_CloseWindowAction=Venster &sluiten
-
-CTL_RecentViewListAction=Naar het vo&rige document
-CTL_SwitchToRecentDocumentAction=Be&werker
-
-CTL_CloseAllDocumentsAction=&Alle documenten sluiten
-
-# UndockAction
-CTL_UndockWindowAction=Venster loskoppelen
-CTL_UndockWindowAction_Dock=Venster vastleggen
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Alle documenten sluiten
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Venster minimaliseren
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Venster sluiten
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Andere documenten sluiten
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Document opslaan
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Document klonen
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Andere docu&menten sluiten
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Venster maximaliseren
-CTL_UnmaximizeWindowAction=Venster herstellen
-
-# DocumentsAction
-CTL_DocumentsAction=&Documenten
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=&Werkbalken
-
-# NextTabAction
-CTL_NextTabAction=Volgend tabblad
-# PreviousTabAction
-CTL_PreviousTabAction=Vorig tabblad
-
-CTL_ToggleFullScreenAction=Volledig scherm
-
-# ResetWindowsAction
-CTL_ResetWindows=Vensters herstellen
-
-LBL_ToggleWindowTransparencyAction=Transparant venster
-LBL_WindowTransparencyHint=Press and hold [Ctrl+NumPad 0] key to make minimized window transparent.
-
-# Properties
-GlobalProperties=Eigenschappen
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_nl_NL.properties
deleted file mode 100644
index eef31b1..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Voorkomen
-AdvancedOption_Tooltip_WinSys=Verwante Window Systeem opties
-
-IsAlphaFloatingTooltip=Maakt niet-actieve zwevende vensters na enkele seconden semi-transparant.
-
-IsDragWindowTooltip=Activeert "spookachtig" venster beeld tijdens slepen en neerzetten van een venster
-IsAlphaDragTooltip=Activeert transparantie tijdens het slepen van een venster afbeelding
-
-IsSnapScreenEdgesTooltip=Laat zwevende vensters vastgrijpen aan scherm kozijnen
-IsSnappingTooltip=Laat automatisch zwevende vensters vastgrijpen voor eenvoudige lay-out manipulatie
-
-NoAlphaSupport=Transparante vensters worden niet ondersteun door OS
-LBL_DragWindowImage=Sleep het venster afbeelding
-LBL_TransparentDragWindow=Transparant verplaatsbaar venster afbeelding
-LBL_TransparentFloatingWindows=Transparante zwevende vensters
-LBL_SnapFloatingWindows=Vastgrijpende zwevende vensters
-LBL_SnapToScreenEdges=Grijp vast aan het schermkozijn
-LBL_CloseActivatesRecentDocument=Afsuiten activeert het meest recente document
-TIP_CloseActivatesMostRecentDocument=Wanneer een document wordt gesloten wordt het meest recente document actief in plaats van haar buurman
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=Wanneer een document wordt gesloten wordt het meest recente document actief
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_nl_NL.properties
deleted file mode 100644
index a3f327a..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Kan de configuratie van de venster beheerder niet ontleden {0}.
-EXC_GroupParse=Kan de configuratie van de groep niet ontleden {0}.
-EXC_TCGroupParse=Kan de configuratie van de TCGroep niet ontleden {0}.
-EXC_TCRefParse=Kan de configuratie van de TCref niet ontleden {0}.
-EXC_ModeParse=Kan de configuratie van de mode niet ontleden{0}.
-
-# PersistenceManager
-EXC_RootFolder=Kan geen root map maken {0}
-EXC_CompsFolder=Kan geen onderdelen map maken {0}
-EXC_GroupsFolder=Kan geen groepen map maken {0}
-EXC_ModesFolder=Kan geen modes map maken {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Bovenste onderdeel {0} kon niet gevonden worden in, of geladen van de 'onderdelen' map.
-EXC_CannotSaveTCSettings=Zettingen van het bovenste onderdeel {0} kon niet opgeslagen worden
-EXC_CopyFails=Kan bestanddeel instellingen bestand niet naar de map kopi\u00ebren  {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Bestanddeel {0} kon niet worden opgeslagen vanwege problemen met haar serialisatie.
-FMT_TCReadError=Bestanddeel {0} kon niet worden geopend vanwege problemen met haar de-serialisatie.
-
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_nl_NL.properties
deleted file mode 100644
index 242eccd..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Kern - vensters
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Implementatie voor venstersysteem ondersteuning.
-OpenIDE-Module-Long-Description=Voegt klassen toe die het venstersysteem gedeelte van de API's uitvoeren.
-
-Actions/Window=Venster
-Menu/Window=&Venster
-
-# Options export
-Toolbars.Options.Export.displayName=Werkbalken
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_nl_NL.properties
deleted file mode 100644
index dd500f8..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Annuleren
-CloseButton=Afsluiten
-# HelpButton=Help
-YesButton=Ja
-NoButton=Nee
-# ApplyButton=Apply
-DetailsButton=Details
-# ButtoBarButoo
-CTL_Button=Knopje
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Annuleren
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Annuleren
-ACSD_FileSelectorDialog=Bestand selectie dialoogvenster
-ACSN_FileSelectorTreeView=Boom beeld
-ACSD_FileSelectorTreeView=Boom beeld van bestandsverkiezer
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Aanpas dialoogvenster
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Afsluiten
-CANCEL_OPTION_CAPTION=Annuleren
-HELP_OPTION_CAPTION=&Hulp
-NO_OPTION_CAPTION=Nee
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Ja
-ACS_YES_OPTION_NAME=Ja
-ACS_YES_OPTION_DESC=Ja knopje
-# - {0} message
-ACSD_ErrorMessage=Fout: {0}
-ACSD_WarningMessage=Waarschuwing: {0}
-ACSD_QuestionMessage=Vraag {0}
-ACSD_InformationMessage=Informatie {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Annuleren
-ACS_CANCEL_OPTION_DESC=Annuleer knopje
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=OK knopje
-
-ACS_NO_OPTION_NAME=Nee
-ACS_NO_OPTION_DESC=Geen knopje
-
-ACS_HELP_OPTION_NAME=Hulp
-ACS_HELP_OPTION_DESC=Hulp knopje
-
-ACS_CLOSED_OPTION_NAME=Afsluiten
-ACS_CLOSED_OPTION_DESC=Afsluit knopje
-
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_nl_NL.properties
deleted file mode 100644
index 1ded308..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Bewerker
-
-# MainWindow
-ACSD_MainWindow=Hoofd venster
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documenten:
-LBL_Description=Beschrijving:
-LBL_Activate=Omschakelen naar document
-LBL_CloseDocuments=Document(en) sluiten
-LBL_SaveDocuments=Document(en) o&pslaan
-LBL_Close=&Afsluiten
-
-ACSD_Activate=n.v.t.
-ACSD_CloseDocuments=n.v.t.
-ACSD_SaveDocuments=n.v.t.
-ACSD_Close=n.v.t.
-ACSD_ListView=n.v.t.
-ACSD_DescriptionArea=n.v.t.
-ACSD_DocumentsDialog=n.v.t.
-
-CTL_DocumentsTitle=Documenten
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Bewerker
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Eigenschappen
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#No Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-ACSN_PropertiesSheet=Eigenschapsblad
-ACSD_PropertiesSheet=Beeld vertoont eigenschappen voor dit knooppunt.
-EXC_CannotLoadNodes=Knooppunten kunnen niet in het eigenschapsblad geladen worden. Waarschijnlijk bestaan ze niet meer.
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_nl_NL.properties
deleted file mode 100644
index bf9119b..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&Kleine werkbalk Icoonen
-
-# ToolbarLayout
-EXC_wrongConstraints=kan niet aan lay-out toegevoegd worden: maakt geen gebruik van ToolbarConstraints
-
-CTL_CustomizeToolbars=Aanpassen...
-
-#New Toolbar Button label
-CTL_NewToolbar=&Nieuwe werkbalk...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&Kleine werkbalk Icoonen
-
-#Drag and Drop hint
-CTL_TreeLabel=Sleep artikelen heen en weer naar de werkbalken om ze toe te voegen of te verwijderen
-
-LBL_PleaseWait=Even geduld...
-
-#Close customizer button
-CTL_Close=&Afsluiten
-
-#Customizer dialog window title
-CustomizerTitle=Werkbalken aanpassen
-
-ACSD_ActionsTree=Sleep artikelen hier vanuit naar de werkbalk
-ACSN_ActionsTree=Acties verzameling
-
-ACSN_ActionsScrollBar=Schuifbalk voor acties verzameling
-ACSD_ActionsScrollBar=Schuifbalk voor acties verzameling
-
-ACSD_ToolbarCustomizer=Werkbalk aanpasser
-
-ACSD_Close=Afsluit knop
-ACSD_NewToolbar=Nieuwe werkbalk knop
-
-ACSD_SmallIcons=Selectievakje voor Icoontjes
-
-CTL_ResetToolbarsAction=Verfris werkbalken
-CTL_ResetToolbarsButton=Verfris werkbalken
-
-
-
-PROP_newToolbarLabel=&Naam:
-PROP_newToolbarDialog=Nieuwe werkbalk
-PROP_newToolbar=Werkbalk
-MSG_ToolbarExists=Werkbalk {0} bestaat al.
-
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_nl_NL.properties
deleted file mode 100644
index a007e46..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=De grootte kan niet negatief zijn
-CTL_InvalidValue=Ongeldige waarde opgegeven
-CTL_InvalidValueWithParam=Ongeldige waarde {0} opgegeven
-CTL_InvalidValueWithExc=Ongeldige waarde opgegeven. \nOorzaak: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Waarde van {0} moet in formaat {1} zijn
-
-#ColorEditor
-CTL_AWTPalette=AWT palet
-CTL_SwingPalette=Swing palet
-CTL_SystemPalette=Systeem palet
-ACSD_CustomColorEditor=n.v.t.
-FMT_IllegalEntry="{0}" is niet een geldige kleur indentificator.  U kunt Swing of AWT constanten of rood/groen/blauwe waarden gebruiken.
-
-# ColorEditor:AWT color names
-LAB_White=wit
-LAB_LightGray=lichtgrijs
-LAB_Gray=grijs
-LAB_DarkGray=donkergrijs
-LAB_Black=zwart
-LAB_Red=rood
-LAB_Pink=roze
-LAB_Orange=oranje
-LAB_Yellow=geel
-LAB_Green=groen
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=blauw
-# ColorEditor: system color names
-LAB_ActiveCaption=Actieve bijschrift
-LAB_ActiveCaptionBorder=Actieve bijschrift rand
-LAB_ActiveCaptionText=Actieve bijschrift tekst
-LAB_Control=Controleer
-LAB_ControlDkShadow=Controleer Dk schaduw
-LAB_ControlHighlight=Controleer markering
-LAB_ControlLtHighlight=Controleer Lt markering
-LAB_ControlShadow=Controleer schaduw
-LAB_ControlText=Controleer tekst
-LAB_Desktop=Bureaublad
-LAB_InactiveCaption=Inactieve bijschrift
-LAB_InactiveCaptionBorder=Inactieve bijschrift rand
-LAB_InactiveCaptionText=Inactieve bijschrift tekst
-LAB_Info=Info
-LAB_InfoText=Info tekst
-LAB_Menu=Menu
-LAB_MenuText=Menu tekst
-LAB_Scrollbar=Schuifbalk
-LAB_Text=Tekst
-LAB_TextHighlight=Tekst markeren
-LAB_TextHighlightText=Tekst markeren tekst
-LAB_TextInactiveText=Tekst inactief tekst
-LAB_TextText=Tekst tekst
-LAB_Window=Venster
-LAB_WindowBorder=Venster rand
-LAB_WindowText=Venster tekst
-
-#DimensionCustomEditor
-CTL_Dimension=Afmeting
-CTL_Width=&Breedte
-CTL_Height=&Hoogte;
-ACSD_CTL_Width=n.v.t.
-ACSD_CTL_Height=n.v.t.
-ACSD_DimensionCustomEditor=n.v.t.
-
-#DimensionEditor
-CTL_HintFormat=[breedte, hoogte]
-
-#FontEditor
-CTL_Plain=Eenvoudig
-CTL_Bold=Vetgedrukt
-CTL_Italic=Cursief
-CTL_BoldItalic=Vet cursief
-CTL_Font=Letter&type:
-CTL_FontStyle=Lettertype St&ijle:
-CTL_Size=&Afmeting
-CTL_Preview=Preview
-ACSD_CTL_Font=n.v.t.
-ACSD_CTL_FontStyle=n.v.t.
-ACSD_CTL_Size=n.v.t.
-ACSD_FontCustomEditor=n.v.t.
-
-#InsetsCustomEditor
-CTL_Insets=Inlegvellen
-CTL_Top=&Bovenkant
-CTL_Left=&Links
-CTL_Bottom=&Onderkant
-CTL_Right=&Rechts
-ACSD_CTL_Top=n.v.t.
-ACSD_CTL_Left=n.v.t.
-ACSD_CTL_Bottom=n.v.t.
-ACSD_CTL_Right=n.v.t.
-
-#InsetsEditor
-CTL_HintFormatIE=[bovenkant,links,onderkant,rechts]
-
-# ObjectEditor
-CTL_NullValue=<Zoek nul waarde>
-CTL_NullItem=<Zoek nul artikel>
-
-#PointCustomEditor
-CTL_Point=Punt
-CTL_X=&X:
-ACSD_CTL_X=n.v.t.
-CTL_Y=&Y:
-ACSD_CTL_Y=n.v.t.
-ACSD_PointCustomEditor=n.v.t.
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rechthoek
-ACSD_CustomRectangleEditor=n.v.t.
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,breedte,hoogte]
-
-#StringCustomEditor
-ACS_TextArea=Tekst:
-ACSD_TextArea=Type de eigenschap tekst hier 
-ACSD_CustomStringEditor=Bewerker voor string eigenschappen
-ACS_Instructions=Instructies
-ACSD_Instructions=n.v.t.
-
-MSG_FontIsNotInitialized=Opslag in XML is mislukt omdat de waarde van het lettertype niet ge\u00efnitialiseerd is.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Kies een bestand of een locatie
-CTL_DialogTitleFiles=Kies een bestand
-CTL_DialogTitleDirs=Kies een locatie
-ACSD_FileEditor=n.v.t.
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<niet gespecificeerd>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Eigenschappen
-ACSD_PropertiesEditorPane=n.v.t.
-ACSD_CustomPropertiesEditor=n.v.t.
-WARN_PropertiesComments=Waarschuwing: opmerkingen worden weggegooid.
-
-#StringArrayCustomEditor
-CTL_Empty=<leeg>
-CTL_Item=&Item
-ACSD_CTL_Item=n.v.t.
-CTL_ItemList=Item &lijst
-ACSD_CTL_ItemList=n.v.t.
-CTL_Add_StringArrayCustomEditor=Voeg Toe
-ACSD_CTL_Add_StringArrayCustomEditor=n.v.t.
-CTL_Change_StringArrayCustomEditor=B&ewerken
-ACSD_CTL_Change_StringArrayCustomEditor=n.v.t.
-CTL_Remove=Ve&rwijder
-ACSD_CTL_Remove=n.v.t.
-CTL_MoveUp=%Omhoog
-ACSD_CTL_MoveUp=n.v.t.
-CTL_MoveDown=Beneden
-ACSD_CTL_MoveDown=n.v.t.
-ACSD_StringArrayCustomEditor=n.v.t.
-
-#Bool/BooleanEditor
-TRUE=Waar
-FALSE=onwaar
-NULL=nul
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Niet integer input waarde: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Illegale tekenreeks kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - geldige waarden zijn: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Onbekend klasse: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Geen legale waarde: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Niet herkende URL: {0}
-#
-MSG_NULL_OR_EMPTY=Nul, of een leeg array
-
-#ObjectEditor
-ACSN_ObjectTree=Beschikbare opties
-ACSD_ObjectTree=Selecteer een object
-
-#Font Editor
-MSG_AppleBug=Als je dit bericht leest, dan is een fout opgetreden bij het initialiseren van de lijst van beschikbare lettertypen.  Dit is het gevolg van een bug in de Apple JVM die geactiveerd wordt tijdens de installatie van bitmap-lettertypen.  Om gebruik te maken van het lettertype bewerker, moet u alle bitmap fonts van uw systeem verwijderen.  Zie Apple BugReporter kwestie 3121780 voor meer informatie.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=Op brute wijze ving de schooljuf de quasi-kalme lynx 
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_nl_NL.properties
deleted file mode 100644
index 319699e..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Kern
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Het basiskader van NetBeans-gebaseerde applicaties.
-OpenIDE-Module-Long-Description=Deze module biedt de centrale infrastructuur waarin NetBeans-gebaseerde applicaties uitgevoerd kunnen worden. Het kan niet uitgeschakeld worden.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=Een {0} uitzondering is opgetreden.\n\tKlik Toon details of bekijk het messages.log bestand dat zich in uw {1} map bevind.
-NTF_ExceptionalExceptionTitle=Onverwachte uitzondering
-# {0} - class name of exception
-NTF_ExceptionWarning=Een {0} uitzondering is opgetreden.\nHet systeem kon echter blijven doorwerken zonder verdere problemen.\nKlik Toon details om de stack overtrek te bekijken.
-NTF_ExceptionWarningTitle=Waarschuwing
-
-#startup info messages
-MSG_MainWindowInit=Hoofd venster initialiseren...
-MSG_WindowShowInit=Hoofd venster openen...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Opslaan  {0} ...
-MSG_AllSaved=Alles opslaan is voltooid.
-
-CTL_Cannot_save=Kan {0} niet opslaan
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Paswoord beschermde site
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=Beeld door:
-ShortcutsEditor.actionsButton.text=Acties
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Sneltoetsen
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Kies beeld gesorteerd op acties voor het bewerken van sneltoetsen voor een handeling
-ShortcutsPanel.addButton.text=Toevoegen...
-ShortcutsPanel.removeButton.text=Verwijderen
-ShortcutsPanel.AddActionTitle=Nieuwe sneltoets
-ActionsPanel.shortcutAddButton.text=Toevoegen...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Verwijderen
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Bewerk sneltoetsen
-ActionsPanel.AddShortcut=Sneltoets toevoegen
-ActionsPanel.ShortcutLabel=Sneltoets:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Kies beeld gesorteerd op acties voor het bewerken van sneltoetsen voor een handeling
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Kies beeld gesorteerd op acties voor het bewerken van sneltoetsen voor een handeling
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Kies beeld gesorteerd op sneltoetsen, maar voor bewerk sneltoetsen, Beeld gesorteerd op Actie moet geselecteerd worden.
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Voeg nieuwe sneltoetsen voor acties toe
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Verwijder sneltoetsen voor acties
-ACSN_ShortcutsPanel.shortcutsList=Sneltoets lijst
-ACSD_ShortcutsPanel.shortcutsList=n.v.t.
-ACS_ActionsPanel.ShortcutLabel.a11yName=Sneltoets invullen
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Sneltoets invullen gesorteerd op toets combinatie
-ACSN_ActionsPanel.actionsTree=n.v.t.
-ACSN_ActionsPanel.shortcutsList=Sneltoets lijst
-ACSD_ActionsPanel.actionsTree=n.v.t.
-ACSD_ActionsPanel.shortcutsList=n.v.t.
-ACSD_ShortcutsEditor.DialogDesc=n.v.t.
-ACSD_ActionsPanel.Dialog=Nieuwe sneltoets toevoegen aan de gekozen actie
-ACS_ActionsPanel=n.v.t.
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=Er is al een actie aan deze sneltoets ({0}) verbonden.\nWilt u de nieuwe actie in plaats gebruiken?
-
-CTL_ExitTitle=Opslaan
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Sla op
-ACSD_Save=Opslaan.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=&Alles opslaan
-ACSD_SaveAll=Alles opslaan.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=Alles af&danken
-ACSD_DiscardAll=Alles afdanken.
-EXC_Save=Een exceptie deed zich voor gedurende het opslaan
-# NotifyException
-CTL_Title_Exception=Uitzondering
-CTL_NextException=Volge&de
-CTL_PreviousException=< Vorige
-CTL_Exception_Hide_Details=Details verbergen
-CTL_Exception_Show_Details=Details tonen
-ACSD_NextException=n.v.t.
-ACSD_PreviousException=n.v.t.
-ACSD_Exception_Hide_Details=n.v.t.
-ACSD_Exception_Show_Details=n.v.t.
-ACSN_ExceptionStackTrace=n.v.t.
-ACSD_ExceptionStackTrace=n.v.t.
-ACSD_NotifyExceptionPanel=n.v.t.
-
-ACSN_ListOfChangedFiles=Lijst
-ACSD_ListOfChangedFiles=Lijst met gewijzigde bestanden die opgeslagen moeten worden
-ACSD_ExitDialog=Dialoogvenster voor het opslaan van veranderingen
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI Modus
-CTL_MdiMode=MDI Modus
-
-# NbPlaces
-CTL_NoWorkspaces=Geen werkruimtes
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=n.v.t.
-ACD_NotifyExcPanel_Dialog=n.v.t.
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT voorval verzendingsdraad is geblokkeerd voor {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Verificatie is vereist
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=&Gebruikersnaam
-NbAuthenticatorPanel.passwordLbl.text=&Wachtwoord
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Password for {0}
-
-ProxySettings.password.description=Proxy password
-
-Title_WebBrowser=Webbrowser
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_nl_NL.properties
deleted file mode 100644
index f840264..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&Over
-About_title=Over
-
-#CopyProductInfoAction
-CopyProductInfo=Informatie kopi\u00ebren
-CopyProductInfoAction=Informatie &kopi\u00ebren
-CTL_CopyButton_tooltip=Kopieer NetBeans product informatie naar het klembord
-
-#HtmlViewAction
-CTL_OpeningBrowser=Browser openen...
-HTMLView=&Webbrowser
-
-#SystemExit
-Exit=&Afsluiten
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Volgend innerlijk beeld
-LBL_PreviousViewCallbackAction=Vorig innerlijk beeld
-
-# jump next/prev actions
-JumpNextAction=Volgende fout
-JumpPrevAction=Vorige fout
-
-#LogAction
-MSG_LogTab_name=IDE &log
-MSG_ShortLogTab_name=IDE log
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_nl_NL.properties
deleted file mode 100644
index 677a39a..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Product Version\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>Systeem\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Gebruikerslocatie:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">	\nNetBeans IDE en NetBeans platform zijn gebaseerd op software van netbeans.org, het bezit een dubbele licentie onder de Common Development and Distribution License (CDDL) en de GNU General Public License versie 2 met Classpath uitzondering. Voor meer informatie, ga alstublieft naar <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} versie {1} lopend op {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Eenvoudige HTML browser gebaseerd op een Swing onderdeel
-MSG_cannot_create_browser=Kan geen Swing HTML browser maken.
-Services/Browsers/SwingBrowser.settings=Swing HTML Browser
-LBL_Close=Afsluiten
-MNE_Close=C
-ACSN_Close=Afsluiten
-ACSD_Close=Afsluiten
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_nl_NL.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_nl_NL.properties
deleted file mode 100644
index 3b02e45..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Bibliotheken
-OpenIDE-Module-Short-Description=Bundels JNA bibliotheek.
-OpenIDE-Module-Long-Description=Deze module pakt de JNA bibliotheek in.
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_nl_NL.properties
deleted file mode 100644
index a3d1a7d..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Scripting API-integratie
-OpenIDE-Module-Display-Category=Bibliotheken
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). No longer needed.
-OpenIDE-Module-Deprecation-Message=No longer needed on JDK 6. Remove your dependency on this module.
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_nl_NL.properties
deleted file mode 100644
index 4df53bd..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Bibliotheken
-OpenIDE-Module-Short-Description=Bundelt de JUnit 4.x testen bibliotheek.
-OpenIDE-Module-Long-Description=Omvat de JUnit 4.x testen bibliotheek.
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_nl_NL.properties
deleted file mode 100644
index d0acda0..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi Specification
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_nl_NL.properties
deleted file mode 100644
index 3e1a18e..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Snel zoeken
-QuickSearchComboBar.jLabel2.toolTipText=Klik of druk Shift+F10 om een categorie te kiezen
-MSG_DiscoverabilityHint=Zoeken
-MSG_DiscoverabilityHint2=Zoek in {0}
-LBL_MoreResults=...
-LBL_AllCategories=Alle categorie\u00ebn
-QuickSearchPopup.searchingLabel.text=Zoekend...
-QuickSearchPopup.noResultsLabel.text=( Geen resultaat )
-QuickSearchPopup.hintLabel.text={0}; Druk {1} voor alle categorie\u00ebn
-AbstractQuickSearchComboBar.command.toolTipText=Snel in het systeem {0} zoeken 
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_nl_NL.properties
deleted file mode 100644
index 8ca38d6..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Kan URL: {0} niet vertonen.
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_nl_NL.properties
deleted file mode 100644
index 5fdd5eb..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Name=Snel zoeken API
-OpenIDE-Module-Short-Description=Infrastructuur voor snel zoeken in de menu-items, acties, bestanden enz.
-QuickSearch/Recent=Recente zoekopdrachten
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_nl_NL.properties
deleted file mode 100644
index 661c9b1..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=Geen filter
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_nl_NL.properties
deleted file mode 100644
index e6ae21a..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Name=ETafel and schets
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_nl_NL.properties
deleted file mode 100644
index c917f6e..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Look-en-feel aanpassing bibliotheek
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Bedient de per-look-en-feel UIManager aanpassingen voor NetBeans
-OpenIDE-Module-Long-Description=Definieert NetBeans-specifieke waarden die nodig zijn voor UIManager en zorgt ervoor dat sommige waarden, die beschikbaar zijn in BasicLookAndFeel,  beschikbaar zijn voor alle look-and-feel delen. Bedient metaal-thema ondersteuning, look-en-feel selectie en initialiseert aangepaste lettergrootte
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_nl_NL.properties
deleted file mode 100644
index f06c253..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=Waarschuwing: Door JDK bug 5079742, lettertypen zien er niet goed uit in Netbeans. 	\nInstalleer JDK 1.5.0_02 of nieuwer, details at http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_nl_NL.properties
deleted file mode 100644
index b6d3d72..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Tab controle
-OpenIDE-Module-Display-Category=Bibliotheken
-OpenIDE-Module-Short-Description=De tab controle die gebruikt wordt door het venster systeem
-OpenIDE-Module-Long-Description=De Netbeans venstersysteem's tabblad controle bean bibliotheek
-
-
-
-ACS_TabbedContainer=Tab controle
-ACSD_TabbedContainer=Tab controle om tabs te wisselen
-
-TT_TabDisplayer_Close=<html>Shift + click to close all documents<br>Alt + click to close other documents
-
diff --git a/l10n/src/nl_NL/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_nl_NL.properties
deleted file mode 100644
index deb837a..0000000
--- a/l10n/src/nl_NL/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Vertoon de open documenten lijst
-
-Tip_Restore_Window=Venster herstellen
-
-Tip_Maximize_Window=Venster maximaliseren
-
-Tip_Minimize_Window=Venster minimaliseren
-
-Tip_Pin=Pin
-
-Tip_Close_Window=Venster sluiten
-
-Tip_Scroll_Documents_Right=Documenten naar rechts rollen
-
-Tip_Scroll_Documents_Left=Documenten naar links rollen
-
diff --git a/l10n/src/nl_NL/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_nl_NL.properties
deleted file mode 100644
index 7357eef..0000000
--- a/l10n/src/nl_NL/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Acties APIs
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Definitie van algemene acties voor NetBeans
-OpenIDE-Module-Long-Description=Levert een lijst van algemene acties gebuikt welke NetBeans applicatie dan ook.
-
-
-New=Voeg Toe
-# {0} name of the only one new type
-NewArg=Toevoegen {0}
-
-# File
-NewFromTemplate=&Nieuw
-Save=&Sla op
-Print=Af&drukken
-PageSetup=Pa&gina Setup...
-
-#0 undoableedit
-UndoWithParameter=&Ongedaan Maken {0}
-#0 undoableedit
-RedoWithParameter=Opnie&uw Uitvoeren {0}
-UndoSimple=&Ongedaan Maken
-RedoSimple=Opnie&uw Uitvoeren
-Cut=K&nippen
-Copy=&Kopi\u00ebren
-Paste=&Plakken
-Delete=&Verwijderen
-Find=&Zoek...
-Goto=Ga naar Rege&l...
-Replace=V&ervang...
-
-# View
-Properties=Eigenscha&ppen
-View=Bekijken
-Edit=Bewerken
-
-# Build
-Execute=Uitvo&eren
-
-# Window
-DockWindow=Beeld Aan&leggen
-UndockWindow=&Beeld ontkoppelen
-CloneView=&Kloon Beeld
-CloseView=Afsluiten
-NextTab=Volge&nd Beeld
-PreviousTab=Vorig beeld
-
-Open=Openen
-Rename=Hernoemen...
-
-MoveUp=Naar boven
-MoveDown=Naar beneden
-
-
-Customize=Aanpassen
-
-#rename action
-CTL_RenameTitle=Hernoemen
-CTL_RenameLabel=&Nieuwe naam:
-# {0} param represents old name before renaming.
-MSG_BadFormat=Dit object kan niet worden hernoemd van {0} tot {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Rotzooi opruimen
-
-#HeapView
-LBL_ShowText=Vertoon tekst
-LBL_DropShadow=Slagschaduw
-LBL_OverlayGrid=Overleggend raster
-
-# NewTemplateAction
-CTL_NewName=Nieuwe Naam
-CTL_NewNameTitle=&Nieuw
-
-
-#Reorder Action
-Reorder=Verander Volgorde...
-
-OpenLocalExplorer=Bekijk van &Hier
-
-WorkspacesItems=&Werkruimtes
-
-
-# name of template
-CTL_Template_Name=Object &Naam:
-# title of dialog
-CTL_Template_Dialog_Title=Sjabloon instanti\u00ebren
-CTL_Template_Dialog_RootTitle=Opslaan &in:
-
-
-# Tools action
-CTL_Tools=Extras
-CTL_EmptySubMenu=Leeg
-
-
-# name of the PopupAction
-Popup=Pop-up
-
-#SaveAction
-MSG_saved={0} opgeslagen.
-EXC_notsaved=Er waren enkele problemen tijdens het opslaan {0}\nOorzaak: {1}
-#Template wizard title
-CTL_TemplateWizard=Nieuw van sjabloon
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Klik om vuilnisophaaldienst te forceren
-
-
diff --git a/l10n/src/nl_NL/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_nl_NL.properties
deleted file mode 100644
index c34a8ec..0000000
--- a/l10n/src/nl_NL/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI hulpmiddel API
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Gebruikers interface hulpmiddel.
-OpenIDE-Module-Long-Description=Helper methoden voor verscheidene gerelateerde UI taken.
-
-
-
-#MenuBar
-EXC_LoadMenu=Niet in staat om menu {0} te laden
-EXC_LoadMenuItem=Niet in staat om menu onderdeel{0} te laden
-
-#HtmlBrowser
-CTL_Back=Terug
-CTL_Forward=Voorwaarts
-CTL_Reload=Herladen
-CTL_Stop=Stoppen
-CTL_Document_done=Document: Klaar
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Laden
-EXC_Module=Exceptie tijdens initializeren van HTML browser module
-CTL_WebBrowser=Webbrowser
-HINT_WebBrowser=Webbrowser
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Browserweergave
-ACSD_HtmlBrowser=n.v.t.
-ACS_HtmlBrowser_Location=Locatie
-ACSD_HtmlBrowser_Location=n.v.t.
-
-# Splitted panel
-SplittedPanelVertical=Verticaal
-SplittedPanelHorizontal=Horizontaal
-SplittedPanelSwap=Wissel panelen
-ResetSplitter=Herstel de gesplitste regel
-ACS_SplittedPanel_Name=Eerste paneel {0}. Tweede paneel {1}.
-ACS_SplittedPanel_Description=Eerste paneel {0}. Tweede paneel {1}.
-ACS_SplittedPanel_EmptySplitter=n.v.t.
-ACSD_SplittedPanel_EmptySplitter=n.v.t.
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=n.v.t.
-#Title while loading
-LBL_Loading=Laden...
-#Title if html doesn't contain title tags
-LBL_Untitled=Zonder Titel
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Onbekende waard: {0}
-FMT_InvalidURL=Ongeldige URL: {0}
-FMT_NoRouteToHost=Geen route naar waard: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Roep {4} in uitgevoerd als {3} tot en met {1}
-
-
-# action and their performers
-Open=Openen
-Edit=Bewerken
-Print=Af&drukken
-View=Bekijken
-Close=Afsluiten
-
diff --git a/l10n/src/nl_NL/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_nl_NL.properties
deleted file mode 100644
index e5a5f41..0000000
--- a/l10n/src/nl_NL/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Compatibiliteit APIs
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Een aantal oude klassen die nu achterhaald zijn.
-OpenIDE-Module-Long-Description=Bevat een aantal oude API klassen die nu achterhaald zijn en vervangen kunnen worden. Concreet: ExplorerActions; ExplorerPanel; HttpServer en WeakListener.
-OpenIDE-Module-Deprecation-Message=De klassen in deze API zijn allemaal achterhaald en moeten worden vervangen door modernere APIs.
-
diff --git a/l10n/src/nl_NL/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_nl_NL.properties
deleted file mode 100644
index fd32556..0000000
--- a/l10n/src/nl_NL/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialoogvensters API
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Behandeld dialoogvensters en wizards.
-OpenIDE-Module-Long-Description=Deze module behandelt de infrastructuur van het dialoogvenster en de wizard die door NetBeans gebruikt wordt.
-
-# Notify system
-NTF_ErrorTitle=Fout
-NTF_ExceptionTitle=Uitzondering
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=Een {0} uitzondering is opgetreden.\nKunt u dit melden op http://www.netbeans.org/issues.html, inclusief een kopie van uw messages.log bestand.\nHet messages.log bestand is in uw {1} map.
-NTF_ExceptionalExceptionTitle=Onverwachte uitzondering
-NTF_PlainTitle=Boodschap
-NTF_QuestionTitle=Vraag
-NTF_InformationTitle=Informatie
-NTF_WarningTitle=Waarschuwing
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Opties lijn
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Ja
-CTL_NO=Nee
-CTL_CLOSE=Afsluiten
-
-CTL_CANCEL=Annuleren
-ACSD_CANCEL=n.v.t.
-
-CTL_NEXT=Volgende >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#naar de volgende stap van de wizard.|2#Volgende stap: {0}. {1}}
-
-CTL_PREVIOUS=< &Terug
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#naar de vorige stap van de wizard.|0#Vorige stap: {0}. {1}}
-
-CTL_FINISH=&Voltooi
-ACSD_FINISH=n.v.t.
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Invoer regel
-ACSD_InputField=n.v.t.
-ACN_NotifyDescriptor_MessageJTextArea=n.v.t.
-ACD_NotifyDescriptor_MessageJTextArea=n.v.t.
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} wizard ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} van {1}
-CTL_ContentName=Stappen
-CTL_HelpName=Hulp
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Een ogenblikje alstublieft.
-
diff --git a/l10n/src/nl_NL/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_nl_NL.properties
deleted file mode 100644
index 1b92e56..0000000
--- a/l10n/src/nl_NL/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Executie API
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Executie API van de Open APIs.
-OpenIDE-Module-Long-Description=Bevat delen van de org.openide.execution.* package van de Open APIs.
-
diff --git a/l10n/src/nl_NL/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_nl_NL.properties
deleted file mode 100644
index 6c62384..0000000
--- a/l10n/src/nl_NL/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Onderzoeker & eigenschappenblad API
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Diverse beelden voor het weergeven van knooppunt structuren.
-OpenIDE-Module-Long-Description=Maakt het mogelijk om nieuwe beelden te defini\u00ebren die structuren weergeven die met de Knooppunt API gemaakt zijn.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorer [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Kon het Onderzoeker venster niet herstellen, het root knooppunt "{0}" kon niet hersteld worden.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=Een onderzoeker beeld mag de lege selectie niet veto\u00ebn.
-EXC_ContextMustBeWithinRootContext=Een verkende context ({0}) moet bestaan binnen het verband van het knooppunt ({1}).
-EXC_NodeCannotBeNull=Nul kan niet gebruikt worden voor knooppunt keuze.
-EXC_NoElementOfNodeSelectionMayBeNull=Geen element van een knooppunt mag nul zijn.
-EXC_NodeSelectionCannotContainNodes=Een node selectie kan geen noden ({0}) bevatten die niet onder de root ({1}) vallen.
-EXC_CannotHaveNullRootContext=Kan geen nul knooppunt context hebben.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Weet je zeker dat je {0} wil verwijderen?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Weet je zeker dat je {0} met alle inhoud wil verwijderen?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Weet je zeker dat je deze {0} onderdelen wil verwijderen?
-MSG_ConfirmDeleteObjectTitle=Verwijdering van object bevestigen
-MSG_ConfirmDeleteFolderTitle=Verwijdering van pakket bevestigen
-MSG_ConfirmDeleteObjectsTitle=Verwijdering van meerdere objecten bevestigen
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Weet je zeker dat je {0} wil verwijderen (verbind met {3})?
-MSG_ConfirmDeleteShadowTitle=Verwijdering van verbinding bevestigen
-
-
diff --git a/l10n/src/nl_NL/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_nl_NL.properties
deleted file mode 100644
index 0363687..0000000
--- a/l10n/src/nl_NL/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Exceptie in
-PS_Editor=Eigenschap bewerker
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Array van
-FMT_ErrorSettingProperty=De eigenschap kon niet ingesteld worden. {0} is geen geldige waarde voor {1}.
-FMT_CannotUpdateProperty={0} is geen geldige waarde voor {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(Geen eigenschap bewerker)
-CTL_NoProperties=<Geen eigenschappen>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Eigenschappen
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Sorteer op categorie
-ACS_CTL_NoSort=Sorteer op categorie
-CTL_AlphaSort=Sorteer op naam
-ACS_CTL_AlphaSort=Sorteer op naam
-CTL_TypeSort=Sorteer op type
-ACS_CTL_TypeSort=Sorteer op type
-CTL_VisibleWritableOnly=Toon alleen bewerkelijke eigenschappen
-ACS_CTL_VisibleWritableOnly=Toon alleen bewerkelijke eigenschappen
-CTL_Customize=Aanpasser
-ACS_CTL_Customize=Aanpasser
-CTL_Help=Hulp
-ACS_CTL_Help=Hulp
-ACSD_CTL_Help=Levert hulp voor de voorwerpen wiens eigenschappen worden weergegeven in het eigenschappen blad
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Gebruiken van eigenschap >>{0}<< tijdens de design fase geeft een exceptie.
-
-#PropertySheet
-CTL_Property_sheet_option=Eigenschapblad
-
-
-#IndexedPropertyEditor
-CTL_NoItem=Geen item beschikbaar
-CTL_Index=Eigenschap Index:
-CTL_Unknown=Onbekend
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=n.v.t.
-CTL_Cancel=Annuleren
-ACSD_CTL_Cancel=n.v.t.
-CTL_Close=Afsluiten
-ACSD_CTL_Close=n.v.t.
-CTL_Default=Herstellen tot de standaard
-ACSD_CTL_Default=n.v.t.
-CTL_Paste=Plak
-
-#PropertyDetails
-EXC_Setter=Exceptie in setter methode van eigenschap: {0}
-EXC_Setter_localized=Exceptie in setter methode van eigenschap {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<geen custom editor>
-CTL_No_property_editor=<geen eigenschappen editor>
-CTL_Different_Values=<Verschillende Waarden>
-CTL_Desc_Different_Values=De geselecteerde knooppunten hebben verschillende waarden voor deze eigenschap.
-CTL_No_properties=<Geen eigenschappen>
-CTL_No_value=<Geen Waarde>
-CTL_No_type=<Geen type>
-CTL_ElipsisHint=Roept aanpasser aan.
-CTL_InvalidValue=Ongeldige waarde: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Ongeldige waarde {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Type: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=Eigenscha&ppen
-CTL_New=&Nieuw
-CTL_Delete=&Verwijderen
-CTL_MoveUp=Naar boven
-CTL_MoveDown=Naar onder
-CTL_HideDetails=Details verbergen
-CTL_ShowDetails=Details tonen
-EXC_ErrorInIndexedSetter=Geindexeerde eigenschapswaarde kan niet worden ingesteld
-
-ACSD_Properties=n.v.t.
-ACSD_New=n.v.t.
-ACSD_Delete=n.v.t.
-ACSD_MoveUp=n.v.t.
-ACSD_MoveDown=n.v.t.
-ACSD_HideDetails=n.v.t.
-ACSD_ShowDetails=n.v.t.
-ACSD_IndexedEditorPanel=n.v.t.
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Namen
-COLUMN_VALUES=Waarden
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<onleesbaar>
-#Text for null values
-NULL=nul
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Fout zetten waarde
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Onbekende sorteer modus
-
-#Button labels for property dialogs
-ok=Ok
-default=Herstel standaard waarde
-cancel=Annuleren
-close=Afsluiten
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Beschrijving
-ACSD_Description=Beschrijving van de geselecteerde eigenschap
-ACS_DescriptionTitle=Eigenschap naam
-ACSD_DescriptionTitle=Naam van de eigenschap die nu wordt bewerkt
-CTL_NO_DESCRIPTION=Geen beschrijving beschikbaar.
-CTL_NO_SELECTION=Niets geselecteerd
-ACS_Splitter=Splitser
-ACSD_Splitter=Visuele verdeler tussen de eigenschappen tabel en de beschrijvingsruimte.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=De eigenschap
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} gelijk aan {1}
-FMT_ACST_SheetSet=Eigenschappen groep {0}
-ACST_No_Selection=Niets geselecteerd
-CTL_Multiple_Selection=Meerdere voorwerpen geselecteerd
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Klik, of selecteer en type CTRL-SPACE om de custom editor te openen; rechter muis klik voor menu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Toon beschrijvingsruimte
-CTL_HideDescription=Verberg beschrijvingsruimte
-CTL_RestoreDefaultValue=Herstel standaard waarde
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Eigenschappen
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=deze eigenschap
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Ongeldig nummer formaat: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Op maat gemaakte bewerken: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Eigenschappen tabel
-ACSN_SHEET_TABBED_PANE=Eigenschappen categorie\u00ebn
-ACSD_SHEET_TABLE=Tabel van bewerkbare eigenschappen die het huidige voorwerp beschrijven
-ACSD_SHEET_TABBED_PANE=Kan verschillende verzamelingen van eigenschappen kiezen voor het huidige voorwerp om weer te geven in het eigenschappen blad.
-
-LBL_QUICKSEARCH=Snel zoeken:
-
-MSG_SetAsText_InvalidValue=Ongeldige waarde: {0}
-
diff --git a/l10n/src/nl_NL/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_nl_NL.properties
deleted file mode 100644
index df7589a..0000000
--- a/l10n/src/nl_NL/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Leeg
-MenuViewStartFromRoot=Blader vanuit de root
-MenuViewStartFromCurrent=Blader vanuit de huidige plaats
-
-# TabView
-TabView_RootTab=root
-
-# TreeView
-VetoSelectedNodes=Geselecteerde knooppunten
-LBL_QUICKSEARCH=Zoeken:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=Dit object kan niet worden hernoemd van {0} tot {1}.
-ACSN_TreeViewCellEditor=Hernoem editor
-ACSD_TreeViewCellEditor=In-place bewerker van knooppunt naam in de tree view
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=Doel accepteerde de inhoud van de transfer niet.
-
-MSG_ABORT=Annuleren
-
-#TableSheet
-ACS_TableSheet=Tabel van eigenschappen
-ACSD_TableSheet=n.v.t.
-ACS_NullPanel=Geen eigenschap
-# {0} - bean
-ACSD_NullPanel=Geen eigenschap Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Voorbeeld: {1} Bean: {2}
-CTL_No_value=<Geen waarde>
-CTL_No_type=<Geen voorbeeld>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Verander zichtbare kolommen
-LBL_ColumnDialogDesc=Kies de kolommen die in de lijst vertoont moeten worden
-LBL_ListOptions=Lijst Opties
-LBL_ChangeColumns=Verander zichtbare kolommen...
-LBL_SortMenu=Sorteren
-LBL_Ascending=Oplopend
-LBL_Descending=Aflopend
-LBL_ColsMenu=Kolom
-LBL_MoveLeft=Naar links
-LBL_MoveRight=Naar rechts
-MSG_NoColumnsToChange=Er zijn geen kolommen waarvoor zichtbaarheid te veranderen is.
-LBL_NoSort=Geen
-ACSN_ColumnDialog=Verander zichtbare kolommen
-ACSD_ColumnDialog=Kies de kolommen die weergegeven moeten worden in de lijst
-
-#a11y
-ACSN_TreeTable=n.v.t.
-ACSD_TreeTable=n.v.t.
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Vertoon alleen rijen waar 
-
-CTL_ColumnsSelector=Verander zichtbare kolommen
-ACN_ColumnsSelector=Kolommen kiezer
-ACD_ColumnsSelector=Kies zichtbare kolommen
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Kies de kolommen die weergegeven moeten worden in de lijst
-NodeOutlineModel_NodesColumnLabel=Knooppunten
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Toegang tot {0} zonder Children.MUTEX lees toegang
-
diff --git a/l10n/src/nl_NL/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_nl_NL.properties
deleted file mode 100644
index 5e69251..0000000
--- a/l10n/src/nl_NL/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Ongeldig XML document:
-
-W-003=Waarschuwing: XML parser ondersteunt geen lexicale-handler functie.
-
diff --git a/l10n/src/nl_NL/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_nl_NL.properties
deleted file mode 100644
index 1d6bdbe..0000000
--- a/l10n/src/nl_NL/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Bestand systeem API
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Virtueel bestand systeem API.
-OpenIDE-Module-Long-Description=Verschaft toegang tot bestand-achtige middelen onafhankelijk van de werkelijke OS bestanden. Ondersteunt kennisgeving van wijzigingen op de schijf.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Ongeldig {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=Root {0} bestaat niet.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Kan de root van bestandssysteem {0} niet verwijderen.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Kan de root van bestandssysteem {0} niet hernoemen.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Kan bestand {0} op {1} niet verwijderen.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Kan bestand {0}  op {1} niet hernoemen naar {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Bestandssysteem {0} is alleen-lezen.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=Bestand {0} op {1} is alleen-lezen.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Kan bestand {0} niet maken omdat {1} op bestandssysteem {2} geen map is.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Slash in mapnaam "{0}" is niet toegestaan.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Map {0} bestaat al op {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Kan map {0} niet maken op {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=Bestand {0} bestaat al op bestandssysteem {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Ongeldige slot[{0}] voor bestand {1} in {2} met huidig slot[{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Kan het filesysteem.attributen bestand niet aanpassen:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=Kan bestand {1} niet vinden in folder {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} is read-only.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} is read-only because it is inside {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=Bestand {0} bestaat niet.
-
-# {0} = name of zip file 
-EXC_CanntRead=Kan niet lezen van bestand {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Fout in bestand {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Fout in JAR bestand {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Onbekende JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Multi-Bestandssysteem
-EXC_FileOutsideModified=Bestand {0} niet gevonden. Het zou kunnen dat een andere applicatie het bestand verplaats heeft of de naam veranderd heeft.
-XML_NotValidXMLFileSystem=Ongeldig XML bestandssysteem.
-EXC_DefAttrReadErr=Kan DefaultAttributes niet lezen.
-EXC_UnreachableCode=Interne fout: onbereikbare code.
-
-EXC_FolderCopy=Kopi\u00ebren van mappen is niet ondersteund
-XML_RootInvalid=FileSystem element moet het root element zijn.
-XML_MisssingAttr=Eigenschap \"naam\" ontbreekt
-XML_InaccurateParam=Onjuist aantal parameters
-XML_UnknownElement=Onbekend element.
-XML_DuplElement=GedupliceerdBestandObject:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} in {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Opening stream for {0}
-
diff --git a/l10n/src/nl_NL/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_nl_NL.properties
deleted file mode 100644
index 255e750..0000000
--- a/l10n/src/nl_NL/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=I/O APIs
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Open APIs met betrekking tot het weergeven van uitvoer.
-OpenIDE-Module-Long-Description=Bevat classes van org.openide.windows.* met betrekking to het maken van uitvoer tabs, uitvoer vertoning, en het hyperlinken daarvan.
-
diff --git a/l10n/src/nl_NL/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_nl_NL.properties
deleted file mode 100644
index 3adfc1f..0000000
--- a/l10n/src/nl_NL/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Long-Description=Deze module bindt de Datasystemen API met de scripting API. Daardoor is het mogelijk om gebruik te maken van welke script en sjabloon taal dan ook voor het genereren van sjablonen.
-OpenIDE-Module-Name=Geavanceerd sjablonen maken
-OpenIDE-Module-Short-Description=Niet alleen geavanceerd sjablonen maken voor Datasystemen
-
diff --git a/l10n/src/nl_NL/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_nl_NL.properties
deleted file mode 100644
index b22e8ec..0000000
--- a/l10n/src/nl_NL/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Datasystemen-API
-OpenIDE-Module-Short-Description=NetBeans Open API voor de manipulatie van gegevensobjecten.
-OpenIDE-Module-Long-Description=De Datasystemen-API is een laag bovenop de Bestandssystemen-API die gegevensobjecten herkent, groepeert, en hen bepaalde betekenis geeft. Het was eens een deel van de algemene Open APIs, maar nu is het afgesplitst in een onafhankelijke module.
-OpenIDE-Module-Display-Category=Infrastructuur
-
-#DefaultDataObject
-HINT_DefaultDataObject=Bestand is niet herkend
-
-EXC_SharedAccess=Gedeelde toegang
-
-#Folder.Index
-EXC_ReorderFailed=Kan de nieuwe sortering niet opslaan.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Kan bestand {0} niet verwijderen.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Link naar {3}
-
-PROP_ShadowOriginalName=Oorspronkelijke Naam
-HINT_ShadowOriginalName=Naam van het object waar deze link naar verwijst.
-PROP_ShadowOriginalFileSystem=Originele bestandssysteemnaam
-HINT_ShadowOriginalFileSystem=Naam van het bestandssysteem van het originele object.
-
-# DataNode
-PROP_name=Naam
-HINT_name=Naam van dit object.
-PROP_template=Sjabloon
-HINT_template=Als dit WAAR is, dan is dit object een sjabloon (het kan 'instances' maken van zichzelf).
-PROP_files=Alle bestanden
-HINT_files=Een lijst van bestanden die door dit object vertegenwoordigd worden.
-PROP_size=Bestandsgrootte
-HINT_size=Lengte van dit bestand in bytes. (Alleen van toepassing op het eerste bestand in de lijst van Alle bestanden.)
-PROP_lastModified=Wijzigingstijd
-HINT_lastModified=Wanneer dit bestand voor het laatst gewijzigd werd. (Alleen van toepassing op het eerste bestand in de lijst van Alle bestanden.)
-PROP_extension=Extensie
-HINT_extension=Voornaamste bestandsextensie.
-ERROR_extension=Kan extensie niet veranderen. Bestand is gewijzigd.
-
-# name of set with sorting options
-PROP_sorting=Sorteren
-HINT_sorting=Sorterings- en orderingsinstellingen.
-
-#
-# folder sort mode property
-PROP_sort=Sorteermodus
-HINT_sort=Bepaalt hoe objecten in het pakket gesorteerd moeten worden.
-# SortModeEditor
-VALUE_sort_none=Niet-gesorteerd
-VALUE_sort_names=Op naam
-VALUE_sort_class=Op type
-VALUE_sort_folder_names=Op naam (pakketten eerst)
-VALUE_sort_last_modified=Op tijd van wijziging
-VALUE_sort_size=Op bestandsgrootte
-
-
-#
-# Names of paste types
-#
-PT_move=&Verplaats
-PT_copy=&Kopi\u00ebren
-PT_instantiate=&Instati\u00ebren
-PT_shadow=&Link maken
-PT_serialize=&Serialiseer
-PT_instance=Stan&daard instance
-
-# 
-SerializeBean_Text=&Naam van het bestand naar waar de instance geserialiseerd moet worden
-SerializeBean_Title=Instance-serialisatie
-
-#
-# new folder
-#
-CTL_NewFolder=Map
-CTL_NewFolderName=&Naam:
-CTL_NewFolderTitle=Nieuwe map maken
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=Bestand {0} bestaat al in map {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Map {0} bestaat al in map {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=Het blijkt dat bestand {1} te groot is ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) om veilig te openen. \nHet bestand openen zou een OutOfMemoryError kunnen veroorzaken, met het gevolg dat de IDE onbruikbaar wordt. Weet u zeker dat u het wil openen?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML-configuratiebestanden
-PROP_XmlError=Fout (herstelbaar)
-PROP_XmlWarning=Waarschuwing
-PROP_XmlFatalError=FATALE FOUT
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Kan map niet maken; {0} is geen geldige naam.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Kan {0} niet kopi\u00ebren: de doelmap is hetzelfde als de bronmap.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Kan {0} niet kopi\u00ebren: de doelmap is een submap van de bronmap.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=Nieuwe wizard - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=Nieuwe wizard
-LAB_TemplateChooserPanelName=Kies sjabloon
-LAB_SelectTemplateBorder=&Kies een sjabloon: 
-MSG_NoDescription=Geen beschrijving
-MSG_InitDescription=Beschrijving initialiseren...
-LAB_TemplateDescriptionBorder=&Sjabloonbeschrijving
-LAB_TargetLocationPanelName=Doellocatie
-LAB_TargetLocationDescription=Kies een map voor het nieuwe object of typ hieronder een mapnaam:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=n.v.t.
-ACSD_TemplateWizard1=n.v.t.
-
-CTL_NewObjectName=&Naam\:
-ACSD_NewObjectName=n.v.t.
-ACSD_TargetLocationDescription=n.v.t.
-ACSD_TemplateWizard2=n.v.t.
-
-ACSD_NewObjectPanel=n.v.t.
-
-LBL_settingsNodeName=Instellingen
-EXC_folder_delete_failed=Kon de bronmap niet verwijderen tijdens verplaatsen.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<hoofdmap> [{0}]
-FMT_DefaultNewObjectName=<standaardnaam>
-
-LBL_shadow_loader_display_name=Snelkoppelingen
-LBL_folder_loader_display_name=Mappen
-LBL_default_loader_display_name=Niet-herkende objecten
-LBL_instance_loader_display_name=Actie-instanties
-
-FMT_CannotCopyDo=Waarschuwing: Object {0} kan niet worden gekopieerd.
-FMT_CannotMoveDo=Waarschuwing: Object {0} kan niet worden verplaatst.
-
-# InstanceDataObject
-LBL_separator_instance=(scheider)
-PROP_instance_class=Klassenaam
-HINT_instance_class=Java-klassenaam van het object dat wordt vertegenwoordigd.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=Er zijn problemen met het opslaan van de {0}-bean.
-
-FMT_brokenShadowName={0} (Gebroken link)
-HINT_brokenShadowOriginalName=Gebroken link
-PROP_brokenShadowOriginalName=Gebroken link
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Gebroken linkbestandssysteem
-HINT_brokenShadowFileSystem=Gebroken linkbestandssysteem
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Niet-herkende instelling>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Kopieertintje van het dataobject
-LBL_DOcut=Kniptintje van het dataobject
-#NewObjectPanel
-LAB_NewObjectPanelName=Naam van het nieuwe object
-FMT_DefaultNewObject=<standaard>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=Het pop-up menu voor objecten van type {0} kon niet worden hersteld; standaardinstellingen worden gebruikt.
-LBL_loader_display_name=Lader
-
-MSG_renameError=Dit object kan niet worden hernoemd van {0} naar {1}.
-MSG_NotValidName=Kan {0} geen lege naam geven.
-ERR_NoFilesystem=Geen ingeschakeld bestandssysteem. Zorg ervoor dat u tenminste een bestandssysteem heeft dat niet alleen-lezen is en niet verborgen is.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=Het doelbestandssysteem of -map bestaat niet.
-MSG_fs_is_readonly=Het doelbestandssysteem is alleen-lezen.
-# {0} - name of the existing file
-MSG_file_already_exist=Het bestand {0} bestaat al.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Bestandssysteemactie
-#InstantiateAction
-Instantiate=Instanti\u00ebren
-#SaveAsTemplateAction
-SaveAsTemplate=Opslaan als een sjabloon ...
-Title_SaveAsTemplate=Opslaan als een sjabloon
-CTL_SaveAsTemplate=Kies de categorie waarin de nieuwe &sjabloon zal verschijnen:
-CTL_SaveAsTemplate_TemplatesRoot=Sjablonen
-SaveAll=&Alles opslaan
-HINT_SaveAll=Sla alle bestanden op (als het Compileer tijdens Opslaan-feature aan is, zal dit ook de bestanden compileren/bouwen)
-# FileSystemRefreshAction
-LAB_Refresh=Map herladen
-# NewTemplateAction
-EXC_TemplateFailed=Creatie van het object van het sjabloon mislukt.
-NewTemplate=&Nieuw
-NewTemplateAction=Alle Sjablonen...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Leeg
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen={0} wordt geopend ...
-
-# {0} = name of the data object
-MSG_SaveFile=Bestand {0} is gewijzigd. Opslaan?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modified)
-TIP_editor_ro=\ (read-only)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=Bestand {0} werd gewijzigd naar alleen-lezen! De wijzigingen zullen niet worden opgeslagen.
-MSG_FileReadOnlySaving=Bestand {0} werd gewijzigd naar alleen-lezen! Het kon niet opgeslagen worden.
-MSG_FileReadOnlyChanging=Bestand {0} werd gewijzigd naar alleen-lezen! 
-
-
-MSG_BinaryFileQuestion=Dit bestand blijkt binaire gegevens te bevatten. Weet je zeker dat je dit in een tekstverwerker wilt openen?
-MSG_BinaryFileWarning=Binair bestand ontdekt
-
-CTL_SaveAsAction=O&pslaan als...
-MSG_SaveAsFailed=Er waren enkele problemen tijdens het opslaan {0}\nOorzaak: {1}
-LBL_SaveAsTitle=Opslaan als
-MSG_CannotCreateTargetFolder=Kan de doelmap niet aanmaken.
-MSG_SaveAs_SameFileSelected=Kies een andere bestandnaam asjeblieft.
-MSG_SaveAs_SameFileSelected_Title=Opslaan als
-
diff --git a/l10n/src/nl_NL/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_nl_NL.properties
deleted file mode 100644
index 03f224a..0000000
--- a/l10n/src/nl_NL/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module Systeem API
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=APIs om informatie te verkrijgen over geinstalleerde modules.
-OpenIDE-Module-Long-Description=Maakt het mogelijk om een lijst van geinstalleerde modules te verkrijgen, hun eigenschappen en afhankelijkheden te bekijken.
-
diff --git a/l10n/src/nl_NL/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_nl_NL.properties
deleted file mode 100644
index 946956a..0000000
--- a/l10n/src/nl_NL/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Knooppunten API
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=API voor het defini\u00ebren van generieke boom-achtige structuren.
-OpenIDE-Module-Long-Description=Levert een abstractie over boom-achtige structuren door een knooppunt te defini\u00ebren - de uitbreidbare standaard interface die dan kan worden weergegeven door de Explorer API.
-
-
-
-#Sheet
-Properties=Eigenschappen
-Expert=Expert
-HINT_Properties=Eigenschappen van dit object.
-HINT_Expert=Expert eigenschappen van dit object.
-
-#indexed customizer
-LAB_order=Verander volgorde
-LAB_listOrder=Toon deze velden in deze volgorde:
-LAB_listOrder_Mnemonic=S
-Button_close=Afsluiten
-Button_close_Mnemonic=C
-Button_up=Beweeg naar Boven
-Button_up_Mnemonic=U
-Button_down=Naar onder
-Button_down_Mnemonic=D
-
-ACSD_Button_close=n.v.t.
-ACSD_Button_up=n.v.t.
-ACSD_Button_down=n.v.t.
-ACSD_ListOrder=n.v.t.
-ACSD_IndexedCustomizer=n.v.t.
-
-#PropertySupport
-CTL_StandardName=Naam
-CTL_StandardHint=Naam van het object.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Knooppunt plakken
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Index kopi\u00ebren
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Een ogenblikje alstublieft...
-
diff --git a/l10n/src/nl_NL/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_nl_NL.properties
deleted file mode 100644
index 2d057b3..0000000
--- a/l10n/src/nl_NL/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Instellingen opties API
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Levert ondersteuning voor het opslaan van voorkeuren.
-OpenIDE-Module-Long-Description=Levert klassen die het opslaan van instellingen tussen meerdere invocaties van NetBeans gebaseerde applicaties versimpelt.
-OpenIDE-Module-Deprecation-Message=Gebruik org.openide.util.NbPreferences als een alternatief.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/nl_NL/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_nl_NL.properties
deleted file mode 100644
index 9fc053a..0000000
--- a/l10n/src/nl_NL/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Tekst API
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Generieke API om de Swing based EditorKits heen.
-OpenIDE-Module-Long-Description=Levert ondersteuning voor componenten die Swing tekst bewerkers bevatten.
-
-
-
-# Editor top component
-CTL_ModeName=Bewerker
-
-# Print settings
-CTL_Print_settings=Afdruk instellingen
-CTL_Header_format = Afdrukken  {2} op {1}
-CTL_Footer_format = Pagina {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Pagina formaat
-HINT_PAGE_FORMAT=Pagina formaat
-PROP_WRAP=Sla regels om
-HINT_WRAP=Moeten regels worden omgeslagen?
-PROP_HEADER_FORMAT=Pagina rubriek formaat
-
-HINT_HEADER_FORMAT=Bijvoorbeeld , "Bovenkant van pagina {0} (afgedrukt op datum {1}) van bestand {2}".
-PROP_FOOTER_FORMAT=Formaat voor pagina voettekst
-HINT_FOOTER_FORMAT=Bijvoorbeeld, "Bottom van pagina {0} (geprint op dateum{1}) van bestand {2}".
-PROP_HEADER_FONT=Pagina rubriek lettertype
-HINT_HEADER_FONT=Zet het lettertype voor pagina rubriek.
-PROP_FOOTER_FONT=Pagina voettekst lettertype
-HINT_FOOTER_FONT=Stel voettekst lettertype voor pagina in.
-PROP_HEADER_ALIGNMENT=Pagina rubriek uitlijn
-HINT_HEADER_ALIGNMENT=Pagina rubriek uitlijning - LINKS, MIDDEN, RECHTS.
-PROP_FOOTER_ALIGNMENT=Pagina voettekst uitlijning
-HINT_FOOTER_ALIGNMENT=Pagina voettekst uitlijning - LINKS, MIDDEN, RECHTS.
-PROP_LINE_ASCENT_CORRECTION=Regel ascent correctie
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Vermenigvuldiger om de line ascent te corrigeren.
-
-# Alignment Prop Editor
-CTL_CENTER = MIDDEN
-CTL_RIGHT = RECHTS
-CTL_LEFT = LINKS
-
-# Cancellation
-CTL_Print_progress=Pagina nummer {0} was afgedrukt.
-CTL_Print_cancellation=Afdruktaak voortgang
-CTL_Cancel=Annuleren
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Huidige afdruktaak was afgebroken.
-EXC_Printer_Problem=Afdruk probleem: {0}
-EXC_ReadOnlyFile=Bestand {0} is alleen-lezen.
-EXC_LoadDocument=Het document {0} kon niet worden geladen.
-LBL_EditorLoading=Laden...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Vraag
-CTL_Save=Opslaan
-ACSN_CTL_Save=n.v.t.
-ACSD_CTL_Save=n.v.t.
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Weggooien
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=n.v.t.
-ACSD_CTL_Discard=n.v.t.
-
-# PositionBounds
-MSG_Empty_string=Niet instaat om de lege tekenreeks in te voegen
-#editor support warning message
-FMT_FileNotFound=Waarschuwing: Bestand {0} kon niet worden gevonden of toegang kon niet worden verkregen.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=Bestand {0} was extern gewijzigd. Herladen?
-FMT_External_change_write=Bestand {0} was extern gewijzigd. Overschrijven?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=U heeft een ongeldig bestand gespecificeerd. Controleer het pad.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Bewerker voor {0}
-ACSD_CloneableEditor_QuietEditorPane=Bewerker voor {0}
-TITLE_SourceButton=Bron
-
-
diff --git a/l10n/src/nl_NL/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_nl_NL.properties
deleted file mode 100644
index 529b8b8..0000000
--- a/l10n/src/nl_NL/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Oude opsomming API
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Opsomming API in de verkeerde pakket gestopt.
-OpenIDE-Module-Long-Description=Opsomming API in verkeerde pakket, org.openide.util.enum en kan daardoor niet worden gecompileerd met Java 1.5, omdat enum een trefwoord is. Is vervangen door de org.openide.util.Enumerations klas.
-OpenIDE-Module-Deprecation-Message=Gebruik org.openide.util.Enumerations in plaats van deze module.
-
diff --git a/l10n/src/nl_NL/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_nl_NL.properties
deleted file mode 100644
index 8f05e23..0000000
--- a/l10n/src/nl_NL/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Lookup
-
diff --git a/l10n/src/nl_NL/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_nl_NL.properties
deleted file mode 100644
index 444487c..0000000
--- a/l10n/src/nl_NL/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Hulpmiddelen API
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Basis hulpmiddelen API.
-OpenIDE-Module-Long-Description=Verscheidene hulp methoden en basis concept definities waaronder acties, zoek-op, beeldbewerking, parallelle uitvoering en brandmerk ondersteuning.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=Een HTTP server is al geregistreerd. U kunt geen twee servers tegelijk gebruiken.
-SERVER_CANNOT_UNREGISTER=Een module heeft geprobeerd een HTTP server die door een ander module geleverd was te de-registreren.
-
-MSG_ToNowhere=naar nergens
-MSG_To=naar
-
-MSG_NoServerRegistered=Geen server geregistreerd.
-MSG_TooManyArguments=te veel argumenten
-MSG_UnmatchedBraces=niet-gepaarde braces in het patroon op positie
-
-# NbBundle
-MSG_FMT_ObjectForKey=object voor sleutel {0} kon niet worden gevonden
-MSG_ClassFinderAlreadySet=ClassFinder reeds ingesteld.
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=WAARSCHUWING: Kan de vertalingstabel: {0} niet laden
-PROGRESS_CURSOR=Vorderingscursor
-
diff --git a/l10n/src/nl_NL/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_nl_NL.properties
deleted file mode 100644
index 26824b4..0000000
--- a/l10n/src/nl_NL/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Meerdere Objecten Smaak
-
-Create=Maak
-Paste=Plak
-
diff --git a/l10n/src/nl_NL/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_nl_NL.properties
deleted file mode 100644
index b5de626..0000000
--- a/l10n/src/nl_NL/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Window Systeem API
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=API voor het beheer van onderdelen op een scherm.
-OpenIDE-Module-Long-Description=Levert OS en MDI/SDI neutrale abstractie API over concepten van componenten die aan de gebruiker vertoond worden.
-
-
-
-# name of empty workspace
-None=Geen
-
-#CloneableTopComponent
-EXC_CannotAssign=Kan de component niet toewijzen aan LEEG
-
-#TopComponent
-EXC_UnknownOperation=Onbekende sluit operatie
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS={2}inroepen uitvoeren als {3} met {0}
-
diff --git a/l10n/src/nl_NL/platform/print/print/org/netbeans/modules/print/action/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/print/print/org/netbeans/modules/print/action/Bundle_nl_NL.properties
deleted file mode 100644
index 8934564..0000000
--- a/l10n/src/nl_NL/platform/print/print/org/netbeans/modules/print/action/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Pa&gina Setup...
-
-# PrintAction
-TLT_Print_Action=Afdrukken
-MNU_Print_Action=Af&drukken
-ACT_Print_Action=Afdrukken - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/nl_NL/platform/print/print/org/netbeans/modules/print/resources/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/print/print/org/netbeans/modules/print/resources/Bundle_nl_NL.properties
deleted file mode 100644
index b533a5b..0000000
--- a/l10n/src/nl_NL/platform/print/print/org/netbeans/modules/print/resources/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Afdrukken
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Uitvoering van de print-module.
-OpenIDE-Module-Long-Description=Uitvoering van de print-module.
-
-# layer.xml
-Actions/File=Bestand
-
diff --git a/l10n/src/nl_NL/platform/print/print/org/netbeans/modules/print/ui/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/print/print/org/netbeans/modules/print/ui/Bundle_nl_NL.properties
deleted file mode 100644
index 8352847..0000000
--- a/l10n/src/nl_NL/platform/print/print/org/netbeans/modules/print/ui/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Afdruk probleem: {0}
-LBL_Page_Setup_Button=Pagina in&stelling
-TLT_Page_Setup_Button=Roept het pagina instelling dialoogvenster aan
-LBL_Print_Option_Button=Afdruk &opties
-TLT_Print_Option_Button=Roept het afdruk dialoogvenster aan
-LBL_Print_Button=Af&drukken
-TLT_Print_Button=Roept het afdruk dialoogvenster aan
-LBL_Close_Button=&Afsluiten
-TLT_Close_Button=Sluit het afdrukvoorbeeld dialoogvenster
-LBL_Print_Preview=Afdrukvoorbeeld
-LBL_Fit_to_Width=Passend op breedte
-LBL_Fit_to_Height=Passend op hoogte
-LBL_Fit_to_All=Vertoon alle paginas
-
-TLT_First=Eerste pagina (Alt+F)
-TLT_Previous=Vo&rige pagina (Alt+R)
-TLT_Next=Volge&nde pagina (Alt+N)
-TLT_Last=&Laatste pagina (Alt+L)
-TLT_Fit=&Schaal veranderen (Alt+S)
-TLT_Zoom_In=&Inzoomen (Alt+I)
-TLT_Zoom_Out=&Uitzoomen (Alt+U)
-TLT_Toggle=Vertoon &meerdere paginas (Alt+M)
-TLT_Goto=<html><body> <b>Navigatie:</b> <br /> druk <code>/</code> of <code>F</code> voor de eerste pagina<br /> druk <b><code>-</code></b> of <code>G</code> voor de vorige pagina <br> druk <b><code>+</code></b> of <code>K</code> voor de volgende pagina <br /> druk <code>*</code> of <code>L</code> voor de laatste pagina </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Afdruk opties
-LBL_Border=Rand
-LBL_Print_Border=Rand afdrukken
-LBL_Print_Header=Hoof&d afdrukken
-LBL_Print_Footer=&Voeter afdrukken
-LBL_Choose_Font=Kies lettertype
-LBL_Choose_Color=Kies kleur
-LBL_Insert_Macros=Macro inzetten:
-LBL_Text=Tekst
-LBL_Line_Numbers=Regel n&ummers
-LBL_Wrap_Lines=Regels om&wikkelen
-LBL_Use_Font=Gebruik lettertype eigenschappen // &X
-LBL_Use_Color=Gebruik kleur eigenschappen // &Q
-LBL_As_Editor=Afdrukken als in bewerker // &J
-LBL_Selection=&Selectie afdrukken
-LBL_Line_Spacing=Regelafstand:
-LBL_Text_Font_and_Color=Lettertype en kleu&r:
-LBL_Background_Color=Achter&grond kleur:
-LBL_Zoom=Zomen
-LBL_Header_Footer=Kop en voet
-LBL_Apply=Toepassen
-LBL_Left=Links:
-LBL_Center=Midden:
-LBL_Right=Rechts:
-
-ERR_Zoom_Value_Is_Invalid=Zoom waarde is ongeldig!
-ERR_Header_Size_Is_Too_Big=Kop is te groot!
-ERR_Footer_Size_Is_Too_Big=Voet is te groot!
-ERR_Page_Number_Is_Invalid=Aantal paginas is ongeldig!
-ERR_Page_Number_Is_Too_Big=Aantal paginas is te groot!
-
-TLT_Apply=Past veranderingen toe
-TLT_Border_Color=Kies kleur voor marge  (Alt+C)
-TLT_Header_Font=Kies lettertype voor kop (Alt+N)
-TLT_Header_Color=Kies kleur v&oor kop (Alt+O)
-TLT_Footer_Font=Kies letter&type voor voet (Alt+T)
-TLT_Footer_Color=Kies k&leur voor voet (Alt+L)
-TLT_Text_Font=&Kies lettertype voor tekst (Alt+K) // &K
-TLT_Text_Color=Kies kleu&r voor tekst (Alt+R)
-TLT_Background_Color=Kies achtergrond kleur // &G
-TLT_Print_Zoom=Afdruk maat aanpassen
-TLT_Use_Font=Lettertype gebruiken (Alt+X)
-TLT_Use_Color=Kleur gebruiken (Alt+Q)
-TLT_As_Editor=Vertoon als in bewerker (Alt+J)
-TLT_Selection=Selectie afdrukken
-
-LBL_Pages=pagina(s)
-LBL_Fit_Width_to=Breedte aanpassen tot:
-TLT_Fit_Width_to=Breedte aanpassen tot
-LBL_Fit_Height_to=Hoogt&e aanpassen tot:
-TLT_Fit_Height_to=Hoogte aanpassen tot 
-LBL_Zoom_to=&Vergroot tot:
-TLT_Zoom_to=Vergroot tot
-LBL_Fit_to_Page=Aanpassen aan paginaformaat // &Y
-TLT_Fit_to_Page=Aanpassen aan paginaformaat (Alt+Y)
-
diff --git a/l10n/src/nl_NL/platform/print/print/org/netbeans/modules/print/util/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/print/print/org/netbeans/modules/print/util/Bundle_nl_NL.properties
deleted file mode 100644
index c883478..0000000
--- a/l10n/src/nl_NL/platform/print/print/org/netbeans/modules/print/util/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} van {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=De naam van het afgedrukte onderdeel
-ROW=RijNummer 
-COLUMN=kolomnummer
-USER=Gebruiker's naam
-COUNT=Aantal paginas
-MODIFIED_DATE=Laatst verandert op
-MODIFIED_TIME=Laatst verandert om
-PRINTED_DATE=Afdruk datum
-PRINTED_TIME=Moment van afdrukken
-
diff --git a/l10n/src/nl_NL/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_nl_NL.properties
deleted file mode 100644
index 4247780..0000000
--- a/l10n/src/nl_NL/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Vooruitgang UI
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Voortgang van taak visualisatie.\n
-OpenIDE-Module-Long-Description=Biedt een overzicht van alle lopende taken en kan toestaan dat deze kunnen worden geannuleerd, enz.
-
-NbProgressBar.tooltip1={0} lopende taken. Klik voor details.
-NbProgressBar.tooltip2={0} lopende taak. Klik voor details.
-ListComponent.btnClose.tooltip=Klik om het proces te annuleren.
-ListComponent.bar.tooltip=Klik om een oogje of het proces te houden
-Cancel_Question=Weet u zeker dat u {0} wilt annuleren? 
-Cancel_Question_Title=Annuleer lopende taak
-StatusLineComponent.ShowProcessList=Vertoon processen
-StatusLineComponent.Cancel=Annuleer proces
-StatusLineComponent.View=Vertoon resultaat
-ListComponent.Watch=Hou een oogje of het proces
-
-RunOffAWT.TITLE_Operation=Lengthy operation in progress
-RunOffAWT.BTN_Cancel=Annuleren
-
-# ProgressListAction
-CTL_ProcessListAction=&Processen
-
-# CancelAction
-CTL_CancelAction=Annuleer proces
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Klik om het proces te annuleren.
-ModalDialog.btnClose.text=Annuleren
-ModalDialog.btnClose.accessibleName=Annuleren
-ModalDialog.btnClose.accessibleDescription=Cancels the current process
-
-
diff --git a/l10n/src/nl_NL/platform/queries/queries/org/netbeans/modules/queries/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/queries/queries/org/netbeans/modules/queries/Bundle_nl_NL.properties
deleted file mode 100644
index 7f42ee2..0000000
--- a/l10n/src/nl_NL/platform/queries/queries/org/netbeans/modules/queries/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Algemene zoekopdrachten API
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Short-Description=Fungeert als een algemene communicatie verbinding tussen modules.
-OpenIDE-Module-Long-Description=Bedient vragen die niet met name domein-specifiek zijn. Staat toe dat verschillende modules op een flexibele manier informatie over bestanden kunnen verkrijgen.
-
diff --git a/l10n/src/nl_NL/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_nl_NL.properties
deleted file mode 100644
index 622a7c1..0000000
--- a/l10n/src/nl_NL/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=Optie {0} verwacht een argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Optie {0} kan niet in combinatie met optie {1} gebruikt worden
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Heeft tenminste een van {0} nodig
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Moet ook {0} gebruiken
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=Optie {0} heeft ook optie {1} nodig
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/nl_NL/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_nl_NL.properties
deleted file mode 100644
index 80535a5..0000000
--- a/l10n/src/nl_NL/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Commando regel ontleding API
-OpenIDE-Module-Short-Description=Inschikkelijk Getopts API voor het ontleden van commando regel
-OpenIDE-Module-Long-Description=Inschikkelijk Getopts API voor het ontleden van de commando regel Het is gericht op het geval waarin elk deel van de commando regel zal worden ontleed door een verschillende module.
-OpenIDE-Module-Display-Category=Infrastructuur
-
-MSG_OptionsHeader=\nAanvullende Module(s) Optie(s):\n
-
diff --git a/l10n/src/nl_NL/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_nl_NL.properties
deleted file mode 100644
index c7d55dc..0000000
--- a/l10n/src/nl_NL/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Instellings-API
-OpenIDE-Module-Short-Description=Een bibliotheek voor het opslaan van instellingen in aangepaste formaten.
-OpenIDE-Module-Long-Description=	\nDeze module biedt de instellings-API voor de opslag van module-gedefinieerde instellingen in aangepaste formaten. Het biedt ook een aantal nuttige instelling formaat implementaties.
-OpenIDE-Module-Display-Category=Infrastructuur
-
diff --git a/l10n/src/nl_NL/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_nl_NL.properties
deleted file mode 100644
index fba4f12..0000000
--- a/l10n/src/nl_NL/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Long-Description=Een module die een nieuwe API verschaft om NodeAction, CookieAction, enz., te vervangen
-OpenIDE-Module-Name=Acties SPI (Experimenteel)
-OpenIDE-Module-Short-Description=Vervanging voor NodeAction, CookieAction, enz.
-
diff --git a/l10n/src/nl_NL/platform/templates/templates/org/netbeans/modules/templates/Bundle_nl_NL.properties b/l10n/src/nl_NL/platform/templates/templates/org/netbeans/modules/templates/Bundle_nl_NL.properties
deleted file mode 100644
index 3f53b6b..0000000
--- a/l10n/src/nl_NL/platform/templates/templates/org/netbeans/modules/templates/Bundle_nl_NL.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructuur
-OpenIDE-Module-Long-Description=Deze module bindt de Datasystemen API met de scripting API. Daardoor is het mogelijk om gebruik te maken van welke script en sjabloon taal dan ook voor het genereren van sjablonen.
-OpenIDE-Module-Name=Geavanceerd sjablonen maken
-OpenIDE-Module-Short-Description=Niet alleen geavanceerd sjablonen maken voor Datasystemen
-ERR_Switch_To_Java_6=Niet in staat om de sjabloon in te vullen, probeer het met de script machine van JDK 1.6 of nieuwer.\n\nVoer NetBeans onder JDK 1.6 uit om het probleem op te lossen.\nZie http://wiki.netbeans.org/FaqNetbeansConf voor instructies.
-
diff --git a/l10n/src/pl/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_pl.properties b/l10n/src/pl/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_pl.properties
deleted file mode 100644
index c4daff6..0000000
--- a/l10n/src/pl/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_pl.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Wyposa\u017cenie dla budowania modu\u0142\u00f3w
-OpenIDE-Module-Display-Category=Rozwijanie NetBeans
-OpenIDE-Module-Short-Description=Pozwala budowa\u0107 zewn\u0119trzne modu\u0142y wtyczek ze \u017ar\u00f3de\u0142.
-OpenIDE-Module-Long-Description=Jest to wyposa\u017cenie dla budowania do rozwijania modu\u0142\u00f3w NetBeans (z lub bez IDE). Jest normalnie stosowany domy\u015blnie przez projekty modu\u0142\u00f3w NetBeans. Dla technicznej dokumentacji zobacz harness/README.
-
diff --git a/l10n/src/pl/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_pl.properties b/l10n/src/pl/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_pl.properties
deleted file mode 100644
index 3bdcfe1..0000000
--- a/l10n/src/pl/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_pl.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Rozwijanie NetBeans
-OpenIDE-Module-Long-Description=Cele (target) Ant do mierzenia pokrycia test\u00f3w projekt\u00f3w apisupport przy u\u017cyciu Cobertura.\nUruchom target 'display-coverage-report' na projekcie aby zmierzy\u0107 rezultaty i wy\u015bwietli\u0107 raport w zewn\u0119trznej przegl\u0105darce.Dla integracji z Module Build Harness.
-OpenIDE-Module-Name=Pokrycie test\u00f3w modu\u0142u Cobertura
-OpenIDE-Module-Short-Description=Cele (target) Ant do mierzenia pokrycia test\u00f3w projekt\u00f3w apisupport przy u\u017cyciu Cobertura.
-
diff --git a/l10n/src/pl/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_pl.properties b/l10n/src/pl/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_pl.properties
deleted file mode 100644
index 75df6f8..0000000
--- a/l10n/src/pl/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_pl.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Platforma narz\u0119dzi Jelly
-
diff --git a/l10n/src/pl/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_pl.properties b/l10n/src/pl/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_pl.properties
deleted file mode 100644
index a99f640..0000000
--- a/l10n/src/pl/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_pl.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Narz\u0119dzia testuj\u0105ce
-OpenIDE-Module-Short-Description=Biblioteka testowa Jemmy.
-OpenIDE-Module-Long-Description=Og\u00f3lna biblioteka dla przeprowadzania automatycznych test\u00f3w GUI.
-
-
diff --git a/l10n/src/pl/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_pl.properties b/l10n/src/pl/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_pl.properties
deleted file mode 100644
index 40a69c5..0000000
--- a/l10n/src/pl/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_pl.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Narz\u0119dzia testuj\u0105ce
-OpenIDE-Module-Long-Description=Rozszerzenia NetBeans dla JUnit wraz z assertGC, assertSize, getWorkDir, LineDiff, itd.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=Rozszerzenia NetBeans dla JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/pl/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_pl.properties
deleted file mode 100644
index 26b9fe7..0000000
--- a/l10n/src/pl/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_pl.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Biblioteki
-OpenIDE-Module-Short-Description=Biblioteka INSANE profilowania stosu.
-OpenIDE-Module-Long-Description=Biblioteka do wykonywania na \u017cywo analiz stosu Wirtualnej Maszyny Javy (JVM), na kt\u00f3rej jest on uruchomiony.
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_pl.properties
deleted file mode 100644
index 95374fc..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_pl.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Name=NBI Ant Library
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_pl.properties
deleted file mode 100644
index 0b40082..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_pl.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=Aktualna platforma nie jest wspierana.
-I.error.load.engine.properties=Nie mo\u017cna za\u0142adowa\u0107 pliku w\u0142a\u015bciwo\u015bci silnika
-
-I.warning.silent.without.state=Opcja "{1}" jest wymagana podczas u\u017cywania "{0}". "{0}" b\u0119dzie ignorowane.
-
-I.error.cannot.create.local.dir=Nie mo\u017cna utworzy\u0107 katalogu lokalnego: {0}
-I.error.local.dir.is.file=Katalog lokalny istnieje i jest plikiem: {0}
-I.error.no.read.permissions.for.local.dir=Nie mo\u017cna odczyta\u0107 katalogu lokalnego {0} - brak wystarczaj\u0105cych uprawnie\u0144
-I.error.no.write.permissions.for.local.dir=Nie mo\u017cna zapisa\u0107 do katalogu lokalnego {0} - brak wystarczaj\u0105cych uprawnie\u0144
-
-I.lock.file.exists.dialog.title=NetBeans Installer lock file exists
-I.lock.file.exists.dialog.text=The installer lock file exists at {0}\n\nIt means that either another instance of the installer is already running or the previous installation was not finished correctly.\nIt is not recommended that you run multiple instances at the same time since it can result in installer data corruption.\n\nIf you are sure that no other instance is running at the moment, click "Yes" to proceed otherwise click "No" to exit the installer.\n
-
-I.error.cannot.create.lock.file=Nie mo\u017cna utworzy\u0107 blokady dla lokalnego pliku rejestru
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_pl.properties
deleted file mode 100644
index be8adff..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_pl.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Pobieranie z {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_pl.properties
deleted file mode 100644
index eb47144..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_pl.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=Typy proxy {0} i {1} koliduj\u0105
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI nie mo\u017ce by\u0107 null
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Nieudane po\u0142\u0105czenie poprzez {0} do {1}
-US.error.failed.configure.proxy=Nieudana konfiguracja proxy {0} dla {1}
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_pl.properties
deleted file mode 100644
index 06ef33a..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_pl.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=\u0141adowanie rejestru lokalnego [{0}]
-R.error.loading.local.registry.failed.title=Nieudane \u0142adowanie rejestru lokalnego
-R.error.loading.local.registry.failed.msg=Rejestr lokalny ({0}) nie m\u00f3g\u0142 zosta\u0107 za\u0142adowany b\u0105d\u017a zosta\u0142 za\u0142adowany cz\u0119\u015bciowo.\nInstalator mo\u017ce kontynuowa\u0107 prac\u0119 normalnie, jednak mo\u017ce doprowadzi\u0107 do uszkodzenia rejestru globalnego.\n\nWybierz Tak aby kontynuowa\u0107, Nie aby opu\u015bci\u0107 instalator.
-
-R.loading.bundled.registry=\u0141adowanie pakunku rejestru [{0}]
-R.error.loading.bundled.registry.failed.title=Nieudane \u0142adowanie pakunku rejestru
-R.error.loading.bundled.registry.failed.msg=The bundled registry ({0}) could not be loaded, or was loaded partially.\nInstalator mo\u017ce kontynuowa\u0107 prac\u0119 normalnie, jednak mo\u017ce doprowadzi\u0107 do uszkodzenia rejestru globalnego.\n\nWybierz Tak aby kontynuowa\u0107, Nie aby opu\u015bci\u0107 instalator.
-
-R.loading.remote.registry=\u0141adowanie rejestru zdalnego[{0}]
-R.error.loading.remote.registry.failed.title=Nieudane \u0142adowanie rejestru zdalnego
-R.error.loading.remote.registry.failed.msg=The remote registry ({0}) could not be loaded, or was loaded partially.\nInstalator mo\u017ce kontynuowa\u0107 prac\u0119 normalnie, jednak mo\u017ce doprowadzi\u0107 do uszkodzenia rejestru globalnego.\n\nWybierz Tak aby kontynuowa\u0107, Nie aby opu\u015bci\u0107 instalator.
-
-R.error.cannot.delete.data=Nie mo\u017cna usun\u0105\u0107 danych podr\u0119cznych instalacji
-R.save.local.registry.title=Zapisywanie rejestru lokalnego
-R.save.local.registry.detail=Zapisywanie do {0}
-
-R.error.missing.target.component.title=Brak komponentu docelowego
-R.error.missing.target.component.msg=The specified target component - {0}/{1}\nwas not found in the registry. The installer\n can continue as if the target component was not specified.\nKliknij Tak aby kontynuowa\u0107, Nie aby opu\u015bci\u0107 instalator.
-
-R.error.validation.title=Problem z walidacj\u0105
-R.error.validation.msg=Wygl\u0105da na to, \u017ce instalacja {0} jest uszkodzona.\nThe validation procedure issued the following warning:\n\n{1}\n\nWould you like to mark this product as not installed and continue?\nJe\u017celi klikniesz Nie, instalator zako\u0144czy prac\u0119.\n\nNote that these products that depend on {2} will also be disabled:\n{3}
-
-R.error.matching.requirement=\u017badne komponenty pasuj\u0105ce do wymaganych: {0} wymaga {1}
-R.error.cyclic.dependency=Zale\u017cno\u015b\u0107 cykliczna: {0}, {1}
-
-R.loading.registry.properties=\u0141adowanie w\u0142a\u015bciwo\u015bci rejestru
-R.loading.component=\u0141adowanie komponentu : uid={0}, wersja={1}
-R.error.loading.components=Nie uda\u0142o si\u0119 za\u0142adowa\u0107 komponent\u00f3w
-R.error.registry.finalization=Nie uda\u0142o si\u0119 sfinalizowa\u0107 rejestru
-R.error.registry.document.loading=Nie uda\u0142o si\u0119 za\u0142adowa\u0107 dokumentu rejestru
-
-R.error.cannot.create.cache.directory=Nie uda\u0142o si\u0119 utworzy\u0107 podr\u0119cznego katalogu produktu lokalnego {0}
-R.error.cache.is.file=Podr\u0119czny katalog lokalnego produktu istnieje i jest plikiem : {0}
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=Nie mo\u017cna utworzy\u0107 rejestru lokalnego
-
-R.error.registry.is.dir=Rejestr lokalny {0} jest katalogiem
-R.error.cannot.read.registry=Nie mo\u017cna odczyta\u0107 rejestru lokalnego {0} - brak wystarczaj\u0105cych uprawnie\u0144
-R.error.cannot.write.registry=Nie mo\u017cna zapisa\u0107 rejestru lokalnego {0} - brak wystarczaj\u0105cych uprawnie\u0144
-
-R.error.cannot.parse.platform=Nie mo\u017cna parsowa\u0107 platformy z "{0}"
-R.error.cannot.load.registry=Nie mo\u017cna za\u0142adowa\u0107 rejestru
-R.error.parser.not.support.schemas=Aktualny parser - {0} - nie wspiera schemat\u00f3w.
-
-R.error.unknown.dependency=Unknown dependency type {0}
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_pl.properties
deleted file mode 100644
index 4e0603c..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_pl.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=The installation directory {0} is missing.\nMost likely it was deleted manually.
-PCL.validation.directory.file=The installation directory {0} is in fact a file.\nMost likely it was previously deleted manually and overwritten with a file.
-PCL.validation.directory.empty=The installation directory {0} is empty.\nMost likely its contents were deleted manually.
-PCL.validation.directory.null=Katalog instalacyjny nie mo\u017ce zosta\u0107 wykryty.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Nie mo\u017cna zainicjalizowa\u0107 danych dla {0}
-P.error.cannot.load.logic=Nie mo\u017cna za\u0142adowa\u0107 logiki konfiguracji dla {0}
-P.error.installdir.not.set=Lokalizacja instalacji nie jest ustawiona dla {0}
-P.error.installdir.set.empty=Lokalizacja instalacji jest ustawiona na pusty string dla {0}
-P.error.cannot.create.cache.dir=Nie mo\u017cna utworzy\u0107 lokalnego katalogu podr\u0119cznego {0} dla {1}
-P.error.local.cache.not.dir=Lokalny katalog podr\u0119czny {0} dla {1} nie jest katalogiem
-P.error.cannot.load.product=Nie mo\u017cna za\u0142adowa\u0107 produktu {0}
-P.error.logic.not.yet.downloaded=Logika konfuguracji dla {0} nie zosta\u0142a jeszcze pobrana
-P.error.installation.data.not.cached=Dane instalacji nie s\u0105 zbuforowane dla  {0}
-P.error.cannot.extract.data=Nie mo\u017cna wypakowa\u0107 danych instalacji dla {0}
-P.error.cannot.save.files.list=Nie mo\u017cna zapisa\u0107 listy zainstalowanych plik\u00f3w
-P.error.cannot.get.wizard.components=Nie mo\u017cna pobra\u0107 sk\u0142adnik\u00f3w kreatora komponent\u00f3w
-P.error.cannot.wrap.for.macos=Nie mo\u017cna utworzy\u0107 hierarchii katalog\u00f3w dla aplikacji MacOS
-P.error.cannot.get.files.list=Nie mo\u017cna pobra\u0107 listy plik\u00f3w instalacyjnych
-P.error.cannot.delete.files.list=Nie mo\u017cna usun\u0105\u0107 listy plik\u00f3w instalacyjnych
-P.error.cannot.delete.file=Nie mo\u017cna usun\u0105\u0107 pliku
-P.error.cannot.remove.from.system=Nie mo\u017cna usun\u0105\u0107 {0} z menad\u017cera instalacji systemu
-P.error.not.enough.space=Nie mo\u017cna wypakowa\u0107 danych instalcyjnych -- brak wystarczaj\u0105cej przestrzeni dyskowej w katalogu docelowym.
-P.error.cannot.clear.cache=Nie mo\u017cna wyczy\u015bci\u0107 pliku podr\u0119cznych danych instalacyjnych {0}
-P.error.system.integartion.failed=Integracja {0} z menad\u017cerem systemu paczek nie powiod\u0142a si\u0119
-
-P.message.installation=Instalowanie {0}
-P.message.uninstallation=Odinstalowywanie {0}
-P.message.configuration=Konfigurowanie {0}
-P.message.unconfiguration=Dekonfigurowanie {0}
-P.message.legal.artifacts=Tworzenie prawnych artefakt\u00f3w
-P.message.run.logic=Uruchamianie niestandradowej logiki konfiguracji
-P.message.system.registration=Rejestrowanie w menad\u017cerze systemu paczek
-P.message.save.installation.files.list=Zapisywanie listy zainstalowanych plik\u00f3w
-P.message.delete=Usuwanie {0}
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_pl.properties
deleted file mode 100644
index f864106..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_pl.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Error writing to the log file. Logging disabled.
-
-EM.ununexpected.exception=Nieoczekiwany wyj\u0105tek wyst\u0105pi\u0142 w w\u0105tku {0}
-EM.errortype.critical=B\u0142\u0105d krytyczny
-EM.errortype.error=B\u0142\u0105d
-EM.errortype.warning=Ostrze\u017cenie
-EM.errortype.message=Wiadomo\u015b\u0107
-EM.unexpected.error=Wyst\u0105pi\u0142 nieznany b\u0142\u0105d.
-EM.exception.message=\n\nException:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nYou can get more details about the issue in the installer log file:\n {0}
-
-FU.error.output.file.entry=Wpis pliku {0} istnieje i nie jest plikiem
-FU.error.output.dir.entry=Wpis katalogu {0} istnieje i nie jest katalogiem
-FU.message.extracting=Wypakowywanie {0}
-FU.error.load.xml.file.list=Nie mo\u017cna za\u0142adowa\u0107 listy plik\u00f3w xml do wypakowania
-FU.error.unjar.todir=Katalog {0} jest istniej\u0105cym plikiem, nie mo\u017cna wypakowa\u0107
-FU.message.copy.dir=Kopiowanie katalogu: {0} do: {1}
-FU.message.copy.file=Kopiowanie pliku: {0} do: {1}
-FU.error.close.stream=Nie mo\u017cna zamkn\u0105\u0107 strumienia
-FU.error.source.not.readable=\u0179r\u00f3d\u0142o {0} nie jest do odczytu 
-FU.error.dest.not.file=Cel {0} nie jest plikiem
-FU.error.dest.creation=Cel {0} nie mo\u017ce by\u0107 utworzony
-FU.error.dest.not.writable=Cel {0} nie jest do zapisu
-FU.message.moving=Przenoszenie {0} do {1}
-FU.error.freespace=Nie mo\u017cna uzyska\u0107 ilo\u015bci wolnej przestrzeni dyskowej w {0}
-FU.error.cannot.close.jar=Nie mo\u017cna zamkn\u0105\u0107 jar {0}
-FU.error.cannot.create.dir.exist.file=Nie mo\u017cna utworzy\u0107 katalogu {0}, jest to istniej\u0105cy plik
-FU.error.cannot.create.dir=Nie mo\u017cna utworzy\u0107 katalogu {0}
-FU.error.not.jar.file=Dostarczony plik {0} nie jest archiwum jar
-FU.error.sha1.not.supported=Jasna cholera, ta maszyna wirtualna Javy nie wspiera SHA1
-FU.error.md5.not.supported=Jasna cholera, ta Maszyna Wirtualna Javy nie wspiera MD5
-FU.error.file.security.exception=Co\u015b bardzo nieprzewidzianego - wyj\u0105tek bezpiecze\u0144stwa podczas dost\u0119pu do pliku {0}
-FU.message.delete.file=Usuwanie pliku {0}
-FU.message.delete.dir=Usuwanie katalogu {0}
-FU.error.pack200.failed=Pack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Nie mo\u017cna parsowa\u0107 w\u0142asno\u015bci - {0}, jej warto\u015b\u0107 - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Nie mo\u017cna aktywowa\u0107 miedzyplatformowego look and feel - kontynuowanie z domy\u015blnym look and feel.
-UI.error.failed.to.activate.defined.laf=Nie mo\u017cna aktywowa\u0107 zdefiniowanego look and feel - powr\u00f3t do domy\u015blnego miedzyplatformowego
-UI.error.failed.to.init.ui=Nie mo\u017cna zaincjalizowa\u0107 Interfejsu U\u017cytkownika
-UI.error.failed.to.force.gtk=Nie mo\u017cna wymusi\u0107 u\u017cycia GTK look and feel
-UI.silent.default.yes=Going with Yes (default) option...
-UI.silent.default.no=Going with No (default) option...
-UI.silent.default.cancel=Going with Cancel (default) option...
-
-StrU.error.cannot.parse.status=Nie mo\u017cna parsowa\u0107 statusu: {0}
-StrU.error.unknown.platform=Platforma "{0}" nie jest rozpoznana.
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_pl.properties
deleted file mode 100644
index 5a4c55d..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_pl.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Nieudane wykonanie procedury weryfikacji JDK
-JU.error.cannot.delete=Nie mo\u017cna usun\u0105\u0107 {0}
-JU.error.cannot.download.testjdk=Nie mo\u017cna pobra\u0107 TestJDK.class z {0}
-JU.error.cannot.canonize=Nie mo\u017cna kanonizowa\u0107 {0}
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_pl.properties
deleted file mode 100644
index da0b6b8..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_pl.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Invalid parameter for command line argument "{0}" -- "{1}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.bad.locale.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.missing.state.file=The specified state file "{1}", does not exist.\n"{0}" parameter is ignored.
-O.warning.bag.state.file.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <state-file-path>".
-O.warning.target.state.file.exists=The specified state file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.target.state.file.arg=Required parameter missing for command line argument\n"{0}". Should be "{0} <state-file-path>".
-O.warning.bundle.file.exists=The specified target file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.create.bundle.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <userdir-path>".
-O.warning.bad.platform.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-platform>".
-O.warning.bad.registry.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_pl.properties
deleted file mode 100644
index 479a107..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_pl.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Nie zainstalowano
-Status.to-be-installed=Zostanie zainstalowane
-Status.installed=Zainstalowano
-Status.to-be-uninstalled=Zostanie odinstalowane
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Zainstalowano z powodzeniem
-DetailedStatus.install.warning=Zainstalowano z ostrze\u017ceniami
-DetailedStatus.install.error=Nieudana instalacja
-DetailedStatus.uninstall.success=Odinstalowano z powodzeniem
-DetailedStatus.uninstall.warning=Odinstalowano z b\u0142\u0119dami
-DetailedStatus.uninstall.error=Nieudane odinstalowanie
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_pl.properties
deleted file mode 100644
index 0a7c9b7..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_pl.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Nie mo\u017cna pobra\u0107 ikony ramki z URI - {0}.
-NF.error.failed.to.set.frame.icon=Nie mo\u017cna ustawi\u0107 ikony ramki.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Przegl\u0105daj
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_pl.properties
deleted file mode 100644
index 3d85b31..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_pl.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \ncomposite progress (sum of the own percentage and the percentages of the \nchildren) cannot be less than {1} and greater than {2}.
-
-CP.error.progress=The specified child progress doesn't exist in the composite progress \nso it can not be removed. 
-
-################################################################################
-# Progress.java
-P.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \nprogress cannot be less than {1} and greater than {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_pl.properties
deleted file mode 100644
index 945dc8d..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_pl.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Nie mo\u017cna za\u0142adowa\u0107 pakunku z {0}
-LP.error.no.files=There is no files in {0}
-LP.error.not.directory={0} nie jest katalogiem
-LP.error.directory.do.not.exist=Katalog {0} nie istnieje
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_pl.properties
deleted file mode 100644
index 779e696..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_pl.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=Brak pakunku lub zewn\u0119trznych plik\u00f3w jar
-CnL.error.cannot.find.jvm.file=Nie mo\u017cna odnale\u017a\u0107 pliku Wirtualnej Maszyny Javy {0}
-CnL.error.cannot.find.class=Nie mo\u017cna odnale\u017a\u0107 klasy {0} w pakunku plik\u00f3w oraz niezdefiniowano zewn\u0119trznych plik\u00f3w
-CnL.error.main.class.unspecified=Brak zdefiniowanej klasy g\u0142\u00f3wnej w pakunku plik\u00f3w
-CnL.error.cannot.get.output.name=Brak pakunku plik\u00f3w - nie mo\u017cna pobra\u0107 nazwy pliku wynikowego
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Nie mo\u017cna pobra\u0107 ikony startowej z {0}
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_pl.properties
deleted file mode 100644
index 2faba7c..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_pl.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Nie mo\u017cna uzyska\u0107 domy\u015blej lokalizacji aplikacji
-SR.error.cannot.parse.pattern=Nie mo\u017cna parsowa\u0107 wzorca: {0}
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_pl.properties
deleted file mode 100644
index 1b23a04..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_pl.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Brak dost\u0119pu do metod natywnych
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_pl.properties
deleted file mode 100644
index e43c4f6..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_pl.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Nieudane tworzenie domy\u015blnej instancji Kreatora.
-W.error.failed.to.load.components=Nieudane \u0142adowanie komponent\u00f3w kreatora z {0}, u\u017cywaj\u0105\u0107 programu \u0142aduj\u0105cego klasy {1}.
-W.error.failed.to.load.component=Nieudane \u0142adowanie komponentu kreatora z elementu XML {0}, u\u017cywaj\u0105c programu \u0142aduj\u0105cego klasy {1}.
-W.error.unknown.ui.mode=Nieznany tryb Interfejsu U\u017cytkownika - {0}.
-W.error.cannot.move.backward.silent=Nie mo\u017cna powr\u00f3ci\u0107 do cichego trybu Interfejsu U\u017cytkownika.
-W.error.cannot.move.backward.at.first=Nie mo\u017cna si\u0119 cofn\u0105\u0107 - kreator jest ju\u017c na pierwszym elemencie .
-W.error.parser.unsupports.schemas=Aktualny parser - {0} - nie wspiera schemat\u00f3w.
-W.error.interrupted=Przerwane podczas czekania
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_pl.properties
deleted file mode 100644
index b932ef3..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_pl.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=Instalator NetBeans IDE
-WC.description=Opis Instalatora NetBeans IDE 
-
-WC.help.button.text=&Pomoc!
-WC.back.button.text=< Po&wr\u00f3t
-WC.next.button.text=&Nast\u0119pny>
-WC.cancel.button.text=Anuluj
-WC.finish.button.text=&Zako\u0144cz
-
-WC.cancel.dialog.title=Anuluj
-WC.cancel.dialog.text=Czy na pewno chcesz anulowa\u0107?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=Wyst\u0105pi\u0142 wyj\u0105tek InterruptedException.
-
-WA.canceling.progress.title=Anulowanie, ko\u0144czenie aktualnej operacji...
-
-WA.cancel.dialog.title=Anuluj
-WA.cancel.dialog.text=Czy na pewno chcesz anulowa\u0107?
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_pl.properties
deleted file mode 100644
index 714875c..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_pl.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Bufor silnika...
-CEA.description=Prosz\u0119 czeka\u0107 podczas gdy kreator buforuje silnik.
-CEA.error.cannot.cache.engine=Nie mo\u017cna zbuforowa\u0107 silnika instalatora
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Tworzenie pakunku...
-CBA.description=Prosz\u0119 czeka\u0107 podczas gdy kreator tworzy pakunek z wybranymi komponentami.
-
-CBA.progress.create.bundle.title=Tworzenie redystrybucyjnego pakunku w {0}
-CBA.progress.add.engine.detail=Dodaj silnik instalatora do pakunku
-CBA.progress.add.product.detail=Dodawanie {0} ...
-CBA.progress.add.group.detail=Dodawanie {0} ...
-
-CBA.error.failed.create.bundle=Nieudane tworzenie pakunku
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Tworzenie natywnego programu uruchamiaj\u0105cego...
-CNLA.description=Prosz\u0119 czeka\u0107 podczas gdy kreator tworzy program uruchamiaj\u0105cy dla pliku jar.
-CNLA.error.failed.create.launcher=Nieudane tworzenie natywnego programu uruchamiaj\u0105cego
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Tworzenie programu uruchamiaj\u0105cego aplikacj\u0119 MacOSX...
-CMALA.description=Prosz\u0119 czeka\u0107 podczas gdy kreator tworzy program uruchamiaj\u0105cy aplikacje dla pliku jar.
-CMALA.error.failed.create.launcher=Nieudane tworzenie programu uruchamiaj\u0105cego aplikacje
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Przygotowanie logiki konfiguracji...
-DCLA.description=Prosz\u0119 czeka\u0107 podczas gdy kreator przygotowuje logik\u0119 konfiguracji.
-DCLA.progress.remote.title=Pobieranie logiki konfiguracji dla {0}
-DCLA.progress.local.title=Wypakowywanie logiki konfiguracji dla {0}
-DCLA.failed=Nieudane pobieranie logiki instalacji dla {0}
-DCLA.dependent.failed=Nie mo\u017cna zainstalowa\u0107 {0}, poniewa\u017c instalacja {1} nie powiod\u0142a si\u0119
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Przygotowanie danych instalacyjnych...
-DIDA.description=Prosz\u0119 czeka\u0107 podczas gdy kreator przygotowuje dane instalacyjne.
-DIDA.progress.remote.title=Pobieranie danych instalacyjnych dla {0}
-DIDA.progress.local.title=Wypakowywanie danych instalacyjnych dla {0}
-DIDA.failed=Nieudane pobieranie danych instalacyjnych dla {0}
-DIDA.dependent.failed=Nie mo\u017cna zainstalowa\u0107 {0}, poniewa\u017c instalacja {1} nie powiod\u0142a si\u0119
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Inicjalizowanie...
-IRA.description=Prosz\u0119 czeka\u0107 podczas inicjalizacji kreatora konfiguracji.
-IRA.registry.initialization.failed=Nie mo\u017cna zainicjalizwa\u0107 rejestru
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finalizowanie...
-FRA.description=Please wait while the setup wizard finalizes.
-FRA.registry.finalization.failed=Nie mo\u017cna sfinalizowa\u0107 rejestru
-
-################################################################################
-# InstallAction.java
-IA.title=Instalowanie...
-IA.description=Prosz\u0119 czeka\u0107 podczas gdy kreator instaluje wybrane sk\u0142adniki.
-IA.progress.install.title=Instalowanie {0}...
-IA.progress.rollback.title=Anulowanie, wycofywanie {0}...
-IA.install.dependent.failed=Nie mo\u017cna zainstalowa\u0107 {0}, poniewa\u017c instalacja {1} nie powiod\u0142a si\u0119
-IA.install.unknown.error=Nieznany b\u0142\u0105d
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Searching for Java\u2122 Environments...
-SFJA.description=Please wait while the wizard searches your system for existing Java\u2122 environments.
-SFJA.prepare.list=Przygotowanie listy lokacji...
-SFJA.checking=Sprawdzanie {0}
-SFJA.search.java=Searching for installed Java environments...
-SFJA.entry.label={0} (v. {1} przez {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(nie-ostateczne)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Deinstalowanie...
-UA.description=Prosz\u0119 czeka\u0107 podczas gdy kreator deinstaluje wybrane sk\u0142adniki.
-UA.progress.uninstall.title=Odinstalowywanie {0}
-UA.uninstall.dependent.failed=Nie mo\u017cna odinstalowa\u0107 {0}, poniewa\u017c deinstalacja {1} nie powiod\u0142a si\u0119
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=Sk\u0142adnik \u017ar\u00f3d\u0142owy UID nie jest ustawiony
-SILA.error.cannot.find.component=Sk\u0142adnik z uid {0} nie istnieje
-SILA.error.cannot.get.logic=Nie mo\u017cna uzyska\u0107 dost\u0119pu do konfiguracji logiki dla {0}
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_pl.properties
deleted file mode 100644
index 99d3d40..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_pl.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Lokalizacja:
-ALP.location.button.text=P&rzegl\u0105daj ...
-ALP.list.label.text=&Nast\u0119puj\u0105ce lokacje zosta\u0142y odnalezione przez algorytm wyszukiwania:
-
-ALP.error.nothing.found=Kompatybilne aplikacje nie zosta\u0142y odnalezione.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Wyb\u00f3r sk\u0142adnik\u00f3w
-CSP.description.both=Wybierz sk\u0142adniki do instalacji. Unselect those you want to uninstall.
-CSP.description.install=Wybierz sk\u0142adniki do instalacji.
-CSP.description.uninstall=Odznacz sk\u0142adniki, kt\u00f3re chcesz odinstalowa\u0107.
-CSP.feature.description.title=Opis funkcjonalno\u015bci
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Rozmiar instalacji: {0}     Do pobrania: {1}
-CSP.sizes.label.text.no.download=Rozmiar instalacji: {0}
-
-CSP.default.installation.size=N/A
-CSP.default.download.size=N/A
-
-CSP.error.no.changes.both=No feature selected. Select at least one feature for installation or uninstallation.
-CSP.error.no.changes.install=No feature selected. Select at least one feature for installation.
-CSP.error.no.changes.uninstall=No feature selected. Select at least one feature for uninstallation.
-CSP.error.requirement.install={1} jest wymagane do instalacji {0}.
-CSP.error.conflict.install={0} koliduje z {1}.
-CSP.error.requirement.uninstall={0} jest wymagane przez {1}.
-CSP.error.not.enough.space.to.download=Insufficient disk space for downloading the installation data. Additional {1} is required in {0}.
-CSP.error.not.enough.space.to.extract=Insufficient disk space for extracting the installation data. Additional {1} is required in {0}.
-CSP.error.cannot.check.space=Nie mo\u017cna sprawdzi\u0107 ilo\u015bci wolnego miejsca na dysku
-
-################################################################################
-# DestinationPanel.java
-DP.title=Katalog instalacyjny
-DP.description=Wybierz katalog docelowy.
-
-DP.destination.label.text=&Lokalizacja instalacji:
-DP.destination.button.text=P&rzegl\u0105daj ...
-
-DP.error.null=Katalog instalacyjny nie mo\u017ce by\u0107 pusty.
-DP.error.not.valid=Okre\u015blony katalog instalacyjny jest nieprawid\u0142owy.
-DP.error.contains.exclamation=Katalog instacyjny nie mo\u017ce zawiera\u0107 wykrzyknika (!).
-DP.error.contains.semicolon=The installation folder cannot contain the semicolon character (;).
-DP.error.contains.colon=The installation folder cannot contain the colon character (:).
-DP.error.contains.ampersand=The installation folder cannot contain the ampersand character (&).
-DP.error.contains.wrong.char=The installation folder contains the wrong character({1}).
-DP.error.matches.prohibited.regexp=The specified installation folder is invalid (it matches prohibited pattern {1}).
-DP.error.not.absolute=Okre\u015blony katalog instalacyjny musi by\u0107 w formie scie\u017cki absolutnej.
-DP.error.cannot.canonize=Okre\u015blony katalog instalacyjny nie mo\u017ce by\u0107 kanonizowany.
-DP.error.not.directory=Okre\u015blone miejsce instalacji nie jest katalogiem.
-DP.error.not.readable=Okre\u015blony katalog instalacyjny nie jest do odczytu.
-DP.error.not.writable=Okre\u015blony katalog instalacyjny jest tylko do odczytu.
-DP.error.not.empty=Okre\u015blony katalog instalacyjny nie jest pusty.
-DP.error.not.ends.with.app=Okre\u015blony katalog instalacyjny musi ko\u0144czy\u0107 si\u0119 z ".app".
-DP.error.not.enough.space=Not enough disk space. Additional {1} required in {0}.
-DP.error.cannot.get.logic=Cannot obtain configuration logic
-DP.error.cannot.check.space=Nie mo\u017cna sprawdzi\u0107 ilo\u015bci wolnego miejsca na dysku
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 home folder:
-JLP.location.label.text.java=&Java\u2122 environment home folder:
-JLP.location.button.text=P&rzegl\u0105daj ...
-JLP.list.label.text=&List of suitable JDK\u2122 found on this machine:
-JLP.list.label.text.java=&List of suitable Java\u2122 environments found on this machine:
-
-JLP.error.null=\u015acie\u017cka do JDK nie mo\u017ce by\u0107 pusta.
-JLP.error.null.java=The path to the Java environment cannot be empty.
-JLP.error.not.valid.path=Okre\u015blony folder JDK {0} jest nieprawid\u0142owy.
-JLP.error.not.valid.path.java=The specified Java environment folder {0} is invalid.
-JLP.error.path.not.exists=Okre\u015blony folder JDK {0} nie istnieje.
-JLP.error.path.not.exists.java=The specified Java environment folder {0} does not exist.
-JLP.error.not.javahome=Okre\u015blony folder JDK {0} nie zawiera JDK.
-JLP.error.not.javahome.java=The specified Java environment folder {0} does not contain Java environment.
-JLP.error.not.jdk=Okre\u015blony folder JDK {0} zawiera JRE, lecz wymagane jest pe\u0142ne JDK .
-JLP.error.wrong.version.older=The specified JDK folder {0} contains JDK version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.older.java=The specified Java environment folder {0} contains Java version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.newer=The specified JDK folder {0} contains JDK version "{1}", while the maximum is "{2}".
-JLP.error.wrong.version.newer.java=The specified Java environment folder {0} contains Java version "{1}", while the maximum is "{2}".
-JLP.error.wrong.vendor=The specified JDK folder {0} contains JDK from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.wrong.vendor.java=The specified Java environment folder {0} contains Java from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.unknown=Nieznany b\u0142\u0105d wyst\u0105pi\u0142 podczas walidacji \u015bcie\u017cki.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>The installer could not find a compatible JDK installation, specify it manually.<br>The minimum required version is {0}. To download JDK, visit <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>The installer could not find a compatible Java environment, specify it manually.<br>The minimum required version is {0}. To download Java environment, visit <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (u\u017cywane przez {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Podsumowanie po utworzeniu pakunku
-PoCBSP.dialog.description=Click Finish to exit.
-
-PoCBSP.message.success.text=Kreator instalacji wykona\u0142 prawid\u0142owo wybrane akcje.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Napotkano b\u0142\u0119dy w trakcie procesu tworzenia pakunku.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=Nast\u0119puj\u0105ce sk\u0142adniki zosta\u0142y pomy\u015blnie zapakowane:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=Nie uda\u0142o sie zapakowa\u0107 nast\u0119puj\u0105cych sk\u0142adnik\u00f3w:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=Zobacz &plik logowania
-PoCBSP.send.log.button.text=&Wy\u015blij plik logowania
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Kreator instalacji - podsumowanie po instalacji
-
-PoISP.message.success.text=Kreator instalacji wykona\u0142 prawid\u0142owo wybrane akcje.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Napotkano ostrze\u017cenia w trakcie procesu instalacji/deinstalacji.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Napotkano b\u0142\u0119dy  w trakcie procesu instalacji/deinstalacji.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=Nast\u0119puj\u0105ce sk\u0142adniki zosta\u0142y pomy\u015blnie zainstalowane:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=Nast\u0119puj\u0105ce sk\u0142adniki zainstalowano z ostrze\u017ceniami:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=Nie uda\u0142o sie zainstalowa\u0107 nast\u0119puj\u0105cych sk\u0142adnik\u00f3w:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=Nast\u0119puj\u0105ce sk\u0142adniki zosta\u0142y pomy\u015blnie odinstalowane:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=Nast\u0119puj\u0105ce sk\u0142adniki odinstalowano z ostrze\u017ceniami:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=Nie uda\u0142o sie odinstalowa\u0107 nast\u0119puj\u0105cych sk\u0142adnik\u00f3w:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=Zobacz &szczeg\u00f3\u0142y
-PoISP.view.log.button.text=Zobacz &plik logowania
-PoISP.send.log.button.text=&Wy\u015blij plik logowania
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Plik logowania nie jest dost\u0119pny
-
-PoISP.message.files.remaining=Some files could not be removed from the installation directories of the {0}. You may need to remove them manually.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Podsumowanie po utworzeniu pakunku
-PrCBSPdialog.description=Click Create to create the bundle.
-
-PrCBSPmessage.text=The wizard has collected all required data to proceed with creating of the bundle. Please review your choice. To continue, click Next.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=Wybra\u0142e\u015b utworzenie pakunku z nast\u0119puj\u0105cymi sk\u0142adnikami:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Ca\u0142kowity rozmiar do pobrania: {0}
-PrCBSPrequired.disk.space.label.text=Wymagana przestrze\u0144 dyskowa: {0}
-PrCBSPcreate.button.text=&Utw\u00f3rz
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Podsumowanie przed instalacj\u0105
-
-PrISP.message.text=The installation wizard has collected all required data to proceed with installation/uninstallation of the selected components. Please review your choice. To continue, click Next.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=Wybra\u0142e\u015b instalacj\u0119 nast\u0119puj\u0105cych sk\u0142adnik\u00f3w:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=tekst/zwyk\u0142y
-PrISP.components.to.uninstall.label.text=Wybra\u0142e\u015b deinstalacj\u0119 nast\u0119puj\u0105cych sk\u0142adnik\u00f3w:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Ca\u0142kowity rozmiar do pobrania: {0}
-PrISP.required.disk.space.label.text=Wymagana przestrze\u0144 dyskowa: {0}
-PrISP.install.button.text=&Instaluj
-
-PrISP.error.not.enough.space=Insufficient disk space for proper installation. Additional {1} is required in {0}.
-PrISP.error.cannot.check.space=Nie mo\u017cna sprawdzi\u0107 ilo\u015bci wolnego miejsca na dysku
-PrISP.error.logic.access=Nie mo\u017cna uzyska\u0107 dost\u0119pu do konfiguracji logiki produktu
-PrISP.error.fsroots=Nie mo\u017cna uzyska\u0107 listy korzeni systemu plik\u00f3w
-PrISP.error.non.existent.root={0} jest ustawione do instalacji do {1}, kt\u00f3re nie nale\u017cy do \u017cadnego korzenia systemu plik\u00f3w.
-PrISP.error.cannot.write=The wizard does not have write access to {1}, the installation directory of {0}. Please correct the permissions before proceeding.
-
-################################################################################
-# LicensesPanel.java
-LP.title=Umowa licencyjna
-LP.description=Prosz\u0119 uwa\u017cnie przeczyta\u0107 nast\u0119puj\u0105c\u0105 umow\u0119 licencyjn\u0105.
-
-LP.accept.checkbox.text=&Akceptuj\u0119 warunki umowy licencyjnej
-LP.error.cannot.get.logic=Nie mo\u017cna uzyska\u0107 dost\u0119pu do konfiguracji logiki
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<Brak tekstu>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Czy na pewno chcesz anulowa\u0107?
-EMP.cancel.dialog.title=Anuluj
-EMP.error.failed.input.verify=Nie mo\u017cna zweryfikowa\u0107 wej\u015bcia
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_pl.properties
deleted file mode 100644
index ad0ee99..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_pl.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Nie mo\u017cna \u015bci\u0105gn\u0105\u0107 ikony kreatora z URI - {0}.
-SFC.error.failed.to.set.icon=Failed to set the swing frame container icon.
-SFC.error.failed.to.attach.error.handler=Nieudane do\u0142\u0105czenie modu\u0142u obs\u0142ugi b\u0142\u0119d\u00f3w do EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Nie mo\u017cna ustawi\u0107 domy\u015blnej operacji zamkni\u0119cia
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_pl.properties
deleted file mode 100644
index 8c2aff1..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_pl.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Szczeg\u00f3\u0142y instalacji
-IDD.component.label=Sk\u0142adnik
-IDD.status.label=Status
-
-ILD.loading.logfile=Loading log file. Prosz\u0119 czeka\u0107...
-ILD.error.reading.log=Nie mo\u017cna odczyta\u0107 pliku logowania {0}.
-ILD.error.log.contents=Zawarto\u015b\u0107 logowania nie jest dost\u0119pna.
-
diff --git a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_pl.properties b/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_pl.properties
deleted file mode 100644
index 7b5923a..0000000
--- a/l10n/src/pl/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_pl.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Name=NBI Engine Library
-
diff --git a/l10n/src/pl/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_pl.properties b/l10n/src/pl/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_pl.properties
deleted file mode 100644
index 57cd574..0000000
--- a/l10n/src/pl/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_pl.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Menu aplikacji Apple
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=W\u0142\u0105cza odpowiednie wsparcie dla menu aplikacji Apple
-
-OpenIDE-Module-Long-Description=W\u0142\u0105cza specjalne pozycje menu dla Apple oraz przenosi tam niekt\u00f3re pozycje standardowe - Narz\u0119dzia | Opcje zmieniaj\u0105 si\u0119 w Preferencje, Pomoc | O programie zmienia si\u0119 w O programie, Plik | Wyj\u015bcie zmienia si\u0119 w Wyj\u015bcie.
-
-MSG_MinimizeWindowAction=&Minimalizuj okno
-
diff --git a/l10n/src/pl/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_pl.properties b/l10n/src/pl/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_pl.properties
deleted file mode 100644
index 7e84dd2..0000000
--- a/l10n/src/pl/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_pl.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Ustanawianie po\u0142\u0105czenia ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Sprawdzanie aktualizacji w {0}...  
-InstallSupportImpl_Validate_CorruptedNBM=Nie mo\u017cna odczyta\u0107 NBM {0}
-InstallSupportImpl_TurnOnTimeout=Przekroczony czas \u0142adowania {0}
-InstallSupportImpl_NullSource=URL \u017ar\u00f3d\u0142owy dla modu\u0142u "{0}" jest pusty, prawdopodobnie atrybut "distribution" jest ustawiony jako pusty \u0142a\u0144cuch znk\u00f3w w katalogu Centrum Aktualizacji.\nZobacz tak\u017ce http://www.netbeans.org/issues/show_bug.cgi?id=153799 po wi\u0119cej informacji.
-InstallSupportImpl_Download_Unavailable=Brak dost\u0119pu do {0}
-OperationSupportImpl_Custom_Uninstall=Odinstalowywanie {0}
-OperationSupportImpl_Custom_Install=Instalowanie {0}
-
-UpdateUnitFactory_Libraries_Category=Biblioteki
-UpdateUnitFactory_Bridges_Category=Mosty
-UpdateUnitFactory_Unsorted_Category=Bez kategorii
-UpdateElementImpl_Feature_CategoryName=Funkcjonalno\u015bci
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Modu\u0142 zainstalowany:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Modu\u0142y zainstalowane:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Modu\u0142 jeszcze niezainstalowany:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Modu\u0142y jeszcze niezainstalowane:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>Nowy modu\u0142 oferowany przez wtyczk\u0119:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>Nowe modu\u0142y oferowane przez wtyczk\u0119:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/pl/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_pl.properties b/l10n/src/pl/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_pl.properties
deleted file mode 100644
index b191dde..0000000
--- a/l10n/src/pl/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_pl.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Long-Description=Funkcjonalno\u015b\u0107 AutoUpdate dostarcza kilka us\u0142ug: pobieranie i instalacj\u0119 dost\u0119pnych aktualizacji zainstalowanych modu\u0142\u00f3w, wyszukiwanie oraz instalacj\u0119 nowych modu\u0142\u00f3w z wybranych centr\u00f3w aktualizacji, przegl\u0105danie oraz zarz\u0105dzanie modu\u0142ami.
-OpenIDE-Module-Name=Us\u0142ugi automatycznej aktualizacji
-OpenIDE-Module-Short-Description=Wsparcie dla wyszukiwania aktualizacji modu\u0142\u00f3w w centrum aktualizacji oraz dla pobierania i instalacji modu\u0142\u00f3w
-
diff --git a/l10n/src/pl/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_pl.properties b/l10n/src/pl/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_pl.properties
deleted file mode 100644
index dd4b115..0000000
--- a/l10n/src/pl/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_pl.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Domy\u015blne centrum aktualizacji
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Biblioteki
-ArtificialFeaturesProvider_Bridges_Category=Mosty
-ArtificialFeaturesProvider_Unsorted_Category=Bez kategorii
-ArtificialFeaturesProvider_Features_Category=Funkcjonalno\u015bci
-NetworkAccess_Timeout=Przekroczenie limitu czasu przy otwieraniu po\u0142\u0105czenia do {0}
-
diff --git a/l10n/src/pl/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_pl.properties b/l10n/src/pl/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_pl.properties
deleted file mode 100644
index baa95c5..0000000
--- a/l10n/src/pl/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_pl.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Przygotowywanie do rozpakowania
-CTL_UnpackingFile=Rozpakowywanie pliku:
-CTL_DeletingFiles=Odinstalowywanie plik\u00f3w...
-CTL_DisablingFiles=Dezaktywacja plik\u00f3w...
-UpdaterFrame.jTextArea1.text=Aktualizacja jest w trakcie wykonywania.\n\nProsz\u0119 czeka\u0107 ...
-UpdaterFrame.textLabel.text=Przygotowywanie do rozpakowania
-UpdaterFrame.Form.title=Aktualizator
-UpdaterFrame.textLabel.fontName=Okno zatwierdzania
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/pl/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_pl.properties b/l10n/src/pl/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_pl.properties
deleted file mode 100644
index 8202b0d..0000000
--- a/l10n/src/pl/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_pl.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} wi\u0119cej ...
-Less_Command_Text={0} mniej ...
-UnitTab_ReloadTime=Ostatnie sprawdzenie: {0}
-UnitTab_ReloadTime_Never=nigdy
-UnitTab_LessAction=Poka\u017c mniej wtyczek
-UnitTab_MoreAction=Poka\u017c wi\u0119cej wtyczek
-UnitTab_TooltipCheckBox_INSTALLED=Zaznacz wtyczk\u0119 {0}
-UnitTab_Tooltip_RefreshAction=Prze\u0142aduj katalog
-UnitTab_bTabAction_Name_INSTALLED=Odi&nstaluj
-UnitTab_TooltipCheckBox_UPDATE=Zaznacz wtyczk\u0119 {0}
-UnitTab_bTabAction_Name_UPDATE=Akt&ualizuj
-UnitTab_CheckAction=Sprawd\u017a
-UnitTab_CheckCategoryAction=Zaznacz kategori\u0119
-UnitTab_UncheckCategoryAction=Odznacz kategori\u0119
-UnitTab_CheckAllAction=Zaznacz wszystkie
-UnitTab_UncheckAllAction=Odznacz wszystkie
-UnitTab_ReloadAction=P&rze\u0142aduj katalog
-UnitTab_PrepareReloadAction=Prosz\u0119 czeka\u0107 podczas prze\u0142adowywania katalogu ...
-UnitTab_RemoveLocallyDownloadedAction=&Usu\u0144
-UnitTab_ActivateAction=&Aktywuj
-UnitTab_ActivateCategoryAction=Aktywuj kategori\u0119
-UnitTab_DeactivateAction=&Dezaktywuj
-UnitTab_DeactivateCategoryAction=Dezaktywuj kategori\u0119
-AvailableTab_SourceCategory_Tooltip_STANDARD=Wtyczka certyfikowana
-AvailableTab_SourceCategory_Tooltip_BETA=Wtyczka w wersji beta
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Wtyczka zbudowana przez u\u017cytkownik\u00f3w NetBeans
-InstallTab_Active_Tooltip=Aktywna
-InstallTab_InActive_Tooltip=Nieaktywna
-InstallTab_PendingForInstall_Tooltip=Nale\u017cy ponownie uruchomi\u0107 aplikacj\u0119, aby doko\u0144czy\u0107 instalacj\u0119
-InstallTab_PendingForDeactivate_Tooltip=Nale\u017cy ponownie uruchomi\u0107 aplikacj\u0119, aby doko\u0144czy\u0107 deaktywacj\u0119
-InstallTab_ReadOnly_Tooltip={0} jest w trybie tylko do odczytu i nie mo\u017ce by\u0107 zaznaczona
-UnitTab_TooltipCheckBox_AVAILABLE=Zaznacz wtyczk\u0119 {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Instaluj
-UnitTab_TooltipCheckBox_LOCAL=Zaznacz wtyczk\u0119 {0}
-UnitTab_Tooltip_AddAction_LOCAL=Dodaj lokalnie pobrane wtyczki
-UnitTab_Tooltip_RemoveAction_LOCAL=Usu\u0144 wtyczk\u0119 z listy
-UnitTab_bTabAction_Name_LOCAL=&Instaluj
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} wtyczka zaznaczona
-UnitTab_lHowManySelected_Many_Text={0} wtyczek zaznaczonych
-UnitTab_OperationName_Text_INSTALLED=Odinstaluj
-UnitTab_OperationName_Text_UPDATE=Aktualizuj
-UnitTab_OperationName_Text_AVAILABLE=Instaluj
-UnitTab_OperationName_Text_LOCAL=Instaluj
-UnitTab_lWarning_Text=Operacja {0} b\u0119dzie wymaga\u0107 ponownego uruchomienia aplikacji
-PluginManagerUI_UnitTab_Update_Title=Aktualizacje
-PluginManagerUI_UnitTab_Update_ToolTip=Twoja aplikacja jest aktualna!
-PluginManagerUI_UnitTab_Available_ToolTip=\u017badne wtyczki nie s\u0105 dost\u0119pne. Kliknij Prze\u0142aduj katalog, aby uzyska\u0107 list\u0119 najnowszych wtyczek.
-PluginManagerUI_UnitTab_Available_Title=Dost\u0119pne wtyczki
-PluginManagerUI_UnitTab_Installed_Title=Zainstalowano
-PluginManagerUI_UnitTab_Local_Title=Pobrano
-UnitTab_bAddLocallyDownloads_Name=&Dodaj wtyczki...
-UnitTab_bAddLocallyDownloads_ACN=Dodaj wtyczki
-UnitTab_bAddLocallyDownloads_ACD=Dodaj wtyczki, aby u\u017cy\u0107 przegl\u0105darki plik\u00f3w w celu dodania wtyczek pobranych na tw\u00f3j system
-NotificationAlreadyPreparedToIntsall=Wtyczka {0} jest ju\u017c przygotowana do aktualizacji/instalacji.
-NotificationOneAlreadyInstalled=Wtyczka "{0}" jest ju\u017c zainstalowana.
-NotificationMoreAlreadyInstalled=Wtyczki "{0}" s\u0105 ju\u017c zainstalowane.
-NotificationAlreadyPresent=Wtyczka "{0}" jest ju\u017c dodana. Czy chcesz zamieni\u0107 atrybut na ''{1}''?
-NotificationAlreadyPresentTitle=Zamie\u0144 wtyczk\u0119
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Dodaj wtyczki
-CTL_FileFilterDescription=Pliki dystrybucyjne wtyczek (*.nbm)
-NetworkProblemPanel_taTitle_Text=Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z Centrum Aktualizacji
-NetworkProblemPanel_taMessage_WarningText=Sprawd\u017a swoje ustawienia proxy albo spr\u00f3buj p\u00f3\u017aniej. Serwer mo\u017ce by\u0107 niedost\u0119pny w tej chwili. \n\nMo\u017cesz si\u0119 upewni\u0107 czy tw\u00f3j firewall nie blokuje ruchu sieciowego.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Sprawd\u017a swoje ustawienia proxy albo spr\u00f3buj p\u00f3\u017aniej. Serwer mo\u017ce by\u0107 niedost\u0119pny w tej chwili. \n\nMo\u017cesz si\u0119 upewni\u0107 czy tw\u00f3j firewall nie blokuje ruchu sieciowego. \n\nMo\u017cliwe, \u017ce twoja pami\u0119\u0107 podr\u0119czna jest niewa\u017cna. Kliknij Prze\u0142aduj katalog aby od\u015bwie\u017cy\u0107 zawarto\u015b\u0107.
-NetworkProblemPanel_taMessage_ErrorText=Nie wszystkie wtyczki zosta\u0142y pobrane pomy\u015blnie. Serwer mo\u017ce by\u0107 w tym momencie niedost\u0119pny. Spr\u00f3buj ponownie p\u00f3\u017aniej.
-CTL_Warning=Ostrze\u017cenie
-CTL_Error=Problem sieciowy
-CTL_ShowProxyOptions=Ustawienia &proxy...
-ACSD_ShowProxyOptions=N/A
-Utilities_NetworkProblem_Continue=&Spr\u00f3buj ponownie
-Utilities_NetworkProblem_Skip=&Pomi\u0144
-Utilities_NetworkProblem_Cancel=Anuluj
-Utilities_NetworkProblem_Text=Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z {0} z powodu {1}
-SettingsTable_ActiveColumn=Aktywna
-SettingsTable_NameColumn=Nazwa
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Ustawienia
-SettingsTab.bProxy.text=Ustawienia &proxy
-UpdateUnitProviderPanel_OK=Ok
-UpdateUnitProviderPanel_displayName=Narz\u0119dzie dostosowuj\u0105ce centrum aktualizacji
-UpdateUnitProviderPanel.lName.text=&Nazwa\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Automatycznie sprawdzaj aktualizacje
-Utilities_Libraries_Category=Biblioteki
-Utilities_Bridges_Category=Mosty
-Utilities_Unsorted_Category=Bez kategorii
-SettingsTab.bRemove.message=Czy na pewno chcesz usun\u0105\u0107 nast\u0119puj\u0105ce centrum aktualizacji: "{0}"?  
-UpdateUnitProviderPanel.lName.adesc=Nazwa
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Automatycznie sprawdzaj aktualizacje
-UpdateUnitProviderPanel.error.name.short=Nazwa Centrum Aktualizacji nie jest okre\u015blona.
-UpdateUnitProviderPanel.error.url.short=URL Centrum aktualizacji nie jest okre\u015blone.
-UpdateUnitProviderPanel.error.name.dup=Centrum Aktualizacji o tej samej nazwie ju\u017c istnieje.
-UpdateUnitProviderPanel.error.url.invalid=URL Centrum Aktualizacji jest niepoprawne.
-UnitTab_bClose_Text=&Zamknij
-Utilities_CheckingForUpdates=Sprawdzanie aktualizacji
-UnitTab_InitAndCheckingForUpdates=Inicjalizacja listy wtyczek...  
-InstalledTableModel_State_Enabled=W\u0142\u0105czone
-InstalledTableModel_State_Disabled=Wy\u0142\u0105czone
-AvailableTableModel_Columns_Install=Instaluj
-AvailableTableModel_Columns_Name=Nazwa
-AvailableTableModel_Source_Category=\u0179r\u00f3d\u0142o
-AvailableTableModel_Columns_Category=Kategoria
-InstalledTableModel_Columns_Uninstall=Wybierz
-InstalledTableModel_Columns_Name=Nazwa
-InstalledTableModel_Columns_Installed=Zainstalowano
-InstalledTableModel_Columns_Category=Kategoria
-InstalledTableModel_Columns_Enabled=Aktywna
-LocallyDownloadedTableModel_Columns_Install=Instaluj
-LocallyDownloadedTableModel_Columns_Name=Nazwa
-LocallyDownloadedTableModel_Columns_Version=Wersja
-LocallyDownloadedTableModel_Columns_Size=Wielko\u015b\u0107
-UpdateTableModel_Columns_Update=Aktualizuj
-UpdateTableModel_Columns_Name=Nazwa
-UpdateTableModel_Columns_Installed=Zainstalowano
-UpdateTableModel_Columns_Available=Dost\u0119pne
-UpdateTableModel_Columns_Size=Wielko\u015b\u0107
-UpdateTableModel_Columns_Category=Kategoria
-SettingsTab_NewProviderName=Nowy dostawca
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Opis:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Wersja: 
-UnitDetails_Plugin_InstalledVersion=Zainstalowana wersja:
-UnitDetails_Plugin_AvailableVersion=Dost\u0119pna wersja:
-UnitDetails_Plugin_Author=Autor:  
-UnitDetails_Plugin_Date=Data:  
-UnitDetails_Plugin_Source=\u0179r\u00f3d\u0142o: 
-UnitDetails_Plugin_CodeName=Nazwa robocza:  
-UnitDetails_Plugin_Homepage=Strona domowa:  
-UnitDetails_Plugin_Notification=Wa\u017cna uwaga
-UnitDetails_Plugin_Description=Opis wtyczki
-UnitDetails_Plugin_Collecting_Dependencies=Zbieranie zalezno\u015bci...
-UnitDetails_New_Internal_Update_Mark=nowy!
-lSearch1.text=&Szukaj\:
-SettingsTab.lCheckPeriod.text=&Sprawd\u017a interwa\u0142\:
-SettingsTab.lGeneral.text=Zaawansowane
-SettingsTab.addButton.text=No&wy
-SettingsTab.RemoveButton.text=&Usu\u0144
-SettingsTab.EditButton.text=&Edytuj
-SettingsTab.AddButton.text=&Dodaj
-SettingsTab.lUpdateCenters.text=Konfiguracja Centr&um Aktualizacji\:
-SettingsTab.lConnection.text=Automatycznie sprawdzaj aktualizacje
-CTL_Update_every_startup=Przy ka\u017cdym uruchomieniu
-CTL_Update_every_day=Ka\u017cdego dnia
-CTL_Update_every_week=Ka\u017cdego tygodnia
-CTL_Update_every_2weeks=Co dwa tygodnie
-CTL_Update_every_month=Ka\u017cdego miesi\u0105ca
-CTL_Update_never=Nigdy
-CTL_Update_custom=Domy\u015blne u\u017cytkownika
-SettingsTab.cbSharedInstall.text=&Wymu\u015b instalacj\u0119 do wsp\u00f3ldzielonych katalog\u00f3w
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Zezwolenie na zapis
-SettingsTab.cbSharedInstall.ReadOnlyMessage=Nie posiadasz uprawnie\u0144 aby zainstalowa\u0107 wtyczk\u0119/wtyczki do wsp\u00f3\u0142dzielonego katalogu:\n{0}\n\u017beby wykona\u0107 instalacj\u0119 do wsp\u00f3\u0142dzielonego katalogu, powiniene\u015b uruchomi\u0107 aplikacj\u0119 jako u\u017cytkownik z prawami administratora.
-SettingsTab.cbSharedInstall.NoSharedTitle=Brak katalogu instalacyjnego
-SettingsTab.cbSharedInstall.NoSharedMessage=Nie znaleziono wsp\u00f3\u0142dzielonych katalog\u00f3w.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Nie mo\u017cna odczyta\u0107 NBM {0} poniewa\u017c {1}
-PluginManagerUI.bHelp.text=&Pomoc
-ACN_UnitTable=Lista wtyczek
-ACD_UnitTable=Lista wtyczek
-ACN_UpdateCentersTable=Lista centr\u00f3w aktualizacji
-ACD_UpdateCentersTable=Lista centr\u00f3w aktualizacji pozwalaj\u0105ca na aktywacj\u0119 b\u0105d\u017a dezaktywacj\u0119 wybranych centr\u00f3w aktulizacji
-ACN_DetailsPanel=Szczeg\u00f3\u0142y wtyczki
-ACN_DetailsPanel_Button=Wywo\u0142aj akcj\u0119 {0}
-ACN_UnitDetails=Szczeg\u00f3\u0142y wtyczki
-ACD_Reload=Prze\u0142aduj katalog
-ACD_Search=Szukaj wtyczek
-ACN_Tabs=Prze\u0142\u0105cz mi\u0119dzy aktualizacjami oraz dost\u0119pnymi, zainstalowanymi i pobranymi wtyczkami
-ACD_Tabs=Prze\u0142\u0105cz mi\u0119dzy aktualizacjami oraz dost\u0119pnymi, zainstalowanymi i pobranymi wtyczkami
-ACN_PluginManagerUI=Zarz\u0105dca wtyczek
-ACD_PluginManagerUI=Zarz\u0105dca wtyczek do aktualizacji, instalacji oraz usuwania wtyczek
-ACN_Reload=Prze\u0142aduj katalog
-ACN_UpdateCenterCustomizer=Narz\u0119dzie dostosowuj\u0105ce centrum aktualizacji
-ACD_UpdateCenterCustomizer=Narz\u0119dzie dostosowuj\u0105ce centrum aktualizacji s\u0142u\u017c\u0105ce do edycji nazwy centrum aktualizacji oraz jego URL
-NetworkProblemPanel_ACD=N/A
-NetworkProblemPanel_taMessage=Wiadomo\u015b\u0107 problemu sieciowego
-NetworkProblemPanel_taTitle_ACN=Problem sieciowy
-UnitTab.detailView.text=Po&ka\u017c szczeg\u00f3\u0142y
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Wewn\u0119trzne aktualizacje)
-Unit_InternalUpdates_Title=Wewn\u0119trzne aktualizacje
-
diff --git a/l10n/src/pl/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_pl.properties b/l10n/src/pl/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_pl.properties
deleted file mode 100644
index c4de5f0..0000000
--- a/l10n/src/pl/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_pl.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Sprawd\u017a akt&ualizacje
-PluginManagerAction_Name=&Wtyczki
-PluginManager_Panel_Name=Wtyczki
-PluginManager_CloseButton_Name=&Zamknij
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} znalezionych aktualizacji.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} znaleziona aktualizacja.
-AutoupdateCheckScheduler_UpdateFound_Hint=Kliknij tutaj aby zaktualizowa\u0107 swoj\u0105 aplikacj\u0119.
-AutoupdateCheckScheduler_InstallInProgress=Prosz\u0119 czeka\u0107, inna instalacja jest w trakcie pracy...
-
diff --git a/l10n/src/pl/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_pl.properties b/l10n/src/pl/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_pl.properties
deleted file mode 100644
index 91ae976..0000000
--- a/l10n/src/pl/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_pl.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Long-Description=Interfejs U\u017cytkownika pozwala na przegl\u0105danie instalacji i zawarto\u015bci zarejestrowanych centr\u00f3w aktualizacji, pobranie aktualizacji b\u0105d\u017a nowych modu\u0142\u00f3w oraz na automatyczn\u0105 instalacj\u0119 modu\u0142\u00f3w.
-OpenIDE-Module-Name=Interfejs u\u017cytkownika automatycznej aktualizacji
-OpenIDE-Module-Short-Description=Dostarcza UI dla us\u0142ug automatycznej aktualizacji 
-
diff --git a/l10n/src/pl/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_pl.properties b/l10n/src/pl/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_pl.properties
deleted file mode 100644
index 7afc99d..0000000
--- a/l10n/src/pl/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_pl.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Witamy w instalatorze wtyczek
-OperationDescriptionStep_Header_Content=Instalator pobierze, zweryfikuje oraz  zainstaluje wybrane wtyczki.
-OperationDescriptionStep_TableInstall_Title=Nast\u0119puj\u0105ce wtyczki zostan\u0105 zainstalowane:
-OperationDescriptionStep_TableUpdate_Title=Nast\u0119puj\u0105ce wtyczki zostan\u0105 zaktualizowane:
-OperationDescriptionStep_PluginBrokesJavaDependency=Platforma Javy w wersji {0} lub wy\u017cszej by\u0142a wymagana ale tylko {1} jest uruchomiona.
-OperationDescriptionStep_HeaderUninstall_Head=Witamy w instalatorze wtyczek
-OperationDescriptionStep_HeaderUninstall_Content=Wybrane wtyczki zostan\u0105 aktywowane. Wybrane wtyczki zostan\u0105 odinstalowane. Wybrane wtyczki zostan\u0105 usuni\u0119te z dysku.
-OperationDescriptionStep_TableUninstall_Title=Nast\u0119puj\u0105ce wtyczki zostan\u0105 odinstalowane:
-OperationDescriptionStep_HeaderActivate_Head=Witamy w instalatorze wtyczek
-OperationDescriptionStep_HeaderActivate_Content=Wybrane wtyczki zostan\u0105 aktywowane.
-OperationDescriptionStepActivate_Table_Title=Nast\u0119puj\u0105ce wtyczki zostan\u0105 aktywowane:
-OperationDescriptionStep_HeaderDeativate_Head=Witamy w instalatorze wtyczek
-OperationDescriptionStep_HeaderDeativate_Content=Wybrane wtyczki zostan\u0105 zdeaktywowane.
-OperationDescriptionStep_TableDeativate_Title=Nast\u0119puj\u0105ce wtyczki zostan\u0105 zdeaktywowane:
-PanelBodyContainer_PleaseWait=Prosz\u0119 czeka\u0107 a\u017c instalator odszuka zale\u017cno\u015bci mi\u0119dzy wtyczkami.
-DependenciesResolutionStep_Table_Title=Nast\u0119puj\u0105ce wtyczki zostan\u0105 zainstalowane, poniewa\u017c co najmniej jedna wybrana wtyczka wymaga ich instalacji:
-UninstallDependenciesResolutionStep_Table_Title=Nast\u0119pujace wtyczki musz\u0105 zosta\u0107 zdeaktywowane, poniewa\u017c wymagaj\u0105 jednej lub wi\u0119cej wtyczek, kt\u00f3re zamierzasz zdeaktywowa\u0107:
-LicenseApprovalPanel_taTitle_Text=W celu kontynuowania instalacji, musisz si\u0119 zgodzi\u0107 z umow\u0105 licencyjn\u0105 dotycz\u0105ca poszczeg\u00f3lnych wtyczek.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} Umowa Licencyjna
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=Umowa licencyjna
-LicenseApprovalPanel_Header_Content=Prosz\u0119 uwa\u017cnie przeczyta\u0107 wszystkie nast\u0119puj\u0105ce umowy licencyjne.
-InstallUnitWizard_Title=Instalator wtyczki
-InstallStep_Header_Download_Head=Pobierz
-InstallStep_Header_Download_Content=Prosz\u0119 czeka\u0107 a\u017c instalator pobierze \u017c\u0105dane wtyczki.
-InstallStep_Header_Verify_Head=Weryfikuj
-InstallStep_Header_Verify_Content=Prosz\u0119 czeka\u0107 a\u017c  instalator zweryfikuje pobrane wtyczki.
-InstallStep_Header_Install_Head=Instaluj
-InstallStep_Header_Install_Content=Prosz\u0119 czeka\u0107 a\u017c instalator doko\u0144czy instalacj\u0119.
-InstallStep_Header_InstallDone_Head=Instalacja zako\u0144czona pomy\u015blnie
-InstallStep_Header_InstallDone_Content=Kliknij Zako\u0144cz aby opusci\u0107 instalator.
-InstallStep_Header_InstallUnsuccessful_Head=Instalacja zako\u0144czona b\u0142\u0119dem
-InstallStep_Header_InstallUnsuccessful_Content=Kliknij Zako\u0144cz aby opusci\u0107 instalator i uruchomi\u0107 ponownie aplikacj\u0119.
-InstallStep_Header_Restart_Head=Uruchom ponownie aplikacj\u0119 aby doko\u0144czy\u0107 instalacj\u0119
-InstallStep_Header_Restart_Content=Uruchom ponownie aplikacj\u0119 aby doko\u0144czy\u0107 instalacj\u0119 wtyczki.
-UninstallStep_Header_Restart_Head=Uruchom ponownie aplikacj\u0119 aby doko\u0144czy\u0107 dezaktywacj\u0119
-UninstallStep_Header_Restart_Content=Uruchom ponownie aplikacj\u0119 aby doko\u0144czy\u0107 dezaktywacj\u0119 wtyczki.
-CustomHandleStep_Header_Install_Restart_Head=Uruchom ponownie aplikacj\u0119 aby doko\u0144czy\u0107 instalacj\u0119
-CustomHandleStep_Header_Install_Restart_Content=Uruchom ponownie aplikacj\u0119 aby doko\u0144czy\u0107 instalacj\u0119 wtyczki.
-CustomHandleStep_Header_Uninstall_Restart_Head=Uruchom ponownie aplikacj\u0119 aby doko\u0144czy\u0107 odinstalowywanie
-CustomHandleStep_Header_Uninstall_Restart_Content=Uruchom ponownie aplikacj\u0119 aby uko\u0144czy\u0107 odinstalowywanie wtyczki.
-
-InstallStep_Done=Zako\u0144czono.
-InstallStep_Unsuccessful=Instalacja zosta\u0142a zako\u0144czona, ale znaleziono pewne problemy: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Uruchom ponownie teraz
-InstallUnitWizardModel_Buttons_RestartLater=Uruchom ponownie &p\u00f3\u017aniej
-InstallUnitWizardModel_Buttons_Install=&Instaluj
-InstallUnitWizardModel_Buttons_Update=Akt&ualizuj
-InstallUnitWizardModel_Buttons_Close=&Zako\u0144cz
-InstallUnitWizardModel_Buttons_Next=Dalej
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Odinstaluj
-UninstallUnitWizardModel_Buttons_TurnOn=&Aktywuj
-UninstallUnitWizardModel_Buttons_TurnOff=&Dezaktywuj
-InstallStep_InstallDone_Text=Instalator wtyczek pomy\u015blnie zainstalowa\u0142 nast\u0119puj\u0105ce wtyczki:
-InstallStep_InstallUnsuccessful_Text=Instalator wtyczek znalaz\u0142 problem {0} podczas instalacji nast\u0119puj\u0105cych wtyczek:
-UninstallStep_UninstallDone_Text=Instalator wtyczek pomy\u015blnie odinstalowa\u0142 nast\u0119puj\u0105ce wtyczki:
-UninstallStep_ActivateDone_Text=Instalator wtyczek pomy\u015blnie aktywowa\u0142 nast\u0119puj\u0105ce wtyczki:
-UninstallStep_DeactivateDone_Text=Instalator wtyczek pomy\u015blnie dezaktywowa\u0142 nast\u0119puj\u0105ce wtyczki:
-UninstallStep_UninstallFailed_Text=Odinstalowywanie nie powiod\u0142o si\u0119: {0}
-UninstallStep_ActivateFailed_Text=Aktywacja nie powiod\u0142a si\u0119: {0}
-UninstallStep_DeactivateFailed_Text=Dezaktywacja nie powiod\u0142a si\u0119: {0}
-UninstallStep_Done=Zako\u0144czono.
-UninstallStep_Failed=Zako\u0144czono niepowodzeniem. {0}
-UninstallStep_Header_Uninstall_Head=Odinstalowywanie
-UninstallStep_Header_Uninstall_Content=Prosz\u0119 czeka\u0107 a\u017c instalator odinstaluje wszystkie wybrane wtyczki.
-UninstallStep_Header_Deactivate_Head=Dezaktywacja
-UninstallStep_Header_Deactivate_Content=Prosz\u0119 czeka\u0107, a\u017c instalator zako\u0144czy dezaktywacj\u0119 wszystkich zaznaczonych wtyczek.
-UninstallStep_Header_Activate_Head=Aktywacja
-UninstallStep_Header_Activate_Content=Prosz\u0119 czeka\u0107 a\u017c instalator uko\u0144czy aktywacj\u0119 wszystkich wybranych wtyczek.
-UninstallStep_Header_UninstallDone_Head=Odinstalowywanie zako\u0144czone pomy\u015blnie
-UninstallStep_Header_UninstallDone_Content=Kliknij Zako\u0144cz aby opusci\u0107 instalator wtyczki.
-UninstallStep_Header_DeactivateDone_Head=Dezaktywacja zako\u0144czona pomy\u015blnie
-UninstallStep_Header_DeactivateDone_Content=Kliknij Zako\u0144cz aby opusci\u0107 instalator wtyczki.
-UninstallStep_Header_ActivateDone_Head=Aktywacja zako\u0144czona pomy\u015blnie
-UninstallStep_Header_ActivateDone_Content=Kliknij Zako\u0144cz aby opusci\u0107 instalator wtyczki.
-UninstallStep_Header_UninstallFailed_Head=Odinstalowywanie nie powiod\u0142o si\u0119
-UninstallStep_Header_UninstallFailed_Content=Kliknij Zako\u0144cz aby opusci\u0107 instalator wtyczki.
-UninstallStep_Header_DeactivateFailed_Head=Dezaktywacja nie powiod\u0142a si\u0119
-UninstallStep_Header_DeactivateFailed_Content=Kliknij Zako\u0144cz aby opusci\u0107 instalator wtyczki.
-UninstallStep_Header_ActivateFailed_Head=Aktywacja nie powiod\u0142a si\u0119
-UninstallStep_Header_ActivateFailed_Content=Kliknij Zako\u0144cz aby opusci\u0107 instalator wtyczki.
-UninstallStep_ProgressName_Uninstall=Odinstalowywanie wtyczek
-UninstallStep_ProgressName_Activate=Aktywacja wtyczek
-UninstallStep_ProgressName_Deactivate=Dezaktywacja wtyczek
-ValidationWarningPanel_ShowCertificateButton=&Poka\u017c certyfikat
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Ostrze\u017cenie weryfikacji
-ValidationWarningPanel_VerifyCertificate_Title=Weryfikuj certyfikat
-ValidationWarningPanel_ContinueButton=&Kontynuuj
-ValidationWarningPanel_taHead_NotSignedText=Nast\u0119puj\u0105ce wtyczki nie s\u0105 podpisane\:
-ValidationWarningPanel_taHead_NotTrustedText=Nast\u0119puj\u0105ce wtyczki s\u0105 podpisane ale niepotwierdzone\:
-ValidationWarningPanel_taWarning_Text=Ostrze\u017cenie: instalacja niepotwierdzonych wtyczek jest potencjalnie niebezpieczna. U\u017cywaj niepodpisanych lub niepotwierdzonych wtyczek na w\u0142asne ryzyko.
-OperationDescriptionStep_CustomHandled_Head={0} wtyczek u\u017cywa natywnego instalatora:
-InstallStep_Download_DownloadingPlugins=Pobieranie wtyczek...
-InstallStep_Validate_ValidatingPlugins=Weryfikacja wtyczek...
-InstallStep_Install_InstallingPlugins=Instalacja wtyczek...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Wi\u0119cej wtyczek nie mog\u0142o zosta\u0107 zainstalowanych z powodu problem\u00f3w.
-CustomHandleStep_Header_Install_Head=Instaluj
-CustomHandleStep_Header_Install_Content=Prosz\u0119 czeka\u0107 a\u017c instalator doko\u0144czy instalacj\u0119.
-CustomHandleStep_Header_Uninstall_Head=Odinstalowywanie
-CustomHandleStep_Header_Uninstall_Content=Prosz\u0119 czeka\u0107 a\u017c instalator doko\u0144czy odinstalowywanie wybranych wtyczek.
-CustomHandleStep_Header_InstallDone_Head=Instalacja zako\u0144czona pomy\u015blnie
-CustomHandleStep_Header_InstallDone_Content=Kliknij Dalej aby kontynuowa\u0107 instalacj\u0119 pozosta\u0142ych wybranych wtyczek przy u\u017cyciu instalatora wtyczek
-CustomHandleStep_Header_UninstallDone_Head=Odinstalowywanie zako\u0144czone pomy\u015blnie
-CustomHandleStep_Header_UninstallDone_Content=Kliknij Dalej aby kontynuowa\u0107 odinstalowywanie pozosta\u0142ych wybranych wtyczek.
-CustomHandleStep_Header_InstallFail_Head=Instalacja nie powiod\u0142a si\u0119.
-CustomHandleStep_Header_InstallFail_Content=Kliknij Anuluj aby opu\u015bci\u0107 instalator wtyczek.
-CustomHandleStep_Header_UninstallFail_Head=Instalacja nie powiod\u0142a si\u0119
-CustomHandleStep_Header_UninstallFail_Content=Kliknij Anuluj aby opu\u015bci\u0107 instalator wtyczek.
-CustomHandleStep_Install_InstallingPlugins=Instalacja wtyczek przy u\u017cyciu zewn\u0119trznego instalatora wtyczki...
-CustomHandleStep_Uninstall_UninstallingPlugins=Deinstalacja wtyczek przy u\u017cyciu zewn\u0119trznego instalatora wtyczki...
-CustomHandleStep_Done=Zako\u0144czono.
-CustomHandleStep_InstallDone_Text=Instalator wtyczek pomy\u015blnie zako\u0144czy\u0142 instalowywanie.
-CustomHandleStep_InstallFail_Text=Instalacja {0} nie powiod\u0142a si\u0119.
-CustomHandleStep_UninstallDone_Text=Instalator wtyczek pomy\u015blnie zako\u0144czy\u0142 odinstalowywanie.
-CustomHandleStep_UninstallFail_Text=Odinstalowywanie {0} nie powiod\u0142o si\u0119.
-InstallStep_NetworkProblem_Continue=&Spr\u00f3buj ponownie
-InstallStep_NetworkProblem_Text=Problem z sieci\u0105 w {0}
-OperationPanel.cbRunInBackground.text=U&ruchom w tle
-InstallSupport_InBackground_NetworkError=Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z centrum aktualizacji
-InstallSupport_InBackground_NetworkError_Details=szczeg\u00f3\u0142y
-LicenseApprovalPanel.cbAccept.text=&Akceptuj\u0119 wszystkie umowy licencyjne.
-InstallSupport_RestartNeeded=Uruchom ponownie aplikacj\u0119 aby doko\u0144czy\u0107 instalacj\u0119.
-UninstallSupport_RestartNeeded=Uruchom ponownie aplikacj\u0119 aby doko\u0144czy\u0107 deaktywacj\u0119.
-CustomHandleStep_Install_RestartNeeded=Uruchom ponownie aplikacj\u0119 aby doko\u0144czy\u0107 instalacj\u0119.
-CustomHandleStep_Uninstall_RestartNeeded=Uruchom ponownie aplikacj\u0119 aby doko\u0144czy\u0107 odinstalowywanie.
-
-RestartNeeded_Details=Kliknij tutaj aby uruchomi\u0107 ponownie aplikacj\u0119 teraz
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=Kreator instalatora NetBeans
-PanelBodyContainer_ACD=Kreator instalatora NetBeans
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/A
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/A
-ValidationWarningPanel_tpPlugins_ACN=Niezweryfikowane wtyczki
-ValidationWarningPanel_taWarning_Text_ACD=Ostrze\u017cenie: instalacja niepotwierdzonych wtyczek jest potencjalnie niebezpieczna. U\u017cywaj niepodpisanych lub niepotwierdzonych wtyczek na w\u0142asne ryzyko.
-ValidationWarningPanel_taWarning_Text_ACN=Ostrze\u017cenie
-ValidationWarningPanel_taHead_ACN=N/A
-ValidationWarningPanel_ACD=N/A
-UninstallUnitWizard_Title=Instalator wtyczki
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Twoja aplikacja jest aktualna!</h3>
-LazyOperationDescriptionStep_NoUpdates=Brak dost\u0119pnych aktualizacji.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Wyszukiwanie aktualizacji zako\u0144czone niepowodzeniem.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Sprawd\u017a swoje po\u0142\u0105czenie sieciowe, zweryfikuj czy twoje ustawienia proxy s\u0105 skonfigurowane poprawnie, b\u0105d\u017a spr\u00f3buj p\u00f3\u017aniej.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Sprawdzanie aktualizacji.</b><br>Prosz\u0119 czeka\u0107 a\u017c instalator sprawdzi dost\u0119pne aktualizacje.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Inicjalizacja listy aktualizacji...  
-OperationDescriptionStep_BrokenModuleDepInit=</h3>Niekt\u00f3re wtyczki wymagaj\u0105 zainstalowania wtyczki {0}.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Niekt\u00f3re wtyczki czekaj\u0105 na ponowne uruchomienie aplikacji, aby rozwi\u0105za\u0107 nast\u0119puj\u0105ce problemy:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Niekt\u00f3re wtyczki wymagaj\u0105 zdolno\u015bci {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Niekt\u00f3re wtyczki wymagaj\u0105 platformy Java w wersji {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Niekt\u00f3re wtyczki wymagaj\u0105 JDK</h3>Niekt\u00f3re wtyczki wymagaj\u0105 JDK aby mog\u0142y dzia\u0142a\u0107. NetBeans IDE wydaje si\u0119 by\u0107 uruchomiony aktualnie z JRE zamiast z pe\u0142nego JDK.<br><br>Aby u\u017cywa\u0107 tych wtyczek, uruchom IDE z opcj\u0105 linii polece\u0144 <code>--jdkhome</code> wskazuj\u0105c\u0105 na lokalizacj\u0119 instalacji JDK.  Zobacz <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> po wi\u0119cej informacji.<br><br>
-OperationDescriptionStep_BrokenModuleDep=Wtyczka {0} b\u0119dzie tak\u017ce potrzebny do zainstalowania.
-OperationDescriptionStep_BrokenModuleNameDep=Wtyczka o nazwie {0} jest potrzebna, ale nie zosta\u0142a znaleziona.
-OperationDescriptionStep_BrokenModuleVersionDep=Potrzebna wtyczka {0} w wersji >= {1}, ale dost\u0119pna jest tylko w wersji {2}.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=Wtyczka {0} jest wymagana w wersji >= {1} (wersja wydania {2}) ale tylko {3} (w wersji wydania innej ni\u017c {2}) zosta\u0142a znaleziona.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=Wtyczka {0} jest wymagana w wersji {1}.
-OperationDescriptionStep_BrokenModuleImplDep=Wtyczka {0} jest wymagana w wersji implementacji {1}.
-OperationDescriptionStep_BrokenRequiresDep=Brak wtyczki zapewniaj\u0105cej mo\u017cliwo\u015b\u0107 {0} nie zosta\u0142a znaleziona.
-OperationDescriptionStep_AffectedPluginByBrokenDep=Nast\u0119puj\u0105ce wtyczki s\u0105 uszkodzone:
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=Nast\u0119puj\u0105ca wtyczka jest uszkodzona:
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=Wyst\u0105pi\u0142y problemy podczas przechowywania {0}.\nPow\u00f3d: {1}
-InstallStep_DownloadProblem_SomePlugins=zaznaczone wtyczki
-
diff --git a/l10n/src/pl/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_pl.properties b/l10n/src/pl/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_pl.properties
deleted file mode 100644
index dff7f08..0000000
--- a/l10n/src/pl/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_pl.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Platforma RCP
-OpenIDE-Module-Name=Platforma RCP
-OpenIDE-Module-Short-Description=Platforma RCP NetBeansa
-OpenIDE-Module-Long-Description=Platforma RCP NetBeansa jest og\u00f3lnym szkieletem dla aplikacji typu Swing. Dostarcza us\u0142ug wsp\u00f3lnych dla prawie wszystkich aplikacji desktopowych: zarz\u0105dzanie oknami, menu, ustawienia i przechowywanie danych, zarz\u0105dzanie aktualizacj\u0105, dost\u0119p do plik\u00f3w itd. <br><br>Zobacz wi\u0119cej informacji na <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/pl/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_pl.properties b/l10n/src/pl/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_pl.properties
deleted file mode 100644
index 5b234af..0000000
--- a/l10n/src/pl/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_pl.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Wyszukiwanie MIME w SystemFS
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Domy\u015blna implementacja MimeDataProvider
-OpenIDE-Module-Long-Description=Modu\u0142 Wyszukiwania MIME w SystemFS implementuje MimeDataProvider, kt\u00f3re wyszukuje objekty w hierarchii folder\u00f3w w systemie plik\u00f3w.
-
-
diff --git a/l10n/src/pl/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_pl.properties b/l10n/src/pl/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_pl.properties
deleted file mode 100644
index 7ed2151..0000000
--- a/l10n/src/pl/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_pl.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API Wyszukiwania MIME
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API Wyszukiwania MIME.
-OpenIDE-Module-Long-Description=Modu\u0142 Wyszukiwania MIME dostarcza API do przeszukiwania typ\u00f3w MIME zale\u017cnie od ustawie\u0144, us\u0142ug i innych obiekt\u00f3w. Dostarcza tak\u017ce SPI do implementacji dostawcy danych powi\u0105zangego z innymi typami MIME.
-
diff --git a/l10n/src/pl/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_pl.properties b/l10n/src/pl/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_pl.properties
deleted file mode 100644
index 35c117b..0000000
--- a/l10n/src/pl/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_pl.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Dodaj do ulubionych
-ACT_AddOnFavoritesNode=&Dodaj do ulubionych...
-ACT_Remove=&Usu\u0144 z ulubionych
-ACT_View=Ulu&bione
-ACT_Select=Ulubione
-ACT_Select_Main_Menu=Zaznacz w u&lubionych
-
-Favorites=Ulubione
-Templates/Other=Inne
-Templates/Properties=W\u0142a\u015bciwo\u015bci konfiguracji u\u017cytkownika
-Templates/Other/Folder=Folder
-Templates/Other/file=Pusty plik
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Drzewo eksploratora
-ACSD_ExplorerBeanTree=N/A
-
-# JFileChooser
-CTL_DialogTitle=Dodaj do ulubionych
-CTL_ApproveButtonText=Dodaj
-ERR_FileDoesNotExist={0} nie istnieje.
-ERR_FileDoesNotExistDlgTitle=Dodaj do ulubionych
-
-MSG_NodeNotFound=W\u0119ze\u0142 dokumentu nie mo\u017ce zosta\u0107 odnaleziony w zak\u0142adce Ulubione.
-
-# Manifest localization
-OpenIDE-Module-Name=Ulubione
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Wsparcie przy organizacji ulubionych plik\u00f3w.
-OpenIDE-Module-Long-Description=Modu\u0142 Ulubione pozwala na tworzenie zestawu plik\u00f3w szczegolnie zwi\u0105zanych z twoj\u0105 prac\u0105 oraz na \u0142atwy do nich dost\u0119p w jednym wsp\u00f3lnym miejscu.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Szablony
-Templates.Options.Export.displayName=Wszystkie szablony
-Favorites.Options.Export.displayName=Ulubione
-
diff --git a/l10n/src/pl/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_pl.html b/l10n/src/pl/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_pl.html
deleted file mode 100644
index 446afcb..0000000
--- a/l10n/src/pl/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_pl.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>Tworzy pusty plik z dowolnym rozszerzeniem na dysku.</BODY></HTML>
diff --git a/l10n/src/pl/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_pl.html b/l10n/src/pl/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_pl.html
deleted file mode 100644
index 441394c..0000000
--- a/l10n/src/pl/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_pl.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>Tworzy nowy folder na dysku.</BODY></HTML>
diff --git a/l10n/src/pl/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_pl.properties b/l10n/src/pl/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_pl.properties
deleted file mode 100644
index df860ba..0000000
--- a/l10n/src/pl/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_pl.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Zamknij
-BTN_TemplatesPanel_OpenInEditorButton=&Otw\u00f3rz w edytorze
-LBL_TemplatesAction_Name=&Szablony
-HINT_TemplatesAction=Dostosuj szablony
-LBL_TemplatesPanel_Title=Zarz\u0105dca szablon\u00f3w
-BTN_TemplatesPanel_Delete=Usu\u0144
-LBL_TemplatesPanel_TemplatesLabel=&Szablony\:
-BTN_TemplatesPanel_Add=&Dodaj...
-BTN_TemplatesPanel_RenameButton=&Zmie\u0144 nazw\u0119
-BTN_TemplatesPanel_DuplicateButton=Du&plikuj
-BTN_TemplatesPanel_NewFolder=&Nowy folder
-BTN_TemplatesPanel_MoveUp=Przesu\u0144 do &g\u00f3ry
-BTN_TemplatesPanel_MoveDown=Przesu\u0144 do &do\u0142u
-LBL_TemplatesPanel_JFileChooser_Title=Dodaj istniej\u0105cy szablon
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Dodaj
-TXT_TemplatesPanel_NewFolderName=Nowy folder
-MSG_TemplatesPanel_Nonexistent_File=Plik ''{0}''\nnie istnieje, prosz\u0119 wybra\u0107 istniej\u0105cy plik.
-
-TemplatesPanel_TemplateNode_DisplayName=Wy\u015bwietl nazw\u0119
-TemplatesPanel_TemplateNode_DisplayName_Desc=Wy\u015bwietl nazw\u0119 tego szablonu. Pokazane w kreatorze Plik/Nowy jak r\u00f3wnie\u017c w Narz\u0119dzia/Szablony.
-TemplatesPanel_TemplateNode_FileName=Nazwa pliku
-TemplatesPanel_TemplateNode_FileName_Desc=Nazwa pliku reprezentowanego przez ten szablon.
-TemplatesPanel_TemplateNode_ScriptEngine=Silnik skryptowy
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Silnik skryptowy stosowany do przetwarzania tego szablonu.
-TemplatesPanel_TemplateNode_TemplateCategories=Kategorie szablonu
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=Lista kategorii szablonu w\u0142a\u015bciwa dla tego szablonu.
-
-ACD_TemplatesPanel_Add=Dodaj szablon
-
-ACD_TemplatesPanel_New=Nowy szablon
-
-ACD_TemplatesPanel_Duplicate=Duplikuj wybrany szablon
-
-ACD_TemplatesPanel_Rename=Zmie\u0144 nazw\u0119 szablonu
-
-ACD_TemplatesPanel_MoveUp=Przesu\u0144 wybrany szablon do g\u00f3ry 
-
-ACD_TemplatesPanel_MoveDown=Przesu\u0144 wybrany szablon do do\u0142u 
-
-ACD_TemplatesPanel_Delete=Usu\u0144 szablon
-
-TT_TemplatesPanel_Add=Dodaj szablon
-
diff --git a/l10n/src/pl/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_pl.properties b/l10n/src/pl/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_pl.properties
deleted file mode 100644
index c021ff2..0000000
--- a/l10n/src/pl/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_pl.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z  URL {0}; taki zas\u00f3b nie zosta\u0142 znaleziony.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Ostrze\u017cenie: temat JavaHelp o ID {0} nie zosta\u0142 znaleziony.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=\u0141adowanie zbior\u00f3w pomocy...
-ACSD_JavaHelp_viewer=Wy\u015bwietla jeden lub wi\u0119cej odno\u015bnik\u00f3w do pomocy online w formacie JavaHelp
-ACSD_Loading_Dialog=\u0141adowanie zbior\u00f3w pomocy
-
-# HelpAction
-LBL_HelpAction=Pomoc
-CTL_OpeningHelp=Otwieranie przegl\u0105darki pomocy ...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=Monitor HTTP
-
-# a11y - BrowserDisplayer
-ACSD_Label=Kliknij tutaj, aby otworzy\u0107 ten odno\u015bnik w przegl\u0105darce internetowej.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Pokazywanie ID pomocy: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Pokazywanie ID pomocy: {0}
-
-QuickSearch/Help=Pomoc
-Err_CreateJavaHelpSearchEngine=Nie uda\u0142o si\u0119 utworzy\u0107 silnika wyszukiwawczego JavaHelp.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Kopiuj lokalizacj\u0119 odno\u015bnika
-
diff --git a/l10n/src/pl/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_pl.properties b/l10n/src/pl/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_pl.properties
deleted file mode 100644
index 36ec58f..0000000
--- a/l10n/src/pl/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_pl.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Integracja z JavaHelp
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Pozwala doda\u0107 zbiory JavaHelp do IDE.
-OpenIDE-Module-Long-Description=Zawiera aktualn\u0105 bibliotek\u0119 wykonawcz\u0105 dla JavaHelp i implementacj\u0119 cz\u0119\u015bci API Modu\u0142y, kt\u00f3ra pozwala innym modu\u0142om na instalowanie zbior\u00f3w pomocy przy u\u017cyciu technologii JavaHelp.
-
-Menu/Help/master-help.xml=Zawarto\u015b\u0107 &pomocy
-Menu/Help/HelpShortcuts=&Zbiory pomocy
-Actions/Help/master-help.xml=Zawarto\u015b\u0107 &pomocy
-
diff --git a/l10n/src/pl/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_pl.html b/l10n/src/pl/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_pl.html
deleted file mode 100644
index 5e25e0b..0000000
--- a/l10n/src/pl/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_pl.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-
-<HTML><head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<TITLE>Główny indeks</TITLE>
-</HEAD><BODY>To okno zawiera główny zbiór całej zainstalowanej dokumentacji. Możesz używać nawigacji po lewej, aby przejrzeć całą tabelę zawartości i indeksu IDE oraz przeszukiwać całość dokumentacji na podstawie indeksu bądź poszczególnych wyrazów.</BODY></HTML>
diff --git a/l10n/src/pl/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_pl.xml b/l10n/src/pl/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_pl.xml
deleted file mode 100644
index d723595..0000000
--- a/l10n/src/pl/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_pl.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
-<helpset version="2.0">
-    <title>Help</title>
-    <maps>
-        <homeID>org.netbeans.api.javahelp.MASTER_ID</homeID>
-        <mapref location="masterHelpMap.jhm"/>
-    </maps>
-    <view mergetype="javax.help.UniteAppendMerge">
-        <name>TOC</name>
-        <label>Contents</label>
-        <type>javax.help.TOCView</type>
-        <data>masterHelpToc.xml</data>
-    </view>
-    <!--
-    <view mergetype="javax.help.SortMerge">
-        <name>Index</name>
-        <label>Index</label>
-        <type>javax.help.IndexView</type>
-    </view>
-    -->
-    <view>
-        <name>Search</name>
-        <label>Search</label>
-        <type>javax.help.SearchView</type>
-    </view>
-    <!--
-    <view>
-        <name>Favorites</name>
-        <label>Favorites</label>
-        <type>javax.help.FavoritesView</type>
-    </view>
-    -->
-    <presentation default="true" displayviews="true" displayviewimages="false">
-        <name>main window</name>
-        <toolbar>
-            <helpaction image="helpviewer_back">javax.help.BackAction</helpaction>
-            <helpaction image="helpviewer_forward">javax.help.ForwardAction</helpaction>
-            <helpaction image="helpviewer_print">javax.help.PrintAction</helpaction>
-            <helpaction image="helpviewer_page-setup">javax.help.PrintSetupAction</helpaction>
-        </toolbar>
-    </presentation>
-    <presentation displayviews="false">
-        <name>NBSecondaryWindow</name>
-        <size width="600" height="400" />
-        <location x="200" y="200" />
-    </presentation>
-
-    </helpset>
diff --git a/l10n/src/pl/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_pl.html b/l10n/src/pl/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_pl.html
deleted file mode 100644
index 28f329a..0000000
--- a/l10n/src/pl/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_pl.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Moduł nie uruchomiony</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Moduł nie uruchomiony</h2>
-<p>Temat pomocy, który próbujesz zobaczyć, jest zlokalizowany w module {0}, który jest aktualnie wyłączony. Aby uruchomić wyłączone, ale zainstalowane, moduły wybierz Narzędzia > Zarządca modułów.</p>
-</body>
-</html>
diff --git a/l10n/src/pl/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_pl.html b/l10n/src/pl/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_pl.html
deleted file mode 100644
index b6e6992..0000000
--- a/l10n/src/pl/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_pl.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Moduł nie zainstalowany</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Moduł nie zainstalowany</h2>
-<p>Temat pomocy, który próbujesz zobaczyć jest zlokalizowany w module {0}, który jest nie aktualnie zainstalowany. Ten moduł może być dostępny jako wtyczka. Aby sprawdzić, wybierz Narzędzia > Wtyczki.</p>
-</body>
-</html>
diff --git a/l10n/src/pl/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_pl.properties b/l10n/src/pl/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_pl.properties
deleted file mode 100644
index 211d74b..0000000
--- a/l10n/src/pl/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_pl.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=API Bazy Kluczy (Keyring API)
-
diff --git a/l10n/src/pl/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_pl.properties b/l10n/src/pl/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_pl.properties
deleted file mode 100644
index 696a7c9..0000000
--- a/l10n/src/pl/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_pl.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Przyk\u0142adowa warto\u015b\u0107 zapewniaj\u0105ca, \u017ce deszyfrowanie dzia\u0142a.
-FallbackProvider.msg_clear_keys=Twoje poprzednio zapisane has\u0142a nie mog\u0105 zosta\u0107 odszyfrowane. Chcesz zapomnie\u0107 wszystkie istniej\u0105ce has\u0142a i rozpocz\u0105\u0107 now\u0105 baz\u0119 kluczy?
-FallbackProvider.title_clear_keys=Usu\u0144 przechowywane has\u0142a
-MasterPasswordPanel.masterPasswordLabel.text=Has\u0142o &g\u0142\u00f3wne:
-MasterPasswordPanel.setNewBox.text=&Zmie\u0144...
-MasterPasswordPanel.newLabel1.text=&Nowe has\u0142o g\u0142owne:
-MasterPasswordPanel.newLabel2.text=W&pisz ponownie:
-MasterPasswordPanel.ok=Ok
-MasterPasswordPanel.enter_master_password=Wprowad\u017a has\u0142o g\u0142\u00f3wne
-MasterPasswordPanel.enter_password=Wprowad\u017a has\u0142o
-MasterPasswordPanel.enter_new_password=Wprowad\u017a nowe has\u0142o
-MasterPasswordPanel.password_mismatch=Nowe has\u0142a nie pasuj\u0105 do siebie
-MasterPasswordPanel.explanation.text=NetBeans mo\u017ce zapami\u0119ta\u0107 has\u0142a dla Ciebie, ale aby je chroni\u0107 musisz wpisa\u0107 has\u0142o g\u0142\u00f3wne. Je\u017celi nie wybra\u0142e\u015b jeszcze \u017cadnego, zr\u00f3b to teraz; zostaniesz o nie poproszony w kolejnych sesjach je\u015bli zajdzie taka potrzeba. Mo\u017cesz tak\u017ce zmieni\u0107 has\u0142o g\u0142\u00f3wne kiedykolwiek zostanie Ci to wzmienione.
-
diff --git a/l10n/src/pl/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_pl.properties b/l10n/src/pl/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_pl.properties
deleted file mode 100644
index 8ecde58..0000000
--- a/l10n/src/pl/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_pl.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Nie mo\u017cna utworzy\u0107 pliku {0} w katalogu {1}.
-EXC_CannotCreateExistingData=Nie mo\u017cna utworzy\u0107 pliku {0} w katalogu {1}. Ten plik ju\u017c istnieje.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Nie mo\u017cna utworzy\u0107 katalogu {0} w katalogu {1}.
-EXC_CannotCreateExistingFolder=Nie mo\u017cna utworzy\u0107 katalogu {0} w katalogu {1}. Ten folder ju\u017c istnieje.
-
-# {0} - the file
-EXC_CannotLock=Nie mo\u017cna zablokowa\u0107 pliku tylko do odczytu {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Nie mo\u017cna usun\u0105\u0107 pliku {0} w {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Nie mo\u017cna zmieni\u0107 nazwy pliku {0} w {1} na {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Niewa\u017cna blokada [{0}] dla pliku {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Nie mo\u017cna zmieni\u0107 nazwy \u017ar\u00f3d\u0142a systemu plik\u00f3w {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Nie mo\u017cna usun\u0105\u0107 \u017ar\u00f3d\u0142a systemu plik\u00f3w {0}.
-
-EXC_CannotLockRoot=\u0179r\u00f3d\u0142o nie mo\u017ce by\u0107 zablokowane.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Nie mo\u017cna otrzyma\u0107 wy\u0142\u0105cznego dost\u0119pu do {0} (prawdopodobnie otwarty do odczytu).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Nie mo\u017cna otrzyma\u0107 dzielonego dost\u0119pu do {0} (prawdopodobnie otwary do zapisu).
-
diff --git a/l10n/src/pl/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_pl.properties b/l10n/src/pl/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_pl.properties
deleted file mode 100644
index a481a8b..0000000
--- a/l10n/src/pl/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_pl.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=Plik {0} jest ju\u017c zablokowany.
-EXC_FileLockAlreadyExists=Plik {0} jest ju\u017c zablokowany (blokada {1} istnieje).
-# {0} - full path
-FileObj.readOnlyFile=Plik {0} nie mo\u017ce by\u0107 zapisany, poniewa\u017c jest tylko do odczytu.
-
diff --git a/l10n/src/pl/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_pl.properties b/l10n/src/pl/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_pl.properties
deleted file mode 100644
index faad54f..0000000
--- a/l10n/src/pl/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_pl.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=G\u0142\u00f3wny System Plik\u00f3w
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Scala wielokrotnych dostawc\u00f3w systemu plik\u00f3w w pojedyncze drzewo logiczne.
-OpenIDE-Module-Long-Description=Tworzy montowania dla dysk\u00f3w \u017ar\u00f3d\u0142owych a nast\u0119pnie \u0142\u0105czy w inne systemu plik\u00f3w, takie jak montowania VCS, dostarczaj\u0105c pojedyncz\u0105 nak\u0142adk\u0119 FileSystem dla nich wszystkich. 
-
-LBL_loaderName=FolderLoader dla MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Nie mo\u017cna zmieni\u0107 nazwy \u017ar\u00f3d\u0142a systemu plik\u00f3w {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Nie mo\u017cna skopiowa\u0107 \u017ar\u00f3d\u0142a systemu plik\u00f3w {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Nie mo\u017cna przenie\u015b\u0107 \u017ar\u00f3d\u0142a systemu plik\u00f3w {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Nie mo\u017cna usun\u0105\u0107 \u017ar\u00f3d\u0142a systemu plik\u00f3w {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Nie mo\u017cna zmieni\u0107 nazwy pliku {0} w {1} na {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=System plik\u00f3w {0} jest tylko do odczytu.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=System plik\u00f3w {1}  nie mo\u017ce by\u0107 zamontowany na \u017ar\u00f3dle {0}, poniewa\u017c system plik\u00f3w {2} jest ju\u017c zamontowany.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=System plik\u00f3w {1} nie mo\u017ce by\u0107 zamontowany na \u017ar\u00f3dle {0}.  
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=System plik\u00f3w {0}  nie mo\u017ce by\u0107 odmontowany.  
-
diff --git a/l10n/src/pl/platform/options-api/options-api/org/netbeans/modules/options/Bundle_pl.properties b/l10n/src/pl/platform/options-api/options-api/org/netbeans/modules/options/Bundle_pl.properties
deleted file mode 100644
index 33b748e..0000000
--- a/l10n/src/pl/platform/options-api/options-api/org/netbeans/modules/options/Bundle_pl.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Okno dialogowe Opcji i SPI
-OpenIDE-Module-Display-Category=Narz\u0119dzia
-OpenIDE-Module-Short-Description=Udost\u0119pnia okno dialogowe Opcji i SPI aby m\u00f3c doda\u0107 do niego panele.
-OpenIDE-Module-Long-Description=Udost\u0119pnia Narz\u0119dzia | Okno dialogowe opcji. SPI pozwala Ci doda\u0107 ca\u0142kowicie nowe panele albo sekcje do panelu R\u00f3\u017cne.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Opcje
-CTL_Options_Dialog_Title=Opcje
-CTL_OK=Ok
-CTL_Classic=Opcje zaawansowane
-CTL_Classic_Title=Opcje zaawansowane
-CTL_Modern=Opcje &podstawowe
-CTL_Loading_Options=\u0141adowanie ustawie\u0144 ...
-CTL_Error_Loading_Options=\u0141adowanie opcji nie powiod\u0142o si\u0119.
-CTL_Some_values_changed=S\u0105 jakie\u015b zmiany. Chcesz je zastosowa\u0107?
-
-CTL_General_Options=&Og\u00f3lne
-CTL_General_Options_Title=Og\u00f3lne
-CTL_Editor=&Edytor
-CTL_Editor_Title=Edytor
-CTL_Font_And_Color_Options=&Czcionki i kolory
-CTL_Font_And_Color_Options_Title=Czcionki i kolory
-CTL_Keymap_Options=&Klawiszologia
-CTL_Keymap_Options_Title=Klawiszologia
-
-CTL_Export=Ekspor&t
-CTL_Import=&Import
-
-#A11Y
-ACS_OKButton=Ok
-ACS_ClassicButton= Wywo\u0142uje okno dialogowe zaawansowanych opcji
-ACS_OptionsPanel=Okno dialogowe opcji
-ACS_Export=Opcje eksportu
-ACS_Import=Opcje importu
-TabbedController.pane.AD=Panel opcji
-
-QuickSearch/GoToOption=Opcje
-
diff --git a/l10n/src/pl/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_pl.properties b/l10n/src/pl/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_pl.properties
deleted file mode 100644
index fe4c051..0000000
--- a/l10n/src/pl/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_pl.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&R\u00f3\u017cne
-CTL_Advanced_Options_Title=R\u00f3\u017cne
-CTL_Advanced_Options_Description=R\u00f3\u017cne
-AdvancedPanel.tabbedPanel.AD=Panel zak\u0142adek R\u00f3\u017cne
-Advanced.Export.Category=R\u00f3\u017cne
-
diff --git a/l10n/src/pl/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_pl.properties b/l10n/src/pl/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_pl.properties
deleted file mode 100644
index 5a5f846..0000000
--- a/l10n/src/pl/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_pl.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Zdefiniuj tutaj
-LBL_action_revert=Odwr\u00f3\u0107 Def.
-LBL_action_delete=Usu\u0144
-
-MSG_ask_remove_above_defined_files=Przeniesienie definicji tutaj usunie ka\u017cd\u0105 warto\u015b\u0107 przechowywan\u0105 w warstwach po lewej stronie wybranej kolumny.\n\nCzy chcesz kontynuowa\u0107?
-
-#file state tooltips
-LBL_fstate_defined=Definicja ustawienia
-LBL_fstate_ignored=Nieu\u017cywana warto\u015b\u0107 ustawienia
-LBL_fstate_inherited=Odziedziczone ustawienie
-LBL_fstate_undefined=Warto\u015b\u0107 ustawienia nie jest tutaj zdefiniowana
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=U\u017cytkownik
-LBL_FSP_Desc_Session-Layer=Poziom ustawie\u0144 sesji
-LBL_FSP_Modules-Layer=Domy\u015blny
-LBL_FSP_Desc_Modules-Layer=Domy\u015blny poziom ustawie\u0144 instalacji
-
-#OptionsAction
-Options=&Opcje
-CTL_close_button=&Zamknij
-ACSD_close_button=N/A
-ACSN_optionsTree=N/A
-ACSD_optionsTree=N/A
-LBL_computing=Inicjalizowanie ustawie\u0144 ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Poka\u017c poziomy (naci\u015bnij +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Ukry poziomy (naci\u015bnij +)
-CTL_Templates_name=Szablony
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Eksplorator
-ACSN_ExplorerBeanTree=Drzewo eksploratora
-ACSD_ExplorerBeanTree=N/A
-
diff --git a/l10n/src/pl/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_pl.properties b/l10n/src/pl/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_pl.properties
deleted file mode 100644
index 0e49f92..0000000
--- a/l10n/src/pl/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_pl.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=Wybierz opcje do ek&sportu:
-OptionsChooserPanel.outline.all=Wszystko
-OptionsChooserPanel.outline.header.tree=Dost\u0119pne opcje
-OptionsChooserPanel.outline.AN=Dost\u0119pne opcje
-OptionsChooserPanel.outline.AD=Drzewo dost\u0119pnych opcji
-OptionsChooserPanel.lblFile.text=Do&celowy plik zip:
-OptionsChooserPanel.btnBrowse=&Przegl\u0105daj...
-OptionsChooserPanel.btnBrowse.AN=Przegl\u0105daj
-OptionsChooserPanel.btnBrowse.AD=Przegl\u0105daj
-OptionsChooserPanel.txtFile.AD=\u0179r\u00f3d\u0142o lub cel importu/eksportu.
-OptionsChooserPanel.loading=\u0141adowanie...
-OptionsChooserPanel.file.warning=Prosz\u0119, wybierz poprawny plik docelowy zip
-OptionsChooserPanel.nooption.warning=Prosz\u0119, wybierz co\u015b do eksportu
-OptionsChooserPanel.file.chooser.title=Wybierz docelowy plik zip
-OptionsChooserPanel.file.chooser.approve=Ok
-OptionsChooserPanel.export.title=Wybierz opcje do eksportu
-OptionsChooserPanel.export.status.text=Eksport opcji zako\u0144czony.
-OptionsChooserPanel.import.title=Wybierz opcje do importu
-OptionsChooserPanel.import.lblFile.text=\u0179r\u00f3d\u0142o &importu:
-OptionsChooserPanel.import.lblHint.text=Wybierz opcje do im&portu:
-OptionsChooserPanel.import.file.warning=Prosz\u0119, wybierz poprawny plik zip lub katalog u\u017cytkownika
-OptionsChooserPanel.import.nooption.warning=Prosz\u0119, wybierz co\u015b do importu
-OptionsChooserPanel.import.file.chooser.title=Wybierz plik zip lub katalog u\u017cytkownika
-OptionsChooserPanel.import.invalid.userdir.title=Niepoprawny katalog u\u017cytkownika?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Folder {0} nie wygl\u0105da na poprawny katalog u\u017cytkownika. Czy naprawd\u0119 chcesz importowa\u0107 opcje z tej lokalizacji?
-OptionsChooserPanel.AD=Panel dla wyboru opcji do eksportu/importu
-OptionsChooserPanel.import.error=B\u0142\u0105\u00f0 podczas importowania opcji. Uruchom IDE z parametrem -J-Dorg.netbeans.modules.options.export.level=100 i zajrzyj do pliku log IDE po szczeg\u00f3\u0142y.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Niepoprawny plik zip: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Zapis do pliku {0} zako\u0144czony niepowodzeniem.
-ImportConfirmationPanel.title=Potwierdzenie importu
-ImportConfirmationPanel.cbRestart.text=U&ruchom ponownie IDE teraz (bez ponownego uruchomienia ustawienia mog\u0105 nie dzia\u0142a\u0107)
-ImportConfirmationPanel.cbRestart.AD=Zdecyduj czy teraz ponownie uruchomi\u0107 IDE b\u0105d\u017a p\u00f3\u017aniej
-ImportConfirmationPanel.cbRestart.AN=Uruchomi\u0107 ponownie IDE teraz?
-ImportConfirmationPanel.lblMessage.text=Import mo\u017ce nieodwracalnie nadpisa\u0107 twoje bie\u017c\u0105ce ustawienia. Najpierw dokonaj eksportu aby stworzy\u0107 kopi\u0119 zapasow\u0105 bie\u017c\u0105cych opcji. Czy chcesz kontynuowa\u0107?
-ImportConfirmationPanel.lblMessage.AD=Wiadomo\u015b\u0107 potwierdzenia
-ImportConfirmationPanel.AN=Importuj potwierdzenie
-ImportConfirmationPanel.AD=Importuj potwierdzenie
-ExportConfirmationPanel.title=Ostrze\u017cenie przechowywanych hase\u0142
-ExportConfirmationPanel.lblMessage.text=Eksportowane ustawienia mog\u0105 zawiera\u0107 zapami\u0119tane has\u0142a. Dzielenie ustawie\u0144 z innymi u\u017cytkownikami stanowi potencjalne ryzyko bezpiecze\u0144stwa. Czy chcesz kontynuowa\u0107?
-ExportConfirmationPanel.cbSkip.text=&Pomi\u0144 ostrze\u017cenie nast\u0119pnym razem
-ExportConfirmationPanel.cbSkip.AN=Pomin\u0105\u0107 ostrze\u017cenie nast\u0119pnym razem?
-ExportConfirmationPanel.cbSkip.AD=Zdecyduj czy pomin\u0105\u0107 b\u0105d\u017a wy\u015bwietla\u0107 ostrze\u017cenie w przysz\u0142o\u015bci
-ExportConfirmationPanel.lblMessage.AD=Wiadomo\u015b\u0107 potwierdzenia
-ExportConfirmationPanel.AN=Ostrze\u017cenie przechowywanych hase\u0142
-ExportConfirmationPanel.AD=Ostrze\u017cenie przechowywanych hase\u0142
-
diff --git a/l10n/src/pl/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_pl.properties b/l10n/src/pl/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_pl.properties
deleted file mode 100644
index 44cbc8a..0000000
--- a/l10n/src/pl/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_pl.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Opcje mapowania klawiszy
-
-CTL_Keymap_Options=&Klawiszologia
-CTL_Keymap_Options_Title=Klawiszologia
-CTL_Keymap_Options_Description=Klawiszologia
-
-CTL_Duplicate=Zarz\u0105dzaj profila&mi...
-AN_Duplicate=Duplikuj
-AD_Duplicate=Duplikuj
-CTL_Delete=&Usu\u0144
-AN_Delete=Usu\u0144
-AD_Delete=Usu\u0144
-CTL_Restore=P&rzywr\u00f3\u0107
-AN_Restore=Przywr\u00f3\u0107
-AD_Restore=Przywr\u00f3\u0107
-CTL_Show_Actions=Akc&je
-AN_Show_Actions=Akcje
-AD_Show_Actions=Akcje
-CTL_Show_Shortcuts=&Skr\u00f3ty
-AN_Show_Shortcuts=Skr\u00f3ty
-AD_Show_Shortcuts=Skr\u00f3ty
-CTL_Add_Shortcut=&Dodaj...
-AN_Add_Shortcut=Dodaj
-AD_Add_Shortcut=Dodaj
-CTL_Remove_Shortcut=&Usu\u0144
-AN_Remove_Shortcut=Usu\u0144
-AD_Remove_Shortcut=Usu\u0144
-CTL_Actions=Akc&je:
-AN_Actions=Akcje
-AD_Actions=Akcje
-CTL_Shortcuts=&Skr\u00f3ty:
-AN_Shortcuts=Skr\u00f3ty
-AD_Shortcuts=Skr\u00f3ty
-AN_Profiles=Profile
-AD_Profiles=Profile
-Show_Actions=Akc&je
-Show_Shortcuts=&Skr\u00f3ty
-Keymaps=&Klawiszologia
-CTL_Keymap_Name=&Profil:
-View_By=&Widok wed\u0142ug
-Shortcut=&Skr\u00f3t:
-Add_Shortcut_Dialog=Dodaj skr\u00f3t
-CTL_Create_New_Profile_Message=&Nazwa profilu:
-CTL_Create_New_Profile_Title=Okno dialogowe tworzenia nowego profilu
-Shortcut_Conflict=<html>Skr\u00f3t ju\u017c przypisany do akcji {0} . Je\u017celi b\u0119dziesz kontynuowa\u0107, skr\u00f3t zostanie ponownie przypisany.
-CTL_Clear=&Wyczy\u015b\u0107
-AN_Clear=Wyczy\u015b\u0107 przycisk skr\u00f3tu
-AD_Clear=Wyczy\u015b\u0107 pole skr\u00f3tu
-CTL_Tab=&Zak\u0142adka
-AN_Tab=Wstaw znak przycisku dla zak\u0142adki
-AD_Tab=Wstaw znak zak\u0142adki
-CTL_Duplicate_Profile_Name=Profil o takiej nazwie ju\u017c istnieje.\n Prosz\u0119 wybra\u0107 inn\u0105 nazw\u0119.
-
-CTL_Export_IDE_Actions_Action=Eksportuj akcje IDE do XML
-CTL_Export_IDE_Shortcuts_Action=Eksportuj skr\u00f3ty IDE do XML
-CTL_Export_Editor_Shortcuts_Action=Exportuj skr\u00f3ty edytora do XML
-CTL_Export_Shortcuts_to_HTML_Action=Eksportuj skr\u00f3ty do HTML
-
-CTL_Other=Inne
-AN_Shortcut=Pole skr\u00f3tu
-AD_Shortcut=Pole skr\u00f3tu
-AN_ShortcutsDialog=Wprowad\u017a nowy skr\u00f3t
-AD_ShortcutsDialog=Wprowad\u017a nowy skr\u00f3t
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Prze\u0142\u0105czanie z profilu mapowania klawiszy {1} do {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Szybkie wyszukiwanie: Wywo\u0142ywanie akcji {1}, klasa {0}
-
-QuickSearch/Actions=Akcje
-MSG_ActionFailure=Akcja {0} nie mo\u017ce zosta\u0107 wywo\u0142any przez Szybkie wyszukiwanie...
-
-# Quicksearch options
-KW_KeymapOptions=Opcje klawiszologii, skr\u00f3ty klawiaturowe, wi\u0105zanie klawiszy
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Szukaj:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Pole u\u017cywane do zw\u0119\u017cania listy skr\u00f3t\u00f3w
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Wyszukaj w sk&r\u00f3tach:
-
-# Conflict dialogs
-Override_Shortcut=<html>Nast\u0119puj\u0105ca(e) akcja(e): <br>{0} konflikt z wyznaczonym zadaniem. Chcesz nadpisa\u0107?
-Conflicting_Shortcut_Dialog=Okno dialogowe konflikowych skr\u00f3t\u00f3w
-Override_All=<html>Nast\u0119puj\u0105ca(e) akcja(e): <br>{0} konflikt z przywracaniem. Chcesz nadpisa\u0107 wszystko?
-Alternative_Shortcut=(skr\u00f3t alternatywny)
-
-#Table columns
-Actions=Akcje
-Shortcut=Skr\u00f3t
-Category=Kategoria
-Scope=Zakres
-
-#Keymap Popup
-Edit=Edytuj...
-Add_Alternative=Dodaj alternatyw\u0119
-Reset_to_Default=Ustaw domy\u015blne
-Clear=Wyczy\u015b\u0107
-
-#Keymap completion
-No_Free_Shortcut=Brak zalecanego wolnego skr\u00f3tu z prefiksem "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplikuj
-ProfilesPanel.exportButton.text=&Eksportuj
-ProfilesPanel.deleteButton.text=&Usu\u0144
-ProfilesPanel.importButton.text=&Importuj
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Panel przewijania profili
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Przewi\u0144 panel dla profili
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=Lista profili mapowania klawiszy
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ListaProfili
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Importuje profil z zewn\u0119trznego pliku
-ProfilesPanel.AccessibleContext.accessibleDescription=Panel profili
-ProfilesPanel.restoreButton.text=P&rzywr\u00f3\u0107 domy\u015blne
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Przywraca przechowywane ustawienia domy\u015blne
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplikuje istniej\u0105ce profile
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Eksportuje bie\u017c\u0105cy profil
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Usuwa dowolny zaznaczony profil
-ProfilesPanel.AccessibleContext.accessibleName=PanelProfili
-CTL_Manage_Keymap_Profiles=Zarz\u0105dzaj profilami mapowania klawiszy
-CTL_Files=Pliki
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Klawiszologia
-Keymaps.Options.Export.Profiles.displayName=Profile mapowania klawiszy
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/pl/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_pl.properties b/l10n/src/pl/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_pl.properties
deleted file mode 100644
index cffd802..0000000
--- a/l10n/src/pl/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_pl.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Integracja Swing Layout Extensions
-OpenIDE-Module-Display-Category=Biblioteki
-OpenIDE-Module-Short-Description=Zawiera bibliotek\u0119 swing-layout.
-OpenIDE-Module-Long-Description=Modu\u0142 zawiera bibliotek\u0119 Swing Layout Extensions (ze swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=U\u017cyj javax.swing.GroupLayout. (W edytorze formularza: wybierz Form ... in Inspector; zmie\u0144 Layout Generation Style na Standard Java 6 code.)
-
diff --git a/l10n/src/pl/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_pl.properties
deleted file mode 100644
index 8b94d26..0000000
--- a/l10n/src/pl/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_pl.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Zawiera adnotacje przydatne do statycznych analiz, takie jak @SuppressWarnings wykorzystywane przez FindBugs.
-OpenIDE-Module-Name=Wsp\u00f3lne adnotacje
-OpenIDE-Module-Short-Description=Wsp\u00f3lne adnotacje do wykrywania b\u0142\u0119d\u00f3w.
-
diff --git a/l10n/src/pl/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_pl.properties
deleted file mode 100644
index 3208d77..0000000
--- a/l10n/src/pl/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_pl.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=Anuluj proces
-CTL_ProcessListAction=&Procesy
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/pl/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_pl.properties
deleted file mode 100644
index 22eaf9a..0000000
--- a/l10n/src/pl/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_pl.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API Post\u0119pu
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API wizualizacji post\u0119pu zada\u0144.
-OpenIDE-Module-Long-Description=Pozwala modu\u0142om zarejestrowa\u0107 w centralnym miejscu d\u0142ugo trwaj\u0105ce zadania i procesy.
-
diff --git a/l10n/src/pl/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_pl.properties
deleted file mode 100644
index 76fed66..0000000
--- a/l10n/src/pl/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_pl.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Komponent sceny
-ACS_SceneComponentDesc=Widok sceny
-
diff --git a/l10n/src/pl/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_pl.properties
deleted file mode 100644
index 5d7b929..0000000
--- a/l10n/src/pl/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_pl.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API Wizualnej Biblioteki
-OpenIDE-Module-Short-Description=API Wizualnej Biblioteki
-
diff --git a/l10n/src/pl/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_pl.properties
deleted file mode 100644
index 8792d0f..0000000
--- a/l10n/src/pl/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_pl.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=Instancja programu wydaje si\u0119 ju\u017c by\u0107 uruchomiona z twojego katalogu u\u017cytkownika.\nPrawdopodobnie poprzednia sesja programu nie zako\u0144czy\u0142a si\u0119 pomy\u015blnie lub program\n na innym komputerze u\u017cywa tego samego katalogu u\u017cytkownika.\n\nJe\u017celi inna sesja programu jest uruchomiona z tego samego katalogu u\u017cytkownika, kliknij \nAnuluj aby zapobiec uszkodzeniu katalogu u\u017cytkownika. Je\u017celi jeste\u015b pewien, \u017ce \u017cadna inna \ninstancja programu nie jest uruchomiona z twojego katalogu u\u017cytkownika, kilkinj OK aby kontynuowa\u0107.
-MSG_AlreadyRunningTitle=Ostrze\u017cenie
-
-EXC_not_a_module={0} nie jest poprawnym modu\u0142em NetBeans.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Rozruch
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Rozruch j\u0105dra dla aplikacji opartych na NetBeans.
-OpenIDE-Module-Long-Description=Ten modu\u0142 zapewnia podstawow\u0105 infrastruktur\u0119, kt\u00f3ra \u0142aduje wszystkie pozosta\u0142e cz\u0119\u015bci aplikacji. Nie mo\u017ce by\u0107 wyl\u0105czony.
-
-MSG_InstallJava6=Nie mo\u017cna uruchomi\u0107 na wersjach Javy starszych ni\u017c Java 6 Standard Edition.\nProsz\u0119 zainstaluj Jav\u0119 6 Standard Edition lub nowsz\u0105 b\u0105d\u017a zastosuj opcj\u0119 --jdkhome\n aby wskaza\u0107 na jej katalog instalacyjny.
-MSG_NeedsJava6=Wymagana Java 6 Standard Edition lub nowsza.
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_pl.properties
deleted file mode 100644
index b361164..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_pl.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Wyj\u015bcie {0}
-CTL_ProgramIO={0} - We/Wy
-
-# Install
-LAB_EndTasks=&Wyjd\u017a z IDE
-ACSD_EndTasks=N/A
-CTL_PendingTitle=Wyjd\u017a z IDE
-ACSD_PendingTitle=N/A
-LAB_PendingTasks=W&yj\u015bcie z IDE zako\u0144czy nast\u0119puj\u0105ce procesy:
-ACSD_PendingTasks=N/A
-# {0} - process name
-CTL_PendingExternalProcess2=Proces - {0}
-# {0} - action name
-CTL_ActionInProgress=Akcja {0} w trakcie wykonywania
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_pl.properties
deleted file mode 100644
index 96dfe13..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_pl.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Usu\u0144
-CTL_MoveUp=Przesu\u0144 do &g\u00f3ry
-CTL_MoveDown=Przesu\u0144 do &do\u0142u
-CTL_AddDirectory=Dodaj kata&log...
-CTL_AddJAR=Dodaj &JAR/ZIP...
-CTL_JarArchivesMask=Archiwum JAR/ZIP
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_AddDirectory=N/A
-ACSD_AddJAR=N/A
-ACSD_PathList=N/A
-ACSD_CustomNbClassPathEditor=N/A
-CTL_Edit_Jar_Dialog_Title=Edytuj plik JAR
-CTL_Edit_Local_Dialog_Title=Edytuj katalog lokalny 
-CTL_Approve_Button_Title=Ok
-CTL_FileSystemPanel.Jar_Dialog_Title=Dodaj plik JAR
-CTL_FileSystemPanel.Local_Dialog_Title=Dodaj katalog lokalny
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Proces\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Argumenty\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=&Wskaz\u00f3wka argumentu
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=P&rzegl\u0105daj...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/A
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/A
-ACSD_CustomNbProcessDescriptorEditor=N/A
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Pola \u015bcie\u017cki
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=Lista p\u00f3l \u015bcie\u017cki do edycji.
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_pl.properties
deleted file mode 100644
index e0a37c1..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_pl.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=J\u0105dro - Wykonywanie
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Implementacja silnika wykonywania.
-OpenIDE-Module-Long-Description=Dodaje wsparcie dla wykonywania do platformy. Zawiera klasy, kt\u00f3re implementuj\u0105 wykonawcz\u0105 cz\u0119\u015b\u0107 API i koresponduj\u0105cy z nimi graficzny interfejs u\u017cytkownika.
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_pl.properties
deleted file mode 100644
index 32f4267..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_pl.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=UI We/Wy
-
-#IOWindowAction
-IOWindow=&Wyj\u015bcie
-
-#Title for I/O window
-LBL_IO_WINDOW=Wyj\u015bcie
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Zamknij zak\u0142adk\u0119
-LBL_CloseAll=Zamknij wszystkie zak\u0142adki
-LBL_CloseOthers=Zamknij pozosta\u0142e zak\u0142adki
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Wyj\u015bcie
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_pl.properties
deleted file mode 100644
index 0349350..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_pl.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Edytory
-EditorsAction.source=\u0179&r\u00f3d\u0142o
-GetLeftEditorAction.name=Edytory - Iteracja w lewo
-
-GetRightEditorAction.name=Edytory - Iteracja w prawo
-
-TabButton.tool_tip={0} Widok
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_pl.properties
deleted file mode 100644
index 0fe2aff..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_pl.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Wielowidokowe okna
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Szkielet wielowidokowych okien i jego API
-OpenIDE-Module-Long-Description=Szkielet wielowidokowych okien i jego API
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_pl.properties
deleted file mode 100644
index ffb5e9b..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_pl.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Dost\u0119p natywny
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=U\u017cywa miejscowych oblamowa\u0144 poprzez bibliotek\u0119 JNA aby dostarczy\u0107 zaawansowanych efekt\u00f3w wizualnych dla systemu okien.
-OpenIDE-Module-Long-Description=U\u017cywa miejscowych oblamowa\u0144 poprzez bibliotek\u0119 JNA aby dostarczy\u0107 zaawansowanych efekt\u00f3w wizualnych dla systemu okien.
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_pl.properties
deleted file mode 100644
index 1398810..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_pl.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Przezroczysto\u015b\u0107
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_pl.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_pl.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_pl.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_pl.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_pl.properties
deleted file mode 100644
index 7b3797b..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_pl.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Okno Wyj\u015bcia
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Prosta implementacja okna wyj\u015bcia oparta na polu tekstowym
-OpenIDE-Module-Long-Description=Okno wyj\u015bcia opiera si\u0119 na java.swing.text.Document poprzez ByteBuffer/CharBuffer
-
-#Title for the output window
-LBL_OUTPUT=Wyj\u015bcie
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=Nie mo\u017cna zapisa\u0107 do katalogu tymczasowego ({0})
-MSG_GenericError=Problem z zapisem do pliku wyj\u015bciowego
-
-LBL_STDOUT=Standardowe wyj\u015bcie
-FMT_FILE_EXISTS={0} istnieje.  Nadpisa\u0107?
-TITLE_SAVE_DLG=Zapisz wyj\u015bcie jako
-
-LBL_SaveAsFailedTitle=Zapisz jako zako\u0144czone niepowodzeniem
-MSG_SaveAsFailed=Zapis do pliku {0} zako\u0144czony niepowodzeniem.
-
-MSG_SearchFromBeg=Osi\u0105gni\u0119to koniec strumienia danych. Kontynuacja wyszukiwania od pocz\u0105tku.
-MSG_SearchFromEnd=Osi\u0105gni\u0119to pocz\u0105tek strumienia danych. Kontynuacja wyszukiwania od ko\u0144ca.
-MSG_Found=''{0}'' znaleziono w {1}:{2}
-MSG_NotFound=''{0}'' nie znalezione
-
-#OutputWindowAction
-OutputWindow=&Wyj\u015bcie
-
-#Find Dialog
-LBL_Find_Title=Znajd\u017a
-LBL_Find_What=Znajd\u017a:
-LBL_Use_RegExp=Wyra\u017ceni&e regularne
-LBL_Match_Case=&Dopasuj przypadek
-BTN_Find=Zna&jd\u017a
-ACSN_Find=N/A
-ACSD_Find=Znajd\u017a
-ACSD_FindBTN=N/A
-ACSD_Find_What=N/A
-
-LBL_Filter_Title=Filtr
-LBL_Filter_What=Niech linie zawieraj\u0105:
-BTN_Filter=&Filtr
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=Wyb\u00f3r czcionki
-BTN_Defaul_Font=Domy\u015blna czcionka
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=Nadpisa\u0107 plik?
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=Niepoprawne wyra\u017cenie regularne
-FMT_Invalid_RegExp=B\u0142\u0105d sk\u0142adni w {0}
-
-#Output window popup menu
-ACTION_COPY=Kopiuj
-ACTION_PASTE=Wklej
-ACTION_WRAP=Zawi\u0144 tekst
-ACTION_SAVEAS=Zapisz jako...
-ACTION_CLOSE=Zamknij
-ACTION_CLEAR=Wyczy\u015b\u0107
-ACTION_PREV_ERROR=Poprzedni b\u0142\u0105d
-ACTION_NEXT_ERROR=Nast\u0119pny b\u0142\u0105d
-ACTION_SELECT_ALL=Zaznacz wszystko
-ACTION_FIND=Znajd\u017a...
-ACTION_FIND_NEXT=Znajd\u017a nast\u0119pne
-ACTION_FIND_PREVIOUS=Znajd\u017a poprzednie
-ACTION_LARGER_FONT=Wi\u0119ksza czcionka
-ACTION_SMALLER_FONT=Mniejsza czcionka
-ACTION_FONT_TYPE=Wybierz czcionk\u0119...
-ACTION_FILTER=Filtr...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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=Brakuje miejsca na dysku w {0} dla tymczasowych plik\u00f3w wyj\u015bciowych.  Udost\u0119pnij wi\u0119cej miejsca na dysku twardym, zmie\u0144 systemowy katalog tymczasowy lub uruchom z -J-Dnb.output.heap=true
-
-MSG_LINE_TOO_LONG=...linia jest za d\u0142uga, przejd\u017a do trybu zawini\u0119tego aby zobaczy\u0107 ca\u0142\u0105 lini\u0119...
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_pl.properties
deleted file mode 100644
index 7a4e3ba..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_pl.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=W&ej\u015bcie
-LBL_EOF=&Zamknij wej\u015bcie
-TIP_EOF=Zamyka wej\u015bciowy komponent i wysy\u0142a sygna\u0142 EOF do ka\u017cdego czytaj\u0105cego
-TIP_INPUT=Wprowad\u017a tekst i naci\u015bnij enter, aby wys\u0142a\u0107 go do uruchomionego procesu
-
-#Output window tab popup
-LBL_Close=Zamknij zak\u0142adk\u0119
-LBL_CloseAll=Zamknij wszystkie zak\u0142adki
-LBL_CloseOthers=Zamknij pozosta\u0142e zak\u0142adki
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_pl.properties
deleted file mode 100644
index 8d928a7..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_pl.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Startowanie
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=\u0141aduje i udost\u0119pnia modu\u0142y.
-OpenIDE-Module-Long-Description=Ten modu\u0142 dostarcza centraln\u0105 dodatkow\u0105 funkcjonalno\u015b\u0107 dla Rozruchu, aby zlokalizowa\u0107 i udost\u0119pni\u0107 prawid\u0142owe modu\u0142y.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user nie jest ustawiony.\nProsz\u0119 sprawd\u017a swoje skrypty startowe dla NetBeans.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Tw\u00f3j katalog u\u017cytkownika ({0}) nie mo\u017ce tkwi\u0107 w katalogu instalacyjnym NetBeans ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Startowanie Platformy NetBeans
-# The Title of the About Box
-CTL_About_Title=O programie
-CTL_About_Detail=Szczeg\u00f3\u0142
-ACSD_AboutDialog=N/A
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/A
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=Oczekiwana nazwa klasy interfejsu u\u017cytkownika, zastosowany domy\u015blny interfejs u\u017cytkownika...
-ERR_UserDirExpected=Spodziewany katalog po opcji  --userdir
-ERR_UINotFound=Klasa interfejsu u\u017cytkownika nie znaleziona, zastosowany domy\u015blny interfejs u\u017cytkownika...
-ERR_FontSizeExpected=Oczekiwany rozmiar czcionki, zastosowany domy\u015blny rozmiar...
-ERR_BadFontSize=Z\u0142y format rozmiaru czcionki, zastosowany domy\u015blny rozmiar czcionki...
-ERR_BrandingNeedsArgument=Opcja --branding wymaga jednego argumentu
-ERR_LocaleExpected=Okre\u015blenie lokalizacji spodziewane po prze\u0142\u0105czniku --locale
-
-
-CTL_Netbeanshome_notexists=netbeans.home wskazuje na nieistniej\u0105cy katalog.
-CTL_Netbeanshome1=netbeans.home nie wskazuje na katalog.
-CTL_Netbeanshome2=netbeans.user wskazuje na nieistniej\u0105cy katalog.
-CTL_Netbeanshome3=netbeans.user nie wskazuje na katalog.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Nie mo\u017cna stworzy\u0107 katalogu systemowego w {0}. Plik o takiej nazwie ju\u017c istnieje.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Nie mo\u017cna stworzy\u0107 katalogu systemowego w {0}.
-CTL_Cannot_mount_system_fs=Nie mo\u017cna doda\u0107 systemu plik\u00f3w System, ko\u0144czenie...
-
-#startup info messages
-MSG_IDEInit=Inicjalizowanie...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z URL {0}. Taki zas\u00f3b nie zosta\u0142 znaleziony.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize nie jest wspierany poprzez szat\u0119 graficzn\u0105 GTK. Dostosuj sw\u00f3j rozmiar czcionki na pulpicie.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=B\u0142\u0105d: {0}
-EXC_GraphicsStartFails2=Zobacz {0} po wi\u0119cej szczeg\u00f3\u0142\u00f3w.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=Potrzebny modu\u0142 {0} w wersji >= {1}, ale dost\u0119pny jest tylko w wersji {2}.
-# {0} - module display name
-MSG_problem_other_disabled=Modu\u0142 {0} b\u0119dzie tak\u017ce potrzebny do zainstalowania.
-LBL_no_impl_version=[nie ma sprecyzowanej wersji]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=Potrzebny modu\u0142  {0} w wersji implementacji >= {1}, ale dost\u0119pny jest tylko w wersji  {2}.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=Modu\u0142 o nazwie {0} jest potrzebny, ale nie zosta\u0142 znaleziony.
-# {0} - required token
-MSG_problem_require_disabled=\u017baden z modu\u0142\u00f3w zapewniaj\u0105cych mo\u017cliwo\u015b\u0107 {0} nie mo\u017ce zosta\u0107 zainstalowany.
-# {0} - required token
-MSG_problem_require_not_found=\u017baden z modu\u0142\u00f3w zapewniaj\u0105cych mo\u017cliwo\u015b\u0107 {0} nie mo\u017ce zosta\u0107 znaleziony.
-# {0} - class name
-MSG_problem_class_not_loaded=Pakiet zawieraj\u0105cy klas\u0119 {0} nie zosta\u0142 za\u0142adowany.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=Pakiet {0} nie zosta\u0142 za\u0142adowany lub jest nieaktualn\u0105 wersj\u0105.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=Platforma Javy w wersji {0} lub wy\u017cszej by\u0142a wymagana ale tylko {1} jest uruchomiona.
-MSG_warning=Ostrze\u017cenie
-MSG_info=Informacja
-MSG_continue=Wy\u0142\u0105cz modu\u0142y i kontynuuj
-MSG_exit=Wyj\u015bcie
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Inny modu\u0142|1<{0} dalsze modu\u0142y} nie mo\u017ce zosta\u0107 zainstalowany z powy\u017cszych przyczyn.
-
-# NbEvents
-MSG_start_load_boot_modules=\u0141adowanie j\u0105dra...
-MSG_finish_load_boot_modules=\u0141adowanie j\u0105dra...zako\u0144czone.
-MSG_start_auto_restore=\u0141adowanie modu\u0142\u00f3w...
-MSG_finish_auto_restore=Zako\u0144czone \u0142adowanie modu\u0142\u00f3w.
-MSG_start_enable_modules=W\u0142\u0105czanie modu\u0142\u00f3w...
-MSG_finish_enable_modules=W\u0142\u0105czanie modu\u0142\u00f3w...zako\u0144czone.
-TEXT_finish_enable_modules=W\u0142\u0105czanie modu\u0142\u00f3w:
-MSG_start_disable_modules=Wy\u0142\u0105czanie modu\u0142\u00f3w...
-MSG_finish_disable_modules=Wy\u0142\u0105czanie modu\u0142\u00f3w...zako\u0144czone.
-TEXT_finish_disable_modules=Wy\u0142\u0105czanie modu\u0142\u00f3w:
-MSG_failed_install_new=Ostrze\u017cenie - nie mo\u017cna zainstalowa\u0107 kilku modu\u0142\u00f3w:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Ostrze\u017cenie - nie mo\u017cna zainstalowa\u0107 modu\u0142u {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Instalacja modu\u0142u testowego w {0} ...
-TEXT_finish_deploy_test_module=Zako\u0144czono instalacj\u0119 modu\u0142u testowego.
-MSG_start_read=Czytanie magazynu modu\u0142\u00f3w...
-MSG_finish_read=Czytanie magazynu modu\u0142\u00f3w...zako\u0144czone.
-MSG_restore=Startowanie modu\u0142\u00f3w...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Instalowanie {0}
-# {0} - module display name
-TEXT_install=Instalowanie nowego modu\u0142u: {0}
-# {0} - module display name
-MSG_update=Startowanie nowej wersji {0}
-# {0} - module display name
-TEXT_update=Aktualizowanie modu\u0142u: {0}
-# {0} - module display name
-MSG_uninstall=Zatrzymywanie {0}
-MSG_load_section=\u0141adowanie modu\u0142\u00f3w...
-MSG_load_layers=\u0141adowanie us\u0142ug modu\u0142u...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Ostrze\u017cenie: modu\u0142 {0} nie zosta\u0142 znaleziony, ignorowanie...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=Modu\u0142 {0} nie m\u00f3g\u0142 zosta\u0107 usuni\u0119ty, poniewa\u017c by\u0142 ustawiony jako autostart lub modu\u0142 zale\u017cny i jest wci\u0105\u017c w u\u017cyciu.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=Pr\u00f3bowano zmieni\u0107 w\u0142a\u015bciwo\u015b\u0107 {1} modu\u0142u {0} w folderze system/Modules.\nRzeczywista warto\u015b\u0107 to "{3}" ale zosta\u0142a ona zmieniona na dysku aby czyta\u0107 "{2}".\n Ta w\u0142a\u015bciwo\u015b\u0107 nie mo\u017ce zosta\u0107 zmieniona podczas dzia\u0142ania IDE, wi\u0119c pr\u00f3ba ta nie przynios\u0142a efektu.
-# {0} - JAR file name
-TEXT_patch=\u0141atka dla modu\u0142u albo rozszerzenie: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Brakuje zasobu z klasy: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Ostrze\u017cenie: temat JavaHelp o ID {0} nie zosta\u0142 znaleziony.
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Parsuje b\u0142\u0105d w pliku {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Parsuje b\u0142\u0105d w pliku {1} linia {3} kolumna {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_pl.properties
deleted file mode 100644
index db63817..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_pl.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Domy\u015blny system
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=\u0141adowanie zapami\u0119tanych obiekt\u00f3w...
-MSG_end_load_cache=\u0141adowanie zapami\u0119tanych obiekt\u00f3w...zako\u0144czone.
-MSG_start_rewrite_cache=Odtwarzanie pami\u0119ci podr\u0119cznej obiekt\u00f3w...
-MSG_end_rewrite_cache=Odtwarzanie pami\u0119ci podr\u0119cznej obiekt\u00f3w...zako\u0144czone.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=Zdarzenie na pliku {0}, plik {1}
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_pl.properties
deleted file mode 100644
index 426974f..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_pl.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Pliki
-AdvancedOption.tooltip=Pliki
-FileAssociationsPanel.btnDefault.text=&Domy\u015blne
-FileAssociationsPanel.btnDefault.tooltip=Przywr\u00f3\u0107 ustawienia domy\u015blne dla wybranego rozszerzenia pliku
-FileAssociationsPanel.btnDefault.AN=Przywr\u00f3\u0107 ustawienia domy\u015blne
-FileAssociationsPanel.btnDefault.AD=PrzywrC ustawienia domy\u015blne dla wybranego rozszerzenia pliku
-FileAssociationsPanel.btnDefaultIgnored.text=Do&my\u015blne
-FileAssociationsPanel.btnDefaultIgnored.AN=Przyw\u00f3\u0107 domy\u015blne ignorowane wzory plik\u00f3w
-FileAssociationsPanel.btnDefaultIgnored.AD=Przyw\u00f3\u0107 domy\u015blne ignorowane wzory plik\u00f3w
-FileAssociationsPanel.btnNew.text=&Nowy...
-FileAssociationsPanel.btnNew.AN=Nowe rozszerzenie pliku
-FileAssociationsPanel.btnNew.AD=Nowe rozszerzenie pliku
-FileAssociationsPanel.btnRemove.text=&Usu\u0144
-FileAssociationsPanel.btnRemove.AN=Usu\u0144 zaznaczone rozszerzenie pliku
-FileAssociationsPanel.btnRemove.AD=Usu\u0144 zaznaczone rozszerzenie pliku
-FileAssociationsPanel.cbExtension.choose=< Wybierz rozszerzenie >
-FileAssociationsPanel.cbExtension.AD=Rozszerzenie pliku
-FileAssociationsPanel.cbExtension.AN=Lista rozszerze\u0144 plik\u00f3w
-FileAssociationsPanel.cbType.AN=Lista typ\u00f3w plik\u00f3w
-FileAssociationsPanel.cbType.AD=Lista typ\u00f3w plik\u00f3w
-FileAssociationsPanel.lblAssociatedAlso.text=Powi\u0105zany tak\u017ce z:
-FileAssociationsPanel.lblAssociatedAlso.AN=Typ pliku powi\u0105zany tak\u017ce z rozszerzeniem
-FileAssociationsPanel.lblAssociatedAlso.AD=Typ pliku powi\u0105zany tak\u017ce z rozszerzeniem
-FileAssociationsPanel.lblExtension.text=Rozsz&erzenie pliku:
-FileAssociationsPanel.lblExtension.AN=Rozszerzenie pliku
-FileAssociationsPanel.lblExtension.AD=Lista rozszerze\u0144 plik\u00f3w
-FileAssociationsPanel.lblType.text=&Typ powi\u0105zanego pliku (MIME):
-FileAssociationsPanel.lblType.AD=Lista typ\u00f3w powi\u0105zanego pliku
-FileAssociationsPanel.lblType.AN=Lista typ\u00f3w powi\u0105zanego pliku
-FileAssociationsPanel.lblFileAssociations.text=Powi\u0105zania plik\u00f3w
-FileAssociationsPanel.lblFilesIgnored.text=Pliki ignorowane przez IDE
-FileAssociationsPanel.lblPattern.text=&Ignorowany wzorzec plik\u00f3w:
-FileAssociationsPanel.lblPattern.tooltip=Wyra\u017cenie regularne plik\u00f3w do ignorowania. Dopasuj ca\u0142a nazw\u0119, nie \u015bcie\u017ck\u0119. Puste dla \u017cadnego.
-FileAssociationsPanel.lblPattern.AN=Ignorowany wzorzec plik\u00f3w
-FileAssociationsPanel.lblPattern.AD=Wyra\u017cenie regularne plik\u00f3w do ignorowania. Dopasuj ca\u0142a nazw\u0119, nie \u015bcie\u017ck\u0119. Puste dla \u017cadnego.
-FileAssociationsPanel.txtPatternError.AN=B\u0142\u0105d sk\u0142adni w ignorowanym wzorcu plik\u00f3w
-FileAssociationsPanel.txtPatternError.AD=B\u0142\u0105d sk\u0142adni w wyra\u017ceniu regularnych ignorowanych plik\u00f3w
-
-NewExtensionPanel.title=Wprowad\u017a nowe rozszerzenie pliku
-NewExtensionPanel.AD=Wprowad\u017a nowe rozszerzenie pliku
-NewExtensionPanel.lblExtension.text=Rozsz&erzenie pliku
-NewExtensionPanel.lblExtension.AN=Rozszerzenie pliku
-NewExtensionPanel.lblExtension.AD=Rozszerzenie pliku
-
-OpenAsAction.name=Otw\u00f3rz jako...
-OpenAsPanel.txtDescription.AN=Wskaz\u00f3wka
-OpenAsPanel.txtDescription.AD=Wskaz\u00f3wka
-OpenAsPanel.lblExtension.text=Traktuj {0} pliki jako:
-OpenAsPanel.title=Otw\u00f3rz jako...
-OpenAsPanel.open=Otw\u00f3rz
-OpenAsPanel.AD=Wybiez typ pliku
-
-# display name for options export
-Files.Options.Export.displayName=Pliki
-OpenAsPanel.lblDescription.text=NetBeans nie zna tego typu pliku. Prosz\u0119 okre\u015bl jak te pliki maj\u0105 by\u0107 traktowane.
-FileAssociationsPanel.autoScan.text=W\u0142\u0105cz autoskanowanie \u017cr\u00f3de\u0142
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_pl.properties
deleted file mode 100644
index 186dcd2..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_pl.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&Og\u00f3lne
-CTL_General_Options_Title=Og\u00f3lne
-CTL_General_Options_Category=Og\u00f3lne
-CTL_General_Options_Description=Og\u00f3lne opcje, ustawienia proxy, ustawienia edytora
-CTL_Package_View_Type=Przegl\u0105daj pakiety Java jako:
-CTL_Flattern_Packages=&Lista
-AN_Flattern_Packages=Lista
-AD_Flattern_Packages=Lista
-CTL_Tree_Packages=Drzewo
-AN_Tree_Packages=Drzewo
-AD_Tree_Packages=Drzewo
-CTL_No_Proxy=Bra&k proxy
-AN_No_Proxy=Brak proxy
-AD_No_Proxy=Brak proxy
-CTL_Usage_Statistics=Statystyki u\u017cytkowania:
-AN_Usage_Statistics=Statystyki u\u017cytkowania
-AD_Usage_Statistics=Statystyki u\u017cytkowania
-CTL_Usage_Check=&Pom\u00f3\u017c nam doskonali\u0107 NetBeans IDE poprzez dostarczanie anonimowych danych u\u017cytkowania.
-AN_Usage_Check=Pom\u00f3\u017c nam doskonali\u0107 NetBeans IDE poprzez dostarczanie anonimowych danych u\u017cytkowania.
-AD_Usage_Check=Pom\u00f3\u017c nam doskonali\u0107 NetBeans IDE poprzez dostarczanie anonimowych danych u\u017cytkowania.
-CTL_Usage_Info=<html>Statystyki u\u017cytkowania pomagaj\u0105 nam lepiej zrozumie\u0107 wymagania u\u017cytkownika oraz pomagaj\u0105 nadawa\u0107 priorytet udoskonaleniom dla przysz\u0142ych wyda\u0144 produktu. Nigdy nie b\u0119dziemy przetwarza\u0107 zgromadzonych danych aby dowiedzie\u0107 si\u0119 szczeg\u00f3\u0142\u00f3w na temat twoich projekt\u00f3w.</html>
-AN_Usage_Info=Informacje statystyk u\u017cytkowania
-AD_Usage_Info=Statystyki u\u017cytkowania pomagaj\u0105 nam lepiej zrozumie\u0107 wymagania u\u017cytkownika oraz pomagaj\u0105 nadawa\u0107 priorytet udoskonaleniom dla przysz\u0142ych wyda\u0144 produktu. Nigdy nie b\u0119dziemy przetwarza\u0107 zgromadzonych danych aby dowiedzie\u0107 si\u0119 szczeg\u00f3\u0142\u00f3w na temat twoich projekt\u00f3w.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Dowiedz si\u0119 wi\u0119cej</u></font></html>
-AN_Learn_More=Dowiedz si\u0119 wi\u0119cej
-AD_Learn_More=Dowiedz si\u0119 wi\u0119cej
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=U\u017cyj ustawie\u0144 systemowych dla proxy
-AN_Use_System_Proxy_Settings=U\u017cyj ustawie\u0144 systemowych dla proxy
-AD_Use_System_Proxy_Settings=U\u017cyj ustawie\u0144 systemowych dla proxy
-CTL_Use_HTTP_Proxy=U\u017cyj ustawie\u0144 &r\u0119cznych dla proxy
-AN_Use_HTTP_Proxy=Proxy HTTP
-AD_Use_HTTP_Proxy=Proxy HTTP
-AN_Web_Browser=Przegl\u0105darka internetowa
-AD_Web_Browser=Przegl\u0105darka internetowa
-AN_Host=Host
-AD_Host=Host
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Aktualizuj okres
-AD_Update_Period=Aktualizuj okres
-AN_Ask_Before_Check=Pytaj przed sprawdzeniem
-AD_Ask_Before_Check=Pytaj przed sprawdzeniem
-Line_Numbers=Numery &linii
-Antialiasing=Antyaliasing:
-Text_Antialiasing=Zastosuj antyaliasing:
-Toolbar=&Pasek narz\u0119dzi
-Package_View=Widok pakiet\u00f3w
-SDI_Window_Mode=Tryb okna SDI
-MDI_Window_Mode=Tryb okna MDI 
-Tree_View=Widok drzewa
-Default_System_Browser=<Domy\u015blna przegl\u0105darka>
-Swing_HTML_Browser=Przegl\u0105darka Swing
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=Og\u00f3lne
-CTL_Web_Browser=&Przegl\u0105darka internetowa:
-Confirm_Delete=Po&twierd\u017a usuni\u0119cie:
-CTL_Web_Proxy=Ustawienia proxy:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=Pro&xy HTTP\:
-Code_Folding=Sk\u0142adanie kodu:
-Show=Poka\u017c:
-Editor=Edytor
-CTL_Check_Period=Spraw&d\u017a okres:
-CTL_Ask_Before_Check=Zapytaj prze&d sprawdzeniem:
-CTL_Auto_Update=Automatyczna aktualizacja
-Use_Folding=&U\u017cyj sk\u0142adanie kodu
-Fold_Methods=&Metody sk\u0142adania
-Fold_Classes=S&k\u0142adaj klasy wewn\u0119trzne
-Fold_Imports=&Sk\u0142adaj importy
-Fold_JavaDoc=Sk\u0142adaj komentarze &Javadoc
-Fold_Licence=Sk\u0142adaj k&omentarz pocz\u0105tkowy
-Auto_Popup=Automatycznie wyskakuj\u0105ce okna:
-Auto_Popup_Completion=Okno uzupe\u0142nie\u0144
-Auto_Popup_JavaDoc=Okno Javadoc
-CTL_Update_every_startup=Przy ka\u017cdym uruchomieniu
-CTL_Update_every_day=Ka\u017cdego dnia
-CTL_Update_every_week=Ka\u017cdego tygodnia
-CTL_Update_every_2weeks=Co dwa tygodnie
-CTL_Update_every_month=Ka\u017cdego miesi\u0105ca
-CTL_Update_never=Nigdy
-CTL_Default_System_Browser=Domy\u015blna systemowa przegl\u0105darka internetowa
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Wewn\u0119trzna przegl\u0105darka
-
-
-
-
-AN_NonProxy=Brak proxy dla
-
-AD_NonProxy=Brak proxy dla
-
-CTL_Non_Proxy=Brak prox&y dla\:
-
-Non_Proxy_Hint=(e.g. localhost, *.netbeans.org, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=&Wi\u0119cej...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Zaawansowane ustawienia proxy
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Otw\u00f3rz zaawansowane ustawienia proxy
-
-LBL_GeneralOptionsPanel_PortError=Numer portu musi by\u0107 liczb\u0105 ca\u0142kowit\u0105.
-
-LBL_GeneralOptionsPanel_lWebProxy=Ustawienia proxy\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=&Proxy HTTP\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(e.g. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&t\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=Proxy &HTTPS\:
-
-LBL_AdvancedProxyPanel_lSocksHost=Proxy &SOCKS\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=Brak hosta pro&xy\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Proxy wy&maga autentykacji
-
-LBL_AdvancedProxyPanel_lUserName=Nazwa &u\u017cytkownika\:
-
-LBL_AdvancedProxyPanel_lUserPassword=&Has\u0142o\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=U\u017cyj tych samych ustawie\u0144 proxy dla ws&zystkich protoko\u0142\u00f3w
-
-LBL_AdvancedProxyPanel_Title=Zaawansowane opcje proxy
-LBL_AdvancedProxyPanel_PortError=Numer portu musi by\u0107 liczb\u0105 ca\u0142kowit\u0105.
-GeneralOptionsPanel.rbUseSystemProxy.text=U\u017cyj ustawie\u0144 systemowych dla proxy
-GeneralOptionsPanel.lWebBrowser.text=Przegl\u0105darka &internetowa\:
-GeneralOptionsPanel.rbNoProxy.text=Bra&k proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/A
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/A
-
-LBL_WebBrowsersPanel_Title=Przegl\u0105darki internetowe:
-LBL_ExternalBrowser_Name=Zewn\u0119trzna przegl\u0105darka
-WebBrowsersPanel.nameLabel.text=Nazwa\:
-WebBrowsersPanel.executableLabel.text=Plik uruchamialny\:
-WebBrowsersPanel.parametersLabel.text=Parametry\:
-WebBrowsersPanel.browseButton.text=Przegl\u0105daj...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Dodaj...
-WebBrowsersPanel.removeButton.text=Usu\u0144
-WebBrowsersPanel.browsersLabel.text=Przegl\u0105darki internetowe\:
-GeneralOptionsPanel.editBrowserButton.text=&Edycja...
-GeneralOptionsPanel.editBrowserButton.AD=Edytuj przegl\u0105darki internetowe
-GeneralOptionsPanel.editBrowserButton.AN=Edytuj przegl\u0105darki internetowe
-WebBrowsers_URL_Hint=Wskaz\u00f3wka\: {URL} \= URL strony do za\u0142adowania przez przegl\u0105dark\u0119 internetow\u0105
-
-ACS_WebBrowsersList=Lista dost\u0119pnych przegl\u0105darek internetowych
-ACS_AddWebBrowserButton=Dodaj now\u0105 przegl\u0105dark\u0119 internetow\u0105
-ACS_RemoveWebBrowserButton=Usu\u0144 zaznaczon\u0105 przegl\u0105dark\u0119 internetow\u0105
-ACS_BrowserNameField=Nazwa przegl\u0105darki internetowej
-ACS_BrowserExecutableField=Plik uruchamialny przegl\u0105darki internetowej
-ACS_BrowserParametersField=Parametry pliku uruchamialnego przegl\u0105darki internetowej
-ACS_BrowseExecutableButton=Przegl\u0105daj w poszukiwaniu pliku uruchamialnego przegl\u0105darki internetowej
-WebBrowsersOptionsPanel.browsersLabel.text=Przegl\u0105darki &internetowe\:
-WebBrowsersOptionsPanel.addButton.text=&Dodaj...
-WebBrowsersOptionsPanel.removeButton.text=&Usu\u0144
-WebBrowsersOptionsPanel.nameLabel.text=&Nazwa\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Przegl\u0105darki internetowe:
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Lista przegl\u0105darek
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=Lista przegl\u0105darek internetowych
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Dodaj przycisk
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Usu\u0144 przycisk
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Nazwa przegl\u0105darki
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Nazwa przegl\u0105darki
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Nazwa przegl\u0105darki
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Przegl\u0105darki internetowe:
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Przegl\u0105darki internetowe:
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Bezpo\u015brednie po\u0142\u0105czenie.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, Opcje og\u00f3lne
-
-# Display name for options export
-General.Options.Export.Category.displayName=Og\u00f3lne
-General.Options.Export.displayName=Og\u00f3lne
-Other.Options.Export.displayName=Wszystko pozosta\u0142e nieokre\u015blone 
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_pl.properties
deleted file mode 100644
index 6b3c4dd..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_pl.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=J\u0105rdro - Interfejs U\u017cytkownika
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=interfejs u\u017cytkownika dla platformy.
-OpenIDE-Module-Long-Description=Zapewnia klasy i zasoby dla standardowego podstawowego interfejsu u\u017cytkownika platformy oraz dla aplikacji zbudowanych na niej.
-
-Actions=Akcje
-Actions/Edit=Edytuj
-Actions/Help=Pomoc
-Actions/System=System
-Actions/Tools=Narz\u0119dzia
-Actions/View=Widok
-Actions/Window/SelectDocumentNode=Wybierz dokument w
-Menu=Pasek menu
-Menu/Edit=&Edytuj
-Menu/File=&Plik
-Menu/GoTo=&Nawiguj
-Menu/Help=&Pomoc
-Menu/Tools=&Narz\u0119dzia
-Menu/View=&Widok
-Menu/Window/SelectDocumentNode=Wybierz dokume&nt w
-Services/Browsers=Przegl\u0105darki internetowe:
-Templates/Privileged=Uprzywilejowany
-Templates/Recent=Ostatni
-Templates/Services/Browsers=Przegl\u0105darki internetowe:
-Toolbars=Paski narz\u0119dzi
-Toolbars/Clipboard=Sc&howek
-Toolbars/UndoRedo=&Cofnij/Pon\u00f3w
-Toolbars/File=&Plik
-Toolbars/Memory=&Pami\u0119\u0107
-Toolbars/Standard.xml=Kodowanie
-UI/Services=Opcje
-
-ProgressDisplayName_FileSystemRefresh=Od\u015bwie\u017canie plik\u00f3wi
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_pl.properties
deleted file mode 100644
index 922c161..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_pl.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Rozpocznij pr\u00f3bkowanie IDE
-SelfSamplerAction_ActionNameStop=Zatrzymaj pr\u00f3bkowanie i zr\u00f3b migawk\u0119 
-SelfSamplerAction_ActionDescription=Zrobi migawk\u0119 na podstawie zrzutu
-SelfSamplerAction_ThreadName=IDE Self Sampler
-SelfSamplerAction_NotSupported=Self Sampler nie jest
-SelfSamplerAction_SavedFile=Migawka zosta\u0142a zapisana do {0}
-Save_Progress=Zapisywanie migawki
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_pl.properties
deleted file mode 100644
index dfaa475..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_pl.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Otw\u00f3rz w systemie
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_pl.properties
deleted file mode 100644
index 9ad001a..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_pl.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Ca\u0142kowita pami\u0119\u0107 fizyczna {0}
-
-
-#LOG_WINDOW_ACTIVATED=G\u0142\u00f3wne okno aktywowane, od\u015bwie\u017cenie zaj\u0119\u0142o {0} ms
-#LOG_WINDOW_DEACTIVATED=G\u0142owne okno dezaktywowane
-#LOG_WINDOW_REFRESH_CANCEL=Od\u015bwie\u017canie anulowane po raz {0}
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Sprawdzanie zewn\u0119trznych zmian
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Zawieszony
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Wy\u0142\u0105czy\u0107 skanowanie w poszukiwaniu zewn\u0119trznych zmian?
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_pl.properties
deleted file mode 100644
index 109be62..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_pl.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Tylko katalog roboczy>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_pl.properties
deleted file mode 100644
index 126dbc4..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_pl.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=K&lonuj dokument
-# CloseWindowAction
-CTL_CloseWindowAction=&Zamknij okno
-
-CTL_RecentViewListAction=Id\u017a do pop&rzedniego dokumentu
-CTL_SwitchToRecentDocumentAction=&Edytor
-
-CTL_CloseAllDocumentsAction=Zamknij &wszystkie dokumenty
-
-# UndockAction
-CTL_UndockWindowAction=Oddok&uj okno
-CTL_UndockWindowAction_Dock=Do&kuj okno
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Zamknij wszystkie dokumenty
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimalizuj okno
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Zamknij okno
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Zamknij pozosta\u0142e dokumenty
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Zapisz dokument
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Klonuj dokument
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Zamknij pozosta\u0142e doku&menty
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maksymali&zuj okno
-CTL_UnmaximizeWindowAction=Przywr\u00f3\u0107 okno
-
-# DocumentsAction
-CTL_DocumentsAction=&Dokumenty...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=&Paski narz\u0119dzi
-
-# NextTabAction
-CTL_NextTabAction=Nast\u0119pna zak\u0142adka
-# PreviousTabAction
-CTL_PreviousTabAction=Poprzednia zak\u0142adka
-
-CTL_ToggleFullScreenAction=&Pe\u0142ny ekran
-
-# ResetWindowsAction
-CTL_ResetWindows=Resetuj &okna
-
-LBL_ToggleWindowTransparencyAction=Prze\u017aroczyste okno
-LBL_WindowTransparencyHint=Naci\u015bnij i przytrzymaj [Ctrl+NumPad 0] aby zminimalizowane okno by\u0142o transparentne.
-
-# Properties
-GlobalProperties=&Ustawienia
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_pl.properties
deleted file mode 100644
index d1b2c16..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_pl.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=wygl\u0105d
-AdvancedOption_Tooltip_WinSys=Opcje powi\u0105zane z systemem okien
-
-IsAlphaFloatingTooltip=Sprawia, \u017ce nieaktywne p\u0142ywaj\u0105ce okna staj\u0105 si\u0119 p\u00f3\u0142prze\u017aroczyste po kilku sekundach
-
-IsDragWindowTooltip=Uaktywnia "cie\u0144" obrazu okna w czasie przeci\u0105gania i upuszczania okna
-IsAlphaDragTooltip=Uaktywnia prze\u017aroczysto\u015b\u0107 w obrazie przeci\u0105ganego okna
-
-IsSnapScreenEdgesTooltip=Uaktywnia przyci\u0105ganie p\u0142ywajacych okien do kraw\u0119dzi ekranu
-IsSnappingTooltip=Umo\u017cliwia automatyczne przyci\u0105ganie p\u0142ywaj\u0105cych okien dla \u0142atwiejszej obs\u0142ugi uk\u0142adu
-
-NoAlphaSupport=Prze\u017aroczysto\u015b\u0107 okien nie jest wspierana przez system operacyjny
-LBL_DragWindowImage=Przeci\u0105gnij obraz okna
-LBL_TransparentDragWindow=Prze\u017aroczysty obraz przeci\u0105ganego okna
-LBL_TransparentFloatingWindows=Prze\u017aroczyste p\u0142ywaj\u0105ce okna
-LBL_SnapFloatingWindows=Przyciaganie p\u0142ywaj\u0105cego okna
-LBL_SnapToScreenEdges=Przyci\u0105gnij do kraw\u0119dzi ekranu
-LBL_CloseActivatesRecentDocument=Zamknij ostatni aktywny dokument
-TIP_CloseActivatesMostRecentDocument=Gdy dokument zostanie zamkni\u0119ty, wtedy ostatni dokument zostaje aktywny zamiast swojego s\u0105siada
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=Gdy dokument zostanie zamkni\u0119ty, wtedy ostatni dokument zostaje aktywny
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_pl.properties
deleted file mode 100644
index feada9f..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_pl.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Nie mo\u017cna parsowa\u0107 konfiguracji zarz\u0105dcy okna {0}.
-EXC_GroupParse=Nie mo\u017cna parsowa\u0107 konfiguracji Group {0}.
-EXC_TCGroupParse=Nie mo\u017cna parsowa\u0107 konfiguracji TCGroup {0}.
-EXC_TCRefParse=Nie mo\u017cna parsowa\u0107 konfiguracji TCRef {0}.
-EXC_ModeParse=Nie mo\u017cna parsowa\u0107 konfiguracji typu {0}.
-
-# PersistenceManager
-EXC_RootFolder=Nie mo\u017cna utworzy\u0107 g\u0142\u00f3wnego folderu {0}
-EXC_CompsFolder=Nie mo\u017cna utworzy\u0107 folderu komponentu {0}
-EXC_GroupsFolder=Nie mo\u017cna utworzy\u0107 folderu grup {0}
-EXC_ModesFolder=Nie mo\u017cna utworzy\u0107 folderu tryb\u00f3w {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Nadrz\u0119dny komponent {0} nie mo\u017ce zosta\u0107 znaleziony albo za\u0142adowany z  folderu 'Komponenty'.
-EXC_CannotSaveTCSettings=Ustawienia komponentu nadrz\u0119dnego {0} nie mog\u0105 zosta\u0107 zapisane
-EXC_CopyFails=Nie mog\u0119 skopiowa\u0107 pliku z ustawieniami komponentu do folderu {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Komponent {0} nie m\u00f3g\u0142 zosta\u0107 zapisany przez problemy spowodowane jego serializacj\u0105.
-FMT_TCReadError=Komponent {0} nie m\u00f3g\u0142 zosta\u0107 otwarty przez problemy spowodowane jego deserializacj\u0105.
-
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_pl.properties
deleted file mode 100644
index 0f56d6c..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_pl.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=J\u0105dro - Okna
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Implementacja wsparcia dla dzia\u0142ania okien.
-OpenIDE-Module-Long-Description=Dodaje klasy implementuj\u0105ce cz\u0119\u015b\u0107 API odpowiedzialn\u0105 za system okien.
-
-Actions/Window=Okno
-Menu/Window=&Okno
-
-# Options export
-Toolbars.Options.Export.displayName=Paski narz\u0119dzi
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_pl.properties
deleted file mode 100644
index febf411..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_pl.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=Ok
-CancelButton=Anuluj
-CloseButton=Zamknij
-# HelpButton=Help
-YesButton=Tak
-NoButton=Nie
-# ApplyButton=Apply
-DetailsButton=Szczeg\u00f3\u0142y
-# ButtoBarButoo
-CTL_Button=Przycisk
-
-# FileSelector
-CTL_FileSelectorOkButton=Ok
-CTL_FileSelectorCancelButton=Anuluj
-ACSD_FileSelectorOkButton=Ok
-ACSD_FileSelectorCancelButton=Anuluj
-ACSD_FileSelectorDialog=Okno dialogowe selektora plik\u00f3w
-ACSN_FileSelectorTreeView=Widok drzewa
-ACSD_FileSelectorTreeView=Widok drzewa w selektorze plik\u00f3w
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Okno dialogowe dopasowywania
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Zamknij
-CANCEL_OPTION_CAPTION=Anuluj
-HELP_OPTION_CAPTION=&Pomoc
-NO_OPTION_CAPTION=Nie
-OK_OPTION_CAPTION=Ok
-YES_OPTION_CAPTION=Tak
-ACS_YES_OPTION_NAME=Tak
-ACS_YES_OPTION_DESC=Przycisk Tak
-# - {0} message
-ACSD_ErrorMessage=B\u0142\u0105d: {0}
-ACSD_WarningMessage=Ostrze\u017cenie: {0}
-ACSD_QuestionMessage=Pytanie {0}
-ACSD_InformationMessage=Informacja {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Anuluj
-ACS_CANCEL_OPTION_DESC=Przycisk Anuluj
-
-ACS_OK_OPTION_NAME=Ok
-ACS_OK_OPTION_DESC=Przycisk OK
-
-ACS_NO_OPTION_NAME=Nie
-ACS_NO_OPTION_DESC=Przycisk Nie
-
-ACS_HELP_OPTION_NAME=Pomoc
-ACS_HELP_OPTION_DESC=Przycisk Pomocy
-
-ACS_CLOSED_OPTION_NAME=Zamknij
-ACS_CLOSED_OPTION_DESC=Przycisk Zamknij
-
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_pl.properties
deleted file mode 100644
index 2361526..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_pl.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Edytor
-
-# MainWindow
-ACSD_MainWindow=G\u0142\u00f3wne okno
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Dokumenty:
-LBL_Description=O&pis:
-LBL_Activate=Prze\u0142\u0105&cz do dokumentu
-LBL_CloseDocuments=&Zamknij dokument(y)
-LBL_SaveDocuments=Zapi&sz dokument(y)
-LBL_Close=&Zamknij
-
-ACSD_Activate=N/A
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/A
-
-CTL_DocumentsTitle=Dokumenty
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Edytor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=W\u0142a\u015bciwo\u015bci
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#Brak W\u0142a\u015bciwo\u015bci|1#{1} - W\u0142a\u015bciwo\u015bci|2#Wieloobiektowo\u015b\u0107 - W\u0142a\u015bciwo\u015bci}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#W\u0142a\u015bciwo\u015bci|1#{1} -W\u0142a\u015bciwo\u015bci|2#Wieloobiektowo\u015b\u0107 - W\u0142a\u015bciwo\u015bci}
-ACSN_PropertiesSheet=Arkusz w\u0142a\u015bciowo\u015bci
-ACSD_PropertiesSheet=Przegl\u0105daj przedstawione w\u0142a\u015bciwo\u015bci dla danego w\u0119z\u0142a.
-EXC_CannotLoadNodes=W\u0119z\u0142y nie mog\u0105 zosta\u0107 za\u0142adowane do arkusza w\u0142a\u015bciwo\u015bci. Prawdopodobnie nie istniej\u0105.
-
diff --git a/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_pl.properties
deleted file mode 100644
index 43d3492..0000000
--- a/l10n/src/pl/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_pl.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&Ma\u0142e ikony paska narz\u0119dzi
-
-# ToolbarLayout
-EXC_wrongConstraints=nie mo\u017cna doda\u0107 do uk\u0142adu: nie wykorzystuje ToolbarConstraints
-
-CTL_CustomizeToolbars=&Dostosuj...
-
-#New Toolbar Button label
-CTL_NewToolbar=&Nowy pasek narz\u0119dzi...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&Ma\u0142e ikony paska narz\u0119dzi
-
-#Drag and Drop hint
-CTL_TreeLabel=Przeci\u0105gnij pozycje do albo z paska narz\u0119dzi aby je doda\u0107 lub usun\u0105\u0107...
-
-LBL_PleaseWait=Prosz\u0119 czeka\u0107...
-
-#Close customizer button
-CTL_Close=&Zamknij
-
-#Customizer dialog window title
-CustomizerTitle=Dostosuj paski narz\u0119dzi
-
-ACSD_ActionsTree=Przeci\u0105gnij pozycje st\u0105d do pask\u00f3w narz\u0119dzi.
-ACSN_ActionsTree=Pula akcji
-
-ACSN_ActionsScrollBar=Pasek przewijania dla puli akcji
-ACSD_ActionsScrollBar=Pasek przewijania dla puli akcji
-
-ACSD_ToolbarCustomizer=Narz\u0119dzie dostosowuj\u0105ce pasek narz\u0119dzi
-
-ACSD_Close=Przycisk Zamknij
-ACSD_NewToolbar=Przycisk nowego paska narz\u0119dzi
-
-ACSD_SmallIcons=Pole zaznaczenia Ma\u0142e ikony
-
-CTL_ResetToolbarsAction=Rese&tuj paski narz\u0119dzi
-CTL_ResetToolbarsButton=Rese&tuj paski narz\u0119dzi
-
-
-
-PROP_newToolbarLabel=&Nazwa:
-PROP_newToolbarDialog=Nowy pasek narz\u0119dzi
-PROP_newToolbar=Pasek narz\u0119dzi
-MSG_ToolbarExists=Pasek narz\u0119dzi {0} ju\u017c istnieje.
-
-
diff --git a/l10n/src/pl/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_pl.properties
deleted file mode 100644
index 0481a83..0000000
--- a/l10n/src/pl/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_pl.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=Rozmiar nie mo\u017ce by\u0107 ujemny
-CTL_InvalidValue=Zosta\u0142a wprowadzona niew\u0142a\u015bciwa warto\u015b\u0107
-CTL_InvalidValueWithParam=Zosta\u0142a wprowadzona niew\u0142a\u015bciwa warto\u015b\u0107 {0}
-CTL_InvalidValueWithExc=Zosta\u0142a wprowadzona niepoprawna warto\u015b\u0107.\nPrzyczyna: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Warto\u015b\u0107 {0} powinna by\u0107 w formacie {1}
-
-#ColorEditor
-CTL_AWTPalette=Paleta AWT
-CTL_SwingPalette=Paleta Swing
-CTL_SystemPalette=Paleta systemowa
-ACSD_CustomColorEditor=N/A
-FMT_IllegalEntry="{0}" nie jest prawid\u0142owym identyfikatorem koloru.  Mo\u017cesz wprowadzi\u0107 zmienne Swing, AWT lub warto\u015bci czerwony/zielony/niebieski.
-
-# ColorEditor:AWT color names
-LAB_White=bia\u0142y
-LAB_LightGray=jasnoszary
-LAB_Gray=szary
-LAB_DarkGray=ciemnoszary
-LAB_Black=czarny
-LAB_Red=czerwony
-LAB_Pink=r\u00f3\u017cowy
-LAB_Orange=pomara\u0144czowy
-LAB_Yellow=z\u00f3\u0142ty
-LAB_Green=zielony
-LAB_Magenta=purpurowy
-LAB_Cyan=cyjankowy
-LAB_Blue=niebieski
-# ColorEditor: system color names
-LAB_ActiveCaption=Aktywny napis
-LAB_ActiveCaptionBorder=Kraw\u0119d\u017a aktywnego napisu
-LAB_ActiveCaptionText=Tekst aktywnego napisu
-LAB_Control=Kontrola
-LAB_ControlDkShadow=Kontrola ciemne cieniowanie
-LAB_ControlHighlight=Kontrola pod\u015bwietlenie
-LAB_ControlLtHighlight=Kontrola jasne pod\u015bwietlenie
-LAB_ControlShadow=Kontrola cieniowanie
-LAB_ControlText=Kontrola tekst
-LAB_Desktop=Pulpit
-LAB_InactiveCaption=Nieaktywny napis
-LAB_InactiveCaptionBorder=Kraw\u0119d\u017a nieaktywnego napisu
-LAB_InactiveCaptionText=Tekst nieaktywnego napisu
-LAB_Info=Informacja
-LAB_InfoText=Tekst informacji
-LAB_Menu=Menu
-LAB_MenuText=Tekst menu
-LAB_Scrollbar=Pasek przewijania
-LAB_Text=tekst
-LAB_TextHighlight=Tekst pod\u015bwietlenie
-LAB_TextHighlightText=Tekst pod\u015bwietlenie tekstu
-LAB_TextInactiveText=Tekst nieaktywny tekst
-LAB_TextText=Tekst tekst
-LAB_Window=Okno
-LAB_WindowBorder=Kraw\u0119d\u017a okna
-LAB_WindowText=Tekst okna
-
-#DimensionCustomEditor
-CTL_Dimension=Wymiar
-CTL_Width=&Szeroko\u015b\u0107:
-CTL_Height=&Wysoko\u015b\u0107:
-ACSD_CTL_Width=N/A
-ACSD_CTL_Height=N/A
-ACSD_DimensionCustomEditor=N/A
-
-#DimensionEditor
-CTL_HintFormat=[szeroko\u015b\u0107,wysoko\u015b\u0107]
-
-#FontEditor
-CTL_Plain=Zwyk\u0142y
-CTL_Bold=Pogrubienie
-CTL_Italic=Kursywa
-CTL_BoldItalic=Pogrubiona kursywa
-CTL_Font=&Czcionka:
-CTL_FontStyle=St&yl czcionki:
-CTL_Size=&Rozmiar:
-CTL_Preview=Podgl\u0105d
-ACSD_CTL_Font=N/A
-ACSD_CTL_FontStyle=N/A
-ACSD_CTL_Size=N/A
-ACSD_FontCustomEditor=N/A
-
-#InsetsCustomEditor
-CTL_Insets=Wstawki
-CTL_Top=&G\u00f3ra:
-CTL_Left=&Lewo:
-CTL_Bottom=&D\u00f3\u0142:
-CTL_Right=&Prawo:
-ACSD_CTL_Top=N/A
-ACSD_CTL_Left=N/A
-ACSD_CTL_Bottom=N/A
-ACSD_CTL_Right=N/A
-
-#InsetsEditor
-CTL_HintFormatIE=[g\u00f3ra,lewo,d\u00f3\u0142,prawo]
-
-# ObjectEditor
-CTL_NullValue=<Wyszukuje warto\u015b\u0107 null>
-CTL_NullItem=<Wyszukuje pozycj\u0119 null>
-
-#PointCustomEditor
-CTL_Point=Punkt
-CTL_X=&X:
-ACSD_CTL_X=N/A
-CTL_Y=&Y:
-ACSD_CTL_Y=N/A
-ACSD_PointCustomEditor=N/A
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Prostok\u0105t
-ACSD_CustomRectangleEditor=N/A
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,szeroko\u015b\u0107,wysoko\u015b\u0107]
-
-#StringCustomEditor
-ACS_TextArea=Tekst:
-ACSD_TextArea=Wprowad\u017a tutaj poprawny tekst
-ACSD_CustomStringEditor=Edytor dla w\u0142a\u015bciwo\u015bci tekstowych
-ACS_Instructions=Instrukcje
-ACSD_Instructions=N/A
-
-MSG_FontIsNotInitialized=Zapisywanie do XML nie powiod\u0142o si\u0119, poniewa\u017c warto\u015b\u0107 czcionki nie jest zainicjowana.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Wybierz plik lub katalog
-CTL_DialogTitleFiles=Wybierz plik
-CTL_DialogTitleDirs=Wybierz katalog
-ACSD_FileEditor=N/A
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Niesprecyzowane>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=W\u0142a\u015bciwo\u015bci
-ACSD_PropertiesEditorPane=N/A
-ACSD_CustomPropertiesEditor=N/A
-WARN_PropertiesComments=Ostrze\u017cenie: komentarze b\u0119d\u0105 odrzucone.
-
-#StringArrayCustomEditor
-CTL_Empty=<pusty>
-CTL_Item=&Pozycja:
-ACSD_CTL_Item=N/A
-CTL_ItemList=&Lista pozycji 
-ACSD_CTL_ItemList=N/A
-CTL_Add_StringArrayCustomEditor=&Dodaj
-ACSD_CTL_Add_StringArrayCustomEditor=N/A
-CTL_Change_StringArrayCustomEditor=&Edytuj
-ACSD_CTL_Change_StringArrayCustomEditor=N/A
-CTL_Remove=&Usu\u0144
-ACSD_CTL_Remove=N/A
-CTL_MoveUp=W &g\u00f3r\u0119
-ACSD_CTL_MoveUp=N/A
-CTL_MoveDown=W &d\u00f3\u0142
-ACSD_CTL_MoveDown=N/A
-ACSD_StringArrayCustomEditor=N/A
-
-#Bool/BooleanEditor
-TRUE=prawda
-FALSE=fa\u0142sz
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Warto\u015b\u0107 nie b\u0119d\u0105ca liczb\u0105 ca\u0142kowit\u0105:  
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Niedozwolony tekt kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - poprawnymi warto\u015bciami s\u0105: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Nieznana klasa: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Niedozwolona warto\u015b\u0107: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Nierozpoznany URL: {0}
-#
-MSG_NULL_OR_EMPTY=Tablica jest Null albo pusta
-
-#ObjectEditor
-ACSN_ObjectTree=Dost\u0119pne opcje
-ACSD_ObjectTree=Wybierz obiekt
-
-#Font Editor
-MSG_AppleBug=Je\u017celi widzisz t\u0105 wiadomo\u015b\u0107, oznacza to, \u017ce wyst\u0105pi\u0142 b\u0142\u0105d podczas inicjalizacji listy dost\u0119pnych czcionek.  Spowodowane jest to b\u0142\u0119dem w Apple JVM, kt\u00f3ry pojawia si\u0119, gdy czcionki bitmapowe s\u0105 zainstalowane w sytemie. Je\u017celi chcesz u\u017cywa\u0107 edytora czcionek, musisz odinstalowa\u0107 wszystkie czcionki bitmapowe z systemu.  Po wi\u0119cej szczeg\u00f3\u0142\u00f3w udaj si\u0119 do Apple BugReporter, problem numer 3121780.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=Szybki br\u0105zowy lis przeskakuje leniwego psa
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=Ok
-
diff --git a/l10n/src/pl/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_pl.properties
deleted file mode 100644
index 42feb0e..0000000
--- a/l10n/src/pl/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_pl.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=J\u0105dro
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Podstawowy szkielet aplikacji dla program\u00f3w opartych na NetBeans.
-OpenIDE-Module-Long-Description=Ten modu\u0142 dostarcza centraln\u0105 infrastruktur\u0119, kt\u00f3ra pozwala na dzia\u0142anie program\u00f3w opartych na NetBeans. Nie mo\u017ce by\u0107 wyl\u0105czony.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=Pojawi\u0142 si\u0119 {0} wyj\u0105tek.\n\tKliknij Poka\u017c szczeg\u00f3\u0142y lub zobacz plik messages.log znajduj\u0105cy si\u0119 w twoim folderze {1}.
-NTF_ExceptionalExceptionTitle=Nieprzewidziany wyj\u0105tek
-# {0} - class name of exception
-NTF_ExceptionWarning=Pojawi\u0142 si\u0119 {0} wyj\u0105tek.\nJednak\u017ce, system powinien kontynuowa\u0107 prac\u0119 bez dalszych problem\u00f3w.\nNaci\u015bnij Poka\u017c szczeg\u00f3\u0142y, aby prze\u015bledzi\u0107 stos.
-NTF_ExceptionWarningTitle=Ostrze\u017cenie
-
-#startup info messages
-MSG_MainWindowInit=Inicjalizowanie g\u0142\u00f3wnego okna...
-MSG_WindowShowInit=Otwieranie g\u0142\u00f3wnego okna...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Zapisywanie {0} ...
-MSG_AllSaved=Zapisz wszystko uko\u0144czone.
-
-CTL_Cannot_save=Nie mo\u017cna zapisa\u0107 {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Strona chroniona has\u0142em
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=Przegl\u0105daj wed\u0142ug:
-ShortcutsEditor.actionsButton.text=Akcje
-ShortcutsEditor.actionsButton.text_Mnemonic=Z
-ShortcutsEditor.shortcutsButton.text=Skr\u00f3ty
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Wybierz Przegl\u0105daj wed\u0142ug akcji aby edytowa\u0107 skr\u00f3ty dla akcji
-ShortcutsPanel.addButton.text=Dodaj...
-ShortcutsPanel.removeButton.text=Usu\u0144
-ShortcutsPanel.AddActionTitle=Nowy skr\u00f3t
-ActionsPanel.shortcutAddButton.text=Dodaj...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Usu\u0144
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=U
-ActionsPanel.ShortcutsTitle=Edytuj skr\u00f3ty
-ActionsPanel.AddShortcut=Dodaj skr\u00f3t
-ActionsPanel.ShortcutLabel=Skr\u00f3t:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Wybierz Przegl\u0105daj wed\u0142ug akcji aby edytowa\u0107 skr\u00f3ty dla akcji
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Wybierz Przegl\u0105daj wed\u0142ug akcji aby edytowa\u0107 skr\u00f3ty dla akcji
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Wybierz Przegl\u0105daj wed\u0142ug skr\u00f3t\u00f3w, ale dla Edycji skr\u00f3t\u00f3w Przegl\u0105daj wed\u0142ug akcji powinno by\u0107 wybrane
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Dodaj nowe skr\u00f3ty dla akcji
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Usu\u0144 skr\u00f3ty dla akcji
-ACSN_ShortcutsPanel.shortcutsList=Lista skr\u00f3t\u00f3w
-ACSD_ShortcutsPanel.shortcutsList=N/A
-ACS_ActionsPanel.ShortcutLabel.a11yName=Wype\u0142nij skr\u00f3t
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Wype\u0142nij skr\u00f3t przez kombinacj\u0119 klawiszy
-ACSN_ActionsPanel.actionsTree=N/A
-ACSN_ActionsPanel.shortcutsList=Lista skr\u00f3t\u00f3w
-ACSD_ActionsPanel.actionsTree=N/A
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/A
-ACSD_ActionsPanel.Dialog=Dodaj nowy skr\u00f3t do wybranej akcji
-ACS_ActionsPanel=N/A
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=Istnieje ju\u017c akcja przypisana do tego skr\u00f3tu ({0}).\nChcesz w zamian u\u017cywa\u0107 nowoutworzonej akcji?
-
-CTL_ExitTitle=Zapisz
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Zapisz
-ACSD_Save=Zapisz.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=Zapisz &wszystko
-ACSD_SaveAll=Zapisz wszystko.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=O&drzu\u0107 wszystko
-ACSD_DiscardAll=Odrzu\u0107 wszystko.
-EXC_Save=Wyst\u0105pi\u0142j wyj\u0105tek podczas zapisu
-# NotifyException
-CTL_Title_Exception=Wyj\u0105tek
-CTL_NextException=&Nast\u0119pny>
-CTL_PreviousException=< &Poprzedni
-CTL_Exception_Hide_Details=&Ukryj szczeg\u00f3\u0142y
-CTL_Exception_Show_Details=&Poka\u017c szczeg\u00f3\u0142y
-ACSD_NextException=N/A
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/A
-
-ACSN_ListOfChangedFiles=Lista
-ACSD_ListOfChangedFiles=Lista zmodyfikowanych plik\u00f3w do zapisu
-ACSD_ExitDialog=Okno dialogowe dla zapisu wszelkich zmian
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=Tryb SDI
-CTL_MdiMode=Tryb MDI 
-
-# NbPlaces
-CTL_NoWorkspaces=Brak przestrzeni roboczych
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/A
-ACD_NotifyExcPanel_Dialog=N/A
-
-# blocked event queue
-LOG_EventQueueBlocked=W\u0105tek rozprowadzania zdarze\u0144 AWT jest zablokowany na {0} ms.
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Wymagana autentykacja
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=Nazwa &u\u017cytkownika:
-NbAuthenticatorPanel.passwordLbl.text=&Has\u0142o:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Has\u0142o dla {0}
-
-ProxySettings.password.description=Has\u0142o proxy
-
-Title_WebBrowser=Przegl\u0105darka internetowa
-
diff --git a/l10n/src/pl/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_pl.properties
deleted file mode 100644
index 40eb61e..0000000
--- a/l10n/src/pl/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_pl.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&O programie
-About_title=O programie
-
-#CopyProductInfoAction
-CopyProductInfo=Informacja o licencji
-CopyProductInfoAction=Informacja o &licencji
-CTL_CopyButton_tooltip=Skopiuj Informacje o produkcie NetBeans do schowka
-
-#HtmlViewAction
-CTL_OpeningBrowser=Otwieranie przegl\u0105darki ...
-HTMLView=Przegl\u0105darka &internetowa:
-
-#SystemExit
-Exit=&Wyj\u015bcie
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Nast\u0119pny wewn\u0119trzny widok
-LBL_PreviousViewCallbackAction=Poprzedni wewn\u0119trzny widok
-
-# jump next/prev actions
-JumpNextAction=&Nast\u0119pny b\u0142\u0105d
-JumpPrevAction=&Poprzedni b\u0142\u0105d
-
-#LogAction
-MSG_LogTab_name=Plik &log IDE
-MSG_ShortLogTab_name=Plik log IDE
-
diff --git a/l10n/src/pl/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_pl.properties
deleted file mode 100644
index 35923e9..0000000
--- a/l10n/src/pl/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_pl.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Wersja produktu\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>System\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Katalog u\u017cytkownika:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE oraz Platforma NetBeans  bazuj\u0105 na oprogramowaniu z netbeans.org, kt\u00f3re znajduje si\u0119 pod podw\u00f3jn\u0105 licencj\u0105: the Common Development and Distribution License (CDDL) oraz the GNU General Public License w wersji 2 z wyj\u0105tkiem Classpath. Po wi\u0119cej informacji zajrzyj na <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style="margin: 0"><b>Wersja produktu:</b> {0}</p>
-Format_OperatingSystem_Value={0} wersja {1} dzia\u0142a na {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Prosta przegl\u0105darka HTML oparta na komponentach biblioteki Swing
-MSG_cannot_create_browser=Nie mo\u017cna utworzy\u0107 przegl\u0105darki Swing HTML.
-Services/Browsers/SwingBrowser.settings=Przegl\u0105darka Swing HTML 
-LBL_Close=Zamknij
-MNE_Close=Z
-ACSN_Close=Zamknij
-ACSD_Close=Zamknij
-
diff --git a/l10n/src/pl/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_pl.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/pl/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_pl.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/pl/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_pl.properties
deleted file mode 100644
index 65671bf..0000000
--- a/l10n/src/pl/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_pl.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Biblioteki
-OpenIDE-Module-Short-Description=Zawiera bibliotek\u0119 JNA.
-OpenIDE-Module-Long-Description=Ten modu\u0142 zawiera biblitek\u0119 JNA.
-
diff --git a/l10n/src/pl/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_pl.properties
deleted file mode 100644
index 04dc321..0000000
--- a/l10n/src/pl/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_pl.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Integracja API Tworzenia Skrypt\u00f3w
-OpenIDE-Module-Display-Category=Biblioteki
-OpenIDE-Module-Short-Description=U\u017cyte do zapakowania API Tworzenia Skrypt\u00f3w.
-OpenIDE-Module-Long-Description=Modu\u0142 u\u017cywany do pakowania API tworzenia skrypt\u00f3w (paczka javafx.script). Ju\u017c niepotrzebne.
-OpenIDE-Module-Deprecation-Message=Ju\u017c niepotrzebne na JDK 6. Usu\u0144 zale\u017cno\u015b\u0107 od tego modu\u0142u.
-
diff --git a/l10n/src/pl/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_pl.properties
deleted file mode 100644
index f92ed28..0000000
--- a/l10n/src/pl/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_pl.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Biblioteki
-OpenIDE-Module-Short-Description=Zawiera blibliotek\u0119 do test\u00f3w JUnit 4.x.
-OpenIDE-Module-Long-Description=Zawiera blibliotek\u0119 do test\u00f3w JUnit 4.x.
-
diff --git a/l10n/src/pl/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_pl.properties
deleted file mode 100644
index 45ef4f9..0000000
--- a/l10n/src/pl/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_pl.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Specyfikacja OSGi
-
diff --git a/l10n/src/pl/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_pl.properties
deleted file mode 100644
index 3f7b294..0000000
--- a/l10n/src/pl/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_pl.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Szybkie szukanie
-QuickSearchComboBar.jLabel2.toolTipText=Kliknij lub naci\u015bnij Shift+F10 aby wybra\u0107 kategori\u0119
-MSG_DiscoverabilityHint=Szukaj
-MSG_DiscoverabilityHint2=Szukaj w {0}
-LBL_MoreResults=...
-LBL_AllCategories=Wszystkie kategorie
-QuickSearchPopup.searchingLabel.text=Szukanie ...
-QuickSearchPopup.noResultsLabel.text=( Brak rezultat\u00f3w )
-QuickSearchPopup.hintLabel.text={0}; Naci\u015bnij {1} dla wszystkich kategorii
-AbstractQuickSearchComboBar.command.toolTipText=Szybkie szukanie w systemie {0}
-
diff --git a/l10n/src/pl/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_pl.properties
deleted file mode 100644
index 2eb5c03..0000000
--- a/l10n/src/pl/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_pl.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Nie mo\u017cna wy\u015bwietli\u0107 URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/pl/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_pl.properties
deleted file mode 100644
index fcd12e7..0000000
--- a/l10n/src/pl/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_pl.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Name=API Szybkiego Przeszukiwania
-OpenIDE-Module-Short-Description=Infrastruktura dla szybkiego szukania w pozycjach menu, akcjach, plikach itp.
-QuickSearch/Recent=Ostatnie przeszukania
-
diff --git a/l10n/src/pl/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_pl.properties
deleted file mode 100644
index a4cf591..0000000
--- a/l10n/src/pl/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_pl.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=Brak filtru
-
diff --git a/l10n/src/pl/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_pl.properties
deleted file mode 100644
index 838b8b7..0000000
--- a/l10n/src/pl/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_pl.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Name=ETabela i kontur
-
diff --git a/l10n/src/pl/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_pl.properties
deleted file mode 100644
index 25b1664..0000000
--- a/l10n/src/pl/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_pl.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Biblioteka Dostosowania Look & Feel
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Zajmuje si\u0119, dla ka\u017cdego zarz\u0105dcy interfejsu u\u017cytkownika, dostosowaniem szaty graficznej dla NetBeans
-OpenIDE-Module-Long-Description=Definiuje specyficzne dla NetBeansa warto\u015bci potrzebne zarz\u0105dcy interfejsu u\u017cytkownika i zapewnia, \u017ce niekt\u00f3re warto\u015bci dost\u0119pne w  BasicLookAndFeel s\u0105 dost\u0119pne we wszystkich rodzajach szaty graficznej. Zajmuje si\u0119 wsparciem metalowego motywu, selekcj\u0105 szaty graficznej i inicjalizowaniem ustawionych rozmiar\u00f3w czcionki
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/pl/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_pl.properties
deleted file mode 100644
index 50db86d..0000000
--- a/l10n/src/pl/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_pl.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=Ostrze\u017cenie: Z powodu JDK bug 5079742, czcionki w NetBeans nie b\u0119d\u0105 wygl\u0105da\u0142y dobrze. Prosz\u0119 zainstaluj JDK 1.5.0_02 lub nowsz\u0105 wersj\u0119, szczeg\u00f3\u0142y na http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
-
diff --git a/l10n/src/pl/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_pl.properties
deleted file mode 100644
index 94ffa9d..0000000
--- a/l10n/src/pl/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_pl.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Kontrola zak\u0142adek
-OpenIDE-Module-Display-Category=Biblioteki
-OpenIDE-Module-Short-Description=Kontrola zak\u0142adek stosowana przez system okien
-OpenIDE-Module-Long-Description=Biblioteka kontroli zak\u0142adek systemu okien w NetBeans
-
-
-
-ACS_TabbedContainer=Kontrola zak\u0142adek
-ACSD_TabbedContainer=Kontrola zak\u0142adek stosowana do prze\u0142\u0105czania si\u0119 pomi\u0119dzy zak\u0142adkami.
-
-TT_TabDisplayer_Close=<html>Shift + kliknij aby zamkn\u0105\u0107 wszystkie dokumenty<br>Alt + kliknij aby zamkn\u0105\u0107 inne dokumenty
-
diff --git a/l10n/src/pl/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_pl.properties b/l10n/src/pl/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_pl.properties
deleted file mode 100644
index 875d8a2..0000000
--- a/l10n/src/pl/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_pl.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Poka\u017c list\u0119 otwartych dokument\u00f3w
-
-Tip_Restore_Window=Przywr\u00f3\u0107 okno
-
-Tip_Maximize_Window=Maksymalizuj okno
-
-Tip_Minimize_Window=Minimalizuj okno
-
-Tip_Pin=Przypnij
-
-Tip_Close_Window=Zamknij okno
-
-Tip_Scroll_Documents_Right=Przewi\u0144 dokumenty w prawo
-
-Tip_Scroll_Documents_Left=Przewi\u0144 dokumenty w lewo
-
diff --git a/l10n/src/pl/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_pl.properties
deleted file mode 100644
index 30206f0..0000000
--- a/l10n/src/pl/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_pl.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API Akcji
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Definicja wsp\u00f3lnych akcji dla NetBeans
-OpenIDE-Module-Long-Description=Dostarcza list\u0119 wsp\u00f3lnych akcji, wykorzystywanych przez dowoln\u0105 aplikacj\u0119 napisan\u0105 w oparciu o platform\u0119 NetBeans.
-
-
-New=&Dodaj
-# {0} name of the only one new type
-NewArg=&Dodaj {0}
-
-# File
-NewFromTemplate=No&wy
-Save=&Zapisz
-Print=&Drukuj...
-PageSetup=&Ustawienia strony...
-
-#0 undoableedit
-UndoWithParameter=&Cofnij {0}
-#0 undoableedit
-RedoWithParameter=&Pon\u00f3w {0}
-UndoSimple=Pr&zywr\u00f3\u0107
-RedoSimple=P&on\u00f3w
-Cut=Wy&tnij
-Copy=&Kopiuj
-Paste=&Wklej
-Delete=Usu\u0144
-Find=&Znajd\u017a...
-Goto=Przejd\u017a do &linii....
-Replace=Za&mie\u0144...
-
-# View
-Properties=&W\u0142a\u015bciwo\u015bci
-View=Widok
-Edit=Edytuj
-
-# Build
-Execute=W&ykonaj
-
-# Window
-DockWindow=&Zadokuj widok
-UndockWindow=&Od\u0142\u0105cz widok
-CloneView=&Klonuj widok
-CloseView=Zamknij
-NextTab=&Nast\u0119pny widok
-PreviousTab=&Poprzedni widok
-
-Open=Otw\u00f3rz
-Rename=Zmie\u0144 nazw\u0119...
-
-MoveUp=Przesu\u0144 do g\u00f3ry
-MoveDown=Przesu\u0144 do do\u0142u
-
-
-Customize=Dostosuj
-
-#rename action
-CTL_RenameTitle=Zmie\u0144 nazw\u0119
-CTL_RenameLabel=&Nowa nazwa:
-# {0} param represents old name before renaming.
-MSG_BadFormat=Nazwa obiektu nie mo\u017ce by\u0107 zmieniona z {0} na {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Usu\u0144 pozosta\u0142o\u015bci
-
-#HeapView
-LBL_ShowText=Poka\u017c tekst
-LBL_DropShadow=Efekt cienia
-LBL_OverlayGrid=Siatka pokrycia
-
-# NewTemplateAction
-CTL_NewName=Nowa nazwa
-CTL_NewNameTitle=No&wy
-
-
-#Reorder Action
-Reorder=Zmie\u0144 kolejno\u015b\u0107...
-
-OpenLocalExplorer=Przegl\u0105daj od &tego miejsca
-
-WorkspacesItems=&Przestrzenie robocze
-
-
-# name of template
-CTL_Template_Name=&Nazwa obiektu:
-# title of dialog
-CTL_Template_Dialog_Title=Utw\u00f3rz z szablonu
-CTL_Template_Dialog_RootTitle=Zapisz &w:
-
-
-# Tools action
-CTL_Tools=Narz\u0119dzia
-CTL_EmptySubMenu=Pusty
-
-
-# name of the PopupAction
-Popup=Wyskakuj\u0105ce
-
-#SaveAction
-MSG_saved={0} zapisano.
-EXC_notsaved=Wyst\u0105pi\u0142y problemy podczas zapisywania {0}\nPrzyczyna: {1}
-#Template wizard title
-CTL_TemplateWizard=Nowy z szablonu
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Kliknij aby wymusi\u0107 oczyszczanie pami\u0119ci
-
-
diff --git a/l10n/src/pl/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_pl.properties
deleted file mode 100644
index c34ba8a..0000000
--- a/l10n/src/pl/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_pl.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API Narz\u0119dzi Interfejsu U\u017cytkownika
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Narz\u0119dzia interfejsu u\u017cytkownika.
-OpenIDE-Module-Long-Description=Metody pomocnicze dla r\u00f3\u017cnych zada\u0144 zwi\u0105zanych z obs\u0142ug\u0105 interfejsu u\u017cytkownika.
-
-
-
-#MenuBar
-EXC_LoadMenu=Nie mo\u017cna za\u0142adowa\u0107 menu {0}
-EXC_LoadMenuItem=Nie mo\u017cna za\u0142adowa\u0107 elementu menu {0}
-
-#HtmlBrowser
-CTL_Back=Wstacz
-CTL_Forward=Dalej
-CTL_Reload=Prze\u0142aduj
-CTL_Stop=Stop
-CTL_Document_done=Dokument: Gotowe
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=\u0141adowanie
-EXC_Module=Wyj\u0105tek podczas inicjalizacji modu\u0142u przegl\u0105darki HTML
-CTL_WebBrowser=Przegl\u0105darka internetowa
-HINT_WebBrowser=Przegl\u0105darka internetowa
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Widok przegl\u0105darki
-ACSD_HtmlBrowser=N/A
-ACS_HtmlBrowser_Location=Lokalizacja
-ACSD_HtmlBrowser_Location=N/A
-
-# Splitted panel
-SplittedPanelVertical=Pionowo
-SplittedPanelHorizontal=Poziomo
-SplittedPanelSwap=Zamie\u0144 panele
-ResetSplitter=Resetuj lini\u0119 podzia\u0142u
-ACS_SplittedPanel_Name=Pierwszy panel {0}. Drugi panel {1}.
-ACS_SplittedPanel_Description=Pierwszy panel {0}. Drugi panel {1}.
-ACS_SplittedPanel_EmptySplitter=N/A
-ACSD_SplittedPanel_EmptySplitter=N/A
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/A
-#Title while loading
-LBL_Loading=\u0141adowanie...
-#Title if html doesn't contain title tags
-LBL_Untitled=Bez nazwy
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Nieznany host: {0}
-FMT_InvalidURL=Nieprawid\u0142owy URL: {0}
-FMT_NoRouteToHost=Brak po\u0142\u0105czenia z hostem: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Wywo\u0142ywanie {4} zaimplemetowane jako {3} przez {1}
-
-
-# action and their performers
-Open=Otw\u00f3rz
-Edit=Edytuj
-Print=&Drukuj...
-View=Widok
-Close=Zamknij
-
diff --git a/l10n/src/pl/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_pl.properties
deleted file mode 100644
index 83e6fef..0000000
--- a/l10n/src/pl/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_pl.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API Kompatybilno\u015bci
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Niekt\u00f3re stare klasy, kt\u00f3re s\u0105 obecnie przestarza\u0142e.
-OpenIDE-Module-Long-Description=Zawiera cz\u0119\u015b\u0107 starych klas, kt\u00f3re s\u0105 w tej chwili przestarza\u0142e i mog\u0105 by\u0107 zast\u0105pione. W szczeg\u00f3lno\u015b\u0107i: ExplorerActions; ExplorerPanel; HttpServer; oraz WeakListener.
-OpenIDE-Module-Deprecation-Message=Klasy umieszczone w tym API s\u0105 przestarza\u0142e i mog\u0105 by\u0107 zast\u0105pione przez ich aktualne odpowiedniki.
-
diff --git a/l10n/src/pl/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_pl.properties
deleted file mode 100644
index 194bc9d..0000000
--- a/l10n/src/pl/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_pl.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API Okien Dialogowych
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Zawiera obs\u0142ug\u0119 dialog\u00f3w i kreator\u00f3w.
-OpenIDE-Module-Long-Description=Modu\u0142 ten operuje infrastruktur\u0105 dialog\u00f3w i kreator\u00f3w wykorzystywanych w NetBeans.
-
-# Notify system
-NTF_ErrorTitle=B\u0142\u0105d
-NTF_ExceptionTitle=Wyj\u0105tek
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=Pojawi\u0142 si\u0119 {0} wyj\u0105tek.\nProsz\u0119 to zg\u0142osi\u0107 na http://www.netbeans.org/issues.html razem z kopi\u0105 twojego pliku messages.log.\nPlik messages.log znajduj\u0119 si\u0119 w twoim folderze {1}.
-NTF_ExceptionalExceptionTitle=Nieprzewidziany wyj\u0105tek
-NTF_PlainTitle=Wiadomo\u015b\u0107
-NTF_QuestionTitle=Pytanie
-NTF_InformationTitle=Informacja
-NTF_WarningTitle=Ostrze\u017cenie
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Wyr\u00f3wnanie opcji
-
-#
-# names of buttons
-#
-CTL_OK=Ok
-CTL_YES=Tak
-CTL_NO=Nie
-CTL_CLOSE=Zamknij
-
-CTL_CANCEL=Anuluj
-ACSD_CANCEL=n/a
-
-CTL_NEXT=Nast\u0119pny >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Przesuwa do nast\u0119pnego kroku w kreatorze.|2#Nast\u0119pny krok: {0}. {1}}
-
-CTL_PREVIOUS=< Po&wr\u00f3t
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Przesuwa do poprzedniego kroku w kreatorze.|0#Poprzedni krok: {0}. {1}}
-
-CTL_FINISH=&Zako\u0144cz
-ACSD_FINISH=n/a
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Wej\u015bcie
-ACSD_InputField=N/A
-ACN_NotifyDescriptor_MessageJTextArea=N/A
-ACD_NotifyDescriptor_MessageJTextArea=N/A
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} kreator ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} z {1}
-CTL_ContentName=Kroki
-CTL_HelpName=Pomoc
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Prosz\u0119 czeka\u0107.
-
diff --git a/l10n/src/pl/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_pl.properties
deleted file mode 100644
index 9b8ef34..0000000
--- a/l10n/src/pl/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_pl.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API Wykonywania 
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API Wykonywania z Open API.
-OpenIDE-Module-Long-Description=Zawiera cz\u0119\u015bci pakietu org.openide.execution.* z Open API.
-
diff --git a/l10n/src/pl/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_pl.properties
deleted file mode 100644
index f1688ea..0000000
--- a/l10n/src/pl/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_pl.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API Eksploratora i Arkusza W\u0142a\u015bciwo\u015bci
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=R\u00f3\u017cne sposoby prezentacji struktury w\u0119z\u0142\u00f3w.
-OpenIDE-Module-Long-Description=Pozwala na definiowanie nowych widok\u00f3w wy\u015bwietlaj\u0105cych struktury utworzone na podstawie API W\u0119z\u0142\u00f3w.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Eskplorator [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Nie mo\u017cna odzyska\u0107 okna eksploratora; w\u0119ze\u0142 g\u0142\u00f3wny "{0}" nie mo\u017ce by\u0107 poprawnie odzyskany.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=Eksplorator nie mo\u017ce nie pozwala\u0107 na brak zaznaczenia.
-EXC_ContextMustBeWithinRootContext=Wy\u015bwietlany kontakst ({0}) musi zawiera\u0107 si\u0119 w kontek\u015bcie nadrz\u0119dnym ({1}).
-EXC_NodeCannotBeNull=Warto\u015b\u0107 null nie mo\u017ce by\u0107 u\u017cyta do zaznaczenia w\u0119z\u0142a.
-EXC_NoElementOfNodeSelectionMayBeNull=\u017baden z element\u00f3w zeznaczenia w\u0119z\u0142\u00f3w nie mo\u017ce mie\u0107 warto\u015bci null.
-EXC_NodeSelectionCannotContainNodes=Zaznaczenie w\u0119z\u00f3w nie mo\u017ce zawiera\u0107 w\u0119z\u0142\u00f3w ({0}) nie znajduj\u0105cych si\u0119 poni\u017cej korzenia ({1}).
-EXC_CannotHaveNullRootContext=Korze\u0144 nie mo\u017ce nie zawiera\u0107 kontekstu.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Czy na pewno chcesz usun\u0105\u0107 {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Czy na pewno chcesz usun\u0105\u0107 {0} wraz z ca\u0142\u0105 zawarto\u015bci\u0105?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Czy na pewno chcesz usun\u0105\u0107 te {0} pozycji?
-MSG_ConfirmDeleteObjectTitle=Potwierdzenie usuni\u0119cia obiektu
-MSG_ConfirmDeleteFolderTitle=Potwierdzenie usuni\u0119cia pakietu
-MSG_ConfirmDeleteObjectsTitle=Potwierdzenie usuni\u0119cia wielu obiekt\u00f3w
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Czy na pewno chcesz usun\u0105\u0107 {0} (odno\u015bnik do {3})?
-MSG_ConfirmDeleteShadowTitle=Potwierdenie usuni\u0119cia odno\u015bnika
-
-
diff --git a/l10n/src/pl/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_pl.properties
deleted file mode 100644
index cc4ac25..0000000
--- a/l10n/src/pl/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_pl.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Wyj\u0105tek w 
-PS_Editor=Edytor w\u0142a\u015bciwo\u015bci
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Tablica 
-FMT_ErrorSettingProperty=W\u0142a\u015bciwo\u015b\u0107 nie mo\u017ce zosta\u0107 ustawiona. {0} nie jest prawid\u0142ow\u0105 warto\u015bci\u0105 dla {1}.
-FMT_CannotUpdateProperty={0} nie jest prawid\u0142ow\u0105 warto\u015bci\u0105 dla {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(Brak edytora w\u0142a\u015bciwo\u015bci)
-CTL_NoProperties=<Brak w\u0142a\u015bciwo\u015bci>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=W\u0142a\u015bciwo\u015bci
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Sortuj wg kategorii
-ACS_CTL_NoSort=Sortuj wg kategorii
-CTL_AlphaSort=Sortuj wg nazwy
-ACS_CTL_AlphaSort=Sortuj wg nazwy
-CTL_TypeSort=Sortuj wg typu
-ACS_CTL_TypeSort=Sortuj wg typu
-CTL_VisibleWritableOnly=Poka\u017c tylko edytowalne w\u0142a\u015bciwo\u015bci
-ACS_CTL_VisibleWritableOnly=Poka\u017c tylko edytowalne w\u0142a\u015bciwo\u015bci
-CTL_Customize=Dostosowywanie
-ACS_CTL_Customize=Dostosowywanie
-CTL_Help=Pomoc
-ACS_CTL_Help=Pomoc
-ACSD_CTL_Help=Dostarcza pomoc na temat obiektu, kt\u00f3rego w\u0142a\u015bciwo\u015bci s\u0105 wy\u015bwietlane w arkuszu w\u0142a\u015bciwo\u015bci
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]U\u017cycie w\u0142a\u015bciwo\u015bci >>{0}<< w okre\u015blonym czasnie powoduje wyrzycenie wyj\u0105tku.
-
-#PropertySheet
-CTL_Property_sheet_option=Arkusz w\u0142a\u015bciwo\u015bci
-
-
-#IndexedPropertyEditor
-CTL_NoItem=Brak dost\u0119pnych pozycji
-CTL_Index=Indeks w\u0142a\u015bciwo\u015bci:
-CTL_Unknown=Nieznany
-
-#PropertyDialogManager
-CTL_OK=Ok
-ACSD_CTL_OK=N/A
-CTL_Cancel=Anuluj
-ACSD_CTL_Cancel=N/A
-CTL_Close=Zamknij
-ACSD_CTL_Close=N/A
-CTL_Default=Przywr\u00f3\u0107 &domy\u015blne
-ACSD_CTL_Default=N/A
-CTL_Paste=Wklej
-
-#PropertyDetails
-EXC_Setter=Wyj\u0105tek spowodowny pr\u00f3b\u0105 ustawienia w\u0142a\u015bciwo\u015bci: {0}
-EXC_Setter_localized=Wyj\u0105tek w metodzie setter w\u0142a\u015bciwo\u015bci {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<brak specyficznego edytora>
-CTL_No_property_editor=<brak edytora w\u0142a\u015bciwo\u015bci>
-CTL_Different_Values=<R\u00f3\u017cne warto\u015bci>
-CTL_Desc_Different_Values=Wybrane w\u0119z\u0142y maj\u0105 r\u00f3\u017cne warto\u015bci dla tej w\u0142a\u015bciwo\u015bci.
-CTL_No_properties=<Brak w\u0142a\u015bciwo\u015bci>
-CTL_No_value=<Brak warto\u015b\u0107i>
-CTL_No_type=<Brak typu>
-CTL_ElipsisHint=Wywo\u0142uje opcj\u0119 dostosowywania.
-CTL_InvalidValue=Nieprawid\u0142owa warto\u015b\u0107: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Nieprawid\u0142owa warto\u015b\u0107 {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Typ: {1}{2,choice,0#|1#Ziarno: {3}|2# Ziarna: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&W\u0142a\u015bciwo\u015bci
-CTL_New=No&wy
-CTL_Delete=Usu\u0144
-CTL_MoveUp=Przesu\u0144 do &g\u00f3ry
-CTL_MoveDown=Przesu\u0144 w &d\u00f3\u0142
-CTL_HideDetails=&Ukryj szczeg\u00f3\u0142y
-CTL_ShowDetails=&Poka\u017c szczeg\u00f3\u0142y
-EXC_ErrorInIndexedSetter=Indeksowana warto\u015b\u0107 w\u0142a\u015bciwo\u015bci nie mo\u017ce zosta\u0107 ustawiona
-
-ACSD_Properties=N/A
-ACSD_New=N/A
-ACSD_Delete=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_HideDetails=N/A
-ACSD_ShowDetails=N/A
-ACSD_IndexedEditorPanel=N/A
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Nazwy
-COLUMN_VALUES=Warto\u015bci
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<nieczytelne>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=B\u0142\u0105d ustawiania warto\u015bci
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Nieznany tryb sortowania
-
-#Button labels for property dialogs
-ok=Ok
-default=Przywr\u00f3\u0107 warto\u015bci domy\u015blne
-cancel=Anuluj
-close=Zamknij
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Opis
-ACSD_Description=Opis aktualnie wybranej w\u0142a\u015bciwo\u015bci
-ACS_DescriptionTitle=Nazwa w\u0142a\u015bciwo\u015bci
-ACSD_DescriptionTitle=Nazwa w\u0142a\u015bciwo\u015bci aktualnie edytowanej
-CTL_NO_DESCRIPTION=Brak dost\u0119pnego opisu.
-CTL_NO_SELECTION=Nic nie jest zaznaczone
-ACS_Splitter=Linia podzia\u0142u
-ACSD_Splitter=Wizualny podzia\u0142 pomi\u0119dzy tabel\u0105 w\u0142a\u015bciwo\u015bci a polem opisu.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=W\u0142a\u015bciwo\u015b\u0107
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} jest r\u00f3wne {1}
-FMT_ACST_SheetSet=Grupa w\u0142a\u015bciwo\u015bci {0}
-ACST_No_Selection=Nic nie jest zaznaczone
-CTL_Multiple_Selection=Zaznaczono wiele obiekt\u00f3w
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Kliknij albo zaznacz i naci\u015bnij CTRL-SPACE aby otworzy\u0107 edytor; kliknij prawym przyciskiem aby otworzy\u0107 menu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Poka\u017c pole opisu
-CTL_HideDescription=Ukryj pole opisu
-CTL_RestoreDefaultValue=Przywr\u00f3\u0107 warto\u015bci domy\u015blne
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=W\u0142a\u015bciwo\u015bci
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=w\u0142a\u015bciwo\u015b\u0107
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Niew\u0142a\u015bciwy format liczbowy: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Specjalizowany edytor: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Tabela w\u0142a\u015bciwo\u015bci
-ACSN_SHEET_TABBED_PANE=Kategorie w\u0142a\u015bciwo\u015bci
-ACSD_SHEET_TABLE=Tabela edytowalnych w\u0142a\u015bciwo\u015bci okre\u015blaj\u0105cych aktualny obiekt
-ACSD_SHEET_TABBED_PANE=Mo\u017cliwy jest wyb\u00f3r r\u00f3\u017cnych zbior\u00f3w w\u0142a\u015bciwo\u015bci aktualnego obiektu, kt\u00f3re b\u0119d\u0105 wy\u015bwietlone w arkuszu w\u0142a\u015bciwo\u015bci
-
-LBL_QUICKSEARCH=Szybkie szukanie:
-
-MSG_SetAsText_InvalidValue=Nieprawid\u0142owa warto\u015b\u0107: {0}
-
diff --git a/l10n/src/pl/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_pl.properties
deleted file mode 100644
index 0a02eea..0000000
--- a/l10n/src/pl/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_pl.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Pusty
-MenuViewStartFromRoot=Przegl\u0105daj od korzenia
-MenuViewStartFromCurrent=Przegl\u0105daj od aktualnego punktu
-
-# TabView
-TabView_RootTab=Korze\u0144
-
-# TreeView
-VetoSelectedNodes=Zaznaczone w\u0119z\u0142y
-LBL_QUICKSEARCH=Szukaj:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=Nazwa obiektu nie mo\u017ce by\u0107 zmieniona z {0} na {1}.
-ACSN_TreeViewCellEditor=Zmie\u0144 nazw\u0119 edytora
-ACSD_TreeViewCellEditor=Podr\u0119czny edytor nazwy w\u0119z\u0142a wewn\u0105trz widoku drzewa
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=Element docelowy nie zaakceptowa\u0142 przekazywanych danych.
-
-MSG_ABORT=Anuluj
-
-#TableSheet
-ACS_TableSheet=Tabela w\u0142a\u015bciwo\u015bci
-ACSD_TableSheet=N/A
-ACS_NullPanel=Brak w\u0142a\u015bciwo\u015bci
-# {0} - bean
-ACSD_NullPanel=Brak w\u0142a\u015bciwo\u015bci. Ziarno: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Typ: {1} Ziarno: {2}
-CTL_No_value=<Brak warto\u015b\u0107i>
-CTL_No_type=<Brak typu>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Zmie\u0144 widoczne kolumny
-LBL_ColumnDialogDesc=Wybierz kolumny kt\u00f3re maj\u0105 zosta\u0107 wy\u015bwietlone na li\u015bcie
-LBL_ListOptions=Opcje listy
-LBL_ChangeColumns=Zmie\u0144 widoczne kolumny...
-LBL_SortMenu=Sortuj
-LBL_Ascending=Rosn\u0105co
-LBL_Descending=Malej\u0105co
-LBL_ColsMenu=Kolumna
-LBL_MoveLeft=Przesu\u0144 w lewo
-LBL_MoveRight=Przesu\u0144 w prawo
-MSG_NoColumnsToChange=Nie ma kolumn, kt\u00f3rych widoczno\u015b\u0107 mo\u017cna zmieni\u0107.
-LBL_NoSort=Brak
-ACSN_ColumnDialog=Zmie\u0144 widoczne kolumny
-ACSD_ColumnDialog=Wybierz kolumny kt\u00f3re maj\u0105 zosta\u0107 wy\u015bwietlone na li\u015bcie
-
-#a11y
-ACSN_TreeTable=N/A
-ACSD_TreeTable=N/A
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Poka\u017c tylko wiersze, gdzie
-
-CTL_ColumnsSelector=Zmie\u0144 widoczne kolumny
-ACN_ColumnsSelector=Selektor kolumn
-ACD_ColumnsSelector=Wybierz widoczne kolumny
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Wybierz kolumny kt\u00f3re maj\u0105 zosta\u0107 wy\u015bwietlone na li\u015bcie
-NodeOutlineModel_NodesColumnLabel=W\u0119ze\u0142
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Uzyskiwanie dost\u0119pu do {0} bez  praw odczytu Children.MUTEX
-
diff --git a/l10n/src/pl/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_pl.properties
deleted file mode 100644
index 4ff8cbd..0000000
--- a/l10n/src/pl/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_pl.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Nieprawid\u0142owy dokument XML:
-
-W-003=Ostrze\u017cenie: parser XML nie wspiera mo\u017cliwo\u015bci lexical-handler.
-
diff --git a/l10n/src/pl/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_pl.properties
deleted file mode 100644
index 01e9a7a..0000000
--- a/l10n/src/pl/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_pl.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API Systemu Plik\u00f3w
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API Wirtualnego Systemu Plik\u00f3w.
-OpenIDE-Module-Long-Description=Pozwala na dost\u0119p do zasob\u00f3w takich jak pliki w spos\u00f3b niezale\u017cny od systemu operacyjnego. Wspiera powiadomienia o zmianach na dysku.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Nieprawid\u0142owe {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=Korze\u0144 {0} nie istnieje.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Nie mo\u017cna usun\u0105\u0107 \u017ar\u00f3d\u0142a systemu plik\u00f3w {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Nie mo\u017cna zmieni\u0107 nazwy \u017ar\u00f3d\u0142a systemu plik\u00f3w {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Nie mo\u017cna usun\u0105\u0107 pliku {0} w {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Nie mo\u017cna zmieni\u0107 nazwy pliku {0} w {1} na {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=System plik\u00f3w {0} jest tylko do odczytu.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=Plik {0} w {1} jest tylko do odczytu.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Nie mo\u017cna utworzy\u0107 pliku {0} poniewa\u017c {1} w systemie plik\u00f3w {2} nie jest folderem.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Uko\u015bnik prawy (slash) w nazwie folderu {0}" nie jest dozwolony.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Folder {0} ju\u017c istnieje w {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Nie mo\u017cna utworzy\u0107 folderu {0} w {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=Plik {0} ju\u017c istnieje w systemie plik\u00f3w {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Nie mo\u017cna utworzy\u0107 pliku {2}.{3} w katalogu {0} na systemie plik\u00f3w {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Nieprawid\u0142owa blokada [{0}] dla pliku {1} w {2} z aktualn\u0105 blokad\u0105 [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Nie mo\u017cna zmodyfikowa\u0107 pliku filesystem.attributes:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=Nie mo\u017cna znale\u017a\u0107 pliku {1} w folderze {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} jest tylko do odczytu.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} jest tylko do odczytu poniewa\u017c jest wewn\u0105trz {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=Plik {0} nie istnieje.
-
-# {0} = name of zip file 
-EXC_CanntRead=Nie mo\u017cna odczyta\u0107 pliku {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=B\u0142\u0105d w pliku {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=B\u0142\u0105d w pliku JAR {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Nieznany plik JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Z\u0142o\u017cony System Plik\u00f3w
-EXC_FileOutsideModified=Plik {0} nie zosta\u0142 znaleziony. Inna aplikacja mog\u0142a przenie\u015b\u0107 plik b\u0105d\u017a zmieni\u0107 nazw\u0119.
-XML_NotValidXMLFileSystem=Nieprawid\u0142owy System Plik\u00f3w XML.
-EXC_DefAttrReadErr=Nie mo\u017cna odczyta\u0107 DefaultAttributes.
-EXC_UnreachableCode=Wewn\u0119trzny b\u0142\u0105d: kod nieosi\u0105galny.
-
-EXC_FolderCopy=Kopiowanie folderu nie jest mo\u017cliwe.
-XML_RootInvalid=FileSystem musi by\u0107 korzeniem.
-XML_MisssingAttr=Brakuje atrybutu \"name\"
-XML_InaccurateParam=Nieprawid\u0142owa liczba parametr\u00f3w
-XML_UnknownElement=Nieznany element.
-XML_DuplElement=Zduplikowany obiekt typu FileObject:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} w {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Otwieranie strumienia dla {0}
-
diff --git a/l10n/src/pl/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_pl.properties
deleted file mode 100644
index 6b06720..0000000
--- a/l10n/src/pl/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_pl.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API We/Wy
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Otwarte API zwi\u0105zane z obs\u0142ug\u0105 wyj\u015bcia programu.
-OpenIDE-Module-Long-Description=Zawiera klasy z pakiet\u00f3w org.openide.windows.* zwi\u0105zane z tworzeniem zak\u0142adek wyj\u015bciowych, wy\u015bwietlaniem wyj\u015bcia programu i tworzeniem w nich hiperlink\u00f3w.
-
diff --git a/l10n/src/pl/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_pl.properties
deleted file mode 100644
index ff3ef24..0000000
--- a/l10n/src/pl/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_pl.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Long-Description=Modu\u0142 \u0142\u0105czy API Baz Danych z API Tworzenia Skrypt\u00f3w. Jako rezultat  mo\u017cliwe jest u\u017cywanie jakiegokolwiek j\u0119zyka skryptowego i szablonowego w celu generowania szablon\u00f3w.
-OpenIDE-Module-Name=Zaawansowane tworzenie szablon\u00f3w
-OpenIDE-Module-Short-Description=Zaawansowane tworzenie szablon\u00f3w nie tylko dla system\u00f3w danych
-
diff --git a/l10n/src/pl/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_pl.properties
deleted file mode 100644
index 8a8231f..0000000
--- a/l10n/src/pl/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_pl.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API Systemu Danych
-OpenIDE-Module-Short-Description=Otwarte API NetBeansa do zarz\u0105dzania obiektami danych.
-OpenIDE-Module-Long-Description=API Systemu Danych jest najwy\u017csz\u0105 warstw\u0105 API Systemu Plik\u00f3w, kt\u00f3ra rozpoznaje oraz grupuje obiekty danych i nadaje im okre\u015blon\u0105 semantyk\u0119. Poprzednio jako cz\u0119\u015b\u0107 otwartych API, w chwili obecnej wydzielony jest jako osobny modu\u0142.
-OpenIDE-Module-Display-Category=Infrastruktura
-
-#DefaultDataObject
-HINT_DefaultDataObject=Nierozpoznany plik
-
-EXC_SharedAccess=Dost\u0119p dzielony
-
-#Folder.Index
-EXC_ReorderFailed=Nie mo\u017cna zapisa\u0107 nowego porz\u0105dku.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Nie mo\u017cna usun\u0105\u0107 pliku {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Odno\u015bnik do {3}
-
-PROP_ShadowOriginalName=Nazwa oryginalna
-HINT_ShadowOriginalName=Nazwa obiektu, do kt\u00f3rego prowadzi odno\u015bnik.
-PROP_ShadowOriginalFileSystem=Orginalna nazwa systemu plik\u00f3w
-HINT_ShadowOriginalFileSystem=Nazwa systemu pliku oryginalnego obiektu.
-
-# DataNode
-PROP_name=Nazwa
-HINT_name=Nazwa tego obiektu.
-PROP_template=Szablon
-HINT_template=Je\u015bli prawda, to ten obiekt jest szablonem (mo\u017ce tworzy\u0107 instancje samego sobie).
-PROP_files=Wszystkie pliki
-HINT_files=Lista plik\u00f3w reprezentowanych przez obiekt.
-PROP_size=Rozmiar pliku
-HINT_size=Wielko\u015b\u0107 pliku w bajtach. (Odnosi si\u0119 tylko do pierwszego pliku na li\u015bcie wszystkich plik\u00f3w.)
-PROP_lastModified=Czas modyfikacji
-HINT_lastModified=Czas ostatniej modyfikacji. (Odnosi si\u0119 tylko do pierwszego pliku na li\u015bcie wszystkich plik\u00f3w.)
-PROP_extension=Rozszerzenie
-HINT_extension=Pierwotne rozszerzenie pliku.
-ERROR_extension=Nie mo\u017cna zmieni\u0107 rozszerzenia. Plik jest zmieniony.
-
-# name of set with sorting options
-PROP_sorting=Sortowanie
-HINT_sorting=Ustawienia sortowania i porz\u0105dkowania.
-
-#
-# folder sort mode property
-PROP_sort=Tryb sortowania
-HINT_sort=Okre\u015bla spos\u00f3b sortowania obiekt\u00f3w w pakietach.
-# SortModeEditor
-VALUE_sort_none=Nieposortowany
-VALUE_sort_names=Wed\u0142ug nazwy
-VALUE_sort_class=Wed\u0142ug typu
-VALUE_sort_folder_names=Wed\u0142ug nazwy (najpierw pakiety)
-VALUE_sort_last_modified=Wed\u0142ug czasu modyfikacji
-VALUE_sort_size=Wed\u0142ug rozmiaru pliku
-
-
-#
-# Names of paste types
-#
-PT_move=&Przenie\u015b
-PT_copy=&Kopiuj
-PT_instantiate=&Tworzenie instancji
-PT_shadow=Utw\u00f3rz &odno\u015bnik
-PT_serialize=&Serializuj
-PT_instance=&Domy\u015blna instancja
-
-# 
-SerializeBean_Text=&Nazwa pliku, do kt\u00f3rego instancja ma by\u0107 serializowana
-SerializeBean_Title=Serializacja instancji
-
-#
-# new folder
-#
-CTL_NewFolder=Folder
-CTL_NewFolderName=&Nazwa:
-CTL_NewFolderTitle=Utw\u00f3rz nowy katalog
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=Plik {0} ju\u017c istnieje w katalogu {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Katalog {0} ju\u017c istnieje w katalogu {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=Plik {1} wydaje si\u0119 za du\u017cy ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) aby go bezpiecznie otworzy\u0107. \nOtwarcie pliku mo\u017ce spowodowa\u0107 b\u0142\u0105d OutOfMemoryError, Kt\u00f3ry uczyni\u0142by IDE niezdolnym do u\u017cytkowania. Czy naprawd\u0119 chcesz go otworzy\u0107?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=Pliki konfiguracyjne XML
-PROP_XmlError=B\u0142\u0105d (mo\u017cliwo\u015b\u0107 odzyskania)
-PROP_XmlWarning=Ostrze\u017cenie
-PROP_XmlFatalError=B\u0141\u0104D KRYTYCZNY
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Nie mo\u017cna utworzy\u0107 katalogu; {0} nie jest poprawn\u0105 nazw\u0105.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=B\u0142\u0105d kopiowania {0}: Katalog docelowy i \u017ar\u00f3d\u0142owy jest identyczny.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=B\u0142\u0105d kopiowania {0}: Katalog docelowy jest podkatalogiem katalogu \u017ar\u00f3d\u0142owego.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=Nowy kreator - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=Nowy kreator
-LAB_TemplateChooserPanelName=Wybierz szablon
-LAB_SelectTemplateBorder=&Wska\u017c szablon:
-MSG_NoDescription=Brak opisu
-MSG_InitDescription=Inicjowanie opisu...
-LAB_TemplateDescriptionBorder=&Opis szablonu:
-LAB_TargetLocationPanelName=Lokacja docelowa
-LAB_TargetLocationDescription=Wska\u017c katalog dla nowo tworzonego obiektu lub wpisz nazw\u0119 katalogu poni\u017cej:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/A
-ACSD_TemplateWizard1=N/A
-
-CTL_NewObjectName=&Nazwa\:
-ACSD_NewObjectName=N/A
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/A
-
-LBL_settingsNodeName=Ustawienia
-EXC_folder_delete_failed=Brak mo\u017cliwo\u015bci usuni\u0119cia katalogu \u017ar\u00f3d\u0142owego podczas przenoszenia.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<g\u0142\u00f3wny katalog> [{0}]
-FMT_DefaultNewObjectName=<nazwa domy\u015blna>
-
-LBL_shadow_loader_display_name=Odno\u015bniki
-LBL_folder_loader_display_name=Katalogi
-LBL_default_loader_display_name=Nierozpoznane obiekty
-LBL_instance_loader_display_name=Akcje instancji
-
-FMT_CannotCopyDo=Ostrze\u017cenie: Obiekt {0} nie mo\u017ce by\u0107 kopiowany.
-FMT_CannotMoveDo=Ostrze\u017cenie: Obiekt {0} nie mo\u017ce by\u0107 przenoszony.
-
-# InstanceDataObject
-LBL_separator_instance=(separator)
-PROP_instance_class=Nazwa klasy
-HINT_instance_class=Nazwa klasy Java reprezentowanego obiektu.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=Problem z zapisaniem {0} ziarna.
-
-FMT_brokenShadowName={0} (Uszkodzony odno\u015bnik)
-HINT_brokenShadowOriginalName=Uszkodzony odno\u015bnik
-PROP_brokenShadowOriginalName=Uszkodzony odno\u015bnik
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Uszkodzony odno\u015bnik systemu plik\u00f3w
-HINT_brokenShadowFileSystem=Uszkodzony odno\u015bnik systemu plik\u00f3w
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Nierozpoznane ustawienie>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Rodzaj kopii obiektu danych
-LBL_DOcut=Rodzaj wyci\u0119cia obiektu danych
-#NewObjectPanel
-LAB_NewObjectPanelName=Nowa nazwa obiektu
-FMT_DefaultNewObject=<domy\u015blny>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=Menu kontekstowe dla obiektu typu {0} nie mo\u017ce by\u0107 przywr\u00f3cone; u\u017cywaj\u0105c domy\u015blnych ustawie\u0144.
-LBL_loader_display_name=Program \u0142aduj\u0105cy
-
-MSG_renameError=Nazwa obiektu nie mo\u017ce by\u0107 zmieniona z {0} na {1}.
-MSG_NotValidName=Nie mo\u017cna nada\u0107 {0} pustej nazwy.
-ERR_NoFilesystem=Brak dost\u0119pnego systemu plik\u00f3w Upewnij si\u0119, \u017ce masz przynajmniej jeden system plik\u00f3w, kt\u00f3ry nie jest tylko do odczytu i nie jest ukryty.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=Docelowy system plik\u00f3w lub katalog nie istnieje.
-MSG_fs_is_readonly=Docelowy system plik\u00f3w jest tylko do odczytu.
-# {0} - name of the existing file
-MSG_file_already_exist=Plik {0} ju\u017c istnieje.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Akcja systemu plik\u00f3w
-#InstantiateAction
-Instantiate=Tworzenie instancji
-#SaveAsTemplateAction
-SaveAsTemplate=Zapisz jako szablon...
-Title_SaveAsTemplate=Zapisz jako szablon
-CTL_SaveAsTemplate=W&ska\u017c kategori\u0119, do kt\u00f3rej nale\u017ce\u0107 b\u0119dzie nowy szablon:
-CTL_SaveAsTemplate_TemplatesRoot=Szablony
-SaveAll=Zapisz &wszystko
-HINT_SaveAll=Zapisz wszystkie pliki (je\u015bli opcja kompliacji przy zapisie jest w\u0142\u0105czona, twoje pliki zostan\u0105 tak\u017ce skompilowane/zbudowane)
-# FileSystemRefreshAction
-LAB_Refresh=Od\u015bwie\u017c katalog
-# NewTemplateAction
-EXC_TemplateFailed=Utworzenie obiektu z szablonu zako\u0144czone niepowodzeniem.
-NewTemplate=No&wy
-NewTemplateAction=Wszystkie szablony...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Pusty
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Otwieranie {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=Plik {0} jest zmodyfikowany. Zapisa\u0107 go?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (zmodyfikowany)
-TIP_editor_ro=\ (tylko do odczytu)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=Plik {0} zosta\u0142 zmieniony na tylko do odczytu! Wszystkie zmiany zostan\u0105 odrzucone.
-MSG_FileReadOnlySaving=Plik {0} zosta\u0142 zmieniony na tylko do odczytu! Nie mo\u017cna go zapisa\u0107.
-MSG_FileReadOnlyChanging=Plik {0} zosta\u0142 zmieniony na tylko do odczytu!
-
-
-MSG_BinaryFileQuestion=Wygl\u0105da na to, \u017ce ten plik zawiera dane binarne. Czy na pewno chcesz otworzy\u0107 to w edytorze tekstowym?
-MSG_BinaryFileWarning=Wykryto plik binarny
-
-CTL_SaveAsAction=Za&pisz jako...
-MSG_SaveAsFailed=Wyst\u0105pi\u0142y problemy podczas zapisywania {0}\nPrzyczyna: {1}
-LBL_SaveAsTitle=Zapisz jako
-MSG_CannotCreateTargetFolder=Nie mo\u017cna utworzy\u0107 katalogu docelowego.
-MSG_SaveAs_SameFileSelected=Wybierz inn\u0105 nazw\u0119 pliku.
-MSG_SaveAs_SameFileSelected_Title=Zapisz jako
-
diff --git a/l10n/src/pl/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_pl.properties
deleted file mode 100644
index 9f7c78d..0000000
--- a/l10n/src/pl/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_pl.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API Modu\u0142u Systemowego
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API do pozyskiwania informacji o zainstalowanych modu\u0142ach.
-OpenIDE-Module-Long-Description=Pozwala pozyska\u0107 list\u0119 o zainstalowanych modu\u0142ach oraz bada\u0107 ich w\u0142a\u015bciwo\u015bci i zale\u017cno\u015bci.
-
diff --git a/l10n/src/pl/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_pl.properties
deleted file mode 100644
index 89adbf9..0000000
--- a/l10n/src/pl/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_pl.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API W\u0119z\u0142\u00f3w
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API do definiowania og\u00f3lnych drzewiastych struktur.
-OpenIDE-Module-Long-Description=Dostarcza abstrakcyjn\u0105 struktur\u0119 drzewiast\u0105 poprzez definiowanie w\u0119z\u0142a - og\u00f3lnego rozszerzalnego interfejsu, kt\u00f3ry mo\u017ce by\u0107 nast\u0119pnie wy\u015bwietlony przez API Eksplorera.
-
-
-
-#Sheet
-Properties=W\u0142a\u015bciwo\u015bci
-Expert=Zaawansowany
-HINT_Properties=W\u0142a\u015bciwo\u015bci obiektu.
-HINT_Expert=Zaawansowane w\u0142a\u015bciwo\u015bci obiektu.
-
-#indexed customizer
-LAB_order=Zmie\u0144 kolejno\u015b\u0107
-LAB_listOrder=Poka\u017c te pola w tej kolejno\u015bci:
-LAB_listOrder_Mnemonic=S
-Button_close=Zamknij
-Button_close_Mnemonic=Z
-Button_up=Przesu\u0144 do g\u00f3ry
-Button_up_Mnemonic=U
-Button_down=Przesu\u0144 do do\u0142u
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/A
-ACSD_Button_up=N/A
-ACSD_Button_down=N/A
-ACSD_ListOrder=N/A
-ACSD_IndexedCustomizer=N/A
-
-#PropertySupport
-CTL_StandardName=Nazwa
-CTL_StandardHint=Nazwa obiektu.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Wklej w\u0119ze\u0142
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Kopiuj indeks
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Prosz\u0119 czeka\u0107...
-
diff --git a/l10n/src/pl/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_pl.properties
deleted file mode 100644
index 38120f2..0000000
--- a/l10n/src/pl/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_pl.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API Opcji Ustawie\u0144
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Wsparcie dla przechowywania preferencji.
-OpenIDE-Module-Long-Description=Dostarcza klasy upraszczaj\u0105ce przechowywanie ustawie\u0144 pomi\u0119dzy wielokrotnymi wywo\u0142aniami aplikacji opartych na NetBeans.
-OpenIDE-Module-Deprecation-Message=U\u017cyj org.openide.util.NbPreferences.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Wyj\u0105tek podczas pobierania w\u0142a\u015bciwo\u015bci {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/pl/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_pl.properties
deleted file mode 100644
index 633dd9c..0000000
--- a/l10n/src/pl/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_pl.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API Tekstu
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Og\u00f3lne API b\u0119d\u0105ce nak\u0142adk\u0105 dla Swinga bazuj\u0105cego na EditorKit.
-OpenIDE-Module-Long-Description=Dostarcza wsparcie dla definiowania komponent\u00f3w, kt\u00f3re osadzaj\u0105 edytory tekstowe Swing.
-
-
-
-# Editor top component
-CTL_ModeName=Edytor
-
-# Print settings
-CTL_Print_settings=Ustawienia drukowania
-CTL_Header_format = Drukowanie {2} z {1}
-CTL_Footer_format = Strona {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Format strony
-HINT_PAGE_FORMAT=Format strony
-PROP_WRAP=Zawi\u0144 linie
-HINT_WRAP=Czy linie powinny by\u0107 zawini\u0119te?
-PROP_HEADER_FORMAT=Format nag\u0142\u00f3wka strony
-
-HINT_HEADER_FORMAT=Na przyk\u0142ad, "G\u00f3ra strony {0} (drukowane dnia {1}) z pliku {2}".
-PROP_FOOTER_FORMAT=Format stopki strony
-HINT_FOOTER_FORMAT=Na przyk\u0142ad, "D\u00f3\u0142 strony {0} (drukowane dnia {1}) z pliku {2}".
-PROP_HEADER_FONT=Czcionka nag\u0142\u00f3wka strony
-HINT_HEADER_FONT=Ustaw czcionk\u0119 nag\u0142\u00f3wka strony.
-PROP_FOOTER_FONT=Czcionka stopki strony
-HINT_FOOTER_FONT=Ustaw czcionk\u0119 stopki strony.
-PROP_HEADER_ALIGNMENT=Wyr\u00f3wnanie nag\u0142\u00f3wka strony
-HINT_HEADER_ALIGNMENT=Wyr\u00f3wnanie nag\u0142\u00f3wka strony - LEWO, WY\u015aRODKOWANY, PRAWO.
-PROP_FOOTER_ALIGNMENT=Wyr\u00f3wnanie stopki strony
-HINT_FOOTER_ALIGNMENT=Wyr\u00f3wnanie stopki strony - LEWO, WY\u015aRODKOWANY, PRAWO.
-PROP_LINE_ASCENT_CORRECTION=Poprawa pozycji - rosn\u0105ca.
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Wielokrotna poprawa pozycji - rosn\u0105ca.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTER
-CTL_RIGHT = RIGHT
-CTL_LEFT = LEFT
-
-# Cancellation
-CTL_Print_progress=Strona numer {0} zosta\u0142a wydrukowana.
-CTL_Print_cancellation=Post\u0119p drukowania
-CTL_Cancel=Anuluj
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Drukowanie zosta\u0142o przerwane.
-EXC_Printer_Problem=Problem drukarki: {0}
-EXC_ReadOnlyFile=Plik {0} jest tylko do odczytu.
-EXC_LoadDocument=Dokument {0} nie m\u00f3g\u0142 zosta\u0107 za\u0142adowany.
-LBL_EditorLoading=\u0141adowanie...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Pytanie
-CTL_Save=Zapisz
-ACSN_CTL_Save=N/A
-ACSD_CTL_Save=N/A
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Odrzu\u0107
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/A
-ACSD_CTL_Discard=N/A
-
-# PositionBounds
-MSG_Empty_string=Niezdolny do wstawienia pustego \u0142a\u0144cucha
-#editor support warning message
-FMT_FileNotFound=Ostrze\u017cenie: Plik {0} nie zosta\u0142 znaleziony lub nie ma do niego dost\u0119pu.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=Plik {0} zosta\u0142 zmodyfikowany zewn\u0119trznie. Za\u0142adowa\u0107 ponownie?
-FMT_External_change_write=Plik {0} zosta\u0142 zmodyfikowany zewn\u0119trznie. Nadpisa\u0107?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=Wskaza\u0142e\u015b niew\u0142a\u015bciwy plik. Sprawd\u017a \u015bcie\u017ck\u0119.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Edytor dla {0}
-ACSD_CloneableEditor_QuietEditorPane=Edytor dla {0}
-TITLE_SourceButton=\u0179r\u00f3d\u0142o
-
-
diff --git a/l10n/src/pl/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_pl.properties
deleted file mode 100644
index d7a0ee7..0000000
--- a/l10n/src/pl/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_pl.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API Starego Wyliczenia
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API Wyliczenia jest w z\u0142ym pakiecie.
-OpenIDE-Module-Long-Description=API Wyliczenia jest w z\u0142ym pakiecie, org.openide.util.enum i w tym wypadku nie mo\u017ce by\u0107 kompilwane przez Jav\u0119 1.5, poniewa\u017c enum jest s\u0142owem kluczowym. Jest zast\u0105piony przez klas\u0119 org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=U\u017cyj org.openide.util.Enumerations zamiast tego modu\u0142u.
-
diff --git a/l10n/src/pl/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_pl.properties
deleted file mode 100644
index de4a501..0000000
--- a/l10n/src/pl/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_pl.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Wyszukiwanie
-
diff --git a/l10n/src/pl/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_pl.properties
deleted file mode 100644
index d3fca09..0000000
--- a/l10n/src/pl/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_pl.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API Narz\u0119dzi
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API Podstawowych Narz\u0119dzi.
-OpenIDE-Module-Long-Description=R\u00f3\u017cne metody pomagaj\u0105ce i podstawowe definicje poj\u0119\u0107 wliczaj\u0105c akcje, wyszukiwanie, obs\u0142ug\u0119 obraz\u00f3w, r\u00f3wnoleg\u0142e wykonywanie i cechowanie
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=Serwer HTTP jest ju\u017c zarejestrowany. Nie mo\u017cesz u\u017cywa\u0107 dw\u00f3ch serwer\u00f3w naraz.
-SERVER_CANNOT_UNREGISTER=Modu\u0142 usi\u0142owa\u0142 wyrejestrowa\u0107 serwer HTTP dostarczony przez inny modu\u0142.
-
-MSG_ToNowhere=do nik\u0105d
-MSG_To=do
-
-MSG_NoServerRegistered=Brak zarejestrowanego serwera.
-MSG_TooManyArguments=zbyt du\u017co argument\u00f3w.
-MSG_UnmatchedBraces=niedopasowane klamer we wzorze na pozycji
-
-# NbBundle
-MSG_FMT_ObjectForKey=obiekt dla klucza {0} nie zosta\u0142 znaleziony
-MSG_ClassFinderAlreadySet=ClassFinder zosta\u0142 ju\u017c ustawiony.
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=OSTRZE\u017bENIE: Nie mo\u017cna za\u0142adowa\u0107 tablicy t\u0142umaczenia: {0}
-PROGRESS_CURSOR=Wska\u017anik post\u0119pu
-
diff --git a/l10n/src/pl/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_pl.properties
deleted file mode 100644
index 1cedc37..0000000
--- a/l10n/src/pl/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_pl.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Rodzaj wielorakich obiekt\u00f3w
-
-Create=Utw\u00f3rz
-Paste=Wklej
-
diff --git a/l10n/src/pl/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_pl.properties b/l10n/src/pl/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_pl.properties
deleted file mode 100644
index c60a693..0000000
--- a/l10n/src/pl/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_pl.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API Systemu Okien
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API do zarz\u0105dzania komponentami na ekranie.
-OpenIDE-Module-Long-Description=Dostarcza abstrakcyjne API OS i MDI/SDI ponad poj\u0119cie komponent\u00f3w wy\u015bwietlanych u\u017cytkownikowi.
-
-
-
-# name of empty workspace
-None=Brak
-
-#CloneableTopComponent
-EXC_CannotAssign=Nie mo\u017cna przypisa\u0107 komponentu do EMPTY
-
-#TopComponent
-EXC_UnknownOperation=Nieznana operacja zamkni\u0119cia
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Wywo\u0142anie {2} implementowane jako {3} z {0}
-
diff --git a/l10n/src/pl/platform/print/print/org/netbeans/modules/print/action/Bundle_pl.properties b/l10n/src/pl/platform/print/print/org/netbeans/modules/print/action/Bundle_pl.properties
deleted file mode 100644
index 05bc3ed..0000000
--- a/l10n/src/pl/platform/print/print/org/netbeans/modules/print/action/Bundle_pl.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=&Ustawienia strony...
-
-# PrintAction
-TLT_Print_Action=Drukuj
-MNU_Print_Action=&Drukuj...
-ACT_Print_Action=Drukuj - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/pl/platform/print/print/org/netbeans/modules/print/resources/Bundle_pl.properties b/l10n/src/pl/platform/print/print/org/netbeans/modules/print/resources/Bundle_pl.properties
deleted file mode 100644
index ac63089..0000000
--- a/l10n/src/pl/platform/print/print/org/netbeans/modules/print/resources/Bundle_pl.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Drukuj
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Implementacja modu\u0142u drukowania.
-OpenIDE-Module-Long-Description=Implementacja modu\u0142u drukowania.
-
-# layer.xml
-Actions/File=Plik
-
diff --git a/l10n/src/pl/platform/print/print/org/netbeans/modules/print/ui/Bundle_pl.properties b/l10n/src/pl/platform/print/print/org/netbeans/modules/print/ui/Bundle_pl.properties
deleted file mode 100644
index c2d4e2b..0000000
--- a/l10n/src/pl/platform/print/print/org/netbeans/modules/print/ui/Bundle_pl.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Problem drukarki: {0}
-LBL_Page_Setup_Button=U&stawienia strony
-TLT_Page_Setup_Button=Wywo\u0142uje okno dialogowe ustawie\u0144 strony
-LBL_Print_Option_Button=&Opcje drukowania
-TLT_Print_Option_Button=Wywo\u0142uje okno dialogowe opcji drukowania
-LBL_Print_Button=&Drukuj
-TLT_Print_Button=Wywo\u0142uje okno dialogowe drukowania
-LBL_Close_Button=&Zamknij
-TLT_Close_Button=Zamyka okno dialogowe podgl\u0105du wydruku
-LBL_Print_Preview=Podgl\u0105d wydruku
-LBL_Fit_to_Width=Dopasuj do szeroko\u015bci
-LBL_Fit_to_Height=Dopasuj do wysoko\u015bci
-LBL_Fit_to_All=Poka\u017c wszystkie strony
-
-TLT_First=&Pierwsza strona (Alt+P)
-TLT_Previous=Pop&rzednia strona (Alt+R)
-TLT_Next=&Nast\u0119pna strona (Alt+N)
-TLT_Last=&Ostatnia strona (Alt+L)
-TLT_Fit=Zmie\u0144 &skal\u0119 (Alt+S)
-TLT_Zoom_In=Po&wi\u0119ksz (Alt+W)
-TLT_Zoom_Out=Po&mniejsz (Alt+M)
-TLT_Toggle=Poka\u017c wiele s&tron (Alt+T)
-TLT_Goto=<html><body> <b>Navigation:</b> <br> press <code>/</code> or <code>F</code> to show first page <br> press <b><code>-</code></b> or <code>G</code> to show previous page <br> press <b><code>+</code></b> or <code>K</code> to show next page <br> press <code>*</code> or <code>L</code> to show last page </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Opcje drukowania
-LBL_Border=Obramowanie
-LBL_Print_Border=Drukuj o&bramowanie
-LBL_Print_Header=Drukuj na&g\u0142\u00f3wek
-LBL_Print_Footer=Drukuj s&topk\u0119
-LBL_Choose_Font=Wybierz czcionk\u0119
-LBL_Choose_Color=Wybierz kolor
-LBL_Insert_Macros=Wstaw makro:
-LBL_Text=Tekst
-LBL_Line_Numbers=N&umery linii
-LBL_Wrap_Lines=Za&wi\u0144 linie
-LBL_Use_Font=U\u017cyj atrybut\u00f3w czcionki // &X
-LBL_Use_Color=U\u017cyj atrybut\u00f3w koloru // &Q
-LBL_As_Editor=Drukuj jak w edytorze // &J
-LBL_Selection=Drukuj zaz&naczone pole
-LBL_Line_Spacing=Odst\u0119&p mi\u0119dzy liniami:
-LBL_Text_Font_and_Color=Czcionka i kolo&r tekstu:
-LBL_Background_Color=Kolor &t\u0142a:
-LBL_Zoom=Przybli\u017cenie
-LBL_Header_Footer=Nag\u0142\u00f3wek i stopka
-LBL_Apply=Z&astosuj
-LBL_Left=Lewy:
-LBL_Center=\u015arodkowy:
-LBL_Right=Prawy:
-
-ERR_Zoom_Value_Is_Invalid=Warto\u015b\u0107 przybli\u017cenia jest niepoprawna!
-ERR_Header_Size_Is_Too_Big=Rozmiar nag\u0142\u00f3wka jest za du\u017cy!
-ERR_Footer_Size_Is_Too_Big=Rozmiar stopki jest za du\u017cy!
-ERR_Page_Number_Is_Invalid=Liczba stron jest niepoprawna!
-ERR_Page_Number_Is_Too_Big=Liczba stron jest za du\u017ca!
-
-TLT_Apply=Zastosowuje zmiany
-TLT_Border_Color=Wybierz kolor o&bramowania (Alt+B)
-TLT_Header_Font=Wybierz czcio&nk\u0119 nag\u0142\u00f3wka (Alt+N)
-TLT_Header_Color=Wybierz k&olor nag\u0142\u00f3wka (Alt+O)
-TLT_Footer_Font=Wybierz czcionk\u0119 s&topki (Alt+T)
-TLT_Footer_Color=Wybierz ko&lor stopki (Alt+L)
-TLT_Text_Font=Wybierz czcionk\u0119 tekstu (Alt+K) // &K
-TLT_Text_Color=Wybierz kolo&r tekstu (Alt+R)
-TLT_Background_Color=Wybierz kolor t\u0142a // &G
-TLT_Print_Zoom=Dostosowuje przybli\u017cenie wydruku
-TLT_Use_Font=Zastosuj czcionk\u0119 (Alt+X)
-TLT_Use_Color=Zastosuj kolor (Alt+Q)
-TLT_As_Editor=Poka\u017c jak w edytorze (Alt+J)
-TLT_Selection=Drukuj zaznaczone pole
-
-LBL_Pages=strona(y)
-LBL_Fit_Width_to=Dopasuj do szeroko\u015bc&i:
-TLT_Fit_Width_to=Dopasuj do szeroko\u015bci
-LBL_Fit_Height_to=Dopasuj do wys&oko\u015bci:
-TLT_Fit_Height_to=Dopasuj do wysoko\u015bci
-LBL_Zoom_to=Pr&zybli\u017c do:
-TLT_Zoom_to=Przybli\u017c do
-LBL_Fit_to_Page=Dopasuj do strony // &Y
-TLT_Fit_to_Page=Dopasuj do strony (Alt+Y)
-
diff --git a/l10n/src/pl/platform/print/print/org/netbeans/modules/print/util/Bundle_pl.properties b/l10n/src/pl/platform/print/print/org/netbeans/modules/print/util/Bundle_pl.properties
deleted file mode 100644
index 2735538..0000000
--- a/l10n/src/pl/platform/print/print/org/netbeans/modules/print/util/Bundle_pl.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} z {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=Nazwa drukowanego komponentu
-ROW=Liczba rz\u0119d\u00f3w
-COLUMN=Liczba kolumn
-USER=Nazwa u\u017cytkownika
-COUNT=Numer stron
-MODIFIED_DATE=Data ostatniej modyfikacji
-MODIFIED_TIME=Czas ostatniej modyfikacji
-PRINTED_DATE=Data drukowania
-PRINTED_TIME=Czas drukowania
-
diff --git a/l10n/src/pl/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_pl.properties b/l10n/src/pl/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_pl.properties
deleted file mode 100644
index 44b3e5d..0000000
--- a/l10n/src/pl/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_pl.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Interfejs U\u017cytkownika - Post\u0119p
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Wizualizacja post\u0119pu zada\u0144.
-OpenIDE-Module-Long-Description=Umo\u017cliwia wgl\u0105d na wszystkie uruchomione zadania oraz pozwala na ich anulowanie, itd.
-
-NbProgressBar.tooltip1={0} uruchomionych zada\u0144. Kliknij po szczeg\u00f3\u0142y.
-NbProgressBar.tooltip2={0} uruchomione zadanie. Kliknij po szczeg\u00f3\u0142y
-ListComponent.btnClose.tooltip=Naci\u015bnij aby anulowa\u0107 proces
-ListComponent.bar.tooltip=Naci\u015bnij aby obeserwowa\u0107 proces
-Cancel_Question=Czy na pewno chcesz anulowa\u0107 {0}?
-Cancel_Question_Title=Anuluj uruchomione zadanie
-StatusLineComponent.ShowProcessList=Poka\u017c procesy
-StatusLineComponent.Cancel=Anuluj proces
-StatusLineComponent.View=Poka\u017c wyj\u015bcie
-ListComponent.Watch=Obserwuj proces
-
-RunOffAWT.TITLE_Operation=D\u0142uga operacja w toku
-RunOffAWT.BTN_Cancel=Anuluj
-
-# ProgressListAction
-CTL_ProcessListAction=&Procesy
-
-# CancelAction
-CTL_CancelAction=Anuluj proces
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Naci\u015bnij aby anulowa\u0107 proces
-ModalDialog.btnClose.text=Anuluj
-ModalDialog.btnClose.accessibleName=Anuluj
-ModalDialog.btnClose.accessibleDescription=Anuluje obecne procesy
-
-
diff --git a/l10n/src/pl/platform/queries/queries/org/netbeans/modules/queries/Bundle_pl.properties b/l10n/src/pl/platform/queries/queries/org/netbeans/modules/queries/Bundle_pl.properties
deleted file mode 100644
index e3ea788..0000000
--- a/l10n/src/pl/platform/queries/queries/org/netbeans/modules/queries/Bundle_pl.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API G\u0142\u00f3wnych Zapyta\u0144
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Pe\u0142ni funkcj\u0119 og\u00f3lnego kana\u0142u komunikacyjnego pomi\u0119dzy modu\u0142ami.
-OpenIDE-Module-Long-Description=Zapytania host\u00f3w, kt\u00f3re nie s\u0105 przypisane do okre\u015blonej domeny. Pozwala r\u00f3\u017cnym modu\u0142om na otrzymywanie informacji o plikach w elastyczny spos\u00f3b.
-
diff --git a/l10n/src/pl/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_pl.properties b/l10n/src/pl/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_pl.properties
deleted file mode 100644
index 96848a8..0000000
--- a/l10n/src/pl/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_pl.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=Opcja {0} potrzebuje argumentu
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Opcja {0} nie mo\u017ce by\u0107 u\u017cywana razem z opcj\u0105 {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Potrzeba co najmniej jeden z {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Potrzeba zastosowa\u0107 r\u00f3wnie\u017c {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=Opcja {0} potrzebuje r\u00f3wnie\u017c opcji {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/pl/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_pl.properties b/l10n/src/pl/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_pl.properties
deleted file mode 100644
index b760e97..0000000
--- a/l10n/src/pl/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_pl.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API Parsowania Linii Polece\u0144
-OpenIDE-Module-Short-Description=API zgodne z GetOpts do parsowania lini polece\u0144
-OpenIDE-Module-Long-Description=API zgodne z GetOpts do parsowania lini polece\u0144 Dotyczy przypadku, gdy ka\u017cda cz\u0119\u015b\u0107 lini polece\u0144 b\u0119dzie parsowana przez inny modu\u0142.
-OpenIDE-Module-Display-Category=Infrastruktura
-
-MSG_OptionsHeader=\nDodatkowe opcje modu\u0142u(\u00f3w):\n
-
diff --git a/l10n/src/pl/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_pl.properties b/l10n/src/pl/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_pl.properties
deleted file mode 100644
index 920093a..0000000
--- a/l10n/src/pl/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_pl.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API Ustawie\u0144
-OpenIDE-Module-Short-Description=Biblioteka, kt\u00f3ra przechowuje ustawienia w znanych formatach.
-OpenIDE-Module-Long-Description=Ten modu\u0142 dostarcza API Ustawie\u0144 do przechowywania zdefiniowanych dla modu\u0142u ustawie\u0144 w dowolnych formatach. Dostarcza tak\u017ce kilku u\u017cytecznych implementacji formatu ustawie\u0144.
-OpenIDE-Module-Display-Category=Infrastruktura
-
diff --git a/l10n/src/pl/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_pl.properties b/l10n/src/pl/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_pl.properties
deleted file mode 100644
index 3c8755a..0000000
--- a/l10n/src/pl/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_pl.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Long-Description=Modu\u0142 kt\u00f3ry dostarcza nowe API aby zast\u0105pi\u0107 NodeAction, CookieAction, itp.
-OpenIDE-Module-Name=SPI Akcji (Eksperymentalne)
-OpenIDE-Module-Short-Description=Zast\u0119pstwo dla NodeAction, CookieAction, itp.
-
diff --git a/l10n/src/pl/platform/templates/templates/org/netbeans/modules/templates/Bundle_pl.properties b/l10n/src/pl/platform/templates/templates/org/netbeans/modules/templates/Bundle_pl.properties
deleted file mode 100644
index b6309bc..0000000
--- a/l10n/src/pl/platform/templates/templates/org/netbeans/modules/templates/Bundle_pl.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Long-Description=Modu\u0142 \u0142\u0105czy API Baz Danych z API Tworzenia Skrypt\u00f3w. Jako rezultat  mo\u017cliwe jest u\u017cywanie jakiegokolwiek j\u0119zyka skryptowego i szablonowego w celu generowania szablon\u00f3w.
-OpenIDE-Module-Name=Zaawansowane tworzenie szablon\u00f3w
-OpenIDE-Module-Short-Description=Zaawansowane tworzenie szablon\u00f3w nie tylko dla system\u00f3w danych
-ERR_Switch_To_Java_6=Nie mo\u017cna wype\u0142ni\u0107 szablonu, pr\u00f3ba u\u017cycia silnika j\u0119zyka skryptowego z wersji JDK 1.6 lub nowszej.\n\nUruchom NetBeans spod JDK 1.6 aby rozwi\u0105za\u0107 problem.\nZobacz http://wiki.netbeans.org/FaqNetbeansConf aby dowiedzie\u0107 si\u0119 jak to zrobi\u0107.
-
diff --git a/l10n/src/pt_BR/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_pt_BR.properties
deleted file mode 100644
index 0687a7e..0000000
--- a/l10n/src/pt_BR/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Infra-estrutura de constru\u00e7\u00e3o de m\u00f3dulos
-OpenIDE-Module-Display-Category=Desenvolvendo o NetBeans
-OpenIDE-Module-Short-Description=Permite que sejam criados m\u00f3dulos externos de plug-ins a partir de c\u00f3digo-fonte.
-OpenIDE-Module-Long-Description=Esta \u00e9 a infra-estrutura de constru\u00e7\u00e3o utilizada para desenvolver m\u00f3dulos para o NetBeans (com ou sem o IDE). \u00c9 normalmene utilizado implicitamente pelos projetos de m\u00f3dulos do NetBeans. Para documenta\u00e7\u00e3o t\u00e9cnica, veja harness/README.
-
diff --git a/l10n/src/pt_BR/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_pt_BR.properties
deleted file mode 100644
index 72c150b..0000000
--- a/l10n/src/pt_BR/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Desenvolvendo o NetBeans
-OpenIDE-Module-Long-Description=Destinos ant para a cobertura de teste de medi\u00e7\u00e3o de projetos apisupport usando Cobertura.\nExecute o destino 'exibir-relat\u00f3rio-cobertura' em um projeto para medir os resultados e exibir um relat\u00f3rio no navegador externo.\nPara a integra\u00e7\u00e3o com o m\u00f3dulo Build Harness.
-OpenIDE-Module-Name=Cobertura do teste do m\u00f3dulo Cobertura
-OpenIDE-Module-Short-Description=Destinos ant para a cobertura de teste de medi\u00e7\u00e3o de projetos apisupport usando Cobertura.
-
diff --git a/l10n/src/pt_BR/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_pt_BR.properties
deleted file mode 100644
index 2edb31e..0000000
--- a/l10n/src/pt_BR/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Plataforma de ferramentas Jelly
-
diff --git a/l10n/src/pt_BR/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_pt_BR.properties
deleted file mode 100644
index 1e0d164..0000000
--- a/l10n/src/pt_BR/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Ferramentas de teste
-OpenIDE-Module-Short-Description=Biblioteca de testes do Jemmy.
-OpenIDE-Module-Long-Description=Uma biblioteca geral para conduzir testes de GUI automatizados.
-
-
diff --git a/l10n/src/pt_BR/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_pt_BR.properties
deleted file mode 100644
index e37d203..0000000
--- a/l10n/src/pt_BR/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Ferramentas de teste
-OpenIDE-Module-Long-Description=Extens\u00f5es do NetBeans para JUnit incluindo assertGC, assertSize, getWorkDir, LineDiff, etc.
-OpenIDE-Module-Name=JUnit NB
-OpenIDE-Module-Short-Description=Extens\u00f5es do NetBeans para JUnit
-
-# Library xml
-nb-junit=JUnit NB
diff --git a/l10n/src/pt_BR/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_pt_BR.properties
deleted file mode 100644
index 5105213..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Biblioteca de perfis de salto INSANE.
-OpenIDE-Module-Long-Description=Uma biblioteca para fazer an\u00e1lise de salto ao vivo da JVM em que \u00e9 executada.
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_pt_BR.properties
deleted file mode 100644
index 8c0decf..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Name=Biblioteca Ant NBI
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_pt_BR.properties
deleted file mode 100644
index cc1d894..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=A plataforma atual n\u00e3o \u00e9 suportada.
-I.error.load.engine.properties=N\u00e3o \u00e9 poss\u00edvel carregar o arquivo de propriedades do motor
-
-I.warning.silent.without.state=Op\u00e7\u00e3o "{1}" \u00e9 obrigat\u00f3ria quando utilizar "{0}". "{0}" ser\u00e1 ignorado.
-
-I.error.cannot.create.local.dir=N\u00e3o \u00e9 poss\u00edvel criar diret\u00f3rio local: {0}
-I.error.local.dir.is.file=O diret\u00f3rio local j\u00e1 existe e \u00e9 um arquivo: {0}
-I.error.no.read.permissions.for.local.dir=N\u00e3o \u00e9 poss\u00edvel ler o diret\u00f3rio local {0} - permiss\u00f5es insuficientes
-I.error.no.write.permissions.for.local.dir=N\u00e3o \u00e9 poss\u00edvel gravar no diret\u00f3rio local {0} - permiss\u00f5es insuficientes
-
-I.lock.file.exists.dialog.title=Arquivo de bloqueio do instalador NetBeans existe
-I.lock.file.exists.dialog.text=O arquivo de bloqueio do instalador existe em {0}\n\nIsso significa que ou uma outra inst\u00e2ncia do instalador j\u00e1 est\u00e1 sendo executada ou a instala\u00e7\u00e3o anterior n\u00e3o foi finalizada corretamente.\nN\u00e3o \u00e9 recomendado que voc\u00ea execute m\u00faltiplas inst\u00e2ncias ao mesmo tempo uma vez que isso pode resultar em uma corrup\u00e7\u00e3o dos dados do instalador.\n\nSe estiver certo que nenhuma outra inst\u00e2ncia est\u00e1 sendo executada neste momento, clique em "Sim" para prosseguir, caso contr\u00e1rio clique em "N\u00e3o" para sair do instalador.\n
-
-I.error.cannot.create.lock.file=N\u00e3o \u00e9 poss\u00edvel criar trava para o arquivo de registro local
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_pt_BR.properties
deleted file mode 100644
index 741964b..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Fazendo download de {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_pt_BR.properties
deleted file mode 100644
index 14e675f..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=O tipo de proxy {0} e {1} em conflito
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI n\u00e3o pode ser nulo
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Falhou ao conectar atrav\u00e9s de {0} para {1}
-US.error.failed.configure.proxy=Falhou ao configurar o proxy {0} para {1}
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_pt_BR.properties
deleted file mode 100644
index ff8cdc4..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Carregando registro local [{0}]
-R.error.loading.local.registry.failed.title=Falha ao carregar o registro local
-R.error.loading.local.registry.failed.msg=O registro local ({0}) n\u00e3o p\u00f4de ser carregado ou foi carregado parcialmente.\nO instalador pode continuar a funcionar normalmente, entretanto, fazer isso poder\u00e1 resultar em um registro global corrompido.\n\nEscolha Sim para continuar, N\u00e3o para sair do instalador.
-
-R.loading.bundled.registry=Carregando registro empacotado [{0}]
-R.error.loading.bundled.registry.failed.title=Falha ao carregar o registro empacotado
-R.error.loading.bundled.registry.failed.msg=O registro inclu\u00eddo ({0}) n\u00e3o p\u00f4de ser carregado, ou foi carregado parcialmente.\nO instalador pode continuar a funcionar normalmente, entretanto, fazer isso poder\u00e1 resultar em um registro global corrompido.\n\nEscolha Sim para continuar, N\u00e3o para sair do instalador.
-
-R.loading.remote.registry=Carregando registro remoto [{0}]
-R.error.loading.remote.registry.failed.title=Falha ao carregar o registro remoto
-R.error.loading.remote.registry.failed.msg=O registro remoto ({0}) n\u00e3o p\u00f4de ser carregado, ou foi carregado parcialmente.\nO instalador pode continuar a funcionar normalmente, entretanto, fazer isso poder\u00e1 resultar em um registro global corrompido.\n\nEscolha Sim para continuar, N\u00e3o para sair do instalador.
-
-R.error.cannot.delete.data=N\u00e3o pode apagar os dados da instala\u00e7\u00e3o armazendados
-R.save.local.registry.title=Salvando registro local
-R.save.local.registry.detail=Salvando para {0}
-
-R.error.missing.target.component.title=Faltando componente de destino
-R.error.missing.target.component.msg=O componente de destino especificado - {0}/{1}\nn\u00e3o foi encontrado no registro. O instalador\n pode continuar como se o componente de destino n\u00e3o tivesse sido especificado.\nClique Sim para continuar, N\u00e3o para sair do instalador.
-
-R.error.validation.title=Problema de valida\u00e7\u00e3o
-R.error.validation.msg=Parece que a instala\u00e7\u00e3o de {0} est\u00e1 corrompida.\nO procedimento de valida\u00e7\u00e3o causou o aviso a seguir:\n\n {1}\n\nDeseja marcar este produto como n\u00e3o instalado e continuar?\nSe voc\u00ea clicar N\u00e3o o instalador ir\u00e1 sair.\n\nObserve que estes produtos que dependem de {2} tamb\u00e9m ser\u00e3o desativados: {3}
-
-R.error.matching.requirement=Nenhum componente combina com os requerimentos: {0} requer {1}
-R.error.cyclic.dependency=Depend\u00eancia ciclica: {0}, {1}
-
-R.loading.registry.properties=Carregando propriedades do registro
-R.loading.component=Carregando componante: uid={0}, vers\u00e3o={1}
-R.error.loading.components=N\u00e3o pode carregar componentes
-R.error.registry.finalization=N\u00e3o pode finalizar o registro
-R.error.registry.document.loading=N\u00e2o pode carregar o documento do registro
-
-R.error.cannot.create.cache.directory=N\u00e3o pode criar o diret\u00f3rio de armazenamento local do produto {0}
-R.error.cache.is.file=O diret\u00f3rio de armazenamento local do produto existe e \u00e9 um arquivo : {0}
-R.error.cannot.read.cache=N\u00e3o \u00e9 poss\u00edvel ler o diret\u00f3rio local de cache do produto {0} - permiss\u00f5es insuficientes
-R.error.cannot.write.cache=N\u00e3o \u00e9 poss\u00edvel gravar no diret\u00f3rio local de cache do produto {0} - permiss\u00f5es insuficientes
-R.error.cannot.create.registry=N\u00e3o pode criar o registro local
-
-R.error.registry.is.dir=Registro local {0} \u00e9 um diret\u00f3rio
-R.error.cannot.read.registry=N\u00e3o pode ler o registro {0} - sem permiss\u00f5es
-R.error.cannot.write.registry=N\u00e3o pode escrever no registro {0} - sem permiss\u00f5es
-
-R.error.cannot.parse.platform=N\u00e3o pode processar a plataforma de "{0}"
-R.error.cannot.load.registry=N\u00e3o pode carregar o registro
-R.error.parser.not.support.schemas=O processador atual - {0} - n\u00e3o tem suporte a esquemas.
-
-R.error.unknown.dependency=Tipo de depend\u00eancia desconhecido {0}
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_pt_BR.properties
deleted file mode 100644
index 164c345..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=A instala\u00e7\u00e3o do diret\u00f3rio {0} est\u00e1 ausente.\nNormalmente apagado manualmente.
-PCL.validation.directory.file=O diret\u00f3rio de instala\u00e7\u00e3o {0} \u00e9 um arquivo.\nNormalmente foi apagado anteriormente manualmente e sobrescrito por um arquivo.
-PCL.validation.directory.empty=A instala\u00e7\u00e3o do diret\u00f3rio {0} est\u00e1 vazia.\nNormalmente seu conte\u00fado foi apagado manualmente.
-PCL.validation.directory.null=O diret\u00f3rio de instala\u00e7\u00e3o n\u00e3o pode ser detectado.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=N\u00e3o \u00e9 poss\u00edvel inicializar dados para {0}
-P.error.cannot.load.logic=N\u00e3o \u00e9 poss\u00edvel carregar l\u00f3gica de configura\u00e7\u00e3o para {0}
-P.error.installdir.not.set=Local de instala\u00e7\u00e3o n\u00e3o est\u00e1 ajustado para {0}
-P.error.installdir.set.empty=Local de instala\u00e7\u00e3o est\u00e1 definido com string vazia para {0}
-P.error.cannot.create.cache.dir=N\u00e3o \u00e9 poss\u00edvel criar o diret\u00f3rio de armazenamento {0} para {1}
-P.error.local.cache.not.dir=O diret\u00f3rio de armazenamento local {0} para {1} n\u00e3o \u00e9 um diret\u00f3rio
-P.error.cannot.load.product=N\u00e3o \u00e9 poss\u00edvel carregar produto {0}
-P.error.logic.not.yet.downloaded=Ainda n\u00e3o foi feito download da l\u00f3gica de configura\u00e7\u00e3o para {0}
-P.error.installation.data.not.cached=Dados para instala\u00e7\u00e3o n\u00e3o armazenados em cache para {0}
-P.error.cannot.extract.data=N\u00e3o \u00e9 poss\u00edvel extrair dados para instala\u00e7\u00e3o de {0}
-P.error.cannot.save.files.list=N\u00e3o \u00e9 poss\u00edvel salvar lista de arquivos instalados
-P.error.cannot.get.wizard.components=N\u00e3o \u00e9 poss\u00edvel obter componanetes do assistente de componentes
-P.error.cannot.wrap.for.macos=N\u00e3o \u00e9 poss\u00edvel criar hierarquia de diret\u00f3rios para Aplicativos MacOS
-P.error.cannot.get.files.list=N\u00e3o \u00e9 poss\u00edvel obter a lista de arquivos da instala\u00e7\u00e3o
-P.error.cannot.delete.files.list=N\u00e3o \u00e9 poss\u00edvel excluir a lista de arquivos instalados
-P.error.cannot.delete.file=N\u00e3o \u00e9 poss\u00edvel excluir o arquivo
-P.error.cannot.remove.from.system=N\u00e3o \u00e9 poss\u00edvel remover {0} do gerenciador de instala\u00e7\u00e3o do sistema
-P.error.not.enough.space=N\u00e3o \u00e9 poss\u00edvel extrair dados da instala\u00e7\u00e3o -- sem espa\u00e7o em disco suficiente no diret\u00f3rio de destino.
-P.error.cannot.clear.cache=N\u00e3o \u00e9 poss\u00edvel limpar o arquivo de armazenamento de dados da instala\u00e7\u00e3o {0}
-P.error.system.integartion.failed=Integra\u00e7\u00e3o de {0} com gerenciador de pacote do sistema falhou
-
-P.message.installation=Instalando {0}
-P.message.uninstallation=Desinstalando {0}
-P.message.configuration=Configurando {0}
-P.message.unconfiguration=Desconfigurando {0}
-P.message.legal.artifacts=Criando artefatos legais
-P.message.run.logic=Executando l\u00f3gica de configura\u00e7\u00e3o personalizada
-P.message.system.registration=Registrando no gerenciador de pacote do sistema
-P.message.save.installation.files.list=Salvando a lista de arquivos instalados
-P.message.delete=Excluindo {0}
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_pt_BR.properties
deleted file mode 100644
index 41b52db..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Erro escrevendo no arquivo de log. Log desabilitado.
-
-EM.ununexpected.exception=Uma exce\u00e7\u00e3o inesperada aconteceu na linha de execu\u00e7\u00e3o {0}
-EM.errortype.critical=Erro cr\u00edtico
-EM.errortype.error=Erro
-EM.errortype.warning=Aviso
-EM.errortype.message=Mensagem
-EM.unexpected.error=Ocorreu um erro desconhecido.
-EM.exception.message=\n\nExce\u00e7\u00e3o:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nVoc\u00ea pode obter mais detalhes sobre este caso no arquivo de log do instalador:\n {0}
-
-FU.error.output.file.entry=Existe uma entrada de arquivo {0} e n\u00e3o \u00e9 um arquivo
-FU.error.output.dir.entry=Existe uma entrada de diret\u00f3rio {0} e n\u00e3o \u00e9 um diret\u00f3rio
-FU.message.extracting=Extraindo {0}
-FU.error.load.xml.file.list=N\u00e3o \u00e9 poss\u00edvel carregar os arquivos xml para extra\u00e7\u00e3o
-FU.error.unjar.todir=Diret\u00f3rio {0} \u00e9 um arquivo existente n\u00e3o pode desfazer o jar
-FU.message.copy.dir=Copiando diret\u00f3rio: {0} para: {1}
-FU.message.copy.file=Copiando arquivo: {0} to: {1}
-FU.error.close.stream=N\u00e3o \u00e9 poss\u00edvel fechar o fluxo
-FU.error.source.not.readable=Origem {0} n\u00e3o pode ser lida
-FU.error.dest.not.file=Destino {0} n\u00e3o \u00e9 um arquivo
-FU.error.dest.creation=Destino {0} n\u00e3o pode ser criado
-FU.error.dest.not.writable=Destino {0} n\u00e3o pode ser escrito
-FU.message.moving=Movendo {0} para {1}
-FU.error.freespace=N\u00e3o \u00e9 poss\u00edvel obter o total de espa\u00e7o em disco em {0}
-FU.error.cannot.close.jar=N\u00e3o \u00e9 poss\u00edvel fechar o jar {0}
-FU.error.cannot.create.dir.exist.file=N\u00e3o \u00e9 poss\u00edvel criar o diret\u00f3rio {0}, \u00e9 um arquivo existente
-FU.error.cannot.create.dir=N\u00e3o \u00e9 poss\u00edvel criar o diret\u00f3rio {0}
-FU.error.not.jar.file=O arquivo fornecido {0} n\u00e3o \u00e9 um arquivo jar
-FU.error.sha1.not.supported=Esta jvm n\u00e3o suporta SHA1
-FU.error.md5.not.supported=Esta jvm n\u00e3o suporta MD5
-FU.error.file.security.exception=Algo inesperado - uma exce\u00e7\u00e3o de seguran\u00e7a durante acesso ao arquivo {0}
-FU.message.delete.file=Apagando arquivo {0}
-FU.message.delete.dir=Apagando diret\u00f3rio {0}
-FU.error.pack200.failed=Pack200 terminado com erro\nC\u00f3digo do erro: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 terminado com erro\nC\u00f3digo do erro: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=N\u00e3o \u00e9 poss\u00edvel processar a propriedade - {0}, seu valor - {1}.
-UI.error.failed.to.activate.crossplatform.laf=N\u00e3o \u00e9 poss\u00edvel ativar o cruzamento - plataforma de apar\u00eancia e funcionalidade - continuando com a apar\u00eancia e funcionalidade padr\u00e3o.
-UI.error.failed.to.activate.defined.laf=N\u00e3o \u00e9 poss\u00edvel ativar a apar\u00eancia e funcionamento definido - voltando para o cruzamento padr\u00e3o - \u00fanica plataforma
-UI.error.failed.to.init.ui=N\u00e3o \u00e9 poss\u00edvel inicializar a UI
-UI.error.failed.to.force.gtk=N\u00e3o \u00e9 poss\u00edvel for\u00e7ar o uso da apar\u00eancia e funcionalidade do GTK
-UI.silent.default.yes=Escolhendo a op\u00e7\u00e3o Sim (padr\u00e3o)...
-UI.silent.default.no=Escolhendo a op\u00e7\u00e3o N\u00e3o (padr\u00e3o)...
-UI.silent.default.cancel=Escolhendo a op\u00e7\u00e3o Cancelar (padr\u00e3o)...
-
-StrU.error.cannot.parse.status=N\u00e3o \u00e9 poss\u00edvel processar a situa\u00e7\u00e3o: {0}
-StrU.error.unknown.platform=Plataforma "{0}" n\u00e3o \u00e9 reconhecida.
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_pt_BR.properties
deleted file mode 100644
index bc63245..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Falha ao executar o procedimento de verifica\u00e7\u00e3o do JDK
-JU.error.cannot.delete=N\u00e3o \u00e9 poss\u00edvel excluir {0}
-JU.error.cannot.download.testjdk=N\u00e3o \u00e9 poss\u00edvel fazer download de TestJDK.class de {0}
-JU.error.cannot.canonize=N\u00e3o \u00e9 poss\u00edvel canonizar {0}
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_pt_BR.properties
deleted file mode 100644
index 41f1ab9..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Faltando par\u00e2metro obrigat\u00f3rio para argumento de linha de comando"{0}".\nDeve ser "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Faltando par\u00e2metro obrigat\u00f3rio para argumento de linha de comando"{0}".\nDeve ser "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Par\u00e2metro inv\u00e1lido para argumento de linha de comando "{0}" -- "{1}".\nDeve ser "{0} <language>[_<country>[_<variant>]]".
-O.warning.bad.locale.arg=Faltando par\u00e2metro obrigat\u00f3rio para argumento de linha de comando"{0}".\nDeve ser "{0} <language>[_<country>[_<variant>]]".
-O.warning.missing.state.file=O arquivo de estado especificado "{1}", n\u00e3o existe.\nPar\u00e2metro "{0}" ignorado.
-O.warning.bag.state.file.arg=Faltando par\u00e2metro obrigat\u00f3rio para argumento de linha de comando"{0}".\nDeve ser "{0} <state-file-path>".
-O.warning.target.state.file.exists=O arquivo de estado especificado "{1}", existe.\nPar\u00e2metro "{0}" ignorado.
-O.warning.bad.target.state.file.arg=Faltando par\u00e2metro obrigat\u00f3rio para argumento de linha de comando\n"{0}". Deve ser "{0} <state-file-path>".
-O.warning.bundle.file.exists=O arquivo de destino especificado "{1}", existe.\nPar\u00e2metro "{0}" ignorado.
-O.warning.bad.create.bundle.arg=Faltando par\u00e2metro obrigat\u00f3rio para argumento de linha de comando"{0}".\nDeve ser "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Faltando par\u00e2metro obrigat\u00f3rio para argumento de linha de comando"{0}".\nDeve ser "{0} <userdir-path>".
-O.warning.bad.platform.arg=Faltando par\u00e2metro obrigat\u00f3rio para argumento de linha de comando"{0}".\nDeve ser "{0} <target-platform>".
-O.warning.bad.registry.arg=Faltando par\u00e2metro obrigat\u00f3rio para argumento de linha de comando"{0}".\nDeve ser "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Faltando par\u00e2metro obrigat\u00f3rio para argumento de linha de comando"{0}".\nDeve ser "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Faltando par\u00e2metro obrigat\u00f3rio para argumento de linha de comando"{0}".\nDeve ser "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_pt_BR.properties
deleted file mode 100644
index 4d66ed2..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=N\u00e3o instalado
-Status.to-be-installed=Para instala\u00e7\u00e3o
-Status.installed=Instalado
-Status.to-be-uninstalled=Para desinstala\u00e7\u00e3o
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Instalado com sucesso
-DetailedStatus.install.warning=Instalado com avisos
-DetailedStatus.install.error=Falha ao instalar
-DetailedStatus.uninstall.success=Desinstalado com sucesso
-DetailedStatus.uninstall.warning=Desinstalado com avisos
-DetailedStatus.uninstall.error=Falha ao desinstalar
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_pt_BR.properties
deleted file mode 100644
index f760251..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Falha recebendo \u00edcone do quadro do URI - {0}.
-NF.error.failed.to.set.frame.icon=Falha ao ajustar o \u00edcone do quadro.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Procurar
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_pt_BR.properties
deleted file mode 100644
index 57f9a17..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=O percentual especificado - {0} \u00e9 inv\u00e1lido. O percentual total do progresso de composi\u00e7\u00e3o (soma do percentual do propriet\u00e1rio e os percentuais filhos) n\u00e3o podem ser menor que {1} e maior que {2}.
-
-CP.error.progress=O progesso filho especificado n\u00e3o existe no progresso composto\n, portanto, ele n\u00e3o pode ser removido. 
-
-################################################################################
-# Progress.java
-P.error.percentage=O percentual especificado - {0} \u00e9 inv\u00e1lido. O total percentual do progresso n\u00e3o pode ser menor que {1} e maior que {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_pt_BR.properties
deleted file mode 100644
index 1ae9051..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=N\u00e3o \u00e9 poss\u00edvel carregar o pacote de {0}
-LP.error.no.files=N\u00e3o existem arquivos em {0}
-LP.error.not.directory={0} n\u00e3o \u00e9 um diret\u00f3rio
-LP.error.directory.do.not.exist=Diret\u00f3rio {0} n\u00e3o existe
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_pt_BR.properties
deleted file mode 100644
index c7bb4d6..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=Nenhum pacote ou arquivos jar externos
-CnL.error.cannot.find.jvm.file=N\u00e3o foi poss\u00edvel encontrar o arquivo JVM {0}
-CnL.error.cannot.find.class=N\u00e3o foi poss\u00edvel encontrar a classe {0} nos arquivos empacotados e nenhum externo foi especificado
-CnL.error.main.class.unspecified=Nenhuma classe principal especificada entre os arquivos empacotados
-CnL.error.cannot.get.output.name=Sem arquivos empacotados - n\u00e3o \u00e9 poss\u00edvel obter o nome do arquivo de sa\u00edda
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=N\u00e3o \u00e9 poss\u00edvel obter o \u00edcone do lan\u00e7ador de {0}
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_pt_BR.properties
deleted file mode 100644
index c75f073..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=N\u00e3o \u00e9 poss\u00edvel obter a localiza\u00e7\u00e3o dos aplicativos padr\u00e3o
-SR.error.cannot.parse.pattern=N\u00e3o \u00e9 poss\u00edvel processar o padr\u00e3o: {0}
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_pt_BR.properties
deleted file mode 100644
index 65bbd5b..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=N\u00e3o \u00e9 poss\u00edvel acessar o m\u00e9todo nativo
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_pt_BR.properties
deleted file mode 100644
index 3233046..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Falha criando a inst\u00e2ncia do Assistente padr\u00e3o.
-W.error.failed.to.load.components=Falha ao carregar componentes do assistente de {0}, utilizando carregador de classes {1}.
-W.error.failed.to.load.component=Falha ao carregar componentes do assistente do elemento XML {0}, utilizando carregador de classes {1}.
-W.error.unknown.ui.mode=Mode UI desconhecido - {0}.
-W.error.cannot.move.backward.silent=N\u00e3o pode voltar em modo UI silencioso.
-W.error.cannot.move.backward.at.first=N\u00e3o pode voltar - o assistente j\u00e1 est\u00e1 no primeiro elemento.
-W.error.parser.unsupports.schemas=O processador atual - {0} - n\u00e3o tem suporte a esquemas.
-W.error.interrupted=Interrompido enquanto aguardava
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_pt_BR.properties
deleted file mode 100644
index 4f6a5ea..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE Installer
-WC.description=Descri\u00e7\u00e3o do NetBeans IDE Installer
-
-WC.help.button.text=A&juda!
-WC.back.button.text=< &Voltar
-WC.next.button.text=&Pr\u00f3ximo >
-WC.cancel.button.text=Cancelar
-WC.finish.button.text=&Finalizar
-
-WC.cancel.dialog.title=Cancelar
-WC.cancel.dialog.text=Deseja realmente cancelar?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=Ocorreu uma InterruptedException.
-
-WA.canceling.progress.title=Cancelando, terminando a opera\u00e7\u00e3o atual...
-
-WA.cancel.dialog.title=Cancelar
-WA.cancel.dialog.text=Deseja realmente cancelar?
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_pt_BR.properties
deleted file mode 100644
index c1f5467..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Mecanismo de cache...
-CEA.description=Aguarde enquanto o assistente armazena o mecanismo.
-CEA.error.cannot.cache.engine=N\u00e3o \u00e9 poss\u00edvel armazenar o mecanismo do instalador
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Criando pacote...
-CBA.description=Aguarde enquanto o assistente cria um pacote com os componentes selecionados.
-
-CBA.progress.create.bundle.title=Criando um pacote de distribui\u00e7\u00e3o em {0}
-CBA.progress.add.engine.detail=Adicionar o mecanismo do instalador ao pacote
-CBA.progress.add.product.detail=Adicionando {0} ...
-CBA.progress.add.group.detail=Adicionando {0} ...
-
-CBA.error.failed.create.bundle=Falhou ao criar o pacote
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Criando lan\u00e7ador nativo...
-CNLA.description=Aguarde enquanto o assistente cria um lan\u00e7ador para o arquivo jar.
-CNLA.error.failed.create.launcher=Falhou ao criar o lan\u00e7ador nativo
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Criando lan\u00e7ador de aplicativo MacOSX...
-CMALA.description=Aguarde enquanto o assistente cria um lan\u00e7ador de aplicativo para o arquivo jar.
-CMALA.error.failed.create.launcher=Falhou ao criar o lan\u00e7ador de aplicativo
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Preparando a l\u00f3gica de configura\u00e7\u00e3o...
-DCLA.description=Aguarde enquanto o assistente prepara a l\u00f3gica de configura\u00e7\u00e3o.
-DCLA.progress.remote.title=Fazendo download da l\u00f3gica de configura\u00e7\u00e3o para {0}
-DCLA.progress.local.title=Extraindo l\u00f3gica de configura\u00e7\u00e3o para {0}
-DCLA.failed=Falhou ao fazer download da l\u00f3gica de configura\u00e7\u00e3o para {0}
-DCLA.dependent.failed=N\u00e3o \u00e9 poss\u00edvel {0}, uma vez que a instala\u00e7\u00e3o {1} falhou
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Preparando dados para instala\u00e7\u00e3o...
-DIDA.description=Aguarde enquanto o assistente prepara os dados para instala\u00e7\u00e3o.
-DIDA.progress.remote.title=Fazendo download dos dados para instala\u00e7\u00e3o de {0}
-DIDA.progress.local.title=Extraindo os dados para instala\u00e7\u00e3o de {0}
-DIDA.failed=Falhou ao fazer download dos dados para instala\u00e7\u00e3o de {0}
-DIDA.dependent.failed=N\u00e3o \u00e9 poss\u00edvel {0}, uma vez que a instala\u00e7\u00e3o {1} falhou
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Inicializando...
-IRA.description=Aguarde enquanto o assistente de configura\u00e7\u00e3o inicializa.
-IRA.registry.initialization.failed=N\u00e3o \u00e9 poss\u00edvel inicializar registro
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finalizando...
-FRA.description=Aguarde enquanto o assistente de configura\u00e7\u00e3o se encerra.
-FRA.registry.finalization.failed=N\u00e3o \u00e9 poss\u00edvel finalizar registro
-
-################################################################################
-# InstallAction.java
-IA.title=Instalando...
-IA.description=Aguarde enquanto o assistente instala os componentes selecionados.
-IA.progress.install.title=Instalando {0}...
-IA.progress.rollback.title=Cancelando, desfazendo {0}...
-IA.install.dependent.failed=N\u00e3o \u00e9 poss\u00edvel {0}, uma vez que a instala\u00e7\u00e3o {1} falhou
-IA.install.unknown.error=Erro desconhecido
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Procurando por ambientes do Java\u2122...
-SFJA.description=Aguarde enquanto o assistente procura em seu sistema por ambientes do Java\u2122 existentes.
-SFJA.prepare.list=Preparando lista de locais...
-SFJA.checking=Verificando {0}
-SFJA.search.java=Procurando por ambientes Java instalados...
-SFJA.entry.label={0} (v. {1} por {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> por {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Desinstalando...
-UA.description=Aguarde enquanto o assistente desinstala os componentes selecionados.
-UA.progress.uninstall.title=Desinstalando {0}
-UA.uninstall.dependent.failed=N\u00e3o foi poss\u00edvel desinstalar {0}, uma vez que a desinstala\u00e7\u00e3o de {1} falhou
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=Componente fonte UID n\u00e3o definido
-SILA.error.cannot.find.component=Componente com o uid fornecido {0} n\u00e3o existe
-SILA.error.cannot.get.logic=N\u00e3o \u00e9 poss\u00edvel acessar l\u00f3gica de configura\u00e7\u00e3o para {0}
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_pt_BR.properties
deleted file mode 100644
index d506752..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Localiza\u00e7\u00e3o:
-ALP.location.button.text=P&rocurar...
-ALP.list.label.text=As localiza\u00e7\u00f5es a seguir &foram encontradas pelo algoritimo de busca:
-
-ALP.error.nothing.found=Nenhum aplicativo compat\u00edvel foi encontrado.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Sele\u00e7\u00e3o dos componentes
-CSP.description.both=Marque os componentes que voc\u00ea deseja instalar. Desmarque aquels que voc\u00ea deseja desinstalar.
-CSP.description.install=Marque os componentes que voc\u00ea deseja instalar.
-CSP.description.uninstall=Desmarque os componentes que voc\u00ea deseja desinstalar.
-CSP.feature.description.title=Descri\u00e7\u00e3o do recurso
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Tamanho da instala\u00e7\u00e3o: {0}     Tamanho do download: {1}
-CSP.sizes.label.text.no.download=Tamanho da instala\u00e7\u00e3o: {0}
-
-CSP.default.installation.size=N/D
-CSP.default.download.size=N/D
-
-CSP.error.no.changes.both=Nenhum recurso selecionado... Selecione ao menos um recurso para instala\u00e7\u00e3o ou desinstala\u00e7\u00e3o.
-CSP.error.no.changes.install=Nenhum recurso selecionado... Selecione ao menos um recurso para instala\u00e7\u00e3o.
-CSP.error.no.changes.uninstall=Nenhum recurso selecionado... Selecione ao menos um recurso para desinstala\u00e7\u00e3o.
-CSP.error.requirement.install=\u00c9 necess\u00e1rio o {1} para instalar o {0}.
-CSP.error.conflict.install=O {0} entra em conflito com o {1}.
-CSP.error.requirement.uninstall=O {1} necessita do {0}.
-CSP.error.not.enough.space.to.download=Espa\u00e7o insuficiente em disco para baixar os dados de instala\u00e7\u00e3o. O {1} adicional \u00e9 obrigat\u00f3rio em {0}.
-CSP.error.not.enough.space.to.extract=Espa\u00e7o insuficiente em disco para extrair os dados de instala\u00e7\u00e3o. O {1} adicional \u00e9 obrigat\u00f3rio em {0}.
-CSP.error.cannot.check.space=N\u00e3o \u00e9 poss\u00edvel verificar o espa\u00e7o livre em disco
-
-################################################################################
-# DestinationPanel.java
-DP.title=Pasta de instala\u00e7\u00e3o
-DP.description=Escolha a pasta de destino.
-
-DP.destination.label.text=Local&iza\u00e7\u00e3o da instala\u00e7\u00e3o:
-DP.destination.button.text=P&rocurar...
-
-DP.error.null=A pasta de instala\u00e7\u00e3o n\u00e3o pode ser limpa.
-DP.error.not.valid=A pasta de instala\u00e7\u00e3o especificada \u00e9 inv\u00e1lida.
-DP.error.contains.exclamation=A pasta de instala\u00e7\u00e3o n\u00e3o pode conter uma marca de exclama\u00e7\u00e3o (!).
-DP.error.contains.semicolon=A pasta de instala\u00e7\u00e3o n\u00e3o pode conter o caractere ponto-e-v\u00edrgula (;).
-DP.error.contains.colon=A pasta de instala\u00e7\u00e3o n\u00e3o pode conter o caractere dois pontos (:).
-DP.error.contains.ampersand=A pasta de instala\u00e7\u00e3o n\u00e3o pode conter o caractere e comercial (&).
-DP.error.contains.wrong.char=A pasta de instala\u00e7\u00e3o cont\u00e9m o caractere incorreto({1}).
-DP.error.matches.prohibited.regexp=A pasta de instala\u00e7\u00e3o especificada \u00e9 inv\u00e1lida (ela corresponde ao padr\u00e3o proibido {1}).
-DP.error.not.absolute=A pasta de instala\u00e7\u00e3o especificada tem que ser em forma de caminho absoluto.
-DP.error.cannot.canonize=A pasta de instala\u00e7\u00e3o especificada n\u00e3o pode ser canonizada.
-DP.error.not.directory=O local de instala\u00e7\u00e3o especificado n\u00e3o \u00e9 uma pasta.
-DP.error.not.readable=A pasta de instala\u00e7\u00e3o especificada n\u00e3o pode ser lida.
-DP.error.not.writable=A pasta de instala\u00e7\u00e3o especificada \u00e9 somente-leitura.
-DP.error.not.empty=A pasta de instala\u00e7\u00e3o especificada n\u00e3o est\u00e1 vazia.
-DP.error.not.ends.with.app=A pasta de instala\u00e7\u00e3o especificada deve terminar com ".app".
-DP.error.not.enough.space=Sem espa\u00e7o em disco suficiente. Adicional {1} requerido em {0}.
-DP.error.cannot.get.logic=N\u00e3o \u00e9 poss\u00edvel obter l\u00f3gica de configura\u00e7\u00e3o
-DP.error.cannot.check.space=N\u00e3o \u00e9 poss\u00edvel verificar o espa\u00e7o livre em disco
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=Pasta home do &JDK\u2122:
-JLP.location.label.text.java=Pasta home do ambiente &Java\u2122:
-JLP.location.button.text=P&rocurar...
-JLP.list.label.text=&Lista de JDKs\u2122 adequados encontrados nesta m\u00e1quina:
-JLP.list.label.text.java=&Lista de ambientes Java\u2122 adequados encontrados nesta m\u00e1quina:
-
-JLP.error.null=O caminho para o JDK n\u00e3o pode ser vazio.
-JLP.error.null.java=O caminho para o ambiente Java n\u00e3o pode ficar vazio.
-JLP.error.not.valid.path=A pasta do JDK especificada {0} \u00e9 inv\u00e1lida.
-JLP.error.not.valid.path.java=A pasta do ambiente Java especificado {0} \u00e9 inv\u00e1lida.
-JLP.error.path.not.exists=A pasta do JDK especificada {0} n\u00e3o existe.
-JLP.error.path.not.exists.java=A pasta do ambiente Java especificada {0} n\u00e3o existe.
-JLP.error.not.javahome=A pasta do JDK especificada {0} n\u00e3o cont\u00e9m JDK.
-JLP.error.not.javahome.java=A pasta do ambiente Java especificado {0} n\u00e3o cont\u00e9m o ambiente Java.
-JLP.error.not.jdk=A pasta do JDK especificada {0} cont\u00e9m o JRE, mas um JDK completo \u00e9 requerido.
-JLP.error.wrong.version.older=A pasta especificada {0} cont\u00e9m o JDK vers\u00e3o "{1}", mas o m\u00ednimo \u00e9 "{2}".
-JLP.error.wrong.version.older.java=A pasta do ambiente Java especificada {0} cont\u00e9m a vers\u00e3o do Java "{1}", mas o m\u00ednimo \u00e9 "{2}".
-JLP.error.wrong.version.newer=A pasta especificada {0} cont\u00e9m o JDK vers\u00e3o  "{1}", mas o m\u00e1ximo \u00e9  "{2}".
-JLP.error.wrong.version.newer.java=A pasta do ambiente Java especificada {0} cont\u00e9m a vers\u00e3o do Java "{1}", mas o m\u00e1ximo \u00e9 "{2}".
-JLP.error.wrong.vendor=A pasta JDK especificada {0} cont\u00e9m o JDK de um fornecedor n\u00e3o suportado ({1}). Os fornecedores suportados s\u00e3o "{2}".
-JLP.error.wrong.vendor.java=A pasta do ambiente Java especificado {0} cont\u00e9m Java do fornecedor sem suporte ({1}). Os fornecedores suportados s\u00e3o "{2}".
-JLP.error.unknown=Um erro desconhecido ocorreu ao validar o caminho.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>O instalador n\u00e3o p\u00f4de encontrar uma instala\u00e7\u00e3o JDK compat\u00edvel, especifique manualmente.<br>A vers\u00e3o m\u00ednima requerida \u00e9 {0}. Para efetuar o download do JDK, visite <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>O instalador n\u00e3o p\u00f4de encontrar um ambiente Java compat\u00edvel, especifique manualmente.<br>A vers\u00e3o m\u00ednima requerida \u00e9 {0}. Para efetuar o download do ambiente Java, visite <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (usado por {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Resumo do Pacote P\u00f3s-Cria\u00e7\u00e3o
-PoCBSP.dialog.description=Clique em Concluir para sair.
-
-PoCBSP.message.success.text=O assistente de instala\u00e7\u00e3o executou com sucesso as a\u00e7\u00f5es selecionadas.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Alguns erros foram encontrados no curso do processo de cria\u00e7\u00e3o do pacote.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=Os componentes a seguir foram empacotados com sucesso:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=Os componentes a seguir falharam a serem empacotados:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=Visualizar &log
-PoCBSP.send.log.button.text=&Enviar Log
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Assistente de instala\u00e7\u00e3o - Resumo de P\u00f3s-Instala\u00e7\u00e3o
-
-PoISP.message.success.text=O assistente de instala\u00e7\u00e3o executou com sucesso as a\u00e7\u00f5es selecionadas.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Alguns avisos foram encontrados no curso do processo de instala\u00e7\u00e3o/desinstala\u00e7\u00e3o.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Alguns erros foram encontrados no curso do processo de instala\u00e7\u00e3o/desinstala\u00e7\u00e3o.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=Os componentes a seguir foram instalados com sucesso:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=Os componentes a seguir foram instalados com avisos:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=Os componentes a seguir falharam ao instalar:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=Os componentes a seguir foram desinstalados com sucesso:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=Os componentes a seguir foram desinstalados com avisos:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=Os componentes a seguir falharam ao desinstalar:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=Visualizar &detalhes
-PoISP.view.log.button.text=Visualizar &log
-PoISP.send.log.button.text=&Enviar Log
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Arquivo de log n\u00e3o dispon\u00edvel
-
-PoISP.message.files.remaining=Alguns arquivos n\u00e3o puderam ser removidos dos diret\u00f3rios de instala\u00e7\u00e3o em {0}. Voc\u00ea deve remover manualmente.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Resumo do pacote Pr\u00e9-Cria\u00e7\u00e3o
-PrCBSPdialog.description=Clique em Criar para criar o pacote.
-
-PrCBSPmessage.text=O assistente coletou todos os dados requeridos para continuar com a cria\u00e7\u00e3o do pacote. Por favor, revise suas escolhas. Para continuar, clique Pr\u00f3ximo.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=Voc\u00ea escolheu criar um pacote com os componentes a seguir:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Tamanho total do download: {0}
-PrCBSPrequired.disk.space.label.text=Espa\u00e7o em disco necess\u00e1rio: {0}
-PrCBSPcreate.button.text=&Criar
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Resumo Pr\u00e9-Instala\u00e7\u00e3o
-
-PrISP.message.text=O assistente coletou todos os dados requeridos para continuar com a instala\u00e7\u00e3o/desinstala\u00e7\u00e3o dos componentes selecionados. Por favor, revise suas escolhas. Para continuar, clique Pr\u00f3ximo.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=Voc\u00ea escolheu instalar os componentes a seguir:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=Voc\u00ea escolheu desinstalar os componentes a seguir:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Tamanho total do download: {0}
-PrISP.required.disk.space.label.text=Espa\u00e7o em disco necess\u00e1rio: {0}
-PrISP.install.button.text=&Instalar
-
-PrISP.error.not.enough.space=Espa\u00e7o em disco insuficiente para uma instala\u00e7\u00e3o adequada. O {1} adicional \u00e9 obrigat\u00f3rio em {0}.
-PrISP.error.cannot.check.space=N\u00e3o \u00e9 poss\u00edvel verificar o espa\u00e7o livre em disco
-PrISP.error.logic.access=N\u00e3o foi poss\u00edvel acessar a l\u00f3gica de configura\u00e7\u00e3o do produto
-PrISP.error.fsroots=N\u00e3o \u00e9 poss\u00edvel obter a lista das ra\u00edzes do sistema de arquivos
-PrISP.error.non.existent.root=O {0} est\u00e1 configurado para ser instalado em {1}, que n\u00e3o pertence a nenhuma raiz do sistema de arquivo.
-PrISP.error.cannot.write=O assistente n\u00e3o tem acesso de grava\u00e7\u00e3o ao {1}, o diret\u00f3rio de instala\u00e7\u00e3o do {0}. Corrija as permiss\u00f5es antes de continuar.
-
-################################################################################
-# LicensesPanel.java
-LP.title=Contrato de Licen\u00e7a
-LP.description=Por favor, leia o contrato de licen\u00e7a a seguir atentamente.
-
-LP.accept.checkbox.text=Eu &aceito os termos no contrato de licen\u00e7a
-LP.error.cannot.get.logic=N\u00e3o pode acessar a l\u00f3gica de configura\u00e7\u00e3o
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<Sem texto>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Deseja realmente cancelar?
-EMP.cancel.dialog.title=Cancelar
-EMP.error.failed.input.verify=Falha verificando entrada
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_pt_BR.properties
deleted file mode 100644
index 776896b..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Falha recebendo \u00edcone do assistente do URI - {0}.
-SFC.error.failed.to.set.icon=Falha ao definir o \u00edcone do cont\u00eainer do quadro swing.
-SFC.error.failed.to.attach.error.handler=Falha ao anexar manipulador de erros personalizado ao EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=N\u00e3o \u00e9 poss\u00edvel ajustar a opera\u00e7\u00e3o de fechamento padr\u00e3o
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_pt_BR.properties
deleted file mode 100644
index fbe0aef..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Detalhes de instala\u00e7\u00e3o
-IDD.component.label=Componente
-IDD.status.label=Status
-
-ILD.loading.logfile=Carregando arquivo de log. Aguarde...
-ILD.error.reading.log=N\u00e3o \u00e9 poss\u00edvel ler arquivo de log {0}.
-ILD.error.log.contents=Conte\u00fado do log n\u00e3o est\u00e1 dispon\u00edvel.
-
diff --git a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_pt_BR.properties b/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_pt_BR.properties
deleted file mode 100644
index 26135d2..0000000
--- a/l10n/src/pt_BR/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Name=Biblioteca de mecanismo NBI
-
diff --git a/l10n/src/pt_BR/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_pt_BR.properties
deleted file mode 100644
index f7d387b..0000000
--- a/l10n/src/pt_BR/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Menu de aplicativo Apple
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Habilita o suporte apropriado para o menu de aplicativo Apple
-
-OpenIDE-Module-Long-Description=Permite que itens do menu Apple funcionem apropriadamente, e move alguns itens de menu padr\u00f5es - Ferramentas | Op\u00e7\u00f5es,  se torna Prefer\u00eancias, Ajuda | Sobre,  se torna Sobre, Arquivo | Sair se torna Sair.
-
-MSG_MinimizeWindowAction=&Minimizar janela
-
diff --git a/l10n/src/pt_BR/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_pt_BR.properties
deleted file mode 100644
index f361584..0000000
--- a/l10n/src/pt_BR/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Estabelecendo conex\u00e3o...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Verificando atualiza\u00e7\u00f5es em {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=N\u00e3o \u00e9 poss\u00edvel ler o NBM {0}
-InstallSupportImpl_TurnOnTimeout=tempo-limite de carregamento {0}
-InstallSupportImpl_NullSource=O URL de c\u00f3digo-fonte para o m\u00f3dulo "{0}" \u00e9 nulo, mais provavelmente o atributo "distribution" est\u00e1 definido para a string vazia no cat\u00e1logo UC.\nVisite tamb\u00e9m http://www.netbeans.org/issues/show_bug.cgi?id=153799 para obter mais detalhes.
-InstallSupportImpl_Download_Unavailable=N\u00e3o \u00e9 poss\u00edvel acessar {0}
-OperationSupportImpl_Custom_Uninstall=Desinstalando {0}
-OperationSupportImpl_Custom_Install=Instalando {0}
-
-UpdateUnitFactory_Libraries_Category=Bibliotecas
-UpdateUnitFactory_Bridges_Category=Pontes
-UpdateUnitFactory_Unsorted_Category=N\u00e3o categorizado
-UpdateElementImpl_Feature_CategoryName=Recursos
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>M\u00f3dulo instalado:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>M\u00f3dulos instalados:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>M\u00f3dulo ainda n\u00e3o instalado:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>M\u00f3dulos ainda n\u00e3o instalados:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>Novo m\u00f3dulo disponibilizado pelo plugin:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>Novos m\u00f3dulos disponibilizados pelo plugin:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/pt_BR/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_pt_BR.properties
deleted file mode 100644
index 48bb876..0000000
--- a/l10n/src/pt_BR/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Long-Description=O recurso de atualiza\u00e7\u00e3o autom\u00e1tica fornece diversos servi\u00e7os: baixar e instalar as atualiza\u00e7\u00f5es dispon\u00edveis para os m\u00f3dulos j\u00e1 instalados, pesquisar e instalar novos m\u00f3dulos a partir das centrais de instala\u00e7\u00e3o dispon\u00edveis, bem como visualizar e gerenciar os m\u00f3dulos j\u00e1 instalados.
-OpenIDE-Module-Name=Servi\u00e7os de atualiza\u00e7\u00e3o autom\u00e1tica
-OpenIDE-Module-Short-Description=Suporte \u00e0 pesquisa por atualiza\u00e7\u00e3o de m\u00f3dulos em centrais de atualiza\u00e7\u00e3o e tamb\u00e9m baixar e instalar os m\u00f3dulos
-
diff --git a/l10n/src/pt_BR/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_pt_BR.properties
deleted file mode 100644
index 97cb7be..0000000
--- a/l10n/src/pt_BR/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Central de atualiza\u00e7\u00e3o padr\u00e3o
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Bibliotecas
-ArtificialFeaturesProvider_Bridges_Category=Pontes
-ArtificialFeaturesProvider_Unsorted_Category=N\u00e3o categorizado
-ArtificialFeaturesProvider_Features_Category=Recursos
-NetworkAccess_Timeout=Tempo de espera atingido ao abrir a conex\u00e3o a {0}
-
diff --git a/l10n/src/pt_BR/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_pt_BR.properties
deleted file mode 100644
index 42d9520..0000000
--- a/l10n/src/pt_BR/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Preparando para desempacotar
-CTL_UnpackingFile=Desempacotando arquivo:
-CTL_DeletingFiles=Desinstalando arquivos...
-CTL_DisablingFiles=Desativando arquivos...
-UpdaterFrame.jTextArea1.text=Atualiza\u00e7\u00e3o em andamento.\n\nAguarde ...
-UpdaterFrame.textLabel.text=Preparando para desempacotar
-UpdaterFrame.Form.title=Atualizador
-UpdaterFrame.textLabel.fontName=Caixa de di\u00e1logo
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/pt_BR/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_pt_BR.properties
deleted file mode 100644
index 558c5c1..0000000
--- a/l10n/src/pt_BR/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text=Mais {0} ...
-Less_Command_Text=Menos {0} ...
-UnitTab_ReloadTime=\u00daltima verifica\u00e7\u00e3o: {0}
-UnitTab_ReloadTime_Never=nunca
-UnitTab_LessAction=Exibir menos plug-ins
-UnitTab_MoreAction=Exibir mais plug-ins
-UnitTab_TooltipCheckBox_INSTALLED=Selecionar o plug-in {0}
-UnitTab_Tooltip_RefreshAction=Recarregar cat\u00e1logo
-UnitTab_bTabAction_Name_INSTALLED=Desi&nstalar
-UnitTab_TooltipCheckBox_UPDATE=Selecionar o plug-in {0}
-UnitTab_bTabAction_Name_UPDATE=At&ualizar
-UnitTab_CheckAction=Selecionar
-UnitTab_CheckCategoryAction=Selecionar categoria
-UnitTab_UncheckCategoryAction=Deselecionar categoria
-UnitTab_CheckAllAction=Selecionar todos
-UnitTab_UncheckAllAction=Deselecionar todos
-UnitTab_ReloadAction=&Recarregar cat\u00e1logo
-UnitTab_PrepareReloadAction=Aguarde enquanto o cat\u00e1logo \u00e9 recarregado
-UnitTab_RemoveLocallyDownloadedAction=&Remover
-UnitTab_ActivateAction=&Ativar
-UnitTab_ActivateCategoryAction=Ativar categoria
-UnitTab_DeactivateAction=&Desativar
-UnitTab_DeactivateCategoryAction=Desativar categoria
-AvailableTab_SourceCategory_Tooltip_STANDARD=Plug-in certificado
-AvailableTab_SourceCategory_Tooltip_BETA=Plug-in beta
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Plug-ins contribu\u00eddos pela comunidade
-InstallTab_Active_Tooltip=Ativar
-InstallTab_InActive_Tooltip=Inativo
-InstallTab_PendingForInstall_Tooltip=\u00c9 necess\u00e1rio reinicializar o aplicativo para completar a instala\u00e7\u00e3o
-InstallTab_PendingForDeactivate_Tooltip=\u00c9 necess\u00e1rio reinicializar o aplicativo para completar a desativa\u00e7\u00e3o
-InstallTab_ReadOnly_Tooltip={0} esta em modo somente leitura e n\u00e3o p\u00f4de ser verificado
-UnitTab_TooltipCheckBox_AVAILABLE=Selecionar o plug-in {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Instalar
-UnitTab_TooltipCheckBox_LOCAL=Selecionar o plug-in {0}
-UnitTab_Tooltip_AddAction_LOCAL=Adicionar plug-ins baixados localmente
-UnitTab_Tooltip_RemoveAction_LOCAL=Remover o plug-in da lista
-UnitTab_bTabAction_Name_LOCAL=&Instalar
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} plug-in selecionado
-UnitTab_lHowManySelected_Many_Text={0} plug-ins selecionados
-UnitTab_OperationName_Text_INSTALLED=Desinstalar
-UnitTab_OperationName_Text_UPDATE=Atualizar
-UnitTab_OperationName_Text_AVAILABLE=Instalar
-UnitTab_OperationName_Text_LOCAL=Instalar
-UnitTab_lWarning_Text=A opera\u00e7\u00e3o {0} necessitar\u00e1 da reinicializa\u00e7\u00e3o do aplicativo
-PluginManagerUI_UnitTab_Update_Title=Atualiza\u00e7\u00f5es
-PluginManagerUI_UnitTab_Update_ToolTip=Seu aplicativo est\u00e1 atualizado!
-PluginManagerUI_UnitTab_Available_ToolTip=Nenhum plug-in dispon\u00edvel. Clique em 'Recarregar cat\u00e1logo' para plug-ins mais recentes.
-PluginManagerUI_UnitTab_Available_Title=Plug-ins dispon\u00edveis
-PluginManagerUI_UnitTab_Installed_Title=Instalado
-PluginManagerUI_UnitTab_Local_Title=Baixados
-UnitTab_bAddLocallyDownloads_Name=&Adicionar plug-ins...
-UnitTab_bAddLocallyDownloads_ACN=Adicionar plug-ins
-UnitTab_bAddLocallyDownloads_ACD=Clique em Adicionar plug-ins para usar o navegador do arquivo para adicionar quaisquer plug-ins que voc\u00ea baixou para o seu sistema local.\n
-NotificationAlreadyPreparedToIntsall=O plug-in {0} j\u00e1 est\u00e1 preparado para ser atualizado/instalado.
-NotificationOneAlreadyInstalled=O plug-in "{0}" j\u00e1 est\u00e1 instalado.
-NotificationMoreAlreadyInstalled=Os plug-ins "{0}" j\u00e1 est\u00e3o instalados.
-NotificationAlreadyPresent=O plug-in "{0}" j\u00e1 est\u00e1 instalado. Deseja substuir por "{1}"?
-NotificationAlreadyPresentTitle=Substituir plug-in
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Adicionar plug-ins
-CTL_FileFilterDescription=Arquivos de distribui\u00e7\u00e3o de plug-ins (*.nbm)
-NetworkProblemPanel_taTitle_Text=N\u00e3o foi poss\u00edvel conectar \u00e0 Central de atualiza\u00e7\u00f5es
-NetworkProblemPanel_taMessage_WarningText=Verifique suas configura\u00e7\u00f5es de proxy ou tente novamente mais tarde. O servidor pode estar indispon\u00edvel neste momento. \n\nVerifique se o firewall n\u00e3o est\u00e1 bloqueando o tr\u00e1fego na rede.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Verifique suas configura\u00e7\u00f5es de proxy ou tente novamente mais tarde. O servidor pode estar indispon\u00edvel neste momento. \n\nVerifique tamb\u00e9m se o firewall n\u00e3o est\u00e1 bloqueando o tr\u00e1fego na rede. \n\nTalvez os seus caches estejam desatualizados. Clique em Recarregar cat\u00e1logo para atualizar o conte\u00fado.
-NetworkProblemPanel_taMessage_ErrorText=Nem todos os plug-ins foram baixados com sucesso. O servidor pode estar indispon\u00edvel neste momento. Tente novamente mais tarde.
-CTL_Warning=Aviso
-CTL_Error=Problema de rede
-CTL_ShowProxyOptions=&Configura\u00e7\u00e3o de proxy...
-ACSD_ShowProxyOptions=N/D
-Utilities_NetworkProblem_Continue=&Tentar novamente
-Utilities_NetworkProblem_Skip=&Ignorar
-Utilities_NetworkProblem_Cancel=Cancelar
-Utilities_NetworkProblem_Text=N\u00e3o \u00e9 poss\u00edvel conectar \u00e0 {0} por causa de {1}
-SettingsTable_ActiveColumn=Ativar
-SettingsTable_NameColumn=Nome
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Configura\u00e7\u00f5es
-SettingsTab.bProxy.text=Configura\u00e7\u00f5es de &proxy
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=Personalizador da central de atualiza\u00e7\u00e3o
-UpdateUnitProviderPanel.lName.text=&Nome\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=Verifi&car atualiza\u00e7\u00f5es automaticamente
-Utilities_Libraries_Category=Bibliotecas
-Utilities_Bridges_Category=Pontes
-Utilities_Unsorted_Category=N\u00e3o categorizado
-SettingsTab.bRemove.message=Confirma a exclus\u00e3o da seguinte central de atualiza\u00e7\u00e3o: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Nome
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Verificar atualiza\u00e7\u00f5es automaticamente
-UpdateUnitProviderPanel.error.name.short=O nome da Central de atualiza\u00e7\u00f5es n\u00e3o foi especificado
-UpdateUnitProviderPanel.error.url.short=A URL da Central de atualiza\u00e7\u00f5es n\u00e3o foi especificada
-UpdateUnitProviderPanel.error.name.dup=Uma Central de atualiza\u00e7\u00f5es com o este nome j\u00e1 existe
-UpdateUnitProviderPanel.error.url.invalid=A URL da Central de atualiza\u00e7\u00f5es \u00e9 inv\u00e1lida
-UnitTab_bClose_Text=&Fechar
-Utilities_CheckingForUpdates=Verificando atualiza\u00e7\u00f5es
-UnitTab_InitAndCheckingForUpdates=Inicializando a lista de plug-ins... 
-InstalledTableModel_State_Enabled=On
-InstalledTableModel_State_Disabled=Desligado
-AvailableTableModel_Columns_Install=Instalar
-AvailableTableModel_Columns_Name=Nome
-AvailableTableModel_Source_Category=C\u00f3digo-fonte
-AvailableTableModel_Columns_Category=Categoria
-InstalledTableModel_Columns_Uninstall=Selecionar
-InstalledTableModel_Columns_Name=Nome
-InstalledTableModel_Columns_Installed=Instalado
-InstalledTableModel_Columns_Category=Categoria
-InstalledTableModel_Columns_Enabled=Ativar
-LocallyDownloadedTableModel_Columns_Install=Instalar
-LocallyDownloadedTableModel_Columns_Name=Nome
-LocallyDownloadedTableModel_Columns_Version=Vers\u00e3o
-LocallyDownloadedTableModel_Columns_Size=Tamanho
-UpdateTableModel_Columns_Update=Atualizar
-UpdateTableModel_Columns_Name=Nome
-UpdateTableModel_Columns_Installed=Instalado
-UpdateTableModel_Columns_Available=Dispon\u00edvel
-UpdateTableModel_Columns_Size=Tamanho
-UpdateTableModel_Columns_Category=Categoria
-SettingsTab_NewProviderName=Novo provedor
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Descri\u00e7\u00e3o:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=I
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Vers\u00e3o: 
-UnitDetails_Plugin_InstalledVersion=Vers\u00e3o instalada:
-UnitDetails_Plugin_AvailableVersion=Vers\u00e3o dispon\u00edvel:
-UnitDetails_Plugin_Author=Autor: 
-UnitDetails_Plugin_Date=Data: 
-UnitDetails_Plugin_Source=Origem: 
-UnitDetails_Plugin_CodeName=Codinome: 
-UnitDetails_Plugin_Homepage=P\u00e1gina inicial: 
-UnitDetails_Plugin_Notification=Nota importante
-UnitDetails_Plugin_Description=Descri\u00e7\u00e3o do plug-in
-UnitDetails_Plugin_Collecting_Dependencies=Coletando depend\u00eancias...
-UnitDetails_New_Internal_Update_Mark=novo!
-lSearch1.text=&Pesquisar\:
-SettingsTab.lCheckPeriod.text=Intervalo de verifi&ca\u00e7\u00e3o\:
-SettingsTab.lGeneral.text=Avan\u00e7ado
-SettingsTab.addButton.text=&Novo
-SettingsTab.RemoveButton.text=&Remover
-SettingsTab.EditButton.text=&Editar
-SettingsTab.AddButton.text=&Adicionar
-SettingsTab.lUpdateCenters.text=Config&ura\u00e7\u00e3o das centrais de atualiza\u00e7\u00f5es\:
-SettingsTab.lConnection.text=Verificar automaticamente por atualiza\u00e7\u00f5es
-CTL_Update_every_startup=Sempre que iniciar
-CTL_Update_every_day=Todo dia
-CTL_Update_every_week=Toda semana
-CTL_Update_every_2weeks=A cada duas semanas
-CTL_Update_every_month=Todo m\u00eas
-CTL_Update_never=Nunca
-CTL_Update_custom=Usu\u00e1rio padr\u00e3o
-SettingsTab.cbSharedInstall.text=&For\u00e7ar instala\u00e7\u00e3o em diret\u00f3rios compartilhados
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Permiss\u00e3o de escrita
-SettingsTab.cbSharedInstall.ReadOnlyMessage=Voc\u00ea n\u00e3o tem permiss\u00e3o para instalar plug-ins no diret\u00f3rio compartilhado:\n{0}\nPara executar a instala\u00e7\u00e3o no diret\u00f3rio compartilhado, voc\u00ea deveria executar o aplicativo como um usu\u00e1rio com privil\u00e9gios administrativos.
-SettingsTab.cbSharedInstall.NoSharedTitle=N\u00e3o h\u00e1 diret\u00f3rio de instala\u00e7\u00e3o
-SettingsTab.cbSharedInstall.NoSharedMessage=Nenhum diret\u00f3rio de instala\u00e7\u00e3o foi encontrado.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=N\u00e3o \u00e9 poss\u00edvel ler o NBM {0} por cause de {1}
-PluginManagerUI.bHelp.text=A&juda
-ACN_UnitTable=Lista de plug-ins
-ACD_UnitTable=Lista de plug-ins
-ACN_UpdateCentersTable=Lista das centrais de atualiza\u00e7\u00f5es
-ACD_UpdateCentersTable=Lista das centrais de atualiza\u00e7\u00f5es que permite ativar ou desativar a central de atualiza\u00e7\u00e3o selecionada
-ACN_DetailsPanel=Detalhes do plug-in
-ACN_DetailsPanel_Button=Invocar a a\u00e7\u00e3o {0}
-ACN_UnitDetails=Detalhes do plug-in
-ACD_Reload=Recarregar cat\u00e1logo
-ACD_Search=Pesquisar por plug-ins
-ACN_Tabs=Alternar entre atualiza\u00e7\u00f5es de plug-ins dispon\u00edveis, instalados e baixados.
-ACD_Tabs=Alternar entre atualiza\u00e7\u00f5es de plug-ins dispon\u00edveis, instalados e baixados.
-ACN_PluginManagerUI=Gerenciador de plug-ins
-ACD_PluginManagerUI=Gerenciador de plug-ins para atualiza\u00e7\u00e3o, instala\u00e7\u00e3o e remo\u00e7\u00e3o de plug-ins
-ACN_Reload=Recarregar cat\u00e1logo
-ACN_UpdateCenterCustomizer=Personalizador da central de atualiza\u00e7\u00e3o
-ACD_UpdateCenterCustomizer=Personalizador para edi\u00e7\u00e3o do nome e URL da central de atualiza\u00e7\u00e3o
-NetworkProblemPanel_ACD=N/D
-NetworkProblemPanel_taMessage=Mensagem do problema de rede
-NetworkProblemPanel_taTitle_ACN=Problema de rede
-UnitTab.detailView.text=&Exibir detalhes
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Atualiza\u00e7\u00f5es internas)
-Unit_InternalUpdates_Title=Atualiza\u00e7\u00f5es internas
-
diff --git a/l10n/src/pt_BR/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_pt_BR.properties
deleted file mode 100644
index effc4d0..0000000
--- a/l10n/src/pt_BR/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Verificar at&ualiza\u00e7\u00f5es
-PluginManagerAction_Name=Plu&g-ins
-PluginManager_Panel_Name=Plug-ins
-PluginManager_CloseButton_Name=&Fechar
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} atualiza\u00e7\u00f5es encontradas.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} atualiza\u00e7\u00e3o encontrada.
-AutoupdateCheckScheduler_UpdateFound_Hint=Clique aqui para atualizar seu aplicativo.
-AutoupdateCheckScheduler_InstallInProgress=Aguarde, outra tarefa de instala\u00e7\u00e3o est\u00e1 em andamento...
-
diff --git a/l10n/src/pt_BR/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_pt_BR.properties
deleted file mode 100644
index b9ba455..0000000
--- a/l10n/src/pt_BR/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Long-Description=A UI permite exibir o conte\u00fado da instala\u00e7\u00e3o e das centrais de atualiza\u00e7\u00e3o registradas, possibilitando o download de atualiza\u00e7\u00f5es e novos m\u00f3dulos e ainda a sua instala\u00e7\u00e3o autom\u00e1tica.
-OpenIDE-Module-Name=UI de atualiza\u00e7\u00e3o autom\u00e1tica
-OpenIDE-Module-Short-Description=Fornece UI para servi\u00e7os de atualiza\u00e7\u00e3o autom\u00e1tica
-
diff --git a/l10n/src/pt_BR/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_pt_BR.properties
deleted file mode 100644
index 6b7a171..0000000
--- a/l10n/src/pt_BR/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Bem-vindo ao instalador de plug-ins
-OperationDescriptionStep_Header_Content=O instalador ir\u00e1 baixar, verificar e ent\u00e3o instalar os plug-ins selecionados.
-OperationDescriptionStep_TableInstall_Title=Os seguintes plug-ins ser\u00e3o instalados:
-OperationDescriptionStep_TableUpdate_Title=Os seguintes plug-ins ser\u00e3o atualizados:
-OperationDescriptionStep_PluginBrokesJavaDependency=A vers\u00e3o da plataforma Java {0} foi solicitada mas apenas a vers\u00e3o {1} est\u00e1 em execu\u00e7\u00e3o.
-OperationDescriptionStep_HeaderUninstall_Head=Bem-vindo ao instalador de plug-ins
-OperationDescriptionStep_HeaderUninstall_Content=Os plug-ins selecionados ser\u00e3o desinstalados. Os plug-ins selecionados ser\u00e3o removidos do disco.
-OperationDescriptionStep_TableUninstall_Title=Os seguintes plug-ins ser\u00e3o desinstalados:
-OperationDescriptionStep_HeaderActivate_Head=Bem-vindo ao instalador de plug-ins
-OperationDescriptionStep_HeaderActivate_Content=Os plug-ins selecionados ser\u00e3o ativados.
-OperationDescriptionStepActivate_Table_Title=Os seguintes plug-ins ser\u00e3o ativados:
-OperationDescriptionStep_HeaderDeativate_Head=Bem-vindo ao instalador de plug-ins
-OperationDescriptionStep_HeaderDeativate_Content=Os plug-ins selecionados ser\u00e3o desativados.
-OperationDescriptionStep_TableDeativate_Title=Os seguintes plug-ins ser\u00e3o desativados:
-PanelBodyContainer_PleaseWait=Favor aguardar at\u00e9 que o instalador encontre as depend\u00eancias de plug-ins.
-DependenciesResolutionStep_Table_Title=Os seguintes plug-ins ser\u00e3o tamb\u00e9m instalados pois um ou mais plug-ins a serem instalados dependem destes:
-UninstallDependenciesResolutionStep_Table_Title=Os seguintes plug-ins ser\u00e3o desativados pois estes dependem de um ou mais plug-ins prestes a serem desativados:
-LicenseApprovalPanel_taTitle_Text=Para continuar com a instala\u00e7\u00e3o, \u00e9 necess\u00e1rio concordar com todos os contratos de licen\u00e7a associados a cada plug-in.\n\n
-LicenseApprovalPanel_tpLicense_Head=Contrato de licen\u00e7a para {0}
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=Contrato de Licen\u00e7a
-LicenseApprovalPanel_Header_Content=Favor ler com cuidado todos os contratos de licen\u00e7a a seguir.
-InstallUnitWizard_Title=Instalador do plug-in
-InstallStep_Header_Download_Head=Baixar
-InstallStep_Header_Download_Content=Favor aguardar at\u00e9 que o instalador complete o download de todos os plug-ins necess\u00e1rios.
-InstallStep_Header_Verify_Head=Validar
-InstallStep_Header_Verify_Content=Favor aguardar at\u00e9 que o instalador valide todos os plug-ins baixados.
-InstallStep_Header_Install_Head=Instalar
-InstallStep_Header_Install_Content=Favor aguardar at\u00e9 que o instalador complete a instala\u00e7\u00e3o.
-InstallStep_Header_InstallDone_Head=Instala\u00e7\u00e3o finalizada com sucesso
-InstallStep_Header_InstallDone_Content=Clique em Finalizar para sair do instalador.
-InstallStep_Header_InstallUnsuccessful_Head=Instala\u00e7\u00e3o conclu\u00edda sem \u00eaxito
-InstallStep_Header_InstallUnsuccessful_Content=Clique em Concluir para sair do instalador e tente reiniciar o aplicativo.
-InstallStep_Header_Restart_Head=Reinicializar o aplicativo para completar a instala\u00e7\u00e3o
-InstallStep_Header_Restart_Content=Reinicializar o aplicativo para completar a instala\u00e7\u00e3o do plug-in.
-UninstallStep_Header_Restart_Head=Reinicializar o aplicativo para completar a desativa\u00e7\u00e3o
-UninstallStep_Header_Restart_Content=Reinicializar o aplicativo para completar a desativa\u00e7\u00e3o do plug-in.
-CustomHandleStep_Header_Install_Restart_Head=Reinicializar o aplicativo para completar a instala\u00e7\u00e3o
-CustomHandleStep_Header_Install_Restart_Content=Reinicializar o aplicativo para completar a instala\u00e7\u00e3o do plug-in.
-CustomHandleStep_Header_Uninstall_Restart_Head=Reinicializar o aplicativo para completar a desinstala\u00e7\u00e3o
-CustomHandleStep_Header_Uninstall_Restart_Content=Reinicializar o aplicativo para completar a desinstala\u00e7\u00e3o do plug-in.
-
-InstallStep_Done=Pronto.
-InstallStep_Unsuccessful=A instala\u00e7\u00e3o est\u00e1 conclu\u00edda mas alguns problemas foram encontrados: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Reinicializar agora
-InstallUnitWizardModel_Buttons_RestartLater=Reinicia&lizar depois
-InstallUnitWizardModel_Buttons_Install=&Instalar
-InstallUnitWizardModel_Buttons_Update=At&ualizar
-InstallUnitWizardModel_Buttons_Close=&Finalizar
-InstallUnitWizardModel_Buttons_Next=Pr\u00f3ximo
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Desinstalar
-UninstallUnitWizardModel_Buttons_TurnOn=&Habilitar
-UninstallUnitWizardModel_Buttons_TurnOff=&Desabilitar
-InstallStep_InstallDone_Text=O instalador de plug-ins finalizou com sucesso a instala\u00e7\u00e3o dos seguintes plug-ins:
-InstallStep_InstallUnsuccessful_Text=O instalador de plug-ins encontrou o problema {0} ao instalar os seguintes plug-ins:
-UninstallStep_UninstallDone_Text=O instalador de plug-ins finalizou com sucesso a desinstala\u00e7\u00e3o dos seguintes plug-ins:
-UninstallStep_ActivateDone_Text=O instalador de plug-ins finalizou com sucesso a ativa\u00e7\u00e3o dos seguintes plug-ins:
-UninstallStep_DeactivateDone_Text=O instalador de plug-ins finalizou com sucesso a desativa\u00e7\u00e3o dos seguintes plug-ins:
-UninstallStep_UninstallFailed_Text=Falha na desinstala\u00e7\u00e3o: {0}
-UninstallStep_ActivateFailed_Text=Falha na ativa\u00e7\u00e3o: {0}
-UninstallStep_DeactivateFailed_Text=Falha na desativa\u00e7\u00e3o: {0}
-UninstallStep_Done=Pronto.
-UninstallStep_Failed=Falhou. {0}
-UninstallStep_Header_Uninstall_Head=Desinstalando
-UninstallStep_Header_Uninstall_Content=Favor aguardar at\u00e9 que o instalador complete a desinstala\u00e7\u00e3o de todos os plug-ins selecionados.
-UninstallStep_Header_Deactivate_Head=Desativa\u00e7\u00e3o
-UninstallStep_Header_Deactivate_Content=Favor aguardar at\u00e9 que o instalador complete a desativa\u00e7\u00e3o de todos os plug-ins selecionados.
-UninstallStep_Header_Activate_Head=Ativa\u00e7\u00e3o
-UninstallStep_Header_Activate_Content=Favor aguardar at\u00e9 que o instalador complete a ativa\u00e7\u00e3o de todos os plug-ins selecionados.
-UninstallStep_Header_UninstallDone_Head=Desinstala\u00e7\u00e3o finalizada com sucesso
-UninstallStep_Header_UninstallDone_Content=Clique em Finalizar para sair do instalador de plug-ins.
-UninstallStep_Header_DeactivateDone_Head=Desativa\u00e7\u00e3o finalizada com sucesso
-UninstallStep_Header_DeactivateDone_Content=Clique em Finalizar para sair do instalador de plug-ins.
-UninstallStep_Header_ActivateDone_Head=Ativa\u00e7\u00e3o finalizada com sucesso
-UninstallStep_Header_ActivateDone_Content=Clique em Finalizar para sair do instalador de plug-ins.
-UninstallStep_Header_UninstallFailed_Head=Falha na desinstala\u00e7\u00e3o
-UninstallStep_Header_UninstallFailed_Content=Clique em Finalizar para sair do instalador de plug-ins.
-UninstallStep_Header_DeactivateFailed_Head=Falha na desativa\u00e7\u00e3o
-UninstallStep_Header_DeactivateFailed_Content=Clique em Finalizar para sair do instalador de plug-ins.
-UninstallStep_Header_ActivateFailed_Head=Falha na ativa\u00e7\u00e3o
-UninstallStep_Header_ActivateFailed_Content=Clique em Finalizar para sair do instalador de plug-ins.
-UninstallStep_ProgressName_Uninstall=Desinstalando plug-ins
-UninstallStep_ProgressName_Activate=Ativando plug-ins
-UninstallStep_ProgressName_Deactivate=Desativando plug-ins
-ValidationWarningPanel_ShowCertificateButton=E&xibir certificado
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Aviso de valida\u00e7\u00e3o
-ValidationWarningPanel_VerifyCertificate_Title=Verificar certificado
-ValidationWarningPanel_ContinueButton=&Continuar
-ValidationWarningPanel_taHead_NotSignedText=Os seguintes plug-ins n\u00e3o est\u00e3o assinados\:
-ValidationWarningPanel_taHead_NotTrustedText=Os seguintes plug-ins n\u00e3o s\u00e3o confi\u00e1veis\:
-ValidationWarningPanel_taWarning_Text=Aviso: Instalar plug-ins n\u00e3o confi\u00e1veis \u00e9 potencialmente inseguro. Utilize plug-ins n\u00e3o confi\u00e1veis por sua pr\u00f3pria conta e risco.
-OperationDescriptionStep_CustomHandled_Head={0} plug-ins utilizam instalador nativo:
-InstallStep_Download_DownloadingPlugins=Baixando plug-ins...
-InstallStep_Validate_ValidatingPlugins=Validando plug-ins...
-InstallStep_Install_InstallingPlugins=Instalando plug-ins...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Alguns plug-ins n\u00e3o foram instalados para evitar problemas potenciais de instala\u00e7\u00e3o.
-CustomHandleStep_Header_Install_Head=Instalar
-CustomHandleStep_Header_Install_Content=Favor aguardar at\u00e9 que o instalador complete a instala\u00e7\u00e3o.
-CustomHandleStep_Header_Uninstall_Head=Desinstalando
-CustomHandleStep_Header_Uninstall_Content=Favor aguardar at\u00e9 que o instalador complete a desinstala\u00e7\u00e3o dos plug-ins selecionados.
-CustomHandleStep_Header_InstallDone_Head=Instala\u00e7\u00e3o finalizada com sucesso
-CustomHandleStep_Header_InstallDone_Content=Clique em Pr\u00f3ximo para continuar com a instala\u00e7\u00e3o dos plug-ins remanescentes utilizando o instalador de plug-ins.
-CustomHandleStep_Header_UninstallDone_Head=Desinstala\u00e7\u00e3o finalizada com sucesso
-CustomHandleStep_Header_UninstallDone_Content=Clique em Pr\u00f3ximo para continuar com a desinstala\u00e7\u00e3o dos plug-ins remanescentes.
-CustomHandleStep_Header_InstallFail_Head=Falha na instala\u00e7\u00e3o.
-CustomHandleStep_Header_InstallFail_Content=Clique em Cancelar para sair do instalador de plug-ins.
-CustomHandleStep_Header_UninstallFail_Head=Falha na instala\u00e7\u00e3o
-CustomHandleStep_Header_UninstallFail_Content=Clique em Cancelar para sair do instalador de plug-ins.
-CustomHandleStep_Install_InstallingPlugins=Instalando plug-ins utilizando o instalador do pr\u00f3prio plug-in...
-CustomHandleStep_Uninstall_UninstallingPlugins=Desinstalando plug-ins utilizando o instalador do pr\u00f3prio plug-in...
-CustomHandleStep_Done=Pronto.
-CustomHandleStep_InstallDone_Text=O instalador de plug-ins finalizou com sucesso a instala\u00e7\u00e3o.
-CustomHandleStep_InstallFail_Text=A instala\u00e7\u00e3o de {0} falhou.
-CustomHandleStep_UninstallDone_Text=O instalador de plug-ins finalizou com sucesso a desinstala\u00e7\u00e3o.
-CustomHandleStep_UninstallFail_Text=A desinstala\u00e7\u00e3o de {0} falhou.
-InstallStep_NetworkProblem_Continue=&Tentar novamente
-InstallStep_NetworkProblem_Text=Problemas de rede em {0}
-OperationPanel.cbRunInBackground.text=Executa&r em segundo plano
-InstallSupport_InBackground_NetworkError=N\u00e3o foi poss\u00edvel conectar \u00e0 Central de atualiza\u00e7\u00f5es.
-InstallSupport_InBackground_NetworkError_Details=detalhes
-LicenseApprovalPanel.cbAccept.text=Eu &aceito os termos no contrato de todas as licen\u00e7as.
-InstallSupport_RestartNeeded=Reinicie o aplicativo para concluir a instala\u00e7\u00e3o.
-UninstallSupport_RestartNeeded=Reinicie o aplicativo para concluir a desativa\u00e7\u00e3o.
-CustomHandleStep_Install_RestartNeeded=Reinicie o aplicativo para concluir a instala\u00e7\u00e3o.
-CustomHandleStep_Uninstall_RestartNeeded=Reinicie o aplicativo para concluir a desinstala\u00e7\u00e3o.
-
-RestartNeeded_Details=Clique aqui para reiniciar seu aplicativo agora
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=Assistente do instalador do NetBeans
-PanelBodyContainer_ACD=Assistente do instalador do NetBeans
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/D
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/D
-ValidationWarningPanel_tpPlugins_ACN=Plug-ins n\u00e3o verificados
-ValidationWarningPanel_taWarning_Text_ACD=Aviso: Instalar plug-ins n\u00e3o confi\u00e1veis \u00e9 potencialmente inseguro. Utilize plug-ins n\u00e3o confi\u00e1veis por sua pr\u00f3pria conta e risco.
-ValidationWarningPanel_taWarning_Text_ACN=Aviso
-ValidationWarningPanel_taHead_ACN=N/D
-ValidationWarningPanel_ACD=N/D
-UninstallUnitWizard_Title=Instalador do plug-in
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Seu aplicativo est\u00e1 atualizado!</h3>
-LazyOperationDescriptionStep_NoUpdates=N\u00e3o h\u00e1 atualiza\u00e7\u00f5es dispon\u00edveis.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<b>Falha na verifica\u00e7\u00e3o de atualiza\u00e7\u00f5es.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Verifique sua conex\u00e3o de rede, verifique se suas configura\u00e7\u00f5es de proxy<br>est\u00e3o corretamente configuradas ou tente novamente mais tarde.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Verificando atualiza\u00e7\u00f5es.</b><br>Aguardo enquanto o instalador verifica atualiza\u00e7\u00f5es dispon\u00edveis.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Inicializando a lista de atualiza\u00e7\u00f5es... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Alguns plug-ins requerem que o plug-in {0} seja instalado.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Alguns plug-ins est\u00e3o esperando pela reinicializa\u00e7\u00e3o do aplicativo para resolver os seguintes problemas:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Alguns plug-ins requerem o recurso {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Alguns plug-ins requerem a plataforma Java na vers\u00e3o {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Alguns plug-ins requerem o JDK</h3>Alguns dos plug-ins selecionados requerem o JDK a fim de funcionarem. No momento, o NetBeans IDE parece estar sendo executado com o JRE em vez do JDK completo.<br><br>Para usar esses plug-ins, inicie o IDE com a op\u00e7\u00e3o de linha de comando <code>--jdkhome</code> definida para a localiza\u00e7\u00e3o de uma instala\u00e7\u00e3o de JDK. Consulte <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> para obter mais informa\u00e7\u00f5es.<br><br>
-OperationDescriptionStep_BrokenModuleDep=O plug-in {0} tamb\u00e9m deveria ser instalado.
-OperationDescriptionStep_BrokenModuleNameDep=O plug-in chamado {0} era necess\u00e1rio e n\u00e3o foi encontrado.
-OperationDescriptionStep_BrokenModuleVersionDep=O plug-in {0} foi solicitado na vers\u00e3o >= {1} mas apenas a {2} foi encontrada.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=O plug-in {0} \u00e9 solicitado na vers\u00e3o >= {1} (disponibilizar vers\u00e3o {2}) mas apenas {3} (de disponibilizar vers\u00e3o diferente de {2}) foi encontrada.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=O plug-in {0} foi solicitado na vers\u00e3o {1}.
-OperationDescriptionStep_BrokenModuleImplDep=O plug-in {0} foi solicitado na vers\u00e3o de implementa\u00e7\u00e3o {1}.
-OperationDescriptionStep_BrokenRequiresDep=Nenhum plug-in que fornece o recurso {0} foi encontrado.
-OperationDescriptionStep_AffectedPluginByBrokenDep=Os plug-ins seguintes s\u00e3o afetados:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=O plug-in seguinte \u00e9 afetado:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=Houve alguns problemas ao armazenar {0}.\nCausa: {1}
-InstallStep_DownloadProblem_SomePlugins=plug-ins selecionados
-
diff --git a/l10n/src/pt_BR/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_pt_BR.properties
deleted file mode 100644
index e251b6f..0000000
--- a/l10n/src/pt_BR/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Plataforma RCP
-OpenIDE-Module-Name=Plataforma RCP
-OpenIDE-Module-Short-Description=Plataforma RCP NetBeans
-OpenIDE-Module-Long-Description=A Plataforma RCP NetBeans \u00e9 um framework gen\u00e9rico para aplicativos Swing.  Ele fornece os servi\u00e7os comuns para praticamente todos os aplicativos de \u00e1rea de trabalho: gerenciamento de janela, menus, configura\u00e7\u00f5es e armazenamento, gerenciamento de atualiza\u00e7\u00e3o, acesso a arquivos, etc.<br><br>Consulte mais informa\u00e7\u00f5es em <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/pt_BR/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_pt_BR.properties
deleted file mode 100644
index 69d94f2..0000000
--- a/l10n/src/pt_BR/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup em SystemFS
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=A implementa\u00e7\u00e3o padr\u00e3o do MimeDataProvider.
-OpenIDE-Module-Long-Description=O MIME Lookup do m\u00f3dulo SystemFS implementa MimeDataProvider que procura objetos na hierarquia de pastas no sistema de arquivos.
-
-
diff --git a/l10n/src/pt_BR/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_pt_BR.properties
deleted file mode 100644
index c82c245..0000000
--- a/l10n/src/pt_BR/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup API
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=O MIME lookup API.
-OpenIDE-Module-Long-Description=O m\u00f3dulo MIME Lookup implementa uma API para procurar por tipo MIME dependente de configura\u00e7\u00f5es, servi\u00e7os e outros objetos. Este tamb\u00e9m implementa SPI para implementa\u00e7\u00e3o adicional do tipo MIME relatado pelo fornecedor de dados.
-
diff --git a/l10n/src/pt_BR/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_pt_BR.properties
deleted file mode 100644
index b5f6733..0000000
--- a/l10n/src/pt_BR/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Adicionar aos favoritos
-ACT_AddOnFavoritesNode=&Adicionar aos favoritos...
-ACT_Remove=&Remover dos favoritos
-ACT_View=Favor&itos
-ACT_Select=Favoritos
-ACT_Select_Main_Menu=Selecionar em F&avoritos
-
-Favorites=Favoritos
-Templates/Other=Outro
-Templates/Properties=Propriedades de configura\u00e7\u00f5es do usu\u00e1rio
-Templates/Other/Folder=Diret\u00f3rio
-Templates/Other/file=Arquivo vazio
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=\u00c1rvore do explorer
-ACSD_ExplorerBeanTree=N/D
-
-# JFileChooser
-CTL_DialogTitle=Adicionar aos favoritos
-CTL_ApproveButtonText=Adicionar
-ERR_FileDoesNotExist={0} n\u00e3o existe.
-ERR_FileDoesNotExistDlgTitle=Adicionar aos favoritos
-
-MSG_NodeNotFound=O n\u00f3 do documento n\u00e3o pode ser encontrado na aba Favoritos.
-
-# Manifest localization
-OpenIDE-Module-Name=Favoritos
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Suporte para organizar arquivos favoritos.
-OpenIDE-Module-Long-Description=O m\u00f3dulo favoritos permite a voc\u00ea criar uma vis\u00e3o dos arquivos especificamente relevantes para seu trabalho, simplesmente acessando-os a partir de um \u00fanico lugar.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Modelos
-Templates.Options.Export.displayName=Todos os modelos
-Favorites.Options.Export.displayName=Favoritos
-
diff --git a/l10n/src/pt_BR/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_pt_BR.html b/l10n/src/pt_BR/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_pt_BR.html
deleted file mode 100644
index dc9203b..0000000
--- a/l10n/src/pt_BR/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_pt_BR.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Cria um arquivo vazio com uma extensão arbitrária em seu disco.
-</BODY></HTML>
diff --git a/l10n/src/pt_BR/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_pt_BR.html b/l10n/src/pt_BR/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_pt_BR.html
deleted file mode 100644
index 8b4a399..0000000
--- a/l10n/src/pt_BR/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_pt_BR.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Cria uma nova pasta em seu disco.
-</BODY></HTML>
diff --git a/l10n/src/pt_BR/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_pt_BR.properties
deleted file mode 100644
index 233ab03..0000000
--- a/l10n/src/pt_BR/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Fechar
-BTN_TemplatesPanel_OpenInEditorButton=Abrir no edit&or
-LBL_TemplatesAction_Name=&Modelos
-HINT_TemplatesAction=Personalizar modelos
-LBL_TemplatesPanel_Title=Gerenciador de modelos
-BTN_TemplatesPanel_Delete=&Excluir
-LBL_TemplatesPanel_TemplatesLabel=&Modelos\:
-BTN_TemplatesPanel_Add=&Adicionar...
-BTN_TemplatesPanel_RenameButton=&Renomear
-BTN_TemplatesPanel_DuplicateButton=&Duplicar
-BTN_TemplatesPanel_NewFolder=&Nova pasta
-BTN_TemplatesPanel_MoveUp=Mover para &cima
-BTN_TemplatesPanel_MoveDown=Mover para bai&xo
-LBL_TemplatesPanel_JFileChooser_Title=Adicionar modelo existente
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Adicionar
-TXT_TemplatesPanel_NewFolderName=Nova pasta
-MSG_TemplatesPanel_Nonexistent_File=O arquivo ''{0}''\nn\u00e3o existe, especifique um arquivo existente.
-
-TemplatesPanel_TemplateNode_DisplayName=Nome de exibi\u00e7\u00e3o
-TemplatesPanel_TemplateNode_DisplayName_Desc=Exibir o nome deste modelo. Exibido no assistente Arquivo|Novo, assim como em Ferramentas|Modelos.
-TemplatesPanel_TemplateNode_FileName=Nome de arquivo
-TemplatesPanel_TemplateNode_FileName_Desc=Nome do arquivo representado por este modelo.
-TemplatesPanel_TemplateNode_ScriptEngine=Mecanismo de script
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Mecanismo de script usado para processar este modelo.
-TemplatesPanel_TemplateNode_TemplateCategories=Categorias de modelos
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=Uma lista das categorias de modelos apropriadas para este modelo.
-
-ACD_TemplatesPanel_Add=Adicionar modelo
-
-ACD_TemplatesPanel_New=Novo modelo
-
-ACD_TemplatesPanel_Duplicate=Duplicar modelo selecionado
-
-ACD_TemplatesPanel_Rename=Renomear modelo
-
-ACD_TemplatesPanel_MoveUp=Mover o modelo selecionado para cima
-
-ACD_TemplatesPanel_MoveDown=Mover o modelo selecionado para baixo
-
-ACD_TemplatesPanel_Delete=Excluir modelo
-
-TT_TemplatesPanel_Add=Adicionar modelo
-
diff --git a/l10n/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_pt_BR.properties
deleted file mode 100644
index 52e53f3..0000000
--- a/l10n/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=N\u00e3o foi poss\u00edvel conectar \u00e0 URL {0}; tal recurso n\u00e3o foi encontrado.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Aviso: o t\u00f3pico de ID {0} do JavaHelp n\u00e3o foi encontrado.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Carregando conjuntos de ajuda...
-ACSD_JavaHelp_viewer=Exibe uma ou mais refer\u00eancias \u00e0 ajuda no formato JavaHelp
-ACSD_Loading_Dialog=Carregando conjuntos de ajuda
-
-# HelpAction
-LBL_HelpAction=Ajuda
-CTL_OpeningHelp=Abrindo ajuda...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=Monitor HTTP
-
-# a11y - BrowserDisplayer
-ACSD_Label=Clique aqui para abrir este link em um navegador web.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Monstrando o ID de ajuda: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Monstrando o ID de ajuda: {0}
-
-QuickSearch/Help=Ajuda
-Err_CreateJavaHelpSearchEngine=Falha ao criar mecanismo de pesquisa do JavaHelp.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copiar localiza\u00e7\u00e3o do v\u00ednculo
-
diff --git a/l10n/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_pt_BR.properties
deleted file mode 100644
index fbc066d..0000000
--- a/l10n/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Integra\u00e7\u00e3o com o JavaHelp
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Permite que conjuntos de ajuda JavaHelp sejam adicionados ao IDE.
-OpenIDE-Module-Long-Description=Cont\u00e9m a biblioteca atual de execu\u00e7\u00e3o do JavaHelp, e a implementa\u00e7\u00e3o de uma parte da API de m\u00f3dulos que permite a outros m\u00f3dulos instalarem conjuntos de ajuda usando a tecnologia JavaHelp.
-
-Menu/Help/master-help.xml=&Conte\u00fado da ajuda
-Menu/Help/HelpShortcuts=Con&juntos de ajuda
-Actions/Help/master-help.xml=&Conte\u00fado da ajuda
-
diff --git a/l10n/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_pt_BR.html b/l10n/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_pt_BR.html
deleted file mode 100644
index 89ad833..0000000
--- a/l10n/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_pt_BR.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-
-<HTML><head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<TITLE>Índice principal</TITLE>
-</HEAD><BODY>
-Esta janela contém o conjunto principal de todas as documentações instaladas. Você pode utilizar os navegadores para exibir por completo o sumário e o índice fora do IDE, e ainda executar uma busca por todo o índice ou mesmo por um literal inteiro.
-</BODY></HTML>
diff --git a/l10n/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_pt_BR.xml b/l10n/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_pt_BR.xml
deleted file mode 100644
index 55adc78..0000000
--- a/l10n/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_pt_BR.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-
-Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-Other names may be trademarks of their respective owners.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-particular file as subject to the "Classpath" exception as provided
-by Oracle in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
-<helpset version="2.0">
-    <title>Ajuda</title>
-    <maps>
-        <homeID>org.netbeans.api.javahelp.MASTER_ID</homeID>
-        <mapref location="masterHelpMap.jhm"/>
-    </maps>
-    <view mergetype="javax.help.UniteAppendMerge">
-        <name>TOC</name>
-        <label>Conteúdo</label>
-        <type>javax.help.TOCView</type>
-        <data>masterHelpToc.xml</data>
-    </view>
-    <!--
-    <view mergetype="javax.help.SortMerge">
-        <name>Index</name>
-        <label>Index</label>
-        <type>javax.help.IndexView</type>
-    </view>
-    -->
-    <view>
-        <name>Search</name>
-        <label>Pesquisar</label>
-        <type>javax.help.SearchView</type>
-    </view>
-    <!--
-    <view>
-        <name>Favorites</name>
-        <label>Favorites</label>
-        <type>javax.help.FavoritesView</type>
-    </view>
-    -->
-    <presentation default="true" displayviews="true" displayviewimages="false">
-        <name>main window</name>
-        <toolbar>
-            <helpaction image="helpviewer_back">javax.help.BackAction</helpaction>
-            <helpaction image="helpviewer_forward">javax.help.ForwardAction</helpaction>
-            <helpaction image="helpviewer_print">javax.help.PrintAction</helpaction>
-            <helpaction image="helpviewer_page-setup">javax.help.PrintSetupAction</helpaction>
-        </toolbar>
-    </presentation>
-    <presentation displayviews="false">
-        <name>NBSecondaryWindow</name>
-        <size width="600" height="400" />
-        <location x="200" y="200" />
-    </presentation>
-
-    </helpset>
diff --git a/l10n/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_pt_BR.html b/l10n/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_pt_BR.html
deleted file mode 100644
index 7d2dcfc..0000000
--- a/l10n/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_pt_BR.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Módulo não ativado</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Módulo não ativado</h2>
-<p>O tópico da ajuda que está tentando visualizar está localizado no módulo {0}, o qual está atualmente desativado.  Para ativar módulos instalados mas desativados:</p>
-<ol><li>Escolher ferramentas > Plug-ins (Preferências do NetBeans no Mac).</li>
-    <li>Siga para a aba Instalado.</li>
-    <li>Selecione o módulo {0} e clique em Ativar.</li> </ol>
-</body>
-</html>
diff --git a/l10n/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_pt_BR.html b/l10n/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_pt_BR.html
deleted file mode 100644
index 629da95..0000000
--- a/l10n/src/pt_BR/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_pt_BR.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Módulo não instalado</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Módulo não instalado</h2>
-<p>O tópico da ajuda que está tentando visualizar está localizado no módulo {0}, o qual não está atualmente instalado.   Este módulo pode estar disponível como um plug-in. Para verificar, Escolha Ferramentas > Plug-ins.
-</p>
-</body>
-</html>
diff --git a/l10n/src/pt_BR/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_pt_BR.properties
deleted file mode 100644
index d09c20b..0000000
--- a/l10n/src/pt_BR/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=API keyring
-
diff --git a/l10n/src/pt_BR/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_pt_BR.properties
deleted file mode 100644
index 367084a..0000000
--- a/l10n/src/pt_BR/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Valor de amostra que garante que a decodifica\u00e7\u00e3o funciona.
-FallbackProvider.msg_clear_keys=Suas senhas anteriormente armazenadas n\u00e3o podem ser decodificadas. Voc\u00ea deseja esquecer todas as senhas existentes e iniciar com um novo keyring?
-FallbackProvider.title_clear_keys=Excluir senhas armazenadas
-MasterPasswordPanel.masterPasswordLabel.text=Senha &mestre:
-MasterPasswordPanel.setNewBox.text=&Alterar...
-MasterPasswordPanel.newLabel1.text=&Nova senha mestre:
-MasterPasswordPanel.newLabel2.text=&Digitar novamente:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=Digitar senha mestre
-MasterPasswordPanel.enter_password=Indicar senha
-MasterPasswordPanel.enter_new_password=Inserir nova senha
-MasterPasswordPanel.password_mismatch=As novas senhas n\u00e3o coincidem
-MasterPasswordPanel.explanation.text=O NetBeans podem lembrar as senhas, mas para proteg\u00ea-las voc\u00ea precisa inserir a senha mestre. Se ainda n\u00e3o tiver escolhido uma, escolha agora. Voc\u00ea ser\u00e1 solicitado a introduzi-la nas pr\u00f3ximas sess\u00f5es quando necess\u00e1rio. Tamb\u00e9m \u00e9 poss\u00edvel alterar a senha mestre sempre que voc\u00ea for solicitado a introduzi-la.
-
diff --git a/l10n/src/pt_BR/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_pt_BR.properties
deleted file mode 100644
index fa4f064..0000000
--- a/l10n/src/pt_BR/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=N\u00e3o \u00e9 poss\u00edvel criar o arquivo {0} na pasta {1}.
-EXC_CannotCreateExistingData=N\u00e3o \u00e9 poss\u00edvel criar o arquivo {0} na pasta {1}. Este arquivo j\u00e1 existe.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=N\u00e3o \u00e9 possivel criar a pasta {0} na pasta {1}.
-EXC_CannotCreateExistingFolder=N\u00e3o \u00e9 possivel criar a pasta {0} na pasta {1}. Esta pasta j\u00e1 existe.
-
-# {0} - the file
-EXC_CannotLock=N\u00e3o \u00e9 poss\u00edvel bloquear o arquivo somente leitura {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=N\u00e3o \u00e9 poss\u00edvel excluir arquivo {0} em {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=N\u00e3o \u00e9 poss\u00edvel renomear o arquivo {0} em {1} para {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Bloqueio inv\u00e1lido [{0}] para o arquivo {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=N\u00e3o \u00e9 poss\u00edvel renomear a raiz do sistema de arquivos {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=N\u00e3o \u00e9 poss\u00edvel excluir a raiz do sistema de arquivos {0}.
-
-EXC_CannotLockRoot=A raiz n\u00e3o pode ser bloqueada.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=N\u00e3o \u00e9 poss\u00edvel obter acesso exclusivo para {0} (provavelmente aberto para leitura).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=N\u00e3o \u00e9 poss\u00edvel obter acesso compartilhado para {0} (provavelmente aberto para escrita).
-
diff --git a/l10n/src/pt_BR/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_pt_BR.properties
deleted file mode 100644
index 68cb67f..0000000
--- a/l10n/src/pt_BR/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=O arquivo {0} j\u00e1 est\u00e1 bloqueado.
-EXC_FileLockAlreadyExists=O arquivo {0} j\u00e1 est\u00e1 bloqueado (bloqueio {1} existe).
-# {0} - full path
-FileObj.readOnlyFile=O arquivo {0} n\u00e3o pode ser escrito porque ele \u00e9 somente leitura.
-
diff --git a/l10n/src/pt_BR/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_pt_BR.properties
deleted file mode 100644
index f05355a..0000000
--- a/l10n/src/pt_BR/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Sistema de arquivos mestre
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Une m\u00faltiplas fontes de sistemas de arquivos em uma simples \u00e1rvore l\u00f3gica.
-OpenIDE-Module-Long-Description=Cria montagens para ra\u00edzes do disco e ent\u00e3o divide em outros sistemas de arquivos como se fossem montagens VCS, fornecendo um simples sistema de arquivos empacotador para todas elas.
-
-LBL_loaderName=FolderLoader para MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=N\u00e3o \u00e9 poss\u00edvel renomear a raiz do sistema de arquivos {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=N\u00e3o \u00e9 poss\u00edvel copiar a ra\u00eds do sistema de arquivos {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=N\u00e3o \u00e9 poss\u00edvel mover a ra\u00edz do sistema de arquivos {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=N\u00e3o \u00e9 poss\u00edvel excluir a raiz do sistema de arquivos {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=N\u00e3o \u00e9 poss\u00edvel renomear o arquivo {0} em {1} para {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=O sistema de arquivos {0} \u00e9 somente leitura.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=O sistema de arquivos {1} n\u00e3o pode ser montado na raiz {0}, porque o sistema de arquivos {2} j\u00e1 est\u00e1 montado.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=O sistema de arquivos {1} n\u00e3o pode ser montado na raiz {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=O sistema de arquivos {0} n\u00e3o p\u00f4de ser desmontado. 
-
diff --git a/l10n/src/pt_BR/platform/options-api/options-api/org/netbeans/modules/options/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/options-api/options-api/org/netbeans/modules/options/Bundle_pt_BR.properties
deleted file mode 100644
index 6e41fe7..0000000
--- a/l10n/src/pt_BR/platform/options-api/options-api/org/netbeans/modules/options/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=SPI e caixa de di\u00e1logo de op\u00e7\u00f5es
-OpenIDE-Module-Display-Category=Ferramentas
-OpenIDE-Module-Short-Description=Fornece a caixa de di\u00e1logo de op\u00e7\u00f5es e uma SPI para adicionar pain\u00e9is a ela.
-OpenIDE-Module-Long-Description=Fornece a caixa de di\u00e1logo Ferramentas | Op\u00e7\u00f5es. A SPI permite a voc\u00ea adicionar novos pain\u00e9is completamente, ou se\u00e7\u00f5es para o painel de miscel\u00e2neas.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Op\u00e7\u00f5es
-CTL_Options_Dialog_Title=Op\u00e7\u00f5es
-CTL_OK=OK
-CTL_Classic=Op\u00e7\u00f5es avan\u00e7adas
-CTL_Classic_Title=Op\u00e7\u00f5es avan\u00e7adas
-CTL_Modern=Op\u00e7\u00f5es &b\u00e1sicas
-CTL_Loading_Options=Carregando configura\u00e7\u00f5es ...
-CTL_Error_Loading_Options=Falhou ao carregar op\u00e7\u00f5es.
-CTL_Some_values_changed=Existem algumas modifica\u00e7\u00f5es. Voc\u00ea deseja aplic\u00e1-las?
-
-CTL_General_Options=&Geral
-CTL_General_Options_Title=Geral
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=Fontes & cores
-CTL_Font_And_Color_Options_Title=Fontes & cores
-CTL_Keymap_Options=Mapa de &teclas
-CTL_Keymap_Options_Title=Mapa de teclas
-
-CTL_Export=Expor&tar
-CTL_Import=&Importar
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= Invoca a caixa de di\u00e1logo op\u00e7\u00f5es avan\u00e7adas
-ACS_OptionsPanel=Caixa de di\u00e1logo de op\u00e7\u00f5es
-ACS_Export=Op\u00e7\u00f5es de exporta\u00e7\u00e3o
-ACS_Import=Op\u00e7\u00f5es de importa\u00e7\u00e3o
-TabbedController.pane.AD=Painel de op\u00e7\u00f5es
-
-QuickSearch/GoToOption=Op\u00e7\u00f5es
-
diff --git a/l10n/src/pt_BR/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_pt_BR.properties
deleted file mode 100644
index c278f60..0000000
--- a/l10n/src/pt_BR/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Miscel\u00e2nea
-CTL_Advanced_Options_Title=Miscel\u00e2nea
-CTL_Advanced_Options_Description=Miscel\u00e2nea
-AdvancedPanel.tabbedPanel.AD=Painel com abas Miscel\u00e2nea
-Advanced.Export.Category=Miscel\u00e2nea
-
diff --git a/l10n/src/pt_BR/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_pt_BR.properties
deleted file mode 100644
index 0f09e48..0000000
--- a/l10n/src/pt_BR/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Definir aqui
-LBL_action_revert=Reverter def.
-LBL_action_delete=Excluir
-
-MSG_ask_remove_above_defined_files=Mover a defini\u00e7\u00e3o aqui ir\u00e1 remover quaisquer valores armazenados nas camadas \u00e0 esquerda da coluna selecionada.\n\nDeseja continuar?
-
-#file state tooltips
-LBL_fstate_defined=Defini\u00e7\u00e3o de configura\u00e7\u00f5es
-LBL_fstate_ignored=Valor de configura\u00e7\u00e3o n\u00e3o utilizado
-LBL_fstate_inherited=Configura\u00e7\u00e3o herdada
-LBL_fstate_undefined=O valor de configura\u00e7\u00e3o n\u00e3o est\u00e1 definido aqui
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=Usu\u00e1rio
-LBL_FSP_Desc_Session-Layer=N\u00edvel de configura\u00e7\u00f5es da sess\u00e3o
-LBL_FSP_Modules-Layer=Padr\u00e3o
-LBL_FSP_Desc_Modules-Layer=N\u00edvel padr\u00e3o de configura\u00e7\u00e3o da instala\u00e7\u00e3o
-
-#OptionsAction
-Options=&Op\u00e7\u00f5es
-CTL_close_button=&Fechar
-ACSD_close_button=N/D
-ACSN_optionsTree=N/D
-ACSD_optionsTree=N/D
-LBL_computing=Inicializando configura\u00e7\u00f5es...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Exibir n\u00edveis (pressione +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Ocultar n\u00edveis (pressione +)
-CTL_Templates_name=Modelos
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorador
-ACSN_ExplorerBeanTree=\u00c1rvore do Explorer
-ACSD_ExplorerBeanTree=N/D
-
diff --git a/l10n/src/pt_BR/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_pt_BR.properties
deleted file mode 100644
index 172d8fd..0000000
--- a/l10n/src/pt_BR/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Selecionar as op\u00e7\u00f5es para exporta\u00e7\u00e3o:
-OptionsChooserPanel.outline.all=Todos
-OptionsChooserPanel.outline.header.tree=Op\u00e7\u00f5es dispon\u00edveis
-OptionsChooserPanel.outline.AN=Op\u00e7\u00f5es dispon\u00edveis
-OptionsChooserPanel.outline.AD=\u00c1rvore de op\u00e7\u00f5es dispon\u00edveis
-OptionsChooserPanel.lblFile.text=&Arquivo zip de destino:
-OptionsChooserPanel.btnBrowse=P&rocurar...
-OptionsChooserPanel.btnBrowse.AN=Procurar
-OptionsChooserPanel.btnBrowse.AD=Procurar
-OptionsChooserPanel.txtFile.AD=C\u00f3digo-fonte ou destino para importar/exportar.
-OptionsChooserPanel.loading=Carregando...
-OptionsChooserPanel.file.warning=Selecione um arquivo zip de destino v\u00e1lido
-OptionsChooserPanel.nooption.warning=Selecione algo para ser exportado
-OptionsChooserPanel.file.chooser.title=Selecionar o arquivo zip de destino
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=Selecionar as op\u00e7\u00f5es para exporta\u00e7\u00e3o
-OptionsChooserPanel.export.status.text=Conclu\u00edda a exporta\u00e7\u00e3o das op\u00e7\u00f5es
-OptionsChooserPanel.import.title=Selecionar as op\u00e7\u00f5es para importa\u00e7\u00e3o
-OptionsChooserPanel.import.lblFile.text=Origem da &importa\u00e7\u00e3o:
-OptionsChooserPanel.import.lblHint.text=&Selecionar as op\u00e7\u00f5es para importa\u00e7\u00e3o:
-OptionsChooserPanel.import.file.warning=Selecione um arquivo zip ou diret\u00f3rio de usu\u00e1rio v\u00e1lido
-OptionsChooserPanel.import.nooption.warning=Selecione algo para ser importado
-OptionsChooserPanel.import.file.chooser.title=Selecione um arquivo zip ou diret\u00f3rio de usu\u00e1rio
-OptionsChooserPanel.import.invalid.userdir.title=Dire\u00e7\u00e3o de usu\u00e1rio inv\u00e1lida?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=A pasta {0} n\u00e3o parece ser uma dire\u00e7\u00e3o de usu\u00e1rio v\u00e1lida. Tem certeza que deseja importar op\u00e7\u00f5es a partir desta localiza\u00e7\u00e3o?
-OptionsChooserPanel.AD=Painel para escolher as op\u00e7\u00f5es para exportar/importar
-OptionsChooserPanel.import.error=Erro ao importar as op\u00e7\u00f5es. Executar IDE com par\u00e2metro -J-Dorg.netbeans.modules.options.export.level=100 e consulte o registro IDE para obter detalhes.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Arquivo zip inv\u00e1lido: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Falha na grava\u00e7\u00e3o para o arquivo {0}.
-ImportConfirmationPanel.title=Confirma\u00e7\u00e3o da importa\u00e7\u00e3o
-ImportConfirmationPanel.cbRestart.text=&Reiniciar o IDE agora (sem reiniciar as configura\u00e7\u00f5es importadas podem n\u00e3o funcionar)
-ImportConfirmationPanel.cbRestart.AD=Decidir reinicializar o IDE agora ou mais tarde
-ImportConfirmationPanel.cbRestart.AN=Reinicializar o IDE agora?
-ImportConfirmationPanel.lblMessage.text=Importar pode sobrescrever sem possibilidade de revers\u00e3o suas configura\u00e7\u00f5es atuais. Execute primeiro a exporta\u00e7\u00e3o para efetuar o backup das op\u00e7\u00f5es atuais. Deseja continuar?
-ImportConfirmationPanel.lblMessage.AD=Mensagem de confirma\u00e7\u00e3o
-ImportConfirmationPanel.AN=Confirma\u00e7\u00e3o da importa\u00e7\u00e3o
-ImportConfirmationPanel.AD=Confirma\u00e7\u00e3o da importa\u00e7\u00e3o
-ExportConfirmationPanel.title=Aviso de senhas armazenadas
-ExportConfirmationPanel.lblMessage.text=As configura\u00e7\u00f5es exportadas podem conter senhas armazenadas. O compartilhamento de suas configura\u00e7\u00f5es com outros usu\u00e1rios representa um risco potencial de seguran\u00e7a. Deseja continuar?
-ExportConfirmationPanel.cbSkip.text=&Ignorar esta advert\u00eancia na pr\u00f3xima vez
-ExportConfirmationPanel.cbSkip.AN=Ignorar esta advert\u00eancia na pr\u00f3xima vez?
-ExportConfirmationPanel.cbSkip.AD=Decidir se ignora ou mostra esta advert\u00eancia na pr\u00f3xima vez
-ExportConfirmationPanel.lblMessage.AD=Mensagem de confirma\u00e7\u00e3o
-ExportConfirmationPanel.AN=Aviso de senhas armazenadas
-ExportConfirmationPanel.AD=Aviso de senhas armazenadas
-
diff --git a/l10n/src/pt_BR/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_pt_BR.properties
deleted file mode 100644
index 5b8306d..0000000
--- a/l10n/src/pt_BR/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Op\u00e7\u00f5es do mapa de teclas
-
-CTL_Keymap_Options=Mapa de &teclas
-CTL_Keymap_Options_Title=Mapa de teclas
-CTL_Keymap_Options_Description=Mapa de teclas
-
-CTL_Duplicate=&Gerenciar perfis...
-AN_Duplicate=Duplicar
-AD_Duplicate=Duplicar
-CTL_Delete=E&xcluir
-AN_Delete=Excluir
-AD_Delete=Excluir
-CTL_Restore=&Restaurar
-AN_Restore=Restaurar
-AD_Restore=Restaurar
-CTL_Show_Actions=A\u00e7\u00f5&es
-AN_Show_Actions=A\u00e7\u00f5es
-AD_Show_Actions=A\u00e7\u00f5es
-CTL_Show_Shortcuts=Atalho&s
-AN_Show_Shortcuts=Atalhos
-AD_Show_Shortcuts=Atalhos
-CTL_Add_Shortcut=A&dicionar ...
-AN_Add_Shortcut=Adicionar
-AD_Add_Shortcut=Adicionar
-CTL_Remove_Shortcut=Remo&ver
-AN_Remove_Shortcut=Remover
-AD_Remove_Shortcut=Remover
-CTL_Actions=A\u00e7\u00f5&es:
-AN_Actions=A\u00e7\u00f5es
-AD_Actions=A\u00e7\u00f5es
-CTL_Shortcuts=Atalho&s:
-AN_Shortcuts=Atalhos
-AD_Shortcuts=Atalhos
-AN_Profiles=Perfis
-AD_Profiles=Perfis
-Show_Actions=A\u00e7\u00f5&es
-Show_Shortcuts=Atalho&s
-Keymaps=Mapa de &teclas
-CTL_Keymap_Name=&Perfil:
-View_By=&Visualizado por
-Shortcut=Atal&ho:
-Add_Shortcut_Dialog=Adicionar atalho
-CTL_Create_New_Profile_Message=&Nome do perfil:
-CTL_Create_New_Profile_Title=Caixa de di\u00e1logo para criar novo perfil
-Shortcut_Conflict=<html>Atalho j\u00e1 atribu\u00eddo \u00e0 a\u00e7\u00e3o {0}. Se continuar, o atalho ser\u00e1 redefinido.
-CTL_Clear=&Limpar
-AN_Clear=Bot\u00e3o para limpar atalho
-AD_Clear=Limpar campo de atalho
-CTL_Tab=A&ba
-AN_Tab=Bot\u00e3o inserir caractere de tabula\u00e7\u00e3o
-AD_Tab=Inserir caractere de tabula\u00e7\u00e3o
-CTL_Duplicate_Profile_Name=J\u00e1 existe um perfil com este nome.\n Favor escolher um nome diferente.
-
-CTL_Export_IDE_Actions_Action=Exportar a\u00e7\u00f5es do IDE para XML
-CTL_Export_IDE_Shortcuts_Action=Exportar atalhos do IDE para XML
-CTL_Export_Editor_Shortcuts_Action=Exportar atalhos do editor para XML
-CTL_Export_Shortcuts_to_HTML_Action=Exportar atalhos para HTML
-
-CTL_Other=Outro
-AN_Shortcut=Campo de atalho
-AD_Shortcut=Campo de atalho
-AN_ShortcutsDialog=Indicar novo atalho
-AD_ShortcutsDialog=Indicar novo atalho
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Alternando perfil de mapa de teclas de {1} para {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Pesquisa r\u00e1pida: chamando a a\u00e7\u00e3o {1}, classe {0}
-
-QuickSearch/Actions=A\u00e7\u00f5es
-MSG_ActionFailure=A a\u00e7\u00e3o {0} n\u00e3o pode ser chamada por meio da Pesquisa r\u00e1pida...
-
-# Quicksearch options
-KW_KeymapOptions=Op\u00e7\u00f5es do mapa de teclas, Atalhos de teclado, vincula\u00e7\u00f5es de tecla
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Procurar:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Campo utilizado para reduzir a lista de atalhos
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Pesquisar em &atalhos:
-
-# Conflict dialogs
-Override_Shortcut=<html>A(s) seguinte(s) a\u00e7\u00e3o(\u00f5es): <br>{0} est\u00e1 em conflito com esta atribui\u00e7\u00e3o. Deseja sobrescrever?
-Conflicting_Shortcut_Dialog=Caixa de di\u00e1logo Atalho em conflito
-Override_All=<html>A(s) seguinte(s) a\u00e7\u00e3o(\u00f5es): <br>{0} conflita(m) com esta restaura\u00e7\u00e3o. Deseja sobrescrever todos?
-Alternative_Shortcut=(atalho alternativo)
-
-#Table columns
-Actions=A\u00e7\u00f5es
-Shortcut=Atalho
-Category=Categoria
-Scope=Escopo
-
-#Keymap Popup
-Edit=Editar...
-Add_Alternative=Adicionar alternativa
-Reset_to_Default=Redefinir para o padr\u00e3o
-Clear=Limpar
-
-#Keymap completion
-No_Free_Shortcut=Nenhum atalho livre recomendado com o prefixo "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicar
-ProfilesPanel.exportButton.text=&Exportar
-ProfilesPanel.deleteButton.text=Exc&luir
-ProfilesPanel.importButton.text=&Importar
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Painel de rolagem de perfis
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Painel de rolagem para perfis
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=Lista de perfis de mapa de teclas
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ListaDePerfis
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Importa o perfil de um arquivo externo
-ProfilesPanel.AccessibleContext.accessibleDescription=Painel Perfis
-ProfilesPanel.restoreButton.text=&Restaurar padr\u00f5es
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restaurar padr\u00f5es armazenados
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplicar perfil existente
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exportar perfil atual
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Exclui o perfil padr\u00e3o selecionado
-ProfilesPanel.AccessibleContext.accessibleName=PainelPerfis
-CTL_Manage_Keymap_Profiles=Gerenciar perfis de mapa de teclas
-CTL_Files=Arquivos
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Mapa de teclas
-Keymaps.Options.Export.Profiles.displayName=Perfis de mapa de teclas
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/pt_BR/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_pt_BR.properties
deleted file mode 100644
index a9590a2..0000000
--- a/l10n/src/pt_BR/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Integra\u00e7\u00e3o de extens\u00f5es de Swing Layout
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Pacotes da biblioteca swing-layout.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo empacota a biblioteca de extens\u00f5es Swing Layout (de swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Use javax.swing.GroupLayout em seu lugar. (No editor de formul\u00e1rio: selecione Formul\u00e1rio ... em Inspetor; altere o Estilo de gera\u00e7\u00e3o de layout para C\u00f3digo Java 6 padr\u00e3o.)
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_pt_BR.properties
deleted file mode 100644
index d231f68..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Cont\u00e9m anota\u00e7\u00f5es \u00fateis para an\u00e1lise estat\u00edstica, como @SuppressWarnings que podem ser utilizadas pelo FindBugs.
-OpenIDE-Module-Name=Anota\u00e7\u00f5es comuns
-OpenIDE-Module-Short-Description=Anota\u00e7\u00f5es comuns, especificamente para detec\u00e7\u00e3o de defeitos.
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_pt_BR.properties
deleted file mode 100644
index dd60f9a..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=Cancelar processo
-CTL_ProcessListAction=&Processos
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_pt_BR.properties
deleted file mode 100644
index a25f39f..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de progresso
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=APIs de visualiza\u00e7\u00e3o do progresso de tarefa.
-OpenIDE-Module-Long-Description=Permite aos m\u00f3dulos registrar tarefas ou processos de longa dura\u00e7\u00e3o em um lugar central.
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_pt_BR.properties
deleted file mode 100644
index e8094e9..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Componente da cena
-ACS_SceneComponentDesc=Visualiza\u00e7\u00e3o da cena
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_pt_BR.properties
deleted file mode 100644
index 82d9de3..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API da biblioteca visual
-OpenIDE-Module-Short-Description=API da biblioteca visual
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_pt_BR.properties
deleted file mode 100644
index c3133fa..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=Parece que uma inst\u00e2ncia do programa est\u00e1 em execu\u00e7\u00e3o dentro do seu diret\u00f3rio de usu\u00e1rio.\nUma sess\u00e3o anterior n\u00e3o foi finalizada corretamente ou outra inst\u00e2ncia est\u00e1 em execu\u00e7\u00e3o em um computador diferente usando o seu diret\u00f3rio de usu\u00e1rio.\n\nSe outra sess\u00e3o do programa estiver executando no mesmo diret\u00f3rio de usu\u00e1rio, por favor, clique em cancelar para prevenir a corrup\u00e7\u00e3o do seu diret\u00f3rio de usu\u00e1rio. Se tiver certeza que nenhuma outra inst\u00e2ncia est\u00e1 rodando no seu diret\u00f3rio de usu\u00e1rio, clique em "OK" para continuar.
-MSG_AlreadyRunningTitle=Aviso
-
-EXC_not_a_module={0} n\u00e3o \u00e9 um m\u00f3dulo v\u00e1lido do NetBeans.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Bootstrap
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=O n\u00facleo de bootstrap das aplica\u00e7\u00f5es baseadas no NetBeans.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo fornece a infra-estrutura inicial que carrega todas as outras partes do aplicativo. N\u00e3o pode ser desabilitado.
-
-MSG_InstallJava6=N\u00e3o \u00e9 poss\u00edvel executar em vers\u00f5es anteriores ao Java 6 Standard Edition.\nInstale o Java 6 Standard Edition ou superior ou utilize --jdkhome para\nmodificar o diret\u00f3rio de instala\u00e7\u00e3o do JDK.
-MSG_NeedsJava6=O Java 6 Standard Edition ou superior \u00e9 obrigat\u00f3rio.
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_pt_BR.properties
deleted file mode 100644
index 3f80a4d..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Sa\u00edda {0}
-CTL_ProgramIO={0} - E/S
-
-# Install
-LAB_EndTasks=&Sair do IDE
-ACSD_EndTasks=N/D
-CTL_PendingTitle=Sair do IDE
-ACSD_PendingTitle=N/D
-LAB_PendingTasks=Sai&r do IDE ir\u00e1 terminar os seguintes processos:
-ACSD_PendingTasks=N/D
-# {0} - process name
-CTL_PendingExternalProcess2=Processo - {0}
-# {0} - action name
-CTL_ActionInProgress=A\u00e7\u00e3o {0} em progresso
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_pt_BR.properties
deleted file mode 100644
index 46098c2..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Remover
-CTL_MoveUp=Mover para &cima
-CTL_MoveDown=Mover para bai&xo
-CTL_AddDirectory=Ad&icionar diret\u00f3rio...
-CTL_AddJAR=Adicionar &JAR/ZIP...
-CTL_JarArchivesMask=Arquivos JAR e ZIP
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/D
-ACSD_MoveUp=N/D
-ACSD_MoveDown=N/D
-ACSD_AddDirectory=N/D
-ACSD_AddJAR=N/D
-ACSD_PathList=N/D
-ACSD_CustomNbClassPathEditor=N/D
-CTL_Edit_Jar_Dialog_Title=Editar arquivo JAR
-CTL_Edit_Local_Dialog_Title=Editar diret\u00f3rio local
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=Adicionar arquivo JAR
-CTL_FileSystemPanel.Local_Dialog_Title=Adicionar diret\u00f3rio local
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Processar\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Argumentos\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=&Dicas de argumentos
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Procurar...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/D
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/D
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/D
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/D
-ACSD_CustomNbProcessDescriptorEditor=N/D
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Entradas do caminho
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=Lista de entradas do caminho a serem editadas.
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_pt_BR.properties
deleted file mode 100644
index 11f07b2..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=N\u00facleo - Execu\u00e7\u00e3o
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Implementa\u00e7\u00e3o do mecanismo de execu\u00e7\u00e3o.
-OpenIDE-Module-Long-Description=Adicionar suporte para execu\u00e7\u00e3o dentro da plataforma. Cont\u00e9m classes que implementam a parte de execu\u00e7\u00e3o das APIs e a GUI correspondente.
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_pt_BR.properties
deleted file mode 100644
index 782b477..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=IU de E/S
-
-#IOWindowAction
-IOWindow=&Sa\u00edda
-
-#Title for I/O window
-LBL_IO_WINDOW=Sa\u00edda
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Fechar aba
-LBL_CloseAll=Fechar todas as abas
-LBL_CloseOthers=Fechar outras abas
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Sa\u00edda
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_pt_BR.properties
deleted file mode 100644
index e4de907..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editores
-EditorsAction.source=&C\u00f3digo-fonte
-GetLeftEditorAction.name=Editores - avan\u00e7ar \u00e0 esquerda
-
-GetRightEditorAction.name=Editores - avan\u00e7ar \u00e0 direita
-
-TabButton.tool_tip={0} Visualizar
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_pt_BR.properties
deleted file mode 100644
index db6afd4..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Janelas de m\u00faltiplas vis\u00f5es
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Framework e APIs para janela de m\u00faltiplas vis\u00f5es
-OpenIDE-Module-Long-Description=Framework e APIs para janela de m\u00faltiplas vis\u00f5es
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_pt_BR.properties
deleted file mode 100644
index 803befd..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Acesso nativo
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Usa as vincula\u00e7\u00f5es nativas por meio da biblioteca JNA para fornecer efeitos especiais avan\u00e7ados para o sistema de janelas.
-OpenIDE-Module-Long-Description=Usa as vincula\u00e7\u00f5es nativas por meio da biblioteca JNA para fornecer efeitos especiais avan\u00e7ados para o sistema de janelas.
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_pt_BR.properties
deleted file mode 100644
index af333a0..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transpar\u00eancia
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_pt_BR.properties
deleted file mode 100644
index ed31e3b..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Integra\u00e7\u00e3o OSGi para NetBeans
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_pt_BR.properties
deleted file mode 100644
index faa4813..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans em tempo de execu\u00e7\u00e3o OSGi
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_pt_BR.properties
deleted file mode 100644
index ed97682..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Janela de sa\u00edda
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Um implementa\u00e7\u00e3o simples de janela de sa\u00edda baseada em uma \u00e1rea de texto
-OpenIDE-Module-Long-Description=Janela de sa\u00edda baseada em java.swing.text.Document sobre um ByteBuffer/CharBuffer
-
-#Title for the output window
-LBL_OUTPUT=Sa\u00edda
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=N\u00e3o foi poss\u00edvel escrever no diret\u00f3rio tempor\u00e1rio de sistema ({0})
-MSG_GenericError=Problema gravando o arquivo de sa\u00edda
-
-LBL_STDOUT=Sa\u00edda padr\u00e3o
-FMT_FILE_EXISTS={0} existe.  Sobreescrever?
-TITLE_SAVE_DLG=Salvar sa\u00edda como
-
-LBL_SaveAsFailedTitle=Salvar como falha
-MSG_SaveAsFailed=Falha na grava\u00e7\u00e3o para o arquivo {0}.
-
-MSG_SearchFromBeg=Fim da sa\u00edda atingido. Continuando pesquisa do in\u00edcio.
-MSG_SearchFromEnd=In\u00edcio da sa\u00edda atingido. Continuando pesquisa do final.
-MSG_Found=''{0}'' encontrado em {1}:{2}
-MSG_NotFound=''{0}'' n\u00e3o encontrado
-
-#OutputWindowAction
-OutputWindow=&Sa\u00edda
-
-#Find Dialog
-LBL_Find_Title=Localizar
-LBL_Find_What=Localizar:
-LBL_Use_RegExp=&Express\u00e3o regular
-LBL_Match_Case=Coincidir &mai\u00fasculas e min\u00fasculas
-BTN_Find=&Localizar
-ACSN_Find=N/D
-ACSD_Find=Localizar
-ACSD_FindBTN=N/D
-ACSD_Find_What=N/A
-
-LBL_Filter_Title=Filtro
-LBL_Filter_What=Manter as linhas que cont\u00eam:
-BTN_Filter=&Filtro
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=Seletor de fonte
-BTN_Defaul_Font=Fonte padr\u00e3o
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=Sobrescrever arquivo?
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=Express\u00e3o regular inv\u00e1lida
-FMT_Invalid_RegExp=Erro de sintaxe em {0}
-
-#Output window popup menu
-ACTION_COPY=Copiar
-ACTION_PASTE=Colar
-ACTION_WRAP=Quebra de linha
-ACTION_SAVEAS=Salvar como...
-ACTION_CLOSE=Fechar
-ACTION_CLEAR=Limpar
-ACTION_PREV_ERROR=Erro anterior
-ACTION_NEXT_ERROR=Pr\u00f3ximo erro
-ACTION_SELECT_ALL=Selecionar todos
-ACTION_FIND=Localizar...
-ACTION_FIND_NEXT=Localizar pr\u00f3ximo
-ACTION_FIND_PREVIOUS=Localizar anterior
-ACTION_LARGER_FONT=Fonte maior
-ACTION_SMALLER_FONT=Fonte menor
-ACTION_FONT_TYPE=Escolher fonte...
-ACTION_FILTER=Filtro...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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=N\u00e3o h\u00e1 mais espa\u00e7o no disco {0} para arquivos de sa\u00edda tempor\u00e1rios.  Libere mais espa\u00e7o no disco, altere o diret\u00f3rio tempor\u00e1rio do sistema ou execute com -J-Dnb.output.heap=true
-
-MSG_LINE_TOO_LONG=...linha muito longa, alterne para o modo empacotado para ver a linha inteira...
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_pt_BR.properties
deleted file mode 100644
index c7bc1b2..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&entrada
-LBL_EOF=&Fechar entrada
-TIP_EOF=Fecha o componente de entrada e envia marcador de fim de arquivo (EOF) para quaisquer leitores
-TIP_INPUT=Entre com o texto e pressione enter para envi\u00e1-lo para o processo em execu\u00e7\u00e3o
-
-#Output window tab popup
-LBL_Close=Fechar aba
-LBL_CloseAll=Fechar todas as abas
-LBL_CloseOthers=Fechar outras abas
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_pt_BR.properties
deleted file mode 100644
index e11b726..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Inicializa\u00e7\u00e3o
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Carrega e habilita m\u00f3dulos.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo fornece a funcionalidade adicional central para o Bootstrap para localizar e habilitar os m\u00f3dulos corretos.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform Dev (Build {0})
-
-ERR_no_user_directory=netbeans.user n\u00e3o est\u00e1 definido.\nPor favor, verifique seu script de inicializa\u00e7\u00e3o do NetBeans.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Seu diret\u00f3rio de usu\u00e1rio ({0}) n\u00e3o pode residir dentro do diret\u00f3rio de instala\u00e7\u00e3o do NetBeans ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Inicializando a Plataforma NetBeans
-# The Title of the About Box
-CTL_About_Title=Sobre
-CTL_About_Detail=Detalhe
-ACSD_AboutDialog=N/D
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/A
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=O nome da classe UI era esperado, utilizando UI padr\u00e3o...
-ERR_UserDirExpected=Era esperado um diret\u00f3rio ap\u00f3s a chave --userdir
-ERR_UINotFound=Classe UI n\u00e3o encontrada, utilizando UI padr\u00e3o...
-ERR_FontSizeExpected=Era esperado o tamanho da fonte, utilizando tamanho padr\u00e3o de fonte...
-ERR_BadFontSize=Tamanho da fonte em formato inv\u00e1lido, utilizando tamanho padr\u00e3o de fonte...
-ERR_BrandingNeedsArgument=A op\u00e7\u00e3o --branding precisa de um argumento
-ERR_LocaleExpected=Especifica\u00e7\u00e3o do local esperada ap\u00f3s --locale switch
-
-
-CTL_Netbeanshome_notexists=netbeans.home aponta para um diret\u00f3rio que n\u00e3o existe.
-CTL_Netbeanshome1=netbeans.home n\u00e3o aponta para um diret\u00f3rio.
-CTL_Netbeanshome2=netbeans.user aponta para um diret\u00f3rio que n\u00e3o existe.
-CTL_Netbeanshome3=netbeans.user n\u00e3o aponta para um diret\u00f3rio.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=N\u00e3o foi poss\u00edvel criar o diret\u00f3rio de sistema em {0}. Um arquivo com o mesmo nome j\u00e1 existe.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=N\u00e3o foi poss\u00edvel criar o diret\u00f3rio de sistema em {0}.
-CTL_Cannot_mount_system_fs=N\u00e3o foi poss\u00edvel adicionar o sistema de arquivos de sistema, saindo...
-
-#startup info messages
-MSG_IDEInit=Inicializando...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=N\u00e3o foi poss\u00edvel conectar com a URL {0}. O recurso n\u00e3o foi encontrado.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize n\u00e3o \u00e9 suportado pela apar\u00eancia e funcionalidade do GTK. Em vez disso, ajuste o tamanho da fonte de sua \u00e1rea de trabalho.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Erro: {0}
-EXC_GraphicsStartFails2=Veja {0} para detalhes.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=O m\u00f3dulo {0} foi requisitado na vers\u00e3o >= {1} mas apenas a {2} foi encontrada.
-# {0} - module display name
-MSG_problem_other_disabled=O m\u00f3dulo {0} tamb\u00e9m deveria ser instalado.
-LBL_no_impl_version=[nenhuma vers\u00e3o especificada]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=O m\u00f3dulo {0} foi requisitado na vers\u00e3o de implementa\u00e7\u00e3o "{1}" mas apenas a "{2}" foi encontrada.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=O m\u00f3dulo nomeado {0} era necess\u00e1rio e n\u00e3o foi encontrado.
-# {0} - required token
-MSG_problem_require_disabled=Nenhum dos m\u00f3dulos que fornecem a capacidade {0} puderam ser instalados.
-# {0} - required token
-MSG_problem_require_not_found=Nenhum dos m\u00f3dulos que fornecem a capacidade {0} puderam ser encontrados.
-# {0} - class name
-MSG_problem_class_not_loaded=O pacote contendo a classe {0} n\u00e3o foi carregado.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=O pacote {0} n\u00e3o foi carregado ou est\u00e1 em uma vers\u00e3o desatualizada.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=A vers\u00e3o da plataforma Java {0} ou superior \u00e9 necess\u00e1ria mas apenas a vers\u00e3o {1} est\u00e1 rodando.
-MSG_warning=Aviso
-MSG_info=Informa\u00e7\u00e3o
-MSG_continue=Desabilitar m\u00f3dulos e continuar
-MSG_exit=Sair
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Outro m\u00f3dulo|1<{0} m\u00f3dulos posteriores} n\u00e3o puderam ser instalados devido aos problemas acima.
-
-# NbEvents
-MSG_start_load_boot_modules=Carregando n\u00facleo...
-MSG_finish_load_boot_modules=Carregando n\u00facleo... conclu\u00eddo.
-MSG_start_auto_restore=Carregando m\u00f3dulos...
-MSG_finish_auto_restore=M\u00f3dulos carregados.
-MSG_start_enable_modules=Ativando m\u00f3dulos...
-MSG_finish_enable_modules=Ativando m\u00f3dulos... conclu\u00eddo.
-TEXT_finish_enable_modules=Ativando m\u00f3dulos:
-MSG_start_disable_modules=Desativando m\u00f3dulos...
-MSG_finish_disable_modules=Desativando m\u00f3dulos... conclu\u00eddo.
-TEXT_finish_disable_modules=Desativando m\u00f3dulos:
-MSG_failed_install_new=Aviso - n\u00e3o foi poss\u00edvel instalar alguns m\u00f3dulos:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Aviso - n\u00e3o foi poss\u00edvel instalar o m\u00f3dulo {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Implantando o m\u00f3dulo de teste em {0} ...
-TEXT_finish_deploy_test_module=Implanta\u00e7\u00e3o do m\u00f3dulo de teste conclu\u00edda.
-MSG_start_read=Lendo armazenamento de m\u00f3dulos...
-MSG_finish_read=Lendo armazenamento de m\u00f3dulos... conclu\u00eddo.
-MSG_restore=Inicializando m\u00f3dulos...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Instalando {0}
-# {0} - module display name
-TEXT_install=Instalando novo m\u00f3dulo: {0}
-# {0} - module display name
-MSG_update=Inicializando uma nova vers\u00e3o de {0}
-# {0} - module display name
-TEXT_update=Atualizando m\u00f3dulo: {0}
-# {0} - module display name
-MSG_uninstall=Parando {0}
-MSG_load_section=Carregando m\u00f3dulos...
-MSG_load_layers=Carregando m\u00f3dulos de servi\u00e7os...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Aviso: o m\u00f3dulo {0} n\u00e3o foi encontrado, ignorando...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=O m\u00f3dulo {0} n\u00e3o foi exclu\u00eddo por ser um m\u00f3dulo de carregamento autom\u00e1tico ou eager e ainda est\u00e1 em uso.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=Foi feita uma tentativa de alterar a propriedade {1} do m\u00f3dulo {0} na pasta system/Modules.\nO valor real \u00e9 "{3}" mas n\u00e3o foi modificado no disco para "{2}".\nEsta propriedade n\u00e3o pode ser alterada enquanto o IDE estiver em execu\u00e7\u00e3o, ent\u00e3o a tentativa n\u00e3o teve efeito.
-# {0} - JAR file name
-TEXT_patch=M\u00f3dulo de corre\u00e7\u00e3o ou extens\u00e3o personalizada: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Faltando recursos da classe: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Chave que n\u00e3o foi encontrada: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Erro na an\u00e1lise do arquivo {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Erro na an\u00e1lise do arquivo {1} linha {3} coluna {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_pt_BR.properties
deleted file mode 100644
index 2aa70ea..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Sistema padr\u00e3o
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Carregando objetos do cache...
-MSG_end_load_cache=Carregando objetos do cache...feito.
-MSG_start_rewrite_cache=Recriando cache de objetos...
-MSG_end_rewrite_cache=Recriando cache de objetos...feito.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=Evento de arquivo {0}, arquivo {1}
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_pt_BR.properties
deleted file mode 100644
index 342865e..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Arquivos
-AdvancedOption.tooltip=Arquivos
-FileAssociationsPanel.btnDefault.text=&Padr\u00e3o
-FileAssociationsPanel.btnDefault.tooltip=Restaurar configura\u00e7\u00e3o padr\u00e3o da extens\u00e3o de arquivo selecionada
-FileAssociationsPanel.btnDefault.AN=Restaurar configura\u00e7\u00e3o padr\u00e3o
-FileAssociationsPanel.btnDefault.AD=Restaurar configura\u00e7\u00e3o padr\u00e3o da extens\u00e3o de arquivo selecionada
-FileAssociationsPanel.btnDefaultIgnored.text=Pa&dr\u00e3o
-FileAssociationsPanel.btnDefaultIgnored.AN=Restaurar padr\u00e3o de arquivos ignorados
-FileAssociationsPanel.btnDefaultIgnored.AD=Restaurar padr\u00e3o de arquivos ignorados
-FileAssociationsPanel.btnNew.text=&Novo...
-FileAssociationsPanel.btnNew.AN=Nova extens\u00e3o de arquivo
-FileAssociationsPanel.btnNew.AD=Nova extens\u00e3o de arquivo
-FileAssociationsPanel.btnRemove.text=&Remover
-FileAssociationsPanel.btnRemove.AN=Remover extens\u00e3o de arquivo selecionada
-FileAssociationsPanel.btnRemove.AD=Remover extens\u00e3o de arquivo selecionada
-FileAssociationsPanel.cbExtension.choose=< Escolha a extens\u00e3o >
-FileAssociationsPanel.cbExtension.AD=Extens\u00e3o de arquivo
-FileAssociationsPanel.cbExtension.AN=Lista de extens\u00f5es de arquivo
-FileAssociationsPanel.cbType.AN=Lista de tipos de arquivo
-FileAssociationsPanel.cbType.AD=Lista de tipos de arquivo
-FileAssociationsPanel.lblAssociatedAlso.text=Tamb\u00e9m associado com:
-FileAssociationsPanel.lblAssociatedAlso.AN=Tipo de arquivo tamb\u00e9m associado com extens\u00f5es
-FileAssociationsPanel.lblAssociatedAlso.AD=Tipo de arquivo tamb\u00e9m associado com extens\u00f5es
-FileAssociationsPanel.lblExtension.text=&Extens\u00e3o de arquivo:
-FileAssociationsPanel.lblExtension.AN=Extens\u00e3o de arquivo
-FileAssociationsPanel.lblExtension.AD=Lista de extens\u00f5es de arquivo
-FileAssociationsPanel.lblType.text=&Tipo de arquivo associado (MIME):
-FileAssociationsPanel.lblType.AD=Lista de tipos de arquivo associados
-FileAssociationsPanel.lblType.AN=Lista de tipos de arquivo associados
-FileAssociationsPanel.lblFileAssociations.text=Associa\u00e7\u00f5es de arquivo
-FileAssociationsPanel.lblFilesIgnored.text=Arquivos ignorados pelo IDE
-FileAssociationsPanel.lblPattern.text=Padr\u00e3o de arquivos &ignorados:
-FileAssociationsPanel.lblPattern.tooltip=Express\u00e3o regular dos arquivos a ignorar. Coincidir o nome inteiro, sem o caminho. Em branco para nenhum.
-FileAssociationsPanel.lblPattern.AN=Padr\u00e3o de arquivos ignorados
-FileAssociationsPanel.lblPattern.AD=Express\u00e3o regular dos arquivos a ignorar. Coincidir o nome inteiro, sem o caminho. Em branco para nenhum.
-FileAssociationsPanel.txtPatternError.AN=Erro de sintaxe do padr\u00e3o de arquivos ignorados
-FileAssociationsPanel.txtPatternError.AD=Erro de sintaxe em express\u00e3o regular de arquivos ignorados
-
-NewExtensionPanel.title=Indicar nova extens\u00e3o de arquivo
-NewExtensionPanel.AD=Indicar nova extens\u00e3o de arquivo
-NewExtensionPanel.lblExtension.text=&Extens\u00e3o de arquivo:
-NewExtensionPanel.lblExtension.AN=Extens\u00e3o de arquivo
-NewExtensionPanel.lblExtension.AD=Extens\u00e3o de arquivo
-
-OpenAsAction.name=Abrir como...
-OpenAsPanel.txtDescription.AN=Dica
-OpenAsPanel.txtDescription.AD=Dica
-OpenAsPanel.lblExtension.text=Tratar arquivos {0} como:
-OpenAsPanel.title=Abrir como...
-OpenAsPanel.open=Abrir
-OpenAsPanel.AD=Escolher tipo de arquivo
-
-# display name for options export
-Files.Options.Export.displayName=Arquivos
-OpenAsPanel.lblDescription.text=O NetBeans n\u00e3o reconhece este tipo de arquivo. Especifique como esses arquivos devem ser tratados.
-FileAssociationsPanel.autoScan.text=Habilitar a an\u00e1lise autom\u00e1tica de c\u00f3digo-fonte
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_pt_BR.properties
deleted file mode 100644
index bb4eecf..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&Geral
-CTL_General_Options_Title=Geral
-CTL_General_Options_Category=Geral
-CTL_General_Options_Description=Op\u00e7\u00f5es gerais, configura\u00e7\u00f5es de proxy, configura\u00e7\u00f5es do editor
-CTL_Package_View_Type=Visualizar pacotes Java como:
-CTL_Flattern_Packages=&Lista
-AN_Flattern_Packages=Lista
-AD_Flattern_Packages=Lista
-CTL_Tree_Packages=\u00c1rvore
-AN_Tree_Packages=\u00c1rvore
-AD_Tree_Packages=\u00c1rvore
-CTL_No_Proxy=&Sem proxy
-AN_No_Proxy=Sem proxy
-AD_No_Proxy=Sem proxy
-CTL_Usage_Statistics=Estat\u00edsticas de uso:
-AN_Usage_Statistics=Estat\u00edsticas de uso
-AD_Usage_Statistics=Estat\u00edsticas de uso
-CTL_Usage_Check=Aju&de-nos a melhorar o NetBeans IDE fornecendo dados de uso an\u00f4nimos
-AN_Usage_Check=Ajude-nos a melhorar o NetBeans IDE fornecendo dados de uso an\u00f4nimos
-AD_Usage_Check=Ajude-nos a melhorar o NetBeans IDE fornecendo dados de uso an\u00f4nimos
-CTL_Usage_Info=<html>As estat\u00edsticas de uso nos ajudar\u00e3o a entender melhor os requisitos do usu\u00e1rio e a priorizar melhorias nas vers\u00f5es futuras. Nunca iremos reverter a engenharia dos dados coletados para localizar detalhes espec\u00edficos sobre seus projetos.</html>
-AN_Usage_Info=Informa\u00e7\u00f5es sobre estat\u00edsticas de uso
-AD_Usage_Info=As estat\u00edsticas de uso nos ajudam a entender melhor os requisitos do usu\u00e1rio e a priorizar melhorias nas vers\u00f5es futuras. Nunca iremos reverter a engenharia dos dados coletados para localizar detalhes espec\u00edficos sobre seus projetos.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Saiba mais</u></font></html>
-AN_Learn_More=Saiba mais
-AD_Learn_More=Saiba mais
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Utilizar configura\u00e7\u00f5es de proxy do sistema
-AN_Use_System_Proxy_Settings=Utilizar as configura\u00e7\u00f5es de proxy do sistema
-AD_Use_System_Proxy_Settings=Utilizar as configura\u00e7\u00f5es de proxy do sistema
-CTL_Use_HTTP_Proxy=Configura\u00e7\u00e3o &manual do proxy
-AN_Use_HTTP_Proxy=Proxy HTTP
-AD_Use_HTTP_Proxy=Proxy HTTP
-AN_Web_Browser=Navegador web
-AD_Web_Browser=Navegador web
-AN_Host=M\u00e1quina
-AD_Host=M\u00e1quina
-AN_Port=Porta
-AD_Port=Porta
-AN_Update_Period=Per\u00edodo de atualiza\u00e7\u00e3o
-AD_Update_Period=Per\u00edodo de atualiza\u00e7\u00e3o
-AN_Ask_Before_Check=Perguntar antes de verificar
-AD_Ask_Before_Check=Perguntar antes de verificar
-Line_Numbers=N\u00famero da &linha
-Antialiasing=Suavisando (Antialiasing):
-Text_Antialiasing=Utilizar suaviza\u00e7\u00e3o (Antialiasing)
-Toolbar=Barra de ferramen&tas
-Package_View=Visualizar pacote
-SDI_Window_Mode=Modo janela SDI
-MDI_Window_Mode=Modo janela MDI
-Tree_View=Visualiza\u00e7\u00e3o em \u00e1rvore
-Default_System_Browser=<Navegador padr\u00e3o>
-Swing_HTML_Browser=Navegador Swing
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=Geral
-CTL_Web_Browser=Navegador &web:
-Confirm_Delete=&Confirmar exclus\u00e3o:
-CTL_Web_Proxy=Configura\u00e7\u00f5es do proxy:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rta\:
-CTL_Proxy_Host=Pro&xy HTTP\:
-Code_Folding=Dobramento de c\u00f3digo:
-Show=Exibir:
-Editor=Editor
-CTL_Check_Period=Per\u00edo&do de verifica\u00e7\u00e3o:
-CTL_Ask_Before_Check=Perguntar &antes de verificar:
-CTL_Auto_Update=Atualiza\u00e7\u00e3o autom\u00e1tica
-Use_Folding=&Utilizar dobramento de c\u00f3digo
-Fold_Methods=Dobrar &m\u00e9todos
-Fold_Classes=Dobrar classes &internas
-Fold_Imports=Dobrar import&s
-Fold_JavaDoc=Dobrar coment\u00e1rios &Javadoc
-Fold_Licence=D&obrar coment\u00e1rio inicial
-Auto_Popup=Pop-up autom\u00e1tico:
-Auto_Popup_Completion=Janela de conclus\u00e3o
-Auto_Popup_JavaDoc=Janela do Javadoc
-CTL_Update_every_startup=Sempre que iniciar
-CTL_Update_every_day=Todo dia
-CTL_Update_every_week=Toda semana
-CTL_Update_every_2weeks=A cada duas semanas
-CTL_Update_every_month=Todo m\u00eas
-CTL_Update_never=Nunca
-CTL_Default_System_Browser=Navegador padr\u00e3o do sistema
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Navegador interno
-
-
-
-
-AN_NonProxy=Sem proxy para
-
-AD_NonProxy=Sem proxy para
-
-CTL_Non_Proxy=Sem prox&y para\:
-
-Non_Proxy_Hint=(ex.: localhost, *.netbeans.org, *.meudominio.com.br)
-LBL_GeneralOptionsPanel_bMoreProxy=Mai&s...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Configura\u00e7\u00f5es de proxy avan\u00e7adas
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Abrir configura\u00e7\u00f5es de proxy avan\u00e7adas
-
-LBL_GeneralOptionsPanel_PortError=O n\u00famero da porta deve ser um valor inteiro.
-
-LBL_GeneralOptionsPanel_lWebProxy=Configura\u00e7\u00f5es de proxy\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=&Proxy HTTP\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(ex.: localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=Po&rta\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rta\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&ta\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=Proxy &HTTPS\:
-
-LBL_AdvancedProxyPanel_lSocksHost=Proxy &SOCKS\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=Nenhum servidor pro&xy\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=O proxy re&quer autentica\u00e7\u00e3o
-
-LBL_AdvancedProxyPanel_lUserName=Nome de &usu\u00e1rio\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Sen&ha\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Utilizar a mesma configura\u00e7\u00e3o de proxy para &todos os protocolos
-
-LBL_AdvancedProxyPanel_Title=Op\u00e7\u00f5es avan\u00e7adas do proxy
-LBL_AdvancedProxyPanel_PortError=O n\u00famero da porta deve ser um valor inteiro.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Utilizar configura\u00e7\u00f5es de proxy do sistema
-GeneralOptionsPanel.lWebBrowser.text=&Navegador web\:
-GeneralOptionsPanel.rbNoProxy.text=&Sem proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/D
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/D
-
-LBL_WebBrowsersPanel_Title=Navegadores web
-LBL_ExternalBrowser_Name=Navegador externo
-WebBrowsersPanel.nameLabel.text=Nome\:
-WebBrowsersPanel.executableLabel.text=Execut\u00e1vel\:
-WebBrowsersPanel.parametersLabel.text=Par\u00e2metros\:
-WebBrowsersPanel.browseButton.text=Procurar...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Adicionar...
-WebBrowsersPanel.removeButton.text=Remover
-WebBrowsersPanel.browsersLabel.text=Navegadores web\:
-GeneralOptionsPanel.editBrowserButton.text=&Editar...
-GeneralOptionsPanel.editBrowserButton.AD=Editar navegadores da Web
-GeneralOptionsPanel.editBrowserButton.AN=Editar navegadores da Web
-WebBrowsers_URL_Hint=Dica\: {URL} \= URL da p\u00e1gina a ser carregada pelo navegador da Web
-
-ACS_WebBrowsersList=Lista de navegadores web dispon\u00edveis
-ACS_AddWebBrowserButton=Adicionar um novo navegador web
-ACS_RemoveWebBrowserButton=Remover o navegador web selecionado
-ACS_BrowserNameField=Nome do navegador web
-ACS_BrowserExecutableField=Execut\u00e1vel do navegador web
-ACS_BrowserParametersField=Par\u00e2metros de execu\u00e7\u00e3o do navegador web
-ACS_BrowseExecutableButton=Procurar execut\u00e1vel do navegador web
-WebBrowsersOptionsPanel.browsersLabel.text=&Navegadores web\:
-WebBrowsersOptionsPanel.addButton.text=A&dicionar...
-WebBrowsersOptionsPanel.removeButton.text=&Remover
-WebBrowsersOptionsPanel.nameLabel.text=&Nome\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Navegadores web
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Lista de navegadores
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=Lista de navegadores web
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Bot\u00e3o adicionar
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Bot\u00e3o remover
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Nome do navegador
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Nome do navegador
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Nome do navegador
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Navegadores web
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Navegadores web
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Conex\u00e3o direta.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, Op\u00e7\u00f5es gerais
-
-# Display name for options export
-General.Options.Export.Category.displayName=Geral
-General.Options.Export.displayName=Geral
-Other.Options.Export.displayName=Todas as outras n\u00e3o especificadas
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_pt_BR.properties
deleted file mode 100644
index fa956cc..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=N\u00facleo - UI
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Interface de usu\u00e1rio da plataforma.
-OpenIDE-Module-Long-Description=Fornece classes e recursos para a base padr\u00e3o da interface de usu\u00e1rio e para as aplica\u00e7\u00f5es constru\u00eddas sobre a plataforma.
-
-Actions=A\u00e7\u00f5es
-Actions/Edit=Editar
-Actions/Help=Ajuda
-Actions/System=Sistema
-Actions/Tools=Ferramentas
-Actions/View=Exibir
-Actions/Window/SelectDocumentNode=Selecionar documento em
-Menu=Barra de menu
-Menu/Edit=&Editar
-Menu/File=&Arquivo
-Menu/GoTo=&Navegar
-Menu/Help=A&juda
-Menu/Tools=Ferramen&tas
-Menu/View=Exi&bir
-Menu/Window/SelectDocumentNode=Selecionar docume&nto em
-Services/Browsers=Navegadores web
-Templates/Privileged=Privilegiado
-Templates/Recent=Recente
-Templates/Services/Browsers=Navegadores web
-Toolbars=Barra de ferramentas
-Toolbars/Clipboard=\u00c1&rea de transfer\u00eancia
-Toolbars/UndoRedo=&Desfazer/Refazer
-Toolbars/File=&Arquivo
-Toolbars/Memory=&Mem\u00f3ria
-Toolbars/Standard.xml=Codificando
-UI/Services=Op\u00e7\u00f5es
-
-ProgressDisplayName_FileSystemRefresh=Atualizando arquivos
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_pt_BR.properties
deleted file mode 100644
index e8fe264..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Iniciar amostragem de IDE
-SelfSamplerAction_ActionNameStop=Finalizar amostragem e tirar instant\u00e2neo
-SelfSamplerAction_ActionDescription=Ir\u00e1 obter um instant\u00e2neo com base na elimina\u00e7\u00e3o ou descarregamento do t\u00f3pico
-SelfSamplerAction_ThreadName=Auto amostrador IDE
-SelfSamplerAction_NotSupported=O auto amostrador n\u00e3o est\u00e1 dispon\u00edvel.
-SelfSamplerAction_SavedFile=O instant\u00e2neo foi salvo em {0}
-Save_Progress=Salvando instant\u00e2neo
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_pt_BR.properties
deleted file mode 100644
index eb97cdc..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Abrir no sistema
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_pt_BR.properties
deleted file mode 100644
index 61bf6fe..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Mem\u00f3ria f\u00edsica total {0}
-
-
-#LOG_WINDOW_ACTIVATED=Janela principal ativada, a atualiza\u00e7\u00e3o levou {0} ms
-#LOG_WINDOW_DEACTIVATED=Janela principal desativada
-#LOG_WINDOW_REFRESH_CANCEL=Atualizar cancelado para {0} tempo
-#LOG_WINDOW_REFRESH_OFF=Desativando a atualiza\u00e7\u00e3o no foco ganho
-
-MSG_Refresh=Verificando altera\u00e7\u00f5es externas
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspenso
-MSG_SoDInfo=<p>Ao alternar de outro programa para o IDE, este procura altera\u00e7\u00f5es em seu c\u00f3digo.\nVoc\u00ea pode desabilitar este recurso e fazer a an\u00e1lise manual do seu projeto ao efetuar altera\u00e7\u00f5es\nusando a a\u00e7\u00e3o Atualizar pasta ou a a\u00e7\u00e3o C\u00f3digo-fonte/Analisar altera\u00e7\u00f5es externas.\n\n<p>Desabilitar a an\u00e1lise de altera\u00e7\u00f5es externas?
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_pt_BR.properties
deleted file mode 100644
index 5526e0b..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Somente \u00e1rea de trabalho>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_pt_BR.properties
deleted file mode 100644
index 9d224f6..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&lonar documento
-# CloseWindowAction
-CTL_CloseWindowAction=Fe&char janela
-
-CTL_RecentViewListAction=Ir para documento ante&rior
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=Fech&ar todos os documentos
-
-# UndockAction
-CTL_UndockWindowAction=&Desacoplar janela
-CTL_UndockWindowAction_Dock=A&coplar janela
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Fechar todos os documentos
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimizar janela
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Fechar janela
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Fechar os outros documentos
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Salvar documento
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Clonar documento
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Fechar outros docu&mentos
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maximi&zar janela
-CTL_UnmaximizeWindowAction=Restaurar janela
-
-# DocumentsAction
-CTL_DocumentsAction=&Documentos...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=Barra de ferramen&tas
-
-# NextTabAction
-CTL_NextTabAction=Pr\u00f3xima aba
-# PreviousTabAction
-CTL_PreviousTabAction=Aba anterior
-
-CTL_ToggleFullScreenAction=&Tela cheia
-
-# ResetWindowsAction
-CTL_ResetWindows=Redefinir jane&las
-
-LBL_ToggleWindowTransparencyAction=Janela transparente
-LBL_WindowTransparencyHint=Mantenha pressionada a tecla [Ctrl+NumPad 0] para tronar transparente a janela minimizada.
-
-# Properties
-GlobalProperties=P&ropriedades
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_pt_BR.properties
deleted file mode 100644
index 641673b..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Apar\u00eancia
-AdvancedOption_Tooltip_WinSys=Op\u00e7\u00f5es relacionadas ao sistema de janelas
-
-IsAlphaFloatingTooltip=Torna as janelas flutuantes desfocalizadas semitransparentes ap\u00f3s alguns segundos
-
-IsDragWindowTooltip=Ativa a imagem "fantasma" da janela durante a opera\u00e7\u00e3o de arrastar e soltar de uma janela
-IsAlphaDragTooltip=Ativa a transpar\u00eancia na imagem da janela arrastada
-
-IsSnapScreenEdgesTooltip=Ativa o encaixe das janelas flutuantes nas bordas da tela
-IsSnappingTooltip=Ativa o encaixe autom\u00e1tico das janelas flutuantes para uma manipula\u00e7\u00e3o de layout mais facilitada
-
-NoAlphaSupport=A transpar\u00eancia de janela n\u00e3o \u00e9 aceita pelo SO
-LBL_DragWindowImage=Imagem da janela arrastada
-LBL_TransparentDragWindow=Imagem da janela arrastada transparente
-LBL_TransparentFloatingWindows=Janelas flutuantes transparentes
-LBL_SnapFloatingWindows=Encaixando janelas flutuantes
-LBL_SnapToScreenEdges=Encaixar \u00e0s bordas da tela
-LBL_CloseActivatesRecentDocument=Fechar ativa o documento mais recente
-TIP_CloseActivatesMostRecentDocument=Quando um documento \u00e9 fechado, o documento mais recente fica ativo em vez do seu vizinho
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=Quando um documento \u00e9 fechado, o documento mais recente se torna ativo
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_pt_BR.properties
deleted file mode 100644
index 3f1de92..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=N\u00e3o foi poss\u00edvel processar a configura\u00e7\u00e3o do gerenciador de janelas {0}.
-EXC_GroupParse=N\u00e3o foi poss\u00edvel processar a configura\u00e7\u00e3o do grupo {0}.
-EXC_TCGroupParse=N\u00e3o foi poss\u00edvel processar a configura\u00e7\u00e3o do TCGroup {0}.
-EXC_TCRefParse=N\u00e3o foi poss\u00edvel processar a configura\u00e7\u00e3o do TCRef {0}.
-EXC_ModeParse=N\u00e3o foi poss\u00edvel processar a configura\u00e7\u00e3o do modo {0}.
-
-# PersistenceManager
-EXC_RootFolder=N\u00e3o foi poss\u00edvel criar a pasta raiz {0}
-EXC_CompsFolder=N\u00e3o foi poss\u00edvel criar a pasta de componentes {0}
-EXC_GroupsFolder=N\u00e3o foi poss\u00edvel criar a pasta de grupos {0}
-EXC_ModesFolder=N\u00e3o foi poss\u00edvel criar a pasta de modos {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=O componente superior {0} n\u00e3o p\u00f4de ser localizado ou carregado a partir da pasta 'Componentes'.
-EXC_CannotSaveTCSettings=As configura\u00e7\u00f5es do componente superior {0} n\u00e3o puderam ser salvas
-EXC_CopyFails=N\u00e3o foi poss\u00edvel copiar o arquivo de configura\u00e7\u00f5es do componente para a pasta {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=O componente {0} n\u00e3o p\u00f4de ser salvo devido a problemas em sua serializa\u00e7\u00e3o.
-FMT_TCReadError=O componente {0} n\u00e3o p\u00f4de ser carregado devido a problemas em sua desserializa\u00e7\u00e3o.
-
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_pt_BR.properties
deleted file mode 100644
index 9491d85..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=N\u00facleo - Janelas
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Implementa\u00e7\u00e3o do suporte a janelas.
-OpenIDE-Module-Long-Description=Adiciona classes que implementam a parte da API respons\u00e1vel pelo sistema de janelas.
-
-Actions/Window=Janela
-Menu/Window=Jane&la
-
-# Options export
-Toolbars.Options.Export.displayName=Barra de ferramentas
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_pt_BR.properties
deleted file mode 100644
index 5152b4d..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Cancelar
-CloseButton=Fechar
-# HelpButton=Help
-YesButton=Sim
-NoButton=N\u00e3o
-# ApplyButton=Apply
-DetailsButton=Detalhes
-# ButtoBarButoo
-CTL_Button=Button
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Cancelar
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Cancelar
-ACSD_FileSelectorDialog=Di\u00e1logo Seletor de arquivos
-ACSN_FileSelectorTreeView=Visualiza\u00e7\u00e3o em \u00e1rvore
-ACSD_FileSelectorTreeView=Visualiza\u00e7\u00e3o em \u00e1rvore no seletor de arquivos
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Caixa de di\u00e1logo Personalizador
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Fechar
-CANCEL_OPTION_CAPTION=Cancelar
-HELP_OPTION_CAPTION=A&juda
-NO_OPTION_CAPTION=N\u00e3o
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Sim
-ACS_YES_OPTION_NAME=Sim
-ACS_YES_OPTION_DESC=Bot\u00e3o sim
-# - {0} message
-ACSD_ErrorMessage=Erro: {0}
-ACSD_WarningMessage=Aviso: {0}
-ACSD_QuestionMessage=Pergunta {0}
-ACSD_InformationMessage=Informa\u00e7\u00e3o {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Cancelar
-ACS_CANCEL_OPTION_DESC=Bot\u00e3o cancelar
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=Bot\u00e3o ok
-
-ACS_NO_OPTION_NAME=N\u00e3o
-ACS_NO_OPTION_DESC=Bot\u00e3o n\u00e3o
-
-ACS_HELP_OPTION_NAME=Ajuda
-ACS_HELP_OPTION_DESC=Bot\u00e3o ajuda
-
-ACS_CLOSED_OPTION_NAME=Fechar
-ACS_CLOSED_OPTION_DESC=Bot\u00e3o fechar
-
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_pt_BR.properties
deleted file mode 100644
index 06e71a3..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Janela principal
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform {0}
-#CTL_MainWindow_Title_No_Project=NetBeans Platform {0}
-
-# DocumentsDlg
-LBL_Documents=&Documentos:
-LBL_Description=D&escri\u00e7\u00e3o:
-LBL_Activate=Alternar para documento
-LBL_CloseDocuments=Fe&char documento(s)
-LBL_SaveDocuments=&Salvar documento(s)
-LBL_Close=&Fechar
-
-ACSD_Activate=N/D
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/D
-
-CTL_DocumentsTitle=Documentos
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Propriedades
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#Sem propriedades|1#{1} - Propriedades|2#M\u00faltiplos objetos - Propriedades}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Propriedades|1#{1} - Propriedades|2#M\u00faltiplos objetos - Propriedades}
-ACSN_PropertiesSheet=Tabela de propriedades
-ACSD_PropertiesSheet=Visualiza\u00e7\u00e3o das propriedades de um determinado n\u00f3.
-EXC_CannotLoadNodes=O n\u00f3s n\u00e3o puderam ser carregados na tabela de propriedades. Provavelmente eles n\u00e3o existem mais.
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_pt_BR.properties
deleted file mode 100644
index d550ad7..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=\u00cdcones pequeno&s na barra de ferramentas
-
-# ToolbarLayout
-EXC_wrongConstraints=N\u00e3o \u00e9 poss\u00edvel adicionar ao layout: n\u00e3o utiliza ToolbarConstraints
-
-CTL_CustomizeToolbars=&Personalizar...
-
-#New Toolbar Button label
-CTL_NewToolbar=&Nova barra de ferramentas...
-
-#Small Icons Checkbox
-CTL_SmallIcons=\u00cdcones pequeno&s na barra de ferramentas
-
-#Drag and Drop hint
-CTL_TreeLabel=Arraste os itens para a barra de ferramentas ou arraste a partir dela para adicion\u00e1-los ou remov\u00ea-los...
-
-LBL_PleaseWait=Aguarde...
-
-#Close customizer button
-CTL_Close=&Fechar
-
-#Customizer dialog window title
-CustomizerTitle=Personalizar barra de ferramentas
-
-ACSD_ActionsTree=Arraste os itens daqui para as barras de ferramentas.
-ACSN_ActionsTree=Pool de a\u00e7\u00f5es
-
-ACSN_ActionsScrollBar=Barra de rolagens do pool de a\u00e7\u00f5es
-ACSD_ActionsScrollBar=Barra de rolagens do pool de a\u00e7\u00f5es
-
-ACSD_ToolbarCustomizer=Personalizador da barra de ferramentas
-
-ACSD_Close=Bot\u00e3o fechar
-ACSD_NewToolbar=Novo bot\u00e3o da barra de ferramentas
-
-ACSD_SmallIcons=Caixa de sele\u00e7\u00e3o de \u00edcones pequenos
-
-CTL_ResetToolbarsAction=Redefinir barra de ferramen&tas
-CTL_ResetToolbarsButton=Redefinir barra de ferramen&tas
-
-
-
-PROP_newToolbarLabel=&Nome:
-PROP_newToolbarDialog=Nova barra de ferramentas
-PROP_newToolbar=Barra de ferramentas
-MSG_ToolbarExists=A barra de ferramentas {0} j\u00e1 existe.
-
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_pt_BR.properties
deleted file mode 100644
index 77f275b..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=O tamanho n\u00e3o pode ser negativo
-CTL_InvalidValue=Valor informado \u00e9 inv\u00e1lido
-CTL_InvalidValueWithParam=Valor indicado {0} \u00e9 inv\u00e1lido
-CTL_InvalidValueWithExc=Valor inv\u00e1lido indicado. \nCausa: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=O valor da {0} deve estar no formato {1}
-
-#ColorEditor
-CTL_AWTPalette=Paleta AWT
-CTL_SwingPalette=Paleta Swing
-CTL_SystemPalette=Paleta do sistema
-ACSD_CustomColorEditor=N/D
-FMT_IllegalEntry="{0}" n\u00e3o \u00e9 um identificador de cor v\u00e1lido.  Voc\u00ea pode entrar com constantes Swing ou AWT, ou com valores RGB.
-
-# ColorEditor:AWT color names
-LAB_White=branco
-LAB_LightGray=cinzaClaro
-LAB_Gray=cinza
-LAB_DarkGray=cinzaEscuro
-LAB_Black=preto
-LAB_Red=vermelho
-LAB_Pink=rosa
-LAB_Orange=laranja
-LAB_Yellow=amarelo
-LAB_Green=verde
-LAB_Magenta=violeta
-LAB_Cyan=azulClaro
-LAB_Blue=azul
-# ColorEditor: system color names
-LAB_ActiveCaption=Legenda ativa
-LAB_ActiveCaptionBorder=Borda de legenda ativa
-LAB_ActiveCaptionText=Texto de legenda ativa
-LAB_Control=Controle
-LAB_ControlDkShadow=Sombreado do controle
-LAB_ControlHighlight=Realce do controle
-LAB_ControlLtHighlight=Realce leve do controle
-LAB_ControlShadow=Sombra do controle
-LAB_ControlText=Texto do controle
-LAB_Desktop=\u00c1rea de trabalho
-LAB_InactiveCaption=Legenda inativa
-LAB_InactiveCaptionBorder=Borda de legenda inativa
-LAB_InactiveCaptionText=Texto de legenda inativa
-LAB_Info=Informa\u00e7\u00e3o
-LAB_InfoText=Texto informativo
-LAB_Menu=Menu
-LAB_MenuText=Texto de menu
-LAB_Scrollbar=Barra de rolagem
-LAB_Text=Texto
-LAB_TextHighlight=Realce do texto
-LAB_TextHighlightText=Texto de realce do texto
-LAB_TextInactiveText=Texto de inatividade do texto
-LAB_TextText=Texto do texto
-LAB_Window=Janela
-LAB_WindowBorder=Borda da janela
-LAB_WindowText=Texto da janela
-
-#DimensionCustomEditor
-CTL_Dimension=Dimens\u00e3o
-CTL_Width=&Largura:
-CTL_Height=&Altura:
-ACSD_CTL_Width=N/D
-ACSD_CTL_Height=N/D
-ACSD_DimensionCustomEditor=N/D
-
-#DimensionEditor
-CTL_HintFormat=[largura,altura]
-
-#FontEditor
-CTL_Plain=Plano
-CTL_Bold=Negrito
-CTL_Italic=It\u00e1lico
-CTL_BoldItalic=Negrito e it\u00e1lico
-CTL_Font=Fon&te:
-CTL_FontStyle=Est&ilo de fonte:
-CTL_Size=Taman&ho:
-CTL_Preview=Visualizar
-ACSD_CTL_Font=N/D
-ACSD_CTL_FontStyle=N/D
-ACSD_CTL_Size=N/D
-ACSD_FontCustomEditor=N/D
-
-#InsetsCustomEditor
-CTL_Insets=Suplementos
-CTL_Top=&Superior:
-CTL_Left=&Esquerda:
-CTL_Bottom=&Inferior:
-CTL_Right=&Direita:
-ACSD_CTL_Top=N/D
-ACSD_CTL_Left=N/D
-ACSD_CTL_Bottom=N/D
-ACSD_CTL_Right=N/D
-
-#InsetsEditor
-CTL_HintFormatIE=[superior,esquerda,inferior,direita]
-
-# ObjectEditor
-CTL_NullValue=<Pesquise valor nulo>
-CTL_NullItem=<Pesquise item nulo>
-
-#PointCustomEditor
-CTL_Point=Ponto
-CTL_X=&X:
-ACSD_CTL_X=N/D
-CTL_Y=&Y:
-ACSD_CTL_Y=N/D
-ACSD_PointCustomEditor=N/D
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Ret\u00e2ngulo
-ACSD_CustomRectangleEditor=N/D
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,largura,altura]
-
-#StringCustomEditor
-ACS_TextArea=Texto:
-ACSD_TextArea=Digite aqui o texto da propriedade
-ACSD_CustomStringEditor=Editor para propriedades de texto
-ACS_Instructions=Instru\u00e7\u00f5es
-ACSD_Instructions=N/D
-
-MSG_FontIsNotInitialized=Houve uma falha ao gravar no XML porque o valor da fonte n\u00e3o foi inicializado.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Selecione um arquivo ou diret\u00f3rio
-CTL_DialogTitleFiles=Selecione um arquivo
-CTL_DialogTitleDirs=Selecione um diret\u00f3rio
-ACSD_FileEditor=N/D
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<N\u00e3o especificado>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Propriedades
-ACSD_PropertiesEditorPane=N/D
-ACSD_CustomPropertiesEditor=N/D
-WARN_PropertiesComments=Aviso: coment\u00e1rios ser\u00e3o descartados.
-
-#StringArrayCustomEditor
-CTL_Empty=<vazio>
-CTL_Item=&Item:
-ACSD_CTL_Item=N/D
-CTL_ItemList=Lista de &itens
-ACSD_CTL_ItemList=N/D
-CTL_Add_StringArrayCustomEditor=&Adicionar
-ACSD_CTL_Add_StringArrayCustomEditor=N/D
-CTL_Change_StringArrayCustomEditor=&Editar
-ACSD_CTL_Change_StringArrayCustomEditor=N/D
-CTL_Remove=&Remover
-ACSD_CTL_Remove=N/D
-CTL_MoveUp=&Para cima
-ACSD_CTL_MoveUp=N/D
-CTL_MoveDown=A&baixo
-ACSD_CTL_MoveDown=N/D
-ACSD_StringArrayCustomEditor=N/D
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=nulo
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Valor de entrada n\u00e3o-inteiro: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Texto inv\u00e1lido kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - valores v\u00e1lidos s\u00e3o: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Classe desconhecida: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=N\u00e3o \u00e9 um valor correto: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=N\u00e3o \u00e9 uma URL reconhecida: {0}
-#
-MSG_NULL_OR_EMPTY=Nulo ou array vazio
-
-#ObjectEditor
-ACSN_ObjectTree=Op\u00e7\u00f5es dispon\u00edveis
-ACSD_ObjectTree=Selecionar um objeto
-
-#Font Editor
-MSG_AppleBug=Se voc\u00ea est\u00e1 vendo esta mensagem, um erro ocorreu ao inicializar a lista de fontes dispon\u00edveis.  Isto \u00e9 devido a uma falha na JVM da Apple, ocasionado quando fontes de mapas de bits s\u00e3o instaladas no sistema.  Para poder usar o editor de fontes, voc\u00ea dever\u00e1 desinstalar todas as fontes de mapas de bits em seu sistema.  Veja o item de relat\u00f3rio de erros da Apple, n\u00famero 3121780, para maiores detalhes.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=A ligeira raposa marrom pula sobre o c\u00e3o pregui\u00e7oso
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_pt_BR.properties
deleted file mode 100644
index fb179e8..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=N\u00facleo
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=A estrutura b\u00e1sica das aplica\u00e7\u00f5es baseadas no NetBeans.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo fornece a infra-estrutura central que possibilita a execu\u00e7\u00e3o de aplicativos baseados no NetBeans. N\u00e3o pode ser desabilitado.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=Uma exce\u00e7\u00e3o {0} ocorreu.\n\tClique em Mostrar detalhes ou consulte o arquivo messages.log localizado na pasta {1}.
-NTF_ExceptionalExceptionTitle=Exce\u00e7\u00e3o inesperada
-# {0} - class name of exception
-NTF_ExceptionWarning=Uma exce\u00e7\u00e3o {0} ocorreu.\nEntretanto, o sistema deve continuar funcionando sem maiores problemas.\nClique em exibir detalhes para ver a pilha de chamadas.
-NTF_ExceptionWarningTitle=Aviso
-
-#startup info messages
-MSG_MainWindowInit=Inicializando a janela principal...
-MSG_WindowShowInit=Abrindo a janela principal...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Salvando {0} ...
-MSG_AllSaved=Salvar todos conclu\u00eddo.
-
-CTL_Cannot_save=N\u00e3o foi poss\u00edvel salvar {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Site protegido por senha
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=Ver por:
-ShortcutsEditor.actionsButton.text=A\u00e7\u00f5es
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Atalhos
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Selecione visualizar por a\u00e7\u00f5es para editar os atalhos de uma a\u00e7\u00e3o
-ShortcutsPanel.addButton.text=Adicionar...
-ShortcutsPanel.removeButton.text=Remover
-ShortcutsPanel.AddActionTitle=Novo atalho
-ActionsPanel.shortcutAddButton.text=Adicionar...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Remover
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Editar atalhos
-ActionsPanel.AddShortcut=Adicionar atalho
-ActionsPanel.ShortcutLabel=Atalho:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Selecione visualizar por a\u00e7\u00f5es para editar os atalhos de uma a\u00e7\u00e3o
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Selecione visualizar por a\u00e7\u00f5es para editar os atalhos de uma a\u00e7\u00e3o
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Selecione visualizar por atalhos, mas para editar atalhos, a op\u00e7\u00e3o visualizar a\u00e7\u00f5es deve estar selecionada
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Adicionar novos atalhos para a\u00e7\u00f5es
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Remover atalhos para a\u00e7\u00f5es
-ACSN_ShortcutsPanel.shortcutsList=Lista de atalhos
-ACSD_ShortcutsPanel.shortcutsList=N/D
-ACS_ActionsPanel.ShortcutLabel.a11yName=Preencher atalho
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Preencher atalho atrav\u00e9s da combina\u00e7\u00e3o de teclas
-ACSN_ActionsPanel.actionsTree=N/D
-ACSN_ActionsPanel.shortcutsList=Lista de atalhos
-ACSD_ActionsPanel.actionsTree=N/D
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/D
-ACSD_ActionsPanel.Dialog=Adicionar novo atalho para a a\u00e7\u00e3o selecionada
-ACS_ActionsPanel=N/D
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=J\u00e1 existe uma a\u00e7\u00e3o associada a este atalho ({0}).\nVoc\u00ea deseja trocar para esta nova a\u00e7\u00e3o selecionada?
-
-CTL_ExitTitle=Salvar
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Salvar
-ACSD_Save=Salvar.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=S&alvar todos
-ACSD_SaveAll=Salvar todos.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Descartar todos
-ACSD_DiscardAll=Descartar todos.
-EXC_Save=Ocorreu uma exce\u00e7\u00e3o ao salvar
-# NotifyException
-CTL_Title_Exception=Exce\u00e7\u00e3o
-CTL_NextException=&Pr\u00f3ximo >
-CTL_PreviousException=< &Anterior
-CTL_Exception_Hide_Details=&Ocultar detalhes
-CTL_Exception_Show_Details=E&xibir detalhes
-ACSD_NextException=N/D
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/D
-
-ACSN_ListOfChangedFiles=Lista
-ACSD_ListOfChangedFiles=Lista de arquivos alterados para salvar
-ACSD_ExitDialog=Di\u00e1logo para salvar quaisquer altera\u00e7\u00f5es
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=Modo SDI
-CTL_MdiMode=Modo MDI
-
-# NbPlaces
-CTL_NoWorkspaces=Sem \u00e1reas de trabalho
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/D
-ACD_NotifyExcPanel_Dialog=N/D
-
-# blocked event queue
-LOG_EventQueueBlocked=Thread de emiss\u00e3o de evento AWT bloqueado por {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Autentica\u00e7\u00e3o obrigat\u00f3ria
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=Nome do &usu\u00e1rio:
-NbAuthenticatorPanel.passwordLbl.text=&Senha:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Senha de {0}
-
-ProxySettings.password.description=Senha do proxy
-
-Title_WebBrowser=Navegador web
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_pt_BR.properties
deleted file mode 100644
index 3969ab9..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&Sobre
-About_title=Sobre
-
-#CopyProductInfoAction
-CopyProductInfo=Copiar informa\u00e7\u00e3o
-CopyProductInfoAction=&Copiar informa\u00e7\u00e3o
-CTL_CopyButton_tooltip=Copia informa\u00e7\u00f5es do produto NetBeans para \u00e1rea de transfer\u00eancia
-
-#HtmlViewAction
-CTL_OpeningBrowser=Abrindo navegador...
-HTMLView=&Navegador web
-
-#SystemExit
-Exit=Sai&r
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Pr\u00f3xima visualiza\u00e7\u00e3o interna
-LBL_PreviousViewCallbackAction=Visualiza\u00e7\u00e3o interna anterior
-
-# jump next/prev actions
-JumpNextAction=Pr\u00f3&ximo erro
-JumpPrevAction=Erro &anterior
-
-#LogAction
-MSG_LogTab_name=&Log do IDE
-MSG_ShortLogTab_name=Registro do IDE
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_pt_BR.properties
deleted file mode 100644
index 31e5043..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style="margin: 0"><b>Vers\u00e3o do produto:</b> {0}</p>\n <p style="margin: 0"><b>Java:</b> {1}; {2}</p>\n <p style="margin: 0"><b>Sistema:</b> {3}; {4}; {5}</p>\n <p style="margin: 0"><b>Diret\u00f3rio do usu\u00e1rio:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">O IDE NetBeans e a plataforma NetBeans s\u00e3o baseados no software do netbeans.org, o qual foi licenciado duplamente sobre a Common Development and Distribution License (CDDL) e a GNU General Public License vers\u00e3o 2 com exce\u00e7\u00e3o do Classpath. Para maiores informa\u00e7\u00f5es, por favor visite <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} vers\u00e3o {1} executando em {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Navegador HTML simples baseado em componente swing
-MSG_cannot_create_browser=N\u00e3o foi poss\u00edvel criar o navegador HTML do swing.
-Services/Browsers/SwingBrowser.settings=Navegador HTML do swing
-LBL_Close=Fechar
-MNE_Close=C
-ACSN_Close=Fechar
-ACSD_Close=Fechar
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_pt_BR.properties
deleted file mode 100644
index d54fd5f..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Implementa\u00e7\u00e3o de OSGi Felix do Apache
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_pt_BR.properties
deleted file mode 100644
index bdffdf7..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Inclui a biblioteca JNA.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo inclui a biblioteca JNA.
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_pt_BR.properties
deleted file mode 100644
index 730743b..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Integra\u00e7\u00e3o da API Scripting
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Usado para empacotar APIs de script.
-OpenIDE-Module-Long-Description=M\u00f3dulo usado para empacotar as APIs de script (pacote javax.script). N\u00e3o \u00e9 mais necess\u00e1rio.
-OpenIDE-Module-Deprecation-Message=N\u00e3o \u00e9 mais necess\u00e1rio no JDK 6. Remova a depend\u00eancia neste m\u00f3dulo.
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_pt_BR.properties
deleted file mode 100644
index 8dad5b0..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Inclui a biblioteca de teste do JUnit 4.x.
-OpenIDE-Module-Long-Description=Inclui a biblioteca de teste de unidade do JUnit 4.x.
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_pt_BR.properties
deleted file mode 100644
index acb7fba..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Especifica\u00e7\u00e3o OSGi
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_pt_BR.properties
deleted file mode 100644
index e793c2c..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Pesquisa r\u00e1pida
-QuickSearchComboBar.jLabel2.toolTipText=Clique ou pressione Shift+F10 para Sele\u00e7\u00e3o de categoria
-MSG_DiscoverabilityHint=Pesquisar
-MSG_DiscoverabilityHint2=Pesquisar em {0}
-LBL_MoreResults=...
-LBL_AllCategories=Todas as categorias
-QuickSearchPopup.searchingLabel.text=Pesquisando ...
-QuickSearchPopup.noResultsLabel.text=( Sem resultados )
-QuickSearchPopup.hintLabel.text={0}; Pressione {1} para Todas as categorias
-AbstractQuickSearchComboBar.command.toolTipText=Pesquisa r\u00e1pida no sistema {0}
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_pt_BR.properties
deleted file mode 100644
index 0792282..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=N\u00e3o \u00e9 poss\u00edvel exibir a URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_pt_BR.properties
deleted file mode 100644
index a24e57e..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Name=API de pesquisa r\u00e1pida
-OpenIDE-Module-Short-Description=Infra-estrutura de pesquisa r\u00e1pida em itens de menu, a\u00e7\u00f5es, arquivos, etc.
-QuickSearch/Recent=Pesquisas recentes
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_pt_BR.properties
deleted file mode 100644
index d8fcd3b..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=Sem filtro
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_pt_BR.properties
deleted file mode 100644
index c21736e..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Name=ETable e estrutura de t\u00f3picos
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_pt_BR.properties
deleted file mode 100644
index 8807e24..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Biblioteca de personaliza\u00e7\u00e3o de apar\u00eancia & funcionalidade
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Controla personaliza\u00e7\u00f5es do UIManager, por apar\u00eancia e personalidade, para o NetBeans
-OpenIDE-Module-Long-Description=Define valores espec\u00edficos do NetBeans que s\u00e3o necess\u00e1rios no UIManager e garantem que alguns valores dispon\u00edveis no BasicLookAndFeel estejam dispon\u00edveis em todas as apar\u00eancias e funcionalidades. Controla o suporte para o tema Metal, sele\u00e7\u00e3o de apar\u00eancia e funcionalidade e inicializa\u00e7\u00e3o dos tamanhos personalizados de fontes
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_pt_BR.properties
deleted file mode 100644
index 794144e..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,40 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=Aviso: De acordo com o bug do JDK 5079742, as fontes no NetBeans n\u00e3o ter\u00e3o boa apar\u00eancia. Por favor instale o JDK 1.5.0_02 ou superior, veja detalhes em http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
diff --git a/l10n/src/pt_BR/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_pt_BR.properties
deleted file mode 100644
index e22c943..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Controle de abas
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=O controle de abas usado pelo sistema de janelas
-OpenIDE-Module-Long-Description=A biblioteca de beans de controle de abas do sistema de janelas do NetBeans
-
-
-
-ACS_TabbedContainer=Controle de abas
-ACSD_TabbedContainer=Controle de aba para navegar pelas abas.
-
-TT_TabDisplayer_Close=<html>Pressione Shift + clique para fechar todos os documentos <br>Pressione Alt + clique para fechar os outros documentos
-
diff --git a/l10n/src/pt_BR/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_pt_BR.properties
deleted file mode 100644
index 2e8f758..0000000
--- a/l10n/src/pt_BR/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Exibir lista de documentos abertos
-
-Tip_Restore_Window=Restaurar janela
-
-Tip_Maximize_Window=Maximizar janela
-
-Tip_Minimize_Window=Minimizar janela
-
-Tip_Pin=Tachinha
-
-Tip_Close_Window=Fechar janela
-
-Tip_Scroll_Documents_Right=Rolar documentos \u00e0 direita
-
-Tip_Scroll_Documents_Left=Rolar documentos \u00e0 esquerda
-
diff --git a/l10n/src/pt_BR/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_pt_BR.properties
deleted file mode 100644
index a647441..0000000
--- a/l10n/src/pt_BR/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=APIs de a\u00e7\u00f5es
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Defini\u00e7\u00e3o de a\u00e7\u00f5es comuns para o NetBeans
-OpenIDE-Module-Long-Description=Fornece lista de a\u00e7\u00f5es comuns usada por qualquer aplicativo NetBeans.
-
-
-New=&Adicionar
-# {0} name of the only one new type
-NewArg=&Adicionar {0}
-
-# File
-NewFromTemplate=&Novo
-Save=&Salvar
-Print=Im&primir...
-PageSetup=Configurar p\u00e1&gina...
-
-#0 undoableedit
-UndoWithParameter=Desfa&zer {0}
-#0 undoableedit
-RedoWithParameter=&Refazer {0}
-UndoSimple=&Desfazer
-RedoSimple=&Refazer
-Cut=Recor&tar
-Copy=Cop&iar
-Paste=Co&lar
-Delete=&Excluir
-Find=L&ocalizar...
-Goto=Ir para &linha...
-Replace=Su&bstituir...
-
-# View
-Properties=&Propriedades
-View=Exibir
-Edit=Editar
-
-# Build
-Execute=E&xecutar
-
-# Window
-DockWindow=E&ncaixar exibi\u00e7\u00e3o
-UndockWindow=&Desencaixar exibi\u00e7\u00e3o
-CloneView=&Clonar exibi\u00e7\u00e3o
-CloseView=Fechar
-NextTab=Pr\u00f3xi&ma exibi\u00e7\u00e3o
-PreviousTab=Exibi\u00e7\u00e3o a&nterior
-
-Open=Abrir
-Rename=Renomear...
-
-MoveUp=Mover para cima
-MoveDown=Mover para baixo
-
-
-Customize=Personalizar
-
-#rename action
-CTL_RenameTitle=Renomear
-CTL_RenameLabel=&Novo nome:
-# {0} param represents old name before renaming.
-MSG_BadFormat=Este objeto n\u00e3o pode ser renomeado de {0} para {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Coleta de lixo
-
-#HeapView
-LBL_ShowText=Exibir texto
-LBL_DropShadow=Sombreamento
-LBL_OverlayGrid=Sobrepor grade
-
-# NewTemplateAction
-CTL_NewName=Novo nome
-CTL_NewNameTitle=&Novo
-
-
-#Reorder Action
-Reorder=Alterar ordem...
-
-OpenLocalExplorer=E&xplore daqui
-
-WorkspacesItems=&\u00c1reas de trabalho
-
-
-# name of template
-CTL_Template_Name=&Nome do objeto:
-# title of dialog
-CTL_Template_Dialog_Title=Instanciar modelo
-CTL_Template_Dialog_RootTitle=Salvar &em:
-
-
-# Tools action
-CTL_Tools=Ferramentas
-CTL_EmptySubMenu=Vazio
-
-
-# name of the PopupAction
-Popup=Pop-up
-
-#SaveAction
-MSG_saved={0} salvo.
-EXC_notsaved=Houve alguns problemas ao salvar {0}\nCausa: {1}
-#Template wizard title
-CTL_TemplateWizard=Novo a partir do modelo
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=CL...
-CTL_GC=Clique para for\u00e7ar a coleta de lixo
-
-
diff --git a/l10n/src/pt_BR/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_pt_BR.properties
deleted file mode 100644
index 3c5fd59..0000000
--- a/l10n/src/pt_BR/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API de utilit\u00e1rios para UI
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Utilit\u00e1rios da interface de usu\u00e1rio
-OpenIDE-Module-Long-Description=M\u00e9todos de ajuda para v\u00e1rias tarefas relacionadas \u00e0 UI
-
-
-
-#MenuBar
-EXC_LoadMenu=N\u00e3o foi poss\u00edvel carregar o menu {0}
-EXC_LoadMenuItem=N\u00e3o foi poss\u00edvel carregar o item de menu {0}
-
-#HtmlBrowser
-CTL_Back=Voltar
-CTL_Forward=Avan\u00e7ar
-CTL_Reload=Recarregar
-CTL_Stop=Parar
-CTL_Document_done=Documento: Conclu\u00eddo
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Carregando
-EXC_Module=Exce\u00e7\u00e3o durante a inicializa\u00e7\u00e3o do m\u00f3dulo de navega\u00e7\u00e3o HTML
-CTL_WebBrowser=Navegador web
-HINT_WebBrowser=Navegador web
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Visualiza\u00e7\u00e3o do navegador
-ACSD_HtmlBrowser=N/D
-ACS_HtmlBrowser_Location=Localiza\u00e7\u00e3o
-ACSD_HtmlBrowser_Location=N/D
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Horizontal
-SplittedPanelSwap=Permutar pain\u00e9is
-ResetSplitter=Redefinir linha de divis\u00e3o
-ACS_SplittedPanel_Name=Primeiro painel {0}. Segundo painel {1}.
-ACS_SplittedPanel_Description=Primeiro painel {0}. Segundo painel {1}.
-ACS_SplittedPanel_EmptySplitter=N/D
-ACSD_SplittedPanel_EmptySplitter=N/D
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/D
-#Title while loading
-LBL_Loading=Carregando...
-#Title if html doesn't contain title tags
-LBL_Untitled=Sem t\u00edtulo
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Servidor desconhecido: {0}
-FMT_InvalidURL=URL inv\u00e1lida: {0}
-FMT_NoRouteToHost=Nenhuma rota para o servidor: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Invocando {4} implementado como {3} atrav\u00e9s {1}
-
-
-# action and their performers
-Open=Abrir
-Edit=Editar
-Print=Im&primir...
-View=Exibir
-Close=Fechar
-
diff --git a/l10n/src/pt_BR/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_pt_BR.properties
deleted file mode 100644
index 89eb236..0000000
--- a/l10n/src/pt_BR/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=APIs de compatibilidade
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Algumas classes antigas que agora est\u00e3o desaprovadas.
-OpenIDE-Module-Long-Description=Cont\u00e9m algumas classes de API que agora est\u00e3o desaprovadas e podem ser substitu\u00eddas. Especialmente: ExplorerActions; ExplorerPanel; HttpServer; and WeakListener.
-OpenIDE-Module-Deprecation-Message=Todas as classes nesta API est\u00e3o obsoletas e podem ser substitu\u00eddas por APIs mais modernas.
-
diff --git a/l10n/src/pt_BR/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_pt_BR.properties
deleted file mode 100644
index 60a4c04..0000000
--- a/l10n/src/pt_BR/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de di\u00e1logos
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Manipula caixas de di\u00e1logo e assistentes.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo manipula toda a infra-estrutura de caixas de di\u00e1logo e assistentes usada no NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Erro
-NTF_ExceptionTitle=Exce\u00e7\u00e3o
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=Uma exce\u00e7\u00e3o {0} ocorreu.\nRelate isto em http://www.netbeans.org/issues.html, incluindo uma c\u00f3pia do arquivo messages.log.\nO arquivo messages.log est\u00e1 localizado na pasta {1}.
-NTF_ExceptionalExceptionTitle=Exce\u00e7\u00e3o inesperada
-NTF_PlainTitle=Mensagem
-NTF_QuestionTitle=Pergunta
-NTF_InformationTitle=Informa\u00e7\u00e3o
-NTF_WarningTitle=Aviso
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Alinhamento de op\u00e7\u00f5es
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Sim
-CTL_NO=N\u00e3o
-CTL_CLOSE=Fechar
-
-CTL_CANCEL=Cancelar
-ACSD_CANCEL=n/d
-
-CTL_NEXT=Pr\u00f3ximo >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Avan\u00e7a para o pr\u00f3ximo passo do assistente.|2#Pr\u00f3ximo passo: {0}. {1}}
-
-CTL_PREVIOUS=< &Voltar
-CTL_PREVIOUS_Mnemonic=I
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Volta ao passo anterior do assistente.|0#Passo anterior: {0}. {1}}
-
-CTL_FINISH=&Finalizar
-ACSD_FINISH=n/d
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Linha de entrada
-ACSD_InputField=N/D
-ACN_NotifyDescriptor_MessageJTextArea=N/D
-ACD_NotifyDescriptor_MessageJTextArea=N/D
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName=Assistente {0} ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} de {1}
-CTL_ContentName=Passos
-CTL_HelpName=Ajuda
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Aguarde.
-
diff --git a/l10n/src/pt_BR/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_pt_BR.properties
deleted file mode 100644
index 649f2c2..0000000
--- a/l10n/src/pt_BR/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de execu\u00e7\u00e3o
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=API de execu\u00e7\u00e3o das APIs abertas.
-OpenIDE-Module-Long-Description=Consiste em partes do pacote org.openide.execution.* das APIs abertas.
-
diff --git a/l10n/src/pt_BR/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_pt_BR.properties
deleted file mode 100644
index c27ef73..0000000
--- a/l10n/src/pt_BR/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API do explorer e folha de propriedades
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=V\u00e1rias visualiza\u00e7\u00f5es para exibir estruturas de n\u00f3.
-OpenIDE-Module-Long-Description=Permite defini\u00e7\u00e3o de novas visualiza\u00e7\u00f5es que exibem estruturas criadas usando a API de n\u00f3s.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorer [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=N\u00e3o foi poss\u00edvel restaurar a janela do Explorer; o n\u00f3 raiz "{0}" n\u00e3o pode ser restaurado corretamente.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=Uma visualiza\u00e7\u00e3o do Explorer n\u00e3o deve vetar a sele\u00e7\u00e3o vazia.
-EXC_ContextMustBeWithinRootContext=Um contexto explorado ({0}) deve estar dentro do contexto raiz ({1}).
-EXC_NodeCannotBeNull=N\u00e3o pode usar nulo para sele\u00e7\u00e3o de n\u00f3.
-EXC_NoElementOfNodeSelectionMayBeNull=Nenhum elemento de uma sele\u00e7\u00e3o de n\u00f3 deve ser nulo.
-EXC_NodeSelectionCannotContainNodes=Uma sele\u00e7\u00e3o de n\u00f3 n\u00e3o pode conter n\u00f3s ({0}), n\u00e3o dentro da raiz ({1}).
-EXC_CannotHaveNullRootContext=N\u00e3o pode haver contexto raiz nulo.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Tem certeza que deseja excluir {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Tem certeza que deseja excluir {0} e todo o seu conte\u00fado?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Tem certeza que deseja excluir estes {0} itens?
-MSG_ConfirmDeleteObjectTitle=Confirme exclus\u00e3o de objeto
-MSG_ConfirmDeleteFolderTitle=Confirme exclus\u00e3o de pacote
-MSG_ConfirmDeleteObjectsTitle=Confirme exclus\u00e3o m\u00faltipla de objetos
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Tem certeza que deseja excluir {0} (link para {3})?
-MSG_ConfirmDeleteShadowTitle=Confirma\u00e7\u00e3o de exclus\u00e3o de link
-
-
diff --git a/l10n/src/pt_BR/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_pt_BR.properties
deleted file mode 100644
index ea12956..0000000
--- a/l10n/src/pt_BR/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Exce\u00e7\u00e3o em
-PS_Editor=Editor de propriedades
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Matriz de
-FMT_ErrorSettingProperty=A propriedade n\u00e3o p\u00f4de ser definida. {0} n\u00e3o \u00e9 um valor v\u00e1lido para {1}.
-FMT_CannotUpdateProperty={0} n\u00e3o \u00e9 um valor v\u00e1lido para {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(Nenhum editor de propriedades)
-CTL_NoProperties=<Nenhuma propriedade>
-CTL_Property_Read_Yes=(l/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Propriedades
-CTL_Property_Write_Yes=e)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Ordenar por categoria
-ACS_CTL_NoSort=Ordenar por categoria
-CTL_AlphaSort=Ordenar por nome
-ACS_CTL_AlphaSort=Ordenar por nome
-CTL_TypeSort=Ordenar por tipo
-ACS_CTL_TypeSort=Ordenar por tipo
-CTL_VisibleWritableOnly=Exibir apenas propriedades edit\u00e1veis
-ACS_CTL_VisibleWritableOnly=Exibir apenas propriedades edit\u00e1veis
-CTL_Customize=Personalizador
-ACS_CTL_Customize=Personalizador
-CTL_Help=Ajuda
-ACS_CTL_Help=Ajuda
-ACSD_CTL_Help=Fornece ajuda sobre o objeto cujas propriedades s\u00e3o exibidas na folha de propriedades
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Usando propriedade >>{0}<< em tempo de design lan\u00e7a uma exce\u00e7\u00e3o.
-
-#PropertySheet
-CTL_Property_sheet_option=Folha de propriedades
-
-
-#IndexedPropertyEditor
-CTL_NoItem=Nenhum item dispon\u00edvel
-CTL_Index=\u00cdndice de propriedades:
-CTL_Unknown=Desconhecido
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=N/D
-CTL_Cancel=Cancelar
-ACSD_CTL_Cancel=N/D
-CTL_Close=Fechar
-ACSD_CTL_Close=N/D
-CTL_Default=&Redefinir para padr\u00e3o
-ACSD_CTL_Default=N/D
-CTL_Paste=Colar
-
-#PropertyDetails
-EXC_Setter=Exce\u00e7\u00e3o em m\u00e9todo setter da propriedade: {0}
-EXC_Setter_localized=Exce\u00e7\u00e3o no m\u00e9todo setter da propriedade {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<Nenhum editor personalizado>
-CTL_No_property_editor=<Nenhum editor de propriedades>
-CTL_Different_Values=<Valores diferentes>
-CTL_Desc_Different_Values=Os n\u00f3s selecionados possuem valores diferentes para esta propriedade.
-CTL_No_properties=<Nenhuma propriedade>
-CTL_No_value=<Sem valor>
-CTL_No_type=<Nenhum tipo>
-CTL_ElipsisHint=Chama personalizador.
-CTL_InvalidValue=Valor inv\u00e1lido: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Valor inv\u00e1lido {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Tipo: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Propriedades
-CTL_New=&Novo
-CTL_Delete=&Excluir
-CTL_MoveUp=Mover para &cima
-CTL_MoveDown=Mover para &baixo
-CTL_HideDetails=&Ocultar detalhes
-CTL_ShowDetails=E&xibir detalhes
-EXC_ErrorInIndexedSetter=O valor da propriedade indexada n\u00e3o p\u00f4de ser definido
-
-ACSD_Properties=N/D
-ACSD_New=N/D
-ACSD_Delete=N/D
-ACSD_MoveUp=N/D
-ACSD_MoveDown=N/D
-ACSD_HideDetails=N/D
-ACSD_ShowDetails=N/D
-ACSD_IndexedEditorPanel=N/D
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Nomes
-COLUMN_VALUES=Valores
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<ileg\u00edvel>
-#Text for null values
-NULL=nulo
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Erro definindo valor
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Modo de ordena\u00e7\u00e3o desconhecido
-
-#Button labels for property dialogs
-ok=Ok
-default=Restaurar valor padr\u00e3o
-cancel=Cancelar
-close=Fechar
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Descri\u00e7\u00e3o
-ACSD_Description=Descri\u00e7\u00e3o da propriedade selecionada atualmente
-ACS_DescriptionTitle=Nome da propriedade
-ACSD_DescriptionTitle=Nome da propriedade que est\u00e1 sendo editada atualmente
-CTL_NO_DESCRIPTION=Nenhuma descri\u00e7\u00e3o dispon\u00edvel.
-CTL_NO_SELECTION=Nada selecionado
-ACS_Splitter=Separador
-ACSD_Splitter=Divisor visual entre a tabela de propriedades e a \u00e1rea de descri\u00e7\u00e3o.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=A propriedade
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} \u00e9 igual a {1}
-FMT_ACST_SheetSet=Grupo de propriedades {0}
-ACST_No_Selection=Nada selecionado
-CTL_Multiple_Selection=M\u00faltiplos objetos selecionados
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Clique, ou selecione e pressione CTRL-ESPA\u00c7O para abrir o editor personalizado; clique com bot\u00e3o direito para menu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Exibir \u00e1rea de descri\u00e7\u00e3o
-CTL_HideDescription=Ocultar \u00e1rea de descri\u00e7\u00e3o
-CTL_RestoreDefaultValue=Restaurar valor padr\u00e3o
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Propriedades
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=esta propriedade
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Formato num\u00e9rico ilegal: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Editor personalizado: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Tabela de propriedades
-ACSN_SHEET_TABBED_PANE=Categorias da propriedade
-ACSD_SHEET_TABLE=Tabela de propriedades edit\u00e1veis que representam o objeto atual
-ACSD_SHEET_TABBED_PANE=Pode selecionar diferentes conjuntos de propriedades do objeto atual para exibir na folha de propriedades
-
-LBL_QUICKSEARCH=Pesquisa r\u00e1pida:
-
-MSG_SetAsText_InvalidValue=Valor inv\u00e1lido: {0}
-
diff --git a/l10n/src/pt_BR/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_pt_BR.properties
deleted file mode 100644
index 727856c..0000000
--- a/l10n/src/pt_BR/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Vazio
-MenuViewStartFromRoot=Procurar na raiz
-MenuViewStartFromCurrent=Procurar a partir do ponto atual
-
-# TabView
-TabView_RootTab=Raiz
-
-# TreeView
-VetoSelectedNodes=N\u00f3s selecionados
-LBL_QUICKSEARCH=Pesquisar:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=Este objeto n\u00e3o pode ser renomeado de {0} para {1}.
-ACSN_TreeViewCellEditor=Editor de renomea\u00e7\u00e3o
-ACSD_TreeViewCellEditor=Editor integrado de nome do n\u00f3 na visualiza\u00e7\u00e3o de \u00e1rvore
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=O destino n\u00e3o aceitou o conte\u00fado da transfer\u00eancia
-
-MSG_ABORT=Cancelar
-
-#TableSheet
-ACS_TableSheet=Tabela de propriedades
-ACSD_TableSheet=N/D
-ACS_NullPanel=Nenhuma propriedade
-# {0} - bean
-ACSD_NullPanel=Nenhuma propriedade. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Tipo: {1} Bean: {2}
-CTL_No_value=<Sem valor>
-CTL_No_type=<Nenhum tipo>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Alterar colunas vis\u00edveis
-LBL_ColumnDialogDesc=Escolhe as colunas a exibir na lista
-LBL_ListOptions=Op\u00e7\u00f5es da lista
-LBL_ChangeColumns=Alterar colunas vis\u00edveis...
-LBL_SortMenu=Classifica\u00e7\u00e3o
-LBL_Ascending=Crescente
-LBL_Descending=Decrescente
-LBL_ColsMenu=Coluna
-LBL_MoveLeft=Mover \u00e0 esquerda
-LBL_MoveRight=Mover \u00e0 direita
-MSG_NoColumnsToChange=N\u00e3o h\u00e1 nenhuma coluna para alterar sua visibilidade.
-LBL_NoSort=Nenhum
-ACSN_ColumnDialog=Alterar colunas vis\u00edveis
-ACSD_ColumnDialog=Escolhe as colunas a exibir na lista
-
-#a11y
-ACSN_TreeTable=N/D
-ACSD_TreeTable=N/D
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Mostrar somente linhas onde
-
-CTL_ColumnsSelector=Alterar colunas vis\u00edveis
-ACN_ColumnsSelector=Seletor de colunas
-ACD_ColumnsSelector=Selecionar colunas vis\u00edveis
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Escolhe as colunas a exibir na lista
-NodeOutlineModel_NodesColumnLabel=N\u00f3s
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Acessando {0} sem acesso de leitura a Children.MUTEX
-
diff --git a/l10n/src/pt_BR/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_pt_BR.properties
deleted file mode 100644
index be7f062..0000000
--- a/l10n/src/pt_BR/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Documento XML inv\u00e1lido:
-
-W-003=Aviso: o processador XML n\u00e3o suporta a fun\u00e7\u00e3o de controlador l\u00e9xico.
-
diff --git a/l10n/src/pt_BR/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_pt_BR.properties
deleted file mode 100644
index 506120d..0000000
--- a/l10n/src/pt_BR/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API do sistema de arquivos
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=API do sistema de arquivos virtual.
-OpenIDE-Module-Long-Description=Permite acesso a arquivos como recurso, de uma forma independente do sistema de arquivos atual. D\u00e1 suporte a notifica\u00e7\u00f5es de mudan\u00e7as em disco.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Inv\u00e1lido {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=A raiz {0} n\u00e3o existe.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=N\u00e3o \u00e9 poss\u00edvel excluir a raiz do sistema de arquivos {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=N\u00e3o \u00e9 poss\u00edvel renomear a raiz do sistema de arquivos {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=N\u00e3o \u00e9 poss\u00edvel excluir arquivo {0} em {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=N\u00e3o \u00e9 poss\u00edvel renomear o arquivo {0} em {1} para {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=O sistema de arquivos {0} \u00e9 somente leitura.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=O arquivo {0} em {1} \u00e9 somente leitura.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=N\u00e3o \u00e9 poss\u00edvel criar arquivo {0} porque {1} no sistema de arquivos {2} n\u00e3o \u00e9 uma pasta.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=A barra invertida no nome da pasta "{0}" n\u00e3o \u00e9 permitida.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=A pasta {0} j\u00e1 existe em {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=N\u00e3o \u00e9 poss\u00edvel criar a pasta {0} em{1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=O arquivo {0} j\u00e1 existe no sistema de arquivos {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=N\u00e3o \u00e9 poss\u00edvel criar o arquivo {2}.{3} na pasta {0} no sistema de arquivos {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Bloqueio [{0}] inv\u00e1lido para arquivo {1} em {2} com bloqueio atual [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=N\u00e3o \u00e9 poss\u00edvel modificar o arquivo filesystem.attributes:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=O arquivo {1} n\u00e3o pode ser encontrado na pasta {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} \u00e9 somente-leitura.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} \u00e9 somente leitura porque est\u00e1 em {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=O arquivo {0} n\u00e3o existe.
-
-# {0} = name of zip file 
-EXC_CanntRead=N\u00e3o \u00e9 poss\u00edvel ler do arquivo {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Erro no arquivo {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Erro no arquivo JAR {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=JAR desconhecido
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Multi-sistema de arquivos
-EXC_FileOutsideModified=O arquivo {0} n\u00e3o foi encontrado. Outra aplicativo pode ter movido ou renomeado o arquivo.
-XML_NotValidXMLFileSystem=Sistema de arquivos XML Inv\u00e1lido.
-EXC_DefAttrReadErr=N\u00e3o \u00e9 poss\u00edvel ler DefaultAttributes.
-EXC_UnreachableCode=Erro interno: c\u00f3digo inating\u00edvel.
-
-EXC_FolderCopy=C\u00f3pia de pasta n\u00e3o suportada.
-XML_RootInvalid=O elemento FileSystem precisa ser o elemento raiz.
-XML_MisssingAttr=Est\u00e1 faltando o atributo \"nome\"
-XML_InaccurateParam=N\u00famero de par\u00e2metros inexato
-XML_UnknownElement=Elemento desconhecido.
-XML_DuplElement=FileObject duplicado:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} em {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Abrindo fluxo de {0}
-
diff --git a/l10n/src/pt_BR/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_pt_BR.properties
deleted file mode 100644
index 6596d58..0000000
--- a/l10n/src/pt_BR/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=APIs de E/S
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Open APIs relacionadas a exibi\u00e7\u00e3o de sa\u00edda.
-OpenIDE-Module-Long-Description=Cont\u00e9m classes de org.openide.windows.* relacionadas \u00e0 cria\u00e7\u00e3o de abas de sa\u00edda, exibi\u00e7\u00e3o de sa\u00edda, e criando hiperlinks nela.
-
diff --git a/l10n/src/pt_BR/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_pt_BR.properties
deleted file mode 100644
index fb97a3d..0000000
--- a/l10n/src/pt_BR/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Long-Description=Este m\u00f3dulo liga a API de sistemas de dados com a API Scripting. Como resultado, \u00e9 poss\u00edvel usar qualquer linguagem script para gerar modelos.
-OpenIDE-Module-Name=Modelagem avan\u00e7ada
-OpenIDE-Module-Short-Description=Modelagem avan\u00e7ada n\u00e3o s\u00f3 para sistemas de dados
-
diff --git a/l10n/src/pt_BR/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_pt_BR.properties
deleted file mode 100644
index 475ee51..0000000
--- a/l10n/src/pt_BR/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de sistema de dados
-OpenIDE-Module-Short-Description=Open API do NetBeans para manipula\u00e7\u00e3o de objetos de dados.
-OpenIDE-Module-Long-Description=A API de sistema de dados \u00e9 uma camada sobre a API do sistema de arquivos que reconhece e agrupa objetos de dados e d\u00e1 a eles sem\u00e2nticas particulares. Antigamente parte da Open API comum, agora, ela est\u00e1 dividida em um m\u00f3dulo independente.
-OpenIDE-Module-Display-Category=Infra-estrutura
-
-#DefaultDataObject
-HINT_DefaultDataObject=Arquivo n\u00e3o reconhecido
-
-EXC_SharedAccess=Acesso compartilhado
-
-#Folder.Index
-EXC_ReorderFailed=N\u00e3o \u00e9 poss\u00edvel salvar nova ordena\u00e7\u00e3o.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=N\u00e3o \u00e9 poss\u00edvel excluir o arquivo {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Link para {3}
-
-PROP_ShadowOriginalName=Nome original
-HINT_ShadowOriginalName=Nome do objeto a que este link se refere.
-PROP_ShadowOriginalFileSystem=Nome do sistema de arquivos original
-HINT_ShadowOriginalFileSystem=Nome do sistema de arquivos do objeto original.
-
-# DataNode
-PROP_name=Nome
-HINT_name=Nome deste objeto.
-PROP_template=Modelo
-HINT_template=Se 'verdadeiro', este objeto \u00e9 um modelo (pode criar inst\u00e2ncias dele mesmo).
-PROP_files=Todos os arquivos
-HINT_files=Uma lista de arquivos representados por este objeto.
-PROP_size=Tamanho do arquivo
-HINT_size=Tamanho deste arquivo, em bytes. (Somente aplic\u00e1vel ao primeiro arquivo listado em 'Todos os arquivos'.)
-PROP_lastModified=Hora da modifica\u00e7\u00e3o
-HINT_lastModified=Quando este arquivo foi modificado pela \u00faltima vez. (Somente aplic\u00e1vel ao primeiro arquivo listado em 'Todos os arquivos'.)
-PROP_extension=Extens\u00e3o
-HINT_extension=Extens\u00e3o do arquivo principal.
-ERROR_extension=N\u00e3o \u00e9 poss\u00edvel alterar a extens\u00e3o. O arquivo est\u00e1 modificado.
-
-# name of set with sorting options
-PROP_sorting=Ordena\u00e7\u00e3o
-HINT_sorting=Determina como os objetos em um pacote devem ser ordenados.
-
-#
-# folder sort mode property
-PROP_sort=Modo de ordena\u00e7\u00e3o
-HINT_sort=Determina como objetos em um pacote deveriam ser ordenados.
-# SortModeEditor
-VALUE_sort_none=N\u00e3o ordenado
-VALUE_sort_names=Por nome
-VALUE_sort_class=Por tipo
-VALUE_sort_folder_names=Por nome (pacotes primeiro)
-VALUE_sort_last_modified=Por hora de modifica\u00e7\u00e3o
-VALUE_sort_size=Por tamanho de arquivo
-
-
-#
-# Names of paste types
-#
-PT_move=&Mover
-PT_copy=&Copiar
-PT_instantiate=Criar &inst\u00e2ncia
-PT_shadow=Criar &link
-PT_serialize=&Serializar
-PT_instance=Inst\u00e2ncia pa&dr\u00e3o
-
-# 
-SerializeBean_Text=&Nome do arquivo para serializar a inst\u00e2ncia
-SerializeBean_Title=Serializa\u00e7\u00e3o de inst\u00e2ncia
-
-#
-# new folder
-#
-CTL_NewFolder=Diret\u00f3rio
-CTL_NewFolderName=&Nome:
-CTL_NewFolderTitle=Criar nova pasta
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=O arquivo {0} j\u00e1 existe na pasta {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=A pasta {0} j\u00e1 existe na pasta {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=O arquivo {1} parece ser muito grande ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) para abrir com seguran\u00e7a. \nAbrir este arquivo poder\u00e1 causar um erro OutOfMemoryError, o que tornaria o IDE inutiliz\u00e1vel. Voc\u00ea tem certeza de que deseja abr\u00ed-lo?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=Arquivos de configura\u00e7\u00e3o XML
-PROP_XmlError=Erro (recuper\u00e1vel)
-PROP_XmlWarning=Aviso
-PROP_XmlFatalError=ERRO FATAL
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=N\u00e3o \u00e9 poss\u00edvel criar a pasta; {0} n\u00e3o \u00e9 um nome v\u00e1lido.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=N\u00e3o \u00e9 poss\u00edvel copiar {0}: A pasta de destino \u00e9 a mesma da origem.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=N\u00e3o \u00e9 poss\u00edvel copiar {0}: A pasta de destino \u00e9 uma sub-pasta da pasta de origem.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=Novo assistente - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=Novo assistente
-LAB_TemplateChooserPanelName=Escolha o modelo
-LAB_SelectTemplateBorder=&Selecione um modelo:
-MSG_NoDescription=Sem descri\u00e7\u00e3o
-MSG_InitDescription=Inicializando descri\u00e7\u00e3o...
-LAB_TemplateDescriptionBorder=Descri\u00e7\u00e3o do &modelo:
-LAB_TargetLocationPanelName=Local de destino
-LAB_TargetLocationDescription=Selecione uma pasta para o objeto rec\u00e9m criado ou digite o nome da pasta abaixo:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/D
-ACSD_TemplateWizard1=N/D
-
-CTL_NewObjectName=&Nome\:
-ACSD_NewObjectName=N/D
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/D
-
-LBL_settingsNodeName=Configura\u00e7\u00f5es
-EXC_folder_delete_failed=N\u00e3o foi poss\u00edvel remover a pasta de origem ao mov\u00ea-la.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<pasta superior> [{0}]
-FMT_DefaultNewObjectName=<nome padr\u00e3o>
-
-LBL_shadow_loader_display_name=Links
-LBL_folder_loader_display_name=Pastas
-LBL_default_loader_display_name=Objetos desconhecidos
-LBL_instance_loader_display_name=Inst\u00e2ncias de a\u00e7\u00e3o
-
-FMT_CannotCopyDo=Aviso: O objeto {0} n\u00e3o pode ser copiado.
-FMT_CannotMoveDo=Aviso: O objeto {0} n\u00e3o pode ser movido.
-
-# InstanceDataObject
-LBL_separator_instance=(separador)
-PROP_instance_class=Nome da classe
-HINT_instance_class=Nome da classe Java do objeto que est\u00e1 sendo representado.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=Existem problemas salvando o bean {0}.
-
-FMT_brokenShadowName={0} (Link quebrado)
-HINT_brokenShadowOriginalName=Link quebrado
-PROP_brokenShadowOriginalName=Link quebrado
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Link para sistema de srquivos quebrado
-HINT_brokenShadowFileSystem=Link para sistema de srquivos quebrado
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Configura\u00e7\u00e3o irreconhec\u00edvel>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Copiar tipo do objeto de dados
-LBL_DOcut=Recortar tipo do objeto de dados
-#NewObjectPanel
-LAB_NewObjectPanelName=Novo nome de objeto
-FMT_DefaultNewObject=<padr\u00e3o>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=O menu pop-up para objetos do tipo {0} n\u00e3o p\u00f4de ser restaurado; usando congura\u00e7\u00f5es padr\u00e3o.
-LBL_loader_display_name=Carregador
-
-MSG_renameError=Este objeto n\u00e3o pode ser renomeado de {0} para {1}.
-MSG_NotValidName=N\u00e3o \u00e9 poss\u00edvel dar um nome vazio a {0}.
-ERR_NoFilesystem=Nenhum sistema de arquivos ativado. Tenha certeza de que voc\u00ea tem pelo menos um sistema de arquivos que n\u00e3o \u00e9 somente leitura e que n\u00e3o esteja oculto.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=O sistema de arquivos de destino n\u00e3o existe.
-MSG_fs_is_readonly=O sistema de arquivos de destino \u00e9 somente leitura.
-# {0} - name of the existing file
-MSG_file_already_exist=O arquivo {0} j\u00e1 existe.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=A\u00e7\u00e3o do sistema de arquivos
-#InstantiateAction
-Instantiate=Criar inst\u00e2ncia
-#SaveAsTemplateAction
-SaveAsTemplate=Salvar como modelo...
-Title_SaveAsTemplate=Salvar como modelo
-CTL_SaveAsTemplate=&Selecione a categoria na qual o novo modelo aparecer\u00e1:
-CTL_SaveAsTemplate_TemplatesRoot=Modelos
-SaveAll=S&alvar todos
-HINT_SaveAll=Salvar todos os arquivo (se o recurso Compilar ao salvar estiver ativado, isso tamb\u00e9m ir\u00e1 compilar/construir seus arquivos)
-# FileSystemRefreshAction
-LAB_Refresh=Atualizar pasta
-# NewTemplateAction
-EXC_TemplateFailed=A cria\u00e7\u00e3o do objeto partindo do modelo falhou.
-NewTemplate=&Novo
-NewTemplateAction=Todos os modelos...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Vazio
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Abrindo {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=Arquivo {0} est\u00e1 modificado. Salva-lo ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modificado)
-TIP_editor_ro=\ (somente-leitura)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=O arquivo {0} foi alterado para somente leitura! Todas as altera\u00e7\u00f5es ser\u00e3o descartadas.
-MSG_FileReadOnlySaving=O arquivo {0} foi alterado para somente leitura! N\u00e3o \u00e9 poss\u00edvel salv\u00e1-lo.
-MSG_FileReadOnlyChanging=O arquivo {0} foi alterado para somente leitura!
-
-
-MSG_BinaryFileQuestion=Este arquivo parece conter dados bin\u00e1rios. Tem certeza que deseja abr\u00ed-lo no editor de texto?
-MSG_BinaryFileWarning=Arquivo bin\u00e1rio detectado
-
-CTL_SaveAsAction=Sal&var como...
-MSG_SaveAsFailed=Houve alguns problemas ao salvar {0}\nCausa: {1}
-LBL_SaveAsTitle=Salvar como
-MSG_CannotCreateTargetFolder=N\u00e3o foi poss\u00edvel criar a pasta de destino.
-MSG_SaveAs_SameFileSelected=Selecione um nome de arquivo diferente.
-MSG_SaveAs_SameFileSelected_Title=Salvar como
-
diff --git a/l10n/src/pt_BR/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_pt_BR.properties
deleted file mode 100644
index f607706..0000000
--- a/l10n/src/pt_BR/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API do sistema de m\u00f3dulos
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=APIs para obter informa\u00e7\u00e3o sobre m\u00f3dulos instalados.
-OpenIDE-Module-Long-Description=Permite obter a lista de m\u00f3dulos instalados, inspecionar suas propriedades e depend\u00eancias.
-
diff --git a/l10n/src/pt_BR/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_pt_BR.properties
deleted file mode 100644
index f9c63cc..0000000
--- a/l10n/src/pt_BR/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API de n\u00f3s
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=API para defini\u00e7\u00e3o de estruturas gen\u00e9ricas tipo \u00e1rvore.
-OpenIDE-Module-Long-Description=Fornece abstra\u00e7\u00e3o para estruturas tipo \u00e1rvore pela defini\u00e7\u00e3o de N\u00f3 - a interface gen\u00e9rica extens\u00edvel que pode ent\u00e3o ser exibida pela API do Explorer.
-
-
-
-#Sheet
-Properties=Propriedades
-Expert=Especialista
-HINT_Properties=Propriedades deste objeto.
-HINT_Expert=Propriedades especiais deste objeto.
-
-#indexed customizer
-LAB_order=Mudar ordem
-LAB_listOrder=Exibir esses campos nesta ordem:
-LAB_listOrder_Mnemonic=S
-Button_close=Fechar
-Button_close_Mnemonic=C
-Button_up=Mover para cima
-Button_up_Mnemonic=U
-Button_down=Mover para baixo
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/D
-ACSD_Button_up=N/D
-ACSD_Button_down=N/D
-ACSD_ListOrder=N/D
-ACSD_IndexedCustomizer=N/D
-
-#PropertySupport
-CTL_StandardName=Nome
-CTL_StandardHint=Nome do objeto.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Colar n\u00f3
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copiar \u00edndice
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Aguarde...
-
diff --git a/l10n/src/pt_BR/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_pt_BR.properties
deleted file mode 100644
index 336d2be..0000000
--- a/l10n/src/pt_BR/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API das op\u00e7\u00f5es de configura\u00e7\u00e3o
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Suporte para armazenar prefer\u00eancias.
-OpenIDE-Module-Long-Description=Fornece classes que simplificam o armazenamento de configura\u00e7\u00f5es entre m\u00faltiplas invoca\u00e7\u00f5es de aplica\u00e7\u00f5es baseadas no NetBeans.
-OpenIDE-Module-Deprecation-Message=Use preferivelmente org.openide.util.NbPreferences.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exce\u00e7\u00e3o enquanto executava o m\u00e9todo 'getter' de propriedade em {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/pt_BR/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_pt_BR.properties
deleted file mode 100644
index 87c7018..0000000
--- a/l10n/src/pt_BR/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API de texto
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=API gen\u00e9rica empacotando EditorKits baseandos em swing.
-OpenIDE-Module-Long-Description=Fornece suporte para defini\u00e7\u00e3o de componentes que incorporam editores de texto swing.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Configura\u00e7\u00f5es de impress\u00e3o
-CTL_Header_format = Imprimindo {2} em {1}
-CTL_Footer_format = P\u00e1gina {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Formato da p\u00e1gina
-HINT_PAGE_FORMAT=Formato da p\u00e1gina
-PROP_WRAP=Quebrar linhas
-HINT_WRAP=As linhas devem ser quebradas?
-PROP_HEADER_FORMAT=Formato do cabe\u00e7alho da p\u00e1gina
-
-HINT_HEADER_FORMAT=Por exemplo, "Topo da p\u00e1gina {0} (impresso na data {1}) do arquivo {2}".
-PROP_FOOTER_FORMAT=Formato do rodap\u00e9 da p\u00e1gina
-HINT_FOOTER_FORMAT=Por exemplo, "Final da p\u00e1gina {0} (impresso na data {1}) do arquivo {2}".
-PROP_HEADER_FONT=Fonte do cabe\u00e7alho da p\u00e1gina
-HINT_HEADER_FONT=Define a fonte do cabe\u00e7alho da p\u00e1gina.
-PROP_FOOTER_FONT=Fonte do rodap\u00e9 da p\u00e1gina
-HINT_FOOTER_FONT=Define a fonte do rodap\u00e9 da p\u00e1gina.
-PROP_HEADER_ALIGNMENT=Alinhamento do cabe\u00e7alho da p\u00e1gina
-HINT_HEADER_ALIGNMENT=Alinhamento do cabe\u00e7alho da p\u00e1gina - ESQUERDA, CENTRO, DIREITA.
-PROP_FOOTER_ALIGNMENT=Alinhamento do rodap\u00e9 da p\u00e1gina
-HINT_FOOTER_ALIGNMENT=Alinhamento do rodap\u00e9 da p\u00e1gina - ESQUERDA, CENTRO, DIREITA.
-PROP_LINE_ASCENT_CORRECTION=Corre\u00e7\u00e3o de eleva\u00e7\u00e3o da linha
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplicador para corrigir a eleva\u00e7\u00e3o da linha.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTRO
-CTL_RIGHT = DIREITA
-CTL_LEFT = ESQUERDA
-
-# Cancellation
-CTL_Print_progress=O n\u00famero da p\u00e1gina {0} foi impresso.
-CTL_Print_cancellation=Progresso da impress\u00e3o
-CTL_Cancel=Cancelar
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=A impress\u00e3o atual foi abortada.
-EXC_Printer_Problem=Problema na impressora: {0}
-EXC_ReadOnlyFile=O arquivo {0} \u00e9 somente leitura.
-EXC_LoadDocument=O documento {0} n\u00e3o p\u00f4de ser carregado.
-LBL_EditorLoading=Carregando...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Pergunta
-CTL_Save=Salvar
-ACSN_CTL_Save=N/D
-ACSD_CTL_Save=N/D
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Descartar
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/D
-ACSD_CTL_Discard=N/D
-
-# PositionBounds
-MSG_Empty_string=Incapaz de inserir uma string vazia
-#editor support warning message
-FMT_FileNotFound=Aviso: O arquivo {0} n\u00e3o foi encontrado ou n\u00e3o p\u00f4de ser acessado.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=O arquivo {0} foi modificado externamente. Recarreg\u00e1-lo?
-FMT_External_change_write=O arquivo {0} foi modificado externamente. Sobrescrev\u00ea-lo?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=Foi especificado um arquivo inv\u00e1lido. Verifique o caminho.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor para {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor para {0}
-TITLE_SourceButton=C\u00f3digo-fonte
-
-
diff --git a/l10n/src/pt_BR/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_pt_BR.properties
deleted file mode 100644
index 5244fb9..0000000
--- a/l10n/src/pt_BR/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Antiga API de enumera\u00e7\u00e3o
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=API de enumera\u00e7\u00e3o que est\u00e1 no pacote errado.
-OpenIDE-Module-Long-Description=API de enumera\u00e7\u00e3o a qual encontra-se num pacote incorreto, org.openide.util.enum e ent\u00e3o n\u00e3o pode ser compilada com Java 1.5, por enum ser uma palavra reservada. Substitu\u00edda por class org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.Enumerations ao inv\u00e9s deste m\u00f3dulo.
-
diff --git a/l10n/src/pt_BR/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_pt_BR.properties
deleted file mode 100644
index ed4a36f..0000000
--- a/l10n/src/pt_BR/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Pesquisa
-
diff --git a/l10n/src/pt_BR/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_pt_BR.properties
deleted file mode 100644
index fa7ca16..0000000
--- a/l10n/src/pt_BR/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API de utilit\u00e1rios
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=API b\u00e1sica de utilit\u00e1rios
-OpenIDE-Module-Long-Description=V\u00e1rios m\u00e9todos auxiliares e defini\u00e7\u00f5es b\u00e1sicas de determinados conceitos, incluindo a\u00e7\u00f5es, lookup, manipula\u00e7\u00e3o de imagens, execu\u00e7\u00e3o paralela e suporte a 'branding'.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=Um servidor HTTP j\u00e1 est\u00e1 definido. Voc\u00ea n\u00e3o pode utilizar dois servidores ao mesmo tempo.
-SERVER_CANNOT_UNREGISTER=Um m\u00f3dulo tentou cancelar o registro de um servidor HTTP fornecido por outro m\u00f3dulo.
-
-MSG_ToNowhere=para lugar nenhum
-MSG_To=para
-
-MSG_NoServerRegistered=Nenhum servidor registrado.
-MSG_TooManyArguments=muitos argumentos
-MSG_UnmatchedBraces=chaves n\u00e3o coincidentes no padr\u00e3o, na posi\u00e7\u00e3o
-
-# NbBundle
-MSG_FMT_ObjectForKey=o objeto para a chave {0} n\u00e3o foi encontrado
-MSG_ClassFinderAlreadySet=ClassFinder j\u00e1 definido.
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=AVISO: N\u00e3o p\u00eade carregar a tabela de tradu\u00e7\u00e3o: {0}
-PROGRESS_CURSOR=Cursor de progresso
-
diff --git a/l10n/src/pt_BR/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_pt_BR.properties
deleted file mode 100644
index 7f45873..0000000
--- a/l10n/src/pt_BR/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Tipo de objetos m\u00faltiplos
-
-Create=Criar
-Paste=Colar
-
diff --git a/l10n/src/pt_BR/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_pt_BR.properties
deleted file mode 100644
index e541253..0000000
--- a/l10n/src/pt_BR/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API do sistema de janelas
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=API para gerenciamento de componentes em uma tela.
-OpenIDE-Module-Long-Description=Fornece API com abstra\u00e7\u00e3o neutra de SO e MDI/SDI sobre o conceito de componentes que s\u00e3o exibidos ao usu\u00e1rio.
-
-
-
-# name of empty workspace
-None=Nenhum
-
-#CloneableTopComponent
-EXC_CannotAssign=N\u00e3o \u00e9 poss\u00edvel atribuir componente para VAZIO
-
-#TopComponent
-EXC_UnknownOperation=Opera\u00e7\u00e3o de fechamento desconhecida
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Invocando {2} implementado como {3} atrav\u00e9s de {0}
-
diff --git a/l10n/src/pt_BR/platform/print/print/org/netbeans/modules/print/action/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/print/print/org/netbeans/modules/print/action/Bundle_pt_BR.properties
deleted file mode 100644
index b0561f2..0000000
--- a/l10n/src/pt_BR/platform/print/print/org/netbeans/modules/print/action/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Configurar p\u00e1&gina...
-
-# PrintAction
-TLT_Print_Action=Imprimir
-MNU_Print_Action=Im&primir...
-ACT_Print_Action=Imprimir - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/pt_BR/platform/print/print/org/netbeans/modules/print/resources/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/print/print/org/netbeans/modules/print/resources/Bundle_pt_BR.properties
deleted file mode 100644
index 919fc99..0000000
--- a/l10n/src/pt_BR/platform/print/print/org/netbeans/modules/print/resources/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Imprimir
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Implementa\u00e7\u00e3o de m\u00f3dulo de impress\u00e3o.
-OpenIDE-Module-Long-Description=Implementa\u00e7\u00e3o de m\u00f3dulo de impress\u00e3o.
-
-# layer.xml
-Actions/File=Arquivo
-
diff --git a/l10n/src/pt_BR/platform/print/print/org/netbeans/modules/print/ui/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/print/print/org/netbeans/modules/print/ui/Bundle_pt_BR.properties
deleted file mode 100644
index ceac38d..0000000
--- a/l10n/src/pt_BR/platform/print/print/org/netbeans/modules/print/ui/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Problema na impressora: {0}
-LBL_Page_Setup_Button=C&onfigurar p\u00e1gina
-TLT_Page_Setup_Button=Chama a caixa de di\u00e1logo Configurar p\u00e1gina
-LBL_Print_Option_Button=&Op\u00e7\u00f5es de impress\u00e3o
-TLT_Print_Option_Button=Chama a caixa de di\u00e1logo Op\u00e7\u00f5es de impress\u00e3o
-LBL_Print_Button=Im&primir
-TLT_Print_Button=Chama a caixa de di\u00e1logo Imprimir
-LBL_Close_Button=&Fechar
-TLT_Close_Button=Fecha a caixa de di\u00e1logo Imprimir visualiza\u00e7\u00e3o
-LBL_Print_Preview=Visualizar impress\u00e3o
-LBL_Fit_to_Width=Ajustar \u00e0 largura
-LBL_Fit_to_Height=Ajustar \u00e0 altura
-LBL_Fit_to_All=Mostrar todas as p\u00e1ginas
-
-TLT_First=Pri&meira p\u00e1gina (Alt+F)
-TLT_Previous=P&\u00e1gina anterior (Alt+R)
-TLT_Next=P\u00e1gi&na seguinte (Alt+N)
-TLT_Last=\u00da&ltima p\u00e1gina (Alt+L)
-TLT_Fit=Alterar e&scala (Alt+S)
-TLT_Zoom_In=Ma&is zoom (Alt+I)
-TLT_Zoom_Out=Menos &zoom (Alt+U)
-TLT_Toggle=&Mostrar v\u00e1rias p\u00e1ginas (Alt+M)
-TLT_Goto=<html><body> <b>Navega\u00e7\u00e3o:</b> <br> press <code>/</code> or <code>F</code> para mostrar a primeira p\u00e1gina <br> pressione <b><code>-</code></b> ou <code>G</code> para mostrar a p\u00e1gina anterior <br> pressione <b><code>+</code></b> ou <code>K</code> para mostrar a pr\u00f3xima p\u00e1gina <br> pressione <code>*</code> ou <code>L</code> para mostrar a \u00faltima p\u00e1gina </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Ajusta a escala de visualiza\u00e7\u00e3o:</b> <br> pressione <plus> para aumentar a escala <br> pressione <minus> para diminuir a escala <br> pressione <code>Ctrl</code>-<plus> para aumentar o zoom <br> pressione <code>Ctrl</code>-<minus> para diminuir o zoom <br> pressione <code>/</code>  para definir 100% <br> pressione <code>*</code> para personalizar a visualiza\u00e7\u00e3o <br><hr> roda do mouse com <code>Ctrl</code> para aumentar/diminuir o zoom <br> roda do mouse com bot\u00e3o direito para aumentar/diminuir o zoom <br> clique duplo com bot\u00e3o esquerdo do mouse para aumentar o zoom <br> clique duplo com bot\u00e3o direito do mouse para diminuir o zoom <br></body></html>
-
-# Attribute
-LBL_Print_Options=Op\u00e7\u00f5es de impress\u00e3o
-LBL_Border=Borda
-LBL_Print_Border=Imprimir &borda
-LBL_Print_Header=Imprimir ca&be\u00e7alho
-LBL_Print_Footer=Imprimir &rodap\u00e9
-LBL_Choose_Font=Escolher fonte
-LBL_Choose_Color=Escolher cor
-LBL_Insert_Macros=Inserir macro:
-LBL_Text=Texto
-LBL_Line_Numbers=N&\u00fameros de linha
-LBL_Wrap_Lines=&Quebrar linhas
-LBL_Use_Font=Usar atributos de fonte // &X
-LBL_Use_Color=Usar atributos de cor // &Q
-LBL_As_Editor=Imprimir como no Editor // &J
-LBL_Selection=Imprimir &sele\u00e7\u00e3o
-LBL_Line_Spacing=Es&pa\u00e7amento de linha:
-LBL_Text_Font_and_Color=Fonte e co&r do texto:
-LBL_Background_Color=Cor do plano de fun&do:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Cabe\u00e7alho e rodap\u00e9
-LBL_Apply=&Aplicar
-LBL_Left=Esquerdo:
-LBL_Center=Central:
-LBL_Right=Direito:
-
-ERR_Zoom_Value_Is_Invalid=O valor do zoom \u00e9 inv\u00e1lido!
-ERR_Header_Size_Is_Too_Big=O tamanho do cabe\u00e7alho \u00e9 muito grande!
-ERR_Footer_Size_Is_Too_Big=O tamanho do rodap\u00e9 \u00e9 muito grande!
-ERR_Page_Number_Is_Invalid=O n\u00famero de p\u00e1ginas \u00e9 inv\u00e1lido!
-ERR_Page_Number_Is_Too_Big=O n\u00famero de p\u00e1ginas \u00e9 muito elevado!
-
-TLT_Apply=Aplica altera\u00e7\u00f5es
-TLT_Border_Color=Escolher &cor da borda (Alt+C)
-TLT_Header_Font=Escolher fo&nte do cabe\u00e7alho (Alt+N)
-TLT_Header_Color=Escolher c&or do cabe\u00e7alho (Alt+O)
-TLT_Footer_Font=Escolher fon&te do rodap\u00e9 (Alt+T)
-TLT_Footer_Color=Esco&lher cor do rodap\u00e9 (Alt+L)
-TLT_Text_Font=Escolher fonte do texto (Alt+K) // &K
-TLT_Text_Color=Escolher co&r do texto (Alt+R)
-TLT_Background_Color=Escolher cor do plano de fundo // &G
-TLT_Print_Zoom=Ajustar o zoom de impress\u00e3o
-TLT_Use_Font=Usar fonte (Alt+X)
-TLT_Use_Color=Usar cor (Alt+Q)
-TLT_As_Editor=Mostrar como no Editor (Alt+J)
-TLT_Selection=Imprimir sele\u00e7\u00e3o
-
-LBL_Pages=p\u00e1gina(s)
-LBL_Fit_Width_to=&Ajustar largura a:
-TLT_Fit_Width_to=Ajustar largura a
-LBL_Fit_Height_to=Ajustar altura a:
-TLT_Fit_Height_to=Ajustar altura a
-LBL_Zoom_to=&Zoom para:
-TLT_Zoom_to=Zoom para:
-LBL_Fit_to_Page=Ajustar \u00e0 p\u00e1gina // &Y
-TLT_Fit_to_Page=Ajustar \u00e0 p\u00e1gina (Alt+Y)
-
diff --git a/l10n/src/pt_BR/platform/print/print/org/netbeans/modules/print/util/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/print/print/org/netbeans/modules/print/util/Bundle_pt_BR.properties
deleted file mode 100644
index 142595c..0000000
--- a/l10n/src/pt_BR/platform/print/print/org/netbeans/modules/print/util/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} de {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=O nome do componente impresso
-ROW=O n\u00famero da linha
-COLUMN=O n\u00famero da coluna
-USER=O nome de usu\u00e1rio
-COUNT=A contagem de todas as p\u00e1ginas
-MODIFIED_DATE=Data da \u00faltima altera\u00e7\u00e3o
-MODIFIED_TIME=Hora da \u00faltima altera\u00e7\u00e3o
-PRINTED_DATE=Data da impress\u00e3o
-PRINTED_TIME=Hora da impress\u00e3o
-
diff --git a/l10n/src/pt_BR/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_pt_BR.properties
deleted file mode 100644
index b9376a4..0000000
--- a/l10n/src/pt_BR/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=UI de progresso
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Visualiza\u00e7\u00e3o do progresso da tarefa.
-OpenIDE-Module-Long-Description=Fornece uma visualiza\u00e7\u00e3o de todas as tarefas e pode permitir que elas sejam canceladas, etc.
-
-NbProgressBar.tooltip1={0} tarefas em execu\u00e7\u00e3o. Clique para detalhes.
-NbProgressBar.tooltip2={0} tarefa rodando. Clique para detalhes.
-ListComponent.btnClose.tooltip=Clique para cancelar o processo
-ListComponent.bar.tooltip=Clique para monitorar o processo
-Cancel_Question=Tem certeza de que deseja cancelar {0}?
-Cancel_Question_Title=Cancelar tarefa em execu\u00e7\u00e3o
-StatusLineComponent.ShowProcessList=Exibir processos
-StatusLineComponent.Cancel=Cancelar processo
-StatusLineComponent.View=Exibir sa\u00edda
-ListComponent.Watch=Monitorar processo
-
-RunOffAWT.TITLE_Operation=Opera\u00e7\u00e3o demorada em andamento
-RunOffAWT.BTN_Cancel=Cancelar
-
-# ProgressListAction
-CTL_ProcessListAction=&Processos
-
-# CancelAction
-CTL_CancelAction=Cancelar processo
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Clique para cancelar o processo
-ModalDialog.btnClose.text=Cancelar
-ModalDialog.btnClose.accessibleName=Cancelar
-ModalDialog.btnClose.accessibleDescription=Cancela o processo atual
-
-
diff --git a/l10n/src/pt_BR/platform/queries/queries/org/netbeans/modules/queries/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/queries/queries/org/netbeans/modules/queries/Bundle_pt_BR.properties
deleted file mode 100644
index 3e228b8..0000000
--- a/l10n/src/pt_BR/platform/queries/queries/org/netbeans/modules/queries/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de consultas gerais
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Canal geral de comunica\u00e7\u00e3o entre os m\u00f3dulos.
-OpenIDE-Module-Long-Description=Os servidores examinam o que n\u00e3o \u00e9 particularidade de dom\u00ednios espec\u00edficos. Permite a diferentes m\u00f3dulos obter informa\u00e7\u00f5es sobre arquivos de maneira flex\u00edvel.
-
diff --git a/l10n/src/pt_BR/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_pt_BR.properties
deleted file mode 100644
index 80b8c9e..0000000
--- a/l10n/src/pt_BR/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=A op\u00e7\u00e3o {0} precisa de um argumento
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=A op\u00e7\u00e3o {0} n\u00e3o pode ser usada junto com a op\u00e7\u00e3o {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Precisa de pelo menos um {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Precisa usar tamb\u00e9m {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=A op\u00e7\u00e3o {0} tamb\u00e9m precisa da op\u00e7\u00e3o {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/pt_BR/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_pt_BR.properties
deleted file mode 100644
index 7d37757..0000000
--- a/l10n/src/pt_BR/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de an\u00e1lise de linha de comando
-OpenIDE-Module-Short-Description=API compat\u00edvel com GetOpts para an\u00e1lise da linha de comando
-OpenIDE-Module-Long-Description=API aderente a GetOpts para analisar e processar a linha de comando.. Isto est\u00e1 focalizado no caso em que cada parte da linha de comando est\u00e1 sendo analisada por um m\u00f3dulo diferente.
-OpenIDE-Module-Display-Category=Infra-estrutura
-
-MSG_OptionsHeader=\nOp\u00e7\u00e3o(\u00f5es) de m\u00f3dulo(s) adicional(is):\n
-
diff --git a/l10n/src/pt_BR/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_pt_BR.properties
deleted file mode 100644
index ae7035a..0000000
--- a/l10n/src/pt_BR/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de configura\u00e7\u00f5es
-OpenIDE-Module-Short-Description=Uma biblioteca para armazenar as configura\u00e7\u00f5es em formato personalizado.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo fornece a API de configura\u00e7\u00f5es para armazenar configura\u00e7\u00f5es definidas por m\u00f3dulos em formato personalizado. Tamb\u00e9m fornece v\u00e1rias configura\u00e7\u00f5es \u00fateis para formatos de configura\u00e7\u00f5es.
-OpenIDE-Module-Display-Category=Infra-estrutura
-
diff --git a/l10n/src/pt_BR/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_pt_BR.properties
deleted file mode 100644
index 9f1c030..0000000
--- a/l10n/src/pt_BR/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Long-Description=Um m\u00f3dulo que fornece uma nova API para substituir NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=SPI de a\u00e7\u00f5es (Experimental)
-OpenIDE-Module-Short-Description=Substitui\u00e7\u00f5es para NodeAction, CookieAction, etc.
-
diff --git a/l10n/src/pt_BR/platform/templates/templates/org/netbeans/modules/templates/Bundle_pt_BR.properties b/l10n/src/pt_BR/platform/templates/templates/org/netbeans/modules/templates/Bundle_pt_BR.properties
deleted file mode 100644
index 7891813..0000000
--- a/l10n/src/pt_BR/platform/templates/templates/org/netbeans/modules/templates/Bundle_pt_BR.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Long-Description=Este m\u00f3dulo liga a API de sistemas de dados com a API Scripting. Como resultado, \u00e9 poss\u00edvel usar qualquer linguagem script para gerar modelos.
-OpenIDE-Module-Name=Modelagem avan\u00e7ada
-OpenIDE-Module-Short-Description=Modelagem avan\u00e7ada n\u00e3o s\u00f3 para sistemas de dados
-ERR_Switch_To_Java_6=Imposs\u00edvel preencher o modelo, tente usar o mecanismo de script a partir do JDK 1.6 ou mais recente.\n\nExecute o NetBeans sob JDK 1.6 para resolver o problema.\nVisite http://wiki.netbeans.org/FaqNetbeansConf para saber como faz\u00ea-lo.
diff --git a/l10n/src/pt_PT/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_pt_PT.properties b/l10n/src/pt_PT/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_pt_PT.properties
deleted file mode 100644
index 4a26bae..0000000
--- a/l10n/src/pt_PT/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=M\u00f3dulos de constru\u00e7\u00e3o Harness
-OpenIDE-Module-Display-Category=NetBeans em desenvolvimento
-OpenIDE-Module-Short-Description=Permite-lhe criar m\u00f3dulos externos de plug-ins a partir do c\u00f3digo-fonte.
-OpenIDE-Module-Long-Description=Esta \u00e9 a infraestrutura de constru\u00e7\u00e3o utilizada para desenvolver m\u00f3dulos para o NetBeans (com ou sem o IDE). \u00c9 normalmente utilizado implicitamente pelos m\u00f3dulos de projectos do NetBeans. Para documenta\u00e7\u00e3o t\u00e9cnica, veja harness/README.
-
diff --git a/l10n/src/pt_PT/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_pt_PT.properties b/l10n/src/pt_PT/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_pt_PT.properties
deleted file mode 100644
index 6c82219..0000000
--- a/l10n/src/pt_PT/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=NetBeans em desenvolvimento
-OpenIDE-Module-Long-Description=Destinos ant para a cobertura de teste de medi\u00e7\u00e3o de projetos apisupport usando Cobertura.\nExecute o destino 'exibir-relat\u00f3rio-cobertura' num projeto para medir os resultados e exibir um relat\u00f3rio no navegador externo.\nPara a integra\u00e7\u00e3o com o m\u00f3dulo Build Harness.
-OpenIDE-Module-Name=Cobertura do teste do m\u00f3dulo Cobertura
-OpenIDE-Module-Short-Description=Destinos ant para a cobertura de teste de medi\u00e7\u00e3o de projetos apisupport usando Cobertura.
-
diff --git a/l10n/src/pt_PT/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_pt_PT.properties b/l10n/src/pt_PT/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_pt_PT.properties
deleted file mode 100644
index 2edb31e..0000000
--- a/l10n/src/pt_PT/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Plataforma de ferramentas Jelly
-
diff --git a/l10n/src/pt_PT/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_pt_PT.properties b/l10n/src/pt_PT/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_pt_PT.properties
deleted file mode 100644
index 901c171..0000000
--- a/l10n/src/pt_PT/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Ferramentas de teste
-OpenIDE-Module-Short-Description=Biblioteca de testes do Jemmy.
-OpenIDE-Module-Long-Description=Uma biblioteca geral para testes automatizados de GUI.
-
-
diff --git a/l10n/src/pt_PT/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_pt_PT.properties b/l10n/src/pt_PT/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_pt_PT.properties
deleted file mode 100644
index ddff0fc..0000000
--- a/l10n/src/pt_PT/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Ferramentas de teste
-OpenIDE-Module-Long-Description=Extens\u00f5es do NetBeans para JUnit incluindo assertGC, assertSize, getWorkDir, LineDiff, etc.
-OpenIDE-Module-Name=JUnit NB
-OpenIDE-Module-Short-Description=Extens\u00f5es do NetBeans para JUnit
-
-# Library xml
-nb-junit=JUnit NB
diff --git a/l10n/src/pt_PT/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_pt_PT.properties b/l10n/src/pt_PT/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_pt_PT.properties
deleted file mode 100644
index de9e9ec..0000000
--- a/l10n/src/pt_PT/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Biblioteca de perfis de salto INSANE.
-OpenIDE-Module-Long-Description=Biblioteca para fazer an\u00e1lise de salto em tempo-real da JVM em que \u00e9 executada.
-
diff --git a/l10n/src/pt_PT/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_pt_PT.properties
deleted file mode 100644
index a129a0f..0000000
--- a/l10n/src/pt_PT/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Menu de aplicativo Apple
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=Habilita o suporte apropriado para o menu de aplicativo Apple
-
-OpenIDE-Module-Long-Description=Permite que itens do menu Apple funcionem apropriadamente, e move alguns itens de menu padr\u00f5es - Ferramentas | Op\u00e7\u00f5es,  torna-se Prefer\u00eancias, Ajuda | Sobre,  se torna Sobre, Arquivo | Sair se torna Sair.
-
-MSG_MinimizeWindowAction=&Minimizar janela
-
diff --git a/l10n/src/pt_PT/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_pt_PT.properties
deleted file mode 100644
index 478d807..0000000
--- a/l10n/src/pt_PT/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=A estabelecer uma liga\u00e7\u00e3o ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=A verificar as actualiza\u00e7\u00f5es em {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=N\u00e3o \u00e9 poss\u00edvel ler o NBM {0}
-InstallSupportImpl_TurnOnTimeout=tempo-limite de carregamento {0}
-InstallSupportImpl_NullSource=O URL de c\u00f3digo-fonte para o m\u00f3dulo "{0}" \u00e9 nulo, mais provavelmente o atributo "distribution" est\u00e1 definido para a string vazia no cat\u00e1logo UC.\nVisite tamb\u00e9m http://www.netbeans.org/issues/show_bug.cgi?id=153799 para obter mais detalhes.
-InstallSupportImpl_Download_Unavailable=N\u00e3o \u00e9 poss\u00edvel aceder a {0}
-OperationSupportImpl_Custom_Uninstall=A desinstalar {0}
-OperationSupportImpl_Custom_Install=A instalar {0}
-
-UpdateUnitFactory_Libraries_Category=Bibliotecas
-UpdateUnitFactory_Bridges_Category=Pontes
-UpdateUnitFactory_Unsorted_Category=N\u00e3o categorizado
-UpdateElementImpl_Feature_CategoryName=Caracter\u00edsticas
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>M\u00f3dulo instalado:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>M\u00f3dulos instalados:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>M\u00f3dulo ainda n\u00e3o instalado:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>M\u00f3dulos ainda n\u00e3o instalados:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>Novo m\u00f3dulo disponibilizado pelo plugin:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>Novos m\u00f3dulos disponibilizados pelo plugin:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/pt_PT/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_pt_PT.properties
deleted file mode 100644
index 269b871..0000000
--- a/l10n/src/pt_PT/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Long-Description=O recurso de actualiza\u00e7\u00e3o autom\u00e1tica disponibiliza diversos servi\u00e7os: descarregar e instalar as actualiza\u00e7\u00f5es dispon\u00edveis para os m\u00f3dulos j\u00e1 instalados, pesquisar e instalar novos m\u00f3dulos a partir das centrais de instala\u00e7\u00e3o dispon\u00edveis, bem como visualizar e gerir os m\u00f3dulos j\u00e1 instalados.
-OpenIDE-Module-Name=Servi\u00e7os de actualiza\u00e7\u00e3o autom\u00e1tica
-OpenIDE-Module-Short-Description=Suporte \u00e0 pesquisa por actualiza\u00e7\u00e3o de m\u00f3dulos em Centros de Actualiza\u00e7\u00e3o e tamb\u00e9m descarregar e instalar os m\u00f3dulos
-
diff --git a/l10n/src/pt_PT/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_pt_PT.properties
deleted file mode 100644
index a382a58..0000000
--- a/l10n/src/pt_PT/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Centro de Actualiza\u00e7\u00e3o por omiss\u00e3o
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Bibliotecas
-ArtificialFeaturesProvider_Bridges_Category=Pontes
-ArtificialFeaturesProvider_Unsorted_Category=N\u00e3o categorizado
-ArtificialFeaturesProvider_Features_Category=Caracter\u00edsticas
-NetworkAccess_Timeout=Tempo de espera atingido ao abrir a lica\u00e7\u00e3o a {0}
-
diff --git a/l10n/src/pt_PT/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_pt_PT.properties
deleted file mode 100644
index 434e377..0000000
--- a/l10n/src/pt_PT/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,68 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=A preparar para desempacotar
-CTL_UnpackingFile=A desempacotar ficheiro:
-CTL_DeletingFiles=Desinstalando ficheiros...
-CTL_DisablingFiles=Desactivando ficheiros...
-UpdaterFrame.jTextArea1.text=Actualiza\u00e7\u00e3o em andamento.\n\nAguarde ...
-UpdaterFrame.textLabel.text=A preparar para desempacotar
-UpdaterFrame.Form.title=Actualizador
-UpdaterFrame.textLabel.fontName=Caixa de di\u00e1logo
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/pt_PT/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_pt_PT.properties
deleted file mode 100644
index 704bf12..0000000
--- a/l10n/src/pt_PT/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text=Mais {0} ...
-Less_Command_Text=Menos {0} ...
-UnitTab_ReloadTime=\u00daltima verifica\u00e7\u00e3o: {0}
-UnitTab_ReloadTime_Never=nunca
-UnitTab_LessAction=Mostrar menos plug-ins
-UnitTab_MoreAction=Mostrar mais plug-ins
-UnitTab_TooltipCheckBox_INSTALLED=Seleccionar o plug-in {0}
-UnitTab_Tooltip_RefreshAction=Recarregar cat\u00e1logo
-UnitTab_bTabAction_Name_INSTALLED=Desi&nstalar
-UnitTab_TooltipCheckBox_UPDATE=Seleccionar o plug-in {0}
-UnitTab_bTabAction_Name_UPDATE=Act&ualizar
-UnitTab_CheckAction=Seleccionar
-UnitTab_CheckCategoryAction=Seleccionar categoria
-UnitTab_UncheckCategoryAction=Remover selec\u00e7\u00e3o de categoria
-UnitTab_CheckAllAction=Seleccionar todos
-UnitTab_UncheckAllAction=Remover todas as selec\u00e7\u00f5es
-UnitTab_ReloadAction=&Recarregar cat\u00e1logo
-UnitTab_PrepareReloadAction=Aguarde enquanto o cat\u00e1logo \u00e9 recarregado
-UnitTab_RemoveLocallyDownloadedAction=&Remover
-UnitTab_ActivateAction=&Activar
-UnitTab_ActivateCategoryAction=Activar categoria
-UnitTab_DeactivateAction=&Desactivar
-UnitTab_DeactivateCategoryAction=Desactivar categoria
-AvailableTab_SourceCategory_Tooltip_STANDARD=Plug-in certificado
-AvailableTab_SourceCategory_Tooltip_BETA=Plug-in Beta
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Plug-ins fornecidos pela comunidade
-InstallTab_Active_Tooltip=Activar
-InstallTab_InActive_Tooltip=Inactivo
-InstallTab_PendingForInstall_Tooltip=\u00c9 necess\u00e1rio reinicializar a aplica\u00e7\u00e3o para completar a instala\u00e7\u00e3o
-InstallTab_PendingForDeactivate_Tooltip=\u00c9 necess\u00e1rio reinicializar a aplica\u00e7\u00e3o para completar a desactiva\u00e7\u00e3o
-InstallTab_ReadOnly_Tooltip={0} esta em modo somente de leitura e n\u00e3o p\u00f4de ser verificado
-UnitTab_TooltipCheckBox_AVAILABLE=Seleccionar o plug-in {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Instalar
-UnitTab_TooltipCheckBox_LOCAL=Seleccionar o plug-in {0}
-UnitTab_Tooltip_AddAction_LOCAL=Adicionar plug-ins descarregados localmente
-UnitTab_Tooltip_RemoveAction_LOCAL=Remover o plug-in da lista
-UnitTab_bTabAction_Name_LOCAL=&Instalar
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} plug-in seleccionado
-UnitTab_lHowManySelected_Many_Text={0} plug-ins seleccionados
-UnitTab_OperationName_Text_INSTALLED=Desinstalar
-UnitTab_OperationName_Text_UPDATE=Actualizar
-UnitTab_OperationName_Text_AVAILABLE=Instalar
-UnitTab_OperationName_Text_LOCAL=Instalar
-UnitTab_lWarning_Text=A opera\u00e7\u00e3o {0} necessitar\u00e1 da reinicializa\u00e7\u00e3o da aplica\u00e7\u00e3o
-PluginManagerUI_UnitTab_Update_Title=Actualiza\u00e7\u00f5es
-PluginManagerUI_UnitTab_Update_ToolTip=A sua aplica\u00e7\u00e3o est\u00e1 actualizada!
-PluginManagerUI_UnitTab_Available_ToolTip=Nenhum plug-in dispon\u00edvel. Clique em 'Recarregar cat\u00e1logo' para plug-ins mais recentes.
-PluginManagerUI_UnitTab_Available_Title=Plug-ins dispon\u00edveis
-PluginManagerUI_UnitTab_Installed_Title=Instalado
-PluginManagerUI_UnitTab_Local_Title=Descarregados
-UnitTab_bAddLocallyDownloads_Name=&Adicionar plug-ins...
-UnitTab_bAddLocallyDownloads_ACN=Adicionar plug-ins
-UnitTab_bAddLocallyDownloads_ACD=Clique em Adicionar plug-ins para usar o navegador do ficheiros para adicionar quaisquer plug-ins que descarregou para o seu sistema local.
-NotificationAlreadyPreparedToIntsall=O plug-in {0} j\u00e1 est\u00e1 preparado para ser actualizado/instalado.
-NotificationOneAlreadyInstalled=O plug-in "{0}" j\u00e1 est\u00e1 instalado.
-NotificationMoreAlreadyInstalled=Os plug-ins "{0}" j\u00e1 est\u00e3o instalados.
-NotificationAlreadyPresent=O plug-in "{0}" j\u00e1 est\u00e1 instalado. Deseja substuir por "{1}"?
-NotificationAlreadyPresentTitle=Substituir plug-in
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Adicionar plug-ins
-CTL_FileFilterDescription=Ficheiros de distribui\u00e7\u00e3o de plug-ins (*.nbm)
-NetworkProblemPanel_taTitle_Text=N\u00e3o foi poss\u00edvel licar ao Centro de Actualiza\u00e7\u00f5es
-NetworkProblemPanel_taMessage_WarningText=Verifique as configura\u00e7\u00f5es de proxy ou tente novamente mais tarde. O servidor pode estar indispon\u00edvel neste momento. \n\nVerifique se a firewall n\u00e3o est\u00e1 a bloquear o tr\u00e1fego na rede.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Verifique as configura\u00e7\u00f5es de proxy ou tente novamente mais tarde. O servidor pode estar indispon\u00edvel neste momento. \n\nVerifique tamb\u00e9m se a firewall n\u00e3o est\u00e1 a bloquear o tr\u00e1fego na rede. \n\nTalvez as suas caches estejam desactualizados. Clique em Recarregar Cat\u00e1logo para actualizar o conte\u00fado.
-NetworkProblemPanel_taMessage_ErrorText=Nem todos os plug-ins foram descarregados com sucesso. O servidor pode estar indispon\u00edvel neste momento. Tente novamente mais tarde.
-CTL_Warning=Aviso
-CTL_Error=Problema de rede
-CTL_ShowProxyOptions=&Configura\u00e7\u00e3o de proxy...
-ACSD_ShowProxyOptions=N/D
-Utilities_NetworkProblem_Continue=&Tentar novamente
-Utilities_NetworkProblem_Skip=&Ignorar
-Utilities_NetworkProblem_Cancel=Cancelar
-Utilities_NetworkProblem_Text=N\u00e3o \u00e9 poss\u00edvel ligar \u00e0 {0} devido a {1}
-SettingsTable_ActiveColumn=Activar
-SettingsTable_NameColumn=Nome
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Configura\u00e7\u00f5es
-SettingsTab.bProxy.text=Configura\u00e7\u00f5es de &proxy
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=Personalizador da central de atualiza\u00e7\u00e3o
-UpdateUnitProviderPanel.lName.text=&Nome\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=Verifi&car actualiza\u00e7\u00f5es automaticamente
-Utilities_Libraries_Category=Bibliotecas
-Utilities_Bridges_Category=Pontes
-Utilities_Unsorted_Category=N\u00e3o categorizado
-SettingsTab.bRemove.message=Confirma a remo\u00e7\u00e3o do seguinte Centro de Atualiza\u00e7\u00e3o:  
-UpdateUnitProviderPanel.lName.adesc=Nome
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Verificar actualiza\u00e7\u00f5es automaticamente
-UpdateUnitProviderPanel.error.name.short=O nome do Centro de Actualiza\u00e7\u00f5es n\u00e3o foi especificado
-UpdateUnitProviderPanel.error.url.short=A URL do Centro de Actualiza\u00e7\u00f5es n\u00e3o foi especificada
-UpdateUnitProviderPanel.error.name.dup=Um Centro de Actualiza\u00e7\u00f5es com o este nome j\u00e1 existe
-UpdateUnitProviderPanel.error.url.invalid=A URL do Centro de Actualiza\u00e7\u00f5es \u00e9 inv\u00e1lida
-UnitTab_bClose_Text=&Fechar
-Utilities_CheckingForUpdates=A verificar atualiza\u00e7\u00f5es
-UnitTab_InitAndCheckingForUpdates=A inicializar a lista de plug-ins... 
-InstalledTableModel_State_Enabled=Ligado
-InstalledTableModel_State_Disabled=Desligado
-AvailableTableModel_Columns_Install=Instalar
-AvailableTableModel_Columns_Name=Nome
-AvailableTableModel_Source_Category=Origem
-AvailableTableModel_Columns_Category=Categoria
-InstalledTableModel_Columns_Uninstall=Seleccionar
-InstalledTableModel_Columns_Name=Nome
-InstalledTableModel_Columns_Installed=Instalado
-InstalledTableModel_Columns_Category=Categoria
-InstalledTableModel_Columns_Enabled=Activar
-LocallyDownloadedTableModel_Columns_Install=Instalar
-LocallyDownloadedTableModel_Columns_Name=Nome
-LocallyDownloadedTableModel_Columns_Version=Vers\u00e3o
-LocallyDownloadedTableModel_Columns_Size=Tamanho
-UpdateTableModel_Columns_Update=Actualizar
-UpdateTableModel_Columns_Name=Nome
-UpdateTableModel_Columns_Installed=Instalado
-UpdateTableModel_Columns_Available=Dispon\u00edvel
-UpdateTableModel_Columns_Size=Tamanho
-UpdateTableModel_Columns_Category=Categoria
-SettingsTab_NewProviderName=Novo Fornecedor
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Descri\u00e7\u00e3o:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=I
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Vers\u00e3o: 
-UnitDetails_Plugin_InstalledVersion=Vers\u00e3o instalada:
-UnitDetails_Plugin_AvailableVersion=Vers\u00e3o dispon\u00edvel:
-UnitDetails_Plugin_Author=Autor: 
-UnitDetails_Plugin_Date=Data: 
-UnitDetails_Plugin_Source=Origem: 
-UnitDetails_Plugin_CodeName=Nome de c\u00f3digo: 
-UnitDetails_Plugin_Homepage=P\u00e1gina inicial: 
-UnitDetails_Plugin_Notification=Nota importante
-UnitDetails_Plugin_Description=Descri\u00e7\u00e3o do plug-in
-UnitDetails_Plugin_Collecting_Dependencies=Recolher depend\u00eancias...
-UnitDetails_New_Internal_Update_Mark=novo!
-lSearch1.text=&Pesquisar\:
-SettingsTab.lCheckPeriod.text=Intervalo de verifi&ca\u00e7\u00e3o\:
-SettingsTab.lGeneral.text=Avan\u00e7ado
-SettingsTab.addButton.text=&Novo
-SettingsTab.RemoveButton.text=&Remover
-SettingsTab.EditButton.text=&Editar
-SettingsTab.AddButton.text=&Adicionar
-SettingsTab.lUpdateCenters.text=Config&ura\u00e7\u00e3o dos Centros de Actualiza\u00e7\u00f5es\:
-SettingsTab.lConnection.text=Verificar automaticamente por atualiza\u00e7\u00f5es
-CTL_Update_every_startup=Sempre que iniciar
-CTL_Update_every_day=Todo dia
-CTL_Update_every_week=Toda semana
-CTL_Update_every_2weeks=A cada duas semanas
-CTL_Update_every_month=Todo o m\u00eas
-CTL_Update_never=Nunca
-CTL_Update_custom=Utilizador por omiss\u00e3o
-SettingsTab.cbSharedInstall.text=&For\u00e7ar instala\u00e7\u00e3o em direcotorias partilhadas
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Permiss\u00e3o de escrita
-SettingsTab.cbSharedInstall.ReadOnlyMessage=Voc\u00ea n\u00e3o tem permiss\u00e3o para instalar plug-ins na diretoria partilhada:\n{0}\nPara executar a instala\u00e7\u00e3o na diretoria partilhada, voc\u00ea deveria executar a aplica\u00e7\u00e3o como um utilizador com privil\u00e9gios administrativos.
-SettingsTab.cbSharedInstall.NoSharedTitle=Sem diretoria de instala\u00e7\u00e3o
-SettingsTab.cbSharedInstall.NoSharedMessage=Nenhuma foi encontrada nenhuma diretoria partilhada.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=N\u00e3o \u00e9 poss\u00edvel ler o NBM {0} devido a {1}
-PluginManagerUI.bHelp.text=A&juda
-ACN_UnitTable=Lista de plug-ins
-ACD_UnitTable=Lista de plug-ins
-ACN_UpdateCentersTable=Lista dos Centros de Actualiza\u00e7\u00f5es
-ACD_UpdateCentersTable=Lista das Centros de Actualiza\u00e7\u00f5es que permite activar ou desactivar o Centro de Actualiza\u00e7\u00e3o seleccionado
-ACN_DetailsPanel=Detalhes do plug-in
-ACN_DetailsPanel_Button=Invocar a a\u00e7\u00e3o {0}
-ACN_UnitDetails=Detalhes do plug-in
-ACD_Reload=Recarregar cat\u00e1logo
-ACD_Search=Pesquisar por plug-ins
-ACN_Tabs=Alternar entre actualiza\u00e7\u00f5es de plug-ins dispon\u00edveis, instalados e descarregados.
-ACD_Tabs=Alternar entre atualiza\u00e7\u00f5es de plug-ins dispon\u00edveis, instalados e descarregados.
-ACN_PluginManagerUI=Gestor de plug-ins
-ACD_PluginManagerUI=Gestor de plug-ins para actualiza\u00e7\u00e3o, instala\u00e7\u00e3o e remo\u00e7\u00e3o de plug-ins
-ACN_Reload=Recarregar cat\u00e1logo
-ACN_UpdateCenterCustomizer=Personalizador do Centro de Actualiza\u00e7\u00e3o
-ACD_UpdateCenterCustomizer=Personalizador para edi\u00e7\u00e3o do nome e URL do Centro de Actualiza\u00e7\u00e3o
-NetworkProblemPanel_ACD=N/D
-NetworkProblemPanel_taMessage=Mensagem do problema de rede
-NetworkProblemPanel_taTitle_ACN=Problema de rede
-UnitTab.detailView.text=&Exibir detalhes
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Actualiza\u00e7\u00f5es internas)
-Unit_InternalUpdates_Title=Actualiza\u00e7\u00f5es internas
-
diff --git a/l10n/src/pt_PT/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_pt_PT.properties
deleted file mode 100644
index 21063db..0000000
--- a/l10n/src/pt_PT/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Verificar act&ualiza\u00e7\u00f5es
-PluginManagerAction_Name=Plu&g-ins
-PluginManager_Panel_Name=Plug-ins
-PluginManager_CloseButton_Name=&Fechar
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} actualiza\u00e7\u00f5es encontradas.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} actualiza\u00e7\u00e3o encontrada.
-AutoupdateCheckScheduler_UpdateFound_Hint=Clique aqui para actualizar a sua aplica\u00e7\u00e3o.
-AutoupdateCheckScheduler_InstallInProgress=Aguarde, outra tarefa de instala\u00e7\u00e3o est\u00e1 em andamento...
-
diff --git a/l10n/src/pt_PT/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_pt_PT.properties
deleted file mode 100644
index dbf0f1e..0000000
--- a/l10n/src/pt_PT/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Long-Description=A UI permite exibir o conte\u00fado da instala\u00e7\u00e3o e dos Centross de Actualiza\u00e7\u00e3o registados, possibilitando descarregar as actualiza\u00e7\u00f5es e novos m\u00f3dulos e ainda a sua instala\u00e7\u00e3o autom\u00e1tica.
-OpenIDE-Module-Name=UI de actualiza\u00e7\u00e3o autom\u00e1tica
-OpenIDE-Module-Short-Description=Fornece UI para servi\u00e7os de actualiza\u00e7\u00e3o autom\u00e1tica
-
diff --git a/l10n/src/pt_PT/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_pt_PT.properties
deleted file mode 100644
index 1e639d1..0000000
--- a/l10n/src/pt_PT/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Bem-vindo ao instalador de plug-ins
-OperationDescriptionStep_Header_Content=O instalador ir\u00e1 descarregar, verificar e depois instalar\u00e1 os plug-ins seleccionados.
-OperationDescriptionStep_TableInstall_Title=Os seguintes plug-ins ser\u00e3o instalados:
-OperationDescriptionStep_TableUpdate_Title=Os seguintes plug-ins ser\u00e3o actualizados:
-OperationDescriptionStep_PluginBrokesJavaDependency=A vers\u00e3o da plataforma Java {0} foi pedida mas apenas a vers\u00e3o {1} est\u00e1 em execu\u00e7\u00e3o.
-OperationDescriptionStep_HeaderUninstall_Head=Bem-vindo ao instalador de plug-ins
-OperationDescriptionStep_HeaderUninstall_Content=Os plug-ins seleccionados ser\u00e3o desinstalados. Os plug-ins seleccionados ser\u00e3o removidos do disco.
-OperationDescriptionStep_TableUninstall_Title=Os seguintes plug-ins ser\u00e3o desinstalados:
-OperationDescriptionStep_HeaderActivate_Head=Bem-vindo ao instalador de plug-ins
-OperationDescriptionStep_HeaderActivate_Content=Os plug-ins seleccionados ser\u00e3o activados.
-OperationDescriptionStepActivate_Table_Title=Os seguintes plug-ins ser\u00e3o activados:
-OperationDescriptionStep_HeaderDeativate_Head=Bem-vindo ao instalador de plug-ins
-OperationDescriptionStep_HeaderDeativate_Content=Os plug-ins seleccionados ser\u00e3o desativados.
-OperationDescriptionStep_TableDeativate_Title=Os seguintes plug-ins ser\u00e3o desactivados:
-PanelBodyContainer_PleaseWait=Por favor aguarde at\u00e9 que o instalador encontre as depend\u00eancias de plug-ins.
-DependenciesResolutionStep_Table_Title=Os seguintes plug-ins ser\u00e3o tamb\u00e9m instalados pois um ou mais plug-ins a serem instalados dependem destes:
-UninstallDependenciesResolutionStep_Table_Title=Os seguintes plug-ins ser\u00e3o desactivados pois estes dependem de um ou mais plug-ins prestes a serem desactivados:
-LicenseApprovalPanel_taTitle_Text=Para continuar com a instala\u00e7\u00e3o, \u00e9 necess\u00e1rio concordar com todos os contratos de licen\u00e7a associados a cada plug-in.\n\n
-LicenseApprovalPanel_tpLicense_Head=Contrato de licen\u00e7a para {0}
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=Contrato de Licen\u00e7a
-LicenseApprovalPanel_Header_Content=Por favor leia com cuidado todos os contratos de licen\u00e7a a seguir.
-InstallUnitWizard_Title=Instalador do plug-in
-InstallStep_Header_Download_Head=Descarregar
-InstallStep_Header_Download_Content=Por favor aguarde at\u00e9 que o instalador complete o processo de descarregar  todos os plug-ins necess\u00e1rios.
-InstallStep_Header_Verify_Head=Validar
-InstallStep_Header_Verify_Content=Por favor aguarde at\u00e9 que o instalador valide todos os plug-ins descarregados.
-InstallStep_Header_Install_Head=Instalar
-InstallStep_Header_Install_Content=Por favor aguarde at\u00e9 que o instalador complete a instala\u00e7\u00e3o.
-InstallStep_Header_InstallDone_Head=Instala\u00e7\u00e3o finalizada com sucesso
-InstallStep_Header_InstallDone_Content=Clique em Concluir para sair do instalador.
-InstallStep_Header_InstallUnsuccessful_Head=Instala\u00e7\u00e3o conclu\u00edda sem \u00eaxito
-InstallStep_Header_InstallUnsuccessful_Content=Clique em Concluir para sair do instalador e tente reiniciar a aplica\u00e7\u00e3o.
-InstallStep_Header_Restart_Head=Reinicializar o aplicativo para completar a instala\u00e7\u00e3o
-InstallStep_Header_Restart_Content=Reinicializar o aplicativo para concluir a instala\u00e7\u00e3o do plug-in.
-UninstallStep_Header_Restart_Head=Reinicializar o aplicativo para completar a desactiva\u00e7\u00e3o
-UninstallStep_Header_Restart_Content=Reinicializar o aplicativo para concluir a desactiva\u00e7\u00e3o do plug-in.
-CustomHandleStep_Header_Install_Restart_Head=Reinicializar o aplicativo para completar a instala\u00e7\u00e3o
-CustomHandleStep_Header_Install_Restart_Content=Reinicializar o aplicativo para concluir a instala\u00e7\u00e3o do plug-in.
-CustomHandleStep_Header_Uninstall_Restart_Head=Reinicializar o aplicativo para completar a desinstala\u00e7\u00e3o
-CustomHandleStep_Header_Uninstall_Restart_Content=Reinicializar o aplicativo para concluir a desinstala\u00e7\u00e3o do plug-in.
-
-InstallStep_Done=Conclu\u00eddo.
-InstallStep_Unsuccessful=A instala\u00e7\u00e3o est\u00e1 conclu\u00edda mas alguns problemas foram encontrados: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Reinicializar agora
-InstallUnitWizardModel_Buttons_RestartLater=Reinicia&lizar depois
-InstallUnitWizardModel_Buttons_Install=&Instalar
-InstallUnitWizardModel_Buttons_Update=Act&ualizar
-InstallUnitWizardModel_Buttons_Close=&Concluir
-InstallUnitWizardModel_Buttons_Next=Pr\u00f3ximo
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Desinstalar
-UninstallUnitWizardModel_Buttons_TurnOn=&Activar
-UninstallUnitWizardModel_Buttons_TurnOff=&Desactivar
-InstallStep_InstallDone_Text=O instalador de plug-ins finalizou com sucesso a instala\u00e7\u00e3o dos seguintes plug-ins:
-InstallStep_InstallUnsuccessful_Text=O instalador de plug-ins encontrou o problema {0} ao instalar os seguintes plug-ins:
-UninstallStep_UninstallDone_Text=O instalador de plug-ins finalizou com sucesso a desinstala\u00e7\u00e3o dos seguintes plug-ins:
-UninstallStep_ActivateDone_Text=O instalador de plug-ins finalizou com sucesso a activa\u00e7\u00e3o dos seguintes plug-ins:
-UninstallStep_DeactivateDone_Text=O instalador de plug-ins finalizou com sucesso a desactiva\u00e7\u00e3o dos seguintes plug-ins:
-UninstallStep_UninstallFailed_Text=Falha na desinstala\u00e7\u00e3o: {0}
-UninstallStep_ActivateFailed_Text=Falha na activa\u00e7\u00e3o: {0}
-UninstallStep_DeactivateFailed_Text=Falha na desactiva\u00e7\u00e3o: {0}
-UninstallStep_Done=Conclu\u00eddo.
-UninstallStep_Failed=Falhou. {0}
-UninstallStep_Header_Uninstall_Head=Desinstala\u00e7\u00e3o
-UninstallStep_Header_Uninstall_Content=Por favor aguarde at\u00e9 que o instalador complete a desinstala\u00e7\u00e3o de todos os plug-ins selecionados.
-UninstallStep_Header_Deactivate_Head=Desactiva\u00e7\u00e3o
-UninstallStep_Header_Deactivate_Content=Por favor aguarde at\u00e9 que o instalador conclua a desactiva\u00e7\u00e3o de todos os plug-ins seleccionados.
-UninstallStep_Header_Activate_Head=Activa\u00e7\u00e3o
-UninstallStep_Header_Activate_Content=Por favor aguarde at\u00e9 que o instalador conclua a activa\u00e7\u00e3o de todos os plug-ins seleccionados.
-UninstallStep_Header_UninstallDone_Head=Desinstala\u00e7\u00e3o finalizada com sucesso
-UninstallStep_Header_UninstallDone_Content=Clique em Concluir para sair do instalador de plug-ins.
-UninstallStep_Header_DeactivateDone_Head=Desactiva\u00e7\u00e3o finalizada com sucesso
-UninstallStep_Header_DeactivateDone_Content=Clique em Concluir para sair do instalador de plug-ins.
-UninstallStep_Header_ActivateDone_Head=Activa\u00e7\u00e3o finalizada com sucesso
-UninstallStep_Header_ActivateDone_Content=Clique em Concluir para sair do instalador de plug-ins.
-UninstallStep_Header_UninstallFailed_Head=Falha na desinstala\u00e7\u00e3o
-UninstallStep_Header_UninstallFailed_Content=Clique em Concluir para sair do instalador de plug-ins.
-UninstallStep_Header_DeactivateFailed_Head=Falha na desactiva\u00e7\u00e3o
-UninstallStep_Header_DeactivateFailed_Content=Clique em Concluir para sair do instalador de plug-ins.
-UninstallStep_Header_ActivateFailed_Head=Falha na activa\u00e7\u00e3o
-UninstallStep_Header_ActivateFailed_Content=Clique em Concluir para sair do instalador de plug-ins.
-UninstallStep_ProgressName_Uninstall=A desinstalar plug-ins
-UninstallStep_ProgressName_Activate=A activar plug-ins
-UninstallStep_ProgressName_Deactivate=A desactivar plug-ins
-ValidationWarningPanel_ShowCertificateButton=&Mostrar certificado
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Aviso de valida\u00e7\u00e3o
-ValidationWarningPanel_VerifyCertificate_Title=Verificar certificado
-ValidationWarningPanel_ContinueButton=&Continuar
-ValidationWarningPanel_taHead_NotSignedText=Os seguintes plug-ins n\u00e3o est\u00e3o assinados\:
-ValidationWarningPanel_taHead_NotTrustedText=Os seguintes plug-ins n\u00e3o s\u00e3o confi\u00e1veis\:
-ValidationWarningPanel_taWarning_Text=Aviso: Instalar plug-ins n\u00e3o confi\u00e1veis \u00e9 potencialmente inseguro. Utilize plug-ins n\u00e3o confi\u00e1veis por sua pr\u00f3pria conta e risco.
-OperationDescriptionStep_CustomHandled_Head={0} plug-ins utilizam instalador nativo:
-InstallStep_Download_DownloadingPlugins=A descarregar plug-ins...
-InstallStep_Validate_ValidatingPlugins=A validar plug-ins...
-InstallStep_Install_InstallingPlugins=A instalar plug-ins...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Alguns plug-ins n\u00e3o foram instalados para evitar potenciais problemas de instala\u00e7\u00e3o.
-CustomHandleStep_Header_Install_Head=Instalar
-CustomHandleStep_Header_Install_Content=Por favor aguarde at\u00e9 que o instalador complete a instala\u00e7\u00e3o.
-CustomHandleStep_Header_Uninstall_Head=Desinstala\u00e7\u00e3o
-CustomHandleStep_Header_Uninstall_Content=Por favor aguarde at\u00e9 que o instalador conclua a desinstala\u00e7\u00e3o dos plug-ins seleccionados.
-CustomHandleStep_Header_InstallDone_Head=Instala\u00e7\u00e3o finalizada com sucesso
-CustomHandleStep_Header_InstallDone_Content=Clique em Pr\u00f3ximo para continuar com a instala\u00e7\u00e3o dos plug-ins em falta, utilizando o instalador de plug-ins.
-CustomHandleStep_Header_UninstallDone_Head=Desinstala\u00e7\u00e3o finalizada com sucesso
-CustomHandleStep_Header_UninstallDone_Content=Clique em Pr\u00f3ximo para continuar com a desinstala\u00e7\u00e3o dos plug-ins em falta.
-CustomHandleStep_Header_InstallFail_Head=Falha na instala\u00e7\u00e3o.
-CustomHandleStep_Header_InstallFail_Content=Clique em Cancelar para sair do instalador de plug-ins.
-CustomHandleStep_Header_UninstallFail_Head=Falha na instala\u00e7\u00e3o
-CustomHandleStep_Header_UninstallFail_Content=Clique em Cancelar para sair do instalador de plug-ins.
-CustomHandleStep_Install_InstallingPlugins=A instalar plug-ins, utilizando o instalador do pr\u00f3prio plug-in...
-CustomHandleStep_Uninstall_UninstallingPlugins=A desinstalar plug-ins, utilizando o instalador do pr\u00f3prio plug-in...
-CustomHandleStep_Done=Conclu\u00eddo.
-CustomHandleStep_InstallDone_Text=O instalador de plug-ins concluiu com sucesso a instala\u00e7\u00e3o.
-CustomHandleStep_InstallFail_Text=A instala\u00e7\u00e3o de {0} falhou.
-CustomHandleStep_UninstallDone_Text=O instalador de plug-ins concluiu com sucesso a desinstala\u00e7\u00e3o.
-CustomHandleStep_UninstallFail_Text=A desinstala\u00e7\u00e3o de {0} falhou.
-InstallStep_NetworkProblem_Continue=&Tentar novamente
-InstallStep_NetworkProblem_Text=Problemas de rede em {0}
-OperationPanel.cbRunInBackground.text=A executa&r em segundo plano
-InstallSupport_InBackground_NetworkError=N\u00e3o foi poss\u00edvel ligar ao Centro de Actualiza\u00e7\u00f5es.
-InstallSupport_InBackground_NetworkError_Details=detalhes
-LicenseApprovalPanel.cbAccept.text=Eu &aceito os termos no contrato de todas as licen\u00e7as.
-InstallSupport_RestartNeeded=Reinicie a aplica\u00e7\u00e3o para concluir a instala\u00e7\u00e3o.
-UninstallSupport_RestartNeeded=Reinicie a aplica\u00e7\u00e3o para concluir a desactiva\u00e7\u00e3o.
-CustomHandleStep_Install_RestartNeeded=Reinicie a aplica\u00e7\u00e3o para concluir a instala\u00e7\u00e3o.
-CustomHandleStep_Uninstall_RestartNeeded=Reinicie a aplica\u00e7\u00e3o para concluir a desinstala\u00e7\u00e3o.
-
-RestartNeeded_Details=Clique aqui para reiniciar a sua aplica\u00e7\u00e3o agora
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=Assistente do instalador do NetBeans
-PanelBodyContainer_ACD=Assistente do instalador do NetBeans
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/D
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/D
-ValidationWarningPanel_tpPlugins_ACN=Plug-ins n\u00e3o verificados
-ValidationWarningPanel_taWarning_Text_ACD=Aviso: Instalar plug-ins n\u00e3o confi\u00e1veis \u00e9 potencialmente inseguro. Utilize plug-ins n\u00e3o confi\u00e1veis por sua pr\u00f3pria conta e risco.
-ValidationWarningPanel_taWarning_Text_ACN=Aviso
-ValidationWarningPanel_taHead_ACN=N/D
-ValidationWarningPanel_ACD=N/D
-UninstallUnitWizard_Title=Instalador do plug-in
-LazyOperationDescriptionStep_NoUpdates_Title=&lt<h3>A sua aplica\u00e7\u00e3o est\u00e1 atualizada!</h3>
-LazyOperationDescriptionStep_NoUpdates=N\u00e3o h\u00e1 atualiza\u00e7\u00f5es dispon\u00edveis.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<b>Falha na verifica\u00e7\u00e3o de actualiza\u00e7\u00f5es.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Verifique sua lica\u00e7\u00e3o de rede, verifique se suas configura\u00e7\u00f5es de proxy<<br>est\u00e3o correctamente configuradas ou tente novamente mais tarde.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Verificando actualiza\u00e7\u00f5es.</b><br>Por favor aguarde enquanto o instalador verifica as actualiza\u00e7\u00f5es dispon\u00edveis.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=A inicializar a lista de atualiza\u00e7\u00f5es... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Alguns plug-ins requerem que o plug-in {0} seja instalado.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Alguns plug-ins est\u00e3o esperando pela reinicializa\u00e7\u00e3o da aplica\u00e7\u00e3o para resolver os seguintes problemas:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Alguns plug-ins requerem o recurso {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Alguns plug-ins requerem a plataforma Java na vers\u00e3o {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Alguns plug-ins requerem o JDK</h3>Alguns dos plug-ins seleccionados requerem o JDK de modo a poderem funcionar. De momento, o NetBeans IDE parece estar a ser executado com o JRE em vez do JDK.<br><br>Para usar esses plug-ins, inicie o IDE com a op\u00e7\u00e3o de linha de comando <code>--jdkhome</code> definida para a localiza\u00e7\u00e3o de uma instala\u00e7\u00e3o de JDK. Consulte <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> para obter mais informa\u00e7\u00f5es.<br><br>
-OperationDescriptionStep_BrokenModuleDep=O plug-in {0} tamb\u00e9m deveria ser instalado.
-OperationDescriptionStep_BrokenModuleNameDep=O plug-in chamado {0} era necess\u00e1rio e n\u00e3o foi encontrado.
-OperationDescriptionStep_BrokenModuleVersionDep=O plug-in {0} foi solicitado na vers\u00e3o >= {1} mas apenas a {2} foi encontrada.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=O plug-in {0} \u00e9 solicitado na vers\u00e3o >= {1} (disponibilizar vers\u00e3o {2}) mas apenas {3} (de disponibilizar vers\u00e3o diferente de {2}) foi encontrada.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=O plug-in {0} foi solicitado na vers\u00e3o {1}.
-OperationDescriptionStep_BrokenModuleImplDep=O plug-in {0} foi solicitado na vers\u00e3o de implementa\u00e7\u00e3o {1}.
-OperationDescriptionStep_BrokenRequiresDep=Nenhum plug-in que fornece o recurso {0} foi encontrado.
-OperationDescriptionStep_AffectedPluginByBrokenDep=Os plug-ins seguintes s\u00e3o afectados:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=O plug-in seguinte \u00e9 afectado:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=Houve alguns problemas ao armazenar {0}.\nCausa: {1}
-InstallStep_DownloadProblem_SomePlugins=plug-ins seleccionados
-
diff --git a/l10n/src/pt_PT/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_pt_PT.properties
deleted file mode 100644
index 56446ec..0000000
--- a/l10n/src/pt_PT/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Plataforma RCP
-OpenIDE-Module-Name=Plataforma RCP
-OpenIDE-Module-Short-Description=Plataforma RCP NetBeans
-OpenIDE-Module-Long-Description=A Plataforma RCP NetBeans \u00e9 uma framework gen\u00e9rica para aplica\u00e7\u00f5es Swing.  Fornece os servi\u00e7os comuns para praticamente todos as aplica\u00e7\u00f5es de \u00e1rea de trabalho: gestores de janela, menus, configura\u00e7\u00f5es e armazenamento, gest\u00e3o de actualiza\u00e7\u00e3o, acesso a ficheiros, etc.<br><br>Consulte mais informa\u00e7\u00f5es em <a href=
-
diff --git a/l10n/src/pt_PT/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_pt_PT.properties
deleted file mode 100644
index 9b26b55..0000000
--- a/l10n/src/pt_PT/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup em SystemFS
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=A implementa\u00e7\u00e3o por omiss\u00e3o do MimeDataProvider.
-OpenIDE-Module-Long-Description=O MIME Lookup do m\u00f3dulo SystemFS implementa MimeDataProvider que procura objectos na hierarquia de pastas no sistema de ficheiros.
-
-
diff --git a/l10n/src/pt_PT/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_pt_PT.properties
deleted file mode 100644
index 9686bbc..0000000
--- a/l10n/src/pt_PT/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup API
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=O MIME lookup API.
-OpenIDE-Module-Long-Description=O m\u00f3dulo MIME Lookup implementa uma API para procurar por tipo MIME dependente das configura\u00e7\u00f5es, servi\u00e7os e outros objectos. Tamb\u00e9m implementa SPI para implementa\u00e7\u00e3o adicional do tipo MIME referido pelo fornecedor de dados.
-
diff --git a/l10n/src/pt_PT/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_pt_PT.properties
deleted file mode 100644
index 28e1341..0000000
--- a/l10n/src/pt_PT/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Adicionar aos favoritos
-ACT_AddOnFavoritesNode=&Adicionar aos favoritos...
-ACT_Remove=&Remover dos favoritos
-ACT_View=Favor&itos
-ACT_Select=Favoritos
-ACT_Select_Main_Menu=Seleccionar em F&avoritos
-
-Favorites=Favoritos
-Templates/Other=Outro
-Templates/Properties=Propriedades de configura\u00e7\u00f5es do utilizador
-Templates/Other/Folder=Pasta
-Templates/Other/file=Ficheiro vazio
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=\u00c1rvore do explorador
-ACSD_ExplorerBeanTree=N/D
-
-# JFileChooser
-CTL_DialogTitle=Adicionar aos favoritos
-CTL_ApproveButtonText=Adicionar
-ERR_FileDoesNotExist={0} n\u00e3o existe.
-ERR_FileDoesNotExistDlgTitle=Adicionar aos favoritos
-
-MSG_NodeNotFound=O n\u00f3 do documento n\u00e3o pode ser encontrado na aba Favoritos.
-
-# Manifest localization
-OpenIDE-Module-Name=Favoritos
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Suporte para organizar ficheiros favoritos.
-OpenIDE-Module-Long-Description=O m\u00f3dulo favoritos permite-lhe criar uma vis\u00e3o dos ficheiros especificamente relevantes para seu trabalho, simplesmente acedendo-os a partir de um \u00fanico lugar.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Modelos
-Templates.Options.Export.displayName=Todos os modelos
-Favorites.Options.Export.displayName=Favoritos
-
diff --git a/l10n/src/pt_PT/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_pt_PT.properties
deleted file mode 100644
index 0d4edce..0000000
--- a/l10n/src/pt_PT/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Fechar
-BTN_TemplatesPanel_OpenInEditorButton=Abrir no edit&or
-LBL_TemplatesAction_Name=&Modelos
-HINT_TemplatesAction=Personalizar modelos
-LBL_TemplatesPanel_Title=Gestor de modelos
-BTN_TemplatesPanel_Delete=&Eliminar
-LBL_TemplatesPanel_TemplatesLabel=&Modelos\:
-BTN_TemplatesPanel_Add=&Adicionar...
-BTN_TemplatesPanel_RenameButton=&Renomear
-BTN_TemplatesPanel_DuplicateButton=&Duplicar
-BTN_TemplatesPanel_NewFolder=&Nova pasta
-BTN_TemplatesPanel_MoveUp=Mover para &cima
-BTN_TemplatesPanel_MoveDown=Mover para bai&xo
-LBL_TemplatesPanel_JFileChooser_Title=Adicionar modelo existente
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Adicionar
-TXT_TemplatesPanel_NewFolderName=Nova pasta
-MSG_TemplatesPanel_Nonexistent_File=O ficheiro ''{0}''\nn\u00e3o existe, especifique um ficheiro existente.
-
-TemplatesPanel_TemplateNode_DisplayName=Nome de visualiza\u00e7\u00e3o
-TemplatesPanel_TemplateNode_DisplayName_Desc=Visualizar o nome deste modelo. Mostrado no assistente Ficheiro|Novo, assim como em Ferramentas|Modelos.
-TemplatesPanel_TemplateNode_FileName=Nome de ficheiro
-TemplatesPanel_TemplateNode_FileName_Desc=Nome do ficheiro representado por este modelo.
-TemplatesPanel_TemplateNode_ScriptEngine=Mecanismo de script
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Mecanismo de script usado para processar este modelo.
-TemplatesPanel_TemplateNode_TemplateCategories=Categorias de modelos
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=Uma lista das categorias de modelos apropriadas para este modelo.
-
-ACD_TemplatesPanel_Add=Adicionar modelo
-
-ACD_TemplatesPanel_New=Novo modelo
-
-ACD_TemplatesPanel_Duplicate=Duplicar modelo seleccionado
-
-ACD_TemplatesPanel_Rename=Renomear modelo
-
-ACD_TemplatesPanel_MoveUp=Mover o modelo seleccionado para cima
-
-ACD_TemplatesPanel_MoveDown=Mover o modelo seleccionado para baixo
-
-ACD_TemplatesPanel_Delete=Eliminar modelo
-
-TT_TemplatesPanel_Add=Adicionar modelo
-
diff --git a/l10n/src/pt_PT/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_pt_PT.properties
deleted file mode 100644
index d079e1f..0000000
--- a/l10n/src/pt_PT/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=N\u00e3o foi poss\u00edvel ligar \u00e0 URL {0}; o recurso n\u00e3o foi encontrado.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Aviso: o t\u00f3pico com o ID {0} do JavaHelp n\u00e3o foi encontrado.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Carregando conjuntos de ajuda...
-ACSD_JavaHelp_viewer=Exibe uma ou mais refer\u00eancias \u00e0 ajuda no formato JavaHelp
-ACSD_Loading_Dialog=Carregando conjuntos de ajuda
-
-# HelpAction
-LBL_HelpAction=Ajuda
-CTL_OpeningHelp=A abrir ajuda...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=Monitor HTTP
-
-# a11y - BrowserDisplayer
-ACSD_Label=Clique aqui para abrir este link num navegador web.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Monstrando o ID de ajuda: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Monstrando o ID de ajuda: {0}
-
-QuickSearch/Help=Ajuda
-Err_CreateJavaHelpSearchEngine=Falha ao criar mecanismo de pesquisa do JavaHelp.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copiar localiza\u00e7\u00e3o do v\u00ednculo
-
diff --git a/l10n/src/pt_PT/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_pt_PT.properties
deleted file mode 100644
index c814b62..0000000
--- a/l10n/src/pt_PT/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Integra\u00e7\u00e3o com o JavaHelp
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Permite que conjuntos de ajuda JavaHelp sejam adicionados ao IDE.
-OpenIDE-Module-Long-Description=Cont\u00e9m a biblioteca actual de execu\u00e7\u00e3o do JavaHelp, e a implementa\u00e7\u00e3o de uma parte da API de m\u00f3dulos que permite a outros m\u00f3dulos instalarem conjuntos de ajuda usando a tecnologia JavaHelp.
-
-Menu/Help/master-help.xml=&Conte\u00fado da ajuda
-Menu/Help/HelpShortcuts=Con&juntos de ajuda
-Actions/Help/master-help.xml=&Conte\u00fado da ajuda
-
diff --git a/l10n/src/pt_PT/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_pt_PT.properties
deleted file mode 100644
index 52d7882..0000000
--- a/l10n/src/pt_PT/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=N\u00e3o \u00e9 poss\u00edvel criar o ficheiro {0} na pasta {1}.
-EXC_CannotCreateExistingData=N\u00e3o \u00e9 poss\u00edvel criar o ficheiro {0} na pasta {1}. Este ficheiro j\u00e1 existe.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=N\u00e3o \u00e9 possivel criar a pasta {0} na pasta {1}.
-EXC_CannotCreateExistingFolder=N\u00e3o \u00e9 possivel criar a pasta {0} na pasta {1}. Esta pasta j\u00e1 existe.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=N\u00e3o \u00e9 poss\u00edvel eliminar o ficheiro {0} em {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=N\u00e3o \u00e9 poss\u00edvel renomear o ficheiro {0} em {1} para {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Bloqueio inv\u00e1lido [{0}] para o ficheiro {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=N\u00e3o \u00e9 poss\u00edvel renomear a raiz do sistema de ficheiros {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=N\u00e3o \u00e9 poss\u00edvel eliminar a raiz do sistema de ficheiros {0}.
-
-EXC_CannotLockRoot=A raiz n\u00e3o pode ser bloqueada.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=N\u00e3o \u00e9 poss\u00edvel obter acesso exclusivo para {0} (provavelmente aberto para leitura).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=N\u00e3o \u00e9 poss\u00edvel obter acesso partilhado para {0} (provavelmente aberto para escrita).
-
diff --git a/l10n/src/pt_PT/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_pt_PT.properties
deleted file mode 100644
index 897391f..0000000
--- a/l10n/src/pt_PT/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=O ficheiro {0} j\u00e1 est\u00e1 bloqueado.
-EXC_FileLockAlreadyExists=O ficheiro {0} j\u00e1 est\u00e1 bloqueado (bloqueio {1} existe).
-# {0} - full path
-FileObj.readOnlyFile=O ficheiro {0} n\u00e3o pode ser escrito porque ele \u00e9 somente leitura.
-
diff --git a/l10n/src/pt_PT/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_pt_PT.properties
deleted file mode 100644
index b997060..0000000
--- a/l10n/src/pt_PT/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Sistema de ficheiros principal
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Une m\u00faltiplas fontes de sistemas de ficheiros numa simples \u00e1rvore l\u00f3gica.
-OpenIDE-Module-Long-Description=Cria montagens para ra\u00edzes do disco e ent\u00e3o divide em outros sistemas de ficheiros como se fossem montagens VCS, fornecendo um simples sistema de ficheiros empacotador para todas elas.
-
-LBL_loaderName=FolderLoader para MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=N\u00e3o \u00e9 poss\u00edvel renomear a raiz do sistema de ficheiros {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=N\u00e3o \u00e9 poss\u00edvel copiar a ra\u00eds do sistema de ficheiros{0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=N\u00e3o \u00e9 poss\u00edvel mover a ra\u00edz do sistema de ficheiros {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=N\u00e3o \u00e9 poss\u00edvel eliminar a raiz do sistema de ficheiros {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=N\u00e3o \u00e9 poss\u00edvel renomear o ficheiro {0} em {1} para {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=O sistema de ficheiros {0} \u00e9 somente leitura.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=O sistema de ficheiros {1} n\u00e3o pode ser montado na raiz {0}, porque o sistema de ficheiros {2} j\u00e1 est\u00e1 montado.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=O sistema de ficheiros {1} n\u00e3o pode ser montado na raiz {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=O sistema de ficheiros {0} n\u00e3o p\u00f4de ser desmontado. 
-
diff --git a/l10n/src/pt_PT/platform/options-api/options-api/org/netbeans/modules/options/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/options-api/options-api/org/netbeans/modules/options/Bundle_pt_PT.properties
deleted file mode 100644
index 62d7960..0000000
--- a/l10n/src/pt_PT/platform/options-api/options-api/org/netbeans/modules/options/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,77 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=SPI e caixa de di\u00e1logo de op\u00e7\u00f5es
-OpenIDE-Module-Display-Category=Ferramentas
-OpenIDE-Module-Short-Description=Fornece a caixa de di\u00e1logo de op\u00e7\u00f5es e uma SPI para lhe adicionar pain\u00e9is.
-OpenIDE-Module-Long-Description=Fornece a caixa de di\u00e1logo Ferramentas | Op\u00e7\u00f5es. A SPI permite a voc\u00ea adicionar novos pain\u00e9is completos, ou sec\u00e7\u00f5es para o painel de Diversos.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Op\u00e7\u00f5es
-CTL_Options_Dialog_Title=Op\u00e7\u00f5es
-CTL_OK=OK
-CTL_Classic=Op\u00e7\u00f5es avan\u00e7adas
-CTL_Classic_Title=Op\u00e7\u00f5es avan\u00e7adas
-CTL_Modern=Op\u00e7\u00f5es &b\u00e1sicas
-CTL_Loading_Options=Carregando configura\u00e7\u00f5es ...
-CTL_Error_Loading_Options=Falhou ao carregar op\u00e7\u00f5es.
-CTL_Some_values_changed=Existem algumas modifica\u00e7\u00f5es. Voc\u00ea deseja aplic\u00e1-las?
-
-CTL_General_Options=&Geral
-CTL_General_Options_Title=Geral
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=Fontes & cores
-CTL_Font_And_Color_Options_Title=Fontes & cores
-CTL_Keymap_Options=&Mapa de teclado
-CTL_Keymap_Options_Title=Mapa de teclado
-
-CTL_Export=Expor&tar
-CTL_Import=&Importar
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= Invoca a caixa de di\u00e1logo Op\u00e7\u00f5es Avan\u00e7adas
-ACS_OptionsPanel=Caixa de di\u00e1logo de Op\u00e7\u00f5es
-ACS_Export=Op\u00e7\u00f5es de exporta\u00e7\u00e3o
-ACS_Import=Op\u00e7\u00f5es de importa\u00e7\u00e3o
-TabbedController.pane.AD=Painel de Op\u00e7\u00f5es
-
-QuickSearch/GoToOption=Op\u00e7\u00f5es
-
diff --git a/l10n/src/pt_PT/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_pt_PT.properties
deleted file mode 100644
index d7c0db3..0000000
--- a/l10n/src/pt_PT/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Diversos
-CTL_Advanced_Options_Title=Miscel\u00e2nea
-CTL_Advanced_Options_Description=Miscel\u00e2nea
-AdvancedPanel.tabbedPanel.AD=Painel com diversos separador 
-Advanced.Export.Category=Diversos
-
diff --git a/l10n/src/pt_PT/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_pt_PT.properties
deleted file mode 100644
index b727570..0000000
--- a/l10n/src/pt_PT/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Definir aqui
-LBL_action_revert=Reverter def.
-LBL_action_delete=Eliminar
-
-MSG_ask_remove_above_defined_files=Mover a defini\u00e7\u00e3o aqui ir\u00e1 remover quaisquer valores armazenados nas camadas \u00e0 esquerda da coluna seleccionada.\n\nDeseja continuar?
-
-#file state tooltips
-LBL_fstate_defined=Defini\u00e7\u00e3o de configura\u00e7\u00f5es
-LBL_fstate_ignored=Valor de configura\u00e7\u00e3o n\u00e3o utilizado
-LBL_fstate_inherited=Configura\u00e7\u00e3o herdada
-LBL_fstate_undefined=O valor de configura\u00e7\u00e3o n\u00e3o est\u00e1 definido aqui
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=Utilizador
-LBL_FSP_Desc_Session-Layer=N\u00edvel de configura\u00e7\u00f5es da sess\u00e3o
-LBL_FSP_Modules-Layer=Por omiss\u00e3o
-LBL_FSP_Desc_Modules-Layer=N\u00edvel de configura\u00e7\u00e3o da instala\u00e7\u00e3o por omiss\u00e3o
-
-#OptionsAction
-Options=&Op\u00e7\u00f5es
-CTL_close_button=&Fechar
-ACSD_close_button=N/D
-ACSN_optionsTree=N/D
-ACSD_optionsTree=N/D
-LBL_computing=A inicializar configura\u00e7\u00f5es...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Mostrar n\u00edveis (pressione +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Ocultar n\u00edveis (pressione +)
-CTL_Templates_name=Modelos
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorador
-ACSN_ExplorerBeanTree=\u00c1rvore do Explorador
-ACSD_ExplorerBeanTree=N/D
-
diff --git a/l10n/src/pt_PT/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_pt_PT.properties
deleted file mode 100644
index bfaed5e..0000000
--- a/l10n/src/pt_PT/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Seleccionar as op\u00e7\u00f5es para exporta\u00e7\u00e3o:
-OptionsChooserPanel.outline.all=Todos
-OptionsChooserPanel.outline.header.tree=Op\u00e7\u00f5es dispon\u00edveis
-OptionsChooserPanel.outline.AN=Op\u00e7\u00f5es dispon\u00edveis
-OptionsChooserPanel.outline.AD=\u00c1rvore de op\u00e7\u00f5es dispon\u00edveis
-OptionsChooserPanel.lblFile.text=&Ficheiro zip de destino:
-OptionsChooserPanel.btnBrowse=P&rocurar...
-OptionsChooserPanel.btnBrowse.AN=Procurar
-OptionsChooserPanel.btnBrowse.AD=Procurar
-OptionsChooserPanel.txtFile.AD=Origem ou destino para importar/exportar.
-OptionsChooserPanel.loading=A carregar...
-OptionsChooserPanel.file.warning=Seleccione um ficheiro zip de destino v\u00e1lido
-OptionsChooserPanel.nooption.warning=Seleccione algo para ser exportado
-OptionsChooserPanel.file.chooser.title=Selecionar o ficheiro zip de destino
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=Seleccionar as op\u00e7\u00f5es para exporta\u00e7\u00e3o
-OptionsChooserPanel.export.status.text=Conclu\u00edda a exporta\u00e7\u00e3o das op\u00e7\u00f5es
-OptionsChooserPanel.import.title=Seleccionar as op\u00e7\u00f5es para importa\u00e7\u00e3o
-OptionsChooserPanel.import.lblFile.text=Origem da &importa\u00e7\u00e3o:
-OptionsChooserPanel.import.lblHint.text=&Seleccionar as op\u00e7\u00f5es para importa\u00e7\u00e3o:
-OptionsChooserPanel.import.file.warning=Seleccione um ficheiro zip ou uma directoria do utilizador valida
-OptionsChooserPanel.import.nooption.warning=Seleccione algo para ser importado
-OptionsChooserPanel.import.file.chooser.title=Seleccione um ficheiro zip ou uma directoria do utilizador
-OptionsChooserPanel.import.invalid.userdir.title=Directoria do utilizador inv\u00e1lida?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=A pasta {0} n\u00e3o parece ser uma directoria de utilizador v\u00e1lida. Tem certeza que deseja importar op\u00e7\u00f5es a partir desta localiza\u00e7\u00e3o?
-OptionsChooserPanel.AD=Painel para escolher as op\u00e7\u00f5es para exportar/importar
-OptionsChooserPanel.import.error=Erro ao importar as op\u00e7\u00f5es. Executar IDE com par\u00e2metro -J-Dorg.netbeans.modules.options.export.level=100 e consulte o registo IDE para obter detalhes.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Ficheiro zip inv\u00e1lido: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Falha de escrita para o ficheiro {0}.
-ImportConfirmationPanel.title=Confirma\u00e7\u00e3o da importa\u00e7\u00e3o
-ImportConfirmationPanel.cbRestart.text=&Reiniciar o IDE agora (sem reiniciar as configura\u00e7\u00f5es importadas podem n\u00e3o funcionar)
-ImportConfirmationPanel.cbRestart.AD=Decidir reinicializar o IDE agora ou mais tarde
-ImportConfirmationPanel.cbRestart.AN=Reinicializar o IDE agora?
-ImportConfirmationPanel.lblMessage.text=A importa\u00e7\u00e3o pode implicar a escrita por cima das suas defini\u00e7\u00f5es actuais sem possibilidade de recupera\u00e7\u00e3o. Execute primeiro a exporta\u00e7\u00e3o para efectuar o backup das op\u00e7\u00f5es actuais. Deseja continuar?
-ImportConfirmationPanel.lblMessage.AD=Mensagem de confirma\u00e7\u00e3o
-ImportConfirmationPanel.AN=Confirma\u00e7\u00e3o da importa\u00e7\u00e3o
-ImportConfirmationPanel.AD=Confirma\u00e7\u00e3o da importa\u00e7\u00e3o
-ExportConfirmationPanel.title=Aviso de senhas armazenadas
-ExportConfirmationPanel.lblMessage.text=As configura\u00e7\u00f5es exportadas podem conter senhas armazenadas. A partilha das suas configura\u00e7\u00f5es com outros utilizadores representa um risco potencial de seguran\u00e7a. Deseja continuar?
-ExportConfirmationPanel.cbSkip.text=&Ignorar esta advert\u00eancia na pr\u00f3xima vez
-ExportConfirmationPanel.cbSkip.AN=Ignorar esta advert\u00eancia na pr\u00f3xima vez?
-ExportConfirmationPanel.cbSkip.AD=Decidir se ignora ou mostra esta advert\u00eancia na pr\u00f3xima vez
-ExportConfirmationPanel.lblMessage.AD=Mensagem de confirma\u00e7\u00e3o
-ExportConfirmationPanel.AN=Aviso de senhas armazenadas
-ExportConfirmationPanel.AD=Aviso de senhas armazenadas
-
diff --git a/l10n/src/pt_PT/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_pt_PT.properties
deleted file mode 100644
index 89c4d76..0000000
--- a/l10n/src/pt_PT/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,187 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Op\u00e7\u00f5es do mapa de teclado
-
-CTL_Keymap_Options=&Mapa de teclado
-CTL_Keymap_Options_Title=Mapa de teclado
-CTL_Keymap_Options_Description=Mapa de teclado
-
-CTL_Duplicate=&Gerir perfies...
-AN_Duplicate=Duplicar
-AD_Duplicate=Duplicar
-CTL_Delete=Elimi&nar
-AN_Delete=Eliminar
-AD_Delete=Eliminar
-CTL_Restore=&Restaurar
-AN_Restore=Restaurar
-AD_Restore=Restaurar
-CTL_Show_Actions=Ac\u00e7\u00f5&es
-AN_Show_Actions=Ac\u00e7\u00f5es
-AD_Show_Actions=Ac\u00e7\u00f5es
-CTL_Show_Shortcuts=&Atalhos
-AN_Show_Shortcuts=Atalhos
-AD_Show_Shortcuts=Atalhos
-CTL_Add_Shortcut=A&dicionar
-AN_Add_Shortcut=Adicionar
-AD_Add_Shortcut=Adicionar
-CTL_Remove_Shortcut=Remo&ver
-AN_Remove_Shortcut=Remover
-AD_Remove_Shortcut=Remover
-CTL_Actions=Ac\u00e7\u00f5&es
-AN_Actions=Ac\u00e7\u00f5es
-AD_Actions=Ac\u00e7\u00f5es
-CTL_Shortcuts=&Atalhos
-AN_Shortcuts=Atalhos
-AD_Shortcuts=Atalhos
-AN_Profiles=Perfies
-AD_Profiles=Perfies
-Show_Actions=Ac\u00e7\u00f5&es
-Show_Shortcuts=&Atalhos
-Keymaps=&Mapas de teclado
-CTL_Keymap_Name=&Perfil
-View_By=&Ver por
-Shortcut=&Atalho
-Add_Shortcut_Dialog=Adicionar atalho
-CTL_Create_New_Profile_Message=&Nome do perfil:
-CTL_Create_New_Profile_Title=Caixa de di\u00e1logo para criar novo perfil
-Shortcut_Conflict=<html>Atalho j\u00e1 atribu\u00eddo \u00e0 ac\u00e7\u00e3o {0}. Se continuar, o atalho ser\u00e1 redefinido.
-CTL_Clear=&Limpar
-AN_Clear=Bot\u00e3o para limpar atalho
-AD_Clear=Limpar campo de atalho
-CTL_Tab=&Aba
-AN_Tab=Bot\u00e3o inserir car\u00e1cter de tabula\u00e7\u00e3o
-AD_Tab=Inserir car\u00e1cter de tabula\u00e7\u00e3o
-CTL_Duplicate_Profile_Name=J\u00e1 existe um perfil com este nome.\n Favor escolher um nome diferente.
-
-CTL_Export_IDE_Actions_Action=Exportar ac\u00e7\u00f5es do IDE para XML
-CTL_Export_IDE_Shortcuts_Action=Exportar atalhos do IDE para XML
-CTL_Export_Editor_Shortcuts_Action=Exportar atalhos do editor para XML
-CTL_Export_Shortcuts_to_HTML_Action=Exportar atalhos para HTML
-
-CTL_Other=Outro
-AN_Shortcut=Campo de atalho
-AD_Shortcut=Campo de atalho
-AN_ShortcutsDialog=Indicar novo atalho
-AD_ShortcutsDialog=Indicar novo atalho
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Trocar perfil de mapa de teclas de {1} para {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Pesquisa r\u00e1pida: a chamar a ac\u00e7\u00e3o {1}, classe {0}
-
-QuickSearch/Actions=Ac\u00e7\u00f5es
-MSG_ActionFailure=A ac\u00e7\u00e3o {0} n\u00e3o pode ser invocada por meio da Pesquisa r\u00e1pida...
-
-# Quicksearch options
-KW_KeymapOptions=Op\u00e7\u00f5es do mapa de teclas, Atalhos de teclado, vincula\u00e7\u00f5es de tecla
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Pesquisar:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Campo utilizado para reduzir a lista de atalhos
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Pesquisar em &atalhos:
-
-# Conflict dialogs
-Override_Shortcut=<html>A(s) seguinte(s) ac\u00e7\u00e3o(\u00f5es): <br>{0} est\u00e1 em conflito com esta atribui\u00e7\u00e3o. Deseja sobrepor?
-Conflicting_Shortcut_Dialog=Caixa de di\u00e1logo Atalho em conflito
-Override_All=<html>A(s) seguinte(s) ac\u00e7\u00e3o(\u00f5es): <br>{0} entra(m) em conflito com esta restaura\u00e7\u00e3o. Deseja sobrepor todos?
-Alternative_Shortcut=(atalho alternativo)
-
-#Table columns
-Actions=Ac\u00e7\u00f5es
-Shortcut=Atalho
-Category=Categoria
-Scope=\u00c2mbito
-
-#Keymap Popup
-Edit=Editar...
-Add_Alternative=Adicionar alternativa
-Reset_to_Default=Repor valores por omiss\u00e3o
-Clear=Limpar
-
-#Keymap completion
-No_Free_Shortcut=Nenhum atalho livre recomendado com o prefixo "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicar
-ProfilesPanel.exportButton.text=&Exportar
-ProfilesPanel.deleteButton.text=El&iminar
-ProfilesPanel.importButton.text=&Importar
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Painel de deslocamento de perfis
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Painel de deslocamento para perfis
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=Lista de perfis de mapa de teclas
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ListaDePerfis
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Importa o perfil de um ficheiro externo
-ProfilesPanel.AccessibleContext.accessibleDescription=Painel Perfis
-ProfilesPanel.restoreButton.text=&Restaurar defini\u00e7\u00f5es por omiss\u00e3o
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restaurar defini\u00e7\u00f5es guardadas por omiss\u00e3o 
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplicar perfil existente
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exportar perfil actual
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Elimina o perfil personalizado seleccionado
-ProfilesPanel.AccessibleContext.accessibleName=PainelPerfis
-CTL_Manage_Keymap_Profiles=Gerir perfis de mapa de teclas
-CTL_Files=Ficheiros
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Mapa de teclas
-Keymaps.Options.Export.Profiles.displayName=Perfis de mapa de teclas
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/pt_PT/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_pt_PT.properties
deleted file mode 100644
index 1afbe5b..0000000
--- a/l10n/src/pt_PT/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Integra\u00e7\u00e3o de extens\u00f5es Swing Layout
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Lotes de biblioteca swing-layout.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo integra a biblioteca de extens\u00f5es Swing Layout (de swing-layout.dev.java.net).
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_pt_PT.properties
deleted file mode 100644
index 0afecd3..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Anota\u00e7\u00f5es comuns
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_pt_PT.properties
deleted file mode 100644
index dd60f9a..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=Cancelar processo
-CTL_ProcessListAction=&Processos
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_pt_PT.properties
deleted file mode 100644
index 5606a0d..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de progresso
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=APIs de visualiza\u00e7\u00e3o do progresso de tarefa.
-OpenIDE-Module-Long-Description=Permite aos m\u00f3dulos registar tarefas ou processos de longa dura\u00e7\u00e3o num lugar central.
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_pt_PT.properties
deleted file mode 100644
index 672d52a..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Componente da cena
-ACS_SceneComponentDesc=Visualiza\u00e7\u00e3o da cena
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_pt_PT.properties
deleted file mode 100644
index cfa5276..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API da biblioteca visual
-OpenIDE-Module-Short-Description=API da biblioteca visual
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_pt_PT.properties
deleted file mode 100644
index 7934faa..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=Parece que uma inst\u00e2ncia do programa est\u00e1 em execu\u00e7\u00e3o na sua directoria.\nUma sess\u00e3o anterior n\u00e3o foi finalizada correctamente ou outra inst\u00e2ncia\n est\u00e1 em execu\u00e7\u00e3o num computador diferente usando a sua directoria.\n\nSe outra sess\u00e3o do programa estiver a ser executada na mesma directoria de utilizador, por favor, clique em cancelar para prevenir a corrup\u00e7\u00e3o da sua diretoria. Se tiver certeza que nenhuma outra inst\u00e2ncia est\u00e1 em execu\u00e7\u00e3o no seu direct\u00f3rio de utilizador, clique em Ok para continuar.
-MSG_AlreadyRunningTitle=Aviso
-
-EXC_not_a_module={0} n\u00e3o \u00e9 um m\u00f3dulo v\u00e1lido do NetBeans.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Bootstrap
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=O n\u00facleo de bootstrap das aplica\u00e7\u00f5es baseadas no NetBeans.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo fornece a infraestrutura inicial que carrega todas as outras partes da aplica\u00e7\u00e3o. N\u00e3o pode ser desactivado.
-
-MSG_InstallJava5=N\u00e3o \u00e9 poss\u00edvel ser executado em vers\u00f5es anteriores ao Java 5 Standard Edition. Por favor, instale o Java 5 Standard Edition ou superior ou utilize --jdkhome para modificar a directoria de instala\u00e7\u00e3o do JDK.
-
-MSG_NeedsJava5=O Java 5 Standard Edition ou superior \u00e9 obrigat\u00f3rio.
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_pt_PT.properties
deleted file mode 100644
index 1a75338..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Sa\u00edda {0}
-CTL_ProgramIO={0} - E/S
-
-# Install
-LAB_EndTasks=&Sair do IDE
-ACSD_EndTasks=N/D
-CTL_PendingTitle=Sair do IDE
-ACSD_PendingTitle=N/D
-LAB_PendingTasks=Sai&r do IDE ir\u00e1 terminar os seguintes processos:
-ACSD_PendingTasks=N/D
-# {0} - process name
-CTL_PendingExternalProcess2=Processo - {0}
-# {0} - action name
-CTL_ActionInProgress=Ac\u00e7\u00e3o {0} em progresso
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_pt_PT.properties
deleted file mode 100644
index d51ca78..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Remover
-CTL_MoveUp=Mover para &cima
-CTL_MoveDown=Mover para bai&xo
-CTL_AddDirectory=Ad&icionar diretoria...
-CTL_AddJAR=Adicionar &JAR/ZIP...
-CTL_JarArchivesMask=Ficheiros JAR e ZIP
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/D
-ACSD_MoveUp=N/D
-ACSD_MoveDown=N/D
-ACSD_AddDirectory=N/D
-ACSD_AddJAR=N/D
-ACSD_PathList=N/D
-ACSD_CustomNbClassPathEditor=N/D
-CTL_Edit_Jar_Dialog_Title=Editar ficheiro JAR
-CTL_Edit_Local_Dialog_Title=Editar directoria local
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=Adicionar ficheiro JAR
-CTL_FileSystemPanel.Local_Dialog_Title=Adicionar diretoria local
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Processar\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Argumentos\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Discuss\u00e3o & Dicas
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Procurar...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/D
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/D
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/D
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/D
-ACSD_CustomNbProcessDescriptorEditor=N/D
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Entradas do caminho
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=Lista de entradas do caminho a serem editadas.
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_pt_PT.properties
deleted file mode 100644
index 562ff77..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=N\u00facleo - Execu\u00e7\u00e3o
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Implementa\u00e7\u00e3o do mecanismo de execu\u00e7\u00e3o.
-OpenIDE-Module-Long-Description=Adicionar suporte para execu\u00e7\u00e3o dentro da plataforma. Cont\u00e9m classes que implementam a parte de execu\u00e7\u00e3o das APIs e a GUI correspondente.
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_pt_PT.properties
deleted file mode 100644
index eebe2fc..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=IU de E/S
-
-#IOWindowAction
-IOWindow=&Sa\u00edda
-
-#Title for I/O window
-LBL_IO_WINDOW=Sa\u00edda
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Fechar aba
-LBL_CloseAll=Fechar todas os separadores
-LBL_CloseOthers=Fechar outros separadores
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Sa\u00edda
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_pt_PT.properties
deleted file mode 100644
index ac7e4d6..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editores
-EditorsAction.source=&C\u00f3digo-fonte
-GetLeftEditorAction.name=Editores - avan\u00e7ar \u00e0 esquerda
-
-GetRightEditorAction.name=Editores - avan\u00e7ar \u00e0 direita
-
-TabButton.tool_tip={0} Visualizar
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_pt_PT.properties
deleted file mode 100644
index 69a255b..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Janelas de m\u00faltiplas vis\u00f5es
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Framework e APIs para janela de m\u00faltiplas vis\u00f5es
-OpenIDE-Module-Long-Description=Framework e APIs para janela de m\u00faltiplas vis\u00f5es
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_pt_PT.properties
deleted file mode 100644
index d80a380..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Acesso nativo
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Usa vincula\u00e7\u00f5es nativas atrav\u00e9s da biblioteca JNA para fornecer efeitos especiais avan\u00e7ados para o sistema de janelas.
-OpenIDE-Module-Long-Description=Usa vincula\u00e7\u00f5es nativas atrav\u00e9s da biblioteca JNA para fornecer efeitos especiais avan\u00e7ados para o sistema de janelas.
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_pt_PT.properties
deleted file mode 100644
index af333a0..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transpar\u00eancia
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_pt_PT.properties
deleted file mode 100644
index c28d9d9..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,151 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Janela de sa\u00edda
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Um implementa\u00e7\u00e3o simples de janela de sa\u00edda baseada numa \u00e1rea de texto
-OpenIDE-Module-Long-Description=Janela de sa\u00edda baseada em java.swing.text.Document sobre um ByteBuffer/CharBuffer
-
-#Title for the output window
-LBL_OUTPUT=Sa\u00edda
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=N\u00e3o foi poss\u00edvel escrever na directoria tempor\u00e1ria do sistema ({0})
-MSG_GenericError=Problema a ser registado no ficheiro de sa\u00edda
-
-LBL_STDOUT=Sa\u00edda padr\u00e3o
-FMT_FILE_EXISTS={0} j\u00e1 existe.  Sobreescrever?
-TITLE_SAVE_DLG=Guardar sa\u00edda como
-
-LBL_SaveAsFailedTitle=Guardar como falhado
-MSG_SaveAsFailed=A escrita para o ficheiro {0} falhou.
-
-MSG_SearchFromBeg=Fim da sa\u00edda atingido. Continuando pesquisa do in\u00edcio.
-MSG_SearchFromEnd=In\u00edcio da sa\u00edda atingido. Continuar a pesquisa a partir do fim.
-MSG_Found=''{0}'' encontrado em {1}:{2}
-MSG_NotFound=''{0}'' n\u00e3o encontrado
-
-#OutputWindowAction
-OutputWindow=&Sa\u00edda
-
-#Find Dialog
-LBL_Find_Title=Localizar
-LBL_Find_What=Localizar:
-LBL_Use_RegExp=&Express\u00e3o regular
-LBL_Match_Case=Coincidir &mai\u00fasculas e min\u00fasculas
-BTN_Find=&Localizar
-ACSN_Find=N/D
-ACSD_Find=Localizar
-ACSD_FindBTN=N/D
-ACSD_Find_What=N/A
-
-LBL_Filter_Title=Filtro
-LBL_Filter_What=Manter as linhas que cont\u00eam:
-BTN_Filter=&Filtro
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=Seletor de fonte
-BTN_Defaul_Font=Fonte por omiss\u00e3o
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=Sobrescrever ficheiro?
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=Express\u00e3o regular inv\u00e1lida
-FMT_Invalid_RegExp=Erro de sintaxe em {0}
-
-#Output window popup menu
-ACTION_COPY=Copiar
-ACTION_PASTE=Colar
-ACTION_WRAP=Moldar texto
-ACTION_SAVEAS=Guardar como...
-ACTION_CLOSE=Fechar
-ACTION_CLEAR=Limpar
-ACTION_PREV_ERROR=Erro anterior
-ACTION_NEXT_ERROR=Pr\u00f3ximo erro
-ACTION_SELECT_ALL=Seleccionar todos
-ACTION_FIND=Localizar...
-ACTION_FIND_NEXT=Localizar pr\u00f3ximo
-ACTION_FIND_PREVIOUS=Localizar anterior
-ACTION_LARGER_FONT=Fonte maior
-ACTION_SMALLER_FONT=Fonte menor
-ACTION_FONT_TYPE=Escolher fonte...
-ACTION_FILTER=Filtro...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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=Sem espa\u00e7o no disco {0} para ficheiros de sa\u00edda tempor\u00e1rios.  Liberte mais espa\u00e7o no disco, altere a directoria tempor\u00e1ria do sistema ou execute com -J-Dnb.output.heap=true
-
-MSG_LINE_TOO_LONG=...linha muito longa, alterne para o modo empacotado para ver a linha inteira...
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_pt_PT.properties
deleted file mode 100644
index f1c4dd6..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Entrada
-LBL_EOF=&Fechar entrada
-TIP_EOF=Fecha o componente de entrada e envia marcador de fim de arquivo (EOF) para quaisquer leitores
-TIP_INPUT=Introduza o texto e pressione ENTER para envi\u00e1-lo para o processo em execu\u00e7\u00e3o
-
-#Output window tab popup
-LBL_Close=Fechar aba
-LBL_CloseAll=Fechar todos os separadores
-LBL_CloseOthers=Fechar outros separadores
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_pt_PT.properties
deleted file mode 100644
index e0580eb..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,228 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Inicializa\u00e7\u00e3o
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Carrega e habilita m\u00f3dulos.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo fornece a funcionalidade adicional central para o Bootstrap para localizar e habilitar os m\u00f3dulos correctos.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.8 RC1 (Build {0})
-
-# TopManager properties
-ERR_no_user_directory=netbeans.user n\u00e3o est\u00e1 definido.\nPor favor, verifique a sua script de inicializa\u00e7\u00e3o do NetBeans.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Sua diretoria de utilizador ({0}) n\u00e3o pode residir dentro da diretoria de instala\u00e7\u00e3o do NetBeans ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=A inicializar a Plataforma NetBeans
-# The Title of the About Box
-CTL_About_Title=Sobre
-CTL_About_Detail=Detalhe
-ACSD_AboutDialog=N/D
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/A
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=O nome da classe UI era esperado, utilizando UI por omiss\u00e3o...
-ERR_UserDirExpected=Era esperado uma diretoria ap\u00f3s a chave --userdir
-ERR_UINotFound=Classe UI n\u00e3o encontrada, utilizando UI por omiss\u00e3o...
-ERR_FontSizeExpected=Era esperado o tamanho da fonte, utilizando tamanho por omiss\u00e3o de fonte...
-ERR_BadFontSize=Tamanho da fonte em formato inv\u00e1lido, utilizando tamanho por omiss\u00e3o de fonte...
-ERR_BrandingNeedsArgument=A op\u00e7\u00e3o --branding necessita de um argumento
-ERR_LocaleExpected=Especifica\u00e7\u00e3o do local esperada ap\u00f3s --locale switch
-
-
-# TopManager properties
-CTL_Netbeanshome_notexists=netbeans.home aponta para uma diretoria que n\u00e3o existe.
-CTL_Netbeanshome1=netbeans.home n\u00e3o aponta para uma diretoria.
-CTL_Netbeanshome2=netbeans.user aponta para uma diretoria que n\u00e3o existe.
-CTL_Netbeanshome3=netbeans.user n\u00e3o aponta para uma diretoria.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=N\u00e3o foi poss\u00edvel criar a diretoria de sistema em {0}. Um ficheiro com o mesmo nome j\u00e1 existe.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=N\u00e3o foi poss\u00edvel criar a diretoria de sistema em {0}.
-CTL_Cannot_mount_system_fs=N\u00e3o foi poss\u00edvel adicionar o sistema de ficheiros de sistema, a abandonar...
-
-#startup info messages
-MSG_IDEInit=A iniciar...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=N\u00e3o foi poss\u00edvel ligar \u00e0 URL {0}. O recurso n\u00e3o foi encontrado.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize n\u00e3o \u00e9 suportado pela apar\u00eancia e funcionalidade do GTK. Opte por ajustar o tamanho da fonte da sua \u00e1rea de trabalho.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Erro: {0}
-EXC_GraphicsStartFails2=Veja {0} para mais detalhes.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=O m\u00f3dulo {0} foi requisitado na vers\u00e3o >= {1} mas apenas a {2} foi encontrada.
-# {0} - module display name
-MSG_problem_other_disabled=O m\u00f3dulo {0} tamb\u00e9m dever\u00e1 ser instalado.
-LBL_no_impl_version=[nenhuma vers\u00e3o especificada]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=O m\u00f3dulo {0} foi solicitado na vers\u00e3o de implementa\u00e7\u00e3o "{1}", mas apenas foi encontrada a "{2}"
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=O m\u00f3dulo com o nome {0} era necess\u00e1rio e n\u00e3o foi encontrado.
-# {0} - required token
-MSG_problem_require_disabled=Nenhum dos m\u00f3dulos que fornecem a capacidade {0} poder\u00e3o ser instalados.
-# {0} - required token
-MSG_problem_require_not_found=Nenhum m\u00f3dulo que fornece a capacidade {0} poder\u00e1 ser encontrado.
-# {0} - class name
-MSG_problem_class_not_loaded=O pacote contendo a classe {0} n\u00e3o foi carregado.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=O pacote {0} n\u00e3o foi carregado ou est\u00e1 numa vers\u00e3o desactualizada.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=A vers\u00e3o da plataforma Java {0} ou superior \u00e9 necess\u00e1ria mas apenas a vers\u00e3o {1} est\u00e1 em execu\u00e7\u00e3o.
-MSG_warning=Aviso
-MSG_info=Informa\u00e7\u00e3o
-MSG_continue=Desabilitar m\u00f3dulos e continuar
-MSG_exit=Sair
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Outro m\u00f3dulo|1<{0} m\u00f3dulos posteriores} n\u00e3o puderam ser instalados devido aos problemas acima.
-
-# NbEvents
-MSG_start_load_boot_modules=Carregando n\u00facleo...
-MSG_finish_load_boot_modules=Carregando n\u00facleo... conclu\u00eddo.
-MSG_start_auto_restore=Carregando m\u00f3dulos...
-MSG_finish_auto_restore=M\u00f3dulos carregados.
-MSG_start_enable_modules=A activar os m\u00f3dulos...
-MSG_finish_enable_modules=A activar os m\u00f3dulos... conclu\u00eddo.
-TEXT_finish_enable_modules=A activar os m\u00f3dulos:
-MSG_start_disable_modules=A desactivar os m\u00f3dulos...
-MSG_finish_disable_modules=A desactivar os m\u00f3dulos... conclu\u00eddo.
-TEXT_finish_disable_modules=A desactivar os m\u00f3dulos:
-MSG_failed_install_new=Aviso - n\u00e3o foi poss\u00edvel instalar alguns m\u00f3dulos:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Aviso - n\u00e3o foi poss\u00edvel instalar o m\u00f3dulo {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Colocar o m\u00f3dulo de teste em {0} ...
-TEXT_finish_deploy_test_module=Coloca\u00e7\u00e3o do m\u00f3dulo de teste conclu\u00edda.
-MSG_start_read=A ler o armazenamento dos m\u00f3dulos...
-MSG_finish_read=A ler o armazenamento dos m\u00f3dulos... conclu\u00eddo.
-MSG_restore=A inicializar os m\u00f3dulos...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=A instalar {0}
-# {0} - module display name
-TEXT_install=A instalar novo m\u00f3dulo: {0}
-# {0} - module display name
-MSG_update=A inicializar uma nova vers\u00e3o de {0}
-# {0} - module display name
-TEXT_update=A actualizar o m\u00f3dulo: {0}
-# {0} - module display name
-MSG_uninstall=A parar {0}
-MSG_load_section=A carregar os m\u00f3dulos...
-MSG_load_layers=A carregar os servi\u00e7os dos m\u00f3dulos...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Aviso: o m\u00f3dulo {0} n\u00e3o foi encontrado, a ignorar...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=O m\u00f3dulo {0} n\u00e3o p\u00f4de ser exclu\u00eddo por ser um m\u00f3dulo de carregamento autom\u00e1tico e ainda est\u00e1 em uso.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=Foi feita uma tentativa de alterar a propriedade {1} do m\u00f3dulo {0} na pasta system/Modules.\nO valor actual \u00e9 "{3}" mas foi alterado no disco para ler "{2}".Esta propriedade n\u00e3o pode ser alterada enquanto o IDE estiver em execu\u00e7\u00e3o, ent\u00e3o a tentativa n\u00e3o teve efeito.
-# {0} - JAR file name
-TEXT_patch=M\u00f3dulo de correc\u00e7\u00e3o ou extens\u00e3o personalizada: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Recursos em falta da classe: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Chave que n\u00e3o foi encontrada: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Erro na an\u00e1lise do ficheiro {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Erro na an\u00e1lise do ficheiro {1} linha {3} coluna {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_pt_PT.properties
deleted file mode 100644
index 91ea498..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Sistema por omiss\u00e3o
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=A carregar objectos da cache...
-MSG_end_load_cache=A carregar  objectos da cache... conclu\u00eddo.
-MSG_start_rewrite_cache=A recriar a cache de objectos...
-MSG_end_rewrite_cache=A recriar a cache de objectos...conclu\u00eddo.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=Evento de ficheiro {0}, ficheiro {1}
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_pt_PT.properties
deleted file mode 100644
index 4b43cb0..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Ficheiros
-AdvancedOption.tooltip=Ficheiros
-FileAssociationsPanel.btnDefault.text=&Valores por omiss\u00e3o
-FileAssociationsPanel.btnDefault.tooltip=Restaurar configura\u00e7\u00e3o por omiss\u00e3o da extens\u00e3o de ficheiro selecionada
-FileAssociationsPanel.btnDefault.AN=Restaurar configura\u00e7\u00e3o por omiss\u00e3o
-FileAssociationsPanel.btnDefault.AD=Restaurar configura\u00e7\u00e3o por omiss\u00e3o da extens\u00e3o de ficheiro selecionada
-FileAssociationsPanel.btnDefaultIgnored.text=Por &omiss\u00e3o
-FileAssociationsPanel.btnDefaultIgnored.AN=Restaurar modelos de ficheiros ignorados por omiss\u00e3o
-FileAssociationsPanel.btnDefaultIgnored.AD=Restaurar modelos de ficheiros ignorados por omiss\u00e3o
-FileAssociationsPanel.btnNew.text=&Novo...
-FileAssociationsPanel.btnNew.AN=Nova extens\u00e3o de ficheiro
-FileAssociationsPanel.btnNew.AD=Nova extens\u00e3o de ficheiro
-FileAssociationsPanel.btnRemove.text=&Remover
-FileAssociationsPanel.btnRemove.AN=Remover extens\u00e3o de ficheiro selecionada
-FileAssociationsPanel.btnRemove.AD=Remover extens\u00e3o de ficheiro selecionada
-FileAssociationsPanel.cbExtension.choose=< Escolha a extens\u00e3o >
-FileAssociationsPanel.cbExtension.AD=Extens\u00e3o de ficheiro
-FileAssociationsPanel.cbExtension.AN=Lista de extens\u00f5es de ficheiro
-FileAssociationsPanel.cbType.AN=Lista de tipos de ficheiro
-FileAssociationsPanel.cbType.AD=Lista de tipos de ficheiro
-FileAssociationsPanel.lblAssociatedAlso.text=Tamb\u00e9m associado com:
-FileAssociationsPanel.lblAssociatedAlso.AN=Tipo de ficheiro tamb\u00e9m associado com extens\u00f5es
-FileAssociationsPanel.lblAssociatedAlso.AD=Tipo de ficheiro tamb\u00e9m associado com extens\u00f5es
-FileAssociationsPanel.lblExtension.text=&Extens\u00e3o de ficheiro:
-FileAssociationsPanel.lblExtension.AN=Extens\u00e3o de ficheiro
-FileAssociationsPanel.lblExtension.AD=Lista de extens\u00f5es de ficheiro
-FileAssociationsPanel.lblType.text=&Tipo de ficheiro associado (MIME):
-FileAssociationsPanel.lblType.AD=Lista de tipos de ficheiros associados
-FileAssociationsPanel.lblType.AN=Lista de tipos de ficheiros associados
-FileAssociationsPanel.lblFileAssociations.text=Associa\u00e7\u00f5es de ficheiro
-FileAssociationsPanel.lblFilesIgnored.text=Ficheiros ignorados pelo IDE
-FileAssociationsPanel.lblPattern.text=Modelo de ficheiros &ignorados:
-FileAssociationsPanel.lblPattern.tooltip=Express\u00e3o regular dos ficheiros a ignorar. Coincidir o nome inteiro, sem o caminho. Em branco para nenhum.
-FileAssociationsPanel.lblPattern.AN=Modelo de ficheiros ignorados
-FileAssociationsPanel.lblPattern.AD=Express\u00e3o regular dos ficheiros a ignorar. Coincidir o nome inteiro, sem o caminho. Em branco para nenhum.
-FileAssociationsPanel.txtPatternError.AN=Erro de sintaxe do modelo de arquivos ignorados
-FileAssociationsPanel.txtPatternError.AD=Erro de sintaxe na express\u00e3o regular dos ficheiros ignorados
-
-NewExtensionPanel.title=Indicar nova extens\u00e3o de ficheiro
-NewExtensionPanel.AD=Indicar nova extens\u00e3o de ficheiro
-NewExtensionPanel.lblExtension.text=&Extens\u00e3o de ficheiro:
-NewExtensionPanel.lblExtension.AN=Extens\u00e3o de ficheiro
-NewExtensionPanel.lblExtension.AD=Extens\u00e3o de ficheiro
-
-OpenAsAction.name=Abrir como...
-OpenAsPanel.txtDescription.AN=Dica
-OpenAsPanel.txtDescription.AD=Dica
-OpenAsPanel.lblExtension.text=Tratar ficheiros {0} como:
-OpenAsPanel.title=Abrir como...
-OpenAsPanel.open=Abrir
-OpenAsPanel.AD=Escolher tipo de ficheiro
-
-# display name for options export
-Files.Options.Export.displayName=Ficheiros
-OpenAsPanel.lblDescription.text=O NetBeans n\u00e3o reconhece este tipo de ficheiro. Especifique como dever\u00e3o ser tratados estes ficheiros.
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_pt_PT.properties
deleted file mode 100644
index 2247f74..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,261 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&Geral
-CTL_General_Options_Title=Geral
-CTL_General_Options_Category=Geral
-CTL_General_Options_Description=Op\u00e7\u00f5es gerais, configura\u00e7\u00f5es de proxy, configura\u00e7\u00f5es do editor
-CTL_Package_View_Type=Visualizar pacotes Java como:
-CTL_Flattern_Packages=&Lista
-AN_Flattern_Packages=Lista
-AD_Flattern_Packages=Lista
-CTL_Tree_Packages=\u00c1rvore
-AN_Tree_Packages=\u00c1rvore
-AD_Tree_Packages=\u00c1rvore
-CTL_No_Proxy=&Sem proxy
-AN_No_Proxy=Sem proxy
-AD_No_Proxy=Sem proxy
-CTL_Usage_Statistics=Estat\u00edsticas de uso:
-AN_Usage_Statistics=Estat\u00edsticas de uso
-AD_Usage_Statistics=Estat\u00edsticas de uso
-CTL_Usage_Check=Aju&de-nos a melhorar o NetBeans IDE fornecendo dados de uso an\u00f3nimos
-AN_Usage_Check=Ajude-nos a melhorar o NetBeans IDE fornecendo dados de uso an\u00f3nimos
-AD_Usage_Check=Ajude-nos a melhorar o NetBeans IDE fornecendo dados de uso an\u00f3nimos
-CTL_Usage_Info=<html>As estat\u00edsticas de uso ajudar-nos-\u00e3o a entender melhor os requisitos do utilizadore e priorizar melhorias nas vers\u00f5es futuras. Nunca iremos reverter a engenharia dos dados colectados para localizar detalhes espec\u00edficos sobre os seus projetos.</html>
-AN_Usage_Info=Informa\u00e7\u00f5es sobre estat\u00edsticas de uso
-AD_Usage_Info=As estat\u00edsticas de uso nos ajudam a entender melhor os requisitos do utilizador e a priorizar melhorias nas vers\u00f5es futuras. Nunca iremos reverter a engenharia dos dados coletados para localizar detalhes espec\u00edficos sobre seus projetos.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Saiba mais</u></font></html>
-AN_Learn_More=Saiba mais
-AD_Learn_More=Saiba mais
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Utilizar configura\u00e7\u00f5es de proxy do sistema
-AN_Use_System_Proxy_Settings=Utilizar as configura\u00e7\u00f5es de proxy do sistema
-AD_Use_System_Proxy_Settings=Utilizar as configura\u00e7\u00f5es de proxy do sistema
-CTL_Use_HTTP_Proxy=Configura\u00e7\u00e3o &manual do proxy
-AN_Use_HTTP_Proxy=Proxy HTTP
-AD_Use_HTTP_Proxy=Proxy HTTP
-AN_Web_Browser=Navegador web
-AD_Web_Browser=Navegador web
-AN_Host=M\u00e1quina
-AD_Host=M\u00e1quina
-AN_Port=Porta
-AD_Port=Porta
-AN_Update_Period=Per\u00edodo de actualiza\u00e7\u00e3o
-AD_Update_Period=Per\u00edodo de actualiza\u00e7\u00e3o
-AN_Ask_Before_Check=Perguntar antes de verificar
-AD_Ask_Before_Check=Perguntar antes de verificar
-Line_Numbers=N\u00famero da &linha
-Antialiasing=Suavisando (Antialiasing):
-Text_Antialiasing=Utilizar suaviza\u00e7\u00e3o (Antialiasing)
-Toolbar=Barra de ferramen&tas
-Package_View=Visualizar pacote
-SDI_Window_Mode=Modo janela SDI
-MDI_Window_Mode=Modo janela MDI
-Tree_View=Visualiza\u00e7\u00e3o em \u00e1rvore
-Default_System_Browser=<Navegador por omiss\u00e3o>
-Swing_HTML_Browser=Navegador Swing
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=Geral
-CTL_Web_Browser=Navegador &web:
-Confirm_Delete=&Confirmar elimina\u00e7\u00e3o:
-CTL_Web_Proxy=Configura\u00e7\u00f5es do proxy:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rta\:
-CTL_Proxy_Host=Pro&xy HTTP\:
-Code_Folding=Desdobramento de c\u00f3digo:
-Show=Mostrar:
-Editor=Editor
-CTL_Check_Period=Per\u00edo&do de verifica\u00e7\u00e3o:
-CTL_Ask_Before_Check=Perguntar &antes de verificar:
-CTL_Auto_Update=Actualiza\u00e7\u00e3o autom\u00e1tica
-Use_Folding=&Utilizar desdobramento de c\u00f3digo
-Fold_Methods=Desdobrar &m\u00e9todos
-Fold_Classes=Desdobrar classes &internas
-Fold_Imports=Desdobrar import&s
-Fold_JavaDoc=Desdobrar coment\u00e1rios &Javadoc
-Fold_Licence=Desd&obrar coment\u00e1rio inicial
-Auto_Popup=Pop-up autom\u00e1tico:
-Auto_Popup_Completion=Janela de conclus\u00e3o
-Auto_Popup_JavaDoc=Janela do Javadoc
-CTL_Update_every_startup=Sempre que iniciar
-CTL_Update_every_day=Todo dia
-CTL_Update_every_week=Toda semana
-CTL_Update_every_2weeks=A cada duas semanas
-CTL_Update_every_month=Todo m\u00eas
-CTL_Update_never=Nunca
-CTL_Default_System_Browser=Navegador por omiss\u00e3o do sistema
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Navegador interno
-
-
-
-
-AN_NonProxy=Sem proxy para
-
-AD_NonProxy=Sem proxy para
-
-CTL_Non_Proxy=Sem prox&y para\:
-
-Non_Proxy_Hint=(ex.: localhost, *.netbeans.org, *.meudominio.pt)
-LBL_GeneralOptionsPanel_bMoreProxy=Mai&s...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Configura\u00e7\u00f5es avan\u00e7adas do proxy
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Abrir configura\u00e7\u00f5es avan\u00e7adas do proxy
-
-LBL_GeneralOptionsPanel_PortError=O n\u00famero da porta deve ser um valor inteiro.
-
-LBL_GeneralOptionsPanel_lWebProxy=Configura\u00e7\u00f5es de proxy\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=&Proxy HTTP\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(ex.: localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=Po&rta\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rta\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&ta\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=Proxy &HTTPS\:
-
-LBL_AdvancedProxyPanel_lSocksHost=Proxy &SOCKS\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=Nenhum servidor pro&xy\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=O proxy re&quer autentica\u00e7\u00e3o
-
-LBL_AdvancedProxyPanel_lUserName=Nome de &utilizador\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Sen&ha\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Utilizar a mesma configura\u00e7\u00e3o de proxy para &todos os protocolos
-
-LBL_AdvancedProxyPanel_Title=Op\u00e7\u00f5es avan\u00e7adas do proxy
-LBL_AdvancedProxyPanel_PortError=O n\u00famero da porta deve ser um valor inteiro.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Utilizar configura\u00e7\u00f5es de proxy do sistema
-GeneralOptionsPanel.lWebBrowser.text=&Navegador web\:
-GeneralOptionsPanel.rbNoProxy.text=&Sem proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/D
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/D
-
-LBL_WebBrowsersPanel_Title=Navegadores web
-LBL_ExternalBrowser_Name=Navegador externo
-WebBrowsersPanel.nameLabel.text=Nome\:
-WebBrowsersPanel.executableLabel.text=Execut\u00e1vel\:
-WebBrowsersPanel.parametersLabel.text=Par\u00e2metros\:
-WebBrowsersPanel.browseButton.text=Procurar...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Adicionar...
-WebBrowsersPanel.removeButton.text=Remover
-WebBrowsersPanel.browsersLabel.text=Navegadores web\:
-GeneralOptionsPanel.editBrowserButton.text=&Editar...
-GeneralOptionsPanel.editBrowserButton.AD=Editar navegadores da Web
-GeneralOptionsPanel.editBrowserButton.AN=Editar navegadores da Web
-WebBrowsers_URL_Hint=Dica\: {URL} \= URL da p\u00e1gina a ser carregada pelo navegador Web
-
-ACS_WebBrowsersList=Lista de navegadores web dispon\u00edveis
-ACS_AddWebBrowserButton=Adicionar um novo navegador web
-ACS_RemoveWebBrowserButton=Remover o navegador web selecionado
-ACS_BrowserNameField=Nome do navegador web
-ACS_BrowserExecutableField=Execut\u00e1vel do navegador web
-ACS_BrowserParametersField=Par\u00e2metros de execu\u00e7\u00e3o do navegador web
-ACS_BrowseExecutableButton=Procurar execut\u00e1vel do navegador web
-WebBrowsersOptionsPanel.browsersLabel.text=&Navegadores web\:
-WebBrowsersOptionsPanel.addButton.text=A&dicionar...
-WebBrowsersOptionsPanel.removeButton.text=&Remover
-WebBrowsersOptionsPanel.nameLabel.text=&Nome\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Navegadores web
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Lista de navegadores
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=Lista de navegadores web
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Bot\u00e3o adicionar
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Bot\u00e3o remover
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Nome do navegador
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Nome do navegador
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Nome do navegador
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Navegadores web
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Navegadores web
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Conex\u00e3o direta.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, Op\u00e7\u00f5es gerais
-
-# Display name for options export
-General.Options.Export.Category.displayName=Geral
-General.Options.Export.displayName=Geral
-Other.Options.Export.displayName=Todas as outras n\u00e3o especificadas
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_pt_PT.properties
deleted file mode 100644
index a0efdfb..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,73 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=N\u00facleo - UI
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Interface do utilizador da plataforma.
-OpenIDE-Module-Long-Description=Fornece classes e recursos para a base padr\u00e3o da interface de usu\u00e1rio e para as aplica\u00e7\u00f5es constru\u00eddas sobre a plataforma.
-
-Actions=Ac\u00e7\u00f5es
-Actions/Edit=Editar
-Actions/Help=Ajuda
-Actions/System=Sistema
-Actions/Tools=Ferramentas
-Actions/View=Visualizar
-Actions/Window/SelectDocumentNode=Selecionar documento em
-Menu=Barra de menu
-Menu/Edit=&Editar
-Menu/File=&Ficheiro
-Menu/GoTo=&Navegar
-Menu/Help=A&juda
-Menu/Tools=Ferramen&tas
-Menu/View=&Visualizar
-Menu/Window/SelectDocumentNode=Selecionar docume&nto em
-Services/Browsers=Navegadores web
-Templates/Privileged=Privilegiado
-Templates/Recent=Recente
-Templates/Services/Browsers=Navegadores web
-Toolbars=Barra de ferramentas
-Toolbars/Clipboard=\u00c1&rea de transfer\u00eancia
-Toolbars/UndoRedo=&Desfazer/Refazer
-Toolbars/File=&Ficheiro
-Toolbars/Memory=&Mem\u00f3ria
-Toolbars/Standard.xml=A codificar
-UI/Services=Op\u00e7\u00f5es
-
-ProgressDisplayName_FileSystemRefresh=A actualizar ficheiros
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_pt_PT.properties
deleted file mode 100644
index 2dbfeaa..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Abrir no sistema
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_pt_PT.properties
deleted file mode 100644
index 3a22b37..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Mem\u00f3ria f\u00edsica total {0}
-
-
-#LOG_WINDOW_ACTIVATED=Janela principal activada, a actualiza\u00e7\u00e3o demorou {0} ms
-#LOG_WINDOW_DEACTIVATED=Janela principal desactivada
-
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_pt_PT.properties
deleted file mode 100644
index eee0bf4..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Somente \u00e1rea de trabalho>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_pt_PT.properties
deleted file mode 100644
index 752e4e1..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,94 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&lonar documento
-# CloseWindowAction
-CTL_CloseWindowAction=Fe&char janela
-
-CTL_RecentViewListAction=Ir para documento ante&rior
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=Fech&ar todos os documentos
-
-# UndockAction
-CTL_UndockWindowAction=&Desacoplar janela
-CTL_UndockWindowAction_Dock=A&coplar janela
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Fechar todos os documentos
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimizar janela
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Fechar janela
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Fechar os outros documentos
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Guardar documento
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Clonar documento
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Fechar outros docu&mentos
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maximi&zar janela
-CTL_UnmaximizeWindowAction=Restaurar janela
-
-# DocumentsAction
-CTL_DocumentsAction=&Documentos...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=Barra de ferramen&tas
-
-# NextTabAction
-CTL_NextTabAction=Pr\u00f3xima aba
-# PreviousTabAction
-CTL_PreviousTabAction=Aba anterior
-
-CTL_ToggleFullScreenAction=&Ecr\u00e2 total
-
-# ResetWindowsAction
-CTL_ResetWindows=Repor jane&las
-
-LBL_ToggleWindowTransparencyAction=Janela transparente
-LBL_WindowTransparencyHint=Mantenha pressionada a tecla [Ctrl+NumPad 0] para tornar transparente a janela minimizada.
-
-# Properties
-GlobalProperties=P&ropriedades
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_pt_PT.properties
deleted file mode 100644
index 09475ce..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,61 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Apar\u00eancia
-AdvancedOption_Tooltip_WinSys=Op\u00e7\u00f5es relacionadas ao sistema de janelas
-
-IsAlphaFloatingTooltip=Torna as janelas flutuantes desfocalizadas em semitransparentes ap\u00f3s alguns segundos
-
-IsDragWindowTooltip=Activa a imagem da janela "fantasma" durante a fase arrastar e largar de uma janela
-IsAlphaDragTooltip=Activa a transpar\u00eancia na imagem da janela arrastada
-
-IsSnapScreenEdgesTooltip=Activa o encaixe das janelas flutuantes nas bordas da tela
-IsSnappingTooltip=Activa o encaixe autom\u00e1tico das janelas flutuantes para uma manipula\u00e7\u00e3o de layout mais facilitada
-
-NoAlphaSupport=A transpar\u00eancia de janela n\u00e3o \u00e9 aceite pelo SO
-LBL_DragWindowImage=Imagem da janela arrastada
-LBL_TransparentDragWindow=Imagem da janela arrastada transparente
-LBL_TransparentFloatingWindows=Janelas flutuantes transparentes
-LBL_SnapFloatingWindows=Encaixando janelas flutuantes
-LBL_SnapToScreenEdges=Encaixar \u00e0s bordas do ecr\u00e3
-LBL_CloseActivatesRecentDocument=Fechar o documento activo mais recentemente
-TIP_CloseActivatesMostRecentDocument=Quando um documento \u00e9 fechado, o documento mais recente fica activo em vez do seu vizinho
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=Quando um documento \u00e9 fechado, o documento mais recente torna-se activo
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_pt_PT.properties
deleted file mode 100644
index 16b76b1..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,61 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=N\u00e3o foi poss\u00edvel processar a configura\u00e7\u00e3o do gestorde janelas {0}.
-EXC_GroupParse=N\u00e3o foi poss\u00edvel processar a configura\u00e7\u00e3o do grupo {0}.
-EXC_TCGroupParse=N\u00e3o foi poss\u00edvel processar a configura\u00e7\u00e3o do TCGroup {0}.
-EXC_TCRefParse=N\u00e3o foi poss\u00edvel processar a configura\u00e7\u00e3o do TCRef {0}.
-EXC_ModeParse=N\u00e3o foi poss\u00edvel processar a configura\u00e7\u00e3o do modo {0}.
-
-# PersistenceManager
-EXC_RootFolder=N\u00e3o foi poss\u00edvel criar a pasta raiz {0}
-EXC_CompsFolder=N\u00e3o foi poss\u00edvel criar a pasta de componentes {0}
-EXC_GroupsFolder=N\u00e3o foi poss\u00edvel criar a pasta de grupos {0}
-EXC_ModesFolder=N\u00e3o foi poss\u00edvel criar a pasta de modos {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=O componente superior {0} n\u00e3o p\u00f4de ser localizado ou carregado a partir da pasta 'Componentes'.
-EXC_CannotSaveTCSettings=As configura\u00e7\u00f5es do componente superior {0} n\u00e3o puderam ser guardadas
-EXC_CopyFails=N\u00e3o foi poss\u00edvel copiar o ficheiro de configura\u00e7\u00f5es do componente para a pasta {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=O componente {0} n\u00e3o p\u00f4de ser guardado devido a problemas na sua serializa\u00e7\u00e3o.
-FMT_TCReadError=O componente {0} n\u00e3o p\u00f4de ser guardado devido a problemas na sua desserializa\u00e7\u00e3o.
-
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_pt_PT.properties
deleted file mode 100644
index ef775c7..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=N\u00facleo - Janelas
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Implementa\u00e7\u00e3o do suporte a janelas.
-OpenIDE-Module-Long-Description=Adiciona classes que implementam a parte da API respons\u00e1vel pelo sistema de janelas.
-
-Actions/Window=Janela
-Menu/Window=Jane&la
-
-# Options export
-Toolbars.Options.Export.displayName=Barra de ferramentas
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_pt_PT.properties
deleted file mode 100644
index 4233514..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,96 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Cancelar
-CloseButton=Fechar
-# HelpButton=Help
-YesButton=Sim
-NoButton=N\u00e3o
-# ApplyButton=Apply
-DetailsButton=Detalhes
-# ButtoBarButoo
-CTL_Button=Bot\u00e3o
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Cancelar
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Cancelar
-ACSD_FileSelectorDialog=Di\u00e1logo Selector de ficheiros
-ACSN_FileSelectorTreeView=Visualiza\u00e7\u00e3o em \u00e1rvore
-ACSD_FileSelectorTreeView=Visualiza\u00e7\u00e3o em \u00e1rvore no selector de ficheiros
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Caixa de di\u00e1logo Personalizador
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Fechar
-CANCEL_OPTION_CAPTION=Cancelar
-HELP_OPTION_CAPTION=A&juda
-NO_OPTION_CAPTION=N\u00e3o
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Sim
-ACS_YES_OPTION_NAME=Sim
-ACS_YES_OPTION_DESC=Bot\u00e3o sim
-# - {0} message
-ACSD_ErrorMessage=Erro: {0}
-ACSD_WarningMessage=Aviso: {0}
-ACSD_QuestionMessage=Pergunta {0}
-ACSD_InformationMessage=Informa\u00e7\u00e3o {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Cancelar
-ACS_CANCEL_OPTION_DESC=Bot\u00e3o cancelar
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=Bot\u00e3o ok
-
-ACS_NO_OPTION_NAME=N\u00e3o
-ACS_NO_OPTION_DESC=Bot\u00e3o n\u00e3o
-
-ACS_HELP_OPTION_NAME=Ajuda
-ACS_HELP_OPTION_DESC=Bot\u00e3o ajuda
-
-ACS_CLOSED_OPTION_NAME=Fechar
-ACS_CLOSED_OPTION_DESC=Bot\u00e3o fechar
-
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_pt_PT.properties
deleted file mode 100644
index 89839a1..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,87 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Janela principal
-# {0} build number
-# {1} project name
-# {2} name of main project
-#CTL_MainWindow_Title=NetBeans Platform 6.8 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.8 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documentos:
-LBL_Description=D&escri\u00e7\u00e3o:
-LBL_Activate=Alternar para documento
-LBL_CloseDocuments=Fe&char documento(s)
-LBL_SaveDocuments=&Guardar documento(s)
-LBL_Close=&Fechar
-
-ACSD_Activate=N/D
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/D
-
-CTL_DocumentsTitle=Documentos
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Propriedades
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#Sem propriedades|1#{1} - Propriedades|2#M\u00faltiplos objectos - Propriedades}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Propriedades|1#{1} - Propriedades|2#M\u00faltiplos objectos - Propriedades}
-ACSN_PropertiesSheet=Tabela de propriedades
-ACSD_PropertiesSheet=Visualiza\u00e7\u00e3o das propriedades de um determinado n\u00f3.
-EXC_CannotLoadNodes=O n\u00f3s n\u00e3o puderam ser carregados na tabela de propriedades. Provavelmente eles n\u00e3o existem mais.
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_pt_PT.properties
deleted file mode 100644
index cfd2f19..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=\u00cdcones pequeno&s na barra de ferramentas
-
-# ToolbarLayout
-EXC_wrongConstraints=N\u00e3o \u00e9 poss\u00edvel adicionar ao layout: n\u00e3o utiliza ToolbarConstraints
-
-CTL_CustomizeToolbars=&Personalizar...
-
-#New Toolbar Button label
-CTL_NewToolbar=&Nova barra de ferramentas...
-
-#Small Icons Checkbox
-CTL_SmallIcons=\u00cdcones pequeno&s na barra de ferramentas
-
-#Drag and Drop hint
-CTL_TreeLabel=Arraste os itens para a barra de ferramentas ou arraste a partir dela para adicion\u00e1-los ou remov\u00ea-los...
-
-LBL_PleaseWait=Aguarde...
-
-#Close customizer button
-CTL_Close=&Fechar
-
-#Customizer dialog window title
-CustomizerTitle=Personalizar barra de ferramentas
-
-ACSD_ActionsTree=Arraste os itens daqui para as barras de ferramentas.
-ACSN_ActionsTree=Pool de ac\u00e7\u00f5es
-
-ACSN_ActionsScrollBar=Barra de deslocamento do pool de ac\u00e7\u00f5es
-ACSD_ActionsScrollBar=Barra de deslocamento do pool de ac\u00e7\u00f5es
-
-ACSD_ToolbarCustomizer=Personalizador da barra de ferramentas
-
-ACSD_Close=Bot\u00e3o fechar
-ACSD_NewToolbar=Novo bot\u00e3o da barra de ferramentas
-
-ACSD_SmallIcons=Caixa de selec\u00e7\u00e3o de \u00edcones pequenos
-
-CTL_ResetToolbarsAction=Repor barra de ferramen&tas
-CTL_ResetToolbarsButton=Repor barra de ferramen&tas
-
-
-
-PROP_newToolbarLabel=&Nome:
-PROP_newToolbarDialog=Nova barra de ferramentas
-PROP_newToolbar=Barra de ferramentas
-MSG_ToolbarExists=A barra de ferramentas {0} j\u00e1 existe.
-
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_pt_PT.properties
deleted file mode 100644
index bbf59a6..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,241 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=O tamanho n\u00e3o pode ser negativo
-CTL_InvalidValue=O valor introduzido \u00e9 inv\u00e1lido
-CTL_InvalidValueWithParam=O valor {0} introduzido \u00e9 inv\u00e1lido
-CTL_InvalidValueWithExc=Valor introduzido inv\u00e1lido. \nCausa: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=O valor da {0} deve estar no formato {1}
-
-#ColorEditor
-CTL_AWTPalette=Paleta AWT
-CTL_SwingPalette=Paleta Swing
-CTL_SystemPalette=Paleta do sistema
-ACSD_CustomColorEditor=N/D
-FMT_IllegalEntry="{0}" n\u00e3o \u00e9 um identificador de cor v\u00e1lido.  Pode introduzir valores de constantes Swing ou AWT, ou com valores RGB.
-
-# ColorEditor:AWT color names
-LAB_White=branco
-LAB_LightGray=cinzaClaro
-LAB_Gray=cinza
-LAB_DarkGray=cinzaEscuro
-LAB_Black=preto
-LAB_Red=vermelho
-LAB_Pink=rosa
-LAB_Orange=laranja
-LAB_Yellow=amarelo
-LAB_Green=verde
-LAB_Magenta=violeta
-LAB_Cyan=azulClaro
-LAB_Blue=azul
-# ColorEditor: system color names
-LAB_ActiveCaption=Legenda activa
-LAB_ActiveCaptionBorder=Borda de legenda activa
-LAB_ActiveCaptionText=Texto de legenda activa
-LAB_Control=Controlo
-LAB_ControlDkShadow=Sombreado do controlo
-LAB_ControlHighlight=Realce do controlo
-LAB_ControlLtHighlight=Realce leve do controlo
-LAB_ControlShadow=Sombra do controlo
-LAB_ControlText=Texto do controlo
-LAB_Desktop=\u00c1rea de trabalho
-LAB_InactiveCaption=Legenda inactiva
-LAB_InactiveCaptionBorder=Borda de legenda inactiva
-LAB_InactiveCaptionText=Texto de legenda inactiva
-LAB_Info=Informa\u00e7\u00e3o
-LAB_InfoText=Texto informativo
-LAB_Menu=Menu
-LAB_MenuText=Texto de menu
-LAB_Scrollbar=Barra de deslocamento
-LAB_Text=Texto
-LAB_TextHighlight=Realce do texto
-LAB_TextHighlightText=Texto de realce do texto
-LAB_TextInactiveText=Texto de inactividade do texto
-LAB_TextText=Texto do texto
-LAB_Window=Janela
-LAB_WindowBorder=Borda da janela
-LAB_WindowText=Texto da janela
-
-#DimensionCustomEditor
-CTL_Dimension=Dimens\u00e3o
-CTL_Width=&Largura:
-CTL_Height=&Altura:
-ACSD_CTL_Width=N/D
-ACSD_CTL_Height=N/D
-ACSD_DimensionCustomEditor=N/D
-
-#DimensionEditor
-CTL_HintFormat=[largura,altura]
-
-#FontEditor
-CTL_Plain=Plano
-CTL_Bold=Negrito
-CTL_Italic=It\u00e1lico
-CTL_BoldItalic=Negrito e it\u00e1lico
-CTL_Font=Fon&te:
-CTL_FontStyle=Est&ilo da fonte:
-CTL_Size=Taman&ho:
-CTL_Preview=Pr\u00e9-Visualizar
-ACSD_CTL_Font=N/D
-ACSD_CTL_FontStyle=N/D
-ACSD_CTL_Size=N/D
-ACSD_FontCustomEditor=N/D
-
-#InsetsCustomEditor
-CTL_Insets=Encaixar
-CTL_Top=&Superior:
-CTL_Left=&Esquerda:
-CTL_Bottom=&Inferior:
-CTL_Right=&Direita:
-ACSD_CTL_Top=N/D
-ACSD_CTL_Left=N/D
-ACSD_CTL_Bottom=N/D
-ACSD_CTL_Right=N/D
-
-#InsetsEditor
-CTL_HintFormatIE=[superior,esquerda,inferior,direita]
-
-# ObjectEditor
-CTL_NullValue=<Pesquise valor nulo>
-CTL_NullItem=<Pesquise item nulo>
-
-#PointCustomEditor
-CTL_Point=Ponto
-CTL_X=&X:
-ACSD_CTL_X=N/D
-CTL_Y=&Y:
-ACSD_CTL_Y=N/D
-ACSD_PointCustomEditor=N/D
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rect\u00e2ngulo
-ACSD_CustomRectangleEditor=N/D
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,largura,altura]
-
-#StringCustomEditor
-ACS_TextArea=Texto:
-ACSD_TextArea=Introduza aqui o texto da propriedade
-ACSD_CustomStringEditor=Editor para propriedades de texto
-ACS_Instructions=Instru\u00e7\u00f5es
-ACSD_Instructions=N/D
-
-MSG_FontIsNotInitialized=Houve uma falha ao gravar no formato XML porque o valor da fonte n\u00e3o foi inicializado.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Seleccione um arquivo ou diret\u00f3rio
-CTL_DialogTitleFiles=Seleccione um arquivo
-CTL_DialogTitleDirs=Seleccione um diret\u00f3rio
-ACSD_FileEditor=N/D
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<N\u00e3o especificado>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Propriedades
-ACSD_PropertiesEditorPane=N/D
-ACSD_CustomPropertiesEditor=N/D
-WARN_PropertiesComments=Aviso: coment\u00e1rios ser\u00e3o disconsiderados.
-
-#StringArrayCustomEditor
-CTL_Empty=<vazio>
-CTL_Item=&Item:
-ACSD_CTL_Item=N/D
-CTL_ItemList=Lista de &itens
-ACSD_CTL_ItemList=N/D
-CTL_Add_StringArrayCustomEditor=&Adicionar
-ACSD_CTL_Add_StringArrayCustomEditor=N/D
-CTL_Change_StringArrayCustomEditor=&Editar
-ACSD_CTL_Change_StringArrayCustomEditor=N/D
-CTL_Remove=&Remover
-ACSD_CTL_Remove=N/D
-CTL_MoveUp=&Cima
-ACSD_CTL_MoveUp=N/D
-CTL_MoveDown=A&baixo
-ACSD_CTL_MoveDown=N/D
-ACSD_StringArrayCustomEditor=N/D
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=nulo
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Valor de entrada n\u00e3o-inteiro: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Texto inv\u00e1lido kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - valores v\u00e1lidos s\u00e3o: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Classe desconhecida: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=N\u00e3o \u00e9 um valor correto: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=N\u00e3o \u00e9 uma URL reconhecida: {0}
-#
-MSG_NULL_OR_EMPTY=Nulo ou array vazio
-
-#ObjectEditor
-ACSN_ObjectTree=Op\u00e7\u00f5es dispon\u00edveis
-ACSD_ObjectTree=Seleccionar um objecto
-
-#Font Editor
-MSG_AppleBug=Se voc\u00ea est\u00e1 a ver esta mensagem, ocoreu um erro ao inicializar a lista de fontes dispon\u00edveis.  Isto \u00e9 devido a uma falha na JVM da Apple, desencadeado quando as fontes de mapas de bits est\u00e3o instaladas no sistema.  Para poder usar o editor de fontes, dever\u00e1 desinstalar todas as fontes de mapas de bits no sistema.  Veja o item de relat\u00f3rio de erros da Apple, n\u00famero 3121780, para mais detalhes.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=A veloz raposa castanha ataca o c\u00e3o pregui\u00e7oso
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_pt_PT.properties
deleted file mode 100644
index 2daa24d..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,176 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=N\u00facleo
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Framework b\u00e1sica das aplica\u00e7\u00f5es baseadas no NetBeans.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo fornece a infraestrutura central que possibilita a execu\u00e7\u00e3o de aplicativos baseados no NetBeans. N\u00e3o pode ser desligado.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=Uma exce\u00e7\u00e3o {0} ocorreu.\n\tClique em Mostrar Detalhes ou consulte o ficheiro messages.log localizado na pasta {1}.
-NTF_ExceptionalExceptionTitle=Excep\u00e7\u00e3o inesperada
-# {0} - class name of exception
-NTF_ExceptionWarning=Uma exce\u00e7\u00e3o {0} ocorreu.\nEntretanto, o sistema deve continuar a funcionar sem grandes problemas.\nClique em Mostrar Detalhes para ver a pilha de chamadas.
-NTF_ExceptionWarningTitle=Aviso
-
-#startup info messages
-MSG_MainWindowInit=A inicializar a janela principal...
-MSG_WindowShowInit=A abrir a janela principal...
-
-#NbTopManager
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=A guardar {0} ...
-MSG_AllSaved=Guardar todos conclu\u00eddo.
-
-CTL_Cannot_save=N\u00e3o foi poss\u00edvel guardar {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Site protegido por senha
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=Ver por:
-ShortcutsEditor.actionsButton.text=Ac\u00e7\u00f5es
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Atalhos
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Seleccione Visualizar por Ac\u00e7\u00f5es para editar os atalhos de uma Ac\u00e7\u00e3o
-ShortcutsPanel.addButton.text=Adicionar...
-ShortcutsPanel.removeButton.text=Remover
-ShortcutsPanel.AddActionTitle=Novo atalho
-ActionsPanel.shortcutAddButton.text=Adicionar...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Remover
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Editar atalhos
-ActionsPanel.AddShortcut=Adicionar atalho
-ActionsPanel.ShortcutLabel=Atalho:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Selecione Visualizar por Ac\u00e7\u00f5es para editar os atalhos de uma Ac\u00e7\u00e3o
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Selecione Visualizar por Ac\u00e7\u00f5es para editar os atalhos de uma Ac\u00e7\u00e3o
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Selecione Visualizar por Atalhos, mas para Editar Atalhos, a op\u00e7\u00e3o Visualizar Ac\u00e7\u00f5es deve estar seleccionada
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Adicionar Novos Atalhos para Ac\u00e7\u00f5es
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Remover Atalhos para Ac\u00e7\u00f5es
-ACSN_ShortcutsPanel.shortcutsList=Lista de atalhos
-ACSD_ShortcutsPanel.shortcutsList=N/D
-ACS_ActionsPanel.ShortcutLabel.a11yName=Preencher atalho
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Preencher atalho atrav\u00e9s da combina\u00e7\u00e3o de teclas
-ACSN_ActionsPanel.actionsTree=N/D
-ACSN_ActionsPanel.shortcutsList=Lista de atalhos
-ACSD_ActionsPanel.actionsTree=N/D
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/D
-ACSD_ActionsPanel.Dialog=Adicionar novo atalho para a ac\u00e7\u00e3o seleccionada
-ACS_ActionsPanel=N/D
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=J\u00e1 existe uma ac\u00e7\u00e3o associada a este atalho ({0}).\nDeseja trocar para esta nova ac\u00e7\u00e3o seleccionada?
-
-CTL_ExitTitle=Guardar
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Guardar
-ACSD_Save=Guardar.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=G&uardar todos
-ACSD_SaveAll=Guardar todos.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Descartar todos
-ACSD_DiscardAll=Descartar todos.
-EXC_Save=Ocorreu uma excep\u00e7\u00e3o ao guardar
-# NotifyException
-CTL_Title_Exception=Excep\u00e7\u00e3o
-CTL_NextException=&Pr\u00f3ximo >
-CTL_PreviousException=< &Anterior
-CTL_Exception_Hide_Details=&Ocultar detalhes
-CTL_Exception_Show_Details=&Mostrar Detalhes
-ACSD_NextException=N/D
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/D
-
-ACSN_ListOfChangedFiles=Lista
-ACSD_ListOfChangedFiles=Lista de ficheiros alterados para guardar
-ACSD_ExitDialog=Di\u00e1logo para guardar quaisquer altera\u00e7\u00f5es
-
-#NonGuiMain
-CTL_INPUT_option=-i <nomeDoFicheiro>         Ficheiro de entrada de comandos
-CTL_OUTPUT_option=-o <nomeDoFicheiro>         ficheiro de sa\u00edda de comandos
-CTL_FP_option=-fp <nomeDoFicheiro>        ficheiro de propriedades para carregar
-CTL_ENV_option=-e                    carrega vari\u00e1veis de ambiente como propriedades
-CTL_INFO_option=-info                 imprime informa\u00e7\u00f5es do sistema na inicializa\u00e7\u00e3o (por omiss\u00e3o \u00e9 -noinfo)
-CTL_NOLOAD_option=-noload               n\u00e3o chama o TopManager para carregar automaticamente m\u00f3dulos ao inicializar
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=Modo SDI
-CTL_MdiMode=Modo MDI
-
-# NbPlaces
-CTL_NoWorkspaces=Sem \u00e1reas de trabalho
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/D
-ACD_NotifyExcPanel_Dialog=N/D
-
-# blocked event queue
-LOG_EventQueueBlocked=Thread de emiss\u00e3o de evento AWT bloqueada por {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Autentica\u00e7\u00e3o obrigat\u00f3ria
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=Nome do &utilizador:
-NbAuthenticatorPanel.passwordLbl.text=&Senha:
-
-Title_WebBrowser=Navegador web
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_pt_PT.properties
deleted file mode 100644
index 606c9bc..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,67 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&Sobre
-About_title=Sobre
-
-#CopyProductInfoAction
-CopyProductInfo=Copiar informa\u00e7\u00e3o
-CopyProductInfoAction=&Copiar informa\u00e7\u00e3o
-CTL_CopyButton_tooltip=Copia informa\u00e7\u00f5es do produto NetBeans para \u00e1rea de transfer\u00eancia
-
-#HtmlViewAction
-CTL_OpeningBrowser=Abrindo navegador...
-HTMLView=&Navegador web
-
-#SystemExit
-Exit=Sai&r
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Pr\u00f3xima visualiza\u00e7\u00e3o interna
-LBL_PreviousViewCallbackAction=Visualiza\u00e7\u00e3o interna anterior
-
-# jump next/prev actions
-JumpNextAction=Pr\u00f3&ximo erro
-JumpPrevAction=Erro &anterior
-
-#LogAction
-MSG_LogTab_name=&Log do IDE
-MSG_ShortLogTab_name=Registo do IDE
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_pt_PT.properties
deleted file mode 100644
index dc3ce27..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style="margin: 0"><b>Vers\u00e3o do produto:</b> {0}</p>\n <p style="margin: 0"><b>Java:</b> {1}; {2}</p>\n <p style="margin: 0"><b>Sistema:</b> {3}; {4}; {5}</p>\n <p style="margin: 0"><b>Diret\u00f3rio do usu\u00e1rio:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">O IDE NetBeans e a plataforma NetBeans s\u00e3o baseados no software do netbeans.org, o qual foi licenciado duplamente sobre a Common Development and Distribution License (CDDL) e a GNU General Public License vers\u00e3o 2 com exce\u00e7\u00e3o do Classpath. Para maiores informa\u00e7\u00f5es, por favor visite <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} vers\u00e3o {1} a ser executada em {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Navegador HTML simples baseado num componente swing
-MSG_cannot_create_browser=N\u00e3o foi poss\u00edvel criar o navegador HTML do Swing.
-Services/Browsers/SwingBrowser.settings=Navegador HTML do Swing
-LBL_Close=Fechar
-MNE_Close=C
-ACSN_Close=Fechar
-ACSD_Close=Fechar
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_pt_PT.properties
deleted file mode 100644
index 403889b..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Inclui a biblioteca JNA.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo inclui a biblioteca JNA.
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_pt_PT.properties
deleted file mode 100644
index dd86c2e..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Integra\u00e7\u00e3o da API Scripting
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Este m\u00f3dulo empacota as APIs Scripting
-OpenIDE-Module-Long-Description=O m\u00f3dulo empacota as APIs Scripting (javax.script package), produzida no projeto OpenJDK, ent\u00e3o outros m\u00f3ludos, executando sobre o Java5, ainda podem fazer uso delas.
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_pt_PT.properties
deleted file mode 100644
index 739f66a..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=Inclui a biblioteca de teste do JUnit 4.x.
-OpenIDE-Module-Long-Description=Inclui a biblioteca de teste de unidade do JUnit 4.x.
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_pt_PT.properties
deleted file mode 100644
index 38873ee..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Pesquisa r\u00e1pida
-QuickSearchComboBar.jLabel2.toolTipText=Clique ou pressione Shift+F10 para Selec\u00e7\u00e3o de categoria
-MSG_DiscoverabilityHint=Pesquisar
-MSG_DiscoverabilityHint2=Pesquisar em {0}
-LBL_MoreResults=...
-LBL_AllCategories=Todas as categorias
-QuickSearchPopup.searchingLabel.text=A pesquisar ...
-QuickSearchPopup.noResultsLabel.text=( Sem resultados )
-QuickSearchPopup.hintLabel.text={0}; Pressione {1} para Todas as categorias
-AbstractQuickSearchComboBar.command.toolTipText=Pesquisa r\u00e1pida no sistema {0}
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_pt_PT.properties
deleted file mode 100644
index 38ed82d..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=N\u00e3o \u00e9 poss\u00edvel exibir a URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_pt_PT.properties
deleted file mode 100644
index 6bbb99a..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Name=API de pesquisa r\u00e1pida
-OpenIDE-Module-Short-Description=Infraestrutura de pesquisa r\u00e1pida em itens de menu, ac\u00e7\u00f5es, ficheiros, etc.
-QuickSearch/Recent=Pesquisas recentes
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_pt_PT.properties
deleted file mode 100644
index d8fcd3b..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=Sem filtro
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_pt_PT.properties
deleted file mode 100644
index d454870..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Name=ETable e Esbo\u00e7o
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_pt_PT.properties
deleted file mode 100644
index cb2cd4d..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Biblioteca de personaliza\u00e7\u00e3o de Apar\u00eancia & Comportamento
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Controla personaliza\u00e7\u00f5es do UIManager para o Netbeans, atrav\u00e9s da apar\u00eancia e comportamento
-OpenIDE-Module-Long-Description=Define valores espec\u00edficos do NetBeans que s\u00e3o necess\u00e1rios no UIManager e garantem que alguns valores dispon\u00edveis no BasicLookAndFeel estejam dispon\u00edveis em todas as apar\u00eancias e funcionalidades. Controla o suporte para o tema Metal, selec\u00e7\u00e3o de apar\u00eancia e comportamento e inicializa\u00e7\u00e3o dos tamanhos personalizados de fontes
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_pt_PT.properties
deleted file mode 100644
index 6c0ba15..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=Aviso: De acordo com o bug do JDK 5079742, as fontes no NetBeans n\u00e3o ter\u00e3o boa apar\u00eancia. Por favor instale o JDK 1.5.0_02 ou superior, veja detalhes em http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_pt_PT.properties
deleted file mode 100644
index 58a87f6..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Controlo de separadores
-OpenIDE-Module-Display-Category=Bibliotecas
-OpenIDE-Module-Short-Description=O controlo de separadores usado pelo sistema de janelas
-OpenIDE-Module-Long-Description=A biblioteca de beans de controlo de separadores do sistema de janelas do NetBeans
-
-
-
-ACS_TabbedContainer=Controlo de separadores
-ACSD_TabbedContainer=Controlo de separadores para navegar pelos separadores.
-
-TT_TabDisplayer_Close=<html>Pressione Shift + clique para fechar todos os documentos <br>Pressione Alt + clique para fechar os outros documentos
-
diff --git a/l10n/src/pt_PT/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_pt_PT.properties
deleted file mode 100644
index 007fc83..0000000
--- a/l10n/src/pt_PT/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Mostrar lista de documentos abertos
-
-Tip_Restore_Window=Restaurar janela
-
-Tip_Maximize_Window=Maximizar janela
-
-Tip_Minimize_Window=Minimizar janela
-
-Tip_Pin=Pino
-
-Tip_Close_Window=Fechar janela
-
-Tip_Scroll_Documents_Right=Deslocar documentos \u00e0 direita
-
-Tip_Scroll_Documents_Left=Deslocar documentos \u00e0 esquerda
-
diff --git a/l10n/src/pt_PT/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_pt_PT.properties
deleted file mode 100644
index a813e2b..0000000
--- a/l10n/src/pt_PT/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,150 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=APIs de ac\u00e7\u00f5es
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Defini\u00e7\u00e3o de ac\u00e7\u00f5es comuns para o NetBeans
-OpenIDE-Module-Long-Description=Fornece lista de ac\u00e7\u00f5es comuns usada por qualquer aplica\u00e7\u00e3o NetBeans.
-
-
-New=&Adicionar
-# {0} name of the only one new type
-NewArg=&Adicionar {0}
-
-# File
-NewFromTemplate=&Novo
-Save=&Guardar
-Print=Im&primir...
-PageSetup=Configurar p\u00e1&gina...
-
-#0 undoableedit
-UndoWithParameter=Desfa&zer {0}
-#0 undoableedit
-RedoWithParameter=&Refazer {0}
-UndoSimple=&Desfazer
-RedoSimple=&Refazer
-Cut=Recor&tar
-Copy=Cop&iar
-Paste=Co&lar
-Delete=&Eliminar
-Find=L&ocalizar...
-Goto=Ir para a &linha...
-Replace=Su&bstituir...
-
-# View
-Properties=&Propriedades
-View=Exibir
-Edit=Editar
-
-# Build
-Execute=E&xecutar
-
-# Window
-DockWindow=E&ncaixar exibi\u00e7\u00e3o
-UndockWindow=&Desencaixar exibi\u00e7\u00e3o
-CloneView=&Clonar exibi\u00e7\u00e3o
-CloseView=Fechar
-NextTab=Pr\u00f3xi&ma exibi\u00e7\u00e3o
-PreviousTab=Exibi\u00e7\u00e3o a&nterior
-
-Open=Abrir
-Rename=Renomear...
-
-MoveUp=Mover para cima
-MoveDown=Mover para baixo
-
-
-Customize=Personalizar
-
-#rename action
-CTL_RenameTitle=Renomear
-CTL_RenameLabel=&Novo nome:
-# {0} param represents old name before renaming.
-MSG_BadFormat=Este objecto n\u00e3o pode ser renomeado de {0} para {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Acumulador de Lixo
-
-#HeapView
-LBL_ShowText=Mostrar texto
-LBL_DropShadow=Projectar sombra
-LBL_OverlayGrid=Grelha de Cobertura
-
-# NewTemplateAction
-CTL_NewName=Novo nome
-CTL_NewNameTitle=&Novo
-
-
-#Reorder Action
-Reorder=Alterar ordem...
-
-OpenLocalExplorer=E&xplorar a partir daqui
-
-WorkspacesItems=&\u00c1reas de trabalho
-
-
-# name of template
-CTL_Template_Name=&Nome do objecto:
-# title of dialog
-CTL_Template_Dialog_Title=Instanciar modelo
-CTL_Template_Dialog_RootTitle=Guardar &em:
-
-
-# Tools action
-CTL_Tools=Ferramentas
-CTL_EmptySubMenu=Vazio
-
-
-# name of the PopupAction
-Popup=Pop-up
-
-#SaveAction
-MSG_saved={0} guardado.
-EXC_notsaved=Houve alguns problemas ao guardar {0}\nCausa: {1}
-#Template wizard title
-CTL_TemplateWizard=Novo a partir do modelo
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=AL...
-CTL_GC=Clique para for\u00e7ar a coleta de lixo
-
-
diff --git a/l10n/src/pt_PT/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_pt_PT.properties
deleted file mode 100644
index 29c504b..0000000
--- a/l10n/src/pt_PT/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,119 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API de utilit\u00e1rios para UI
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Utilit\u00e1rios da interface do utilizador
-OpenIDE-Module-Long-Description=M\u00e9todos de ajuda para v\u00e1rias tarefas relacionadas \u00e0 UI
-
-
-
-#MenuBar
-EXC_LoadMenu=N\u00e3o foi poss\u00edvel carregar o menu {0}
-EXC_LoadMenuItem=N\u00e3o foi poss\u00edvel carregar o item de menu {0}
-
-#HtmlBrowser
-CTL_Back=Voltar
-CTL_Forward=Avan\u00e7ar
-CTL_Reload=Recarregar
-CTL_Stop=Parar
-CTL_Document_done=Documento: Conclu\u00eddo
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=A carregar
-EXC_Module=Excep\u00e7\u00e3o durante a inicializa\u00e7\u00e3o do m\u00f3dulo de navega\u00e7\u00e3o HTML
-CTL_WebBrowser=Navegador web
-HINT_WebBrowser=Navegador web
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Visualiza\u00e7\u00e3o do navegador
-ACSD_HtmlBrowser=N/D
-ACS_HtmlBrowser_Location=Localiza\u00e7\u00e3o
-ACSD_HtmlBrowser_Location=N/D
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Horizontal
-SplittedPanelSwap=Trocar pain\u00e9is
-ResetSplitter=Repor linha de divis\u00e3o
-ACS_SplittedPanel_Name=Primeiro painel {0}. Segundo painel {1}.
-ACS_SplittedPanel_Description=Primeiro painel {0}. Segundo painel {1}.
-ACS_SplittedPanel_EmptySplitter=N/D
-ACSD_SplittedPanel_EmptySplitter=N/D
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/D
-#Title while loading
-LBL_Loading=A carregar...
-#Title if html doesn't contain title tags
-LBL_Untitled=Sem t\u00edtulo
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Servidor desconhecido: {0}
-FMT_InvalidURL=URL inv\u00e1lida: {0}
-FMT_NoRouteToHost=Nenhuma rota para o servidor: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Invocando {4} implementado como {3} atrav\u00e9s {1}
-
-
-# action and their performers
-Open=Abrir
-Edit=Editar
-Print=Im&primir...
-View=Exibir
-Close=Fechar
-
diff --git a/l10n/src/pt_PT/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_pt_PT.properties
deleted file mode 100644
index f5bf07f..0000000
--- a/l10n/src/pt_PT/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=APIs de compatibilidade
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Algumas classes antigas que s\u00e3o neste momento preteridas.
-OpenIDE-Module-Long-Description=Cont\u00eam algumas classes de API que s\u00e3o neste momento preteridas e podem ser substitu\u00eddas. Especificamente: ExplorerActions; ExplorerPanel; HttpServer; e WeakListener.
-OpenIDE-Module-Deprecation-Message=Todas as classes nesta API est\u00e3o obsoletas e podem ser substitu\u00eddas por APIs mais recentes.
-
diff --git a/l10n/src/pt_PT/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_pt_PT.properties
deleted file mode 100644
index fca4872..0000000
--- a/l10n/src/pt_PT/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,130 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de di\u00e1logos
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Manipula caixas de di\u00e1logo e assistentes.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo manipula toda a infraestrutura de caixas de di\u00e1logo e assistentes usadas no NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Erro
-NTF_ExceptionTitle=Excep\u00e7\u00e3o
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=Uma exce\u00e7\u00e3o {0} ocorreu.\nPor favor reporte isto em http://www.netbeans.org/issues.html, incluindo uma c\u00f3pia do ficheiro messages.log.\nO ficheiro messages.log est\u00e1 localizado na pasta {1}.
-NTF_ExceptionalExceptionTitle=Excep\u00e7\u00e3o inesperada
-NTF_PlainTitle=Mensagem
-NTF_QuestionTitle=Pergunta
-NTF_InformationTitle=Informa\u00e7\u00e3o
-NTF_WarningTitle=Aviso
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Alinhamento de op\u00e7\u00f5es
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Sim
-CTL_NO=N\u00e3o
-CTL_CLOSE=Fechar
-
-CTL_CANCEL=Cancelar
-ACSD_CANCEL=n/d
-
-CTL_NEXT=Pr\u00f3ximo >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Avan\u00e7a para o pr\u00f3ximo passo do assistente.|2#Pr\u00f3ximo passo: {0}. {1}}
-
-CTL_PREVIOUS=< &Voltar
-CTL_PREVIOUS_Mnemonic=I
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Volta ao passo anterior do assistente.|0#Passo anterior: {0}. {1}}
-
-CTL_FINISH=&Concluir
-ACSD_FINISH=n/d
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Linha de entrada
-ACSD_InputField=N/D
-ACN_NotifyDescriptor_MessageJTextArea=N/D
-ACD_NotifyDescriptor_MessageJTextArea=N/D
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName=Assistente {0} ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} de {1}
-CTL_ContentName=Passos
-CTL_HelpName=Ajuda
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=254
-#NOI18N
-#INT_WizardBackGreen=253
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Aguarde, por favor.
-
diff --git a/l10n/src/pt_PT/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_pt_PT.properties
deleted file mode 100644
index 600ef51..0000000
--- a/l10n/src/pt_PT/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de execu\u00e7\u00e3o
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=API de execu\u00e7\u00e3o das APIs abertas.
-OpenIDE-Module-Long-Description=Consiste em partes do pacote org.openide.execution.* das APIs abertas.
-
diff --git a/l10n/src/pt_PT/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_pt_PT.properties
deleted file mode 100644
index ea8278c..0000000
--- a/l10n/src/pt_PT/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API do explorador e folha de propriedades
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=V\u00e1rias vistas para visualizar estruturas de n\u00f3.
-OpenIDE-Module-Long-Description=Permite a defini\u00e7\u00e3o de novas visualiza\u00e7\u00f5es que exibem estruturas criadas usando a API de n\u00f3s.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorador [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=N\u00e3o foi poss\u00edvel restaurar a janela do Explorer; o n\u00f3 raiz "\{O\}" pode n\u00e3o ser restaurado correctamente.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=Uma visualiza\u00e7\u00e3o do Explorador n\u00e3o deve vetar a sele\u00e7\u00e3o vazia.
-EXC_ContextMustBeWithinRootContext=Um contexto explorado ({0}) deve estar dentro do contexto raiz ({1}).
-EXC_NodeCannotBeNull=N\u00e3o pode usar nulo para selec\u00e7\u00e3o de n\u00f3.
-EXC_NoElementOfNodeSelectionMayBeNull=Nenhum elemento de uma selec\u00e7\u00e3o de n\u00f3 deve ser nulo.
-EXC_NodeSelectionCannotContainNodes=Uma selec\u00e7\u00e3o de n\u00f3 n\u00e3o pode conter n\u00f3s ({0}), n\u00e3o abaixo da raiz ({1}).
-EXC_CannotHaveNullRootContext=N\u00e3o pode haver contexto raiz nulo.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Tem a certeza que deseja eliminar {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Tem a certeza que deseja eliminar {0} e todo o seu conte\u00fado?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Tem a certeza que deseja eliminar estes {0} itens?
-MSG_ConfirmDeleteObjectTitle=Confirme a elimina\u00e7\u00e3o do objecto
-MSG_ConfirmDeleteFolderTitle=Confirme a elimina\u00e7\u00e3o do pacote
-MSG_ConfirmDeleteObjectsTitle=Confirme a elimina\u00e7\u00e3o m\u00faltipla de objectos
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Tem a certeza que deseja eliminar {0} (liga\u00e7\u00e3o para {3})?
-MSG_ConfirmDeleteShadowTitle=Confirma\u00e7\u00e3o de elimina\u00e7\u00e3o da liga\u00e7\u00e3o
-
-
diff --git a/l10n/src/pt_PT/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_pt_PT.properties
deleted file mode 100644
index a358f51..0000000
--- a/l10n/src/pt_PT/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,236 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Excep\u00e7\u00e3o em
-PS_Editor=Editor de propriedades
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Tabela de
-FMT_ErrorSettingProperty=A propriedade n\u00e3o p\u00f4de ser atribu\u00edda. {0} n\u00e3o \u00e9 um valor v\u00e1lido para {1}.
-FMT_CannotUpdateProperty={0} n\u00e3o \u00e9 um valor v\u00e1lido para {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(Nenhum editor de propriedades)
-CTL_NoProperties=<Nenhuma propriedade>
-CTL_Property_Read_Yes=(l/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Propriedades
-CTL_Property_Write_Yes=e)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Ordenar por categoria
-ACS_CTL_NoSort=Ordenar por categoria
-CTL_AlphaSort=Ordenar por nome
-ACS_CTL_AlphaSort=Ordenar por nome
-CTL_TypeSort=Ordenar por tipo
-ACS_CTL_TypeSort=Ordenar por tipo
-CTL_VisibleWritableOnly=Mostrar apenas propriedades edit\u00e1veis
-ACS_CTL_VisibleWritableOnly=Mostrar apenas propriedades edit\u00e1veis
-CTL_Customize=Personalizador
-ACS_CTL_Customize=Personalizaddor
-CTL_Help=Ajuda
-ACS_CTL_Help=Ajuda
-ACSD_CTL_Help=Forne\u00e7a ajuda sobre o objecto cujas propriedades s\u00e3o exibidas na folha de propriedades
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Usando propriedade >>{0}<< em tempo de design lan\u00e7a uma excep\u00e7\u00e3o.
-
-#PropertySheet
-CTL_Property_sheet_option=Folha de propriedades
-
-
-#IndexedPropertyEditor
-CTL_NoItem=Nenhum item dispon\u00edvel
-CTL_Index=\u00cdndice de propriedades:
-CTL_Unknown=Desconhecido
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=N/D
-CTL_Cancel=Cancelar
-ACSD_CTL_Cancel=N/D
-CTL_Close=Fechar
-ACSD_CTL_Close=N/D
-CTL_Default=&Repor valores por omiss\u00e3o
-ACSD_CTL_Default=N/D
-CTL_Paste=Colar
-
-#PropertyDetails
-EXC_Setter=Excep\u00e7\u00e3o no m\u00e9todo atribuidor (setter) da propriedade: {0}
-EXC_Setter_localized=Excep\u00e7\u00e3o no m\u00e9todo atribuidor (setter) da propriedade {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<Nenhum editor personalizado>
-CTL_No_property_editor=<Nenhum editor de propriedades>
-CTL_Different_Values=<Valores diferentes>
-CTL_Desc_Different_Values=Os n\u00f3s selecionados possuem valores diferentes para esta propriedade.
-CTL_No_properties=<Nenhuma propriedade>
-CTL_No_value=<Sem valor>
-CTL_No_type=<Nenhum tipo>
-CTL_ElipsisHint=Invoca personalizador.
-CTL_InvalidValue=Valor inv\u00e1lido: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Valor inv\u00e1lido {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Tipo: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Propriedades
-CTL_New=&Novo
-CTL_Delete=&Eliminar
-CTL_MoveUp=Mover para &cima
-CTL_MoveDown=Mover para &baixo
-CTL_HideDetails=&Ocultar detalhes
-CTL_ShowDetails=&Mostrar Detalhes
-EXC_ErrorInIndexedSetter=O valor da propriedade indexada n\u00e3o pode ser atribu\u00eddo
-
-ACSD_Properties=N/D
-ACSD_New=N/D
-ACSD_Delete=N/D
-ACSD_MoveUp=N/D
-ACSD_MoveDown=N/D
-ACSD_HideDetails=N/D
-ACSD_ShowDetails=N/D
-ACSD_IndexedEditorPanel=N/D
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Nomes
-COLUMN_VALUES=Valores
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<ileg\u00edvel>
-#Text for null values
-NULL=nulo
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Erro no valor atribu\u00eddo
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Modo de ordena\u00e7\u00e3o desconhecido
-
-#Button labels for property dialogs
-ok=Ok
-default=Restaurar valor por omiss\u00e3o
-cancel=Cancelar
-close=Fechar
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Descri\u00e7\u00e3o
-ACSD_Description=Descri\u00e7\u00e3o da propriedade seleccionada actualmente
-ACS_DescriptionTitle=Nome da propriedade
-ACSD_DescriptionTitle=Nome da propriedade que est\u00e1 a ser editada actualmente
-CTL_NO_DESCRIPTION=Nenhuma descri\u00e7\u00e3o dispon\u00edvel.
-CTL_NO_SELECTION=Nada seleccionado
-ACS_Splitter=Separador
-ACSD_Splitter=Divisor visual entre a tabela de propriedades e a \u00e1rea de descri\u00e7\u00e3o.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=A propriedade
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} \u00e9 igual a {1}
-FMT_ACST_SheetSet=Grupo de propriedades {0}
-ACST_No_Selection=Nada seleccionado
-CTL_Multiple_Selection=M\u00faltiplos objectos seleccionados
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Clique, ou seleccione e pressione CTRL-ESPA\u00c7O para abrir o editor personalizado; clique com bot\u00e3o direito para menu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Mostrar \u00e1rea de descri\u00e7\u00e3o
-CTL_HideDescription=Ocultar \u00e1rea de descri\u00e7\u00e3o
-CTL_RestoreDefaultValue=Restaurar valor por omiss\u00e3o
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Propriedades
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=esta propriedade
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Formato num\u00e9rico ilegal: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Editor personalizado: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Tabela de propriedades
-ACSN_SHEET_TABBED_PANE=Categorias da propriedade
-ACSD_SHEET_TABLE=Tabela de propriedades edit\u00e1veis que representam o objecto actual
-ACSD_SHEET_TABBED_PANE=Pode selecionar diferentes conjuntos de propriedades do objecto actual para mostrar na folha de propriedades
-
-LBL_QUICKSEARCH=Pesquisa r\u00e1pida:
-
-MSG_SetAsText_InvalidValue=Valor inv\u00e1lido: {0}
-
diff --git a/l10n/src/pt_PT/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_pt_PT.properties
deleted file mode 100644
index 661f012..0000000
--- a/l10n/src/pt_PT/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Vazio
-MenuViewStartFromRoot=Procurar a partir da raiz
-MenuViewStartFromCurrent=Procurar a partir do ponto atual
-
-# TabView
-TabView_RootTab=Raiz
-
-# TreeView
-VetoSelectedNodes=N\u00f3s seleccionados
-LBL_QUICKSEARCH=Pesquisar:
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=Este objecto n\u00e3o pode ser renomeado de {0} para {1}.
-ACSN_TreeViewCellEditor=Editor de renomea\u00e7\u00e3o
-ACSD_TreeViewCellEditor=Editor integrado de nome de n\u00f3 na visualiza\u00e7\u00e3o de \u00e1rvore
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=O destino n\u00e3o aceitou o conte\u00fado da transfer\u00eancia
-
-MSG_ABORT=Cancelar
-
-#TableSheet
-ACS_TableSheet=Tabela de propriedades
-ACSD_TableSheet=N/D
-ACS_NullPanel=Nenhuma propriedade
-# {0} - bean
-ACSD_NullPanel=Nenhuma propriedade. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Tipo: {1} Bean: {2}
-CTL_No_value=<Sem valor>
-CTL_No_type=<Nenhum tipo>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Alterar colunas vis\u00edveis
-LBL_ColumnDialogDesc=Escolha as colunas a visualizar na lista
-LBL_ListOptions=Op\u00e7\u00f5es da lista
-LBL_ChangeColumns=Alterar colunas vis\u00edveis...
-LBL_SortMenu=Classifica\u00e7\u00e3o
-LBL_Ascending=Crescente
-LBL_Descending=Decrescente
-LBL_ColsMenu=Coluna
-LBL_MoveLeft=Mover para a esquerda
-LBL_MoveRight=Mover para a direita
-MSG_NoColumnsToChange=N\u00e3o h\u00e1 nenhuma coluna para alterar a sua visibilidade.
-LBL_NoSort=Nenhum
-ACSN_ColumnDialog=Alterar colunas vis\u00edveis
-ACSD_ColumnDialog=Escolhe as colunas a visualizar na lista
-
-#a11y
-ACSN_TreeTable=N/D
-ACSD_TreeTable=N/D
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Mostrar somente linhas onde
-
-CTL_ColumnsSelector=Alterar colunas vis\u00edveis
-ACN_ColumnsSelector=Selector de colunas
-ACD_ColumnsSelector=Seleccionar colunas vis\u00edveis
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Escolhe as colunas a visualizar na lista
-NodeOutlineModel_NodesColumnLabel=N\u00f3s
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Acedendo {0} sem acesso de leitura a Children.MUTEX
-
diff --git a/l10n/src/pt_PT/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_pt_PT.properties
deleted file mode 100644
index 4897b59..0000000
--- a/l10n/src/pt_PT/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Documento XML inv\u00e1lido:
-
-W-003=Aviso: o processador XML n\u00e3o suporta a caracter\u00edstica de controlador l\u00e9xico.
-
diff --git a/l10n/src/pt_PT/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_pt_PT.properties
deleted file mode 100644
index f65e008..0000000
--- a/l10n/src/pt_PT/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,197 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API do sistema de ficheiros
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=API do sistema de ficheiros virtual.
-OpenIDE-Module-Long-Description=Permite acesso a ficheiros como um recurso, de uma forma independente do sistema de ficheiros actual. Suporta notifica\u00e7\u00f5es de mudan\u00e7as em disco.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Inv\u00e1lido {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=A raiz {0} n\u00e3o existe.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=N\u00e3o \u00e9 poss\u00edvel eliminar a raiz do sistema de ficheiros {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=N\u00e3o \u00e9 poss\u00edvel renomear a raiz do sistema de ficheiros {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=N\u00e3o \u00e9 poss\u00edvel eliminar o ficheiro {0} em {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=N\u00e3o \u00e9 poss\u00edvel renomear o ficheiro {0} de {1} para {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=O sistema de ficheiros {0} \u00e9 somente de leitura.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=O ficheiro {0} em {1} \u00e9 somente de leitura.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=N\u00e3o \u00e9 poss\u00edvel criar o ficheiro {0} porque {1} no sistema de ficheiros {2} n\u00e3o \u00e9 uma pasta.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=N\u00e3o \u00e9 permitido o uso da barra obl\u00edqua num nome de pasta.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=A pasta {0} j\u00e1 existe em {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=N\u00e3o \u00e9 poss\u00edvel criar a pasta {0} em{1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=O ficheiro {0} j\u00e1 existe no sistema de ficheiros {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=N\u00e3o \u00e9 poss\u00edvel criar o ficheiro {2}.{3} na pasta {0} do sistema de ficheiros {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Bloqueio [{0}] inv\u00e1lido para o ficheiro {1} em {2} com bloqueio actual [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=N\u00e3o \u00e9 poss\u00edvel modificar o ficheiro filesystem.attributes:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=O ficheiro {1} n\u00e3o foi encontrado na pasta {0}.
-
-
-# {0} = file object name
-# {1} = filesystem name
-# {2} = name of java.io.File or file path
-EXC_CannotLock=O ficheiro {2} n\u00e3o pode ser bloqueado porque ele \u00e9 somente de leitura.
-
-# JAR
-
-# {0} = name of zip file 
-EXC_FileNotExists=O ficheiro {0} n\u00e3o existe.
-
-# {0} = name of zip file 
-EXC_CanntRead=N\u00e3o \u00e9 poss\u00edvel ler a partir do ficheiro {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Erro no ficheiro {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Erro no ficheiro JAR {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=JAR desconhecido
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Multi-sistema de ficheiros
-EXC_FileOutsideModified=Ficheiro {0} n\u00e3o encontrado. Outra aplica\u00e7\u00e3o pode ter movido ou renomeado o ficheiro.
-XML_NotValidXMLFileSystem=Sistema de ficheiros XML Inv\u00e1lido.
-EXC_DefAttrReadErr=N\u00e3o \u00e9 poss\u00edvel ler DefaultAttributes.
-EXC_UnreachableCode=Erro interno: c\u00f3digo inating\u00edvel.
-
-EXC_FolderCopy=C\u00f3pia de pasta n\u00e3o suportada.
-XML_RootInvalid=O elemento FileSystem precisa ser o elemento raiz.
-XML_MisssingAttr=O atributo \"name\" est\u00e1 falta
-XML_InaccurateParam=N\u00famero de par\u00e2metros impreciso
-XML_UnknownElement=Elemento desconhecido.
-XML_DuplElement=FileObject duplicado:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} em {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=A abrir fluxo (stream) para {0}
-
diff --git a/l10n/src/pt_PT/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_pt_PT.properties
deleted file mode 100644
index 0047f24..0000000
--- a/l10n/src/pt_PT/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=APIs de E/S
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Open APIs relacionadas \u00e0 visualiza\u00e7\u00e3o de sa\u00edda.
-OpenIDE-Module-Long-Description=Cont\u00e9m classes de org.openide.windows.* relacionadas \u00e0 cria\u00e7\u00e3o de separadores de sa\u00edda, visualiza\u00e7\u00e3o de sa\u00edda e criando hiperliga\u00e7\u00f5es nela.
-
diff --git a/l10n/src/pt_PT/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_pt_PT.properties
deleted file mode 100644
index 81b422a..0000000
--- a/l10n/src/pt_PT/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,325 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de sistema de dados
-OpenIDE-Module-Short-Description=Open API do NetBeans para manipula\u00e7\u00e3o de objectos de dados.
-OpenIDE-Module-Long-Description=A API de sistema de dados \u00e9 uma camada no topo da API do sistema de ficheiros que reconhece e agrupa objectos de dados e d\u00e1-lhes sem\u00e2nticas particulares. No passado parte da Open API comum, agora est\u00e1 dividida num m\u00f3dulo independente.
-OpenIDE-Module-Display-Category=Infraestrutura
-
-#DefaultDataObject
-HINT_DefaultDataObject=Ficheiro n\u00e3o reconhecido
-
-EXC_SharedAccess=Acesso partilhado
-
-#Folder.Index
-EXC_ReorderFailed=N\u00e3o \u00e9 poss\u00edvel guardar nova ordena\u00e7\u00e3o.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=N\u00e3o \u00e9 poss\u00edvel eliminar o ficheiro {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Liga\u00e7\u00e3o para {3}
-
-PROP_ShadowOriginalName=Nome original
-HINT_ShadowOriginalName=Nome do objecto a que esta liga\u00e7\u00e3o se refere.
-PROP_ShadowOriginalFileSystem=Nome do sistema de ficheiros original
-HINT_ShadowOriginalFileSystem=Nome do sistema de ficheiros do objecto original.
-
-# DataNode
-PROP_name=Nome
-HINT_name=Nome deste objecto.
-PROP_template=Modelo
-HINT_template=Se 'verdadeiro', este objecto \u00e9 um modelo (pode criar inst\u00e2ncias dele mesmo).
-PROP_files=Todos os ficheiros
-HINT_files=Uma lista de ficheiros representados por este objecto.
-PROP_size=Tamanho do ficheiro
-HINT_size=Tamanho deste ficheiro em bytes. (Somente aplic\u00e1vel ao primeiro ficheiro listado em 'Todos os ficheiros'.)
-PROP_lastModified=Hora da modifica\u00e7\u00e3o
-HINT_lastModified=Quando este ficheiroi foi modificado pela \u00faltima vez. (Somente aplic\u00e1vel ao primeiro ficheiro listado em 'Todos os arquivos'.)
-PROP_extension=Extens\u00e3o
-HINT_extension=Extens\u00e3o do ficheiro principal.
-ERROR_extension=N\u00e3o \u00e9 poss\u00edvel alterar a extens\u00e3o. O ficheiro est\u00e1 modificado.
-
-# name of set with sorting options
-PROP_sorting=Classifica\u00e7\u00e3o (Sorting)
-HINT_sorting=Defini\u00e7\u00f5es de Classifica\u00e7\u00e3o e Ordena\u00e7\u00e3o
-
-#
-# folder sort mode property
-PROP_sort=Modo de classifica\u00e7\u00e3o
-HINT_sort=Determina como os objectos num pacote deveriam ser classificados.
-# SortModeEditor
-VALUE_sort_none=N\u00e3o classificado
-VALUE_sort_names=Por nome
-VALUE_sort_class=Por tipo
-VALUE_sort_folder_names=Por nome (pacotes primeiro)
-VALUE_sort_last_modified=Por hora de modifica\u00e7\u00e3o
-VALUE_sort_size=Por tamanho de ficheiro
-
-
-#
-# Names of paste types
-#
-PT_move=&Mover
-PT_copy=&Copiar
-PT_instantiate=Criar &inst\u00e2ncia
-PT_shadow=Criar &liga\u00e7\u00e3o
-PT_serialize=&Serializar
-PT_instance=Inst\u00e2ncia por om&iss\u00e3o
-
-# 
-SerializeBean_Text=&Nome do ficheiro para serializar a inst\u00e2ncia
-SerializeBean_Title=Serializa\u00e7\u00e3o de inst\u00e2ncia
-
-#
-# new folder
-#
-CTL_NewFolder=Pasta
-CTL_NewFolderName=&Nome:
-CTL_NewFolderTitle=Criar nova pasta
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=O ficheiro {0} j\u00e1 existe na pasta {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=A pasta {0} j\u00e1 existe na pasta {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=O ficheiro {1} aparenta ser muito grande ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) para abrir com seguran\u00e7a. \nAbrir este ficheiro poder\u00e1 causar um erro OutOfMemoryError, o que tornaria o IDE inutiliz\u00e1vel. Tem a certeza de que deseja abr\u00ed-lo?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=Ficheiros de configura\u00e7\u00e3o XML
-PROP_XmlError=Erro (recuper\u00e1vel)
-PROP_XmlWarning=Aviso
-PROP_XmlFatalError=ERRO FATAL
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=N\u00e3o \u00e9 poss\u00edvel criar a pasta; {0} n\u00e3o \u00e9 um nome v\u00e1lido.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=N\u00e3o \u00e9 poss\u00edvel copiar {0}: A pasta de destino \u00e9 a mesma da origem.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=N\u00e3o \u00e9 poss\u00edvel copiar {0}: A pasta de destino \u00e9 uma subpasta da pasta de origem.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=Novo assistente - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=Novo assistente
-LAB_TemplateChooserPanelName=Escolha o modelo
-LAB_SelectTemplateBorder=&Seleccione um modelo:
-MSG_NoDescription=Sem descri\u00e7\u00e3o
-MSG_InitDescription=A inicializar descri\u00e7\u00e3o...
-LAB_TemplateDescriptionBorder=Descri\u00e7\u00e3o do &modelo:
-LAB_TargetLocationPanelName=Local de destino
-LAB_TargetLocationDescription=Seleccione uma pasta para o objecto rec\u00e9m-criado ou digite o nome da pasta abaixo:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/D
-ACSD_TemplateWizard1=N/D
-
-CTL_NewObjectName=&Nome\:
-ACSD_NewObjectName=N/D
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/D
-
-LBL_settingsNodeName=Configura\u00e7\u00f5es
-EXC_folder_delete_failed=N\u00e3o foi poss\u00edvel remover a pasta de origem ao mov\u00ea-la.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<pasta superior> [{0}]
-FMT_DefaultNewObjectName=<nome por omiss\u00e3o>
-
-LBL_shadow_loader_display_name=Liga\u00e7\u00f5es
-LBL_folder_loader_display_name=Pastas
-LBL_default_loader_display_name=Objectos desconhecidos
-LBL_instance_loader_display_name=Inst\u00e2ncias de ac\u00e7\u00e3o
-
-FMT_CannotCopyDo=Aviso: O objecto {0} n\u00e3o pode ser copiado.
-FMT_CannotMoveDo=Aviso: O objecto {0} n\u00e3o pode ser movido.
-
-# InstanceDataObject
-LBL_separator_instance=(separador)
-PROP_instance_class=Nome da classe
-HINT_instance_class=Nome da classe Java do objecto que est\u00e1 a ser representado.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=Existem problemas ao guardar o bean {0}.
-
-FMT_brokenShadowName={0} (Liga\u00e7\u00e3o quebrada)
-HINT_brokenShadowOriginalName=Liga\u00e7\u00e3o quebrada
-PROP_brokenShadowOriginalName=Liga\u00e7\u00e3o quebrada
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Liga\u00e7\u00e3o ao sistema de ficheiros quebrada
-HINT_brokenShadowFileSystem=Liga\u00e7\u00e3o ao sistema de ficheiros quebrada
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Configura\u00e7\u00e3o irreconhec\u00edvel>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Copiar tipo do objecto de dados
-LBL_DOcut=Recortar tipo do objecto de dados
-#NewObjectPanel
-LAB_NewObjectPanelName=Novo nome de objecto
-FMT_DefaultNewObject=<por omiss\u00e3o>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=O menu pop-up para objectos do tipo {0} n\u00e3o p\u00f4de ser restaurado; a usar congura\u00e7\u00f5es por omiss\u00e3o.
-LBL_loader_display_name=Carregador
-
-MSG_renameError=Este objecto n\u00e3o pode ser renomeado de {0} para {1}.
-MSG_NotValidName=N\u00e3o \u00e9 poss\u00edvel dar um nome vazio a {0}.
-ERR_NoFilesystem=Nenhum sistema de ficheiros activado. Tenha a certeza de que tem pelo menos um sistema de ficheiros que n\u00e3o \u00e9 apenas de leitura e que n\u00e3o esteja oculto.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=O sistema de ficehiros de destino n\u00e3o existe.
-MSG_fs_is_readonly=O sistema de ficheiros de destino \u00e9 apenas de leitura.
-# {0} - name of the existing file
-MSG_file_already_exist=O ficheiro {0} j\u00e1 existe.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Ac\u00e7\u00e3o do sistema de ficheiros
-#InstantiateAction
-Instantiate=Criar inst\u00e2ncia
-#SaveAsTemplateAction
-SaveAsTemplate=Guardar como modelo...
-Title_SaveAsTemplate=Guardar como modelo
-CTL_SaveAsTemplate=&Seleccione a categoria na qual o novo modelo aparecer\u00e1:
-CTL_SaveAsTemplate_TemplatesRoot=Modelos
-SaveAll=G&uardar todos
-HINT_SaveAll=Guardar todos os ficheiros (se a op\u00e7\u00e3o Compilar ao Guardar estiver activado, isso tamb\u00e9m ir\u00e1 compilar/construir seus ficheiros)
-# FileSystemRefreshAction
-LAB_Refresh=Actualizar pasta
-# NewTemplateAction
-EXC_TemplateFailed=A cria\u00e7\u00e3o do objecto a partir do modelo falhou.
-NewTemplate=&Novo
-NewTemplateAction=Todos os modelos...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Vazio
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=A abrir {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=Ficheiro {0} est\u00e1 modificado. Guard\u00e1-lo ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modificado)
-TIP_editor_ro=\ (apenas-leitura)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=O ficheiro {0} foi alterado para apenas leitura! Todas as altera\u00e7\u00f5es ser\u00e3o desfeitas.
-MSG_FileReadOnlySaving=O ficheiro {0} foi alterado para apenas leitura! N\u00e3o \u00e9 poss\u00edvel guard\u00e1-lo.
-MSG_FileReadOnlyChanging=O ficheiro {0} foi alterado para apenas leitura!
-
-
-MSG_BinaryFileQuestion=Este ficheiro aparenta conter dados bin\u00e1rios. Tem a certeza que deseja abr\u00ed-lo no editor de texto?
-MSG_BinaryFileWarning=Ficheiro bin\u00e1rio detectado
-
-CTL_SaveAsAction=Gua&rdar como...
-MSG_SaveAsFailed=Houve alguns problemas ao guardar {0}\nCausa: {1}
-LBL_SaveAsTitle=Guardar como
-MSG_CannotCreateTargetFolder=Imposs\u00edvel criar a pasta de destino.
-MSG_SaveAs_SameFileSelected=Por favor escolha um nome de ficheiro diferente.
-MSG_SaveAs_SameFileSelected_Title=Guardar como
-
diff --git a/l10n/src/pt_PT/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_pt_PT.properties
deleted file mode 100644
index 15c1850..0000000
--- a/l10n/src/pt_PT/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API do sistema de m\u00f3dulos
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=APIs para obter informa\u00e7\u00e3o sobre m\u00f3dulos instalados.
-OpenIDE-Module-Long-Description=Permite obter a lista de m\u00f3dulos instalados, inspecionar as suas propriedades e depend\u00eancias.
-
diff --git a/l10n/src/pt_PT/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_pt_PT.properties
deleted file mode 100644
index e88bdfb..0000000
--- a/l10n/src/pt_PT/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,96 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API de n\u00f3s
-OpenIDE-Module-Display-Category=Infra-estrutura
-OpenIDE-Module-Short-Description=API para defini\u00e7\u00e3o de estruturas gen\u00e9ricas tipo \u00e1rvore.
-OpenIDE-Module-Long-Description=Fornece abstra\u00e7\u00e3o para estruturas tipo \u00e1rvore pela defini\u00e7\u00e3o de N\u00f3 - a interface gen\u00e9rica extens\u00edvel que poder\u00e1 ent\u00e3o ser visualizada pela API do Explorador.
-
-
-
-#Sheet
-Properties=Propriedades
-Expert=Especialista
-HINT_Properties=Propriedades deste objecto.
-HINT_Expert=Propriedades especiais deste objecto.
-
-#indexed customizer
-LAB_order=Mudar ordem
-LAB_listOrder=Mostrar os campos por esta ordem:
-LAB_listOrder_Mnemonic=M
-Button_close=Fechar
-Button_close_Mnemonic=F
-Button_up=Mover para cima
-Button_up_Mnemonic=C
-Button_down=Mover para baixo
-Button_down_Mnemonic=B
-
-ACSD_Button_close=N/D
-ACSD_Button_up=N/D
-ACSD_Button_down=N/D
-ACSD_ListOrder=N/D
-ACSD_IndexedCustomizer=N/D
-
-#PropertySupport
-CTL_StandardName=Nome
-CTL_StandardHint=Nome do objecto.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Colar n\u00f3
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copiar \u00edndice
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Por favor aguarde...
-
diff --git a/l10n/src/pt_PT/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_pt_PT.properties
deleted file mode 100644
index 565b563..0000000
--- a/l10n/src/pt_PT/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API das op\u00e7\u00f5es de configura\u00e7\u00e3o
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Suporte para armazenar prefer\u00eancias.
-OpenIDE-Module-Long-Description=Fornece classes que simplificam o armazenamento de configura\u00e7\u00f5es entre m\u00faltiplas invoca\u00e7\u00f5es de aplica\u00e7\u00f5es baseadas no NetBeans.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.NbPreferences como alternativa.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Excep\u00e7\u00e3o ao invocar a propriedade do m\u00e9todo obtentor (getter)  {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/pt_PT/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_pt_PT.properties
deleted file mode 100644
index e58d1cd..0000000
--- a/l10n/src/pt_PT/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,134 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API de texto
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=API gen\u00e9rica empacotando EditorKits baseandos em Swing.
-OpenIDE-Module-Long-Description=Fornece suporte para defini\u00e7\u00e3o de componentes que incorporam editores de texto Swing.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Configura\u00e7\u00f5es de impress\u00e3o
-CTL_Header_format = A imprimir {2} em {1}
-CTL_Footer_format = P\u00e1gina {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Formato da p\u00e1gina
-HINT_PAGE_FORMAT=Formato da p\u00e1gina
-PROP_WRAP=Quebrar linhas
-HINT_WRAP=As linhas devem ser quebradas?
-PROP_HEADER_FORMAT=Formato do cabe\u00e7alho da p\u00e1gina
-
-HINT_HEADER_FORMAT=Por exemplo, "Topo da p\u00e1gina {0} (impresso na data {1} do ficheiro {2}".
-PROP_FOOTER_FORMAT=Formato do rodap\u00e9 da p\u00e1gina
-HINT_FOOTER_FORMAT=Por exemplo, "Final da p\u00e1gina {0} (impresso na data {1} do ficheiro {2}".
-PROP_HEADER_FONT=Fonte do cabe\u00e7alho da p\u00e1gina
-HINT_HEADER_FONT=Define a fonte do cabe\u00e7alho da p\u00e1gina.
-PROP_FOOTER_FONT=Fonte do rodap\u00e9 da p\u00e1gina
-HINT_FOOTER_FONT=Define a fonte do rodap\u00e9 da p\u00e1gina.
-PROP_HEADER_ALIGNMENT=Alinhamento do cabe\u00e7alho da p\u00e1gina
-HINT_HEADER_ALIGNMENT=Alinhamento do cabe\u00e7alho da p\u00e1gina - ESQUERDA, CENTRO, DIREITA.
-PROP_FOOTER_ALIGNMENT=Alinhamento do rodap\u00e9 da p\u00e1gina
-HINT_FOOTER_ALIGNMENT=Alinhamento do rodap\u00e9 da p\u00e1gina - ESQUERDA, CENTRO, DIREITA.
-PROP_LINE_ASCENT_CORRECTION=Correc\u00e7\u00e3o de eleva\u00e7\u00e3o da linha
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplicador para corrigir a eleva\u00e7\u00e3o da linha.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTRO
-CTL_RIGHT = DIREITA
-CTL_LEFT = ESQUERDA
-
-# Cancellation
-CTL_Print_progress=O n\u00famero da p\u00e1gina {0} foi impresso.
-CTL_Print_cancellation=Progresso da impress\u00e3o
-CTL_Cancel=Cancelar
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=A impress\u00e3o actual foi abortada.
-EXC_Printer_Problem=Problema na impressora: {0}
-EXC_ReadOnlyFile=O ficheiro {0} \u00e9 apenas de leitura.
-EXC_LoadDocument=O documento {0} n\u00e3o p\u00f4de ser carregado.
-LBL_EditorLoading=A Carregar...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Pergunta
-CTL_Save=Guardar
-ACSN_CTL_Save=N/D
-ACSD_CTL_Save=N/D
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Descartar
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/D
-ACSD_CTL_Discard=N/D
-
-# PositionBounds
-MSG_Empty_string=Incapaz de inserir uma string vazia
-#editor support warning message
-FMT_FileNotFound=Aviso: O ficheiro {0} n\u00e3o foi encontrado ou n\u00e3o p\u00f4de ser acedido.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=O ficheiro {0} foi modificado externamente. Recarreg\u00e1-lo?
-FMT_External_change_write=O ficheiro {0} foi modificado externamente. Sobrescrev\u00ea-lo?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=Foi especificado um ficheiro inv\u00e1lido. Verifique o caminho.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor para {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor para {0}
-TITLE_SourceButton=Origem
-
-
diff --git a/l10n/src/pt_PT/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_pt_PT.properties
deleted file mode 100644
index 5ce055e..0000000
--- a/l10n/src/pt_PT/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Antiga API de enumera\u00e7\u00e3o
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=API de enumera\u00e7\u00e3o que est\u00e1 no pacote errado.
-OpenIDE-Module-Long-Description=API de enumera\u00e7\u00e3o a qual encontra-se num pacote incorreto, org.openide.util.enum e ent\u00e3o n\u00e3o pode ser compilada com Java 1.5, por enum ser uma palavra reservada. Substitu\u00edda por class org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.Enumerations ao vez deste m\u00f3dulo.
-
diff --git a/l10n/src/pt_PT/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_pt_PT.properties
deleted file mode 100644
index 7712afd..0000000
--- a/l10n/src/pt_PT/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,155 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API de utilit\u00e1rios
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=API b\u00e1sica de utilit\u00e1rios
-OpenIDE-Module-Long-Description=V\u00e1rios m\u00e9todos auxiliares e defini\u00e7\u00f5es b\u00e1sicas de determinados conceitos, incluindo ac\u00e7\u00f5es, lookup, manipula\u00e7\u00e3o de imagens, execu\u00e7\u00e3o paralela e suporte a 'branding'.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=Um servidor HTTP j\u00e1 est\u00e1 definido. Voc\u00ea n\u00e3o pode utilizar dois servidores ao mesmo tempo.
-SERVER_CANNOT_UNREGISTER=Um m\u00f3dulo tentou cancelar o registo de um servidor HTTP fornecido por outro m\u00f3dulo.
-
-MSG_ToNowhere=para lugar nenhum
-MSG_To=para
-
-MSG_NoServerRegistered=Nenhum servidor registado.
-MSG_TooManyArguments=demasidado argumentos
-MSG_UnmatchedBraces=chaves n\u00e3o coincidentes no padr\u00e3o, na posi\u00e7\u00e3o
-
-# NbBundle
-MSG_FMT_ObjectForKey=o objecto para a chave {0} n\u00e3o foi encontrado
-MSG_ClassFinderAlreadySet=ClassFinder j\u00e1 atribu\u00eddo.
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=AVISO: N\u00e3o \u00e9 possivel carregar a tabela de tradu\u00e7\u00e3o: {0}
-PROGRESS_CURSOR=Cursor de progresso
-
diff --git a/l10n/src/pt_PT/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_pt_PT.properties
deleted file mode 100644
index da6afa5..0000000
--- a/l10n/src/pt_PT/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Tipo de objectos m\u00faltiplos
-
-Create=Criar
-Paste=Colar
-
diff --git a/l10n/src/pt_PT/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_pt_PT.properties
deleted file mode 100644
index a2b2f03..0000000
--- a/l10n/src/pt_PT/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,69 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API do sistema de janelas
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=API para gest\u00e3o de componentes num ecr\u00e3.
-OpenIDE-Module-Long-Description=Fornece API com abstra\u00e7\u00e3o neutra de SO e MDI/SDI sobre o conceito de componentes que s\u00e3o exibidos ao utilizador.
-
-
-
-# name of empty workspace
-None=Nenhum
-
-#CloneableTopComponent
-EXC_CannotAssign=N\u00e3o \u00e9 poss\u00edvel atribuir componente para VAZIO
-
-#TopComponent
-EXC_UnknownOperation=Opera\u00e7\u00e3o de encerramento desconhecida
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Invocando {2} implementado como {3} com {0}
-
diff --git a/l10n/src/pt_PT/platform/print/print/org/netbeans/modules/print/action/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/print/print/org/netbeans/modules/print/action/Bundle_pt_PT.properties
deleted file mode 100644
index 227cc36..0000000
--- a/l10n/src/pt_PT/platform/print/print/org/netbeans/modules/print/action/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Configurar p\u00e1&gina...
-
-# PrintAction
-TLT_Print_Action=Imprimir
-MNU_Print_Action=Im&primir...
-ACT_Print_Action=Imprimir - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/pt_PT/platform/print/print/org/netbeans/modules/print/resources/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/print/print/org/netbeans/modules/print/resources/Bundle_pt_PT.properties
deleted file mode 100644
index 78c2f3c..0000000
--- a/l10n/src/pt_PT/platform/print/print/org/netbeans/modules/print/resources/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Imprimir
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Implementa\u00e7\u00e3o do m\u00f3dulo de impress\u00e3o.
-OpenIDE-Module-Long-Description=Implementa\u00e7\u00e3o do m\u00f3dulo de impress\u00e3o.
-
-# layer.xml
-Actions/File=Ficheiro
-
diff --git a/l10n/src/pt_PT/platform/print/print/org/netbeans/modules/print/ui/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/print/print/org/netbeans/modules/print/ui/Bundle_pt_PT.properties
deleted file mode 100644
index b056edb..0000000
--- a/l10n/src/pt_PT/platform/print/print/org/netbeans/modules/print/ui/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,125 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Problema na impressora: {0}
-LBL_Page_Setup_Button=C&onfigurar p\u00e1gina
-TLT_Page_Setup_Button=Invoca a caixa de di\u00e1logo Configurar P\u00e1gina
-LBL_Print_Option_Button=&Op\u00e7\u00f5es de impress\u00e3o
-TLT_Print_Option_Button=Inoca a caixa de di\u00e1logo Op\u00e7\u00f5es de Impress\u00e3o
-LBL_Print_Button=Im&primir
-TLT_Print_Button=Invoca a caixa de di\u00e1logo Imprimir
-LBL_Close_Button=&Fechar
-TLT_Close_Button=Fecha a caixa de di\u00e1logo Imprimir Pr\u00e9-visualiza\u00e7\u00e3o
-LBL_Print_Preview=Pr\u00e9-visualizar Impress\u00e3o
-LBL_Fit_to_Width=Ajustar \u00e0 largura
-LBL_Fit_to_Height=Ajustar \u00e0 altura
-LBL_Fit_to_All=Mostrar todas as p\u00e1ginas
-
-TLT_First=Pri&meira p\u00e1gina (Alt+F)
-TLT_Previous=P&\u00e1gina anterior (Alt+R)
-TLT_Next=P\u00e1gi&na seguinte (Alt+N)
-TLT_Last=\u00da&ltima p\u00e1gina (Alt+L)
-TLT_Fit=Alterar e&scala (Alt+S)
-TLT_Zoom_In=Ma&is zoom (Alt+I)
-TLT_Zoom_Out=Menos &zoom (Alt+U)
-TLT_Toggle=&Mostrar v\u00e1rias p\u00e1ginas (Alt+M)
-TLT_Goto=<html><body>\u00a0<b>Navega\u00e7\u00e3o:</b>\u00a0<br>\u00a0press <code>/</code> or <code>F</code> para mostrar a primeira p\u00e1gina\u00a0<br>\u00a0pressione <b><code>-</code></b> ou <code>G</code> para mostrar a p\u00e1gina anterior\u00a0<br>\u00a0pressione <b><code>+</code></b> ou <code>K</code> para mostrar a pr\u00f3xima p\u00e1gina\u00a0<br>\u00a0pressione <code>*</code> ou <code>L</code> para mostrar a \u00faltima p\u00e1gina\u00a0</body></html>
-
-TLT_Preview_Scale=<html><body>\u00a0<b>Ajusta a escala de pr\u00e9-visualiza\u00e7\u00e3o:</b>\u00a0<br>\u00a0pressione <b><code>+</code></b> para aumentar o zoom\u00a0<br>\u00a0pressione <b><code>-</code></b> para diminuir o zoom\u00a0<br>\u00a0pressione <code>/</code> para definir 100%\u00a0<br>\u00a0pressione <code>*</code> para personalizar a vista\u00a0<br><hr>\u00a0roda do rato com Ctrl para aumentar/diminuir o zoom\u00a0<br>\u00a0roda do rato com bot\u00e3o direito do rato para aumentar/diminuir o zoom\u00a0<br>\u00a0clique duas vezes no bot\u00e3o esquerdo do rato para aumentar o zoom \u00a0<br>\u00a0clique duas vezes no bot\u00e3o direito do rato para diminuir o zoom\u00a0<br></body></html>
-
-# Attribute
-LBL_Print_Options=Op\u00e7\u00f5es de Impress\u00e3o
-LBL_Border=Borda
-LBL_Print_Border=Imprimir &borda
-LBL_Print_Header=Imprimir ca&be\u00e7alho
-LBL_Print_Footer=Imprimir &rodap\u00e9
-LBL_Choose_Font=Escolher Fonte
-LBL_Choose_Color=Escolher Cor
-LBL_Insert_Macros=Inserir Macro:
-LBL_Text=Texto
-LBL_Line_Numbers=N&\u00fameros de Linha
-LBL_Wrap_Lines=&Quebrar linhas
-LBL_Use_Font=Usar atributos de fonte // &X
-LBL_Use_Color=Usar atributos de cor // &Q
-LBL_As_Editor=Imprimir como no Editor // &J
-LBL_Selection=Imprimir &selec\u00e7\u00e3o
-LBL_Line_Spacing=Es&pa\u00e7amento entre linhas:
-LBL_Text_Font_and_Color=Fonte e co&r do texto:
-LBL_Background_Color=Cor do plano de fun&do:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Cabe\u00e7alho e rodap\u00e9
-LBL_Apply=&Aplicar
-LBL_Left=Esquerdo:
-LBL_Center=Central:
-LBL_Right=Direito:
-
-ERR_Zoom_Value_Is_Invalid=O valor do zoom \u00e9 inv\u00e1lido!
-ERR_Header_Size_Is_Too_Big=O tamanho do cabe\u00e7alho \u00e9 muito grande!
-ERR_Footer_Size_Is_Too_Big=O tamanho do rodap\u00e9 \u00e9 muito grande!
-ERR_Page_Number_Is_Invalid=O n\u00famero de p\u00e1ginas \u00e9 inv\u00e1lido!
-ERR_Page_Number_Is_Too_Big=O n\u00famero de p\u00e1ginas \u00e9 muito elevado!
-
-TLT_Apply=Aplica altera\u00e7\u00f5es
-TLT_Border_Color=Escolher &cor da borda (Alt+C)
-TLT_Header_Font=Escolher fo&nte do cabe\u00e7alho (Alt+N)
-TLT_Header_Color=Escolher c&or do cabe\u00e7alho (Alt+O)
-TLT_Footer_Font=Escolher fon&te do rodap\u00e9 (Alt+T)
-TLT_Footer_Color=Esco&lher cor do rodap\u00e9 (Alt+L)
-TLT_Text_Font=Escolher fonte do texto (Alt+K) // &K
-TLT_Text_Color=Escolher co&r do texto (Alt+R)
-TLT_Background_Color=Escolher cor do plano de fundo // &G
-TLT_Print_Zoom=Ajustar o zoom de impress\u00e3o
-TLT_Use_Font=Usar fonte (Alt+X)
-TLT_Use_Color=Usar cor (Alt+Q)
-TLT_As_Editor=Mostrar como no Editor (Alt+J)
-TLT_Selection=Imprimir selec\u00e7\u00e3o
-
-LBL_Pages=p\u00e1gina(s)
-LBL_Fit_Width_to=&Ajustar largura a:
-TLT_Fit_Width_to=Ajustar largura a
-LBL_Fit_Height_to=Ajustar altura a:
-TLT_Fit_Height_to=Ajustar altura a
-LBL_Zoom_to=&Zoom para:
-TLT_Zoom_to=Zoom para:
-LBL_Fit_to_Page=Ajustar \u00e0 p\u00e1gina // &Y
-TLT_Fit_to_Page=Ajustar \u00e0 p\u00e1gina (Alt+Y)
-
diff --git a/l10n/src/pt_PT/platform/print/print/org/netbeans/modules/print/util/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/print/print/org/netbeans/modules/print/util/Bundle_pt_PT.properties
deleted file mode 100644
index 7f08b1f..0000000
--- a/l10n/src/pt_PT/platform/print/print/org/netbeans/modules/print/util/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,60 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} de {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=O nome do componente impresso
-ROW=O n\u00famero da linha
-COLUMN=O n\u00famero da coluna
-USER=O nome de utilizador
-COUNT=A contagem de todas as p\u00e1ginas
-MODIFIED_DATE=Data da \u00faltima altera\u00e7\u00e3o
-MODIFIED_TIME=Hora da \u00faltima altera\u00e7\u00e3o
-PRINTED_DATE=Data da impress\u00e3o
-PRINTED_TIME=Hora da impress\u00e3o
-
diff --git a/l10n/src/pt_PT/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_pt_PT.properties
deleted file mode 100644
index b0dae18..0000000
--- a/l10n/src/pt_PT/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=UI de progresso
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Visualiza\u00e7\u00e3o do progresso da tarefa.
-OpenIDE-Module-Long-Description=Fornece uma visualiza\u00e7\u00e3o de todas as tarefas e pode permitir que sejam canceladas, etc.
-
-NbProgressBar.tooltip1={0} tarefas em execu\u00e7\u00e3o. Clique para detalhes.
-NbProgressBar.tooltip2={0} tarefa em execu\u00e7\u00e3o. Clique para detalhes.
-ListComponent.btnClose.tooltip=Clique para cancelar o processo
-ListComponent.bar.tooltip=Clique para monitorar o processo
-Cancel_Question=Tem certeza de que deseja cancelar {0}?
-Cancel_Question_Title=Cancelar tarefa em execu\u00e7\u00e3o
-StatusLineComponent.ShowProcessList=Mostrar processos
-StatusLineComponent.Cancel=Cancelar processo
-StatusLineComponent.View=Mostrar sa\u00edda
-ListComponent.Watch=Monitorizar processo
-
-RunOffAWT.TITLE_Operation=Opera\u00e7\u00e3o demorada em curso
-RunOffAWT.BTN_Cancel=Cancelar
-
-
diff --git a/l10n/src/pt_PT/platform/queries/queries/org/netbeans/modules/queries/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/queries/queries/org/netbeans/modules/queries/Bundle_pt_PT.properties
deleted file mode 100644
index 5ca7e2c..0000000
--- a/l10n/src/pt_PT/platform/queries/queries/org/netbeans/modules/queries/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de consultas gerais
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Short-Description=Canal geral de comunica\u00e7\u00e3o entre os m\u00f3dulos.
-OpenIDE-Module-Long-Description=Consultas a servidores que n\u00e3o s\u00e3o particularmente de dom\u00ednios espec\u00edficos. Permite a diferentes m\u00f3dulos obter informa\u00e7\u00f5es sobre arquivos de forma flex\u00edvel.
-
diff --git a/l10n/src/pt_PT/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_pt_PT.properties
deleted file mode 100644
index ba559a5..0000000
--- a/l10n/src/pt_PT/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=A op\u00e7\u00e3o {0} precisa de um argumento
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=A op\u00e7\u00e3o {0} n\u00e3o pode ser usada em conjunto com a op\u00e7\u00e3o {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Precisa de pelo menos um {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Precisa usar tamb\u00e9m {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=A op\u00e7\u00e3o {0} tamb\u00e9m precisa da op\u00e7\u00e3o {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/pt_PT/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_pt_PT.properties
deleted file mode 100644
index b51d44f..0000000
--- a/l10n/src/pt_PT/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de an\u00e1lise de linha de comando
-OpenIDE-Module-Short-Description=API compat\u00edvel com GetOpts para an\u00e1lise da linha de comando
-OpenIDE-Module-Long-Description=API compat\u00edvel com GetOpts para analisar e processar a linha de comando.. Est\u00e1 focalizado no caso em que cada parte da linha de comando est\u00e1 a ser analisada por um m\u00f3dulo diferente.
-OpenIDE-Module-Display-Category=Infra-estrutura
-
-MSG_OptionsHeader=\nOp\u00e7\u00e3o(\u00f5es) de m\u00f3dulo(s) adicional(is):\n
-
diff --git a/l10n/src/pt_PT/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_pt_PT.properties
deleted file mode 100644
index a4aba08..0000000
--- a/l10n/src/pt_PT/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API de configura\u00e7\u00f5es
-OpenIDE-Module-Short-Description=Uma biblioteca para armazenar as configura\u00e7\u00f5es em formato personalizado.
-OpenIDE-Module-Long-Description=Este m\u00f3dulo fornece a API de configura\u00e7\u00f5es para armazenar configura\u00e7\u00f5es definidas por m\u00f3dulos em formato personalizado. Tamb\u00e9m fornece v\u00e1rias configura\u00e7\u00f5es \u00fateis para formatos de configura\u00e7\u00f5es.
-OpenIDE-Module-Display-Category=Infraestrutura
-
diff --git a/l10n/src/pt_PT/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_pt_PT.properties
deleted file mode 100644
index 9581987..0000000
--- a/l10n/src/pt_PT/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Long-Description=Um m\u00f3dulo que fornece uma nova API para substituir NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=SPI de ac\u00e7\u00f5es (Experimental)
-OpenIDE-Module-Short-Description=Substitui\u00e7\u00f5es para NodeAction, CookieAction, etc.
-
diff --git a/l10n/src/pt_PT/platform/templates/templates/org/netbeans/modules/templates/Bundle_pt_PT.properties b/l10n/src/pt_PT/platform/templates/templates/org/netbeans/modules/templates/Bundle_pt_PT.properties
deleted file mode 100644
index 19f8fd6..0000000
--- a/l10n/src/pt_PT/platform/templates/templates/org/netbeans/modules/templates/Bundle_pt_PT.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-OpenIDE-Module-Display-Category=Infraestrutura
-OpenIDE-Module-Long-Description=Este m\u00f3dulo vincula a API de Sistemas de Dados com a API de Scripting. Como resultado, \u00e9 poss\u00edvel usar qualquer linguagem de scripting para gerar modelos.
-OpenIDE-Module-Name=Modela\u00e7\u00e3o avan\u00e7ada
-OpenIDE-Module-Short-Description=Modela\u00e7\u00e3o avan\u00e7ada n\u00e3o s\u00f3 para Sistemas de Dados
-ERR_Switch_To_Java_6=Imposs\u00edvel preencher o modelo, tente usar o mecanismo de scripting a partir do JDK 1.6 ou superior.\n\nExecute o NetBeans sob JDK 1.6 para resolver o problema.\nVisite http://wiki.netbeans.org/FaqNetbeansConf para saber como faz\u00ea-lo.
-
diff --git a/l10n/src/ro/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ro.properties b/l10n/src/ro/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ro.properties
deleted file mode 100644
index a49d2cf..0000000
--- a/l10n/src/ro/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ro.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Versiunea compilat\u0103 a modulului Harness
-OpenIDE-Module-Display-Category=Dezvoltare NetBeans
-OpenIDE-Module-Short-Description=Permite compilarea de module.
-OpenIDE-Module-Long-Description=Aceasta este versiunea compilat\u0103 a lui harness, folosit\u0103 la dezvoltarea modulelor NetBeans (cu sau f\u0103r\u0103 IDE). \u00cen condi\u0163ii normale, este folosit \u00een mod implicit de c\u0103tre proiectele de module NetBeans. Pentru informa\u0163ii cu caracter tehnic, citi\u0163i harness/README.
-
diff --git a/l10n/src/ro/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ro.properties b/l10n/src/ro/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ro.properties
deleted file mode 100644
index 1641b36..0000000
--- a/l10n/src/ro/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ro.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Dezvoltare NetBeans
-OpenIDE-Module-Long-Description=\u021ainte Ant pentru m\u0103surarea acoperirii cu teste a proiectelor apisupport ce folosesc Cobertura.\nExecuta\u021bi \u021binta 'display-coverage-report' pe un proiect pentru a m\u0103sura rezultatele \u0219i pentru a afi\u0219a raportul \u00eentr-un navigator extern.\nPentru integrare cu Modulul Harness
-OpenIDE-Module-Name=Modulul Cobertura pentru acoperirea cu teste
-OpenIDE-Module-Short-Description=\u021ainte Ant pentru m\u0103surarea acoperirii cu teste a proiectelor apisupport ce folosesc Cobertura.
-
diff --git a/l10n/src/ro/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ro.properties b/l10n/src/ro/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ro.properties
deleted file mode 100644
index f167659..0000000
--- a/l10n/src/ro/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ro.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Platforma pentru unelte Jelly
-
diff --git a/l10n/src/ro/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ro.properties b/l10n/src/ro/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ro.properties
deleted file mode 100644
index 4f1aa9c..0000000
--- a/l10n/src/ro/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ro.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Unelte pentru testare
-OpenIDE-Module-Short-Description=Biblioteca de teste Jemmy.
-OpenIDE-Module-Long-Description=O bibliotec\u0103 general\u0103 pentru testarea automat\u0103 a interfe\u0163ei GUI.
-
-
diff --git a/l10n/src/ro/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ro.properties b/l10n/src/ro/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ro.properties
deleted file mode 100644
index a9d3404..0000000
--- a/l10n/src/ro/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ro.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Unelte pentru testare
-OpenIDE-Module-Long-Description=Extensii NetBeans pentru JUnit inclusiv assertGC, assertSize, getWorkDir, LineDiff, etc.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=Extensii NetBeans pentru JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/ro/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ro.properties
deleted file mode 100644
index a10bd43..0000000
--- a/l10n/src/ro/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ro.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Biblioteci
-OpenIDE-Module-Short-Description=Biblioteca INSANE pentru verificarea memoriei heap.
-OpenIDE-Module-Long-Description=O bibliotec\u0103 pentru analiza, \u00een timpul execu\u0163iei, a  memoriei heap a JVM \u00een care ruleaz\u0103.
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_ro.properties
deleted file mode 100644
index 07c61dd..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_ro.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Name=NBI Ant Library
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_ro.properties
deleted file mode 100644
index 6ab3ec0..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_ro.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=The current platform is not supported.
-I.error.load.engine.properties=Could not load the engine properties file
-
-I.warning.silent.without.state="{1}" option is required when using "{0}". "{0}" will be ignored.
-
-I.error.cannot.create.local.dir=Cannot create local directory: {0}
-I.error.local.dir.is.file=Local directory exists and is a file: {0}
-I.error.no.read.permissions.for.local.dir=Cannot read local directory {0} - not enough permissions
-I.error.no.write.permissions.for.local.dir=Cannot write to local directory {0} - not enough permissions
-
-I.lock.file.exists.dialog.title=NetBeans Installer lock file exists
-I.lock.file.exists.dialog.text=The installer lock file exists at {0}\n\nIt means that either another instance of the installer is already running or the previous installation was not finished correctly.\nIt is not recommended that you run multiple instances at the same time since it can result in installer data corruption.\n\nIf you are sure that no other instance is running at the moment, click "Yes" to proceed otherwise click "No" to exit the installer.\n
-
-I.error.cannot.create.lock.file=Can't create lock for the local registry file
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_ro.properties
deleted file mode 100644
index 8b90466..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_ro.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Downloading from {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_ro.properties
deleted file mode 100644
index e561bfa..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_ro.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=The proxy types {0} and {1} conflict
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI cannot be null
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Failed to connect through {0} to {1}
-US.error.failed.configure.proxy=Failed to configure proxy {0} for {1}
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_ro.properties
deleted file mode 100644
index f1cfd59..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_ro.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Loading local registry [{0}]
-R.error.loading.local.registry.failed.title=Failed to load the local registry
-R.error.loading.local.registry.failed.msg=The local registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.bundled.registry=Loading bundled registry [{0}]
-R.error.loading.bundled.registry.failed.title=Failed to load the bundled registry
-R.error.loading.bundled.registry.failed.msg=The bundled registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.remote.registry=Loading remote registry [{0}]
-R.error.loading.remote.registry.failed.title=Failed to load the remote registry
-R.error.loading.remote.registry.failed.msg=The remote registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.error.cannot.delete.data=Cannot delete the cached installation data
-R.save.local.registry.title=Saving local registry
-R.save.local.registry.detail=Saving to {0}
-
-R.error.missing.target.component.title=Missing target component
-R.error.missing.target.component.msg=The specified target component - {0}/{1}\nwas not found in the registry. The installer\n can continue as if the target component was not specified.\nClick Yes to continue, No to exit the installer.
-
-R.error.validation.title=Validation Problem
-R.error.validation.msg=It seems that the installation of {0} is corrupted.\nThe validation procedure issued the following warning:\n\n{1}\n\nWould you like to mark this product as not installed and continue?\nIf you click No the installer will exit.\n\nNote that these products that depend on {2} will also be disabled:\n{3}
-
-R.error.matching.requirement=No components matching the requirement: {0} requires {1}
-R.error.cyclic.dependency=Cyclic dependency: {0}, {1}
-
-R.loading.registry.properties=Loading registry properties
-R.loading.component=Loading component: uid={0}, version={1}
-R.error.loading.components=Could not load components
-R.error.registry.finalization=Could not finalize registry
-R.error.registry.document.loading=Could not load registry document
-
-R.error.cannot.create.cache.directory=Cannot create local product cache directory {0}
-R.error.cache.is.file=Local product cache directory exists and is a file : {0}
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=Cannot create local registry
-
-R.error.registry.is.dir=Local registry {0} is a directory
-R.error.cannot.read.registry=Cannot read local registry {0} - not enough permissions
-R.error.cannot.write.registry=Cannot write local registry {0} - not enough permissions
-
-R.error.cannot.parse.platform=Cannot parse platform from "{0}"
-R.error.cannot.load.registry=Cannot load registry
-R.error.parser.not.support.schemas=The current parser - {0} - does not support schemas.
-
-R.error.unknown.dependency=Unknown dependency type {0}
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_ro.properties
deleted file mode 100644
index 503c131..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_ro.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=The installation directory {0} is missing.\nMost likely it was deleted manually.
-PCL.validation.directory.file=The installation directory {0} is in fact a file.\nMost likely it was previously deleted manually and overwritten with a file.
-PCL.validation.directory.empty=The installation directory {0} is empty.\nMost likely its contents were deleted manually.
-PCL.validation.directory.null=The installation directory cannot be detected.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Cannot initialize data for {0}
-P.error.cannot.load.logic=Cannot load configuration logic for {0}
-P.error.installdir.not.set=Installation location is not set for {0}
-P.error.installdir.set.empty=Installation location is set to empty string for {0}
-P.error.cannot.create.cache.dir=Cannot create the local cache directory {0} for {1}
-P.error.local.cache.not.dir=The local cache directory {0} for {1} is not a directory
-P.error.cannot.load.product=Could not load product {0}
-P.error.logic.not.yet.downloaded=Configuration logic for {0} is not yet downloaded
-P.error.installation.data.not.cached=Installation data is not cached for {0}
-P.error.cannot.extract.data=Cannot extract installation data for {0}
-P.error.cannot.save.files.list=Cannot save installed files list
-P.error.cannot.get.wizard.components=Cannot get component's wizard components
-P.error.cannot.wrap.for.macos=Cannot create directory hierarchy for MacOS Application
-P.error.cannot.get.files.list=Cannot get the installation files list
-P.error.cannot.delete.files.list=Cannot delete installed files list
-P.error.cannot.delete.file=Cannot delete the file
-P.error.cannot.remove.from.system=Cannot remove {0} from the system install manager
-P.error.not.enough.space=Cannot extract installation data -- not enough disk space in the target directory.
-P.error.cannot.clear.cache=Cannot clear installation data cache file {0}
-P.error.system.integartion.failed=Integration of {0} with the system package manager failed
-
-P.message.installation=Se instaleaz\u0103 {0}
-P.message.uninstallation=Se dezinstaleaz\u0103 {0}
-P.message.configuration=Configuring {0}
-P.message.unconfiguration=Unconfiguring {0}
-P.message.legal.artifacts=Creating legal artifacts
-P.message.run.logic=Running custom configuration logic
-P.message.system.registration=Registering in the system package manager
-P.message.save.installation.files.list=Saving installed files list
-P.message.delete=Deleting {0}
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_ro.properties
deleted file mode 100644
index 41691d5..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_ro.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Error writing to the log file. Logging disabled.
-
-EM.ununexpected.exception=An unexpected exception happened in thread {0}
-EM.errortype.critical=Critical Error
-EM.errortype.error=Eroare
-EM.errortype.warning=Avertisment
-EM.errortype.message=Mesaj
-EM.unexpected.error=An unknown error occured.
-EM.exception.message=\n\nException:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nYou can get more details about the issue in the installer log file:\n {0}
-
-FU.error.output.file.entry=An file entry {0} exists and is not a file
-FU.error.output.dir.entry=An directory entry {0} exists and is not a directory
-FU.message.extracting=Extracting {0}
-FU.error.load.xml.file.list=Could not load xml files list for extraction
-FU.error.unjar.todir=Directory {0} is an existing file, cannot unjar
-FU.message.copy.dir=Copying directory: {0} to: {1}
-FU.message.copy.file=Copying file: {0} to: {1}
-FU.error.close.stream=Cannot close stream
-FU.error.source.not.readable=Source {0} is not readable
-FU.error.dest.not.file=Destination {0} is not a file
-FU.error.dest.creation=Destination {0} cannot be created
-FU.error.dest.not.writable=Destination {0} is not writable
-FU.message.moving=Moving {0} to {1}
-FU.error.freespace=Cannot get free disk space amount at {0}
-FU.error.cannot.close.jar=Cannot close jar {0}
-FU.error.cannot.create.dir.exist.file=Cannot create directory {0}, it is an existing file
-FU.error.cannot.create.dir=Cannot create directory {0}
-FU.error.not.jar.file=The supplied file {0} is not a jar archive
-FU.error.sha1.not.supported=Holy crap, this jvm does not support SHA1
-FU.error.md5.not.supported=Holy crap, this jvm does not support MD5
-FU.error.file.security.exception=Something very unexpected - a security exception during accessing file {0}
-FU.message.delete.file=Deleting file {0}
-FU.message.delete.dir=Deleting directory {0}
-FU.error.pack200.failed=Pack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Cannot parse property - {0}, its value - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Could not activate the cross-platform look and feel - proceeding with whatever look and feel was the default.
-UI.error.failed.to.activate.defined.laf=Could not activate the defined look and feel - falling back to the default cross-platform one.
-UI.error.failed.to.init.ui=Can`t initialize UI
-UI.error.failed.to.force.gtk=Cannot force the use of GTK look and feel
-UI.silent.default.yes=Going with Yes (default) option...
-UI.silent.default.no=Going with No (default) option...
-UI.silent.default.cancel=Going with Cancel (default) option...
-
-StrU.error.cannot.parse.status=Cannot parse status: {0}
-StrU.error.unknown.platform=Platform "{0}" is not recognized.
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_ro.properties
deleted file mode 100644
index 5a80555..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_ro.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Failed to execute the JDK verification procedure
-JU.error.cannot.delete=Cannot delete {0}
-JU.error.cannot.download.testjdk=Cannot download TestJDK.class from {0}
-JU.error.cannot.canonize=Cannot canonize {0}
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_ro.properties
deleted file mode 100644
index da0b6b8..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_ro.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Invalid parameter for command line argument "{0}" -- "{1}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.bad.locale.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.missing.state.file=The specified state file "{1}", does not exist.\n"{0}" parameter is ignored.
-O.warning.bag.state.file.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <state-file-path>".
-O.warning.target.state.file.exists=The specified state file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.target.state.file.arg=Required parameter missing for command line argument\n"{0}". Should be "{0} <state-file-path>".
-O.warning.bundle.file.exists=The specified target file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.create.bundle.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <userdir-path>".
-O.warning.bad.platform.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-platform>".
-O.warning.bad.registry.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_ro.properties
deleted file mode 100644
index ba292a3..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_ro.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Not installed
-Status.to-be-installed=To be installed
-Status.installed=Instalate
-Status.to-be-uninstalled=To be uninstalled
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Installed Successfully
-DetailedStatus.install.warning=Installed With Warnings
-DetailedStatus.install.error=Failed to Install
-DetailedStatus.uninstall.success=Uninstalled Successfully
-DetailedStatus.uninstall.warning=Uninstalled With Warnings
-DetailedStatus.uninstall.error=Failed to Uninstall
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_ro.properties
deleted file mode 100644
index bfb2131..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_ro.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Failed to download frame icon from URI - {0}.
-NF.error.failed.to.set.frame.icon=Failed to set the frame icon.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=R\u0103sfoire
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_ro.properties
deleted file mode 100644
index 3d85b31..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_ro.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \ncomposite progress (sum of the own percentage and the percentages of the \nchildren) cannot be less than {1} and greater than {2}.
-
-CP.error.progress=The specified child progress doesn't exist in the composite progress \nso it can not be removed. 
-
-################################################################################
-# Progress.java
-P.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \nprogress cannot be less than {1} and greater than {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_ro.properties
deleted file mode 100644
index 3ec7e46..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_ro.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Can`t load bundle from {0}
-LP.error.no.files=There is no files in {0}
-LP.error.not.directory={0} is not a directory
-LP.error.directory.do.not.exist=Directory {0} does not exist
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_ro.properties
deleted file mode 100644
index 0d323e6..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_ro.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=No bundled or external jar files
-CnL.error.cannot.find.jvm.file=Cannot find JVM file {0}
-CnL.error.cannot.find.class=Can`t find class {0} in bundled files and no external ones were specified
-CnL.error.main.class.unspecified=No specified main class among bundled files
-CnL.error.cannot.get.output.name=No bundled files - can`t get output file name
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Can`t get launcher icon from {0}
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_ro.properties
deleted file mode 100644
index ecea916..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_ro.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Cannot obtain default applications location
-SR.error.cannot.parse.pattern=Cannot parse pattern: {0}
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_ro.properties
deleted file mode 100644
index 2a35450..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_ro.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Cannot access native method
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_ro.properties
deleted file mode 100644
index cdd581c..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_ro.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Failed to create the default Wizard instance.
-W.error.failed.to.load.components=Failed to load wizard components from {0}, using classloader {1}.
-W.error.failed.to.load.component=Failed to load wizard component from XML element {0}, using classloader {1}.
-W.error.unknown.ui.mode=Unknown UI mode - {0}.
-W.error.cannot.move.backward.silent=Cannot move backward in silent UI mode.
-W.error.cannot.move.backward.at.first=Cannot move backward - the wizard is already at the first element.
-W.error.parser.unsupports.schemas=The current parser - {0} - does not support schemas.
-W.error.interrupted=Interrupted while waiting
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_ro.properties
deleted file mode 100644
index fd5ac28..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_ro.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE Installer
-WC.description=NetBeans IDE Installer Description
-
-WC.help.button.text=&Help!
-WC.back.button.text=< \u00cena&poi
-WC.next.button.text=\u00ce&nainte>
-WC.cancel.button.text=Renun\u0163\u0103
-WC.finish.button.text=&Termin\u0103
-
-WC.cancel.dialog.title=Renun\u0163\u0103
-WC.cancel.dialog.text=Are you sure you want to cancel?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=An InterruptedException occured.
-
-WA.canceling.progress.title=Canceling, finishing the current operation...
-
-WA.cancel.dialog.title=Renun\u0163\u0103
-WA.cancel.dialog.text=Are you sure you want to cancel?
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_ro.properties
deleted file mode 100644
index 308c69a..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_ro.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Cache Engine...
-CEA.description=Please wait while the wizard caches the engine.
-CEA.error.cannot.cache.engine=Cannot cache the installer engine
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Creating Bundle...
-CBA.description=Please wait while the wizard creates a bundle with the selected components.
-
-CBA.progress.create.bundle.title=Creating a redistributable bundle at {0}
-CBA.progress.add.engine.detail=Add installer engine to the bundle
-CBA.progress.add.product.detail=Adding {0} ...
-CBA.progress.add.group.detail=Adding {0} ...
-
-CBA.error.failed.create.bundle=Failed to create the bundle
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Creating Native Launcher...
-CNLA.description=Please wait while the wizard creates a launcher for the jar file.
-CNLA.error.failed.create.launcher=Failed to create the native launcher
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Creating MacOSX Application Launcher...
-CMALA.description=Please wait while the wizard creates a app launcher for the jar file.
-CMALA.error.failed.create.launcher=Failed to create the app launcher
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Preparing Configuration Logic...
-DCLA.description=Please wait while the wizard prepares the configuration logic.
-DCLA.progress.remote.title=Downloading configuration logic for {0}
-DCLA.progress.local.title=Extracting configuration logic for {0}
-DCLA.failed=Failed to download installation logic for {0}
-DCLA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Preparing Installation Data...
-DIDA.description=Please wait while the wizard prepares the installation data.
-DIDA.progress.remote.title=Downloading installation data for {0}
-DIDA.progress.local.title=Extracting installation data for {0}
-DIDA.failed=Failed to download installation data for {0}
-DIDA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Ini\u021bializare...
-IRA.description=Please wait while the setup wizard initializes.
-IRA.registry.initialization.failed=Cannot initialize registry
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finalizing...
-FRA.description=Please wait while the setup wizard finalizes.
-FRA.registry.finalization.failed=Cannot finalize registry
-
-################################################################################
-# InstallAction.java
-IA.title=Installing...
-IA.description=Please wait while the wizard installs the selected components.
-IA.progress.install.title=Installing {0}...
-IA.progress.rollback.title=Canceling, rolling back {0}...
-IA.install.dependent.failed=Could not install {0}, since the installation of {1} failed
-IA.install.unknown.error=Unknown Error
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Searching for Java\u2122 Environments...
-SFJA.description=Please wait while the wizard searches your system for existing Java\u2122 environments.
-SFJA.prepare.list=Preparing locations list...
-SFJA.checking=Checking {0}
-SFJA.search.java=Searching for installed Java environments...
-SFJA.entry.label={0} (v. {1} by {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Uninstalling...
-UA.description=Please wait while the wizard uninstalls the selected components.
-UA.progress.uninstall.title=Se dezinstaleaz\u0103 {0}
-UA.uninstall.dependent.failed=Could not uninstall {0}, since the uninstallation of {1} failed
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=Source component UID is not set
-SILA.error.cannot.find.component=Component with the given uid {0} does not exist
-SILA.error.cannot.get.logic=Could not access configuration logic for {0}
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_ro.properties
deleted file mode 100644
index 7e3e395..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_ro.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Loc:
-ALP.location.button.text=&R\u0103sfoire...
-ALP.list.label.text=The &following locations were found by the search algorithm:
-
-ALP.error.nothing.found=No compatible applications were found.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Components Selection
-CSP.description.both=Select the components that you want to install. Unselect those you want to uninstall.
-CSP.description.install=Select the components that you want to install.
-CSP.description.uninstall=Unselect the components that you want to uninstall.
-CSP.feature.description.title=Feature Description
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Installation size: {0}     Download Size: {1}
-CSP.sizes.label.text.no.download=Installation size: {0}
-
-CSP.default.installation.size=N/A
-CSP.default.download.size=N/A
-
-CSP.error.no.changes.both=No feature selected. Select at least one feature for installation or uninstallation.
-CSP.error.no.changes.install=No feature selected. Select at least one feature for installation.
-CSP.error.no.changes.uninstall=No feature selected. Select at least one feature for uninstallation.
-CSP.error.requirement.install={1} is required to install {0}.
-CSP.error.conflict.install={0} conflicts with {1}.
-CSP.error.requirement.uninstall={0} is required by {1}.
-CSP.error.not.enough.space.to.download=Insufficient disk space for downloading the installation data. Additional {1} is required in {0}.
-CSP.error.not.enough.space.to.extract=Insufficient disk space for extracting the installation data. Additional {1} is required in {0}.
-CSP.error.cannot.check.space=Cannot check the free disk space
-
-################################################################################
-# DestinationPanel.java
-DP.title=Installation Folder
-DP.description=Choose destination folder.
-
-DP.destination.label.text=&Installation location:
-DP.destination.button.text=&R\u0103sfoire...
-
-DP.error.null=The installation folder cannot be empty.
-DP.error.not.valid=The specified installation folder is invalid.
-DP.error.contains.exclamation=The installation folder cannot contain the exclamation mark (!).
-DP.error.contains.semicolon=The installation folder cannot contain the semicolon character (;).
-DP.error.contains.colon=The installation folder cannot contain the colon character (:).
-DP.error.contains.ampersand=The installation folder cannot contain the ampersand character (&).
-DP.error.contains.wrong.char=The installation folder contains the wrong character({1}).
-DP.error.matches.prohibited.regexp=The specified installation folder is invalid (it matches prohibited pattern {1}).
-DP.error.not.absolute=The specified installation folder has to be in absolute path form.
-DP.error.cannot.canonize=The specified installation folder cannot be canonized.
-DP.error.not.directory=The specified installation location is not a folder.
-DP.error.not.readable=The specified installation folder is not readable.
-DP.error.not.writable=The specified installation folder is read-only.
-DP.error.not.empty=The specified installation folder is not empty.
-DP.error.not.ends.with.app=The specified installation folder must end with ".app".
-DP.error.not.enough.space=Not enough disk space. Additional {1} required in {0}.
-DP.error.cannot.get.logic=Cannot obtain configuration logic
-DP.error.cannot.check.space=Cannot check the free disk space
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 home folder:
-JLP.location.label.text.java=&Java\u2122 environment home folder:
-JLP.location.button.text=&R\u0103sfoire...
-JLP.list.label.text=&List of suitable JDK\u2122 found on this machine:
-JLP.list.label.text.java=&List of suitable Java\u2122 environments found on this machine:
-
-JLP.error.null=The path to the JDK cannot be empty.
-JLP.error.null.java=The path to the Java environment cannot be empty.
-JLP.error.not.valid.path=The specified JDK folder {0} is invalid.
-JLP.error.not.valid.path.java=The specified Java environment folder {0} is invalid.
-JLP.error.path.not.exists=The specified JDK folder {0} does not exist.
-JLP.error.path.not.exists.java=The specified Java environment folder {0} does not exist.
-JLP.error.not.javahome=The specified JDK folder {0} does not contain JDK.
-JLP.error.not.javahome.java=The specified Java environment folder {0} does not contain Java environment.
-JLP.error.not.jdk=The specified JDK folder {0} contains JRE, but a full JDK is required.
-JLP.error.wrong.version.older=The specified JDK folder {0} contains JDK version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.older.java=The specified Java environment folder {0} contains Java version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.newer=The specified JDK folder {0} contains JDK version "{1}", while the maximum is "{2}".
-JLP.error.wrong.version.newer.java=The specified Java environment folder {0} contains Java version "{1}", while the maximum is "{2}".
-JLP.error.wrong.vendor=The specified JDK folder {0} contains JDK from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.wrong.vendor.java=The specified Java environment folder {0} contains Java from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.unknown=An unknown error occured while validating the path.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>The installer could not find a compatible JDK installation, specify it manually.<br>The minimum required version is {0}. To download JDK, visit <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>The installer could not find a compatible Java environment, specify it manually.<br>The minimum required version is {0}. To download Java environment, visit <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (used by {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Post-Create Bundle Summary
-PoCBSP.dialog.description=Click Finish to exit.
-
-PoCBSP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Some errors were encountered in the course of bundle creation process.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=The following components were successfully bundled:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=The following components failed to be bundled:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=View &Log
-PoCBSP.send.log.button.text=&Send Log
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Installation Wizard - Post-Install Summary
-
-PoISP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Some warnings were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Some errors were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=The following components were successfully installed:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=The following components installed with warnings:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=The following components failed to install:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=The following components were successfully uninstalled:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=The following components uninstalled with warnings:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=The following components failed to uninstall:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=View &Details
-PoISP.view.log.button.text=View &Log
-PoISP.send.log.button.text=&Send Log
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Log file is not available
-
-PoISP.message.files.remaining=Some files could not be removed from the installation directories of the {0}. You may need to remove them manually.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Pre-Create Bundle Summary
-PrCBSPdialog.description=Click Create to create the bundle.
-
-PrCBSPmessage.text=The wizard has collected all required data to proceed with creating of the bundle. Please review your choice. To continue, click Next.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=You chose to create a bundle with the following components:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Total download size: {0}
-PrCBSPrequired.disk.space.label.text=Required disk space: {0}
-PrCBSPcreate.button.text=&Create
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Pre-Install Summary
-
-PrISP.message.text=The installation wizard has collected all required data to proceed with installation/uninstallation of the selected components. Please review your choice. To continue, click Next.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=You chose to install the following components:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=You chose to uninstall the following components:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Total download size: {0}
-PrISP.required.disk.space.label.text=Required disk space: {0}
-PrISP.install.button.text=&Instaleaz\u0103
-
-PrISP.error.not.enough.space=Insufficient disk space for proper installation. Additional {1} is required in {0}.
-PrISP.error.cannot.check.space=Cannot check the free disk space
-PrISP.error.logic.access=Could not access product's configuration logic
-PrISP.error.fsroots=Cannot get the list of file system roots
-PrISP.error.non.existent.root={0} is set up to be installed to {1} which does not belong to any of the file system roots.
-PrISP.error.cannot.write=The wizard does not have write access to {1}, the installation directory of {0}. Please correct the permissions before proceeding.
-
-################################################################################
-# LicensesPanel.java
-LP.title=Acord de licen\u0163iere
-LP.description=Please read the following license agreement carefully.
-
-LP.accept.checkbox.text=I &accept the terms in the license agreement
-LP.error.cannot.get.logic=Could not access configuration logic
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<No Text>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Are you sure you want to cancel?
-EMP.cancel.dialog.title=Renun\u0163\u0103
-EMP.error.failed.input.verify=Failed to verify input
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_ro.properties
deleted file mode 100644
index d2a0ae9..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_ro.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Failed to download wizard icon from URI - {0}.
-SFC.error.failed.to.set.icon=Failed to set the swing frame container icon.
-SFC.error.failed.to.attach.error.handler=Failed to attach custom error handler to the EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Cannot set the default close operation
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_ro.properties
deleted file mode 100644
index ea49c13..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_ro.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Installation details
-IDD.component.label=Component
-IDD.status.label=Status
-
-ILD.loading.logfile=Loading log file. A\u0219tepta\u021bi...
-ILD.error.reading.log=Cannot read log file {0}.
-ILD.error.log.contents=Log contents are not available.
-
diff --git a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_ro.properties b/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_ro.properties
deleted file mode 100644
index 1a04f2d..0000000
--- a/l10n/src/ro/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_ro.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Name=NBI Engine Library
-
diff --git a/l10n/src/ro/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ro.properties b/l10n/src/ro/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ro.properties
deleted file mode 100644
index 7c12089..0000000
--- a/l10n/src/ro/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ro.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Meniul Apple pentru aplica\u0163ii
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Permite suportul corect al meniului Apple pentru aplica\u0163ii
-
-OpenIDE-Module-Long-Description=Permite ca elementele din meniul Apple s\u0103 func\u0163ioneze corect \u015fi mut\u0103 acolo unele elemente standard  - Unelte | Op\u0163iuni devine Preferin\u0163e, Ajutor | Despre devine despre, Fi\u015fier | Ie\u015fire devine Ie\u015fire.
-
-MSG_MinimizeWindowAction=&Minimizeaz\u0103 fereastra
-
diff --git a/l10n/src/ro/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ro.properties b/l10n/src/ro/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ro.properties
deleted file mode 100644
index e10d344..0000000
--- a/l10n/src/ro/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ro.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Se stabile\u015fte conexiunea ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Verificare actualiz\u0103ri \u00een {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=Nu pot citi NBM {0}
-InstallSupportImpl_TurnOnTimeout=limita de timp la \u00eenc\u0103rcare {0}
-InstallSupportImpl_NullSource=URL-ul surs\u0103 pentru modulul "{0}" este gol, cel mai probabil atributul "distribution" este gol \u00een catalogul UC.\nPentru detalii suplimentare vizualiza\u0163i de asemenea http://www.netbeans.org/issues/show_bug.cgi?id=153799 .
-InstallSupportImpl_Download_Unavailable=Nu pot accesa {0}
-OperationSupportImpl_Custom_Uninstall=Se dezinstaleaz\u0103 {0}
-OperationSupportImpl_Custom_Install=Se instaleaz\u0103 {0}
-
-UpdateUnitFactory_Libraries_Category=Biblioteci
-UpdateUnitFactory_Bridges_Category=Pun\u0163i
-UpdateUnitFactory_Unsorted_Category=Necategorisit
-UpdateElementImpl_Feature_CategoryName=Functionalit\u0103\u0163i
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>S-a instalat modulul:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>S-au instalat modulele:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>\u00cenc\u0103 nu s-a instalat modulul:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>\u00cenc\u0103 nu s-au instalt modulele:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>Modul nou oferit de modulul:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>Module noi oferite de modulul:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/ro/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ro.properties b/l10n/src/ro/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ro.properties
deleted file mode 100644
index 4a1f232..0000000
--- a/l10n/src/ro/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ro.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Long-Description=Func\u0163ionalitatea AutoActualizare ofer\u0103 c\u00e2teva servicii: descarc\u0103 \u015fi instaleaz\u0103 actualiz\u0103rile disponibile pentru modulele instalate, caut\u0103 \u015fi instaleaz\u0103 noi module de la Centrele de actualizare la care sunte\u0163i abonat, vizualizeaz\u0103 \u015fi administreaz\u0103 modulele.
-OpenIDE-Module-Name=Servicii de actualizare automat\u0103
-OpenIDE-Module-Short-Description=Posibilitate de a c\u0103uta actualiz\u0103ri ale modulelor la Centrul de actualizare \u015fi de a desc\u0103rca \u015fi instala module
-
diff --git a/l10n/src/ro/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ro.properties b/l10n/src/ro/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ro.properties
deleted file mode 100644
index 3deb86d..0000000
--- a/l10n/src/ro/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ro.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Centrul de actualizare implicit
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Biblioteci
-ArtificialFeaturesProvider_Bridges_Category=Pun\u0163i
-ArtificialFeaturesProvider_Unsorted_Category=Necategorisit
-ArtificialFeaturesProvider_Features_Category=Functionalit\u0103\u0163i
-NetworkAccess_Timeout=S-a atins limita de timp la deschiderea conexiunii c\u0103tre {0}
-
diff --git a/l10n/src/ro/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ro.properties b/l10n/src/ro/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ro.properties
deleted file mode 100644
index 43ddbd8..0000000
--- a/l10n/src/ro/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ro.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Se preg\u0103te\u015fte despachetarea
-CTL_UnpackingFile=Se despacheteaz\u0103 fi\u015fierul:
-CTL_DeletingFiles=Se dezinstaleaz\u0103 fisierele...
-CTL_DisablingFiles=Se dezactiveaz\u0103 fi\u015fierele...
-UpdaterFrame.jTextArea1.text=Actualizare \u00een curs.\n\nA\u0219tepta\u021bi ...
-UpdaterFrame.textLabel.text=Se preg\u0103te\u015fte despachetarea
-UpdaterFrame.Form.title=Program de actualizare
-UpdaterFrame.textLabel.fontName=Dialog
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/ro/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ro.properties b/l10n/src/ro/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ro.properties
deleted file mode 100644
index a965311..0000000
--- a/l10n/src/ro/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ro.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text=\u00eenc\u0103 {0} ...
-Less_Command_Text=doar {0} ...
-UnitTab_ReloadTime=Ultima verificare: {0}
-UnitTab_ReloadTime_Never=niciodat\u0103
-UnitTab_LessAction=Arat\u0103 mai pu\u0163ine module
-UnitTab_MoreAction=Arat\u0103 mai multe module
-UnitTab_TooltipCheckBox_INSTALLED=Verific\u0103 modulul {0}
-UnitTab_Tooltip_RefreshAction=Re\u00eenc\u0103rcare catalog
-UnitTab_bTabAction_Name_INSTALLED=&Dezinstaleaz\u0103
-UnitTab_TooltipCheckBox_UPDATE=Verific\u0103 modulul {0}
-UnitTab_bTabAction_Name_UPDATE=Act&ualizeaz\u0103
-UnitTab_CheckAction=Verific\u0103
-UnitTab_CheckCategoryAction=Bifeaz\u0103 categoria
-UnitTab_UncheckCategoryAction=Debifeaz\u0103  categoria
-UnitTab_CheckAllAction=Bifeaz\u0103 tot
-UnitTab_UncheckAllAction=Debifeaz\u0103 tot
-UnitTab_ReloadAction=&Re\u00eencarcare catalog
-UnitTab_PrepareReloadAction=A\u015ftepta\u0163i re\u00eenc\u0103rcarea catalogului
-UnitTab_RemoveLocallyDownloadedAction=\u00cendep\u0103&rteaz\u0103
-UnitTab_ActivateAction=&Activeaz\u0103
-UnitTab_ActivateCategoryAction=Activeaz\u0103 categoria
-UnitTab_DeactivateAction=&Dezactiveaz\u0103
-UnitTab_DeactivateCategoryAction=Deazactiveaz\u0103 categoria
-AvailableTab_SourceCategory_Tooltip_STANDARD=Modul atestat
-AvailableTab_SourceCategory_Tooltip_BETA=Modul \u00een versiune beta
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Modul furnizat de Comunitate
-InstallTab_Active_Tooltip=Activ
-InstallTab_InActive_Tooltip=Inactiv
-InstallTab_PendingForInstall_Tooltip=Este necesar\u0103 repornirea aplica\u0163iei pentru definitivarea instal\u0103rii
-InstallTab_PendingForDeactivate_Tooltip=Este necesar\u0103 repornirea aplica\u0163iei pentru definivarea dezactiv\u0103rii
-InstallTab_ReadOnly_Tooltip={0} este \u00een mod doar-citire \u015fi nu poate fi bifat
-UnitTab_TooltipCheckBox_AVAILABLE=Verific\u0103 modulul {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Instaleaz\u0103
-UnitTab_TooltipCheckBox_LOCAL=Verific\u0103 modulul {0}
-UnitTab_Tooltip_AddAction_LOCAL=Adaug\u0103 modulele desc\u0103rcate local
-UnitTab_Tooltip_RemoveAction_LOCAL=\u00cendep\u0103rteaz\u0103 modulul din list\u0103
-UnitTab_bTabAction_Name_LOCAL=&Instaleaz\u0103
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text=S-a ales {0}  modul
-UnitTab_lHowManySelected_Many_Text=S-au ales {0} module
-UnitTab_OperationName_Text_INSTALLED=Dezinstaleaz\u0103
-UnitTab_OperationName_Text_UPDATE=Actualizeaz\u0103
-UnitTab_OperationName_Text_AVAILABLE=Instaleaz\u0103
-UnitTab_OperationName_Text_LOCAL=Instaleaz\u0103
-UnitTab_lWarning_Text=Opera\u0163ia {0} necesit\u0103 repornirea aplica\u0163iei
-PluginManagerUI_UnitTab_Update_Title=Actualiz\u0103ri
-PluginManagerUI_UnitTab_Update_ToolTip=Aplica\u0163ia dumneavoastr\u0103 este la zi!
-PluginManagerUI_UnitTab_Available_ToolTip=Nu este disponibil niciun modul. Ap\u0103sa\u0163i Re\u00eenc\u0103rcare catalog pentru cele mai noi module.
-PluginManagerUI_UnitTab_Available_Title=Module disponibile
-PluginManagerUI_UnitTab_Installed_Title=Instalate
-PluginManagerUI_UnitTab_Local_Title=Desc\u0103rcate
-UnitTab_bAddLocallyDownloads_Name=&Adaug\u0103 module...
-UnitTab_bAddLocallyDownloads_ACN=Adaug\u0103 module
-UnitTab_bAddLocallyDownloads_ACD=Adaug\u0103 module pentru a utiliza navigatorul de fi\u015fiere pentru a ad\u0103uga modulele desc\u0103rcate
-NotificationAlreadyPreparedToIntsall=Modulul {0} este deja preg\u0103tit pentru actualizare/instalare.
-NotificationOneAlreadyInstalled=Modulul "{0}" este deja instalat.
-NotificationMoreAlreadyInstalled=Modulele "{0}" sunt deja instalate.
-NotificationAlreadyPresent=Modulul "{0}" este deja ad\u0103ugat. Dori\u0163i inlocuirea cu  "{1}"?
-NotificationAlreadyPresentTitle=\u00cenlocuie\u015fte modul
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Adaug\u0103 module
-CTL_FileFilterDescription=Fi\u015fiere pentru distribuirea modulelor (*.nbm)
-NetworkProblemPanel_taTitle_Text=Imposibil de conectat la Centrul de actualizare
-NetworkProblemPanel_taMessage_WarningText=Verifica\u0163i configura\u0163ia proxy sau \u00eencerca\u0163i mai t\u00e2rziu. Este posibil ca serverul s\u0103 nu fie disponibil momentan. \n\n Verifica\u021bi ca firewall-ul s\u0103 nu blocheze traficul \u00een re\u021bea.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Verifica\u0163i configura\u0163ia proxy sau \u00eencerca\u0163i mai t\u00e2rziu. Este posibil ca serverul s\u0103 nu fie disponibil momentan. \n\n Verifica\u021bi ca firewall-ul s\u0103 nu blocheze traficul \u00een re\u021bea. \n\n Este posibil ca fi\u0219ierele cache s\u0103 fie \u00eenvechite. Ap\u0103sa\u0163i Re\u00eenc\u0103rcare catalog pentru re\u00eemprosp\u0103tarea con\u0163inutului.
-NetworkProblemPanel_taMessage_ErrorText=Nu au fost desc\u0103rcate cu succes toate modulele. Serverul poate fi indisponibil momentan \u00cencerca\u0163i mai t\u00e2rziu.
-CTL_Warning=Avertisment
-CTL_Error=Probleme de re\u0163ea
-CTL_ShowProxyOptions=Configurare &Proxy...
-ACSD_ShowProxyOptions=N/A
-Utilities_NetworkProblem_Continue=Mai \u00eencearc\u0103 oda&t\u0103
-Utilities_NetworkProblem_Skip=&S\u0103ri
-Utilities_NetworkProblem_Cancel=Renun\u0163\u0103
-Utilities_NetworkProblem_Text=Imposibil de conectat la {0} deoarece {1}
-SettingsTable_ActiveColumn=Activ
-SettingsTable_NameColumn=Nume
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Configur\u0103ri
-SettingsTab.bProxy.text=Configur\u0103ri &Proxy
-UpdateUnitProviderPanel_OK=De acord
-UpdateUnitProviderPanel_displayName=Personalizare Centru de actualizare
-UpdateUnitProviderPanel.lName.text=&Nume\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Verific\u0103 automat apari\u0163ia actualiz\u0103rilor
-Utilities_Libraries_Category=Biblioteci
-Utilities_Bridges_Category=Pun\u0163i
-Utilities_Unsorted_Category=Necategorisit
-SettingsTab.bRemove.message=Sigur dori\u0163i \u00eendep\u0103rtarea urm\u0103torului centru de actualizare: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Nume
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Verific\u0103 automat apari\u0163ia actualiz\u0103rilor
-UpdateUnitProviderPanel.error.name.short=Nu s-a specificat numele Centrului de actualizare
-UpdateUnitProviderPanel.error.url.short=Nu s-a specificat URL-ul Centrului de actualizare
-UpdateUnitProviderPanel.error.name.dup=Exist\u0103 deja un Centru de actualizare cu acela\u015fi nume
-UpdateUnitProviderPanel.error.url.invalid=URL-ul centrului de actualizare nu este valid
-UnitTab_bClose_Text=\u00cen&chide
-Utilities_CheckingForUpdates=Se verific\u0103 actualiz\u0103rile
-UnitTab_InitAndCheckingForUpdates=Se ini\u0163ializeaz\u0103 lista de module ... 
-InstalledTableModel_State_Enabled=Pornit
-InstalledTableModel_State_Disabled=Oprit
-AvailableTableModel_Columns_Install=Instaleaz\u0103
-AvailableTableModel_Columns_Name=Nume
-AvailableTableModel_Source_Category=Surs\u0103
-AvailableTableModel_Columns_Category=Categorie
-InstalledTableModel_Columns_Uninstall=Alege
-InstalledTableModel_Columns_Name=Nume
-InstalledTableModel_Columns_Installed=Instalate
-InstalledTableModel_Columns_Category=Categorie
-InstalledTableModel_Columns_Enabled=Activ
-LocallyDownloadedTableModel_Columns_Install=Instaleaz\u0103
-LocallyDownloadedTableModel_Columns_Name=Nume
-LocallyDownloadedTableModel_Columns_Version=Versiune
-LocallyDownloadedTableModel_Columns_Size=M\u0103rime
-UpdateTableModel_Columns_Update=Actualizeaz\u0103
-UpdateTableModel_Columns_Name=Nume
-UpdateTableModel_Columns_Installed=Instalate
-UpdateTableModel_Columns_Available=Disponibil
-UpdateTableModel_Columns_Size=M\u0103rime
-UpdateTableModel_Columns_Category=Categorie
-SettingsTab_NewProviderName=Furnizor nou
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Descriere:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GO
-Utilities_DownloadSize_MB=MO
-Utilities_DownloadSize_kB=kO
-Utilities_DownloadSize_B=O
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Versiune: 
-UnitDetails_Plugin_InstalledVersion=Versiune instalat\u0103:
-UnitDetails_Plugin_AvailableVersion=Versiune disponibil\u0103:
-UnitDetails_Plugin_Author=Autor: 
-UnitDetails_Plugin_Date=Dat\u0103: 
-UnitDetails_Plugin_Source=Surs\u0103: 
-UnitDetails_Plugin_CodeName=Nume de cod: 
-UnitDetails_Plugin_Homepage=Pagin\u0103 principal\u0103: 
-UnitDetails_Plugin_Notification=Noti\u0163e importante:
-UnitDetails_Plugin_Description=Descriere modul
-UnitDetails_Plugin_Collecting_Dependencies=Se colectez\u0103 dependin\u021bele
-UnitDetails_New_Internal_Update_Mark=nou!
-lSearch1.text=&Caut\u0103\:
-SettingsTab.lCheckPeriod.text=&Interval verificare\:
-SettingsTab.lGeneral.text=Avansat
-SettingsTab.addButton.text=&Nou
-SettingsTab.RemoveButton.text=\u00cendep\u0103&rteaz\u0103
-SettingsTab.EditButton.text=&Editare
-SettingsTab.AddButton.text=&Adaug\u0103
-SettingsTab.lUpdateCenters.text=Configurarea centrelor de act&ualizare\:
-SettingsTab.lConnection.text=Verific\u0103 automat actualiz\u0103rile
-CTL_Update_every_startup=La fiecare pornire
-CTL_Update_every_day=Zilnic
-CTL_Update_every_week=S\u0103pt\u0103m\u00e2nal
-CTL_Update_every_2weeks=Bilunar
-CTL_Update_every_month=Lunar
-CTL_Update_never=Niciodat\u0103
-CTL_Update_custom=Stabilit de utilizator
-SettingsTab.cbSharedInstall.text=&For\u0163eaz\u0103 instalarea \u00een dosarele partajate
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Permisiuni scriere
-SettingsTab.cbSharedInstall.ReadOnlyMessage=Nu ave\u021bi permisiunea s\u0103 instala\u021bi module \u00een dosarul partajat: \n{0}\nPentru a instala \u00een dosarul partajat, rula\u021bi aplica\u021bia ca utilizator cu drepturi administrative.
-SettingsTab.cbSharedInstall.NoSharedTitle=Lips\u0103 dosar instalare
-SettingsTab.cbSharedInstall.NoSharedMessage=Nu s-au g\u0103sit dosare partajate.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Nu pot citi NBM {0} deoarece {1}
-PluginManagerUI.bHelp.text=&Ajutor
-ACN_UnitTable=List\u0103 module
-ACD_UnitTable=List\u0103 module
-ACN_UpdateCentersTable=List\u0103 Centre de actualizare
-ACD_UpdateCentersTable=Lista Centrelor de actualizare ce permite activarea sau dezactivarea Centrului de actualizare selec\u0163ionat
-ACN_DetailsPanel=Detaliile modulului
-ACN_DetailsPanel_Button=Invoc\u0103 ac\u0163iunea {0}
-ACN_UnitDetails=Detalii modul
-ACD_Reload=Re\u00eenc\u0103rcare catalog
-ACD_Search=Caut\u0103 module
-ACN_Tabs=Caut\u0103 printre actualiz\u0103ri ale modulelelor, module disponibile, instalate sau desc\u0103rcate
-ACD_Tabs=Caut\u0103 printre actualiz\u0103ri ale modulelelor, module disponibile, instalate sau desc\u0103rcate
-ACN_PluginManagerUI=Administrator module
-ACD_PluginManagerUI=Administrator de module pentru actualizarea, instalarea sau indep\u0103rtarea modulelor
-ACN_Reload=Re\u00eenc\u0103rcare catalog
-ACN_UpdateCenterCustomizer=Personalizare Centru de actualizare
-ACD_UpdateCenterCustomizer=Personalizare Centru de actualizare pentru modificarea numelor \u015fi URL-ul centrelor de actualizare
-NetworkProblemPanel_ACD=N/A
-NetworkProblemPanel_taMessage=Mesaj al problemelor de re\u0163ea
-NetworkProblemPanel_taTitle_ACN=Probleme de re\u0163ea
-UnitTab.detailView.text=&Arat\u0103 detalii
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Actualiz\u0103ri interne)
-Unit_InternalUpdates_Title=Actualiz\u0103ri interne
-
diff --git a/l10n/src/ro/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ro.properties b/l10n/src/ro/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ro.properties
deleted file mode 100644
index da11e8a..0000000
--- a/l10n/src/ro/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ro.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Verific\u0103 act&ualiz\u0103rile
-PluginManagerAction_Name=Mo&dule
-PluginManager_Panel_Name=Module
-PluginManager_CloseButton_Name=\u00cen&chide
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} actualiz\u0103ri disponibile.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} actualizare disponibil\u0103.
-AutoupdateCheckScheduler_UpdateFound_Hint=Ap\u0103sa\u0163i aici pentru actualizarea aplica\u0163iei.
-AutoupdateCheckScheduler_InstallInProgress=A\u015ftepta\u0163i, o alt\u0103 instalare este \u00een curs ...
-
diff --git a/l10n/src/ro/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ro.properties b/l10n/src/ro/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ro.properties
deleted file mode 100644
index c0744e8..0000000
--- a/l10n/src/ro/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ro.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Long-Description=Interfa\u0163a UI permite navigarea con\u0163inutului Centrelor de actualizare pentru a desc\u0103rca actualiz\u0103ril sau module noi \u015fi pentru a instala automat module.
-OpenIDE-Module-Name=Actualizeaz\u0103 automat interfa\u0163a UI
-OpenIDE-Module-Short-Description=Furnizeaz\u0103 interfa\u0163a UI a serviciilor de actualizare automat\u0103
-
diff --git a/l10n/src/ro/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ro.properties b/l10n/src/ro/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ro.properties
deleted file mode 100644
index 7dc3323..0000000
--- a/l10n/src/ro/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ro.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Bun venit la programul de instalat module
-OperationDescriptionStep_Header_Content=Programul de instalare va desc\u0103rca, verifica \u015fi instala modulele alese.
-OperationDescriptionStep_TableInstall_Title=Urm\u0103toarele module vor fi instalate:
-OperationDescriptionStep_TableUpdate_Title=Urm\u0103toarele module vor fi actualizate:
-OperationDescriptionStep_PluginBrokesJavaDependency=Este necesar\u0103 platforma Java versiunea {0} dar s-a g\u0103sit doar versiunea {1}.
-OperationDescriptionStep_HeaderUninstall_Head=Bun venit la programul de instalat module
-OperationDescriptionStep_HeaderUninstall_Content=Modulele alese vor fi dezinstalate. Modulele alese vor fi \u015fterse de pe disc.
-OperationDescriptionStep_TableUninstall_Title=Urm\u0103toarele module vor fi dezinstalate:
-OperationDescriptionStep_HeaderActivate_Head=Bun venit la programul de instalat module
-OperationDescriptionStep_HeaderActivate_Content=Modulele alese vor fi activate.
-OperationDescriptionStepActivate_Table_Title=Urm\u0103toarele module vor fi activate:
-OperationDescriptionStep_HeaderDeativate_Head=Bun venit la programul de instalat module
-OperationDescriptionStep_HeaderDeativate_Content=Modulele alese vor fi dezactivate.
-OperationDescriptionStep_TableDeativate_Title=Urm\u0103toarele module vor fi dezactivate:
-PanelBodyContainer_PleaseWait=A\u015ftepta\u0163i ca programul de instalare s\u0103 descopere dependen\u0163ele \u00eentre module.
-DependenciesResolutionStep_Table_Title=Vor fi instalate \u015fi urm\u0103toarele module deoarece unul sau mai multe module pe care le instala\u0163i depind de acestea:
-UninstallDependenciesResolutionStep_Table_Title=Este necesar s\u0103 dezactiva\u0163i urm\u0103toarele module deoarece necesit\u0103 unul sau mai multe module pe care urmeaz\u0103 s\u0103 le dezactiva\u0163i:
-LicenseApprovalPanel_taTitle_Text=Pentru a continua cu instalarea, va trebui s\u0103 accepta\u021bi toate acordurile de licen\u021b\u0103 asociate cu modulul respectiv. \n\n
-LicenseApprovalPanel_tpLicense_Head=Acord de licen\u0163iere {0} 
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=Acord de licen\u0163iere
-LicenseApprovalPanel_Header_Content=Citi\u0163i cu aten\u0163ie tot acordul de licen\u0163iere care urmeaz\u0103.
-InstallUnitWizard_Title=Program de instalat module
-InstallStep_Header_Download_Head=Desc\u0103rcare
-InstallStep_Header_Download_Content=A\u015ftepta\u0163i ca programul de instalare s\u0103 descarce modulele solicitate.
-InstallStep_Header_Verify_Head=Valideaz\u0103
-InstallStep_Header_Verify_Content=A\u015ftepta\u0163i ca programul de instalare s\u0103 valideaze modulele desc\u0103rcate.
-InstallStep_Header_Install_Head=Instaleaz\u0103
-InstallStep_Header_Install_Content=A\u015ftepta\u0163i ca programul de instalare s\u0103 termine instalarea.
-InstallStep_Header_InstallDone_Head=Instalarea s-a terminat cu succes
-InstallStep_Header_InstallDone_Content=Ap\u0103sa\u0163i Termin\u0103pentru a p\u0103r\u0103si programul de instalare.
-InstallStep_Header_InstallUnsuccessful_Head=Instalarea a e\u015fuat
-InstallStep_Header_InstallUnsuccessful_Content=Ap\u0103sa\u0163i Termin\u0103 pentru a p\u0103r\u0103si programul de instalare \u015fi reporni\u0163i aplica\u0163ia.
-InstallStep_Header_Restart_Head=Reporni\u0163i aplica\u0163ia pentru a definitiva instalarea
-InstallStep_Header_Restart_Content=Reporni\u0163i aplica\u0163ia pentru a definitiva instalarea modulelor.
-UninstallStep_Header_Restart_Head=Reporni\u0163i aplicatia pentru a definitiva deactivarea
-UninstallStep_Header_Restart_Content=Reporni\u0163i aplica\u0163ia pentru a definitiva deactivarea modulelor.
-CustomHandleStep_Header_Install_Restart_Head=Reporni\u0163i aplica\u0163ia pentru a definitiva instalarea
-CustomHandleStep_Header_Install_Restart_Content=Reporni\u0163i aplica\u0163ia pentru a definitiva instalarea modulelor.
-CustomHandleStep_Header_Uninstall_Restart_Head=Reporni\u0163i aplica\u0163ia pentru a definitiva dezinstalarea
-CustomHandleStep_Header_Uninstall_Restart_Content=Reporni\u0163i aplica\u0163ia pentru a definitiva dezinstalarea modulelor.
-
-InstallStep_Done=Gata
-InstallStep_Unsuccessful=Instalarea este \u00eencheiat\u0103 dar au fost c\u00e2teva probleme: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Reporne\u015fte acum
-InstallUnitWizardModel_Buttons_RestartLater=Reporne\u015fte u&lterior
-InstallUnitWizardModel_Buttons_Install=&Instaleaz\u0103
-InstallUnitWizardModel_Buttons_Update=Act&ualizeaz\u0103
-InstallUnitWizardModel_Buttons_Close=&Termin\u0103
-InstallUnitWizardModel_Buttons_Next=\u00ce&nainte
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Dezinstaleaz\u0103
-UninstallUnitWizardModel_Buttons_TurnOn=&Activeaz\u0103
-UninstallUnitWizardModel_Buttons_TurnOff=&Dezactiveaz\u0103
-InstallStep_InstallDone_Text=Programul de instalare a modulelor a instalat cu succes urm\u0103toarele module:
-InstallStep_InstallUnsuccessful_Text=Programul de instalare a modulelor a \u00eent\u00e2mpinat problema {0} \u00een timp ce instala urm\u0103toarele module:
-UninstallStep_UninstallDone_Text=Programul de instalat module a dezinstalat cu succes urm\u0103toarele module:
-UninstallStep_ActivateDone_Text=Programul de instalat module a activat cu succes urm\u0103toarele module:
-UninstallStep_DeactivateDone_Text=Programul de instalat module a dezactivat cu succes urm\u0103toarele module:
-UninstallStep_UninstallFailed_Text=Dezinstalarea a e\u015fuat: {0}
-UninstallStep_ActivateFailed_Text=Activarea a e\u015fuat: {0}
-UninstallStep_DeactivateFailed_Text=Dezactivarea a e\u015fuat: {0}
-UninstallStep_Done=Gata
-UninstallStep_Failed=A e\u015fuat. {0}
-UninstallStep_Header_Uninstall_Head=Dezinstalare
-UninstallStep_Header_Uninstall_Content=A\u015ftepta\u0163i ca programul de instalare s\u0103 dezinstaleze modulele selectate.
-UninstallStep_Header_Deactivate_Head=Dezactivare
-UninstallStep_Header_Deactivate_Content=A\u015ftepta\u0163i ca programul de instalare s\u0103 dezactiveze toate modulele alese.
-UninstallStep_Header_Activate_Head=Activare
-UninstallStep_Header_Activate_Content=A\u015ftepta\u0163i ca programul de instalare s\u0103 activeze toate modulele alese.
-UninstallStep_Header_UninstallDone_Head=Dezinstalarea s-a \u00eencheiat cu succes
-UninstallStep_Header_UninstallDone_Content=Ap\u0103sati Termin\u0103 pentru a p\u0103r\u0103si programul de instalare.
-UninstallStep_Header_DeactivateDone_Head=Dezactivarea s-a \u00eencheiat cu succes
-UninstallStep_Header_DeactivateDone_Content=Ap\u0103sati Termin\u0103 pentru a p\u0103r\u0103si programul de instalare.
-UninstallStep_Header_ActivateDone_Head=Activarea s-a \u00eencheiat cu succes
-UninstallStep_Header_ActivateDone_Content=Ap\u0103sati Termin\u0103 pentru a p\u0103r\u0103si programul de instalare.
-UninstallStep_Header_UninstallFailed_Head=Dezinstalarea a e\u015fuat
-UninstallStep_Header_UninstallFailed_Content=Ap\u0103sati Termin\u0103 pentru a p\u0103r\u0103si programul de instalare.
-UninstallStep_Header_DeactivateFailed_Head=Dezactivarea a e\u015fuat
-UninstallStep_Header_DeactivateFailed_Content=Ap\u0103sati Termin\u0103 pentru a p\u0103r\u0103si programul de instalare.
-UninstallStep_Header_ActivateFailed_Head=Activarea a e\u015fuat
-UninstallStep_Header_ActivateFailed_Content=Ap\u0103sati Termin\u0103 pentru a p\u0103r\u0103si programul de instalare.
-UninstallStep_ProgressName_Uninstall=Dezinstalez module
-UninstallStep_ProgressName_Activate=Activez module
-UninstallStep_ProgressName_Deactivate=Dezactivez module
-ValidationWarningPanel_ShowCertificateButton=Afi&seaz\u0103 certificatul
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Avertisment de validare
-ValidationWarningPanel_VerifyCertificate_Title=Verific\u0103 certificatul
-ValidationWarningPanel_ContinueButton=&Continu\u0103
-ValidationWarningPanel_taHead_NotSignedText=Urm\u0103toarele module nu sunt semnate\:
-ValidationWarningPanel_taHead_NotTrustedText=Urm\u0103toarele module sunt semnate dar nu sunt de \u00eencredere\:
-ValidationWarningPanel_taWarning_Text=Avertisment: Instalarea modulelor care nu sunt de \u00eencredere este nesigur\u0103. Folosind module care nu sunt de \u00eencredere sau nesemnate v\u0103 asuma\u0163i riscuri.
-OperationDescriptionStep_CustomHandled_Head=modulele {0} folosesc programul de instalare nativ:
-InstallStep_Download_DownloadingPlugins=Se descarc\u0103 modulele...
-InstallStep_Validate_ValidatingPlugins=Se valideaz\u0103 modulele...
-InstallStep_Install_InstallingPlugins=Se instaleaz\u0103 modulele...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Unele module nu au fost instalate pentru a evita posibile probleme de instalare.
-CustomHandleStep_Header_Install_Head=Instaleaz\u0103
-CustomHandleStep_Header_Install_Content=A\u015ftepta\u0163i ca programul de instalare s\u0103 termine instalarea.
-CustomHandleStep_Header_Uninstall_Head=Dezinstalare
-CustomHandleStep_Header_Uninstall_Content=A\u015ftepta\u0163i ca programul de instalare s\u0103 dezinstaleze modulele alese.
-CustomHandleStep_Header_InstallDone_Head=Instalarea s-a terminat cu succes
-CustomHandleStep_Header_InstallDone_Content=Ap\u0103sati \u00cenainte pentru a continua instalarea modulelor alese r\u0103mase folosind programul de instalare a modulelor.
-CustomHandleStep_Header_UninstallDone_Head=Dezinstalarea s-a \u00eencheiat cu succes
-CustomHandleStep_Header_UninstallDone_Content=Ap\u0103sa\u0163i \u00cenainte pentru a continua dezinstalarea modulelor alese r\u0103mase.
-CustomHandleStep_Header_InstallFail_Head=Instalarea a e\u015fuat.
-CustomHandleStep_Header_InstallFail_Content=Ap\u0103sa\u0163i Renun\u0163\u0103 pentru a p\u0103r\u0103si programul de instalare a modulelor.
-CustomHandleStep_Header_UninstallFail_Head=Instalarea a e\u015fuat
-CustomHandleStep_Header_UninstallFail_Content=Ap\u0103sa\u0163i Renun\u0163\u0103 pentru a p\u0103r\u0103si programul de instalare a modulelor.
-CustomHandleStep_Install_InstallingPlugins=Instalarea modulelor folosind programul de instalarea din modulului...
-CustomHandleStep_Uninstall_UninstallingPlugins=Dezinstalarea modulelor folosind programul de instalarea din modul...
-CustomHandleStep_Done=Gata
-CustomHandleStep_InstallDone_Text=Programul de instalarea a modulelor a terminat cu succes instalarea.
-CustomHandleStep_InstallFail_Text=Instalarea lui {0} a e\u015fuat.
-CustomHandleStep_UninstallDone_Text=Programul de instalare a moduelor a terminat cu succes dezinstalarea.
-CustomHandleStep_UninstallFail_Text=Dezinstalarea lui {0} a e\u015fuat.
-InstallStep_NetworkProblem_Continue=Mai \u00eencearc\u0103 oda&t\u0103
-InstallStep_NetworkProblem_Text=Problem\u0103 de re\u0163ea \u00een {0}
-OperationPanel.cbRunInBackground.text=&Ruleaz\u0103 \u00een fundal
-InstallSupport_InBackground_NetworkError=Imposibil de conectat la Centrul de actualizare.
-InstallSupport_InBackground_NetworkError_Details=detalii
-LicenseApprovalPanel.cbAccept.text=&Accept condi\u0163iile din toate acordurile de licen\u0163iere.
-InstallSupport_RestartNeeded=Reporni\u0163i aplica\u0163ia pentru a definitiva instalarea.
-UninstallSupport_RestartNeeded=Reporni\u0163i aplica\u0163ia pentru a definitiva dezactivarea.
-CustomHandleStep_Install_RestartNeeded=Reporni\u0163i aplica\u0163ia pentru a definitiva instalarea.
-CustomHandleStep_Uninstall_RestartNeeded=Reporni\u0163i aplica\u0163ia pentru a definitiva dezinstalarea.
-
-RestartNeeded_Details=Ap\u0103sa\u021bi aici pentru a reporni acum aplica\u021bia
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=Asistentul de instalare NetBeans
-PanelBodyContainer_ACD=Asistentul de instalare NetBeans
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/A
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/A
-ValidationWarningPanel_tpPlugins_ACN=Module neverificate
-ValidationWarningPanel_taWarning_Text_ACD=Avertisment: Instalarea modulelor care nu sunt de \u00eencredere este nesigur\u0103. Folosind module care nu sunt de \u00eencredere sau nesemnate v\u0103 asuma\u0163i riscuri.
-ValidationWarningPanel_taWarning_Text_ACN=Avertisment
-ValidationWarningPanel_taHead_ACN=N/A
-ValidationWarningPanel_ACD=N/A
-UninstallUnitWizard_Title=Program de instalat module
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Aplica\u021bia este la zi!</h3>
-LazyOperationDescriptionStep_NoUpdates=Nu exist\u0103 actualiz\u0103ri disponibile.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Verificarea existen\u021bei actualiz\u0103rilor a e\u0219uat.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Verifica\u0163i conexiunea la re\u0163ea, verifica\u0163i <br>configurarea corect\u0103 a op\u0163iunilor proxy, sau \u00eencerca\u0163i mai t\u00e2rziu.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Se verific\u0103 existen\u021ba actualiz\u0103rilor</b><br>A\u0219tepta\u021bi c\u00e2t timp programul de instalare verific\u0103 actualiz\u0103rile disponibile.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Se ini\u0163ializeaz\u0103 lista cu actualiz\u0103ri... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Unele module necesit\u0103 ca modulul {0} s\u0103 fie instalat. </h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Unele module a\u015fteapt\u0103 repornirea aplica\u0163iei pentru rezolvarea urm\u0103toarelor probleme:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Unele module necesit\u0103 capabilitatea {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Unele module necesit\u0103 platforma Java versiunea {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Unele module necesit\u0103 JDK</h3>Unele din modulele alese necesit\u0103 JDK pentru a func\u0163iona. Momenta, NetBeans IDE ruleaz\u0103 cu JRE \u0219i nu cu \u00eentregul JDK.<br><br>Pentru a utiliza aceste module, porni\u021bi IDE-ul cu op\u021biunea <code>--jdkhome</code> \u00een linia de comad\u0103 pentru a stabili locul unde este instalat JDK. Citi\u021bi <a= href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> pentru informa\u021bii suplimentare.<br><br>
-OperationDescriptionStep_BrokenModuleDep=Va trebui instalat \u015fi modulul {0}.
-OperationDescriptionStep_BrokenModuleNameDep=Este necesar modulul {0}, dar nu este disponibil.
-OperationDescriptionStep_BrokenModuleVersionDep=Este necesar\u0103 versiunea >= {1} a modulului {0} dar este disponibil\u0103 doar {2}.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=Este necesar\u0103 versiunea >= {1} a modului {0} (versiunea lansat\u0103 {2}) dar a fost g\u0103sit\u0103 numai versiunea {3} (al versiunii lansate diferit\u0103 de {2}).
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=Este necesar\u0103 versiunea {1} a modulului {0}.
-OperationDescriptionStep_BrokenModuleImplDep=Este necesar\u0103 versiunea implementat\u0103 {1} a modulului {0}.
-OperationDescriptionStep_BrokenRequiresDep=Nu s-a g\u0103sit nici un modul care s\u0103 ofere capabilitatea {0}.
-OperationDescriptionStep_AffectedPluginByBrokenDep=Sunt afectate urm\u0103toarele module:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=Este afectat urm\u0103torul modul:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=Au fost unele probleme \u00een timp stoc\u0103rii {0}.\nCauza: {1}
-InstallStep_DownloadProblem_SomePlugins=module alese
-
diff --git a/l10n/src/ro/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ro.properties b/l10n/src/ro/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ro.properties
deleted file mode 100644
index 5e1dd02..0000000
--- a/l10n/src/ro/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ro.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Platforma RCP
-OpenIDE-Module-Name=Platforma RCP
-OpenIDE-Module-Short-Description=Platforma RCP NetBeans
-OpenIDE-Module-Long-Description=Platforma RCP NetBeans este o platform\u0103 generic\u0103 pentru aplica\u0163ii Swing. Furnizeaz\u0103 serviciile uzuale aproape tuturor aplica\u0163iilor desktop: gestionarea ferestrelor, meniuri, preferin\u0163e \u015fi stocare, gestionarea actualiz\u0103rilor, accesul la fi\u015fiere, etc.<br><br>Pentru mai multe informa\u0163ii vizita\u0163i <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/ro/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ro.properties b/l10n/src/ro/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ro.properties
deleted file mode 100644
index 0429cb4..0000000
--- a/l10n/src/ro/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ro.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup pe SystemFS
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Implementarea implicit\u0103 a MimeDataProvider.
-OpenIDE-Module-Long-Description=Modulul MIME Lookup pe SystemFS implementeaz\u0103 MimeDataProvider care caut\u0103 obiecte \u00een iererhia dosarelor din sistemul de fi\u015fiere System.
-
-
diff --git a/l10n/src/ro/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ro.properties b/l10n/src/ro/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ro.properties
deleted file mode 100644
index 48ca247..0000000
--- a/l10n/src/ro/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ro.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup (API)
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=API-ul MIME Lookup.
-OpenIDE-Module-Long-Description=Modulul MIME Lookup furnizeaz\u0103 un API pentru c\u0103utarea preferin\u0163elor, serviciilor \u015fi altor obiecte ce depind de tipul MIME. Ofer\u0103 de asemenea \u015fi SPI pentru implementarea de furnizori de date pentru tipuri MIME suplimentari.
-
diff --git a/l10n/src/ro/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ro.properties b/l10n/src/ro/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ro.properties
deleted file mode 100644
index aeedc57..0000000
--- a/l10n/src/ro/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ro.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Adaug\u0103 la Favorite
-ACT_AddOnFavoritesNode=&Adaug\u0103 la Favorite...
-ACT_Remove=\u00cendep\u0103&rteaz\u0103 de la Favorite
-ACT_View=Favor&ite
-ACT_Select=Favorite
-ACT_Select_Main_Menu=Alege \u00een F&avorite
-
-Favorites=Favorite
-Templates/Other=Altele
-Templates/Properties=Propriet\u0103\u0163ile configura\u0163iei utilizatorului
-Templates/Other/Folder=Dosar
-Templates/Other/file=Fi\u015fier gol
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Arbore de explorare
-ACSD_ExplorerBeanTree=N/A
-
-# JFileChooser
-CTL_DialogTitle=Adaug\u0103 la Favorite
-CTL_ApproveButtonText=Adaug\u0103
-ERR_FileDoesNotExist=Nu exist\u0103 {0}.
-ERR_FileDoesNotExistDlgTitle=Adaug\u0103 la Favorite
-
-MSG_NodeNotFound=Nodul documentului nu a fost g\u0103sit \u00een pagina Favorite.
-
-# Manifest localization
-OpenIDE-Module-Name=Favorite
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Asisten\u0163\u0103 pentru organizarea fi\u015fierelor favorite
-OpenIDE-Module-Long-Description=Modulul Favorite permite crearea unei vizualiz\u0103ri a fi\u015fierelor relevante muncii dumneavoastr\u0103, un acces simplu dintr-un singur loc.
-
-# Options Export
-Templates.Options.Export.Category.displayName=\u015eabloane
-Templates.Options.Export.displayName=Toate \u015fabloanele
-Favorites.Options.Export.displayName=Favorite
-
diff --git a/l10n/src/ro/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ro.properties b/l10n/src/ro/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ro.properties
deleted file mode 100644
index c815aa8..0000000
--- a/l10n/src/ro/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ro.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=\u00cen&chide
-BTN_TemplatesPanel_OpenInEditorButton=Deschide \u00een edit&or
-LBL_TemplatesAction_Name=\u015ea&bloane
-HINT_TemplatesAction=Personalizare \u015fabloane
-LBL_TemplatesPanel_Title=Administrator \u015fabloane
-BTN_TemplatesPanel_Delete=\u015eterge
-LBL_TemplatesPanel_TemplatesLabel=\u0218&abloane\:
-BTN_TemplatesPanel_Add=&Adaug\u0103...
-BTN_TemplatesPanel_RenameButton=&Redenume\u015fte
-BTN_TemplatesPanel_DuplicateButton=Du&plicare
-BTN_TemplatesPanel_NewFolder=Dosar &nou
-BTN_TemplatesPanel_MoveUp=Mut\u0103 s&us
-BTN_TemplatesPanel_MoveDown=Mut\u0103 &jos
-LBL_TemplatesPanel_JFileChooser_Title=Ad\u0103uga\u021bi \u0219ablon existent
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Adaug\u0103
-TXT_TemplatesPanel_NewFolderName=Dosar nou
-MSG_TemplatesPanel_Nonexistent_File=Fi\u0219ierul ''{0}''\nnu exist\u0103, specifica\u021bi un fi\u0219ier existent.
-
-TemplatesPanel_TemplateNode_DisplayName=Nume afi\u015fat
-TemplatesPanel_TemplateNode_DisplayName_Desc=Afi\u015feaz\u0103 numele acestui \u015fablon Vizibile \u00een asistentul Fi\u015fier|Nou c\u00e2t \u015fi \u00een Unelte|\u015eabloane.
-TemplatesPanel_TemplateNode_FileName=Nume fi\u015fier
-TemplatesPanel_TemplateNode_FileName_Desc=Numele fi\u015fierului reprezentat de acest \u015fablon.
-TemplatesPanel_TemplateNode_ScriptEngine=Motorul de scripturi
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Motorul de scripturi folosit pentru procesarea acestui \u015fablon.
-TemplatesPanel_TemplateNode_TemplateCategories=Categorii de \u015fabloane
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=O list\u0103 de categorii de \u015fabloane potrivite pentru acest \u015fablon.
-
-ACD_TemplatesPanel_Add=Adaug\u0103 \u015fablon
-
-ACD_TemplatesPanel_New=\u015eablon nou
-
-ACD_TemplatesPanel_Duplicate=Creaz\u0103 duplicat pentru \u015fablonul ales
-
-ACD_TemplatesPanel_Rename=Redenume\u015fte \u015fablonul
-
-ACD_TemplatesPanel_MoveUp=Mut\u0103 sus \u015fablonul ales
-
-ACD_TemplatesPanel_MoveDown=Muta jos \u015fablonul ales
-
-ACD_TemplatesPanel_Delete=\u015eterge \u015fablon
-
-TT_TemplatesPanel_Add=Adaug\u0103 \u015fablon
-
diff --git a/l10n/src/ro/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ro.properties b/l10n/src/ro/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ro.properties
deleted file mode 100644
index 437b429..0000000
--- a/l10n/src/ro/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ro.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Nu s-a putut realiza conexiunea la URL {0};nu a fost g\u0103sit\u0103 o asemenea  resurs\u0103.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Avertisment: ID-ul pentru subiectul JavaHelp {0} nu a fost g\u0103sit.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Se \u00eencarc\u0103 fi\u015fierele ajutor...
-ACSD_JavaHelp_viewer=Afi\u015feaz\u0103 una sau mai multe referin\u0163e ajut\u0103toare online \u00een formatul JavaHelp
-ACSD_Loading_Dialog=Se \u00eencarc\u0103 fi\u015fierele ajutor
-
-# HelpAction
-LBL_HelpAction=Ajutor
-CTL_OpeningHelp=Se deschide Ajutor...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=Program de monitorizare HTTP
-
-# a11y - BrowserDisplayer
-ACSD_Label=Ap\u0103sa\u0163i aici pentru a deschide leg\u0103tura \u00eentr-un navigator web.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Se afi\u015feaz\u0103 ID ajutor: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Se afi\u015feaz\u0103 ID ajutor: {0}
-
-QuickSearch/Help=Ajutor
-Err_CreateJavaHelpSearchEngine=E\u015fec la crearea motorului de c\u0103utare JavaHelp.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copiaz\u0103 adresa leg\u0103turii
-
diff --git a/l10n/src/ro/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ro.properties b/l10n/src/ro/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ro.properties
deleted file mode 100644
index e9efa24..0000000
--- a/l10n/src/ro/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ro.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Integrare cu JavaHelp
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Permite seturilor de ajutor JavaHelp s\u0103 fie ad\u00e2ugate la IDE.
-OpenIDE-Module-Long-Description=Con\u0163ine biblioteca JavaHelp propriu-zis\u0103 \u015fi implementarea p\u0103r\u0163ii din API-ul Modules care permite altor module s\u0103 instaleze seturi de ajutor folosind tehnologia JavaHelp.
-
-Menu/Help/master-help.xml=&Con\u0163inut  Ajutor
-Menu/Help/HelpShortcuts=&Seturi Ajutor
-Actions/Help/master-help.xml=&Con\u0163inut  Ajutor
-
diff --git a/l10n/src/ro/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_ro.properties b/l10n/src/ro/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_ro.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/ro/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_ro.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/ro/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_ro.properties b/l10n/src/ro/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_ro.properties
deleted file mode 100644
index e7db68b..0000000
--- a/l10n/src/ro/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_ro.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Sample value ensuring that decryption is working.
-FallbackProvider.msg_clear_keys=Your previously stored passwords cannot be decrypted. Do you wish to forget all existing passwords and start with a fresh keyring?
-FallbackProvider.title_clear_keys=Delete Stored Passwords
-MasterPasswordPanel.masterPasswordLabel.text=Master &Password:
-MasterPasswordPanel.setNewBox.text=&Change...
-MasterPasswordPanel.newLabel1.text=&New Master Password:
-MasterPasswordPanel.newLabel2.text=&Retype:
-MasterPasswordPanel.ok=De acord
-MasterPasswordPanel.enter_master_password=Enter Master Password
-MasterPasswordPanel.enter_password=Enter password
-MasterPasswordPanel.enter_new_password=Enter new password
-MasterPasswordPanel.password_mismatch=New passwords do not match
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/ro/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ro.properties b/l10n/src/ro/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ro.properties
deleted file mode 100644
index 2a6fa9c..0000000
--- a/l10n/src/ro/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ro.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Nu pot crea fi\u015fierul {0} \u00een dosarul {1}.
-EXC_CannotCreateExistingData=Nu pot crea fi\u015fierul {0} \u00een dosarul {1}. Fi\u015fierul exist\u0103 deja.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Nu pot crea dosarul {0} \u00een dosarul {1}.
-EXC_CannotCreateExistingFolder=Nu pot crea dosarul {0} \u00een dosarul {1}. Dosarul exist\u0103 deja.
-
-# {0} - the file
-EXC_CannotLock=Cannot lock read-only file {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Nu pot \u015fterge fi\u015fierul {0} din {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Nu pot redenumi fi\u015fierul {0} din {1} \u00een {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Acces exclusiv nevalid [{0}] pentru fi\u015fierul {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Nu pot redenumi rad\u0103cina sistemului de fi\u015fiere {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Nu pot \u015fterge r\u0103d\u0103cina sistemului de fi\u015fiere {0}.
-
-EXC_CannotLockRoot=Nu se poate ob\u0163ine acces exclusiv asupra r\u0103d\u0103cinii.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Nu pot ob\u0163ine acces exclusiv asupra {0} (probabil este deschis pentru citire).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Nu pot ob\u0163ine acces partajat la  {0} (probabil este deschis pentru scriere).
-
diff --git a/l10n/src/ro/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ro.properties b/l10n/src/ro/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ro.properties
deleted file mode 100644
index 328fbce..0000000
--- a/l10n/src/ro/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ro.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=Fi\u015fierul {0} este deja blocat.
-EXC_FileLockAlreadyExists=Fi\u015fierul {0} este deja blocat (exist\u0103 accesul exclusiv {1}).
-# {0} - full path
-FileObj.readOnlyFile=Nu se poate scrie \u00een fi\u015fierul {0} deoarece este protejat la scriere.
-
diff --git a/l10n/src/ro/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ro.properties b/l10n/src/ro/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ro.properties
deleted file mode 100644
index 5abbf39..0000000
--- a/l10n/src/ro/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ro.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Sistemul de fi\u015fiere principal
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=\u00cembin\u0103 mai mul\u0163i furnizori de sisteme de fi\u015fiere \u00eentr-o aranjare logic\u0103 arborescent\u0103.
-OpenIDE-Module-Long-Description=Monteaz\u0103 r\u0103d\u0103cinile discurilor \u015fi le combin\u0103 cu alte sisteme de fi\u015fiere ca VCS, furniz\u00e2nd un singur sistem de fi\u015fiere.
-
-LBL_loaderName=\u00cenc\u0103rc\u0103tor de dosar pentru sistemul de fi\u015fiere principal
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Nu pot redenumi rad\u0103cina sistemului de fi\u015fiere {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Nu pot copia r\u0103d\u0103cina sistemului de fi\u015fiere {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Nu pot muta r\u0103d\u0103cina sistemului de fi\u015fiere {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Nu pot \u015fterge r\u0103d\u0103cina sistemului de fi\u015fiere {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Nu pot redenumi fi\u015fierul {0} din {1} \u00een {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Sistemul de fi\u015fiere {0} este protejat la scriere.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Sistemul de fi\u015fiere {1} nu poate fi montat la r\u0103d\u0103cina {0}, deoarece este montat deja sistemul de fi\u015fiere {2}.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Sistemul de fi\u015fiere {1}  nu poate fi montat la r\u0103d\u0103cina {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Sistemul de fi\u015fiere {0} nu poate fi demontat. 
-
diff --git a/l10n/src/ro/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ro.properties b/l10n/src/ro/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ro.properties
deleted file mode 100644
index 37716e8..0000000
--- a/l10n/src/ro/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ro.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialogul Op\u0163iuni \u015fi SPI
-OpenIDE-Module-Display-Category=Unelte
-OpenIDE-Module-Short-Description=Ofer\u0103 dialogul Op\u0163iuni \u015fi un SPI la care s\u0103 ad\u0103uga\u0163i panouri.
-OpenIDE-Module-Long-Description=Ofer\u0103 dialogul Unelte | Op\u0163iuni. SPI-ul permite ad\u0103ugarea de panouri sau sec\u0163iuni la panoul Diverse.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Op\u0163iuni
-CTL_Options_Dialog_Title=Op\u0163iuni
-CTL_OK=De acord
-CTL_Classic=Op\u0163iuni avansate
-CTL_Classic_Title=Op\u0163iuni avansate
-CTL_Modern=Op\u0163iuni de &baz\u0103
-CTL_Loading_Options=Se \u00eencarc\u0103 preferin\u0163ele ...
-CTL_Error_Loading_Options=E\u015fec la \u00eenc\u0103rcarea op\u0163iunilor.
-CTL_Some_values_changed=Exist\u0103 c\u00e2teva modific\u0103ri. Dori\u0163i s\u0103 la aplica\u0163i?
-
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=&Fonturi \u015fi culori
-CTL_Font_And_Color_Options_Title=Fonturi \u015fi culori
-CTL_Keymap_Options=&Scurt\u0103turi tastatur\u0103
-CTL_Keymap_Options_Title=Scurt\u0103turi tastatur\u0103
-
-CTL_Export=Expor&t\u0103
-CTL_Import=&Import\u0103
-
-#A11Y
-ACS_OKButton=De acord
-ACS_ClassicButton= Apeleaz\u0103 dialogul pentru op\u0163iuni avansate
-ACS_OptionsPanel=Dialogul Op\u0163iuni
-ACS_Export=Export\u0103 op\u0163iuni
-ACS_Import=Import\u0103 op\u0163iuni
-TabbedController.pane.AD=Panoul Op\u021biuni
-
-QuickSearch/GoToOption=Op\u0163iuni
-
diff --git a/l10n/src/ro/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ro.properties b/l10n/src/ro/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ro.properties
deleted file mode 100644
index f576585..0000000
--- a/l10n/src/ro/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ro.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Diverse
-CTL_Advanced_Options_Title=Diverse
-CTL_Advanced_Options_Description=Diverse
-AdvancedPanel.tabbedPanel.AD=Panoul Diverse
-Advanced.Export.Category=Diverse
-
diff --git a/l10n/src/ro/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ro.properties b/l10n/src/ro/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ro.properties
deleted file mode 100644
index 7daf802..0000000
--- a/l10n/src/ro/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ro.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Defini\u0163i aici
-LBL_action_revert=Reveni\u0163i la Def.
-LBL_action_delete=\u015eterge
-
-MSG_ask_remove_above_defined_files=Dac\u0103 muta\u021bi defini\u021bia aici se vor pierde toate valorile p\u0103strate \u00een straturile de la st\u00e2nga coloanei alese.\n\nDori\u021bi s\u0103 continua\u021bi?
-
-#file state tooltips
-LBL_fstate_defined=Defini\u0163ia op\u0163iunii
-LBL_fstate_ignored=Op\u0163iune nefolosit\u0103
-LBL_fstate_inherited=Op\u0163iune mo\u015ftenit\u0103
-LBL_fstate_undefined=Op\u0163iunea nu este definit\u0103 aici
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=Utilizator
-LBL_FSP_Desc_Session-Layer=Nivelul op\u0163iunilor pentru sesiune
-LBL_FSP_Modules-Layer=Implicit
-LBL_FSP_Desc_Modules-Layer=Nivelul op\u0163iunilor la instalarea implicit\u0103
-
-#OptionsAction
-Options=&Op\u0163iuni
-CTL_close_button=\u00cen&chide
-ACSD_close_button=N/A
-ACSN_optionsTree=N/A
-ACSD_optionsTree=N/A
-LBL_computing=Se ini\u0163ializeaz\u0103 op\u0163iunile ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Afi\u015feaz\u0103 niveluri (ap\u0103sa\u0163i +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Ascunde niveluri (ap\u0103sa\u0163i +)
-CTL_Templates_name=\u015eabloane
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorator
-ACSN_ExplorerBeanTree=Arbore de explorare
-ACSD_ExplorerBeanTree=N/A
-
diff --git a/l10n/src/ro/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ro.properties b/l10n/src/ro/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ro.properties
deleted file mode 100644
index f005fcc..0000000
--- a/l10n/src/ro/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ro.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Alege\u0163i op\u0163iunile de exportat:
-OptionsChooserPanel.outline.all=Toate
-OptionsChooserPanel.outline.header.tree=Op\u0163iuni disponibile
-OptionsChooserPanel.outline.AN=Op\u0163iuni disponibile
-OptionsChooserPanel.outline.AD=Arbore cu op\u0163iunile disponibile
-OptionsChooserPanel.lblFile.text=Fi\u015fier zip des&tina\u0163ie:
-OptionsChooserPanel.btnBrowse=&R\u0103sfoire...
-OptionsChooserPanel.btnBrowse.AN=R\u0103sfoire
-OptionsChooserPanel.btnBrowse.AD=R\u0103sfoire
-OptionsChooserPanel.txtFile.AD=Sursa sau destina\u0163ia pentru import/export.
-OptionsChooserPanel.loading=Se \u00eencarc\u0103...
-OptionsChooserPanel.file.warning=Alege\u0163i un fi\u015fier zip destina\u0163ie valid
-OptionsChooserPanel.nooption.warning=Alege\u0163i ceva pentru a exporta
-OptionsChooserPanel.file.chooser.title=Alege\u0163i fi\u015fierul zip destina\u0163ie
-OptionsChooserPanel.file.chooser.approve=De acord
-OptionsChooserPanel.export.title=Alege\u0163i op\u0163iunile de exportat
-OptionsChooserPanel.export.status.text=Exportarea op\u0163iunilor s-a \u00eencheiat.
-OptionsChooserPanel.import.title=Alege\u0163i op\u0163iunile de importat
-OptionsChooserPanel.import.lblFile.text=Sursa de &import:
-OptionsChooserPanel.import.lblHint.text=Al&ege\u0163i op\u0163iunile de importat:
-OptionsChooserPanel.import.file.warning=Alege\u0163i un fi\u015fier zip valid sau un dosar
-OptionsChooserPanel.import.nooption.warning=Alege\u0163i ceva de importat
-OptionsChooserPanel.import.file.chooser.title=Alege\u0163i un fi\u015fier zip sau un dosar
-OptionsChooserPanel.import.invalid.userdir.title=Dosar nevalid?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Dosarul {0} nu pare s\u0103 fie valid. Sigur dori\u0163i s\u0103 importa\u0163i op\u0163iuni din acest loc?
-OptionsChooserPanel.AD=Panou cu op\u0163iuni pentru export/import
-OptionsChooserPanel.import.error=Eroare la importarea op\u0163iunilor. Rula\u021bi IDE-ul cu parametrul -J-Dorg.netbeans.modules.options.export.level=100 \u0219i citi\u021bi cu aten\u021bie jurnalul IDE-ului pentru detalii.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Fi\u015fier zip nevalid: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Scrierea \u00een fi\u015fierul {0} a e\u015fuat.
-ImportConfirmationPanel.title=Confirmarea import\u0103rii
-ImportConfirmationPanel.cbRestart.text=&Reporne\u0219te IDE-ul acum (unele facilit\u0103\u021bi importante nu vor func\u021biona f\u0103r\u0103 repornire)
-ImportConfirmationPanel.cbRestart.AD=Hot\u0103r\u00e2\u0163i dac\u0103 reporni\u0163i IDE-ul acum sau ulterior
-ImportConfirmationPanel.cbRestart.AN=Reporni\u0163i acum IDE-ul?
-ImportConfirmationPanel.lblMessage.text=Importarea v\u0103 poate suprascrie ireversibil preferin\u0163ele curente. Exporta\u0163i mai \u00eent\u00e2i o copie de siguran\u0163\u0103 a preferin\u0163elor curente. Dori\u0163i s\u0103 continua\u0163i?
-ImportConfirmationPanel.lblMessage.AD=Mesaj de confirmare
-ImportConfirmationPanel.AN=Confirmarea import\u0103rii
-ImportConfirmationPanel.AD=Confirmarea import\u0103rii
-ExportConfirmationPanel.title=Avertisment parole stocate
-ExportConfirmationPanel.lblMessage.text=Preferin\u021bele exportate pot con\u021bine parole stocate Partajarea preferin\u021belor cu al\u021bi utilizatori reprezint\u0103 un poten\u021bial risc de securitate. Dori\u0163i s\u0103 continua\u0163i?
-ExportConfirmationPanel.cbSkip.text=&S\u0103ri acest avertisment data viitoare
-ExportConfirmationPanel.cbSkip.AN=&S\u0103ri\u021bi acest avertisment data viitoare?
-ExportConfirmationPanel.cbSkip.AD=Decide\u021bi dac\u0103 s\u0103ri\u021bi sau afi\u0219a\u021bi acest avertisment data viitoare
-ExportConfirmationPanel.lblMessage.AD=Mesaj de confirmare
-ExportConfirmationPanel.AN=Avertisment parole stocate
-ExportConfirmationPanel.AD=Avertisment parole stocate
-
diff --git a/l10n/src/ro/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ro.properties b/l10n/src/ro/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ro.properties
deleted file mode 100644
index a111a22..0000000
--- a/l10n/src/ro/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ro.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Op\u0163iuni scurt\u0103turi tastatur\u0103
-
-CTL_Keymap_Options=&Scurt\u0103turi tastatur\u0103
-CTL_Keymap_Options_Title=Scurt\u0103turi tastatur\u0103
-CTL_Keymap_Options_Description=Scurt\u0103turi tastatur\u0103
-
-CTL_Duplicate=Ad&ministrare profile...
-AN_Duplicate=Duplicare
-AD_Duplicate=Duplicare
-CTL_Delete=\u015e&terge
-AN_Delete=\u015eterge
-AD_Delete=\u015eterge
-CTL_Restore=&Restaurare
-AN_Restore=Restaurare
-AD_Restore=Restaurare
-CTL_Show_Actions=Ac\u0163iu&ni
-AN_Show_Actions=Ac\u0163iuni
-AD_Show_Actions=Ac\u0163iuni
-CTL_Show_Shortcuts=&Scurt\u0103tur\u0103
-AN_Show_Shortcuts=Scurt\u0103turi
-AD_Show_Shortcuts=Scurt\u0103turi
-CTL_Add_Shortcut=A&\u0111aug\u0103...
-AN_Add_Shortcut=Adaug\u0103
-AD_Add_Shortcut=Adaug\u0103
-CTL_Remove_Shortcut=\u00cendep\u0103rtea&z\u0103
-AN_Remove_Shortcut=\u00cendep\u0103rtez\u0103
-AD_Remove_Shortcut=\u00cendep\u0103rtez\u0103
-CTL_Actions=Ac\u0163iu&ni
-AN_Actions=Ac\u0163iuni
-AD_Actions=Ac\u0163iuni
-CTL_Shortcuts=&Scurt\u0103turi:
-AN_Shortcuts=Scurt\u0103turi
-AD_Shortcuts=Scurt\u0103turi
-AN_Profiles=Profile
-AD_Profiles=Profile
-Show_Actions=Ac\u0163iu&ni
-Show_Shortcuts=&Scurt\u0103tur\u0103
-Keymaps=&H\u0103r\u0163i taste
-CTL_Keymap_Name=&Profil:
-View_By=&Vizualizare dup\u0103
-Shortcut=&Scurt\u0103tur\u0103:
-Add_Shortcut_Dialog=Adaug\u0103 scurt\u0103tur\u0103
-CTL_Create_New_Profile_Message=&Nume profil:
-CTL_Create_New_Profile_Title=Dialog pentru crearea unui profil nou
-Shortcut_Conflict=<html>Scurt\u0103tur\u0103 deja atribuit\u0103 ac\u0163iunii {0}. Dac\u0103 ve\u0163i continua scurt\u0103tura va fi reatribuit\u0103.
-CTL_Clear=&Gole\u0219te
-AN_Clear=Gole\u0219te buton scurt\u0103tur\u0103
-AD_Clear=Gole\u0219te c\u00e2mp scurt\u0103tur\u0103
-CTL_Tab=&Tab
-AN_Tab=Insereaz\u0103 butonul cu caracterul Tab
-AD_Tab=Insereaz\u0103 caracterul Tab
-CTL_Duplicate_Profile_Name=Exist\u0103 deja un profil cu acest nume.\n Alege\u0163i un nume diferit.
-
-CTL_Export_IDE_Actions_Action=Export\u0103 ac\u0163iunile IDE \u00een format XML
-CTL_Export_IDE_Shortcuts_Action=Export\u0103 scurt\u0103turile IDE \u00een format XML
-CTL_Export_Editor_Shortcuts_Action=Export\u0103 scurt\u0103turile editorului \u00een format XML
-CTL_Export_Shortcuts_to_HTML_Action=Export\u0103 scurt\u0103turile \u00een format HTML
-
-CTL_Other=Altele
-AN_Shortcut=C\u00e2mp scurt\u0103turi
-AD_Shortcut=C\u00e2mp scurt\u0103turi
-AN_ShortcutsDialog=Introduce\u0163i scurt\u0103tur\u0103 nou\u0103
-AD_ShortcutsDialog=Introduce\u0163i scurt\u0103tur\u0103 nou\u0103
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Se schimb\u0103 profilul scurt\u0103turi tastatur\u0103 din {1} \u00een {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=C\u0103utare rapid\u0103: Se apeleaz\u0103 ac\u021biunea {1}, clasa {0}
-
-QuickSearch/Actions=Ac\u0163iuni
-MSG_ActionFailure=Ac\u0163iune {0} nu poate fi invocat\u0103 din C\u0103utare rapid\u0103...
-
-# Quicksearch options
-KW_KeymapOptions=Op\u0163iuni scurt\u0103turi tastatur\u0103, combina\u0163ii de taste
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=C\u0103u&tare:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=C\u00e2mp folosit la mic\u015forarea listei de scurt\u0103turi
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=C\u0103utare \u00een scu&rt\u0103turi:
-
-# Conflict dialogs
-Override_Shortcut=<html>Urm\u0103toarele ac\u0163iuni: <br>{0} intr\u0103 \u00een conflict cu aceast\u0103 atribuire. Dori\u0163i s\u0103 suprascrie\u0163i?
-Conflicting_Shortcut_Dialog=Dialog de conflict scurt\u0103turi
-Override_All=<html>Urm\u0103toarele ac\u0163iuni: <br>{0} intr\u0103 \u00een conflict cu aceast\u0103 restabilire. Dori\u0163i s\u0103 suprascrie\u0163i tot?
-Alternative_Shortcut=(scurt\u0103tur\u0103 alternativ\u0103)
-
-#Table columns
-Actions=Ac\u0163iuni
-Shortcut=Scurt\u0103tur\u0103
-Category=Categorie
-Scope=Domeniu
-
-#Keymap Popup
-Edit=Editeaz\u0103...
-Add_Alternative=Adaug\u0103 alternativ\u0103
-Reset_to_Default=Restabile\u0219te la implicit
-Clear=Gole\u0219te
-
-#Keymap completion
-No_Free_Shortcut=Nu s-a g\u0103sit scurt\u0103tur\u0103 liber\u0103 cu prefixul "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=Creaz\u0103 &duplicat
-ProfilesPanel.exportButton.text=&Export\u0103
-ProfilesPanel.deleteButton.text=\u0218terge
-ProfilesPanel.importButton.text=&Import\u0103
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Vedere culisant\u0103 profile
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Vedere culisant\u0103 pentru profile
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=List\u0103 profile pentru scurt\u0103turi tastatur\u0103
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=Lista profilelor
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Import\u0103 profilele dintr-un fi\u015fier extern
-ProfilesPanel.AccessibleContext.accessibleDescription=Panou profile
-ProfilesPanel.restoreButton.text=&Restabilire valori implicite
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restabile\u015fte valorile implicite
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Creaz\u0103 un duplicat al profilului existent
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Export\u0103 profilul curent
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=\u015eterge profilul personalizat ales
-ProfilesPanel.AccessibleContext.accessibleName=Panou profile
-CTL_Manage_Keymap_Profiles=Administrare profile scurt\u0103turi tastatur\u0103
-CTL_Files=Fi\u015fiere
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=H\u0103r\u0163i taste
-Keymaps.Options.Export.Profiles.displayName=Profile scurt\u0103turi tastatur\u0103
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/ro/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ro.properties b/l10n/src/ro/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ro.properties
deleted file mode 100644
index 9d1ddf6..0000000
--- a/l10n/src/ro/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ro.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Integrare extensii Swing pentru pozi\u0163ionare
-OpenIDE-Module-Display-Category=Biblioteci
-OpenIDE-Module-Short-Description=Include biblioteca swing-layout
-OpenIDE-Module-Long-Description=Acest modul include biblioteca de extensii Swing pentru pozi\u0163ionare (din swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/ro/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ro.properties
deleted file mode 100644
index aff6377..0000000
--- a/l10n/src/ro/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ro.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=Adnot\u0103ri uzuale
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/ro/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_ro.properties
deleted file mode 100644
index cd189ca..0000000
--- a/l10n/src/ro/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_ro.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=Anuleaz\u0103 proces
-CTL_ProcessListAction=&Procese
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/ro/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ro.properties
deleted file mode 100644
index 2a4e492..0000000
--- a/l10n/src/ro/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ro.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Monitorizare progres (API)
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=API pentru vizualizarea progresului sarcinilor.
-OpenIDE-Module-Long-Description=Permite modulelor s\u0103 \u00eenregistreze \u00eentr-un loc central sarcinile \u0219i procesele de durat\u0103.
-
diff --git a/l10n/src/ro/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ro.properties
deleted file mode 100644
index cc56ac8..0000000
--- a/l10n/src/ro/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ro.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Componente de scen\u0103
-ACS_SceneComponentDesc=Vizualizare scen\u0103
-
diff --git a/l10n/src/ro/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ro.properties
deleted file mode 100644
index c5181fe..0000000
--- a/l10n/src/ro/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ro.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Bibliotec\u0103 elemente vizuale (API)
-OpenIDE-Module-Short-Description=Bibliotec\u0103 elemente vizuale (API)
-
diff --git a/l10n/src/ro/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ro.properties
deleted file mode 100644
index 57ce2e5..0000000
--- a/l10n/src/ro/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ro.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=O instan\u021b\u0103 a programului ruleaz\u0103 \u0219i folose\u0219te dosarul dumneavoastr\u0103.\nFie o sesiune anterioar\u0103 nu s-a terminat corespunz\u0103tor, sau o alt\u0103 instan\u021b\u0103\n a programului ruleaz\u0103 pe un alt calculator \u0219i folose\u0219te acela\u0219i dosar.\n\nDac\u0103 o alt\u0103 sesiune a programului folose\u0219te acela\u0219i director, ap\u0103sa\u021bi\nAnuleaz\u0103 pentru a evita coruperea fi\u0219ierelor din dosar. Dac\u0103 sunte\u021bi siguri c\u0103 nicio alt\u0103\n instan\u021b\u0103 nu folose\u0219te dosarul, ap\u0103sa\u021bi De acord pentru a continua.
-MSG_AlreadyRunningTitle=Avertisment
-
-EXC_not_a_module={0} nu este un modul NetBeans valid.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Ini\u0163ializare
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Nucleul de ini\u0163ializare al aplica\u0163iilor bazate pe NetBeans.
-OpenIDE-Module-Long-Description=Acest modul ofer\u0103 infrastructura ini\u0163ial\u0103 care \u00eencarc\u0103 celelalte p\u0103r\u0163i ale aplica\u0163iei. Nu poate fi dezactivat.
-
-MSG_InstallJava6=Cannot run on older versions of Java than Java 6 Standard Edition.\nPlease install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=Java 6 Standard Edition or newer required
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ro.properties
deleted file mode 100644
index 8db14cf..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ro.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Rezultat {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=I&e\u015fire IDE
-ACSD_EndTasks=N/A
-CTL_PendingTitle=Ie\u015fire IDE
-ACSD_PendingTitle=N/A
-LAB_PendingTasks=P\u0103r\u0103sind IDEul ve\u0163i termina urm\u0103toarele procese:
-ACSD_PendingTasks=N/A
-# {0} - process name
-CTL_PendingExternalProcess2=Procesul - {0}
-# {0} - action name
-CTL_ActionInProgress={0} ac\u0163iune \u00een curs
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ro.properties
deleted file mode 100644
index 4b0d7c9..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ro.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=\u00cendep\u0103&rteaz\u0103
-CTL_MoveUp=Mut\u0103 s&us
-CTL_MoveDown=Mut\u0103 &jos
-CTL_AddDirectory=Adaug\u0103 &Dosar..
-CTL_AddJAR=Adaug\u0103 &JAR/ZIP...
-CTL_JarArchivesMask=Arhiva JAR \u0219i ZIP
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_AddDirectory=N/A
-ACSD_AddJAR=N/A
-ACSD_PathList=N/A
-ACSD_CustomNbClassPathEditor=N/A
-CTL_Edit_Jar_Dialog_Title=Modific\u0103 fi\u0219ier JAR
-CTL_Edit_Local_Dialog_Title=Modific\u0103 dosarul local
-CTL_Approve_Button_Title=De acord
-CTL_FileSystemPanel.Jar_Dialog_Title=Adaug\u0103 fi\u0219ier JAR
-CTL_FileSystemPanel.Local_Dialog_Title=Adaug\u0103 dosar local
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Proces\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Argumente\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=&Indicii argumente 
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&R\u0103sfoire...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/A
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/A
-ACSD_CustomNbProcessDescriptorEditor=N/A
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=List\u0103 \u00eenregistr\u0103ri cale
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=List\u0103 cu toate \u00eenregistr\u0103rile de cale pentru modificat.
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ro.properties
deleted file mode 100644
index 05307e1..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ro.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Nucleu - Execu\u021bie
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Implementarea motorului de execu\u021bie.
-OpenIDE-Module-Long-Description=Adaug\u0103 platformei suport pentru execu\u021bie. Con\u021bine clasele care implementeaz\u0103 partea de execu\u021bie a APIului \u0219i GUIului corespunz\u0103tor.
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ro.properties
deleted file mode 100644
index 4910245..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ro.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=UI pentru I/O
-
-#IOWindowAction
-IOWindow=&Rezultat
-
-#Title for I/O window
-LBL_IO_WINDOW=Rezultat
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=\u00cenchide fila
-LBL_CloseAll=\u00cenchide toate filele
-LBL_CloseOthers=\u00cenchide celelalte file
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Rezultat
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ro.properties
deleted file mode 100644
index 422c4ba..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ro.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editoare
-EditorsAction.source=&Surs\u0103
-GetLeftEditorAction.name=Editoare - itera\u021bie la st\u00e2nga
-
-GetRightEditorAction.name=Editoare - itera\u021bie la dreapta
-
-TabButton.tool_tip=Vizualizarea {0}
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ro.properties
deleted file mode 100644
index 7ab1665..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ro.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Ferestre MultiView
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=API-ul \u0219i platforma pentru ferestre MultiView
-OpenIDE-Module-Long-Description=API-ul \u0219i platforma pentru ferestre MultiView
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ro.properties
deleted file mode 100644
index 1654a6d..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ro.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Acces nativ
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Folose\u0219te leg\u0103turi native via biblioteca JNA pentru a oferi efecte vizuale avansate pentru sistemul de ferestre.
-OpenIDE-Module-Long-Description=Folose\u0219te leg\u0103turi native via biblioteca JNA pentru a oferi efecte vizuale avansate pentru sistemul de ferestre.
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ro.properties
deleted file mode 100644
index 33ac687..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ro.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparen\u021b\u0103
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_ro.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_ro.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_ro.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_ro.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ro.properties
deleted file mode 100644
index 42d8ef9..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ro.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Fereastr\u0103 afi\u0219are rezultat
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=O fereastr\u0103 simpl\u0103 bazat\u0103 pe o zon\u0103 text pentru afi\u0219area rezultatelor
-OpenIDE-Module-Long-Description=Fereastr\u0103 pentru afi\u0219are rezultate bazat\u0103 pe java.swing.text.Document folosind  ByteBuffer/CharBuffer
-
-#Title for the output window
-LBL_OUTPUT=Rezultat
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=Nu se poate scrie \u00een dosarul temp al sistemului ({0})
-MSG_GenericError=Problem\u0103 la scrierea \u00een fi\u0219ierul de ie\u0219ire
-
-LBL_STDOUT=Ie\u0219ire standard
-FMT_FILE_EXISTS={0} se \u00eencheie.  Suprascrie\u021bi?
-TITLE_SAVE_DLG=Salveaz\u0103 rezultatul ca
-
-LBL_SaveAsFailedTitle=\u201eSalveaz\u0103 ca\u201d a e\u0219uat
-MSG_SaveAsFailed=Scrierea \u00een fi\u015fierul {0} a e\u015fuat.
-
-MSG_SearchFromBeg=S-a atins sf\u00e2r\u0219itul datelor de ie\u0219ire. Se continu\u0103 c\u0103utarea de la \u00eenceput.
-MSG_SearchFromEnd=S-a atins \u00eenceputul datelor de ie\u0219ire. Se continu\u0103 c\u0103utarea de la sf\u00e2r\u0219it.
-MSG_Found=S-a g\u0103sit ''{0}'' la {1}:{2} 
-MSG_NotFound=Nu s-a g\u0103sit ''{0}''
-
-#OutputWindowAction
-OutputWindow=&Rezultat
-
-#Find Dialog
-LBL_Find_Title=C\u0103utare
-LBL_Find_What=C\u0103utare:
-LBL_Use_RegExp=&Expresii regulate
-LBL_Match_Case=Potrivire &majuscule
-BTN_Find=&C\u0103utare
-ACSN_Find=N/A
-ACSD_Find=C\u0103utare
-ACSD_FindBTN=N/A
-ACSD_Find_What=N/A
-
-LBL_Filter_Title=Filtreaz\u0103
-LBL_Filter_What=P\u0103streaz\u0103 liniile care con\u021bin:
-BTN_Filter=&Filtreaz\u0103
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=Selector fonturi
-BTN_Defaul_Font=Font implicit
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=Suprascrie\u021bi fisierul?
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=Expresie regulat\u0103 nevalid\u0103
-FMT_Invalid_RegExp=Eroare de sintax\u0103 \u00een {0}
-
-#Output window popup menu
-ACTION_COPY=Copiere
-ACTION_PASTE=Lipe\u0219te
-ACTION_WRAP=\u00cencadrare text
-ACTION_SAVEAS=Salveaz\u0103 ca...
-ACTION_CLOSE=\u00cenchide
-ACTION_CLEAR=Gole\u0219te
-ACTION_PREV_ERROR=Eroarea anterioar\u0103
-ACTION_NEXT_ERROR=Eroarea urm\u0103toare
-ACTION_SELECT_ALL=Selecteaz\u0103 tot
-ACTION_FIND=C\u0103utare...
-ACTION_FIND_NEXT=Caut\u0103 \u00eenainte
-ACTION_FIND_PREVIOUS=Caut\u0103 \u00eenapoi
-ACTION_LARGER_FONT=M\u0103rire font
-ACTION_SMALLER_FONT=Mic\u0219orare font
-ACTION_FONT_TYPE=Alegere font...
-ACTION_FILTER=Filtrare...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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=Lips\u0103 spa\u021biu liber pe {0} pentru fi\u0219ierele temporare.  Elibera\u021bi spa\u021biu pe disc, modifica\u021bi dosarul temporar al sistemului sau rula\u021bi cu parametrul de comand\u0103 -J-Dnb.output.heap=true
-
-MSG_LINE_TOO_LONG=...linie prea lung\u0103, trece\u021bi \u00een modul \u00eencadrare text pentru a vizualiza toat\u0103 linia...
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ro.properties
deleted file mode 100644
index 80b2374..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ro.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Intrare
-LBL_EOF=\u00cen&chide intrarea
-TIP_EOF=\u00cenchide componenta de intrare \u0219i trimite marcajul sf\u00e2r\u0219it de fi\u0219ier celor care citesc
-TIP_INPUT=Introduce\u021bi text \u0219i ap\u0103sa\u021bi enter pentru a-l trimite procesului care ruleaz\u0103
-
-#Output window tab popup
-LBL_Close=\u00cenchide fila
-LBL_CloseAll=\u00cenchide toate filele
-LBL_CloseOthers=\u00cenchide celelalte file
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ro.properties
deleted file mode 100644
index 8bcde3a..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ro.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Ini\u021bializare
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=\u00cencarc\u0103 \u0219i activeaz\u0103 modulele.
-OpenIDE-Module-Long-Description=Acest modul ofer\u0103 functionalitatea central\u0103 suplimentar\u0103 pentru modulul Ini\u021bializare pentru a g\u0103si \u0219i activa modulele potrivite.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=nu este stabilit netbeans.user.\nVerifica\u021bi scriptul de pornire NetBeans.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Dosarul personal ({0}) nu se poate afla \u00een dosarul de instalare NetBeans ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Se porne\u0219te platforma NetBeans
-# The Title of the About Box
-CTL_About_Title=Despre
-CTL_About_Detail=Detalii
-ACSD_AboutDialog=N/A
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/A
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=Trebuia un nume de clas\u0103 UI, se folose\u0219te UI-ul implicit...
-ERR_UserDirExpected=Se a\u0219teapt\u0103 numele unui dosar dup\u0103 comutatorul --userdir
-ERR_UINotFound=Nu s-a g\u0103sit clasa pentru interfa\u021ba UI, se folose\u0219te interfa\u021ba UI implicit\u0103...
-ERR_FontSizeExpected=Se a\u0219tepta m\u0103rimea fontului, se folose\u0219te m\u0103rimea implicit\u0103 a fontului...
-ERR_BadFontSize=Format gre\u0219it pentru m\u0103rimea fontului, se folose\u0219te m\u0103rimea implicit\u0103 a fontului...
-ERR_BrandingNeedsArgument=Op\u021biunea --branding necesit\u0103 un argument
-ERR_LocaleExpected=Se a\u0219teapt\u0103 specificarea configura\u021biei de localizare dup\u0103 comutatorul --locale
-
-
-CTL_Netbeanshome_notexists=netbeans.home indic\u0103 un dosar inexistent
-CTL_Netbeanshome1=netbeans.home nu indic\u0103 niciun dosar.
-CTL_Netbeanshome2=netbeans.user indic\u0103 un dosar inexistent.
-CTL_Netbeanshome3=netbeans.user nu indic\u0103 nici un dosar.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Nu se poate crea dosar de sistem \u00een {0}. Exist\u0103 deja un dosar cu acela\u0219i nume.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Nu se poate crea dosar de sistem \u00een {0}.
-CTL_Cannot_mount_system_fs=Nu se poate ad\u0103uga sistemul de fi\u0219iere System, se \u00eenchide aplica\u021bia...
-
-#startup info messages
-MSG_IDEInit=Ini\u021bializare...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Nu se poate realiza conexiunea la URL-ul {0}. Nu s-a g\u0103sit o asemenea resurs\u0103
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize nu este suportat\u0103 de aspectul \u0219i comportamentul GTK. Ajusta\u021bi \u00een schimb m\u0103rimea fontului sistem.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Eroare: {0}
-EXC_GraphicsStartFails2=Vizualiza\u021bi {0} pentru detalii.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=A fost solicitat\u0103 o versiune >= {1} a modulului {0} dar s-a g\u0103sit doar versiunea {2}.
-# {0} - module display name
-MSG_problem_other_disabled=Trebuie instalat de asemenea \u0219i modulul {0}.
-LBL_no_impl_version=[nicio versiune specificat\u0103]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=A fost solicitat\u0103 versiunea implementat\u0103  "{1}" a modulului {0} dar s-a g\u0103sit doar versiunea "{2}".
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=Nu s-a g\u0103sit modulul necesar {0}.
-# {0} - required token
-MSG_problem_require_disabled=Nu s-a putut instala niciun modul care ofer\u0103 capabilitatea {0}.
-# {0} - required token
-MSG_problem_require_not_found=Nu s-a putut g\u0103si nici un modul care s\u0103 ofere capabilitatea {0}.
-# {0} - class name
-MSG_problem_class_not_loaded=Pachetul care con\u0163ine clasa {0} nu a fost \u00eenc\u0103rcat.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=Pachetul {0} nu a fost \u00eenc\u0103rcat sau versiunea acestuia este \u00eenvechit\u0103.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=Este necesar\u0103 platforma Java versiunea {0} sau ulterioar\u0103  dar ruleaz\u0103 doar versiunea {1}.
-MSG_warning=Avertisment
-MSG_info=Informare
-MSG_continue=Dezactiveaz\u0103 modulele \u015fi continu\u0103
-MSG_exit=Ie\u015fire
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Another module|1<{0} further modules} nu a putut fi instalat datorit\u0103 problemelor de mai sus.
-
-# NbEvents
-MSG_start_load_boot_modules=Se \u00eencarc\u0103 nucleul...
-MSG_finish_load_boot_modules=Se \u00eencarc\u0103 nucleul...gata.
-MSG_start_auto_restore=Se \u00eencarc\u0103 modulele...
-MSG_finish_auto_restore=Gata de \u00eenc\u0103rcat modulele.
-MSG_start_enable_modules=Se ini\u0163iaz\u0103 modulele...
-MSG_finish_enable_modules=Se ini\u0163iaz\u0103 modulele...gata.
-TEXT_finish_enable_modules=Se ini\u0163iaz\u0103 modulele:
-MSG_start_disable_modules=Se opresc modulele...
-MSG_finish_disable_modules=Se opresc modulele...gata.
-TEXT_finish_disable_modules=Se opresc modulele:
-MSG_failed_install_new=Avertisment - nu s-au instalat unele module:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Avertisment - nu s-a instalat modulul {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Se lanseaz\u0103 modulul de test din {0} ...
-TEXT_finish_deploy_test_module=S-a \u00eencheiat lansarea modulului de test.
-MSG_start_read=Se cite\u015fte stocarea modulelor...
-MSG_finish_read=Se cite\u015fte stocarea modulelor...gata.
-MSG_restore=Se pornesc modulele...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Se instaleaz\u0103 {0}
-# {0} - module display name
-TEXT_install=Se instaleaz\u0103 modul  nou: {0}
-# {0} - module display name
-MSG_update=Se porne\u015fte o nou\u0103 versiune a {0}
-# {0} - module display name
-TEXT_update=Se actualizeaz\u0103 modulul: {0}
-# {0} - module display name
-MSG_uninstall=Se opre\u015fte {0}
-MSG_load_section=Se \u00eencarc\u0103 modulele...
-MSG_load_layers=Se \u00eencarc\u0103 serviciile pentru module...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Avertisment: nu s-a g\u0103sit modulul modulul {0}, se ignor\u0103...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=Modulul {0} nu a fost \u015fters deoarece a fost \u00eenc\u0103rcat automat \u015fi este \u00eenc\u0103 utilizat.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=S-a \u00eencercat modificarea propriet\u0103\u021bii {1} a modulului {0} din dosarul system/Modules.Valoarea curent\u0103 este "{3}" dar a fost modificat\u0103 pe disc la "{2}".\n Proprietatea nu poate fi modificat\u0103 \u00een timp ce IDE-ul ruleaz\u0103, a\u015fadar ac\u0163iunea nu a avut niciun efect.
-# {0} - JAR file name
-TEXT_patch=Petic pentru modul sau extensie personalizat\u0103: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Resurs\u0103 lips\u0103 din clasa: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Cheie neg\u0103sit\u0103: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Eroare de procesare \u00een fi\u015fierul {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Eroare de procesare \u00een fi\u015fierul {1} linia {3} coloana {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ro.properties
deleted file mode 100644
index 68aca03..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ro.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Sistem implicit
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Se \u00eencarc\u0103 obiectele din cache...
-MSG_end_load_cache=Se \u00eencarc\u0103 obiectele din cache...gata.
-MSG_start_rewrite_cache=Se recreaz\u0103 cache-ul de obiecte...
-MSG_end_rewrite_cache=Se recreaz\u0103 cache-ul de obiecte...gata.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=Eveniment fi\u015fier {0}, fi\u015fierul {1}
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ro.properties
deleted file mode 100644
index 27a2e6f..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ro.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Fi\u015fiere
-AdvancedOption.tooltip=Fi\u015fiere
-FileAssociationsPanel.btnDefault.text=&Implicit
-FileAssociationsPanel.btnDefault.tooltip=Restabile\u015fte preferin\u0163ele implicite pentru extensia de fi\u015fier selectat\u0103
-FileAssociationsPanel.btnDefault.AN=Restabile\u015fte preferin\u0163e implicite
-FileAssociationsPanel.btnDefault.AD=Restabile\u015fte preferin\u0163ele implicite pentru extensia de fi\u015fier selectat\u0103
-FileAssociationsPanel.btnDefaultIgnored.text=&Implicit
-FileAssociationsPanel.btnDefaultIgnored.AN=Restabile\u015fte \u015fablonul implicit pentru fi\u015fiere ignorate
-FileAssociationsPanel.btnDefaultIgnored.AD=Restabile\u015fte \u015fablonul implicit pentru fi\u015fiere ignorate
-FileAssociationsPanel.btnNew.text=&Nou...
-FileAssociationsPanel.btnNew.AN=Nou\u0103 extensie de fi\u015fier
-FileAssociationsPanel.btnNew.AD=Nou\u0103 extensie de fi\u015fier
-FileAssociationsPanel.btnRemove.text=\u00cendep\u0103&rteaz\u0103
-FileAssociationsPanel.btnRemove.AN=\u00cendep\u0103rteaz\u0103 extensia de fi\u015fierr selectat\u0103
-FileAssociationsPanel.btnRemove.AD=\u00cendep\u0103rteaz\u0103 extensia de fi\u015fierr selectat\u0103
-FileAssociationsPanel.cbExtension.choose=< Alege\u0163i extensia >
-FileAssociationsPanel.cbExtension.AD=Extensie fi\u015fier
-FileAssociationsPanel.cbExtension.AN=List\u0103 extensii de fi\u015fier
-FileAssociationsPanel.cbType.AN=List\u0103 tipuri de fisier
-FileAssociationsPanel.cbType.AD=List\u0103 tipuri de fisier
-FileAssociationsPanel.lblAssociatedAlso.text=Asociaz\u0103 \u015fi cu:
-FileAssociationsPanel.lblAssociatedAlso.AN=Tip de fii\u015fier asociat \u015fi cu extensiile
-FileAssociationsPanel.lblAssociatedAlso.AD=Tip de fii\u015fier asociat \u015fi cu extensiile
-FileAssociationsPanel.lblExtension.text=&Extensie fi\u015fier:
-FileAssociationsPanel.lblExtension.AN=Extensie fi\u015fier
-FileAssociationsPanel.lblExtension.AD=List\u0103 extensii de fi\u015fier
-FileAssociationsPanel.lblType.text=&Tip de fi\u015fier (MIME) asociat :
-FileAssociationsPanel.lblType.AD=List\u0103 cu tipuri de fisiere asociate
-FileAssociationsPanel.lblType.AN=List\u0103 cu tipuri de fisiere asociate
-FileAssociationsPanel.lblFileAssociations.text=Asocia\u0163ii fi\u015fiere
-FileAssociationsPanel.lblFilesIgnored.text=Fi\u015fiere ignorate de IDE
-FileAssociationsPanel.lblPattern.text=\u015eablon pentru fi\u015fiere &ignorate:
-FileAssociationsPanel.lblPattern.tooltip=Expresie regulat\u0103 pentru fi\u015fiere de ignorat. Potrive\u015fte numele \u00eentreg, f\u0103r\u0103 cale. Liber pentru nimic.
-FileAssociationsPanel.lblPattern.AN=\u015eablon pentru fi\u015fiere ignorate
-FileAssociationsPanel.lblPattern.AD=Expresie regulat\u0103 pentru fi\u015fiere de ignorat. Potrive\u015fte numele \u00eentreg, f\u0103r\u0103 cale. Liber pentru nimic.
-FileAssociationsPanel.txtPatternError.AN=Eroare de sintax\u0103 \u00een \u015fablonul pentru fi\u015fiere ignorate
-FileAssociationsPanel.txtPatternError.AD=Eroare de sintax\u0103 \u00een expresia regulat\u0103 pentru fi\u015fiere ignorate
-
-NewExtensionPanel.title=Introduce\u0163i extensie de fi\u015fier nou\u0103
-NewExtensionPanel.AD=Introduce\u0163i extensie de fi\u015fier nou\u0103
-NewExtensionPanel.lblExtension.text=&Extensie fi\u015fier:
-NewExtensionPanel.lblExtension.AN=Extensie fi\u015fier
-NewExtensionPanel.lblExtension.AD=Extensie fi\u015fier
-
-OpenAsAction.name=Deschide ca...
-OpenAsPanel.txtDescription.AN=indiciu
-OpenAsPanel.txtDescription.AD=indiciu
-OpenAsPanel.lblExtension.text=Trateaz\u0103 fi\u015fierele {0} ca:
-OpenAsPanel.title=Deschide ca...
-OpenAsPanel.open=Deschide
-OpenAsPanel.AD=Alege\u0163i tipul de fi\u015fier
-
-# display name for options export
-Files.Options.Export.displayName=Fi\u015fiere
-OpenAsPanel.lblDescription.text=NetBeans nu cunoa\u015fte acest tip de fi\u015fier. Specifica\u0163i cum ar trebui tratat acest fi\u015fier.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ro.properties
deleted file mode 100644
index 01c5445..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ro.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_General_Options_Category=General
-CTL_General_Options_Description=Preferin\u0163e generale, configur\u0103ri proxy, configur\u0103ri editor
-CTL_Package_View_Type=Vizualizare pachet Java ca:
-CTL_Flattern_Packages=&List\u0103
-AN_Flattern_Packages=List\u0103
-AD_Flattern_Packages=List\u0103
-CTL_Tree_Packages=Arbore
-AN_Tree_Packages=Arbore
-AD_Tree_Packages=Arbore
-CTL_No_Proxy=&F\u0103r\u0103 proxy
-AN_No_Proxy=F\u0103r\u0103 proxy
-AD_No_Proxy=F\u0103r\u0103 proxy
-CTL_Usage_Statistics=Statistici utilizare:
-AN_Usage_Statistics=Statistici utilizare
-AD_Usage_Statistics=Statistici utilizare
-CTL_Usage_Check=Ajut la \u00eembun\u0103t\u0103\u0163irea &proiectului NetBeans IDE oferind date anonime de utilizare
-AN_Usage_Check=Ajuta\u0163i la \u00eembun\u0103t\u0103\u0163irea proiectului NetBeans IDE oferind date anonime de utilizare
-AD_Usage_Check=Ajuta\u0163i la \u00eembun\u0103t\u0103\u0163irea proiectului NetBeans IDE oferind date anonime de utilizare
-CTL_Usage_Info=<html>Statisticile de utilizare ajut\u0103 la \u00een\u0163elegerea necesit\u0103\u0163ilor utilizatorilor \u015fi la tratarea mai bun\u0103 a acestora \u00een lans\u0103rile viitoare. Datele culese nu vor fi folosite niciodat\u0103 pentru a afla detalii specifice despre proiectele dumneavoastr\u0103.</html>
-AN_Usage_Info=Informa\u0163ii statistice de utilizare
-AD_Usage_Info=Statisticile de utilizare ajut\u0103 la \u00een\u0163elegera necesit\u0103\u0163ilor utilizatorilor \u015fi la tratarea mai bun\u0103 a acestora \u00een lans\u0103rile viitoare. Datele culese nu vor fi folosite niciodat\u0103 pentru a afla detalii specifice despre proiectele dumneavoastr\u0103.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Informa\u0163ii suplimentare</u></font></html>
-AN_Learn_More=Informa\u0163ii suplimentare
-AD_Learn_More=Informa\u0163ii suplimentare
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Utiliza\u0163i configur\u0103rile proxy de sistem
-AN_Use_System_Proxy_Settings=Utiliza\u0163i configur\u0103rile proxy de sistem
-AD_Use_System_Proxy_Settings=Utiliza\u0163i configur\u0103rile proxy de sistem
-CTL_Use_HTTP_Proxy=Configur\u0103ri proxy &manuale
-AN_Use_HTTP_Proxy=Proxy HTTP
-AD_Use_HTTP_Proxy=Proxy HTTP
-AN_Web_Browser=Navigator web
-AD_Web_Browser=Navigator web
-AN_Host=Gazd\u0103
-AD_Host=Gazd\u0103
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Perioad\u0103 de actualizare
-AD_Update_Period=Perioad\u0103 de actualizare
-AN_Ask_Before_Check=\u00centreab\u0103 \u00eenainte de a verifica
-AD_Ask_Before_Check=\u00centreab\u0103 \u00eenainte de a verifica
-Line_Numbers=Numere &linii
-Antialiasing=Antialiasing:
-Text_Antialiasing=Folose\u015fte antialiasing
-Toolbar=Bar\u0103 de unel&te
-Package_View=Vizualizare pachete
-SDI_Window_Mode=Mod fereastr\u0103 SDI
-MDI_Window_Mode=Mod fereastr\u0103 MDI
-Tree_View=Vizualizare arborescent\u0103
-Default_System_Browser=<Navigator implicit>
-Swing_HTML_Browser=Navigator swing
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=General
-CTL_Web_Browser=Navigator &web:
-Confirm_Delete=&Confirmare \u015ftergere:
-CTL_Web_Proxy=Configur\u0103ri proxy:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=Pro&xy HTTP\:
-Code_Folding=\u00cempachetarea codului:
-Show=Arat\u0103:
-Editor=Editor
-CTL_Check_Period=Perioa&d\u0103 de verificare:
-CTL_Ask_Before_Check=\u00centreab\u0103 \u00eenainte s\u0103 verifici:
-CTL_Auto_Update=Actualizare automat\u0103
-Use_Folding=&Utilizeaz\u0103 \u00eempachetarea codului
-Fold_Methods=&Metode de \u00eempachetare
-Fold_Classes=Fol&d Inner Classes
-Fold_Imports=\u00cempacheteaz\u0103 &sec\u021biuni import
-Fold_JavaDoc=\u00cempacheteaz\u0103 comentarii &Javadoc
-Fold_Licence=\u00cempacheteaz\u0103 c&omentariul ini\u021bial
-Auto_Popup=Popup automat:
-Auto_Popup_Completion=Fereastr\u0103 completare
-Auto_Popup_JavaDoc=Fereastr\u0103 Javadoc
-CTL_Update_every_startup=La fiecare pornire
-CTL_Update_every_day=Zilnic
-CTL_Update_every_week=S\u0103pt\u0103m\u00e2nal
-CTL_Update_every_2weeks=Bilunar
-CTL_Update_every_month=Lunar
-CTL_Update_never=Niciodat\u0103
-CTL_Default_System_Browser=Navigatorul implicit al sistemului
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Navigator intern
-
-
-
-
-AN_NonProxy=F\u0103r\u0103 proxy pentru
-
-AD_NonProxy=F\u0103r\u0103 proxy pentru
-
-CTL_Non_Proxy=Nu exist\u0103 pro&xy pentru\:
-
-Non_Proxy_Hint=(ex. localhost, *.netbeans.org, *.domeniulmeu.com)
-LBL_GeneralOptionsPanel_bMoreProxy=Mai m&ult...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Configur\u0103ri proxy avansate
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Deschide configur\u0103rile proxy avansate
-
-LBL_GeneralOptionsPanel_PortError=Num\u0103rul portului trebuie s\u0103 fie un \u00eentreag. 
-
-LBL_GeneralOptionsPanel_lWebProxy=Configur\u0103ri proxy\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=Pro&xy HTTP\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(ex. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&t\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=Pro&xy HTTPS\:
-
-LBL_AdvancedProxyPanel_lSocksHost=Pro&xy SOCKS\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=Nu exist\u0103 gazde pro&xy\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Proxy-ul necesit\u0103 autentificare
-
-LBL_AdvancedProxyPanel_lUserName=&Nume utilizator\:
-
-LBL_AdvancedProxyPanel_lUserPassword=&Parola\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Folose\u015fte &acelea\u015fi configur\u0103ri proxy pentru toate protocoalele
-
-LBL_AdvancedProxyPanel_Title=Op\u0163iuni proxy avansate
-LBL_AdvancedProxyPanel_PortError=Num\u0103rul portului trebuie s\u0103 fie un \u00eentreag. 
-GeneralOptionsPanel.rbUseSystemProxy.text=&Utiliza\u0163i configur\u0103rile proxy de sistem
-GeneralOptionsPanel.lWebBrowser.text=Navigator &web\:
-GeneralOptionsPanel.rbNoProxy.text=&F\u0103r\u0103 proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/A
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/A
-
-LBL_WebBrowsersPanel_Title=Navigatoare web
-LBL_ExternalBrowser_Name=Navigator extern
-WebBrowsersPanel.nameLabel.text=Nume\:
-WebBrowsersPanel.executableLabel.text=Executabil\:
-WebBrowsersPanel.parametersLabel.text=Parametrii\:
-WebBrowsersPanel.browseButton.text=R\u0103sfoie\u015fte...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Adaug\u0103...
-WebBrowsersPanel.removeButton.text=\u00cendep\u0103rtez\u0103
-WebBrowsersPanel.browsersLabel.text=Navigatoare web\:
-GeneralOptionsPanel.editBrowserButton.text=&Editare...
-GeneralOptionsPanel.editBrowserButton.AD=Modific\u0103 navigatoare web
-GeneralOptionsPanel.editBrowserButton.AN=Modific\u0103 navigatoare web
-WebBrowsers_URL_Hint=Indiciu\: {URL} \= URL-ul paginii de \u00eenc\u0103rcat \u00een navigator
-
-ACS_WebBrowsersList=List\u0103 de navigatoare web disponibile
-ACS_AddWebBrowserButton=Adaug\u0103 navigator web
-ACS_RemoveWebBrowserButton=\u00cendep\u0103rteaz\u0103 navigator web
-ACS_BrowserNameField=Nume navigator web
-ACS_BrowserExecutableField=Executabil navigator web
-ACS_BrowserParametersField=Parametrii executabil navigator web
-ACS_BrowseExecutableButton=R\u0103sfoie\u015fte dup\u0103 executabil navigator web
-WebBrowsersOptionsPanel.browsersLabel.text=&Navigatoare web\:
-WebBrowsersOptionsPanel.addButton.text=A&d\u0103ugare...
-WebBrowsersOptionsPanel.removeButton.text=\u00cendep\u0103&rteaz\u0103
-WebBrowsersOptionsPanel.nameLabel.text=&Nume\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Navigatoare web
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=List\u0103 navigatoare
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=List\u0103 navigatoare web
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Buton adaug\u0103
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Buton \u00eendep\u0103rteaz\u0103
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Nume navigator
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Nume navigator
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Nume navigator
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Navigatoare web
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Navigatoare web
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Conexiune direct\u0103.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, preferin\u0163e generale
-
-# Display name for options export
-General.Options.Export.Category.displayName=General
-General.Options.Export.displayName=General
-Other.Options.Export.displayName=Toate celelalte nespecificate
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ro.properties
deleted file mode 100644
index 8a593da..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ro.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Nucleu - UI
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Intefa\u0163a cu utlizatorul a platformei.
-OpenIDE-Module-Long-Description=Ofer\u0103 clase \u015fi resurse pentru interfa\u0163a cu utilizatorul standard, de baza a platformei \u015fi pentru aplica\u0163ii construite cu platforma.
-
-Actions=Ac\u0163iuni
-Actions/Edit=Editare
-Actions/Help=Ajutor
-Actions/System=Sistem
-Actions/Tools=Unelte
-Actions/View=Vizualizare
-Actions/Window/SelectDocumentNode=Alege document \u00een
-Menu=Bar\u0103 meniu
-Menu/Edit=&Editare
-Menu/File=&Fi\u015fier
-Menu/GoTo=&Navigare
-Menu/Help=&Ajutor
-Menu/Tools=Unel&te
-Menu/View=&Vizualizare
-Menu/Window/SelectDocumentNode=Selecteaz\u0103 docume&ntul din
-Services/Browsers=Navigatoare web
-Templates/Privileged=Privilegiate
-Templates/Recent=Recente
-Templates/Services/Browsers=Navigatoare web
-Toolbars=Bara de unelte
-Toolbars/Clipboard=Cli&pboard
-Toolbars/UndoRedo=An&uleaz\u0103/Repet\u0103
-Toolbars/File=&Fi\u015fier
-Toolbars/Memory=&Memorie
-Toolbars/Standard.xml=Cod
-UI/Services=Op\u0163iuni
-
-ProgressDisplayName_FileSystemRefresh=Re\u00eemprosp\u0103tare fi\u015fiere
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_ro.properties
deleted file mode 100644
index b2d90f4..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_ro.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Start sampling IDE
-SelfSamplerAction_ActionNameStop=Stop sampling and take snapshot
-SelfSamplerAction_ActionDescription=Will take a snapshot based on the thread dump
-SelfSamplerAction_ThreadName=IDE Self Sampler
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=Snapshot was saved to {0}
-Save_Progress=Saving snapshot
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ro.properties
deleted file mode 100644
index 389d21a..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ro.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Deschide \u00een sistem
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ro.properties
deleted file mode 100644
index 337ddfe..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ro.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Memorie fizic\u0103 total\u0103 {0}
-
-
-#LOG_WINDOW_ACTIVATED=S-a activat fereastra principal\u0103, re\u00eemprosp\u0103tarea a durat  {0} ms
-#LOG_WINDOW_DEACTIVATED=Fereastra principal\u0103 a fost dezactivat\u0103
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Checking for external changes
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspended
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ro.properties
deleted file mode 100644
index b97d89d..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ro.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Doar spa\u021biu de lucru>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ro.properties
deleted file mode 100644
index c6082b5..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ro.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&loneaz\u0103 document
-# CloseWindowAction
-CTL_CloseWindowAction=\u00cen&chide fereastra
-
-CTL_RecentViewListAction=Me&rgi la documentul anterior
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=\u00cenchide to&ate documentele
-
-# UndockAction
-CTL_UndockWindowAction=&Deta\u0219eaz\u0103 fereastra
-CTL_UndockWindowAction_Dock=&Ata\u0219eaz\u0103 fereastra
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=\u00cenchide toate documentele
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimizeaz\u0103 fereastra
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=\u00cenchide fereastra
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=\u00cenchide alte documente
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Salveaz\u0103 document
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Cloneaz\u0103 document
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=\u00cenchide alte docu&mente
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maximi&zeaz\u0103 fereastra
-CTL_UnmaximizeWindowAction=Restaureaz\u0103 fereastra
-
-# DocumentsAction
-CTL_DocumentsAction=&Documente...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=Bar\u0103 unel&te
-
-# NextTabAction
-CTL_NextTabAction=Fila urm\u0103toare
-# PreviousTabAction
-CTL_PreviousTabAction=Fila anterioar\u0103
-
-CTL_ToggleFullScreenAction=&Tot ecranul
-
-# ResetWindowsAction
-CTL_ResetWindows=Restabilire &ferestre
-
-LBL_ToggleWindowTransparencyAction=Fereastr\u0103 transparent\u0103
-LBL_WindowTransparencyHint=Ap\u0103sa\u021bi \u0219i men\u021bine\u021bi ap\u0103sat [Ctrl+NumPad 0] pentru a face transparent\u0103 fereastra minimizat\u0103.
-
-# Properties
-GlobalProperties=P&ropriet\u0103\u021bi
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ro.properties
deleted file mode 100644
index ff315f8..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ro.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=\u00cenf\u0103\u021bi\u0219are
-AdvancedOption_Tooltip_WinSys=Op\u021biuni legate de sistemul de ferestre
-
-IsAlphaFloatingTooltip=Face ferestrele flotante din fundal semi-transparente dup\u0103 c\u00e2teva secunde
-
-IsDragWindowTooltip=Activeaz\u0103 \u00eence\u021bo\u0219area imaginii ferestrei la tragerea acesteia
-IsAlphaDragTooltip=Activeaz\u0103 transparen\u021ba imaginii ferestrei la tragere
-
-IsSnapScreenEdgesTooltip=Activeaz\u0103 atrac\u021bia ferestrelor flotante la marginea ecranului
-IsSnappingTooltip=Activeaz\u0103 atrac\u021bia automat\u0103 \u00eentre ferestre flotante pentru o pozi\u021bionare mai u\u0219oar\u0103
-
-NoAlphaSupport=Transparen\u021ba ferestrelor nu este suportat\u0103 de SO
-LBL_DragWindowImage=Trage imaginea ferestrei
-LBL_TransparentDragWindow=Ferestre transparente la tragere
-LBL_TransparentFloatingWindows=Ferestre flotante transparente
-LBL_SnapFloatingWindows=Ferestre flotante cu atrac\u021bie
-LBL_SnapToScreenEdges=Atrac\u021bie fa\u021b\u0103 de marginea ecranului
-LBL_CloseActivatesRecentDocument=\u201e\u00cenchide\u201d activeaz\u0103 cel mai recent document
-TIP_CloseActivatesMostRecentDocument=C\u00e2nd un document este \u00eenchis, devine activ cel mai recent document \u00een locul celui vecin
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=C\u00e2nd un document este \u00eenchis, devine activ cel mai recent document
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ro.properties
deleted file mode 100644
index fed5207..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ro.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Nu se poate procesa configura\u021bia administratorului de ferestre {0}.
-EXC_GroupParse=Nu se poate procesa configura\u021bia Group {0}.
-EXC_TCGroupParse=Nu se poate procesa configura\u021bia TCGroup {0}.
-EXC_TCRefParse=Nu se poate procesa configura\u021bia TCRef {0}.
-EXC_ModeParse=Nu se poate procesa configura\u021bia modului {0}.
-
-# PersistenceManager
-EXC_RootFolder=Nu se poate crea dosarul r\u0103d\u0103cin\u0103 {0}
-EXC_CompsFolder=Nu se poate crea dosarul componentelor {0}
-EXC_GroupsFolder=Nu se poate crea dosarul grupurilor {0}
-EXC_ModesFolder=Nu se poate crea dosarul modulelor {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Componentele {0} nu au fost g\u0103site sau \u00eenc\u0103rcate din dosarul 'Components'
-EXC_CannotSaveTCSettings=Nu au putut fi salvate preferin\u021bele componentei din v\u00e2rf {0}
-EXC_CopyFails=Nu se poate copia fi\u0219ierul preferin\u021belor componentelor \u00een dosarul {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Componenta {0} nu a fost salvat\u0103 datorit\u0103 problemelor de serializare.
-FMT_TCReadError=Componenta {0} nu a putut fi deschis\u0103 datorit\u0103 problemelor de deserializare.
-
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ro.properties
deleted file mode 100644
index 2b254f6..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ro.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Nucleu - ferestre
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Implementare asisten\u021b\u0103 pentru ferestre.
-OpenIDE-Module-Long-Description=Adaug\u0103 clase ce implementeaz\u0103 partea din sistemul de ferestre a API-ului
-
-Actions/Window=Fereastr\u0103
-Menu/Window=&Fereastr\u0103
-
-# Options export
-Toolbars.Options.Export.displayName=Bara de unelte
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ro.properties
deleted file mode 100644
index d5dd225..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ro.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=De acord
-CancelButton=Renun\u0163\u0103
-CloseButton=\u00cenchide
-# HelpButton=Help
-YesButton=Da
-NoButton=Nu
-# ApplyButton=Apply
-DetailsButton=Detalii
-# ButtoBarButoo
-CTL_Button=Buton
-
-# FileSelector
-CTL_FileSelectorOkButton=De acord
-CTL_FileSelectorCancelButton=Renun\u0163\u0103
-ACSD_FileSelectorOkButton=De acord
-ACSD_FileSelectorCancelButton=Renun\u0163\u0103
-ACSD_FileSelectorDialog=Dialog alegere fi\u0219ier
-ACSN_FileSelectorTreeView=Vizualizare arborescent\u0103
-ACSD_FileSelectorTreeView=Vizualizare arborescent\u0103 \u00een selectorul de fi\u0219iere
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Dialog personalizator
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=\u00cenchide
-CANCEL_OPTION_CAPTION=Renun\u0163\u0103
-HELP_OPTION_CAPTION=&Ajutor
-NO_OPTION_CAPTION=Nu
-OK_OPTION_CAPTION=De acord
-YES_OPTION_CAPTION=Da
-ACS_YES_OPTION_NAME=Da
-ACS_YES_OPTION_DESC=Butonul Da
-# - {0} message
-ACSD_ErrorMessage=Eroare: {0}
-ACSD_WarningMessage=Avertisment: {0}
-ACSD_QuestionMessage=\u00centrebare {0}
-ACSD_InformationMessage=Informa\u021bie {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Renun\u0163\u0103
-ACS_CANCEL_OPTION_DESC=Buton Renun\u021b\u0103
-
-ACS_OK_OPTION_NAME=De acord
-ACS_OK_OPTION_DESC=Buton De acord
-
-ACS_NO_OPTION_NAME=Nu
-ACS_NO_OPTION_DESC=Buton nu
-
-ACS_HELP_OPTION_NAME=Ajutor
-ACS_HELP_OPTION_DESC=Buton ajutor
-
-ACS_CLOSED_OPTION_NAME=\u00cenchide
-ACS_CLOSED_OPTION_DESC=Buton \u00eenchidere
-
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ro.properties
deleted file mode 100644
index 230173b..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ro.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Fereastr\u0103 principal\u0103
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documente:
-LBL_Description=&Descriere:
-LBL_Activate=Schimb\u0103 la documen&t
-LBL_CloseDocuments=\u00cenchide documente(&le)
-LBL_SaveDocuments=&Salveaz\u0103 document(ele)
-LBL_Close=\u00cen&chide
-
-ACSD_Activate=N/A
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/A
-
-CTL_DocumentsTitle=Documente
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle=Editor - {0}
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Propriet\u0103\u0163i
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#No Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-ACSN_PropertiesSheet=Foaie propriet\u0103\u021bi
-ACSD_PropertiesSheet=Vizualizarea afi\u0219eaz\u0103 propriet\u0103\u021bile nodului dat.
-EXC_CannotLoadNodes=Nodurile nu pot fi \u00eenc\u0103rcate \u00een foaia de propriet\u0103\u021bi. Probabil nu mai exist\u0103.
-
diff --git a/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ro.properties
deleted file mode 100644
index a9e71e0..0000000
--- a/l10n/src/ro/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ro.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&Iconi\u021be mici pentru bara de unelte
-
-# ToolbarLayout
-EXC_wrongConstraints=nu se poate pozi\u021biona: nu folose\u0219te ToolbarConstraints
-
-CTL_CustomizeToolbars=&Personalizare...
-
-#New Toolbar Button label
-CTL_NewToolbar=Bar\u0103 de unelte &nou\u0103...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&Iconi\u021be mici pentru bara de unelte
-
-#Drag and Drop hint
-CTL_TreeLabel=Trage\u021bi elemente pe \u0219i de pe bara de unelte pentru a le ad\u0103uga sau \u00eendep\u0103rta...
-
-LBL_PleaseWait=A\u0219tepta\u021bi...
-
-#Close customizer button
-CTL_Close=\u00cen&chide
-
-#Customizer dialog window title
-CustomizerTitle=Personalizare bar\u0103 de unelte
-
-ACSD_ActionsTree=Trage\u021bi elemente de aici pe bara de unelte.
-ACSN_ActionsTree=Mul\u021bemea de ac\u021biuni
-
-ACSN_ActionsScrollBar=Bar\u0103 de derulare mul\u021bime de ac\u021biuni
-ACSD_ActionsScrollBar=Bar\u0103 de derulare mul\u021bime de ac\u021biuni
-
-ACSD_ToolbarCustomizer=Personalizator bar\u0103 unelte
-
-ACSD_Close=Buton \u00eenchidere
-ACSD_NewToolbar=Buton nou bar\u0103 de unelte
-
-ACSD_SmallIcons=C\u0103su\u021b\u0103 de bifare pentru iconi\u021be reduse
-
-CTL_ResetToolbarsAction=Restabile\u0219te bara de unel&te
-CTL_ResetToolbarsButton=Restabile\u0219te bara de unel&te
-
-
-
-PROP_newToolbarLabel=&Nume:
-PROP_newToolbarDialog=Bar\u0103 de unelte nou\u0103
-PROP_newToolbar=Bar\u0103 de unelte
-MSG_ToolbarExists=Bara de unelte {0} exist\u0103 deja.
-
-
diff --git a/l10n/src/ro/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ro.properties
deleted file mode 100644
index d9033dc..0000000
--- a/l10n/src/ro/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ro.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=M\u0103rimea nu poate fi negativ\u0103
-CTL_InvalidValue=Valoarea introdus\u0103 nu este valid\u0103
-CTL_InvalidValueWithParam=Valoarea {0} introdus\u0103 nu este valid\u0103
-CTL_InvalidValueWithExc=S-a introdus o valaore nevalid\u0103. \nCauz\u0103: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Valoarea {0} ar trebui s\u0103 fie de forma {1}
-
-#ColorEditor
-CTL_AWTPalette=Palet\u0103 AWT
-CTL_SwingPalette=Palet\u0103 Swing
-CTL_SystemPalette=Palet\u0103 sistem
-ACSD_CustomColorEditor=N/A
-FMT_IllegalEntry="{0}" nu este un identificator de culoare valid  Pute\u0163i introduce constante Swing sau AWT sau valori ro\u015fu/verde/albastru.
-
-# ColorEditor:AWT color names
-LAB_White=alb
-LAB_LightGray=gri deschis
-LAB_Gray=gri
-LAB_DarkGray=gri \u00eenchis
-LAB_Black=negru
-LAB_Red=ro\u015fu
-LAB_Pink=roz
-LAB_Orange=portocaliu
-LAB_Yellow=galben
-LAB_Green=verde
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=albastru
-# ColorEditor: system color names
-LAB_ActiveCaption=Etichet\u0103 activ\u0103
-LAB_ActiveCaptionBorder=Margine etichet\u0103 activ\u0103
-LAB_ActiveCaptionText=Text etichet\u0103 activ\u0103
-LAB_Control=Control
-LAB_ControlDkShadow=Umbrire accentuat\u0103 control
-LAB_ControlHighlight=Eviden\u0163iere control
-LAB_ControlLtHighlight=Umbrire u\u015foar\u0103 control
-LAB_ControlShadow=Umbrire control
-LAB_ControlText=Text control
-LAB_Desktop=Desktop
-LAB_InactiveCaption=Etichet\u0103 inactiv\u0103
-LAB_InactiveCaptionBorder=Margine etichet\u0103 inactiv\u0103
-LAB_InactiveCaptionText=Text etichet\u0103 inactiv\u0103
-LAB_Info=Info
-LAB_InfoText=Text info
-LAB_Menu=Meniu
-LAB_MenuText=Text meniu
-LAB_Scrollbar=Bar\u0103 de derulare
-LAB_Text=Text
-LAB_TextHighlight=Eviden\u0163iere text
-LAB_TextHighlightText=Text eviden\u0163iere text
-LAB_TextInactiveText=Text text inactiv
-LAB_TextText=Text text
-LAB_Window=Fereastr\u0103
-LAB_WindowBorder=Margine fereastr\u0103
-LAB_WindowText=Text fereastr\u0103
-
-#DimensionCustomEditor
-CTL_Dimension=Dimensiune
-CTL_Width=&L\u0103\u0163ime:
-CTL_Height=\u00ce&n\u0103l\u0163ime:
-ACSD_CTL_Width=N/A
-ACSD_CTL_Height=N/A
-ACSD_DimensionCustomEditor=N/A
-
-#DimensionEditor
-CTL_HintFormat=[l\u0103\u0163ime,\u00een\u0103l\u0163ime]
-
-#FontEditor
-CTL_Plain=Simplu
-CTL_Bold=Aldin
-CTL_Italic=Cursiv
-CTL_BoldItalic=Aldin cursiv
-CTL_Font=Fon&t:
-CTL_FontStyle=St&il font:
-CTL_Size=&M\u0103rime:
-CTL_Preview=Previzualizare
-ACSD_CTL_Font=N/A
-ACSD_CTL_FontStyle=N/A
-ACSD_CTL_Size=N/A
-ACSD_FontCustomEditor=N/A
-
-#InsetsCustomEditor
-CTL_Insets=Insets
-CTL_Top=&V\u00e2rf:
-CTL_Left=&St\u00e2nga
-CTL_Bottom=&Baz\u0103:
-CTL_Right=D&reapta
-ACSD_CTL_Top=N/A
-ACSD_CTL_Left=N/A
-ACSD_CTL_Bottom=N/A
-ACSD_CTL_Right=N/A
-
-#InsetsEditor
-CTL_HintFormatIE=[v\u00e2rf,st\u00e2nga,baz\u0103,dreapta]
-
-# ObjectEditor
-CTL_NullValue=<C\u0103utare valoare nul\u0103>
-CTL_NullItem=<C\u0103utare element nul>
-
-#PointCustomEditor
-CTL_Point=Punct
-CTL_X=&X:
-ACSD_CTL_X=N/A
-CTL_Y=&Y:
-ACSD_CTL_Y=N/A
-ACSD_PointCustomEditor=N/A
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Dreptunghi
-ACSD_CustomRectangleEditor=N/A
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,l\u0103\u0163ime,\u00een\u0103l\u0163ime]
-
-#StringCustomEditor
-ACS_TextArea=Text:
-ACSD_TextArea=Introduce\u0163i aici textul proprietat\u0103\u021bii
-ACSD_CustomStringEditor=Editor de propriet\u0103\u0163i tip \u015fir de caractere
-ACS_Instructions=Instruc\u0163iuni
-ACSD_Instructions=N/A
-
-MSG_FontIsNotInitialized=Stocarea \u00een format XML a e\u015fuat deoarece nu este ini\u0163ializat fontul
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Alege\u0163i un fi\u015fier sau dosar
-CTL_DialogTitleFiles=Alege\u0163i un fi\u015fier
-CTL_DialogTitleDirs=Alege\u0163i un dosar
-ACSD_FileEditor=N/A
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Nespecificat>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Propriet\u0103\u0163i
-ACSD_PropertiesEditorPane=N/A
-ACSD_CustomPropertiesEditor=N/A
-WARN_PropertiesComments=Avertisment: se va renun\u0163a la comentarii.
-
-#StringArrayCustomEditor
-CTL_Empty=<gol>
-CTL_Item=&Element:
-ACSD_CTL_Item=N/A
-CTL_ItemList=&List\u0103 elemente
-ACSD_CTL_ItemList=N/A
-CTL_Add_StringArrayCustomEditor=&Adaug\u0103
-ACSD_CTL_Add_StringArrayCustomEditor=N/A
-CTL_Change_StringArrayCustomEditor=&Editare
-ACSD_CTL_Change_StringArrayCustomEditor=N/A
-CTL_Remove=\u00cendep\u0103&rteaz\u0103
-ACSD_CTL_Remove=N/A
-CTL_MoveUp=S&us
-ACSD_CTL_MoveUp=N/A
-CTL_MoveDown=&Jos
-ACSD_CTL_MoveDown=N/A
-ACSD_StringArrayCustomEditor=N/A
-
-#Bool/BooleanEditor
-TRUE=adev\u0103rat
-FALSE=fals
-NULL=nul
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Valoarea de intrare nu este de tip \u00eentreg: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=\u015eir kmsgey ilegal"
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - valori valide sunt: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Clas\u0103 necunoscut\u0103: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Valoarea nu este legal\u0103: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=URL nerecunoscut: {0}
-#
-MSG_NULL_OR_EMPTY=Null sau o un vector gol
-
-#ObjectEditor
-ACSN_ObjectTree=Op\u0163iuni disponibile
-ACSD_ObjectTree=Alege\u0163i un obiect
-
-#Font Editor
-MSG_AppleBug=Dac\u0103 citi\u0163i acest mesaj \u00eenseamn\u0103 c\u0103 a ap\u0103rut o eroare la ini\u0163ializarea listei cu fonturile disponibile.  Acest lucru se datoreaz\u0103 unei deficien\u0163e \u00een ma\u015fina virtual\u0103 Java pentru Apple \u015fi este declan\u015fat\u0103 atunci c\u00e2nd pe sistem sunt instalate fonturi bitmap.  Pentru a folosi editorul de fonturi va trebui s\u0103 dezinstala\u0163i toate fonturile bitmap din sistem.  Pentru detalii suplimentare citi\u0163i raportul Apple BugReporter num\u0103rul 3121780.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=Azi Iliu\u0163\u0103 va p\u0103pa \u00een fug\u0103 jum\u0103ri, b\u00eend \u015fi whisky qatarian exotic
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=De acord
-
diff --git a/l10n/src/ro/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ro.properties
deleted file mode 100644
index 77c3a6e..0000000
--- a/l10n/src/ro/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ro.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Nucleu
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Cadrul de baz\u0103 al aplica\u0163iilor bazate pe NetBeans
-OpenIDE-Module-Long-Description=Acest modul ofer\u0103 infrastructura central\u0103 care permite aplica\u0163iilor bazate pe NetBeans s\u0103 ruleze. Nu poate fi dezactivat.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=A ap\u0103rut o excep\u021bie {0}.\n\tAp\u0103sa\u021bi Arat\u0103 detalii pentru a vedea fi\u0219ierul messages.log din dosarul {1}.
-NTF_ExceptionalExceptionTitle=Excep\u0163ie nea\u015fteptat\u0103
-# {0} - class name of exception
-NTF_ExceptionWarning=A ap\u0103rut o excep\u021bie {0}.\nTotu\u0219i, sistemul ar trebui s\u0103 ruleze \u00een continuare f\u0103r\u0103 probleme.\nAp\u0103sa\u0163i \u201eArat\u0103 detalii\u201d pentru a vedea stiva de execu\u0163ie
-NTF_ExceptionWarningTitle=Avertisment
-
-#startup info messages
-MSG_MainWindowInit=Se ini\u0163ializeaz\u0103 fereastra principal\u0103...
-MSG_WindowShowInit=Se deschide fereastra principal\u0103...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Se salveaz\u0103 {0} ...
-MSG_AllSaved=Salvarea tuturor elementelor s-a \u00eencheiat.
-
-CTL_Cannot_save=Nu se poate salva {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Sit protejat prin parol\u0103
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=Vizualizare dup\u0103:
-ShortcutsEditor.actionsButton.text=Ac\u0163iuni
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Scurt\u0103turi
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Alege\u0163i Vizualizare dup\u0103 ac\u0163iuni pentru a modifica scurt\u0103turile pentru o ac\u0163iune
-ShortcutsPanel.addButton.text=Adaug\u0103...
-ShortcutsPanel.removeButton.text=\u00cendep\u0103rtez\u0103
-ShortcutsPanel.AddActionTitle=Scurt\u0103tur\u0103 nou\u0103
-ActionsPanel.shortcutAddButton.text=Adaug\u0103...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=\u00cendep\u0103rtez\u0103
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Modific\u0103 scurt\u0103turi
-ActionsPanel.AddShortcut=Adaug\u0103 scurt\u0103tur\u0103
-ActionsPanel.ShortcutLabel=Scurt\u0103tur\u0103:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Alege\u0163i Vizualizare dup\u0103 ac\u0163iuni pentru a modifica scurt\u0103turile pentru o ac\u0163iune
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Alege\u0163i Vizualizare dup\u0103 ac\u0163iuni pentru a modifica scurt\u0103turile pentru o ac\u0163iune
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Alege\u021bi Vizualizare dup\u0103 scurt\u0103tur\u0103, dar pentru a modifica scurt\u0103turi alege\u0163i Vizualizare dup\u0103 ac\u0163iune
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Adaug\u0103 scurt\u0103tur\u0103 nou\u0103 pentru ac\u0163iunea
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=\u00cendep\u0103rteaz\u0103 scurt\u0103turile pentru ac\u0163iunea
-ACSN_ShortcutsPanel.shortcutsList=List\u0103 scurt\u0103turi
-ACSD_ShortcutsPanel.shortcutsList=N/A
-ACS_ActionsPanel.ShortcutLabel.a11yName=Umple scurt\u0103tura
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Umple scurt\u0103tura folosind combina\u0163ia de taste
-ACSN_ActionsPanel.actionsTree=N/A
-ACSN_ActionsPanel.shortcutsList=List\u0103 scurt\u0103turi
-ACSD_ActionsPanel.actionsTree=N/A
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/A
-ACSD_ActionsPanel.Dialog=Adaug\u0103 scurt\u0103tur\u0103 nou\u0103 la ac\u0163iunea aleas\u0103
-ACS_ActionsPanel=N/A
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=Exist\u0103 deja o ac\u021biune atribuit\u0103 acestei scurt\u0103turi ({0}).\nDori\u0163i s\u0103 o \u00eenlocui\u0163i cu noua ac\u0163iune?
-
-CTL_ExitTitle=Salveaz\u0103
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Salveaz\u0103
-ACSD_Save=Salveaz\u0103.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=S&alveaz\u0103 tot
-ACSD_SaveAll=Salveaz\u0103 tot.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=A&nuleaz\u0103 tot
-ACSD_DiscardAll=Anuleaz\u0103 tot.
-EXC_Save=A ap\u0103rut o excep\u0163ie \u00een timpul salv\u0103rii
-# NotifyException
-CTL_Title_Exception=Excep\u0163ie
-CTL_NextException=\u00ce&nainte>
-CTL_PreviousException=< \u00cena&poi
-CTL_Exception_Hide_Details=As&cunde detalii
-CTL_Exception_Show_Details=A&rat\u0103 detalii
-ACSD_NextException=N/A
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/A
-
-ACSN_ListOfChangedFiles=List\u0103
-ACSD_ListOfChangedFiles=Lista cu fi\u015fierele modificate pentru a fi salvate
-ACSD_ExitDialog=Dialog pentru salvare modific\u0103ri
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=Mod SDI
-CTL_MdiMode=Mod MDI
-
-# NbPlaces
-CTL_NoWorkspaces=F\u0103r\u0103 spa\u0163iu de lucru
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/A
-ACD_NotifyExcPanel_Dialog=N/A
-
-# blocked event queue
-LOG_EventQueueBlocked=Firul AWT Event Dispatch este blocat pentru {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Este necesar\u0103 autentificarea
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=N&ume utilizator:
-NbAuthenticatorPanel.passwordLbl.text=&Parola
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Password for {0}
-
-ProxySettings.password.description=Proxy password
-
-Title_WebBrowser=Navigator web
-
diff --git a/l10n/src/ro/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ro.properties
deleted file mode 100644
index d480d85..0000000
--- a/l10n/src/ro/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ro.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&Despre
-About_title=Despre
-
-#CopyProductInfoAction
-CopyProductInfo=Copiaz\u0103 informa\u0163ia
-CopyProductInfoAction=&Copiaz\u0103 informa\u0163ia
-CTL_CopyButton_tooltip=Copiaz\u0103 informa\u0163ia despre produsul NetBeans \u00een clipboard
-
-#HtmlViewAction
-CTL_OpeningBrowser=Se deschide navigatorul ...
-HTMLView=Navigator &web
-
-#SystemExit
-Exit=&Ie\u015fire
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Urm\u0103toarea vizualizare intern\u0103
-LBL_PreviousViewCallbackAction=Precedenta vizualizare intern\u0103
-
-# jump next/prev actions
-JumpNextAction=Eroarea &urm\u0103toare
-JumpPrevAction=Eroarea &precedent\u0103
-
-#LogAction
-MSG_LogTab_name=Jurna&l IDE 
-MSG_ShortLogTab_name=Jurnal IDE
-
diff --git a/l10n/src/ro/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ro.properties
deleted file mode 100644
index 385fe3c..0000000
--- a/l10n/src/ro/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ro.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Versiunea produsului\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>Sistem\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Dosar utilizator:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">IDE-ul \u015fi platforma NetBeans sunt dezvoltate pe baza softwareului de la netbeans.org,care a fost eliberat sub licen\u0163\u0103 dubl\u0103: Licen\u0163\u0103 pentru distribu\u021bie \u0219i dezvoltare comun\u0103 (Common Development and Distribution License (CDDL)) \u015fi licen\u0163a general\u0103 public\u0103 GNU versiunea 2 (GNU General Public License version 2) cu excep\u0163ia pentru Classpath. Pentru mai multe informa\u021bii, vizita\u021bi <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} versiunea {1} ce ruleaz\u0103 pe {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Navigator simplu pentru HTML bazat pe o component\u0103
-MSG_cannot_create_browser=Nu s-a putut crea Navigatorul Swing pentru HTML
-Services/Browsers/SwingBrowser.settings=Navigator Swing pentru HTML
-LBL_Close=\u00cenchide
-MNE_Close=C
-ACSN_Close=\u00cenchide
-ACSD_Close=\u00cenchide
-
diff --git a/l10n/src/ro/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_ro.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/ro/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_ro.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/ro/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ro.properties
deleted file mode 100644
index 8c550ae..0000000
--- a/l10n/src/ro/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ro.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Biblioteci
-OpenIDE-Module-Short-Description=Include biblioteca JNA.
-OpenIDE-Module-Long-Description=Acest modul include biblioteca JNA.
-
diff --git a/l10n/src/ro/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ro.properties
deleted file mode 100644
index 669242b..0000000
--- a/l10n/src/ro/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ro.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Integrare API scripting 
-OpenIDE-Module-Display-Category=Biblioteci
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). No longer needed.
-OpenIDE-Module-Deprecation-Message=No longer needed on JDK 6. Remove your dependency on this module.
-
diff --git a/l10n/src/ro/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ro.properties
deleted file mode 100644
index 33ff4fb..0000000
--- a/l10n/src/ro/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ro.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Biblioteci
-OpenIDE-Module-Short-Description=Include biblioteca de teste JUnit 4.x.
-OpenIDE-Module-Long-Description=Include biblioteca de teste JUnit 4.x.
-
diff --git a/l10n/src/ro/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_ro.properties
deleted file mode 100644
index d0acda0..0000000
--- a/l10n/src/ro/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_ro.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi Specification
-
diff --git a/l10n/src/ro/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ro.properties
deleted file mode 100644
index e17e79f..0000000
--- a/l10n/src/ro/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ro.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=C\u0103utare rapid\u0103
-QuickSearchComboBar.jLabel2.toolTipText=Clic sau Shift+F10 pentru selec\u021bia pe categorii
-MSG_DiscoverabilityHint=C\u0103utare
-MSG_DiscoverabilityHint2=C\u0103utare \u00een {0}
-LBL_MoreResults=...
-LBL_AllCategories=Toate categoriile
-QuickSearchPopup.searchingLabel.text=Se caut\u0103 ...
-QuickSearchPopup.noResultsLabel.text=( Niciun rezultat )
-QuickSearchPopup.hintLabel.text={0}; Ap\u0103sa\u021bi {1} pentru Toate categoriile
-AbstractQuickSearchComboBar.command.toolTipText=C\u0103utare rapid\u0103 \u00een sistem {0}
-
diff --git a/l10n/src/ro/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ro.properties
deleted file mode 100644
index 0a7e6fd..0000000
--- a/l10n/src/ro/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ro.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=NU se poate afi\u0219a URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/ro/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ro.properties
deleted file mode 100644
index d51192c..0000000
--- a/l10n/src/ro/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ro.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Name=C\u0103utare rapid\u0103 (API)
-OpenIDE-Module-Short-Description=Infrastructur\u0103 pentru c\u0103utare rapid\u0103 prin elemente de meniu, ac\u021biuni, fi\u0219iere, etc.
-QuickSearch/Recent=C\u0103ut\u0103ri recente
-
diff --git a/l10n/src/ro/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ro.properties
deleted file mode 100644
index 77ac467..0000000
--- a/l10n/src/ro/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ro.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=F\u0103r\u0103 filtru
-
diff --git a/l10n/src/ro/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ro.properties
deleted file mode 100644
index 2df4cfd..0000000
--- a/l10n/src/ro/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ro.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Name=ETable \u0219i Outline
-
diff --git a/l10n/src/ro/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ro.properties
deleted file mode 100644
index c6d0758..0000000
--- a/l10n/src/ro/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ro.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Biblioteca de personalizare aspect \u0219i comportament
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Gestioneaz\u0103 personaliz\u0103ri UIManager de aspect \u0219i comportament pentru NetBeans
-OpenIDE-Module-Long-Description=Define\u0219te valori specifice NetBeans necesare \u00een  UIManager \u0219i asigur\u0103 ca unele valori disponibile \u00een BasicLookAndFeel sunt disponibile \u00een toate profilele de aspect \u0219i comportament Gestioneaz\u0103 suportul pentru teme metalice, aspect \u0219i comportament \u0219i ini\u021bializarea m\u0103rimii fontului
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/ro/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_ro.properties
deleted file mode 100644
index 2f2f46b..0000000
--- a/l10n/src/ro/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_ro.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=Avertisment: Datorit\u0103 unei deficien\u021be JDK 5079742, fonturile din NetBeans nu vor ar\u0103ta bine. Instala\u021bi JDK versiunea 1.5.0_02 sau ulterioar\u0103, detalii la http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
-
diff --git a/l10n/src/ro/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ro.properties
deleted file mode 100644
index 4ea1a8e..0000000
--- a/l10n/src/ro/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ro.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Control file
-OpenIDE-Module-Display-Category=Biblioteci
-OpenIDE-Module-Short-Description=Controlul de file folosit de sistemul de ferestre
-OpenIDE-Module-Long-Description=Biblioteca componentei pentru file a sistemului de ferestre NetBeans
-
-
-
-ACS_TabbedContainer=Control file
-ACSD_TabbedContainer=Control de file pentru schimbare \u00eentre file
-
-TT_TabDisplayer_Close=<html>Shift + clic pentru a \u00eenchide toate documentele<br>Alt + clic pentru a \u00eenchide alte documente
-
diff --git a/l10n/src/ro/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ro.properties b/l10n/src/ro/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ro.properties
deleted file mode 100644
index b954ba3..0000000
--- a/l10n/src/ro/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ro.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Arat\u0103 lista documentelor deschise
-
-Tip_Restore_Window=Restaureaz\u0103 fereastra
-
-Tip_Maximize_Window=Maximizeaz\u0103 fereastra
-
-Tip_Minimize_Window=Minimizeaz\u0103 fereastra
-
-Tip_Pin=Ac
-
-Tip_Close_Window=\u00cenchide fereastra
-
-Tip_Scroll_Documents_Right=Deruleaz\u0103 documentele la dreapta
-
-Tip_Scroll_Documents_Left=Deruleaz\u0103 documentele a st\u00e2nga
-
diff --git a/l10n/src/ro/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ro.properties
deleted file mode 100644
index aff1bf4..0000000
--- a/l10n/src/ro/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ro.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Ac\u021biuni (API)
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Definirea ac\u021biunilor uzuale pentru NetBeans
-OpenIDE-Module-Long-Description=Furnizeaz\u0103 o list\u0103 de ac\u021biuni uzuale folosite de orice aplica\u021bie NetBeans.
-
-
-New=&Adaug\u0103
-# {0} name of the only one new type
-NewArg=&Adaug\u0103 {0}
-
-# File
-NewFromTemplate=&Nou
-Save=&Salveaz\u0103
-Print=Ti&p\u0103re\u0219te...
-PageSetup=Aranjare \u00een pa&gin\u0103...
-
-#0 undoableedit
-UndoWithParameter=An&uleaz\u0103 {0}
-#0 undoableedit
-RedoWithParameter=&Repet\u0103 {0}
-UndoSimple=An&uleaz\u0103
-RedoSimple=&Repet\u0103
-Cut=&Taie
-Copy=&Copiaz\u0103
-Paste=Li&pe\u0219te
-Delete=\u015eterge
-Find=&C\u0103utare...
-Goto=Mergi la &Linia...
-Replace=\u00cenlocui&e\u0219te...
-
-# View
-Properties=&Propriet\u0103\u021bi
-View=Vizualizare
-Edit=Editare
-
-# Build
-Execute=&Execut\u0103
-
-# Window
-DockWindow=Ata\u0219eaz\u0103 &vizualizare
-UndockWindow=Deta\u0219eaz\u0103 viz&ualizare
-CloneView=&Cloneaz\u0103 vizualizare
-CloseView=\u00cenchide
-NextTab=Vizualizarea ur&m\u0103toare
-PreviousTab=Vizualizarea a&nteroar\u0103
-
-Open=Deschide
-Rename=Redenume\u0219te...
-
-MoveUp=Mut\u0103 sus
-MoveDown=Mut\u0103 jos
-
-
-Customize=Personalizeaz\u0103
-
-#rename action
-CTL_RenameTitle=Redenume\u0219te
-CTL_RenameLabel=&Nume nou:
-# {0} param represents old name before renaming.
-MSG_BadFormat=Acest obiect nu poate fi redenumit din {0} \u00een {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Colectare memorie rezidual\u0103
-
-#HeapView
-LBL_ShowText=Afi\u0219eaz\u0103 text
-LBL_DropShadow=Umbr\u0103 de perspectiv\u0103
-LBL_OverlayGrid=Suprapunere gril\u0103
-
-# NewTemplateAction
-CTL_NewName=Nume nou
-CTL_NewNameTitle=&Nou
-
-
-#Reorder Action
-Reorder=Modific\u0103 ordinea...
-
-OpenLocalExplorer=Exploreaz\u0103 &de aici
-
-WorkspacesItems=&Spa\u021bii de lucru
-
-
-# name of template
-CTL_Template_Name=&Nume obiect:
-# title of dialog
-CTL_Template_Dialog_Title=Instan\u021biere \u0219ablon
-CTL_Template_Dialog_RootTitle=Salveaz\u0103 \u00ee&n:
-
-
-# Tools action
-CTL_Tools=Unelte
-CTL_EmptySubMenu=Gol
-
-
-# name of the PopupAction
-Popup=Fereastr\u0103 popup
-
-#SaveAction
-MSG_saved={0} salvat.
-EXC_notsaved=Au fost c\u00e2teva probleme \u00een timp ce se salva {0}\nCauza: {1}
-#Template wizard title
-CTL_TemplateWizard=Nou din \u0219ablon
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Clic pentru a for\u021ba colectorul de memorie rezidual\u0103
-
-
diff --git a/l10n/src/ro/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ro.properties
deleted file mode 100644
index 2a931c2..0000000
--- a/l10n/src/ro/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ro.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Utilit\u0103\u021bi UI (API)
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Utilit\u0103\u021bi pentru interfa\u021ba cu cutilizatorul.
-OpenIDE-Module-Long-Description=Metode ajut\u0103toare pentru diverse sarcini legate de UI.
-
-
-
-#MenuBar
-EXC_LoadMenu=Nu se poate \u00eenc\u0103rca meniul {0}
-EXC_LoadMenuItem=Nu se poate \u00eenc\u0103ca elementul de meniu {0}
-
-#HtmlBrowser
-CTL_Back=\u00cenapoi
-CTL_Forward=\u00cenainte
-CTL_Reload=Re\u00eencarc\u0103
-CTL_Stop=Stop
-CTL_Document_done=Document: Gata
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Se \u00eencarc\u0103
-EXC_Module=Excep\u021bie pe timpul ini\u021bializ\u0103rii modului de navigare HTML
-CTL_WebBrowser=Navigator web
-HINT_WebBrowser=Navigator web
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Vedere navigator
-ACSD_HtmlBrowser=N/A
-ACS_HtmlBrowser_Location=Loc
-ACSD_HtmlBrowser_Location=N/A
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Orizontal
-SplittedPanelSwap=Interschimb\u0103 panourile
-ResetSplitter=Restabile\u0219te linia desp\u0103r\u021bitoare
-ACS_SplittedPanel_Name=Primul panou {0}. Al doilea panou {1}.
-ACS_SplittedPanel_Description=Primul panou {0}. Al doilea panou {1}.
-ACS_SplittedPanel_EmptySplitter=N/A
-ACSD_SplittedPanel_EmptySplitter=N/A
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/A
-#Title while loading
-LBL_Loading=Se \u00eencarc\u0103...
-#Title if html doesn't contain title tags
-LBL_Untitled=F\u0103r\u0103 titlu
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Gazd\u0103 necunoscut\u0103: {0}
-FMT_InvalidURL=URL nevalid: {0}
-FMT_NoRouteToHost=F\u0103r\u0103 rut\u0103 c\u0103tre gazd\u0103: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Se apeleaz\u0103 {4} implementat ca {3} prin {1}
-
-
-# action and their performers
-Open=Deschide
-Edit=Editare
-Print=Ti&p\u0103re\u0219te...
-View=Vizualizare
-Close=\u00cenchide
-
diff --git a/l10n/src/ro/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ro.properties
deleted file mode 100644
index 410193d..0000000
--- a/l10n/src/ro/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ro.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Compatibilitate (API)
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Unele clase \u00eenvechite acum.
-OpenIDE-Module-Long-Description=Con\u021bine unele clase API care au fost \u00eenvechite acum \u0219i pot fi \u00eenlocuite. \u0218i anume: ExplorerActions; ExplorerPanel; HttpServer; \u0219i WeakListener.
-OpenIDE-Module-Deprecation-Message=Clasele din acest API sunt toate \u00eenvechite \u0219i pot fi \u00eenlocuite de un API modern.
-
diff --git a/l10n/src/ro/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ro.properties
deleted file mode 100644
index 9b86584..0000000
--- a/l10n/src/ro/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ro.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialoguri (API)
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Gestioneaz\u0103 dialogurile \u0219i asisten\u021bii
-OpenIDE-Module-Long-Description=Acest modul gestioneaz\u0103 infrastructura pentru dialoguri \u0219i asisten\u021bi folosit\u0103 \u00een NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Eroare
-NTF_ExceptionTitle=Excep\u0163ie
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=A ap\u0103rut o excep\u021bie {0}.\nRaporta\u021bi acest lucru la http://www.netbeans.org/issues.html \u0219i ata\u0219a\u021bi o copie a fi\u0219ierului messages.log.\nFI\u0219ierul messages.log se g\u0103se\u0219te \u00een dosarul {1}.
-NTF_ExceptionalExceptionTitle=Excep\u0163ie nea\u015fteptat\u0103
-NTF_PlainTitle=Mesaj
-NTF_QuestionTitle=\u00centrebare
-NTF_InformationTitle=Informare
-NTF_WarningTitle=Avertisment
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Alinierea op\u021biunilor
-
-#
-# names of buttons
-#
-CTL_OK=De acord
-CTL_YES=Da
-CTL_NO=Nu
-CTL_CLOSE=\u00cenchide
-
-CTL_CANCEL=Renun\u0163\u0103
-ACSD_CANCEL=n/a
-
-CTL_NEXT=\u00cenainte >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Moves to next step of the wizard.|2#Next step: {0}. {1}}
-
-CTL_PREVIOUS=< \u00cena&poi
-CTL_PREVIOUS_Mnemonic=O
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Moves to previous step of the wizard.|0#Previous step: {0}. {1}}
-
-CTL_FINISH=&Termin\u0103
-ACSD_FINISH=n/a
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Linie de intrare
-ACSD_InputField=N/A
-ACN_NotifyDescriptor_MessageJTextArea=N/A
-ACD_NotifyDescriptor_MessageJTextArea=N/A
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} asistent ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} of {1}
-CTL_ContentName=Pa\u0219i
-CTL_HelpName=Ajutor
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=A\u0219tepta\u021bi.
-
diff --git a/l10n/src/ro/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ro.properties
deleted file mode 100644
index 073b5d4..0000000
--- a/l10n/src/ro/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ro.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Execu\u021bie (API)
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=API pentru execu\u021bie de la Open API.
-OpenIDE-Module-Long-Description=Alc\u0103tuit\u0103 din p\u0103r\u021bi din pachetul the org.openide.execution.* de la Open API.
-
diff --git a/l10n/src/ro/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ro.properties
deleted file mode 100644
index b6d9d2a..0000000
--- a/l10n/src/ro/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ro.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Explorer \u0219i Foaie de propriet\u0103\u021bi (API)
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Vizualiz\u0103ri diverse pentru afi\u0219area structurilor de noduri.
-OpenIDE-Module-Long-Description=Permite definirea de vizualiz\u0103ri noi pentru afi\u0219area structurilor create folosind API-ul Nodes.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorator [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Nu s-a putut restaura fereastra Explorer; nodul r\u0103d\u0103cin\u0103 "{0}" nu a putut fi restaurat corect.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=O vizualizare Explorer nu poate refuza o selec\u021bie goal\u0103.
-EXC_ContextMustBeWithinRootContext=Un context explorat ({0}) trebuie s\u0103 fie \u00een interiorul contextului r\u0103d\u0103cin\u0103 ({1}).
-EXC_NodeCannotBeNull=Nu se poate utiliza o selec\u021bie nul\u0103 de noduri.
-EXC_NoElementOfNodeSelectionMayBeNull=Nici un element al nodului nu poate fi nul.
-EXC_NodeSelectionCannotContainNodes=O selec\u021bie de noduri nu poate con\u021bine nodurile ({0}) sub nodul r\u0103d\u0103cin\u0103 ({1}).
-EXC_CannotHaveNullRootContext=Contextul r\u0103d\u0103cin\u0103 nu poate fi nul.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Sigur dori\u021bi s\u0103 \u0219terge\u021bi {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Sigur dori\u021bi s\u0103 \u0219terge\u021bi {0} \u0219i tot con\u021binutul s\u0103u?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Sigur dori\u021bi s\u0103 \u0219terge\u021bi aceste {0} elemente?
-MSG_ConfirmDeleteObjectTitle=Confirma\u021bi \u0219tergerea obiectului
-MSG_ConfirmDeleteFolderTitle=Confirma\u021bi \u0219tergerea pachetului
-MSG_ConfirmDeleteObjectsTitle=Confirma\u021bi \u0219tergerea mai multor obiecte
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Sigur dori\u021bi s\u0103 \u0219terge\u021bi {0} (leg\u0103tur\u0103 la {3})?
-MSG_ConfirmDeleteShadowTitle=Confirma\u021bi \u0219tergerea leg\u0103turii
-
-
diff --git a/l10n/src/ro/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ro.properties
deleted file mode 100644
index 24c23c4..0000000
--- a/l10n/src/ro/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ro.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Excep\u021bie \u00een
-PS_Editor=Editor de propriet\u0103\u021bi
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Vector de
-FMT_ErrorSettingProperty=Proprietatea nu a putut fi stabilit\u0103. {0} nu este o valoare vaid\u0103 pentru {1}.
-FMT_CannotUpdateProperty={0} nu este o valoare vaid\u0103 pentru {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(Niciun editor de propriet\u0103\u021bi)
-CTL_NoProperties=<Nicio proprietate>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Propriet\u0103\u0163i
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Sorteaz\u0103 dup\u0103 
-ACS_CTL_NoSort=Sorteaz\u0103 dup\u0103 
-CTL_AlphaSort=Sorteaz\u0103 dup\u0103 nume
-ACS_CTL_AlphaSort=Sorteaz\u0103 dup\u0103 nume
-CTL_TypeSort=Sorteaz\u0103 dup\u0103 tip
-ACS_CTL_TypeSort=Sorteaz\u0103 dup\u0103 tip
-CTL_VisibleWritableOnly=Arat\u0103 doar propriet\u0103\u021bi editabile
-ACS_CTL_VisibleWritableOnly=Arat\u0103 doar propriet\u0103\u021bi editabile
-CTL_Customize=Personalizator
-ACS_CTL_Customize=Personalizator
-CTL_Help=Ajutor
-ACS_CTL_Help=Ajutor
-ACSD_CTL_Help=Ofer\u0103 ajutor despre obiectul ale c\u0103rui propriet\u0103\u021bi sunt afi\u0219ate \u00een foaia de propriet\u0103\u021bi
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Folosind proprietatea >>{0}<< arunc\u0103 o excep\u021bie pe timpul proiect\u0103rii.
-
-#PropertySheet
-CTL_Property_sheet_option=Foaie de propriet\u0103\u021bi
-
-
-#IndexedPropertyEditor
-CTL_NoItem=Niciun element disponibil
-CTL_Index=index propriet\u0103\u021bi:
-CTL_Unknown=Necunoscut
-
-#PropertyDialogManager
-CTL_OK=De acord
-ACSD_CTL_OK=N/A
-CTL_Cancel=Renun\u0163\u0103
-ACSD_CTL_Cancel=N/A
-CTL_Close=\u00cenchide
-ACSD_CTL_Close=N/A
-CTL_Default=Restabile\u0219te valori implicite
-ACSD_CTL_Default=N/A
-CTL_Paste=Lipe\u0219te
-
-#PropertyDetails
-EXC_Setter=Excep\u021bie \u00een metoda setter a propriet\u0103\u021bii: {0}
-EXC_Setter_localized=Excep\u021bie \u00een metoda setter a propriet\u0103\u021bii {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<niciun editor personalizat>
-CTL_No_property_editor=<niciun editor de propriet\u0103\u021bi>
-CTL_Different_Values=<valori diferite>
-CTL_Desc_Different_Values=Nodurile alese au valori diferite pentru aceast\u0103 proprietate.
-CTL_No_properties=<Nicio proprietate>
-CTL_No_value=<Nicio valoare>
-CTL_No_type=<Niciun tip>
-CTL_ElipsisHint=Apeleaz\u0103 personalizator.
-CTL_InvalidValue=Valoare invalid\u0103: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Invalid value {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Tip: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Propriet\u0103\u021bi
-CTL_New=&Nou
-CTL_Delete=\u015eterge
-CTL_MoveUp=Mut\u0103 s&sp
-CTL_MoveDown=Mut\u0103 &jos
-CTL_HideDetails=As&cunde detalii
-CTL_ShowDetails=A&rat\u0103 detalii
-EXC_ErrorInIndexedSetter=Valoarea propriet\u0103\u021bii indexate nu poate fi desemnat\u0103
-
-ACSD_Properties=N/A
-ACSD_New=N/A
-ACSD_Delete=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_HideDetails=N/A
-ACSD_ShowDetails=N/A
-ACSD_IndexedEditorPanel=N/A
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Nume
-COLUMN_VALUES=Valori
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<de necitit>
-#Text for null values
-NULL=nul
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Eroare la definirea valorii
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Mod de sortare necunoscut
-
-#Button labels for property dialogs
-ok=De acord
-default=Restabile\u0219te valoarea implicit\u0103
-cancel=Renun\u0163\u0103
-close=\u00cenchide
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Descriere
-ACSD_Description=Descrierea propriet\u0103\u021bii alese curent
-ACS_DescriptionTitle=Nume proprietate
-ACSD_DescriptionTitle=Numele propriet\u0103\u021bii editate curent
-CTL_NO_DESCRIPTION=Nicio descriere disponibil\u0103.
-CTL_NO_SELECTION=Nimic selectat
-ACS_Splitter=Desp\u0103r\u021bitor
-ACSD_Splitter=Desp\u0103r\u021bitor vizual \u00eentre tabelul de propriet\u0103\u021bi \u0219i zona descrierilor.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=Proprietatea
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} este egal\u0103 cu {1}
-FMT_ACST_SheetSet=Grup de propriet\u0103\u021bi {0}
-ACST_No_Selection=Nimic selectat
-CTL_Multiple_Selection=Multiple obiecte alese
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Ap\u0103sa\u021bi, sau alege\u021bi ap\u0103s\u00e2nd CTRL-SPACE pentru a deschide editorul personalizator; clic dreapta pentru meniu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Arat\u0103 zona cu descrieri
-CTL_HideDescription=Ascunde zona cu descrieri
-CTL_RestoreDefaultValue=Restabile\u0219te valoarea implicit\u0103
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Propriet\u0103\u0163i
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=aceast\u0103 proprietate
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=format ilegal de num\u0103r: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Editor personalizator: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Tabel propriet\u0103\u021bi
-ACSN_SHEET_TABBED_PANE=Categorii propriet\u0103\u021bi
-ACSD_SHEET_TABLE=Tabel de propriet\u0103\u021bi editabile reprezent\u00e2nd obiectul curent
-ACSD_SHEET_TABBED_PANE=Se pot alege seturi diferite de propriet\u0103\u021bi ale obiectului curent pentru a fi afi\u0219ate \u00een foaia de propriet\u0103\u021bi
-
-LBL_QUICKSEARCH=C\u0103utare rapid\u0103:
-
-MSG_SetAsText_InvalidValue=Valoare invalid\u0103: {0}
-
diff --git a/l10n/src/ro/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ro.properties
deleted file mode 100644
index 91d5c01..0000000
--- a/l10n/src/ro/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ro.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Gol
-MenuViewStartFromRoot=R\u0103sfoire din r\u0103d\u0103cin\u0103
-MenuViewStartFromCurrent=R\u0103sfoire din punctul curent
-
-# TabView
-TabView_RootTab=R\u0103d\u0103cin\u0103
-
-# TreeView
-VetoSelectedNodes=Noduri alese
-LBL_QUICKSEARCH=C\u0103utare:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=Acest obiect nu poate fi redenumit din {0} \u00een {1}.
-ACSN_TreeViewCellEditor=Redenum\u021bi editorul
-ACSD_TreeViewCellEditor=Editor de nume de noduri \u00een vedere arborescent\u0103
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=Destina\u021bia nu accept\u0103 con\u021binutul transferat.
-
-MSG_ABORT=Renun\u0163\u0103
-
-#TableSheet
-ACS_TableSheet=Tabel de propriet\u0103\u021bi
-ACSD_TableSheet=N/A
-ACS_NullPanel=Nicio proprietate
-# {0} - bean
-ACSD_NullPanel=Nicio proprietate. Componenta: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Tip: {1} Bean: {2}
-CTL_No_value=<Nicio valoare>
-CTL_No_type=<Niciun tip>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Modifica\u021bi coloanele vizibile
-LBL_ColumnDialogDesc=Alege\u021bi coloanele de afi\u0219at \u00een list\u0103
-LBL_ListOptions=Op\u021biuni list\u0103
-LBL_ChangeColumns=Modifica\u021bi coloanele vizibile...
-LBL_SortMenu=Sorteaz\u0103
-LBL_Ascending=Ascendent
-LBL_Descending=Descendent
-LBL_ColsMenu=Coloan\u0103
-LBL_MoveLeft=Mut\u0103 la st\u00e2nga
-LBL_MoveRight=Mut\u0103 la dreapta
-MSG_NoColumnsToChange=Nu sunt coloane pentru a le modifica vizibilitatea.
-LBL_NoSort=Niciuna
-ACSN_ColumnDialog=Modifica\u021bi coloanele vizibile
-ACSD_ColumnDialog=Alege\u021bi coloanele de afi\u0219at \u00een list\u0103
-
-#a11y
-ACSN_TreeTable=N/A
-ACSD_TreeTable=N/A
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Arat\u0103 doar r\u00e2ndurile care
-
-CTL_ColumnsSelector=Modifica\u021bi coloanele vizibile
-ACN_ColumnsSelector=Selctor de coloane
-ACD_ColumnsSelector=Aege\u021bi coloanele vizibile
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Alege\u021bi coloanele de afi\u0219at \u00een list\u0103
-NodeOutlineModel_NodesColumnLabel=Noduri
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Se acceseaz\u0103 {0} f\u0103r\u0103 acces de citire Children.MUTEX
-
diff --git a/l10n/src/ro/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ro.properties
deleted file mode 100644
index a4f210b..0000000
--- a/l10n/src/ro/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ro.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Document XML nevalid:
-
-W-003=Avertismet: Procesatorul XML nu suport\u0103 caracteristica operare lexical\u0103 (lexical-handler).
-
diff --git a/l10n/src/ro/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ro.properties
deleted file mode 100644
index 2847899..0000000
--- a/l10n/src/ro/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ro.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Sistem de fi\u0219iere (API)
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Sistem virtual de fi\u0219iere (API).
-OpenIDE-Module-Long-Description=Permite accesul la fi\u0219iere resurs\u0103 \u00eentr-o modalitate independent\u0103 de fi\u0219ierelor SO. Suport\u0103 notificarea la modific\u0103rile pe disc.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Nevalid {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=R\u0103d\u0103cina {0} nu exist\u0103.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Nu pot \u015fterge r\u0103d\u0103cina sistemului de fi\u015fiere {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Nu pot redenumi rad\u0103cina sistemului de fi\u015fiere {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Nu pot \u015fterge fi\u015fierul {0} din {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Nu pot redenumi fi\u015fierul {0} din {1} \u00een {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Sistemul de fi\u015fiere {0} este protejat la scriere.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=Fi\u0219ierul {0} din {1} este protejat la scriere.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Nu se poate crea fi\u0219ierul {0} deoarece {1} de pe sistemul de fi\u0219iere {2} nu este un dosar.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Linia oblic\u0103 din numele dosarului "{0}" nu este permis\u0103.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Dosarul {0} exist\u0103 deja \u00een {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Nu se poate crea dosarul {0} \u00een {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=Fi\u0219ierul {0} exist\u0103 deja \u00een sistemul de fi\u0219iere {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Acces exclusiv nevalid [{0}] pentru fi\u0219ierul {1} \u00een {2} cu accesul exclusiv curent [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Nu se poate modifica fi\u0219ierul filesystem.attributes:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=Fi\u0219ierul {1} nu se g\u0103se\u0219te \u00een dosarul {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} is read-only.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} is read-only because it is inside {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=Fi\u0219ierul {0} nu exist\u0103.
-
-# {0} = name of zip file 
-EXC_CanntRead=Nu se poate citi din fi\u0219ierul {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Eroare \u00een fi\u0219ierul {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Eroare \u00een fi\u0219ierul JAR {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=JAR necunoscut
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Sistem de fi\u0219iere multiplu
-EXC_FileOutsideModified=Fi\u0219ierul {0} nu a fost g\u0103sit. Posibil ca o alt\u0103 aplica\u021bie s\u0103 fi mutat sau redenumit fi\u0219ierul.
-XML_NotValidXMLFileSystem=Sistem de fi\u0219iere XML nevalid.
-EXC_DefAttrReadErr=Nu se poate citi c\u00e2mpu DefaultAttributes.
-EXC_UnreachableCode=Eroare intern\u0103: nu se poate ajunge la cod.
-
-EXC_FolderCopy=Copierea dosarelor nu este suportat\u0103.
-XML_RootInvalid=Elementul FileSystem trebuie s\u0103 fie elementul r\u0103d\u0103cin\u0103.
-XML_MisssingAttr=Lipse\u0219te atributul \"name\"
-XML_InaccurateParam=Num\u0103r inexact de paranteze
-XML_UnknownElement=Element necunoscut.
-XML_DuplElement=FileObject duplicat:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} \u00een {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Se deschide streamul pentru {0}
-
diff --git a/l10n/src/ro/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ro.properties
deleted file mode 100644
index 71676bb..0000000
--- a/l10n/src/ro/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ro.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Opera\u021biuni I/O (API)
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=API deschis pentru afi\u0219are rezultate.
-OpenIDE-Module-Long-Description=Con\u021bine clase din pachetul org.openide.windows.*  folosite pentru crearea filelor pentru rezultate, afi\u0219area rezultatelor \u0219i crearea de hiperleg\u0103turi.
-
diff --git a/l10n/src/ro/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_ro.properties
deleted file mode 100644
index 7df797d..0000000
--- a/l10n/src/ro/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_ro.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Long-Description=Acest modul leag\u0103 API-urile Datasystems \u0219i Scripting Acest lucru face posibil generarea \u0219abloanelor din orice limbaj de scripting sau de creat \u0219abloane.
-OpenIDE-Module-Name=\u0218ablonare avansat\u0103
-OpenIDE-Module-Short-Description=\u0218ablonarea avansat\u0103 pentru Datasystems \u0219i nu numai
-
diff --git a/l10n/src/ro/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ro.properties
deleted file mode 100644
index 25e34b9..0000000
--- a/l10n/src/ro/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ro.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Sisteme de date (API)
-OpenIDE-Module-Short-Description=Open API din NetBeans pentru manipularea obiectelor de date.
-OpenIDE-Module-Long-Description=API-ul sisteme de date este un strat peste API-ul sistem de fi\u0219iere ce recunoa\u0219te grupurile de obiecte \u0219i le atribuie o anumit\u0103 semantic\u0103. Fost\u0103 parte a generalului Open API, este acum separat \u00eentr-un modul independent.
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-
-#DefaultDataObject
-HINT_DefaultDataObject=Tip fI\u0219ier nerecunoscut
-
-EXC_SharedAccess=Acces partajat
-
-#Folder.Index
-EXC_ReorderFailed=Nu se poate salva noua ordonare
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Nu se poate \u0219terge fi\u0219ierul{0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Leg\u0103tur\u0103 la {3}
-
-PROP_ShadowOriginalName=Nume original
-HINT_ShadowOriginalName=Numele obiectului la care se refer\u0103 aceast\u0103 leg\u0103tur\u0103.
-PROP_ShadowOriginalFileSystem=Numele ini\u021bial al sistemului de fi\u0219iere
-HINT_ShadowOriginalFileSystem=Numele sistemului de fi\u0219iere al obiectului ini\u021bial.
-
-# DataNode
-PROP_name=Nume
-HINT_name=Numele acestui obiect.
-PROP_template=\u0218ablon
-HINT_template=Dac\u0103 este Adev\u0103rat, acest obiect este un \u0219ablon (poate crea instan\u021be ale sale).
-PROP_files=Toate fi\u0219ierele
-HINT_files=O list\u0103 cu fi\u0219iere reprezentate de acest obiect
-PROP_size=Dimensiune fi\u0219ier
-HINT_size=M\u0103rimea fi\u0219ierului \u00een octe\u021bi. (Se aplic\u0103 doar primului fi\u0219ier afi\u0219at \u00een Toate fi\u0219ierele.)
-PROP_lastModified=Timpul modific\u0103rii
-HINT_lastModified=Momentul ultimei modific\u0103ri a acestui fi\u0219ier. (Se aplic\u0103 doar primului fi\u0219ier afi\u0219at \u00een Toate fi\u0219ierele.)
-PROP_extension=Extensie
-HINT_extension=Extensia fi\u0219ierului primar
-ERROR_extension=Nu se poate modifica extensia Fi\u0219ierul este modificat.
-
-# name of set with sorting options
-PROP_sorting=Sortare
-HINT_sorting=Preferin\u021be de sortare \u0219i ordonare.
-
-#
-# folder sort mode property
-PROP_sort=Mod de sortare
-HINT_sort=Stabile\u0219te modul de sortare al obiectelor din pachet.
-# SortModeEditor
-VALUE_sort_none=Nesortat
-VALUE_sort_names=Dup\u0103 nume
-VALUE_sort_class=Dup\u0103 tip
-VALUE_sort_folder_names=Dup\u0103 nume (pachetul mai \u00eent\u00e2i)
-VALUE_sort_last_modified=Dup\u0103 timpul modific\u0103rii
-VALUE_sort_size=Dup\u0103 dimensiunea fi\u0219ierelor
-
-
-#
-# Names of paste types
-#
-PT_move=&Mut\u0103
-PT_copy=&Copiaz\u0103
-PT_instantiate=&Instan\u021biaz\u0103
-PT_shadow=Creaz\u0103 &leg\u0103tur\u0103
-PT_serialize=&Serializeaz\u0103
-PT_instance=Instan\u021b\u0103 implicit\u0103
-
-# 
-SerializeBean_Text=&Numele fi\u0219ierului \u00een care se serializeaz\u0103 instan\u021ba
-SerializeBean_Title=Serializarea instan\u021bei
-
-#
-# new folder
-#
-CTL_NewFolder=Dosar
-CTL_NewFolderName=&Nume:
-CTL_NewFolderTitle=Creaz\u0103 dosar nou
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=Fi\u0219ierul {0} exist\u0103 deja \u00een dosarul {1}
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Dosarul {0} exist\u0103 deja \u00een dosarul {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=Fi\u0219ierul {1} pare s\u0103 fie prea mare ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) pentru a putea fi deschis \u00een siguran\u021b\u0103. \nDeschiderea fi\u0219ierului poate cauza OutOfMemoryError, care va face IDE-ul inutilizabil. Sigur dori\u021bi s\u0103-l deschide\u021bi?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=Fi\u0219iere XML de configurare
-PROP_XmlError=Eroare (recuperabil\u0103)
-PROP_XmlWarning=Avertisment
-PROP_XmlFatalError=EROARE FATAL\u0102
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Nu se poate crea dosarul; {0} nu este un nume valid.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Nu se poate copia {0}: Dosarul destina\u021bie este acela\u0219i ca dosarul surs\u0103.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Nu se poate copia {0}: dosarul destina\u021bie este un sub-dosar al dosarului surs\u0103.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=Asistent nou - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=Asistent nou
-LAB_TemplateChooserPanelName=Alegere \u0219ablon
-LAB_SelectTemplateBorder=&Alege\u021bi un \u0219ablon:
-MSG_NoDescription=F\u0103r\u0103 descriere
-MSG_InitDescription=Se ini\u021bializeaz\u0103 descrierea...
-LAB_TemplateDescriptionBorder=&Descrierea \u0219ablonului:
-LAB_TargetLocationPanelName=Adres\u0103 \u021bint\u0103
-LAB_TargetLocationDescription=Alege\u021bi un dosar pentru obiectul nou creat sau introduce\u021bi mai jos numele dosarului:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/A
-ACSD_TemplateWizard1=N/A
-
-CTL_NewObjectName=&Nume\:
-ACSD_NewObjectName=N/A
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/A
-
-LBL_settingsNodeName=Configur\u0103ri
-EXC_folder_delete_failed=Nu se poate \u00eendep\u0103rta dosarul surs\u0103 \u00een timp ce se mut\u0103.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<primul dosar> [{0}]
-FMT_DefaultNewObjectName=<nume implicit>
-
-LBL_shadow_loader_display_name=Leg\u0103turi
-LBL_folder_loader_display_name=Dosare
-LBL_default_loader_display_name=Obiecte nerecunoscute
-LBL_instance_loader_display_name=Insta\u021be ac\u021biuni
-
-FMT_CannotCopyDo=Avertisment: Obiectul {0} nu poate fi copiat.
-FMT_CannotMoveDo=Avertisment: Obiectul {0} nu poate fi mutat.
-
-# InstanceDataObject
-LBL_separator_instance=(separator)
-PROP_instance_class=Nume clas\u0103
-HINT_instance_class=Numele clasei Java a obiectului reprezentat.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=S-au \u00eent\u00e2mpinat probleme la salvarea componentei {0}.
-
-FMT_brokenShadowName={0} (Leg\u0103tur\u0103 \u00eentrerupt\u0103)
-HINT_brokenShadowOriginalName=Leg\u0103tur\u0103 \u00eentrerupt\u0103
-PROP_brokenShadowOriginalName=Leg\u0103tur\u0103 \u00eentrerupt\u0103
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Sistem de fi\u0219iere cu leg\u0103turi \u00eentrerupte
-HINT_brokenShadowFileSystem=Sistem de fi\u0219iere cu leg\u0103turi \u00eentrerupte
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Preferin\u021b\u0103 nerecunoscut\u0103>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Variant\u0103 copiere pentru obiecte de date
-LBL_DOcut=Variant\u0103 t\u0103iere pentru obiecte de date
-#NewObjectPanel
-LAB_NewObjectPanelName=Nume nou obiect
-FMT_DefaultNewObject=<implicit>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=Meniu contextual pentru tipul de obiecte {0} nu a putut fi restabilit; se folosesc preferin\u021bele implicite.
-LBL_loader_display_name=\u00cenc\u0103rc\u0103tor
-
-MSG_renameError=Acest obiect nu poate fi redenumit din {0} \u00een {1}.
-MSG_NotValidName=Nu se poate atribui un nume gol pentru {0}.
-ERR_NoFilesystem=Niciun sistem de fi\u0219ier activat. Asigura\u021bi-v\u0103 c\u0103 ave\u021bi cel pu\u021bin un sistem de fi\u0219iere care nu este ascuns sau protejat la scriere.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=Sistemul de fi\u0219iere sau dosarul \u021bint\u0103 nu exist\u0103
-MSG_fs_is_readonly=Sistemul de fi\u0219iere \u021bint\u0103 este protejat la scriere.
-# {0} - name of the existing file
-MSG_file_already_exist=Fi\u0219ierul {0} exist\u0103 deja.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Ac\u021biuni sistem de fi\u0219iere
-#InstantiateAction
-Instantiate=Instan\u021biere
-#SaveAsTemplateAction
-SaveAsTemplate=Salveaz\u0103 ca \u0219ablon...
-Title_SaveAsTemplate=Salveaz\u0103 ca \u0219ablon
-CTL_SaveAsTemplate=Alege\u021bi categoria \u00een care &s\u0103 apar\u0103 \u0219ablonul:
-CTL_SaveAsTemplate_TemplatesRoot=\u015eabloane
-SaveAll=S&alveaz\u0103 tot
-HINT_SaveAll=Salveaz\u0103 toate fi\u0219ierele (dac\u0103 este activat\u0103 op\u021biunea Compileaz\u0103 la salvare atunci aceast\u0103 op\u021biune va compila/construi toate fi\u0219ierele)
-# FileSystemRefreshAction
-LAB_Refresh=Re\u00eemprosp\u0103teaz\u0103 dosar
-# NewTemplateAction
-EXC_TemplateFailed=Crearea obiectelor din \u0219ablon a e\u0219uat.
-NewTemplate=&Nou
-NewTemplateAction=Toate \u0219abloanele...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Gol
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Se deschide {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=Fi\u0219ierul {0} este modificat. Se salveaz\u0103?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modificat)
-TIP_editor_ro=\ (protejat la scriere)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=Fi\u0219ierul {0} a fost protejat la scriere! Toate modific\u0103rile au fost anulate.
-MSG_FileReadOnlySaving=Fi\u0219ierul {0} a fost protejat la scriere! Nu se poate salva.
-MSG_FileReadOnlyChanging=Fi\u0219ierul {0} a fost protejat la scriere!
-
-
-MSG_BinaryFileQuestion=Acest fi\u0219ier pare s\u0103 con\u021bin\u0103 date binare. Sigur dori\u021bi s\u0103-l deschide\u021bi \u00een editorul de text?
-MSG_BinaryFileWarning=S-a detectat un fi\u0219ier binar
-
-CTL_SaveAsAction=Sal&veaz\u0103 ca...
-MSG_SaveAsFailed=Au fost c\u00e2teva probleme la salvarea {0}\nCauz\u0103: {1}
-LBL_SaveAsTitle=Salveaz\u0103 ca
-MSG_CannotCreateTargetFolder=Nu se poate crea dosarul.
-MSG_SaveAs_SameFileSelected=Alege\u021bi un nume de fi\u0219ier diferit.
-MSG_SaveAs_SameFileSelected_Title=Salveaz\u0103 ca
-
diff --git a/l10n/src/ro/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ro.properties
deleted file mode 100644
index 1729e39..0000000
--- a/l10n/src/ro/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ro.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module sistem (API)
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=API pentru ob\u021binerea informa\u021biilor despre modulele instalate
-OpenIDE-Module-Long-Description=Permite ob\u021binerea listei de module instalate, inspectarea propriet\u0103\u021bilor \u0219i dependen\u021belor acestora.
-
diff --git a/l10n/src/ro/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ro.properties
deleted file mode 100644
index b0f123d..0000000
--- a/l10n/src/ro/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ro.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Noduri (API)
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=API pentru definirea generic\u0103 a structurilor arborescente
-OpenIDE-Module-Long-Description=Ofer\u0103 o abstractizare a structurilor arborescente prin definirea de noduri - o interfat\u0103 generic\u0103 extensibil\u0103 care poate fi afi\u0219at\u0103 de c\u0103tre API-ul Explorer.
-
-
-
-#Sheet
-Properties=Propriet\u0103\u0163i
-Expert=Avansat
-HINT_Properties=Propriet\u0103\u021bile acestui obiect.
-HINT_Expert=Propriet\u0103\u021bile avansate ale acestui obiect.
-
-#indexed customizer
-LAB_order=Modific\u0103 ordinea
-LAB_listOrder=Afi\u0219eaz\u0103 aceste c\u00e2mpuri \u00een aceast\u0103 ordine:
-LAB_listOrder_Mnemonic=S
-Button_close=\u00cenchide
-Button_close_Mnemonic=C
-Button_up=Mut\u0103 sus
-Button_up_Mnemonic=U
-Button_down=Mut\u0103 jos
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/A
-ACSD_Button_up=N/A
-ACSD_Button_down=N/A
-ACSD_ListOrder=N/A
-ACSD_IndexedCustomizer=N/A
-
-#PropertySupport
-CTL_StandardName=Nume
-CTL_StandardHint=Numele obiectului.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Lipe\u0219te nod
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copiaz\u0103 indice
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=A\u0219tepta\u021bi...
-
diff --git a/l10n/src/ro/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ro.properties
deleted file mode 100644
index 9246f88..0000000
--- a/l10n/src/ro/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ro.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API pentru op\u021biuni preferin\u021be
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Asisten\u021b\u0103 pentru stocarea preferin\u021belor.
-OpenIDE-Module-Long-Description=Ofer\u0103 clase ce simplific\u0103 stocarea preferin\u021belor \u00eentre mai multe apeluri de aplica\u021bii NetBeasns.
-OpenIDE-Module-Deprecation-Message=Folosi\u021bi \u00een schimb org.openide.util.NbPreferences.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/ro/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ro.properties
deleted file mode 100644
index a0955ca..0000000
--- a/l10n/src/ro/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ro.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Text (API)
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=API generic pentru \u00eempachetarea componentelor EditorKits bazate pe Swing.
-OpenIDE-Module-Long-Description=Ofer\u0103 asisten\u021b\u0103 pentru definirea componentelor care con\u021bin editoare text Swing.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Op\u021biuni tip\u0103rire
-CTL_Header_format = Se tip\u0103re\u0219te {2} la {1}
-CTL_Footer_format = Pagina {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Format pagin\u0103
-HINT_PAGE_FORMAT=Format pagin\u0103
-PROP_WRAP=\u00cempachetare linii
-HINT_WRAP=Se \u00eempacheteaz\u0103 liniile?
-PROP_HEADER_FORMAT=Format antet pagin\u0103
-
-HINT_HEADER_FORMAT=Spre exemplu, "La partea de sus a paginii {0} (tip\u0103rit la data {1}) fi\u0219ierului {2}".
-PROP_FOOTER_FORMAT=Format subsol pagin\u0103
-HINT_FOOTER_FORMAT=Spre exemplu, "La partea de jos a paginii {0} (tip\u0103rit la data {1}) fi\u0219ierului {2}".
-PROP_HEADER_FONT=Font antet pagin\u0103
-HINT_HEADER_FONT=Stabile\u0219te font antet pagin\u0103.
-PROP_FOOTER_FONT=Font subsol pagin\u0103
-HINT_FOOTER_FONT=Stabile\u0219te font subsol pagin\u0103.
-PROP_HEADER_ALIGNMENT=Aliniament antet pagin\u0103
-HINT_HEADER_ALIGNMENT=Aliniament atet pagin\u0103 - ST\u00c2NGA, CENTRU, DREAPTA.
-PROP_FOOTER_ALIGNMENT=Aliniament subsol pagin\u0103
-HINT_FOOTER_ALIGNMENT=Aliniament subsol pagin\u0103 - ST\u00c2NGA, CENTRU, DREAPTA.
-PROP_LINE_ASCENT_CORRECTION=Corec\u021bia pantei liniei
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplicator pentru corectarea pantei liniei
-
-# Alignment Prop Editor
-CTL_CENTER = CENTRU
-CTL_RIGHT = DREAPTA
-CTL_LEFT = ST\u00c2NGA
-
-# Cancellation
-CTL_Print_progress=S-a tip\u0103rit pagina {0}.
-CTL_Print_cancellation=Progresul sarcinii de tip\u0103rit
-CTL_Cancel=Renun\u0163\u0103
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Sarcina curent\u0103 de tip\u0103rit a fost abandonat\u0103.
-EXC_Printer_Problem=Problem\u0103 la imprimant\u0103: {0}
-EXC_ReadOnlyFile=Fi\u0219ierul {0} este protejat la scriere.
-EXC_LoadDocument=Documentul {0} nu a putut fi \u00eenc\u0103rcat.
-LBL_EditorLoading=Se \u00eencarc\u0103...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=\u00centrebare
-CTL_Save=Salveaz\u0103
-ACSN_CTL_Save=N/A
-ACSD_CTL_Save=N/A
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Anuleaz\u0103
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/A
-ACSD_CTL_Discard=N/A
-
-# PositionBounds
-MSG_Empty_string=Imposibil de inserat \u0219ir gol
-#editor support warning message
-FMT_FileNotFound=Avertisment: Fi\u0219ierul {0} nu a fost g\u0103sit sau nu poate fi accesat.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=Fi\u0219ierul {0} a fost modificat din exterior. Se re\u00eencarc\u0103?
-FMT_External_change_write=Fi\u0219ierul {0} a fost modificat din exterior. Se suprascrie?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=A\u021bi specificat un fi\u0219ier nevalid. Verific\u0103 calea.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor pentru {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor pentru {0}
-TITLE_SourceButton=Surs\u0103
-
-
diff --git a/l10n/src/ro/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ro.properties
deleted file mode 100644
index a1310ec..0000000
--- a/l10n/src/ro/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ro.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Enumerare (API \u00eenvechit)
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=API pentru enumerare aflat \u00eentr-un pachet gre\u0219it.
-OpenIDE-Module-Long-Description=API pentru enumerare aflat \u00eentr-un pachet gre\u0219it: org.openide.util.enum motiv pentru care nu poate fi compilat cu Java 1.5, deoarece enum este un cuv\u00e2nt cheie. Este \u00eenlocuit cu clasa org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Utiliza\u021bi org.openide.util.Enumerations \u00een locul acestui modul.
-
diff --git a/l10n/src/ro/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_ro.properties
deleted file mode 100644
index 8f05e23..0000000
--- a/l10n/src/ro/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_ro.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Lookup
-
diff --git a/l10n/src/ro/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ro.properties
deleted file mode 100644
index a099c67..0000000
--- a/l10n/src/ro/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ro.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Utilit\u0103\u021bi (API)
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=API pentru utilit\u0103\u021bi de baz\u0103.
-OpenIDE-Module-Long-Description=Diverse metode ajut\u0103toare \u0219i defini\u021bii de baz\u0103 ale conceptelor de ac\u021biuni, c\u0103utare, manevrarea imaginilor, execu\u021bie \u00een paralel \u0219i asisten\u021b\u0103 pentru marc\u0103.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=Este deja \u00eenregistrat un server HTTP. Nu pute\u021bi folosi dou\u0103 server simultan.
-SERVER_CANNOT_UNREGISTER=Un modul a \u00eencercat s\u0103 de-\u00eenregistreze un server HTTP oferit de alt modul.
-
-MSG_ToNowhere=niciunde
-MSG_To=c\u0103tre
-
-MSG_NoServerRegistered=Nici un server \u00eenregistrat.
-MSG_TooManyArguments=Prea multe argumente
-MSG_UnmatchedBraces=Acolad\u0103 nepereche \u00een \u0219ablon, la pozi\u021bia
-
-# NbBundle
-MSG_FMT_ObjectForKey=obiectul pentru cheia {0} nu a fost g\u0103sit
-MSG_ClassFinderAlreadySet=ClassFinder este definit deja.
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=AVERTISMENT: Nu se poate \u00eenc\u0103rca tabela de traduceri: {0}
-PROGRESS_CURSOR=Cursor progres
-
diff --git a/l10n/src/ro/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ro.properties
deleted file mode 100644
index c538536..0000000
--- a/l10n/src/ro/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ro.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Variant\u0103 obiecte multiple
-
-Create=Creaz\u0103
-Paste=Lipe\u0219te
-
diff --git a/l10n/src/ro/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ro.properties b/l10n/src/ro/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ro.properties
deleted file mode 100644
index fde07d0..0000000
--- a/l10n/src/ro/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ro.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Sistemul de ferestre (API)
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=API pentru administrarea componentelor de pe ecran.
-OpenIDE-Module-Long-Description=Ofer\u0103 un API independent de SO, MDI/SDI, pentru abstractizarea componentelor afi\u0219ate utilizatorului.
-
-
-
-# name of empty workspace
-None=Niciuna
-
-#CloneableTopComponent
-EXC_CannotAssign=NU se poate atribui componeta c\u0103tre NIMIC
-
-#TopComponent
-EXC_UnknownOperation=Opera\u021bie de \u00eenchidere necunoscut\u0103
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Se apeleaz\u0103 {2} implemetat ca {3} cu {0}
-
diff --git a/l10n/src/ro/platform/print/print/org/netbeans/modules/print/action/Bundle_ro.properties b/l10n/src/ro/platform/print/print/org/netbeans/modules/print/action/Bundle_ro.properties
deleted file mode 100644
index 9aa5907..0000000
--- a/l10n/src/ro/platform/print/print/org/netbeans/modules/print/action/Bundle_ro.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Aranjare \u00een pa&gin\u0103...
-
-# PrintAction
-TLT_Print_Action=Tip\u0103re\u0219te
-MNU_Print_Action=Ti&p\u0103re\u0219te...
-ACT_Print_Action=Tip\u0103re\u0219te - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/ro/platform/print/print/org/netbeans/modules/print/resources/Bundle_ro.properties b/l10n/src/ro/platform/print/print/org/netbeans/modules/print/resources/Bundle_ro.properties
deleted file mode 100644
index f711af2..0000000
--- a/l10n/src/ro/platform/print/print/org/netbeans/modules/print/resources/Bundle_ro.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Tip\u0103re\u0219te
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Implementarea modulului pentru tip\u0103rit.
-OpenIDE-Module-Long-Description=Implementarea modulului pentru tip\u0103rit.
-
-# layer.xml
-Actions/File=Fi\u0219ier
-
diff --git a/l10n/src/ro/platform/print/print/org/netbeans/modules/print/ui/Bundle_ro.properties b/l10n/src/ro/platform/print/print/org/netbeans/modules/print/ui/Bundle_ro.properties
deleted file mode 100644
index 406b9dc..0000000
--- a/l10n/src/ro/platform/print/print/org/netbeans/modules/print/ui/Bundle_ro.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Problem\u0103 la imprimant\u0103: {0}
-LBL_Page_Setup_Button=A&ranjare pagin\u0103
-TLT_Page_Setup_Button=Apeleaz\u0103 dialogul pentru aranjare \u00een pagin\u0103
-LBL_Print_Option_Button=&Op\u021biuni tip\u0103rire
-TLT_Print_Option_Button=Apeleaz\u0103 dialogul pentru op\u021biuni de tip\u0103rire
-LBL_Print_Button=Ti&p\u0103re\u0219te
-TLT_Print_Button=Apeleaz\u0103 dialogul pentru tip\u0103rire
-LBL_Close_Button=\u00cen&chide
-TLT_Close_Button=\u00cenchide dialogul pentru previzualizare a tip\u0103ririi
-LBL_Print_Preview=Previzualizare tip\u0103rire
-LBL_Fit_to_Width=Potrivire pe l\u0103\u021bime
-LBL_Fit_to_Height=Potrivire pe \u00een\u0103l\u021bime
-LBL_Fit_to_All=Arat\u0103 toate paginile
-
-TLT_First=Prima pagin\u0103 (Alt+F)
-TLT_Previous=Pagina p&recedent\u0103 (Alt+R)
-TLT_Next=Pagi&na urm\u0103toare (Alt+N)
-TLT_Last=U&ltima pagin\u0103 (Alt+L)
-TLT_Fit=Modific\u0103 &scara (Alt+S)
-TLT_Zoom_In=Zoom &In (Alt+I)
-TLT_Zoom_Out=Zoom O&ut (Alt+U)
-TLT_Toggle=Arat\u0103 pagini &multiple (Alt+M)
-TLT_Goto=<html><body> <b>Navigare:</b> <br> ap\u0103sa\u021bi <code>/</code> sau<code>F</code> pentru a afi\u0219a prima pagin\u0103  <br> ap\u0103sa\u021bi <b><code>-</code></b> sau <code>G</code> pentru a afi\u0219a pagina anterioar\u0103  <br> ap\u0103sa\u021bi <b><code>+</code></b> sau <code>K</code> pentru a afi\u0219a pagina urm\u0103toare  <br> ap\u0103sa\u021bi <code>*</code> sau <code>L</code> pentru a afi\u0219a ultima pagin\u0103  </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Op\u021biuni tip\u0103rire
-LBL_Border=Margine
-LBL_Print_Border=Tip\u0103re\u0219te &margine
-LBL_Print_Header=Tip\u0103re\u0219te &antet
-LBL_Print_Footer=Tip\u0103re\u0219te &subsol
-LBL_Choose_Font=Alege font
-LBL_Choose_Color=Alege culoare
-LBL_Insert_Macros=Insereaz\u0103 macrocomand\u0103:
-LBL_Text=Text
-LBL_Line_Numbers=N&um\u0103r linie
-LBL_Wrap_Lines=\u00ce&mpacheteaz\u0103 linii
-LBL_Use_Font=Folose\u0219te atributele fontului // &X
-LBL_Use_Color=Folose\u0219te atributele de culoare ale fontului // &Q
-LBL_As_Editor=Tip\u0103re\u0219te ca \u00een editor // &J
-LBL_Selection=Tip\u0103re\u0219te &selec\u021bia
-LBL_Line_Spacing=S&pa\u021biere linii
-LBL_Text_Font_and_Color=Culoa&re \u0219i font text:
-LBL_Background_Color=&Culoare fundal:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Antet \u0219i subsol
-LBL_Apply=&Aplic\u0103
-LBL_Left=St\u00e2nga:
-LBL_Center=Centru:
-LBL_Right=Right:
-
-ERR_Zoom_Value_Is_Invalid=Valoare zoom nevalid\u0103!
-ERR_Header_Size_Is_Too_Big=Antetul este prea mare!
-ERR_Footer_Size_Is_Too_Big=Subsolul este prea mare!
-ERR_Page_Number_Is_Invalid=Num\u0103rul de pagini este invalid!
-ERR_Page_Number_Is_Too_Big=Num\u0103rul de pagini este prea mare!
-
-TLT_Apply=Aplic\u0103 modific\u0103ri
-TLT_Border_Color=Alege\u021bi &culoarea marginii (Alt+C)
-TLT_Header_Font=Alege\u021bi fo&ntul antetului(Alt+N)
-TLT_Header_Color=Alege\u021bi culoarea a&ntetului (Alt+O)
-TLT_Footer_Font=Alege\u021bi fon&tul subsolului (Alt+T)
-TLT_Footer_Color=Alege\u021bi cu&loarea subsolului (Alt+L)
-TLT_Text_Font=Alege\u021bi fontul textului (Alt+K) // &K
-TLT_Text_Color=Alege\u021bi culoa&rea textului (Alt+R)
-TLT_Background_Color=Alege\u021bi culoarea fundalului // &G
-TLT_Print_Zoom=Ajusta\u021bi dimensiunea de tip\u0103rire
-TLT_Use_Font=Utiliza\u021bi font (Alt+X)
-TLT_Use_Color=Utiliza\u021bi culoare (Alt+Q)
-TLT_As_Editor=Afi\u0219a\u021bi ca \u00een editor (Alt+J)
-TLT_Selection=Selec\u021bie tip\u0103rire
-
-LBL_Pages=pagini
-LBL_Fit_Width_to=Potr&ivire l\u0103\u021bime la:
-TLT_Fit_Width_to=Potrivire l\u0103\u021bime la
-LBL_Fit_Height_to=Potrivire \u00een\u0103l\u021bim&e la:
-TLT_Fit_Height_to=Potrivire \u00een\u0103l\u021bime la
-LBL_Zoom_to=&Zoom la:
-TLT_Zoom_to=Zoom la
-LBL_Fit_to_Page=Potrivire la pagin\u0103 // &Y
-TLT_Fit_to_Page=Potrivire la pagin\u0103 (Alt+Y)
-
diff --git a/l10n/src/ro/platform/print/print/org/netbeans/modules/print/util/Bundle_ro.properties b/l10n/src/ro/platform/print/print/org/netbeans/modules/print/util/Bundle_ro.properties
deleted file mode 100644
index 7731cf8..0000000
--- a/l10n/src/ro/platform/print/print/org/netbeans/modules/print/util/Bundle_ro.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} of {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=Numele componentei tip\u0103rite
-ROW=Num\u0103rul r\u00e2ndului
-COLUMN=Num\u0103rul coloanei
-USER=Numele utilizatorului
-COUNT=Num\u0103rul de pagini
-MODIFIED_DATE=Data ultimei modific\u0103ri
-MODIFIED_TIME=TImpul ultimei modific\u0103ri
-PRINTED_DATE=Data tip\u0103ririi
-PRINTED_TIME=Ora tip\u0103ririi
-
diff --git a/l10n/src/ro/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ro.properties b/l10n/src/ro/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ro.properties
deleted file mode 100644
index c9f3963..0000000
--- a/l10n/src/ro/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ro.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=UI vizualizare progres
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Vizualizare progres sarcin\u0103.
-OpenIDE-Module-Long-Description=Ofer\u0103 o vizualizare a tuturor sarcinilor ce ruleaz\u0103 \u0219i poate permite anularea lor, etc.
-
-NbProgressBar.tooltip1={0} sarcini ruleaz\u0103. Clic pentru detalii.
-NbProgressBar.tooltip2={0} sarcin\u0103 ruleaz\u0103. Clic pentru detalii.
-ListComponent.btnClose.tooltip=Clic pentru anularea procesului
-ListComponent.bar.tooltip=Clic pentru urm\u0103rirea procesului
-Cancel_Question=Sigur dori\u021bi s\u0103 anula\u021bi  {0}?
-Cancel_Question_Title=Anuleaz\u0103 sarcina \u00een execu\u021bie
-StatusLineComponent.ShowProcessList=Arat\u0103 procesele
-StatusLineComponent.Cancel=Anuleaz\u0103 proces
-StatusLineComponent.View=Arat\u0103 rezultat
-ListComponent.Watch=Urm\u0103re\u0219te proces
-
-RunOffAWT.TITLE_Operation=Opera\u021biune de durat\u0103 \u00een desf\u0103\u0219urare
-RunOffAWT.BTN_Cancel=Renun\u0163\u0103
-
-# ProgressListAction
-CTL_ProcessListAction=&Procese
-
-# CancelAction
-CTL_CancelAction=Anuleaz\u0103 proces
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Clic pentru anularea procesului
-ModalDialog.btnClose.text=Renun\u0163\u0103
-ModalDialog.btnClose.accessibleName=Renun\u0163\u0103
-ModalDialog.btnClose.accessibleDescription=Cancels the current process
-
-
diff --git a/l10n/src/ro/platform/queries/queries/org/netbeans/modules/queries/Bundle_ro.properties b/l10n/src/ro/platform/queries/queries/org/netbeans/modules/queries/Bundle_ro.properties
deleted file mode 100644
index 6fb8418..0000000
--- a/l10n/src/ro/platform/queries/queries/org/netbeans/modules/queries/Bundle_ro.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Interog\u0103ri generale (API)
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Short-Description=Se comport\u0103 ca un canal general de comunicare \u00eentre module.
-OpenIDE-Module-Long-Description=G\u0103zduie\u0219te interog\u0103rile care nu sunt specifice unui anume domeniu. Permite diferitelor module s\u0103 ob\u021bin\u0103 informa\u021bii despre fi\u0219iere \u00eentr-o manier\u0103 flexibil\u0103.
-
diff --git a/l10n/src/ro/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ro.properties b/l10n/src/ro/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ro.properties
deleted file mode 100644
index 8647f2e..0000000
--- a/l10n/src/ro/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ro.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=Op\u021biunea {0} necesit\u0103 un argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Op\u021biunea {0} nu poate fi folosit\u0103 \u00eempreun\u0103 cu op\u021biunea {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Necesit\u0103 cel pu\u021bin {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Necesit\u0103 de asemenea \u0219i {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=Op\u021biunea {0} necesit\u0103 de asemenea \u0219i op\u021biunea {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/ro/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ro.properties b/l10n/src/ro/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ro.properties
deleted file mode 100644
index d17d9fd..0000000
--- a/l10n/src/ro/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ro.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Procesarea liniei de comand\u0103 (API)
-OpenIDE-Module-Short-Description=API compatibil cu GetOpts pentru procesarea liniei de comand\u0103
-OpenIDE-Module-Long-Description=API compatibil cu GetOpts pentru procesarea liniei de comand\u0103. Este direc\u021bionat c\u0103tre cazul \u00een care fiecare parte a liniei de comand\u0103 este procesat\u0103 de un modul diferit.
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-
-MSG_OptionsHeader=\nOp\u021biuni suplimentare pentru module:\n
-
diff --git a/l10n/src/ro/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ro.properties b/l10n/src/ro/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ro.properties
deleted file mode 100644
index 3830d91..0000000
--- a/l10n/src/ro/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ro.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Preferin\u021be (API)
-OpenIDE-Module-Short-Description=O bibliotec\u0103 pentru stocarea preferin\u021belor \u00een format personalizat.
-OpenIDE-Module-Long-Description=Acest modul ofer\u0103 API preferin\u021be pentru stocarea preferin\u021belor \u00een format personalizat. Ofer\u0103 de asemenea \u0219i c\u00e2teva implement\u0103ri utile pentru stocat preferin\u021be.
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-
diff --git a/l10n/src/ro/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ro.properties b/l10n/src/ro/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ro.properties
deleted file mode 100644
index 5171e8e..0000000
--- a/l10n/src/ro/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ro.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Long-Description=Un modul ce ofer\u0103 un API nou care \u00eenlocuie\u0219te NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=Ac\u021biuni SPI (Experimental)
-OpenIDE-Module-Short-Description=\u00cenlocuitor pentru NodeAction, CookieAction, etc.
-
diff --git a/l10n/src/ro/platform/templates/templates/org/netbeans/modules/templates/Bundle_ro.properties b/l10n/src/ro/platform/templates/templates/org/netbeans/modules/templates/Bundle_ro.properties
deleted file mode 100644
index 5125b63..0000000
--- a/l10n/src/ro/platform/templates/templates/org/netbeans/modules/templates/Bundle_ro.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructur\u0103
-OpenIDE-Module-Long-Description=Acest modul leag\u0103 API-urile Datasystems \u0219i Scripting Acest lucru face posibil generarea \u0219abloanelor din orice limbaj de scripting sau de creat \u0219abloane.
-OpenIDE-Module-Name=\u0218ablonare avansat\u0103
-OpenIDE-Module-Short-Description=\u0218ablonarea avansat\u0103 pentru Datasystems \u0219i nu numai
-ERR_Switch_To_Java_6=Imposibil de completat \u0219ablonul, \u00eencerca\u021bi s\u0103 folosi\u021bi motorul pentru scripturi din JDK 1.6 sau mai nou.\n\n\u00cencerca\u021bi s\u0103 rula\u021bi NetBeans folosind JDK 1.6 pentru a rezolva problema.\nLa http://wiki.netbeans.org/FaqNetbeansConf alfa\u021bi cum s\u0103 face\u021bi asta.
-
diff --git a/l10n/src/ru/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ru.properties b/l10n/src/ru/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ru.properties
deleted file mode 100644
index 586118f..0000000
--- a/l10n/src/ru/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_ru.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u044f \u043c\u043e\u0434\u0443\u043b\u0435\u0439
-OpenIDE-Module-Display-Category=\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0430 NetBeans
-OpenIDE-Module-Short-Description=\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0441\u043e\u0431\u0438\u0440\u0430\u0442\u044c \u0432\u043d\u0435\u0448\u043d\u0438\u0435 \u043c\u043e\u0434\u0443\u043b\u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f \u0438\u0437 \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432.
-OpenIDE-Module-Long-Description=\u042d\u0442\u043e \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u0441\u0431\u043e\u0440\u043a\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043c\u043e\u0434\u0443\u043b\u0435\u0439 NetBeans (\u0441 \u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u0441\u0440\u0435\u0434\u043e\u0439 \u0438\u043b\u0438 \u0431\u0435\u0437 \u043d\u0435\u0451). \u041e\u0431\u044b\u0447\u043d\u043e, \u043e\u043d \u043d\u0435\u044f\u0432\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u043f\u0440\u043e\u0435\u043a\u0442\u0430\u043c\u0438 \u043c\u043e\u0434\u0443\u043b\u0435\u0439 NetBeans. \u0422\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0444\u0430\u0439\u043b\u0435 harness/README.
-
diff --git a/l10n/src/ru/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ru.properties b/l10n/src/ru/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ru.properties
deleted file mode 100644
index 2b90d3b..0000000
--- a/l10n/src/ru/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_ru.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0430 NetBeans
-OpenIDE-Module-Long-Description=\u0426\u0435\u043b\u0438 Ant \u0434\u043b\u044f \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f \u043f\u043e\u043a\u0440\u044b\u0442\u0438\u044f \u0442\u0435\u0441\u0442\u0430\u043c\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432 \u043c\u043e\u0434\u0443\u043b\u0435\u0439 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e Cobertura.\n\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u0446\u0435\u043b\u044c 'display-coverage-report' \u0432 \u043f\u0440\u043e\u0435\u043a\u0442\u0435 \u0434\u043b\u044f \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f \u043f\u043e\u043a\u0440\u044b\u0442\u0438\u044f \u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0432\u043e \u0432\u043d\u0435\u0448\u043d\u0435\u043c \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435.\n\u0414\u043b\u044f \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 \u0441 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u043c \u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u044f \u043c\u043e\u0434\u0443\u043b\u0435\u0439.
-OpenIDE-Module-Name=\u041c\u043e\u0434\u0443\u043b\u044c Cobertura \u0434\u043b\u044f \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f \u043f\u043e\u043a\u0440\u044b\u0442\u0438\u044f \u043c\u043e\u0434\u0443\u043b\u0435\u0439 \u0442\u0435\u0441\u0442\u0430\u043c\u0438
-OpenIDE-Module-Short-Description=\u0426\u0435\u043b\u0438 Ant \u0434\u043b\u044f \u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f \u043f\u043e\u043a\u0440\u044b\u0442\u0438\u044f \u0442\u0435\u0441\u0442\u0430\u043c\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432 \u043c\u043e\u0434\u0443\u043b\u0435\u0439 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e Cobertura.
-
diff --git a/l10n/src/ru/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ru.properties b/l10n/src/ru/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ru.properties
deleted file mode 100644
index 8039d27..0000000
--- a/l10n/src/ru/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_ru.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=\u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430 Jelly Tools
-
diff --git a/l10n/src/ru/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ru.properties b/l10n/src/ru/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ru.properties
deleted file mode 100644
index 5b48914..0000000
--- a/l10n/src/ru/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_ru.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=\u0421\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f
-OpenIDE-Module-Short-Description=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f Jemmy.
-OpenIDE-Module-Long-Description=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 \u0434\u043b\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0442\u0435\u0441\u0442\u043e\u0432 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430.
-
-
diff --git a/l10n/src/ru/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ru.properties b/l10n/src/ru/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ru.properties
deleted file mode 100644
index e5a8a42..0000000
--- a/l10n/src/ru/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_ru.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=\u0421\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f
-OpenIDE-Module-Long-Description=\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f NetBeans \u0434\u043b\u044f JUnit, \u0432\u043a\u043b\u044e\u0447\u0430\u044f \u043c\u0435\u0442\u043e\u0434\u044b assertGC, assertSize, getWorkDir, LineDiff, \u0438 \u0434\u0440\u0443\u0433\u0438\u0435.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f NetBeans \u0434\u043b\u044f JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/ru/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ru.properties
deleted file mode 100644
index 0a805d7..0000000
--- a/l10n/src/ru/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_ru.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438
-OpenIDE-Module-Short-Description=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 \u043f\u0440\u043e\u0444\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043a\u0443\u0447\u0438 INSANE.
-OpenIDE-Module-Long-Description=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 \u0434\u043b\u044f \u0430\u043d\u0430\u043b\u0438\u0437\u0430 \u043a\u0443\u0447\u0438 \u0442\u043e\u0439 \u043c\u0430\u0448\u0438\u043d\u044b JVM, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u043e\u043d\u0430 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f.
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_ru.properties
deleted file mode 100644
index b63688e..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_ru.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Name=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 Ant \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0449\u0438\u043a\u0430 NetBeans
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_ru.properties
deleted file mode 100644
index d0a47ad..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_ru.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u043f\u0440\u0430\u0442\u0444\u043e\u0440\u043c\u0430 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f.
-I.error.load.engine.properties=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0441\u0432\u043e\u0439\u0441\u0442\u0432 \u0434\u0432\u0438\u0436\u043a\u0430
-
-I.warning.silent.without.state=\u041f\u0440\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430 "{0}" \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0442\u0430\u043a\u0436\u0435 \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c "{1}". \u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 "{0}" \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u043e\u043f\u0443\u0449\u0435\u043d.
-
-I.error.cannot.create.local.dir=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0443\u044e \u043f\u0430\u043f\u043a\u0443: {0}
-I.error.local.dir.is.file=\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0438, \u043d\u0430 \u0441\u0430\u043c\u043e\u043c \u0434\u0435\u043b\u0435, \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0444\u0430\u0439\u043b\u043e\u043c: {0}
-I.error.no.read.permissions.for.local.dir=\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043f\u0440\u0430\u0432 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0439 \u043f\u0430\u043f\u043a\u0438 {0}
-I.error.no.write.permissions.for.local.dir=\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043f\u0440\u0430\u0432 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0443\u044e \u043f\u0430\u043f\u043a\u0443 {0}
-
-I.lock.file.exists.dialog.title=\u041d\u0430\u0439\u0434\u0435\u043d \u0431\u043b\u043e\u043a\u0438\u0440\u0443\u044e\u0449\u0438\u0439 \u0444\u0430\u0439\u043b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0449\u0438\u043a\u0430 NetBeans
-I.lock.file.exists.dialog.text=\u0411\u043b\u043e\u043a\u0438\u0440\u0443\u044e\u0449\u0438\u0439 \u0444\u0430\u0439\u043b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0449\u0438\u043a\u0430 \u043d\u0430\u0439\u0434\u0435\u043d \u0432 {0}. \u0421\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e \u0443\u0436\u0435 \u0437\u0430\u043f\u0443\u0449\u0435\u043d \u0434\u0440\u0443\u0433\u043e\u0439 \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440 \u043c\u0430\u0441\u0442\u0435\u0440\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438. \u0438\u043b\u0438 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0431\u044b\u043b\u0430 \u043d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430.\n\u041d\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u0434\u0443\u0435\u0442\u0441\u044f \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u043e\u0432 \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0442\u0430\u043a \u043a\u0430\u043a \u044d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043a \u043f\u043e\u0442\u0435\u0440\u0435 \u0434\u0430\u043d\u043d\u044b\u0445.\n\u0415\u0441\u043b\u0438 \u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0434\u0440\u0443\u0433\u043e\u0439 \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0449\u0438\u043a\u0430 \u0432 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u043d\u0435 \u0437\u0430\u043f\u0443\u0449\u0435\u043d, \u043d\u0430\u0436\u043c\u0438\u0442\u0435 "\u0414\u0430", \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443, \u0438\u043b\u0438 "\u041d\u0435\u0442", \u0447\u0442\u043e\u0431\u044b \u0432\u044b\u0439\u0442\u0438 \u0438\u0437 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.\n
-
-I.error.cannot.create.lock.file=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0444\u0430\u0439\u043b \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0438 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0440\u0435\u0435\u0441\u0442\u0440\u0430
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_ru.properties
deleted file mode 100644
index d52d100..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_ru.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_ru.properties
deleted file mode 100644
index c6b5dc7..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_ru.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=\u0422\u0438\u043f\u044b \u043f\u0440\u043e\u043a\u0441\u0438 {0} \u0438 {1} \u043f\u0440\u043e\u0442\u0438\u0432\u043e\u0440\u0435\u0447\u0430\u0442 \u0434\u0440\u0443\u0433 \u0434\u0440\u0443\u0433\u0443
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c null
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u0441 {1} \u0447\u0435\u0440\u0435\u0437 {0}
-US.error.failed.configure.proxy=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u043e\u043a\u0441\u0438 {0} \u043f\u0440\u0438 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0438 \u043a {1}
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_ru.properties
deleted file mode 100644
index 73e7b16..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_ru.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0440\u0435\u0435\u0441\u0442\u0440\u0430 [{0}]
-R.error.loading.local.registry.failed.title=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0435\u0435\u0441\u0442\u0440
-R.error.loading.local.registry.failed.msg=\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0435\u0435\u0441\u0442\u0440 ({0}) \u043d\u0435 \u0431\u044b\u043b \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d \u0438\u043b\u0438 \u0431\u044b\u043b \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d \u043b\u0438\u0448\u044c \u0447\u0430\u0441\u0442\u0438\u0447\u043d\u043e.\n\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u0443\u044e \u0440\u0430\u0431\u043e\u0442\u0443, \u043d\u043e \u044d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043a \u0440\u0430\u0437\u0440\u0443\u0448\u0435\u043d\u0438\u044e \u043e\u0431\u0449\u0435\u0433\u043e \u0440\u0435\u0435\u0441\u0442\u0440\u0430.\n\n\u041d\u0430\u0436\u043c\u0438\u0442\u0435 "\u0414\u0430", \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c, "\u041d\u0435\u0442", \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443 \u043c\u0430\u0441\u0442\u0435\u0440\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.
-
-R.loading.bundled.registry=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u0433\u043e \u0440\u0435\u0435\u0441\u0442\u0440\u0430 [{0}]
-R.error.loading.bundled.registry.failed.title=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0438\u0439 \u0440\u0435\u0435\u0441\u0442\u0440
-R.error.loading.bundled.registry.failed.msg=\u041f\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0439 \u0440\u0435\u0435\u0441\u0442\u0440 ({0}) \u043d\u0435 \u0431\u044b\u043b \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d \u0438\u043b\u0438 \u0431\u044b\u043b \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d \u043b\u0438\u0448\u044c \u0447\u0430\u0441\u0442\u0438\u0447\u043d\u043e.\n\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u0443\u044e \u0440\u0430\u0431\u043e\u0442\u0443, \u043d\u043e \u044d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043a \u0440\u0430\u0437\u0440\u0443\u0448\u0435\u043d\u0438\u044e \u043e\u0431\u0449\u0435\u0433\u043e \u0440\u0435\u0435\u0441\u0442\u0440\u0430.\n\n\u041d\u0430\u0436\u043c\u0438\u0442\u0435 "\u0414\u0430", \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c, "\u041d\u0435\u0442", \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443 \u043c\u0430\u0441\u0442\u0435\u0440\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.
-
-R.loading.remote.registry=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0440\u0435\u0435\u0441\u0442\u0440\u0430 [{0}]
-R.error.loading.remote.registry.failed.title=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u044b\u0439 \u0440\u0435\u0435\u0441\u0442\u0440
-R.error.loading.remote.registry.failed.msg=\u0423\u0434\u0430\u043b\u0435\u043d\u043d\u044b\u0439 \u0440\u0435\u0435\u0441\u0442\u0440 ({0}) \u043d\u0435 \u0431\u044b\u043b \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d \u0438\u043b\u0438 \u0431\u044b\u043b \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d \u043b\u0438\u0448\u044c \u0447\u0430\u0441\u0442\u0438\u0447\u043d\u043e.\n\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u0443\u044e \u0440\u0430\u0431\u043e\u0442\u0443, \u043d\u043e \u044d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043a \u0440\u0430\u0437\u0440\u0443\u0448\u0435\u043d\u0438\u044e \u043e\u0431\u0449\u0435\u0433\u043e \u0440\u0435\u0435\u0441\u0442\u0440\u0430.\n\n\u041d\u0430\u0436\u043c\u0438\u0442\u0435 "\u0414\u0430", \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c, "\u041d\u0435\u0442", \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443 \u043c\u0430\u0441\u0442\u0435\u0440\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.
-
-R.error.cannot.delete.data=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u044d\u0448 \u0434\u0430\u043d\u043d\u044b\u0445 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438
-R.save.local.registry.title=\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0440\u0435\u0435\u0441\u0442\u0440\u0430
-R.save.local.registry.detail=\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u0432 {0}
-
-R.error.missing.target.component.title=\u041e\u0442\u0441\u0443\u0442\u0432\u0443\u0435\u0442 \u0446\u0435\u043b\u0435\u0432\u0430\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430
-R.error.missing.target.component.msg=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u0446\u0435\u043b\u0435\u0432\u0430\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 - {0}/{1}\n\u0432 \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430. \u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438\n\u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0441\u0432\u043e\u044e \u0440\u0430\u0431\u043e\u0442\u0443 \u043a\u0430\u043a \u0431\u0443\u0434\u0442\u043e \u0446\u0435\u043b\u0435\u0432\u0430\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 \u043d\u0435 \u0431\u044b\u043b\u0430 \u0443\u043a\u0430\u0437\u0430\u043d\u0430 \u0432\u043e\u043e\u0431\u0449\u0435.\n\u041d\u0430\u0436\u043c\u0438\u0442\u0435 "\u0414\u0430", \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c, "\u041d\u0435\u0442" \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0449\u0438\u043a\u0430.
-
-R.error.validation.title=\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f
-R.error.validation.msg=\u041f\u043e-\u0432\u0438\u0434\u0438\u043c\u043e\u043c\u0443, \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 {0} \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d\u0430.\n\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f \u0432\u044b\u043d\u0435\u0441\u043b\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435:\n\n{1}\n\n\n\u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u043f\u0440\u043e\u0434\u0443\u043a\u0442 \u043a\u0430\u043a \u043d\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0439 \u0438 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c?\n\u0415\u0441\u043b\u0438 \u0412\u044b \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 "\u041d\u0435\u0442" \u0440\u0430\u0431\u043e\u0442\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0449\u0438\u043a\u0430 \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u0442\u044c\u0441\u044f .\n\n\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u044b, \u0434\u043b\u044f \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u043e\u0439 \u0440\u0430\u0431\u043e\u0442\u044b \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f {2}, \u0442\u0430\u043a \u0436\u0435 \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u044b \u043a\u0430\u043a \u043d\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0435:\n{3}
-
-R.error.matching.requirement=\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0431\u044b \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u043b\u0438 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 "{0} \u0442\u0440\u0435\u0431\u0443\u0435\u0442 {1}", \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b
-R.error.cyclic.dependency=\u0426\u0438\u043a\u043b\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0437\u0430\u0432\u0438\u0441\u043e\u043c\u043e\u0441\u0442\u044c: {0}, {1}
-
-R.loading.registry.properties=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0441\u0432\u043e\u0439\u0441\u0442\u0432 \u0440\u0435\u0435\u0441\u0442\u0440\u0430
-R.loading.component=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430: \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440={0}, \u0432\u0435\u0440\u0441\u0438\u044f={1}
-R.error.loading.components=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b
-R.error.registry.finalization=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0440\u0435\u0435\u0441\u0442\u0440
-R.error.registry.document.loading=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0440\u0435\u0435\u0441\u0442\u0440\u0430
-
-R.error.cannot.create.cache.directory=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 {0} \u0434\u043b\u044f \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430
-R.error.cache.is.file=\u041f\u0430\u043f\u043a\u0430 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0438, \u043d\u0430 \u0441\u0430\u043c\u043e\u043c \u0434\u0435\u043b\u0435, \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0444\u0430\u0439\u043b\u043e\u043c: {0}
-R.error.cannot.read.cache=\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043f\u0440\u0430\u0432 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f \u043f\u0430\u043f\u043a\u0438 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u044b\u0445 {0}
-R.error.cannot.write.cache=\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043f\u0440\u0430\u0432 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u043f\u0430\u043f\u043a\u0443 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u044b\u0445 {0}
-R.error.cannot.create.registry=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0435\u0435\u0441\u0442\u0440
-
-R.error.registry.is.dir=\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0435\u0435\u0441\u0442\u0440 {0} \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0430\u043f\u043a\u043e\u0439
-R.error.cannot.read.registry=\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043f\u0440\u0430\u0432 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0440\u0435\u0435\u0441\u0442\u0440\u0430 {0}
-R.error.cannot.write.registry=\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043f\u0440\u0430\u0432 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0440\u0435\u0435\u0441\u0442\u0440\u0430 {0}
-
-R.error.cannot.parse.platform=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0440\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u0442\u044c \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0443 \u0438\u0437 \u0441\u0442\u0440\u043e\u043a\u0438 "{0}"
-R.error.cannot.load.registry=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0435\u0435\u0441\u0442\u0440
-R.error.parser.not.support.schemas=\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440 - {0} - \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0443 \u0441\u043e \u0441\u0445\u0435\u043c\u0430\u043c\u0438.
-
-R.error.unknown.dependency=\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0439 \u0442\u0438\u043f \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 {0}
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_ru.properties
deleted file mode 100644
index 5be4e25..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_ru.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 {0}.\n\u0421\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u043e\u043d\u0430 \u0431\u044b\u043b\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0430 \u0432\u0440\u0443\u0447\u043d\u0443\u044e.
-PCL.validation.directory.file=\u0414\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 {0} \u043d\u0430 \u0441\u0430\u043c\u043e\u043c \u0434\u0435\u043b\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0444\u0430\u0439\u043b\u043e\u043c.\n\u0421\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u043f\u0430\u043f\u043a\u0430 \u0431\u044b\u043b\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0431\u044b\u043b\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0430 \u0438 \u0437\u0430\u043c\u0435\u043d\u0435\u043d\u0430 \u0444\u0430\u0439\u043b\u043e\u043c.
-PCL.validation.directory.empty=\u0414\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 {0} \u043f\u0443\u0441\u0442\u0430.\n\u0421\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0438 \u0431\u044b\u043b\u043e \u0443\u0434\u0430\u043b\u0435\u043d\u043e \u0432\u0440\u0443\u0447\u043d\u0443\u044e.
-PCL.validation.directory.null=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u044e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u0434\u043b\u044f {0}
-P.error.cannot.load.logic=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043b\u043e\u0433\u0438\u043a\u0443 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 {0}
-P.error.installdir.not.set=\u041f\u0430\u043f\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 {0} \u043d\u0435 \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430
-P.error.installdir.set.empty=\u041f\u0430\u043f\u043a\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 {0} \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0443\u0441\u0442\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u043e\u0439
-P.error.cannot.create.cache.dir=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u043a\u044d\u0448\u0430 {0} \u0434\u043b\u044f {1}
-P.error.local.cache.not.dir=\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 \u043a\u044d\u0448\u0430 {0} \u0434\u043b\u044f {1} \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0435\u0439
-P.error.cannot.load.product=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043f\u0440\u043e\u0434\u0443\u043a\u0442 {0}
-P.error.logic.not.yet.downloaded=\u041b\u043e\u0433\u0438\u043a\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 {0} \u0435\u0449\u0435 \u043d\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u0430
-P.error.installation.data.not.cached=\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 {0} \u043d\u0435 \u0437\u0430\u043a\u044d\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u044b
-P.error.cannot.extract.data=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438\u0437\u0432\u043b\u0435\u0447\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 {0}
-P.error.cannot.save.files.list=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432
-P.error.cannot.get.wizard.components=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432 \u043c\u0430\u0441\u0442\u0435\u0440\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438
-P.error.cannot.wrap.for.macos=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443 \u043f\u0430\u043f\u043e\u043a, \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0443\u044e \u0434\u043b\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f MacOS 
-P.error.cannot.get.files.list=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u0444\u0430\u0439\u043b\u043e\u0432 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438
-P.error.cannot.delete.files.list=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432
-P.error.cannot.delete.file=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0444\u0430\u0439\u043b
-P.error.cannot.remove.from.system=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c {0} \u0438\u0437 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c
-P.error.not.enough.space=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438\u0437\u0432\u043b\u0435\u0447\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 -- \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043c\u0435\u0441\u0442\u0430 \u0432 \u0446\u0435\u043b\u0435\u0432\u043e\u0439 \u043f\u0430\u043f\u043a\u0435.
-P.error.cannot.clear.cache=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u043a\u044d\u0448 \u0434\u0430\u043d\u043d\u044b\u0445 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 {0}
-P.error.system.integartion.failed=\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f {0} \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0439 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u0430\u0441\u044c \u0441 \u043e\u0448\u0438\u0431\u043a\u043e\u0439
-
-P.message.installation=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 {0}
-P.message.uninstallation=\u041e\u0442\u043c\u0435\u043d\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 {0}
-P.message.configuration=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 {0}
-P.message.unconfiguration=\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 {0}
-P.message.legal.artifacts=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0435 \u044e\u0440\u0438\u0434\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-P.message.run.logic=\u0417\u0430\u043f\u0443\u0441\u043a \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
-P.message.system.registration=\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0439 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c
-P.message.save.installation.files.list=\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u0441\u043f\u0438\u0441\u043a\u0438 \u0444\u0430\u0439\u043b\u043e\u0432 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438
-P.message.delete=\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 {0}
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_ru.properties
deleted file mode 100644
index 888f4ec..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_ru.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=\u041e\u0448\u0438\u0431\u043a\u0430 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u043b\u043e\u0433-\u0444\u0430\u0439\u043b. \u041b\u043e\u0433\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043e.
-
-EM.ununexpected.exception=\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u0432 \u043f\u043e\u0442\u043e\u043a\u0435 {0}
-EM.errortype.critical=\u041a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u041e\u0448\u0438\u0431\u043a\u0430
-EM.errortype.error=\u041e\u0448\u0438\u0431\u043a\u0430
-EM.errortype.warning=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435
-EM.errortype.message=\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435
-EM.unexpected.error=\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430.
-EM.exception.message=\n\n\u0418\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435:\n {0}:\n {1}
-EM.exception.logfile.info=\n\n\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043e\u0431 \u044d\u0442\u043e\u0439 \u043e\u0448\u0438\u0431\u043a\u0435 \u0432 \u043b\u043e\u0433-\u0444\u0430\u0439\u043b\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438:\n {0}
-
-FU.error.output.file.entry=\u041e\u0431\u044a\u0435\u043a\u0442 {0} \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0438 \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0444\u0430\u0439\u043b\u043e\u043c
-FU.error.output.dir.entry=\u041e\u0431\u044a\u0435\u043a\u0442 {0} \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0438 \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0430\u043f\u043a\u043e\u0439
-FU.message.extracting=\u0420\u0430\u0441\u043f\u0430\u043a\u043e\u0432\u043a\u0430 {0}
-FU.error.load.xml.file.list=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043b\u0438\u0441\u0442 \u0444\u0430\u0439\u043b\u043e\u0432 \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f
-FU.error.unjar.todir={0} \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0438 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0444\u0430\u0439\u043b\u043e\u043c, \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e
-FU.message.copy.dir=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u0430\u043f\u043a\u0438 {0} \u0432 {1}
-FU.message.copy.file=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u0430 {0} \u0432 {1}
-FU.error.close.stream=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u043f\u043e\u0442\u043e\u043a
-FU.error.source.not.readable=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a {0} 
-FU.error.dest.not.file=\u0424\u0430\u0439\u043b \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 {0} \u043d\u0430 \u0441\u0430\u043c\u043e\u043c \u0434\u0435\u043b\u0435 \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0444\u0430\u0439\u043b\u043e\u043c
-FU.error.dest.creation=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0444\u0430\u0439\u043b/\u043f\u0430\u043f\u043a\u0443 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f  {0}
-FU.error.dest.not.writable=\u0424\u0430\u0439\u043b/\u043f\u0430\u043f\u043a\u0430 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f {0} \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438
-FU.message.moving=\u041f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 {0} \u0432 {1}
-FU.error.freespace=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0440\u0430\u0437\u043c\u0435\u0440\u0435 \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430 \u0432 {0}
-FU.error.cannot.close.jar=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u043a\u0440\u044b\u0442\u044c jar \u0444\u0430\u0439\u043b {0}
-FU.error.cannot.create.dir.exist.file=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 {0} \u0442.\u043a. \u0444\u0430\u0439\u043b \u0441 \u0442\u0430\u043a\u0438\u043c \u0438\u043c\u0435\u043d\u0435\u043c \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
-FU.error.cannot.create.dir=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 {0}
-FU.error.not.jar.file=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0444\u0430\u0439\u043b {0} \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f jar \u0430\u0440\u0445\u0438\u0432\u043e\u043c
-FU.error.sha1.not.supported=\u0423\u0432\u044b, \u0434\u0430\u043d\u043d\u0430\u044f \u0432\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u0430\u044f Java \u043c\u0430\u0448\u0438\u043d\u0430 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c SHA1
-FU.error.md5.not.supported=\u0423\u0432\u044b, \u0434\u0430\u043d\u043d\u0430\u044f \u0432\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u0430\u044f Java \u043c\u0430\u0448\u0438\u043d\u0430 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c MD5
-FU.error.file.security.exception=\u041f\u0440\u0438 \u043f\u043e\u043f\u044b\u0442\u043a\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0444\u0430\u0439\u043b\u0443 {0} \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438
-FU.message.delete.file=\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u0430 {0}
-FU.message.delete.dir=\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0438 {0}
-FU.error.pack200.failed=\u0420\u0430\u0431\u043e\u0442\u0430 pack200 \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u043b\u0430\u0441\u044c \u0441 \u043e\u0448\u0438\u0431\u043a\u043e\u0439\n\u041a\u043e\u0434 \u043e\u0448\u0438\u0431\u043a\u0438: {0}\n\u0412\u044b\u0432\u043e\u0434: {1}\n\u041e\u0448\u0438\u0431\u043a\u0430: {2}
-FU.error.unpack200.failed=\u0420\u0430\u0431\u043e\u0442\u0430 unpack200 \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u043b\u0430\u0441\u044c \u0441 \u043e\u0448\u0438\u0431\u043a\u043e\u0439\n\u041a\u043e\u0434 \u043e\u0448\u0438\u0431\u043a\u0438: {0}\n\u0412\u044b\u0432\u043e\u0434: {1}\n\u041e\u0448\u0438\u0431\u043a\u0430: {2}
-
-UU.error.failed.to.parse.property=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0440\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u0442\u044c \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u043e - {0}, \u0435\u0433\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 - {1}.
-UI.error.failed.to.activate.crossplatform.laf=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u0440\u043e\u0441\u0441-\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u044b\u0439 look and feel - \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u0438\u0435 \u0440\u0430\u0431\u043e\u0442\u044b \u0441 look and feel, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u043e\u043c \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e.
-UI.error.failed.to.activate.defined.laf=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 look and feel - \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u0438\u0435 \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u043a\u0440\u043e\u0441\u0441-\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u044b\u043c look and feel.
-UI.error.failed.to.init.ui=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c UI
-UI.error.failed.to.force.gtk=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c GTK look and feel
-UI.silent.default.yes=\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u0438\u0435 \u0441 \u0432\u044b\u0431\u043e\u0440\u043e\u043c "\u0414\u0430" (\u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e)...
-UI.silent.default.no=\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u0438\u0435 \u0441 \u0432\u044b\u0431\u043e\u0440\u043e\u043c "\u041d\u0435\u0442" (\u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e)...
-UI.silent.default.cancel=\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0430\u0435\u043c \u0441 \u0432\u044b\u0431\u043e\u0440\u043e\u043c "\u041e\u0442\u043c\u0435\u043d\u0430" (\u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e)...
-
-StrU.error.cannot.parse.status=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0437\u043d\u0430\u0442\u044c \u0441\u0442\u0430\u0442\u0443\u0441 \u0438\u0437 {0}
-StrU.error.unknown.platform=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0443 \u0438\u0437 "{0}"
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_ru.properties
deleted file mode 100644
index c7546d0..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_ru.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 JDK
-JU.error.cannot.delete=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c {0}
-JU.error.cannot.download.testjdk=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b TestJDK.class \u0438\u0437 {0}
-JU.error.cannot.canonize=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u0438\u0432\u0435\u0441\u0442\u0438 {0} \u043a \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u043c\u0443 \u0432\u0438\u0434\u0443
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_ru.properties
deleted file mode 100644
index 8473649..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_ru.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438 "{0}" \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430.\n\u041f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435: "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438 "{0}" \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430.\n\u041f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435: "{0} <uid \u0446\u0435\u043b\u0435\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430> <\u0432\u0435\u0440\u0441\u0438\u044f \u0446\u0435\u043b\u0435\u0432\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430>".
-O.warning.bad.locale.arg.param=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 "{1}" \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u043c \u043f\u0440\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438 \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430 "{0}" \u043a\u043e\u043c\u0430\u043d\u0434\u043d\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438.\n\u041f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435: "{0} <\u044f\u0437\u044b\u043a>[_<\u0441\u0442\u0440\u0430\u043d\u0430>[_<\u0432\u0438\u0434>]]".
-O.warning.bad.locale.arg=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438 "{0}" \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430.\n\u041f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435: "{0} <\u044f\u0437\u044b\u043a>[_<\u0441\u0442\u0440\u0430\u043d\u0430>[_<\u0432\u0438\u0434>]]".
-O.warning.missing.state.file=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0444\u0430\u0439\u043b \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f "{1}" \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.\n\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 "{0}" \u043f\u0440\u043e\u043f\u0443\u0449\u0435\u043d.
-O.warning.bag.state.file.arg=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438 "{0}" \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430.\n\u041f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435: "{0} <\u043f\u0443\u0442\u044c-\u043a-\u0444\u0430\u0439\u043b\u0443-\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f>".
-O.warning.target.state.file.exists=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0444\u0430\u0439\u043b \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f "{1}" \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.\n\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 "{0}" \u043f\u0440\u043e\u043f\u0443\u0449\u0435\u043d.
-O.warning.bad.target.state.file.arg=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438 "{0}" \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430.\n \u041f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435: "{0} <\u043f\u0443\u0442\u044c-\u043a-\u0444\u0430\u0439\u043b\u0443-\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f>".
-O.warning.bundle.file.exists=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0446\u0435\u043b\u0435\u0432\u043e\u0439 \u0444\u0430\u0439\u043b \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f "{1}" \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.\n\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 "{0}" \u043f\u0440\u043e\u043f\u0443\u0449\u0435\u043d.
-O.warning.bad.create.bundle.arg=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438 "{0}" \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430.\n\u041f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435: "{0} <\u043f\u0443\u0442\u044c-\u043a-\u0446\u0435\u043b\u0435\u0432\u043e\u043c\u0443-\u0444\u0430\u0439\u043b\u0443-\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f>".
-O.warning.bad.userdir.arg=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438 "{0}" \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430.\n\u041f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435: "{0} <\u043f\u0443\u0442\u044c-\u043a-\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0439-\u043f\u0430\u043f\u043a\u0435>".
-O.warning.bad.platform.arg=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438 "{0}" \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430.\n\u041f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435: "{0} <\u0446\u0435\u043b\u0435\u0432\u0430\u044f-\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430>".
-O.warning.bad.registry.arg=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438 "{0}" \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430.\n\u041f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435:"{0} <URL-\u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e\u0433\u043e-\u0440\u0435\u0435\u0441\u0442\u0440\u0430>".
-O.warning.bad.properties.arg=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438 "{0}" \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430.\n\u041f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435: "{0} <\u043f\u0443\u0442\u044c-\u043a-\u0444\u0430\u0439\u043b\u0443-\u0441\u0432\u043e\u0439\u0441\u0442\u0432>".
-O.warning.bad.bundle.properties.arg=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438 "{0}" \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430.\n\u041f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435: "{0} <\u043f\u0443\u0442\u044c-\u043a-\u0444\u0430\u0439\u043b\u0443-\u0441\u0432\u043e\u0439\u0441\u0442\u0432-\u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0442\u0430>".
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_ru.properties
deleted file mode 100644
index 2f4ef78..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_ru.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=\u041d\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d
-Status.to-be-installed=\u0412\u044b\u0431\u0440\u0430\u043d \u043a \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435
-Status.installed=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d
-Status.to-be-uninstalled=\u0412\u044b\u0431\u0440\u0430\u043d \u043a \u0434\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u043b\u044f\u0446\u0438\u0438
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u0423\u0441\u043f\u0435\u0448\u043d\u043e
-DetailedStatus.install.warning=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u0441 \u0437\u0430\u043c\u0435\u0447\u0430\u043d\u0438\u044f\u043c\u0438
-DetailedStatus.install.error=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435
-DetailedStatus.uninstall.success=\u0414\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u043b\u0438\u0440\u043e\u0432\u0430\u043d \u0423\u0441\u043f\u0435\u0448\u043d\u043e
-DetailedStatus.uninstall.warning=\u0414\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u043b\u0438\u0440\u043e\u0432\u0430\u043d \u0432 \u0437\u0430\u043c\u0435\u0447\u0430\u043d\u0438\u044f\u043c\u0438
-DetailedStatus.uninstall.error=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0414\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u043b\u044f\u0446\u0438\u0438
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_ru.properties
deleted file mode 100644
index 6ce82df..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_ru.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0438\u043a\u043e\u043d\u043a\u0443 \u0444\u0440\u0435\u0439\u043c\u0430 \u0438\u0437 URI {0}.
-NF.error.failed.to.set.frame.icon=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0438\u043d\u043e\u043d\u043a\u0443 \u0444\u0440\u0435\u0439\u043c\u0430.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=\u041e\u0431\u0437\u043e\u0440
-NFC.filechooser.approve.button.text=&\u0412\u044b\u0431\u0440\u0430\u0442\u044c
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_ru.properties
deleted file mode 100644
index 0dae485..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_ru.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u0430 {0} \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u043c. \u0421\u0443\u043c\u043c\u0430\u0440\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \n\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0430 (\u0441\u0443\u043c\u043c\u0430 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0430 \u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u043e\u0432) \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043c\u0435\u043d\u044c\u0448\u0435 {1} \u0438 \u0431\u043e\u043b\u044c\u0448\u0435 {2}.
-
-CP.error.progress=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0439 \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0441\u043e\u0441\u0442\u0430\u0432\u043d\u043e\u043c \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0435,\n\u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u043e\u043d \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0443\u0434\u0430\u043b\u0435\u043d. 
-
-################################################################################
-# Progress.java
-P.error.percentage=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0446\u0435\u043d\u0442\u0430 {0} \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u043c. \u0421\u0443\u043c\u043c\u0430\u0440\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \n\u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043c\u0435\u043d\u044c\u0448\u0435 {1} \u0438 \u0431\u043e\u043b\u044c\u0448\u0435 {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_ru.properties
deleted file mode 100644
index 417bf9a..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_ru.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0441 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f\u043c\u0438 {0}
-LP.error.no.files=\u0424\u0430\u0439\u043b\u044b \u0432 \u043f\u0430\u043f\u043a\u0435 {0} \u043e\u0442\u0441\u0443\u0442\u0441\u0432\u0443\u044e\u0442
-LP.error.not.directory={0} \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0430\u043f\u043a\u043e\u0439
-LP.error.directory.do.not.exist=\u041f\u0430\u043f\u043a\u0430 {0} \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_ru.properties
deleted file mode 100644
index 6aea9cb..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_ru.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=\u041d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u043e \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0438\u0445 \u0438\u043b\u0438 \u0432\u043d\u0435\u0448\u043d\u0438\u0445 jar \u0444\u0430\u0439\u043b\u043e\u0432
-CnL.error.cannot.find.jvm.file=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0439\u0442\u0438 \u0444\u0430\u0439\u043b \u0432\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u043e\u0439 \u043c\u0430\u0448\u0438\u043d\u044b {0}
-CnL.error.cannot.find.class=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0439\u0442\u0438 \u043a\u043b\u0430\u0441\u0441 {0} \u0432\u043e \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0438\u0445 \u0444\u0430\u0439\u043b\u043e\u0432, \u0430 \u0432\u043d\u0435\u0448\u043d\u0438\u0445 \u0444\u0430\u0439\u043b\u043e\u0432 \u043d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u043e
-CnL.error.main.class.unspecified=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0439\u0442\u0438 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0433\u043b\u0430\u0432\u043d\u044b\u0439 \u043a\u043b\u0430\u0441\u0441 \u0441\u0440\u0435\u0434\u0438 \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0438\u0445 \u0444\u0430\u0439\u043b\u043e\u0432
-CnL.error.cannot.get.output.name=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0438\u043c\u044f \u0432\u044b\u0445\u043e\u0434\u043d\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0430 \u0442.\u043a. \u043d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u043e \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u0433\u043e \u0444\u0430\u0439\u043b\u0430
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0438\u043a\u043e\u043d\u043a\u0443 \u043b\u0430\u0443\u043d\u0447\u0435\u0440\u0430 \u0438\u0437 {0}
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_ru.properties
deleted file mode 100644
index 69cf7a6..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_ru.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043f\u0443\u0442\u044c, \u043e\u0431\u044b\u0447\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0432 \u0434\u0430\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u0435
-SR.error.cannot.parse.pattern=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u043e\u0430\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d: {0}
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_ru.properties
deleted file mode 100644
index 186ab47..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_ru.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a native \u043c\u0435\u0442\u043e\u0434\u0443
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_ru.properties
deleted file mode 100644
index a93ce7b..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_ru.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0433\u043b\u0430\u0432\u043d\u044b\u0439 \u043c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.
-W.error.failed.to.load.components=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u043c\u0430\u0441\u0442\u0435\u0440\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0438\u0437 {0}, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f classloader {1}.
-W.error.failed.to.load.component=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u043c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438  \u0438\u0437 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 XML {0}, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f classloader {1}.
-W.error.unknown.ui.mode=\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0439 \u0440\u0435\u0436\u0438\u043c \u0440\u0430\u0431\u043e\u0442\u044b UI - {0}.
-W.error.cannot.move.backward.silent=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430\u0437\u0430\u0434 \u0432 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.
-W.error.cannot.move.backward.at.first=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043d\u0430\u0437\u0430\u0434 \u0442.\u043a. \u043c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0438 \u0442\u0430\u043a \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u044c\u0441\u044f \u0432 \u0441\u0430\u043c\u043e\u043c \u043d\u0430\u0447\u0430\u043b\u0435.
-W.error.parser.unsupports.schemas=\u0422\u0435\u043a\u0443\u0449\u0438\u0439 \u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440 - {0} - \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0443 \u0441\u043e \u0441\u0445\u0435\u043c\u0430\u043c\u0438.
-W.error.interrupted=\u041f\u0440\u0435\u0440\u044b\u0432\u0430\u043d\u0438\u0435 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u043e \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_ru.properties
deleted file mode 100644
index 74f910e..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_ru.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0449\u0438\u043a NetBeans IDE
-WC.description=\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0449\u0438\u043a\u0430 NetBeans IDE
-
-WC.help.button.text=&\u041f\u043e\u043c\u043e\u0449\u044c!
-WC.back.button.text=< &\u041d\u0430\u0437\u0430\u0434
-WC.next.button.text=&\u0414\u0430\u043b\u0435\u0435 >
-WC.cancel.button.text=\u041e\u0442\u043c\u0435\u043d\u0430
-WC.finish.button.text=&\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c
-
-WC.cancel.dialog.title=\u041e\u0442\u043c\u0435\u043d\u0430
-WC.cancel.dialog.text=\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u043e \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 InterruptedException.
-
-WA.canceling.progress.title=\u041e\u0442\u043c\u0435\u043d\u0430, \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435 \u0442\u0435\u043a\u0443\u0449\u0435\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438...
-
-WA.cancel.dialog.title=\u041e\u0442\u043c\u0435\u043d\u0430
-WA.cancel.dialog.text=\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443?
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_ru.properties
deleted file mode 100644
index ee81ffc..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_ru.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=\u041a\u0435\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0434\u0432\u0438\u0436\u043a\u0430...
-CEA.description=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u043c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0437\u0430\u043a\u0435\u0448\u0438\u0440\u0443\u0435\u0442 \u0434\u0432\u0438\u0436\u043e\u043a.
-CEA.error.cannot.cache.engine=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u043a\u0435\u0448\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0432\u0438\u0436\u043e\u043a \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0449\u0438\u043a\u0430
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0431\u0430\u043d\u0434\u043b\u0430...
-CBA.description=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u043c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0441\u043e\u0437\u0434\u0430\u0441\u0442 \u0431\u0430\u043d\u0434\u043b \u0441 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u043c\u0438 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430\u043c\u0438.
-
-CBA.progress.create.bundle.title=\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u0430 \u0441 \u0431\u0430\u043d\u0434\u043b\u0430 \u0432 {0}
-CBA.progress.add.engine.detail=\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u0432\u0438\u0436\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0449\u0438\u043a\u0430 \u0432 \u0431\u0430\u043d\u0434\u043b
-CBA.progress.add.product.detail=\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 {0} ...
-CBA.progress.add.group.detail=\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 {0} ...
-
-CBA.error.failed.create.bundle=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0431\u0430\u043d\u0434\u043b
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u041d\u0430\u0442\u0438\u0432\u043d\u043e\u0439 \u041e\u0431\u0435\u0440\u0442\u043a\u0438...
-CNLA.description=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u043c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0441\u043e\u0437\u0434\u0430\u0441\u0442 \u043e\u0431\u0435\u0440\u0442\u043a\u0443 \u0434\u043b\u044f jar \u0444\u0430\u0439\u043b\u0430.
-CNLA.error.failed.create.launcher=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u0430\u0442\u0438\u0432\u043d\u0443\u044e \u043e\u0431\u0435\u0440\u0442\u043a\u0443
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043e\u0431\u0435\u0440\u0442\u043a\u0438 \u0434\u043b\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f MacOSX...
-CMALA.description=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u043c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0441\u043e\u0437\u0434\u0430\u0441\u0442 \u043e\u0431\u0435\u0440\u0442\u043a\u0443 \u0434\u043b\u044f jar \u0444\u0430\u0439\u043b\u0430.
-CMALA.error.failed.create.launcher=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043e\u0431\u0435\u0440\u0442\u043a\u0443 \u0434\u043b\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=\u041f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0430 \u043b\u043e\u0433\u0438\u043a\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438...
-DCLA.description=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u043c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u0438\u0442 \u043b\u043e\u0433\u0438\u043a\u0443 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438.
-DCLA.progress.remote.title=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043b\u043e\u0433\u0438\u043a\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 {0}
-DCLA.progress.local.title=\u0420\u0430\u0441\u043f\u0430\u043a\u043e\u0432\u043a\u0430 \u043b\u043e\u0433\u0438\u043a\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 {0}
-DCLA.failed=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043b\u043e\u0433\u0438\u043a\u0443 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 {0}
-DCLA.dependent.failed=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c {0} \u0442.\u043a. \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 {1} \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u0430\u0441\u044c \u0441 \u043e\u0448\u0438\u0431\u043a\u043e\u0439
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=\u041f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0430 \u0434\u0430\u043d\u043d\u044b\u0445  \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438...
-DIDA.description=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u043c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u0438\u0442 \u0434\u0430\u043d\u043d\u044b\u0435 \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.
-DIDA.progress.remote.title=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0434\u0430\u043d\u043d\u044b\u0445 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 {0}
-DIDA.progress.local.title=\u0420\u0430\u0441\u043f\u0430\u043a\u043e\u0432\u043a\u0430 \u0434\u0430\u043d\u043d\u044b\u0445 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 {0}
-DIDA.failed=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u0443\u0441\u0442\u043d\u043e\u0432\u043a\u0438 {0}
-DIDA.dependent.failed=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c {0} \u0442.\u043a. \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 {1} \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u0430\u0441\u044c \u0441 \u043e\u0448\u0438\u0431\u043a\u043e\u0439
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=\u0418\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f...
-IRA.description=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u043c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u0443\u0435\u0442\u0441\u044f.
-IRA.registry.initialization.failed=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0440\u043e\u0432\u0430\u0442\u044c \u0440\u0435\u0435\u0441\u0442\u0440
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=\u041e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u0435...
-FRA.description=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u043c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u0442 \u0441\u0432\u043e\u044e \u0440\u0430\u0431\u043e\u0442\u0443.
-FRA.registry.finalization.failed=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0440\u0435\u0435\u0441\u0442\u0440
-
-################################################################################
-# InstallAction.java
-IA.title=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430...
-IA.description=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u043c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b.
-IA.progress.install.title=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 {0}...
-IA.progress.rollback.title=\u041e\u0442\u043c\u0435\u043d\u0430, \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0435\u043d\u0438\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f {0}...
-IA.install.dependent.failed=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c {0} \u0442.\u043a. \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 {1} \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u0430\u0441\u044c \u0441 \u043e\u0448\u0438\u0431\u043a\u043e\u0439
-IA.install.unknown.error=\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u041e\u0448\u0438\u0431\u043a\u0430
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=\u041f\u043e\u0438\u0441\u043a \u0441\u0440\u0435\u0434 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f Java\u2122...
-SFJA.description=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u043c\u0430\u0441\u0442\u0435\u0440 \u043d\u0430\u0439\u0434\u0435\u0442 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0441\u0440\u0435\u0434\u044b \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f Java\u2122 \u0432 \u0432\u0430\u0448\u0435\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u0435.
-SFJA.prepare.list=\u041f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0430 \u0441\u043f\u0438\u0441\u043a\u0430 ...
-SFJA.checking=\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 {0}
-SFJA.search.java=\u041f\u043e\u0438\u0441\u043a \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u0441\u0440\u0435\u0434 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f Java\u2122...
-SFJA.entry.label={0} (\u0432\u0435\u0440\u0441\u0438\u044f {1} \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 {2})
-SFJA.entry.label.non.final=<html><span>{0} (\u0432\u0435\u0440\u0441\u0438\u044f {1} <span color="red">(\u043d\u0435 \u0444\u0438\u043d\u0430\u043b\u044c\u043d\u0430\u044f)</span> \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=\u041e\u0442\u043c\u0435\u043d\u0430 \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438...
-UA.description=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u043c\u0430\u0441\u0442\u0435\u0440 \u043e\u0442\u043c\u0435\u043d\u0438\u0442 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432.
-UA.progress.uninstall.title=\u041e\u0442\u043c\u0435\u043d\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 {0}
-UA.uninstall.dependent.failed=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443 {0} \u0442.\u043a. \u043e\u0442\u043c\u0435\u043d\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 {1} \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u0430\u0441\u044c \u0441 \u043e\u0448\u0438\u0431\u043a\u043e\u0439
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430 \u043d\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d
-SILA.error.cannot.find.component=\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u0441 \u0434\u0430\u043d\u043d\u044b\u043c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u043c {0} \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
-SILA.error.cannot.get.logic=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043b\u043e\u0433\u0438\u043a\u0443 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 {0}
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_ru.properties
deleted file mode 100644
index a3a0b10..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_ru.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=\u0420\u0430\u0441\u043f\u043e&\u043b\u043e\u0436\u0435\u043d\u0438\u0435:
-ALP.location.button.text=\u0418&\u0437\u043c\u0435\u043d\u0438\u0442\u044c...
-ALP.list.label.text=&\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u0443\u0442\u0438 \u0431\u044b\u043b\u0438 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u044b \u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u043e\u043c \u043f\u043e\u0438\u0441\u043a\u0430:
-
-ALP.error.nothing.found=\u041f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0438\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=\u0412\u044b\u0431\u043e\u0440 \u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432
-CSP.description.both=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c. \u0421\u043d\u0438\u043c\u0438\u0442\u0435 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u0441 \u0442\u0435\u0445, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0434\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c.
-CSP.description.install=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c.
-CSP.description.uninstall=\u0421\u043d\u0438\u043c\u0438\u0442\u0435 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u0441 \u0442\u0435\u0445, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0434\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c.
-CSP.feature.description.title=\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=\u0420\u0430\u0437\u043c\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438: {0}     \u0420\u0430\u0437\u043c\u0435\u0440 \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u0435\u043c\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445: {1}
-CSP.sizes.label.text.no.download=\u0420\u0430\u0437\u043c\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438: {0}
-
-CSP.default.installation.size=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-CSP.default.download.size=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-CSP.error.no.changes.both=\u041d\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043e \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430. \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435, \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435, \u043e\u0434\u043d\u0443 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443 \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0438\u043b\u0438 \u0434\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u043b\u044f\u0446\u0438\u0438.
-CSP.error.no.changes.install=\u041d\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043e \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430. \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435, \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435, \u043e\u0434\u043d\u0443 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443 \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.
-CSP.error.no.changes.uninstall=\u041d\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043e \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430. \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435, \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435, \u043e\u0434\u043d\u0443 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443 \u0434\u043b\u044f \u0434\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u043b\u044f\u0446\u0438\u0438.
-CSP.error.requirement.install={1} \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 {0}.
-CSP.error.conflict.install={0} \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 {1}.
-CSP.error.requirement.uninstall={0} \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b {1}.
-CSP.error.not.enough.space.to.download=\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u0434\u0438\u0441\u043a\u043e\u0432\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430 \u0434\u043b\u044f \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u044b\u0445. \u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u044b\u0434\u0435\u043b\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e {1} \u0432 {0}.
-CSP.error.not.enough.space.to.extract=\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u0434\u0438\u0441\u043a\u043e\u0432\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430 \u0434\u043b\u044f \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u044b\u0445. \u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u044b\u0434\u0435\u043b\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e {1} \u0432 {0}.
-CSP.error.cannot.check.space=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043e\u0431\u044a\u0435\u043c \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430
-
-################################################################################
-# DestinationPanel.java
-DP.title=\u041f\u0430\u043f\u043a\u0443 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438
-DP.description=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u0430\u043f\u043a\u0443 \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.
-
-DP.destination.label.text=&\u041f\u0430\u043f\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438:
-DP.destination.button.text=\u0418&\u0437\u043c\u0435\u043d\u0438\u0442\u044c...
-
-DP.error.null=\u041f\u0430\u043f\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u043e\u0439.
-DP.error.not.valid=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0439.
-DP.error.contains.exclamation=\u041f\u0430\u043f\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0432 \u0441\u0432\u043e\u0435\u043c \u0438\u043c\u0435\u043d\u0438 \u0432\u043e\u0441\u043a\u043b\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0437\u043d\u0430\u043a(!).
-DP.error.contains.semicolon=\u041f\u0430\u043f\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0432 \u0441\u0432\u043e\u0435\u043c \u0438\u043c\u0435\u043d\u0438 \u0442\u043e\u0447\u043a\u0443 \u0441 \u0437\u0430\u043f\u044f\u0442\u043e\u0439 (;).
-DP.error.contains.colon=\u041f\u0430\u043f\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0432 \u0441\u0432\u043e\u0435\u043c \u0438\u043c\u0435\u043d\u0438 \u0434\u0432\u043e\u0435\u0442\u043e\u0447\u0438\u0435 (:).
-DP.error.contains.ampersand=\u041f\u0430\u043f\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0432 \u0441\u0432\u043e\u0435\u043c \u0438\u043c\u0435\u043d\u0438 \u0430\u043c\u043f\u0435\u0440\u0441\u0430\u043d\u0434 (&).
-DP.error.contains.wrong.char=\u041f\u0430\u043f\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439 \u0441\u0438\u043c\u0432\u043e\u043b ({1}).
-DP.error.matches.prohibited.regexp=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0430 (\u043e\u043d\u0430 \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u0435\u0442 \u0448\u0430\u0431\u043b\u043e\u043d\u0443 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0433\u043e \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f {1}).
-DP.error.not.absolute=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u0432 \u0444\u043e\u0440\u043c\u0435 \u043f\u043e\u043b\u043d\u043e\u0433\u043e \u043f\u0443\u0442\u0438.
-DP.error.cannot.canonize=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043f\u043e\u043b\u043d\u044b\u0439 \u043f\u0443\u0442\u044c \u043f\u0430\u043f\u043a\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.
-DP.error.not.directory=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0435\u0439
-DP.error.not.readable=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043d\u0435\u0447\u0438\u0442\u0430\u0435\u043c\u0430.
-DP.error.not.writable=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0432 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u0443\u044e \u043f\u0430\u043f\u043a\u0443 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.
-DP.error.not.empty=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0444\u0430\u0439\u043b\u044b \u0438\u043b\u0438 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0438.
-DP.error.not.ends.with.app=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0434\u043e\u043b\u0436\u043d\u0430 \u043e\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 ".app".
-DP.error.not.enough.space=\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u0434\u0438\u0441\u043a\u043e\u0432\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430. \u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u044b\u0434\u0435\u043b\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e {1} \u0432 {0}.
-DP.error.cannot.get.logic=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043b\u043e\u0433\u0438\u043a\u0443 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
-DP.error.cannot.check.space=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043e\u0431\u044a\u0435\u043c \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=\u041f\u0430\u043f\u043a\u0430 &JDK\u2122:
-JLP.location.label.text.java=\u041f\u0430\u043f\u043a\u0430 \u0441\u0440\u0435\u0434\u044b \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f &Java\u2122:
-JLP.location.button.text=\u0418&\u0437\u043c\u0435\u043d\u0438\u0442\u044c...
-JLP.list.label.text=&\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0438\u0445 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u043a JDK\u2122, \u043d\u0430\u0439\u0434\u0435\u043d\u043d\u044b\u0445 \u0432 \u0434\u0430\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u0435:
-JLP.list.label.text.java=&\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0438\u0445 \u0441\u0440\u0435\u0434 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f Java\u2122, \u043d\u0430\u0439\u0434\u0435\u043d\u043d\u044b\u0445 \u0432 \u0434\u0430\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u0435:
-
-JLP.error.null=\u041f\u0430\u043f\u043a\u0430 JDK \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u043e\u0439.
-JLP.error.null.java=\u041f\u0443\u0442\u044c \u043a \u043f\u0430\u043f\u043a\u0435 \u0441\u043e \u0441\u0440\u0435\u0434\u043e\u0439 Java \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0443\u0441\u0442\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u043e\u0439.
-JLP.error.not.valid.path=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0443 JDK {0} \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0439.
-JLP.error.not.valid.path.java=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 \u0441\u0440\u0435\u0434\u044b Java {0} \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0439.
-JLP.error.path.not.exists=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 JDK {0} \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.
-JLP.error.path.not.exists.java=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 \u0441\u0440\u0435\u0434\u044b \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f Java {0} \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.
-JLP.error.not.javahome=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 JDK {0} \u043d\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 JDK.
-JLP.error.not.javahome.java=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 {0} \u043d\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0441\u0440\u0435\u0434\u044b \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f Java.
-JLP.error.not.jdk=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 JDK {0} \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0442\u043e\u043b\u044c\u043a\u043e JRE, \u043d\u043e \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0438\u043c\u0435\u043d\u043d\u043e JDK.
-JLP.error.wrong.version.older=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 JDK {0} \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 JDK \u0432\u0435\u0440\u0441\u0438\u0438 "{1}", \u0432 \u0442\u043e \u0432\u0440\u0435\u043c\u044f \u043a\u0430\u043a \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f - "{2}".
-JLP.error.wrong.version.older.java=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 {0} \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0441\u0440\u0435\u0434\u0443 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f Java \u0432\u0435\u0440\u0441\u0438\u0438 "{1}", \u0432 \u0442\u043e \u0432\u0440\u0435\u043c\u044f \u043a\u0430\u043a \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f - "{2}".
-JLP.error.wrong.version.newer=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 JDK {0} \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 JDK \u0432\u0435\u0440\u0441\u0438\u0438 "{1}", \u0432 \u0442\u043e \u0432\u0440\u0435\u043c\u044f \u043a\u0430\u043a \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f - "{2}".
-JLP.error.wrong.version.newer.java=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 {0} \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0441\u0440\u0435\u0434\u0443 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f Java \u0432\u0435\u0440\u0441\u0438\u0438 "{1}", \u0432 \u0442\u043e \u0432\u0440\u0435\u043c\u044f \u043a\u0430\u043a \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f - "{2}".
-JLP.error.wrong.vendor=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 JDK {0} \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 JDK \u043d\u0435\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u043e\u0439 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 ({1}). \u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 : "{2}".
-JLP.error.wrong.vendor.java=\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 {0} \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0441\u0440\u0435\u0434\u0443 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f Java \u043d\u0435\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u043e\u0433\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430 ({1}). \u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 : "{2}".
-JLP.error.unknown=\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043f\u0440\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0435 \u043f\u0430\u043f\u043a\u0438.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043d\u0435 \u043d\u0430\u0448\u0435\u043b \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 JDK, \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u0435\u0451 \u0432\u0440\u0443\u0447\u043d\u0443\u044e.<br>\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u044d\u0442\u043e {0}. \u0427\u0442\u043e\u0431\u044b \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c JDK, \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u0435 <a href="{2}">{2}
-JLP.error.nothing.found.java=<html>\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043d\u0435 \u043d\u0430\u0448\u0435\u043b \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0439 \u0441\u0440\u0435\u0434\u044b \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f Java, \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u0435\u0451 \u0432\u0440\u0443\u0447\u043d\u0443\u044e.<br>\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u044d\u0442\u043e {0}. \u0427\u0442\u043e\u0431\u044b \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0435 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u0435 Java, \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u0435 <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=\u0420\u0435\u0437\u044e\u043c\u0435 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0431\u0430\u043d\u0434\u043b\u0430
-PoCBSP.dialog.description=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u0413\u043e\u0442\u043e\u0432\u043e \u0434\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0440\u0430\u0431\u043e\u0442\u044b.
-
-PoCBSP.message.success.text=\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u043b \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=\u0412\u043e \u0432\u0440\u0435\u043c\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0431\u0430\u043d\u0434\u043b\u044f \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0438 \u043e\u0448\u0438\u0431\u043a\u0438.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u0431\u044b\u043b\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0432 \u0431\u0430\u043d\u0434\u043b:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u043d\u0435 \u0431\u044b\u043b\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0432 \u0431\u0430\u043d\u0434\u043b \u0438\u0437-\u0437\u0430 \u043e\u0448\u0438\u0431\u043e\u043a:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c &\u041b\u043e\u0433
-PoCBSP.send.log.button.text=&\u041f\u043e\u0441\u043b\u0430\u0442\u044c \u041b\u043e\u0433
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=\u041c\u0430\u0441\u0442\u0435\u0440 \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 - \u0420\u0435\u0437\u044e\u043c\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438
-
-PoISP.message.success.text=\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u043b \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=\u0412 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438/\u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0438 \u043d\u0435\u043a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=\u0412 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438/\u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0438 \u043e\u0448\u0438\u0431\u043a\u0438.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u0431\u044b\u043b\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u0431\u044b\u043b\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b \u0441 \u043d\u0435\u043a\u0440\u0438\u0442\u0438\u0447\u043d\u044b\u043c\u0438 \u043e\u0448\u0438\u0431\u043a\u0430\u043c\u0438:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u043d\u0435 \u0431\u044b\u043b\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b \u0438\u0437-\u0437\u0430 \u043e\u0448\u0438\u0431\u043e\u043a:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u0431\u044b\u043b\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0434\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u044b:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u0431\u044b\u043b\u0438 \u0434\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u0441 \u043d\u0435\u043a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u043c\u0438 \u043e\u0448\u0438\u0431\u043a\u0430\u043c\u0438:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u0431\u044b\u043b\u0438 \u0434\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u0438\u0437-\u0437\u0430 \u043e\u0448\u0438\u0431\u043e\u043a:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=\u041f\u043e\u0441\u043c\u0442\u043e\u0440\u0435\u0442\u044c \u041f\u043e&\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438
-PoISP.view.log.button.text=\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c &\u041b\u043e\u0433
-PoISP.send.log.button.text=&\u041f\u043e\u0441\u043b\u0430\u0442\u044c \u041b\u043e\u0433
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=\u041b\u043e\u0433 \u0444\u0430\u0439\u043b \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d
-
-PoISP.message.files.remaining=\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0444\u0430\u0439\u043b\u044b \u043d\u0435 \u0431\u044b\u043b\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u044b \u0438\u0437 \u043f\u0430\u043f\u043e\u043a \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 {0}.. \u0412\u044b \u043c\u043e\u0436\u0435\u0442 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0438\u0445 \u0432\u0440\u0443\u0447\u043d\u0443\u044e.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=\u0420\u0435\u0437\u044e\u043c\u0435 \u043f\u0435\u0440\u0435\u0434 \u043d\u0430\u0447\u0430\u043b\u043e\u043c \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0431\u0430\u043d\u0434\u043b\u0430
-PrCBSPdialog.description=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 "\u0421\u043e\u0437\u0434\u0430\u0442\u044c" \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0441\u0431\u043e\u0440\u043a\u0438.
-
-PrCBSPmessage.text=\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0441\u043e\u0431\u0440\u0430\u043b \u0432\u0441\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e, \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0443\u044e \u0434\u043b\u044f \u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u044f \u0431\u0430\u043d\u0434\u043b\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0412\u0430\u0448 \u0432\u044b\u0431\u043e\u0440. \u0427\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c, \u043d\u0430\u0436\u043c\u0438\u0442\u0435 "\u0414\u0430\u043b\u0435\u0435".
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=\u0412\u044b \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u0434\u043b\u044f \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u0432 \u0431\u0430\u043d\u0434\u043b:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=\u041e\u0431\u0449\u0438\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445: {0}
-PrCBSPrequired.disk.space.label.text=\u041e\u0431\u0449\u0438\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0433\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u0434\u0438\u0441\u043a\u043e\u0432\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430: {0}
-PrCBSPcreate.button.text=&\u0421\u043e\u0437\u0434\u0430\u0442\u044c
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=\u0420\u0435\u0437\u044e\u043c\u0435 \u043f\u0435\u0440\u0435\u0434 \u043d\u0430\u0447\u0430\u043b\u043e\u043c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438
-
-PrISP.message.text=\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0441\u043e\u0431\u0440\u0430\u043b \u0432\u0441\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e, \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0443\u044e \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0412\u0430\u0448 \u0432\u044b\u0431\u043e\u0440. \u0427\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c, \u043d\u0430\u0436\u043c\u0438\u0442\u0435 "\u0414\u0430\u043b\u0435\u0435".
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=\u0412\u044b \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=\u0412\u044b \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u0434\u043b\u044f \u043e\u0442\u043c\u0435\u043d\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=\u041e\u0431\u0449\u0438\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445: {0}
-PrISP.required.disk.space.label.text=\u041e\u0431\u0449\u0438\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0433\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u0434\u0438\u0441\u043a\u043e\u0432\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430: {0}
-PrISP.install.button.text=&\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
-
-PrISP.error.not.enough.space=\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u0434\u0438\u0441\u043a\u043e\u0432\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430 \u0434\u043b\u044f \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438. \u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u044b\u0434\u0435\u043b\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e {1} \u0432 {0}.
-PrISP.error.cannot.check.space=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043e\u0431\u044a\u0435\u043c \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430
-PrISP.error.logic.access=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043b\u043e\u0433\u0438\u043a\u0443 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430
-PrISP.error.fsroots=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c
-PrISP.error.non.existent.root={0} \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u0432 \u043f\u0430\u043f\u043a\u0443 {1}, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043d\u0435 \u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0438\u0442 \u043d\u0430 \u043e\u0434\u043d\u043e\u0439 \u0438\u0437 \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c.
-PrISP.error.cannot.write=\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043f\u0440\u0430\u0432 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u043f\u0430\u043f\u043a\u0443 {1} \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 {0}. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u0440\u0430\u0432\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c \u043a\u0430\u043a \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c.
-
-################################################################################
-# LicensesPanel.java
-LP.title=\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0441\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u044f
-LP.description=\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043e\u0437\u043d\u0430\u043a\u043e\u043c\u0442\u0435\u0441\u044c \u0441 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u043c\u0438 \u0441\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u044f.
-
-LP.accept.checkbox.text=\u042f &\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u0441\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u044f
-LP.error.cannot.get.logic=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043b\u043e\u0433\u0438\u043a\u0443 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<\u0442\u0435\u043a\u0441\u0442 \u043e\u0442\u0441\u0443\u0442\u0441\u0432\u0443\u0435\u0442>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443?
-EMP.cancel.dialog.title=\u041e\u0442\u043c\u0435\u043d\u0430
-EMP.error.failed.input.verify=\u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0432\u0445\u043e\u0434\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_ru.properties
deleted file mode 100644
index b8061e1..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_ru.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0438\u043a\u043e\u043d\u043a\u0443 \u0444\u0440\u0435\u0439\u043c\u0430 \u0438\u0437 URI {0}.
-SFC.error.failed.to.set.icon=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0437\u043d\u0430\u0447\u043e\u043a \u0444\u0440\u0435\u0439\u043c\u0430 Swing.
-SFC.error.failed.to.attach.error.handler=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u0434\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u0434\u0440\u0443\u0433\u043e\u0439 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a \u043e\u0448\u0438\u0431\u043e\u043a \u043a EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044e \u0437\u0430\u043a\u0440\u044b\u0442\u0438\u044f \u043c\u0430\u0441\u0442\u0435\u0440\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_ru.properties
deleted file mode 100644
index 4ab4525..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_ru.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438
-IDD.component.label=\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442
-IDD.status.label=\u0421\u0442\u0430\u0442\u0443\u0441
-
-ILD.loading.logfile=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043b\u043e\u0433-\u0444\u0430\u0439\u043b\u0430. \u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430...
-ILD.error.reading.log=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c \u043b\u043e\u0433-\u0444\u0430\u0439\u043b {0}.
-ILD.error.log.contents=\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043b\u043e\u0433 \u0444\u0430\u0439\u043b\u0430 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e.
-
diff --git a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_ru.properties b/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_ru.properties
deleted file mode 100644
index 36c40ee..0000000
--- a/l10n/src/ru/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_ru.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Name=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 \u0434\u0432\u0438\u0436\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0449\u0438\u043a\u0430 NetBeans
-
diff --git a/l10n/src/ru/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ru.properties b/l10n/src/ru/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ru.properties
deleted file mode 100644
index c9e7129..0000000
--- a/l10n/src/ru/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_ru.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u041c\u0435\u043d\u044e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f Apple
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 \u043c\u0435\u043d\u044e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f Apple
-
-OpenIDE-Module-Long-Description=\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u043c \u043f\u0443\u043d\u043a\u0442\u0430\u043c \u043c\u0435\u043d\u044e Apple \u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0430\u0435\u0442 \u0432 \u043d\u0435\u0433\u043e \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043c\u0435\u043d\u044e NetBeans -- \u0421\u0435\u0440\u0432\u0438\u0441 | \u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f Preferences, \u0421\u043f\u0440\u0430\u0432\u043a\u0430 | \u041e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435 \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f About, \u0424\u0430\u0439\u043b | \u0412\u044b\u0445\u043e\u0434 \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f Quit.
-
-MSG_MinimizeWindowAction=&\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u043e\u043a\u043d\u043e
-
diff --git a/l10n/src/ru/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ru.properties b/l10n/src/ru/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ru.properties
deleted file mode 100644
index 26f2ece..0000000
--- a/l10n/src/ru/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_ru.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u0432 {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c NBM-\u0444\u0430\u0439\u043b {0}
-InstallSupportImpl_TurnOnTimeout=\u043f\u0440\u0435\u0432\u044b\u0448\u0435\u043d\u043e \u0432\u0440\u0435\u043c\u044f \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 {0}
-InstallSupportImpl_NullSource=\u0423 \u043c\u043e\u0434\u0443\u043b\u044f "{0}" \u043d\u0443\u043b\u0435\u0432\u043e\u0439 \u0430\u0434\u0440\u0435\u0441 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430, \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u0430\u0442\u0440\u0438\u0431\u0443\u0442 "distribution" \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0430 \u0446\u0435\u043d\u0442\u0440\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0443\u0441\u0442\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u043e\u0439.\n\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 http://www.netbeans.org/issues/show_bug.cgi?id=153799.
-InstallSupportImpl_Download_Unavailable={0} \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d
-OperationSupportImpl_Custom_Uninstall=\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 {0}
-OperationSupportImpl_Custom_Install=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 {0}
-
-UpdateUnitFactory_Libraries_Category=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438
-UpdateUnitFactory_Bridges_Category=\u041c\u043e\u0441\u0442\u044b
-UpdateUnitFactory_Unsorted_Category=\u0411\u0435\u0437 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438
-UpdateElementImpl_Feature_CategoryName=\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>\u041c\u043e\u0434\u0443\u043b\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>\u041c\u043e\u0434\u0443\u043b\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>\u041c\u043e\u0434\u0443\u043b\u044c \u0435\u0449\u0451 \u043d\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>\u041c\u043e\u0434\u0443\u043b\u0438 \u0435\u0449\u0451 \u043d\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>\u041d\u043e\u0432\u044b\u0439 \u043c\u043e\u0434\u0443\u043b\u044c \u043f\u043b\u0430\u0433\u0438\u043d\u0430:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>\u041d\u043e\u0432\u044b\u0435 \u043c\u043e\u0434\u0443\u043b\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u0430:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/ru/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ru.properties b/l10n/src/ru/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ru.properties
deleted file mode 100644
index 0f29c28..0000000
--- a/l10n/src/ru/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_ru.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Long-Description=\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0435\u0439: \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0445 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u043c\u043e\u0434\u0443\u043b\u0435\u0439, \u043f\u043e\u0438\u0441\u043a \u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043d\u043e\u0432\u044b\u0445 \u043c\u043e\u0434\u0443\u043b\u0435\u0439 \u0438\u0437 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0445 \u0446\u0435\u043d\u0442\u0440\u043e\u0432 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439, \u0430 \u0442\u0430\u043a\u0436\u0435 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u043c\u043e\u0434\u0443\u043b\u044f\u043c\u0438.
-OpenIDE-Module-Name=\u0421\u0435\u0440\u0432\u0438\u0441\u044b \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f
-OpenIDE-Module-Short-Description=\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u043f\u043e\u0438\u0441\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u043c\u043e\u0434\u0443\u043b\u0435\u0439 \u0432 \u0446\u0435\u043d\u0442\u0440\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0438\u0445 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438
-
diff --git a/l10n/src/ru/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ru.properties b/l10n/src/ru/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ru.properties
deleted file mode 100644
index 37729ab..0000000
--- a/l10n/src/ru/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_ru.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=\u0426\u0435\u043d\u0442\u0440 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438
-ArtificialFeaturesProvider_Bridges_Category=\u041c\u043e\u0441\u0442\u044b
-ArtificialFeaturesProvider_Unsorted_Category=\u0411\u0435\u0437 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438
-ArtificialFeaturesProvider_Features_Category=\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438
-NetworkAccess_Timeout=\u041f\u0440\u0435\u0432\u044b\u0448\u0435\u043d\u043e \u0432\u0440\u0435\u043c\u044f \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u043f\u0440\u0438 \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u0438 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f \u043a {0}
-
diff --git a/l10n/src/ru/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ru.properties b/l10n/src/ru/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ru.properties
deleted file mode 100644
index 807908b..0000000
--- a/l10n/src/ru/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_ru.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=\u041f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0430 \u043a \u0440\u0430\u0441\u043f\u0430\u043a\u043e\u0432\u043a\u0435
-CTL_UnpackingFile=\u0420\u0430\u0441\u043f\u0430\u043a\u043e\u0432\u044b\u0432\u0430\u0435\u043c \u0444\u0430\u0439\u043b:
-CTL_DeletingFiles=\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u043e\u0432...
-CTL_DisablingFiles=\u0414\u0435\u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u044f \u0444\u0430\u0439\u043b\u043e\u0432...
-UpdaterFrame.jTextArea1.text=\u0412\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435.\n\n\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 ...
-UpdaterFrame.textLabel.text=\u041f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0430 \u043a \u0440\u0430\u0441\u043f\u0430\u043a\u043e\u0432\u043a\u0435
-UpdaterFrame.Form.title=\u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f
-UpdaterFrame.textLabel.fontName=\u0414\u0438\u0430\u043b\u043e\u0433
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/ru/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ru.properties b/l10n/src/ru/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ru.properties
deleted file mode 100644
index 1e9c4dc..0000000
--- a/l10n/src/ru/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_ru.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text=\u0415\u0449\u0451 {0}...
-Less_Command_Text=\u041c\u0435\u043d\u044c\u0448\u0435 \u043d\u0430 {0}...
-UnitTab_ReloadTime=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430: {0}
-UnitTab_ReloadTime_Never=\u043d\u0438\u043a\u043e\u0433\u0434\u0430
-UnitTab_LessAction=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043c\u0435\u043d\u044c\u0448\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432
-UnitTab_MoreAction=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432
-UnitTab_TooltipCheckBox_INSTALLED=\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043f\u043b\u0430\u0433\u0438\u043d {0}
-UnitTab_Tooltip_RefreshAction=\u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043a\u0430\u0442\u0430\u043b\u043e\u0433
-UnitTab_bTabAction_Name_INSTALLED=&\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-UnitTab_TooltipCheckBox_UPDATE=\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043f\u043b\u0430\u0433\u0438\u043d {0}
-UnitTab_bTabAction_Name_UPDATE=&\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c
-UnitTab_CheckAction=\u041e\u0442\u043c\u0435\u0442\u0438\u0442\u044c
-UnitTab_CheckCategoryAction=\u041e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e
-UnitTab_UncheckCategoryAction=\u0421\u043d\u044f\u0442\u044c \u043e\u0442\u043c\u0435\u0442\u043a\u0443 \u0441 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438
-UnitTab_CheckAllAction=\u041e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u0432\u0441\u0451
-UnitTab_UncheckAllAction=\u0421\u043d\u044f\u0442\u044c \u043e\u0442\u043c\u0435\u0442\u043a\u0443 \u0441\u043e \u0432\u0441\u0435\u0433\u043e
-UnitTab_ReloadAction=&\u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043a\u0430\u0442\u0430\u043b\u043e\u0433
-UnitTab_PrepareReloadAction=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u043a\u0430 \u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442\u0441\u044f
-UnitTab_RemoveLocallyDownloadedAction=&\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-UnitTab_ActivateAction=&\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c
-UnitTab_ActivateCategoryAction=\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e
-UnitTab_DeactivateAction=\u0412&\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c
-UnitTab_DeactivateCategoryAction=\u0412\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e
-AvailableTab_SourceCategory_Tooltip_STANDARD=\u0421\u0435\u0440\u0442\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043f\u043b\u0430\u0433\u0438\u043d
-AvailableTab_SourceCategory_Tooltip_BETA=\u0411\u0435\u0442\u0430-\u0432\u0435\u0440\u0441\u0438\u044f \u043f\u043b\u0430\u0433\u0438\u043d\u0430
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=\u041f\u043b\u0430\u0433\u0438\u043d \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u044b\u0439 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u043c
-InstallTab_Active_Tooltip=\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439
-InstallTab_InActive_Tooltip=\u041d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0439
-InstallTab_PendingForInstall_Tooltip=\u0427\u0442\u043e\u0431\u044b \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435
-InstallTab_PendingForDeactivate_Tooltip=\u0427\u0442\u043e\u0431\u044b \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435
-InstallTab_ReadOnly_Tooltip={0} \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f \u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u043c\u0435\u0447\u0435\u043d
-UnitTab_TooltipCheckBox_AVAILABLE=\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043f\u043b\u0430\u0433\u0438\u043d {0}
-UnitTab_bTabAction_Name_AVAILABLE=&\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
-UnitTab_TooltipCheckBox_LOCAL=\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043f\u043b\u0430\u0433\u0438\u043d {0}
-UnitTab_Tooltip_AddAction_LOCAL=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0435 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e \u043f\u043b\u0430\u0433\u0438\u043d\u044b
-UnitTab_Tooltip_RemoveAction_LOCAL=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043b\u0430\u0433\u0438\u043d \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430
-UnitTab_bTabAction_Name_LOCAL=&\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text=\u0412\u044b\u0431\u0440\u0430\u043d \u043f\u043b\u0430\u0433\u0438\u043d {0}
-UnitTab_lHowManySelected_Many_Text=\u0412\u044b\u0431\u0440\u0430\u043d\u043e {0} \u043f\u043b\u0430\u0433\u0438\u043d\u0430
-UnitTab_OperationName_Text_INSTALLED=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-UnitTab_OperationName_Text_UPDATE=\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c
-UnitTab_OperationName_Text_AVAILABLE=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
-UnitTab_OperationName_Text_LOCAL=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
-UnitTab_lWarning_Text=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0435 {0} \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f
-PluginManagerUI_UnitTab_Update_Title=\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f
-PluginManagerUI_UnitTab_Update_ToolTip=\u0423 \u0432\u0430\u0441 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f!
-PluginManagerUI_UnitTab_Available_ToolTip=\u041d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u043f\u043b\u0430\u0433\u0438\u043d\u0430. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043f\u0438\u0441\u043a\u0430 \u043d\u043e\u0432\u044b\u0445 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432.
-PluginManagerUI_UnitTab_Available_Title=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b
-PluginManagerUI_UnitTab_Installed_Title=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b
-PluginManagerUI_UnitTab_Local_Title=\u0417\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u044b
-UnitTab_bAddLocallyDownloads_Name=&\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043b\u0430\u0433\u0438\u043d\u044b...
-UnitTab_bAddLocallyDownloads_ACN=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043b\u0430\u0433\u0438\u043d\u044b
-UnitTab_bAddLocallyDownloads_ACD=\u041d\u0430\u0436\u0430\u0442\u0438\u0435 \u043d\u0430 \u043a\u043d\u043e\u043f\u043a\u0443 \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u043e\u0442\u043a\u0440\u043e\u0435\u0442 \u0434\u0438\u0430\u043b\u043e\u0433 \u0432\u044b\u0431\u043e\u0440\u0430 \u0444\u0430\u0439\u043b\u043e\u0432, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u0444\u0430\u0439\u043b\u044b \u043c\u043e\u0434\u0443\u043b\u0435\u0439, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
-NotificationAlreadyPreparedToIntsall=\u041f\u043b\u0430\u0433\u0438\u043d {0} \u0443\u0436\u0435 \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d \u043a \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044e/\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435.
-NotificationOneAlreadyInstalled=\u041f\u043b\u0430\u0433\u0438\u043d "{0}" \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d.
-NotificationMoreAlreadyInstalled=\u041f\u043b\u0430\u0433\u0438\u043d\u044b "{0}" \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b.
-NotificationAlreadyPresent=\u041f\u043b\u0430\u0433\u0438\u043d "{0}" \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d. \u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0435\u0433\u043e \u043d\u0430 "{1}"?
-NotificationAlreadyPresentTitle=\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043b\u0430\u0433\u0438\u043d
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u043b\u0430\u0433\u0438\u043d\u044b
-CTL_FileFilterDescription=\u0424\u0430\u0439\u043b\u044b \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432 (*.nbm)
-NetworkProblemPanel_taTitle_Text=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u0446\u0435\u043d\u0442\u0440\u0443 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439
-NetworkProblemPanel_taMessage_WarningText=\u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u043a\u0441\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0438\u043b\u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u043e\u0437\u0436\u0435. \u0421\u0435\u0440\u0432\u0435\u0440 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0432 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u0439 \u043c\u043e\u043c\u0435\u043d\u0442. \n\n \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435, \u0447\u0442\u043e \u0412\u0430\u0448 \u0431\u0440\u0430\u043d\u0434\u043c\u0430\u0443\u044d\u0440 \u043d\u0435 \u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0435\u0442 \u0441\u0435\u0442\u0435\u0432\u043e\u0439 \u0442\u0440\u0430\u0444\u0444\u0438\u043a.
-NetworkProblemPanel_taMessage_WarningTextWithReload=\u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u043a\u0441\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0438\u043b\u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u043e\u0437\u0436\u0435. \u0421\u0435\u0440\u0432\u0435\u0440 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0432 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u0439 \u043c\u043e\u043c\u0435\u043d\u0442. \n\n\u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435, \u0447\u0442\u043e \u0412\u0430\u0448 \u0431\u0440\u0430\u043d\u0434\u043c\u0430\u0443\u044d\u0440 \u043d\u0435 \u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0435\u0442 \u0441\u0435\u0442\u0435\u0432\u043e\u0439 \u0442\u0440\u0430\u0444\u0444\u0438\u043a. \n\n\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u0437\u0430\u043a\u0435\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u0443\u0441\u0442\u0430\u0440\u0435\u043b\u0438. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u0434\u043b\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e.
-NetworkProblemPanel_taMessage_ErrorText=\u041d\u0435 \u0432\u0441\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u0431\u044b\u043b\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u044b. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u0441\u0435\u0440\u0432\u0435\u0440 \u0441\u0435\u0439\u0447\u0430\u0441 \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442. \u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u043e\u0437\u0436\u0435.
-CTL_Warning=\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435
-CTL_Error=\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u0435\u0442\u0438
-CTL_ShowProxyOptions=&\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043f\u0440\u043e\u043a\u0441\u0438...
-ACSD_ShowProxyOptions=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-Utilities_NetworkProblem_Continue=&\u0415\u0449\u0451 \u0440\u0430\u0437
-Utilities_NetworkProblem_Skip=\u041f\u0440&\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c
-Utilities_NetworkProblem_Cancel=\u041e\u0442\u043c\u0435\u043d\u0430
-Utilities_NetworkProblem_Text=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a {0} \u0438\u0437-\u0437\u0430 {1}
-SettingsTable_ActiveColumn=\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439
-SettingsTable_NameColumn=\u0418\u043c\u044f
-SettingsTable_URLColumn=\u0410\u0434\u0440\u0435\u0441
-SettingsTab_displayName=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
-SettingsTab.bProxy.text=&\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u043a\u0441\u0438
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0446\u0435\u043d\u0442\u0440\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439
-UpdateUnitProviderPanel.lName.text=&\u0418\u043c\u044f\:
-UpdateUnitProviderPanel.lURL.text=&\u0410\u0434\u0440\u0435\u0441\:
-UpdateUnitProviderPanel.cbActive.text=\u0410&\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f
-Utilities_Libraries_Category=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438
-Utilities_Bridges_Category=\u041c\u043e\u0441\u0442\u044b
-Utilities_Unsorted_Category=\u0411\u0435\u0437 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438
-SettingsTab.bRemove.message=\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0446\u0435\u043d\u0442\u0440 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=\u0418\u043c\u044f
-UpdateUnitProviderPanel.lURL.adesc=\u0410\u0434\u0440\u0435\u0441
-UpdateUnitProviderPanel.cbActive.adesc=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f
-UpdateUnitProviderPanel.error.name.short=\u0418\u043c\u044f \u0446\u0435\u043d\u0442\u0440\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u043d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u043e
-UpdateUnitProviderPanel.error.url.short=\u0410\u0434\u0440\u0435\u0441 \u0446\u0435\u043d\u0442\u0440\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u043d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d
-UpdateUnitProviderPanel.error.name.dup=\u0426\u0435\u043d\u0442\u0440 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u0441 \u0442\u0430\u043a\u0438\u043c \u0438\u043c\u0435\u043d\u0435\u043c \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
-UpdateUnitProviderPanel.error.url.invalid=\u0410\u0434\u0440\u0435\u0441 \u0446\u0435\u043d\u0442\u0440\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u0443\u043a\u0430\u0437\u0430\u043d \u043d\u0435\u0432\u0435\u0440\u043d\u043e
-UnitTab_bClose_Text=&\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-Utilities_CheckingForUpdates=\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439...
-UnitTab_InitAndCheckingForUpdates=\u0418\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u0441\u043f\u0438\u0441\u043a\u0430 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432... 
-InstalledTableModel_State_Enabled=\u0412\u043a\u043b\u044e\u0447\u0451\u043d
-InstalledTableModel_State_Disabled=\u0412\u044b\u043a\u043b\u044e\u0447\u0435\u043d
-AvailableTableModel_Columns_Install=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
-AvailableTableModel_Columns_Name=\u0418\u043c\u044f
-AvailableTableModel_Source_Category=\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a
-AvailableTableModel_Columns_Category=\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f
-InstalledTableModel_Columns_Uninstall=\u0412\u044b\u0431\u043e\u0440
-InstalledTableModel_Columns_Name=\u0418\u043c\u044f
-InstalledTableModel_Columns_Installed=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b
-InstalledTableModel_Columns_Category=\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f
-InstalledTableModel_Columns_Enabled=\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439
-LocallyDownloadedTableModel_Columns_Install=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
-LocallyDownloadedTableModel_Columns_Name=\u0418\u043c\u044f
-LocallyDownloadedTableModel_Columns_Version=\u0412\u0435\u0440\u0441\u0438\u044f
-LocallyDownloadedTableModel_Columns_Size=\u0420\u0430\u0437\u043c\u0435\u0440
-UpdateTableModel_Columns_Update=\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c
-UpdateTableModel_Columns_Name=\u0418\u043c\u044f
-UpdateTableModel_Columns_Installed=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b
-UpdateTableModel_Columns_Available=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u044b
-UpdateTableModel_Columns_Size=\u0420\u0430\u0437\u043c\u0435\u0440
-UpdateTableModel_Columns_Category=\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f
-SettingsTab_NewProviderName=\u041d\u043e\u0432\u044b\u0439 \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435:
-SettingsTab_UpdateUnitProvider_URL=\u0410\u0434\u0440\u0435\u0441:
-Utilities_DownloadSize_GB=\u0413\u0411
-Utilities_DownloadSize_MB=\u041c\u0411
-Utilities_DownloadSize_kB=\u041a\u0411
-Utilities_DownloadSize_B=\u0411
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=\u0412\u0435\u0440\u0441\u0438\u044f: 
-UnitDetails_Plugin_InstalledVersion=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f:
-UnitDetails_Plugin_AvailableVersion=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f:
-UnitDetails_Plugin_Author=\u0410\u0432\u0442\u043e\u0440: 
-UnitDetails_Plugin_Date=\u0414\u0430\u0442\u0430: 
-UnitDetails_Plugin_Source=\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a: 
-UnitDetails_Plugin_CodeName=\u041a\u043e\u0434\u043e\u0432\u043e\u0435 \u0438\u043c\u044f: 
-UnitDetails_Plugin_Homepage=\u0414\u043e\u043c\u0430\u0448\u043d\u044f\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430: 
-UnitDetails_Plugin_Notification=\u0412\u0430\u0436\u043d\u0430\u044f \u0437\u0430\u043c\u0435\u0442\u043a\u0430
-UnitDetails_Plugin_Description=\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u0430
-UnitDetails_Plugin_Collecting_Dependencies=\u0421\u0431\u043e\u0440 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0435\u0439...
-UnitDetails_New_Internal_Update_Mark=\u043d\u043e\u0432\u044b\u0439!
-lSearch1.text=&\u041f\u043e\u0438\u0441\u043a\:
-SettingsTab.lCheckPeriod.text=&\u0418\u043d\u0442\u0435\u0440\u0432\u0430\u043b \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438\:
-SettingsTab.lGeneral.text=\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435
-SettingsTab.addButton.text=\u0421\u043e\u0437\u0434\u0430&\u0442\u044c
-SettingsTab.RemoveButton.text=&\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-SettingsTab.EditButton.text=\u041f\u0440&\u0430\u0432\u043a\u0430
-SettingsTab.AddButton.text=\u0414\u043e\u0431&\u0430\u0432\u0438\u0442\u044c
-SettingsTab.lUpdateCenters.text=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0441\u0435\u0440&\u0432\u0435\u0440\u043e\u0432 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439\:
-SettingsTab.lConnection.text=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f
-CTL_Update_every_startup=\u041f\u0440\u0438 \u043a\u0430\u0436\u0434\u043e\u043c \u0437\u0430\u043f\u0443\u0441\u043a\u0435
-CTL_Update_every_day=\u041a\u0430\u0436\u0434\u044b\u0439 \u0434\u0435\u043d\u044c
-CTL_Update_every_week=\u041a\u0430\u0436\u0434\u0443\u044e \u043d\u0435\u0434\u0435\u043b\u044e
-CTL_Update_every_2weeks=\u041a\u0430\u0436\u0434\u044b\u0435 \u0434\u0432\u0435 \u043d\u0435\u0434\u0435\u043b\u0438
-CTL_Update_every_month=\u041a\u0430\u0436\u0434\u044b\u0439 \u043c\u0435\u0441\u044f\u0446
-CTL_Update_never=\u041d\u0438\u043a\u043e\u0433\u0434\u0430
-CTL_Update_custom=\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044f
-SettingsTab.cbSharedInstall.text=&\u0412\u0441\u0435\u0433\u0434\u0430 \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0442\u044c \u0432 \u043e\u0431\u0449\u0438\u0435 \u043f\u0430\u043f\u043a\u0438
-SettingsTab.cbSharedInstall.ReadOnlyTitle=\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u0437\u0430\u043f\u0438\u0441\u044c
-SettingsTab.cbSharedInstall.ReadOnlyMessage=\u0423 \u0432\u0430\u0441 \u043d\u0435 \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043f\u0440\u0430\u0432 \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u0430(\u043e\u0432) \u0432 \u043e\u0431\u0449\u0443\u044e \u043f\u0430\u043f\u043a\u0443:\n{0}\n\u0427\u0442\u043e\u0431\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u0432 \u043e\u0431\u0449\u0443\u044e \u043f\u0430\u043f\u043a\u0443, \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0430, \u043e\u0431\u043b\u0430\u0434\u0430\u044e\u0449\u0435\u0433\u043e \u043f\u0440\u0430\u0432\u0430\u043c\u0438 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0430.
-SettingsTab.cbSharedInstall.NoSharedTitle=\u041f\u0430\u043f\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442
-SettingsTab.cbSharedInstall.NoSharedMessage=\u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u043e\u0431\u0449\u0435\u0439 \u043f\u0430\u043f\u043a\u0438.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c NBM {0} \u0438\u0437-\u0437\u0430 {1}
-PluginManagerUI.bHelp.text=\u0421\u043f&\u0440\u0430\u0432\u043a\u0430
-ACN_UnitTable=\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432
-ACD_UnitTable=\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432
-ACN_UpdateCentersTable=\u0421\u043f\u0438\u0441\u043e\u043a \u0446\u0435\u043d\u0442\u0440\u043e\u0432 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f
-ACD_UpdateCentersTable=\u0421\u043f\u0438\u0441\u043e\u043a \u0446\u0435\u043d\u0442\u0440\u043e\u0432 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u043b\u0438 \u0432\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0446\u0435\u043d\u0442\u0440 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f
-ACN_DetailsPanel=\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043f\u043b\u0430\u0433\u0438\u043d\u0435
-ACN_DetailsPanel_Button=\u0412\u044b\u0437\u0432\u0430\u0442\u044c \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 {0}
-ACN_UnitDetails=\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e \u043f\u043b\u0430\u0433\u0438\u043d\u0435
-ACD_Reload=\u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043a\u0430\u0442\u0430\u043b\u043e\u0433
-ACD_Search=\u041f\u043e\u0438\u0441\u043a \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432
-ACN_Tabs=\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043c\u0435\u0436\u0434\u0443 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f\u043c\u0438, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u043c\u0438, \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0438 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u043c\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u0430\u043c\u0438
-ACD_Tabs=\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043c\u0435\u0436\u0434\u0443 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f\u043c\u0438, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u043c\u0438, \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c\u0438 \u0438 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u043c\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u0430\u043c\u0438
-ACN_PluginManagerUI=\u041c\u0435\u043d\u0435\u0434\u0436\u0435\u0440 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432
-ACD_PluginManagerUI=\u041c\u0435\u043d\u0435\u0434\u0436\u0435\u0440 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c, \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0438\u043b\u0438 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u043b\u0430\u0433\u0438\u043d\u044b
-ACN_Reload=\u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043a\u0430\u0442\u0430\u043b\u043e\u0433
-ACN_UpdateCenterCustomizer=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0446\u0435\u043d\u0442\u0440\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439
-ACD_UpdateCenterCustomizer=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0446\u0435\u043d\u0442\u0440\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u043c\u044f \u0438 \u0430\u0434\u0440\u0435\u0441 \u0446\u0435\u043d\u0442\u0440\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439
-NetworkProblemPanel_ACD=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-NetworkProblemPanel_taMessage=\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0435 \u0441\u0435\u0442\u0438
-NetworkProblemPanel_taTitle_ACN=\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u0435\u0442\u0438
-UnitTab.detailView.text=\u041f\u043e\u0434&\u0440\u043e\u0431\u043d\u0435\u0435
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(\u0412\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0438\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f)
-Unit_InternalUpdates_Title=\u0412\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0438\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f
-
diff --git a/l10n/src/ru/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ru.properties b/l10n/src/ru/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ru.properties
deleted file mode 100644
index 68159ee..0000000
--- a/l10n/src/ru/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_ru.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c &\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f
-PluginManagerAction_Name=&\u041f\u043b\u0430\u0433\u0438\u043d\u044b
-PluginManager_Panel_Name=\u041f\u043b\u0430\u0433\u0438\u043d\u044b
-PluginManager_CloseButton_Name=&\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-AutoupdateCheckScheduler_UpdatesFound_ToolTip=\u041d\u0430\u0439\u0434\u0435\u043d\u043e {0} \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439(\u0435).
-AutoupdateCheckScheduler_UpdateFound_ToolTip=\u041d\u0430\u0439\u0434\u0435\u043d\u043e {0} \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435.
-AutoupdateCheckScheduler_UpdateFound_Hint=\u041d\u0430\u0436\u043c\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0432\u0430\u0448\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.
-AutoupdateCheckScheduler_InstallInProgress=\u0412\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f \u0434\u0440\u0443\u0433\u0430\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438, \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430...
-
diff --git a/l10n/src/ru/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ru.properties b/l10n/src/ru/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ru.properties
deleted file mode 100644
index 9fb420e..0000000
--- a/l10n/src/ru/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_ru.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Long-Description=\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u0446\u0435\u043d\u0442\u0440\u043e\u0432 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f, \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u043c\u043e\u0434\u0443\u043b\u0438 \u0438\u043b\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0438 \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0442\u044c \u0438\u0445 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438.
-OpenIDE-Module-Name=\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f
-OpenIDE-Module-Short-Description=\u041f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0441\u0435\u0440\u0432\u0438\u0441\u0443 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f
-
diff --git a/l10n/src/ru/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ru.properties b/l10n/src/ru/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ru.properties
deleted file mode 100644
index 91582cd..0000000
--- a/l10n/src/ru/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_ru.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c \u0432 \u043c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432
-OperationDescriptionStep_Header_Content=\u041c\u0430\u0441\u0442\u0435\u0440 \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442, \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442, \u0430 \u0437\u0430\u0442\u0435\u043c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b.
-OperationDescriptionStep_TableInstall_Title=\u0411\u0443\u0434\u0443\u0442 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b:
-OperationDescriptionStep_TableUpdate_Title=\u0411\u0443\u0434\u0443\u0442 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b:
-OperationDescriptionStep_PluginBrokesJavaDependency=\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430 Java \u0432\u0435\u0440\u0441\u0438\u0438 {0}, \u043e\u0434\u043d\u0430\u043a\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043b\u0438\u0448\u044c \u0432\u0435\u0440\u0441\u0438\u044f {1}.
-OperationDescriptionStep_HeaderUninstall_Head=\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c \u0432 \u043c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432
-OperationDescriptionStep_HeaderUninstall_Content=\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u0431\u0443\u0434\u0443\u0442 \u0443\u0434\u0430\u043b\u0435\u043d\u044b. \u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u0431\u0443\u0434\u0443\u0442 \u0443\u0434\u0430\u043b\u0435\u043d\u044b \u0441 \u0436\u0435\u0441\u0442\u043a\u043e\u0433\u043e \u0434\u0438\u0441\u043a\u0430.
-OperationDescriptionStep_TableUninstall_Title=\u0411\u0443\u0434\u0443\u0442 \u0443\u0434\u0430\u043b\u0435\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b:
-OperationDescriptionStep_HeaderActivate_Head=\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c \u0432 \u043c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432
-OperationDescriptionStep_HeaderActivate_Content=\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u0431\u0443\u0434\u0443\u0442 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b.
-OperationDescriptionStepActivate_Table_Title=\u0411\u0443\u0434\u0443\u0442 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b:
-OperationDescriptionStep_HeaderDeativate_Head=\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c \u0432 \u043c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432
-OperationDescriptionStep_HeaderDeativate_Content=\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u044b.
-OperationDescriptionStep_TableDeativate_Title=\u0411\u0443\u0434\u0443\u0442 \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b:
-PanelBodyContainer_PleaseWait=\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u043c\u0430\u0441\u0442\u0435\u0440 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0442 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432.
-DependenciesResolutionStep_Table_Title=\u041f\u043b\u0430\u0433\u0438\u043d\u044b, \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0432\u0430\u043c\u0438 \u0434\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442 \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0445 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432. \u042d\u0442\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u0442\u0430\u043a\u0436\u0435 \u0431\u0443\u0434\u0443\u0442 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b:
-UninstallDependenciesResolutionStep_Table_Title=\u0424\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u043e\u0442\u043a\u043b\u044e\u0447\u0430\u0435\u0442\u0435, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u0430\u043c\u0438. \u042d\u0442\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u0442\u0430\u043a\u0436\u0435 \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u044b:
-LicenseApprovalPanel_taTitle_Text=\u0414\u043b\u044f \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u043e\u0433\u043b\u0430\u0441\u0438\u0442\u044c\u0441\u044f \u0441 \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u043e\u043d\u043d\u044b\u043c\u0438 \u0441\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u044f\u043c\u0438 \u0432\u0441\u0435\u0445 \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u043c\u044b\u0445 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432.\n\n
-LicenseApprovalPanel_tpLicense_Head=\u041b\u0438\u0446\u0435\u043d\u0437\u0438\u043e\u043d\u043d\u043e\u0435 \u0441\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435 {0}
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=\u041b\u0438\u0446\u0435\u043d\u0437\u0438\u043e\u043d\u043d\u043e\u0435 \u0441\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435
-LicenseApprovalPanel_Header_Content=\u0412\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0439\u0442\u0435 \u043d\u0438\u0436\u0435\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043b\u0435\u0446\u0435\u043d\u0437\u0438\u043e\u043d\u043d\u044b\u0435 \u0441\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u044f.
-InstallUnitWizard_Title=\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432
-InstallStep_Header_Download_Head=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430
-InstallStep_Header_Download_Content=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u044e\u0442\u0441\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b.
-InstallStep_Header_Verify_Head=\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430
-InstallStep_Header_Verify_Content=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u044e\u0442\u0441\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b.
-InstallStep_Header_Install_Head=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
-InstallStep_Header_Install_Content=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b.
-InstallStep_Header_InstallDone_Head=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430
-InstallStep_Header_InstallDone_Content=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0434\u043b\u044f \u0432\u044b\u0445\u043e\u0434\u0430 \u0438\u0437 \u043c\u0430\u0441\u0442\u0435\u0440\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.
-InstallStep_Header_InstallUnsuccessful_Head=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u0430\u0441\u044c \u043d\u0435\u0443\u0434\u0430\u0447\u043d\u043e
-InstallStep_Header_InstallUnsuccessful_Content=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0434\u043b\u044f \u0442\u043e\u0433\u043e \u0447\u0442\u043e\u0431\u044b \u0432\u044b\u0439\u0442\u0438 \u0438\u0437 \u043c\u0430\u0441\u0442\u0435\u0440\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0438 \u043f\u043e\u043f\u044b\u0442\u0430\u0442\u044c\u0441\u044f \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.
-InstallStep_Header_Restart_Head=\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438
-InstallStep_Header_Restart_Content=\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432.
-UninstallStep_Header_Restart_Head=\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f
-UninstallStep_Header_Restart_Content=\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432.
-CustomHandleStep_Header_Install_Restart_Head=\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438
-CustomHandleStep_Header_Install_Restart_Content=\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432.
-CustomHandleStep_Header_Uninstall_Restart_Head=\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f
-CustomHandleStep_Header_Uninstall_Restart_Content=\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432.
-
-InstallStep_Done=\u0413\u043e\u0442\u043e\u0432\u043e.
-InstallStep_Unsuccessful=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430, \u043d\u043e \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0430 \u043e\u0448\u0438\u0431\u043a\u0430: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c &\u0441\u0435\u0439\u0447\u0430\u0441
-InstallUnitWizardModel_Buttons_RestartLater=\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c &\u043f\u043e\u0437\u0436\u0435
-InstallUnitWizardModel_Buttons_Install=&\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
-InstallUnitWizardModel_Buttons_Update=&\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c
-InstallUnitWizardModel_Buttons_Close=&\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c
-InstallUnitWizardModel_Buttons_Next=\u0414\u0430\u043b\u0435\u0435
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-UninstallUnitWizardModel_Buttons_TurnOn=&\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c
-UninstallUnitWizardModel_Buttons_TurnOff=\u0412&\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u044c
-InstallStep_InstallDone_Text=\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b:
-InstallStep_InstallUnsuccessful_Text=\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u043b \u043e\u0448\u0438\u0431\u043a\u0443 {0} \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432:
-UninstallStep_UninstallDone_Text=\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u043b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b:
-UninstallStep_ActivateDone_Text=\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u043a\u043b\u044e\u0447\u0438\u043b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b:
-UninstallStep_DeactivateDone_Text=\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044b\u043a\u043b\u044e\u0447\u0438\u043b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b:
-UninstallStep_UninstallFailed_Text=\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e \u043d\u0435\u0443\u0434\u0430\u0447\u043d\u043e: {0}
-UninstallStep_ActivateFailed_Text=\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e \u043d\u0435\u0443\u0434\u0430\u0447\u043d\u043e: {0}
-UninstallStep_DeactivateFailed_Text=\u0412\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e \u043d\u0435\u0443\u0434\u0430\u0447\u043d\u043e: {0}
-UninstallStep_Done=\u0413\u043e\u0442\u043e\u0432\u043e.
-UninstallStep_Failed=\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e \u043d\u0435\u0443\u0434\u0430\u0447\u043d\u043e. {0}
-UninstallStep_Header_Uninstall_Head=\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435
-UninstallStep_Header_Uninstall_Content=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u0443\u0434\u0430\u043b\u044f\u044e\u0442\u0441\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b.
-UninstallStep_Header_Deactivate_Head=\u0412\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435
-UninstallStep_Header_Deactivate_Content=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u0432\u044b\u043a\u043b\u044e\u0447\u0430\u044e\u0442\u0441\u044f \u0432\u0441\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b.
-UninstallStep_Header_Activate_Head=\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435
-UninstallStep_Header_Activate_Content=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0442\u0441\u044f \u0432\u0441\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b.
-UninstallStep_Header_UninstallDone_Head=\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e
-UninstallStep_Header_UninstallDone_Content=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0434\u043b\u044f \u0432\u044b\u0445\u043e\u0434\u0430 \u0438\u0437 \u043c\u0430\u0441\u0442\u0435\u0440\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432.
-UninstallStep_Header_DeactivateDone_Head=\u0412\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e
-UninstallStep_Header_DeactivateDone_Content=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0434\u043b\u044f \u0432\u044b\u0445\u043e\u0434\u0430 \u0438\u0437 \u043c\u0430\u0441\u0442\u0435\u0440\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432.
-UninstallStep_Header_ActivateDone_Head=\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e
-UninstallStep_Header_ActivateDone_Content=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0434\u043b\u044f \u0432\u044b\u0445\u043e\u0434\u0430 \u0438\u0437 \u043c\u0430\u0441\u0442\u0435\u0440\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432.
-UninstallStep_Header_UninstallFailed_Head=\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e \u043d\u0435\u0443\u0434\u0430\u0447\u043d\u043e
-UninstallStep_Header_UninstallFailed_Content=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0434\u043b\u044f \u0432\u044b\u0445\u043e\u0434\u0430 \u0438\u0437 \u043c\u0430\u0441\u0442\u0435\u0440\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432.
-UninstallStep_Header_DeactivateFailed_Head=\u0412\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e \u043d\u0435\u0443\u0434\u0430\u0447\u043d\u043e
-UninstallStep_Header_DeactivateFailed_Content=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0434\u043b\u044f \u0432\u044b\u0445\u043e\u0434\u0430 \u0438\u0437 \u043c\u0430\u0441\u0442\u0435\u0440\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432.
-UninstallStep_Header_ActivateFailed_Head=\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e \u043d\u0435\u0443\u0434\u0430\u0447\u043d\u043e
-UninstallStep_Header_ActivateFailed_Content=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0434\u043b\u044f \u0432\u044b\u0445\u043e\u0434\u0430 \u0438\u0437 \u043c\u0430\u0441\u0442\u0435\u0440\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432.
-UninstallStep_ProgressName_Uninstall=\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432
-UninstallStep_ProgressName_Activate=\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432
-UninstallStep_ProgressName_Deactivate=\u0412\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432
-ValidationWarningPanel_ShowCertificateButton=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c &\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u043e\u0432\u0435\u0440\u043a\u0438
-ValidationWarningPanel_VerifyCertificate_Title=\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442
-ValidationWarningPanel_ContinueButton=\u041f\u0440\u043e\u0434\u043e\u043b&\u0436\u0438\u0442\u044c
-ValidationWarningPanel_taHead_NotSignedText=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u043d\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u044b\:
-ValidationWarningPanel_taHead_NotTrustedText=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u044b \u043d\u043e \u043d\u0435 \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u044b\:
-ValidationWarningPanel_taWarning_Text=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043d\u0435\u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0445 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432 \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043e\u043f\u0430\u0441\u043d\u0430. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043d\u0435\u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u043d\u044b\u0435 \u0438\u043b\u0438 \u043d\u0435\u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0435 \u043c\u043e\u0434\u0443\u043b\u0438 \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 \u0441\u0432\u043e\u0439 \u0441\u0442\u0440\u0430\u0445 \u0438 \u0440\u0438\u0441\u043a.
-OperationDescriptionStep_CustomHandled_Head={0} \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u0443\u044e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0443 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438:
-InstallStep_Download_DownloadingPlugins=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432...
-InstallStep_Validate_ValidatingPlugins=\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432...
-InstallStep_Install_InstallingPlugins=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u043d\u0435 \u0431\u044b\u043b\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b, \u0447\u0442\u043e\u0431\u044b \u0438\u0437\u0431\u0435\u0436\u0430\u0442\u044c \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u043e\u0448\u0438\u0431\u043e\u043a \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.
-CustomHandleStep_Header_Install_Head=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
-CustomHandleStep_Header_Install_Content=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b.
-CustomHandleStep_Header_Uninstall_Head=\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435
-CustomHandleStep_Header_Uninstall_Content=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u0443\u0434\u0430\u043b\u044f\u044e\u0442\u0441\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b.
-CustomHandleStep_Header_InstallDone_Head=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430
-CustomHandleStep_Header_InstallDone_Content=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0414\u0430\u043b\u0435\u0435 \u0434\u043b\u044f \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043e\u0441\u0442\u0430\u0432\u0448\u0438\u0445\u0441\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432.
-CustomHandleStep_Header_UninstallDone_Head=\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e
-CustomHandleStep_Header_UninstallDone_Content=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0414\u0430\u043b\u0435\u0435 \u0434\u043b\u044f \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u0438\u044f \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u043e\u0441\u0442\u0430\u0432\u0448\u0438\u0445\u0441\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432.
-CustomHandleStep_Header_InstallFail_Head=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430 \u043d\u0435\u0443\u0434\u0430\u0447\u043d\u043e.
-CustomHandleStep_Header_InstallFail_Content=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u041e\u0442\u043c\u0435\u043d\u0430 \u0434\u043b\u044f \u0432\u044b\u0445\u043e\u0434\u0430 \u0438\u0437 \u043c\u0430\u0441\u0442\u0435\u0440\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432.
-CustomHandleStep_Header_UninstallFail_Head=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430 \u043d\u0435\u0443\u0434\u0430\u0447\u043d\u043e
-CustomHandleStep_Header_UninstallFail_Content=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u041e\u0442\u043c\u0435\u043d\u0430 \u0434\u043b\u044f \u0432\u044b\u0445\u043e\u0434\u0430 \u0438\u0437 \u043c\u0430\u0441\u0442\u0435\u0440\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432.
-CustomHandleStep_Install_InstallingPlugins=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0438\u0445 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438...
-CustomHandleStep_Uninstall_UninstallingPlugins=\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0438\u0445 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438...
-CustomHandleStep_Done=\u0413\u043e\u0442\u043e\u0432\u043e.
-CustomHandleStep_InstallDone_Text=\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b \u0441\u0432\u043e\u044e \u0440\u0430\u0431\u043e\u0442\u0443.
-CustomHandleStep_InstallFail_Text=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 {0} \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u0430\u0441\u044c \u043d\u0435\u0443\u0434\u0430\u0447\u043d\u043e.
-CustomHandleStep_UninstallDone_Text=\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432.
-CustomHandleStep_UninstallFail_Text=\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 {0} \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u043e\u0441\u044c \u043d\u0435\u0443\u0434\u0430\u0447\u043d\u043e.
-InstallStep_NetworkProblem_Continue=&\u0415\u0449\u0451 \u0440\u0430\u0437
-InstallStep_NetworkProblem_Text=\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u0435\u0442\u0438 \u0432 {0}
-OperationPanel.cbRunInBackground.text=&\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0432 \u0444\u043e\u043d\u043e\u0432\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435
-InstallSupport_InBackground_NetworkError=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u0446\u0435\u043d\u0442\u0440\u0443 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439.
-InstallSupport_InBackground_NetworkError_Details=\u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435
-LicenseApprovalPanel.cbAccept.text=\u042f &\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u0432\u0441\u0435\u0445 \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0439.
-InstallSupport_RestartNeeded=\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.
-UninstallSupport_RestartNeeded=\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f.
-CustomHandleStep_Install_RestartNeeded=\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438.
-CustomHandleStep_Uninstall_RestartNeeded=\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f.
-
-RestartNeeded_Details=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0434\u043b\u044f \u043d\u0435\u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 NetBeans
-PanelBodyContainer_ACD=\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 NetBeans
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-LicenseApprovalPanel_taLicenses_ACD=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-LicenseApprovalPanel_cbAccept_ACN=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ValidationWarningPanel_tpPlugins_ACN=\u041d\u0435\u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b
-ValidationWarningPanel_taWarning_Text_ACD=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043d\u0435\u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0445 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432 \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043e\u043f\u0430\u0441\u043d\u0430. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043d\u0435\u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u043d\u044b\u0435 \u0438\u043b\u0438 \u043d\u0435\u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0435 \u043c\u043e\u0434\u0443\u043b\u0438 \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 \u0441\u0432\u043e\u0439 \u0441\u0442\u0440\u0430\u0445 \u0438 \u0440\u0438\u0441\u043a.
-ValidationWarningPanel_taWarning_Text_ACN=\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435
-ValidationWarningPanel_taHead_ACN=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ValidationWarningPanel_ACD=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-UninstallUnitWizard_Title=\u041c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>\u0423 \u0432\u0430\u0441 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0432\u0435\u0440\u0441\u0438\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f!</h3>
-LazyOperationDescriptionStep_NoUpdates=\u041d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u0430\u0441\u044c \u0441 \u043e\u0448\u0438\u0431\u043a\u043e\u0439.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=\u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0441\u0435\u0442\u0435\u0432\u043e\u0435 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u043a\u0441\u0438<br>\u0443\u043a\u0430\u0437\u0430\u043d\u044b \u0432\u0435\u0440\u043d\u043e, \u0438\u043b\u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0441\u043d\u043e\u0432\u0430 \u043f\u043e\u0437\u0436\u0435.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439...</b><br>\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 \u043f\u043e\u043a\u0430 \u043c\u0430\u0441\u0442\u0435\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442 \u043d\u0430\u043b\u0438\u0447\u0438\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=\u0418\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u0441\u043f\u0438\u0441\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c \u043f\u043b\u0430\u0433\u0438\u043d\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0447\u0442\u043e\u0431\u044b \u0431\u044b\u043b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u043f\u043b\u0430\u0433\u0438\u043d {0}.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u0436\u0434\u0443\u0442 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u043e\u0448\u0438\u0431\u043e\u043a:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c \u043f\u043b\u0430\u0433\u0438\u043d\u0430\u043c \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c \u043f\u043b\u0430\u0433\u0438\u043d\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430 Java \u0432\u0435\u0440\u0441\u0438\u0438 {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c \u043f\u043b\u0430\u0433\u0438\u043d\u0430\u043c \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f JDK</h3>\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c \u0438\u0437 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432 \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f JDK. \u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 NetBeans, \u043f\u043e\u0445\u043e\u0436\u0435, \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f \u043d\u0430 JRE \u0432\u043c\u0435\u0441\u0442\u043e \u043f\u043e\u043b\u043d\u043e\u0433\u043e JDK.<br><br>\u0414\u043b\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432 \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0443\u044e \u0441\u0440\u0435\u0434\u0443 \u0441 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u043c \u043a\u043e\u043c\u043c\u0430\u043d\u0434\u043d\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438 <code>--jdkhome</code>, \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0449\u0438\u043c \u043c\u0435\u0441\u0442\u043e, \u0433\u0434\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d JDK. \u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a>.<br><br>
-OperationDescriptionStep_BrokenModuleDep=\u0422\u0430\u043a\u0436\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043b\u0430\u0433\u0438\u043d {0}.
-OperationDescriptionStep_BrokenModuleNameDep=\u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0439 \u043f\u043b\u0430\u0433\u0438\u043d {0}.
-OperationDescriptionStep_BrokenModuleVersionDep=\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043f\u043b\u0430\u0433\u0438\u043d {0} \u0432\u0435\u0440\u0441\u0438\u0438 >= {1}, \u043d\u043e \u0431\u044b\u043b \u043d\u0430\u0439\u0434\u0435\u043d\u0430 \u0432\u0435\u0440\u0441\u0438\u044f {2}.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043f\u043b\u0430\u0433\u0438\u043d {0} \u0432\u0435\u0440\u0441\u0438\u0438 >= {1} (\u0432\u0435\u0440\u0441\u0438\u044f \u0432\u044b\u043f\u0443\u0441\u043a\u0430 {2}), \u043d\u043e \u0431\u044b\u043b \u043d\u0430\u0439\u0434\u0435\u043d \u043f\u043b\u0430\u0433\u0438\u043d \u0432\u0435\u0440\u0441\u0438\u0438 {3} (\u0441 \u0432\u0435\u0440\u0441\u0438\u0435\u0439 \u0432\u044b\u043f\u0443\u0441\u043a\u0430 \u043e\u0442\u043b\u0438\u0447\u043d\u043e\u0439 \u043e\u0442 {2}).
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043f\u043b\u0430\u0433\u0438\u043d {0} \u0432\u0435\u0440\u0441\u0438\u0438 {1}.
-OperationDescriptionStep_BrokenModuleImplDep=\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043f\u043b\u0430\u0433\u0438\u043d {0} \u0441 \u0432\u0435\u0440\u0441\u0438\u0435\u0439 \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 {1}.
-OperationDescriptionStep_BrokenRequiresDep=\u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d \u043d\u0438 \u043e\u0434\u0438\u043d \u043f\u043b\u0430\u0433\u0438\u043d \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0449\u0438\u0439 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c {0}.
-OperationDescriptionStep_AffectedPluginByBrokenDep=\u0417\u0430\u0442\u0440\u043e\u043d\u0443\u0442\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=\u0417\u0430\u0442\u0440\u043e\u043d\u0443\u0442 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u043f\u043b\u0430\u0433\u0438\u043d:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=\u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u044b \u043e\u0448\u0438\u0431\u043a\u0438 \u043f\u0440\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438 {0}.\n\u041f\u0440\u0438\u0447\u0438\u043d\u0430: {1}
-InstallStep_DownloadProblem_SomePlugins=\u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b
-
diff --git a/l10n/src/ru/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ru.properties b/l10n/src/ru/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ru.properties
deleted file mode 100644
index effefb9..0000000
--- a/l10n/src/ru/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_ru.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430 \u0434\u043b\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 (RCP)
-OpenIDE-Module-Name=\u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430 \u0434\u043b\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 (RCP)
-OpenIDE-Module-Short-Description=NetBeans \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430 \u0434\u043b\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 (RCP)
-OpenIDE-Module-Long-Description=NetBeans \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430 \u0434\u043b\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u0438\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 (RCP) \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043e\u0431\u0449\u0435\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u043e\u0439 \u0434\u043b\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 Swing. \u041e\u043d\u0430 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0441\u0435\u0440\u0432\u0438\u0441\u044b, \u043e\u0431\u0449\u0438\u0435 \u0434\u043b\u044f \u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u0430 \u043a\u0440\u0443\u043f\u043d\u044b\u0445 \u043d\u0430\u0441\u0442\u043e\u043b\u044c\u043d\u044b\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439: \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043e\u043a\u043d\u0430\u043c\u0438, \u043c\u0435\u043d\u044e, \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0438 \u0434\u0430\u043d\u043d\u044b\u0445, \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f\u043c\u0438, \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0444\u0430\u0439\u043b\u0430\u043c \u0438 \u043f\u0440.<br><br>\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u043f\u043e \u0430\u0434\u0440\u0435\u0441\u0443 <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/ru/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ru.properties b/l10n/src/ru/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ru.properties
deleted file mode 100644
index f6b453f..0000000
--- a/l10n/src/ru/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_ru.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME \u043f\u043e\u0438\u0441\u043a \u043f\u043e SystemFS
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u0420\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f MimeDataProvider \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e.
-OpenIDE-Module-Long-Description=\u041c\u043e\u0434\u0443\u043b\u044c MIME \u043f\u043e\u0438\u0441\u043a \u043f\u043e SystemFS \u0440\u0435\u0430\u043b\u0438\u0437\u0443\u0435\u0442 MimeDataProvider, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0438\u0449\u0435\u0442 \u043e\u0431\u044a\u0435\u043a\u0442\u044b \u0432 \u0438\u0435\u0440\u0430\u0440\u0445\u0438\u0438 \u043f\u0430\u043f\u043e\u043a \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u0439 \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b.
-
-
diff --git a/l10n/src/ru/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ru.properties b/l10n/src/ru/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ru.properties
deleted file mode 100644
index 2eec520..0000000
--- a/l10n/src/ru/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_ru.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API MIME-\u043f\u043e\u0438\u0441\u043a\u0430
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=API MIME-\u043f\u043e\u0438\u0441\u043a\u0430.
-OpenIDE-Module-Long-Description=\u041c\u043e\u0434\u0443\u043b\u044c \u043f\u043e\u0438\u0441\u043a\u0430 MIME \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 API \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u043a, \u0441\u0435\u0440\u0432\u0438\u0441\u043e\u0432 \u0438 \u0434\u0440\u0443\u0433\u0438\u0445 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432, \u0437\u0430\u0432\u0438\u0441\u044f\u0449\u0438\u0445 \u043e\u0442 MIME. \u041e\u043d \u0442\u0430\u043a\u0436\u0435 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 SPI \u0434\u043b\u044f \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u043e\u0432 \u0434\u0430\u043d\u043d\u044b\u0445 \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 MIME \u0442\u0438\u043f\u043e\u0432.
-
diff --git a/l10n/src/ru/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ru.properties b/l10n/src/ru/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ru.properties
deleted file mode 100644
index f58ad9e..0000000
--- a/l10n/src/ru/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_ru.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=\u0414\u043e\u0431&\u0430\u0432\u0438\u0442\u044c \u0432 \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0435
-ACT_AddOnFavoritesNode=\u0414\u043e\u0431&\u0430\u0432\u0438\u0442\u044c \u0432 \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0435...
-ACT_Remove=&\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0438\u0437 \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e
-ACT_View=&\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0435
-ACT_Select=\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0435
-ACT_Select_Main_Menu=&\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0432 \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u043c
-
-Favorites=\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0435
-Templates/Other=\u0414\u0440\u0443\u0433\u043e\u0435
-Templates/Properties=\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a
-Templates/Other/Folder=\u041f\u0430\u043f\u043a\u0430
-Templates/Other/file=\u041f\u0443\u0441\u0442\u043e\u0439 \u0444\u0430\u0439\u043b
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=\u0414\u0435\u0440\u0435\u0432\u043e \u043f\u0440\u043e\u0432\u043e\u0434\u043d\u0438\u043a\u0430
-ACSD_ExplorerBeanTree=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-# JFileChooser
-CTL_DialogTitle=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0435
-CTL_ApproveButtonText=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c
-ERR_FileDoesNotExist={0} \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.
-ERR_FileDoesNotExistDlgTitle=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0435
-
-MSG_NodeNotFound=\u0423\u0437\u0435\u043b \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d \u0432\u043e \u0432\u043a\u043b\u0430\u0434\u043a\u0435 \u0418\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0435.
-
-# Manifest localization
-OpenIDE-Module-Name=\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0435
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u0438\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432.
-OpenIDE-Module-Long-Description=\u041c\u043e\u0434\u0443\u043b\u044c '\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0435' \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0432\u0430\u043c \u0432\u044b\u0431\u0440\u0430\u0442\u044c \u0444\u0430\u0439\u043b\u044b, \u043d\u0443\u0436\u043d\u044b\u0435 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0439 \u0440\u0430\u0431\u043e\u0442\u044b, \u0438  \u0441\u0433\u0440\u0443\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u0445 \u0432 \u043e\u0434\u043d\u043e\u043c \u043c\u0435\u0441\u0442\u0435.
-
-# Options Export
-Templates.Options.Export.Category.displayName=\u0428\u0430\u0431\u043b\u043e\u043d\u044b
-Templates.Options.Export.displayName=\u0412\u0441\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u044b
-Favorites.Options.Export.displayName=\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0435
-
diff --git a/l10n/src/ru/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_ru.html b/l10n/src/ru/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_ru.html
deleted file mode 100644
index b916871..0000000
--- a/l10n/src/ru/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_ru.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Создаёт пустой файл с произвольным расширением.
-</BODY></HTML>
diff --git a/l10n/src/ru/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_ru.html b/l10n/src/ru/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_ru.html
deleted file mode 100644
index fcea470..0000000
--- a/l10n/src/ru/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_ru.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Создаёт новую папку на жёстком диске.
-</BODY></HTML>
diff --git a/l10n/src/ru/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ru.properties b/l10n/src/ru/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ru.properties
deleted file mode 100644
index a49d933..0000000
--- a/l10n/src/ru/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_ru.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-BTN_TemplatesPanel_OpenInEditorButton=&\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0432 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0435
-LBL_TemplatesAction_Name=&\u0428\u0430\u0431\u043b\u043e\u043d\u044b
-HINT_TemplatesAction=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u0432
-LBL_TemplatesPanel_Title=\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430\u043c\u0438
-BTN_TemplatesPanel_Delete=&\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-LBL_TemplatesPanel_TemplatesLabel=&\u0428\u0430\u0431\u043b\u043e\u043d\u044b\:
-BTN_TemplatesPanel_Add=&\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c...
-BTN_TemplatesPanel_RenameButton=&\u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c
-BTN_TemplatesPanel_DuplicateButton=\u041f\u0440\u043e\u0434\u0443&\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-BTN_TemplatesPanel_NewFolder=&\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443
-BTN_TemplatesPanel_MoveUp=&\u0412\u0432\u0435\u0440\u0445
-BTN_TemplatesPanel_MoveDown=\u0412&\u043d\u0438\u0437
-LBL_TemplatesPanel_JFileChooser_Title=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u0448\u0430\u0431\u043b\u043e\u043d
-BTN_TemplatesPanel_JFileChooser_AddButtonName=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c
-TXT_TemplatesPanel_NewFolderName=\u041d\u043e\u0432\u0430\u044f \u043f\u0430\u043f\u043a\u0430
-MSG_TemplatesPanel_Nonexistent_File=\u0424\u0430\u0439\u043b ''{0}''\n\u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u0444\u0430\u0439\u043b.
-
-TemplatesPanel_TemplateNode_DisplayName=\u0418\u043c\u044f \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f
-TemplatesPanel_TemplateNode_DisplayName_Desc=\u0418\u043c\u044f \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u044d\u0442\u043e\u0433\u043e \u0448\u0430\u0431\u043b\u043e\u043d\u0430 \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0432 \u043c\u0430\u0441\u0442\u0435\u0440\u0435, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u043c \u0432 \u043c\u0435\u043d\u044e \u0424\u0430\u0439\u043b|\u041d\u043e\u0432\u044b\u0439, \u0430 \u0442\u0430\u043a \u0436\u0435 \u0421\u0435\u0440\u0432\u0438\u0441|\u0428\u0430\u0431\u043b\u043e\u043d\u044b.
-TemplatesPanel_TemplateNode_FileName=\u0418\u043c\u044f \u0444\u0430\u0439\u043b\u0430
-TemplatesPanel_TemplateNode_FileName_Desc=\u0418\u043c\u044f \u0444\u0430\u0439\u043b\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0434\u0430\u043d\u043d\u044b\u0439 \u0448\u0430\u0431\u043b\u043e\u043d.
-TemplatesPanel_TemplateNode_ScriptEngine=\u041c\u0430\u0448\u0438\u043d\u0430 \u0441\u0446\u0435\u043d\u0430\u0440\u0438\u0435\u0432
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=\u041c\u0430\u0448\u0438\u043d\u0430 \u0441\u0446\u0435\u043d\u0430\u0440\u0438\u0435\u0432 \u0434\u043b\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u044d\u0442\u0438\u043c \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u043c.
-TemplatesPanel_TemplateNode_TemplateCategories=\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u0432
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=\u0421\u043f\u0438\u0441\u043e\u043a \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0439, \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0438\u0445 \u043a \u0434\u0430\u043d\u043d\u043e\u043c\u0443 \u0448\u0430\u0431\u043b\u043e\u043d\u0443.
-
-ACD_TemplatesPanel_Add=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d
-
-ACD_TemplatesPanel_New=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d
-
-ACD_TemplatesPanel_Duplicate=\u041f\u0440\u043e\u0434\u0443\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0448\u0430\u0431\u043b\u043e\u043d
-
-ACD_TemplatesPanel_Rename=\u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d
-
-ACD_TemplatesPanel_MoveUp=\u041f\u0435\u0440\u0435\u0434\u0432\u0438\u043d\u0443\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0448\u0430\u0431\u043b\u043e\u043d \u0432\u0432\u0435\u0440\u0445
-
-ACD_TemplatesPanel_MoveDown=\u041f\u0435\u0440\u0435\u0434\u0432\u0438\u043d\u0443\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0448\u0430\u0431\u043b\u043e\u043d \u0432\u043d\u0438\u0437
-
-ACD_TemplatesPanel_Delete=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d
-
-TT_TemplatesPanel_Add=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d
-
diff --git a/l10n/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ru.properties b/l10n/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ru.properties
deleted file mode 100644
index 7bef91a..0000000
--- a/l10n/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_ru.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u0441 {0}; \u0440\u0435\u0441\u0443\u0440\u0441 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d \u0440\u0430\u0437\u0434\u0435\u043b \u0441\u043f\u0440\u0430\u0432\u043a\u0438 {0}.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c \u043d\u0430\u0431\u043e\u0440\u044b \u0441\u043f\u0440\u0430\u0432\u043e\u043a...
-ACSD_JavaHelp_viewer=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u043e\u0434\u043d\u0443 \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u044b\u0445 \u0441\u0441\u044b\u043b\u043e\u043a \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 JavaHelp
-ACSD_Loading_Dialog=\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u043c \u043d\u0430\u0431\u043e\u0440\u044b \u0441\u043f\u0440\u0430\u0432\u043e\u043a
-
-# HelpAction
-LBL_HelpAction=\u0421\u043f\u0440\u0430\u0432\u043a\u0430
-CTL_OpeningHelp=\u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u043c \u0441\u043f\u0440\u0430\u0432\u043a\u0443...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP-\u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0442\u0435\u043b\u044c
-
-# a11y - BrowserDisplayer
-ACSD_Label=\u0429\u0451\u043b\u043a\u043d\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044c \u0434\u043b\u044f \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f \u0441\u0441\u044b\u043b\u043a\u0438 \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u043c \u0440\u0430\u0437\u0434\u0435\u043b \u0441\u043f\u0440\u0430\u0432\u043a\u0438: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u043c \u0440\u0430\u0437\u0434\u0435\u043b \u0441\u043f\u0440\u0430\u0432\u043a\u0438: {0}
-
-QuickSearch/Help=\u0421\u043f\u0440\u0430\u0432\u043a\u0430
-Err_CreateJavaHelpSearchEngine=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0434\u0432\u0438\u0436\u043e\u043a \u043f\u043e\u0438\u0441\u043a\u0430 JavaHelp.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=\u0421\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0430\u0434\u0440\u0435\u0441 \u0441\u0441\u044b\u043b\u043a\u0438
-
diff --git a/l10n/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ru.properties b/l10n/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ru.properties
deleted file mode 100644
index 5b31f64..0000000
--- a/l10n/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_ru.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f \u0441\u043f\u0440\u0430\u0432\u043a\u0438 JavaHelp
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0442\u044c \u0441\u043f\u0440\u0430\u0432\u043a\u0443 \u0432 \u0444\u043e\u0440\u043c\u0430\u0442\u0435 JavaHelp.
-OpenIDE-Module-Long-Description=\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 JavaHelp \u0438 \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044e \u0447\u0430\u0441\u0442\u0438 API \u043c\u043e\u0434\u0443\u043b\u0435\u0439, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043c\u043e\u0434\u0443\u043b\u044f\u043c \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0442\u044c \u043d\u0430\u0431\u043e\u0440\u044b \u0441\u043f\u0440\u0430\u0432\u043e\u043a \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e JavaHelp.
-
-Menu/Help/master-help.xml=&\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u0441\u043f\u0440\u0430\u0432\u043a\u0438
-Menu/Help/HelpShortcuts=\u041d\u0430\u0431\u043e\u0440&\u044b \u0441\u043f\u0440\u0430\u0432\u043e\u043a
-Actions/Help/master-help.xml=&\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u0441\u043f\u0440\u0430\u0432\u043a\u0438
-
diff --git a/l10n/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_ru.html b/l10n/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_ru.html
deleted file mode 100644
index 6a02c8a..0000000
--- a/l10n/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_ru.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-
-<HTML><head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<TITLE>Главный индекс</TITLE>
-</HEAD><BODY>
-Данное окно содержит всю установленную документацию. Вы можете использовать навигацию слева для просмотра содержания справки и индекса, а также для выполнения полнотекстового поиска.
-</BODY></HTML>
diff --git a/l10n/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_ru.xml b/l10n/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_ru.xml
deleted file mode 100644
index e71d37d..0000000
--- a/l10n/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_ru.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-
-Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-Other names may be trademarks of their respective owners.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-particular file as subject to the "Classpath" exception as provided
-by Oracle in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
-<helpset version="2.0">
-    <title>Справка</title>
-    <maps>
-        <homeID>org.netbeans.api.javahelp.MASTER_ID</homeID>
-        <mapref location="masterHelpMap.jhm"/>
-    </maps>
-    <view mergetype="javax.help.UniteAppendMerge">
-        <name>TOC</name>
-        <label>Содержание</label>
-        <type>javax.help.TOCView</type>
-        <data>masterHelpToc.xml</data>
-    </view>
-    <!--
-    <view mergetype="javax.help.SortMerge">
-        <name>Index</name>
-        <label>Index</label>
-        <type>javax.help.IndexView</type>
-    </view>
-    -->
-    <view>
-        <name>Search</name>
-        <label>Поиск</label>
-        <type>javax.help.SearchView</type>
-    </view>
-    <!--
-    <view>
-        <name>Favorites</name>
-        <label>Favorites</label>
-        <type>javax.help.FavoritesView</type>
-    </view>
-    -->
-    <presentation default="true" displayviews="true" displayviewimages="false">
-        <name>main window</name>
-        <toolbar>
-            <helpaction image="helpviewer_back">javax.help.BackAction</helpaction>
-            <helpaction image="helpviewer_forward">javax.help.ForwardAction</helpaction>
-            <helpaction image="helpviewer_print">javax.help.PrintAction</helpaction>
-            <helpaction image="helpviewer_page-setup">javax.help.PrintSetupAction</helpaction>
-        </toolbar>
-    </presentation>
-    <presentation displayviews="false">
-        <name>NBSecondaryWindow</name>
-        <size width="600" height="400" />
-        <location x="200" y="200" />
-    </presentation>
-
-    </helpset>
diff --git a/l10n/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_ru.html b/l10n/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_ru.html
deleted file mode 100644
index dfa75b0..0000000
--- a/l10n/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_ru.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Модуль не включён</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Модуль не включён</h2>
-<p>Раздел справки, который вы хотите открыть, расположен в модуле {0}, который в настоящее время отключён. Для того, чтобы включить установленные, но неактивные плагины, выполните следующее:</p>
-<ol><li>Выберите Сервис->Плагины (NetBeans Preferences на операционной системе Mac)</li>
-    <li>Перейти к вкладке установленных плагинов.</li>
-    <li>Выберите модуль {0} и нажмите Включить.</li> </ol>
-</body>
-</html>
diff --git a/l10n/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_ru.html b/l10n/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_ru.html
deleted file mode 100644
index adb1ad7..0000000
--- a/l10n/src/ru/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_ru.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Модуль не установлен</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Модуль не установлен</h2>
-<p>Раздел справки, который вы хотите открыть, расположен в модуле {0}, который в настоящее время не установлен. Данный модуль может быть доступен в составе плагина. Для проверки выберите Сервис > Плагины.
-</p>
-</body>
-</html>
diff --git a/l10n/src/ru/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_ru.properties b/l10n/src/ru/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_ru.properties
deleted file mode 100644
index 01248b9..0000000
--- a/l10n/src/ru/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_ru.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=API \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430 \u043f\u0430\u0440\u043e\u043b\u0435\u0439 (keyring)
-
diff --git a/l10n/src/ru/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_ru.properties b/l10n/src/ru/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_ru.properties
deleted file mode 100644
index 0ea8e45..0000000
--- a/l10n/src/ru/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_ru.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=\u041f\u0440\u0438\u043c\u0435\u0440 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0440\u0430\u0431\u043e\u0442\u043e\u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0434\u0435\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438.
-FallbackProvider.msg_clear_keys=\u0421\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0435 \u0440\u0430\u043d\u0435\u0435 \u043f\u0430\u0440\u043e\u043b\u0438 \u043d\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0434\u0435\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u044b. \u0425\u043e\u0442\u0438\u0442\u0435 \u043b\u0438 \u0432\u044b \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0435 \u043f\u0430\u0440\u043e\u043b\u0438 \u0438 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u043e\u0435 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435?
-FallbackProvider.title_clear_keys=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0435 \u043f\u0430\u0440\u043e\u043b\u0438
-MasterPasswordPanel.masterPasswordLabel.text=&\u041c\u0430\u0441\u0442\u0435\u0440-\u043f\u0430\u0440\u043e\u043b\u044c:
-MasterPasswordPanel.setNewBox.text=&\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c...
-MasterPasswordPanel.newLabel1.text=&\u041d\u043e\u0432\u044b\u0439 \u043c\u0430\u0441\u0442\u0435\u0440-\u043f\u0430\u0440\u043e\u043b\u044c:
-MasterPasswordPanel.newLabel2.text=&\u041f\u043e\u0432\u0442\u043e\u0440:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=\u0412\u0432\u0435\u0441\u0442\u0438 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u043f\u0430\u0440\u043e\u043b\u044c
-MasterPasswordPanel.enter_password=\u0412\u0432\u043e\u0434 \u043f\u0430\u0440\u043e\u043b\u044f
-MasterPasswordPanel.enter_new_password=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c
-MasterPasswordPanel.password_mismatch=\u041d\u043e\u0432\u044b\u0435 \u043f\u0430\u0440\u043e\u043b\u0438 \u043d\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0442
-MasterPasswordPanel.explanation.text=NetBeans \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u0442\u044c \u0432\u0430\u0448\u0438 \u043f\u0430\u0440\u043e\u043b\u0438, \u043d\u043e \u0434\u043b\u044f \u0438\u0445 \u0437\u0430\u0449\u0438\u0442\u044b \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u0432\u0435\u0441\u0442\u0438 \u043c\u0430\u0441\u0442\u0435\u0440-\u043f\u0430\u0440\u043e\u043b\u044c. \u0415\u0441\u043b\u0438 \u0432\u044b \u0435\u0449\u0451 \u043d\u0435 \u0432\u0432\u0435\u043b\u0438 \u043c\u0430\u0441\u0442\u0435\u0440-\u043f\u0430\u0440\u043e\u043b\u044c, \u0437\u0430\u0434\u0430\u0439\u0442\u0435 \u0435\u0433\u043e \u0441\u0435\u0439\u0447\u0430\u0441; \u0432 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u043c \u043e\u043d \u0431\u0443\u0434\u0435\u0442 \u0441\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044c\u0441\u044f \u043f\u0440\u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438. \u0412\u044b \u0442\u0430\u043a\u0436\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043c\u0430\u0441\u0442\u0435\u0440-\u043f\u0430\u0440\u043e\u043b\u044c \u0432 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0432 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u043c.
-
diff --git a/l10n/src/ru/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ru.properties b/l10n/src/ru/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ru.properties
deleted file mode 100644
index 79269e4..0000000
--- a/l10n/src/ru/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_ru.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0444\u0430\u0439\u043b {0} \u0432 \u043f\u0430\u043f\u043a\u0435 {1}.
-EXC_CannotCreateExistingData=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0444\u0430\u0439\u043b {0} \u0432 \u043f\u0430\u043f\u043a\u0435 {1}. \u042d\u0442\u043e\u0442 \u0444\u0430\u0439\u043b \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 {0} \u0432 \u043f\u0430\u043f\u043a\u0435 {1}.
-EXC_CannotCreateExistingFolder=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 {0} \u0432 \u043f\u0430\u043f\u043a\u0435 {1}. \u042d\u0442\u0430 \u043f\u0430\u043f\u043a\u0430 \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
-
-# {0} - the file
-EXC_CannotLock=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0444\u0430\u0439\u043b {0}, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0439 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0444\u0430\u0439\u043b {0} \u0438\u0437 {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u0444\u0430\u0439\u043b {0} \u0432 \u043f\u0430\u043f\u043a\u0435 {1} \u0432 {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0430\u044f \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0430 [{0}] \u0444\u0430\u0439\u043b\u0430 {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0440\u0435\u043d\u044c \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u0440\u0435\u043d\u044c \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b {0}.
-
-EXC_CannotLockRoot=\u041d\u0435\u043b\u044c\u0437\u044f \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0440\u0435\u043d\u044c.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u044c {0} \u0434\u043b\u044f \u0435\u0434\u0438\u043d\u043e\u043b\u0438\u0447\u043d\u043e\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430 (\u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e \u0443\u0436\u0435 \u043e\u0442\u043a\u0440\u044b\u0442(\u0430) \u043a\u0435\u043c-\u0442\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u044c {0} \u0434\u043b\u044f \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430 (\u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e \u0443\u0436\u0435 \u043e\u0442\u043a\u0440\u044b\u0442(\u0430) \u043a\u0435\u043c-\u0442\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438).
-
diff --git a/l10n/src/ru/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ru.properties b/l10n/src/ru/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ru.properties
deleted file mode 100644
index 0466361..0000000
--- a/l10n/src/ru/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_ru.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=\u0424\u0430\u0439\u043b {0} \u0443\u0436\u0435 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d.
-EXC_FileLockAlreadyExists=\u0424\u0430\u0439\u043b {0} \u0443\u0436\u0435 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d (\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0430 {1} \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442).
-# {0} - full path
-FileObj.readOnlyFile=\u0417\u0430\u043f\u0438\u0441\u044c \u0432 \u0444\u0430\u0439\u043b {0} \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u0430, \u043e\u043d \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f.
-
diff --git a/l10n/src/ru/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ru.properties b/l10n/src/ru/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ru.properties
deleted file mode 100644
index c3b1326..0000000
--- a/l10n/src/ru/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_ru.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0444\u0430\u0439\u043b\u043e\u0432\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u044f\u0435\u0442 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0445 \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440\u043e\u0432 \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u0432 \u043e\u0434\u043d\u043e \u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0434\u0435\u0440\u0435\u0432\u043e.
-OpenIDE-Module-Long-Description=\u0421\u043e\u0437\u0434\u0430\u0451\u0442 \u0442\u043e\u0447\u043a\u0438 \u043c\u043e\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u043a\u043e\u0440\u043d\u0435\u0439 \u0434\u0438\u0441\u043a\u043e\u0432 \u0438 \u0437\u0430\u0442\u0435\u043c \u0432\u043a\u043b\u0435\u0438\u0432\u0430\u0435\u0442 \u0434\u0440\u0443\u0433\u0438\u0435 \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b, \u0442\u0430\u043a\u0438\u0435 \u043a\u0430\u043a VCS, \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044f \u0438\u043c \u0435\u0434\u0438\u043d\u043e\u043e\u0431\u0440\u0430\u0437\u043d\u0443\u044e \u0443\u043f\u0430\u043a\u043e\u0432\u043a\u0443 FileSystem.
-
-LBL_loaderName=\u0417\u0430\u0433\u0440\u0443\u0437\u0447\u0438\u043a \u043f\u0430\u043f\u043e\u043a \u0434\u043b\u044f \u0433\u043b\u0430\u0432\u043d\u043e\u0439 \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b
-
-# {0} = name of FS
-EXC_CannotRenameRoot=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0440\u0435\u043d\u044c \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0440\u0435\u043d\u044c \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u043a\u043e\u0440\u0435\u043d\u044c \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u0440\u0435\u043d\u044c \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u0444\u0430\u0439\u043b {0} \u0432 \u043f\u0430\u043f\u043a\u0435 {1} \u0432 {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=\u0424\u0430\u0439\u043b\u043e\u0432\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 {0} \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=\u0424\u0430\u0439\u043b\u043e\u0432\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 {1}  \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u043a \u043a\u043e\u0440\u043d\u044e {0}, \u0442.\u043a. \u0444\u0430\u0439\u043b\u043e\u0432\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 {2} \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=\u0424\u0430\u0439\u043b\u043e\u0432\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 {1}  \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 \u043a\u043e\u0440\u0435\u043d\u044c {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=\u0424\u0430\u0439\u043b\u043e\u0432\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 {0}  \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0430. 
-
diff --git a/l10n/src/ru/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ru.properties b/l10n/src/ru/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ru.properties
deleted file mode 100644
index 831cb64..0000000
--- a/l10n/src/ru/platform/options-api/options-api/org/netbeans/modules/options/Bundle_ru.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u0414\u0438\u0430\u043b\u043e\u0433 \u0438 SPI \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a
-OpenIDE-Module-Display-Category=\u0421\u0435\u0440\u0432\u0438\u0441
-OpenIDE-Module-Short-Description=\u041f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0434\u0438\u0430\u043b\u043e\u0433 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0438 SPI \u0434\u043b\u044f \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043a \u043d\u0435\u043c\u0443 \u043f\u0430\u043d\u0435\u043b\u0435\u0439.
-OpenIDE-Module-Long-Description=\u041f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0434\u0438\u0430\u043b\u043e\u0433 \u0421\u0435\u0440\u0432\u0438\u0441 | \u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b. \u0422\u0430\u043a\u0436\u0435 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 SPI \u0434\u043b\u044f \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043a \u043d\u0435\u043c\u0443 \u043f\u0430\u043d\u0435\u043b\u0435\u0439 \u0438\u043b\u0438 \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 \u043d\u0430 \u043f\u0430\u043d\u0435\u043b\u0438 \u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
-CTL_Options_Dialog_Title=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
-CTL_OK=OK
-CTL_Classic=\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430
-CTL_Classic_Title=\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430
-CTL_Modern=&\u041e\u0441\u043d\u043e\u0432\u043d\u044b\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430
-CTL_Loading_Options=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a...
-CTL_Error_Loading_Options=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438.
-CTL_Some_values_changed=\u0411\u044b\u043b\u0438 \u0432\u043d\u0435\u0441\u0435\u043d\u044b \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f. \u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c?
-
-CTL_General_Options=&\u041e\u0431\u0449\u0435\u0433\u043e \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f
-CTL_General_Options_Title=\u041e\u0431\u0449\u0435\u0433\u043e \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f
-CTL_Editor=&\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440
-CTL_Editor_Title=\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440
-CTL_Font_And_Color_Options=\u0428\u0440\u0438\u0444\u0442\u044b \u0438 &\u0446\u0432\u0435\u0442\u0430
-CTL_Font_And_Color_Options_Title=\u0428\u0440\u0438\u0444\u0442\u044b \u0438 \u0446\u0432\u0435\u0442\u0430
-CTL_Keymap_Options=\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f &\u043a\u043b\u0430\u0432\u0438\u0448
-CTL_Keymap_Options_Title=\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043a\u043b\u0430\u0432\u0438\u0448
-
-CTL_Export=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438&\u0440\u043e\u0432\u0430\u0442\u044c
-CTL_Import=&\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= \u0412\u044b\u0437\u044b\u0432\u0430\u0435\u0442 \u0434\u0438\u0430\u043b\u043e\u0433 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u0441\u0432\u043e\u0439\u0441\u0442\u0432
-ACS_OptionsPanel=\u0414\u0438\u0430\u043b\u043e\u0433 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a
-ACS_Export=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
-ACS_Import=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
-TabbedController.pane.AD=\u041f\u0430\u043d\u0435\u043b\u044c \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432
-
-QuickSearch/GoToOption=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
-
diff --git a/l10n/src/ru/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ru.properties b/l10n/src/ru/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ru.properties
deleted file mode 100644
index 5164aca..0000000
--- a/l10n/src/ru/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_ru.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&\u0420\u0430\u0437\u043d\u043e\u0435
-CTL_Advanced_Options_Title=\u0420\u0430\u0437\u043d\u043e\u0435
-CTL_Advanced_Options_Description=\u0420\u0430\u0437\u043d\u043e\u0435
-AdvancedPanel.tabbedPanel.AD=\u041f\u0430\u043d\u0435\u043b\u044c \u0441 \u0432\u043a\u043b\u0430\u0434\u043a\u0430\u043c\u0438 \u0434\u043b\u044f \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a
-Advanced.Export.Category=\u0420\u0430\u0437\u043d\u043e\u0435
-
diff --git a/l10n/src/ru/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ru.properties b/l10n/src/ru/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ru.properties
deleted file mode 100644
index 7cc22ca..0000000
--- a/l10n/src/ru/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_ru.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0437\u0434\u0435\u0441\u044c
-LBL_action_revert=\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043a \u0441\u0442\u0430\u0440\u043e\u043c\u0443 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044e
-LBL_action_delete=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-
-MSG_ask_remove_above_defined_files=\u041f\u0435\u0440\u0435\u043d\u043e\u0441 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u0432 \u0434\u0430\u043d\u043d\u043e\u0435 \u043c\u0435\u0441\u0442\u043e \u0443\u0434\u0430\u043b\u0438\u0442 \u043b\u044e\u0431\u044b\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f, \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u0435 \u0432 \u0441\u043b\u043e\u044f\u0445 \u043b\u0435\u0432\u0435\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0439 \u043a\u043e\u043b\u043e\u043d\u043a\u0438.\n\n\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c?
-
-#file state tooltips
-LBL_fstate_defined=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f
-LBL_fstate_ignored=\u041d\u0435\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438
-LBL_fstate_inherited=\u041d\u0430\u0441\u043b\u0435\u0434\u0443\u0435\u043c\u0430\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430
-LBL_fstate_undefined=\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0437\u0434\u0435\u0441\u044c \u043d\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043e
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c
-LBL_FSP_Desc_Session-Layer=\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u043a \u0441\u0435\u0441\u0441\u0438\u0438
-LBL_FSP_Modules-Layer=\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-LBL_FSP_Desc_Modules-Layer=\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u043a \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-
-#OptionsAction
-Options=&\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
-CTL_close_button=&\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-ACSD_close_button=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSN_optionsTree=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_optionsTree=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-LBL_computing=\u0418\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0443\u0440\u043e\u0432\u043d\u0438 (\u043d\u0430\u0436\u043c\u0438\u0442\u0435 +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=\u0421\u043a\u0440\u044b\u0442\u044c \u0443\u0440\u043e\u0432\u043d\u0438 (\u043d\u0430\u0436\u043c\u0438\u0442\u0435 +)
-CTL_Templates_name=\u0428\u0430\u0431\u043b\u043e\u043d\u044b
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=\u041f\u0440\u043e\u0432\u043e\u0434\u043d\u0438\u043a
-ACSN_ExplorerBeanTree=\u0414\u0435\u0440\u0435\u0432\u043e \u043f\u0440\u043e\u0432\u043e\u0434\u043d\u0438\u043a\u0430
-ACSD_ExplorerBeanTree=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
diff --git a/l10n/src/ru/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ru.properties b/l10n/src/ru/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ru.properties
deleted file mode 100644
index 106fa73..0000000
--- a/l10n/src/ru/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_ru.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0434\u043b\u044f \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430
-OptionsChooserPanel.outline.all=\u0412\u0441\u0451
-OptionsChooserPanel.outline.header.tree=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
-OptionsChooserPanel.outline.AN=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
-OptionsChooserPanel.outline.AD=\u0414\u0435\u0440\u0435\u0432\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a
-OptionsChooserPanel.lblFile.text=Zip \u0444&\u0430\u0439\u043b \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f:
-OptionsChooserPanel.btnBrowse=\u041e&\u0431\u0437\u043e\u0440...
-OptionsChooserPanel.btnBrowse.AN=\u041e\u0431\u0437\u043e\u0440
-OptionsChooserPanel.btnBrowse.AD=\u041e\u0431\u0437\u043e\u0440
-OptionsChooserPanel.txtFile.AD=\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0438\u043b\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0438\u043c\u043f\u043e\u0440\u0442\u0430/\u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430.
-OptionsChooserPanel.loading=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430...
-OptionsChooserPanel.file.warning=\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430 \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 zip \u0444\u0430\u0439\u043b \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0438\u043c\u043f\u043e\u0440\u0442\u0430.
-OptionsChooserPanel.nooption.warning=\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0447\u0442\u043e-\u043d\u0438\u0431\u0443\u0434\u044c \u0434\u043b\u044f \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430
-OptionsChooserPanel.file.chooser.title=\u0423\u043a\u0430\u0436\u0438\u0442\u0435 zip \u0444\u0430\u0439\u043b \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f.
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0434\u043b\u044f \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430
-OptionsChooserPanel.export.status.text=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u044b.
-OptionsChooserPanel.import.title=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0434\u043b\u044f \u0438\u043c\u043f\u043e\u0440\u0442\u0430
-OptionsChooserPanel.import.lblFile.text=\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a &\u0438\u043c\u043f\u043e\u0440\u0442\u0430:
-OptionsChooserPanel.import.lblHint.text=&\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0434\u043b\u044f \u0438\u043c\u043f\u043e\u0440\u0442\u0430
-OptionsChooserPanel.import.file.warning=\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 zip \u0444\u0430\u0439\u043b \u0438\u043b\u0438 \u043f\u0430\u043f\u043a\u0443 \u0441 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u043e\u043c
-OptionsChooserPanel.import.nooption.warning=\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0447\u0442\u043e-\u043d\u0438\u0431\u0443\u0434\u044c \u0434\u043b\u044f \u0438\u043c\u043f\u043e\u0440\u0442\u0430
-OptionsChooserPanel.import.file.chooser.title=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 zip \u0444\u0430\u0439\u043b \u0438\u043b\u0438 \u043f\u0430\u043f\u043a\u0443 \u0441 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u043e\u043c
-OptionsChooserPanel.import.invalid.userdir.title=\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u043a\u0430\u0442\u0430\u043b\u043e\u0433?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=\u041f\u0430\u043f\u043a\u0430 {0}, \u043f\u043e\u0445\u043e\u0436\u0435, \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u043c \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u043e\u043c. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0438\u0437 \u0434\u0430\u043d\u043d\u043e\u0439 \u043f\u0430\u043f\u043a\u0438?
-OptionsChooserPanel.AD=\u041f\u0430\u043d\u0435\u043b\u044c \u0434\u043b\u044f \u0432\u044b\u0431\u043e\u0440\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0434\u043b\u044f \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430/\u0438\u043c\u043f\u043e\u0440\u0442\u0430
-OptionsChooserPanel.import.error=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0438\u043c\u043f\u043e\u0440\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a. \u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u0441\u0440\u0435\u0434\u0443 \u0441 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u043c -J-Dorg.netbeans.modules.options.export.level=100 \u0438 \u0443\u0442\u043e\u0447\u043d\u0438\u0442\u0435 \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0434\u0435\u0442\u0430\u043b\u0438 \u0432 \u0436\u0443\u0440\u043d\u0430\u043b\u0435 \u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u0441\u0440\u0435\u0434\u044b.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 zip \u0444\u0430\u0439\u043b: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0432 \u0444\u0430\u0439\u043b {0}.
-ImportConfirmationPanel.title=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u0438\u043c\u043f\u043e\u0440\u0442\u0430
-ImportConfirmationPanel.cbRestart.text=\u041f&\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0441\u0440\u0435\u0434\u0443 \u0441\u0435\u0439\u0447\u0430\u0441 (\u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043c\u043e\u0433\u0443\u0442 \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0434\u043e \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430)
-ImportConfirmationPanel.cbRestart.AD=\u0420\u0435\u0448\u0438\u0442\u0435, \u0445\u043e\u0442\u0438\u0442\u0435 \u043b\u0438 \u0412\u044b \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c IDE \u0441\u0435\u0439\u0447\u0430\u0441 \u0438\u043b\u0438 \u043f\u043e\u0437\u0436\u0435
-ImportConfirmationPanel.cbRestart.AN=\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c IDE \u0441\u0435\u0439\u0447\u0430\u0441?
-ImportConfirmationPanel.lblMessage.text=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u0432 \u0431\u0435\u0437\u0432\u043e\u0437\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u0438 \u0442\u0435\u043a\u0443\u0449\u0438\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a. \u0414\u043b\u044f \u043d\u0430\u0447\u0430\u043b\u0430, \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044e \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u0443\u044e \u043a\u043e\u043f\u0438\u044e \u0442\u0435\u043a\u0443\u0449\u0438\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a. \u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c?
-ImportConfirmationPanel.lblMessage.AD=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435
-ImportConfirmationPanel.AN=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u0438\u043c\u043f\u043e\u0440\u0442\u0430
-ImportConfirmationPanel.AD=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u0438\u043c\u043f\u043e\u0440\u0442\u0430
-ExportConfirmationPanel.title=\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0445 \u043f\u0430\u0440\u043e\u043b\u044f\u0445
-ExportConfirmationPanel.lblMessage.text=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043c\u043e\u0433\u0443\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u0438. \u041f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u044f \u0432\u0430\u0448\u0438\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u043c \u043d\u0430\u0440\u0443\u0448\u0435\u043d\u0438\u0435\u043c \u0442\u0435\u0445\u043d\u0438\u043a\u0438 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438. \u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c?
-ExportConfirmationPanel.cbSkip.text=&\u0411\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u043e\u0435 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435
-ExportConfirmationPanel.cbSkip.AN=\u041d\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u043e\u0435 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u0432 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437?
-ExportConfirmationPanel.cbSkip.AD=\u0420\u0435\u0448\u0438\u0442\u0435, \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043b\u0438 \u0434\u0430\u043d\u043d\u043e\u0435 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u0432 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437
-ExportConfirmationPanel.lblMessage.AD=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435
-ExportConfirmationPanel.AN=\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0445 \u043f\u0430\u0440\u043e\u043b\u044f\u0445
-ExportConfirmationPanel.AD=\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0445 \u043f\u0430\u0440\u043e\u043b\u044f\u0445
-
diff --git a/l10n/src/ru/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ru.properties b/l10n/src/ru/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ru.properties
deleted file mode 100644
index 1b2d54c..0000000
--- a/l10n/src/ru/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_ru.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u043a\u043b\u0430\u0432\u0438\u0448
-
-CTL_Keymap_Options=\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f &\u043a\u043b\u0430\u0432\u0438\u0448
-CTL_Keymap_Options_Title=\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043a\u043b\u0430\u0432\u0438\u0448
-CTL_Keymap_Options_Description=\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043a\u043b\u0430\u0432\u0438\u0448
-
-CTL_Duplicate=&\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0444\u0438\u043b\u044f\u043c\u0438...
-AN_Duplicate=\u041f\u0440\u043e\u0434\u0443\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-AD_Duplicate=\u041f\u0440\u043e\u0434\u0443\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-CTL_Delete=&\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-AN_Delete=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-AD_Delete=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-CTL_Restore=&\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
-AN_Restore=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
-AD_Restore=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
-CTL_Show_Actions=\u0414\u0435\u0439\u0441&\u0442\u0432\u0438\u044f
-AN_Show_Actions=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f
-AD_Show_Actions=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f
-CTL_Show_Shortcuts=\u041a\u043e&\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448
-AN_Show_Shortcuts=\u041a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448
-AD_Show_Shortcuts=\u041a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448
-CTL_Add_Shortcut=\u0414\u043e\u0431\u0430&\u0432\u0438\u0442\u044c...
-AN_Add_Shortcut=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c
-AD_Add_Shortcut=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c
-CTL_Remove_Shortcut=&\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-AN_Remove_Shortcut=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-AD_Remove_Shortcut=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-CTL_Actions=\u0414\u0435\u0439\u0441&\u0442\u0432\u0438\u044f:
-AN_Actions=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f
-AD_Actions=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f
-CTL_Shortcuts=\u041a\u043e&\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448:
-AN_Shortcuts=\u041a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448
-AD_Shortcuts=\u041a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448
-AN_Profiles=\u041f\u0440\u043e\u0444\u0438\u043b\u0438
-AD_Profiles=\u041f\u0440\u043e\u0444\u0438\u043b\u0438
-Show_Actions=\u0414\u0435\u0439\u0441&\u0442\u0432\u0438\u044f
-Show_Shortcuts=\u041a\u043e&\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448
-Keymaps=&\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043a\u043b\u0430\u0432\u0438\u0448
-CTL_Keymap_Name=&\u041f\u0440\u043e\u0444\u0438\u043b\u044c:
-View_By=\u041f\u0440\u043e\u0441&\u043c\u043e\u0442\u0440 \u043f\u043e:
-Shortcut=\u041a\u043e&\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u044f \u043a\u043b\u0430\u0432\u0438\u0448:
-Add_Shortcut_Dialog=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u044e
-CTL_Create_New_Profile_Message=\u0418\u043c\u044f \u043f&\u0440\u043e\u0444\u0438\u043b\u044f:
-CTL_Create_New_Profile_Title=\u0414\u0438\u0430\u043b\u043e\u0433 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f
-Shortcut_Conflict=<html>\u042d\u0442\u0430 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u044f \u043a\u043b\u0430\u0432\u0438\u0448 \u0443\u0436\u0435 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044e {0}. \u0415\u0441\u043b\u0438 \u0432\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0435, \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u044f \u0431\u0443\u0434\u0435\u0442 \u043f\u0435\u0440\u0435\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0430.
-CTL_Clear=\u041e\u0447\u0438&\u0441\u0442\u0438\u0442\u044c
-AN_Clear=\u041a\u043d\u043e\u043f\u043a\u0430 \u043e\u0447\u0438\u0441\u0442\u043a\u0438 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448
-AD_Clear=\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u043f\u043e\u043b\u0435 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448
-CTL_Tab=\u0422\u0430\u0431\u0443\u043b\u044f&\u0446\u0438\u044f
-AN_Tab=\u041a\u043d\u043e\u043f\u043a\u0430 \u0432\u0441\u0442\u0430\u0432\u043a\u0438 \u0441\u0438\u043c\u0432\u043e\u043b\u0430 \u0442\u0430\u0431\u0443\u043b\u044f\u0446\u0438\u0438
-AD_Tab=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0441\u0438\u043c\u0432\u043e\u043b \u0442\u0430\u0431\u0443\u043b\u044f\u0446\u0438\u0438
-CTL_Duplicate_Profile_Name=\u041f\u0440\u043e\u0444\u0438\u043b\u044c \u0441 \u0442\u0430\u043a\u0438\u043c \u0438\u043c\u0435\u043d\u0435\u043c \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.\n \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0435 \u0438\u043c\u044f.
-
-CTL_Export_IDE_Actions_Action=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439 \u0441\u0440\u0435\u0434\u044b \u0432 XML
-CTL_Export_IDE_Shortcuts_Action=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0439 \u043a\u043b\u0430\u0432\u0438\u0448 \u0441\u0440\u0435\u0434\u044b \u0432 XML
-CTL_Export_Editor_Shortcuts_Action=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0439 \u043a\u043b\u0430\u0432\u0438\u0448 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430 \u0432 XML
-CTL_Export_Shortcuts_to_HTML_Action=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0439 \u043a\u043b\u0430\u0432\u0438\u0448 \u0432 HTML
-
-CTL_Other=\u0414\u0440\u0443\u0433\u043e\u0435
-AN_Shortcut=\u041f\u043e\u043b\u0435 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448
-AD_Shortcut=\u041f\u043e\u043b\u0435 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448
-AN_ShortcutsDialog=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u044e \u043a\u043b\u0430\u0432\u0438\u0448
-AD_ShortcutsDialog=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u044e \u043a\u043b\u0430\u0432\u0438\u0448
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u043a\u043b\u0430\u0432\u0438\u0448 \u0441 {1} \u043d\u0430 {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=\u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u043f\u043e\u0438\u0441\u043a: \u0432\u044b\u0437\u043e\u0432 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f {1} \u0432 \u043a\u043b\u0430\u0441\u0441\u0435 {0}
-
-QuickSearch/Actions=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f
-MSG_ActionFailure=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0435 {0} \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0432\u044b\u0437\u0432\u0430\u043d\u043e \u0447\u0435\u0440\u0435\u0437 \u0431\u044b\u0441\u0442\u0440\u044b\u0439 \u043f\u043e\u0438\u0441\u043a...
-
-# Quicksearch options
-KW_KeymapOptions=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u043a\u043b\u0430\u0432\u0438\u0448, \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0439 \u043a\u043b\u0430\u0432\u0438\u0448, \u043f\u0440\u0438\u0432\u044f\u0437\u043a\u0438 \u043a\u043b\u0430\u0432\u0438\u0448
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&\u041f\u043e\u0438\u0441\u043a:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=\u041f\u043e\u043b\u0435, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u043e\u0435 \u0434\u043b\u044f \u0444\u0438\u043b\u044c\u0442\u0440\u0430\u0446\u0438\u0438 \u0441\u043f\u0438\u0441\u043a\u0430 \u044f\u0440\u043b\u044b\u043a\u043e\u0432
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=\u041f\u043e\u0438\u0441\u043a \u0432 \u044f\u0440\u043b\u044b&\u043a\u0430\u0445:
-
-# Conflict dialogs
-Override_Shortcut=<html>\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f: <br>{0} \u043a\u043e\u043d\u0444\u043b\u0438\u043a\u0442\u0443\u044e\u0442 \u0441 \u0434\u0430\u043d\u043d\u044b\u043c \u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0435\u043c \u043a\u043b\u0430\u0432\u0438\u0448. \u041f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c?
-Conflicting_Shortcut_Dialog=\u0414\u0438\u0430\u043b\u043e\u0433 \u043f\u043e\u043a\u0430\u0437\u0430 \u043a\u043e\u043d\u0444\u043b\u0438\u043a\u0442\u0443\u044e\u0449\u0435\u0433\u043e \u044f\u0440\u043b\u044b\u043a\u0430
-Override_All=<html>\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f: <br>{0} \u043a\u043e\u043d\u0444\u043b\u0438\u043a\u0442\u0443\u044e\u0442 \u0441 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u043c \u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0435\u043c \u043a\u043b\u0430\u0432\u0438\u0448. \u041f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0432\u0441\u0435?
-Alternative_Shortcut=(\u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u044f\u0440\u043b\u044b\u043a)
-
-#Table columns
-Actions=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f
-Shortcut=\u042f\u0440\u043b\u044b\u043a
-Category=\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f
-Scope=\u041a\u043e\u043d\u0442\u0435\u043a\u0441\u0442
-
-#Keymap Popup
-Edit=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c...
-Add_Alternative=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u0443
-Reset_to_Default=\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043d\u0430 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-Clear=\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c
-
-#Keymap completion
-No_Free_Shortcut=\u041d\u0435\u0442 \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c\u043e\u0433\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u044f\u0440\u043b\u044b\u043a\u0430 \u0441 \u043f\u0440\u0435\u0444\u0438\u043a\u0441\u043e\u043c "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=\u041f\u0440\u043e&\u0434\u0443\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-ProfilesPanel.exportButton.text=&\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-ProfilesPanel.deleteButton.text=&\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-ProfilesPanel.importButton.text=&\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=\u041f\u0430\u043d\u0435\u043b\u044c \u0441 \u043f\u0440\u043e\u043a\u0440\u0443\u0442\u043a\u043e\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u0435\u0439
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=\u041f\u0430\u043d\u0435\u043b\u044c \u0441 \u043f\u0440\u043e\u043a\u0440\u0443\u0442\u043a\u043e\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u0435\u0439
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u0440\u043e\u0444\u0438\u043b\u0435\u0439 \u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0439 \u043a\u043b\u0430\u0432\u0438\u0448
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u0442 \u043f\u0440\u043e\u0444\u0438\u043b\u044c \u0438\u0437 \u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e \u0444\u0430\u0439\u043b\u0430
-ProfilesPanel.AccessibleContext.accessibleDescription=\u041f\u0430\u043d\u0435\u043b\u044c \u043f\u0440\u043e\u0444\u0438\u043b\u0435\u0439
-ProfilesPanel.restoreButton.text=&\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=\u0421\u043e\u0437\u0434\u0430\u0451\u0442 \u043a\u043e\u043f\u0438\u044e \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u0442 \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u044c \u0432\u043e \u0432\u043d\u0435\u0448\u043d\u0438\u0439 \u0444\u0430\u0439\u043b
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=\u0423\u0434\u0430\u043b\u044f\u0435\u0442 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u044c
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0444\u0438\u043b\u044f\u043c\u0438 \u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0439 \u043a\u043b\u0430\u0432\u0438\u0448
-CTL_Files=\u0424\u0430\u0439\u043b\u044b
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=\u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043a\u043b\u0430\u0432\u0438\u0448
-Keymaps.Options.Export.Profiles.displayName=\u041d\u0430\u0431\u043e\u0440\u044b \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u043a\u043b\u0430\u0432\u0438\u0448
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/ru/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ru.properties b/l10n/src/ru/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ru.properties
deleted file mode 100644
index 1559028..0000000
--- a/l10n/src/ru/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_ru.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0439 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 \u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f Swing
-OpenIDE-Module-Display-Category=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438
-OpenIDE-Module-Short-Description=\u0418\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u0443\u0435\u0442 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 swing-layout.
-OpenIDE-Module-Long-Description=\u0414\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u0434\u0443\u043b\u044c \u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u0443\u0435\u0442 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0439 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 \u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f Swing (\u0438\u0437 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=\u0412\u043c\u0435\u0441\u0442\u043e \u043d\u0435\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 javax.swing.GroupLayout. (\u0412 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0435 \u0444\u043e\u0440\u043c \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0444\u043e\u0440\u043c\u0443 \u0432 \u0438\u043d\u0441\u043f\u0435\u043a\u0442\u043e\u0440\u0435 \u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0435 \u0421\u0442\u0438\u043b\u044c \u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0438\u0438 \u043a\u043e\u0434\u0430 \u043d\u0430 \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u043a\u043e\u0434 Java 6.)
-
diff --git a/l10n/src/ru/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ru.properties
deleted file mode 100644
index 5186e29..0000000
--- a/l10n/src/ru/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_ru.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0430\u043d\u043d\u043e\u0442\u0430\u0446\u0438\u0438, \u043f\u043e\u043b\u0435\u0437\u043d\u044b\u0435 \u0434\u043b\u044f \u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0430\u043d\u0430\u043b\u0438\u0437\u0430 \u043a\u043e\u0434\u0430, \u0442\u0430\u043a\u0438\u0435 \u043a\u0430\u043a @SuppressWarnings, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0435 FindBugs.
-OpenIDE-Module-Name=\u041e\u0431\u0449\u0438\u0435 \u0430\u043d\u043d\u043e\u0442\u0430\u0446\u0438\u0438
-OpenIDE-Module-Short-Description=\u041e\u0431\u0449\u0438\u0435 \u0430\u043d\u043d\u043e\u0442\u0430\u0446\u0438\u0438 \u0434\u043b\u044f \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u044f \u043e\u0448\u0438\u0431\u043e\u043a.
-
diff --git a/l10n/src/ru/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_ru.properties
deleted file mode 100644
index 478bd35..0000000
--- a/l10n/src/ru/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_ru.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u0446\u0435\u0441\u0441
-CTL_ProcessListAction=&\u041f\u0440\u043e\u0446\u0435\u0441\u0441\u044b
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/ru/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ru.properties
deleted file mode 100644
index a4cb97c..0000000
--- a/l10n/src/ru/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_ru.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0430
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=API \u0432\u0438\u0437\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0430 \u0437\u0430\u0434\u0430\u0447.
-OpenIDE-Module-Long-Description=\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043c\u043e\u0434\u0443\u043b\u044f\u043c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u043e\u043b\u0433\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u0437\u0430\u0434\u0430\u0447\u0438 \u0432 \u043e\u0434\u043d\u043e\u043c \u043e\u0431\u0449\u0435\u043c \u043c\u0435\u0441\u0442\u0435.
-
diff --git a/l10n/src/ru/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ru.properties
deleted file mode 100644
index 7e41d5d..0000000
--- a/l10n/src/ru/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_ru.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u0441\u0446\u0435\u043d\u044b
-ACS_SceneComponentDesc=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0441\u0446\u0435\u043d\u044b
-
diff --git a/l10n/src/ru/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ru.properties
deleted file mode 100644
index 5941e82..0000000
--- a/l10n/src/ru/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_ru.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API \u0432\u0438\u0437\u0443\u0430\u043b\u044c\u043d\u043e\u0439 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438
-OpenIDE-Module-Short-Description=API \u0432\u0438\u0437\u0443\u0430\u043b\u044c\u043d\u043e\u0439 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438
-
diff --git a/l10n/src/ru/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ru.properties
deleted file mode 100644
index 693d8e4..0000000
--- a/l10n/src/ru/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_ru.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=\u041a\u0430\u0436\u0435\u0442\u0441\u044f, \u0437\u0430\u043f\u0443\u0449\u0435\u043d \u0435\u0449\u0435 \u043e\u0434\u0438\u043d \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u0442\u0443 \u0436\u0435 \u0434\u0438\u0440\u0435\u043a\u043e\u0442\u0440\u0438\u044e \u0441 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u043c\u0438.\n\u041b\u0438\u0431\u043e \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439 \u0437\u0430\u043f\u0443\u0441\u043a \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u043d\u0435 \u0431\u044b\u043b \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e, \u043b\u0438\u0431\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u0430 \u043d\u0430 \u0434\u0440\u0443\u0433\u043e\u043c \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0435 \u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u0442\u0443 \u0436\u0435 \u0441\u0430\u043c\u0443\u044e \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u044e \u0441 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u043c\u0438.\n\u0415\u0441\u043b\u0438 \u0434\u0440\u0443\u0433\u043e\u0439 \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0437\u0430\u043f\u0443\u0449\u0435\u043d \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u0442\u0430\u043a\u043e\u0439 \u0436\u0435 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0438 \u0441 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u043c\u0438, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \n\u041e\u0442\u043c\u0435\u043d\u0430 \u0447\u0442\u043e\u0431\u044b \u043d\u0435 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u044b\u0445. \u0415\u0441\u043b\u0438 \u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u043d\u0435 \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u043e\n\u0434\u0440\u0443\u0433\u0438\u0445 \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u043e\u0432 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u0432\u0430\u0448\u0435\u0439 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0438 \u0441 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u043c\u0438, \u043d\u0430\u0436\u043c\u0438\u0442\u0435 OK \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c.
-MSG_AlreadyRunningTitle=\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435
-
-EXC_not_a_module={0} \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043c\u043e\u0434\u0443\u043b\u0435\u043c NetBeans.
-
-# bootstrap manifest
-OpenIDE-Module-Name=\u041d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0439 \u0437\u0430\u0433\u0440\u0443\u0437\u0447\u0438\u043a
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u041d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0439 \u0437\u0430\u0433\u0440\u0443\u0437\u0447\u0438\u043a \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u043d\u0430 NetBeans \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439.
-OpenIDE-Module-Long-Description=\u0414\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u0434\u0443\u043b\u044c \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u0443\u044e \u0438\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442 \u0432\u0441\u0435 \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0435 \u0447\u0430\u0441\u0442\u0438 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f. \u041e\u043d \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u043a\u043b\u044e\u0447\u0451\u043d.
-
-MSG_InstallJava6=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043d\u0430 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u043c \u0438\u0437\u0434\u0430\u043d\u0438\u0438 Java \u0432\u0435\u0440\u0441\u0438\u0438 \u043d\u0438\u0436\u0435 Java 6.\n\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435 \u0438\u0437\u0434\u0430\u043d\u0438\u0435 Java 6 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u043d\u043e\u0432\u043e\u0435 \u0438\u043b\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u044c --jdkhome \u0447\u0442\u043e\u0431\u044b \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u043d\u0430 \u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 Java 6.
-MSG_NeedsJava6=\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435 \u0438\u0437\u0434\u0430\u043d\u0438\u0435 Java 6 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u043d\u043e\u0432\u043e\u0435
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ru.properties
deleted file mode 100644
index 991263e..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_ru.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=\u0412\u044b\u0432\u043e\u0434 {0}
-CTL_ProgramIO={0} - \u0412\u0432\u043e\u0434/\u0412\u044b\u0432\u043e\u0434
-
-# Install
-LAB_EndTasks=\u0412\u044b&\u0445\u043e\u0434
-ACSD_EndTasks=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-CTL_PendingTitle=\u0412\u044b\u0445\u043e\u0434
-ACSD_PendingTitle=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-LAB_PendingTasks=\u0412\u044b&\u0445\u043e\u0434 \u0438\u0437 \u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439 \u0441\u0440\u0435\u0434\u044b \u043f\u0440\u0435\u0440\u0432\u0451\u0442 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u044b:
-ACSD_PendingTasks=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-# {0} - process name
-CTL_PendingExternalProcess2=\u041f\u0440\u043e\u0446\u0435\u0441\u0441 - {0}
-# {0} - action name
-CTL_ActionInProgress=\u0412\u044b\u043f\u043e\u043b\u043d\u044f\u044e\u0449\u0435\u0435\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 {0}
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ru.properties
deleted file mode 100644
index 0a56444..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_ru.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-CTL_MoveUp=&\u0412\u0432\u0435\u0440\u0445
-CTL_MoveDown=\u0412&\u043d\u0438\u0437
-CTL_AddDirectory=\u0414\u043e&\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0430\u043f\u043a\u0443...
-CTL_AddJAR=\u0414&\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0430\u0440\u0445\u0438\u0432 JAR/ZIP...
-CTL_JarArchivesMask=\u0410\u0440\u0445\u0438\u0432\u044b JAR \u0438 ZIP
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_MoveUp=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_MoveDown=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_AddDirectory=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_AddJAR=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_PathList=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_CustomNbClassPathEditor=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-CTL_Edit_Jar_Dialog_Title=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c JAR-\u0444\u0430\u0439\u043b
-CTL_Edit_Local_Dialog_Title=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0443\u044e \u043f\u0430\u043f\u043a\u0443
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c JAR-\u0430\u0440\u0445\u0438\u0432
-CTL_FileSystemPanel.Local_Dialog_Title=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0443\u044e \u043f\u0430\u043f\u043a\u0443
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=\u041f\u0440\u043e\u0446&\u0435\u0441\u0441\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=\u0410\u0440&\u0433\u0443\u043c\u0435\u043d\u0442\u044b\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=\u041f\u043e\u0434&\u0441\u043a\u0430\u0437\u043a\u0430 \u0434\u043b\u044f \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=\u041f\u0440\u043e&\u0441\u043c\u043e\u0442\u0440...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_NbProcessDescriptorCustomEditor.processLabel=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_CustomNbProcessDescriptorEditor=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u0443\u0442\u0435\u0439
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=\u0421\u043f\u0438\u0441\u043e\u043a \u043f\u0443\u0442\u0435\u0439, \u043f\u043e\u0434\u043b\u0435\u0436\u0430\u0449\u0438\u0439 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044e.
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ru.properties
deleted file mode 100644
index 8e78e18..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_ru.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u042f\u0434\u0440\u043e - \u0418\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u0420\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u0434\u0432\u0438\u0436\u043a\u0430 \u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f.
-OpenIDE-Module-Long-Description=\u0414\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 \u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0432 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0443. \u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u043a\u043b\u0430\u0441\u0441\u044b, \u0440\u0435\u0430\u043b\u0438\u0437\u0443\u044e\u0449\u0438\u0435 API \u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0438 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ru.properties
deleted file mode 100644
index 3a2c974..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_ru.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=UI \u0432\u0432\u043e\u0434\u0430/\u0432\u044b\u0432\u043e\u0434\u0430
-
-#IOWindowAction
-IOWindow=\u0412&\u044b\u0432\u043e\u0434
-
-#Title for I/O window
-LBL_IO_WINDOW=\u0412\u044b\u0432\u043e\u0434
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0432\u043a\u043b\u0430\u0434\u043a\u0443
-LBL_CloseAll=\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0432\u0441\u0435 \u0432\u043a\u043b\u0430\u0434\u043a\u0438
-LBL_CloseOthers=\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0435 \u0432\u043a\u043b\u0430\u0434\u043a\u0438
-
-# Localization of Window/Output submenu
-Menu/Window/Output=\u0412&\u044b\u0432\u043e\u0434
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ru.properties
deleted file mode 100644
index 4bd5c70..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_ru.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u044b
-EditorsAction.source=&\u0418\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442
-GetLeftEditorAction.name=\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u044b - \u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0432\u043b\u0435\u0432\u043e
-
-GetRightEditorAction.name=\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u044b - \u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0432\u043f\u0440\u0430\u0432\u043e
-
-TabButton.tool_tip=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 {0}
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ru.properties
deleted file mode 100644
index adaca21..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_ru.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u041e\u043a\u043d\u0430 \u0441 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0432\u0438\u0434\u0430\u043c\u0438
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=API \u0438 \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043e\u043a\u043e\u043d \u0441 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0432\u0438\u0434\u0430\u043c\u0438
-OpenIDE-Module-Long-Description=API \u0438 \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043e\u043a\u043e\u043d \u0441 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c\u0438 \u0432\u0438\u0434\u0430\u043c\u0438
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ru.properties
deleted file mode 100644
index 9c4fbd2..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_ru.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=\u0414\u043e\u0441\u0442\u0443\u043f \u043a \u043d\u0435-Java \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u043c
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u043d\u0435-Java \u0441\u0432\u044f\u0437\u044b\u0432\u0430\u043d\u0438\u0435 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 JNA \u0434\u043b\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0432\u0438\u0437\u0443\u0430\u043b\u044c\u043d\u044b\u043c \u044d\u0444\u0444\u0435\u043a\u0442\u0430\u043c \u043e\u043a\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b.
-OpenIDE-Module-Long-Description=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u043d\u0435-Java \u0441\u0432\u044f\u0437\u044b\u0432\u0430\u043d\u0438\u0435 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 JNA \u0434\u043b\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0432\u0438\u0437\u0443\u0430\u043b\u044c\u043d\u044b\u043c \u044d\u0444\u0444\u0435\u043a\u0442\u0430\u043c \u043e\u043a\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b.
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ru.properties
deleted file mode 100644
index 67c99de..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_ru.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=\u041f\u0440\u043e\u0437\u0440\u0430\u0447\u043d\u043e\u0441\u0442\u044c
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_ru.properties
deleted file mode 100644
index 3b48f12..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_ru.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f OSGi \u0432 NetBeans
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_ru.properties
deleted file mode 100644
index d5cd6ed..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_ru.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=\u0421\u0440\u0435\u0434\u0430 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f OSGi \u0432 NetBeans
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ru.properties
deleted file mode 100644
index 6fec57a..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_ru.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u041e\u043a\u043d\u043e \u0432\u044b\u0432\u043e\u0434\u0430
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u041f\u0440\u043e\u0441\u0442\u0430\u044f \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043e\u043a\u043d\u0430 \u0432\u044b\u0432\u043e\u0434\u0430 \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0439 \u043e\u0431\u043b\u0430\u0441\u0442\u0438
-OpenIDE-Module-Long-Description=\u041e\u043a\u043d\u043e \u0432\u044b\u0432\u043e\u0434\u0430 \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043e \u043d\u0430 java.swing.text.Document \u043f\u043e\u0432\u0435\u0440\u0445 ByteBuffer/CharBuffer
-
-#Title for the output window
-LBL_OUTPUT=\u0412\u044b\u0432\u043e\u0434
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u0432\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0439 \u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u0441\u0438\u0441\u0442\u0435\u043c\u044b ({0})
-MSG_GenericError=\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u043f\u0440\u0438 \u0437\u0430\u043f\u0438\u0441\u0438 \u0444\u0430\u0439\u043b\u0430 \u0432\u044b\u0432\u043e\u0434\u0430
-
-LBL_STDOUT=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u0432\u044b\u0432\u043e\u0434
-FMT_FILE_EXISTS={0} \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.  \u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c?
-TITLE_SAVE_DLG=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0432\u044b\u0432\u043e\u0434 \u043a\u0430\u043a
-
-LBL_SaveAsFailedTitle=\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c
-MSG_SaveAsFailed=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0432 \u0444\u0430\u0439\u043b {0}.
-
-MSG_SearchFromBeg=\u0414\u043e\u0441\u0442\u0438\u0433\u043d\u0443\u0442 \u043a\u043e\u043d\u0435\u0446 \u0432\u044b\u0432\u043e\u0434\u0430. \u041f\u043e\u0438\u0441\u043a \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0441\u044f \u0441 \u043d\u0430\u0447\u0430\u043b\u0430.
-MSG_SearchFromEnd=\u0414\u043e\u0441\u0442\u0438\u0433\u043d\u0443\u0442\u043e \u043d\u0430\u0447\u0430\u043b\u043e \u0432\u044b\u0432\u043e\u0434\u0430. \u041f\u043e\u0438\u0441\u043a \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0441\u044f \u0441 \u043a\u043e\u043d\u0446\u0430.
-MSG_Found=''{0}'' \u043d\u0430\u0439\u0434\u0435\u043d\u043e \u043d\u0430 {1}:{2}
-MSG_NotFound={0} \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e.
-
-#OutputWindowAction
-OutputWindow=\u0412&\u044b\u0432\u043e\u0434
-
-#Find Dialog
-LBL_Find_Title=\u041f\u043e\u0438\u0441\u043a
-LBL_Find_What=\u041f\u043e\u0438\u0441\u043a:
-LBL_Use_RegExp=\u0420\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0435 &\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435
-LBL_Match_Case=&\u0423\u0447\u0438\u0442\u044b\u0432\u0430\u0442\u044c \u0440\u0435\u0433\u0438\u0441\u0442\u0440
-BTN_Find=\u041f\u043e\u0438&\u0441\u043a
-ACSN_Find=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_Find=\u041f\u043e\u0438\u0441\u043a
-ACSD_FindBTN=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_Find_What=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-LBL_Filter_Title=\u0424\u0438\u043b\u044c\u0442\u0440
-LBL_Filter_What=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0438, \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0435:
-BTN_Filter=&\u0424\u0438\u043b\u044c\u0442\u0440
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=\u0412\u044b\u0431\u043e\u0440 \u0448\u0440\u0438\u0444\u0442\u0430
-BTN_Defaul_Font=\u0428\u0440\u0438\u0444\u0442 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0444\u0430\u0439\u043b?
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=\u041d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0435 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435
-FMT_Invalid_RegExp=\u0421\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u0432 {0}
-
-#Output window popup menu
-ACTION_COPY=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-ACTION_PASTE=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c
-ACTION_WRAP=\u041f\u0435\u0440\u0435\u043d\u043e\u0441 \u043f\u043e \u0441\u043b\u043e\u0432\u0430\u043c
-ACTION_SAVEAS=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a...
-ACTION_CLOSE=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-ACTION_CLEAR=\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c
-ACTION_PREV_ERROR=\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430
-ACTION_NEXT_ERROR=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430
-ACTION_SELECT_ALL=\u0412\u044b\u0434\u0435\u043b\u0438\u0442\u044c \u0432\u0441\u0451
-ACTION_FIND=\u041f\u043e\u0438\u0441\u043a...
-ACTION_FIND_NEXT=\u041d\u0430\u0439\u0442\u0438 \u0434\u0430\u043b\u0435\u0435
-ACTION_FIND_PREVIOUS=\u041d\u0430\u0439\u0442\u0438 \u0440\u0430\u043d\u0435\u0435
-ACTION_LARGER_FONT=\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0448\u0440\u0438\u0444\u0442
-ACTION_SMALLER_FONT=\u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c \u0448\u0440\u0438\u0444\u0442
-ACTION_FONT_TYPE=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0448\u0440\u0438\u0444\u0442...
-ACTION_FILTER=\u0424\u0438\u043b\u044c\u0442\u0440...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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=\u0417\u0430\u043a\u043e\u043d\u0447\u0438\u043b\u043e\u0441\u044c \u043c\u0435\u0441\u0442\u043e \u043d\u0430 \u0434\u0438\u0441\u043a\u0435 \u0432 {0} - \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0435 \u0434\u043b\u044f \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432.  \u0421\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u043c \u0431\u043e\u043b\u044c\u0448\u0435 \u043c\u0435\u0441\u0442\u0430, \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0439 \u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b, \u0438\u043b\u0438 \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0443 \u0441 \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u0435\u043c -J-Dnb.output.heap=true
-
-MSG_LINE_TOO_LONG=...\u0441\u0442\u0440\u043e\u043a\u0430 \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0434\u043b\u0438\u043d\u043d\u0430\u044f, \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u0441\u044c \u0432 \u0440\u0435\u0436\u0438\u043c \u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0430 \u043f\u043e \u0441\u043b\u043e\u0432\u0430\u043c \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0432\u0441\u0435\u0439 \u0441\u0442\u0440\u043e\u043a\u0438...
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ru.properties
deleted file mode 100644
index 6b9214b..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_ru.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&\u0412\u0432\u043e\u0434
-LBL_EOF=&\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u043f\u043e\u0442\u043e\u043a \u0432\u0432\u043e\u0434\u0430
-TIP_EOF=\u0417\u0430\u043a\u0440\u044b\u0432\u0430\u0435\u0442 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u0432\u0432\u043e\u0434\u0430 \u0438 \u043f\u043e\u0441\u044b\u043b\u0430\u0435\u0442 \u043c\u0430\u0440\u043a\u0435\u0440 \u043a\u043e\u043d\u0446\u0430 \u043f\u043e\u0442\u043e\u043a\u0430 \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u0441\u043b\u0443\u0448\u0430\u0442\u0435\u043b\u0435\u0439 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043f\u043e\u0442\u043e\u043a\u0430
-TIP_INPUT=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0442\u0435\u043a\u0441\u0442 \u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u0412\u0432\u043e\u0434 \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u0441\u043b\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u0442\u0435\u043a\u0441\u0442 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u043c\u043e\u043c\u0443 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0443
-
-#Output window tab popup
-LBL_Close=\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0432\u043a\u043b\u0430\u0434\u043a\u0443
-LBL_CloseAll=\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0432\u0441\u0435 \u0432\u043a\u043b\u0430\u0434\u043a\u0438
-LBL_CloseOthers=\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0435 \u0432\u043a\u043b\u0430\u0434\u043a\u0438
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ru.properties
deleted file mode 100644
index cc633d9..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_ru.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=\u0417\u0430\u043f\u0443\u0441\u043a
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442 \u0438 \u0432\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043c\u043e\u0434\u0443\u043b\u0438.
-OpenIDE-Module-Long-Description=\u0414\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u0434\u0443\u043b\u044c \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0437\u0430\u0433\u0440\u0443\u0437\u0447\u0438\u043a\u0443 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u044c \u0438 \u0432\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0435 \u043c\u043e\u0434\u0443\u043b\u0438.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u043e netbeans.user \u043d\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e.\n\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0412\u0430\u0448 \u0441\u043a\u0440\u0438\u043f\u0442 \u0437\u0430\u043f\u0443\u0441\u043a\u0430 NetBeans.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u043a\u0430\u0442\u0430\u043b\u043e\u0433 ({0}) \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0432\u043d\u0443\u0442\u0440\u0438 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 NetBeans ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=\u0417\u0430\u043f\u0443\u0441\u043a \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b NetBeans
-# The Title of the About Box
-CTL_About_Title=\u041e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435
-CTL_About_Detail=\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438
-ACSD_AboutDialog=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSN_AboutTabs=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_AboutTabs=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=\u041e\u0436\u0438\u0434\u0430\u043b\u043e\u0441\u044c \u0438\u043c\u044f \u043a\u043b\u0430\u0441\u0441\u0430 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430, \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e...
-ERR_UserDirExpected=\u041f\u043e\u0441\u043b\u0435 \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u044f --userdir \u043e\u0436\u0438\u0434\u0430\u0435\u0442\u0441\u044f \u0438\u043c\u044f \u043f\u0430\u043f\u043a\u0438
-ERR_UINotFound=\u041a\u043b\u0430\u0441\u0441 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d, \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e...
-ERR_FontSizeExpected=\u041e\u0436\u0438\u0434\u0430\u043b\u0441\u044f \u0440\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e...
-ERR_BadFontSize=\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0440\u0430\u0437\u043c\u0435\u0440\u0430 \u0448\u0440\u0438\u0444\u0442\u0430, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e...
-ERR_BrandingNeedsArgument=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 --branding \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u043f\u043e\u0441\u043b\u0435 \u0441\u0435\u0431\u044f \u0435\u0449\u0451 \u043e\u0434\u0438\u043d \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442
-ERR_LocaleExpected=\u041f\u043e\u0441\u043b\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430 --locale \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u0443\u043a\u0430\u0437\u0430\u043d\u0430 \u043b\u043e\u043a\u0430\u043b\u044c
-
-
-CTL_Netbeanshome_notexists=\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u043e netbeans.home \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u043d\u0430 \u043d\u0435\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u043a\u0430\u0442\u0430\u043b\u043e\u0433.
-CTL_Netbeanshome1=\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u043e netbeans.home \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0430\u043b\u043e\u0433.
-CTL_Netbeanshome2=\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u043e netbeans.user \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u043d\u0430 \u043d\u0435\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u043a\u0430\u0442\u0430\u043b\u043e\u0433.
-CTL_Netbeanshome3=\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u043e netbeans.user \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u043d\u0435 \u043d\u0430 \u043a\u0430\u0442\u0430\u043b\u043e\u0433.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=\u041d\u0435 \u043c\u043e\u0433\u0443 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0439 \u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u0432 {0}. \u0424\u0430\u0439\u043b \u0441 \u0442\u0435\u043c \u0436\u0435 \u0438\u043c\u0435\u043d\u0435\u043c \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=\u041d\u0435 \u043c\u043e\u0433\u0443 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0439 \u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u0432 {0}.
-CTL_Cannot_mount_system_fs=\u041d\u0435 \u043c\u043e\u0433\u0443 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u0443\u044e \u0444\u0430\u0439\u043b\u043e\u0432\u0443\u044e \u0441\u0438\u0441\u0442\u0435\u043c\u0443, \u0432\u044b\u0445\u043e\u0434...
-
-#startup info messages
-MSG_IDEInit=\u0418\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f \u0441 {0}. \u0414\u0430\u043d\u043d\u044b\u0439 \u0440\u0435\u0441\u0443\u0440\u0441 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d.
-
-GTK_FONTSIZE_UNSUPPORTED=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 --fontsize \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e \u0432\u0438\u0434\u0430 GTK. \u0420\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 \u043c\u043e\u0436\u043d\u043e \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0432 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430\u0445 \u0432\u0430\u0448\u0435\u0433\u043e \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u0441\u0442\u043e\u043b\u0430.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=\u041e\u0448\u0438\u0431\u043a\u0430: {0}
-EXC_GraphicsStartFails2=\u0414\u0435\u0442\u0430\u043b\u0438 -- \u0432 {0}.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043c\u043e\u0434\u0443\u043b\u044c {0} \u0432\u0435\u0440\u0441\u0438\u0438 >= {1}, \u043d\u043e \u0431\u044b\u043b \u043d\u0430\u0439\u0434\u0435\u043d \u0432\u0435\u0440\u0441\u0438\u0438 {2}.
-# {0} - module display name
-MSG_problem_other_disabled=\u0422\u0430\u043a\u0436\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043c\u043e\u0434\u0443\u043b\u044c {0}.
-LBL_no_impl_version=[\u0432\u0435\u0440\u0441\u0438\u044f \u043d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u0430]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043c\u043e\u0434\u0443\u043b\u044c {0} \u0441 \u0432\u0435\u0440\u0441\u0438\u0435\u0439 \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 "{1}", \u043d\u043e \u043d\u0430\u0439\u0434\u0435\u043d\u043d\u044b\u0439 \u043c\u043e\u0434\u0443\u043b\u044c \u0438\u043c\u0435\u0435\u0442 \u0432\u0435\u0440\u0441\u0438\u044e \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 "{2}".
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=\u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0439 \u043c\u043e\u0434\u0443\u043b\u044c {0}.
-# {0} - required token
-MSG_problem_require_disabled=\u041d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u043d\u0438 \u043e\u0434\u0438\u043d \u043c\u043e\u0434\u0443\u043b\u044c \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0449\u0438\u0439 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c {0}.
-# {0} - required token
-MSG_problem_require_not_found=\u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d \u043d\u0438 \u043e\u0434\u0438\u043d \u043c\u043e\u0434\u0443\u043b\u044c \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0449\u0438\u0439 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c {0}.
-# {0} - class name
-MSG_problem_class_not_loaded=\u041f\u0430\u043a\u0435\u0442 \u0441 \u043a\u043b\u0430\u0441\u0441\u043e\u043c {0} \u043d\u0435 \u0431\u044b\u043b \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=\u041f\u0430\u043a\u0435\u0442 {0} \u043d\u0435 \u0431\u044b\u043b \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d \u0438\u043b\u0438 \u0443\u0441\u0442\u0430\u0440\u0435\u043b.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430 Java \u0432\u0435\u0440\u0441\u0438\u0438 \u043d\u0435 \u043d\u0438\u0436\u0435 {0}, \u043e\u0434\u043d\u0430\u043a\u043e \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u0430 \u0432\u0435\u0440\u0441\u0438\u044f {1}.
-MSG_warning=\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435
-MSG_info=\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f
-MSG_continue=\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043c\u043e\u0434\u0443\u043b\u0438 \u0438 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c
-MSG_exit=\u0412\u044b\u0445\u043e\u0434
-# {0} - number of other dependant modules
-MSG_also_dep_modules=\u041f\u043e \u044d\u0442\u043e\u0439 \u043f\u0440\u0438\u0447\u0438\u043d\u0435 \u043d\u0435 {0,choice,1#\u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u0435\u0449\u0451 \u043e\u0434\u0438\u043d \u043c\u043e\u0434\u0443\u043b\u044c|1<\u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b \u0435\u0449\u0451 {0} \u043c\u043e\u0434\u0443\u043b\u044f|5<\u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b \u0435\u0449\u0451 {0} \u043c\u043e\u0434\u0443\u043b\u0435\u0439}.
-
-# NbEvents
-MSG_start_load_boot_modules=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u044f\u0434\u0440\u0430...
-MSG_finish_load_boot_modules=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u044f\u0434\u0440\u0430... \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430.
-MSG_start_auto_restore=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043c\u043e\u0434\u0443\u043b\u0435\u0439...
-MSG_finish_auto_restore=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043c\u043e\u0434\u0443\u043b\u0435\u0439... \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430.
-MSG_start_enable_modules=\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043c\u043e\u0434\u0443\u043b\u0435\u0439...
-MSG_finish_enable_modules=\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043c\u043e\u0434\u0443\u043b\u0435\u0439... \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e.
-TEXT_finish_enable_modules=\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043c\u043e\u0434\u0443\u043b\u0435\u0439:
-MSG_start_disable_modules=\u0412\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043c\u043e\u0434\u0443\u043b\u0435\u0439...
-MSG_finish_disable_modules=\u0412\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043c\u043e\u0434\u0443\u043b\u0435\u0439... \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e.
-TEXT_finish_disable_modules=\u0412\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043c\u043e\u0434\u0443\u043b\u0435\u0439:
-MSG_failed_install_new=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435 - \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0434\u0443\u043b\u0438:
-# {0} - module display name
-MSG_failed_install_new_unexpected=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435 - \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043c\u043e\u0434\u0443\u043b\u044c {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=\u0420\u0430\u0437\u0432\u0451\u0440\u0442\u044b\u0432\u0430\u043d\u0438\u0435 \u0442\u0435\u0441\u0442\u043e\u0432\u043e\u0433\u043e \u043c\u043e\u0434\u0443\u043b\u044f \u0432 {0} ...
-TEXT_finish_deploy_test_module=\u0420\u0430\u0437\u0432\u0451\u0440\u0442\u044b\u0432\u0430\u043d\u0438\u0435 \u0442\u0435\u0441\u0442\u043e\u0432\u043e\u0433\u043e \u043c\u043e\u0434\u0443\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e.
-MSG_start_read=\u0427\u0442\u0435\u043d\u0438\u0435 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430 \u043c\u043e\u0434\u0443\u043b\u0435\u0439...
-MSG_finish_read=\u0427\u0442\u0435\u043d\u0438\u0435 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430 \u043c\u043e\u0434\u0443\u043b\u0435\u0439... \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e.
-MSG_restore=\u0417\u0430\u043f\u0443\u0441\u043a \u043c\u043e\u0434\u0443\u043b\u0435\u0439...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 {0}
-# {0} - module display name
-TEXT_install=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043d\u043e\u0432\u043e\u0433\u043e \u043c\u043e\u0434\u0443\u043b\u044f: {0}
-# {0} - module display name
-MSG_update=\u0417\u0430\u043f\u0443\u0441\u043a \u043d\u043e\u0432\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438 {0}
-# {0} - module display name
-TEXT_update=\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043c\u043e\u0434\u0443\u043b\u044f: {0}
-# {0} - module display name
-MSG_uninstall=\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 {0}
-MSG_load_section=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043c\u043e\u0434\u0443\u043b\u0435\u0439...
-MSG_load_layers=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0441\u0435\u0440\u0432\u0438\u0441\u043e\u0432 \u043c\u043e\u0434\u0443\u043b\u0435\u0439...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u043c\u043e\u0434\u0443\u043b\u044c {0} \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d, \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u0443\u0435\u043c...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043c\u043e\u0434\u0443\u043b\u044c {0}, \u0442.\u043a. \u043e\u043d \u0432\u0441\u0451 \u0435\u0449\u0451 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=\u0411\u044b\u043b\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0430 \u043f\u043e\u043f\u044b\u0442\u043a\u0430 \u043f\u043e\u043c\u0435\u043d\u044f\u0442\u044c \u0441\u0432\u043e\u0439\u0441\u0442\u043e {1} \u043c\u043e\u0434\u0443\u043b\u044f {0} \u0432 \u043f\u0430\u043f\u043a\u0435 system/Modules.\n\u0422\u0435\u043a\u0443\u0449\u0435\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 - "{3}" - \u043d\u043e \u043e\u043d\u043e \u0431\u044b\u043b\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u043e \u043d\u0430 \u0434\u0438\u0441\u043a\u0435, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c "{2}".\n\u0414\u0430\u043d\u043d\u043e\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u043e \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u043e \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441\u0440\u0435\u0434\u044b, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0434\u0430\u043d\u043d\u0430\u044f \u043f\u043e\u043f\u044b\u0442\u043a\u0430 \u0431\u044b\u043b\u0430 \u0431\u0435\u0437\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043d\u043e\u0439.
-# {0} - JAR file name
-TEXT_patch=\u0417\u0430\u043f\u043b\u0430\u0442\u043a\u0430 \u043c\u043e\u0434\u0443\u043b\u044f \u0438\u043b\u0438 \u043e\u0441\u043e\u0431\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0440\u0435\u0441\u0443\u0440\u0441 \u0438\u0437 \u043a\u043b\u0430\u0441\u0441\u0430: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=\u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d \u043a\u043b\u044e\u0447: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=\u041e\u0448\u0438\u0431\u043a\u0430 \u0440\u0430\u0437\u0431\u043e\u0440\u0430 \u0432 \u0444\u0430\u0439\u043b\u0435 {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=\u041e\u0448\u0438\u0431\u043a\u0430 \u0440\u0430\u0437\u0431\u043e\u0440\u0430 \u0432 \u0444\u0430\u0439\u043b\u0435 {1} \u043d\u0430 \u0441\u0442\u0440\u043e\u043a\u0435 {3}, \u043a\u043e\u043b\u043e\u043d\u043a\u0435 {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ru.properties
deleted file mode 100644
index c842bb5..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_ru.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=\u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0438\u0437 \u043a\u044d\u0448\u0430...
-MSG_end_load_cache=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0438\u0437 \u043a\u044d\u0448\u0430... \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430.
-MSG_start_rewrite_cache=\u0412\u043e\u0441\u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043a\u044d\u0448\u0430 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432...
-MSG_end_rewrite_cache=\u0412\u043e\u0441\u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043a\u044d\u0448\u0430 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432... \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=\u0424\u0430\u0439\u043b\u043e\u0432\u043e\u0435 \u0441\u043e\u0431\u044b\u0442\u0438\u0435 {0}, \u0444\u0430\u0439\u043b {1}
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ru.properties
deleted file mode 100644
index 5fbe9b1..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_ru.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=\u0424\u0430\u0439\u043b\u044b
-AdvancedOption.tooltip=\u0424\u0430\u0439\u043b\u044b
-FileAssociationsPanel.btnDefault.text=\u041f\u043e \u0443&\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-FileAssociationsPanel.btnDefault.tooltip=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0434\u043b\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f
-FileAssociationsPanel.btnDefault.AN=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-FileAssociationsPanel.btnDefault.AD=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0434\u043b\u044f \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f
-FileAssociationsPanel.btnDefaultIgnored.text=\u041f\u043e \u0443&\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-FileAssociationsPanel.btnDefaultIgnored.AN=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u0443\u0435\u043c\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-FileAssociationsPanel.btnDefaultIgnored.AD=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u0443\u0435\u043c\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-FileAssociationsPanel.btnNew.text=&\u0421\u043e\u0437\u0434\u0430\u0442\u044c...
-FileAssociationsPanel.btnNew.AN=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u0430
-FileAssociationsPanel.btnNew.AD=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u0430
-FileAssociationsPanel.btnRemove.text=&\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-FileAssociationsPanel.btnRemove.AN=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435
-FileAssociationsPanel.btnRemove.AD=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435
-FileAssociationsPanel.cbExtension.choose=< \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 >
-FileAssociationsPanel.cbExtension.AD=\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435
-FileAssociationsPanel.cbExtension.AN=\u0421\u043f\u0438\u0441\u043e\u043a \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0439
-FileAssociationsPanel.cbType.AN=\u0421\u043f\u0438\u0441\u043e\u043a \u0442\u0438\u043f\u043e\u0432 \u0444\u0430\u0439\u043b\u043e\u0432
-FileAssociationsPanel.cbType.AD=\u0421\u043f\u0438\u0441\u043e\u043a \u0442\u0438\u043f\u043e\u0432 \u0444\u0430\u0439\u043b\u043e\u0432
-FileAssociationsPanel.lblAssociatedAlso.text=\u0422\u0430\u043a\u0436\u0435 \u0441\u0432\u044f\u0437\u0430\u043d \u0441:
-FileAssociationsPanel.lblAssociatedAlso.AN=\u0422\u0438\u043f \u0444\u0430\u0439\u043b\u0430 \u0442\u0430\u043a\u0436\u0435 \u0441\u0432\u044f\u0437\u0430\u043d \u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u043c\u0438
-FileAssociationsPanel.lblAssociatedAlso.AD=\u0422\u0438\u043f \u0444\u0430\u0439\u043b\u0430 \u0442\u0430\u043a\u0436\u0435 \u0441\u0432\u044f\u0437\u0430\u043d \u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u043c\u0438
-FileAssociationsPanel.lblExtension.text=&\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435:
-FileAssociationsPanel.lblExtension.AN=\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435
-FileAssociationsPanel.lblExtension.AD=\u0421\u043f\u0438\u0441\u043e\u043a \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0439
-FileAssociationsPanel.lblType.text=\u0421\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0439 &\u0442\u0438\u043f \u0444\u0430\u0439\u043b\u0430 (MIME):
-FileAssociationsPanel.lblType.AD=\u0421\u043f\u0438\u0441\u043e\u043a \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043e\u0432 \u0444\u0430\u0439\u043b\u043e\u0432
-FileAssociationsPanel.lblType.AN=\u0421\u043f\u0438\u0441\u043e\u043a \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043e\u0432 \u0444\u0430\u0439\u043b\u043e\u0432
-FileAssociationsPanel.lblFileAssociations.text=\u0421\u0432\u044f\u0437\u0438 \u0444\u0430\u0439\u043b\u043e\u0432
-FileAssociationsPanel.lblFilesIgnored.text=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u0443\u0435\u043c\u044b\u0435 \u0441\u0440\u0435\u0434\u043e\u0439 \u0444\u0430\u0439\u043b\u044b
-FileAssociationsPanel.lblPattern.text=\u0428\u0430\u0431\u043b\u043e\u043d &\u0438\u0433\u043d\u043e\u0440\u0438\u0440\u0443\u0435\u043c\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432:
-FileAssociationsPanel.lblPattern.tooltip=\u0420\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0435 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u0443\u0435\u043c\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432. \u041f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u0442\u0441\u044f \u0438\u043c\u044f \u0444\u0430\u0439\u043b\u0430 \u0431\u0435\u0437 \u043f\u0443\u0442\u0438. \u041e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043f\u0443\u0441\u0442\u044b\u043c \u0434\u043b\u044f \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044f \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u0443\u0435\u043c\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432.
-FileAssociationsPanel.lblPattern.AN=\u0428\u0430\u0431\u043b\u043e\u043d \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u0443\u0435\u043c\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432
-FileAssociationsPanel.lblPattern.AD=\u0420\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0435 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u0443\u0435\u043c\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432. \u041f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u0442\u0441\u044f \u0438\u043c\u044f \u0444\u0430\u0439\u043b\u0430 \u0431\u0435\u0437 \u043f\u0443\u0442\u0438. \u041e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u043f\u0443\u0441\u0442\u044b\u043c \u0434\u043b\u044f \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044f \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u0443\u0435\u043c\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432.
-FileAssociationsPanel.txtPatternError.AN=\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441\u0430 \u0432 \u0448\u0430\u0431\u043b\u043e\u043d\u0435 \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u0443\u0435\u043c\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432
-FileAssociationsPanel.txtPatternError.AD=\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441\u0430 \u0432 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u043c \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u0430 \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u0443\u0435\u043c\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432
-
-NewExtensionPanel.title=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u043e\u0432\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u0430
-NewExtensionPanel.AD=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u043e\u0432\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u0430
-NewExtensionPanel.lblExtension.text=&\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435:
-NewExtensionPanel.lblExtension.AN=\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435
-NewExtensionPanel.lblExtension.AD=\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435
-
-OpenAsAction.name=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043a\u0430\u043a...
-OpenAsPanel.txtDescription.AN=\u041f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0430
-OpenAsPanel.txtDescription.AD=\u041f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0430
-OpenAsPanel.lblExtension.text=\u0421\u0447\u0438\u0442\u0430\u0442\u044c \u0444\u0430\u0439\u043b\u044b {0} \u043a\u0430\u043a:
-OpenAsPanel.title=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043a\u0430\u043a...
-OpenAsPanel.open=\u041e\u0442\u043a\u0440\u044b\u0442\u044c
-OpenAsPanel.AD=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0442\u0438\u043f \u0444\u0430\u0439\u043b\u0430
-
-# display name for options export
-Files.Options.Export.displayName=\u0424\u0430\u0439\u043b\u044b
-OpenAsPanel.lblDescription.text=NetBeans \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0434\u0430\u043d\u043d\u044b\u0439 \u0442\u0438\u043f \u0444\u0430\u0439\u043b\u043e\u0432. \u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043a\u0430\u043a \u0438\u043c\u0435\u043d\u043d\u043e \u0434\u043e\u043b\u0436\u043d\u044b \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c\u0441\u044f \u0434\u0430\u043d\u043d\u044b\u0435 \u0444\u0430\u0439\u043b\u044b.
-FileAssociationsPanel.autoScan.text=\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0441\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ru.properties
deleted file mode 100644
index 3558f60..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_ru.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&\u041e\u0431\u0449\u0435\u0433\u043e \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f
-CTL_General_Options_Title=\u041e\u0431\u0449\u0435\u0433\u043e \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f
-CTL_General_Options_Category=\u041e\u0431\u0449\u0435\u0433\u043e \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f
-CTL_General_Options_Description=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043e\u0431\u0449\u0435\u0433\u043e \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f, \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u043a\u0441\u0438 \u0438 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430
-CTL_Package_View_Type=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043f\u0430\u043a\u0435\u0442\u043e\u0432 Java \u043a\u0430\u043a:
-CTL_Flattern_Packages=&\u0421\u043f\u0438\u0441\u043e\u043a
-AN_Flattern_Packages=\u0421\u043f\u0438\u0441\u043e\u043a
-AD_Flattern_Packages=\u0421\u043f\u0438\u0441\u043e\u043a
-CTL_Tree_Packages=\u0414\u0435\u0440\u0435\u0432\u043e
-AN_Tree_Packages=\u0414\u0435\u0440\u0435\u0432\u043e
-AD_Tree_Packages=\u0414\u0435\u0440\u0435\u0432\u043e
-CTL_No_Proxy=&\u0411\u0435\u0437 \u043f\u0440\u043e\u043a\u0441\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430
-AN_No_Proxy=\u0411\u0435\u0437 \u043f\u0440\u043e\u043a\u0441\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430
-AD_No_Proxy=\u0411\u0435\u0437 \u043f\u0440\u043e\u043a\u0441\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430
-CTL_Usage_Statistics=\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f:
-AN_Usage_Statistics=\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f
-AD_Usage_Statistics=\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f
-CTL_Usage_Check=&\u041f\u043e\u043c\u043e\u0433\u0438\u0442\u0435 \u043d\u0430\u043c \u0443\u043b\u0443\u0447\u0448\u0438\u0442\u044c NetBeans IDE \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0432 \u0430\u043d\u043e\u043d\u0438\u043c\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043e\u0431 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438
-AN_Usage_Check=\u041f\u043e\u043c\u043e\u0433\u0438\u0442\u0435 \u043d\u0430\u043c \u0443\u043b\u0443\u0447\u0448\u0438\u0442\u044c NetBeans IDE \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0432 \u0430\u043d\u043e\u043d\u0438\u043c\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043e\u0431 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438
-AD_Usage_Check=\u041f\u043e\u043c\u043e\u0433\u0438\u0442\u0435 \u043d\u0430\u043c \u0443\u043b\u0443\u0447\u0448\u0438\u0442\u044c NetBeans IDE \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0432 \u0430\u043d\u043e\u043d\u0438\u043c\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043e\u0431 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438
-CTL_Usage_Info=<html>\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u043d\u0430\u043c \u043b\u0443\u0447\u0448\u0435 \u043f\u043e\u043d\u044f\u0442\u044c \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0438 \u0440\u0430\u0441\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442\u044b \u0434\u043b\u044f \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u0439 \u0432 \u0431\u0443\u0434\u0443\u0449\u0438\u0445 \u0432\u0435\u0440\u0441\u0438\u044f\u0445. \u041c\u044b \u043d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u0431\u0443\u0434\u0435\u043c \u0438\u0441\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u044c \u0441\u043e\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u043a\u0430\u043a\u0438\u0445-\u043b\u0438\u0431\u043e \u0434\u0430\u043d\u043d\u044b\u0445 \u043e \u0432\u0430\u0448\u0438\u0445 \u043f\u0440\u043e\u0435\u043a\u0442\u0430\u0445.</html>
-AN_Usage_Info=\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f
-AD_Usage_Info=\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u043d\u0430\u043c \u043b\u0443\u0447\u0448\u0435 \u043f\u043e\u043d\u044f\u0442\u044c \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0438 \u0440\u0430\u0441\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442\u044b \u0434\u043b\u044f \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u0439 \u0432 \u0431\u0443\u0434\u0443\u0449\u0438\u0445 \u0432\u0435\u0440\u0441\u0438\u044f\u0445. \u041c\u044b \u043d\u0438\u043a\u043e\u0433\u0434\u0430 \u043d\u0435 \u0431\u0443\u0434\u0435\u043c \u0438\u0441\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u044c \u0441\u043e\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u043a\u0430\u043a\u0438\u0445-\u043b\u0438\u0431\u043e \u0434\u0430\u043d\u043d\u044b\u0445 \u043e \u0432\u0430\u0448\u0438\u0445 \u043f\u0440\u043e\u0435\u043a\u0442\u0430\u0445.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>\u0423\u0437\u043d\u0430\u0439\u0442\u0435 \u0431\u043e\u043b\u044c\u0448\u0435</u></font></html>
-AN_Learn_More=\u0423\u0437\u043d\u0430\u0439\u0442\u0435 \u0431\u043e\u043b\u044c\u0448\u0435
-AD_Learn_More=\u0423\u0437\u043d\u0430\u0439\u0442\u0435 \u0431\u043e\u043b\u044c\u0448\u0435
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u043a\u0441\u0438
-AN_Use_System_Proxy_Settings=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u043a\u0441\u0438
-AD_Use_System_Proxy_Settings=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u043a\u0441\u0438
-CTL_Use_HTTP_Proxy=&\u0420\u0443\u0447\u043d\u0430\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043f\u0440\u043e\u043a\u0441\u0438
-AN_Use_HTTP_Proxy=HTTP \u043f\u0440\u043e\u043a\u0441\u0438
-AD_Use_HTTP_Proxy=HTTP \u043f\u0440\u043e\u043a\u0441\u0438
-AN_Web_Browser=\u0411\u0440\u0430\u0443\u0437\u0435\u0440
-AD_Web_Browser=\u0411\u0440\u0430\u0443\u0437\u0435\u0440
-AN_Host=\u0410\u0434\u0440\u0435\u0441
-AD_Host=\u0410\u0434\u0440\u0435\u0441
-AN_Port=\u041f\u043e\u0440\u0442
-AD_Port=\u041f\u043e\u0440\u0442
-AN_Update_Period=\u041f\u0435\u0440\u0438\u043e\u0434 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f
-AD_Update_Period=\u041f\u0435\u0440\u0438\u043e\u0434 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f
-AN_Ask_Before_Check=\u0421\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044c \u043f\u0435\u0440\u0435\u0434 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u043e\u0439
-AD_Ask_Before_Check=\u0421\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044c \u043f\u0435\u0440\u0435\u0434 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u043e\u0439
-Line_Numbers=&\u041d\u043e\u043c\u0435\u0440\u0430 \u0441\u0442\u0440\u043e\u043a
-Antialiasing=\u0421\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u043d\u0438\u0435 \u0442\u0435\u043a\u0441\u0442\u0430:
-Text_Antialiasing=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u043d\u0438\u0435
-Toolbar=\u041f&\u0430\u043d\u0435\u043b\u044c \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-Package_View=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043f\u0430\u043a\u0435\u0442\u043e\u0432
-SDI_Window_Mode=\u041e\u0434\u043d\u043e-\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043d\u044b\u0439 \u043e\u043a\u043e\u043d\u043d\u044b\u0439 \u0440\u0435\u0436\u0438\u043c (SDI)
-MDI_Window_Mode=\u041c\u043d\u043e\u0433\u043e-\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043d\u044b\u0439 \u043e\u043a\u043e\u043d\u043d\u044b\u0439 \u0440\u0435\u0436\u0438\u043c (MDI)
-Tree_View=\u0412 \u0432\u0438\u0434\u0435 \u0434\u0435\u0440\u0435\u0432\u0430
-Default_System_Browser=<\u0411\u0440\u0430\u0443\u0437\u0435\u0440 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e>
-Swing_HTML_Browser=\u0411\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0430 \u0431\u0430\u0437\u0435 Swing
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=\u041e\u0431\u0449\u0435\u0433\u043e \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f
-CTL_Web_Browser=&\u0411\u0440\u0430\u0443\u0437\u0435\u0440:
-Confirm_Delete=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 &\u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435:
-CTL_Web_Proxy=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u043a\u0441\u0438:
-CTL_Proxy_Settings=\u041f\u0440\u043e\u043a\u0441\u0438
-CTL_Proxy_Port=\u041f\u043e&\u0440\u0442\:
-CTL_Proxy_Host=HTTP \u043f\u0440\u043e&\u043a\u0441\u0438\:
-Code_Folding=\u0421\u0432\u0451\u0440\u0442\u044b\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u0434\u0430:
-Show=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c:
-Editor=\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440
-CTL_Check_Period=\u041f\u0435\u0440&\u0438\u043e\u0434 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438:
-CTL_Ask_Before_Check=&\u0421\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044c \u043f\u0435\u0440\u0435\u0434 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u043e\u0439:
-CTL_Auto_Update=\u0410\u0432\u0442\u043e\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435
-Use_Folding=&\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0432\u0451\u0440\u0442\u044b\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u0434\u0430
-Fold_Methods=\u0421\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0442\u044c &\u043c\u0435\u0442\u043e\u0434\u044b
-Fold_Classes=\u0421\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0442\u044c &\u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0438\u0435 \u043a\u043b\u0430\u0441\u0441\u044b
-Fold_Imports=\u0421\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0442\u044c &\u0438\u043c\u043f\u043e\u0440\u0442\u044b
-Fold_JavaDoc=\u0421\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0442\u044c &\u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 JavaDoc
-Fold_Licence=\u0421\u0432\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0442\u044c &\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439
-Auto_Popup=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c:
-Auto_Popup_Completion=\u041e\u043a\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u043a\u043e\u0434\u0430
-Auto_Popup_JavaDoc=\u041e\u043a\u043d\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0438
-CTL_Update_every_startup=\u041f\u0440\u0438 \u043a\u0430\u0436\u0434\u043e\u043c \u0437\u0430\u043f\u0443\u0441\u043a\u0435
-CTL_Update_every_day=\u041a\u0430\u0436\u0434\u044b\u0439 \u0434\u0435\u043d\u044c
-CTL_Update_every_week=\u041a\u0430\u0436\u0434\u0443\u044e \u043d\u0435\u0434\u0435\u043b\u044e
-CTL_Update_every_2weeks=\u041a\u0430\u0436\u0434\u044b\u0435 \u0434\u0432\u0435 \u043d\u0435\u0434\u0435\u043b\u0438
-CTL_Update_every_month=\u041a\u0430\u0436\u0434\u044b\u0439 \u043c\u0435\u0441\u044f\u0446
-CTL_Update_never=\u041d\u0438\u043a\u043e\u0433\u0434\u0430
-CTL_Default_System_Browser=\u0411\u0440\u0430\u0443\u0437\u0435\u0440 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=\u0412\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440
-
-
-
-
-AN_NonProxy=\u041d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u043a\u0441\u0438 \u0434\u043b\u044f
-
-AD_NonProxy=\u041d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u043a\u0441\u0438 \u0434\u043b\u044f
-
-CTL_Non_Proxy=\u041d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u043a\u0441&\u0438 \u0434\u043b\u044f\:
-
-Non_Proxy_Hint=(\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 localhost, *.netbeans.org, *.moiserver.ru)
-LBL_GeneralOptionsPanel_bMoreProxy=\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442&\u0442\u0435\u043b\u044c\u043d\u043e...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u043a\u0441\u0438
-LBL_GeneralOptionsPanel_bMoreProxy.AD=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u043a\u0441\u0438
-
-LBL_GeneralOptionsPanel_PortError=\u041f\u043e\u0440\u0442 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0446\u0435\u043b\u044b\u043c \u0447\u0438\u0441\u043b\u043e\u043c.
-
-LBL_GeneralOptionsPanel_lWebProxy=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u043a\u0441\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP \u043f\u0440\u043e&\u043a\u0441\u0438\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=\u041f&\u043e\u0440\u0442\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=\u041f\u043e&\u0440\u0442\:
-
-LBL_AdvancedProxyPanel_lSocksPort=\u041f\u043e\u0440&\u0442\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS \u043f\u0440\u043e\u043a\u0441\u0438\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS \u043f\u0440\u043e\u043a\u0441\u0438\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=\u041d\u0435 \u0438\u0441\u043f\u043e&\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u043a\u0441\u0438 \u0434\u043b\u044f:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=\u0414\u043b\u044f \u043f\u0440\u043e\u043a\u0441\u0438 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f &\u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f
-
-LBL_AdvancedProxyPanel_lUserName=\u0418&\u043c\u044f\:
-
-LBL_AdvancedProxyPanel_lUserPassword=\u041f\u0430\u0440&\u043e\u043b\u044c\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u043a\u0441\u0438 \u0434\u043b\u044f &\u0432\u0441\u0435\u0445 \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b\u043e\u0432
-
-LBL_AdvancedProxyPanel_Title=\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u043a\u0441\u0438
-LBL_AdvancedProxyPanel_PortError=\u041f\u043e\u0440\u0442 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0446\u0435\u043b\u044b\u043c \u0447\u0438\u0441\u043b\u043e\u043c.
-GeneralOptionsPanel.rbUseSystemProxy.text=&\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u043a\u0441\u0438
-GeneralOptionsPanel.lWebBrowser.text=\u0412&\u0435\u0431 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\:
-GeneralOptionsPanel.rbNoProxy.text=&\u0411\u0435\u0437 \u043f\u0440\u043e\u043a\u0441\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-ACD_AdvancedProxyPanel_tfSocksHost=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-ACD_AdvancedProxyPanel_tfSocksPort=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-ACD_AdvancedProxyPanel_tfUserName=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-ACD_AdvancedProxyPanel_pfUserPassword=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-ACD_AdvancedProxyPanel=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-LBL_WebBrowsersPanel_Title=\u0411\u0440\u0430\u0443\u0437\u0435\u0440\u044b
-LBL_ExternalBrowser_Name=\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440
-WebBrowsersPanel.nameLabel.text=\u0418\u043c\u044f\:
-WebBrowsersPanel.executableLabel.text=\u0418\u0441\u043f\u043e\u043b\u043d\u044f\u0435\u043c\u044b\u0439 \u0444\u0430\u0439\u043b\:
-WebBrowsersPanel.parametersLabel.text=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\:
-WebBrowsersPanel.browseButton.text=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c...
-WebBrowsersPanel.removeButton.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-WebBrowsersPanel.browsersLabel.text=\u0412\u0435\u0431 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044b\:
-GeneralOptionsPanel.editBrowserButton.text=&\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c...
-GeneralOptionsPanel.editBrowserButton.AD=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044b
-GeneralOptionsPanel.editBrowserButton.AN=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044b
-WebBrowsers_URL_Hint=\u041f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0430\: {URL} \= URL \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0434\u043b\u044f \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435
-
-ACS_WebBrowsersList=\u0421\u043f\u0438\u0441\u043e\u043a \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0445 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u043e\u0432
-ACS_AddWebBrowserButton=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440
-ACS_RemoveWebBrowserButton=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440
-ACS_BrowserNameField=\u0418\u043c\u044f \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430
-ACS_BrowserExecutableField=\u0418\u0441\u043f\u043e\u043b\u043d\u044f\u0435\u043c\u044b\u0439 \u0444\u0430\u0439\u043b \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430
-ACS_BrowserParametersField=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0438\u0441\u043f\u043e\u043b\u043d\u044f\u0435\u043c\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0430 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430
-ACS_BrowseExecutableButton=\u0423\u043a\u0430\u0437\u0430\u0442\u044c \u043d\u0430 \u0438\u0441\u043f\u043e\u043b\u043d\u044f\u0435\u043c\u044b\u0439 \u0444\u0430\u0439\u043b \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430
-WebBrowsersOptionsPanel.browsersLabel.text=&\u0412\u0435\u0431 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044b\:
-WebBrowsersOptionsPanel.addButton.text=&\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c...
-WebBrowsersOptionsPanel.removeButton.text=&\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-WebBrowsersOptionsPanel.nameLabel.text=\u0418&\u043c\u044f\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=\u0411\u0440\u0430\u0443\u0437\u0435\u0440\u044b
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=\u0421\u043f\u0438\u0441\u043e\u043a \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u043e\u0432
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=\u0421\u043f\u0438\u0441\u043e\u043a \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u043e\u0432
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=\u041a\u043d\u043e\u043f\u043a\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=\u041a\u043d\u043e\u043f\u043a\u0430 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=\u0418\u043c\u044f \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=\u0418\u043c\u044f \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=\u0418\u043c\u044f \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=\u0411\u0440\u0430\u0443\u0437\u0435\u0440\u044b
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=\u0411\u0440\u0430\u0443\u0437\u0435\u0440\u044b
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>\u041f\u0440\u044f\u043c\u043e\u0435 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=\u041f\u0440\u043e\u043a\u0441\u0438, \u043e\u0431\u0449\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
-
-# Display name for options export
-General.Options.Export.Category.displayName=\u041e\u0431\u0449\u0435\u0433\u043e \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f
-General.Options.Export.displayName=\u041e\u0431\u0449\u0435\u0433\u043e \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f
-Other.Options.Export.displayName=\u0412\u0441\u0435 \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0435
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ru.properties
deleted file mode 100644
index 16482ae..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_ru.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u042f\u0434\u0440\u043e - \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b.
-OpenIDE-Module-Long-Description=\u041f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u043a\u043b\u0430\u0441\u0441\u044b \u0438 \u0440\u0435\u0441\u0443\u0440\u0441\u044b \u0434\u043b\u044f \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e \u0431\u0430\u0437\u043e\u0432\u043e\u0433\u043e \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b \u0438 \u0434\u043b\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439, \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 NetBeans.
-
-Actions=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f
-Actions/Edit=\u041f\u0440\u0430\u0432\u043a\u0430
-Actions/Help=\u0421\u043f\u0440\u0430\u0432\u043a\u0430
-Actions/System=\u0421\u0438\u0441\u0442\u0435\u043c\u0430
-Actions/Tools=\u0421\u0435\u0440\u0432\u0438\u0441
-Actions/View=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440
-Actions/Window/SelectDocumentNode=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043d\u0430 \u0432\u043a\u043b\u0430\u0434\u043a\u0435
-Menu=\u041c\u0435\u043d\u044e
-Menu/Edit=\u041f\u0440&\u0430\u0432\u043a\u0430
-Menu/File=&\u0424\u0430\u0439\u043b
-Menu/GoTo=&\u041f\u0435\u0440\u0435\u0445\u043e\u0434
-Menu/Help=\u0421\u043f&\u0440\u0430\u0432\u043a\u0430
-Menu/Tools=\u0421&\u0435\u0440\u0432\u0438\u0441
-Menu/View=\u041f\u0440\u043e\u0441&\u043c\u043e\u0442\u0440
-Menu/Window/SelectDocumentNode=\u0412\u044b\u0431\u0440\u0430&\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043d\u0430 \u0432\u043a\u043b\u0430\u0434\u043a\u0435
-Services/Browsers=\u0411\u0440\u0430\u0443\u0437\u0435\u0440\u044b
-Templates/Privileged=\u041f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439
-Templates/Recent=\u041d\u0435\u0434\u0430\u0432\u043d\u0438\u0435
-Templates/Services/Browsers=\u0411\u0440\u0430\u0443\u0437\u0435\u0440\u044b
-Toolbars=\u041f\u0430\u043d\u0435\u043b\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-Toolbars/Clipboard=\u0411\u0443&\u0444\u0435\u0440 \u043e\u0431\u043c\u0435\u043d\u0430
-Toolbars/UndoRedo=&\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c/\u0412\u0435\u0440\u043d\u0443\u0442\u044c
-Toolbars/File=&\u0424\u0430\u0439\u043b
-Toolbars/Memory=\u0421&\u0447\u0451\u0442\u0447\u0438\u043a \u043f\u0430\u043c\u044f\u0442\u0438
-Toolbars/Standard.xml=\u041d\u0430\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043a\u043e\u0434\u0430
-UI/Services=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
-
-ProgressDisplayName_FileSystemRefresh=\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e \u0444\u0430\u0439\u043b\u0430\u0445
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_ru.properties
deleted file mode 100644
index 8f6f439..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_ru.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=\u041d\u0430\u0447\u0430\u0442\u044c \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u0432\u044b\u0431\u043e\u0440\u043a\u0438 \u0441\u0440\u0435\u0434\u044b
-SelfSamplerAction_ActionNameStop=\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440\u043a\u0443 \u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0441\u043d\u0438\u043c\u043e\u043a
-SelfSamplerAction_ActionDescription=\u0411\u0443\u0434\u0435\u0442 \u043f\u043e\u043b\u0443\u0447\u0435\u043d \u0441\u043d\u0438\u043c\u043e\u043a \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u0434\u0430\u043c\u043f\u0430 \u043f\u043e\u0442\u043e\u043a\u043e\u0432
-SelfSamplerAction_ThreadName=\u0421\u0430\u043c\u043e\u043f\u0440\u043e\u0431\u043d\u0438\u043a \u0441\u0440\u0435\u0434\u044b
-SelfSamplerAction_NotSupported=\u0421\u0430\u043c\u043e\u043f\u0440\u043e\u0431\u043d\u0438\u043a \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d
-SelfSamplerAction_SavedFile=C\u043d\u0438\u043c\u043e\u043a \u0431\u044b\u043b \u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d \u0432 {0}
-Save_Progress=\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u0441\u043d\u0438\u043c\u043a\u0430
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ru.properties
deleted file mode 100644
index 1161c1c..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_ru.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0435
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ru.properties
deleted file mode 100644
index 985692b..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_ru.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=\u0412\u0441\u0435\u0433\u043e \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u0430\u043c\u044f\u0442\u0438 {0}
-
-
-#LOG_WINDOW_ACTIVATED=\u0413\u043b\u0430\u0432\u043d\u043e\u0435 \u043e\u043a\u043d\u043e \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e, \u043f\u0435\u0440\u0435\u0440\u0438\u0441\u043e\u0432\u043a\u0430 \u0437\u0430\u043d\u044f\u043b\u0430 {0} \u043c\u0441
-#LOG_WINDOW_DEACTIVATED=\u0413\u043b\u0430\u0432\u043d\u043e\u0435 \u043e\u043a\u043d\u043e \u0434\u0435\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e
-#LOG_WINDOW_REFRESH_CANCEL=\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u043e \u0432 {0}-\u0439 \u0440\u0430\u0437
-#LOG_WINDOW_REFRESH_OFF=\u041e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0438 \u0444\u043e\u043a\u0443\u0441\u0430
-
-MSG_Refresh=\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u0432\u043d\u0435\u0448\u043d\u0438\u0445 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=\u041f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d
-MSG_SoDInfo=<p>\u041f\u0440\u0438 \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438 \u0438\u0437 \u0434\u0440\u0443\u0433\u043e\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0432 \u0441\u0440\u0435\u0434\u0443, \u043e\u043d\u0430 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442 \u043f\u043e\u0438\u0441\u043a \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0432 \u0432\u0430\u0448\u0438\u0445 \u0444\u0430\u0439\u043b\u0430\u0445.\n\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u044d\u0442\u0443 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0438 \u0432\u044b\u0437\u044b\u0432\u0430\u0442\u044c \u043f\u043e\u0438\u0441\u043a \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0432\u0440\u0443\u0447\u043d\u0443\u044e\n\u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043a\u043e\u043c\u0430\u043d\u0434 \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u0438\u043b\u0438 \u041f\u043e\u0438\u0441\u043a \u0432\u043d\u0435\u0448\u043d\u0438\u0445 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 (\u0432 \u043c\u0435\u043d\u044e \u0418\u0441\u0445\u043e\u0434\u043d\u044b\u0435 \u0444\u0430\u0439\u043b\u044b).\n\n<p>\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043f\u043e\u0438\u0441\u043a \u0432\u043d\u0435\u0448\u043d\u0438\u0445 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439?
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ru.properties
deleted file mode 100644
index fc06a4d..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_ru.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<\u0442\u043e\u043b\u044c\u043a\u043e \u0440\u0430\u0431\u043e\u0447\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ru.properties
deleted file mode 100644
index c3f0175..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_ru.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=\u0421\u043e\u0437\u0434\u0430\u0442\u044c &\u043a\u043e\u043f\u0438\u044e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430
-# CloseWindowAction
-CTL_CloseWindowAction=&\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u043e\u043a\u043d\u043e
-
-CTL_RecentViewListAction=\u041f\u0435\u0440\u0435&\u0439\u0442\u0438 \u043a \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u043c\u0443 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443
-CTL_SwitchToRecentDocumentAction=&\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440
-
-CTL_CloseAllDocumentsAction=\u0417\u0430\u043a\u0440\u044b\u0442\u044c &\u0432\u0441\u0435 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b
-
-# UndockAction
-CTL_UndockWindowAction=\u041e&\u0442\u043a\u0440\u0435\u043f\u0438\u0442\u044c \u043e\u043a\u043d\u043e
-CTL_UndockWindowAction_Dock=\u0417&\u0430\u043a\u0440\u0435\u043f\u0438\u0442\u044c \u043e\u043a\u043d\u043e
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0432\u0441\u0435 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u043e\u043a\u043d\u043e
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u043e\u043a\u043d\u043e
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0434\u0440\u0443\u0433\u0438\u0435 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043a\u043e\u043f\u0438\u044e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=\u0417\u0430\u043a\u0440\u044b\u0442\u044c &\u0434\u0440\u0443\u0433\u0438\u0435 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442&\u044c \u043e\u043a\u043d\u043e
-CTL_UnmaximizeWindowAction=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043e\u043a\u043d\u043e
-
-# DocumentsAction
-CTL_DocumentsAction=&\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=&\u041f\u0430\u043d\u0435\u043b\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-
-# NextTabAction
-CTL_NextTabAction=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u0432\u043a\u043b\u0430\u0434\u043a\u0430
-# PreviousTabAction
-CTL_PreviousTabAction=\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u0432\u043a\u043b\u0430\u0434\u043a\u0430
-
-CTL_ToggleFullScreenAction=&\u0412 \u0432\u0435\u0441\u044c \u044d\u043a\u0440\u0430\u043d
-
-# ResetWindowsAction
-CTL_ResetWindows=\u0421&\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043e\u043a\u043d\u0430
-
-LBL_ToggleWindowTransparencyAction=\u041f\u0440\u043e\u0437\u0440\u0430\u0447\u043d\u043e\u0435 \u043e\u043a\u043d\u043e
-LBL_WindowTransparencyHint=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0438 \u043f\u043e\u0434\u0435\u0440\u0436\u0438\u0442\u0435 [Ctrl + 0 \u043d\u0430 \u0446\u0438\u0444\u0440\u043e\u0432\u043e\u0439 \u043a\u043b\u0430\u0432\u0438\u0430\u0442\u0443\u0440\u0435], \u0447\u0442\u043e\u0431\u044b \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0441\u0432\u0451\u0440\u043d\u0443\u0442\u043e\u0435 \u043e\u043a\u043d\u043e \u043f\u0440\u043e\u0437\u0440\u0430\u0447\u043d\u044b\u043c.
-
-# Properties
-GlobalProperties=&\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ru.properties
deleted file mode 100644
index aede0e1..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_ru.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0432\u0438\u0434
-AdvancedOption_Tooltip_WinSys=\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u043e\u043a\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b
-
-IsAlphaFloatingTooltip=\u0414\u0435\u043b\u0430\u0435\u0442 \u043f\u043b\u0430\u0432\u0430\u044e\u0449\u0438\u0435 \u043d\u0435\u0442\u0435\u043a\u0443\u0449\u0438\u0435 \u043e\u043a\u043d\u0430 \u043f\u043e\u043b\u0443\u043f\u0440\u043e\u0437\u0440\u0430\u0447\u043d\u044b\u043c\u0438 \u0447\u0435\u0440\u0435\u0437 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u0435\u043a\u0443\u043d\u0434
-
-IsDragWindowTooltip=\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442 "\u043f\u0440\u0438\u0437\u0440\u0430\u043a" \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u043e\u043a\u043d\u0430 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u043f\u0435\u0440\u0435\u0442\u044f\u0433\u0438\u0432\u0430\u043d\u0438\u044f \u043e\u043a\u043d\u0430
-IsAlphaDragTooltip=\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043f\u0440\u043e\u0437\u0440\u0430\u0447\u043d\u043e\u0441\u0442\u044c \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u043e\u043a\u043d\u0430 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u043f\u0435\u0440\u0435\u0442\u044f\u0433\u0438\u0432\u0430\u043d\u0438\u044f
-
-IsSnapScreenEdgesTooltip=\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043f\u0440\u0438\u0441\u0442\u044b\u043a\u043e\u0432\u044b\u0432\u0430\u0442\u044c \u043f\u043b\u0430\u0432\u0430\u044e\u0449\u0438\u0435 \u043e\u043a\u043d\u0430 \u043a \u0433\u0440\u0430\u043d\u0438\u0446\u0430\u043c \u044d\u043a\u0440\u0430\u043d\u0430
-IsSnappingTooltip=\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u043f\u0440\u0438\u0441\u0442\u044b\u043a\u043e\u0432\u043a\u0443 \u043f\u043b\u0430\u0432\u0430\u044e\u0449\u0438\u0445 \u043e\u043a\u043e\u043d \u0434\u043b\u044f \u043e\u0431\u043b\u0435\u0433\u0447\u0435\u043d\u0438\u044f \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043e\u043a\u043e\u043d
-
-NoAlphaSupport=\u041f\u0440\u043e\u0437\u0440\u0430\u0447\u043d\u043e\u0441\u0442\u044c \u043e\u043a\u043e\u043d \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u043e\u0439
-LBL_DragWindowImage=\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u0435\u043c\u043e\u0433\u043e \u043e\u043a\u043d\u0430
-LBL_TransparentDragWindow=\u041f\u0440\u043e\u0437\u0440\u0430\u0447\u043d\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u0435\u043c\u043e\u0433\u043e \u043e\u043a\u043d\u0430
-LBL_TransparentFloatingWindows=\u041f\u0440\u043e\u0437\u0440\u0430\u0447\u043d\u044b\u0435 \u043f\u043b\u0430\u0432\u0430\u044e\u0449\u0438\u0435 \u043e\u043a\u043d\u0430
-LBL_SnapFloatingWindows=\u041f\u0440\u0438\u0441\u0442\u044b\u043a\u043e\u0432\u044b\u0432\u0430\u044e\u0449\u0438\u0435\u0441\u044f \u043f\u043b\u0430\u0432\u0430\u044e\u0449\u0438\u0435 \u043e\u043a\u043d\u0430
-LBL_SnapToScreenEdges=\u041f\u0440\u0438\u0441\u0442\u044b\u043a\u043e\u0432\u044b\u0432\u0430\u0442\u044c \u043a \u0433\u0440\u0430\u043d\u0438\u0446\u0430\u043c \u044d\u043a\u0440\u0430\u043d\u0430
-LBL_CloseActivatesRecentDocument=\u0417\u0430\u043a\u0440\u044b\u0442\u0438\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0443\u0435\u0442 \u043d\u0435\u0434\u0430\u0432\u043d\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442
-TIP_CloseActivatesMostRecentDocument=\u041a\u043e\u0433\u0434\u0430 \u043e\u0434\u0438\u043d \u0438\u0437 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u0437\u0430\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f, \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u043c \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f \u043d\u0435\u0434\u0430\u0432\u043d\u0438\u0439 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442, \u0430 \u043d\u0435 \u0441\u043e\u0441\u0435\u0434 \u0437\u0430\u043a\u0440\u044b\u0442\u043e\u0433\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=\u041a\u043e\u0433\u0434\u0430 \u043e\u0434\u0438\u043d \u0438\u0437 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u0437\u0430\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f, \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u043c \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f \u043d\u0435\u0434\u0430\u0432\u043d\u0438\u0439 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ru.properties
deleted file mode 100644
index 14e36e9..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_ru.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0440\u0430\u0437\u043e\u0431\u0440\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 \u043e\u043a\u043e\u043d {0}.
-EXC_GroupParse=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0440\u0430\u0437\u043e\u0431\u0440\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0433\u0440\u0443\u043f\u043f\u044b {0}.
-EXC_TCGroupParse=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0440\u0430\u0437\u043e\u0431\u0440\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0433\u0440\u0443\u043f\u043f\u044b TCGroup {0}.
-EXC_TCRefParse=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0440\u0430\u0437\u043e\u0431\u0440\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u0441\u044b\u043b\u043a\u0438 TCRef {0}.
-EXC_ModeParse=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0440\u0430\u0437\u043e\u0431\u0440\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0440\u0435\u0436\u0438\u043c\u0430 {0}.
-
-# PersistenceManager
-EXC_RootFolder=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043a\u043e\u0440\u043d\u0435\u0432\u0443\u044e \u043f\u0430\u043f\u043a\u0443 {0}
-EXC_CompsFolder=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432 {0}
-EXC_GroupsFolder=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u0433\u0440\u0443\u043f\u043f {0}
-EXC_ModesFolder=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u0440\u0435\u0436\u0438\u043c\u043e\u0432 {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0439\u0442\u0438 \u0438\u043b\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u0432\u0435\u0440\u0445\u043d\u0435\u0433\u043e \u0443\u0440\u043e\u0432\u043d\u044f {0} \u0438\u0437 \u043f\u0430\u043f\u043a\u0438 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432 'Components'.
-EXC_CannotSaveTCSettings=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0434\u043d\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 \u0432\u0435\u0440\u0445\u043d\u0435\u0433\u043e \u0443\u0440\u043e\u0432\u043d\u044f {0}
-EXC_CopyFails=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0444\u0430\u0439\u043b \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 \u0432 \u043f\u0430\u043f\u043a\u0443 {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 {0} \u0438\u0437-\u0437\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c, \u0432\u043e\u0437\u043d\u0438\u043a\u0448\u0438\u0445 \u043f\u0440\u0438 \u0435\u0433\u043e \u0441\u0435\u0440\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438.
-FMT_TCReadError=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 {0} \u0438\u0437-\u0437\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c, \u0432\u043e\u0437\u043d\u0438\u043a\u0448\u0438\u0445 \u043f\u0440\u0438 \u0435\u0433\u043e \u0434\u0435\u0441\u0435\u0440\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438.
-
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ru.properties
deleted file mode 100644
index fef5ae7..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_ru.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u042f\u0434\u0440\u043e - \u041e\u043a\u043e\u043d\u043d\u044b\u0439 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u0420\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 \u043e\u043a\u043e\u043d (\u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u043e\u043a\u043e\u043d\u043d\u044b\u0439 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440 IDE).
-OpenIDE-Module-Long-Description=\u0414\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442 \u043a\u043b\u0430\u0441\u0441\u044b, \u0440\u0435\u0430\u043b\u0438\u0437\u0443\u044e\u0449\u0438\u0435 API \u043e\u043a\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b.
-
-Actions/Window=\u041e\u043a\u043d\u043e
-Menu/Window=&\u041e\u043a\u043d\u0430
-
-# Options export
-Toolbars.Options.Export.displayName=\u041f\u0430\u043d\u0435\u043b\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ru.properties
deleted file mode 100644
index 1c816f6..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_ru.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=\u041e\u0442\u043c\u0435\u043d\u0430
-CloseButton=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-# HelpButton=Help
-YesButton=\u0414\u0430
-NoButton=\u041d\u0435\u0442
-# ApplyButton=Apply
-DetailsButton=\u0414\u0435\u0442\u0430\u043b\u0438
-# ButtoBarButoo
-CTL_Button=\u041a\u043d\u043e\u043f\u043a\u0430
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=\u041e\u0442\u043c\u0435\u043d\u0430
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=\u041e\u0442\u043c\u0435\u043d\u0430
-ACSD_FileSelectorDialog=\u0414\u0438\u0430\u043b\u043e\u0433 \u0432\u044b\u0431\u043e\u0440\u0430 \u0444\u0430\u043b\u043e\u0432
-ACSN_FileSelectorTreeView=\u0412 \u0432\u0438\u0434\u0435 \u0434\u0435\u0440\u0435\u0432\u0430
-ACSD_FileSelectorTreeView=\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0432 \u0432\u0438\u0434\u0435 \u0434\u0435\u0440\u0435\u0432\u0430 \u0432 \u0434\u0438\u0430\u043b\u043e\u0433\u0435 \u0432\u044b\u0431\u043e\u0440\u0430 \u0444\u0430\u0439\u043b\u043e\u0432
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=\u0414\u0438\u0430\u043b\u043e\u0433 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-CANCEL_OPTION_CAPTION=\u041e\u0442\u043c\u0435\u043d\u0430
-HELP_OPTION_CAPTION=\u0421\u043f&\u0440\u0430\u0432\u043a\u0430
-NO_OPTION_CAPTION=\u041d\u0435\u0442
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=\u0414\u0430
-ACS_YES_OPTION_NAME=\u0414\u0430
-ACS_YES_OPTION_DESC=\u041a\u043d\u043e\u043f\u043a\u0430 \u0441\u043e\u0433\u043b\u0430\u0441\u0438\u044f
-# - {0} message
-ACSD_ErrorMessage=\u041e\u0448\u0438\u0431\u043a\u0430: {0}
-ACSD_WarningMessage=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: {0}
-ACSD_QuestionMessage=\u0412\u043e\u043f\u0440\u043e\u0441: {0}
-ACSD_InformationMessage=\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f: {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=\u041e\u0442\u043c\u0435\u043d\u0430
-ACS_CANCEL_OPTION_DESC=\u041a\u043d\u043e\u043f\u043a\u0430 \u043e\u0442\u043c\u0435\u043d\u044b
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=\u041a\u043d\u043e\u043f\u043a\u0430 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f
-
-ACS_NO_OPTION_NAME=\u041d\u0435\u0442
-ACS_NO_OPTION_DESC=\u041a\u043d\u043e\u043f\u043a\u0430 \u043e\u0442\u043a\u0430\u0437\u0430
-
-ACS_HELP_OPTION_NAME=\u0421\u043f\u0440\u0430\u0432\u043a\u0430
-ACS_HELP_OPTION_DESC=\u041a\u043d\u043e\u043f\u043a\u0430 \u0432\u044b\u0437\u043e\u0432\u0430 \u0441\u043f\u0440\u0430\u0432\u043a\u0438
-
-ACS_CLOSED_OPTION_NAME=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-ACS_CLOSED_OPTION_DESC=\u041a\u043d\u043e\u043f\u043a\u0430 \u0437\u0430\u043a\u0440\u044b\u0442\u0438\u044f
-
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ru.properties
deleted file mode 100644
index 74b5780..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_ru.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440
-
-# MainWindow
-ACSD_MainWindow=\u0413\u043b\u0430\u0432\u043d\u043e\u0435 \u043e\u043a\u043d\u043e
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b:
-LBL_Description=&\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435:
-LBL_Activate=\u041f\u0435\u0440\u0435&\u0439\u0442\u0438 \u043a \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0443
-LBL_CloseDocuments=\u0417&\u0430\u043a\u0440\u044b\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442(\u044b)
-LBL_SaveDocuments=&\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442(\u044b)
-LBL_Close=&\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-
-ACSD_Activate=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_CloseDocuments=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_SaveDocuments=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_Close=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_ListView=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_DescriptionArea=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_DocumentsDialog=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-CTL_DocumentsTitle=\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - \u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#\u041d\u0435\u0442 \u0441\u0432\u043e\u0439\u0441\u0442\u0432|1#{1} - \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430|2#\u041d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 - \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430|1#{1} - \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430|2#\u041d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 - \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430}
-ACSN_PropertiesSheet=\u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u0441\u0432\u043e\u0439\u0441\u0442\u0432
-ACSD_PropertiesSheet=\u0412\u0438\u0434 \u0441\u043e \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430\u043c\u0438 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430.
-EXC_CannotLoadNodes=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0443\u0437\u043b\u044b \u0432 \u043e\u043a\u043d\u043e \u0441\u0432\u043e\u0439\u0441\u0442\u0432. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u043e\u043d\u0438 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0442.
-
diff --git a/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ru.properties
deleted file mode 100644
index 41471c0..0000000
--- a/l10n/src/ru/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_ru.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&\u041c\u0430\u043b\u0435\u043d\u044c\u043a\u0438\u0435 \u043a\u043d\u043e\u043f\u043a\u0438 \u043d\u0430 \u043f\u0430\u043d\u0435\u043b\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-
-# ToolbarLayout
-EXC_wrongConstraints=\u043d\u0435 \u043c\u043e\u0433\u0443 \u0440\u0430\u0437\u043c\u0435\u0441\u0442\u0438\u0442\u044c: \u043d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f ToolbarConstraints
-
-CTL_CustomizeToolbars=&\u041d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c...
-
-#New Toolbar Button label
-CTL_NewToolbar=&\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043d\u0435\u043b\u044c \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&\u041c\u0430\u043b\u0435\u043d\u044c\u043a\u0438\u0435 \u043a\u043d\u043e\u043f\u043a\u0438 \u043d\u0430 \u043f\u0430\u043d\u0435\u043b\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-
-#Drag and Drop hint
-CTL_TreeLabel=\u041f\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0430 \u043f\u0430\u043d\u0435\u043b\u044c \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u0434\u043b\u044f \u0438\u0445 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0438 \u0441 \u043f\u0430\u043d\u0435\u043b\u0438 \u0434\u043b\u044f \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f...
-
-LBL_PleaseWait=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430...
-
-#Close customizer button
-CTL_Close=&\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-
-#Customizer dialog window title
-CustomizerTitle=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043f\u0430\u043d\u0435\u043b\u0435\u0439 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-
-ACSD_ActionsTree=\u041f\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043e\u0442\u0441\u044e\u0434\u0430 \u043d\u0430 \u043f\u0430\u043d\u0435\u043b\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432.
-ACSN_ActionsTree=\u041d\u0430\u0431\u043e\u0440 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439
-
-ACSN_ActionsScrollBar=\u041f\u043e\u043b\u043e\u0441\u0430 \u043f\u0440\u043e\u043a\u0440\u0443\u0442\u043a\u0438 \u043d\u0430\u0431\u043e\u0440\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439
-ACSD_ActionsScrollBar=\u041f\u043e\u043b\u043e\u0441\u0430 \u043f\u0440\u043e\u043a\u0440\u0443\u0442\u043a\u0438 \u043d\u0430\u0431\u043e\u0440\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439
-
-ACSD_ToolbarCustomizer=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043f\u0430\u043d\u0435\u043b\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-
-ACSD_Close=\u041a\u043d\u043e\u043f\u043a\u0430 \u0437\u0430\u043a\u0440\u044b\u0442\u0438\u044f
-ACSD_NewToolbar=\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043a\u043d\u043e\u043f\u043a\u0438 \u043f\u0430\u043d\u0435\u043b\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-
-ACSD_SmallIcons=\u0424\u043b\u0430\u0436\u043e\u043a \u041c\u0430\u043b\u0435\u043d\u044c\u043a\u0438\u0435 \u043a\u043d\u043e\u043f\u043a\u0438 \u043d\u0430 \u043f\u0430\u043d\u0435\u043b\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-
-CTL_ResetToolbarsAction=\u0421&\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043f\u0430\u043d\u0435\u043b\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-CTL_ResetToolbarsButton=\u0421&\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043f\u0430\u043d\u0435\u043b\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-
-
-
-PROP_newToolbarLabel=&\u0418\u043c\u044f:
-PROP_newToolbarDialog=\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043f\u0430\u043d\u0435\u043b\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-PROP_newToolbar=\u041f\u0430\u043d\u0435\u043b\u044c \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-MSG_ToolbarExists=\u041f\u0430\u043d\u0435\u043b\u044c \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432 {0} \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.
-
-
diff --git a/l10n/src/ru/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ru.properties
deleted file mode 100644
index 726ef02..0000000
--- a/l10n/src/ru/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_ru.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=\u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u043c
-CTL_InvalidValue=\u0412\u0432\u0435\u0434\u0435\u043d\u043e \u043d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435
-CTL_InvalidValueWithParam=\u0412\u0432\u0435\u0434\u0435\u043d\u043e \u043d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 {0}
-CTL_InvalidValueWithExc=\u0412\u0432\u0435\u0434\u0435\u043d\u043e \u043d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435. \n\u041f\u0440\u0438\u0447\u0438\u043d\u0430: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 {0} \u0434\u043e\u043b\u0436\u043d\u043e \u0438\u043c\u0435\u0442\u044c \u0444\u043e\u0440\u043c\u0430\u0442 {1}
-
-#ColorEditor
-CTL_AWTPalette=\u041f\u0430\u043b\u0438\u0442\u0440\u0430 AWT
-CTL_SwingPalette=\u041f\u0430\u043b\u0438\u0442\u0440\u0430 Swing
-CTL_SystemPalette=\u0421\u0438\u0441\u0442\u0435\u043c\u043d\u0430\u044f \u043f\u0430\u043b\u0438\u0442\u0440\u0430
-ACSD_CustomColorEditor=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-FMT_IllegalEntry="{0}" \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u043c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u043e\u043c \u0446\u0432\u0435\u0442\u0430.  \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0432\u0435\u0441\u0442\u0438 \u0446\u0432\u0435\u0442\u043e\u0432\u0443\u044e \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u0443 Swing \u0438\u043b\u0438 AWT \u0438\u043b\u0438 \u0436\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f RGB.
-
-# ColorEditor:AWT color names
-LAB_White=white
-LAB_LightGray=lightGray
-LAB_Gray=gray
-LAB_DarkGray=darkGray
-LAB_Black=black
-LAB_Red=red
-LAB_Pink=pink
-LAB_Orange=orange
-LAB_Yellow=yellow
-LAB_Green=green
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=blue
-# ColorEditor: system color names
-LAB_ActiveCaption=\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a
-LAB_ActiveCaptionBorder=\u0413\u0440\u0430\u043d\u0438\u0446\u0430 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430
-LAB_ActiveCaptionText=\u0422\u0435\u043a\u0441\u0442 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430
-LAB_Control=\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f
-LAB_ControlDkShadow=\u0422\u0451\u043c\u043d\u0430\u044f \u0442\u0435\u043d\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f
-LAB_ControlHighlight=\u041f\u043e\u0434\u0441\u0432\u0435\u0442\u043a\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f
-LAB_ControlLtHighlight=\u0421\u0432\u0435\u0442\u043b\u0430\u044f \u043f\u043e\u0434\u0441\u0432\u0435\u0442\u043a\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f
-LAB_ControlShadow=\u0422\u0435\u043d\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f
-LAB_ControlText=\u0422\u0435\u043a\u0441\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f
-LAB_Desktop=\u0420\u0430\u0431\u043e\u0447\u0438\u0439 \u0441\u0442\u043e\u043b
-LAB_InactiveCaption=\u041d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a
-LAB_InactiveCaptionBorder=\u0413\u0440\u0430\u043d\u0438\u0446\u0430 \u043d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430
-LAB_InactiveCaptionText=\u0422\u0435\u043a\u0441\u0442 \u043d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0433\u043e \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430
-LAB_Info=\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f
-LAB_InfoText=\u0422\u0435\u043a\u0441\u0442 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f
-LAB_Menu=\u041c\u0435\u043d\u044e
-LAB_MenuText=\u0422\u0435\u043a\u0441\u0442 \u043c\u0435\u043d\u044e
-LAB_Scrollbar=\u041f\u043e\u043b\u043e\u0441\u0430 \u043f\u0440\u043e\u043a\u0440\u0443\u0442\u043a\u0438
-LAB_Text=\u0422\u0435\u043a\u0441\u0442
-LAB_TextHighlight=\u0424\u043e\u043d \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0430
-LAB_TextHighlightText=\u0412\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442
-LAB_TextInactiveText=\u041d\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442
-LAB_TextText=\u041e\u0431\u044b\u0447\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442
-LAB_Window=\u041e\u043a\u043d\u043e
-LAB_WindowBorder=\u0413\u0440\u0430\u043d\u0438\u0446\u0430 \u043e\u043a\u043d\u0430
-LAB_WindowText=\u0422\u0435\u043a\u0441\u0442 \u043e\u043a\u043d\u0430
-
-#DimensionCustomEditor
-CTL_Dimension=\u0418\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u0435
-CTL_Width=&\u0428\u0438\u0440\u0438\u043d\u0430:
-CTL_Height=&\u0412\u044b\u0441\u043e\u0442\u0430:
-ACSD_CTL_Width=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_CTL_Height=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_DimensionCustomEditor=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-#DimensionEditor
-CTL_HintFormat=[\u0448\u0438\u0440\u0438\u043d\u0430,\u0432\u044b\u0441\u043e\u0442\u0430]
-
-#FontEditor
-CTL_Plain=\u041f\u0440\u043e\u0441\u0442\u043e\u0439 \u0442\u0435\u043a\u0441\u0442
-CTL_Bold=\u041f\u043e\u043b\u0443\u0436\u0438\u0440\u043d\u044b\u0439
-CTL_Italic=\u041d\u0430\u043a\u043b\u043e\u043d\u043d\u044b\u0439
-CTL_BoldItalic=\u041d\u0430\u043a\u043b\u043e\u043d\u043d\u044b\u0439 \u043f\u043e\u043b\u0443\u0436\u0438\u0440\u043d\u044b\u0439
-CTL_Font=\u0428\u0440\u0438&\u0444\u0442:
-CTL_FontStyle=&\u0421\u0442\u0438\u043b\u044c \u0448\u0440\u0438\u0444\u0442\u0430:
-CTL_Size=&\u0420\u0430\u0437\u043c\u0435\u0440:
-CTL_Preview=\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440
-ACSD_CTL_Font=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_CTL_FontStyle=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_CTL_Size=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_FontCustomEditor=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-#InsetsCustomEditor
-CTL_Insets=\u0412\u0441\u0442\u0430\u0432\u043a\u0438
-CTL_Top=\u0412&\u0435\u0440\u0445\u043d\u044f\u044f:
-CTL_Left=&\u041b\u0435\u0432\u0430\u044f:
-CTL_Bottom=&\u041d\u0438\u0436\u043d\u044f\u044f:
-CTL_Right=&\u041f\u0440\u0430\u0432\u0430\u044f:
-ACSD_CTL_Top=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_CTL_Left=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_CTL_Bottom=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_CTL_Right=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-#InsetsEditor
-CTL_HintFormatIE=[\u0432\u0435\u0440\u0445\u043d\u044f\u044f,\u043b\u0435\u0432\u0430\u044f,\u043d\u0438\u0436\u043d\u044f\u044f,\u043f\u0440\u0430\u0432\u0430\u044f]
-
-# ObjectEditor
-CTL_NullValue=<\u041d\u0443\u043b\u0435\u0432\u043e\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043f\u043e\u0438\u0441\u043a\u0430>
-CTL_NullItem=<\u041d\u0443\u043b\u0435\u0432\u043e\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043f\u043e\u0438\u0441\u043a\u0430>
-
-#PointCustomEditor
-CTL_Point=\u0422\u043e\u0447\u043a\u0430
-CTL_X=&X:
-ACSD_CTL_X=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-CTL_Y=&Y:
-ACSD_CTL_Y=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_PointCustomEditor=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=\u041f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a
-ACSD_CustomRectangleEditor=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,\u0448\u0438\u0440\u0438\u043d\u0430,\u0432\u044b\u0441\u043e\u0442\u0430]
-
-#StringCustomEditor
-ACS_TextArea=\u0422\u0435\u043a\u0441\u0442:
-ACSD_TextArea=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u0434\u0435\u0441\u044c \u0442\u0435\u043a\u0441\u0442 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430
-ACSD_CustomStringEditor=\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u0434\u043b\u044f \u0441\u0442\u0440\u043e\u043a\u043e\u0432\u044b\u0445 \u0441\u0432\u043e\u0439\u0441\u0442\u0432
-ACS_Instructions=\u0418\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438
-ACSD_Instructions=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-MSG_FontIsNotInitialized=\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u0432 XML \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c, \u0442.\u043a. \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430 \u043d\u0435 \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043e.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0444\u0430\u0439\u043b \u0438\u043b\u0438 \u043f\u0430\u043f\u043a\u0443
-CTL_DialogTitleFiles=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0444\u0430\u0439\u043b
-CTL_DialogTitleDirs=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u0430\u043f\u043a\u0443
-ACSD_FileEditor=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<\u041d\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u043e>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430
-ACSD_PropertiesEditorPane=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_CustomPropertiesEditor=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-WARN_PropertiesComments=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u0442\u0435\u0440\u044f\u043d\u044b.
-
-#StringArrayCustomEditor
-CTL_Empty=<\u043f\u0443\u0441\u0442\u043e>
-CTL_Item=&\u042d\u043b\u0435\u043c\u0435\u043d\u0442:
-ACSD_CTL_Item=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-CTL_ItemList=&\u0421\u043f\u0438\u0441\u043e\u043a \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432
-ACSD_CTL_ItemList=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-CTL_Add_StringArrayCustomEditor=\u0414\u043e\u0431&\u0430\u0432\u0438\u0442\u044c
-ACSD_CTL_Add_StringArrayCustomEditor=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-CTL_Change_StringArrayCustomEditor=\u041f\u0440&\u0430\u0432\u043a\u0430
-ACSD_CTL_Change_StringArrayCustomEditor=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-CTL_Remove=&\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-ACSD_CTL_Remove=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-CTL_MoveUp=&\u0412\u0432\u0435\u0440\u0445
-ACSD_CTL_MoveUp=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-CTL_MoveDown=\u0412&\u043d\u0438\u0437
-ACSD_CTL_MoveDown=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_StringArrayCustomEditor=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=\u0412\u0445\u043e\u0434\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0446\u0435\u043b\u044b\u043c \u0447\u0438\u0441\u043b\u043e\u043c: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0430\u044f \u0441\u0442\u0440\u043e\u043a\u0430 "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u043c\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u043c\u0438 \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0439 \u043a\u043b\u0430\u0441\u0441: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439 \u0430\u0434\u0440\u0435\u0441: {0}
-#
-MSG_NULL_OR_EMPTY=\u041d\u0443\u043b\u0435\u0432\u043e\u0439 \u0438\u043b\u0438 \u043f\u0443\u0441\u0442\u043e\u0439 \u043c\u0430\u0441\u0441\u0438\u0432
-
-#ObjectEditor
-ACSN_ObjectTree=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u043e\u043f\u0446\u0438\u0438
-ACSD_ObjectTree=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043e\u0431\u044a\u0435\u043a\u0442
-
-#Font Editor
-MSG_AppleBug=\u0415\u0441\u043b\u0438 \u0432\u044b \u0432\u0438\u0434\u0438\u0442\u0435 \u0434\u0430\u043d\u043d\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0435, \u044d\u0442\u043e \u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043e \u043f\u0440\u0438 \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043f\u0438\u0441\u043a\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0445 \u0448\u0440\u0438\u0444\u0442\u043e\u0432 \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430.  \u042d\u0442\u043e \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u043e \u0438\u0437-\u0437\u0430 \u043e\u0448\u0438\u0431\u043a\u0438 \u0432 \u0432\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u043e\u0439 \u043c\u0430\u0448\u0438\u043d\u0435 Apple JVM, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0432\u043e\u0437\u043d\u0438\u043a\u0430\u0435\u0442, \u0435\u0441\u043b\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b \u0440\u0430\u0441\u0442\u0440\u043e\u0432\u044b\u0435 \u0448\u0440\u0438\u0444\u0442\u044b.  \u0427\u0442\u043e\u0431\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u0448\u0440\u0438\u0444\u0442\u043e\u0432 \u0432\u0430\u043c \u043f\u0440\u0438\u0439\u0434\u0451\u0442\u0441\u044f \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0432\u0441\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0435 \u0440\u0430\u0441\u0442\u0440\u043e\u0432\u044b\u0435 \u0448\u0440\u0438\u0444\u0442\u044b.  \u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0432 \u043e\u0442\u0447\u0451\u0442\u0435 \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0430\u0445 \u21163121780 \u0441\u0438\u0441\u0442\u0435\u043c\u044b Apple BugReporter.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=\u0421\u044a\u0435\u0448\u044c \u0435\u0449\u0451 \u044d\u0442\u0438\u0445 \u043c\u044f\u0433\u043a\u0438\u0445 \u0444\u0440\u0430\u043d\u0446\u0443\u0437\u0441\u043a\u0438\u0445 \u0431\u0443\u043b\u043e\u043a, \u0434\u0430 \u0432\u044b\u043f\u0435\u0439 [\u0436\u0435] \u0447\u0430\u044e, 1234567890
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/ru/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ru.properties
deleted file mode 100644
index 8e15f73..0000000
--- a/l10n/src/ru/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_ru.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=\u042f\u0434\u0440\u043e
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u0411\u0430\u0437\u043e\u0432\u044b\u0439 \u043a\u0430\u0440\u043a\u0430\u0441 \u0434\u043b\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439, \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u043d\u0430 NetBeans.
-OpenIDE-Module-Long-Description=\u0414\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u0434\u0443\u043b\u044c \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0446\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u0443\u044e \u0438\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0442\u044c\u0441\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u043c, \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u043c \u043d\u0430 NetBeans. \u041e\u043d \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u043a\u043b\u044e\u0447\u0451\u043d.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u043e \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 {0}.\n \t\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0434\u0435\u0442\u0430\u043b\u0438 \u0438\u043b\u0438 \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u0444\u0430\u0439\u043b\u0443 messages.log, \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u043d\u043e\u043c\u0443 \u0432 \u0432\u0430\u0448\u0435\u0439 \u043f\u0430\u043f\u043a\u0435 {1}.
-NTF_ExceptionalExceptionTitle=\u041d\u0435\u043e\u0436\u0438\u0434\u0430\u043d\u043d\u043e\u0435 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435
-# {0} - class name of exception
-NTF_ExceptionWarning=\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u043e \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 {0}.\n\u0422\u0435\u043c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435, \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u0434\u043e\u043b\u0436\u043d\u0430 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0441\u0432\u043e\u044e \u0440\u0430\u0431\u043e\u0442\u0443 \u0431\u0435\u0437 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0438\u0445 \u043f\u0440\u043e\u0431\u043b\u0435\u043c.\n\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0434\u0435\u0442\u0430\u043b\u0438 \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0441\u0442\u0435\u043a\u0430 \u0432\u044b\u0437\u043e\u0432\u043e\u0432.
-NTF_ExceptionWarningTitle=\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435
-
-#startup info messages
-MSG_MainWindowInit=\u0418\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u0433\u043b\u0430\u0432\u043d\u043e\u0433\u043e \u043e\u043a\u043d\u0430...
-MSG_WindowShowInit=\u041e\u0442\u043a\u0440\u044b\u0432\u0430\u044e \u0433\u043b\u0430\u0432\u043d\u043e\u0435 \u043e\u043a\u043d\u043e...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=\u0421\u043e\u0445\u0440\u0430\u043d\u044f\u044e {0}...
-MSG_AllSaved=\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u0432\u0441\u0435\u0433\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e.
-
-CTL_Cannot_save=\u041d\u0435 \u043c\u043e\u0433\u0443 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=\u0421\u0430\u0439\u0442, \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u0435\u043c
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043f\u043e:
-ShortcutsEditor.actionsButton.text=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=\u041a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043f\u043e \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f\u043c \u0434\u043b\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448 \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f
-ShortcutsPanel.addButton.text=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c...
-ShortcutsPanel.removeButton.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-ShortcutsPanel.AddActionTitle=\u041d\u043e\u0432\u0430\u044f \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u044f \u043a\u043b\u0430\u0432\u0438\u0448
-ActionsPanel.shortcutAddButton.text=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u044e \u043a\u043b\u0430\u0432\u0438\u0448
-ActionsPanel.AddShortcut=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u044e
-ActionsPanel.ShortcutLabel=\u041a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u044f \u043a\u043b\u0430\u0432\u0438\u0448:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043f\u043e \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f\u043c \u0434\u043b\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448 \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043f\u043e \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f\u043c \u0434\u043b\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448 \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=\u0412\u044b\u0431\u0440\u0430\u043d \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043f\u043e \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u044f\u043c \u043a\u043b\u0430\u0432\u0438\u0448, \u0434\u043b\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u0432 \u0440\u0435\u0436\u0438\u043c \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043f\u043e \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f\u043c
-ACS_ShortcutsPanel.addButton.text.a11yDesc=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448 \u0434\u043b\u044f \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0439
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448 \u0434\u043b\u044f \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0439
-ACSN_ShortcutsPanel.shortcutsList=\u0421\u043f\u0438\u0441\u043e\u043a \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0439 \u043a\u043b\u0430\u0432\u0438\u0448
-ACSD_ShortcutsPanel.shortcutsList=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACS_ActionsPanel.ShortcutLabel.a11yName=\u0417\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u044e \u043a\u043b\u0430\u0432\u0438\u0448
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=\u0417\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u0434\u0430\u043d\u043d\u043e\u0435 \u043f\u043e\u043b\u0435 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0435\u0439 \u043a\u043b\u0430\u0432\u0438\u0448
-ACSN_ActionsPanel.actionsTree=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSN_ActionsPanel.shortcutsList=\u0421\u043f\u0438\u0441\u043e\u043a \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0439 \u043a\u043b\u0430\u0432\u0438\u0448
-ACSD_ActionsPanel.actionsTree=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_ActionsPanel.shortcutsList=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_ShortcutsEditor.DialogDesc=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_ActionsPanel.Dialog=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043a \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u043c\u0443 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044e \u043d\u043e\u0432\u0443\u044e \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u044e \u043a\u043b\u0430\u0432\u0438\u0448
-ACS_ActionsPanel=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=\u0414\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0439 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448 \u0443\u0436\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043e \u0434\u0440\u0443\u0433\u043e\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 ({0}).\n\u0425\u043e\u0442\u0438\u0442\u0435 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430 \u043d\u043e\u0432\u043e\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435?
-
-CTL_ExitTitle=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c
-ACSD_Save=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c &\u0432\u0441\u0435
-ACSD_SaveAll=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0432\u0441\u0435.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0441\u0435
-ACSD_DiscardAll=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0441\u0435.
-EXC_Save=\u041f\u0440\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u043e \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435
-# NotifyException
-CTL_Title_Exception=\u0418\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435
-CTL_NextException=&\u0414\u0430\u043b\u0435\u0435 >
-CTL_PreviousException=< &\u041d\u0430\u0437\u0430\u0434
-CTL_Exception_Hide_Details=&\u0421\u043a\u0440\u044b\u0442\u044c \u0434\u0435\u0442\u0430\u043b\u0438
-CTL_Exception_Show_Details=&\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0434\u0435\u0442\u0430\u043b\u0438
-ACSD_NextException=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_PreviousException=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_Exception_Hide_Details=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_Exception_Show_Details=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSN_ExceptionStackTrace=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_ExceptionStackTrace=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_NotifyExceptionPanel=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-ACSN_ListOfChangedFiles=\u0421\u043f\u0438\u0441\u043e\u043a
-ACSD_ListOfChangedFiles=\u0421\u043f\u0438\u0441\u043e\u043a \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c
-ACSD_ExitDialog=\u0414\u0438\u0430\u043b\u043e\u0433 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=\u0420\u0435\u0436\u0438\u043c SDI
-CTL_MdiMode=\u0420\u0435\u0436\u0438\u043c MDI
-
-# NbPlaces
-CTL_NoWorkspaces=\u041d\u0435\u0442 \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u0441\u0442\u043e\u043b\u043e\u0432
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACD_NotifyExcPanel_Dialog=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-# blocked event queue
-LOG_EventQueueBlocked=\u041d\u0438\u0442\u044c \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0441\u043e\u0431\u044b\u0442\u0438\u0439 AWT \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d \u043d\u0430 {0} \u043c\u0441
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=&\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c:
-NbAuthenticatorPanel.passwordLbl.text=\u041f\u0430\u0440\u043e\u043b&\u044c:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=\u041f\u0430\u0440\u043e\u043b\u044c {0}
-
-ProxySettings.password.description=\u041f\u0430\u0440\u043e\u043b\u044c \u043f\u0440\u043e\u043a\u0441\u0438-\u0441\u0435\u0440\u0432\u0435\u0440\u0430
-
-Title_WebBrowser=\u0411\u0440\u0430\u0443\u0437\u0435\u0440
-
diff --git a/l10n/src/ru/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ru.properties
deleted file mode 100644
index b549497..0000000
--- a/l10n/src/ru/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_ru.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&\u041e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435
-About_title=\u041e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435
-
-#CopyProductInfoAction
-CopyProductInfo=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-CopyProductInfoAction=&\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-CTL_CopyButton_tooltip=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e NetBeans \u0432 \u0431\u0443\u0444\u0435\u0440 \u043e\u0431\u043c\u0435\u043d\u0430
-
-#HtmlViewAction
-CTL_OpeningBrowser=\u041e\u0442\u043a\u0440\u044b\u0432\u0430\u044e \u0431\u0440\u0430\u0443\u0437\u0435\u0440...
-HTMLView=&\u0411\u0440\u0430\u0443\u0437\u0435\u0440
-
-#SystemExit
-Exit=\u0412\u044b&\u0445\u043e\u0434
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435 \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u0435 \u043e\u043a\u043d\u043e
-LBL_PreviousViewCallbackAction=\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435 \u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u0435 \u043e\u043a\u043d\u043e
-
-# jump next/prev actions
-JumpNextAction=\u0421&\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430
-JumpPrevAction=\u041f\u0440\u0435&\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430
-
-#LogAction
-MSG_LogTab_name=&\u0416\u0443\u0440\u043d\u0430\u043b \u0441\u0440\u0435\u0434\u044b
-MSG_ShortLogTab_name=\u0416\u0443\u0440\u043d\u0430\u043b \u0441\u0440\u0435\u0434\u044b
-
diff --git a/l10n/src/ru/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ru.properties
deleted file mode 100644
index 5aad862..0000000
--- a/l10n/src/ru/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_ru.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>\u0412\u0435\u0440\u0441\u0438\u044f \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0430\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>\u0421\u0438\u0441\u0442\u0435\u043c\u0430\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>\u041f\u0440\u043e\u0444\u0430\u0439\u043b:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">\u0421\u0440\u0435\u0434\u0430 \u0438 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430 NetBeans \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u044b \u043d\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u043c \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u0438 \u0441 netbeans.org, \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u043c \u043f\u043e\u0434 \u0434\u0432\u0443\u043c\u044f \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u044f\u043c\u0438 - Common Development and Distribution License (CDDL) \u0438 GNU General Public License \u0432\u0435\u0440\u0441\u0438\u0438 2 \u0441 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u043c Classpath. \u0411\u043e\u043b\u0435\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} \u0432\u0435\u0440\u0441\u0438\u044f {1} \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u0430 \u043d\u0430 {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=\u041f\u0440\u043e\u0441\u0442\u043e\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 HTML, \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043d\u0430 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0435 Swing
-MSG_cannot_create_browser=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0440\u043e\u0441\u0442\u043e\u0439 SwingHTML \u0431\u0440\u0430\u0443\u0437\u0435\u0440.
-Services/Browsers/SwingBrowser.settings=\u0411\u0440\u0430\u0443\u0437\u0435\u0440 HTML \u043d\u0430 \u0431\u0430\u0437\u0435 Swing
-LBL_Close=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-MNE_Close=C
-ACSN_Close=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-ACSD_Close=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-
diff --git a/l10n/src/ru/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_ru.properties
deleted file mode 100644
index 79e6f7d..0000000
--- a/l10n/src/ru/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_ru.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u0420\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f OSGi Apache Felix
-
diff --git a/l10n/src/ru/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ru.properties
deleted file mode 100644
index 3de11db..0000000
--- a/l10n/src/ru/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_ru.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 JNA
-OpenIDE-Module-Display-Category=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438
-OpenIDE-Module-Short-Description=\u0418\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u0443\u0435\u0442 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 JNA.
-OpenIDE-Module-Long-Description=\u0414\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u0434\u0443\u043b\u044c \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 JNA.
-
diff --git a/l10n/src/ru/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ru.properties
deleted file mode 100644
index 69caf84..0000000
--- a/l10n/src/ru/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_ru.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f API \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432
-OpenIDE-Module-Display-Category=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438
-OpenIDE-Module-Short-Description=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u043f\u043e\u0441\u0442\u0430\u0432\u043a\u0438 \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432\u044b\u0445 API.
-OpenIDE-Module-Long-Description=\u042d\u0442\u043e\u0442 \u043c\u043e\u0434\u0443\u043b\u044c \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432\u044b\u0435 API (\u043f\u0430\u043a\u0435\u0442 javax.script). \u0411\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u043d\u0443\u0436\u0435\u043d.
-OpenIDE-Module-Deprecation-Message=\u0411\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u043d\u0443\u0436\u0435\u043d \u043d\u0430 JDK 6. \u0423\u0434\u0430\u043b\u0438\u0442\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u044c \u043e\u0442 \u044d\u0442\u043e\u0433\u043e \u043c\u043e\u0434\u0443\u043b\u044f.
-
diff --git a/l10n/src/ru/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ru.properties
deleted file mode 100644
index 956f633..0000000
--- a/l10n/src/ru/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_ru.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 JUnit 4
-OpenIDE-Module-Display-Category=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438
-OpenIDE-Module-Short-Description=\u0423\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f JUnit 4.x.
-OpenIDE-Module-Long-Description=\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f JUnit 4.x.
-
diff --git a/l10n/src/ru/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_ru.properties
deleted file mode 100644
index ce26a6f..0000000
--- a/l10n/src/ru/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_ru.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=\u0421\u043f\u0435\u0446\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f OSGi
-
diff --git a/l10n/src/ru/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ru.properties
deleted file mode 100644
index 944e0aa..0000000
--- a/l10n/src/ru/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_ru.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=\u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u043f\u043e\u0438\u0441\u043a
-QuickSearchComboBar.jLabel2.toolTipText=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0441\u044e\u0434\u0430 \u0438\u043b\u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 Shift+F10 \u0434\u043b\u044f \u0432\u044b\u0431\u043e\u0440\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438
-MSG_DiscoverabilityHint=\u041f\u043e\u0438\u0441\u043a
-MSG_DiscoverabilityHint2=\u041f\u043e\u0438\u0441\u043a \u0432 {0}
-LBL_MoreResults=...
-LBL_AllCategories=\u0412\u0441\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438
-QuickSearchPopup.searchingLabel.text=\u0418\u0434\u0451\u0442 \u043f\u043e\u0438\u0441\u043a...
-QuickSearchPopup.noResultsLabel.text=( \u043d\u0435\u0442 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 )
-QuickSearchPopup.hintLabel.text={0}; \u041d\u0430\u0436\u043c\u0438\u0442\u0435 {1} \u0434\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430 \u0432\u0441\u0435\u0445 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0439
-AbstractQuickSearchComboBar.command.toolTipText=\u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u043f\u043e\u0438\u0441\u043a \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0435 {0}
-
diff --git a/l10n/src/ru/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ru.properties
deleted file mode 100644
index 95051dd..0000000
--- a/l10n/src/ru/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_ru.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/ru/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ru.properties
deleted file mode 100644
index 6a8dcfe..0000000
--- a/l10n/src/ru/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_ru.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Name=API \u0431\u044b\u0441\u0442\u0440\u043e\u0433\u043e \u043f\u043e\u0438\u0441\u043a\u0430
-OpenIDE-Module-Short-Description=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430 \u0434\u043b\u044f \u0431\u044b\u0441\u0442\u0440\u043e\u0433\u043e \u043f\u043e\u0438\u0441\u043a\u0430 \u0432 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0445 \u043c\u0435\u043d\u044e, \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f\u0445 \u0438 \u0442.\u0434.
-QuickSearch/Recent=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043f\u043e\u0438\u0441\u043a\u0438
-
diff --git a/l10n/src/ru/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ru.properties
deleted file mode 100644
index 10573b9..0000000
--- a/l10n/src/ru/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_ru.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=\u0411\u0435\u0437 \u0444\u0438\u043b\u044c\u0442\u0440\u0430
-
diff --git a/l10n/src/ru/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ru.properties
deleted file mode 100644
index be3ecb7..0000000
--- a/l10n/src/ru/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_ru.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Name=\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b ETable \u0438 Outline
-
diff --git a/l10n/src/ru/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ru.properties
deleted file mode 100644
index 30763f3..0000000
--- a/l10n/src/ru/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_ru.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e \u0432\u0438\u0434\u0430
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u041e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u0442 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443 \u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e \u0432\u0438\u0434\u0430 \u0441\u0440\u0435\u0434\u044b NetBeans \u0434\u043b\u044f \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0445 \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u043e\u0432 \u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e \u0432\u0438\u0434\u0430
-OpenIDE-Module-Long-Description=\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442 \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u044b\u0435 \u0434\u043b\u044f NetBeans \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043a\u043b\u0430\u0441\u0441\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 (UIManager) \u0438 \u0433\u0430\u0440\u0430\u043d\u0442\u0438\u0440\u0443\u0435\u0442, \u0447\u0442\u043e \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u0432 \u0431\u0430\u0437\u043e\u0432\u043e\u043c \u043a\u043b\u0430\u0441\u0441\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 \u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e \u0432\u0438\u0434\u0430 (BasicLookAndFeel), \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0434\u043b\u044f \u0432\u0441\u0435\u0445 \u0432\u043d\u0435\u0448\u043d\u0438\u0445 \u0432\u0438\u0434\u043e\u0432. \u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0442\u0435\u043c\u044b \u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e \u0432\u0438\u0434\u0430 Metal, \u0432\u044b\u0431\u043e\u0440 \u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e \u0432\u0438\u0434\u0430 \u0438 \u0440\u0435\u0430\u043b\u0438\u0437\u0443\u0435\u0442 \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u0448\u0440\u0438\u0444\u0442\u0430.
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/ru/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_ru.properties
deleted file mode 100644
index c74d226..0000000
--- a/l10n/src/ru/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_ru.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0418\u0437-\u0437\u0430 \u043e\u0448\u0438\u0431\u043a\u0438 \u0432 JDK \u21165079742, \u0448\u0440\u0438\u0444\u0442\u044b \u0432 NetBeans \u0431\u0443\u0434\u0443\u0442 \u0432\u044b\u0433\u043b\u044f\u0434\u0435\u0442\u044c \u043d\u0435\u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u043e. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u043f\u0430\u043a\u0435\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0430 (JDK) \u0432\u0435\u0440\u0441\u0438\u0438 1.5.0_02 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u043d\u043e\u0432\u044b\u0439, \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0438\u0444\u043d\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u043f\u043e \u0430\u0434\u0440\u0435\u0441\u0443 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
-
diff --git a/l10n/src/ru/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ru.properties
deleted file mode 100644
index 81c2c72..0000000
--- a/l10n/src/ru/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_ru.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f - \u0412\u043a\u043b\u0430\u0434\u043a\u0430
-OpenIDE-Module-Display-Category=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438
-OpenIDE-Module-Short-Description=\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0412\u043a\u043b\u0430\u0434\u043a\u0430, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u043e\u043a\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u043e\u0439
-OpenIDE-Module-Long-Description=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 \u0441 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u043c \u0412\u043a\u043b\u0430\u0434\u043a\u0430 \u043e\u043a\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b NetBeans
-
-
-
-ACS_TabbedContainer=\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f - \u0412\u043a\u043b\u0430\u0434\u043a\u0430
-ACSD_TabbedContainer=\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043c\u0435\u0436\u0434\u0443 \u0432\u043a\u043b\u0430\u0434\u043a\u0430\u043c\u0438.
-
-TT_TabDisplayer_Close=<html>\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 Shift + \u0449\u0435\u043b\u0447\u043e\u043a \u043c\u044b\u0448\u044c\u044e \u0434\u043b\u044f \u0437\u0430\u043a\u0440\u044b\u0442\u0438\u044f \u0432\u0441\u0435\u0445 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432<br>Alt + \u0449\u0435\u043b\u0447\u043e\u043a \u043c\u044b\u0448\u044c\u044e \u0434\u043b\u044f \u0437\u0430\u043a\u0440\u044b\u0442\u0438\u044f \u0432\u0441\u0435\u0445 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u043a\u0440\u043e\u043c\u0435 \u0434\u0430\u043d\u043d\u043e\u0433\u043e
-
diff --git a/l10n/src/ru/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ru.properties b/l10n/src/ru/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ru.properties
deleted file mode 100644
index e95d017..0000000
--- a/l10n/src/ru/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_ru.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0445 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-
-Tip_Restore_Window=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043e\u043a\u043d\u043e
-
-Tip_Maximize_Window=\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u043e\u043a\u043d\u043e
-
-Tip_Minimize_Window=\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u043e\u043a\u043d\u043e
-
-Tip_Pin=\u041f\u0440\u0438\u043a\u043e\u043b\u043e\u0442\u044c
-
-Tip_Close_Window=\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u043e\u043a\u043d\u043e
-
-Tip_Scroll_Documents_Right=\u041f\u0440\u043e\u043a\u0440\u0443\u0442\u0438\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u0432\u043f\u0440\u0430\u0432\u043e
-
-Tip_Scroll_Documents_Left=\u041f\u0440\u043e\u043a\u0440\u0443\u0442\u0438\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u0432\u043b\u0435\u0432\u043e
-
diff --git a/l10n/src/ru/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ru.properties
deleted file mode 100644
index 008d012..0000000
--- a/l10n/src/ru/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_ru.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u043e\u0431\u0449\u0438\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439 NetBeans
-OpenIDE-Module-Long-Description=\u041f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0441\u043f\u0438\u0441\u043e\u043a \u043e\u0431\u0449\u0438\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0445 \u043b\u044e\u0431\u044b\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 NetBeans.
-
-
-New=\u0414\u043e\u0431&\u0430\u0432\u0438\u0442\u044c
-# {0} name of the only one new type
-NewArg=&\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c {0}
-
-# File
-NewFromTemplate=\u0421\u043e\u0437\u0434\u0430&\u0442\u044c
-Save=&\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c
-Print=&\u041f\u0435\u0447\u0430\u0442\u044c...
-PageSetup=&\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b...
-
-#0 undoableedit
-UndoWithParameter=&\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c {0}
-#0 undoableedit
-RedoWithParameter=&\u0412\u0435\u0440\u043d\u0443\u0442\u044c {0}
-UndoSimple=&\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c
-RedoSimple=&\u0412\u0435\u0440\u043d\u0443\u0442\u044c
-Cut=\u0412\u044b\u0440&\u0435\u0437\u0430\u0442\u044c
-Copy=\u041a\u043e\u043f&\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-Paste=\u0412\u0441&\u0442\u0430\u0432\u0438\u0442\u044c
-Delete=&\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-Find=\u041f\u043e\u0438&\u0441\u043a...
-Goto=\u041f\u0435\u0440\u0435&\u0439\u0442\u0438 \u043a \u0441\u0442\u0440\u043e\u043a\u0435...
-Replace=&\u0417\u0430\u043c\u0435\u043d\u0430...
-
-# View
-Properties=&\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430
-View=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440
-Edit=\u041f\u0440\u0430\u0432\u043a\u0430
-
-# Build
-Execute=&\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c
-
-# Window
-DockWindow=\u041f\u0440\u0438&\u0441\u0442\u0440\u043e\u0438\u0442\u044c
-UndockWindow=&\u041e\u0442\u0434\u0435\u043b\u0438\u0442\u044c
-CloneView=\u0421\u043e\u0437\u0434\u0430\u0442\u044c &\u043a\u043e\u043f\u0438\u044e
-CloseView=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-NextTab=&\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0432\u0438\u0434
-PreviousTab=&\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439 \u0432\u0438\u0434
-
-Open=\u041e\u0442\u043a\u0440\u044b\u0442\u044c
-Rename=\u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c...
-
-MoveUp=\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432\u0432\u0435\u0440\u0445
-MoveDown=\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432\u043d\u0438\u0437
-
-
-Customize=\u041d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c
-
-#rename action
-CTL_RenameTitle=\u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c
-CTL_RenameLabel=&\u041d\u043e\u0432\u043e\u0435 \u0438\u043c\u044f:
-# {0} param represents old name before renaming.
-MSG_BadFormat=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442 {0} \u0432 {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=\u0421\u043e\u0431\u0440\u0430\u0442\u044c \u043c\u0443\u0441\u043e\u0440
-
-#HeapView
-LBL_ShowText=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0442\u0435\u043a\u0441\u0442
-LBL_DropShadow=\u041e\u0442\u0431\u0440\u0430\u0441\u044b\u0432\u0430\u0442\u044c \u0442\u0435\u043d\u044c
-LBL_OverlayGrid=\u041d\u0430\u043b\u043e\u0436\u0438\u0442\u044c \u0441\u0435\u0442\u043a\u0443
-
-# NewTemplateAction
-CTL_NewName=\u041d\u043e\u0432\u043e\u0435 \u0438\u043c\u044f
-CTL_NewNameTitle=\u0421\u043e\u0437\u0434\u0430&\u0442\u044c
-
-
-#Reorder Action
-Reorder=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u0440\u044f\u0434\u043e\u043a...
-
-OpenLocalExplorer=\u041f\u0440\u043e\u0432\u043e\u0434\u043d\u0438\u043a &\u043e\u0442\u0441\u044e\u0434\u0430
-
-WorkspacesItems=&\u0420\u0430\u0431\u043e\u0447\u0438\u0435 \u0441\u0442\u043e\u043b\u044b
-
-
-# name of template
-CTL_Template_Name=\u0418\u043c\u044f \u043e\u0431\u044a\u0435\u043a&\u0442\u0430:
-# title of dialog
-CTL_Template_Dialog_Title=\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430
-CTL_Template_Dialog_RootTitle=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c &\u0432:
-
-
-# Tools action
-CTL_Tools=\u0421\u0435\u0440\u0432\u0438\u0441
-CTL_EmptySubMenu=\u041f\u0443\u0441\u0442\u043e
-
-
-# name of the PopupAction
-Popup=\u0412\u0441\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0435\u0435 \u043e\u043a\u043d\u043e
-
-#SaveAction
-MSG_saved={0} \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043e.
-EXC_notsaved=\u041f\u0440\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438 {0} \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430.\n\u041f\u0440\u0438\u0447\u0438\u043d\u0430: {1}
-#Template wizard title
-CTL_TemplateWizard=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u043e \u0448\u0430\u0431\u043b\u043e\u043d\u0443
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=\u0421\u0431\u043e\u0440 \u043c\u0443\u0441\u043e\u0440\u0430...
-CTL_GC=\u0429\u0451\u043b\u043a\u043d\u0438\u0442\u0435 \u0434\u043b\u044f \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0441\u0431\u043e\u0440\u0430 \u043c\u0443\u0441\u043e\u0440\u0430
-
-
diff --git a/l10n/src/ru/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ru.properties
deleted file mode 100644
index 2d14da6..0000000
--- a/l10n/src/ru/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_ru.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API \u0443\u0442\u0438\u043b\u0438\u0442 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u0423\u0442\u0438\u043b\u0438\u0442\u044b \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430.
-OpenIDE-Module-Long-Description=\u0412\u0441\u043f\u043e\u043c\u043e\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043c\u0435\u0442\u043e\u0434\u044b \u0434\u043b\u044f \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0445 \u0437\u0430\u0434\u0430\u0447 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430.
-
-
-
-#MenuBar
-EXC_LoadMenu=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043c\u0435\u043d\u044e {0} \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u0430
-EXC_LoadMenuItem=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043f\u0443\u043d\u043a\u0442\u0430 {0} \u043c\u0435\u043d\u044e \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u0430
-
-#HtmlBrowser
-CTL_Back=\u041d\u0430\u0437\u0430\u0434
-CTL_Forward=\u0412\u043f\u0435\u0440\u0435\u0434
-CTL_Reload=\u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c
-CTL_Stop=\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c
-CTL_Document_done=\u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442: \u0413\u043e\u0442\u043e\u0432
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430
-EXC_Module=\u0418\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043c\u043e\u0434\u0443\u043b\u044f "\u0411\u0440\u0430\u0443\u0437\u0435\u0440 HTML"
-CTL_WebBrowser=\u0411\u0440\u0430\u0443\u0437\u0435\u0440
-HINT_WebBrowser=\u0411\u0440\u0430\u0443\u0437\u0435\u0440
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=\u041e\u043a\u043d\u043e \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430
-ACSD_HtmlBrowser=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACS_HtmlBrowser_Location=\u0420\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435
-ACSD_HtmlBrowser_Location=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-# Splitted panel
-SplittedPanelVertical=\u0412\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e
-SplittedPanelHorizontal=\u0413\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e
-SplittedPanelSwap=\u041f\u043e\u043c\u0435\u043d\u044f\u0442\u044c \u043f\u0430\u043d\u0435\u043b\u0438 \u043c\u0435\u0441\u0442\u0430\u043c\u0438
-ResetSplitter=\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044f
-ACS_SplittedPanel_Name=\u041f\u0435\u0440\u0432\u0430\u044f \u043f\u0430\u043d\u0435\u043b\u044c {0}. \u0412\u0442\u043e\u0440\u0430\u044f \u043f\u0430\u043d\u0435\u043b\u044c {1}.
-ACS_SplittedPanel_Description=\u041f\u0435\u0440\u0432\u0430\u044f \u043f\u0430\u043d\u0435\u043b\u044c {0}. \u0412\u0442\u043e\u0440\u0430\u044f \u043f\u0430\u043d\u0435\u043b\u044c {1}.
-ACS_SplittedPanel_EmptySplitter=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_SplittedPanel_EmptySplitter=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-#Title while loading
-LBL_Loading=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430...
-#Title if html doesn't contain title tags
-LBL_Untitled=\u0411\u0435\u0437 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0439 \u0441\u0435\u0440\u0432\u0435\u0440: {0}
-FMT_InvalidURL=\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0430\u0434\u0440\u0435\u0441: {0}
-FMT_NoRouteToHost=\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043f\u0443\u0442\u044c \u043a \u0445\u043e\u0441\u0442\u0443: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=\u0412\u044b\u0437\u043e\u0432 {4} \u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u043a\u0430\u043a {3} \u0447\u0435\u0440\u0435\u0437 {1}
-
-
-# action and their performers
-Open=\u041e\u0442\u043a\u0440\u044b\u0442\u044c
-Edit=\u041f\u0440\u0430\u0432\u043a\u0430
-Print=&\u041f\u0435\u0447\u0430\u0442\u044c...
-View=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440
-Close=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-
diff --git a/l10n/src/ru/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ru.properties
deleted file mode 100644
index 1703669..0000000
--- a/l10n/src/ru/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_ru.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0441\u0442\u0438
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u0442\u0430\u0440\u044b\u0435 \u043a\u043b\u0430\u0441\u0441\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0443\u0441\u0442\u0430\u0440\u0435\u0432\u0448\u0438\u043c\u0438.
-OpenIDE-Module-Long-Description=\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0441\u0442\u0430\u0440\u044b\u0435 \u043a\u043b\u0430\u0441\u0441\u044b API, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u0443\u0441\u0442\u0430\u0440\u0435\u043b\u0438 \u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0437\u0430\u043c\u0435\u043d\u0435\u043d\u044b. \u0410 \u0438\u043c\u0435\u043d\u043d\u043e: ExplorerActions, ExplorerPanel, HttpServer \u0438 WeakListener.
-OpenIDE-Module-Deprecation-Message=\u0412\u0441\u0435 \u043a\u043b\u0430\u0441\u0441\u044b \u0432 \u0434\u0430\u043d\u043d\u043e\u043c API \u0443\u0441\u0442\u0430\u0440\u0435\u043b\u0438 \u0438 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u0437\u0430\u043c\u0435\u043d\u0435\u043d\u044b \u043d\u0430 \u0431\u043e\u043b\u0435\u0435 \u0441\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435 API.
-
diff --git a/l10n/src/ru/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ru.properties
deleted file mode 100644
index ab1c4d8..0000000
--- a/l10n/src/ru/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_ru.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API \u0434\u0438\u0430\u043b\u043e\u0433\u043e\u0432
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u0417\u0430\u0432\u0435\u0434\u0443\u0435\u0442 \u0434\u0438\u0430\u043b\u043e\u0433\u0430\u043c\u0438 \u0438 \u043c\u0430\u0441\u0442\u0435\u0440\u0430\u043c\u0438.
-OpenIDE-Module-Long-Description=\u0414\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u0434\u0443\u043b\u044c \u0437\u0430\u0432\u0435\u0434\u0443\u0435\u0442 \u0438\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u043e\u0439 \u0434\u0438\u0430\u043b\u043e\u0433\u043e\u0432 \u0438 \u043c\u0430\u0441\u0442\u0435\u0440\u043e\u0432, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0445 \u0432 NetBeans.
-
-# Notify system
-NTF_ErrorTitle=\u041e\u0448\u0438\u0431\u043a\u0430
-NTF_ExceptionTitle=\u0418\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 {0}.\n\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043e\u0431 \u044d\u0442\u043e\u043c \u043f\u043e \u0430\u0434\u0440\u0435\u0441\u0443 http://www.netbeans.org/issues.html, \u043f\u0440\u0438\u043a\u0440\u0435\u043f\u0438\u0432 \u043a \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044e \u043e\u0431 \u043e\u0448\u0438\u0431\u043a\u0435 \u043a\u043e\u043f\u0438\u044e \u0444\u0430\u0439\u043b\u0430 messages.log.\n\u0424\u0430\u0439\u043b messages.log \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d \u0432 \u043f\u0430\u043f\u043a\u0435 {1}.
-NTF_ExceptionalExceptionTitle=\u041d\u0435\u043e\u0436\u0438\u0434\u0430\u043d\u043d\u043e\u0435 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435
-NTF_PlainTitle=\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435
-NTF_QuestionTitle=\u0412\u043e\u043f\u0440\u043e\u0441
-NTF_InformationTitle=\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f
-NTF_WarningTitle=\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=\u0412\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435 \u043e\u043f\u0446\u0438\u0439
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=\u0414\u0430
-CTL_NO=\u041d\u0435\u0442
-CTL_CLOSE=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-
-CTL_CANCEL=\u041e\u0442\u043c\u0435\u043d\u0430
-ACSD_CANCEL=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-CTL_NEXT=\u0414\u0430\u043b\u0435\u0435 >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#\u041f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u0442 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u0448\u0430\u0433\u0443 \u043c\u0430\u0441\u0442\u0435\u0440\u0430.|2#\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0448\u0430\u0433: {0}. {1}}
-
-CTL_PREVIOUS=< &\u041d\u0430\u0437\u0430\u0434
-CTL_PREVIOUS_Mnemonic=\u0411
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#\u041f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u0442 \u043a \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u043c\u0443 \u0448\u0430\u0433\u0443 \u043c\u0430\u0441\u0442\u0435\u0440\u0430.|0#\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439 \u0448\u0430\u0433: {0}. {1}}
-
-CTL_FINISH=&\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c
-ACSD_FINISH=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-# NotifyDescriptor
-
-ACSD_InputPanel=\u0421\u0442\u0440\u043e\u043a\u0430 \u0432\u0432\u043e\u0434\u0430
-ACSD_InputField=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACN_NotifyDescriptor_MessageJTextArea=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACD_NotifyDescriptor_MessageJTextArea=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName=\u041c\u0430\u0441\u0442\u0435\u0440 {0} ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} \u0438\u0437 {1}
-CTL_ContentName=\u0428\u0430\u0433\u0438
-CTL_HelpName=\u0421\u043f\u0440\u0430\u0432\u043a\u0430
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430.
-
diff --git a/l10n/src/ru/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ru.properties
deleted file mode 100644
index 4a5bd32..0000000
--- a/l10n/src/ru/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_ru.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=API \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0438\u0437 Open API.
-OpenIDE-Module-Long-Description=\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0447\u0430\u0441\u0442\u0438 \u043f\u0430\u043a\u0435\u0442\u0430 org.openide.execution.* \u0438\u0437 Open API.
-
diff --git a/l10n/src/ru/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ru.properties
deleted file mode 100644
index 486d5e2..0000000
--- a/l10n/src/ru/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_ru.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API \u043f\u0440\u043e\u0432\u043e\u0434\u043d\u0438\u043a\u0430 \u0438 \u0442\u0430\u0431\u043b\u0438\u0446 \u0441\u0432\u043e\u0439\u0441\u0442\u0432
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u0420\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0435 \u0432\u0438\u0434\u044b \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440 \u0443\u0437\u043b\u043e\u0432.
-OpenIDE-Module-Long-Description=\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u0432\u0438\u0434\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0442 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u044b \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0435 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e API \u0443\u0437\u043b\u043e\u0432.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=\u041f\u0440\u043e\u0432\u043e\u0434\u043d\u0438\u043a [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043e\u043a\u043d\u043e \u041f\u0440\u043e\u0432\u043e\u0434\u043d\u0438\u043a\u0430; \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 {0}.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=\u041f\u0440\u043e\u0432\u043e\u0434\u043d\u0438\u043a \u043d\u0435 \u0434\u043e\u043b\u0436\u0435\u043d \u0437\u0430\u043f\u0440\u0435\u0449\u0430\u0442\u044c \u043f\u0443\u0441\u0442\u043e\u0435 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435.
-EXC_ContextMustBeWithinRootContext=\u041f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0435\u043c\u044b\u0439 \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442 ({0}) \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0432\u043d\u0443\u0442\u0440\u0438 \u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u0430 ({1}).
-EXC_NodeCannotBeNull=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c null \u0434\u043b\u044f \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f (\u0443\u0437\u043b\u043e\u0432).
-EXC_NoElementOfNodeSelectionMayBeNull=\u041d\u0438 \u043e\u0434\u0438\u043d \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f (\u0443\u0437\u043b\u043e\u0432) \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0440\u0430\u0432\u0435\u043d null.
-EXC_NodeSelectionCannotContainNodes=\u0412\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u0443\u0437\u043b\u043e\u0432 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0443\u0437\u043b\u044b ({0}), \u043d\u0435 \u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0430\u0449\u0438\u0435 \u043a\u043e\u0440\u043d\u044e ({1}).
-EXC_CannotHaveNullRootContext=\u041a\u043e\u0440\u043d\u0435\u0432\u043e\u0439 \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c null.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043f\u0430\u043f\u043a\u0443 {0} \u0438 \u0432\u0441\u0435 \u0435\u0451 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u0442\u0438 {0} \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432?
-MSG_ConfirmDeleteObjectTitle=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0430
-MSG_ConfirmDeleteFolderTitle=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u043f\u0430\u043a\u0435\u0442\u0430
-MSG_ConfirmDeleteObjectsTitle=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443 {0} \u043d\u0430 \u043e\u0431\u044a\u0435\u043a\u0442 {3}?
-MSG_ConfirmDeleteShadowTitle=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0441\u0441\u044b\u043b\u043a\u0438
-
-
diff --git a/l10n/src/ru/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ru.properties
deleted file mode 100644
index 344c533..0000000
--- a/l10n/src/ru/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_ru.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=\u0418\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0432
-PS_Editor=\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u0441\u0432\u043e\u0439\u0441\u0442\u0432
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=\u041c\u0430\u0441\u0441\u0438\u0432
-FMT_ErrorSettingProperty=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u043c\u0443 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0443. \u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 {0} \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e \u0434\u043b\u044f {1}.
-FMT_CannotUpdateProperty=\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 {0} \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e \u0434\u043b\u044f {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(\u043d\u0435\u0442 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430)
-CTL_NoProperties=<\u043d\u0435\u0442 \u0441\u0432\u043e\u0439\u0441\u0442\u0432>
-CTL_Property_Read_Yes=(\u0447/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430
-CTL_Property_Write_Yes=\u0437)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438
-ACS_CTL_NoSort=\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438
-CTL_AlphaSort=\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u0438\u043c\u0435\u043d\u0438
-ACS_CTL_AlphaSort=\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u0438\u043c\u0435\u043d\u0438
-CTL_TypeSort=\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u0442\u0438\u043f\u0443
-ACS_CTL_TypeSort=\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e \u0442\u0438\u043f\u0443
-CTL_VisibleWritableOnly=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u044b\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430
-ACS_CTL_VisibleWritableOnly=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u044b\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430
-CTL_Customize=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u0449\u0438\u043a
-ACS_CTL_Customize=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u0449\u0438\u043a
-CTL_Help=\u0421\u043f\u0440\u0430\u0432\u043a\u0430
-ACS_CTL_Help=\u0421\u043f\u0440\u0430\u0432\u043a\u0430
-ACSD_CTL_Help=\u041f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0441\u043f\u0440\u0430\u0432\u043a\u0443 \u043f\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0443, \u0447\u044c\u0438 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u044e\u0442\u0441\u044f \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430 >>{0}<< \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0434\u0438\u0437\u0430\u0439\u043d\u0430 \u0432\u044b\u0437\u044b\u0432\u0430\u0435\u0442 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435.
-
-#PropertySheet
-CTL_Property_sheet_option=\u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u0441\u0432\u043e\u0439\u0441\u0442\u0432
-
-
-#IndexedPropertyEditor
-CTL_NoItem=\u041d\u0435\u0442 \u043e\u0431\u044a\u0435\u043a\u0442\u0430
-CTL_Index=\u0418\u043d\u0434\u0435\u043a\u0441 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430:
-CTL_Unknown=\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-CTL_Cancel=\u041e\u0442\u043c\u0435\u043d\u0430
-ACSD_CTL_Cancel=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-CTL_Close=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-ACSD_CTL_Close=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-CTL_Default=\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043d\u0430 &\u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044f
-ACSD_CTL_Default=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-CTL_Paste=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c
-
-#PropertyDetails
-EXC_Setter=\u0418\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0432 \u043c\u0435\u0442\u043e\u0434\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430: {0}
-EXC_Setter_localized=\u0418\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0432 \u043c\u0435\u0442\u043e\u0434\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430 {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<\u043d\u0435\u0442 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430>
-CTL_No_property_editor=<\u043d\u0435\u0442 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430 \u0441\u0432\u043e\u0439\u0441\u0442\u0432>
-CTL_Different_Values=<\u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f>
-CTL_Desc_Different_Values=\u0423 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0445 \u0443\u0437\u043b\u043e\u0432 \u0440\u0430\u0437\u043d\u044b\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430.
-CTL_No_properties=<\u043d\u0435\u0442 \u0441\u0432\u043e\u0439\u0441\u0442\u0432>
-CTL_No_value=<\u043d\u0435\u0442 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f>
-CTL_No_type=<\u043d\u0435\u0442 \u0442\u0438\u043f\u0430>
-CTL_ElipsisHint=\u0412\u044b\u0437\u044b\u0432\u0430\u0435\u0442 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u0449\u0438\u043a\u0430
-CTL_InvalidValue=\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent=\u0422\u0438\u043f {0}: {1}{2,choice,0#|1# \u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442: {3}|2# \u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430
-CTL_New=\u0421\u043e\u0437\u0434\u0430&\u0442\u044c
-CTL_Delete=&\u0423\u0434\u0430\u043b\u0438\u0442\u044c
-CTL_MoveUp=&\u0412\u0432\u0435\u0440\u0445
-CTL_MoveDown=\u0412&\u043d\u0438\u0437
-CTL_HideDetails=&\u0421\u043a\u0440\u044b\u0442\u044c \u0434\u0435\u0442\u0430\u043b\u0438
-CTL_ShowDetails=&\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0434\u0435\u0442\u0430\u043b\u0438
-EXC_ErrorInIndexedSetter=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0438\u043d\u0434\u0435\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430
-
-ACSD_Properties=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_New=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_Delete=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_MoveUp=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_MoveDown=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_HideDetails=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_ShowDetails=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_IndexedEditorPanel=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=\u0418\u043c\u0435\u043d\u0430
-COLUMN_VALUES=\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u044f
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<\u043d\u0435\u0447\u0438\u0442\u0430\u0435\u043c\u043e>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=\u041e\u0448\u0438\u0431\u043a\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0439 \u0440\u0435\u0436\u0438\u043c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438
-
-#Button labels for property dialogs
-ok=OK
-default=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-cancel=\u041e\u0442\u043c\u0435\u043d\u0430
-close=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435
-ACSD_Description=\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430, \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0433\u043e \u0432 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u0439 \u043c\u043e\u043c\u0435\u043d\u0442
-ACS_DescriptionTitle=\u0418\u043c\u044f \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430
-ACSD_DescriptionTitle=\u0418\u043c\u044f \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430, \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u0433\u043e \u0432 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u0439 \u043c\u043e\u043c\u0435\u043d\u0442
-CTL_NO_DESCRIPTION=\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442.
-CTL_NO_SELECTION=\u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043e
-ACS_Splitter=\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c
-ACSD_Splitter=\u0412\u0438\u0437\u0443\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c \u043c\u0435\u0436\u0434\u0443 \u0442\u0430\u0431\u043b\u0438\u0446\u0435\u0439 \u0441\u0432\u043e\u0439\u0441\u0442\u0432 \u0438 \u043e\u0431\u043b\u0430\u0441\u0442\u044c\u044e \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u043e
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} \u0440\u0430\u0432\u043d\u043e {1}
-FMT_ACST_SheetSet=\u0413\u0440\u0443\u043f\u043f\u0430 \u0441\u0432\u043e\u0439\u0441\u0442\u0432 {0}
-ACST_No_Selection=\u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043e
-CTL_Multiple_Selection=\u0412\u044b\u0431\u0440\u0430\u043d\u043e \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=\u0429\u0435\u043b\u043a\u043d\u0438\u0442\u0435 \u043c\u044b\u0448\u044c\u044e \u0438\u043b\u0438 \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 Ctrl+\u043f\u0440\u043e\u0431\u0435\u043b \u0447\u0442\u043e\u0431\u044b \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440; \u043f\u0440\u0430\u0432\u0430\u044f \u043a\u043b\u0430\u0432\u0438\u0448\u0430 \u043c\u044b\u0448\u0438 - \u043c\u0435\u043d\u044e
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f
-CTL_HideDescription=\u0421\u043a\u0440\u044b\u0442\u044c \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f
-CTL_RestoreDefaultValue=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=\u0434\u0430\u043d\u043d\u043e\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u043e
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0447\u0438\u0441\u043b\u0430: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=\u0421\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=\u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u0441\u0432\u043e\u0439\u0441\u0442\u0432
-ACSN_SHEET_TABBED_PANE=\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0441\u0432\u043e\u0439\u0441\u0442\u0432
-ACSD_SHEET_TABLE=\u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u044b\u0445 \u0441\u0432\u043e\u0439\u0441\u0442\u0432, \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0449\u0438\u0445 \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u043e\u0431\u044a\u0435\u043a\u0442
-ACSD_SHEET_TABBED_PANE=\u041c\u043e\u0436\u043d\u043e \u0432\u044b\u0434\u0435\u043b\u044f\u0442\u044c \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0431\u043e\u0440\u044b \u0441\u0432\u043e\u0439\u0441\u0442\u0432 \u0442\u0435\u043a\u0443\u0449\u0435\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432
-
-LBL_QUICKSEARCH=\u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u043f\u043e\u0438\u0441\u043a:
-
-MSG_SetAsText_InvalidValue=\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 {0}
-
diff --git a/l10n/src/ru/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ru.properties
deleted file mode 100644
index 13b33d5..0000000
--- a/l10n/src/ru/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_ru.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=\u041f\u0443\u0441\u0442\u043e
-MenuViewStartFromRoot=\u041f\u0440\u043e\u0432\u043e\u0434\u043d\u0438\u043a \u0441 \u043a\u043e\u0440\u043d\u044f
-MenuViewStartFromCurrent=\u041f\u0440\u043e\u0432\u043e\u0434\u043d\u0438\u043a \u043e\u0442\u0441\u044e\u0434\u0430
-
-# TabView
-TabView_RootTab=\u041a\u043e\u0440\u0435\u043d\u044c
-
-# TreeView
-VetoSelectedNodes=\u0412\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0443\u0437\u043b\u044b
-LBL_QUICKSEARCH=\u041f\u043e\u0438\u0441\u043a:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442 {0} \u0432 {1}.
-ACSN_TreeViewCellEditor=\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u044f
-ACSD_TreeViewCellEditor=\u0412\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0439 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u0438\u043c\u0435\u043d \u0443\u0437\u043b\u043e\u0432 \u0432 \u0434\u0435\u0440\u0435\u0432\u0435 (\u0443\u0437\u043b\u043e\u0432)
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=\u041c\u0435\u0441\u0442\u043e \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043d\u0435 \u043f\u0440\u0438\u043d\u044f\u043b\u043e \u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0438\u043c\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435.
-
-MSG_ABORT=\u041e\u0442\u043c\u0435\u043d\u0430
-
-#TableSheet
-ACS_TableSheet=\u0422\u0430\u0431\u043b\u0438\u0446\u0430 \u0441\u0432\u043e\u0439\u0441\u0442\u0432
-ACSD_TableSheet=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACS_NullPanel=\u041d\u0435\u0442 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430
-# {0} - bean
-ACSD_NullPanel=\u041d\u0435\u0442 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430. \u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer=\u0422\u0438\u043f {0}: \u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 {1}: {2}
-CTL_No_value=<\u043d\u0435\u0442 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f>
-CTL_No_type=<\u043d\u0435\u0442 \u0442\u0438\u043f\u0430>
-
-# TreeTableView
-LBL_ColumnDialogTitle=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0438\u0434\u0438\u043c\u044b\u0435 \u0441\u0442\u043e\u043b\u0431\u0446\u044b
-LBL_ColumnDialogDesc=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0442\u043e\u043b\u0431\u0446\u044b \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0432 \u0441\u043f\u0438\u0441\u043a\u0435
-LBL_ListOptions=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u043f\u0438\u0441\u043a\u0430
-LBL_ChangeColumns=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0438\u0434\u0438\u043c\u044b\u0435 \u0441\u0442\u043e\u043b\u0431\u0446\u044b...
-LBL_SortMenu=\u041e\u0442\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-LBL_Ascending=\u041f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e
-LBL_Descending=\u041f\u043e \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e
-LBL_ColsMenu=\u0421\u0442\u043e\u043b\u0431\u0435\u0446
-LBL_MoveLeft=\u0412\u043b\u0435\u0432\u043e
-LBL_MoveRight=\u0412\u043f\u0440\u0430\u0432\u043e
-MSG_NoColumnsToChange=\u041d\u0435\u0442 \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432, \u0447\u044c\u0451 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u043e \u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u043d\u043e \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c.
-LBL_NoSort=\u041d\u0435\u0442
-ACSN_ColumnDialog=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0438\u0434\u0438\u043c\u044b\u0435 \u0441\u0442\u043e\u043b\u0431\u0446\u044b
-ACSD_ColumnDialog=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0442\u043e\u043b\u0431\u0446\u044b \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0432 \u0441\u043f\u0438\u0441\u043a\u0435
-
-#a11y
-ACSN_TreeTable=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_TreeTable=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u0442\u0440\u043e\u043a\u0438, \u0443 \u043a\u043e\u0442\u043e\u0440\u044b\u0445
-
-CTL_ColumnsSelector=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u0438\u0434\u0438\u043c\u044b\u0435 \u0441\u0442\u043e\u043b\u0431\u0446\u044b
-ACN_ColumnsSelector=\u0412\u044b\u0431\u043e\u0440 \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432
-ACD_ColumnsSelector=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0432\u0438\u0434\u0438\u043c\u044b\u0435 \u0441\u0442\u043e\u043b\u0431\u0446\u044b
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0442\u043e\u043b\u0431\u0446\u044b \u0434\u043b\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0432 \u0441\u043f\u0438\u0441\u043a\u0435
-NodeOutlineModel_NodesColumnLabel=\u0423\u0437\u043b\u044b
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=\u0414\u043e\u0441\u0442\u0443\u043f \u043a {0} \u0431\u0435\u0437 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043d\u0430 \u0447\u0442\u0435\u043d\u0438\u0435 \u0432\u0438\u0434\u0430 Children.MUTEX
-
diff --git a/l10n/src/ru/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ru.properties
deleted file mode 100644
index ec29777..0000000
--- a/l10n/src/ru/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_ru.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 XML:
-
-W-003=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440 XML \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043e\u043f\u0446\u0438\u044e \u043b\u0435\u043a\u0441\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0430\u043d\u0430\u043b\u0438\u0437\u0430.
-
diff --git a/l10n/src/ru/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ru.properties
deleted file mode 100644
index 40abf79..0000000
--- a/l10n/src/ru/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_ru.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=API \u0432\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u043e\u0439 \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b.
-OpenIDE-Module-Long-Description=\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0444\u0430\u0439\u043b\u0430\u043c \u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e \u043e\u0442 \u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u0435\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b. \u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435 \u043e\u0431 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u0445 \u043d\u0430 \u0434\u0438\u0441\u043a\u0435.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=\u041d\u0435\u0438\u0441\u043f\u0440\u0430\u0432\u043d\u0430\u044f {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=\u041a\u043e\u0440\u0435\u043d\u044c {0} \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043a\u043e\u0440\u0435\u043d\u044c \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0440\u0435\u043d\u044c \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0444\u0430\u0439\u043b {0} \u0438\u0437 {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u0444\u0430\u0439\u043b {0} \u0432 \u043f\u0430\u043f\u043a\u0435 {1} \u0432 {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=\u0424\u0430\u0439\u043b\u043e\u0432\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 {0} \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=\u0424\u0430\u0439\u043b {0} \u0432 {1} \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0444\u0430\u0439\u043b {0} \u0432 \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u0435 {2}, \u0442.\u043a. {1} \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u0430\u043f\u043a\u043e\u0439.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=\u0421\u0438\u043c\u0432\u043e\u043b \u043a\u043e\u0441\u043e\u0439 \u0447\u0435\u0440\u0442\u044b \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c \u0432 \u0438\u043c\u0435\u043d\u0438 \u043f\u0430\u043f\u043a\u0438 "{0}".
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=\u041f\u0430\u043f\u043a\u0430 {0} \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 {0} \u0432 {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=\u0424\u0430\u0439\u043b {0} \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u0435 {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0444\u0430\u0439\u043b {2}.{3} \u0432 \u043f\u0430\u043f\u043a\u0435 {0} \u0432 \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u0435 {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=\u041d\u0435\u0432\u0435\u0440\u043d\u0430\u044f \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0430 [{0}] \u0444\u0430\u0439\u043b\u0430 {1} \u0432 {2} (\u0442\u0435\u043a\u0443\u0449\u0430\u044f \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0430 [{3}]).
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0444\u0430\u0439\u043b filesystem.attributes:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=\u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d \u0444\u0430\u0439\u043b {1} \u0432 \u043f\u0430\u043f\u043a\u0435 {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u043e\u043d \u0432\u043d\u0443\u0442\u0440\u0438 {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=\u0424\u0430\u0439\u043b {0} \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.
-
-# {0} = name of zip file 
-EXC_CanntRead=\u0427\u0442\u0435\u043d\u0438\u0435 \u0438\u0437 \u0444\u0430\u0439\u043b\u0430 {0} \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e.
-
-# {0} = name of zip file 
-EXC_NotValidFile=\u041e\u0448\u0438\u0431\u043a\u0430 \u0432 \u0444\u0430\u0439\u043b\u0435 {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=\u041e\u0448\u0438\u0431\u043a\u0430 \u0432 \u0430\u0440\u0445\u0438\u0432\u0435 JAR {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0439 \u0430\u0440\u0445\u0438\u0432 JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=\u0421\u0431\u043e\u0440\u043d\u0430\u044f \u0444\u0430\u0439\u043b\u043e\u0432\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430
-EXC_FileOutsideModified=\u0424\u0430\u0439\u043b {0} \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. \u0424\u0430\u0439\u043b \u043c\u043e\u0433 \u0431\u044b\u0442\u044c \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0451\u043d \u0434\u0440\u0443\u0433\u0438\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c.
-XML_NotValidXMLFileSystem=\u041d\u0435\u0432\u0435\u0440\u043d\u0430\u044f XML-\u0444\u0430\u0439\u043b\u043e\u0432\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430.
-EXC_DefAttrReadErr=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c DefaultAttributes (\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e).
-EXC_UnreachableCode=\u0412\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u044f\u044f \u043e\u0448\u0438\u0431\u043a\u0430: \u043a\u043e\u0434 \u043d\u0435\u0434\u043e\u0441\u0442\u0438\u0436\u0438\u043c.
-
-EXC_FolderCopy=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u0430\u043f\u043e\u043a \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f.
-XML_RootInvalid=\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u043a\u043e\u0440\u043d\u0435\u0432\u044b\u043c.
-XML_MisssingAttr=\u0410\u0442\u0440\u0438\u0431\u0443\u0442 \"name\" \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442
-XML_InaccurateParam=\u041d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432
-XML_UnknownElement=\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u0435\u043d.
-XML_DuplElement=\u0414\u0443\u0431\u043b\u0438\u043a\u0430\u0442 \u043e\u0431\u044a\u0435\u043a\u0442\u0430 FileObject:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} \u0432 {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=\u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043f\u043e\u0442\u043e\u043a \u0434\u043b\u044f {0}
-
diff --git a/l10n/src/ru/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ru.properties
deleted file mode 100644
index c9475fe..0000000
--- a/l10n/src/ru/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_ru.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API \u0432\u0432\u043e\u0434\u0430-\u0432\u044b\u0432\u043e\u0434\u0430
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u0427\u0430\u0441\u0442\u044c Open API, \u043e\u0442\u043d\u043e\u0441\u044f\u0449\u0430\u044f\u0441\u044f \u043a \u0432\u044b\u0432\u043e\u0434\u0443 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432.
-OpenIDE-Module-Long-Description=\u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u043a\u043b\u0430\u0441\u0441\u044b \u043f\u0430\u043a\u0435\u0442\u0430 org.openide.windows.*, \u043e\u0442\u043d\u043e\u0441\u044f\u0449\u0438\u0435\u0441\u044f \u043a \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044e \u0432\u043a\u043b\u0430\u0434\u043e\u043a \u0432\u044b\u0432\u043e\u0434\u0430 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432, \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0440\u0430\u0431\u043e\u0442\u044b \u0438 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044e \u0438\u0445 \u0441\u0441\u044b\u043b\u043a\u0430\u043c\u0438.
-
diff --git a/l10n/src/ru/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_ru.properties
deleted file mode 100644
index 3f4e4e4..0000000
--- a/l10n/src/ru/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_ru.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Long-Description=\u0414\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u0434\u0443\u043b\u044c \u0441\u0432\u044f\u0437\u044b\u0432\u0430\u0435\u0442  API \u0441\u0438\u0441\u0442\u0435\u043c \u0434\u0430\u043d\u043d\u044b\u0445 \u0441 API \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432. \u0412 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0435, \u043c\u043e\u0436\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043b\u044e\u0431\u043e\u0439 \u044f\u0437\u044b\u043a \u0441\u0446\u0435\u043d\u0430\u0440\u0438\u0435\u0432 \u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u0432 \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u0432.
-OpenIDE-Module-Name=\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u0432.
-OpenIDE-Module-Short-Description=\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u0432 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0441\u0438\u0441\u0442\u0435\u043c \u0434\u0430\u043d\u043d\u044b\u0445.
-
diff --git a/l10n/src/ru/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ru.properties
deleted file mode 100644
index 7438fa3..0000000
--- a/l10n/src/ru/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_ru.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API \u0441\u0438\u0441\u0442\u0435\u043c \u0434\u0430\u043d\u043d\u044b\u0445
-OpenIDE-Module-Short-Description=NetBeans Open API \u0434\u043b\u044f \u043c\u0430\u043d\u0438\u043f\u0443\u043b\u044f\u0446\u0438\u0438 \u043e\u0431\u044a\u0435\u043a\u0442\u0430\u043c\u0438 \u0434\u0430\u043d\u043d\u044b\u0445.
-OpenIDE-Module-Long-Description=API \u0441\u0438\u0441\u0442\u0435\u043c \u0434\u0430\u043d\u043d\u044b\u0445 -- \u044d\u0442\u043e \u0441\u043b\u043e\u0439 \u043f\u043e\u0432\u0435\u0440\u0445 API \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0440\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u0451\u0442 \u0438 \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u0443\u0435\u0442 \u043e\u0431\u044a\u0435\u043a\u0442\u044b \u0434\u0430\u043d\u043d\u044b\u0445 \u0438 \u043f\u0440\u0438\u0434\u0430\u0451\u0442 \u0438\u043c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0441\u0435\u043c\u0430\u043d\u0442\u0438\u043a\u0443. \u0420\u0430\u043d\u0435\u0435 \u044d\u0442\u043e\u0442 API \u0431\u044b\u043b \u0447\u0430\u0441\u0442\u044c\u044e \u043e\u0431\u0449\u0435\u0433\u043e Open API, \u043d\u043e \u0442\u0435\u043f\u0435\u0440\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d \u0432 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0439 \u043c\u043e\u0434\u0443\u043b\u044c.
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-
-#DefaultDataObject
-HINT_DefaultDataObject=\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0439 \u0444\u0430\u0439\u043b
-
-EXC_SharedAccess=\u041e\u0431\u0449\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f
-
-#Folder.Index
-EXC_ReorderFailed=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u043f\u043e\u0440\u044f\u0434\u043e\u043a.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0444\u0430\u0439\u043b {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 {3}
-
-PROP_ShadowOriginalName=\u0418\u0441\u0445\u043e\u0434\u043d\u043e\u0435 \u0438\u043c\u044f
-HINT_ShadowOriginalName=\u0418\u043c\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u0430, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u0441\u044b\u043b\u0430\u0435\u0442\u0441\u044f \u0434\u0430\u043d\u043d\u0430\u044f \u0441\u0441\u044b\u043b\u043a\u0430.
-PROP_ShadowOriginalFileSystem=\u0418\u0441\u0445\u043e\u0434\u043d\u043e\u0435 \u0438\u043c\u044f \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b
-HINT_ShadowOriginalFileSystem=\u0418\u043c\u044f \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430.
-
-# DataNode
-PROP_name=\u0418\u043c\u044f
-HINT_name=\u0418\u043c\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430.
-PROP_template=\u0428\u0430\u0431\u043b\u043e\u043d
-HINT_template=\u0415\u0441\u043b\u0438 \u0418\u0441\u0442\u0438\u043d\u0430, \u0442\u043e \u0434\u0430\u043d\u043d\u044b\u0439 \u043e\u0431\u044a\u0435\u043a\u0442 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u043c (\u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u044b \u0441\u0430\u043c\u043e\u0433\u043e \u0441\u0435\u0431\u044f).
-PROP_files=\u0412\u0441\u0435 \u0444\u0430\u0439\u043b\u044b
-HINT_files=\u0421\u043f\u0438\u0441\u043e\u043a \u0444\u0430\u0439\u043b\u043e\u0432, \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u043c \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u043c.
-PROP_size=\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430
-HINT_size=\u0414\u043b\u0438\u043d\u0430 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0430 \u0432 \u0431\u0430\u0439\u0442\u0430\u0445. (\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u043c\u043e \u0442\u043e\u043b\u044c\u043a\u043e \u043a \u043f\u0435\u0440\u0432\u043e\u043c\u0443 \u0444\u0430\u0439\u043b\u0443, \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u043e\u043c\u0443 \u0432 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0435 \u0412\u0441\u0435 \u0444\u0430\u0439\u043b\u044b).
-PROP_lastModified=\u0412\u0440\u0435\u043c\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f
-HINT_lastModified=\u0412\u0440\u0435\u043c\u044f \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0430. (\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u043c\u043e \u0442\u043e\u043b\u044c\u043a\u043e \u043a \u043f\u0435\u0440\u0432\u043e\u043c\u0443 \u0444\u0430\u0439\u043b\u0443, \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u043e\u043c\u0443 \u0432 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0435 \u0412\u0441\u0435 \u0444\u0430\u0439\u043b\u044b).
-PROP_extension=\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435
-HINT_extension=\u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u0430.
-ERROR_extension=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435. \u0424\u0430\u0439\u043b \u0438\u0437\u043c\u0435\u043d\u0435\u043d.
-
-# name of set with sorting options
-PROP_sorting=\u0421\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0430
-HINT_sorting=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438 \u0438 \u043f\u043e\u0440\u044f\u0434\u043a\u0430.
-
-#
-# folder sort mode property
-PROP_sort=\u0420\u0435\u0436\u0438\u043c \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438
-HINT_sort=\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442 \u043a\u0430\u043a \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u043e\u0442\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u043e\u0431\u044a\u0435\u043a\u0442\u044b \u0432 \u043f\u0430\u043a\u0435\u0442\u0435.
-# SortModeEditor
-VALUE_sort_none=\u041d\u0435 \u043e\u0442\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043e
-VALUE_sort_names=\u041f\u043e \u0438\u043c\u0435\u043d\u0438
-VALUE_sort_class=\u041f\u043e \u0442\u0438\u043f\u0443
-VALUE_sort_folder_names=\u041f\u043e \u0438\u043c\u0435\u043d\u0438 (\u0441\u043d\u0430\u0447\u0430\u043b\u0430 \u043f\u0430\u043a\u0435\u0442\u044b)
-VALUE_sort_last_modified=\u041f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f
-VALUE_sort_size=\u041f\u043e \u0440\u0430\u0437\u043c\u0435\u0440\u0443 \u0444\u0430\u0439\u043b\u0430
-
-
-#
-# Names of paste types
-#
-PT_move=&\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c
-PT_copy=\u041a\u043e\u043f&\u0438\u0440\u043e\u0432\u0430\u0442\u044c
-PT_instantiate=&\u0421\u043e\u0437\u0434\u0430\u0442\u044c
-PT_shadow=\u0421&\u043e\u0437\u0434\u0430\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443
-PT_serialize=\u0421&\u0435\u0440\u0438\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u0442\u044c
-PT_instance=&\u042d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e
-
-# 
-SerializeBean_Text=\u0418\u043c\u044f \u0444\u0430\u0439\u043b\u0430, \u0432 \u043a\u043e&\u0442\u043e\u0440\u044b\u0439 \u0441\u0435\u0440\u0438\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u0442\u044c \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440
-SerializeBean_Title=\u0421\u0435\u0440\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0430
-
-#
-# new folder
-#
-CTL_NewFolder=\u041f\u0430\u043f\u043a\u0430
-CTL_NewFolderName=&\u0418\u043c\u044f:
-CTL_NewFolderTitle=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=\u0424\u0430\u0439\u043b {0} \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u043f\u0430\u043f\u043a\u0435 {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=\u041f\u0430\u043f\u043a\u0430 {0} \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u043f\u0430\u043f\u043a\u0435 {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=\u0424\u0430\u0439\u043b {1} \u043a\u0430\u0436\u0435\u0442\u0441\u044f \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0431\u043e\u043b\u044c\u0448\u044b\u043c ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) \u0447\u0442\u043e\u0431\u044b \u0435\u0433\u043e \u043c\u043e\u0436\u043d\u043e \u0431\u044b\u043b\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u044c. \n\u041e\u0442\u043a\u0440\u044b\u0442\u0438\u0435 \u0444\u0430\u0439\u043b\u0430 \u043c\u043e\u0436\u0435\u0442 \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043d\u0435\u0445\u0432\u0430\u0442\u043a\u0443 \u043f\u0430\u043c\u044f\u0442\u0438  -- OutOfMemoryError, \u0447\u0442\u043e \u0441\u0434\u0435\u043b\u0430\u0435\u0442 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0443 \u043d\u0435\u043f\u0440\u0438\u0433\u043e\u0434\u043d\u043e\u0439 \u0434\u043b\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0438 \u0435\u0435 \u043f\u0440\u0438\u0434\u0435\u0442\u0441\u044f \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0435\u0433\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u044c?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML-\u0444\u0430\u0439\u043b\u044b \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
-PROP_XmlError=\u041e\u0448\u0438\u0431\u043a\u0430 (\u043d\u0435 \u0444\u0430\u0442\u0430\u043b\u044c\u043d\u0430 \u0434\u043b\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b)
-PROP_XmlWarning=\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435
-PROP_XmlFatalError=\u0424\u0410\u0422\u0410\u041b\u042c\u041d\u0410\u042f \u041e\u0428\u0418\u0411\u041a\u0410
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443; \u0438\u043c\u044f {0} \u043d\u0435 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 {0} \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e: \u043f\u0430\u043f\u043a\u0430 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0435\u0442 \u0441 \u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0439.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 {0} \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e: \u043f\u0430\u043f\u043a\u0430 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u043e\u0434\u043f\u0430\u043f\u043a\u043e\u0439 \u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0439 \u043f\u0430\u043f\u043a\u0438.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=\u041c\u0430\u0441\u0442\u0435\u0440 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=\u041c\u0430\u0441\u0442\u0435\u0440 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f
-LAB_TemplateChooserPanelName=\u0412\u044b\u0431\u043e\u0440 \u0448\u0430\u0431\u043b\u043e\u043d\u0430
-LAB_SelectTemplateBorder=&\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0448\u0430\u0431\u043b\u043e\u043d:
-MSG_NoDescription=\u041d\u0435\u0442 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f
-MSG_InitDescription=\u0418\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u044f...
-LAB_TemplateDescriptionBorder=&\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u0430:
-LAB_TargetLocationPanelName=\u041c\u0435\u0441\u0442\u043e \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f
-LAB_TargetLocationDescription=\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0438\u043b\u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0438\u0436\u0435 \u0438\u043c\u044f \u043f\u0430\u043f\u043a\u0438 \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0435\u043c\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_TemplateWizard1=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-CTL_NewObjectName=&\u0418\u043c\u044f\:
-ACSD_NewObjectName=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_TargetLocationDescription=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_TemplateWizard2=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-ACSD_NewObjectPanel=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-LBL_settingsNodeName=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
-EXC_folder_delete_failed=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0431\u044b\u043b\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0438\u0441\u0445\u043e\u0434\u043d\u0443\u044e \u043f\u0430\u043f\u043a\u0443 \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0438.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<\u043f\u0430\u043f\u043a\u0430 \u0432\u0435\u0440\u0445\u043d\u0435\u0433\u043e \u0443\u0440\u043e\u0432\u043d\u044f> [{0}]
-FMT_DefaultNewObjectName=<\u0438\u043c\u044f \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e>
-
-LBL_shadow_loader_display_name=\u0421\u0441\u044b\u043b\u043a\u0438
-LBL_folder_loader_display_name=\u041f\u0430\u043f\u043a\u0438
-LBL_default_loader_display_name=\u041d\u0435\u0440\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u043d\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u044b
-LBL_instance_loader_display_name=\u042d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439
-
-FMT_CannotCopyDo=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0430 {0} \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e.
-FMT_CannotMoveDo=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u041f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u0430 {0} \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e.
-
-# InstanceDataObject
-LBL_separator_instance=(\u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c)
-PROP_instance_class=\u0418\u043c\u044f \u043a\u043b\u0430\u0441\u0441\u0430
-HINT_instance_class=Java-\u0438\u043c\u044f \u043a\u043b\u0430\u0441\u0441\u0430 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=\u041f\u0440\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 {0} \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b.
-
-FMT_brokenShadowName={0} (\u0438\u0441\u043f\u043e\u0440\u0447\u0435\u043d\u043d\u0430\u044f \u0441\u0441\u044b\u043b\u043a\u0430)
-HINT_brokenShadowOriginalName=\u0418\u0441\u043f\u043e\u0440\u0447\u0435\u043d\u043d\u0430\u044f \u0441\u0441\u044b\u043b\u043a\u0430
-PROP_brokenShadowOriginalName=\u0418\u0441\u043f\u043e\u0440\u0447\u0435\u043d\u043d\u0430\u044f \u0441\u0441\u044b\u043b\u043a\u0430
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=\u0424\u0430\u0439\u043b\u043e\u0432\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u0438\u0441\u043f\u043e\u0440\u0447\u0435\u043d\u043d\u043e\u0439 \u0441\u0441\u044b\u043b\u043a\u0438
-HINT_brokenShadowFileSystem=\u0424\u0430\u0439\u043b\u043e\u0432\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u0438\u0441\u043f\u043e\u0440\u0447\u0435\u043d\u043d\u043e\u0439 \u0441\u0441\u044b\u043b\u043a\u0438
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=\u0421\u043f\u043e\u0441\u043e\u0431 \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0434\u0430\u043d\u043d\u044b\u0445
-LBL_DOcut=\u0421\u043f\u043e\u0441\u043e\u0431 \u0432\u044b\u0440\u0435\u0437\u0430\u043d\u0438\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0434\u0430\u043d\u043d\u044b\u0445
-#NewObjectPanel
-LAB_NewObjectPanelName=\u0418\u043c\u044f \u043d\u043e\u0432\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430
-FMT_DefaultNewObject=<\u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0432\u0441\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0435\u0435 \u043c\u0435\u043d\u044e \u0434\u043b\u044f \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0442\u0438\u043f\u0430 {0}; \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e.
-LBL_loader_display_name=\u0417\u0430\u0433\u0440\u0443\u0437\u0447\u0438\u043a
-
-MSG_renameError=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442 {0} \u0432 {1}.
-MSG_NotValidName=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u0438\u0441\u0432\u043e\u0438\u0442\u044c {0} \u043f\u0443\u0441\u0442\u043e\u0435 \u0438\u043c\u044f.
-ERR_NoFilesystem=\u041d\u0435\u0442 \u043d\u0438 \u043e\u0434\u043d\u043e\u0439 \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0445\u043e\u0442\u044f \u0431\u044b \u043e\u0434\u043d\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430\u044f \u043d\u0430 \u0437\u0430\u043f\u0438\u0441\u044c \u0438 \u043d\u0435 \u0441\u043a\u0440\u044b\u0442\u0430\u044f \u0444\u0430\u0439\u043b\u043e\u0432\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=\u0426\u0435\u043b\u0435\u0432\u0430\u044f \u0444\u0430\u0439\u043b\u043e\u0432\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u0438\u043b\u0438 \u043f\u0430\u043f\u043a\u0430 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0442.
-MSG_fs_is_readonly=\u0426\u0435\u043b\u0435\u0432\u0430\u044f \u0444\u0430\u0439\u043b\u043e\u0432\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f.
-# {0} - name of the existing file
-MSG_file_already_exist=\u0424\u0430\u0439\u043b {0} \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b
-#InstantiateAction
-Instantiate=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440
-#SaveAsTemplateAction
-SaveAsTemplate=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a \u0448\u0430\u0431\u043b\u043e\u043d...
-Title_SaveAsTemplate=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a \u0448\u0430\u0431\u043b\u043e\u043d
-CTL_SaveAsTemplate=&\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e \u0434\u043b\u044f \u043d\u043e\u0432\u043e\u0433\u043e \u0448\u0430\u0431\u043b\u043e\u043d\u0430:
-CTL_SaveAsTemplate_TemplatesRoot=\u0428\u0430\u0431\u043b\u043e\u043d\u044b
-SaveAll=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c &\u0432\u0441\u0435
-HINT_SaveAll=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0432\u0441\u0435 \u0444\u0430\u0439\u043b\u044b (\u0435\u0441\u043b\u0438 \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c "\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f \u043f\u0440\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438" \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0430, \u044d\u0442\u043e \u0442\u0430\u043a\u0436\u0435 \u043f\u0440\u0438\u0432\u0435\u0434\u0435\u0442 \u043a \u0441\u0431\u043e\u0440\u043a\u0435 \u0438 \u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u044e \u0444\u0430\u0448\u0438\u0445 \u0444\u0430\u0439\u043b\u043e\u0432)
-# FileSystemRefreshAction
-LAB_Refresh=\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043f\u043a\u0443
-# NewTemplateAction
-EXC_TemplateFailed=\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442 \u0438\u0437 \u0448\u0430\u0431\u043b\u043e\u043d\u0430.
-NewTemplate=\u0421\u043e\u0437\u0434\u0430&\u0442\u044c
-NewTemplateAction=\u0412\u0441\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u044b...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=\u041f\u0443\u0441\u0442\u043e
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=\u041e\u0442\u043a\u0440\u044b\u0442\u0438\u0435 {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=\u0424\u0430\u0439\u043b {0} \u0438\u0437\u043c\u0435\u043d\u0451\u043d. \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [\u0442\u043e\u043b\u044c\u043a\u043e \u0447\u0442\u0435\u043d\u0438\u0435]|1#{1} *|2#{1} [\u0442\u043e\u043b\u044c\u043a\u043e \u0447\u0442\u0435\u043d\u0438\u0435] *|3#{1}}
-TIP_editor_modified=\ (\u0438\u0437\u043c\u0435\u043d\u0451\u043d)
-TIP_editor_ro=\ (\u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=\u0424\u0430\u0439\u043b {0} \u0442\u0435\u043f\u0435\u0440\u044c \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f! \u0412\u0441\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0431\u0443\u0434\u0443\u0442 \u043f\u043e\u0442\u0435\u0440\u044f\u043d\u044b.
-MSG_FileReadOnlySaving=\u0424\u0430\u0439\u043b {0} \u0442\u0435\u043f\u0435\u0440\u044c \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f! \u041d\u0435 \u043c\u043e\u0433\u0443 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c.
-MSG_FileReadOnlyChanging=\u0424\u0430\u0439\u043b {0} \u0442\u0435\u043f\u0435\u0440\u044c \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f!
-
-
-MSG_BinaryFileQuestion=\u042d\u0442\u043e\u0442 \u0444\u0430\u0439\u043b, \u0441\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0431\u0438\u043d\u0430\u0440\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435. \u041e\u043d\u043e \u0432\u0430\u043c \u0442\u0430\u043a\u0438 \u043d\u0430\u0434\u043e \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u0442\u0430\u043a\u043e\u0439-\u0432\u043e\u0442 \u0444\u0430\u0439\u043b \u0432 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u043c \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0435? :)
-MSG_BinaryFileWarning=\u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d \u0431\u0438\u043d\u0430\u0440\u043d\u044b\u0439 \u0444\u0430\u0439\u043b
-
-CTL_SaveAsAction=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c &\u043a\u0430\u043a...
-MSG_SaveAsFailed=\u041f\u0440\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438 {0} \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430\n\u041f\u0440\u0438\u0447\u0438\u043d\u0430: {1}
-LBL_SaveAsTitle=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a
-MSG_CannotCreateTargetFolder=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f.
-MSG_SaveAs_SameFileSelected=\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0435 \u0438\u043c\u044f.
-MSG_SaveAs_SameFileSelected_Title=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a
-
diff --git a/l10n/src/ru/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ru.properties
deleted file mode 100644
index 787b287..0000000
--- a/l10n/src/ru/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_ru.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API \u043c\u043e\u0434\u0443\u043b\u0435\u0439
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=API \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e\u0431 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u043c\u043e\u0434\u0443\u043b\u044f\u0445.
-OpenIDE-Module-Long-Description=\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0445 \u043c\u043e\u0434\u0443\u043b\u0435\u0439, \u0438\u0445 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0438 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438.
-
diff --git a/l10n/src/ru/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ru.properties
deleted file mode 100644
index 8d5f628..0000000
--- a/l10n/src/ru/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_ru.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API \u0443\u0437\u043b\u043e\u0432
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=API \u0434\u043b\u044f \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u0434\u0440\u0435\u0432\u043e\u0432\u0438\u0434\u043d\u044b\u0445 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440.
-OpenIDE-Module-Long-Description=\u041f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0430\u0431\u0441\u0442\u0440\u0430\u043a\u0446\u0438\u044e \u0434\u043b\u044f \u0434\u0440\u0435\u0432\u043e\u0432\u0438\u0434\u043d\u044b\u0445 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044f \u0443\u0437\u0435\u043b Node -- \u043e\u0431\u0449\u0438\u0439 \u0440\u0430\u0441\u0448\u0438\u0440\u044f\u0435\u043c\u044b\u0439 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0451\u043d \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e API \u043f\u0440\u043e\u0432\u043e\u0434\u043d\u0438\u043a\u0430.
-
-
-
-#Sheet
-Properties=\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430
-Expert=\u0414\u043b\u044f \u044d\u043a\u0441\u043f\u0435\u0440\u0442\u043e\u0432
-HINT_Properties=\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430.
-HINT_Expert=\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u0434\u043b\u044f \u044d\u043a\u0441\u043f\u0435\u0440\u0442\u043e\u0432.
-
-#indexed customizer
-LAB_order=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u043e\u0440\u044f\u0434\u043e\u043a
-LAB_listOrder=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u044d\u0442\u0438 \u043f\u043e\u043b\u044f \u0432 \u0434\u0430\u043d\u043d\u043e\u043c \u043f\u043e\u0440\u044f\u0434\u043a\u0435:
-LAB_listOrder_Mnemonic=S
-Button_close=\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-Button_close_Mnemonic=C
-Button_up=\u0412\u0432\u0435\u0440\u0445
-Button_up_Mnemonic=U
-Button_down=\u0412\u043d\u0438\u0437
-Button_down_Mnemonic=D
-
-ACSD_Button_close=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_Button_up=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_Button_down=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_ListOrder=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_IndexedCustomizer=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-#PropertySupport
-CTL_StandardName=\u0418\u043c\u044f
-CTL_StandardHint=\u0418\u043c\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0443\u0437\u0435\u043b
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u043d\u0434\u0435\u043a\u0441
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430...
-
diff --git a/l10n/src/ru/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ru.properties
deleted file mode 100644
index 4946482..0000000
--- a/l10n/src/ru/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_ru.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a.
-OpenIDE-Module-Long-Description=\u041f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u043a\u043b\u0430\u0441\u0441\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0443\u043f\u0440\u043e\u0449\u0430\u044e\u0442 \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u043c\u0435\u0436\u0434\u0443 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u043c\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0430\u043c\u0438 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439, \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u043d\u0430 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 NetBeans.
-OpenIDE-Module-Deprecation-Message=\u0412\u043c\u0435\u0441\u0442\u043e \u0434\u0430\u043d\u043d\u043e\u0433\u043e API \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 org.openide.util.NbPreferences.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=\u0418\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430 {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/ru/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ru.properties
deleted file mode 100644
index 1cb598b..0000000
--- a/l10n/src/ru/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_ru.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\u0422\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439 API
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u041e\u0431\u0449\u0438\u0439 API, \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0449\u0438\u0439 Swing-\u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u044b EditorKit.
-OpenIDE-Module-Long-Description=\u041f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 \u0434\u043b\u044f \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0435 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u044b \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 Swing.
-
-
-
-# Editor top component
-CTL_ModeName=\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440
-
-# Print settings
-CTL_Print_settings=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0435\u0447\u0430\u0442\u0438
-CTL_Header_format = \u041f\u0435\u0447\u0430\u0442\u0430\u044e {2} \u043d\u0430 {1}
-CTL_Footer_format = \u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430 {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=\u0424\u043e\u0440\u043c\u0430\u0442 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b
-HINT_PAGE_FORMAT=\u0424\u043e\u0440\u043c\u0430\u0442 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b
-PROP_WRAP=\u041f\u0435\u0440\u0435\u043d\u043e\u0441\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0438
-HINT_WRAP=\u041f\u0435\u0440\u0435\u043d\u043e\u0441\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0438?
-PROP_HEADER_FORMAT=\u0424\u043e\u0440\u043c\u0430\u0442 \u0432\u0435\u0440\u0445\u043d\u0435\u0433\u043e \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u0430
-
-HINT_HEADER_FORMAT=\u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, "\u0412\u0435\u0440\u0445 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b {0} \u0444\u0430\u0439\u043b\u0430 {2}, \u043d\u0430\u043f\u0435\u0447\u0430\u0442\u0430\u043d\u043d\u043e\u0433\u043e {1}".
-PROP_FOOTER_FORMAT=\u0424\u043e\u0440\u043c\u0430\u0442 \u043d\u0438\u0436\u043d\u0435\u0433\u043e \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u0430
-HINT_FOOTER_FORMAT=\u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, "\u041d\u0438\u0437 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b {0} \u0444\u0430\u0439\u043b\u0430 {2}, \u043d\u0430\u043f\u0435\u0447\u0430\u0442\u0430\u043d\u043d\u043e\u0433\u043e {1}".
-PROP_HEADER_FONT=\u0428\u0440\u0438\u0444\u0442 \u0432\u0435\u0440\u0445\u043d\u0435\u0433\u043e \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u0430
-HINT_HEADER_FONT=\u0423\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442 \u0448\u0440\u0438\u0444\u0442 \u0432\u0435\u0440\u0445\u043d\u0435\u0433\u043e \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.
-PROP_FOOTER_FONT=\u0428\u0440\u0438\u0444\u0442 \u043d\u0438\u0436\u043d\u0435\u0433\u043e \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u0430
-HINT_FOOTER_FONT=\u0423\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442 \u0448\u0440\u0438\u0444\u0442 \u043d\u0438\u0436\u043d\u0435\u0433\u043e \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.
-PROP_HEADER_ALIGNMENT=\u0412\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435 \u0432\u0435\u0440\u0445\u043d\u0435\u0433\u043e \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u0430
-HINT_HEADER_ALIGNMENT=\u0412\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435 \u0432\u0435\u0440\u0445\u043d\u0435\u0433\u043e \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b - \u043f\u043e \u043b\u0435\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e (LEFT), \u043f\u043e \u0446\u0435\u043d\u0442\u0440\u0443 (CENTER) \u0438\u043b\u0438 \u043f\u043e \u043f\u0440\u0430\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e (RIGHT).
-PROP_FOOTER_ALIGNMENT=\u0412\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435 \u043d\u0438\u0436\u043d\u0435\u0433\u043e \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u0430
-HINT_FOOTER_ALIGNMENT=\u0412\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435 \u043d\u0438\u0436\u043d\u0435\u0433\u043e \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b - \u043f\u043e \u043b\u0435\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e (LEFT), \u043f\u043e \u0446\u0435\u043d\u0442\u0440\u0443 (CENTER) \u0438\u043b\u0438 \u043f\u043e \u043f\u0440\u0430\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e (RIGHT).
-PROP_LINE_ASCENT_CORRECTION=\u041a\u043e\u0440\u0440\u0435\u043a\u0446\u0438\u044f \u043f\u043e\u0434\u044a\u0435\u043c\u0430 \u0441\u0442\u0440\u043e\u043a\u0438
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=\u041c\u043d\u043e\u0436\u0438\u0442\u0435\u043b\u044c, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043a\u043e\u0440\u0440\u0435\u043a\u0446\u0438\u0438 \u043f\u043e\u0434\u044a\u0435\u043c\u0430 \u0441\u0442\u0440\u043e\u043a\u0438.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTER
-CTL_RIGHT = RIGHT
-CTL_LEFT = LEFT
-
-# Cancellation
-CTL_Print_progress=\u041d\u0430\u043f\u0435\u0447\u0430\u0442\u0430\u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 {0}.
-CTL_Print_cancellation=\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043f\u0435\u0447\u0430\u0442\u0438
-CTL_Cancel=\u041e\u0442\u043c\u0435\u043d\u0430
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=\u041f\u0435\u0447\u0430\u0442\u044c \u0431\u044b\u043b\u0430 \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u0430.
-EXC_Printer_Problem=\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u043f\u0435\u0447\u0430\u0442\u0438: {0}
-EXC_ReadOnlyFile=\u0424\u0430\u0439\u043b {0} \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f.
-EXC_LoadDocument=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 {0}
-LBL_EditorLoading=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=\u0412\u043e\u043f\u0440\u043e\u0441
-CTL_Save=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c
-ACSN_CTL_Save=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_CTL_Save=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-ACSD_CTL_Discard=\u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e
-
-# PositionBounds
-MSG_Empty_string=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0432\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043f\u0443\u0441\u0442\u0443\u044e \u0441\u0442\u0440\u043e\u043a\u0443
-#editor support warning message
-FMT_FileNotFound=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0424\u0430\u0439\u043b {0} \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d \u0438\u043b\u0438 \u043a \u043d\u0435\u043c\u0443 \u043d\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u0430.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=\u0424\u0430\u0439\u043b {0} \u0438\u0437\u043c\u0435\u043d\u0451\u043d \u0434\u0440\u0443\u0433\u0438\u043c \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u043c. \u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c?
-FMT_External_change_write=\u0424\u0430\u0439\u043b {0} \u0438\u0437\u043c\u0435\u043d\u0451\u043d \u0434\u0440\u0443\u0433\u0438\u043c \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u043c. \u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=\u0412\u044b \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u043d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0444\u0430\u0439\u043b. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043f\u0443\u0442\u044c.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 {0}
-ACSD_CloneableEditor_QuietEditorPane=\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 {0}
-TITLE_SourceButton=\u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a
-
-
diff --git a/l10n/src/ru/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ru.properties
deleted file mode 100644
index f7fee26..0000000
--- a/l10n/src/ru/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_ru.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u0423\u0441\u0442\u0430\u0440\u0435\u0432\u0448\u0438\u0439 API \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=API \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u043d\u0435\u0432\u0435\u0440\u043d\u043e\u043c \u043f\u0430\u043a\u0435\u0442\u0435.
-OpenIDE-Module-Long-Description=API \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u043d\u0435\u0432\u0435\u0440\u043d\u043e\u043c \u043f\u0430\u043a\u0435\u0442\u0435, org.openide.util.enum, \u0438 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0441\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u043d \u0432 Java 1.5, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e enum \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u043c \u0441\u043b\u043e\u0432\u043e\u043c. \u041e\u043d \u0437\u0430\u043c\u0435\u043d\u0435\u043d \u043a\u043b\u0430\u0441\u0441\u043e\u043c org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 org.openide.util.Enumerations \u0432\u043c\u0435\u0441\u0442\u043e \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u043c\u043e\u0434\u0443\u043b\u044f.
-
diff --git a/l10n/src/ru/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_ru.properties
deleted file mode 100644
index c4d3926..0000000
--- a/l10n/src/ru/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_ru.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=\u041f\u043e\u0438\u0441\u043a
-
diff --git a/l10n/src/ru/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ru.properties
deleted file mode 100644
index 631483e..0000000
--- a/l10n/src/ru/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_ru.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API \u0443\u0442\u0438\u043b\u0438\u0442
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u0411\u0430\u0437\u043e\u0432\u044b\u0439 API \u0443\u0442\u0438\u043b\u0438\u0442.
-OpenIDE-Module-Long-Description=\u0420\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0435 \u0432\u0441\u043f\u043e\u043c\u043e\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043c\u0435\u0442\u043e\u0434\u044b \u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u0442\u0430\u043a\u0438\u0445 \u0431\u0430\u0437\u043e\u0432\u044b\u0445 \u043a\u043e\u043d\u0446\u0435\u043f\u0446\u0438\u0439 \u043a\u0430\u043a \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f, \u043f\u043e\u0438\u0441\u043a\u0438, \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439, \u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u044c\u043d\u043e\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 \u0431\u0440\u044d\u043d\u0434\u043e\u0432.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=\u0421\u0435\u0440\u0432\u0435\u0440 HTTP \u0443\u0436\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d. \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0434\u0432\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430.
-SERVER_CANNOT_UNREGISTER=\u041c\u043e\u0434\u0443\u043b\u044c \u043f\u043e\u043f\u044b\u0442\u0430\u043b\u0441\u044f \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441\u0435\u0440\u0432\u0435\u0440 HTTP, \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0439 \u0434\u0440\u0443\u0433\u0438\u043c \u043c\u043e\u0434\u0443\u043b\u0435\u043c.
-
-MSG_ToNowhere=\u0432 \u043d\u0438\u043a\u0443\u0434\u0430
-MSG_To=\u0432
-
-MSG_NoServerRegistered=\u041d\u0435\u0442 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u0441\u0435\u0440\u0432\u0435\u0440\u0430.
-MSG_TooManyArguments=\u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043c\u043d\u043e\u0433\u043e \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u043e\u0432
-MSG_UnmatchedBraces=\u043b\u0438\u0448\u043d\u0438\u0435 \u0441\u043a\u043e\u0431\u043a\u0438 \u0432 \u0448\u0430\u0431\u043b\u043e\u043d\u0435 \u043d\u0430 \u043f\u043e\u0437\u0438\u0446\u0438\u0438
-
-# NbBundle
-MSG_FMT_ObjectForKey=\u043d\u0435 \u0431\u044b\u043b \u043d\u0430\u0439\u0434\u0435\u043d \u043e\u0431\u044a\u0435\u043a\u0442 \u0434\u043b\u044f \u043a\u043b\u044e\u0447\u0430 {0}
-MSG_ClassFinderAlreadySet=ClassFinder \u0443\u0436\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d.
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0442\u0430\u0431\u043b\u0438\u0446\u0443 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0430: {0}
-PROGRESS_CURSOR=\u041a\u0443\u0440\u0441\u043e\u0440 \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0430
-
diff --git a/l10n/src/ru/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ru.properties
deleted file mode 100644
index 4e00e70..0000000
--- a/l10n/src/ru/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_ru.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=\u0420\u0430\u0437\u043d\u043e\u0432\u0438\u0434\u043d\u043e\u0441\u0442\u044c \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438: \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432
-
-Create=\u0421\u043e\u0437\u0434\u0430\u0442\u044c
-Paste=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c
-
diff --git a/l10n/src/ru/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ru.properties b/l10n/src/ru/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ru.properties
deleted file mode 100644
index 5334c53..0000000
--- a/l10n/src/ru/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_ru.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API \u043e\u043a\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=API \u0434\u043b\u044f \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0430\u043c\u0438 \u043d\u0430 \u044d\u043a\u0440\u0430\u043d\u0435.
-OpenIDE-Module-Long-Description=\u041f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 API, \u043d\u0435\u0439\u0442\u0440\u0430\u043b\u044c\u043d\u043e\u0435 \u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043e\u043f\u0440\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0438 \u0440\u0430\u0437\u043b\u0438\u0447\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u043e\u0432 SDI \u0438 MDI, \u0434\u043b\u044f \u0430\u0431\u0441\u0442\u0440\u0430\u043a\u0446\u0438\u0438 \u043a\u043e\u043d\u0446\u0435\u043f\u0446\u0438\u0438 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u043c\u044b\u0445 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432.
-
-
-
-# name of empty workspace
-None=\u041d\u0435\u0442
-
-#CloneableTopComponent
-EXC_CannotAssign=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u0438\u0432\u044f\u0437\u0430\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u043a \u043f\u0443\u0441\u0442\u043e\u043c\u0443 \u043e\u0431\u044a\u0435\u043a\u0442\u0443
-
-#TopComponent
-EXC_UnknownOperation=\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044f \u0437\u0430\u043a\u0440\u044b\u0442\u0438\u044f
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=\u0412\u044b\u0437\u043e\u0432 {2} \u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u043a\u0430\u043a {3} \u0447\u0435\u0440\u0435\u0437 {0}
-
diff --git a/l10n/src/ru/platform/print/print/org/netbeans/modules/print/action/Bundle_ru.properties b/l10n/src/ru/platform/print/print/org/netbeans/modules/print/action/Bundle_ru.properties
deleted file mode 100644
index 9f3adbc..0000000
--- a/l10n/src/ru/platform/print/print/org/netbeans/modules/print/action/Bundle_ru.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=&\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b...
-
-# PrintAction
-TLT_Print_Action=\u041f\u0435\u0447\u0430\u0442\u044c
-MNU_Print_Action=&\u041f\u0435\u0447\u0430\u0442\u044c...
-ACT_Print_Action=\u041f\u0435\u0447\u0430\u0442\u044c - Ctrl+Alt+Shift+\u041f
-
diff --git a/l10n/src/ru/platform/print/print/org/netbeans/modules/print/resources/Bundle_ru.properties b/l10n/src/ru/platform/print/print/org/netbeans/modules/print/resources/Bundle_ru.properties
deleted file mode 100644
index 8520aae..0000000
--- a/l10n/src/ru/platform/print/print/org/netbeans/modules/print/resources/Bundle_ru.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u041f\u0435\u0447\u0430\u0442\u044c
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u0420\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043c\u043e\u0434\u0443\u043b\u044f \u043f\u0435\u0447\u0430\u0442\u0438.
-OpenIDE-Module-Long-Description=\u0420\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043c\u043e\u0434\u0443\u043b\u044f \u043f\u0435\u0447\u0430\u0442\u0438.
-
-# layer.xml
-Actions/File=\u0424\u0430\u0439\u043b
-
diff --git a/l10n/src/ru/platform/print/print/org/netbeans/modules/print/ui/Bundle_ru.properties b/l10n/src/ru/platform/print/print/org/netbeans/modules/print/ui/Bundle_ru.properties
deleted file mode 100644
index 4ca8179..0000000
--- a/l10n/src/ru/platform/print/print/org/netbeans/modules/print/ui/Bundle_ru.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u043f\u0435\u0447\u0430\u0442\u0438: {0}
-LBL_Page_Setup_Button=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0441&\u0442\u0440\u0430\u043d\u0438\u0446\u044b
-TLT_Page_Setup_Button=\u0417\u0430\u043f\u0443\u0441\u043a\u0430\u0435\u0442 \u0434\u0438\u0430\u043b\u043e\u0433 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b
-LBL_Print_Option_Button=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a&\u0438 \u043f\u0435\u0447\u0430\u0442\u0438
-TLT_Print_Option_Button=\u0417\u0430\u043f\u0443\u0441\u043a\u0430\u0435\u0442 \u0434\u0438\u0430\u043b\u043e\u0433 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u043f\u0435\u0447\u0430\u0442\u0438
-LBL_Print_Button=&\u041f\u0435\u0447\u0430\u0442\u044c
-TLT_Print_Button=\u0417\u0430\u043f\u0443\u0441\u043a\u0430\u0435\u0442 \u0434\u0438\u0430\u043b\u043e\u0433 \u043f\u0435\u0447\u0430\u0442\u0438
-LBL_Close_Button=&\u0417\u0430\u043a\u0440\u044b\u0442\u044c
-TLT_Close_Button=\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0434\u0438\u0430\u043b\u043e\u0433 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u043f\u0435\u0447\u0430\u0442\u0438
-LBL_Print_Preview=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043f\u0435\u0447\u0430\u0442\u0438
-LBL_Fit_to_Width=\u041f\u043e\u0434\u043e\u0433\u043d\u0430\u0442\u044c \u043f\u043e \u0448\u0438\u0440\u0438\u043d\u0435
-LBL_Fit_to_Height=\u041f\u043e\u0434\u043e\u0433\u043d\u0430\u0442\u044c \u043f\u043e \u0432\u044b\u0441\u043e\u0442\u0435
-LBL_Fit_to_All=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u0441\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b
-
-TLT_First=\u041f\u0435\u0440\u0432\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 (Alt+F)
-TLT_Previous=\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 (Alt+R)
-TLT_Next=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 (Alt+N)
-TLT_Last=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 (Alt+L)
-TLT_Fit=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043c\u0430\u0441\u0448\u0442\u0430\u0431 (Alt+S)
-TLT_Zoom_In=\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u043c\u0430\u0441\u0448\u0442\u0430\u0431 (Alt+I)
-TLT_Zoom_Out=\u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c \u043c\u0430\u0441\u0448\u0442\u0430\u0431 (Alt+U)
-TLT_Toggle=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u0442\u0440\u0430\u043d\u0438\u0446 (Alt+M)
-TLT_Goto=<html><body> <b>\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f:</b> <br> \u043d\u0430\u0436\u043c\u0438\u0442\u0435 <code>/</code> \u0438\u043b\u0438 <code>F</code> \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430 \u043d\u0430 \u043f\u0435\u0440\u0432\u0443\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 <br> \u043d\u0430\u0436\u043c\u0438\u0442\u0435 <b><code>-</code></b> \u0438\u043b\u0438 <code>G</code> \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430 \u043d\u0430 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0443\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 <br> \u043d\u0430\u0436\u043c\u0438\u0442\u0435 <b><code>+</code></b> \u0438\u043b\u0438 <code>K</code> \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430 \u043d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0443\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 <br> \u043d\u0430\u0436\u043c\u0438\u0442\u0435 <code>*</code> \u0438\u043b\u0438 <code>L</code> \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430 \u043d\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044e\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 </body></html>
-
-TLT_Preview_Scale=<html><body> <b>\u0418\u0437\u043c\u0435\u043d\u044f\u0435\u0442 \u043c\u0430\u0441\u0448\u0442\u0430\u0431 \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430:</b> <br> \u043d\u0430\u0436\u043c\u0438\u0442\u0435 <\u043f\u043b\u044e\u0441> \u0434\u043b\u044f \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u044f \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430 <br> \u043d\u0430\u0436\u043c\u0438\u0442\u0435 <\u043c\u0438\u043d\u0443\u0441> \u0434\u043b\u044f \u0443\u043c\u0435\u043d\u044c\u0448\u0435\u043d\u0438\u044f \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430 <br> \u043d\u0430\u0436\u043c\u0438\u0442\u0435 <code>Ctrl</code>-<\u043f\u043b\u044e\u0441> \u0434\u043b\u044f \u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u044f <br> \u043d\u0430\u0436\u043c\u0438\u0442\u0435 <code>Ctrl</code>-<\u043c\u0438\u043d\u0443\u0442> \u0434\u043b\u044f \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f <br> \u043d\u0430\u0436\u043c\u0438\u0442\u0435 <code>/</code>  \u0447\u0442\u043e\u0431\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043c\u0430\u0441\u0448\u0442\u0430\u0431 \u0432 100% <br> \u043d\u0430\u0436\u043c\u0438\u0442\u0435 <code>*</code> \u0434\u043b\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 <br><hr> \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043a\u043e\u043b\u0451\u0441\u0438\u043a\u043e \u043c\u044b\u0448\u0438 \u0441 <code>Ctrl</code> \u0434\u043b\u044f \u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u044f/\u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f <br> \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043a\u043e\u043b\u0451\u0441\u0438\u043a\u043e \u043c\u044b\u0448\u0438 \u0441 \u043f\u0440\u0430\u0432\u043e\u0439 \u043a\u043d\u043e\u043f\u043a\u043e\u0439 \u043c\u044b\u0448\u0438 \u0434\u043b\u044f \u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u044f/\u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f <br> \u0434\u0432\u0430\u0436\u0434\u044b \u043a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u043b\u0435\u0432\u043e\u0439 \u043a\u043b\u0430\u0432\u0438\u0448\u0435\u0439 \u043c\u044b\u0448\u0438 \u0434\u043b\u044f \u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u044f <br> \u0434\u0432\u0430\u0436\u0434\u044b \u043a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u043f\u0440\u0430\u0432\u043e\u0439 \u043a\u043b\u0430\u0432\u0438\u0448\u0435\u0439 \u043c\u044b\u0448\u0438 \u0434\u043b\u044f \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f <br></body></html>
-
-# Attribute
-LBL_Print_Options=\u041e\u043f\u0446\u0438\u0438 \u043f\u0435\u0447\u0430\u0442\u0438
-LBL_Border=\u0413\u0440\u0430\u043d\u0438\u0446\u0430
-LBL_Print_Border=\u041f\u0435\u0447\u0430\u0442\u0430\u0442\u044c \u0433\u0440\u0430\u043d\u0438\u0446\u044b
-LBL_Print_Header=\u041f\u0435\u0447\u0430\u0442\u0430\u0442\u044c \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a
-LBL_Print_Footer=\u041f\u0435\u0447\u0430\u0442\u0430\u0442\u044c \u043d\u0438\u0436\u043d\u0438\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b
-LBL_Choose_Font=\u0412\u044b\u0431\u043e\u0440 \u0448\u0440\u0438\u0444\u0442\u0430
-LBL_Choose_Color=\u0412\u044b\u0431\u043e\u0440 \u0446\u0432\u0435\u0442\u0430
-LBL_Insert_Macros=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043c\u0430\u043a\u0440\u043e\u0441:
-LBL_Text=\u0422\u0435\u043a\u0441\u0442
-LBL_Line_Numbers=\u041d\u043e\u043c\u0435\u0440\u0430 \u0441\u0442\u0440\u043e\u043a
-LBL_Wrap_Lines=\u041f\u0435\u0440\u0435\u043d\u043e\u0441\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0438
-LBL_Use_Font=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b \u0448\u0440\u0438\u0444\u0442\u0430
-LBL_Use_Color=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u044b \u0446\u0432\u0435\u0442\u0430
-LBL_As_Editor=\u041f\u0435\u0447\u0430\u0442\u0430\u0442\u044c \u043a\u0430\u043a \u0432 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0435
-LBL_Selection=\u041f\u0435\u0447\u0430\u0442\u0430\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435
-LBL_Line_Spacing=\u041c\u0435\u0436\u0441\u0442\u0440\u043e\u0447\u043d\u044b\u0439 \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b:
-LBL_Text_Font_and_Color=\u0428\u0440\u0438\u0444\u0442 \u0438 \u0446\u0432\u0435\u0442 \u0442\u0435\u043a\u0441\u0442\u0430:
-LBL_Background_Color=\u0426\u0432\u0435\u0442 \u0444\u043e\u043d\u0430:
-LBL_Zoom=\u041c\u0430\u0441\u0448\u0442\u0430\u0431
-LBL_Header_Footer=\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043a \u0438 \u043d\u0438\u0436\u043d\u0438\u0439 \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b
-LBL_Apply=\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c
-LBL_Left=\u041b\u0435\u0432\u043e:
-LBL_Center=\u0426\u0435\u043d\u0442\u0440:
-LBL_Right=\u041f\u0440\u0430\u0432\u043e:
-
-ERR_Zoom_Value_Is_Invalid=\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0430\u044f \u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0430 \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430!
-ERR_Header_Size_Is_Too_Big=\u0420\u0430\u0437\u043c\u0435\u0440 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430 \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0431\u043e\u043b\u044c\u0448\u043e\u0439!
-ERR_Footer_Size_Is_Too_Big=\u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0438\u0436\u043d\u0435\u0433\u043e \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u0430 \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0431\u043e\u043b\u044c\u0448\u043e\u0439!
-ERR_Page_Number_Is_Invalid=\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446!
-ERR_Page_Number_Is_Too_Big=\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0431\u043e\u043b\u044c\u0448\u043e\u0435!
-
-TLT_Apply=\u041f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f
-TLT_Border_Color=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0446\u0432\u0435\u0442 \u0433\u0440\u0430\u043d\u0438\u0446 (Alt+C)
-TLT_Header_Font=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0448\u0440\u0438\u0444\u0442 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430 (Alt+N)
-TLT_Header_Color=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0446\u0432\u0435\u0442 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430 (Alt+O)
-TLT_Footer_Font=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0448\u0440\u0438\u0444\u0442 \u043d\u0438\u0436\u043d\u0435\u0433\u043e \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u0430 (Alt+T)
-TLT_Footer_Color=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0446\u0432\u0435\u0442 \u043d\u0438\u0436\u043d\u0435\u0433\u043e \u043a\u043e\u043b\u043e\u043d\u0442\u0438\u0442\u0443\u043b\u0430 (Alt+L)
-TLT_Text_Font=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0448\u0440\u0438\u0444\u0442 \u0442\u0435\u043a\u0441\u0442\u0430 (Alt+K)
-TLT_Text_Color=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0446\u0432\u0435\u0442 \u0442\u0435\u043a\u0441\u0442\u0430 (Alt+R)
-TLT_Background_Color=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0446\u0435\u0442 \u0444\u043e\u043d\u0430
-TLT_Print_Zoom=\u041d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u043c\u0430\u0441\u0448\u0442\u0430\u0431 \u043f\u0435\u0447\u0430\u0442\u0438
-TLT_Use_Font=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0448\u0440\u0438\u0444\u0442 (Alt+X)
-TLT_Use_Color=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0446\u0432\u0435\u0442 (Alt+Q)
-TLT_As_Editor=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043a\u0430\u043a \u0432 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0435 (Alt+J)
-TLT_Selection=\u041f\u0435\u0447\u0430\u0442\u0430\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435
-
-LBL_Pages=\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430(\u044b)
-LBL_Fit_Width_to=\u041f\u043e\u0434\u043e\u0433\u043d\u0430\u0442\u044c \u0448\u0438\u0440\u0438\u043d\u0443 \u043a:
-TLT_Fit_Width_to=\u041f\u043e\u0434\u043e\u0433\u043d\u0430\u0442\u044c \u0448\u0438\u0440\u0438\u043d\u0443 \u043a:
-LBL_Fit_Height_to=\u041f\u043e\u0434\u043e\u0433\u043d\u0430\u0442\u044c \u0432\u044b\u0441\u043e\u0442\u0443 \u043a:
-TLT_Fit_Height_to=\u041f\u043e\u0434\u043e\u0433\u043d\u0430\u0442\u044c \u0432\u044b\u0441\u043e\u0442\u0443 \u043a:
-LBL_Zoom_to=\u041c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a:
-TLT_Zoom_to=\u041c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a
-LBL_Fit_to_Page=\u0423\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435
-TLT_Fit_to_Page=\u0423\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 (Alt+Y)
-
diff --git a/l10n/src/ru/platform/print/print/org/netbeans/modules/print/util/Bundle_ru.properties b/l10n/src/ru/platform/print/print/org/netbeans/modules/print/util/Bundle_ru.properties
deleted file mode 100644
index 1227900..0000000
--- a/l10n/src/ru/platform/print/print/org/netbeans/modules/print/util/Bundle_ru.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} \u0438\u0437 {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=\u0418\u043c\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 \u0434\u043b\u044f \u043f\u0435\u0447\u0430\u0442\u0438
-ROW=\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0440\u044f\u0434\u043e\u0432
-COLUMN=\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432
-USER=\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f
-COUNT=\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0442\u0440\u0430\u043d\u0438\u0446
-MODIFIED_DATE=\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439 \u043c\u043e\u0434\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438
-MODIFIED_TIME=\u0412\u0440\u0435\u043c\u044f \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439 \u043c\u043e\u0434\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438
-PRINTED_DATE=\u0414\u0430\u0442\u0430 \u043f\u0435\u0447\u0430\u0442\u0438
-PRINTED_TIME=\u0412\u0440\u0435\u043c\u044f \u043f\u0435\u0447\u0430\u0442\u0438
-
diff --git a/l10n/src/ru/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ru.properties b/l10n/src/ru/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ru.properties
deleted file mode 100644
index ff62fd6..0000000
--- a/l10n/src/ru/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_ru.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u0418\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0430
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u0412\u0438\u0437\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0430 \u0437\u0430\u0434\u0430\u0447.
-OpenIDE-Module-Long-Description=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u043c\u044b\u0435 \u0437\u0430\u0434\u0430\u0447\u0438 \u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e \u0438\u0445 \u043e\u0442\u043c\u0435\u043d\u044f\u0442\u044c.
-
-NbProgressBar.tooltip1=\u0412\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f {0} \u0437\u0430\u0434\u0430\u0447. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0434\u0435\u0442\u0430\u043b\u044c\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438.
-NbProgressBar.tooltip2=\u0412\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f \u0437\u0430\u0434\u0430\u0447\u0430 {0}. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0434\u0435\u0442\u0430\u043b\u044c\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438.
-ListComponent.btnClose.tooltip=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0434\u043b\u044f \u043e\u0442\u043c\u0435\u043d\u044b \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430
-ListComponent.bar.tooltip=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0434\u043b\u044f \u043d\u0430\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u044f \u0437\u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u043c
-Cancel_Question=\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u0447\u0443 {0}?
-Cancel_Question_Title=\u041e\u0442\u043c\u0435\u043d\u0430 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u043c\u043e\u0439 \u0437\u0430\u0434\u0430\u0447\u0438
-StatusLineComponent.ShowProcessList=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u044b
-StatusLineComponent.Cancel=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u0446\u0435\u0441\u0441
-StatusLineComponent.View=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u044b\u0432\u043e\u0434
-ListComponent.Watch=\u041d\u0430\u0431\u043b\u044e\u0434\u0430\u0442\u044c \u0437\u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u043c
-
-RunOffAWT.TITLE_Operation=\u0412\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441
-RunOffAWT.BTN_Cancel=\u041e\u0442\u043c\u0435\u043d\u0430
-
-# ProgressListAction
-CTL_ProcessListAction=&\u0417\u0430\u0434\u0430\u0447\u0438
-
-# CancelAction
-CTL_CancelAction=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0437\u0430\u0434\u0430\u0447\u0443
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0434\u043b\u044f \u043e\u0442\u043c\u0435\u043d\u044b \u0437\u0430\u0434\u0430\u0447\u0438
-ModalDialog.btnClose.text=\u041e\u0442\u043c\u0435\u043d\u0430
-ModalDialog.btnClose.accessibleName=\u041e\u0442\u043c\u0435\u043d\u0430
-ModalDialog.btnClose.accessibleDescription=\u041e\u0442\u043c\u0435\u043d\u044f\u0435\u0442 \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441
-
-
diff --git a/l10n/src/ru/platform/queries/queries/org/netbeans/modules/queries/Bundle_ru.properties b/l10n/src/ru/platform/queries/queries/org/netbeans/modules/queries/Bundle_ru.properties
deleted file mode 100644
index e7b3be3..0000000
--- a/l10n/src/ru/platform/queries/queries/org/netbeans/modules/queries/Bundle_ru.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u041e\u0431\u0449\u0438\u0439 API \u0437\u0430\u043f\u0440\u043e\u0441\u043e\u0432
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Short-Description=\u0412\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442 \u0444\u0443\u043d\u043a\u0446\u0438\u044e \u043e\u0431\u0449\u0435\u0433\u043e \u043a\u0430\u043d\u0430\u043b\u0430 \u0441\u0432\u044f\u0437\u0438 \u043c\u0435\u0436\u0434\u0443 \u043c\u043e\u0434\u0443\u043b\u044f\u043c\u0438.
-OpenIDE-Module-Long-Description=\u041f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d \u0434\u043b\u044f \u0437\u0430\u043f\u0440\u043e\u0441\u043e\u0432, \u043d\u0435 \u0438\u043c\u0435\u044e\u0449\u0438\u0445 \u043e\u0441\u043e\u0431\u043e\u0439 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438. \u041f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0433\u0438\u0431\u043a\u0438\u0439 \u0441\u043f\u043e\u0441\u043e\u0431 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0444\u0430\u0439\u043b\u0430\u0445.
-
diff --git a/l10n/src/ru/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ru.properties b/l10n/src/ru/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ru.properties
deleted file mode 100644
index 8c56877..0000000
--- a/l10n/src/ru/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_ru.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 {0} \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u043f\u043e\u0441\u043b\u0435 \u0441\u0435\u0431\u044f \u0435\u0449\u0451 \u043e\u0434\u0438\u043d \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 {0} \u043d\u0435\u043b\u044c\u0437\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e \u0441 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u043c {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0445\u043e\u0442\u044f \u0431\u044b \u043e\u0434\u0438\u043d \u0438\u0437 {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=\u0422\u0430\u043a\u0436\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 {0} \u0442\u0430\u043a\u0436\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/ru/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ru.properties b/l10n/src/ru/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ru.properties
deleted file mode 100644
index 8b60163..0000000
--- a/l10n/src/ru/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_ru.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API \u0440\u0430\u0437\u0431\u043e\u0440\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u043d\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438
-OpenIDE-Module-Short-Description=API \u0434\u043b\u044f \u0440\u0430\u0437\u0431\u043e\u0440\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u043d\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438, \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u044b\u0439 \u0441 GetOpts
-OpenIDE-Module-Long-Description=API \u0434\u043b\u044f \u0440\u0430\u0437\u0431\u043e\u0440\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u043d\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438, \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u044b\u0439 \u0441 GetOpts. \u041e\u043d \u043e\u0440\u0438\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u043d \u043d\u0430 \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044e, \u043a\u043e\u0433\u0434\u0430 \u0440\u0430\u0437\u043d\u044b\u0435 \u0447\u0430\u0441\u0442\u0438 \u043a\u043e\u043c\u0430\u043d\u0434\u043d\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0438 \u0440\u0430\u0437\u0431\u0438\u0440\u0430\u044e\u0442\u0441\u044f \u0440\u0430\u0437\u043d\u044b\u043c\u0438 \u043c\u043e\u0434\u0443\u043b\u044f\u043c\u0438.
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-
-MSG_OptionsHeader=\n\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043e\u043f\u0446\u0438\u0438 \u043c\u043e\u0434\u0443\u043b\u0435\u0439:\n
-
diff --git a/l10n/src/ru/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ru.properties b/l10n/src/ru/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ru.properties
deleted file mode 100644
index 7d2b874..0000000
--- a/l10n/src/ru/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_ru.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432
-OpenIDE-Module-Short-Description=\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 \u0434\u043b\u044f \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432 \u0432 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0445 \u0444\u043e\u0440\u043c\u0430\u0442\u0430\u0445.
-OpenIDE-Module-Long-Description=\u0414\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u0434\u0443\u043b\u044c \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 API \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432 \u0434\u043b\u044f \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0445 \u043c\u043e\u0434\u0443\u043b\u044f\u043c\u0438 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432 \u0432 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0445 \u0444\u043e\u0440\u043c\u0430\u0442\u0430\u0445. \u041e\u043d \u0442\u0430\u043a\u0436\u0435 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043f\u043e\u043b\u0435\u0437\u043d\u044b\u0445 \u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442\u043e\u0432 \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f.
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-
diff --git a/l10n/src/ru/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ru.properties b/l10n/src/ru/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ru.properties
deleted file mode 100644
index fb7cf59..0000000
--- a/l10n/src/ru/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_ru.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Long-Description=\u041c\u043e\u0434\u0443\u043b\u044c, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u043d\u043e\u0432\u044b\u0439 API \u0434\u043b\u044f \u0437\u0430\u043c\u0435\u043d\u044b NodeAction, CookieAction \u0438 \u0434\u0440.
-OpenIDE-Module-Name=\u0418\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430 \u0443\u0441\u043b\u0443\u0433 (SPI) \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439 (\u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u0439)
-OpenIDE-Module-Short-Description=\u0417\u0430\u043c\u0435\u043d\u0430 NodeAction, CookieAction \u0438 \u0434\u0440.
-
diff --git a/l10n/src/ru/platform/templates/templates/org/netbeans/modules/templates/Bundle_ru.properties b/l10n/src/ru/platform/templates/templates/org/netbeans/modules/templates/Bundle_ru.properties
deleted file mode 100644
index 206f6ec..0000000
--- a/l10n/src/ru/platform/templates/templates/org/netbeans/modules/templates/Bundle_ru.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-OpenIDE-Module-Display-Category=\u0418\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430
-OpenIDE-Module-Long-Description=\u0414\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u0434\u0443\u043b\u044c \u0441\u0432\u044f\u0437\u044b\u0432\u0430\u0435\u0442  API \u0441\u0438\u0441\u0442\u0435\u043c \u0434\u0430\u043d\u043d\u044b\u0445 \u0441 API \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432. \u0412 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0435, \u043c\u043e\u0436\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043b\u044e\u0431\u043e\u0439 \u044f\u0437\u044b\u043a \u0441\u0446\u0435\u043d\u0430\u0440\u0438\u0435\u0432 \u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u0432 \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u0432.
-OpenIDE-Module-Name=\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u0432.
-OpenIDE-Module-Short-Description=\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0448\u0430\u0431\u043b\u043e\u043d\u043e\u0432 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0441\u0438\u0441\u0442\u0435\u043c \u0434\u0430\u043d\u043d\u044b\u0445.
-ERR_Switch_To_Java_6=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0448\u0430\u0431\u043b\u043e\u043d, \u043f\u0440\u043e\u0431\u0443\u0435\u043c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432\u043e\u0439 \u043c\u0430\u0448\u0438\u043d\u044b \u0438\u0437 JDK \u0432\u0435\u0440\u0441\u0438\u0438 1.6 \u0438\u043b\u0438 \u0432\u044b\u0448\u0435.\n\n\u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c NetBeans \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c JDK 1.6 \u0434\u043b\u044f \u0440\u0435\u0448\u0435\u043d\u0438\u044f \u044d\u0442\u043e\u0439 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b.\n\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u0438\u0449\u0438\u0442\u0435 \u043d\u0430 WiKi: http://wiki.netbeans.org/FaqNetbeansConf.
-
diff --git a/l10n/src/sq/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_sq.properties b/l10n/src/sq/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_sq.properties
deleted file mode 100644
index eee10f0..0000000
--- a/l10n/src/sq/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_sq.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module Build Harness
-OpenIDE-Module-Display-Category=Zhvillimi i NetBeans-it
-OpenIDE-Module-Short-Description=Lets you build external plug-in modules from sources.
-OpenIDE-Module-Long-Description=This is the build harness used to develop NetBeans modules (with or without the IDE). It is normally used implicitly by NetBeans module projects. For technical documentation, see harness/README.
-
diff --git a/l10n/src/sq/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_sq.properties b/l10n/src/sq/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_sq.properties
deleted file mode 100644
index 6ff69bb..0000000
--- a/l10n/src/sq/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_sq.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly Tools Platform
-
diff --git a/l10n/src/sq/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_sq.properties b/l10n/src/sq/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_sq.properties
deleted file mode 100644
index 7582d6e..0000000
--- a/l10n/src/sq/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_sq.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category: Velgat p\u00ebr testim
-OpenIDE-Module-Short-Description=Jemmy test library.
-OpenIDE-Module-Long-Description=A general library for driving automated GUI tests.
-
-
diff --git a/l10n/src/sq/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_sq.properties b/l10n/src/sq/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_sq.properties
deleted file mode 100644
index 6bd435b..0000000
--- a/l10n/src/sq/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_sq.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Velgat p\u00ebr testim
-OpenIDE-Module-Long-Description=Shtojc\u00eb e NetBeans-it p\u00ebr JUnit duke p\u00ebrfshir\u00eb assertGC, assertSize, getWorkDir, LindDiff, etj
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=Shtojc\u00eb e NetBeans-it p\u00ebr JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/sq/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_sq.properties b/l10n/src/sq/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_sq.properties
deleted file mode 100644
index 56e7c92..0000000
--- a/l10n/src/sq/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_sq.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Bibliotekat
-OpenIDE-Module-Short-Description=Biblioteka e profilizimit t\u00eb pirgut INSANE
-OpenIDE-Module-Long-Description=Nj\u00eb bibliotek\u00eb p\u00ebr t\u00eb b\u00ebr\u00eb analiza nj\u00eb linj\u00eb t\u00eb prigut t\u00eb JVM-s\u00eb n\u00eb t\u00eb cil\u00ebn ekzekutohet.
-
diff --git a/l10n/src/sq/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_sq.properties b/l10n/src/sq/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_sq.properties
deleted file mode 100644
index 5c51bef..0000000
--- a/l10n/src/sq/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_sq.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Menyja e Aplikacionit p\u00ebr Apple 
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Aft\u00ebson p\u00ebrkrahjen e p\u00ebrpikt\u00eb p\u00ebr menyn\u00eb e Apple Application
-
-OpenIDE-Module-Long-Description=Aft\u00ebson termat e menys\u00eb s\u00eb Apple t\u00eb punojn\u00eb me sakt\u00ebsi, dhe zhvendos disa terma standard t\u00eb menys\u00eb k\u00ebtu - Mjetet | Opcionet b\u00ebhen Preferencat, Ndihma | P\u00ebr b\u00ebhet rreth, Skedar| Dalje b\u00ebhet Mbaro.
-
-
diff --git a/l10n/src/sq/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_sq.properties b/l10n/src/sq/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_sq.properties
deleted file mode 100644
index 6096e0d..0000000
--- a/l10n/src/sq/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_sq.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Duke krijuar lidhjen ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Duke kontrolluar p\u00ebr p\u00ebrdit\u00ebsime n\u00eb {0}...  
-InstallSupportImpl_Validate_CorruptedNBM=Nuk mund t\u00eb lexoj NBM {0}
-InstallSupportImpl_TurnOnTimeout=timeout of loading {0}
-InstallSupportImpl_NullSource=Source URL for module "{0}" is null, most likely "distribution" attribute is set to the empty string in the UC catalog.\nSee also http://www.netbeans.org/issues/show_bug.cgi?id=153799 for more details.
-InstallSupportImpl_Download_Unavailable=Cannot access {0}
-OperationSupportImpl_Custom_Uninstall=Uninstalling {0}
-OperationSupportImpl_Custom_Install=Instalimi i {0}
-
-UpdateUnitFactory_Libraries_Category=Bibliotekat
-UpdateUnitFactory_Bridges_Category=Urat
-UpdateUnitFactory_Unsorted_Category=T\u00eb pakategorizuara
-UpdateElementImpl_Feature_CategoryName=Pjes\u00ebt
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Modul i instaluara:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Modulet t\u00eb instaluara:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Modul ende i pa instaluar:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Module ende t\u00eb pa instaluara:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>Modul i ri i ofruar nga shtojca:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>Module t\u00eb reja t\u00eb ofruara nga shtojca:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/sq/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_sq.properties b/l10n/src/sq/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_sq.properties
deleted file mode 100644
index 5a8a0e3..0000000
--- a/l10n/src/sq/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_sq.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Long-Description=The AutoUpdate feature provides several services: download and install available updates of installed modules, search and install new modules from subscribed Update Centers, view and manage the modules.
-OpenIDE-Module-Name=Sh\u00ebrbimet e Auto Update
-OpenIDE-Module-Short-Description=Support for searching for module updates on Update Center and for downloading and installing modules
-
diff --git a/l10n/src/sq/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_sq.properties b/l10n/src/sq/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_sq.properties
deleted file mode 100644
index 384b641..0000000
--- a/l10n/src/sq/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_sq.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Qendra e r\u00ebndomt\u00eb e P\u00ebrdit\u00ebsimit 
-#NOI18N
-#NOI18N#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Bibliotekat
-ArtificialFeaturesProvider_Bridges_Category=Urat
-ArtificialFeaturesProvider_Unsorted_Category=T\u00eb pakategorizuara
-ArtificialFeaturesProvider_Features_Category=Pjes\u00ebt
-
diff --git a/l10n/src/sq/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_sq.properties b/l10n/src/sq/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_sq.properties
deleted file mode 100644
index e843d49..0000000
--- a/l10n/src/sq/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_sq.properties
+++ /dev/null
@@ -1,68 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Preparing to Unpack
-CTL_UnpackingFile=Unpacking File:
-CTL_DeletingFiles=Uninstalling files...
-CTL_DisablingFiles=Deactivating files...
-UpdaterFrame.jTextArea1.text=Update is in progress.\n\nPlease wait ...
-UpdaterFrame.textLabel.text=Preparing to Unpack
-UpdaterFrame.Form.title=Updater
-UpdaterFrame.textLabel.fontName=Dialog
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/sq/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_sq.properties b/l10n/src/sq/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_sq.properties
deleted file mode 100644
index 8191d81..0000000
--- a/l10n/src/sq/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_sq.properties
+++ /dev/null
@@ -1,191 +0,0 @@
-More_Command_Text={0} m\u00eb shum\u00eb ...
-Less_Command_Text={0} m\u00eb pak ...
-UnitTab_ReloadTime=Last Check: {0}
-UnitTab_ReloadTime_Never=never
-UnitTab_LessAction=Shfaq M\u00eb Pak Shtojca
-UnitTab_MoreAction=Shfaq M\u00eb Shum\u00eb Shtojca
-UnitTab_TooltipCheckBox_INSTALLED=Kontrollo shtojc\u00ebn {0}
-UnitTab_Tooltip_RefreshAction=Ringarko Katalogun
-UnitTab_bTabAction_Name_INSTALLED=Dei&nstalo
-UnitTab_TooltipCheckBox_UPDATE=Kontrollo shtojc\u00ebn {0}
-UnitTab_bTabAction_Name_UPDATE=&P\u00ebrdit\u00ebso
-UnitTab_CheckAction=Kontrollo
-UnitTab_CheckCategoryAction=Kontrollo Kategorin\u00eb
-UnitTab_UncheckCategoryAction=\u00c7'kontrollo kategorin\u00eb
-UnitTab_CheckAllAction=Kontrollo T\u00eb Gjitha
-UnitTab_UncheckAllAction=\u00c7'kontrollo T\u00eb Gjitha
-UnitTab_ReloadAction=&Ringarko Katalogun
-UnitTab_PrepareReloadAction=Please wait a while reloading catalog
-UnitTab_RemoveLocallyDownloadedAction=&Hiq
-UnitTab_ActivateAction=&Aktivizo
-UnitTab_ActivateCategoryAction=Aktivizo Kategorin\u00eb
-UnitTab_DeactivateAction=\u00c7'a&ktivizo
-UnitTab_DeactivateCategoryAction=\u00c7'aktivizo Kategorin\u00eb
-AvailableTab_SourceCategory_Tooltip_STANDARD=Certified Plugin
-AvailableTab_SourceCategory_Tooltip_BETA=Beta Plugin
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Community Contributed Plugin
-InstallTab_Active_Tooltip=Aktiv
-InstallTab_InActive_Tooltip=Pasiv
-InstallTab_PendingForInstall_Tooltip=Application restart needed to complete installation
-InstallTab_PendingForDeactivate_Tooltip=Application restart needed to complete deactivation
-InstallTab_ReadOnly_Tooltip={0} is in read-only mode and cannot be checked
-UnitTab_TooltipCheckBox_AVAILABLE=Kontrollo shtojc\u00ebn {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Instalo
-UnitTab_TooltipCheckBox_LOCAL=Kontrollo shtojc\u00ebn {0}
-UnitTab_Tooltip_AddAction_LOCAL=Shto shtojcat e shkarkuara lokalisht
-UnitTab_Tooltip_RemoveAction_LOCAL=Hiq shtojc\u00eb nga lista
-UnitTab_bTabAction_Name_LOCAL=&Instalo
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} shtojc\u00eb e p\u00ebrzgjedhur
-UnitTab_lHowManySelected_Many_Text={0} shtojca t\u00eb p\u00ebrzgjedhura
-UnitTab_OperationName_Text_INSTALLED=Deinstalo
-UnitTab_OperationName_Text_UPDATE=P\u00ebrdit\u00ebso
-UnitTab_OperationName_Text_AVAILABLE=Instalo
-UnitTab_OperationName_Text_LOCAL=Instalo
-UnitTab_lWarning_Text={0} operation will require restart of the application
-PluginManagerUI_UnitTab_Update_Title=P\u00ebrdit\u00ebsime
-PluginManagerUI_UnitTab_Update_ToolTip=Your application is up to date!
-PluginManagerUI_UnitTab_Available_ToolTip=No plugins are available. Click Reload Catalog for newest plugins.
-PluginManagerUI_UnitTab_Available_Title=Shtojcat e gatshme
-PluginManagerUI_UnitTab_Installed_Title=T\u00eb instaluara
-PluginManagerUI_UnitTab_Local_Title=T\u00eb shkarkuara
-UnitTab_bAddLocallyDownloads_Name=&Shto shtojca...
-UnitTab_bAddLocallyDownloads_ACN=Shto Shtojca
-UnitTab_bAddLocallyDownloads_ACD=Add Plugins to use the file browser to add any plugins that you downloaded to your local system
-NotificationAlreadyPreparedToIntsall=Shtojca {0} tanim\u00eb \u00ebsht\u00eb p\u00ebrgaditur p\u00ebr t'u p\u00ebrdit\u00ebsuar/instaluar.
-NotificationOneAlreadyInstalled=Shtojca "{0}" tanim\u00eb \u00ebsht\u00eb e instaluar.
-NotificationMoreAlreadyInstalled=Shtojcat "{0}" tanim\u00eb jan\u00eb t\u00eb instaluara.
-NotificationAlreadyPresent=Plugin "{0}" is already added. Do you want to replace with "{1}"?
-NotificationAlreadyPresentTitle=Replace plugin
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Shto Shtojca
-CTL_FileFilterDescription=Skedar\u00ebt shp\u00ebrndar\u00ebs t\u00eb shtojcave (*.nbm)
-NetworkProblemPanel_taTitle_Text=E pamunur t\u00eb lidhet me Qendr\u00ebn e P\u00ebrdit\u00ebsimit
-NetworkProblemPanel_taMessage_WarningText=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic. \n\nIt might happen your caches are out of date. Please click Reload Catalog to refresh content.
-NetworkProblemPanel_taMessage_ErrorText=Not all of the plugins have been successfully downloaded. The server may be unavailable at the moment. Try again later.
-CTL_Warning=V\u00ebrejtje
-CTL_Error=Network Problem
-CTL_ShowProxyOptions=Konfigurimi i &Proxy-it...
-ACSD_ShowProxyOptions=P/C
-Utilities_NetworkProblem_Continue=P&rovo P\u00ebrs\u00ebri
-Utilities_NetworkProblem_Skip=&Anashkalo
-Utilities_NetworkProblem_Cancel=Braktis
-Utilities_NetworkProblem_Text=E pamundur t\u00eb lidhet me {0} p\u00ebr shkakt t\u00eb {1}
-SettingsTable_ActiveColumn=Aktiv
-SettingsTable_NameColumn=Emri
-SettingsTable_URLColumn=URL-ja
-SettingsTab_displayName=P\u00ebrcaktimet
-SettingsTab.bProxy.text=P\u00ebrcaktimet e &Proxy-it
-UpdateUnitProviderPanel_OK=Mir\u00eb
-UpdateUnitProviderPanel_displayName=P\u00ebrshtat\u00ebsi i Qendr\u00ebs s\u00eb P\u00ebrdit\u00ebsimit
-UpdateUnitProviderPanel.lName.text=&Emri\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Kontrollo p\u00ebr p\u00ebrdit\u00ebsimet automatikisht
-Utilities_Libraries_Category=Bibliotekat
-Utilities_Bridges_Category=Urat
-Utilities_Unsorted_Category=T\u00eb pakategorizuara
-SettingsTab.bRemove.message=A jeni t\u00eb sigurt q\u00eb doni ta heqni qendr\u00ebn n\u00eb vijim t\u00eb p\u00ebrdit\u00ebsimi: "{0}"?  
-UpdateUnitProviderPanel.lName.adesc=Emri
-UpdateUnitProviderPanel.lURL.adesc=URL-ja
-UpdateUnitProviderPanel.cbActive.adesc=Kontrollo p\u00ebr p\u00ebrdit\u00ebsimet automatikisht
-UpdateUnitProviderPanel.error.name.short=Update Center name is not specified
-UpdateUnitProviderPanel.error.url.short=Update Center URL is not specified
-UpdateUnitProviderPanel.error.name.dup=Update Center with the same name already exist
-UpdateUnitProviderPanel.error.url.invalid=Update Center URL is invalid
-UnitTab_bClose_Text=&Mbyll
-Utilities_CheckingForUpdates=Duke kontrolluar p\u00ebr p\u00ebrdit\u00ebsime
-UnitTab_InitAndCheckingForUpdates=Inicializimi i list\u00ebs s\u00eb shtojcave...  
-InstalledTableModel_State_Enabled=Ndezur
-InstalledTableModel_State_Disabled=Fikur
-AvailableTableModel_Columns_Install=Instalo
-AvailableTableModel_Columns_Name=Emri
-AvailableTableModel_Source_Category=Burimi
-AvailableTableModel_Columns_Category=Kategoria
-InstalledTableModel_Columns_Uninstall=Select
-InstalledTableModel_Columns_Name=Emri
-InstalledTableModel_Columns_Installed=T\u00eb instaluara
-InstalledTableModel_Columns_Category=Kategoria
-InstalledTableModel_Columns_Enabled=Aktiv
-LocallyDownloadedTableModel_Columns_Install=Instalo
-LocallyDownloadedTableModel_Columns_Name=Emri
-LocallyDownloadedTableModel_Columns_Version=Verzioni
-LocallyDownloadedTableModel_Columns_Size=Kapaciteti
-UpdateTableModel_Columns_Update=P\u00ebrdit\u00ebso
-UpdateTableModel_Columns_Name=Emri
-UpdateTableModel_Columns_Installed=T\u00eb instaluara
-UpdateTableModel_Columns_Available=T\u00eb gatshme
-UpdateTableModel_Columns_Size=Kapaciteti
-UpdateTableModel_Columns_Category=Kategoria
-SettingsTab_NewProviderName=Ofrues i ri
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=P\u00ebrshkrimi
-SettingsTab_UpdateUnitProvider_URL=URL-ja:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Verzioni:  
-UnitDetails_Plugin_InstalledVersion=Installed version:
-UnitDetails_Plugin_AvailableVersion=Available version:
-UnitDetails_Plugin_Author=Autori:  
-UnitDetails_Plugin_Date=Data:  
-UnitDetails_Plugin_Source=Burimi:  
-UnitDetails_Plugin_CodeName=Kod Emri:  
-UnitDetails_Plugin_Homepage=Uebfaqja:  
-UnitDetails_Plugin_Notification=Important note
-UnitDetails_Plugin_Description=P\u00ebrshkrimi i shtojc\u00ebs
-lSearch1.text=&Search\:
-SettingsTab.lCheckPeriod.text=&Check Interval\:
-SettingsTab.lGeneral.text=Avancuar
-SettingsTab.addButton.text=&Krijo
-SettingsTab.RemoveButton.text=&Hiq
-SettingsTab.EditButton.text=R&edakto
-SettingsTab.AddButton.text=&Shto
-SettingsTab.lUpdateCenters.text=Configuration of &Update Centers\:
-SettingsTab.lConnection.text=Kontrollo automatikisht p\u00ebr p\u00ebrdit\u00ebsime
-CTL_Update_every_startup=N\u00eb \u00e7do nisje
-CTL_Update_every_day=\u00c7do dit\u00eb
-CTL_Update_every_week=\u00c7do jav\u00eb
-CTL_Update_every_2weeks=\u00c7do dy jav\u00eb
-CTL_Update_every_month=\u00c7do muaj
-CTL_Update_never=Asnj\u00ebher\u00eb
-CTL_Update_custom=User Default
-SettingsTab.cbSharedInstall.text=&Detyro instalimin n\u00eb dosje t\u00eb ndashme
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Write Permission
-SettingsTab.cbSharedInstall.ReadOnlyMessage=You don`t have permission to install plugin(s) into the shared directory:\n{0}\nTo perform installation into the shared directory, you should run the application as a user with administrative priviledges.
-SettingsTab.cbSharedInstall.NoSharedTitle=No install directory
-SettingsTab.cbSharedInstall.NoSharedMessage=No shared directories found.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Cannot read NBM {0} because {1}
-PluginManagerUI.bHelp.text=Ndi&hma
-ACN_UnitTable=Lista e shtojcave
-ACD_UnitTable=Lista e shtojcave
-ACN_UpdateCentersTable=List of Update Centers
-ACD_UpdateCentersTable=List of Update Centers allowing to activate or deactivate selected Update Center
-ACN_DetailsPanel=Plugin's details
-ACN_DetailsPanel_Button=Invoke {0} action
-ACN_UnitDetails=Detajet e shtojc\u00ebs
-ACD_Reload=Ringarko Katalogun
-ACD_Search=K\u00ebrko shtojca
-ACN_Tabs=Nd\u00ebrruesi nd\u00ebrmjet shtojcave t\u00eb p\u00ebrdit\u00ebsuara, t\u00eb gatshme, t\u00eb instaluara si dhe t\u00eb shkarkuara
-ACD_Tabs=Nd\u00ebrruesi nd\u00ebrmjet shtojcave t\u00eb p\u00ebrdit\u00ebsuara, t\u00eb gatshme, t\u00eb instaluara si dhe t\u00eb shkarkuara
-ACN_PluginManagerUI=Drejtuesit i shtojcave
-ACD_PluginManagerUI=Drejtuesi i shtojcave p\u00ebr p\u00ebrdit\u00ebsimin, instalimin dhe heqjen e shtojcave
-ACN_Reload=Ringarko Katalogun
-ACN_UpdateCenterCustomizer=P\u00ebrshtat\u00ebsi i Qendr\u00ebs s\u00eb P\u00ebrdit\u00ebsimit
-ACD_UpdateCenterCustomizer=P\u00ebrshtat\u00ebsi i Qendr\u00ebs s\u00eb P\u00ebrdit\u00ebsimit p\u00ebr t\u00eb redaktuar emrin e qendr\u00ebs s\u00eb p\u00ebrdit\u00ebsimit hde URL-n\u00eb
-NetworkProblemPanel_ACD=P/C
-NetworkProblemPanel_taMessage=Message of Network Problem
-NetworkProblemPanel_taTitle_ACN=Network Problem
-UnitTab.detailView.text=Sho&w details
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-
diff --git a/l10n/src/sq/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_sq.properties b/l10n/src/sq/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_sq.properties
deleted file mode 100644
index 17013c8..0000000
--- a/l10n/src/sq/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_sq.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Kontrollo p\u00ebr &p\u00ebrdit\u00ebsime
-PluginManagerAction_Name=Sh&tojca
-PluginManager_Panel_Name=Shtojca
-PluginManager_CloseButton_Name=&Mbyll
-AutoupdateCheckScheduler_UpdatesFound_ToolTip=U gjet\u00ebn {0} p\u00ebrdit\u00ebsime.
-AutoupdateCheckScheduler_UpdateFound_ToolTip=U gjet\u00ebn {0} p\u00ebrdit\u00ebsim.
-AutoupdateCheckScheduler_UpdateFound_Hint=Kliko k\u00ebtu p\u00ebr ta b\u00ebr\u00eb aplikacionin tuaj m\u00eb t\u00eb p\u00ebrdit\u00ebsuar.
-AutoupdateCheckScheduler_InstallInProgress=Ju lutem prisni, nj\u00eb detyr\u00eb tjet\u00ebr e instalimit \u00ebsht\u00eb n\u00eb progres...
-
diff --git a/l10n/src/sq/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_sq.properties b/l10n/src/sq/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_sq.properties
deleted file mode 100644
index c41425f..0000000
--- a/l10n/src/sq/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_sq.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Long-Description=NSH ju lejon t\u00eb shfletoni instalimin dhe p\u00ebrmbajtjet e Qendrave t\u00eb P\u00ebrdit\u00ebsimit, p\u00ebr t\u00eb shkarkuar p\u00ebrdit\u00ebsime ose module t\u00eb reja si dhe t'i instaloj automatikishte modulet.
-OpenIDE-Module-Name=Auto p\u00ebrdit\u00ebso NU (UI)
-OpenIDE-Module-Short-Description=Ofron NU (UI) t\u00eb Sh\u00ebrbimit t\u00eb Auto p\u00ebrdit\u00ebsimit
-
diff --git a/l10n/src/sq/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_sq.properties b/l10n/src/sq/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_sq.properties
deleted file mode 100644
index 0068d00..0000000
--- a/l10n/src/sq/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_sq.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_Header_Content=Instaluesi do t\u00eb shkarkoj, verifikoj dhe pastaj t\u00eb instaloj shtojcat e p\u00ebrzgjedhura.
-OperationDescriptionStep_TableInstall_Title=Shtojcat n\u00eb vijim do t\u00eb instalohen:
-OperationDescriptionStep_TableUpdate_Title=Shtojcat n\u00eb vijim do t\u00eb p\u00ebrdit\u00ebsohen:
-OperationDescriptionStep_PluginBrokesJavaDependency=The Java platform version {0} was requested but only {1} is running.
-OperationDescriptionStep_HeaderUninstall_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderUninstall_Content=The selected plugins will be uninstalled. The selected plugins will be removed from the disk.
-OperationDescriptionStep_TableUninstall_Title=Shtojcat n\u00eb vijim do t\u00eb deinstalohen:
-OperationDescriptionStep_HeaderActivate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderActivate_Content=Shtojcat e p\u00ebrzgjedhura do t\u00eb aktivizohet.
-OperationDescriptionStepActivate_Table_Title=Shtojcat n\u00eb vijim do t\u00eb aktivizohet:
-OperationDescriptionStep_HeaderDeativate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderDeativate_Content=Shtojcat e p\u00ebrzgjedhura do t\u00eb \u00e7'aktivizohet.
-OperationDescriptionStep_TableDeativate_Title=Shtojcat n\u00eb vijim do t\u00eb \u00e7'aktivizohen:
-PanelBodyContainer_PleaseWait=Please wait until the installer discovers plugins dependencies.
-DependenciesResolutionStep_Table_Title=The following plugins will also be installed because one or more of the plugins you are about to install depend on them:
-UninstallDependenciesResolutionStep_Table_Title=Shtojcat n\u00eb vijim duhet t\u00eb \u00e7'aktivizohen pasi q\u00eb nj\u00eb ose m\u00eb tep\u00ebr nga shtojcat q\u00eb doni ta \u00e7'aktivizoni:
-LicenseApprovalPanel_taTitle_Text=In order to continue with the installation, you need to agree with all of the license agreements associated with the particular plugins.\n\n
-LicenseApprovalPanel_tpLicense_Head=Marr\u00ebveshje Licence {0}
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=Marr\u00ebveshje Licence
-LicenseApprovalPanel_Header_Content=Ju lutemi lexoni n\u00eb t\u00ebr\u00ebsi me kujdes marr\u00ebveshjet e licenc\u00ebs n\u00eb vjim.
-InstallUnitWizard_Title=Plugin Installer
-InstallStep_Header_Download_Head=Shkarko
-InstallStep_Header_Download_Content=Ju lutemi prisni p\u00ebrderisa instaluesi shkakron shtojcat e k\u00ebrkuara.
-InstallStep_Header_Verify_Head=Verifiko
-InstallStep_Header_Verify_Content=Ju lutemi prisni p\u00ebrderisa instaluesi verifikon shtojcat e shkarkuara.
-InstallStep_Header_Install_Head=Instalo
-InstallStep_Header_Install_Content=Ju lutemi prisni p\u00ebrderisa instaluesi kompleton instalimin.
-InstallStep_Header_InstallDone_Head=Instalimi u krye me sukses
-InstallStep_Header_InstallDone_Content=Click Finish to quit the installer.
-InstallStep_Header_InstallUnsuccessful_Head=Installation completed unsuccessfully
-InstallStep_Header_InstallUnsuccessful_Content=Click Finish to quit the installer and try to restart application.
-InstallStep_Header_Restart_Head=Restart application to complete installation
-InstallStep_Header_Restart_Content=Restart application to finish plugin installation.
-UninstallStep_Header_Restart_Head=Restart application to complete deactivation
-UninstallStep_Header_Restart_Content=Restart application to finish plugin deactivation.
-CustomHandleStep_Header_Install_Restart_Head=Restart application to complete installation
-CustomHandleStep_Header_Install_Restart_Content=Restart application to finish plugin installation.
-CustomHandleStep_Header_Uninstall_Restart_Head=Restart application to complete uninstallation
-CustomHandleStep_Header_Uninstall_Restart_Content=Restart application to finish plugin uninstallation.
-
-InstallStep_Done=P\u00ebrfundoi.
-InstallStep_Unsuccessful=Installation is completed but some problem found: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Restart Now
-InstallUnitWizardModel_Buttons_RestartLater=Restart &Later
-InstallUnitWizardModel_Buttons_Install=&Instalo
-InstallUnitWizardModel_Buttons_Update=&P\u00ebrdit\u00ebso
-InstallUnitWizardModel_Buttons_Close=P\u00ebr&fundo
-InstallUnitWizardModel_Buttons_Next=Pasues
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=Deinstalo
-UninstallUnitWizardModel_Buttons_TurnOn=&Aktivizo
-UninstallUnitWizardModel_Buttons_TurnOff=\u00c7'a&ktivizo
-InstallStep_InstallDone_Text=The Plugin Installer has successfully installed the following plugins:
-InstallStep_InstallUnsuccessful_Text=The Plugin Installer found problem {0} while install the following plugins:
-UninstallStep_UninstallDone_Text=The Plugin Installer has successfully uninstalled the following plugins:
-UninstallStep_ActivateDone_Text=The Plugin Installer has successfully activated the following plugins:
-UninstallStep_DeactivateDone_Text=The Plugin Installer has successfully deactivated the following plugins:
-UninstallStep_UninstallFailed_Text=D\u00ebshtoi deinstalimi: {0}
-UninstallStep_ActivateFailed_Text=D\u00ebshtoi aktivizimi: {0}
-UninstallStep_DeactivateFailed_Text=D\u00ebshtoi \u00e7'aktivizimi: {0}
-UninstallStep_Done=P\u00ebrfundoi.
-UninstallStep_Failed=Failed. {0}
-UninstallStep_Header_Uninstall_Head=Deinstalimi
-UninstallStep_Header_Uninstall_Content=Ju lutemi prisni p\u00ebrderisa instaluesi deinstalon t\u00eb gjithashtojcat e p\u00ebrzgjedhura.
-UninstallStep_Header_Deactivate_Head=\u00c7'aktivizimi
-UninstallStep_Header_Deactivate_Content=Ju lutemi prisni p\u00ebrderisa instaluesi t\u00eb p\u00ebrfundoj \u00e7'aktivizimin e shtojcave t\u00eb p\u00ebrzgjedhura.
-UninstallStep_Header_Activate_Head=Aktivizimi
-UninstallStep_Header_Activate_Content=Ju lutemi prisni p\u00ebrderisa instaluesi t\u00eb p\u00ebrfundoj aktivizimin e shtojcave t\u00eb p\u00ebrzgjedhura.
-UninstallStep_Header_UninstallDone_Head=Deinstalimi u krye me sukses
-UninstallStep_Header_UninstallDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateDone_Head=\u00c7'aktivizimi p\u00ebrfundoi me sukses
-UninstallStep_Header_DeactivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateDone_Head=Aktivizimi p\u00ebrfundoi me sukses
-UninstallStep_Header_ActivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_UninstallFailed_Head=D\u00ebshtoi deinstalimi
-UninstallStep_Header_UninstallFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateFailed_Head=D\u00ebshtoi \u00e7'aktivizimi
-UninstallStep_Header_DeactivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateFailed_Head=D\u00ebshtoi aktivizimi
-UninstallStep_Header_ActivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_ProgressName_Uninstall=Deinstalo shtojca
-UninstallStep_ProgressName_Activate=Aktivizimi i shtojcave
-UninstallStep_ProgressName_Deactivate=\u00c7'aktivizimi i shtojcave
-ValidationWarningPanel_ShowCertificateButton=&Shfaq certifikat\u00ebn
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=V\u00ebrejtje Verfikimi
-ValidationWarningPanel_VerifyCertificate_Title=Verify Certificate
-ValidationWarningPanel_ContinueButton=&Vazhdo
-ValidationWarningPanel_taHead_NotSignedText=The following plugins are not signed\:
-ValidationWarningPanel_taHead_NotTrustedText=The following plugins are signed but not trusted\:
-ValidationWarningPanel_taWarning_Text=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-OperationDescriptionStep_CustomHandled_Head={0} plugins use native installer:
-InstallStep_Download_DownloadingPlugins=Shkarkim i shtojcave...
-InstallStep_Validate_ValidatingPlugins=Verifikimi i shtojcave...
-InstallStep_Install_InstallingPlugins=Instalimi i shtojcave...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Some plugins not installed to avoid potential installation problems.
-CustomHandleStep_Header_Install_Head=Instalo
-CustomHandleStep_Header_Install_Content=Ju lutemi prisni p\u00ebrderisa instaluesi kompleton instalimin.
-CustomHandleStep_Header_Uninstall_Head=Deinstalimi
-CustomHandleStep_Header_Uninstall_Content=Ju lutemi prisni p\u00ebrderisa instaluesi t\u00eb p\u00ebrfundoj deinstalimin e shtojcave t\u00eb p\u00ebrzgjedhura.
-CustomHandleStep_Header_InstallDone_Head=Instalimi u krye me sukses
-CustomHandleStep_Header_InstallDone_Content=Click Next to continue installing the remaining selected plugins using the plugin installer.
-CustomHandleStep_Header_UninstallDone_Head=Deinstalimi u krye me sukses
-CustomHandleStep_Header_UninstallDone_Content=Shtyp Pasues p\u00ebr t\u00eb vazhduar me deinstalimin e shtojcave tjera t\u00eb p\u00ebrzgjedhura.
-CustomHandleStep_Header_InstallFail_Head=Instalimi d\u00ebshtoi.
-CustomHandleStep_Header_InstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Header_UninstallFail_Head=Instalimi d\u00ebshtoi
-CustomHandleStep_Header_UninstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Install_InstallingPlugins=Instalimi i shtojcave duke p\u00ebrdorur instaluesin e shtojc\u00ebs...
-CustomHandleStep_Uninstall_UninstallingPlugins=Deinstalimi i shtojcave duke p\u00ebrdorur instaluesin e shtojc\u00ebs...
-CustomHandleStep_Done=P\u00ebrfundoi.
-CustomHandleStep_InstallDone_Text=The Plugin Installer has successfully finished the installation.
-CustomHandleStep_InstallFail_Text=Instalimi i {0} d\u00ebshtoi.
-CustomHandleStep_UninstallDone_Text=The Plugin Installer has successfully finished the uninstallation.
-CustomHandleStep_UninstallFail_Text=Deinstalimi i {0} d\u00ebshtoi.
-InstallStep_NetworkProblem_Continue=P&rovo P\u00ebrs\u00ebri
-InstallStep_NetworkProblem_Text=Problem rrjeti n\u00eb {0}
-OperationPanel.cbRunInBackground.text=&Run In Background
-InstallSupport_InBackground_NetworkError=Unable to connect to the Update Center.
-InstallSupport_InBackground_NetworkError_Details=details
-LicenseApprovalPanel.cbAccept.text=Un\u00eb pr&anoj i t\u00eb gjitha marr\u00ebveshjet e licenc\u00ebs.
-InstallSupport_RestartNeeded=Restart the application to complete the installation.
-UninstallSupport_RestartNeeded=Restart the application to complete the deactivation.
-CustomHandleStep_Install_RestartNeeded=Restart the application to complete the installation.
-CustomHandleStep_Uninstall_RestartNeeded=Restart the application to complete the uninstallation.
-
-RestartNeeded_Details=restart
-RestartConfirmation_Message=Are you sure you want to restart the application?
-RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans Installer Wizard
-PanelBodyContainer_ACD=NetBeans Installer Wizard
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=P/C
-LicenseApprovalPanel_taLicenses_ACD=P/C
-LicenseApprovalPanel_cbAccept_ACN=P/C
-ValidationWarningPanel_tpPlugins_ACN=Unverified Plugins
-ValidationWarningPanel_taWarning_Text_ACD=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-ValidationWarningPanel_taWarning_Text_ACN=V\u00ebrejtje
-ValidationWarningPanel_taHead_ACN=P/C
-ValidationWarningPanel_ACD=P/C
-UninstallUnitWizard_Title=Plugin Installer
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Your application is up to date!</h3>
-LazyOperationDescriptionStep_NoUpdates=There are no updates available.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Checking for updates failed.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Check your network connection, verify that your proxy settings<br>are configured correctly, or try again later.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Checking for updates.</b><br>Please wait while the installer checks for available updates.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Initializing the list of updates... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Some plugins require plugin {0} to be installed.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Some plugins are waiting for application restart to resolve following problems:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Some plugins require capability {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Some plugins require the Java platform in version {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Some plugins require JDK</h3>Some of the selected plugins require the JDK in order to function. Currently, NetBeans IDE appears to be running with the JRE instead of the full JDK.<br><br>To use these plugins, start IDE with the <code>--jdkhome</code> command line option set to the location of a JDK installation. See <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> for more information.<br><br>
-OperationDescriptionStep_BrokenModuleDep=The plugin {0} would also need to be installed.
-OperationDescriptionStep_BrokenModuleNameDep=The plugin named {0} is needed and not found.
-OperationDescriptionStep_BrokenModuleVersionDep=The plugin {0} is requested in version >= {1} but only {2} was found.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=The plugin {0} is requested in version >= {1} (release version {2}) but only {3} (of release version different from {2}) was found.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=The plugin {0} is requested in version {1}.
-OperationDescriptionStep_BrokenModuleImplDep=The plugin {0} is requested in implementation version {1}.
-OperationDescriptionStep_BrokenRequiresDep=No plugin providing the capability {0} could be found.
-OperationDescriptionStep_AffectedPluginByBrokenDep=The following plugins are affected:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=The following plugin is affected:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=There were some problems while storing {0}.\nCause: {1}
-InstallStep_DownloadProblem_SomePlugins=selected plugins
-
diff --git a/l10n/src/sq/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_sq.properties b/l10n/src/sq/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_sq.properties
deleted file mode 100644
index 27b4760..0000000
--- a/l10n/src/sq/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_sq.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Platforma RCP
-OpenIDE-Module-Name=Platforma RCP
-OpenIDE-Module-Short-Description=Platforma RCP e NetBeans-it
-OpenIDE-Module-Long-Description=Platforma RCP e NetBeans-it \u00ebsht\u00eb nj\u00eb korniz\u00eb gjenerike p\u00ebr aplikacionet Swing. Ofron sh\u00ebrbime e p\u00ebrbashk\u00ebta p\u00ebr gati t\u00eb gjitha aplikacionet e m\u00ebdha t\u00eb tryez\u00ebs: drejtimi i dritareve, menyt\u00eb, p\u00ebrcatkimet si dhe ruajtja, drejtimi i p\u00ebrdit\u00ebsimit, qasja n\u00eb skeda, etj.<br><br> p\u00ebr m\u00eb tep\u00ebr informata <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/sq/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_sq.properties b/l10n/src/sq/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_sq.properties
deleted file mode 100644
index cecf3fd..0000000
--- a/l10n/src/sq/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_sq.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup On SystemFS
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Zbatimi i r\u00ebndomt\u00eb i MimeDataProvider.
-OpenIDE-Module-Long-Description=Moduli MIME Lookup On SystemFS zbaton MimeDataProvider q\u00eb k\u00ebrkon p\u00ebr objektet n\u00eb hiearkin\u00eb e dosjeve n\u00eb skedarsistemin e sistem.
-
-
diff --git a/l10n/src/sq/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_sq.properties b/l10n/src/sq/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_sq.properties
deleted file mode 100644
index a8cd56b..0000000
--- a/l10n/src/sq/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_sq.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup API
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=MIME lookup API.
-OpenIDE-Module-Long-Description=MIME lookup API ofron API p\u00ebr k\u00ebrkimin e llojeve MIME q\u00eb varen nga cil\u00ebsimet, sh\u00ebrbime si dhe objekte tjera Gjithashtu ofron SPI p\u00ebr zbatimin e MIME llojeve shtes\u00eb q\u00eb lidhen ne ofrues t\u00eb t\u00eb dh\u00ebnave.
-
diff --git a/l10n/src/sq/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_sq.properties b/l10n/src/sq/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_sq.properties
deleted file mode 100644
index eab2c02..0000000
--- a/l10n/src/sq/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_sq.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Shto n\u00eb t\u00eb Parap\u00eblqyerat
-ACT_AddOnFavoritesNode=&Shto n\u00eb t\u00eb Parap\u00eblqyerat...
-ACT_Remove=&Fshije nga t\u00eb Parap\u00eblqyerat
-ACT_View=T\u00eb Parap\u00eblqye&rat
-ACT_Select=T\u00eb Parap\u00eblqyerat
-ACT_Select_Main_Menu=P\u00ebrzgjedh n\u00eb t\u00eb par&ap\u00eblqyerat
-
-Favorites=T\u00eb Parap\u00eblqyerat
-Templates/Other=T\u00eb tjerat
-Templates/Properties=Ve\u00e7orit\u00eb e konfigurimit t\u00eb shfryt\u00ebzuesit
-Templates/Other/Folder=Dosje
-Templates/Other/file=Skedar bosh
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Trung Shfletuesi
-ACSD_ExplorerBeanTree=P/C
-
-# JFileChooser
-CTL_DialogTitle=Shto n\u00eb t\u00eb Parap\u00eblqyerat
-CTL_ApproveButtonText=Shto
-ERR_FileDoesNotExist={0} nuk ekziston.
-ERR_FileDoesNotExistDlgTitle=Shto n\u00eb t\u00eb Parap\u00eblqyerat
-
-MSG_NodeNotFound=Nyja e dokumentit nuk mund t\u00eb gjendet n\u00eb tabin T\u00eb Parap\u00eblqyerat.
-
-# Manifest localization
-OpenIDE-Module-Name=T\u00eb Parap\u00eblqyerat
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=P\u00ebrkrah skedar\u00ebt organizues t\u00eb t\u00eb parap\u00eblqyerat.
-OpenIDE-Module-Long-Description=Moduli i t\u00eb Parap\u00eblqyerat aft\u00ebson t\u00eb krijon nj\u00eb pamje t\u00eb skedar\u00ebt q\u00eb n\u00eb ve\u00e7anti kan\u00eb lidhje me pun\u00ebn tuaj, thjesht qasju atyre n\u00eb nj\u00eb vend t\u00eb p\u00ebrbashk\u00ebt.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Maketat
-Templates.Options.Export.displayName=T\u00eb gjitha maketat
-Favorites.Options.Export.displayName=T\u00eb Parap\u00eblqyerat
-
diff --git a/l10n/src/sq/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_sq.html b/l10n/src/sq/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_sq.html
deleted file mode 100644
index eeb195e..0000000
--- a/l10n/src/sq/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_sq.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>Krijon një skedar bosh me një prapashtesë arbitrare në diskun tuaj.</BODY></HTML>
diff --git a/l10n/src/sq/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_sq.html b/l10n/src/sq/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_sq.html
deleted file mode 100644
index 57cba86..0000000
--- a/l10n/src/sq/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_sq.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>Krijon një dosje në diskun tuaj.</BODY></HTML>
diff --git a/l10n/src/sq/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_sq.properties b/l10n/src/sq/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_sq.properties
deleted file mode 100644
index 5b46a3f..0000000
--- a/l10n/src/sq/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_sq.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Mbyll
-BTN_TemplatesPanel_OpenInEditorButton=&Hap n\u00eb Redaktor
-LBL_TemplatesAction_Name=&Maketat
-HINT_TemplatesAction=P\u00ebrshtatja e maketatave
-LBL_TemplatesPanel_Title=Drejtuesi i Maketave
-BTN_TemplatesPanel_Delete=&Fshij
-LBL_TemplatesPanel_TemplatesLabel=&Templates\:
-BTN_TemplatesPanel_Add=&Shto...
-BTN_TemplatesPanel_RenameButton=&Riem\u00ebrto
-BTN_TemplatesPanel_DuplicateButton=D&yfisho
-BTN_TemplatesPanel_NewFolder=D&osje e Rre
-BTN_TemplatesPanel_MoveUp=L\u00ebviz &Lart
-BTN_TemplatesPanel_MoveDown=L\u00ebvi&z Posht\u00eb
-LBL_TemplatesPanel_JFileChooser_Title=Shto Maket\u00eb
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Shto
-TXT_TemplatesPanel_NewFolderName=Dosje e Rre
-
-TemplatesPanel_TemplateNode_DisplayName=Display Name
-TemplatesPanel_TemplateNode_DisplayName_Desc=Display name of this template. Shown in File|New wizard as well as in Tools|Templates.
-TemplatesPanel_TemplateNode_FileName=File Name
-TemplatesPanel_TemplateNode_FileName_Desc=File name of file represented by this template.
-TemplatesPanel_TemplateNode_ScriptEngine=Script Engine
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Script engine use for processing this template.
-TemplatesPanel_TemplateNode_TemplateCategories=Template Categories
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=A list of template's categories appropriate for this template.
-
-ACD_TemplatesPanel_Add=Shto Maket\u00eb
-
-ACD_TemplatesPanel_New=Krijo Maket\u00eb
-
-ACD_TemplatesPanel_Duplicate=Dyfisho maket\u00ebn e p\u00ebrzgjedhur
-
-ACD_TemplatesPanel_Rename=Riem\u00ebrto maket\u00ebn
-
-ACD_TemplatesPanel_MoveUp=L\u00ebvize lart maket\u00ebn e p\u00ebrzgjedhur
-
-ACD_TemplatesPanel_MoveDown=L\u00ebvize posht\u00eb maket\u00ebn e p\u00ebrzgjedhur
-
-ACD_TemplatesPanel_Delete=Fshij maket\u00ebn
-
-TT_TemplatesPanel_Add=Shto Maket\u00eb
-
diff --git a/l10n/src/sq/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_sq.properties b/l10n/src/sq/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_sq.properties
deleted file mode 100644
index 0366091..0000000
--- a/l10n/src/sq/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_sq.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Nuk mund t\u00eb lidhet me URL-n\u00eb {0}; nuk u gjet ndonj\u00eb resurs i till\u00eb.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=V\u00ebrejtje: {0}  ID-ja e tem\u00ebs s\u00eb JavaHelp nuk u gjet.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Ngarkimi i bashk\u00ebsive t\u00eb ndihm\u00ebs...
-ACSD_JavaHelp_viewer=Shfaq nj\u00eb ose m\u00eb tep\u00ebr referenca t\u00eb ndihm\u00ebs n\u00eb formatin JavaHelp
-ACSD_Loading_Dialog=Ngarkim i bashk\u00ebsive t\u00eb ndihm\u00ebs
-
-# HelpAction
-LBL_HelpAction=Ndihma
-CTL_OpeningHelp=Hapja e ndihm\u00ebs...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP Monitori
-
-# a11y - BrowserDisplayer
-ACSD_Label= Shtyp k\u00ebtu p\u00ebr t\u00eb hapur k\u00ebt\u00eb vjeg\u00ebz n\u00eb nj\u00eb web shfletues
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Shfaqja e ID-s\u00eb s\u00eb ndihm\u00ebs: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Shfaqja e ID-s\u00eb s\u00eb ndihm\u00ebs: {0}
-
-QuickSearch/Help=Ndihma
-Err_CreateJavaHelpSearchEngine=Failed to create JavaHelp search engine.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copy Link Location
-
diff --git a/l10n/src/sq/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_sq.properties b/l10n/src/sq/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_sq.properties
deleted file mode 100644
index 3ea5be7..0000000
--- a/l10n/src/sq/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_sq.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Integrim i JavaHelp
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Lejon bashk\u00ebsit\u00eb e ndihmave JavaHelp t'i shtohen HIZH-it.
-OpenIDE-Module-Long-Description=P\u00ebrmban veprimtarin\u00eb aktuale t\u00eb JavaHelp-it, dhe zbatimi e pjes\u00ebs\u00eb s\u00eb Module API q\u00eb lejojn\u00eb q\u00eb tjera module t\u00eb instalojn\u00eb bashk\u00ebsi ndihmash duke p\u00ebrdorur tekonlogjin\u00eb JavaHelp.
-
-Menu/Help/master-help.xml=P\u00ebrm&bajtja e ndihm\u00ebs
-Menu/Help/HelpShortcuts=Bashk\u00ebsit\u00eb e Ndihm\u00eb&s
-Actions/Help/master-help.xml=P\u00ebrm&bajtja e ndihm\u00ebs
-
diff --git a/l10n/src/sq/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_sq.html b/l10n/src/sq/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_sq.html
deleted file mode 100644
index 7db3c99..0000000
--- a/l10n/src/sq/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_sq.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-
-<HTML><head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<TITLE>Master Indeksi</TITLE>
-</HEAD><BODY>Kjo dritare ofron master bashkësinë e të gjithë dokumentacionit të instaluar. Përdor naviguesit në të majtën e shfletuar tabelën e përmbajtjes dhe indeksin e plotë si dhe të bëni kërkim në tërë-dokumentacionin në indeks dhe kërkimin tërë-teksti.</BODY></HTML>
diff --git a/l10n/src/sq/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_sq.xml b/l10n/src/sq/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_sq.xml
deleted file mode 100644
index d723595..0000000
--- a/l10n/src/sq/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_sq.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
-<helpset version="2.0">
-    <title>Help</title>
-    <maps>
-        <homeID>org.netbeans.api.javahelp.MASTER_ID</homeID>
-        <mapref location="masterHelpMap.jhm"/>
-    </maps>
-    <view mergetype="javax.help.UniteAppendMerge">
-        <name>TOC</name>
-        <label>Contents</label>
-        <type>javax.help.TOCView</type>
-        <data>masterHelpToc.xml</data>
-    </view>
-    <!--
-    <view mergetype="javax.help.SortMerge">
-        <name>Index</name>
-        <label>Index</label>
-        <type>javax.help.IndexView</type>
-    </view>
-    -->
-    <view>
-        <name>Search</name>
-        <label>Search</label>
-        <type>javax.help.SearchView</type>
-    </view>
-    <!--
-    <view>
-        <name>Favorites</name>
-        <label>Favorites</label>
-        <type>javax.help.FavoritesView</type>
-    </view>
-    -->
-    <presentation default="true" displayviews="true" displayviewimages="false">
-        <name>main window</name>
-        <toolbar>
-            <helpaction image="helpviewer_back">javax.help.BackAction</helpaction>
-            <helpaction image="helpviewer_forward">javax.help.ForwardAction</helpaction>
-            <helpaction image="helpviewer_print">javax.help.PrintAction</helpaction>
-            <helpaction image="helpviewer_page-setup">javax.help.PrintSetupAction</helpaction>
-        </toolbar>
-    </presentation>
-    <presentation displayviews="false">
-        <name>NBSecondaryWindow</name>
-        <size width="600" height="400" />
-        <location x="200" y="200" />
-    </presentation>
-
-    </helpset>
diff --git a/l10n/src/sq/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_sq.html b/l10n/src/sq/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_sq.html
deleted file mode 100644
index dfc46fb..0000000
--- a/l10n/src/sq/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_sq.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Moduli nuk është i aftësuar</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Moduli nuk është i aftësuar</h2>
-<p>Tema e ndihmës që ju jeni duke tentuar ta shihni gjendet në modulin {0}, që tani për tani është e fikur. Për të ndezur modulet e instaluar por të ç'aftësuara, përzgjidhni Veglat> Drejtuesi i moduleve.</p>
-</body>
-</html>
diff --git a/l10n/src/sq/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_sq.html b/l10n/src/sq/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_sq.html
deleted file mode 100644
index 1f67c3f..0000000
--- a/l10n/src/sq/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_sq.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Moduli nuk është i instaluar</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Moduli nuk është i instaluar</h2>
-<p>Tema e ndihmës që ju jeni duke tentuar ta shihni gjendet në modulin {0}, që tani për tani nuk është e instaluar. Ky modul mund të jetë i gatshëm si shtojcë. Për të kontrolluar, përzgjedh Veglat > Shtojcat.</p>
-</body>
-</html>
diff --git a/l10n/src/sq/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_sq.properties b/l10n/src/sq/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_sq.properties
deleted file mode 100644
index 71caeb9..0000000
--- a/l10n/src/sq/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_sq.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Nuk mund t\u00eb krijoj skedarin {0} n\u00eb dosjen {1}.
-EXC_CannotCreateExistingData=Nuk mund t\u00eb krijoj skedarin {0} n\u00eb dosjen {1}. This file already exists.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Nuk mund t\u00eb krijoj dosjen {0} n\u00eb dosjen {1}.
-EXC_CannotCreateExistingFolder=Nuk mund t\u00eb krijoj dosjen {0} n\u00eb dosjen {1}. This folder already exists.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Nuk mund ta fshij skedarin {0} n\u00eb {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Nuk mund t\u00eb riem\u00ebrtoj skedarin {0} n\u00eb {1} te {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Dry i pavlefsh\u00ebm [{0}] p\u00ebr skedarin {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Nuk mund ta riem\u00ebrtoj rr\u00ebnj\u00ebn e skedarsistemit {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Nuk mund t\u00eb fshij rr\u00ebnj\u00ebn e skedarsistemit {0}.
-
-EXC_CannotLockRoot=Rr\u00ebnja nuk mund t\u00eb dryroset.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Nuk mund t\u00eb marr\u00eb qasje eksluzive te {0} (me gjas\u00eb \u00ebsht\u00eb hapur p\u00ebr lexim).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Nuk mund t\u00eb marr\u00eb qasje t\u00eb ndar\u00eb te {0} (me gjas\u00eb \u00ebsht\u00eb hapur p\u00ebr shkrim).
-
diff --git a/l10n/src/sq/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_sq.properties b/l10n/src/sq/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_sq.properties
deleted file mode 100644
index dfe94ab..0000000
--- a/l10n/src/sq/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_sq.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=Skedari {0} tanim\u00eb \u00ebsht\u00eb i dryrosur.
-EXC_FileLockAlreadyExists=Skedari {0} tanim\u00eb \u00ebsht\u00eb i dryrosur (dryri {1} ekziston).
-# {0} - full path
-FileObj.readOnlyFile=Skedari {0} nuk mund t\u00eb shkruhet pasi q\u00eb ai \u00ebsht\u00eb vet\u00ebm-lexim.
-
diff --git a/l10n/src/sq/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_sq.properties b/l10n/src/sq/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_sq.properties
deleted file mode 100644
index 93225e4..0000000
--- a/l10n/src/sq/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_sq.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Skedarsitemi kryesor
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Bashkon ofrues t\u00eb shum\u00eb skedarsistemeve n\u00eb nj\u00eb trung logjik t\u00eb vet\u00ebm.
-OpenIDE-Module-Long-Description=Krijon montime p\u00ebr rr\u00ebnj\u00ebt e disqeve dhe i ndan\u00eb ato n\u00eb skedarsisteme tjera si VCS montime, q\u00eb ofrojn\u00eb nj\u00eb mb\u00ebshtjell\u00ebs t\u00eb vet\u00ebm FileSystem p\u00ebr t\u00eb gjitha ato.
-
-LBL_loaderName=FolderLoader p\u00ebr MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Nuk mund ta riem\u00ebrtoj rr\u00ebnj\u00ebn e skedarsistemit {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Nuk mund ta kopjoj rr\u00ebnj\u00ebn e skedarsistemit {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Nuk mund ta zhvendos rr\u00ebnj\u00ebn e skedarsistemit {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Nuk mund t\u00eb fshij rr\u00ebnj\u00ebn e skedarsistemit {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Nuk mund t\u00eb riem\u00ebrtoj skedarin {0} n\u00eb {1} te {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Skedarsistemi {0} \u00ebsht\u00eb vet\u00ebm-lexim.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Skedarsistemi {1} nuk mund t\u00eb montohet n\u00eb rr\u00ebnj\u00ebn {0}, pasi q\u00eb skedarsistemi {2} tanim\u00eb \u00ebsht\u00eb i montuar.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Skedarsistemi {1} nuk mund t\u00eb montohet n\u00eb rr\u00ebnj\u00ebn {0}.  
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Skedarsistemi {0}  nuk mund t\u00eb \u00e7'montohet.  
-
diff --git a/l10n/src/sq/platform/options-api/options-api/org/netbeans/modules/options/Bundle_sq.properties b/l10n/src/sq/platform/options-api/options-api/org/netbeans/modules/options/Bundle_sq.properties
deleted file mode 100644
index 86452c0..0000000
--- a/l10n/src/sq/platform/options-api/options-api/org/netbeans/modules/options/Bundle_sq.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialogu i Opsioneve dhe SPI
-OpenIDE-Module-Display-Category=Mjetet
-OpenIDE-Module-Short-Description=Ofron dialogun e Opsioneve dhe SPI p\u00ebr t\u00eb shtuar panele n\u00eb to.
-OpenIDE-Module-Long-Description=Ofron dialogun Veglat | Opsionet. SPI-ja ju mund\u00ebson t\u00eb shtoni panele t\u00eb reja, ose pjes\u00eb t\u00eb panelit T\u00eb ndryshme.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Opsionet
-CTL_Options_Dialog_Title=Opsionet
-CTL_OK=Mir\u00eb
-CTL_Classic=Opsionet e avancuara
-CTL_Classic_Title=Opsionet e avancuara
-CTL_Modern=Opsionet &Bazike
-CTL_Loading_Options=Ngarkimi i p\u00ebrcaktimeve...
-CTL_Error_Loading_Options=D\u00ebshtoi ngarkimi i opsioneve.
-CTL_Some_values_changed=Ka m\u00eb tep\u00ebr ndryshime. A doni t'i zbatoni ato?
-
-CTL_General_Options=&Gjenerale
-CTL_General_Options_Title=Gjenerale
-CTL_Editor=R&edaktori
-CTL_Editor_Title=Redaktor
-CTL_Font_And_Color_Options=&Fontet & Ngjyrat
-CTL_Font_And_Color_Options_Title=Fontet & Ngjyrat
-CTL_Keymap_Options=&Qel\u00ebsharta
-CTL_Keymap_Options_Title=Qel\u00ebsharta
-
-CTL_Export=Ekspor&to
-CTL_Import=&Importo
-
-#A11Y
-ACS_OKButton=Mir\u00eb
-ACS_ClassicButton= Thirr dialogun Opsionet e avancuara
-ACS_OptionsPanel=Dialogu opsionet
-ACS_Export=Eksporto opsionet
-ACS_Import=Importo opsionet
-
-QuickSearch/GoToOption=Opsionet
-
diff --git a/l10n/src/sq/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_sq.properties b/l10n/src/sq/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_sq.properties
deleted file mode 100644
index 8ccb40c..0000000
--- a/l10n/src/sq/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_sq.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=T\u00eb &Ndryshme
-CTL_Advanced_Options_Title=T\u00eb Ndryshme
-CTL_Advanced_Options_Description=T\u00eb Ndryshme
-AdvancedPanel.tabbedPanel.AD=T\u00eb Ndryshme paneli i tabuluar
-Advanced.Export.Category=T\u00eb Ndryshme
-
diff --git a/l10n/src/sq/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_sq.properties b/l10n/src/sq/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_sq.properties
deleted file mode 100644
index fc5ef80..0000000
--- a/l10n/src/sq/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_sq.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=P\u00ebrcakto k\u00ebtu
-LBL_action_revert=Rikthe P\u00ebrc.
-LBL_action_delete=Fshij
-
-MSG_ask_remove_above_defined_files=Zhvendosja e p\u00ebrcaktimi do t\u00eb largon t\u00eb gjitha vlerat e ruajtura n\u00eb shtresat n\u00eb t\u00eb majt\u00eb t\u00eb shtyll\u00ebs s\u00eb p\u00ebrzgjedhur.\n\nA doni t\u00eb vazhdoni?
-
-#file state tooltips
-LBL_fstate_defined=P\u00ebrkufizimi i p\u00ebrcaktimit
-LBL_fstate_ignored=Vlera t\u00eb pap\u00ebrdorura t\u00eb p\u00ebrcaktimeve
-LBL_fstate_inherited=P\u00ebrcaktimet u trash\u00ebguan
-LBL_fstate_undefined=Vlera e p\u00ebrcaktimit nuk \u00ebsht\u00eb p\u00ebrkufizuar k\u00ebtu
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=Shfryt\u00ebzuesi
-LBL_FSP_Desc_Session-Layer=Niveli i p\u00ebrcaktimeve t\u00eb seanc\u00ebs
-LBL_FSP_Modules-Layer=T\u00eb r\u00ebndomta
-LBL_FSP_Desc_Modules-Layer=Niveli i p\u00ebrcaktimeve t\u00eb r\u00ebndomta t\u00eb instalimit
-
-#OptionsAction
-Options=&Opsionet
-CTL_close_button=&Mbyll
-ACSD_close_button=P/C
-ACSN_optionsTree=P/C
-ACSD_optionsTree=P/C
-LBL_computing=Inicializimi i p\u00ebrcaktimeve...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Shfaq nivelet (shtyp +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Fsheh nivelet (shtyp +)
-CTL_Templates_name=Maketet
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Shfletuesi
-ACSN_ExplorerBeanTree=Trung Shfletuesi
-ACSD_ExplorerBeanTree=P/C
-
diff --git a/l10n/src/sq/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_sq.properties b/l10n/src/sq/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_sq.properties
deleted file mode 100644
index 91c3ecd..0000000
--- a/l10n/src/sq/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_sq.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Select Options for Export:
-OptionsChooserPanel.outline.all=All
-OptionsChooserPanel.outline.header.tree=Available Options
-OptionsChooserPanel.outline.AN=Available Options
-OptionsChooserPanel.outline.AD=Tree of available options
-OptionsChooserPanel.lblFile.text=&Target zip file:
-OptionsChooserPanel.btnBrowse=B&rowse...
-OptionsChooserPanel.btnBrowse.AN=Browse
-OptionsChooserPanel.btnBrowse.AD=Browse
-OptionsChooserPanel.txtFile.AD=Source or target of import/export.
-OptionsChooserPanel.loading=Ngarkimi...
-OptionsChooserPanel.file.warning=Please, select a valid target zip file
-OptionsChooserPanel.nooption.warning=Please, select something to export
-OptionsChooserPanel.file.chooser.title=Select target zip file
-OptionsChooserPanel.file.chooser.approve=Mir\u00eb
-OptionsChooserPanel.export.title=Select Options to Export
-OptionsChooserPanel.export.status.text=Options Export Finished.
-OptionsChooserPanel.import.title=Select Options to Import
-OptionsChooserPanel.import.lblFile.text=&Import Source:
-OptionsChooserPanel.import.lblHint.text=&Select Options for Import:
-OptionsChooserPanel.import.file.warning=Please, select a valid zip file or userdir
-OptionsChooserPanel.import.nooption.warning=Please, select something to import
-OptionsChooserPanel.import.file.chooser.title=Select zip file or userdir
-OptionsChooserPanel.import.invalid.userdir.title=Invalid Userdir?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Folder {0} does not seem to be a valid userdir. Do you really want to import options from this location?
-OptionsChooserPanel.AD=Panel to choose options for export/import
-OptionsExportModel.import.error=Error while importing options.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Invalid zip file: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Shkrimi n\u00eb sked\u00ebn {0} d\u00ebshtoi.
-ImportConfirmationPanel.title=Import Confirmation
-ImportConfirmationPanel.cbRestart.text=&Restart IDE now
-ImportConfirmationPanel.cbRestart.AD=Decide whether restart IDE now or later
-ImportConfirmationPanel.cbRestart.AN=Restart IDE now?
-ImportConfirmationPanel.lblMessage.text=Import may irreversibly overwrite your current settings. Perform export first to backup current options. Do you want to continue?
-ImportConfirmationPanel.lblMessage.AD=Confirmation message
-ImportConfirmationPanel.AN=Import Confirmation
-ImportConfirmationPanel.AD=Import Confirmation
-
diff --git a/l10n/src/sq/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_sq.properties b/l10n/src/sq/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_sq.properties
deleted file mode 100644
index d20d094..0000000
--- a/l10n/src/sq/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_sq.properties
+++ /dev/null
@@ -1,187 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Opsionet e qel\u00ebshart\u00ebs
-
-CTL_Keymap_Options=&Qel\u00ebs-harta
-CTL_Keymap_Options_Title=Qel\u00eb-sharta
-CTL_Keymap_Options_Description=Qel\u00ebs-harta
-
-CTL_Duplicate=&Drejto profilet...
-AN_Duplicate=Dyfisho
-AD_Duplicate=Dyfisho
-CTL_Delete=&Fshij
-AN_Delete=Fshij
-AD_Delete=Fshij
-CTL_Restore=&Restauro
-AN_Restore=Restauro
-AD_Restore=Restauro
-CTL_Show_Actions=Aksio&net
-AN_Show_Actions=Aksionet
-AD_Show_Actions=Aksionet
-CTL_Show_Shortcuts=&Shkurtesat
-AN_Show_Shortcuts=Shkurtesat
-AD_Show_Shortcuts=Shkurtesat
-CTL_Add_Shortcut=&Shto...
-AN_Add_Shortcut=Shto
-AD_Add_Shortcut=Shto
-CTL_Remove_Shortcut=&Hiq
-AN_Remove_Shortcut=Hiq
-AD_Remove_Shortcut=Hiq
-CTL_Actions=Aksio&net
-AN_Actions=Aksionet
-AD_Actions=Aksionet
-CTL_Shortcuts=&Shkurtesat
-AN_Shortcuts=Shkurtesat
-AD_Shortcuts=Shkurtesat
-AN_Profiles=Profilet
-AD_Profiles=Profilet
-Show_Actions=Aksio&net
-Show_Shortcuts=&Shkurtesat
-Keymaps=&Qel\u00ebs-hartat
-CTL_Keymap_Name=&Profili:
-View_By=&V\u00ebshtro me an\u00eb t\u00eb
-Shortcut=&Shkurtes\u00eb:
-Add_Shortcut_Dialog=Shto shkurtes\u00eb
-CTL_Create_New_Profile_Message=&Emri i profilit:
-CTL_Create_New_Profile_Title=Krijo nj\u00eb dialog t\u00eb profilit t \u00ebri
-Shortcut_Conflict=<html>Shkurtesa tanim\u00eb \u00ebsht\u00eb e p\u00ebrcaktuar p\u00ebr aksioni {0} N\u00ebse vazhdoni shkurtesa do t\u00eb rip\u00ebrcaktohet.
-CTL_Clear=P&astro
-AN_Clear=Pastro shkurtes\u00ebn pull\u00ebs
-AD_Clear=Pastro fush\u00ebn e shkurtes\u00ebs
-CTL_Tab=&Tabi
-AN_Tab=Nd\u00ebrfut pull\u00eb karakteri Tab
-AD_Tab=Nd\u00ebrfut karaktet Tab
-CTL_Duplicate_Profile_Name=Profili me em\u00ebr t\u00eb till\u00eb tanim\u00eb ekziston.\n Ju lutemi, p\u00ebrzgjidhni em\u00ebr tjet\u00ebr.
-
-CTL_Export_IDE_Actions_Action=Eksporto aksionet e HIZH-it n\u00eb XML
-CTL_Export_IDE_Shortcuts_Action=Eksporto shkurtesat e HIZH-it n\u00eb XML
-CTL_Export_Editor_Shortcuts_Action=Eksporto shkurtesat e redaktorit t\u00eb HIZH-it n\u00eb XML
-CTL_Export_Shortcuts_to_HTML_Action=Eksporto shkurtesat n\u00eb HTML
-
-CTL_Other=T\u00eb tjerat
-AN_Shortcut=Fusha e shkurtes\u00ebs
-AD_Shortcut=Fusha e shkurtes\u00ebs
-AN_ShortcutsDialog=Jepni shkurtes\u00eb t\u00eb re
-AD_ShortcutsDialog=Jepni shkurtes\u00eb t\u00eb re
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Duke kaluar nga qel\u00ebs-harta profil nga {1} n\u00eb {0}
-# NOI18N
-#NOI18N#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=K\u00ebrkimi i shpejt\u00eb: Duke thirrur aksionin {1}, klasa{\0\}
-
-QuickSearch/Actions=Aksionet
-MSG_ActionFailure={0} aksioni nuk mund t\u00eb thirret p\u00ebrmes K\u00ebrkimit t\u00eb shpejt\u00eb....
-
-# Quicksearch options
-KW_KeymapOptions=Opsionet e Qel\u00ebs-hart\u00ebs, shkurtesat e tastier\u00ebs, qel\u00ebs-lidhjet
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&K\u00ebrko:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Fush\u00eb q\u00eb p\u00ebrdoret p\u00ebr t\u00eb ngushtuar list\u00ebn e shkurtesave
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=K\u00ebkrko n\u00eb shku&rtesat:
-ShortcutCell.scField.text=
-ShortcutCell.changeButton.text=...
-
-# Conflict dialogs
-Override_Shortcut=<html>Aksionet n\u00eb vijim: <br> {0} n\u00eb konflikt me k\u00ebt\u00eb p\u00ebrcaktim. A doni ta anashkaloni?
-Conflicting_Shortcut_Dialog=Dialogu i shkurtesave n\u00eb konflikt
-Override_All=<html>Aksionet n\u00eb vijim: <br> {0} n\u00eb konflikt me k\u00ebt\u00eb rivendosje. A doni t'i anashkaloni t\u00eb gjitha?
-Alternative_Shortcut=(shkurtesat alternative)
-
-#Table columns
-Actions=Aksionet
-Shortcut=Shkurtes\u00eb
-Category=Kategoria
-Scope=Spektri
-
-#Keymap Popup
-Edit=Redakto...
-Add_Alternative=Shto alternativ\u00eb
-Reset_to_Default=Ri-cakto n\u00eb t\u00eb r\u00ebndomta 
-Clear=Pastro
-
-#Keymap completion
-No_Free_Shortcut=Nuk ka shkurtes\u00eb t\u00eb lir\u00eb me prefiksin "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Dyfisho
-ProfilesPanel.exportButton.text=&Eksporto
-ProfilesPanel.deleteButton.text=F&shi
-ProfilesPanel.importButton.text=&Importo
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Panel rr\u00ebshqit\u00ebse i profileve
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Panel rr\u00ebshqit\u00ebse p\u00ebr profilet
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=Lista e profileve qel\u00ebs-hart\u00eb
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Importo profilet nga nj\u00eb sked\u00eb e jashtme
-ProfilesPanel.AccessibleContext.accessibleDescription=Panel i profileve
-ProfilesPanel.restoreButton.text=&Rivendos t\u00eb r\u00ebndomtat
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Rivendos t\u00eb r\u00ebndomtat e ruajtura
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Dyfishon profilin ekzistues
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Eksporto profilin e tanish\u00ebm
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Fshin\u00eb profilin e p\u00ebrshtatur t\u00eb p\u00ebrzgjedhur
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=Drejton profilet Qel\u00ebs-harta
-CTL_Files=Skedar
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Qel\u00ebs-harta
-Keymaps.Options.Export.Profiles.displayName=Profile Qel\u00ebs-harta
-
diff --git a/l10n/src/sq/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_sq.properties b/l10n/src/sq/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_sq.properties
deleted file mode 100644
index a90f10b..0000000
--- a/l10n/src/sq/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_sq.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Integrim i Swing Layout Extensions 
-OpenIDE-Module-Display-Category=Bibliotekat
-OpenIDE-Module-Short-Description=Ofron bibliotek\u00ebn swing-layout.
-OpenIDE-Module-Long-Description=Ky modul e p\u00ebrfshin\u00eb bibliotek\u00ebn Swing Layout Extensions (nga swing-layout.dev.java.net).
-
diff --git a/l10n/src/sq/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_sq.properties
deleted file mode 100644
index 9e488c6..0000000
--- a/l10n/src/sq/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_sq.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Common Annotations
-
diff --git a/l10n/src/sq/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_sq.properties
deleted file mode 100644
index 460e414..0000000
--- a/l10n/src/sq/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_sq.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=Nd\u00ebrprej proces
-CTL_ProcessListAction=&Proceset
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/sq/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_sq.properties
deleted file mode 100644
index 2be3357..0000000
--- a/l10n/src/sq/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_sq.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API-t e progresit
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API-t e vizualizimit t\u00eb progresit t\u00eb detyr\u00ebs.
-OpenIDE-Module-Long-Description=Mund\u00ebson modulet t\u00eb regjistrojn\u00eb detyra q\u00eb veprojn\u00eb gjat\u00eb n\u00eb nj\u00eb vend qendror.
-
diff --git a/l10n/src/sq/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_sq.properties
deleted file mode 100644
index 418a802..0000000
--- a/l10n/src/sq/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_sq.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Scene Component
-ACS_SceneComponentDesc=Scene view
-
diff --git a/l10n/src/sq/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_sq.properties
deleted file mode 100644
index cb3cd48..0000000
--- a/l10n/src/sq/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_sq.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API Biblioteka Vizuale
-OpenIDE-Module-Short-Description=API Biblioteka Vizuale
-
diff --git a/l10n/src/sq/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_sq.properties
deleted file mode 100644
index 0a9b014..0000000
--- a/l10n/src/sq/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_sq.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=An instance of the program seems to be already running with your user directory.\nEither a previous session of the program did not exit correctly, or another instance\nof the program is running on a different computer and using the same user directory.\n\nIf another session of the program is running with the same user directory, please click\nCancel to prevent the corruption of the user directory. If you are sure that no other\ninstances of the program are running with your user directory, click OK to continue.
-MSG_AlreadyRunningTitle=V\u00ebrejtje
-
-EXC_not_a_module={0} nuk \u00ebsht\u00eb modul i vlefsh\u00ebm p\u00ebr Netbeans-in.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Nistorja
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Nistorja themelore e aplikacioneve t\u00eb bazuara n\u00eb NetBeans.
-OpenIDE-Module-Long-Description=This module provides the initial infrastructure that loads all other parts of the application. It cannot be disabled.
-
-MSG_InstallJava5=Cannot run on older versions of Java than Java 5 Standard Edition. Please install Java 5 Standard Edition or newer or use --jdkhome switch to point to its installation directory.
-
-MSG_NeedsJava5=K\u00ebrkohet Java 5 Standard Edition ose m\u00eb e re
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_sq.properties
deleted file mode 100644
index 5785655..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_sq.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Dalja {0}
-CTL_ProgramIO={0} - H/D
-
-# Install
-LAB_EndTasks=Dalj&e nga HIZH-i
-ACSD_EndTasks=P/C
-CTL_PendingTitle=Dalje nga HIZH-i
-ACSD_PendingTitle=P/C
-LAB_PendingTasks=Dalja nga &HIZH do t\u00eb nd\u00ebrprej proceset n\u00eb vijim:
-ACSD_PendingTasks=P/C
-# {0} - process name
-CTL_PendingExternalProcess2=Procesi - {0}
-# {0} - action name
-CTL_ActionInProgress={0} aksioni n\u00eb p\u00ebrparim
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_sq.properties
deleted file mode 100644
index 552302e..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_sq.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Hiq
-CTL_MoveUp=L\u00ebviz &Lart
-CTL_MoveDown=L\u00ebvi&z Posht\u00eb
-CTL_AddDirectory=Shto Dosje...
-CTL_AddJAR=Shto &JAR/ZIP...
-CTL_JarArchivesMask=JAR dhe ZIP Arkivat
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=P/C
-ACSD_MoveUp=P/C
-ACSD_MoveDown=P/C
-ACSD_AddDirectory=P/C
-ACSD_AddJAR=P/C
-ACSD_PathList=P/C
-ACSD_CustomNbClassPathEditor=P/C
-CTL_Edit_Jar_Dialog_Title=Redakto JAR Skedar
-CTL_Edit_Local_Dialog_Title=Redakto Dosje Lokale
-CTL_Approve_Button_Title=Mir\u00eb
-CTL_FileSystemPanel.Jar_Dialog_Title=Shto JAR Skedar
-CTL_FileSystemPanel.Local_Dialog_Title=Shto Dosje Lokale
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Process\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Arguments\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=K\u00ebs&hilla e argumtit
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=Shflet&o...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=P/C
-ACSD_NbProcessDescriptorCustomEditor.processLabel=P/C
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=P/C
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=P/C
-ACSD_CustomNbProcessDescriptorEditor=P/C
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Path Entries
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=List of path entries to be edited.
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_sq.properties
deleted file mode 100644
index 56946f9..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_sq.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=B\u00ebrthama - Ekzekutimi
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Implementimi i Makin\u00ebs s\u00eb Ekzekutimit.
-OpenIDE-Module-Long-Description=Adds support for execution into the platform. Contains classes which implement the execution part of APIs and corresponding GUI.
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_sq.properties
deleted file mode 100644
index 0c218fc..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_sq.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=&Dalja
-
-#Title for I/O window
-LBL_IO_WINDOW=Dalja
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Mbyll tabin
-LBL_CloseAll=Mbyll t\u00eb gjith\u00eb tabet
-LBL_CloseOthers=Mbyll tabet tjera
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Dalja
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_sq.properties
deleted file mode 100644
index 4b9886d..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_sq.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=R&edaktor\u00ebt
-EditorsAction.source=&Burimi
-GetLeftEditorAction.name=Redaktor\u00ebt - Qarkullo majtas
-
-GetRightEditorAction.name=Redaktor\u00ebt - Qarkullo djathtas
-
-TabButton.tooltip={0} Pamja ({1} ose {2})
-
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_sq.properties
deleted file mode 100644
index aae5c24..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_sq.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MultiView Windows
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=MultiView Windows pun\u00ebkorniza dhe API-t
-OpenIDE-Module-Long-Description=MultiView Windows pun\u00ebkorniza dhe API-t
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_sq.properties
deleted file mode 100644
index 2d336f9..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_sq.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Native Access
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-OpenIDE-Module-Long-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_sq.properties
deleted file mode 100644
index f1db8aa..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_sq.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparency
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_sq.properties
deleted file mode 100644
index c57bda2..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_sq.properties
+++ /dev/null
@@ -1,143 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dritarja Dalja
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Nj\u00eb tekst hap\u00ebsir\u00eb e thjesht\u00eb bazuar n\u00eb zbatimin e dritar\u00ebs dalja
-OpenIDE-Module-Long-Description=Dritarja Dalja bazohet n\u00eb nj\u00eb java.swing.text.Document p\u00ebrmes nj\u00eb ByteBuffer/CharBuffer
-
-#Title for the output window
-LBL_OUTPUT=Dalja
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=Ju nuk mund t\u00eb shkruhet n\u00eb dosjen e p\u00ebrkohshme t\u00eb sistemit({0})
-MSG_GenericError=Problem gjat\u00eb shkrimit t\u00eb skedarit dal\u00ebs
-
-LBL_STDOUT=Dalje Standarde
-FMT_FILE_EXISTS={0} ekziston.  Mbishkruaje?
-TITLE_SAVE_DLG=Ruaj daljen si
-
-LBL_SaveAsFailedTitle=Ruaj si d\u00ebshtoi.
-MSG_SaveAsFailed=Shkrimi n\u00eb sked\u00ebn {0} d\u00ebshtoi.
-
-#OutputWindowAction
-OutputWindow=&Dalja
-
-#Find Dialog
-LBL_Find_Title=Gjej
-LBL_Find_What=Gjej:
-LBL_Use_RegExp=Shprehje r&egulare
-LBL_Match_Case=&P\u00ebrputh rastin e shrkonjave
-BTN_Find=&Gjej
-ACSN_Find=P/C
-ACSD_Find=Gjej
-ACSD_FindBTN=P/C
-ACSD_Find_What=P/C
-
-LBL_Filter_Title=Filt\u00ebr
-LBL_Filter_What=Mbaji rreshtat q\u00eb p\u00ebrmbajn\u00eb:
-BTN_Filter=&Filtro
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=P\u00ebrzgjedh\u00ebs i fontit
-BTN_Defaul_Font=Fonti i r\u00ebndomt\u00eb
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=Ta mbishkruani skedarin?
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=Shprehje e pavlefshme regulare
-FMT_Invalid_RegExp=Gabim sintakse n\u00eb {0}
-
-#Output window popup menu
-ACTION_COPY=Kopjo
-ACTION_WRAP=P\u00ebrthyeje tekstin
-ACTION_SAVEAS=Ruaje si...
-ACTION_CLOSE=Mbyll
-ACTION_CLEAR=Pastro
-ACTION_PREV_ERROR=Gabimi Paraprak
-ACTION_NEXT_ERROR=Gabimi Pasues
-ACTION_SELECT_ALL=P\u00ebrzgjedh t\u00eb gjitha
-ACTION_FIND=Gjej...
-ACTION_FIND_NEXT=Gjej Pasuesin
-ACTION_FIND_PREVIOUS=Gjej Paraprake
-ACTION_LARGER_FONT=Font m\u00eb i madh
-ACTION_SMALLER_FONT=Font m\u00eb i vog\u00ebl
-ACTION_FONT_TYPE=P\u00ebrzgjedh font
-ACTION_FILTER=Filt\u00ebr....
-
-#Popup menu accelerators
-ACTION_COPY.accel=C-C
-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=c-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.accel=
-ACTION_FILTER.accel=C-G
-
-#Macintosh popup menu accelerators
-ACTION_COPY.accel.mac=M-C
-ACTION_LARGER_FONT.accel.mac=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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=Nuk mbeti m\u00eb hap\u00ebsir\u00eb disku n\u00eb {0} p\u00ebr daljen e skedar\u00ebve t\u00eb p\u00ebrkohsh\u00ebm.  Ose nuk ka m\u00eb hap\u00ebsir\u00eb t\u00eb t\u00eb gatshme, ndrysho dosjen e p\u00ebrkohshme t\u00eb sistemit ose ekzekuto me -J-Dnb.output.heap=true
-
-MSG_LINE_TOO_LONG=... rreshti \u00ebsht\u00eb tep\u00ebr i gjat\u00eb, ju lutemi kaloni n\u00eb m\u00ebnyr\u00ebn e p\u00ebrthyerjes p\u00ebr ta par\u00eb t\u00ebr\u00eb rreshtin...
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_sq.properties
deleted file mode 100644
index ea6408a..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_sq.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Hyrja
-LBL_EOF=&Mbylle Hyrjen
-TIP_EOF=Mbyll komponentet e hyrjes dhe d\u00ebrgon fund-i-skedarit te \u00e7do lexues
-TIP_INPUT=Shkruaje tekstin dhe shtyp enter q\u00eb t'i d\u00ebrgohet procesit n\u00eb veprim
-
-#Output window tab popup
-LBL_Close=Mbyll tabin
-LBL_CloseAll=Mbyll t\u00eb gjith\u00eb tabet
-LBL_CloseOthers=Mbyll tabet tjera
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_sq.properties
deleted file mode 100644
index 4317806..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_sq.properties
+++ /dev/null
@@ -1,228 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Nisja
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Ngarkon dhe aft\u00ebson modulet.
-OpenIDE-Module-Long-Description=Ky modul ofron funksionalitetin shtes\u00eb qendrore te Nistorja p\u00ebr t\u00eb gjetur dhe aft\u00ebsuar modulet e p\u00ebrpikta.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#NOI18N#currentVersion=NetBeans Platform Dev (Build {0})
-
-# TopManager properties
-ERR_no_user_directory=netbeans.user nuk \u00ebsht\u00eb i p\u00ebrcaktuar.\nJu lutemi kontrolloni skript\u00ebn tuaj t\u00eb nisjes s\u00eb NetBeans-it.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Dosja e juaj e shfryt\u00ebzuesit ({0}) nuk mund t\u00eb jet\u00eb brenda dosjes s\u00eb instalimit tuaj t\u00eb NetBeans-it.
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Nisja e NetBeans Platform\u00ebs
-# The Title of the About Box
-CTL_About_Title=P\u00ebr
-CTL_About_Detail=Detajet
-ACSD_AboutDialog=P/C
-ACSN_AboutTabs=P/C
-ACSD_AboutTabs=P/C
-
-##########################
-#NOI18N
-#NOI18N#SplashOnByDefault=true
-#NOI18N
-#NOI18N#SPLASH_WIDTH=473
-#NOI18N
-#NOI18N#SPLASH_HEIGHT=300
-#NOI18N
-#NOI18N#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#NOI18N#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#NOI18N#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#NOI18N#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#NOI18N#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#NOI18N#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#NOI18N#SplashProgressBarColor=0xE00000
-#NOI18N
-#NOI18N#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#NOI18N#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=NSH emri i klas\u00ebs pritet , duke p\u00ebrdorur NSH e r\u00ebndomt\u00eb...
-ERR_UserDirExpected=Pritet dosja pas nd\u00ebrprer\u00ebsi --userdir 
-ERR_UINotFound=NSH klasa nuk u get, duke p\u00ebrdorur NSH t\u00eb r\u00ebndomt\u00eb...
-ERR_FontSizeExpected=Pritet madh\u00ebsia e fontit, duke p\u00ebrdorur madh\u00ebsin\u00eb e r\u00ebndomt\u00eb t\u00eb fontit...
-ERR_BadFontSize=Format i keq i madh\u00ebsis\u00eb s\u00eb fontit, duke p\u00ebrdorur madh\u00ebsin\u00eb e r\u00ebndomt\u00eb t\u00eb fontit...
-ERR_BrandingNeedsArgument=Opsioni --branding k\u00ebrkon nj\u00eb argument
-ERR_LocaleExpected=Specifikimi i lokales pritet pas nd\u00ebrprer\u00ebsit --locale
-
-
-# TopManager properties
-CTL_Netbeanshome_notexists=netbeans.home sh\u00ebnjon n\u00eb nj\u00eb dosje q\u00eb nuk ekziston.
-CTL_Netbeanshome1=netbeans.home nuk sh\u00ebnjon n\u00eb nj\u00eb dosje.
-CTL_Netbeanshome2=netbeans.user sh\u00ebnjon n\u00eb nj\u00eb dosje q\u00eb nuk ekzisiton.
-CTL_Netbeanshome3=netbeans.user nuk sh\u00ebnjon n\u00eb nj\u00eb dosje.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Nuk mund t\u00eb krijoj dosjen e sistemit n\u00eb {0}. Nj\u00eb skedar me em\u00ebr t\u00eb nj\u00ebjt\u00eb tanim\u00eb ekziston.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Nuk mund t\u00eb krijoj dosjen e sistemit n\u00eb {0}.
-CTL_Cannot_mount_system_fs=Nuk mund t\u00eb shtoj skedarsistemin e sistemit, duke dalur...
-
-#startup info messages
-MSG_IDEInit=Inicializimi...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Nuk mund t\u00eb lidhet me URL-n\u00eb {0}. Nuk u gjet burim i till\u00eb.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize nuk \u00ebsht\u00eb i p\u00ebrkrahur n\u00eb pamjen dhe ndjenj\u00ebn GTK N\u00eb vend t\u00eb saj ndrysho madh\u00ebsin\u00eb e fontit t\u00eb tryez\u00ebs tuaj.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Gabim: {0}
-EXC_GraphicsStartFails2=Shiko {0} p\u00ebr detajet.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=Moduli {0} k\u00ebrkohet n\u00eb versionin >= {1} por u gjet vet\u00ebm {2} .
-# {0} - module display name
-MSG_problem_other_disabled=Moduli {0} mund q\u00eb gjithashtu duhet t\u00eb instalohet.
-LBL_no_impl_version=[nuk u p\u00ebrcaktuar versioni]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=Moduli {0} u k\u00ebrkua n\u00eb versionin e zbatimit  "{1}" por vet\u00ebm "{2}" u gjet.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=Moduli i em\u00ebrtuar {0} \u00ebsht\u00eb duhur por nuk \u00ebsht\u00eb gjetur.
-# {0} - required token
-MSG_problem_require_disabled=Asnj\u00eb nga modulet q\u00eb ofrojn\u00eb aft\u00ebsin\u00eb e {0}  nuk mund t\u00eb instalohet.
-# {0} - required token
-MSG_problem_require_not_found=Nuk u gjet asnj\u00eb modul q\u00eb ofron aft\u00ebsin\u00eb {0}.
-# {0} - class name
-MSG_problem_class_not_loaded=Pakoja q\u00eb p\u00ebrmban klas\u00ebn {0} nuk \u00ebsht\u00eb ngarkuar.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=Pakoja {0} nuk \u00ebsht\u00eb ngarkuar ose \u00ebsht\u00eb nj\u00eb verzion i vjet\u00ebruar.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=Verzioni i platform\u00ebs s\u00eb Java-s {0} ose m\u00eb i lart\u00eb k\u00ebrkohet por vet\u00ebm  {1} \u00ebsht\u00eb n\u00eb veprim.
-MSG_warning=V\u00ebrejtje
-MSG_info=Informata
-MSG_continue=\u00c7'aft\u00ebso module dhe Vazhdo
-MSG_exit=Dalje
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Modul tjet\u00ebr|1<{0} module tjera} nuk u instaluan p\u00ebr shkak t\u00eb problemve paraprake.
-
-# NbEvents
-MSG_start_load_boot_modules=Ngarkim i i b\u00ebrtham\u00ebs...
-MSG_finish_load_boot_modules=Ngakrimi i b\u00ebrtham\u00ebs...mbaroi.
-MSG_start_auto_restore=Ngarkim i moduleve...
-MSG_finish_auto_restore=Mbaroi ngarkim i moduleve.
-MSG_start_enable_modules=Aktivizimi i moduleve...
-MSG_finish_enable_modules=Aktivizimi i moduleve...mbaroi.
-TEXT_finish_enable_modules=Duke aktivizuar modulet:
-MSG_start_disable_modules=Duke \u00e7'aktivizuar modulet...
-MSG_finish_disable_modules=Duke \u00e7'aktivizuar modulet...mbaroi.
-TEXT_finish_disable_modules=\u00c7'aktivizim i moduleve:
-MSG_failed_install_new=V\u00ebrejtje - nuk mund t\u00eb instalohen disa module:
-# {0} - module display name
-MSG_failed_install_new_unexpected=V\u00ebrejtje - nuk mund t\u00eb instaloj modulin {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Shp\u00ebrndaj module testuese n\u00eb {0} ...
-TEXT_finish_deploy_test_module=Mbaroi shp\u00ebrndarja e moduleve testuese.
-MSG_start_read=Lexim i ruajtjes s\u00eb modulit...
-MSG_finish_read=Lexim i ruajtjes s\u00eb modulit...mbaroi.
-MSG_restore=Nisja e moduleve...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Instalimi i {0}
-# {0} - module display name
-TEXT_install=Instalim i i modulit t\u00eb ri: {0}
-# {0} - module display name
-MSG_update=Nisja e nj\u00eb verzioni t\u00eb ri t\u00eb {0}
-# {0} - module display name
-TEXT_update=P\u00ebrdit\u00ebsim i modulit: {0}
-# {0} - module display name
-MSG_uninstall=Ndalja e {0}
-MSG_load_section=Ngarkim i moduleve...
-MSG_load_layers=Ngarkimi i moduleve t\u00eb instaluara.
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=V\u00ebrejtje: moduli {0} nuk mund t\u00eb gjendet, injorimi...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=Moduli {0} nuk mund t\u00eb fshihet pasi q\u00eb ai \u00ebsht\u00eb vetngarkues ose modul i vetiniciues dhe ende \u00ebsht\u00eb n\u00eb p\u00ebrdorim.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=\u00cbsht\u00eb b\u00ebr\u00eb nj\u00eb tentim p\u00ebr t\u00eb ndryshuar atributin {1} t\u00eb modulit {\0\} n\u00eb dosjen system/Modules.\nVlera aktuale \u00ebsht\u00eb "{3}" p\u00ebr e ndryshuar n\u00eb disk p\u00ebr tu lexuar "{2}".\nKy atribut 
-# {0} - JAR file name
-TEXT_patch=Arnat e modulit ose zgjerim i ndrysh\u00ebm: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Po mungojn\u00eb resurset nga klasa: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=\u00c7el\u00ebsi q\u00eb nuk u gjet: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Gabim parsimi n\u00eb skedarin {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Gabim parsimi  n\u00eb skedarin {1} rreshti {3} shtylla {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_sq.properties
deleted file mode 100644
index 18e2092..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_sq.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Sistemi i r\u00ebndomt\u00eb
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Loading cached objects...
-MSG_end_load_cache=Loading cached objects...done.
-MSG_start_rewrite_cache=Recreating cache of objects...
-MSG_end_rewrite_cache=Recreating cache of objects...done.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=File event {0}, file {1}
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_sq.properties
deleted file mode 100644
index b5299b7..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_sq.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Skedar
-AdvancedOption.tooltip=Skedar
-FileAssociationsPanel.btnDefault.text=&Default
-FileAssociationsPanel.btnDefault.tooltip=Restore default setting for selected file extension
-FileAssociationsPanel.btnDefault.AN=Restore Default Setting
-FileAssociationsPanel.btnDefault.AD=Restore Default Setting for Selected File Extension
-FileAssociationsPanel.btnDefaultIgnored.text=De&fault
-FileAssociationsPanel.btnDefaultIgnored.AN=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnDefaultIgnored.AD=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnNew.text=&New...
-FileAssociationsPanel.btnNew.AN=New File Extension
-FileAssociationsPanel.btnNew.AD=New File Extension
-FileAssociationsPanel.btnRemove.text=&Hiq
-FileAssociationsPanel.btnRemove.AN=Remove Selected File Extension
-FileAssociationsPanel.btnRemove.AD=Remove Selected File Extension
-FileAssociationsPanel.cbExtension.choose=< Choose the extension >
-FileAssociationsPanel.cbExtension.AD=File Extension
-FileAssociationsPanel.cbExtension.AN=List of File Extensions
-FileAssociationsPanel.cbType.AN=List of File Types
-FileAssociationsPanel.cbType.AD=List of File Types
-FileAssociationsPanel.lblAssociatedAlso.text=Associated also with:
-FileAssociationsPanel.lblAssociatedAlso.AN=File Type Associated Also with Extensions
-FileAssociationsPanel.lblAssociatedAlso.AD=File Type Associated Also with Extensions
-FileAssociationsPanel.lblExtension.text=File &Extension:
-FileAssociationsPanel.lblExtension.AN=File Extension
-FileAssociationsPanel.lblExtension.AD=List of File Extensions
-FileAssociationsPanel.lblType.text=Associated File &Type (MIME):
-FileAssociationsPanel.lblType.AD=List of Associated File Types
-FileAssociationsPanel.lblType.AN=List of Associated File Types
-FileAssociationsPanel.lblFileAssociations.text=File Associations
-FileAssociationsPanel.lblFilesIgnored.text=Files Ignored by the IDE
-FileAssociationsPanel.lblPattern.text=&Ignored Files Pattern:
-FileAssociationsPanel.lblPattern.tooltip=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.lblPattern.AN=Ignored Files Pattern
-FileAssociationsPanel.lblPattern.AD=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.txtPatternError.AN=Ignored Files Pattern Syntax Error
-FileAssociationsPanel.txtPatternError.AD=Syntax error in ignored files regular expression
-
-NewExtensionPanel.title=Enter New File Extension
-NewExtensionPanel.AD=Enter New File Extension
-NewExtensionPanel.lblExtension.text=File &Extension:
-NewExtensionPanel.lblExtension.AN=File Extension
-NewExtensionPanel.lblExtension.AD=File Extension
-
-OpenAsAction.name=Open As...
-OpenAsPanel.txtDescription.AN=Hint
-OpenAsPanel.txtDescription.AD=Hint
-OpenAsPanel.lblExtension.text=Treat {0} files as:
-OpenAsPanel.title=Open as...
-OpenAsPanel.open=Hap
-OpenAsPanel.AD=Choose type of file
-
-# display name for options export
-Files.Options.Export.displayName=Skedar
-OpenAsPanel.lblDescription.text=NetBeans does not know this type of file. Please specify how should these files be treated.
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_sq.properties
deleted file mode 100644
index 06045d7..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_sq.properties
+++ /dev/null
@@ -1,258 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&Gjenerale
-CTL_General_Options_Title=Gjenerale
-CTL_General_Options_Category=Gjenerale
-CTL_General_Options_Description=Opsionet gjenerale, p\u00ebrcaktimet e Proksit, p\u00ebrcaktimet e redaktorit
-CTL_Package_View_Type=Shihi Java Pakot si:
-CTL_Flattern_Packages=&List\u00eb
-AN_Flattern_Packages=Lista
-AD_Flattern_Packages=Lista
-CTL_Tree_Packages=Trung
-AN_Tree_Packages=Trung
-AD_Tree_Packages=Trung
-CTL_No_Proxy=&Nuk ka Proksi
-AN_No_Proxy=&Nuk ka Proksi
-AD_No_Proxy=&Nuk ka Proksi
-CTL_Usage_Statistics=Statistikat e p\u00ebrdorimit:
-AN_Usage_Statistics=Statistikat e p\u00ebrdorimit
-AD_Usage_Statistics=Statistikat e p\u00ebrdorimit
-CTL_Usage_Check=Na ndihmoni ta &p\u00ebrmir\u00ebsojm\u00eb NetBeans IDE duke ofruar t\u00eb dh\u00ebna p\u00ebrdorimi anonime
-AN_Usage_Check=Na ndihmoni ta p\u00ebrmir\u00ebsojm\u00eb NetBeans IDE duke ofruar t\u00eb dh\u00ebna p\u00ebrdorimi anonime
-AD_Usage_Check=Na ndihmoni ta p\u00ebrmir\u00ebsojm\u00eb NetBeans IDE duke ofruar t\u00eb dh\u00ebna p\u00ebrdorimi anonime
-CTL_Usage_Info=<html>Statistikat e p\u00ebrdorimit na ndihmojn\u00eb t\u00eb kuptojm\u00eb m\u00eb mir\u00eb k\u00ebrkesat e shfryt\u00ebzuesve dhe t\u00eb prioritizojm\u00eb p\u00ebrmir\u00ebsimet n\u00eb plasimet n\u00eb t\u00eb ardhme. Ne kurr\u00eb nuk b\u00ebjm\u00eb inxhinieri reverse t\u00eb dh\u00ebnat e p\u00ebrmbledhura p\u00ebr t\u00eb gjetur detaje specifike p\u00ebr projektet tuaja.</html>
-AN_Usage_Info=Informatat e statistikave t\u00eb p\u00ebrdorimit
-AD_Usage_Info=Statistikat e p\u00ebrdorimit na ndihmojn\u00eb t\u00eb kuptojm\u00eb m\u00eb mir\u00eb k\u00ebrkesat e shfryt\u00ebzuesve dhe t\u00eb prioritizojm\u00eb p\u00ebrmir\u00ebsimet n\u00eb plasimet n\u00eb t\u00eb ardhme. Ne kurr\u00eb nuk b\u00ebjm\u00eb inxhinieri reverse t\u00eb dh\u00ebnat e p\u00ebrmbledhura p\u00ebr t\u00eb gjetur detaje specifike p\u00ebr projektet tuaja.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>M\u00ebso m\u00eb tep\u00ebr</u></font></html>
-AN_Learn_More=M\u00ebso m\u00eb tep\u00ebr
-AD_Learn_More=M\u00ebso m\u00eb tep\u00ebr
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&P\u00ebrdor Proksi p\u00ebrcaktimet e &sistemit
-AN_Use_System_Proxy_Settings=P\u00ebrdor Proksi p\u00ebrcaktimet e &sistemit
-AD_Use_System_Proxy_Settings=P\u00ebrdor Proksi p\u00ebrcaktimet e &sistemit
-CTL_Use_HTTP_Proxy=P\u00ebrdor Proksi p\u00ebrcaktimet &manuale
-AN_Use_HTTP_Proxy=HTTP Proksi
-AD_Use_HTTP_Proxy=HTTP Proksi
-AN_Web_Browser=Ueb shfletuesi
-AD_Web_Browser=Ueb shfletuesi
-AN_Host=Hosti
-AD_Host=Hosti
-AN_Port=Porti
-AD_Port=Porti
-AN_Update_Period=Periudha e p\u00ebrdit\u00ebsimit
-AD_Update_Period=Periudha e p\u00ebrdit\u00ebsimit
-AN_Ask_Before_Check=Pyet para kontrollimit
-AD_Ask_Before_Check=Pyet para kontrollimit
-Line_Numbers=Numrat e &rreshtit
-Antialiasing=Antialiasimi:
-Text_Antialiasing=P\u00ebrdor Antialiasimin
-Toolbar=Mje&tshirit
-Package_View=Pamje e pakove
-SDI_Window_Mode=Modi i dritareve SDI
-MDI_Window_Mode=Modi i dritareve MDI 
-Tree_View=Pamje trungu
-Default_System_Browser=<Shfletuesi i r\u00ebndomt\u00eb>
-Swing_HTML_Browser=Swing Shfletuesi
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=Gjenerale
-CTL_Web_Browser=&Web Shfletuesi:
-Confirm_Delete=&Mirato fshierjen:
-CTL_Web_Proxy=P\u00ebrcaktimet e proksit:
-CTL_Proxy_Settings=Proksi
-CTL_Proxy_Port=Po&rti\:
-CTL_Proxy_Host=HTTP Prok&si\:
-Code_Folding=Palim i kodit
-Show=Shfaq:
-Editor=Redaktor
-CTL_Check_Period=Periu&dha e Kontrollit:
-CTL_Ask_Before_Check=Pyet para k&ontrollimit:
-CTL_Auto_Update=Auto P\u00ebrdit\u00ebsimi
-Use_Folding=P\u00ebrdor palimin e kodit
-Fold_Methods=Palo &Metodat
-Fold_Classes=Palo klas\u00ebt e bren&d\u00ebshme
-Fold_Imports=Palo import&imet
-Fold_JavaDoc=Palo &Javadoc komentet
-Fold_Licence=Pal& komentin fillestar
-Auto_Popup=Auto k\u00ebrcimi:
-Auto_Popup_Completion=Dritarja e kompletimit
-Auto_Popup_JavaDoc=Dritarja Javadoc
-CTL_Update_every_startup=N\u00eb \u00e7do nisje
-CTL_Update_every_day=\u00c7do dit\u00eb
-CTL_Update_every_week=\u00c7do jav\u00eb
-CTL_Update_every_2weeks=\u00c7do dy jav\u00eb
-CTL_Update_every_month=\u00c7do muaj
-CTL_Update_never=Asnj\u00ebher\u00eb
-CTL_Default_System_Browser=<Shfletuesi i r\u00ebndomt\u00eb i sistemit>
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Shfletues i brendsh\u00ebm
-
-
-
-
-AN_NonProxy=Nuk ka proksi p\u00ebr
-
-AD_NonProxy=Nuk ka proksi p\u00ebr
-
-CTL_Non_Proxy=Ska proksi p\u00ebr\:
-
-Non_Proxy_Hint=(p.sh. localhost, *.netbeans.org, *.domeniim.com)
-LBL_GeneralOptionsPanel_bMoreProxy=&M\u00eb tep\u00ebr...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Cil\u00ebsimet e avansuara t\u00eb proksit
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Hap cil\u00ebsimet e avansuara t\u00eb proksit
-
-LBL_GeneralOptionsPanel_lWebProxy=Cil\u00ebsimet e proksit\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP &proksi\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(e.g. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&orti\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rti\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&ti\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS proksi\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS proksi\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=Ska bart\u00ebse pro&ksi \:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Proksi k\u00ebrkon autentikim
-
-LBL_AdvancedProxyPanel_lUserName=&P\u00ebrdoruesi\:
-
-LBL_AdvancedProxyPanel_lUserPassword=&Fjal\u00ebkalimi\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=P\u00ebrdor proksi p\u00ebrcaktimet e nj\u00ebjta p\u00ebr t\u00eb gjith&a protokollet
-
-LBL_AdvancedProxyPanel_Title=Obsionet e avancuara t\u00eb proksit
-GeneralOptionsPanel.rbUseSystemProxy.text=&P\u00ebrdor Proksi p\u00ebrcaktimet e &sistemit
-GeneralOptionsPanel.lWebBrowser.text=&Ueb shfletues\:
-GeneralOptionsPanel.rbNoProxy.text=&Nuk ka Proksi
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=P/C
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=P/C
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=P/C
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=P/C
-
-ACD_AdvancedProxyPanel_tfSocksHost=P/C
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=P/C
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=P/C
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=P/C
-
-ACD_AdvancedProxyPanel_tfSocksPort=P/C
-
-ACD_AdvancedProxyPanel_tfUserName=P/C
-
-ACD_AdvancedProxyPanel_pfUserPassword=P/C
-
-ACD_AdvancedProxyPanel=P/C
-
-LBL_WebBrowsersPanel_Title=Web shfletuesi
-LBL_ExternalBrowser_Name=Shfletues i jasht\u00ebm
-WebBrowsersPanel.nameLabel.text=Emri\:
-WebBrowsersPanel.executableLabel.text=Ekzekutueshmja\:
-WebBrowsersPanel.parametersLabel.text=Parametrat\:
-WebBrowsersPanel.browseButton.text=Shfleto...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Shto...
-WebBrowsersPanel.removeButton.text=Hiq
-WebBrowsersPanel.browsersLabel.text=Ueb shfletuesit\:
-GeneralOptionsPanel.editBrowserButton.text=R&edakto...
-GeneralOptionsPanel.editBrowserButton.AD=Redakto Ueb shfletuesit
-GeneralOptionsPanel.editBrowserButton.AN=Redakto Ueb shfletuesit
-WebBrowsers_URL_Hint=K\u00ebshill\u00eb: {URL} \= URL e faqes q\u00eb do t\u00eb ngarkohet n\u00eb ueb shfletues
-
-ACS_WebBrowsersList=Lista e ueb shfletuesve t\u00eb gatshme
-ACS_AddWebBrowserButton=Shto nj\u00eb ueb shfletues  t\u00eb ri
-ACS_RemoveWebBrowserButton=Hiq ueb shfletuesin e p\u00ebrzgjedhur
-ACS_BrowserNameField=Emri i ueb shfletuesit
-ACS_BrowserExecutableField=I ekzekutueshmi i ueb shfletuesit
-ACS_BrowserParametersField=Parametrat e t\u00eb ekzekutueshmit t\u00eb ueb shfletuesit
-ACS_BrowseExecutableButton=Shfleto p\u00ebr t\u00eb ekzekutueshm\u00ebn e ueb shfletuesit
-WebBrowsersOptionsPanel.browsersLabel.text=&Ueb shfletusit\:
-WebBrowsersOptionsPanel.addButton.text=&Shto...
-WebBrowsersOptionsPanel.removeButton.text=&Hiq
-WebBrowsersOptionsPanel.nameLabel.text=&Emri\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Web shfletuesi
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Lista e shfletuesve
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=Lista e ueb shfletuesve
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Shto pull\u00eb
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Heq pull\u00eb
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Emri i shfletuesit
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Emri i shfletuesit
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Emri i shfletuesit
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Web shfletuesi
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Web shfletuesi
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Lidhje direkte.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proksi, opsionet e p\u00ebrgjithshme
-
-# Display name for options export
-General.Options.Export.Category.displayName=Gjenerale
-General.Options.Export.displayName=Gjenerale
-Other.Options.Export.displayName=T\u00eb gjitha t\u00eb tjerat t\u00eb pap\u00ebrcaktuara
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_sq.properties
deleted file mode 100644
index e66d399..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_sq.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=B\u00ebrthama - NSH
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Nd\u00ebrfaq\u00ebsi i Shfryt\u00ebzuesit - NSH (UI) i platform\u00ebs.
-OpenIDE-Module-Long-Description=Ofron klas\u00ebt dhe resurset p\u00ebr nd\u00ebrfaq\u00ebsin standard bazik t\u00eb shfryt\u00ebzuesit  t\u00eb platform\u00ebs dhe p\u00ebr aplikacionet e nd\u00ebrtuara mbi platform\u00ebn.
-
-Actions=Aksionet
-Actions/Edit=Redakto
-Actions/Help=Ndihma
-Actions/Other=T\u00eb tjerat
-Actions/System=Sistemi
-Actions/Tools=Mjetet
-Actions/View=Pamje
-Actions/Window/SelectDocumentNode=P\u00ebrzgjedh dokumentin n\u00eb
-Menu=Shiriti i Menys\u00eb
-Menu/Edit=R&edakto
-Menu/File=&Skedar
-Menu/GoTo=&Navigo
-Menu/Help=Ndi&hma
-Menu/Tools=&Mjetet
-Menu/View=&Pamje
-Menu/Window/SelectDocumentNode=P\u00ebrzgjedh dokume&ntin n\u00eb
-Services/Browsers=Web shfletuesi
-Templates/Privileged=Privilegjuar
-Templates/Recent=T\u00eb fundme
-Templates/Services/Browsers=Web shfletuesi
-Toolbars=Mjetshiritet
-Toolbars/Clipboard=Co&p\u00ebza-d\u00ebrrasa
-Toolbars/UndoRedo=&Zhb\u00eb/Ri-b\u00eb
-Toolbars/File=&Skedar
-Toolbars/Memory=Kujtesa
-Toolbars/Standard.xml=Kodimi
-UI/Services=Opsionet
-
-ProgressDisplayName_FileSystemRefresh=Rifreskimi i skedar\u00ebve
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_sq.properties
deleted file mode 100644
index 975529d..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_sq.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Hape n\u00eb sistem
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_sq.properties
deleted file mode 100644
index fa28ae0..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_sq.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Kapaciteti total i memories {0}
-
-
-#LOG_WINDOW_ACTIVATED=Dritarja kryesore \u00ebsht\u00eb aktivizuar, rifreskimi morri {0} ms
-#LOG_WINDOW_DEACTIVATED=Dritarja kryesore u \u00e7aktivizua
-
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_sq.properties
deleted file mode 100644
index 66fb2e1..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_sq.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Vet\u00ebm Vendpunishte>
-
-#NOI18N
-#NOI18N#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#NOI18N#TopComponent.Resizing.Enabled=true
-#NOI18N
-#NOI18N#TopComponent.Undocking.Enabled=true
-#NOI18N
-#NOI18N#TopComponent.Maximization.Enabled=true
-#NOI18N
-#NOI18N#TopComponent.Sliding.Enabled=true
-#NOI18N
-#NOI18N#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#NOI18N#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#NOI18N#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_sq.properties
deleted file mode 100644
index 59df1cc..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_sq.properties
+++ /dev/null
@@ -1,93 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=K&lonoje  Dokumentin
-# CloseWindowAction
-CTL_CloseWindowAction=Mbyll&e dritare
-
-CTL_RecentViewListAction=Shko te dokumenti pa&raprak
-CTL_SwitchToRecentDocumentAction=R&edaktori
-
-CTL_CloseAllDocumentsAction=Mbylli t\u00eb gjith&a dokumentet
-
-# UndockAction
-CTL_UndockWindowAction=\u00c7'a&nkoro dritaren
-CTL_UndockWindowAction_Dock=An&koro dritaren
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Mbylli t\u00eb gjitha dokumentet
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Zvog\u00ebloje dritaren
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Mbylle dritare
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Mbylle dokumentet tjera
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Ruaj dokumentin
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Klonoje dokumentin
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Mbyll doku&mentet tjera
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maksimi&zo dritaret
-CTL_UnmaximizeWindowAction=Restauro Dritaren
-
-# DocumentsAction
-CTL_DocumentsAction=&Dokumentet...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=Mje&tshiritet
-
-# NextTabAction
-CTL_NextTabAction=Tabi pasues
-# PreviousTabAction
-CTL_PreviousTabAction=Tabi paraprak
-
-CTL_ToggleFullScreenAction=&Plot\u00ebekrani
-
-# ResetWindowsAction
-CTL_ResetWindows=Rivendos &dritaret
-
-LBL_ToggleWindowTransparencyAction=Dritare t\u00eb tejdushme
-
-# Properties
-GlobalProperties=At&ribute
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_sq.properties
deleted file mode 100644
index 6a484ad..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_sq.properties
+++ /dev/null
@@ -1,61 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Appearance
-AdvancedOption_Tooltip_WinSys=Window System related options
-
-IsAlphaFloatingTooltip=Makes unfocused floating windows semi-transparent after few seconds
-
-IsDragWindowTooltip=Enables "ghost" window image during drag and drop of a window
-IsAlphaDragTooltip=Enables transparency in drag window image
-
-IsSnapScreenEdgesTooltip=Enables snapping of floating windows to screen edges
-IsSnappingTooltip=Enables automatic snapping of floating windows for easier layout handling
-
-NoAlphaSupport=Window transparency is not supported by OS
-LBL_DragWindowImage=Drag window image
-LBL_TransparentDragWindow=Transparent drag window image
-LBL_TransparentFloatingWindows=Transparent floating windows
-LBL_SnapFloatingWindows=Snapping floating windows
-LBL_SnapToScreenEdges=Snap to screen edges
-LBL_CloseActivatesRecentDocument=Close activates most recent document
-TIP_CloseActivatesMostRecentDocument=When a document is closed then the most recent document becomes active instead of its neighbor
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=When a document is closed then the most recent document becomes active
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_sq.properties
deleted file mode 100644
index 220dc3b..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_sq.properties
+++ /dev/null
@@ -1,61 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Nuk mund ta parsoj konfigurimin e dretjuesit t\u00eb dritareve {0}.
-EXC_GroupParse=Nuk mund ta parsoj konfigurimin e Group {0}.
-EXC_TCGroupParse=Nuk mund ta parsoj konfigurimin e TCGroup {0}.
-EXC_TCRefParse=Nuk mund ta parsoj konfigurimin e TCRef {0}.
-EXC_ModeParse=Nuk mund ta parsoj konfigurimin e modit {0}.
-
-# PersistenceManager
-EXC_RootFolder=Nuk mund ta krijoj dosjen rr\u00ebnj\u00eb {0}
-EXC_CompsFolder=Nuk mund ta krijoj dosjet e komponenteve {0}
-EXC_GroupsFolder=Nuk mund ta krijoj  dosjen e grupeve {0}
-EXC_ModesFolder=Nuk mund ta krijoj  dosjen e modeve {0}
-#NOI18N#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Komponenta n\u00eb krye {0} nuk mund t\u00eb gjendet ose ngarkohet nga dosje  'Komponentet'.
-EXC_CannotSaveTCSettings=Akordimet e komponentes n\u00eb krye {0} nuk mund t\u00eb ruhen
-EXC_CopyFails=Nuk mund ta kopjoj skedarin e akordimeve t\u00eb komponente n\u00eb dosjen {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Komponentja {0} nuk mund t\u00eb ruhet p\u00ebr shkak t\u00eb problemeve me serializimin e saj.
-FMT_TCReadError=Komponentja {0} nuk mund t\u00eb hapet p\u00ebr shkak t\u00eb problemeve me deserializimin e saj.
-
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_sq.properties
deleted file mode 100644
index 02dbc3d..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_sq.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=B\u00ebrthama - Dritaret
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Zbatimi p\u00ebr p\u00ebrkrahjen e dritarizimit.
-OpenIDE-Module-Long-Description=Shton klas\u00eb q\u00eb implementojn\u00eb pjes\u00ebn e sistemit t\u00eb dritareve t\u00eb API-ve.
-
-Actions/Window=Dritare
-Menu/Window=&Dritare
-
-# Options export
-Toolbars.Options.Export.displayName=Mjetshiritet
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_sq.properties
deleted file mode 100644
index 785baf9..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_sq.properties
+++ /dev/null
@@ -1,96 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=Mir\u00eb
-CancelButton=Braktis
-CloseButton=Mbyll
-# HelpButton=Help
-YesButton=Po
-NoButton=Jo
-# ApplyButton=Apply
-DetailsButton=Detajet
-# ButtoBarButoo
-CTL_Button=Pull\u00eb
-
-# FileSelector
-CTL_FileSelectorOkButton=Mir\u00eb
-CTL_FileSelectorCancelButton=Braktis
-ACSD_FileSelectorOkButton=Mir\u00eb
-ACSD_FileSelectorCancelButton=Braktis
-ACSD_FileSelectorDialog=Dialogu i p\u00ebrgjedhjes s\u00eb skedar\u00ebve
-ACSN_FileSelectorTreeView=Pamje trungu
-ACSD_FileSelectorTreeView=Pamje trungu n\u00eb p\u00ebrzgjedh\u00ebsin e skedar\u00ebve
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Dialogu i p\u00ebrshtashm\u00ebris\u00eb
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Mbyll
-CANCEL_OPTION_CAPTION=Braktis
-HELP_OPTION_CAPTION=Ndi&hma
-NO_OPTION_CAPTION=Jo
-OK_OPTION_CAPTION=Mir\u00eb
-YES_OPTION_CAPTION=Po
-ACS_YES_OPTION_NAME=Po
-ACS_YES_OPTION_DESC=Pulla Po
-# - {0} message
-ACSD_ErrorMessage=Gabim: {0}
-ACSD_WarningMessage=V\u00ebrejte: {0}
-ACSD_QuestionMessage=Pyetje {0}
-ACSD_InformationMessage=Informat\u00eb {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Braktis
-ACS_CANCEL_OPTION_DESC=Pulla Braktis
-
-ACS_OK_OPTION_NAME=Mir\u00eb
-ACS_OK_OPTION_DESC=Pulla Mir\u00eb
-
-ACS_NO_OPTION_NAME=Jo
-ACS_NO_OPTION_DESC=Pulla Jo
-
-ACS_HELP_OPTION_NAME=Ndihma
-ACS_HELP_OPTION_DESC=Pulla Ndihma
-
-ACS_CLOSED_OPTION_NAME=Mbyll
-ACS_CLOSED_OPTION_DESC=Pulla Mbyll
-
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_sq.properties
deleted file mode 100644
index b630f85..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_sq.properties
+++ /dev/null
@@ -1,87 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Redaktor
-
-# MainWindow
-ACSD_MainWindow=Dritarja Kryesore
-# {0} build number
-# {1} project name
-# {2} name of main project
-#CTL_MainWindow_Title=NetBeans Platform {0}
-#CTL_MainWindow_Title_No_Project=NetBeans Platform {0}
-
-# DocumentsDlg
-LBL_Documents=&Dokumentet:
-LBL_Description=&P\u00ebrshkrimi:
-LBL_Activate=Kalo n\u00eb Dokumen&tet
-LBL_CloseDocuments=Mby&ll Dokument(e)
-LBL_SaveDocuments=&Ruaj Dokument(et)
-LBL_Close=&Mbyll
-
-ACSD_Activate=P/C
-ACSD_CloseDocuments=P/C
-ACSD_SaveDocuments=P/C
-ACSD_Close=P/C
-ACSD_ListView=P/C
-ACSD_DescriptionArea=P/C
-ACSD_DocumentsDialog=P/C
-
-CTL_DocumentsTitle=Dokumentet
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Redaktori
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Atributet
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#Pa Atribute|1#{1} - Atribute|2#Multiple Objects - Atributet}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Atributet|1#{1} - Atributet|2#Multiple Objects - Atributet}
-ACSN_PropertiesSheet=Shtresa e atributeve
-ACSD_PropertiesSheet=Pamja paraqet atributet p\u00ebr nyj\u00ebn e dh\u00ebn\u00eb.
-EXC_CannotLoadNodes=Nyejt nuk mund t\u00eb ngarkohen n\u00eb shtres\u00ebn e atributeve. Ato me gjas\u00eb nuk ekzistojn\u00eb m\u00eb.
-
diff --git a/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_sq.properties
deleted file mode 100644
index 445adc3..0000000
--- a/l10n/src/sq/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_sq.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=Ikonat e vogla t\u00eb mjet&shirtit
-
-# ToolbarLayout
-EXC_wrongConstraints=nuk mund t\u00eb shtohen n\u00eb shtresa: nuk e p\u00ebrdor ToolbarConstraints
-
-CTL_CustomizeToolbars=P\u00ebrshtat...
-
-#New Toolbar Button label
-CTL_NewToolbar=&Mjetshirti i ri...
-
-#Small Icons Checkbox
-CTL_SmallIcons=Ikonat e vogla t\u00eb mjet&shirtit
-
-#Drag and Drop hint
-CTL_TreeLabel=T\u00ebrhiq termat nga ose prej mjetshiritit p\u00ebr t'i shtuar ose hequr ato...
-
-LBL_PleaseWait=Ju lutemi prisni...
-
-#Close customizer button
-CTL_Close=&Mbyll
-
-#Customizer dialog window title
-CustomizerTitle=P\u00ebrshtat mjetshirit\u00ebt
-
-ACSD_ActionsTree=T\u00ebrhiq termat nga k\u00ebtu p\u00ebr n\u00eb mjetshirit.
-ACSN_ActionsTree=Shporta e aksioneve
-
-ACSN_ActionsScrollBar=Rr\u00ebshqit\u00ebsi shporta e aksioneve
-ACSD_ActionsScrollBar=Rr\u00ebshqit\u00ebsi shporta e aksioneve
-
-ACSD_ToolbarCustomizer=P\u00ebrshtat\u00ebsi i mjetshiritit
-
-ACSD_Close=Pulla mbyll
-ACSD_NewToolbar=Pull\u00eb e re mjetshiriti
-
-ACSD_SmallIcons=Ikona t\u00eb Vogla Kontrollkutis\u00eb
-
-CTL_ResetToolbarsAction=Ricakto mje&tshirit\u00ebt
-CTL_ResetToolbarsButton=Ricakto mje&tshirit\u00ebt
-
-
-
-PROP_newToolbarLabel=&Emri:
-PROP_newToolbarDialog=Mjetshirit i ri
-PROP_newToolbar=Mjetshirit
-MSG_ToolbarExists=Mjetshirit {0} tanim\u00eb ekziston.
-
-
diff --git a/l10n/src/sq/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_sq.properties
deleted file mode 100644
index ef98281..0000000
--- a/l10n/src/sq/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_sq.properties
+++ /dev/null
@@ -1,241 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=Madh\u00ebsia nuk mund t\u00eb jet\u00eb negative
-CTL_InvalidValue=U shkrua vler\u00eb e pavlefshme
-CTL_InvalidValueWithParam=U shtua vler\u00eb {0} e pavlefshme
-CTL_InvalidValueWithExc=U shtua vler\u00eb e pavlefshme \nShkaku: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Vlera e {0} duhet t\u00eb jet\u00eb n\u00eb formatin {1}
-
-#ColorEditor
-CTL_AWTPalette=AWT Paleta
-CTL_SwingPalette=Swing Paleta
-CTL_SystemPalette=Paleta e Sistemit
-ACSD_CustomColorEditor=P/C
-FMT_IllegalEntry="{0}" nuk \u00ebsht\u00eb identifikues i vlefsh\u00ebm i ngjyr\u00ebs.  Ju mund t\u00eb jepni konstante Swing ose AWT ose vlerat kuq/gjelb\u00ebrt/kalt\u00ebr.
-
-# ColorEditor:AWT color names
-LAB_White=bardh
-LAB_LightGray=Gri e qelt\u00eb
-LAB_Gray=Gri
-LAB_DarkGray=Gri e errt\u00eb
-LAB_Black=zi
-LAB_Red=kuq
-LAB_Pink=indigo
-LAB_Orange=portokalli
-LAB_Yellow=verdh\u00eb
-LAB_Green=gjelb\u00ebr
-LAB_Magenta=magenta
-LAB_Cyan=cian
-LAB_Blue=kalt\u00ebr
-# ColorEditor: system color names
-LAB_ActiveCaption=Titull Aktiv
-LAB_ActiveCaptionBorder=Muri i Titullit Aktiv
-LAB_ActiveCaptionText=Teksti i Titullit Aktiv
-LAB_Control=Kontroll\u00eb
-LAB_ControlDkShadow=Control Hije e errt\u00eb
-LAB_ControlHighlight=Kontroll\u00eb Ndriqim
-LAB_ControlLtHighlight=Kontroll Ndriqimi i Ndrit\u00ebsh\u00ebm
-LAB_ControlShadow=Hija e Kontroll\u00ebs
-LAB_ControlText=Teksti i Kontroll\u00ebs
-LAB_Desktop=Tryeza
-LAB_InactiveCaption=Titul Joaktiv
-LAB_InactiveCaptionBorder=Muri i Titullit Joaktiv
-LAB_InactiveCaptionText=Teksti i Titullit Joaktiv
-LAB_Info=Informat\u00eb
-LAB_InfoText=Teksti Info
-LAB_Menu=Meny
-LAB_MenuText=Teksti i Menys\u00eb
-LAB_Scrollbar=Rr\u00ebshqit\u00ebsi
-LAB_Text=Tekst
-LAB_TextHighlight=Ndriqimi i Tektit
-LAB_TextHighlightText=Teksti i Tekstit t\u00eb Ndriquar
-LAB_TextInactiveText=Teksi i Tekstit Joaktiv
-LAB_TextText=Teksti i Tekstit
-LAB_Window=Dritare
-LAB_WindowBorder=Muri i Dritares
-LAB_WindowText=Teksti i Dritares
-
-#DimensionCustomEditor
-CTL_Dimension=Dimenzionet
-CTL_Width=&Gjer\u00ebsia:
-CTL_Height=&Lart\u00ebsia::
-ACSD_CTL_Width=P/C
-ACSD_CTL_Height=P/C
-ACSD_DimensionCustomEditor=P/C
-
-#DimensionEditor
-CTL_HintFormat=[gjer\u00ebsia,lart\u00ebsia]
-
-#FontEditor
-CTL_Plain=Thjesht\u00eb
-CTL_Bold=T\u00eb trasha
-CTL_Italic=Italike
-CTL_BoldItalic=Italike t\u00eb trasha
-CTL_Font=Fon&ti:
-CTL_FontStyle=S&tili i Fontit:
-CTL_Size=Madh\u00eb&sia:
-CTL_Preview=Paraafishimi
-ACSD_CTL_Font=P/C
-ACSD_CTL_FontStyle=P/C
-ACSD_CTL_Size=P/C
-ACSD_FontCustomEditor=P/C
-
-#InsetsCustomEditor
-CTL_Insets=Insetet
-CTL_Top=&Krye:
-CTL_Left=&Majtas:
-CTL_Bottom=&Posht\u00eb:
-CTL_Right=&Djathtas:
-ACSD_CTL_Top=P/C
-ACSD_CTL_Left=P/C
-ACSD_CTL_Bottom=P/C
-ACSD_CTL_Right=P/C
-
-#InsetsEditor
-CTL_HintFormatIE=[krye,majtas,posht\u00eb,djathtas]
-
-# ObjectEditor
-CTL_NullValue=<Vler\u00eb boshe e Referencimit>
-CTL_NullItem=<Term bosh i Referencimit>
-
-#PointCustomEditor
-CTL_Point=Pik\u00eb
-CTL_X=&X:
-ACSD_CTL_X=P/C
-CTL_Y=&Y:
-ACSD_CTL_Y=P/C
-ACSD_PointCustomEditor=P/C
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Kat\u00ebrk\u00ebnd\u00ebsh
-ACSD_CustomRectangleEditor=P/C
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,gjer\u00ebsi,lart\u00ebsi]
-
-#StringCustomEditor
-ACS_TextArea=Tekst:
-ACSD_TextArea=Shkruani tekstin e atributit k\u00ebtu
-ACSD_CustomStringEditor=Redaktori p\u00ebr atributet string
-ACS_Instructions=Instruksionet
-ACSD_Instructions=P/C
-
-MSG_FontIsNotInitialized=Ruajtja e XML d\u00ebshtoi p\u00ebr shkak se vlera e fontit nuk \u00ebsht\u00eb inicializuar.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=P\u00ebrzgjedhe nj\u00eb Skedar ose Dosje
-CTL_DialogTitleFiles=P\u00ebrzgjedh nj\u00eb Skedar
-CTL_DialogTitleDirs=Pr\u00ebzgjedh nj\u00eb Dosje
-ACSD_FileEditor=P/C
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Pacaktuar>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Atributet
-ACSD_PropertiesEditorPane=P/C
-ACSD_CustomPropertiesEditor=P/C
-WARN_PropertiesComments=T\u00eb gjitha ndryshime do t\u00eb flak\u00ebrohen.
-
-#StringArrayCustomEditor
-CTL_Empty=<bosh>
-CTL_Item=&Term:
-ACSD_CTL_Item=P/C
-CTL_ItemList=&List\u00eb termash
-ACSD_CTL_ItemList=P/C
-CTL_Add_StringArrayCustomEditor=&Shto
-ACSD_CTL_Add_StringArrayCustomEditor=P/C
-CTL_Change_StringArrayCustomEditor=R&edakto
-ACSD_CTL_Change_StringArrayCustomEditor=P/C
-CTL_Remove=&Hiq
-ACSD_CTL_Remove=P/C
-CTL_MoveUp=&Lart
-ACSD_CTL_MoveUp=P/C
-CTL_MoveDown=Po&sht\u00eb
-ACSD_CTL_MoveDown=P/C
-ACSD_StringArrayCustomEditor=P/C
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=pasakt\u00eb
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Vler\u00eb hyr\u00ebse jo num\u00ebr i plot\u00eb:  
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=String jo i vlefsh\u00ebm kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - vlerat e vlefshme jan\u00eb: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Klas\u00eb e panjohur: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Jo nj\u00eb vler\u00eb e vlefshme : {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Jo nj\u00eb URL e njohur: {0}
-#
-MSG_NULL_OR_EMPTY=Bosh, ose nj\u00eb array bosh
-
-#ObjectEditor
-ACSN_ObjectTree=Opsionet e gatshme
-ACSD_ObjectTree=P\u00ebrzgjedh nj\u00eb objekt
-
-#Font Editor
-MSG_AppleBug=N\u00ebse e ju e shihni k\u00ebt\u00eb mesazh, \u00ebsht\u00eb hasur n\u00eb nj\u00eb gabim gjat\u00eb inicializimit t\u00eb list\u00ebs s\u00eb fonteve t\u00eb disponueshme.  P\u00ebr shkak t\u00eb nj\u00eb gabimi n\u00eb Apple JVM i shkaktuar kur fontet bitmap jan\u00eb t\u00eb instaluara n\u00eb sistem.  N\u00eb m\u00ebnyr\u00eb q\u00eb t\u00eb shfryt\u00ebzoni redaktorin e fontit, ju duhet t\u00eb \u00e7'instaloni t\u00eb gjitha fontet bitmap nga sistemi juaj  Shiko \u00e7\u00ebshtjen Apple BugReporter 3121780 p\u00ebr m\u00eb tep\u00ebr detaje.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=Mir\u00eb
-
diff --git a/l10n/src/sq/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_sq.properties
deleted file mode 100644
index c097995..0000000
--- a/l10n/src/sq/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_sq.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=B\u00ebrthama
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Korniza bazike e aplikacioneve t\u00eb bazuara n\u00eb NetBeans.
-OpenIDE-Module-Long-Description=This module provides the central infrastructure that lets NetBeans-based applications run. It cannot be disabled.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=A {0} exception has occurred.\n\tClick Show Details or see the messages.log file located in your {1} folder.
-NTF_ExceptionalExceptionTitle=P\u00ebrjashtim p papritur
-# {0} - class name of exception
-NTF_ExceptionWarning=A {0} exception has occurred.\nHowever, the system should continue working without further problems.\nClick Show Details for the stack trace.
-NTF_ExceptionWarningTitle=V\u00ebrejtje
-
-#startup info messages
-MSG_MainWindowInit=Inicializimi i Dritares Kryesore...
-MSG_WindowShowInit=Hapja e Dritares Kryesore...
-
-#NbTopManager
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Duke ruajtur {0} ...
-MSG_AllSaved=Ruaj t\u00eb gjitha mbaroi.
-
-CTL_Cannot_save=Nuk mund t\u00eb ruaj {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Faqe e mbrojtur me fjal\u00ebkalim
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=Shiko me:
-ShortcutsEditor.actionsButton.text=Aksionet
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Shkurtesat
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=P\u00ebrzgjedh Pamje sipas Aksioneve  p\u00ebr Shkurtesat Redaktorit p\u00ebr nj\u00eb Aksion
-ShortcutsPanel.addButton.text=Shto...
-ShortcutsPanel.removeButton.text=Hiq
-ShortcutsPanel.AddActionTitle=Shkurtes\u00eb e re
-ActionsPanel.shortcutAddButton.text=Shto...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Hiq
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Redakto shkurtesat
-ActionsPanel.AddShortcut=Shto shkurtes\u00eb
-ActionsPanel.ShortcutLabel=Shkurtes\u00eb:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=P\u00ebrzgjedh Pamje sipas Aksioneve  p\u00ebr Shkurtesat Redaktorit p\u00ebr nj\u00eb Aksion
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=P\u00ebrzgjedh Pamje sipas Aksioneve  p\u00ebr Shkurtesat Redaktorit p\u00ebr nj\u00eb Aksion
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=P\u00ebrzgjedh Pamje sipas Shkurtesave, por p\u00ebr Shkurtesat e Redaktorit duhet t\u00eb p\u00ebrzgjidhet Pamje sipas Aksioneve
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Sho Shkurtes\u00eb t\u00eb re p\u00ebr aksionet
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Fshij ahkurtesat p\u00ebr Aksionet
-ACSN_ShortcutsPanel.shortcutsList=Lista e Shkurtesave
-ACSD_ShortcutsPanel.shortcutsList=P/C
-ACS_ActionsPanel.ShortcutLabel.a11yName=Mbush Shkurtes\u00ebn
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Mbushi shkurtesat ne kombinime te tasteve
-ACSN_ActionsPanel.actionsTree=P/C
-ACSN_ActionsPanel.shortcutsList=Lista e Shkurtesave
-ACSD_ActionsPanel.actionsTree=P/C
-ACSD_ActionsPanel.shortcutsList=P/C
-ACSD_ShortcutsEditor.DialogDesc=P/C
-ACSD_ActionsPanel.Dialog=Shton nj\u00eb shkurtes\u00eb t\u00eb re n\u00eb aksionin e p\u00ebrzgjedhur
-ACS_ActionsPanel=P/C
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=There is already an action bound to this shortcut ({0}).\nDo you want to use the newly selected action instead?
-
-CTL_ExitTitle=Ruaj
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Ruaj
-ACSD_Save=Ruaj.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=Ruaj t\u00eb gjith&a
-ACSD_SaveAll=Ruaj t\u00eb gjitha.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Flak\u00ebro t\u00eb gjitha
-ACSD_DiscardAll=Flak\u00ebro t\u00eb gjitha.
-EXC_Save=Ndodhi nj\u00eb p\u00ebrjashtim gjat\u00eb ruajtjes
-# NotifyException
-CTL_Title_Exception=P\u00ebrjashtim
-CTL_NextException=&Pasues >
-CTL_PreviousException=< Parap&rak
-CTL_Exception_Hide_Details=Fshe&hi detajet
-CTL_Exception_Show_Details=&Shfaq detajet
-ACSD_NextException=P/C
-ACSD_PreviousException=P/C
-ACSD_Exception_Hide_Details=P/C
-ACSD_Exception_Show_Details=P/C
-ACSN_ExceptionStackTrace=P/C
-ACSD_ExceptionStackTrace=P/C
-ACSD_NotifyExceptionPanel=P/C
-
-ACSN_ListOfChangedFiles=Lista
-ACSD_ListOfChangedFiles=Lista e skedar\u00ebve t\u00eb ndryshuar p\u00ebr ruajtje
-ACSD_ExitDialog=Dialog p\u00ebr ruajtjen e \u00e7far\u00ebdo ndryshimeve
-
-#NonGuiMain
-CTL_INPUT_option=-i <em\u00ebrSkedari>         skedari hyr\u00ebs i komandave
-CTL_OUTPUT_option=-o <em\u00ebrSkedari>        skedari dal\u00ebsi i komandave
-CTL_FP_option=-fp <em\u00ebrSkedari>        skedari i atributeve p\u00ebr tu ngarkuar
-CTL_ENV_option=-e                    ngarkon ndryshoret e hap\u00ebsir\u00ebs si atribute
-CTL_INFO_option=-info                 shtyp infot e sistemit n\u00eb nisje (r\u00ebndom \u00ebsht\u00eb -noinfo)
-CTL_NOLOAD_option=-noload               mos e thirr TopManager p\u00ebr t\u00eb vet-ngarkuar modulet n\u00eb nisje
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#NOI18N#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=Modi SDI
-CTL_MdiMode=Modi MDI
-
-# NbPlaces
-CTL_NoWorkspaces=Pa vendpunishte
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=P/C
-ACD_NotifyExcPanel_Dialog=P/C
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT Event Dispatch Thread is blocked for {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Authentication Required
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=Shfryt\u00ebz&uesi:
-NbAuthenticatorPanel.passwordLbl.text=&Fjal\u00ebkalimi:
-
diff --git a/l10n/src/sq/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_sq.properties
deleted file mode 100644
index 1eca0de..0000000
--- a/l10n/src/sq/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_sq.properties
+++ /dev/null
@@ -1,67 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&P\u00ebr
-About_title=P\u00ebr
-
-#CopyProductInfoAction
-CopyProductInfo=Infot e kopjimit
-CopyProductInfoAction=Infot e &kopjimit
-CTL_CopyButton_tooltip=Kopjo Informatat mbi produktin NetBeans
-
-#HtmlViewAction
-CTL_OpeningBrowser=Hapja e shfletuesit...
-HTMLView=&Web Shfletuesi
-
-#SystemExit
-Exit=Dalj&e
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Pamja pasuese e brendshme
-LBL_PreviousViewCallbackAction=Pamja paraprake e brendshme
-
-# jump next/prev actions
-JumpNextAction=Gabimi Pasu&es
-JumpPrevAction=Gabimi &paraprak
-
-#LogAction
-MSG_LogTab_name=&Llogu i HIZ-it
-MSG_ShortLogTab_name=Llogu i HIZ-it
-
diff --git a/l10n/src/sq/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_sq.properties
deleted file mode 100644
index e2625ca..0000000
--- a/l10n/src/sq/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_sq.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Product Version\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>System\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Userdir:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE dhe NetBeans Platform jan\u00eb t\u00eb bazuara n\u00eb softuer nga netbeans.org, q\u00eb \u00ebsht\u00eb e licencuar n\u00eb dy m\u00ebnyra  Common Development and Distribution License (CDDL) si dhe GNU General Public License version 2 me p\u00ebrjatshtim t\u00eb Classpath. P\u00ebr m\u00eb tep\u00ebr informata, ju lutemi vizitoni <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} versioni {1} duke vepruar n\u00eb {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Shfletues i thjesht\u00eb i HTML-s\u00eb i bazuar n\u00eb Swing komponente
-MSG_cannot_create_browser=Nuk mund ta krijoj Swing HTML Shfletuesin.
-Services/Browsers/SwingBrowser.settings=Swing HTML Shfletuesi
-LBL_Close=Mbyll
-MNE_Close=C
-ACSN_Close=Mbyll
-ACSD_Close=Mbyll
-
diff --git a/l10n/src/sq/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_sq.properties
deleted file mode 100644
index 7849811..0000000
--- a/l10n/src/sq/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_sq.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Bibliotekat
-OpenIDE-Module-Short-Description=Ofron bibliotek\u00ebn JNA.
-OpenIDE-Module-Long-Description=Ky modul na ofron bibliotek\u00ebn JNA.
-
diff --git a/l10n/src/sq/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_sq.properties
deleted file mode 100644
index aa937d4..0000000
--- a/l10n/src/sq/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_sq.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API-t\u00eb e integratimit t\u00eb skriptimit
-OpenIDE-Module-Display-Category=Bibliotekat
-OpenIDE-Module-Short-Description=Ky modul p\u00ebrfshin\u00eb API-t\u00eb e skriptimit
-OpenIDE-Module-Long-Description=Ky modul p\u00ebrfshin\u00eb API-t\u00eb e skriptimit (pakon javax.script) t\u00eb prodhuar nga OpenJDK, ashtu q\u00eb module tjera, q\u00eb veprojn\u00eb n\u00eb Java5, ende mund t'i p\u00ebrdorin ato.
-
diff --git a/l10n/src/sq/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_sq.properties
deleted file mode 100644
index dc6fb53..0000000
--- a/l10n/src/sq/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_sq.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Bibliotekat
-OpenIDE-Module-Short-Description=Bundles the JUnit 4.x testing library.
-OpenIDE-Module-Long-Description=Includes the JUnit 4.x unit testing library.
-
diff --git a/l10n/src/sq/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_sq.properties
deleted file mode 100644
index 45d0253..0000000
--- a/l10n/src/sq/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_sq.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=K\u00ebrkimi i shpejt\u00eb
-QuickSearchComboBar.jLabel2.toolTipText=Kliko ose shtyp Shift + F10 p\u00ebr p\u00ebrzgjedhjen e Kategoris\u00eb
-MSG_DiscoverabilityHint=K\u00ebrko
-MSG_DiscoverabilityHint2=K\u00ebrko n\u00eb {0}
-LBL_MoreResults=...
-LBL_AllCategories=T\u00eb gjitha kategorit\u00eb
-QuickSearchPopup.searchingLabel.text=Duke k\u00ebrkuar ...
-QuickSearchPopup.noResultsLabel.text=( Pa rezultate )
-QuickSearchPopup.hintLabel.text={0}; Shtyp {1} p\u00ebr T\u00eb gjitha kategorit\u00eb
-AbstractQuickSearchComboBar.command.toolTipText=K\u00ebrkimi i shpejt\u00eb n\u00eb sistem {0}
-
diff --git a/l10n/src/sq/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_sq.properties
deleted file mode 100644
index 3edab78..0000000
--- a/l10n/src/sq/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_sq.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Nuk mund ta shfaq URL-n\u00eb: {0}
-
-#NOI18N
-#NOI18N#quicksearch.web.site=
-#NOI18N
-#NOI18N#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/sq/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_sq.properties
deleted file mode 100644
index f6e97b8..0000000
--- a/l10n/src/sq/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_sq.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Name=API-t\u00eb Quick Search
-OpenIDE-Module-Short-Description=Infrastruktura p\u00ebr k\u00ebrkime t\u00eb shpejta n\u00eb terme t\u00eb menys\u00eb, aksione, skeda etj.
-QuickSearch/Recent=K\u00ebrkimet e fundit
-
diff --git a/l10n/src/sq/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_sq.properties
deleted file mode 100644
index 5d69875..0000000
--- a/l10n/src/sq/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_sq.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=Pa filt\u00ebr
-
diff --git a/l10n/src/sq/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_sq.properties
deleted file mode 100644
index 2326757..0000000
--- a/l10n/src/sq/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_sq.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Name=ETabela si dhe Konturimi
-
diff --git a/l10n/src/sq/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_sq.properties
deleted file mode 100644
index a3d7781..0000000
--- a/l10n/src/sq/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_sq.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Biblioteka e P\u00ebrshtatjes s\u00eb Pamje & Ndjenj\u00eb
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Manipulon p\u00ebrshtatjet e p\u00ebr-pamje-dhe-ndjenje UIManager-it p\u00ebr NetBeans
-OpenIDE-Module-Long-Description=P\u00ebrcakton vlera t\u00eb ve\u00e7anta t\u00eb NetBeans-it t\u00eb nevojitura n\u00eb UIManager dhe siguron q\u00eb nga disa ato vlera jan\u00eb t\u00eb disponueshme n\u00eb BasicLookAndFeel q\u00eb jan\u00eb t\u00eb disponueshme n\u00eb t\u00eb gjitha pamjet dhe ndjenjat. Manipulon p\u00ebrkrahjen e tem\u00ebs metalike, p\u00ebrzgjedhjen e pamjes dhe ndjenj\u00ebs si dhe inicializimi i madh\u00ebsive t\u00eb p\u00ebrshtatura t\u00eb fonteve.
-
diff --git a/l10n/src/sq/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_sq.properties
deleted file mode 100644
index 6c52a7f..0000000
--- a/l10n/src/sq/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_sq.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=V\u00ebrejtje: P\u00ebr shkak t\u00eb gabimit JDK 5079742, fontet n\u00eb NetBeans nut od t\u00eb duken mir\u00eb. Ju lutemi instaloni JDK 1.5.0_02 ose m\u00eb t\u00eb re, detajet te http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
-
diff --git a/l10n/src/sq/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_sq.properties
deleted file mode 100644
index dbbcae8..0000000
--- a/l10n/src/sq/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_sq.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Tab Kontrolla
-OpenIDE-Module-Display-Category=Bibliotekat
-OpenIDE-Module-Short-Description=Tab kontrolla p\u00ebrdoret nga sistemi i dritareve
-OpenIDE-Module-Long-Description=NetBeans sistemi i dritarizimeve t\u00eb tab kontroll\u00ebs bean biblioteka
-
-
-
-ACS_TabbedContainer=Tab Kontrolla
-ACSD_TabbedContainer=Tab kontrolla p\u00ebr t\u00eb kaluar nd\u00ebrmjet tabeve.
diff --git a/l10n/src/sq/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_sq.properties b/l10n/src/sq/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_sq.properties
deleted file mode 100644
index 2a5d26b..0000000
--- a/l10n/src/sq/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_sq.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Shfaq list\u00ebn e dokumenteve t\u00eb hapura
-
-Tip_Restore_Window=Restauro Dritaren
-
-Tip_Maximize_Window=Z&madhoje dritaren
-
-Tip_Minimize_Window=Zvog\u00ebloje dritaren
-
-Tip_Pin=Ngule
-
-Tip_Close_Window=Mbylle dritare
-
-Tip_Scroll_Documents_Right=Qakrullo dokumentet djathtas
-
-Tip_Scroll_Documents_Left=Qakrullo dokumentet majtas
-
diff --git a/l10n/src/sq/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_sq.properties
deleted file mode 100644
index 865de1b..0000000
--- a/l10n/src/sq/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_sq.properties
+++ /dev/null
@@ -1,150 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API-t\u00eb e Aksioneve
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=P\u00ebrkufizon aksionet e r\u00ebndomta p\u00ebr NetBeans-in
-OpenIDE-Module-Long-Description=Ofron list\u00ebn e aksioneve t\u00eb r\u00ebndomta q\u00eb p\u00ebrdoren nga \u00e7do aplikacion i NetBeans-it.
-
-
-New=&Shto
-# {0} name of the only one new type
-NewArg=&Shto {0}
-
-# File
-NewFromTemplate=&Krijo
-Save=&Ruaj
-Print=&Shtyp...
-PageSetup=Para&metrizimi i shtypjes...
-
-#0 undoableedit
-UndoWithParameter=\u00c7'&b\u00ebje {0}
-#0 undoableedit
-RedoWithParameter=&Rib\u00ebje {0}
-UndoSimple=&Undo
-RedoSimple=&Redo
-Cut=P&reje
-Copy=Cop&y
-Paste=&Ngjit
-Delete=&Fshij
-Find=&Gjej...
-Goto=Shko n\u00eb &rreshti...
-Replace=Z\u00ebv&end\u00ebso...
-
-# View
-Properties=&Atributet
-View=Pamje
-Edit=Redakto
-
-# Build
-Execute=&Ekzekuto
-
-# Window
-DockWindow=Pamje e &ankoruar
-UndockWindow=Pamje e \u00e7'ankor&uar
-CloneView=&Klono Pamjen
-CloseView=Mbyll
-NextTab=Pamja pa&suese
-PreviousTab=Pamja &paraprake
-
-Open=Hap
-Rename=Riem\u00ebrto...
-
-MoveUp=L\u00ebviz lart
-MoveDown=L\u00ebvi&z posht\u00eb
-
-
-Customize=P\u00ebrshtat
-
-#rename action
-CTL_RenameTitle=Riem\u00ebrto
-CTL_RenameLabel=Em\u00ebr i &ri:
-# {0} param represents old name before renaming.
-MSG_BadFormat=Objekti nuk mund t\u00eb riem\u00ebrtohet nga {0} n\u00eb {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Mbledh\u00ebsi i b\u00ebrllogut
-
-#HeapView
-LBL_ShowText=Shfaq Javadoc-un
-LBL_DropShadow=Hija e Kontroll\u00ebs
-LBL_OverlayGrid=Rrjeti i nd\u00ebrrimit
-
-# NewTemplateAction
-CTL_NewName=Emri i ri
-CTL_NewNameTitle=&Krijo
-
-
-#Reorder Action
-Reorder=Nd\u00ebrro rendin...
-
-OpenLocalExplorer=&Hulumto prej k\u00ebtu
-
-WorkspacesItems=&Vendpunishtet
-
-
-  # name of template
-  CTL_Template_Name=E&mri i objektit
-  # title of dialog
-  CTL_Template_Dialog_Title=Maketa e Instantiimit
-  CTL_Template_Dialog_RootTitle=Ruaj &n\u00eb
-
-
-# Tools action
-CTL_Tools=Mjetet
-CTL_EmptySubMenu=Bosh
-
-
-# name of the PopupAction
-Popup=K\u00ebrcyes
-
-#SaveAction
-MSG_saved={0} u ruajt.
-EXC_notsaved=There were some problems while saving {0}\nCause: {1}
-#Template wizard title
-CTL_TemplateWizard=Krijo nga maketat
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Shtyp p\u00ebr t\u00eb detyruar mbedh\u00ebsin e b\u00ebrlogut
-
-
diff --git a/l10n/src/sq/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_sq.properties
deleted file mode 100644
index aa15ba2..0000000
--- a/l10n/src/sq/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_sq.properties
+++ /dev/null
@@ -1,116 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API-t\u00eb e Sh\u00ebrbimeve NSH
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Sh\u00ebrbimet e nd\u00ebrfaq\u00ebsit t\u00eb shfryt\u00ebzuesit.
-OpenIDE-Module-Long-Description=Metodat ndihm\u00ebse p\u00ebr detyra t\u00eb ndryshme t\u00eb lidhura me NSH.
-
-
-
-#MenuBar
-EXC_LoadMenu=E pamundur t\u00eb ngarkohet menyja {0}
-EXC_LoadMenuItem=E pamundur t\u00eb ngarkohet termi i menys\u00eb  {0}
-
-#HtmlBrowser
-CTL_Location=&Lokacioni:
-CTL_Back=Mbrapa
-CTL_Forward=Para
-CTL_Home=Sht\u00ebpia
-CTL_Reload=Ringarko
-CTL_Stop=Ndal
-CTL_History=Historia
-CTL_History_Mnemonic=i
-CTL_Document_done=Dokumenti: Mbaroi
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Ngarkimi
-EXC_Module=P\u00ebrjashtim gjat\u00eb inicializimit t\u00eb modulit t\u00eb HTML shfletuesit
-CTL_WebBrowser=Ueb shfletuesi
-HINT_WebBrowser=Ueb shfletuesi
-#NOI18N
-#NOI18N#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Pamja e shfletuesit
-ACSD_HtmlBrowser=P/C
-ACS_HtmlBrowser_Location=Lokacioni
-ACSD_HtmlBrowser_Location=P/C
-
-# Splitted panel
-SplittedPanelVertical=Vertikale
-SplittedPanelHorizontal=Horizontale
-SplittedPanelSwap=Nd\u00ebrro panelet
-ResetSplitter=Rivendos vij\u00ebn e ndarjes
-ACS_SplittedPanel_Name=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_Description=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_EmptySplitter=P/C
-ACSD_SplittedPanel_EmptySplitter=P/C
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=P/C
-#Title while loading
-LBL_Loading=Ngarkimi...
-#Title if html doesn't contain title tags
-LBL_Untitled=Pamer\u00eb
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Host i panjohur: {0}
-FMT_InvalidURL=URL e pavlefshme: {0}
-FMT_NoRouteToHost=Nuk ka rrug\u00eb gjer t\u00eb hosti: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Thirrja e {4} e zbatuar si {3} p\u00ebrmes {1}
-
-
diff --git a/l10n/src/sq/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_sq.properties
deleted file mode 100644
index 2ba5bb6..0000000
--- a/l10n/src/sq/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_sq.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API-t\u00eb e Pajtueshm\u00ebris\u00eb
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Disa klas\u00eb t\u00eb vjetra tani jan\u00eb t\u00eb shkulura.
-OpenIDE-Module-Long-Description=P\u00ebrmban\u00eb disa API t\u00eb vjetra q\u00eb mund t\u00eb jen\u00eb t\u00eb shkulura dhe mund t\u00eb z\u00ebvend\u00ebsohen. N\u00eb ve\u00e7anti: ExplorerActions; ExplorerPanel: HttpServer si dhe WeakListener.
-OpenIDE-Module-Deprecation-Message=Klas\u00ebt e k\u00ebtij API jan\u00eb t\u00eb shkulura dhe mund t\u00eb z\u00ebvend\u00ebsohen me an\u00eb t\u00eb API-ve m\u00eb fundme.
-
diff --git a/l10n/src/sq/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_sq.properties
deleted file mode 100644
index 80399e8..0000000
--- a/l10n/src/sq/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_sq.properties
+++ /dev/null
@@ -1,130 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API-t\u00eb e Dialogjeve
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Manipulon dialogjet dhe magjistar\u00ebt.
-OpenIDE-Module-Long-Description=Ky modul manipulon infrastruktur\u00ebn e dialogjeve dhe magjistar\u00ebve q\u00eb p\u00ebrdoren n\u00eb NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Gabim
-NTF_ExceptionTitle=P\u00ebrjashtim
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=A {0} exception has occurred.\nPlease report this at http://www.netbeans.org/issues.html, including a copy of your messages.log file.\nThe messages.log file is located in your {1} folder.
-NTF_ExceptionalExceptionTitle=P\u00ebrjashtim p papritur
-NTF_PlainTitle=Mesazhi
-NTF_QuestionTitle=Pyetja
-NTF_InformationTitle=Informata
-NTF_WarningTitle=V\u00ebrejtje
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Obsionet e vij\u00ebzimit
-
-#
-# names of buttons
-#
-CTL_OK=Mir\u00eb
-CTL_YES=Po
-CTL_NO=Jo
-CTL_CLOSE=Mbyll
-
-CTL_CANCEL=Braktis
-ACSD_CANCEL=P/C
-
-CTL_NEXT=Pasues >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Moves to next step of the wizard.|2#Next step: {0}. {1}}
-
-CTL_PREVIOUS=< M&brapa
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Moves to previous step of the wizard.|0#Previous step: {0}. {1}}
-
-CTL_FINISH=P\u00ebr&fundo
-ACSD_FINISH=P/C
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Vija e hyrjes
-ACSD_InputField=P/C
-ACN_NotifyDescriptor_MessageJTextArea=P/C
-ACD_NotifyDescriptor_MessageJTextArea=P/C
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} magjistari ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#NOI18N#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} t\u00eb {1}
-CTL_ContentName=Hapat
-CTL_HelpName=Ndihma
-
-#RGB of wizard steps panel background
-#NOI18N
-#NOI18N#INT_WizardBackRed=254
-#NOI18N
-#NOI18N#INT_WizardBackGreen=253
-#NOI18N
-#NOI18N#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#NOI18N#INT_WizardForegroundRed=0
-#NOI18N
-#NOI18N#INT_WizardForegroundGreen=0
-#NOI18N
-#NOI18N#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#NOI18N#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Ju lutemi prisni.
-
diff --git a/l10n/src/sq/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_sq.properties
deleted file mode 100644
index 0d4466d..0000000
--- a/l10n/src/sq/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_sq.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API-t\u00eb e ekzekutimit
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API-t e ekzekutimit nga Open APIs.
-OpenIDE-Module-Long-Description=P\u00ebrmban\u00eb pjes\u00ebt nga pakoja org.openide.execution.* nga Open APIs.
-
diff --git a/l10n/src/sq/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_sq.properties
deleted file mode 100644
index 2a9f9fc..0000000
--- a/l10n/src/sq/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_sq.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API-t\u00eb e Shtres\u00ebs s\u00eb shfletuesit dhe atributeve
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Pampje t\u00eb ndryshme p\u00ebr paraqitjen e strukturave t\u00eb nyjes
-OpenIDE-Module-Long-Description=Lejon p\u00ebrcaktime t\u00eb pamjeve t\u00eb reja q\u00eb paraqesin struktur\u00ebn t\u00eb krijuara duke p\u00ebrdorur Nodes API.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Shfletusi [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Nuk mund ta restauroj dritaren e Shfletuesit; nyja rr\u00ebnj\u00eb "{0}" nuk mund t\u00eb restaurohet me p\u00ebrpik\u00ebri.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=Nj\u00eb pamje Shfletuesi nuk duhet t\u00eb ndaloj p\u00ebrzgjedhje boshe.
-EXC_ContextMustBeWithinRootContext=Nj\u00eb p\u00ebrmbajtje e shfletuar ({0}) duhet t\u00eb jet\u00eb brenda p\u00ebrmbajtjes s\u00eb rr\u00ebnj\u00ebs ({1}).
-EXC_NodeCannotBeNull=Nuk mund t\u00eb p\u00ebrdor null p\u00ebr p\u00ebrzgjedhe t\u00eb nyjes.
-EXC_NoElementOfNodeSelectionMayBeNull=Ansj\u00eb element i p\u00ebrzgjedhjes s\u00eb nyjes nuk guxon t\u00eb jet\u00eb null.
-EXC_NodeSelectionCannotContainNodes=Nj\u00eb p\u00ebrzgjedhje e nyjes nuk mund t\u00eb p\u00ebrmbaj nyjet ({0}) jo n\u00ebn rr\u00ebnj\u00eb ({1}).
-EXC_CannotHaveNullRootContext=Nuk mund t\u00eb t\u00eb ket\u00eb null p\u00ebrmbajtje t\u00eb rr\u00ebnj\u00ebs.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=A jeni t\u00eb sigurt\u00eb q\u00eb ju doni ta fshini  {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=A jeni t\u00eb sigurt\u00eb q\u00eb ju doni ta fshini {0} dhe t\u00eb gjith\u00eb p\u00ebrmbajtjen e tij?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=A jeni t\u00eb sigurt\u00eb q\u00eb ju doni t'i fshini k\u00ebto {0} terma?
-MSG_ConfirmDeleteObjectTitle=Mirato fshirjen e objektit
-MSG_ConfirmDeleteFolderTitle=Mirato fshirjen e pakos
-MSG_ConfirmDeleteObjectsTitle=Mirato fshirjen e shum\u00eb objekteve 
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=A jeni t\u00eb sigurt\u00eb q\u00eb doni t\u00eb fshini {0} (vjeg\u00ebz te {3})?
-MSG_ConfirmDeleteShadowTitle=Mirato fshirjen e vjeg\u00ebz\u00ebz
-
-
diff --git a/l10n/src/sq/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_sq.properties
deleted file mode 100644
index f738be2..0000000
--- a/l10n/src/sq/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_sq.properties
+++ /dev/null
@@ -1,235 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=P\u00ebrjashtim n\u00eb
-PS_Editor=Redaktori i atributeve
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Varg i 
-FMT_ErrorSettingProperty=Atributi nuk mund t\u00eb caktohet. {0} nuk \u00ebsht\u00eb nj\u00eb vler\u00eb e vlefshme p\u00ebr {1}.
-FMT_CannotUpdateProperty={0} nuk \u00ebsht\u00eb nj\u00eb vler\u00eb e vlefshme p\u00ebr {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(Pa redaktor t\u00eb atributeve)
-CTL_NoProperties=<Pa atribut>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Atributet
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Rendit sipas kategoris\u00eb
-ACS_CTL_NoSort=Rendit sipas kategoris\u00eb
-CTL_AlphaSort=Rendit sipas emrit
-ACS_CTL_AlphaSort=Rendit sipas emrit
-CTL_TypeSort=Rendit sipas llojit
-ACS_CTL_TypeSort=Rendit sipas llojit
-CTL_VisibleWritableOnly=Shfaq vet\u00ebm atributet e redaktueshme
-ACS_CTL_VisibleWritableOnly=Shfaq vet\u00ebm atributet e redaktueshme
-CTL_Customize=P\u00ebrshtat\u00ebsi
-ACS_CTL_Customize=P\u00ebrshtat\u00ebsi
-CTL_Help=Ndihma
-ACS_CTL_Help=Ndihma
-ACSD_CTL_Help=Ofron ndihm\u00ebs p\u00ebr objektet atributet e t\u00eb cilit jan\u00eb t\u00eb paraqitura n\u00eb shtres\u00ebn e atributeve
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]P\u00ebrdorim i i atributit >>{0}<< gjat\u00eb koh\u00ebs s\u00eb dizajnit hedh nj\u00eb p\u00ebrjashtim.
-
-#PropertySheet
-CTL_Property_sheet_option=Shtresa e atributeve
-
-
-#IndexedPropertyEditor
-CTL_NoItem=Asnj\u00eb term i gatsh\u00ebm
-CTL_Index=Indeksi i atributit:
-CTL_Unknown=panjohur
-
-#PropertyDialogManager
-CTL_OK=Mir\u00eb
-ACSD_CTL_OK=P/C
-CTL_Cancel=Braktis
-ACSD_CTL_Cancel=P/C
-CTL_Close=Mbyll
-ACSD_CTL_Close=P/C
-CTL_Default=Reset to &Default
-ACSD_CTL_Default=P/C
-CTL_Paste=Ngjit
-
-#PropertyDetails
-EXC_Setter=P\u00ebrjashtim n\u00eb metod\u00ebn setter t\u00eb atributit: {0}
-EXC_Setter_localized=P\u00ebrjashtim n\u00eb metod\u00ebn setter t\u00eb atributit: {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<pa redaktor t\u00eb p\u00ebrshtatsh\u00ebm>
-CTL_No_property_editor=<pa redaktor t\u00eb atributit>
-CTL_Different_Values=<Vlera t\u00eb ndryshme>
-CTL_Desc_Different_Values=Nyejt e p\u00ebrzgjedhura kan\u00eb vlera t\u00eb ndryshme p\u00ebr k\u00ebt\u00eb atribut.
-CTL_No_properties=<Pa atribut>
-CTL_No_value=<Pa vler\u00eb>
-CTL_No_type=<Pa lloj>
-CTL_ElipsisHint=E thirr p\u00ebrshtat\u00ebsin.
-CTL_InvalidValue=Vler\u00eb e pavlefshme: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Vlera e pavlefshme {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Lloj: {1}{2,choice,0#|1# Bean: {3}|2# Beansa: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Atributet
-CTL_New=&Krijo
-CTL_Delete=&Fshij
-CTL_MoveUp=L\u00ebviz &lart
-CTL_MoveDown=L\u00ebvi&z posht\u00eb
-CTL_HideDetails=Fshe&hi detajet
-CTL_ShowDetails=&Shfaq detajet
-EXC_ErrorInIndexedSetter=Vlerat e atributeve t\u00eb indeksuara nuk mund tu vihet
-
-ACSD_Properties=P/C
-ACSD_New=P/C
-ACSD_Delete=P/C
-ACSD_MoveUp=P/C
-ACSD_MoveDown=P/C
-ACSD_HideDetails=P/C
-ACSD_ShowDetails=P/C
-ACSD_IndexedEditorPanel=P/C
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Emrat
-COLUMN_VALUES=Vlerat
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<palexueshme>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Gabim n\u00eb v\u00ebnien e vler\u00ebs
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Modi i panjohur i sortimit
-
-#Button labels for property dialogs
-ok=Mir\u00eb
-default=Restauro vler\u00ebn e r\u00ebndomt\u00eb
-cancel=Braktis
-close=Mbyll
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=P\u00ebrshkrimi
-ACSD_Description=P\u00ebrshkrim i atributit t\u00eb tanish\u00ebm t\u00eb p\u00ebrzgjedhur
-ACS_DescriptionTitle=Emri i atributit
-ACSD_DescriptionTitle=Emri i atributit t\u00eb tanish\u00ebm q\u00eb \u00ebsht\u00eb duke u redaktuar
-CTL_NO_DESCRIPTION=Nuk ka p\u00ebrshkrim t\u00eb gatsh\u00ebm.
-CTL_NO_SELECTION=Asgj\u00eb nuk \u00ebsht\u00eb p\u00ebrzgjedhur
-ACS_Splitter=Ndar\u00ebs
-ACSD_Splitter=Ndar\u00ebs vizual nd\u00ebrmjet atributeve n\u00eb tabel\u00ebn e atributeve dhe hap\u00ebsira e p\u00ebrshkrimit.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=Atributi
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} baras me {1}
-FMT_ACST_SheetSet=Grupi i atributeve  {0}
-ACST_No_Selection=Asgj\u00eb nuk \u00ebsht\u00eb p\u00ebrzgjedhur
-CTL_Multiple_Selection=Jan\u00eb p\u00ebrzgjedhur shum\u00eb objekte
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Shtyp, ose p\u00ebrzgjedh dhe shtyp CTRL-SPACE p\u00ebr t\u00eb hapur redaktorin e p\u00ebrshtatsh\u00ebm; kliko me t\u00eb djatht\u00ebn p\u00ebr menyn\u00eb
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Shfaq hap\u00ebsir\u00ebn e p\u00ebrshkrimit
-CTL_HideDescription=Fsheh hap\u00ebsir\u00ebn e p\u00ebrshkrimit
-CTL_RestoreDefaultValue=Restauro vler\u00ebn e r\u00ebndomt\u00eb
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Atributet
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=ky atribut
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Format jolegal i num\u00ebrit : "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Redaktori i p\u00ebrshtatsh\u00ebm: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Tabela e atributeve
-ACSN_SHEET_TABBED_PANE=Kategorit\u00eb e atributeve
-ACSD_SHEET_TABLE=Tabela e atributeve t\u00eb redaktueshme q\u00eb paraqesin objektin e tanish\u00ebm
-ACSD_SHEET_TABBED_PANE=Mund t\u00eb p\u00ebrzgjedh bashk\u00ebsi t\u00eb ndryshme t\u00eb atributeve t\u00eb objektit t\u00eb tanish\u00ebm q\u00eb t\u00eb paraqiten n\u00eb shtres\u00ebn e atributeve
-
-LBL_QUICKSEARCH=K\u00ebrkimi i shpejt\u00eb:
-
-MSG_SetAsText_InvalidValue=Vler\u00eb e pavlefshme: {0}
diff --git a/l10n/src/sq/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_sq.properties
deleted file mode 100644
index 7a1751a..0000000
--- a/l10n/src/sq/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_sq.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Bosh
-MenuViewStartFromRoot=Shfleto nga rr\u00ebnja
-MenuViewStartFromCurrent=Shfleto nga pika e tanishme
-
-# TabView
-TabView_RootTab=Rr\u00ebnja
-
-# TreeView
-VetoSelectedNodes=Nyjet e p\u00ebrzgjedhura
-LBL_QUICKSEARCH=Search:
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=Objekti nuk mund t\u00eb riem\u00ebrtohet nga {0} n\u00eb {1}.
-ACSN_TreeViewCellEditor=Redaktori i riem\u00ebrtimit
-ACSD_TreeViewCellEditor=Redaktori n\u00eb vend i emrit t\u00eb nyjes n\u00eb pamjen trung
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=Sh\u00ebnjestra nuk pranoi p\u00ebrmbajen e transferit.
-
-MSG_ABORT=Braktis
-
-#TableSheet
-ACS_TableSheet=Tabela e atributeve
-ACSD_TableSheet=P/C
-ACS_NullPanel=Pa atribute
-# {0} - bean
-ACSD_NullPanel=No property. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Lloji: {1} Beani: {2}
-CTL_No_value=<Pa vler\u00eb>
-CTL_No_type=<Pa lloj>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Ndrysho shtyllat e dukshme
-LBL_ColumnDialogDesc=P\u00ebrzgjedh shtyllat p\u00ebr tu paraqitur n\u00eb list\u00eb
-LBL_ListOptions=Obsionet e list\u00ebs
-LBL_ChangeColumns=Ndrysho shtyllat e dukshme...
-LBL_SortMenu=&Rendit
-LBL_Ascending=R\u00ebnie
-LBL_Descending=Ngritje
-LBL_ColsMenu=Shtyll\u00eb
-LBL_MoveLeft=L\u00ebvize majtas
-LBL_MoveRight=L\u00ebvize djathtas
-MSG_NoColumnsToChange=Nuk ka shtylla p\u00ebr t\u00eb nd\u00ebrruar dukshm\u00ebrin e tyre.
-LBL_NoSort=Asnj\u00eb
-ACSN_ColumnDialog=Ndrysho shtyllat e dukshme
-ACSD_ColumnDialog=P\u00ebrzgjedh shtyllat p\u00ebr tu paraqitur n\u00eb list\u00eb
-
-#a11y
-ACSN_TreeTable=P/C
-ACSD_TreeTable=P/C
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Show only rows where
-
-CTL_ColumnsSelector=Ndrysho shtyllat e dukshme
-ACN_ColumnsSelector=Columns Selector
-ACD_ColumnsSelector=Select visible columns
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=P\u00ebrzgjedh shtyllat p\u00ebr tu paraqitur n\u00eb list\u00eb
-NodeOutlineModel_NodesColumnLabel=Nodes
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Accessing {0} without Children.MUTEX read access
-
diff --git a/l10n/src/sq/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_sq.properties
deleted file mode 100644
index 44d456a..0000000
--- a/l10n/src/sq/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_sq.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=XML dokument i pavlefsh\u00ebm:
-
-W-003=V\u00ebrejtje: XML parseri nuk p\u00ebrkrah aft\u00ebsin\u00eb e manipuluesit leksikor.
-
diff --git a/l10n/src/sq/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_sq.properties
deleted file mode 100644
index e2f32a3..0000000
--- a/l10n/src/sq/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_sq.properties
+++ /dev/null
@@ -1,199 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API-t\u00eb e Sistemit t\u00eb Skedar\u00ebve
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API-t\u00eb e Sistemit t\u00eb skedar\u00ebve virtual.
-OpenIDE-Module-Long-Description=Lejon qasjen n\u00eb skeda si burime n\u00eb nj\u00eb m\u00ebnyr\u00eb t\u00eb pavarur nga skedar\u00ebt e SO aktual. P\u00ebrkrah njoftimin e ndryshimeve n\u00eb disk
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Pavlefsh\u00ebm {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=Rr\u00ebnja {0} nuk ekziston.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Nuk mund t\u00eb fshij rr\u00ebnj\u00ebn e skedarsistemit {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Nuk mund ta riem\u00ebrtoj rr\u00ebnj\u00ebn e skedarsistemit {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Nuk mund ta fshij skedarin {0} n\u00eb {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Nuk mund t\u00eb riem\u00ebrtoj skedarin {0} n\u00eb {1} te {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Skedarsistemi {0} \u00ebsht\u00eb vet\u00ebm-lexim.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=Skedari {0} n\u00eb {1} \u00ebsht\u00eb  vet\u00ebm-lexim.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Nuk mund t\u00eb krijoj skedarin {0} sepse {1} n\u00eb skedarsistemin {2} nuk \u00ebsht\u00eb nj\u00eb dosje.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Slash n\u00eb emrin e dosjes {0} nuk \u00ebsht\u00eb i lejuar
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Dosja {0} tanim\u00eb ekziston n\u00eb {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Nuk mund ta krijoj\u00eb dosjen {0} n\u00eb {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=File {0} already exists in filesystem {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Nuk mund t\u00eb krijoj skedarin {2}.{3} n\u00eb dosjen {0} n\u00eb skedarsistemin {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Dry i pavlefsh\u00ebm [{0}] p\u00ebr skedrin {1} n\u00eb {2} me dryrin e tanish\u00ebm [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Nuk mund t\u00eb ndryshoj skedarin filesystem.attributes:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=Skedari {1} nuk mund t\u00eb gjendet n\u00eb dosjen {0}.
-
-
-# Local fs
-# {0} = file object name
-# {1} = filesystem name
-# {2} = name of java.io.File
-EXC_CannotLock=Skedari {2} nuk mund t\u00eb dryroset pasi q\u00eb ai \u00ebsht\u00eb vet\u00ebm-lexim.
-
-# JAR
-
-# {0} = name of zip file 
-EXC_FileNotExists=Skedari {0} nuk ekziston.
-
-# {0} = name of zip file 
-EXC_CanntRead=Nuk mund t\u00eb lexoj nga skedari {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Gabim n\u00eb skedarin {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Gabim n\u00eb JAR skedarin {1}: {0}
-
-# {0} - jar file
-# {1} - duplicate entry name
-EXC_DuplicateEntries=T\u00eb hyra t\u00eb dyfishuara n\u00eb {0}: {1}. Ju lutemi, raportoni k\u00ebt\u00eb bug n\u00eb ofruesin e skedarit jar 
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=JAR i panjohur
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Shum\u00eb-Skedarsistem
-EXC_FileOutsideModified=Skeda {0} nuk u gjet. Nj\u00eb aplikacion tjet\u00ebr mund ta ket\u00eb zhvendosur skedarin ose e ka nd\u00ebrruar emrin.
-XML_NotValidXMLFileSystem=XML Skedarsistem i pavlefsh\u00ebm.
-EXC_DefAttrReadErr=Nuk mund t\u00eb lexoj DefaultAttributes.
-EXC_UnreachableCode=Gabim i brendsh\u00ebm: kod i palexuesh\u00ebm.
-
-EXC_FolderCopy=Kopjimi i dosjes nuk p\u00ebrkrahet.
-XML_RootInvalid=Elementi i skedarsistemit duhet t\u00eb jet\u00eb element rr\u00ebnj\u00eb.
-XML_MisssingAttr=Atributi \"name\" po mungon
-XML_InaccurateParam=Num\u00ebr i pasakt\u00eb i parametrave
-XML_UnknownElement=Element i panjohur.
-XML_DuplElement=FileObject i Dyfishuar:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} n\u00eb {1}
-
diff --git a/l10n/src/sq/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_sq.properties
deleted file mode 100644
index 1ba2333..0000000
--- a/l10n/src/sq/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_sq.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=H/D API-t\u00eb
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Open APIs q\u00eb lidhen me shfaqjen e daljes.
-OpenIDE-Module-Long-Description=P\u00ebrmban\u00eb klas\u00ebt nga org.openide.windows.* t\u00eb lidhuar me krijimin e tabeve dal\u00ebse, daljes shfaq\u00ebse dhe hipervjeg\u00ebzimin. 
-
diff --git a/l10n/src/sq/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_sq.properties
deleted file mode 100644
index 5c8907d..0000000
--- a/l10n/src/sq/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_sq.properties
+++ /dev/null
@@ -1,324 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API-t\u00eb e Datasystems
-OpenIDE-Module-Short-Description=NetBeans Open API p\u00ebr manipulimit objekteve t\u00eb t\u00eb dh\u00ebnave.
-OpenIDE-Module-Long-Description=The Datasystems API is a layer atop the Filesystems API which recognizes and groups data objects and gives them particular semantics. Once a part of the general Open APIs, it is now split into an independent module.
-OpenIDE-Module-Display-Category=Infrastruktura
-
-#DefaultDataObject
-HINT_DefaultDataObject=Skedar i panjohur
-
-EXC_SharedAccess=Qasje e ndar\u00eb
-
-#Folder.Index
-EXC_ReorderFailed=Nuk mund ta ruaj renditjen e re.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Nuk mund t\u00eb fshin skedarin {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Vjeg\u00ebzon te {3}
-
-PROP_ShadowOriginalName=Emri origjinal
-HINT_ShadowOriginalName=Emri i objektit q\u00eb kjo vjeg\u00ebz i referohet.
-PROP_ShadowOriginalFileSystem=Emri origjinal i skedarsistemit
-HINT_ShadowOriginalFileSystem=Emri i skedarsistemit t\u00eb objektit origjinal.
-
-# DataNode
-PROP_name=Emri
-HINT_name=Emri i k\u00ebtij objekti.
-PROP_template=Maketa
-HINT_template=N\u00ebse Sakt\u00eb, ky objekt \u00ebsht\u00eb nj\u00eb maket\u00eb (mund t\u00eb b\u00ebj instanca t\u00eb vet\u00ebs).
-PROP_files=T\u00eb gjith\u00eb skedar\u00ebt
-HINT_files=Nj\u00eb list\u00eb t\u00eb skedar\u00ebve t\u00eb paraqitura nga ky objekt.
-PROP_size=Madh\u00ebsia e skedarit
-HINT_size=Length of this file in bytes. (Only applies to the first file listed in All Files.)
-PROP_lastModified=Koha e ndryshimit
-HINT_lastModified=When this file was last modified. (Only applies to the first file listed in All Files.)
-PROP_extension=Extension
-HINT_extension=Primary file extension.
-ERROR_extension=Cannot change extension. File is modified.
-
-# name of set with sorting options
-PROP_sorting=Duke renditur
-HINT_sorting=P\u00ebrcaktimet e renditjes si dhe renditja.
-
-#
-# folder sort mode property
-PROP_sort=Modi i renditjes
-HINT_sort=P\u00ebrcakton se si do t\u00eb renditen objektet n\u00eb pako.
-# SortModeEditor
-VALUE_sort_none=T\u00eb parenditur
-VALUE_sort_names=Sipas emrit
-VALUE_sort_class=Sipas llojit
-VALUE_sort_folder_names=SIpas emrit (pakot s\u00eb pari)
-VALUE_sort_last_modified=Sipas koh\u00ebs s\u00eb ndryshimit
-VALUE_sort_size=Sipas madh\u00ebsis\u00eb s\u00eb skedarit
-
-
-#
-# Names of paste types
-#
-PT_move=&Zhvendos
-PT_copy=&Kopjo
-PT_instantiate=&Instantio
-PT_shadow=Krijo &Vjeg\u00ebz
-PT_serialize=&Serializo
-PT_instance=Instanca e r\u00ebn&domt\u00eb
-
-# 
-SerializeBean_Text=&Emri i skedarit q\u00eb instanca do t\u00eb serializohet
-SerializeBean_Title=Serializimi i instanc\u00ebs
-
-#
-# new folder
-#
-CTL_NewFolder=Dosje
-CTL_NewFolderName=&Emri:
-CTL_NewFolderTitle=Krijon dosje t\u00eb re
-#NOI18N#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=Skedari {0} tanim\u00eb ekziston n\u00eb dosjen {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Dosja {0} tanim\u00eb ekziston n\u00eb dosjen {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=The file {1} seems to be too large ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) to safely open. \nOpening the file could cause OutOfMemoryError, which would make the IDE unusable. Do you really want to open it?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML skedar\u00ebt e konfigurimit
-PROP_XmlError=Gabim (i p\u00ebrmir\u00ebsuesh\u00ebm)
-PROP_XmlWarning=V\u00ebrejtje
-PROP_XmlFatalError=GABIM FATAL
-HINT_XMLDataObject=XML Skedar
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Nuk mund t\u00eb krijoj skedar; {0} nuk \u00ebsht\u00eb em\u00ebr i vlefsh\u00ebm.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Nuk mund t\u00eb kopjoj {0}: dosja e destinuar \u00ebsht\u00eb e nj\u00ebjt\u00eb me dosjen burimore.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Nuk kopjoj {0}: dosja e destinuar \u00ebsht\u00eb nj\u00eb n\u00ebndosje e dosjes burimore.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=Magjistar i ri - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=Magjistar i ri
-LAB_TemplateChooserPanelName=P\u00ebrzgjedh maket\u00ebn
-LAB_SelectTemplateBorder=P\u00ebr&zgjedh nj\u00eb Maket\u00eb:
-MSG_NoDescription=Pa p\u00ebrshkrim
-MSG_InitDescription=Inicializimi i p\u00ebrshkrimit...
-LAB_TemplateDescriptionBorder=P\u00ebrshkrimi i make&t\u00ebs:
-LAB_TargetLocationPanelName=Vendi i destinuar
-LAB_TargetLocationDescription=Ju lutem p\u00ebrzgjedh nj\u00eb dosje p\u00ebr objektet e krijuara s\u00eb fundmi ose shkruaje emrin e dosjes n\u00eb vijim:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=P/C
-ACSD_TemplateWizard1=P/C
-
-CTL_NewObjectName=&Emri\:
-ACSD_NewObjectName=P/C
-ACSD_TargetLocationDescription=P/C
-ACSD_TemplateWizard2=P/C
-
-ACSD_NewObjectPanel=P/C
-
-LBL_settingsNodeName=P\u00ebrcaktimet
-EXC_folder_delete_failed=Nuk mund t\u00eb heq\u00eb dosjen gjat\u00eb zhvendosjes.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<dosja n\u00eb krye> [{0}]
-FMT_DefaultNewObjectName=<emri i r\u00ebndomt\u00eb>
-
-LBL_shadow_loader_display_name=Vjeg\u00ebzat
-LBL_folder_loader_display_name=Dosjet
-LBL_default_loader_display_name=Objektet e panjohura
-LBL_instance_loader_display_name=Instancat e aksionit
-
-FMT_CannotCopyDo=V\u00ebrejtje: Objekti {0}  nuk mund t\u00eb kopjohet.
-FMT_CannotMoveDo=V\u00ebrejtje: Objekti {0} nuk mund t\u00eb zhvendoset.
-
-# InstanceDataObject
-LBL_separator_instance=(ndar\u00ebsi)
-PROP_instance_class=Emri i klas\u00ebs
-HINT_instance_class=Emri i klas\u00ebs s\u00eb Java-s t\u00eb objektit duke u paraqitur.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=Ka probleme duke ruajtur {0} bean.
-
-FMT_brokenShadowName={0} (Vjeg\u00ebz e thyer)
-HINT_brokenShadowOriginalName=Vjeg\u00ebz e thyer
-PROP_brokenShadowOriginalName=Vjeg\u00ebz e thyer
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Vjeg\u00ebz e thyer e skedarsistemit
-HINT_brokenShadowFileSystem=Vjeg\u00ebz e thyer e skedarsistemit
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<P\u00ebrcaktim i panjohur>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=M\u00ebnyr\u00eb kopjimi t\u00eb Data Object-\u00ebve
-LBL_DOcut=M\u00ebnyr\u00eb prerjes s\u00eb Data Object-\u00ebve
-#NewObjectPanel
-LAB_NewObjectPanelName=Emri i ri i objektit
-FMT_DefaultNewObject=<r\u00ebndomt\u00eb>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=Menyja k\u00ebrcyese p\u00ebr objektin e lloji {0} nuk mund t\u00eb restaurohet; p\u00ebrdoren p\u00ebrcaktimet e r\u00ebndomta.
-LBL_loader_display_name=Ngarkuesi
-
-MSG_renameError=Objekti nuk mund t\u00eb riem\u00ebrtohet nga {0} n\u00eb {1}.
-MSG_NotValidName=Nuk mund t\u00eb jep {0} te nj\u00eb em\u00ebr bosh.
-ERR_NoFilesystem=No enabled filesystem. Make sure that you have at least one filesystem that is not read-only and is not hidden.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=Skedarsistemi ose dosja e sh\u00ebnjuar nuk ekziston.
-MSG_fs_is_readonly=Skedarsistemi i sh\u00ebnjuar \u00ebsht\u00eb vet\u00ebm-lexim.
-# {0} - name of the existing file
-MSG_file_already_exist=Skedari {0} tanim\u00eb ekziston.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Aksion i skedarsistem
-#InstantiateAction
-Instantiate=Instantio
-#SaveAsTemplateAction
-SaveAsTemplate=Ruaje si maket\u00eb...
-Title_SaveAsTemplate=Ruaje si maket\u00eb
-CTL_SaveAsTemplate=&Select the category in which the new template will appear:
-CTL_SaveAsTemplate_TemplatesRoot=Maketat
-SaveAll=Ruaj t\u00eb gjith&a
-HINT_SaveAll=Save all files (if the Compile on Save feature is on, this will also compile/build your files)
-# FileSystemRefreshAction
-LAB_Refresh=Aktualizo dosjen
-# NewTemplateAction
-EXC_TemplateFailed=Krijimi i objektit nga maketa d\u00ebshtoi.
-NewTemplate=&Krijo
-NewTemplateAction=T\u00eb gjitha maketat...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Bosh
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Hapja e {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=File {0} is modified. Save it ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=File {0} was changed to read-only! All changes will be discarded.
-MSG_FileReadOnlySaving=File {0} was changed to read-only! Can not save it.
-MSG_FileReadOnlyChanging=File {0} was changed to read-only!
-
-
-MSG_BinaryFileQuestion=This file appears to contain binary data. Are you sure you want to open it in the text editor?
-MSG_BinaryFileWarning=U gjet skedar binarik
-
-CTL_SaveAsAction=Ruaj &si...
-MSG_SaveAsFailed=There were some problems while saving {0}\nCause: {1}
-LBL_SaveAsTitle=Ruaj si
-MSG_CannotCreateTargetFolder=Nuk mund ta krijoj dosjen sh\u00ebnjest\u00ebr
-MSG_SaveAs_SameFileSelected=Select a different file name please.
-MSG_SaveAs_SameFileSelected_Title=Ruaj si
-
diff --git a/l10n/src/sq/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_sq.properties
deleted file mode 100644
index 74c3a64..0000000
--- a/l10n/src/sq/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_sq.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API-t\u00eb e Sistemit t\u00eb Moduleve
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API-t\u00eb p\u00ebr marrjen e informatavep\u00ebr modulet e instaluara.
-OpenIDE-Module-Long-Description=Lejon t\u00eb mirret lista e moduleve t\u00eb instaluara, inspekton atributet dhe var\u00ebsit\u00eb e tyre.
-
diff --git a/l10n/src/sq/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_sq.properties
deleted file mode 100644
index 8073ac3..0000000
--- a/l10n/src/sq/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_sq.properties
+++ /dev/null
@@ -1,96 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API-t\u00eb Nyjet
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API p\u00ebr p\u00ebrcaktimin gjenerik t\u00eb struktur\u00ebs sikur-trung.
-OpenIDE-Module-Long-Description=Ofron abstraksion mbi struktur\u00ebn sikur-trung duke p\u00ebrcaktuar Nyje  - nd\u00ebrfaq\u00ebsin gjenerik t\u00eb zgjeruesh\u00ebm q\u00eb pastaj t\u00eb mund t\u00eb shfaqet bna Explorer API.
-
-
-
-#Sheet
-Properties=Atributet
-Expert=Eksperte
-HINT_Properties=Atributet p\u00ebr k\u00ebt\u00eb objekt.
-HINT_Expert=Atributet eksperte t\u00eb k\u00ebtij objekti.
-
-#indexed customizer
-LAB_order=Nd\u00ebrro rendin
-LAB_listOrder=Shfaq k\u00ebto fushe n\u00eb k\u00ebt\u00eb renditje:
-LAB_listOrder_Mnemonic=S
-Button_close=Mbyll
-Button_close_Mnemonic=C
-Button_up=L\u00ebviz lart
-Button_up_Mnemonic=U
-Button_down=L\u00ebviz posht\u00eb
-Button_down_Mnemonic=D
-
-ACSD_Button_close=P/C
-ACSD_Button_up=P/C
-ACSD_Button_down=P/C
-ACSD_ListOrder=P/C
-ACSD_IndexedCustomizer=P/C
-
-#PropertySupport
-CTL_StandardName=Emri
-CTL_StandardHint=Emri i objektit.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Ngjit nyjen
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Kopjo indeksin
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Ju lutemi prisni...
-
diff --git a/l10n/src/sq/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_sq.properties
deleted file mode 100644
index ba0ddfd..0000000
--- a/l10n/src/sq/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_sq.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API-t\u00eb e Opsioneve t\u00eb P\u00ebrcaktimeve
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=P\u00ebrkrahje p\u00ebr ruajtjen e preferencave.
-OpenIDE-Module-Long-Description=Ofron klas\u00ebt q\u00eb thjeshtojn\u00eb ruajtjen e p\u00ebrcaktuimeve nd\u00ebrmjet thirrjeve t\u00eb shum\u00ebfishta t\u00eb aplikacioneve t\u00eb bazuara n\u00eb NetBeans.
-OpenIDE-Module-Deprecation-Message=P\u00ebrdor p\u00ebrndryshe org.openide.util.NbPreferences
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=P\u00ebrjashtim kur thirret getter atributi n\u00eb {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/sq/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_sq.properties
deleted file mode 100644
index 9b5c993..0000000
--- a/l10n/src/sq/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_sq.properties
+++ /dev/null
@@ -1,134 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API-t\u00eb Tekst
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API-t\u00eb Mb\u00ebshtjell\u00ebse gjenerike t\u00eb EditorKits t\u00eb bazuara n\u00eb Swing.
-OpenIDE-Module-Long-Description=Ofron p\u00ebrkrahjen p\u00ebr p\u00ebrcaktimin e komponenteve q\u00eb mb\u00ebshtjellin tekst redaktor\u00ebt.
-
-
-
-# Editor top component
-CTL_ModeName=Redaktor
-
-# Print settings
-CTL_Print_settings=P\u00ebrcaktimet e shtypjes
-CTL_Header_format = Duke shtypur {2} te {1}
-CTL_Footer_format = Faqja {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Formati i faqes
-HINT_PAGE_FORMAT=Formati i faqes
-PROP_WRAP=Thyej rreshtat
-HINT_WRAP=A duhet q\u00eb rreshtat t\u00eb thyhen?
-PROP_HEADER_FORMAT=Formati i kok\u00ebzimit t\u00eb faqes
-
-HINT_HEADER_FORMAT=P\u00ebr shembull,  "N\u00eb krye t\u00eb faqes {0} (shtypur n\u00eb dat\u00ebn {1}) nga skedari {2}".
-PROP_FOOTER_FORMAT=Formati i p\u00ebrfundimit t\u00eb faqes
-HINT_FOOTER_FORMAT=P\u00ebr shembull, "Fundi i faqes {0} (shtypur n\u00eb dat\u00ebn {1}) nga skedari {2}".
-PROP_HEADER_FONT=Fonti i kok\u00ebs s\u00eb faqes
-HINT_HEADER_FONT=Cakto fontin e kok\u00ebs s\u00eb faqes.
-PROP_FOOTER_FONT=Fonti i fundit t\u00eb faqes
-HINT_FOOTER_FONT=Cakto fontin e fundit t\u00eb faqes.
-PROP_HEADER_ALIGNMENT=Vij\u00ebzim i kok\u00ebs s\u00eb faqes
-HINT_HEADER_ALIGNMENT=Vij\u00ebzim i kok\u00ebs s\u00eb faqes - MAJT\u00cb, QEND\u00cbR, DJATHT\u00cb.
-PROP_FOOTER_ALIGNMENT=Vij\u00ebzimi i Fundit t\u00eb faqes
-HINT_FOOTER_ALIGNMENT=Vij\u00ebzimi i fundit t\u00eb faqes -MAJTAS, QEND\u00cbR, DJATHT\u00cb.
-PROP_LINE_ASCENT_CORRECTION=Korrigjimi i ngritjes s\u00eb rreshtit
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Shum\u00ebzuesi p\u00ebr t\u00eb p\u00ebrmir\u00ebsuar ngritjen e rreshtit.
-
-# Alignment Prop Editor
-CTL_CENTER = QEND\u00cbR
-CTL_RIGHT = DJATHTAS
-CTL_LEFT = MAJTAS
-
-# Cancellation
-CTL_Print_progress=Faqja num\u00ebr {0} u shtyp.
-CTL_Print_cancellation=P\u00ebrparimi i detyr\u00ebs s\u00eb Shtypjes
-CTL_Cancel=Braktis
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Detyra e tanishme e shtyp\u00ebsit u nd\u00ebrpre.
-EXC_Printer_Problem=Problemi i shtyp\u00ebsit: {0}
-EXC_ReadOnlyFile=Skedari {0} \u00ebsht\u00eb vet\u00ebm-lexim.
-EXC_LoadDocument=Dokumenti {0} nuk mund t\u00eb ngarkohet.
-LBL_EditorLoading=Ngarkimi...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Pyetja
-CTL_Save=Ruaj
-ACSN_CTL_Save=P/C
-ACSD_CTL_Save=P/C
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Flak\u00ebro
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=P/C
-ACSD_CTL_Discard=P/C
-
-# PositionBounds
-MSG_Empty_string=E pamundur t\u00eb nd\u00ebrfut string bosh
-#editor support warning message
-FMT_FileNotFound=V\u00ebrejtje: Skedari {0} nuk u gjet ose nuk mund t\u00eb qaset.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=Skedari {0} \u00ebsht\u00eb ndryshuar nga jasht\u00eb. Ringarkoje at\u00eb?
-FMT_External_change_write=Skedari {0} \u00ebsht\u00eb ndryshuar nga jasht\u00eb. Mbishkruaje at\u00eb?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=Ju keni p\u00ebrzgjedhur nj\u00eb skedar t\u00eb pavlefsh\u00ebm. Kontrollo shtegun.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Redaktori p\u00ebr {0}
-ACSD_CloneableEditor_QuietEditorPane=Redaktori p\u00ebr {0}
-TITLE_SourceButton=Burimi
-
-
diff --git a/l10n/src/sq/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_sq.properties
deleted file mode 100644
index af2ba1b..0000000
--- a/l10n/src/sq/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_sq.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API-\u00ebt e Enumeration t\u00eb Vjet\u00ebr
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API-t\u00eb Enumeration q\u00eb \u00ebsht\u00eb n\u00eb pakon e gabuar.
-OpenIDE-Module-Long-Description=Enumeration API that is in wrong package, org.openide.util.enum and as such it cannot be compiled with Java 1.5, because enum is a keyword. Is replaced by class org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=P\u00ebrdor org.openide.util.Enumerations n\u00eb vend t\u00eb k\u00ebtij moduli.
-
diff --git a/l10n/src/sq/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_sq.properties
deleted file mode 100644
index 7c59bf0..0000000
--- a/l10n/src/sq/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_sq.properties
+++ /dev/null
@@ -1,155 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=API-t\u00eb Sh\u00ebrbimet 
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API-t\u00eb Sh\u00ebrbimet Bazike.
-OpenIDE-Module-Long-Description=Metoda t\u00eb ndryshme ndihm\u00ebse dhe p\u00ebrkufizime koncept bazik duke p\u00ebrfshr\u00eb aksione, k\u00ebrkimin, manipulimin e imazheve, ekzekutimin paralel dhe p\u00ebrkrahje p\u00ebr markimin.
-
-#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=Nj\u00eb modul tentoi t\u00eb \u00e7'regjistroj nj\u00eb HTTP server ofruar nga nj\u00eb modul tjet\u00ebr.
-
-MSG_ToNowhere=p\u00ebr n\u00eb asku
-MSG_To=te
-
-MSG_NoServerRegistered=Asnj\u00eb server i regjistruar.
-MSG_TooManyArguments=tep\u00ebr argumente
-MSG_UnmatchedBraces=kllapa t\u00eb pap\u00ebrputhura n\u00eb shembullin te pozitia
-
-# NbBundle
-MSG_FMT_ObjectForKey=objekti p\u00ebr \u00e7el\u00ebsin {0} nuk u gjet
-MSG_ClassFinderAlreadySet=ClassFinder tanim\u00eb i caktuar.
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=V\u00cbREJTJE: Nuk mund t\u00eb ngarkoj tabel\u00ebn e p\u00ebrkthimit: {0}
-PROGRESS_CURSOR=Kursori i P\u00ebrparimit
-
diff --git a/l10n/src/sq/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_sq.properties
deleted file mode 100644
index 4145db9..0000000
--- a/l10n/src/sq/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_sq.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=M\u00ebnyr\u00eb e Shum\u00ebfisht\u00eb e Objektit
-
-Create=Krijo
-Paste=Ngjit
-
diff --git a/l10n/src/sq/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_sq.properties b/l10n/src/sq/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_sq.properties
deleted file mode 100644
index 0432828..0000000
--- a/l10n/src/sq/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_sq.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API-t\u00eb e Sistemit t\u00eb dritareve
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=API-t\u00eb p\u00ebr drejtimin e komponenteve n\u00eb ekran.
-OpenIDE-Module-Long-Description=Ofron API-t\u00eb OS dhe MDI/SDI abstraksione neutrale mbi konceptete e komponenteve q\u00eb i shfaqen shfryt\u00ebzuesi.
-
-
-
-# name of empty workspace
-None=Asnj\u00eb
-
-#CloneableTopComponent
-EXC_CannotAssign=Nuk mund t\u00eb vendos komponenten BOSH
-
-#TopComponent
-EXC_UnknownOperation=Operacion i panjohur mbyllje
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Thirrja {4} zbatuar si {3} me {0}
-
-
diff --git a/l10n/src/sq/platform/print/print/org/netbeans/modules/print/action/Bundle_sq.properties b/l10n/src/sq/platform/print/print/org/netbeans/modules/print/action/Bundle_sq.properties
deleted file mode 100644
index aaeb505..0000000
--- a/l10n/src/sq/platform/print/print/org/netbeans/modules/print/action/Bundle_sq.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Para&metrizimi i shtypjes...
-
-# PrintAction
-TLT_Print_Action=Print
-MNU_Print_Action=&Shtyp...
-ACT_Print_Action=Print - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/sq/platform/print/print/org/netbeans/modules/print/resources/Bundle_sq.properties b/l10n/src/sq/platform/print/print/org/netbeans/modules/print/resources/Bundle_sq.properties
deleted file mode 100644
index 854be40..0000000
--- a/l10n/src/sq/platform/print/print/org/netbeans/modules/print/resources/Bundle_sq.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Print
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Implementation of print module.
-OpenIDE-Module-Long-Description=Implementation of print module.
-
-# layer.xml
-Actions/File=Skedar
-
diff --git a/l10n/src/sq/platform/print/print/org/netbeans/modules/print/ui/Bundle_sq.properties b/l10n/src/sq/platform/print/print/org/netbeans/modules/print/ui/Bundle_sq.properties
deleted file mode 100644
index bba6f8e..0000000
--- a/l10n/src/sq/platform/print/print/org/netbeans/modules/print/ui/Bundle_sq.properties
+++ /dev/null
@@ -1,125 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Problemi i shtyp\u00ebsit: {0}
-LBL_Page_Setup_Button=Page &Setup
-TLT_Page_Setup_Button=Invokes the Page Setup dialog
-LBL_Print_Option_Button=Print &Options
-TLT_Print_Option_Button=Invokes the Print Options dialog
-LBL_Print_Button=&Print
-TLT_Print_Button=Invokes the Print dialog
-LBL_Close_Button=&Mbyll
-TLT_Close_Button=Closes the Print Preview dialog
-LBL_Print_Preview=Print Preview
-LBL_Fit_to_Width=Fit to Width
-LBL_Fit_to_Height=Fit to Height
-LBL_Fit_to_All=Show All Pages
-
-TLT_First=&First page (Alt+F)
-TLT_Previous=P&revious page (Alt+R)
-TLT_Next=&Next Page (Alt+N)
-TLT_Last=&Last Page (Alt+L)
-TLT_Fit=Change &Scale (Alt+S)
-TLT_Zoom_In=Zoom &In (Alt+I)
-TLT_Zoom_Out=Zoom O&ut (Alt+U)
-TLT_Toggle=Show &Multiple Pages (Alt+M)
-TLT_Goto=<html><body> <b>Navigation:</b> <br> press <code>/</code> or <code>F</code> to show first page <br> press <b><code>-</code></b> or <code>G</code> to show previous page <br> press <b><code>+</code></b> or <code>K</code> to show next page <br> press <code>*</code> or <code>L</code> to show last page </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <b><code>+</code></b> to zoom in <br> press <b><code>-</code></b> to zoom out <br> press <code>/</code> to set 100% <br> press <code>*</code> to customize view <br><hr> mouse wheel with Ctrl to Zoom In/Out <br> mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Print Options
-LBL_Border=Border
-LBL_Print_Border=Print &Border
-LBL_Print_Header=Print Hea&der
-LBL_Print_Footer=Print &Footer
-LBL_Choose_Font=Choose Font
-LBL_Choose_Color=Choose Color
-LBL_Insert_Macros=Insert Macro:
-LBL_Text=Tekst
-LBL_Line_Numbers=Line N&umbers
-LBL_Wrap_Lines=&Wrap Lines
-LBL_Use_Font=Use Font Attributes // &X
-LBL_Use_Color=Use Color Attributes // &Q
-LBL_As_Editor=Print as in Editor // &J
-LBL_Selection=Print &Selection
-LBL_Line_Spacing=Line S&pacing:
-LBL_Text_Font_and_Color=Text Font and Colo&r:
-LBL_Background_Color=Back&ground Color:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Header and Footer
-LBL_Apply=&Apply
-LBL_Left=Left:
-LBL_Center=Center:
-LBL_Right=Right:
-
-ERR_Zoom_Value_Is_Invalid=Zoom value is invalid!
-ERR_Header_Size_Is_Too_Big=Header Size is too big!
-ERR_Footer_Size_Is_Too_Big=Footer Size is too big!
-ERR_Page_Number_Is_Invalid=Number of pages is invalid!
-ERR_Page_Number_Is_Too_Big=Number of pages is too big!
-
-TLT_Apply=Applies changes
-TLT_Border_Color=Choose Border &Color (Alt+C)
-TLT_Header_Font=Choose Header Fo&nt (Alt+N)
-TLT_Header_Color=Choose Header C&olor (Alt+O)
-TLT_Footer_Font=Choose Footer Fon&t (Alt+T)
-TLT_Footer_Color=Choose Footer Co&lor (Alt+L)
-TLT_Text_Font=Choose Text Font (Alt+K) // &K
-TLT_Text_Color=Choose Text Colo&r (Alt+R)
-TLT_Background_Color=Choose Background Color // &G
-TLT_Print_Zoom=Adjusts the print zoom
-TLT_Use_Font=Use Font (Alt+X)
-TLT_Use_Color=Use Color (Alt+Q)
-TLT_As_Editor=Show as in Editor (Alt+J)
-TLT_Selection=Print Selection
-
-LBL_Pages=page(s)
-LBL_Fit_Width_to=F&it Width to:
-TLT_Fit_Width_to=Fit Width to
-LBL_Fit_Height_to=Fit H&eight to:
-TLT_Fit_Height_to=Fit Height to
-LBL_Zoom_to=&Zoom to:
-TLT_Zoom_to=Zoom to
-LBL_Fit_to_Page=Fit to Page // &Y
-TLT_Fit_to_Page=Fit to Page (Alt+Y)
-
diff --git a/l10n/src/sq/platform/print/print/org/netbeans/modules/print/util/Bundle_sq.properties b/l10n/src/sq/platform/print/print/org/netbeans/modules/print/util/Bundle_sq.properties
deleted file mode 100644
index f1dc9c6..0000000
--- a/l10n/src/sq/platform/print/print/org/netbeans/modules/print/util/Bundle_sq.properties
+++ /dev/null
@@ -1,60 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} t\u00eb {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=The name of printed component
-ROW=The row number
-COLUMN=The column number
-USER=The user name
-COUNT=The count of pages
-MODIFIED_DATE=Date of the last modification
-MODIFIED_TIME=Time of the last modification
-PRINTED_DATE=Date of printing
-PRINTED_TIME=Time of printing
-
diff --git a/l10n/src/sq/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_sq.properties b/l10n/src/sq/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_sq.properties
deleted file mode 100644
index 759c87d..0000000
--- a/l10n/src/sq/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_sq.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=NSH (UI) t\u00eb Progresit
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Vizualizimi i progresit t\u00eb detyr\u00ebs.
-OpenIDE-Module-Long-Description=Ofron nj\u00eb pamje t\u00eb t\u00eb gjitha detyrave n\u00eb veprim dhe mund tu lejoj atyre t\u00eb nd\u00ebrpriten, etj.
-
-NbProgressBar.tooltip1={0} tasks running. Click for details.
-NbProgressBar.tooltip2={0} task running. Click for details.
-ListComponent.btnClose.tooltip=Shtyp p\u00ebr t\u00eb nd\u00ebrprer\u00eb procesin
-ListComponent.bar.tooltip=Shtyp p\u00ebr t\u00eb par\u00eb procesin
-Cancel_Question=A jeni t\u00eb sigurt\u00eb q\u00eb doni ta nd\u00ebrpritni {0}?
-Cancel_Question_Title=Nd\u00ebrprej Detyr\u00eb N\u00eb Veprim
-StatusLineComponent.ShowProcessList=Shfaq proceset
-StatusLineComponent.Cancel=Nd\u00ebrprej proces
-StatusLineComponent.View=Shfaq daljen
-ListComponent.Watch=Shiko proces
-
diff --git a/l10n/src/sq/platform/queries/queries/org/netbeans/modules/queries/Bundle_sq.properties b/l10n/src/sq/platform/queries/queries/org/netbeans/modules/queries/Bundle_sq.properties
deleted file mode 100644
index 613b9d6..0000000
--- a/l10n/src/sq/platform/queries/queries/org/netbeans/modules/queries/Bundle_sq.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API-t\u00eb e pyet\u00ebsor\u00ebve gjeneral
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Short-Description=Vepron nj\u00eb nj\u00eb kanal gjeneral i komunikimit nd\u00ebrmjet moduleve.
-OpenIDE-Module-Long-Description=Mban\u00eb pyet\u00ebsor\u00eb q\u00eb nuk jan\u00eb n\u00eb ve\u00e7anti specifik p\u00ebr domen. Ljeon module t\u00eb ndryshme t\u00eb marrin informacione p\u00ebr skedar\u00ebt n\u00eb nj\u00eb m\u00ebnyr\u00eb m\u00eb fleksibile
-
diff --git a/l10n/src/sq/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_sq.properties b/l10n/src/sq/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_sq.properties
deleted file mode 100644
index f090c0a..0000000
--- a/l10n/src/sq/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_sq.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=Obsionit {0} i nevojitet nj\u00eb argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Obsioni {0} nuk mund t\u00eb p\u00ebrdoret s\u00eb bashku me obsionin {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=I duhet t\u00eb pakt\u00ebn nj\u00eb nga{0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=I duhet t\u00eb p\u00ebrdor edhe {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=Obsionit {0} i duhet gjithashtu edhe obsioni {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/sq/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_sq.properties b/l10n/src/sq/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_sq.properties
deleted file mode 100644
index 8fee425..0000000
--- a/l10n/src/sq/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_sq.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API-t\u00eb e parsimit t\u00eb Linj\u00ebs s\u00eb komand\u00ebs
-OpenIDE-Module-Short-Description=API-t\u00eb t\u00eb p\u00ebrputhshme GetOps p\u00ebr parsimin e linj\u00ebs t\u00eb komand\u00ebs
-OpenIDE-Module-Long-Description=API-t\u00eb t\u00eb p\u00ebrputhshme GetOps p\u00ebr t\u00eb parsuar linj\u00ebn e komand\u00ebs Fokusohet n\u00eb rastin kur secila pjes\u00eb t\u00eb linj\u00ebs komand\u00ebs t\u00eb parsohet nga module tjera
-OpenIDE-Module-Display-Category=Infrastruktura
-
-MSG_OptionsHeader=\nOpsion(et) shtes\u00eb t\u00eb modulit:\n
-
diff --git a/l10n/src/sq/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_sq.properties b/l10n/src/sq/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_sq.properties
deleted file mode 100644
index 32ddf58..0000000
--- a/l10n/src/sq/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_sq.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API-t\u00eb e P\u00ebrcaktimeve
-OpenIDE-Module-Short-Description=Nj\u00eb bibliotek\u00eb p\u00ebr ruajtjen e p\u00ebrcaktimeve n\u00eb formate t\u00eb ndryshme.
-OpenIDE-Module-Long-Description=This module provides the Settings API for storing module-defined settings in custom formats. It also provides several useful settings format implementations.
-OpenIDE-Module-Display-Category=Infrastruktura
-
diff --git a/l10n/src/sq/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_sq.properties b/l10n/src/sq/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_sq.properties
deleted file mode 100644
index 5558c61..0000000
--- a/l10n/src/sq/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_sq.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Long-Description=Nj\u00eb modul q\u00eb ofron nj\u00eb API t\u00eb re p\u00ebr t\u00eb z\u00ebvend\u00ebsuar NodeAction, CookieAction etj.
-OpenIDE-Module-Name=SPI aksionet (Eksperimentale)
-OpenIDE-Module-Short-Description=Z\u00ebvend\u00ebsim p\u00ebr NodeAction, CookieAction, etj.
-
diff --git a/l10n/src/sq/platform/templates/templates/org/netbeans/modules/templates/Bundle_sq.properties b/l10n/src/sq/platform/templates/templates/org/netbeans/modules/templates/Bundle_sq.properties
deleted file mode 100644
index f81fccc..0000000
--- a/l10n/src/sq/platform/templates/templates/org/netbeans/modules/templates/Bundle_sq.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktura
-OpenIDE-Module-Long-Description=Ky modul nd\u00ebrlidh Datasystems API me Scripting API Si rezultat \u00ebsht\u00eb e mundur t\u00eb p\u00ebrdoren \u00e7far\u00ebdo gjuhe skriptuese ose maketuese p\u00ebr t\u00eb gjenerar maketa.
-OpenIDE-Module-Name=Maketim i avancuar
-OpenIDE-Module-Short-Description=Maketim i avancuar jo vet\u00ebm p\u00ebr Datasystems
-ERR_Switch_To_Java_6=E pamundur t\u00eb mbush\u00eb maketin, duke tentuar t\u00eb p\u00ebrdor\u00eb makin\u00ebn skriptuese nga JDK 1.6 ose m\u00eb e re.\n\nJu lutemi niseni NetBeans n\u00ebn JDK 1.6 p\u00ebr t\u00eb zgjidhur problemin.\nP\u00ebr t\u00eb par\u00eb si b\u00ebhet kjo shihni  http://wiki.netbeans.org/FaqNetbeansConf.
diff --git a/l10n/src/sr/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_sr.properties b/l10n/src/sr/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_sr.properties
deleted file mode 100644
index 99eccc5..0000000
--- a/l10n/src/sr/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_sr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module Build Harness
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Short-Description=Lets you build external plug-in modules from sources.
-OpenIDE-Module-Long-Description=This is the build harness used to develop NetBeans modules (with or without the IDE). It is normally used implicitly by NetBeans module projects. For technical documentation, see harness/README.
-
diff --git a/l10n/src/sr/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_sr.properties b/l10n/src/sr/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_sr.properties
deleted file mode 100644
index 407d12b..0000000
--- a/l10n/src/sr/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_sr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Long-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.\nRun 'display-coverage-report' target on a project to measure results and display report in external browser.\nFor integration with Module Build Harness.
-OpenIDE-Module-Name=Cobertura Module Test Coverage
-OpenIDE-Module-Short-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.
-
diff --git a/l10n/src/sr/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_sr.properties b/l10n/src/sr/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_sr.properties
deleted file mode 100644
index 6ff69bb..0000000
--- a/l10n/src/sr/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_sr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly Tools Platform
-
diff --git a/l10n/src/sr/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_sr.properties b/l10n/src/sr/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_sr.properties
deleted file mode 100644
index 5f4f972..0000000
--- a/l10n/src/sr/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_sr.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Short-Description=Jemmy test library.
-OpenIDE-Module-Long-Description=A general library for driving automated GUI tests.
-
-
diff --git a/l10n/src/sr/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_sr.properties b/l10n/src/sr/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_sr.properties
deleted file mode 100644
index 99c8813..0000000
--- a/l10n/src/sr/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_sr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Long-Description=NetBeans extensions to JUnit including assertGC, assertSize, getWorkDir, LineDiff, etc.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=NetBeans extensions to JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/sr/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_sr.properties
deleted file mode 100644
index 08acd28..0000000
--- a/l10n/src/sr/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_sr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=INSANE heap profiling library.
-OpenIDE-Module-Long-Description=A library for doing live heap analysis of the JVM in which it runs.
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_sr.properties
deleted file mode 100644
index f2cd5fd..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_sr.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Ant Library
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_sr.properties
deleted file mode 100644
index 6ab3ec0..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_sr.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=The current platform is not supported.
-I.error.load.engine.properties=Could not load the engine properties file
-
-I.warning.silent.without.state="{1}" option is required when using "{0}". "{0}" will be ignored.
-
-I.error.cannot.create.local.dir=Cannot create local directory: {0}
-I.error.local.dir.is.file=Local directory exists and is a file: {0}
-I.error.no.read.permissions.for.local.dir=Cannot read local directory {0} - not enough permissions
-I.error.no.write.permissions.for.local.dir=Cannot write to local directory {0} - not enough permissions
-
-I.lock.file.exists.dialog.title=NetBeans Installer lock file exists
-I.lock.file.exists.dialog.text=The installer lock file exists at {0}\n\nIt means that either another instance of the installer is already running or the previous installation was not finished correctly.\nIt is not recommended that you run multiple instances at the same time since it can result in installer data corruption.\n\nIf you are sure that no other instance is running at the moment, click "Yes" to proceed otherwise click "No" to exit the installer.\n
-
-I.error.cannot.create.lock.file=Can't create lock for the local registry file
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_sr.properties
deleted file mode 100644
index 8b90466..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_sr.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Downloading from {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_sr.properties
deleted file mode 100644
index e561bfa..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_sr.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=The proxy types {0} and {1} conflict
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI cannot be null
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Failed to connect through {0} to {1}
-US.error.failed.configure.proxy=Failed to configure proxy {0} for {1}
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_sr.properties
deleted file mode 100644
index f1cfd59..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_sr.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Loading local registry [{0}]
-R.error.loading.local.registry.failed.title=Failed to load the local registry
-R.error.loading.local.registry.failed.msg=The local registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.bundled.registry=Loading bundled registry [{0}]
-R.error.loading.bundled.registry.failed.title=Failed to load the bundled registry
-R.error.loading.bundled.registry.failed.msg=The bundled registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.remote.registry=Loading remote registry [{0}]
-R.error.loading.remote.registry.failed.title=Failed to load the remote registry
-R.error.loading.remote.registry.failed.msg=The remote registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.error.cannot.delete.data=Cannot delete the cached installation data
-R.save.local.registry.title=Saving local registry
-R.save.local.registry.detail=Saving to {0}
-
-R.error.missing.target.component.title=Missing target component
-R.error.missing.target.component.msg=The specified target component - {0}/{1}\nwas not found in the registry. The installer\n can continue as if the target component was not specified.\nClick Yes to continue, No to exit the installer.
-
-R.error.validation.title=Validation Problem
-R.error.validation.msg=It seems that the installation of {0} is corrupted.\nThe validation procedure issued the following warning:\n\n{1}\n\nWould you like to mark this product as not installed and continue?\nIf you click No the installer will exit.\n\nNote that these products that depend on {2} will also be disabled:\n{3}
-
-R.error.matching.requirement=No components matching the requirement: {0} requires {1}
-R.error.cyclic.dependency=Cyclic dependency: {0}, {1}
-
-R.loading.registry.properties=Loading registry properties
-R.loading.component=Loading component: uid={0}, version={1}
-R.error.loading.components=Could not load components
-R.error.registry.finalization=Could not finalize registry
-R.error.registry.document.loading=Could not load registry document
-
-R.error.cannot.create.cache.directory=Cannot create local product cache directory {0}
-R.error.cache.is.file=Local product cache directory exists and is a file : {0}
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=Cannot create local registry
-
-R.error.registry.is.dir=Local registry {0} is a directory
-R.error.cannot.read.registry=Cannot read local registry {0} - not enough permissions
-R.error.cannot.write.registry=Cannot write local registry {0} - not enough permissions
-
-R.error.cannot.parse.platform=Cannot parse platform from "{0}"
-R.error.cannot.load.registry=Cannot load registry
-R.error.parser.not.support.schemas=The current parser - {0} - does not support schemas.
-
-R.error.unknown.dependency=Unknown dependency type {0}
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_sr.properties
deleted file mode 100644
index 975bc5b..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_sr.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=The installation directory {0} is missing.\nMost likely it was deleted manually.
-PCL.validation.directory.file=The installation directory {0} is in fact a file.\nMost likely it was previously deleted manually and overwritten with a file.
-PCL.validation.directory.empty=The installation directory {0} is empty.\nMost likely its contents were deleted manually.
-PCL.validation.directory.null=The installation directory cannot be detected.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Cannot initialize data for {0}
-P.error.cannot.load.logic=Cannot load configuration logic for {0}
-P.error.installdir.not.set=Installation location is not set for {0}
-P.error.installdir.set.empty=Installation location is set to empty string for {0}
-P.error.cannot.create.cache.dir=Cannot create the local cache directory {0} for {1}
-P.error.local.cache.not.dir=The local cache directory {0} for {1} is not a directory
-P.error.cannot.load.product=Could not load product {0}
-P.error.logic.not.yet.downloaded=Configuration logic for {0} is not yet downloaded
-P.error.installation.data.not.cached=Installation data is not cached for {0}
-P.error.cannot.extract.data=Cannot extract installation data for {0}
-P.error.cannot.save.files.list=Cannot save installed files list
-P.error.cannot.get.wizard.components=Cannot get component's wizard components
-P.error.cannot.wrap.for.macos=Cannot create directory hierarchy for MacOS Application
-P.error.cannot.get.files.list=Cannot get the installation files list
-P.error.cannot.delete.files.list=Cannot delete installed files list
-P.error.cannot.delete.file=Cannot delete the file
-P.error.cannot.remove.from.system=Cannot remove {0} from the system install manager
-P.error.not.enough.space=Cannot extract installation data -- not enough disk space in the target directory.
-P.error.cannot.clear.cache=Cannot clear installation data cache file {0}
-P.error.system.integartion.failed=Integration of {0} with the system package manager failed
-
-P.message.installation=Installing {0}
-P.message.uninstallation=Uninstalling {0}
-P.message.configuration=Configuring {0}
-P.message.unconfiguration=Unconfiguring {0}
-P.message.legal.artifacts=Creating legal artifacts
-P.message.run.logic=Running custom configuration logic
-P.message.system.registration=Registering in the system package manager
-P.message.save.installation.files.list=Saving installed files list
-P.message.delete=Deleting {0}
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_sr.properties
deleted file mode 100644
index b6a0a76..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_sr.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Error writing to the log file. Logging disabled.
-
-EM.ununexpected.exception=An unexpected exception happened in thread {0}
-EM.errortype.critical=Critical Error
-EM.errortype.error=Error
-EM.errortype.warning=Warning
-EM.errortype.message=Message
-EM.unexpected.error=An unknown error occured.
-EM.exception.message=\n\nException:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nYou can get more details about the issue in the installer log file:\n {0}
-
-FU.error.output.file.entry=An file entry {0} exists and is not a file
-FU.error.output.dir.entry=An directory entry {0} exists and is not a directory
-FU.message.extracting=Extracting {0}
-FU.error.load.xml.file.list=Could not load xml files list for extraction
-FU.error.unjar.todir=Directory {0} is an existing file, cannot unjar
-FU.message.copy.dir=Copying directory: {0} to: {1}
-FU.message.copy.file=Copying file: {0} to: {1}
-FU.error.close.stream=Cannot close stream
-FU.error.source.not.readable=Source {0} is not readable
-FU.error.dest.not.file=Destination {0} is not a file
-FU.error.dest.creation=Destination {0} cannot be created
-FU.error.dest.not.writable=Destination {0} is not writable
-FU.message.moving=Moving {0} to {1}
-FU.error.freespace=Cannot get free disk space amount at {0}
-FU.error.cannot.close.jar=Cannot close jar {0}
-FU.error.cannot.create.dir.exist.file=Cannot create directory {0}, it is an existing file
-FU.error.cannot.create.dir=Cannot create directory {0}
-FU.error.not.jar.file=The supplied file {0} is not a jar archive
-FU.error.sha1.not.supported=Holy crap, this jvm does not support SHA1
-FU.error.md5.not.supported=Holy crap, this jvm does not support MD5
-FU.error.file.security.exception=Something very unexpected - a security exception during accessing file {0}
-FU.message.delete.file=Deleting file {0}
-FU.message.delete.dir=Deleting directory {0}
-FU.error.pack200.failed=Pack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Cannot parse property - {0}, its value - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Could not activate the cross-platform look and feel - proceeding with whatever look and feel was the default.
-UI.error.failed.to.activate.defined.laf=Could not activate the defined look and feel - falling back to the default cross-platform one.
-UI.error.failed.to.init.ui=Can`t initialize UI
-UI.error.failed.to.force.gtk=Cannot force the use of GTK look and feel
-UI.silent.default.yes=Going with Yes (default) option...
-UI.silent.default.no=Going with No (default) option...
-UI.silent.default.cancel=Going with Cancel (default) option...
-
-StrU.error.cannot.parse.status=Cannot parse status: {0}
-StrU.error.unknown.platform=Platform "{0}" is not recognized.
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_sr.properties
deleted file mode 100644
index 5a80555..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_sr.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Failed to execute the JDK verification procedure
-JU.error.cannot.delete=Cannot delete {0}
-JU.error.cannot.download.testjdk=Cannot download TestJDK.class from {0}
-JU.error.cannot.canonize=Cannot canonize {0}
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_sr.properties
deleted file mode 100644
index da0b6b8..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_sr.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Invalid parameter for command line argument "{0}" -- "{1}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.bad.locale.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.missing.state.file=The specified state file "{1}", does not exist.\n"{0}" parameter is ignored.
-O.warning.bag.state.file.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <state-file-path>".
-O.warning.target.state.file.exists=The specified state file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.target.state.file.arg=Required parameter missing for command line argument\n"{0}". Should be "{0} <state-file-path>".
-O.warning.bundle.file.exists=The specified target file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.create.bundle.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <userdir-path>".
-O.warning.bad.platform.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-platform>".
-O.warning.bad.registry.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_sr.properties
deleted file mode 100644
index f15473f..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_sr.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Not installed
-Status.to-be-installed=To be installed
-Status.installed=Installed
-Status.to-be-uninstalled=To be uninstalled
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Installed Successfully
-DetailedStatus.install.warning=Installed With Warnings
-DetailedStatus.install.error=Failed to Install
-DetailedStatus.uninstall.success=Uninstalled Successfully
-DetailedStatus.uninstall.warning=Uninstalled With Warnings
-DetailedStatus.uninstall.error=Failed to Uninstall
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_sr.properties
deleted file mode 100644
index fc350f7..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_sr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Failed to download frame icon from URI - {0}.
-NF.error.failed.to.set.frame.icon=Failed to set the frame icon.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Browse
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_sr.properties
deleted file mode 100644
index 3d85b31..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_sr.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \ncomposite progress (sum of the own percentage and the percentages of the \nchildren) cannot be less than {1} and greater than {2}.
-
-CP.error.progress=The specified child progress doesn't exist in the composite progress \nso it can not be removed. 
-
-################################################################################
-# Progress.java
-P.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \nprogress cannot be less than {1} and greater than {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_sr.properties
deleted file mode 100644
index 3ec7e46..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_sr.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Can`t load bundle from {0}
-LP.error.no.files=There is no files in {0}
-LP.error.not.directory={0} is not a directory
-LP.error.directory.do.not.exist=Directory {0} does not exist
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_sr.properties
deleted file mode 100644
index 0d323e6..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_sr.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=No bundled or external jar files
-CnL.error.cannot.find.jvm.file=Cannot find JVM file {0}
-CnL.error.cannot.find.class=Can`t find class {0} in bundled files and no external ones were specified
-CnL.error.main.class.unspecified=No specified main class among bundled files
-CnL.error.cannot.get.output.name=No bundled files - can`t get output file name
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Can`t get launcher icon from {0}
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_sr.properties
deleted file mode 100644
index ecea916..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_sr.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Cannot obtain default applications location
-SR.error.cannot.parse.pattern=Cannot parse pattern: {0}
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_sr.properties
deleted file mode 100644
index 2a35450..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_sr.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Cannot access native method
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_sr.properties
deleted file mode 100644
index cdd581c..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_sr.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Failed to create the default Wizard instance.
-W.error.failed.to.load.components=Failed to load wizard components from {0}, using classloader {1}.
-W.error.failed.to.load.component=Failed to load wizard component from XML element {0}, using classloader {1}.
-W.error.unknown.ui.mode=Unknown UI mode - {0}.
-W.error.cannot.move.backward.silent=Cannot move backward in silent UI mode.
-W.error.cannot.move.backward.at.first=Cannot move backward - the wizard is already at the first element.
-W.error.parser.unsupports.schemas=The current parser - {0} - does not support schemas.
-W.error.interrupted=Interrupted while waiting
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_sr.properties
deleted file mode 100644
index d5b0658..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_sr.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE Installer
-WC.description=NetBeans IDE Installer Description
-
-WC.help.button.text=&Help!
-WC.back.button.text=< &Back
-WC.next.button.text=&Next >
-WC.cancel.button.text=Cancel
-WC.finish.button.text=&Finish
-
-WC.cancel.dialog.title=Cancel
-WC.cancel.dialog.text=Are you sure you want to cancel?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=An InterruptedException occured.
-
-WA.canceling.progress.title=Canceling, finishing the current operation...
-
-WA.cancel.dialog.title=Cancel
-WA.cancel.dialog.text=Are you sure you want to cancel?
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_sr.properties
deleted file mode 100644
index f1ff532..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_sr.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Cache Engine...
-CEA.description=Please wait while the wizard caches the engine.
-CEA.error.cannot.cache.engine=Cannot cache the installer engine
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Creating Bundle...
-CBA.description=Please wait while the wizard creates a bundle with the selected components.
-
-CBA.progress.create.bundle.title=Creating a redistributable bundle at {0}
-CBA.progress.add.engine.detail=Add installer engine to the bundle
-CBA.progress.add.product.detail=Adding {0} ...
-CBA.progress.add.group.detail=Adding {0} ...
-
-CBA.error.failed.create.bundle=Failed to create the bundle
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Creating Native Launcher...
-CNLA.description=Please wait while the wizard creates a launcher for the jar file.
-CNLA.error.failed.create.launcher=Failed to create the native launcher
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Creating MacOSX Application Launcher...
-CMALA.description=Please wait while the wizard creates a app launcher for the jar file.
-CMALA.error.failed.create.launcher=Failed to create the app launcher
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Preparing Configuration Logic...
-DCLA.description=Please wait while the wizard prepares the configuration logic.
-DCLA.progress.remote.title=Downloading configuration logic for {0}
-DCLA.progress.local.title=Extracting configuration logic for {0}
-DCLA.failed=Failed to download installation logic for {0}
-DCLA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Preparing Installation Data...
-DIDA.description=Please wait while the wizard prepares the installation data.
-DIDA.progress.remote.title=Downloading installation data for {0}
-DIDA.progress.local.title=Extracting installation data for {0}
-DIDA.failed=Failed to download installation data for {0}
-DIDA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Initializing...
-IRA.description=Please wait while the setup wizard initializes.
-IRA.registry.initialization.failed=Cannot initialize registry
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finalizing...
-FRA.description=Please wait while the setup wizard finalizes.
-FRA.registry.finalization.failed=Cannot finalize registry
-
-################################################################################
-# InstallAction.java
-IA.title=Installing...
-IA.description=Please wait while the wizard installs the selected components.
-IA.progress.install.title=Installing {0}...
-IA.progress.rollback.title=Canceling, rolling back {0}...
-IA.install.dependent.failed=Could not install {0}, since the installation of {1} failed
-IA.install.unknown.error=Unknown Error
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Searching for Java\u2122 Environments...
-SFJA.description=Please wait while the wizard searches your system for existing Java\u2122 environments.
-SFJA.prepare.list=Preparing locations list...
-SFJA.checking=Checking {0}
-SFJA.search.java=Searching for installed Java environments...
-SFJA.entry.label={0} (v. {1} by {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Uninstalling...
-UA.description=Please wait while the wizard uninstalls the selected components.
-UA.progress.uninstall.title=Uninstalling {0}
-UA.uninstall.dependent.failed=Could not uninstall {0}, since the uninstallation of {1} failed
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=Source component UID is not set
-SILA.error.cannot.find.component=Component with the given uid {0} does not exist
-SILA.error.cannot.get.logic=Could not access configuration logic for {0}
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_sr.properties
deleted file mode 100644
index c16b724..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_sr.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Location:
-ALP.location.button.text=B&rowse ...
-ALP.list.label.text=The &following locations were found by the search algorithm:
-
-ALP.error.nothing.found=No compatible applications were found.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Components Selection
-CSP.description.both=Select the components that you want to install. Unselect those you want to uninstall.
-CSP.description.install=Select the components that you want to install.
-CSP.description.uninstall=Unselect the components that you want to uninstall.
-CSP.feature.description.title=Feature Description
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Installation size: {0}     Download Size: {1}
-CSP.sizes.label.text.no.download=Installation size: {0}
-
-CSP.default.installation.size=N/A
-CSP.default.download.size=N/A
-
-CSP.error.no.changes.both=No feature selected. Select at least one feature for installation or uninstallation.
-CSP.error.no.changes.install=No feature selected. Select at least one feature for installation.
-CSP.error.no.changes.uninstall=No feature selected. Select at least one feature for uninstallation.
-CSP.error.requirement.install={1} is required to install {0}.
-CSP.error.conflict.install={0} conflicts with {1}.
-CSP.error.requirement.uninstall={0} is required by {1}.
-CSP.error.not.enough.space.to.download=Insufficient disk space for downloading the installation data. Additional {1} is required in {0}.
-CSP.error.not.enough.space.to.extract=Insufficient disk space for extracting the installation data. Additional {1} is required in {0}.
-CSP.error.cannot.check.space=Cannot check the free disk space
-
-################################################################################
-# DestinationPanel.java
-DP.title=Installation Folder
-DP.description=Choose destination folder.
-
-DP.destination.label.text=&Installation location:
-DP.destination.button.text=B&rowse ...
-
-DP.error.null=The installation folder cannot be empty.
-DP.error.not.valid=The specified installation folder is invalid.
-DP.error.contains.exclamation=The installation folder cannot contain the exclamation mark (!).
-DP.error.contains.semicolon=The installation folder cannot contain the semicolon character (;).
-DP.error.contains.colon=The installation folder cannot contain the colon character (:).
-DP.error.contains.ampersand=The installation folder cannot contain the ampersand character (&).
-DP.error.contains.wrong.char=The installation folder contains the wrong character({1}).
-DP.error.matches.prohibited.regexp=The specified installation folder is invalid (it matches prohibited pattern {1}).
-DP.error.not.absolute=The specified installation folder has to be in absolute path form.
-DP.error.cannot.canonize=The specified installation folder cannot be canonized.
-DP.error.not.directory=The specified installation location is not a folder.
-DP.error.not.readable=The specified installation folder is not readable.
-DP.error.not.writable=The specified installation folder is read-only.
-DP.error.not.empty=The specified installation folder is not empty.
-DP.error.not.ends.with.app=The specified installation folder must end with ".app".
-DP.error.not.enough.space=Not enough disk space. Additional {1} required in {0}.
-DP.error.cannot.get.logic=Cannot obtain configuration logic
-DP.error.cannot.check.space=Cannot check the free disk space
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 home folder:
-JLP.location.label.text.java=&Java\u2122 environment home folder:
-JLP.location.button.text=B&rowse ...
-JLP.list.label.text=&List of suitable JDK\u2122 found on this machine:
-JLP.list.label.text.java=&List of suitable Java\u2122 environments found on this machine:
-
-JLP.error.null=The path to the JDK cannot be empty.
-JLP.error.null.java=The path to the Java environment cannot be empty.
-JLP.error.not.valid.path=The specified JDK folder {0} is invalid.
-JLP.error.not.valid.path.java=The specified Java environment folder {0} is invalid.
-JLP.error.path.not.exists=The specified JDK folder {0} does not exist.
-JLP.error.path.not.exists.java=The specified Java environment folder {0} does not exist.
-JLP.error.not.javahome=The specified JDK folder {0} does not contain JDK.
-JLP.error.not.javahome.java=The specified Java environment folder {0} does not contain Java environment.
-JLP.error.not.jdk=The specified JDK folder {0} contains JRE, but a full JDK is required.
-JLP.error.wrong.version.older=The specified JDK folder {0} contains JDK version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.older.java=The specified Java environment folder {0} contains Java version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.newer=The specified JDK folder {0} contains JDK version "{1}", while the maximum is "{2}".
-JLP.error.wrong.version.newer.java=The specified Java environment folder {0} contains Java version "{1}", while the maximum is "{2}".
-JLP.error.wrong.vendor=The specified JDK folder {0} contains JDK from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.wrong.vendor.java=The specified Java environment folder {0} contains Java from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.unknown=An unknown error occured while validating the path.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>The installer could not find a compatible JDK installation, specify it manually.<br>The minimum required version is {0}. To download JDK, visit <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>The installer could not find a compatible Java environment, specify it manually.<br>The minimum required version is {0}. To download Java environment, visit <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (used by {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Post-Create Bundle Summary
-PoCBSP.dialog.description=Click Finish to exit.
-
-PoCBSP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Some errors were encountered in the course of bundle creation process.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=The following components were successfully bundled:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=The following components failed to be bundled:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=View &Log
-PoCBSP.send.log.button.text=&Send Log
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Installation Wizard - Post-Install Summary
-
-PoISP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Some warnings were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Some errors were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=The following components were successfully installed:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=The following components installed with warnings:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=The following components failed to install:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=The following components were successfully uninstalled:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=The following components uninstalled with warnings:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=The following components failed to uninstall:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=View &Details
-PoISP.view.log.button.text=View &Log
-PoISP.send.log.button.text=&Send Log
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Log file is not available
-
-PoISP.message.files.remaining=Some files could not be removed from the installation directories of the {0}. You may need to remove them manually.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Pre-Create Bundle Summary
-PrCBSPdialog.description=Click Create to create the bundle.
-
-PrCBSPmessage.text=The wizard has collected all required data to proceed with creating of the bundle. Please review your choice. To continue, click Next.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=You chose to create a bundle with the following components:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Total download size: {0}
-PrCBSPrequired.disk.space.label.text=Required disk space: {0}
-PrCBSPcreate.button.text=&Create
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Pre-Install Summary
-
-PrISP.message.text=The installation wizard has collected all required data to proceed with installation/uninstallation of the selected components. Please review your choice. To continue, click Next.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=You chose to install the following components:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=You chose to uninstall the following components:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Total download size: {0}
-PrISP.required.disk.space.label.text=Required disk space: {0}
-PrISP.install.button.text=&Install
-
-PrISP.error.not.enough.space=Insufficient disk space for proper installation. Additional {1} is required in {0}.
-PrISP.error.cannot.check.space=Cannot check the free disk space
-PrISP.error.logic.access=Could not access product's configuration logic
-PrISP.error.fsroots=Cannot get the list of file system roots
-PrISP.error.non.existent.root={0} is set up to be installed to {1} which does not belong to any of the file system roots.
-PrISP.error.cannot.write=The wizard does not have write access to {1}, the installation directory of {0}. Please correct the permissions before proceeding.
-
-################################################################################
-# LicensesPanel.java
-LP.title=License Agreement
-LP.description=Please read the following license agreement carefully.
-
-LP.accept.checkbox.text=I &accept the terms in the license agreement
-LP.error.cannot.get.logic=Could not access configuration logic
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<No Text>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Are you sure you want to cancel?
-EMP.cancel.dialog.title=Cancel
-EMP.error.failed.input.verify=Failed to verify input
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_sr.properties
deleted file mode 100644
index d2a0ae9..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_sr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Failed to download wizard icon from URI - {0}.
-SFC.error.failed.to.set.icon=Failed to set the swing frame container icon.
-SFC.error.failed.to.attach.error.handler=Failed to attach custom error handler to the EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Cannot set the default close operation
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_sr.properties
deleted file mode 100644
index 7603b7f..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_sr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Installation details
-IDD.component.label=Component
-IDD.status.label=Status
-
-ILD.loading.logfile=Loading log file. Please wait...
-ILD.error.reading.log=Cannot read log file {0}.
-ILD.error.log.contents=Log contents are not available.
-
diff --git a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_sr.properties b/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_sr.properties
deleted file mode 100644
index 13d2606..0000000
--- a/l10n/src/sr/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_sr.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Engine Library
-
diff --git a/l10n/src/sr/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_sr.properties b/l10n/src/sr/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_sr.properties
deleted file mode 100644
index 28c6d30..0000000
--- a/l10n/src/sr/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_sr.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apple Application Menu
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enables proper support for the Apple Application menu
-
-OpenIDE-Module-Long-Description=Enables Apple menu items to work properly, and moves some standard menu items there - Tools | Options becomes Preferences, Help | About becomes about, File | Exit becomes Quit.
-
-MSG_MinimizeWindowAction=&Minimize Window
-
diff --git a/l10n/src/sr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_sr.properties b/l10n/src/sr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_sr.properties
deleted file mode 100644
index fc4f3d1..0000000
--- a/l10n/src/sr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_sr.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Establishing a connection ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Checking for updates in {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=Cannot read NBM {0}
-InstallSupportImpl_TurnOnTimeout=timeout of loading {0}
-InstallSupportImpl_NullSource=Source URL for module "{0}" is null, most likely "distribution" attribute is set to the empty string in the UC catalog.\nSee also http://www.netbeans.org/issues/show_bug.cgi?id=153799 for more details.
-InstallSupportImpl_Download_Unavailable=Cannot access {0}
-OperationSupportImpl_Custom_Uninstall=Uninstalling {0}
-OperationSupportImpl_Custom_Install=Installing {0}
-
-UpdateUnitFactory_Libraries_Category=Libraries
-UpdateUnitFactory_Bridges_Category=Bridges
-UpdateUnitFactory_Unsorted_Category=Uncategorized
-UpdateElementImpl_Feature_CategoryName=Features
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Module installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Modules installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Module not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Modules not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>New module offered by the plugin:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>New modules offered by the plugin:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/sr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_sr.properties b/l10n/src/sr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_sr.properties
deleted file mode 100644
index 64ab08e..0000000
--- a/l10n/src/sr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_sr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The AutoUpdate feature provides several services: download and install available updates of installed modules, search and install new modules from subscribed Update Centers, view and manage the modules.
-OpenIDE-Module-Name=Auto Update Services
-OpenIDE-Module-Short-Description=Support for searching for module updates on Update Center and for downloading and installing modules
-
diff --git a/l10n/src/sr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_sr.properties b/l10n/src/sr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_sr.properties
deleted file mode 100644
index 261abc0..0000000
--- a/l10n/src/sr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_sr.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Default Update Center
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Libraries
-ArtificialFeaturesProvider_Bridges_Category=Bridges
-ArtificialFeaturesProvider_Unsorted_Category=Uncategorized
-ArtificialFeaturesProvider_Features_Category=Features
-NetworkAccess_Timeout=Timeout while opening connection to {0}
-
diff --git a/l10n/src/sr/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_sr.properties b/l10n/src/sr/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_sr.properties
deleted file mode 100644
index ea38047..0000000
--- a/l10n/src/sr/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_sr.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Preparing to Unpack
-CTL_UnpackingFile=Unpacking File:
-CTL_DeletingFiles=Uninstalling files...
-CTL_DisablingFiles=Deactivating files...
-UpdaterFrame.jTextArea1.text=Update is in progress.\n\nPlease wait ...
-UpdaterFrame.textLabel.text=Preparing to Unpack
-UpdaterFrame.Form.title=Updater
-UpdaterFrame.textLabel.fontName=Dialog
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/sr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_sr.properties b/l10n/src/sr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_sr.properties
deleted file mode 100644
index b29c99b..0000000
--- a/l10n/src/sr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_sr.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} more ...
-Less_Command_Text={0} less ...
-UnitTab_ReloadTime=Last Check: {0}
-UnitTab_ReloadTime_Never=never
-UnitTab_LessAction=Show Fewer Plugins
-UnitTab_MoreAction=Show More Plugins
-UnitTab_TooltipCheckBox_INSTALLED=Check plugin {0}
-UnitTab_Tooltip_RefreshAction=Reload Catalog
-UnitTab_bTabAction_Name_INSTALLED=U&ninstall
-UnitTab_TooltipCheckBox_UPDATE=Check plugin {0}
-UnitTab_bTabAction_Name_UPDATE=&Update
-UnitTab_CheckAction=Check
-UnitTab_CheckCategoryAction=Check Category
-UnitTab_UncheckCategoryAction=Uncheck Category
-UnitTab_CheckAllAction=Check All
-UnitTab_UncheckAllAction=Uncheck All
-UnitTab_ReloadAction=&Reload Catalog
-UnitTab_PrepareReloadAction=Please wait a while reloading catalog
-UnitTab_RemoveLocallyDownloadedAction=&Remove
-UnitTab_ActivateAction=&Activate
-UnitTab_ActivateCategoryAction=Activate Category
-UnitTab_DeactivateAction=&Deactivate
-UnitTab_DeactivateCategoryAction=Deactivate Category
-AvailableTab_SourceCategory_Tooltip_STANDARD=Certified Plugin
-AvailableTab_SourceCategory_Tooltip_BETA=Beta Plugin
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Community Contributed Plugin
-InstallTab_Active_Tooltip=Active
-InstallTab_InActive_Tooltip=Inactive
-InstallTab_PendingForInstall_Tooltip=Application restart needed to complete installation
-InstallTab_PendingForDeactivate_Tooltip=Application restart needed to complete deactivation
-InstallTab_ReadOnly_Tooltip={0} is in read-only mode and cannot be checked
-UnitTab_TooltipCheckBox_AVAILABLE=Check plugin {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Install
-UnitTab_TooltipCheckBox_LOCAL=Check plugin {0}
-UnitTab_Tooltip_AddAction_LOCAL=Add the locally downloaded plugins
-UnitTab_Tooltip_RemoveAction_LOCAL=Remove plugin from the list
-UnitTab_bTabAction_Name_LOCAL=&Install
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} plugin selected
-UnitTab_lHowManySelected_Many_Text={0} plugins selected
-UnitTab_OperationName_Text_INSTALLED=Uninstall
-UnitTab_OperationName_Text_UPDATE=Update
-UnitTab_OperationName_Text_AVAILABLE=Install
-UnitTab_OperationName_Text_LOCAL=Install
-UnitTab_lWarning_Text={0} operation will require restart of the application
-PluginManagerUI_UnitTab_Update_Title=Updates
-PluginManagerUI_UnitTab_Update_ToolTip=Your application is up to date!
-PluginManagerUI_UnitTab_Available_ToolTip=No plugins are available. Click Reload Catalog for newest plugins.
-PluginManagerUI_UnitTab_Available_Title=Available Plugins
-PluginManagerUI_UnitTab_Installed_Title=Installed
-PluginManagerUI_UnitTab_Local_Title=Downloaded
-UnitTab_bAddLocallyDownloads_Name=&Add Plugins...
-UnitTab_bAddLocallyDownloads_ACN=Add Plugins
-UnitTab_bAddLocallyDownloads_ACD=Add Plugins to use the file browser to add any plugins that you downloaded to your local system
-NotificationAlreadyPreparedToIntsall=Plugin {0} is already prepared to update/install.
-NotificationOneAlreadyInstalled=Plugin "{0}" is already installed.
-NotificationMoreAlreadyInstalled=Plugins "{0}" are already installed.
-NotificationAlreadyPresent=Plugin "{0}" is already added. Do you want to replace with "{1}"?
-NotificationAlreadyPresentTitle=Replace plugin
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Add Plugins
-CTL_FileFilterDescription=Plugin distribution files (*.nbm)
-NetworkProblemPanel_taTitle_Text=Unable to connect to the Update Center
-NetworkProblemPanel_taMessage_WarningText=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic. \n\nIt might happen your caches are out of date. Please click Reload Catalog to refresh content.
-NetworkProblemPanel_taMessage_ErrorText=Not all of the plugins have been successfully downloaded. The server may be unavailable at the moment. Try again later.
-CTL_Warning=Warning
-CTL_Error=Network Problem
-CTL_ShowProxyOptions=&Proxy Configuration...
-ACSD_ShowProxyOptions=N/A
-Utilities_NetworkProblem_Continue=&Try again
-Utilities_NetworkProblem_Skip=&Skip
-Utilities_NetworkProblem_Cancel=Cancel
-Utilities_NetworkProblem_Text=Unable to connect to the {0} because of {1}
-SettingsTable_ActiveColumn=Active
-SettingsTable_NameColumn=Name
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Settings
-SettingsTab.bProxy.text=&Proxy Settings
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=Update Center Customizer
-UpdateUnitProviderPanel.lName.text=&Name\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Check for updates automatically
-Utilities_Libraries_Category=Libraries
-Utilities_Bridges_Category=Bridges
-Utilities_Unsorted_Category=Uncategorized
-SettingsTab.bRemove.message=Are you sure you want to remove following update center: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Name
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Check for updates automatically
-UpdateUnitProviderPanel.error.name.short=Update Center name is not specified
-UpdateUnitProviderPanel.error.url.short=Update Center URL is not specified
-UpdateUnitProviderPanel.error.name.dup=Update Center with the same name already exist
-UpdateUnitProviderPanel.error.url.invalid=Update Center URL is invalid
-UnitTab_bClose_Text=&Close
-Utilities_CheckingForUpdates=Checking for updates
-UnitTab_InitAndCheckingForUpdates=Initializing the list of plugins... 
-InstalledTableModel_State_Enabled=On
-InstalledTableModel_State_Disabled=Off
-AvailableTableModel_Columns_Install=Install
-AvailableTableModel_Columns_Name=Name
-AvailableTableModel_Source_Category=Source
-AvailableTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Uninstall=Select
-InstalledTableModel_Columns_Name=Name
-InstalledTableModel_Columns_Installed=Installed
-InstalledTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Enabled=Active
-LocallyDownloadedTableModel_Columns_Install=Install
-LocallyDownloadedTableModel_Columns_Name=Name
-LocallyDownloadedTableModel_Columns_Version=Version
-LocallyDownloadedTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Update=Update
-UpdateTableModel_Columns_Name=Name
-UpdateTableModel_Columns_Installed=Installed
-UpdateTableModel_Columns_Available=Available
-UpdateTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Category=Category
-SettingsTab_NewProviderName=New Provider
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Description:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Version: 
-UnitDetails_Plugin_InstalledVersion=Installed version:
-UnitDetails_Plugin_AvailableVersion=Available version:
-UnitDetails_Plugin_Author=Author: 
-UnitDetails_Plugin_Date=Date: 
-UnitDetails_Plugin_Source=Source: 
-UnitDetails_Plugin_CodeName=Code name: 
-UnitDetails_Plugin_Homepage=Homepage: 
-UnitDetails_Plugin_Notification=Important note
-UnitDetails_Plugin_Description=Plugin Description
-UnitDetails_Plugin_Collecting_Dependencies=Collecting dependencies...
-UnitDetails_New_Internal_Update_Mark=new!
-lSearch1.text=&Search\:
-SettingsTab.lCheckPeriod.text=&Check Interval\:
-SettingsTab.lGeneral.text=Advanced
-SettingsTab.addButton.text=&New
-SettingsTab.RemoveButton.text=&Remove
-SettingsTab.EditButton.text=&Edit
-SettingsTab.AddButton.text=&Add
-SettingsTab.lUpdateCenters.text=Configuration of &Update Centers\:
-SettingsTab.lConnection.text=Automatically Check for Updates
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Update_custom=User Default
-SettingsTab.cbSharedInstall.text=&Force install into shared directories
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Write Permission
-SettingsTab.cbSharedInstall.ReadOnlyMessage=You don`t have permission to install plugin(s) into the shared directory:\n{0}\nTo perform installation into the shared directory, you should run the application as a user with administrative priviledges.
-SettingsTab.cbSharedInstall.NoSharedTitle=No install directory
-SettingsTab.cbSharedInstall.NoSharedMessage=No shared directories found.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Cannot read NBM {0} because {1}
-PluginManagerUI.bHelp.text=&Help
-ACN_UnitTable=List of Plugins
-ACD_UnitTable=List of Plugins
-ACN_UpdateCentersTable=List of Update Centers
-ACD_UpdateCentersTable=List of Update Centers allowing to activate or deactivate selected Update Center
-ACN_DetailsPanel=Plugin's details
-ACN_DetailsPanel_Button=Invoke {0} action
-ACN_UnitDetails=Plugin Details
-ACD_Reload=Reload Catalog
-ACD_Search=Search Plugins
-ACN_Tabs=Switch between updates, available, installed and downloaded plugins
-ACD_Tabs=Switch between updates, available, installed and downloaded plugins
-ACN_PluginManagerUI=Plugin Manager
-ACD_PluginManagerUI=Plugin Manager for updating, installing and removing plugins
-ACN_Reload=Reload Catalog
-ACN_UpdateCenterCustomizer=Update Center Customizer
-ACD_UpdateCenterCustomizer=Update Center Customizer for editing update center name and URL
-NetworkProblemPanel_ACD=N/A
-NetworkProblemPanel_taMessage=Message of Network Problem
-NetworkProblemPanel_taTitle_ACN=Network Problem
-UnitTab.detailView.text=Sho&w details
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Internal Updates)
-Unit_InternalUpdates_Title=Internal Updates
-
diff --git a/l10n/src/sr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_sr.properties b/l10n/src/sr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_sr.properties
deleted file mode 100644
index 801cd90..0000000
--- a/l10n/src/sr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_sr.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Check for &Updates
-PluginManagerAction_Name=Plu&gins
-PluginManager_Panel_Name=Plugins
-PluginManager_CloseButton_Name=&Close
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} updates found.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} update found.
-AutoupdateCheckScheduler_UpdateFound_Hint=Click here to make your application up to date.
-AutoupdateCheckScheduler_InstallInProgress=Please wait, another install task in progress...
-
diff --git a/l10n/src/sr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_sr.properties b/l10n/src/sr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_sr.properties
deleted file mode 100644
index 676d157..0000000
--- a/l10n/src/sr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_sr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The UI allows to browse the installation and contents of registered Update Centers, to download updates or new modules and to automatically install modules.
-OpenIDE-Module-Name=Auto Update UI
-OpenIDE-Module-Short-Description=Supplies UI of Auto Update Services
-
diff --git a/l10n/src/sr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_sr.properties b/l10n/src/sr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_sr.properties
deleted file mode 100644
index 823a152..0000000
--- a/l10n/src/sr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_sr.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_Header_Content=The installer will download, verify and then install the selected plugins.
-OperationDescriptionStep_TableInstall_Title=The following plugins will be installed:
-OperationDescriptionStep_TableUpdate_Title=The following plugins will be updated:
-OperationDescriptionStep_PluginBrokesJavaDependency=The Java platform version {0} was requested but only {1} is running.
-OperationDescriptionStep_HeaderUninstall_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderUninstall_Content=The selected plugins will be uninstalled. The selected plugins will be removed from the disk.
-OperationDescriptionStep_TableUninstall_Title=The following plugins will be uninstalled:
-OperationDescriptionStep_HeaderActivate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderActivate_Content=The selected plugins will be activated.
-OperationDescriptionStepActivate_Table_Title=The following plugins will be activated:
-OperationDescriptionStep_HeaderDeativate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderDeativate_Content=The selected plugins will be deactivated.
-OperationDescriptionStep_TableDeativate_Title=The following plugins will be deactivated:
-PanelBodyContainer_PleaseWait=Please wait until the installer discovers plugins dependencies.
-DependenciesResolutionStep_Table_Title=The following plugins will also be installed because one or more of the plugins you are about to install depend on them:
-UninstallDependenciesResolutionStep_Table_Title=The following plugins need to be deactivated because they require one or more of the plugins you are about to deactivate:
-LicenseApprovalPanel_taTitle_Text=In order to continue with the installation, you need to agree with all of the license agreements associated with the particular plugins.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} License Agreement
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=License Agreement
-LicenseApprovalPanel_Header_Content=Please read all of the following license agreements carefully.
-InstallUnitWizard_Title=Plugin Installer
-InstallStep_Header_Download_Head=Download
-InstallStep_Header_Download_Content=Please wait until the installer downloads the requested plugins.
-InstallStep_Header_Verify_Head=Validate
-InstallStep_Header_Verify_Content=Please wait until the installer validates the downloaded plugins.
-InstallStep_Header_Install_Head=Install
-InstallStep_Header_Install_Content=Please wait until the installer completes the installation.
-InstallStep_Header_InstallDone_Head=Installation completed successfully
-InstallStep_Header_InstallDone_Content=Click Finish to quit the installer.
-InstallStep_Header_InstallUnsuccessful_Head=Installation completed unsuccessfully
-InstallStep_Header_InstallUnsuccessful_Content=Click Finish to quit the installer and try to restart application.
-InstallStep_Header_Restart_Head=Restart application to complete installation
-InstallStep_Header_Restart_Content=Restart application to finish plugin installation.
-UninstallStep_Header_Restart_Head=Restart application to complete deactivation
-UninstallStep_Header_Restart_Content=Restart application to finish plugin deactivation.
-CustomHandleStep_Header_Install_Restart_Head=Restart application to complete installation
-CustomHandleStep_Header_Install_Restart_Content=Restart application to finish plugin installation.
-CustomHandleStep_Header_Uninstall_Restart_Head=Restart application to complete uninstallation
-CustomHandleStep_Header_Uninstall_Restart_Content=Restart application to finish plugin uninstallation.
-
-InstallStep_Done=Done.
-InstallStep_Unsuccessful=Installation is completed but some problem found: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Restart Now
-InstallUnitWizardModel_Buttons_RestartLater=Restart &Later
-InstallUnitWizardModel_Buttons_Install=&Install
-InstallUnitWizardModel_Buttons_Update=&Update
-InstallUnitWizardModel_Buttons_Close=&Finish
-InstallUnitWizardModel_Buttons_Next=Next
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Uninstall
-UninstallUnitWizardModel_Buttons_TurnOn=&Activate
-UninstallUnitWizardModel_Buttons_TurnOff=&Deactivate
-InstallStep_InstallDone_Text=The Plugin Installer has successfully installed the following plugins:
-InstallStep_InstallUnsuccessful_Text=The Plugin Installer found problem {0} while install the following plugins:
-UninstallStep_UninstallDone_Text=The Plugin Installer has successfully uninstalled the following plugins:
-UninstallStep_ActivateDone_Text=The Plugin Installer has successfully activated the following plugins:
-UninstallStep_DeactivateDone_Text=The Plugin Installer has successfully deactivated the following plugins:
-UninstallStep_UninstallFailed_Text=Uninstallation failed: {0}
-UninstallStep_ActivateFailed_Text=Activation failed: {0}
-UninstallStep_DeactivateFailed_Text=Deactivation failed: {0}
-UninstallStep_Done=Done.
-UninstallStep_Failed=Failed. {0}
-UninstallStep_Header_Uninstall_Head=Uninstallation
-UninstallStep_Header_Uninstall_Content=Please wait until the installer uninstalls all the selected plugins.
-UninstallStep_Header_Deactivate_Head=Deactivation
-UninstallStep_Header_Deactivate_Content=Please wait until the installer finishes deactivating all the selected plugins.
-UninstallStep_Header_Activate_Head=Activation
-UninstallStep_Header_Activate_Content=Please wait until the installer finishes activating all the selected plugins.
-UninstallStep_Header_UninstallDone_Head=Uninstallation completed successfully
-UninstallStep_Header_UninstallDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateDone_Head=Deactivation completed successfully
-UninstallStep_Header_DeactivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateDone_Head=Activation completed successfully
-UninstallStep_Header_ActivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_UninstallFailed_Head=Uninstallation failed
-UninstallStep_Header_UninstallFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateFailed_Head=Deactivation failed
-UninstallStep_Header_DeactivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateFailed_Head=Activation failed
-UninstallStep_Header_ActivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_ProgressName_Uninstall=Uninstalling plugins
-UninstallStep_ProgressName_Activate=Activating plugins
-UninstallStep_ProgressName_Deactivate=Deactivating plugins
-ValidationWarningPanel_ShowCertificateButton=&Show certificate
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Validation Warning
-ValidationWarningPanel_VerifyCertificate_Title=Verify Certificate
-ValidationWarningPanel_ContinueButton=&Continue
-ValidationWarningPanel_taHead_NotSignedText=The following plugins are not signed\:
-ValidationWarningPanel_taHead_NotTrustedText=The following plugins are signed but not trusted\:
-ValidationWarningPanel_taWarning_Text=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-OperationDescriptionStep_CustomHandled_Head={0} plugins use native installer:
-InstallStep_Download_DownloadingPlugins=Downloading plugins...
-InstallStep_Validate_ValidatingPlugins=Validating plugins...
-InstallStep_Install_InstallingPlugins=Installing plugins...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Some plugins not installed to avoid potential installation problems.
-CustomHandleStep_Header_Install_Head=Install
-CustomHandleStep_Header_Install_Content=Please wait until the installer completes the installation.
-CustomHandleStep_Header_Uninstall_Head=Uninstallation
-CustomHandleStep_Header_Uninstall_Content=Please wait until the installer finishes uninstalling the selected plugins.
-CustomHandleStep_Header_InstallDone_Head=Installation completed successfully
-CustomHandleStep_Header_InstallDone_Content=Click Next to continue installing the remaining selected plugins using the plugin installer.
-CustomHandleStep_Header_UninstallDone_Head=Uninstallation completed successfully
-CustomHandleStep_Header_UninstallDone_Content=Click Next to continue uninstalling the remaining selected plugins.
-CustomHandleStep_Header_InstallFail_Head=Installation failed.
-CustomHandleStep_Header_InstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Header_UninstallFail_Head=Installation failed
-CustomHandleStep_Header_UninstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Install_InstallingPlugins=Installing plugins using the plugin's installer...
-CustomHandleStep_Uninstall_UninstallingPlugins=Uninstalling plugins using the plugin's installer...
-CustomHandleStep_Done=Done.
-CustomHandleStep_InstallDone_Text=The Plugin Installer has successfully finished the installation.
-CustomHandleStep_InstallFail_Text=Installation of {0} failed.
-CustomHandleStep_UninstallDone_Text=The Plugin Installer has successfully finished the uninstallation.
-CustomHandleStep_UninstallFail_Text=Uninstallation of {0} failed.
-InstallStep_NetworkProblem_Continue=&Try again
-InstallStep_NetworkProblem_Text=Networking problem in {0}
-OperationPanel.cbRunInBackground.text=&Run In Background
-InstallSupport_InBackground_NetworkError=Unable to connect to the Update Center.
-InstallSupport_InBackground_NetworkError_Details=details
-LicenseApprovalPanel.cbAccept.text=I &accept the terms in all of the license agreements.
-InstallSupport_RestartNeeded=Restart the application to complete the installation.
-UninstallSupport_RestartNeeded=Restart the application to complete the deactivation.
-CustomHandleStep_Install_RestartNeeded=Restart the application to complete the installation.
-CustomHandleStep_Uninstall_RestartNeeded=Restart the application to complete the uninstallation.
-
-RestartNeeded_Details=Click here to restart your application now
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans Installer Wizard
-PanelBodyContainer_ACD=NetBeans Installer Wizard
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/A
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/A
-ValidationWarningPanel_tpPlugins_ACN=Unverified Plugins
-ValidationWarningPanel_taWarning_Text_ACD=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-ValidationWarningPanel_taWarning_Text_ACN=Warning
-ValidationWarningPanel_taHead_ACN=N/A
-ValidationWarningPanel_ACD=N/A
-UninstallUnitWizard_Title=Plugin Installer
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Your application is up to date!</h3>
-LazyOperationDescriptionStep_NoUpdates=There are no updates available.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Checking for updates failed.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Check your network connection, verify that your proxy settings<br>are configured correctly, or try again later.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Checking for updates.</b><br>Please wait while the installer checks for available updates.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Initializing the list of updates... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Some plugins require plugin {0} to be installed.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Some plugins are waiting for application restart to resolve following problems:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Some plugins require capability {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Some plugins require the Java platform in version {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Some plugins require JDK</h3>Some of the selected plugins require the JDK in order to function. Currently, NetBeans IDE appears to be running with the JRE instead of the full JDK.<br><br>To use these plugins, start IDE with the <code>--jdkhome</code> command line option set to the location of a JDK installation. See <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> for more information.<br><br>
-OperationDescriptionStep_BrokenModuleDep=The plugin {0} would also need to be installed.
-OperationDescriptionStep_BrokenModuleNameDep=The plugin named {0} is needed and not found.
-OperationDescriptionStep_BrokenModuleVersionDep=The plugin {0} is requested in version >= {1} but only {2} was found.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=The plugin {0} is requested in version >= {1} (release version {2}) but only {3} (of release version different from {2}) was found.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=The plugin {0} is requested in version {1}.
-OperationDescriptionStep_BrokenModuleImplDep=The plugin {0} is requested in implementation version {1}.
-OperationDescriptionStep_BrokenRequiresDep=No plugin providing the capability {0} could be found.
-OperationDescriptionStep_AffectedPluginByBrokenDep=The following plugins are affected:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=The following plugin is affected:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=There were some problems while storing {0}.\nCause: {1}
-InstallStep_DownloadProblem_SomePlugins=selected plugins
-
diff --git a/l10n/src/sr/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_sr.properties b/l10n/src/sr/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_sr.properties
deleted file mode 100644
index d85fbae..0000000
--- a/l10n/src/sr/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_sr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP Platform
-OpenIDE-Module-Name=RCP Platform
-OpenIDE-Module-Short-Description=NetBeans RCP Platform
-OpenIDE-Module-Long-Description=The NetBeans RCP Platform is a generic framework for Swing applications. It provides the services common to almost all large desktop applications: window management, menus, settings and storage, update management, file access, etc.<br><br>See more information at <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/sr/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_sr.properties b/l10n/src/sr/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_sr.properties
deleted file mode 100644
index 3693500..0000000
--- a/l10n/src/sr/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_sr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup On SystemFS
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The default implementation of MimeDataProvider.
-OpenIDE-Module-Long-Description=The MIME Lookup On SystemFS module implements MimeDataProvider that looks up objects in the folder hierarchy on the System filesystem.
-
-
diff --git a/l10n/src/sr/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_sr.properties b/l10n/src/sr/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_sr.properties
deleted file mode 100644
index d819b5a..0000000
--- a/l10n/src/sr/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_sr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The MIME lookup API.
-OpenIDE-Module-Long-Description=The MIME Lookup module provides API for looking up MIME type dependent settings, services and other objects. It also provides SPI for implementing additional MIME type related data provider.
-
diff --git a/l10n/src/sr/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_sr.properties b/l10n/src/sr/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_sr.properties
deleted file mode 100644
index 3ef3ddd..0000000
--- a/l10n/src/sr/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_sr.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Add to Favorites
-ACT_AddOnFavoritesNode=&Add to Favorites...
-ACT_Remove=&Remove from Favorites
-ACT_View=Favor&ites
-ACT_Select=Favorites
-ACT_Select_Main_Menu=Select in F&avorites
-
-Favorites=Favorites
-Templates/Other=Other
-Templates/Properties=User Configuration Properties
-Templates/Other/Folder=Folder
-Templates/Other/file=Empty File
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
-# JFileChooser
-CTL_DialogTitle=Add to Favorites
-CTL_ApproveButtonText=Add
-ERR_FileDoesNotExist={0} does not exist.
-ERR_FileDoesNotExistDlgTitle=Add to Favorites
-
-MSG_NodeNotFound=The document node could not be found in the Favorites tab.
-
-# Manifest localization
-OpenIDE-Module-Name=Favorites
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for organizing favorite files.
-OpenIDE-Module-Long-Description=Favorites module enables you to create a view of files specifically relevant to your work, simply access them at one common place.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Templates
-Templates.Options.Export.displayName=All Templates
-Favorites.Options.Export.displayName=Favorites
-
diff --git a/l10n/src/sr/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_sr.properties b/l10n/src/sr/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_sr.properties
deleted file mode 100644
index 6f1560e..0000000
--- a/l10n/src/sr/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_sr.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Close
-BTN_TemplatesPanel_OpenInEditorButton=&Open in Editor
-LBL_TemplatesAction_Name=&Templates
-HINT_TemplatesAction=Customize templates
-LBL_TemplatesPanel_Title=Template Manager
-BTN_TemplatesPanel_Delete=&Delete
-LBL_TemplatesPanel_TemplatesLabel=&Templates\:
-BTN_TemplatesPanel_Add=&Add...
-BTN_TemplatesPanel_RenameButton=&Rename
-BTN_TemplatesPanel_DuplicateButton=Du&plicate
-BTN_TemplatesPanel_NewFolder=&New Folder
-BTN_TemplatesPanel_MoveUp=Move &Up
-BTN_TemplatesPanel_MoveDown=Move Do&wn
-LBL_TemplatesPanel_JFileChooser_Title=Add Existing Template
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Add
-TXT_TemplatesPanel_NewFolderName=New Folder
-MSG_TemplatesPanel_Nonexistent_File=File ''{0}''\ndoes not exist, please specify an existing file.
-
-TemplatesPanel_TemplateNode_DisplayName=Display Name
-TemplatesPanel_TemplateNode_DisplayName_Desc=Display name of this template. Shown in File|New wizard as well as in Tools|Templates.
-TemplatesPanel_TemplateNode_FileName=File Name
-TemplatesPanel_TemplateNode_FileName_Desc=File name of file represented by this template.
-TemplatesPanel_TemplateNode_ScriptEngine=Script Engine
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Script engine use for processing this template.
-TemplatesPanel_TemplateNode_TemplateCategories=Template Categories
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=A list of template's categories appropriate for this template.
-
-ACD_TemplatesPanel_Add=Add Template
-
-ACD_TemplatesPanel_New=New Template
-
-ACD_TemplatesPanel_Duplicate=Duplicate Selected Template
-
-ACD_TemplatesPanel_Rename=Rename Template
-
-ACD_TemplatesPanel_MoveUp=Move Up Selected Template
-
-ACD_TemplatesPanel_MoveDown=Move Down Selected Template
-
-ACD_TemplatesPanel_Delete=Delete Template
-
-TT_TemplatesPanel_Add=Add Template
-
diff --git a/l10n/src/sr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_sr.properties b/l10n/src/sr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_sr.properties
deleted file mode 100644
index 929201c..0000000
--- a/l10n/src/sr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_sr.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Could not connect to URL {0}; no such resource was found.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Warning: the JavaHelp topic ID {0} was not found.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Loading help sets...
-ACSD_JavaHelp_viewer=Displays one or more online help references in JavaHelp format
-ACSD_Loading_Dialog=Loading help sets
-
-# HelpAction
-LBL_HelpAction=Help
-CTL_OpeningHelp=Opening Help...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP Monitor
-
-# a11y - BrowserDisplayer
-ACSD_Label=Click here to open this link in a web browser.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Showing help ID: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Showing help ID: {0}
-
-QuickSearch/Help=Help
-Err_CreateJavaHelpSearchEngine=Failed to create JavaHelp search engine.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copy Link Location
-
diff --git a/l10n/src/sr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_sr.properties b/l10n/src/sr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_sr.properties
deleted file mode 100644
index 45c1017..0000000
--- a/l10n/src/sr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_sr.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JavaHelp Integration
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Permits JavaHelp help sets to be added to the IDE.
-OpenIDE-Module-Long-Description=Contains the actual JavaHelp runtime library, and the implementation of the part of the Modules API which permits other modules to install help sets using JavaHelp technology.
-
-Menu/Help/master-help.xml=Help &Contents
-Menu/Help/HelpShortcuts=Help &Sets
-Actions/Help/master-help.xml=Help &Contents
-
diff --git a/l10n/src/sr/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_sr.properties b/l10n/src/sr/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_sr.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/sr/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_sr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/sr/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_sr.properties b/l10n/src/sr/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_sr.properties
deleted file mode 100644
index f617e03..0000000
--- a/l10n/src/sr/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_sr.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Sample value ensuring that decryption is working.
-FallbackProvider.msg_clear_keys=Your previously stored passwords cannot be decrypted. Do you wish to forget all existing passwords and start with a fresh keyring?
-FallbackProvider.title_clear_keys=Delete Stored Passwords
-MasterPasswordPanel.masterPasswordLabel.text=Master &Password:
-MasterPasswordPanel.setNewBox.text=&Change...
-MasterPasswordPanel.newLabel1.text=&New Master Password:
-MasterPasswordPanel.newLabel2.text=&Retype:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=Enter Master Password
-MasterPasswordPanel.enter_password=Enter password
-MasterPasswordPanel.enter_new_password=Enter new password
-MasterPasswordPanel.password_mismatch=New passwords do not match
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/sr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_sr.properties b/l10n/src/sr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_sr.properties
deleted file mode 100644
index d661fb1..0000000
--- a/l10n/src/sr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_sr.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Cannot create file {0} in folder {1}.
-EXC_CannotCreateExistingData=Cannot create file {0} in folder {1}. This file already exists.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Cannot create folder {0} in folder {1}.
-EXC_CannotCreateExistingFolder=Cannot create folder {0} in folder {1}. This folder already exists.
-
-# {0} - the file
-EXC_CannotLock=Cannot lock read-only file {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Invalid lock [{0}] for file {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-EXC_CannotLockRoot=Root cannot be locked.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Cannot get exclusive access to {0} (probably opened for reading).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Cannot get shared access to {0} (probably opened for writing).
-
diff --git a/l10n/src/sr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_sr.properties b/l10n/src/sr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_sr.properties
deleted file mode 100644
index fc1852d..0000000
--- a/l10n/src/sr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_sr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=File {0} is already locked.
-EXC_FileLockAlreadyExists=File {0} is already locked (lock {1} exists).
-# {0} - full path
-FileObj.readOnlyFile=File {0} cannot be written to because it is read-only.
-
diff --git a/l10n/src/sr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_sr.properties b/l10n/src/sr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_sr.properties
deleted file mode 100644
index 2fb5bd5..0000000
--- a/l10n/src/sr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_sr.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Master Filesystem
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Merges multiple filesystem providers into a single logical tree.
-OpenIDE-Module-Long-Description=Creates mounts for disk roots and then splices in other filesystems such as VCS mounts, providing a single wrapper FileSystem for them all.
-
-LBL_loaderName=FolderLoader for MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Cannot copy root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Cannot move root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Filesystem {1}  cannot be mounted on the root {0}, because Filesystem {2} is already mounted.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Filesystem {1}  cannot be mounted on the root {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Filesystem {0}  cannot be unmounted. 
-
diff --git a/l10n/src/sr/platform/options-api/options-api/org/netbeans/modules/options/Bundle_sr.properties b/l10n/src/sr/platform/options-api/options-api/org/netbeans/modules/options/Bundle_sr.properties
deleted file mode 100644
index 36fa58b..0000000
--- a/l10n/src/sr/platform/options-api/options-api/org/netbeans/modules/options/Bundle_sr.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Options Dialog and SPI
-OpenIDE-Module-Display-Category=Tools
-OpenIDE-Module-Short-Description=Provides the Options dialog and an SPI to add panels to it.
-OpenIDE-Module-Long-Description=Provides the Tools | Options dialog. The SPI lets you add whole new panels, or sections to the Miscellaneous panel.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Options
-CTL_Options_Dialog_Title=Options
-CTL_OK=OK
-CTL_Classic=Advanced Options
-CTL_Classic_Title=Advanced Options
-CTL_Modern=&Basic Options
-CTL_Loading_Options=Loading Settings ...
-CTL_Error_Loading_Options=Loading Options Failed.
-CTL_Some_values_changed=There are some changes. Do you want to apply them?
-
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=&Fonts & Colors
-CTL_Font_And_Color_Options_Title=Fonts & Colors
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-
-CTL_Export=Expor&t
-CTL_Import=&Import
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= Invokes Advanced Options dialog
-ACS_OptionsPanel=Options Dialog
-ACS_Export=Export Options
-ACS_Import=Import Options
-TabbedController.pane.AD=Options Panel
-
-QuickSearch/GoToOption=Options
-
diff --git a/l10n/src/sr/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_sr.properties b/l10n/src/sr/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_sr.properties
deleted file mode 100644
index 95766a8..0000000
--- a/l10n/src/sr/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_sr.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Miscellaneous
-CTL_Advanced_Options_Title=Miscellaneous
-CTL_Advanced_Options_Description=Miscellaneous
-AdvancedPanel.tabbedPanel.AD=Miscellaneous tabbed panel
-Advanced.Export.Category=Miscellaneous
-
diff --git a/l10n/src/sr/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_sr.properties b/l10n/src/sr/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_sr.properties
deleted file mode 100644
index 930c4e0..0000000
--- a/l10n/src/sr/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_sr.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Define Here
-LBL_action_revert=Revert Def.
-LBL_action_delete=Delete
-
-MSG_ask_remove_above_defined_files=Moving the definition here will remove any values stored in layers left of the selected column.\n\nDo you want to proceed?
-
-#file state tooltips
-LBL_fstate_defined=Setting Definition
-LBL_fstate_ignored=Unused Setting Value
-LBL_fstate_inherited=Setting Inherited
-LBL_fstate_undefined=Setting value is not defined here
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=User
-LBL_FSP_Desc_Session-Layer=Session Settings Level
-LBL_FSP_Modules-Layer=Default
-LBL_FSP_Desc_Modules-Layer=Default Installation Settings Level
-
-#OptionsAction
-Options=&Options
-CTL_close_button=&Close
-ACSD_close_button=N/A
-ACSN_optionsTree=N/A
-ACSD_optionsTree=N/A
-LBL_computing=Initializing settings ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Show Levels (press +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Hide Levels (press +)
-CTL_Templates_name=Templates
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorer
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
diff --git a/l10n/src/sr/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_sr.properties b/l10n/src/sr/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_sr.properties
deleted file mode 100644
index c92ed6a..0000000
--- a/l10n/src/sr/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_sr.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Select Options for Export:
-OptionsChooserPanel.outline.all=All
-OptionsChooserPanel.outline.header.tree=Available Options
-OptionsChooserPanel.outline.AN=Available Options
-OptionsChooserPanel.outline.AD=Tree of available options
-OptionsChooserPanel.lblFile.text=&Target zip file:
-OptionsChooserPanel.btnBrowse=B&rowse...
-OptionsChooserPanel.btnBrowse.AN=Browse
-OptionsChooserPanel.btnBrowse.AD=Browse
-OptionsChooserPanel.txtFile.AD=Source or target of import/export.
-OptionsChooserPanel.loading=Loading...
-OptionsChooserPanel.file.warning=Please, select a valid target zip file
-OptionsChooserPanel.nooption.warning=Please, select something to export
-OptionsChooserPanel.file.chooser.title=Select target zip file
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=Select Options to Export
-OptionsChooserPanel.export.status.text=Options Export Finished.
-OptionsChooserPanel.import.title=Select Options to Import
-OptionsChooserPanel.import.lblFile.text=&Import Source:
-OptionsChooserPanel.import.lblHint.text=&Select Options for Import:
-OptionsChooserPanel.import.file.warning=Please, select a valid zip file or userdir
-OptionsChooserPanel.import.nooption.warning=Please, select something to import
-OptionsChooserPanel.import.file.chooser.title=Select zip file or userdir
-OptionsChooserPanel.import.invalid.userdir.title=Invalid Userdir?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Folder {0} does not seem to be a valid userdir. Do you really want to import options from this location?
-OptionsChooserPanel.AD=Panel to choose options for export/import
-OptionsChooserPanel.import.error=Error while importing options. Run IDE with parameter -J-Dorg.netbeans.modules.options.export.level=100 and look at IDE log for details.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Invalid zip file: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Writing to file {0} failed.
-ImportConfirmationPanel.title=Import Confirmation
-ImportConfirmationPanel.cbRestart.text=&Restart IDE now (without restart imported settings may not work)
-ImportConfirmationPanel.cbRestart.AD=Decide whether restart IDE now or later
-ImportConfirmationPanel.cbRestart.AN=Restart IDE now?
-ImportConfirmationPanel.lblMessage.text=Import may irreversibly overwrite your current settings. Perform export first to backup current options. Do you want to continue?
-ImportConfirmationPanel.lblMessage.AD=Confirmation message
-ImportConfirmationPanel.AN=Import Confirmation
-ImportConfirmationPanel.AD=Import Confirmation
-ExportConfirmationPanel.title=Stored Passwords Warning
-ExportConfirmationPanel.lblMessage.text=Exported settings may contain stored passwords. Sharing your settings with other users represents a potential security risk. Do you want to continue?
-ExportConfirmationPanel.cbSkip.text=&Skip this warning next time
-ExportConfirmationPanel.cbSkip.AN=Skip this warning next time?
-ExportConfirmationPanel.cbSkip.AD=Decide whether skip or show this warning next time
-ExportConfirmationPanel.lblMessage.AD=Confirmation message
-ExportConfirmationPanel.AN=Stored passwords warning
-ExportConfirmationPanel.AD=Stored passwords warning
-
diff --git a/l10n/src/sr/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_sr.properties b/l10n/src/sr/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_sr.properties
deleted file mode 100644
index d2c889b..0000000
--- a/l10n/src/sr/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_sr.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Keymap Options
-
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-CTL_Keymap_Options_Description=Keymap
-
-CTL_Duplicate=&Manage Profiles...
-AN_Duplicate=Duplicate
-AD_Duplicate=Duplicate
-CTL_Delete=Dele&te
-AN_Delete=Delete
-AD_Delete=Delete
-CTL_Restore=&Restore
-AN_Restore=Restore
-AD_Restore=Restore
-CTL_Show_Actions=Actio&ns
-AN_Show_Actions=Actions
-AD_Show_Actions=Actions
-CTL_Show_Shortcuts=&Shortcuts
-AN_Show_Shortcuts=Shortcuts
-AD_Show_Shortcuts=Shortcuts
-CTL_Add_Shortcut=A&dd ...
-AN_Add_Shortcut=Add
-AD_Add_Shortcut=Add
-CTL_Remove_Shortcut=Remo&ve
-AN_Remove_Shortcut=Remove
-AD_Remove_Shortcut=Remove
-CTL_Actions=Actio&ns:
-AN_Actions=Actions
-AD_Actions=Actions
-CTL_Shortcuts=&Shortcuts:
-AN_Shortcuts=Shortcuts
-AD_Shortcuts=Shortcuts
-AN_Profiles=Profiles
-AD_Profiles=Profiles
-Show_Actions=Actio&ns
-Show_Shortcuts=&Shortcuts
-Keymaps=&Keymaps
-CTL_Keymap_Name=&Profile:
-View_By=&View By
-Shortcut=&Shortcut:
-Add_Shortcut_Dialog=Add Shortcut
-CTL_Create_New_Profile_Message=Profile &Name:
-CTL_Create_New_Profile_Title=Create New Profile Dialog
-Shortcut_Conflict=<html>Shortcut already assigned to {0} action. If you proceed the shortcut will be reassigned.
-CTL_Clear=&Clear
-AN_Clear=Clear shortcut button
-AD_Clear=Clear the shortcut field
-CTL_Tab=&Tab
-AN_Tab=Insert Tab character button
-AD_Tab=Insert Tab character
-CTL_Duplicate_Profile_Name=Profile with such name already exists.\n Choose different name, please.
-
-CTL_Export_IDE_Actions_Action=Export IDE Actions to XML
-CTL_Export_IDE_Shortcuts_Action=Export IDE Shortcuts to XML
-CTL_Export_Editor_Shortcuts_Action=Export Editor Shortcuts to XML
-CTL_Export_Shortcuts_to_HTML_Action=Export Shortcuts to HTML
-
-CTL_Other=Other
-AN_Shortcut=Shortcut field
-AD_Shortcut=Shortcut field
-AN_ShortcutsDialog=Enter new shortcut
-AD_ShortcutsDialog=Enter new shortcut
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Switching keymap profile from {1} to {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Quick Search: Invoking {1} action, class {0}
-
-QuickSearch/Actions=Actions
-MSG_ActionFailure={0} action can not be invoked through Quick Search...
-
-# Quicksearch options
-KW_KeymapOptions=Keymap Options, Keyboard Shortcuts, Keybindings
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Search:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Field used to narrow list of shortcuts
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Search in Sho&rtcuts:
-
-# Conflict dialogs
-Override_Shortcut=<html>Following Action(s): <br>{0} conflict with this assignment. Do you wish to override?
-Conflicting_Shortcut_Dialog=Conflicting Shortcut Dialog
-Override_All=<html>Following Action(s): <br>{0} conflict with this restore. Do you wish to override all?
-Alternative_Shortcut=(alternative shortcut)
-
-#Table columns
-Actions=Actions
-Shortcut=Shortcut
-Category=Category
-Scope=Scope
-
-#Keymap Popup
-Edit=Edit...
-Add_Alternative=Add Alternative
-Reset_to_Default=Reset to Default
-Clear=Clear
-
-#Keymap completion
-No_Free_Shortcut=No recommended free shortcut with prefix "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicate
-ProfilesPanel.exportButton.text=&Export
-ProfilesPanel.deleteButton.text=De&lete
-ProfilesPanel.importButton.text=&Import
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Profiles scroll pane
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Scroll pane for profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=List of keymap profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Imports profile from external file
-ProfilesPanel.AccessibleContext.accessibleDescription=Profiles Panel
-ProfilesPanel.restoreButton.text=&Restore Defaults
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restores stored defaults
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplicates existing profile
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exports current profile
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Deletes selected custom profile
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=Manage Keymap Profiles
-CTL_Files=Files
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Keymaps
-Keymaps.Options.Export.Profiles.displayName=Keymap Profiles
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/sr/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_sr.properties b/l10n/src/sr/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_sr.properties
deleted file mode 100644
index c987b1e..0000000
--- a/l10n/src/sr/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_sr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Swing Layout Extensions integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles swing-layout library.
-OpenIDE-Module-Long-Description=This module bundles Swing Layout Extensions library (from swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/sr/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_sr.properties
deleted file mode 100644
index d008c39..0000000
--- a/l10n/src/sr/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_sr.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=Common Annotations
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/sr/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_sr.properties
deleted file mode 100644
index feb9286..0000000
--- a/l10n/src/sr/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_sr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization APIs.
-OpenIDE-Module-Long-Description=Lets modules register long-running tasks or processes in a central place.
-
diff --git a/l10n/src/sr/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_sr.properties
deleted file mode 100644
index 741f64f..0000000
--- a/l10n/src/sr/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_sr.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Scene Component
-ACS_SceneComponentDesc=Scene view
-
diff --git a/l10n/src/sr/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_sr.properties
deleted file mode 100644
index af2d2f2..0000000
--- a/l10n/src/sr/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_sr.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Visual Library API
-OpenIDE-Module-Short-Description=Visual Library API
-
diff --git a/l10n/src/sr/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_sr.properties
deleted file mode 100644
index ca6f96e..0000000
--- a/l10n/src/sr/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_sr.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=An instance of the program seems to be already running with your user directory.\nEither a previous session of the program did not exit correctly, or another instance\nof the program is running on a different computer and using the same user directory.\n\nIf another session of the program is running with the same user directory, please click\nCancel to prevent the corruption of the user directory. If you are sure that no other\ninstances of the program are running with your user directory, click OK to continue.
-MSG_AlreadyRunningTitle=Warning
-
-EXC_not_a_module={0} is not a valid NetBeans module.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Bootstrap
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The core bootstrap of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the initial infrastructure that loads all other parts of the application. It cannot be disabled.
-
-MSG_InstallJava6=Cannot run on older versions of Java than Java 6 Standard Edition.\nPlease install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=Java 6 Standard Edition or newer required
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_sr.properties
deleted file mode 100644
index 80e1b53..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_sr.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Output {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=&Exit IDE
-ACSD_EndTasks=N/A
-CTL_PendingTitle=Exit IDE
-ACSD_PendingTitle=N/A
-LAB_PendingTasks=E&xiting the IDE will terminate the following processes:
-ACSD_PendingTasks=N/A
-# {0} - process name
-CTL_PendingExternalProcess2=Process - {0}
-# {0} - action name
-CTL_ActionInProgress={0} action in progress
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_sr.properties
deleted file mode 100644
index 53a2a23..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_sr.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Remove
-CTL_MoveUp=Move &Up
-CTL_MoveDown=Move Do&wn
-CTL_AddDirectory=Add Director&y...
-CTL_AddJAR=Add &JAR/ZIP...
-CTL_JarArchivesMask=JAR and ZIP Archives
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_AddDirectory=N/A
-ACSD_AddJAR=N/A
-ACSD_PathList=N/A
-ACSD_CustomNbClassPathEditor=N/A
-CTL_Edit_Jar_Dialog_Title=Edit JAR File
-CTL_Edit_Local_Dialog_Title=Edit Local Directory
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=Add JAR File
-CTL_FileSystemPanel.Local_Dialog_Title=Add Local Directory
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Process\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Arguments\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Arguments &Hint
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Browse...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/A
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/A
-ACSD_CustomNbProcessDescriptorEditor=N/A
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Path Entries
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=List of path entries to be edited.
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_sr.properties
deleted file mode 100644
index d19338b..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_sr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Execution
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of the Execution engine.
-OpenIDE-Module-Long-Description=Adds support for execution into the platform. Contains classes which implement the execution part of APIs and corresponding GUI.
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_sr.properties
deleted file mode 100644
index 6913b0d..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_sr.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=&Output
-
-#Title for I/O window
-LBL_IO_WINDOW=Output
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Output
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_sr.properties
deleted file mode 100644
index d904be1..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_sr.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editors
-EditorsAction.source=&Source
-GetLeftEditorAction.name=Editors - Iterate left
-
-GetRightEditorAction.name=Editors - Iterate right
-
-TabButton.tool_tip={0} View
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_sr.properties
deleted file mode 100644
index 34b8ae8..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_sr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MultiView Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=MultiView Windows framework and APIs
-OpenIDE-Module-Long-Description=MultiView Windows framework and APIs
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_sr.properties
deleted file mode 100644
index 27caa53..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_sr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Native Access
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-OpenIDE-Module-Long-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_sr.properties
deleted file mode 100644
index f1db8aa..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_sr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparency
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_sr.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_sr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_sr.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_sr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_sr.properties
deleted file mode 100644
index fe48716..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_sr.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-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_FONT_TYPE=Choose Font...
-ACTION_FILTER=Filter...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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...
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_sr.properties
deleted file mode 100644
index d9f02d2..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_sr.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Input
-LBL_EOF=&Close Input
-TIP_EOF=Closes the input component and sends end-of-file to any readers
-TIP_INPUT=Enter text and press enter to send it to the running process
-
-#Output window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_sr.properties
deleted file mode 100644
index 4762f92..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_sr.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Startup
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Loads and enables modules.
-OpenIDE-Module-Long-Description=This module provides the central additional functionality to Bootstrap to locate and enable the right modules.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user is not set.\nPlease check your NetBeans startup script.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Your user directory ({0}) cannot reside inside your NetBeans installation directory ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Starting NetBeans Platform
-# The Title of the About Box
-CTL_About_Title=About
-CTL_About_Detail=Detail
-ACSD_AboutDialog=N/A
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/A
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=UI class name expected, using default UI...
-ERR_UserDirExpected=Directory expected after --userdir switch
-ERR_UINotFound=UI class not found, using default UI...
-ERR_FontSizeExpected=Font size expected, using default font size...
-ERR_BadFontSize=Bad format of the font size, using default font size...
-ERR_BrandingNeedsArgument=Option --branding requires one argument
-ERR_LocaleExpected=Locale specification expected after --locale switch
-
-
-CTL_Netbeanshome_notexists=netbeans.home points to a non-existent directory.
-CTL_Netbeanshome1=netbeans.home does not point to a directory.
-CTL_Netbeanshome2=netbeans.user points to a non-existent directory.
-CTL_Netbeanshome3=netbeans.user does not point to a directory.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Cannot create system directory in {0}. A file with the same name already exists.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Cannot create system directory in {0}.
-CTL_Cannot_mount_system_fs=Cannot add System filesystem, exiting...
-
-#startup info messages
-MSG_IDEInit=Initializing...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Could not connect to URL {0}. No such resource was found.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize is not supported on GTK look and feel. Adjust your desktop font size instead.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Error: {0}
-EXC_GraphicsStartFails2=See the {0} for details.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=The module {0} was requested in version >= {1} but only {2} was found.
-# {0} - module display name
-MSG_problem_other_disabled=The module {0} would also need to be installed.
-LBL_no_impl_version=[no version specified]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=The module {0} was requested in implementation version "{1}" but only "{2}" was found.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=The module named {0} was needed and not found.
-# {0} - required token
-MSG_problem_require_disabled=None of the modules providing the capability {0} could be installed.
-# {0} - required token
-MSG_problem_require_not_found=No module providing the capability {0} could be found.
-# {0} - class name
-MSG_problem_class_not_loaded=The package containing the class {0} was not loaded.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=The package {0} was not loaded or was an outdated version.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=The Java platform version {0} or higher was requested but only {1} is running.
-MSG_warning=Warning
-MSG_info=Information
-MSG_continue=Disable Modules and Continue
-MSG_exit=Exit
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Another module|1<{0} further modules} could not be installed due to the above problems.
-
-# NbEvents
-MSG_start_load_boot_modules=Loading core...
-MSG_finish_load_boot_modules=Loading core...done.
-MSG_start_auto_restore=Loading modules...
-MSG_finish_auto_restore=Done loading modules.
-MSG_start_enable_modules=Turning on modules...
-MSG_finish_enable_modules=Turning on modules...done.
-TEXT_finish_enable_modules=Turning on modules:
-MSG_start_disable_modules=Turning off modules...
-MSG_finish_disable_modules=Turning off modules...done.
-TEXT_finish_disable_modules=Turning off modules:
-MSG_failed_install_new=Warning - could not install some modules:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Warning - could not install module {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Deploying test module in {0} ...
-TEXT_finish_deploy_test_module=Finished deploying test module.
-MSG_start_read=Reading module storage...
-MSG_finish_read=Reading module storage...done.
-MSG_restore=Starting modules...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Installing {0}
-# {0} - module display name
-TEXT_install=Installing new module: {0}
-# {0} - module display name
-MSG_update=Starting a new version of {0}
-# {0} - module display name
-TEXT_update=Updating module: {0}
-# {0} - module display name
-MSG_uninstall=Stopping {0}
-MSG_load_section=Loading modules...
-MSG_load_layers=Loading module services...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Warning: the module {0} could not be found, ignoring...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=The module {0} could not be deleted as it was an autoload or eager module and still in use.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=An attempt was made to change the property {1} of the module {0} in the system/Modules folder.\nThe actual value is "{3}" but it was changed on disk to read "{2}".\nThis property cannot be changed while the IDE is running, so this attempt had no effect.
-# {0} - JAR file name
-TEXT_patch=Module patch or custom extension: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Missing resource from class: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Key which was not found: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Parse error in file {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Parse error in file {1} line {3} column {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_sr.properties
deleted file mode 100644
index 461e0c2..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_sr.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Default System
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Loading cached objects...
-MSG_end_load_cache=Loading cached objects...done.
-MSG_start_rewrite_cache=Recreating cache of objects...
-MSG_end_rewrite_cache=Recreating cache of objects...done.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=File event {0}, file {1}
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_sr.properties
deleted file mode 100644
index 95bed0c..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_sr.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Files
-AdvancedOption.tooltip=Files
-FileAssociationsPanel.btnDefault.text=&Default
-FileAssociationsPanel.btnDefault.tooltip=Restore default setting for selected file extension
-FileAssociationsPanel.btnDefault.AN=Restore Default Setting
-FileAssociationsPanel.btnDefault.AD=Restore Default Setting for Selected File Extension
-FileAssociationsPanel.btnDefaultIgnored.text=De&fault
-FileAssociationsPanel.btnDefaultIgnored.AN=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnDefaultIgnored.AD=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnNew.text=&New...
-FileAssociationsPanel.btnNew.AN=New File Extension
-FileAssociationsPanel.btnNew.AD=New File Extension
-FileAssociationsPanel.btnRemove.text=&Remove
-FileAssociationsPanel.btnRemove.AN=Remove Selected File Extension
-FileAssociationsPanel.btnRemove.AD=Remove Selected File Extension
-FileAssociationsPanel.cbExtension.choose=< Choose the extension >
-FileAssociationsPanel.cbExtension.AD=File Extension
-FileAssociationsPanel.cbExtension.AN=List of File Extensions
-FileAssociationsPanel.cbType.AN=List of File Types
-FileAssociationsPanel.cbType.AD=List of File Types
-FileAssociationsPanel.lblAssociatedAlso.text=Associated also with:
-FileAssociationsPanel.lblAssociatedAlso.AN=File Type Associated Also with Extensions
-FileAssociationsPanel.lblAssociatedAlso.AD=File Type Associated Also with Extensions
-FileAssociationsPanel.lblExtension.text=File &Extension:
-FileAssociationsPanel.lblExtension.AN=File Extension
-FileAssociationsPanel.lblExtension.AD=List of File Extensions
-FileAssociationsPanel.lblType.text=Associated File &Type (MIME):
-FileAssociationsPanel.lblType.AD=List of Associated File Types
-FileAssociationsPanel.lblType.AN=List of Associated File Types
-FileAssociationsPanel.lblFileAssociations.text=File Associations
-FileAssociationsPanel.lblFilesIgnored.text=Files Ignored by the IDE
-FileAssociationsPanel.lblPattern.text=&Ignored Files Pattern:
-FileAssociationsPanel.lblPattern.tooltip=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.lblPattern.AN=Ignored Files Pattern
-FileAssociationsPanel.lblPattern.AD=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.txtPatternError.AN=Ignored Files Pattern Syntax Error
-FileAssociationsPanel.txtPatternError.AD=Syntax error in ignored files regular expression
-
-NewExtensionPanel.title=Enter New File Extension
-NewExtensionPanel.AD=Enter New File Extension
-NewExtensionPanel.lblExtension.text=File &Extension:
-NewExtensionPanel.lblExtension.AN=File Extension
-NewExtensionPanel.lblExtension.AD=File Extension
-
-OpenAsAction.name=Open As...
-OpenAsPanel.txtDescription.AN=Hint
-OpenAsPanel.txtDescription.AD=Hint
-OpenAsPanel.lblExtension.text=Treat {0} files as:
-OpenAsPanel.title=Open as...
-OpenAsPanel.open=Open
-OpenAsPanel.AD=Choose type of file
-
-# display name for options export
-Files.Options.Export.displayName=Files
-OpenAsPanel.lblDescription.text=NetBeans does not know this type of file. Please specify how should these files be treated.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_sr.properties
deleted file mode 100644
index 479649d..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_sr.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_General_Options_Category=General
-CTL_General_Options_Description=General options, Proxy settings, Editor settings
-CTL_Package_View_Type=View Java Packages as:
-CTL_Flattern_Packages=&List
-AN_Flattern_Packages=List
-AD_Flattern_Packages=List
-CTL_Tree_Packages=Tree
-AN_Tree_Packages=Tree
-AD_Tree_Packages=Tree
-CTL_No_Proxy=&No Proxy
-AN_No_Proxy=No Proxy
-AD_No_Proxy=No Proxy
-CTL_Usage_Statistics=Usage Statistics:
-AN_Usage_Statistics=Usage Statistics
-AD_Usage_Statistics=Usage Statistics
-CTL_Usage_Check=Hel&p us improve the NetBeans IDE by providing anonymous usage data
-AN_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-AD_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-CTL_Usage_Info=<html>The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.</html>
-AN_Usage_Info=Usage statistics info
-AD_Usage_Info=The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Learn more</u></font></html>
-AN_Learn_More=Learn more
-AD_Learn_More=Learn more
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Use System Proxy Settings
-AN_Use_System_Proxy_Settings=Use System Proxy Settings
-AD_Use_System_Proxy_Settings=Use System Proxy Settings
-CTL_Use_HTTP_Proxy=&Manual Proxy Settings
-AN_Use_HTTP_Proxy=HTTP Proxy
-AD_Use_HTTP_Proxy=HTTP Proxy
-AN_Web_Browser=Web Browser
-AD_Web_Browser=Web Browser
-AN_Host=Host
-AD_Host=Host
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Update Period
-AD_Update_Period=Update Period
-AN_Ask_Before_Check=Ask Before Check
-AD_Ask_Before_Check=Ask Before Check
-Line_Numbers=&Line Numbers
-Antialiasing=Antialiasing:
-Text_Antialiasing=Use Antialiasing
-Toolbar=&Toolbar
-Package_View=Package View
-SDI_Window_Mode=SDI Window Mode
-MDI_Window_Mode=MDI Window Mode
-Tree_View=Tree View
-Default_System_Browser=<Default Browser>
-Swing_HTML_Browser=Swing Browser
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=General
-CTL_Web_Browser=&Web Browser:
-Confirm_Delete=&Confirm Delete:
-CTL_Web_Proxy=Proxy Settings:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=HTTP Pro&xy\:
-Code_Folding=Code Folding:
-Show=Show:
-Editor=Editor
-CTL_Check_Period=Check Perio&d:
-CTL_Ask_Before_Check=Ask &Before Check:
-CTL_Auto_Update=Auto Update
-Use_Folding=&Use Code Folding
-Fold_Methods=Fold &Methods
-Fold_Classes=Fol&d Inner Classes
-Fold_Imports=Fold Import&s
-Fold_JavaDoc=Fold &Javadoc Comments
-Fold_Licence=F&old Initial Comment
-Auto_Popup=Auto Popup:
-Auto_Popup_Completion=Completion Window
-Auto_Popup_JavaDoc=Javadoc Window
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Default_System_Browser=Default System Browser
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Internal Browser
-
-
-
-
-AN_NonProxy=No Proxy For
-
-AD_NonProxy=No Proxy For
-
-CTL_Non_Proxy=No Prox&y For\:
-
-Non_Proxy_Hint=(e.g. localhost, *.netbeans.org, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=M&ore...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Advanced Proxy Settings
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Open Advanced Proxy Settings
-
-LBL_GeneralOptionsPanel_PortError=Port number must be an integer value.
-
-LBL_GeneralOptionsPanel_lWebProxy=Proxy Settings\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP &Proxy\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(e.g. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&t\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS Proxy\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS Proxy\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=No Pro&xy Hosts\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Proxy Re&quires Authentication
-
-LBL_AdvancedProxyPanel_lUserName=&Username\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Pass&word\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Use the same proxy settings for &all protocols
-
-LBL_AdvancedProxyPanel_Title=Advanced Proxy Options
-LBL_AdvancedProxyPanel_PortError=Port number must be an integer value.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Use System Proxy Settings
-GeneralOptionsPanel.lWebBrowser.text=&Web Browser\:
-GeneralOptionsPanel.rbNoProxy.text=&No Proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/A
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/A
-
-LBL_WebBrowsersPanel_Title=Web Browsers
-LBL_ExternalBrowser_Name=External Browser
-WebBrowsersPanel.nameLabel.text=Name\:
-WebBrowsersPanel.executableLabel.text=Executable\:
-WebBrowsersPanel.parametersLabel.text=Parameters\:
-WebBrowsersPanel.browseButton.text=Browse...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Add...
-WebBrowsersPanel.removeButton.text=Remove
-WebBrowsersPanel.browsersLabel.text=Web Browsers\:
-GeneralOptionsPanel.editBrowserButton.text=&Edit...
-GeneralOptionsPanel.editBrowserButton.AD=Edit Web Browsers
-GeneralOptionsPanel.editBrowserButton.AN=Edit Web Browsers
-WebBrowsers_URL_Hint=Hint\: {URL} \= URL of the page to be loaded by the web browser
-
-ACS_WebBrowsersList=List of available web browsers
-ACS_AddWebBrowserButton=Add new web browser
-ACS_RemoveWebBrowserButton=Remove selected web browser
-ACS_BrowserNameField=Web browser name
-ACS_BrowserExecutableField=Web browser executable
-ACS_BrowserParametersField=Web browser executable parameters
-ACS_BrowseExecutableButton=Browse web browser executable
-WebBrowsersOptionsPanel.browsersLabel.text=&Web Browsers\:
-WebBrowsersOptionsPanel.addButton.text=A&dd...
-WebBrowsersOptionsPanel.removeButton.text=&Remove
-WebBrowsersOptionsPanel.nameLabel.text=&Name\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Web Browsers
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Browsers list
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=List of Web Browsers
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Add button
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Remove button
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Browser name
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Web Browsers
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Web Browsers
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Direct connection.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, General Options
-
-# Display name for options export
-General.Options.Export.Category.displayName=General
-General.Options.Export.displayName=General
-Other.Options.Export.displayName=All Other Unspecified
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_sr.properties
deleted file mode 100644
index 67a3119..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_sr.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface of the platform.
-OpenIDE-Module-Long-Description=Provides classes and resources for the standard basic user interface of the platform and for applications built on top of the platform.
-
-Actions=Actions
-Actions/Edit=Edit
-Actions/Help=Help
-Actions/System=System
-Actions/Tools=Tools
-Actions/View=View
-Actions/Window/SelectDocumentNode=Select Document in
-Menu=Menu Bar
-Menu/Edit=&Edit
-Menu/File=&File
-Menu/GoTo=&Navigate
-Menu/Help=&Help
-Menu/Tools=&Tools
-Menu/View=&View
-Menu/Window/SelectDocumentNode=Select Docume&nt in
-Services/Browsers=Web Browsers
-Templates/Privileged=Privileged
-Templates/Recent=Recent
-Templates/Services/Browsers=Web Browsers
-Toolbars=Toolbars
-Toolbars/Clipboard=Cli&pboard
-Toolbars/UndoRedo=&Undo/Redo
-Toolbars/File=&File
-Toolbars/Memory=&Memory
-Toolbars/Standard.xml=Coding
-UI/Services=Options
-
-ProgressDisplayName_FileSystemRefresh=Refreshing files
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_sr.properties
deleted file mode 100644
index b2d90f4..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_sr.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Start sampling IDE
-SelfSamplerAction_ActionNameStop=Stop sampling and take snapshot
-SelfSamplerAction_ActionDescription=Will take a snapshot based on the thread dump
-SelfSamplerAction_ThreadName=IDE Self Sampler
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=Snapshot was saved to {0}
-Save_Progress=Saving snapshot
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_sr.properties
deleted file mode 100644
index 9a74cc8..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_sr.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Open in System
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_sr.properties
deleted file mode 100644
index 190b65b..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_sr.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Total physical memory {0}
-
-
-#LOG_WINDOW_ACTIVATED=Main Window Activated, refresh took {0} ms
-#LOG_WINDOW_DEACTIVATED=Main Window Deactivated
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Checking for external changes
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspended
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_sr.properties
deleted file mode 100644
index c6dd756..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_sr.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Only Workspace>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_sr.properties
deleted file mode 100644
index 580c1f0..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_sr.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&lone Document
-# CloseWindowAction
-CTL_CloseWindowAction=&Close Window
-
-CTL_RecentViewListAction=Go to P&revious Document
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=Close &All Documents
-
-# UndockAction
-CTL_UndockWindowAction=&Undock Window
-CTL_UndockWindowAction_Dock=Doc&k Window
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Close All Documents
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimize Window
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Close Window
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Close Other Documents
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Save Document
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Clone Document
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Close Other Docu&ments
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maximi&ze Window
-CTL_UnmaximizeWindowAction=Restore Window
-
-# DocumentsAction
-CTL_DocumentsAction=&Documents...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=&Toolbars
-
-# NextTabAction
-CTL_NextTabAction=Next Tab
-# PreviousTabAction
-CTL_PreviousTabAction=Previous Tab
-
-CTL_ToggleFullScreenAction=&Full Screen
-
-# ResetWindowsAction
-CTL_ResetWindows=Reset &Windows
-
-LBL_ToggleWindowTransparencyAction=Transparent Window
-LBL_WindowTransparencyHint=Press and hold [Ctrl+NumPad 0] key to make minimized window transparent.
-
-# Properties
-GlobalProperties=P&roperties
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_sr.properties
deleted file mode 100644
index d06eed8..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_sr.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Appearance
-AdvancedOption_Tooltip_WinSys=Window System related options
-
-IsAlphaFloatingTooltip=Makes unfocused floating windows semi-transparent after few seconds
-
-IsDragWindowTooltip=Enables "ghost" window image during drag and drop of a window
-IsAlphaDragTooltip=Enables transparency in drag window image
-
-IsSnapScreenEdgesTooltip=Enables snapping of floating windows to screen edges
-IsSnappingTooltip=Enables automatic snapping of floating windows for easier layout handling
-
-NoAlphaSupport=Window transparency is not supported by OS
-LBL_DragWindowImage=Drag window image
-LBL_TransparentDragWindow=Transparent drag window image
-LBL_TransparentFloatingWindows=Transparent floating windows
-LBL_SnapFloatingWindows=Snapping floating windows
-LBL_SnapToScreenEdges=Snap to screen edges
-LBL_CloseActivatesRecentDocument=Close activates most recent document
-TIP_CloseActivatesMostRecentDocument=When a document is closed then the most recent document becomes active instead of its neighbor
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=When a document is closed then the most recent document becomes active
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_sr.properties
deleted file mode 100644
index 60ac482..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_sr.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Cannot parse configuration of window manager {0}.
-EXC_GroupParse=Cannot parse configuration of Group {0}.
-EXC_TCGroupParse=Cannot parse configuration of TCGroup {0}.
-EXC_TCRefParse=Cannot parse configuration of TCRef {0}.
-EXC_ModeParse=Cannot parse configuration of mode {0}.
-
-# PersistenceManager
-EXC_RootFolder=Cannot create root folder {0}
-EXC_CompsFolder=Cannot create components folder {0}
-EXC_GroupsFolder=Cannot create groups folder {0}
-EXC_ModesFolder=Cannot create modes folder {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Top component {0} could not be located or loaded from 'Components' folder.
-EXC_CannotSaveTCSettings=Settings of top component {0} could not be saved
-EXC_CopyFails=Cannot copy component settings file to folder {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Component {0} could not be saved due to problems with its serialization.
-FMT_TCReadError=Component {0} could not be opened due to problems with its deserialization.
-
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_sr.properties
deleted file mode 100644
index 8395eea..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_sr.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation for windowing support.
-OpenIDE-Module-Long-Description=Adds classes implementing the window system part of the APIs.
-
-Actions/Window=Window
-Menu/Window=&Window
-
-# Options export
-Toolbars.Options.Export.displayName=Toolbars
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_sr.properties
deleted file mode 100644
index 86ed80f..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_sr.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Cancel
-CloseButton=Close
-# HelpButton=Help
-YesButton=Yes
-NoButton=No
-# ApplyButton=Apply
-DetailsButton=Details
-# ButtoBarButoo
-CTL_Button=Button
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorDialog=File selector dialog
-ACSN_FileSelectorTreeView=Tree View
-ACSD_FileSelectorTreeView=Tree view in file selector
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Customizer Dialog
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Close
-CANCEL_OPTION_CAPTION=Cancel
-HELP_OPTION_CAPTION=&Help
-NO_OPTION_CAPTION=No
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Yes
-ACS_YES_OPTION_NAME=Yes
-ACS_YES_OPTION_DESC=Yes button
-# - {0} message
-ACSD_ErrorMessage=Error: {0}
-ACSD_WarningMessage=Warning: {0}
-ACSD_QuestionMessage=Question {0}
-ACSD_InformationMessage=Information {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Cancel
-ACS_CANCEL_OPTION_DESC=Cancel button
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=OK button
-
-ACS_NO_OPTION_NAME=No
-ACS_NO_OPTION_DESC=No button
-
-ACS_HELP_OPTION_NAME=Help
-ACS_HELP_OPTION_DESC=Help button
-
-ACS_CLOSED_OPTION_NAME=Close
-ACS_CLOSED_OPTION_DESC=Close button
-
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_sr.properties
deleted file mode 100644
index 1240f01..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_sr.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Main Window
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documents:
-LBL_Description=Descri&ption:
-LBL_Activate=Swi&tch to Document
-LBL_CloseDocuments=C&lose Document(s)
-LBL_SaveDocuments=&Save Documents(s)
-LBL_Close=&Close
-
-ACSD_Activate=N/A
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/A
-
-CTL_DocumentsTitle=Documents
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Properties
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#No Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-ACSN_PropertiesSheet=Property sheet
-ACSD_PropertiesSheet=View shows properties for given node.
-EXC_CannotLoadNodes=Nodes cannot be loaded into the property sheet. They probably no longer exist.
-
diff --git a/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_sr.properties
deleted file mode 100644
index 727b51c..0000000
--- a/l10n/src/sr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_sr.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&Small Toolbar Icons
-
-# ToolbarLayout
-EXC_wrongConstraints=cannot add to layout: does not use ToolbarConstraints
-
-CTL_CustomizeToolbars=&Customize...
-
-#New Toolbar Button label
-CTL_NewToolbar=&New Toolbar...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&Small Toolbar Icons
-
-#Drag and Drop hint
-CTL_TreeLabel=Drag items to or from the toolbars to add or remove them...
-
-LBL_PleaseWait=Please wait...
-
-#Close customizer button
-CTL_Close=&Close
-
-#Customizer dialog window title
-CustomizerTitle=Customize Toolbars
-
-ACSD_ActionsTree=Drag items from here to toolbars.
-ACSN_ActionsTree=Actions Pool
-
-ACSN_ActionsScrollBar=Actions Pool Scrollbar
-ACSD_ActionsScrollBar=Actions Pool Scrollbar
-
-ACSD_ToolbarCustomizer=Toolbar Customizer
-
-ACSD_Close=Close Button
-ACSD_NewToolbar=New Toolbar Button
-
-ACSD_SmallIcons=Small Icons Checkbox
-
-CTL_ResetToolbarsAction=Reset &Toolbars
-CTL_ResetToolbarsButton=Reset &Toolbars
-
-
-
-PROP_newToolbarLabel=&Name:
-PROP_newToolbarDialog=New Toolbar
-PROP_newToolbar=Toolbar
-MSG_ToolbarExists=Toolbar {0} already exists.
-
-
diff --git a/l10n/src/sr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_sr.properties
deleted file mode 100644
index ab148b5..0000000
--- a/l10n/src/sr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_sr.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=The size cannot be negative
-CTL_InvalidValue=Invalid value entered
-CTL_InvalidValueWithParam=Invalid value {0} entered
-CTL_InvalidValueWithExc=Invalid value entered. \nCause: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Value of {0} should be in format {1}
-
-#ColorEditor
-CTL_AWTPalette=AWT Palette
-CTL_SwingPalette=Swing Palette
-CTL_SystemPalette=System Palette
-ACSD_CustomColorEditor=N/A
-FMT_IllegalEntry="{0}" is not a valid color identifier.  You may enter Swing or AWT constants or red/green/blue values.
-
-# ColorEditor:AWT color names
-LAB_White=white
-LAB_LightGray=lightGray
-LAB_Gray=gray
-LAB_DarkGray=darkGray
-LAB_Black=black
-LAB_Red=red
-LAB_Pink=pink
-LAB_Orange=orange
-LAB_Yellow=yellow
-LAB_Green=green
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=blue
-# ColorEditor: system color names
-LAB_ActiveCaption=Active Caption
-LAB_ActiveCaptionBorder=Active Caption Border
-LAB_ActiveCaptionText=Active Caption Text
-LAB_Control=Control
-LAB_ControlDkShadow=Control Dk Shadow
-LAB_ControlHighlight=Control Highlight
-LAB_ControlLtHighlight=Control Lt Highlight
-LAB_ControlShadow=Control Shadow
-LAB_ControlText=Control Text
-LAB_Desktop=Desktop
-LAB_InactiveCaption=Inactive Caption
-LAB_InactiveCaptionBorder=Inactive Caption Border
-LAB_InactiveCaptionText=Inactive Caption Text
-LAB_Info=Info
-LAB_InfoText=Info Text
-LAB_Menu=Menu
-LAB_MenuText=Menu Text
-LAB_Scrollbar=Scrollbar
-LAB_Text=Text
-LAB_TextHighlight=Text Highlight
-LAB_TextHighlightText=Text Highlight Text
-LAB_TextInactiveText=Text Inactive Text
-LAB_TextText=Text Text
-LAB_Window=Window
-LAB_WindowBorder=Window Border
-LAB_WindowText=Window Text
-
-#DimensionCustomEditor
-CTL_Dimension=Dimension
-CTL_Width=&Width:
-CTL_Height=&Height:
-ACSD_CTL_Width=N/A
-ACSD_CTL_Height=N/A
-ACSD_DimensionCustomEditor=N/A
-
-#DimensionEditor
-CTL_HintFormat=[width,height]
-
-#FontEditor
-CTL_Plain=Plain
-CTL_Bold=Bold
-CTL_Italic=Italic
-CTL_BoldItalic=Bold Italic
-CTL_Font=Fon&t:
-CTL_FontStyle=Font St&yle:
-CTL_Size=&Size:
-CTL_Preview=Preview
-ACSD_CTL_Font=N/A
-ACSD_CTL_FontStyle=N/A
-ACSD_CTL_Size=N/A
-ACSD_FontCustomEditor=N/A
-
-#InsetsCustomEditor
-CTL_Insets=Insets
-CTL_Top=&Top:
-CTL_Left=&Left:
-CTL_Bottom=&Bottom:
-CTL_Right=&Right:
-ACSD_CTL_Top=N/A
-ACSD_CTL_Left=N/A
-ACSD_CTL_Bottom=N/A
-ACSD_CTL_Right=N/A
-
-#InsetsEditor
-CTL_HintFormatIE=[top,left,bottom,right]
-
-# ObjectEditor
-CTL_NullValue=<Lookup null value>
-CTL_NullItem=<Lookup null item>
-
-#PointCustomEditor
-CTL_Point=Point
-CTL_X=&X:
-ACSD_CTL_X=N/A
-CTL_Y=&Y:
-ACSD_CTL_Y=N/A
-ACSD_PointCustomEditor=N/A
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rectangle
-ACSD_CustomRectangleEditor=N/A
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,width,height]
-
-#StringCustomEditor
-ACS_TextArea=Text:
-ACSD_TextArea=Enter the property text here
-ACSD_CustomStringEditor=Editor for string properties
-ACS_Instructions=Instructions
-ACSD_Instructions=N/A
-
-MSG_FontIsNotInitialized=Storing to XML failed because the value of font is not initialized.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Select a File or Directory
-CTL_DialogTitleFiles=Select a File
-CTL_DialogTitleDirs=Select a Directory
-ACSD_FileEditor=N/A
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Unspecified>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Properties
-ACSD_PropertiesEditorPane=N/A
-ACSD_CustomPropertiesEditor=N/A
-WARN_PropertiesComments=Warning: comments will be discarded.
-
-#StringArrayCustomEditor
-CTL_Empty=<empty>
-CTL_Item=&Item:
-ACSD_CTL_Item=N/A
-CTL_ItemList=Item &List
-ACSD_CTL_ItemList=N/A
-CTL_Add_StringArrayCustomEditor=&Add
-ACSD_CTL_Add_StringArrayCustomEditor=N/A
-CTL_Change_StringArrayCustomEditor=&Edit
-ACSD_CTL_Change_StringArrayCustomEditor=N/A
-CTL_Remove=&Remove
-ACSD_CTL_Remove=N/A
-CTL_MoveUp=&Up
-ACSD_CTL_MoveUp=N/A
-CTL_MoveDown=Do&wn
-ACSD_CTL_MoveDown=N/A
-ACSD_StringArrayCustomEditor=N/A
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Non integer input value: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Illegal string kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - valid values are: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Unknown class: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Not a legal value: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Not a recognized URL: {0}
-#
-MSG_NULL_OR_EMPTY=Null, or an empty array
-
-#ObjectEditor
-ACSN_ObjectTree=Available options
-ACSD_ObjectTree=Select an object
-
-#Font Editor
-MSG_AppleBug=If you are seeing this message, an error occured while initializing the list of available fonts.  This is due to a bug in the Apple JVM triggered when bitmap fonts are installed on the system.  In order to use the font editor, you will need to uninstall all bitmap fonts on your system.  See Apple BugReporter issue 3121780 for further details.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/sr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_sr.properties
deleted file mode 100644
index dda2c25..0000000
--- a/l10n/src/sr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_sr.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Core
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The basic framework of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the central infrastructure that lets NetBeans-based applications run. It cannot be disabled.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=A {0} exception has occurred.\n\tClick Show Details or see the messages.log file located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-# {0} - class name of exception
-NTF_ExceptionWarning=A {0} exception has occurred.\nHowever, the system should continue working without further problems.\nClick Show Details for the stack trace.
-NTF_ExceptionWarningTitle=Warning
-
-#startup info messages
-MSG_MainWindowInit=Initializing Main Window...
-MSG_WindowShowInit=Opening Main Window...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Saving {0} ...
-MSG_AllSaved=Save All finished.
-
-CTL_Cannot_save=Cannot save {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Password Protected Site
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=View By:
-ShortcutsEditor.actionsButton.text=Actions
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Shortcuts
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Select View by Actions to Edit Shortcuts for an Action
-ShortcutsPanel.addButton.text=Add...
-ShortcutsPanel.removeButton.text=Remove
-ShortcutsPanel.AddActionTitle=New Shortcut
-ActionsPanel.shortcutAddButton.text=Add...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Remove
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Edit Shortcuts
-ActionsPanel.AddShortcut=Add Shortcut
-ActionsPanel.ShortcutLabel=Shortcut:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Select View by Shortcuts, but for Edit Shortcuts should be View by Action selected
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Add New Shortcuts for Actions
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Remove Shortcuts for Actions
-ACSN_ShortcutsPanel.shortcutsList=Shortcuts list
-ACSD_ShortcutsPanel.shortcutsList=N/A
-ACS_ActionsPanel.ShortcutLabel.a11yName=Fill Shorcut
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Fill Shorcut by Keys combination
-ACSN_ActionsPanel.actionsTree=N/A
-ACSN_ActionsPanel.shortcutsList=Shortcuts list
-ACSD_ActionsPanel.actionsTree=N/A
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/A
-ACSD_ActionsPanel.Dialog=Add new shortcut to the selected action
-ACS_ActionsPanel=N/A
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=There is already an action bound to this shortcut ({0}).\nDo you want to use the newly selected action instead?
-
-CTL_ExitTitle=Save
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Save
-ACSD_Save=Save.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=Save &All
-ACSD_SaveAll=Save all.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Discard All
-ACSD_DiscardAll=Discard all.
-EXC_Save=An exception occurred while saving
-# NotifyException
-CTL_Title_Exception=Exception
-CTL_NextException=&Next >
-CTL_PreviousException=< &Previous
-CTL_Exception_Hide_Details=&Hide Details
-CTL_Exception_Show_Details=&Show Details
-ACSD_NextException=N/A
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/A
-
-ACSN_ListOfChangedFiles=List
-ACSD_ListOfChangedFiles=List of changed files for save
-ACSD_ExitDialog=Dialog for save any changes
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI Mode
-CTL_MdiMode=MDI Mode
-
-# NbPlaces
-CTL_NoWorkspaces=No Workspaces
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/A
-ACD_NotifyExcPanel_Dialog=N/A
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT Event Dispatch Thread is blocked for {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Authentication Required
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=&User Name:
-NbAuthenticatorPanel.passwordLbl.text=&Password:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Password for {0}
-
-ProxySettings.password.description=Proxy password
-
-Title_WebBrowser=Web Browser
-
diff --git a/l10n/src/sr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_sr.properties
deleted file mode 100644
index 7c6646f..0000000
--- a/l10n/src/sr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_sr.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&About
-About_title=About
-
-#CopyProductInfoAction
-CopyProductInfo=Copy Info
-CopyProductInfoAction=&Copy Info
-CTL_CopyButton_tooltip=Copy NetBeans Product Information to clipboard
-
-#HtmlViewAction
-CTL_OpeningBrowser=Opening Browser ...
-HTMLView=&Web Browser
-
-#SystemExit
-Exit=E&xit
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Next Inner View
-LBL_PreviousViewCallbackAction=Previous Inner View
-
-# jump next/prev actions
-JumpNextAction=Ne&xt Error
-JumpPrevAction=&Previous Error
-
-#LogAction
-MSG_LogTab_name=IDE &Log
-MSG_ShortLogTab_name=IDE Log
-
diff --git a/l10n/src/sr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_sr.properties
deleted file mode 100644
index a09f6d1..0000000
--- a/l10n/src/sr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_sr.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Product Version\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>System\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Userdir:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE and NetBeans Platform are based on software from netbeans.org, which has been dual licensed under the Common Development and Distribution License (CDDL) and the GNU General Public License version 2 with Classpath exception. For more information, please visit <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} version {1} running on {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Simple HTML Browser based on a Swing component
-MSG_cannot_create_browser=Cannot create Swing HTML Browser.
-Services/Browsers/SwingBrowser.settings=Swing HTML Browser
-LBL_Close=Close
-MNE_Close=C
-ACSN_Close=Close
-ACSD_Close=Close
-
diff --git a/l10n/src/sr/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_sr.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/sr/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_sr.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/sr/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_sr.properties
deleted file mode 100644
index a1a5857..0000000
--- a/l10n/src/sr/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_sr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles JNA library.
-OpenIDE-Module-Long-Description=This module bundles JNA library.
-
diff --git a/l10n/src/sr/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_sr.properties
deleted file mode 100644
index a2811ef..0000000
--- a/l10n/src/sr/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_sr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Scripting API Integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). No longer needed.
-OpenIDE-Module-Deprecation-Message=No longer needed on JDK 6. Remove your dependency on this module.
-
diff --git a/l10n/src/sr/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_sr.properties
deleted file mode 100644
index c68c50d..0000000
--- a/l10n/src/sr/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_sr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles the JUnit 4.x testing library.
-OpenIDE-Module-Long-Description=Includes the JUnit 4.x unit testing library.
-
diff --git a/l10n/src/sr/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_sr.properties
deleted file mode 100644
index d0acda0..0000000
--- a/l10n/src/sr/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_sr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi Specification
-
diff --git a/l10n/src/sr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_sr.properties
deleted file mode 100644
index bcebffa..0000000
--- a/l10n/src/sr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_sr.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Quick Search
-QuickSearchComboBar.jLabel2.toolTipText=Click or press Shift+F10 for Category selection
-MSG_DiscoverabilityHint=Search
-MSG_DiscoverabilityHint2=Search in {0}
-LBL_MoreResults=...
-LBL_AllCategories=All Categories
-QuickSearchPopup.searchingLabel.text=Searching ...
-QuickSearchPopup.noResultsLabel.text=( No Results )
-QuickSearchPopup.hintLabel.text={0}; Press {1} for All Categories
-AbstractQuickSearchComboBar.command.toolTipText=Quick Search in the system {0}
-
diff --git a/l10n/src/sr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_sr.properties
deleted file mode 100644
index 912c009..0000000
--- a/l10n/src/sr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_sr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Cannot display URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/sr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_sr.properties
deleted file mode 100644
index 6022c2b..0000000
--- a/l10n/src/sr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_sr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=Quick Search API
-OpenIDE-Module-Short-Description=Infrastructure for quick search in menu items, actions, files etc.
-QuickSearch/Recent=Recent Searches
-
diff --git a/l10n/src/sr/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_sr.properties
deleted file mode 100644
index 88982ad..0000000
--- a/l10n/src/sr/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_sr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=No Filter
-
diff --git a/l10n/src/sr/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_sr.properties
deleted file mode 100644
index d49dc22..0000000
--- a/l10n/src/sr/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_sr.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=ETable and Outline
-
diff --git a/l10n/src/sr/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_sr.properties
deleted file mode 100644
index 47ac55b..0000000
--- a/l10n/src/sr/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_sr.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Look & Feel Customization Library
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles per-look-and-feel UIManager customizations for NetBeans
-OpenIDE-Module-Long-Description=Defines NetBeans-specific values needed in UIManager and ensures that some values available in BasicLookAndFeel are available on all look and feels. Handles metal-theme support, look and feel selection and initializing custom font sizes
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/sr/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_sr.properties
deleted file mode 100644
index ca462d8..0000000
--- a/l10n/src/sr/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_sr.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Tab Control
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=The tab control used by the window system
-OpenIDE-Module-Long-Description=The NetBeans windowing system's tab control bean library
-
-
-
-ACS_TabbedContainer=Tab Control
-ACSD_TabbedContainer=Tab control to switch between tabs.
-
-TT_TabDisplayer_Close=<html>Shift + click to close all documents<br>Alt + click to close other documents
-
diff --git a/l10n/src/sr/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_sr.properties b/l10n/src/sr/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_sr.properties
deleted file mode 100644
index 79bbf8d..0000000
--- a/l10n/src/sr/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_sr.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Show Opened Documents List
-
-Tip_Restore_Window=Restore Window
-
-Tip_Maximize_Window=Maximize Window
-
-Tip_Minimize_Window=Minimize Window
-
-Tip_Pin=Pin
-
-Tip_Close_Window=Close Window
-
-Tip_Scroll_Documents_Right=Scroll Documents Right
-
-Tip_Scroll_Documents_Left=Scroll Documents Left
-
diff --git a/l10n/src/sr/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_sr.properties
deleted file mode 100644
index 682007e..0000000
--- a/l10n/src/sr/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_sr.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Actions APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Definition of common actions for NetBeans
-OpenIDE-Module-Long-Description=Provides list of common actions used by any NetBeans application.
-
-
-New=&Add
-# {0} name of the only one new type
-NewArg=&Add {0}
-
-# File
-NewFromTemplate=&New
-Save=&Save
-Print=&Print...
-PageSetup=Pa&ge Setup...
-
-#0 undoableedit
-UndoWithParameter=&Undo {0}
-#0 undoableedit
-RedoWithParameter=&Redo {0}
-UndoSimple=&Undo
-RedoSimple=&Redo
-Cut=Cu&t
-Copy=Cop&y
-Paste=&Paste
-Delete=&Delete
-Find=&Find...
-Goto=Go to &Line...
-Replace=R&eplace...
-
-# View
-Properties=&Properties
-View=View
-Edit=Edit
-
-# Build
-Execute=&Execute
-
-# Window
-DockWindow=&Dock View
-UndockWindow=&Undock View
-CloneView=&Clone View
-CloseView=Close
-NextTab=&Next View
-PreviousTab=&Previous View
-
-Open=Open
-Rename=Rename...
-
-MoveUp=Move Up
-MoveDown=Move Down
-
-
-Customize=Customize
-
-#rename action
-CTL_RenameTitle=Rename
-CTL_RenameLabel=&New Name:
-# {0} param represents old name before renaming.
-MSG_BadFormat=This object cannot be renamed from {0} to {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Garbage Collect
-
-#HeapView
-LBL_ShowText=Show Text
-LBL_DropShadow=Drop Shadow
-LBL_OverlayGrid=Overlay Grid
-
-# NewTemplateAction
-CTL_NewName=New Name
-CTL_NewNameTitle=&New
-
-
-#Reorder Action
-Reorder=Change Order...
-
-OpenLocalExplorer=Explore From &Here
-
-WorkspacesItems=&Workspaces
-
-
-# name of template
-CTL_Template_Name=Object &Name:
-# title of dialog
-CTL_Template_Dialog_Title=Instantiate Template
-CTL_Template_Dialog_RootTitle=Save &In:
-
-
-# Tools action
-CTL_Tools=Tools
-CTL_EmptySubMenu=Empty
-
-
-# name of the PopupAction
-Popup=Popup
-
-#SaveAction
-MSG_saved={0} saved.
-EXC_notsaved=There were some problems while saving {0}\nCause: {1}
-#Template wizard title
-CTL_TemplateWizard=New From Template
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Click to force garbage collection
-
-
diff --git a/l10n/src/sr/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_sr.properties
deleted file mode 100644
index 33f3983..0000000
--- a/l10n/src/sr/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_sr.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI Utilities API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface utilities.
-OpenIDE-Module-Long-Description=Helper methods for various UI related tasks.
-
-
-
-#MenuBar
-EXC_LoadMenu=Unable to load menu {0}
-EXC_LoadMenuItem=Unable to load menu item {0}
-
-#HtmlBrowser
-CTL_Back=Back
-CTL_Forward=Forward
-CTL_Reload=Reload
-CTL_Stop=Stop
-CTL_Document_done=Document: Done
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Loading
-EXC_Module=Exception during initialization of HTML browser module
-CTL_WebBrowser=Web Browser
-HINT_WebBrowser=Web Browser
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Browser view
-ACSD_HtmlBrowser=N/A
-ACS_HtmlBrowser_Location=Location
-ACSD_HtmlBrowser_Location=N/A
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Horizontal
-SplittedPanelSwap=Swap panels
-ResetSplitter=Reset split line
-ACS_SplittedPanel_Name=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_Description=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_EmptySplitter=N/A
-ACSD_SplittedPanel_EmptySplitter=N/A
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/A
-#Title while loading
-LBL_Loading=Loading...
-#Title if html doesn't contain title tags
-LBL_Untitled=Untitled
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Unknown host: {0}
-FMT_InvalidURL=Invalid URL: {0}
-FMT_NoRouteToHost=No route to host: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Invoking {4} implemented as {3} thru {1}
-
-
-# action and their performers
-Open=Open
-Edit=Edit
-Print=&Print...
-View=View
-Close=Close
-
diff --git a/l10n/src/sr/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_sr.properties
deleted file mode 100644
index da8a9a5..0000000
--- a/l10n/src/sr/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_sr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Compatibility APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Some old classes that are now deprecated.
-OpenIDE-Module-Long-Description=Contains some old API classes that have now been deprecated and can be replaced. Specifically: ExplorerActions; ExplorerPanel; HttpServer; and WeakListener.
-OpenIDE-Module-Deprecation-Message=The classes in this API are all deprecated and can be replaced by more modern APIs.
-
diff --git a/l10n/src/sr/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_sr.properties
deleted file mode 100644
index 9a2fc83..0000000
--- a/l10n/src/sr/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_sr.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialogs API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles dialogs and wizards.
-OpenIDE-Module-Long-Description=This module handles the dialog and wizard infrastructure used in NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Error
-NTF_ExceptionTitle=Exception
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=A {0} exception has occurred.\nPlease report this at http://www.netbeans.org/issues.html, including a copy of your messages.log file.\nThe messages.log file is located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-NTF_PlainTitle=Message
-NTF_QuestionTitle=Question
-NTF_InformationTitle=Information
-NTF_WarningTitle=Warning
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Options Align
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Yes
-CTL_NO=No
-CTL_CLOSE=Close
-
-CTL_CANCEL=Cancel
-ACSD_CANCEL=n/a
-
-CTL_NEXT=Next >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Moves to next step of the wizard.|2#Next step: {0}. {1}}
-
-CTL_PREVIOUS=< &Back
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Moves to previous step of the wizard.|0#Previous step: {0}. {1}}
-
-CTL_FINISH=&Finish
-ACSD_FINISH=n/a
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Input line
-ACSD_InputField=N/A
-ACN_NotifyDescriptor_MessageJTextArea=N/A
-ACD_NotifyDescriptor_MessageJTextArea=N/A
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} wizard ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} of {1}
-CTL_ContentName=Steps
-CTL_HelpName=Help
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Please wait.
-
diff --git a/l10n/src/sr/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_sr.properties
deleted file mode 100644
index 12de534..0000000
--- a/l10n/src/sr/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_sr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Execution API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Execution API from the Open APIs.
-OpenIDE-Module-Long-Description=Consists of parts of the org.openide.execution.* package from the Open APIs.
-
diff --git a/l10n/src/sr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_sr.properties
deleted file mode 100644
index 232fdd3..0000000
--- a/l10n/src/sr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_sr.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Explorer & Property Sheet API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Various view for displaying node structures.
-OpenIDE-Module-Long-Description=Allows definition of new views that display structures created using Nodes API.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorer [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Could not restore Explorer window; the root node "{0}" could not be restored correctly.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=An Explorer view must not veto the empty selection.
-EXC_ContextMustBeWithinRootContext=An explored context ({0}) must be within the root context ({1}).
-EXC_NodeCannotBeNull=Cannot use null for node selection.
-EXC_NoElementOfNodeSelectionMayBeNull=No element of a node selection may be null.
-EXC_NodeSelectionCannotContainNodes=A node selection cannot contain nodes ({0}) not underneath the root ({1}).
-EXC_CannotHaveNullRootContext=Cannot have null root context.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Are you sure you want to delete {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Are you sure you want to delete {0} and all of its contents?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Are you sure you want to delete these {0} items?
-MSG_ConfirmDeleteObjectTitle=Confirm Object Deletion
-MSG_ConfirmDeleteFolderTitle=Confirm Package Deletion
-MSG_ConfirmDeleteObjectsTitle=Confirm Multiple Object Deletion
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Are you sure you want to delete {0} (link to {3})?
-MSG_ConfirmDeleteShadowTitle=Confirm Link Deletion
-
-
diff --git a/l10n/src/sr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_sr.properties
deleted file mode 100644
index b57c865..0000000
--- a/l10n/src/sr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_sr.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Exception in
-PS_Editor=Property Editor
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Array of
-FMT_ErrorSettingProperty=The property could not be set. {0} is not a valid value for {1}.
-FMT_CannotUpdateProperty={0} is not a valid value for {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(No Property Editor)
-CTL_NoProperties=<No Properties>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Properties
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Sort by Category
-ACS_CTL_NoSort=Sort by Category
-CTL_AlphaSort=Sort by Name
-ACS_CTL_AlphaSort=Sort by Name
-CTL_TypeSort=Sort by Type
-ACS_CTL_TypeSort=Sort by Type
-CTL_VisibleWritableOnly=Show Editable Properties Only
-ACS_CTL_VisibleWritableOnly=Show Editable Properties Only
-CTL_Customize=Customizer
-ACS_CTL_Customize=Customizer
-CTL_Help=Help
-ACS_CTL_Help=Help
-ACSD_CTL_Help=Provides help about the object whose properties are displayed in the property sheet
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Using property >>{0}<< at design time throws an exception.
-
-#PropertySheet
-CTL_Property_sheet_option=Property Sheet
-
-
-#IndexedPropertyEditor
-CTL_NoItem=No Item Available
-CTL_Index=Property Index:
-CTL_Unknown=Unknown
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=N/A
-CTL_Cancel=Cancel
-ACSD_CTL_Cancel=N/A
-CTL_Close=Close
-ACSD_CTL_Close=N/A
-CTL_Default=Reset to &Default
-ACSD_CTL_Default=N/A
-CTL_Paste=Paste
-
-#PropertyDetails
-EXC_Setter=Exception in setter method of property: {0}
-EXC_Setter_localized=Exception in setter method of property {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<no custom editor>
-CTL_No_property_editor=<no property editor>
-CTL_Different_Values=<Different Values>
-CTL_Desc_Different_Values=The selected nodes have different values for this property.
-CTL_No_properties=<No Properties>
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-CTL_ElipsisHint=Invokes customizer.
-CTL_InvalidValue=Invalid value: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Invalid value {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Type: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Properties
-CTL_New=&New
-CTL_Delete=&Delete
-CTL_MoveUp=Move &up
-CTL_MoveDown=Move &down
-CTL_HideDetails=&Hide Details
-CTL_ShowDetails=&Show Details
-EXC_ErrorInIndexedSetter=Indexed property value cannot be set
-
-ACSD_Properties=N/A
-ACSD_New=N/A
-ACSD_Delete=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_HideDetails=N/A
-ACSD_ShowDetails=N/A
-ACSD_IndexedEditorPanel=N/A
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Names
-COLUMN_VALUES=Values
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<unreadable>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Error setting value
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Unknown Sorting Mode
-
-#Button labels for property dialogs
-ok=Ok
-default=Restore default value
-cancel=Cancel
-close=Close
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Description
-ACSD_Description=Description of the currently selected property
-ACS_DescriptionTitle=Property name
-ACSD_DescriptionTitle=Name of the property currently being edited
-CTL_NO_DESCRIPTION=No description available.
-CTL_NO_SELECTION=Nothing selected
-ACS_Splitter=Splitter
-ACSD_Splitter=Visual divider between the properties table and the description area.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=The property
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} equals {1}
-FMT_ACST_SheetSet=Property group {0}
-ACST_No_Selection=Nothing selected
-CTL_Multiple_Selection=Multiple objects selected
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Click, or select and press CTRL-SPACE to open custom editor; right click for menu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Show Description Area
-CTL_HideDescription=Hide Description Area
-CTL_RestoreDefaultValue=Restore Default Value
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Properties
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=this property
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Illegal number format: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Custom editor: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Properties table
-ACSN_SHEET_TABBED_PANE=Property categories
-ACSD_SHEET_TABLE=Table of editable properties representing the current object
-ACSD_SHEET_TABBED_PANE=Can select different sets of properties of the current object to display in the property sheet
-
-LBL_QUICKSEARCH=Quick Search:
-
-MSG_SetAsText_InvalidValue=Invalid value: {0}
-
diff --git a/l10n/src/sr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_sr.properties
deleted file mode 100644
index 384f38e..0000000
--- a/l10n/src/sr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_sr.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Empty
-MenuViewStartFromRoot=Browse from root
-MenuViewStartFromCurrent=Browse from current point
-
-# TabView
-TabView_RootTab=Root
-
-# TreeView
-VetoSelectedNodes=Selected Nodes
-LBL_QUICKSEARCH=Search:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=This object cannot be renamed from {0} to {1}.
-ACSN_TreeViewCellEditor=Rename editor
-ACSD_TreeViewCellEditor=In-place editor of node name in the tree view
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=Target did not accept the content of the transfer.
-
-MSG_ABORT=Cancel
-
-#TableSheet
-ACS_TableSheet=Table of properties
-ACSD_TableSheet=N/A
-ACS_NullPanel=No property
-# {0} - bean
-ACSD_NullPanel=No property. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Type: {1} Bean: {2}
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Change Visible Columns
-LBL_ColumnDialogDesc=Choose the Columns to Display in the List
-LBL_ListOptions=List Options
-LBL_ChangeColumns=Change Visible Columns...
-LBL_SortMenu=Sort
-LBL_Ascending=Ascending
-LBL_Descending=Descending
-LBL_ColsMenu=Column
-LBL_MoveLeft=Move Left
-LBL_MoveRight=Move Right
-MSG_NoColumnsToChange=There are no columns to change their visibility.
-LBL_NoSort=None
-ACSN_ColumnDialog=Change Visible Columns
-ACSD_ColumnDialog=Choose the Columns to Display in the List
-
-#a11y
-ACSN_TreeTable=N/A
-ACSD_TreeTable=N/A
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Show only rows where
-
-CTL_ColumnsSelector=Change Visible Columns
-ACN_ColumnsSelector=Columns Selector
-ACD_ColumnsSelector=Select visible columns
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Choose the Columns to Display in the List
-NodeOutlineModel_NodesColumnLabel=Nodes
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Accessing {0} without Children.MUTEX read access
-
diff --git a/l10n/src/sr/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_sr.properties
deleted file mode 100644
index 5b6a2d4..0000000
--- a/l10n/src/sr/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_sr.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Invalid XML document:
-
-W-003=Warning: XML parser does not support lexical-handler feature.
-
diff --git a/l10n/src/sr/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_sr.properties
deleted file mode 100644
index 6fc7ed7..0000000
--- a/l10n/src/sr/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_sr.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=File System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Virtual File System API.
-OpenIDE-Module-Long-Description=Allows access to file like resources in a way independent on actual OS files. Supports notification of changes on disk.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Invalid {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=Root {0} does not exist.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=File {0} in {1} is read-only.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Cannot create file {0} because {1} on filesystem {2} is not a folder.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Slash in folder name "{0}" not allowed.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Folder {0} already exists in {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Cannot create folder {0} in {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=File {0} already exists in filesystem {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Invalid lock [{0}] for file {1} in {2} with current lock [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Cannot modify filesystem.attributes file:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=File {1} cannot be found in folder {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} is read-only.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} is read-only because it is inside {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=File {0} does not exist.
-
-# {0} = name of zip file 
-EXC_CanntRead=Cannot read from file {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Error in file {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Error in JAR file {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Unknown JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Multi-Filesystem
-EXC_FileOutsideModified=File {0} not found. Another application may have moved the file or changed the name.
-XML_NotValidXMLFileSystem=Invalid XML FileSystem.
-EXC_DefAttrReadErr=Cannot read DefaultAttributes.
-EXC_UnreachableCode=Internal error: unreachable code.
-
-EXC_FolderCopy=Folder copying not supported.
-XML_RootInvalid=FileSystem element must be the root element.
-XML_MisssingAttr=Attribute \"name\" is missing
-XML_InaccurateParam=Inaccurate number of parameters
-XML_UnknownElement=Unknown element.
-XML_DuplElement=Duplicated FileObject:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} in {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Opening stream for {0}
-
diff --git a/l10n/src/sr/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_sr.properties
deleted file mode 100644
index 8242ead..0000000
--- a/l10n/src/sr/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_sr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=I/O APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Open APIs relating to displaying output.
-OpenIDE-Module-Long-Description=Contains classes from org.openide.windows.* relating to creating output tabs, displaying output, and hyperlinking it.
-
diff --git a/l10n/src/sr/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_sr.properties
deleted file mode 100644
index eb27421..0000000
--- a/l10n/src/sr/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_sr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=This module binds the Datasystems API with Scripting API. As a result it is possible to use any scripting and templating language to generate templates.
-OpenIDE-Module-Name=Advanced Templating
-OpenIDE-Module-Short-Description=Advanced Templating not only for Datasystems
-
diff --git a/l10n/src/sr/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_sr.properties
deleted file mode 100644
index 3f2aa56..0000000
--- a/l10n/src/sr/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_sr.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Datasystems API
-OpenIDE-Module-Short-Description=NetBeans Open API for manipulating data objects.
-OpenIDE-Module-Long-Description=The Datasystems API is a layer atop the Filesystems API which recognizes and groups data objects and gives them particular semantics. Once a part of the general Open APIs, it is now split into an independent module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-#DefaultDataObject
-HINT_DefaultDataObject=Unrecognized File
-
-EXC_SharedAccess=Shared access
-
-#Folder.Index
-EXC_ReorderFailed=Cannot save new ordering.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Cannot delete file {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Link to {3}
-
-PROP_ShadowOriginalName=Original Name
-HINT_ShadowOriginalName=Name of the object this link refers to.
-PROP_ShadowOriginalFileSystem=Original Filesystem Name
-HINT_ShadowOriginalFileSystem=Name of the filesystem of the original object.
-
-# DataNode
-PROP_name=Name
-HINT_name=Name of this object.
-PROP_template=Template
-HINT_template=If True, this object is a template (can make instances of itself).
-PROP_files=All Files
-HINT_files=A list of files represented by this object.
-PROP_size=File Size
-HINT_size=Length of this file in bytes. (Only applies to the first file listed in All Files.)
-PROP_lastModified=Modification Time
-HINT_lastModified=When this file was last modified. (Only applies to the first file listed in All Files.)
-PROP_extension=Extension
-HINT_extension=Primary file extension.
-ERROR_extension=Cannot change extension. File is modified.
-
-# name of set with sorting options
-PROP_sorting=Sorting
-HINT_sorting=Sorting and ordering settings.
-
-#
-# folder sort mode property
-PROP_sort=Sort Mode
-HINT_sort=Determines how objects in the package should be sorted.
-# SortModeEditor
-VALUE_sort_none=Unsorted
-VALUE_sort_names=By Name
-VALUE_sort_class=By Type
-VALUE_sort_folder_names=By Name (Packages First)
-VALUE_sort_last_modified=By Modification Time
-VALUE_sort_size=By File Size
-
-
-#
-# Names of paste types
-#
-PT_move=&Move
-PT_copy=&Copy
-PT_instantiate=&Instantiate
-PT_shadow=Create &Link
-PT_serialize=&Serialize
-PT_instance=&Default instance
-
-# 
-SerializeBean_Text=&Name of file to serialize the instance to
-SerializeBean_Title=Instance Serialization
-
-#
-# new folder
-#
-CTL_NewFolder=Folder
-CTL_NewFolderName=&Name:
-CTL_NewFolderTitle=Create New Folder
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=File {0} already exists in folder {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Folder {0} already exists in folder {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=The file {1} seems to be too large ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) to safely open. \nOpening the file could cause OutOfMemoryError, which would make the IDE unusable. Do you really want to open it?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML Configuration Files
-PROP_XmlError=Error (recoverable)
-PROP_XmlWarning=Warning
-PROP_XmlFatalError=FATAL ERROR
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Cannot create folder; {0} is not a valid name.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Cannot copy {0}: The destination folder is the same as the source folder.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Cannot copy {0}: The destination folder is a subfolder of the source folder.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=New Wizard - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=New Wizard
-LAB_TemplateChooserPanelName=Choose Template
-LAB_SelectTemplateBorder=&Select a Template:
-MSG_NoDescription=No description
-MSG_InitDescription=Initializing description...
-LAB_TemplateDescriptionBorder=&Template Description:
-LAB_TargetLocationPanelName=Target Location
-LAB_TargetLocationDescription=Please select a folder for the newly created object or enter the folder name below:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/A
-ACSD_TemplateWizard1=N/A
-
-CTL_NewObjectName=&Name\:
-ACSD_NewObjectName=N/A
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/A
-
-LBL_settingsNodeName=Settings
-EXC_folder_delete_failed=Could not remove source folder while moving.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<top folder> [{0}]
-FMT_DefaultNewObjectName=<default name>
-
-LBL_shadow_loader_display_name=Links
-LBL_folder_loader_display_name=Folders
-LBL_default_loader_display_name=Unrecognized Objects
-LBL_instance_loader_display_name=Action Instances
-
-FMT_CannotCopyDo=Warning: Object {0} cannot be copied.
-FMT_CannotMoveDo=Warning: Object {0} cannot be moved.
-
-# InstanceDataObject
-LBL_separator_instance=(separator)
-PROP_instance_class=Class Name
-HINT_instance_class=Java class name of the object being represented.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=There are problems with saving the {0} bean.
-
-FMT_brokenShadowName={0} (Broken Link)
-HINT_brokenShadowOriginalName=Broken Link
-PROP_brokenShadowOriginalName=Broken Link
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Broken Link Filesystem
-HINT_brokenShadowFileSystem=Broken Link Filesystem
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Unrecognized setting>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Data Object Copy Flavor
-LBL_DOcut=Data Object Cut Flavor
-#NewObjectPanel
-LAB_NewObjectPanelName=New Object Name
-FMT_DefaultNewObject=<default>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=The popup menu for objects of type {0} could not be restored; using default settings.
-LBL_loader_display_name=Loader
-
-MSG_renameError=This object cannot be renamed from {0} to {1}.
-MSG_NotValidName=Cannot give {0} an empty name.
-ERR_NoFilesystem=No enabled filesystem. Make sure that you have at least one filesystem that is not read-only and is not hidden.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=The target filesystem or folder does not exist.
-MSG_fs_is_readonly=The target filesystem is read-only.
-# {0} - name of the existing file
-MSG_file_already_exist=The file {0} already exists.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Filesystem Action
-#InstantiateAction
-Instantiate=Instantiate
-#SaveAsTemplateAction
-SaveAsTemplate=Save As Template...
-Title_SaveAsTemplate=Save As Template
-CTL_SaveAsTemplate=&Select the category in which the new template will appear:
-CTL_SaveAsTemplate_TemplatesRoot=Templates
-SaveAll=Save &All
-HINT_SaveAll=Save all files (if the Compile on Save feature is on, this will also compile/build your files)
-# FileSystemRefreshAction
-LAB_Refresh=Refresh Folder
-# NewTemplateAction
-EXC_TemplateFailed=Creation of the object from template failed.
-NewTemplate=&New
-NewTemplateAction=All Templates...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Empty
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Opening {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=File {0} is modified. Save it ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modified)
-TIP_editor_ro=\ (read-only)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=File {0} was changed to read-only! All changes will be discarded.
-MSG_FileReadOnlySaving=File {0} was changed to read-only! Can not save it.
-MSG_FileReadOnlyChanging=File {0} was changed to read-only!
-
-
-MSG_BinaryFileQuestion=This file appears to contain binary data. Are you sure you want to open it in the text editor?
-MSG_BinaryFileWarning=Binary File Detected
-
-CTL_SaveAsAction=Sa&ve As...
-MSG_SaveAsFailed=There were some problems while saving {0}\nCause: {1}
-LBL_SaveAsTitle=Save As
-MSG_CannotCreateTargetFolder=Cannot create the target folder.
-MSG_SaveAs_SameFileSelected=Select a different file name please.
-MSG_SaveAs_SameFileSelected_Title=Save As
-
diff --git a/l10n/src/sr/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_sr.properties
deleted file mode 100644
index 8c2a8c0..0000000
--- a/l10n/src/sr/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_sr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=APIs for getting information about installed modules.
-OpenIDE-Module-Long-Description=Allows to get list of installed modules, inspect their properties and dependencies.
-
diff --git a/l10n/src/sr/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_sr.properties
deleted file mode 100644
index c6edc21..0000000
--- a/l10n/src/sr/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_sr.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Nodes API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for defining generic tree-like structures.
-OpenIDE-Module-Long-Description=Provides abstraction over tree-like structures by defining Node - the generic extensible interface that can then be displayed by the Explorer API.
-
-
-
-#Sheet
-Properties=Properties
-Expert=Expert
-HINT_Properties=Properties of this object.
-HINT_Expert=Expert properties of this object.
-
-#indexed customizer
-LAB_order=Change Order
-LAB_listOrder=Show these fields in this order:
-LAB_listOrder_Mnemonic=S
-Button_close=Close
-Button_close_Mnemonic=C
-Button_up=Move up
-Button_up_Mnemonic=U
-Button_down=Move down
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/A
-ACSD_Button_up=N/A
-ACSD_Button_down=N/A
-ACSD_ListOrder=N/A
-ACSD_IndexedCustomizer=N/A
-
-#PropertySupport
-CTL_StandardName=Name
-CTL_StandardHint=Name of the object.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Paste Node
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copy Index
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Please Wait...
-
diff --git a/l10n/src/sr/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_sr.properties
deleted file mode 100644
index 1b27750..0000000
--- a/l10n/src/sr/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_sr.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Settings Options API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for storing preferences.
-OpenIDE-Module-Long-Description=Provides classes that simplify storage of settings between multiple invocation of NetBeans based application.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.NbPreferences instead.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/sr/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_sr.properties
deleted file mode 100644
index 8f9a4b7..0000000
--- a/l10n/src/sr/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_sr.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Text API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Generic API wrapping Swing based EditorKits.
-OpenIDE-Module-Long-Description=Provide support for defining components that embed Swing text editors.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Print Settings
-CTL_Header_format = Printing {2} at {1}
-CTL_Footer_format = Page {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Page Format
-HINT_PAGE_FORMAT=Page Format
-PROP_WRAP=Wrap Lines
-HINT_WRAP=Should lines be wrapped?
-PROP_HEADER_FORMAT=Page Header Format
-
-HINT_HEADER_FORMAT=For example, "Top of page {0} (printed on date {1}) of file {2}".
-PROP_FOOTER_FORMAT=Page Footer Format
-HINT_FOOTER_FORMAT=For example, "Bottom of page {0} (printed on date {1}) of file {2}".
-PROP_HEADER_FONT=Page Header Font
-HINT_HEADER_FONT=Set the page header font.
-PROP_FOOTER_FONT=Page Footer Font
-HINT_FOOTER_FONT=Set the page footer font.
-PROP_HEADER_ALIGNMENT=Page Header Alignment
-HINT_HEADER_ALIGNMENT=Page Header Alignment - LEFT, CENTER, RIGHT.
-PROP_FOOTER_ALIGNMENT=Page Footer Alignment
-HINT_FOOTER_ALIGNMENT=Page Footer Alignment - LEFT, CENTER, RIGHT.
-PROP_LINE_ASCENT_CORRECTION=Line Ascent Correction
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplier to correct the line ascent.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTER
-CTL_RIGHT = RIGHT
-CTL_LEFT = LEFT
-
-# Cancellation
-CTL_Print_progress=Page number {0} was printed.
-CTL_Print_cancellation=Print Job Progress
-CTL_Cancel=Cancel
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Current printer job was aborted.
-EXC_Printer_Problem=Printer problem: {0}
-EXC_ReadOnlyFile=File {0} is read-only.
-EXC_LoadDocument=The document {0} could not be loaded.
-LBL_EditorLoading=Loading...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Question
-CTL_Save=Save
-ACSN_CTL_Save=N/A
-ACSD_CTL_Save=N/A
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Discard
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/A
-ACSD_CTL_Discard=N/A
-
-# PositionBounds
-MSG_Empty_string=Unable to insert empty string
-#editor support warning message
-FMT_FileNotFound=Warning: File {0} was not found or could not be accessed.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=File {0} was modified externally. Reload it?
-FMT_External_change_write=File {0} was modified externally. Overwrite it?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=You have specified an invalid file. Check the path.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor for {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor for {0}
-TITLE_SourceButton=Source
-
-
diff --git a/l10n/src/sr/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_sr.properties
deleted file mode 100644
index 789339d..0000000
--- a/l10n/src/sr/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_sr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Old Enumeration API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enumeration API that is in wrong package.
-OpenIDE-Module-Long-Description=Enumeration API that is in wrong package, org.openide.util.enum and as such it cannot be compiled with Java 1.5, because enum is a keyword. Is replaced by class org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.Enumerations instead of this module.
-
diff --git a/l10n/src/sr/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_sr.properties
deleted file mode 100644
index 8f05e23..0000000
--- a/l10n/src/sr/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_sr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Lookup
-
diff --git a/l10n/src/sr/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_sr.properties
deleted file mode 100644
index 3756be4..0000000
--- a/l10n/src/sr/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_sr.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# 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.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#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
-
diff --git a/l10n/src/sr/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_sr.properties
deleted file mode 100644
index 3c24802..0000000
--- a/l10n/src/sr/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_sr.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Multiple Objects Flavor
-
-Create=Create
-Paste=Paste
-
diff --git a/l10n/src/sr/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_sr.properties b/l10n/src/sr/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_sr.properties
deleted file mode 100644
index c8fb9b0..0000000
--- a/l10n/src/sr/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_sr.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Window System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for managing components on a screen.
-OpenIDE-Module-Long-Description=Provides OS and MDI/SDI neutral abstraction API over concept of components that are displayed to the user.
-
-
-
-# name of empty workspace
-None=None
-
-#CloneableTopComponent
-EXC_CannotAssign=Cannot assign component to EMPTY
-
-#TopComponent
-EXC_UnknownOperation=Unknown close operation
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Invoking {2} implemented as {3} with {0}
-
diff --git a/l10n/src/sr/platform/print/print/org/netbeans/modules/print/action/Bundle_sr.properties b/l10n/src/sr/platform/print/print/org/netbeans/modules/print/action/Bundle_sr.properties
deleted file mode 100644
index 33c9b24..0000000
--- a/l10n/src/sr/platform/print/print/org/netbeans/modules/print/action/Bundle_sr.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Pa&ge Setup...
-
-# PrintAction
-TLT_Print_Action=Print
-MNU_Print_Action=&Print...
-ACT_Print_Action=Print - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/sr/platform/print/print/org/netbeans/modules/print/resources/Bundle_sr.properties b/l10n/src/sr/platform/print/print/org/netbeans/modules/print/resources/Bundle_sr.properties
deleted file mode 100644
index b00ce5f..0000000
--- a/l10n/src/sr/platform/print/print/org/netbeans/modules/print/resources/Bundle_sr.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Print
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of print module.
-OpenIDE-Module-Long-Description=Implementation of print module.
-
-# layer.xml
-Actions/File=File
-
diff --git a/l10n/src/sr/platform/print/print/org/netbeans/modules/print/ui/Bundle_sr.properties b/l10n/src/sr/platform/print/print/org/netbeans/modules/print/ui/Bundle_sr.properties
deleted file mode 100644
index 556818f..0000000
--- a/l10n/src/sr/platform/print/print/org/netbeans/modules/print/ui/Bundle_sr.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Printer problem: {0}
-LBL_Page_Setup_Button=Page &Setup
-TLT_Page_Setup_Button=Invokes the Page Setup dialog
-LBL_Print_Option_Button=Print &Options
-TLT_Print_Option_Button=Invokes the Print Options dialog
-LBL_Print_Button=&Print
-TLT_Print_Button=Invokes the Print dialog
-LBL_Close_Button=&Close
-TLT_Close_Button=Closes the Print Preview dialog
-LBL_Print_Preview=Print Preview
-LBL_Fit_to_Width=Fit to Width
-LBL_Fit_to_Height=Fit to Height
-LBL_Fit_to_All=Show All Pages
-
-TLT_First=&First page (Alt+F)
-TLT_Previous=P&revious page (Alt+R)
-TLT_Next=&Next Page (Alt+N)
-TLT_Last=&Last Page (Alt+L)
-TLT_Fit=Change &Scale (Alt+S)
-TLT_Zoom_In=Zoom &In (Alt+I)
-TLT_Zoom_Out=Zoom O&ut (Alt+U)
-TLT_Toggle=Show &Multiple Pages (Alt+M)
-TLT_Goto=<html><body> <b>Navigation:</b> <br> press <code>/</code> or <code>F</code> to show first page <br> press <b><code>-</code></b> or <code>G</code> to show previous page <br> press <b><code>+</code></b> or <code>K</code> to show next page <br> press <code>*</code> or <code>L</code> to show last page </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Print Options
-LBL_Border=Border
-LBL_Print_Border=Print &Border
-LBL_Print_Header=Print Hea&der
-LBL_Print_Footer=Print &Footer
-LBL_Choose_Font=Choose Font
-LBL_Choose_Color=Choose Color
-LBL_Insert_Macros=Insert Macro:
-LBL_Text=Text
-LBL_Line_Numbers=Line N&umbers
-LBL_Wrap_Lines=&Wrap Lines
-LBL_Use_Font=Use Font Attributes // &X
-LBL_Use_Color=Use Color Attributes // &Q
-LBL_As_Editor=Print as in Editor // &J
-LBL_Selection=Print &Selection
-LBL_Line_Spacing=Line S&pacing:
-LBL_Text_Font_and_Color=Text Font and Colo&r:
-LBL_Background_Color=Back&ground Color:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Header and Footer
-LBL_Apply=&Apply
-LBL_Left=Left:
-LBL_Center=Center:
-LBL_Right=Right:
-
-ERR_Zoom_Value_Is_Invalid=Zoom value is invalid!
-ERR_Header_Size_Is_Too_Big=Header Size is too big!
-ERR_Footer_Size_Is_Too_Big=Footer Size is too big!
-ERR_Page_Number_Is_Invalid=Number of pages is invalid!
-ERR_Page_Number_Is_Too_Big=Number of pages is too big!
-
-TLT_Apply=Applies changes
-TLT_Border_Color=Choose Border &Color (Alt+C)
-TLT_Header_Font=Choose Header Fo&nt (Alt+N)
-TLT_Header_Color=Choose Header C&olor (Alt+O)
-TLT_Footer_Font=Choose Footer Fon&t (Alt+T)
-TLT_Footer_Color=Choose Footer Co&lor (Alt+L)
-TLT_Text_Font=Choose Text Font (Alt+K) // &K
-TLT_Text_Color=Choose Text Colo&r (Alt+R)
-TLT_Background_Color=Choose Background Color // &G
-TLT_Print_Zoom=Adjusts the print zoom
-TLT_Use_Font=Use Font (Alt+X)
-TLT_Use_Color=Use Color (Alt+Q)
-TLT_As_Editor=Show as in Editor (Alt+J)
-TLT_Selection=Print Selection
-
-LBL_Pages=page(s)
-LBL_Fit_Width_to=F&it Width to:
-TLT_Fit_Width_to=Fit Width to
-LBL_Fit_Height_to=Fit H&eight to:
-TLT_Fit_Height_to=Fit Height to
-LBL_Zoom_to=&Zoom to:
-TLT_Zoom_to=Zoom to
-LBL_Fit_to_Page=Fit to Page // &Y
-TLT_Fit_to_Page=Fit to Page (Alt+Y)
-
diff --git a/l10n/src/sr/platform/print/print/org/netbeans/modules/print/util/Bundle_sr.properties b/l10n/src/sr/platform/print/print/org/netbeans/modules/print/util/Bundle_sr.properties
deleted file mode 100644
index e1670a5..0000000
--- a/l10n/src/sr/platform/print/print/org/netbeans/modules/print/util/Bundle_sr.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} of {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=The name of printed component
-ROW=The row number
-COLUMN=The column number
-USER=The user name
-COUNT=The count of pages
-MODIFIED_DATE=Date of the last modification
-MODIFIED_TIME=Time of the last modification
-PRINTED_DATE=Date of printing
-PRINTED_TIME=Time of printing
-
diff --git a/l10n/src/sr/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_sr.properties b/l10n/src/sr/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_sr.properties
deleted file mode 100644
index cbffb7f..0000000
--- a/l10n/src/sr/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_sr.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization.
-OpenIDE-Module-Long-Description=Provides a view of all running tasks and may permit them to be cancelled, etc.
-
-NbProgressBar.tooltip1={0} tasks running. Click for details.
-NbProgressBar.tooltip2={0} task running. Click for details.
-ListComponent.btnClose.tooltip=Click to cancel process
-ListComponent.bar.tooltip=Click to watch the process
-Cancel_Question=Are you sure you want to cancel {0}?
-Cancel_Question_Title=Cancel Running Task
-StatusLineComponent.ShowProcessList=Show Processes
-StatusLineComponent.Cancel=Cancel Process
-StatusLineComponent.View=Show Output
-ListComponent.Watch=Watch Process
-
-RunOffAWT.TITLE_Operation=Lengthy operation in progress
-RunOffAWT.BTN_Cancel=Cancel
-
-# ProgressListAction
-CTL_ProcessListAction=&Processes
-
-# CancelAction
-CTL_CancelAction=Cancel Process
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Click to cancel process
-ModalDialog.btnClose.text=Cancel
-ModalDialog.btnClose.accessibleName=Cancel
-ModalDialog.btnClose.accessibleDescription=Cancels the current process
-
-
diff --git a/l10n/src/sr/platform/queries/queries/org/netbeans/modules/queries/Bundle_sr.properties b/l10n/src/sr/platform/queries/queries/org/netbeans/modules/queries/Bundle_sr.properties
deleted file mode 100644
index a911402..0000000
--- a/l10n/src/sr/platform/queries/queries/org/netbeans/modules/queries/Bundle_sr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=General Queries API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Acts as a general communication channel between modules.
-OpenIDE-Module-Long-Description=Hosts queries which are not particularly domain-specific. Permits different modules to obtain information about files in a flexible way.
-
diff --git a/l10n/src/sr/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_sr.properties b/l10n/src/sr/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_sr.properties
deleted file mode 100644
index 37a2eaa..0000000
--- a/l10n/src/sr/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_sr.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=Option {0} needs an argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Option {0} cannot be used together with option {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Need at least one of {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Need to use also {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=Option {0} needs also option {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/sr/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_sr.properties b/l10n/src/sr/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_sr.properties
deleted file mode 100644
index 49008f8..0000000
--- a/l10n/src/sr/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_sr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Command Line Parsing API
-OpenIDE-Module-Short-Description=GetOpts compliant API for parsing command line
-OpenIDE-Module-Long-Description=GetOpts compliant API to parse command line. It is focused on the case when each part of the command line is going to be parsed by different module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-MSG_OptionsHeader=\nAdditional Module(s) Option(s):\n
-
diff --git a/l10n/src/sr/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_sr.properties b/l10n/src/sr/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_sr.properties
deleted file mode 100644
index 1fa0c1d..0000000
--- a/l10n/src/sr/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_sr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Settings API
-OpenIDE-Module-Short-Description=A library for storing settings in custom formats.
-OpenIDE-Module-Long-Description=This module provides the Settings API for storing module-defined settings in custom formats. It also provides several useful settings format implementations.
-OpenIDE-Module-Display-Category=Infrastructure
-
diff --git a/l10n/src/sr/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_sr.properties b/l10n/src/sr/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_sr.properties
deleted file mode 100644
index 23065ae..0000000
--- a/l10n/src/sr/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_sr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=A module that provides a new API to replace NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=Actions SPI (Experimental)
-OpenIDE-Module-Short-Description=Replacements for NodeAction, CookieAction, etc.
-
diff --git a/l10n/src/sv/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_sv.properties b/l10n/src/sv/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_sv.properties
deleted file mode 100644
index 90709a8..0000000
--- a/l10n/src/sv/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_sv.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Modulbyggnadsharnesk
-OpenIDE-Module-Display-Category=Utveckla NetBeans
-OpenIDE-Module-Short-Description=L\u00e5ter dig bygga externa plugin-moduler fr\u00e5n k\u00e4llkod.
-OpenIDE-Module-Long-Description=Detta \u00e4r byggharnesket som anv\u00e4nds f\u00f6r att utveckla NetBeans-moduler (med eller utan IDE). Den \u00e4r normalt implicit anv\u00e4nd av NetBeans-modulprojekt. F\u00f6r teknisk dokumentation, l\u00e4s harness/README.
-
diff --git a/l10n/src/sv/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_sv.properties b/l10n/src/sv/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_sv.properties
deleted file mode 100644
index 1673711..0000000
--- a/l10n/src/sv/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_sv.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Utveckla NetBeans
-OpenIDE-Module-Long-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.\nRun 'display-coverage-report' target on a project to measure results and display report in external browser.\nFor integration with Module Build Harness.
-OpenIDE-Module-Name=Cobertura Module Test Coverage
-OpenIDE-Module-Short-Description=Ant-m\u00e5l f\u00f6r att m\u00e4ta testt\u00e4ckning f\u00f6r apisupport-projekt som anv\u00e4nder Cobertura.
-
diff --git a/l10n/src/sv/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_sv.properties b/l10n/src/sv/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_sv.properties
deleted file mode 100644
index de6d181..0000000
--- a/l10n/src/sv/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_sv.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly Tools-plattform
-
diff --git a/l10n/src/sv/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_sv.properties b/l10n/src/sv/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_sv.properties
deleted file mode 100644
index 0382ae0..0000000
--- a/l10n/src/sv/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_sv.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Testverktyg
-OpenIDE-Module-Short-Description=Testbiblioteket Jemmy.
-OpenIDE-Module-Long-Description=Ett generell bibliotek f\u00f6r att k\u00f6ra automatiserade GUI-tester.
-
-
diff --git a/l10n/src/sv/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_sv.properties b/l10n/src/sv/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_sv.properties
deleted file mode 100644
index 7dc97d7..0000000
--- a/l10n/src/sv/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_sv.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Testverktyg
-OpenIDE-Module-Long-Description=NetBeans-ut\u00f6kningar f\u00f6r JUnit inneh\u00e5llande assertGC, assertSize, getWorkDir, LineDiff, mfl.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=NetBeans-ut\u00f6kningar f\u00f6r JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/sv/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_sv.properties
deleted file mode 100644
index 452409d..0000000
--- a/l10n/src/sv/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_sv.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Bibliotek
-OpenIDE-Module-Short-Description=INSANE, bibliotek f\u00f6r heapprofilering.
-OpenIDE-Module-Long-Description=Ett bibliotek f\u00f6r att g\u00f6ra heapanalyser p\u00e5 JVM:en d\u00e4r den k\u00f6rs.
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_sv.properties
deleted file mode 100644
index e2b124c..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_sv.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Name=NBI Ant Library
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_sv.properties
deleted file mode 100644
index 6ab3ec0..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_sv.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=The current platform is not supported.
-I.error.load.engine.properties=Could not load the engine properties file
-
-I.warning.silent.without.state="{1}" option is required when using "{0}". "{0}" will be ignored.
-
-I.error.cannot.create.local.dir=Cannot create local directory: {0}
-I.error.local.dir.is.file=Local directory exists and is a file: {0}
-I.error.no.read.permissions.for.local.dir=Cannot read local directory {0} - not enough permissions
-I.error.no.write.permissions.for.local.dir=Cannot write to local directory {0} - not enough permissions
-
-I.lock.file.exists.dialog.title=NetBeans Installer lock file exists
-I.lock.file.exists.dialog.text=The installer lock file exists at {0}\n\nIt means that either another instance of the installer is already running or the previous installation was not finished correctly.\nIt is not recommended that you run multiple instances at the same time since it can result in installer data corruption.\n\nIf you are sure that no other instance is running at the moment, click "Yes" to proceed otherwise click "No" to exit the installer.\n
-
-I.error.cannot.create.lock.file=Can't create lock for the local registry file
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_sv.properties
deleted file mode 100644
index 0095662..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_sv.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Laddar ner fr\u00e5n {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_sv.properties
deleted file mode 100644
index bf7150f..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_sv.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=Proxytyperna {0} och {1} krockar
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI kan inte vara null
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Misslyckades att ansluta genom {0} till {1}
-US.error.failed.configure.proxy=Misslyckades att konfigurera proxy {0} f\u00f6r {1}
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_sv.properties
deleted file mode 100644
index f1cfd59..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_sv.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Loading local registry [{0}]
-R.error.loading.local.registry.failed.title=Failed to load the local registry
-R.error.loading.local.registry.failed.msg=The local registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.bundled.registry=Loading bundled registry [{0}]
-R.error.loading.bundled.registry.failed.title=Failed to load the bundled registry
-R.error.loading.bundled.registry.failed.msg=The bundled registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.remote.registry=Loading remote registry [{0}]
-R.error.loading.remote.registry.failed.title=Failed to load the remote registry
-R.error.loading.remote.registry.failed.msg=The remote registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.error.cannot.delete.data=Cannot delete the cached installation data
-R.save.local.registry.title=Saving local registry
-R.save.local.registry.detail=Saving to {0}
-
-R.error.missing.target.component.title=Missing target component
-R.error.missing.target.component.msg=The specified target component - {0}/{1}\nwas not found in the registry. The installer\n can continue as if the target component was not specified.\nClick Yes to continue, No to exit the installer.
-
-R.error.validation.title=Validation Problem
-R.error.validation.msg=It seems that the installation of {0} is corrupted.\nThe validation procedure issued the following warning:\n\n{1}\n\nWould you like to mark this product as not installed and continue?\nIf you click No the installer will exit.\n\nNote that these products that depend on {2} will also be disabled:\n{3}
-
-R.error.matching.requirement=No components matching the requirement: {0} requires {1}
-R.error.cyclic.dependency=Cyclic dependency: {0}, {1}
-
-R.loading.registry.properties=Loading registry properties
-R.loading.component=Loading component: uid={0}, version={1}
-R.error.loading.components=Could not load components
-R.error.registry.finalization=Could not finalize registry
-R.error.registry.document.loading=Could not load registry document
-
-R.error.cannot.create.cache.directory=Cannot create local product cache directory {0}
-R.error.cache.is.file=Local product cache directory exists and is a file : {0}
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=Cannot create local registry
-
-R.error.registry.is.dir=Local registry {0} is a directory
-R.error.cannot.read.registry=Cannot read local registry {0} - not enough permissions
-R.error.cannot.write.registry=Cannot write local registry {0} - not enough permissions
-
-R.error.cannot.parse.platform=Cannot parse platform from "{0}"
-R.error.cannot.load.registry=Cannot load registry
-R.error.parser.not.support.schemas=The current parser - {0} - does not support schemas.
-
-R.error.unknown.dependency=Unknown dependency type {0}
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_sv.properties
deleted file mode 100644
index 1a3977c..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_sv.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=The installation directory {0} is missing.\nMost likely it was deleted manually.
-PCL.validation.directory.file=The installation directory {0} is in fact a file.\nMost likely it was previously deleted manually and overwritten with a file.
-PCL.validation.directory.empty=The installation directory {0} is empty.\nMost likely its contents were deleted manually.
-PCL.validation.directory.null=The installation directory cannot be detected.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Cannot initialize data for {0}
-P.error.cannot.load.logic=Cannot load configuration logic for {0}
-P.error.installdir.not.set=Installation location is not set for {0}
-P.error.installdir.set.empty=Installation location is set to empty string for {0}
-P.error.cannot.create.cache.dir=Cannot create the local cache directory {0} for {1}
-P.error.local.cache.not.dir=The local cache directory {0} for {1} is not a directory
-P.error.cannot.load.product=Could not load product {0}
-P.error.logic.not.yet.downloaded=Configuration logic for {0} is not yet downloaded
-P.error.installation.data.not.cached=Installation data is not cached for {0}
-P.error.cannot.extract.data=Cannot extract installation data for {0}
-P.error.cannot.save.files.list=Cannot save installed files list
-P.error.cannot.get.wizard.components=Cannot get component's wizard components
-P.error.cannot.wrap.for.macos=Cannot create directory hierarchy for MacOS Application
-P.error.cannot.get.files.list=Cannot get the installation files list
-P.error.cannot.delete.files.list=Cannot delete installed files list
-P.error.cannot.delete.file=Cannot delete the file
-P.error.cannot.remove.from.system=Cannot remove {0} from the system install manager
-P.error.not.enough.space=Cannot extract installation data -- not enough disk space in the target directory.
-P.error.cannot.clear.cache=Cannot clear installation data cache file {0}
-P.error.system.integartion.failed=Integration of {0} with the system package manager failed
-
-P.message.installation=Installerar {0}
-P.message.uninstallation=Avinstallerar {0}
-P.message.configuration=Configuring {0}
-P.message.unconfiguration=Unconfiguring {0}
-P.message.legal.artifacts=Creating legal artifacts
-P.message.run.logic=Running custom configuration logic
-P.message.system.registration=Registering in the system package manager
-P.message.save.installation.files.list=Saving installed files list
-P.message.delete=Deleting {0}
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_sv.properties
deleted file mode 100644
index 70d8364..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_sv.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Error writing to the log file. Logging disabled.
-
-EM.ununexpected.exception=An unexpected exception happened in thread {0}
-EM.errortype.critical=Critical Error
-EM.errortype.error=Fel
-EM.errortype.warning=Varning
-EM.errortype.message=Meddelande
-EM.unexpected.error=An unknown error occured.
-EM.exception.message=\n\nException:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nYou can get more details about the issue in the installer log file:\n {0}
-
-FU.error.output.file.entry=An file entry {0} exists and is not a file
-FU.error.output.dir.entry=An directory entry {0} exists and is not a directory
-FU.message.extracting=Extracting {0}
-FU.error.load.xml.file.list=Could not load xml files list for extraction
-FU.error.unjar.todir=Directory {0} is an existing file, cannot unjar
-FU.message.copy.dir=Copying directory: {0} to: {1}
-FU.message.copy.file=Copying file: {0} to: {1}
-FU.error.close.stream=Cannot close stream
-FU.error.source.not.readable=Source {0} is not readable
-FU.error.dest.not.file=Destination {0} is not a file
-FU.error.dest.creation=Destination {0} cannot be created
-FU.error.dest.not.writable=Destination {0} is not writable
-FU.message.moving=Moving {0} to {1}
-FU.error.freespace=Cannot get free disk space amount at {0}
-FU.error.cannot.close.jar=Cannot close jar {0}
-FU.error.cannot.create.dir.exist.file=Cannot create directory {0}, it is an existing file
-FU.error.cannot.create.dir=Cannot create directory {0}
-FU.error.not.jar.file=The supplied file {0} is not a jar archive
-FU.error.sha1.not.supported=Holy crap, this jvm does not support SHA1
-FU.error.md5.not.supported=Holy crap, this jvm does not support MD5
-FU.error.file.security.exception=Something very unexpected - a security exception during accessing file {0}
-FU.message.delete.file=Deleting file {0}
-FU.message.delete.dir=Deleting directory {0}
-FU.error.pack200.failed=Pack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Cannot parse property - {0}, its value - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Could not activate the cross-platform look and feel - proceeding with whatever look and feel was the default.
-UI.error.failed.to.activate.defined.laf=Could not activate the defined look and feel - falling back to the default cross-platform one.
-UI.error.failed.to.init.ui=Can`t initialize UI
-UI.error.failed.to.force.gtk=Cannot force the use of GTK look and feel
-UI.silent.default.yes=Going with Yes (default) option...
-UI.silent.default.no=Going with No (default) option...
-UI.silent.default.cancel=Going with Cancel (default) option...
-
-StrU.error.cannot.parse.status=Cannot parse status: {0}
-StrU.error.unknown.platform=Platform "{0}" is not recognized.
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_sv.properties
deleted file mode 100644
index 79fb7a1..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_sv.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Failed to execute the JDK verification procedure
-JU.error.cannot.delete=Kan inte ta bort {0}
-JU.error.cannot.download.testjdk=Kan inte ladda ner TestJDK.class fr\u00e5n {0}
-JU.error.cannot.canonize=Cannot canonize {0}
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_sv.properties
deleted file mode 100644
index da0b6b8..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_sv.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Invalid parameter for command line argument "{0}" -- "{1}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.bad.locale.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.missing.state.file=The specified state file "{1}", does not exist.\n"{0}" parameter is ignored.
-O.warning.bag.state.file.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <state-file-path>".
-O.warning.target.state.file.exists=The specified state file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.target.state.file.arg=Required parameter missing for command line argument\n"{0}". Should be "{0} <state-file-path>".
-O.warning.bundle.file.exists=The specified target file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.create.bundle.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <userdir-path>".
-O.warning.bad.platform.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-platform>".
-O.warning.bad.registry.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_sv.properties
deleted file mode 100644
index 5321a74..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_sv.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Inte installerade
-Status.to-be-installed=Kommer att installeras
-Status.installed=Installerade
-Status.to-be-uninstalled=Kommer att avinstalleras
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Installerades
-DetailedStatus.install.warning=Installerades Med Varningar
-DetailedStatus.install.error=Installation Misslyckades
-DetailedStatus.uninstall.success=Avinstallerades
-DetailedStatus.uninstall.warning=Avinstallerades Med Varningar
-DetailedStatus.uninstall.error=Avinstallation Misslyckades
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_sv.properties
deleted file mode 100644
index af773cd..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_sv.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Kunde inte ladda ner ramikon fr\u00e5n URI - {0}.
-NF.error.failed.to.set.frame.icon=Kunde inte s\u00e4tta ramikon.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Bl\u00e4ddra
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_sv.properties
deleted file mode 100644
index 16d74b8..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_sv.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=Den specificerade procenten - {0} \u00e4r ogiltig. The total percentage of the \ncomposite progress (sum of the own percentage and the percentages of the \nchildren) cannot be less than {1} and greater than {2}.
-
-CP.error.progress=The specified child progress doesn't exist in the composite progress \nso it can not be removed. 
-
-################################################################################
-# Progress.java
-P.error.percentage=Den specificerade procenten - {0} \u00e4r ogiltig. Den totalt procenten f\u00f6r \nprogressionen kan inte vara mindre \u00e4n {1} och st\u00f6rre \u00e4n {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_sv.properties
deleted file mode 100644
index 18d9318..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_sv.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Kan inte ladda bunt fr\u00e5n {0}
-LP.error.no.files=Det finns inga filer i {0}
-LP.error.not.directory={0} \u00e4r inte en katalog
-LP.error.directory.do.not.exist=Katalogen {0} finns inte
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_sv.properties
deleted file mode 100644
index efe6ea3..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_sv.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=Inga bundlade eller externa jar-filer
-CnL.error.cannot.find.jvm.file=Kan inte hitta JVM-filen {0}
-CnL.error.cannot.find.class=Kan inte hitta klassen {0} i bundlade filer och inga externa specificerades
-CnL.error.main.class.unspecified=Ingen specifierad huvudklass i bundlade filer
-CnL.error.cannot.get.output.name=Inga bundlade filer - kan inte inh\u00e4mta namn p\u00e5 utmatningsfil
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Kan inte inh\u00e4mta programikon fr\u00e5n {0}
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_sv.properties
deleted file mode 100644
index e9452f7..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_sv.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Kan inte erh\u00e5lla standardplats f\u00f6r applikationer
-SR.error.cannot.parse.pattern=Kan inte tolka m\u00f6nster: {0}
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_sv.properties
deleted file mode 100644
index 2adde84..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_sv.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Kan inte komma \u00e5t nativ metod
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_sv.properties
deleted file mode 100644
index cdd581c..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_sv.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Failed to create the default Wizard instance.
-W.error.failed.to.load.components=Failed to load wizard components from {0}, using classloader {1}.
-W.error.failed.to.load.component=Failed to load wizard component from XML element {0}, using classloader {1}.
-W.error.unknown.ui.mode=Unknown UI mode - {0}.
-W.error.cannot.move.backward.silent=Cannot move backward in silent UI mode.
-W.error.cannot.move.backward.at.first=Cannot move backward - the wizard is already at the first element.
-W.error.parser.unsupports.schemas=The current parser - {0} - does not support schemas.
-W.error.interrupted=Interrupted while waiting
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_sv.properties
deleted file mode 100644
index b0a13a8..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_sv.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE-installerare
-WC.description=NetBeans IDE Installer Description
-
-WC.help.button.text=&Help!
-WC.back.button.text=< &Tidigare
-WC.next.button.text=&N\u00e4sta >
-WC.cancel.button.text=Avbryt
-WC.finish.button.text=&Avsluta
-
-WC.cancel.dialog.title=Avbryt
-WC.cancel.dialog.text=Are you sure you want to cancel?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=An InterruptedException occured.
-
-WA.canceling.progress.title=Canceling, finishing the current operation...
-
-WA.cancel.dialog.title=Avbryt
-WA.cancel.dialog.text=Are you sure you want to cancel?
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_sv.properties
deleted file mode 100644
index 4d7954b..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_sv.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Cache Engine...
-CEA.description=Please wait while the wizard caches the engine.
-CEA.error.cannot.cache.engine=Cannot cache the installer engine
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Creating Bundle...
-CBA.description=Please wait while the wizard creates a bundle with the selected components.
-
-CBA.progress.create.bundle.title=Creating a redistributable bundle at {0}
-CBA.progress.add.engine.detail=Add installer engine to the bundle
-CBA.progress.add.product.detail=Adding {0} ...
-CBA.progress.add.group.detail=Adding {0} ...
-
-CBA.error.failed.create.bundle=Failed to create the bundle
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Creating Native Launcher...
-CNLA.description=Please wait while the wizard creates a launcher for the jar file.
-CNLA.error.failed.create.launcher=Failed to create the native launcher
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Creating MacOSX Application Launcher...
-CMALA.description=Please wait while the wizard creates a app launcher for the jar file.
-CMALA.error.failed.create.launcher=Failed to create the app launcher
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Preparing Configuration Logic...
-DCLA.description=Please wait while the wizard prepares the configuration logic.
-DCLA.progress.remote.title=Downloading configuration logic for {0}
-DCLA.progress.local.title=Extracting configuration logic for {0}
-DCLA.failed=Failed to download installation logic for {0}
-DCLA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Preparing Installation Data...
-DIDA.description=Please wait while the wizard prepares the installation data.
-DIDA.progress.remote.title=Downloading installation data for {0}
-DIDA.progress.local.title=Extracting installation data for {0}
-DIDA.failed=Failed to download installation data for {0}
-DIDA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Initierar...
-IRA.description=Please wait while the setup wizard initializes.
-IRA.registry.initialization.failed=Cannot initialize registry
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finalizing...
-FRA.description=Please wait while the setup wizard finalizes.
-FRA.registry.finalization.failed=Cannot finalize registry
-
-################################################################################
-# InstallAction.java
-IA.title=Installing...
-IA.description=Please wait while the wizard installs the selected components.
-IA.progress.install.title=Installing {0}...
-IA.progress.rollback.title=Canceling, rolling back {0}...
-IA.install.dependent.failed=Could not install {0}, since the installation of {1} failed
-IA.install.unknown.error=Unknown Error
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Searching for Java\u2122 Environments...
-SFJA.description=Please wait while the wizard searches your system for existing Java\u2122 environments.
-SFJA.prepare.list=Preparing locations list...
-SFJA.checking=Checking {0}
-SFJA.search.java=Searching for installed Java environments...
-SFJA.entry.label={0} (v. {1} by {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Uninstalling...
-UA.description=Please wait while the wizard uninstalls the selected components.
-UA.progress.uninstall.title=Avinstallerar {0}
-UA.uninstall.dependent.failed=Could not uninstall {0}, since the uninstallation of {1} failed
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=Source component UID is not set
-SILA.error.cannot.find.component=Component with the given uid {0} does not exist
-SILA.error.cannot.get.logic=Could not access configuration logic for {0}
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_sv.properties
deleted file mode 100644
index 76bfd50..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_sv.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Plats
-ALP.location.button.text=&Bl\u00e4ddra
-ALP.list.label.text=The &following locations were found by the search algorithm:
-
-ALP.error.nothing.found=Inga kompatibla applikationer hittades.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Components Selection
-CSP.description.both=Select the components that you want to install. Unselect those you want to uninstall.
-CSP.description.install=Select the components that you want to install.
-CSP.description.uninstall=Unselect the components that you want to uninstall.
-CSP.feature.description.title=Feature Description
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Installationsstorlek: {0}     Nedladdningssstorlek: {1}
-CSP.sizes.label.text.no.download=Installationsstorlek: {0}
-
-CSP.default.installation.size=I/T
-CSP.default.download.size=I/T
-
-CSP.error.no.changes.both=No feature selected. Select at least one feature for installation or uninstallation.
-CSP.error.no.changes.install=No feature selected. Select at least one feature for installation.
-CSP.error.no.changes.uninstall=No feature selected. Select at least one feature for uninstallation.
-CSP.error.requirement.install={1} is required to install {0}.
-CSP.error.conflict.install={0} conflicts with {1}.
-CSP.error.requirement.uninstall={0} is required by {1}.
-CSP.error.not.enough.space.to.download=Insufficient disk space for downloading the installation data. Additional {1} is required in {0}.
-CSP.error.not.enough.space.to.extract=Insufficient disk space for extracting the installation data. Additional {1} is required in {0}.
-CSP.error.cannot.check.space=Cannot check the free disk space
-
-################################################################################
-# DestinationPanel.java
-DP.title=Installation Folder
-DP.description=Choose destination folder.
-
-DP.destination.label.text=&Installation location:
-DP.destination.button.text=&Bl\u00e4ddra
-
-DP.error.null=The installation folder cannot be empty.
-DP.error.not.valid=The specified installation folder is invalid.
-DP.error.contains.exclamation=The installation folder cannot contain the exclamation mark (!).
-DP.error.contains.semicolon=The installation folder cannot contain the semicolon character (;).
-DP.error.contains.colon=The installation folder cannot contain the colon character (:).
-DP.error.contains.ampersand=The installation folder cannot contain the ampersand character (&).
-DP.error.contains.wrong.char=The installation folder contains the wrong character({1}).
-DP.error.matches.prohibited.regexp=The specified installation folder is invalid (it matches prohibited pattern {1}).
-DP.error.not.absolute=The specified installation folder has to be in absolute path form.
-DP.error.cannot.canonize=The specified installation folder cannot be canonized.
-DP.error.not.directory=The specified installation location is not a folder.
-DP.error.not.readable=The specified installation folder is not readable.
-DP.error.not.writable=The specified installation folder is read-only.
-DP.error.not.empty=The specified installation folder is not empty.
-DP.error.not.ends.with.app=The specified installation folder must end with ".app".
-DP.error.not.enough.space=Not enough disk space. Additional {1} required in {0}.
-DP.error.cannot.get.logic=Cannot obtain configuration logic
-DP.error.cannot.check.space=Cannot check the free disk space
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 home folder:
-JLP.location.label.text.java=&Java\u2122 environment home folder:
-JLP.location.button.text=&Bl\u00e4ddra
-JLP.list.label.text=&List of suitable JDK\u2122 found on this machine:
-JLP.list.label.text.java=&List of suitable Java\u2122 environments found on this machine:
-
-JLP.error.null=The path to the JDK cannot be empty.
-JLP.error.null.java=The path to the Java environment cannot be empty.
-JLP.error.not.valid.path=The specified JDK folder {0} is invalid.
-JLP.error.not.valid.path.java=The specified Java environment folder {0} is invalid.
-JLP.error.path.not.exists=The specified JDK folder {0} does not exist.
-JLP.error.path.not.exists.java=The specified Java environment folder {0} does not exist.
-JLP.error.not.javahome=The specified JDK folder {0} does not contain JDK.
-JLP.error.not.javahome.java=The specified Java environment folder {0} does not contain Java environment.
-JLP.error.not.jdk=The specified JDK folder {0} contains JRE, but a full JDK is required.
-JLP.error.wrong.version.older=The specified JDK folder {0} contains JDK version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.older.java=The specified Java environment folder {0} contains Java version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.newer=The specified JDK folder {0} contains JDK version "{1}", while the maximum is "{2}".
-JLP.error.wrong.version.newer.java=The specified Java environment folder {0} contains Java version "{1}", while the maximum is "{2}".
-JLP.error.wrong.vendor=The specified JDK folder {0} contains JDK from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.wrong.vendor.java=The specified Java environment folder {0} contains Java from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.unknown=An unknown error occured while validating the path.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>The installer could not find a compatible JDK installation, specify it manually.<br>The minimum required version is {0}. To download JDK, visit <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>The installer could not find a compatible Java environment, specify it manually.<br>The minimum required version is {0}. To download Java environment, visit <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (used by {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Post-Create Bundle Summary
-PoCBSP.dialog.description=Click Finish to exit.
-
-PoCBSP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Some errors were encountered in the course of bundle creation process.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=The following components were successfully bundled:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=The following components failed to be bundled:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=View &Log
-PoCBSP.send.log.button.text=&Send Log
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Installation Wizard - Post-Install Summary
-
-PoISP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Some warnings were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Some errors were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=The following components were successfully installed:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=The following components installed with warnings:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=The following components failed to install:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=The following components were successfully uninstalled:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=The following components uninstalled with warnings:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=The following components failed to uninstall:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=View &Details
-PoISP.view.log.button.text=View &Log
-PoISP.send.log.button.text=&Send Log
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Log file is not available
-
-PoISP.message.files.remaining=Some files could not be removed from the installation directories of the {0}. You may need to remove them manually.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Pre-Create Bundle Summary
-PrCBSPdialog.description=Click Create to create the bundle.
-
-PrCBSPmessage.text=The wizard has collected all required data to proceed with creating of the bundle. Please review your choice. To continue, click Next.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=You chose to create a bundle with the following components:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Total download size: {0}
-PrCBSPrequired.disk.space.label.text=Required disk space: {0}
-PrCBSPcreate.button.text=&Create
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Pre-Install Summary
-
-PrISP.message.text=The installation wizard has collected all required data to proceed with installation/uninstallation of the selected components. Please review your choice. To continue, click Next.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=You chose to install the following components:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=You chose to uninstall the following components:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Total download size: {0}
-PrISP.required.disk.space.label.text=Required disk space: {0}
-PrISP.install.button.text=&Installera
-
-PrISP.error.not.enough.space=Insufficient disk space for proper installation. Additional {1} is required in {0}.
-PrISP.error.cannot.check.space=Cannot check the free disk space
-PrISP.error.logic.access=Could not access product's configuration logic
-PrISP.error.fsroots=Cannot get the list of file system roots
-PrISP.error.non.existent.root={0} is set up to be installed to {1} which does not belong to any of the file system roots.
-PrISP.error.cannot.write=The wizard does not have write access to {1}, the installation directory of {0}. Please correct the permissions before proceeding.
-
-################################################################################
-# LicensesPanel.java
-LP.title=Licensavtal
-LP.description=L\u00e4s det f\u00f6ljande licensavtalet noggrant.
-
-LP.accept.checkbox.text=I &accept the terms in the license agreement
-LP.error.cannot.get.logic=Could not access configuration logic
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<No Text>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Are you sure you want to cancel?
-EMP.cancel.dialog.title=Avbryt
-EMP.error.failed.input.verify=Failed to verify input
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_sv.properties
deleted file mode 100644
index d2a0ae9..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_sv.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Failed to download wizard icon from URI - {0}.
-SFC.error.failed.to.set.icon=Failed to set the swing frame container icon.
-SFC.error.failed.to.attach.error.handler=Failed to attach custom error handler to the EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Cannot set the default close operation
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_sv.properties
deleted file mode 100644
index 12c7536..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_sv.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Installation details
-IDD.component.label=Component
-IDD.status.label=Status
-
-ILD.loading.logfile=Loading log file. V\u00e4nta...
-ILD.error.reading.log=Cannot read log file {0}.
-ILD.error.log.contents=Log contents are not available.
-
diff --git a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_sv.properties b/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_sv.properties
deleted file mode 100644
index 5d6bf43..0000000
--- a/l10n/src/sv/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_sv.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Name=NBI Engine Library
-
diff --git a/l10n/src/sv/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_sv.properties b/l10n/src/sv/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_sv.properties
deleted file mode 100644
index cee0867..0000000
--- a/l10n/src/sv/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_sv.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apples Applikationsmeny
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Aktiverar st\u00f6d f\u00f6r Apples Applikationsmeny
-
-OpenIDE-Module-Long-Description=G\u00f6r att Apple-menyn fungerar, och flyttar om vissa standardmenyalternativ - Verktyg | Inst\u00e4llningar blir Inst\u00e4llningar, Hj\u00e4lp | Om blir Om, Arkiv | Avsluta blir Avsluta.
-
-MSG_MinimizeWindowAction=&Minimera F\u00f6nster
-
diff --git a/l10n/src/sv/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_sv.properties b/l10n/src/sv/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_sv.properties
deleted file mode 100644
index e4027fb..0000000
--- a/l10n/src/sv/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_sv.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Uppr\u00e4ttar anslutning ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Letar efter uppdateringar i {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=Kan inte l\u00e4sa NBM {0}
-InstallSupportImpl_TurnOnTimeout=timeout n\u00e4r {0} laddades
-InstallSupportImpl_NullSource=K\u00e4ll-URL:en f\u00f6r modulen "{0}" \u00e4r null, antagligen f\u00f6r att attributet "distribution" \u00e4r en tom str\u00e4n i UC-katalogen.\nSe ocks\u00e5 http://www.netbeans.org/issues/show_bug.cgi?id=153799 f\u00f6r mer information.
-InstallSupportImpl_Download_Unavailable=Kan inte komma \u00e5t {0}
-OperationSupportImpl_Custom_Uninstall=Avinstallerar {0}
-OperationSupportImpl_Custom_Install=Installerar {0}
-
-UpdateUnitFactory_Libraries_Category=Bibliotek
-UpdateUnitFactory_Bridges_Category=Bryggor
-UpdateUnitFactory_Unsorted_Category=Okategoriserade
-UpdateElementImpl_Feature_CategoryName=Funktioner
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Modul installerad:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Moduler installerade:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Modul inte installerad \u00e4n:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Moduler inte installerade \u00e4n:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>Ny modul erbjuden av plugin:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>Nya moduler erbjudna av plugin:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/sv/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_sv.properties b/l10n/src/sv/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_sv.properties
deleted file mode 100644
index 6595d66..0000000
--- a/l10n/src/sv/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_sv.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Long-Description=Autouppdateringsfunktionen tillhandah\u00e5ller flera tj\u00e4nster: ladda ner och installera tillg\u00e4ngliga uppdateringar f\u00f6r installerade moduler, s\u00f6ka och installera nya moduler fr\u00e5n prenumererade Uppdateringscentraler, visa och hantera modulerna.
-OpenIDE-Module-Name=Tj\u00e4nster f\u00f6r Autouppdatering
-OpenIDE-Module-Short-Description=St\u00f6d f\u00f6r s\u00f6kning av moduluppdateringar i Uppdateringscentralen, och f\u00f6r nedladdning och installation av moduler
-
diff --git a/l10n/src/sv/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_sv.properties b/l10n/src/sv/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_sv.properties
deleted file mode 100644
index 762d399..0000000
--- a/l10n/src/sv/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_sv.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Standard Uppdateringscentral
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Bibliotek
-ArtificialFeaturesProvider_Bridges_Category=Bryggor
-ArtificialFeaturesProvider_Unsorted_Category=Okategoriserade
-ArtificialFeaturesProvider_Features_Category=Funktioner
-NetworkAccess_Timeout=Timeout vid anslutning till {0}
-
diff --git a/l10n/src/sv/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_sv.properties b/l10n/src/sv/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_sv.properties
deleted file mode 100644
index e056e48..0000000
--- a/l10n/src/sv/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_sv.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=F\u00f6rbereder att packa upp
-CTL_UnpackingFile=Packar upp Fil:
-CTL_DeletingFiles=Avinstallerar filer...
-CTL_DisablingFiles=Avaktiverar filer...
-UpdaterFrame.jTextArea1.text=Uppdatering p\u00e5g\u00e5r.\n\nV\u00e4nta ...
-UpdaterFrame.textLabel.text=F\u00f6rbereder att packa upp
-UpdaterFrame.Form.title=Uppdaterare
-UpdaterFrame.textLabel.fontName=Dialog
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/sv/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_sv.properties b/l10n/src/sv/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_sv.properties
deleted file mode 100644
index 2acf96d..0000000
--- a/l10n/src/sv/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_sv.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} fler ...
-Less_Command_Text={0} f\u00e4rre ...
-UnitTab_ReloadTime=Senast Kontrollerad: {0}
-UnitTab_ReloadTime_Never=aldrig
-UnitTab_LessAction=Visa F\u00e4rre Plugins
-UnitTab_MoreAction=Visa Fler Plugins
-UnitTab_TooltipCheckBox_INSTALLED=Kryssa f\u00f6r pluginen {0}
-UnitTab_Tooltip_RefreshAction=Ladda Om Katalog
-UnitTab_bTabAction_Name_INSTALLED=&Avinstallera
-UnitTab_TooltipCheckBox_UPDATE=Kryssa f\u00f6r pluginen {0}
-UnitTab_bTabAction_Name_UPDATE=&Uppdatera
-UnitTab_CheckAction=Kryssa F\u00f6r
-UnitTab_CheckCategoryAction=Kryssa F\u00f6r Kategori
-UnitTab_UncheckCategoryAction=Kryssa Av Kategori
-UnitTab_CheckAllAction=Kryssa F\u00f6r Alla
-UnitTab_UncheckAllAction=Kryssa Av Alla
-UnitTab_ReloadAction=&Ladda om Katalog
-UnitTab_PrepareReloadAction=V\u00e4nta medans katalogen laddas om
-UnitTab_RemoveLocallyDownloadedAction=&Ta bort
-UnitTab_ActivateAction=&Aktivera
-UnitTab_ActivateCategoryAction=Aktivera Kategori
-UnitTab_DeactivateAction=&Deaktivera
-UnitTab_DeactivateCategoryAction=Deaktivera Kategori
-AvailableTab_SourceCategory_Tooltip_STANDARD=Certifierad Plugin
-AvailableTab_SourceCategory_Tooltip_BETA=Beta-Plugin
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Plugins Fr\u00e5n Gemenskapen
-InstallTab_Active_Tooltip=Aktiv
-InstallTab_InActive_Tooltip=Inaktiv
-InstallTab_PendingForInstall_Tooltip=Applikationen m\u00e5ste startas om f\u00f6r att slutf\u00f6ra installationen
-InstallTab_PendingForDeactivate_Tooltip=Applikationen m\u00e5ste startas om f\u00f6r att slutf\u00f6ra deaktiveringen
-InstallTab_ReadOnly_Tooltip={0} \u00e4r i icke-skrivbart l\u00e4ge och kan inte kontrolleras
-UnitTab_TooltipCheckBox_AVAILABLE=Kryssa f\u00f6r pluginen {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Installera
-UnitTab_TooltipCheckBox_LOCAL=Kryssa f\u00f6r pluginen {0}
-UnitTab_Tooltip_AddAction_LOCAL=L\u00e4gg till lokalt nedladdade plugins
-UnitTab_Tooltip_RemoveAction_LOCAL=Radera plugins fr\u00e5n listan
-UnitTab_bTabAction_Name_LOCAL=&Installera
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} plugin vald
-UnitTab_lHowManySelected_Many_Text={0} plugins valda
-UnitTab_OperationName_Text_INSTALLED=Avinstallera
-UnitTab_OperationName_Text_UPDATE=Uppdatera
-UnitTab_OperationName_Text_AVAILABLE=Installera
-UnitTab_OperationName_Text_LOCAL=Installera
-UnitTab_lWarning_Text={0}-operationen kr\u00e4ver en omstart av applikationen
-PluginManagerUI_UnitTab_Update_Title=Uppdateringar
-PluginManagerUI_UnitTab_Update_ToolTip=Din applikation beh\u00f6ver inte uppdateras!
-PluginManagerUI_UnitTab_Available_ToolTip=Inga plugins tillg\u00e4ngliga. Klicka p\u00e5 Ladda om Katalog f\u00f6r nya plugins.
-PluginManagerUI_UnitTab_Available_Title=Tillg\u00e4ngliga Plugins
-PluginManagerUI_UnitTab_Installed_Title=Installerade
-PluginManagerUI_UnitTab_Local_Title=Nedladdade
-UnitTab_bAddLocallyDownloads_Name=&L\u00e4gg Till Plugin
-UnitTab_bAddLocallyDownloads_ACN=L\u00e4gg Till Plugin
-UnitTab_bAddLocallyDownloads_ACD=L\u00e4gg till plugins som du har laddat ner till ditt system sedan tidigare
-NotificationAlreadyPreparedToIntsall=Pluginen {0} \u00e4r redan preparerad f\u00f6r uppdatering/installation.
-NotificationOneAlreadyInstalled=Pluginen "{0}" \u00e4r redan installerad.
-NotificationMoreAlreadyInstalled=Pluginsen "{0}" \u00e4r redan installerade.
-NotificationAlreadyPresent=Pluginen "{0}" \u00e4r redan tillagd. Vill du byta ut den mot "{1}"?
-NotificationAlreadyPresentTitle=Byt ut plugin
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=L\u00e4gg till Plugin
-CTL_FileFilterDescription=Plugin-distributionsfiler (*.nbm)
-NetworkProblemPanel_taTitle_Text=Kan inte ansluta till Uppdateringscentralen
-NetworkProblemPanel_taMessage_WarningText=Kontrollera dina proxy-inst\u00e4llningar eller f\u00f6rs\u00f6k igen senare. Servern kan vara otillg\u00e4nlig f\u00f6r tillf\u00e4llet. \n\nDu kan ocks\u00e5 verifiera att din brandv\u00e4gg inte blockerar n\u00e4tverkstrafiken.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Kontrollera dina proxy-inst\u00e4llningar eller f\u00f6rs\u00f6k igen senare. Servern kan vara otillg\u00e4nlig f\u00f6r tillf\u00e4llet. \n\nDu kan ocks\u00e5 verifiera att din brandv\u00e4gg inte blockerar n\u00e4tverkstrafiken. \n\nDet kan intr\u00e4ffa om din cache \u00e4r f\u00f6r gammal. Klicka p\u00e5 Ladda Om Katalog f\u00f6r att fr\u00e4scha upp inneh\u00e5llet.
-NetworkProblemPanel_taMessage_ErrorText=Inte alla plugins kunde laddas ner. Servern kan vara otillg\u00e4nlig f\u00f6r tillf\u00e4llet. F\u00f6rs\u00f6k igen senare.
-CTL_Warning=Varning
-CTL_Error=N\u00e4tverksproblem
-CTL_ShowProxyOptions=&Proxykonfiguration...
-ACSD_ShowProxyOptions=I/T
-Utilities_NetworkProblem_Continue=&F\u00f6rs\u00f6k igen
-Utilities_NetworkProblem_Skip=&Hoppa \u00f6ver
-Utilities_NetworkProblem_Cancel=Avbryt
-Utilities_NetworkProblem_Text=Kan inte ansluta till {0} f\u00f6r att {1}
-SettingsTable_ActiveColumn=Aktiv
-SettingsTable_NameColumn=Namn
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Inst\u00e4llningar
-SettingsTab.bProxy.text=&Proxyinst\u00e4llningar
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=Inst\u00e4llningar f\u00f6r Uppdateringscentralen
-UpdateUnitProviderPanel.lName.text=&Namn\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Leta automatiskt efter uppdateringar
-Utilities_Libraries_Category=Bibliotek
-Utilities_Bridges_Category=Bryggor
-Utilities_Unsorted_Category=Okategoriserade
-SettingsTab.bRemove.message=\u00c4r du s\u00e4ker p\u00e5 att du till ta bort denna uppdateringscentral: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Namn
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Leta automatiskt efter uppdateringar
-UpdateUnitProviderPanel.error.name.short=Inget namn angivet f\u00f6r Uppdateringscentral
-UpdateUnitProviderPanel.error.url.short=Ingen URL angiven f\u00f6r Uppdateringscentral
-UpdateUnitProviderPanel.error.name.dup=Uppdateringscentral med samma namn finns redan
-UpdateUnitProviderPanel.error.url.invalid=Uppdateringscentralens URL \u00e4r ogiltig
-UnitTab_bClose_Text=S&t\u00e4ng
-Utilities_CheckingForUpdates=Letar efter uppdateringar
-UnitTab_InitAndCheckingForUpdates=Initialiserar plugin-listan... 
-InstalledTableModel_State_Enabled=P\u00e5
-InstalledTableModel_State_Disabled=Av
-AvailableTableModel_Columns_Install=Installera
-AvailableTableModel_Columns_Name=Namn
-AvailableTableModel_Source_Category=K\u00e4lla
-AvailableTableModel_Columns_Category=Kategori
-InstalledTableModel_Columns_Uninstall=V\u00e4lj
-InstalledTableModel_Columns_Name=Namn
-InstalledTableModel_Columns_Installed=Installerad
-InstalledTableModel_Columns_Category=Kategori
-InstalledTableModel_Columns_Enabled=Aktiv
-LocallyDownloadedTableModel_Columns_Install=Installera
-LocallyDownloadedTableModel_Columns_Name=Namn
-LocallyDownloadedTableModel_Columns_Version=Version
-LocallyDownloadedTableModel_Columns_Size=Storlek
-UpdateTableModel_Columns_Update=Uppdatera
-UpdateTableModel_Columns_Name=Namn
-UpdateTableModel_Columns_Installed=Installerad
-UpdateTableModel_Columns_Available=Tillg\u00e4nglig
-UpdateTableModel_Columns_Size=Storlek
-UpdateTableModel_Columns_Category=Kategori
-SettingsTab_NewProviderName=Ny Leverant\u00f6r
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Beskrivning:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=T
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Version: 
-UnitDetails_Plugin_InstalledVersion=Installerad version:
-UnitDetails_Plugin_AvailableVersion=Tillg\u00e4nglig version:
-UnitDetails_Plugin_Author=F\u00f6rfattare: 
-UnitDetails_Plugin_Date=Datum: 
-UnitDetails_Plugin_Source=K\u00e4lla: 
-UnitDetails_Plugin_CodeName=Kodnamn: 
-UnitDetails_Plugin_Homepage=Hemsida: 
-UnitDetails_Plugin_Notification=Viktigt meddelande
-UnitDetails_Plugin_Description=Pluginbeskrivning
-UnitDetails_Plugin_Collecting_Dependencies=Samlar ihop beroenden...
-UnitDetails_New_Internal_Update_Mark=ny!
-lSearch1.text=&S\u00f6k\:
-SettingsTab.lCheckPeriod.text=&Kontrollintervall\:
-SettingsTab.lGeneral.text=Avancerat
-SettingsTab.addButton.text=&Ny
-SettingsTab.RemoveButton.text=&Ta bort
-SettingsTab.EditButton.text=&Redigera
-SettingsTab.AddButton.text=&L\u00e4gg Till
-SettingsTab.lUpdateCenters.text=Konfiguration av &Uppdateringscentralen\:
-SettingsTab.lConnection.text=Leta Automatiskt efter Uppdateringar
-CTL_Update_every_startup=Varje Programstart
-CTL_Update_every_day=Varje Dag
-CTL_Update_every_week=Varje Vecka
-CTL_Update_every_2weeks=Varannan Vecka
-CTL_Update_every_month=Varje M\u00e5nad
-CTL_Update_never=Aldrig
-CTL_Update_custom=Standard fr\u00e5n anv\u00e4ndaren
-SettingsTab.cbSharedInstall.text=&Tvinga installation i delade kataloger
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Skrivtillst\u00e5nd
-SettingsTab.cbSharedInstall.ReadOnlyMessage=Du har inte tillst\u00e5nd att installera plugins i den delade katelogen:\n{0}\nF\u00f6r att installera i den delade katalogen, s\u00e5 m\u00e5ste du k\u00f6ra programmet som en anv\u00e4ndare med administrativa r\u00e4ttigheter.
-SettingsTab.cbSharedInstall.NoSharedTitle=Ingen installationskatalog
-SettingsTab.cbSharedInstall.NoSharedMessage=Inga delade kataloger hittades.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Kan inte l\u00e4sa NBM {0} f\u00f6r att {1}
-PluginManagerUI.bHelp.text=&Hj\u00e4lp
-ACN_UnitTable=Pluginlista
-ACD_UnitTable=Pluginlista
-ACN_UpdateCentersTable=Lista med Uppdateringscentraler
-ACD_UpdateCentersTable=Lista med Uppdateringscentraler, d\u00e4r vald Uppdateringscentral kan aktiveras eller deaktiveras
-ACN_DetailsPanel=Plugin-detaljer
-ACN_DetailsPanel_Button=Utf\u00f6r {0}-aktion
-ACN_UnitDetails=Plugindetaljer
-ACD_Reload=Ladda Om Katalog
-ACD_Search=S\u00f6k Plugins
-ACN_Tabs=V\u00e4xla mellan uppdateringar, tillg\u00e4ngliga, installerade och nedladdade plugins
-ACD_Tabs=V\u00e4xla mellan uppdateringar, tillg\u00e4ngliga, installerade och nedladdade plugins
-ACN_PluginManagerUI=Pluginhanterare
-ACD_PluginManagerUI=Pluginhanterare f\u00f6r uppdatering, installation och radering av plugins
-ACN_Reload=Ladda Om Katalog
-ACN_UpdateCenterCustomizer=Inst\u00e4llningar f\u00f6r Uppdateringscentralen
-ACD_UpdateCenterCustomizer=Inst\u00e4llningar f\u00f6r Uppdateringscentralen, d\u00e4r namn och URL kan \u00e4ndras
-NetworkProblemPanel_ACD=I/T
-NetworkProblemPanel_taMessage=Meddelande om N\u00e4tverksproblem
-NetworkProblemPanel_taTitle_ACN=N\u00e4tverksproblem
-UnitTab.detailView.text=Visa &detaljer
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Interna Uppdateringar)
-Unit_InternalUpdates_Title=Interna Uppdateringar
-
diff --git a/l10n/src/sv/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_sv.properties b/l10n/src/sv/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_sv.properties
deleted file mode 100644
index 33c64e8..0000000
--- a/l10n/src/sv/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_sv.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Leta efter &Uppdateringar
-PluginManagerAction_Name=Plu&gins
-PluginManager_Panel_Name=Plugins
-PluginManager_CloseButton_Name=S&t\u00e4ng
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} uppdateringar hittades.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} uppdatering hittades.
-AutoupdateCheckScheduler_UpdateFound_Hint=Klicka h\u00e4r f\u00f6r att uppdatera ditt program.
-AutoupdateCheckScheduler_InstallInProgress=V\u00e4nta, en annan installationsprocess exekveras...
-
diff --git a/l10n/src/sv/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_sv.properties b/l10n/src/sv/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_sv.properties
deleted file mode 100644
index 40a1f25..0000000
--- a/l10n/src/sv/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_sv.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Long-Description=Gr\u00e4nssnittet m\u00f6jligg\u00f6r bl\u00e4ddrande av inneh\u00e5llet i registrerade uppdateringscentraler, att ladda ner uppdateringar eller nya moduler samt att automatiskt installera moduler.
-OpenIDE-Module-Name=Autouppdaterings-UI
-OpenIDE-Module-Short-Description=Tillhandah\u00e5ller UI f\u00f6r autouppdateringstj\u00e4nster
-
diff --git a/l10n/src/sv/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_sv.properties b/l10n/src/sv/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_sv.properties
deleted file mode 100644
index b33a1f5..0000000
--- a/l10n/src/sv/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_sv.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=V\u00e4lkommen till Plugin-installeraren
-OperationDescriptionStep_Header_Content=Installeraren kommer att ladda ner, verifiera och sedan installera valda plugins.
-OperationDescriptionStep_TableInstall_Title=F\u00f6ljande plugins kommer att installeras:
-OperationDescriptionStep_TableUpdate_Title=F\u00f6ljande plugins kommer att uppdateras:
-OperationDescriptionStep_PluginBrokesJavaDependency=Java-plattformsversion {0} efterfr\u00e5gades, men {1} k\u00f6rs.
-OperationDescriptionStep_HeaderUninstall_Head=V\u00e4lkommen till Plugin-installeraren
-OperationDescriptionStep_HeaderUninstall_Content=Valda plugins kommer att avinstalleras. Valda plugins kommer att raderas fr\u00e5n disk.
-OperationDescriptionStep_TableUninstall_Title=F\u00f6ljande plugins kommer att avinstalleras:
-OperationDescriptionStep_HeaderActivate_Head=V\u00e4lkommen till Plugin-installeraren
-OperationDescriptionStep_HeaderActivate_Content=Valda plugins kommer att aktiveras.
-OperationDescriptionStepActivate_Table_Title=F\u00f6ljande plugins kommer att aktiveras:
-OperationDescriptionStep_HeaderDeativate_Head=V\u00e4lkommen till Plugin-installeraren
-OperationDescriptionStep_HeaderDeativate_Content=Valda plugins kommer att deaktiveras.
-OperationDescriptionStep_TableDeativate_Title=F\u00f6ljande plugins kommer att deaktiveras:
-PanelBodyContainer_PleaseWait=V\u00e4nta tills installeraren uppt\u00e4ckt pluginberoenden.
-DependenciesResolutionStep_Table_Title=F\u00f6ljande plugins kommer ocks\u00e5 att installeras eftersom en eller fler av de plugins du installerar beror p\u00e5 dem:
-UninstallDependenciesResolutionStep_Table_Title=F\u00f6ljande plugins m\u00e5ste deaktiveras eftersom de kr\u00e4ver en eller flera av de plugins du vill deaktivera:
-LicenseApprovalPanel_taTitle_Text=F\u00f6r att kunna forts\u00e4tta med installationen, m\u00e5ste du acceptera alla licensavtalen i de plugins som ska installeras.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} Licensavtal
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=Licensavtal
-LicenseApprovalPanel_Header_Content=L\u00e4s det f\u00f6ljande licensavtalet noggrant.
-InstallUnitWizard_Title=Plugin-installeraren
-InstallStep_Header_Download_Head=Ladda ner
-InstallStep_Header_Download_Content=V\u00e4nta tills installat\u00f6ren laddar ner valda plugins.
-InstallStep_Header_Verify_Head=Validera
-InstallStep_Header_Verify_Content=V\u00e4nta tills installat\u00f6ren validerat nedladdade plugins.
-InstallStep_Header_Install_Head=Installation
-InstallStep_Header_Install_Content=V\u00e4nta medans installeraren slutf\u00f6r installationen.
-InstallStep_Header_InstallDone_Head=Installationen slutf\u00f6rdes
-InstallStep_Header_InstallDone_Content=Klicka p\u00e5 Avsluta f\u00f6r att avsluta installeraren.
-InstallStep_Header_InstallUnsuccessful_Head=Installationen misslyckades
-InstallStep_Header_InstallUnsuccessful_Content=Klicka p\u00e5 Avsluta f\u00f6r att avsluta installeraren och f\u00f6rs\u00f6ka att starta om applikationen.
-InstallStep_Header_Restart_Head=Starta om applikationen f\u00f6r att slutf\u00f6ra installation
-InstallStep_Header_Restart_Content=Starta om applikationen f\u00f6r att slutf\u00f6ra plugin-installering.
-UninstallStep_Header_Restart_Head=Starta om applikationen f\u00f6r att slutf\u00f6ra deaktivering
-UninstallStep_Header_Restart_Content=Starta om applikationen f\u00f6r att slutf\u00f6ra plugin-deaktivering.
-CustomHandleStep_Header_Install_Restart_Head=Starta om applikationen f\u00f6r att slutf\u00f6ra installation
-CustomHandleStep_Header_Install_Restart_Content=Starta om applikationen f\u00f6r att slutf\u00f6ra plugin-installering.
-CustomHandleStep_Header_Uninstall_Restart_Head=Starta om applikationen f\u00f6r att slutf\u00f6ra avinstallation
-CustomHandleStep_Header_Uninstall_Restart_Content=Starta om applikationen f\u00f6r att slutf\u00f6ra plugin-avinstallation.
-
-InstallStep_Done=Klar.
-InstallStep_Unsuccessful=Installation \u00e4r slutf\u00f6rd men vissa problem uppstod: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Starta Om Nu
-InstallUnitWizardModel_Buttons_RestartLater=Starta &Om Senare
-InstallUnitWizardModel_Buttons_Install=&Installera
-InstallUnitWizardModel_Buttons_Update=&Uppdatera
-InstallUnitWizardModel_Buttons_Close=&Avsluta
-InstallUnitWizardModel_Buttons_Next=N\u00e4sta
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Avinstallera
-UninstallUnitWizardModel_Buttons_TurnOn=&Aktivera
-UninstallUnitWizardModel_Buttons_TurnOff=&Deaktivera
-InstallStep_InstallDone_Text=Plugin-installeraren har installerat f\u00f6ljande plugins:
-InstallStep_InstallUnsuccessful_Text=Plugin-installeraren hittade problemet {0} n\u00e4r f\u00f6ljande plugins installerades:
-UninstallStep_UninstallDone_Text=Plugin-installeraren har avinstallerat f\u00f6ljande plugins:
-UninstallStep_ActivateDone_Text=Plugin-installeraren har aktiverat f\u00f6ljande plugins:
-UninstallStep_DeactivateDone_Text=Plugin-installeraren har deaktiverat f\u00f6ljande plugins:
-UninstallStep_UninstallFailed_Text=Avinstallation misslyckades: {0}
-UninstallStep_ActivateFailed_Text=Aktivering misslyckades: {0}
-UninstallStep_DeactivateFailed_Text=Deaktivering misslyckades: {0}
-UninstallStep_Done=Klar.
-UninstallStep_Failed=Misslyckades. {0}
-UninstallStep_Header_Uninstall_Head=Avinstallation
-UninstallStep_Header_Uninstall_Content=V\u00e4nda medans installeraren avinstallerar alla valda plugins.
-UninstallStep_Header_Deactivate_Head=Deaktivering
-UninstallStep_Header_Deactivate_Content=V\u00e4nda medans installeraren deaktiverar alla valda plugins.
-UninstallStep_Header_Activate_Head=Aktivering
-UninstallStep_Header_Activate_Content=V\u00e4nda medans installeraren aktiverar alla valda plugins.
-UninstallStep_Header_UninstallDone_Head=Avinstallation slutf\u00f6rd
-UninstallStep_Header_UninstallDone_Content=Klicka p\u00e5 Avsluta f\u00f6r att avsluta plugin-installeraren.
-UninstallStep_Header_DeactivateDone_Head=Deaktivering slutf\u00f6rd
-UninstallStep_Header_DeactivateDone_Content=Klicka p\u00e5 Avsluta f\u00f6r att avsluta plugin-installeraren.
-UninstallStep_Header_ActivateDone_Head=Aktivering slutf\u00f6rd
-UninstallStep_Header_ActivateDone_Content=Klicka p\u00e5 Avsluta f\u00f6r att avsluta plugin-installeraren.
-UninstallStep_Header_UninstallFailed_Head=Avinstallation misslyckades
-UninstallStep_Header_UninstallFailed_Content=Klicka p\u00e5 Avsluta f\u00f6r att avsluta plugin-installeraren.
-UninstallStep_Header_DeactivateFailed_Head=Deaktivering misslyckades
-UninstallStep_Header_DeactivateFailed_Content=Klicka p\u00e5 Avsluta f\u00f6r att avsluta plugin-installeraren.
-UninstallStep_Header_ActivateFailed_Head=Aktivering misslyckades
-UninstallStep_Header_ActivateFailed_Content=Klicka p\u00e5 Avsluta f\u00f6r att avsluta plugin-installeraren.
-UninstallStep_ProgressName_Uninstall=Avinstallerar plugins
-UninstallStep_ProgressName_Activate=Aktiverar plugins
-UninstallStep_ProgressName_Deactivate=Deaktiverar plugins
-ValidationWarningPanel_ShowCertificateButton=&Visa certifikat
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Valideringsvarning
-ValidationWarningPanel_VerifyCertificate_Title=Verifiera Certifikat
-ValidationWarningPanel_ContinueButton=&Forts\u00e4tt
-ValidationWarningPanel_taHead_NotSignedText=F\u00f6ljande plugins \u00e4r inte signerade\:
-ValidationWarningPanel_taHead_NotTrustedText=F\u00f6ljande plugins \u00e4r signerade men icke p\u00e5litliga\:
-ValidationWarningPanel_taWarning_Text=Varning: Installation av icke p\u00e5litliga plugins \u00e4r potentiellt os\u00e4kert. Anv\u00e4nd osignerade eller icke p\u00e5litliga plugins p\u00e5 egen risk.
-OperationDescriptionStep_CustomHandled_Head={0} plugins anv\u00e4nder nativ installerare:
-InstallStep_Download_DownloadingPlugins=Laddar ner plugins...
-InstallStep_Validate_ValidatingPlugins=Validerar plugins...
-InstallStep_Install_InstallingPlugins=Installerar plugins...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Vissa plugins inte installerade f\u00f6r att undvika potentiella installationsproblem.
-CustomHandleStep_Header_Install_Head=Installation
-CustomHandleStep_Header_Install_Content=V\u00e4nta medans installeraren slutf\u00f6r installationen.
-CustomHandleStep_Header_Uninstall_Head=Avinstallation
-CustomHandleStep_Header_Uninstall_Content=V\u00e4nta medans installeraren slutf\u00f6r avinstallationen av valda plugins.
-CustomHandleStep_Header_InstallDone_Head=Installationen slutf\u00f6rdes
-CustomHandleStep_Header_InstallDone_Content=Klicka p\u00e5 N\u00e4sta f\u00f6r att forts\u00e4tta installationen av kvarvarande valda plugins.
-CustomHandleStep_Header_UninstallDone_Head=Avinstallation slutf\u00f6rd
-CustomHandleStep_Header_UninstallDone_Content=Klicka p\u00e5 N\u00e4sta f\u00f6r att forts\u00e4tta avinstallationen av kvarvarande valda plugins.
-CustomHandleStep_Header_InstallFail_Head=Installationen misslyckades.
-CustomHandleStep_Header_InstallFail_Content=Klicka p\u00e5 Avbryt f\u00f6r att avbryta plugin-installeraren.
-CustomHandleStep_Header_UninstallFail_Head=Installationen misslyckades
-CustomHandleStep_Header_UninstallFail_Content=Klicka p\u00e5 Avbryt f\u00f6r att avbryta plugin-installeraren.
-CustomHandleStep_Install_InstallingPlugins=Installerar plugins med hj\u00e4lp av pluginens egen installat\u00f6r...
-CustomHandleStep_Uninstall_UninstallingPlugins=Avinstallerar plugins med hj\u00e4lp av pluginens egen installat\u00f6r...
-CustomHandleStep_Done=Klar.
-CustomHandleStep_InstallDone_Text=Plugin-installeraren har slutf\u00f6rt installationen.
-CustomHandleStep_InstallFail_Text=Installationen av {0} misslyckades.
-CustomHandleStep_UninstallDone_Text=Plugin-installeraren har slutf\u00f6rt avinstallationen.
-CustomHandleStep_UninstallFail_Text=Avinstallationen av {0} misslyckades.
-InstallStep_NetworkProblem_Continue=&F\u00f6rs\u00f6k igen
-InstallStep_NetworkProblem_Text=N\u00e4tverksproblem i {0}
-OperationPanel.cbRunInBackground.text=&K\u00f6r I Bakgrunden
-InstallSupport_InBackground_NetworkError=Kan inte ansluta till Uppdateringscentralen
-InstallSupport_InBackground_NetworkError_Details=detaljer
-LicenseApprovalPanel.cbAccept.text=Jag &accepterar alla villkor i licensavtalen.
-InstallSupport_RestartNeeded=Starta om applikationen f\u00f6r att slutf\u00f6ra installationen.
-UninstallSupport_RestartNeeded=Starta om applikationen f\u00f6r att slutf\u00f6ra deaktiveringen.
-CustomHandleStep_Install_RestartNeeded=Starta om applikationen f\u00f6r att slutf\u00f6ra installationen.
-CustomHandleStep_Uninstall_RestartNeeded=Starta om applikationen f\u00f6r att slutf\u00f6ra avinstallationen.
-
-RestartNeeded_Details=Klicka h\u00e4r f\u00f6r att starta om din applikation nu
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans Installationsguide
-PanelBodyContainer_ACD=NetBeans Installationsguide
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=I/T
-LicenseApprovalPanel_taLicenses_ACD=I/T
-LicenseApprovalPanel_cbAccept_ACN=I/T
-ValidationWarningPanel_tpPlugins_ACN=Overifierade Plugins
-ValidationWarningPanel_taWarning_Text_ACD=Varning: Installation av icke p\u00e5litliga plugins \u00e4r potentiellt os\u00e4kert. Anv\u00e4nd osignerade eller icke p\u00e5litliga plugins p\u00e5 egen risk.
-ValidationWarningPanel_taWarning_Text_ACN=Varning
-ValidationWarningPanel_taHead_ACN=I/T
-ValidationWarningPanel_ACD=I/T
-UninstallUnitWizard_Title=Plugin-installeraren
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Din applikation \u00e4r uppdaterad!</h3>
-LazyOperationDescriptionStep_NoUpdates=Det finns inga uppdatering tillg\u00e4ngliga.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Uppdateringskontroll misslyckades.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Kontrollera din n\u00e4tverksanslutning, verifiera att dina proxyinst\u00e4llningar<br>\u00e4r korrekta, eller f\u00f6rs\u00f6k igen senare.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Letar efter uppdateringar.</b><br>B\u00e4nta medans installeraren letar efter tillg\u00e4ngliga uppdateringar.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Initialiserar uppdateringslistan... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>N\u00e5gon plugin kr\u00e4ver att en annan plugin ({0}) installeras.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Vissa plugins v\u00e4ntar p\u00e5 en applikationsomstart f\u00f6r att l\u00f6sa f\u00f6ljande problem:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>N\u00e5gon plugin kr\u00e4ver funktionaliteten {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Vissa plugins kr\u00e4ver Java-plattform med version {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Vissa plugins kr\u00e4ver JDK</h3>Vissa av de valda pluginsen kr\u00e4ver en JDK f\u00f6r att fungera. NetBeans ser ut att k\u00f6ras med JRE ist\u00e4llet f\u00f6r en full JDK.<br><br>F\u00f6r att anv\u00e4nda dessa plugins, starta IDE:et med alternativet <code>--jdkhome</code> f\u00f6r att ange var JDK-installationen finns. Se <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> f\u00f6r mer information.<br><br>
-OperationDescriptionStep_BrokenModuleDep=Pluginen {0} skulle ocks\u00e5 beh\u00f6va installeras.
-OperationDescriptionStep_BrokenModuleNameDep=En plugin vid namn {0} kr\u00e4vs och hittades inte.
-OperationDescriptionStep_BrokenModuleVersionDep=Pluginen {0} efterfr\u00e5gas med version >= {1} men bara {2} hittades.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=Pluginen {0} efterfr\u00e5gas med version >= {1} (releaseversion {2}) men bara {3} (med releaseversion skilt fr\u00e5n {2}) hittades.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=Pluginen {0} efterfr\u00e5gas med version {1}.
-OperationDescriptionStep_BrokenModuleImplDep=Pluginen {0} efterfr\u00e5gas med implementationsversion {1}.
-OperationDescriptionStep_BrokenRequiresDep=Ingen plugin kunde hittas som kan tillhandah\u00e5lla funktionaliteten {0}.
-OperationDescriptionStep_AffectedPluginByBrokenDep=F\u00f6ljande plugins \u00e4r ber\u00f6rda:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=F\u00f6ljande plugin \u00e4r ber\u00f6rd:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=Det uppstor problem n\u00e4r {0} lagrades.\nOrsak: {1}
-InstallStep_DownloadProblem_SomePlugins=valda plugins
-
diff --git a/l10n/src/sv/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_sv.properties b/l10n/src/sv/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_sv.properties
deleted file mode 100644
index 2dcaeee..0000000
--- a/l10n/src/sv/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_sv.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP-plattform
-OpenIDE-Module-Name=RCP-plattform
-OpenIDE-Module-Short-Description=NetBeans RCP-plattform
-OpenIDE-Module-Long-Description=NetBeans RCP-plattform \u00e4r ett generellt ramverk f\u00f6r Swing-applikationer. Tillhandah\u00e5ller tj\u00e4nster som \u00e4r vanliga i alla stora skrivbordsapplikationer: f\u00f6nsterhantering, menyer, inst\u00e4llningar, uppdateringar, filhantering, osv.<br><br>Mer information finns p\u00e5 <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/sv/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_sv.properties b/l10n/src/sv/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_sv.properties
deleted file mode 100644
index af59280..0000000
--- a/l10n/src/sv/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_sv.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME-uppslagning i SystemFS
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Standardimplementationen av MimeDataProvider.
-OpenIDE-Module-Long-Description=Modulen f\u00f6r MIME-uppslagning i SystemFS implementerar en MimeDataProvider som sl\u00e5r upp objekt i folderhierrarkin i System-filsystemet.
-
-
diff --git a/l10n/src/sv/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_sv.properties b/l10n/src/sv/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_sv.properties
deleted file mode 100644
index 0173dbe..0000000
--- a/l10n/src/sv/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_sv.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API f\u00f6r MIME-uppslagning
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=API f\u00f6r MIME-uppslagning.
-OpenIDE-Module-Long-Description=Modulen f\u00f6r MIME-uppslagning tillhandah\u00e5ller ett API f\u00f6r att sl\u00e5 upp MIME-typberoende inst\u00e4llningar, tj\u00e4nster och andra objekt. Den tillhandah\u00e5ller ocks\u00e5 SPI f\u00f6r att implementera ytterligare MIME-typrelaterade dataproviders.
-
diff --git a/l10n/src/sv/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_sv.properties b/l10n/src/sv/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_sv.properties
deleted file mode 100644
index 540a49a..0000000
--- a/l10n/src/sv/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_sv.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&L\u00e4gg till Favoriter...
-ACT_AddOnFavoritesNode=&L\u00e4gg till Favoriter...
-ACT_Remove=&Ta Bort fr\u00e5n Favoriter
-ACT_View=&Favoriter
-ACT_Select=Favoriter
-ACT_Select_Main_Menu=V\u00e4lj i F&avoriter
-
-Favorites=Favoriter
-Templates/Other=\u00d6vriga
-Templates/Properties=Anv\u00e4ndarkonfigurationsegenskaper
-Templates/Other/Folder=Mapp
-Templates/Other/file=Tom Fil
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Utforskartr\u00e4d
-ACSD_ExplorerBeanTree=I/T
-
-# JFileChooser
-CTL_DialogTitle=L\u00e4gg till Favoriter
-CTL_ApproveButtonText=L\u00e4gg till
-ERR_FileDoesNotExist={0} finns inte.
-ERR_FileDoesNotExistDlgTitle=L\u00e4gg till Favoriter
-
-MSG_NodeNotFound=Dokumentnoden kunde inte hittas i Favorit-fliken.
-
-# Manifest localization
-OpenIDE-Module-Name=Favoriter
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=St\u00f6d f\u00f6r att organisera favoritfiler.
-OpenIDE-Module-Long-Description=Favorit-modulen l\u00e5ter dig skapa en vy med filer s\u00e4rskilt relevanta f\u00f6r ditt arbete, och enkelt komma \u00e5t dem p\u00e5 en plats.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Mallar
-Templates.Options.Export.displayName=Alla Mallar
-Favorites.Options.Export.displayName=Favoriter
-
diff --git a/l10n/src/sv/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_sv.html b/l10n/src/sv/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_sv.html
deleted file mode 100644
index bbacc54..0000000
--- a/l10n/src/sv/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_sv.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Creates an empty file with an arbitrary extension on your disk.
-</BODY></HTML>
diff --git a/l10n/src/sv/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_sv.html b/l10n/src/sv/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_sv.html
deleted file mode 100644
index 833311d..0000000
--- a/l10n/src/sv/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_sv.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Creates a new folder on your disk.
-</BODY></HTML>
diff --git a/l10n/src/sv/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_sv.properties b/l10n/src/sv/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_sv.properties
deleted file mode 100644
index d3d8529..0000000
--- a/l10n/src/sv/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_sv.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=S&t\u00e4ng
-BTN_TemplatesPanel_OpenInEditorButton=\u00d6&ppna i Editor
-LBL_TemplatesAction_Name=&Mallar
-HINT_TemplatesAction=Anpassa mallar
-LBL_TemplatesPanel_Title=Mallhanterare
-BTN_TemplatesPanel_Delete=&Ta bort
-LBL_TemplatesPanel_TemplatesLabel=&Mallar\:
-BTN_TemplatesPanel_Add=&L\u00e4gg till...
-BTN_TemplatesPanel_RenameButton=&D\u00f6p om
-BTN_TemplatesPanel_DuplicateButton=Du&plicera
-BTN_TemplatesPanel_NewFolder=&Ny Mapp
-BTN_TemplatesPanel_MoveUp=Flytta &Upp
-BTN_TemplatesPanel_MoveDown=Flytta &Ner
-LBL_TemplatesPanel_JFileChooser_Title=L\u00e4gg Till Existerande Mall
-BTN_TemplatesPanel_JFileChooser_AddButtonName=L\u00e4gg till
-TXT_TemplatesPanel_NewFolderName=Ny Mapp
-MSG_TemplatesPanel_Nonexistent_File=Filen ''{0}''\nexisterar inte, specificera en existerande fil.
-
-TemplatesPanel_TemplateNode_DisplayName=Visa Namn
-TemplatesPanel_TemplateNode_DisplayName_Desc=Visa namn p\u00e5 denna mall Visas i guiden Arkiv|Ny och Verktyg|Mallar.
-TemplatesPanel_TemplateNode_FileName=Filnamn
-TemplatesPanel_TemplateNode_FileName_Desc=Filnamn eller fil representerad av denna mall.
-TemplatesPanel_TemplateNode_ScriptEngine=Script-motor
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Script-motor som anv\u00e4nds f\u00f6r att behandla denna mall.
-TemplatesPanel_TemplateNode_TemplateCategories=Mallkategorier
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=En lista med l\u00e4mpliga kategorier f\u00f6r denna mall.
-
-ACD_TemplatesPanel_Add=L\u00e4gg till Mall
-
-ACD_TemplatesPanel_New=Ny Mall
-
-ACD_TemplatesPanel_Duplicate=Duplicera Vald Mall
-
-ACD_TemplatesPanel_Rename=D\u00f6p om Mall
-
-ACD_TemplatesPanel_MoveUp=Flytta Upp Vald Mall
-
-ACD_TemplatesPanel_MoveDown=Flytta Ner Markerad Mall
-
-ACD_TemplatesPanel_Delete=Ta bort Mall
-
-TT_TemplatesPanel_Add=L\u00e4gg till Mall
-
diff --git a/l10n/src/sv/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_sv.properties b/l10n/src/sv/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_sv.properties
deleted file mode 100644
index deffba5..0000000
--- a/l10n/src/sv/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_sv.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Kunde inte ansluta till URLen {0}; ingen s\u00e5dan resurs hittades.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Varning: JavaHelp-\u00e4mnet {0} hittades inte.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Laddar hj\u00e4lpupps\u00e4ttningar...
-ACSD_JavaHelp_viewer=Visar en eller mer hj\u00e4lpreferenser i JavaHelp-format
-ACSD_Loading_Dialog=Laddar hj\u00e4lpupps\u00e4ttningar
-
-# HelpAction
-LBL_HelpAction=Hj\u00e4lp
-CTL_OpeningHelp=\u00d6ppnar Hj\u00e4lp...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP-monitor
-
-# a11y - BrowserDisplayer
-ACSD_Label=Klicka h\u00e4r f\u00f6r att \u00f6ppna l\u00e4nken i en webbl\u00e4sare.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Visar hj\u00e4lp-ID: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Visar hj\u00e4lp-ID: {0}
-
-QuickSearch/Help=Hj\u00e4lp
-Err_CreateJavaHelpSearchEngine=Misslyckades med att skapa JavaHelp-s\u00f6kmotor.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Kopiera L\u00e4nkplats
-
diff --git a/l10n/src/sv/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_sv.properties b/l10n/src/sv/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_sv.properties
deleted file mode 100644
index dd57373..0000000
--- a/l10n/src/sv/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_sv.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JavaHelp-integrering
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=G\u00f6r att hj\u00e4lpfiler fr\u00e5n JavaHelp kan l\u00e4ggas till i ditt IDE.
-OpenIDE-Module-Long-Description=Inneh\u00e5ller runtime-biblioteket f\u00f6r JavaHelp, och kod f\u00f6r modul-API:et som till\u00e5ter att andra moduler installera hj\u00e4lpfiler f\u00f6r JavaHelp.
-
-Menu/Help/master-help.xml=Hj\u00e4lp&inneh\u00e5ll
-Menu/Help/HelpShortcuts=Hj\u00e4lp&upps\u00e4ttningar
-Actions/Help/master-help.xml=Hj\u00e4lp&inneh\u00e5ll
-
diff --git a/l10n/src/sv/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_sv.html b/l10n/src/sv/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_sv.html
deleted file mode 100644
index 744915c..0000000
--- a/l10n/src/sv/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_sv.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-
-<HTML><head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<TITLE>Master Index</TITLE>
-</HEAD><BODY>
-This window contains the master set of all installed documentation. You can use the navigators to the left to browse the IDE's complete table of contents and index, and perform whole-documentation search on the index and full-text search.
-</BODY></HTML>
diff --git a/l10n/src/sv/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_sv.xml b/l10n/src/sv/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_sv.xml
deleted file mode 100644
index b2a1c8e..0000000
--- a/l10n/src/sv/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_sv.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-
-Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-Other names may be trademarks of their respective owners.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-particular file as subject to the "Classpath" exception as provided
-by Oracle in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
-<helpset version="2.0">
-    <title>Hjälp</title>
-    <maps>
-        <homeID>org.netbeans.api.javahelp.MASTER_ID</homeID>
-        <mapref location="masterHelpMap.jhm"/>
-    </maps>
-    <view mergetype="javax.help.UniteAppendMerge">
-        <name>TOC</name>
-        <label>Contents</label>
-        <type>javax.help.TOCView</type>
-        <data>masterHelpToc.xml</data>
-    </view>
-    <!--
-    <view mergetype="javax.help.SortMerge">
-        <name>Index</name>
-        <label>Index</label>
-        <type>javax.help.IndexView</type>
-    </view>
-    -->
-    <view>
-        <name>Search</name>
-        <label>Sök</label>
-        <type>javax.help.SearchView</type>
-    </view>
-    <!--
-    <view>
-        <name>Favorites</name>
-        <label>Favorites</label>
-        <type>javax.help.FavoritesView</type>
-    </view>
-    -->
-    <presentation default="true" displayviews="true" displayviewimages="false">
-        <name>main window</name>
-        <toolbar>
-            <helpaction image="helpviewer_back">javax.help.BackAction</helpaction>
-            <helpaction image="helpviewer_forward">javax.help.ForwardAction</helpaction>
-            <helpaction image="helpviewer_print">javax.help.PrintAction</helpaction>
-            <helpaction image="helpviewer_page-setup">javax.help.PrintSetupAction</helpaction>
-        </toolbar>
-    </presentation>
-    <presentation displayviews="false">
-        <name>NBSecondaryWindow</name>
-        <size width="600" height="400" />
-        <location x="200" y="200" />
-    </presentation>
-
-    </helpset>
diff --git a/l10n/src/sv/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_sv.html b/l10n/src/sv/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_sv.html
deleted file mode 100644
index b9cf0fc..0000000
--- a/l10n/src/sv/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_sv.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Module Not Enabled</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Module Not Enabled</h2>
-<p>The help topic you are trying to view is located in the {0} module, which is currently turned off. To turn on installed but deactivated modules:</p>
-<ol><li>Choose Tools > Plugins (NetBeans Preferences on Mac).</li>
-    <li>Go to the Installed tab.</li>
-    <li>Select the {0} module and click Activate.</li> </ol>
-</body>
-</html>
diff --git a/l10n/src/sv/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_sv.html b/l10n/src/sv/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_sv.html
deleted file mode 100644
index ec3dab2..0000000
--- a/l10n/src/sv/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_sv.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Module Not Installed</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Module Not Installed</h2>
-<p>The help topic you are trying to view is located in the {0} module, which is not currently installed. This module might be available as a plugin. To check, choose Tools > Plugins.
-</p>
-</body>
-</html>
diff --git a/l10n/src/sv/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_sv.properties b/l10n/src/sv/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_sv.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/sv/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_sv.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/sv/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_sv.properties b/l10n/src/sv/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_sv.properties
deleted file mode 100644
index f617e03..0000000
--- a/l10n/src/sv/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_sv.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Sample value ensuring that decryption is working.
-FallbackProvider.msg_clear_keys=Your previously stored passwords cannot be decrypted. Do you wish to forget all existing passwords and start with a fresh keyring?
-FallbackProvider.title_clear_keys=Delete Stored Passwords
-MasterPasswordPanel.masterPasswordLabel.text=Master &Password:
-MasterPasswordPanel.setNewBox.text=&Change...
-MasterPasswordPanel.newLabel1.text=&New Master Password:
-MasterPasswordPanel.newLabel2.text=&Retype:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=Enter Master Password
-MasterPasswordPanel.enter_password=Enter password
-MasterPasswordPanel.enter_new_password=Enter new password
-MasterPasswordPanel.password_mismatch=New passwords do not match
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/sv/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_sv.properties b/l10n/src/sv/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_sv.properties
deleted file mode 100644
index 7c0f0be..0000000
--- a/l10n/src/sv/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_sv.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Kan inte skapa filen {0} i mappen {1}.
-EXC_CannotCreateExistingData=Kan inte skapa filen {0} i mappen {1}. Filen finns redan.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Kan inte skapa mappen {0} i mappen {1}.
-EXC_CannotCreateExistingFolder=Kan inte skapa mappen {0} i mappen {1}. Denna folder finns redan.
-
-# {0} - the file
-EXC_CannotLock=Cannot lock read-only file {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Kan inte ta bort filen {0} i {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Kan inte byta namn p\u00e5 filen {0} i {1} till {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Ogiltigt l\u00e5s [{0}] f\u00f6r filen {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Kan inte byta namn p\u00e5 roten i filsystemet {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Kan inte radera roten i filsystemet {0}.
-
-EXC_CannotLockRoot=Roten kan inte l\u00e5sas.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Kan inte f\u00e5 exklusiv tillg\u00e5ng till {0} (troligen \u00f6ppnad f\u00f6r l\u00e4sning).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Kan inte f\u00e5 delad tillg\u00e5ng till {0} (troligen \u00f6ppnad f\u00f6r skrivning).
-
diff --git a/l10n/src/sv/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_sv.properties b/l10n/src/sv/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_sv.properties
deleted file mode 100644
index f7ff0f4..0000000
--- a/l10n/src/sv/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_sv.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=Filen {0} \u00e4r redan l\u00e5st.
-EXC_FileLockAlreadyExists=Filen {0} \u00e4r redan l\u00e5st (l\u00e5set {1} existerar).
-# {0} - full path
-FileObj.readOnlyFile=Filen {0} kan inte skrivas f\u00f6r den \u00e4r icke-skrivbar.
-
diff --git a/l10n/src/sv/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_sv.properties b/l10n/src/sv/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_sv.properties
deleted file mode 100644
index 0d5867c..0000000
--- a/l10n/src/sv/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_sv.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Huvudfilsystemet
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Sl\u00e5r ihop flera filsystem till ett enda logiskt tr\u00e4d.
-OpenIDE-Module-Long-Description=Skapar monteringspunkter f\u00f6r diskar och v\u00e4ver sedan in andra filsystem s\u00e5som VCS, och tillhandah\u00e5ller ett enda FileSystem-objekt f\u00f6r alla.
-
-LBL_loaderName=FolderLoader f\u00f6r MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Kan inte byta namn p\u00e5 roten i filsystemet {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Kan inte kopiera roten i filsystemet {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Kan inte flytta roten i filsystemet {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Kan inte radera roten i filsystemet {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Kan inte byta namn p\u00e5 filen {0} i {1} till {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystemet {0} \u00e4r icke-skrivbart.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Filesystemet {1}  kan inte monteras p\u00e5 roten {0}, eftersom filsystemet {2} redan \u00e4r monterat.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Filesystemet {1}  kan inte monteras p\u00e5 roten {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Filesystemet {0}  kan inte monteras. 
-
diff --git a/l10n/src/sv/platform/options-api/options-api/org/netbeans/modules/options/Bundle_sv.properties b/l10n/src/sv/platform/options-api/options-api/org/netbeans/modules/options/Bundle_sv.properties
deleted file mode 100644
index 4ca7b27..0000000
--- a/l10n/src/sv/platform/options-api/options-api/org/netbeans/modules/options/Bundle_sv.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Alternativdialog och SPI
-OpenIDE-Module-Display-Category=Verktyg
-OpenIDE-Module-Short-Description=Tillhandah\u00e5ller dialogen med alternativ och en SPI f\u00f6r att l\u00e4gga till paneler till den.
-OpenIDE-Module-Long-Description=Tillhandah\u00e5ller dialogen f\u00f6r Verktyg | Alternativ SPI g\u00f6r att du kan l\u00e4gga till helt nya paneler eller sektioner till panelen \u00d6vrigt.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Alternativ
-CTL_Options_Dialog_Title=Alternativ
-CTL_OK=OK
-CTL_Classic=Avancerade alternativ
-CTL_Classic_Title=Avancerade alternativ
-CTL_Modern=&Grundalternativ
-CTL_Loading_Options=L\u00e4ser in inst\u00e4llningar ...
-CTL_Error_Loading_Options=Inl\u00e4sning av inst\u00e4llningar misslyckades.
-CTL_Some_values_changed=Det finns en del \u00e4ndringar. Vill du verkst\u00e4lla dem?
-
-CTL_General_Options=&Generella
-CTL_General_Options_Title=Generella
-CTL_Editor=&Redigerare
-CTL_Editor_Title=Redigerare
-CTL_Font_And_Color_Options=&Typsnitt & f\u00e4rger
-CTL_Font_And_Color_Options_Title=Typsnitt & f\u00e4rger
-CTL_Keymap_Options=&Tangentbordskarta
-CTL_Keymap_Options_Title=Tangentbordskarta
-
-CTL_Export=Expor&t
-CTL_Import=&Import
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= Visar dialogen f\u00f6r avancerade alternativ
-ACS_OptionsPanel=Alternativdialogen
-ACS_Export=Exportalternativ
-ACS_Import=Importalternativ
-TabbedController.pane.AD=Inst\u00e4llningspanel
-
-QuickSearch/GoToOption=Alternativ
-
diff --git a/l10n/src/sv/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_sv.properties b/l10n/src/sv/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_sv.properties
deleted file mode 100644
index 32fb049..0000000
--- a/l10n/src/sv/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_sv.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Diverse
-CTL_Advanced_Options_Title=Diverse
-CTL_Advanced_Options_Description=Diverse
-AdvancedPanel.tabbedPanel.AD=Flikpanel f\u00f6r diverse
-Advanced.Export.Category=Diverse
-
diff --git a/l10n/src/sv/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_sv.properties b/l10n/src/sv/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_sv.properties
deleted file mode 100644
index a3f73dc..0000000
--- a/l10n/src/sv/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_sv.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Definiera H\u00e4r
-LBL_action_revert=Revertera Def.
-LBL_action_delete=Radera
-
-MSG_ask_remove_above_defined_files=Flytt av definitionen hit kommer att ta bort alla v\u00e4rden lagrad i lager v\u00e4nster om den markerade kolumnen.\n\nVill du forts\u00e4tta?
-
-#file state tooltips
-LBL_fstate_defined=Inst\u00e4llningsdefinition
-LBL_fstate_ignored=Oanv\u00e4nt Inst\u00e4llningsv\u00e4rde
-LBL_fstate_inherited=Inst\u00e4llning \u00c4rvd
-LBL_fstate_undefined=Inst\u00e4llningsv\u00e4rdet \u00e4r inte definierat h\u00e4r
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=Anv\u00e4ndaren
-LBL_FSP_Desc_Session-Layer=Sessioninst\u00e4llningsniv\u00e5
-LBL_FSP_Modules-Layer=Standard
-LBL_FSP_Desc_Modules-Layer=Standard Installationinst\u00e4llningsniv\u00e5
-
-#OptionsAction
-Options=&Alternativ
-CTL_close_button=S&t\u00e4ng
-ACSD_close_button=I/T
-ACSN_optionsTree=I/T
-ACSD_optionsTree=I/T
-LBL_computing=Initierar inst\u00e4llningar ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Visa Niv\u00e5er (tryck +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=G\u00f6m Niv\u00e5er (tryck +)
-CTL_Templates_name=Mallar
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Utforskaren
-ACSN_ExplorerBeanTree=Utforskartr\u00e4d
-ACSD_ExplorerBeanTree=I/T
-
diff --git a/l10n/src/sv/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_sv.properties b/l10n/src/sv/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_sv.properties
deleted file mode 100644
index a5af0d7..0000000
--- a/l10n/src/sv/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_sv.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&V\u00e4lj Inst\u00e4llningar f\u00f6r Exportering:
-OptionsChooserPanel.outline.all=Alla
-OptionsChooserPanel.outline.header.tree=Tillg\u00e4ngliga Inst\u00e4llningar
-OptionsChooserPanel.outline.AN=Tillg\u00e4ngliga Inst\u00e4llningar
-OptionsChooserPanel.outline.AD=Tr\u00e4d med tillg\u00e4ngliga inst\u00e4llningar
-OptionsChooserPanel.lblFile.text=&M\u00e5lzipfil:
-OptionsChooserPanel.btnBrowse=&Bl\u00e4ddra
-OptionsChooserPanel.btnBrowse.AN=Bl\u00e4ddra
-OptionsChooserPanel.btnBrowse.AD=Bl\u00e4ddra
-OptionsChooserPanel.txtFile.AD=K\u00e4lla eller m\u00e5l f\u00f6r import/export.
-OptionsChooserPanel.loading=Laddar...
-OptionsChooserPanel.file.warning=V\u00e4lj en giltig m\u00e5lzipfil
-OptionsChooserPanel.nooption.warning=V\u00e4lj n\u00e5got att exportera
-OptionsChooserPanel.file.chooser.title=V\u00e4lj m\u00e5lzipfil
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=V\u00e4lj Inst\u00e4llningar att Exportera:
-OptionsChooserPanel.export.status.text=Inst\u00e4llningsexportering Klar.
-OptionsChooserPanel.import.title=V\u00e4lj Inst\u00e4llningar att Importera:
-OptionsChooserPanel.import.lblFile.text=&Importk\u00e4lla:
-OptionsChooserPanel.import.lblHint.text=&V\u00e4lj Inst\u00e4llningar f\u00f6r Importering:
-OptionsChooserPanel.import.file.warning=V\u00e4lj en giltig zip-fil eller anv\u00e4ndarkatalog
-OptionsChooserPanel.import.nooption.warning=V\u00e4lj n\u00e5got att importera
-OptionsChooserPanel.import.file.chooser.title=V\u00e4lj zip-fil eller anv\u00e4ndarkatalog
-OptionsChooserPanel.import.invalid.userdir.title=Ogiltig Anv\u00e4ndarkatalog?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Mappen {0} ser inte ut att vara en giltig anv\u00e4ndarkatalog. Vill du verkligen importera inst\u00e4llningar fr\u00e5n denna plats?
-OptionsChooserPanel.AD=Panel f\u00f6r val av inst\u00e4llningar att exportera/importera
-OptionsChooserPanel.import.error=Fel vid import av inst\u00e4llningar. K\u00f6r IDE med parametern -J-Dorg.netbeans.modules.options.export.level=100 och titta p\u00e5 IDE-loggen f\u00f6r detaljer.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Ogiltig zip-fil: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Skrivning till filen {0} misslyckades.
-ImportConfirmationPanel.title=Importbekr\u00e4ftelse
-ImportConfirmationPanel.cbRestart.text=&Starta om IDE now (utan omstart kanske importerade inst\u00e4llningar inte fungerar)
-ImportConfirmationPanel.cbRestart.AD=V\u00e4lj om ditt IDE ska startas om nu eller senare
-ImportConfirmationPanel.cbRestart.AN=Starta om IDE nu?
-ImportConfirmationPanel.lblMessage.text=Importering skriver \u00f6ver dina inst\u00e4llningar, utan m\u00f6jlighet att \u00e5terst\u00e4lla. G\u00f6r en exportering f\u00f6rst f\u00f6r att spara undan nuvarande inst\u00e4llningar. Vill du forts\u00e4tta?
-ImportConfirmationPanel.lblMessage.AD=Bekr\u00e4ftelse
-ImportConfirmationPanel.AN=Importbekr\u00e4ftelse
-ImportConfirmationPanel.AD=Importbekr\u00e4ftelse
-ExportConfirmationPanel.title=Lagrade L\u00f6senords-varning
-ExportConfirmationPanel.lblMessage.text=Exporterade inst\u00e4llningar kan inneh\u00e5lla lagrade l\u00f6senord. Att dela dina inst\u00e4llningar med andra anv\u00e4ndare \u00e4r en potentiell s\u00e4kerhetsrisk. Vill du forts\u00e4tta?
-ExportConfirmationPanel.cbSkip.text=&Hoppa \u00f6ver denna varning n\u00e4sta g\u00e5ng
-ExportConfirmationPanel.cbSkip.AN=Hoppa \u00f6ver denna varning n\u00e4sta g\u00e5ng?
-ExportConfirmationPanel.cbSkip.AD=Best\u00e4m om du vill hoppa \u00f6ver eller visa denna varning n\u00e4sta g\u00e5ng
-ExportConfirmationPanel.lblMessage.AD=Bekr\u00e4ftelse
-ExportConfirmationPanel.AN=Lagrade l\u00f6senords-varning
-ExportConfirmationPanel.AD=Lagrade l\u00f6senords-varning
-
diff --git a/l10n/src/sv/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_sv.properties b/l10n/src/sv/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_sv.properties
deleted file mode 100644
index e9c4296..0000000
--- a/l10n/src/sv/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_sv.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Tangentbordsinst\u00e4llningar
-
-CTL_Keymap_Options=&Tangentbordskarta
-CTL_Keymap_Options_Title=Tangentbordskarta
-CTL_Keymap_Options_Description=Tangentbordskarta
-
-CTL_Duplicate=&Hantera Profiler...
-AN_Duplicate=Duplicera
-AD_Duplicate=Duplicera
-CTL_Delete=&Radera
-AN_Delete=Radera
-AD_Delete=Radera
-CTL_Restore=\u00c5te&rst\u00e4ll
-AN_Restore=\u00c5terst\u00e4ll
-AD_Restore=\u00c5terst\u00e4ll
-CTL_Show_Actions=Aktio&ner
-AN_Show_Actions=Kommandon
-AD_Show_Actions=Kommandon
-CTL_Show_Shortcuts=&Genv\u00e4gar
-AN_Show_Shortcuts=Genv\u00e4gar
-AD_Show_Shortcuts=Genv\u00e4gar
-CTL_Add_Shortcut=&L\u00e4gg till ...
-AN_Add_Shortcut=L\u00e4gg till
-AD_Add_Shortcut=L\u00e4gg till
-CTL_Remove_Shortcut=&Ta bort
-AN_Remove_Shortcut=Ta Bort
-AD_Remove_Shortcut=Ta Bort
-CTL_Actions=Aktio&ner:
-AN_Actions=Kommandon
-AD_Actions=Kommandon
-CTL_Shortcuts=&Genv\u00e4gar:
-AN_Shortcuts=Genv\u00e4gar
-AD_Shortcuts=Genv\u00e4gar
-AN_Profiles=Profiler
-AD_Profiles=Profiler
-Show_Actions=Aktio&ner
-Show_Shortcuts=&Genv\u00e4gar
-Keymaps=&Tangentbordskartor
-CTL_Keymap_Name=&Profil:
-View_By=&Visa Som
-Shortcut=&Genv\u00e4g:
-Add_Shortcut_Dialog=L\u00e4gg Till Genv\u00e4g
-CTL_Create_New_Profile_Message=Profil&namn:
-CTL_Create_New_Profile_Title=Skapa Ny Profil-dialog
-Shortcut_Conflict=<html>Genv\u00e4ngen \u00e4r redan knyten till aktionen {0}. Om du forts\u00e4tter kommer genv\u00e4gen att omf\u00f6rdelas.
-CTL_Clear=&Rensa
-AN_Clear=Knapp f\u00f6r att rensa genv\u00e4g
-AD_Clear=Rensar genv\u00e4gsf\u00e4ltet
-CTL_Tab=&Flik
-AN_Tab=Knapp f\u00f6r att stoppa in Tabb-tecken
-AD_Tab=Stoppar in Tabb-tecken
-CTL_Duplicate_Profile_Name=En profil med det namnet finns redan.\n V\u00e4lj ett annat namn.
-
-CTL_Export_IDE_Actions_Action=Exportera IDE-aktioner till XML
-CTL_Export_IDE_Shortcuts_Action=Exportera IDE-genv\u00e4gar till XML
-CTL_Export_Editor_Shortcuts_Action=Exportera editorgenv\u00e4gar till XML
-CTL_Export_Shortcuts_to_HTML_Action=Exporteragenv\u00e4gar till HTML
-
-CTL_Other=\u00d6vrigt
-AN_Shortcut=Genv\u00e4gsf\u00e4lt
-AD_Shortcut=Genv\u00e4gsf\u00e4lt
-AN_ShortcutsDialog=Skriv in ny genv\u00e4g
-AD_ShortcutsDialog=Skriv in ny genv\u00e4g
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Byter mappningsprofil fr\u00e5n {1} till {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Snabbs\u00f6k: Anropar {1}-aktionen i klassen {0}
-
-QuickSearch/Actions=Kommandon
-MSG_ActionFailure={0}-aktionen kan inte anropas genom Snabbs\u00f6k...
-
-# Quicksearch options
-KW_KeymapOptions=Diverse inst\u00e4llningar f\u00f6r Tangenbord och Genv\u00e4gar
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&S\u00f6k:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=F\u00e4lt anv\u00e4nt f\u00f6r att minska ner listan med genv\u00e4gar
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=S\u00f6k i Gen&v\u00e4gar:
-
-# Conflict dialogs
-Override_Shortcut=<html>F\u00f6ljande Aktion(er): <br>{0} orsakar en konflikt med denna tilldelning. Vill du \u00e5sid\u00e5s\u00e4tta det?
-Conflicting_Shortcut_Dialog=Dialog f\u00f6r Konflikterande Genv\u00e4gar
-Override_All=<html>F\u00f6ljande Aktion(er): <br>{0} orsakar en konflikt med denna \u00e5terst\u00e4llning. Vill du \u00e5sidos\u00e4tta alla?
-Alternative_Shortcut=(alternativ genv\u00e4g)
-
-#Table columns
-Actions=Kommandon
-Shortcut=Genv\u00e4g
-Category=Kategori
-Scope=Rymd
-
-#Keymap Popup
-Edit=Redigera...
-Add_Alternative=L\u00e4gg till Alternativ
-Reset_to_Default=\u00c5terst\u00e4ll Standardinst\u00e4llning
-Clear=T\u00f6m
-
-#Keymap completion
-No_Free_Shortcut=Ingen rekommenderad fri genv\u00e4g med prefixet "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicera
-ProfilesPanel.exportButton.text=&Exportera
-ProfilesPanel.deleteButton.text=&Ta bort
-ProfilesPanel.importButton.text=&Import
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Provilrullvy
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Rullvy f\u00f6r profiler
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=Lisa med tangensbordskartprofiler
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=Profillista
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Importerar profil fr\u00e5n extern fil
-ProfilesPanel.AccessibleContext.accessibleDescription=Profilpanel
-ProfilesPanel.restoreButton.text=&\u00c5terst\u00e4ll Standardinst\u00e4llningarna
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=\u00c5terst\u00e4ller lagrade standardinst\u00e4llningar
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplicerar en existerande profil
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exporterar nuvarande profil
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Raderar vald anpassad profil
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=Hantera Tangensbordskartprofiler
-CTL_Files=Filer
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Tangensbordskartor
-Keymaps.Options.Export.Profiles.displayName=Tangensbordskartprofiler
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/sv/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_sv.properties b/l10n/src/sv/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_sv.properties
deleted file mode 100644
index 4c686ec..0000000
--- a/l10n/src/sv/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_sv.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Integrering av Layout-ut\u00f6kningar i Swing
-OpenIDE-Module-Display-Category=Bibliotek
-OpenIDE-Module-Short-Description=Bundlar swing-layoutbibliotek.
-OpenIDE-Module-Long-Description=Modulen bundlar biblioteket f\u00f6r layout-ut\u00f6kningar i Swing (fr\u00e5n swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/sv/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_sv.properties
deleted file mode 100644
index b652de3..0000000
--- a/l10n/src/sv/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_sv.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=Vanliga Noteringar
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/sv/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_sv.properties
deleted file mode 100644
index 4d9ed1e..0000000
--- a/l10n/src/sv/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_sv.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=Avbryt Process
-CTL_ProcessListAction=&Processer
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/sv/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_sv.properties
deleted file mode 100644
index ce73e1a..0000000
--- a/l10n/src/sv/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_sv.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=APIer f\u00f6r visualisering av uppgifters progession.
-OpenIDE-Module-Long-Description=L\u00e5ter moduler registrera l\u00e5nglivade uppgifter eller processer i en central plats.
-
diff --git a/l10n/src/sv/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_sv.properties
deleted file mode 100644
index e18450f..0000000
--- a/l10n/src/sv/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_sv.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Scenkomponent
-ACS_SceneComponentDesc=Scenvy
-
diff --git a/l10n/src/sv/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_sv.properties
deleted file mode 100644
index 9b0ae13..0000000
--- a/l10n/src/sv/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_sv.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Visuellt biblioteks-API
-OpenIDE-Module-Short-Description=Visuellt biblioteks-API
-
diff --git a/l10n/src/sv/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_sv.properties
deleted file mode 100644
index 9b81504..0000000
--- a/l10n/src/sv/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_sv.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=En instans av programmet verkar redan k\u00f6ras med din anv\u00e4ndarkatalog.\nEn tidigare session av programmet avslutades inte korrekt, eller en annan instans\nav programmet k\u00f6rs p\u00e5 en annan dator och med samma anv\u00e4ndarkatalog.\n\nOm en annan programsession k\u00f6rs med samma anv\u00e4ndarkatalog, klicka p\u00e5\nAvbryt f\u00f6r att f\u00f6rhindra korruption av anv\u00e4ndarkatalogen. Om du \u00e4r s\u00e4ker p\u00e5 att inga andra\ninstanser av detta program k\u00f6rs med din hemkatalog, klicka OK f\u00f6r att forts\u00e4tta.
-MSG_AlreadyRunningTitle=Varning
-
-EXC_not_a_module={0} \u00e4r inte en giltig NetBeans-modul.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Bootsekvens
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Bootsekvens f\u00f6r NetBeans-baserade applikationer.
-OpenIDE-Module-Long-Description=Denna modul tillhandah\u00e5ller den grundl\u00e4ggande infrastrukturen som laddar alla andra delar av applikationen. Den kan inte avaktiveras.
-
-MSG_InstallJava6=Cannot run on older versions of Java than Java 6 Standard Edition.\nPlease install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=Java 6 Standard Edition or newer required
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_sv.properties
deleted file mode 100644
index 41bdfba..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_sv.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Utmatning {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=&Avsluta IDE
-ACSD_EndTasks=I/T
-CTL_PendingTitle=Avsluta IDE
-ACSD_PendingTitle=I/T
-LAB_PendingTasks=A&vslutande av ditt IDE kommer att avsluta f\u00f6ljande processer:
-ACSD_PendingTasks=I/T
-# {0} - process name
-CTL_PendingExternalProcess2=Process - {0}
-# {0} - action name
-CTL_ActionInProgress={0} aktioner p\u00e5g\u00e5r
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_sv.properties
deleted file mode 100644
index 5113c81..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_sv.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Ta bort
-CTL_MoveUp=Flytta &Upp
-CTL_MoveDown=Flytta &Ner
-CTL_AddDirectory=L\u00e4gg till &Katalog...
-CTL_AddJAR=L\u00e4gg till &JAR/ZIP...
-CTL_JarArchivesMask=JAR- och ZIP-arkiv
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=I/T
-ACSD_MoveUp=I/T
-ACSD_MoveDown=I/T
-ACSD_AddDirectory=I/T
-ACSD_AddJAR=I/T
-ACSD_PathList=I/T
-ACSD_CustomNbClassPathEditor=I/T
-CTL_Edit_Jar_Dialog_Title=Redigera JAR-fil
-CTL_Edit_Local_Dialog_Title=Redigera Lokal Katalog
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=L\u00e4gg till JAR-fil
-CTL_FileSystemPanel.Local_Dialog_Title=L\u00e4gg till Lokal Katalog
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Process\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Argument\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=&Tips f\u00f6r Argument
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Bl\u00e4ddra...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=I/T
-ACSD_NbProcessDescriptorCustomEditor.processLabel=I/T
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=I/T
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=I/T
-ACSD_CustomNbProcessDescriptorEditor=I/T
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=S\u00f6kv\u00e4gar
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=Lista med s\u00f6kv\u00e4gar som ska redigeras.
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_sv.properties
deleted file mode 100644
index eeda6be..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_sv.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Grundl\u00e4ggande - Exekvering
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Implementation av Execution-motorn.
-OpenIDE-Module-Long-Description=L\u00e4gger till st\u00f6d f\u00f6r exekvering i plattformen. Inneh\u00e5ller klasser som implementerar exkeveringsdelen i API:et och motsvarande GUI.
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_sv.properties
deleted file mode 100644
index 57c27d0..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_sv.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O-UI
-
-#IOWindowAction
-IOWindow=&Utmatning
-
-#Title for I/O window
-LBL_IO_WINDOW=Utmatning
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=St\u00e4ng Flik
-LBL_CloseAll=St\u00e4ng Alla Flikar
-LBL_CloseOthers=St\u00e4ng Andra Flikar
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Utmatning
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_sv.properties
deleted file mode 100644
index a6fe9aa..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_sv.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editorer
-EditorsAction.source=&K\u00e4lla
-GetLeftEditorAction.name=Editorer - Iterera v\u00e4nster
-
-GetRightEditorAction.name=Editorer - Iterera h\u00f6ver
-
-TabButton.tool_tip={0}-vy
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_sv.properties
deleted file mode 100644
index 0e32490..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_sv.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MultiView-f\u00f6nster
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Ramverk och API f\u00f6r MultiView-f\u00f6nster
-OpenIDE-Module-Long-Description=Ramverk och API f\u00f6r MultiView-f\u00f6nster
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_sv.properties
deleted file mode 100644
index eaa5dad..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_sv.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Nativ access
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Anv\u00e4nder nativa bindningar via JNA-biblioteket f\u00f6r att tillhandah\u00e5lla avancerade grafiska effekter till f\u00f6nstersystemet.
-OpenIDE-Module-Long-Description=Anv\u00e4nder nativa bindningar via JNA-biblioteket f\u00f6r att tillhandah\u00e5lla avancerade grafiska effekter till f\u00f6nstersystemet.
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_sv.properties
deleted file mode 100644
index 73fb0d7..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_sv.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparens
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_sv.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_sv.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_sv.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_sv.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_sv.properties
deleted file mode 100644
index dcdefa1..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_sv.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Utmatningsf\u00f6nster
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=En implementation av en enkelt textareabaserat f\u00f6nster
-OpenIDE-Module-Long-Description=Utmatningsf\u00f6nster baserad p\u00e5 ett java.swing.text.Document \u00f6ver en ByteBuffer/CharBuffer
-
-#Title for the output window
-LBL_OUTPUT=Utmatning
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=Kan inte skriva till systemets temp-katalog ({0})
-MSG_GenericError=Problem vid skrivning av utmatningsfilen.
-
-LBL_STDOUT=Standardutmatning
-FMT_FILE_EXISTS={0} existerar. Skriv \u00f6ver?
-TITLE_SAVE_DLG=Spara Utmatning Som
-
-LBL_SaveAsFailedTitle=Spara som misslyckades
-MSG_SaveAsFailed=Skrivning till filen {0} misslyckades.
-
-MSG_SearchFromBeg=Slutet p\u00e5 utmatning n\u00e5dd. Forts\u00e4tter s\u00f6kningen fr\u00e5n b\u00f6rjan.
-MSG_SearchFromEnd=B\u00f6rjan p\u00e5 utmatning n\u00e5dd. Forts\u00e4tter s\u00f6kningen fr\u00e5n slutet.
-MSG_Found=''{0}'' hittades i {1}:{2}
-MSG_NotFound=''{0}'' hittades inte
-
-#OutputWindowAction
-OutputWindow=&Utmatning
-
-#Find Dialog
-LBL_Find_Title=S\u00f6k
-LBL_Find_What=S\u00f6k:
-LBL_Use_RegExp=Regulj\u00e4rt &Uttryck
-LBL_Match_Case=&Matcha versaler/gemener
-BTN_Find=&S\u00f6k
-ACSN_Find=I/T
-ACSD_Find=S\u00f6k
-ACSD_FindBTN=I/T
-ACSD_Find_What=I/T
-
-LBL_Filter_Title=Filter
-LBL_Filter_What=Beh\u00e5ll rader som inneh\u00e5ller:
-BTN_Filter=&Filter
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=Typsnittsv\u00e4ljare
-BTN_Defaul_Font=Standardtypsnitt
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=Skriv \u00f6ver fil?
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=Ogiltigt regulj\u00e4rt uttryck
-FMT_Invalid_RegExp=Syntaxfel i {0}
-
-#Output window popup menu
-ACTION_COPY=Kopiera
-ACTION_PASTE=Klistra
-ACTION_WRAP=Radbryt text
-ACTION_SAVEAS=Spara Som...
-ACTION_CLOSE=St\u00e4ng
-ACTION_CLEAR=T\u00f6m
-ACTION_PREV_ERROR=F\u00f6reg\u00e5ende fel
-ACTION_NEXT_ERROR=N\u00e4sta fel
-ACTION_SELECT_ALL=V\u00e4lj alla
-ACTION_FIND=S\u00f6k...
-ACTION_FIND_NEXT=S\u00f6k n\u00e4sta
-ACTION_FIND_PREVIOUS=S\u00f6k f\u00f6reg\u00e5ende
-ACTION_LARGER_FONT=St\u00f6rre typsnitt
-ACTION_SMALLER_FONT=Mindre typsnitt
-ACTION_FONT_TYPE=V\u00e4lj typsnitt...
-ACTION_FILTER=Filter...
-
-#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=C-LIKAMED
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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=Diskutrymmet f\u00f6r tempor\u00e4ra utmatningsfiler tog slut i {0}.  Antingen g\u00f6r mer diskutrymme tillg\u00e4ngligt, \u00e4ndra systemets tempor\u00e4ra katalog eller starta med -J-Dnb.output.heap=true
-
-MSG_LINE_TOO_LONG=...raden \u00e4r f\u00f6r l\u00e5ng, f\u00f6r att se hela raden byt till l\u00e4get f\u00f6r radbrytning...
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_sv.properties
deleted file mode 100644
index 0c2ffe2..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_sv.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Inmatning
-LBL_EOF=&St\u00e4ng Inmatning
-TIP_EOF=St\u00e4nger inmatningskomponenten och skickar filen-\u00e4r-slut till eventuella l\u00e4sare
-TIP_INPUT=Skriv in text och tryck enter f\u00f6r att s\u00e4nda den till den aktiva processen
-
-#Output window tab popup
-LBL_Close=St\u00e4ng Flik
-LBL_CloseAll=St\u00e4ng Alla Flikar
-LBL_CloseOthers=St\u00e4ng Andra Flikar
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_sv.properties
deleted file mode 100644
index f6a694c..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_sv.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Uppstart
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Laddar och aktiverar moduler.
-OpenIDE-Module-Long-Description=Denna modul tillhandah\u00e5ller ytterligare funktionalitet f\u00f6r Bootstrap, s\u00e5 den kan lokalisera och aktivera r\u00e4tt moduler.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user \u00e4r inte satt.\nKontrollera ditt NetBeans-startscript.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Din anv\u00e4ndarkatalog ({0}) kan inte befinna sig inuti NetBeans installationskatalog ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Startar NetBeans-plattformen
-# The Title of the About Box
-CTL_About_Title=Om
-CTL_About_Detail=Detaljer
-ACSD_AboutDialog=I/T
-ACSN_AboutTabs=I/T
-ACSD_AboutTabs=I/T
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=UI-klassnamn f\u00f6rv\u00e4ntades, anv\u00e4nder standard-UI...
-ERR_UserDirExpected=Katalog f\u00f6rv\u00e4ntades efter v\u00e4xeln --userdir
-ERR_UINotFound=UI-klass hittades inte, anv\u00e4nder standard-UI...
-ERR_FontSizeExpected=Fontstorlek f\u00f6rv\u00e4ntades, anv\u00e4nder standardfontstorlek...
-ERR_BadFontSize=D\u00e5ligt formaterad fontstorlek, anv\u00e4nder standardfontstorlek...
-ERR_BrandingNeedsArgument=Alternativet --branding kr\u00e4ver ett argument
-ERR_LocaleExpected=Locale-specifikation f\u00f6rv\u00e4ntades efter v\u00e4xeln --locale
-
-
-CTL_Netbeanshome_notexists=netbeans.home pekar p\u00e5 en icke-existerande katalog.
-CTL_Netbeanshome1=netbeans.home pekar inte p\u00e5 en katalog.
-CTL_Netbeanshome2=netbeans.user pekar p\u00e5 en icke-existerande katalog.
-CTL_Netbeanshome3=netbeans.user pekar inte p\u00e5 en katalog.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Kan inte skapa systemkatalog i {0}. En fil med samma namn finns redan.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Kan inte skapa systemkatalog i {0}.
-CTL_Cannot_mount_system_fs=Kan inte l\u00e4gga till filsystemet System, avslutar...
-
-#startup info messages
-MSG_IDEInit=Initierar...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Kunde inte ansluta till URL:en {0}. Ingen s\u00e5n resurs hittades
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize st\u00f6djs inte av GTK look-and-feel. Justera ditt skrivbords fontstorlek ist\u00e4llet.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Fel: {0}
-EXC_GraphicsStartFails2=Se {0} f\u00f6r detaljer.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=Modulen {0} efterfr\u00e5gades i version >= {1} men bara {2} hittades.
-# {0} - module display name
-MSG_problem_other_disabled=Modulen {0} skulle ocks\u00e5 beh\u00f6va installeras.
-LBL_no_impl_version=[ingen version specificerad]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=Modulen {0} efterfr\u00e5gades i implementationsversion "{1}" men bara "{2}" hittades.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=Modulen {0} kr\u00e4vdes och hittades inte.
-# {0} - required token
-MSG_problem_require_disabled=Ingen av modulerna som tillhandah\u00e5ller f\u00f6rm\u00e5gan {0} kunde hittas.
-# {0} - required token
-MSG_problem_require_not_found=Ingen modul som tillhandah\u00e5ller f\u00f6rm\u00e5gan {0} kunde hittas.
-# {0} - class name
-MSG_problem_class_not_loaded=Paketet inneh\u00e5llande klassen {0} laddades inte.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=Paketet {0} laddades inte eller var en f\u00f6r gammal version.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=Java-plattform version {0} eller h\u00f6gre efterfr\u00e5gades men bara {1} k\u00f6rs.
-MSG_warning=Varning
-MSG_info=Information
-MSG_continue=Deaktivera Moduler och Forts\u00e4tt
-MSG_exit=Avsluta
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#En annan modul|1<{0} ytterligare moduler} kunde inte installeras p\u00e5 grund av ovanst\u00e5ende problem.
-
-# NbEvents
-MSG_start_load_boot_modules=Laddar k\u00e4rnan...
-MSG_finish_load_boot_modules=Laddar k\u00e4rnan...klar.
-MSG_start_auto_restore=Laddar moduler...
-MSG_finish_auto_restore=F\u00e4rdig med modulladdning.
-MSG_start_enable_modules=Aktiverar moduler...
-MSG_finish_enable_modules=Aktiverar moduler...klar.
-TEXT_finish_enable_modules=Aktiverar moduler:
-MSG_start_disable_modules=Deaktiverar moduler...
-MSG_finish_disable_modules=Deaktiverar moduler...klar.
-TEXT_finish_disable_modules=Deaktiverar moduler:
-MSG_failed_install_new=Warning - kunde inte installera n\u00e5gra moduler:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Varning - kunde inte installera modulen {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Lanserar testmodul i {0} ...
-TEXT_finish_deploy_test_module=Klar med lansering av testmodul.
-MSG_start_read=L\u00e4ser modullagringen...
-MSG_finish_read=L\u00e4ser modullagringen...klar.
-MSG_restore=Startar moduler...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Installerar {0}
-# {0} - module display name
-TEXT_install=Installerar ny modul: {0}
-# {0} - module display name
-MSG_update=Startar en ny version av {0}
-# {0} - module display name
-TEXT_update=Uppdaterar modul: {0}
-# {0} - module display name
-MSG_uninstall=Stoppar {0}
-MSG_load_section=Laddar moduler...
-MSG_load_layers=Laddar modultj\u00e4nster...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Varning: modulen {0} kunde inte hittas, ignorerar...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=Modulen {0} kunde inte raderas f\u00f6r att den \u00e4r automatladdad eller ivrig, och anv\u00e4nds fortfarande.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=Ett f\u00f6rs\u00f6k gjordes att \u00e4ndra egenskapen {1} f\u00f6r modulen {0} i mappen system/Modules.\nDet egentliga v\u00e4rdet \u00e4r "{3}" med det \u00e4ndrades p\u00e5 disk till "{2}".\nDenna egenskap kan inte \u00e4ndras medans IDE:et k\u00f6rs, s\u00e5 detta f\u00f6rs\u00f6k har ingen effekt.
-# {0} - JAR file name
-TEXT_patch=Modulpatch eller specialut\u00f6kning: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Saknad resurs fr\u00e5n klass: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Nyckel som inte hittades: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Tolkningsfel i filen {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Tolkningsfel i filen {1} rad {3} kolumn {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_sv.properties
deleted file mode 100644
index 1c143d6..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_sv.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Standardsystem
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Laddar cachade objekt..
-MSG_end_load_cache=Laddar cachade objekt...klar.
-MSG_start_rewrite_cache=\u00c5terskapar objektcache...
-MSG_end_rewrite_cache=\u00c5terskapar objektcache...klar.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=Filh\u00e4ndelse {0}, filen {1}
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_sv.properties
deleted file mode 100644
index e00837c..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_sv.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Filer
-AdvancedOption.tooltip=Filer
-FileAssociationsPanel.btnDefault.text=&Standard
-FileAssociationsPanel.btnDefault.tooltip=\u00c5terst\u00e4ll standardinst\u00e4llningen f\u00f6r vald fil\u00e4ndelse
-FileAssociationsPanel.btnDefault.AN=\u00c5terst\u00e4ll Standardinst\u00e4llning
-FileAssociationsPanel.btnDefault.AD=\u00c5terst\u00e4ll Standardinst\u00e4llningen f\u00f6r Vald Fil\u00e4ndelse
-FileAssociationsPanel.btnDefaultIgnored.text=Stan&dard
-FileAssociationsPanel.btnDefaultIgnored.AN=\u00c5terst\u00e4ll Standardm\u00f6nster f\u00f6r Ignorerade Filer
-FileAssociationsPanel.btnDefaultIgnored.AD=\u00c5terst\u00e4ll Standardm\u00f6nster f\u00f6r Ignorerade Filer
-FileAssociationsPanel.btnNew.text=&Ny...
-FileAssociationsPanel.btnNew.AN=Ny Fil\u00e4ndelse
-FileAssociationsPanel.btnNew.AD=Ny Fil\u00e4ndelse
-FileAssociationsPanel.btnRemove.text=&Ta bort
-FileAssociationsPanel.btnRemove.AN=Ta Bort Vald Fil\u00e4ndelse
-FileAssociationsPanel.btnRemove.AD=Ta Bort Vald Fil\u00e4ndelse
-FileAssociationsPanel.cbExtension.choose=< V\u00e4lj \u00e4ndelsen >
-FileAssociationsPanel.cbExtension.AD=Fil\u00e4ndelse
-FileAssociationsPanel.cbExtension.AN=Lista p\u00e5 Fil\u00e4ndelser
-FileAssociationsPanel.cbType.AN=Lista med Filtyper
-FileAssociationsPanel.cbType.AD=Lista med Filtyper
-FileAssociationsPanel.lblAssociatedAlso.text=Ocks\u00e5 associerad med:
-FileAssociationsPanel.lblAssociatedAlso.AN=Filtyper Associeras Ocks\u00e5 med \u00c4ndelserna
-FileAssociationsPanel.lblAssociatedAlso.AD=Filtyper Associeras Ocks\u00e5 med \u00c4ndelserna
-FileAssociationsPanel.lblExtension.text=Fil\u00e4ndelse:
-FileAssociationsPanel.lblExtension.AN=Fil\u00e4ndelse
-FileAssociationsPanel.lblExtension.AD=Lista p\u00e5 Fil\u00e4ndelser
-FileAssociationsPanel.lblType.text=Associerad Fil&typ (MIME):
-FileAssociationsPanel.lblType.AD=Lista med Associerade Filtyper
-FileAssociationsPanel.lblType.AN=Lista med Associerade Filtyper
-FileAssociationsPanel.lblFileAssociations.text=Filassociering
-FileAssociationsPanel.lblFilesIgnored.text=Filer Ignorerade av IDE
-FileAssociationsPanel.lblPattern.text=&Ignorerat Film\u00f6nster:
-FileAssociationsPanel.lblPattern.tooltip=Regulj\u00e4rt uttryck f\u00f6r ignorerade filer. Matcha hela namnet, ingen s\u00f6kv\u00e4g. Blank f\u00f6r ingen.
-FileAssociationsPanel.lblPattern.AN=Ignorerat Film\u00f6nster
-FileAssociationsPanel.lblPattern.AD=Regulj\u00e4rt uttryck f\u00f6r ignorerade filer. Matcha hela namnet, ingen s\u00f6kv\u00e4g. Blank f\u00f6r ingen.
-FileAssociationsPanel.txtPatternError.AN=Syntaxfel i Film\u00f6nstret f\u00f6r Ignorerade Filer
-FileAssociationsPanel.txtPatternError.AD=Syntaxfel i det regulj\u00e4ra uttrycket f\u00f6r ignorerade filer
-
-NewExtensionPanel.title=Skriv In Ny Fil\u00e4ndelse
-NewExtensionPanel.AD=Skriv In Ny Fil\u00e4ndelse
-NewExtensionPanel.lblExtension.text=Fil\u00e4ndelse:
-NewExtensionPanel.lblExtension.AN=Fil\u00e4ndelse
-NewExtensionPanel.lblExtension.AD=Fil\u00e4ndelse
-
-OpenAsAction.name=\u00d6ppna Som...
-OpenAsPanel.txtDescription.AN=Tips
-OpenAsPanel.txtDescription.AD=Tips
-OpenAsPanel.lblExtension.text=Behandla {0}-filer som:
-OpenAsPanel.title=\u00d6ppna som...
-OpenAsPanel.open=\u00d6ppna
-OpenAsPanel.AD=V\u00e4lj filtyp
-
-# display name for options export
-Files.Options.Export.displayName=Filer
-OpenAsPanel.lblDescription.text=NetBeans k\u00e4nner inte till denna filtyp. Specificera hur dessa filer ska behandlas.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_sv.properties
deleted file mode 100644
index 0e83580..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_sv.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&Generella
-CTL_General_Options_Title=Allm\u00e4nt
-CTL_General_Options_Category=Allm\u00e4nt
-CTL_General_Options_Description=Allm\u00e4nna inst\u00e4llningar, Proxyinst\u00e4llningar, Editorinst\u00e4llningar
-CTL_Package_View_Type=Visa Java-paket som:
-CTL_Flattern_Packages=&Lista
-AN_Flattern_Packages=Lista
-AD_Flattern_Packages=Lista
-CTL_Tree_Packages=Tr\u00e4d
-AN_Tree_Packages=Tr\u00e4d
-AD_Tree_Packages=Tr\u00e4d
-CTL_No_Proxy=I&ngen Proxy
-AN_No_Proxy=Ingen Proxy
-AD_No_Proxy=Ingen Proxy
-CTL_Usage_Statistics=Anv\u00e4ndningsstatistik:
-AN_Usage_Statistics=Anv\u00e4ndningsstatistik:
-AD_Usage_Statistics=Anv\u00e4ndningsstatistik:
-CTL_Usage_Check=Hj\u00e4l&p oss f\u00f6rb\u00e4ttra NetBeans IDE genom att tillhandah\u00e5lla anonym anv\u00e4ndningsdata
-AN_Usage_Check=Hj\u00e4lp oss f\u00f6rb\u00e4ttra NetBeans IDE genom att tillhandah\u00e5lla anonym anv\u00e4ndningsdata
-AD_Usage_Check=Hj\u00e4lp oss f\u00f6rb\u00e4ttra NetBeans IDE genom att tillhandah\u00e5lla anonym anv\u00e4ndningsdata
-CTL_Usage_Info=<html>Statistiken \u00f6ver anv\u00e4ndning hj\u00e4lper oss att f\u00f6rst\u00e5 anv\u00e4ndarkrav och prioritera f\u00f6rb\u00e4ttringar i framtida releaser. Vi kommer aldrig att anv\u00e4nda den insamlade datan f\u00f6r att extrahera detaljer om era projekt.</html>
-AN_Usage_Info=Info om anv\u00e4ndningsstatistik
-AD_Usage_Info=Statistiken \u00f6ver anv\u00e4ndning hj\u00e4lper oss att f\u00f6rst\u00e5 anv\u00e4ndarkrav och prioritera f\u00f6rb\u00e4ttringar i framtida releaser. Vi kommer aldrig att anv\u00e4nda den insamlade datan f\u00f6r att extrahera detaljer om era projekt.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>L\u00e4s mer</u></font></html>
-AN_Learn_More=L\u00e4s mer
-AD_Learn_More=L\u00e4s mer
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Anv\u00e4nd Systemets Proxyinst\u00e4llningar
-AN_Use_System_Proxy_Settings=Anv\u00e4nd Systemets Proxyinst\u00e4llningar
-AD_Use_System_Proxy_Settings=Anv\u00e4nd Systemets Proxyinst\u00e4llningar
-CTL_Use_HTTP_Proxy=&Manuella Proxyinst\u00e4llningar
-AN_Use_HTTP_Proxy=HTTP-proxy
-AD_Use_HTTP_Proxy=HTTP-proxy
-AN_Web_Browser=Webbl\u00e4sare
-AD_Web_Browser=Webbl\u00e4sare
-AN_Host=Server
-AD_Host=Server
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Uppdateringsperiod
-AD_Update_Period=Uppdateringsperiod
-AN_Ask_Before_Check=Fr\u00e5ga F\u00f6re Kontroll
-AD_Ask_Before_Check=Fr\u00e5ga F\u00f6re Kontroll
-Line_Numbers=&Radnummer
-Antialiasing=Antialiasing:
-Text_Antialiasing=Anv\u00e4nd Antialiasing
-Toolbar=&Verktygsrad
-Package_View=Paketvy
-SDI_Window_Mode=SDI-f\u00f6nsterl\u00e4ge
-MDI_Window_Mode=MDI-f\u00f6nsterl\u00e4ge
-Tree_View=Tr\u00e4dvy
-Default_System_Browser=<Standardl\u00e4sare>
-Swing_HTML_Browser=Swing-l\u00e4sare
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=Allm\u00e4nt
-CTL_Web_Browser=&Webbl\u00e4sare:
-Confirm_Delete=&Bekr\u00e4fta Radering:
-CTL_Web_Proxy=Proxy-inst\u00e4llningar:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=HTTP-Pro&xy\:
-Code_Folding=Kodvikning:
-Show=Visa:
-Editor=Editor
-CTL_Check_Period=Kontrollperio&d:
-CTL_Ask_Before_Check=&Fr\u00e5ga F\u00f6re Kontroll:
-CTL_Auto_Update=Autouppdatera
-Use_Folding=&Anv\u00e4nd Kodvikning
-Fold_Methods=Vik &Metoder
-Fold_Classes=Vi&k Inre Klasser
-Fold_Imports=Vik Importerin&gar
-Fold_JavaDoc=Vik Javadoc-kommentar
-Fold_Licence=Vik Initial Kommentar
-Auto_Popup=Autopopup:
-Auto_Popup_Completion=Kompletteringsf\u00f6nster
-Auto_Popup_JavaDoc=Javadoc-f\u00f6nster
-CTL_Update_every_startup=Varje Uppstart
-CTL_Update_every_day=Varje Dag
-CTL_Update_every_week=Varje Vecka
-CTL_Update_every_2weeks=Varannan Vecka
-CTL_Update_every_month=Varje M\u00e5nad
-CTL_Update_never=Aldrig
-CTL_Default_System_Browser=Standardwebbl\u00e4sare
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Intern L\u00e4sare
-
-
-
-
-AN_NonProxy=Ingen Proxy F\u00f6r
-
-AD_NonProxy=Ingen Proxy F\u00f6r
-
-CTL_Non_Proxy=Ingen Prox&y F\u00f6r\:
-
-Non_Proxy_Hint=(exempel: localhost, *.netbeans.org, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=M&er...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Avancerade Proxyinst\u00e4llningar
-LBL_GeneralOptionsPanel_bMoreProxy.AD=\u00d6ppna Avancerade Proxyinst\u00e4llningar
-
-LBL_GeneralOptionsPanel_PortError=Portnummer m\u00e5ste vara ett heltal.
-
-LBL_GeneralOptionsPanel_lWebProxy=Proxyinst\u00e4llningar\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP-&proxy\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(exempelvis localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&t\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=HTTPS-&proxy\:
-
-LBL_AdvancedProxyPanel_lSocksHost=SOCKS-&proxy\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=Servrar Utan Pro&xy\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Proxy Kr\u00e4&ver Autenticiering
-
-LBL_AdvancedProxyPanel_lUserName=&Anv\u00e4ndarnamn\:
-
-LBL_AdvancedProxyPanel_lUserPassword=L\u00f6sen&ord\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Anv\u00e4nd samma proxyinst\u00e4llningar f\u00f6r &alla protokoll
-
-LBL_AdvancedProxyPanel_Title=Avancerade Proxyalternativ
-LBL_AdvancedProxyPanel_PortError=Portnummer m\u00e5ste vara ett heltal.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Anv\u00e4nd Systemets Proxyinst\u00e4llningar
-GeneralOptionsPanel.lWebBrowser.text=&Webbl\u00e4sare\:
-GeneralOptionsPanel.rbNoProxy.text=I&ngen Proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=I/T
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=I/T
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=I/T
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=I/T
-
-ACD_AdvancedProxyPanel_tfSocksHost=I/T
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=I/T
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=I/T
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=I/T
-
-ACD_AdvancedProxyPanel_tfSocksPort=I/T
-
-ACD_AdvancedProxyPanel_tfUserName=I/T
-
-ACD_AdvancedProxyPanel_pfUserPassword=I/T
-
-ACD_AdvancedProxyPanel=I/T
-
-LBL_WebBrowsersPanel_Title=Webbl\u00e4sare
-LBL_ExternalBrowser_Name=Extern L\u00e4sare
-WebBrowsersPanel.nameLabel.text=Namn\:
-WebBrowsersPanel.executableLabel.text=Programfil\:
-WebBrowsersPanel.parametersLabel.text=Parametrar\:
-WebBrowsersPanel.browseButton.text=Bl\u00e4ddra...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=L\u00e4gg Till...
-WebBrowsersPanel.removeButton.text=Ta bort
-WebBrowsersPanel.browsersLabel.text=Webbl\u00e4sare\:
-GeneralOptionsPanel.editBrowserButton.text=&Redigera...
-GeneralOptionsPanel.editBrowserButton.AD=Redigera Webbl\u00e4sare
-GeneralOptionsPanel.editBrowserButton.AN=Redigera Webbl\u00e4sare
-WebBrowsers_URL_Hint=Tips\: {URL} \= URL f\u00f6r sidan som ska laddas av webbl\u00e4saren
-
-ACS_WebBrowsersList=Lista med tillg\u00e4ngliga webbl\u00e4sare
-ACS_AddWebBrowserButton=L\u00e4gg till en ny webbl\u00e4sare
-ACS_RemoveWebBrowserButton=Ta bort vald webbl\u00e4sare
-ACS_BrowserNameField=Webbl\u00e4sarnamn
-ACS_BrowserExecutableField=K\u00f6rbar fil f\u00f6r webbl\u00e4sare
-ACS_BrowserParametersField=Parametrar till webbl\u00e4sarens k\u00f6rbara fil
-ACS_BrowseExecutableButton=Bl\u00e4ddra bland k\u00f6rbara filer
-WebBrowsersOptionsPanel.browsersLabel.text=&Webbl\u00e4sare\:
-WebBrowsersOptionsPanel.addButton.text=&L\u00e4gg till...
-WebBrowsersOptionsPanel.removeButton.text=&Ta bort
-WebBrowsersOptionsPanel.nameLabel.text=&Namn\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Webbl\u00e4sare
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=L\u00e4sarlista
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=Lista med Webbl\u00e4sare
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=L\u00e4gg till-knapp
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Ta bort-knapp
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=L\u00e4sarnamn
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=L\u00e4sarnamn
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=L\u00e4sarnamn
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Webbl\u00e4sare
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Webbl\u00e4sare
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Direktanslutning.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, Allm\u00e4nna Alternativ
-
-# Display name for options export
-General.Options.Export.Category.displayName=Generella
-General.Options.Export.displayName=Generella
-Other.Options.Export.displayName=\u00d6vriga Ospecificerade
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_sv.properties
deleted file mode 100644
index 3d50764..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_sv.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Grundl\u00e4ggande - UI
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Anv\u00e4ndargr\u00e4nssnitt f\u00f6r plattformen.
-OpenIDE-Module-Long-Description=Tillhandah\u00e5ller klasser och resurser f\u00f6r det vanliga grundl\u00e4ggande anv\u00e4ndargr\u00e4nssnittet f\u00f6r plattformen och f\u00f6r applikationer byggd p\u00e5 plattformen.
-
-Actions=Kommandon
-Actions/Edit=Redigera
-Actions/Help=Hj\u00e4lp
-Actions/System=System
-Actions/Tools=Verktyg
-Actions/View=Visa
-Actions/Window/SelectDocumentNode=V\u00e4lj Dokument i
-Menu=Menyrad
-Menu/Edit=&Redigera
-Menu/File=&Arkiv
-Menu/GoTo=&Navigera
-Menu/Help=&Hj\u00e4lp
-Menu/Tools=&Verktyg
-Menu/View=Vi&sa
-Menu/Window/SelectDocumentNode=V\u00e4lj Dokume&nt i
-Services/Browsers=Webbl\u00e4sare
-Templates/Privileged=Priviligerad
-Templates/Recent=Senaste
-Templates/Services/Browsers=Webbl\u00e4sare
-Toolbars=Verktygsrader
-Toolbars/Clipboard=Urkli&pp
-Toolbars/UndoRedo=\u00c5&ngra/G\u00f6r om
-Toolbars/File=&Arkiv
-Toolbars/Memory=&Minne
-Toolbars/Standard.xml=Kodning
-UI/Services=Alternativ
-
-ProgressDisplayName_FileSystemRefresh=Uppdatera filer
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_sv.properties
deleted file mode 100644
index b2d90f4..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_sv.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Start sampling IDE
-SelfSamplerAction_ActionNameStop=Stop sampling and take snapshot
-SelfSamplerAction_ActionDescription=Will take a snapshot based on the thread dump
-SelfSamplerAction_ThreadName=IDE Self Sampler
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=Snapshot was saved to {0}
-Save_Progress=Saving snapshot
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_sv.properties
deleted file mode 100644
index 12b58de..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_sv.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=\u00d6ppna i System
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_sv.properties
deleted file mode 100644
index 02c36da..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_sv.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Totalt fysiskt minne {0}
-
-
-#LOG_WINDOW_ACTIVATED=Huvudf\u00f6nstret Aktiverat, omritning tog {0} ms
-#LOG_WINDOW_DEACTIVATED=Huvudf\u00f6nstret Deaktiverat
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Checking for external changes
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspended
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_sv.properties
deleted file mode 100644
index 8752a83..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_sv.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Bara Arbetsyta>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_sv.properties
deleted file mode 100644
index 05009ad..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_sv.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=K&lona Dokument
-# CloseWindowAction
-CTL_CloseWindowAction=&St\u00e4ng F\u00e4nster
-
-CTL_RecentViewListAction=G\u00e5 till F\u00f6&reg\u00e5ende Dokument
-CTL_SwitchToRecentDocumentAction=R&edigerare
-
-CTL_CloseAllDocumentsAction=St\u00e4ng &Alla Dokument
-
-# UndockAction
-CTL_UndockWindowAction=&L\u00f6sg\u00f6r F\u00f6nster
-CTL_UndockWindowAction_Dock=Doc&ka F\u00f6nster
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=St\u00e4ng Alla Dokument
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimera F\u00f6nster
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=St\u00e4ng F\u00f6nster
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=St\u00e4ng \u00d6vriga Dokument
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Spara Dokument
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Klona Dokument
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=St\u00e4ng \u00d6vriga Doku&ment
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=M&aximera F\u00f6nster
-CTL_UnmaximizeWindowAction=\u00c5terst\u00e4ll F\u00f6nster
-
-# DocumentsAction
-CTL_DocumentsAction=&Dokument...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=Verk&tygsrader
-
-# NextTabAction
-CTL_NextTabAction=N\u00e4sta Flik
-# PreviousTabAction
-CTL_PreviousTabAction=F\u00f6reg\u00e5ende Flik
-
-CTL_ToggleFullScreenAction=&Fullsk\u00e4rm
-
-# ResetWindowsAction
-CTL_ResetWindows=\u00c5terst\u00e4ll &F\u00f6nster
-
-LBL_ToggleWindowTransparencyAction=Transparent F\u00f6nster 
-LBL_WindowTransparencyHint=Tryck och h\u00e5ll [Ctrl+NumPad 0] f\u00f6r att g\u00f6ra minimerade f\u00f6nster transparenta.
-
-# Properties
-GlobalProperties=Egenskape&r
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_sv.properties
deleted file mode 100644
index 339572a..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_sv.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Utseende
-AdvancedOption_Tooltip_WinSys=F\u00f6nstersystemrelaterade alternativ
-
-IsAlphaFloatingTooltip=G\u00f6r ofokuserade flytande f\u00f6nster halvtransparenta efter n\u00e5gra sekunder
-
-IsDragWindowTooltip=Aktiverar "sp\u00f6kf\u00f6nster" n\u00e4r ett f\u00f6nster dras och sl\u00e4pps
-IsAlphaDragTooltip=Aktiverar transparens i dragna f\u00f6nsterbilder
-
-IsSnapScreenEdgesTooltip=Aktiverar f\u00e4stande av flytande f\u00f6nster vid sk\u00e4rmkanter
-IsSnappingTooltip=Aktiverar automatiskt f\u00e4stande av flytande f\u00f6nster f\u00f6r enklare layout-hantering
-
-NoAlphaSupport=F\u00f6nstertransparens st\u00f6djs inte av OS:et
-LBL_DragWindowImage=Dragen f\u00f6nsterbild
-LBL_TransparentDragWindow=Transparend dragen f\u00f6nsterbild
-LBL_TransparentFloatingWindows=Transparenta flytande f\u00f6nster
-LBL_SnapFloatingWindows=F\u00e4stande flytande f\u00f6nster
-LBL_SnapToScreenEdges=F\u00e4st vid f\u00f6nsterkanter
-LBL_CloseActivatesRecentDocument=St\u00e4ng aktiverare senaste dokument
-TIP_CloseActivatesMostRecentDocument=N\u00e4r ett dokument st\u00e4ngs blir det senaste fokumentet aktivt ist\u00e4llet f\u00f6r dess granne
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=N\u00e4r ett dokument st\u00e4ngs blir det senaste fokumentet aktivt
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_sv.properties
deleted file mode 100644
index ed4c55d..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_sv.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Kan inte l\u00e4sa konfigurationen till f\u00f6nsterhanteraren {0}.
-EXC_GroupParse=Kan inte l\u00e4sa konfigurationen f\u00f6r Group {0}.
-EXC_TCGroupParse=Kan inte l\u00e4sa konfigurationen f\u00f6r TCGoup {0}.
-EXC_TCRefParse=Kan inte l\u00e4sa konfigurationen f\u00f6r TCRef {0}.
-EXC_ModeParse=Kan inte l\u00e4sa konfigurationen f\u00f6r l\u00e4get {0}.
-
-# PersistenceManager
-EXC_RootFolder=Kan inte skapa rotmappen {0}
-EXC_CompsFolder=Kan inte skapa komponentmappen {0}
-EXC_GroupsFolder=Kan inte skapa gruppmappen {0}
-EXC_ModesFolder=Kan inte skapa l\u00e4gesmappen {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Toppkomponenten {0} kunde inte hittas eller laddas fr\u00e5n mappen 'Components'.
-EXC_CannotSaveTCSettings=Inst\u00e4llningar f\u00f6r toppkomponenten {0} kunde inte sparas
-EXC_CopyFails=Kan inte kopiera komponentinst\u00e4llningsfilen till mappen {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Komponenten {0} kunde inte sparas p\u00e5 grund av problem med dess serialisering.
-FMT_TCReadError=Komponenten {0} kunde inte \u00f6ppnas p\u00e5 grund av problem med dess deserialisering.
-
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_sv.properties
deleted file mode 100644
index bb50105..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_sv.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Grundl\u00e4ggande - F\u00f6nster
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Implementation av f\u00f6nstersupport.
-OpenIDE-Module-Long-Description=L\u00e4gger till klasser som implementerar f\u00f6nstersystemdelen i APIet.
-
-Actions/Window=F\u00f6nster
-Menu/Window=&F\u00f6nster
-
-# Options export
-Toolbars.Options.Export.displayName=Verktygsrader
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_sv.properties
deleted file mode 100644
index 1f18155..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_sv.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Avbryt
-CloseButton=St\u00e4ng
-# HelpButton=Help
-YesButton=Ja
-NoButton=Nej
-# ApplyButton=Apply
-DetailsButton=Detaljer
-# ButtoBarButoo
-CTL_Button=Knapp
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Avbryt
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Avbryt
-ACSD_FileSelectorDialog=Filv\u00e4ljardialog
-ACSN_FileSelectorTreeView=Tr\u00e4dvy
-ACSD_FileSelectorTreeView=Tr\u00e4dvy i filv\u00e4ljare
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Inst\u00e4llningsdialog
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=St\u00e4ng
-CANCEL_OPTION_CAPTION=Avbryt
-HELP_OPTION_CAPTION=&Hj\u00e4lp
-NO_OPTION_CAPTION=Nej
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Ja
-ACS_YES_OPTION_NAME=Ja
-ACS_YES_OPTION_DESC=Ja-knapp
-# - {0} message
-ACSD_ErrorMessage=Fel: {0}
-ACSD_WarningMessage=Varning: {0}
-ACSD_QuestionMessage=Fr\u00e5ga {0}
-ACSD_InformationMessage=Information {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Avbryt
-ACS_CANCEL_OPTION_DESC=Avbryt-knapp
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=OK-knapp
-
-ACS_NO_OPTION_NAME=Nej
-ACS_NO_OPTION_DESC=Nej-knapp
-
-ACS_HELP_OPTION_NAME=Hj\u00e4lp
-ACS_HELP_OPTION_DESC=Hj\u00e4lp-knapp
-
-ACS_CLOSED_OPTION_NAME=St\u00e4ng
-ACS_CLOSED_OPTION_DESC=St\u00e4ng-knapp
-
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_sv.properties
deleted file mode 100644
index e98dea8..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_sv.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Redigerare
-
-# MainWindow
-ACSD_MainWindow=Huvudf\u00f6nster
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Dokument:
-LBL_Description=Beskri&vning:
-LBL_Activate=By&t till Dokument:
-LBL_CloseDocuments=S&t\u00e4ng Dokument
-LBL_SaveDocuments=&Spara Dokument
-LBL_Close=S&t\u00e4ng
-
-ACSD_Activate=I/T
-ACSD_CloseDocuments=I/T
-ACSD_SaveDocuments=I/T
-ACSD_Close=I/T
-ACSD_ListView=I/T
-ACSD_DescriptionArea=I/T
-ACSD_DocumentsDialog=I/T
-
-CTL_DocumentsTitle=Dokument
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Redigerare
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Egenskaper
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#Inga egenskaper|1#{1} - Egenskaper|2#Multipla Objekt - Egenskaper}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Egenskaper|1#{1} - Egenskaper|2#Multipla Objekt - Egenskaper}
-ACSN_PropertiesSheet=Egenskapsblad
-ACSD_PropertiesSheet=Vyn visar egenskaper f\u00f6r en given nod.
-EXC_CannotLoadNodes=Noder kan inte l\u00e4sas in i egenskapsbladet. De finns troligen inte l\u00e4ngre.
-
diff --git a/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_sv.properties
deleted file mode 100644
index 4721373..0000000
--- a/l10n/src/sv/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_sv.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&Sm\u00e5 Verktygsikoner
-
-# ToolbarLayout
-EXC_wrongConstraints=kan inte l\u00e4gga till i layouten: anv\u00e4nder inte ToolbarConstraints
-
-CTL_CustomizeToolbars=&Anpassa...
-
-#New Toolbar Button label
-CTL_NewToolbar=&Ny Verktygsrad...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&Sm\u00e5 Verktygsikoner
-
-#Drag and Drop hint
-CTL_TreeLabel=Drag saker till eller fr\u00e5n verktygsraden f\u00f6r att l\u00e4gga till eller ta bort dem...
-
-LBL_PleaseWait=V\u00e4nta...
-
-#Close customizer button
-CTL_Close=&St\u00e4ng
-
-#Customizer dialog window title
-CustomizerTitle=Anpassa Verktygsrader
-
-ACSD_ActionsTree=Drag saker h\u00e4rifr\u00e5n till verktygsrader.
-ACSN_ActionsTree=H\u00e4ndelsepool
-
-ACSN_ActionsScrollBar=Rullningslist f\u00f6r H\u00e4ndelsepool
-ACSD_ActionsScrollBar=Rullningslist f\u00f6r H\u00e4ndelsepool
-
-ACSD_ToolbarCustomizer=Verktygsradsanpassare
-
-ACSD_Close=St\u00e4ng-knapp
-ACSD_NewToolbar=Ny Verktygsradsknapp
-
-ACSD_SmallIcons=Kryssruta F\u00f6r Sm\u00e5 Ikoner
-
-CTL_ResetToolbarsAction=\u00c5terst\u00e4ll &Verktygsrader
-CTL_ResetToolbarsButton=\u00c5terst\u00e4ll &Verktygsrader
-
-
-
-PROP_newToolbarLabel=&Namn:
-PROP_newToolbarDialog=Ny Verktygsrad
-PROP_newToolbar=Verktygsrad
-MSG_ToolbarExists=Verktygsraden {0} finns redan.
-
-
diff --git a/l10n/src/sv/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_sv.properties
deleted file mode 100644
index b63847b..0000000
--- a/l10n/src/sv/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_sv.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=Storleken kan inte vara negativ
-CTL_InvalidValue=Ogiltigt v\u00e4rde inmatat
-CTL_InvalidValueWithParam=Ogiltigt v\u00e4rde {0} inmatat
-CTL_InvalidValueWithExc=Ogiltigt v\u00e4rde inmatat. \nOrsak: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=V\u00e4rdet f\u00f6r {0} borde vara i formatet {1}
-
-#ColorEditor
-CTL_AWTPalette=AWT-palett
-CTL_SwingPalette=Swing-palett
-CTL_SystemPalette=Systempalett
-ACSD_CustomColorEditor=I/T
-FMT_IllegalEntry="{0}" \u00e4r inte en giltig f\u00e4rgidentifierare.  Du kan ange Swing- eller AWT-konstanter eller r\u00f6tt/gr\u00f6nt/bl\u00e5tt-v\u00e4rden.
-
-# ColorEditor:AWT color names
-LAB_White=vit
-LAB_LightGray=ljusgr\u00e5
-LAB_Gray=gr\u00e5
-LAB_DarkGray=m\u00f6rkgr\u00e5
-LAB_Black=svart
-LAB_Red=r\u00f6d
-LAB_Pink=rosa
-LAB_Orange=orange
-LAB_Yellow=gul
-LAB_Green=gr\u00f6n
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=bl\u00e5
-# ColorEditor: system color names
-LAB_ActiveCaption=Aktiv Titel
-LAB_ActiveCaptionBorder=Aktiv Titelkant
-LAB_ActiveCaptionText=Aktiv Titeltext
-LAB_Control=Kontroller
-LAB_ControlDkShadow=Kontroller, M\u00f6rk Skugga
-LAB_ControlHighlight=Kontroller, Fr\u00e4mh\u00e4vd
-LAB_ControlLtHighlight=Kontroller, Ljust Fr\u00e4mh\u00e4vd
-LAB_ControlShadow=Kontroller, Skugga
-LAB_ControlText=Kontroller, Text
-LAB_Desktop=Skrivbord
-LAB_InactiveCaption=Inaktiv Titel
-LAB_InactiveCaptionBorder=Inaktiv Titelkant
-LAB_InactiveCaptionText=Inaktiv Titeltext
-LAB_Info=Info
-LAB_InfoText=Infotext
-LAB_Menu=Meny
-LAB_MenuText=Menytext
-LAB_Scrollbar=Scrollbar
-LAB_Text=Text
-LAB_TextHighlight=Textmarkering
-LAB_TextHighlightText=Text, Markerad Text
-LAB_TextInactiveText=Text, Inaktiv Text
-LAB_TextText=Text, Text
-LAB_Window=F\u00f6nster
-LAB_WindowBorder=F\u00f6nsterkant
-LAB_WindowText=F\u00f6nstertext
-
-#DimensionCustomEditor
-CTL_Dimension=Dimension
-CTL_Width=&Bredd:
-CTL_Height=&H\u00f6jd:
-ACSD_CTL_Width=I/T
-ACSD_CTL_Height=I/T
-ACSD_DimensionCustomEditor=I/T
-
-#DimensionEditor
-CTL_HintFormat=[bredd,h\u00f6jd]
-
-#FontEditor
-CTL_Plain=Vanlig
-CTL_Bold=Fet
-CTL_Italic=Kursiv
-CTL_BoldItalic=Fet Kursiv
-CTL_Font=Fon&t:
-CTL_FontStyle=Fontst&il:
-CTL_Size=&Storlek
-CTL_Preview=F\u00f6rhandsgranska
-ACSD_CTL_Font=I/T
-ACSD_CTL_FontStyle=I/T
-ACSD_CTL_Size=I/T
-ACSD_FontCustomEditor=I/T
-
-#InsetsCustomEditor
-CTL_Insets=Inf\u00e4llningar
-CTL_Top=&Topp:
-CTL_Left=&V\u00e4nster:
-CTL_Bottom=&Botten:
-CTL_Right=&H\u00f6ger:
-ACSD_CTL_Top=I/T
-ACSD_CTL_Left=I/T
-ACSD_CTL_Bottom=I/T
-ACSD_CTL_Right=I/T
-
-#InsetsEditor
-CTL_HintFormatIE=[topp,v\u00e4nster,botten,h\u00f6ger]
-
-# ObjectEditor
-CTL_NullValue=<Leta upp null-v\u00e4rde>
-CTL_NullItem=<Leta upp null-element>
-
-#PointCustomEditor
-CTL_Point=Punkt
-CTL_X=&X:
-ACSD_CTL_X=I/T
-CTL_Y=&Y:
-ACSD_CTL_Y=I/T
-ACSD_PointCustomEditor=I/T
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rektangel
-ACSD_CustomRectangleEditor=I/T
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,bredd,h\u00f6jd]
-
-#StringCustomEditor
-ACS_TextArea=Text:
-ACSD_TextArea=Skriv in egenskapstexten h\u00e4r
-ACSD_CustomStringEditor=Editor f\u00f6r str\u00e4ngegenskaper
-ACS_Instructions=Instruktioner
-ACSD_Instructions=I/T
-
-MSG_FontIsNotInitialized=Lagring av XML misslyckades eftersom v\u00e4rdet p\u00e5 fonten inte \u00e4r initierad.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=V\u00e4lj en Fil eller Katalog
-CTL_DialogTitleFiles=V\u00e4lj en Fil
-CTL_DialogTitleDirs=V\u00e4lj en Katalog
-ACSD_FileEditor=I/T
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Ospecificerad>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Egenskaper
-ACSD_PropertiesEditorPane=I/T
-ACSD_CustomPropertiesEditor=I/T
-WARN_PropertiesComments=Varning: kommentarer kommer att kasseras
-
-#StringArrayCustomEditor
-CTL_Empty=<tom>
-CTL_Item=&Element:
-ACSD_CTL_Item=I/T
-CTL_ItemList=Element&lista:
-ACSD_CTL_ItemList=I/T
-CTL_Add_StringArrayCustomEditor=&L\u00e4gg Till
-ACSD_CTL_Add_StringArrayCustomEditor=I/T
-CTL_Change_StringArrayCustomEditor=&Redigera
-ACSD_CTL_Change_StringArrayCustomEditor=I/T
-CTL_Remove=&Ta bort
-ACSD_CTL_Remove=I/T
-CTL_MoveUp=&Upp
-ACSD_CTL_MoveUp=I/T
-CTL_MoveDown=&Ner
-ACSD_CTL_MoveDown=I/T
-ACSD_StringArrayCustomEditor=I/T
-
-#Bool/BooleanEditor
-TRUE=sant
-FALSE=falskt
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Inte ett heltalsv\u00e4rde: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Ogiltigt str\u00e4ng kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - giltiga v\u00e4rden \u00e4r: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Ok\u00e4nd klass: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Inte ett giltigt v\u00e4rde: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Inte en giltig URL: {0}
-#
-MSG_NULL_OR_EMPTY=Null, eller en tom array
-
-#ObjectEditor
-ACSN_ObjectTree=Tillg\u00e4ngliga alternativ
-ACSD_ObjectTree=V\u00e4lj ett objekt
-
-#Font Editor
-MSG_AppleBug=Om du ser det h\u00e4r meddelandet, s\u00e5 uppstod ett fel n\u00e4r listan med tillg\u00e4ngliga fonter skapades. Detta beror p\u00e5 en bugg i Apples JVM som l\u00f6ser ut n\u00e4r bitmap-fonter \u00e4r installerade i systemet. F\u00f6r att kunna anv\u00e4nda fonteditorn, m\u00e5ste du avinstallera alla bitmap-fonter fr\u00e5n systemet. Se Apples BugReporter issue 3121780 f\u00f6r mer detaljer.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=\u00d6sten \u00e4ter m\u00fcsli p\u00e5 ett caf\u00e9
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/sv/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_sv.properties
deleted file mode 100644
index c2e9881..0000000
--- a/l10n/src/sv/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_sv.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Grundl\u00e4ggande
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Det grundl\u00e4ggande ramverket f\u00f6r NetBeans-baserade applikationer.
-OpenIDE-Module-Long-Description=Denna modul tillhandah\u00e5ller den centrala infrastrukturen som g\u00f6r att NetBeans-baserade applikationer kan k\u00f6ras. Den kan inte st\u00e4ngas av.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=Ett {0}-undantag har intr\u00e4ffat.\n\tKlicka p\u00e5 Visa Detaljer eller titta i filen messages.log inuti mappen {1}.
-NTF_ExceptionalExceptionTitle=Ov\u00e4ntat untantag
-# {0} - class name of exception
-NTF_ExceptionWarning=Ett {0}-undantag har intr\u00e4ffat.\nSystemet borde forts\u00e4tta att fungera utan problem.\nKlicka p\u00e5 Visa Detaljer f\u00f6r stacktracen.
-NTF_ExceptionWarningTitle=Varning
-
-#startup info messages
-MSG_MainWindowInit=Initialiserar Huvudf\u00f6nster...
-MSG_WindowShowInit=\u00d6ppnar Huvudf\u00f6nster...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Sparar {0} ...
-MSG_AllSaved=Spara Alla klart.
-
-CTL_Cannot_save=Kan inte spara {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=L\u00f6senordsskyddad Sida
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=Visa Med:
-ShortcutsEditor.actionsButton.text=Kommandon
-ShortcutsEditor.actionsButton.text_Mnemonic=K
-ShortcutsEditor.shortcutsButton.text=Genv\u00e4gar
-ShortcutsEditor.shortcutsButton.text_Mnemonic=G
-ShortcutsPanel.shortcutTextArea.text=V\u00e4lj Visa efter Aktioner f\u00f6r att Redigera Genv\u00e4gar f\u00f6r en Aktion
-ShortcutsPanel.addButton.text=L\u00e4gg Till...
-ShortcutsPanel.removeButton.text=Ta bort
-ShortcutsPanel.AddActionTitle=Ny Genv\u00e4g
-ActionsPanel.shortcutAddButton.text=L\u00e4gg Till...
-ActionsPanel.shortcutAddButton.text_Mnemonic=L
-ActionsPanel.shortcutRemoveButton.text=Ta bort
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=T
-ActionsPanel.ShortcutsTitle=Redigera Genv\u00e4gar
-ActionsPanel.AddShortcut=L\u00e4gg Till Genv\u00e4g
-ActionsPanel.ShortcutLabel=Genv\u00e4g:
-ActionsPanel.ShortcutLabel_Mnemonic=G
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=V\u00e4lj Visa efter Aktioner f\u00f6r att Redigera Genv\u00e4gar f\u00f6r en Aktion
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=V\u00e4lj Visa efter Aktioner f\u00f6r att Redigera Genv\u00e4gar f\u00f6r en Aktion
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=V\u00e4lj Visa efter Genv\u00e4ngar, men f\u00f6r att Refigera Genv\u00e4gar borde Visa efter Aktioner v\u00e4ljas
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Ny Genv\u00e4g f\u00f6r Aktion
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Ta bort Genv\u00e4g f\u00f6r Aktion
-ACSN_ShortcutsPanel.shortcutsList=Genv\u00e4gslista
-ACSD_ShortcutsPanel.shortcutsList=I/T
-ACS_ActionsPanel.ShortcutLabel.a11yName=Fyll Genv\u00e4g
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Fyll Genv\u00e4g med Tangentkombinationer
-ACSN_ActionsPanel.actionsTree=I/T
-ACSN_ActionsPanel.shortcutsList=Genv\u00e4gslista
-ACSD_ActionsPanel.actionsTree=I/T
-ACSD_ActionsPanel.shortcutsList=I/T
-ACSD_ShortcutsEditor.DialogDesc=I/T
-ACSD_ActionsPanel.Dialog=L\u00e4gg till ny genv\u00e4g till vald aktion
-ACS_ActionsPanel=I/T
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=Det finns redan en aktion bunden till denna genv\u00e4g ({0}).\nVill du anv\u00e4nda den nyss valda aktionen ist\u00e4llet?
-
-CTL_ExitTitle=Spara
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Spara
-ACSD_Save=Spara.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=Spara &Alla
-ACSD_SaveAll=Spara alla.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Kassera Allt
-ACSD_DiscardAll=Kassera allt.
-EXC_Save=Ett undantag intr\u00e4ffade vid filskrivning
-# NotifyException
-CTL_Title_Exception=Undantag
-CTL_NextException=&N\u00e4sta >
-CTL_PreviousException=< &F\u00f6reg\u00e5ende
-CTL_Exception_Hide_Details=&G\u00f6m Detaljer
-CTL_Exception_Show_Details=&Visa Detaljer
-ACSD_NextException=I/T
-ACSD_PreviousException=I/T
-ACSD_Exception_Hide_Details=I/T
-ACSD_Exception_Show_Details=I/T
-ACSN_ExceptionStackTrace=I/T
-ACSD_ExceptionStackTrace=I/T
-ACSD_NotifyExceptionPanel=I/T
-
-ACSN_ListOfChangedFiles=Lista
-ACSD_ListOfChangedFiles=Lista \u00f6ver \u00e4ndrade filer att spara
-ACSD_ExitDialog=Dialog f\u00f6r att spara eventuella \u00e4ndringar
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI-l\u00e4ge
-CTL_MdiMode=MDI-l\u00e4ge
-
-# NbPlaces
-CTL_NoWorkspaces=Inga Arbetsytor
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=I/T
-ACD_NotifyExcPanel_Dialog=I/T
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT Event Dispatch Thread blockerades i {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Autenticering Kr\u00e4vs
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=&Anv\u00e4ndarnamn:
-NbAuthenticatorPanel.passwordLbl.text=&L\u00f6senord:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Password for {0}
-
-ProxySettings.password.description=Proxy password
-
-Title_WebBrowser=Webbl\u00e4sare
-
diff --git a/l10n/src/sv/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_sv.properties
deleted file mode 100644
index 7cc387f..0000000
--- a/l10n/src/sv/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_sv.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&Om
-About_title=Om
-
-#CopyProductInfoAction
-CopyProductInfo=Kopiera Info
-CopyProductInfoAction=K&opiera Info
-CTL_CopyButton_tooltip=Kopiera NetBeans-produktinformation Till Urklipp
-
-#HtmlViewAction
-CTL_OpeningBrowser=\u00d6ppnar L\u00e4sare ...
-HTMLView=&Webbl\u00e4sare
-
-#SystemExit
-Exit=&Avsluta
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=N\u00e4sta Inre Vy
-LBL_PreviousViewCallbackAction=F\u00f6reg\u00e5ende Inre Vy
-
-# jump next/prev actions
-JumpNextAction=&N\u00e4sta Fel
-JumpPrevAction=&F\u00f6reg\u00e5ende Fel
-
-#LogAction
-MSG_LogTab_name=IDE-&logg
-MSG_ShortLogTab_name=IDE-logg
-
diff --git a/l10n/src/sv/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_sv.properties
deleted file mode 100644
index 5510ea1..0000000
--- a/l10n/src/sv/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_sv.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Produktversion\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>System\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Anv\u00e4ndarkatalog:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE och NetBeans Platform \u00e4r baserade p\u00e5 mjukvara fr\u00e5n netbeans.org, som har licensierats under b\u00e5de Common Development and Distribution License (CDDL) och GNU General Public License version 2 med Classpath-undantag. F\u00f6r mer information, bes\u00f6k <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} version {1} under {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Enkel HTML-l\u00e4sare baserad p\u00e5 en Swing-komponent
-MSG_cannot_create_browser=Kan inte skapa Swing-HTML-l\u00e4sare.
-Services/Browsers/SwingBrowser.settings=Swing-HTML-l\u00e4sare
-LBL_Close=St\u00e4ng
-MNE_Close=S
-ACSN_Close=St\u00e4ng
-ACSD_Close=St\u00e4ng
-
diff --git a/l10n/src/sv/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_sv.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/sv/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_sv.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/sv/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_sv.properties
deleted file mode 100644
index 66547bd..0000000
--- a/l10n/src/sv/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_sv.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Bibliotek
-OpenIDE-Module-Short-Description=Inneh\u00e5ller JNA-biblioteket.
-OpenIDE-Module-Long-Description=Denna modul inneh\u00e5ller JNA-biblioteket.
-
diff --git a/l10n/src/sv/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_sv.properties
deleted file mode 100644
index 3bec8b6..0000000
--- a/l10n/src/sv/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_sv.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API f\u00f6r skriptintegrering
-OpenIDE-Module-Display-Category=Bibliotek
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). No longer needed.
-OpenIDE-Module-Deprecation-Message=No longer needed on JDK 6. Remove your dependency on this module.
-
diff --git a/l10n/src/sv/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_sv.properties
deleted file mode 100644
index 45ea5e9..0000000
--- a/l10n/src/sv/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_sv.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Bibliotek
-OpenIDE-Module-Short-Description=Inneh\u00e5ller enhetstestbiblioteket JUnit 4.x.
-OpenIDE-Module-Long-Description=Inneh\u00e5ller enhetstestbiblioteket JUnit 4.x.
-
diff --git a/l10n/src/sv/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_sv.properties
deleted file mode 100644
index d0acda0..0000000
--- a/l10n/src/sv/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_sv.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi Specification
-
diff --git a/l10n/src/sv/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_sv.properties
deleted file mode 100644
index 1514184..0000000
--- a/l10n/src/sv/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_sv.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Snabbs\u00f6k
-QuickSearchComboBar.jLabel2.toolTipText=Klicka eller tryck Shift+F10 f\u00f6r Kategorival
-MSG_DiscoverabilityHint=S\u00f6k
-MSG_DiscoverabilityHint2=S\u00f6k i {0}
-LBL_MoreResults=...
-LBL_AllCategories=Alla Kategorier
-QuickSearchPopup.searchingLabel.text=S\u00f6ker ...
-QuickSearchPopup.noResultsLabel.text=( Inga Resultat )
-QuickSearchPopup.hintLabel.text={0}; Tryck {1} f\u00f6r Alla Kategorier
-AbstractQuickSearchComboBar.command.toolTipText=Snabbs\u00f6k i systemet {0}
-
diff --git a/l10n/src/sv/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_sv.properties
deleted file mode 100644
index c198c52..0000000
--- a/l10n/src/sv/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_sv.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Kan inte visa: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/sv/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_sv.properties
deleted file mode 100644
index d39937f..0000000
--- a/l10n/src/sv/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_sv.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Name=Snabbs\u00f6ks-API
-OpenIDE-Module-Short-Description=Infrastruktur f\u00f6r snabbs\u00f6kning i menyalternativ, aktioner, filer osv.
-QuickSearch/Recent=Senaste S\u00f6kningar
-
diff --git a/l10n/src/sv/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_sv.properties
deleted file mode 100644
index 196ecb8..0000000
--- a/l10n/src/sv/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_sv.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=Inget Filter
-
diff --git a/l10n/src/sv/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_sv.properties
deleted file mode 100644
index 75cee18..0000000
--- a/l10n/src/sv/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_sv.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Name=ETable och Outline
-
diff --git a/l10n/src/sv/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_sv.properties
deleted file mode 100644
index dda8649..0000000
--- a/l10n/src/sv/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_sv.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Bibliotek f\u00f6r utseendeval
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Hanterar utseendem\u00e4ssiga UIManager-val f\u00f6r NetBeans
-OpenIDE-Module-Long-Description=Definierar NetBeans-specifika v\u00e4rden som beh\u00f6vs i UIManager och ser till att vissa v\u00e4rden fr\u00e5n BasicLookAndFeel \u00e4r tillg\u00e4ngliga i alla utseenden. Hanterar st\u00f6det f\u00f6r metal-temat, utseendeval och att initiera anpassade fontstorlekar
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/sv/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_sv.properties
deleted file mode 100644
index 5efc897..0000000
--- a/l10n/src/sv/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_sv.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=Varning: P\u00e5 grund av JDK-bugg 5079742, kommer fonter i NetBeans inte att se bra ut. Installera JDK 1.5.0_02 eller nyare, detaljer finns p\u00e5 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
-
diff --git a/l10n/src/sv/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_sv.properties
deleted file mode 100644
index 80e0e05..0000000
--- a/l10n/src/sv/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_sv.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Flikkontroll
-OpenIDE-Module-Display-Category=Bibliotek
-OpenIDE-Module-Short-Description=Flikkontrollen som anv\u00e4nds av f\u00f6nstersystemet
-OpenIDE-Module-Long-Description=NetBeans f\u00f6nstersystems flikkontroll-b\u00f6nbibliotek
-
-
-
-ACS_TabbedContainer=Flikkontroll
-ACSD_TabbedContainer=Flikkontroll f\u00f6r att v\u00e4xla mellan flikar.
-
-TT_TabDisplayer_Close=<html>Shift + klick f\u00f6r att st\u00e4nga alla dokument<br>Alt + klock f\u00f6r att st\u00e4nga \u00f6vriga dokument
-
diff --git a/l10n/src/sv/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_sv.properties b/l10n/src/sv/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_sv.properties
deleted file mode 100644
index 4ba4417..0000000
--- a/l10n/src/sv/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_sv.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Visa \u00d6ppna Dokument
-
-Tip_Restore_Window=\u00c5terst\u00e4ll F\u00f6nster
-
-Tip_Maximize_Window=Maximera F\u00f6nster
-
-Tip_Minimize_Window=Minimera F\u00f6nster
-
-Tip_Pin=F\u00e4st
-
-Tip_Close_Window=St\u00e4ng F\u00f6nster
-
-Tip_Scroll_Documents_Right=Rulla Dokument H\u00f6ger
-
-Tip_Scroll_Documents_Left=Rulla Dokument V\u00e4nster
-
diff --git a/l10n/src/sv/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_sv.properties
deleted file mode 100644
index 6d8c9e6..0000000
--- a/l10n/src/sv/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_sv.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Aktion-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Definition av vanliga aktioner f\u00f6r NetBeans
-OpenIDE-Module-Long-Description=Tillhandah\u00e5ller en lista med vanliga aktioner som anv\u00e4dns av alla NetBeans-applikationer.
-
-
-New=&L\u00e4gg till
-# {0} name of the only one new type
-NewArg=&L\u00e4gg till {0}
-
-# File
-NewFromTemplate=&Ny
-Save=&Spara
-Print=S&kriv Ut...
-PageSetup=Skrivarinst\u00e4llnin&g...
-
-#0 undoableedit
-UndoWithParameter=\u00c5&ngra {0}
-#0 undoableedit
-RedoWithParameter=\u00c5t&erst\u00e4ll {0}
-UndoSimple=\u00c5n&gra
-RedoSimple=\u00c5t&erst\u00e4ll
-Cut=&Klipp Ut
-Copy=K&opiera
-Paste=Klistra &In
-Delete=&Radera
-Find=&S\u00f6k...
-Goto=G\u00e5 ti&ll Rad...
-Replace=&Ers\u00e4tt...
-
-# View
-Properties=&Egenskaper
-View=Visa
-Edit=Redigera
-
-# Build
-Execute=&Exekvera
-
-# Window
-DockWindow=&Docka Vy
-UndockWindow=&Avdocka Vy
-CloneView=&Klona Vy
-CloseView=St\u00e4ng
-NextTab=&N\u00e4sta Vy
-PreviousTab=&F\u00f6reg\u00e5ende Vy
-
-Open=\u00d6ppna
-Rename=D\u00f6p Om...
-
-MoveUp=Flytta Upp
-MoveDown=Flytta Ner
-
-
-Customize=St\u00e4ll In
-
-#rename action
-CTL_RenameTitle=D\u00f6p Om
-CTL_RenameLabel=&Nytt Namn:
-# {0} param represents old name before renaming.
-MSG_BadFormat=Detta objekt kan inte d\u00f6pas om fr\u00e5n {0} till {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Skr\u00e4psamling
-
-#HeapView
-LBL_ShowText=Visa Text
-LBL_DropShadow=Skugga
-LBL_OverlayGrid=Rutn\u00e4t
-
-# NewTemplateAction
-CTL_NewName=Nytt Namn
-CTL_NewNameTitle=&Ny...
-
-
-#Reorder Action
-Reorder=\u00c4ndra Ordning...
-
-OpenLocalExplorer=Utforska &H\u00e4rifr\u00e5n
-
-WorkspacesItems=&Arbetsytor
-
-
-# name of template
-CTL_Template_Name=Objekt&namn:
-# title of dialog
-CTL_Template_Dialog_Title=Instansiera Mall
-CTL_Template_Dialog_RootTitle=Spara &I:
-
-
-# Tools action
-CTL_Tools=Verktyg
-CTL_EmptySubMenu=Tom
-
-
-# name of the PopupAction
-Popup=Popup
-
-#SaveAction
-MSG_saved={0} sparad.
-EXC_notsaved=Det uppstod problem n\u00e4r {0} sparedes\nOrsak: {1}
-#Template wizard title
-CTL_TemplateWizard=Ny Fr\u00e5n Mall...
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Klicka f\u00f6r att tvinga skr\u00e4psamling
-
-
diff --git a/l10n/src/sv/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_sv.properties
deleted file mode 100644
index 2e91258..0000000
--- a/l10n/src/sv/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_sv.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API f\u00f6r UI-verktyg
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Anv\u00e4ndargr\u00e4nssnittsverktyg
-OpenIDE-Module-Long-Description=Hj\u00e4lpmetoder f\u00f6r diverse UI-relaterade uppgifter.
-
-
-
-#MenuBar
-EXC_LoadMenu=Kan inte ladda menyn {0}
-EXC_LoadMenuItem=Kan inte ladda menyelementet {0}
-
-#HtmlBrowser
-CTL_Back=Bak\u00e5t
-CTL_Forward=Fram\u00e5t
-CTL_Reload=Uppdatera
-CTL_Stop=Stopp
-CTL_Document_done=Dokument: Klart
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Laddar
-EXC_Module=Undantag vid initialisering av HTML-l\u00e4sarmodul
-CTL_WebBrowser=Webbl\u00e4sare
-HINT_WebBrowser=Webbl\u00e4sare
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=L\u00e4sarvy
-ACSD_HtmlBrowser=I/T
-ACS_HtmlBrowser_Location=Plats
-ACSD_HtmlBrowser_Location=I/T
-
-# Splitted panel
-SplittedPanelVertical=Vertikalt
-SplittedPanelHorizontal=Horisontellt
-SplittedPanelSwap=V\u00e4xla paneler
-ResetSplitter=\u00c5terst\u00e4ll separatorlinje
-ACS_SplittedPanel_Name=F\u00f6rsta panelen {0}. Andra panelen {1}.
-ACS_SplittedPanel_Description=F\u00f6rsta panelen {0}. Andra panelen {1}.
-ACS_SplittedPanel_EmptySplitter=I/T
-ACSD_SplittedPanel_EmptySplitter=I/T
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=I/T
-#Title while loading
-LBL_Loading=Laddar...
-#Title if html doesn't contain title tags
-LBL_Untitled=Obetitlad
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Ok\u00e4nd server: {0}
-FMT_InvalidURL=Ogiltig URL: {0}
-FMT_NoRouteToHost=Ingen rutt till serven: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Invokerar {4} implementerad som {3} genom {1}
-
-
-# action and their performers
-Open=\u00d6ppna
-Edit=Redigera
-Print=S&kriv ut...
-View=Visa
-Close=St\u00e4ng
-
diff --git a/l10n/src/sv/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_sv.properties
deleted file mode 100644
index 9ae8efa..0000000
--- a/l10n/src/sv/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_sv.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Kompatibliltets-APIer
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=N\u00e5gra gamla klasser som f\u00f6rkastats.
-OpenIDE-Module-Long-Description=Inneh\u00e5ller n\u00e5gra gamla API-klasser som nu har f\u00f6rkastats och kan bytas ut. Specificerat: ExplorerActions; ExplorerPanel; HttpServer; och WeakListener.
-OpenIDE-Module-Deprecation-Message=Klasserna i det h\u00e4r APIet \u00e4r alla f\u00f6rkastade och kan bytas ut mot mer moderna APIer.
-
diff --git a/l10n/src/sv/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_sv.properties
deleted file mode 100644
index 0df3780..0000000
--- a/l10n/src/sv/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_sv.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialog-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Hanterar dialoger och hj\u00e4lpredor.
-OpenIDE-Module-Long-Description=Denna modul hanterar infrastrukturen f\u00f6r de dialoger och hj\u00e4lpredor som anv\u00e4nds i NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Fel
-NTF_ExceptionTitle=Undantag
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=Ett {0}-undantag har intr\u00e4ffat.\nRapportera detta p\u00e5 http://www.netbeans.org/issues.html, och inkludera en kopia av filen messages.log.\nFilen messages.log finns i foldern {1}.
-NTF_ExceptionalExceptionTitle=Ov\u00e4ntat Undantag
-NTF_PlainTitle=Meddelande
-NTF_QuestionTitle=Fr\u00e5ga
-NTF_InformationTitle=Information
-NTF_WarningTitle=Varning
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Arrangera Alternativ
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Ja
-CTL_NO=Nej
-CTL_CLOSE=St\u00e4ng
-
-CTL_CANCEL=Avbryt
-ACSD_CANCEL=i/t
-
-CTL_NEXT=N\u00e4sta >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#G\u00e5r till n\u00e4sta steg i hj\u00e4lpredan.|2#N\u00e4sta steg: {0}. {1}}
-
-CTL_PREVIOUS=< &Tidigare
-CTL_PREVIOUS_Mnemonic=T
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#G\u00e5r till f\u00f6reg\u00e5ende steg av hj\u00e4lpredan.|0#F\u00f6reg\u00e5ende steg: {0}. {1}}
-
-CTL_FINISH=&Avsluta
-ACSD_FINISH=i/t
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Inmatningsrad
-ACSD_InputField=I/T
-ACN_NotifyDescriptor_MessageJTextArea=I/T
-ACD_NotifyDescriptor_MessageJTextArea=I/T
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} hj\u00e4lpreda ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} av {1}
-CTL_ContentName=Steg
-CTL_HelpName=Hj\u00e4lp
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=V\u00e4nta.
-
diff --git a/l10n/src/sv/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_sv.properties
deleted file mode 100644
index bea8197..0000000
--- a/l10n/src/sv/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_sv.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Exekverings-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Exekverings-API fr\u00e5n \u00d6ppna-APIer
-OpenIDE-Module-Long-Description=Best\u00e5r av delar fr\u00e5n paketet org.openide.execution.* fr\u00e5n \u00d6ppna-APIerna.
-
diff --git a/l10n/src/sv/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_sv.properties
deleted file mode 100644
index b84d6ca..0000000
--- a/l10n/src/sv/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_sv.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=API f\u00f6r Utforskning & Egenskapsforml\u00e4r
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Diverse vyer f\u00f6r att visa nodstrukturer.
-OpenIDE-Module-Long-Description=TIll\u00e5ter definitioner av nya vyer som visar strukturer skapade med Nod-APIet.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Utforskare [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Kunde inte \u00e5terst\u00e4lla Utforskarf\u00f6nster; rotnoden "{0}" kunde inte \u00e5terst\u00e4llas korrekt.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=En Utforskarvy f\u00e5r inte l\u00e4gga in veto mot en tom markering.
-EXC_ContextMustBeWithinRootContext=Utforskad kontext ({0}) m\u00e5ste vara inom rotkontextet ({1}).
-EXC_NodeCannotBeNull=Kan inte anv\u00e4nda null f\u00f6r nodmarkering.
-EXC_NoElementOfNodeSelectionMayBeNull=Inget element i nodmarkerningen kan vara null.
-EXC_NodeSelectionCannotContainNodes=En nodmarkering kan inte inneh\u00e5lla noder ({0}) som inte \u00e4r under roten ({1}).
-EXC_CannotHaveNullRootContext=Kan inte ha null-rotkontext.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Vill du verkligen radera {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Vill du verkligen radera {0} och allt dess inneh\u00e5ll?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Vill du verkligen radera dessa {0} objekt?
-MSG_ConfirmDeleteObjectTitle=Bekr\u00e4fta Objektradering
-MSG_ConfirmDeleteFolderTitle=Bekr\u00e4fta Paketradering
-MSG_ConfirmDeleteObjectsTitle=Bekr\u00e4vta Radering av Multipla Objekt
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=\u00c4r du s\u00e4ker p\u00e5 att du vill radera {0} (l\u00e4nk till {3})?
-MSG_ConfirmDeleteShadowTitle=Bekr\u00e4fta L\u00e4nkradering
-
-
diff --git a/l10n/src/sv/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_sv.properties
deleted file mode 100644
index 99151a6..0000000
--- a/l10n/src/sv/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_sv.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Undantag i
-PS_Editor=Egenskapsredigerare
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Array av
-FMT_ErrorSettingProperty=Egenskapen kunde inte s\u00e4ttas. {0} \u00e4r inte ett giltigt v\u00e4rde f\u00f6r {1}.
-FMT_CannotUpdateProperty={0} \u00e4r inte ett giltigt v\u00e4rde f\u00f6r {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(Ingen Egenskapsredigerare)
-CTL_NoProperties=<Inga Egenskaper>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Egenskaper
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Ordna efter Kategori
-ACS_CTL_NoSort=Ordna efter Kategori
-CTL_AlphaSort=Ordna efter Namn
-ACS_CTL_AlphaSort=Ordna efter Namn
-CTL_TypeSort=Ordna efter Typ
-ACS_CTL_TypeSort=Ordna efter Typ
-CTL_VisibleWritableOnly=Visa Bara Redigerbara Egenskaper
-ACS_CTL_VisibleWritableOnly=Visa Bara Redigerbara Egenskaper
-CTL_Customize=Anpassare
-ACS_CTL_Customize=Anpassare
-CTL_Help=Hj\u00e4lp
-ACS_CTL_Help=Hj\u00e4lp
-ACSD_CTL_Help=Tillhandah\u00e5ller hj\u00e4lp om objektet vars egenskaper visas i egenskapsformul\u00e4ret
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Anv\u00e4ndning av egenskapen >>{0}<< vid design kastar ett undantag.
-
-#PropertySheet
-CTL_Property_sheet_option=Egenskapsformul\u00e4r
-
-
-#IndexedPropertyEditor
-CTL_NoItem=Inga Element Tillg\u00e4ngliga
-CTL_Index=Egenskapsindex:
-CTL_Unknown=Ok\u00e4nt
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=I/T
-CTL_Cancel=Avbryt
-ACSD_CTL_Cancel=I/T
-CTL_Close=St\u00e4ng
-ACSD_CTL_Close=I/T
-CTL_Default=\u00c5terst\u00e4ll till &Standard
-ACSD_CTL_Default=I/T
-CTL_Paste=Klistra In
-
-#PropertyDetails
-EXC_Setter=Undantag i set-metod f\u00f6r egenskapen: {0}
-EXC_Setter_localized=Undantag i set-metod f\u00f6r egenskapen {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<ingen specialeditor>
-CTL_No_property_editor=<ingen egenskapseditor>
-CTL_Different_Values=<Olika V\u00e4rden>
-CTL_Desc_Different_Values=De valda noderna har olika v\u00e4rden f\u00f6r denna egenskap
-CTL_No_properties=<Inga Egenskaper>
-CTL_No_value=<Inget V\u00e4rde>
-CTL_No_type=<Ingen typ>
-CTL_ElipsisHint=Anropar anpassaren.
-CTL_InvalidValue=Ogiltigt v\u00e4rde: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Ogiltigt v\u00e4rde {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Typ: {1}{2,choice,0#|1# b\u00f6na: {3}|2# b\u00f6nor: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Egenskaper
-CTL_New=&Ny
-CTL_Delete=&Radera
-CTL_MoveUp=Flytta &upp
-CTL_MoveDown=Flytta &ner
-CTL_HideDetails=&G\u00f6m Detaljer
-CTL_ShowDetails=&Visa Detaljer
-EXC_ErrorInIndexedSetter=Indexerade egenskapsv\u00e4rden kan inte s\u00e4ttas
-
-ACSD_Properties=I/T
-ACSD_New=I/T
-ACSD_Delete=I/T
-ACSD_MoveUp=I/T
-ACSD_MoveDown=I/T
-ACSD_HideDetails=I/T
-ACSD_ShowDetails=I/T
-ACSD_IndexedEditorPanel=I/T
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Namn
-COLUMN_VALUES=V\u00e4rden
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<ol\u00e4sbart>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Fel n\u00e4r v\u00e4rdet lagrades
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Ok\u00e4nd Sorteringsl\u00e4ge
-
-#Button labels for property dialogs
-ok=Ok
-default=\u00c5terst\u00e4ll standardl\u00e4ge
-cancel=Avbryt
-close=St\u00e4ng
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Beskrivning
-ACSD_Description=Beskrivning av den valda egenskapen
-ACS_DescriptionTitle=Egenskapsnamn
-ACSD_DescriptionTitle=Namn p\u00e5 egenskapen som \u00e4ndras just nu
-CTL_NO_DESCRIPTION=Ingen beskrivning tillg\u00e4nglig.
-CTL_NO_SELECTION=Inget valt
-ACS_Splitter=Separator
-ACSD_Splitter=Visuell separator mellan egenskapstabellen och beskrivningsarean.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=Egenskapen
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} motsvarar {1}
-FMT_ACST_SheetSet=Egenskapsgrupp {0}
-ACST_No_Selection=Inget valt
-CTL_Multiple_Selection=Flera objekt valda
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Klicka, eller markera och tryck CTRL-SPACE f\u00f6r att \u00f6ppna specialeditor; h\u00f6gerklicka f\u00f6r meny
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Visa Beskrivningsarea
-CTL_HideDescription=G\u00f6m Beskrivningsarea
-CTL_RestoreDefaultValue=\u00c5terst\u00e4ll Standardv\u00e4rde
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Egenskaper
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=denna egenskap
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Ogiltigt nummerformat: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Specialeditor: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Egenskapstabell
-ACSN_SHEET_TABBED_PANE=Egenskapskategorier
-ACSD_SHEET_TABLE=Tabell med \u00e4ndringsbara egenskaper f\u00f6r det aktuella objektet
-ACSD_SHEET_TABBED_PANE=Kan v\u00e4lja att visa olika upps\u00e4ttningar med egenskaper i egenskapsformul\u00e4ret f\u00f6r det nuvarande objektet
-
-LBL_QUICKSEARCH=Snabbs\u00f6k:
-
-MSG_SetAsText_InvalidValue=Ogiltigt v\u00e4rde: {0}
-
diff --git a/l10n/src/sv/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_sv.properties
deleted file mode 100644
index 7b435c9..0000000
--- a/l10n/src/sv/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_sv.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Tom
-MenuViewStartFromRoot=Bl\u00e4ddra fr\u00e5n roten
-MenuViewStartFromCurrent=Bl\u00e4ddra fr\u00e5n nuvarande punkt
-
-# TabView
-TabView_RootTab=Rot
-
-# TreeView
-VetoSelectedNodes=V\u00e4lj Noder
-LBL_QUICKSEARCH=S\u00f6k:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=Detta objekt kan inte byta namn fr\u00e5m {0} till {1}.
-ACSN_TreeViewCellEditor=Namnbytare
-ACSD_TreeViewCellEditor=P\u00e5-plats-redigering av nodnamn i tr\u00e4dvy
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=M\u00e5let accepterade inte inneh\u00e5llet i \u00f6verf\u00f6ringen.
-
-MSG_ABORT=Avbryt
-
-#TableSheet
-ACS_TableSheet=Egenskapstabell
-ACSD_TableSheet=I/T
-ACS_NullPanel=Ingen egenskap
-# {0} - bean
-ACSD_NullPanel=Ingen egenskap. B\u00f6na: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Typ: {1} B\u00f6na:{2}
-CTL_No_value=<Inget V\u00e4rde>
-CTL_No_type=<Ingen Typ>
-
-# TreeTableView
-LBL_ColumnDialogTitle=\u00c4ndra Synliga Kolumner
-LBL_ColumnDialogDesc=V\u00e4lj kolumner att visa i listan
-LBL_ListOptions=Listalternativ
-LBL_ChangeColumns=\u00c4ndra Synliga Kolumner...
-LBL_SortMenu=Sortera
-LBL_Ascending=Stigande
-LBL_Descending=Fallande
-LBL_ColsMenu=Kolumn
-LBL_MoveLeft=Flytta V\u00e4nster
-LBL_MoveRight=Flytta H\u00f6ger
-MSG_NoColumnsToChange=Det finns inga kolumner att \u00e4ndra synlighet f\u00f6r.
-LBL_NoSort=Ingen
-ACSN_ColumnDialog=\u00c4ndra Synliga Kolumner
-ACSD_ColumnDialog=V\u00e4lj Kolumner att Visa i Listan
-
-#a11y
-ACSN_TreeTable=I/T
-ACSD_TreeTable=I/T
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Visa bara kolumner d\u00e4r
-
-CTL_ColumnsSelector=\u00c4ndra Synliga Kolumner
-ACN_ColumnsSelector=Kolumnv\u00e4ljare
-ACD_ColumnsSelector=V\u00e4lj synliga kolumner
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=V\u00e4lj kolumner att visa i listan
-NodeOutlineModel_NodesColumnLabel=Noder
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Accessar {0} utan l\u00e4sr\u00e4ttigheter p\u00e5 Children.MUTEX
-
diff --git a/l10n/src/sv/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_sv.properties
deleted file mode 100644
index d4df05d..0000000
--- a/l10n/src/sv/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_sv.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Ogiltigt XML-dokument:
-
-W-003=Varning: XML-parsern st\u00f6djer inte funktionen lexical-handler.
-
diff --git a/l10n/src/sv/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_sv.properties
deleted file mode 100644
index 136511c..0000000
--- a/l10n/src/sv/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_sv.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Filsystems-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=API f\u00f6r virtuell filsystem.
-OpenIDE-Module-Long-Description=Ger tillg\u00e5ng till filliknande resurser, oberoende av de egentliga filerna. St\u00f6djer notifieringar vid \u00e4ndringar p\u00e5 disk.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Ogiltig {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=Roten {0} finns inte.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Kan inte radera roten i filsystemet {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Kan inte byta namn p\u00e5 roten i filsystemet {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Kan inte ta bort filen {0} i {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Kan inte byta namn p\u00e5 filen {0} i {1} till {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filsystemet {0} \u00e4r icke-skrivbart.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=Filen {0} i {1} \u00e4r icke-skrivbar.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Kan inte skapa filen {0} eftersom {1} p\u00e5 filsystemet {2} inte \u00e4r en mapp.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Snedstreck i mappnamnet "{0}" \u00e4r inte till\u00e5tet.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Mappen {0} finns redan i {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Kan inte skapa mappen {0} i {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=Filen {0} finns redan i filsystemet {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Ogiltigt l\u00e5s [{0}] f\u00f6r filen {1} i {2} med nuvarande l\u00e5s [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Kan inte modifiera filesystem.attributes-filen:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=Filen {1} kan inte hittas i mappen {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} is read-only.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} is read-only because it is inside {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=Filen {0} finns inte.
-
-# {0} = name of zip file 
-EXC_CanntRead=Kan inte l\u00e4sa fr\u00e5n filen {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Fel i filen {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Fel i JAR-filen {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Ok\u00e4nd JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Multi-filsystem
-EXC_FileOutsideModified=Filen {0} hittades inte. En annan applikation kan ha flyttat filen eller \u00e4ndrat namnet.
-XML_NotValidXMLFileSystem=Ogiltigt XML-filsystem.
-EXC_DefAttrReadErr=Kan inte l\u00e4sa DefaultAttributes.
-EXC_UnreachableCode=Internt fel: on\u00e5bar kod.
-
-EXC_FolderCopy=Mappkopiering st\u00f6ds inte.
-XML_RootInvalid=FileSystem-elementet m\u00e5ste vara rotelementet.
-XML_MisssingAttr=Attributet \"name\" saknas
-XML_InaccurateParam=Ogiltigt antal parametrar
-XML_UnknownElement=Ok\u00e4nt element.
-XML_DuplElement=Duplicerade FileObject:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} i {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=\u00d6ppnar str\u00f6m f\u00f6r {0}
-
diff --git a/l10n/src/sv/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_sv.properties
deleted file mode 100644
index 94eb3ff..0000000
--- a/l10n/src/sv/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_sv.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API:er f\u00f6r I/O
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=\u00d6ppna API:er f\u00f6r att visa utmatning.
-OpenIDE-Module-Long-Description=Inneh\u00e5ller klasser fr\u00e5n org.openide.windows.* f\u00f6r att skapa utmatningsflikar, visa utmatning, och ordna hyperl\u00e4nkar i den.
-
diff --git a/l10n/src/sv/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_sv.properties
deleted file mode 100644
index a3787a3..0000000
--- a/l10n/src/sv/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_sv.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Long-Description=Denna modul binder ihop Datasystem-APIet med Script-APIet Som ett resultat \u00e4r det m\u00f6jligt att anv\u00e4nda valfritt script- och mallspr\u00e5k f\u00f6r att generera mallar.
-OpenIDE-Module-Name=Avancerade Mallar
-OpenIDE-Module-Short-Description=Avancerade Mallar inte bara f\u00f6r Datasystem
-
diff --git a/l10n/src/sv/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_sv.properties
deleted file mode 100644
index 133baf9..0000000
--- a/l10n/src/sv/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_sv.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API f\u00f6r Datasystem
-OpenIDE-Module-Short-Description=NetBeans Open-API f\u00f6r manipulering av dataobjekt.
-OpenIDE-Module-Long-Description=Datasystem-API:et \u00e4r ett lager p\u00e5 Filesystems-API:et som k\u00e4nner igen och grupperar dataobjekt, och ger dom viss semantik. Tidigare var det en del av de generella Open-API:erna, men har nu placerats i en oberoende modul.
-OpenIDE-Module-Display-Category=Infrastruktur
-
-#DefaultDataObject
-HINT_DefaultDataObject=Oigenk\u00e4nd Fil
-
-EXC_SharedAccess=Delad tillg\u00e5ng
-
-#Folder.Index
-EXC_ReorderFailed=Kan inte spara ny ordning.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Kan inte radera filen {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=L\u00e4nk till {3}
-
-PROP_ShadowOriginalName=Originalets Namn
-HINT_ShadowOriginalName=Namn p\u00e5 objektet som denna l\u00e4nk refererar till.
-PROP_ShadowOriginalFileSystem=Originalets Filsystemsnamn
-HINT_ShadowOriginalFileSystem=Namn p\u00e5 filsystemet f\u00f6r originalobjektet.
-
-# DataNode
-PROP_name=Namn
-HINT_name=Namn p\u00e5 objektet.
-PROP_template=Mall
-HINT_template=Om Sant, s\u00e5 \u00e4r detta objekt en mall (kan skapa instanser av sig sj\u00e4lv).
-PROP_files=Alla Filer
-HINT_files=En lista \u00f6ver filer som representeras av detta objekt.
-PROP_size=Filstorlek
-HINT_size=Filens l\u00e4ngd i bytes. (Appliceras bara f\u00f6r den f\u00f6rsta filen listad i Alla Filer.)
-PROP_lastModified=Modifikationstid
-HINT_lastModified=N\u00e4r filen senast modifierades. (Appliceras bara p\u00e5 den f\u00f6rsta filen listad i Alla Filer.)
-PROP_extension=Fil\u00e4ndelse
-HINT_extension=Prim\u00e4r fil\u00e4ndelse.
-ERROR_extension=Kan inte byta \u00e4ndelse. Filen \u00e4r modifierad
-
-# name of set with sorting options
-PROP_sorting=Sortering
-HINT_sorting=Inst\u00e4llning f\u00f6r sortering och ordning.
-
-#
-# folder sort mode property
-PROP_sort=Sorteringsl\u00e4ge
-HINT_sort=Best\u00e4mmer hur objekten i paketet ska sorteras.
-# SortModeEditor
-VALUE_sort_none=Osorterad
-VALUE_sort_names=Namn
-VALUE_sort_class=Typ
-VALUE_sort_folder_names=Namn (Paket F\u00f6rst)
-VALUE_sort_last_modified=Modifikationstid
-VALUE_sort_size=Filstorlek
-
-
-#
-# Names of paste types
-#
-PT_move=&Flytta
-PT_copy=K&opiera
-PT_instantiate=&Instansiera
-PT_shadow=Skapa &L\u00e4nk
-PT_serialize=&Serialisera
-PT_instance=Standar&dinstans
-
-# 
-SerializeBean_Text=&Namn p\u00e5 filen att serialisera instansen till
-SerializeBean_Title=Instansserialisering
-
-#
-# new folder
-#
-CTL_NewFolder=Mapp
-CTL_NewFolderName=&Namn:
-CTL_NewFolderTitle=Skapa Ny Mapp
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=Filen {0} finns redan i mappen {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Mappen {0} finns redan i mappen {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=Filen {1} verkar vara f\u00f6r stor ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) f\u00f6r att kunna \u00f6ppnas p\u00e5 ett s\u00e4kert s\u00e4tt. \n\u00d6ppnas filen kan det orsaka ett OutOfMemoryError (slut p\u00e5 minne), vilket g\u00f6r ditt IDE oanv\u00e4ndbart. Vill du verkligen \u00f6ppna den?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML-konfigurationsfiler
-PROP_XmlError=Fel (\u00e5terst\u00e4llbart)
-PROP_XmlWarning=Varning
-PROP_XmlFatalError=FATALT FEL
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Kan inte skapa mapp; {0} \u00e4r inte ett giltigt namn.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Kan inte kopiera {0}: Destinationsmappen \u00e4r samma som k\u00e4llmappen.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Kan inte kopiera {0}: Destinationsmappen \u00e4r en undermapp till k\u00e4llmappen.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=Ny Guide - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=Ny Guide
-LAB_TemplateChooserPanelName=V\u00e4lj Mall
-LAB_SelectTemplateBorder=&V\u00e4lj en Mall:
-MSG_NoDescription=Ingen beskrivning
-MSG_InitDescription=Initialiserar beskrivning...
-LAB_TemplateDescriptionBorder=&Mallbeskrivning
-LAB_TargetLocationPanelName=M\u00e5lplats
-LAB_TargetLocationDescription=V\u00e4lj en mapp f\u00f6r det nyskapade objektet eller skriv in mappnamnet nedanf\u00f6r:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=I/T
-ACSD_TemplateWizard1=I/T
-
-CTL_NewObjectName=&Namn\:
-ACSD_NewObjectName=I/T
-ACSD_TargetLocationDescription=I/T
-ACSD_TemplateWizard2=I/T
-
-ACSD_NewObjectPanel=I/T
-
-LBL_settingsNodeName=Inst\u00e4llningar
-EXC_folder_delete_failed=Kunde inte radera k\u00e4llmappen vid flytt.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<toppmapp> [{0}]
-FMT_DefaultNewObjectName=<standardnamn>
-
-LBL_shadow_loader_display_name=L\u00e4nkar
-LBL_folder_loader_display_name=Mappar
-LBL_default_loader_display_name=Oigenk\u00e4nd Objekt
-LBL_instance_loader_display_name=Aktioninstanser
-
-FMT_CannotCopyDo=Varning: Objektet {0} kan inte kopieras.
-FMT_CannotMoveDo=Varning: Objektet {0} kan inte flyttas.
-
-# InstanceDataObject
-LBL_separator_instance=(separator)
-PROP_instance_class=Klassnamn
-HINT_instance_class=Javaklassnamn f\u00f6r objektet som representeras.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=Problem uppstod med att spara {0}-b\u00f6nan.
-
-FMT_brokenShadowName={0} (Bryten L\u00e4nk)
-HINT_brokenShadowOriginalName=Bryten L\u00e4nk
-PROP_brokenShadowOriginalName=Bryten L\u00e4nk
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Trasig L\u00e4nk, Filsystem
-HINT_brokenShadowFileSystem=Trasig L\u00e4nk, Filsystem
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Oigenk\u00e4nd inst\u00e4llning>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Dataobject, kopieringstyp
-LBL_DOcut=Dataobject, klipptyp
-#NewObjectPanel
-LAB_NewObjectPanelName=Nytt Objektnamn
-FMT_DefaultNewObject=<standard>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=Popupmenyn f\u00f6r objekt av typen {0} kunde inte \u00e5terst\u00e4llas; anv\u00e4nder standardinst\u00e4llningar.
-LBL_loader_display_name=Laddare
-
-MSG_renameError=Objektet kan inte d\u00f6pas om fr\u00e5n {0} till {1}.
-MSG_NotValidName=Kan inte ge {0} ett tomt namn.
-ERR_NoFilesystem=Inga aktiverade filsystem. Se till att du har minst ett filsystem som \u00e4r skrivbart och synligt.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=M\u00e5lfilsystemet eller -mappen finns inte.
-MSG_fs_is_readonly=M\u00e5lfilsystemet \u00e4r icke skrivbart.
-# {0} - name of the existing file
-MSG_file_already_exist=Filen {0} finns redan.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Filsystemsaktion
-#InstantiateAction
-Instantiate=Instansiera
-#SaveAsTemplateAction
-SaveAsTemplate=Spara Som Mall...
-Title_SaveAsTemplate=Spara Som Mall
-CTL_SaveAsTemplate=&V\u00e4lj kategorin som den ny mallen ska visas under:
-CTL_SaveAsTemplate_TemplatesRoot=Mallar
-SaveAll=Spara &Alla
-HINT_SaveAll=Spara alla filer (om Kompilera vid Sparande-funktionen \u00e4r p\u00e5, kommer dina filer ocks\u00e5 att kompileras/byggas)
-# FileSystemRefreshAction
-LAB_Refresh=Uppdatera Mapp
-# NewTemplateAction
-EXC_TemplateFailed=Skapande av objekt fr\u00e5n mall misslyckades.
-NewTemplate=&Ny
-NewTemplateAction=Alla Mallar...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Tom
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=\u00d6ppnar {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=Filen {0} \u00e4r modifierad. Spara den ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modifierad)
-TIP_editor_ro=\ (skrivskyddad)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=Filen {0} \u00e4ndrates till icke skrivbar! Alla \u00e4ndringar kommer att kasseras.
-MSG_FileReadOnlySaving=Filen {0} \u00e4ndrates till icke skrivbar! Kan inte spara den.
-MSG_FileReadOnlyChanging=Filen {0} \u00e4ndrates till icke skrivbar! 
-
-
-MSG_BinaryFileQuestion=Filen verkar inneh\u00e5lla bin\u00e4r data. Vill du verkligen \u00f6ppna den i texteditorn?
-MSG_BinaryFileWarning=Bin\u00e4r Fil Uppt\u00e4cktes
-
-CTL_SaveAsAction=Spara S&om...
-MSG_SaveAsFailed=Det uppstod problem n\u00e4r {0} sparades\nOrsak: {1}
-LBL_SaveAsTitle=Spara Som
-MSG_CannotCreateTargetFolder=Kan inte skapa m\u00e5lmappen.
-MSG_SaveAs_SameFileSelected=V\u00e4lj ett annat filnamn.
-MSG_SaveAs_SameFileSelected_Title=Spara Som
-
diff --git a/l10n/src/sv/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_sv.properties
deleted file mode 100644
index bf590a7..0000000
--- a/l10n/src/sv/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_sv.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Modulsystem-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=API:er f\u00f6r att samla information om installerade moduler.
-OpenIDE-Module-Long-Description=Till\u00e5ter dig att f\u00e5 en lista \u00f6ver installerade moduler, inspektera deras egenskaper och beroenden.
-
diff --git a/l10n/src/sv/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_sv.properties
deleted file mode 100644
index 6071872..0000000
--- a/l10n/src/sv/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_sv.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Nod-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=API f\u00f6r definiering av generiska tr\u00e4dstrukturer
-OpenIDE-Module-Long-Description=Tillhandah\u00e5ller abstraktioner f\u00f6r tr\u00e4dlika strukturer genom att definiera Node - det generella utbyggbara gr\u00e4nssnittet som kan visas av Utforskar-APIet.
-
-
-
-#Sheet
-Properties=Egenskaper
-Expert=Expert
-HINT_Properties=Egenskaper f\u00f6r detta objekt
-HINT_Expert=Expertegenskaper f\u00f6r detta objekt
-
-#indexed customizer
-LAB_order=\u00c4ndra ordning
-LAB_listOrder=Visa f\u00e4lten i ordningen:
-LAB_listOrder_Mnemonic=V
-Button_close=St\u00e4ng
-Button_close_Mnemonic=S
-Button_up=Flytta upp
-Button_up_Mnemonic=U
-Button_down=Flytta ner
-Button_down_Mnemonic=N
-
-ACSD_Button_close=I/T
-ACSD_Button_up=I/T
-ACSD_Button_down=I/T
-ACSD_ListOrder=I/T
-ACSD_IndexedCustomizer=I/T
-
-#PropertySupport
-CTL_StandardName=Namn
-CTL_StandardHint=Objektnamn.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Klistra Nod
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Kopiera Index
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=V\u00e4nta...
-
diff --git a/l10n/src/sv/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_sv.properties
deleted file mode 100644
index af0f2f4..0000000
--- a/l10n/src/sv/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_sv.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API f\u00f6r inst\u00e4llningar.
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=St\u00f6d f\u00f6r att lagra inst\u00e4llningar
-OpenIDE-Module-Long-Description=Tillhandah\u00e5ller klasser som f\u00f6renklar lagring av inst\u00e4llningar mellan multipla anrop av NetBeans-baserade applikationer.
-OpenIDE-Module-Deprecation-Message=Anv\u00e4nd org.openide.util.NbPreferences ist\u00e4llet.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/sv/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_sv.properties
deleted file mode 100644
index 10d8a59..0000000
--- a/l10n/src/sv/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_sv.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Text-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Generellt API som omsveper Swing-baserade EditorKits.
-OpenIDE-Module-Long-Description=Tillhandah\u00e5ller support f\u00f6r att definiera komponenter som b\u00e4ddar in Swing-textredigerare.
-
-
-
-# Editor top component
-CTL_ModeName=Redigerare
-
-# Print settings
-CTL_Print_settings=Utskriftsinst\u00e4llningar
-CTL_Header_format = Skriver ut {2} p\u00e5 {1}
-CTL_Footer_format = Sidan {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Sidformat
-HINT_PAGE_FORMAT=Sidformat
-PROP_WRAP=Statisk Radbrytning
-HINT_WRAP=Ska rader brytas?
-PROP_HEADER_FORMAT=Sidhuvudsformat
-
-HINT_HEADER_FORMAT=Exempel: "Sidhuvud f\u00f6r sidan {0} (utskriftsdatum {1}) av filen {2}".
-PROP_FOOTER_FORMAT=Sidfotsformat
-HINT_FOOTER_FORMAT=Exempel: "Sidfot f\u00f6r sidan {0} (utskriftsdatum {1}) av filen {2}".
-PROP_HEADER_FONT=Sidhuvudets Teckensnitt
-HINT_HEADER_FONT=S\u00e4tt sidhuvudets teckensnitt.
-PROP_FOOTER_FONT=Sidfotens Teckensnitt
-HINT_FOOTER_FONT=S\u00e4tt sidfotens teckensnitt.
-PROP_HEADER_ALIGNMENT=Sidhuvudsjustering
-HINT_HEADER_ALIGNMENT=Sidhuvudsjustering - V\u00c4NSTER, CENTRERAD, H\u00d6GER
-PROP_FOOTER_ALIGNMENT=Sidfotsjustering
-HINT_FOOTER_ALIGNMENT=Sidfotsjustering - V\u00c4NSTER, CENTRERAD, H\u00d6GER
-PROP_LINE_ASCENT_CORRECTION=Korrigering f\u00f6r radsluttning
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplicerare f\u00f6r att korrigera radsluttning.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTRERA
-CTL_RIGHT = H\u00d6GER
-CTL_LEFT = V\u00c4NSTER
-
-# Cancellation
-CTL_Print_progress=Sidan {0} skrevs ut.
-CTL_Print_cancellation=Utskriftsstatus
-CTL_Cancel=Avbryt
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=P\u00e5g\u00e5ende utskriftsjobb avbr\u00f6ts.
-EXC_Printer_Problem=Skrivarproblem: {0}
-EXC_ReadOnlyFile=Filen {0} kan inte skrivas.
-EXC_LoadDocument=Dokumentet {0} kunde inte laddas.
-LBL_EditorLoading=Laddar...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Fr\u00e5ga
-CTL_Save=Spara
-ACSN_CTL_Save=I/T
-ACSD_CTL_Save=I/T
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Kassera
-CTL_Discard_Mnemonic=K
-ACSN_CTL_Discard=I/T
-ACSD_CTL_Discard=I/T
-
-# PositionBounds
-MSG_Empty_string=Kan inte lagra en tom str\u00e4ng
-#editor support warning message
-FMT_FileNotFound=Varning: Filen{0} hittades inte eller \u00e4r inte \u00e5tkomlig.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=Filen {0} modifierades externt. Ladda om?
-FMT_External_change_write=Filen {0} modifierades externt. Skriv \u00f6ver?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=Du har specificerat en ogiltig fil. Kontrollera s\u00f6kv\u00e4gen.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Redigerare f\u00f6r {0}
-ACSD_CloneableEditor_QuietEditorPane=Redigerare f\u00f6r {0}
-TITLE_SourceButton=K\u00e4lla
-
-
diff --git a/l10n/src/sv/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_sv.properties
deleted file mode 100644
index ede1a6d..0000000
--- a/l10n/src/sv/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_sv.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Gammalt Uppr\u00e4knings-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Uppr\u00e4knings-API som \u00e4r i fel paket.
-OpenIDE-Module-Long-Description=Uppr\u00e4knings-API som \u00e4r i fel paket, org.openide.util.enum och d\u00e4rf\u00f6r inte kan kompileras i Java 1.5 eftersom enum \u00e4r ett nyckelord. Ers\u00e4tts av klassen org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Anv\u00e4nd org.openide.util.Enumerations ist\u00e4llet f\u00f6r den h\u00e4r modulen.
-
diff --git a/l10n/src/sv/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_sv.properties
deleted file mode 100644
index 8f05e23..0000000
--- a/l10n/src/sv/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_sv.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Lookup
-
diff --git a/l10n/src/sv/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_sv.properties
deleted file mode 100644
index 946a0fa..0000000
--- a/l10n/src/sv/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_sv.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Verktygs-API
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Grundl\u00e4ggande verktygs-API.
-OpenIDE-Module-Long-Description=Diverse hj\u00e4lpmetoder och grundl\u00e4ggande konceptdefinitioner inkluderande aktioner, uppslagning, bildhantering, parallell exekvering och st\u00f6d f\u00f6r m\u00e4rkning.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=En HTTP-server \u00e4r redan registrerad. Du kan inte anv\u00e4nda tv\u00e5 servrar samtidigt.
-SERVER_CANNOT_UNREGISTER=En modul f\u00f6rs\u00f6kte att avregistrera en HTTP-server som tillhandah\u00e5lls av en annan modul.
-
-MSG_ToNowhere=till ingenstans
-MSG_To=till
-
-MSG_NoServerRegistered=Ingen server registrerad.
-MSG_TooManyArguments=f\u00f6r m\u00e5nga argument
-MSG_UnmatchedBraces=icke matchande hakparenteser i m\u00f6nstret vid position
-
-# NbBundle
-MSG_FMT_ObjectForKey=objekt f\u00f6r nyckeln {0} hittades inte
-MSG_ClassFinderAlreadySet=ClassFinder \u00e4r redan satt.
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=VARNING: Kan inte ladda \u00f6vers\u00e4ttningstabell: {0}
-PROGRESS_CURSOR=Framstegsmark\u00f6r
-
diff --git a/l10n/src/sv/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_sv.properties
deleted file mode 100644
index 540ce97..0000000
--- a/l10n/src/sv/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_sv.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Multipel objekt-smak
-
-Create=Skapa
-Paste=Klistra
-
diff --git a/l10n/src/sv/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_sv.properties b/l10n/src/sv/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_sv.properties
deleted file mode 100644
index 5b5306f..0000000
--- a/l10n/src/sv/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_sv.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=API f\u00f6r f\u00f6nstersystem
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=API f\u00f6r att hantera komponenter p\u00e5 en sk\u00e4rm
-OpenIDE-Module-Long-Description=Tillhandah\u00e5ller ett OS- och MDI/SDI-neutralt abstraherings-API \u00f6ver koncept av komponenter som visas f\u00f6r anv\u00e4ndaren.
-
-
-
-# name of empty workspace
-None=Ingen
-
-#CloneableTopComponent
-EXC_CannotAssign=Kan inte tilldela en komponent till EMPTY
-
-#TopComponent
-EXC_UnknownOperation=Ok\u00e4nd st\u00e4ng-operation
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Anropar {2} implementerad som {3} med {0}
-
diff --git a/l10n/src/sv/platform/print/print/org/netbeans/modules/print/action/Bundle_sv.properties b/l10n/src/sv/platform/print/print/org/netbeans/modules/print/action/Bundle_sv.properties
deleted file mode 100644
index 7470115..0000000
--- a/l10n/src/sv/platform/print/print/org/netbeans/modules/print/action/Bundle_sv.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Sid&inst\u00e4llningar...
-
-# PrintAction
-TLT_Print_Action=Skriv ut
-MNU_Print_Action=S&kriv ut...
-ACT_Print_Action=Skriv ut - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/sv/platform/print/print/org/netbeans/modules/print/resources/Bundle_sv.properties b/l10n/src/sv/platform/print/print/org/netbeans/modules/print/resources/Bundle_sv.properties
deleted file mode 100644
index e5726f7..0000000
--- a/l10n/src/sv/platform/print/print/org/netbeans/modules/print/resources/Bundle_sv.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Utskrift
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Implementation av utskriftsmodul.
-OpenIDE-Module-Long-Description=Implementation av utskriftsmodul.
-
-# layer.xml
-Actions/File=Fil
-
diff --git a/l10n/src/sv/platform/print/print/org/netbeans/modules/print/ui/Bundle_sv.properties b/l10n/src/sv/platform/print/print/org/netbeans/modules/print/ui/Bundle_sv.properties
deleted file mode 100644
index 571daac..0000000
--- a/l10n/src/sv/platform/print/print/org/netbeans/modules/print/ui/Bundle_sv.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Skrivarproblem: {0}
-LBL_Page_Setup_Button=&Sidinst\u00e4llningar
-TLT_Page_Setup_Button=Visar dialogen f\u00f6r Sidinst\u00e4llningar
-LBL_Print_Option_Button=&Utskriftsinst\u00e4llningar
-TLT_Print_Option_Button=Visar dialogen f\u00f6r Utskriftsinst\u00e4llningar
-LBL_Print_Button=&Skriv ut
-TLT_Print_Button=Visar Utskriftsdialogen
-LBL_Close_Button=S&t\u00e4ng
-TLT_Close_Button=St\u00e4nger F\u00f6rhandsgranskningen
-LBL_Print_Preview=F\u00f6rhandsgranskning
-LBL_Fit_to_Width=Anpassa Bredd
-LBL_Fit_to_Height=Anpassa H\u00f6jd
-LBL_Fit_to_All=Visa Alla Sidor
-
-TLT_First=&F\u00f6rsta sidan (Alt+F)
-TLT_Previous=F\u00f6&reg\u00e5ende sida (Alt+R)
-TLT_Next=&N\u00e4sta sida (Alt+N)
-TLT_Last=&Sista sidan (Alt+L)
-TLT_Fit=\u00c4ndra &Skala (Alt+S)
-TLT_Zoom_In=Zooma &In (Alt+I)
-TLT_Zoom_Out=Zooma &Ut (Alt+U)
-TLT_Toggle=Visa &Multipla Sidor (Alt+M)
-TLT_Goto=<html><body> <b>Navigering:</b> <br> tryck <code>/</code> eller <code>F</code> f\u00f6r att visa f\u00f6rsta sidan <br> tryck <b><code>-</code></b> eller <code>G</code> f\u00f6r att visa f\u00f6reg\u00e5ende sida <br> tryck <b><code>+</code></b> eller <code>K</code> f\u00f6r att visa n\u00e4sta sida <br> tryck <code>*</code> or <code>L</code> f\u00f6r att visa sista sidan </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Utskriftsalternativ
-LBL_Border=Kant
-LBL_Print_Border=Skriv ut &Kant
-LBL_Print_Header=Skriv ut Sidhuvu&d
-LBL_Print_Footer=Skriv ut Sid&fot
-LBL_Choose_Font=V\u00e4lj Teckensnitt
-LBL_Choose_Color=V\u00e4lj F\u00e4rg
-LBL_Insert_Macros=Stoppa in Makro:
-LBL_Text=Text
-LBL_Line_Numbers=Radn&ummer
-LBL_Wrap_Lines=Rad&brytning
-LBL_Use_Font=Anv\u00e4nd Fontattribut // &X
-LBL_Use_Color=Anv\u00e4nd F\u00e4rgattribut // &Q
-LBL_As_Editor=Skriv ut som i Editor // &J
-LBL_Selection=Skriv ut &Markering
-LBL_Line_Spacing=Rad&h\u00f6jd:
-LBL_Text_Font_and_Color=Font och F\u00e4&rg&:
-LBL_Background_Color=Bak&grundsf\u00e4rg:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Huvud och Fot
-LBL_Apply=&Verkst\u00e4ll
-LBL_Left=V\u00e4nster:
-LBL_Center=Centrera:
-LBL_Right=H\u00f6ger:
-
-ERR_Zoom_Value_Is_Invalid=Ogiltigt zoomv\u00e4rde!
-ERR_Header_Size_Is_Too_Big=Huvudstorleken \u00e4r f\u00f6r stor!
-ERR_Footer_Size_Is_Too_Big=Fotstorleken \u00e4r f\u00f6r stor!
-ERR_Page_Number_Is_Invalid=Ogiltigt antal sidor!
-ERR_Page_Number_Is_Too_Big=Antalet sidor \u00e4r f\u00f6r stort!
-
-TLT_Apply=Applicera \u00e4ndringar
-TLT_Border_Color=V\u00e4lj Kant&f\u00e4rg (Alt+C)
-TLT_Header_Font=V\u00e4lj Sidhuvudfo&nt (Alt+N)
-TLT_Header_Color=V\u00e4lj Sidhuvud&f\u00e4rg (Alt+O)
-TLT_Footer_Font=V\u00e4lj Sidfotsfon&t (Alt+T)
-TLT_Footer_Color=V\u00e4lj Sidfotsf\u00e4&rg (Alt+L)
-TLT_Text_Font=V\u00e4lj Textfont (Alt+K) // &K
-TLT_Text_Color=V\u00e4lj Textf\u00e4&rg (Alt+R)
-TLT_Background_Color=V\u00e4lj Bakgrundsf\u00e4rg // &G
-TLT_Print_Zoom=Justera utskriftszoom
-TLT_Use_Font=Anv\u00e4nd Font (Alt+X)
-TLT_Use_Color=Anv\u00e4nd F\u00e4rg (Alt+Q)
-TLT_As_Editor=Visa som i Editor (Alt+J)
-TLT_Selection=Skriv ut Markering
-
-LBL_Pages=sidor
-LBL_Fit_Width_to=Anpassa &Bredd till:
-TLT_Fit_Width_to=Anpassa Bredd till
-LBL_Fit_Height_to=Anpassa &H\u00f6jd till:
-TLT_Fit_Height_to=Anpassa H\u00f6jd till
-LBL_Zoom_to=&Zoom till:
-TLT_Zoom_to=Zooma till
-LBL_Fit_to_Page=Anpassa till Sida // &Y
-TLT_Fit_to_Page=Anpassa till Sida (Alt+Y)
-
diff --git a/l10n/src/sv/platform/print/print/org/netbeans/modules/print/util/Bundle_sv.properties b/l10n/src/sv/platform/print/print/org/netbeans/modules/print/util/Bundle_sv.properties
deleted file mode 100644
index 90e8ac9..0000000
--- a/l10n/src/sv/platform/print/print/org/netbeans/modules/print/util/Bundle_sv.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} av {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=Namn p\u00e5 utskriven komponent
-ROW=Radnumret
-COLUMN=Kolumnnumret
-USER=Anv\u00e4ndarnamnet
-COUNT=Antalet sidor
-MODIFIED_DATE=Modifikationsdatum
-MODIFIED_TIME=Modifikationstid
-PRINTED_DATE=Utskriftsdatum
-PRINTED_TIME=Utskriftstid
-
diff --git a/l10n/src/sv/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_sv.properties b/l10n/src/sv/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_sv.properties
deleted file mode 100644
index 6ef863b..0000000
--- a/l10n/src/sv/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_sv.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=UI f\u00f6r progress
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Visualisering av uppgiftsprogression.
-OpenIDE-Module-Long-Description=Tillhandah\u00e5ller en vy av alla uppgifter som k\u00f6rs, kan till\u00e5ta att de avbryts, osv.
-
-NbProgressBar.tooltip1={0} uppgifter k\u00f6rs. Klicka f\u00f6r detaljer
-NbProgressBar.tooltip2={0} uppgift k\u00f6rs. Klicka f\u00f6r detaljer.
-ListComponent.btnClose.tooltip=Klicka f\u00f6r att avbryta processen
-ListComponent.bar.tooltip=Klicka f\u00f6r att visa processen
-Cancel_Question=\u00c4r du s\u00e4ker p\u00e5 att du vill avbryta {0}?
-Cancel_Question_Title=Avbryt Aktiv Uppgift
-StatusLineComponent.ShowProcessList=Visa Processer
-StatusLineComponent.Cancel=Avbryt Process
-StatusLineComponent.View=Visa Utmatning
-ListComponent.Watch=Visa Process
-
-RunOffAWT.TITLE_Operation=L\u00e5ngsam operation p\u00e5g\u00e5r
-RunOffAWT.BTN_Cancel=Avbryt
-
-# ProgressListAction
-CTL_ProcessListAction=&Processer
-
-# CancelAction
-CTL_CancelAction=Avbryt Process
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Klicka f\u00f6r att avbryta processen
-ModalDialog.btnClose.text=Avbryt
-ModalDialog.btnClose.accessibleName=Avbryt
-ModalDialog.btnClose.accessibleDescription=Cancels the current process
-
-
diff --git a/l10n/src/sv/platform/queries/queries/org/netbeans/modules/queries/Bundle_sv.properties b/l10n/src/sv/platform/queries/queries/org/netbeans/modules/queries/Bundle_sv.properties
deleted file mode 100644
index cfec45d..0000000
--- a/l10n/src/sv/platform/queries/queries/org/netbeans/modules/queries/Bundle_sv.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API f\u00f6r generella fr\u00e5gor
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Short-Description=Agerar som en generell kommunikationskanal mellan moduler.
-OpenIDE-Module-Long-Description=Hanterar fr\u00e5gor som inte \u00e4r speciellt dom\u00e4nspecifika. Till\u00e5ter olika moduler att h\u00e4mta information om filer p\u00e5 ett flexibelt s\u00e4tt.
-
diff --git a/l10n/src/sv/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_sv.properties b/l10n/src/sv/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_sv.properties
deleted file mode 100644
index e929b04..0000000
--- a/l10n/src/sv/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_sv.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=Alternativet {0} beh\u00f6ver ett argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Alternativet {0} kan inte anv\u00e4ndas tillsammans med alternativet {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Beh\u00f6ver minst en av {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Beh\u00f6ver ocks\u00e5 anv\u00e4nda {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=Valet {0} beh\u00f6ver ocks\u00e5 valet {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/sv/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_sv.properties b/l10n/src/sv/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_sv.properties
deleted file mode 100644
index 299cf5b..0000000
--- a/l10n/src/sv/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_sv.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=API f\u00f6r kommandoradstolkning
-OpenIDE-Module-Short-Description=GetOpts-kompatibelt API f\u00f6r tolkning av kommandorad
-OpenIDE-Module-Long-Description=GetOpts-kompatibelt API f\u00f6r tolkning av kommandorad. Fokuserad p\u00e5 falled d\u00e4r varje del av kommandoraden kommer att tolkas av andra moduler.
-OpenIDE-Module-Display-Category=Infrastruktur
-
-MSG_OptionsHeader=\nYtterligare Modulers Alternativ:\n
-
diff --git a/l10n/src/sv/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_sv.properties b/l10n/src/sv/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_sv.properties
deleted file mode 100644
index 7ed03a0..0000000
--- a/l10n/src/sv/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_sv.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Inst\u00e4llnings-API
-OpenIDE-Module-Short-Description=Ett bibliotek f\u00f6r att lagra inst\u00e4llningar i specialbyggda format.
-OpenIDE-Module-Long-Description=Denna modul tillhandah\u00e5ller inst\u00e4llnings-API:et f\u00f6r att lagra moduldefinierade inst\u00e4llningar i specialbyggda format. Den tillhandah\u00e5ller ocks\u00e5 implementationer av flera anv\u00e4ndbara inst\u00e4llningsformat.
-OpenIDE-Module-Display-Category=Infrastruktur
-
diff --git a/l10n/src/sv/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_sv.properties b/l10n/src/sv/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_sv.properties
deleted file mode 100644
index afcc753..0000000
--- a/l10n/src/sv/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_sv.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Long-Description=En modul som tillhandah\u00e5ller ett nytt API som ers\u00e4tter NodeAction, CookieAction, mfl.
-OpenIDE-Module-Name=Actions SPI (Experimentiells)
-OpenIDE-Module-Short-Description=Ers\u00e4ttare f\u00f6r NodeAction, CookieAction, mfl.
-
diff --git a/l10n/src/sv/platform/templates/templates/org/netbeans/modules/templates/Bundle_sv.properties b/l10n/src/sv/platform/templates/templates/org/netbeans/modules/templates/Bundle_sv.properties
deleted file mode 100644
index 0ce8c97..0000000
--- a/l10n/src/sv/platform/templates/templates/org/netbeans/modules/templates/Bundle_sv.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastruktur
-OpenIDE-Module-Long-Description=Denna modul binder ihop Datasystem-APIet med Script-APIet Som ett resultat \u00e4r det m\u00f6jligt att anv\u00e4nda valfritt script- och mallspr\u00e5k f\u00f6r att generera mallar.
-OpenIDE-Module-Name=Avancerade Mallar
-OpenIDE-Module-Short-Description=Avancerade Mallar inte bara f\u00f6r Datasystem
-ERR_Switch_To_Java_6=Kan inte fylla mallen, f\u00f6rs\u00f6ker att anv\u00e4nda scriptmotorn fr\u00e5n JDK 1.6 eller nyare.\n\nK\u00f6r NetBeans under JDK 1.6 f\u00f6r att l\u00f6sa problemet.\nSe http://wiki.netbeans.org/FaqNetbeansConf f\u00f6r mer information.
-
diff --git a/l10n/src/tr/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_tr.properties b/l10n/src/tr/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_tr.properties
deleted file mode 100644
index 99eccc5..0000000
--- a/l10n/src/tr/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_tr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module Build Harness
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Short-Description=Lets you build external plug-in modules from sources.
-OpenIDE-Module-Long-Description=This is the build harness used to develop NetBeans modules (with or without the IDE). It is normally used implicitly by NetBeans module projects. For technical documentation, see harness/README.
-
diff --git a/l10n/src/tr/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_tr.properties b/l10n/src/tr/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_tr.properties
deleted file mode 100644
index bab5f19..0000000
--- a/l10n/src/tr/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_tr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=NetBeans'i Geli\u015ftirmek
-OpenIDE-Module-Long-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.\nRun 'display-coverage-report' target on a project to measure results and display report in external browser.\nFor integration with Module Build Harness.
-OpenIDE-Module-Name=Cobertura Module Test Coverage
-OpenIDE-Module-Short-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.
-
diff --git a/l10n/src/tr/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_tr.properties b/l10n/src/tr/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_tr.properties
deleted file mode 100644
index 6ff69bb..0000000
--- a/l10n/src/tr/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_tr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly Tools Platform
-
diff --git a/l10n/src/tr/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_tr.properties b/l10n/src/tr/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_tr.properties
deleted file mode 100644
index 5f4f972..0000000
--- a/l10n/src/tr/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_tr.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Short-Description=Jemmy test library.
-OpenIDE-Module-Long-Description=A general library for driving automated GUI tests.
-
-
diff --git a/l10n/src/tr/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_tr.properties b/l10n/src/tr/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_tr.properties
deleted file mode 100644
index 99c8813..0000000
--- a/l10n/src/tr/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_tr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Long-Description=NetBeans extensions to JUnit including assertGC, assertSize, getWorkDir, LineDiff, etc.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=NetBeans extensions to JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/tr/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_tr.properties
deleted file mode 100644
index 4cff4a4..0000000
--- a/l10n/src/tr/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_tr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=K\u00fct\u00fcphaneler
-OpenIDE-Module-Short-Description=INSANE heap profiling library.
-OpenIDE-Module-Long-Description=A library for doing live heap analysis of the JVM in which it runs.
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_tr.properties
deleted file mode 100644
index 96c6151..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_tr.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Name=NBI Ant Library
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_tr.properties
deleted file mode 100644
index d1e2fe1..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_tr.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=Halihaz\u0131rdaki platform desteklenmiyor.
-I.error.load.engine.properties=Motor \u00f6zellik dosyas\u0131 y\u00fcklenemiyor.
-
-I.warning.silent.without.state="{0}" kullan\u0131rken "{1}" se\u00e7ene\u011fi gerekli. "{0}" g\u00f6zard\u0131 edilecek.
-
-I.error.cannot.create.local.dir=Yerel dizin olu\u015fturulam\u0131yor: {0}
-I.error.local.dir.is.file=Yerel dizin mevcut ve bir dosya: {0}
-I.error.no.read.permissions.for.local.dir=Cannot read local directory {0} - not enough permissions
-I.error.no.write.permissions.for.local.dir=Cannot write to local directory {0} - not enough permissions
-
-I.lock.file.exists.dialog.title=NetBeans Kurulum kilit dosyas\u0131 mevcut
-I.lock.file.exists.dialog.text=The installer lock file exists at {0}\n\nIt means that either another instance of the installer is already running or the previous installation was not finished correctly.\nIt is not recommended that you run multiple instances at the same time since it can result in installer data corruption.\n\nIf you are sure that no other instance is running at the moment, click "Yes" to proceed otherwise click "No" to exit the installer.\n
-
-I.error.cannot.create.lock.file=Yerel kay\u0131t defteri dosyas\u0131 i\u00e7in kilit olu\u015fturulam\u0131yor.
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_tr.properties
deleted file mode 100644
index a0ddf90..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_tr.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated={0}'dan indiriliyor
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_tr.properties
deleted file mode 100644
index 7210f61..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_tr.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=URI vekil sunucu tipleri {0} ve {1} \u00e7ak\u0131\u015f\u0131yor
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI null olamaz
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy={0} \u00fczerinden {1}'e ba\u011flanam\u0131yor.
-US.error.failed.configure.proxy={1} i\u00e7in {0} vekil sunucusu konfig\u00fcre edilemiyor
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_tr.properties
deleted file mode 100644
index f3ad725..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_tr.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Yerel kay\u0131t defteri y\u00fckleniyor [{0}]
-R.error.loading.local.registry.failed.title=Yerel kay\u0131t defteri y\u00fcklenemedi
-R.error.loading.local.registry.failed.msg=Yerel kay\u0131t defteri ({0}) y\u00fcklenemedi yada k\u0131smi olarak y\u00fcklendi.\nKurulum normal olarak \u00e7al\u0131\u015fmaya devam edebilir fakat bu durum genel kay\u0131t defterinin bozulmas\u0131na yol a\u00e7abilir.\n\nDevam etmek i\u00e7in Evet'i se\u00e7in. Kurulumdan \u00e7\u0131kmak i\u00e7in Hay\u0131r'\u0131 se\u00e7in.
-
-R.loading.bundled.registry=Paketli kay\u0131t defteri y\u00fckleniyor [{0}]
-R.error.loading.bundled.registry.failed.title=Paketli kay\u0131t defteri y\u00fcklenemedi
-R.error.loading.bundled.registry.failed.msg=Paketli kay\u0131t defteri ({0}) y\u00fcklenemedi yada k\u0131smi olarak y\u00fcklendi.\nKurulum normal olarak \u00e7al\u0131\u015fmaya devam edebilir fakat bu durum genel kay\u0131t defterinin bozulmas\u0131na yol a\u00e7abilir.\n\nDevam etmek i\u00e7in Evet'i se\u00e7in. Kurulumdan \u00e7\u0131kmak i\u00e7in Hay\u0131r'\u0131 se\u00e7in.
-
-R.loading.remote.registry=Uzak kay\u0131t defteri y\u00fckleniyor [{0}]
-R.error.loading.remote.registry.failed.title=Uzak kay\u0131t defteri y\u00fcklenemedi
-R.error.loading.remote.registry.failed.msg=Uzak kay\u0131t defteri ({0}) y\u00fcklenemedi yada k\u0131smi olarak y\u00fcklendi.\nKurulum normal olarak \u00e7al\u0131\u015fmaya devam edebilir fakat bu durum genel kay\u0131t defterinin bozulmas\u0131na yol a\u00e7abilir.\n\nDevam etmek i\u00e7in Evet'i se\u00e7in. Kurulumdan \u00e7\u0131kmak i\u00e7in Hay\u0131r'\u0131 se\u00e7in.
-
-R.error.cannot.delete.data=\u00d6nbelleklenen kurulum verisi slinemiyor
-R.save.local.registry.title=Yerel kay\u0131t defteri kaydediliyor
-R.save.local.registry.detail={0}'a kaydediliyor
-
-R.error.missing.target.component.title=Hedef bile\u015fen bulunam\u0131yor
-R.error.missing.target.component.msg=Belirtilen hedef bile\u015fen - {0}/{1}\nkay\u0131t defterinde bulunamad\u0131. Kurulum \n hedef bile\u015fen belirtilmemi\u015f gibi \u00e7al\u0131\u015fmaya devam edebilir.\nDevam etmek i\u00e7in Evet'i se\u00e7in. Kurulumdan \u00e7\u0131kmak i\u00e7in Hay\u0131r'\u0131 se\u00e7in.
-
-R.error.validation.title=Do\u011frulama Problemi
-R.error.validation.msg=G\u00f6r\u00fcn\u00fc\u015fe g\u00f6re {0} kurulumu bozulmu\u015f.\nDo\u011frulama y\u00f6ntemi \u015fu hatay\u0131 bildirdi:\n\n{1}\n\nBu \u00fcr\u00fcn\u00fc y\u00fcklenmemi\u015f olarak i\u015faretleyip devam etmek ister misiniz?\nE\u011fer Hay\u0131r'\u0131 t\u0131klarsan\u0131z kurulumdan \u00e7\u0131kacaks\u0131n\u0131z.\n\n{2}'e ba\u011fl\u0131 olan di\u011fer \u00fcr\u00fcnler de pasifle\u015ftirilecek:\n{3}
-
-R.error.matching.requirement=\u015eu gereksinimi destekleyen bile\u015fen bulunamad\u0131: {0} gereksinim {1}
-R.error.cyclic.dependency=\u00c7apraz ba\u011f\u0131ml\u0131l\u0131k:  {0}, {1}
-
-R.loading.registry.properties=Kay\u0131t defteri \u00f6zellikleri y\u00fckleniyor
-R.loading.component=Bile\u015fen y\u00fckleniyor: uid={0}, version={1}
-R.error.loading.components=Bile\u015fenler y\u00fcklenemedi
-R.error.registry.finalization=Kay\u0131t defteri sonland\u0131r\u0131lam\u0131yor
-R.error.registry.document.loading=Kay\u0131t defteri d\u00f6k\u00fcman\u0131 y\u00fcklenemiyor
-
-R.error.cannot.create.cache.directory=Yerel \u00fcr\u00fcn \u00f6nbellek dizini {0} olu\u015fturulam\u0131yor
-R.error.cache.is.file=Yerel \u00fcr\u00fcn \u00f6nbellek dizini mevcut ve bir dosya : {0} 
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=Yerel kay\u0131t defteri olu\u015fturulam\u0131yor
-
-R.error.registry.is.dir=Yerel kay\u0131t defteri {0} bir dizin
-R.error.cannot.read.registry=Yerel kay\u0131t defteri {0} okunam\u0131yor - izniniz yeterli de\u011fil
-R.error.cannot.write.registry=Yerel kay\u0131t defterine yaz\u0131lam\u0131yor {0} okunam\u0131yor - izniniz yeterli de\u011fil
-
-R.error.cannot.parse.platform="{0}"'den platform ayr\u0131\u015ft\u0131r\u0131lam\u0131yor.
-R.error.cannot.load.registry=Kay\u0131t defteri y\u00fcklenemiyor
-R.error.parser.not.support.schemas=Halihaz\u0131rdaki ayr\u0131\u015ft\u0131r\u0131c\u0131  - {0} - \u015femalar\u0131 desteklemiyor.
-
-R.error.unknown.dependency=Bilinmeyen ba\u011f\u0131ml\u0131l\u0131k tipi {0}
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_tr.properties
deleted file mode 100644
index fcd1d4b..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_tr.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=Y\u00fckleme dizini {0} bulunam\u0131yor.\nB\u00fcy\u00fck ihtimalle elle silinmi\u015f.
-PCL.validation.directory.file=Y\u00fckleme dizini {0} ger\u00e7ekte bir dosya.\nB\u00fcy\u00fck ihtimalle \u00f6nce elle silinmi\u015f ard\u0131ndan bir dosya olarak yaz\u0131lm\u0131\u015f.
-PCL.validation.directory.empty=Y\u00fckleme dizini {0} bo\u015f.\nB\u00fcy\u00fck ihtimalle i\u00e7eri\u011fi elle silinmi\u015f.
-PCL.validation.directory.null=Y\u00fckleme dizini bulunam\u0131yor.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product={0} i\u00e7in veri ilklendirilemiyor
-P.error.cannot.load.logic={0} i\u00e7in konfig\u00fcrasyon mant\u0131\u011f\u0131 y\u00fcklenemiyor
-P.error.installdir.not.set={0} i\u00e7in y\u00fckleme konumu belirlenmemi\u015f
-P.error.installdir.set.empty={0} i\u00e7in y\u00fckleme konumu bo\u015f stringe atanm\u0131\u015f
-P.error.cannot.create.cache.dir={1} i\u00e7in yerel \u00f6nbellek dizini {0} olu\u015fturulam\u0131yor
-P.error.local.cache.not.dir={1} i\u00e7in yerel \u00f6nbellek dizini {0} bir dizib de\u011fil
-P.error.cannot.load.product={0} \u00fcr\u00fcn\u00fc y\u00fcklenemiyor
-P.error.logic.not.yet.downloaded={0} i\u00e7in konfig\u00fcrasyon mant\u0131\u011f\u0131 hen\u00fcz indirilmemi\u015f
-P.error.installation.data.not.cached={0} i\u00e7in y\u00fckleme verisi \u00f6nbelleklenmemi\u015f
-P.error.cannot.extract.data={0} i\u00e7in y\u00fckleme verisini \u00e7\u0131kar\u0131lam\u0131yor
-P.error.cannot.save.files.list=Y\u00fcklenmi\u015f dosya listesi kaydedilemiyor
-P.error.cannot.get.wizard.components=Bile\u015fenin sihirbaz bile\u015fenleri al\u0131nam\u0131yor
-P.error.cannot.wrap.for.macos=MacOS uygulamas\u0131 i\u00e7in dizin s\u0131rad\u00fczeni olu\u015fturulam\u0131yor.
-P.error.cannot.get.files.list=Y\u00fckleme dosya listesi al\u0131nam\u0131yor
-P.error.cannot.delete.files.list=Y\u00fcklenmi\u015f dosya listesi silinemiyor
-P.error.cannot.delete.file=Dosya silinemiyor
-P.error.cannot.remove.from.system={0} sistem y\u00fckleme y\u00f6neticisinden kald\u0131r\u0131lam\u0131yor
-P.error.not.enough.space=Y\u00fckleme verisi \u00e7\u0131kar\u0131lam\u0131yor -- hedef dizinde yeteri kadar yer yok.
-P.error.cannot.clear.cache=Y\u00fckleme veri bellek dosyas\u0131 {0} temizlenemiyor
-P.error.system.integartion.failed={0}'nin sistem paket y\u00f6neticisi ile birle\u015fimi ba\u015far\u0131s\u0131z
-
-P.message.installation={0} y\u00fckleniyor
-P.message.uninstallation={0} kald\u0131r\u0131l\u0131yor
-P.message.configuration={0} ayarlan\u0131yor
-P.message.unconfiguration=Konfig\u00fcrasyon Geri Al\u0131n\u0131yor {0}
-P.message.legal.artifacts=Hukuki belgeler olu\u015fturuluyor
-P.message.run.logic=\u00d6zelle\u015fmi\u015f konfigurasyon mant\u0131\u011f\u0131 \u00e7al\u0131\u015ft\u0131r\u0131l\u0131yor
-P.message.system.registration=Sistem paket y\u00f6neticisine kaydediliyor
-P.message.save.installation.files.list=Y\u00fcklenmi\u015f dosya listesi kaydediliyor
-P.message.delete={0} siliniyor
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_tr.properties
deleted file mode 100644
index d36908a..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_tr.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Kay\u0131t dosyas\u0131na yazarken hata olu\u015ftu. Kay\u0131t pasifle\u015ftirildi.
-
-EM.ununexpected.exception={0} ipli\u011finde beklenmeyen istisna olu\u015ftu.
-EM.errortype.critical=Kritik Hata
-EM.errortype.error=Hata
-EM.errortype.warning=Uyar\u0131
-EM.errortype.message=\u0130leti
-EM.unexpected.error=Bilinmeyen hata olu\u015ftu.
-EM.exception.message=\n\\u0130stisna:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nBu konu hakk\u0131nda daha detayl\u0131 bilgiyi kurulum kay\u0131t dosyas\u0131ndan alabilirsiniz:\n {0}
-
-FU.error.output.file.entry=Dosya girdisi {0} mevcut ama dosya de\u011fil
-FU.error.output.dir.entry=Dizin girdisi {0} mevcut ama dizin de\u011fil
-FU.message.extracting=\u00c7\u0131kar\u0131l\u0131yor {0}
-FU.error.load.xml.file.list=\u00c7\u0131karmak i\u00e7in xml dosya listesi y\u00fcklenemiyor
-FU.error.unjar.todir=Dizin {0} halihaz\u0131rda varolan bir dosya, jar dosyas\u0131 a\u00e7\u0131lam\u0131yor
-FU.message.copy.dir=Dizin kopyalan\u0131yor : {0} \u015furaya : {1}
-FU.message.copy.file=Dosya kopyalan\u0131yor : {0} \u015furaya : {1}
-FU.error.close.stream=Ak\u0131\u015f kapat\u0131lam\u0131yor.
-FU.error.source.not.readable=Kaynak {0} okunabilir de\u011fil
-FU.error.dest.not.file=Hedef {0} dosya de\u011fil
-FU.error.dest.creation=Hedef {0} olu\u015fturulam\u0131yor
-FU.error.dest.not.writable=Hedef {0} yaz\u0131lam\u0131yor
-FU.message.moving={0} {1}'e ta\u015f\u0131n\u0131yor
-FU.error.freespace={0}'deki bo\u015f disk alan\u0131 al\u0131nam\u0131yor
-FU.error.cannot.close.jar=Jar dosyas\u0131 {0} kapat\u0131lam\u0131yor
-FU.error.cannot.create.dir.exist.file={0} dizini olu\u015fturulam\u0131yor, {0} halihaz\u0131rda varolan bir dosya
-FU.error.cannot.create.dir={0} dizini olu\u015fturulam\u0131yor
-FU.error.not.jar.file=Beliritilen dosya {0} jar dosyas\u0131 de\u011fil
-FU.error.sha1.not.supported=Yok art\u0131k, bu jvm SHA1 desteklemiyor
-FU.error.md5.not.supported=Yok art\u0131k, bu jvm MD5 desteklemiyor
-FU.error.file.security.exception={0} dosyas\u0131na eri\u015firken beklenmedik bir g\u00fcvenlik sorunu olu\u015ftu.
-FU.message.delete.file={0} dosyas\u0131 siliniyor
-FU.message.delete.dir={0} dizini siliniyor
-FU.error.pack200.failed=Pack200 hatayla sonland\u0131.\nHata kodu: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 hatayla sonland\u0131.\nHata kodu: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=\u00d6zellik ayr\u0131\u015ft\u0131r\u0131lam\u0131yor - {0}, de\u011feri - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Platform ba\u011f\u0131ms\u0131z look and feel aktifle\u015ftirilemiyor. Varsay\u0131lan look and feel ile devam ediliyor.
-UI.error.failed.to.activate.defined.laf=Tan\u0131ml\u0131 look and feel aktifle\u015ftirilemiyor. Varsay\u0131lan platform ba\u011f\u0131ms\u0131z look and feel ile devam ediliyor.
-UI.error.failed.to.init.ui=UI ilklendirilemiyor
-UI.error.failed.to.force.gtk=GTK look and feel kullan\u0131m\u0131 zorlanam\u0131yor.
-UI.silent.default.yes=Evet (varsay\u0131lan) se\u00e7ene\u011fi ile devam ediliyor...
-UI.silent.default.no=Hay\u0131r (varsay\u0131lan) se\u00e7ene\u011fi ile devam ediliyor...
-UI.silent.default.cancel=\u0130ptal(varsay\u0131lan) se\u00e7ene\u011fi ile devam ediliyor...
-
-StrU.error.cannot.parse.status=Durum ayr\u0131\u015ft\u0131r\u0131lam\u0131yor: {0} 
-StrU.error.unknown.platform=Platform "{0}" tan\u0131nm\u0131yor.
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_tr.properties
deleted file mode 100644
index 830e6b8..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_tr.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=JDK do\u011frulama prosed\u00fcr\u00fc ba\u015flat\u0131lam\u0131yor.
-JU.error.cannot.delete={0} silinemiyor
-JU.error.cannot.download.testjdk={0} dan TestJDK.class dosyas\u0131 y\u00fcklenemiyor.
-JU.error.cannot.canonize={0} takdis edilemiyor
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_tr.properties
deleted file mode 100644
index 9a19cb3..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_tr.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Komut sat\u0131r\u0131 arg\u00fcman\u0131 "{0}" i\u00e7in gerekli parametre eksik.\n"{0} <look-and-feel-class-name>" \u015feklinde olmal\u0131.
-O.warning.bad.target.arg=Komut sat\u0131r\u0131 arg\u00fcman\u0131 "{0}" i\u00e7in gerekli parametre eksik.\n "{0} <target-component-uid> <target-component-version>" \u015feklinde olmal\u0131.
-O.warning.bad.locale.arg.param=Komut sat\u0131r\u0131 arg\u00fcman\u0131 "{0}" -- "{1}" i\u00e7in ge\u00e7ersiz parametre.\n"{0} <language>[_<country>[_<variant>]]" \u015feklinde olmal\u0131.
-O.warning.bad.locale.arg=Komut sat\u0131r\u0131 arg\u00fcman\u0131 "{0}" i\u00e7in gerekli parametre eksik.\n"{0} <language>[_<country>[_<variant>]]" \u015feklinde olmal\u0131.
-O.warning.missing.state.file=Belirtilen durum dosyas\u0131 "{1}" bulunam\u0131yor.\n"{0}" parametresi yok say\u0131ld\u0131.
-O.warning.bag.state.file.arg=Komut sat\u0131r\u0131 arg\u00fcman\u0131 "{0}" i\u00e7in gerekli parametre eksik.\n"{0} <state-file-path>" \u015feklinde olmal\u0131.
-O.warning.target.state.file.exists=Belirtilen durum dosyas\u0131 "{1}" halihaz\u0131rda mevcut.\n"{0}" parametresi yok say\u0131ld\u0131.
-O.warning.bad.target.state.file.arg=Komut sat\u0131r\u0131 arg\u00fcman\u0131 "{0}" \ni\u00e7in gerekli parametre eksik. "{0} <state-file-path>" \u015feklinde olmal\u0131.
-O.warning.bundle.file.exists=Belirtilen hedef dosyas\u0131 "{1}" halihaz\u0131rda mevcut.\n"{0}" parametresi yok say\u0131ld\u0131.
-O.warning.bad.create.bundle.arg=Komut sat\u0131r\u0131 arg\u00fcman\u0131 "{0}" i\u00e7in gerekli parametre eksik.\n"{0} <target-file-path>" \u015feklinde olmal\u0131.
-O.warning.bad.userdir.arg=Komut sat\u0131r\u0131 arg\u00fcman\u0131 "{0}" i\u00e7in gerekli parametre eksik.\n"{0} <userdir-path>" \u015feklinde olmal\u0131.
-O.warning.bad.platform.arg=Komut sat\u0131r\u0131 arg\u00fcman\u0131 "{0}" i\u00e7in gerekli parametre eksik.\n"{0} <target-platform>" \u015feklinde olmal\u0131.
-O.warning.bad.registry.arg=Komut sat\u0131r\u0131 arg\u00fcman\u0131 "{0}" i\u00e7in gerekli parametre eksik.\n"{0} <remote-registry-url>" \u015feklinde olmal\u0131.
-O.warning.bad.properties.arg=Komut sat\u0131r\u0131 arg\u00fcman\u0131 "{0}" i\u00e7in gerekli parametre eksik.\n"{0} <properties-file-path>" \u015feklinde olmal\u0131.
-O.warning.bad.bundle.properties.arg=Komut sat\u0131r\u0131 arg\u00fcman\u0131 "{0}" i\u00e7in gerekli parametre eksik.\n"{0} <bundle-properties-file-path>" \u015feklinde olmal\u0131.
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_tr.properties
deleted file mode 100644
index 2a1d636..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_tr.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Kurulu de\u011fil
-Status.to-be-installed=Kurulacaklar
-Status.installed=Kurulu olanlar
-Status.to-be-uninstalled=Kald\u0131r\u0131lacaklar
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Ba\u015far\u0131yla Kuruldu
-DetailedStatus.install.warning=Uyar\u0131larla Kuruldu
-DetailedStatus.install.error=Kurulamad\u0131
-DetailedStatus.uninstall.success=Ba\u015far\u0131yla Kald\u0131r\u0131ld\u0131
-DetailedStatus.uninstall.warning=Uyar\u0131larla Kald\u0131r\u0131ld\u0131
-DetailedStatus.uninstall.error=Kald\u0131r\u0131lamad\u0131
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_tr.properties
deleted file mode 100644
index 256764c..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_tr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon={0} adresinden \u00e7er\u00e7eve simgesi indirilemedi.
-NF.error.failed.to.set.frame.icon=\u00c7er\u00e7eve simgesi atanamad\u0131.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=G\u00f6zat
-NFC.filechooser.approve.button.text=&Tamam
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_tr.properties
deleted file mode 100644
index df31665..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_tr.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=Tan\u0131mlad\u0131\u011f\u0131n\u0131z y\u00fczde - {0} hatal\u0131. Bile\u015fik ilerlemenin \ntoplam y\u00fczdesi (kendi y\u00fczdesi ve alt \u00f6\u011felerinin \ny\u00fczdeleri toplam\u0131)  {1}'den az {2}'den fazla olamaz.
-
-CP.error.progress=Belirtilen alt ilerleme bile\u015fik ilerlemeye dahil de\u011fil\ dolay\u0131s\u0131yla kald\u0131r\u0131lam\u0131yor. 
-
-################################################################################
-# Progress.java
-P.error.percentage=Tan\u0131mlad\u0131\u011f\u0131n\u0131z y\u00fczde - {0} hatal\u0131. \u0130lerlemenin toplam y\u00fczdesi {1}'den az {2}'den \u00e7ok olamaz.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_tr.properties
deleted file mode 100644
index 6fbaf93..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_tr.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Paket {0}'den y\u00fcklenemiyor
-LP.error.no.files={0} adresinde hi\u00e7 dosya yok.
-LP.error.not.directory={0} dizin de\u011fil
-LP.error.directory.do.not.exist={0} dizini mevcut de\u011fil
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_tr.properties
deleted file mode 100644
index 46422b5..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_tr.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=Paketli yada harici jar dosyalar\u0131 bulunamad\u0131
-CnL.error.cannot.find.jvm.file=JVM dosyas\u0131 {0} bulunam\u0131yor
-CnL.error.cannot.find.class={0} s\u0131n\u0131f\u0131 paketli ve harici dosyalar aras\u0131nda blunam\u0131yor
-CnL.error.main.class.unspecified=Belirtilen dosyalar aras\u0131nda main s\u0131n\u0131f bulunamad\u0131
-CnL.error.cannot.get.output.name=Paketli dosya yok - \u00e7\u0131kt\u0131 dosya ismi al\u0131nam\u0131yor
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon={0} adresinden ba\u015flat\u0131c\u0131 simgesi al\u0131nam\u0131yor
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_tr.properties
deleted file mode 100644
index e1d391c..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_tr.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Varsay\u0131lan uygulaman\u0131n konumu al\u0131nam\u0131yor
-SR.error.cannot.parse.pattern=\u00d6r\u00fcnt\u00fc ayr\u0131\u015ft\u0131r\u0131lam\u0131yor: {0}
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_tr.properties
deleted file mode 100644
index 8585aef..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_tr.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Yerel metoda ula\u015f\u0131lam\u0131yor
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_tr.properties
deleted file mode 100644
index f24ffd5..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_tr.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Varsay\u0131lan Sihirbaz olu\u015fturulam\u0131yor.
-W.error.failed.to.load.components=Classloader {1} kullan\u0131larak {0}'den sihirbaz bile\u015fenleri y\u00fcklenemedi.
-W.error.failed.to.load.component=Classloader {1} kullan\u0131larak XML eleman\u0131 {0}'den sihirbaz bile\u015fenleri y\u00fcklenemedi.
-W.error.unknown.ui.mode=Bilinmeyen UI kipi - {0}.
-W.error.cannot.move.backward.silent=Sessiz UI kipinde geriye gidilemez.
-W.error.cannot.move.backward.at.first=Geriye gidilemez - sihirbaz zaten birinci basamakta.
-W.error.parser.unsupports.schemas=Halihaz\u0131rdaki ayr\u0131\u015ft\u0131r\u0131c\u0131  - {0} - \u015femalar\u0131 desteklemiyor.
-W.error.interrupted=\u0130\u015flem beklerken kesintisiye u\u011frad\u0131
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_tr.properties
deleted file mode 100644
index c1871c0..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_tr.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE Kurulumu
-WC.description=NetBeans IDE Kurulum Tan\u0131m\u0131
-
-WC.help.button.text=&Yard\u0131m!
-WC.back.button.text=< &Geri
-WC.next.button.text=\u0130&leri >
-WC.cancel.button.text=\u0130ptal
-WC.finish.button.text=&Bitir
-
-WC.cancel.dialog.title=\u0130ptal
-WC.cancel.dialog.text=\u0130ptal etmek istedi\u011finizden emin misiniz?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=InterruptedException olu\u015ftu.
-
-WA.canceling.progress.title=\u0130ptal ediliyor, ge\u00e7erli i\u015flem sonland\u0131r\u0131l\u0131yor...
-
-WA.cancel.dialog.title=\u0130ptal
-WA.cancel.dialog.text=\u0130ptal etmek istedi\u011finizden emin misiniz?
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_tr.properties
deleted file mode 100644
index 01e1b8b..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_tr.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=\u00d6nbellekleme Motoru...
-CEA.description=L\u00fctfen sihirbaz motoru \u00f6nbelleklerken bekleyin.
-CEA.error.cannot.cache.engine=Kurulum motoru \u00f6nbelleklenemiyor.
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Paket Olu\u015fturuluyor...
-CBA.description=L\u00fctfen sihirbaz se\u00e7ili bile\u015fenlerden paket olu\u015fturuken bekleyin.
-
-CBA.progress.create.bundle.title={0}'e da\u011f\u0131t\u0131labilir paket olu\u015fturuluyor
-CBA.progress.add.engine.detail=Pakete kurulum motorunu ekle
-CBA.progress.add.product.detail={0} ekleniyor ...
-CBA.progress.add.group.detail={0} ekleniyor ...
-
-CBA.error.failed.create.bundle=Paket olu\u015fturulamad\u0131
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Yerel Ba\u015flat\u0131c\u0131 Olu\u015fturuluyor ...
-CNLA.description=L\u00fctfen sihirbaz jar dosyas\u0131 i\u00e7in ba\u015flat\u0131c\u0131 olu\u015ftururken bekleyin.
-CNLA.error.failed.create.launcher=Yerel ba\u015flat\u0131c\u0131 olu\u015fturulamad\u0131.
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=MacOSX Uygulama Ba\u015flat\u0131c\u0131 Olu\u015fturuluyor...
-CMALA.description=L\u00fctfen sihirbaz jar dosyas\u0131 i\u00e7in uygulama ba\u015flat\u0131c\u0131 olu\u015ftururken bekleyin.
-CMALA.error.failed.create.launcher=Uygulama ba\u015flat\u0131c\u0131s\u0131 olu\u015fturulamad\u0131
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Konfig\u00fcrasyon Mant\u0131\u011f\u0131 Haz\u0131rlan\u0131yor...
-DCLA.description=L\u00fctfen sihirbaz konfig\u00fcrasyon mant\u0131\u011f\u0131n\u0131 haz\u0131rlarken bekleyin.
-DCLA.progress.remote.title={0} i\u00e7in konfig\u00fcrasyon mant\u0131\u011f\u0131 indiriliyor
-DCLA.progress.local.title={0} i\u00e7in konfig\u00fcrasyon mant\u0131\u011f\u0131 \u00e7\u0131kar\u0131l\u0131yor
-DCLA.failed={0} i\u00e7in kurulum mant\u0131\u011f\u0131 indirilemedi
-DCLA.dependent.failed={1} kurulamad\u0131\u011f\u0131nda {0} da kurulam\u0131yor
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Kurulum Verisi Haz\u0131rlan\u0131yor...
-DIDA.description=L\u00fctfen sihirbaz kurulum verisini haz\u0131rlarken bekleyin.
-DIDA.progress.remote.title={0} i\u00e7in kurulum verisi indiriliyor
-DIDA.progress.local.title={0} i\u00e7in kurulum verisi \u00e7\u0131kar\u0131l\u0131yor
-DIDA.failed={0} i\u00e7in kurulum verisi indirilemedi
-DIDA.dependent.failed={1} kurulamad\u0131\u011f\u0131nda {0} da kurulam\u0131yor
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=\u0130lklendiriliyor...
-IRA.description=L\u00fctfen kurulum sihirbaz\u0131 ilklendirilirken bekleyin.
-IRA.registry.initialization.failed=Kay\u0131t defteri ilklendirilemiyor
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Sonland\u0131r\u0131l\u0131yor...
-FRA.description=L\u00fctfen kurulum sihirbaz\u0131 sonland\u0131r\u0131l\u0131rken bekleyin.
-FRA.registry.finalization.failed=Kay\u0131t deteri sonland\u0131r\u0131lam\u0131yor
-
-################################################################################
-# InstallAction.java
-IA.title=Kuruluyor...
-IA.description=L\u00fctfen sihirbaz se\u00e7ili bile\u015fenleri kurarken bekleyin.
-IA.progress.install.title=Kuruluyor {0}...
-IA.progress.rollback.title=\u0130ptal edilip geri \u00e7ekiliyor {0}...
-IA.install.dependent.failed={1} kurulamad\u0131\u011f\u0131ndan {0} de kurulam\u0131yor
-IA.install.unknown.error=Bilinmeyen Hata
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Java\u2122 Ortamlar\u0131 Aran\u0131yor...
-SFJA.description=L\u00fctfen sihirbaz sisteminizi Java\u2122 ortamlar\u0131 i\u00e7in ararken bekleyiniz.
-SFJA.prepare.list=Konum listesi haz\u0131rlan\u0131yor...
-SFJA.checking=Kontrol ediliyor {0}
-SFJA.search.java=Kurulu Java ortamlar\u0131 aran\u0131yor...
-SFJA.entry.label={0} (v. {1} by {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Kald\u0131r\u0131l\u0131yor...
-UA.description=L\u00fctfen sihirbaz se\u00e7ili bile\u015fenleri kald\u0131r\u0131ken bekleyiniz.
-UA.progress.uninstall.title={0} kald\u0131r\u0131l\u0131yor
-UA.uninstall.dependent.failed={1} kald\u0131r\u0131lamad\u0131\u011f\u0131nda {0} de kald\u0131r\u0131lam\u0131yor
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=Kaynak bile\u015fen UID'si atanmam\u0131\u015f
-SILA.error.cannot.find.component=Verilen UID'li bile\u015fen bulunmuyor
-SILA.error.cannot.get.logic={0} i\u00e7in konfig\u00fcrasyon mant\u0131\u011f\u0131na eri\u015filemiyor
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_tr.properties
deleted file mode 100644
index b835392..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_tr.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Konum:
-ALP.location.button.text=&G\u00f6zat...
-ALP.list.label.text=Arama algoritmas\u0131 taraf\u0131ndan \u015fu &konumlar bulundu:
-
-ALP.error.nothing.found=Uygun uygulama bulunamad\u0131.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Bile\u015fen Se\u00e7imi
-CSP.description.both=Kurmak istedi\u011finiz bile\u015fenleri se\u00e7in. Kald\u0131rmak istediklerinizin i\u015faretini kald\u0131r\u0131n.
-CSP.description.install=Kurmak istedi\u011finiz bile\u015fenleri se\u00e7in.
-CSP.description.uninstall=Kald\u0131rmak istediklerinizin i\u015faretini kald\u0131r\u0131n.
-CSP.feature.description.title=\u00d6zellik Tan\u0131m\u0131
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Kurulum boyutu: {0}     \u0130ndirileceklerin boyutu: {1}
-CSP.sizes.label.text.no.download=Kurulum boyutu: {0}
-
-CSP.default.installation.size=YOK
-CSP.default.download.size=YOK
-
-CSP.error.no.changes.both=Se\u00e7ili \u00f6zellik yok. Kurulum veya kald\u0131r\u0131m i\u00e7in bir \u00f6zellik se\u00e7in.
-CSP.error.no.changes.install=Se\u00e7ili \u00f6zellik yok. Kurulum i\u00e7in bir \u00f6zellik se\u00e7in.
-CSP.error.no.changes.uninstall=Se\u00e7ili \u00f6zellik yok. Kald\u0131r\u0131m i\u00e7in bir \u00f6zellik se\u00e7in.
-CSP.error.requirement.install={0} kurmak i\u00e7in {1} laz\u0131m.
-CSP.error.conflict.install={0}  {1} ile \u00e7ak\u0131\u015f\u0131yor.
-CSP.error.requirement.uninstall={0}  {1} i\u00e7in gerekli.
-CSP.error.not.enough.space.to.download=Y\u00fckleme verisini indirmek i\u00e7in yetersiz disk alan\u0131. {0} i\u00e7inde ek olarak {1} laz\u0131m.
-CSP.error.not.enough.space.to.extract=Y\u00fckleme verisini a\u00e7mak i\u00e7in yetersiz disk alan\u0131. {0} i\u00e7erisinde {1} ek olarak gerekli
-CSP.error.cannot.check.space=Bo\u015f disk alan\u0131 kontrol edilemiyor
-
-################################################################################
-# DestinationPanel.java
-DP.title=Kurulum Klas\u00f6r\u00fc
-DP.description=Hedef klas\u00f6r\u00fc se\u00e7iniz.
-
-DP.destination.label.text=&Kurulum konumu:
-DP.destination.button.text=&G\u00f6zat...
-
-DP.error.null=Kurulum klas\u00f6r\u00fc bo\u015f olamaz.
-DP.error.not.valid=Belirtilen kurulum klas\u00f6r\u00fc ge\u00e7ersiz.
-DP.error.contains.exclamation=Kurulum klas\u00f6r\u00fc \u00fcnlem i\u015fareti (!) i\u00e7eremez.
-DP.error.contains.semicolon=Kurulum klas\u00f6r\u00fc noktal\u0131 virg\u00fcl (;) i\u00e7eremez.
-DP.error.contains.colon=Kurulum klas\u00f6r\u00fc iki nokta i\u015fareti(:) i\u00e7eremez.
-DP.error.contains.ampersand=Kurulum klas\u00f6r\u00fc (&) i\u015fareti i\u00e7eremez.
-DP.error.contains.wrong.char=Kurulum klas\u00f6r\u00fc yanl\u0131\u015f karakter i\u00e7eriyor ({1}).
-DP.error.matches.prohibited.regexp=Belirtilen kurulum klas\u00f6r\u00fc ge\u00e7ersiz (ge\u00e7ersiz desen i\u00e7eriyor {1}).
-DP.error.not.absolute=Belirtilen kurulum klas\u00f6r\u00fc mutlak yol bi\u00e7iminde olmal\u0131d\u0131r.
-DP.error.cannot.canonize=Belirtilen kurulum klas\u00f6r\u00fc e\u015fleni\u011fine atanam\u0131yor.
-DP.error.not.directory=Belirtilen kurulum klas\u00f6r yolu klas\u00f6r de\u011fil.
-DP.error.not.readable=Belirtilen kurulum klas\u00f6r\u00fc okunabilir de\u011fil.
-DP.error.not.writable=Belirtilen kurulum klas\u00f6r\u00fc salt-okunur.
-DP.error.not.empty=Belirtilen kurulum klas\u00f6r\u00fc bo\u015f de\u011fil.
-DP.error.not.ends.with.app=Belirtilen kurulum klas\u00f6r\u00fc ".app" ile bitmelidir
-DP.error.not.enough.space=Yeterli disk alan\u0131 yok. {0} i\u00e7in fazladan {1} gerekli.
-DP.error.cannot.get.logic=Konfig\u00fcrasyon mant\u0131\u011f\u0131 al\u0131nam\u0131yor.
-DP.error.cannot.check.space=Bo\u015f disk alan\u0131 kontrol edilemiyor
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 ev dizini:
-JLP.location.label.text.java=&Java\u2122 ortam\u0131 ba\u015flang\u0131\u00e7 klas\u00f6r\u00fc:
-JLP.location.button.text=&G\u00f6zat...
-JLP.list.label.text=Bu makinada bulunan uygun JDK\u2122'lar\u0131n &listesi:
-JLP.list.label.text.java=Bu makinada bulunan uygun Java ortamlar\u0131n\u0131n &listesi:
-
-JLP.error.null=JDK yolu bo\u015f olamaz.
-JLP.error.null.java=Java ortam yolu bo\u015f olamaz.
-JLP.error.not.valid.path=Belirtilen JDK klas\u00f6r\u00fc {0} ge\u00e7ersiz.
-JLP.error.not.valid.path.java=Belirtilen Java ortam klas\u00f6r\u00fc {0} ge\u00e7ersiz.
-JLP.error.path.not.exists=Belirtilen JDK klas\u00f6r\u00fc {0} bulunam\u0131yor.
-JLP.error.path.not.exists.java=Belirtilen Java ortam klas\u00f6r\u00fc {0} bulunam\u0131yor.
-JLP.error.not.javahome=Belirtilen JDK klas\u00f6r\u00fc {0} JDK i\u00e7ermiyor.
-JLP.error.not.javahome.java=Belirtilen Java ortam klas\u00f6r\u00fc {0} Java ortam\u0131 i\u00e7ermiyor.
-JLP.error.not.jdk=Belirtilen JDK klas\u00f6r\u00fc {0} JRE i\u00e7eriyor fakat tam bir JDK kurulumu gerekli.
-JLP.error.wrong.version.older=Belirtilen JDK klas\u00f6r\u00fc {0} JDK versiyonu "{1}" i\u00e7eriyor fakat en d\u00fc\u015f\u00fck versiyon "{2}" gerekli.
-JLP.error.wrong.version.older.java=Belirtilen Java ortam klas\u00f6r\u00fc {0} Java versiyonu "{1}" i\u00e7eriyor fakat en d\u00fc\u015f\u00fck versiyon "{2}" gerekli.
-JLP.error.wrong.version.newer=Belirtilen JDK klas\u00f6r\u00fc {0} JDK versiyonu "{1}" i\u00e7eriyor fakat en y\u00fcksek versiyon "{2}" gerekli.
-JLP.error.wrong.version.newer.java=Belirtilen Java ortam klas\u00f6r\u00fc {0} Java versiyonu "{1}" i\u00e7eriyor fakat en y\u00fcksek versiyon "{2}" gerekli.
-JLP.error.wrong.vendor=Belirtilen JDK klas\u00f6r\u00fc {0} desteklenmeyen sa\u011flay\u0131c\u0131 ({1}) JDK's\u0131 i\u00e7eriyor. Desteklenen sa\u011flay\u0131c\u0131lar \u015funlard\u0131r: "{2}".
-JLP.error.wrong.vendor.java=Belirtilen Java ortam klas\u00f6r\u00fc {0} desteklenmeyen sa\u011flay\u0131c\u0131 ({1}) Java's\u0131 i\u00e7eriyor. Desteklenen sa\u011flay\u0131c\u0131lar \u015funlard\u0131r: "{2}".
-JLP.error.unknown=Dosya yolu do\u011frulan\u0131rken bilinmeyen hata olu\u015ftu.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>Kurulum uygun bir JDK bulamad\u0131, l\u00fctfen elle JDK yolunu belirleyin.<br>Gerekli en d\u00fc\u015f\u00fck versiyon {0}'dir. JDK'y\u0131 indirmek i\u00e7in <a href="{2}">{2}</a> adresini ziyaret edin.
-JLP.error.nothing.found.java=<html>Kurulum uygun bir Java ortam\u0131 bulamad\u0131, l\u00fctfen elle Java ortam yolunu belirleyin.<br>Gerekli en d\u00fc\u015f\u00fck versiyon {0}'dir. Java ortam\u0131n\u0131 indirmek i\u00e7in l\u00fctfen <a href="{2}">{2}</a> adresini ziyaret edin. 
-
-JLP.usedby.label={0} (used by {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Paket Olu\u015fturum Sonras\u0131 \u00d6zeti
-PoCBSP.dialog.description=\u00c7\u0131kmak i\u00e7in Bitir'i t\u0131klay\u0131n.
-
-PoCBSP.message.success.text=Kurulum sihirbaz\u0131 se\u00e7ili aksiyonlar\u0131 ba\u015far\u0131yla tamamlad\u0131.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Paket olu\u015fturum esnas\u0131nda baz\u0131 hatalar meydana geldi.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=\u015eu bile\u015fenler ba\u015far\u0131yla paketlendi:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=\u015eu bile\u015fenler paketlenemedi:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=Kayd\u0131 &G\u00f6ster
-PoCBSP.send.log.button.text=&Kayd\u0131 G\u00f6nder
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Kurulum Sihirbaz\u0131 Kurulum Sonras\u0131 \u00d6zeti
-
-PoISP.message.success.text=Kurulum sihirbaz\u0131 se\u00e7ili aksiyonlar\u0131 ba\u015far\u0131yla tamamlad\u0131.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Kurulum/kald\u0131r\u0131m i\u015flemi esnas\u0131nda baz\u0131 uyar\u0131lar olu\u015ftu.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Kurulum/kald\u0131r\u0131m i\u015flemi esnas\u0131nda baz\u0131 hatalar olu\u015ftu.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=\u015eu bile\u015fenler ba\u015far\u0131l\u0131 bir \u015fekilde kuruldu:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=\u015eu bile\u015fenler uyar\u0131larla kuruldu:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=\u015eu bile\u015fenler kurulamad\u0131:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=\u015eu bile\u015fenler ba\u015far\u0131l\u0131 bir \u015fekilde kald\u0131r\u0131ld\u0131
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=\u015eu bile\u015fenler uyar\u0131larla kald\u0131r\u0131ld\u0131:\n
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=\u015eu bile\u015fenler kald\u0131r\u0131lamad\u0131:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=&Detaylar\u0131 G\u00f6ster
-PoISP.view.log.button.text=Kayd\u0131 G\u00f6r\u00fcnt\u00fc&le
-PoISP.send.log.button.text=&Kayd\u0131 G\u00f6nder
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Kay\u0131t dosyas\u0131na eri\u015filemiyor
-
-PoISP.message.files.remaining= {0} kurulum klas\u00f6rlerinden az\u0131 dosyalar kald\u0131r\u0131lamad\u0131. Kendiniz bu dosyalar\u0131 elle kald\u0131rmay\u0131 deneyebilirsiniz.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Paket Olu\u015fum \u00d6ncesi \u00d6zeti
-PrCBSPdialog.description=Paketi olu\u015fturmak i\u00e7in Olu\u015ftur'a bas\u0131n.
-
-PrCBSPmessage.text=Sihirbaz paketleme i\u015flemine devam etmek i\u00e7in gerekli olan t\u00fcm verileri toplad\u0131. L\u00fctfen se\u00e7ene\u011finizi g\u00f6zden ge\u00e7irin. Devam etmek i\u00e7in \u0130leri'yi t\u0131klay\u0131n.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=A\u015fa\u011f\u0131daki bile\u015fenlerden olu\u015fan bir paket olu\u015fturmay\u0131 se\u00e7tiniz:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Toplam indirme boyutu: {0}
-PrCBSPrequired.disk.space.label.text=Gerekli disk alan\u0131: {0}
-PrCBSPcreate.button.text=&Olu\u015ftur
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Kurulum \u00d6ncesi \u00d6zeti
-
-PrISP.message.text=Kurulum sihirbaz\u0131 se\u00e7ili bile\u015fenlerin kurulum/kald\u0131r\u0131m\u0131na devam etmek i\u00e7in gerkli olan t\u00fcm veriyi toplad\u0131. L\u00fctfen se\u00e7eneklerinizi g\u00f6zden ge\u00e7irin. Devam etmek i\u00e7in \u0130leri'yi t\u0131klay\u0131n.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=Kurmak i\u00e7in a\u015fa\u011f\u0131daki bile\u015fenleri se\u00e7tiniz:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=Kald\u0131rmak i\u00e7in a\u015fa\u011f\u0131daki bile\u015fenleri se\u00e7tiniz:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Toplam indirme boyutu: {0}
-PrISP.required.disk.space.label.text=Gerekli disk alan\u0131: {0}
-PrISP.install.button.text=&Y\u00fckle
-
-PrISP.error.not.enough.space=Tam bir kurulum i\u00e7in yetersiz disk alan\u0131. {0} i\u00e7erisinde {1} ek olarak gerekli
-PrISP.error.cannot.check.space=Bo\u015f disk alan\u0131 kontrol edilemiyor
-PrISP.error.logic.access=\u00dcr\u00fcn\u00fcn konfigurasyon mant\u0131\u011f\u0131na ula\u015f\u0131lam\u0131yor
-PrISP.error.fsroots=Dosya sistem k\u00f6k listesi al\u0131nam\u0131yor
-PrISP.error.non.existent.root={0} herhangi bir dosya sistem k\u00f6k\u00fcne dahil olmayan {1}'e y\u00fcklenmek i\u00e7in ayarlanm\u0131\u015f.
-PrISP.error.cannot.write={0} kurulum klas\u00f6r\u00fcn\u00fcn {1}'sine sihirbaz\u0131n yazmak i\u00e7in eri\u015fim yetkisi yok. L\u00fctfe ilerlemeden \u00f6nce izinleri d\u00fczeltin
-
-################################################################################
-# LicensesPanel.java
-LP.title=Lisans S\u00f6zle\u015fmesi
-LP.description=L\u00fctfen a\u015fa\u011f\u0131daki lisans s\u00f6zle\u015fmesini dikkatlice okuyun.
-
-LP.accept.checkbox.text=Lisans s\u00f6zle\u015fmesindeki ko\u015fullar\u0131 k&abul ediyorum
-LP.error.cannot.get.logic=Konfig\u00fcrasyon mant\u0131\u011f\u0131na ula\u015f\u0131lam\u0131yor
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<Metin Yok>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=\u0130ptal etmek istedi\u011finizden emin misiniz?
-EMP.cancel.dialog.title=\u0130ptal
-EMP.error.failed.input.verify=Girdi do\u011frulanamad\u0131
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_tr.properties
deleted file mode 100644
index d611fbb..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_tr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Sihirbaz simgesi URI - {0} adresinden y\u00fcklenemedi.
-SFC.error.failed.to.set.icon=Swing \u00e7er\u00e7eve ta\u015f\u0131y\u0131c\u0131 simgesi atanamad\u0131.
-SFC.error.failed.to.attach.error.handler=EDT'ye \u00f6zelle\u015ftirilmi\u015f hata i\u015fleyici ili\u015ftirilemedi.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Varsay\u0131lan kapama i\u015flemi atanamad\u0131
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_tr.properties
deleted file mode 100644
index 6ed91b4..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_tr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Kurulum detaylar\u0131
-IDD.component.label=Bile\u015fen
-IDD.status.label=Durum
-
-ILD.loading.logfile=Kay\u0131t dosyas\u0131 y\u00fckleniyor. L\u00fctfen bekleyin...
-ILD.error.reading.log=Kay\u0131t dosyas\u0131 {0} okunam\u0131yor
-ILD.error.log.contents=Kay\u0131t i\u00e7eri\u011fine ula\u015f\u0131lam\u0131yor.
-
diff --git a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_tr.properties b/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_tr.properties
deleted file mode 100644
index 1d232ce..0000000
--- a/l10n/src/tr/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_tr.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Name=NBI Engine Library
-
diff --git a/l10n/src/tr/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_tr.properties b/l10n/src/tr/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_tr.properties
deleted file mode 100644
index bce1296..0000000
--- a/l10n/src/tr/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_tr.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apple Application Menu
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Enables proper support for the Apple Application menu
-
-OpenIDE-Module-Long-Description=Enables Apple menu items to work properly, and moves some standard menu items there - Tools | Options becomes Preferences, Help | About becomes about, File | Exit becomes Quit.
-
-MSG_MinimizeWindowAction=Pencereyi &K\u00fc\u00e7\u00fclt
-
diff --git a/l10n/src/tr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_tr.properties b/l10n/src/tr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_tr.properties
deleted file mode 100644
index 69a7270..0000000
--- a/l10n/src/tr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_tr.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Ba\u011flant\u0131 kuruluyor ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates={0} i\u00e7indeki g\u00fcncellemeler kontrol ediliyor... 
-InstallSupportImpl_Validate_CorruptedNBM=NBM {0} okunam\u0131yor
-InstallSupportImpl_TurnOnTimeout={0} y\u00fcklenirken zaman a\u015f\u0131m\u0131
-InstallSupportImpl_NullSource=Bile\u015fen "{0}" i\u00e7in kaynak URL'i null. B\u00fcy\u00fck olas\u0131l\u0131kla UC katalo\u011funda "distribution" \u00f6zelli\u011fi bo\u015f stringe atanm\u0131\u015f.Detaylar i\u00e7in http://www.netbeans.org/issues/show_bug.cgi?id=153799 ba\u011flant\u0131s\u0131na bak\u0131n.
-InstallSupportImpl_Download_Unavailable={0}'e eri\u015filemiyor.
-OperationSupportImpl_Custom_Uninstall={0} kald\u0131r\u0131l\u0131yor
-OperationSupportImpl_Custom_Install={0} y\u00fckleniyor
-
-UpdateUnitFactory_Libraries_Category=K\u00fct\u00fcphaneler
-UpdateUnitFactory_Bridges_Category=K\u00f6pr\u00fcler
-UpdateUnitFactory_Unsorted_Category=Kategorilendirilmemi\u015f
-UpdateElementImpl_Feature_CategoryName=\u00d6zellikler
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Y\u00fcklenmi\u015f Mod\u00fcl:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Y\u00fcklenmi\u015f Mod\u00fcller:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Hen\u00fcz y\u00fcklenmemi\u015f mod\u00fcl:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Hen\u00fcz y\u00fcklenmemi\u015f mod\u00fcller:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>Eklenti taraf\u0131ndan \u00f6nerilen yeni mod\u00fcl:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>Eklenti taraf\u0131ndan \u00f6nerilen yeni mod\u00fcller:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/tr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_tr.properties b/l10n/src/tr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_tr.properties
deleted file mode 100644
index eafc32e..0000000
--- a/l10n/src/tr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_tr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Long-Description=AutoUpdate \u00f6zelli\u011fi pek \u00e7ok servis sunar: y\u00fcklenmi\u015f mod\u00fcllerin mevcut g\u00fcncellemelerini indirir ve y\u00fckler, G\u00fcncelleme Merkezlerine kaydedilmi\u015f yeni mod\u00fclleri arar ve y\u00fckler, mod\u00fclleri g\u00f6sterir ve y\u00f6netir.
-OpenIDE-Module-Name=Otomatik G\u00fcncelleme Servisleri
-OpenIDE-Module-Short-Description=G\u00fcncelleme Merkezindeki mod\u00fcl g\u00fcncellemelerinde arama yapmak, mod\u00fclleri indirmek ve y\u00fcklemek i\u00e7in destek verir.
-
diff --git a/l10n/src/tr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_tr.properties b/l10n/src/tr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_tr.properties
deleted file mode 100644
index 729e028..0000000
--- a/l10n/src/tr/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_tr.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Varsay\u0131lan G\u00fcncelleme Merkezi
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=K\u00fct\u00fcphaneler
-ArtificialFeaturesProvider_Bridges_Category=K\u00f6pr\u00fcler
-ArtificialFeaturesProvider_Unsorted_Category=Kategorilendirilmemi\u015f
-ArtificialFeaturesProvider_Features_Category=\u00d6zellikler
-NetworkAccess_Timeout={0}'e ba\u011flant\u0131 zaman a\u015f\u0131m\u0131na u\u011frad\u0131.
-
diff --git a/l10n/src/tr/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_tr.properties b/l10n/src/tr/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_tr.properties
deleted file mode 100644
index 3026262..0000000
--- a/l10n/src/tr/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_tr.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=A\u00e7maya Haz\u0131rlan\u0131yor
-CTL_UnpackingFile=A\u00e7\u0131lan Dosya:
-CTL_DeletingFiles=Dosyalar kald\u0131r\u0131l\u0131yor...
-CTL_DisablingFiles=Dosyalar etkisizle\u015ftiriliyor...
-UpdaterFrame.jTextArea1.text=G\u00fcncelleme devam ediyor.\n\nL\u00fctfen bekleyiniz ...
-UpdaterFrame.textLabel.text=A\u00e7maya Haz\u0131rlan\u0131yor
-UpdaterFrame.Form.title=G\u00fcncelleyici
-UpdaterFrame.textLabel.fontName=Pencere
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/tr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_tr.properties b/l10n/src/tr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_tr.properties
deleted file mode 100644
index 53d4a90..0000000
--- a/l10n/src/tr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_tr.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} fazla ...
-Less_Command_Text={0} az ...
-UnitTab_ReloadTime=Son Kontrol: {0}
-UnitTab_ReloadTime_Never=hi\u00e7bir zaman
-UnitTab_LessAction=Daha az Eklenti G\u00f6ster
-UnitTab_MoreAction=Daha fazla Eklenti G\u00f6ster
-UnitTab_TooltipCheckBox_INSTALLED={0} eklentisini kontrol et
-UnitTab_Tooltip_RefreshAction=Katalo\u011fu Yeniden Y\u00fckle
-UnitTab_bTabAction_Name_INSTALLED=Kald\u0131r
-UnitTab_TooltipCheckBox_UPDATE={0} eklentisini kontrol et
-UnitTab_bTabAction_Name_UPDATE=&G\u00fcncelle
-UnitTab_CheckAction=Se\u00e7
-UnitTab_CheckCategoryAction=Kategoriyi Se\u00e7
-UnitTab_UncheckCategoryAction=Kategoriyi Kald\u0131r
-UnitTab_CheckAllAction=Hepsini Se\u00e7
-UnitTab_UncheckAllAction=Hepsini Kald\u0131r
-UnitTab_ReloadAction=&Katalo\u011fu Yeniden Y\u00fckle
-UnitTab_PrepareReloadAction=Please wait a while reloading catalog
-UnitTab_RemoveLocallyDownloadedAction=&Kald\u0131r
-UnitTab_ActivateAction=&Aktifle\u015ftir
-UnitTab_ActivateCategoryAction=Kategoriyi Aktif Et
-UnitTab_DeactivateAction=&Pasifle\u015ftir
-UnitTab_DeactivateCategoryAction=Kategoriyi Etkisizle\u015ftir
-AvailableTab_SourceCategory_Tooltip_STANDARD=Sertfikal\u0131 Eklenti
-AvailableTab_SourceCategory_Tooltip_BETA=Beta Eklenti
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Topluluklar taraf\u0131ndan sa\u011flanan Eklenti
-InstallTab_Active_Tooltip=Etkin
-InstallTab_InActive_Tooltip=Kapal\u0131
-InstallTab_PendingForInstall_Tooltip=Y\u00fcklemeyi tamamlamak i\u00e7in yeniden ba\u015flatma gerekli
-InstallTab_PendingForDeactivate_Tooltip=Devre d\u0131\u015f\u0131 b\u0131rakmay\u0131 tamamlamak i\u00e7in yeniden ba\u015flatma gerekli
-InstallTab_ReadOnly_Tooltip={0} salt-okunur modda ve kontrol edilemez
-UnitTab_TooltipCheckBox_AVAILABLE={0} eklentisini kontrol et
-UnitTab_bTabAction_Name_AVAILABLE=&Y\u00fckle
-UnitTab_TooltipCheckBox_LOCAL={0} eklentisini kontrol et
-UnitTab_Tooltip_AddAction_LOCAL=Yerel olarak indirilen eklentileri ekle
-UnitTab_Tooltip_RemoveAction_LOCAL=Eklentiyi listeden kald\u0131r
-UnitTab_bTabAction_Name_LOCAL=&Y\u00fckle
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} eklenti se\u00e7ildi
-UnitTab_lHowManySelected_Many_Text={0} eklenti se\u00e7ildi
-UnitTab_OperationName_Text_INSTALLED=Kald\u0131r
-UnitTab_OperationName_Text_UPDATE=G\u00fcncelle
-UnitTab_OperationName_Text_AVAILABLE=Y\u00fckle
-UnitTab_OperationName_Text_LOCAL=Y\u00fckle
-UnitTab_lWarning_Text={0} i\u015flemi uygulaman\u0131n tekrar a\u00e7\u0131lmas\u0131n\u0131 gerektirecektir
-PluginManagerUI_UnitTab_Update_Title=G\u00fcncellemeler
-PluginManagerUI_UnitTab_Update_ToolTip=Uygulaman\u0131z g\u00fcncel!
-PluginManagerUI_UnitTab_Available_ToolTip=Hi\u00e7 eklenti yok. En yeni eklentiler i\u00e7in Katalo\u011fu Yeniden Y\u00fckle'ye t\u0131kla.
-PluginManagerUI_UnitTab_Available_Title=Uygun Eklentiler
-PluginManagerUI_UnitTab_Installed_Title=Y\u00fckl\u00fc Olanlar
-PluginManagerUI_UnitTab_Local_Title=\u0130ndirlenler
-UnitTab_bAddLocallyDownloads_Name=&Eklenti Ekle...
-UnitTab_bAddLocallyDownloads_ACN=&Eklenti Ekle...
-UnitTab_bAddLocallyDownloads_ACD=Add Plugins to use the file browser to add any plugins that you downloaded to your local system
-NotificationAlreadyPreparedToIntsall=Plugin {0} is already prepared to update/install.
-NotificationOneAlreadyInstalled=Plugin "{0}" is already installed.
-NotificationMoreAlreadyInstalled=Plugins "{0}" are already installed.
-NotificationAlreadyPresent=Plugin "{0}" is already added. Do you want to replace with "{1}"?
-NotificationAlreadyPresentTitle=Eklenti De\u011fi\u015ftir
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=&Eklenti Ekle...
-CTL_FileFilterDescription=Eklenti da\u011f\u0131t\u0131m dosyalar\u0131 (*.nbm)
-NetworkProblemPanel_taTitle_Text=G\u00fcncelleme Merkezi'ne ba\u011flanam\u0131yor
-NetworkProblemPanel_taMessage_WarningText=Proxy ayarlar\u0131n\u0131z\u0131 kontrol edin veya sonra tekrar deneyin. Sunucu \u015fu anda kullan\u0131lam\u0131yor olabilir. \n\nAyr\u0131ca g\u00fcvenlik duvar\u0131n\u0131n a\u011f trafi\u011fini engellemedi\u011finden emin olmak isteyebilirsiniz.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Proxy ayarlar\u0131n\u0131z\u0131 kontrol edin veya sonra tekrar deneyin. Sunucu \u015fu anda kullan\u0131lam\u0131yor olabilir. \n\nAyr\u0131ca g\u00fcvenlik duvar\u0131n\u0131n a\u011f trafi\u011fini engellemedi\u011finden emin olmak isteyebilirsiniz. \n\n\u00d6nbellek zaman a\u015f\u0131m\u0131na u\u011frad\u0131\u011f\u0131ndan olabilir. \u0130\u00e7eri\u011fi yenilemek i\u00e7in Katolo\u011fu yeniden y\u00fckle'yi t\u0131klay\u0131n\u0131z.
-NetworkProblemPanel_taMessage_ErrorText=Not all of the plugins have been successfully downloaded. Sunucu \u015fu anda uygun olmayabilir. Sonra tekrar deneyin.
-CTL_Warning=Uyar\u0131
-CTL_Error=Network Problemi
-CTL_ShowProxyOptions=&Proxy Configuration...
-ACSD_ShowProxyOptions=YOK
-Utilities_NetworkProblem_Continue=&Tekrar Dene
-Utilities_NetworkProblem_Skip=&Skip
-Utilities_NetworkProblem_Cancel=\u0130ptal
-Utilities_NetworkProblem_Text=Unable to connect to the {0} because of {1}
-SettingsTable_ActiveColumn=Etkin
-SettingsTable_NameColumn=Ad
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Ayarlar
-SettingsTab.bProxy.text=&Proxy Ayarlar\u0131
-UpdateUnitProviderPanel_OK=Tamam
-UpdateUnitProviderPanel_displayName=G\u00fcncelleme Merkezi \u00d6zelle\u015ftiricisi
-UpdateUnitProviderPanel.lName.text=%Ad\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Check for updates automatically
-Utilities_Libraries_Category=K\u00fct\u00fcphaneler
-Utilities_Bridges_Category=K\u00f6pr\u00fcler
-Utilities_Unsorted_Category=Kategorilendirilmemi\u015f
-SettingsTab.bRemove.message=Are you sure you want to remove following update center: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Ad
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=[bulan\u0131k] &Check for updates automatically
-UpdateUnitProviderPanel.error.name.short=G\u00fcncelleme Merkezi ad\u0131 belirtilmemi\u015f
-UpdateUnitProviderPanel.error.url.short=G\u00fcncelleme Merkezi URL'i belirtilmemi\u015f
-UpdateUnitProviderPanel.error.name.dup=Ayn\u0131 isimli G\u00fcncelleme Merkezi halihaz\u0131rda mevcut
-UpdateUnitProviderPanel.error.url.invalid=G\u00fcncelleme Merkezi URL'i ge\u00e7ersiz
-UnitTab_bClose_Text=&Kapat
-Utilities_CheckingForUpdates=Checking for updates
-UnitTab_InitAndCheckingForUpdates=Initializing the list of plugins... 
-InstalledTableModel_State_Enabled=On
-InstalledTableModel_State_Disabled=Off
-AvailableTableModel_Columns_Install=Y\u00fckle
-AvailableTableModel_Columns_Name=Ad
-AvailableTableModel_Source_Category=Kaynak
-AvailableTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Uninstall=Se\u00e7
-InstalledTableModel_Columns_Name=Ad
-InstalledTableModel_Columns_Installed=Y\u00fckl\u00fc Olanlar
-InstalledTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Enabled=Etkin
-LocallyDownloadedTableModel_Columns_Install=Y\u00fckle
-LocallyDownloadedTableModel_Columns_Name=Ad
-LocallyDownloadedTableModel_Columns_Version=Version
-LocallyDownloadedTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Update=G\u00fcncelle
-UpdateTableModel_Columns_Name=Ad
-UpdateTableModel_Columns_Installed=Y\u00fckl\u00fc Olanlar
-UpdateTableModel_Columns_Available=Haz\u0131r
-UpdateTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Category=Category
-SettingsTab_NewProviderName=Yeni Sa\u011flay\u0131c\u0131
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Tan\u0131m
-SettingsTab_UpdateUnitProvider_URL=URL
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=G
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Versiyon: 
-UnitDetails_Plugin_InstalledVersion=Y\u00fckl\u00fc Versiyon:
-UnitDetails_Plugin_AvailableVersion=Haz\u0131r Versiyon:
-UnitDetails_Plugin_Author=Yazar: 
-UnitDetails_Plugin_Date=Tarih: 
-UnitDetails_Plugin_Source=Kaynak: 
-UnitDetails_Plugin_CodeName=Kod Ad\u0131: 
-UnitDetails_Plugin_Homepage=Anasayfa: 
-UnitDetails_Plugin_Notification=\u00d6nemli Not
-UnitDetails_Plugin_Description=Eklenti A\u00e7\u0131klamas\u0131
-UnitDetails_Plugin_Collecting_Dependencies=Ba\u011f\u0131ml\u0131l\u0131klar toplan\u0131yor...
-UnitDetails_New_Internal_Update_Mark=new!
-lSearch1.text=A&ra\:
-SettingsTab.lCheckPeriod.text=Aral\u0131\u011f\u0131 &Kontrol Et\:
-SettingsTab.lGeneral.text=\u0130leri
-SettingsTab.addButton.text=Ye&ni
-SettingsTab.RemoveButton.text=&Kald\u0131r
-SettingsTab.EditButton.text=&D\u00fczenle
-SettingsTab.AddButton.text=&Ekle
-SettingsTab.lUpdateCenters.text=G\u00fcnce&lleme Merkezleri Konfig\u00fcrasyonu\:
-SettingsTab.lConnection.text=G\u00fcncellemeleri Otomatik Kontrol Et
-CTL_Update_every_startup=Her Ba\u015flang\u0131\u00e7
-CTL_Update_every_day=Her G\u00fcn
-CTL_Update_every_week=Her Hafta
-CTL_Update_every_2weeks=Her \u0130ki Haftada
-CTL_Update_every_month=Her Ay
-CTL_Update_never=Asla
-CTL_Update_custom=Kullan\u0131c\u0131 Varsay\u0131lan\u0131
-SettingsTab.cbSharedInstall.text=Y\u00fcklemeyi payla\u015f\u0131lan klas\u00f6rlere zorla
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Yazma \u0130zni
-SettingsTab.cbSharedInstall.ReadOnlyMessage=Payla\u015f\u0131lan : {0} klas\u00f6r\u00fcne eklenti y\u00fcklemek i\u00e7in izniniz yok \n\nPayla\u015f\u0131lan klas\u00f6r\u00fcne y\u00fckleme i\u015flemi yapabilmek i\u00e7in uygulamay\u0131 y\u00f6netici haklar\u0131 olan bir kullan\u0131c\u0131 ile \u00e7al\u0131\u015ft\u0131r\u0131n 
-SettingsTab.cbSharedInstall.NoSharedTitle=Y\u00fckleme Dizini Yok
-SettingsTab.cbSharedInstall.NoSharedMessage=Payla\u015f\u0131lan klas\u00f6r bulunamad\u0131.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=NBM {0} okunam\u0131yor \u00e7\u00fcnk\u00fc {1}
-PluginManagerUI.bHelp.text=&Yard\u0131m
-ACN_UnitTable=Eklentilerin Listesi
-ACD_UnitTable=Eklentilerin Listesi
-ACN_UpdateCentersTable=G\u00fcncelleme Merkezleri Listesi
-ACD_UpdateCentersTable=Se\u00e7ilen G\u00fcncelleme Merkezinin aktifle\u015ftirilmesine ve pasifle\u015ftirilmesine imkan sa\u011flayan G\u00fcncelleme Merkezi listesi
-ACN_DetailsPanel=Eklentinin detaylar\u0131
-ACN_DetailsPanel_Button={0} aksiyonunu \u00e7al\u0131\u015ft\u0131r 
-ACN_UnitDetails=Eklenti Detaylar\u0131
-ACD_Reload=Katalo\u011fu Yeniden Y\u00fckle
-ACD_Search=Eklentileri Ara
-ACN_Tabs=G\u00fcncellemeler, haz\u0131r olanlar, y\u00fckl\u00fc ve indirilen eklentiler aras\u0131nda ge\u00e7i\u015f yap.
-ACD_Tabs=G\u00fcncellemeler, haz\u0131r olanlar, y\u00fckl\u00fc ve indirilen eklentiler aras\u0131nda ge\u00e7i\u015f yap.
-ACN_PluginManagerUI=Eklenti Y\u00f6neticisi
-ACD_PluginManagerUI=Eklentileri g\u00fcncellemek, y\u00fcklemek ve kald\u0131rmak i\u00e7in Eklenti Y\u00f6neticisi
-ACN_Reload=Katalo\u011fu Yeniden Y\u00fckle
-ACN_UpdateCenterCustomizer=G\u00fcncelleme Merkezi \u00d6zelle\u015ftiricisi
-ACD_UpdateCenterCustomizer=G\u00fcncelleme merkezi ad\u0131n\u0131 ve URL'ini de\u011fi\u015ftirmek i\u00e7in G\u00fcncelleme Merkezi \u00d6zelle\u015ftiricisi
-NetworkProblemPanel_ACD=YOK
-NetworkProblemPanel_taMessage=A\u011f Problemi Mesaj\u0131
-NetworkProblemPanel_taTitle_ACN=Network Problemi
-UnitTab.detailView.text=Detaylar\u0131 &G\u00f6ster
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(\u0130\u00e7 G\u00fcncellemeler)
-Unit_InternalUpdates_Title=\u0130\u00e7 G\u00fcncellemeler
-
diff --git a/l10n/src/tr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_tr.properties b/l10n/src/tr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_tr.properties
deleted file mode 100644
index 6491a0b..0000000
--- a/l10n/src/tr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_tr.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=G\u00fcn&cellemeleri Kontrol Et
-PluginManagerAction_Name=E&klentiler
-PluginManager_Panel_Name=E&klentiler
-PluginManager_CloseButton_Name=&Kapat
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} g\u00fcncellemeler bulundu.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} g\u00fcncelleme bulundu.
-AutoupdateCheckScheduler_UpdateFound_Hint=Uygulaman\u0131z\u0131 g\u00fcncellemek i\u00e7in buraya t\u0131klat\u0131n.
-AutoupdateCheckScheduler_InstallInProgress=L\u00fctfen bekleyin, ba\u015fka bir y\u00fckleme i\u015flemi devam ediyor...
-
diff --git a/l10n/src/tr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_tr.properties b/l10n/src/tr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_tr.properties
deleted file mode 100644
index ea59f64..0000000
--- a/l10n/src/tr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_tr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Long-Description=The UI allows to browse the installation and contents of registered Update Centers, to download updates or new modules and to automatically install modules.
-OpenIDE-Module-Name=Auto Update UI
-OpenIDE-Module-Short-Description=Supplies UI of Auto Update Services
-
diff --git a/l10n/src/tr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_tr.properties b/l10n/src/tr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_tr.properties
deleted file mode 100644
index 599382e..0000000
--- a/l10n/src/tr/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_tr.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Eklenti Y\u00fckleyicisine Ho\u015f Geldiniz
-OperationDescriptionStep_Header_Content=Y\u00fckleyici se\u00e7ilen eklentileri indirip, do\u011frulay\u0131p y\u00fckleyecektir.
-OperationDescriptionStep_TableInstall_Title=A\u015fa\u011f\u0131daki eklentiler y\u00fcklenecektir:
-OperationDescriptionStep_TableUpdate_Title=A\u015fa\u011f\u0131daki y\u00fcklentiler g\u00fcncellenecektir:
-OperationDescriptionStep_PluginBrokesJavaDependency=Java platform versiyon {0} gerekli fakat {1} versiyonu \u00e7al\u0131\u015f\u0131yor.
-OperationDescriptionStep_HeaderUninstall_Head=Eklenti Y\u00fckleyicisine Ho\u015f Geldiniz
-OperationDescriptionStep_HeaderUninstall_Content=Se\u00e7ili eklentiler kald\u0131r\u0131lacakt\u0131r. Se\u00e7ili eklentiler diskten kald\u0131r\u0131lacakt\u0131r.
-OperationDescriptionStep_TableUninstall_Title=A\u015fa\u011f\u0131daki eklentiler kald\u0131r\u0131lacakt\u0131r:
-OperationDescriptionStep_HeaderActivate_Head=Eklenti Y\u00fckleyicisine Ho\u015f Geldiniz
-OperationDescriptionStep_HeaderActivate_Content=Se\u00e7ili eklentiler aktifle\u015ftirilecektir.
-OperationDescriptionStepActivate_Table_Title=A\u015fa\u011f\u0131daki eklentiler aktifle\u015ftirilecektir:
-OperationDescriptionStep_HeaderDeativate_Head=Eklenti Y\u00fckleyicisine Ho\u015f Geldiniz
-OperationDescriptionStep_HeaderDeativate_Content=Se\u00e7ili eklentiler pasifle\u015ftirilecektir.
-OperationDescriptionStep_TableDeativate_Title=A\u015fa\u011f\u0131daki eklentiler pasifle\u015ftirilecektir:
-PanelBodyContainer_PleaseWait=L\u00fctfen y\u00fckleyici eklenti be\u011f\u0131ml\u0131l\u0131klar\u0131n\u0131 \u00e7\u00f6zerken bekleyiniz.
-DependenciesResolutionStep_Table_Title=Y\u00fcklemek \u00fczere oldu\u011funuz bir veya birka\u00e7 eklenti a\u015fa\u011f\u0131daki eklentilere ba\u011f\u0131ml\u0131 oldu\u011fundan ba\u011f\u0131ml\u0131 olunan eklentiler de y\u00fcklenecektir :
-UninstallDependenciesResolutionStep_Table_Title=A\u015fa\u011f\u0131daki eklentiler etkisizle\u015ftirmek istedi\u011finiz eklentilere ba\u011f\u0131ml\u0131 oldu\u011fundan etkisizle\u015ftirilecektir:
-LicenseApprovalPanel_taTitle_Text=Y\u00fcklemeye devam edebilmek i\u00e7in eklentilerle ilgili olan lisans s\u00f6zle\u015fmelerini kabul etmeniz gerekmektedir. \n\n
-LicenseApprovalPanel_tpLicense_Head={0} Lisans S\u00f6zle\u015fmesi
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=Lisans S\u00f6zle\u015fmesi
-LicenseApprovalPanel_Header_Content=L\u00fctfen a\u015fa\u011f\u0131daki t\u00fcm lisans s\u00f6zle\u015fmelerini dikkatlice okuyunuz.
-InstallUnitWizard_Title=Eklenti Y\u00fckleyicisi
-InstallStep_Header_Download_Head=\u0130ndir
-InstallStep_Header_Download_Content=L\u00fctfen y\u00fckleyici istenilen eklentileri indirirken bekleyiniz.
-InstallStep_Header_Verify_Head=Do\u011frula
-InstallStep_Header_Verify_Content=L\u00fctfen y\u00fckleyici indirilen eklentileri do\u011frularken bekleyiniz.
-InstallStep_Header_Install_Head=Y\u00fckle
-InstallStep_Header_Install_Content=Y\u00fckleyici y\u00fckleme i\u015flemini bitirine kadar l\u00fctfen bekleyiniz.
-InstallStep_Header_InstallDone_Head=Y\u00fckleme i\u015flemi ba\u015far\u0131yla sona erdi
-InstallStep_Header_InstallDone_Content=Y\u00fckleyiciden \u00e7\u0131kmak i\u00e7in Bitir'e t\u0131klay\u0131n
-InstallStep_Header_InstallUnsuccessful_Head=Y\u00fckleme ba\u015far\u0131yla tamamland\u0131
-InstallStep_Header_InstallUnsuccessful_Content=Y\u00fckleyiciden \u00e7\u0131kmak i\u00e7in Bitir'e t\u0131klay\u0131n ve uygulamay\u0131 yeniden ba\u015flatmay\u0131 deneyin.
-InstallStep_Header_Restart_Head=Y\u00fcklemeyi tamamlamak i\u00e7in uygulamay\u0131 yeniden ba\u015flat\u0131n
-InstallStep_Header_Restart_Content=Eklenti y\u00fcklemesini tamamlamak i\u00e7in uygulamay\u0131 yenidem ba\u015flat\u0131n.
-UninstallStep_Header_Restart_Head=Pasifle\u015ftirmeyi tamamlamak i\u00e7in uygulamay\u0131 yeniden ba\u015flat\u0131n.
-UninstallStep_Header_Restart_Content=Eklenti pasifle\u015ftirmesini tamamlamak i\u00e7in uygulamay\u0131 yenidem ba\u015flat\u0131n.
-CustomHandleStep_Header_Install_Restart_Head=Y\u00fcklemeyi tamamlamak i\u00e7in uygulamay\u0131 yeniden ba\u015flat\u0131n
-CustomHandleStep_Header_Install_Restart_Content=Eklenti y\u00fcklemesini tamamlamak i\u00e7in uygulamay\u0131 yenidem ba\u015flat\u0131n.
-CustomHandleStep_Header_Uninstall_Restart_Head=Kald\u0131rmay\u0131 tamamlamak i\u00e7in uygulamay\u0131 yeniden ba\u015flat\u0131n
-CustomHandleStep_Header_Uninstall_Restart_Content=Eklenti kald\u0131r\u0131m\u0131n\u0131 tamamlamak i\u00e7in uygulamay\u0131 yeniden ba\u015flat\u0131n
-
-InstallStep_Done=Tamamland\u0131.
-InstallStep_Unsuccessful=Y\u00fckleme tamamland\u0131 fakat baz\u0131 sorunlar \u00e7\u0131kt\u0131 : {0}.
-InstallUnitWizardModel_Buttons_RestartNow=\u015eimdi Yeniden &Ba\u015flat
-InstallUnitWizardModel_Buttons_RestartLater=Sonra Yeniden Ba\u015f&lat
-InstallUnitWizardModel_Buttons_Install=&Y\u00fckle
-InstallUnitWizardModel_Buttons_Update=&G\u00fcncelle
-InstallUnitWizardModel_Buttons_Close=&Bitir
-InstallUnitWizardModel_Buttons_Next=Sonraki
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Kald\u0131r
-UninstallUnitWizardModel_Buttons_TurnOn=&Aktifle\u015ftir
-UninstallUnitWizardModel_Buttons_TurnOff=&Pasifle\u015ftir
-InstallStep_InstallDone_Text=Eklenti Y\u00fckleyicisi a\u015fa\u011f\u0131daki eklentileri ba\u015far\u0131yla y\u00fckledi:
-InstallStep_InstallUnsuccessful_Text=Eklenti Y\u00fckleyicisi a\u015fa\u011f\u0131daki eklentileri y\u00fcklerken {0} hatas\u0131yla kar\u015f\u0131la\u015ft\u0131:
-UninstallStep_UninstallDone_Text=Eklenti Y\u00fckleyicisi a\u015fa\u011f\u0131daki eklentileri ba\u015far\u0131yla kald\u0131rd\u0131:
-UninstallStep_ActivateDone_Text=Eklenti Y\u00fckleyicisi a\u015fa\u011f\u0131daki eklentileri ba\u015far\u0131yla aktifle\u015ftirdi:
-UninstallStep_DeactivateDone_Text=Eklenti Y\u00fckleyicisi a\u015fa\u011f\u0131daki eklentileri ba\u015far\u0131yla pasifle\u015ftirdi:
-UninstallStep_UninstallFailed_Text=Kald\u0131rma ba\u015far\u0131s\u0131z : {0}
-UninstallStep_ActivateFailed_Text=Aktifle\u015ftirme ba\u015far\u0131s\u0131z : {0}
-UninstallStep_DeactivateFailed_Text=Pasifle\u015ftirme ba\u015far\u0131s\u0131z : {0}
-UninstallStep_Done=Tamamland\u0131.
-UninstallStep_Failed=Ba\u015far\u0131s\u0131z. {0}
-UninstallStep_Header_Uninstall_Head=Kald\u0131rma
-UninstallStep_Header_Uninstall_Content=L\u00fctfen y\u00fckleyici se\u00e7ili eklentileri kald\u0131r\u0131rken bekleyiniz.
-UninstallStep_Header_Deactivate_Head=Pasifle\u015ftirme
-UninstallStep_Header_Deactivate_Content=L\u00fctfen y\u00fckleyici se\u00e7ili eklentileri pasifle\u015ftirme i\u015flemini tamamlarken bekleyiniz.
-UninstallStep_Header_Activate_Head=Aktifle\u015ftirme
-UninstallStep_Header_Activate_Content=L\u00fctfen y\u00fckleyici se\u00e7ili eklentileri aktifle\u015ftirme i\u015flemini tamamlarken bekleyiniz.
-UninstallStep_Header_UninstallDone_Head=Kald\u0131rma i\u015flemi ba\u015far\u0131yla tamamland\u0131
-UninstallStep_Header_UninstallDone_Content=Eklenti y\u00fckleyicisinden \u00e7\u0131kmak i\u00e7in Bitir'i t\u0131klay\u0131n.
-UninstallStep_Header_DeactivateDone_Head=Pasifle\u015ftirme i\u015flemi ba\u015far\u0131yla tamaland\u0131.
-UninstallStep_Header_DeactivateDone_Content=Eklenti y\u00fckleyicisinden \u00e7\u0131kmak i\u00e7in Bitir'i t\u0131klay\u0131n.
-UninstallStep_Header_ActivateDone_Head=Aktifle\u015ftirme i\u015flemi ba\u015far\u0131yla tamamland\u0131
-UninstallStep_Header_ActivateDone_Content=Eklenti y\u00fckleyicisinden \u00e7\u0131kmak i\u00e7in Bitir'i t\u0131klay\u0131n.
-UninstallStep_Header_UninstallFailed_Head=Kald\u0131rma i\u015flemi ba\u015far\u0131s\u0131z.
-UninstallStep_Header_UninstallFailed_Content=Eklenti y\u00fckleyicisinden \u00e7\u0131kmak i\u00e7in Bitir'i t\u0131klay\u0131n.
-UninstallStep_Header_DeactivateFailed_Head=Pasifle\u015ftirme i\u015flemi ba\u015far\u0131s\u0131z.
-UninstallStep_Header_DeactivateFailed_Content=Eklenti y\u00fckleyicisinden \u00e7\u0131kmak i\u00e7in Bitir'i t\u0131klay\u0131n.
-UninstallStep_Header_ActivateFailed_Head=Aktifle\u015ftirme i\u015flemi ba\u015far\u0131s\u0131z.
-UninstallStep_Header_ActivateFailed_Content=Eklenti y\u00fckleyicisinden \u00e7\u0131kmak i\u00e7in Bitir'i t\u0131klay\u0131n.
-UninstallStep_ProgressName_Uninstall=Eklentiler kald\u0131r\u0131l\u0131yor
-UninstallStep_ProgressName_Activate=Eklentiler aktifle\u015ftiriliyor
-UninstallStep_ProgressName_Deactivate=Eklentiler pasifle\u015ftiriliyor
-ValidationWarningPanel_ShowCertificateButton=&Sertifikay\u0131 G\u00f6ster
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Do\u011frulama Uyar\u0131s\u0131
-ValidationWarningPanel_VerifyCertificate_Title=Sertifikay\u0131 Do\u011frula
-ValidationWarningPanel_ContinueButton=&Devam
-ValidationWarningPanel_taHead_NotSignedText=A\u015fa\u011f\u0131daki eklentiler imzalanmam\u0131\u015f\:
-ValidationWarningPanel_taHead_NotTrustedText=A\u015fa\u011f\u0131daki eklentiler imzal\u0131 fakat g\u00fcvenilir de\u011fil\:
-ValidationWarningPanel_taWarning_Text=Uyar\u0131: Kayna\u011f\u0131 belli olmayan eklentileri y\u00fcklemek g\u00fcvenli de\u011fildir. \u0130mzas\u0131z yada g\u00fcvenilmeyen eklentileri kendi riskinize kullan\u0131n.
-OperationDescriptionStep_CustomHandled_Head={0} eklentileri yerli y\u00fckleyici kullan\u0131yor:
-InstallStep_Download_DownloadingPlugins=Eklentiler indiriliyor...
-InstallStep_Validate_ValidatingPlugins=Eklentiler do\u011frulan\u0131yor...
-InstallStep_Install_InstallingPlugins=Eklentiler y\u00fckleniyor...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br> Baz\u0131 eklentiler potansiyel y\u00fckleme problemlerini \u00f6nlemek i\u00e7in y\u00fcklenmedi
-CustomHandleStep_Header_Install_Head=Y\u00fckle
-CustomHandleStep_Header_Install_Content=Y\u00fckleyici y\u00fckleme i\u015flemini bitirine kadar l\u00fctfen bekleyiniz.
-CustomHandleStep_Header_Uninstall_Head=Kald\u0131rma
-CustomHandleStep_Header_Uninstall_Content=L\u00fctfen y\u00fckleyici se\u00e7ili eklentileri kald\u0131rma i\u015flemini bitirene kadar bekleyiniz
-CustomHandleStep_Header_InstallDone_Head=Y\u00fckleme i\u015flemi ba\u015far\u0131yla sona erdi
-CustomHandleStep_Header_InstallDone_Content=Eklenti y\u00fckleyicisini kullanarak kalan se\u00e7ili eklentileri y\u00fcklemek i\u00e7in Sonraki'ni t\u0131klay\u0131n.
-CustomHandleStep_Header_UninstallDone_Head=Kald\u0131rma i\u015flemi ba\u015far\u0131yla tamamland\u0131
-CustomHandleStep_Header_UninstallDone_Content=Kalan se\u00e7ili eklentileri kald\u0131rmak i\u00e7in Sonraki'ni t\u0131klay\u0131n
-CustomHandleStep_Header_InstallFail_Head=Y\u00fckleme ba\u015far\u0131s\u0131z.
-CustomHandleStep_Header_InstallFail_Content=Eklenti y\u00fckleyicisinden \u00e7\u0131kmak i\u00e7in \u00c7\u0131k'\u0131 t\u0131klay\u0131n.
-CustomHandleStep_Header_UninstallFail_Head=Y\u00fckleme ba\u015far\u0131s\u0131z.
-CustomHandleStep_Header_UninstallFail_Content=Eklenti y\u00fckleyicisinden \u00e7\u0131kmak i\u00e7in \u00c7\u0131k'\u0131 t\u0131klay\u0131n.
-CustomHandleStep_Install_InstallingPlugins=Eklenti y\u00fckleyicileri kullan\u0131larak y\u00fckleniyor...
-CustomHandleStep_Uninstall_UninstallingPlugins=Eklenti y\u00fckleyicileri kullan\u0131larak kald\u0131r\u0131l\u0131yor...
-CustomHandleStep_Done=Tamamland\u0131.
-CustomHandleStep_InstallDone_Text=Eklenti Y\u00fckleyicisi y\u00fckleme i\u015flemini ba\u015far\u0131yla tamamlad\u0131.
-CustomHandleStep_InstallFail_Text={0} y\u00fckleme i\u015flemi ba\u015far\u0131s\u0131z oldu.
-CustomHandleStep_UninstallDone_Text=Eklenti Y\u00fckleyicisi kald\u0131rma i\u015flemini ba\u015far\u0131yla tamamlad\u0131.
-CustomHandleStep_UninstallFail_Text={0} kald\u0131rma i\u015flemi ba\u015far\u0131s\u0131z oldu.
-InstallStep_NetworkProblem_Continue=&Tekrar Dene
-InstallStep_NetworkProblem_Text={0}' de a\u011f problemi
-OperationPanel.cbRunInBackground.text=A&rkaplanda \u00c7al\u0131\u015ft\u0131r
-InstallSupport_InBackground_NetworkError=G\u00fcncelleme Merkezi'ne ba\u011flan\u0131lam\u0131yor.
-InstallSupport_InBackground_NetworkError_Details=detaylar
-LicenseApprovalPanel.cbAccept.text=B\u00fct\u00fcn lisans s\u00f6zle\u015fmelerindeki ko\u015fullar\u0131 k&abul ediyorum.
-InstallSupport_RestartNeeded=Y\u00fcklemeyi tamamlamak i\u00e7in uygulamay\u0131 yeniden ba\u015flat\u0131n.
-UninstallSupport_RestartNeeded=Pasifle\u015ftirmeyi tamamlamak i\u00e7in uygulamay\u0131 yeniden ba\u015flat\u0131n.
-CustomHandleStep_Install_RestartNeeded=Y\u00fcklemeyi tamamlamak i\u00e7in uygulamay\u0131 yeniden ba\u015flat\u0131n.
-CustomHandleStep_Uninstall_RestartNeeded=Kald\u0131rmay\u0131 tamamlamak i\u00e7in uygulamay\u0131 yeniden ba\u015flat\u0131n.
-
-RestartNeeded_Details=Uygulaman\u0131z\u0131 yeniden ba\u015flatmak i\u00e7in buray\u0131 t\u0131klay\u0131n
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans Y\u00fckleyici Sihirbaz\u0131
-PanelBodyContainer_ACD=NetBeans Y\u00fckleyici Sihirbaz\u0131
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=YOK
-LicenseApprovalPanel_taLicenses_ACD=YOK
-LicenseApprovalPanel_cbAccept_ACN=YOK
-ValidationWarningPanel_tpPlugins_ACN=De\u011ferlendirilmemi\u015f Eklentiler
-ValidationWarningPanel_taWarning_Text_ACD=Uyar\u0131: Kayna\u011f\u0131 belli olmayan eklentileri y\u00fcklemek g\u00fcvenli de\u011fildir. \u0130mzas\u0131z yada g\u00fcvenilmeyen eklentileri kendi riskinize kullan\u0131n.
-ValidationWarningPanel_taWarning_Text_ACN=Uyar\u0131
-ValidationWarningPanel_taHead_ACN=YOK
-ValidationWarningPanel_ACD=YOK
-UninstallUnitWizard_Title=Eklenti Y\u00fckleyicisi
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Uygulaman\u0131z g\u00fcncel durumda!</h3>
-LazyOperationDescriptionStep_NoUpdates=Hi\u00e7 g\u00fcncelleme yok
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>G\u00fcncellemeler kontrol edilemedi</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=A\u011f ba\u011flant\u0131n\u0131z\u0131 kontrol edin, vekil sunucu ayarlar\u0131n\u0131z\u0131n do\u011frulu\u011funu teyit edin veya sonra tekrar deneyin.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>G\u00fcncellemeler kontrol ediliyor.</b><br>L\u00fctfen y\u00fckleyici g\u00fcncellemeleri kontrol ederken bekleyin.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=G\u00fcncelleme listeleri ilklendiriliyor... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Baz\u0131 eklentilerin y\u00fcklenebilmesi i\u00e7in {0} eklentisi gerekli.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Baz\u0131 eklentiler :</h3>{1} problemlerinin \u00e7\u00f6z\u00fclebilmesi i\u00e7in uygulaman\u0131n tekrar ba\u015flat\u0131lmas\u0131n\u0131 bekliyor<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Baz\u0131 eklentiler {0} yetene\u011finin olmas\u0131n\u0131 gerektiriyor</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Baz\u0131 eklentiler Java platform versiyonu {0} olmas\u0131n\u0131 gerektiriyor </h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Baz\u0131 eklentiler JDK gerektiriyor</h3>Se\u00e7ili eklentilerden baz\u0131lar\u0131 \u00e7al\u0131\u015fmak i\u00e7in JDK'yaihtiya\u00e7 duyuyor.  \u015eu anda NetBeans IDE JDK yerine JRE ile \u00e7al\u0131\u015f\u0131yor g\u00f6z\u00fck\u00fcyor.<br><br>Bu eklentileri kullanmak i\u00e7in JDK y\u00fckleme klas\u00f6r\u00fcn\u00fc IDE'ye bildirmek i\u00e7in <code>--jdkhome</code> komut sat\u0131r\u0131 se\u00e7ene\u011fiyle ba\u015flat\u0131n. Daha fazla bilgi i\u00e7in <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> bak\u0131n.<br><br>
-OperationDescriptionStep_BrokenModuleDep=Eklenti {0}'nn de y\u00fcklenmesi gerekecek. 
-OperationDescriptionStep_BrokenModuleNameDep={0} isimli eklenti gerekli ama bulunamad\u0131.
-OperationDescriptionStep_BrokenModuleVersionDep={0} eklenti versiyonu >= {1} gerekli ama sadece {2} versiyonu bulundu. 
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=The plugin {0} is requested in version >= {1} (release version {2}) but only {3} (of release version different from {2}) was found.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep={0} eklentisinin {1} versiyonu gerekli. 
-OperationDescriptionStep_BrokenModuleImplDep={0} eklentisi ger\u00e7ekleme versiyonu {1}'de gerekli.
-OperationDescriptionStep_BrokenRequiresDep={0} yetene\u011fini sa\u011flayan hi\u00e7bir eklenti bulunamad\u0131.
-OperationDescriptionStep_AffectedPluginByBrokenDep=A\u015fa\u011f\u0131daki eklentiler etkilenecek:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=A\u015fa\u011f\u0131daki eklentiler etkilendi:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem={0} kaydederken baz\u0131 hatalar olu\u015ftu.\nSebep: {1}
-InstallStep_DownloadProblem_SomePlugins=se\u00e7ili eklentiler
-
diff --git a/l10n/src/tr/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_tr.properties b/l10n/src/tr/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_tr.properties
deleted file mode 100644
index 854cf6b..0000000
--- a/l10n/src/tr/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_tr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RPC Platformu
-OpenIDE-Module-Name=RPC Platformu
-OpenIDE-Module-Short-Description=Netbeans RPC Platformu
-OpenIDE-Module-Long-Description=NetBeans RCP platformu,Swing uygulamalar\u0131 i\u00e7in \u00f6zg\u00fcn bir iskelettir. Genel nerdeyse t\u00fcm masa\u00fcst\u00fc uygulamalar\u0131na servisler sa\u011flar: pencere y\u00f6netimi, men\u00fcler, ayarlar ve depolama, g\u00fcncelleme y\u00f6netimi, dosya eri\u015fimi, vb. <br><br>Daha fazla bilgi i\u00e7in <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/tr/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_tr.properties b/l10n/src/tr/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_tr.properties
deleted file mode 100644
index 4891fd6..0000000
--- a/l10n/src/tr/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_tr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup On SystemFS
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=MimeDataProvider'\u0131n varsay\u0131lan uyarlamas\u0131.
-OpenIDE-Module-Long-Description=MIME Lookup On SystemFS mod\u00fcl\u00fc, sistem dosyasistemindeki klas\u00f6r hiyerar\u015fisinde nesnelere g\u00f6zatan MimeDataProvider'\u0131 uygular.
-
-
diff --git a/l10n/src/tr/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_tr.properties b/l10n/src/tr/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_tr.properties
deleted file mode 100644
index 6fb8251..0000000
--- a/l10n/src/tr/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_tr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup API'si
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=MIME lookup API'si.
-OpenIDE-Module-Long-Description=MIME Lookup mod\u00fcl\u00fc, MIME t\u00fcr\u00fcne ba\u011fl\u0131 ayarlar, servisler ve di\u011fer nesnelere g\u00f6zatmam\u0131z i\u00e7in API sa\u011flar. Ayn\u0131 zamanda ek MIME t\u00fcr\u00fcne ba\u011fl\u0131 veri sa\u011flay\u0131c\u0131lar\u0131 uyarlamam\u0131z i\u00e7in SPI sa\u011flar.
-
diff --git a/l10n/src/tr/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_tr.properties b/l10n/src/tr/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_tr.properties
deleted file mode 100644
index 382be84..0000000
--- a/l10n/src/tr/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_tr.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=F&avorilere Ekle
-ACT_AddOnFavoritesNode=F&avorilere ekle...
-ACT_Remove=Favo&rilerden Sil
-ACT_View=Favor&iler
-ACT_Select=Favoriler
-ACT_Select_Main_Menu=F&avorilerden Se\u00e7
-
-Favorites=Favoriler
-Templates/Other=Di\u011fer
-Templates/Properties=Kullan\u0131c\u0131 Yap\u0131land\u0131rma \u00d6zellikleri
-Templates/Other/Folder=Klas\u00f6r
-Templates/Other/file=Bo\u015f Dosya
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=A\u011fa\u00e7 Gezgini
-ACSD_ExplorerBeanTree=YOK
-
-# JFileChooser
-CTL_DialogTitle=Favorilere Ekle
-CTL_ApproveButtonText=Ekle
-ERR_FileDoesNotExist={0} mevcut de\u011fil.
-ERR_FileDoesNotExistDlgTitle=Favorilere Ekle
-
-MSG_NodeNotFound=Belge d\u00fc\u011f\u00fcm\u00fc Favoriler sekmesinde bulunam\u0131yor.
-
-# Manifest localization
-OpenIDE-Module-Name=Favoriler
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Favori dosyalar\u0131n d\u00fczenlenmesini destekler.
-OpenIDE-Module-Long-Description=Favoriler mod\u00fcl\u00fc \u00f6zellikle \u00e7al\u0131\u015fman\u0131zla ilgili dosyalar\u0131n g\u00f6r\u00fcnt\u00fcs\u00fcn\u00fc olu\u015fturmay\u0131, onlara ortak bir yerden basit\u00e7e eri\u015fmenizi sa\u011flar.
-
-# Options Export
-Templates.Options.Export.Category.displayName=\u015eablonlar
-Templates.Options.Export.displayName=T\u00fcm \u015eablonlar
-Favorites.Options.Export.displayName=Favoriler
-
diff --git a/l10n/src/tr/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_tr.html b/l10n/src/tr/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_tr.html
deleted file mode 100644
index 791e066..0000000
--- a/l10n/src/tr/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_tr.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Diskinizde istediğiniz uzantıya sahip bir boş dosya oluşturur.
-</BODY></HTML>
diff --git a/l10n/src/tr/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_tr.html b/l10n/src/tr/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_tr.html
deleted file mode 100644
index e026306..0000000
--- a/l10n/src/tr/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_tr.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-Diskinizde yeni bir klasör oluÅŸturur.
-</BODY></HTML>
diff --git a/l10n/src/tr/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_tr.properties b/l10n/src/tr/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_tr.properties
deleted file mode 100644
index 3fafc65..0000000
--- a/l10n/src/tr/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_tr.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Kapat
-BTN_TemplatesPanel_OpenInEditorButton=D\u00fczenleyicide &A\u00e7
-LBL_TemplatesAction_Name=\u015ea&blonlar
-HINT_TemplatesAction=\u015eablonlar\u0131 \u00f6zelle\u015ftir
-LBL_TemplatesPanel_Title=\u015eablon Y\u00f6neticisi
-BTN_TemplatesPanel_Delete=&Sil
-LBL_TemplatesPanel_TemplatesLabel=\u015ea&blonlar\:
-BTN_TemplatesPanel_Add=&Ekle...
-BTN_TemplatesPanel_RenameButton=&Yeniden Adland\u0131r
-BTN_TemplatesPanel_DuplicateButton=\u00c7&o\u011falt
-BTN_TemplatesPanel_NewFolder=Ye&ni Klas\u00f6r
-BTN_TemplatesPanel_MoveUp=&Yukar\u0131 Ta\u015f\u0131
-BTN_TemplatesPanel_MoveDown=&A\u015fa\u011f\u0131 Ta\u015f\u0131
-LBL_TemplatesPanel_JFileChooser_Title=Varolan \u015eablonu Ekle
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Ekle
-TXT_TemplatesPanel_NewFolderName=Yeni Klas\u00f6r
-MSG_TemplatesPanel_Nonexistent_File=''{0}''\n dosyas\u0131 bulunam\u0131yor, l\u00fctfen varolan bir dosya belirtin.
-
-TemplatesPanel_TemplateNode_DisplayName=G\u00f6r\u00fcn\u00fcm \u0130smi
-TemplatesPanel_TemplateNode_DisplayName_Desc=Bu \u015fablonun g\u00f6r\u00fcn\u00fcm ismi. Dosya|Yeni sihirbaz\u0131nda ve Ara\u00e7lar|\u015eablonlar diyalo\u011funda g\u00f6r\u00fcn\u00fcr.
-TemplatesPanel_TemplateNode_FileName=Dosya \u0130smi
-TemplatesPanel_TemplateNode_FileName_Desc=Bu \u015fablon taraf\u0131ndan temsil edilen dosyan\u0131n ismi.
-TemplatesPanel_TemplateNode_ScriptEngine=Betik Motoru
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Bu \u015fablonu i\u015flemek i\u00e7in kullan\u0131lan betik motoru.
-TemplatesPanel_TemplateNode_TemplateCategories=\u015eablon Kategorileri
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=Bu \u015fablon i\u00e7in uygun olan \u015fablon kategorilerinin listesi
-
-ACD_TemplatesPanel_Add=\u015eablon Ekle
-
-ACD_TemplatesPanel_New=Yeni \u015eablon
-
-ACD_TemplatesPanel_Duplicate=Se\u00e7ili \u015eablonu \u00c7o\u011falt
-
-ACD_TemplatesPanel_Rename=\u015eablonu Yeniden Adland\u0131r
-
-ACD_TemplatesPanel_MoveUp=Se\u00e7ili \u015eablonu Yukar\u0131 Ta\u015f\u0131
-
-ACD_TemplatesPanel_MoveDown=Se\u00e7ili \u015eablonu A\u015fa\u011f\u0131 Ta\u015f\u0131
-
-ACD_TemplatesPanel_Delete=\u015eablonu Sil
-
-TT_TemplatesPanel_Add=\u015eablon Ekle
-
diff --git a/l10n/src/tr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_tr.properties b/l10n/src/tr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_tr.properties
deleted file mode 100644
index fd89422..0000000
--- a/l10n/src/tr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_tr.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect={0} URLsine ba\u011flan\u0131lamad\u0131; aran\u0131lan kaynak bulunamad\u0131.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Uyar\u0131: JavaYard\u0131m ba\u015fl\u0131\u011f\u0131 ID {0} bulunamad\u0131.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Yard\u0131m k\u00fcmeleri y\u00fckleniyor...
-ACSD_JavaHelp_viewer=Bir yada birden fazla \u00e7evrimi\u00e7i yard\u0131m referans\u0131n\u0131 JavaHelp format\u0131nda g\u00f6sterir
-ACSD_Loading_Dialog=Yard\u0131m k\u00fcmeleri y\u00fckleniyor
-
-# HelpAction
-LBL_HelpAction=Yard\u0131m
-CTL_OpeningHelp=Yard\u0131m A\u00e7\u0131l\u0131yor...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP Monit\u00f6r\u00fc
-
-# a11y - BrowserDisplayer
-ACSD_Label=Bu ba\u011flant\u0131y\u0131 a\u011f taray\u0131c\u0131da a\u00e7mak i\u00e7in buray\u0131 t\u0131klay\u0131n.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Yard\u0131m g\u00f6r\u00fcnt\u00fcleniyor ID: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Yard\u0131m g\u00f6r\u00fcnt\u00fcleniyor ID: {0}
-
-QuickSearch/Help=Yard\u0131m
-Err_CreateJavaHelpSearchEngine=JavaHelp arama motoru olu\u015fturulamad\u0131.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Ba\u011flant\u0131 Yerini Kopyala
-
diff --git a/l10n/src/tr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_tr.properties b/l10n/src/tr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_tr.properties
deleted file mode 100644
index 46117b9..0000000
--- a/l10n/src/tr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_tr.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JavaHelp Entegreasyonu
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=JavaHelp yard\u0131m k\u00fcmelerinin IDE'ye eklenmesine izin verir.
-OpenIDE-Module-Long-Description=Ger\u00e7ek JavaHelp runtime k\u00fct\u00fcphanesini ve di\u011fer mod\u00fcllerin JavaHelp teknolojisini kullanarak yard\u0131m k\u00fcmelerini y\u00fcklemesine izin veren Modules API'sinin bir k\u0131sm\u0131n\u0131n implementasyonunu i\u00e7erir.
-
-Menu/Help/master-help.xml=&Yard\u0131m \u0130\u00e7eri\u011fi
-Menu/Help/HelpShortcuts=Yard\u0131m &K\u00fcmeleri
-Actions/Help/master-help.xml=&Yard\u0131m \u0130\u00e7eri\u011fi
-
diff --git a/l10n/src/tr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_tr.html b/l10n/src/tr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_tr.html
deleted file mode 100644
index 952f7b1..0000000
--- a/l10n/src/tr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_tr.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-
-<HTML><head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<TITLE>Master Ä°ndeks</TITLE>
-</HEAD><BODY>
-Bu pencere yüklenmiÅŸ tüm yardım dökümanlarının master kümesini içerir. IDE'nin tüm içerik tablolarını ve indeksini taramak, indeks üzerinde tam dökümantasyon araması yapmak ve tüm metin araması yapmak için soldaki gezinim araçlarını kullanabilirsiniz.
-</BODY></HTML>
diff --git a/l10n/src/tr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_tr.xml b/l10n/src/tr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_tr.xml
deleted file mode 100644
index 70d8aff..0000000
--- a/l10n/src/tr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_tr.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-
-Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-Other names may be trademarks of their respective owners.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-particular file as subject to the "Classpath" exception as provided
-by Oracle in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
-<helpset version="2.0">
-    <title>Yardım</title>
-    <maps>
-        <homeID>org.netbeans.api.javahelp.MASTER_ID</homeID>
-        <mapref location="masterHelpMap.jhm"/>
-    </maps>
-    <view mergetype="javax.help.UniteAppendMerge">
-        <name>TOC</name>
-        <label>İçerik</label>
-        <type>javax.help.TOCView</type>
-        <data>masterHelpToc.xml</data>
-    </view>
-    <!--
-    <view mergetype="javax.help.SortMerge">
-        <name>Index</name>
-        <label>Index</label>
-        <type>javax.help.IndexView</type>
-    </view>
-    -->
-    <view>
-        <name>Search</name>
-        <label>Ara</label>
-        <type>javax.help.SearchView</type>
-    </view>
-    <!--
-    <view>
-        <name>Favorites</name>
-        <label>Favorites</label>
-        <type>javax.help.FavoritesView</type>
-    </view>
-    -->
-    <presentation default="true" displayviews="true" displayviewimages="false">
-        <name>main window</name>
-        <toolbar>
-            <helpaction image="helpviewer_back">javax.help.BackAction</helpaction>
-            <helpaction image="helpviewer_forward">javax.help.ForwardAction</helpaction>
-            <helpaction image="helpviewer_print">javax.help.PrintAction</helpaction>
-            <helpaction image="helpviewer_page-setup">javax.help.PrintSetupAction</helpaction>
-        </toolbar>
-    </presentation>
-    <presentation displayviews="false">
-        <name>NBSecondaryWindow</name>
-        <size width="600" height="400" />
-        <location x="200" y="200" />
-    </presentation>
-
-    </helpset>
diff --git a/l10n/src/tr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_tr.html b/l10n/src/tr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_tr.html
deleted file mode 100644
index b4c6feb..0000000
--- a/l10n/src/tr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_tr.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Modül Etkin DeÄŸil</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Modül Etkin DeÄŸil</h2>
-<p>Görüntülemek istediÄŸiniz yardım baÅŸlığı ÅŸu anda kapalı durumda bulunan {0} modülünde bulunmaktadır. Yüklü fakat pasif olan bileÅŸenleri aktifleÅŸtirmek için:</p>
-<ol><li>Araçlar > Eklentiler (Mac üzerinde NetBeans Tercihleri) seçin.</li>
-    <li>Yüklü sekmesine gidin.</li>
-    <li>{0} bileÅŸenini seçin ve AktifleÅŸtir'e tıklayın.</li> </ol>
-</body>
-</html>
diff --git a/l10n/src/tr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_tr.html b/l10n/src/tr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_tr.html
deleted file mode 100644
index 646aa6a..0000000
--- a/l10n/src/tr/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_tr.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>Modül YüklenmemiÅŸ</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>Modül YüklenmemiÅŸ</h2>
-<p>Görüntülemek istediÄŸiniz yardım baÅŸlığı ÅŸu anda yüklenmemiÅŸ olan {0} modülünde bulunmaktadır. Bu modül eklenti olarak mevcut olabilir. Kontrol etmek için, Tools > Plugins menüsünü seçiniz.
-</p>
-</body>
-</html>
diff --git a/l10n/src/tr/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_tr.properties b/l10n/src/tr/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_tr.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/tr/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_tr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/tr/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_tr.properties b/l10n/src/tr/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_tr.properties
deleted file mode 100644
index 7dcc29e..0000000
--- a/l10n/src/tr/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_tr.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Sample value ensuring that decryption is working.
-FallbackProvider.msg_clear_keys=Your previously stored passwords cannot be decrypted. Do you wish to forget all existing passwords and start with a fresh keyring?
-FallbackProvider.title_clear_keys=Delete Stored Passwords
-MasterPasswordPanel.masterPasswordLabel.text=Master &Password:
-MasterPasswordPanel.setNewBox.text=&Change...
-MasterPasswordPanel.newLabel1.text=&New Master Password:
-MasterPasswordPanel.newLabel2.text=&Retype:
-MasterPasswordPanel.ok=Tamam
-MasterPasswordPanel.enter_master_password=Enter Master Password
-MasterPasswordPanel.enter_password=Enter password
-MasterPasswordPanel.enter_new_password=Enter new password
-MasterPasswordPanel.password_mismatch=New passwords do not match
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/tr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_tr.properties b/l10n/src/tr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_tr.properties
deleted file mode 100644
index 4e28688..0000000
--- a/l10n/src/tr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_tr.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData={1} klas\u00f6r\u00fcnde {0} dosyas\u0131 olu\u015fturulam\u0131yor.
-EXC_CannotCreateExistingData={1} klas\u00f6r\u00fcnde {0} dosyas\u0131 olu\u015fturulam\u0131yor. Bu dosya zaten mevcut.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder={1} klas\u00f6r\u00fcnde {0} klas\u00f6r\u00fc olu\u015fturulam\u0131yor.
-EXC_CannotCreateExistingFolder={1} klas\u00f6r\u00fcnde {0} klas\u00f6r\u00fc olu\u015fturulam\u0131yor. Bu klas\u00f6r zaten mevcut.
-
-# {0} - the file
-EXC_CannotLock=Cannot lock read-only file {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete={1} deki {0}  dosyas\u0131 silinemiyor .
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename={1} deki {0} dosyas\u0131 {2} olarak yeniden adland\u0131r\u0131lam\u0131yor.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock={1} dosyas\u0131 i\u00e7in ge\u00e7ersiz kilit  [{0}].
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Dosya sistemi {0} k\u00f6k\u00fc yeniden adland\u0131r\u0131lam\u0131yor.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Dosya sistemi {0} k\u00f6k\u00fc silinemiyor.
-
-EXC_CannotLockRoot=K\u00f6k dizini kilitlenemiyor.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess= {0} m\u00fcnhas\u0131r eri\u015fim sa\u011flanam\u0131yor (muhtemelen okuma i\u00e7in a\u00e7\u0131lm\u0131\u015f).
-
-# {0} - object name
-EXC_CannotGetSharedAccess= {0} payla\u015f\u0131ml\u0131 eri\u015fim sa\u011flanam\u0131yor (muhtemelen yazma i\u00e7in a\u00e7\u0131lm\u0131\u015f).
-
diff --git a/l10n/src/tr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_tr.properties b/l10n/src/tr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_tr.properties
deleted file mode 100644
index 2714130..0000000
--- a/l10n/src/tr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_tr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked={0} dosyas\u0131 zaten kilitlenmi\u015f.
-EXC_FileLockAlreadyExists={0} dosyas\u0131 zaten kilitlenmi\u015f (kilit {1} mevcut).
-# {0} - full path
-FileObj.readOnlyFile={0} dosyas\u0131 salt okunur oldu\u011fundan yaz\u0131lam\u0131yor.
-
diff --git a/l10n/src/tr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_tr.properties b/l10n/src/tr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_tr.properties
deleted file mode 100644
index ec771ff..0000000
--- a/l10n/src/tr/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_tr.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Ana Dosya Sistemi
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Birden \u00e7ok dosya sistem sa\u011flay\u0131c\u0131s\u0131n\u0131 tek bir mant\u0131ksal a\u011fa\u00e7ta toplar.
-OpenIDE-Module-Long-Description=Disk k\u00f6kleri i\u00e7in ba\u011flar olu\u015fturur ve buna VCS dosya sistemi gibi di\u011fer ba\u011flar\u0131 yap\u0131\u015ft\u0131r\u0131r, b\u00f6ylelikle b\u00fct\u00fcn hepsi i\u00e7in sarmalay\u0131c\u0131 bir dosya sistemi sa\u011flar.
-
-LBL_loaderName=Ana Dosya Sistemi i\u00e7in Klas\u00f6r Y\u00fckleyici
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Dosya sistemi {0} k\u00f6k\u00fc yeniden adland\u0131r\u0131lam\u0131yor.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=K\u00f6k dosya sistemi {0} kopyalanam\u0131yor.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=K\u00f6k dosya sistemi {0}  ta\u015f\u0131nam\u0131yor.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Dosya sistemi {0} k\u00f6k\u00fc silinemiyor.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename={1} deki {0} dosyas\u0131 {2} olarak yeniden adland\u0131r\u0131lam\u0131yor.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Dosya sistemi {0}  salt okunur.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Dosya sistemi {2} zaten ba\u011fl\u0131 oldu\u011fundan dosya sistemi {1}  k\u00f6k {0} \u00fczerine ba\u011flanam\u0131yor .
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Dosya sistemi {1} k\u00f6k  {0} \u00fczerine ba\u011flanam\u0131yor. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Dosya sistemi {0}  \u00e7\u00f6z\u00fclemiyor. 
-
diff --git a/l10n/src/tr/platform/options-api/options-api/org/netbeans/modules/options/Bundle_tr.properties b/l10n/src/tr/platform/options-api/options-api/org/netbeans/modules/options/Bundle_tr.properties
deleted file mode 100644
index 6135c4e..0000000
--- a/l10n/src/tr/platform/options-api/options-api/org/netbeans/modules/options/Bundle_tr.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Se\u00e7enekler Diyalo\u011fu ve SPI
-OpenIDE-Module-Display-Category=Ara\u00e7lar
-OpenIDE-Module-Short-Description=Panellerin eklenmesi i\u00e7in Se\u00e7enekler Diyalo\u011fu ve SPI sa\u011flar.
-OpenIDE-Module-Long-Description=Ara\u00e7lar | Se\u00e7enekler diyalo\u011funu sa\u011flar. SPI \u00e7e\u015fitli panellere tamamen yeni paneller, veya b\u00f6l\u00fcmler eklemenize izin verir.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Se\u00e7enekler
-CTL_Options_Dialog_Title=Se\u00e7enekler
-CTL_OK=Tamam
-CTL_Classic=Geli\u015fmi\u015f Se\u00e7enekler
-CTL_Classic_Title=Geli\u015fmi\u015f Se\u00e7enekler
-CTL_Modern=&Basit Se\u00e7enekler
-CTL_Loading_Options=Ayarlar Y\u00fckleniyor ...
-CTL_Error_Loading_Options=Ayarlar\u0131n Y\u00fcklenmesi Ba\u015far\u0131s\u0131z.
-CTL_Some_values_changed=Baz\u0131 de\u011fi\u015fiklikler var. Bunlar\u0131 uygulamak istiyormusunuz?
-
-CTL_General_Options=&Genel
-CTL_General_Options_Title=Genel
-CTL_Editor=&D\u00fczenleyici
-CTL_Editor_Title=D\u00fczenleyici
-CTL_Font_And_Color_Options=&Fontlar & Renkler
-CTL_Font_And_Color_Options_Title=Fontlar & Renkler
-CTL_Keymap_Options=&Tu\u015fe\u015flem
-CTL_Keymap_Options_Title=Tu\u015fe\u015flem
-
-CTL_Export=\u0130hra\u00e7 E&t
-CTL_Import=\u0130&thal Et
-
-#A11Y
-ACS_OKButton=Tamam
-ACS_ClassicButton= Geli\u015fmi\u015f Se\u00e7enekler diyalo\u011funu \u00e7a\u011f\u0131r\u0131r
-ACS_OptionsPanel=Se\u00e7enekler Diyalo\u011fu
-ACS_Export=\u0130hra\u00e7 Se\u00e7enekleri
-ACS_Import=\u0130thal Se\u00e7enekleri
-TabbedController.pane.AD=Options Panel
-
-QuickSearch/GoToOption=Se\u00e7enekler
-
diff --git a/l10n/src/tr/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_tr.properties b/l10n/src/tr/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_tr.properties
deleted file mode 100644
index edcee3a..0000000
--- a/l10n/src/tr/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_tr.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&\u00c7e\u015fitli
-CTL_Advanced_Options_Title=\u00c7e\u015fitli
-CTL_Advanced_Options_Description=\u00c7e\u015fitli
-AdvancedPanel.tabbedPanel.AD=\u00c7e\u015fitli tabl\u0131 panel
-Advanced.Export.Category=\u00c7e\u015fitli
-
diff --git a/l10n/src/tr/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_tr.properties b/l10n/src/tr/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_tr.properties
deleted file mode 100644
index 1e7a903..0000000
--- a/l10n/src/tr/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_tr.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Buraya Tan\u0131mlay\u0131n\u0131z
-LBL_action_revert=Tan\u0131m\u0131 Ters \u00c7evir
-LBL_action_delete=Sil
-
-MSG_ask_remove_above_defined_files=Tan\u0131m\u0131 buraya ta\u015f\u0131mak, se\u00e7ilen kolonun alt\u0131ndaki katmanlardaki tutulan de\u011ferleri silecektir.\n\nDevam etmek istiyormusunuz?
-
-#file state tooltips
-LBL_fstate_defined=Tan\u0131m Atan\u0131yor
-LBL_fstate_ignored=Kullan\u0131lmayan Ayar De\u011feri
-LBL_fstate_inherited=Kal\u0131tsal Ayar
-LBL_fstate_undefined=Burada ayar de\u011feri tan\u0131mlanmad\u0131
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=Kullan\u0131c\u0131
-LBL_FSP_Desc_Session-Layer=Oturum Ayarlar\u0131 Seviyesi
-LBL_FSP_Modules-Layer=Varsay\u0131lan
-LBL_FSP_Desc_Modules-Layer=Varsay\u0131lan Kurulum Ayarlar\u0131 Seviyesi
-
-#OptionsAction
-Options=&Se\u00e7enekler
-CTL_close_button=&Kapat
-ACSD_close_button=YOK
-ACSN_optionsTree=YOK
-ACSD_optionsTree=YOK
-LBL_computing=Ayarlar ilklendiriliyor ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Seviyeleri G\u00f6ster (+ bas)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Seviyeleri Gizle (+ bas)
-CTL_Templates_name=\u015eablonlar
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Gezgin
-ACSN_ExplorerBeanTree=A\u011fa\u00e7 Gezgini
-ACSD_ExplorerBeanTree=YOK
-
diff --git a/l10n/src/tr/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_tr.properties b/l10n/src/tr/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_tr.properties
deleted file mode 100644
index 1ce13a9..0000000
--- a/l10n/src/tr/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_tr.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=\u0130hra\u00e7 Edilecek Se\u00e7enekleri &Se\u00e7:
-OptionsChooserPanel.outline.all=Hepsi
-OptionsChooserPanel.outline.header.tree=Uygun Se\u00e7enekler
-OptionsChooserPanel.outline.AN=Uygun Se\u00e7enekler
-OptionsChooserPanel.outline.AD=Uygun se\u00e7eneklerin a\u011fac\u0131
-OptionsChooserPanel.lblFile.text=&Hedef zip dosyas\u0131:
-OptionsChooserPanel.btnBrowse=G\u00f6za&t...
-OptionsChooserPanel.btnBrowse.AN=G\u00f6zat
-OptionsChooserPanel.btnBrowse.AD=G\u00f6zat
-OptionsChooserPanel.txtFile.AD=\u0130thal/ihra\u00e7 kayna\u011f\u0131 veya hedefi.
-OptionsChooserPanel.loading=Y\u00fckleniyor...
-OptionsChooserPanel.file.warning=L\u00fctfen ge\u00e7erli bir hedef zip dosyas\u0131 se\u00e7in.
-OptionsChooserPanel.nooption.warning=L\u00fctfen ihra\u00e7 edilecek bir\u015fey se\u00e7in.
-OptionsChooserPanel.file.chooser.title=Hedef zip dosyas\u0131n\u0131 se\u00e7in
-OptionsChooserPanel.file.chooser.approve=Tamam
-OptionsChooserPanel.export.title=\u0130hra\u00e7 Edilecek Se\u00e7enekleri Se\u00e7in
-OptionsChooserPanel.export.status.text=Se\u00e7enek \u0130hracat\u0131 Bitti
-OptionsChooserPanel.import.title=\u0130thal Edilecek Se\u00e7enekleri Se\u00e7in
-OptionsChooserPanel.import.lblFile.text=&Kaynak \u0130thal Et:
-OptionsChooserPanel.import.lblHint.text=\u0130thal Edilecek &Se\u00e7enekleri Se\u00e7in:
-OptionsChooserPanel.import.file.warning=L\u00fctfen ge\u00e7erli bir zip dosyas\u0131 yada kullan\u0131c\u0131 klas\u00f6r\u00fc se\u00e7iniz.
-OptionsChooserPanel.import.nooption.warning=L\u00fctfen ithal edilecek bir\u015fey se\u00e7iniz.
-OptionsChooserPanel.import.file.chooser.title=Bir zip dosyas\u0131 yada kullan\u0131c\u0131 klas\u00f6r\u00fc se\u00e7iniz.
-OptionsChooserPanel.import.invalid.userdir.title=Ge\u00e7ersiz Kullan\u0131c\u0131 Klas\u00f6r\u00fc?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir={0} klas\u00f6r\u00fc ge\u00e7erli bir kullan\u0131c\u0131 dizini olarak g\u00f6z\u00fckm\u00fcyor. Se\u00e7enekleri bu konumdan ithal etmek istedi\u011finizden emin misiniz?
-OptionsChooserPanel.AD=\u0130hra\u00e7/ithal edilecek se\u00e7enekleri se\u00e7ece\u011finiz panel.
-OptionsChooserPanel.import.error=Se\u00e7enekleri ithal ederken hata olu\u015ftu IDE'yi -J-Dorg.netbeans.modules.options.export.level=100 parametresiyle \u00e7al\u0131\u015ft\u0131r\u0131n ve detaylar i\u00e7in IDE kay\u0131t dosyas\u0131na bak\u0131n.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Ge\u00e7ersiz zip dosyas\u0131: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error={0} dosyas\u0131na yazma i\u015flemi ba\u015far\u0131s\u0131z.
-ImportConfirmationPanel.title=\u0130thal Onay\u0131
-ImportConfirmationPanel.cbRestart.text=&Restart IDE now (without restart imported settings may not work)
-ImportConfirmationPanel.cbRestart.AD=IDE'nin \u015fimdi yada sonra yeniden ba\u015flat\u0131lmas\u0131na karar ver
-ImportConfirmationPanel.cbRestart.AN=IDE'yi \u015fimdi yeniden ba\u015flatmak ister misin?
-ImportConfirmationPanel.lblMessage.text=\u0130thal i\u015flemi halihaz\u0131rdaki se\u00e7eneklerinizi geri d\u00f6n\u00fclemez olarak silebilir. Halihaz\u0131rdaki se\u00e7enekleri yedeklemek i\u00e7in \u00f6nce ihra\u00e7 ediniz. Devam etmek istiyor musun?
-ImportConfirmationPanel.lblMessage.AD=Onay mesaj\u0131
-ImportConfirmationPanel.AN=\u0130thal Onay\u0131
-ImportConfirmationPanel.AD=\u0130thal Onay\u0131
-ExportConfirmationPanel.title=Stored Passwords Warning
-ExportConfirmationPanel.lblMessage.text=Exported settings may contain stored passwords. Sharing your settings with other users represents a potential security risk. Devam etmek istiyor musun?
-ExportConfirmationPanel.cbSkip.text=&Skip this warning next time
-ExportConfirmationPanel.cbSkip.AN=Skip this warning next time?
-ExportConfirmationPanel.cbSkip.AD=Decide whether skip or show this warning next time
-ExportConfirmationPanel.lblMessage.AD=Onay mesaj\u0131
-ExportConfirmationPanel.AN=Stored passwords warning
-ExportConfirmationPanel.AD=Stored passwords warning
-
diff --git a/l10n/src/tr/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_tr.properties b/l10n/src/tr/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_tr.properties
deleted file mode 100644
index d45ddd7..0000000
--- a/l10n/src/tr/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_tr.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Tu\u015fe\u015flem Se\u00e7enekleri
-
-CTL_Keymap_Options=&Tu\u015fe\u015flem
-CTL_Keymap_Options_Title=Tu\u015fe\u015flem
-CTL_Keymap_Options_Description=Tu\u015fe\u015flem
-
-CTL_Duplicate=Profilleri Y\u00f6&net...
-AN_Duplicate=\u00c7o\u011falt
-AD_Duplicate=\u00c7o\u011falt
-CTL_Delete=Si&l
-AN_Delete=Sil
-AD_Delete=Sil
-CTL_Restore=&Geri Y\u00fckle
-AN_Restore=Geri Y\u00fckle
-AD_Restore=Geri Y\u00fckle
-CTL_Show_Actions=Eylem&ler
-AN_Show_Actions=Eylemler
-AD_Show_Actions=Eylemler
-CTL_Show_Shortcuts=&K\u0131sayollar
-AN_Show_Shortcuts=K\u0131sayollar
-AD_Show_Shortcuts=K\u0131sayollar
-CTL_Add_Shortcut=E&kle ...
-AN_Add_Shortcut=Ekle
-AD_Add_Shortcut=Ekle
-CTL_Remove_Shortcut=Ka&ld\u0131r
-AN_Remove_Shortcut=Kald\u0131r
-AD_Remove_Shortcut=Kald\u0131r
-CTL_Actions=Eylem&ler:
-AN_Actions=Eylemler
-AD_Actions=Eylemler
-CTL_Shortcuts=&K\u0131sayollar:
-AN_Shortcuts=K\u0131sayollar
-AD_Shortcuts=K\u0131sayollar
-AN_Profiles=Profiller
-AD_Profiles=Profiller
-Show_Actions=Eylem&ler
-Show_Shortcuts=&K\u0131sayollar
-Keymaps=&Tu\u015fe\u015flemleri
-CTL_Keymap_Name=&Profil:
-View_By=&ile G\u00f6r\u00fcnt\u00fcle
-Shortcut=&K\u0131sayol:
-Add_Shortcut_Dialog=K\u0131sayol Ekle
-CTL_Create_New_Profile_Message=Profil &Ad\u0131
-CTL_Create_New_Profile_Title=Yeni Profil Diyalo\u011fu Olu\u015ftur
-Shortcut_Conflict=<html>K\u0131sayol zaten {0} eylemine atand\u0131. Devam ederseniz k\u0131sayol yeniden atanacak.
-CTL_Clear=&Temizle
-AN_Clear=K\u0131sayol tu\u015funu temizle
-AD_Clear=K\u0131sayol alan\u0131n\u0131 temizle
-CTL_Tab=&Tab
-AN_Tab=Tab karakteri tu\u015funu ekle
-AD_Tab=Tab karakteri ekle
-CTL_Duplicate_Profile_Name=Ayn\u0131 isimli profil zaten mevcut. \n L\u00fctfen ba\u015fka bir isim se\u00e7in.
-
-CTL_Export_IDE_Actions_Action=Eylemleri XML'e Aktar
-CTL_Export_IDE_Shortcuts_Action=IDE K\u0131sayollar\u0131n\u0131 XML'e Aktar
-CTL_Export_Editor_Shortcuts_Action=Edit\u00f6r K\u0131sayollar\u0131n\u0131 XML'e Aktar
-CTL_Export_Shortcuts_to_HTML_Action=K\u0131sayollar\u0131 HTML'e Aktar
-
-CTL_Other=Di\u011fer
-AN_Shortcut=K\u0131sayol alan\u0131
-AD_Shortcut=K\u0131sayol alan\u0131
-AN_ShortcutsDialog=Yeni k\u0131sayolu giriniz
-AD_ShortcutsDialog=Yeni k\u0131sayolu giriniz
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Profil {1}'den {0} profiline ge\u00e7iliyor
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=H\u0131zl\u0131 Arama:\u00c7a\u011f\u0131rma {1} eylem, s\u0131n\u0131f {0}
-
-QuickSearch/Actions=Eylemler
-MSG_ActionFailure={0} eylemi H\u0131zl\u0131 Arama yoluyla \u00e7a\u011f\u0131r\u0131lamaz...
-
-# Quicksearch options
-KW_KeymapOptions=Tu\u015fe\u015flem Se\u00e7enekleri, Klavye Se\u00e7enekleri, Tu\u015f Ba\u011flant\u0131lar\u0131
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=Ara
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=K\u0131sayol listesini daraltmak i\u00e7in kullan\u0131lan alan
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=K\u0131sayolla&rda Ara:
-
-# Conflict dialogs
-Override_Shortcut=<html>\u015eu Aksiyonlar: <br>{0} bu atama i\u015flemiyle \u00e7ak\u0131\u015f\u0131yor. Ovverride etmek ister misin?
-Conflicting_Shortcut_Dialog=\u00c7ak\u0131\u015fan K\u0131sayol Diyalo\u011fu
-Override_All=<html>\u015eu Aksiyonlar: <br>{0} bu geri y\u00fckleme ile \u00e7ak\u0131\u015f\u0131yor. Hepsini ovverride etmek ister misin?
-Alternative_Shortcut=(alternatif k\u0131sayol)
-
-#Table columns
-Actions=Eylemler
-Shortcut=K\u0131sayol
-Category=Category
-Scope=Kapsam
-
-#Keymap Popup
-Edit=D\u00fczenle...
-Add_Alternative=Alternatif Ekle
-Reset_to_Default=Varsay\u0131lana Ayarla
-Clear=Temizle
-
-#Keymap completion
-No_Free_Shortcut="{0}" \u00f6nekiyle \u00f6nerilen bo\u015fta bir k\u0131sayol yok 
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&\u00c7o\u011falt
-ProfilesPanel.exportButton.text=\u0130hrac &Et
-ProfilesPanel.deleteButton.text=Si&l
-ProfilesPanel.importButton.text=\u0130&thal Et
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Profiller kayar \u00e7ubuk alan\u0131
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Profiller i\u00e7in kayar \u00e7ubuk alan\u0131
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=Tu\u015fe\u015flem profillerinin listesi
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilListesi
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Harici dosyadan profil ithal eder
-ProfilesPanel.AccessibleContext.accessibleDescription=Profil Paneli
-ProfilesPanel.restoreButton.text=\u00d6ntan\u0131ml\u0131 De\u011fe&rleri Geri Y\u00fckle
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Kay\u0131tl\u0131 \u00f6ntan\u0131m de\u011ferlerini geri y\u00fckler
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Varolan profilin e\u015fini olu\u015fturur
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=\u015eu anki profili ihrac eder
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Se\u00e7ili \u00f6zelle\u015ftirilmi\u015f profili siler 
-ProfilesPanel.AccessibleContext.accessibleName=ProfilPaneli
-CTL_Manage_Keymap_Profiles=Tu\u015fe\u015flem Profillerini Y\u00f6net
-CTL_Files=Dosyalar
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Tu\u015fe\u015flemleri
-Keymaps.Options.Export.Profiles.displayName=Tu\u015fe\u015flem Profilleri
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/tr/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_tr.properties b/l10n/src/tr/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_tr.properties
deleted file mode 100644
index dc3994c..0000000
--- a/l10n/src/tr/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_tr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Swing Yerle\u015fim Uzant\u0131lar\u0131 Entegrasyonu
-OpenIDE-Module-Display-Category=K\u00fct\u00fcphaneler
-OpenIDE-Module-Short-Description=Swing-yerler\u015fim k\u00fct\u00fcphenesini paketler.
-OpenIDE-Module-Long-Description=Bu mod\u00fcl Swing Yerle\u015fim Uzant\u0131lar\u0131 k\u00fct\u00fcphanesini paketler (swing-layout.dev.java.net'den).
-OpenIDE-Module-Deprecation-Message=Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/tr/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_tr.properties
deleted file mode 100644
index 8483d4b..0000000
--- a/l10n/src/tr/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_tr.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=Genel Notlar
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/tr/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_tr.properties
deleted file mode 100644
index a98630c..0000000
--- a/l10n/src/tr/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_tr.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=S\u00fcreci \u0130ptal Et
-CTL_ProcessListAction=&S\u00fcre\u00e7ler
-ProcessListAction.mnemonic=S
-
diff --git a/l10n/src/tr/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_tr.properties
deleted file mode 100644
index 63d5822..0000000
--- a/l10n/src/tr/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_tr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u0130\u015flem API'si
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=G\u00f6rev \u0130\u015flemini g\u00f6rselle\u015ftirme API'leri.
-OpenIDE-Module-Long-Description=Mod\u00fcllere uzun \u00e7al\u0131\u015fan g\u00f6revler veya i\u015flemleri merkezi bir yerde kaydetmeyi sa\u011flar.
-
diff --git a/l10n/src/tr/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_tr.properties
deleted file mode 100644
index 25d269d..0000000
--- a/l10n/src/tr/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_tr.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Dekor Bile\u015feni
-ACS_SceneComponentDesc=Dekor g\u00f6r\u00fcn\u00fcm\u00fc
-
diff --git a/l10n/src/tr/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_tr.properties
deleted file mode 100644
index a20e451..0000000
--- a/l10n/src/tr/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_tr.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=G\u00f6rsel K\u00fct\u00fcphane API'si
-OpenIDE-Module-Short-Description=G\u00f6rsel K\u00fct\u00fcphane API'si
-
diff --git a/l10n/src/tr/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_tr.properties
deleted file mode 100644
index 3484b85..0000000
--- a/l10n/src/tr/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_tr.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=Kullan\u0131c\u0131 klas\u00f6r\u00fcn\u00fczle birlikte program\u0131n bir \u00f6rne\u011fi zaten \u00e7al\u0131\u015f\u0131yor.Ya bir \u00f6nceki program oturumu do\u011fru bir \u015fekilde kapanmad\u0131, ya da program\u0131n di\u011fer bir \u00f6rne\u011fi ba\u015fka bir bilgisayarda \u00e7al\u0131\u015f\u0131p ayn\u0131 kullan\u0131c\u0131 klas\u00f6r\u00fcn\u00fc kullan\u0131yor.\nE\u011fer ayn\u0131 kullan\u0131c\u0131 klas\u00f6r\u00fc ile ba\u015fka bir seans \u00e7al\u0131\u015f\u0131yorsa kullan\u0131c\u0131 klas\u00f6r\u00fcn\u00fcn bozulmas\u0131n\u0131 engellemek i\u00e7in l\u00fctfen \u0130ptal'i t\u0131klay\u0131n. E\u011fer program\u0131n di\u011fer bir \u00f6rne\u011finin sizin kullan\u0131c\u0131 klas\u00f6r\u00fcn\u00fczle \u00e7al\u0131\u015fmad\u0131\u011f\u0131na eminseniz devam etmek i\u00e7in TAMAM t\u0131klay\u0131n.
-MSG_AlreadyRunningTitle=Uyar\u0131
-
-EXC_not_a_module={0} ge\u00e7erli bir NetBeans mod\u00fcl\u00fc de\u011fil.
-
-# bootstrap manifest
-OpenIDE-Module-Name=\u00d6ny\u00fckleme
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=NetBeans tabanl\u0131 uygulamalar\u0131n \u00e7ekirdek \u00f6ny\u00fcklemesi.
-OpenIDE-Module-Long-Description=Bu mod\u00fcl uygulaman\u0131n di\u011fer par\u00e7alar\u0131n\u0131 y\u00fckleyen giri\u015f altyap\u0131s\u0131n\u0131 sa\u011flar. Etkisiz hale getirilemez.
-
-MSG_InstallJava6=Cannot run on older versions of Java than Java 6 Standard Edition.\nPlease install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=Java 6 Standard Edition or newer required
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_tr.properties
deleted file mode 100644
index 7f9b0ef..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_tr.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=\u00c7\u0131kt\u0131 {0}
-CTL_ProgramIO={0} - Girdi/\u00c7\u0131kt\u0131
-
-# Install
-LAB_EndTasks=\u00c7\u0131k\u0131\u015f
-ACSD_EndTasks=YOK
-CTL_PendingTitle=\u00c7\u0131k\u0131\u015f
-ACSD_PendingTitle=YOK
-LAB_PendingTasks=IDE'den \u00e7\u0131k\u0131\u015f a\u015fa\u011f\u0131daki s\u00fcre\u00e7leri iptal edecek:
-ACSD_PendingTasks=YOK
-# {0} - process name
-CTL_PendingExternalProcess2=S\u00fcre\u00e7 - {0}
-# {0} - action name
-CTL_ActionInProgress={0} eylemi devam ediyor
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_tr.properties
deleted file mode 100644
index 9d36fae..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_tr.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Kald\u0131r
-CTL_MoveUp=&Yukar\u0131 Ta\u015f\u0131
-CTL_MoveDown=&A\u015fa\u011f\u0131 Ta\u015f\u0131
-CTL_AddDirectory=Dizin Ekle...
-CTL_AddJAR=JAR/ZIP Ekle...
-CTL_JarArchivesMask=JAR ve ZIP Ar\u015fivleri
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=YOK
-ACSD_MoveUp=YOK
-ACSD_MoveDown=YOK
-ACSD_AddDirectory=YOK
-ACSD_AddJAR=YOK
-ACSD_PathList=YOK
-ACSD_CustomNbClassPathEditor=YOK
-CTL_Edit_Jar_Dialog_Title=JAR Dosyas\u0131n\u0131 D\u00fczenle
-CTL_Edit_Local_Dialog_Title=Yerel Dizini D\u00fczenle
-CTL_Approve_Button_Title=Tamam
-CTL_FileSystemPanel.Jar_Dialog_Title=JAR Dosyas\u0131 Ekle
-CTL_FileSystemPanel.Local_Dialog_Title=Yerel Dizin Ekle
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&S\u00fcre\u00e7\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Arg\u00fcmanlar\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Arg\u00fcmanlar &\u0130pucu
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=G\u00f6zat...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=YOK
-ACSD_NbProcessDescriptorCustomEditor.processLabel=YOK
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=YOK
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=YOK
-ACSD_CustomNbProcessDescriptorEditor=YOK
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Yol Girdileri
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=D\u00fczenlenecek yol girdilerinin listesi.
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_tr.properties
deleted file mode 100644
index 2441036..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_tr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u00c7ekirdek - Y\u00fcr\u00fctme
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Y\u00fcr\u00fctme Motorunun Uyarlanmas\u0131.
-OpenIDE-Module-Long-Description=Platforma y\u00fcr\u00fctme deste\u011fi ekler. API'lerin ve ilgili aray\u00fczlerin y\u00fcr\u00fctme k\u0131sm\u0131n\u0131 ger\u00e7ekle\u015ftiren s\u0131n\u0131flar\u0131 i\u00e7erir.
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_tr.properties
deleted file mode 100644
index ecb81d8..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_tr.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=\u00c7\u0131kt\u0131
-
-#Title for I/O window
-LBL_IO_WINDOW=\u00c7\u0131kt\u0131
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Sekmeyi Kapat
-LBL_CloseAll=T\u00fcm Sekmeleri Kapat
-LBL_CloseOthers=Di\u011fer Sekmeleri Kapat
-
-# Localization of Window/Output submenu
-Menu/Window/Output=\u00c7\u0131kt\u0131
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_tr.properties
deleted file mode 100644
index 574e88f..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_tr.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=Edit\u00f6rler
-EditorsAction.source=Kaynak
-GetLeftEditorAction.name=Edit\u00f6rler - Sol'a yinele
-
-GetRightEditorAction.name=Edit\u00f6rler - Sa\u011f'a yinele
-
-TabButton.tool_tip={0} G\u00f6r\u00fcn\u00fcm\u00fc
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_tr.properties
deleted file mode 100644
index c5afa89..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_tr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u00c7oklu G\u00f6r\u00fcn\u00fcm Penceresi
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=\u00c7oklu G\u00f6r\u00fcn\u00fcm Penceresi \u00e7al\u0131\u015fma ortam\u0131 ve API'leri
-OpenIDE-Module-Long-Description=\u00c7oklu G\u00f6r\u00fcn\u00fcm Penceresi \u00e7al\u0131\u015fma ortam\u0131 ve API'leri
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_tr.properties
deleted file mode 100644
index 0c3ba9f..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_tr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Do\u011fal Eri\u015fim
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Pencere sistemine geli\u015fmi\u015f g\u00f6rsel efektler sunmak i\u00e7in JNA k\u00fct\u00fcphanesi arac\u0131l\u0131\u011f\u0131yla yerel ba\u011flay\u0131c\u0131lar\u0131 kullan\u0131r.
-OpenIDE-Module-Long-Description=Pencere sistemine geli\u015fmi\u015f g\u00f6rsel efektler sunmak i\u00e7in JNA k\u00fct\u00fcphanesi arac\u0131l\u0131\u011f\u0131yla yerel ba\u011flay\u0131c\u0131lar\u0131 kullan\u0131r.
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_tr.properties
deleted file mode 100644
index cb257f3..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_tr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=\u015eeffafl\u0131k
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_tr.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_tr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_tr.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_tr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_tr.properties
deleted file mode 100644
index b5a6f2f..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_tr.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u00c7\u0131kt\u0131 Penceresi
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=\u00c7\u0131kt\u0131 penceresi uyarlamas\u0131 tabanl\u0131 basit bir metin alan\u0131
-OpenIDE-Module-Long-Description=ByteBuffer/CharBuffer \u00fczerinden java.swing.text.Document tabanl\u0131 \u00e7\u0131kt\u0131 penceresi
-
-#Title for the output window
-LBL_OUTPUT=\u00c7\u0131kt\u0131
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=Sistem ge\u00e7ici dizinine yaz\u0131lam\u0131yor ({0})
-MSG_GenericError=\u00c7\u0131kt\u0131 dosyas\u0131na yazma problemi
-
-LBL_STDOUT=Standart \u00e7\u0131kt\u0131
-FMT_FILE_EXISTS={0} mevcut.  \u00dczerine Yaz\u0131ls\u0131n M\u0131?
-TITLE_SAVE_DLG=\u00c7\u0131kt\u0131y\u0131 Farkl\u0131 Kaydet
-
-LBL_SaveAsFailedTitle=Farkl\u0131 kaydet ba\u015far\u0131s\u0131z
-MSG_SaveAsFailed={0} dosyas\u0131na yazma i\u015flemi ba\u015far\u0131s\u0131z.
-
-MSG_SearchFromBeg=\u00c7\u0131kt\u0131n\u0131n sonuna ula\u015f\u0131ld\u0131. Aramaya ba\u015f taraftan devam ediliyor.
-MSG_SearchFromEnd=\u00c7\u0131kt\u0131n\u0131n ba\u015f\u0131na ula\u015f\u0131ld\u0131. Aramaya sondan devam ediliyor.
-MSG_Found=''{0}''  {1}''de bulundu : {2}
-MSG_NotFound=''{0}'' bulunamad\u0131
-
-#OutputWindowAction
-OutputWindow=\u00c7\u0131kt\u0131
-
-#Find Dialog
-LBL_Find_Title=Bul
-LBL_Find_What=Bul:
-LBL_Use_RegExp=D\u00fczenli \u0130fad&e
-LBL_Match_Case=&B\u00fcy\u00fck K\u00fc\u00e7\u00fck Harf E\u015fle
-BTN_Find=&Bul:
-ACSN_Find=YOK
-ACSD_Find=Bul
-ACSD_FindBTN=YOK
-ACSD_Find_What=YOK
-
-LBL_Filter_Title=Filtre
-LBL_Filter_What=Bunlar\u0131 i\u00e7eren sat\u0131rlar\u0131 tut:
-BTN_Filter=&Filtre
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=Font Se\u00e7ici
-BTN_Defaul_Font=Varsay\u0131lan Font
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=Dosyan\u0131n \u00fczerine yaz\u0131ls\u0131n m\u0131?
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=Ge\u00e7ersiz D\u00fczenli \u0130fade
-FMT_Invalid_RegExp={0} de s\u00f6zdizim hatas\u0131
-
-#Output window popup menu
-ACTION_COPY=Kopyala
-ACTION_PASTE=Yap\u0131\u015ft\u0131r
-ACTION_WRAP=Metni Kayd\u0131r
-ACTION_SAVEAS=Farkl\u0131 Kaydet...
-ACTION_CLOSE=Kapat
-ACTION_CLEAR=Temizle
-ACTION_PREV_ERROR=\u00d6nceki Hata
-ACTION_NEXT_ERROR=Sonraki Hata
-ACTION_SELECT_ALL=T\u00fcm\u00fcn\u00fc se\u00e7
-ACTION_FIND=Bul...
-ACTION_FIND_NEXT=Sonrakini Bul
-ACTION_FIND_PREVIOUS=\u00d6ncekini Bul
-ACTION_LARGER_FONT=B\u00fcy\u00fck Font
-ACTION_SMALLER_FONT=K\u00fc\u00e7\u00fck Font
-ACTION_FONT_TYPE=Font Se\u00e7...
-ACTION_FILTER=Filtre...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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={0}'de ge\u00e7ici \u00e7\u0131kt\u0131 dosyalar\u0131 i\u00e7in disk alan\u0131n d\u0131\u015f\u0131na \u00e7\u0131k\u0131ld\u0131.  Ya daha fazla disk alan\u0131n\u0131 bo\u015falt\u0131n, sistem ge\u00e7i\u00e7i dizinini de\u011fi\u015ftirin yada  -J-Dnb.output.heap=true ile \u00e7al\u0131\u015ft\u0131r\u0131n
-
-MSG_LINE_TOO_LONG=...sat\u0131r\u0131 \u00e7ok uzun, t\u00fcm sat\u0131r\u0131 g\u00f6rebilmek i\u00e7in l\u00fctfen kayd\u0131rmal\u0131 moda ge\u00e7in...
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_tr.properties
deleted file mode 100644
index 3b7651d..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_tr.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=G&irdi
-LBL_EOF=Girdiyi Kapat
-TIP_EOF=Girdi bile\u015fenini kapat\u0131r ve herhangi bir okuyucuya dosyan\u0131n sonunu g\u00f6nderir
-TIP_INPUT=Metni girin ve \u00e7al\u0131\u015fan s\u00fcrece g\u00f6ndermek i\u00e7in enter tu\u015funa bas\u0131n
-
-#Output window tab popup
-LBL_Close=Sekmeyi Kapat
-LBL_CloseAll=T\u00fcm Sekmeleri Kapat
-LBL_CloseOthers=Di\u011fer Sekmeleri Kapat
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_tr.properties
deleted file mode 100644
index 3e7e2fb..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_tr.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Ba\u015flang\u0131\u00e7
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Mod\u00fclleri y\u00fckler ve etkinle\u015ftirir.
-OpenIDE-Module-Long-Description=Bu mod\u00fcl do\u011fru mod\u00fcllerin yerle\u015ftirilmesi ve etkinle\u015ftirilmesi i\u00e7in \u00d6ny\u00fcklemeye merkezi ek i\u015flevsellik sa\u011flar.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user ayarlanmam\u0131\u015f.\nL\u00fctfen NetBeans ba\u015flang\u0131\u00e7 beti\u011finizi kontrol edin.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Kullan\u0131c\u0131 dizininiz ({0}) NetBeans y\u00fckleme dizininiz ({1}) i\u00e7erisinde bulunam\u0131yor.
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=NetBeans Platformu Ba\u015flat\u0131l\u0131yor
-# The Title of the About Box
-CTL_About_Title=Hakk\u0131nda
-CTL_About_Detail=Ayr\u0131nt\u0131
-ACSD_AboutDialog=YOK
-ACSN_AboutTabs=YOK
-ACSD_AboutTabs=YOK
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=Beklenen UI s\u0131n\u0131f ad\u0131, \u00f6ntan\u0131ml\u0131 UI kullan\u0131l\u0131yor...
-ERR_UserDirExpected=--userdir anahtar\u0131ndan sonra beklenen dizin
-ERR_UINotFound=UI s\u0131n\u0131f\u0131 bulunamad\u0131, \u00f6ntan\u0131ml\u0131 UI kullan\u0131l\u0131yor...
-ERR_FontSizeExpected=Beklenen yaz\u0131 tipi boyutu, \u00f6ntan\u0131ml\u0131 yaz\u0131 tipi kullan\u0131l\u0131yor...
-ERR_BadFontSize=Yaz\u0131 tipi boyutunun k\u00f6t\u00fc bi\u00e7imi, \u00f6ntan\u0131ml\u0131 yaz\u0131 tipi boyutu kullan\u0131l\u0131yor...
-ERR_BrandingNeedsArgument=Se\u00e7enek --i\u015faretleme se\u00e7ene\u011fi tek arg\u00fcman gerektirir
-ERR_LocaleExpected=--yerel anahtardan sonra yerel tan\u0131mlama beklendi.
-
-
-CTL_Netbeanshome_notexists=netbeans.home mevcut olmayan bir dizine i\u015faret ediyor.
-CTL_Netbeanshome1=netbeans.home bir dizine i\u015faret etmiyor.
-CTL_Netbeanshome2=netbeans.user mevcut olmayan bir dizine i\u015faret ediyor.
-CTL_Netbeanshome3=netbeans.user bir dizine i\u015faret etmiyor.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text={0} i\u00e7erisinde sistem dizini olu\u015fturulamad\u0131. Ayn\u0131 isimli bir dosya zaten mevcut.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text={0} i\u00e7erisinde sistem dizini olu\u015fturulamad\u0131.
-CTL_Cannot_mount_system_fs=Sistem, dosya sistemine eklenemiyor, \u00e7\u0131k\u0131yor...
-
-#startup info messages
-MSG_IDEInit=Ba\u015flat\u0131l\u0131yor...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect={0} URL'sine ba\u011flan\u0131lam\u0131yor. B\u00f6yle bir kaynak bulunamad\u0131.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize GTK look&feel \u00fczerinde desteklenmiyor. Bunun yerine masa\u00fcst\u00fcz\u00fcn yaz\u0131 tipi boyutunu ayarlay\u0131n.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Hata: {0}
-EXC_GraphicsStartFails2=Ayr\u0131nt\u0131lar i\u00e7in {0} dosyas\u0131na bak\u0131n.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old={0} mod\u00fcl\u00fc >= {1} s\u00fcr\u00fcm\u00fcn\u00fc istiyor fakat sadece {2} bulundu.
-# {0} - module display name
-MSG_problem_other_disabled={0} mod\u00fcl\u00fcn\u00fcn ayn\u0131 zamanda y\u00fcklenmesi gerekiyor.
-LBL_no_impl_version=[s\u00fcr\u00fcm belirtilmemi\u015f]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=Uygulamada {0} mod\u00fcl\u00fcn\u00fcn "{1}" s\u00fcr\u00fcm\u00fc istendi fakat mod\u00fcl\u00fcn sadece "{2}" s\u00fcr\u00fcm\u00fc bulundu.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found={0} isimli mod\u00fcl gereklidir ve bulunam\u0131yor.
-# {0} - required token
-MSG_problem_require_disabled={0} yetene\u011fini sunan mod\u00fcllerin hi\u00e7biri y\u00fcklenemedi.
-# {0} - required token
-MSG_problem_require_not_found={0} yetene\u011fini sunan hi\u00e7bir mod\u00fcl bulunamad\u0131.
-# {0} - class name
-MSG_problem_class_not_loaded={0} s\u0131n\u0131f\u0131n\u0131 i\u00e7eren paket y\u00fcklenemedi.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old={0} paketi y\u00fcklenmedi ya da eski s\u00fcr\u00fcm.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=Java platformu {0} s\u00fcr\u00fcm\u00fc ya da daha \u00fcst\u00fc istendi fakat sadece {1} \u00e7al\u0131\u015f\u0131yor.
-MSG_warning=Uyar\u0131
-MSG_info=Bilgi
-MSG_continue=Mod\u00fclleri devre d\u0131\u015f\u0131 b\u0131rak ve devam et
-MSG_exit=\u00c7\u0131k\u0131\u015f
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Di\u011fer mod\u00fcl|1<{0} sonraki mod\u00fcller} yukar\u0131daki problemlerden dolay\u0131 y\u00fcklenemedi.
-
-# NbEvents
-MSG_start_load_boot_modules=Core y\u00fckleniyor...
-MSG_finish_load_boot_modules=Core y\u00fckleniyor...bitti.
-MSG_start_auto_restore=Mod\u00fcller y\u00fckleniyor...
-MSG_finish_auto_restore=Mod\u00fcllerin y\u00fcklenmesi bitti.
-MSG_start_enable_modules=Mod\u00fcller a\u00e7\u0131l\u0131yor...
-MSG_finish_enable_modules=Mod\u00fcller a\u00e7\u0131l\u0131yor...bitti.
-TEXT_finish_enable_modules=Mod\u00fcller a\u00e7\u0131l\u0131yor:
-MSG_start_disable_modules=Mod\u00fcller kapat\u0131l\u0131yor...
-MSG_finish_disable_modules=Mod\u00fcller kapat\u0131l\u0131yor...bitti.
-TEXT_finish_disable_modules=Mod\u00fcller kapat\u0131l\u0131yor:
-MSG_failed_install_new=Uyar\u0131 - baz\u0131 mod\u00fcller y\u00fcklenemedi:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Uyar\u0131 - {0} mod\u00fcl\u00fc y\u00fcklenemedi
-# {0} - file name 
-TEXT_start_deploy_test_module={0}'\u0131n i\u00e7ine test mod\u00fcl\u00fc yerle\u015ftiriliyor ...
-TEXT_finish_deploy_test_module=Test mod\u00fcl\u00fcn\u00fcn yerle\u015ftirilmesi tamamland\u0131.
-MSG_start_read=Depolama mod\u00fcl\u00fcnden okuyor...
-MSG_finish_read=Depolama mod\u00fcl\u00fcnden okuyor...bitti.
-MSG_restore=Mod\u00fcller ba\u015flat\u0131l\u0131yor...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install={0} y\u00fckleniyor
-# {0} - module display name
-TEXT_install=Yeni mod\u00fcl y\u00fckleniyor: {0}
-# {0} - module display name
-MSG_update={0}'un yeni s\u00fcr\u00fcm\u00fc ba\u015flat\u0131l\u0131yor
-# {0} - module display name
-TEXT_update=Mod\u00fcl g\u00fcncelleniyor: {0}
-# {0} - module display name
-MSG_uninstall={0} durduruluyor
-MSG_load_section=Mod\u00fcller y\u00fckleniyor...
-MSG_load_layers=Bile\u015fen servisleri y\u00fckleniyor...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Uyar\u0131: {0} mod\u00fcl\u00fc bulunamad\u0131, yoksay\u0131l\u0131yor...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload={0} mod\u00fcl\u00fc otomatik y\u00fcklenen ya da aktif bir mod\u00fcl oldu\u011fu ve halen kullan\u0131mda oldu\u011fu i\u00e7in silinemiyor.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=system/Modules klas\u00f6r\u00fcndeki {0} mod\u00fcl\u00fcn\u00fcn {1} \u00f6zelli\u011fini de\u011fi\u015ftirmek i\u00e7in bir giri\u015fimde bulunuldu.\nGer\u00e7ek de\u011fer "{3}" fakat "{2}"'yi okumak i\u00e7in disk \u00fczerinde de\u011fi\u015fiklik yap\u0131ld\u0131.\nBu \u00f6zellik IDE \u00e7al\u0131\u015f\u0131rken de\u011fi\u015ftirilemez, bu y\u00fczden bu giri\u015fim etki olu\u015fturmaz.
-# {0} - JAR file name
-TEXT_patch=Mod\u00fcl yapas\u0131 ya da \u00f6zel eklenti: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=S\u0131n\u0131ftan eksik kaynak: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Bulunamayan tu\u015f: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse={1} dosyas\u0131 i\u00e7inde ayr\u0131\u015ft\u0131rma hatas\u0131 (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line={1} dosyas\u0131 i\u00e7erisinde {3} sat\u0131r {2} s\u00fctunda hata (PUBLIC {0})
-
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_tr.properties
deleted file mode 100644
index 3dc4ec9..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_tr.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=\u00d6ntan\u0131ml\u0131 Sistem
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=\u00d6nbellekteki nesneler y\u00fckleniyor...
-MSG_end_load_cache=\u00d6nbellekteki nesneler y\u00fckleniyor...bitti.
-MSG_start_rewrite_cache=Nesnelerin \u00f6nbelle\u011fi yeniden olu\u015fturuluyor...
-MSG_end_rewrite_cache=Nesnelerin \u00f6nbelle\u011fi yeniden olu\u015fturuluyor...bitti.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=Dosya olay\u0131 {0}, dosya {1}
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_tr.properties
deleted file mode 100644
index 56ca8de..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_tr.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Dosyalar
-AdvancedOption.tooltip=Dosyalar
-FileAssociationsPanel.btnDefault.text=Varsay\u0131lan
-FileAssociationsPanel.btnDefault.tooltip=Se\u00e7ilen dosya uzant\u0131s\u0131 i\u00e7in varsay\u0131lan ayarlar\u0131 geriy\u00fckle
-FileAssociationsPanel.btnDefault.AN=Varsay\u0131lan Ayarlar\u0131 Geriy\u00fckle
-FileAssociationsPanel.btnDefault.AD=Se\u00e7ilen Dosya Uzant\u0131s\u0131 i\u00e7in Varsay\u0131lan Ayarlar\u0131 Geriy\u00fckle
-FileAssociationsPanel.btnDefaultIgnored.text=Varsay\u0131lan
-FileAssociationsPanel.btnDefaultIgnored.AN=Varsay\u0131lan Dosyalar Kal\u0131b\u0131n\u0131 Geriy\u00fckle
-FileAssociationsPanel.btnDefaultIgnored.AD=Varsay\u0131lan Dosyalar Kal\u0131b\u0131n\u0131 Geriy\u00fckle
-FileAssociationsPanel.btnNew.text=Yeni...
-FileAssociationsPanel.btnNew.AN=Yeni Dosya Uzant\u0131s\u0131
-FileAssociationsPanel.btnNew.AD=Yeni Dosya Uzant\u0131s\u0131
-FileAssociationsPanel.btnRemove.text=&Kald\u0131r
-FileAssociationsPanel.btnRemove.AN=Se\u00e7ilen Dosya Uzant\u0131s\u0131n\u0131 Kald\u0131r
-FileAssociationsPanel.btnRemove.AD=Se\u00e7ilen Dosya Uzant\u0131s\u0131n\u0131 Kald\u0131r
-FileAssociationsPanel.cbExtension.choose=< Dosya uzant\u0131s\u0131n\u0131 se\u00e7 >
-FileAssociationsPanel.cbExtension.AD=Dosya Uzant\u0131s\u0131
-FileAssociationsPanel.cbExtension.AN=Dosya Uzant\u0131lar\u0131n\u0131n Listesi
-FileAssociationsPanel.cbType.AN=Dosya T\u00fcrlerinin Uzant\u0131s\u0131
-FileAssociationsPanel.cbType.AD=Dosya T\u00fcrlerinin Uzant\u0131s\u0131
-FileAssociationsPanel.lblAssociatedAlso.text=Ayn\u0131 zamanda \u015fununla ilintili:
-FileAssociationsPanel.lblAssociatedAlso.AN=Dosya T\u00fcr\u00fc ayn\u0131 zamanda Uzant\u0131lar ile ilintili
-FileAssociationsPanel.lblAssociatedAlso.AD=Dosya T\u00fcr\u00fc ayn\u0131 zamanda Uzant\u0131lar ile ilintili
-FileAssociationsPanel.lblExtension.text=Dosya Uzant\u0131s\u0131:
-FileAssociationsPanel.lblExtension.AN=Dosya Uzant\u0131s\u0131
-FileAssociationsPanel.lblExtension.AD=Dosya Uzant\u0131lar\u0131n\u0131n Listesi
-FileAssociationsPanel.lblType.text=\u0130lintili Dosya &T\u00fcr (MIME):
-FileAssociationsPanel.lblType.AD=\u0130lintili Dosya T\u00fcrlerinin Listesi
-FileAssociationsPanel.lblType.AN=\u0130lintili Dosya T\u00fcrlerinin Listesi
-FileAssociationsPanel.lblFileAssociations.text=Dosya \u0130lintileri
-FileAssociationsPanel.lblFilesIgnored.text=IDE taraf\u0131ndan g\u00f6zard\u0131 edilen dosyalar
-FileAssociationsPanel.lblPattern.text=&G\u00f6zard\u0131 edilen Dosyalar Kal\u0131b\u0131:
-FileAssociationsPanel.lblPattern.tooltip=G\u00f6zard\u0131 edilecek dosyalar\u0131n Genel Arama Terimi. T\u00fcm ismi e\u015fle\u015ftir, yolu de\u011fil. Hi\u00e7biri i\u00e7in bo\u015f.
-FileAssociationsPanel.lblPattern.AN=G\u00f6zard\u0131 edilen Dosyalar Kal\u0131b\u0131
-FileAssociationsPanel.lblPattern.AD=G\u00f6zard\u0131 edilecek dosyalar\u0131n Genel Arama Terimi. T\u00fcm ismi e\u015fle\u015ftir, yolu de\u011fil. Hi\u00e7biri i\u00e7in bo\u015f.
-FileAssociationsPanel.txtPatternError.AN=G\u00f6zard\u0131 edilen Dosyalar S\u00f6zdizimi Hatas\u0131
-FileAssociationsPanel.txtPatternError.AD=G\u00f6zard\u0131 edilen dosyalar genel arama teriminde s\u00f6zdizimi hatas\u0131
-
-NewExtensionPanel.title=Yeni Dosya Uzant\u0131s\u0131n\u0131 Girin
-NewExtensionPanel.AD=Yeni Dosya Uzant\u0131s\u0131n\u0131 Girin
-NewExtensionPanel.lblExtension.text=Dosya Uzant\u0131s\u0131:
-NewExtensionPanel.lblExtension.AN=Dosya Uzant\u0131s\u0131
-NewExtensionPanel.lblExtension.AD=Dosya Uzant\u0131s\u0131
-
-OpenAsAction.name=Farkl\u0131 A\u00e7...
-OpenAsPanel.txtDescription.AN=\u0130pucu
-OpenAsPanel.txtDescription.AD=\u0130pucu
-OpenAsPanel.lblExtension.text= {0} dosyalar\u0131na \u015funu yap:
-OpenAsPanel.title=Farkl\u0131 A\u00e7...
-OpenAsPanel.open=A\u00e7
-OpenAsPanel.AD=Dosya t\u00fcr\u00fcn\u00fc se\u00e7in
-
-# display name for options export
-Files.Options.Export.displayName=Dosyalar
-OpenAsPanel.lblDescription.text=Netbeans bu dosya t\u00fcr\u00fcn\u00fc tan\u0131m\u0131yor. L\u00fctfen bu dosyalara ne yap\u0131laca\u011f\u0131n\u0131 belirtin.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_tr.properties
deleted file mode 100644
index d7e1dc1..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_tr.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&Genel
-CTL_General_Options_Title=Genel
-CTL_General_Options_Category=Genel
-CTL_General_Options_Description=Genel se\u00e7enekler, Proxy ayarlar\u0131, Edit\u00f6r ayarlar\u0131
-CTL_Package_View_Type=Java paketlerini \u015fu \u015fekilde g\u00f6r\u00fcnt\u00fcle:
-CTL_Flattern_Packages=&Liste
-AN_Flattern_Packages=Liste
-AD_Flattern_Packages=Liste
-CTL_Tree_Packages=A\u011fa\u00e7
-AN_Tree_Packages=A\u011fa\u00e7
-AD_Tree_Packages=A\u011fa\u00e7
-CTL_No_Proxy=Vekil Sunucu &Yok
-AN_No_Proxy=Proxy Yok
-AD_No_Proxy=Proxy Yok
-CTL_Usage_Statistics=Kullan\u0131m \u0130statistikleri:
-AN_Usage_Statistics=Kullan\u0131m \u0130statistikleri
-AD_Usage_Statistics=Kullan\u0131m \u0130statistikleri
-CTL_Usage_Check=Anonim kullan\u0131m bilgilerini sa\u011flayarak Netbeans IDE'yi daha iyi hale getirmemize yard\u0131mc\u0131 olun
-AN_Usage_Check=Anonim kullan\u0131m bilgilerini sa\u011flayarak Netbeans IDE'yi daha iyi hale getirmemize yard\u0131mc\u0131 olun
-AD_Usage_Check=Anonim kullan\u0131m bilgilerini sa\u011flayarak Netbeans IDE'yi daha iyi hale getirmemize yard\u0131mc\u0131 olun
-CTL_Usage_Info=<html>Kullan\u0131ma \u0130statistikleri kullan\u0131c\u0131 isteklerini anlamam\u0131za ve gelecek s\u00fcr\u00fcmler i\u00e7in iyile\u015ftirmeleri \u00f6ncelik s\u0131ras\u0131na koymam\u0131za yard\u0131mc\u0131 oluyor. Toplanan verileri kesinlikle projeleriniz hakk\u0131nda \u00f6zel ayr\u0131nt\u0131lar\u0131 tersine m\u00fchendislik yoluyla toplamak i\u00e7in kullanmayaca\u011f\u0131z.</html>
-AN_Usage_Info=Kullan\u0131m istatistikleri bilgisi
-AD_Usage_Info=Kullan\u0131ma \u0130statistikleri kullan\u0131c\u0131 isteklerini anlamam\u0131za ve gelecek s\u00fcr\u00fcmler i\u00e7in iyile\u015ftirmeleri \u00f6ncelik s\u0131ras\u0131na koymam\u0131za yard\u0131mc\u0131 oluyor. Toplanan verileri kesinlikle projeleriniz hakk\u0131nda \u00f6zel ayr\u0131nt\u0131lar\u0131 tersine m\u00fchendislik yoluyla toplamak i\u00e7in kullanmayaca\u011f\u0131z.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Daha Fazla Bilgi \u0130\u00e7in</u></font></html>
-AN_Learn_More=Daha Fazla Bilgi \u0130\u00e7in
-AD_Learn_More=Daha Fazla Bilgi \u0130\u00e7in
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=Sistem Vekil Sunucu Ayarlar\u0131n\u0131 Kullan
-AN_Use_System_Proxy_Settings=Sistem Vekil Sunucu Ayarlar\u0131n\u0131 Kullan
-AD_Use_System_Proxy_Settings=Sistem Vekil Sunucu Ayarlar\u0131n\u0131 Kullan
-CTL_Use_HTTP_Proxy=&El ile Vekil Sunucu Ayarlar\u0131
-AN_Use_HTTP_Proxy=HTTP Veki Sunucusu
-AD_Use_HTTP_Proxy=HTTP Veki Sunucusu
-AN_Web_Browser=Web Taray\u0131c\u0131
-AD_Web_Browser=Web Taray\u0131c\u0131
-AN_Host=Sunucu
-AD_Host=Sunucu
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=G\u00fcnceleme Periyodu
-AD_Update_Period=G\u00fcnceleme Periyodu
-AN_Ask_Before_Check=Kontrolden \u00d6nce Sor
-AD_Ask_Before_Check=Kontrolden \u00d6nce Sor
-Line_Numbers=&Sat\u0131r Numaralar\u0131
-Antialiasing=Yaz\u0131tipi yumu\u015fatma:
-Text_Antialiasing=Yaz\u0131tipi Yumu\u015fatma Kullan
-Toolbar=Ara\u00e7 \u00c7ubu\u011fu
-Package_View=Paket G\u00f6r\u00fcn\u00fc
-SDI_Window_Mode=SDI Pencere Modu
-MDI_Window_Mode=MDI Pencere Modu
-Tree_View=A\u011fa\u00e7 G\u00f6r\u00fcn\u00fcm\u00fc
-Default_System_Browser=<Varsay\u0131lan Taray\u0131c\u0131>
-Swing_HTML_Browser=Swing Taray\u0131c\u0131
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=Genel
-CTL_Web_Browser=&Web Taray\u0131c\u0131:
-Confirm_Delete=&Silmeyi Onayla:
-CTL_Web_Proxy=Vekil Sunucu Ayarlar\u0131:
-CTL_Proxy_Settings=Vekil Sunucu
-CTL_Proxy_Port=P&ort\:
-CTL_Proxy_Host=HTTP &Vekil Sunucu
-Code_Folding=Kod Katlama:
-Show=G\u00f6ster:
-Editor=D\u00fczenleyici
-CTL_Check_Period=Kontrol Periyodu:
-CTL_Ask_Before_Check=Kontrolden \u00d6nce Sor:
-CTL_Auto_Update=Otomatik G\u00fcncelleme
-Use_Folding=&Kod Katlama Kullan
-Fold_Methods=Katlama Metodlar\u0131
-Fold_Classes=\u0130\u00e7 S\u0131n\u0131flar\u0131 Katla
-Fold_Imports=Importlar\u0131 Katla
-Fold_JavaDoc=&Javadoc A\u00e7\u0131klamalar\u0131n\u0131 Katla
-Fold_Licence=Giri\u015f A\u00e7\u0131klamas\u0131n\u0131 Katla
-Auto_Popup=Otomatik Popup:
-Auto_Popup_Completion=Tamamlama Penceresi
-Auto_Popup_JavaDoc=Javadoc Penceresi
-CTL_Update_every_startup=Her Ba\u015flang\u0131\u00e7
-CTL_Update_every_day=Her G\u00fcn
-CTL_Update_every_week=Her Hafta
-CTL_Update_every_2weeks=Her \u0130ki Haftada
-CTL_Update_every_month=Her Ay
-CTL_Update_never=Asla
-CTL_Default_System_Browser=Varsay\u0131lan Sistem Taray\u0131c\u0131s\u0131
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=\u0130\u00e7 Taray\u0131c\u0131
-
-
-
-
-AN_NonProxy=\u0130\u00e7in Vekil Sunucu Yok
-
-AD_NonProxy=\u0130\u00e7in Vekil Sunucu Yok
-
-CTL_Non_Proxy=\u0130\u00e7in &Vekil Sunucu Yok
-
-Non_Proxy_Hint=(\u00f6rn. localhost, *.netbeans.org, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=&Daha fazla...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Geli\u015fmi\u015f Vekil Sunucu Ayarlar\u0131
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Geli\u015fmi\u015f Vekil Sunucu Ayarlar\u0131n\u0131 A\u00e7
-
-LBL_GeneralOptionsPanel_PortError=Port numaras\u0131 integer de\u011fer olmal\u0131.
-
-LBL_GeneralOptionsPanel_lWebProxy=Vekil Sunucu Ayarlar\u0131\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP &Vekil Sunucu\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(\u00f6rn. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lSocksPort=P&ort\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS Vekil Sunucu\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS Vekil Sunucu\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=&Vekil Sunucu Yok\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Vekil Sunucu Kimlik Do\u011frulama Gerektiriyor
-
-LBL_AdvancedProxyPanel_lUserName=&Kullan\u0131c\u0131 ad\u0131\:
-
-LBL_AdvancedProxyPanel_lUserPassword=&Parola\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=T\u00fcm protokoller i\u00e7in ayn\u0131 vekil sunucu ayarlar\u0131n\u0131 kullan
-
-LBL_AdvancedProxyPanel_Title=Geli\u015fmi\u015f Vekil Sunucu Se\u00e7enekleri
-LBL_AdvancedProxyPanel_PortError=Port numaras\u0131 integer de\u011fer olmal\u0131.
-GeneralOptionsPanel.rbUseSystemProxy.text=Sistem Vekil Sunucu Ayarlar\u0131n\u0131 Kullan
-GeneralOptionsPanel.lWebBrowser.text=&Web Taray\u0131c\u0131s\u0131\:
-GeneralOptionsPanel.rbNoProxy.text=Vekil Sunucu &Yok
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=YOK
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=YOK
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=YOK
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=YOK
-
-ACD_AdvancedProxyPanel_tfSocksHost=YOK
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=YOK
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=YOK
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=YOK
-
-ACD_AdvancedProxyPanel_tfSocksPort=YOK
-
-ACD_AdvancedProxyPanel_tfUserName=YOK
-
-ACD_AdvancedProxyPanel_pfUserPassword=YOK
-
-ACD_AdvancedProxyPanel=YOK
-
-LBL_WebBrowsersPanel_Title=Web Taray\u0131c\u0131lar\u0131
-LBL_ExternalBrowser_Name=Harici Taray\u0131c\u0131
-WebBrowsersPanel.nameLabel.text=Ad\:
-WebBrowsersPanel.executableLabel.text=\u00c7al\u0131\u015ft\u0131r\u0131labilir\:
-WebBrowsersPanel.parametersLabel.text=Parametreler\:
-WebBrowsersPanel.browseButton.text=G\u00f6zat...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Ekle...
-WebBrowsersPanel.removeButton.text=Kald\u0131r
-WebBrowsersPanel.browsersLabel.text=Web Taray\u0131c\u0131lar\u0131\:
-GeneralOptionsPanel.editBrowserButton.text=D\u00fczenle...
-GeneralOptionsPanel.editBrowserButton.AD=Web Taray\u0131c\u0131lar\u0131n\u0131 D\u00fczenle
-GeneralOptionsPanel.editBrowserButton.AN=Web Taray\u0131c\u0131lar\u0131n\u0131 D\u00fczenle
-WebBrowsers_URL_Hint=\u0130pucu\: {URL} \= A\u011f taray\u0131c\u0131 taraf\u0131ndan l\u00fcklenilecek sayfan\u0131n URL'i
-
-ACS_WebBrowsersList=Mevcut web taray\u0131c\u0131lar\u0131n listesi
-ACS_AddWebBrowserButton=Yeni web taray\u0131c\u0131 ekle
-ACS_RemoveWebBrowserButton=Se\u00e7ilen web taray\u0131c\u0131s\u0131n\u0131 kald\u0131r
-ACS_BrowserNameField=Web taray\u0131c\u0131 ismi
-ACS_BrowserExecutableField=Web taray\u0131c\u0131 \u00e7al\u0131\u015ft\u0131r\u0131labilir dosyas\u0131
-ACS_BrowserParametersField=Web taray\u0131c\u0131 \u00e7al\u0131\u015ft\u0131r\u0131labilir dosya parametreleri
-ACS_BrowseExecutableButton=Web taray\u0131c\u0131 \u00e7al\u0131\u015ft\u0131r\u0131labilir dosyas\u0131na g\u00f6zat
-WebBrowsersOptionsPanel.browsersLabel.text=&Web Taray\u0131c\u0131lar\u0131\:
-WebBrowsersOptionsPanel.addButton.text=Ekle...
-WebBrowsersOptionsPanel.removeButton.text=&Kald\u0131r
-WebBrowsersOptionsPanel.nameLabel.text=%Ad\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Web Taray\u0131c\u0131lar\u0131
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Taray\u0131c\u0131lar listesi
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=Web Taray\u0131c\u0131lar\u0131n Listesi
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Buton ekle
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Buton kald\u0131r
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Taray\u0131c\u0131 \u0130smi
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Taray\u0131c\u0131 \u0130smi
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Taray\u0131c\u0131 \u0130smi
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Web Taray\u0131c\u0131lar\u0131
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Web Taray\u0131c\u0131lar\u0131
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Direkt ba\u011flant\u0131.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Vekil Sunucu, Genel Se\u00e7enekler
-
-# Display name for options export
-General.Options.Export.Category.displayName=Genel
-General.Options.Export.displayName=Genel
-Other.Options.Export.displayName=Belirtilmeyen Di\u011fer Hepsi
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_tr.properties
deleted file mode 100644
index 6688d2c..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_tr.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u00c7ekirdek - Aray\u00fcz
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Platformun kullan\u0131c\u0131 aray\u00fcz\u00fc.
-OpenIDE-Module-Long-Description=Platfom ve platformun \u00fczerinde kuruldu\u011fu uygulamalar\u0131n standart kullan\u0131c\u0131 aray\u00fcz\u00fcne s\u0131n\u0131flar ve kaynaklar sa\u011flar.
-
-Actions=Eylemler
-Actions/Edit=D\u00fczenle
-Actions/Help=Yard\u0131m
-Actions/System=Sistem
-Actions/Tools=Ara\u00e7lar
-Actions/View=G\u00f6r\u00fcn\u00fcm
-Actions/Window/SelectDocumentNode=D\u00f6k\u00fcman\u0131 se\u00e7
-Menu=Men\u00fc \u00c7ubu\u011fu
-Menu/Edit=&D\u00fczenle
-Menu/File=Dosya
-Menu/GoTo=Gezinme
-Menu/Help=&Yard\u0131m
-Menu/Tools=Ara\u00e7lar
-Menu/View=G\u00f6r\u00fcn\u00fcm
-Menu/Window/SelectDocumentNode=D\u00f6k\u00fcman\u0131 Se\u00e7
-Services/Browsers=Web Taray\u0131c\u0131lar\u0131
-Templates/Privileged=Ayr\u0131cal\u0131kl\u0131
-Templates/Recent=Son
-Templates/Services/Browsers=Web Taray\u0131c\u0131lar\u0131
-Toolbars=Ara\u00e7 \u00c7ubuklar\u0131
-Toolbars/Clipboard=Pano
-Toolbars/UndoRedo=Geri Al/Yinele
-Toolbars/File=Dosya
-Toolbars/Memory=Haf\u0131za
-Toolbars/Standard.xml=Kodlama
-UI/Services=Se\u00e7enekler
-
-ProgressDisplayName_FileSystemRefresh=Dosyalar yenileniyor
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_tr.properties
deleted file mode 100644
index b2d90f4..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_tr.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Start sampling IDE
-SelfSamplerAction_ActionNameStop=Stop sampling and take snapshot
-SelfSamplerAction_ActionDescription=Will take a snapshot based on the thread dump
-SelfSamplerAction_ThreadName=IDE Self Sampler
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=Snapshot was saved to {0}
-Save_Progress=Saving snapshot
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_tr.properties
deleted file mode 100644
index 48d73ff..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_tr.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Sistemde A\u00e7
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_tr.properties
deleted file mode 100644
index 8d5b5ad..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_tr.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Toplam fiziksel haf\u0131za {0}
-
-
-#LOG_WINDOW_ACTIVATED=Ana Pencere Aktifle\u015ftirildi, yenileme {0} ms s\u00fcrd\u00fc
-#LOG_WINDOW_DEACTIVATED=Ana Pencere Pasifle\u015ftirildi
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Checking for external changes
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspended
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_tr.properties
deleted file mode 100644
index 01a7863..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_tr.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Sadece \u00c7al\u0131\u015fma Alan\u0131>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_tr.properties
deleted file mode 100644
index 13da6e2..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_tr.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=Be&lgeyi \u00c7o\u011falt
-# CloseWindowAction
-CTL_CloseWindowAction=Pencereyi &Kapat
-
-CTL_RecentViewListAction=&\u00d6nceki Belgeye Git
-CTL_SwitchToRecentDocumentAction=&D\u00fczenleyici
-
-CTL_CloseAllDocumentsAction=T\u00fcm Belgeleri K&apat
-
-# UndockAction
-CTL_UndockWindowAction=Pencereyi A&y\u0131r
-CTL_UndockWindowAction_Dock=Pencereyi &Sabitle
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=T\u00fcm Belgeleri Kapat
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Pencereyi K\u00fc\u00e7\u00fclt
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Pencereyi Kapat
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Di\u011fer Belgeleri Kapat
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Belgeyi Kaydet
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Belgeyi \u00c7o\u011falt
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Di\u011fer Belgeleri K&apat
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Pencereyi B\u00fc&y\u00fclt
-CTL_UnmaximizeWindowAction=Pencereyi Eski Konumuna Getir
-
-# DocumentsAction
-CTL_DocumentsAction=&Belgeler...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=A&ra\u00e7 \u00c7ubuklar\u0131
-
-# NextTabAction
-CTL_NextTabAction=Sonraki Sekme
-# PreviousTabAction
-CTL_PreviousTabAction=\u00d6nceki Sekme
-
-CTL_ToggleFullScreenAction=&Tam Ekran
-
-# ResetWindowsAction
-CTL_ResetWindows=&Pencereleri S\u0131f\u0131rla
-
-LBL_ToggleWindowTransparencyAction=\u015eeffaf Pencere
-LBL_WindowTransparencyHint=Press and hold [Ctrl+NumPad 0] key to make minimized window transparent.
-
-# Properties
-GlobalProperties=\u00d6zellikle&r
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_tr.properties
deleted file mode 100644
index f0b87dc..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_tr.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=G\u00f6r\u00fcn\u00fcm
-AdvancedOption_Tooltip_WinSys=Pencere Sistemine ili\u015fkin se\u00e7enekler
-
-IsAlphaFloatingTooltip=Konuyla ilgili olmayan hareketli pencereleri birka\u00e7 saniye sonra yar\u0131 saydam yapar
-
-IsDragWindowTooltip=Bir pencerenin s\u00fcr\u00fcklenirken hayalet g\u00f6r\u00fcnt\u00fc olu\u015fturmas\u0131n\u0131 sa\u011flar
-IsAlphaDragTooltip=Pencere resmini s\u00fcr\u00fcklerken \u015feffafl\u0131\u011f\u0131 etkinle\u015ftirir
-
-IsSnapScreenEdgesTooltip=Hareketli pencerelerin ekran kenarlar\u0131na yap\u0131\u015ft\u0131r\u0131lmas\u0131n\u0131 etkinle\u015ftirir.
-IsSnappingTooltip=Hareketli pencerelerin yerle\u015fim d\u00fczenini kolayca y\u00f6netmek i\u00e7in otomatik olarak yerle\u015ftirir
-
-NoAlphaSupport=Pencere \u015feffafl\u0131\u011f\u0131 \u0130\u015fletim Sistemi taraf\u0131ndan desteklenmiyor.
-LBL_DragWindowImage=Pencere resmini s\u00fcr\u00fckle
-LBL_TransparentDragWindow=Saydam s\u00fcr\u00fcklenen pencere g\u00f6r\u00fcnt\u00fcs\u00fc.
-LBL_TransparentFloatingWindows=Sabit olmayan \u015feffaf pencereler
-LBL_SnapFloatingWindows=Hareketli pencereleri yerle\u015ftir
-LBL_SnapToScreenEdges=Ekran kenarlar\u0131na yana\u015ft\u0131r
-LBL_CloseActivatesRecentDocument=En g\u00fcncel belgeyi aktifle\u015ftirir
-TIP_CloseActivatesMostRecentDocument=Bir belge kapat\u0131ld\u0131ktan sonra yan\u0131ndaki yerine son kullan\u0131lan belgeyi aktifle\u015ftir
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=Bir belge kapat\u0131ld\u0131ktan sonra son kullan\u0131lan belgeyi aktifle\u015ftir
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_tr.properties
deleted file mode 100644
index f6071f5..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_tr.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse={0} pencere y\u00f6neticisinin yap\u0131land\u0131rmas\u0131 ayr\u0131\u015ft\u0131r\u0131lam\u0131yor.
-EXC_GroupParse=Group {0}'\u0131n yap\u0131land\u0131rmas\u0131 ayr\u0131\u015ft\u0131r\u0131lam\u0131yor.
-EXC_TCGroupParse=TCGroup {0}'\u0131n yap\u0131land\u0131rmas\u0131 ayr\u0131\u015ft\u0131r\u0131lam\u0131yor.
-EXC_TCRefParse=TCRef {0}'\u0131n yap\u0131land\u0131rmas\u0131 ayr\u0131\u015ft\u0131r\u0131lam\u0131yor.
-EXC_ModeParse=Mode {0}'\u0131n yap\u0131land\u0131rmas\u0131 ayr\u0131\u015ft\u0131r\u0131lam\u0131yor.
-
-# PersistenceManager
-EXC_RootFolder={0} k\u00f6k klas\u00f6r\u00fc olu\u015fturulam\u0131yor
-EXC_CompsFolder={0} bile\u015fenleri klas\u00f6r\u00fc olu\u015fturulam\u0131yor
-EXC_GroupsFolder={0} gruplar klas\u00f6r\u00fc olu\u015fturulam\u0131yor
-EXC_ModesFolder={0} kipler klas\u00f6r\u00fc olu\u015fturulam\u0131yor
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC={0} \u00fcst bile\u015feni yer alm\u0131yor ya da 'Components' klas\u00f6r\u00fcnden y\u00fcklenemiyor.
-EXC_CannotSaveTCSettings={0} \u00fcst bile\u015fenin ayarlar\u0131 kaydedilemiyor
-EXC_CopyFails=Bile\u015fen ayarlar\u0131 dosyas\u0131 {0} klas\u00f6r\u00fcne kopyalanam\u0131yor.
-
-# {0} TopComponent name
-FMT_TCWriteError={0} bile\u015feni serile\u015ftirilmesinden kaynaklanan problemlerden kaydedilemiyor.
-FMT_TCReadError={0} bile\u015feni geri serile\u015ftirilmesinden kaynaklanan problemlerden a\u00e7\u0131lam\u0131yor.
-
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_tr.properties
deleted file mode 100644
index f90d068..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_tr.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Temel - Pencere
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Pencereleme deste\u011fi i\u00e7in uyarlama
-OpenIDE-Module-Long-Description=API'lar\u0131n par\u00e7as\u0131 olan pencere sistemini ger\u00e7ekle\u015ftirmek i\u00e7in s\u0131n\u0131flar ekler.
-
-Actions/Window=Pencere
-Menu/Window=&Pencere
-
-# Options export
-Toolbars.Options.Export.displayName=Ara\u00e7 \u00c7ubuklar\u0131
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_tr.properties
deleted file mode 100644
index fb68c99..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_tr.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=Tamam
-CancelButton=\u0130ptal
-CloseButton=Kapat
-# HelpButton=Help
-YesButton=Evet
-NoButton=Hay\u0131r
-# ApplyButton=Apply
-DetailsButton=Ayr\u0131nt\u0131lar
-# ButtoBarButoo
-CTL_Button=D\u00fc\u011fme
-
-# FileSelector
-CTL_FileSelectorOkButton=Tamam
-CTL_FileSelectorCancelButton=\u0130ptal
-ACSD_FileSelectorOkButton=Tamam
-ACSD_FileSelectorCancelButton=\u0130ptal
-ACSD_FileSelectorDialog=Dosya se\u00e7ici penceresi
-ACSN_FileSelectorTreeView=A\u011fa\u00e7 G\u00f6r\u00fcn\u00fcm\u00fc
-ACSD_FileSelectorTreeView=Dosya se\u00e7icisinde a\u011fa\u00e7 g\u00f6r\u00fcn\u00fcm\u00fc
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Pencere \u00d6zelle\u015ftiricisi
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Kapat
-CANCEL_OPTION_CAPTION=\u0130ptal
-HELP_OPTION_CAPTION=&Yard\u0131m
-NO_OPTION_CAPTION=Hay\u0131r
-OK_OPTION_CAPTION=Tamam
-YES_OPTION_CAPTION=Evet
-ACS_YES_OPTION_NAME=Evet
-ACS_YES_OPTION_DESC=Evet d\u00fc\u011fmesi
-# - {0} message
-ACSD_ErrorMessage=Hata: {0}
-ACSD_WarningMessage=Uyar\u0131: {0}
-ACSD_QuestionMessage=Soru {0}
-ACSD_InformationMessage=Bilgi {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=\u0130ptal
-ACS_CANCEL_OPTION_DESC=\u0130ptal d\u00fc\u011fmesi
-
-ACS_OK_OPTION_NAME=Tamam
-ACS_OK_OPTION_DESC=Tamam d\u00fc\u011fmesi
-
-ACS_NO_OPTION_NAME=Hay\u0131r
-ACS_NO_OPTION_DESC=Hay\u0131r d\u00fc\u011fmesi
-
-ACS_HELP_OPTION_NAME=Yard\u0131m
-ACS_HELP_OPTION_DESC=Yard\u0131m d\u00fc\u011fmesi
-
-ACS_CLOSED_OPTION_NAME=Kapat
-ACS_CLOSED_OPTION_DESC=Kapat d\u00fc\u011fmesi
-
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_tr.properties
deleted file mode 100644
index 80b7b2c..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_tr.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=D\u00fczenleyici
-
-# MainWindow
-ACSD_MainWindow=Ana Pencere
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Belgeler:
-LBL_Description=&A\u00e7\u0131klama:
-LBL_Activate=Belgeye \u00c7&evir
-LBL_CloseDocuments=Belge(yi/leri) &Kapat
-LBL_SaveDocuments=Belge(yi/leri) Ka&ydet
-LBL_Close=&Kapat
-
-ACSD_Activate=YOK
-ACSD_CloseDocuments=YOK
-ACSD_SaveDocuments=YOK
-ACSD_Close=YOK
-ACSD_ListView=YOK
-ACSD_DescriptionArea=YOK
-ACSD_DocumentsDialog=YOK
-
-CTL_DocumentsTitle=Belgeler
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - D\u00fczenleyici
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=\u00d6zellikler
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#No Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-ACSN_PropertiesSheet=\u00d6zellik sayfas\u0131
-ACSD_PropertiesSheet=G\u00f6r\u00fcn\u00fcm verilen d\u00fc\u011f\u00fcm i\u00e7in \u00f6zellikleri g\u00f6sterir.
-EXC_CannotLoadNodes=D\u00fc\u011f\u00fcmler \u00f6zellik sayfas\u0131na y\u00fcklenemiyor. Belki de art\u0131k mevcut de\u011filler.
-
diff --git a/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_tr.properties
deleted file mode 100644
index aed0864..0000000
--- a/l10n/src/tr/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_tr.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&K\u00fc\u00e7\u00fck Ara\u00e7 \u00c7ubu\u011fu Simgeleri
-
-# ToolbarLayout
-EXC_wrongConstraints=yerle\u015fime eklenemiyor: ToolBarConstraints kullan\u0131lm\u0131yor.
-
-CTL_CustomizeToolbars=\u00d6&zelle\u015ftir...
-
-#New Toolbar Button label
-CTL_NewToolbar=&Yeni Ara\u00e7 \u00c7ubu\u011fu...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&K\u00fc\u00e7\u00fck Ara\u00e7 \u00c7ubu\u011fu Simgeleri
-
-#Drag and Drop hint
-CTL_TreeLabel=\u00d6\u011feleri ara\u00e7 \u00e7ubuklar\u0131na eklemek ya da ara\u00e7 \u00e7ubuklar\u0131ndan silmek i\u00e7in s\u00fcr\u00fckle...
-
-LBL_PleaseWait=L\u00fctfen bekleyin...
-
-#Close customizer button
-CTL_Close=&Kapat
-
-#Customizer dialog window title
-CustomizerTitle=Ara\u00e7 \u00c7ubuklar\u0131n\u0131 \u00d6zelle\u015ftir
-
-ACSD_ActionsTree=\u00d6\u011feleri buradan Ara\u00e7 \u00c7ubuklar\u0131na ta\u015f\u0131.
-ACSN_ActionsTree=Eylemler Havuzu
-
-ACSN_ActionsScrollBar=Eylemler Havuzu Kayd\u0131rma \u00c7ubu\u011fu
-ACSD_ActionsScrollBar=Eylemler Havuzu Kayd\u0131rma \u00c7ubu\u011fu
-
-ACSD_ToolbarCustomizer=Ara\u00e7 \u00c7ubu\u011fu \u00d6zelle\u015ftiricisi
-
-ACSD_Close=Kapat D\u00fc\u011fmesi
-ACSD_NewToolbar=Yeni Ara\u00e7 \u00c7ubu\u011fu D\u00fc\u011fmesi
-
-ACSD_SmallIcons=K\u00fc\u00e7\u00fck Onay Kutusu Simgeleri
-
-CTL_ResetToolbarsAction=&Ara\u00e7 \u00e7ubuklar\u0131n\u0131 s\u0131f\u0131rla
-CTL_ResetToolbarsButton=&Ara\u00e7 \u00e7ubuklar\u0131n\u0131 s\u0131f\u0131rla
-
-
-
-PROP_newToolbarLabel=&Ad:
-PROP_newToolbarDialog=Yeni Ara\u00e7 \u00c7ubu\u011fu
-PROP_newToolbar=Ara\u00e7 \u00c7ubu\u011fu
-MSG_ToolbarExists={0} ara\u00e7 \u00e7ubu\u011fu zaten mevcut.
-
-
diff --git a/l10n/src/tr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_tr.properties
deleted file mode 100644
index db5f84e..0000000
--- a/l10n/src/tr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_tr.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=Boyut negatif olamaz
-CTL_InvalidValue=Yanl\u0131\u015f de\u011fer girildi
-CTL_InvalidValueWithParam= {0} yanl\u0131\u015f de\u011feri girildi
-CTL_InvalidValueWithExc=Yanl\u0131\u015f de\u011fer girildi. \nOlay: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue= {0} de\u011feri {1} format\u0131nda olmal\u0131
-
-#ColorEditor
-CTL_AWTPalette=AWT Paleti
-CTL_SwingPalette=Swing Paleti
-CTL_SystemPalette=System Paleti
-ACSD_CustomColorEditor=YOK
-FMT_IllegalEntry="{0}" do\u011fru bir renk kimli\u011fi de\u011fil.  Swing veya AWT sabitleri ya da kr\u0131m\u0131z\u0131/ye\u015fil/mavi de\u011ferleri girebilirsiniz.
-
-# ColorEditor:AWT color names
-LAB_White=beyaz
-LAB_LightGray=a\u00e7\u0131kGri
-LAB_Gray=Gri
-LAB_DarkGray=koyuGri
-LAB_Black=siyah
-LAB_Red=k\u0131rm\u0131z\u0131
-LAB_Pink=pembe
-LAB_Orange=turuncu
-LAB_Yellow=sar\u0131
-LAB_Green=ye\u015fil
-LAB_Magenta=mor
-LAB_Cyan=turkuaz
-LAB_Blue=mavi
-# ColorEditor: system color names
-LAB_ActiveCaption=Aktif Ba\u015fl\u0131k
-LAB_ActiveCaptionBorder=Aktif Ba\u015fl\u0131k Kenar\u0131
-LAB_ActiveCaptionText=Aktif Ba\u015fl\u0131k Metni
-LAB_Control=Kontrol
-LAB_ControlDkShadow=Kontrol Dk G\u00f6lgesi
-LAB_ControlHighlight=Kontrol Vurgusu
-LAB_ControlLtHighlight=Kontrol Lt Vurgusu
-LAB_ControlShadow=Kontrol G\u00f6lgesi
-LAB_ControlText=Kontrol Metni
-LAB_Desktop=Masa\u00fcst\u00fc
-LAB_InactiveCaption=\u0130naktif Ba\u015fl\u0131k
-LAB_InactiveCaptionBorder=\u0130naktif Ba\u015fl\u0131k Kenar\u0131
-LAB_InactiveCaptionText=\u0130naktif Ba\u015fl\u0131k Metni
-LAB_Info=Bilgi
-LAB_InfoText=Bilgi Metni
-LAB_Menu=Men\u00fc
-LAB_MenuText=Meni Metni
-LAB_Scrollbar=Kayd\u0131rma \u00c7ubu\u011fu
-LAB_Text=Metin
-LAB_TextHighlight=Metin Vurgusu
-LAB_TextHighlightText=Metin Vurgu Metni
-LAB_TextInactiveText=Metin \u0130naktif Metni
-LAB_TextText=Metin Metni
-LAB_Window=Pencere
-LAB_WindowBorder=Pencere Kenarl\u0131\u011f\u0131
-LAB_WindowText=Pencere Metni
-
-#DimensionCustomEditor
-CTL_Dimension=\u00d6l\u00e7\u00fc
-CTL_Width=&Geni\u015flik:
-CTL_Height=&Y\u00fckseklik:
-ACSD_CTL_Width=YOK
-ACSD_CTL_Height=YOK
-ACSD_DimensionCustomEditor=YOK
-
-#DimensionEditor
-CTL_HintFormat=[geni\u015flik,y\u00fckseklik]
-
-#FontEditor
-CTL_Plain=D\u00fcz
-CTL_Bold=Kal\u0131n
-CTL_Italic=\u0130talik
-CTL_BoldItalic=Kal\u0131n \u0130talik
-CTL_Font=Yaz\u0131 &Tipi:
-CTL_FontStyle=&Yaz\u0131 Tipi Stili:
-CTL_Size=&Boyut:
-CTL_Preview=\u00d6nizleme
-ACSD_CTL_Font=YOK
-ACSD_CTL_FontStyle=YOK
-ACSD_CTL_Size=YOK
-ACSD_FontCustomEditor=YOK
-
-#InsetsCustomEditor
-CTL_Insets=Konumlar
-CTL_Top=&\u00dcst:
-CTL_Left=&Sol:
-CTL_Bottom=&Alt:
-CTL_Right=S&a\u011f:
-ACSD_CTL_Top=YOK
-ACSD_CTL_Left=YOK
-ACSD_CTL_Bottom=YOK
-ACSD_CTL_Right=YOK
-
-#InsetsEditor
-CTL_HintFormatIE=[\u00fcst,sol,alt,sa\u011f]
-
-# ObjectEditor
-CTL_NullValue=<null de\u011fere g\u00f6zat>
-CTL_NullItem=<null \u00f6\u011feye g\u00f6zat>
-
-#PointCustomEditor
-CTL_Point=Nokta
-CTL_X=&X:
-ACSD_CTL_X=YOK
-CTL_Y=&Y:
-ACSD_CTL_Y=YOK
-ACSD_PointCustomEditor=YOK
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Dikd\u00f6rtgen
-ACSD_CustomRectangleEditor=YOK
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,geni\u015flik,y\u00fckseklik]
-
-#StringCustomEditor
-ACS_TextArea=Metin
-ACSD_TextArea=\u00d6zellik metnini buraya giriniz
-ACSD_CustomStringEditor=Dizge \u00f6zellikleri i\u00e7in edit\u00f6r
-ACS_Instructions=Y\u00f6nergeler
-ACSD_Instructions=YOK
-
-MSG_FontIsNotInitialized=Font de\u011feri haz\u0131rlanamad\u0131\u011f\u0131 i\u00e7in XML'e kay\u0131t ba\u015far\u0131s\u0131z
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Dosya veya Dizin se\u00e7in
-CTL_DialogTitleFiles=Dosya Se\u00e7in
-CTL_DialogTitleDirs=Dizin Se\u00e7in
-ACSD_FileEditor=YOK
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Belirlenmemi\u015f>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=\u00d6zellikler
-ACSD_PropertiesEditorPane=YOK
-ACSD_CustomPropertiesEditor=YOK
-WARN_PropertiesComments=Uyar\u0131: yorumlar g\u00f6zard\u0131 edilecek.
-
-#StringArrayCustomEditor
-CTL_Empty=<bo\u015f>
-CTL_Item=&\u00d6\u011fe:
-ACSD_CTL_Item=YOK
-CTL_ItemList=\u00d6\u011fe &Listesi
-ACSD_CTL_ItemList=YOK
-CTL_Add_StringArrayCustomEditor=&Ekle
-ACSD_CTL_Add_StringArrayCustomEditor=YOK
-CTL_Change_StringArrayCustomEditor=&D\u00fczenle
-ACSD_CTL_Change_StringArrayCustomEditor=YOK
-CTL_Remove=&Kald\u0131r
-ACSD_CTL_Remove=YOK
-CTL_MoveUp=&Yukar\u0131
-ACSD_CTL_MoveUp=YOK
-CTL_MoveDown=A\u015fa\u011f\u0131
-ACSD_CTL_MoveDown=YOK
-ACSD_StringArrayCustomEditor=YOK
-
-#Bool/BooleanEditor
-TRUE=do\u011fru
-FALSE=yanl\u0131\u015f
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=integer olmayan girdi de\u011feri: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Uygun olmayan dizge kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - ge\u00e7erli de\u011ferler: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Bilinmeyen s\u0131n\u0131f: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Uygun bir de\u011fer de\u011fil: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Tan\u0131nan bir URL de\u011fil: {0}
-#
-MSG_NULL_OR_EMPTY=Null, veya bo\u015f dizi
-
-#ObjectEditor
-ACSN_ObjectTree=Mevcut se\u00e7enekler
-ACSD_ObjectTree=Bir nesne se\u00e7in
-
-#Font Editor
-MSG_AppleBug=Bu mesaj\u0131 g\u00f6r\u00fcyorsan\u0131z, mevcut fontlar\u0131n listesi haz\u0131rlan\u0131rken bir hata olu\u015ftu.  Bu Apple JVM de sisteme bitmap font kuruldu\u011funda tetiklenen bir hatadan kaynaklan\u0131yor.  Font Edit\u00f6r\u00fcn\u00fc kullanmak i\u00e7in, sisteminizde kurulu bitmap fontlar\u0131 kald\u0131rman\u0131z gerekmektedir.  Di\u011fer ayr\u0131nt\u0131lar i\u00e7in 3121780 say\u0131l\u0131 Apple BugReporter'a g\u00f6z at\u0131n.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=Tamam
-
diff --git a/l10n/src/tr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_tr.properties
deleted file mode 100644
index 94a959d..0000000
--- a/l10n/src/tr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_tr.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=\u00c7ekirdek
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=NetNeans tabanl\u0131 uygulamalar\u0131n temel yap\u0131\u00e7at\u0131s\u0131.
-OpenIDE-Module-Long-Description=Bu mod\u00fcl NetBeans tabanl\u0131 uygulamalar\u0131n \u00e7al\u0131\u015fmas\u0131n\u0131 sa\u011flayan merkezi altyap\u0131y\u0131 sa\u011flar. Etkisiz hale getirilemez.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=Bir {0} istisnas\u0131 olu\u015ftu.\n\tAyr\u0131nt\u0131lar\u0131 G\u00f6ster'e t\u0131kla ya da {1} klas\u00f6r\u00fcnde yer alan messages.log dosyas\u0131na bak.
-NTF_ExceptionalExceptionTitle=Beklenmeyen \u0130stisna
-# {0} - class name of exception
-NTF_ExceptionWarning=Bir {0} istisnas\u0131 olu\u015ftu.\nBununla birlikte sistem daha fazla problem \u00e7\u0131karmadan \u00e7al\u0131\u015facakt\u0131r.\nY\u0131\u011f\u0131n tarama i\u00e7in Detaylar\u0131 G\u00f6stere t\u0131klay\u0131n.
-NTF_ExceptionWarningTitle=Uyar\u0131
-
-#startup info messages
-MSG_MainWindowInit=Ana Pencere \u0130lklendiriliyor...
-MSG_WindowShowInit=Ana Pencere A\u00e7\u0131l\u0131yor...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Kaydediliyor {0} ...
-MSG_AllSaved=T\u00fcm\u00fcn\u00fc Kaydet bitti.
-
-CTL_Cannot_save={0} kaydedilemiyor
-
-
-#NbAuthenticator
-CTL_PasswordProtected=\u015eifre Korumal\u0131 Site
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=Bununla G\u00f6r\u00fcnt\u00fcle:
-ShortcutsEditor.actionsButton.text=Eylemler
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=K\u0131sayollar
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Herhangi bir Aksiyon i\u00e7in K\u0131sayollar\u0131 D\u00fczenlemek i\u00e7in Aksiyonlar ile G\u00f6r\u00fcnt\u00fcleyi se\u00e7in
-ShortcutsPanel.addButton.text=Ekle...
-ShortcutsPanel.removeButton.text=Kald\u0131r
-ShortcutsPanel.AddActionTitle=Yeni K\u0131sayol
-ActionsPanel.shortcutAddButton.text=Ekle...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Kald\u0131r
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=K\u0131sayollar\u0131 D\u00fczenle
-ActionsPanel.AddShortcut=K\u0131sayol Ekle
-ActionsPanel.ShortcutLabel=K\u0131sayol:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Herhangi bir Aksiyon i\u00e7in K\u0131sayollar\u0131 D\u00fczenlemek i\u00e7in Aksiyonlar ile G\u00f6r\u00fcnt\u00fcleyi se\u00e7in
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Herhangi bir Aksiyon i\u00e7in K\u0131sayollar\u0131 D\u00fczenlemek i\u00e7in Aksiyonlar ile G\u00f6r\u00fcnt\u00fcleyi se\u00e7in
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=K\u0131sayolar ile G\u00f6r\u00fcnt\u00fcle'yi se\u00e7in, fakat D\u00fczen K\u0131sayollar\u0131 i\u00e7in Aksiyonlar ile G\u00f6r\u00fcnt\u00fcle se\u00e7ili olmal\u0131d\u0131r
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Aksiyonlar i\u00e7in Yeni K\u0131sayollar Ekle
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Aksiyonlardan K\u0131sayollar\u0131 Kald\u0131r
-ACSN_ShortcutsPanel.shortcutsList=K\u0131sayol Listesi
-ACSD_ShortcutsPanel.shortcutsList=YOK
-ACS_ActionsPanel.ShortcutLabel.a11yName=K\u0131sayolu Doldur
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=K\u0131sayolu Tu\u015f Kombinasyonu ile Doldur
-ACSN_ActionsPanel.actionsTree=YOK
-ACSN_ActionsPanel.shortcutsList=K\u0131sayol Listesi
-ACSD_ActionsPanel.actionsTree=YOK
-ACSD_ActionsPanel.shortcutsList=YOK
-ACSD_ShortcutsEditor.DialogDesc=YOK
-ACSD_ActionsPanel.Dialog=Se\u00e7ili aksiyona yeni k\u0131sayol ekle
-ACS_ActionsPanel=YOK
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=Halihaz\u0131rda ({0}) k\u0131sayolunaba\u011fl\u0131 bir aksiyon bulunmakta.\nYerine yeni se\u00e7ilem aksiyonu kullanmak ister misiniz?
-
-CTL_ExitTitle=Kaydet
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Kaydet
-ACSD_Save=Kaydet
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=T\u00fcm\u00fcn\u00fc K&aydet
-ACSD_SaveAll=T\u00fcm\u00fcn\u00fc kaydet.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&De\u011fi\u015fiklikleri \u0130ptal Et
-ACSD_DiscardAll=De\u011fi\u015fiklikleri iptal et
-EXC_Save=Kaydederken istisnai durum olu\u015ftu
-# NotifyException
-CTL_Title_Exception=\u0130stisna
-CTL_NextException=So&nraki >
-CTL_PreviousException=< \u00d6nce&ki
-CTL_Exception_Hide_Details=&Detaylar\u0131 Sakla
-CTL_Exception_Show_Details=Detaylar\u0131 G\u00f6&ster
-ACSD_NextException=YOK
-ACSD_PreviousException=YOK
-ACSD_Exception_Hide_Details=YOK
-ACSD_Exception_Show_Details=YOK
-ACSN_ExceptionStackTrace=YOK
-ACSD_ExceptionStackTrace=YOK
-ACSD_NotifyExceptionPanel=YOK
-
-ACSN_ListOfChangedFiles=Liste
-ACSD_ListOfChangedFiles=Kaydetmek i\u00e7in de\u011fi\u015ftirilen dosya listesi
-ACSD_ExitDialog=De\u011fi\u015fiklikleri kaydetme diyalo\u011fu
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI Kipi
-CTL_MdiMode=MDI Kipi
-
-# NbPlaces
-CTL_NoWorkspaces=\u00c7al\u0131\u015fma Alan\u0131 Yok
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=YOK
-ACD_NotifyExcPanel_Dialog=YOK
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT Event Dispatch Thread {0} ms bloke oldu
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Kimlik Do\u011frulama Gerekli
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=K&ullan\u0131c\u0131 Ad\u0131:
-NbAuthenticatorPanel.passwordLbl.text=\u015ei&fre:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Password for {0}
-
-ProxySettings.password.description=Proxy password
-
-Title_WebBrowser=Web Taray\u0131c\u0131
-
diff --git a/l10n/src/tr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_tr.properties
deleted file mode 100644
index 3129854..0000000
--- a/l10n/src/tr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_tr.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=H&akk\u0131nda
-About_title=Hakk\u0131nda
-
-#CopyProductInfoAction
-CopyProductInfo=Kopya Bilgisi
-CopyProductInfoAction=&Kopya Bilgisi
-CTL_CopyButton_tooltip=NetBeans \u00dcr\u00fcm Bilgisi'ni panoya kopyala
-
-#HtmlViewAction
-CTL_OpeningBrowser=Tray\u0131c\u0131 A\u00e7\u0131l\u0131yor...
-HTMLView=A\u011f Taray\u0131c\u0131
-
-#SystemExit
-Exit=\u00c7\u0131&k
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Sonraki \u0130\u00e7 G\u00f6r\u00fcn\u00fcm
-LBL_PreviousViewCallbackAction=\u00d6nceki \u0130\u00e7 G\u00f6r\u00fcn\u00fcm
-
-# jump next/prev actions
-JumpNextAction=Son&raki Hata
-JumpPrevAction=\u00d6n&ceki Hata
-
-#LogAction
-MSG_LogTab_name=IDE &Kay\u0131t Defteri
-MSG_ShortLogTab_name=IDE Kay\u0131t Defteri
-
diff --git a/l10n/src/tr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_tr.properties
deleted file mode 100644
index 3ad99d2..0000000
--- a/l10n/src/tr/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_tr.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Product Version\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>Sistem\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Kullan\u0131c\u0131 Klas\u00f6r\u00fc:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE and NetBeans Platform are based on software from netbeans.org, which has been dual licensed under the Common Development and Distribution License (CDDL) and the GNU General Public License version 2 with Classpath exception. Daha fazla bilgi i\u00e7in l\u00fctfen <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a> adresini ziyaret edin.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} versiyon {1} {2}'de \u00e7al\u0131\u015f\u0131yor
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Swing bile\u015fenini \u00fczerinde geli\u015ftirilmi\u015f basit bir HTML gezgini.
-MSG_cannot_create_browser=Swing HTML taray\u0131c\u0131 olu\u015fturulam\u0131yor.
-Services/Browsers/SwingBrowser.settings=Swing HTML Taray\u0131c\u0131s\u0131
-LBL_Close=Kapat
-MNE_Close=C
-ACSN_Close=Kapat
-ACSD_Close=Kapat
-
diff --git a/l10n/src/tr/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_tr.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/tr/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_tr.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/tr/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_tr.properties
deleted file mode 100644
index 9da1838..0000000
--- a/l10n/src/tr/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_tr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=K\u00fct\u00fcphaneler
-OpenIDE-Module-Short-Description=JNA k\u00fct\u00fcphanesini paketler.
-OpenIDE-Module-Long-Description=Bu mod\u00fcl JNA k\u00fct\u00fcphanesini paketler.
-
diff --git a/l10n/src/tr/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_tr.properties
deleted file mode 100644
index ecab20c..0000000
--- a/l10n/src/tr/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_tr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Scripting API Entegrasyonu
-OpenIDE-Module-Display-Category=K\u00fct\u00fcphaneler
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). No longer needed.
-OpenIDE-Module-Deprecation-Message=No longer needed on JDK 6. Remove your dependency on this module.
-
diff --git a/l10n/src/tr/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_tr.properties
deleted file mode 100644
index b35725d..0000000
--- a/l10n/src/tr/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_tr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=K\u00fct\u00fcphaneler
-OpenIDE-Module-Short-Description=JUnit 4.x test k\u00fct\u00fcphanesini paketler.
-OpenIDE-Module-Long-Description=JUnit 4.x birim test k\u00fct\u00fcphanesini i\u00e7erir.
-
diff --git a/l10n/src/tr/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_tr.properties
deleted file mode 100644
index d0acda0..0000000
--- a/l10n/src/tr/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_tr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi Specification
-
diff --git a/l10n/src/tr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_tr.properties
deleted file mode 100644
index df6f95a..0000000
--- a/l10n/src/tr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_tr.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=H\u0131zl\u0131 Arama
-QuickSearchComboBar.jLabel2.toolTipText=Kategori se\u00e7imi i\u00e7in t\u0131klay\u0131n yada Shift+F10' a bas\u0131n
-MSG_DiscoverabilityHint=Ara
-MSG_DiscoverabilityHint2={0} i\u00e7inde ara
-LBL_MoreResults=...
-LBL_AllCategories=T\u00fcm Kategoriler
-QuickSearchPopup.searchingLabel.text=Ar\u0131yor...
-QuickSearchPopup.noResultsLabel.text=( Sonu\u00e7 Yok )
-QuickSearchPopup.hintLabel.text={0}; T\u00fcm Kategoriler \u0130\u00e7in {1}'e bas\u0131n 
-AbstractQuickSearchComboBar.command.toolTipText={0} sisteminde H\u0131zl\u0131 Arama
-
diff --git a/l10n/src/tr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_tr.properties
deleted file mode 100644
index e90d002..0000000
--- a/l10n/src/tr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_tr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=URL: {0} G\u00f6r\u00fcnt\u00fclenemiyor
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/tr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_tr.properties
deleted file mode 100644
index 6aa8be4..0000000
--- a/l10n/src/tr/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_tr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Name=H\u0131zl\u0131 Arama API
-OpenIDE-Module-Short-Description=Men\u00fc elemanlar\u0131nda, aksiyonlarda, dosyalarda vb. h\u0131zl\u0131 arama yapma altyap\u0131s\u0131
-QuickSearch/Recent=Son Aramalar
-
diff --git a/l10n/src/tr/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_tr.properties
deleted file mode 100644
index 436fc7c..0000000
--- a/l10n/src/tr/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_tr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=Filtre Yok
-
diff --git a/l10n/src/tr/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_tr.properties
deleted file mode 100644
index bb4e6f6..0000000
--- a/l10n/src/tr/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_tr.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Name=ETable ve Outline
-
diff --git a/l10n/src/tr/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_tr.properties
deleted file mode 100644
index 5f2b90e..0000000
--- a/l10n/src/tr/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_tr.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Look & Feel Ki\u015fiselle\u015ftirme K\u00fct\u00fcphanesi
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=NetBeans i\u00e7in per-look-and-feel UIManager Ki\u015fiselle\u015ftirmelerini Yapar
-OpenIDE-Module-Long-Description=UIManager'da Netbeans'e \u00f6zel  gerekli de\u011ferleri tan\u0131mlar ve BasicLookAndFeel'da bulunan temel de\u011ferlerin di\u011fer t\u00fcm look and feel'larda kullan\u0131lmas\u0131n\u0131 garantiler. Metal-theme deste\u011fi, look and feel se\u00e7imi ve \u00f6ntan\u0131ml\u0131 font boyutlar\u0131n\u0131n ilklendirilmesini sa\u011flar
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/tr/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_tr.properties
deleted file mode 100644
index 226d64b..0000000
--- a/l10n/src/tr/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_tr.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=Uyar\u0131: JDK bug 5079742'den dolay\u0131 , NetBeans'te fontlar g\u00fczel g\u00f6r\u00fcnmeyecektir. L\u00fctfen JDK 1.5.0_02 veya daha yeni bir versiyonu y\u00fckleyin , detaylara http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742'den ula\u015fabilirsiniz
-
diff --git a/l10n/src/tr/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_tr.properties
deleted file mode 100644
index 97243f4..0000000
--- a/l10n/src/tr/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_tr.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Sekme Kontrol\u00fc
-OpenIDE-Module-Display-Category=K\u00fct\u00fcphaneler
-OpenIDE-Module-Short-Description=Pencere sistemi taraf\u0131ndan kullan\u0131lan sekme kontrol\u00fc
-OpenIDE-Module-Long-Description=NetBeans pencere sisteminin sekme kontrol\u00fc bean k\u00fct\u00fcphanesi
-
-
-
-ACS_TabbedContainer=Sekme Kontrol\u00fc
-ACSD_TabbedContainer=Sekmeler aras\u0131 ge\u00e7i\u015f i\u00e7in sekme kontrol\u00fc.
-
-TT_TabDisplayer_Close=<html>T\u00fcm belgeleri kapamak i\u00e7in Shift + t\u0131k<br> di\u011fer belgeleri kapamak i\u00e7in Alt + t\u0131k
-
diff --git a/l10n/src/tr/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_tr.properties b/l10n/src/tr/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_tr.properties
deleted file mode 100644
index 4d10962..0000000
--- a/l10n/src/tr/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_tr.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=A\u00e7\u0131k D\u00f6k\u00fcman Listesini G\u00f6ster
-
-Tip_Restore_Window=Pencereyi Eski Konumuna Getir
-
-Tip_Maximize_Window=Pencereyi B\u00fcy\u00fct
-
-Tip_Minimize_Window=Pencereyi K\u00fc\u00e7\u00fclt
-
-Tip_Pin=\u0130\u011fnele
-
-Tip_Close_Window=Pencereyi Kapat
-
-Tip_Scroll_Documents_Right=D\u00f6k\u00fcmanlar\u0131 Sa\u011fa Kayd\u0131r 
-
-Tip_Scroll_Documents_Left=D\u00f6k\u00fcmanlar\u0131 Sola Kayd\u0131r
-
diff --git a/l10n/src/tr/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_tr.properties
deleted file mode 100644
index 8043f6f..0000000
--- a/l10n/src/tr/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_tr.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Aksiyon API'leri
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=NetBeans genel aksiyon tan\u0131mlar\u0131
-OpenIDE-Module-Long-Description=Herhangi bir NetBeans uygulamas\u0131 taraf\u0131ndan kullan\u0131lan genel aksiyonlar\u0131n listesini sa\u011flar.
-
-
-New=&Ekle
-# {0} name of the only one new type
-NewArg=&Ekle {0}
-
-# File
-NewFromTemplate=Ye&ni
-Save=&Kaydet
-Print=&Yazd\u0131r...
-PageSetup=&Sayfa D\u00fczeni...
-
-#0 undoableedit
-UndoWithParameter=&Geri Al {0}
-#0 undoableedit
-RedoWithParameter=\u0130le&ri Al {0}
-UndoSimple=&Geri Al
-RedoSimple=\u0130le&ri Al 
-Cut=&Kes
-Copy=Kop&yala
-Paste=Ya&p\u0131\u015ft\u0131r
-Delete=&Sil
-Find=&Bul...
-Goto=&Sat\u0131ra Git...
-Replace=D&e\u011fi\u015ftir...
-
-# View
-Properties=\u00d6zellikle&r
-View=G\u00f6r\u00fcn\u00fcm
-Edit=D\u00fczenle
-
-# Build
-Execute=\u00c7a&l\u0131\u015ft\u0131r
-
-# Window
-DockWindow=G\u00f6r\u00fcn\u00fcm\u00fc &Kenetle
-UndockWindow=G\u00f6r\u00fcn\u00fcm\u00fc &Ay\u0131r
-CloneView=G\u00f6r\u00fcn\u00fcm\u00fc &Klonla
-CloseView=Kapat
-NextTab=So&nraki G\u00f6r\u00fcn\u00fcm
-PreviousTab=\u00d6n&ceki G\u00f6r\u00fcn\u00fcm
-
-Open=A\u00e7
-Rename=Yeniden Adland\u0131r...
-
-MoveUp=Yukar\u0131 Ta\u015f\u0131
-MoveDown=A\u015fa\u011f\u0131 \u0130ndir
-
-
-Customize=Ki\u015fiselle\u015ftir
-
-#rename action
-CTL_RenameTitle=Yeniden Adland\u0131r
-CTL_RenameLabel=Ye&ni \u0130sim:
-# {0} param represents old name before renaming.
-MSG_BadFormat={0} nesnesi {1} olarak yeniden adland\u0131r\u0131lam\u0131yor.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=\u00c7\u00f6p Topla 
-
-#HeapView
-LBL_ShowText=Metni G\u00f6ster
-LBL_DropShadow=G\u00f6lge D\u00fc\u015f\u00fcr
-LBL_OverlayGrid=Overlay Grid
-
-# NewTemplateAction
-CTL_NewName=Yeni \u0130sim
-CTL_NewNameTitle=Ye&ni
-
-
-#Reorder Action
-Reorder=S\u0131ray\u0131 De\u011fi\u015ftir...
-
-OpenLocalExplorer=&Buradan Gezin
-
-WorkspacesItems=&\u00c7al\u0131\u015fma Alanlar\u0131
-
-
-# name of template
-CTL_Template_Name=&Nesne Ad\u0131:
-# title of dialog
-CTL_Template_Dialog_Title=\u015eablonu \u00d6rnekle
-CTL_Template_Dialog_RootTitle=Bura&ya Kaydet
-
-
-# Tools action
-CTL_Tools=Ara\u00e7lar
-CTL_EmptySubMenu=Bo\u015f
-
-
-# name of the PopupAction
-Popup=A\u00e7\u0131l\u0131r Pencere
-
-#SaveAction
-MSG_saved={0} kaydedildi.
-EXC_notsaved={0} kaydedilirken baz\u0131 problemler olu\u015ftu\nSebep: {1}
-#Template wizard title
-CTL_TemplateWizard=\u015eablondan Yeni
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=\u00c7\u00f6p toplama i\u00e7in t\u0131klay\u0131n
-
-
diff --git a/l10n/src/tr/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_tr.properties
deleted file mode 100644
index e4723cb..0000000
--- a/l10n/src/tr/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_tr.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI Gere\u00e7leri API
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Kullan\u0131c\u0131 aray\u00fcz\u00fc gere\u00e7leri.
-OpenIDE-Module-Long-Description=UI ile ilgili \u00e7e\u015fitli g\u00f6revler i\u00e7in yard\u0131mc\u0131 metodlar.
-
-
-
-#MenuBar
-EXC_LoadMenu={0} men\u00fcs\u00fc y\u00fcklenemiyor
-EXC_LoadMenuItem={0} men\u00fc eleman\u0131 y\u00fcklenemiyor
-
-#HtmlBrowser
-CTL_Back=Geri
-CTL_Forward=\u0130leri
-CTL_Reload=Yeniden Y\u00fckle
-CTL_Stop=Dur
-CTL_Document_done=Belge: Tamam
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Y\u00fckleniyor
-EXC_Module=HTML taray\u0131c\u0131 bile\u015feni ilklendirilirken istisna olu\u015ftu
-CTL_WebBrowser=Web Taray\u0131c\u0131
-HINT_WebBrowser=Web Taray\u0131c\u0131
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Taray\u0131c\u0131 g\u00f6r\u00fcn\u00fcm\u00fc
-ACSD_HtmlBrowser=YOK
-ACS_HtmlBrowser_Location=&Yer:
-ACSD_HtmlBrowser_Location=YOK
-
-# Splitted panel
-SplittedPanelVertical=Dikey
-SplittedPanelHorizontal=Yatay
-SplittedPanelSwap=Panelleri de\u011fi\u015ftir
-ResetSplitter=Ay\u0131rma \u00e7izgisini ilk konumuna getir
-ACS_SplittedPanel_Name=Birinci panel {0}. \u0130kinci panel {1}.
-ACS_SplittedPanel_Description=Birinci panel {0}. \u0130kinci panel {1}.
-ACS_SplittedPanel_EmptySplitter=YOK
-ACSD_SplittedPanel_EmptySplitter=YOK
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=YOK
-#Title while loading
-LBL_Loading=Y\u00fckleniyor...
-#Title if html doesn't contain title tags
-LBL_Untitled=Ba\u015fl\u0131ks\u0131z
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Bilinmeyen host: {0}
-FMT_InvalidURL=Ge\u00e7ersiz URL: {0}
-FMT_NoRouteToHost=Hosta yol yok: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Invoking {4} implemented as {3} thru {1}
-
-
-# action and their performers
-Open=A\u00e7
-Edit=D\u00fczenle
-Print=&Yazd\u0131r...
-View=G\u00f6r\u00fcn\u00fcm
-Close=Kapat
-
diff --git a/l10n/src/tr/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_tr.properties
deleted file mode 100644
index 5f95352..0000000
--- a/l10n/src/tr/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_tr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Uyumluluk API'leri
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Art\u0131k kullan\u0131lmayan eski s\u0131n\u0131flar
-OpenIDE-Module-Long-Description=Eskimi\u015f ve yeri de\u011fi\u015ftirilebilir eski API s\u0131n\u0131flar\u0131. \u00d6zellikle: ExplorerActions; ExplorerPanel; HttpServer; ve WeakListener.
-OpenIDE-Module-Deprecation-Message=Bu API'deki t\u00fcm s\u0131n\u0131flar eskimi\u015ftir ve daha modern API s\u0131n\u0131flar\u0131yla de\u011fi\u015ftirilebilir.
-
diff --git a/l10n/src/tr/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_tr.properties
deleted file mode 100644
index 0427255..0000000
--- a/l10n/src/tr/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_tr.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialogs API
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Diyaloglar\u0131 ve sihirbazlar\u0131 i\u015fler.
-OpenIDE-Module-Long-Description=Bu mod\u00fcl NetBeans'de kullan\u0131lan diyalog ve sihirbaz alt yap\u0131s\u0131n\u0131 i\u015fler.
-
-# Notify system
-NTF_ErrorTitle=Hata
-NTF_ExceptionTitle=\u0130stisna
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=Bir {0} istisnas\u0131 olu\u015ftu.\nmessages.log dosyan\u0131zla birlikte bunu http://www.netbeans.org/issues.html adresine bildirin.\nmessage.log dosyas\u0131 {1} klas\u00f6r\u00fcn\u00fczde yer al\u0131yor.
-NTF_ExceptionalExceptionTitle=Beklenmeyen \u0130stisna
-NTF_PlainTitle=\u0130leti
-NTF_QuestionTitle=Soru
-NTF_InformationTitle=Bilgi
-NTF_WarningTitle=Uyar\u0131
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Se\u00e7enekleri Hizala
-
-#
-# names of buttons
-#
-CTL_OK=Tamam
-CTL_YES=Evet
-CTL_NO=Hay\u0131r
-CTL_CLOSE=Kapat
-
-CTL_CANCEL=\u0130ptal
-ACSD_CANCEL=n/a
-
-CTL_NEXT=\u0130leri >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Moves to next step of the wizard.|2#Next step: {0}. {1}}
-
-CTL_PREVIOUS=< &Geri
-CTL_PREVIOUS_Mnemonic=G
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Moves to previous step of the wizard.|0#Previous step: {0}. {1}}
-
-CTL_FINISH=&Bitir
-ACSD_FINISH=n/a
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Giri\u015f sat\u0131r\u0131
-ACSD_InputField=YOK
-ACN_NotifyDescriptor_MessageJTextArea=YOK
-ACD_NotifyDescriptor_MessageJTextArea=YOK
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} sihirbaz\u0131 ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={1}'in {0}
-CTL_ContentName=Ad\u0131mlar
-CTL_HelpName=Yard\u0131m
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=L\u00fctfen bekleyin.
-
diff --git a/l10n/src/tr/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_tr.properties
deleted file mode 100644
index 4c400b4..0000000
--- a/l10n/src/tr/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_tr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Y\u00fcr\u00fctme API
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Open API'lerden y\u00fcr\u00fctme API'si.
-OpenIDE-Module-Long-Description=Open API'lerden org.openide.execution.* paketinin par\u00e7alar\u0131ndan olu\u015fur.
-
diff --git a/l10n/src/tr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_tr.properties
deleted file mode 100644
index cb7b6ea..0000000
--- a/l10n/src/tr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_tr.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Gezgin & \u00d6zellik Sayfas\u0131 API
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=D\u00fc\u011f\u00fcm yap\u0131lar\u0131n\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in \u00e7e\u015fitli g\u00f6r\u00fcn\u00fcmler.
-OpenIDE-Module-Long-Description=Nodes API kullan\u0131larak olu\u015fturulmu\u015f yap\u0131lar\u0131 g\u00f6steren g\u00f6r\u00fcn\u00fcmlerin tan\u0131mlanmas\u0131na olanak sa\u011flar.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Gezgin [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Gezgin penceresi geri y\u00fcklenemiyor ; k\u00f6k d\u00fc\u011f\u00fcm "{0}" do\u011fru olarak eski haline getirilemiyor.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=Gezgin g\u00f6r\u00fcn\u00fcm\u00fc, bo\u015f se\u00e7imi veto etmemelidir.
-EXC_ContextMustBeWithinRootContext=Gezilen konteks ({0}) k\u00f6k konteks ({1}) i\u00e7erisinde bulunmal\u0131d\u0131r.
-EXC_NodeCannotBeNull=D\u00fc\u011f\u00fcm se\u00e7imi i\u00e7in null kullan\u0131lamaz.
-EXC_NoElementOfNodeSelectionMayBeNull=D\u00fc\u011f\u00fcm se\u00e7iminin hi\u00e7 bir eleman\u0131 null olamaz.
-EXC_NodeSelectionCannotContainNodes=D\u00fc\u011f\u00fcm se\u00e7imi k\u00f6k d\u00fc\u011f\u00fcm ({1}) alt\u0131nda olmayan d\u00fc\u011f\u00fcmleri ({0}) i\u00e7eremez.
-EXC_CannotHaveNullRootContext=Null k\u00f6k konteks olamaz.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject={0} silmek istedi\u011finizden emin misiniz?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder={0} ve t\u00fcm i\u00e7eri\u011fini silmek istedi\u011finizden emin misiniz?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Bunlar\u0131 {0}  silmek istedi\u011finizden emin misiniz?
-MSG_ConfirmDeleteObjectTitle=Nesne Silimini Onayla
-MSG_ConfirmDeleteFolderTitle=Paket Silimini Onayla
-MSG_ConfirmDeleteObjectsTitle=\u00c7oklu Nesne Silimini Onayla
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow={0} (ba\u011flant\u0131  {3}) silmek istedi\u011finizden emin misiniz  ?
-MSG_ConfirmDeleteShadowTitle=Ba\u011f Silimini Onayla
-
-
diff --git a/l10n/src/tr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_tr.properties
deleted file mode 100644
index 37ff1b0..0000000
--- a/l10n/src/tr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_tr.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=\u0130stisnai durum
-PS_Editor=\u00d6zellik D\u00fczenleyici
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Array of
-FMT_ErrorSettingProperty=\u00d6zelli\u011fe  de\u011fer verilemiyor. {0} , {1} i\u00e7in ge\u00e7erli bir de\u011fer de\u011fil.
-FMT_CannotUpdateProperty={0} , {1} i\u00e7in ge\u00e7erli bir de\u011fer de\u011fil.
-
-#PropertySheet
-CTL_NoPropertyEditor=(\u00d6zellik D\u00fczenleyici Yok)
-CTL_NoProperties=<\u00d6zellik Yok>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=\u00d6zellikler
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Kategoriye G\u00f6re S\u0131rala
-ACS_CTL_NoSort=Kategoriye G\u00f6re S\u0131rala
-CTL_AlphaSort=\u0130sme G\u00f6re S\u0131rala
-ACS_CTL_AlphaSort=\u0130sme G\u00f6re S\u0131rala
-CTL_TypeSort=Tipe G\u00f6re S\u0131rala
-ACS_CTL_TypeSort=Tipe G\u00f6re S\u0131rala
-CTL_VisibleWritableOnly=Sadece De\u011fi\u015ftirilebilir \u00d6zellikleri G\u00f6ster
-ACS_CTL_VisibleWritableOnly=Sadece De\u011fi\u015ftirilebilir \u00d6zellikleri G\u00f6ster
-CTL_Customize=Ki\u015fiselle\u015ftirici
-ACS_CTL_Customize=Ki\u015fiselle\u015ftirici
-CTL_Help=Yard\u0131m
-ACS_CTL_Help=Yard\u0131m
-ACSD_CTL_Help=\u00d6zellik sayfas\u0131nda \u00f6zellikleri g\u00f6sterilen nesne hakk\u0131nda yard\u0131m sa\u011flar
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Tasar\u0131m zaman\u0131nda >>{0}<< \u00f6zelli\u011fini kullanmak istisnai durum olu\u015fturuyor.
-
-#PropertySheet
-CTL_Property_sheet_option=\u00d6zellik Sayfas\u0131
-
-
-#IndexedPropertyEditor
-CTL_NoItem=Hi\u00e7 \u00d6\u011fe Yok
-CTL_Index=\u00d6zellik \u0130ndeksi:
-CTL_Unknown=Bilinmeyen
-
-#PropertyDialogManager
-CTL_OK=Tamam
-ACSD_CTL_OK=YOK
-CTL_Cancel=\u0130ptal
-ACSD_CTL_Cancel=YOK
-CTL_Close=Kapat
-ACSD_CTL_Close=YOK
-CTL_Default=Varsay\u0131lana Geri &D\u00f6n
-ACSD_CTL_Default=YOK
-CTL_Paste=Yap\u0131\u015ft\u0131r
-
-#PropertyDetails
-EXC_Setter=\u00d6zelli\u011fin: {0} de\u011fer atama metodunda istisnai durum
-EXC_Setter_localized=\u00d6zelli\u011fin de\u011fer atama metodunda istisnai durum {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<\u00f6zelle\u015ftirilmi\u015f d\u00fczenleyici yok>
-CTL_No_property_editor=<\u00f6zellik d\u00fczenleyici yok>
-CTL_Different_Values=<De\u011fi\u015fik De\u011ferler>
-CTL_Desc_Different_Values=Se\u00e7ili d\u00fc\u011f\u00fcmler bu \u00f6zellik i\u00e7in de\u011fi\u015fik de\u011ferlere sahip.
-CTL_No_properties=<\u00d6zellik Yok>
-CTL_No_value=<De\u011fer Yok>
-CTL_No_type=<Tip Yok>
-CTL_ElipsisHint=Ki\u015fiselle\u015ftiriciyi \u00e7al\u0131\u015ft\u0131r\u0131r.
-CTL_InvalidValue=Ge\u00e7ersiz de\u011fer: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Invalid value {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Type: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=\u00d6zellikle&r
-CTL_New=Ye&ni
-CTL_Delete=&Sil
-CTL_MoveUp=Yukar\u0131 Ta\u015f\u0131
-CTL_MoveDown=A\u015fa\u011f\u0131 \u0130ndir
-CTL_HideDetails=&Detaylar\u0131 Sakla
-CTL_ShowDetails=Detaylar\u0131 G\u00f6&ster
-EXC_ErrorInIndexedSetter=\u0130ndekslenmi\u015f \u00f6zelli\u011fe de\u011fer atanamaz
-
-ACSD_Properties=YOK
-ACSD_New=YOK
-ACSD_Delete=YOK
-ACSD_MoveUp=YOK
-ACSD_MoveDown=YOK
-ACSD_HideDetails=YOK
-ACSD_ShowDetails=YOK
-ACSD_IndexedEditorPanel=YOK
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=\u0130simler
-COLUMN_VALUES=De\u011ferler
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<okunam\u0131yor>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=De\u011fer atamada hata
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Bilinmeyen S\u0131ralama Kipi
-
-#Button labels for property dialogs
-ok=Ok
-default=Varsay\u0131lan de\u011feri geri y\u00fckle
-cancel=\u0130ptal
-close=Kapat
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Tan\u0131m
-ACSD_Description=Halihaz\u0131rda se\u00e7ili olan \u00f6zelli\u011fin tan\u0131m\u0131
-ACS_DescriptionTitle=\u00d6zellik ad\u0131
-ACSD_DescriptionTitle=Halihaz\u0131rda d\u00fczenlenen \u00f6zelli\u011fin ad\u0131
-CTL_NO_DESCRIPTION=Tan\u0131m yok.
-CTL_NO_SELECTION=Hi\u00e7bir\u015fey se\u00e7ilmedi
-ACS_Splitter=Ay\u0131r\u0131c\u0131
-ACSD_Splitter=\u00d6zellik tablosu ve tan\u0131m alan\u0131 aras\u0131ndaki g\u00f6r\u00fcnen ay\u0131r\u0131c\u0131.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=\u00d6zellik
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} e\u015fittir {1}
-FMT_ACST_SheetSet=\u00d6zellik grubu {0}
-ACST_No_Selection=Hi\u00e7bir\u015fey se\u00e7ilmedi
-CTL_Multiple_Selection=Birden\u00e7ok nesne se\u00e7ildi
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=\u00d6zel d\u00fczenleyiciyi a\u00e7mak i\u00e7in t\u0131klay\u0131n ya da se\u00e7erek CTRL-SPACE bas\u0131n; men\u00fc i\u00e7in sa\u011f t\u0131klay\u0131n
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Tan\u0131m Alan\u0131n\u0131 G\u00f6ster
-CTL_HideDescription=Tan\u0131m Alan\u0131n\u0131 Gizle
-CTL_RestoreDefaultValue=Varsay\u0131lan de\u011feri geri y\u00fckle
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=\u00d6zellikler
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=bu \u00f6zellik
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Ge\u00e7ersiz numara format\u0131: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=\u00d6zelle\u015ftirilmi\u015f d\u00fczenleyici: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=\u00d6zellikler tablosu
-ACSN_SHEET_TABBED_PANE=\u00d6zellik kategorileri
-ACSD_SHEET_TABLE=Halihaz\u0131rdaki nesneyi temsil eden de\u011fi\u015ftirilebilir \u00f6zelliklerin tablosu
-ACSD_SHEET_TABBED_PANE=\u00d6zellik sayfas\u0131nda g\u00f6stermek \u00fczere halihaz\u0131rdaki nesnenin de\u011fi\u015fik \u00f6zellik k\u00fcmelerini se\u00e7ebilirsiniz
-
-LBL_QUICKSEARCH=H\u0131zl\u0131 Arama
-
-MSG_SetAsText_InvalidValue=Ge\u00e7ersiz de\u011fer: {0}
-
diff --git a/l10n/src/tr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_tr.properties
deleted file mode 100644
index ed9e2da..0000000
--- a/l10n/src/tr/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_tr.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Bo\u015f
-MenuViewStartFromRoot=K\u00f6kten gezin
-MenuViewStartFromCurrent=\u015eu anki noktadan gezin
-
-# TabView
-TabView_RootTab=K\u00f6k
-
-# TreeView
-VetoSelectedNodes=Se\u00e7ili D\u00fc\u011f\u00fcmler
-LBL_QUICKSEARCH=Ara:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed={0} nesnesi {1} olarak yeniden adland\u0131r\u0131lam\u0131yor.
-ACSN_TreeViewCellEditor=Yeniden adland\u0131rma d\u00fczenleyicisi
-ACSD_TreeViewCellEditor=A\u011fa\u00e7 g\u00f6r\u00fcn\u00fcm\u00fcndeki d\u00fc\u011f\u00fcm ad\u0131n\u0131n yerinde d\u00fczenleyicisi
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=Hedef aktar\u0131m i\u00e7eri\u011fini kabul etmedi.
-
-MSG_ABORT=\u0130ptal
-
-#TableSheet
-ACS_TableSheet=\u00d6zellikler tablosu
-ACSD_TableSheet=YOK
-ACS_NullPanel=\u00d6zellik Yok
-# {0} - bean
-ACSD_NullPanel=\u00d6zellik Yok Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Type: {1} Bean: {2}
-CTL_No_value=<De\u011fer Yok>
-CTL_No_type=<Tip Yok>
-
-# TreeTableView
-LBL_ColumnDialogTitle=G\u00f6r\u00fclebilir S\u00fctunlar\u0131 De\u011fi\u015ftirin
-LBL_ColumnDialogDesc=Listede G\u00f6sterilecek S\u00fctunlar\u0131 Se\u00e7iniz
-LBL_ListOptions=Liste Se\u00e7enekleri
-LBL_ChangeColumns=G\u00f6r\u00fclebilir S\u00fctunlar\u0131 De\u011fi\u015ftirin
-LBL_SortMenu=S\u0131rala
-LBL_Ascending=Artan
-LBL_Descending=Azalan
-LBL_ColsMenu=S\u00fctun
-LBL_MoveLeft=Sola Kayd\u0131r
-LBL_MoveRight=Sa\u011fa Kayd\u0131r
-MSG_NoColumnsToChange=G\u00f6sterilebilirli\u011fi de\u011fi\u015ftirilecek herhangi bir s\u00fctun yok.
-LBL_NoSort=Hi\u00e7biri
-ACSN_ColumnDialog=G\u00f6r\u00fclebilir S\u00fctunlar\u0131 De\u011fi\u015ftirin
-ACSD_ColumnDialog=Listede G\u00f6sterilecek S\u00fctunlar\u0131 Se\u00e7iniz
-
-#a11y
-ACSN_TreeTable=YOK
-ACSD_TreeTable=YOK
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Sadece \u015fu sat\u0131rlar\u0131 g\u00f6ster
-
-CTL_ColumnsSelector=G\u00f6r\u00fclebilir S\u00fctunlar\u0131 De\u011fi\u015ftirin
-ACN_ColumnsSelector=S\u00fctun Se\u00e7ici
-ACD_ColumnsSelector=G\u00f6r\u00fclebilir s\u00fctunlar\u0131 se\u00e7in
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Listede G\u00f6sterilecek S\u00fctunlar\u0131 Se\u00e7iniz
-NodeOutlineModel_NodesColumnLabel=D\u00fc\u011f\u00fcmler
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Children.MUTEX okuma izni olmadan {0} 'a eri\u015fiyor
-
diff --git a/l10n/src/tr/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_tr.properties
deleted file mode 100644
index 824cc83..0000000
--- a/l10n/src/tr/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_tr.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Ge\u00e7ersiz XML d\u00f6k\u00fcman\u0131:
-
-W-003=Uyar\u0131: XML par\u00e7alay\u0131c\u0131 lexical-handler \u00f6zelli\u011fini desteklememektedir.
-
diff --git a/l10n/src/tr/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_tr.properties
deleted file mode 100644
index b9e3cf6..0000000
--- a/l10n/src/tr/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_tr.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Dosya Sistemi API
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Sanal Dosya Sistemi API.
-OpenIDE-Module-Long-Description=Dosya tipi kaynaklara ger\u00e7ek OS dosyalar\u0131ndan ba\u011f\u0131ms\u0131z olarak ula\u015fmaya izin verir. Disk \u00fczerindeki de\u011fi\u015fiklik bildirimlerini destekler.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Ge\u00e7ersiz {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=K\u00f6k {0} yok.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Dosya sistemi {0} k\u00f6k\u00fc silinemiyor.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Dosya sistemi {0} k\u00f6k\u00fc yeniden adland\u0131r\u0131lam\u0131yor.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete={1} deki {0}  dosyas\u0131 silinemiyor .
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename={1} deki {0} dosyas\u0131 {2} olarak yeniden adland\u0131r\u0131lam\u0131yor.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Dosya sistemi {0}  salt okunur.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO={1} deki {0} dosyas\u0131 salt okunur.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder={2} dosya sistemi \u00fczerindeki {1} klas\u00f6r olmad\u0131\u011f\u0131ndan {0} dosyas\u0131 olu\u015fturulam\u0131yor .
-
-# {0} = name of the folder
-EXC_SlashNotAllowed="{0}" klas\u00f6r isminde kesme i\u015fareti olamaz.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist= {0} klas\u00f6r\u00fc {1} i\u00e7inde zaten var ({2}). 
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF= {0} klas\u00f6r\u00fcn\u00fc {1} i\u00e7inde olu\u015fturam\u0131yor ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist={0} dosyas\u0131 zaten {1}  dosya sisteminde mevcut ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Halihaz\u0131r kilidi [{3}] olan {2} i\u00e7indeki {1} dosyas\u0131 i\u00e7in ge\u00e7ersiz kilit  [{0}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=filesystem.attributes dosyas\u0131 de\u011fi\u015ftirilemiyor :
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError={0} klas\u00f6r\u00fcnde {1} dosyas\u0131 bulunamad\u0131.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} is read-only.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} is read-only because it is inside {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=Dosya {0} mevcut de\u011fil.
-
-# {0} = name of zip file 
-EXC_CanntRead={0} dosyas\u0131ndan okunam\u0131yor.
-
-# {0} = name of zip file 
-EXC_NotValidFile={0} dosyas\u0131nda hata.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2={1} JAR dosyas\u0131nda hata: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Bilinmeyen JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=\u00c7oklu-Dosya Sistemi
-EXC_FileOutsideModified={0} dosyas\u0131 bulunamad\u0131. Di\u011fer bir uygulama dosyan\u0131n ad\u0131n\u0131 de\u011fi\u015ftirmi\u015f veya dosyay\u0131 ta\u015f\u0131m\u0131\u015f olabilir.
-XML_NotValidXMLFileSystem=Ge\u00e7ersiz XML Dosya Sistemi
-EXC_DefAttrReadErr=DefaultAttributes Okunam\u0131yor.
-EXC_UnreachableCode=Dahili hata: ula\u015f\u0131lamayan kod.
-
-EXC_FolderCopy=Klas\u00f6r kopyalama desteklenmiyor.
-XML_RootInvalid=Dosya Sistem \u00f6\u011fesi k\u00f6k \u00f6\u011fe olmal\u0131.
-XML_MisssingAttr=\u00d6zellik \"name\" eksik.
-XML_InaccurateParam=Hatal\u0131 parametre say\u0131s\u0131
-XML_UnknownElement=Bilinmeyen \u00f6\u011fe.
-XML_DuplElement=\u00c7iftlenmi\u015f Dosya Nesnesi
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} in {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM={0} ak\u0131m\u0131 a\u00e7\u0131l\u0131yor
-
diff --git a/l10n/src/tr/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_tr.properties
deleted file mode 100644
index 89c269a..0000000
--- a/l10n/src/tr/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_tr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=I/O API'leri
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=\u00c7\u0131kt\u0131 g\u00f6sterimiyle ilgili Open APIleri.
-OpenIDE-Module-Long-Description=org.openide.windows.*  den \u00e7\u0131kt\u0131 sekmeleri olu\u015fturma, \u00e7\u0131kt\u0131 g\u00f6sterimi ve ba\u011flant\u0131 verme i\u015flemleri ile ilgili s\u0131n\u0131flar\u0131 i\u00e7erir.
-
diff --git a/l10n/src/tr/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_tr.properties
deleted file mode 100644
index b789460..0000000
--- a/l10n/src/tr/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_tr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Long-Description=Bu mod\u00fcl Datasystems API ile Scripting API'\u0131 birle\u015ftirir. Sonu\u00e7 olarak herhangi bir betik ve \u015fablonlama dili kullan\u0131larak \u015fablon olu\u015fturmak m\u00fcmk\u00fcnd\u00fcr.
-OpenIDE-Module-Name=Geli\u015fmi\u015f \u015eablonlama
-OpenIDE-Module-Short-Description=Geli\u015fmi\u015f \u015eablonlama sadece Veri sistemleri i\u00e7in de\u011fildir
-
diff --git a/l10n/src/tr/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_tr.properties
deleted file mode 100644
index 6fff4a3..0000000
--- a/l10n/src/tr/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_tr.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Datasystems API
-OpenIDE-Module-Short-Description=Veri nesnelerini i\u015flemek i\u00e7in NetBeans Open API'\u0131
-OpenIDE-Module-Long-Description=Datasystems API, Filesystems API \u00fczerinde veri nesnelerini tan\u0131yan ve gruplayan ve onlara belirli anlamlar veren bir katmand\u0131r. \u00d6nceden genel Open API'lar\u0131n bir par\u00e7as\u0131yken, \u015fimdi ba\u011f\u0131ms\u0131z bir mod\u00fcle d\u00f6n\u00fc\u015ft\u00fc.
-OpenIDE-Module-Display-Category=Altyap\u0131
-
-#DefaultDataObject
-HINT_DefaultDataObject=Bilinmeyen Dosya
-
-EXC_SharedAccess=Payla\u015f\u0131lan eri\u015fim
-
-#Folder.Index
-EXC_ReorderFailed=Yeni s\u0131ralama kaydedilemiyor.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2={0} dosyas\u0131 silinemiyor.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint={3}'e Ba\u011flant\u0131
-
-PROP_ShadowOriginalName=Orijinal Ad
-HINT_ShadowOriginalName=Bu ba\u011flant\u0131n\u0131n i\u015faret etti\u011fi nesnenin ad\u0131
-PROP_ShadowOriginalFileSystem=Dosya Sisteminin Orijinal Ad\u0131
-HINT_ShadowOriginalFileSystem=Orjinal nesnenin dosya sisteminin ad\u0131
-
-# DataNode
-PROP_name=Ad
-HINT_name=Bu nesnenin ad\u0131.
-PROP_template=\u015eablon
-HINT_template=Do\u011fruysa, bu nesne \u015fablondur (kendisinden \u00f6rnek olu\u015fturabilir).
-PROP_files=T\u00fcm Dosyalar
-HINT_files=Bu nesne taraf\u0131ndan temsil edilen dosyalar\u0131n bir listesi.
-PROP_size=Dosya boyutu
-HINT_size=Dosyan\u0131n bayt olarak uzunlu\u011fu. (Sadece T\u00fcm Dosyalar i\u00e7erisinde listelenen ilk dosyaya uygulan\u0131r.)
-PROP_lastModified=De\u011fi\u015fiklik Zaman\u0131
-HINT_lastModified=Bu dosyan\u0131n en son de\u011fi\u015ftirildi\u011fi zaman. (Sadece T\u00fcm Dosyalar i\u00e7erisinde listelenen ilk dosyaya uygulan\u0131r.)
-PROP_extension=Uzant\u0131
-HINT_extension=Birincil dosya uzant\u0131s\u0131.
-ERROR_extension=Uzant\u0131 de\u011fi\u015ftirilemiyor. Dosya de\u011fi\u015ftirildi.
-
-# name of set with sorting options
-PROP_sorting=S\u0131ralan\u0131yor
-HINT_sorting=Ayarlar\u0131 s\u0131ralar ve d\u00fczenler.
-
-#
-# folder sort mode property
-PROP_sort=S\u0131ralama Kipi
-HINT_sort=Paket i\u00e7erisindeki nesnelerin nas\u0131l s\u0131ralanmas\u0131 gerekti\u011fini belirler.
-# SortModeEditor
-VALUE_sort_none=S\u0131ralanmam\u0131\u015f
-VALUE_sort_names=Ada G\u00f6re
-VALUE_sort_class=T\u00fcre G\u00f6re
-VALUE_sort_folder_names=Ada G\u00f6re (\u00d6nce Paketler)
-VALUE_sort_last_modified=De\u011fi\u015fiklik Zaman\u0131na G\u00f6re
-VALUE_sort_size=Dosya Boyutuna G\u00f6re
-
-
-#
-# Names of paste types
-#
-PT_move=&Ta\u015f\u0131
-PT_copy=&Kopyala
-PT_instantiate=\u00d6&rnekle
-PT_shadow=Ba\u011flant\u0131 O&lu\u015ftur
-PT_serialize=&Serile\u015ftirme
-PT_instance=&\u00d6ntan\u0131ml\u0131 \u00f6rnek
-
-# 
-SerializeBean_Text=\u00d6rne\u011fi&n serile\u015ftirilece\u011fi dosya ismi.
-SerializeBean_Title=\u00d6rnek Serile\u015ftirmesi
-
-#
-# new folder
-#
-CTL_NewFolder=Klas\u00f6r
-CTL_NewFolderName=&Ad:
-CTL_NewFolderTitle=Yeni Klas\u00f6r Olu\u015ftur
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists={0} dosyas\u0131 {1} klas\u00f6r\u00fcnde zaten mevcut.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists={0} klas\u00f6r\u00fc {1} klas\u00f6r\u00fcnde zaten mevcut.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig={1} dosyas\u0131 g\u00fcvenli bir \u015fekilde a\u00e7\u0131lamayacak kadar ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) b\u00fcy\u00fck g\u00f6z\u00fck\u00fcyor. \nDosyan\u0131n a\u00e7\u0131lmas\u0131 IDE'yi kullan\u0131lamaz hale getirecek OutOfMemoryError hatas\u0131na neden olabilir. Ger\u00e7ekten onu a\u00e7mak istiyor musunuz?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML Yap\u0131land\u0131rma Dosyalar\u0131
-PROP_XmlError=Hata (kurtar\u0131lamaz)
-PROP_XmlWarning=Uyar\u0131
-PROP_XmlFatalError=\u00d6L\u00dcMC\u00dcL HATA
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Klas\u00f6r olu\u015fturulam\u0131yor; {0} ge\u00e7erli bir ad de\u011fil.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame={0} kopyalanam\u0131yor: Hedef klas\u00f6r\u00fc kaynak klas\u00f6r ile ayn\u0131.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder={0} kopyalanam\u0131yor: Hedef klas\u00f6r\u00fc kaynak klas\u00f6r\u00fcn\u00fcn alt klas\u00f6r\u00fc.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=Yeni Sihirbaz - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=Yeni Sihirbaz
-LAB_TemplateChooserPanelName=\u015eablon Se\u00e7
-LAB_SelectTemplateBorder=Bir \u015eablon &Se\u00e7
-MSG_NoDescription=A\u00e7\u0131klama yok
-MSG_InitDescription=A\u00e7\u0131klama haz\u0131rlan\u0131yor...
-LAB_TemplateDescriptionBorder=\u015e&ablon A\u00e7\u0131klamas\u0131:
-LAB_TargetLocationPanelName=Hedef Konumu
-LAB_TargetLocationDescription=L\u00fctfen yeni olu\u015fturulmu\u015f nesne i\u00e7in bir klas\u00f6r se\u00e7in ya da klas\u00f6r ad\u0131n\u0131 a\u015fa\u011f\u0131ya girin:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=YOK
-ACSD_TemplateWizard1=YOK
-
-CTL_NewObjectName=%Ad\:
-ACSD_NewObjectName=YOK
-ACSD_TargetLocationDescription=YOK
-ACSD_TemplateWizard2=YOK
-
-ACSD_NewObjectPanel=YOK
-
-LBL_settingsNodeName=Ayarlar
-EXC_folder_delete_failed=Kaynak klas\u00f6r\u00fc ta\u015f\u0131n\u0131rken silinemedi.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<\u00fcst klas\u00f6r> [{0}]
-FMT_DefaultNewObjectName=<\u00f6ntan\u0131ml\u0131 ad>
-
-LBL_shadow_loader_display_name=Ba\u011flant\u0131lar
-LBL_folder_loader_display_name=Klas\u00f6rler
-LBL_default_loader_display_name=Bilinmeyen Nesneler
-LBL_instance_loader_display_name=Eylem \u00d6rnekleri
-
-FMT_CannotCopyDo=Uyar\u0131: {0} nesnesi kopyalanam\u0131yor.
-FMT_CannotMoveDo=Uyar\u0131: {0} nesnesi ta\u015f\u0131nam\u0131yor.
-
-# InstanceDataObject
-LBL_separator_instance=(ay\u0131r\u0131c\u0131)
-PROP_instance_class=S\u0131n\u0131f Ad\u0131
-HINT_instance_class=Temsil edilen nesnenin Java s\u0131n\u0131f ad\u0131.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean={0} bean'i kaydedilmesi ile ilgili problemler var.
-
-FMT_brokenShadowName={0} (K\u0131r\u0131k Ba\u011flant\u0131)
-HINT_brokenShadowOriginalName=K\u0131r\u0131k Ba\u011flant\u0131
-PROP_brokenShadowOriginalName=K\u0131r\u0131k Ba\u011flant\u0131
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Dosya sistemi ba\u011flant\u0131s\u0131 bozuk
-HINT_brokenShadowFileSystem=Dosya sistemi ba\u011flant\u0131s\u0131 bozuk
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Bilinmeyen ayar>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Veri Nesnesi Kopyalama 
-LBL_DOcut=Veri Nesnesi Kesme 
-#NewObjectPanel
-LAB_NewObjectPanelName=Yeni Nesne Ad\u0131
-FMT_DefaultNewObject=<\u00f6ntan\u0131ml\u0131>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader={0} t\u00fcr\u00fcndeki nesneler i\u00e7in a\u00e7\u0131l\u0131r men\u00fc y\u00fcklenemiyor; \u00f6ntan\u0131ml\u0131 ayarlar kullan\u0131l\u0131yor.
-LBL_loader_display_name=Y\u00fckleyici
-
-MSG_renameError={0} nesnesi {1} olarak yeniden adland\u0131r\u0131lam\u0131yor.
-MSG_NotValidName={0}'a bo\u015f bir ad verilemez.
-ERR_NoFilesystem=Aktifle\u015ftirilmi\u015f dosya sistemi yok. En az salt-okunur ve gizli olmayan dosya sisteminiz oldu\u011fundan emin olun.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=Hedef dosya sistemi ya da klas\u00f6r mevcut de\u011fil.
-MSG_fs_is_readonly=Hedef dosya sistemi salt-okunur.
-# {0} - name of the existing file
-MSG_file_already_exist={0} dosyas\u0131 zaten mevcut..
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Dosya sistemi i\u015flemi
-#InstantiateAction
-Instantiate=\u00d6rnekle
-#SaveAsTemplateAction
-SaveAsTemplate=\u015eablon Olarak Kaydet...
-Title_SaveAsTemplate=\u015eablon Olarak Kaydet
-CTL_SaveAsTemplate=&Yeni \u015fablonun g\u00f6z\u00fckece\u011fi kategoriyi se\u00e7in:
-CTL_SaveAsTemplate_TemplatesRoot=\u015eablonlar
-SaveAll=T\u00fcm\u00fcn\u00fc K&aydet
-HINT_SaveAll=T\u00fcm dosyalar\u0131 kaydet (E\u011fer Derlemede Kaydet \u00f6zelli\u011fi a\u00e7\u0131k ise dosyalar\u0131n\u0131z ayn\u0131 zamanda derlenip yap\u0131land\u0131r\u0131lacakt\u0131r) 
-# FileSystemRefreshAction
-LAB_Refresh=Klas\u00f6r\u00fc Tazele
-# NewTemplateAction
-EXC_TemplateFailed=\u015eablondan nesne olu\u015fturulmas\u0131 ba\u015far\u0131s\u0131z oldu.
-NewTemplate=Ye&ni
-NewTemplateAction=T\u00fcm \u015eablonlar...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Bo\u015f
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen={0} a\u00e7\u0131l\u0131yor ...
-
-# {0} = name of the data object
-MSG_SaveFile={0} dosyas\u0131 de\u011fi\u015ftirilmi\u015f. Kaydet?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (de\u011fi\u015ftirilmi\u015f)
-TIP_editor_ro=\ (salt-okunur)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing={0} dosyas\u0131 salt-okunur olarak de\u011fi\u015ftirildi! T\u00fcm de\u011fi\u015fiklikler kaybolacak.
-MSG_FileReadOnlySaving={0} dosyas\u0131 salt-okunur olarak de\u011fi\u015ftirildi! Kaydedilemiyor.
-MSG_FileReadOnlyChanging={0} dosyas\u0131 salt-okunur olarak de\u011fi\u015ftirildi!
-
-
-MSG_BinaryFileQuestion=Bu dosya ikili veri i\u00e7eriyor gibi g\u00f6z\u00fck\u00fcyor. Metin edit\u00f6r\u00fcyle a\u00e7mak istedi\u011finizden emin misiniz?
-MSG_BinaryFileWarning=\u0130kili Dosya Alg\u0131land\u0131
-
-CTL_SaveAsAction=&Farkl\u0131 Kaydet...
-MSG_SaveAsFailed={0} kaydedilirken baz\u0131 problemler olu\u015ftu\nSebep: {1}
-LBL_SaveAsTitle=Farkl\u0131 Kaydet
-MSG_CannotCreateTargetFolder=Hedef klas\u00f6r\u00fc olu\u015fturulam\u0131yor.
-MSG_SaveAs_SameFileSelected=L\u00fctfen farkl\u0131 bir dosya ad\u0131 se\u00e7in.
-MSG_SaveAs_SameFileSelected_Title=Farkl\u0131 Kaydet
-
diff --git a/l10n/src/tr/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_tr.properties
deleted file mode 100644
index 58157a0..0000000
--- a/l10n/src/tr/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_tr.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Bile\u015fen Sistem API
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Kurulmu\u015f mod\u00fcller hakk\u0131ndaki bilgileri getirmek i\u00e7in olan API'ler.
-OpenIDE-Module-Long-Description=Kurulmu\u015f mod\u00fcllerin listesini alman\u0131za, \u00f6zellikleri ve ba\u011f\u0131ml\u0131l\u0131klar\u0131n\u0131 denetlemenize izin verir.
-
diff --git a/l10n/src/tr/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_tr.properties
deleted file mode 100644
index 2cd3bc8..0000000
--- a/l10n/src/tr/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_tr.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=D\u00fc\u011f\u00fcm API
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Jenerik a\u011fa\u00e7-tipi yap\u0131lar\u0131 tan\u0131mlamak i\u00e7in kullan\u0131lan API.
-OpenIDE-Module-Long-Description=D\u00fc\u011f\u00fcm\u00fc, Gezgin API taraf\u0131ndan g\u00f6sterilebilen geni\u015fletilebilir jenerik aray\u00fcz, tan\u0131mlayarak a\u011fa\u00e7-tipi yap\u0131lar \u00fczerinde soyutlama sa\u011flar.
-
-
-
-#Sheet
-Properties=\u00d6zellikler
-Expert=Uzman
-HINT_Properties=Bu nesnenin \u00f6zellikleri.
-HINT_Expert=Bu nesnenin uzman \u00f6zellikleri.
-
-#indexed customizer
-LAB_order=S\u0131ray\u0131 De\u011fi\u015ftir...
-LAB_listOrder=Bu alanlar\u0131 \u015fu s\u0131rayla g\u00f6ster:
-LAB_listOrder_Mnemonic=S
-Button_close=Kapat
-Button_close_Mnemonic=C
-Button_up=Yukar\u0131 Ta\u015f\u0131
-Button_up_Mnemonic=U
-Button_down=A\u015fa\u011f\u0131 \u0130ndir
-Button_down_Mnemonic=V
-
-ACSD_Button_close=YOK
-ACSD_Button_up=YOK
-ACSD_Button_down=YOK
-ACSD_ListOrder=YOK
-ACSD_IndexedCustomizer=YOK
-
-#PropertySupport
-CTL_StandardName=Ad
-CTL_StandardHint=Nesnenin ismi.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=D\u00fc\u011f\u00fcm\u00fc Yap\u0131\u015ft\u0131r
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=\u0130ndeksi Kopyala
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=L\u00fctfen Bekleyiniz...
-
diff --git a/l10n/src/tr/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_tr.properties
deleted file mode 100644
index 2f2de22..0000000
--- a/l10n/src/tr/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_tr.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Ayarlar Se\u00e7enekler API
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Ayarlar\u0131 kaydetmek i\u00e7in destek.
-OpenIDE-Module-Long-Description=NetBeans tabanl\u0131 uygulamalar\u0131n arka arkaya \u00e7al\u0131\u015fmalar\u0131 aras\u0131nda ayarlar\u0131n kaydedilmesine yard\u0131mc\u0131 olan s\u0131n\u0131flar\u0131 sa\u011flar.
-OpenIDE-Module-Deprecation-Message=Yerine org.openide.util.NbPreferences kullan\u0131n.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/tr/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_tr.properties
deleted file mode 100644
index 64115bc..0000000
--- a/l10n/src/tr/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_tr.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Text API
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Generic API, Swing tabanl\u0131 EditorKits'leri kayd\u0131r\u0131yor.
-OpenIDE-Module-Long-Description=Swing metin edit\u00f6r\u00fc ekleyenlere bile\u015fenleri tan\u0131mlamada destek sa\u011fl\u0131yor.
-
-
-
-# Editor top component
-CTL_ModeName=D\u00fczenleyici
-
-# Print settings
-CTL_Print_settings=Yazd\u0131rma Se\u00e7enekleri
-CTL_Header_format = {2} ,  {1}'de yazd\u0131r\u0131l\u0131yor
-CTL_Footer_format = Sayfa {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Sayfa Format\u0131
-HINT_PAGE_FORMAT=Sayfa Format\u0131
-PROP_WRAP=Sat\u0131rlar\u0131 Kayd\u0131r
-HINT_WRAP=Sat\u0131rlar kayd\u0131r\u0131lmal\u0131 m\u0131?
-PROP_HEADER_FORMAT=Sayfa Ba\u015fl\u0131k Format\u0131
-
-HINT_HEADER_FORMAT=\u00d6rne\u011fin, "{0} sayfan\u0131n tepesi ({1} tarihinde bas\u0131ld\u0131) \u015fu dosyan\u0131n {2}".
-PROP_FOOTER_FORMAT=Sayfa Dipnot Format\u0131
-HINT_FOOTER_FORMAT=\u00d6rne\u011fin, "{0} sayfan\u0131n alt\u0131 ({1} tarihinde bas\u0131ld\u0131) \u015fu dosyan\u0131n {2}".
-PROP_HEADER_FONT=Sayfa Dipnot Fontu
-HINT_HEADER_FONT=Sayfa ba\u015fl\u0131k fontunu ayarlay\u0131n.
-PROP_FOOTER_FONT=Sayfa Dipnot Fontu
-HINT_FOOTER_FONT=Sayfa dipnot fontunu ayarlay\u0131n
-PROP_HEADER_ALIGNMENT=Sayfa Ba\u015fl\u0131k Hizalamas\u0131
-HINT_HEADER_ALIGNMENT=Sayfa Ba\u015fl\u0131k Hizalamas\u0131 - SOL, MERKEZ, SA\u011e.
-PROP_FOOTER_ALIGNMENT=Sayfa Dipnot Hizalamas\u0131
-HINT_FOOTER_ALIGNMENT=Sayfa Dipnot Hizalamas\u0131 - SOL, MERKEZ, SA\u011e.
-PROP_LINE_ASCENT_CORRECTION=\u00c7izgi \u0130lerleme Do\u011frulamas\u0131
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=\u00c7izgi ilerlemesini d\u00fczeltmek i\u00e7in \u00e7arpan.
-
-# Alignment Prop Editor
-CTL_CENTER = MERKEZ
-CTL_RIGHT = SA\u011e
-CTL_LEFT = SOL
-
-# Cancellation
-CTL_Print_progress=Sayfa numaras\u0131 {0} yazd\u0131r\u0131lm\u0131\u015ft\u0131.
-CTL_Print_cancellation=\u0130\u015f S\u00fcre\u00e7lerini Yazd\u0131r
-CTL_Cancel=\u0130ptal
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Mevcut yaz\u0131c\u0131 g\u00f6revi iptal edildi.
-EXC_Printer_Problem=Yaz\u0131c\u0131 problemi: {0}
-EXC_ReadOnlyFile={0} dosyas\u0131 sadece okunabilir.
-EXC_LoadDocument={0} dosyas\u0131 y\u00fcklenemedi.
-LBL_EditorLoading=Y\u00fckleniyor...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Soru
-CTL_Save=Kaydet
-ACSN_CTL_Save=YOK
-ACSD_CTL_Save=YOK
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Vazge\u00e7
-CTL_Discard_Mnemonic=V
-ACSN_CTL_Discard=YOK
-ACSD_CTL_Discard=YOK
-
-# PositionBounds
-MSG_Empty_string=Bo\u015f dizge eklenemiyor
-#editor support warning message
-FMT_FileNotFound=Uyar\u0131: {0} dosyas\u0131 bulunamad\u0131 ya da eri\u015filemiyor.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change={0} dosyas\u0131 d\u0131\u015f kaynak taraf\u0131ndan d\u00fczenlendi. Yeniden y\u00fcklensin mi?
-FMT_External_change_write={0} dosyas\u0131 d\u0131\u015f kaynak taraf\u0131ndan d\u00fczenlendi. \u00dczerine yaz\u0131ls\u0131n m\u0131?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=Yanl\u0131\u015f dosya belirttiniz. Yolu kontrol ediniz.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane={0} i\u00e7in edit\u00f6r
-ACSD_CloneableEditor_QuietEditorPane={0} i\u00e7in edit\u00f6r
-TITLE_SourceButton=Kaynak
-
-
diff --git a/l10n/src/tr/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_tr.properties
deleted file mode 100644
index c24dfea..0000000
--- a/l10n/src/tr/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_tr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Old Enumeration API
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Enumeration API yanl\u0131\u015f pakette
-OpenIDE-Module-Long-Description=Enumeration API yanl\u0131\u015f pakette, org.openide.util.enum ve onun gibiler Java 1.5 ile derlenemez, \u00e7\u00fcnk\u00fc enum bir anahtar kelime. org.openide.util.Enumerations s\u0131n\u0131f\u0131 ile de\u011fi\u015ftirildi.
-OpenIDE-Module-Deprecation-Message=Bu mod\u00fcl yerine org.openide.util.Enumerations kullan.
-
diff --git a/l10n/src/tr/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_tr.properties
deleted file mode 100644
index 8f05e23..0000000
--- a/l10n/src/tr/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_tr.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Lookup
-
diff --git a/l10n/src/tr/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_tr.properties
deleted file mode 100644
index 043082b..0000000
--- a/l10n/src/tr/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_tr.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Gere\u00e7ler API
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Temel Gere\u00e7ler API.
-OpenIDE-Module-Long-Description=Aksiyonlar, arama ve resim i\u015flemleri, paralel y\u00fcr\u00fctme ve markalama deste\u011fi gibi temel konsept tan\u0131mlar\u0131n\u0131 ve \u00e7e\u015fitli yard\u0131m metodlar\u0131n\u0131 i\u00e7erir.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=Bir tane HTTP sunucusu zaten kay\u0131tl\u0131. Ayn\u0131 anda iki sunucuyu kullanamazs\u0131n\u0131z.
-SERVER_CANNOT_UNREGISTER=Bir mod\u00fcl ba\u015fka bir mod\u00fcl taraf\u0131ndan sa\u011flanan HTTP sunucuyu kay\u0131t d\u0131\u015f\u0131 b\u0131rakmaya \u00e7al\u0131\u015ft\u0131.
-
-MSG_ToNowhere=hi\u00e7bir yere
-MSG_To=\u015furaya
-
-MSG_NoServerRegistered=Kay\u0131tl\u0131 sunucu yok.
-MSG_TooManyArguments=\u00e7ok fazla arg\u00fcman
-MSG_UnmatchedBraces=\u00f6r\u00fcnt\u00fcn\u00fcn \u015fu pozisyonunda e\u015fle\u015fmeyen parantez
-
-# NbBundle
-MSG_FMT_ObjectForKey=Anahtar {0} i\u00e7in nesne bulunamad\u0131
-MSG_ClassFinderAlreadySet=ClassFinder'a zaten de\u011fer atanm\u0131\u015f.
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=UYARI: \u00c7eviri tablosunu y\u00fckleyemiyor: {0}
-PROGRESS_CURSOR=\u0130lerleme kurs\u00f6r\u00fc
-
diff --git a/l10n/src/tr/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_tr.properties
deleted file mode 100644
index 69cf73d..0000000
--- a/l10n/src/tr/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_tr.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Birden\u00e7ok Nesne Flavor
-
-Create=Olu\u015ftur
-Paste=Yap\u0131\u015ft\u0131r
-
diff --git a/l10n/src/tr/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_tr.properties b/l10n/src/tr/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_tr.properties
deleted file mode 100644
index b00bfe4..0000000
--- a/l10n/src/tr/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_tr.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Pencere Sistemi API
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Ekran \u00fczerindeki bile\u015fenleri y\u00f6netmek i\u00e7in API.
-OpenIDE-Module-Long-Description=Kullan\u0131c\u0131ya g\u00f6sterilen bile\u015fen konsepti \u00fczerinde OS ve MDI/SDI dan ba\u011f\u0131ms\u0131z soyutlama sa\u011flar.
-
-
-
-# name of empty workspace
-None=Hi\u00e7biri
-
-#CloneableTopComponent
-EXC_CannotAssign=Bile\u015fene EMPTY atanamaz
-
-#TopComponent
-EXC_UnknownOperation=Bilinmeyen kapama i\u015flemi
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Invoking {2} implemented as {3} with {0}
-
diff --git a/l10n/src/tr/platform/print/print/org/netbeans/modules/print/action/Bundle_tr.properties b/l10n/src/tr/platform/print/print/org/netbeans/modules/print/action/Bundle_tr.properties
deleted file mode 100644
index f4c0591..0000000
--- a/l10n/src/tr/platform/print/print/org/netbeans/modules/print/action/Bundle_tr.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=&Sayfa D\u00fczeni...
-
-# PrintAction
-TLT_Print_Action=Yazd\u0131r
-MNU_Print_Action=&Yazd\u0131r...
-ACT_Print_Action=Yazd\u0131r - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/tr/platform/print/print/org/netbeans/modules/print/resources/Bundle_tr.properties b/l10n/src/tr/platform/print/print/org/netbeans/modules/print/resources/Bundle_tr.properties
deleted file mode 100644
index aff29ae..0000000
--- a/l10n/src/tr/platform/print/print/org/netbeans/modules/print/resources/Bundle_tr.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Yazd\u0131r
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Yazd\u0131rma bile\u015feninin ger\u00e7eklemesi.
-OpenIDE-Module-Long-Description=Yazd\u0131rma bile\u015feninin ger\u00e7eklemesi.
-
-# layer.xml
-Actions/File=Dosya
-
diff --git a/l10n/src/tr/platform/print/print/org/netbeans/modules/print/ui/Bundle_tr.properties b/l10n/src/tr/platform/print/print/org/netbeans/modules/print/ui/Bundle_tr.properties
deleted file mode 100644
index 6cde0b9..0000000
--- a/l10n/src/tr/platform/print/print/org/netbeans/modules/print/ui/Bundle_tr.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Yaz\u0131c\u0131 problemi: {0}
-LBL_Page_Setup_Button=&Sayfa D\u00fczeni
-TLT_Page_Setup_Button=Sayfa D\u00fczeni diyalo\u011funu a\u00e7ar
-LBL_Print_Option_Button=&Bask\u0131Se\u00e7enekleri
-TLT_Print_Option_Button=Bask\u0131 Se\u00e7enekleri diyalo\u011funu a\u00e7ar
-LBL_Print_Button=Yazd\u0131&r
-TLT_Print_Button=Yazd\u0131r diyalo\u011funu a\u00e7ar
-LBL_Close_Button=&Kapat
-TLT_Close_Button=Bask\u0131 \u00d6nizleme diyalo\u011funu kapat\u0131r
-LBL_Print_Preview=Bask\u0131 \u00d6nizleme
-LBL_Fit_to_Width=Geni\u015fli\u011fe S\u0131\u011fd\u0131r
-LBL_Fit_to_Height=Y\u00fcksekli\u011fe S\u0131d\u0131r
-LBL_Fit_to_All=T\u00fcm Sayfalar\u0131 G\u00f6ster
-
-TLT_First=\u0130&lk sayfa (Alt+L)
-TLT_Previous=\u00d6n&ceki sayfa (Alt+C)
-TLT_Next=So&nraki sayfa (Alt+N)
-TLT_Last=S&on sayfa (Alt+O)
-TLT_Fit=\u00d6l\u00e7e\u011fi &De\u011fi\u015ftir (Alt+D)
-TLT_Zoom_In=Ya&kla\u015ft\u0131r (Alt+K)
-TLT_Zoom_Out=Uzakla\u015ft\u0131&r (Alt+R)
-TLT_Toggle=\u00c7oklu Sayfa &G\u00f6ster (Alt+G)
-TLT_Goto=<html><body> <b>Dolan\u0131m:</b> <br> birinci sayfay\u0131 g\u00f6rmek i\u00e7in <code>/</code> veya <code>F</code> bas\u0131n <br> \u00f6nceki sayfay\u0131 g\u00f6rmek i\u00e7in <b><code>-</code></b> veya <code>G</code> bas\u0131n <br> sonraki sayfay\u0131 g\u00f6rmek i\u00e7in <b><code>+</code></b> veya <code>K</code> bas\u0131n <br> son sayfay\u0131 g\u00f6rmek i\u00e7in <code>*</code> veya <code>L</code> bas\u0131n </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Bask\u0131 Se\u00e7enekleri
-LBL_Border=\u00c7er\u00e7eve
-LBL_Print_Border=&Bask\u0131 \u00c7er\u00e7evesi
-LBL_Print_Header=Bas&k\u0131 Ba\u015fl\u0131\u011f\u0131
-LBL_Print_Footer=Bask\u0131 Al&tl\u0131\u011f\u0131
-LBL_Choose_Font=Font Se\u00e7
-LBL_Choose_Color=Renk Se\u00e7
-LBL_Insert_Macros=Makro Ekle:
-LBL_Text=Metin
-LBL_Line_Numbers=Sat\u0131r N&umaralar\u0131
-LBL_Wrap_Lines=Sa&t\u0131rlar\u0131 Sarmala
-LBL_Use_Font=Font \u00d6zelliklerini Kullan // &X
-LBL_Use_Color=Renk \u00d6zelliklerini Kullan // &Q
-LBL_As_Editor=D\u00fczenleyicideki Haliyle Yazd\u0131r // &J
-LBL_Selection=&Se\u00e7imi Yazd\u0131r
-LBL_Line_Spacing=Sat\u0131r Ara&lama:
-LBL_Text_Font_and_Color=Matin Fontu ve &Rengi:
-LBL_Background_Color=Arka&plan Rengi:
-LBL_Zoom=B\u00fcy\u00fct
-LBL_Header_Footer=Ba\u015fl\u0131k ve Altl\u0131k
-LBL_Apply=Uygul&a
-LBL_Left=Sol:
-LBL_Center=Orta:
-LBL_Right=Sa\u011f:
-
-ERR_Zoom_Value_Is_Invalid=B\u00fcy\u00fctme de\u011feri ge\u00e7ersiz!
-ERR_Header_Size_Is_Too_Big=Ba\u015fl\u0131k boyutu \u00e7ok b\u00fcy\u00fck!
-ERR_Footer_Size_Is_Too_Big=Altl\u0131k boyutu \u00e7ok b\u00fcy\u00fck!
-ERR_Page_Number_Is_Invalid=Sayfa say\u0131s\u0131 ge\u00e7ersiz!
-ERR_Page_Number_Is_Too_Big=Sayfa say\u0131s\u0131 \u00e7ok b\u00fcy\u00fck!
-
-TLT_Apply=De\u011fi\u015fiklikleri uygular
-TLT_Border_Color=\u00c7e&r\u00e7eve Rengini Se\u00e7 (Alt+R)
-TLT_Header_Font=Ba\u015fl\u0131k Fo&ntunu Se\u00e7 (Alt+N)
-TLT_Header_Color=Ba\u015f&l\u0131k Rengini Se\u00e7 (Alt+L)
-TLT_Footer_Font=Altl\u0131k Fon&tunu Se\u00e7 (Alt+T)
-TLT_Footer_Color=Altl\u0131&k Rengini Se\u00e7 (Alt+K)
-TLT_Text_Font=Metin Fontunu &Se\u00e7 (Alt+S) // &S
-TLT_Text_Color=Metin Ren&gini Se\u00e7 (Alt+G)
-TLT_Background_Color=Arkaplan Rengini Se\u00e7 // &G
-TLT_Print_Zoom=Bask\u0131 b\u00fcy\u00fctme oran\u0131n\u0131 ayarlar
-TLT_Use_Font=Fontu Kullan (Alt+X)
-TLT_Use_Color=Rengi Kullan (Alt+Q)
-TLT_As_Editor=D\u00fczenleyicideki Gibi G\u00f6ster (Alt+J)
-TLT_Selection=Se\u00e7imi Yazd\u0131r
-
-LBL_Pages=sayfa(lar)
-LBL_Fit_Width_to=Geni\u015fl&i\u011fi Yerle\u015ftir: 
-TLT_Fit_Width_to=Geni\u015fli\u011fi Yerle\u015ftir: 
-LBL_Fit_Height_to=Y\u00fcks&ekli\u011fi Yerle\u015ftir:
-TLT_Fit_Height_to=Y\u00fcksekli\u011fi Yerle\u015ftir:
-LBL_Zoom_to=&Yak\u0131nla\u015ft\u0131r: 
-TLT_Zoom_to=Yak\u0131nla\u015ft\u0131r: 
-LBL_Fit_to_Page=Sayfaya Yerle\u015ftir // &Y
-TLT_Fit_to_Page=Sayfaya Yerle\u015ftir (Alt+Y)
-
diff --git a/l10n/src/tr/platform/print/print/org/netbeans/modules/print/util/Bundle_tr.properties b/l10n/src/tr/platform/print/print/org/netbeans/modules/print/util/Bundle_tr.properties
deleted file mode 100644
index 1d77d9a..0000000
--- a/l10n/src/tr/platform/print/print/org/netbeans/modules/print/util/Bundle_tr.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={1}'in {0}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=Yazd\u0131r\u0131lan bile\u015fenin ismi
-ROW=Sat\u0131r numaras\u0131
-COLUMN=S\u00fctun numaras\u0131
-USER=Kullan\u0131c\u0131 ad\u0131
-COUNT=Sayfa say\u0131s\u0131
-MODIFIED_DATE=Son de\u011fi\u015fimin tarihi
-MODIFIED_TIME=Son de\u011fi\u015fimin zaman\u0131
-PRINTED_DATE=Yazd\u0131r\u0131lma tarihi
-PRINTED_TIME=Yazd\u0131r\u0131lma zaman\u0131
-
diff --git a/l10n/src/tr/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_tr.properties b/l10n/src/tr/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_tr.properties
deleted file mode 100644
index 2904b44..0000000
--- a/l10n/src/tr/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_tr.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress UI
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=G\u00f6rev ilerleme g\u00f6rselle\u015ftirmesi.
-OpenIDE-Module-Long-Description=\u00c7al\u0131\u015fan t\u00fcm g\u00f6revlerin bir g\u00f6r\u00fcnt\u00fcs\u00fcn\u00fc sunar, onlar\u0131n iptal edilmesine izin verir, vb.
-
-NbProgressBar.tooltip1={0} g\u00f6rev \u00e7al\u0131\u015f\u0131yor. Ayr\u0131nt\u0131lar i\u00e7in t\u0131klay\u0131n.
-NbProgressBar.tooltip2={0} g\u00f6rev \u00e7al\u0131\u015f\u0131yor. Ayr\u0131nt\u0131lar i\u00e7in t\u0131klay\u0131n.
-ListComponent.btnClose.tooltip=S\u00fcreci iptal etmek i\u00e7in t\u0131klay\u0131n
-ListComponent.bar.tooltip=S\u00fcreci izlemek i\u00e7in t\u0131klay\u0131n
-Cancel_Question={0} i\u015flemini iptal etmek istedi\u011finizden emin misiniz?
-Cancel_Question_Title=\u00c7al\u0131\u015fan G\u00f6revi \u0130ptal Et
-StatusLineComponent.ShowProcessList=S\u00fcre\u00e7leri G\u00f6ster
-StatusLineComponent.Cancel=S\u00fcreci \u0130ptal Et
-StatusLineComponent.View=\u00c7\u0131kt\u0131y\u0131 G\u00f6ster
-ListComponent.Watch=S\u00fcreci \u0130zle
-
-RunOffAWT.TITLE_Operation=Lengthy operation in progress
-RunOffAWT.BTN_Cancel=\u0130ptal
-
-# ProgressListAction
-CTL_ProcessListAction=&S\u00fcre\u00e7ler
-
-# CancelAction
-CTL_CancelAction=S\u00fcreci \u0130ptal Et
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=S\u00fcreci iptal etmek i\u00e7in t\u0131klay\u0131n
-ModalDialog.btnClose.text=\u0130ptal
-ModalDialog.btnClose.accessibleName=\u0130ptal
-ModalDialog.btnClose.accessibleDescription=Cancels the current process
-
-
diff --git a/l10n/src/tr/platform/queries/queries/org/netbeans/modules/queries/Bundle_tr.properties b/l10n/src/tr/platform/queries/queries/org/netbeans/modules/queries/Bundle_tr.properties
deleted file mode 100644
index ad58ccb..0000000
--- a/l10n/src/tr/platform/queries/queries/org/netbeans/modules/queries/Bundle_tr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Genel Sorgu API'si
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Short-Description=Mod\u00fcller aras\u0131nda genel ileti\u015fim kanal\u0131 gibi davran\u0131r.
-OpenIDE-Module-Long-Description=\u00d6zellikle belirli bir alan ad\u0131na \u00f6zg\u00fc olmayan sorgulara ev sahipli\u011fi yapar. Farkl\u0131 mod\u00fcllerin dosyalar hakk\u0131ndaki bilgilere esnek bir yoldan elde etmesine izin verir.
-
diff --git a/l10n/src/tr/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_tr.properties b/l10n/src/tr/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_tr.properties
deleted file mode 100644
index c6ad798..0000000
--- a/l10n/src/tr/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_tr.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument={0} se\u00e7ene\u011fi bir arg\u00fcman gerektiriyor
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether={0} se\u00e7ene\u011fi, {1} se\u00e7ene\u011fi ile birlikte kullan\u0131lamaz.
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=En az bir {0} gerekli
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Ayn\u0131 zamanda {0} kullan\u0131lmas\u0131 gerekli
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth={0} se\u00e7ene\u011fi ayn\u0131 zamanda {1} se\u00e7ene\u011fini gerektiriyor
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/tr/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_tr.properties b/l10n/src/tr/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_tr.properties
deleted file mode 100644
index 0542a3c..0000000
--- a/l10n/src/tr/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_tr.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Komut Sat\u0131r\u0131 Ayr\u0131\u015ft\u0131r\u0131c\u0131 API
-OpenIDE-Module-Short-Description=Komut sat\u0131r\u0131n\u0131 ayr\u0131\u015ft\u0131rmak i\u00e7in GetOpts uyumlu API
-OpenIDE-Module-Long-Description=Komut sat\u0131r\u0131n\u0131 ayr\u0131\u015ft\u0131ran GetOpts uyumlu API Komut sat\u0131r\u0131n\u0131n her par\u00e7as\u0131n\u0131n farkl\u0131 mod\u00fcl taraf\u0131ndan ayr\u0131\u015ft\u0131r\u0131laca\u011f\u0131 duruma odaklan\u0131r.
-OpenIDE-Module-Display-Category=Altyap\u0131
-
-MSG_OptionsHeader=\nEk Bile\u015fen Se\u00e7enekleri:\n
-
diff --git a/l10n/src/tr/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_tr.properties b/l10n/src/tr/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_tr.properties
deleted file mode 100644
index 719e057..0000000
--- a/l10n/src/tr/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_tr.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Settings API'si
-OpenIDE-Module-Short-Description=Ayarlar\u0131 \u00f6zel bi\u00e7imlerde saklamay\u0131 sa\u011flayan k\u00fct\u00fcphane
-OpenIDE-Module-Long-Description=Bu mod\u00fcl, mod\u00fcl-tan\u0131ml\u0131 ayarlar\u0131 \u00f6zel bi\u00e7imlerde saklamak i\u00e7in Settings API'\u0131 sa\u011flar. Ayn\u0131 zamanda bi\u00e7im uygulamalar\u0131 i\u00e7in pek \u00e7ok kullan\u0131\u015fl\u0131 ayar sunar.
-OpenIDE-Module-Display-Category=Altyap\u0131
-
diff --git a/l10n/src/tr/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_tr.properties b/l10n/src/tr/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_tr.properties
deleted file mode 100644
index 0c5a7f8..0000000
--- a/l10n/src/tr/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_tr.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Long-Description=NodeAction, CookieAction, v.b. de\u011fi\u015ftirmek i\u00e7in yeni bir API sa\u011flayan bir mod\u00fcl
-OpenIDE-Module-Name=Actions SPI (Deneysel)
-OpenIDE-Module-Short-Description=NodeAction, CookieAction, v.b. de\u011fi\u015fiklikler
-
diff --git a/l10n/src/tr/platform/templates/templates/org/netbeans/modules/templates/Bundle_tr.properties b/l10n/src/tr/platform/templates/templates/org/netbeans/modules/templates/Bundle_tr.properties
deleted file mode 100644
index 5f220db..0000000
--- a/l10n/src/tr/platform/templates/templates/org/netbeans/modules/templates/Bundle_tr.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-OpenIDE-Module-Display-Category=Altyap\u0131
-OpenIDE-Module-Long-Description=Bu mod\u00fcl Datasystems API ile Scripting API'\u0131 birle\u015ftirir. Sonu\u00e7 olarak herhangi bir betik ve \u015fablonlama dili kullan\u0131larak \u015fablon olu\u015fturmak m\u00fcmk\u00fcnd\u00fcr.
-OpenIDE-Module-Name=Geli\u015fmi\u015f \u015eablonlama
-OpenIDE-Module-Short-Description=Geli\u015fmi\u015f \u015eablonlama sadece Veri sistemleri i\u00e7in de\u011fildir
-ERR_Switch_To_Java_6=\u015eablon doldurulam\u0131yor, JDK 1.6 ya da daha yeni s\u00fcr\u00fcmdeki betik motorunu kullanmaya \u00e7al\u0131\u015f\u0131n.\n\nL\u00fctfen sorunu \u00e7\u00f6zmek i\u00e7in NetBeans'i JDK 1.6 ile kullan\u0131n.\nNas\u0131l yap\u0131ld\u0131\u011f\u0131n\u0131 g\u00f6rmek i\u00e7in http://wiki.netbeans.org/FaqNetbeansConf adresine bak\u0131n.
-
diff --git a/l10n/src/vi/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_vi.properties b/l10n/src/vi/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_vi.properties
deleted file mode 100644
index 99eccc5..0000000
--- a/l10n/src/vi/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_vi.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module Build Harness
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Short-Description=Lets you build external plug-in modules from sources.
-OpenIDE-Module-Long-Description=This is the build harness used to develop NetBeans modules (with or without the IDE). It is normally used implicitly by NetBeans module projects. For technical documentation, see harness/README.
-
diff --git a/l10n/src/vi/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_vi.properties b/l10n/src/vi/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_vi.properties
deleted file mode 100644
index 407d12b..0000000
--- a/l10n/src/vi/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_vi.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Developing NetBeans
-OpenIDE-Module-Long-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.\nRun 'display-coverage-report' target on a project to measure results and display report in external browser.\nFor integration with Module Build Harness.
-OpenIDE-Module-Name=Cobertura Module Test Coverage
-OpenIDE-Module-Short-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.
-
diff --git a/l10n/src/vi/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_vi.properties b/l10n/src/vi/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_vi.properties
deleted file mode 100644
index 6ff69bb..0000000
--- a/l10n/src/vi/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_vi.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly Tools Platform
-
diff --git a/l10n/src/vi/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_vi.properties b/l10n/src/vi/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_vi.properties
deleted file mode 100644
index 5f4f972..0000000
--- a/l10n/src/vi/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_vi.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Short-Description=Jemmy test library.
-OpenIDE-Module-Long-Description=A general library for driving automated GUI tests.
-
-
diff --git a/l10n/src/vi/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_vi.properties b/l10n/src/vi/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_vi.properties
deleted file mode 100644
index 99c8813..0000000
--- a/l10n/src/vi/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_vi.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=Testing Tools
-OpenIDE-Module-Long-Description=NetBeans extensions to JUnit including assertGC, assertSize, getWorkDir, LineDiff, etc.
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=NetBeans extensions to JUnit
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/vi/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_vi.properties
deleted file mode 100644
index 08acd28..0000000
--- a/l10n/src/vi/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_vi.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=INSANE heap profiling library.
-OpenIDE-Module-Long-Description=A library for doing live heap analysis of the JVM in which it runs.
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_vi.properties
deleted file mode 100644
index f2cd5fd..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_vi.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Ant Library
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_vi.properties
deleted file mode 100644
index 6ab3ec0..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_vi.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=The current platform is not supported.
-I.error.load.engine.properties=Could not load the engine properties file
-
-I.warning.silent.without.state="{1}" option is required when using "{0}". "{0}" will be ignored.
-
-I.error.cannot.create.local.dir=Cannot create local directory: {0}
-I.error.local.dir.is.file=Local directory exists and is a file: {0}
-I.error.no.read.permissions.for.local.dir=Cannot read local directory {0} - not enough permissions
-I.error.no.write.permissions.for.local.dir=Cannot write to local directory {0} - not enough permissions
-
-I.lock.file.exists.dialog.title=NetBeans Installer lock file exists
-I.lock.file.exists.dialog.text=The installer lock file exists at {0}\n\nIt means that either another instance of the installer is already running or the previous installation was not finished correctly.\nIt is not recommended that you run multiple instances at the same time since it can result in installer data corruption.\n\nIf you are sure that no other instance is running at the moment, click "Yes" to proceed otherwise click "No" to exit the installer.\n
-
-I.error.cannot.create.lock.file=Can't create lock for the local registry file
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_vi.properties
deleted file mode 100644
index 8b90466..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_vi.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=Downloading from {0}
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_vi.properties
deleted file mode 100644
index e561bfa..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_vi.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=The proxy types {0} and {1} conflict
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI cannot be null
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=Failed to connect through {0} to {1}
-US.error.failed.configure.proxy=Failed to configure proxy {0} for {1}
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_vi.properties
deleted file mode 100644
index f1cfd59..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_vi.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=Loading local registry [{0}]
-R.error.loading.local.registry.failed.title=Failed to load the local registry
-R.error.loading.local.registry.failed.msg=The local registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.bundled.registry=Loading bundled registry [{0}]
-R.error.loading.bundled.registry.failed.title=Failed to load the bundled registry
-R.error.loading.bundled.registry.failed.msg=The bundled registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.loading.remote.registry=Loading remote registry [{0}]
-R.error.loading.remote.registry.failed.title=Failed to load the remote registry
-R.error.loading.remote.registry.failed.msg=The remote registry ({0}) could not be loaded, or was loaded partially.\nThe installer can continue to work normally, but doing so may result in a corrupted global registry.\n\nChoose Yes to continue, No to exit the installer.
-
-R.error.cannot.delete.data=Cannot delete the cached installation data
-R.save.local.registry.title=Saving local registry
-R.save.local.registry.detail=Saving to {0}
-
-R.error.missing.target.component.title=Missing target component
-R.error.missing.target.component.msg=The specified target component - {0}/{1}\nwas not found in the registry. The installer\n can continue as if the target component was not specified.\nClick Yes to continue, No to exit the installer.
-
-R.error.validation.title=Validation Problem
-R.error.validation.msg=It seems that the installation of {0} is corrupted.\nThe validation procedure issued the following warning:\n\n{1}\n\nWould you like to mark this product as not installed and continue?\nIf you click No the installer will exit.\n\nNote that these products that depend on {2} will also be disabled:\n{3}
-
-R.error.matching.requirement=No components matching the requirement: {0} requires {1}
-R.error.cyclic.dependency=Cyclic dependency: {0}, {1}
-
-R.loading.registry.properties=Loading registry properties
-R.loading.component=Loading component: uid={0}, version={1}
-R.error.loading.components=Could not load components
-R.error.registry.finalization=Could not finalize registry
-R.error.registry.document.loading=Could not load registry document
-
-R.error.cannot.create.cache.directory=Cannot create local product cache directory {0}
-R.error.cache.is.file=Local product cache directory exists and is a file : {0}
-R.error.cannot.read.cache=Cannot read local product cache directory {0} - not enough permissions
-R.error.cannot.write.cache=Cannot write to local product cache directory {0} - not enough permissions
-R.error.cannot.create.registry=Cannot create local registry
-
-R.error.registry.is.dir=Local registry {0} is a directory
-R.error.cannot.read.registry=Cannot read local registry {0} - not enough permissions
-R.error.cannot.write.registry=Cannot write local registry {0} - not enough permissions
-
-R.error.cannot.parse.platform=Cannot parse platform from "{0}"
-R.error.cannot.load.registry=Cannot load registry
-R.error.parser.not.support.schemas=The current parser - {0} - does not support schemas.
-
-R.error.unknown.dependency=Unknown dependency type {0}
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_vi.properties
deleted file mode 100644
index 975bc5b..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_vi.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=The installation directory {0} is missing.\nMost likely it was deleted manually.
-PCL.validation.directory.file=The installation directory {0} is in fact a file.\nMost likely it was previously deleted manually and overwritten with a file.
-PCL.validation.directory.empty=The installation directory {0} is empty.\nMost likely its contents were deleted manually.
-PCL.validation.directory.null=The installation directory cannot be detected.
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=Cannot initialize data for {0}
-P.error.cannot.load.logic=Cannot load configuration logic for {0}
-P.error.installdir.not.set=Installation location is not set for {0}
-P.error.installdir.set.empty=Installation location is set to empty string for {0}
-P.error.cannot.create.cache.dir=Cannot create the local cache directory {0} for {1}
-P.error.local.cache.not.dir=The local cache directory {0} for {1} is not a directory
-P.error.cannot.load.product=Could not load product {0}
-P.error.logic.not.yet.downloaded=Configuration logic for {0} is not yet downloaded
-P.error.installation.data.not.cached=Installation data is not cached for {0}
-P.error.cannot.extract.data=Cannot extract installation data for {0}
-P.error.cannot.save.files.list=Cannot save installed files list
-P.error.cannot.get.wizard.components=Cannot get component's wizard components
-P.error.cannot.wrap.for.macos=Cannot create directory hierarchy for MacOS Application
-P.error.cannot.get.files.list=Cannot get the installation files list
-P.error.cannot.delete.files.list=Cannot delete installed files list
-P.error.cannot.delete.file=Cannot delete the file
-P.error.cannot.remove.from.system=Cannot remove {0} from the system install manager
-P.error.not.enough.space=Cannot extract installation data -- not enough disk space in the target directory.
-P.error.cannot.clear.cache=Cannot clear installation data cache file {0}
-P.error.system.integartion.failed=Integration of {0} with the system package manager failed
-
-P.message.installation=Installing {0}
-P.message.uninstallation=Uninstalling {0}
-P.message.configuration=Configuring {0}
-P.message.unconfiguration=Unconfiguring {0}
-P.message.legal.artifacts=Creating legal artifacts
-P.message.run.logic=Running custom configuration logic
-P.message.system.registration=Registering in the system package manager
-P.message.save.installation.files.list=Saving installed files list
-P.message.delete=Deleting {0}
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_vi.properties
deleted file mode 100644
index b6a0a76..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_vi.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=Error writing to the log file. Logging disabled.
-
-EM.ununexpected.exception=An unexpected exception happened in thread {0}
-EM.errortype.critical=Critical Error
-EM.errortype.error=Error
-EM.errortype.warning=Warning
-EM.errortype.message=Message
-EM.unexpected.error=An unknown error occured.
-EM.exception.message=\n\nException:\n  {0}:\n  {1}
-EM.exception.logfile.info=\n\nYou can get more details about the issue in the installer log file:\n {0}
-
-FU.error.output.file.entry=An file entry {0} exists and is not a file
-FU.error.output.dir.entry=An directory entry {0} exists and is not a directory
-FU.message.extracting=Extracting {0}
-FU.error.load.xml.file.list=Could not load xml files list for extraction
-FU.error.unjar.todir=Directory {0} is an existing file, cannot unjar
-FU.message.copy.dir=Copying directory: {0} to: {1}
-FU.message.copy.file=Copying file: {0} to: {1}
-FU.error.close.stream=Cannot close stream
-FU.error.source.not.readable=Source {0} is not readable
-FU.error.dest.not.file=Destination {0} is not a file
-FU.error.dest.creation=Destination {0} cannot be created
-FU.error.dest.not.writable=Destination {0} is not writable
-FU.message.moving=Moving {0} to {1}
-FU.error.freespace=Cannot get free disk space amount at {0}
-FU.error.cannot.close.jar=Cannot close jar {0}
-FU.error.cannot.create.dir.exist.file=Cannot create directory {0}, it is an existing file
-FU.error.cannot.create.dir=Cannot create directory {0}
-FU.error.not.jar.file=The supplied file {0} is not a jar archive
-FU.error.sha1.not.supported=Holy crap, this jvm does not support SHA1
-FU.error.md5.not.supported=Holy crap, this jvm does not support MD5
-FU.error.file.security.exception=Something very unexpected - a security exception during accessing file {0}
-FU.message.delete.file=Deleting file {0}
-FU.message.delete.dir=Deleting directory {0}
-FU.error.pack200.failed=Pack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-FU.error.unpack200.failed=Unpack200 finished with error\nError code: {0}\nStdout: {1}\nStderr: {2}
-
-UU.error.failed.to.parse.property=Cannot parse property - {0}, its value - {1}.
-UI.error.failed.to.activate.crossplatform.laf=Could not activate the cross-platform look and feel - proceeding with whatever look and feel was the default.
-UI.error.failed.to.activate.defined.laf=Could not activate the defined look and feel - falling back to the default cross-platform one.
-UI.error.failed.to.init.ui=Can`t initialize UI
-UI.error.failed.to.force.gtk=Cannot force the use of GTK look and feel
-UI.silent.default.yes=Going with Yes (default) option...
-UI.silent.default.no=Going with No (default) option...
-UI.silent.default.cancel=Going with Cancel (default) option...
-
-StrU.error.cannot.parse.status=Cannot parse status: {0}
-StrU.error.unknown.platform=Platform "{0}" is not recognized.
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_vi.properties
deleted file mode 100644
index 5a80555..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_vi.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=Failed to execute the JDK verification procedure
-JU.error.cannot.delete=Cannot delete {0}
-JU.error.cannot.download.testjdk=Cannot download TestJDK.class from {0}
-JU.error.cannot.canonize=Cannot canonize {0}
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_vi.properties
deleted file mode 100644
index da0b6b8..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_vi.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <look-and-feel-class-name>".
-O.warning.bad.target.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-component-uid> <target-component-version>".
-O.warning.bad.locale.arg.param=Invalid parameter for command line argument "{0}" -- "{1}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.bad.locale.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <language>[_<country>[_<variant>]]".
-O.warning.missing.state.file=The specified state file "{1}", does not exist.\n"{0}" parameter is ignored.
-O.warning.bag.state.file.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <state-file-path>".
-O.warning.target.state.file.exists=The specified state file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.target.state.file.arg=Required parameter missing for command line argument\n"{0}". Should be "{0} <state-file-path>".
-O.warning.bundle.file.exists=The specified target file "{1}", exists.\n"{0}" parameter is ignored.
-O.warning.bad.create.bundle.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-file-path>".
-O.warning.bad.userdir.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <userdir-path>".
-O.warning.bad.platform.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <target-platform>".
-O.warning.bad.registry.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <remote-registry-url>".
-O.warning.bad.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <properties-file-path>".
-O.warning.bad.bundle.properties.arg=Required parameter missing for command line argument "{0}".\nShould be "{0} <bundle-properties-file-path>".
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_vi.properties
deleted file mode 100644
index f15473f..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_vi.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=Not installed
-Status.to-be-installed=To be installed
-Status.installed=Installed
-Status.to-be-uninstalled=To be uninstalled
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=Installed Successfully
-DetailedStatus.install.warning=Installed With Warnings
-DetailedStatus.install.error=Failed to Install
-DetailedStatus.uninstall.success=Uninstalled Successfully
-DetailedStatus.uninstall.warning=Uninstalled With Warnings
-DetailedStatus.uninstall.error=Failed to Uninstall
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_vi.properties
deleted file mode 100644
index fc350f7..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_vi.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=Failed to download frame icon from URI - {0}.
-NF.error.failed.to.set.frame.icon=Failed to set the frame icon.
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=Browse
-NFC.filechooser.approve.button.text=&OK
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_vi.properties
deleted file mode 100644
index 3d85b31..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_vi.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \ncomposite progress (sum of the own percentage and the percentages of the \nchildren) cannot be less than {1} and greater than {2}.
-
-CP.error.progress=The specified child progress doesn't exist in the composite progress \nso it can not be removed. 
-
-################################################################################
-# Progress.java
-P.error.percentage=The specified percentage - {0} is invalid. The total percentage of the \nprogress cannot be less than {1} and greater than {2}.
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_vi.properties
deleted file mode 100644
index 3ec7e46..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_vi.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=Can`t load bundle from {0}
-LP.error.no.files=There is no files in {0}
-LP.error.not.directory={0} is not a directory
-LP.error.directory.do.not.exist=Directory {0} does not exist
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_vi.properties
deleted file mode 100644
index 0d323e6..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_vi.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=No bundled or external jar files
-CnL.error.cannot.find.jvm.file=Cannot find JVM file {0}
-CnL.error.cannot.find.class=Can`t find class {0} in bundled files and no external ones were specified
-CnL.error.main.class.unspecified=No specified main class among bundled files
-CnL.error.cannot.get.output.name=No bundled files - can`t get output file name
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=Can`t get launcher icon from {0}
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_vi.properties
deleted file mode 100644
index ecea916..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_vi.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=Cannot obtain default applications location
-SR.error.cannot.parse.pattern=Cannot parse pattern: {0}
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_vi.properties
deleted file mode 100644
index 2a35450..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_vi.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=Cannot access native method
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_vi.properties
deleted file mode 100644
index cdd581c..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_vi.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=Failed to create the default Wizard instance.
-W.error.failed.to.load.components=Failed to load wizard components from {0}, using classloader {1}.
-W.error.failed.to.load.component=Failed to load wizard component from XML element {0}, using classloader {1}.
-W.error.unknown.ui.mode=Unknown UI mode - {0}.
-W.error.cannot.move.backward.silent=Cannot move backward in silent UI mode.
-W.error.cannot.move.backward.at.first=Cannot move backward - the wizard is already at the first element.
-W.error.parser.unsupports.schemas=The current parser - {0} - does not support schemas.
-W.error.interrupted=Interrupted while waiting
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_vi.properties
deleted file mode 100644
index d5b0658..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_vi.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE Installer
-WC.description=NetBeans IDE Installer Description
-
-WC.help.button.text=&Help!
-WC.back.button.text=< &Back
-WC.next.button.text=&Next >
-WC.cancel.button.text=Cancel
-WC.finish.button.text=&Finish
-
-WC.cancel.dialog.title=Cancel
-WC.cancel.dialog.text=Are you sure you want to cancel?
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=An InterruptedException occured.
-
-WA.canceling.progress.title=Canceling, finishing the current operation...
-
-WA.cancel.dialog.title=Cancel
-WA.cancel.dialog.text=Are you sure you want to cancel?
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_vi.properties
deleted file mode 100644
index f1ff532..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_vi.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=Cache Engine...
-CEA.description=Please wait while the wizard caches the engine.
-CEA.error.cannot.cache.engine=Cannot cache the installer engine
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=Creating Bundle...
-CBA.description=Please wait while the wizard creates a bundle with the selected components.
-
-CBA.progress.create.bundle.title=Creating a redistributable bundle at {0}
-CBA.progress.add.engine.detail=Add installer engine to the bundle
-CBA.progress.add.product.detail=Adding {0} ...
-CBA.progress.add.group.detail=Adding {0} ...
-
-CBA.error.failed.create.bundle=Failed to create the bundle
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=Creating Native Launcher...
-CNLA.description=Please wait while the wizard creates a launcher for the jar file.
-CNLA.error.failed.create.launcher=Failed to create the native launcher
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=Creating MacOSX Application Launcher...
-CMALA.description=Please wait while the wizard creates a app launcher for the jar file.
-CMALA.error.failed.create.launcher=Failed to create the app launcher
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=Preparing Configuration Logic...
-DCLA.description=Please wait while the wizard prepares the configuration logic.
-DCLA.progress.remote.title=Downloading configuration logic for {0}
-DCLA.progress.local.title=Extracting configuration logic for {0}
-DCLA.failed=Failed to download installation logic for {0}
-DCLA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=Preparing Installation Data...
-DIDA.description=Please wait while the wizard prepares the installation data.
-DIDA.progress.remote.title=Downloading installation data for {0}
-DIDA.progress.local.title=Extracting installation data for {0}
-DIDA.failed=Failed to download installation data for {0}
-DIDA.dependent.failed=Could not install {0}, since the installation of {1} failed
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=Initializing...
-IRA.description=Please wait while the setup wizard initializes.
-IRA.registry.initialization.failed=Cannot initialize registry
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=Finalizing...
-FRA.description=Please wait while the setup wizard finalizes.
-FRA.registry.finalization.failed=Cannot finalize registry
-
-################################################################################
-# InstallAction.java
-IA.title=Installing...
-IA.description=Please wait while the wizard installs the selected components.
-IA.progress.install.title=Installing {0}...
-IA.progress.rollback.title=Canceling, rolling back {0}...
-IA.install.dependent.failed=Could not install {0}, since the installation of {1} failed
-IA.install.unknown.error=Unknown Error
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=Searching for Java\u2122 Environments...
-SFJA.description=Please wait while the wizard searches your system for existing Java\u2122 environments.
-SFJA.prepare.list=Preparing locations list...
-SFJA.checking=Checking {0}
-SFJA.search.java=Searching for installed Java environments...
-SFJA.entry.label={0} (v. {1} by {2})
-SFJA.entry.label.non.final=<html><span>{0} (v. {1} <span color="red">(non-final)</span> by {2})</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=Uninstalling...
-UA.description=Please wait while the wizard uninstalls the selected components.
-UA.progress.uninstall.title=Uninstalling {0}
-UA.uninstall.dependent.failed=Could not uninstall {0}, since the uninstallation of {1} failed
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=Source component UID is not set
-SILA.error.cannot.find.component=Component with the given uid {0} does not exist
-SILA.error.cannot.get.logic=Could not access configuration logic for {0}
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_vi.properties
deleted file mode 100644
index c16b724..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_vi.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=&Location:
-ALP.location.button.text=B&rowse ...
-ALP.list.label.text=The &following locations were found by the search algorithm:
-
-ALP.error.nothing.found=No compatible applications were found.
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=Components Selection
-CSP.description.both=Select the components that you want to install. Unselect those you want to uninstall.
-CSP.description.install=Select the components that you want to install.
-CSP.description.uninstall=Unselect the components that you want to uninstall.
-CSP.feature.description.title=Feature Description
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=Installation size: {0}     Download Size: {1}
-CSP.sizes.label.text.no.download=Installation size: {0}
-
-CSP.default.installation.size=N/A
-CSP.default.download.size=N/A
-
-CSP.error.no.changes.both=No feature selected. Select at least one feature for installation or uninstallation.
-CSP.error.no.changes.install=No feature selected. Select at least one feature for installation.
-CSP.error.no.changes.uninstall=No feature selected. Select at least one feature for uninstallation.
-CSP.error.requirement.install={1} is required to install {0}.
-CSP.error.conflict.install={0} conflicts with {1}.
-CSP.error.requirement.uninstall={0} is required by {1}.
-CSP.error.not.enough.space.to.download=Insufficient disk space for downloading the installation data. Additional {1} is required in {0}.
-CSP.error.not.enough.space.to.extract=Insufficient disk space for extracting the installation data. Additional {1} is required in {0}.
-CSP.error.cannot.check.space=Cannot check the free disk space
-
-################################################################################
-# DestinationPanel.java
-DP.title=Installation Folder
-DP.description=Choose destination folder.
-
-DP.destination.label.text=&Installation location:
-DP.destination.button.text=B&rowse ...
-
-DP.error.null=The installation folder cannot be empty.
-DP.error.not.valid=The specified installation folder is invalid.
-DP.error.contains.exclamation=The installation folder cannot contain the exclamation mark (!).
-DP.error.contains.semicolon=The installation folder cannot contain the semicolon character (;).
-DP.error.contains.colon=The installation folder cannot contain the colon character (:).
-DP.error.contains.ampersand=The installation folder cannot contain the ampersand character (&).
-DP.error.contains.wrong.char=The installation folder contains the wrong character({1}).
-DP.error.matches.prohibited.regexp=The specified installation folder is invalid (it matches prohibited pattern {1}).
-DP.error.not.absolute=The specified installation folder has to be in absolute path form.
-DP.error.cannot.canonize=The specified installation folder cannot be canonized.
-DP.error.not.directory=The specified installation location is not a folder.
-DP.error.not.readable=The specified installation folder is not readable.
-DP.error.not.writable=The specified installation folder is read-only.
-DP.error.not.empty=The specified installation folder is not empty.
-DP.error.not.ends.with.app=The specified installation folder must end with ".app".
-DP.error.not.enough.space=Not enough disk space. Additional {1} required in {0}.
-DP.error.cannot.get.logic=Cannot obtain configuration logic
-DP.error.cannot.check.space=Cannot check the free disk space
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 home folder:
-JLP.location.label.text.java=&Java\u2122 environment home folder:
-JLP.location.button.text=B&rowse ...
-JLP.list.label.text=&List of suitable JDK\u2122 found on this machine:
-JLP.list.label.text.java=&List of suitable Java\u2122 environments found on this machine:
-
-JLP.error.null=The path to the JDK cannot be empty.
-JLP.error.null.java=The path to the Java environment cannot be empty.
-JLP.error.not.valid.path=The specified JDK folder {0} is invalid.
-JLP.error.not.valid.path.java=The specified Java environment folder {0} is invalid.
-JLP.error.path.not.exists=The specified JDK folder {0} does not exist.
-JLP.error.path.not.exists.java=The specified Java environment folder {0} does not exist.
-JLP.error.not.javahome=The specified JDK folder {0} does not contain JDK.
-JLP.error.not.javahome.java=The specified Java environment folder {0} does not contain Java environment.
-JLP.error.not.jdk=The specified JDK folder {0} contains JRE, but a full JDK is required.
-JLP.error.wrong.version.older=The specified JDK folder {0} contains JDK version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.older.java=The specified Java environment folder {0} contains Java version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.newer=The specified JDK folder {0} contains JDK version "{1}", while the maximum is "{2}".
-JLP.error.wrong.version.newer.java=The specified Java environment folder {0} contains Java version "{1}", while the maximum is "{2}".
-JLP.error.wrong.vendor=The specified JDK folder {0} contains JDK from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.wrong.vendor.java=The specified Java environment folder {0} contains Java from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.unknown=An unknown error occured while validating the path.
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>The installer could not find a compatible JDK installation, specify it manually.<br>The minimum required version is {0}. To download JDK, visit <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>The installer could not find a compatible Java environment, specify it manually.<br>The minimum required version is {0}. To download Java environment, visit <a href="{2}">{2}</a>
-
-JLP.usedby.label={0} (used by {1})
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=Post-Create Bundle Summary
-PoCBSP.dialog.description=Click Finish to exit.
-
-PoCBSP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=Some errors were encountered in the course of bundle creation process.
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=The following components were successfully bundled:
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=The following components failed to be bundled:
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=View &Log
-PoCBSP.send.log.button.text=&Send Log
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=Installation Wizard - Post-Install Summary
-
-PoISP.message.success.text=The installation wizard has successfully performed the selected actions.
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=Some warnings were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=Some errors were encountered in the course of installation/uninstallation process.
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=The following components were successfully installed:
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=The following components installed with warnings:
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=The following components failed to install:
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=The following components were successfully uninstalled:
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=The following components uninstalled with warnings:
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=The following components failed to uninstall:
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=View &Details
-PoISP.view.log.button.text=View &Log
-PoISP.send.log.button.text=&Send Log
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=Log file is not available
-
-PoISP.message.files.remaining=Some files could not be removed from the installation directories of the {0}. You may need to remove them manually.
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=Pre-Create Bundle Summary
-PrCBSPdialog.description=Click Create to create the bundle.
-
-PrCBSPmessage.text=The wizard has collected all required data to proceed with creating of the bundle. Please review your choice. To continue, click Next.
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=You chose to create a bundle with the following components:
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=Total download size: {0}
-PrCBSPrequired.disk.space.label.text=Required disk space: {0}
-PrCBSPcreate.button.text=&Create
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=Pre-Install Summary
-
-PrISP.message.text=The installation wizard has collected all required data to proceed with installation/uninstallation of the selected components. Please review your choice. To continue, click Next.
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=You chose to install the following components:
-PrISP.components.to.install.text={0}.
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=You chose to uninstall the following components:
-PrISP.components.to.uninstall.text={0}.
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=Total download size: {0}
-PrISP.required.disk.space.label.text=Required disk space: {0}
-PrISP.install.button.text=&Install
-
-PrISP.error.not.enough.space=Insufficient disk space for proper installation. Additional {1} is required in {0}.
-PrISP.error.cannot.check.space=Cannot check the free disk space
-PrISP.error.logic.access=Could not access product's configuration logic
-PrISP.error.fsroots=Cannot get the list of file system roots
-PrISP.error.non.existent.root={0} is set up to be installed to {1} which does not belong to any of the file system roots.
-PrISP.error.cannot.write=The wizard does not have write access to {1}, the installation directory of {0}. Please correct the permissions before proceeding.
-
-################################################################################
-# LicensesPanel.java
-LP.title=License Agreement
-LP.description=Please read the following license agreement carefully.
-
-LP.accept.checkbox.text=I &accept the terms in the license agreement
-LP.error.cannot.get.logic=Could not access configuration logic
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<No Text>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=Are you sure you want to cancel?
-EMP.cancel.dialog.title=Cancel
-EMP.error.failed.input.verify=Failed to verify input
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_vi.properties
deleted file mode 100644
index d2a0ae9..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_vi.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=Failed to download wizard icon from URI - {0}.
-SFC.error.failed.to.set.icon=Failed to set the swing frame container icon.
-SFC.error.failed.to.attach.error.handler=Failed to attach custom error handler to the EDT.
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=Cannot set the default close operation
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_vi.properties
deleted file mode 100644
index 7603b7f..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_vi.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=Installation details
-IDD.component.label=Component
-IDD.status.label=Status
-
-ILD.loading.logfile=Loading log file. Please wait...
-ILD.error.reading.log=Cannot read log file {0}.
-ILD.error.log.contents=Log contents are not available.
-
diff --git a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_vi.properties b/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_vi.properties
deleted file mode 100644
index 13d2606..0000000
--- a/l10n/src/vi/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_vi.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=NBI Engine Library
-
diff --git a/l10n/src/vi/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_vi.properties b/l10n/src/vi/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_vi.properties
deleted file mode 100644
index 28c6d30..0000000
--- a/l10n/src/vi/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_vi.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apple Application Menu
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enables proper support for the Apple Application menu
-
-OpenIDE-Module-Long-Description=Enables Apple menu items to work properly, and moves some standard menu items there - Tools | Options becomes Preferences, Help | About becomes about, File | Exit becomes Quit.
-
-MSG_MinimizeWindowAction=&Minimize Window
-
diff --git a/l10n/src/vi/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_vi.properties b/l10n/src/vi/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_vi.properties
deleted file mode 100644
index fc4f3d1..0000000
--- a/l10n/src/vi/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_vi.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=Establishing a connection ...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=Checking for updates in {0}... 
-InstallSupportImpl_Validate_CorruptedNBM=Cannot read NBM {0}
-InstallSupportImpl_TurnOnTimeout=timeout of loading {0}
-InstallSupportImpl_NullSource=Source URL for module "{0}" is null, most likely "distribution" attribute is set to the empty string in the UC catalog.\nSee also http://www.netbeans.org/issues/show_bug.cgi?id=153799 for more details.
-InstallSupportImpl_Download_Unavailable=Cannot access {0}
-OperationSupportImpl_Custom_Uninstall=Uninstalling {0}
-OperationSupportImpl_Custom_Install=Installing {0}
-
-UpdateUnitFactory_Libraries_Category=Libraries
-UpdateUnitFactory_Bridges_Category=Bridges
-UpdateUnitFactory_Unsorted_Category=Uncategorized
-UpdateElementImpl_Feature_CategoryName=Features
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>Module installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>Modules installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>Module not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>Modules not yet installed:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>New module offered by the plugin:</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>New modules offered by the plugin:</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/vi/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_vi.properties b/l10n/src/vi/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_vi.properties
deleted file mode 100644
index 64ab08e..0000000
--- a/l10n/src/vi/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_vi.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The AutoUpdate feature provides several services: download and install available updates of installed modules, search and install new modules from subscribed Update Centers, view and manage the modules.
-OpenIDE-Module-Name=Auto Update Services
-OpenIDE-Module-Short-Description=Support for searching for module updates on Update Center and for downloading and installing modules
-
diff --git a/l10n/src/vi/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_vi.properties b/l10n/src/vi/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_vi.properties
deleted file mode 100644
index 261abc0..0000000
--- a/l10n/src/vi/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_vi.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=Default Update Center
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=Libraries
-ArtificialFeaturesProvider_Bridges_Category=Bridges
-ArtificialFeaturesProvider_Unsorted_Category=Uncategorized
-ArtificialFeaturesProvider_Features_Category=Features
-NetworkAccess_Timeout=Timeout while opening connection to {0}
-
diff --git a/l10n/src/vi/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_vi.properties b/l10n/src/vi/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_vi.properties
deleted file mode 100644
index ea38047..0000000
--- a/l10n/src/vi/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_vi.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=Preparing to Unpack
-CTL_UnpackingFile=Unpacking File:
-CTL_DeletingFiles=Uninstalling files...
-CTL_DisablingFiles=Deactivating files...
-UpdaterFrame.jTextArea1.text=Update is in progress.\n\nPlease wait ...
-UpdaterFrame.textLabel.text=Preparing to Unpack
-UpdaterFrame.Form.title=Updater
-UpdaterFrame.textLabel.fontName=Dialog
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/vi/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_vi.properties b/l10n/src/vi/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_vi.properties
deleted file mode 100644
index b29c99b..0000000
--- a/l10n/src/vi/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_vi.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} more ...
-Less_Command_Text={0} less ...
-UnitTab_ReloadTime=Last Check: {0}
-UnitTab_ReloadTime_Never=never
-UnitTab_LessAction=Show Fewer Plugins
-UnitTab_MoreAction=Show More Plugins
-UnitTab_TooltipCheckBox_INSTALLED=Check plugin {0}
-UnitTab_Tooltip_RefreshAction=Reload Catalog
-UnitTab_bTabAction_Name_INSTALLED=U&ninstall
-UnitTab_TooltipCheckBox_UPDATE=Check plugin {0}
-UnitTab_bTabAction_Name_UPDATE=&Update
-UnitTab_CheckAction=Check
-UnitTab_CheckCategoryAction=Check Category
-UnitTab_UncheckCategoryAction=Uncheck Category
-UnitTab_CheckAllAction=Check All
-UnitTab_UncheckAllAction=Uncheck All
-UnitTab_ReloadAction=&Reload Catalog
-UnitTab_PrepareReloadAction=Please wait a while reloading catalog
-UnitTab_RemoveLocallyDownloadedAction=&Remove
-UnitTab_ActivateAction=&Activate
-UnitTab_ActivateCategoryAction=Activate Category
-UnitTab_DeactivateAction=&Deactivate
-UnitTab_DeactivateCategoryAction=Deactivate Category
-AvailableTab_SourceCategory_Tooltip_STANDARD=Certified Plugin
-AvailableTab_SourceCategory_Tooltip_BETA=Beta Plugin
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=Community Contributed Plugin
-InstallTab_Active_Tooltip=Active
-InstallTab_InActive_Tooltip=Inactive
-InstallTab_PendingForInstall_Tooltip=Application restart needed to complete installation
-InstallTab_PendingForDeactivate_Tooltip=Application restart needed to complete deactivation
-InstallTab_ReadOnly_Tooltip={0} is in read-only mode and cannot be checked
-UnitTab_TooltipCheckBox_AVAILABLE=Check plugin {0}
-UnitTab_bTabAction_Name_AVAILABLE=&Install
-UnitTab_TooltipCheckBox_LOCAL=Check plugin {0}
-UnitTab_Tooltip_AddAction_LOCAL=Add the locally downloaded plugins
-UnitTab_Tooltip_RemoveAction_LOCAL=Remove plugin from the list
-UnitTab_bTabAction_Name_LOCAL=&Install
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text={0} plugin selected
-UnitTab_lHowManySelected_Many_Text={0} plugins selected
-UnitTab_OperationName_Text_INSTALLED=Uninstall
-UnitTab_OperationName_Text_UPDATE=Update
-UnitTab_OperationName_Text_AVAILABLE=Install
-UnitTab_OperationName_Text_LOCAL=Install
-UnitTab_lWarning_Text={0} operation will require restart of the application
-PluginManagerUI_UnitTab_Update_Title=Updates
-PluginManagerUI_UnitTab_Update_ToolTip=Your application is up to date!
-PluginManagerUI_UnitTab_Available_ToolTip=No plugins are available. Click Reload Catalog for newest plugins.
-PluginManagerUI_UnitTab_Available_Title=Available Plugins
-PluginManagerUI_UnitTab_Installed_Title=Installed
-PluginManagerUI_UnitTab_Local_Title=Downloaded
-UnitTab_bAddLocallyDownloads_Name=&Add Plugins...
-UnitTab_bAddLocallyDownloads_ACN=Add Plugins
-UnitTab_bAddLocallyDownloads_ACD=Add Plugins to use the file browser to add any plugins that you downloaded to your local system
-NotificationAlreadyPreparedToIntsall=Plugin {0} is already prepared to update/install.
-NotificationOneAlreadyInstalled=Plugin "{0}" is already installed.
-NotificationMoreAlreadyInstalled=Plugins "{0}" are already installed.
-NotificationAlreadyPresent=Plugin "{0}" is already added. Do you want to replace with "{1}"?
-NotificationAlreadyPresentTitle=Replace plugin
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=Add Plugins
-CTL_FileFilterDescription=Plugin distribution files (*.nbm)
-NetworkProblemPanel_taTitle_Text=Unable to connect to the Update Center
-NetworkProblemPanel_taMessage_WarningText=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic.
-NetworkProblemPanel_taMessage_WarningTextWithReload=Check your proxy settings or try again later. The server may be unavailable at the moment. \n\nYou may also want to make sure that your firewall is not blocking network traffic. \n\nIt might happen your caches are out of date. Please click Reload Catalog to refresh content.
-NetworkProblemPanel_taMessage_ErrorText=Not all of the plugins have been successfully downloaded. The server may be unavailable at the moment. Try again later.
-CTL_Warning=Warning
-CTL_Error=Network Problem
-CTL_ShowProxyOptions=&Proxy Configuration...
-ACSD_ShowProxyOptions=N/A
-Utilities_NetworkProblem_Continue=&Try again
-Utilities_NetworkProblem_Skip=&Skip
-Utilities_NetworkProblem_Cancel=Cancel
-Utilities_NetworkProblem_Text=Unable to connect to the {0} because of {1}
-SettingsTable_ActiveColumn=Active
-SettingsTable_NameColumn=Name
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=Settings
-SettingsTab.bProxy.text=&Proxy Settings
-UpdateUnitProviderPanel_OK=OK
-UpdateUnitProviderPanel_displayName=Update Center Customizer
-UpdateUnitProviderPanel.lName.text=&Name\:
-UpdateUnitProviderPanel.lURL.text=&URL\:
-UpdateUnitProviderPanel.cbActive.text=&Check for updates automatically
-Utilities_Libraries_Category=Libraries
-Utilities_Bridges_Category=Bridges
-Utilities_Unsorted_Category=Uncategorized
-SettingsTab.bRemove.message=Are you sure you want to remove following update center: "{0}"? 
-UpdateUnitProviderPanel.lName.adesc=Name
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=Check for updates automatically
-UpdateUnitProviderPanel.error.name.short=Update Center name is not specified
-UpdateUnitProviderPanel.error.url.short=Update Center URL is not specified
-UpdateUnitProviderPanel.error.name.dup=Update Center with the same name already exist
-UpdateUnitProviderPanel.error.url.invalid=Update Center URL is invalid
-UnitTab_bClose_Text=&Close
-Utilities_CheckingForUpdates=Checking for updates
-UnitTab_InitAndCheckingForUpdates=Initializing the list of plugins... 
-InstalledTableModel_State_Enabled=On
-InstalledTableModel_State_Disabled=Off
-AvailableTableModel_Columns_Install=Install
-AvailableTableModel_Columns_Name=Name
-AvailableTableModel_Source_Category=Source
-AvailableTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Uninstall=Select
-InstalledTableModel_Columns_Name=Name
-InstalledTableModel_Columns_Installed=Installed
-InstalledTableModel_Columns_Category=Category
-InstalledTableModel_Columns_Enabled=Active
-LocallyDownloadedTableModel_Columns_Install=Install
-LocallyDownloadedTableModel_Columns_Name=Name
-LocallyDownloadedTableModel_Columns_Version=Version
-LocallyDownloadedTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Update=Update
-UpdateTableModel_Columns_Name=Name
-UpdateTableModel_Columns_Installed=Installed
-UpdateTableModel_Columns_Available=Available
-UpdateTableModel_Columns_Size=Size
-UpdateTableModel_Columns_Category=Category
-SettingsTab_NewProviderName=New Provider
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=Description:
-SettingsTab_UpdateUnitProvider_URL=URL:
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=Version: 
-UnitDetails_Plugin_InstalledVersion=Installed version:
-UnitDetails_Plugin_AvailableVersion=Available version:
-UnitDetails_Plugin_Author=Author: 
-UnitDetails_Plugin_Date=Date: 
-UnitDetails_Plugin_Source=Source: 
-UnitDetails_Plugin_CodeName=Code name: 
-UnitDetails_Plugin_Homepage=Homepage: 
-UnitDetails_Plugin_Notification=Important note
-UnitDetails_Plugin_Description=Plugin Description
-UnitDetails_Plugin_Collecting_Dependencies=Collecting dependencies...
-UnitDetails_New_Internal_Update_Mark=new!
-lSearch1.text=&Search\:
-SettingsTab.lCheckPeriod.text=&Check Interval\:
-SettingsTab.lGeneral.text=Advanced
-SettingsTab.addButton.text=&New
-SettingsTab.RemoveButton.text=&Remove
-SettingsTab.EditButton.text=&Edit
-SettingsTab.AddButton.text=&Add
-SettingsTab.lUpdateCenters.text=Configuration of &Update Centers\:
-SettingsTab.lConnection.text=Automatically Check for Updates
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Update_custom=User Default
-SettingsTab.cbSharedInstall.text=&Force install into shared directories
-SettingsTab.cbSharedInstall.ReadOnlyTitle=Write Permission
-SettingsTab.cbSharedInstall.ReadOnlyMessage=You don`t have permission to install plugin(s) into the shared directory:\n{0}\nTo perform installation into the shared directory, you should run the application as a user with administrative priviledges.
-SettingsTab.cbSharedInstall.NoSharedTitle=No install directory
-SettingsTab.cbSharedInstall.NoSharedMessage=No shared directories found.
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=Cannot read NBM {0} because {1}
-PluginManagerUI.bHelp.text=&Help
-ACN_UnitTable=List of Plugins
-ACD_UnitTable=List of Plugins
-ACN_UpdateCentersTable=List of Update Centers
-ACD_UpdateCentersTable=List of Update Centers allowing to activate or deactivate selected Update Center
-ACN_DetailsPanel=Plugin's details
-ACN_DetailsPanel_Button=Invoke {0} action
-ACN_UnitDetails=Plugin Details
-ACD_Reload=Reload Catalog
-ACD_Search=Search Plugins
-ACN_Tabs=Switch between updates, available, installed and downloaded plugins
-ACD_Tabs=Switch between updates, available, installed and downloaded plugins
-ACN_PluginManagerUI=Plugin Manager
-ACD_PluginManagerUI=Plugin Manager for updating, installing and removing plugins
-ACN_Reload=Reload Catalog
-ACN_UpdateCenterCustomizer=Update Center Customizer
-ACD_UpdateCenterCustomizer=Update Center Customizer for editing update center name and URL
-NetworkProblemPanel_ACD=N/A
-NetworkProblemPanel_taMessage=Message of Network Problem
-NetworkProblemPanel_taTitle_ACN=Network Problem
-UnitTab.detailView.text=Sho&w details
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Internal Updates)
-Unit_InternalUpdates_Title=Internal Updates
-
diff --git a/l10n/src/vi/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_vi.properties b/l10n/src/vi/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_vi.properties
deleted file mode 100644
index 801cd90..0000000
--- a/l10n/src/vi/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_vi.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=Check for &Updates
-PluginManagerAction_Name=Plu&gins
-PluginManager_Panel_Name=Plugins
-PluginManager_CloseButton_Name=&Close
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} updates found.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} update found.
-AutoupdateCheckScheduler_UpdateFound_Hint=Click here to make your application up to date.
-AutoupdateCheckScheduler_InstallInProgress=Please wait, another install task in progress...
-
diff --git a/l10n/src/vi/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_vi.properties b/l10n/src/vi/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_vi.properties
deleted file mode 100644
index 676d157..0000000
--- a/l10n/src/vi/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_vi.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=The UI allows to browse the installation and contents of registered Update Centers, to download updates or new modules and to automatically install modules.
-OpenIDE-Module-Name=Auto Update UI
-OpenIDE-Module-Short-Description=Supplies UI of Auto Update Services
-
diff --git a/l10n/src/vi/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_vi.properties b/l10n/src/vi/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_vi.properties
deleted file mode 100644
index 823a152..0000000
--- a/l10n/src/vi/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_vi.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_Header_Content=The installer will download, verify and then install the selected plugins.
-OperationDescriptionStep_TableInstall_Title=The following plugins will be installed:
-OperationDescriptionStep_TableUpdate_Title=The following plugins will be updated:
-OperationDescriptionStep_PluginBrokesJavaDependency=The Java platform version {0} was requested but only {1} is running.
-OperationDescriptionStep_HeaderUninstall_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderUninstall_Content=The selected plugins will be uninstalled. The selected plugins will be removed from the disk.
-OperationDescriptionStep_TableUninstall_Title=The following plugins will be uninstalled:
-OperationDescriptionStep_HeaderActivate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderActivate_Content=The selected plugins will be activated.
-OperationDescriptionStepActivate_Table_Title=The following plugins will be activated:
-OperationDescriptionStep_HeaderDeativate_Head=Welcome to the Plugin Installer
-OperationDescriptionStep_HeaderDeativate_Content=The selected plugins will be deactivated.
-OperationDescriptionStep_TableDeativate_Title=The following plugins will be deactivated:
-PanelBodyContainer_PleaseWait=Please wait until the installer discovers plugins dependencies.
-DependenciesResolutionStep_Table_Title=The following plugins will also be installed because one or more of the plugins you are about to install depend on them:
-UninstallDependenciesResolutionStep_Table_Title=The following plugins need to be deactivated because they require one or more of the plugins you are about to deactivate:
-LicenseApprovalPanel_taTitle_Text=In order to continue with the installation, you need to agree with all of the license agreements associated with the particular plugins.\n\n
-LicenseApprovalPanel_tpLicense_Head={0} License Agreement
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=License Agreement
-LicenseApprovalPanel_Header_Content=Please read all of the following license agreements carefully.
-InstallUnitWizard_Title=Plugin Installer
-InstallStep_Header_Download_Head=Download
-InstallStep_Header_Download_Content=Please wait until the installer downloads the requested plugins.
-InstallStep_Header_Verify_Head=Validate
-InstallStep_Header_Verify_Content=Please wait until the installer validates the downloaded plugins.
-InstallStep_Header_Install_Head=Install
-InstallStep_Header_Install_Content=Please wait until the installer completes the installation.
-InstallStep_Header_InstallDone_Head=Installation completed successfully
-InstallStep_Header_InstallDone_Content=Click Finish to quit the installer.
-InstallStep_Header_InstallUnsuccessful_Head=Installation completed unsuccessfully
-InstallStep_Header_InstallUnsuccessful_Content=Click Finish to quit the installer and try to restart application.
-InstallStep_Header_Restart_Head=Restart application to complete installation
-InstallStep_Header_Restart_Content=Restart application to finish plugin installation.
-UninstallStep_Header_Restart_Head=Restart application to complete deactivation
-UninstallStep_Header_Restart_Content=Restart application to finish plugin deactivation.
-CustomHandleStep_Header_Install_Restart_Head=Restart application to complete installation
-CustomHandleStep_Header_Install_Restart_Content=Restart application to finish plugin installation.
-CustomHandleStep_Header_Uninstall_Restart_Head=Restart application to complete uninstallation
-CustomHandleStep_Header_Uninstall_Restart_Content=Restart application to finish plugin uninstallation.
-
-InstallStep_Done=Done.
-InstallStep_Unsuccessful=Installation is completed but some problem found: {0}.
-InstallUnitWizardModel_Buttons_RestartNow=&Restart Now
-InstallUnitWizardModel_Buttons_RestartLater=Restart &Later
-InstallUnitWizardModel_Buttons_Install=&Install
-InstallUnitWizardModel_Buttons_Update=&Update
-InstallUnitWizardModel_Buttons_Close=&Finish
-InstallUnitWizardModel_Buttons_Next=Next
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=&Uninstall
-UninstallUnitWizardModel_Buttons_TurnOn=&Activate
-UninstallUnitWizardModel_Buttons_TurnOff=&Deactivate
-InstallStep_InstallDone_Text=The Plugin Installer has successfully installed the following plugins:
-InstallStep_InstallUnsuccessful_Text=The Plugin Installer found problem {0} while install the following plugins:
-UninstallStep_UninstallDone_Text=The Plugin Installer has successfully uninstalled the following plugins:
-UninstallStep_ActivateDone_Text=The Plugin Installer has successfully activated the following plugins:
-UninstallStep_DeactivateDone_Text=The Plugin Installer has successfully deactivated the following plugins:
-UninstallStep_UninstallFailed_Text=Uninstallation failed: {0}
-UninstallStep_ActivateFailed_Text=Activation failed: {0}
-UninstallStep_DeactivateFailed_Text=Deactivation failed: {0}
-UninstallStep_Done=Done.
-UninstallStep_Failed=Failed. {0}
-UninstallStep_Header_Uninstall_Head=Uninstallation
-UninstallStep_Header_Uninstall_Content=Please wait until the installer uninstalls all the selected plugins.
-UninstallStep_Header_Deactivate_Head=Deactivation
-UninstallStep_Header_Deactivate_Content=Please wait until the installer finishes deactivating all the selected plugins.
-UninstallStep_Header_Activate_Head=Activation
-UninstallStep_Header_Activate_Content=Please wait until the installer finishes activating all the selected plugins.
-UninstallStep_Header_UninstallDone_Head=Uninstallation completed successfully
-UninstallStep_Header_UninstallDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateDone_Head=Deactivation completed successfully
-UninstallStep_Header_DeactivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateDone_Head=Activation completed successfully
-UninstallStep_Header_ActivateDone_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_UninstallFailed_Head=Uninstallation failed
-UninstallStep_Header_UninstallFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_DeactivateFailed_Head=Deactivation failed
-UninstallStep_Header_DeactivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_Header_ActivateFailed_Head=Activation failed
-UninstallStep_Header_ActivateFailed_Content=Click Finish to quit the plugin installer.
-UninstallStep_ProgressName_Uninstall=Uninstalling plugins
-UninstallStep_ProgressName_Activate=Activating plugins
-UninstallStep_ProgressName_Deactivate=Deactivating plugins
-ValidationWarningPanel_ShowCertificateButton=&Show certificate
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=Validation Warning
-ValidationWarningPanel_VerifyCertificate_Title=Verify Certificate
-ValidationWarningPanel_ContinueButton=&Continue
-ValidationWarningPanel_taHead_NotSignedText=The following plugins are not signed\:
-ValidationWarningPanel_taHead_NotTrustedText=The following plugins are signed but not trusted\:
-ValidationWarningPanel_taWarning_Text=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-OperationDescriptionStep_CustomHandled_Head={0} plugins use native installer:
-InstallStep_Download_DownloadingPlugins=Downloading plugins...
-InstallStep_Validate_ValidatingPlugins=Validating plugins...
-InstallStep_Install_InstallingPlugins=Installing plugins...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>Some plugins not installed to avoid potential installation problems.
-CustomHandleStep_Header_Install_Head=Install
-CustomHandleStep_Header_Install_Content=Please wait until the installer completes the installation.
-CustomHandleStep_Header_Uninstall_Head=Uninstallation
-CustomHandleStep_Header_Uninstall_Content=Please wait until the installer finishes uninstalling the selected plugins.
-CustomHandleStep_Header_InstallDone_Head=Installation completed successfully
-CustomHandleStep_Header_InstallDone_Content=Click Next to continue installing the remaining selected plugins using the plugin installer.
-CustomHandleStep_Header_UninstallDone_Head=Uninstallation completed successfully
-CustomHandleStep_Header_UninstallDone_Content=Click Next to continue uninstalling the remaining selected plugins.
-CustomHandleStep_Header_InstallFail_Head=Installation failed.
-CustomHandleStep_Header_InstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Header_UninstallFail_Head=Installation failed
-CustomHandleStep_Header_UninstallFail_Content=Click Cancel to quit the plugin installer.
-CustomHandleStep_Install_InstallingPlugins=Installing plugins using the plugin's installer...
-CustomHandleStep_Uninstall_UninstallingPlugins=Uninstalling plugins using the plugin's installer...
-CustomHandleStep_Done=Done.
-CustomHandleStep_InstallDone_Text=The Plugin Installer has successfully finished the installation.
-CustomHandleStep_InstallFail_Text=Installation of {0} failed.
-CustomHandleStep_UninstallDone_Text=The Plugin Installer has successfully finished the uninstallation.
-CustomHandleStep_UninstallFail_Text=Uninstallation of {0} failed.
-InstallStep_NetworkProblem_Continue=&Try again
-InstallStep_NetworkProblem_Text=Networking problem in {0}
-OperationPanel.cbRunInBackground.text=&Run In Background
-InstallSupport_InBackground_NetworkError=Unable to connect to the Update Center.
-InstallSupport_InBackground_NetworkError_Details=details
-LicenseApprovalPanel.cbAccept.text=I &accept the terms in all of the license agreements.
-InstallSupport_RestartNeeded=Restart the application to complete the installation.
-UninstallSupport_RestartNeeded=Restart the application to complete the deactivation.
-CustomHandleStep_Install_RestartNeeded=Restart the application to complete the installation.
-CustomHandleStep_Uninstall_RestartNeeded=Restart the application to complete the uninstallation.
-
-RestartNeeded_Details=Click here to restart your application now
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans Installer Wizard
-PanelBodyContainer_ACD=NetBeans Installer Wizard
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/A
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/A
-ValidationWarningPanel_tpPlugins_ACN=Unverified Plugins
-ValidationWarningPanel_taWarning_Text_ACD=Warning: Installing untrusted plugins is potentially insecure. Use unsigned or untrusted plugins at your own risk.
-ValidationWarningPanel_taWarning_Text_ACN=Warning
-ValidationWarningPanel_taHead_ACN=N/A
-ValidationWarningPanel_ACD=N/A
-UninstallUnitWizard_Title=Plugin Installer
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>Your application is up to date!</h3>
-LazyOperationDescriptionStep_NoUpdates=There are no updates available.
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Checking for updates failed.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Check your network connection, verify that your proxy settings<br>are configured correctly, or try again later.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>Checking for updates.</b><br>Please wait while the installer checks for available updates.
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=Initializing the list of updates... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>Some plugins require plugin {0} to be installed.</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>Some plugins are waiting for application restart to resolve following problems:</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>Some plugins require capability {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>Some plugins require the Java platform in version {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>Some plugins require JDK</h3>Some of the selected plugins require the JDK in order to function. Currently, NetBeans IDE appears to be running with the JRE instead of the full JDK.<br><br>To use these plugins, start IDE with the <code>--jdkhome</code> command line option set to the location of a JDK installation. See <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a> for more information.<br><br>
-OperationDescriptionStep_BrokenModuleDep=The plugin {0} would also need to be installed.
-OperationDescriptionStep_BrokenModuleNameDep=The plugin named {0} is needed and not found.
-OperationDescriptionStep_BrokenModuleVersionDep=The plugin {0} is requested in version >= {1} but only {2} was found.
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=The plugin {0} is requested in version >= {1} (release version {2}) but only {3} (of release version different from {2}) was found.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=The plugin {0} is requested in version {1}.
-OperationDescriptionStep_BrokenModuleImplDep=The plugin {0} is requested in implementation version {1}.
-OperationDescriptionStep_BrokenRequiresDep=No plugin providing the capability {0} could be found.
-OperationDescriptionStep_AffectedPluginByBrokenDep=The following plugins are affected:<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=The following plugin is affected:<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=There were some problems while storing {0}.\nCause: {1}
-InstallStep_DownloadProblem_SomePlugins=selected plugins
-
diff --git a/l10n/src/vi/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_vi.properties b/l10n/src/vi/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_vi.properties
deleted file mode 100644
index d85fbae..0000000
--- a/l10n/src/vi/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_vi.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP Platform
-OpenIDE-Module-Name=RCP Platform
-OpenIDE-Module-Short-Description=NetBeans RCP Platform
-OpenIDE-Module-Long-Description=The NetBeans RCP Platform is a generic framework for Swing applications. It provides the services common to almost all large desktop applications: window management, menus, settings and storage, update management, file access, etc.<br><br>See more information at <a href="http://platform.netbeans.org">platform.netbeans.org</a>.
-
diff --git a/l10n/src/vi/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_vi.properties b/l10n/src/vi/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_vi.properties
deleted file mode 100644
index 3693500..0000000
--- a/l10n/src/vi/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_vi.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup On SystemFS
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The default implementation of MimeDataProvider.
-OpenIDE-Module-Long-Description=The MIME Lookup On SystemFS module implements MimeDataProvider that looks up objects in the folder hierarchy on the System filesystem.
-
-
diff --git a/l10n/src/vi/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_vi.properties b/l10n/src/vi/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_vi.properties
deleted file mode 100644
index d819b5a..0000000
--- a/l10n/src/vi/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_vi.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The MIME lookup API.
-OpenIDE-Module-Long-Description=The MIME Lookup module provides API for looking up MIME type dependent settings, services and other objects. It also provides SPI for implementing additional MIME type related data provider.
-
diff --git a/l10n/src/vi/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_vi.properties b/l10n/src/vi/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_vi.properties
deleted file mode 100644
index 3ef3ddd..0000000
--- a/l10n/src/vi/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_vi.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=&Add to Favorites
-ACT_AddOnFavoritesNode=&Add to Favorites...
-ACT_Remove=&Remove from Favorites
-ACT_View=Favor&ites
-ACT_Select=Favorites
-ACT_Select_Main_Menu=Select in F&avorites
-
-Favorites=Favorites
-Templates/Other=Other
-Templates/Properties=User Configuration Properties
-Templates/Other/Folder=Folder
-Templates/Other/file=Empty File
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
-# JFileChooser
-CTL_DialogTitle=Add to Favorites
-CTL_ApproveButtonText=Add
-ERR_FileDoesNotExist={0} does not exist.
-ERR_FileDoesNotExistDlgTitle=Add to Favorites
-
-MSG_NodeNotFound=The document node could not be found in the Favorites tab.
-
-# Manifest localization
-OpenIDE-Module-Name=Favorites
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for organizing favorite files.
-OpenIDE-Module-Long-Description=Favorites module enables you to create a view of files specifically relevant to your work, simply access them at one common place.
-
-# Options Export
-Templates.Options.Export.Category.displayName=Templates
-Templates.Options.Export.displayName=All Templates
-Favorites.Options.Export.displayName=Favorites
-
diff --git a/l10n/src/vi/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_vi.properties b/l10n/src/vi/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_vi.properties
deleted file mode 100644
index 6f1560e..0000000
--- a/l10n/src/vi/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_vi.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=&Close
-BTN_TemplatesPanel_OpenInEditorButton=&Open in Editor
-LBL_TemplatesAction_Name=&Templates
-HINT_TemplatesAction=Customize templates
-LBL_TemplatesPanel_Title=Template Manager
-BTN_TemplatesPanel_Delete=&Delete
-LBL_TemplatesPanel_TemplatesLabel=&Templates\:
-BTN_TemplatesPanel_Add=&Add...
-BTN_TemplatesPanel_RenameButton=&Rename
-BTN_TemplatesPanel_DuplicateButton=Du&plicate
-BTN_TemplatesPanel_NewFolder=&New Folder
-BTN_TemplatesPanel_MoveUp=Move &Up
-BTN_TemplatesPanel_MoveDown=Move Do&wn
-LBL_TemplatesPanel_JFileChooser_Title=Add Existing Template
-BTN_TemplatesPanel_JFileChooser_AddButtonName=Add
-TXT_TemplatesPanel_NewFolderName=New Folder
-MSG_TemplatesPanel_Nonexistent_File=File ''{0}''\ndoes not exist, please specify an existing file.
-
-TemplatesPanel_TemplateNode_DisplayName=Display Name
-TemplatesPanel_TemplateNode_DisplayName_Desc=Display name of this template. Shown in File|New wizard as well as in Tools|Templates.
-TemplatesPanel_TemplateNode_FileName=File Name
-TemplatesPanel_TemplateNode_FileName_Desc=File name of file represented by this template.
-TemplatesPanel_TemplateNode_ScriptEngine=Script Engine
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Script engine use for processing this template.
-TemplatesPanel_TemplateNode_TemplateCategories=Template Categories
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=A list of template's categories appropriate for this template.
-
-ACD_TemplatesPanel_Add=Add Template
-
-ACD_TemplatesPanel_New=New Template
-
-ACD_TemplatesPanel_Duplicate=Duplicate Selected Template
-
-ACD_TemplatesPanel_Rename=Rename Template
-
-ACD_TemplatesPanel_MoveUp=Move Up Selected Template
-
-ACD_TemplatesPanel_MoveDown=Move Down Selected Template
-
-ACD_TemplatesPanel_Delete=Delete Template
-
-TT_TemplatesPanel_Add=Add Template
-
diff --git a/l10n/src/vi/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_vi.properties b/l10n/src/vi/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_vi.properties
deleted file mode 100644
index 929201c..0000000
--- a/l10n/src/vi/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_vi.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=Could not connect to URL {0}; no such resource was found.
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=Warning: the JavaHelp topic ID {0} was not found.
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=Loading help sets...
-ACSD_JavaHelp_viewer=Displays one or more online help references in JavaHelp format
-ACSD_Loading_Dialog=Loading help sets
-
-# HelpAction
-LBL_HelpAction=Help
-CTL_OpeningHelp=Opening Help...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP Monitor
-
-# a11y - BrowserDisplayer
-ACSD_Label=Click here to open this link in a web browser.
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=Showing help ID: {0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=Showing help ID: {0}
-
-QuickSearch/Help=Help
-Err_CreateJavaHelpSearchEngine=Failed to create JavaHelp search engine.
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copy Link Location
-
diff --git a/l10n/src/vi/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_vi.properties b/l10n/src/vi/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_vi.properties
deleted file mode 100644
index 45c1017..0000000
--- a/l10n/src/vi/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_vi.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JavaHelp Integration
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Permits JavaHelp help sets to be added to the IDE.
-OpenIDE-Module-Long-Description=Contains the actual JavaHelp runtime library, and the implementation of the part of the Modules API which permits other modules to install help sets using JavaHelp technology.
-
-Menu/Help/master-help.xml=Help &Contents
-Menu/Help/HelpShortcuts=Help &Sets
-Actions/Help/master-help.xml=Help &Contents
-
diff --git a/l10n/src/vi/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_vi.properties b/l10n/src/vi/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_vi.properties
deleted file mode 100644
index 3607871..0000000
--- a/l10n/src/vi/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_vi.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Keyring API
-
diff --git a/l10n/src/vi/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_vi.properties b/l10n/src/vi/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_vi.properties
deleted file mode 100644
index f617e03..0000000
--- a/l10n/src/vi/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_vi.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=Sample value ensuring that decryption is working.
-FallbackProvider.msg_clear_keys=Your previously stored passwords cannot be decrypted. Do you wish to forget all existing passwords and start with a fresh keyring?
-FallbackProvider.title_clear_keys=Delete Stored Passwords
-MasterPasswordPanel.masterPasswordLabel.text=Master &Password:
-MasterPasswordPanel.setNewBox.text=&Change...
-MasterPasswordPanel.newLabel1.text=&New Master Password:
-MasterPasswordPanel.newLabel2.text=&Retype:
-MasterPasswordPanel.ok=OK
-MasterPasswordPanel.enter_master_password=Enter Master Password
-MasterPasswordPanel.enter_password=Enter password
-MasterPasswordPanel.enter_new_password=Enter new password
-MasterPasswordPanel.password_mismatch=New passwords do not match
-MasterPasswordPanel.explanation.text=NetBeans can remember passwords for you, but to protect them you need to enter a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent sessions when needed. You can also change the master password whenever you are prompted for it.
-
diff --git a/l10n/src/vi/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_vi.properties b/l10n/src/vi/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_vi.properties
deleted file mode 100644
index d661fb1..0000000
--- a/l10n/src/vi/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_vi.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=Cannot create file {0} in folder {1}.
-EXC_CannotCreateExistingData=Cannot create file {0} in folder {1}. This file already exists.
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=Cannot create folder {0} in folder {1}.
-EXC_CannotCreateExistingFolder=Cannot create folder {0} in folder {1}. This folder already exists.
-
-# {0} - the file
-EXC_CannotLock=Cannot lock read-only file {0}.
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=Invalid lock [{0}] for file {1}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-EXC_CannotLockRoot=Root cannot be locked.
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=Cannot get exclusive access to {0} (probably opened for reading).
-
-# {0} - object name
-EXC_CannotGetSharedAccess=Cannot get shared access to {0} (probably opened for writing).
-
diff --git a/l10n/src/vi/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_vi.properties b/l10n/src/vi/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_vi.properties
deleted file mode 100644
index fc1852d..0000000
--- a/l10n/src/vi/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_vi.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=File {0} is already locked.
-EXC_FileLockAlreadyExists=File {0} is already locked (lock {1} exists).
-# {0} - full path
-FileObj.readOnlyFile=File {0} cannot be written to because it is read-only.
-
diff --git a/l10n/src/vi/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_vi.properties b/l10n/src/vi/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_vi.properties
deleted file mode 100644
index 2fb5bd5..0000000
--- a/l10n/src/vi/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_vi.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=Master Filesystem
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Merges multiple filesystem providers into a single logical tree.
-OpenIDE-Module-Long-Description=Creates mounts for disk roots and then splices in other filesystems such as VCS mounts, providing a single wrapper FileSystem for them all.
-
-LBL_loaderName=FolderLoader for MasterFileSystem
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotCopyRoot=Cannot copy root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotMoveRoot=Cannot move root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=Filesystem {1}  cannot be mounted on the root {0}, because Filesystem {2} is already mounted.
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=Filesystem {1}  cannot be mounted on the root {0}. 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=Filesystem {0}  cannot be unmounted. 
-
diff --git a/l10n/src/vi/platform/options-api/options-api/org/netbeans/modules/options/Bundle_vi.properties b/l10n/src/vi/platform/options-api/options-api/org/netbeans/modules/options/Bundle_vi.properties
deleted file mode 100644
index 36fa58b..0000000
--- a/l10n/src/vi/platform/options-api/options-api/org/netbeans/modules/options/Bundle_vi.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Options Dialog and SPI
-OpenIDE-Module-Display-Category=Tools
-OpenIDE-Module-Short-Description=Provides the Options dialog and an SPI to add panels to it.
-OpenIDE-Module-Long-Description=Provides the Tools | Options dialog. The SPI lets you add whole new panels, or sections to the Miscellaneous panel.
-
-#OptionsWindowAction
-CTL_Options_Window_Action=&Options
-CTL_Options_Dialog_Title=Options
-CTL_OK=OK
-CTL_Classic=Advanced Options
-CTL_Classic_Title=Advanced Options
-CTL_Modern=&Basic Options
-CTL_Loading_Options=Loading Settings ...
-CTL_Error_Loading_Options=Loading Options Failed.
-CTL_Some_values_changed=There are some changes. Do you want to apply them?
-
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=&Fonts & Colors
-CTL_Font_And_Color_Options_Title=Fonts & Colors
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-
-CTL_Export=Expor&t
-CTL_Import=&Import
-
-#A11Y
-ACS_OKButton=OK
-ACS_ClassicButton= Invokes Advanced Options dialog
-ACS_OptionsPanel=Options Dialog
-ACS_Export=Export Options
-ACS_Import=Import Options
-TabbedController.pane.AD=Options Panel
-
-QuickSearch/GoToOption=Options
-
diff --git a/l10n/src/vi/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_vi.properties b/l10n/src/vi/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_vi.properties
deleted file mode 100644
index 95766a8..0000000
--- a/l10n/src/vi/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_vi.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=&Miscellaneous
-CTL_Advanced_Options_Title=Miscellaneous
-CTL_Advanced_Options_Description=Miscellaneous
-AdvancedPanel.tabbedPanel.AD=Miscellaneous tabbed panel
-Advanced.Export.Category=Miscellaneous
-
diff --git a/l10n/src/vi/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_vi.properties b/l10n/src/vi/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_vi.properties
deleted file mode 100644
index 930c4e0..0000000
--- a/l10n/src/vi/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_vi.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=Define Here
-LBL_action_revert=Revert Def.
-LBL_action_delete=Delete
-
-MSG_ask_remove_above_defined_files=Moving the definition here will remove any values stored in layers left of the selected column.\n\nDo you want to proceed?
-
-#file state tooltips
-LBL_fstate_defined=Setting Definition
-LBL_fstate_ignored=Unused Setting Value
-LBL_fstate_inherited=Setting Inherited
-LBL_fstate_undefined=Setting value is not defined here
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=User
-LBL_FSP_Desc_Session-Layer=Session Settings Level
-LBL_FSP_Modules-Layer=Default
-LBL_FSP_Desc_Modules-Layer=Default Installation Settings Level
-
-#OptionsAction
-Options=&Options
-CTL_close_button=&Close
-ACSD_close_button=N/A
-ACSN_optionsTree=N/A
-ACSD_optionsTree=N/A
-LBL_computing=Initializing settings ...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=Show Levels (press +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=Hide Levels (press +)
-CTL_Templates_name=Templates
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=Explorer
-ACSN_ExplorerBeanTree=Explorer Tree
-ACSD_ExplorerBeanTree=N/A
-
diff --git a/l10n/src/vi/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_vi.properties b/l10n/src/vi/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_vi.properties
deleted file mode 100644
index c92ed6a..0000000
--- a/l10n/src/vi/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_vi.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Select Options for Export:
-OptionsChooserPanel.outline.all=All
-OptionsChooserPanel.outline.header.tree=Available Options
-OptionsChooserPanel.outline.AN=Available Options
-OptionsChooserPanel.outline.AD=Tree of available options
-OptionsChooserPanel.lblFile.text=&Target zip file:
-OptionsChooserPanel.btnBrowse=B&rowse...
-OptionsChooserPanel.btnBrowse.AN=Browse
-OptionsChooserPanel.btnBrowse.AD=Browse
-OptionsChooserPanel.txtFile.AD=Source or target of import/export.
-OptionsChooserPanel.loading=Loading...
-OptionsChooserPanel.file.warning=Please, select a valid target zip file
-OptionsChooserPanel.nooption.warning=Please, select something to export
-OptionsChooserPanel.file.chooser.title=Select target zip file
-OptionsChooserPanel.file.chooser.approve=OK
-OptionsChooserPanel.export.title=Select Options to Export
-OptionsChooserPanel.export.status.text=Options Export Finished.
-OptionsChooserPanel.import.title=Select Options to Import
-OptionsChooserPanel.import.lblFile.text=&Import Source:
-OptionsChooserPanel.import.lblHint.text=&Select Options for Import:
-OptionsChooserPanel.import.file.warning=Please, select a valid zip file or userdir
-OptionsChooserPanel.import.nooption.warning=Please, select something to import
-OptionsChooserPanel.import.file.chooser.title=Select zip file or userdir
-OptionsChooserPanel.import.invalid.userdir.title=Invalid Userdir?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Folder {0} does not seem to be a valid userdir. Do you really want to import options from this location?
-OptionsChooserPanel.AD=Panel to choose options for export/import
-OptionsChooserPanel.import.error=Error while importing options. Run IDE with parameter -J-Dorg.netbeans.modules.options.export.level=100 and look at IDE log for details.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Invalid zip file: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=Writing to file {0} failed.
-ImportConfirmationPanel.title=Import Confirmation
-ImportConfirmationPanel.cbRestart.text=&Restart IDE now (without restart imported settings may not work)
-ImportConfirmationPanel.cbRestart.AD=Decide whether restart IDE now or later
-ImportConfirmationPanel.cbRestart.AN=Restart IDE now?
-ImportConfirmationPanel.lblMessage.text=Import may irreversibly overwrite your current settings. Perform export first to backup current options. Do you want to continue?
-ImportConfirmationPanel.lblMessage.AD=Confirmation message
-ImportConfirmationPanel.AN=Import Confirmation
-ImportConfirmationPanel.AD=Import Confirmation
-ExportConfirmationPanel.title=Stored Passwords Warning
-ExportConfirmationPanel.lblMessage.text=Exported settings may contain stored passwords. Sharing your settings with other users represents a potential security risk. Do you want to continue?
-ExportConfirmationPanel.cbSkip.text=&Skip this warning next time
-ExportConfirmationPanel.cbSkip.AN=Skip this warning next time?
-ExportConfirmationPanel.cbSkip.AD=Decide whether skip or show this warning next time
-ExportConfirmationPanel.lblMessage.AD=Confirmation message
-ExportConfirmationPanel.AN=Stored passwords warning
-ExportConfirmationPanel.AD=Stored passwords warning
-
diff --git a/l10n/src/vi/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_vi.properties b/l10n/src/vi/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_vi.properties
deleted file mode 100644
index d2c889b..0000000
--- a/l10n/src/vi/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_vi.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Keymap Options
-
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-CTL_Keymap_Options_Description=Keymap
-
-CTL_Duplicate=&Manage Profiles...
-AN_Duplicate=Duplicate
-AD_Duplicate=Duplicate
-CTL_Delete=Dele&te
-AN_Delete=Delete
-AD_Delete=Delete
-CTL_Restore=&Restore
-AN_Restore=Restore
-AD_Restore=Restore
-CTL_Show_Actions=Actio&ns
-AN_Show_Actions=Actions
-AD_Show_Actions=Actions
-CTL_Show_Shortcuts=&Shortcuts
-AN_Show_Shortcuts=Shortcuts
-AD_Show_Shortcuts=Shortcuts
-CTL_Add_Shortcut=A&dd ...
-AN_Add_Shortcut=Add
-AD_Add_Shortcut=Add
-CTL_Remove_Shortcut=Remo&ve
-AN_Remove_Shortcut=Remove
-AD_Remove_Shortcut=Remove
-CTL_Actions=Actio&ns:
-AN_Actions=Actions
-AD_Actions=Actions
-CTL_Shortcuts=&Shortcuts:
-AN_Shortcuts=Shortcuts
-AD_Shortcuts=Shortcuts
-AN_Profiles=Profiles
-AD_Profiles=Profiles
-Show_Actions=Actio&ns
-Show_Shortcuts=&Shortcuts
-Keymaps=&Keymaps
-CTL_Keymap_Name=&Profile:
-View_By=&View By
-Shortcut=&Shortcut:
-Add_Shortcut_Dialog=Add Shortcut
-CTL_Create_New_Profile_Message=Profile &Name:
-CTL_Create_New_Profile_Title=Create New Profile Dialog
-Shortcut_Conflict=<html>Shortcut already assigned to {0} action. If you proceed the shortcut will be reassigned.
-CTL_Clear=&Clear
-AN_Clear=Clear shortcut button
-AD_Clear=Clear the shortcut field
-CTL_Tab=&Tab
-AN_Tab=Insert Tab character button
-AD_Tab=Insert Tab character
-CTL_Duplicate_Profile_Name=Profile with such name already exists.\n Choose different name, please.
-
-CTL_Export_IDE_Actions_Action=Export IDE Actions to XML
-CTL_Export_IDE_Shortcuts_Action=Export IDE Shortcuts to XML
-CTL_Export_Editor_Shortcuts_Action=Export Editor Shortcuts to XML
-CTL_Export_Shortcuts_to_HTML_Action=Export Shortcuts to HTML
-
-CTL_Other=Other
-AN_Shortcut=Shortcut field
-AD_Shortcut=Shortcut field
-AN_ShortcutsDialog=Enter new shortcut
-AD_ShortcutsDialog=Enter new shortcut
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=Switching keymap profile from {1} to {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Quick Search: Invoking {1} action, class {0}
-
-QuickSearch/Actions=Actions
-MSG_ActionFailure={0} action can not be invoked through Quick Search...
-
-# Quicksearch options
-KW_KeymapOptions=Keymap Options, Keyboard Shortcuts, Keybindings
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=&Search:
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Field used to narrow list of shortcuts
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Search in Sho&rtcuts:
-
-# Conflict dialogs
-Override_Shortcut=<html>Following Action(s): <br>{0} conflict with this assignment. Do you wish to override?
-Conflicting_Shortcut_Dialog=Conflicting Shortcut Dialog
-Override_All=<html>Following Action(s): <br>{0} conflict with this restore. Do you wish to override all?
-Alternative_Shortcut=(alternative shortcut)
-
-#Table columns
-Actions=Actions
-Shortcut=Shortcut
-Category=Category
-Scope=Scope
-
-#Keymap Popup
-Edit=Edit...
-Add_Alternative=Add Alternative
-Reset_to_Default=Reset to Default
-Clear=Clear
-
-#Keymap completion
-No_Free_Shortcut=No recommended free shortcut with prefix "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicate
-ProfilesPanel.exportButton.text=&Export
-ProfilesPanel.deleteButton.text=De&lete
-ProfilesPanel.importButton.text=&Import
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Profiles scroll pane
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Scroll pane for profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=List of keymap profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Imports profile from external file
-ProfilesPanel.AccessibleContext.accessibleDescription=Profiles Panel
-ProfilesPanel.restoreButton.text=&Restore Defaults
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restores stored defaults
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplicates existing profile
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exports current profile
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Deletes selected custom profile
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=Manage Keymap Profiles
-CTL_Files=Files
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Keymaps
-Keymaps.Options.Export.Profiles.displayName=Keymap Profiles
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/vi/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_vi.properties b/l10n/src/vi/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_vi.properties
deleted file mode 100644
index c987b1e..0000000
--- a/l10n/src/vi/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_vi.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Swing Layout Extensions integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles swing-layout library.
-OpenIDE-Module-Long-Description=This module bundles Swing Layout Extensions library (from swing-layout.dev.java.net).
-OpenIDE-Module-Deprecation-Message=Use javax.swing.GroupLayout instead. (In form editor: select Form ... in Inspector; change Layout Generation Style to Standard Java 6 code.)
-
diff --git a/l10n/src/vi/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_vi.properties
deleted file mode 100644
index d008c39..0000000
--- a/l10n/src/vi/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_vi.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=Contains annotations useful for static analysis, such as a @SuppressWarnings usable by FindBugs.
-OpenIDE-Module-Name=Common Annotations
-OpenIDE-Module-Short-Description=Common annotations, namely for defect detection.
-
diff --git a/l10n/src/vi/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_vi.properties
deleted file mode 100644
index feb9286..0000000
--- a/l10n/src/vi/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_vi.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization APIs.
-OpenIDE-Module-Long-Description=Lets modules register long-running tasks or processes in a central place.
-
diff --git a/l10n/src/vi/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_vi.properties
deleted file mode 100644
index 741f64f..0000000
--- a/l10n/src/vi/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_vi.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Scene Component
-ACS_SceneComponentDesc=Scene view
-
diff --git a/l10n/src/vi/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_vi.properties
deleted file mode 100644
index af2d2f2..0000000
--- a/l10n/src/vi/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_vi.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Visual Library API
-OpenIDE-Module-Short-Description=Visual Library API
-
diff --git a/l10n/src/vi/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_vi.properties
deleted file mode 100644
index ca6f96e..0000000
--- a/l10n/src/vi/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_vi.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=An instance of the program seems to be already running with your user directory.\nEither a previous session of the program did not exit correctly, or another instance\nof the program is running on a different computer and using the same user directory.\n\nIf another session of the program is running with the same user directory, please click\nCancel to prevent the corruption of the user directory. If you are sure that no other\ninstances of the program are running with your user directory, click OK to continue.
-MSG_AlreadyRunningTitle=Warning
-
-EXC_not_a_module={0} is not a valid NetBeans module.
-
-# bootstrap manifest
-OpenIDE-Module-Name=Bootstrap
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The core bootstrap of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the initial infrastructure that loads all other parts of the application. It cannot be disabled.
-
-MSG_InstallJava6=Cannot run on older versions of Java than Java 6 Standard Edition.\nPlease install Java 6 Standard Edition or newer or use --jdkhome\nswitch to point to its installation directory.
-MSG_NeedsJava6=Java 6 Standard Edition or newer required
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_vi.properties
deleted file mode 100644
index 80e1b53..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_vi.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=Output {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=&Exit IDE
-ACSD_EndTasks=N/A
-CTL_PendingTitle=Exit IDE
-ACSD_PendingTitle=N/A
-LAB_PendingTasks=E&xiting the IDE will terminate the following processes:
-ACSD_PendingTasks=N/A
-# {0} - process name
-CTL_PendingExternalProcess2=Process - {0}
-# {0} - action name
-CTL_ActionInProgress={0} action in progress
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_vi.properties
deleted file mode 100644
index 53a2a23..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_vi.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=&Remove
-CTL_MoveUp=Move &Up
-CTL_MoveDown=Move Do&wn
-CTL_AddDirectory=Add Director&y...
-CTL_AddJAR=Add &JAR/ZIP...
-CTL_JarArchivesMask=JAR and ZIP Archives
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_AddDirectory=N/A
-ACSD_AddJAR=N/A
-ACSD_PathList=N/A
-ACSD_CustomNbClassPathEditor=N/A
-CTL_Edit_Jar_Dialog_Title=Edit JAR File
-CTL_Edit_Local_Dialog_Title=Edit Local Directory
-CTL_Approve_Button_Title=OK
-CTL_FileSystemPanel.Jar_Dialog_Title=Add JAR File
-CTL_FileSystemPanel.Local_Dialog_Title=Add Local Directory
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=&Process\:
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=&Arguments\:
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=Arguments &Hint
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=&Browse...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/A
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/A
-ACSD_CustomNbProcessDescriptorEditor=N/A
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Path Entries
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=List of path entries to be edited.
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_vi.properties
deleted file mode 100644
index d19338b..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_vi.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Execution
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of the Execution engine.
-OpenIDE-Module-Long-Description=Adds support for execution into the platform. Contains classes which implement the execution part of APIs and corresponding GUI.
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_vi.properties
deleted file mode 100644
index 6913b0d..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_vi.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=&Output
-
-#Title for I/O window
-LBL_IO_WINDOW=Output
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
-# Localization of Window/Output submenu
-Menu/Window/Output=&Output
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_vi.properties
deleted file mode 100644
index d904be1..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_vi.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=&Editors
-EditorsAction.source=&Source
-GetLeftEditorAction.name=Editors - Iterate left
-
-GetRightEditorAction.name=Editors - Iterate right
-
-TabButton.tool_tip={0} View
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_vi.properties
deleted file mode 100644
index 34b8ae8..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_vi.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MultiView Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=MultiView Windows framework and APIs
-OpenIDE-Module-Long-Description=MultiView Windows framework and APIs
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_vi.properties
deleted file mode 100644
index 27caa53..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_vi.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Native Access
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-OpenIDE-Module-Long-Description=Uses native bindings via JNA library to provide advanced visual effects for window system.
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_vi.properties
deleted file mode 100644
index f1db8aa..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_vi.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparency
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_vi.properties
deleted file mode 100644
index cc93fb2..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_vi.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi Integration
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_vi.properties
deleted file mode 100644
index 77c9387..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_vi.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans in OSGi Runtime
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_vi.properties
deleted file mode 100644
index fe48716..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_vi.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-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_FONT_TYPE=Choose Font...
-ACTION_FILTER=Filter...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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...
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_vi.properties
deleted file mode 100644
index d9f02d2..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_vi.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=&Input
-LBL_EOF=&Close Input
-TIP_EOF=Closes the input component and sends end-of-file to any readers
-TIP_INPUT=Enter text and press enter to send it to the running process
-
-#Output window tab popup
-LBL_Close=Close Tab
-LBL_CloseAll=Close All Tabs
-LBL_CloseOthers=Close Other Tabs
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_vi.properties
deleted file mode 100644
index 4762f92..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_vi.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=Startup
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Loads and enables modules.
-OpenIDE-Module-Long-Description=This module provides the central additional functionality to Bootstrap to locate and enable the right modules.
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.9 RC1 (Build {0})
-
-ERR_no_user_directory=netbeans.user is not set.\nPlease check your NetBeans startup script.
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=Your user directory ({0}) cannot reside inside your NetBeans installation directory ({1}).
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=Starting NetBeans Platform
-# The Title of the About Box
-CTL_About_Title=About
-CTL_About_Detail=Detail
-ACSD_AboutDialog=N/A
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/A
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=UI class name expected, using default UI...
-ERR_UserDirExpected=Directory expected after --userdir switch
-ERR_UINotFound=UI class not found, using default UI...
-ERR_FontSizeExpected=Font size expected, using default font size...
-ERR_BadFontSize=Bad format of the font size, using default font size...
-ERR_BrandingNeedsArgument=Option --branding requires one argument
-ERR_LocaleExpected=Locale specification expected after --locale switch
-
-
-CTL_Netbeanshome_notexists=netbeans.home points to a non-existent directory.
-CTL_Netbeanshome1=netbeans.home does not point to a directory.
-CTL_Netbeanshome2=netbeans.user points to a non-existent directory.
-CTL_Netbeanshome3=netbeans.user does not point to a directory.
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=Cannot create system directory in {0}. A file with the same name already exists.
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=Cannot create system directory in {0}.
-CTL_Cannot_mount_system_fs=Cannot add System filesystem, exiting...
-
-#startup info messages
-MSG_IDEInit=Initializing...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=Could not connect to URL {0}. No such resource was found.
-
-GTK_FONTSIZE_UNSUPPORTED=--fontsize is not supported on GTK look and feel. Adjust your desktop font size instead.
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=Error: {0}
-EXC_GraphicsStartFails2=See the {0} for details.
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=The module {0} was requested in version >= {1} but only {2} was found.
-# {0} - module display name
-MSG_problem_other_disabled=The module {0} would also need to be installed.
-LBL_no_impl_version=[no version specified]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=The module {0} was requested in implementation version "{1}" but only "{2}" was found.
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=The module named {0} was needed and not found.
-# {0} - required token
-MSG_problem_require_disabled=None of the modules providing the capability {0} could be installed.
-# {0} - required token
-MSG_problem_require_not_found=No module providing the capability {0} could be found.
-# {0} - class name
-MSG_problem_class_not_loaded=The package containing the class {0} was not loaded.
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=The package {0} was not loaded or was an outdated version.
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=The Java platform version {0} or higher was requested but only {1} is running.
-MSG_warning=Warning
-MSG_info=Information
-MSG_continue=Disable Modules and Continue
-MSG_exit=Exit
-# {0} - number of other dependant modules
-MSG_also_dep_modules={0,choice,1#Another module|1<{0} further modules} could not be installed due to the above problems.
-
-# NbEvents
-MSG_start_load_boot_modules=Loading core...
-MSG_finish_load_boot_modules=Loading core...done.
-MSG_start_auto_restore=Loading modules...
-MSG_finish_auto_restore=Done loading modules.
-MSG_start_enable_modules=Turning on modules...
-MSG_finish_enable_modules=Turning on modules...done.
-TEXT_finish_enable_modules=Turning on modules:
-MSG_start_disable_modules=Turning off modules...
-MSG_finish_disable_modules=Turning off modules...done.
-TEXT_finish_disable_modules=Turning off modules:
-MSG_failed_install_new=Warning - could not install some modules:
-# {0} - module display name
-MSG_failed_install_new_unexpected=Warning - could not install module {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=Deploying test module in {0} ...
-TEXT_finish_deploy_test_module=Finished deploying test module.
-MSG_start_read=Reading module storage...
-MSG_finish_read=Reading module storage...done.
-MSG_restore=Starting modules...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=Installing {0}
-# {0} - module display name
-TEXT_install=Installing new module: {0}
-# {0} - module display name
-MSG_update=Starting a new version of {0}
-# {0} - module display name
-TEXT_update=Updating module: {0}
-# {0} - module display name
-MSG_uninstall=Stopping {0}
-MSG_load_section=Loading modules...
-MSG_load_layers=Loading module services...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=Warning: the module {0} could not be found, ignoring...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=The module {0} could not be deleted as it was an autoload or eager module and still in use.
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=An attempt was made to change the property {1} of the module {0} in the system/Modules folder.\nThe actual value is "{3}" but it was changed on disk to read "{2}".\nThis property cannot be changed while the IDE is running, so this attempt had no effect.
-# {0} - JAR file name
-TEXT_patch=Module patch or custom extension: {0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=Missing resource from class: {0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=Key which was not found: {0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=Parse error in file {1} (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=Parse error in file {1} line {3} column {2} (PUBLIC {0})
-
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_vi.properties
deleted file mode 100644
index 461e0c2..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_vi.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=Default System
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=Loading cached objects...
-MSG_end_load_cache=Loading cached objects...done.
-MSG_start_rewrite_cache=Recreating cache of objects...
-MSG_end_rewrite_cache=Recreating cache of objects...done.
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=File event {0}, file {1}
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_vi.properties
deleted file mode 100644
index 95bed0c..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_vi.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=Files
-AdvancedOption.tooltip=Files
-FileAssociationsPanel.btnDefault.text=&Default
-FileAssociationsPanel.btnDefault.tooltip=Restore default setting for selected file extension
-FileAssociationsPanel.btnDefault.AN=Restore Default Setting
-FileAssociationsPanel.btnDefault.AD=Restore Default Setting for Selected File Extension
-FileAssociationsPanel.btnDefaultIgnored.text=De&fault
-FileAssociationsPanel.btnDefaultIgnored.AN=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnDefaultIgnored.AD=Restore Default Ignored Files Pattern
-FileAssociationsPanel.btnNew.text=&New...
-FileAssociationsPanel.btnNew.AN=New File Extension
-FileAssociationsPanel.btnNew.AD=New File Extension
-FileAssociationsPanel.btnRemove.text=&Remove
-FileAssociationsPanel.btnRemove.AN=Remove Selected File Extension
-FileAssociationsPanel.btnRemove.AD=Remove Selected File Extension
-FileAssociationsPanel.cbExtension.choose=< Choose the extension >
-FileAssociationsPanel.cbExtension.AD=File Extension
-FileAssociationsPanel.cbExtension.AN=List of File Extensions
-FileAssociationsPanel.cbType.AN=List of File Types
-FileAssociationsPanel.cbType.AD=List of File Types
-FileAssociationsPanel.lblAssociatedAlso.text=Associated also with:
-FileAssociationsPanel.lblAssociatedAlso.AN=File Type Associated Also with Extensions
-FileAssociationsPanel.lblAssociatedAlso.AD=File Type Associated Also with Extensions
-FileAssociationsPanel.lblExtension.text=File &Extension:
-FileAssociationsPanel.lblExtension.AN=File Extension
-FileAssociationsPanel.lblExtension.AD=List of File Extensions
-FileAssociationsPanel.lblType.text=Associated File &Type (MIME):
-FileAssociationsPanel.lblType.AD=List of Associated File Types
-FileAssociationsPanel.lblType.AN=List of Associated File Types
-FileAssociationsPanel.lblFileAssociations.text=File Associations
-FileAssociationsPanel.lblFilesIgnored.text=Files Ignored by the IDE
-FileAssociationsPanel.lblPattern.text=&Ignored Files Pattern:
-FileAssociationsPanel.lblPattern.tooltip=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.lblPattern.AN=Ignored Files Pattern
-FileAssociationsPanel.lblPattern.AD=Regular expression of files to ignore. Match whole name, no path. Blank for none.
-FileAssociationsPanel.txtPatternError.AN=Ignored Files Pattern Syntax Error
-FileAssociationsPanel.txtPatternError.AD=Syntax error in ignored files regular expression
-
-NewExtensionPanel.title=Enter New File Extension
-NewExtensionPanel.AD=Enter New File Extension
-NewExtensionPanel.lblExtension.text=File &Extension:
-NewExtensionPanel.lblExtension.AN=File Extension
-NewExtensionPanel.lblExtension.AD=File Extension
-
-OpenAsAction.name=Open As...
-OpenAsPanel.txtDescription.AN=Hint
-OpenAsPanel.txtDescription.AD=Hint
-OpenAsPanel.lblExtension.text=Treat {0} files as:
-OpenAsPanel.title=Open as...
-OpenAsPanel.open=Open
-OpenAsPanel.AD=Choose type of file
-
-# display name for options export
-Files.Options.Export.displayName=Files
-OpenAsPanel.lblDescription.text=NetBeans does not know this type of file. Please specify how should these files be treated.
-FileAssociationsPanel.autoScan.text=Enable auto-scanning of sources
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_vi.properties
deleted file mode 100644
index 479649d..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_vi.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_General_Options_Category=General
-CTL_General_Options_Description=General options, Proxy settings, Editor settings
-CTL_Package_View_Type=View Java Packages as:
-CTL_Flattern_Packages=&List
-AN_Flattern_Packages=List
-AD_Flattern_Packages=List
-CTL_Tree_Packages=Tree
-AN_Tree_Packages=Tree
-AD_Tree_Packages=Tree
-CTL_No_Proxy=&No Proxy
-AN_No_Proxy=No Proxy
-AD_No_Proxy=No Proxy
-CTL_Usage_Statistics=Usage Statistics:
-AN_Usage_Statistics=Usage Statistics
-AD_Usage_Statistics=Usage Statistics
-CTL_Usage_Check=Hel&p us improve the NetBeans IDE by providing anonymous usage data
-AN_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-AD_Usage_Check=Help us improve the NetBeans IDE by providing anonymous usage data
-CTL_Usage_Info=<html>The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.</html>
-AN_Usage_Info=Usage statistics info
-AD_Usage_Info=The usage statistics help us better understand user requirements and prioritize improvements in future releases. We will never reverse-engineer the collected data to find specific details about your projects.
-
-CTL_Learn_More=<html><font color="#0000FF" <u>Learn more</u></font></html>
-AN_Learn_More=Learn more
-AD_Learn_More=Learn more
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=&Use System Proxy Settings
-AN_Use_System_Proxy_Settings=Use System Proxy Settings
-AD_Use_System_Proxy_Settings=Use System Proxy Settings
-CTL_Use_HTTP_Proxy=&Manual Proxy Settings
-AN_Use_HTTP_Proxy=HTTP Proxy
-AD_Use_HTTP_Proxy=HTTP Proxy
-AN_Web_Browser=Web Browser
-AD_Web_Browser=Web Browser
-AN_Host=Host
-AD_Host=Host
-AN_Port=Port
-AD_Port=Port
-AN_Update_Period=Update Period
-AD_Update_Period=Update Period
-AN_Ask_Before_Check=Ask Before Check
-AD_Ask_Before_Check=Ask Before Check
-Line_Numbers=&Line Numbers
-Antialiasing=Antialiasing:
-Text_Antialiasing=Use Antialiasing
-Toolbar=&Toolbar
-Package_View=Package View
-SDI_Window_Mode=SDI Window Mode
-MDI_Window_Mode=MDI Window Mode
-Tree_View=Tree View
-Default_System_Browser=<Default Browser>
-Swing_HTML_Browser=Swing Browser
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=General
-CTL_Web_Browser=&Web Browser:
-Confirm_Delete=&Confirm Delete:
-CTL_Web_Proxy=Proxy Settings:
-CTL_Proxy_Settings=Proxy
-CTL_Proxy_Port=Po&rt\:
-CTL_Proxy_Host=HTTP Pro&xy\:
-Code_Folding=Code Folding:
-Show=Show:
-Editor=Editor
-CTL_Check_Period=Check Perio&d:
-CTL_Ask_Before_Check=Ask &Before Check:
-CTL_Auto_Update=Auto Update
-Use_Folding=&Use Code Folding
-Fold_Methods=Fold &Methods
-Fold_Classes=Fol&d Inner Classes
-Fold_Imports=Fold Import&s
-Fold_JavaDoc=Fold &Javadoc Comments
-Fold_Licence=F&old Initial Comment
-Auto_Popup=Auto Popup:
-Auto_Popup_Completion=Completion Window
-Auto_Popup_JavaDoc=Javadoc Window
-CTL_Update_every_startup=Every Startup
-CTL_Update_every_day=Every Day
-CTL_Update_every_week=Every Week
-CTL_Update_every_2weeks=Every Two Weeks
-CTL_Update_every_month=Every Month
-CTL_Update_never=Never
-CTL_Default_System_Browser=Default System Browser
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=Internal Browser
-
-
-
-
-AN_NonProxy=No Proxy For
-
-AD_NonProxy=No Proxy For
-
-CTL_Non_Proxy=No Prox&y For\:
-
-Non_Proxy_Hint=(e.g. localhost, *.netbeans.org, *.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=M&ore...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=Advanced Proxy Settings
-LBL_GeneralOptionsPanel_bMoreProxy.AD=Open Advanced Proxy Settings
-
-LBL_GeneralOptionsPanel_PortError=Port number must be an integer value.
-
-LBL_GeneralOptionsPanel_lWebProxy=Proxy Settings\:
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP &Proxy\:
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(e.g. localhost, *.netbeans.org, 127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=P&ort\:
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=Po&rt\:
-
-LBL_AdvancedProxyPanel_lSocksPort=Por&t\:
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTPS Proxy\:
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS Proxy\:
-LBL_AdvancedProxyPanel_lNonProxyHosts=No Pro&xy Hosts\:
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=Proxy Re&quires Authentication
-
-LBL_AdvancedProxyPanel_lUserName=&Username\:
-
-LBL_AdvancedProxyPanel_lUserPassword=Pass&word\:
-LBL_AdvancedProxyPanel_cbSameProxySettings=Use the same proxy settings for &all protocols
-
-LBL_AdvancedProxyPanel_Title=Advanced Proxy Options
-LBL_AdvancedProxyPanel_PortError=Port number must be an integer value.
-GeneralOptionsPanel.rbUseSystemProxy.text=&Use System Proxy Settings
-GeneralOptionsPanel.lWebBrowser.text=&Web Browser\:
-GeneralOptionsPanel.rbNoProxy.text=&No Proxy
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/A
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/A
-
-LBL_WebBrowsersPanel_Title=Web Browsers
-LBL_ExternalBrowser_Name=External Browser
-WebBrowsersPanel.nameLabel.text=Name\:
-WebBrowsersPanel.executableLabel.text=Executable\:
-WebBrowsersPanel.parametersLabel.text=Parameters\:
-WebBrowsersPanel.browseButton.text=Browse...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=Add...
-WebBrowsersPanel.removeButton.text=Remove
-WebBrowsersPanel.browsersLabel.text=Web Browsers\:
-GeneralOptionsPanel.editBrowserButton.text=&Edit...
-GeneralOptionsPanel.editBrowserButton.AD=Edit Web Browsers
-GeneralOptionsPanel.editBrowserButton.AN=Edit Web Browsers
-WebBrowsers_URL_Hint=Hint\: {URL} \= URL of the page to be loaded by the web browser
-
-ACS_WebBrowsersList=List of available web browsers
-ACS_AddWebBrowserButton=Add new web browser
-ACS_RemoveWebBrowserButton=Remove selected web browser
-ACS_BrowserNameField=Web browser name
-ACS_BrowserExecutableField=Web browser executable
-ACS_BrowserParametersField=Web browser executable parameters
-ACS_BrowseExecutableButton=Browse web browser executable
-WebBrowsersOptionsPanel.browsersLabel.text=&Web Browsers\:
-WebBrowsersOptionsPanel.addButton.text=A&dd...
-WebBrowsersOptionsPanel.removeButton.text=&Remove
-WebBrowsersOptionsPanel.nameLabel.text=&Name\:
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Web Browsers
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=Browsers list
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=List of Web Browsers
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=Add button
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=Remove button
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=Browser name
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=Browser name
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Web Browsers
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Web Browsers
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>Direct connection.</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=Proxy, General Options
-
-# Display name for options export
-General.Options.Export.Category.displayName=General
-General.Options.Export.displayName=General
-Other.Options.Export.displayName=All Other Unspecified
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_vi.properties
deleted file mode 100644
index 67a3119..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_vi.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface of the platform.
-OpenIDE-Module-Long-Description=Provides classes and resources for the standard basic user interface of the platform and for applications built on top of the platform.
-
-Actions=Actions
-Actions/Edit=Edit
-Actions/Help=Help
-Actions/System=System
-Actions/Tools=Tools
-Actions/View=View
-Actions/Window/SelectDocumentNode=Select Document in
-Menu=Menu Bar
-Menu/Edit=&Edit
-Menu/File=&File
-Menu/GoTo=&Navigate
-Menu/Help=&Help
-Menu/Tools=&Tools
-Menu/View=&View
-Menu/Window/SelectDocumentNode=Select Docume&nt in
-Services/Browsers=Web Browsers
-Templates/Privileged=Privileged
-Templates/Recent=Recent
-Templates/Services/Browsers=Web Browsers
-Toolbars=Toolbars
-Toolbars/Clipboard=Cli&pboard
-Toolbars/UndoRedo=&Undo/Redo
-Toolbars/File=&File
-Toolbars/Memory=&Memory
-Toolbars/Standard.xml=Coding
-UI/Services=Options
-
-ProgressDisplayName_FileSystemRefresh=Refreshing files
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_vi.properties
deleted file mode 100644
index b2d90f4..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_vi.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=Start sampling IDE
-SelfSamplerAction_ActionNameStop=Stop sampling and take snapshot
-SelfSamplerAction_ActionDescription=Will take a snapshot based on the thread dump
-SelfSamplerAction_ThreadName=IDE Self Sampler
-SelfSamplerAction_NotSupported=Self Sampler is not available.
-SelfSamplerAction_SavedFile=Snapshot was saved to {0}
-Save_Progress=Saving snapshot
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_vi.properties
deleted file mode 100644
index 9a74cc8..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_vi.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=Open in System
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_vi.properties
deleted file mode 100644
index 190b65b..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_vi.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=Total physical memory {0}
-
-
-#LOG_WINDOW_ACTIVATED=Main Window Activated, refresh took {0} ms
-#LOG_WINDOW_DEACTIVATED=Main Window Deactivated
-#LOG_WINDOW_REFRESH_CANCEL=Refresh cancelled for {0} time
-#LOG_WINDOW_REFRESH_OFF=Turning off refresh on focus gained
-
-MSG_Refresh=Checking for external changes
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=Suspended
-MSG_SoDInfo=<p>When you switch from another program to the IDE, the IDE scans for changes to your code.\nYou can disable this feature and manually scan your project when you make changes\nusing the Refresh Folder action or Source/Scan for External Changes action.\n\n<p>Disable scanning for external changes?
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_vi.properties
deleted file mode 100644
index c6dd756..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_vi.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<Only Workspace>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_vi.properties
deleted file mode 100644
index 580c1f0..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_vi.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=C&lone Document
-# CloseWindowAction
-CTL_CloseWindowAction=&Close Window
-
-CTL_RecentViewListAction=Go to P&revious Document
-CTL_SwitchToRecentDocumentAction=&Editor
-
-CTL_CloseAllDocumentsAction=Close &All Documents
-
-# UndockAction
-CTL_UndockWindowAction=&Undock Window
-CTL_UndockWindowAction_Dock=Doc&k Window
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=Close All Documents
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=Minimize Window
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=Close Window
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=Close Other Documents
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=Save Document
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=Clone Document
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=Close Other Docu&ments
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=Maximi&ze Window
-CTL_UnmaximizeWindowAction=Restore Window
-
-# DocumentsAction
-CTL_DocumentsAction=&Documents...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=&Toolbars
-
-# NextTabAction
-CTL_NextTabAction=Next Tab
-# PreviousTabAction
-CTL_PreviousTabAction=Previous Tab
-
-CTL_ToggleFullScreenAction=&Full Screen
-
-# ResetWindowsAction
-CTL_ResetWindows=Reset &Windows
-
-LBL_ToggleWindowTransparencyAction=Transparent Window
-LBL_WindowTransparencyHint=Press and hold [Ctrl+NumPad 0] key to make minimized window transparent.
-
-# Properties
-GlobalProperties=P&roperties
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_vi.properties
deleted file mode 100644
index d06eed8..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_vi.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=Appearance
-AdvancedOption_Tooltip_WinSys=Window System related options
-
-IsAlphaFloatingTooltip=Makes unfocused floating windows semi-transparent after few seconds
-
-IsDragWindowTooltip=Enables "ghost" window image during drag and drop of a window
-IsAlphaDragTooltip=Enables transparency in drag window image
-
-IsSnapScreenEdgesTooltip=Enables snapping of floating windows to screen edges
-IsSnappingTooltip=Enables automatic snapping of floating windows for easier layout handling
-
-NoAlphaSupport=Window transparency is not supported by OS
-LBL_DragWindowImage=Drag window image
-LBL_TransparentDragWindow=Transparent drag window image
-LBL_TransparentFloatingWindows=Transparent floating windows
-LBL_SnapFloatingWindows=Snapping floating windows
-LBL_SnapToScreenEdges=Snap to screen edges
-LBL_CloseActivatesRecentDocument=Close activates most recent document
-TIP_CloseActivatesMostRecentDocument=When a document is closed then the most recent document becomes active instead of its neighbor
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=When a document is closed then the most recent document becomes active
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_vi.properties
deleted file mode 100644
index 60ac482..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_vi.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=Cannot parse configuration of window manager {0}.
-EXC_GroupParse=Cannot parse configuration of Group {0}.
-EXC_TCGroupParse=Cannot parse configuration of TCGroup {0}.
-EXC_TCRefParse=Cannot parse configuration of TCRef {0}.
-EXC_ModeParse=Cannot parse configuration of mode {0}.
-
-# PersistenceManager
-EXC_RootFolder=Cannot create root folder {0}
-EXC_CompsFolder=Cannot create components folder {0}
-EXC_GroupsFolder=Cannot create groups folder {0}
-EXC_ModesFolder=Cannot create modes folder {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=Top component {0} could not be located or loaded from 'Components' folder.
-EXC_CannotSaveTCSettings=Settings of top component {0} could not be saved
-EXC_CopyFails=Cannot copy component settings file to folder {0}.
-
-# {0} TopComponent name
-FMT_TCWriteError=Component {0} could not be saved due to problems with its serialization.
-FMT_TCReadError=Component {0} could not be opened due to problems with its deserialization.
-
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_vi.properties
deleted file mode 100644
index 8395eea..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_vi.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Core - Windows
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation for windowing support.
-OpenIDE-Module-Long-Description=Adds classes implementing the window system part of the APIs.
-
-Actions/Window=Window
-Menu/Window=&Window
-
-# Options export
-Toolbars.Options.Export.displayName=Toolbars
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_vi.properties
deleted file mode 100644
index 86ed80f..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_vi.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=OK
-CancelButton=Cancel
-CloseButton=Close
-# HelpButton=Help
-YesButton=Yes
-NoButton=No
-# ApplyButton=Apply
-DetailsButton=Details
-# ButtoBarButoo
-CTL_Button=Button
-
-# FileSelector
-CTL_FileSelectorOkButton=OK
-CTL_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorOkButton=OK
-ACSD_FileSelectorCancelButton=Cancel
-ACSD_FileSelectorDialog=File selector dialog
-ACSN_FileSelectorTreeView=Tree View
-ACSD_FileSelectorTreeView=Tree view in file selector
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=Customizer Dialog
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=Close
-CANCEL_OPTION_CAPTION=Cancel
-HELP_OPTION_CAPTION=&Help
-NO_OPTION_CAPTION=No
-OK_OPTION_CAPTION=OK
-YES_OPTION_CAPTION=Yes
-ACS_YES_OPTION_NAME=Yes
-ACS_YES_OPTION_DESC=Yes button
-# - {0} message
-ACSD_ErrorMessage=Error: {0}
-ACSD_WarningMessage=Warning: {0}
-ACSD_QuestionMessage=Question {0}
-ACSD_InformationMessage=Information {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=Cancel
-ACS_CANCEL_OPTION_DESC=Cancel button
-
-ACS_OK_OPTION_NAME=OK
-ACS_OK_OPTION_DESC=OK button
-
-ACS_NO_OPTION_NAME=No
-ACS_NO_OPTION_DESC=No button
-
-ACS_HELP_OPTION_NAME=Help
-ACS_HELP_OPTION_DESC=Help button
-
-ACS_CLOSED_OPTION_NAME=Close
-ACS_CLOSED_OPTION_DESC=Close button
-
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_vi.properties
deleted file mode 100644
index 1240f01..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_vi.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=Editor
-
-# MainWindow
-ACSD_MainWindow=Main Window
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform 6.9 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.9 RC1
-
-# DocumentsDlg
-LBL_Documents=&Documents:
-LBL_Description=Descri&ption:
-LBL_Activate=Swi&tch to Document
-LBL_CloseDocuments=C&lose Document(s)
-LBL_SaveDocuments=&Save Documents(s)
-LBL_Close=&Close
-
-ACSD_Activate=N/A
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/A
-
-CTL_DocumentsTitle=Documents
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - Editor
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=Properties
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#No Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#Properties|1#{1} - Properties|2#Multiple Objects - Properties}
-ACSN_PropertiesSheet=Property sheet
-ACSD_PropertiesSheet=View shows properties for given node.
-EXC_CannotLoadNodes=Nodes cannot be loaded into the property sheet. They probably no longer exist.
-
diff --git a/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_vi.properties
deleted file mode 100644
index 727b51c..0000000
--- a/l10n/src/vi/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_vi.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=&Small Toolbar Icons
-
-# ToolbarLayout
-EXC_wrongConstraints=cannot add to layout: does not use ToolbarConstraints
-
-CTL_CustomizeToolbars=&Customize...
-
-#New Toolbar Button label
-CTL_NewToolbar=&New Toolbar...
-
-#Small Icons Checkbox
-CTL_SmallIcons=&Small Toolbar Icons
-
-#Drag and Drop hint
-CTL_TreeLabel=Drag items to or from the toolbars to add or remove them...
-
-LBL_PleaseWait=Please wait...
-
-#Close customizer button
-CTL_Close=&Close
-
-#Customizer dialog window title
-CustomizerTitle=Customize Toolbars
-
-ACSD_ActionsTree=Drag items from here to toolbars.
-ACSN_ActionsTree=Actions Pool
-
-ACSN_ActionsScrollBar=Actions Pool Scrollbar
-ACSD_ActionsScrollBar=Actions Pool Scrollbar
-
-ACSD_ToolbarCustomizer=Toolbar Customizer
-
-ACSD_Close=Close Button
-ACSD_NewToolbar=New Toolbar Button
-
-ACSD_SmallIcons=Small Icons Checkbox
-
-CTL_ResetToolbarsAction=Reset &Toolbars
-CTL_ResetToolbarsButton=Reset &Toolbars
-
-
-
-PROP_newToolbarLabel=&Name:
-PROP_newToolbarDialog=New Toolbar
-PROP_newToolbar=Toolbar
-MSG_ToolbarExists=Toolbar {0} already exists.
-
-
diff --git a/l10n/src/vi/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_vi.properties
deleted file mode 100644
index ab148b5..0000000
--- a/l10n/src/vi/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_vi.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=The size cannot be negative
-CTL_InvalidValue=Invalid value entered
-CTL_InvalidValueWithParam=Invalid value {0} entered
-CTL_InvalidValueWithExc=Invalid value entered. \nCause: {0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue=Value of {0} should be in format {1}
-
-#ColorEditor
-CTL_AWTPalette=AWT Palette
-CTL_SwingPalette=Swing Palette
-CTL_SystemPalette=System Palette
-ACSD_CustomColorEditor=N/A
-FMT_IllegalEntry="{0}" is not a valid color identifier.  You may enter Swing or AWT constants or red/green/blue values.
-
-# ColorEditor:AWT color names
-LAB_White=white
-LAB_LightGray=lightGray
-LAB_Gray=gray
-LAB_DarkGray=darkGray
-LAB_Black=black
-LAB_Red=red
-LAB_Pink=pink
-LAB_Orange=orange
-LAB_Yellow=yellow
-LAB_Green=green
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=blue
-# ColorEditor: system color names
-LAB_ActiveCaption=Active Caption
-LAB_ActiveCaptionBorder=Active Caption Border
-LAB_ActiveCaptionText=Active Caption Text
-LAB_Control=Control
-LAB_ControlDkShadow=Control Dk Shadow
-LAB_ControlHighlight=Control Highlight
-LAB_ControlLtHighlight=Control Lt Highlight
-LAB_ControlShadow=Control Shadow
-LAB_ControlText=Control Text
-LAB_Desktop=Desktop
-LAB_InactiveCaption=Inactive Caption
-LAB_InactiveCaptionBorder=Inactive Caption Border
-LAB_InactiveCaptionText=Inactive Caption Text
-LAB_Info=Info
-LAB_InfoText=Info Text
-LAB_Menu=Menu
-LAB_MenuText=Menu Text
-LAB_Scrollbar=Scrollbar
-LAB_Text=Text
-LAB_TextHighlight=Text Highlight
-LAB_TextHighlightText=Text Highlight Text
-LAB_TextInactiveText=Text Inactive Text
-LAB_TextText=Text Text
-LAB_Window=Window
-LAB_WindowBorder=Window Border
-LAB_WindowText=Window Text
-
-#DimensionCustomEditor
-CTL_Dimension=Dimension
-CTL_Width=&Width:
-CTL_Height=&Height:
-ACSD_CTL_Width=N/A
-ACSD_CTL_Height=N/A
-ACSD_DimensionCustomEditor=N/A
-
-#DimensionEditor
-CTL_HintFormat=[width,height]
-
-#FontEditor
-CTL_Plain=Plain
-CTL_Bold=Bold
-CTL_Italic=Italic
-CTL_BoldItalic=Bold Italic
-CTL_Font=Fon&t:
-CTL_FontStyle=Font St&yle:
-CTL_Size=&Size:
-CTL_Preview=Preview
-ACSD_CTL_Font=N/A
-ACSD_CTL_FontStyle=N/A
-ACSD_CTL_Size=N/A
-ACSD_FontCustomEditor=N/A
-
-#InsetsCustomEditor
-CTL_Insets=Insets
-CTL_Top=&Top:
-CTL_Left=&Left:
-CTL_Bottom=&Bottom:
-CTL_Right=&Right:
-ACSD_CTL_Top=N/A
-ACSD_CTL_Left=N/A
-ACSD_CTL_Bottom=N/A
-ACSD_CTL_Right=N/A
-
-#InsetsEditor
-CTL_HintFormatIE=[top,left,bottom,right]
-
-# ObjectEditor
-CTL_NullValue=<Lookup null value>
-CTL_NullItem=<Lookup null item>
-
-#PointCustomEditor
-CTL_Point=Point
-CTL_X=&X:
-ACSD_CTL_X=N/A
-CTL_Y=&Y:
-ACSD_CTL_Y=N/A
-ACSD_PointCustomEditor=N/A
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=Rectangle
-ACSD_CustomRectangleEditor=N/A
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,width,height]
-
-#StringCustomEditor
-ACS_TextArea=Text:
-ACSD_TextArea=Enter the property text here
-ACSD_CustomStringEditor=Editor for string properties
-ACS_Instructions=Instructions
-ACSD_Instructions=N/A
-
-MSG_FontIsNotInitialized=Storing to XML failed because the value of font is not initialized.
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=Select a File or Directory
-CTL_DialogTitleFiles=Select a File
-CTL_DialogTitleDirs=Select a Directory
-ACSD_FileEditor=N/A
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<Unspecified>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=Properties
-ACSD_PropertiesEditorPane=N/A
-ACSD_CustomPropertiesEditor=N/A
-WARN_PropertiesComments=Warning: comments will be discarded.
-
-#StringArrayCustomEditor
-CTL_Empty=<empty>
-CTL_Item=&Item:
-ACSD_CTL_Item=N/A
-CTL_ItemList=Item &List
-ACSD_CTL_ItemList=N/A
-CTL_Add_StringArrayCustomEditor=&Add
-ACSD_CTL_Add_StringArrayCustomEditor=N/A
-CTL_Change_StringArrayCustomEditor=&Edit
-ACSD_CTL_Change_StringArrayCustomEditor=N/A
-CTL_Remove=&Remove
-ACSD_CTL_Remove=N/A
-CTL_MoveUp=&Up
-ACSD_CTL_MoveUp=N/A
-CTL_MoveDown=Do&wn
-ACSD_CTL_MoveDown=N/A
-ACSD_StringArrayCustomEditor=N/A
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=Non integer input value: 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=Illegal string kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - valid values are: "
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=Unknown class: {0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=Not a legal value: {0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=Not a recognized URL: {0}
-#
-MSG_NULL_OR_EMPTY=Null, or an empty array
-
-#ObjectEditor
-ACSN_ObjectTree=Available options
-ACSD_ObjectTree=Select an object
-
-#Font Editor
-MSG_AppleBug=If you are seeing this message, an error occured while initializing the list of available fonts.  This is due to a bug in the Apple JVM triggered when bitmap fonts are installed on the system.  In order to use the font editor, you will need to uninstall all bitmap fonts on your system.  See Apple BugReporter issue 3121780 for further details.
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=OK
-
diff --git a/l10n/src/vi/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_vi.properties
deleted file mode 100644
index dda2c25..0000000
--- a/l10n/src/vi/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_vi.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=Core
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=The basic framework of NetBeans-based applications.
-OpenIDE-Module-Long-Description=This module provides the central infrastructure that lets NetBeans-based applications run. It cannot be disabled.
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=A {0} exception has occurred.\n\tClick Show Details or see the messages.log file located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-# {0} - class name of exception
-NTF_ExceptionWarning=A {0} exception has occurred.\nHowever, the system should continue working without further problems.\nClick Show Details for the stack trace.
-NTF_ExceptionWarningTitle=Warning
-
-#startup info messages
-MSG_MainWindowInit=Initializing Main Window...
-MSG_WindowShowInit=Opening Main Window...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=Saving {0} ...
-MSG_AllSaved=Save All finished.
-
-CTL_Cannot_save=Cannot save {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=Password Protected Site
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=View By:
-ShortcutsEditor.actionsButton.text=Actions
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=Shortcuts
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=Select View by Actions to Edit Shortcuts for an Action
-ShortcutsPanel.addButton.text=Add...
-ShortcutsPanel.removeButton.text=Remove
-ShortcutsPanel.AddActionTitle=New Shortcut
-ActionsPanel.shortcutAddButton.text=Add...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=Remove
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=Edit Shortcuts
-ActionsPanel.AddShortcut=Add Shortcut
-ActionsPanel.ShortcutLabel=Shortcut:
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=Select View by Actions to Edit Shortcuts for an Action
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=Select View by Shortcuts, but for Edit Shortcuts should be View by Action selected
-ACS_ShortcutsPanel.addButton.text.a11yDesc=Add New Shortcuts for Actions
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=Remove Shortcuts for Actions
-ACSN_ShortcutsPanel.shortcutsList=Shortcuts list
-ACSD_ShortcutsPanel.shortcutsList=N/A
-ACS_ActionsPanel.ShortcutLabel.a11yName=Fill Shorcut
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=Fill Shorcut by Keys combination
-ACSN_ActionsPanel.actionsTree=N/A
-ACSN_ActionsPanel.shortcutsList=Shortcuts list
-ACSD_ActionsPanel.actionsTree=N/A
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/A
-ACSD_ActionsPanel.Dialog=Add new shortcut to the selected action
-ACS_ActionsPanel=N/A
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=There is already an action bound to this shortcut ({0}).\nDo you want to use the newly selected action instead?
-
-CTL_ExitTitle=Save
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=&Save
-ACSD_Save=Save.
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=Save &All
-ACSD_SaveAll=Save all.
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=&Discard All
-ACSD_DiscardAll=Discard all.
-EXC_Save=An exception occurred while saving
-# NotifyException
-CTL_Title_Exception=Exception
-CTL_NextException=&Next >
-CTL_PreviousException=< &Previous
-CTL_Exception_Hide_Details=&Hide Details
-CTL_Exception_Show_Details=&Show Details
-ACSD_NextException=N/A
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/A
-
-ACSN_ListOfChangedFiles=List
-ACSD_ListOfChangedFiles=List of changed files for save
-ACSD_ExitDialog=Dialog for save any changes
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI Mode
-CTL_MdiMode=MDI Mode
-
-# NbPlaces
-CTL_NoWorkspaces=No Workspaces
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/A
-ACD_NotifyExcPanel_Dialog=N/A
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT Event Dispatch Thread is blocked for {0} ms
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=Authentication Required
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=&User Name:
-NbAuthenticatorPanel.passwordLbl.text=&Password:
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description=Password for {0}
-
-ProxySettings.password.description=Proxy password
-
-Title_WebBrowser=Web Browser
-
diff --git a/l10n/src/vi/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_vi.properties
deleted file mode 100644
index 7c6646f..0000000
--- a/l10n/src/vi/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_vi.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=&About
-About_title=About
-
-#CopyProductInfoAction
-CopyProductInfo=Copy Info
-CopyProductInfoAction=&Copy Info
-CTL_CopyButton_tooltip=Copy NetBeans Product Information to clipboard
-
-#HtmlViewAction
-CTL_OpeningBrowser=Opening Browser ...
-HTMLView=&Web Browser
-
-#SystemExit
-Exit=E&xit
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=Next Inner View
-LBL_PreviousViewCallbackAction=Previous Inner View
-
-# jump next/prev actions
-JumpNextAction=Ne&xt Error
-JumpPrevAction=&Previous Error
-
-#LogAction
-MSG_LogTab_name=IDE &Log
-MSG_ShortLogTab_name=IDE Log
-
diff --git a/l10n/src/vi/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_vi.properties
deleted file mode 100644
index a09f6d1..0000000
--- a/l10n/src/vi/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_vi.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Product Version\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>System\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Userdir:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE and NetBeans Platform are based on software from netbeans.org, which has been dual licensed under the Common Development and Distribution License (CDDL) and the GNU General Public License version 2 with Classpath exception. For more information, please visit <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>.</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} version {1} running on {2}
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=Simple HTML Browser based on a Swing component
-MSG_cannot_create_browser=Cannot create Swing HTML Browser.
-Services/Browsers/SwingBrowser.settings=Swing HTML Browser
-LBL_Close=Close
-MNE_Close=C
-ACSN_Close=Close
-ACSD_Close=Close
-
diff --git a/l10n/src/vi/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_vi.properties
deleted file mode 100644
index 79658f4..0000000
--- a/l10n/src/vi/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_vi.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache's Felix OSGi Implementation
-
diff --git a/l10n/src/vi/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_vi.properties
deleted file mode 100644
index a1a5857..0000000
--- a/l10n/src/vi/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_vi.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles JNA library.
-OpenIDE-Module-Long-Description=This module bundles JNA library.
-
diff --git a/l10n/src/vi/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_vi.properties
deleted file mode 100644
index a2811ef..0000000
--- a/l10n/src/vi/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_vi.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Scripting API Integration
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Used to bundle the Scripting APIs.
-OpenIDE-Module-Long-Description=The module used to bundle the scripting APIs (javax.script package). No longer needed.
-OpenIDE-Module-Deprecation-Message=No longer needed on JDK 6. Remove your dependency on this module.
-
diff --git a/l10n/src/vi/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_vi.properties
deleted file mode 100644
index c68c50d..0000000
--- a/l10n/src/vi/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_vi.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=Bundles the JUnit 4.x testing library.
-OpenIDE-Module-Long-Description=Includes the JUnit 4.x unit testing library.
-
diff --git a/l10n/src/vi/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_vi.properties
deleted file mode 100644
index d0acda0..0000000
--- a/l10n/src/vi/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_vi.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi Specification
-
diff --git a/l10n/src/vi/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_vi.properties
deleted file mode 100644
index bcebffa..0000000
--- a/l10n/src/vi/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_vi.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=Quick Search
-QuickSearchComboBar.jLabel2.toolTipText=Click or press Shift+F10 for Category selection
-MSG_DiscoverabilityHint=Search
-MSG_DiscoverabilityHint2=Search in {0}
-LBL_MoreResults=...
-LBL_AllCategories=All Categories
-QuickSearchPopup.searchingLabel.text=Searching ...
-QuickSearchPopup.noResultsLabel.text=( No Results )
-QuickSearchPopup.hintLabel.text={0}; Press {1} for All Categories
-AbstractQuickSearchComboBar.command.toolTipText=Quick Search in the system {0}
-
diff --git a/l10n/src/vi/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_vi.properties
deleted file mode 100644
index 912c009..0000000
--- a/l10n/src/vi/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_vi.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=Cannot display URL: {0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/vi/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_vi.properties
deleted file mode 100644
index 6022c2b..0000000
--- a/l10n/src/vi/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_vi.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=Quick Search API
-OpenIDE-Module-Short-Description=Infrastructure for quick search in menu items, actions, files etc.
-QuickSearch/Recent=Recent Searches
-
diff --git a/l10n/src/vi/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_vi.properties
deleted file mode 100644
index 88982ad..0000000
--- a/l10n/src/vi/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_vi.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=No Filter
-
diff --git a/l10n/src/vi/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_vi.properties
deleted file mode 100644
index d49dc22..0000000
--- a/l10n/src/vi/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_vi.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Name=ETable and Outline
-
diff --git a/l10n/src/vi/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_vi.properties
deleted file mode 100644
index 47ac55b..0000000
--- a/l10n/src/vi/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_vi.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Look & Feel Customization Library
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles per-look-and-feel UIManager customizations for NetBeans
-OpenIDE-Module-Long-Description=Defines NetBeans-specific values needed in UIManager and ensures that some values available in BasicLookAndFeel are available on all look and feels. Handles metal-theme support, look and feel selection and initializing custom font sizes
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/vi/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_vi.properties
deleted file mode 100644
index ca462d8..0000000
--- a/l10n/src/vi/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_vi.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Tab Control
-OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Short-Description=The tab control used by the window system
-OpenIDE-Module-Long-Description=The NetBeans windowing system's tab control bean library
-
-
-
-ACS_TabbedContainer=Tab Control
-ACSD_TabbedContainer=Tab control to switch between tabs.
-
-TT_TabDisplayer_Close=<html>Shift + click to close all documents<br>Alt + click to close other documents
-
diff --git a/l10n/src/vi/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_vi.properties b/l10n/src/vi/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_vi.properties
deleted file mode 100644
index 79bbf8d..0000000
--- a/l10n/src/vi/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_vi.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=Show Opened Documents List
-
-Tip_Restore_Window=Restore Window
-
-Tip_Maximize_Window=Maximize Window
-
-Tip_Minimize_Window=Minimize Window
-
-Tip_Pin=Pin
-
-Tip_Close_Window=Close Window
-
-Tip_Scroll_Documents_Right=Scroll Documents Right
-
-Tip_Scroll_Documents_Left=Scroll Documents Left
-
diff --git a/l10n/src/vi/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_vi.properties
deleted file mode 100644
index 682007e..0000000
--- a/l10n/src/vi/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_vi.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Actions APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Definition of common actions for NetBeans
-OpenIDE-Module-Long-Description=Provides list of common actions used by any NetBeans application.
-
-
-New=&Add
-# {0} name of the only one new type
-NewArg=&Add {0}
-
-# File
-NewFromTemplate=&New
-Save=&Save
-Print=&Print...
-PageSetup=Pa&ge Setup...
-
-#0 undoableedit
-UndoWithParameter=&Undo {0}
-#0 undoableedit
-RedoWithParameter=&Redo {0}
-UndoSimple=&Undo
-RedoSimple=&Redo
-Cut=Cu&t
-Copy=Cop&y
-Paste=&Paste
-Delete=&Delete
-Find=&Find...
-Goto=Go to &Line...
-Replace=R&eplace...
-
-# View
-Properties=&Properties
-View=View
-Edit=Edit
-
-# Build
-Execute=&Execute
-
-# Window
-DockWindow=&Dock View
-UndockWindow=&Undock View
-CloneView=&Clone View
-CloseView=Close
-NextTab=&Next View
-PreviousTab=&Previous View
-
-Open=Open
-Rename=Rename...
-
-MoveUp=Move Up
-MoveDown=Move Down
-
-
-Customize=Customize
-
-#rename action
-CTL_RenameTitle=Rename
-CTL_RenameLabel=&New Name:
-# {0} param represents old name before renaming.
-MSG_BadFormat=This object cannot be renamed from {0} to {1}.
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=Garbage Collect
-
-#HeapView
-LBL_ShowText=Show Text
-LBL_DropShadow=Drop Shadow
-LBL_OverlayGrid=Overlay Grid
-
-# NewTemplateAction
-CTL_NewName=New Name
-CTL_NewNameTitle=&New
-
-
-#Reorder Action
-Reorder=Change Order...
-
-OpenLocalExplorer=Explore From &Here
-
-WorkspacesItems=&Workspaces
-
-
-# name of template
-CTL_Template_Name=Object &Name:
-# title of dialog
-CTL_Template_Dialog_Title=Instantiate Template
-CTL_Template_Dialog_RootTitle=Save &In:
-
-
-# Tools action
-CTL_Tools=Tools
-CTL_EmptySubMenu=Empty
-
-
-# name of the PopupAction
-Popup=Popup
-
-#SaveAction
-MSG_saved={0} saved.
-EXC_notsaved=There were some problems while saving {0}\nCause: {1}
-#Template wizard title
-CTL_TemplateWizard=New From Template
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=Click to force garbage collection
-
-
diff --git a/l10n/src/vi/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_vi.properties
deleted file mode 100644
index 33f3983..0000000
--- a/l10n/src/vi/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_vi.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI Utilities API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=User interface utilities.
-OpenIDE-Module-Long-Description=Helper methods for various UI related tasks.
-
-
-
-#MenuBar
-EXC_LoadMenu=Unable to load menu {0}
-EXC_LoadMenuItem=Unable to load menu item {0}
-
-#HtmlBrowser
-CTL_Back=Back
-CTL_Forward=Forward
-CTL_Reload=Reload
-CTL_Stop=Stop
-CTL_Document_done=Document: Done
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=Loading
-EXC_Module=Exception during initialization of HTML browser module
-CTL_WebBrowser=Web Browser
-HINT_WebBrowser=Web Browser
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=Browser view
-ACSD_HtmlBrowser=N/A
-ACS_HtmlBrowser_Location=Location
-ACSD_HtmlBrowser_Location=N/A
-
-# Splitted panel
-SplittedPanelVertical=Vertical
-SplittedPanelHorizontal=Horizontal
-SplittedPanelSwap=Swap panels
-ResetSplitter=Reset split line
-ACS_SplittedPanel_Name=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_Description=First panel {0}. Second panel {1}.
-ACS_SplittedPanel_EmptySplitter=N/A
-ACSD_SplittedPanel_EmptySplitter=N/A
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/A
-#Title while loading
-LBL_Loading=Loading...
-#Title if html doesn't contain title tags
-LBL_Untitled=Untitled
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=Unknown host: {0}
-FMT_InvalidURL=Invalid URL: {0}
-FMT_NoRouteToHost=No route to host: {0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=Invoking {4} implemented as {3} thru {1}
-
-
-# action and their performers
-Open=Open
-Edit=Edit
-Print=&Print...
-View=View
-Close=Close
-
diff --git a/l10n/src/vi/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_vi.properties
deleted file mode 100644
index da8a9a5..0000000
--- a/l10n/src/vi/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_vi.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Compatibility APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Some old classes that are now deprecated.
-OpenIDE-Module-Long-Description=Contains some old API classes that have now been deprecated and can be replaced. Specifically: ExplorerActions; ExplorerPanel; HttpServer; and WeakListener.
-OpenIDE-Module-Deprecation-Message=The classes in this API are all deprecated and can be replaced by more modern APIs.
-
diff --git a/l10n/src/vi/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_vi.properties
deleted file mode 100644
index 9a2fc83..0000000
--- a/l10n/src/vi/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_vi.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Dialogs API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Handles dialogs and wizards.
-OpenIDE-Module-Long-Description=This module handles the dialog and wizard infrastructure used in NetBeans.
-
-# Notify system
-NTF_ErrorTitle=Error
-NTF_ExceptionTitle=Exception
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=A {0} exception has occurred.\nPlease report this at http://www.netbeans.org/issues.html, including a copy of your messages.log file.\nThe messages.log file is located in your {1} folder.
-NTF_ExceptionalExceptionTitle=Unexpected Exception
-NTF_PlainTitle=Message
-NTF_QuestionTitle=Question
-NTF_InformationTitle=Information
-NTF_WarningTitle=Warning
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=Options Align
-
-#
-# names of buttons
-#
-CTL_OK=OK
-CTL_YES=Yes
-CTL_NO=No
-CTL_CLOSE=Close
-
-CTL_CANCEL=Cancel
-ACSD_CANCEL=n/a
-
-CTL_NEXT=Next >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#Moves to next step of the wizard.|2#Next step: {0}. {1}}
-
-CTL_PREVIOUS=< &Back
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#Moves to previous step of the wizard.|0#Previous step: {0}. {1}}
-
-CTL_FINISH=&Finish
-ACSD_FINISH=n/a
-
-# NotifyDescriptor
-
-ACSD_InputPanel=Input line
-ACSD_InputField=N/A
-ACN_NotifyDescriptor_MessageJTextArea=N/A
-ACD_NotifyDescriptor_MessageJTextArea=N/A
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} wizard ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0} of {1}
-CTL_ContentName=Steps
-CTL_HelpName=Help
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=Please wait.
-
diff --git a/l10n/src/vi/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_vi.properties
deleted file mode 100644
index 12de534..0000000
--- a/l10n/src/vi/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_vi.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Execution API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Execution API from the Open APIs.
-OpenIDE-Module-Long-Description=Consists of parts of the org.openide.execution.* package from the Open APIs.
-
diff --git a/l10n/src/vi/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_vi.properties
deleted file mode 100644
index 232fdd3..0000000
--- a/l10n/src/vi/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_vi.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=Explorer & Property Sheet API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Various view for displaying node structures.
-OpenIDE-Module-Long-Description=Allows definition of new views that display structures created using Nodes API.
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=Explorer [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=Could not restore Explorer window; the root node "{0}" could not be restored correctly.
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=An Explorer view must not veto the empty selection.
-EXC_ContextMustBeWithinRootContext=An explored context ({0}) must be within the root context ({1}).
-EXC_NodeCannotBeNull=Cannot use null for node selection.
-EXC_NoElementOfNodeSelectionMayBeNull=No element of a node selection may be null.
-EXC_NodeSelectionCannotContainNodes=A node selection cannot contain nodes ({0}) not underneath the root ({1}).
-EXC_CannotHaveNullRootContext=Cannot have null root context.
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=Are you sure you want to delete {0}?
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=Are you sure you want to delete {0} and all of its contents?
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=Are you sure you want to delete these {0} items?
-MSG_ConfirmDeleteObjectTitle=Confirm Object Deletion
-MSG_ConfirmDeleteFolderTitle=Confirm Package Deletion
-MSG_ConfirmDeleteObjectsTitle=Confirm Multiple Object Deletion
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=Are you sure you want to delete {0} (link to {3})?
-MSG_ConfirmDeleteShadowTitle=Confirm Link Deletion
-
-
diff --git a/l10n/src/vi/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_vi.properties
deleted file mode 100644
index b57c865..0000000
--- a/l10n/src/vi/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_vi.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=Exception in
-PS_Editor=Property Editor
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=Array of
-FMT_ErrorSettingProperty=The property could not be set. {0} is not a valid value for {1}.
-FMT_CannotUpdateProperty={0} is not a valid value for {1}.
-
-#PropertySheet
-CTL_NoPropertyEditor=(No Property Editor)
-CTL_NoProperties=<No Properties>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=Properties
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=Sort by Category
-ACS_CTL_NoSort=Sort by Category
-CTL_AlphaSort=Sort by Name
-ACS_CTL_AlphaSort=Sort by Name
-CTL_TypeSort=Sort by Type
-ACS_CTL_TypeSort=Sort by Type
-CTL_VisibleWritableOnly=Show Editable Properties Only
-ACS_CTL_VisibleWritableOnly=Show Editable Properties Only
-CTL_Customize=Customizer
-ACS_CTL_Customize=Customizer
-CTL_Help=Help
-ACS_CTL_Help=Help
-ACSD_CTL_Help=Provides help about the object whose properties are displayed in the property sheet
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]Using property >>{0}<< at design time throws an exception.
-
-#PropertySheet
-CTL_Property_sheet_option=Property Sheet
-
-
-#IndexedPropertyEditor
-CTL_NoItem=No Item Available
-CTL_Index=Property Index:
-CTL_Unknown=Unknown
-
-#PropertyDialogManager
-CTL_OK=OK
-ACSD_CTL_OK=N/A
-CTL_Cancel=Cancel
-ACSD_CTL_Cancel=N/A
-CTL_Close=Close
-ACSD_CTL_Close=N/A
-CTL_Default=Reset to &Default
-ACSD_CTL_Default=N/A
-CTL_Paste=Paste
-
-#PropertyDetails
-EXC_Setter=Exception in setter method of property: {0}
-EXC_Setter_localized=Exception in setter method of property {0}:\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<no custom editor>
-CTL_No_property_editor=<no property editor>
-CTL_Different_Values=<Different Values>
-CTL_Desc_Different_Values=The selected nodes have different values for this property.
-CTL_No_properties=<No Properties>
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-CTL_ElipsisHint=Invokes customizer.
-CTL_InvalidValue=Invalid value: {0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#Invalid value {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} Type: {1}{2,choice,0#|1# Bean: {3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=&Properties
-CTL_New=&New
-CTL_Delete=&Delete
-CTL_MoveUp=Move &up
-CTL_MoveDown=Move &down
-CTL_HideDetails=&Hide Details
-CTL_ShowDetails=&Show Details
-EXC_ErrorInIndexedSetter=Indexed property value cannot be set
-
-ACSD_Properties=N/A
-ACSD_New=N/A
-ACSD_Delete=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_HideDetails=N/A
-ACSD_ShowDetails=N/A
-ACSD_IndexedEditorPanel=N/A
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=Names
-COLUMN_VALUES=Values
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<unreadable>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=Error setting value
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=Unknown Sorting Mode
-
-#Button labels for property dialogs
-ok=Ok
-default=Restore default value
-cancel=Cancel
-close=Close
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=Description
-ACSD_Description=Description of the currently selected property
-ACS_DescriptionTitle=Property name
-ACSD_DescriptionTitle=Name of the property currently being edited
-CTL_NO_DESCRIPTION=No description available.
-CTL_NO_SELECTION=Nothing selected
-ACS_Splitter=Splitter
-ACSD_Splitter=Visual divider between the properties table and the description area.
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=The property
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} equals {1}
-FMT_ACST_SheetSet=Property group {0}
-ACST_No_Selection=Nothing selected
-CTL_Multiple_Selection=Multiple objects selected
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=Click, or select and press CTRL-SPACE to open custom editor; right click for menu
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=Show Description Area
-CTL_HideDescription=Hide Description Area
-CTL_RestoreDefaultValue=Restore Default Value
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=Properties
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=this property
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=Illegal number format: "{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=Custom editor: {0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=Properties table
-ACSN_SHEET_TABBED_PANE=Property categories
-ACSD_SHEET_TABLE=Table of editable properties representing the current object
-ACSD_SHEET_TABBED_PANE=Can select different sets of properties of the current object to display in the property sheet
-
-LBL_QUICKSEARCH=Quick Search:
-
-MSG_SetAsText_InvalidValue=Invalid value: {0}
-
diff --git a/l10n/src/vi/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_vi.properties
deleted file mode 100644
index 384f38e..0000000
--- a/l10n/src/vi/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_vi.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=Empty
-MenuViewStartFromRoot=Browse from root
-MenuViewStartFromCurrent=Browse from current point
-
-# TabView
-TabView_RootTab=Root
-
-# TreeView
-VetoSelectedNodes=Selected Nodes
-LBL_QUICKSEARCH=Search:
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=This object cannot be renamed from {0} to {1}.
-ACSN_TreeViewCellEditor=Rename editor
-ACSD_TreeViewCellEditor=In-place editor of node name in the tree view
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=Target did not accept the content of the transfer.
-
-MSG_ABORT=Cancel
-
-#TableSheet
-ACS_TableSheet=Table of properties
-ACSD_TableSheet=N/A
-ACS_NullPanel=No property
-# {0} - bean
-ACSD_NullPanel=No property. Bean: {0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} Type: {1} Bean: {2}
-CTL_No_value=<No Value>
-CTL_No_type=<No type>
-
-# TreeTableView
-LBL_ColumnDialogTitle=Change Visible Columns
-LBL_ColumnDialogDesc=Choose the Columns to Display in the List
-LBL_ListOptions=List Options
-LBL_ChangeColumns=Change Visible Columns...
-LBL_SortMenu=Sort
-LBL_Ascending=Ascending
-LBL_Descending=Descending
-LBL_ColsMenu=Column
-LBL_MoveLeft=Move Left
-LBL_MoveRight=Move Right
-MSG_NoColumnsToChange=There are no columns to change their visibility.
-LBL_NoSort=None
-ACSN_ColumnDialog=Change Visible Columns
-ACSD_ColumnDialog=Choose the Columns to Display in the List
-
-#a11y
-ACSN_TreeTable=N/A
-ACSD_TreeTable=N/A
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=Show only rows where
-
-CTL_ColumnsSelector=Change Visible Columns
-ACN_ColumnsSelector=Columns Selector
-ACD_ColumnsSelector=Select visible columns
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=Choose the Columns to Display in the List
-NodeOutlineModel_NodesColumnLabel=Nodes
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=Accessing {0} without Children.MUTEX read access
-
diff --git a/l10n/src/vi/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_vi.properties
deleted file mode 100644
index 5b6a2d4..0000000
--- a/l10n/src/vi/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_vi.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=Invalid XML document:
-
-W-003=Warning: XML parser does not support lexical-handler feature.
-
diff --git a/l10n/src/vi/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_vi.properties
deleted file mode 100644
index 6fc7ed7..0000000
--- a/l10n/src/vi/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_vi.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=File System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Virtual File System API.
-OpenIDE-Module-Long-Description=Allows access to file like resources in a way independent on actual OS files. Supports notification of changes on disk.
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=Invalid {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=Root {0} does not exist.
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=Cannot delete root of filesystem {0}.
-
-# {0} = name of FS
-EXC_CannotRenameRoot=Cannot rename root of filesystem {0}.
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=Cannot delete file {0} in {1}.
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} is read-only.
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO=File {0} in {1} is read-only.
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=Cannot create file {0} because {1} on filesystem {2} is not a folder.
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Slash in folder name "{0}" not allowed.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Folder {0} already exists in {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Cannot create folder {0} in {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=File {0} already exists in filesystem {1} ({2}).
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=Cannot create file {2}.{3} in folder {0} on filesystem {1}.
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=Invalid lock [{0}] for file {1} in {2} with current lock [{3}].
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=Cannot modify filesystem.attributes file:
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=File {1} cannot be found in folder {0}.
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} is read-only.
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} is read-only because it is inside {1}.
-
-# {0} = name of zip file 
-EXC_FileNotExists=File {0} does not exist.
-
-# {0} = name of zip file 
-EXC_CanntRead=Cannot read from file {0}.
-
-# {0} = name of zip file 
-EXC_NotValidFile=Error in file {0}.
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=Error in JAR file {1}: {0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=Unknown JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=Multi-Filesystem
-EXC_FileOutsideModified=File {0} not found. Another application may have moved the file or changed the name.
-XML_NotValidXMLFileSystem=Invalid XML FileSystem.
-EXC_DefAttrReadErr=Cannot read DefaultAttributes.
-EXC_UnreachableCode=Internal error: unreachable code.
-
-EXC_FolderCopy=Folder copying not supported.
-XML_RootInvalid=FileSystem element must be the root element.
-XML_MisssingAttr=Attribute \"name\" is missing
-XML_InaccurateParam=Inaccurate number of parameters
-XML_UnknownElement=Unknown element.
-XML_DuplElement=Duplicated FileObject:
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={0} in {1}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Opening stream for {0}
-
diff --git a/l10n/src/vi/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_vi.properties
deleted file mode 100644
index 8242ead..0000000
--- a/l10n/src/vi/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_vi.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=I/O APIs
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Open APIs relating to displaying output.
-OpenIDE-Module-Long-Description=Contains classes from org.openide.windows.* relating to creating output tabs, displaying output, and hyperlinking it.
-
diff --git a/l10n/src/vi/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_vi.properties
deleted file mode 100644
index eb27421..0000000
--- a/l10n/src/vi/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_vi.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=This module binds the Datasystems API with Scripting API. As a result it is possible to use any scripting and templating language to generate templates.
-OpenIDE-Module-Name=Advanced Templating
-OpenIDE-Module-Short-Description=Advanced Templating not only for Datasystems
-
diff --git a/l10n/src/vi/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_vi.properties
deleted file mode 100644
index 3f2aa56..0000000
--- a/l10n/src/vi/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_vi.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Datasystems API
-OpenIDE-Module-Short-Description=NetBeans Open API for manipulating data objects.
-OpenIDE-Module-Long-Description=The Datasystems API is a layer atop the Filesystems API which recognizes and groups data objects and gives them particular semantics. Once a part of the general Open APIs, it is now split into an independent module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-#DefaultDataObject
-HINT_DefaultDataObject=Unrecognized File
-
-EXC_SharedAccess=Shared access
-
-#Folder.Index
-EXC_ReorderFailed=Cannot save new ordering.
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=Cannot delete file {0}.
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=Link to {3}
-
-PROP_ShadowOriginalName=Original Name
-HINT_ShadowOriginalName=Name of the object this link refers to.
-PROP_ShadowOriginalFileSystem=Original Filesystem Name
-HINT_ShadowOriginalFileSystem=Name of the filesystem of the original object.
-
-# DataNode
-PROP_name=Name
-HINT_name=Name of this object.
-PROP_template=Template
-HINT_template=If True, this object is a template (can make instances of itself).
-PROP_files=All Files
-HINT_files=A list of files represented by this object.
-PROP_size=File Size
-HINT_size=Length of this file in bytes. (Only applies to the first file listed in All Files.)
-PROP_lastModified=Modification Time
-HINT_lastModified=When this file was last modified. (Only applies to the first file listed in All Files.)
-PROP_extension=Extension
-HINT_extension=Primary file extension.
-ERROR_extension=Cannot change extension. File is modified.
-
-# name of set with sorting options
-PROP_sorting=Sorting
-HINT_sorting=Sorting and ordering settings.
-
-#
-# folder sort mode property
-PROP_sort=Sort Mode
-HINT_sort=Determines how objects in the package should be sorted.
-# SortModeEditor
-VALUE_sort_none=Unsorted
-VALUE_sort_names=By Name
-VALUE_sort_class=By Type
-VALUE_sort_folder_names=By Name (Packages First)
-VALUE_sort_last_modified=By Modification Time
-VALUE_sort_size=By File Size
-
-
-#
-# Names of paste types
-#
-PT_move=&Move
-PT_copy=&Copy
-PT_instantiate=&Instantiate
-PT_shadow=Create &Link
-PT_serialize=&Serialize
-PT_instance=&Default instance
-
-# 
-SerializeBean_Text=&Name of file to serialize the instance to
-SerializeBean_Title=Instance Serialization
-
-#
-# new folder
-#
-CTL_NewFolder=Folder
-CTL_NewFolderName=&Name:
-CTL_NewFolderTitle=Create New Folder
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=File {0} already exists in folder {1}.
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=Folder {0} already exists in folder {1}.
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=The file {1} seems to be too large ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb}) to safely open. \nOpening the file could cause OutOfMemoryError, which would make the IDE unusable. Do you really want to open it?
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML Configuration Files
-PROP_XmlError=Error (recoverable)
-PROP_XmlWarning=Warning
-PROP_XmlFatalError=FATAL ERROR
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=Cannot create folder; {0} is not a valid name.
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=Cannot copy {0}: The destination folder is the same as the source folder.
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=Cannot copy {0}: The destination folder is a subfolder of the source folder.
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=New Wizard - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=New Wizard
-LAB_TemplateChooserPanelName=Choose Template
-LAB_SelectTemplateBorder=&Select a Template:
-MSG_NoDescription=No description
-MSG_InitDescription=Initializing description...
-LAB_TemplateDescriptionBorder=&Template Description:
-LAB_TargetLocationPanelName=Target Location
-LAB_TargetLocationDescription=Please select a folder for the newly created object or enter the folder name below:
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/A
-ACSD_TemplateWizard1=N/A
-
-CTL_NewObjectName=&Name\:
-ACSD_NewObjectName=N/A
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/A
-
-LBL_settingsNodeName=Settings
-EXC_folder_delete_failed=Could not remove source folder while moving.
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<top folder> [{0}]
-FMT_DefaultNewObjectName=<default name>
-
-LBL_shadow_loader_display_name=Links
-LBL_folder_loader_display_name=Folders
-LBL_default_loader_display_name=Unrecognized Objects
-LBL_instance_loader_display_name=Action Instances
-
-FMT_CannotCopyDo=Warning: Object {0} cannot be copied.
-FMT_CannotMoveDo=Warning: Object {0} cannot be moved.
-
-# InstanceDataObject
-LBL_separator_instance=(separator)
-PROP_instance_class=Class Name
-HINT_instance_class=Java class name of the object being represented.
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=There are problems with saving the {0} bean.
-
-FMT_brokenShadowName={0} (Broken Link)
-HINT_brokenShadowOriginalName=Broken Link
-PROP_brokenShadowOriginalName=Broken Link
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=Broken Link Filesystem
-HINT_brokenShadowFileSystem=Broken Link Filesystem
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<Unrecognized setting>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=Data Object Copy Flavor
-LBL_DOcut=Data Object Cut Flavor
-#NewObjectPanel
-LAB_NewObjectPanelName=New Object Name
-FMT_DefaultNewObject=<default>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=The popup menu for objects of type {0} could not be restored; using default settings.
-LBL_loader_display_name=Loader
-
-MSG_renameError=This object cannot be renamed from {0} to {1}.
-MSG_NotValidName=Cannot give {0} an empty name.
-ERR_NoFilesystem=No enabled filesystem. Make sure that you have at least one filesystem that is not read-only and is not hidden.
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=The target filesystem or folder does not exist.
-MSG_fs_is_readonly=The target filesystem is read-only.
-# {0} - name of the existing file
-MSG_file_already_exist=The file {0} already exists.
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Filesystem Action
-#InstantiateAction
-Instantiate=Instantiate
-#SaveAsTemplateAction
-SaveAsTemplate=Save As Template...
-Title_SaveAsTemplate=Save As Template
-CTL_SaveAsTemplate=&Select the category in which the new template will appear:
-CTL_SaveAsTemplate_TemplatesRoot=Templates
-SaveAll=Save &All
-HINT_SaveAll=Save all files (if the Compile on Save feature is on, this will also compile/build your files)
-# FileSystemRefreshAction
-LAB_Refresh=Refresh Folder
-# NewTemplateAction
-EXC_TemplateFailed=Creation of the object from template failed.
-NewTemplate=&New
-NewTemplateAction=All Templates...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=Empty
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=Opening {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=File {0} is modified. Save it ?
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modified)
-TIP_editor_ro=\ (read-only)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=File {0} was changed to read-only! All changes will be discarded.
-MSG_FileReadOnlySaving=File {0} was changed to read-only! Can not save it.
-MSG_FileReadOnlyChanging=File {0} was changed to read-only!
-
-
-MSG_BinaryFileQuestion=This file appears to contain binary data. Are you sure you want to open it in the text editor?
-MSG_BinaryFileWarning=Binary File Detected
-
-CTL_SaveAsAction=Sa&ve As...
-MSG_SaveAsFailed=There were some problems while saving {0}\nCause: {1}
-LBL_SaveAsTitle=Save As
-MSG_CannotCreateTargetFolder=Cannot create the target folder.
-MSG_SaveAs_SameFileSelected=Select a different file name please.
-MSG_SaveAs_SameFileSelected_Title=Save As
-
diff --git a/l10n/src/vi/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_vi.properties
deleted file mode 100644
index 8c2a8c0..0000000
--- a/l10n/src/vi/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_vi.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Module System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=APIs for getting information about installed modules.
-OpenIDE-Module-Long-Description=Allows to get list of installed modules, inspect their properties and dependencies.
-
diff --git a/l10n/src/vi/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_vi.properties
deleted file mode 100644
index c6edc21..0000000
--- a/l10n/src/vi/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_vi.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Nodes API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for defining generic tree-like structures.
-OpenIDE-Module-Long-Description=Provides abstraction over tree-like structures by defining Node - the generic extensible interface that can then be displayed by the Explorer API.
-
-
-
-#Sheet
-Properties=Properties
-Expert=Expert
-HINT_Properties=Properties of this object.
-HINT_Expert=Expert properties of this object.
-
-#indexed customizer
-LAB_order=Change Order
-LAB_listOrder=Show these fields in this order:
-LAB_listOrder_Mnemonic=S
-Button_close=Close
-Button_close_Mnemonic=C
-Button_up=Move up
-Button_up_Mnemonic=U
-Button_down=Move down
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/A
-ACSD_Button_up=N/A
-ACSD_Button_down=N/A
-ACSD_ListOrder=N/A
-ACSD_IndexedCustomizer=N/A
-
-#PropertySupport
-CTL_StandardName=Name
-CTL_StandardHint=Name of the object.
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=Paste Node
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=Copy Index
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=Please Wait...
-
diff --git a/l10n/src/vi/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_vi.properties
deleted file mode 100644
index 1b27750..0000000
--- a/l10n/src/vi/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_vi.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Settings Options API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Support for storing preferences.
-OpenIDE-Module-Long-Description=Provides classes that simplify storage of settings between multiple invocation of NetBeans based application.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.NbPreferences instead.
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=Exception when invoking property getter on {0}.{1}
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/vi/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_vi.properties
deleted file mode 100644
index 8f9a4b7..0000000
--- a/l10n/src/vi/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_vi.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Text API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Generic API wrapping Swing based EditorKits.
-OpenIDE-Module-Long-Description=Provide support for defining components that embed Swing text editors.
-
-
-
-# Editor top component
-CTL_ModeName=Editor
-
-# Print settings
-CTL_Print_settings=Print Settings
-CTL_Header_format = Printing {2} at {1}
-CTL_Footer_format = Page {0}
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=Page Format
-HINT_PAGE_FORMAT=Page Format
-PROP_WRAP=Wrap Lines
-HINT_WRAP=Should lines be wrapped?
-PROP_HEADER_FORMAT=Page Header Format
-
-HINT_HEADER_FORMAT=For example, "Top of page {0} (printed on date {1}) of file {2}".
-PROP_FOOTER_FORMAT=Page Footer Format
-HINT_FOOTER_FORMAT=For example, "Bottom of page {0} (printed on date {1}) of file {2}".
-PROP_HEADER_FONT=Page Header Font
-HINT_HEADER_FONT=Set the page header font.
-PROP_FOOTER_FONT=Page Footer Font
-HINT_FOOTER_FONT=Set the page footer font.
-PROP_HEADER_ALIGNMENT=Page Header Alignment
-HINT_HEADER_ALIGNMENT=Page Header Alignment - LEFT, CENTER, RIGHT.
-PROP_FOOTER_ALIGNMENT=Page Footer Alignment
-HINT_FOOTER_ALIGNMENT=Page Footer Alignment - LEFT, CENTER, RIGHT.
-PROP_LINE_ASCENT_CORRECTION=Line Ascent Correction
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=Multiplier to correct the line ascent.
-
-# Alignment Prop Editor
-CTL_CENTER = CENTER
-CTL_RIGHT = RIGHT
-CTL_LEFT = LEFT
-
-# Cancellation
-CTL_Print_progress=Page number {0} was printed.
-CTL_Print_cancellation=Print Job Progress
-CTL_Cancel=Cancel
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=Current printer job was aborted.
-EXC_Printer_Problem=Printer problem: {0}
-EXC_ReadOnlyFile=File {0} is read-only.
-EXC_LoadDocument=The document {0} could not be loaded.
-LBL_EditorLoading=Loading...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=Question
-CTL_Save=Save
-ACSN_CTL_Save=N/A
-ACSD_CTL_Save=N/A
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=Discard
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/A
-ACSD_CTL_Discard=N/A
-
-# PositionBounds
-MSG_Empty_string=Unable to insert empty string
-#editor support warning message
-FMT_FileNotFound=Warning: File {0} was not found or could not be accessed.
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=File {0} was modified externally. Reload it?
-FMT_External_change_write=File {0} was modified externally. Overwrite it?
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=You have specified an invalid file. Check the path.
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=Editor for {0}
-ACSD_CloneableEditor_QuietEditorPane=Editor for {0}
-TITLE_SourceButton=Source
-
-
diff --git a/l10n/src/vi/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_vi.properties
deleted file mode 100644
index 789339d..0000000
--- a/l10n/src/vi/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_vi.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Old Enumeration API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Enumeration API that is in wrong package.
-OpenIDE-Module-Long-Description=Enumeration API that is in wrong package, org.openide.util.enum and as such it cannot be compiled with Java 1.5, because enum is a keyword. Is replaced by class org.openide.util.Enumerations.
-OpenIDE-Module-Deprecation-Message=Use org.openide.util.Enumerations instead of this module.
-
diff --git a/l10n/src/vi/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_vi.properties
deleted file mode 100644
index 8f05e23..0000000
--- a/l10n/src/vi/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_vi.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Lookup
-
diff --git a/l10n/src/vi/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_vi.properties
deleted file mode 100644
index 3756be4..0000000
--- a/l10n/src/vi/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_vi.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# 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.
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#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
-
diff --git a/l10n/src/vi/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_vi.properties
deleted file mode 100644
index 3c24802..0000000
--- a/l10n/src/vi/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_vi.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=Multiple Objects Flavor
-
-Create=Create
-Paste=Paste
-
diff --git a/l10n/src/vi/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_vi.properties b/l10n/src/vi/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_vi.properties
deleted file mode 100644
index c8fb9b0..0000000
--- a/l10n/src/vi/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_vi.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=Window System API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=API for managing components on a screen.
-OpenIDE-Module-Long-Description=Provides OS and MDI/SDI neutral abstraction API over concept of components that are displayed to the user.
-
-
-
-# name of empty workspace
-None=None
-
-#CloneableTopComponent
-EXC_CannotAssign=Cannot assign component to EMPTY
-
-#TopComponent
-EXC_UnknownOperation=Unknown close operation
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=Invoking {2} implemented as {3} with {0}
-
diff --git a/l10n/src/vi/platform/print/print/org/netbeans/modules/print/action/Bundle_vi.properties b/l10n/src/vi/platform/print/print/org/netbeans/modules/print/action/Bundle_vi.properties
deleted file mode 100644
index 33c9b24..0000000
--- a/l10n/src/vi/platform/print/print/org/netbeans/modules/print/action/Bundle_vi.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=Pa&ge Setup...
-
-# PrintAction
-TLT_Print_Action=Print
-MNU_Print_Action=&Print...
-ACT_Print_Action=Print - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/vi/platform/print/print/org/netbeans/modules/print/resources/Bundle_vi.properties b/l10n/src/vi/platform/print/print/org/netbeans/modules/print/resources/Bundle_vi.properties
deleted file mode 100644
index b00ce5f..0000000
--- a/l10n/src/vi/platform/print/print/org/netbeans/modules/print/resources/Bundle_vi.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=Print
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Implementation of print module.
-OpenIDE-Module-Long-Description=Implementation of print module.
-
-# layer.xml
-Actions/File=File
-
diff --git a/l10n/src/vi/platform/print/print/org/netbeans/modules/print/ui/Bundle_vi.properties b/l10n/src/vi/platform/print/print/org/netbeans/modules/print/ui/Bundle_vi.properties
deleted file mode 100644
index 556818f..0000000
--- a/l10n/src/vi/platform/print/print/org/netbeans/modules/print/ui/Bundle_vi.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=Printer problem: {0}
-LBL_Page_Setup_Button=Page &Setup
-TLT_Page_Setup_Button=Invokes the Page Setup dialog
-LBL_Print_Option_Button=Print &Options
-TLT_Print_Option_Button=Invokes the Print Options dialog
-LBL_Print_Button=&Print
-TLT_Print_Button=Invokes the Print dialog
-LBL_Close_Button=&Close
-TLT_Close_Button=Closes the Print Preview dialog
-LBL_Print_Preview=Print Preview
-LBL_Fit_to_Width=Fit to Width
-LBL_Fit_to_Height=Fit to Height
-LBL_Fit_to_All=Show All Pages
-
-TLT_First=&First page (Alt+F)
-TLT_Previous=P&revious page (Alt+R)
-TLT_Next=&Next Page (Alt+N)
-TLT_Last=&Last Page (Alt+L)
-TLT_Fit=Change &Scale (Alt+S)
-TLT_Zoom_In=Zoom &In (Alt+I)
-TLT_Zoom_Out=Zoom O&ut (Alt+U)
-TLT_Toggle=Show &Multiple Pages (Alt+M)
-TLT_Goto=<html><body> <b>Navigation:</b> <br> press <code>/</code> or <code>F</code> to show first page <br> press <b><code>-</code></b> or <code>G</code> to show previous page <br> press <b><code>+</code></b> or <code>K</code> to show next page <br> press <code>*</code> or <code>L</code> to show last page </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <plus> to scale in <br> press <minus> to scale out <br> press <code>Ctrl</code>-<plus> to Zoom In <br> press <code>Ctrl</code>-<minus> to Zoom Out <br> press <code>/</code>  to set 100% <br> press <code>*</code> to customize view <br><hr> mouse mouse wheel with <code>Ctrl</code> to Zoom In/Out <br> mouse mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=Print Options
-LBL_Border=Border
-LBL_Print_Border=Print &Border
-LBL_Print_Header=Print Hea&der
-LBL_Print_Footer=Print &Footer
-LBL_Choose_Font=Choose Font
-LBL_Choose_Color=Choose Color
-LBL_Insert_Macros=Insert Macro:
-LBL_Text=Text
-LBL_Line_Numbers=Line N&umbers
-LBL_Wrap_Lines=&Wrap Lines
-LBL_Use_Font=Use Font Attributes // &X
-LBL_Use_Color=Use Color Attributes // &Q
-LBL_As_Editor=Print as in Editor // &J
-LBL_Selection=Print &Selection
-LBL_Line_Spacing=Line S&pacing:
-LBL_Text_Font_and_Color=Text Font and Colo&r:
-LBL_Background_Color=Back&ground Color:
-LBL_Zoom=Zoom
-LBL_Header_Footer=Header and Footer
-LBL_Apply=&Apply
-LBL_Left=Left:
-LBL_Center=Center:
-LBL_Right=Right:
-
-ERR_Zoom_Value_Is_Invalid=Zoom value is invalid!
-ERR_Header_Size_Is_Too_Big=Header Size is too big!
-ERR_Footer_Size_Is_Too_Big=Footer Size is too big!
-ERR_Page_Number_Is_Invalid=Number of pages is invalid!
-ERR_Page_Number_Is_Too_Big=Number of pages is too big!
-
-TLT_Apply=Applies changes
-TLT_Border_Color=Choose Border &Color (Alt+C)
-TLT_Header_Font=Choose Header Fo&nt (Alt+N)
-TLT_Header_Color=Choose Header C&olor (Alt+O)
-TLT_Footer_Font=Choose Footer Fon&t (Alt+T)
-TLT_Footer_Color=Choose Footer Co&lor (Alt+L)
-TLT_Text_Font=Choose Text Font (Alt+K) // &K
-TLT_Text_Color=Choose Text Colo&r (Alt+R)
-TLT_Background_Color=Choose Background Color // &G
-TLT_Print_Zoom=Adjusts the print zoom
-TLT_Use_Font=Use Font (Alt+X)
-TLT_Use_Color=Use Color (Alt+Q)
-TLT_As_Editor=Show as in Editor (Alt+J)
-TLT_Selection=Print Selection
-
-LBL_Pages=page(s)
-LBL_Fit_Width_to=F&it Width to:
-TLT_Fit_Width_to=Fit Width to
-LBL_Fit_Height_to=Fit H&eight to:
-TLT_Fit_Height_to=Fit Height to
-LBL_Zoom_to=&Zoom to:
-TLT_Zoom_to=Zoom to
-LBL_Fit_to_Page=Fit to Page // &Y
-TLT_Fit_to_Page=Fit to Page (Alt+Y)
-
diff --git a/l10n/src/vi/platform/print/print/org/netbeans/modules/print/util/Bundle_vi.properties b/l10n/src/vi/platform/print/print/org/netbeans/modules/print/util/Bundle_vi.properties
deleted file mode 100644
index e1670a5..0000000
--- a/l10n/src/vi/platform/print/print/org/netbeans/modules/print/util/Bundle_vi.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0} of {1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=The name of printed component
-ROW=The row number
-COLUMN=The column number
-USER=The user name
-COUNT=The count of pages
-MODIFIED_DATE=Date of the last modification
-MODIFIED_TIME=Time of the last modification
-PRINTED_DATE=Date of printing
-PRINTED_TIME=Time of printing
-
diff --git a/l10n/src/vi/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_vi.properties b/l10n/src/vi/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_vi.properties
deleted file mode 100644
index cbffb7f..0000000
--- a/l10n/src/vi/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_vi.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Progress UI
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Task progress visualization.
-OpenIDE-Module-Long-Description=Provides a view of all running tasks and may permit them to be cancelled, etc.
-
-NbProgressBar.tooltip1={0} tasks running. Click for details.
-NbProgressBar.tooltip2={0} task running. Click for details.
-ListComponent.btnClose.tooltip=Click to cancel process
-ListComponent.bar.tooltip=Click to watch the process
-Cancel_Question=Are you sure you want to cancel {0}?
-Cancel_Question_Title=Cancel Running Task
-StatusLineComponent.ShowProcessList=Show Processes
-StatusLineComponent.Cancel=Cancel Process
-StatusLineComponent.View=Show Output
-ListComponent.Watch=Watch Process
-
-RunOffAWT.TITLE_Operation=Lengthy operation in progress
-RunOffAWT.BTN_Cancel=Cancel
-
-# ProgressListAction
-CTL_ProcessListAction=&Processes
-
-# CancelAction
-CTL_CancelAction=Cancel Process
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=Click to cancel process
-ModalDialog.btnClose.text=Cancel
-ModalDialog.btnClose.accessibleName=Cancel
-ModalDialog.btnClose.accessibleDescription=Cancels the current process
-
-
diff --git a/l10n/src/vi/platform/queries/queries/org/netbeans/modules/queries/Bundle_vi.properties b/l10n/src/vi/platform/queries/queries/org/netbeans/modules/queries/Bundle_vi.properties
deleted file mode 100644
index a911402..0000000
--- a/l10n/src/vi/platform/queries/queries/org/netbeans/modules/queries/Bundle_vi.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=General Queries API
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Short-Description=Acts as a general communication channel between modules.
-OpenIDE-Module-Long-Description=Hosts queries which are not particularly domain-specific. Permits different modules to obtain information about files in a flexible way.
-
diff --git a/l10n/src/vi/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_vi.properties b/l10n/src/vi/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_vi.properties
deleted file mode 100644
index 37a2eaa..0000000
--- a/l10n/src/vi/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_vi.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=Option {0} needs an argument
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=Option {0} cannot be used together with option {1}
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=Need at least one of {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=Need to use also {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=Option {0} needs also option {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/vi/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_vi.properties b/l10n/src/vi/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_vi.properties
deleted file mode 100644
index 49008f8..0000000
--- a/l10n/src/vi/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_vi.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Command Line Parsing API
-OpenIDE-Module-Short-Description=GetOpts compliant API for parsing command line
-OpenIDE-Module-Long-Description=GetOpts compliant API to parse command line. It is focused on the case when each part of the command line is going to be parsed by different module.
-OpenIDE-Module-Display-Category=Infrastructure
-
-MSG_OptionsHeader=\nAdditional Module(s) Option(s):\n
-
diff --git a/l10n/src/vi/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_vi.properties b/l10n/src/vi/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_vi.properties
deleted file mode 100644
index 1fa0c1d..0000000
--- a/l10n/src/vi/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_vi.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Settings API
-OpenIDE-Module-Short-Description=A library for storing settings in custom formats.
-OpenIDE-Module-Long-Description=This module provides the Settings API for storing module-defined settings in custom formats. It also provides several useful settings format implementations.
-OpenIDE-Module-Display-Category=Infrastructure
-
diff --git a/l10n/src/vi/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_vi.properties b/l10n/src/vi/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_vi.properties
deleted file mode 100644
index 23065ae..0000000
--- a/l10n/src/vi/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_vi.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=Infrastructure
-OpenIDE-Module-Long-Description=A module that provides a new API to replace NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=Actions SPI (Experimental)
-OpenIDE-Module-Short-Description=Replacements for NodeAction, CookieAction, etc.
-
diff --git a/l10n/src/zh_CN/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_zh_CN.properties
deleted file mode 100644
index 3bcb1c2..0000000
--- a/l10n/src/zh_CN/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u6a21\u5757\u751f\u6210\u73af\u5883
-OpenIDE-Module-Display-Category=\u5f00\u53d1 NetBeans
-OpenIDE-Module-Short-Description=\u5141\u8bb8\u4ece\u6e90\u4e2d\u751f\u6210\u5916\u90e8\u63d2\u4ef6\u6a21\u5757\u3002
-OpenIDE-Module-Long-Description=\u8fd9\u662f\u7528\u4e8e\u5f00\u53d1 NetBeans \u6a21\u5757\uff08\u501f\u52a9\u6216\u4e0d\u501f\u52a9 IDE\uff09\u7684\u751f\u6210\u73af\u5883\u3002\u5b83\u901a\u5e38\u7531 NetBeans \u6a21\u5757\u9879\u76ee\u9690\u5f0f\u5730\u4f7f\u7528\u3002\u6709\u5173\u6280\u672f\u6587\u6863\uff0c\u8bf7\u53c2\u89c1 harness/README\u3002
-
diff --git a/l10n/src/zh_CN/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_zh_CN.properties
deleted file mode 100644
index ab6b212..0000000
--- a/l10n/src/zh_CN/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u5f00\u53d1 NetBeans
-OpenIDE-Module-Long-Description=\u7528\u4e8e\u901a\u8fc7 Cobertura \u6d4b\u91cf apisupport \u9879\u76ee\u7684\u6d4b\u8bd5\u8986\u76d6\u7387\u7684 Ant \u76ee\u6807\u3002\n\u5bf9\u9879\u76ee\u8fd0\u884c "display-coverage-report" \u76ee\u6807\uff0c\u53ef\u6d4b\u91cf\u7ed3\u679c\u5e76\u5728\u5916\u90e8\u6d4f\u89c8\u5668\u4e2d\u663e\u793a\u62a5\u544a\u3002\n\u5176\u76ee\u7684\u662f\u4e3a\u4e86\u96c6\u6210\u6a21\u5757\u751f\u6210\u73af\u5883\u3002
-OpenIDE-Module-Name=Cobertura \u6a21\u5757\u6d4b\u8bd5\u8986\u76d6\u7387
-OpenIDE-Module-Short-Description=\u7528\u4e8e\u901a\u8fc7 Cobertura \u6d4b\u91cf apisupport \u9879\u76ee\u7684\u6d4b\u8bd5\u8986\u76d6\u7387\u7684 Ant \u76ee\u6807\u3002
-
diff --git a/l10n/src/zh_CN/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_zh_CN.properties
deleted file mode 100644
index d2569d2..0000000
--- a/l10n/src/zh_CN/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly \u5de5\u5177\u5e73\u53f0
-
diff --git a/l10n/src/zh_CN/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_zh_CN.properties
deleted file mode 100644
index 089407a..0000000
--- a/l10n/src/zh_CN/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=\u6d4b\u8bd5\u5de5\u5177
-OpenIDE-Module-Short-Description=Jemmy \u6d4b\u8bd5\u5e93\u3002
-OpenIDE-Module-Long-Description=\u7528\u4e8e\u9a71\u52a8\u81ea\u52a8\u5316 GUI \u6d4b\u8bd5\u7684\u5e38\u89c4\u5e93\u3002
-
-
diff --git a/l10n/src/zh_CN/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_zh_CN.properties
deleted file mode 100644
index d169941..0000000
--- a/l10n/src/zh_CN/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=\u6d4b\u8bd5\u5de5\u5177
-OpenIDE-Module-Long-Description=NetBeans JUnit \u6269\u5c55\uff0c\u5305\u62ec assertGC\u3001assertSize\u3001getWorkDir\u3001LineDiff \u7b49\u3002
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=NetBeans JUnit \u6269\u5c55
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/zh_CN/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_zh_CN.properties
deleted file mode 100644
index 400cf83..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=\u5e93
-OpenIDE-Module-Short-Description=INSANE \u5806\u6027\u80fd\u5206\u6790\u5e93\u3002
-OpenIDE-Module-Long-Description=\u8be5\u5e93\u7528\u4e8e\u5bf9\u8fd0\u884c\u5b83\u7684 JVM \u6267\u884c\u6d3b\u52a8\u5806\u5206\u6790\u3002
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_zh_CN.properties
deleted file mode 100644
index be37f02..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-ant/org-netbeans-libs-nbi-ant/org/netbeans/libs/nbi/ant/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Name=NBI Ant \u5e93
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_zh_CN.properties
deleted file mode 100644
index 5e2ebe4..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Installer.java
-I.error.unsupported.platform=\u4e0d\u652f\u6301\u5f53\u524d\u5e73\u53f0\u3002
-I.error.load.engine.properties=\u65e0\u6cd5\u88c5\u5165\u5f15\u64ce\u5c5e\u6027\u6587\u4ef6
-
-I.warning.silent.without.state=\u4f7f\u7528 "{0}" \u65f6\u9700\u8981 "{1}" \u9009\u9879\u3002"{0}" \u5c06\u88ab\u5ffd\u7565\u3002
-
-I.error.cannot.create.local.dir=\u65e0\u6cd5\u521b\u5efa\u672c\u5730\u76ee\u5f55\uff1a{0}
-I.error.local.dir.is.file=\u672c\u5730\u76ee\u5f55\u5df2\u5b58\u5728\u5e76\u4e14\u662f\u4e00\u4e2a\u6587\u4ef6\uff1a{0}
-I.error.no.read.permissions.for.local.dir=\u65e0\u6cd5\u8bfb\u53d6\u672c\u5730\u76ee\u5f55 {0} - \u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650
-I.error.no.write.permissions.for.local.dir=\u65e0\u6cd5\u5199\u5165\u672c\u5730\u76ee\u5f55 {0} - \u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650
-
-I.lock.file.exists.dialog.title=\u5b58\u5728 NetBeans \u5b89\u88c5\u7a0b\u5e8f\u9501\u5b9a\u6587\u4ef6
-I.lock.file.exists.dialog.text={0} \u4e2d\u5b58\u5728\u5b89\u88c5\u7a0b\u5e8f\u9501\u5b9a\u6587\u4ef6\n\n\u8fd9\u610f\u5473\u7740\u53e6\u4e00\u4e2a\u5b89\u88c5\u7a0b\u5e8f\u5b9e\u4f8b\u5df2\u5728\u8fd0\u884c\u6216\u4e0a\u6b21\u5b89\u88c5\u672a\u6b63\u786e\u5b8c\u6210\u3002\n\u4e0d\u5efa\u8bae\u60a8\u540c\u65f6\u8fd0\u884c\u591a\u4e2a\u5b9e\u4f8b\uff0c\u56e0\u4e3a\u8fd9\u4f1a\u5bfc\u81f4\u635f\u574f\u5b89\u88c5\u7a0b\u5e8f\u6570\u636e\u3002\n\n\u5982\u679c\u60a8\u786e\u5b9a\u6b64\u65f6\u6ca1\u6709\u8fd0\u884c\u5176\u4ed6\u5b9e\u4f8b\uff0c\u8bf7\u5355\u51fb\u201c\u662f\u201d\u7ee7\u7eed\uff0c\u5426\u5219\uff0c\u5355\u51fb\u201c\u5426\u201d\u9000\u51fa\u5b89\u88c5\u7a0b\u5e8f\u3002\n
-
-I.error.cannot.create.lock.file=\u65e0\u6cd5\u4e3a\u672c\u5730\u6ce8\u518c\u8868\u6587\u4ef6\u521b\u5efa\u9501\u5b9a
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_zh_CN.properties
deleted file mode 100644
index 96a7e53..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# DownloadProgress.java
-DP.pumping.updated=\u6b63\u5728\u4ece {0} \u4e0b\u8f7d
-#NOI18N
-#DP.pumping.state.changed={0}: {1}
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_zh_CN.properties
deleted file mode 100644
index b92370c..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/downloader/connector/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# MyProxy.java
-MP.error.types.conflict=\u4ee3\u7406\u7c7b\u578b {0} \u548c {1} \u53d1\u751f\u51b2\u7a81
-
-#####################################################################################
-# MyProxySelector.java
-MPS.error.uri.cannot.be.null=URI \u4e0d\u80fd\u4e3a null
-
-#####################################################################################
-# URLConnector.java
-UC.error.failed.proxy=\u65e0\u6cd5\u901a\u8fc7 {0} \u6765\u8fde\u63a5 {1}
-US.error.failed.configure.proxy=\u65e0\u6cd5\u4e3a {1} \u914d\u7f6e\u4ee3\u7406 {0}
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_zh_CN.properties
deleted file mode 100644
index 600c8dc..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-R.loading.local.registry=\u88c5\u5165\u672c\u5730\u6ce8\u518c\u8868 [{0}]
-R.error.loading.local.registry.failed.title=\u65e0\u6cd5\u88c5\u5165\u672c\u5730\u6ce8\u518c\u8868
-R.error.loading.local.registry.failed.msg=\u65e0\u6cd5\u88c5\u5165\u672c\u5730\u6ce8\u518c\u8868 ({0})\uff0c\u6216\u8005\u4ec5\u88c5\u5165\u8be5\u6ce8\u518c\u8868\u7684\u4e00\u90e8\u5206\u3002\n\u5b89\u88c5\u7a0b\u5e8f\u53ef\u4ee5\u7ee7\u7eed\u6b63\u5e38\u8fd0\u884c\uff0c\u4f46\u6267\u884c\u6b64\u64cd\u4f5c\u4f1a\u5bfc\u81f4\u635f\u574f\u5168\u5c40\u6ce8\u518c\u8868\u3002\n\n\u9009\u62e9\u201c\u662f\u201d\u7ee7\u7eed\uff0c\u9009\u62e9\u201c\u5426\u201d\u9000\u51fa\u5b89\u88c5\u7a0b\u5e8f\u3002
-
-R.loading.bundled.registry=\u88c5\u5165\u6346\u7ed1\u7684\u6ce8\u518c\u8868 [{0}]
-R.error.loading.bundled.registry.failed.title=\u65e0\u6cd5\u88c5\u5165\u6346\u7ed1\u7684\u6ce8\u518c\u8868
-R.error.loading.bundled.registry.failed.msg=\u65e0\u6cd5\u88c5\u5165\u6346\u7ed1\u7684\u6ce8\u518c\u8868 ({0})\uff0c\u6216\u8005\u4ec5\u88c5\u5165\u8be5\u6ce8\u518c\u8868\u7684\u4e00\u90e8\u5206\u3002\n\u5b89\u88c5\u7a0b\u5e8f\u53ef\u4ee5\u7ee7\u7eed\u6b63\u5e38\u8fd0\u884c\uff0c\u4f46\u6267\u884c\u6b64\u64cd\u4f5c\u4f1a\u5bfc\u81f4\u635f\u574f\u5168\u5c40\u6ce8\u518c\u8868\u3002\n\n\u9009\u62e9\u201c\u662f\u201d\u7ee7\u7eed\uff0c\u9009\u62e9\u201c\u5426\u201d\u9000\u51fa\u5b89\u88c5\u7a0b\u5e8f\u3002
-
-R.loading.remote.registry=\u88c5\u5165\u8fdc\u7a0b\u6ce8\u518c\u8868 [{0}]
-R.error.loading.remote.registry.failed.title=\u65e0\u6cd5\u88c5\u5165\u8fdc\u7a0b\u6ce8\u518c\u8868
-R.error.loading.remote.registry.failed.msg=\u65e0\u6cd5\u88c5\u5165\u8fdc\u7a0b\u6ce8\u518c\u8868 ({0})\uff0c\u6216\u8005\u4ec5\u88c5\u5165\u8be5\u6ce8\u518c\u8868\u7684\u4e00\u90e8\u5206\u3002\n\u5b89\u88c5\u7a0b\u5e8f\u53ef\u4ee5\u7ee7\u7eed\u6b63\u5e38\u8fd0\u884c\uff0c\u4f46\u6267\u884c\u6b64\u64cd\u4f5c\u4f1a\u5bfc\u81f4\u635f\u574f\u5168\u5c40\u6ce8\u518c\u8868\u3002\n\n\u9009\u62e9\u201c\u662f\u201d\u7ee7\u7eed\uff0c\u9009\u62e9\u201c\u5426\u201d\u9000\u51fa\u5b89\u88c5\u7a0b\u5e8f\u3002
-
-R.error.cannot.delete.data=\u65e0\u6cd5\u5220\u9664\u7f13\u5b58\u7684\u5b89\u88c5\u6570\u636e
-R.save.local.registry.title=\u4fdd\u5b58\u672c\u5730\u6ce8\u518c\u8868
-R.save.local.registry.detail=\u4fdd\u5b58\u5230 {0}
-
-R.error.missing.target.component.title=\u7f3a\u5c11\u76ee\u6807\u7ec4\u4ef6
-R.error.missing.target.component.msg=\u5728\u6ce8\u518c\u8868\u4e2d\u627e\u4e0d\u5230\u6307\u5b9a\u7684\n\u76ee\u6807\u7ec4\u4ef6 - {0}/{1}\u3002\u5b89\u88c5\u7a0b\u5e8f\n\u53ef\u4ee5\u7ee7\u7eed\u8fd0\u884c\uff0c\u5c31\u597d\u8c61\u6ca1\u6709\u6307\u5b9a\u76ee\u6807\u7ec4\u4ef6\u4e00\u6837\u3002\n\u5355\u51fb\u201c\u662f\u201d\u7ee7\u7eed\uff0c\u5355\u51fb\u201c\u5426\u201d\u9000\u51fa\u5b89\u88c5\u7a0b\u5e8f\u3002
-
-R.error.validation.title=\u9a8c\u8bc1\u95ee\u9898
-R.error.validation.msg={0} \u5b89\u88c5\u4f3c\u4e4e\u5df2\u635f\u574f\u3002\n\u9a8c\u8bc1\u6b65\u9aa4\u53d1\u51fa\u4e86\u4ee5\u4e0b\u8b66\u544a\uff1a\n\n {1}\n\n\u662f\u5426\u8981\u5c06\u6b64\u4ea7\u54c1\u6807\u8bb0\u4e3a\u672a\u5b89\u88c5\u5e76\u7ee7\u7eed\u64cd\u4f5c\uff1f\n\u5982\u679c\u5355\u51fb\u201c\u5426\u201d\uff0c\u5b89\u88c5\u7a0b\u5e8f\u5c06\u9000\u51fa\u3002\n\n\u8bf7\u6ce8\u610f\uff0c\u8fd8\u4f1a\u7981\u7528\u4f9d\u8d56\u4e8e {2} \u7684\u4ee5\u4e0b\u4ea7\u54c1\uff1a\n{3}
-
-R.error.matching.requirement=\u6ca1\u6709\u7b26\u5408\u8981\u6c42\u7684\u7ec4\u4ef6\uff1a{0} \u9700\u8981 {1}
-R.error.cyclic.dependency=\u5faa\u73af\u4f9d\u8d56\u5173\u7cfb\uff1a{0}\uff0c{1}
-
-R.loading.registry.properties=\u88c5\u5165\u6ce8\u518c\u8868\u5c5e\u6027
-R.loading.component=\u88c5\u5165\u7ec4\u4ef6\uff1auid={0}\uff0c\u7248\u672c={1}
-R.error.loading.components=\u65e0\u6cd5\u88c5\u5165\u7ec4\u4ef6
-R.error.registry.finalization=\u65e0\u6cd5\u5b8c\u6210\u6ce8\u518c\u8868
-R.error.registry.document.loading=\u65e0\u6cd5\u88c5\u5165\u6ce8\u518c\u8868\u6587\u6863
-
-R.error.cannot.create.cache.directory=\u65e0\u6cd5\u521b\u5efa\u672c\u5730\u4ea7\u54c1\u7f13\u5b58\u76ee\u5f55 {0}
-R.error.cache.is.file=\u672c\u5730\u4ea7\u54c1\u7f13\u5b58\u76ee\u5f55\u5df2\u5b58\u5728\u4e14\u662f\u4e00\u4e2a\u6587\u4ef6\uff1a{0}
-R.error.cannot.read.cache=\u65e0\u6cd5\u8bfb\u53d6\u672c\u5730\u4ea7\u54c1\u7f13\u5b58\u76ee\u5f55 {0} - \u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650
-R.error.cannot.write.cache=\u65e0\u6cd5\u5199\u5165\u672c\u5730\u4ea7\u54c1\u7f13\u5b58\u76ee\u5f55 {0} - \u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650
-R.error.cannot.create.registry=\u65e0\u6cd5\u521b\u5efa\u672c\u5730\u6ce8\u518c\u8868
-
-R.error.registry.is.dir=\u672c\u5730\u6ce8\u518c\u8868 {0} \u662f\u4e00\u4e2a\u76ee\u5f55
-R.error.cannot.read.registry=\u65e0\u6cd5\u8bfb\u53d6\u672c\u5730\u6ce8\u518c\u8868 {0} - \u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650
-R.error.cannot.write.registry=\u65e0\u6cd5\u5199\u5165\u672c\u5730\u6ce8\u518c\u8868 {0} - \u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650
-
-R.error.cannot.parse.platform=\u65e0\u6cd5\u4ece "{0}" \u89e3\u6790\u5e73\u53f0
-R.error.cannot.load.registry=\u65e0\u6cd5\u88c5\u5165\u6ce8\u518c\u8868
-R.error.parser.not.support.schemas=\u5f53\u524d\u89e3\u6790\u5668 {0} \u4e0d\u652f\u6301\u67b6\u6784\u3002
-
-R.error.unknown.dependency=\u672a\u77e5\u7684\u4f9d\u8d56\u5173\u7cfb\u7c7b\u578b {0}
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_zh_CN.properties
deleted file mode 100644
index 2ba503c..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/product/components/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,79 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ProductConfigurationLogic.java
-PCL.validation.directory.missing=\u7f3a\u5c11\u5b89\u88c5\u76ee\u5f55 {0}\u3002\n\u5f88\u53ef\u80fd\u5df2\u624b\u52a8\u5c06\u5176\u5220\u9664\u3002
-PCL.validation.directory.file=\u5b89\u88c5\u76ee\u5f55 {0} \u5b9e\u9645\u4e0a\u662f\u4e00\u4e2a\u6587\u4ef6\u3002\n\u5f88\u53ef\u80fd\u4ee5\u524d\u5df2\u624b\u52a8\u5c06\u5176\u5220\u9664\uff0c\u5e76\u7528\u6587\u4ef6\u8fdb\u884c\u4e86\u8986\u76d6\u3002
-PCL.validation.directory.empty=\u5b89\u88c5\u76ee\u5f55 {0} \u4e3a\u7a7a\u3002\n\u5f88\u53ef\u80fd\u5df2\u624b\u52a8\u5c06\u5176\u5185\u5bb9\u5220\u9664\u3002
-PCL.validation.directory.null=\u65e0\u6cd5\u68c0\u6d4b\u5230\u5b89\u88c5\u76ee\u5f55\u3002
-
-################################################################################
-# Product.java
-P.error.cannot.initialize.product=\u65e0\u6cd5\u521d\u59cb\u5316 {0} \u7684\u6570\u636e
-P.error.cannot.load.logic=\u65e0\u6cd5\u88c5\u5165 {0} \u7684\u914d\u7f6e\u903b\u8f91
-P.error.installdir.not.set=\u672a\u8bbe\u7f6e {0} \u7684\u5b89\u88c5\u4f4d\u7f6e
-P.error.installdir.set.empty={0} \u7684\u5b89\u88c5\u4f4d\u7f6e\u88ab\u8bbe\u7f6e\u4e3a\u7a7a\u5b57\u7b26\u4e32
-P.error.cannot.create.cache.dir=\u65e0\u6cd5\u521b\u5efa {1} \u7684\u672c\u5730\u9ad8\u901f\u7f13\u5b58\u76ee\u5f55 {0}
-P.error.local.cache.not.dir={1} \u7684\u672c\u5730\u9ad8\u901f\u7f13\u5b58\u76ee\u5f55 {0} \u4e0d\u662f\u4e00\u4e2a\u76ee\u5f55
-P.error.cannot.load.product=\u65e0\u6cd5\u88c5\u5165\u4ea7\u54c1 {0}
-P.error.logic.not.yet.downloaded=\u5c1a\u672a\u4e0b\u8f7d {0} \u7684\u914d\u7f6e\u903b\u8f91\u3002
-P.error.installation.data.not.cached=\u5c1a\u672a\u7f13\u5b58 {0} \u7684\u5b89\u88c5\u6570\u636e
-P.error.cannot.extract.data=\u65e0\u6cd5\u63d0\u53d6 {0} \u7684\u5b89\u88c5\u6570\u636e
-P.error.cannot.save.files.list=\u65e0\u6cd5\u4fdd\u5b58\u5df2\u5b89\u88c5\u6587\u4ef6\u7684\u5217\u8868
-P.error.cannot.get.wizard.components=\u65e0\u6cd5\u83b7\u5f97\u7ec4\u4ef6\u7684\u5411\u5bfc\u7ec4\u4ef6
-P.error.cannot.wrap.for.macos=\u65e0\u6cd5\u521b\u5efa MacOS \u5e94\u7528\u7a0b\u5e8f\u7684\u76ee\u5f55\u5206\u5c42\u7ed3\u6784
-P.error.cannot.get.files.list=\u65e0\u6cd5\u83b7\u5f97\u5b89\u88c5\u6587\u4ef6\u5217\u8868
-P.error.cannot.delete.files.list=\u65e0\u6cd5\u5220\u9664\u5df2\u5b89\u88c5\u6587\u4ef6\u7684\u5217\u8868
-P.error.cannot.delete.file=\u65e0\u6cd5\u5220\u9664\u6587\u4ef6
-P.error.cannot.remove.from.system=\u65e0\u6cd5\u4ece\u7cfb\u7edf\u5b89\u88c5\u7ba1\u7406\u5668\u4e2d\u5220\u9664 {0}
-P.error.not.enough.space=\u65e0\u6cd5\u63d0\u53d6\u5b89\u88c5\u6570\u636e -- \u76ee\u6807\u76ee\u5f55\u4e2d\u6ca1\u6709\u8db3\u591f\u7684\u786c\u76d8\u7a7a\u95f4\u3002
-P.error.cannot.clear.cache=\u65e0\u6cd5\u6e05\u9664\u5b89\u88c5\u6570\u636e\u9ad8\u901f\u7f13\u5b58\u6587\u4ef6 {0}
-P.error.system.integartion.failed=\u65e0\u6cd5\u5c06 {0} \u4e0e\u7cfb\u7edf\u5305\u7ba1\u7406\u5668\u96c6\u6210\u5728\u4e00\u8d77
-
-P.message.installation=\u5b89\u88c5 {0}
-P.message.uninstallation=\u6b63\u5728\u5378\u8f7d {0}
-P.message.configuration=\u6b63\u5728\u914d\u7f6e {0}
-P.message.unconfiguration=\u6b63\u5728\u53d6\u6d88\u914d\u7f6e {0}
-P.message.legal.artifacts=\u6b63\u5728\u521b\u5efa\u5408\u6cd5\u5de5\u4ef6
-P.message.run.logic=\u6b63\u5728\u8fd0\u884c\u5b9a\u5236\u7684\u914d\u7f6e\u903b\u8f91
-P.message.system.registration=\u5728\u7cfb\u7edf\u5305\u7ba1\u7406\u5668\u4e2d\u6ce8\u518c
-P.message.save.installation.files.list=\u6b63\u5728\u4fdd\u5b58\u5df2\u5b89\u88c5\u6587\u4ef6\u7684\u5217\u8868
-P.message.delete=\u5220\u9664 {0}
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_zh_CN.properties
deleted file mode 100644
index 2dbfedc..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LM.error.cannot.write=\u5199\u5165\u65e5\u5fd7\u6587\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u65e0\u6cd5\u8fdb\u884c\u65e5\u5fd7\u8bb0\u5f55\u3002
-
-EM.ununexpected.exception=\u7ebf\u7a0b {0} \u4e2d\u51fa\u73b0\u610f\u5916\u7684\u5f02\u5e38
-EM.errortype.critical=\u4e25\u91cd\u9519\u8bef
-EM.errortype.error=\u9519\u8bef
-EM.errortype.warning=\u8b66\u544a
-EM.errortype.message=\u6d88\u606f
-EM.unexpected.error=\u51fa\u73b0\u672a\u77e5\u9519\u8bef\u3002
-EM.exception.message=\n\n\u5f02\u5e38\uff1a\n  {0}\uff1a\n  {1}
-EM.exception.logfile.info=\n\n\u60a8\u53ef\u4ee5\u4ece\u5b89\u88c5\u7a0b\u5e8f\u65e5\u5fd7\u6587\u4ef6\u4e2d\u83b7\u53d6\u6709\u5173\u6b64\u95ee\u9898\u7684\u66f4\u591a\u8be6\u7ec6\u4fe1\u606f\uff1a\n {0}
-
-FU.error.output.file.entry=\u5b58\u5728\u6587\u4ef6\u6761\u76ee {0}\uff0c\u4f46\u8be5\u6761\u76ee\u4e0d\u662f\u6587\u4ef6
-FU.error.output.dir.entry=\u5b58\u5728\u76ee\u5f55\u6761\u76ee {0}\uff0c\u4f46\u8be5\u6761\u76ee\u4e0d\u662f\u76ee\u5f55
-FU.message.extracting=\u6b63\u5728\u63d0\u53d6 {0}
-FU.error.load.xml.file.list=\u65e0\u6cd5\u88c5\u5165\u8981\u63d0\u53d6\u7684 xml \u6587\u4ef6\u5217\u8868
-FU.error.unjar.todir=\u76ee\u5f55 {0} \u662f\u4e00\u4e2a\u73b0\u6709\u6587\u4ef6\uff0c\u65e0\u6cd5\u89e3\u538b\u7f29
-FU.message.copy.dir=\u6b63\u5728\u5c06\u76ee\u5f55 {0} \u590d\u5236\u5230 {1}
-FU.message.copy.file=\u6b63\u5728\u5c06\u6587\u4ef6 {0} \u590d\u5236\u5230 {1}
-FU.error.close.stream=\u65e0\u6cd5\u5173\u95ed\u6d41
-FU.error.source.not.readable=\u6e90 {0} \u4e0d\u5177\u6709\u53ef\u8bfb\u5c5e\u6027
-FU.error.dest.not.file=\u76ee\u6807 {0} \u4e0d\u662f\u4e00\u4e2a\u6587\u4ef6
-FU.error.dest.creation=\u65e0\u6cd5\u521b\u5efa\u76ee\u6807 {0}
-FU.error.dest.not.writable=\u76ee\u6807 {0} \u4e0d\u5177\u6709\u53ef\u5199\u5c5e\u6027
-FU.message.moving=\u6b63\u5728\u5c06 {0} \u79fb\u52a8\u5230 {1}
-FU.error.freespace=\u65e0\u6cd5\u5728 {0} \u4e0a\u83b7\u53d6\u53ef\u7528\u7684\u786c\u76d8\u7a7a\u95f4\u5bb9\u91cf
-FU.error.cannot.close.jar=\u65e0\u6cd5\u5173\u95ed jar {0}
-FU.error.cannot.create.dir.exist.file=\u65e0\u6cd5\u521b\u5efa\u76ee\u5f55 {0}\uff0c\u8be5\u76ee\u5f55\u662f\u4e00\u4e2a\u73b0\u6709\u6587\u4ef6
-FU.error.cannot.create.dir=\u65e0\u6cd5\u521b\u5efa\u76ee\u5f55 {0}
-FU.error.not.jar.file=\u63d0\u4f9b\u7684\u6587\u4ef6 {0} \u4e0d\u662f jar \u5f52\u6863\u6587\u4ef6
-FU.error.sha1.not.supported=\u4ee4\u4eba\u5947\u602a\u7684\u662f\uff0c\u6b64 jvm \u4e0d\u652f\u6301 SHA1
-FU.error.md5.not.supported=\u4ee4\u4eba\u5947\u602a\u7684\u662f\uff0c\u6b64 jvm \u4e0d\u652f\u6301 MD5
-FU.error.file.security.exception=\u9047\u5230\u975e\u5e38\u610f\u5916\u7684\u60c5\u51b5 - \u5728\u8bbf\u95ee\u6587\u4ef6 {0} \u7684\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u5b89\u5168\u5f02\u5e38
-FU.message.delete.file=\u6b63\u5728\u5220\u9664\u6587\u4ef6 {0}
-FU.message.delete.dir=\u6b63\u5728\u5220\u9664\u76ee\u5f55 {0}
-FU.error.pack200.failed=\u5b8c\u6210 Pack200 \u538b\u7f29\u65f6\u51fa\u73b0\u9519\u8bef\n\u9519\u8bef\u4ee3\u7801\uff1a{0}\n\u6807\u51c6\u8f93\u51fa\uff1a{1}\n\u6807\u51c6\u9519\u8bef\uff1a{2}
-FU.error.unpack200.failed=\u5b8c\u6210 Unpack200 \u89e3\u538b\u7f29\u65f6\u51fa\u73b0\u9519\u8bef\n\u9519\u8bef\u4ee3\u7801\uff1a{0}\n\u6807\u51c6\u8f93\u51fa\uff1a{1}\n\u6807\u51c6\u9519\u8bef\uff1a{2}
-
-UU.error.failed.to.parse.property=\u65e0\u6cd5\u89e3\u6790\u5c5e\u6027 {0}\uff0c\u5176\u503c\u4e3a {1}\u3002
-UI.error.failed.to.activate.crossplatform.laf=\u65e0\u6cd5\u6fc0\u6d3b\u8de8\u5e73\u53f0\u5916\u89c2\uff0c\u8bf7\u91c7\u7528\u7f3a\u7701\u7684\u5916\u89c2\u7ee7\u7eed\u6267\u884c\u64cd\u4f5c\u3002
-UI.error.failed.to.activate.defined.laf=\u65e0\u6cd5\u6fc0\u6d3b\u5b9a\u4e49\u7684\u5916\u89c2\uff0c\u5c06\u8fd4\u56de\u81f3\u7f3a\u7701\u7684\u8de8\u5e73\u53f0\u5916\u89c2\u3002
-UI.error.failed.to.init.ui=\u65e0\u6cd5\u521d\u59cb\u5316 UI
-UI.error.failed.to.force.gtk=\u65e0\u6cd5\u5f3a\u5236\u4f7f\u7528 GTK \u5916\u89c2
-UI.silent.default.yes=\u9009\u62e9\u201c\u662f\u201d\uff08\u7f3a\u7701\uff09\u9009\u9879\u7ee7\u7eed...
-UI.silent.default.no=\u9009\u62e9\u201c\u5426\u201d\uff08\u7f3a\u7701\uff09\u9009\u9879\u7ee7\u7eed...
-UI.silent.default.cancel=\u9009\u62e9\u201c\u53d6\u6d88\u201d\uff08\u7f3a\u7701\uff09\u9009\u9879\u7ee7\u7eed...
-
-StrU.error.cannot.parse.status=\u65e0\u6cd5\u89e3\u6790\u72b6\u6001\uff1a{0}
-StrU.error.unknown.platform=\u65e0\u6cd5\u8bc6\u522b\u5e73\u53f0 "{0}"\u3002
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_zh_CN.properties
deleted file mode 100644
index 5ad49e4..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/applications/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-JU.error.verification=\u65e0\u6cd5\u6267\u884c JDK \u9a8c\u8bc1\u8fc7\u7a0b
-JU.error.cannot.delete=\u65e0\u6cd5\u5220\u9664 {0}
-JU.error.cannot.download.testjdk=\u65e0\u6cd5\u4ece {0} \u4e0b\u8f7d TestJDK.class
-JU.error.cannot.canonize=\u65e0\u6cd5\u5bf9 {0} \u6267\u884c\u89c4\u8303\u5316
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_zh_CN.properties
deleted file mode 100644
index 1e4eace..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/cli/options/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# *Option.java
-O.warning.bad.look.and.feel.arg=\u547d\u4ee4\u884c\u53c2\u6570 "{0}" \u7f3a\u5c11\u5fc5\u9700\u7684\u53c2\u6570\u3002\n\u5e94\u4e3a "{0} <look-and-feel-class-name>"\u3002
-O.warning.bad.target.arg=\u547d\u4ee4\u884c\u53c2\u6570 "{0}" \u7f3a\u5c11\u5fc5\u9700\u7684\u53c2\u6570\u3002\n\u5e94\u4e3a "{0} <target-component-uid> <target-component-version>"\u3002
-O.warning.bad.locale.arg.param=\u547d\u4ee4\u884c\u53c2\u6570 "{0}" \u7684\u53c2\u6570\u65e0\u6548 -- "{1}"\u3002\n\u5e94\u4e3a "{0} <language>[_<country>[_<variant>]]"\u3002
-O.warning.bad.locale.arg=\u547d\u4ee4\u884c\u53c2\u6570 "{0}" \u7f3a\u5c11\u5fc5\u9700\u7684\u53c2\u6570\u3002\n\u5e94\u4e3a "{0} <language>[_<country>[_<variant>]]"\u3002
-O.warning.missing.state.file=\u6307\u5b9a\u7684\u72b6\u6001\u6587\u4ef6 "{1}" \u4e0d\u5b58\u5728\u3002\n"{0}" \u53c2\u6570\u5c06\u88ab\u5ffd\u7565\u3002
-O.warning.bag.state.file.arg=\u547d\u4ee4\u884c\u53c2\u6570 "{0}" \u7f3a\u5c11\u5fc5\u9700\u7684\u53c2\u6570\u3002\n\u5e94\u4e3a "{0} <state-file-path>"\u3002
-O.warning.target.state.file.exists=\u6307\u5b9a\u7684\u72b6\u6001\u6587\u4ef6 "{1}" \u5df2\u5b58\u5728\u3002\n"{0}" \u53c2\u6570\u5c06\u88ab\u5ffd\u7565\u3002
-O.warning.bad.target.state.file.arg=\u547d\u4ee4\u884c\u53c2\u6570 "{0}" \u7f3a\u5c11\u5fc5\u9700\u7684\u53c2\u6570\u3002\n\u5e94\u4e3a "{0} <state-file-path>"\u3002
-O.warning.bundle.file.exists=\u6307\u5b9a\u7684\u76ee\u6807\u6587\u4ef6 "{1}" \u5df2\u5b58\u5728\u3002\n"{0}" \u53c2\u6570\u5c06\u88ab\u5ffd\u7565\u3002
-O.warning.bad.create.bundle.arg=\u547d\u4ee4\u884c\u53c2\u6570 "{0}" \u7f3a\u5c11\u5fc5\u9700\u7684\u53c2\u6570\u3002\n\u5e94\u4e3a "{0} <target-file-path>"\u3002
-O.warning.bad.userdir.arg=\u547d\u4ee4\u884c\u53c2\u6570 "{0}" \u7f3a\u5c11\u5fc5\u9700\u7684\u53c2\u6570\u3002\n\u5e94\u4e3a "{0} <userdir-path>"\u3002
-O.warning.bad.platform.arg=\u547d\u4ee4\u884c\u53c2\u6570 "{0}" \u7f3a\u5c11\u5fc5\u9700\u7684\u53c2\u6570\u3002\n\u5e94\u4e3a "{0} <target-platform>"\u3002
-O.warning.bad.registry.arg=\u547d\u4ee4\u884c\u53c2\u6570 "{0}" \u7f3a\u5c11\u5fc5\u9700\u7684\u53c2\u6570\u3002\n\u5e94\u4e3a "{0} <remote-registry-url>"\u3002
-O.warning.bad.properties.arg=\u547d\u4ee4\u884c\u53c2\u6570 "{0}" \u7f3a\u5c11\u5fc5\u9700\u7684\u53c2\u6570\u3002\n\u5e94\u4e3a "{0} <properties-file-path>"\u3002
-O.warning.bad.bundle.properties.arg=\u547d\u4ee4\u884c\u53c2\u6570 "{0}" \u7f3a\u5c11\u5fc5\u9700\u7684\u53c2\u6570\u3002\n\u5e94\u4e3a "{0} <bundle-properties-file-path>"\u3002
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_zh_CN.properties
deleted file mode 100644
index 9e52789..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################ 
-# Status.java
-Status.not-installed=\u672a\u5b89\u88c5
-Status.to-be-installed=\u5c06\u5b89\u88c5
-Status.installed=\u5df2\u5b89\u88c5
-Status.to-be-uninstalled=\u5c06\u5378\u8f7d
-
-################################################################################ 
-# DetailedStatus.java
-DetailedStatus.install.succes=\u5df2\u6210\u529f\u5b89\u88c5
-DetailedStatus.install.warning=\u5df2\u5b89\u88c5\uff0c\u4f46\u51fa\u73b0\u8b66\u544a
-DetailedStatus.install.error=\u65e0\u6cd5\u5b89\u88c5
-DetailedStatus.uninstall.success=\u5df2\u6210\u529f\u5378\u8f7d
-DetailedStatus.uninstall.warning=\u5df2\u5378\u8f7d\uff0c\u4f46\u51fa\u73b0\u8b66\u544a
-DetailedStatus.uninstall.error=\u65e0\u6cd5\u5378\u8f7d
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_zh_CN.properties
deleted file mode 100644
index 3dbbec5..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/helper/swing/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# NbiFrame.java
-NF.error.failed.to.download.icon=\u65e0\u6cd5\u4ece URI \u4e0b\u8f7d\u6846\u67b6\u56fe\u6807 - {0}\u3002
-NF.error.failed.to.set.frame.icon=\u65e0\u6cd5\u8bbe\u7f6e\u6846\u67b6\u56fe\u6807\u3002
-
-#####################################################################################
-# NbiFileChooser.java
-NFC.filechooser.title=\u6d4f\u89c8
-NFC.filechooser.approve.button.text=\u786e\u5b9a(&O)
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_zh_CN.properties
deleted file mode 100644
index 9a80837..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/progress/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CompositeProgress.java
-CP.error.percentage=\u6307\u5b9a\u7684\u767e\u5206\u6bd4 {0} \u65e0\u6548\u3002\u590d\u5408\u8fdb\u5ea6\u7684\u603b\u767e\u5206\u6bd4\n\uff08\u5176\u81ea\u8eab\u767e\u5206\u6bd4\u4e0e\n\u5b50\u9879\u767e\u5206\u6bd4\u4e4b\u548c\uff09\u4e0d\u80fd\u5c0f\u4e8e {1}\uff0c\u4e14\u5927\u4e8e {2}\u3002
-
-CP.error.progress=\u590d\u5408\u8fdb\u5ea6\u4e2d\u4e0d\u5b58\u5728\u6307\u5b9a\u7684\u5b50\u8fdb\u5ea6\uff0c\n\u56e0\u6b64\u65e0\u6cd5\u5c06\u5176\u5220\u9664\u3002 
-
-################################################################################
-# Progress.java
-P.error.percentage=\u6307\u5b9a\u7684\u767e\u5206\u6bd4 {0} \u65e0\u6548\u3002\u8fdb\u5ea6\u7684\u603b\u767e\u5206\u6bd4\u5e94\u8be5\n\u4ecb\u4e8e {1} \u548c {2} \u4e4b\u95f4\u3002
-
-################################################################################
-# ProgressListener.java
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_zh_CN.properties
deleted file mode 100644
index 51899dd..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-LP.error.cannot.load.bundle=\u65e0\u6cd5\u4ece {0} \u88c5\u5165\u5305
-LP.error.no.files={0} \u4e2d\u6ca1\u6709\u6587\u4ef6
-LP.error.not.directory={0} \u4e0d\u662f\u76ee\u5f55
-LP.error.directory.do.not.exist=\u76ee\u5f55 {0} \u4e0d\u5b58\u5728
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_zh_CN.properties
deleted file mode 100644
index 2dbc78d..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/launchers/impl/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#############################################################
-# CommonLauncher.java
-CnL.error.no.jars=\u65e0\u6346\u7ed1\u6216\u5916\u90e8 JAR \u6587\u4ef6
-CnL.error.cannot.find.jvm.file=\u627e\u4e0d\u5230 JVM \u6587\u4ef6 {0}
-CnL.error.cannot.find.class=\u5728\u6346\u7ed1\u7684\u6587\u4ef6\u4e2d\u627e\u4e0d\u5230\u7c7b {0}\uff0c\u5e76\u4e14\u672a\u6307\u5b9a\u5916\u90e8\u6587\u4ef6
-CnL.error.main.class.unspecified=\u6346\u7ed1\u7684\u6587\u4ef6\u4e2d\u6ca1\u6709\u6307\u5b9a\u7684\u4e3b\u7c7b
-CnL.error.cannot.get.output.name=\u65e0\u6346\u7ed1\u7684\u6587\u4ef6 - \u65e0\u6cd5\u83b7\u53d6\u8f93\u51fa\u6587\u4ef6\u540d\u79f0
-
-#############################################################
-# CommandLauncher.java
-CdL.error.cannot.get.icon=\u65e0\u6cd5\u4ece {0} \u83b7\u53d6\u542f\u52a8\u7a0b\u5e8f\u56fe\u6807
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_zh_CN.properties
deleted file mode 100644
index 254b5d4..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/resolver/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General
-# Public License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as
-# provided by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the License Header,
-# with the fields enclosed by brackets [] replaced by your own identifying
-# information: "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun Microsystems, Inc. All
-# Rights Reserved.
-#  
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if
-# you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
-# the option applies only if the new code is made subject to such option by the
-# copyright holder.
-NR.error.cannot.get.default.apps.location=\u65e0\u6cd5\u83b7\u53d6\u7f3a\u7701\u7684\u5e94\u7528\u7a0b\u5e8f\u4f4d\u7f6e
-SR.error.cannot.parse.pattern=\u65e0\u6cd5\u89e3\u6790\u6a21\u5f0f\uff1a{0}
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_zh_CN.properties
deleted file mode 100644
index 29eaca6..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/utils/system/windows/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-WR.error.cannot.access.native=\u65e0\u6cd5\u8bbf\u95ee\u672c\u673a\u65b9\u6cd5
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_zh_CN.properties
deleted file mode 100644
index 84e5c54..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# Wizard.java
-W.error.failed.to.create.instance=\u65e0\u6cd5\u521b\u5efa\u7f3a\u7701\u7684\u5411\u5bfc\u5b9e\u4f8b\u3002
-W.error.failed.to.load.components=\u65e0\u6cd5\u4f7f\u7528\u7c7b\u52a0\u8f7d\u5668 {1} \u4ece {0} \u88c5\u5165\u5411\u5bfc\u7ec4\u4ef6\u3002
-W.error.failed.to.load.component=\u65e0\u6cd5\u4f7f\u7528\u7c7b\u52a0\u8f7d\u5668 {1} \u4ece XML \u5143\u7d20 {0} \u88c5\u5165\u5411\u5bfc\u7ec4\u4ef6\u3002
-W.error.unknown.ui.mode=\u672a\u77e5\u7684 UI \u6a21\u5f0f - {0}\u3002
-W.error.cannot.move.backward.silent=\u65e0\u6cd5\u8fd4\u56de\u5230\u65e0\u63d0\u793a\u7684 UI \u6a21\u5f0f\u3002
-W.error.cannot.move.backward.at.first=\u65e0\u6cd5\u8fd4\u56de\uff0c\u5411\u5bfc\u4f4d\u7f6e\u5df2\u5728\u7b2c\u4e00\u4e2a\u5143\u7d20\u5904\u3002
-W.error.parser.unsupports.schemas=\u5f53\u524d\u89e3\u6790\u5668 {0} \u4e0d\u652f\u6301\u67b6\u6784\u3002
-W.error.interrupted=\u7b49\u5f85\u65f6\u4e2d\u65ad
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_zh_CN.properties
deleted file mode 100644
index c63528e..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# WizardComponent.java
-WC.title=NetBeans IDE \u5b89\u88c5\u7a0b\u5e8f
-WC.description=NetBeans IDE \u5b89\u88c5\u7a0b\u5e8f\u63cf\u8ff0
-
-WC.help.button.text=\u5e2e\u52a9(&H)\uff01
-WC.back.button.text=< \u4e0a\u4e00\u6b65(&B)
-WC.next.button.text=\u4e0b\u4e00\u6b65(&N) >
-WC.cancel.button.text=\u53d6\u6d88
-WC.finish.button.text=\u5b8c\u6210(&F)
-
-WC.cancel.dialog.title=\u53d6\u6d88
-WC.cancel.dialog.text=\u662f\u5426\u786e\u5b9e\u8981\u53d6\u6d88\uff1f
-
-#####################################################################################
-# WizardAction.java
-WA.error.interrupted.exception=\u51fa\u73b0 InterruptedException \u5f02\u5e38\u3002
-
-WA.canceling.progress.title=\u6b63\u5728\u53d6\u6d88\u6267\u884c\u5f53\u524d\u64cd\u4f5c...
-
-WA.cancel.dialog.title=\u53d6\u6d88
-WA.cancel.dialog.text=\u662f\u5426\u786e\u5b9e\u8981\u53d6\u6d88\uff1f
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_zh_CN.properties
deleted file mode 100644
index 808007d..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/actions/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,131 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# CacheEngineAction.java
-CEA.title=\u7f13\u5b58\u5f15\u64ce...
-CEA.description=\u5411\u5bfc\u6b63\u5728\u7f13\u5b58\u5f15\u64ce\uff0c\u8bf7\u7a0d\u5019\u3002
-CEA.error.cannot.cache.engine=\u65e0\u6cd5\u7f13\u5b58\u5b89\u88c5\u7a0b\u5e8f\u5f15\u64ce
-
-################################################################################
-# CreateBundleAction.java
-CBA.title=\u6b63\u5728\u521b\u5efa\u5305...
-CBA.description=\u5411\u5bfc\u6b63\u5728\u4f7f\u7528\u9009\u5b9a\u7684\u7ec4\u4ef6\u521b\u5efa\u5305\uff0c\u8bf7\u7a0d\u5019\u3002
-
-CBA.progress.create.bundle.title=\u5728 {0} \u4e2d\u521b\u5efa\u53ef\u518d\u5206\u53d1\u7684\u5305
-CBA.progress.add.engine.detail=\u5c06\u5b89\u88c5\u7a0b\u5e8f\u5f15\u64ce\u6dfb\u52a0\u5230\u5305
-CBA.progress.add.product.detail=\u6b63\u5728\u6dfb\u52a0 {0}...
-CBA.progress.add.group.detail=\u6b63\u5728\u6dfb\u52a0 {0}...
-
-CBA.error.failed.create.bundle=\u65e0\u6cd5\u521b\u5efa\u5305
-
-################################################################################
-# CreateNativeLauncherAction.java
-CNLA.title=\u6b63\u5728\u521b\u5efa\u672c\u673a\u542f\u52a8\u7a0b\u5e8f...
-CNLA.description=\u5411\u5bfc\u6b63\u5728\u4e3a JAR \u6587\u4ef6\u521b\u5efa\u542f\u52a8\u7a0b\u5e8f\uff0c\u8bf7\u7a0d\u5019\u3002
-CNLA.error.failed.create.launcher=\u65e0\u6cd5\u521b\u5efa\u672c\u673a\u542f\u52a8\u7a0b\u5e8f
-
-################################################################################
-# CreateMacOSAppLauncherAction.java
-CMALA.title=\u6b63\u5728\u521b\u5efa MacOSX \u5e94\u7528\u7a0b\u5e8f\u542f\u52a8\u7a0b\u5e8f...
-CMALA.description=\u5411\u5bfc\u6b63\u5728\u4e3a JAR \u6587\u4ef6\u521b\u5efa\u5e94\u7528\u7a0b\u5e8f\u542f\u52a8\u7a0b\u5e8f\uff0c\u8bf7\u7a0d\u5019\u3002
-CMALA.error.failed.create.launcher=\u65e0\u6cd5\u521b\u5efa\u5e94\u7528\u7a0b\u5e8f\u542f\u52a8\u7a0b\u5e8f
-
-################################################################################
-# DownloadConfigurationLogicAction.java
-DCLA.title=\u6b63\u5728\u51c6\u5907\u914d\u7f6e\u903b\u8f91...
-DCLA.description=\u5411\u5bfc\u6b63\u5728\u51c6\u5907\u914d\u7f6e\u903b\u8f91\uff0c\u8bf7\u7a0d\u5019\u3002
-DCLA.progress.remote.title=\u6b63\u5728\u4e0b\u8f7d {0} \u7684\u914d\u7f6e\u903b\u8f91
-DCLA.progress.local.title=\u6b63\u5728\u63d0\u53d6 {0} \u7684\u914d\u7f6e\u903b\u8f91
-DCLA.failed=\u65e0\u6cd5\u4e0b\u8f7d {0} \u7684\u5b89\u88c5\u903b\u8f91
-DCLA.dependent.failed=\u65e0\u6cd5\u5b89\u88c5 {0}\uff0c\u56e0\u4e3a\u5b89\u88c5 {1} \u5931\u8d25
-
-################################################################################
-# DownloadInstallationDataAction.java
-DIDA.title=\u6b63\u5728\u51c6\u5907\u5b89\u88c5\u6570\u636e...
-DIDA.description=\u5411\u5bfc\u6b63\u5728\u51c6\u5907\u5b89\u88c5\u6570\u636e\uff0c\u8bf7\u7a0d\u5019\u3002
-DIDA.progress.remote.title=\u6b63\u5728\u4e0b\u8f7d {0} \u7684\u5b89\u88c5\u6570\u636e
-DIDA.progress.local.title=\u6b63\u5728\u63d0\u53d6 {0} \u7684\u5b89\u88c5\u6570\u636e
-DIDA.failed=\u65e0\u6cd5\u4e0b\u8f7d {0} \u7684\u5b89\u88c5\u6570\u636e
-DIDA.dependent.failed=\u65e0\u6cd5\u5b89\u88c5 {0}\uff0c\u56e0\u4e3a\u5b89\u88c5 {1} \u5931\u8d25
-
-################################################################################
-# InitializeRegistryAction.java
-IRA.title=\u6b63\u5728\u521d\u59cb\u5316...
-IRA.description=\u5b89\u88c5\u5411\u5bfc\u6b63\u5728\u521d\u59cb\u5316\uff0c\u8bf7\u7a0d\u5019\u3002
-IRA.registry.initialization.failed=\u65e0\u6cd5\u521d\u59cb\u5316\u6ce8\u518c\u8868
-
-################################################################################
-# FinalizeRegistryAction.java
-FRA.title=\u6b63\u5728\u5b8c\u6210...
-FRA.description=\u6b63\u5728\u5b8c\u6210\u5b89\u88c5\u5411\u5bfc\uff0c\u8bf7\u7a0d\u5019\u3002
-FRA.registry.finalization.failed=\u65e0\u6cd5\u5b8c\u6210\u6ce8\u518c
-
-################################################################################
-# InstallAction.java
-IA.title=\u6b63\u5728\u5b89\u88c5...
-IA.description=\u5411\u5bfc\u6b63\u5728\u5b89\u88c5\u9009\u5b9a\u7684\u7ec4\u4ef6\uff0c\u8bf7\u7a0d\u5019\u3002
-IA.progress.install.title=\u6b63\u5728\u5b89\u88c5 {0}...
-IA.progress.rollback.title=\u6b63\u5728\u53d6\u6d88\uff0c\u56de\u6eda {0}...
-IA.install.dependent.failed=\u65e0\u6cd5\u5b89\u88c5 {0}\uff0c\u56e0\u4e3a\u5b89\u88c5 {1} \u5931\u8d25
-IA.install.unknown.error=\u672a\u77e5\u9519\u8bef
-
-################################################################################
-# SearchForJavaAction.java
-SFJA.title=\u6b63\u5728\u641c\u7d22 Java\u2122 \u73af\u5883...
-SFJA.description=\u5411\u5bfc\u6b63\u5728\u7cfb\u7edf\u4e2d\u641c\u7d22\u73b0\u6709\u7684 Java\u2122 \u73af\u5883\uff0c\u8bf7\u7a0d\u5019\u3002
-SFJA.prepare.list=\u6b63\u5728\u51c6\u5907\u4f4d\u7f6e\u5217\u8868...
-SFJA.checking=\u6b63\u5728\u68c0\u67e5 {0}
-SFJA.search.java=\u6b63\u5728\u641c\u7d22\u5b89\u88c5\u7684 Java \u73af\u5883...
-SFJA.entry.label={0}\uff08\u7248\u672c\uff1a{1}\uff0c\u521b\u5efa\u8005\uff1a{2}\uff09
-SFJA.entry.label.non.final=<html><span>{0}\uff08\u7248\u672c\uff1a{1}<span color="red">\uff08\u975e\u6700\u7ec8\uff09</span>\uff0c\u521b\u5efa\u8005\uff1a{2}\uff09</span></html>
-
-################################################################################
-# UninstallAction.java
-UA.title=\u6b63\u5728\u5378\u8f7d...
-UA.description=\u5411\u5bfc\u6b63\u5728\u5378\u8f7d\u9009\u5b9a\u7684\u7ec4\u4ef6\uff0c\u8bf7\u7a0d\u5019\u3002
-UA.progress.uninstall.title=\u6b63\u5728\u5378\u8f7d {0}
-UA.uninstall.dependent.failed=\u65e0\u6cd5\u5378\u8f7d {0}\uff0c\u56e0\u4e3a {1} \u5378\u8f7d\u5931\u8d25
-
-################################################################################
-# SetInstallationLocationAction.java
-SILA.error.source.uid.not.set=\u672a\u8bbe\u7f6e\u6e90\u7ec4\u4ef6 UID
-SILA.error.cannot.find.component=\u5177\u6709\u7ed9\u5b9a UID {0} \u7684\u7ec4\u4ef6\u4e0d\u5b58\u5728
-SILA.error.cannot.get.logic=\u65e0\u6cd5\u8bbf\u95ee {0} \u7684\u914d\u7f6e\u903b\u8f91
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_zh_CN.properties
deleted file mode 100644
index f68bcc5..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/components/panels/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,300 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-################################################################################
-# ApplicationLocationPanel.java
-ALP.location.label.text=\u4f4d\u7f6e(&L)\uff1a
-ALP.location.button.text=\u6d4f\u89c8(&R)...
-ALP.list.label.text=\u641c\u7d22\u7b97\u6cd5\u627e\u5230\u4e86\u4ee5\u4e0b\u4f4d\u7f6e(&F)\uff1a
-
-ALP.error.nothing.found=\u627e\u4e0d\u5230\u517c\u5bb9\u7684\u5e94\u7528\u7a0b\u5e8f\u3002
-
-#NOI18N
-#ALP.default.location=$N{install}
-
-################################################################################
-# ComponentsSelectionPanel.java
-CSP.title=\u7ec4\u4ef6\u9009\u62e9
-CSP.description.both=\u9009\u62e9\u8981\u5b89\u88c5\u7684\u7ec4\u4ef6\u3002\u53d6\u6d88\u9009\u62e9\u8981\u5378\u8f7d\u7684\u7ec4\u4ef6\u3002
-CSP.description.install=\u9009\u62e9\u8981\u5b89\u88c5\u7684\u7ec4\u4ef6\u3002
-CSP.description.uninstall=\u53d6\u6d88\u9009\u62e9\u8981\u5378\u8f7d\u7684\u7ec4\u4ef6\u3002
-CSP.feature.description.title=\u529f\u80fd\u63cf\u8ff0
-
-#NOI18N
-#CSP.component.description.text={0}
-#NOI18N
-#CSP.component.description.content.type=text/plain
-CSP.sizes.label.text=\u5b89\u88c5\u5927\u5c0f\uff1a{0}     \u4e0b\u8f7d\u5927\u5c0f\uff1a{1}
-CSP.sizes.label.text.no.download=\u5b89\u88c5\u5927\u5c0f\uff1a{0}
-
-CSP.default.installation.size=N/A
-CSP.default.download.size=N/A
-
-CSP.error.no.changes.both=\u672a\u9009\u62e9\u529f\u80fd\u3002\u81f3\u5c11\u9009\u62e9\u4e00\u4e2a\u8981\u5b89\u88c5\u6216\u5378\u8f7d\u7684\u529f\u80fd\u3002
-CSP.error.no.changes.install=\u672a\u9009\u62e9\u529f\u80fd\u3002\u81f3\u5c11\u9009\u62e9\u4e00\u4e2a\u8981\u5b89\u88c5\u7684\u529f\u80fd\u3002
-CSP.error.no.changes.uninstall=\u672a\u9009\u62e9\u529f\u80fd\u3002\u81f3\u5c11\u9009\u62e9\u4e00\u4e2a\u8981\u5378\u8f7d\u7684\u529f\u80fd\u3002
-CSP.error.requirement.install=\u9700\u8981 {1} \u624d\u80fd\u5b89\u88c5 {0}\u3002
-CSP.error.conflict.install={0} \u4e0e {1} \u76f8\u51b2\u7a81\u3002
-CSP.error.requirement.uninstall={1} \u9700\u8981 {0}\u3002
-CSP.error.not.enough.space.to.download=\u7528\u4e8e\u4e0b\u8f7d\u5b89\u88c5\u6570\u636e\u7684\u786c\u76d8\u7a7a\u95f4\u4e0d\u8db3\u3002{0} \u4e2d\u9700\u8981\u989d\u5916\u7684 {1}\u3002
-CSP.error.not.enough.space.to.extract=\u7528\u4e8e\u63d0\u53d6\u5b89\u88c5\u6570\u636e\u7684\u786c\u76d8\u7a7a\u95f4\u4e0d\u8db3\u3002{0} \u4e2d\u9700\u8981\u989d\u5916\u7684 {1}\u3002
-CSP.error.cannot.check.space=\u65e0\u6cd5\u68c0\u67e5\u53ef\u7528\u786c\u76d8\u7a7a\u95f4
-
-################################################################################
-# DestinationPanel.java
-DP.title=\u5b89\u88c5\u6587\u4ef6\u5939
-DP.description=\u9009\u62e9\u76ee\u6807\u6587\u4ef6\u5939\u3002
-
-DP.destination.label.text=\u5b89\u88c5\u4f4d\u7f6e(&I)\uff1a
-DP.destination.button.text=\u6d4f\u89c8(&R)...
-
-DP.error.null=\u5b89\u88c5\u6587\u4ef6\u5939\u4e0d\u80fd\u4e3a\u7a7a\u3002
-DP.error.not.valid=\u6307\u5b9a\u7684\u5b89\u88c5\u6587\u4ef6\u5939\u65e0\u6548\u3002
-DP.error.contains.exclamation=\u5b89\u88c5\u6587\u4ef6\u5939\u4e0d\u80fd\u5305\u542b\u611f\u53f9\u53f7 (!)\u3002
-DP.error.contains.semicolon=\u5b89\u88c5\u6587\u4ef6\u5939\u4e0d\u80fd\u5305\u542b\u5206\u53f7 (;)\u3002
-DP.error.contains.colon=\u5b89\u88c5\u6587\u4ef6\u5939\u4e0d\u80fd\u5305\u542b\u5192\u53f7 (:)\u3002
-DP.error.contains.ampersand=\u5b89\u88c5\u6587\u4ef6\u5939\u4e0d\u80fd\u5305\u542b\u4e0e\u53f7 (&)\u3002
-DP.error.contains.wrong.char=\u5b89\u88c5\u6587\u4ef6\u5939\u5305\u542b\u9519\u8bef\u5b57\u7b26 ({1})\u3002
-DP.error.matches.prohibited.regexp=\u6307\u5b9a\u7684\u5b89\u88c5\u6587\u4ef6\u5939\u65e0\u6548\uff08\u6b64\u6587\u4ef6\u5939\u4e0e\u7981\u6b62\u4f7f\u7528\u7684\u6a21\u5f0f {1} \u76f8\u5339\u914d\uff09\u3002
-DP.error.not.absolute=\u6307\u5b9a\u7684\u5b89\u88c5\u6587\u4ef6\u5939\u5fc5\u987b\u91c7\u7528\u7edd\u5bf9\u8def\u5f84\u683c\u5f0f\u3002
-DP.error.cannot.canonize=\u65e0\u6cd5\u5bf9\u6307\u5b9a\u7684\u5b89\u88c5\u6587\u4ef6\u5939\u6267\u884c\u89c4\u8303\u5316\u3002
-DP.error.not.directory=\u6307\u5b9a\u7684\u5b89\u88c5\u4f4d\u7f6e\u4e0d\u662f\u6587\u4ef6\u5939\u3002
-DP.error.not.readable=\u6307\u5b9a\u7684\u5b89\u88c5\u6587\u4ef6\u5939\u4e0d\u53ef\u8bfb\u3002
-DP.error.not.writable=\u6307\u5b9a\u7684\u5b89\u88c5\u6587\u4ef6\u5939\u5177\u6709\u53ea\u8bfb\u5c5e\u6027\u3002
-DP.error.not.empty=\u6307\u5b9a\u7684\u5b89\u88c5\u6587\u4ef6\u5939\u4e0d\u4e3a\u7a7a\u3002
-DP.error.not.ends.with.app=\u6307\u5b9a\u7684\u5b89\u88c5\u6587\u4ef6\u5939\u5fc5\u987b\u4ee5 ".app" \u7ed3\u5c3e\u3002
-DP.error.not.enough.space=\u6ca1\u6709\u8db3\u591f\u7684\u786c\u76d8\u7a7a\u95f4\u3002{0} \u4e2d\u9700\u8981\u989d\u5916\u7684 {1}\u3002
-DP.error.cannot.get.logic=\u65e0\u6cd5\u83b7\u53d6\u914d\u7f6e\u903b\u8f91
-DP.error.cannot.check.space=\u65e0\u6cd5\u68c0\u67e5\u53ef\u7528\u786c\u76d8\u7a7a\u95f4
-
-#NOI18N
-#DP.default.destination=$N{install}
-
-################################################################################
-# JdkLocationPanel.java
-JLP.location.label.text=&JDK\u2122 home \u6587\u4ef6\u5939\uff1a
-JLP.location.label.text.java=&Java\u2122 \u73af\u5883 home \u6587\u4ef6\u5939\uff1a
-JLP.location.button.text=\u6d4f\u89c8(&R)...
-JLP.list.label.text=\u5728\u6b64\u8ba1\u7b97\u673a\u4e0a\u627e\u5230\u7684\u7b26\u5408\u8981\u6c42\u7684 JDK\u2122 \u5217\u8868(&L)\uff1a
-JLP.list.label.text.java=\u5728\u6b64\u8ba1\u7b97\u673a\u4e0a\u627e\u5230\u7684\u7b26\u5408\u8981\u6c42\u7684 Java\u2122 \u73af\u5883\u5217\u8868(&L)\uff1a
-
-JLP.error.null=JDK \u8def\u5f84\u4e0d\u80fd\u4e3a\u7a7a\u3002
-JLP.error.null.java=Java \u73af\u5883\u7684\u8def\u5f84\u4e0d\u80fd\u4e3a\u7a7a\u3002
-JLP.error.not.valid.path=\u6307\u5b9a\u7684 JDK \u6587\u4ef6\u5939 {0} \u65e0\u6548\u3002
-JLP.error.not.valid.path.java=\u6307\u5b9a\u7684 Java \u73af\u5883\u6587\u4ef6\u5939 {0} \u65e0\u6548\u3002
-JLP.error.path.not.exists=\u6307\u5b9a\u7684 JDK \u6587\u4ef6\u5939 {0} \u4e0d\u5b58\u5728\u3002
-JLP.error.path.not.exists.java=\u6307\u5b9a\u7684 Java \u73af\u5883\u6587\u4ef6\u5939 {0} \u4e0d\u5b58\u5728\u3002
-JLP.error.not.javahome=\u6307\u5b9a\u7684 JDK \u6587\u4ef6\u5939 {0} \u4e0d\u5305\u542b JDK\u3002
-JLP.error.not.javahome.java=\u6307\u5b9a\u7684 Java \u73af\u5883\u6587\u4ef6\u5939 {0} \u4e0d\u5305\u542b Java \u73af\u5883\u3002
-JLP.error.not.jdk=\u6307\u5b9a\u7684 JDK \u6587\u4ef6\u5939 {0} \u5305\u542b JRE\uff0c\u4f46\u9700\u8981\u5b8c\u6574\u7684 JDK\u3002
-JLP.error.wrong.version.older=\u6307\u5b9a\u7684 JDK \u6587\u4ef6\u5939 {0} \u5305\u542b JDK \u7248\u672c "{1}"\uff0c\u4f46\u6240\u9700\u7684\u6700\u4f4e\u7248\u672c\u4e3a "{2}"\u3002
-JLP.error.wrong.version.older.java=\u6307\u5b9a\u7684 Java \u73af\u5883\u6587\u4ef6\u5939 {0} \u5305\u542b Java \u7248\u672c "{1}"\uff0c\u4f46\u6240\u9700\u7684\u6700\u4f4e\u7248\u672c\u4e3a "{2}"\u3002
-JLP.error.wrong.version.newer=\u6307\u5b9a\u7684 JDK \u6587\u4ef6\u5939 {0} \u5305\u542b JDK \u7248\u672c "{1}"\uff0c\u4f46\u6240\u9700\u7684\u6700\u9ad8\u7248\u672c\u4e3a "{2}"\u3002
-JLP.error.wrong.version.newer.java=\u6307\u5b9a\u7684 Java \u73af\u5883\u6587\u4ef6\u5939 {0} \u5305\u542b Java \u7248\u672c "{1}"\uff0c\u4f46\u6240\u9700\u7684\u6700\u9ad8\u7248\u672c\u4e3a "{2}"\u3002
-JLP.error.wrong.vendor=\u6307\u5b9a\u7684 JDK \u6587\u4ef6\u5939 {0} \u5305\u542b\u7531\u4e0d\u652f\u6301\u7684\u4f9b\u5e94\u5546 ({1}) \u63d0\u4f9b\u7684 JDK\u3002\u652f\u6301\u7684\u4f9b\u5e94\u5546\u4e3a "{2}"\u3002
-JLP.error.wrong.vendor.java=\u6307\u5b9a\u7684 Java \u73af\u5883\u6587\u4ef6\u5939 {0} \u5305\u542b\u7531\u4e0d\u652f\u6301\u7684\u4f9b\u5e94\u5546 ({1}) \u63d0\u4f9b\u7684 Java\u3002\u652f\u6301\u7684\u4f9b\u5e94\u5546\u4e3a "{2}"\u3002
-JLP.error.unknown=\u5728\u9a8c\u8bc1\u8def\u5f84\u65f6\u51fa\u73b0\u672a\u77e5\u9519\u8bef\u3002
-#JLP.java.download.page=http://java.sun.com/javase/downloads
-#JLP.java.download.page.mac=http://developer.apple.com/java/download
-JLP.error.nothing.found=<html>\u5b89\u88c5\u7a0b\u5e8f\u627e\u4e0d\u5230\u517c\u5bb9\u7684 JDK \u5b89\u88c5\uff0c\u8bf7\u624b\u52a8\u6307\u5b9a\u8be5\u5b89\u88c5\u3002<br>\u6240\u9700\u7684\u6700\u4f4e\u7248\u672c\u4e3a {0}\u3002\u8981\u4e0b\u8f7d JDK\uff0c\u8bf7\u8bbf\u95ee <a href="{2}">{2}</a>
-JLP.error.nothing.found.java=<html>\u5b89\u88c5\u7a0b\u5e8f\u627e\u4e0d\u5230\u517c\u5bb9\u7684 Java \u73af\u5883\uff0c\u8bf7\u624b\u52a8\u6307\u5b9a\u8be5\u73af\u5883\u3002<br>\u6240\u9700\u7684\u6700\u4f4e\u7248\u672c\u4e3a {0}\u3002\u8981\u4e0b\u8f7d Java \u73af\u5883\uff0c\u8bf7\u8bbf\u95ee <a href="{2}">{2}</a>
-
-JLP.usedby.label={0}\uff08\u7531 {1} \u4f7f\u7528\uff09
-
-#NOI18N
-#JLP.minimum.jdk.version=1.0.0
-#NOI18N
-#JLP.maximum.jdk.version=500.0.0
-#NOI18N
-#JLP.vendor.jdk.allowed=.*
-
-################################################################################
-# PostCreateBundleSummaryPanel.java
-PoCBSP.dialog.title=\u521b\u5efa\u5305\u540e\u7684\u6458\u8981
-PoCBSP.dialog.description=\u5355\u51fb\u201c\u5b8c\u6210\u201d\u9000\u51fa\u3002
-
-PoCBSP.message.success.text=\u5b89\u88c5\u5411\u5bfc\u6210\u529f\u6267\u884c\u4e86\u9009\u5b9a\u7684\u64cd\u4f5c\u3002
-#NOI18N
-#PoCBSP.message.success.content.type=text/plain
-PoCBSP.message.errors.text=\u5728\u521b\u5efa\u5305\u7684\u8fc7\u7a0b\u4e2d\u9047\u5230\u4e00\u4e9b\u9519\u8bef\u3002
-#NOI18N
-#PoCBSP.message.errors.content.type=text/plain
-PoCBSP.successfully.bundled.components.label.text=\u5df2\u6210\u529f\u6346\u7ed1\u4e86\u4ee5\u4e0b\u7ec4\u4ef6\uff1a
-#NOI18N
-#PoCBSP.successfully.bundled.components.text={0}
-#NOI18N
-#PoCBSP.successfully.bundled.components.content.type=text/plain
-PoCBSP.components.failed.to.bundle.label.text=\u65e0\u6cd5\u6346\u7ed1\u4ee5\u4e0b\u7ec4\u4ef6\uff1a
-#NOI18N
-#PoCBSP.components.failed.to.bundle.text={0}
-#NOI18N
-#PoCBSP.components.failed.to.bundle.content.type=text/plain
-PoCBSP.view.log.button.text=\u67e5\u770b\u65e5\u5fd7(&L)
-PoCBSP.send.log.button.text=\u53d1\u9001\u65e5\u5fd7(&S)
-#PoCBSP.components.list.separator=, 
-
-################################################################################
-# PostInstallSummaryPanel.java
-PoISP.dialog.title=\u5b89\u88c5\u5411\u5bfc - \u5b89\u88c5\u540e\u7684\u6458\u8981
-
-PoISP.message.success.text=\u5b89\u88c5\u5411\u5bfc\u6210\u529f\u6267\u884c\u4e86\u9009\u5b9a\u7684\u64cd\u4f5c\u3002
-#NOI18N
-#PoISP.message.success.content.type=text/plain
-PoISP.message.warnings.text=\u5728\u5b89\u88c5/\u5378\u8f7d\u8fc7\u7a0b\u4e2d\u9047\u5230\u4e00\u4e9b\u8b66\u544a\u3002
-#NOI18N
-#PoISP.message.warnings.content.type=text/plain
-PoISP.message.errors.text=\u5728\u5b89\u88c5/\u5378\u8f7d\u8fc7\u7a0b\u4e2d\u9047\u5230\u4e00\u4e9b\u9519\u8bef\u3002
-#NOI18N
-#PoISP.message.errors.content.type=text/plain
-
-PoISP.successfully.installed.label.text=\u5df2\u6210\u529f\u5b89\u88c5\u4e86\u4ee5\u4e0b\u7ec4\u4ef6\uff1a
-#NOI18N
-#PoISP.successfully.installed.text={0}
-#NOI18N
-#PoISP.successfully.installed.content.type=text/plain
-
-PoISP.installed.with.warnings.label.text=\u5b89\u88c5\u4e86\u4ee5\u4e0b\u7ec4\u4ef6\uff0c\u4f46\u51fa\u73b0\u8b66\u544a\uff1a
-#NOI18N
-#PoISP.installed.with.warnings.text={0}
-#NOI18N
-#PoISP.installed.with.warnings.content.type=text/plain
-
-PoISP.failed.to.install.label.text=\u65e0\u6cd5\u5b89\u88c5\u4ee5\u4e0b\u7ec4\u4ef6\uff1a
-#NOI18N
-#PoISP.failed.to.install.text={0}
-#NOI18N
-#PoISP.failed.to.install.content.type=text/plain
-
-PoISP.successfully.uninstalled.label.text=\u5df2\u6210\u529f\u5378\u8f7d\u4e86\u4ee5\u4e0b\u7ec4\u4ef6\uff1a
-#NOI18N
-#PoISP.successfully.uninstalled.text={0}
-#NOI18N
-#PoISP.successfully.uninstalled.content.type=text/plain
-
-PoISP.uninstalled.with.warnings.label.text=\u5378\u8f7d\u4e86\u4ee5\u4e0b\u7ec4\u4ef6\uff0c\u4f46\u51fa\u73b0\u8b66\u544a\uff1a
-#NOI18N
-#PoISP.uninstalled.with.warnings.text={0}
-#NOI18N
-#PoISP.uninstalled.with.warnings.content.type=text/plain
-
-PoISP.failed.to.uninstall.label.text=\u65e0\u6cd5\u5378\u8f7d\u4ee5\u4e0b\u7ec4\u4ef6\uff1a
-#NOI18N
-#PoISP.failed.to.uninstall.text={0}
-#NOI18N
-#PoISP.failed.to.uninstall.content.type=text/plain
-
-PoISP.view.details.button.text=\u67e5\u770b\u8be6\u7ec6\u4fe1\u606f(&D)
-PoISP.view.log.button.text=\u67e5\u770b\u65e5\u5fd7(&L)
-PoISP.send.log.button.text=\u53d1\u9001\u65e5\u5fd7(&S)
-
-#PoISP.components.list.separator=, 
-PoISP.error.logfile.unavailable=\u65e5\u5fd7\u6587\u4ef6\u4e0d\u53ef\u7528
-
-PoISP.message.files.remaining=\u65e0\u6cd5\u4ece {0} \u5b89\u88c5\u76ee\u5f55\u4e2d\u5220\u9664\u67d0\u4e9b\u6587\u4ef6\u3002\u60a8\u9700\u8981\u624b\u52a8\u5220\u9664\u5b83\u4eec\u3002
-
-################################################################################
-# PreCreateBundleSummaryPanel.java
-PrCBSPdialog.title=\u521b\u5efa\u5305\u524d\u7684\u6458\u8981
-PrCBSPdialog.description=\u5355\u51fb\u201c\u521b\u5efa\u201d\u4ee5\u521b\u5efa\u5305\u3002
-
-PrCBSPmessage.text=\u5411\u5bfc\u5df2\u6536\u96c6\u4e86\u7ee7\u7eed\u521b\u5efa\u5305\u6240\u9700\u7684\u5168\u90e8\u6570\u636e\u3002\u8bf7\u68c0\u67e5\u60a8\u7684\u9009\u62e9\u3002\u8981\u7ee7\u7eed\u64cd\u4f5c\uff0c\u8bf7\u5355\u51fb\u201c\u4e0b\u4e00\u6b65\u201d\u3002
-#NOI18N
-#PrCBSPmessage.content.type=text/plain
-PrCBSPcomponents.to.bundle.label.text=\u60a8\u9009\u62e9\u521b\u5efa\u5177\u6709\u4ee5\u4e0b\u7ec4\u4ef6\u7684\u5305\uff1a
-#PrCBSPcomponents.to.bundle.text={0}.
-#NOI18N
-#PrCBSPcomponents.to.bundle.content.type=text/plain
-#PrCBSPcomponents.list.separator=, 
-PrCBSPdownload.size.label.text=\u603b\u4e0b\u8f7d\u5927\u5c0f\uff1a{0}
-PrCBSPrequired.disk.space.label.text=\u6240\u9700\u7684\u786c\u76d8\u7a7a\u95f4\uff1a{0}
-PrCBSPcreate.button.text=\u521b\u5efa(&C)
-
-################################################################################
-# PreInstallSummaryPanel.java
-PrISP.title=\u5b89\u88c5\u524d\u7684\u6458\u8981
-
-PrISP.message.text=\u5b89\u88c5\u5411\u5bfc\u5df2\u6536\u96c6\u4e86\u7ee7\u7eed\u5b89\u88c5/\u5378\u8f7d\u9009\u5b9a\u7ec4\u4ef6\u6240\u9700\u7684\u5168\u90e8\u6570\u636e\u3002\u8bf7\u68c0\u67e5\u60a8\u7684\u9009\u62e9\u3002\u8981\u7ee7\u7eed\u64cd\u4f5c\uff0c\u8bf7\u5355\u51fb\u201c\u4e0b\u4e00\u6b65\u201d\u3002
-#NOI18N
-#PrISP.message.content.type=text/plain
-PrISP.components.to.install.label.text=\u60a8\u9009\u62e9\u5b89\u88c5\u4ee5\u4e0b\u7ec4\u4ef6\uff1a
-PrISP.components.to.install.text={0}\u3002
-PrISP.components.to.install.content.type=text/plain
-PrISP.components.to.uninstall.label.text=\u60a8\u9009\u62e9\u5378\u8f7d\u4ee5\u4e0b\u7ec4\u4ef6\uff1a
-PrISP.components.to.uninstall.text={0}\u3002
-#NOI18N
-#PrISP.components.to.uninstall.content.type=text/plain
-#PrISP.components.list.separator=, 
-
-PrISP.download.size.label.text=\u603b\u4e0b\u8f7d\u5927\u5c0f\uff1a{0}
-PrISP.required.disk.space.label.text=\u6240\u9700\u7684\u786c\u76d8\u7a7a\u95f4\uff1a{0}
-PrISP.install.button.text=\u5b89\u88c5(&I)
-
-PrISP.error.not.enough.space=\u7528\u4e8e\u5b9e\u9645\u5b89\u88c5\u7684\u786c\u76d8\u7a7a\u95f4\u4e0d\u8db3\u3002{0} \u4e2d\u9700\u8981\u989d\u5916\u7684 {1}\u3002
-PrISP.error.cannot.check.space=\u65e0\u6cd5\u68c0\u67e5\u53ef\u7528\u786c\u76d8\u7a7a\u95f4
-PrISP.error.logic.access=\u65e0\u6cd5\u8bbf\u95ee\u4ea7\u54c1\u7684\u914d\u7f6e\u903b\u8f91
-PrISP.error.fsroots=\u65e0\u6cd5\u83b7\u53d6\u6587\u4ef6\u7cfb\u7edf\u6839\u76ee\u5f55\u7684\u5217\u8868
-PrISP.error.non.existent.root={0} \u88ab\u8bbe\u7f6e\u4e3a\u5b89\u88c5\u5230\u4e0d\u5c5e\u4e8e\u4efb\u4f55\u6587\u4ef6\u7cfb\u7edf\u6839\u76ee\u5f55\u7684 {1} \u4e0a\u3002
-PrISP.error.cannot.write=\u5411\u5bfc\u4e0d\u5177\u6709 {0} \u5b89\u88c5\u76ee\u5f55 {1} \u7684\u5199\u5165\u6743\u9650\u3002\u8bf7\u5728\u7ee7\u7eed\u6267\u884c\u64cd\u4f5c\u524d\u66f4\u6b63\u6743\u9650\u3002
-
-################################################################################
-# LicensesPanel.java
-LP.title=\u8bb8\u53ef\u8bc1\u534f\u8bae
-LP.description=\u8bf7\u4ed4\u7ec6\u9605\u8bfb\u4e0b\u9762\u7684\u8bb8\u53ef\u8bc1\u534f\u8bae\u3002
-
-LP.accept.checkbox.text=\u6211\u63a5\u53d7\u8bb8\u53ef\u8bc1\u534f\u8bae\u4e2d\u7684\u6761\u6b3e(&A)
-LP.error.cannot.get.logic=\u65e0\u6cd5\u8bbf\u95ee\u914d\u7f6e\u903b\u8f91
-
-#LP.append.license.format=-------------------------------------------------\n{0}:\n\n{1}\n\n
-#NOI18N
-#LP.overall.license.format={0}
-#NOI18N
-#LP.single.product.license.format={1}
-################################################################################
-# TextPanel.java
-TP.text=<\u65e0\u6587\u672c>
-#NOI18N
-#TP.content.type=text/plain
-
-
-################################################################################
-# ErrorMessagePanel.java
-EMP.cancel.dialog.message=\u662f\u5426\u786e\u5b9e\u8981\u53d6\u6d88\uff1f
-EMP.cancel.dialog.title=\u53d6\u6d88
-EMP.error.failed.input.verify=\u65e0\u6cd5\u9a8c\u8bc1\u8f93\u5165
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_zh_CN.properties
deleted file mode 100644
index 837e2c2..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/containers/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-# SwingFrameContainer.java
-SFC.error.failed.to.download.icon=\u65e0\u6cd5\u4ece URI \u4e0b\u8f7d\u5411\u5bfc\u56fe\u6807 - {0}\u3002
-SFC.error.failed.to.set.icon=\u65e0\u6cd5\u8bbe\u7f6e Swing \u6846\u67b6\u5bb9\u5668\u56fe\u6807\u3002
-SFC.error.failed.to.attach.error.handler=\u65e0\u6cd5\u5c06\u5b9a\u5236\u9519\u8bef\u5904\u7406\u7a0b\u5e8f\u9644\u52a0\u5230 EDT\u3002
-#SFC.frame.title.prefix=NBI
-SFC.frame.title.pattern={0} - {1}
-
-SFC.error.close.operation=\u65e0\u6cd5\u8bbe\u7f6e\u7f3a\u7701\u7684\u5173\u95ed\u64cd\u4f5c
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_zh_CN.properties
deleted file mode 100644
index 416c329..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/ext/nbi-engine/org/netbeans/installer/wizard/utils/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU General Public
-# License Version 2 only ("GPL") or the Common Development and Distribution
-# License("CDDL") (collectively, the "License"). You may not use this file except in
-# compliance with the License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
-# License for the specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header Notice in
-# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
-# designates this particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
-# If applicable, add the following below the License Header, with the fields enclosed
-# by brackets [] replaced by your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# Contributor(s):
-# 
-# The Original Software is NetBeans. The Initial Developer of the Original Software
-# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
-# Rights Reserved.
-# 
-# If you wish your version of this file to be governed by only the CDDL or only the
-# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
-# this software in this distribution under the [CDDL or GPL Version 2] license." If
-# you do not indicate a single choice of license, a recipient has the option to
-# distribute your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above. However, if you
-# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
-# option applies only if the new code is made subject to such option by the copyright
-# holder.
-# 
-
-#####################################################################################
-IDD.installation.details.label=\u5b89\u88c5\u8be6\u7ec6\u4fe1\u606f
-IDD.component.label=\u7ec4\u4ef6
-IDD.status.label=\u72b6\u6001
-
-ILD.loading.logfile=\u52a0\u8f7d\u65e5\u5fd7\u6587\u4ef6\u3002\u8bf7\u7a0d\u5019...
-ILD.error.reading.log=\u65e0\u6cd5\u8bfb\u53d6\u65e5\u5fd7\u6587\u4ef6 {0}\u3002
-ILD.error.log.contents=\u65e5\u5fd7\u5185\u5bb9\u4e0d\u53ef\u7528\u3002
-
diff --git a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_zh_CN.properties b/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_zh_CN.properties
deleted file mode 100644
index 5e4bdb8..0000000
--- a/l10n/src/zh_CN/harness/org-netbeans-libs-nbi-engine/org-netbeans-libs-nbi-engine/org/netbeans/libs/nbi/engine/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Name=NBI \u5f15\u64ce\u5e93
-
diff --git a/l10n/src/zh_CN/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_zh_CN.properties
deleted file mode 100644
index 3ab8399..0000000
--- a/l10n/src/zh_CN/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apple \u5e94\u7528\u7a0b\u5e8f\u83dc\u5355
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u5bf9 Apple \u5e94\u7528\u7a0b\u5e8f\u83dc\u5355\u63d0\u4f9b\u6b63\u786e\u652f\u6301
-
-OpenIDE-Module-Long-Description=\u4f7f Apple \u83dc\u5355\u9879\u6b63\u5e38\u5de5\u4f5c\uff0c\u5e76\u5c06\u6b64\u5904\u7684\u4e00\u4e9b\u6807\u51c6\u83dc\u5355\u9879\u79fb\u8d70 -\u201c\u5de5\u5177\u201d|\u201c\u9009\u9879\u201d\u53d8\u4e3a\u201c\u9996\u9009\u9879\u201d\u3002
-
-MSG_MinimizeWindowAction=\u6700\u5c0f\u5316\u7a97\u53e3(&M)
-
diff --git a/l10n/src/zh_CN/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_zh_CN.properties
deleted file mode 100644
index e7ebfd6..0000000
--- a/l10n/src/zh_CN/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=\u6b63\u5728\u5efa\u7acb\u8fde\u63a5...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=\u6b63\u5728\u68c0\u67e5 {0} \u4e2d\u7684\u66f4\u65b0... 
-InstallSupportImpl_Validate_CorruptedNBM=\u65e0\u6cd5\u8bfb\u53d6 NBM {0}
-InstallSupportImpl_TurnOnTimeout=\u88c5\u5165 {0} \u8d85\u65f6
-InstallSupportImpl_NullSource=\u6a21\u5757 "{0}" \u7684\u6e90 URL \u4e3a null\uff0c\u5f88\u53ef\u80fd\u662f\u5728 UC \u76ee\u5f55\u4e2d\u5c06 "distribution" \u5c5e\u6027\u8bbe\u7f6e\u4e3a\u7a7a\u5b57\u7b26\u4e32\u3002\n\u6709\u5173\u66f4\u591a\u7684\u8be6\u7ec6\u4fe1\u606f\uff0c\u53e6\u8bf7\u53c2\u89c1 http://www.netbeans.org/issues/show_bug.cgi?id=153799\u3002
-InstallSupportImpl_Download_Unavailable=\u65e0\u6cd5\u8bbf\u95ee {0}
-OperationSupportImpl_Custom_Uninstall=\u6b63\u5728\u5378\u8f7d {0}
-OperationSupportImpl_Custom_Install=\u5b89\u88c5 {0}
-
-UpdateUnitFactory_Libraries_Category=\u5e93
-UpdateUnitFactory_Bridges_Category=\u6865
-UpdateUnitFactory_Unsorted_Category=\u672a\u5f52\u7c7b
-UpdateElementImpl_Feature_CategoryName=\u529f\u80fd
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>\u5b89\u88c5\u7684\u6a21\u5757\uff1a</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>\u5b89\u88c5\u7684\u6a21\u5757\uff1a</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>\u5c1a\u672a\u5b89\u88c5\u7684\u6a21\u5757\uff1a</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>\u5c1a\u672a\u5b89\u88c5\u7684\u6a21\u5757\uff1a</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>\u6b64\u63d2\u4ef6\u63d0\u4f9b\u7684\u65b0\u6a21\u5757\uff1a</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>\u6b64\u63d2\u4ef6\u63d0\u4f9b\u7684\u65b0\u6a21\u5757\uff1a</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/zh_CN/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_zh_CN.properties
deleted file mode 100644
index 530030d..0000000
--- a/l10n/src/zh_CN/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Long-Description=\u81ea\u52a8\u66f4\u65b0\u529f\u80fd\u5c06\u63d0\u4f9b\u4ee5\u4e0b\u51e0\u9879\u670d\u52a1\uff1a\u4e0b\u8f7d\u5e76\u5b89\u88c5\u5df2\u5b89\u88c5\u6a21\u5757\u7684\u53ef\u7528\u66f4\u65b0\uff1b\u641c\u7d22\u8ba2\u9605\u7684\u66f4\u65b0\u4e2d\u5fc3\u4e2d\u7684\u65b0\u6a21\u5757\u5e76\u5b89\u88c5\u8fd9\u4e9b\u6a21\u5757\uff1b\u67e5\u770b\u548c\u7ba1\u7406 \u6a21\u5757\u3002
-OpenIDE-Module-Name=\u81ea\u52a8\u66f4\u65b0\u670d\u52a1
-OpenIDE-Module-Short-Description=\u652f\u6301\u5728\u66f4\u65b0\u4e2d\u5fc3\u4e2d\u641c\u7d22\u6a21\u5757\u66f4\u65b0\uff0c\u4ee5\u53ca\u4e0b\u8f7d\u5e76\u5b89\u88c5 \u6a21\u5757
-
diff --git a/l10n/src/zh_CN/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_zh_CN.properties
deleted file mode 100644
index b6e6085..0000000
--- a/l10n/src/zh_CN/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=\u7f3a\u7701\u66f4\u65b0\u4e2d\u5fc3
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=\u5e93
-ArtificialFeaturesProvider_Bridges_Category=\u6865
-ArtificialFeaturesProvider_Unsorted_Category=\u672a\u5f52\u7c7b
-ArtificialFeaturesProvider_Features_Category=\u529f\u80fd
-NetworkAccess_Timeout=\u5728\u6253\u5f00\u4e0e {0} \u7684\u8fde\u63a5\u65f6\u8d85\u65f6
-
diff --git a/l10n/src/zh_CN/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_zh_CN.properties
deleted file mode 100644
index 838b04a..0000000
--- a/l10n/src/zh_CN/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,71 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=\u51c6\u5907\u89e3\u538b\u7f29
-CTL_UnpackingFile=\u89e3\u538b\u7f29\u6587\u4ef6\uff1a
-CTL_DeletingFiles=\u6b63\u5728\u5378\u8f7d\u6587\u4ef6...
-CTL_DisablingFiles=\u6b63\u5728\u53d6\u6d88\u6fc0\u6d3b\u6587\u4ef6...
-UpdaterFrame.jTextArea1.text=\u6b63\u5728\u66f4\u65b0\u3002\n\n\u8bf7\u7a0d\u5019...
-UpdaterFrame.textLabel.text=\u51c6\u5907\u89e3\u538b\u7f29
-UpdaterFrame.Form.title=\u66f4\u65b0\u7a0b\u5e8f
-UpdaterFrame.textLabel.fontName=\u5bf9\u8bdd\u6846
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/zh_CN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_zh_CN.properties
deleted file mode 100644
index ce1592b..0000000
--- a/l10n/src/zh_CN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} \u66f4\u591a...
-Less_Command_Text={0} \u66f4\u5c11...
-UnitTab_ReloadTime=\u4e0a\u6b21\u68c0\u67e5\u65f6\u95f4\uff1a{0}
-UnitTab_ReloadTime_Never=\u4ece\u4e0d
-UnitTab_LessAction=\u663e\u793a\u66f4\u5c11\u63d2\u4ef6
-UnitTab_MoreAction=\u663e\u793a\u66f4\u591a\u63d2\u4ef6
-UnitTab_TooltipCheckBox_INSTALLED=\u9009\u4e2d\u63d2\u4ef6 {0}
-UnitTab_Tooltip_RefreshAction=\u91cd\u65b0\u88c5\u5165\u76ee\u5f55
-UnitTab_bTabAction_Name_INSTALLED=\u5378\u8f7d(&N)
-UnitTab_TooltipCheckBox_UPDATE=\u9009\u4e2d\u63d2\u4ef6 {0}
-UnitTab_bTabAction_Name_UPDATE=\u66f4\u65b0(&U)
-UnitTab_CheckAction=\u9009\u4e2d
-UnitTab_CheckCategoryAction=\u9009\u4e2d\u7c7b\u522b
-UnitTab_UncheckCategoryAction=\u53d6\u6d88\u9009\u4e2d\u7c7b\u522b
-UnitTab_CheckAllAction=\u5168\u90e8\u9009\u4e2d
-UnitTab_UncheckAllAction=\u5168\u90e8\u53d6\u6d88\u9009\u4e2d
-UnitTab_ReloadAction=\u91cd\u65b0\u88c5\u5165\u76ee\u5f55(&R)
-UnitTab_PrepareReloadAction=\u8bf7\u7a0d\u5019\uff0c\u6b63\u5728\u91cd\u65b0\u88c5\u5165\u76ee\u5f55
-UnitTab_RemoveLocallyDownloadedAction=\u5220\u9664(&R)
-UnitTab_ActivateAction=\u6fc0\u6d3b(&A)
-UnitTab_ActivateCategoryAction=\u6fc0\u6d3b\u7c7b\u522b
-UnitTab_DeactivateAction=\u53d6\u6d88\u6fc0\u6d3b(&D)
-UnitTab_DeactivateCategoryAction=\u53d6\u6d88\u6fc0\u6d3b\u7c7b\u522b
-AvailableTab_SourceCategory_Tooltip_STANDARD=\u8ba4\u8bc1\u7684\u63d2\u4ef6
-AvailableTab_SourceCategory_Tooltip_BETA=Beta \u63d2\u4ef6
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=\u793e\u533a\u63d0\u4f9b\u7684\u63d2\u4ef6
-InstallTab_Active_Tooltip=\u6d3b\u52a8
-InstallTab_InActive_Tooltip=\u4e0d\u6d3b\u52a8
-InstallTab_PendingForInstall_Tooltip=\u9700\u8981\u91cd\u65b0\u542f\u52a8\u5e94\u7528\u7a0b\u5e8f\u624d\u80fd\u5b8c\u6210\u5b89\u88c5
-InstallTab_PendingForDeactivate_Tooltip=\u9700\u8981\u91cd\u65b0\u542f\u52a8\u5e94\u7528\u7a0b\u5e8f\u624d\u80fd\u5b8c\u6210\u53d6\u6d88\u6fc0\u6d3b
-InstallTab_ReadOnly_Tooltip={0} \u5904\u4e8e\u53ea\u8bfb\u6a21\u5f0f\uff0c\u56e0\u6b64\u65e0\u6cd5\u9009\u4e2d
-UnitTab_TooltipCheckBox_AVAILABLE=\u9009\u4e2d\u63d2\u4ef6 {0}
-UnitTab_bTabAction_Name_AVAILABLE=\u5b89\u88c5(&I)
-UnitTab_TooltipCheckBox_LOCAL=\u9009\u4e2d\u63d2\u4ef6 {0}
-UnitTab_Tooltip_AddAction_LOCAL=\u6dfb\u52a0\u672c\u5730\u4e0b\u8f7d\u7684\u63d2\u4ef6
-UnitTab_Tooltip_RemoveAction_LOCAL=\u4ece\u5217\u8868\u4e2d\u5220\u9664\u63d2\u4ef6
-UnitTab_bTabAction_Name_LOCAL=\u5b89\u88c5(&I)
-UnitTab_lHowManySelected_TextFormatWithSize={0}\uff0c{1}
-UnitTab_lHowManySelected_Single_Text=\u5df2\u9009\u62e9 {0} \u63d2\u4ef6
-UnitTab_lHowManySelected_Many_Text=\u5df2\u9009\u62e9 {0} \u4e2a\u63d2\u4ef6
-UnitTab_OperationName_Text_INSTALLED=\u5378\u8f7d
-UnitTab_OperationName_Text_UPDATE=\u66f4\u65b0
-UnitTab_OperationName_Text_AVAILABLE=\u5b89\u88c5
-UnitTab_OperationName_Text_LOCAL=\u5b89\u88c5
-UnitTab_lWarning_Text={0} \u64cd\u4f5c\u9700\u8981\u91cd\u65b0\u542f\u52a8\u5e94\u7528\u7a0b\u5e8f
-PluginManagerUI_UnitTab_Update_Title=\u66f4\u65b0
-PluginManagerUI_UnitTab_Update_ToolTip=\u60a8\u7684\u5e94\u7528\u7a0b\u5e8f\u662f\u6700\u65b0\u7684\uff01
-PluginManagerUI_UnitTab_Available_ToolTip=\u65e0\u63d2\u4ef6\u53ef\u7528\u3002\u8bf7\u5355\u51fb\u201c\u91cd\u65b0\u88c5\u5165\u76ee\u5f55\u201d\u4ee5\u83b7\u53d6\u6700\u65b0\u7684\u63d2\u4ef6\u3002
-PluginManagerUI_UnitTab_Available_Title=\u53ef\u7528\u63d2\u4ef6
-PluginManagerUI_UnitTab_Installed_Title=\u5df2\u5b89\u88c5
-PluginManagerUI_UnitTab_Local_Title=\u5df2\u4e0b\u8f7d
-UnitTab_bAddLocallyDownloads_Name=\u6dfb\u52a0\u63d2\u4ef6(&A)...
-UnitTab_bAddLocallyDownloads_ACN=\u6dfb\u52a0\u63d2\u4ef6
-UnitTab_bAddLocallyDownloads_ACD=\u901a\u8fc7\u201c\u6dfb\u52a0\u63d2\u4ef6\u201d\u6309\u94ae\uff0c\u53ef\u4ee5\u4f7f\u7528\u6587\u4ef6\u6d4f\u89c8\u5668\u5c06\u4e0b\u8f7d\u7684\u4efb\u4f55\u63d2\u4ef6\u6dfb\u52a0\u5230\u672c\u5730\u7cfb\u7edf
-NotificationAlreadyPreparedToIntsall=\u63d2\u4ef6 {0} \u5df2\u51c6\u5907\u597d\u8fdb\u884c\u66f4\u65b0/\u5b89\u88c5\u3002
-NotificationOneAlreadyInstalled=\u5df2\u5b89\u88c5\u63d2\u4ef6 "{0}"\u3002
-NotificationMoreAlreadyInstalled=\u5df2\u5b89\u88c5 "{0}" \u4e2a\u63d2\u4ef6\u3002
-NotificationAlreadyPresent=\u5df2\u6dfb\u52a0\u63d2\u4ef6 "{0}"\u3002\u662f\u5426\u8981\u66ff\u6362\u4e3a "{1}"\uff1f
-NotificationAlreadyPresentTitle=\u66ff\u6362\u63d2\u4ef6
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=\u6dfb\u52a0\u63d2\u4ef6
-CTL_FileFilterDescription=\u63d2\u4ef6\u5206\u53d1\u6587\u4ef6 (*.nbm)
-NetworkProblemPanel_taTitle_Text=\u65e0\u6cd5\u8fde\u63a5\u81f3\u66f4\u65b0\u4e2d\u5fc3
-NetworkProblemPanel_taMessage_WarningText=\u68c0\u67e5\u4ee3\u7406\u8bbe\u7f6e\u6216\u7a0d\u540e\u91cd\u8bd5\u3002\u5f53\u524d\u8be5\u670d\u52a1\u5668\u4e0d\u53ef\u7528\u3002\n\n\u60a8\u8fd8\u53ef\u80fd\u5e0c\u671b\u786e\u4fdd\u9632\u706b\u5899\u4e0d\u4f1a\u963b\u585e\u7f51\u7edc\u6d41\u91cf\u3002
-NetworkProblemPanel_taMessage_WarningTextWithReload=\u68c0\u67e5\u4ee3\u7406\u8bbe\u7f6e\u6216\u7a0d\u540e\u91cd\u8bd5\u3002\u5f53\u524d\u8be5\u670d\u52a1\u5668\u4e0d\u53ef\u7528\u3002\n\n\u60a8\u8fd8\u53ef\u80fd\u5e0c\u671b\u786e\u4fdd\u9632\u706b\u5899\u4e0d\u4f1a\u963b\u585e\u7f51\u7edc\u6d41\u91cf\u3002\n\n\u5982\u679c\u9ad8\u901f\u7f13\u5b58\u8fc7\u671f\uff0c\u53ef\u80fd\u4f1a\u53d1\u751f\u8fd9\u79cd\u60c5\u51b5\u3002\u8bf7\u5355\u51fb\u201c\u91cd\u65b0\u88c5\u5165\u76ee\u5f55\u201d\u4ee5\u5237\u65b0\u5185\u5bb9\u3002
-NetworkProblemPanel_taMessage_ErrorText=\u5e76\u975e\u5df2\u6210\u529f\u4e0b\u8f7d\u6240\u6709\u7684\u63d2\u4ef6\u3002\u5f53\u524d\u8be5\u670d\u52a1\u5668\u4e0d\u53ef\u7528\u3002\u8bf7\u7a0d\u540e\u91cd\u8bd5\u3002
-CTL_Warning=\u8b66\u544a
-CTL_Error=\u7f51\u7edc\u95ee\u9898
-CTL_ShowProxyOptions=\u4ee3\u7406\u914d\u7f6e(&P)...
-ACSD_ShowProxyOptions=N/A
-Utilities_NetworkProblem_Continue=\u91cd\u8bd5(&T)
-Utilities_NetworkProblem_Skip=\u8df3\u8fc7(&S)
-Utilities_NetworkProblem_Cancel=\u53d6\u6d88
-Utilities_NetworkProblem_Text=\u65e0\u6cd5\u8fde\u63a5 {0}\uff0c\u56e0\u4e3a {1}
-SettingsTable_ActiveColumn=\u6d3b\u52a8
-SettingsTable_NameColumn=\u540d\u79f0
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=\u8bbe\u7f6e
-SettingsTab.bProxy.text=\u4ee3\u7406\u8bbe\u7f6e(&P)
-UpdateUnitProviderPanel_OK=\u786e\u5b9a
-UpdateUnitProviderPanel_displayName=\u66f4\u65b0\u4e2d\u5fc3\u5b9a\u5236\u5668
-UpdateUnitProviderPanel.lName.text=\u540d\u79f0(&N)\uff1a
-UpdateUnitProviderPanel.lURL.text=&URL\uff1a
-UpdateUnitProviderPanel.cbActive.text=\u81ea\u52a8\u68c0\u67e5\u66f4\u65b0(&C)
-Utilities_Libraries_Category=\u5e93
-Utilities_Bridges_Category=\u6865
-Utilities_Unsorted_Category=\u672a\u5f52\u7c7b
-SettingsTab.bRemove.message=\u662f\u5426\u786e\u5b9e\u8981\u5220\u9664\u4ee5\u4e0b\u66f4\u65b0\u4e2d\u5fc3\uff1a"{0}"\uff1f 
-UpdateUnitProviderPanel.lName.adesc=\u540d\u79f0
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=\u81ea\u52a8\u68c0\u67e5\u66f4\u65b0
-UpdateUnitProviderPanel.error.name.short=\u672a\u6307\u5b9a\u66f4\u65b0\u4e2d\u5fc3\u540d\u79f0
-UpdateUnitProviderPanel.error.url.short=\u672a\u6307\u5b9a\u66f4\u65b0\u4e2d\u5fc3 URL
-UpdateUnitProviderPanel.error.name.dup=\u5177\u6709\u76f8\u540c\u540d\u79f0\u7684\u66f4\u65b0\u4e2d\u5fc3\u5df2\u5b58\u5728
-UpdateUnitProviderPanel.error.url.invalid=\u66f4\u65b0\u4e2d\u5fc3 URL \u65e0\u6548
-UnitTab_bClose_Text=\u5173\u95ed(&C)
-Utilities_CheckingForUpdates=\u6b63\u5728\u68c0\u67e5\u662f\u5426\u5b58\u5728\u66f4\u65b0
-UnitTab_InitAndCheckingForUpdates=\u6b63\u5728\u521d\u59cb\u5316\u63d2\u4ef6\u5217\u8868... 
-InstalledTableModel_State_Enabled=\u542f\u7528
-InstalledTableModel_State_Disabled=\u7981\u7528
-AvailableTableModel_Columns_Install=\u5b89\u88c5
-AvailableTableModel_Columns_Name=\u540d\u79f0
-AvailableTableModel_Source_Category=\u6e90
-AvailableTableModel_Columns_Category=\u7c7b\u522b
-InstalledTableModel_Columns_Uninstall=\u9009\u62e9
-InstalledTableModel_Columns_Name=\u540d\u79f0
-InstalledTableModel_Columns_Installed=\u5df2\u5b89\u88c5
-InstalledTableModel_Columns_Category=\u7c7b\u522b
-InstalledTableModel_Columns_Enabled=\u6d3b\u52a8
-LocallyDownloadedTableModel_Columns_Install=\u5b89\u88c5
-LocallyDownloadedTableModel_Columns_Name=\u540d\u79f0
-LocallyDownloadedTableModel_Columns_Version=\u7248\u672c
-LocallyDownloadedTableModel_Columns_Size=\u5927\u5c0f
-UpdateTableModel_Columns_Update=\u66f4\u65b0
-UpdateTableModel_Columns_Name=\u540d\u79f0
-UpdateTableModel_Columns_Installed=\u5df2\u5b89\u88c5
-UpdateTableModel_Columns_Available=\u53ef\u7528
-UpdateTableModel_Columns_Size=\u5927\u5c0f
-UpdateTableModel_Columns_Category=\u7c7b\u522b
-SettingsTab_NewProviderName=\u65b0\u63d0\u4f9b\u5668
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=\u63cf\u8ff0\uff1a
-SettingsTab_UpdateUnitProvider_URL=URL\uff1a
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=kB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=\u7248\u672c\uff1a 
-UnitDetails_Plugin_InstalledVersion=\u5b89\u88c5\u7684\u7248\u672c\uff1a
-UnitDetails_Plugin_AvailableVersion=\u53ef\u7528\u7684\u7248\u672c\uff1a
-UnitDetails_Plugin_Author=\u4f5c\u8005\uff1a 
-UnitDetails_Plugin_Date=\u65e5\u671f\uff1a 
-UnitDetails_Plugin_Source=\u6e90\uff1a 
-UnitDetails_Plugin_CodeName=\u4ee3\u7801\u540d\u79f0\uff1a 
-UnitDetails_Plugin_Homepage=\u4e3b\u9875\uff1a 
-UnitDetails_Plugin_Notification=\u91cd\u8981\u8bf4\u660e
-UnitDetails_Plugin_Description=\u63d2\u4ef6\u63cf\u8ff0
-UnitDetails_Plugin_Collecting_Dependencies=\u6b63\u5728\u6536\u96c6\u4f9d\u8d56\u5173\u7cfb...
-UnitDetails_New_Internal_Update_Mark=\u65b0\uff01
-lSearch1.text=\u641c\u7d22(&S)\uff1a
-SettingsTab.lCheckPeriod.text=\u68c0\u67e5\u65f6\u95f4\u95f4\u9694(&C)\uff1a
-SettingsTab.lGeneral.text=\u9ad8\u7ea7
-SettingsTab.addButton.text=\u65b0\u5efa(&N)
-SettingsTab.RemoveButton.text=\u5220\u9664(&R)
-SettingsTab.EditButton.text=\u7f16\u8f91(&E)
-SettingsTab.AddButton.text=\u6dfb\u52a0(&A)...
-SettingsTab.lUpdateCenters.text=\u66f4\u65b0\u4e2d\u5fc3\u914d\u7f6e(&U)\uff1a
-SettingsTab.lConnection.text=\u81ea\u52a8\u68c0\u67e5\u66f4\u65b0
-CTL_Update_every_startup=\u6bcf\u6b21\u542f\u52a8\u65f6
-CTL_Update_every_day=\u6bcf\u5929
-CTL_Update_every_week=\u6bcf\u5468
-CTL_Update_every_2weeks=\u6bcf\u4e24\u5468
-CTL_Update_every_month=\u6bcf\u6708
-CTL_Update_never=\u4ece\u4e0d
-CTL_Update_custom=\u7528\u6237\u7f3a\u7701\u8bbe\u7f6e
-SettingsTab.cbSharedInstall.text=\u5f3a\u5236\u5b89\u88c5\u5230\u5171\u4eab\u76ee\u5f55(&F)
-SettingsTab.cbSharedInstall.ReadOnlyTitle=\u5199\u5165\u6743\u9650
-SettingsTab.cbSharedInstall.ReadOnlyMessage=\u60a8\u6ca1\u6709\u5728\u5171\u4eab\u76ee\u5f55\u4e2d\u5b89\u88c5\u63d2\u4ef6\u7684\u6743\u9650\uff1a\n{0}\n\u8981\u5728\u5171\u4eab\u76ee\u5f55\u4e2d\u6267\u884c\u5b89\u88c5\uff0c\u5e94\u4ee5\u5177\u6709\u7ba1\u7406\u6743\u9650\u7684\u7528\u6237\u8eab\u4efd\u8fd0\u884c\u5e94\u7528\u7a0b\u5e8f\u3002
-SettingsTab.cbSharedInstall.NoSharedTitle=\u65e0\u5b89\u88c5\u76ee\u5f55
-SettingsTab.cbSharedInstall.NoSharedMessage=\u627e\u4e0d\u5230\u5171\u4eab\u7684\u76ee\u5f55\u3002
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=\u7531\u4e8e {1} \u800c\u65e0\u6cd5\u8bfb\u53d6 NBM {0}
-PluginManagerUI.bHelp.text=\u5e2e\u52a9(&H)
-ACN_UnitTable=\u63d2\u4ef6\u5217\u8868
-ACD_UnitTable=\u63d2\u4ef6\u5217\u8868
-ACN_UpdateCentersTable=\u66f4\u65b0\u4e2d\u5fc3\u5217\u8868
-ACD_UpdateCentersTable=\u5728\u201c\u66f4\u65b0\u4e2d\u5fc3\u5217\u8868\u201d\u4e2d\uff0c\u53ef\u4ee5\u6fc0\u6d3b\u6216\u53d6\u6d88\u6fc0\u6d3b\u9009\u5b9a\u7684\u66f4\u65b0\u4e2d\u5fc3
-ACN_DetailsPanel=\u63d2\u4ef6\u8be6\u7ec6\u4fe1\u606f
-ACN_DetailsPanel_Button=\u8c03\u7528 {0} \u64cd\u4f5c
-ACN_UnitDetails=\u63d2\u4ef6\u8be6\u7ec6\u4fe1\u606f
-ACD_Reload=\u91cd\u65b0\u88c5\u5165\u76ee\u5f55
-ACD_Search=\u641c\u7d22\u63d2\u4ef6
-ACN_Tabs=\u5728\u66f4\u65b0\u63d2\u4ef6\u3001\u53ef\u7528\u63d2\u4ef6\u3001\u5df2\u5b89\u88c5\u63d2\u4ef6\u548c\u5df2\u4e0b\u8f7d\u63d2\u4ef6\u4e4b\u95f4\u5207\u6362
-ACD_Tabs=\u5728\u66f4\u65b0\u63d2\u4ef6\u3001\u53ef\u7528\u63d2\u4ef6\u3001\u5df2\u5b89\u88c5\u63d2\u4ef6\u548c\u5df2\u4e0b\u8f7d\u63d2\u4ef6\u4e4b\u95f4\u5207\u6362
-ACN_PluginManagerUI=\u63d2\u4ef6\u7ba1\u7406\u5668
-ACD_PluginManagerUI=\u8be5\u63d2\u4ef6\u7ba1\u7406\u5668\u7528\u4e8e\u66f4\u65b0\u3001\u5b89\u88c5\u548c\u5220\u9664\u63d2\u4ef6
-ACN_Reload=\u91cd\u65b0\u88c5\u5165\u76ee\u5f55
-ACN_UpdateCenterCustomizer=\u66f4\u65b0\u4e2d\u5fc3\u5b9a\u5236\u5668
-ACD_UpdateCenterCustomizer=\u8be5\u66f4\u65b0\u4e2d\u5fc3\u5b9a\u5236\u5668\u7528\u4e8e\u7f16\u8f91\u66f4\u65b0\u4e2d\u5fc3\u540d\u79f0\u548c URL
-NetworkProblemPanel_ACD=N/A
-NetworkProblemPanel_taMessage=\u7f51\u7edc\u95ee\u9898\u7684\u6d88\u606f
-NetworkProblemPanel_taTitle_ACN=\u7f51\u7edc\u95ee\u9898
-UnitTab.detailView.text=\u663e\u793a\u8be6\u7ec6\u4fe1\u606f(&W)
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=\uff08\u5185\u90e8\u66f4\u65b0\uff09
-Unit_InternalUpdates_Title=\u5185\u90e8\u66f4\u65b0
-
diff --git a/l10n/src/zh_CN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_zh_CN.properties
deleted file mode 100644
index 379fd97..0000000
--- a/l10n/src/zh_CN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=\u68c0\u67e5\u66f4\u65b0(&U)
-PluginManagerAction_Name=\u63d2\u4ef6(&G)
-PluginManager_Panel_Name=\u63d2\u4ef6
-PluginManager_CloseButton_Name=\u5173\u95ed(&C)
-AutoupdateCheckScheduler_UpdatesFound_ToolTip=\u53d1\u73b0 {0} \u4e2a\u66f4\u65b0\u3002
-AutoupdateCheckScheduler_UpdateFound_ToolTip=\u53d1\u73b0 {0} \u66f4\u65b0\u3002
-AutoupdateCheckScheduler_UpdateFound_Hint=\u5355\u51fb\u6b64\u5904\u53ef\u5c06\u60a8\u7684\u5e94\u7528\u7a0b\u5e8f\u66f4\u65b0\u4e3a\u6700\u65b0\u3002
-AutoupdateCheckScheduler_InstallInProgress=\u8bf7\u7a0d\u5019\uff0c\u6b63\u5728\u6267\u884c\u53e6\u4e00\u4e2a\u5b89\u88c5\u4efb\u52a1...
-
diff --git a/l10n/src/zh_CN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_zh_CN.properties
deleted file mode 100644
index ca6565f..0000000
--- a/l10n/src/zh_CN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Long-Description=\u901a\u8fc7\u6b64\u7528\u6237\u754c\u9762\uff0c\u53ef\u4ee5\u6d4f\u89c8\u5df2\u6ce8\u518c\u66f4\u65b0\u4e2d\u5fc3\u7684\u5b89\u88c5\u548c\u5185\u5bb9\uff0c\u4e0b\u8f7d\u66f4\u65b0\u6216\u65b0\u7684\u6a21\u5757\u5e76\u81ea\u52a8\u5b89\u88c5\u8fd9\u4e9b\u6a21\u5757\u3002
-OpenIDE-Module-Name=\u81ea\u52a8\u66f4\u65b0 UI
-OpenIDE-Module-Short-Description=\u63d0\u4f9b\u81ea\u52a8\u66f4\u65b0\u670d\u52a1\u7684 UI
-
diff --git a/l10n/src/zh_CN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_zh_CN.properties
deleted file mode 100644
index 8781b83..0000000
--- a/l10n/src/zh_CN/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=\u6b22\u8fce\u4f7f\u7528\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f
-OperationDescriptionStep_Header_Content=\u6b64\u5b89\u88c5\u7a0b\u5e8f\u5c06\u4e0b\u8f7d\u3001\u9a8c\u8bc1\u5e76\u968f\u540e\u5b89\u88c5\u9009\u5b9a\u7684\u63d2\u4ef6\u3002
-OperationDescriptionStep_TableInstall_Title=\u5c06\u5b89\u88c5\u4ee5\u4e0b\u63d2\u4ef6\uff1a
-OperationDescriptionStep_TableUpdate_Title=\u5c06\u66f4\u65b0\u4ee5\u4e0b\u63d2\u4ef6\uff1a
-OperationDescriptionStep_PluginBrokesJavaDependency=\u9700\u8981 Java \u5e73\u53f0\u7248\u672c {0}\uff0c\u4f46\u53ea\u6709 {1} \u5728\u8fd0\u884c\u3002
-OperationDescriptionStep_HeaderUninstall_Head=\u6b22\u8fce\u4f7f\u7528\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f
-OperationDescriptionStep_HeaderUninstall_Content=\u5c06\u5378\u8f7d\u9009\u5b9a\u7684\u63d2\u4ef6\u3002\u5c06\u4ece\u786c\u76d8\u4e2d\u5220\u9664\u9009\u5b9a\u7684\u63d2\u4ef6\u3002
-OperationDescriptionStep_TableUninstall_Title=\u5c06\u5378\u8f7d\u4ee5\u4e0b\u63d2\u4ef6\uff1a
-OperationDescriptionStep_HeaderActivate_Head=\u6b22\u8fce\u4f7f\u7528\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f
-OperationDescriptionStep_HeaderActivate_Content=\u5c06\u6fc0\u6d3b\u9009\u5b9a\u7684\u63d2\u4ef6\u3002
-OperationDescriptionStepActivate_Table_Title=\u5c06\u6fc0\u6d3b\u4ee5\u4e0b\u63d2\u4ef6\uff1a
-OperationDescriptionStep_HeaderDeativate_Head=\u6b22\u8fce\u4f7f\u7528\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f
-OperationDescriptionStep_HeaderDeativate_Content=\u5c06\u53d6\u6d88\u6fc0\u6d3b\u9009\u5b9a\u7684\u63d2\u4ef6\u3002
-OperationDescriptionStep_TableDeativate_Title=\u5c06\u53d6\u6d88\u6fc0\u6d3b\u4ee5\u4e0b\u63d2\u4ef6\uff1a
-PanelBodyContainer_PleaseWait=\u8bf7\u7a0d\u5019\uff0c\u76f4\u81f3\u5b89\u88c5\u7a0b\u5e8f\u627e\u5230\u63d2\u4ef6\u4f9d\u8d56\u5173\u7cfb\u3002
-DependenciesResolutionStep_Table_Title=\u8fd8\u4f1a\u5b89\u88c5\u4ee5\u4e0b\u63d2\u4ef6\uff0c\u56e0\u4e3a\u5c06\u8981\u5b89\u88c5\u7684\u4e00\u4e2a\u6216\u591a\u4e2a\u63d2\u4ef6\u4f9d\u8d56\u4e8e\u5b83\u4eec\uff1a
-UninstallDependenciesResolutionStep_Table_Title=\u9700\u8981\u53d6\u6d88\u6fc0\u6d3b\u4ee5\u4e0b\u63d2\u4ef6\uff0c\u56e0\u4e3a\u5b83\u4eec\u9700\u8981\u4e00\u4e2a\u6216\u591a\u4e2a\u5c06\u8981\u53d6\u6d88\u6fc0\u6d3b\u7684\u63d2\u4ef6\uff1a
-LicenseApprovalPanel_taTitle_Text=\u8981\u7ee7\u7eed\u8fdb\u884c\u5b89\u88c5\uff0c\u60a8\u9700\u8981\u63a5\u53d7\u4e0e\u7279\u5b9a\u63d2\u4ef6\u6709\u5173\u7684\u6240\u6709\u8bb8\u53ef\u8bc1\u534f\u8bae\u3002\n\n
-LicenseApprovalPanel_tpLicense_Head={0} \u8bb8\u53ef\u8bc1\u534f\u8bae
-LicenseApprovalPanel_tpLicense_Delimeter=\uff0c 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=\u8bb8\u53ef\u8bc1\u534f\u8bae
-LicenseApprovalPanel_Header_Content=\u8bf7\u4ed4\u7ec6\u9605\u8bfb\u6240\u6709\u4ee5\u4e0b\u8bb8\u53ef\u8bc1\u534f\u8bae\u3002
-InstallUnitWizard_Title=\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f
-InstallStep_Header_Download_Head=\u4e0b\u8f7d
-InstallStep_Header_Download_Content=\u8bf7\u7a0d\u5019\uff0c\u76f4\u81f3\u5b89\u88c5\u7a0b\u5e8f\u4e0b\u8f7d\u5b8c\u8bf7\u6c42\u7684\u63d2\u4ef6\u3002
-InstallStep_Header_Verify_Head=\u9a8c\u8bc1
-InstallStep_Header_Verify_Content=\u8bf7\u7a0d\u5019\uff0c\u76f4\u81f3\u5b89\u88c5\u7a0b\u5e8f\u9a8c\u8bc1\u5b8c\u4e0b\u8f7d\u7684\u63d2\u4ef6\u3002
-InstallStep_Header_Install_Head=\u5b89\u88c5
-InstallStep_Header_Install_Content=\u8bf7\u7a0d\u5019\uff0c\u76f4\u81f3\u5b89\u88c5\u7a0b\u5e8f\u5b8c\u6210\u5b89\u88c5\u3002
-InstallStep_Header_InstallDone_Head=\u5df2\u6210\u529f\u5b8c\u6210\u5b89\u88c5
-InstallStep_Header_InstallDone_Content=\u5355\u51fb\u201c\u5b8c\u6210\u201d\u9000\u51fa\u5b89\u88c5\u7a0b\u5e8f\u3002
-InstallStep_Header_InstallUnsuccessful_Head=\u5b89\u88c5\u5931\u8d25
-InstallStep_Header_InstallUnsuccessful_Content=\u5355\u51fb\u201c\u5b8c\u6210\u201d\u9000\u51fa\u5b89\u88c5\u7a0b\u5e8f\uff0c\u7136\u540e\u5c1d\u8bd5\u91cd\u65b0\u542f\u52a8\u5e94\u7528\u7a0b\u5e8f\u3002
-InstallStep_Header_Restart_Head=\u91cd\u65b0\u542f\u52a8\u5e94\u7528\u7a0b\u5e8f\u4ee5\u5b8c\u6210\u5b89\u88c5
-InstallStep_Header_Restart_Content=\u91cd\u65b0\u542f\u52a8\u5e94\u7528\u7a0b\u5e8f\u4ee5\u5b8c\u6210\u63d2\u4ef6\u5b89\u88c5\u3002
-UninstallStep_Header_Restart_Head=\u91cd\u65b0\u542f\u52a8\u5e94\u7528\u7a0b\u5e8f\u4ee5\u5b8c\u6210\u53d6\u6d88\u6fc0\u6d3b
-UninstallStep_Header_Restart_Content=\u91cd\u65b0\u542f\u52a8\u5e94\u7528\u7a0b\u5e8f\u4ee5\u5b8c\u6210\u63d2\u4ef6\u7684\u53d6\u6d88\u6fc0\u6d3b\u3002
-CustomHandleStep_Header_Install_Restart_Head=\u91cd\u65b0\u542f\u52a8\u5e94\u7528\u7a0b\u5e8f\u4ee5\u5b8c\u6210\u5b89\u88c5
-CustomHandleStep_Header_Install_Restart_Content=\u91cd\u65b0\u542f\u52a8\u5e94\u7528\u7a0b\u5e8f\u4ee5\u5b8c\u6210\u63d2\u4ef6\u5b89\u88c5\u3002
-CustomHandleStep_Header_Uninstall_Restart_Head=\u91cd\u65b0\u542f\u52a8\u5e94\u7528\u7a0b\u5e8f\u4ee5\u5b8c\u6210\u5378\u8f7d
-CustomHandleStep_Header_Uninstall_Restart_Content=\u91cd\u65b0\u542f\u52a8\u5e94\u7528\u7a0b\u5e8f\u4ee5\u5b8c\u6210\u63d2\u4ef6\u5378\u8f7d\u3002
-
-InstallStep_Done=\u5b8c\u6210\u3002
-InstallStep_Unsuccessful=\u5df2\u5b8c\u6210\u5b89\u88c5\uff0c\u4f46\u662f\u51fa\u73b0\u4e00\u4e9b\u95ee\u9898\uff1a{0}\u3002
-InstallUnitWizardModel_Buttons_RestartNow=\u7acb\u5373\u91cd\u65b0\u542f\u52a8(&R)
-InstallUnitWizardModel_Buttons_RestartLater=\u7a0d\u540e\u91cd\u65b0\u542f\u52a8(&L)
-InstallUnitWizardModel_Buttons_Install=\u5b89\u88c5(&I)
-InstallUnitWizardModel_Buttons_Update=\u66f4\u65b0(&U)
-InstallUnitWizardModel_Buttons_Close=\u5b8c\u6210(&F)
-InstallUnitWizardModel_Buttons_Next=\u4e0b\u4e00\u6b65
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=\u5378\u8f7d(&U)
-UninstallUnitWizardModel_Buttons_TurnOn=\u6fc0\u6d3b(&A)
-UninstallUnitWizardModel_Buttons_TurnOff=\u53d6\u6d88\u6fc0\u6d3b(&D)
-InstallStep_InstallDone_Text=\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f\u5df2\u6210\u529f\u5b89\u88c5\u4e86\u4ee5\u4e0b\u63d2\u4ef6\uff1a
-InstallStep_InstallUnsuccessful_Text=\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f\u5728\u5b89\u88c5\u4ee5\u4e0b\u63d2\u4ef6\u65f6\u51fa\u73b0\u95ee\u9898 {0}\uff1a
-UninstallStep_UninstallDone_Text=\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f\u5df2\u6210\u529f\u5378\u8f7d\u4e86\u4ee5\u4e0b\u63d2\u4ef6\uff1a
-UninstallStep_ActivateDone_Text=\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f\u5df2\u6210\u529f\u6fc0\u6d3b\u4e86\u4ee5\u4e0b\u63d2\u4ef6\uff1a
-UninstallStep_DeactivateDone_Text=\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f\u5df2\u6210\u529f\u53d6\u6d88\u6fc0\u6d3b\u4e86\u4ee5\u4e0b\u63d2\u4ef6\uff1a
-UninstallStep_UninstallFailed_Text=\u5378\u8f7d\u5931\u8d25\uff1a{0}
-UninstallStep_ActivateFailed_Text=\u6fc0\u6d3b\u5931\u8d25\uff1a{0}
-UninstallStep_DeactivateFailed_Text=\u53d6\u6d88\u6fc0\u6d3b\u5931\u8d25\uff1a{0}
-UninstallStep_Done=\u5b8c\u6210\u3002
-UninstallStep_Failed=\u5931\u8d25\u3002{0}
-UninstallStep_Header_Uninstall_Head=\u5378\u8f7d
-UninstallStep_Header_Uninstall_Content=\u8bf7\u7a0d\u5019\uff0c\u76f4\u81f3\u5b89\u88c5\u7a0b\u5e8f\u5378\u8f7d\u5b8c\u6240\u6709\u9009\u5b9a\u7684\u63d2\u4ef6\u3002
-UninstallStep_Header_Deactivate_Head=\u53d6\u6d88\u6fc0\u6d3b
-UninstallStep_Header_Deactivate_Content=\u8bf7\u7a0d\u5019\uff0c\u76f4\u81f3\u5b89\u88c5\u7a0b\u5e8f\u5b8c\u6210\u6240\u6709\u9009\u5b9a\u63d2\u4ef6\u7684\u53d6\u6d88\u6fc0\u6d3b\u3002
-UninstallStep_Header_Activate_Head=\u6fc0\u6d3b
-UninstallStep_Header_Activate_Content=\u8bf7\u7a0d\u5019\uff0c\u76f4\u81f3\u5b89\u88c5\u7a0b\u5e8f\u5b8c\u6210\u6240\u6709\u9009\u5b9a\u63d2\u4ef6\u7684\u6fc0\u6d3b\u3002
-UninstallStep_Header_UninstallDone_Head=\u5df2\u6210\u529f\u5b8c\u6210\u5378\u8f7d
-UninstallStep_Header_UninstallDone_Content=\u5355\u51fb\u201c\u5b8c\u6210\u201d\u9000\u51fa\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f\u3002
-UninstallStep_Header_DeactivateDone_Head=\u5df2\u6210\u529f\u5b8c\u6210\u53d6\u6d88\u6fc0\u6d3b
-UninstallStep_Header_DeactivateDone_Content=\u5355\u51fb\u201c\u5b8c\u6210\u201d\u9000\u51fa\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f\u3002
-UninstallStep_Header_ActivateDone_Head=\u5df2\u6210\u529f\u5b8c\u6210\u6fc0\u6d3b
-UninstallStep_Header_ActivateDone_Content=\u5355\u51fb\u201c\u5b8c\u6210\u201d\u9000\u51fa\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f\u3002
-UninstallStep_Header_UninstallFailed_Head=\u5378\u8f7d\u5931\u8d25
-UninstallStep_Header_UninstallFailed_Content=\u5355\u51fb\u201c\u5b8c\u6210\u201d\u9000\u51fa\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f\u3002
-UninstallStep_Header_DeactivateFailed_Head=\u53d6\u6d88\u6fc0\u6d3b\u5931\u8d25
-UninstallStep_Header_DeactivateFailed_Content=\u5355\u51fb\u201c\u5b8c\u6210\u201d\u9000\u51fa\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f\u3002
-UninstallStep_Header_ActivateFailed_Head=\u6fc0\u6d3b\u5931\u8d25
-UninstallStep_Header_ActivateFailed_Content=\u5355\u51fb\u201c\u5b8c\u6210\u201d\u9000\u51fa\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f\u3002
-UninstallStep_ProgressName_Uninstall=\u6b63\u5728\u5378\u8f7d\u63d2\u4ef6
-UninstallStep_ProgressName_Activate=\u6b63\u5728\u6fc0\u6d3b\u63d2\u4ef6
-UninstallStep_ProgressName_Deactivate=\u6b63\u5728\u53d6\u6d88\u6fc0\u6d3b\u63d2\u4ef6
-ValidationWarningPanel_ShowCertificateButton=\u663e\u793a\u8bc1\u4e66(&S)
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=\u9a8c\u8bc1\u8b66\u544a
-ValidationWarningPanel_VerifyCertificate_Title=\u9a8c\u8bc1\u8bc1\u4e66
-ValidationWarningPanel_ContinueButton=\u7ee7\u7eed(&C)
-ValidationWarningPanel_taHead_NotSignedText=\u4ee5\u4e0b\u63d2\u4ef6\u672a\u7b7e\u540d\uff1a
-ValidationWarningPanel_taHead_NotTrustedText=\u4ee5\u4e0b\u63d2\u4ef6\u5df2\u7b7e\u540d\uff0c\u4f46\u662f\u4e0d\u53ef\u4fe1\uff1a
-ValidationWarningPanel_taWarning_Text=\u8b66\u544a\uff1a\u5b89\u88c5\u4e0d\u53ef\u4fe1\u7684\u63d2\u4ef6\u5177\u6709\u6f5c\u5728\u7684\u5371\u9669\u6027\u3002\u4f7f\u7528\u672a\u7b7e\u540d\u6216\u4e0d\u53ef\u4fe1\u7684\u63d2\u4ef6\u6240\u4ea7\u751f\u7684\u540e\u679c\u7531\u60a8\u81ea\u5df1\u627f\u62c5\u3002
-OperationDescriptionStep_CustomHandled_Head={0} \u63d2\u4ef6\u4f7f\u7528\u672c\u673a\u5b89\u88c5\u7a0b\u5e8f\uff1a
-InstallStep_Download_DownloadingPlugins=\u6b63\u5728\u4e0b\u8f7d\u63d2\u4ef6...
-InstallStep_Validate_ValidatingPlugins=\u6b63\u5728\u9a8c\u8bc1\u63d2\u4ef6...
-InstallStep_Install_InstallingPlugins=\u6b63\u5728\u5b89\u88c5\u63d2\u4ef6...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>\u672a\u5b89\u88c5\u67d0\u4e9b\u63d2\u4ef6\u4ee5\u907f\u514d\u53ef\u80fd\u51fa\u73b0\u5b89\u88c5\u95ee\u9898\u3002
-CustomHandleStep_Header_Install_Head=\u5b89\u88c5
-CustomHandleStep_Header_Install_Content=\u8bf7\u7a0d\u5019\uff0c\u76f4\u81f3\u5b89\u88c5\u7a0b\u5e8f\u5b8c\u6210\u5b89\u88c5\u3002
-CustomHandleStep_Header_Uninstall_Head=\u5378\u8f7d
-CustomHandleStep_Header_Uninstall_Content=\u8bf7\u7a0d\u5019\uff0c\u76f4\u81f3\u5b89\u88c5\u7a0b\u5e8f\u5378\u8f7d\u5b8c\u9009\u5b9a\u7684\u63d2\u4ef6\u3002
-CustomHandleStep_Header_InstallDone_Head=\u5df2\u6210\u529f\u5b8c\u6210\u5b89\u88c5
-CustomHandleStep_Header_InstallDone_Content=\u5355\u51fb\u201c\u4e0b\u4e00\u6b65\u201d\u4ee5\u7ee7\u7eed\u4f7f\u7528\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f\u5b89\u88c5\u5269\u4f59\u7684\u9009\u5b9a\u63d2\u4ef6\u3002
-CustomHandleStep_Header_UninstallDone_Head=\u5df2\u6210\u529f\u5b8c\u6210\u5378\u8f7d
-CustomHandleStep_Header_UninstallDone_Content=\u5355\u51fb\u201c\u4e0b\u4e00\u6b65\u201d\u4ee5\u7ee7\u7eed\u5378\u8f7d\u5269\u4f59\u7684\u9009\u5b9a\u63d2\u4ef6\u3002
-CustomHandleStep_Header_InstallFail_Head=\u5b89\u88c5\u5931\u8d25\u3002
-CustomHandleStep_Header_InstallFail_Content=\u5355\u51fb\u201c\u53d6\u6d88\u201d\u9000\u51fa\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f\u3002
-CustomHandleStep_Header_UninstallFail_Head=\u5b89\u88c5\u5931\u8d25
-CustomHandleStep_Header_UninstallFail_Content=\u5355\u51fb\u201c\u53d6\u6d88\u201d\u9000\u51fa\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f\u3002
-CustomHandleStep_Install_InstallingPlugins=\u6b63\u5728\u4f7f\u7528\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f\u5b89\u88c5\u63d2\u4ef6...
-CustomHandleStep_Uninstall_UninstallingPlugins=\u6b63\u5728\u4f7f\u7528\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f\u5378\u8f7d\u63d2\u4ef6...
-CustomHandleStep_Done=\u5b8c\u6210\u3002
-CustomHandleStep_InstallDone_Text=\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f\u5df2\u6210\u529f\u5b8c\u6210\u5b89\u88c5\u3002
-CustomHandleStep_InstallFail_Text={0} \u5b89\u88c5\u5931\u8d25\u3002
-CustomHandleStep_UninstallDone_Text=\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f\u5df2\u6210\u529f\u5b8c\u6210\u5378\u8f7d\u3002
-CustomHandleStep_UninstallFail_Text={0} \u5378\u8f7d\u5931\u8d25\u3002
-InstallStep_NetworkProblem_Continue=\u91cd\u8bd5(&T)
-InstallStep_NetworkProblem_Text={0} \u4e2d\u51fa\u73b0\u7f51\u7edc\u95ee\u9898
-OperationPanel.cbRunInBackground.text=\u5728\u540e\u53f0\u8fd0\u884c(&R)
-InstallSupport_InBackground_NetworkError=\u65e0\u6cd5\u8fde\u63a5\u81f3\u66f4\u65b0\u4e2d\u5fc3\u3002
-InstallSupport_InBackground_NetworkError_Details=\u8be6\u7ec6\u4fe1\u606f
-LicenseApprovalPanel.cbAccept.text=\u6211\u63a5\u53d7\u6240\u6709\u8bb8\u53ef\u8bc1\u534f\u8bae\u4e2d\u7684\u6761\u6b3e(&A)\u3002
-InstallSupport_RestartNeeded=\u91cd\u65b0\u542f\u52a8\u5e94\u7528\u7a0b\u5e8f\u4ee5\u5b8c\u6210\u5b89\u88c5\u3002
-UninstallSupport_RestartNeeded=\u91cd\u65b0\u542f\u52a8\u5e94\u7528\u7a0b\u5e8f\u4ee5\u5b8c\u6210\u53d6\u6d88\u6fc0\u6d3b\u3002
-CustomHandleStep_Install_RestartNeeded=\u91cd\u65b0\u542f\u52a8\u5e94\u7528\u7a0b\u5e8f\u4ee5\u5b8c\u6210\u5b89\u88c5\u3002
-CustomHandleStep_Uninstall_RestartNeeded=\u91cd\u65b0\u542f\u52a8\u5e94\u7528\u7a0b\u5e8f\u4ee5\u5b8c\u6210\u5378\u8f7d\u3002
-
-RestartNeeded_Details=\u5355\u51fb\u6b64\u5904\u4ee5\u7acb\u5373\u91cd\u65b0\u542f\u52a8\u5e94\u7528\u7a0b\u5e8f
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans \u5b89\u88c5\u7a0b\u5e8f\u5411\u5bfc
-PanelBodyContainer_ACD=NetBeans \u5b89\u88c5\u7a0b\u5e8f\u5411\u5bfc
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/A
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/A
-ValidationWarningPanel_tpPlugins_ACN=\u672a\u7ecf\u9a8c\u8bc1\u7684\u63d2\u4ef6
-ValidationWarningPanel_taWarning_Text_ACD=\u8b66\u544a\uff1a\u5b89\u88c5\u4e0d\u53ef\u4fe1\u7684\u63d2\u4ef6\u5177\u6709\u6f5c\u5728\u7684\u5371\u9669\u6027\u3002\u4f7f\u7528\u672a\u7b7e\u540d\u6216\u4e0d\u53ef\u4fe1\u7684\u63d2\u4ef6\u6240\u4ea7\u751f\u7684\u540e\u679c\u7531\u60a8\u81ea\u5df1\u627f\u62c5\u3002
-ValidationWarningPanel_taWarning_Text_ACN=\u8b66\u544a
-ValidationWarningPanel_taHead_ACN=N/A
-ValidationWarningPanel_ACD=N/A
-UninstallUnitWizard_Title=\u63d2\u4ef6\u5b89\u88c5\u7a0b\u5e8f
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>\u60a8\u7684\u5e94\u7528\u7a0b\u5e8f\u662f\u6700\u65b0\u7684\uff01</h3>
-LazyOperationDescriptionStep_NoUpdates=\u6ca1\u6709\u53ef\u7528\u7684\u66f4\u65b0\u3002
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>\u68c0\u67e5\u66f4\u65b0\u5931\u8d25\u3002</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=\u68c0\u67e5\u60a8\u7684\u7f51\u7edc\u8fde\u63a5\uff0c\u9a8c\u8bc1\u662f\u5426\u6b63\u786e\u914d\u7f6e\u4e86<br>\u4ee3\u7406\u8bbe\u7f6e\uff0c\u6216\u8005\u7a0d\u540e\u91cd\u8bd5\u3002
-LazyOperationDescriptionStep_FindUpdates_Title=<b>\u68c0\u67e5\u66f4\u65b0\u3002</b><br>\u5b89\u88c5\u7a0b\u5e8f\u6b63\u5728\u68c0\u67e5\u53ef\u7528\u7684\u66f4\u65b0\uff0c\u8bf7\u7a0d\u5019\u3002
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=\u6b63\u5728\u521d\u59cb\u5316\u66f4\u65b0\u5217\u8868... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>\u67d0\u4e9b\u63d2\u4ef6\u9700\u8981\u5b89\u88c5\u63d2\u4ef6 {0}\u3002</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>\u67d0\u4e9b\u63d2\u4ef6\u6b63\u5728\u7b49\u5f85\u91cd\u65b0\u542f\u52a8\u5e94\u7528\u7a0b\u5e8f\u4ee5\u89e3\u51b3\u4ee5\u4e0b\u95ee\u9898\uff1a</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>\u67d0\u4e9b\u63d2\u4ef6\u9700\u8981\u529f\u80fd {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>\u67d0\u4e9b\u63d2\u4ef6\u9700\u8981 Java \u5e73\u53f0\u7248\u672c {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>\u67d0\u4e9b\u63d2\u4ef6\u9700\u8981 JDK</h3>\u67d0\u4e9b\u9009\u5b9a\u63d2\u4ef6\u9700\u8981 JDK \u624d\u80fd\u8fd0\u884c\u3002\u76ee\u524d\uff0c\u4f3c\u4e4e\u6b63\u4f7f\u7528 JRE\uff08\u800c\u4e0d\u662f\u5b8c\u6574\u7684 JDK\uff09\u8fd0\u884c NetBeans IDE\u3002<br><br>\u8981\u4f7f\u7528\u8fd9\u4e9b\u63d2\u4ef6\uff0c\u8bf7\u901a\u8fc7\u5c06 <code>--jdkhome</code> \u547d\u4ee4\u884c\u9009\u9879\u8bbe\u7f6e\u4e3a JDK \u5b89\u88c5\u4f4d\u7f6e\u6765\u542f\u52a8 IDE\u3002\u6709\u5173\u8be6\u7ec6\u4fe1\u606f\uff0c\u8bf7\u8bbf\u95ee <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a>\u3002<br><br>
-OperationDescriptionStep_BrokenModuleDep=\u8fd8\u9700\u8981\u5b89\u88c5\u63d2\u4ef6 {0}\u3002
-OperationDescriptionStep_BrokenModuleNameDep=\u9700\u8981\u540d\u4e3a {0} \u7684\u63d2\u4ef6\uff0c\u4f46\u6ca1\u6709\u627e\u5230\u3002
-OperationDescriptionStep_BrokenModuleVersionDep=\u9700\u8981\u7248\u672c\u4e3a {1} \u6216\u66f4\u9ad8\u7248\u672c\u7684\u63d2\u4ef6 {0}\uff0c\u4f46\u53ea\u627e\u5230 {2} \u7248\u672c\u3002
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=\u9700\u8981\u7248\u672c\u4e3a {1}\uff08\u53d1\u884c\u7248\u672c\u4e3a {2}\uff09\u6216\u66f4\u9ad8\u7248\u672c\u7684\u63d2\u4ef6 {0}\uff0c\u4f46\u53ea\u627e\u5230 {3} \u7248\u672c\uff08\u5176\u53d1\u884c\u7248\u672c\u4e0d\u4e3a {2}\uff09\u3002
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=\u9700\u8981\u7248\u672c\u4e3a {1} \u7684\u63d2\u4ef6 {0}\u3002
-OperationDescriptionStep_BrokenModuleImplDep=\u9700\u8981\u5b9e\u73b0\u7248\u672c\u4e3a {1} \u7684\u63d2\u4ef6 {0}\u3002
-OperationDescriptionStep_BrokenRequiresDep=\u627e\u4e0d\u5230\u4efb\u4f55\u63d0\u4f9b\u529f\u80fd {0} \u7684\u63d2\u4ef6\u3002
-OperationDescriptionStep_AffectedPluginByBrokenDep=\u4ee5\u4e0b\u63d2\u4ef6\u53d7\u5230\u5f71\u54cd\uff1a<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=\u4ee5\u4e0b\u63d2\u4ef6\u53d7\u5230\u5f71\u54cd\uff1a<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=\u5b58\u50a8 {0} \u65f6\u51fa\u73b0\u4e00\u4e9b\u95ee\u9898\u3002\n\u539f\u56e0\uff1a{1}
-InstallStep_DownloadProblem_SomePlugins=\u9009\u5b9a\u7684\u63d2\u4ef6
-
diff --git a/l10n/src/zh_CN/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_zh_CN.properties
deleted file mode 100644
index 3839a19..0000000
--- a/l10n/src/zh_CN/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP \u5e73\u53f0
-OpenIDE-Module-Name=RCP \u5e73\u53f0
-OpenIDE-Module-Short-Description=NetBeans RCP \u5e73\u53f0
-OpenIDE-Module-Long-Description=NetBeans RCP \u5e73\u53f0\u662f Swing \u5e94\u7528\u7a0b\u5e8f\u7684\u901a\u7528\u6846\u67b6\u3002\u6b64\u5e73\u53f0\u51e0\u4e4e\u53ef\u4ee5\u4e3a\u6240\u6709\u7684\u5927\u578b\u684c\u9762\u5e94\u7528\u7a0b\u5e8f\u63d0\u4f9b\u4ee5\u4e0b\u901a\u7528\u670d\u52a1\uff1a\u7a97\u53e3\u7ba1\u7406\u3001\u83dc\u5355\u3001\u8bbe\u7f6e\u548c\u5b58\u50a8\u3001\u66f4\u65b0\u7ba1\u7406\u4ee5\u53ca\u6587\u4ef6\u8bbf\u95ee\u7b49\u3002<br><br>\u6709\u5173\u8be6\u7ec6\u4fe1\u606f\uff0c\u8bf7\u8bbf\u95ee <a href="http://platform.netbeans.org">platform.netbeans.org</a>\u3002
-
diff --git a/l10n/src/zh_CN/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_zh_CN.properties
deleted file mode 100644
index 8f6631b..0000000
--- a/l10n/src/zh_CN/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup On SystemFS
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u7f3a\u7701 MimeDataProvider \u5b9e\u73b0\u3002
-OpenIDE-Module-Long-Description="MIME Lookup On SystemFS" \u6a21\u5757\u5b9e\u73b0\u4e86 MimeDataProvider\uff0c\u5b83\u5728\u7cfb\u7edf\u6587\u4ef6\u7cfb\u7edf\u4e0a\u7684\u6587\u4ef6\u5939\u5206\u5c42\u7ed3\u6784\u4e2d\u67e5\u627e\u5bf9\u8c61\u3002
-
-
diff --git a/l10n/src/zh_CN/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_zh_CN.properties
deleted file mode 100644
index 4f1186f..0000000
--- a/l10n/src/zh_CN/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME \u67e5\u627e API
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=MIME \u67e5\u627e API\u3002
-OpenIDE-Module-Long-Description=MIME \u67e5\u627e\u6a21\u5757\u63d0\u4f9b\u4e86\u7528\u4e8e\u67e5\u627e MIME \u7c7b\u578b\u76f8\u5173\u8bbe\u7f6e\u3001\u670d\u52a1\u548c\u5176\u4ed6\u5bf9\u8c61\u7684 API\u3002\u5b83\u8fd8\u63d0\u4f9b\u4e86\u7528\u4e8e\u5b9e\u73b0\u4e0e\u5176\u4ed6 MIME \u7c7b\u578b\u76f8\u5173\u7684\u6570\u636e\u63d0\u4f9b\u5668\u7684 API\u3002
-
diff --git a/l10n/src/zh_CN/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_zh_CN.properties
deleted file mode 100644
index 3f26893..0000000
--- a/l10n/src/zh_CN/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=\u6dfb\u52a0\u5230\u6536\u85cf\u5939(&A)
-ACT_AddOnFavoritesNode=\u6dfb\u52a0\u5230\u6536\u85cf\u5939(&A)...
-ACT_Remove=\u4ece\u6536\u85cf\u5939\u5220\u9664(&R)
-ACT_View=\u6536\u85cf\u5939(&I)
-ACT_Select=\u6536\u85cf\u5939
-ACT_Select_Main_Menu=\u5728\u6536\u85cf\u5939\u4e2d\u9009\u62e9(&A)
-
-Favorites=\u6536\u85cf\u5939
-Templates/Other=\u5176\u4ed6
-Templates/Properties=\u7528\u6237\u914d\u7f6e\u5c5e\u6027
-Templates/Other/Folder=\u6587\u4ef6\u5939
-Templates/Other/file=\u7a7a\u6587\u4ef6
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-CTL_DisplayNameTemplateHtml={0} <font color=''!controlShadow''>[{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=\u8d44\u6e90\u7ba1\u7406\u5668\u6811
-ACSD_ExplorerBeanTree=N/A
-
-# JFileChooser
-CTL_DialogTitle=\u6dfb\u52a0\u5230\u6536\u85cf\u5939
-CTL_ApproveButtonText=\u6dfb\u52a0
-ERR_FileDoesNotExist={0} \u4e0d\u5b58\u5728\u3002
-ERR_FileDoesNotExistDlgTitle=\u6dfb\u52a0\u5230\u6536\u85cf\u5939
-
-MSG_NodeNotFound=\u5728\u201c\u6536\u85cf\u5939\u201d\u6807\u7b7e\u4e2d\u627e\u4e0d\u5230\u6587\u6863\u8282\u70b9\u3002
-
-# Manifest localization
-OpenIDE-Module-Name=\u6536\u85cf\u5939
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u652f\u6301\u5bf9\u6536\u85cf\u5939\u6587\u4ef6\u8fdb\u884c\u7ec4\u7ec7\u3002
-OpenIDE-Module-Long-Description=\u901a\u8fc7\u6536\u85cf\u5939\u6a21\u5757\uff0c\u53ef\u4ee5\u521b\u5efa\u4e0e\u5de5\u4f5c\u660e\u786e\u76f8\u5173\u7684\u6587\u4ef6\u7684\u89c6\u56fe\uff0c\u4ec5\u5728\u4e00\u4e2a\u516c\u5171\u4f4d\u7f6e\u5373\u53ef\u8bbf\u95ee\u8fd9\u4e9b\u6587\u4ef6\u3002
-
-# Options Export
-Templates.Options.Export.Category.displayName=\u6a21\u677f
-Templates.Options.Export.displayName=\u6240\u6709\u6a21\u677f
-Favorites.Options.Export.displayName=\u6536\u85cf\u5939
-
diff --git a/l10n/src/zh_CN/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_zh_CN.html b/l10n/src/zh_CN/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_zh_CN.html
deleted file mode 100644
index 93480e8..0000000
--- a/l10n/src/zh_CN/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_zh_CN.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-在硬盘上创建一个具有任意扩展名的空文件。
-</BODY></HTML>
diff --git a/l10n/src/zh_CN/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_zh_CN.html b/l10n/src/zh_CN/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_zh_CN.html
deleted file mode 100644
index f3d26bd..0000000
--- a/l10n/src/zh_CN/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_zh_CN.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-在硬盘上创建一个新的文件夹。
-</BODY></HTML>
diff --git a/l10n/src/zh_CN/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_zh_CN.properties
deleted file mode 100644
index 28f23d9..0000000
--- a/l10n/src/zh_CN/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,86 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=\u5173\u95ed(&C)
-BTN_TemplatesPanel_OpenInEditorButton=\u5728\u7f16\u8f91\u5668\u4e2d\u6253\u5f00(&O)
-LBL_TemplatesAction_Name=\u6a21\u677f(&T)
-HINT_TemplatesAction=\u5b9a\u5236\u6a21\u677f
-LBL_TemplatesPanel_Title=\u6a21\u677f\u7ba1\u7406\u5668
-BTN_TemplatesPanel_Delete=\u5220\u9664(&D)
-LBL_TemplatesPanel_TemplatesLabel=\u6a21\u677f(&T)\uff1a
-BTN_TemplatesPanel_Add=\u6dfb\u52a0(&A)...
-BTN_TemplatesPanel_RenameButton=\u91cd\u547d\u540d(&R)
-BTN_TemplatesPanel_DuplicateButton=\u590d\u5236(&P)
-BTN_TemplatesPanel_NewFolder=\u65b0\u5efa\u6587\u4ef6\u5939(&N)
-BTN_TemplatesPanel_MoveUp=\u4e0a\u79fb(&U)
-BTN_TemplatesPanel_MoveDown=\u4e0b\u79fb(&W)
-LBL_TemplatesPanel_JFileChooser_Title=\u6dfb\u52a0\u73b0\u6709\u6a21\u677f
-BTN_TemplatesPanel_JFileChooser_AddButtonName=\u6dfb\u52a0
-TXT_TemplatesPanel_NewFolderName=\u65b0\u5efa\u6587\u4ef6\u5939
-MSG_TemplatesPanel_Nonexistent_File=\u6587\u4ef6 ''{0}''\n\u4e0d\u5b58\u5728\uff0c\u8bf7\u6307\u5b9a\u4e00\u4e2a\u73b0\u6709\u6587\u4ef6\u3002
-
-TemplatesPanel_TemplateNode_DisplayName=\u663e\u793a\u540d\u79f0
-TemplatesPanel_TemplateNode_DisplayName_Desc=\u6b64\u6a21\u677f\u7684\u663e\u793a\u540d\u79f0\u3002\u663e\u793a\u5728\u201c\u6587\u4ef6\u201d|\u201c\u65b0\u5efa\u201d\u5411\u5bfc\u4ee5\u53ca\u201c\u5de5\u5177\u201d|\u201c\u6a21\u677f\u201d\u4e2d\u3002
-TemplatesPanel_TemplateNode_FileName=\u6587\u4ef6\u540d
-TemplatesPanel_TemplateNode_FileName_Desc=\u6b64\u6a21\u677f\u8868\u793a\u7684\u6587\u4ef6\u7684\u540d\u79f0\u3002
-TemplatesPanel_TemplateNode_ScriptEngine=\u811a\u672c\u5f15\u64ce
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=\u7528\u4e8e\u5904\u7406\u6b64\u6a21\u677f\u7684\u811a\u672c\u5f15\u64ce\u3002
-TemplatesPanel_TemplateNode_TemplateCategories=\u6a21\u677f\u7c7b\u522b
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=\u9002\u7528\u4e8e\u6b64\u6a21\u677f\u7684\u6a21\u677f\u7c7b\u522b\u5217\u8868\u3002
-
-ACD_TemplatesPanel_Add=\u6dfb\u52a0\u6a21\u677f
-
-ACD_TemplatesPanel_New=\u65b0\u5efa\u6a21\u677f
-
-ACD_TemplatesPanel_Duplicate=\u590d\u5236\u9009\u5b9a\u7684\u6a21\u677f
-
-ACD_TemplatesPanel_Rename=\u91cd\u547d\u540d\u6a21\u677f
-
-ACD_TemplatesPanel_MoveUp=\u4e0a\u79fb\u9009\u5b9a\u7684\u6a21\u677f
-
-ACD_TemplatesPanel_MoveDown=\u4e0b\u79fb\u9009\u5b9a\u7684\u6a21\u677f
-
-ACD_TemplatesPanel_Delete=\u5220\u9664\u6a21\u677f
-
-TT_TemplatesPanel_Add=\u6dfb\u52a0\u6a21\u677f
-
diff --git a/l10n/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_zh_CN.properties
deleted file mode 100644
index 4e7ac2e..0000000
--- a/l10n/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=\u65e0\u6cd5\u8fde\u63a5\u5230 URL {0}\uff1b\u627e\u4e0d\u5230\u6b64\u7c7b\u8d44\u6e90\u3002
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=\u8b66\u544a\uff1a\u627e\u4e0d\u5230 JavaHelp \u4e3b\u9898 ID {0}\u3002
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=\u6b63\u5728\u88c5\u5165\u5e2e\u52a9\u96c6...
-ACSD_JavaHelp_viewer=\u4ee5 JavaHelp \u683c\u5f0f\u663e\u793a\u4e00\u4e2a\u6216\u591a\u4e2a\u8054\u673a\u5e2e\u52a9\u5f15\u7528
-ACSD_Loading_Dialog=\u6b63\u5728\u88c5\u5165\u5e2e\u52a9\u96c6
-
-# HelpAction
-LBL_HelpAction=\u5e2e\u52a9
-CTL_OpeningHelp=\u6b63\u5728\u6253\u5f00\u5e2e\u52a9...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP \u76d1\u89c6\u5668
-
-# a11y - BrowserDisplayer
-ACSD_Label=\u5355\u51fb\u6b64\u5904\u53ef\u5728 Web \u6d4f\u89c8\u5668\u4e2d\u6253\u5f00\u6b64\u94fe\u63a5\u3002
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=\u663e\u793a\u5e2e\u52a9 ID\uff1a{0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=\u663e\u793a\u5e2e\u52a9 ID\uff1a{0}
-
-QuickSearch/Help=\u5e2e\u52a9
-Err_CreateJavaHelpSearchEngine=\u65e0\u6cd5\u521b\u5efa JavaHelp \u641c\u7d22\u5f15\u64ce\u3002
-
-# Copy link location action
-LBL_CopyLinkLocationAction=\u590d\u5236\u94fe\u63a5\u4f4d\u7f6e
-
diff --git a/l10n/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_zh_CN.properties
deleted file mode 100644
index 98de0b4..0000000
--- a/l10n/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JavaHelp \u96c6\u6210
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u5141\u8bb8\u5c06 JavaHelp \u5e2e\u52a9\u96c6\u589e\u52a0\u5230 IDE.
-OpenIDE-Module-Long-Description=\u5305\u542b\u5b9e\u9645\u7684 JavaHelp \u8fd0\u884c\u65f6\u5e93\u548c\u6a21\u5757 API \u7684\u90e8\u5206\u7684\u5b9e\u73b0\uff0cAPI \u5141\u8bb8\u5176\u5b83\u6a21\u5757\u4f7f\u7528 JavaHelp \u6280\u672f\u5b89\u88c5\u5e2e\u52a9\u96c6\u3002
-
-Menu/Help/master-help.xml=\u5e2e\u52a9\u76ee\u5f55(&C)
-Menu/Help/HelpShortcuts=\u5e2e\u52a9\u96c6(&S)
-Actions/Help/master-help.xml=\u5e2e\u52a9\u76ee\u5f55(&C)
-
diff --git a/l10n/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_zh_CN.html b/l10n/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_zh_CN.html
deleted file mode 100644
index 60e37ee..0000000
--- a/l10n/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_zh_CN.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-
-<HTML><head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<TITLE>主索引</TITLE>
-</HEAD><BODY>
-此窗口包含所有安装的文档的主集。您可以使用左边的导航器,浏览 IDE 的完整目录及索引,并按照索引执行整个文档搜索和纯文本搜索。
-</BODY></HTML>
diff --git a/l10n/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_zh_CN.xml b/l10n/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_zh_CN.xml
deleted file mode 100644
index 625e598..0000000
--- a/l10n/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_zh_CN.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-
-Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-Other names may be trademarks of their respective owners.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-particular file as subject to the "Classpath" exception as provided
-by Oracle in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
-<helpset version="2.0">
-    <title>帮助</title>
-    <maps>
-        <homeID>org.netbeans.api.javahelp.MASTER_ID</homeID>
-        <mapref location="masterHelpMap.jhm"/>
-    </maps>
-    <view mergetype="javax.help.UniteAppendMerge">
-        <name>TOC</name>
-        <label>目录</label>
-        <type>javax.help.TOCView</type>
-        <data>masterHelpToc.xml</data>
-    </view>
-    <!--
-    <view mergetype="javax.help.SortMerge">
-        <name>Index</name>
-        <label>Index</label>
-        <type>javax.help.IndexView</type>
-    </view>
-    -->
-    <view>
-        <name>Search</name>
-        <label>搜索</label>
-        <type>javax.help.SearchView</type>
-    </view>
-    <!--
-    <view>
-        <name>Favorites</name>
-        <label>Favorites</label>
-        <type>javax.help.FavoritesView</type>
-    </view>
-    -->
-    <presentation default="true" displayviews="true" displayviewimages="false">
-        <name>main window</name>
-        <toolbar>
-            <helpaction image="helpviewer_back">javax.help.BackAction</helpaction>
-            <helpaction image="helpviewer_forward">javax.help.ForwardAction</helpaction>
-            <helpaction image="helpviewer_print">javax.help.PrintAction</helpaction>
-            <helpaction image="helpviewer_page-setup">javax.help.PrintSetupAction</helpaction>
-        </toolbar>
-    </presentation>
-    <presentation displayviews="false">
-        <name>NBSecondaryWindow</name>
-        <size width="600" height="400" />
-        <location x="200" y="200" />
-    </presentation>
-
-    </helpset>
diff --git a/l10n/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_zh_CN.html b/l10n/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_zh_CN.html
deleted file mode 100644
index 51f0b17..0000000
--- a/l10n/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_zh_CN.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>未启用的模块</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>未启用的模块</h2>
-<p>您试图查看的帮助主题位于 {0} 模块中,而当前关闭了该模块。启用已安装但未激活的模块:</p>
-<ol><li>选择“工具”>“插件”(在 Mac 上,选择 "NetBeans" >“首选项”)。</li>
-    <li>转至“已安装”标签。</li>
-    <li>选择 {0} 模块,然后单击“激活”。</li> </ol>
-</body>
-</html>
diff --git a/l10n/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_zh_CN.html b/l10n/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_zh_CN.html
deleted file mode 100644
index 199601a..0000000
--- a/l10n/src/zh_CN/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_zh_CN.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>未安装的模块</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>未安装的模块</h2>
-<p>您试图查看的帮助主题位于 {0} 模块中,而当前未安装该模块。此模块可作为插件提供。要查看相关信息,请选择“工具”>“插件”。
-</p>
-</body>
-</html>
diff --git a/l10n/src/zh_CN/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_zh_CN.properties
deleted file mode 100644
index 35b7981..0000000
--- a/l10n/src/zh_CN/platform/keyring/keyring/org/netbeans/modules/keyring/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=\u5bc6\u94a5\u73af API
-
diff --git a/l10n/src/zh_CN/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_zh_CN.properties
deleted file mode 100644
index 7cd619c..0000000
--- a/l10n/src/zh_CN/platform/keyring/keyring/org/netbeans/modules/keyring/fallback/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-FallbackProvider.sample_key.description=\u786e\u4fdd\u6b63\u5728\u8fdb\u884c\u89e3\u5bc6\u7684\u6837\u4f8b\u503c\u3002
-FallbackProvider.msg_clear_keys=\u65e0\u6cd5\u5bf9\u60a8\u4ee5\u524d\u5b58\u50a8\u7684\u53e3\u4ee4\u8fdb\u884c\u89e3\u5bc6\u3002\u662f\u5426\u5e0c\u671b\u5fd8\u8bb0\u6240\u6709\u7684\u73b0\u6709\u53e3\u4ee4\u5e76\u5f00\u59cb\u4f7f\u7528\u65b0\u7684\u5bc6\u94a5\u73af\uff1f
-FallbackProvider.title_clear_keys=\u5220\u9664\u5b58\u50a8\u7684\u53e3\u4ee4
-MasterPasswordPanel.masterPasswordLabel.text=\u4e3b\u53e3\u4ee4(&P)\uff1a
-MasterPasswordPanel.setNewBox.text=\u66f4\u6539(&C)...
-MasterPasswordPanel.newLabel1.text=\u65b0\u7684\u4e3b\u53e3\u4ee4(&N)\uff1a
-MasterPasswordPanel.newLabel2.text=\u91cd\u65b0\u952e\u5165(&R)\uff1a
-MasterPasswordPanel.ok=\u786e\u5b9a
-MasterPasswordPanel.enter_master_password=\u8f93\u5165\u4e3b\u53e3\u4ee4
-MasterPasswordPanel.enter_password=\u8f93\u5165\u53e3\u4ee4
-MasterPasswordPanel.enter_new_password=\u8f93\u5165\u65b0\u53e3\u4ee4
-MasterPasswordPanel.password_mismatch=\u65b0\u53e3\u4ee4\u4e0d\u5339\u914d
-MasterPasswordPanel.explanation.text=NetBeans \u4f1a\u8bb0\u4f4f\u60a8\u7684\u53e3\u4ee4\uff0c\u4f46\u4e3a\u4e86\u4fdd\u62a4\u8fd9\u4e9b\u53e3\u4ee4\uff0c\u60a8\u9700\u8981\u8f93\u5165\u4e3b\u53e3\u4ee4\u3002\u5982\u679c\u60a8\u5c1a\u672a\u9009\u62e9\u4e3b\u53e3\u4ee4\uff0c\u8bf7\u7acb\u5373\u9009\u62e9\u4e00\u4e2a\uff1b\u5728\u968f\u540e\u7684\u4f1a\u8bdd\u4e2d\uff0c\u7cfb\u7edf\u4f1a\u5728\u9700\u8981\u65f6\u63d0\u793a\u60a8\u8f93\u5165\u4e3b\u53e3\u4ee4\u3002\u60a8\u8fd8\u53ef\u4ee5\u5728\u7cfb\u7edf\u63d0\u793a\u65f6\u66f4\u6539\u4e3b\u53e3\u4ee4\u3002
-
diff --git a/l10n/src/zh_CN/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_zh_CN.properties
deleted file mode 100644
index ea8a066..0000000
--- a/l10n/src/zh_CN/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,82 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=\u4e0d\u80fd\u5728\u6587\u4ef6\u5939 {1} \u4e2d\u521b\u5efa\u6587\u4ef6 {0}\u3002
-EXC_CannotCreateExistingData=\u4e0d\u80fd\u5728\u6587\u4ef6\u5939 {1} \u4e2d\u521b\u5efa\u6587\u4ef6 {0}\u3002\u6b64\u6587\u4ef6\u5df2\u5b58\u5728\u3002
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=\u4e0d\u80fd\u5728\u6587\u4ef6\u5939 {1} \u4e2d\u521b\u5efa\u6587\u4ef6\u5939 {0}\u3002
-EXC_CannotCreateExistingFolder=\u4e0d\u80fd\u5728\u6587\u4ef6\u5939 {1} \u4e2d\u521b\u5efa\u6587\u4ef6\u5939 {0}\u3002\u6b64\u6587\u4ef6\u5939\u5df2\u5b58\u5728\u3002
-
-# {0} - the file
-EXC_CannotLock=\u65e0\u6cd5\u9501\u5b9a\u53ea\u8bfb\u6587\u4ef6 {0}\u3002
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=\u4e0d\u80fd\u5220\u9664 {1} \u4e2d\u7684\u6587\u4ef6 {0}\u3002
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=\u4e0d\u80fd\u5c06 {1} \u4e2d\u7684\u6587\u4ef6 {0} \u91cd\u547d\u540d\u4e3a {2}\u3002
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=\u6587\u4ef6 {1} \u7684\u9501\u5b9a [{0}] \u65e0\u6548\u3002
-
-# {0} = name of FS
-EXC_CannotRenameRoot=\u4e0d\u80fd\u91cd\u547d\u540d\u6587\u4ef6\u7cfb\u7edf {0} \u7684\u6839\u3002
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=\u4e0d\u80fd\u5220\u9664\u6587\u4ef6\u7cfb\u7edf {0} \u7684\u6839\u3002
-
-EXC_CannotLockRoot=\u4e0d\u80fd\u9501\u5b9a\u6839\u76ee\u5f55\u3002
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=\u65e0\u6cd5\u4ee5\u72ec\u5360\u65b9\u5f0f\u8bbf\u95ee {0}\uff08\u53ef\u80fd\u5df2\u6253\u5f00\u8be5\u5bf9\u8c61\u4ee5\u8bfb\u53d6\u6570\u636e\uff09\u3002
-
-# {0} - object name
-EXC_CannotGetSharedAccess=\u65e0\u6cd5\u4ee5\u5171\u4eab\u65b9\u5f0f\u8bbf\u95ee {0}\uff08\u53ef\u80fd\u5df2\u6253\u5f00\u8be5\u5bf9\u8c61\u4ee5\u5199\u5165\u6570\u636e\uff09\u3002
-
diff --git a/l10n/src/zh_CN/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_zh_CN.properties
deleted file mode 100644
index 0c998e3..0000000
--- a/l10n/src/zh_CN/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=\u6587\u4ef6 {0} \u5df2\u9501\u5b9a\u3002
-EXC_FileLockAlreadyExists=\u6587\u4ef6 {0} \u5df2\u9501\u5b9a\uff08\u9501\u5b9a {1} \u5b58\u5728\uff09\u3002
-# {0} - full path
-FileObj.readOnlyFile=\u65e0\u6cd5\u5199\u5165\u6587\u4ef6 {0}\uff0c\u56e0\u4e3a\u8be5\u6587\u4ef6\u662f\u53ea\u8bfb\u7684\u3002
-
diff --git a/l10n/src/zh_CN/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_zh_CN.properties
deleted file mode 100644
index cda2dfb..0000000
--- a/l10n/src/zh_CN/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=\u4e3b Filesystem
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u5c06\u591a\u4e2a\u6587\u4ef6\u7cfb\u7edf\u63d0\u4f9b\u5668\u5408\u5e76\u5230\u4e00\u4e2a\u903b\u8f91\u6811\u4e2d\u3002
-OpenIDE-Module-Long-Description=\u4e3a\u786c\u76d8\u6839\u521b\u5efa\u5b89\u88c5\uff0c\u7136\u540e\u5728\u5176\u4ed6\u6587\u4ef6\u7cfb\u7edf\uff08\u5982 VCS \u5b89\u88c5\uff09\u4e2d\u8fdb\u884c\u96c6\u6210\uff0c\u4ece\u800c\u4e3a\u6240\u6709\u5b89\u88c5\u63d0\u4f9b\u4e00\u4e2a\u5305\u88c5\u5668 Filesystem\u3002
-
-LBL_loaderName=\u4e3b\u6587\u4ef6\u7cfb\u7edf\u7684\u6587\u4ef6\u5939\u52a0\u8f7d\u5668
-
-# {0} = name of FS
-EXC_CannotRenameRoot=\u4e0d\u80fd\u91cd\u547d\u540d\u6587\u4ef6\u7cfb\u7edf {0} \u7684\u6839\u3002
-
-# {0} = name of FS
-EXC_CannotCopyRoot=\u65e0\u6cd5\u590d\u5236\u6587\u4ef6\u7cfb\u7edf {0} \u7684\u6839\u3002
-
-# {0} = name of FS
-EXC_CannotMoveRoot=\u65e0\u6cd5\u79fb\u52a8\u6587\u4ef6\u7cfb\u7edf {0} \u7684\u6839\u3002
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=\u4e0d\u80fd\u5220\u9664\u6587\u4ef6\u7cfb\u7edf {0} \u7684\u6839\u3002
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=\u4e0d\u80fd\u5c06 {1} \u4e2d\u7684\u6587\u4ef6 {0} \u91cd\u547d\u540d\u4e3a {2}\u3002
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} \u662f\u53ea\u8bfb\u7684\u3002
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=\u65e0\u6cd5\u5728\u6839 {0} \u4e0a\u5b89\u88c5 Filesystem {1}\uff0c\u56e0\u4e3a\u5df2\u5b89\u88c5\u4e86 Filesystem {2}\u3002
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=\u65e0\u6cd5\u5728\u6839 {0} \u4e0a\u5b89\u88c5 Filesystem {1}\u3002 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=\u65e0\u6cd5\u5378\u8f7d Filesystem {0}\u3002 
-
diff --git a/l10n/src/zh_CN/platform/options-api/options-api/org/netbeans/modules/options/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/options-api/options-api/org/netbeans/modules/options/Bundle_zh_CN.properties
deleted file mode 100644
index 787ce18..0000000
--- a/l10n/src/zh_CN/platform/options-api/options-api/org/netbeans/modules/options/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u201c\u9009\u9879\u201d\u5bf9\u8bdd\u6846\u548c SPI
-OpenIDE-Module-Display-Category=\u5de5\u5177
-OpenIDE-Module-Short-Description=\u63d0\u4f9b\u201c\u9009\u9879\u201d\u5bf9\u8bdd\u6846\u548c SPI \u4ee5\u5728\u5176\u4e2d\u6dfb\u52a0\u9762\u677f\u3002
-OpenIDE-Module-Long-Description=\u63d0\u4f9b\u201c\u5de5\u5177\u201d|\u201c\u9009\u9879\u201d\u5bf9\u8bdd\u6846\u3002SPI \u5141\u8bb8\u5c06\u6574\u4e2a\u65b0\u9762\u677f\u6216\u5176\u4e2d\u7684\u4e00\u90e8\u5206\u6dfb\u52a0\u5230\u201c\u5176\u4ed6\u201d\u9762\u677f\u4e2d\u3002
-
-#OptionsWindowAction
-CTL_Options_Window_Action=\u9009\u9879(&O)
-CTL_Options_Dialog_Title=\u9009\u9879
-CTL_OK=\u786e\u5b9a
-CTL_Classic=\u9ad8\u7ea7\u9009\u9879
-CTL_Classic_Title=\u9ad8\u7ea7\u9009\u9879
-CTL_Modern=\u57fa\u672c\u9009\u9879(&B)
-CTL_Loading_Options=\u6b63\u5728\u88c5\u5165\u8bbe\u7f6e...
-CTL_Error_Loading_Options=\u88c5\u5165\u9009\u9879\u5931\u8d25\u3002
-CTL_Some_values_changed=\u51fa\u73b0\u4e86\u4e00\u4e9b\u66f4\u6539\u3002\u662f\u5426\u8981\u5e94\u7528\u8fd9\u4e9b\u66f4\u6539\uff1f
-
-CTL_General_Options=\u5e38\u89c4(&G)
-CTL_General_Options_Title=\u5e38\u89c4
-CTL_Editor=\u7f16\u8f91\u5668(&E)
-CTL_Editor_Title=\u7f16\u8f91\u5668
-CTL_Font_And_Color_Options=\u5b57\u4f53\u548c\u989c\u8272(&F)
-CTL_Font_And_Color_Options_Title=\u5b57\u4f53\u548c\u989c\u8272
-CTL_Keymap_Options=\u5feb\u6377\u952e\u6620\u5c04(&K)
-CTL_Keymap_Options_Title=\u5feb\u6377\u952e\u6620\u5c04
-
-CTL_Export=\u5bfc\u51fa(&T)
-CTL_Import=\u5bfc\u5165(&I)
-
-#A11Y
-ACS_OKButton=\u786e\u5b9a
-ACS_ClassicButton= \u8c03\u7528\u201c\u9ad8\u7ea7\u9009\u9879\u201d\u5bf9\u8bdd\u6846
-ACS_OptionsPanel=\u201c\u9009\u9879\u201d\u5bf9\u8bdd\u6846
-ACS_Export=\u5bfc\u51fa\u9009\u9879
-ACS_Import=\u5bfc\u5165\u9009\u9879
-TabbedController.pane.AD=\u9009\u9879\u9762\u677f
-
-QuickSearch/GoToOption=\u9009\u9879
-
diff --git a/l10n/src/zh_CN/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_zh_CN.properties
deleted file mode 100644
index 6a9c5c1..0000000
--- a/l10n/src/zh_CN/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=\u5176\u4ed6(&M)
-CTL_Advanced_Options_Title=\u5176\u4ed6
-CTL_Advanced_Options_Description=\u5176\u4ed6
-AdvancedPanel.tabbedPanel.AD=\u5176\u4ed6\u6807\u7b7e\u5f0f\u9762\u677f
-Advanced.Export.Category=\u5176\u4ed6
-
diff --git a/l10n/src/zh_CN/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_zh_CN.properties
deleted file mode 100644
index 7b4f8c5..0000000
--- a/l10n/src/zh_CN/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=\u5728\u6b64\u5b9a\u4e49
-LBL_action_revert=\u6062\u590d\u5b9a\u4e49
-LBL_action_delete=\u5220\u9664
-
-MSG_ask_remove_above_defined_files=\u5982\u679c\u79fb\u52a8\u6b64\u5904\u7684\u5b9a\u4e49\uff0c\u90a3\u4e48\u9009\u5b9a\u680f\u5de6\u4fa7\u5c42\u4e2d\u6240\u5b58\u50a8\u7684\u503c\u4f1a\u88ab\u5168\u90e8\u5220\u9664\u3002\n\n\u662f\u5426\u8981\u7ee7\u7eed\uff1f
-
-#file state tooltips
-LBL_fstate_defined=\u8bbe\u7f6e\u5b9a\u4e49
-LBL_fstate_ignored=\u672a\u4f7f\u7528\u7684\u8bbe\u7f6e\u503c
-LBL_fstate_inherited=\u7ee7\u627f\u7684\u8bbe\u7f6e
-LBL_fstate_undefined=\u6b64\u5904\u672a\u5b9a\u4e49\u8bbe\u7f6e\u503c
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=\u7528\u6237
-LBL_FSP_Desc_Session-Layer=\u4f1a\u8bdd\u8bbe\u7f6e\u7ea7\u522b
-LBL_FSP_Modules-Layer=\u7f3a\u7701
-LBL_FSP_Desc_Modules-Layer=\u7f3a\u7701\u5b89\u88c5\u8bbe\u7f6e\u7ea7\u522b
-
-#OptionsAction
-Options=\u9009\u9879(&O)
-CTL_close_button=\u5173\u95ed(&C)
-ACSD_close_button=N/A
-ACSN_optionsTree=N/A
-ACSD_optionsTree=N/A
-LBL_computing=\u6b63\u5728\u521d\u59cb\u5316\u8bbe\u7f6e...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=\u663e\u793a\u7ea7\u522b\uff08\u6309 +\uff09
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=\u9690\u85cf\u7ea7\u522b\uff08\u6309 +\uff09
-CTL_Templates_name=\u6a21\u677f
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=\u8d44\u6e90\u7ba1\u7406\u5668
-ACSN_ExplorerBeanTree=\u8d44\u6e90\u7ba1\u7406\u5668\u6811
-ACSD_ExplorerBeanTree=N/A
-
diff --git a/l10n/src/zh_CN/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_zh_CN.properties
deleted file mode 100644
index fa9dca7..0000000
--- a/l10n/src/zh_CN/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=\u9009\u62e9\u8981\u5bfc\u51fa\u7684\u9009\u9879(&S)\uff1a
-OptionsChooserPanel.outline.all=\u5168\u90e8
-OptionsChooserPanel.outline.header.tree=\u53ef\u7528\u9009\u9879
-OptionsChooserPanel.outline.AN=\u53ef\u7528\u9009\u9879
-OptionsChooserPanel.outline.AD=\u53ef\u7528\u9009\u9879\u6811
-OptionsChooserPanel.lblFile.text=\u76ee\u6807 zip \u6587\u4ef6(&T)\uff1a
-OptionsChooserPanel.btnBrowse=\u6d4f\u89c8(&R)...
-OptionsChooserPanel.btnBrowse.AN=\u6d4f\u89c8
-OptionsChooserPanel.btnBrowse.AD=\u6d4f\u89c8
-OptionsChooserPanel.txtFile.AD=\u5bfc\u5165/\u5bfc\u51fa\u7684\u6e90\u6216\u76ee\u6807\u3002
-OptionsChooserPanel.loading=\u6b63\u5728\u88c5\u5165...
-OptionsChooserPanel.file.warning=\u8bf7\u9009\u62e9\u4e00\u4e2a\u6709\u6548\u7684\u76ee\u6807 zip \u6587\u4ef6
-OptionsChooserPanel.nooption.warning=\u8bf7\u9009\u62e9\u8981\u5bfc\u51fa\u7684\u5185\u5bb9
-OptionsChooserPanel.file.chooser.title=\u9009\u62e9\u76ee\u6807 zip \u6587\u4ef6
-OptionsChooserPanel.file.chooser.approve=\u786e\u5b9a
-OptionsChooserPanel.export.title=\u9009\u62e9\u8981\u5bfc\u51fa\u7684\u9009\u9879
-OptionsChooserPanel.export.status.text=\u5df2\u5b8c\u6210\u9009\u9879\u5bfc\u51fa\u3002
-OptionsChooserPanel.import.title=\u9009\u62e9\u8981\u5bfc\u5165\u7684\u9009\u9879
-OptionsChooserPanel.import.lblFile.text=\u5bfc\u5165\u6e90(&I)\uff1a
-OptionsChooserPanel.import.lblHint.text=\u9009\u62e9\u8981\u5bfc\u5165\u7684\u9009\u9879(&S)\uff1a
-OptionsChooserPanel.import.file.warning=\u8bf7\u9009\u62e9\u4e00\u4e2a\u6709\u6548\u7684 zip \u6587\u4ef6\u6216 userdir
-OptionsChooserPanel.import.nooption.warning=\u8bf7\u9009\u62e9\u8981\u5bfc\u5165\u7684\u5185\u5bb9
-OptionsChooserPanel.import.file.chooser.title=\u9009\u62e9 zip \u6587\u4ef6\u6216 userdir
-OptionsChooserPanel.import.invalid.userdir.title=\u65e0\u6548\u7684 userdir\uff1f
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=\u6587\u4ef6\u5939 {0} \u4f3c\u4e4e\u4e0d\u662f\u6709\u6548\u7684 userdir\u3002\u662f\u5426\u786e\u5b9e\u8981\u4ece\u6b64\u4f4d\u7f6e\u5bfc\u5165\u9009\u9879\uff1f
-OptionsChooserPanel.AD=\u7528\u4e8e\u9009\u62e9\u8981\u5bfc\u51fa/\u5bfc\u5165\u7684\u9009\u9879\u7684\u9762\u677f
-OptionsChooserPanel.import.error=\u5bfc\u5165\u9009\u9879\u65f6\u51fa\u9519\u3002\u4f7f\u7528\u53c2\u6570 -J-Dorg.netbeans.modules.options.export.level=100 \u8fd0\u884c IDE \u5e76\u67e5\u770b IDE \u65e5\u5fd7\u4ee5\u4e86\u89e3\u8be6\u7ec6\u4fe1\u606f\u3002
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=\u65e0\u6548\u7684 zip \u6587\u4ef6\uff1a{0}
-# 0 - file path
-OptionsExportModel.export.zip.error=\u5199\u5165\u6587\u4ef6 {0} \u7684\u64cd\u4f5c\u5931\u8d25\u3002
-ImportConfirmationPanel.title=\u5bfc\u5165\u786e\u8ba4
-ImportConfirmationPanel.cbRestart.text=\u7acb\u5373\u91cd\u65b0\u542f\u52a8 IDE\uff08\u5982\u679c\u4e0d\u91cd\u65b0\u542f\u52a8\uff0c\u5bfc\u5165\u7684\u8bbe\u7f6e\u53ef\u80fd\u65e0\u6cd5\u4f7f\u7528\uff09(&R)
-ImportConfirmationPanel.cbRestart.AD=\u786e\u5b9a\u662f\u7acb\u5373\u8fd8\u662f\u7a0d\u540e\u91cd\u65b0\u542f\u52a8 IDE
-ImportConfirmationPanel.cbRestart.AN=\u662f\u5426\u7acb\u5373\u91cd\u65b0\u542f\u52a8 IDE\uff1f
-ImportConfirmationPanel.lblMessage.text=\u5bfc\u5165\u53ef\u80fd\u4f1a\u8986\u76d6\u5f53\u524d\u8bbe\u7f6e\uff0c\u4e14\u65e0\u6cd5\u64a4\u6d88\u3002\u5e94\u5148\u6267\u884c\u5bfc\u51fa\u4ee5\u5907\u4efd\u5f53\u524d\u9009\u9879\u3002\u662f\u5426\u7ee7\u7eed\uff1f
-ImportConfirmationPanel.lblMessage.AD=\u786e\u8ba4\u6d88\u606f
-ImportConfirmationPanel.AN=\u5bfc\u5165\u786e\u8ba4
-ImportConfirmationPanel.AD=\u5bfc\u5165\u786e\u8ba4
-ExportConfirmationPanel.title=\u5b58\u50a8\u7684\u53e3\u4ee4\u8b66\u544a
-ExportConfirmationPanel.lblMessage.text=\u5bfc\u51fa\u7684\u8bbe\u7f6e\u53ef\u80fd\u5305\u542b\u5b58\u50a8\u7684\u53e3\u4ee4\u3002\u4e0e\u5176\u4ed6\u7528\u6237\u5171\u4eab\u60a8\u7684\u8bbe\u7f6e\u5c06\u4f1a\u5e26\u6765\u6f5c\u5728\u7684\u5b89\u5168\u98ce\u9669\u3002\u662f\u5426\u8981\u7ee7\u7eed\u6267\u884c\uff1f
-ExportConfirmationPanel.cbSkip.text=\u4e0b\u6b21\u8df3\u8fc7\u6b64\u8b66\u544a(&S)
-ExportConfirmationPanel.cbSkip.AN=\u4e0b\u6b21\u8df3\u8fc7\u6b64\u8b66\u544a\uff1f
-ExportConfirmationPanel.cbSkip.AD=\u786e\u5b9a\u4e0b\u6b21\u662f\u8df3\u8fc7\u8fd8\u662f\u663e\u793a\u6b64\u8b66\u544a
-ExportConfirmationPanel.lblMessage.AD=\u786e\u8ba4\u6d88\u606f
-ExportConfirmationPanel.AN=\u5b58\u50a8\u7684\u53e3\u4ee4\u8b66\u544a
-ExportConfirmationPanel.AD=\u5b58\u50a8\u7684\u53e3\u4ee4\u8b66\u544a
-
diff --git a/l10n/src/zh_CN/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_zh_CN.properties
deleted file mode 100644
index dee0533..0000000
--- a/l10n/src/zh_CN/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,190 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u5feb\u6377\u952e\u6620\u5c04\u9009\u9879
-
-CTL_Keymap_Options=\u5feb\u6377\u952e\u6620\u5c04(&K)
-CTL_Keymap_Options_Title=\u5feb\u6377\u952e\u6620\u5c04
-CTL_Keymap_Options_Description=\u5feb\u6377\u952e\u6620\u5c04
-
-CTL_Duplicate=\u7ba1\u7406\u914d\u7f6e\u6587\u4ef6(&M)...
-AN_Duplicate=\u590d\u5236
-AD_Duplicate=\u590d\u5236
-CTL_Delete=\u5220\u9664(&T)
-AN_Delete=\u5220\u9664
-AD_Delete=\u5220\u9664
-CTL_Restore=\u6062\u590d(&R)
-AN_Restore=\u6062\u590d
-AD_Restore=\u6062\u590d
-CTL_Show_Actions=\u64cd\u4f5c(&N)
-AN_Show_Actions=\u64cd\u4f5c
-AD_Show_Actions=\u64cd\u4f5c
-CTL_Show_Shortcuts=\u5feb\u6377\u952e(&S)
-AN_Show_Shortcuts=\u5feb\u6377\u952e
-AD_Show_Shortcuts=\u5feb\u6377\u952e
-CTL_Add_Shortcut=\u6dfb\u52a0(&D)...
-AN_Add_Shortcut=\u6dfb\u52a0
-AD_Add_Shortcut=\u6dfb\u52a0
-CTL_Remove_Shortcut=\u5220\u9664(&V)
-AN_Remove_Shortcut=\u5220\u9664
-AD_Remove_Shortcut=\u5220\u9664
-CTL_Actions=\u64cd\u4f5c(&N)\uff1a
-AN_Actions=\u64cd\u4f5c
-AD_Actions=\u64cd\u4f5c
-CTL_Shortcuts=\u5feb\u6377\u952e(&S)\uff1a
-AN_Shortcuts=\u5feb\u6377\u952e
-AD_Shortcuts=\u5feb\u6377\u952e
-AN_Profiles=\u914d\u7f6e\u6587\u4ef6
-AD_Profiles=\u914d\u7f6e\u6587\u4ef6
-Show_Actions=\u64cd\u4f5c(&N)
-Show_Shortcuts=\u5feb\u6377\u952e(&S)
-Keymaps=\u5feb\u6377\u952e\u6620\u5c04(&K)
-CTL_Keymap_Name=\u914d\u7f6e\u6587\u4ef6(&P)\uff1a
-View_By=\u67e5\u770b\u65b9\u5f0f(&V)\uff1a
-Shortcut=\u5feb\u6377\u952e(&S)\uff1a
-Add_Shortcut_Dialog=\u6dfb\u52a0\u5feb\u6377\u952e
-CTL_Create_New_Profile_Message=\u914d\u7f6e\u6587\u4ef6\u540d\u79f0(&N)\uff1a
-CTL_Create_New_Profile_Title=\u201c\u521b\u5efa\u65b0\u7684\u914d\u7f6e\u6587\u4ef6\u201d\u5bf9\u8bdd\u6846
-Shortcut_Conflict=<html>\u5df2\u4e3a {0} \u64cd\u4f5c\u5206\u914d\u5feb\u6377\u952e\u3002\u5982\u679c\u7ee7\u7eed\u6267\u884c\uff0c\u5c06\u91cd\u65b0\u5206\u914d\u5feb\u6377\u952e\u3002
-CTL_Clear=\u6e05\u9664(&C)
-AN_Clear=\u6e05\u9664\u5feb\u6377\u952e\u6309\u94ae
-AD_Clear=\u6e05\u9664\u5feb\u6377\u952e\u5b57\u6bb5
-CTL_Tab=\u6807\u7b7e(&T)
-AN_Tab=\u63d2\u5165\u5236\u8868\u7b26\u6309\u94ae
-AD_Tab=\u63d2\u5165\u5236\u8868\u7b26
-CTL_Duplicate_Profile_Name=\u5177\u6709\u6b64\u540d\u79f0\u7684\u914d\u7f6e\u6587\u4ef6\u5df2\u5b58\u5728\u3002\n\u8bf7\u9009\u62e9\u53e6\u4e00\u4e2a\u540d\u79f0\u3002
-
-CTL_Export_IDE_Actions_Action=\u5c06 IDE \u64cd\u4f5c\u5bfc\u51fa\u5230 XML
-CTL_Export_IDE_Shortcuts_Action=\u5c06 IDE \u5feb\u6377\u952e\u5bfc\u51fa\u5230 XML
-CTL_Export_Editor_Shortcuts_Action=\u5c06\u7f16\u8f91\u5668\u5feb\u6377\u952e\u5bfc\u51fa\u5230 XML
-CTL_Export_Shortcuts_to_HTML_Action=\u5c06\u5feb\u6377\u952e\u5bfc\u51fa\u5230 HTML
-
-CTL_Other=\u5176\u4ed6
-AN_Shortcut=\u201c\u5feb\u6377\u952e\u201d\u5b57\u6bb5
-AD_Shortcut=\u201c\u5feb\u6377\u952e\u201d\u5b57\u6bb5
-AN_ShortcutsDialog=\u8f93\u5165\u65b0\u7684\u5feb\u6377\u952e
-AD_ShortcutsDialog=\u8f93\u5165\u65b0\u7684\u5feb\u6377\u952e
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=\u5c06\u5feb\u6377\u952e\u6620\u5c04\u914d\u7f6e\u6587\u4ef6\u7531 {1} \u5207\u6362\u4e3a {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=\u5feb\u901f\u641c\u7d22\uff1a\u8c03\u7528 {1} \u64cd\u4f5c\uff0c\u7c7b {0}
-
-QuickSearch/Actions=\u64cd\u4f5c
-MSG_ActionFailure=\u65e0\u6cd5\u901a\u8fc7\u201c\u5feb\u901f\u641c\u7d22\u201d\u8c03\u7528 {0} \u64cd\u4f5c...
-
-# Quicksearch options
-KW_KeymapOptions=\u5feb\u6377\u952e\u6620\u5c04\u9009\u9879, \u5feb\u6377\u952e, \u952e\u7ed1\u5b9a
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=\u641c\u7d22(&S)\uff1a
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=\u7528\u4e8e\u7f29\u5c0f\u5feb\u6377\u952e\u5217\u8868\u8303\u56f4\u7684\u5b57\u6bb5
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=\u5728\u5feb\u6377\u952e\u4e2d\u641c\u7d22(&R)\uff1a
-
-# Conflict dialogs
-Override_Shortcut=<html>\u4ee5\u4e0b\u64cd\u4f5c\uff1a<br>{0} \u4e0e\u6b64\u5206\u914d\u53d1\u751f\u51b2\u7a81\u3002\u662f\u5426\u8981\u8986\u76d6\uff1f
-Conflicting_Shortcut_Dialog=\u5feb\u6377\u952e\u51b2\u7a81\u5bf9\u8bdd\u6846
-Override_All=<html>\u4ee5\u4e0b\u64cd\u4f5c\uff1a<br>{0} \u4e0e\u6b64\u6062\u590d\u53d1\u751f\u51b2\u7a81\u3002\u662f\u5426\u8981\u5168\u90e8\u8986\u76d6\uff1f
-Alternative_Shortcut=\uff08\u66ff\u4ee3\u5feb\u6377\u952e\uff09
-
-#Table columns
-Actions=\u64cd\u4f5c
-Shortcut=\u5feb\u6377\u952e
-Category=\u7c7b\u522b
-Scope=\u4f5c\u7528\u57df
-
-#Keymap Popup
-Edit=\u7f16\u8f91...
-Add_Alternative=\u6dfb\u52a0\u66ff\u4ee3\u9879
-Reset_to_Default=\u91cd\u7f6e\u4e3a\u7f3a\u7701\u8bbe\u7f6e
-Clear=\u6e05\u9664
-
-#Keymap completion
-No_Free_Shortcut=\u6ca1\u6709\u5efa\u8bae\u4f7f\u7528\u7684\u5e26\u6709\u524d\u7f00 "{0}" \u7684\u53ef\u7528\u5feb\u6377\u952e
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=\u590d\u5236(&D)
-ProfilesPanel.exportButton.text=\u5bfc\u51fa(&E)
-ProfilesPanel.deleteButton.text=\u5220\u9664(&L)
-ProfilesPanel.importButton.text=\u5bfc\u5165(&I)
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=\u914d\u7f6e\u6587\u4ef6\u6eda\u52a8\u7a97\u683c
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=\u914d\u7f6e\u6587\u4ef6\u7684\u6eda\u52a8\u7a97\u683c
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=\u5feb\u6377\u952e\u6620\u5c04\u914d\u7f6e\u6587\u4ef6\u5217\u8868
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=\u4ece\u5916\u90e8\u6587\u4ef6\u5bfc\u5165\u914d\u7f6e\u6587\u4ef6
-ProfilesPanel.AccessibleContext.accessibleDescription=\u914d\u7f6e\u6587\u4ef6\u9762\u677f
-ProfilesPanel.restoreButton.text=\u6062\u590d\u7f3a\u7701\u8bbe\u7f6e(&R)
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=\u6062\u590d\u5b58\u50a8\u7684\u7f3a\u7701\u8bbe\u7f6e
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=\u590d\u5236\u73b0\u6709\u914d\u7f6e\u6587\u4ef6
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=\u5bfc\u51fa\u5f53\u524d\u914d\u7f6e\u6587\u4ef6
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=\u5220\u9664\u9009\u5b9a\u7684\u5b9a\u5236\u914d\u7f6e\u6587\u4ef6
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=\u7ba1\u7406\u5feb\u6377\u952e\u6620\u5c04\u914d\u7f6e\u6587\u4ef6
-CTL_Files=\u6587\u4ef6
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=\u5feb\u6377\u952e\u6620\u5c04
-Keymaps.Options.Export.Profiles.displayName=\u5feb\u6377\u952e\u6620\u5c04\u914d\u7f6e\u6587\u4ef6
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/zh_CN/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_zh_CN.properties
deleted file mode 100644
index e6eed19..0000000
--- a/l10n/src/zh_CN/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Swing \u5e03\u5c40\u6269\u5c55\u96c6\u6210
-OpenIDE-Module-Display-Category=\u5e93
-OpenIDE-Module-Short-Description=\u6346\u7ed1 swing-layout \u5e93\u3002
-OpenIDE-Module-Long-Description=\u6b64\u6a21\u5757\u6346\u7ed1 swing-layout.dev.java.net \u4e2d\u7684 Swing \u5e03\u5c40\u6269\u5c55\u5e93\u3002
-OpenIDE-Module-Deprecation-Message=\u6539\u7528 javax.swing.GroupLayout\u3002\uff08\u5728\u7a97\u4f53\u7f16\u8f91\u5668\u7684\u201c\u68c0\u67e5\u5668\u201d\u4e2d\uff0c\u9009\u62e9\u201c\u7a97\u4f53...\u201d\uff1b\u5c06\u201c\u5e03\u5c40\u751f\u6210\u6837\u5f0f\u201d\u66f4\u6539\u4e3a\u201c\u6807\u51c6 Java 6 \u4ee3\u7801\u201d\u3002\uff09
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_zh_CN.properties
deleted file mode 100644
index 0909ec0..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module-Long-Description=\u5305\u542b\u5bf9\u9759\u6001\u5206\u6790\u6709\u7528\u7684\u6807\u6ce8\uff0c\u5982 FindBugs \u53ef\u4ee5\u4f7f\u7528\u7684 @SuppressWarnings\u3002
-OpenIDE-Module-Name=\u5e38\u7528\u6807\u6ce8
-OpenIDE-Module-Short-Description=\u5e38\u7528\u6807\u6ce8\uff0c\u5373\u7528\u4e8e\u7f3a\u9677\u68c0\u6d4b\u3002
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_zh_CN.properties
deleted file mode 100644
index 798ca47..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=\u53d6\u6d88\u8fdb\u7a0b
-CTL_ProcessListAction=\u8fdb\u7a0b(&P)
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_zh_CN.properties
deleted file mode 100644
index 94427d5..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u8fdb\u5ea6 API
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u4efb\u52a1\u8fdb\u5ea6\u53ef\u89c6\u5316 API\u3002
-OpenIDE-Module-Long-Description=\u5141\u8bb8\u6a21\u5757\u5728\u4e00\u4e2a\u4e2d\u5fc3\u4f4d\u7f6e\u6ce8\u518c\u957f\u65f6\u95f4\u8fd0\u884c\u7684\u4efb\u52a1\u6216\u8fdb\u7a0b\u3002
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_zh_CN.properties
deleted file mode 100644
index cce3765..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=\u573a\u666f\u7ec4\u4ef6
-ACS_SceneComponentDesc=\u573a\u666f\u89c6\u56fe
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_zh_CN.properties
deleted file mode 100644
index 6c9410f..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u53ef\u89c6\u5e93 API
-OpenIDE-Module-Short-Description=\u53ef\u89c6\u5e93 API
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_zh_CN.properties
deleted file mode 100644
index 656f085..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=\u7a0b\u5e8f\u7684\u67d0\u4e2a\u5b9e\u4f8b\u4f3c\u4e4e\u5df2\u4f7f\u7528\u60a8\u7684\u7528\u6237\u76ee\u5f55\u8fd0\u884c\u3002\n\u8981\u4e48\u7a0b\u5e8f\u7684\u4ee5\u524d\u4f1a\u8bdd\u6ca1\u6709\u6b63\u786e\u9000\u51fa\uff0c\u8981\u4e48\u6b64\u7a0b\u5e8f\u7684\u53e6\u4e00\u4e2a\u5b9e\u4f8b\n\u6b63\u5728\u53e6\u4e00\u53f0\u8ba1\u7b97\u673a\u4e0a\u8fd0\u884c\uff0c\u4e14\u4f7f\u7528\u540c\u4e00\u7528\u6237\u76ee\u5f55\u3002\n\n\u5982\u679c\u6b64\u7a0b\u5e8f\u7684\u53e6\u4e00\u4e2a\u4f1a\u8bdd\u6b63\u5728\u4f7f\u7528\u540c\u4e00\u7528\u6237\u76ee\u5f55\u8fd0\u884c\uff0c\u8bf7\u5355\u51fb\n\u201c\u53d6\u6d88\u201d\u4ee5\u9632\u6b62\u635f\u574f\u7528\u6237\u76ee\u5f55\u3002\u5982\u679c\u60a8\u786e\u4fe1\u6b64\u7a0b\u5e8f\u7684\u5176\u4ed6\n\u5b9e\u4f8b\u6ca1\u6709\u4f7f\u7528\u60a8\u7684\u7528\u6237\u76ee\u5f55\u8fd0\u884c\uff0c\u8bf7\u5355\u51fb\u201c\u786e\u5b9a\u201d\u7ee7\u7eed\u64cd\u4f5c\u3002
-MSG_AlreadyRunningTitle=\u8b66\u544a
-
-EXC_not_a_module={0} \u4e0d\u662f\u6709\u6548\u7684 NetBeans \u6a21\u5757\u3002
-
-# bootstrap manifest
-OpenIDE-Module-Name=\u5f15\u5bfc
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u57fa\u4e8e NetBeans \u7684\u5e94\u7528\u7a0b\u5e8f\u7684\u6838\u5fc3\u5f15\u5bfc\u3002
-OpenIDE-Module-Long-Description=\u6b64\u6a21\u5757\u63d0\u4f9b\u521d\u59cb\u57fa\u7840\u7ed3\u6784\uff0c\u521d\u59cb\u57fa\u7840\u7ed3\u6784\u5c06\u88c5\u5165\u5e94\u7528\u7a0b\u5e8f\u7684\u6240\u6709\u5176\u4ed6\u90e8\u5206\u3002\u60a8\u65e0\u6cd5\u7981\u7528\u6b64\u57fa\u7840\u7ed3\u6784\u3002
-
-MSG_InstallJava6=\u65e0\u6cd5\u5728\u4f4e\u4e8e Java 6 Standard Edition \u7684 Java \u7248\u672c\u4e0a\u8fd0\u884c\u3002\n\u8bf7\u5b89\u88c5 Java 6 Standard Edition \u6216\u66f4\u9ad8\u7248\u672c\uff0c\u6216\u8005\u4f7f\u7528 --jdkhome\n\u5f00\u5173\u6307\u5411\u5176\u5b89\u88c5\u76ee\u5f55\u3002
-MSG_NeedsJava6=\u8981\u6c42 Java 6 Standard Edition \u6216\u66f4\u65b0\u7248\u672c
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_zh_CN.properties
deleted file mode 100644
index 4568ec6..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=\u8f93\u51fa {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=\u9000\u51fa ID&E
-ACSD_EndTasks=N/A
-CTL_PendingTitle=\u9000\u51fa IDE
-ACSD_PendingTitle=N/A
-LAB_PendingTasks=\u9000\u51fa IDE \u5c06\u7ec8\u6b62\u4ee5\u4e0b\u8fdb\u7a0b(&X)\uff1a
-ACSD_PendingTasks=N/A
-# {0} - process name
-CTL_PendingExternalProcess2=\u8fdb\u7a0b - {0}
-# {0} - action name
-CTL_ActionInProgress=\u6b63\u5728\u6267\u884c {0} \u64cd\u4f5c
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_zh_CN.properties
deleted file mode 100644
index c9b047b..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,81 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=\u5220\u9664(&R)
-CTL_MoveUp=\u4e0a\u79fb(&U)
-CTL_MoveDown=\u4e0b\u79fb(&W)
-CTL_AddDirectory=\u6dfb\u52a0\u76ee\u5f55(&Y)...
-CTL_AddJAR=\u6dfb\u52a0 &JAR/ZIP...
-CTL_JarArchivesMask=JAR \u548c ZIP \u5f52\u6863\u6587\u4ef6
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_AddDirectory=N/A
-ACSD_AddJAR=N/A
-ACSD_PathList=N/A
-ACSD_CustomNbClassPathEditor=N/A
-CTL_Edit_Jar_Dialog_Title=\u7f16\u8f91 JAR \u6587\u4ef6
-CTL_Edit_Local_Dialog_Title=\u7f16\u8f91\u672c\u5730\u76ee\u5f55
-CTL_Approve_Button_Title=\u786e\u5b9a
-CTL_FileSystemPanel.Jar_Dialog_Title=\u6dfb\u52a0 JAR \u6587\u4ef6
-CTL_FileSystemPanel.Local_Dialog_Title=\u6dfb\u52a0\u672c\u5730\u76ee\u5f55
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=\u8fdb\u7a0b(&P)\uff1a
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=\u53c2\u6570(&A)\uff1a
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=\u53c2\u6570\u63d0\u793a(&H)
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=\u6d4f\u89c8(&B)...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/A
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/A
-ACSD_CustomNbProcessDescriptorEditor=N/A
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=\u8def\u5f84\u6761\u76ee
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=\u8981\u7f16\u8f91\u7684\u8def\u5f84\u6761\u76ee\u5217\u8868\u3002
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_zh_CN.properties
deleted file mode 100644
index efbbdbf..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u6838\u5fc3 - \u6267\u884c
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u6267\u884c\u5f15\u64ce\u7684\u5b9e\u73b0\u3002
-OpenIDE-Module-Long-Description=\u5728\u5e73\u53f0\u4e2d\u6dfb\u52a0\u6267\u884c\u652f\u6301\u7684\u7c7b\u3002\u5305\u542b\u5b9e\u73b0 API \u7684\u6267\u884c\u90e8\u5206\u548c\u5bf9\u5e94 GUI \u7684\u7c7b\u3002
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_zh_CN.properties
deleted file mode 100644
index 4c5bc56..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=\u8f93\u51fa(&O)
-
-#Title for I/O window
-LBL_IO_WINDOW=\u8f93\u51fa
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=\u5173\u95ed\u6807\u7b7e
-LBL_CloseAll=\u5173\u95ed\u6240\u6709\u6807\u7b7e
-LBL_CloseOthers=\u5173\u95ed\u5176\u4ed6\u6807\u7b7e
-
-# Localization of Window/Output submenu
-Menu/Window/Output=\u8f93\u51fa(&O)
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_zh_CN.properties
deleted file mode 100644
index a7098cd..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=\u7f16\u8f91\u5668(&E)
-EditorsAction.source=\u6e90(&S)
-GetLeftEditorAction.name=\u7f16\u8f91\u5668 - \u5411\u5de6\u8fed\u4ee3
-
-GetRightEditorAction.name=\u7f16\u8f91\u5668 - \u5411\u53f3\u8fed\u4ee3
-
-TabButton.tool_tip={0} \u89c6\u56fe
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_zh_CN.properties
deleted file mode 100644
index 608b234..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u591a\u89c6\u56fe\u7a97\u53e3
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u591a\u89c6\u56fe\u7a97\u53e3\u6846\u67b6\u548c API
-OpenIDE-Module-Long-Description=\u591a\u89c6\u56fe\u7a97\u53e3\u6846\u67b6\u548c API
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_zh_CN.properties
deleted file mode 100644
index 2cfdc45..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=\u672c\u673a\u8bbf\u95ee
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u4f7f\u7528\u672c\u673a\u7ed1\u5b9a\u901a\u8fc7 JNA \u5e93\u4e3a\u7a97\u53e3\u7cfb\u7edf\u63d0\u4f9b\u9ad8\u7ea7\u53ef\u89c6\u6548\u679c\u3002
-OpenIDE-Module-Long-Description=\u4f7f\u7528\u672c\u673a\u7ed1\u5b9a\u901a\u8fc7 JNA \u5e93\u4e3a\u7a97\u53e3\u7cfb\u7edf\u63d0\u4f9b\u9ad8\u7ea7\u53ef\u89c6\u6548\u679c\u3002
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_zh_CN.properties
deleted file mode 100644
index f1db8aa..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Transparency
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_zh_CN.properties
deleted file mode 100644
index c68e69f..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-netigso/org-netbeans-core-netigso/org/netbeans/core/netigso/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=NetBeans OSGi \u96c6\u6210
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_zh_CN.properties
deleted file mode 100644
index 9ecf00d..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-osgi/org-netbeans-core-osgi/org/netbeans/core/osgi/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi \u8fd0\u884c\u65f6\u73af\u5883\u4e2d\u7684 NetBeans
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_zh_CN.properties
deleted file mode 100644
index aa293a2..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,154 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u8f93\u51fa\u7a97\u53e3
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u57fa\u4e8e\u7b80\u5355\u6587\u672c\u533a\u57df\u7684\u8f93\u51fa\u7a97\u53e3\u5b9e\u73b0
-OpenIDE-Module-Long-Description=\u57fa\u4e8e ByteBuffer/CharBuffer \u4e0a\u7684 java.swing.text.Document \u7684\u8f93\u51fa\u7a97\u53e3
-
-#Title for the output window
-LBL_OUTPUT=\u8f93\u51fa
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=\u65e0\u6cd5\u5199\u5165\u7cfb\u7edf\u4e34\u65f6\u76ee\u5f55 ({0})
-MSG_GenericError=\u5199\u5165\u8f93\u51fa\u6587\u4ef6\u65f6\u51fa\u73b0\u95ee\u9898
-
-LBL_STDOUT=\u6807\u51c6\u8f93\u51fa
-FMT_FILE_EXISTS={0} \u5df2\u5b58\u5728\u3002\u662f\u5426\u8981\u8986\u76d6\uff1f
-TITLE_SAVE_DLG=\u8f93\u51fa\u53e6\u5b58\u4e3a
-
-LBL_SaveAsFailedTitle=\u53e6\u5b58\u4e3a\u64cd\u4f5c\u5931\u8d25
-MSG_SaveAsFailed=\u5199\u5165\u6587\u4ef6 {0} \u7684\u64cd\u4f5c\u5931\u8d25\u3002
-
-MSG_SearchFromBeg=\u5df2\u5230\u8fbe\u8f93\u51fa\u7ed3\u5c3e\u3002\u7ee7\u7eed\u4ece\u5934\u5f00\u59cb\u641c\u7d22\u3002
-MSG_SearchFromEnd=\u5df2\u5230\u8fbe\u8f93\u51fa\u5f00\u5934\u3002\u7ee7\u7eed\u4ece\u7ed3\u5c3e\u5f00\u59cb\u641c\u7d22\u3002
-MSG_Found=\u5728 {1}:{2} \u627e\u5230 ''{0}''
-MSG_NotFound=\u672a\u627e\u5230 ''{0}''
-
-#OutputWindowAction
-OutputWindow=\u8f93\u51fa(&O)
-
-#Find Dialog
-LBL_Find_Title=\u67e5\u627e
-LBL_Find_What=\u67e5\u627e\uff1a
-LBL_Use_RegExp=\u6b63\u5219\u8868\u8fbe\u5f0f(&E)
-LBL_Match_Case=\u533a\u5206\u5927\u5c0f\u5199(&M)
-BTN_Find=\u67e5\u627e(&F)
-ACSN_Find=N/A
-ACSD_Find=\u67e5\u627e
-ACSD_FindBTN=N/A
-ACSD_Find_What=N/A
-
-LBL_Filter_Title=\u8fc7\u6ee4\u5668
-LBL_Filter_What=\u4fdd\u7559\u5305\u542b\u4ee5\u4e0b\u5185\u5bb9\u7684\u884c\uff1a
-BTN_Filter=\u8fc7\u6ee4\u5668(&F)
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=\u5b57\u4f53\u9009\u62e9\u5668
-BTN_Defaul_Font=\u7f3a\u7701\u5b57\u4f53
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=\u662f\u5426\u8986\u76d6\u6587\u4ef6\uff1f
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=\u65e0\u6548\u7684\u6b63\u5219\u8868\u8fbe\u5f0f
-FMT_Invalid_RegExp={0} \u4e2d\u5b58\u5728\u8bed\u6cd5\u9519\u8bef
-
-#Output window popup menu
-ACTION_COPY=\u590d\u5236
-ACTION_PASTE=\u7c98\u8d34
-ACTION_WRAP=\u81ea\u52a8\u6362\u884c
-ACTION_SAVEAS=\u53e6\u5b58\u4e3a...
-ACTION_CLOSE=\u5173\u95ed
-ACTION_CLEAR=\u6e05\u9664
-ACTION_PREV_ERROR=\u4e0a\u4e00\u4e2a\u9519\u8bef
-ACTION_NEXT_ERROR=\u4e0b\u4e00\u4e2a\u9519\u8bef
-ACTION_SELECT_ALL=\u5168\u9009
-ACTION_FIND=\u67e5\u627e...
-ACTION_FIND_NEXT=\u67e5\u627e\u4e0b\u4e00\u4e2a
-ACTION_FIND_PREVIOUS=\u67e5\u627e\u4e0a\u4e00\u4e2a
-ACTION_LARGER_FONT=\u8f83\u5927\u5b57\u4f53
-ACTION_SMALLER_FONT=\u8f83\u5c0f\u5b57\u4f53
-ACTION_FONT_TYPE=\u9009\u62e9\u5b57\u4f53...
-ACTION_FILTER=\u8fc7\u6ee4\u5668...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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={0} \u4e2d\u7528\u4e8e\u4e34\u65f6\u8f93\u51fa\u6587\u4ef6\u7684\u786c\u76d8\u7a7a\u95f4\u4e0d\u8db3\u3002\u8bf7\u63d0\u4f9b\u66f4\u591a\u53ef\u7528\u786c\u76d8\u7a7a\u95f4\u3001\u66f4\u6539\u7cfb\u7edf\u4e34\u65f6\u76ee\u5f55\u6216\u5728\u8fd0\u884c\u65f6\u4f7f\u7528\u53c2\u6570 -J-Dnb.output.heap=true
-
-MSG_LINE_TOO_LONG=...\u884c\u592a\u957f\uff0c\u8bf7\u5207\u6362\u5230\u6362\u884c\u6a21\u5f0f\u4ee5\u67e5\u770b\u6574\u884c...
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_zh_CN.properties
deleted file mode 100644
index 788b53a..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=\u8f93\u5165(&I)
-LBL_EOF=\u5173\u95ed\u8f93\u5165(&C)
-TIP_EOF=\u5173\u95ed\u8f93\u5165\u7ec4\u4ef6\uff0c\u5e76\u5c06 end-of-file \u53d1\u9001\u5230\u4efb\u4f55\u9605\u8bfb\u5668
-TIP_INPUT=\u8f93\u5165\u6587\u672c\uff0c\u5e76\u6309 Enter \u952e\u5c06\u5176\u53d1\u9001\u5230\u8fd0\u884c\u7684\u8fdb\u7a0b
-
-#Output window tab popup
-LBL_Close=\u5173\u95ed\u6807\u7b7e
-LBL_CloseAll=\u5173\u95ed\u6240\u6709\u6807\u7b7e
-LBL_CloseOthers=\u5173\u95ed\u5176\u4ed6\u6807\u7b7e
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_zh_CN.properties
deleted file mode 100644
index d95dc99..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,229 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=\u542f\u52a8
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u88c5\u5165\u5e76\u542f\u7528\u6a21\u5757\u3002
-OpenIDE-Module-Long-Description=\u6b64\u6a21\u5757\u4e3a\u5f15\u5bfc\u63d0\u4f9b\u6838\u5fc3\u9644\u52a0\u529f\u80fd\u4ee5\u4fbf\u67e5\u627e\u5e76\u542f\u7528\u6b63\u786e\u7684\u6a21\u5757\u3002
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform Dev (Build {0})
-
-ERR_no_user_directory=\u672a\u8bbe\u7f6e netbeans.user\u3002\n\u8bf7\u68c0\u67e5 NetBeans \u7684\u542f\u52a8\u811a\u672c\u3002
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=\u7528\u6237\u76ee\u5f55 ({0}) \u4e0d\u80fd\u4f4d\u4e8e NetBeans \u5b89\u88c5\u76ee\u5f55 ({1}) \u5185\u3002
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=\u542f\u52a8 NetBeans \u5e73\u53f0
-# The Title of the About Box
-CTL_About_Title=\u5173\u4e8e
-CTL_About_Detail=\u8be6\u7ec6\u4fe1\u606f
-ACSD_AboutDialog=N/A
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/A
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=\u9700\u8981\u63d0\u4f9b UI \u7c7b\u540d\uff0c\u6b63\u5728\u4f7f\u7528\u7f3a\u7701 UI...
-ERR_UserDirExpected=\u9700\u8981\u5728 --userdir \u5f00\u5173\u540e\u63d0\u4f9b\u76ee\u5f55
-ERR_UINotFound=\u627e\u4e0d\u5230 UI \u7c7b\uff0c\u6b63\u5728\u4f7f\u7528\u7f3a\u7701 UI...
-ERR_FontSizeExpected=\u9700\u8981\u63d0\u4f9b\u5b57\u4f53\u5927\u5c0f\uff0c\u6b63\u5728\u4f7f\u7528\u7f3a\u7701\u5b57\u4f53\u5927\u5c0f...
-ERR_BadFontSize=\u5b57\u4f53\u5927\u5c0f\u683c\u5f0f\u4e0d\u6b63\u786e\uff0c\u6b63\u5728\u4f7f\u7528\u7f3a\u7701\u5b57\u4f53\u5927\u5c0f...
-ERR_BrandingNeedsArgument=\u9009\u9879 --branding \u9700\u8981\u4e00\u4e2a\u53c2\u6570
-ERR_LocaleExpected=\u9700\u8981\u5728 --locale \u5f00\u5173\u540e\u63d0\u4f9b\u8bed\u8a00\u73af\u5883\u89c4\u8303
-
-
-CTL_Netbeanshome_notexists=netbeans.home \u6307\u5411\u4e0d\u5b58\u5728\u7684\u76ee\u5f55\u3002
-CTL_Netbeanshome1=netbeans.home \u6ca1\u6709\u6307\u5411\u76ee\u5f55\u3002
-CTL_Netbeanshome2=netbeans.user \u6307\u5411\u4e0d\u5b58\u5728\u7684\u76ee\u5f55\u3002
-CTL_Netbeanshome3=netbeans.user \u6ca1\u6709\u6307\u5411\u76ee\u5f55\u3002
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=\u65e0\u6cd5\u5728 {0} \u4e2d\u521b\u5efa\u7cfb\u7edf\u76ee\u5f55\u3002\u540c\u540d\u6587\u4ef6\u5df2\u5b58\u5728\u3002
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=\u65e0\u6cd5\u5728 {0} \u4e2d\u521b\u5efa\u7cfb\u7edf\u76ee\u5f55\u3002
-CTL_Cannot_mount_system_fs=\u65e0\u6cd5\u6dfb\u52a0\u7cfb\u7edf\u6587\u4ef6\u7cfb\u7edf\uff0c\u6b63\u5728\u9000\u51fa...
-
-#startup info messages
-MSG_IDEInit=\u6b63\u5728\u521d\u59cb\u5316...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=\u65e0\u6cd5\u8fde\u63a5\u81f3 URL {0}\u3002\u627e\u4e0d\u5230\u6b64\u7c7b\u8d44\u6e90\u3002
-
-GTK_FONTSIZE_UNSUPPORTED=\u5728 GTK \u5916\u89c2\u4e0a\u4e0d\u652f\u6301 --fontsize\u3002\u8bf7\u8c03\u6574\u684c\u9762\u5b57\u4f53\u5927\u5c0f\u3002
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=\u9519\u8bef\uff1a{0}
-EXC_GraphicsStartFails2=\u6709\u5173\u8be6\u7ec6\u4fe1\u606f\uff0c\u8bf7\u53c2\u89c1 {0}\u3002
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=\u9700\u8981\u7248\u672c\u4e3a {1} \u6216\u66f4\u9ad8\u7248\u672c\u7684\u6a21\u5757 {0}\uff0c\u4f46\u53ea\u627e\u5230 {2} \u7248\u672c\u3002
-# {0} - module display name
-MSG_problem_other_disabled=\u4e5f\u9700\u8981\u5b89\u88c5\u6a21\u5757 {0}\u3002
-LBL_no_impl_version=[\u672a\u6307\u5b9a\u7248\u672c]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=\u9700\u8981\u5b9e\u73b0\u7248\u672c\u4e3a "{1}" \u7684\u6a21\u5757 {0}\uff0c\u4f46\u53ea\u627e\u5230 "{2}"\u3002
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=\u9700\u8981\u540d\u4e3a {0} \u7684\u6a21\u5757\uff0c\u4f46\u6ca1\u6709\u627e\u5230\u3002
-# {0} - required token
-MSG_problem_require_disabled=\u65e0\u6cd5\u5b89\u88c5\u4efb\u4f55\u63d0\u4f9b\u529f\u80fd {0} \u7684\u6a21\u5757\u3002
-# {0} - required token
-MSG_problem_require_not_found=\u627e\u4e0d\u5230\u4efb\u4f55\u63d0\u4f9b\u529f\u80fd {0} \u7684\u6a21\u5757\u3002
-# {0} - class name
-MSG_problem_class_not_loaded=\u672a\u88c5\u5165\u5305\u542b\u7c7b {0} \u7684\u5305\u3002
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=\u672a\u88c5\u5165\u5305 {0}\uff0c\u6216\u6b64\u5305\u662f\u8fc7\u65f6\u7684\u7248\u672c\u3002
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=\u9700\u8981 {0} \u6216\u8005\u66f4\u9ad8\u7684 Java \u5e73\u53f0\u7248\u672c\uff0c\u4f46\u53ea\u6709 {1} \u5728\u8fd0\u884c\u3002
-MSG_warning=\u8b66\u544a
-MSG_info=\u4fe1\u606f
-MSG_continue=\u7981\u7528\u6a21\u5757\u5e76\u7ee7\u7eed
-MSG_exit=\u9000\u51fa
-# {0} - number of other dependant modules
-MSG_also_dep_modules=\u7531\u4e8e\u4e0a\u8ff0\u95ee\u9898\uff0c\u65e0\u6cd5\u5b89\u88c5{0,choice,1#\u53e6\u4e00\u6a21\u5757|1< {0} \u66f4\u591a\u7684\u6a21\u5757}\u3002
-
-# NbEvents
-MSG_start_load_boot_modules=\u6b63\u5728\u88c5\u5165\u6838\u5fc3...
-MSG_finish_load_boot_modules=\u6b63\u5728\u88c5\u5165\u6838\u5fc3...\u5b8c\u6210\u3002
-MSG_start_auto_restore=\u6b63\u5728\u88c5\u5165\u6a21\u5757...
-MSG_finish_auto_restore=\u5b8c\u6210\u88c5\u5165\u6a21\u5757\u3002
-MSG_start_enable_modules=\u6b63\u5728\u5f00\u542f\u6a21\u5757...
-MSG_finish_enable_modules=\u6b63\u5728\u5f00\u542f\u6a21\u5757...\u5b8c\u6210\u3002
-TEXT_finish_enable_modules=\u5f00\u542f\u6a21\u5757\uff1a
-MSG_start_disable_modules=\u6b63\u5728\u5173\u95ed\u6a21\u5757...
-MSG_finish_disable_modules=\u6b63\u5728\u5173\u95ed\u6a21\u5757...\u5b8c\u6210\u3002
-TEXT_finish_disable_modules=\u5173\u95ed\u6a21\u5757\uff1a
-MSG_failed_install_new=\u8b66\u544a - \u4e0d\u80fd\u5b89\u88c5\u67d0\u4e9b\u6a21\u5757\uff1a
-# {0} - module display name
-MSG_failed_install_new_unexpected=\u8b66\u544a - \u4e0d\u80fd\u5b89\u88c5\u6a21\u5757 {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=\u5728 {0} \u4e2d\u90e8\u7f72\u6d4b\u8bd5\u6a21\u5757...
-TEXT_finish_deploy_test_module=\u5df2\u5b8c\u6210\u6d4b\u8bd5\u6a21\u5757\u90e8\u7f72\u3002
-MSG_start_read=\u6b63\u5728\u8bfb\u53d6\u6a21\u5757\u5b58\u50a8\u5668...
-MSG_finish_read=\u6b63\u5728\u8bfb\u53d6\u6a21\u5757\u5b58\u50a8\u5668...\u5b8c\u6210\u3002
-MSG_restore=\u6b63\u5728\u542f\u52a8\u6a21\u5757...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=\u5b89\u88c5 {0}
-# {0} - module display name
-TEXT_install=\u5b89\u88c5\u65b0\u6a21\u5757\uff1a{0}
-# {0} - module display name
-MSG_update=\u542f\u52a8 {0} \u7684\u65b0\u7248\u672c
-# {0} - module display name
-TEXT_update=\u66f4\u65b0\u6a21\u5757\uff1a{0}
-# {0} - module display name
-MSG_uninstall=\u505c\u6b62 {0}
-MSG_load_section=\u6b63\u5728\u88c5\u5165\u6a21\u5757...
-MSG_load_layers=\u6b63\u5728\u88c5\u5165\u6a21\u5757\u670d\u52a1...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=\u8b66\u544a\uff1a\u627e\u4e0d\u5230\u6a21\u5757 {0}\uff0c\u5ffd\u7565...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=\u68c0\u6d4b\u4e0d\u5230\u6a21\u5757 {0}\uff0c\u56e0\u4e3a\u5b83\u662f\u81ea\u52a8\u88c5\u5165\u6a21\u5757\u6216 eager \u6a21\u5757\uff0c\u4e14\u6b63\u5728\u4f7f\u7528\u3002
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=\u5c1d\u8bd5\u5728\u7cfb\u7edf/\u6a21\u5757\u6587\u4ef6\u5939\u4e2d\u66f4\u6539\u6a21\u5757 {0} \u7684\u5c5e\u6027 {1}\u3002\n\u5b9e\u9645\u503c\u662f "{3}"\uff0c\u4f46\u5728\u786c\u76d8\u4e0a\u66f4\u6539\u4e3a\u8bfb\u53d6 "{2}"\u3002\n\u5728 IDE \u8fd0\u884c\u8fc7\u7a0b\u4e2d\uff0c\u4e0d\u80fd\u66f4\u6539\u6b64\u5c5e\u6027\uff0c\u6240\u4ee5\uff0c\u8fd9\u6b21\u5c1d\u8bd5\u65e0\u6548\u3002
-# {0} - JAR file name
-TEXT_patch=\u6a21\u5757\u4fee\u8865\u7a0b\u5e8f\u6216\u5b9a\u5236\u6269\u5c55\uff1a{0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=\u7f3a\u5c11\u7c7b\u8d44\u6e90\uff1a{0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=\u672a\u627e\u5230\u7684\u952e\uff1a{0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=\u6587\u4ef6 {1} \u4e2d\u5b58\u5728\u89e3\u6790\u9519\u8bef (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=\u6587\u4ef6 {1} \u7b2c {3} \u884c\u7b2c {2} \u5217\u5b58\u5728\u89e3\u6790\u9519\u8bef (PUBLIC {0})
-
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_zh_CN.properties
deleted file mode 100644
index 56574fd..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=\u7f3a\u7701\u7cfb\u7edf
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=\u6b63\u5728\u88c5\u5165\u7f13\u5b58\u7684\u5bf9\u8c61...
-MSG_end_load_cache=\u6b63\u5728\u88c5\u5165\u7f13\u5b58\u7684\u5bf9\u8c61...\u5df2\u5b8c\u6210\u3002
-MSG_start_rewrite_cache=\u6b63\u5728\u91cd\u65b0\u521b\u5efa\u5bf9\u8c61\u7f13\u5b58...
-MSG_end_rewrite_cache=\u6b63\u5728\u91cd\u65b0\u521b\u5efa\u5bf9\u8c61\u7f13\u5b58...\u5df2\u5b8c\u6210\u3002
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=\u6587\u4ef6\u4e8b\u4ef6 {0}\uff0c\u6587\u4ef6 {1}
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_zh_CN.properties
deleted file mode 100644
index cca6a72..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=\u6587\u4ef6
-AdvancedOption.tooltip=\u6587\u4ef6
-FileAssociationsPanel.btnDefault.text=\u7f3a\u7701(&D)
-FileAssociationsPanel.btnDefault.tooltip=\u6062\u590d\u9009\u5b9a\u6587\u4ef6\u6269\u5c55\u540d\u7684\u7f3a\u7701\u8bbe\u7f6e
-FileAssociationsPanel.btnDefault.AN=\u6062\u590d\u7f3a\u7701\u8bbe\u7f6e
-FileAssociationsPanel.btnDefault.AD=\u6062\u590d\u9009\u5b9a\u6587\u4ef6\u6269\u5c55\u540d\u7684\u7f3a\u7701\u8bbe\u7f6e
-FileAssociationsPanel.btnDefaultIgnored.text=\u7f3a\u7701(&F)
-FileAssociationsPanel.btnDefaultIgnored.AN=\u6062\u590d\u6240\u5ffd\u7565\u6587\u4ef6\u6a21\u5f0f\u7684\u7f3a\u7701\u8bbe\u7f6e
-FileAssociationsPanel.btnDefaultIgnored.AD=\u6062\u590d\u6240\u5ffd\u7565\u6587\u4ef6\u6a21\u5f0f\u7684\u7f3a\u7701\u8bbe\u7f6e
-FileAssociationsPanel.btnNew.text=\u65b0\u5efa(&N)...
-FileAssociationsPanel.btnNew.AN=\u65b0\u5efa\u6587\u4ef6\u6269\u5c55\u540d
-FileAssociationsPanel.btnNew.AD=\u65b0\u5efa\u6587\u4ef6\u6269\u5c55\u540d
-FileAssociationsPanel.btnRemove.text=\u5220\u9664(&R)
-FileAssociationsPanel.btnRemove.AN=\u5220\u9664\u9009\u5b9a\u7684\u6587\u4ef6\u6269\u5c55\u540d
-FileAssociationsPanel.btnRemove.AD=\u5220\u9664\u9009\u5b9a\u7684\u6587\u4ef6\u6269\u5c55\u540d
-FileAssociationsPanel.cbExtension.choose=<\u9009\u62e9\u6269\u5c55\u540d>
-FileAssociationsPanel.cbExtension.AD=\u6587\u4ef6\u6269\u5c55\u540d
-FileAssociationsPanel.cbExtension.AN=\u6587\u4ef6\u6269\u5c55\u540d\u5217\u8868
-FileAssociationsPanel.cbType.AN=\u6587\u4ef6\u7c7b\u578b\u5217\u8868
-FileAssociationsPanel.cbType.AD=\u6587\u4ef6\u7c7b\u578b\u5217\u8868
-FileAssociationsPanel.lblAssociatedAlso.text=\u540c\u65f6\u5173\u8054\uff1a
-FileAssociationsPanel.lblAssociatedAlso.AN=\u540c\u65f6\u4e0e\u6269\u5c55\u540d\u5173\u8054\u7684\u6587\u4ef6\u7c7b\u578b
-FileAssociationsPanel.lblAssociatedAlso.AD=\u540c\u65f6\u4e0e\u6269\u5c55\u540d\u5173\u8054\u7684\u6587\u4ef6\u7c7b\u578b
-FileAssociationsPanel.lblExtension.text=\u6587\u4ef6\u6269\u5c55\u540d(&E)\uff1a
-FileAssociationsPanel.lblExtension.AN=\u6587\u4ef6\u6269\u5c55\u540d
-FileAssociationsPanel.lblExtension.AD=\u6587\u4ef6\u6269\u5c55\u540d\u5217\u8868
-FileAssociationsPanel.lblType.text=\u5173\u8054\u7684\u6587\u4ef6\u7c7b\u578b (MIME)(&T)\uff1a
-FileAssociationsPanel.lblType.AD=\u5173\u8054\u7684\u6587\u4ef6\u7c7b\u578b\u5217\u8868
-FileAssociationsPanel.lblType.AN=\u5173\u8054\u7684\u6587\u4ef6\u7c7b\u578b\u5217\u8868
-FileAssociationsPanel.lblFileAssociations.text=\u6587\u4ef6\u5173\u8054
-FileAssociationsPanel.lblFilesIgnored.text=IDE \u5ffd\u7565\u7684\u6587\u4ef6
-FileAssociationsPanel.lblPattern.text=\u5ffd\u7565\u7684\u6587\u4ef6\u6a21\u5f0f(&I)\uff1a
-FileAssociationsPanel.lblPattern.tooltip=\u8981\u5ffd\u7565\u7684\u6587\u4ef6\u7684\u6b63\u5219\u8868\u8fbe\u5f0f\u3002\u5339\u914d\u5168\u540d\uff0c\u4e0d\u5e26\u8def\u5f84\u3002\u7a7a\u767d\u8868\u793a\u65e0\u4efb\u4f55\u6587\u4ef6\u3002
-FileAssociationsPanel.lblPattern.AN=\u5ffd\u7565\u7684\u6587\u4ef6\u6a21\u5f0f
-FileAssociationsPanel.lblPattern.AD=\u8981\u5ffd\u7565\u7684\u6587\u4ef6\u7684\u6b63\u5219\u8868\u8fbe\u5f0f\u3002\u5339\u914d\u5168\u540d\uff0c\u4e0d\u5e26\u8def\u5f84\u3002\u7a7a\u767d\u8868\u793a\u65e0\u4efb\u4f55\u6587\u4ef6\u3002
-FileAssociationsPanel.txtPatternError.AN=\u5ffd\u7565\u7684\u6587\u4ef6\u6a21\u5f0f\u8bed\u6cd5\u9519\u8bef
-FileAssociationsPanel.txtPatternError.AD=\u5ffd\u7565\u7684\u6587\u4ef6\u6b63\u5219\u8868\u8fbe\u5f0f\u4e2d\u5b58\u5728\u7684\u8bed\u6cd5\u9519\u8bef
-
-NewExtensionPanel.title=\u8f93\u5165\u65b0\u7684\u6587\u4ef6\u6269\u5c55\u540d
-NewExtensionPanel.AD=\u8f93\u5165\u65b0\u7684\u6587\u4ef6\u6269\u5c55\u540d
-NewExtensionPanel.lblExtension.text=\u6587\u4ef6\u6269\u5c55\u540d(&E)\uff1a
-NewExtensionPanel.lblExtension.AN=\u6587\u4ef6\u6269\u5c55\u540d
-NewExtensionPanel.lblExtension.AD=\u6587\u4ef6\u6269\u5c55\u540d
-
-OpenAsAction.name=\u6253\u5f00\u4e3a...
-OpenAsPanel.txtDescription.AN=\u63d0\u793a
-OpenAsPanel.txtDescription.AD=\u63d0\u793a
-OpenAsPanel.lblExtension.text=\u5c06 {0} \u4e2a\u6587\u4ef6\u89c6\u4e3a\uff1a
-OpenAsPanel.title=\u6253\u5f00\u4e3a...
-OpenAsPanel.open=\u6253\u5f00
-OpenAsPanel.AD=\u9009\u62e9\u6587\u4ef6\u7c7b\u578b
-
-# display name for options export
-Files.Options.Export.displayName=\u6587\u4ef6
-OpenAsPanel.lblDescription.text=NetBeans \u65e0\u6cd5\u8bc6\u522b\u6b64\u7c7b\u578b\u7684\u6587\u4ef6\u3002\u8bf7\u6307\u5b9a\u5e94\u5982\u4f55\u5904\u7406\u8fd9\u4e9b\u6587\u4ef6\u3002
-FileAssociationsPanel.autoScan.text=\u542f\u7528\u6e90\u6587\u4ef6\u81ea\u52a8\u626b\u63cf
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_zh_CN.properties
deleted file mode 100644
index b5e2556..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,264 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=\u5e38\u89c4(&G)
-CTL_General_Options_Title=\u5e38\u89c4
-CTL_General_Options_Category=\u5e38\u89c4
-CTL_General_Options_Description=\u5e38\u89c4\u9009\u9879\u3001\u4ee3\u7406\u8bbe\u7f6e\u3001\u7f16\u8f91\u5668\u8bbe\u7f6e
-CTL_Package_View_Type=Java \u5305\u7684\u67e5\u770b\u65b9\u5f0f\uff1a
-CTL_Flattern_Packages=\u5217\u8868(&L)
-AN_Flattern_Packages=\u5217\u8868
-AD_Flattern_Packages=\u5217\u8868
-CTL_Tree_Packages=\u6811
-AN_Tree_Packages=\u6811
-AD_Tree_Packages=\u6811
-CTL_No_Proxy=\u65e0\u4ee3\u7406(&N)
-AN_No_Proxy=\u65e0\u4ee3\u7406
-AD_No_Proxy=\u65e0\u4ee3\u7406
-CTL_Usage_Statistics=\u4f7f\u7528\u60c5\u51b5\u7edf\u8ba1\u4fe1\u606f\uff1a
-AN_Usage_Statistics=\u4f7f\u7528\u60c5\u51b5\u7edf\u8ba1\u4fe1\u606f
-AD_Usage_Statistics=\u4f7f\u7528\u60c5\u51b5\u7edf\u8ba1\u4fe1\u606f
-CTL_Usage_Check=\u901a\u8fc7\u63d0\u4f9b\u533f\u540d\u4f7f\u7528\u6570\u636e\uff0c\u5e2e\u52a9\u6211\u4eec\u6539\u8fdb NetBeans IDE(&P)
-AN_Usage_Check=\u901a\u8fc7\u63d0\u4f9b\u533f\u540d\u4f7f\u7528\u6570\u636e\uff0c\u5e2e\u52a9\u6211\u4eec\u6539\u8fdb NetBeans IDE
-AD_Usage_Check=\u901a\u8fc7\u63d0\u4f9b\u533f\u540d\u4f7f\u7528\u6570\u636e\uff0c\u5e2e\u52a9\u6211\u4eec\u6539\u8fdb NetBeans IDE
-CTL_Usage_Info=<html>\u4f7f\u7528\u60c5\u51b5\u7edf\u8ba1\u4fe1\u606f\u53ef\u5e2e\u52a9\u6211\u4eec\u66f4\u597d\u5730\u4e86\u89e3\u7528\u6237\u7684\u9700\u6c42\uff0c\u5e76\u4f1a\u5728\u5c06\u6765\u7684\u53d1\u884c\u7248\u4e2d\u4f18\u5148\u6539\u8fdb\u3002\u6211\u4eec\u51b3\u4e0d\u4f1a\u5bf9\u6536\u96c6\u7684\u6570\u636e\u6267\u884c\u9006\u5411\u5de5\u7a0b\u4ee5\u4e86\u89e3\u6709\u5173\u60a8\u7684\u9879\u76ee\u7684\u7279\u5b9a\u8be6\u7ec6\u4fe1\u606f\u3002</html>
-AN_Usage_Info=\u4f7f\u7528\u60c5\u51b5\u7edf\u8ba1\u4fe1\u606f
-AD_Usage_Info=\u4f7f\u7528\u60c5\u51b5\u7edf\u8ba1\u4fe1\u606f\u53ef\u5e2e\u52a9\u6211\u4eec\u66f4\u597d\u5730\u4e86\u89e3\u7528\u6237\u7684\u9700\u6c42\uff0c\u5e76\u4f1a\u5728\u5c06\u6765\u7684\u53d1\u884c\u7248\u4e2d\u4f18\u5148\u6539\u8fdb\u3002\u6211\u4eec\u51b3\u4e0d\u4f1a\u5bf9\u6536\u96c6\u7684\u6570\u636e\u6267\u884c\u9006\u5411\u5de5\u7a0b\u4ee5\u4e86\u89e3\u6709\u5173\u60a8\u7684\u9879\u76ee\u7684\u7279\u5b9a\u8be6\u7ec6\u4fe1\u606f\u3002
-
-CTL_Learn_More=<html><font color="#0000FF" <u>\u4e86\u89e3\u66f4\u591a\u4fe1\u606f</u></font></html>
-AN_Learn_More=\u4e86\u89e3\u66f4\u591a\u4fe1\u606f
-AD_Learn_More=\u4e86\u89e3\u66f4\u591a\u4fe1\u606f
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=\u4f7f\u7528\u7cfb\u7edf\u4ee3\u7406\u8bbe\u7f6e(&U)
-AN_Use_System_Proxy_Settings=\u4f7f\u7528\u7cfb\u7edf\u4ee3\u7406\u8bbe\u7f6e
-AD_Use_System_Proxy_Settings=\u4f7f\u7528\u7cfb\u7edf\u4ee3\u7406\u8bbe\u7f6e
-CTL_Use_HTTP_Proxy=\u624b\u52a8\u4ee3\u7406\u8bbe\u7f6e(&M)
-AN_Use_HTTP_Proxy=HTTP \u4ee3\u7406
-AD_Use_HTTP_Proxy=HTTP \u4ee3\u7406
-AN_Web_Browser=Web \u6d4f\u89c8\u5668
-AD_Web_Browser=Web \u6d4f\u89c8\u5668
-AN_Host=\u4e3b\u673a
-AD_Host=\u4e3b\u673a
-AN_Port=\u7aef\u53e3
-AD_Port=\u7aef\u53e3
-AN_Update_Period=\u66f4\u65b0\u5468\u671f
-AD_Update_Period=\u66f4\u65b0\u5468\u671f
-AN_Ask_Before_Check=\u68c0\u67e5\u524d\u8be2\u95ee
-AD_Ask_Before_Check=\u68c0\u67e5\u524d\u8be2\u95ee
-Line_Numbers=\u884c\u53f7(&L)
-Antialiasing=\u5e73\u6ed1\u5904\u7406\uff1a
-Text_Antialiasing=\u4f7f\u7528\u5e73\u6ed1\u5904\u7406
-Toolbar=\u5de5\u5177\u680f(&T)
-Package_View=\u5305\u89c6\u56fe
-SDI_Window_Mode=SDI \u7a97\u53e3\u6a21\u5f0f
-MDI_Window_Mode=MDI \u7a97\u53e3\u6a21\u5f0f
-Tree_View=\u6811\u89c6\u56fe
-Default_System_Browser=<\u7f3a\u7701\u6d4f\u89c8\u5668>
-Swing_HTML_Browser=Swing \u6d4f\u89c8\u5668
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=\u5e38\u89c4
-CTL_Web_Browser=&Web \u6d4f\u89c8\u5668\uff1a
-Confirm_Delete=\u786e\u8ba4\u5220\u9664(&C)\uff1a
-CTL_Web_Proxy=\u4ee3\u7406\u8bbe\u7f6e\uff1a
-CTL_Proxy_Settings=\u4ee3\u7406
-CTL_Proxy_Port=\u7aef\u53e3(&R)\uff1a
-CTL_Proxy_Host=HTTP \u4ee3\u7406(&X)\uff1a
-Code_Folding=\u4ee3\u7801\u6298\u53e0\uff1a
-Show=\u663e\u793a\uff1a
-Editor=\u7f16\u8f91\u5668
-CTL_Check_Period=\u68c0\u67e5\u5468\u671f(&D)\uff1a
-CTL_Ask_Before_Check=\u68c0\u67e5\u524d\u8be2\u95ee(&B)\uff1a
-CTL_Auto_Update=\u81ea\u52a8\u66f4\u65b0
-Use_Folding=\u4f7f\u7528\u4ee3\u7801\u6298\u53e0(&U)
-Fold_Methods=\u6298\u53e0\u65b9\u6cd5(&M)
-Fold_Classes=\u6298\u53e0\u5185\u90e8\u7c7b(&D)
-Fold_Imports=\u6298\u53e0\u5bfc\u5165(&S)
-Fold_JavaDoc=\u6298\u53e0 &Javadoc \u6ce8\u91ca
-Fold_Licence=\u6298\u53e0\u521d\u59cb\u6ce8\u91ca(&O)
-Auto_Popup=\u81ea\u52a8\u5f39\u51fa\u7a97\u53e3\uff1a
-Auto_Popup_Completion=\u5b8c\u6210\u7a97\u53e3
-Auto_Popup_JavaDoc=Javadoc \u7a97\u53e3
-CTL_Update_every_startup=\u6bcf\u6b21\u542f\u52a8\u65f6
-CTL_Update_every_day=\u6bcf\u5929
-CTL_Update_every_week=\u6bcf\u5468
-CTL_Update_every_2weeks=\u6bcf\u4e24\u5468
-CTL_Update_every_month=\u6bcf\u6708
-CTL_Update_never=\u4ece\u4e0d
-CTL_Default_System_Browser=\u7cfb\u7edf\u7f3a\u7701\u6d4f\u89c8\u5668
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=\u5185\u90e8\u6d4f\u89c8\u5668
-
-
-
-
-AN_NonProxy=\u5bf9\u4e8e\u4e0b\u5217\u5bf9\u8c61\u4e0d\u4f7f\u7528\u4ee3\u7406
-
-AD_NonProxy=\u5bf9\u4e8e\u4e0b\u5217\u5bf9\u8c61\u4e0d\u4f7f\u7528\u4ee3\u7406
-
-CTL_Non_Proxy=\u5bf9\u4e8e\u4e0b\u5217\u5bf9\u8c61\u4e0d\u4f7f\u7528\u4ee3\u7406(&Y)\uff1a
-
-Non_Proxy_Hint=\uff08\u4f8b\u5982 localhost\u3001*.netbeans.org\u3001*.mydomain.com\uff09
-LBL_GeneralOptionsPanel_bMoreProxy=\u66f4\u591a(&O)...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=\u9ad8\u7ea7\u4ee3\u7406\u8bbe\u7f6e
-LBL_GeneralOptionsPanel_bMoreProxy.AD=\u6253\u5f00\u9ad8\u7ea7\u4ee3\u7406\u8bbe\u7f6e
-
-LBL_GeneralOptionsPanel_PortError=\u7aef\u53e3\u53f7\u5fc5\u987b\u662f\u4e00\u4e2a\u6574\u6570\u503c\u3002
-
-LBL_GeneralOptionsPanel_lWebProxy=\u4ee3\u7406\u8bbe\u7f6e\uff1a
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTT&P \u4ee3\u7406\uff1a
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=\uff08\u4f8b\u5982 localhost\u3001*.netbeans.org\u3001127.0.0.1\uff09
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=\u7aef\u53e3(&O)\uff1a
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=\u7aef\u53e3(&R)\uff1a
-
-LBL_AdvancedProxyPanel_lSocksPort=\u7aef\u53e3(&T)\uff1a
-LBL_AdvancedProxyPanel_lHttpsProxyHots=&HTTP \u4ee3\u7406\uff1a
-
-LBL_AdvancedProxyPanel_lSocksHost=&SOCKS \u4ee3\u7406\uff1a
-LBL_AdvancedProxyPanel_lNonProxyHosts=\u6ca1\u6709\u4ee3\u7406\u4e3b\u673a(&X)\uff1a
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=\u4ee3\u7406\u8981\u6c42\u9a8c\u8bc1(&Q)
-
-LBL_AdvancedProxyPanel_lUserName=\u7528\u6237\u540d(&U)\uff1a
-
-LBL_AdvancedProxyPanel_lUserPassword=\u53e3\u4ee4(&W)\uff1a
-LBL_AdvancedProxyPanel_cbSameProxySettings=\u5bf9\u6240\u6709\u534f\u8bae\u4f7f\u7528\u76f8\u540c\u7684\u4ee3\u7406\u8bbe\u7f6e(&A)
-
-LBL_AdvancedProxyPanel_Title=\u9ad8\u7ea7\u4ee3\u7406\u9009\u9879
-LBL_AdvancedProxyPanel_PortError=\u7aef\u53e3\u53f7\u5fc5\u987b\u662f\u4e00\u4e2a\u6574\u6570\u503c\u3002
-GeneralOptionsPanel.rbUseSystemProxy.text=\u4f7f\u7528\u7cfb\u7edf\u4ee3\u7406\u8bbe\u7f6e(&U)
-GeneralOptionsPanel.lWebBrowser.text=&Web \u6d4f\u89c8\u5668\uff1a
-GeneralOptionsPanel.rbNoProxy.text=\u65e0\u4ee3\u7406(&N)
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/A
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/A
-
-LBL_WebBrowsersPanel_Title=Web \u6d4f\u89c8\u5668
-LBL_ExternalBrowser_Name=\u5916\u90e8\u6d4f\u89c8\u5668
-WebBrowsersPanel.nameLabel.text=\u540d\u79f0\uff1a
-WebBrowsersPanel.executableLabel.text=\u53ef\u6267\u884c\u6587\u4ef6\uff1a
-WebBrowsersPanel.parametersLabel.text=\u53c2\u6570\uff1a
-WebBrowsersPanel.browseButton.text=\u6d4f\u89c8...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=\u6dfb\u52a0...
-WebBrowsersPanel.removeButton.text=\u5220\u9664
-WebBrowsersPanel.browsersLabel.text=Web \u6d4f\u89c8\u5668\uff1a
-GeneralOptionsPanel.editBrowserButton.text=\u7f16\u8f91(&E)...
-GeneralOptionsPanel.editBrowserButton.AD=\u7f16\u8f91 Web \u6d4f\u89c8\u5668
-GeneralOptionsPanel.editBrowserButton.AN=\u7f16\u8f91 Web \u6d4f\u89c8\u5668
-WebBrowsers_URL_Hint=\u63d0\u793a\uff1a{URL} \= \u5c06\u8981\u7531 Web \u6d4f\u89c8\u5668\u88c5\u5165\u7684\u9875\u9762\u7684 URL
-
-ACS_WebBrowsersList=\u53ef\u7528\u7684 Web \u6d4f\u89c8\u5668\u5217\u8868
-ACS_AddWebBrowserButton=\u6dfb\u52a0\u65b0\u7684 Web \u6d4f\u89c8\u5668
-ACS_RemoveWebBrowserButton=\u5220\u9664\u9009\u5b9a\u7684 Web \u6d4f\u89c8\u5668
-ACS_BrowserNameField=Web \u6d4f\u89c8\u5668\u540d\u79f0
-ACS_BrowserExecutableField=Web \u6d4f\u89c8\u5668\u53ef\u6267\u884c\u6587\u4ef6
-ACS_BrowserParametersField=Web \u6d4f\u89c8\u5668\u53ef\u6267\u884c\u6587\u4ef6\u53c2\u6570
-ACS_BrowseExecutableButton=\u6d4f\u89c8 Web \u6d4f\u89c8\u5668\u53ef\u6267\u884c\u6587\u4ef6
-WebBrowsersOptionsPanel.browsersLabel.text=&Web \u6d4f\u89c8\u5668\uff1a
-WebBrowsersOptionsPanel.addButton.text=\u6dfb\u52a0(&D)...
-WebBrowsersOptionsPanel.removeButton.text=\u5220\u9664(&R)
-WebBrowsersOptionsPanel.nameLabel.text=\u540d\u79f0(&N)\uff1a
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Web \u6d4f\u89c8\u5668
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=\u6d4f\u89c8\u5668\u5217\u8868
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=Web \u6d4f\u89c8\u5668\u5217\u8868
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=\u201c\u6dfb\u52a0\u201d\u6309\u94ae
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=\u201c\u5220\u9664\u201d\u6309\u94ae
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=\u6d4f\u89c8\u5668\u540d\u79f0
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=\u6d4f\u89c8\u5668\u540d\u79f0
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=\u6d4f\u89c8\u5668\u540d\u79f0
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Web \u6d4f\u89c8\u5668
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Web \u6d4f\u89c8\u5668
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>\u76f4\u63a5\u8fde\u63a5\u3002</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=\u4ee3\u7406, \u5e38\u89c4\u9009\u9879
-
-# Display name for options export
-General.Options.Export.Category.displayName=\u5e38\u89c4
-General.Options.Export.displayName=\u5e38\u89c4
-Other.Options.Export.displayName=\u672a\u6307\u5b9a\u7684\u6240\u6709\u5176\u4ed6\u9009\u9879
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_zh_CN.properties
deleted file mode 100644
index b17a883..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u6838\u5fc3 - UI
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u5e73\u53f0\u7684\u7528\u6237\u754c\u9762\u3002
-OpenIDE-Module-Long-Description=\u4e3a\u5e73\u53f0\u7684\u6807\u51c6\u57fa\u672c\u7528\u6237\u754c\u9762\u548c\u57fa\u4e8e\u5e73\u53f0\u751f\u6210\u7684\u5e94\u7528\u7a0b\u5e8f\u63d0\u4f9b\u7c7b\u548c\u8d44\u6e90\u3002
-
-Actions=\u64cd\u4f5c
-Actions/Edit=\u7f16\u8f91
-Actions/Help=\u5e2e\u52a9
-Actions/System=\u7cfb\u7edf
-Actions/Tools=\u5de5\u5177
-Actions/View=\u89c6\u56fe
-Actions/Window/SelectDocumentNode=\u5728\u6b64\u9009\u62e9\u6587\u6863
-Menu=\u83dc\u5355\u680f
-Menu/Edit=\u7f16\u8f91(&E)
-Menu/File=\u6587\u4ef6(&F)
-Menu/GoTo=\u5bfc\u822a(&N)
-Menu/Help=\u5e2e\u52a9(&H)
-Menu/Tools=\u5de5\u5177(&T)
-Menu/View=\u89c6\u56fe(&V)
-Menu/Window/SelectDocumentNode=\u5728\u6b64\u9009\u62e9\u6587\u6863(&N)
-Services/Browsers=Web \u6d4f\u89c8\u5668
-Templates/Privileged=\u7279\u6743
-Templates/Recent=\u6700\u8fd1\u7684
-Templates/Services/Browsers=Web \u6d4f\u89c8\u5668
-Toolbars=\u5de5\u5177\u680f
-Toolbars/Clipboard=\u526a\u8d34\u677f(&P)
-Toolbars/UndoRedo=\u64a4\u6d88/\u91cd\u505a(&U)
-Toolbars/File=\u6587\u4ef6(&F)
-Toolbars/Memory=\u5185\u5b58(&M)
-Toolbars/Standard.xml=\u7f16\u7801
-UI/Services=\u9009\u9879
-
-ProgressDisplayName_FileSystemRefresh=\u5237\u65b0\u6587\u4ef6
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_zh_CN.properties
deleted file mode 100644
index 9fb525a..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sampler/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## Resource bundle for package org.netbeans.core.ui.sampler
-
-SelfSamplerAction_ActionNameStart=\u542f\u52a8\u62bd\u6837 IDE
-SelfSamplerAction_ActionNameStop=\u505c\u6b62\u62bd\u6837\u5e76\u751f\u6210\u5feb\u7167
-SelfSamplerAction_ActionDescription=\u5c06\u6839\u636e\u7ebf\u7a0b\u8f6c\u50a8\u751f\u6210\u5feb\u7167
-SelfSamplerAction_ThreadName=IDE \u81ea\u62bd\u6837\u5668
-SelfSamplerAction_NotSupported=\u81ea\u62bd\u6837\u5668\u4e0d\u53ef\u7528\u3002
-SelfSamplerAction_SavedFile=\u5df2\u5c06\u5feb\u7167\u4fdd\u5b58\u81f3 {0}
-Save_Progress=\u6b63\u5728\u4fdd\u5b58\u5feb\u7167
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_zh_CN.properties
deleted file mode 100644
index f397e71..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=\u5728\u7cfb\u7edf\u4e2d\u6253\u5f00
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_zh_CN.properties
deleted file mode 100644
index 946e144..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=\u603b\u7269\u7406\u5185\u5b58 {0}
-
-
-#LOG_WINDOW_ACTIVATED=\u5df2\u6fc0\u6d3b\u4e3b\u7a97\u53e3\uff0c\u5237\u65b0\u7528\u4e86 {0} \u6beb\u79d2
-#LOG_WINDOW_DEACTIVATED=\u5df2\u53d6\u6d88\u6fc0\u6d3b\u4e3b\u7a97\u53e3
-#LOG_WINDOW_REFRESH_CANCEL=\u7b2c {0} \u6b21\u53d6\u6d88\u5237\u65b0
-#LOG_WINDOW_REFRESH_OFF=\u83b7\u5f97\u7126\u70b9\u65f6\u5173\u95ed\u5237\u65b0
-
-MSG_Refresh=\u68c0\u67e5\u5916\u90e8\u66f4\u6539
-# default delay is 10s. Increase to Integer.MAX_VALUE to effectively disable
-MSG_RefreshDelay=10000
-MSG_Refresh_Suspend=\u6682\u505c
-MSG_SoDInfo=<p>\u5f53\u60a8\u4ece\u5176\u4ed6\u7a0b\u5e8f\u5207\u6362\u5230 IDE \u65f6\uff0cIDE \u4f1a\u626b\u63cf\u5bf9\u4ee3\u7801\u6240\u505a\u7684\u66f4\u6539\u3002\n\u60a8\u53ef\u4ee5\u7981\u7528\u6b64\u529f\u80fd\uff1b\u5f53\u60a8\u8fdb\u884c\u66f4\u6539\u65f6\uff0c\u53ef\u4ee5\u4f7f\u7528\u201c\u5237\u65b0\u6587\u4ef6\u5939\u201d\u64cd\u4f5c\n\u6216\u201c\u6e90\u201d/\u201c\u626b\u63cf\u5916\u90e8\u66f4\u6539\u201d\u64cd\u4f5c\u624b\u52a8\u626b\u63cf\u9879\u76ee\u3002\n\n<p>\u662f\u5426\u7981\u6b62\u626b\u63cf\u5916\u90e8\u66f4\u6539\uff1f
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_zh_CN.properties
deleted file mode 100644
index 3034db5..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<\u4ec5\u5de5\u4f5c\u533a>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_zh_CN.properties
deleted file mode 100644
index c4eed05..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,97 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=\u590d\u5236\u6587\u6863(&L)
-# CloseWindowAction
-CTL_CloseWindowAction=\u5173\u95ed\u7a97\u53e3(&C)
-
-CTL_RecentViewListAction=\u8f6c\u81f3\u4e0a\u4e00\u6587\u6863(&R)
-CTL_SwitchToRecentDocumentAction=\u7f16\u8f91\u5668(&E)
-
-CTL_CloseAllDocumentsAction=\u5173\u95ed\u6240\u6709\u6587\u6863(&A)
-
-# UndockAction
-CTL_UndockWindowAction=\u53d6\u6d88\u505c\u9760\u7a97\u53e3(&U)
-CTL_UndockWindowAction_Dock=\u505c\u9760\u7a97\u53e3(&K)
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=\u5173\u95ed\u6240\u6709\u6587\u6863
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=\u6700\u5c0f\u5316\u7a97\u53e3
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=\u5173\u95ed\u7a97\u53e3
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=\u5173\u95ed\u5176\u4ed6\u6587\u6863
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=\u4fdd\u5b58\u6587\u6863
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=\u590d\u5236\u6587\u6863
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=\u5173\u95ed\u5176\u4ed6\u6587\u6863(&M)
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=\u6700\u5927\u5316\u7a97\u53e3(&Z)
-CTL_UnmaximizeWindowAction=\u6062\u590d\u7a97\u53e3
-
-# DocumentsAction
-CTL_DocumentsAction=\u6587\u6863(&D)...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=\u5de5\u5177\u680f(&T)
-
-# NextTabAction
-CTL_NextTabAction=\u4e0b\u4e00\u4e2a\u6807\u7b7e
-# PreviousTabAction
-CTL_PreviousTabAction=\u4e0a\u4e00\u4e2a\u6807\u7b7e
-
-CTL_ToggleFullScreenAction=\u5168\u5c4f(&F)
-
-# ResetWindowsAction
-CTL_ResetWindows=\u91cd\u7f6e\u7a97\u53e3(&W)
-
-LBL_ToggleWindowTransparencyAction=\u900f\u660e\u7a97\u53e3
-LBL_WindowTransparencyHint=\u6309\u4f4f [Ctrl+\u6570\u5b57\u952e\u76d8\u4e0a\u7684 0] \u7ec4\u5408\u952e\u53ef\u4f7f\u6700\u5c0f\u5316\u7684\u7a97\u53e3\u53d8\u4e3a\u900f\u660e\u3002
-
-# Properties
-GlobalProperties=\u5c5e\u6027(&R)
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_zh_CN.properties
deleted file mode 100644
index 2851d87..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=\u5916\u89c2
-AdvancedOption_Tooltip_WinSys=\u7a97\u53e3\u7cfb\u7edf\u76f8\u5173\u9009\u9879
-
-IsAlphaFloatingTooltip=\u51e0\u79d2\u949f\u540e\u4f7f\u672a\u5904\u4e8e\u7126\u70b9\u7684\u6d6e\u52a8\u7a97\u53e3\u53d8\u4e3a\u534a\u900f\u660e
-
-IsDragWindowTooltip=\u5728\u62d6\u653e\u7a97\u53e3\u65f6\u542f\u7528\u201c\u865a\u5f71\u201d\u7a97\u53e3\u56fe\u50cf
-IsAlphaDragTooltip=\u5728\u62d6\u52a8\u7a97\u53e3\u56fe\u50cf\u65f6\u4f7f\u5176\u900f\u660e
-
-IsSnapScreenEdgesTooltip=\u5c06\u6d6e\u52a8\u7a97\u53e3\u4e0e\u5c4f\u5e55\u8fb9\u7f18\u5bf9\u9f50
-IsSnappingTooltip=\u542f\u7528\u6d6e\u52a8\u7a97\u53e3\u81ea\u52a8\u5bf9\u9f50\u4ee5\u4fbf\u66f4\u8f7b\u677e\u5730\u5904\u7406\u5e03\u5c40
-
-NoAlphaSupport=\u64cd\u4f5c\u7cfb\u7edf\u4e0d\u652f\u6301\u7a97\u53e3\u900f\u660e
-LBL_DragWindowImage=\u62d6\u52a8\u7a97\u53e3\u56fe\u50cf
-LBL_TransparentDragWindow=\u900f\u660e\u62d6\u52a8\u7a97\u53e3\u56fe\u50cf
-LBL_TransparentFloatingWindows=\u900f\u660e\u6d6e\u52a8\u7a97\u53e3
-LBL_SnapFloatingWindows=\u5bf9\u9f50\u6d6e\u52a8\u7a97\u53e3
-LBL_SnapToScreenEdges=\u4e0e\u5c4f\u5e55\u8fb9\u7f18\u5bf9\u9f50
-LBL_CloseActivatesRecentDocument=\u5173\u95ed\u65f6\u6fc0\u6d3b\u6700\u8fd1\u7684\u6587\u6863
-TIP_CloseActivatesMostRecentDocument=\u5173\u95ed\u6587\u6863\u65f6\u6fc0\u6d3b\u6700\u8fd1\u7684\u6587\u6863\uff08\u800c\u4e0d\u662f\u5176\u76f8\u90bb\u6587\u6863\uff09
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=\u5173\u95ed\u6587\u6863\u65f6\u6fc0\u6d3b\u6700\u8fd1\u7684\u6587\u6863
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_zh_CN.properties
deleted file mode 100644
index ee9b0f4..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,64 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=\u65e0\u6cd5\u89e3\u6790\u7a97\u53e3\u7ba1\u7406\u5668 {0} \u7684\u914d\u7f6e\u3002
-EXC_GroupParse=\u65e0\u6cd5\u89e3\u6790\u7ec4 {0} \u7684\u914d\u7f6e\u3002
-EXC_TCGroupParse=\u65e0\u6cd5\u89e3\u6790 TCGroup {0} \u7684\u914d\u7f6e\u3002
-EXC_TCRefParse=\u65e0\u6cd5\u89e3\u6790 TCRef {0} \u7684\u914d\u7f6e\u3002
-EXC_ModeParse=\u65e0\u6cd5\u89e3\u6790\u6a21\u5f0f {0} \u7684\u914d\u7f6e\u3002
-
-# PersistenceManager
-EXC_RootFolder=\u65e0\u6cd5\u521b\u5efa\u6839\u6587\u4ef6\u5939 {0}
-EXC_CompsFolder=\u65e0\u6cd5\u521b\u5efa\u7ec4\u4ef6\u6587\u4ef6\u5939 {0}
-EXC_GroupsFolder=\u65e0\u6cd5\u521b\u5efa\u7ec4\u6587\u4ef6\u5939 {0}
-EXC_ModesFolder=\u65e0\u6cd5\u521b\u5efa\u6a21\u5f0f\u6587\u4ef6\u5939 {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=\u627e\u4e0d\u5230\u9876\u5c42\u7ec4\u4ef6 {0}\uff0c\u6216\u65e0\u6cd5\u4ece "Components" \u6587\u4ef6\u5939\u88c5\u5165\u6b64\u9876\u5c42\u7ec4\u4ef6\u3002
-EXC_CannotSaveTCSettings=\u65e0\u6cd5\u4fdd\u5b58\u9876\u5c42\u7ec4\u4ef6 {0} \u7684\u8bbe\u7f6e
-EXC_CopyFails=\u65e0\u6cd5\u5c06\u7ec4\u4ef6\u8bbe\u7f6e\u6587\u4ef6\u590d\u5236\u5230\u6587\u4ef6\u5939 {0}\u3002
-
-# {0} TopComponent name
-FMT_TCWriteError=\u56e0\u5e8f\u5217\u5316\u8fc7\u7a0b\u51fa\u9519\uff0c\u65e0\u6cd5\u4fdd\u5b58\u7ec4\u4ef6 {0}\u3002
-FMT_TCReadError=\u56e0\u53cd\u5e8f\u5217\u5316\u8fc7\u7a0b\u51fa\u9519\uff0c\u65e0\u6cd5\u6253\u5f00\u7ec4\u4ef6 {0}\u3002
-
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_zh_CN.properties
deleted file mode 100644
index e2bd8a9..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u6838\u5fc3 - \u7a97\u53e3
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u7a97\u53e3\u521b\u5efa\u652f\u6301\u7684\u5b9e\u73b0\u3002
-OpenIDE-Module-Long-Description=\u589e\u52a0\u5b9e\u73b0 API \u7684\u7a97\u53e3\u7cfb\u7edf\u90e8\u5206\u7684\u7c7b\u3002
-
-Actions/Window=\u7a97\u53e3
-Menu/Window=\u7a97\u53e3(&W)
-
-# Options export
-Toolbars.Options.Export.displayName=\u5de5\u5177\u680f
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_zh_CN.properties
deleted file mode 100644
index 12f4ef9..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=\u786e\u5b9a
-CancelButton=\u53d6\u6d88
-CloseButton=\u5173\u95ed
-# HelpButton=Help
-YesButton=\u662f
-NoButton=\u5426
-# ApplyButton=Apply
-DetailsButton=\u8be6\u7ec6\u4fe1\u606f
-# ButtoBarButoo
-CTL_Button=\u6309\u94ae
-
-# FileSelector
-CTL_FileSelectorOkButton=\u786e\u5b9a
-CTL_FileSelectorCancelButton=\u53d6\u6d88
-ACSD_FileSelectorOkButton=\u786e\u5b9a
-ACSD_FileSelectorCancelButton=\u53d6\u6d88
-ACSD_FileSelectorDialog=\u201c\u6587\u4ef6\u9009\u5b9a\u5668\u201d\u5bf9\u8bdd\u6846
-ACSN_FileSelectorTreeView=\u6811\u89c6\u56fe
-ACSD_FileSelectorTreeView=\u6587\u4ef6\u9009\u5b9a\u5668\u4e2d\u7684\u6811\u89c6\u56fe
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=\u5b9a\u5236\u5668\u5bf9\u8bdd\u6846
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=\u5173\u95ed
-CANCEL_OPTION_CAPTION=\u53d6\u6d88
-HELP_OPTION_CAPTION=\u5e2e\u52a9(&H)
-NO_OPTION_CAPTION=\u5426
-OK_OPTION_CAPTION=\u786e\u5b9a
-YES_OPTION_CAPTION=\u662f
-ACS_YES_OPTION_NAME=\u662f
-ACS_YES_OPTION_DESC=\u201c\u662f\u201d\u6309\u94ae
-# - {0} message
-ACSD_ErrorMessage=\u9519\u8bef\uff1a{0}
-ACSD_WarningMessage=\u8b66\u544a\uff1a{0}
-ACSD_QuestionMessage=\u95ee\u9898 {0}
-ACSD_InformationMessage=\u4fe1\u606f {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=\u53d6\u6d88
-ACS_CANCEL_OPTION_DESC=\u201c\u53d6\u6d88\u201d\u6309\u94ae
-
-ACS_OK_OPTION_NAME=\u786e\u5b9a
-ACS_OK_OPTION_DESC=\u201c\u786e\u5b9a\u201d\u6309\u94ae
-
-ACS_NO_OPTION_NAME=\u5426
-ACS_NO_OPTION_DESC=\u201c\u5426\u201d\u6309\u94ae
-
-ACS_HELP_OPTION_NAME=\u5e2e\u52a9
-ACS_HELP_OPTION_DESC=\u201c\u5e2e\u52a9\u201d\u6309\u94ae
-
-ACS_CLOSED_OPTION_NAME=\u5173\u95ed
-ACS_CLOSED_OPTION_DESC=\u201c\u5173\u95ed\u201d\u6309\u94ae
-
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_zh_CN.properties
deleted file mode 100644
index 1468926..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=\u7f16\u8f91\u5668
-
-# MainWindow
-ACSD_MainWindow=\u4e3b\u7a97\u53e3
-# {0} build number
-# {1} project name
-#CTL_MainWindow_Title=NetBeans Platform {0}
-#CTL_MainWindow_Title_No_Project=NetBeans Platform {0}
-
-# DocumentsDlg
-LBL_Documents=\u6587\u6863(&D)\uff1a
-LBL_Description=\u63cf\u8ff0(&P)\uff1a
-LBL_Activate=\u5207\u6362\u5230\u6587\u6863(&T)
-LBL_CloseDocuments=\u5173\u95ed\u6587\u6863(&L)
-LBL_SaveDocuments=\u4fdd\u5b58\u6587\u6863(&S)
-LBL_Close=\u5173\u95ed(&C)
-
-ACSD_Activate=N/A
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/A
-
-CTL_DocumentsTitle=\u6587\u6863
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - \u7f16\u8f91\u5668
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=\u5c5e\u6027
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#\u65e0\u5c5e\u6027|1#{1} - \u5c5e\u6027|2#\u591a\u4e2a\u5bf9\u8c61 - \u5c5e\u6027}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#\u5c5e\u6027|1#{1} - \u5c5e\u6027|2#\u591a\u4e2a\u5bf9\u8c61 - \u5c5e\u6027}
-ACSN_PropertiesSheet=\u5c5e\u6027\u8868\u5355
-ACSD_PropertiesSheet=\u7528\u6765\u663e\u793a\u7ed9\u5b9a\u8282\u70b9\u7684\u5c5e\u6027\u7684\u89c6\u56fe\u3002
-EXC_CannotLoadNodes=\u65e0\u6cd5\u5c06\u8282\u70b9\u88c5\u5165\u5c5e\u6027\u8868\u5355\u3002\u5b83\u4eec\u53ef\u80fd\u5df2\u4e0d\u5b58\u5728\u3002
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_zh_CN.properties
deleted file mode 100644
index 6879038..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,91 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=\u5c0f\u5de5\u5177\u680f\u56fe\u6807(&S)
-
-# ToolbarLayout
-EXC_wrongConstraints=\u65e0\u6cd5\u6dfb\u52a0\u5230\u5e03\u5c40\uff1a\u4e0d\u4f7f\u7528 ToolbarConstraints
-
-CTL_CustomizeToolbars=\u5b9a\u5236(&C)...
-
-#New Toolbar Button label
-CTL_NewToolbar=\u65b0\u5efa\u5de5\u5177\u680f(&N)...
-
-#Small Icons Checkbox
-CTL_SmallIcons=\u5c0f\u5de5\u5177\u680f\u56fe\u6807(&S)
-
-#Drag and Drop hint
-CTL_TreeLabel=\u5c06\u9879\u62d6\u5165\u6216\u62d6\u51fa\u5de5\u5177\u680f\u4ee5\u6dfb\u52a0\u6216\u5220\u9664\u9879...
-
-LBL_PleaseWait=\u8bf7\u7a0d\u5019...
-
-#Close customizer button
-CTL_Close=\u5173\u95ed(&C)
-
-#Customizer dialog window title
-CustomizerTitle=\u5b9a\u5236\u5de5\u5177\u680f
-
-ACSD_ActionsTree=\u5c06\u9879\u4ece\u6b64\u5904\u62d6\u52a8\u5230\u5de5\u5177\u680f\u4e0a\u3002
-ACSN_ActionsTree=\u64cd\u4f5c\u6c60
-
-ACSN_ActionsScrollBar=\u64cd\u4f5c\u6c60\u6eda\u52a8\u6761
-ACSD_ActionsScrollBar=\u64cd\u4f5c\u6c60\u6eda\u52a8\u6761
-
-ACSD_ToolbarCustomizer=\u5de5\u5177\u680f\u5b9a\u5236\u5668
-
-ACSD_Close=\u201c\u5173\u95ed\u201d\u6309\u94ae
-ACSD_NewToolbar=\u201c\u65b0\u5efa\u5de5\u5177\u680f\u201d\u6309\u94ae
-
-ACSD_SmallIcons=\u201c\u5c0f\u56fe\u6807\u201d\u590d\u9009\u6846
-
-CTL_ResetToolbarsAction=\u91cd\u7f6e\u5de5\u5177\u680f(&T)
-CTL_ResetToolbarsButton=\u91cd\u7f6e\u5de5\u5177\u680f(&T)
-
-
-
-PROP_newToolbarLabel=\u540d\u79f0(&N)\uff1a
-PROP_newToolbarDialog=\u65b0\u5efa\u5de5\u5177\u680f
-PROP_newToolbar=\u5de5\u5177\u680f
-MSG_ToolbarExists=\u5de5\u5177\u680f {0} \u5df2\u5b58\u5728\u3002
-
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_zh_CN.properties
deleted file mode 100644
index 3ae79e3..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,244 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=\u5927\u5c0f\u4e0d\u80fd\u662f\u8d1f\u503c
-CTL_InvalidValue=\u8f93\u5165\u7684\u503c\u65e0\u6548
-CTL_InvalidValueWithParam=\u8f93\u5165\u7684\u503c {0} \u65e0\u6548
-CTL_InvalidValueWithExc=\u8f93\u5165\u7684\u503c\u65e0\u6548\u3002\n\u539f\u56e0\uff1a{0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue={0} \u7684\u503c\u5e94\u8be5\u662f {1} \u683c\u5f0f
-
-#ColorEditor
-CTL_AWTPalette=AWT \u7ec4\u4ef6\u9762\u677f
-CTL_SwingPalette=Swing \u7ec4\u4ef6\u9762\u677f
-CTL_SystemPalette=\u7cfb\u7edf\u7ec4\u4ef6\u9762\u677f
-ACSD_CustomColorEditor=N/A
-FMT_IllegalEntry="{0}" \u4e0d\u662f\u6709\u6548\u7684\u989c\u8272\u6807\u8bc6\u7b26\u3002\u60a8\u53ef\u4ee5\u8f93\u5165 Swing \u6216 AWT \u5e38\u91cf\uff0c\u6216\u8005 red/green/blue \u7b49\u503c\u3002
-
-# ColorEditor:AWT color names
-LAB_White=white
-LAB_LightGray=lightGray
-LAB_Gray=gray
-LAB_DarkGray=darkGray
-LAB_Black=black
-LAB_Red=red
-LAB_Pink=pink
-LAB_Orange=orange
-LAB_Yellow=yellow
-LAB_Green=green
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=blue
-# ColorEditor: system color names
-LAB_ActiveCaption=\u6d3b\u52a8\u6807\u9898
-LAB_ActiveCaptionBorder=\u6d3b\u52a8\u6807\u9898\u8fb9\u6846
-LAB_ActiveCaptionText=\u6d3b\u52a8\u6807\u9898\u6587\u672c
-LAB_Control=\u63a7\u5236
-LAB_ControlDkShadow=\u63a7\u5236\u6df1\u8272\u9634\u5f71
-LAB_ControlHighlight=\u63a7\u5236\u7a81\u51fa\u663e\u793a
-LAB_ControlLtHighlight=\u63a7\u5236\u6d45\u8272\u7a81\u51fa\u663e\u793a
-LAB_ControlShadow=\u63a7\u5236\u9634\u5f71
-LAB_ControlText=\u63a7\u5236\u6587\u672c
-LAB_Desktop=\u684c\u9762
-LAB_InactiveCaption=\u4e0d\u6d3b\u52a8\u6807\u9898
-LAB_InactiveCaptionBorder=\u4e0d\u6d3b\u52a8\u6807\u9898\u8fb9\u6846
-LAB_InactiveCaptionText=\u4e0d\u6d3b\u52a8\u6807\u9898\u6587\u672c
-LAB_Info=\u4fe1\u606f
-LAB_InfoText=\u4fe1\u606f\u6587\u672c
-LAB_Menu=\u83dc\u5355
-LAB_MenuText=\u83dc\u5355\u6587\u672c
-LAB_Scrollbar=\u6eda\u52a8\u6761
-LAB_Text=\u6587\u672c
-LAB_TextHighlight=\u6587\u672c\u4e2d\u7684\u7a81\u51fa\u663e\u793a
-LAB_TextHighlightText=\u6587\u672c\u4e2d\u7a81\u51fa\u663e\u793a\u7684\u6587\u672c
-LAB_TextInactiveText=\u6587\u672c\u4e2d\u4e0d\u6d3b\u52a8\u7684\u6587\u672c
-LAB_TextText=\u6587\u672c\u4e2d\u7684\u6587\u672c
-LAB_Window=\u7a97\u53e3
-LAB_WindowBorder=\u7a97\u53e3\u8fb9\u6846
-LAB_WindowText=\u7a97\u53e3\u6587\u672c
-
-#DimensionCustomEditor
-CTL_Dimension=\u5c3a\u5bf8
-CTL_Width=\u5bbd\u5ea6(&W)\uff1a
-CTL_Height=\u9ad8\u5ea6(&H)\uff1a
-ACSD_CTL_Width=N/A
-ACSD_CTL_Height=N/A
-ACSD_DimensionCustomEditor=N/A
-
-#DimensionEditor
-CTL_HintFormat=[\u5bbd\u5ea6,\u9ad8\u5ea6]
-
-#FontEditor
-CTL_Plain=\u666e\u901a
-CTL_Bold=\u7c97\u4f53
-CTL_Italic=\u659c\u4f53
-CTL_BoldItalic=\u7c97\u659c\u4f53
-CTL_Font=\u5b57\u4f53(&T)\uff1a
-CTL_FontStyle=\u5b57\u4f53\u6837\u5f0f(&Y)\uff1a
-CTL_Size=\u5927\u5c0f(&S)\uff1a
-CTL_Preview=\u9884\u89c8
-ACSD_CTL_Font=N/A
-ACSD_CTL_FontStyle=N/A
-ACSD_CTL_Size=N/A
-ACSD_FontCustomEditor=N/A
-
-#InsetsCustomEditor
-CTL_Insets=\u63d2\u5165\u91cf
-CTL_Top=\u9876\u90e8(&T)\uff1a
-CTL_Left=\u5de6\u4fa7(&L)\uff1a
-CTL_Bottom=\u5e95\u90e8(&B)\uff1a
-CTL_Right=\u53f3\u4fa7(&R)\uff1a
-ACSD_CTL_Top=N/A
-ACSD_CTL_Left=N/A
-ACSD_CTL_Bottom=N/A
-ACSD_CTL_Right=N/A
-
-#InsetsEditor
-CTL_HintFormatIE=[top,left,bottom,right]
-
-# ObjectEditor
-CTL_NullValue=<\u67e5\u627e null \u503c>
-CTL_NullItem=<\u67e5\u627e null \u9879>
-
-#PointCustomEditor
-CTL_Point=\u78c5
-CTL_X=&X\uff1a
-ACSD_CTL_X=N/A
-CTL_Y=&Y\uff1a
-ACSD_CTL_Y=N/A
-ACSD_PointCustomEditor=N/A
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=\u77e9\u5f62
-ACSD_CustomRectangleEditor=N/A
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,\u5bbd\u5ea6,\u9ad8\u5ea6]
-
-#StringCustomEditor
-ACS_TextArea=\u6587\u672c\uff1a
-ACSD_TextArea=\u5728\u6b64\u5904\u8f93\u5165\u5c5e\u6027\u6587\u672c
-ACSD_CustomStringEditor=\u5b57\u7b26\u4e32\u5c5e\u6027\u7684\u7f16\u8f91\u5668
-ACS_Instructions=\u6307\u4ee4
-ACSD_Instructions=N/A
-
-MSG_FontIsNotInitialized=\u56e0\u4e3a\u6ca1\u6709\u521d\u59cb\u5316\u5b57\u4f53\u7684\u503c\uff0c\u6240\u4ee5\u5b58\u50a8\u5230 XML \u5931\u8d25\u3002
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=\u9009\u62e9\u6587\u4ef6\u6216\u76ee\u5f55
-CTL_DialogTitleFiles=\u9009\u62e9\u6587\u4ef6
-CTL_DialogTitleDirs=\u9009\u62e9\u76ee\u5f55
-ACSD_FileEditor=N/A
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<\u672a\u6307\u5b9a>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=\u5c5e\u6027
-ACSD_PropertiesEditorPane=N/A
-ACSD_CustomPropertiesEditor=N/A
-WARN_PropertiesComments=\u8b66\u544a\uff1a\u5c06\u653e\u5f03\u6ce8\u91ca\u3002
-
-#StringArrayCustomEditor
-CTL_Empty=<\u7a7a>
-CTL_Item=\u9879(&I)\uff1a
-ACSD_CTL_Item=N/A
-CTL_ItemList=\u9879\u5217\u8868(&L)
-ACSD_CTL_ItemList=N/A
-CTL_Add_StringArrayCustomEditor=\u6dfb\u52a0(&A)...
-ACSD_CTL_Add_StringArrayCustomEditor=N/A
-CTL_Change_StringArrayCustomEditor=\u7f16\u8f91(&E)
-ACSD_CTL_Change_StringArrayCustomEditor=N/A
-CTL_Remove=\u5220\u9664(&R)
-ACSD_CTL_Remove=N/A
-CTL_MoveUp=\u4e0a\u79fb(&U)
-ACSD_CTL_MoveUp=N/A
-CTL_MoveDown=\u4e0b\u79fb(&W)
-ACSD_CTL_MoveDown=N/A
-ACSD_StringArrayCustomEditor=N/A
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=\u975e\u6574\u6570\u8f93\u5165\u503c\uff1a 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=\u975e\u6cd5\u5b57\u7b26\u4e32 kmsgey "
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=" - \u6709\u6548\u503c\u4e3a\uff1a"
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=\u672a\u77e5\u7684\u7c7b\uff1a{0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=\u4e0d\u662f\u5408\u6cd5\u503c\uff1a{0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=\u65e0\u6cd5\u8bc6\u522b\u7684 URL\uff1a{0}
-#
-MSG_NULL_OR_EMPTY=Null \u6216\u7a7a\u6570\u7ec4
-
-#ObjectEditor
-ACSN_ObjectTree=\u53ef\u7528\u9009\u9879
-ACSD_ObjectTree=\u9009\u62e9\u5bf9\u8c61
-
-#Font Editor
-MSG_AppleBug=\u5982\u679c\u770b\u5230\u6b64\u6d88\u606f\uff0c\u5219\u8bf4\u660e\u5728\u521d\u59cb\u5316\u53ef\u7528\u5b57\u4f53\u5217\u8868\u7684\u8fc7\u7a0b\u4e2d\u51fa\u73b0\u4e86\u9519\u8bef\u3002\u8fd9\u662f\u7531\u4e8e\u5728\u7cfb\u7edf\u4e0a\u5b89\u88c5\u4f4d\u56fe\u5b57\u4f53\u65f6\u89e6\u53d1\u4e86 Apple JVM \u4e2d\u7684\u9519\u8bef\u3002\u8981\u4f7f\u7528\u6b64\u5b57\u4f53\u7f16\u8f91\u5668\uff0c\u60a8\u9700\u8981\u5378\u8f7d\u7cfb\u7edf\u4e2d\u7684\u6240\u6709\u4f4d\u56fe\u5b57\u4f53\u3002\u6709\u5173\u66f4\u591a\u7684\u8be6\u7ec6\u4fe1\u606f\uff0c\u8bf7\u53c2\u89c1 Apple BugReporter \u95ee\u9898 3121780\u3002
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=\u786e\u5b9a
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_zh_CN.properties
deleted file mode 100644
index 0c2dc5a..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,174 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=\u6838\u5fc3
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u57fa\u4e8e NetBeans \u7684\u5e94\u7528\u7a0b\u5e8f\u7684\u57fa\u672c\u6846\u67b6\u3002
-OpenIDE-Module-Long-Description=\u6b64\u6a21\u5757\u63d0\u4f9b\u5141\u8bb8\u57fa\u4e8e NetBeans \u7684\u5e94\u7528\u7a0b\u5e8f\u8fd0\u884c\u7684\u6838\u5fc3\u57fa\u7840\u7ed3\u6784\u3002\u60a8\u65e0\u6cd5\u7981\u7528\u6b64\u57fa\u7840\u7ed3\u6784\u3002
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=\u51fa\u73b0 {0} \u5f02\u5e38\u3002\n\t\u8bf7\u5355\u51fb\u201c\u663e\u793a\u8be6\u7ec6\u4fe1\u606f\u201d\u6216\u67e5\u770b\u4f4d\u4e8e {1} \u6587\u4ef6\u5939\u4e2d\u7684 messages.log \u6587\u4ef6\u3002
-NTF_ExceptionalExceptionTitle=\u610f\u5916\u5f02\u5e38
-# {0} - class name of exception
-NTF_ExceptionWarning=\u51fa\u73b0 {0} \u5f02\u5e38\u3002\n\u7136\u800c\uff0c\u5982\u679c\u4e0d\u51fa\u73b0\u66f4\u591a\u95ee\u9898\uff0c\u7cfb\u7edf\u5e94\u8be5\u80fd\u591f\u7ee7\u7eed\u5de5\u4f5c\u3002\n\u8bf7\u5355\u51fb\u201c\u663e\u793a\u8be6\u7ec6\u4fe1\u606f\u201d\u4ee5\u67e5\u770b\u6808\u8ddf\u8e2a\u3002
-NTF_ExceptionWarningTitle=\u8b66\u544a
-
-#startup info messages
-MSG_MainWindowInit=\u6b63\u5728\u521d\u59cb\u5316\u4e3b\u7a97\u53e3...
-MSG_WindowShowInit=\u6b63\u5728\u6253\u5f00\u4e3b\u7a97\u53e3...
-
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=\u6b63\u5728\u4fdd\u5b58 {0}...
-MSG_AllSaved=\u201c\u5168\u90e8\u4fdd\u5b58\u201d\u5df2\u7ecf\u5b8c\u6210\u3002
-
-CTL_Cannot_save=\u65e0\u6cd5\u4fdd\u5b58 {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=\u53d7\u53e3\u4ee4\u4fdd\u62a4\u7684\u7ad9\u70b9
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=\u67e5\u770b\u65b9\u5f0f\uff1a
-ShortcutsEditor.actionsButton.text=\u64cd\u4f5c
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=\u5feb\u6377\u952e
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=\u9009\u62e9\u201c\u6309\u64cd\u4f5c\u67e5\u770b\u201d\u4ee5\u7f16\u8f91\u67d0\u9879\u64cd\u4f5c\u7684\u5feb\u6377\u952e\u3002
-ShortcutsPanel.addButton.text=\u6dfb\u52a0...
-ShortcutsPanel.removeButton.text=\u5220\u9664
-ShortcutsPanel.AddActionTitle=\u65b0\u5efa\u5feb\u6377\u952e
-ActionsPanel.shortcutAddButton.text=\u6dfb\u52a0...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=\u5220\u9664
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=\u7f16\u8f91\u5feb\u6377\u952e
-ActionsPanel.AddShortcut=\u6dfb\u52a0\u5feb\u6377\u952e
-ActionsPanel.ShortcutLabel=\u5feb\u6377\u952e\uff1a
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=\u9009\u62e9\u201c\u6309\u64cd\u4f5c\u67e5\u770b\u201d\u4ee5\u7f16\u8f91\u67d0\u9879\u64cd\u4f5c\u7684\u5feb\u6377\u952e\u3002
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=\u9009\u62e9\u201c\u6309\u64cd\u4f5c\u67e5\u770b\u201d\u4ee5\u7f16\u8f91\u67d0\u9879\u64cd\u4f5c\u7684\u5feb\u6377\u952e\u3002
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=\u9009\u62e9\u201c\u6309\u5feb\u6377\u952e\u67e5\u770b\u201d\uff0c\u4f46\u82e5\u8981\u7f16\u8f91\u5feb\u6377\u952e\uff0c\u5219\u5e94\u9009\u62e9\u201c\u6309\u64cd\u4f5c\u67e5\u770b\u201d\u3002
-ACS_ShortcutsPanel.addButton.text.a11yDesc=\u6dfb\u52a0\u65b0\u7684\u64cd\u4f5c\u5feb\u6377\u952e
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=\u5220\u9664\u64cd\u4f5c\u5feb\u6377\u952e
-ACSN_ShortcutsPanel.shortcutsList=\u5feb\u6377\u952e\u5217\u8868
-ACSD_ShortcutsPanel.shortcutsList=N/A
-ACS_ActionsPanel.ShortcutLabel.a11yName=\u586b\u5199\u5feb\u6377\u952e
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=\u901a\u8fc7\u6309\u952e\u7ec4\u5408\u586b\u5199\u5feb\u6377\u952e
-ACSN_ActionsPanel.actionsTree=N/A
-ACSN_ActionsPanel.shortcutsList=\u5feb\u6377\u952e\u5217\u8868
-ACSD_ActionsPanel.actionsTree=N/A
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/A
-ACSD_ActionsPanel.Dialog=\u5411\u9009\u5b9a\u64cd\u4f5c\u6dfb\u52a0\u65b0\u7684\u5feb\u6377\u952e
-ACS_ActionsPanel=N/A
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=\u5df2\u6709\u4e00\u9879\u64cd\u4f5c\u4e0e\u6b64\u5feb\u6377\u952e ({0}) \u7ed1\u5b9a\u3002\n\u662f\u5426\u8981\u7528\u65b0\u9009\u5b9a\u7684\u64cd\u4f5c\u6765\u53d6\u4ee3\u73b0\u6709\u64cd\u4f5c\uff1f
-
-CTL_ExitTitle=\u4fdd\u5b58
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=\u4fdd\u5b58(&S)
-ACSD_Save=\u4fdd\u5b58\u3002
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=\u5168\u90e8\u4fdd\u5b58(&A)
-ACSD_SaveAll=\u5168\u90e8\u4fdd\u5b58\u3002
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=\u5168\u90e8\u653e\u5f03(&D)
-ACSD_DiscardAll=\u5168\u90e8\u653e\u5f03\u3002
-EXC_Save=\u4fdd\u5b58\u65f6\u51fa\u73b0\u5f02\u5e38
-# NotifyException
-CTL_Title_Exception=\u5f02\u5e38
-CTL_NextException=\u4e0b\u4e00\u6b65(&N) >
-CTL_PreviousException=< \u4e0a\u4e00\u6b65(&P)
-CTL_Exception_Hide_Details=\u9690\u85cf\u8be6\u7ec6\u4fe1\u606f(&H)
-CTL_Exception_Show_Details=\u663e\u793a\u8be6\u7ec6\u4fe1\u606f(&S)
-ACSD_NextException=N/A
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/A
-
-ACSN_ListOfChangedFiles=\u5217\u8868
-ACSD_ListOfChangedFiles=\u8981\u4fdd\u5b58\u7684\u66f4\u6539\u6587\u4ef6\u7684\u5217\u8868
-ACSD_ExitDialog=\u7528\u4e8e\u4fdd\u5b58\u6240\u6709\u66f4\u6539\u7684\u5bf9\u8bdd\u6846
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI \u6a21\u5f0f
-CTL_MdiMode=MDI \u6a21\u5f0f
-
-# NbPlaces
-CTL_NoWorkspaces=\u65e0\u5de5\u4f5c\u533a
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/A
-ACD_NotifyExcPanel_Dialog=N/A
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT \u4e8b\u4ef6\u5206\u53d1\u7ebf\u7a0b\u88ab\u963b\u6b62 {0} \u6beb\u79d2
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=\u9700\u8981\u9a8c\u8bc1
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=\u7528\u6237\u540d(&U)\uff1a
-NbAuthenticatorPanel.passwordLbl.text=\u53e3\u4ee4(&P)\uff1a
-# {0} - realm (domain name?)
-NbAuthenticatorPanel.password.description={0} \u7684\u53e3\u4ee4
-
-ProxySettings.password.description=\u4ee3\u7406\u53e3\u4ee4
-
-Title_WebBrowser=Web \u6d4f\u89c8\u5668
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_zh_CN.properties
deleted file mode 100644
index 8f60830..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,70 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=\u5173\u4e8e(&A)
-About_title=\u5173\u4e8e
-
-#CopyProductInfoAction
-CopyProductInfo=\u590d\u5236\u4fe1\u606f
-CopyProductInfoAction=\u590d\u5236\u4fe1\u606f(&C)
-CTL_CopyButton_tooltip=\u5c06 NetBeans \u4ea7\u54c1\u4fe1\u606f\u590d\u5236\u5230\u526a\u8d34\u677f
-
-#HtmlViewAction
-CTL_OpeningBrowser=\u6b63\u5728\u6253\u5f00\u6d4f\u89c8\u5668...
-HTMLView=&Web \u6d4f\u89c8\u5668
-
-#SystemExit
-Exit=\u9000\u51fa(&X)
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=\u4e0b\u4e00\u4e2a\u5185\u90e8\u89c6\u56fe
-LBL_PreviousViewCallbackAction=\u4e0a\u4e00\u4e2a\u5185\u90e8\u89c6\u56fe
-
-# jump next/prev actions
-JumpNextAction=\u4e0b\u4e00\u4e2a\u9519\u8bef(&X)
-JumpPrevAction=\u4e0a\u4e00\u4e2a\u9519\u8bef(&P)
-
-#LogAction
-MSG_LogTab_name=IDE \u65e5\u5fd7(&L)
-MSG_ShortLogTab_name=IDE \u65e5\u5fd7
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_zh_CN.properties
deleted file mode 100644
index ff0ebec..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>\u4ea7\u54c1\u7248\u672c\uff1a</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\uff1a</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>\u7cfb\u7edf\uff1a</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>\u7528\u6237\u76ee\u5f55\uff1a</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE \u548c NetBeans \u5e73\u53f0\u662f\u57fa\u4e8e netbeans.org \u7684\u8f6f\u4ef6\uff0c\u8be5\u8f6f\u4ef6\u5df2\u83b7\u5f97 Common Development and Distribution License (CDDL) \u4ee5\u53ca GNU \u901a\u7528\u516c\u5171\u8bb8\u53ef\u8bc1 (GNU General Public License) \u7b2c 2 \u7248\u7684\u53cc\u91cd\u8bb8\u53ef\uff08\u7c7b\u8def\u5f84\u9664\u5916\uff09\u3002\u6709\u5173\u8be6\u7ec6\u4fe1\u606f\uff0c\u8bf7\u8bbf\u95ee <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>\u3002</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} \u7248\u672c {1} \u8fd0\u884c\u4e8e {2} \u4e0a
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=\u57fa\u4e8e Swing \u7ec4\u4ef6\u7684\u7b80\u5355 HTML \u6d4f\u89c8\u5668
-MSG_cannot_create_browser=\u65e0\u6cd5\u521b\u5efa Swing HTML \u6d4f\u89c8\u5668\u3002
-Services/Browsers/SwingBrowser.settings=Swing HTML \u6d4f\u89c8\u5668
-LBL_Close=\u5173\u95ed
-MNE_Close=C
-ACSN_Close=\u5173\u95ed
-ACSD_Close=\u5173\u95ed
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_zh_CN.properties
deleted file mode 100644
index a487c59..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-libs-felix/org-netbeans-libs-felix/org/netbeans/libs/felix/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apache \u7684 Felix OSGi \u5b9e\u73b0
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_zh_CN.properties
deleted file mode 100644
index 18e6117..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=\u5e93
-OpenIDE-Module-Short-Description=\u6346\u7ed1 JNA \u5e93\u3002
-OpenIDE-Module-Long-Description=\u6b64\u6a21\u5757\u6346\u7ed1 JNA \u5e93\u3002
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_zh_CN.properties
deleted file mode 100644
index 24beaa4..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u811a\u672c API \u96c6\u6210
-OpenIDE-Module-Display-Category=\u5e93
-OpenIDE-Module-Short-Description=\u7528\u4e8e\u6346\u7ed1\u811a\u672c API\u3002
-OpenIDE-Module-Long-Description=\u8be5\u6a21\u5757\u7528\u4e8e\u6346\u7ed1\u811a\u672c API\uff08javax.script \u5305\uff09\u3002\u4e0d\u518d\u9700\u8981\u8be5\u6a21\u5757\u3002
-OpenIDE-Module-Deprecation-Message=JDK 6 \u4e0a\u4e0d\u518d\u9700\u8981\u8be5\u6a21\u5757\u3002\u8bf7\u5220\u9664\u5bf9\u6b64\u6a21\u5757\u7684\u4f9d\u8d56\u5173\u7cfb\u3002
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_zh_CN.properties
deleted file mode 100644
index 1996448..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=\u5e93
-OpenIDE-Module-Short-Description=\u6346\u7ed1 JUnit 4.x \u6d4b\u8bd5\u5e93\u3002
-OpenIDE-Module-Long-Description=\u5305\u542b JUnit 4.x \u5355\u5143\u6d4b\u8bd5\u5e93\u3002
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_zh_CN.properties
deleted file mode 100644
index 0c309fb..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-libs-osgi/org-netbeans-libs-osgi/org/netbeans/libs/osgi/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=OSGi \u89c4\u8303
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_zh_CN.properties
deleted file mode 100644
index c89b12b..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=\u5feb\u901f\u641c\u7d22
-QuickSearchComboBar.jLabel2.toolTipText=\u5355\u51fb\u6216\u6309 Shift+F10 \u7ec4\u5408\u952e\u9009\u62e9\u7c7b\u522b
-MSG_DiscoverabilityHint=\u641c\u7d22
-MSG_DiscoverabilityHint2=\u5728 {0} \u4e2d\u641c\u7d22
-LBL_MoreResults=...
-LBL_AllCategories=\u6240\u6709\u7c7b\u522b
-QuickSearchPopup.searchingLabel.text=\u6b63\u5728\u641c\u7d22 ...
-QuickSearchPopup.noResultsLabel.text=\uff08\u65e0\u7ed3\u679c\uff09
-QuickSearchPopup.hintLabel.text={0}\uff1b\u6309 {1} \u9009\u62e9\u6240\u6709\u7c7b\u522b
-AbstractQuickSearchComboBar.command.toolTipText=\u5728\u7cfb\u7edf {0} \u4e2d\u6267\u884c\u5feb\u901f\u641c\u7d22
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_zh_CN.properties
deleted file mode 100644
index 5c18ccd..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=\u65e0\u6cd5\u663e\u793a URL\uff1a{0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_zh_CN.properties
deleted file mode 100644
index 9b1700f..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Name=\u5feb\u901f\u641c\u7d22 API
-OpenIDE-Module-Short-Description=\u7528\u4e8e\u5feb\u901f\u641c\u7d22\u83dc\u5355\u9879\u3001\u64cd\u4f5c\u3001\u6587\u4ef6\u7b49\u5185\u5bb9\u7684\u57fa\u7840\u7ed3\u6784\u3002
-QuickSearch/Recent=\u8fd1\u671f\u7684\u641c\u7d22
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_zh_CN.properties
deleted file mode 100644
index 79d99e5..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=\u65e0\u8fc7\u6ee4\u5668
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_zh_CN.properties
deleted file mode 100644
index 68156e6..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Name=ETable \u548c Outline
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_zh_CN.properties
deleted file mode 100644
index 990536d..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u5916\u89c2\u98ce\u683c\u5b9a\u5236\u5e93
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u5904\u7406 NetBeans \u4f9d\u636e\u5916\u89c2\u8fdb\u884c\u7684 UIManager \u5b9a\u5236
-OpenIDE-Module-Long-Description=\u5b9a\u4e49 UIManager \u4e2d\u6240\u9700\u7684\u7279\u5b9a\u4e8e NetBeans \u7684\u503c\uff0c\u5e76\u786e\u4fdd BasicLookAndFeel \u4e2d\u53ef\u7528\u7684\u67d0\u4e9b\u503c\u5728\u6240\u6709\u5916\u89c2\u4e2d\u90fd\u53ef\u7528\u3002\u5904\u7406 Metal \u4e3b\u9898\u652f\u6301\u3001\u5916\u89c2\u98ce\u683c\u9009\u62e9\u548c\u5b9a\u5236\u5b57\u4f53\u5927\u5c0f\u521d\u59cb\u5316
-
-
-# "default" which can be branded by applications on top of NetBeans
-#LookAndFeelClassName=default
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_zh_CN.properties
deleted file mode 100644
index 9268595..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,40 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=\u8b66\u544a\uff1a\u7531\u4e8e JDK \u9519\u8bef 5079742\uff0cNetbeans \u4e2d\u7684\u5b57\u4f53\u65e0\u6cd5\u6b63\u786e\u663e\u793a\u3002\u8bf7\u5b89\u88c5 JDK 1.5.0_02 \u6216\u66f4\u9ad8\u7248\u672c\uff0c\u8be6\u7ec6\u4fe1\u606f\uff0c\u8bf7\u53c2\u89c1 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
diff --git a/l10n/src/zh_CN/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_zh_CN.properties
deleted file mode 100644
index 6e3117b..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,54 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u6807\u7b7e\u63a7\u4ef6
-OpenIDE-Module-Display-Category=\u5e93
-OpenIDE-Module-Short-Description=\u7a97\u53e3\u7cfb\u7edf\u4f7f\u7528\u7684\u6807\u7b7e\u63a7\u4ef6
-OpenIDE-Module-Long-Description=NetBeans \u7a97\u53e3\u7cfb\u7edf\u7684\u6807\u7b7e\u63a7\u4ef6 Bean \u5e93
-
-
-
-ACS_TabbedContainer=\u6807\u7b7e\u63a7\u4ef6
-ACSD_TabbedContainer=\u7528\u4e8e\u5207\u6362\u6807\u7b7e\u7684\u6807\u7b7e\u63a7\u4ef6\u3002
-
-TT_TabDisplayer_Close=<html>\u6309\u4f4f Shift \u952e\u5e76\u5355\u51fb\u53ef\u5173\u95ed\u6240\u6709\u6587\u6863<br>\u6309\u4f4f Alt \u952e\u5e76\u5355\u51fb\u53ef\u5173\u95ed\u5176\u4ed6\u6587\u6863
-
diff --git a/l10n/src/zh_CN/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_zh_CN.properties
deleted file mode 100644
index 60abab7..0000000
--- a/l10n/src/zh_CN/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=\u663e\u793a\u6253\u5f00\u7684\u6587\u6863\u5217\u8868
-
-Tip_Restore_Window=\u6062\u590d\u7a97\u53e3
-
-Tip_Maximize_Window=\u6700\u5927\u5316\u7a97\u53e3
-
-Tip_Minimize_Window=\u6700\u5c0f\u5316\u7a97\u53e3
-
-Tip_Pin=PIN
-
-Tip_Close_Window=\u5173\u95ed\u7a97\u53e3
-
-Tip_Scroll_Documents_Right=\u5411\u53f3\u6eda\u52a8\u6587\u6863
-
-Tip_Scroll_Documents_Left=\u5411\u5de6\u6eda\u52a8\u6587\u6863
-
diff --git a/l10n/src/zh_CN/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_zh_CN.properties
deleted file mode 100644
index 2510141..0000000
--- a/l10n/src/zh_CN/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,153 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\u64cd\u4f5c API
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=NetBeans \u7684\u5e38\u7528\u64cd\u4f5c\u5b9a\u4e49
-OpenIDE-Module-Long-Description=\u63d0\u4f9b\u4efb\u4f55 NetBeans \u5e94\u7528\u7a0b\u5e8f\u4f7f\u7528\u7684\u5e38\u7528\u64cd\u4f5c\u5217\u8868\u3002
-
-
-New=\u6dfb\u52a0(&A)...
-# {0} name of the only one new type
-NewArg=\u6dfb\u52a0 {0}(&A)
-
-# File
-NewFromTemplate=\u65b0\u5efa(&N)
-Save=\u4fdd\u5b58(&S)
-Print=\u6253\u5370(&P)...
-PageSetup=\u9875\u9762\u8bbe\u7f6e(&G)...
-
-#0 undoableedit
-UndoWithParameter=\u64a4\u6d88 {0}(&U)
-#0 undoableedit
-RedoWithParameter=\u91cd\u505a {0}(&R)
-UndoSimple=\u64a4\u6d88(&U)
-RedoSimple=\u91cd\u505a(&R)
-Cut=\u526a\u5207(&T)
-Copy=\u590d\u5236(&Y)
-Paste=\u7c98\u8d34(&P)
-Delete=\u5220\u9664(&D)
-Find=\u67e5\u627e(&F)...
-Goto=\u8f6c\u81f3\u884c(&L)...
-Replace=\u66ff\u6362(&E)...
-
-# View
-Properties=\u5c5e\u6027(&P)
-View=\u89c6\u56fe
-Edit=\u7f16\u8f91
-
-# Build
-Execute=\u6267\u884c(&E)
-
-# Window
-DockWindow=\u505c\u9760\u89c6\u56fe(&D)
-UndockWindow=\u53d6\u6d88\u505c\u9760\u89c6\u56fe(&U)
-CloneView=\u590d\u5236\u89c6\u56fe(&C)
-CloseView=\u5173\u95ed
-NextTab=\u4e0b\u4e00\u89c6\u56fe(&N)
-PreviousTab=\u524d\u4e00\u89c6\u56fe(&P)
-
-Open=\u6253\u5f00
-Rename=\u91cd\u547d\u540d...
-
-MoveUp=\u4e0a\u79fb
-MoveDown=\u4e0b\u79fb
-
-
-Customize=\u5b9a\u5236
-
-#rename action
-CTL_RenameTitle=\u91cd\u547d\u540d
-CTL_RenameLabel=\u65b0\u540d\u79f0(&N)\uff1a
-# {0} param represents old name before renaming.
-MSG_BadFormat=\u65e0\u6cd5\u5c06\u6b64\u5bf9\u8c61\u7531 {0} \u91cd\u547d\u540d\u4e3a {1}\u3002
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=\u5783\u573e\u56de\u6536
-
-#HeapView
-LBL_ShowText=\u663e\u793a\u6587\u672c
-LBL_DropShadow=\u62d6\u653e\u9634\u5f71
-LBL_OverlayGrid=\u91cd\u53e0\u7f51\u683c
-
-# NewTemplateAction
-CTL_NewName=\u65b0\u5efa\u540d\u79f0
-CTL_NewNameTitle=\u65b0\u5efa(&N)
-
-
-#Reorder Action
-Reorder=\u66f4\u6539\u987a\u5e8f...
-
-OpenLocalExplorer=\u4ece\u6b64\u5904\u6d4f\u89c8(&H)
-
-WorkspacesItems=\u5de5\u4f5c\u533a(&W)
-
-
-# name of template
-CTL_Template_Name=\u5bf9\u8c61\u540d(&N)\uff1a
-# title of dialog
-CTL_Template_Dialog_Title=\u5b9e\u4f8b\u5316\u6a21\u677f
-CTL_Template_Dialog_RootTitle=\u4fdd\u5b58\u4f4d\u7f6e(&I)\uff1a
-
-
-# Tools action
-CTL_Tools=\u5de5\u5177
-CTL_EmptySubMenu=\u7a7a
-
-
-# name of the PopupAction
-Popup=\u5f39\u51fa
-
-#SaveAction
-MSG_saved={0} \u5df2\u4fdd\u5b58\u3002
-EXC_notsaved=\u4fdd\u5b58 {0} \u65f6\u51fa\u73b0\u4e00\u4e9b\u95ee\u9898\n\u539f\u56e0\uff1a{1}
-#Template wizard title
-CTL_TemplateWizard=\u4ece\u6a21\u677f\u65b0\u5efa
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=\u5355\u51fb\u4ee5\u5f3a\u5236\u6267\u884c\u5783\u573e\u56de\u6536
-
-
diff --git a/l10n/src/zh_CN/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_zh_CN.properties
deleted file mode 100644
index 2833afa..0000000
--- a/l10n/src/zh_CN/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI \u5b9e\u7528\u7a0b\u5e8f API
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u7528\u6237\u754c\u9762\u5b9e\u7528\u7a0b\u5e8f\u3002
-OpenIDE-Module-Long-Description=\u4e0e UI \u6709\u5173\u7684\u5404\u79cd\u4efb\u52a1\u7684\u5e2e\u52a9\u7a0b\u5e8f\u65b9\u6cd5\u3002
-
-
-
-#MenuBar
-EXC_LoadMenu=\u65e0\u6cd5\u88c5\u5165\u83dc\u5355 {0}
-EXC_LoadMenuItem=\u65e0\u6cd5\u88c5\u5165\u83dc\u5355\u9879 {0}
-
-#HtmlBrowser
-CTL_Back=\u540e\u9000
-CTL_Forward=\u524d\u79fb
-CTL_Reload=\u91cd\u65b0\u88c5\u5165
-CTL_Stop=\u505c\u6b62
-CTL_Document_done=\u6587\u6863\uff1a\u5b8c\u6210
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=\u88c5\u5165
-EXC_Module=\u521d\u59cb\u5316 HTML \u6d4f\u89c8\u5668\u6a21\u5757\u671f\u95f4\u51fa\u73b0\u5f02\u5e38
-CTL_WebBrowser=Web \u6d4f\u89c8\u5668
-HINT_WebBrowser=Web \u6d4f\u89c8\u5668
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=\u6d4f\u89c8\u5668\u89c6\u56fe
-ACSD_HtmlBrowser=N/A
-ACS_HtmlBrowser_Location=\u4f4d\u7f6e
-ACSD_HtmlBrowser_Location=N/A
-
-# Splitted panel
-SplittedPanelVertical=\u5782\u76f4
-SplittedPanelHorizontal=\u6c34\u5e73
-SplittedPanelSwap=\u4ea4\u6362\u9762\u677f
-ResetSplitter=\u91cd\u7f6e\u5206\u5272\u7ebf
-ACS_SplittedPanel_Name=\u7b2c\u4e00\u9762\u677f {0}\u3002\u7b2c\u4e8c\u4e2a\u9762\u677f {1}\u3002
-ACS_SplittedPanel_Description=\u7b2c\u4e00\u4e2a\u9762\u677f {0}\u3002\u7b2c\u4e8c\u4e2a\u9762\u677f {1}\u3002
-ACS_SplittedPanel_EmptySplitter=N/A
-ACSD_SplittedPanel_EmptySplitter=N/A
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/A
-#Title while loading
-LBL_Loading=\u6b63\u5728\u88c5\u5165...
-#Title if html doesn't contain title tags
-LBL_Untitled=\u65e0\u6807\u9898
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=\u672a\u77e5\u7684\u4e3b\u673a\uff1a{0}
-FMT_InvalidURL=\u65e0\u6548\u7684 URL\uff1a{0}
-FMT_NoRouteToHost=\u6ca1\u6709\u8fde\u63a5\u81f3\u4e3b\u673a\u7684\u8def\u7531\uff1a{0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=\u901a\u8fc7 {1} \u8c03\u7528\u4f5c\u4e3a {3} \u5b9e\u73b0\u7684 {4}
-
-
-# action and their performers
-Open=\u6253\u5f00
-Edit=\u7f16\u8f91
-Print=\u6253\u5370(&P)...
-View=\u89c6\u56fe
-Close=\u5173\u95ed
-
diff --git a/l10n/src/zh_CN/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_zh_CN.properties
deleted file mode 100644
index 9f2d10c..0000000
--- a/l10n/src/zh_CN/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u517c\u5bb9\u6027 API
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u67d0\u4e9b\u73b0\u5728\u5df2\u8fc7\u65f6\u7684\u65e7\u7c7b\u3002
-OpenIDE-Module-Long-Description=\u5305\u542b\u67d0\u4e9b\u73b0\u5728\u5df2\u8fc7\u65f6\u7684\u65e7 API \u7c7b\uff0c\u5e76\u4e14\u53ef\u4ee5\u5c06\u5176\u66ff\u6362\u3002 \u786e\u5207\u5730\u8bf4\uff0c\u5b83\u4eec\u662f ExplorerActions\u3001ExplorerPanel\u3001HttpServer \u548c WeakListener\u3002
-OpenIDE-Module-Deprecation-Message=\u6b64 API \u4e2d\u7684\u7c7b\u90fd\u5df2\u8fc7\u65f6\uff0c\u53ef\u4ee5\u7531\u8f83\u65b0\u7684 API \u6765\u66ff\u6362\u3002
-
diff --git a/l10n/src/zh_CN/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_zh_CN.properties
deleted file mode 100644
index 190ebe6..0000000
--- a/l10n/src/zh_CN/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,133 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u5bf9\u8bdd\u6846 API
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u5904\u7406\u5bf9\u8bdd\u6846\u548c\u5411\u5bfc\u3002
-OpenIDE-Module-Long-Description=\u6b64\u6a21\u5757\u5904\u7406 NetBeans \u4e2d\u4f7f\u7528\u7684\u5bf9\u8bdd\u6846\u548c\u5411\u5bfc\u57fa\u7840\u7ed3\u6784\u3002
-
-# Notify system
-NTF_ErrorTitle=\u9519\u8bef
-NTF_ExceptionTitle=\u5f02\u5e38
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=\u51fa\u73b0 {0} \u5f02\u5e38\u3002\n\u8bf7\u8bbf\u95ee http://www.netbeans.org/issues.html \u4ee5\u62a5\u544a\u6b64\u5f02\u5e38\uff0c\u8bf7\u5305\u62ec messages.log \u6587\u4ef6\u7684\u526f\u672c\u3002\nmessages.log \u6587\u4ef6\u4f4d\u4e8e {1} \u6587\u4ef6\u5939\u4e2d\u3002
-NTF_ExceptionalExceptionTitle=\u610f\u5916\u5f02\u5e38
-NTF_PlainTitle=\u6d88\u606f
-NTF_QuestionTitle=\u95ee\u9898
-NTF_InformationTitle=\u4fe1\u606f
-NTF_WarningTitle=\u8b66\u544a
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=\u9009\u9879\u6392\u5217
-
-#
-# names of buttons
-#
-CTL_OK=\u786e\u5b9a
-CTL_YES=\u662f
-CTL_NO=\u5426
-CTL_CLOSE=\u5173\u95ed
-
-CTL_CANCEL=\u53d6\u6d88
-ACSD_CANCEL=n/a
-
-CTL_NEXT=\u4e0b\u4e00\u6b65 >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#\u79fb\u81f3\u5411\u5bfc\u7684\u4e0b\u4e00\u6b65\u3002|2#\u4e0b\u4e00\u6b65\uff1a{0}\u3002{1}}
-
-CTL_PREVIOUS=< \u4e0a\u4e00\u6b65(&B)
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#\u79fb\u81f3\u5411\u5bfc\u7684\u4e0a\u4e00\u6b65\u3002|0#\u4e0a\u4e00\u6b65\uff1a{0}\u3002{1}}
-
-CTL_FINISH=\u5b8c\u6210(&F)
-ACSD_FINISH=n/a
-
-# NotifyDescriptor
-
-ACSD_InputPanel=\u8f93\u5165\u884c
-ACSD_InputField=N/A
-ACN_NotifyDescriptor_MessageJTextArea=N/A
-ACD_NotifyDescriptor_MessageJTextArea=N/A
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} \u5411\u5bfc ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0}/{1}
-CTL_ContentName=\u6b65\u9aa4
-CTL_HelpName=\u5e2e\u52a9
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=255
-#NOI18N
-#INT_WizardBackGreen=254
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=\u8bf7\u7a0d\u5019\u3002
-
diff --git a/l10n/src/zh_CN/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_zh_CN.properties
deleted file mode 100644
index b729bde..0000000
--- a/l10n/src/zh_CN/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u6267\u884c API
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=Open API \u7684\u6267\u884c API\u3002
-OpenIDE-Module-Long-Description=\u7531 Open API \u7684 org.openide.execution.* \u5305\u7684\u5404\u4e2a\u90e8\u5206\u7ec4\u6210\u3002
-
diff --git a/l10n/src/zh_CN/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_zh_CN.properties
deleted file mode 100644
index fabf4b6..0000000
--- a/l10n/src/zh_CN/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,92 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=\u8d44\u6e90\u7ba1\u7406\u5668\u548c\u5c5e\u6027\u8868\u5355 API
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u663e\u793a\u8282\u70b9\u7ed3\u6784\u7684\u5404\u79cd\u89c6\u56fe\u3002
-OpenIDE-Module-Long-Description=\u5141\u8bb8\u5b9a\u4e49\u65b0\u89c6\u56fe\uff0c\u7528\u6765\u663e\u793a\u4f7f\u7528\u8282\u70b9 API \u521b\u5efa\u7684\u7ed3\u6784\u3002
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=\u8d44\u6e90\u7ba1\u7406\u5668 [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=\u65e0\u6cd5\u6062\u590d\u8d44\u6e90\u7ba1\u7406\u5668\u7a97\u53e3\uff1b\u6839\u8282\u70b9\u201c{0}\u201d\u65e0\u6cd5\u6b63\u786e\u6062\u590d\u3002
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=\u8d44\u6e90\u7ba1\u7406\u5668\u89c6\u56fe\u5fc5\u987b\u4e0d\u5426\u51b3\u7a7a\u9009\u62e9\u3002
-EXC_ContextMustBeWithinRootContext=\u6d4f\u89c8\u7684\u4e0a\u4e0b\u6587 ({0}) \u5fc5\u987b\u5728\u6839\u4e0a\u4e0b\u6587 ({1}) \u5185\u3002
-EXC_NodeCannotBeNull=\u9009\u62e9\u7684\u8282\u70b9\u4e0d\u80fd\u4e3a null\u3002
-EXC_NoElementOfNodeSelectionMayBeNull=\u8282\u70b9\u9009\u62e9\u7684\u5143\u7d20\u4e0d\u53ef\u4e3a null\u3002
-EXC_NodeSelectionCannotContainNodes=\u8282\u70b9\u9009\u62e9\u4e0d\u80fd\u5305\u542b\u4e0d\u5728\u6839 ({1}) \u4e0b\u7684\u8282\u70b9 ({0})\u3002
-EXC_CannotHaveNullRootContext=\u4e0d\u80fd\u5177\u6709 null \u6839\u4e0a\u4e0b\u6587\u3002
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=\u662f\u5426\u786e\u5b9e\u8981\u5220\u9664 {0}\uff1f
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=\u662f\u5426\u786e\u5b9e\u8981\u5220\u9664 {0} \u548c\u6240\u6709\u5176\u5185\u5bb9\uff1f
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=\u662f\u5426\u786e\u5b9e\u8981\u5220\u9664\u8fd9\u4e9b {0} \u9879\uff1f
-MSG_ConfirmDeleteObjectTitle=\u786e\u8ba4\u5bf9\u8c61\u5220\u9664
-MSG_ConfirmDeleteFolderTitle=\u786e\u8ba4\u5305\u5220\u9664
-MSG_ConfirmDeleteObjectsTitle=\u786e\u8ba4\u5220\u9664\u591a\u4e2a\u5bf9\u8c61
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=\u662f\u5426\u786e\u5b9e\u8981\u5220\u9664 {0}\uff08\u94fe\u63a5\u81f3 {3}\uff09\uff1f
-MSG_ConfirmDeleteShadowTitle=\u786e\u8ba4\u94fe\u63a5\u5220\u9664
-
-
diff --git a/l10n/src/zh_CN/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_zh_CN.properties
deleted file mode 100644
index e8b7bce..0000000
--- a/l10n/src/zh_CN/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,239 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=\u5f02\u5e38\u4f4d\u7f6e
-PS_Editor=\u5c5e\u6027\u7f16\u8f91\u5668
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=\u6570\u7ec4
-FMT_ErrorSettingProperty=\u65e0\u6cd5\u8bbe\u7f6e\u5c5e\u6027\u3002{0} \u4e0d\u662f {1} \u7684\u6709\u6548\u503c\u3002
-FMT_CannotUpdateProperty={0} \u4e0d\u662f {1} \u7684\u6709\u6548\u503c\u3002
-
-#PropertySheet
-CTL_NoPropertyEditor=\uff08\u65e0\u5c5e\u6027\u7f16\u8f91\u5668\uff09
-CTL_NoProperties=<\u65e0\u5c5e\u6027>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=\u5c5e\u6027
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=\u6309\u7c7b\u522b\u6392\u5e8f
-ACS_CTL_NoSort=\u6309\u7c7b\u522b\u6392\u5e8f
-CTL_AlphaSort=\u6309\u540d\u79f0\u6392\u5e8f
-ACS_CTL_AlphaSort=\u6309\u540d\u79f0\u6392\u5e8f
-CTL_TypeSort=\u6309\u7c7b\u578b\u6392\u5e8f
-ACS_CTL_TypeSort=\u6309\u7c7b\u578b\u6392\u5e8f
-CTL_VisibleWritableOnly=\u4ec5\u663e\u793a\u53ef\u7f16\u8f91\u5c5e\u6027
-ACS_CTL_VisibleWritableOnly=\u4ec5\u663e\u793a\u53ef\u7f16\u8f91\u5c5e\u6027
-CTL_Customize=\u5b9a\u5236\u5668
-ACS_CTL_Customize=\u5b9a\u5236\u5668
-CTL_Help=\u5e2e\u52a9
-ACS_CTL_Help=\u5e2e\u52a9
-ACSD_CTL_Help=\u63d0\u4f9b\u6709\u5173\u5728\u5c5e\u6027\u8868\u5355\u4e2d\u663e\u793a\u5176\u5c5e\u6027\u7684\u5bf9\u8c61\u7684\u5e2e\u52a9
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]\u5728\u8bbe\u8ba1\u65f6\u4f7f\u7528\u5c5e\u6027 >>{0}<< \u53ef\u629b\u51fa\u5f02\u5e38\u3002
-
-#PropertySheet
-CTL_Property_sheet_option=\u5c5e\u6027\u8868\u5355
-
-
-#IndexedPropertyEditor
-CTL_NoItem=\u65e0\u53ef\u7528\u7684\u9879
-CTL_Index=\u5c5e\u6027\u7d22\u5f15\uff1a
-CTL_Unknown=\u672a\u77e5
-
-#PropertyDialogManager
-CTL_OK=\u786e\u5b9a
-ACSD_CTL_OK=N/A
-CTL_Cancel=\u53d6\u6d88
-ACSD_CTL_Cancel=N/A
-CTL_Close=\u5173\u95ed
-ACSD_CTL_Close=N/A
-CTL_Default=\u91cd\u7f6e\u4e3a\u7f3a\u7701\u8bbe\u7f6e(&D)
-ACSD_CTL_Default=N/A
-CTL_Paste=\u7c98\u8d34
-
-#PropertyDetails
-EXC_Setter=\u5c5e\u6027 setter \u65b9\u6cd5\u4e2d\u7684\u5f02\u5e38\uff1a{0}
-EXC_Setter_localized=\u5c5e\u6027 {0} \u7684 setter \u65b9\u6cd5\u4e2d\u7684\u5f02\u5e38\uff1a\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<\u65e0\u5b9a\u5236\u7f16\u8f91\u5668>
-CTL_No_property_editor=<\u65e0\u5c5e\u6027\u7f16\u8f91\u5668>
-CTL_Different_Values=<\u4e0d\u540c\u7684\u503c>
-CTL_Desc_Different_Values=\u9009\u5b9a\u7684\u8282\u70b9\u5177\u6709\u6b64\u5c5e\u6027\u7684\u4e0d\u540c\u503c\u3002
-CTL_No_properties=<\u65e0\u5c5e\u6027>
-CTL_No_value=<\u65e0\u503c>
-CTL_No_type=<\u65e0\u7c7b\u578b>
-CTL_ElipsisHint=\u8c03\u7528\u5b9a\u5236\u5668\u3002
-CTL_InvalidValue=\u65e0\u6548\u503c\uff1a{0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#\u65e0\u6548\u503c {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}\uff1a
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} \u7c7b\u578b\uff1a{1}{2,choice,0#|1# Bean:{3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=\u5c5e\u6027(&P)
-CTL_New=\u65b0\u5efa(&N)
-CTL_Delete=\u5220\u9664(&D)
-CTL_MoveUp=\u4e0a\u79fb(&U)
-CTL_MoveDown=\u4e0b\u79fb(&D)
-CTL_HideDetails=\u9690\u85cf\u8be6\u7ec6\u4fe1\u606f(&H)
-CTL_ShowDetails=\u663e\u793a\u8be6\u7ec6\u4fe1\u606f(&S)
-EXC_ErrorInIndexedSetter=\u4e0d\u80fd\u8bbe\u7f6e\u7d22\u5f15\u5c5e\u6027\u503c
-
-ACSD_Properties=N/A
-ACSD_New=N/A
-ACSD_Delete=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_HideDetails=N/A
-ACSD_ShowDetails=N/A
-ACSD_IndexedEditorPanel=N/A
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=\u540d\u79f0
-COLUMN_VALUES=\u503c
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<\u4e0d\u53ef\u8bfb>
-#Text for null values
-NULL=null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=\u8bbe\u7f6e\u503c\u65f6\u51fa\u9519
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=\u672a\u77e5\u7684\u6392\u5e8f\u6a21\u5f0f
-
-#Button labels for property dialogs
-ok=\u786e\u5b9a
-default=\u6062\u590d\u7f3a\u7701\u503c
-cancel=\u53d6\u6d88
-close=\u5173\u95ed
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=\u63cf\u8ff0
-ACSD_Description=\u5f53\u524d\u9009\u5b9a\u5c5e\u6027\u7684\u63cf\u8ff0
-ACS_DescriptionTitle=\u5c5e\u6027\u540d\u79f0
-ACSD_DescriptionTitle=\u5f53\u524d\u7f16\u8f91\u7684\u5c5e\u6027\u7684\u540d\u79f0
-CTL_NO_DESCRIPTION=\u65e0\u53ef\u7528\u7684\u63cf\u8ff0\u3002
-CTL_NO_SELECTION=\u672a\u9009\u62e9\u4efb\u4f55\u5185\u5bb9
-ACS_Splitter=\u5206\u9694\u680f
-ACSD_Splitter=\u5c5e\u6027\u8868\u548c\u63cf\u8ff0\u533a\u57df\u4e4b\u95f4\u7684\u53ef\u89c6\u5206\u9694\u680f\u3002
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=\u5c5e\u6027
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} \u7b49\u4e8e {1}
-FMT_ACST_SheetSet=\u5c5e\u6027\u7ec4 {0}
-ACST_No_Selection=\u672a\u9009\u62e9\u4efb\u4f55\u5185\u5bb9
-CTL_Multiple_Selection=\u5df2\u9009\u62e9\u591a\u4e2a\u5bf9\u8c61
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=\u5355\u51fb\uff0c\u6216\u9009\u62e9\u5e76\u6309\u4e0b Ctrl-\u7a7a\u683c\u952e\u53ef\u6253\u5f00\u5b9a\u5236\u7f16\u8f91\u5668\uff1b\u53f3\u952e\u5355\u51fb\u53ef\u5f39\u51fa\u83dc\u5355
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=\u663e\u793a\u63cf\u8ff0\u533a\u57df
-CTL_HideDescription=\u9690\u85cf\u63cf\u8ff0\u533a\u57df
-CTL_RestoreDefaultValue=\u6062\u590d\u7f3a\u7701\u503c
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=\u5c5e\u6027
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=\u6b64\u5c5e\u6027
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=\u975e\u6cd5\u7684\u6570\u5b57\u683c\u5f0f\uff1a"{0}"
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=\u5b9a\u5236\u7f16\u8f91\u5668\uff1a{0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=\u5c5e\u6027\u8868
-ACSN_SHEET_TABBED_PANE=\u5c5e\u6027\u7c7b\u522b
-ACSD_SHEET_TABLE=\u8868\u793a\u5f53\u524d\u5bf9\u8c61\u7684\u53ef\u7f16\u8f91\u5c5e\u6027\u7684\u8868
-ACSD_SHEET_TABBED_PANE=\u53ef\u4ee5\u9009\u62e9\u8981\u5728\u5c5e\u6027\u8868\u5355\u4e2d\u663e\u793a\u7684\u5f53\u524d\u5bf9\u8c61\u7684\u4e0d\u540c\u5c5e\u6027\u96c6\u5408
-
-LBL_QUICKSEARCH=\u5feb\u901f\u641c\u7d22\uff1a
-
-MSG_SetAsText_InvalidValue=\u65e0\u6548\u503c\uff1a{0}
-
diff --git a/l10n/src/zh_CN/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_zh_CN.properties
deleted file mode 100644
index 9a3dccf..0000000
--- a/l10n/src/zh_CN/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,127 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=\u7a7a
-MenuViewStartFromRoot=\u4ece\u6839\u6d4f\u89c8
-MenuViewStartFromCurrent=\u4ece\u5f53\u524d\u70b9\u6d4f\u89c8
-
-# TabView
-TabView_RootTab=\u6839\u76ee\u5f55
-
-# TreeView
-VetoSelectedNodes=\u9009\u5b9a\u7684\u8282\u70b9
-LBL_QUICKSEARCH=\u641c\u7d22\uff1a
-
-#LBL_UP=..
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=\u65e0\u6cd5\u5c06\u6b64\u5bf9\u8c61\u7531 {0} \u91cd\u547d\u540d\u4e3a {1}\u3002
-ACSN_TreeViewCellEditor=\u91cd\u547d\u540d\u7f16\u8f91\u5668
-ACSD_TreeViewCellEditor=\u6811\u89c6\u56fe\u4e2d\u8282\u70b9\u540d\u79f0\u7684\u539f\u4f4d\u7f16\u8f91\u5668
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=\u76ee\u6807\u4e0d\u63a5\u53d7\u4f20\u8f93\u7684\u5185\u5bb9\u3002
-
-MSG_ABORT=\u53d6\u6d88
-
-#TableSheet
-ACS_TableSheet=\u5c5e\u6027\u8868
-ACSD_TableSheet=N/A
-ACS_NullPanel=\u65e0\u5c5e\u6027
-# {0} - bean
-ACSD_NullPanel=\u65e0\u5c5e\u6027\u3002Bean\uff1a{0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} \u7c7b\u578b\uff1a{1} Bean\uff1a{2}
-CTL_No_value=<\u65e0\u503c>
-CTL_No_type=<\u65e0\u7c7b\u578b>
-
-# TreeTableView
-LBL_ColumnDialogTitle=\u66f4\u6539\u53ef\u89c6\u5217
-LBL_ColumnDialogDesc=\u9009\u62e9\u8981\u5728\u5217\u8868\u4e2d\u663e\u793a\u7684\u5217
-LBL_ListOptions=\u5217\u8868\u9009\u9879
-LBL_ChangeColumns=\u66f4\u6539\u53ef\u89c6\u5217...
-LBL_SortMenu=\u6392\u5e8f
-LBL_Ascending=\u5347\u5e8f
-LBL_Descending=\u964d\u5e8f
-LBL_ColsMenu=\u5217
-LBL_MoveLeft=\u5de6\u79fb
-LBL_MoveRight=\u53f3\u79fb
-MSG_NoColumnsToChange=\u6ca1\u6709\u8981\u66f4\u6539\u5176\u53ef\u89c6\u6027\u7684\u5217\u3002
-LBL_NoSort=\u65e0
-ACSN_ColumnDialog=\u66f4\u6539\u53ef\u89c6\u5217
-ACSD_ColumnDialog=\u9009\u62e9\u8981\u5728\u5217\u8868\u4e2d\u663e\u793a\u7684\u5217
-
-#a11y
-ACSN_TreeTable=N/A
-ACSD_TreeTable=N/A
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=\u4ec5\u663e\u793a\u7b26\u5408\u4ee5\u4e0b\u6761\u4ef6\u7684\u884c
-
-CTL_ColumnsSelector=\u66f4\u6539\u53ef\u89c6\u5217
-ACN_ColumnsSelector=\u5217\u9009\u62e9\u5668
-ACD_ColumnsSelector=\u9009\u62e9\u53ef\u89c6\u5217
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=\u9009\u62e9\u8981\u5728\u5217\u8868\u4e2d\u663e\u793a\u7684\u5217
-NodeOutlineModel_NodesColumnLabel=\u8282\u70b9
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=\u5728\u6ca1\u6709 Children.MUTEX \u8bfb\u53d6\u8bbf\u95ee\u6743\u9650\u7684\u60c5\u51b5\u4e0b\u8bbf\u95ee {0}
-
diff --git a/l10n/src/zh_CN/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_zh_CN.properties
deleted file mode 100644
index 7730332..0000000
--- a/l10n/src/zh_CN/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=\u65e0\u6548\u7684 XML \u6587\u6863\uff1a
-
-W-003=\u6ce8\u610f\uff1aXML \u89e3\u6790\u5668\u4e0d\u652f\u6301\u8bcd\u6cd5\u63a7\u67c4\u529f\u80fd\u3002
-
diff --git a/l10n/src/zh_CN/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_zh_CN.properties
deleted file mode 100644
index 3ccd086..0000000
--- a/l10n/src/zh_CN/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,204 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=\u6587\u4ef6\u7cfb\u7edf API
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u865a\u62df\u6587\u4ef6\u7cfb\u7edf API\u3002
-OpenIDE-Module-Long-Description=\u5141\u8bb8\u4f7f\u7528\u4e00\u79cd\u4e0e\u5b9e\u9645\u64cd\u4f5c\u7cfb\u7edf\u6587\u4ef6\u65e0\u5173\u7684\u65b9\u5f0f\u6765\u8bbf\u95ee\u7c7b\u4f3c\u4e8e\u6587\u4ef6\u7684\u8d44\u6e90\u3002\u652f\u6301\u786c\u76d8\u66f4\u6539\u901a\u77e5\u3002
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=\u65e0\u6548\u7684 {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=\u6839 {0} \u4e0d\u5b58\u5728\u3002
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=\u4e0d\u80fd\u5220\u9664\u6587\u4ef6\u7cfb\u7edf {0} \u7684\u6839\u3002
-
-# {0} = name of FS
-EXC_CannotRenameRoot=\u4e0d\u80fd\u91cd\u547d\u540d\u6587\u4ef6\u7cfb\u7edf {0} \u7684\u6839\u3002
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=\u4e0d\u80fd\u5220\u9664 {1} \u4e2d\u7684\u6587\u4ef6 {0}\u3002
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=\u4e0d\u80fd\u5c06 {1} \u4e2d\u7684\u6587\u4ef6 {0} \u91cd\u547d\u540d\u4e3a {2}\u3002
-
-# {0} = display name of the filesystem
-EXC_FSisRO=Filesystem {0} \u662f\u53ea\u8bfb\u7684\u3002
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO={1} \u4e2d\u7684\u6587\u4ef6 {0} \u662f\u53ea\u8bfb\u7684\u3002
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=\u4e0d\u80fd\u521b\u5efa\u6587\u4ef6 {0}\uff0c\u56e0\u4e3a\u6587\u4ef6\u7cfb\u7edf {2} \u4e0a\u7684 {1} \u4e0d\u662f\u6587\u4ef6\u5939\u3002
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=\u6587\u4ef6\u5939\u540d\u79f0 "{0}" \u4e2d\u4e0d\u5141\u8bb8\u4f7f\u7528\u6b63\u659c\u6760\u3002
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist={1} ({2}) \u4e2d\u5df2\u5b58\u5728\u6587\u4ef6\u5939 {0}\u3002
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=\u65e0\u6cd5\u5728 {1} ({2}) \u4e2d\u521b\u5efa\u6587\u4ef6\u5939 {0}\u3002
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=\u6587\u4ef6\u7cfb\u7edf {1} ({2}) \u4e2d\u5df2\u5b58\u5728\u6587\u4ef6 {0}\u3002
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=\u65e0\u6cd5\u5728\u6587\u4ef6\u7cfb\u7edf {1} \u7684\u6587\u4ef6\u5939 {0} \u4e2d\u521b\u5efa\u6587\u4ef6 {2}.{3}\u3002
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=\u5728\u5e26\u6709\u5f53\u524d\u9501\u5b9a [{3}] \u7684 {2} \u4e2d\uff0c\u7528\u4e8e\u6587\u4ef6 {1} \u7684\u9501\u5b9a [{0}] \u65e0\u6548\u3002
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=\u65e0\u6cd5\u4fee\u6539 filesystem.attributes \u6587\u4ef6\uff1a
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=\u5728\u6587\u4ef6\u5939 {0} \u4e2d\u627e\u4e0d\u5230\u6587\u4ef6 {1}\u3002
-
-
-# {0} - unused
-# {1} - unused
-# {2} - file path
-EXC_CannotLock={2} \u662f\u53ea\u8bfb\u7684\u3002
-
-# JAR
-
-# {0} - entry path
-# {1} - ZIP file path
-EXC_CannotLock_JAR={0} \u662f\u53ea\u8bfb\u7684\uff0c\u56e0\u4e3a\u5b83\u4f4d\u4e8e {1} \u4e2d\u3002
-
-# {0} = name of zip file 
-EXC_FileNotExists=\u6587\u4ef6 {0} \u4e0d\u5b58\u5728\u3002
-
-# {0} = name of zip file 
-EXC_CanntRead=\u65e0\u6cd5\u8bfb\u53d6\u6587\u4ef6 {0}\u3002
-
-# {0} = name of zip file 
-EXC_NotValidFile=\u6587\u4ef6 {0} \u51fa\u9519\u3002
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=JAR \u6587\u4ef6 {1} \u51fa\u9519\uff1a{0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=\u672a\u77e5\u7684 JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=\u591a\u6587\u4ef6\u7cfb\u7edf
-EXC_FileOutsideModified=\u627e\u4e0d\u5230\u6587\u4ef6 {0}\u3002\u53e6\u4e00\u5e94\u7528\u7a0b\u5e8f\u53ef\u80fd\u5df2\u79fb\u52a8\u8be5\u6587\u4ef6\u6216\u66f4\u6539\u5176\u540d\u79f0\u3002
-XML_NotValidXMLFileSystem=XML FileSystem \u65e0\u6548\u3002
-EXC_DefAttrReadErr=\u65e0\u6cd5\u8bfb\u53d6 DefaultAttributes\u3002
-EXC_UnreachableCode=\u5185\u90e8\u9519\u8bef\uff1a\u6267\u884c\u4e0d\u5230\u7684\u4ee3\u7801\u3002
-
-EXC_FolderCopy=\u4e0d\u652f\u6301\u6587\u4ef6\u5939\u590d\u5236\u3002
-XML_RootInvalid=FileSystem \u5143\u7d20\u5fc5\u987b\u662f\u6839\u5143\u7d20\u3002
-XML_MisssingAttr=\u7f3a\u5c11\u5c5e\u6027\u201c\u540d\u79f0\u201d
-XML_InaccurateParam=\u53c2\u6570\u6570\u91cf\u4e0d\u51c6\u786e
-XML_UnknownElement=\u672a\u77e5\u7684\u5143\u7d20\u3002
-XML_DuplElement=\u91cd\u590d\u7684\u6587\u4ef6\u5bf9\u8c61\uff1a
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={1} \u4e2d\u7684 {0}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=\u6253\u5f00 {0} \u7684\u6d41
-
diff --git a/l10n/src/zh_CN/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_zh_CN.properties
deleted file mode 100644
index 2102159..0000000
--- a/l10n/src/zh_CN/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u8f93\u5165/\u8f93\u51fa api
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u4e0e\u663e\u793a\u8f93\u51fa\u76f8\u5173\u7684 Open API\u3002
-OpenIDE-Module-Long-Description=\u5305\u542borg.openide.windows.* \u7684\u7c7b\uff0c\u4e0e\u521b\u5efa\u8f93\u51fa\u6807\u7b7e\uff0c\u663e\u793a\u8f93\u51fa\u53ca\u5c06\u5b83\u53d8\u6210\u8d85\u7ea7\u94fe\u63a5\u76f8\u5173\u3002
-
diff --git a/l10n/src/zh_CN/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_zh_CN.properties
deleted file mode 100644
index ec31c13..0000000
--- a/l10n/src/zh_CN/platform/org-openide-loaders/org-openide-loaders/org/netbeans/modules/templates/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Long-Description=\u6b64\u6a21\u5757\u5c06 Datasystems API \u4e0e\u811a\u672c API \u7ed1\u5b9a\u5728\u4e00\u8d77\u3002\u56e0\u6b64\uff0c\u53ef\u4ee5\u4f7f\u7528\u4efb\u610f\u811a\u672c\u548c\u6a21\u677f\u8bed\u8a00\u6765\u751f\u6210\u6a21\u677f\u3002
-OpenIDE-Module-Name=\u9ad8\u7ea7\u6a21\u677f
-OpenIDE-Module-Short-Description=\u9ad8\u7ea7\u6a21\u677f\u5e76\u975e\u53ea\u9002\u7528\u6570\u636e\u7cfb\u7edf
-
diff --git a/l10n/src/zh_CN/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_zh_CN.properties
deleted file mode 100644
index d8420e9..0000000
--- a/l10n/src/zh_CN/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,328 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Datasystems API
-OpenIDE-Module-Short-Description=\u7528\u4e8e\u64cd\u4f5c\u6570\u636e\u5bf9\u8c61\u7684 NetBeans Open API\u3002
-OpenIDE-Module-Long-Description=Datasystems API \u5728 Filesystems API \u7684\u4e0a\u5c42\uff0c\u5b83\u80fd\u8bc6\u522b\u6570\u636e\u5bf9\u8c61\uff0c\u5bf9\u5176\u8fdb\u884c\u5206\u7ec4\uff0c\u5e76\u4e3a\u5176\u6307\u5b9a\u7279\u5b9a\u7684\u8bed\u4e49\u3002\u5b83\u66fe\u662f\u5e38\u89c4 Open API \u7684\u4e00\u90e8\u5206\uff0c\u73b0\u5728\u88ab\u62c6\u5206\u4e3a\u72ec\u7acb\u7684\u6a21\u5757\u3002
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-
-#DefaultDataObject
-HINT_DefaultDataObject=\u672a\u8bc6\u522b\u7684\u6587\u4ef6
-
-EXC_SharedAccess=\u5171\u4eab\u8bbf\u95ee
-
-#Folder.Index
-EXC_ReorderFailed=\u65e0\u6cd5\u4fdd\u5b58\u65b0\u987a\u5e8f\u3002
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=\u65e0\u6cd5\u5220\u9664\u6587\u4ef6 {0}\u3002
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=\u94fe\u63a5\u81f3 {3}\u3002
-
-PROP_ShadowOriginalName=\u539f\u59cb\u540d\u79f0
-HINT_ShadowOriginalName=\u6b64\u94fe\u63a5\u5f15\u7528\u7684\u5bf9\u8c61\u540d\u79f0\u3002
-PROP_ShadowOriginalFileSystem=\u521d\u59cb Filesystem \u540d\u79f0
-HINT_ShadowOriginalFileSystem=\u539f\u59cb\u5bf9\u8c61\u7684\u6587\u4ef6\u7cfb\u7edf\u540d\u79f0\u3002
-
-# DataNode
-PROP_name=\u540d\u79f0
-HINT_name=\u6b64\u5bf9\u8c61\u7684\u540d\u79f0\u3002
-PROP_template=\u6a21\u677f
-HINT_template=\u5982\u679c\u4e3a True\uff0c\u5219\u6b64\u5bf9\u8c61\u662f\u6a21\u677f\uff08\u53ef\u4ee5\u6784\u5efa\u81ea\u8eab\u7684\u5b9e\u4f8b\uff09\u3002
-PROP_files=\u6240\u6709\u6587\u4ef6
-HINT_files=\u6b64\u5bf9\u8c61\u8868\u793a\u7684\u6587\u4ef6\u7684\u5217\u8868\u3002
-PROP_size=\u6587\u4ef6\u5927\u5c0f
-HINT_size=\u6b64\u6587\u4ef6\u7684\u957f\u5ea6\uff08\u4ee5\u5b57\u8282\u4e3a\u5355\u4f4d\uff09\u3002\uff08\u4ec5\u9002\u7528\u5728\u201c\u6240\u6709\u6587\u4ef6\u201d\u4e2d\u5217\u51fa\u7684\u7b2c\u4e00\u4e2a\u6587\u4ef6\u3002\uff09
-PROP_lastModified=\u4fee\u6539\u65f6\u95f4
-HINT_lastModified=\u4e0a\u6b21\u4fee\u6539\u6b64\u6587\u4ef6\u7684\u65f6\u95f4\u3002\uff08\u4ec5\u9002\u7528\u5728\u201c\u6240\u6709\u6587\u4ef6\u201d\u4e2d\u5217\u51fa\u7684\u7b2c\u4e00\u4e2a\u6587\u4ef6\u3002\uff09
-PROP_extension=\u6269\u5c55
-HINT_extension=\u4e3b\u6587\u4ef6\u6269\u5c55\u540d\u3002
-ERROR_extension=\u65e0\u6cd5\u66f4\u6539\u6269\u5c55\u540d\u3002\u5df2\u4fee\u6539\u6587\u4ef6\u3002
-
-# name of set with sorting options
-PROP_sorting=\u6392\u5e8f
-HINT_sorting=\u6392\u5e8f\u548c\u987a\u5e8f\u8bbe\u7f6e\u3002
-
-#
-# folder sort mode property
-PROP_sort=\u6392\u5e8f\u6a21\u5f0f
-HINT_sort=\u786e\u5b9a\u5e94\u5982\u4f55\u5bf9\u5305\u4e2d\u7684\u5bf9\u8c61\u8fdb\u884c\u6392\u5e8f\u3002
-# SortModeEditor
-VALUE_sort_none=\u672a\u6392\u5e8f
-VALUE_sort_names=\u6309\u540d\u79f0
-VALUE_sort_class=\u6309\u7c7b\u578b
-VALUE_sort_folder_names=\u6309\u540d\u79f0\uff08\u5305\u4f18\u5148\uff09
-VALUE_sort_last_modified=\u6309\u4fee\u6539\u65f6\u95f4
-VALUE_sort_size=\u6309\u6587\u4ef6\u5927\u5c0f
-
-
-#
-# Names of paste types
-#
-PT_move=\u79fb\u52a8(&M)
-PT_copy=\u590d\u5236(&C)
-PT_instantiate=\u5b9e\u4f8b\u5316(&I)
-PT_shadow=\u521b\u5efa\u94fe\u63a5(&L)
-PT_serialize=\u5e8f\u5217\u5316(&S)
-PT_instance=\u7f3a\u7701\u5b9e\u4f8b(&D)
-
-# 
-SerializeBean_Text=\u5b9e\u4f8b\u5e8f\u5217\u5316\u7684\u76ee\u6807\u6587\u4ef6\u7684\u540d\u79f0(&N)
-SerializeBean_Title=\u5b9e\u4f8b\u5e8f\u5217\u5316
-
-#
-# new folder
-#
-CTL_NewFolder=\u6587\u4ef6\u5939
-CTL_NewFolderName=\u540d\u79f0(&N)\uff1a
-CTL_NewFolderTitle=\u521b\u5efa\u65b0\u6587\u4ef6\u5939
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=\u6587\u4ef6\u5939 {1} \u4e2d\u5df2\u5b58\u5728\u6587\u4ef6 {0}\u3002
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=\u6587\u4ef6\u5939 {1} \u4e2d\u5df2\u5b58\u5728\u6587\u4ef6\u5939 {0}\u3002
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=\u6587\u4ef6 {1} \u4f3c\u4e4e\u592a\u5927 ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb})\uff0c\u65e0\u6cd5\u5b89\u5168\u6253\u5f00\u3002\n\u6253\u5f00\u8be5\u6587\u4ef6\u53ef\u80fd\u4f1a\u5bfc\u81f4 OutOfMemoryError\uff0c\u8fd9\u5c06\u4f7f IDE \u65e0\u6cd5\u4f7f\u7528\u3002\u662f\u5426\u786e\u5b9e\u8981\u6253\u5f00\u5b83\uff1f
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML \u914d\u7f6e\u6587\u4ef6
-PROP_XmlError=\u9519\u8bef\uff08\u53ef\u6062\u590d\uff09
-PROP_XmlWarning=\u8b66\u544a
-PROP_XmlFatalError=\u81f4\u547d\u9519\u8bef
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0} \"{1}\" [{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=\u65e0\u6cd5\u521b\u5efa\u6587\u4ef6\u5939\uff1b{0} \u4e0d\u662f\u6709\u6548\u7684\u540d\u79f0\u3002
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=\u65e0\u6cd5\u590d\u5236 {0}\uff1a\u76ee\u6807\u6587\u4ef6\u5939\u4e0e\u6e90\u6587\u4ef6\u5939\u76f8\u540c\u3002
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=\u65e0\u6cd5\u590d\u5236 {0}\uff1a\u76ee\u6807\u6587\u4ef6\u5939\u662f\u6e90\u6587\u4ef6\u5939\u7684\u5b50\u6587\u4ef6\u5939\u3002
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=\u65b0\u5efa\u5411\u5bfc - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=\u65b0\u5efa\u5411\u5bfc
-LAB_TemplateChooserPanelName=\u9009\u62e9\u6a21\u677f
-LAB_SelectTemplateBorder=\u9009\u62e9\u6a21\u677f(&S)\uff1a
-MSG_NoDescription=\u65e0\u63cf\u8ff0
-MSG_InitDescription=\u6b63\u5728\u521d\u59cb\u5316\u63cf\u8ff0...
-LAB_TemplateDescriptionBorder=\u6a21\u677f\u63cf\u8ff0(&T)\uff1a
-LAB_TargetLocationPanelName=\u76ee\u6807\u4f4d\u7f6e
-LAB_TargetLocationDescription=\u8bf7\u4e3a\u65b0\u5efa\u5bf9\u8c61\u9009\u62e9\u6587\u4ef6\u5939\uff0c\u6216\u5728\u4e0b\u9762\u8f93\u5165\u6587\u4ef6\u5939\u540d\u79f0\uff1a
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/A
-ACSD_TemplateWizard1=N/A
-
-CTL_NewObjectName=\u540d\u79f0(&N)\uff1a
-ACSD_NewObjectName=N/A
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/A
-
-LBL_settingsNodeName=\u8bbe\u7f6e
-EXC_folder_delete_failed=\u65e0\u6cd5\u5728\u79fb\u52a8\u6e90\u6587\u4ef6\u5939\u65f6\u5c06\u5176\u5220\u9664\u3002
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<\u9876\u90e8\u6587\u4ef6\u5939> [{0}]
-FMT_DefaultNewObjectName=<\u7f3a\u7701\u540d\u79f0>
-
-LBL_shadow_loader_display_name=\u94fe\u63a5
-LBL_folder_loader_display_name=\u6587\u4ef6\u5939
-LBL_default_loader_display_name=\u672a\u8bc6\u522b\u7684\u5bf9\u8c61
-LBL_instance_loader_display_name=\u64cd\u4f5c\u5b9e\u4f8b
-
-FMT_CannotCopyDo=\u8b66\u544a\uff1a\u65e0\u6cd5\u590d\u5236\u5bf9\u8c61 {0}\u3002
-FMT_CannotMoveDo=\u8b66\u544a\uff1a\u65e0\u6cd5\u79fb\u52a8\u5bf9\u8c61 {0}\u3002
-
-# InstanceDataObject
-LBL_separator_instance=\uff08\u5206\u9694\u7b26\uff09
-PROP_instance_class=\u7c7b\u540d
-HINT_instance_class=\u6240\u8868\u793a\u7684\u5bf9\u8c61\u7684 Java \u7c7b\u540d\u3002
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=\u4fdd\u5b58 {0} Bean \u65f6\u51fa\u73b0\u95ee\u9898\u3002
-
-FMT_brokenShadowName={0}\uff08\u4e2d\u65ad\u94fe\u63a5\uff09
-HINT_brokenShadowOriginalName=\u4e2d\u65ad\u94fe\u63a5
-PROP_brokenShadowOriginalName=\u4e2d\u65ad\u94fe\u63a5
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=\u4e2d\u65ad\u94fe\u63a5 Filesystem
-HINT_brokenShadowFileSystem=\u4e2d\u65ad\u94fe\u63a5 Filesystem
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<\u672a\u8bc6\u522b\u7684\u8bbe\u7f6e>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=\u6570\u636e\u5bf9\u8c61\u590d\u5236\u98ce\u683c
-LBL_DOcut=\u6570\u636e\u5bf9\u8c61\u526a\u5207\u98ce\u683c
-#NewObjectPanel
-LAB_NewObjectPanelName=\u65b0\u5bf9\u8c61\u540d\u79f0
-FMT_DefaultNewObject=<\u7f3a\u7701>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=\u65e0\u6cd5\u6062\u590d\u7c7b\u578b\u4e3a {0} \u7684\u5bf9\u8c61\u7684\u5f39\u51fa\u5f0f\u83dc\u5355\uff1b\u4f7f\u7528\u7f3a\u7701\u8bbe\u7f6e\u3002
-LBL_loader_display_name=\u52a0\u8f7d\u5668
-
-MSG_renameError=\u65e0\u6cd5\u5c06\u6b64\u5bf9\u8c61\u7531 {0} \u91cd\u547d\u540d\u4e3a {1}\u3002
-MSG_NotValidName=\u4e0d\u80fd\u4e3a {0} \u6307\u5b9a\u7a7a\u540d\u79f0\u3002
-ERR_NoFilesystem=\u65e0\u542f\u7528\u7684\u6587\u4ef6\u7cfb\u7edf\u3002\u8bf7\u786e\u4fdd\u81f3\u5c11\u6709\u4e00\u4e2a\u6587\u4ef6\u7cfb\u7edf\u4e0d\u662f\u53ea\u8bfb\u7684\u5e76\u4e14\u672a\u88ab\u9690\u85cf\u3002
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=\u76ee\u6807\u6587\u4ef6\u7cfb\u7edf\u6216\u6587\u4ef6\u5939\u4e0d\u5b58\u5728\u3002
-MSG_fs_is_readonly=\u76ee\u6807\u6587\u4ef6\u7cfb\u7edf\u662f\u53ea\u8bfb\u7684\u3002
-# {0} - name of the existing file
-MSG_file_already_exist=\u6587\u4ef6 {0} \u5df2\u5b58\u5728\u3002
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=Filesystem \u64cd\u4f5c
-#InstantiateAction
-Instantiate=\u5b9e\u4f8b\u5316
-#SaveAsTemplateAction
-SaveAsTemplate=\u53e6\u5b58\u4e3a\u6a21\u677f...
-Title_SaveAsTemplate=\u53e6\u5b58\u4e3a\u6a21\u677f
-CTL_SaveAsTemplate=\u9009\u62e9\u7528\u4e8e\u663e\u793a\u65b0\u6a21\u677f\u7684\u7c7b\u522b(&S)\uff1a
-CTL_SaveAsTemplate_TemplatesRoot=\u6a21\u677f
-SaveAll=\u5168\u90e8\u4fdd\u5b58(&A)
-HINT_SaveAll=\u4fdd\u5b58\u6240\u6709\u6587\u4ef6\uff08\u5982\u679c\u542f\u7528\u4e86\u201c\u5728\u4fdd\u5b58\u65f6\u7f16\u8bd1\u201d\u529f\u80fd\uff0c\u6b64\u64cd\u4f5c\u8fd8\u4f1a\u7f16\u8bd1/\u751f\u6210\u6587\u4ef6\uff09
-# FileSystemRefreshAction
-LAB_Refresh=\u5237\u65b0\u6587\u4ef6\u5939
-# NewTemplateAction
-EXC_TemplateFailed=\u4ece\u6a21\u677f\u521b\u5efa\u5bf9\u8c61\u5931\u8d25\u3002
-NewTemplate=\u65b0\u5efa(&N)
-NewTemplateAction=\u6240\u6709\u6a21\u677f...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=\u7a7a
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=\u6b63\u5728\u6253\u5f00 {0}...
-
-# {0} = name of the data object
-MSG_SaveFile=\u5df2\u4fee\u6539\u6587\u4ef6 {0}\u3002\u662f\u5426\u4fdd\u5b58\uff1f
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\uff08\u5df2\u4fee\u6539\uff09
-TIP_editor_ro=\uff08\u53ea\u8bfb\uff09
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=\u6587\u4ef6 {0} \u5df2\u66f4\u6539\u4e3a\u53ea\u8bfb\uff01\u6240\u6709\u66f4\u6539\u90fd\u5c06\u88ab\u653e\u5f03\u3002
-MSG_FileReadOnlySaving=\u6587\u4ef6 {0} \u5df2\u66f4\u6539\u4e3a\u53ea\u8bfb\uff01\u65e0\u6cd5\u4fdd\u5b58\u8be5\u6587\u4ef6\u3002
-MSG_FileReadOnlyChanging=\u6587\u4ef6 {0} \u5df2\u66f4\u6539\u4e3a\u53ea\u8bfb\uff01
-
-
-MSG_BinaryFileQuestion=\u6b64\u6587\u4ef6\u4f3c\u4e4e\u5305\u542b\u4e8c\u8fdb\u5236\u6570\u636e\u3002\u662f\u5426\u786e\u5b9e\u8981\u5728\u6587\u672c\u7f16\u8f91\u5668\u4e2d\u6253\u5f00\u5b83\uff1f
-MSG_BinaryFileWarning=\u68c0\u6d4b\u5230\u4e8c\u8fdb\u5236\u6587\u4ef6
-
-CTL_SaveAsAction=\u53e6\u5b58\u4e3a(&V)...
-MSG_SaveAsFailed=\u4fdd\u5b58 {0} \u65f6\u51fa\u73b0\u4e00\u4e9b\u95ee\u9898\n\u539f\u56e0\uff1a{1}
-LBL_SaveAsTitle=\u53e6\u5b58\u4e3a
-MSG_CannotCreateTargetFolder=\u65e0\u6cd5\u521b\u5efa\u76ee\u6807\u6587\u4ef6\u5939\u3002
-MSG_SaveAs_SameFileSelected=\u8bf7\u9009\u62e9\u5176\u4ed6\u6587\u4ef6\u540d\u3002
-MSG_SaveAs_SameFileSelected_Title=\u53e6\u5b58\u4e3a
-
diff --git a/l10n/src/zh_CN/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_zh_CN.properties
deleted file mode 100644
index 224d56f..0000000
--- a/l10n/src/zh_CN/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u6a21\u5757\u7cfb\u7edf API
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u7528\u4e8e\u83b7\u53d6\u5b89\u88c5\u7684\u6a21\u5757\u76f8\u5173\u4fe1\u606f\u7684 API\u3002
-OpenIDE-Module-Long-Description=\u5141\u8bb8\u83b7\u53d6\u5b89\u88c5\u7684\u6a21\u5757\u5217\u8868\uff0c\u68c0\u67e5\u5176\u5c5e\u6027\u548c\u4f9d\u8d56\u5173\u7cfb\u3002
-
diff --git a/l10n/src/zh_CN/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_zh_CN.properties
deleted file mode 100644
index 64616e0..0000000
--- a/l10n/src/zh_CN/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,99 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\u8282\u70b9 API
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u7528\u4e8e\u5b9a\u4e49\u7c7b\u4f3c\u4e8e\u6811\u7684\u901a\u7528\u7ed3\u6784\u7684 API\u3002
-OpenIDE-Module-Long-Description=\u901a\u8fc7\u5b9a\u4e49\u8282\u70b9\uff0c\u5728\u7c7b\u4f3c\u4e8e\u6811\u7684\u7ed3\u6784\u4e0a\u63d0\u4f9b\u62bd\u8c61 - \u8d44\u6e90\u7ba1\u7406\u5668 API \u53ef\u968f\u540e\u663e\u793a\u7684\u901a\u7528\u53ef\u6269\u5c55\u63a5\u53e3\u3002
-
-
-
-#Sheet
-Properties=\u5c5e\u6027
-Expert=\u4e13\u5bb6
-HINT_Properties=\u6b64\u5bf9\u8c61\u7684\u5c5e\u6027\u3002
-HINT_Expert=\u6b64\u5bf9\u8c61\u7684\u4e13\u5bb6\u5c5e\u6027\u3002
-
-#indexed customizer
-LAB_order=\u66f4\u6539\u987a\u5e8f
-LAB_listOrder=\u6309\u6b64\u987a\u5e8f\u663e\u793a\u8fd9\u4e9b\u57df\uff1a
-LAB_listOrder_Mnemonic=S
-Button_close=\u5173\u95ed
-Button_close_Mnemonic=C
-Button_up=\u4e0a\u79fb
-Button_up_Mnemonic=U
-Button_down=\u4e0b\u79fb
-Button_down_Mnemonic=D
-
-ACSD_Button_close=N/A
-ACSD_Button_up=N/A
-ACSD_Button_down=N/A
-ACSD_ListOrder=N/A
-ACSD_IndexedCustomizer=N/A
-
-#PropertySupport
-CTL_StandardName=\u540d\u79f0
-CTL_StandardHint=\u5bf9\u8c61\u7684\u540d\u79f0\u3002
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=\u7c98\u8d34\u8282\u70b9
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=\u590d\u5236\u7d22\u5f15
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=\u8bf7\u7a0d\u5019...
-
diff --git a/l10n/src/zh_CN/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_zh_CN.properties
deleted file mode 100644
index fc29ab2..0000000
--- a/l10n/src/zh_CN/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\u8bbe\u7f6e\u9009\u9879 API
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u63d0\u4f9b\u5b58\u50a8\u9996\u9009\u9879\u652f\u6301\u3002
-OpenIDE-Module-Long-Description=\u5728\u591a\u4e2a\u57fa\u4e8e NetBeans \u7684\u5e94\u7528\u7a0b\u5e8f\u8c03\u7528\u95f4\u63d0\u4f9b\u7b80\u5316\u8bbe\u7f6e\u5b58\u50a8\u7684\u7c7b\u3002
-OpenIDE-Module-Deprecation-Message=\u6539\u7528 org.openide.util.NbPreferences\u3002
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=\u5728 {0}.{1} \u4e0a\u8c03\u7528\u5c5e\u6027 getter \u65f6\u51fa\u73b0\u5f02\u5e38
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/zh_CN/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_zh_CN.properties
deleted file mode 100644
index 9abacb8..0000000
--- a/l10n/src/zh_CN/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,137 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\u6587\u672c API
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u5305\u88c5\u57fa\u4e8e Swing \u7684\u7f16\u8f91\u5668\u5de5\u5177\u5305\u7684\u901a\u7528 API\u3002
-OpenIDE-Module-Long-Description=\u4e3a\u5b9a\u4e49\u5d4c\u5165 Swing \u6587\u672c\u7f16\u8f91\u5668\u7684\u7ec4\u4ef6\u63d0\u4f9b\u652f\u6301\u3002
-
-
-
-# Editor top component
-CTL_ModeName=\u7f16\u8f91\u5668
-
-# Print settings
-CTL_Print_settings=\u6253\u5370\u8bbe\u7f6e
-CTL_Header_format = \u5728 {1} \u6253\u5370 {2}
-CTL_Footer_format = \u7b2c {0} \u9875
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=\u9875\u9762\u683c\u5f0f
-HINT_PAGE_FORMAT=\u9875\u9762\u683c\u5f0f
-PROP_WRAP=\u81ea\u52a8\u6362\u884c
-HINT_WRAP=\u662f\u5426\u8981\u81ea\u52a8\u6362\u884c\uff1f
-PROP_HEADER_FORMAT=\u9875\u7709\u683c\u5f0f
-
-HINT_HEADER_FORMAT=\u4f8b\u5982\uff0c\u201c\u6587\u4ef6 {2} \u7684\u7b2c {0} \u9875\u9876\u90e8\uff08\u6253\u5370\u65e5\u671f\u4e3a {1}\uff09\u201d\u3002
-PROP_FOOTER_FORMAT=\u9875\u811a\u683c\u5f0f
-HINT_FOOTER_FORMAT=\u4f8b\u5982\uff0c\u201c\u6587\u4ef6 {2} \u7684\u7b2c {0} \u9875\u5e95\u90e8\uff08\u6253\u5370\u65e5\u671f\u4e3a {1}\uff09\u201d\u3002
-PROP_HEADER_FONT=\u9875\u7709\u5b57\u4f53
-HINT_HEADER_FONT=\u8bbe\u7f6e\u9875\u7709\u5b57\u4f53\u3002
-PROP_FOOTER_FONT=\u9875\u811a\u5b57\u4f53
-HINT_FOOTER_FONT=\u8bbe\u7f6e\u9875\u811a\u5b57\u4f53\u3002
-PROP_HEADER_ALIGNMENT=\u9875\u7709\u5bf9\u9f50\u65b9\u5f0f
-HINT_HEADER_ALIGNMENT=\u9875\u7709\u5bf9\u9f50\u65b9\u5f0f - LEFT\uff0cCENTER\uff0cRIGHT\u3002
-PROP_FOOTER_ALIGNMENT=\u9875\u811a\u5bf9\u9f50\u65b9\u5f0f
-HINT_FOOTER_ALIGNMENT=\u9875\u811a\u5bf9\u9f50\u65b9\u5f0f - LEFT\u3001CENTER\u3001RIGHT\u3002
-PROP_LINE_ASCENT_CORRECTION=\u884c\u8ddd\u8c03\u6574
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=\u884c\u8ddd\u8c03\u6574\u56e0\u5b50\u3002
-
-# Alignment Prop Editor
-CTL_CENTER = CENTER
-CTL_RIGHT = RIGHT
-CTL_LEFT = LEFT
-
-# Cancellation
-CTL_Print_progress=\u9875\u53f7 {0} \u5df2\u6253\u5370\u3002
-CTL_Print_cancellation=\u6253\u5370\u4f5c\u4e1a\u8fdb\u5ea6
-CTL_Cancel=\u53d6\u6d88
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=\u5f53\u524d\u6253\u5370\u673a\u4f5c\u4e1a\u5df2\u7ec8\u6b62\u3002
-EXC_Printer_Problem=\u6253\u5370\u673a\u6545\u969c\uff1a{0}
-EXC_ReadOnlyFile=\u6587\u4ef6 {0} \u662f\u53ea\u8bfb\u7684\u3002
-EXC_LoadDocument=\u65e0\u6cd5\u88c5\u5165\u6587\u6863 {0}\u3002
-LBL_EditorLoading=\u6b63\u5728\u88c5\u5165...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=\u95ee\u9898
-CTL_Save=\u4fdd\u5b58
-ACSN_CTL_Save=N/A
-ACSD_CTL_Save=N/A
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=\u653e\u5f03
-CTL_Discard_Mnemonic=D
-ACSN_CTL_Discard=N/A
-ACSD_CTL_Discard=N/A
-
-# PositionBounds
-MSG_Empty_string=\u65e0\u6cd5\u63d2\u5165\u7a7a\u5b57\u7b26\u4e32
-#editor support warning message
-FMT_FileNotFound=\u8b66\u544a\uff1a\u6587\u4ef6 {0} \u672a\u627e\u5230\u6216\u65e0\u6cd5\u8bbf\u95ee\u3002
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=\u5df2\u5728\u5916\u90e8\u4fee\u6539\u4e86\u6587\u4ef6 {0}\u3002\u662f\u5426\u91cd\u65b0\u88c5\u5165\u5b83\uff1f
-FMT_External_change_write=\u5df2\u5728\u5916\u90e8\u4fee\u6539\u4e86\u6587\u4ef6 {0}\u3002\u662f\u5426\u8981\u8986\u76d6\uff1f
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=\u60a8\u6307\u5b9a\u4e86\u65e0\u6548\u7684\u6587\u4ef6\u3002\u8bf7\u68c0\u67e5\u8def\u5f84\u3002
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=\u7528\u4e8e {0} \u7684\u7f16\u8f91\u5668
-ACSD_CloneableEditor_QuietEditorPane=\u7528\u4e8e {0} \u7684\u7f16\u8f91\u5668
-TITLE_SourceButton=\u6e90
-
-
diff --git a/l10n/src/zh_CN/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_zh_CN.properties
deleted file mode 100644
index 5e3bda9..0000000
--- a/l10n/src/zh_CN/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u65e7\u7684\u679a\u4e3e API
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u679a\u4e3e API \u4f4d\u4e8e\u9519\u8bef\u7684\u5305\u4e2d\u3002
-OpenIDE-Module-Long-Description=\u679a\u4e3e API \u4f4d\u4e8e\u9519\u8bef\u7684\u5305 org.openide.util.enum \u4e2d\uff0c\u7531\u4e8e enum \u662f\u4e00\u4e2a\u5173\u952e\u5b57\uff0c\u56e0\u6b64\u65e0\u6cd5\u4f7f\u7528 Java 1.5 \u7f16\u8bd1\u5b83\u3002\u5c06\u7531\u7c7b org.openide.util.Enumerations \u66ff\u6362\u3002
-OpenIDE-Module-Deprecation-Message=\u8bf7\u4f7f\u7528 org.openide.util.Enumerations \u6765\u66ff\u6362\u6b64\u6a21\u5757\u3002
-
diff --git a/l10n/src/zh_CN/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_zh_CN.properties
deleted file mode 100644
index c872258..0000000
--- a/l10n/src/zh_CN/platform/org-openide-util-lookup/netbeans/lib/org-openide-util-lookup/org/openide/util/lookup/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=\u67e5\u627e
-
diff --git a/l10n/src/zh_CN/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_zh_CN.properties
deleted file mode 100644
index ce6fc54..0000000
--- a/l10n/src/zh_CN/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,158 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u5b9e\u7528\u7a0b\u5e8f API
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u57fa\u672c\u5b9e\u7528\u7a0b\u5e8f API\u3002
-OpenIDE-Module-Long-Description=\u5404\u79cd\u5e2e\u52a9\u7a0b\u5e8f\u65b9\u6cd5\u548c\u57fa\u672c\u6982\u5ff5\u5b9a\u4e49\uff0c\u5305\u62ec\u64cd\u4f5c\u3001\u67e5\u627e\u3001\u56fe\u50cf\u5904\u7406\u3001\u5e76\u884c\u6267\u884c\u4ee5\u53ca\u6807\u8bb0\u652f\u6301\u3002
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=HTTP \u670d\u52a1\u5668\u5df2\u7ecf\u6ce8\u518c\u3002\u60a8\u4e0d\u80fd\u540c\u65f6\u4f7f\u7528\u4e24\u4e2a\u670d\u52a1\u5668\u3002
-SERVER_CANNOT_UNREGISTER=\u4e00\u4e2a\u6a21\u5757\u5c1d\u8bd5\u5bf9\u53e6\u4e00\u4e2a\u6a21\u5757\u63d0\u4f9b\u7684 HTTP \u670d\u52a1\u5668\u53d6\u6d88\u6ce8\u518c\u3002
-
-MSG_ToNowhere=\u65e0\u76ee\u7684
-MSG_To=to
-
-MSG_NoServerRegistered=\u672a\u6ce8\u518c\u670d\u52a1\u5668\u3002
-MSG_TooManyArguments=\u592a\u591a\u53c2\u6570
-MSG_UnmatchedBraces=\u6a21\u5f0f\u4f4d\u7f6e\u4e2d\u5177\u6709\u4e0d\u5339\u914d\u7684\u82b1\u62ec\u53f7
-
-# NbBundle
-MSG_FMT_ObjectForKey=\u672a\u627e\u5230\u7528\u4e8e\u952e {0} \u7684\u5bf9\u8c61
-MSG_ClassFinderAlreadySet=ClassFinder \u5df2\u7ecf\u8bbe\u7f6e\u3002
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=\u8b66\u544a\uff1a\u4e0d\u80fd\u88c5\u5165\u8f6c\u6362\u8868\uff1a{0}
-PROGRESS_CURSOR=\u8fdb\u5ea6\u5149\u6807
-
diff --git a/l10n/src/zh_CN/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_zh_CN.properties
deleted file mode 100644
index 1bde736..0000000
--- a/l10n/src/zh_CN/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=\u591a\u4e2a\u5bf9\u8c61\u98ce\u683c
-
-Create=\u521b\u5efa
-Paste=\u7c98\u8d34
-
diff --git a/l10n/src/zh_CN/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_zh_CN.properties
deleted file mode 100644
index 3b1122b..0000000
--- a/l10n/src/zh_CN/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,72 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\u7a97\u53e3\u7cfb\u7edf API
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u7528\u4e8e\u7ba1\u7406\u5c4f\u5e55\u4e0a\u7ec4\u4ef6\u7684 API\u3002
-OpenIDE-Module-Long-Description=\u5229\u7528\u5411\u7528\u6237\u5c55\u793a\u7ec4\u4ef6\u8fd9\u4e00\u601d\u60f3\uff0c\u4e3a\u64cd\u4f5c\u7cfb\u7edf\u548c MDI/SDI \u63d0\u4f9b\u4e2d\u6027\u7684\u62bd\u8c61 API\u3002
-
-
-
-# name of empty workspace
-None=\u65e0
-
-#CloneableTopComponent
-EXC_CannotAssign=\u4e0d\u80fd\u5c06\u7ec4\u4ef6\u8d4b\u503c\u4e3a EMPTY
-
-#TopComponent
-EXC_UnknownOperation=\u672a\u77e5\u7684\u5173\u95ed\u64cd\u4f5c
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=\u901a\u8fc7 {0} \u8c03\u7528\u4f5c\u4e3a {3} \u5b9e\u73b0\u7684 {2}
-
diff --git a/l10n/src/zh_CN/platform/print/print/org/netbeans/modules/print/action/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/print/print/org/netbeans/modules/print/action/Bundle_zh_CN.properties
deleted file mode 100644
index 1641831..0000000
--- a/l10n/src/zh_CN/platform/print/print/org/netbeans/modules/print/action/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=\u9875\u9762\u8bbe\u7f6e(&G)...
-
-# PrintAction
-TLT_Print_Action=\u6253\u5370
-MNU_Print_Action=\u6253\u5370(&P)...
-ACT_Print_Action=\u6253\u5370 - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/zh_CN/platform/print/print/org/netbeans/modules/print/resources/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/print/print/org/netbeans/modules/print/resources/Bundle_zh_CN.properties
deleted file mode 100644
index 2f6729e..0000000
--- a/l10n/src/zh_CN/platform/print/print/org/netbeans/modules/print/resources/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u6253\u5370
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u5b9e\u73b0\u6253\u5370\u6a21\u5757\u3002
-OpenIDE-Module-Long-Description=\u5b9e\u73b0\u6253\u5370\u6a21\u5757\u3002
-
-# layer.xml
-Actions/File=\u6587\u4ef6
-
diff --git a/l10n/src/zh_CN/platform/print/print/org/netbeans/modules/print/ui/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/print/print/org/netbeans/modules/print/ui/Bundle_zh_CN.properties
deleted file mode 100644
index 0057d91..0000000
--- a/l10n/src/zh_CN/platform/print/print/org/netbeans/modules/print/ui/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,128 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=\u6253\u5370\u673a\u6545\u969c\uff1a{0}
-LBL_Page_Setup_Button=\u9875\u9762\u8bbe\u7f6e(&S)
-TLT_Page_Setup_Button=\u8c03\u7528\u201c\u9875\u9762\u8bbe\u7f6e\u201d\u5bf9\u8bdd\u6846
-LBL_Print_Option_Button=\u6253\u5370\u9009\u9879(&O)
-TLT_Print_Option_Button=\u8c03\u7528\u201c\u6253\u5370\u9009\u9879\u201d\u5bf9\u8bdd\u6846
-LBL_Print_Button=\u6253\u5370(&P)
-TLT_Print_Button=\u8c03\u7528\u201c\u6253\u5370\u201d\u5bf9\u8bdd\u6846
-LBL_Close_Button=\u5173\u95ed(&C)
-TLT_Close_Button=\u5173\u95ed\u201c\u6253\u5370\u9884\u89c8\u201d\u5bf9\u8bdd\u6846
-LBL_Print_Preview=\u6253\u5370\u9884\u89c8
-LBL_Fit_to_Width=\u9002\u5e94\u5bbd\u5ea6\u5927\u5c0f
-LBL_Fit_to_Height=\u9002\u5e94\u9ad8\u5ea6
-LBL_Fit_to_All=\u663e\u793a\u6240\u6709\u9875
-
-TLT_First=\u7b2c\u4e00\u9875(&F)
-TLT_Previous=\u4e0a\u4e00\u9875(&R)
-TLT_Next=\u4e0b\u4e00\u9875(&N)
-TLT_Last=\u6700\u540e\u4e00\u9875(&L)
-TLT_Fit=\u66f4\u6539\u6bd4\u4f8b(&S)
-TLT_Zoom_In=\u653e\u5927(&I)
-TLT_Zoom_Out=\u7f29\u5c0f(&U)
-TLT_Toggle=\u663e\u793a\u591a\u4e2a\u9875\u9762(&M)
-TLT_Goto=<html><body> <b>\u5bfc\u822a\uff1a</b> <br> \u6309 <code>/</code> \u6216 <code>F</code> \u53ef\u663e\u793a\u7b2c\u4e00\u9875 <br> \u6309 <b><code>-</code></b> \u6216 <code>G</code> \u53ef\u663e\u793a\u4e0a\u4e00\u9875 <br> \u6309 <b><code>+</code></b> \u6216 <code>K</code> \u53ef\u663e\u793a\u4e0b\u4e00\u9875 <br> \u6309 <code>*</code> \u6216 <code>L</code> \u53ef\u663e\u793a\u6700\u540e\u4e00\u9875 </body></html>
-
-TLT_Preview_Scale=<html><body> <b>\u8c03\u6574\u9884\u89c8\u6bd4\u4f8b\uff1a</b> <br> \u6309 <+> \u53ef\u653e\u5927\u6bd4\u4f8b <br> \u6309 <-> \u53ef\u7f29\u5c0f\u6bd4\u4f8b <br> \u6309 <code>Ctrl</code>-<+> \u53ef\u8fdb\u884c\u653e\u5927 <br> \u6309 <code>Ctrl</code>-<-> \u53ef\u8fdb\u884c\u7f29\u5c0f <br> \u6309 <code>/</code> \u53ef\u8bbe\u7f6e 100% <br> \u6309 <code>*</code> \u53ef\u5b9a\u5236\u89c6\u56fe <br><hr> \u4f7f\u7528\u9f20\u6807\u6eda\u8f6e\u548c <code>Ctrl</code> \u952e\u53ef\u8fdb\u884c\u653e\u5927/\u7f29\u5c0f <br> \u4f7f\u7528\u9f20\u6807\u6eda\u8f6e\u548c\u9f20\u6807\u53f3\u952e\u53ef\u8fdb\u884c\u653e\u5927/\u7f29\u5c0f <br> \u53cc\u51fb\u9f20\u6807\u5de6\u952e\u53ef\u8fdb\u884c\u653e\u5927 <br> \u53cc\u51fb\u9f20\u6807\u53f3\u952e\u53ef\u8fdb\u884c\u7f29\u5c0f <br></body></html>
-
-# Attribute
-LBL_Print_Options=\u6253\u5370\u9009\u9879
-LBL_Border=\u8fb9\u6846
-LBL_Print_Border=\u6253\u5370\u8fb9\u6846(&B)
-LBL_Print_Header=\u6253\u5370\u9875\u7709(&D)
-LBL_Print_Footer=\u6253\u5370\u811a\u6ce8(&F)
-LBL_Choose_Font=\u9009\u62e9\u5b57\u4f53
-LBL_Choose_Color=\u9009\u62e9\u989c\u8272
-LBL_Insert_Macros=\u63d2\u5165\u5b8f\uff1a
-LBL_Text=\u6587\u672c
-LBL_Line_Numbers=\u884c\u53f7(&U)
-LBL_Wrap_Lines=\u81ea\u52a8\u6362\u884c(&W)
-LBL_Use_Font=\u4f7f\u7528\u5b57\u4f53\u5c5e\u6027 // &X
-LBL_Use_Color=\u4f7f\u7528\u989c\u8272\u5c5e\u6027(&Q)
-LBL_As_Editor=\u6309\u7f16\u8f91\u5668\u4e2d\u7684\u5e03\u5c40\u6253\u5370 // &J
-LBL_Selection=\u6253\u5370\u9009\u62e9(&S)
-LBL_Line_Spacing=\u884c\u95f4\u8ddd(&P)\uff1a
-LBL_Text_Font_and_Color=\u6587\u672c\u5b57\u4f53\u548c\u989c\u8272(&R)\uff1a
-LBL_Background_Color=\u80cc\u666f\u989c\u8272(&G)\uff1a
-LBL_Zoom=\u7f29\u653e
-LBL_Header_Footer=\u9875\u7709\u548c\u9875\u811a
-LBL_Apply=\u5e94\u7528(&A)
-LBL_Left=\u5de6\u4fa7\uff1a
-LBL_Center=\u5c45\u4e2d\uff1a
-LBL_Right=\u53f3\u4fa7\uff1a
-
-ERR_Zoom_Value_Is_Invalid=\u7f29\u653e\u503c\u65e0\u6548\uff01
-ERR_Header_Size_Is_Too_Big=\u9875\u7709\u5c3a\u5bf8\u592a\u5927\uff01
-ERR_Footer_Size_Is_Too_Big=\u9875\u811a\u5c3a\u5bf8\u592a\u5927\uff01
-ERR_Page_Number_Is_Invalid=\u9875\u6570\u65e0\u6548\uff01
-ERR_Page_Number_Is_Too_Big=\u9875\u6570\u592a\u5927\uff01
-
-TLT_Apply=\u5e94\u7528\u66f4\u6539
-TLT_Border_Color=\u9009\u62e9\u8fb9\u6846\u989c\u8272(&C)
-TLT_Header_Font=\u9009\u62e9\u9875\u7709\u5b57\u4f53(&N)
-TLT_Header_Color=\u9009\u62e9\u9875\u7709\u989c\u8272(&O)
-TLT_Footer_Font=\u9009\u62e9\u9875\u811a\u5b57\u4f53(&T)
-TLT_Footer_Color=\u9009\u62e9\u9875\u811a\u989c\u8272(&L)
-TLT_Text_Font=\u9009\u62e9\u6587\u672c\u5b57\u4f53(&K)
-TLT_Text_Color=\u9009\u62e9\u6587\u672c\u989c\u8272(&R)
-TLT_Background_Color=\u9009\u62e9\u80cc\u666f\u989c\u8272(&G)
-TLT_Print_Zoom=\u8c03\u6574\u6253\u5370\u7f29\u653e
-TLT_Use_Font=\u4f7f\u7528\u5b57\u4f53(Alt+X)
-TLT_Use_Color=\u4f7f\u7528\u989c\u8272(Alt+Q)
-TLT_As_Editor=\u5728\u7f16\u8f91\u5668\u4e2d\u663e\u793a\u4e3a(Alt+J)
-TLT_Selection=\u6253\u5370\u9009\u62e9
-
-LBL_Pages=\u9875
-LBL_Fit_Width_to=\u9002\u5e94\u5bbd\u5ea6\u5927\u5c0f(&I)\uff1a
-TLT_Fit_Width_to=\u9002\u5e94\u5bbd\u5ea6\u5927\u5c0f
-LBL_Fit_Height_to=\u9002\u5e94\u9ad8\u5ea6\u5927\u5c0f(&E):
-TLT_Fit_Height_to=\u9002\u5e94\u9ad8\u5ea6\u5927\u5c0f
-LBL_Zoom_to=\u7f29\u653e\u81f3(&Z)\uff1a
-TLT_Zoom_to=\u7f29\u653e\u81f3
-LBL_Fit_to_Page=\u9002\u5e94\u9875\u9762\u5927\u5c0f(&Y)
-TLT_Fit_to_Page=\u9002\u5e94\u9875\u9762\u5927\u5c0f(Alt+Y)
-
diff --git a/l10n/src/zh_CN/platform/print/print/org/netbeans/modules/print/util/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/print/print/org/netbeans/modules/print/util/Bundle_zh_CN.properties
deleted file mode 100644
index 4b1d580..0000000
--- a/l10n/src/zh_CN/platform/print/print/org/netbeans/modules/print/util/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0}/{1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=\u6253\u5370\u7ec4\u4ef6\u7684\u540d\u79f0
-ROW=\u884c\u53f7
-COLUMN=\u5217\u53f7
-USER=\u7528\u6237\u540d
-COUNT=\u9875\u6570
-MODIFIED_DATE=\u4e0a\u6b21\u4fee\u6539\u65e5\u671f
-MODIFIED_TIME=\u4e0a\u6b21\u4fee\u6539\u65f6\u95f4
-PRINTED_DATE=\u6253\u5370\u65e5\u671f
-PRINTED_TIME=\u6253\u5370\u65f6\u95f4
-
diff --git a/l10n/src/zh_CN/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_zh_CN.properties
deleted file mode 100644
index e889b4a..0000000
--- a/l10n/src/zh_CN/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u8fdb\u5ea6 UI
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u4efb\u52a1\u8fdb\u5ea6\u53ef\u89c6\u5316\u3002
-OpenIDE-Module-Long-Description=\u63d0\u4f9b\u6240\u6709\u8fd0\u884c\u4efb\u52a1\u7684\u89c6\u56fe\uff0c\u5e76\u4e14\u53ef\u5141\u8bb8\u5c06\u4efb\u52a1\u53d6\u6d88\uff0c\u7b49\u7b49\u3002
-
-NbProgressBar.tooltip1={0} \u4e2a\u4efb\u52a1\u6b63\u5728\u8fd0\u884c\u3002\u5355\u51fb\u4ee5\u4e86\u89e3\u8be6\u7ec6\u4fe1\u606f\u3002
-NbProgressBar.tooltip2={0} \u4e2a\u4efb\u52a1\u6b63\u5728\u8fd0\u884c\u3002\u5355\u51fb\u4ee5\u4e86\u89e3\u8be6\u7ec6\u4fe1\u606f\u3002
-ListComponent.btnClose.tooltip=\u5355\u51fb\u4ee5\u53d6\u6d88\u8fdb\u7a0b
-ListComponent.bar.tooltip=\u5355\u51fb\u4ee5\u76d1\u89c6\u8fdb\u7a0b
-Cancel_Question=\u662f\u5426\u786e\u5b9e\u8981\u53d6\u6d88 {0}\uff1f
-Cancel_Question_Title=\u53d6\u6d88\u8fd0\u884c\u7684\u4efb\u52a1
-StatusLineComponent.ShowProcessList=\u663e\u793a\u8fdb\u7a0b
-StatusLineComponent.Cancel=\u53d6\u6d88\u8fdb\u7a0b
-StatusLineComponent.View=\u663e\u793a\u8f93\u51fa
-ListComponent.Watch=\u76d1\u89c6\u8fdb\u7a0b
-
-RunOffAWT.TITLE_Operation=\u6b63\u5728\u8fdb\u884c\u957f\u65f6\u95f4\u64cd\u4f5c
-RunOffAWT.BTN_Cancel=\u53d6\u6d88
-
-# ProgressListAction
-CTL_ProcessListAction=\u8fdb\u7a0b(&P)
-
-# CancelAction
-CTL_CancelAction=\u53d6\u6d88\u8fdb\u7a0b
-
-#AbstractWindowRunner
-ModalDialog.btnClose.tooltip=\u5355\u51fb\u4ee5\u53d6\u6d88\u8fdb\u7a0b
-ModalDialog.btnClose.text=\u53d6\u6d88
-ModalDialog.btnClose.accessibleName=\u53d6\u6d88
-ModalDialog.btnClose.accessibleDescription=\u53d6\u6d88\u5f53\u524d\u8fdb\u7a0b
-
-
diff --git a/l10n/src/zh_CN/platform/queries/queries/org/netbeans/modules/queries/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/queries/queries/org/netbeans/modules/queries/Bundle_zh_CN.properties
deleted file mode 100644
index 2815fef..0000000
--- a/l10n/src/zh_CN/platform/queries/queries/org/netbeans/modules/queries/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u5e38\u89c4\u67e5\u8be2 API
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Short-Description=\u5145\u5f53\u6a21\u5757\u4e4b\u95f4\u7684\u5e38\u89c4\u901a\u4fe1\u901a\u9053\u3002
-OpenIDE-Module-Long-Description=\u627f\u8f7d\u4e0d\u662f\u4e13\u95e8\u7279\u5b9a\u4e8e\u57df\u7684\u67e5\u8be2\u3002\u5141\u8bb8\u4e0d\u540c\u6a21\u5757\u7075\u6d3b\u5730\u83b7\u53d6\u6709\u5173\u6587\u4ef6\u7684\u4fe1\u606f\u3002
-
diff --git a/l10n/src/zh_CN/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_zh_CN.properties
deleted file mode 100644
index 6fe1669..0000000
--- a/l10n/src/zh_CN/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,66 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=\u9009\u9879 {0} \u9700\u8981\u53c2\u6570
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=\u9009\u9879 {0} \u65e0\u6cd5\u4e0e\u9009\u9879 {1} \u4e00\u8d77\u4f7f\u7528
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=\u81f3\u5c11\u9700\u8981\u5305\u542b\u4e0b\u9762\u9009\u9879\u4e2d\u7684\u4e00\u4e2a\uff1a{0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=\u4e5f\u9700\u8981\u4f7f\u7528 {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=\u9009\u9879 {0} \u4e5f\u540c\u65f6\u9700\u8981\u9009\u9879 {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/zh_CN/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_zh_CN.properties
deleted file mode 100644
index c720b8b..0000000
--- a/l10n/src/zh_CN/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u547d\u4ee4\u884c\u89e3\u6790 API
-OpenIDE-Module-Short-Description=\u7528\u4e8e\u89e3\u6790\u547d\u4ee4\u884c\u7684 GetOpts \u517c\u5bb9 API
-OpenIDE-Module-Long-Description=\u7528\u4e8e\u89e3\u6790\u547d\u4ee4\u884c\u7684 GetOpts \u517c\u5bb9 API\u3002\u5b83\u7740\u91cd\u5173\u6ce8\u4e0d\u540c\u6a21\u5757\u89e3\u6790\u547d\u4ee4\u884c\u7684\u5404\u4e2a\u90e8\u5206\u65f6\u6240\u53d1\u751f\u7684\u60c5\u51b5\u3002
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-
-MSG_OptionsHeader=\n\u5176\u4ed6\u6a21\u5757\u9009\u9879\uff1a\n
-
diff --git a/l10n/src/zh_CN/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_zh_CN.properties
deleted file mode 100644
index e5af850..0000000
--- a/l10n/src/zh_CN/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u8bbe\u7f6e API
-OpenIDE-Module-Short-Description=\u7528\u4e8e\u4ee5\u5b9a\u5236\u683c\u5f0f\u5b58\u50a8\u8bbe\u7f6e\u7684\u5e93\u3002
-OpenIDE-Module-Long-Description=\u6b64\u6a21\u5757\u63d0\u4f9b\u8bbe\u7f6e API\uff0c\u7528\u4e8e\u4ee5\u5b9a\u5236\u683c\u5f0f\u5b58\u50a8\u6a21\u5757\u5b9a\u4e49\u7684\u8bbe\u7f6e\u3002\u5b83\u8fd8\u63d0\u4f9b\u51e0\u79cd\u6709\u7528\u7684\u8bbe\u7f6e\u683c\u5f0f\u5b9e\u73b0\u3002
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-
diff --git a/l10n/src/zh_CN/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_zh_CN.properties
deleted file mode 100644
index 1ebb4ff..0000000
--- a/l10n/src/zh_CN/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Long-Description=\u63d0\u4f9b\u65b0 API \u4ee5\u66ff\u6362 NodeAction\u3001CookieAction \u7b49\u7684\u6a21\u5757
-OpenIDE-Module-Name=\u64cd\u4f5c SPI\uff08\u5b9e\u9a8c\uff09
-OpenIDE-Module-Short-Description=NodeAction\u3001CookieAction \u7b49\u7684\u66ff\u6362\u9879
-
diff --git a/l10n/src/zh_CN/platform/templates/templates/org/netbeans/modules/templates/Bundle_zh_CN.properties b/l10n/src/zh_CN/platform/templates/templates/org/netbeans/modules/templates/Bundle_zh_CN.properties
deleted file mode 100644
index 16f5ece..0000000
--- a/l10n/src/zh_CN/platform/templates/templates/org/netbeans/modules/templates/Bundle_zh_CN.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u57fa\u7840\u7ed3\u6784
-OpenIDE-Module-Long-Description=\u6b64\u6a21\u5757\u5c06 Datasystems API \u4e0e\u811a\u672c API \u7ed1\u5b9a\u5728\u4e00\u8d77\u3002\u56e0\u6b64\uff0c\u53ef\u4ee5\u4f7f\u7528\u4efb\u610f\u811a\u672c\u548c\u6a21\u677f\u8bed\u8a00\u6765\u751f\u6210\u6a21\u677f\u3002
-OpenIDE-Module-Name=\u9ad8\u7ea7\u6a21\u677f
-OpenIDE-Module-Short-Description=\u9ad8\u7ea7\u6a21\u677f\u5e76\u975e\u53ea\u9002\u7528\u6570\u636e\u7cfb\u7edf
-ERR_Switch_To_Java_6=\u65e0\u6cd5\u586b\u5145\u8be5\u6a21\u677f\uff0c\u6b63\u5728\u5c1d\u8bd5\u4f7f\u7528 JDK 1.6 \u6216\u66f4\u65b0\u7248\u672c\u4e2d\u7684\u811a\u672c\u5f15\u64ce\u3002\n\n\u8bf7\u5728 JDK 1.6 \u4e0b\u8fd0\u884c NetBeans \u4ee5\u89e3\u51b3\u6b64\u95ee\u9898\u3002\n\u6709\u5173\u5177\u4f53\u7684\u64cd\u4f5c\u65b9\u6cd5\uff0c\u8bf7\u53c2\u89c1 http://wiki.netbeans.org/FaqNetbeansConf\u3002
diff --git a/l10n/src/zh_TW/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_zh_TW.properties b/l10n/src/zh_TW/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_zh_TW.properties
deleted file mode 100644
index 87f70b2..0000000
--- a/l10n/src/zh_TW/harness/apisupport-harness/apisupport-harness/org/netbeans/modules/apisupport/harness/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u6a21\u7d44\u5efa\u7f6e\u74b0\u5883
-OpenIDE-Module-Display-Category=\u958b\u767c NetBeans
-OpenIDE-Module-Short-Description=\u5141\u8a31\u5f9e\u6e90\u4e2d\u5efa\u7f6e\u5916\u90e8\u5916\u639b\u7a0b\u5f0f\u6a21\u7d44\u3002
-OpenIDE-Module-Long-Description=\u9019\u662f\u7528\u65bc\u958b\u767c NetBeans \u6a21\u7d44\uff08\u501f\u52a9\u6216\u4e0d\u501f\u52a9 IDE\uff09\u7684\u5efa\u7f6e\u74b0\u5883\u3002\u5b83\u901a\u5e38\u7531 NetBeans \u6a21\u7d44\u5c08\u6848\u79c1\u5e95\u4e0b\u4f7f\u7528\u3002\u6709\u95dc\u6280\u8853\u6587\u4ef6\uff0c\u8acb\u53c3\u898b harness/README\u3002
-
diff --git a/l10n/src/zh_TW/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_zh_TW.properties b/l10n/src/zh_TW/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_zh_TW.properties
deleted file mode 100644
index 6784c26..0000000
--- a/l10n/src/zh_TW/harness/apisupport-tc-cobertura/apisupport-tc-cobertura/org/netbeans/modules/apisupport/tc/cobertura/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u958b\u767c NetBeans
-OpenIDE-Module-Long-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.\nRun 'display-coverage-report' target on a project to measure results and display report in external browser.\nFor integration with Module Build Harness.
-OpenIDE-Module-Name=Cobertura Module Test Coverage
-OpenIDE-Module-Short-Description=Ant targets for measuring test coverage of apisupport projects using Cobertura.
-
diff --git a/l10n/src/zh_TW/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_zh_TW.properties b/l10n/src/zh_TW/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_zh_TW.properties
deleted file mode 100644
index d2569d2..0000000
--- a/l10n/src/zh_TW/harness/jellytools-platform/jellytools-platform/org/netbeans/modules/jellytools/platform/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Jelly \u5de5\u5177\u5e73\u53f0
-
diff --git a/l10n/src/zh_TW/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_zh_TW.properties b/l10n/src/zh_TW/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_zh_TW.properties
deleted file mode 100644
index 651e6e1..0000000
--- a/l10n/src/zh_TW/harness/jemmy/jemmy/org/netbeans/modules/jemmy/idemodule/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-# Author: <a href="mailto:adam.sotona at sun.com">Adam Sotona</a>
-
-# Module properties:
-OpenIDE-Module-Name=Jemmy
-OpenIDE-Module-Display-Category=\u6e2c\u8a66\u5de5\u5177
-OpenIDE-Module-Short-Description=Jemmy \u6e2c\u8a66\u7a0b\u5f0f\u5eab\u3002
-OpenIDE-Module-Long-Description=\u4f7f GUI \u6e2c\u8a66\u81ea\u52d5\u5316\u7684\u6cdb\u7528\u7a0b\u5f0f\u5eab\u3002
-
-
diff --git a/l10n/src/zh_TW/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_zh_TW.properties b/l10n/src/zh_TW/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_zh_TW.properties
deleted file mode 100644
index 8f93149..0000000
--- a/l10n/src/zh_TW/harness/nbjunit/nbjunit/org/netbeans/junit/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Display-Category=\u6e2c\u8a66\u5de5\u5177
-OpenIDE-Module-Long-Description=JUnit \u7684 NetBeans \u5ef6\u4f38\u5957\u4ef6\uff0c\u5305\u62ec assertGC\u3001assertSize\u3001getWorkDir\u3001LineDiff \u7b49\u7b49\u3002
-OpenIDE-Module-Name=NB JUnit
-OpenIDE-Module-Short-Description=JUnit \u7684 NetBeans \u5ef6\u4f38\u5957\u4ef6
-
-# Library xml
-nb-junit=NB JUnit
diff --git a/l10n/src/zh_TW/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_zh_TW.properties b/l10n/src/zh_TW/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_zh_TW.properties
deleted file mode 100644
index 9106e3b..0000000
--- a/l10n/src/zh_TW/harness/org-netbeans-insane/org-netbeans-insane/org/netbeans/insane/impl/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=INSANE
-OpenIDE-Module-Display-Category=\u7a0b\u5f0f\u5eab
-OpenIDE-Module-Short-Description=INSANE \u5806\u7a4d\u6548\u80fd\u5206\u6790\u7a0b\u5f0f\u5eab\u3002
-OpenIDE-Module-Long-Description=\u7528\u65bc\u9032\u884c\u5176\u57f7\u884c\u6240\u5728 JVM \u5373\u6642\u5806\u7a4d\u5206\u6790\u7684\u7a0b\u5f0f\u5eab\u3002
-
diff --git a/l10n/src/zh_TW/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_zh_TW.properties
deleted file mode 100644
index 9fcbb6d..0000000
--- a/l10n/src/zh_TW/platform/applemenu/applemenu/org/netbeans/modules/applemenu/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-#The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-#Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=Apple \u61c9\u7528\u7a0b\u5f0f\u9078\u55ae
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u5c0d Apple \u61c9\u7528\u7a0b\u5f0f\u9078\u55ae\u63d0\u4f9b\u6b63\u78ba\u652f\u63f4
-
-OpenIDE-Module-Long-Description=\u4f7f Apple \u9078\u55ae\u9805\u76ee\u6b63\u5e38\u5de5\u4f5c\uff0c\u4e26\u5c07\u6b64\u8655\u7684\u4e00\u4e9b\u6a19\u51c6\u9078\u55ae\u9805\u76ee\u79fb\u8d70 -\u201c\u5de5\u5177\u201d|\u201c\u9078\u9805\u201d\u8b8a\u70ba\u201c\u9996\u9078\u9805\u201d\u3002
-
-MSG_MinimizeWindowAction=&Minimize Window
-
diff --git a/l10n/src/zh_TW/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_zh_TW.properties
deleted file mode 100644
index e7672d1..0000000
--- a/l10n/src/zh_TW/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-InstallSupportImpl_Download_Estabilish=\u6b63\u5728\u5efa\u7acb\u9023\u7dda...
-UpdateUnitProviderImpl_FormatCheckingForUpdates=\u6b63\u5728\u6aa2\u67e5 {0} \u4e2d\u7684\u66f4\u65b0\u9805\u76ee... 
-InstallSupportImpl_Validate_CorruptedNBM=\u7121\u6cd5\u8b80\u53d6 NBM {0}
-InstallSupportImpl_TurnOnTimeout=\u8f09\u5165 {0} \u903e\u6642
-InstallSupportImpl_NullSource=Source URL for module "{0}" is null, most likely "distribution" attribute is set to the empty string in the UC catalog.\nSee also http://www.netbeans.org/issues/show_bug.cgi?id=153799 for more details.
-InstallSupportImpl_Download_Unavailable=Cannot access {0}
-OperationSupportImpl_Custom_Uninstall=\u6b63\u5728\u89e3\u9664\u5b89\u88dd {0}
-OperationSupportImpl_Custom_Install=\u6b63\u5728\u5b89\u88dd {0}
-
-UpdateUnitFactory_Libraries_Category=\u7a0b\u5f0f\u5eab
-UpdateUnitFactory_Bridges_Category=\u6a4b\u63a5
-UpdateUnitFactory_Unsorted_Category=\u672a\u5206\u985e
-UpdateElementImpl_Feature_CategoryName=\u529f\u80fd
-
-FeatureUpdateUnitImpl_ContainedModule=<p><font size="-1" color="black"><b>\u5df2\u5b89\u88dd\u7684\u6a21\u7d44\uff1a</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_ContainedModules=<p><font size="-1" color="black"><b>\u5df2\u5b89\u88dd\u7684\u6a21\u7d44\uff1a</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModule=<p><font size="-1" color="gray"><b>\u5c1a\u672a\u5b89\u88dd\u7684\u6a21\u7d44\uff1a</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_MissingModules=<p><font size="-1" color="gray"><b>\u5c1a\u672a\u5b89\u88dd\u7684\u6a21\u7d44\uff1a</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModule=<p><font size="-1" color="green"><b>\u5916\u639b\u7a0b\u5f0f\u63d0\u4f9b\u7684\u65b0\u6a21\u7d44\uff1a</b> <br/> {0}</font></p>
-FeatureUpdateUnitImpl_UpdatableModules=<p><font size="-1" color="green"><b>\u5916\u639b\u7a0b\u5f0f\u63d0\u4f9b\u7684\u65b0\u6a21\u7d44\uff1a</b> <br/> {0}</font></p>
-
diff --git a/l10n/src/zh_TW/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_zh_TW.properties
deleted file mode 100644
index 42161b6..0000000
--- a/l10n/src/zh_TW/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/services/resources/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Long-Description=\u300c\u81ea\u52d5\u66f4\u65b0\u300d\u529f\u80fd\u63d0\u4f9b\u4ee5\u4e0b\u670d\u52d9\uff1a\u4e0b\u8f09\u53ca\u5b89\u88dd\u5df2\u5b89\u88dd\u6a21\u7d44\u7684\u53ef\u7528\u66f4\u65b0\u3001\u5f9e\u8a02\u95b1\u7684\u300c\u66f4\u65b0\u4e2d\u5fc3\u300d\u641c\u5c0b\u4e26\u5b89\u88dd\u65b0\u6a21\u7d44\u3001\u6aa2\u8996\u548c\u7ba1\u7406\u6a21\u7d44\u3002
-OpenIDE-Module-Name=\u81ea\u52d5\u66f4\u65b0\u670d\u52d9
-OpenIDE-Module-Short-Description=\u652f\u63f4\u5728\u300c\u66f4\u65b0\u4e2d\u5fc3\u300d\u641c\u5c0b\u6a21\u7d44\u66f4\u65b0\uff0c\u4ee5\u53ca\u4e0b\u8f09\u548c\u5b89\u88dd\u6a21\u7d44
-
diff --git a/l10n/src/zh_TW/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_zh_TW.properties
deleted file mode 100644
index 01c55b9..0000000
--- a/l10n/src/zh_TW/platform/autoupdate-services/autoupdate-services/org/netbeans/modules/autoupdate/updateprovider/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-CTL_CatalogUpdatesProviderFactory_DefaultName=\u9810\u8a2d\u66f4\u65b0\u4e2d\u5fc3
-#NOI18N
-#URL_Prefix_Hash_Code=unique=
-
-ArtificialFeaturesProvider_Libraries_Category=\u7a0b\u5f0f\u5eab
-ArtificialFeaturesProvider_Bridges_Category=\u6a4b\u63a5
-ArtificialFeaturesProvider_Unsorted_Category=\u672a\u5206\u985e
-ArtificialFeaturesProvider_Features_Category=\u529f\u80fd
-NetworkAccess_Timeout=Timeout while opening connection to {0}
-
diff --git a/l10n/src/zh_TW/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_zh_TW.properties
deleted file mode 100644
index efbd700..0000000
--- a/l10n/src/zh_TW/platform/autoupdate-services/ext/updater/org/netbeans/updater/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,68 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_PreparingUnpack=\u6e96\u5099\u89e3\u58d3\u7e2e
-CTL_UnpackingFile=\u89e3\u58d3\u7e2e\u6a94\u6848\uff1a
-CTL_DeletingFiles=\u6b63\u5728\u89e3\u9664\u5b89\u88dd\u6a94\u6848...
-CTL_DisablingFiles=\u6b63\u5728\u505c\u7528\u6a94\u6848...
-UpdaterFrame.jTextArea1.text=\u66f4\u65b0\u9032\u884c\u4e2d\u3002\n\n\u8acb\u7a0d\u5019...
-UpdaterFrame.textLabel.text=\u6e96\u5099\u89e3\u58d3\u7e2e
-UpdaterFrame.Form.title=\u66f4\u65b0\u7a0b\u5f0f
-UpdaterFrame.textLabel.fontName=\u5c0d\u8a71\u65b9\u584a
-
-# In case you are branding your distribution you might want to
-# add some of following keys into your branded Bundle
-
-#UpdaterFrame.TextBackground_R=255
-#UpdaterFrame.TextBackground_G=255
-#UpdaterFrame.TextBackground_B=255
-
-#UpdaterFrame.TextForeground_R=0
-#UpdaterFrame.TextForeground_G=0
-#UpdaterFrame.TextForeground_B=0
-
-#UpdaterFrame.hasBorder=true
-
-#Netbeans defaults
-#UpdaterFrame.ProgressBar.PreferredSize_X=300
-#UpdaterFrame.ProgressBar.PreferredSize_Y=20
-
-#UpdaterFrame.isGradient=false // set true to make gradient
-#UpdaterFrame.isGradientVertical=false // set true for vertical gradient
-
diff --git a/l10n/src/zh_TW/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_zh_TW.properties
deleted file mode 100644
index 89c412d..0000000
--- a/l10n/src/zh_TW/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,195 +0,0 @@
-More_Command_Text={0} \u66f4\u591a...
-Less_Command_Text={0} \u66f4\u5c11...
-UnitTab_ReloadTime=\u4e0a\u6b21\u6aa2\u67e5\uff1a{0}
-UnitTab_ReloadTime_Never=\u6c38\u4e0d
-UnitTab_LessAction=\u986f\u793a\u8f03\u5c11\u7684\u5916\u639b\u7a0b\u5f0f
-UnitTab_MoreAction=\u986f\u793a\u66f4\u591a\u7684\u5916\u639b\u7a0b\u5f0f
-UnitTab_TooltipCheckBox_INSTALLED=\u6aa2\u67e5\u5916\u639b\u7a0b\u5f0f {0}
-UnitTab_Tooltip_RefreshAction=\u91cd\u65b0\u8f09\u5165\u76ee\u9304
-UnitTab_bTabAction_Name_INSTALLED=\u89e3\u9664\u5b89\u88dd(&N)
-UnitTab_TooltipCheckBox_UPDATE=\u6aa2\u67e5\u5916\u639b\u7a0b\u5f0f {0}
-UnitTab_bTabAction_Name_UPDATE=\u66f4\u65b0(&U)
-UnitTab_CheckAction=\u6aa2\u67e5
-UnitTab_CheckCategoryAction=\u6aa2\u67e5\u7a2e\u985e
-UnitTab_UncheckCategoryAction=\u53d6\u6d88\u6aa2\u67e5\u7a2e\u985e
-UnitTab_CheckAllAction=\u5168\u90e8\u6aa2\u67e5
-UnitTab_UncheckAllAction=\u53d6\u6d88\u5168\u90e8\u6aa2\u67e5
-UnitTab_ReloadAction=\u91cd\u65b0\u8f09\u5165\u76ee\u9304(&R)
-UnitTab_PrepareReloadAction=\u8acb\u7a0d\u5019\uff0c\u6b63\u5728\u91cd\u65b0\u8f09\u5165\u76ee\u9304
-UnitTab_RemoveLocallyDownloadedAction=\u79fb\u9664(&R)
-UnitTab_ActivateAction=\u555f\u7528(&A)
-UnitTab_ActivateCategoryAction=\u555f\u7528\u7a2e\u985e
-UnitTab_DeactivateAction=\u53d6\u6d88\u555f\u7528(&D)
-UnitTab_DeactivateCategoryAction=\u505c\u7528\u7a2e\u985e
-AvailableTab_SourceCategory_Tooltip_STANDARD=\u8a8d\u8b49\u7684\u5916\u639b\u7a0b\u5f0f
-AvailableTab_SourceCategory_Tooltip_BETA=\u6e2c\u8a66\u7248\u5916\u639b\u7a0b\u5f0f
-AvailableTab_SourceCategory_Tooltip_COMMUNITY=\u793e\u7fa4\u63d0\u4f9b\u7684\u5916\u639b\u686f\u5f0f
-InstallTab_Active_Tooltip=\u6d3b\u52d5
-InstallTab_InActive_Tooltip=\u975e\u4f7f\u7528\u4e2d
-InstallTab_PendingForInstall_Tooltip=\u5fc5\u9808\u91cd\u65b0\u555f\u52d5\u61c9\u7528\u7a0b\u5f0f\u624d\u80fd\u5b8c\u6210\u5b89\u88dd
-InstallTab_PendingForDeactivate_Tooltip=\u5fc5\u9808\u91cd\u65b0\u555f\u52d5\u61c9\u7528\u7a0b\u5f0f\u624d\u80fd\u5b8c\u6210\u505c\u7528
-InstallTab_ReadOnly_Tooltip={0} \u662f\u552f\u8b80\u6a21\u5f0f\uff0c\u7121\u6cd5\u6aa2\u67e5
-UnitTab_TooltipCheckBox_AVAILABLE=\u6aa2\u67e5\u5916\u639b\u7a0b\u5f0f {0}
-UnitTab_bTabAction_Name_AVAILABLE=\u5b89\u88dd(&I)
-UnitTab_TooltipCheckBox_LOCAL=\u6aa2\u67e5\u5916\u639b\u7a0b\u5f0f {0}
-UnitTab_Tooltip_AddAction_LOCAL=\u589e\u52a0\u672c\u6a5f\u4e0b\u8f09\u7684\u5916\u639b\u7a0b\u5f0f
-UnitTab_Tooltip_RemoveAction_LOCAL=\u5f9e\u6e05\u55ae\u4e2d\u79fb\u9664\u5916\u639b\u7a0b\u5f0f
-UnitTab_bTabAction_Name_LOCAL=\u5b89\u88dd(&I)
-UnitTab_lHowManySelected_TextFormatWithSize={0}, {1}
-UnitTab_lHowManySelected_Single_Text=\u5df2\u9078\u53d6\u7684\u5916\u639b\u7a0b\u5f0f {0}
-UnitTab_lHowManySelected_Many_Text=\u5df2\u9078\u53d6\u7684\u5916\u639b\u7a0b\u5f0f {0}
-UnitTab_OperationName_Text_INSTALLED=\u79fb\u9664
-UnitTab_OperationName_Text_UPDATE=\u66f4\u65b0
-UnitTab_OperationName_Text_AVAILABLE=\u5b89\u88dd
-UnitTab_OperationName_Text_LOCAL=\u5b89\u88dd
-UnitTab_lWarning_Text={0} \u4f5c\u696d\u5c07\u9700\u8981\u91cd\u65b0\u555f\u52d5\u61c9\u7528\u7a0b\u5f0f
-PluginManagerUI_UnitTab_Update_Title=\u66f4\u65b0
-PluginManagerUI_UnitTab_Update_ToolTip=\u60a8\u7684\u61c9\u7528\u7a0b\u5f0f\u662f\u6700\u65b0\u7248\u672c\uff01
-PluginManagerUI_UnitTab_Available_ToolTip=\u6c92\u6709\u53ef\u7528\u7684\u5916\u639b\u7a0b\u5f0f\u3002\u6309\u4e00\u4e0b [\u91cd\u65b0\u8f09\u5165\u76ee\u9304]\uff0c\u4ee5\u53d6\u5f97\u6700\u65b0\u7684\u5916\u639b\u7a0b\u5f0f\u3002
-PluginManagerUI_UnitTab_Available_Title=\u53ef\u7528\u7684\u5916\u639b\u7a0b\u5f0f
-PluginManagerUI_UnitTab_Installed_Title=\u5df2\u5b89\u88dd
-PluginManagerUI_UnitTab_Local_Title=\u5df2\u4e0b\u8f09
-UnitTab_bAddLocallyDownloads_Name=\u589e\u52a0\u5916\u639b\u7a0b\u5f0f(&A)...
-UnitTab_bAddLocallyDownloads_ACN=\u589e\u52a0\u5916\u639b\u7a0b\u5f0f
-UnitTab_bAddLocallyDownloads_ACD=\u300c\u589e\u52a0\u5916\u639b\u7a0b\u5f0f\u300d\u53ef\u4f7f\u7528\u6a94\u6848\u700f\u89bd\u5668\u4f86\u52a0\u5165\u60a8\u4e0b\u8f09\u81f3\u672c\u6a5f\u7cfb\u7d71\u7684\u4efb\u4f55\u5916\u639b\u7a0b\u5f0f
-NotificationAlreadyPreparedToIntsall=\u5916\u639b\u7a0b\u5f0f {0} \u5df2\u6e96\u5099\u597d\u9032\u884c\u66f4\u65b0/\u5b89\u88dd\u3002
-NotificationOneAlreadyInstalled=\u5df2\u5b89\u88dd\u5916\u639b\u7a0b\u5f0f\u300c{0}\u300d\u3002
-NotificationMoreAlreadyInstalled=\u5df2\u5b89\u88dd\u5916\u639b\u7a0b\u5f0f\u300c{0}\u300d\u3002
-NotificationAlreadyPresent=\u5df2\u589e\u52a0\u5916\u639b\u7a0b\u5f0f\u300c{0}\u300d\u3002\u8981\u66ff\u4ee3\u6210\u300c{1}\u300d\u55ce\uff1f
-NotificationAlreadyPresentTitle=\u66ff\u4ee3\u5916\u639b\u7a0b\u5f0f
-NotificationPlugin={0} [{1}]
-#TODO: message should contain spec.version
-#NotificationAlreadyPreparedToIntsall=Plugin {0}, specification version {1} is already prepared to install.
-CTL_FileChooser_Title=\u589e\u52a0\u5916\u639b\u7a0b\u5f0f
-CTL_FileFilterDescription=\u5916\u639b\u7a0b\u5f0f\u767c\u884c\u6a94 (*.nbm)
-NetworkProblemPanel_taTitle_Text=\u7121\u6cd5\u9023\u63a5\u81f3\u66f4\u65b0\u4e2d\u5fc3
-NetworkProblemPanel_taMessage_WarningText=\u6aa2\u67e5\u4ee3\u7406\u4f3a\u670d\u5668\u8a2d\u5b9a\u6216\u7a0d\u5f8c\u518d\u8a66\u3002\u4f3a\u670d\u5668\u76ee\u524d\u53ef\u80fd\u7121\u6cd5\u4f7f\u7528\u3002\n\n\u60a8\u53ef\u80fd\u9084\u8981\u78ba\u5b9a\u9632\u706b\u7246\u672a\u5c01\u9396\u7db2\u8def\u6d41\u91cf\u3002
-NetworkProblemPanel_taMessage_WarningTextWithReload=\u6aa2\u67e5\u4ee3\u7406\u4f3a\u670d\u5668\u8a2d\u5b9a\u6216\u7a0d\u5f8c\u518d\u8a66\u3002\u4f3a\u670d\u5668\u76ee\u524d\u53ef\u80fd\u7121\u6cd5\u4f7f\u7528\u3002\n\n\u60a8\u53ef\u80fd\u4e5f\u8981\u78ba\u5b9a\u9632\u706b\u7246\u672a\u5c01\u9396\u7db2\u8def\u6d41\u91cf\u3002\n\n\u60a8\u7684\u5feb\u53d6\u53ef\u80fd\u904e\u671f\u3002\u8acb\u6309\u4e00\u4e0b [\u91cd\u65b0\u8f09\u5165\u76ee\u9304] \u4f86\u91cd\u65b0\u6574\u7406\u5167\u5bb9\u3002
-NetworkProblemPanel_taMessage_ErrorText=\u4e26\u672a\u6210\u529f\u4e0b\u8f09\u6240\u6709\u5916\u639b\u7a0b\u5f0f\u3002 \u4f3a\u670d\u5668\u76ee\u524d\u53ef\u80fd\u7121\u6cd5\u4f7f\u7528\u3002\u8acb\u7a0d\u5f8c\u91cd\u8a66\u3002
-CTL_Warning=\u8b66\u544a
-CTL_Error=\u7db2\u8def\u554f\u984c
-CTL_ShowProxyOptions=\u4ee3\u7406\u4f3a\u670d\u5668\u914d\u7f6e(&P)...
-ACSD_ShowProxyOptions=N/A
-Utilities_NetworkProblem_Continue=\u91cd\u8a66(&T)
-Utilities_NetworkProblem_Skip=\u8df3\u904e(&S)
-Utilities_NetworkProblem_Cancel=\u53d6\u6d88
-Utilities_NetworkProblem_Text=\u7121\u6cd5\u9023\u7dda\u5230 {0}\uff0c\u539f\u56e0\u662f {1}
-SettingsTable_ActiveColumn=\u6d3b\u52d5
-SettingsTable_NameColumn=\u540d\u7a31
-SettingsTable_URLColumn=URL
-SettingsTab_displayName=\u8a2d\u5b9a
-SettingsTab.bProxy.text=\u4ee3\u7406\u4f3a\u670d\u5668\u8a2d\u5b9a(&P)
-UpdateUnitProviderPanel_OK=\u78ba\u5b9a
-UpdateUnitProviderPanel_displayName=\u66f4\u65b0\u4e2d\u5fc3\u81ea\u8a02\u7a0b\u5f0f
-UpdateUnitProviderPanel.lName.text=\u540d\u7a31(&N)\uff1a
-UpdateUnitProviderPanel.lURL.text=&URL\uff1a
-UpdateUnitProviderPanel.cbActive.text=\u81ea\u52d5\u6aa2\u67e5\u66f4\u65b0(&C)
-Utilities_Libraries_Category=\u7a0b\u5f0f\u5eab
-Utilities_Bridges_Category=\u6a4b\u63a5
-Utilities_Unsorted_Category=\u672a\u5206\u985e
-SettingsTab.bRemove.message=\u60a8\u78ba\u5b9a\u8981\u79fb\u9664\u4e0b\u5217\u66f4\u65b0\u4e2d\u5fc3\uff1a\u300c{0}\u300d\uff1f 
-UpdateUnitProviderPanel.lName.adesc=\u540d\u7a31
-UpdateUnitProviderPanel.lURL.adesc=URL
-UpdateUnitProviderPanel.cbActive.adesc=\u81ea\u52d5\u6aa2\u67e5\u66f4\u65b0
-UpdateUnitProviderPanel.error.name.short=Update Center name is not specified
-UpdateUnitProviderPanel.error.url.short=Update Center URL is not specified
-UpdateUnitProviderPanel.error.name.dup=Update Center with the same name already exist
-UpdateUnitProviderPanel.error.url.invalid=Update Center URL is invalid
-UnitTab_bClose_Text=\u95dc\u9589(&C)
-Utilities_CheckingForUpdates=\u6aa2\u67e5\u66f4\u65b0
-UnitTab_InitAndCheckingForUpdates=\u6b63\u5728\u521d\u59cb\u5316\u5916\u639b\u7a0b\u5f0f\u6e05\u55ae... 
-InstalledTableModel_State_Enabled=\u958b\u555f
-InstalledTableModel_State_Disabled=\u95dc\u9589
-AvailableTableModel_Columns_Install=\u5b89\u88dd
-AvailableTableModel_Columns_Name=\u540d\u7a31
-AvailableTableModel_Source_Category=\u539f\u59cb\u78bc
-AvailableTableModel_Columns_Category=\u7a2e\u985e
-InstalledTableModel_Columns_Uninstall=\u9078\u64c7
-InstalledTableModel_Columns_Name=\u540d\u7a31
-InstalledTableModel_Columns_Installed=\u5df2\u5b89\u88dd
-InstalledTableModel_Columns_Category=\u7a2e\u985e
-InstalledTableModel_Columns_Enabled=\u6d3b\u52d5
-LocallyDownloadedTableModel_Columns_Install=\u5b89\u88dd
-LocallyDownloadedTableModel_Columns_Name=\u540d\u7a31
-LocallyDownloadedTableModel_Columns_Version=\u7248\u672c
-LocallyDownloadedTableModel_Columns_Size=\u5927\u5c0f
-UpdateTableModel_Columns_Update=\u66f4\u65b0
-UpdateTableModel_Columns_Name=\u540d\u7a31
-UpdateTableModel_Columns_Installed=\u5df2\u5b89\u88dd
-UpdateTableModel_Columns_Available=\u53ef\u7528\u7684
-UpdateTableModel_Columns_Size=\u5927\u5c0f
-UpdateTableModel_Columns_Category=\u7a2e\u985e
-SettingsTab_NewProviderName=\u65b0\u7684\u63d0\u4f9b\u8005
-SettingsTab_NewProviderURL=http://
-SettingsTab_UpdateUnitProvider_Description=\u63cf\u8ff0\uff1a
-SettingsTab_UpdateUnitProvider_URL=URL\uff1a
-Utilities_DownloadSize_GB=GB
-Utilities_DownloadSize_MB=MB
-Utilities_DownloadSize_kB=KB
-Utilities_DownloadSize_B=B
-PluginManagerUI_Tabs_NameFormat={0} ({1})
-PluginManagerUI_Tabs_CountFormat={0}/{1}
-UnitDetails_Category_NoDescription=
-UnitDetails_Plugin_Version=\u7248\u672c\uff1a 
-UnitDetails_Plugin_InstalledVersion=Installed version:
-UnitDetails_Plugin_AvailableVersion=Available version:
-UnitDetails_Plugin_Author=\u4f5c\u8005\uff1a 
-UnitDetails_Plugin_Date=\u65e5\u671f\uff1a 
-UnitDetails_Plugin_Source=\u539f\u59cb\u78bc\uff1a 
-UnitDetails_Plugin_CodeName=\u7a0b\u5f0f\u78bc\u540d\u7a31\uff1a 
-UnitDetails_Plugin_Homepage=\u9996\u9801\uff1a 
-UnitDetails_Plugin_Notification=\u91cd\u8981\u6ce8\u610f\u4e8b\u9805
-UnitDetails_Plugin_Description=\u5916\u639b\u7a0b\u5f0f\u8aaa\u660e
-UnitDetails_Plugin_Collecting_Dependencies=Collecting dependencies...
-UnitDetails_New_Internal_Update_Mark=new!
-lSearch1.text=\u641c\u5c0b(&S)\uff1a
-SettingsTab.lCheckPeriod.text=\u6aa2\u67e5\u9593\u9694(&C)\uff1a
-SettingsTab.lGeneral.text=\u9032\u968e
-SettingsTab.addButton.text=\u65b0\u589e(&N)
-SettingsTab.RemoveButton.text=\u79fb\u9664(&R)
-SettingsTab.EditButton.text=\u7de8\u8f2f(&E)
-SettingsTab.AddButton.text=\u52a0\u5165(&A)
-SettingsTab.lUpdateCenters.text=\u914d\u7f6e\u66f4\u65b0\u4e2d\u5fc3(&U)\uff1a
-SettingsTab.lConnection.text=\u81ea\u52d5\u6aa2\u67e5\u66f4\u65b0
-CTL_Update_every_startup=\u6bcf\u6b21\u555f\u52d5\u6642
-CTL_Update_every_day=\u6bcf\u5929
-CTL_Update_every_week=\u6bcf\u9031
-CTL_Update_every_2weeks=\u6bcf\u5169\u9031
-CTL_Update_every_month=\u6bcf\u6708
-CTL_Update_never=\u5f9e\u4e0d
-CTL_Update_custom=\u4f7f\u7528\u8005\u9810\u8a2d
-SettingsTab.cbSharedInstall.text=\u5f37\u5236\u5b89\u88dd\u5230\u5171\u7528\u76ee\u9304(&F)
-SettingsTab.cbSharedInstall.ReadOnlyTitle=\u5beb\u5165\u6b0a\u9650
-SettingsTab.cbSharedInstall.ReadOnlyMessage=You don`t have permission to install plugin(s) into the shared directory:\n{0}\nTo perform installation into the shared directory, you should run the application as a user with administrative priviledges.
-SettingsTab.cbSharedInstall.NoSharedTitle=\u6c92\u6709\u5b89\u88dd\u76ee\u9304
-SettingsTab.cbSharedInstall.NoSharedMessage=\u627e\u4e0d\u5230\u5171\u7528\u76ee\u9304\u3002
-HeaderPanel.button2.text=jButton2
-LocalDownloadSupport_BrokenNBM_Exception=\u7121\u6cd5\u8b80\u53d6 NBM {0}\uff0c\u539f\u56e0\u662f {1}
-PluginManagerUI.bHelp.text=\u8aaa\u660e(&H)
-ACN_UnitTable=\u5916\u639b\u7a0b\u5f0f\u6e05\u55ae
-ACD_UnitTable=\u5916\u639b\u7a0b\u5f0f\u6e05\u55ae
-ACN_UpdateCentersTable=\u66f4\u65b0\u4e2d\u5fc3\u6e05\u55ae
-ACD_UpdateCentersTable=\u300c\u66f4\u65b0\u4e2d\u5fc3\u6e05\u55ae\u300d\u5141\u8a31\u555f\u7528\u6216\u505c\u7528\u9078\u53d6\u7684\u66f4\u65b0\u4e2d\u5fc3
-ACN_DetailsPanel=\u5916\u639b\u7a0b\u5f0f\u8a73\u7d30\u8cc7\u8a0a
-ACN_DetailsPanel_Button=\u547c\u53eb {0} \u52d5\u4f5c
-ACN_UnitDetails=\u5916\u639b\u7a0b\u5f0f\u8a73\u7d30\u8cc7\u8a0a
-ACD_Reload=\u91cd\u65b0\u8f09\u5165\u76ee\u9304
-ACD_Search=\u641c\u5c0b\u5916\u639b\u7a0b\u5f0f
-ACN_Tabs=\u5728\u66f4\u65b0\u3001\u53ef\u7528\u7684\u3001\u5df2\u5b89\u88dd\u53ca\u4e0b\u8f09\u7684\u5916\u639b\u7a0b\u5f0f\u4e4b\u9593\u5207\u63db
-ACD_Tabs=\u5728\u66f4\u65b0\u3001\u53ef\u7528\u7684\u3001\u5df2\u5b89\u88dd\u53ca\u4e0b\u8f09\u7684\u5916\u639b\u7a0b\u5f0f\u4e4b\u9593\u5207\u63db
-ACN_PluginManagerUI=\u5916\u639b\u7a0b\u5f0f\u7ba1\u7406\u54e1
-ACD_PluginManagerUI=\u7528\u65bc\u66f4\u65b0\u3001\u5b89\u88dd\u53ca\u79fb\u9664\u5916\u639b\u7a0b\u5f0f\u7684\u300c\u5916\u639b\u7a0b\u5f0f\u7ba1\u7406\u54e1\u300d 
-ACN_Reload=\u91cd\u65b0\u8f09\u5165\u76ee\u9304
-ACN_UpdateCenterCustomizer=\u66f4\u65b0\u4e2d\u5fc3\u81ea\u8a02\u7a0b\u5f0f
-ACD_UpdateCenterCustomizer=\u7528\u65bc\u7de8\u8f2f\u66f4\u65b0\u4e2d\u5fc3\u540d\u7a31\u548c URL \u7684\u300c\u66f4\u65b0\u4e2d\u5fc3\u81ea\u8a02\u7a0b\u5f0f\u300d
-NetworkProblemPanel_ACD=N/A
-NetworkProblemPanel_taMessage=\u7db2\u8def\u554f\u984c\u8a0a\u606f
-NetworkProblemPanel_taTitle_ACN=\u7db2\u8def\u554f\u984c
-UnitTab.detailView.text=Sho&w details
-#NOI18N
-#UnitTab_Splitter_DefaultDividerLocation=390
-#NOI18N
-#SettingsTab_Splitter_DefaultDividerLocation=390
-Unit_InternalUpdates_Version=(Internal Updates)
-Unit_InternalUpdates_Title=Internal Updates
-
diff --git a/l10n/src/zh_TW/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_zh_TW.properties
deleted file mode 100644
index f4183c7..0000000
--- a/l10n/src/zh_TW/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/actions/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-CTL_CheckForUpdatesAction=\u6aa2\u67e5\u66f4\u65b0(&U)
-PluginManagerAction_Name=\u5916\u639b\u7a0b\u5f0f(&G)
-PluginManager_Panel_Name=\u5916\u639b\u7a0b\u5f0f
-PluginManager_CloseButton_Name=\u95dc\u9589(&C)
-AutoupdateCheckScheduler_UpdatesFound_ToolTip={0} updates found.
-AutoupdateCheckScheduler_UpdateFound_ToolTip={0} update found.
-AutoupdateCheckScheduler_UpdateFound_Hint=Click here to make your application up to date.
-AutoupdateCheckScheduler_InstallInProgress=\u8acb\u7a0d\u5019\uff0c\u5176\u4ed6\u5b89\u88dd\u4efb\u52d9\u6b63\u5728\u9032\u884c\u4e2d...
-
diff --git a/l10n/src/zh_TW/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_zh_TW.properties
deleted file mode 100644
index b8f7ff1..0000000
--- a/l10n/src/zh_TW/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/resources/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Long-Description=UI \u5141\u8a31\u700f\u89bd\u8a3b\u518a\u7684\u300c\u66f4\u65b0\u4e2d\u5fc3\u300d\u7684\u5b89\u88dd\u548c\u5167\u5bb9\u3001\u4e0b\u8f09\u66f4\u65b0\u6216\u65b0\u6a21\u7d44\uff0c\u4ee5\u53ca\u81ea\u52d5\u5b89\u88dd\u6a21\u7d44\u3002
-OpenIDE-Module-Name=\u81ea\u52d5\u66f4\u65b0 UI
-OpenIDE-Module-Short-Description=\u63d0\u4f9b UI \u7684\u81ea\u52d5\u66f4\u65b0\u670d\u52d9
-
diff --git a/l10n/src/zh_TW/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_zh_TW.properties
deleted file mode 100644
index 3354452..0000000
--- a/l10n/src/zh_TW/platform/autoupdate-ui/autoupdate-ui/org/netbeans/modules/autoupdate/ui/wizards/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,171 +0,0 @@
-OperationDescriptionStep_Header_Head=\u6b61\u8fce\u4f7f\u7528\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f
-OperationDescriptionStep_Header_Content=\u5b89\u88dd\u7a0b\u5f0f\u5c07\u6703\u4e0b\u8f09\u3001\u9a57\u8b49\uff0c\u7136\u5f8c\u5b89\u88dd\u9078\u53d6\u7684\u5916\u639b\u7a0b\u5f0f\u3002
-OperationDescriptionStep_TableInstall_Title=\u5c07\u6703\u5b89\u88dd\u4e0b\u5217\u5916\u639b\u7a0b\u5f0f\uff1a
-OperationDescriptionStep_TableUpdate_Title=\u5c07\u6703\u66f4\u65b0\u4e0b\u5217\u5916\u639b\u7a0b\u5f0f\uff1a
-OperationDescriptionStep_PluginBrokesJavaDependency=\u8981\u6c42\u7684 Java \u5e73\u53f0\u7248\u672c\u662f {0}\uff0c\u4f46\u50c5 {1} \u5728\u57f7\u884c\u4e2d\u3002
-OperationDescriptionStep_HeaderUninstall_Head=\u6b61\u8fce\u4f7f\u7528\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f
-OperationDescriptionStep_HeaderUninstall_Content=\u5c07\u6703\u89e3\u9664\u5b89\u88dd\u9078\u53d6\u7684\u5916\u639b\u7a0b\u5f0f\u3002 \u5c07\u6703\u5f9e\u78c1\u789f\u4e2d\u79fb\u9664\u9078\u53d6\u7684\u5916\u639b\u7a0b\u5f0f\u3002
-OperationDescriptionStep_TableUninstall_Title=\u5c07\u6703\u89e3\u9664\u5b89\u88dd\u4e0b\u5217\u5916\u639b\u7a0b\u5f0f\uff1a
-OperationDescriptionStep_HeaderActivate_Head=\u6b61\u8fce\u4f7f\u7528\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f
-OperationDescriptionStep_HeaderActivate_Content=\u5c07\u6703\u555f\u7528\u9078\u53d6\u7684\u5916\u639b\u7a0b\u5f0f\u3002 
-OperationDescriptionStepActivate_Table_Title=\u5c07\u6703\u555f\u7528\u4e0b\u5217\u5916\u639b\u7a0b\u5f0f\uff1a
-OperationDescriptionStep_HeaderDeativate_Head=\u6b61\u8fce\u4f7f\u7528\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f
-OperationDescriptionStep_HeaderDeativate_Content=\u5c07\u6703\u505c\u7528\u9078\u53d6\u7684\u5916\u639b\u7a0b\u5f0f\u3002 
-OperationDescriptionStep_TableDeativate_Title=\u5c07\u6703\u505c\u7528\u4e0b\u5217\u5916\u639b\u7a0b\u5f0f\uff1a
-PanelBodyContainer_PleaseWait=Please wait until the installer discovers plugins dependencies.
-DependenciesResolutionStep_Table_Title=\u5c07\u6703\u4e00\u4f75\u5b89\u88dd\u4e0b\u5217\u5916\u639b\u7a0b\u5f0f\uff0c\u56e0\u70ba\u60a8\u5c07\u8981\u5b89\u88dd\u7684\u7684\u4e00\u6216\u591a\u500b\u5916\u639b\u7a0b\u5f0f\u4f9d\u5b58\u65bc\u9019\u4e9b\u5916\u639b\u7a0b\u5f0f\uff1a
-UninstallDependenciesResolutionStep_Table_Title=\u4e0b\u5217\u5916\u639b\u7a0b\u5f0f\u5fc5\u9808\u505c\u7528\uff0c\u56e0\u70ba\u5b83\u5011\u9700\u8981\u60a8\u5c07\u505c\u7528\u7684\u4e00\u6216\u591a\u500b\u5916\u639b\u7a0b\u5f0f\uff1a
-LicenseApprovalPanel_taTitle_Text=\u60a8\u5fc5\u9808\u540c\u610f\u8207\u7279\u5b9a\u5916\u639b\u7a0b\u5f0f\u76f8\u95dc\u7684\u6240\u6709\u6388\u6b0a\u5408\u7d04\uff0c\u624d\u80fd\u7e7c\u7e8c\u5b89\u88dd\u3002\n\n
-LicenseApprovalPanel_tpLicense_Head={0} \u6388\u6b0a\u5408\u7d04
-LicenseApprovalPanel_tpLicense_Delimeter=, 
-LicenseApprovalPanel_tpLicense_Separator=_______________________________________\n
-LicenseApprovalPanel_Header_Head=\u4f7f\u7528\u8005\u6388\u6b0a\u5408\u7d04
-LicenseApprovalPanel_Header_Content=\u8acb\u4ed4\u7d30\u95b1\u8b80\u4ee5\u4e0b\u6240\u6709\u6388\u6b0a\u5408\u7d04\u3002
-InstallUnitWizard_Title=\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f
-InstallStep_Header_Download_Head=\u4e0b\u8f09
-InstallStep_Header_Download_Content=\u8acb\u7a0d\u5019\uff0c\u5b89\u88dd\u7a0b\u5f0f\u6b63\u5728\u4e0b\u8f09\u8acb\u6c42\u7684\u5916\u639b\u7a0b\u5f0f\u3002
-InstallStep_Header_Verify_Head=\u9a57\u8a3c
-InstallStep_Header_Verify_Content=\u8acb\u7a0d\u5019\uff0c\u5b89\u88dd\u7a0b\u5f0f\u6b63\u5728\u9a57\u8b49\u4e0b\u8f09\u7684\u5916\u639b\u7a0b\u5f0f\u3002
-InstallStep_Header_Install_Head=\u5b89\u88dd
-InstallStep_Header_Install_Content=\u8acb\u7a0d\u5019\uff0c\u5b89\u88dd\u7a0b\u5f0f\u6b63\u5728\u5b8c\u6210\u5b89\u88dd\u4f5c\u696d\u3002
-InstallStep_Header_InstallDone_Head=\u6210\u529f\u5b8c\u6210\u5b89\u88dd
-InstallStep_Header_InstallDone_Content=\u6309\u4e00\u4e0b [\u5b8c\u6210] \u9000\u51fa\u5b89\u88dd\u7a0b\u5f0f\u3002
-InstallStep_Header_InstallUnsuccessful_Head=\u5b89\u88dd\u5931\u6557
-InstallStep_Header_InstallUnsuccessful_Content=\u6309\u4e00\u4e0b [\u5b8c\u6210] \u9000\u51fa\u5b89\u88dd\u7a0b\u5f0f\uff0c\u7136\u5f8c\u5617\u8a66\u91cd\u65b0\u555f\u52d5\u61c9\u7528\u7a0b\u5f0f\u3002
-InstallStep_Header_Restart_Head=\u91cd\u65b0\u555f\u52d5\u61c9\u7528\u7a0b\u5f0f\uff0c\u4ee5\u5b8c\u6210\u5b89\u88dd
-InstallStep_Header_Restart_Content=\u91cd\u65b0\u555f\u52d5\u61c9\u7528\u7a0b\u5f0f\uff0c\u4ee5\u5b8c\u6210\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u3002
-UninstallStep_Header_Restart_Head=\u91cd\u65b0\u555f\u52d5\u61c9\u7528\u7a0b\u5f0f\uff0c\u4ee5\u5b8c\u6210\u505c\u7528
-UninstallStep_Header_Restart_Content=\u91cd\u65b0\u555f\u52d5\u61c9\u7528\u7a0b\u5f0f\uff0c\u4ee5\u5b8c\u6210\u5916\u639b\u7a0b\u5f0f\u505c\u7528\u3002
-CustomHandleStep_Header_Install_Restart_Head=\u91cd\u65b0\u555f\u52d5\u61c9\u7528\u7a0b\u5f0f\uff0c\u4ee5\u5b8c\u6210\u5b89\u88dd
-CustomHandleStep_Header_Install_Restart_Content=\u91cd\u65b0\u555f\u52d5\u61c9\u7528\u7a0b\u5f0f\uff0c\u4ee5\u5b8c\u6210\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u3002
-CustomHandleStep_Header_Uninstall_Restart_Head=Restart application to complete uninstallation
-CustomHandleStep_Header_Uninstall_Restart_Content=Restart application to finish plugin uninstallation.
-
-InstallStep_Done=\u5b8c\u6210\u3002
-InstallStep_Unsuccessful=\u5b89\u88dd\u5df2\u5b8c\u6210\uff0c\u4f46\u767c\u73fe\u4e0b\u5217\u554f\u984c\uff1a{0}\u3002
-InstallUnitWizardModel_Buttons_RestartNow=\u7acb\u5373\u91cd\u65b0\u555f\u52d5(&R)
-InstallUnitWizardModel_Buttons_RestartLater=\u7a0d\u5f8c\u91cd\u65b0\u555f\u52d5(&L)
-InstallUnitWizardModel_Buttons_Install=\u5b89\u88dd(&I)
-InstallUnitWizardModel_Buttons_Update=\u66f4\u65b0(&U)
-InstallUnitWizardModel_Buttons_Close=\u5b8c\u6210(&F)
-InstallUnitWizardModel_Buttons_Next=\u4e0b\u4e00\u6b65
-InstallUnitWizardModel_Buttons_MnemonicNext=&{0} >
-UninstallUnitWizardModel_Buttons_Uninstall=\u79fb\u9664(&U)
-UninstallUnitWizardModel_Buttons_TurnOn=\u555f\u7528(&A)
-UninstallUnitWizardModel_Buttons_TurnOff=\u53d6\u6d88\u555f\u7528(&D)
-InstallStep_InstallDone_Text=\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f\u5df2\u6210\u529f\u5b89\u88dd\u4e0b\u5217\u5916\u639b\u7a0b\u5f0f\uff1a
-InstallStep_InstallUnsuccessful_Text=\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f\u5728\u5b89\u88dd\u4e0b\u5217\u5916\u639b\u7a0b\u5f0f\u6642\u767c\u73fe\u554f\u984c {0}\uff1a
-UninstallStep_UninstallDone_Text=\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f\u5df2\u6210\u529f\u89e3\u9664\u5b89\u88dd\u4e0b\u5217\u5916\u639b\u7a0b\u5f0f\uff1a
-UninstallStep_ActivateDone_Text=\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f\u5df2\u6210\u529f\u555f\u7528\u4e0b\u5217\u5916\u639b\u7a0b\u5f0f\uff1a
-UninstallStep_DeactivateDone_Text=\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f\u5df2\u6210\u529f\u505c\u7528\u4e0b\u5217\u5916\u639b\u7a0b\u5f0f\uff1a
-UninstallStep_UninstallFailed_Text=\u89e3\u9664\u5b89\u88dd\u5931\u6557\uff1a{0}
-UninstallStep_ActivateFailed_Text=\u555f\u7528\u5931\u6557\uff1a{0}
-UninstallStep_DeactivateFailed_Text=\u505c\u7528\u5931\u6557\uff1a{0}
-UninstallStep_Done=\u5b8c\u6210\u3002
-UninstallStep_Failed=\u5931\u6557\u3002{0}
-UninstallStep_Header_Uninstall_Head=\u89e3\u9664\u5b89\u88dd
-UninstallStep_Header_Uninstall_Content=\u8acb\u7a0d\u5019\uff0c\u5b89\u88dd\u7a0b\u5f0f\u6b63\u5728\u89e3\u9664\u5b89\u88dd\u6240\u6709\u9078\u53d6\u7684\u5916\u639b\u7a0b\u5f0f\u3002
-UninstallStep_Header_Deactivate_Head=\u505c\u7528
-UninstallStep_Header_Deactivate_Content=\u8acb\u7a0d\u5019\uff0c\u5b89\u88dd\u7a0b\u5f0f\u6b63\u5728\u505c\u7528\u6240\u6709\u9078\u53d6\u7684\u5916\u639b\u7a0b\u5f0f\u3002
-UninstallStep_Header_Activate_Head=\u555f\u7528
-UninstallStep_Header_Activate_Content=\u8acb\u7a0d\u5019\uff0c\u5b89\u88dd\u7a0b\u5f0f\u6b63\u5728\u555f\u7528\u6240\u6709\u9078\u53d6\u7684\u5916\u639b\u7a0b\u5f0f\u3002
-UninstallStep_Header_UninstallDone_Head=\u89e3\u9664\u5b89\u88dd\u6210\u529f\u5b8c\u6210
-UninstallStep_Header_UninstallDone_Content=\u6309\u4e00\u4e0b [\u5b8c\u6210]\uff0c\u9000\u51fa\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f\u3002
-UninstallStep_Header_DeactivateDone_Head=\u505c\u7528\u9806\u5229\u5b8c\u6210
-UninstallStep_Header_DeactivateDone_Content=\u6309\u4e00\u4e0b [\u5b8c\u6210]\uff0c\u9000\u51fa\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f\u3002
-UninstallStep_Header_ActivateDone_Head=\u555f\u7528\u6210\u529f\u5b8c\u6210
-UninstallStep_Header_ActivateDone_Content=\u6309\u4e00\u4e0b [\u5b8c\u6210]\uff0c\u9000\u51fa\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f\u3002
-UninstallStep_Header_UninstallFailed_Head=\u89e3\u9664\u5b89\u88dd\u5931\u6557
-UninstallStep_Header_UninstallFailed_Content=\u6309\u4e00\u4e0b [\u5b8c\u6210]\uff0c\u9000\u51fa\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f\u3002
-UninstallStep_Header_DeactivateFailed_Head=\u505c\u7528\u5931\u6557
-UninstallStep_Header_DeactivateFailed_Content=\u6309\u4e00\u4e0b [\u5b8c\u6210]\uff0c\u9000\u51fa\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f\u3002
-UninstallStep_Header_ActivateFailed_Head=\u555f\u7528\u5931\u6557
-UninstallStep_Header_ActivateFailed_Content=\u6309\u4e00\u4e0b [\u5b8c\u6210]\uff0c\u9000\u51fa\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f\u3002
-UninstallStep_ProgressName_Uninstall=\u89e3\u9664\u5b89\u88dd\u5916\u639b\u7a0b\u5f0f
-UninstallStep_ProgressName_Activate=\u555f\u7528\u5916\u639b\u7a0b\u5f0f
-UninstallStep_ProgressName_Deactivate=\u505c\u7528\u5916\u639b\u7a0b\u5f0f
-ValidationWarningPanel_ShowCertificateButton=\u986f\u793a\u6191\u8b49(&S)
-ValidationWarningPanel_ShowCertificateFormat={0}\n{1}\n
-ValidationWarningPanel_Title=\u9a57\u8b49\u8b66\u544a
-ValidationWarningPanel_VerifyCertificate_Title=\u9a57\u8b49\u6191\u8b49
-ValidationWarningPanel_ContinueButton=\u7e7c\u7e8c(&C)
-ValidationWarningPanel_taHead_NotSignedText=\u4e0b\u5217\u5916\u639b\u7a0b\u5f0f\u5c1a\u672a\u7c3d\u7f72\uff1a
-ValidationWarningPanel_taHead_NotTrustedText=\u4e0b\u5217\u5916\u639b\u7a0b\u5f0f\u5df2\u7c3d\u7f72\u4f46\u4e0d\u53d7\u4fe1\u4efb\uff1a
-ValidationWarningPanel_taWarning_Text=\u8b66\u544a\uff1a\u5b89\u88dd\u4e0d\u53d7\u4fe1\u4efb\u7684\u5916\u639b\u7a0b\u5f0f\u6703\u6709\u6f5b\u5728\u7684\u5b89\u5168\u98a8\u96aa\u3002 \u4f7f\u7528\u672a\u7c3d\u7f72\u6216\u4e0d\u53d7\u4fe1\u4efb\u7684\u5916\u639b\u7a0b\u5f0f\u6642\uff0c\u4f7f\u7528\u8005\u5fc5\u9808\u81ea\u884c\u627f\u64d4\u98a8\u96aa\u3002
-OperationDescriptionStep_CustomHandled_Head={0} \u5916\u639b\u7a0b\u5f0f\u4f7f\u7528\u539f\u751f\u5b89\u88dd\u7a0b\u5f0f\uff1a
-InstallStep_Download_DownloadingPlugins=\u6b63\u5728\u4e0b\u8f09\u5916\u639b\u7a0b\u5f0f...
-InstallStep_Validate_ValidatingPlugins=\u6b63\u5728\u9a57\u8b49\u5916\u639b\u7a0b\u5f0f...
-InstallStep_Install_InstallingPlugins=\u6b63\u5728\u5b89\u88dd\u5916\u639b\u7a0b\u5f0f...
-OperationDescriptionStep_PluginVersionFormat=[{0}]
-OperationDescriptionStep_UpdatePluginVersionFormat=[{0} -> {1}]
-OperationWizardModel_MoreBrokenPlugins=<br>\u70ba\u907f\u514d\u767c\u751f\u53ef\u80fd\u7684\u5b89\u88dd\u554f\u984c\uff0c\u90e8\u5206\u5916\u639b\u7a0b\u5f0f\u4e26\u672a\u5b89\u88dd\u3002
-CustomHandleStep_Header_Install_Head=\u5b89\u88dd
-CustomHandleStep_Header_Install_Content=\u8acb\u7a0d\u5019\uff0c\u5b89\u88dd\u7a0b\u5f0f\u6b63\u5728\u5b8c\u6210\u5b89\u88dd\u4f5c\u696d\u3002
-CustomHandleStep_Header_Uninstall_Head=\u89e3\u9664\u5b89\u88dd
-CustomHandleStep_Header_Uninstall_Content=\u8acb\u7a0d\u5019\uff0c\u5b89\u88dd\u7a0b\u5f0f\u6b63\u5728\u89e3\u9664\u5b89\u88dd\u9078\u53d6\u7684\u5916\u639b\u7a0b\u5f0f\u3002
-CustomHandleStep_Header_InstallDone_Head=\u5b89\u88dd\u6210\u529f\u5b8c\u6210
-CustomHandleStep_Header_InstallDone_Content=\u6309 [\u4e0b\u4e00\u6b65]\uff0c\u7e7c\u7e8c\u4f7f\u7528\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f\u4f86\u5b89\u88dd\u5176\u9918\u9078\u53d6\u7684\u5916\u639b\u7a0b\u5f0f\u3002
-CustomHandleStep_Header_UninstallDone_Head=\u89e3\u9664\u5b89\u88dd\u6210\u529f\u5b8c\u6210
-CustomHandleStep_Header_UninstallDone_Content=\u6309 [\u4e0b\u4e00\u6b65]\uff0c\u7e7c\u7e8c\u89e3\u9664\u5b89\u88dd\u5176\u9918\u9078\u53d6\u7684\u5916\u639b\u7a0b\u5f0f\u3002
-CustomHandleStep_Header_InstallFail_Head=\u5b89\u88dd\u5931\u6557\u3002
-CustomHandleStep_Header_InstallFail_Content=\u6309\u4e00\u4e0b [\u53d6\u6d88]\uff0c\u9000\u51fa\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f\u3002
-CustomHandleStep_Header_UninstallFail_Head=\u5b89\u88dd\u5931\u6557
-CustomHandleStep_Header_UninstallFail_Content=\u6309\u4e00\u4e0b [\u53d6\u6d88]\uff0c\u9000\u51fa\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f\u3002
-CustomHandleStep_Install_InstallingPlugins=\u6b63\u5728\u4f7f\u7528\u5916\u639b\u7a0b\u5f0f\u7684\u5b89\u88dd\u7a0b\u5f0f\u4f86\u5b89\u88dd\u5916\u639b\u7a0b\u5f0f...
-CustomHandleStep_Uninstall_UninstallingPlugins=\u6b63\u5728\u4f7f\u7528\u5916\u639b\u7a0b\u5f0f\u7684\u5b89\u88dd\u7a0b\u5f0f\u4f86\u89e3\u9664\u5b89\u88dd\u5916\u639b\u7a0b\u5f0f...
-CustomHandleStep_Done=\u5b8c\u6210\u3002
-CustomHandleStep_InstallDone_Text=\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f\u5df2\u6210\u529f\u5b8c\u6210\u5b89\u88dd\u3002
-CustomHandleStep_InstallFail_Text=\u5b89\u88dd {0} \u5931\u6557\u3002
-CustomHandleStep_UninstallDone_Text=\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f\u5df2\u6210\u529f\u5b8c\u6210\u89e3\u9664\u5b89\u88dd\u3002
-CustomHandleStep_UninstallFail_Text=\u89e3\u9664\u5b89\u88dd {0} \u5931\u6557\u3002
-InstallStep_NetworkProblem_Continue=\u91cd\u8a66(&T)
-InstallStep_NetworkProblem_Text={0} \u767c\u751f\u7db2\u8def\u554f\u984c
-OperationPanel.cbRunInBackground.text=\u5728\u80cc\u666f\u57f7\u884c(&R)
-InstallSupport_InBackground_NetworkError=\u7121\u6cd5\u9023\u63a5\u81f3\u66f4\u65b0\u4e2d\u5fc3\u3002
-InstallSupport_InBackground_NetworkError_Details=details
-LicenseApprovalPanel.cbAccept.text=\u6211\u63a5\u53d7\u6240\u6709\u6388\u6b0a\u5408\u7d04\u4e2d\u7684\u689d\u6b3e(&A)\u3002
-InstallSupport_RestartNeeded=\u8acb\u91cd\u65b0\u555f\u52d5\u61c9\u7528\u7a0b\u5f0f\u4ee5\u5b8c\u6210\u5b89\u88dd\u3002
-UninstallSupport_RestartNeeded=\u8acb\u91cd\u65b0\u555f\u52d5\u61c9\u7528\u7a0b\u5f0f\u4ee5\u5b8c\u6210\u505c\u7528\u3002
-CustomHandleStep_Install_RestartNeeded=\u8acb\u91cd\u65b0\u555f\u52d5\u61c9\u7528\u7a0b\u5f0f\u4ee5\u5b8c\u6210\u5b89\u88dd\u3002
-CustomHandleStep_Uninstall_RestartNeeded=Restart the application to complete the uninstallation.
-
-RestartNeeded_Details=Click here to restart your application now
-#RestartConfirmation_Message=Are you sure you want to restart the application?
-#RestartConfirmation_Title=Restart the application
-PanelBodyContainer_ACN=NetBeans Installer Wizard
-PanelBodyContainer_ACD=NetBeans Installer Wizard
-#ACD_Text_Html=text/html
-LicenseApprovalPanel_taLicenses_ACN=N/A
-LicenseApprovalPanel_taLicenses_ACD=N/A
-LicenseApprovalPanel_cbAccept_ACN=N/A
-ValidationWarningPanel_tpPlugins_ACN=\u672a\u9a57\u8b49\u7684\u5916\u639b\u7a0b\u5f0f
-ValidationWarningPanel_taWarning_Text_ACD=\u8b66\u544a\uff1a\u5b89\u88dd\u4e0d\u53d7\u4fe1\u4efb\u7684\u5916\u639b\u7a0b\u5f0f\u6703\u6709\u6f5b\u5728\u7684\u5b89\u5168\u98a8\u96aa\u3002 \u4f7f\u7528\u672a\u7c3d\u7f72\u6216\u4e0d\u53d7\u4fe1\u4efb\u7684\u5916\u639b\u7a0b\u5f0f\u6642\uff0c\u4f7f\u7528\u8005\u5fc5\u9808\u81ea\u884c\u627f\u64d4\u98a8\u96aa\u3002
-ValidationWarningPanel_taWarning_Text_ACN=\u8b66\u544a
-ValidationWarningPanel_taHead_ACN=N/A
-ValidationWarningPanel_ACD=N/A
-UninstallUnitWizard_Title=\u5916\u639b\u7a0b\u5f0f\u5b89\u88dd\u7a0b\u5f0f
-LazyOperationDescriptionStep_NoUpdates_Title=<h3>\u60a8\u7684\u61c9\u7528\u7a0b\u5f0f\u662f\u6700\u65b0\u7248\u672c\uff01</h3>
-LazyOperationDescriptionStep_NoUpdates=\u6c92\u6709\u53ef\u7528\u7684\u66f4\u65b0\u3002
-LazyOperationDescriptionStep_NoUpdatesWithProblems_Title=<h3>Checking for updates failed.</h3>
-LazyOperationDescriptionStep_NoUpdatesWithProblems=Check your network connection, verify that your proxy settings<br>are configured correctly, or try again later.
-LazyOperationDescriptionStep_FindUpdates_Title=<b>\u6b63\u5728\u6aa2\u67e5\u66f4\u65b0\u3002</b><br>\u8acb\u7a0d\u5019\uff0c\u5b89\u88dd\u7a0b\u5f0f\u6b63\u5728\u6aa2\u67e5\u53ef\u7528\u7684\u66f4\u65b0\u3002
-InstallUnitWizard_MessageFormat={1}
-PanelBodyContainer_ProgressLine=\u6b63\u5728\u521d\u59cb\u5316\u66f4\u65b0\u6e05\u55ae... 
-OperationDescriptionStep_BrokenModuleDepInit=<h3>\u90e8\u5206\u5916\u639b\u7a0b\u5f0f\u9700\u8981\u5b89\u88dd\u5916\u639b\u7a0b\u5f0f {0}\u3002</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPendingModuleDepInit=<h3>\u90e8\u5206\u5916\u639b\u7a0b\u5f0f\u6b63\u5728\u7b49\u5f85\u61c9\u7528\u7a0b\u5f0f\u91cd\u65b0\u555f\u52d5\uff0c\u4ee5\u89e3\u6c7a\u4e0b\u5217\u554f\u984c\uff1a</h3>{1}<br>
-OperationDescriptionStep_BrokenRequireDepInit=<h3>\u90e8\u5206\u5916\u639b\u7a0b\u5f0f\u9700\u8981\u529f\u80fd {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenJavaDepInit=<h3>\u90e8\u5206\u5916\u639b\u7a0b\u5f0f\u9700\u8981\u7684 Java \u5e73\u53f0\u7248\u672c\u70ba {0}</h3>{1}<br><br>
-OperationDescriptionStep_BrokenPackageDepInit=<h3>\u90e8\u5206\u5916\u639b\u7a0b\u5f0f\u9700\u8981 JDK</h3>\u90e8\u5206\u9078\u53d6\u7684\u5916\u639b\u7a0b\u5f0f\u9700\u8981 JDK \u624d\u80fd\u6b63\u5e38\u904b\u4f5c\u3002 \u76ee\u524d\uff0cNetBeans IDE \u4f3c\u4e4e\u662f\u4ee5 JRE \u57f7\u884c\uff0c\u800c\u975e\u5b8c\u6574\u7684 JDK\u3002<br><br>\u82e5\u8981\u4f7f\u7528\u9019\u4e9b\u5916\u639b\u7a0b\u5f0f\uff0c\u8acb\u4ee5 <code>--jdkhome</code> \u6307\u4ee4\u884c\u9078\u9805\u8a2d\u70ba JDK \u5b89\u88dd\u4f4d\u7f6e\uff0c\u4f86\u555f\u52d5 IDE\u3002\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u53c3\u95b1 <a href="http://wiki.netbeans.org/FaqRunningOnJre">http://wiki.netbeans.org/FaqRunningOnJre</a>\u3002<br><br>
-OperationDescriptionStep_BrokenModuleDep=\u6b64\u5916\uff0c\u9084\u9700\u8981\u5b89\u88dd\u5916\u639b\u7a0b\u5f0f {0}\u3002
-OperationDescriptionStep_BrokenModuleNameDep=\u9700\u8981\u540d\u7a31\u70ba {0} \u7684\u5916\u639b\u7a0b\u5f0f\uff0c\u4f46\u672a\u627e\u5230\u3002
-OperationDescriptionStep_BrokenModuleVersionDep=\u7248\u672c >= {1} \u9700\u8981\u7684\u662f\u5916\u639b\u7a0b\u5f0f {0}\uff0c\u4f46\u50c5\u627e\u5230 {2}\u3002
-OperationDescriptionStep_BrokenModuleReleaseVersionDep=The plugin {0} is requested in version >= {1} (release version {2}) but only {3} (of release version different from {2}) was found.
-OperationDescriptionStep_BrokenModuleOnlyVersionDep=\u7248\u672c {1} \u9700\u8981\u7684\u662f\u5916\u639b\u7a0b\u5f0f {0}\u3002
-OperationDescriptionStep_BrokenModuleImplDep=\u5be6\u4f5c\u7248\u672c {1} \u9700\u8981\u7684\u662f\u5916\u639b\u7a0b\u5f0f {0}\u3002
-OperationDescriptionStep_BrokenRequiresDep=\u627e\u4e0d\u5230\u63d0\u4f9b\u529f\u80fd {0} \u7684\u5916\u639b\u7a0b\u5f0f\u3002
-OperationDescriptionStep_AffectedPluginByBrokenDep=\u4ee5\u4e0b\u662f\u53d7\u5f71\u97ff\u7684\u5916\u639b\u7a0b\u5f0f\uff1a<br>
-OperationDescriptionStep_AffectedPluginByBrokenDepOnce=\u4ee5\u4e0b\u662f\u53d7\u5f71\u97ff\u7684\u5916\u639b\u7a0b\u5f0f\uff1a<br>
-OperationDescriptionStep_AffectedPlugin=      {0}<br>
-InstallStep_DownloadProblem=\u5132\u5b58 {0} \u6642\u767c\u751f\u4e00\u4e9b\u554f\u984c\u3002\n\u539f\u56e0\uff1a{1}
-InstallStep_DownloadProblem_SomePlugins=\u9078\u53d6\u7684\u5916\u639b\u7a0b\u5f0f
-
diff --git a/l10n/src/zh_TW/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_zh_TW.properties
deleted file mode 100644
index b1a3d1f..0000000
--- a/l10n/src/zh_TW/platform/core-kit/core-kit/org/netbeans/modules/core/kit/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=RCP Platform
-OpenIDE-Module-Name=RCP Platform
-OpenIDE-Module-Short-Description=NetBeans RCP Platform
-OpenIDE-Module-Long-Description=The NetBeans RCP Platform is a generic framework for Swing applications. \u5b83\u63d0\u4f9b\u4e86\u5e7e\u4e4e\u6240\u6709\u5927\u578b\u684c\u9762\u61c9\u7528\u7a0b\u5f0f\u5e38\u7528\u7684\u670d\u52d9\uff1a\u8996\u7a97\u7ba1\u7406\u3001\u529f\u80fd\u8868\u3001\u8a2d\u5b9a\u548c\u5132\u5b58\u3001\u66f4\u65b0\u7ba1\u7406\u3001\u6a94\u6848\u5b58\u53d6\u7b49\u3002<br><br>\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u53c3\u95b1 <a href="http://platform.netbeans.org">platform.netbeans.org</a>\u3002
-
diff --git a/l10n/src/zh_TW/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_zh_TW.properties
deleted file mode 100644
index 54bb2a6..0000000
--- a/l10n/src/zh_TW/platform/editor-mimelookup-impl/editor-mimelookup-impl/org/netbeans/modules/editor/mimelookup/impl/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup On SystemFS
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=MimeDataProvider \u7684\u9810\u8a2d\u5be6\u4f5c\u3002
-OpenIDE-Module-Long-Description=MIME Lookup On SystemFS \u6a21\u7d44\u5be6\u4f5c MimeDataProvider\uff0c\u5176\u7528\u65bc\u67e5\u8a62\u7cfb\u7d71\u6a94\u6848\u7cfb\u7d71\u4e0a\u8cc7\u6599\u593e\u968e\u5c64\u4e2d\u7684\u7269\u4ef6\u3002
-
-
diff --git a/l10n/src/zh_TW/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_zh_TW.properties
deleted file mode 100644
index e4edca5..0000000
--- a/l10n/src/zh_TW/platform/editor-mimelookup/editor-mimelookup/org/netbeans/modules/editor/mimelookup/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=MIME Lookup API
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=MIME  Lookup API\u3002
-OpenIDE-Module-Long-Description=MIME Lookup \u6a21\u7d44\u63d0\u4f9b API \u4f86\u67e5\u8a62 MIME \u985e\u578b\u76f8\u4f9d\u8a2d\u5b9a\u3001\u670d\u52d9\u548c\u5176\u4ed6\u7269\u4ef6\u3002 \u5b83\u4e5f\u63d0\u4f9b SPI \u4f86\u5be6\u4f5c\u5176\u4ed6 MIME \u985e\u578b\u76f8\u95dc\u8cc7\u6599\u63d0\u4f9b\u8005\u3002
-
diff --git a/l10n/src/zh_TW/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_zh_TW.properties
deleted file mode 100644
index 07ce3c8..0000000
--- a/l10n/src/zh_TW/platform/favorites/favorites/org/netbeans/modules/favorites/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACT_Add=\u52a0\u5165\u5230\u6211\u7684\u6700\u611b(&A)
-ACT_AddOnFavoritesNode=\u52a0\u5165\u5230\u6211\u7684\u6700\u611b(&A)...
-ACT_Remove=\u5f9e\u6211\u7684\u6700\u611b\u79fb\u9664(&R)
-ACT_View=\u6211\u7684\u6700\u611b(&I)
-ACT_Select=\u6211\u7684\u6700\u611b
-ACT_Select_Main_Menu=\u5728\u6211\u7684\u6700\u611b\u4e2d\u9078\u53d6(&A)
-
-Favorites=\u6211\u7684\u6700\u611b
-Templates/Other=\u5176\u4ed6
-Templates/Properties=\u4f7f\u7528\u8005\u914d\u7f6e\u5c6c\u6027
-Templates/Other/Folder=\u8cc7\u6599\u593e
-Templates/Other/file=\u7a7a\u767d\u6a94\u6848
-
-#name [display name]
-CTL_DisplayNameTemplate ={0} [{1}]
-
-# Tab
-ACSN_ExplorerBeanTree=\u8cc7\u6e90\u7ba1\u7406\u5668
-ACSD_ExplorerBeanTree=N/A
-
-# JFileChooser
-CTL_DialogTitle=\u52a0\u5165\u5230\u6211\u7684\u6700\u611b
-CTL_ApproveButtonText=\u52a0\u5165
-ERR_FileDoesNotExist={0} \u4e0d\u5b58\u5728\u3002
-ERR_FileDoesNotExistDlgTitle=\u52a0\u5165\u5230\u6211\u7684\u6700\u611b
-
-MSG_NodeNotFound=\u5728 [\u6211\u7684\u6700\u611b] \u9801\u7c64\u4e2d\u627e\u4e0d\u5230\u6587\u4ef6\u7bc0\u9ede\u3002
-
-# Manifest localization
-OpenIDE-Module-Name=\u6211\u7684\u6700\u611b
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u652f\u63f4\u5c0d\u6211\u7684\u6700\u611b\u6a94\u6848\u9032\u884c\u7d44\u7e54\u3002
-OpenIDE-Module-Long-Description=\u901a\u904e\u6211\u7684\u6700\u611b\u6a21\u7d44\uff0c\u53ef\u4ee5\u5efa\u7acb\u8207\u5de5\u4f5c\u660e\u78ba\u76f8\u95dc\u7684\u6a94\u6848\u7684\u6aa2\u8996\uff0c\u50c5\u5728\u4e00\u500b\u516c\u6709\u4f4d\u7f6e\u5373\u53ef\u5b58\u53d6\u9019\u4e9b\u6a94\u6848\u3002
-
-# Options Export
-Templates.Options.Export.Category.displayName=\u6a23\u677f
-Templates.Options.Export.displayName=All Templates
-Favorites.Options.Export.displayName=\u6211\u7684\u6700\u611b
-
diff --git a/l10n/src/zh_TW/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_zh_TW.html b/l10n/src/zh_TW/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_zh_TW.html
deleted file mode 100644
index c899f4b..0000000
--- a/l10n/src/zh_TW/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFile_zh_TW.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-在磁碟上建立具有任意副檔名的空檔案。
-</BODY></HTML>
diff --git a/l10n/src/zh_TW/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_zh_TW.html b/l10n/src/zh_TW/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_zh_TW.html
deleted file mode 100644
index 8e7fc4c..0000000
--- a/l10n/src/zh_TW/platform/favorites/favorites/org/netbeans/modules/favorites/resources/templatesFolder_zh_TW.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-   -
-   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-   -
-   - The contents of this file are subject to the terms of either the GNU
-   - General Public License Version 2 only ("GPL") or the Common
-   - Development and Distribution License("CDDL") (collectively, the
-   - "License"). You may not use this file except in compliance with the
-   - License. You can obtain a copy of the License at
-   - http://www.netbeans.org/cddl-gplv2.html
-   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-   - specific language governing permissions and limitations under the
-   - License.  When distributing the software, include this License Header
-   - Notice in each file and include the License file at
-   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-   - particular file as subject to the "Classpath" exception as provided
-   - by Sun in the GPL Version 2 section of the License file that
-   - accompanied this code. If applicable, add the following below the
-   - License Header, with the fields enclosed by brackets [] replaced by
-   - your own identifying information:
-   - "Portions Copyrighted [year] [name of copyright owner]"
-   -
-   - Contributor(s):
-   -
-   - The Original Software is NetBeans. The Initial Developer of the Original
-   - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-   - Microsystems, Inc. All Rights Reserved.
-   -
-   - If you wish your version of this file to be governed by only the CDDL
-   - or only the GPL Version 2, indicate your decision by adding
-   - "[Contributor] elects to include this software in this distribution
-   - under the [CDDL or GPL Version 2] license." If you do not indicate a
-   - single choice of license, a recipient has the option to distribute
-   - your version of this file under either the CDDL, the GPL Version 2 or
-   - to extend the choice of license to its licensees as provided above.
-   - However, if you add GPL Version 2 code and therefore, elected the GPL
-   - Version 2 license, then the option applies only if the new code is
-   - made subject to such option by the copyright holder.
-  -->
-
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-</head>
-<BODY>
-在磁碟上建立新的資料夾。
-</BODY></HTML>
diff --git a/l10n/src/zh_TW/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_zh_TW.properties
deleted file mode 100644
index 47a51c3..0000000
--- a/l10n/src/zh_TW/platform/favorites/favorites/org/netbeans/modules/favorites/templates/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,83 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# TemplatesAction
-BTN_TemplatesPanel_CloseButton=\u95dc\u9589(&C)
-BTN_TemplatesPanel_OpenInEditorButton=\u5728\u7de8\u8f2f\u5668\u4e2d\u958b\u555f(&O)
-LBL_TemplatesAction_Name=\u7bc4\u672c(&T)
-HINT_TemplatesAction=\u81ea\u8a02\u7bc4\u672c
-LBL_TemplatesPanel_Title=\u6a23\u677f\u7ba1\u7406\u5668
-BTN_TemplatesPanel_Delete=\u522a\u9664(&D)
-LBL_TemplatesPanel_TemplatesLabel=\u6a23\u677f(&T)\uff1a
-BTN_TemplatesPanel_Add=\u52a0\u5165(&A)...
-BTN_TemplatesPanel_RenameButton=\u91cd\u65b0\u547d\u540d(&R)
-BTN_TemplatesPanel_DuplicateButton=\u8907\u88fd(&P)
-BTN_TemplatesPanel_NewFolder=\u65b0\u589e\u8cc7\u6599\u593e(&N)
-BTN_TemplatesPanel_MoveUp=\u4e0a\u79fb(&U)
-BTN_TemplatesPanel_MoveDown=\u4e0b\u79fb(&W)
-LBL_TemplatesPanel_JFileChooser_Title=Add Existing Template
-BTN_TemplatesPanel_JFileChooser_AddButtonName=\u52a0\u5165
-TXT_TemplatesPanel_NewFolderName=\u65b0\u589e\u8cc7\u6599\u593e
-MSG_TemplatesPanel_Nonexistent_File=File ''{0}''\ndoes not exist, please specify an existing file.
-
-TemplatesPanel_TemplateNode_DisplayName=\u986f\u793a\u540d\u7a31
-TemplatesPanel_TemplateNode_DisplayName_Desc=Display name of this template. Shown in File|New wizard as well as in Tools|Templates.
-TemplatesPanel_TemplateNode_FileName=\u6a94\u6848\u540d
-TemplatesPanel_TemplateNode_FileName_Desc=File name of file represented by this template.
-TemplatesPanel_TemplateNode_ScriptEngine=Script Engine
-TemplatesPanel_TemplateNode_ScriptEngine_Desc=Script engine use for processing this template.
-TemplatesPanel_TemplateNode_TemplateCategories=Template Categories
-TemplatesPanel_TemplateNode_TemplateCategories_Desc=A list of template's categories appropriate for this template.
-
-ACD_TemplatesPanel_Add=\u52a0\u5165\u6a23\u677f
-
-ACD_TemplatesPanel_New=\u65b0\u589e\u7bc4\u672c
-
-ACD_TemplatesPanel_Duplicate=\u91cd\u8907\u9078\u53d6\u7684\u7bc4\u672c
-
-ACD_TemplatesPanel_Rename=\u91cd\u65b0\u547d\u540d\u7bc4\u672c
-
-ACD_TemplatesPanel_MoveUp=\u4e0a\u79fb\u9078\u53d6\u7684\u7bc4\u672c
-
-ACD_TemplatesPanel_MoveDown=\u4e0b\u79fb\u9078\u53d6\u7684\u7bc4\u672c
-
-ACD_TemplatesPanel_Delete=\u522a\u9664\u7bc4\u672c
-
-TT_TemplatesPanel_Add=\u52a0\u5165\u6a23\u677f
-
diff --git a/l10n/src/zh_TW/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_zh_TW.properties
deleted file mode 100644
index 13ecbed..0000000
--- a/l10n/src/zh_TW/platform/javahelp/javahelp/org/netbeans/modules/javahelp/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Help system
-# {0} - URL
-EXC_nbdocs_cannot_connect=\u7121\u6cd5\u9023\u63a5\u5230 URL {0}\uff1b\u627e\u4e0d\u5230\u6b64\u985e\u5225\u8cc7\u6e90\u3002
-
-# JavaHelp
-# {0} - ID
-MSG_jh_id_not_found=\u8b66\u544a\uff1a\u627e\u4e0d\u5230 JavaHelp \u4e3b\u984c ID {0}\u3002
-#LBL_Empty_HelpComponent=<JavaHelp not found>
-# master index menu item
-#LBL_MasterIndex=Master Index
-TITLE_loading_help_sets=\u6b63\u5728\u8f09\u5165\u8aaa\u660e\u96c6...
-ACSD_JavaHelp_viewer=\u4ee5 JavaHelp \u6392\u7248\u986f\u793a\u4e00\u500b\u6216\u591a\u500b\u7dda\u4e0a\u8aaa\u660e\u53c3\u7167
-ACSD_Loading_Dialog=\u6b63\u5728\u8f09\u5165\u8aaa\u660e\u96c6
-
-# HelpAction
-LBL_HelpAction=\u8aaa\u660e
-CTL_OpeningHelp=\u6b63\u5728\u958b\u555f\u8aaa\u660e...
-
-# Display name of known modules
-org.netbeans.modules.web.monitor=HTTP \u76e3\u8996\u5668
-
-# a11y - BrowserDisplayer
-ACSD_Label=\u6309\u4e00\u4e0b\u6b64\u8655\u53ef\u5728 Web \u700f\u89bd\u5668\u4e2d\u958b\u555f\u6b64\u9023\u7d50\u3002
-
-# log messages
-# {0} HelpCtx of the help to be shown
-LOG_SHOWING_HELP=\u986f\u793a\u8aaa\u660e ID\uff1a{0}
-LOG_SHOWING_HELP_ICON_BASE=org/netbeans/modules/javahelp/resources/help.gif
-
-# usage logging
-# {0} HelpCtx of the help to be shown
-USG_HELP_SHOW=\u986f\u793a\u8aaa\u660e ID\uff1a{0}
-
-QuickSearch/Help=\u8aaa\u660e
-Err_CreateJavaHelpSearchEngine=\u7121\u6cd5\u5efa\u7acb JavaHelp \u641c\u5c0b\u5f15\u64ce\u3002
-
-# Copy link location action
-LBL_CopyLinkLocationAction=Copy Link Location
-
diff --git a/l10n/src/zh_TW/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_zh_TW.properties
deleted file mode 100644
index 13dfbc6..0000000
--- a/l10n/src/zh_TW/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JavaHelp \u6574\u5408
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u5141\u8a31\u5c07 JavaHelp \u8aaa\u660e\u96c6\u52a0\u5165\u5230 IDE.
-OpenIDE-Module-Long-Description=\u5305\u542b\u5be6\u969b\u7684 JavaHelp \u57f7\u884c\u74b0\u5883\u7a0b\u5f0f\u5eab\u548c\u6a21\u7d44 API \u7684\u90e8\u5206\u7684\u5be6\u4f5c\uff0cAPI \u5141\u8a31\u5176\u5b83\u6a21\u7d44\u4f7f\u7528 JavaHelp \u6280\u8853\u5b89\u88dd\u8aaa\u660e\u96c6\u3002
-
-Menu/Help/master-help.xml=\u8aaa\u660e\u76ee\u9304(&C)
-Menu/Help/HelpShortcuts=\u8aaa\u660e\u96c6(&S)
-Actions/Help/master-help.xml=\u8aaa\u660e\u76ee\u9304(&C)
-
diff --git a/l10n/src/zh_TW/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_zh_TW.html b/l10n/src/zh_TW/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_zh_TW.html
deleted file mode 100644
index db63f19..0000000
--- a/l10n/src/zh_TW/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpPage_zh_TW.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-
-<HTML><head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<TITLE>主索引</TITLE>
-</HEAD><BODY>
-此視窗包含所有已安裝文件的總目次。您可以使用左邊的導覽器來瀏覽 IDE 的完整目錄和索引,也可以對整份文件執行索引搜尋和全文搜尋。
-</BODY></HTML>
diff --git a/l10n/src/zh_TW/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_zh_TW.xml b/l10n/src/zh_TW/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_zh_TW.xml
deleted file mode 100644
index 7337339..0000000
--- a/l10n/src/zh_TW/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/masterHelpSet_zh_TW.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-particular file as subject to the "Classpath" exception as provided
-by Sun in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
-<helpset version="2.0">
-    <title>說明</title>
-    <maps>
-        <homeID>org.netbeans.api.javahelp.MASTER_ID</homeID>
-        <mapref location="masterHelpMap.jhm"/>
-    </maps>
-    <view mergetype="javax.help.UniteAppendMerge">
-        <name>TOC</name>
-        <label>目錄</label>
-        <type>javax.help.TOCView</type>
-        <data>masterHelpToc.xml</data>
-    </view>
-    <!--
-    <view mergetype="javax.help.SortMerge">
-        <name>Index</name>
-        <label>Index</label>
-        <type>javax.help.IndexView</type>
-    </view>
-    -->
-    <view>
-        <name>Search</name>
-        <label>搜尋</label>
-        <type>javax.help.ModifiedSearchView</type>
-    </view>
-    <!--
-    <view>
-        <name>Favorites</name>
-        <label>Favorites</label>
-        <type>javax.help.FavoritesView</type>
-    </view>
-    -->
-    <presentation default="true" displayviews="true" displayviewimages="false">
-        <name>main window</name>
-        <toolbar>
-            <helpaction image="helpviewer_back">javax.help.BackAction</helpaction>
-            <helpaction image="helpviewer_forward">javax.help.ForwardAction</helpaction>
-            <helpaction image="helpviewer_print">javax.help.PrintAction</helpaction>
-            <helpaction image="helpviewer_page-setup">javax.help.PrintSetupAction</helpaction>
-        </toolbar>
-    </presentation>
-    <presentation displayviews="false">
-        <name>NBSecondaryWindow</name>
-        <size width="600" height="400" />
-        <location x="200" y="200" />
-    </presentation>
-
-    </helpset>
diff --git a/l10n/src/zh_TW/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_zh_TW.html b/l10n/src/zh_TW/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_zh_TW.html
deleted file mode 100644
index 83447ac..0000000
--- a/l10n/src/zh_TW/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notEnabledModule_zh_TW.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>未啟用模組</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>未啟用模組</h2>
-<p>您嘗試檢視的說明主題位於目前已關閉的 {0} 模組中。若要開啟已安裝但停用的模組,請選取 [工具] > [模組管理員]。</p>
-</body>
-</html>
diff --git a/l10n/src/zh_TW/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_zh_TW.html b/l10n/src/zh_TW/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_zh_TW.html
deleted file mode 100644
index 40fb349..0000000
--- a/l10n/src/zh_TW/platform/javahelp/javahelp/org/netbeans/modules/javahelp/resources/notInstalledModule_zh_TW.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-  <title>未安裝模組</title>
-  <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
-</head>
-<body>
-<h2>未安裝模組</h2>
-<p>您嘗試檢視的說明主題位於目前未安裝的 {0} 模組中。此模組可能以外掛程式的形式存在。若要檢查,請選擇 [工具] > [外掛程式]。
-</p>
-</body>
-</html>
diff --git a/l10n/src/zh_TW/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_zh_TW.properties
deleted file mode 100644
index 831fb78..0000000
--- a/l10n/src/zh_TW/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,76 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} = name of the file to create
-# {1} = path of the folder to create in
-EXC_CannotCreateData=\u4e0d\u80fd\u5728\u8cc7\u6599\u593e {1} \u4e2d\u5efa\u7acb\u6a94\u6848 {0}\u3002
-EXC_CannotCreateExistingData=\u4e0d\u80fd\u5728\u8cc7\u6599\u593e {1} \u4e2d\u5efa\u7acb\u6a94\u6848 {0}\u3002\u6a94\u6848\u5df2\u5b58\u5728\u3002
-
-# {0} = name of the folder to create
-# {1} = path of the folder to create in
-EXC_CannotCreateFolder=\u4e0d\u80fd\u5728\u8cc7\u6599\u593e {1} \u4e2d\u5efa\u7acb\u8cc7\u6599\u593e {0}\u3002
-EXC_CannotCreateExistingFolder=\u4e0d\u80fd\u5728\u8cc7\u6599\u593e {1} \u4e2d\u5efa\u7acb\u8cc7\u6599\u593e {0}\u3002\u8cc7\u6599\u593e\u5df2\u5b58\u5728\u3002
-
-# {0} - file that cannot be deleted
-# {1} - path of the folder to create from
-EXC_CannotDelete=\u4e0d\u80fd\u522a\u9664 {1} \u4e2d\u7684\u6a94\u6848 {0}\u3002
-
-# {0} = original name of the file (with extension)
-# {1} = path of the folder
-# {2} = new name of the file (with extension)
-EXC_CannotRename=\u4e0d\u80fd\u5c07 {1} \u4e2d\u7684\u6a94\u6848 {0} \u91cd\u65b0\u547d\u540d\u70ba {2}\u3002
-
-# {0} = instance of tested lock
-# {1} = name of the file
-EXC_InvalidLock=\u6a94\u6848 {1} \u7684\u9396\u5b9a [{0}] \u7121\u6548\u3002
-
-# {0} = name of FS
-EXC_CannotRenameRoot=\u4e0d\u80fd\u91cd\u65b0\u547d\u540d\u6a94\u6848\u7cfb\u7d71 {0} \u7684\u6839\u76ee\u9304\u3002
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=\u4e0d\u80fd\u522a\u9664\u6a94\u6848\u7cfb\u7d71 {0} \u7684\u6839\u76ee\u9304\u3002
-
-EXC_CannotLockRoot=\u4e0d\u80fd\u9396\u5b9a\u6839\u76ee\u9304\u3002
-
-# {0} - object name
-EXC_CannotGetExclusiveAccess=\u7121\u6cd5\u53d6\u5f97 {0} \u7684\u5c08\u7528\u5b58\u53d6\u6b0a (\u53ef\u80fd\u5df2\u958b\u555f\u8b80\u53d6)\u3002
-
-# {0} - object name
-EXC_CannotGetSharedAccess=\u7121\u6cd5\u53d6\u5f97 {0} \u7684\u5171\u7528\u5b58\u53d6\u6b0a (\u53ef\u80fd\u5df2\u958b\u555f\u5beb\u5165)\u3002
-
diff --git a/l10n/src/zh_TW/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_zh_TW.properties
deleted file mode 100644
index dd17741..0000000
--- a/l10n/src/zh_TW/platform/masterfs/masterfs/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-EXC_FileAlreadyLocked=\u6a94\u6848 {0} \u5df2\u9396\u5b9a\u3002
-EXC_FileLockAlreadyExists=\u6a94\u6848 {0} \u5df2\u9396\u5b9a\uff08\u9396\u5b9a {1} \u5b58\u5728\uff09\u3002
-# {0} - full path
-FileObj.readOnlyFile=\u7121\u6cd5\u5beb\u5165\u6a94\u6848 {0}\uff0c\u56e0\u70ba\u8a72\u6a94\u6848\u662f\u552f\u8b80\u7684\u3002
-
diff --git a/l10n/src/zh_TW/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_zh_TW.properties
deleted file mode 100644
index e95a547..0000000
--- a/l10n/src/zh_TW/platform/masterfs/masterfs/org/netbeans/modules/masterfs/resources/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,80 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest.mf
-OpenIDE-Module-Name=\u4e3b\u6a94\u6848\u7cfb\u7d71
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u5c07\u591a\u500b\u6a94\u6848\u7cfb\u7d71\u63d0\u4f9b\u7a0b\u5f0f\u5408\u4f75\u5230\u4e00\u500b\u908f\u8f2f\u6a39\u4e2d\u3002
-OpenIDE-Module-Long-Description=\u70ba\u78c1\u789f\u6839\u5efa\u7acb\u5b89\u88dd\uff0c\u7136\u5f8c\u5728\u5176\u4ed6\u6a94\u6848\u7cfb\u7d71\uff08\u5982 VCS \u5b89\u88dd\uff09\u4e2d\u9032\u884c\u6574\u5408\uff0c\u5f9e\u800c\u70ba\u6240\u6709\u5b89\u88dd\u63d0\u4f9b\u4e00\u500b\u5957\u4ef6\u88dd\u5668\u6a94\u6848\u7cfb\u7d71\u3002
-
-LBL_loaderName=\u4e3b\u6a94\u6848\u7cfb\u7d71\u7684\u8cc7\u6599\u593e\u8f09\u5165\u5668
-
-# {0} = name of FS
-EXC_CannotRenameRoot=\u7121\u6cd5\u91cd\u65b0\u547d\u540d\u6a94\u6848\u7cfb\u7d71 {0} \u7684\u6839\u3002
-
-# {0} = name of FS
-EXC_CannotCopyRoot=\u7121\u6cd5\u8907\u88fd\u6a94\u6848\u7cfb\u7d71 {0} \u7684\u6839\u3002
-
-# {0} = name of FS
-EXC_CannotMoveRoot=\u7121\u6cd5\u79fb\u52d5\u6a94\u6848\u7cfb\u7d71 {0} \u7684\u6839\u3002
-
-# {0} = name of FS
-EXC_CannotDeleteRoot=\u7121\u6cd5\u522a\u9664\u6a94\u6848\u7cfb\u7d71 {0} \u7684\u6839\u3002
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=\u7121\u6cd5\u5c07 {1} \u4e2d\u7684\u6a94\u6848 {0} \u91cd\u65b0\u547d\u540d\u70ba {2}\u3002
-
-# {0} = display name of the filesystem
-EXC_FSisRO=\u6a94\u6848\u7cfb\u7d71 {0} \u662f\u552f\u8b80\u7684\u3002
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-# {2} = display name of the filesystem, that is already mounted
-EXC_AlreadyMounted=\u7121\u6cd5\u5728\u6839 {0} \u4e0a\u5b89\u88dd\u6a94\u6848\u7cfb\u7d71 {1}\uff0c\u56e0\u70ba\u5df2\u5b89\u88dd\u4e86\u6a94\u6848\u7cfb\u7d71 {2}\u3002
-
-
-# {0} = display name of the filesystem
-# {1} = path of mountPoint
-EXC_CannotMount=\u7121\u6cd5\u5728\u6839 {0} \u4e0a\u5b89\u88dd\u6a94\u6848\u7cfb\u7d71 {1}\u3002 
-
-# {0} = display name of the filesystem
-EXC_CannotUnMount=\u7121\u6cd5\u79fb\u9664\u6a94\u6848\u7cfb\u7d71 {0}\u3002 
-
diff --git a/l10n/src/zh_TW/platform/options-api/options-api/org/netbeans/modules/options/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/options-api/options-api/org/netbeans/modules/options/Bundle_zh_TW.properties
deleted file mode 100644
index 4dd6188..0000000
--- a/l10n/src/zh_TW/platform/options-api/options-api/org/netbeans/modules/options/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,77 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u300c\u9078\u9805\u300d\u5c0d\u8a71\u65b9\u584a\u548c SPI
-OpenIDE-Module-Display-Category=\u5de5\u5177
-OpenIDE-Module-Short-Description=\u63d0\u4f9b\u300c\u9078\u9805\u300d\u5c0d\u8a71\u65b9\u584a\u548c SPI \u4ee5\u5728\u5176\u4e2d\u52a0\u5165\u9762\u677f\u3002
-OpenIDE-Module-Long-Description=\u63d0\u4f9b\u300c\u5de5\u5177\u300d|\u300c\u9078\u9805\u300d\u5c0d\u8a71\u65b9\u584a\u3002SPI \u53ef\u8b93\u60a8\u5c07\u6574\u500b\u65b0\u9762\u677f\u6216\u5340\u6bb5\u52a0\u5165\u300c\u5176\u4ed6\u300d\u9762\u677f\u4e2d\u3002
-
-#OptionsWindowAction
-CTL_Options_Window_Action=\u9078\u9805(&O)
-CTL_Options_Dialog_Title=\u9078\u9805
-CTL_OK=\u78ba\u5b9a
-CTL_Classic=\u9032\u968e\u9078\u9805
-CTL_Classic_Title=\u9032\u968e\u9078\u9805
-CTL_Modern=\u57fa\u672c\u9078\u9805(&B)
-CTL_Loading_Options=\u6b63\u5728\u8f09\u5165\u8a2d\u5b9a...
-CTL_Error_Loading_Options=\u8f09\u5165\u9078\u9805\u5931\u6557\u3002
-CTL_Some_values_changed=\u51fa\u73fe\u4e86\u4e00\u4e9b\u8b8a\u66f4\u3002\u662f\u5426\u8981\u61c9\u7528\u9019\u4e9b\u8b8a\u66f4\uff1f
-
-CTL_General_Options=\u4e00\u822c(&G)
-CTL_General_Options_Title=\u4e00\u822c
-CTL_Editor=\u7de8\u8f2f\u5668(&E)
-CTL_Editor_Title=\u7de8\u8f2f\u5668
-CTL_Font_And_Color_Options=\u5b57\u9ad4\u548c\u8272\u5f69(&F)
-CTL_Font_And_Color_Options_Title=\u5b57\u9ad4\u548c\u8272\u5f69
-CTL_Keymap_Options=\u6309\u9375\u5c0d\u6620(&K)
-CTL_Keymap_Options_Title=\u6309\u9375\u5c0d\u6620
-
-CTL_Export=Expor&t
-CTL_Import=\u532f\u5165(&I)
-
-#A11Y
-ACS_OKButton=\u78ba\u5b9a
-ACS_ClassicButton= \u547c\u53eb\u9032\u968e\u9078\u9805\u5c0d\u8a71\u65b9\u584a
-ACS_OptionsPanel=\u9078\u9805\u5c0d\u8a71\u65b9\u584a
-ACS_Export=Export Options
-ACS_Import=Import Options
-TabbedController.pane.AD=\u9078\u9805\u9762\u677f
-
-QuickSearch/GoToOption=\u9078\u9805
-
diff --git a/l10n/src/zh_TW/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_zh_TW.properties
deleted file mode 100644
index b9d4ea1..0000000
--- a/l10n/src/zh_TW/platform/options-api/options-api/org/netbeans/modules/options/advanced/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#Advanced
-CTL_Advanced_Options=\u5176\u4ed6\u9078\u9805(&M)
-CTL_Advanced_Options_Title=\u5176\u4ed6\u9078\u9805
-CTL_Advanced_Options_Description=\u5176\u4ed6\u9078\u9805
-AdvancedPanel.tabbedPanel.AD=\u5176\u4ed6\u9801\u7c64\u5f0f\u9762\u677f
-Advanced.Export.Category=\u5176\u4ed6\u9078\u9805
-
diff --git a/l10n/src/zh_TW/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_zh_TW.properties
deleted file mode 100644
index f5e48f9..0000000
--- a/l10n/src/zh_TW/platform/options-api/options-api/org/netbeans/modules/options/classic/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#actions available on cells in Options dialog
-LBL_action_define=\u5728\u6b64\u5b9a\u7fa9
-LBL_action_revert=\u6062\u8907\u5b9a\u7fa9
-LBL_action_delete=\u522a\u9664
-
-MSG_ask_remove_above_defined_files=\u5982\u679c\u79fb\u52d5\u6b64\u8655\u7684\u5b9a\u7fa9\uff0c\u90a3\u9ebc\u9078\u5b9a\u6b04\u5de6\u5074\u5c64\u4e2d\u6240\u5b58\u5132\u7684\u503c\u6703\u88ab\u5168\u90e8\u79fb\u9664\u3002\n\n\u662f\u5426\u8981\u7e7c\u7e8c\uff1f
-
-#file state tooltips
-LBL_fstate_defined=\u8a2d\u5b9a\u5b9a\u7fa9
-LBL_fstate_ignored=\u672a\u4f7f\u7528\u7684\u8a2d\u5b9a\u503c
-LBL_fstate_inherited=\u7e7c\u627f\u7684\u8a2d\u5b9a
-LBL_fstate_undefined=\u6b64\u8655\u672a\u5b9a\u7fa9\u8a2d\u5b9a\u503c
-
-#setting properties displayed in options dialog as setting definition status
-LBL_FSP_Session-Layer=\u4f7f\u7528\u8005
-LBL_FSP_Desc_Session-Layer=\u968e\u6bb5\u8a2d\u5b9a\u5c64\u7d1a
-LBL_FSP_Modules-Layer=\u9810\u8a2d
-LBL_FSP_Desc_Modules-Layer=\u9810\u8a2d\u5b89\u88dd\u8a2d\u5b9a\u5c64\u7d1a
-
-#OptionsAction
-Options=\u9078\u9805(&O)
-CTL_close_button=\u95dc\u9589(&C)
-ACSD_close_button=N/A
-ACSN_optionsTree=N/A
-ACSD_optionsTree=N/A
-LBL_computing=\u6b63\u5728\u521d\u59cb\u5316\u8a2d\u5b9a...
-LBL_IndicatorProperty_Name=<<
-LBL_IndicatorProperty_Description=\u986f\u793a\u5c64\u7d1a (\u6309 +)
-LBL_IndicatorProperty_Name_Expanded=>>
-LBL_IndicatorProperty_Description_Expanded=\u96b1\u85cf\u5c64\u7d1a (\u6309 +)
-CTL_Templates_name=\u6a23\u677f
-
-#NbMainExplorer
-# format for assigning the explorer's title
-# {0} = displayName of currently selected node
-CTL_ExplorerTitle=\u8cc7\u6e90\u7ba1\u7406\u5668
-ACSN_ExplorerBeanTree=\u8cc7\u6e90\u7ba1\u7406\u5668
-ACSD_ExplorerBeanTree=N/A
-
diff --git a/l10n/src/zh_TW/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_zh_TW.properties
deleted file mode 100644
index 9fa22c6..0000000
--- a/l10n/src/zh_TW/platform/options-api/options-api/org/netbeans/modules/options/export/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OptionsChooserPanel.lblHint.text=&Select Options for Export:
-OptionsChooserPanel.outline.all=\u5168\u90e8
-OptionsChooserPanel.outline.header.tree=Available Options
-OptionsChooserPanel.outline.AN=Available Options
-OptionsChooserPanel.outline.AD=Tree of available options
-OptionsChooserPanel.lblFile.text=&Target zip file:
-OptionsChooserPanel.btnBrowse=\u700f\u89bd(&R)...
-OptionsChooserPanel.btnBrowse.AN=\u700f\u89bd
-OptionsChooserPanel.btnBrowse.AD=\u700f\u89bd
-OptionsChooserPanel.txtFile.AD=Source or target of import/export.
-OptionsChooserPanel.loading=\u6b63\u5728\u8f09\u5165...
-OptionsChooserPanel.file.warning=Please, select a valid target zip file
-OptionsChooserPanel.nooption.warning=Please, select something to export
-OptionsChooserPanel.file.chooser.title=Select target zip file
-OptionsChooserPanel.file.chooser.approve=\u78ba\u5b9a
-OptionsChooserPanel.export.title=Select Options to Export
-OptionsChooserPanel.export.status.text=Options Export Finished.
-OptionsChooserPanel.import.title=Select Options to Import
-OptionsChooserPanel.import.lblFile.text=&Import Source:
-OptionsChooserPanel.import.lblHint.text=&Select Options for Import:
-OptionsChooserPanel.import.file.warning=Please, select a valid zip file or userdir
-OptionsChooserPanel.import.nooption.warning=Please, select something to import
-OptionsChooserPanel.import.file.chooser.title=Select zip file or userdir
-OptionsChooserPanel.import.invalid.userdir.title=Invalid Userdir?
-# 0 - folder path
-OptionsChooserPanel.import.invalid.userdir=Folder {0} does not seem to be a valid userdir. Do you really want to import options from this location?
-OptionsChooserPanel.AD=Panel to choose options for export/import
-OptionsChooserPanel.import.error=Error while importing options. Run IDE with parameter -J-Dorg.netbeans.modules.options.export.level=100 and look at IDE log for details.
-# 0 - zip file path
-OptionsExportModel.invalid.zipfile=Invalid zip file: {0}
-# 0 - file path
-OptionsExportModel.export.zip.error=\u5beb\u5165\u6a94\u6848 {0} \u5931\u6557\u3002
-ImportConfirmationPanel.title=Import Confirmation
-ImportConfirmationPanel.cbRestart.text=&Restart IDE now (without restart imported settings may not work)
-ImportConfirmationPanel.cbRestart.AD=Decide whether restart IDE now or later
-ImportConfirmationPanel.cbRestart.AN=Restart IDE now?
-ImportConfirmationPanel.lblMessage.text=Import may irreversibly overwrite your current settings. Perform export first to backup current options. \u662f\u5426\u8981\u7e7c\u7e8c\u64cd\u4f5c\uff1f
-ImportConfirmationPanel.lblMessage.AD=Confirmation message
-ImportConfirmationPanel.AN=Import Confirmation
-ImportConfirmationPanel.AD=Import Confirmation
-ExportConfirmationPanel.title=Stored Passwords Warning
-ExportConfirmationPanel.lblMessage.text=Exported settings may contain stored passwords. Sharing your settings with other users represents a potential security risk. \u662f\u5426\u8981\u7e7c\u7e8c\u64cd\u4f5c\uff1f
-ExportConfirmationPanel.cbSkip.text=&Skip this warning next time
-ExportConfirmationPanel.cbSkip.AN=Skip this warning next time?
-ExportConfirmationPanel.cbSkip.AD=Decide whether skip or show this warning next time
-ExportConfirmationPanel.lblMessage.AD=Confirmation message
-ExportConfirmationPanel.AN=Stored passwords warning
-ExportConfirmationPanel.AD=Stored passwords warning
-
diff --git a/l10n/src/zh_TW/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_zh_TW.properties
deleted file mode 100644
index 935e022..0000000
--- a/l10n/src/zh_TW/platform/options-keymap/options-keymap/org/netbeans/modules/options/keymap/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,187 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u6309\u9375\u5c0d\u6620\u9078\u9805
-
-CTL_Keymap_Options=\u6309\u9375\u5c0d\u6620(&K)
-CTL_Keymap_Options_Title=\u6309\u9375\u5c0d\u6620
-CTL_Keymap_Options_Description=\u6309\u9375\u5c0d\u6620
-
-CTL_Duplicate=&Manage Profiles...
-AN_Duplicate=\u8907\u88fd
-AD_Duplicate=\u8907\u88fd
-CTL_Delete=\u522a\u9664(&T)
-AN_Delete=\u522a\u9664
-AD_Delete=\u522a\u9664
-CTL_Restore=\u5fa9\u539f(&R)
-AN_Restore=\u5fa9\u539f
-AD_Restore=\u5fa9\u539f
-CTL_Show_Actions=\u64cd\u4f5c(&N)
-AN_Show_Actions=\u64cd\u4f5c
-AD_Show_Actions=\u64cd\u4f5c
-CTL_Show_Shortcuts=\u6377\u5f91(&S)
-AN_Show_Shortcuts=\u6377\u5f91
-AD_Show_Shortcuts=\u6377\u5f91
-CTL_Add_Shortcut=\u52a0\u5165(&D)...
-AN_Add_Shortcut=\u52a0\u5165
-AD_Add_Shortcut=\u52a0\u5165
-CTL_Remove_Shortcut=\u79fb\u9664(&V)
-AN_Remove_Shortcut=\u79fb\u9664
-AD_Remove_Shortcut=\u79fb\u9664
-CTL_Actions=\u64cd\u4f5c(&N)\uff1a
-AN_Actions=\u64cd\u4f5c
-AD_Actions=\u64cd\u4f5c
-CTL_Shortcuts=\u6377\u5f91(&S)\uff1a
-AN_Shortcuts=\u6377\u5f91
-AD_Shortcuts=\u6377\u5f91
-AN_Profiles=\u8a2d\u5b9a\u6a94\u6848
-AD_Profiles=\u8a2d\u5b9a\u6a94\u6848
-Show_Actions=\u64cd\u4f5c(&N)
-Show_Shortcuts=\u6377\u5f91(&S)
-Keymaps=\u6309\u9375\u5c0d\u6620(&K)
-CTL_Keymap_Name=\u8a2d\u5b9a\u6a94\u6848(&P)\uff1a
-View_By=\u6aa2\u8996\u65b9\u5f0f(&V)\uff1a
-Shortcut=\u6377\u5f91(&S)\uff1a
-Add_Shortcut_Dialog=\u52a0\u5165\u6377\u5f91
-CTL_Create_New_Profile_Message=Profile &Name:
-CTL_Create_New_Profile_Title=[\u5efa\u7acb\u65b0\u7684\u8a2d\u5b9a\u6a94\u6848] \u5c0d\u8a71\u65b9\u584a
-Shortcut_Conflict=<html>\u6377\u5f91\u5df2\u6307\u5b9a\u7d66 {0} \u52d5\u4f5c\u3002 \u5982\u679c\u7e7c\u7e8c\u57f7\u884c\u6377\u5f91\uff0c\u5c07\u6703\u91cd\u65b0\u6307\u5b9a\u6377\u5f91\u3002
-CTL_Clear=\u6e05\u9664(&C)
-AN_Clear=\u6e05\u9664\u6377\u5f91\u6309\u9215
-AD_Clear=\u6e05\u9664\u6377\u5f91\u6b04\u4f4d
-CTL_Tab=\u6a19\u7c64(&T)
-AN_Tab=\u63d2\u5165\u5b9a\u4f4d\u5b57\u5143\u6309\u9215
-AD_Tab=\u63d2\u5165\u5b9a\u4f4d\u5b57\u5143
-CTL_Duplicate_Profile_Name=\u5177\u6709\u6b64\u540d\u7a31\u7684\u8a2d\u5b9a\u6a94\u6848\u5df2\u5b58\u5728\u3002\n\u8acb\u9078\u64c7\u53e6\u4e00\u500b\u540d\u7a31\u3002
-
-CTL_Export_IDE_Actions_Action=\u5c07 IDE \u64cd\u4f5c\u532f\u51fa\u5230 XML
-CTL_Export_IDE_Shortcuts_Action=\u5c07 IDE \u6377\u5f91\u532f\u51fa\u5230 XML
-CTL_Export_Editor_Shortcuts_Action=\u5c07\u7de8\u8f2f\u5668\u6377\u5f91\u532f\u51fa\u5230 XML
-CTL_Export_Shortcuts_to_HTML_Action=\u5c07\u6377\u5f91\u532f\u51fa\u5230 HTML
-
-CTL_Other=\u5176\u4ed6
-AN_Shortcut=\u6377\u5f91\u6b04\u4f4d
-AD_Shortcut=\u6377\u5f91\u6b04\u4f4d
-AN_ShortcutsDialog=\u8f38\u5165\u65b0\u6377\u5f91
-AD_ShortcutsDialog=\u8f38\u5165\u65b0\u6377\u5f91
-
-
-# UI_LOG
-
-# {0} = name of the profile
-# {1} = name of previous profile
-KEYMAP_SET_PROFILE=\u5c07\u6309\u9375\u5c0d\u6620\u6548\u80fd\u5206\u6790\u5f9e {1} \u5207\u63db\u5230 {0}
-# NOI18N
-#KEYMAP_SET_PROFILE_ICON_BASE=org/netbeans/modules/options/keymap/key.png
-
-LOG_QUICKSEARCH_ACTION=Quick Search: Invoking {1} action, class {0}
-
-QuickSearch/Actions=\u64cd\u4f5c
-MSG_ActionFailure={0} \u52d5\u4f5c\u53ea\u80fd\u900f\u904e\u300c\u5feb\u901f\u641c\u5c0b...\u300d\u4f86\u547c\u53eb
-
-# Quicksearch options
-KW_KeymapOptions=\u6309\u9375\u5c0d\u6620\u9078\u9805\u3001\u9375\u76e4\u6377\u5f91\u3001\u6377\u5f91\u7d44\u5408
-
-KeymapPanel.searchField.text=
-KeymapPanel.searchLabel.text=\u641c\u5c0b(&S)\uff1a
-KeymapPanel.searchField.AccessibleContext.accessibleDescription=Field used to narrow list of shortcuts
-KeymapPanel.searchSCField.text=
-KeymapPanel.searchSCLabel.text=Search in Sho&rtcuts:
-
-# Conflict dialogs
-Override_Shortcut=<html>Following Action(s): <br>{0} conflict with this assignment. Do you wish to override?
-Conflicting_Shortcut_Dialog=Conflicting Shortcut Dialog
-Override_All=<html>Following Action(s): <br>{0} conflict with this restore. Do you wish to override all?
-Alternative_Shortcut=(alternative shortcut)
-
-#Table columns
-Actions=\u64cd\u4f5c
-Shortcut=\u6377\u5f91
-Category=\u7a2e\u985e
-Scope=\u7bc4\u570d
-
-#Keymap Popup
-Edit=\u7de8\u8f2f...
-Add_Alternative=Add Alternative
-Reset_to_Default=\u91cd\u8a2d\u70ba\u9810\u8a2d\u8a2d\u5b9a
-Clear=\u6e05\u9664
-
-#Keymap completion
-No_Free_Shortcut=No recommended free shortcut with prefix "{0}"
-KeymapPanel.moreButton.text=...
-
-#ProfilesPanel
-ProfilesPanel.duplicateButton.text=&Duplicate
-ProfilesPanel.exportButton.text=&Export
-ProfilesPanel.deleteButton.text=\u522a\u9664(&L)
-ProfilesPanel.importButton.text=\u532f\u5165(&I)
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleName=Profiles scroll pane
-ProfilesPanel.jScrollPane1.AccessibleContext.accessibleDescription=Scroll pane for profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleDescription=List of keymap profiles
-ProfilesPanel.profilesList.AccessibleContext.accessibleName=ProfilesList
-ProfilesPanel.importButton.AccessibleContext.accessibleDescription=Imports profile from external file
-ProfilesPanel.AccessibleContext.accessibleDescription=Profiles Panel
-ProfilesPanel.restoreButton.text=&Restore Defaults
-ProfilesPanel.restoreButton.AccessibleContext.accessibleDescription=Restores stored defaults
-ProfilesPanel.duplicateButton.AccessibleContext.accessibleDescription=Duplicates existing profile
-ProfilesPanel.exportButton.AccessibleContext.accessibleDescription=Exports current profile
-ProfilesPanel.deleteButton.AccessibleContext.accessibleDescription=Deletes selected custom profile
-ProfilesPanel.AccessibleContext.accessibleName=ProfilesPanel
-CTL_Manage_Keymap_Profiles=Manage Keymap Profiles
-CTL_Files=\u6a94\u6848
-SpecialkeyPanel.jButton10.text=jButton10
-SpecialkeyPanel.jButton15.text=jButton15
-SpecialkeyPanel.jButton1.text=jButton1
-SpecialkeyPanel.jButton2.text=jButton2
-SpecialkeyPanel.jButton3.text=jButton3
-SpecialkeyPanel.jButton4.text=jButton4
-SpecialkeyPanel.jButton5.text=jButton5
-SpecialkeyPanel.jButton6.text=jButton6
-SpecialkeyPanel.jButton7.text=jButton7
-SpecialkeyPanel.upButton.text=
-SpecialkeyPanel.enterButton.text=
-SpecialkeyPanel.leftButton.text_1=
-SpecialkeyPanel.rightButton.text=
-
-# Keymap Options Export
-Keymaps.Options.Export.Category.displayName=Keymaps
-Keymaps.Options.Export.Profiles.displayName=Keymap Profiles
-ShortcutCellPanel.changeButton.text=...
-ShortcutCellPanel.scField.text=
-
diff --git a/l10n/src/zh_TW/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_zh_TW.properties
deleted file mode 100644
index 2cfb763..0000000
--- a/l10n/src/zh_TW/platform/org-jdesktop-layout/org-jdesktop-layout/org/netbeans/libs/layoutext/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=Swing \u4f48\u5c40\u64f4\u5c55\u6574\u5408
-OpenIDE-Module-Display-Category=\u7a0b\u5f0f\u5eab
-OpenIDE-Module-Short-Description=\u6346\u7d81 swing-layout \u7a0b\u5f0f\u5eab\u3002
-OpenIDE-Module-Long-Description=\u6b64\u6a21\u7d44\u6346\u7d81 swing-layout.dev.java.net \u4e2d\u7684 Swing \u4f48\u5c40\u64f4\u5c55\u7a0b\u5f0f\u5eab\u3002
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_zh_TW.properties
deleted file mode 100644
index 9e488c6..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-api-annotations-common/org-netbeans-api-annotations-common/org/netbeans/annotations/common/resources/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=Common Annotations
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_zh_TW.properties
deleted file mode 100644
index 92d41fe..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_CancelAction=\u53d6\u6d88\u7a0b\u5e8f
-CTL_ProcessListAction=\u7a0b\u5e8f(&P)
-ProcessListAction.mnemonic=P
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_zh_TW.properties
deleted file mode 100644
index a727378..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-api-progress/org-netbeans-api-progress/org/netbeans/progress/module/resources/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u9032\u5ea6 API
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u4efb\u52d9\u9032\u5ea6\u53ef\u8996\u5316 API\u3002
-OpenIDE-Module-Long-Description=\u5141\u8a31\u6a21\u7d44\u5728\u4e00\u500b\u96c6\u4e2d\u7684\u4f4d\u7f6e\u8a3b\u518a\u9577\u6642\u9593\u57f7\u884c\u7684\u4efb\u52d9\u6216\u7a0b\u5e8f\u3002 
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_zh_TW.properties
deleted file mode 100644
index 418a802..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/api/visual/widget/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-ACS_SceneComponentName=Scene Component
-ACS_SceneComponentDesc=Scene view
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_zh_TW.properties
deleted file mode 100644
index f15554a..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-api-visual/org-netbeans-api-visual/org/netbeans/modules/visual/resources/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,42 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u53ef\u8996\u7a0b\u5f0f\u5eab API
-OpenIDE-Module-Short-Description=\u53ef\u8996\u7a0b\u5f0f\u5eab API
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_zh_TW.properties
deleted file mode 100644
index fa25f64..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-bootstrap/netbeans/lib/boot/org/netbeans/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#Question to show user to find out whether start second instance of NetBeans  or not
-MSG_AlreadyRunning=\u7a0b\u5f0f\u7684\u67d0\u500b\u5be6\u9ad4\u4f3c\u4e4e\u5df2\u4f7f\u7528\u60a8\u7684\u4f7f\u7528\u8005\u76ee\u9304\u57f7\u884c\u3002\n\u8981\u9ebc\u7a0b\u5f0f\u7684\u4ee5\u524d\u968e\u6bb5\u4f5c\u696d\u6c92\u6709\u6b63\u78ba\u7d50\u675f\uff0c\u8981\u9ebc\u6b64\u7a0b\u5f0f\u7684\u53e6\u4e00\u500b\u5be6\u9ad4\n\u6b63\u5728\u53e6\u4e00\u53f0\u96fb\u8166\u4e0a\u57f7\u884c\uff0c\u4e14\u4f7f\u7528\u540c\u4e00\u4f7f\u7528\u8005\u76ee\u9304\u3002\n\n\u5982\u679c\u6b64\u7a0b\u5f0f\u7684\u53e6\u4e00\u500b\u968e\u6bb5\u4f5c\u696d\u6b63\u5728\u4f7f\u7528\u540c\u4e00\u4f7f\u7528\u8005\u76ee\u9304\u57f7\u884c\uff0c\u8acb\u6309\n [\u53d6\u6d88] \u4ee5\u9632\u6b62\u640d\u58de\u4f7f\u7528\u8005\u76ee\u9304\u3002\u5982\u679c\u60a8\u78ba\u4fe1\u6b64\u7a0b\u5f0f\u7684\u5176\u4ed6\n\u5be6\u9ad4\u6c92\u6709\u4f7f\u7528\u60a8\u7684\u4f7f\u7528\u8005\u76ee\u9304\u57f7\u884c\uff0c\u8acb\u6309 [\u78ba\u5b9a] \u7e7c\u7e8c\u64cd\u4f5c\u3002
-MSG_AlreadyRunningTitle=\u8b66\u544a
-
-EXC_not_a_module={0} \u4e0d\u662f\u6709\u6548\u7684 NetBeans \u6a21\u7d44\u3002
-
-# bootstrap manifest
-OpenIDE-Module-Name=Bootstrap
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u57fa\u65bc NetBeans \u7684\u61c9\u7528\u7a0b\u5f0f\u7684\u6838\u5fc3Bootstrap\u3002
-OpenIDE-Module-Long-Description=\u6b64\u6a21\u7d44\u63d0\u4f9b\u521d\u59cb\u57fa\u790e\u67b6\u69cb\uff0c\u521d\u59cb\u57fa\u790e\u67b6\u69cb\u5c07\u8f09\u5165\u61c9\u7528\u7a0b\u5f0f\u7684\u6240\u6709\u5176\u4ed6\u90e8\u5206\u3002\u4e0d\u80fd\u505c\u7528\u6b64\u6a21\u7d44\u3002
-
-MSG_InstallJava5=\u7121\u6cd5\u5728 Java 5 Standard Edition \u4e4b\u524d\u7684 Java \u7248\u672c\u4e0a\u57f7\u884c\u3002 \u8acb\u5b89\u88dd Java 5 Standard Edition \u6216\u66f4\u65b0\u7248\u672c\uff0c\u6216\u4f7f\u7528 --jdkhome \u5207\u63db\u4f86\u6307\u5411\u5176\u5b89\u88dd\u76ee\u9304\u3002
-
-MSG_NeedsJava5=\u9700\u8981 Java 5 Standard Edition \u6216\u66f4\u65b0\u7248\u672c
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_zh_TW.properties
deleted file mode 100644
index 651fd45..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# RunClassThread
-CTL_GeneratedName=\u8f38\u51fa {0}
-CTL_ProgramIO={0} - I/O
-
-# Install
-LAB_EndTasks=\u7d50\u675f IDE(&E)
-ACSD_EndTasks=N/A
-CTL_PendingTitle=\u7d50\u675f IDE
-ACSD_PendingTitle=N/A
-LAB_PendingTasks=\u7d50\u675f IDE \u5c07\u7d42\u6b62\u4e0b\u5217\u7a0b\u5e8f(&X)\uff1a
-ACSD_PendingTasks=N/A
-# {0} - process name
-CTL_PendingExternalProcess2=\u7a0b\u5e8f - {0}
-# {0} - action name
-CTL_ActionInProgress={0} \u52d5\u4f5c\u6b63\u5728\u57f7\u884c\u4e2d
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_zh_TW.properties
deleted file mode 100644
index 6fa2339..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/beaninfo/editors/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,78 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# NbProcessDescriptorCustomEditor
-# and NbClassPathCustomEditor
-CTL_Remove=\u79fb\u9664(&R)
-CTL_MoveUp=\u4e0a\u79fb(&U)
-CTL_MoveDown=\u4e0b\u79fb(&W)
-CTL_AddDirectory=\u589e\u52a0\u76ee\u9304(&Y)...
-CTL_AddJAR=\u589e\u52a0 JAR/ZIP(&J)...
-CTL_JarArchivesMask=JAR \u548c ZIP \u6b78\u6a94\u6a94\u6848
-
-
-# NbClassPathCustomEditor
-ACSD_Remove=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_AddDirectory=N/A
-ACSD_AddJAR=N/A
-ACSD_PathList=N/A
-ACSD_CustomNbClassPathEditor=N/A
-CTL_Edit_Jar_Dialog_Title=\u7de8\u8f2f JAR \u6a94\u6848
-CTL_Edit_Local_Dialog_Title=\u7de8\u8f2f\u672c\u5730\u76ee\u9304
-CTL_Approve_Button_Title=\u78ba\u5b9a
-CTL_FileSystemPanel.Jar_Dialog_Title=\u52a0\u5165 JAR \u6a94\u6848
-CTL_FileSystemPanel.Local_Dialog_Title=\u52a0\u5165\u672c\u5730\u76ee\u9304
-
-
-# NbProcessDescriptorCustomPropertyEditor
-CTL_NbProcessDescriptorCustomEditor.processLabel.text=\u7a0b\u5e8f(&P)\uff1a
-CTL_NbProcessDescriptorCustomEditor.argumentsLabel.text=\u53c3\u6578(&A)\uff1a
-CTL_NbProcessDescriptorCustomEditor.argumentKeyLabel.text=\u5f15\u6578\u63d0\u793a(&H)
-CTL_NbProcessDescriptorCustomEditor.jButton1.text=\u700f\u89bd(&B)...
-ACSD_NbProcessDescriptorCustomEditor.jButton1=N/A
-ACSD_NbProcessDescriptorCustomEditor.processLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentsLabel=N/A
-ACSD_NbProcessDescriptorCustomEditor.argumentKeyLabel=N/A
-ACSD_CustomNbProcessDescriptorEditor=N/A
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleName=Path Entries
-NbClassPathCustomEditor.pathList.AccessibleContext.accessibleDescription=List of path entries to be edited.
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_zh_TW.properties
deleted file mode 100644
index f95fecf..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-execution/org-netbeans-core-execution/org/netbeans/core/execution/resources/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u6838\u5fc3 - \u57f7\u884c
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u57f7\u884c\u5f15\u64ce\u7684\u5be6\u4f5c\u3002
-OpenIDE-Module-Long-Description=\u5728\u5e73\u53f0\u4e2d\u52a0\u5165\u57f7\u884c\u652f\u63f4\u7684\u985e\u5225\u3002\u5305\u542b\u5be6\u4f5c API \u7684\u57f7\u884c\u90e8\u5206\u548c\u5c0d\u61c9 GUI \u7684\u985e\u5225\u3002
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_zh_TW.properties
deleted file mode 100644
index 09862b2..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-io-ui/org-netbeans-core-io-ui/org/netbeans/core/io/ui/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-OpenIDE-Module-Name=I/O UI
-
-#IOWindowAction
-IOWindow=\u8f38\u51fa(&O)
-
-#Title for I/O window
-LBL_IO_WINDOW=\u8f38\u51fa
-
-#Format for the I/O window title if it includes the name of the current tab
-FMT_IO_WINDOW={0} - {1}
-
-#IO window tab popup
-LBL_Close=\u95dc\u9589\u6a19\u7c3d
-LBL_CloseAll=\u95dc\u9589\u6240\u6709\u6a19\u7c3d
-LBL_CloseOthers=\u95dc\u9589\u5176\u4ed6\u6a19\u7c3d
-
-# Localization of Window/Output submenu
-Menu/Window/Output=\u8f38\u51fa(&O)
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_zh_TW.properties
deleted file mode 100644
index 2c419dc..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_EditorsAction=\u7de8\u8f2f\u5668(&E)
-EditorsAction.source=\u539f\u59cb\u78bc(&S)
-GetLeftEditorAction.name=\u7de8\u8f2f\u5668 - \u5411\u5de6\u8fed\u4ee3
-
-GetRightEditorAction.name=\u7de8\u8f2f\u5668 - \u5411\u53f3\u8fed\u4ee3
-
-TabButton.tool_tip={0} View
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_zh_TW.properties
deleted file mode 100644
index 6efdabf..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-multiview/org-netbeans-core-multiview/org/netbeans/core/multiview/resources/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u591a\u91cd\u6aa2\u8996\u8996\u7a97
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u591a\u91cd\u6aa2\u8996\u8996\u7a97\u6846\u67b6\u548c API
-OpenIDE-Module-Long-Description=\u591a\u91cd\u6aa2\u8996\u8996\u7a97\u6846\u67b6\u548c API
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_zh_TW.properties
deleted file mode 100644
index 34978df..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=\u539f\u751f\u5b58\u53d6
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u900f\u904e JNA \u7a0b\u5f0f\u5eab\uff0c\u4f7f\u7528\u539f\u751f\u9023\u7d50\u4f86\u63d0\u4f9b\u8996\u7a97\u7cfb\u7d71\u7684\u9032\u968e\u8996\u89ba\u6548\u679c\u3002
-OpenIDE-Module-Long-Description=\u900f\u904e JNA \u7a0b\u5f0f\u5eab\uff0c\u4f7f\u7528\u539f\u751f\u9023\u7d50\u4f86\u63d0\u4f9b\u8996\u7a97\u7cfb\u7d71\u7684\u9032\u968e\u8996\u89ba\u6548\u679c\u3002
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_zh_TW.properties
deleted file mode 100644
index 5ed7644..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-nativeaccess/org-netbeans-core-nativeaccess/org/netbeans/core/nativeaccess/transparency/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-OpenIDE-Module-Name=\u900f\u660e
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_zh_TW.properties
deleted file mode 100644
index b8ca30b..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,151 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u8f38\u51fa\u8996\u7a97
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u57fa\u65bc\u7c21\u55ae\u6587\u5b57\u5340\u57df\u7684\u8f38\u51fa\u8996\u7a97\u5be6\u4f5c
-OpenIDE-Module-Long-Description=\u57fa\u65bc ByteBuffer/CharBuffer \u4e0a\u7684 java.swing.text.Document \u7684\u8f38\u51fa\u8996\u7a97
-
-#Title for the output window
-LBL_OUTPUT=\u8f38\u51fa
-#Format for the output window title if it includes the name of the current tab
-FMT_OUTPUT={0} - {1}
-
-FMT_CannotWrite=\u7121\u6cd5\u5beb\u5165\u7cfb\u7d71\u81e8\u6642\u76ee\u9304 ({0})
-MSG_GenericError=\u5beb\u5165\u8f38\u51fa\u6a94\u6848\u6642\u51fa\u73fe\u554f\u984c
-
-LBL_STDOUT=\u6a19\u51c6\u8f38\u51fa
-FMT_FILE_EXISTS={0} \u5df2\u5b58\u5728\u3002\u662f\u5426\u8986\u84cb\uff1f
-TITLE_SAVE_DLG=\u8f38\u51fa\u53e6\u5b58\u65b0\u6a94\u70ba
-
-LBL_SaveAsFailedTitle=\u53e6\u5b58\u65b0\u6a94\u5931\u6557
-MSG_SaveAsFailed=\u5beb\u5165\u6a94\u6848 {0} \u5931\u6557\u3002
-
-MSG_SearchFromBeg=End of the ouput reached. \u7e7c\u7e8c\u5f9e\u982d\u958b\u59cb\u641c\u5c0b\u3002
-MSG_SearchFromEnd=Beginning of the ouput reached. \u7e7c\u7e8c\u5f9e\u7d50\u5c3e\u958b\u59cb\u641c\u5c0b\u3002
-MSG_Found=''{0}'' found at {1}:{2}
-MSG_NotFound=\u627e\u4e0d\u5230\u300c{0}\u300d
-
-#OutputWindowAction
-OutputWindow=\u8f38\u51fa(&O)
-
-#Find Dialog
-LBL_Find_Title=\u5c0b\u627e
-LBL_Find_What=\u5c0b\u627e\uff1a
-LBL_Use_RegExp=\u5e38\u898f\u8868\u793a\u5f0f(&E)
-LBL_Match_Case=\u5927\u5c0f\u5beb\u9808\u76f8\u7b26(&M)
-BTN_Find=\u5c0b\u627e(&F)
-ACSN_Find=N/A
-ACSD_Find=\u5c0b\u627e
-ACSD_FindBTN=N/A
-ACSD_Find_What=N/A
-
-LBL_Filter_Title=\u7be9\u9078\u5668
-LBL_Filter_What=Keep lines containing:
-BTN_Filter=&Filter
-
-#FontChooser Dialog
-LBL_Font_Chooser_Title=\u5b57\u9ad4\u9078\u64c7\u5668
-BTN_Defaul_Font=Default Font
-
-#$ave as dialog if selected file exists
-TITLE_FILE_EXISTS=\u662f\u5426\u8986\u5beb\u6a94\u6848\uff1f
-
-# invalid regexp dialog
-LBL_Invalid_RegExp=\u7121\u6548\u7684\u5e38\u898f\u8868\u793a\u5f0f
-FMT_Invalid_RegExp=Syntax error in {0}
-
-#Output window popup menu
-ACTION_COPY=\u8907\u88fd
-ACTION_PASTE=\u8cbc\u4e0a
-ACTION_WRAP=\u81ea\u52d5\u63db\u884c
-ACTION_SAVEAS=\u53e6\u5b58\u70ba...
-ACTION_CLOSE=\u95dc\u9589
-ACTION_CLEAR=\u6e05\u9664
-ACTION_PREV_ERROR=\u4e0a\u4e00\u500b\u932f\u8aa4
-ACTION_NEXT_ERROR=\u4e0b\u4e00\u500b\u932f\u8aa4
-ACTION_SELECT_ALL=\u5168\u9078
-ACTION_FIND=\u5c0b\u627e...
-ACTION_FIND_NEXT=\u5c0b\u627e\u4e0b\u4e00\u500b
-ACTION_FIND_PREVIOUS=\u5c0b\u627e\u4e0a\u4e00\u500b
-ACTION_LARGER_FONT=Larger Font
-ACTION_SMALLER_FONT=Smaller Font
-ACTION_FONT_TYPE=Choose Font...
-ACTION_FILTER=Filter...
-
-#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=C-EQUALS
-ACTION_SMALLER_FONT.accel=C-MINUS
-ACTION_FONT_TYPE.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=M-PLUS
-ACTION_SMALLER_FONT.accel.mac=M-MINUS
-ACTION_FONT_TYPE.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={0} \u4e2d\u7528\u65bc\u81e8\u6642\u8f38\u51fa\u6a94\u6848\u7684\u786c\u789f\u7a7a\u9593\u4e0d\u8db3\u3002\u8acb\u63d0\u4f9b\u66f4\u591a\u53ef\u7528\u786c\u789f\u7a7a\u9593\u3001\u8b8a\u66f4\u7cfb\u7d71\u81e8\u6642\u76ee\u9304\u6216\u5728\u57f7\u884c\u6642\u4f7f\u7528\u53c3\u6578 -J-Dnb.output.heap=true
-
-MSG_LINE_TOO_LONG=...\u884c\u592a\u9577\uff0c\u8acb\u5207\u63db\u81f3\u63db\u884c\u6a21\u5f0f\u4ee5\u67e5\u770b\u6574\u884c...
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_zh_TW.properties
deleted file mode 100644
index e682685..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-output2/org-netbeans-core-output2/org/netbeans/core/output2/ui/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-LBL_INPUT=\u8f38\u5165(&I)
-LBL_EOF=\u95dc\u9589\u8f38\u5165(&C)
-TIP_EOF=\u95dc\u9589\u8f38\u5165\u5143\u4ef6\uff0c\u4e26\u5c07 end-of-file \u767c\u9001\u5230\u4efb\u4f55\u95b1\u8b80\u5668
-TIP_INPUT=\u8f38\u5165\u6587\u5b57\uff0c\u4e26\u6309 Enter \u9375\u5c07\u5176\u767c\u9001\u5230\u57f7\u884c\u7684\u7a0b\u5e8f
-
-#Output window tab popup
-LBL_Close=\u95dc\u9589\u6a19\u7c3d
-LBL_CloseAll=\u95dc\u9589\u6240\u6709\u6a19\u7c3d
-LBL_CloseOthers=\u95dc\u9589\u5176\u4ed6\u6a19\u7c3d
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_zh_TW.properties
deleted file mode 100644
index a112dea..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,228 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# startup manifest
-OpenIDE-Module-Name=\u555f\u52d5
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u8f09\u5165\u548c\u555f\u7528\u6a21\u7d44\u3002
-OpenIDE-Module-Long-Description=\u6b64\u6a21\u7d44\u63d0\u4f9b\u4e2d\u592e\u9644\u52a0\u529f\u80fd\u7d66\u555f\u52d5\u7a0b\u5f0f\uff0c\u4ee5\u5c0b\u627e\u53ca\u555f\u7528\u6b63\u78ba\u7684\u6a21\u7d44\u3002
-
-# VERSIONING (TopLogging, MainWindow)
-# {0} - build number
-#currentVersion=NetBeans Platform 6.8 RC1 (Build {0})
-
-# TopManager properties
-ERR_no_user_directory=\u672a\u8a2d\u5b9a netbeans.user\u3002\n\u8acb\u6aa2\u67e5 NetBeans \u555f\u52d5\u8173\u672c\u3002
-# {0} - userdir full path
-# {1} - inst full path
-ERR_user_dir_is_inside_home=\u60a8\u7684\u4f7f\u7528\u8005\u76ee\u9304 ({0}) \u4e0d\u80fd\u4f4d\u65bc NetBeans \u5b89\u88dd\u76ee\u9304 ({1}) \u4e2d\u3002
-
-#Splash
-# title of the splash window; shown perhaps in window tray of e.g. Gnome
-LBL_splash_window_title=\u555f\u52d5 NetBeans Platform
-# The Title of the About Box
-CTL_About_Title=\u95dc\u65bc
-CTL_About_Detail=\u8a73\u7d30\u8cc7\u8a0a
-ACSD_AboutDialog=N/A
-ACSN_AboutTabs=N/A
-ACSD_AboutTabs=N/A
-
-##########################
-#NOI18N
-#SplashOnByDefault=true
-#NOI18N
-#SPLASH_WIDTH=473
-#NOI18N
-#SPLASH_HEIGHT=300
-#NOI18N
-#SplashShowProgressBar=true
-#33546: Be able to set global font size using bundle key
-#NOI18N
-#CTL_globalFontSize=
-# x, y, w, h
-#NOI18N
-#SplashRunningTextBounds=10, 235, 450, 12
-#NOI18N
-#SplashProgressBarBounds=0, 249, 473, 3
-#16986: Special font size used only for splash screen
-#NOI18N
-#SplashRunningTextFontSize=11
-# RGB
-#NOI18N
-#SplashRunningTextColor=0xFFFFFF
-#NOI18N
-#SplashProgressBarColor=0xE00000
-#NOI18N
-#SplashProgressBarEdgeColor=0xC5646F
-#NOI18N
-#SplashProgressBarCornerColor=0xB4A2B5
-###################
-
-
-# error messages
-ERR_UIExpected=\u9810\u671f\u7684 UI \u985e\u5225\u540d\u7a31\uff0c\u6b63\u5728\u4f7f\u7528\u9810\u8a2d UI...
-ERR_UserDirExpected=--userdir \u5207\u63db\u5f8c\uff0c\u9810\u671f\u7684\u662f\u76ee\u9304
-ERR_UINotFound=\u627e\u4e0d\u5230 UI \u985e\u5225\uff0c\u6b63\u5728\u4f7f\u7528\u9810\u8a2d UI...
-ERR_FontSizeExpected=\u9810\u671f\u7684\u5b57\u578b\u5927\u5c0f\uff0c\u6b63\u5728\u4f7f\u7528\u9810\u8a2d\u5b57\u578b\u5927\u5c0f...
-ERR_BadFontSize=\u5b57\u578b\u5927\u5c0f\u6392\u7248\u4e0d\u6b63\u78ba\uff0c\u6b63\u5728\u4f7f\u7528\u9810\u8a2d\u5b57\u578b\u5927\u5c0f...
-ERR_BrandingNeedsArgument=\u9078\u9805 --branding \u9700\u8981\u4e00\u500b\u5f15\u6578
-ERR_LocaleExpected=Locale specification expected after --locale switch
-
-
-# TopManager properties
-CTL_Netbeanshome_notexists=netbeans.home \u6307\u5411\u4e0d\u5b58\u5728\u7684\u76ee\u9304\u3002
-CTL_Netbeanshome1=netbeans.home \u672a\u6307\u5411\u76ee\u9304\u3002
-CTL_Netbeanshome2=netbeans.user \u6307\u5411\u4e0d\u5b58\u5728\u7684\u76ee\u9304\u3002
-CTL_Netbeanshome3=netbeans.user \u672a\u6307\u5411\u76ee\u9304\u3002
-# {0} - path to dir that could not be created.
-CTL_CannotCreate_text=\u7121\u6cd5\u5728 {0} \u4e2d\u5efa\u7acb\u7cfb\u7d71\u76ee\u9304\u3002 \u5df2\u6709\u540c\u540d\u7684\u6a94\u6848\u5b58\u5728\u3002
-# {0} - path to dir that could not be created.
-CTL_CannotCreateSysDir_text=\u7121\u6cd5\u5728 {0} \u4e2d\u5efa\u7acb\u7cfb\u7d71\u76ee\u9304\u3002 
-CTL_Cannot_mount_system_fs=\u7121\u6cd5\u589e\u52a0\u7cfb\u7d71\u6a94\u6848\u7cfb\u7d71\uff0c\u6b63\u5728\u7d50\u675f...
-
-#startup info messages
-MSG_IDEInit=\u6b63\u5728\u521d\u59cb\u5316...
-
-# NbURLStreamHandlerFactory
-# {0} - URL
-EXC_nbres_cannot_connect=\u7121\u6cd5\u9023\u7dda\u5230 URL {0}\u3002 \u627e\u4e0d\u5230\u9019\u985e\u8cc7\u6e90\u3002
-
-GTK_FONTSIZE_UNSUPPORTED=GTK \u4ecb\u9762\u5916\u89c0 (look and feel)\u4e0d\u652f\u63f4 --fontsize\u3002 \u8acb\u6539\u70ba\u8abf\u6574\u684c\u9762\u5b57\u578b\u5927\u5c0f\u3002
-
-# When showSplash() fails
-EXC_GraphicsStartFails1=\u932f\u8aa4\uff1a{0}
-EXC_GraphicsStartFails2=\u5982\u9700\u8a73\u7d30\u8cc7\u8a0a\uff0c\u8acb\u53c3\u95b1 {0}\u3002
-
-
-# NbProblemDisplayer
-# {0} - module display name
-# {1} - requested specification version
-# {2} - obtained specification version
-MSG_problem_other_too_old=\u7248\u672c >= {1} \u9700\u8981\u7684\u662f\u6a21\u7d44 {0}\uff0c\u4f46\u50c5\u627e\u5230 {2}\u3002
-# {0} - module display name
-MSG_problem_other_disabled=\u6b64\u5916\uff0c\u4e5f\u9700\u8981\u5b89\u88dd\u6a21\u7d44 {0}\u3002
-LBL_no_impl_version=[\u672a\u6307\u5b9a\u7248\u672c]
-# {0} - module display name
-# {1} - requested implementation version
-# {2} - obtained implementation version
-MSG_problem_other_wrong_version=\u5be6\u4f5c\u7248\u672c\u300c{1}\u300d\u9700\u8981\u7684\u662f\u6a21\u7d44 {0}\uff0c\u4f46\u50c5\u627e\u5230\u300c{2}\u300d\u3002
-# {0} - code name of missing module
-MSG_problem_other_needed_not_found=\u9700\u8981\u540d\u7a31\u70ba {0} \u7684\u6a21\u7d44\uff0c\u4f46\u672a\u627e\u5230\u3002
-# {0} - required token
-MSG_problem_require_disabled=\u7121\u6cd5\u5b89\u88dd\u63d0\u4f9b\u529f\u80fd {0} \u7684\u6a21\u7d44\u3002
-# {0} - required token
-MSG_problem_require_not_found=\u627e\u4e0d\u5230\u63d0\u4f9b\u529f\u80fd {0} \u7684\u6a21\u7d44\u3002
-# {0} - class name
-MSG_problem_class_not_loaded=\u672a\u8f09\u5165\u542b\u6709\u985e\u5225 {0} \u7684\u5957\u4ef6\u3002
-# {0} - package name
-MSG_problem_package_not_loaded_or_old=\u5957\u4ef6 {0} \u672a\u8f09\u5165\u6216\u7248\u672c\u592a\u820a\u3002
-# {0} - version number, spec format, e.g. 1.5
-# {1} - current version number
-MSG_problem_java_too_old=\u8981\u6c42\u7684 Java \u5e73\u53f0\u7248\u672c\u662f {0} \u6216\u66f4\u9ad8\u7248\u672c\uff0c\u4f46\u50c5 {1} \u5728\u57f7\u884c\u4e2d\u3002
-MSG_warning=\u8b66\u544a
-MSG_info=\u8cc7\u8a0a
-MSG_continue=\u505c\u7528\u6a21\u7d44\u4e26\u7e7c\u7e8c
-MSG_exit=\u9000\u51fa
-# {0} - number of other dependant modules
-MSG_also_dep_modules=\u7531\u65bc\u4e0a\u8ff0\u554f\u984c\uff0c\u7121\u6cd5\u5b89\u88dd {0,choice,1#Another module|1<{0} further modules}\u3002
-
-# NbEvents
-MSG_start_load_boot_modules=\u6b63\u5728\u8f09\u5165\u6838\u5fc3...
-MSG_finish_load_boot_modules=\u8f09\u5165\u6838\u5fc3...\u5b8c\u6210\u3002
-MSG_start_auto_restore=\u6b63\u5728\u8f09\u5165\u6a21\u7d44...
-MSG_finish_auto_restore=\u8f09\u5165\u6a21\u7d44\u5b8c\u6210\u3002
-MSG_start_enable_modules=\u6b63\u5728\u555f\u52d5\u6a21\u7d44...
-MSG_finish_enable_modules=\u555f\u52d5\u6a21\u7d44...\u5b8c\u6210\u3002
-TEXT_finish_enable_modules=\u555f\u52d5\u6a21\u7d44\uff1a
-MSG_start_disable_modules=\u6b63\u5728\u95dc\u9589\u6a21\u7d44...
-MSG_finish_disable_modules=\u95dc\u9589\u6a21\u7d44...\u5b8c\u6210\u3002
-TEXT_finish_disable_modules=\u95dc\u9589\u6a21\u7d44\uff1a
-MSG_failed_install_new=\u8b66\u544a - \u7121\u6cd5\u5b89\u88dd\u67d0\u4e9b\u6a21\u7d44\uff1a
-# {0} - module display name
-MSG_failed_install_new_unexpected=\u8b66\u544a - \u7121\u6cd5\u5b89\u88dd\u6a21\u7d44 {0}
-# {0} - file name 
-TEXT_start_deploy_test_module=\u6b63\u5728 {0} \u4e2d\u90e8\u7f72\u6e2c\u8a66\u6a21\u7d44...
-TEXT_finish_deploy_test_module=\u6e2c\u8a66\u6a21\u7d44\u90e8\u7f72\u5b8c\u6210\u3002
-MSG_start_read=\u6b63\u5728\u8b80\u53d6\u6a21\u7d44\u5132\u5b58\u88dd\u7f6e...
-MSG_finish_read=\u8b80\u53d6\u6a21\u7d44\u5132\u5b58\u88dd\u7f6e...\u5b8c\u6210\u3002
-MSG_restore=\u6b63\u5728\u555f\u52d5\u6a21\u7d44...
-# #13806: might have been installed before and uninstalled.
-# {0} - module display name
-MSG_install=\u6b63\u5728\u5b89\u88dd {0}
-# {0} - module display name
-TEXT_install=\u6b63\u5728\u5b89\u88dd\u65b0\u6a21\u7d44\uff1a{0}
-# {0} - module display name
-MSG_update=\u6b63\u5728\u555f\u52d5\u65b0\u7248\u7684 {0}
-# {0} - module display name
-TEXT_update=\u6b63\u5728\u66f4\u65b0\u6a21\u7d44\uff1a{0}
-# {0} - module display name
-MSG_uninstall=\u505c\u6b62 {0}
-MSG_load_section=\u6b63\u5728\u8f09\u5165\u6a21\u7d44...
-MSG_load_layers=Loading module services...
-# {0} - path to expected module JAR
-TEXT_missing_jar_file=\u8b66\u544a\uff1a\u627e\u4e0d\u5230\u6a21\u7d44 {0}\uff0c\u6b63\u5728\u5ffd\u7565...
-# {0} - module display name
-TEXT_cant_delete_enabled_autoload=\u7121\u6cd5\u522a\u9664\u6a21\u7d44 {0}\uff0c\u56e0\u70ba\u5b83\u662f\u81ea\u52d5\u8f09\u5165\u6216\u671f\u671b\u6a21\u7d44\uff0c\u4e14\u4ecd\u5728\u4f7f\u7528\u4e2d\u3002
-# {0} - module display name
-# {1} - property name in XML
-# {2} - value on disk in XML
-# {3} - actual value
-TEXT_misc_prop_mismatch=\u5617\u8a66\u8b8a\u66f4 system/Modules \u8cc7\u6599\u593e\u4e2d\u6a21\u7d44 {0} \u7684\u5c6c\u6027 {1}\u3002\n\u5be6\u969b\u503c\u70ba\u300c{3}\u300d\uff0c\u4f46\u5728\u78c1\u789f\u4e2d\u767c\u751f\u8b8a\u66f4\uff0c\u8b80\u70ba\u300c{2}\u300d\u3002\n\u6b64\u5c6c\u6027\u7121\u6cd5\u5728 IDE \u57f7\u884c\u4e2d\u8b8a\u66f4\uff0c\u56e0\u6b64\u9019\u9805\u5617\u8a66\u7121\u6548\u3002
-# {0} - JAR file name
-TEXT_patch=\u6a21\u7d44\u4fee\u88dc\u7a0b\u5f0f\u6216\u81ea\u8a02\u5ef6\u4f38\u5957\u4ef6\uff1a{0}
-
-
-#
-# TopLogging
-#
-
-# {0} - class name from MRE
-EXC_MissingResourceException_class_name=\u7f3a\u5c11\u985e\u5225\u8cc7\u6e90\uff1a{0}
-# {0} - key from MRE
-EXC_MissingResourceException_key=\u672a\u627e\u5230\u7684\u9375\uff1a{0}
-# {0} - public ID
-# {1] - system ID
-EXC_sax_parse=\u6a94\u6848 {1} \u4e2d\u5b58\u5728\u5256\u6790\u932f\u8aa4 (PUBLIC {0})
-# {0} - public ID
-# {1] - system ID
-# {2} - column #
-# {3} - line #
-EXC_sax_parse_col_line=\u6a94\u6848 {1} \u7b2c {3} \u884c\u7b2c {2} \u5217\u5b58\u5728\u5256\u6790\u932f\u8aa4 (PUBLIC {0})
-
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_zh_TW.properties
deleted file mode 100644
index befeede..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-startup/netbeans/core/core/org/netbeans/core/startup/layers/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemFileSystem=\u9810\u8a2d\u7cfb\u7d71
-
-# ModuleLayeredFileSystem
-MSG_start_load_cache=\u6b63\u5728\u8f09\u5165\u5feb\u53d6\u7684\u7269\u4ef6...
-MSG_end_load_cache=\u6b63\u5728\u8f09\u5165\u5feb\u53d6\u7684\u7269\u4ef6...\u5b8c\u6210\u3002
-MSG_start_rewrite_cache=\u6b63\u5728\u91cd\u5efa\u7269\u4ef6\u5feb\u53d6...
-MSG_end_rewrite_cache=\u6b63\u5728\u91cd\u5efa\u7269\u4ef6\u5feb\u53d6...\u5b8c\u6210\u3002
-
-
-# info about file event
-# {0} type
-# {1} path to the file
-# {2} file object itself
-# {3} event itself
-LOG_FILE_EVENT=File event {0}, file {1}
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_zh_TW.properties
deleted file mode 100644
index de4a64a..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/filetypes/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,95 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-AdvancedOption.displayName=\u6a94\u6848
-AdvancedOption.tooltip=\u6a94\u6848
-FileAssociationsPanel.btnDefault.text=\u9810\u8a2d(&D)
-FileAssociationsPanel.btnDefault.tooltip=\u5fa9\u539f\u9078\u53d6\u7684\u526f\u6a94\u540d\u7684\u9810\u8a2d\u8a2d\u5b9a
-FileAssociationsPanel.btnDefault.AN=\u5fa9\u539f\u9810\u8a2d\u8a2d\u5b9a
-FileAssociationsPanel.btnDefault.AD=\u5fa9\u539f\u9078\u53d6\u7684\u526f\u6a94\u540d\u7684\u9810\u8a2d\u8a2d\u5b9a
-FileAssociationsPanel.btnDefaultIgnored.text=\u9810\u8a2d(&F)
-FileAssociationsPanel.btnDefaultIgnored.AN=\u5c07\u5ffd\u7565\u7684\u6a94\u6848\u5f0f\u6a23\u5fa9\u539f\u6210\u9810\u8a2d
-FileAssociationsPanel.btnDefaultIgnored.AD=\u5c07\u5ffd\u7565\u7684\u6a94\u6848\u5f0f\u6a23\u5fa9\u539f\u6210\u9810\u8a2d
-FileAssociationsPanel.btnNew.text=\u65b0\u589e(&N)...
-FileAssociationsPanel.btnNew.AN=\u65b0\u589e\u526f\u6a94\u540d
-FileAssociationsPanel.btnNew.AD=\u65b0\u589e\u526f\u6a94\u540d
-FileAssociationsPanel.btnRemove.text=\u79fb\u9664(&R)
-FileAssociationsPanel.btnRemove.AN=\u79fb\u9664\u9078\u53d6\u7684\u526f\u6a94\u540d
-FileAssociationsPanel.btnRemove.AD=\u79fb\u9664\u9078\u53d6\u7684\u526f\u6a94\u540d
-FileAssociationsPanel.cbExtension.choose=<\u9078\u64c7\u526f\u6a94\u540d >
-FileAssociationsPanel.cbExtension.AD=\u526f\u6a94\u540d
-FileAssociationsPanel.cbExtension.AN=\u526f\u6a94\u540d\u6e05\u55ae
-FileAssociationsPanel.cbType.AN=\u6a94\u6848\u985e\u578b\u6e05\u55ae
-FileAssociationsPanel.cbType.AD=\u6a94\u6848\u985e\u578b\u6e05\u55ae
-FileAssociationsPanel.lblAssociatedAlso.text=\u540c\u6642\u95dc\u806f\u65bc\uff1a
-FileAssociationsPanel.lblAssociatedAlso.AN=\u540c\u6642\u8207\u526f\u6a94\u540d\u76f8\u95dc\u806f\u7684\u6a94\u6848\u985e\u578b
-FileAssociationsPanel.lblAssociatedAlso.AD=\u540c\u6642\u8207\u526f\u6a94\u540d\u76f8\u95dc\u806f\u7684\u6a94\u6848\u985e\u578b
-FileAssociationsPanel.lblExtension.text=\u526f\u6a94\u540d(&E)\uff1a
-FileAssociationsPanel.lblExtension.AN=\u526f\u6a94\u540d
-FileAssociationsPanel.lblExtension.AD=\u526f\u6a94\u540d\u6e05\u55ae
-FileAssociationsPanel.lblType.text=\u76f8\u95dc\u806f\u7684\u6a94\u6848\u985e\u578b (MIME)(&T)\uff1a
-FileAssociationsPanel.lblType.AD=\u76f8\u95dc\u806f\u7684\u6a94\u6848\u985e\u578b\u6e05\u55ae
-FileAssociationsPanel.lblType.AN=\u76f8\u95dc\u806f\u7684\u6a94\u6848\u985e\u578b\u6e05\u55ae
-FileAssociationsPanel.lblFileAssociations.text=\u6a94\u6848\u95dc\u806f
-FileAssociationsPanel.lblFilesIgnored.text=IDE \u5ffd\u7565\u7684\u6a94\u6848
-FileAssociationsPanel.lblPattern.text=\u5ffd\u7565\u7684\u6a94\u6848\u6a23\u5f0f(&I)\uff1a
-FileAssociationsPanel.lblPattern.tooltip=\u8981\u5ffd\u7565\u7684\u6a94\u6848\u7684\u6b63\u898f\u8868\u9054\u5f0f\u3002\u5339\u914d\u5168\u540d\uff0c\u4e0d\u5e36\u8def\u5f91\u3002\u7a7a\u767d\u8868\u793a\u7121\u4efb\u4f55\u6a94\u6848\u3002
-FileAssociationsPanel.lblPattern.AN=\u5ffd\u7565\u7684\u6a94\u6848\u6a23\u5f0f
-FileAssociationsPanel.lblPattern.AD=\u8981\u5ffd\u7565\u7684\u6a94\u6848\u7684\u6b63\u898f\u8868\u9054\u5f0f\u3002\u5339\u914d\u5168\u540d\uff0c\u4e0d\u5e36\u8def\u5f91\u3002\u7a7a\u767d\u8868\u793a\u7121\u4efb\u4f55\u6a94\u6848\u3002
-FileAssociationsPanel.txtPatternError.AN=\u5ffd\u7565\u7684\u6a94\u6848\u6a23\u5f0f\u8a9e\u6cd5\u932f\u8aa4
-FileAssociationsPanel.txtPatternError.AD=\u5ffd\u7565\u7684\u6a94\u6848\u5e38\u898f\u8868\u793a\u5f0f\u8a9e\u6cd5\u932f\u8aa4
-
-NewExtensionPanel.title=\u8f38\u5165\u65b0\u7684\u526f\u6a94\u540d
-NewExtensionPanel.AD=\u8f38\u5165\u65b0\u7684\u526f\u6a94\u540d
-NewExtensionPanel.lblExtension.text=\u526f\u6a94\u540d(&E)\uff1a
-NewExtensionPanel.lblExtension.AN=\u526f\u6a94\u540d
-NewExtensionPanel.lblExtension.AD=\u526f\u6a94\u540d
-
-OpenAsAction.name=\u958b\u555f\u65b9\u5f0f...
-OpenAsPanel.txtDescription.AN=\u63d0\u793a
-OpenAsPanel.txtDescription.AD=\u63d0\u793a
-OpenAsPanel.lblExtension.text=\u5c07 {0} \u6a94\u6848\u8996\u70ba\uff1a
-OpenAsPanel.title=\u958b\u555f\u65b9\u5f0f...
-OpenAsPanel.open=\u958b\u555f
-OpenAsPanel.AD=\u9078\u64c7\u6a94\u6848\u985e\u578b
-
-# display name for options export
-Files.Options.Export.displayName=\u6a94\u6848
-OpenAsPanel.lblDescription.text=NetBeans \u7121\u6cd5\u8fa8\u8b58\u6b64\u985e\u578b\u7684\u6a94\u6848\u3002 \u8acb\u6307\u5b9a\u9019\u4e9b\u6a94\u6848\u7684\u8b58\u5225\u65b9\u5f0f\u3002
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_zh_TW.properties
deleted file mode 100644
index 68cdf96..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/options/general/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,261 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-#GeneralOptionsPanel
-CTL_General_Options=\u4e00\u822c(&G)
-CTL_General_Options_Title=\u4e00\u822c
-CTL_General_Options_Category=\u4e00\u822c
-CTL_General_Options_Description=\u4e00\u822c\u9078\u9805\u3001\u4ee3\u7406\u4f3a\u670d\u5668\u8a2d\u5b9a\u3001\u7de8\u8f2f\u5668\u8a2d\u5b9a
-CTL_Package_View_Type=Java \u5957\u4ef6\u7684\u6aa2\u8996\u65b9\u5f0f\uff1a
-CTL_Flattern_Packages=\u6e05\u55ae(&L)
-AN_Flattern_Packages=\u6e05\u55ae
-AD_Flattern_Packages=\u6e05\u55ae
-CTL_Tree_Packages=\u6a39
-AN_Tree_Packages=\u6a39
-AD_Tree_Packages=\u6a39
-CTL_No_Proxy=\u7121\u4ee3\u7406\u4f3a\u670d\u5668(&N)
-AN_No_Proxy=\u7121\u4ee3\u7406\u4f3a\u670d\u5668
-AD_No_Proxy=\u7121\u4ee3\u7406\u4f3a\u670d\u5668
-CTL_Usage_Statistics=\u4f7f\u7528\u7d71\u8a08\uff1a
-AN_Usage_Statistics=\u4f7f\u7528\u7d71\u8a08
-AD_Usage_Statistics=\u4f7f\u7528\u7d71\u8a08
-CTL_Usage_Check=\u8acb\u63d0\u4f9b\u533f\u540d\u4f7f\u7528\u8cc7\u6599\u4f86\u5354\u52a9\u6211\u5011\u6539\u9032 NetBeans IDE(&P)\u3002
-AN_Usage_Check=\u8acb\u63d0\u4f9b\u533f\u540d\u4f7f\u7528\u8cc7\u6599\u4f86\u5354\u52a9\u6211\u5011\u6539\u9032 NetBeans IDE
-AD_Usage_Check=\u8acb\u63d0\u4f9b\u533f\u540d\u4f7f\u7528\u8cc7\u6599\u4f86\u5354\u52a9\u6211\u5011\u6539\u9032 NetBeans IDE
-CTL_Usage_Info=<html>\u4f7f\u7528\u7d71\u8a08\u8cc7\u6599\u53ef\u5354\u52a9\u6211\u5011\u66f4\u52a0\u77ad\u89e3\u4f7f\u7528\u8005\u9700\u6c42\uff0c\u4e26\u5c0d\u672a\u4f86\u7248\u672c\u7684\u6539\u9032\u8a2d\u5b9a\u512a\u5148\u9806\u5e8f\u3002 \u6211\u5011\u7d55\u5c0d\u4e0d\u6703\u70ba\u4e86\u5c0b\u627e\u95dc\u65bc\u60a8\u5c08\u6848\u7684\u7279\u5b9a\u8a73\u7d30\u8cc7\u6599\uff0c\u800c\u5c0d\u6536\u96c6\u7684\u8cc7\u6599\u9032\u884c\u53cd\u5411\u5de5\u7a0b\u3002</html>
-AN_Usage_Info=\u4f7f\u7528\u7d71\u8a08\u8cc7\u8a0a
-AD_Usage_Info=\u4f7f\u7528\u7d71\u8a08\u8cc7\u6599\u53ef\u5354\u52a9\u6211\u5011\u66f4\u52a0\u77ad\u89e3\u4f7f\u7528\u8005\u9700\u6c42\uff0c\u4e26\u5c0d\u672a\u4f86\u7248\u672c\u7684\u6539\u9032\u8a2d\u5b9a\u512a\u5148\u9806\u5e8f\u3002 \u6211\u5011\u7d55\u5c0d\u4e0d\u6703\u70ba\u4e86\u5c0b\u627e\u95dc\u65bc\u60a8\u5c08\u6848\u7684\u7279\u5b9a\u8a73\u7d30\u8cc7\u6599\uff0c\u800c\u5c0d\u6536\u96c6\u7684\u8cc7\u6599\u9032\u884c\u53cd\u5411\u5de5\u7a0b\u3002
-
-CTL_Learn_More=<html><font color="#0000FF" <u>\u77ad\u89e3\u66f4\u591a</u></font></html>
-AN_Learn_More=\u77ad\u89e3\u66f4\u591a
-AD_Learn_More=\u77ad\u89e3\u66f4\u591a
-
-#NOI18N
-METRICS_INFO_URL=http://www.netbeans.org/about/usage-tracking.html
-
-CTL_Use_System_Proxy_Settings=\u4f7f\u7528\u7cfb\u7d71\u4ee3\u7406\u4f3a\u670d\u5668\u8a2d\u5b9a(&U)
-AN_Use_System_Proxy_Settings=\u4f7f\u7528\u7cfb\u7d71\u4ee3\u7406\u4f3a\u670d\u5668\u8a2d\u5b9a
-AD_Use_System_Proxy_Settings=\u4f7f\u7528\u7cfb\u7d71\u4ee3\u7406\u4f3a\u670d\u5668\u8a2d\u5b9a
-CTL_Use_HTTP_Proxy=\u624b\u52d5\u4ee3\u7406\u4f3a\u670d\u5668\u8a2d\u5b9a(&M)
-AN_Use_HTTP_Proxy=HTTP \u4ee3\u7406\u4f3a\u670d\u5668
-AD_Use_HTTP_Proxy=HTTP \u4ee3\u7406\u4f3a\u670d\u5668
-AN_Web_Browser=Web \u700f\u89bd\u5668
-AD_Web_Browser=Web \u700f\u89bd\u5668
-AN_Host=\u4e3b\u6a5f
-AD_Host=\u4e3b\u6a5f
-AN_Port=\u9023\u63a5\u57e0
-AD_Port=\u9023\u63a5\u57e0
-AN_Update_Period=\u66f4\u65b0\u9031\u671f
-AD_Update_Period=\u66f4\u65b0\u9031\u671f
-AN_Ask_Before_Check=\u6aa2\u67e5\u524d\u8a62\u554f
-AD_Ask_Before_Check=\u6aa2\u67e5\u524d\u8a62\u554f
-Line_Numbers=\u884c\u865f(&L)
-Antialiasing=\u5e73\u6ed1\u8655\u7406\uff1a
-Text_Antialiasing=\u4f7f\u7528\u5e73\u6ed1\u8655\u7406
-Toolbar=\u5de5\u5177\u5217(&T)
-Package_View=\u5957\u4ef6\u6aa2\u8996
-SDI_Window_Mode=SDI \u8996\u7a97\u6a21\u5f0f
-MDI_Window_Mode=MDI \u8996\u7a97\u6a21\u5f0f
-Tree_View=\u6a39\u72c0\u6aa2\u8996
-Default_System_Browser=<\u9810\u8a2d\u700f\u89bd\u5668>
-Swing_HTML_Browser=Swing \u700f\u89bd\u5668
-Mozilla=Mozilla
-Internet_Explorer=Internet Explorer
-CTL_General=\u4e00\u822c
-CTL_Web_Browser=&Web \u700f\u89bd\u5668\uff1a
-Confirm_Delete=\u78ba\u8a8d\u522a\u9664(&C)\uff1a
-CTL_Web_Proxy=\u4ee3\u7406\u4f3a\u670d\u5668\u8a2d\u5b9a\uff1a
-CTL_Proxy_Settings=\u4ee3\u7406
-CTL_Proxy_Port=\u9023\u63a5\u57e0(&R)\uff1a
-CTL_Proxy_Host=HTTP \u4ee3\u7406\u4f3a\u670d\u5668(&X)\uff1a
-Code_Folding=\u7a0b\u5f0f\u78bc\u6298\u758a\uff1a
-Show=\u986f\u793a\uff1a
-Editor=\u7de8\u8f2f\u5668
-CTL_Check_Period=\u6aa2\u67e5\u9031\u671f(&D)\uff1a
-CTL_Ask_Before_Check=\u6aa2\u67e5\u524d\u8a62\u554f(&B)\uff1a
-CTL_Auto_Update=\u81ea\u52d5\u66f4\u65b0
-Use_Folding=\u4f7f\u7528\u7a0b\u5f0f\u78bc\u6298\u758a(&U)
-Fold_Methods=\u6298\u758a\u65b9\u6cd5(&M)
-Fold_Classes=\u6298\u758a\u5167\u90e8\u985e\u5225(&D)
-Fold_Imports=\u6298\u758a\u532f\u5165(&S)
-Fold_JavaDoc=\u6298\u758a Javadoc \u8a3b\u89e3(&J)
-Fold_Licence=\u6298\u758a\u521d\u59cb\u8a3b\u89e3(&O)
-Auto_Popup=\u81ea\u52d5\u5feb\u986f\u8996\u7a97\uff1a
-Auto_Popup_Completion=\u5b8c\u6210\u8996\u7a97
-Auto_Popup_JavaDoc=Javadoc \u8996\u7a97
-CTL_Update_every_startup=\u6bcf\u6b21\u555f\u52d5\u6642
-CTL_Update_every_day=\u6bcf\u5929
-CTL_Update_every_week=\u6bcf\u9031
-CTL_Update_every_2weeks=\u6bcf\u5169\u9031
-CTL_Update_every_month=\u6bcf\u6708
-CTL_Update_never=\u5f9e\u4e0d
-CTL_Default_System_Browser=\u7cfb\u7d71\u9810\u8a2d\u700f\u89bd\u5668
-CTL_Internet_Explorer=Internet Explorer
-CTL_Firefox=Firefox
-CTL_Mozilla=Mozilla
-CTL_Swing_HTML_Browser=\u5167\u90e8\u700f\u89bd\u5668
-
-
-
-
-AN_NonProxy=\u5c0d\u65bc\u4e0b\u5217\u7269\u4ef6\u4e0d\u4f7f\u7528\u4ee3\u7406\u4f3a\u670d\u5668
-
-AD_NonProxy=\u5c0d\u65bc\u4e0b\u5217\u7269\u4ef6\u4e0d\u4f7f\u7528\u4ee3\u7406\u4f3a\u670d\u5668
-
-CTL_Non_Proxy=\u5c0d\u65bc\u4e0b\u5217\u7269\u4ef6\u4e0d\u4f7f\u7528\u4ee3\u7406\u4f3a\u670d\u5668(&Y)\uff1a
-
-Non_Proxy_Hint=(\u4f8b\u5982 localhost\u3001*.netbeans.org\u3001*.mydomain.com)
-LBL_GeneralOptionsPanel_bMoreProxy=\u66f4\u591a(&O)...
-LBL_GeneralOptionsPanel_bMoreProxy.AN=\u9032\u968e\u4ee3\u7406\u4f3a\u670d\u5668\u8a2d\u5b9a
-LBL_GeneralOptionsPanel_bMoreProxy.AD=\u958b\u555f\u9032\u968e\u4ee3\u7406\u4f3a\u670d\u5668\u8a2d\u5b9a
-
-LBL_GeneralOptionsPanel_PortError=Port number must be an integer value.
-
-LBL_GeneralOptionsPanel_lWebProxy=\u4ee3\u7406\u4f3a\u670d\u5668\u8a2d\u5b9a\uff1a
-
-LBL_AdvancedProxyPanel_lHttpProxyHost=HTTP \u4ee3\u7406\u4f3a\u670d\u5668(&P)\uff1a
-
-LBL_AdvancedProxyPanel_lNonProxyHostsDescription=(\u4f8b\u5982 localhost\u3001*.netbeans.org\u3001127.0.0.1)
-
-LBL_AdvancedProxyPanel_lHttpProxyPort=\u9023\u63a5\u57e0(&O)\uff1a
-
-LBL_AdvancedProxyPanel_lHttpsProxyPort=\u9023\u63a5\u57e0(&R)\uff1a
-
-LBL_AdvancedProxyPanel_lSocksPort=\u9023\u63a5\u57e0(&T)\uff1a
-LBL_AdvancedProxyPanel_lHttpsProxyHots=HTTPS \u4ee3\u7406\u4f3a\u670d\u5668(&H)\uff1a
-
-LBL_AdvancedProxyPanel_lSocksHost=SOCKS \u4ee3\u7406\u4f3a\u670d\u5668(&S)\uff1a
-LBL_AdvancedProxyPanel_lNonProxyHosts=\u7121\u4ee3\u7406\u4f3a\u670d\u5668\u4e3b\u6a5f(&X)\uff1a
-LBL_AdvancedProxyPanel_cbUseProxyAuthentication=\u4ee3\u7406\u4f3a\u670d\u5668\u9700\u8981\u8a8d\u8b49(&Q)
-
-LBL_AdvancedProxyPanel_lUserName=\u7528\u6236\u540d(&U)\uff1a
-
-LBL_AdvancedProxyPanel_lUserPassword=\u5bc6\u78bc(&W)\uff1a
-LBL_AdvancedProxyPanel_cbSameProxySettings=\u6240\u6709\u901a\u8a0a\u5354\u5b9a\u4f7f\u7528\u76f8\u540c\u7684\u4ee3\u7406\u4f3a\u670d\u5668\u8a2d\u5b9a(&A)
-
-LBL_AdvancedProxyPanel_Title=\u9032\u968e\u4ee3\u7406\u4f3a\u670d\u5668\u9078\u9805
-LBL_AdvancedProxyPanel_PortError=Port number must be an integer value.
-GeneralOptionsPanel.rbUseSystemProxy.text=\u4f7f\u7528\u7cfb\u7d71\u4ee3\u7406\u4f3a\u670d\u5668\u8a2d\u5b9a(&U)
-GeneralOptionsPanel.lWebBrowser.text=Web \u700f\u89bd\u5668(&W)\uff1a
-GeneralOptionsPanel.rbNoProxy.text=\u7121\u4ee3\u7406\u4f3a\u670d\u5668(&N)
-
-ACD_AdvancedProxyPanel_cbSameProxySettings=N/A
-
-ACD_AdvancedProxyPanel_cbUseProxyAuthentication=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyHost=N/A
-
-ACD_AdvancedProxyPanel_tfSocksHost=N/A
-
-ACD_AdvancedProxyPanel_tfNonProxyHosts=N/A
-
-ACD_AdvancedProxyPanel_tfHttpProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfHttpsProxyPort=N/A
-
-ACD_AdvancedProxyPanel_tfSocksPort=N/A
-
-ACD_AdvancedProxyPanel_tfUserName=N/A
-
-ACD_AdvancedProxyPanel_pfUserPassword=N/A
-
-ACD_AdvancedProxyPanel=N/A
-
-LBL_WebBrowsersPanel_Title=Web \u700f\u89bd\u5668
-LBL_ExternalBrowser_Name=\u5916\u90e8\u700f\u89bd\u5668
-WebBrowsersPanel.nameLabel.text=\u540d\u7a31\uff1a
-WebBrowsersPanel.executableLabel.text=\u53ef\u57f7\u884c\u6a94\uff1a
-WebBrowsersPanel.parametersLabel.text=\u53c3\u6578\uff1a
-WebBrowsersPanel.browseButton.text=\u700f\u89bd...
-WebBrowsersPanel.nameTextField.text=
-WebBrowsersPanel.executableTextField.text=
-WebBrowsersPanel.parametersTextField.text=
-WebBrowsersPanel.addButton.text=\u52a0\u5165...
-WebBrowsersPanel.removeButton.text=\u79fb\u9664
-WebBrowsersPanel.browsersLabel.text=Web \u700f\u89bd\u5668\uff1a
-GeneralOptionsPanel.editBrowserButton.text=\u7de8\u8f2f(&E)...
-GeneralOptionsPanel.editBrowserButton.AD=\u7de8\u8f2f Web \u700f\u89bd\u5668
-GeneralOptionsPanel.editBrowserButton.AN=\u7de8\u8f2f Web \u700f\u89bd\u5668
-WebBrowsers_URL_Hint=\u63d0\u793a\uff1a{URL} = \u5c07\u7531 Web \u700f\u89bd\u5668\u8f09\u5165\u7684\u9801\u9762\u7684 URL
-
-ACS_WebBrowsersList=\u53ef\u7528\u7684 Web \u700f\u89bd\u5668\u6e05\u55ae
-ACS_AddWebBrowserButton=\u589e\u52a0\u65b0\u7684 Web \u700f\u89bd\u5668
-ACS_RemoveWebBrowserButton=\u79fb\u9664\u9078\u53d6\u7684 Web \u700f\u89bd\u5668
-ACS_BrowserNameField=Web \u700f\u89bd\u5668\u540d\u7a31
-ACS_BrowserExecutableField=Web \u700f\u89bd\u5668\u53ef\u57f7\u884c\u6a94
-ACS_BrowserParametersField=Web \u700f\u89bd\u5668\u53ef\u57f7\u884c\u53c3\u6578
-ACS_BrowseExecutableButton=\u700f\u89bd Web \u700f\u89bd\u5668\u53ef\u57f7\u884c\u6a94
-WebBrowsersOptionsPanel.browsersLabel.text=Web \u700f\u89bd\u5668(&W)\uff1a
-WebBrowsersOptionsPanel.addButton.text=\u52a0\u5165(&D)...
-WebBrowsersOptionsPanel.removeButton.text=\u79fb\u9664(&R)
-WebBrowsersOptionsPanel.nameLabel.text=\u540d\u7a31(&N)\uff1a
-
-WebBrowsersOptionsPanel.nameTextField.text=
-
-WebBrowsersOptionsPanel.browsersLabel.AccessibleContext.accessibleDescription=Web \u700f\u89bd\u5668
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleName=\u700f\u89bd\u5668\u6e05\u55ae
-
-WebBrowsersOptionsPanel.browsersList.AccessibleContext.accessibleDescription=Web \u700f\u89bd\u5668\u7684\u6e05\u55ae
-
-WebBrowsersOptionsPanel.addButton.AccessibleContext.accessibleDescription=\u589e\u52a0\u6309\u9215
-
-WebBrowsersOptionsPanel.removeButton.AccessibleContext.accessibleDescription=[\u79fb\u9664] \u6309\u9215
-
-WebBrowsersOptionsPanel.nameLabel.AccessibleContext.accessibleDescription=\u700f\u89bd\u5668\u540d\u7a31
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleName=\u700f\u89bd\u5668\u540d\u7a31
-
-WebBrowsersOptionsPanel.nameTextField.AccessibleContext.accessibleDescription=\u700f\u89bd\u5668\u540d\u7a31
-WebBrowsersOptionsPanel.AccessibleContext.accessibleName=Web \u700f\u89bd\u5668
-WebBrowsersOptionsPanel.AccessibleContext.accessibleDescription=Web \u700f\u89bd\u5668
-GeneralOptionsPanel_rbUseSystemProxy_Direct=<html><i>\u76f4\u63a5\u9023\u7dda\u3002</i></html>
-GeneralOptionsPanel_rbUseSystemProxy_Format=<html><i>{0}:{1}</i></html>
-
-# Keywords for quick-search
-KW_General=\u4ee3\u7406\u4f3a\u670d\u5668\uff0c\u4e00\u822c\u9078\u9805
-
-# Display name for options export
-General.Options.Export.Category.displayName=\u4e00\u822c
-General.Options.Export.displayName=\u4e00\u822c
-Other.Options.Export.displayName=All Other Unspecified
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_zh_TW.properties
deleted file mode 100644
index 9179d25..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/resources/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,73 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u6838\u5fc3 - UI
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u5e73\u53f0\u7684\u4f7f\u7528\u8005\u754c\u9762\u3002
-OpenIDE-Module-Long-Description=\u70ba\u5e73\u53f0\u7684\u6a19\u51c6\u57fa\u672c\u4f7f\u7528\u8005\u754c\u9762\u548c\u57fa\u65bc\u5e73\u53f0\u5efa\u7f6e\u7684\u61c9\u7528\u7a0b\u5f0f\u63d0\u4f9b\u985e\u5225\u548c\u8cc7\u6e90\u3002
-
-Actions=\u64cd\u4f5c
-Actions/Edit=\u7de8\u8f2f
-Actions/Help=\u8aaa\u660e
-Actions/System=\u7cfb\u7d71
-Actions/Tools=\u5de5\u5177
-Actions/View=\u6aa2\u8996
-Actions/Window/SelectDocumentNode=\u5728\u6b64\u9078\u64c7\u6587\u4ef6
-Menu=\u9078\u55ae\u5217
-Menu/Edit=\u7de8\u8f2f(&E)
-Menu/File=\u6a94\u6848(&F)
-Menu/GoTo=\u5c0e\u89bd(&N)
-Menu/Help=\u8aaa\u660e(&H)
-Menu/Tools=\u5de5\u5177(&T)
-Menu/View=\u6aa2\u8996(&V)
-Menu/Window/SelectDocumentNode=\u5728\u6b64\u9078\u64c7\u6587\u4ef6(&N)
-Services/Browsers=Web \u700f\u89bd\u5668
-Templates/Privileged=\u7279\u6b0a
-Templates/Recent=\u6700\u8fd1\u7684
-Templates/Services/Browsers=Web \u700f\u89bd\u5668
-Toolbars=\u5de5\u5177\u5217
-Toolbars/Clipboard=\u526a\u8cbc\u7c3f(&P)
-Toolbars/UndoRedo=\u9084\u539f/\u6062\u5fa9\u64a4\u6d88\u6307\u4ee4(&U)
-Toolbars/File=\u6a94\u6848(&F)
-Toolbars/Memory=\u8a18\u61b6\u9ad4(&M)
-Toolbars/Standard.xml=\u7de8\u78bc
-UI/Services=\u9078\u9805
-
-ProgressDisplayName_FileSystemRefresh=\u91cd\u65b0\u6574\u7406\u6a94\u6848
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_zh_TW.properties
deleted file mode 100644
index 96692f0..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/sysopen/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-CTL_SystemOpenAction=\u5728\u7cfb\u7d71\u4e2d\u958b\u555f
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_zh_TW.properties
deleted file mode 100644
index d12a9ae..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-ui/org-netbeans-core-ui/org/netbeans/core/ui/warmup/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,47 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# DiagnosticTask
-MEMORY=\u5be6\u9ad4\u8a18\u61b6\u9ad4\u7e3d\u8a08 {0}
-
-
-#LOG_WINDOW_ACTIVATED=\u4e3b\u8996\u7a97\u5df2\u555f\u52d5\uff0c\u91cd\u65b0\u6574\u7406\u8cbb\u6642 {0} \u6beb\u79d2
-#LOG_WINDOW_DEACTIVATED=\u4e3b\u8996\u7a97\u5df2\u95dc\u9589
-
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_zh_TW.properties
deleted file mode 100644
index 5a5f1c4..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# WindowManagerImpl
-# Name of the only (fake) workspace
-LBL_FakeWorkspace=<\u50c5\u5de5\u4f5c\u5340>
-
-#NOI18N
-#TopComponent.DragAndDrop.Enabled=true
-#NOI18N
-#TopComponent.Resizing.Enabled=true
-#NOI18N
-#TopComponent.Undocking.Enabled=true
-#NOI18N
-#TopComponent.Maximization.Enabled=true
-#NOI18N
-#TopComponent.Sliding.Enabled=true
-#NOI18N
-#Editor.TopComponent.Closing.Enabled=true
-#NOI18N
-#View.TopComponent.Closing.Enabled=true
-#NOI18N
-#Splitter.Respect.MinimumSize.Enabled=true
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_zh_TW.properties
deleted file mode 100644
index 948c94f..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/actions/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,94 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# CloneDocumentAction
-CTL_CloneDocumentAction=\u8907\u88fd\u6587\u4ef6(&L)
-# CloseWindowAction
-CTL_CloseWindowAction=\u95dc\u9589\u8996\u7a97(&C)
-
-CTL_RecentViewListAction=\u79fb\u81f3\u4e0a\u4e00\u6587\u4ef6(&R)
-CTL_SwitchToRecentDocumentAction=\u7de8\u8f2f\u5668(&E)
-
-CTL_CloseAllDocumentsAction=\u95dc\u9589\u6240\u6709\u6587\u4ef6(&A)
-
-# UndockAction
-CTL_UndockWindowAction=\u5378\u9664\u8996\u7a97(&U)
-CTL_UndockWindowAction_Dock=\u505c\u99d0\u8996\u7a97(&K)
-
-# ActionUtils.CloseAllDocumentsAction
-LBL_CloseAllDocumentsAction=\u95dc\u9589\u6240\u6709\u6587\u4ef6
-# ActionUtils.AutoHideWindowAction
-LBL_AutoHideWindowAction=\u6700\u5c0f\u5316\u8996\u7a97
-# ActionUtils.CloseWindowAction
-LBL_CloseWindowAction=\u95dc\u9589\u8996\u7a97
-# ActionUtils.CloseAllButThisAction
-LBL_CloseAllButThisAction=\u95dc\u9589\u5176\u4ed6\u6587\u4ef6
-# ActionUtils.SaveDocumentAction
-LBL_SaveDocumentAction=\u5132\u5b58\u6587\u4ef6
-# ActionUtils.CloneDocumentAction
-LBL_CloneDocumentAction=\u8907\u88fd\u6587\u4ef6
-# CloseAllButThisAction
-CTL_CloseAllButThisAction=\u95dc\u9589\u5176\u4ed6\u6587\u4ef6(&M)
-
-# MaximizeWindowAction
-CTL_MaximizeWindowAction=\u6700\u5927\u5316\u8996\u7a97(&Z)
-CTL_UnmaximizeWindowAction=\u5fa9\u539f\u8996\u7a97
-
-# DocumentsAction
-CTL_DocumentsAction=\u6587\u4ef6(&D)...
-
-# ToolbarsListAction
-CTL_ToolbarsListAction=\u5de5\u5177\u5217(&T)
-
-# NextTabAction
-CTL_NextTabAction=\u4e0b\u4e00\u500b\u9801\u7c64
-# PreviousTabAction
-CTL_PreviousTabAction=\u4e0a\u4e00\u500b\u9801\u7c64
-
-CTL_ToggleFullScreenAction=\u5168\u87a2\u5e55(&F)
-
-# ResetWindowsAction
-CTL_ResetWindows=\u91cd\u8a2d\u8996\u7a97(&W)
-
-LBL_ToggleWindowTransparencyAction=\u900f\u660e\u8996\u7a97
-LBL_WindowTransparencyHint=Press and hold [Ctrl+NumPad 0] key to make minimized window transparent.
-
-# Properties
-GlobalProperties=\u5c6c\u6027(&R)
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_zh_TW.properties
deleted file mode 100644
index 88d4cf4..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/options/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,61 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-AdvancedOption_DisplayName_WinSys=\u5916\u89c0
-AdvancedOption_Tooltip_WinSys=\u8996\u7a97\u7cfb\u7d71\u76f8\u95dc\u9078\u9805
-
-IsAlphaFloatingTooltip=\u4f7f\u975e\u7126\u9ede\u6d6e\u52d5\u8996\u7a97\u5728\u5e7e\u79d2\u5f8c\u5448\u73fe\u534a\u900f\u660e\u72c0
-
-IsDragWindowTooltip=\u5728\u8996\u7a97\u62d6\u653e\u671f\u9593\u555f\u7528\u300c\u6b98\u5f71\u300d\u8996\u7a97\u5716\u7247
-IsAlphaDragTooltip=\u5728\u62d6\u66f3\u8996\u7a97\u5716\u7247\u4e2d\u555f\u7528\u900f\u660e\u6548\u679c
-
-IsSnapScreenEdgesTooltip=\u4f7f\u6d6e\u52d5\u8996\u7a97\u8cbc\u9f4a\u87a2\u5e55\u908a\u7de3
-IsSnappingTooltip=\u4f7f\u6d6e\u52d5\u8996\u7a97\u81ea\u52d5\u8cbc\u9f4a\u4ee5\u65b9\u4fbf\u7248\u9762\u914d\u7f6e
-
-NoAlphaSupport=\u4f5c\u696d\u7cfb\u7d71\u4e0d\u652f\u63f4\u8996\u7a97\u900f\u660e\u5316
-LBL_DragWindowImage=\u62d6\u66f3\u8996\u7a97\u5716\u7247
-LBL_TransparentDragWindow=\u900f\u660e\u62d6\u66f3\u8996\u7a97\u5716\u7247
-LBL_TransparentFloatingWindows=\u900f\u660e\u6d6e\u52d5\u8996\u7a97
-LBL_SnapFloatingWindows=\u8cbc\u9f4a\u6d6e\u52d5\u8996\u7a97
-LBL_SnapToScreenEdges=\u8cbc\u9f4a\u87a2\u5e55\u908a\u7de3
-LBL_CloseActivatesRecentDocument=\u95dc\u9589\u6587\u4ef6\u5f8c\u4f7f\u6700\u8fd1\u4f7f\u7528\u7684\u6587\u4ef6\u6210\u70ba\u4f7f\u7528\u4e2d\u6587\u4ef6
-TIP_CloseActivatesMostRecentDocument=\u95dc\u9589\u6587\u4ef6\u5f8c\uff0c\u6700\u8fd1\u4f7f\u7528\u7684\u6587\u4ef6\u6703\u8b8a\u6210\u4f7f\u7528\u4e2d\u6587\u4ef6\uff0c\u800c\u4e0d\u662f\u5176\u9130\u63a5\u9805\u76ee
-WinSysPanel.isCloseActivatesMostRecentDocument.AccessibleContext.accessibleDescription=\u95dc\u9589\u6587\u4ef6\u5f8c\uff0c\u6700\u8fd1\u4f7f\u7528\u7684\u6587\u4ef6\u6703\u8b8a\u6210\u4f7f\u7528\u4e2d\u6587\u4ef6
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_zh_TW.properties
deleted file mode 100644
index d01cc4a..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/persistence/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,61 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#ModeData
-EXC_WindowManagerParse=\u7121\u6cd5\u5256\u6790\u8996\u7a97\u7ba1\u7406\u5668 {0} \u7684\u8a2d\u5b9a\u3002
-EXC_GroupParse=\u7121\u6cd5\u5256\u6790\u7fa4\u7d44 {0} \u7684\u8a2d\u5b9a\u3002
-EXC_TCGroupParse=\u7121\u6cd5\u5256\u6790 TCGroup {0} \u7684\u8a2d\u5b9a\u3002
-EXC_TCRefParse=\u7121\u6cd5\u5256\u6790 TCRef {0} \u7684\u8a2d\u5b9a\u3002
-EXC_ModeParse=\u7121\u6cd5\u5256\u6790\u6a21\u5f0f {0} \u7684\u8a2d\u5b9a\u3002
-
-# PersistenceManager
-EXC_RootFolder=\u7121\u6cd5\u5efa\u7acb\u6839\u8cc7\u6599\u593e {0}
-EXC_CompsFolder=\u7121\u6cd5\u5efa\u7acb\u5143\u4ef6\u8cc7\u6599\u593e {0}
-EXC_GroupsFolder=\u7121\u6cd5\u5efa\u7acb\u7fa4\u7d44\u8cc7\u6599\u593e {0}
-EXC_ModesFolder=\u7121\u6cd5\u5efa\u7acb\u6a21\u5f0f\u8cc7\u6599\u593e {0}
-#EXC_BrokenTCSetting=Top component {0} could not be loaded, either owning module was disabled, has incompatible version or top component's settings file format is broken.
-EXC_FailedLocateTC=\u627e\u4e0d\u5230\u9802\u5c64\u5143\u4ef6 {0}\uff0c\u6216\u7121\u6cd5\u5f9e "Components" \u8cc7\u6599\u593e\u8f09\u5165\u6b64\u9802\u5c64\u5143\u4ef6\u3002
-EXC_CannotSaveTCSettings=\u7121\u6cd5\u5132\u5b58\u9802\u5c64\u5143\u4ef6 {0} \u7684\u8a2d\u5b9a
-EXC_CopyFails=\u7121\u6cd5\u5c07\u5143\u4ef6\u8a2d\u5b9a\u6a94\u6848\u8907\u88fd\u5230\u8cc7\u6599\u593e {0}\u3002
-
-# {0} TopComponent name
-FMT_TCWriteError=\u56e0\u5e8f\u5217\u5316\u7a0b\u5e8f\u51fa\u932f\uff0c\u7121\u6cd5\u5132\u5b58\u5143\u4ef6 {0}\u3002
-FMT_TCReadError=\u56e0\u53cd\u5e8f\u5217\u5316\u7a0b\u5e8f\u51fa\u932f\uff0c\u7121\u6cd5\u958b\u555f\u5143\u4ef6 {0}\u3002
-
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_zh_TW.properties
deleted file mode 100644
index 9395d6c..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/resources/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u6838\u5fc3 - \u8996\u7a97
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u8996\u7a97\u5efa\u7acb\u652f\u63f4\u7684\u5be6\u4f5c\u3002
-OpenIDE-Module-Long-Description=\u52a0\u5165\u5be6\u4f5c API \u7684\u8996\u7a97\u7cfb\u7d71\u90e8\u5206\u7684\u985e\u5225\u3002
-
-Actions/Window=\u8996\u7a97
-Menu/Window=\u8996\u7a97(&W)
-
-# Options export
-Toolbars.Options.Export.displayName=\u5de5\u5177\u5217
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_zh_TW.properties
deleted file mode 100644
index 6d1c0d4..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/services/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,96 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# ButtonBar/ButtonBarButton
-# Common Button labels
-OKButton=\u78ba\u5b9a
-CancelButton=\u53d6\u6d88
-CloseButton=\u95dc\u9589
-# HelpButton=Help
-YesButton=\u662f
-NoButton=\u5426
-# ApplyButton=Apply
-DetailsButton=\u8a73\u7d30\u8cc7\u8a0a
-# ButtoBarButoo
-CTL_Button=\u6309\u9215
-
-# FileSelector
-CTL_FileSelectorOkButton=\u78ba\u5b9a
-CTL_FileSelectorCancelButton=\u53d6\u6d88
-ACSD_FileSelectorOkButton=\u78ba\u5b9a
-ACSD_FileSelectorCancelButton=\u53d6\u6d88
-ACSD_FileSelectorDialog=[\u6a94\u6848\u9078\u5b9a\u5668] \u5c0d\u8a71\u65b9\u584a
-ACSN_FileSelectorTreeView=\u6a39\u72c0\u6aa2\u8996
-ACSD_FileSelectorTreeView=\u6a94\u6848\u9078\u5b9a\u5668\u4e2d\u7684\u6a39\u72c0\u6aa2\u8996
-
-# NbNodeOperationImpl
-CTL_Customizer_dialog_title=\u81ea\u8a02\u5668\u5c0d\u8a71\u65b9\u584a
-
-# NbPresenter/MbDialog
-CLOSED_OPTION_CAPTION=\u95dc\u9589
-CANCEL_OPTION_CAPTION=\u53d6\u6d88
-HELP_OPTION_CAPTION=\u8aaa\u660e(&H)
-NO_OPTION_CAPTION=\u5426
-OK_OPTION_CAPTION=\u78ba\u5b9a
-YES_OPTION_CAPTION=\u662f
-ACS_YES_OPTION_NAME=\u662f
-ACS_YES_OPTION_DESC=[\u662f] \u6309\u9215
-# - {0} message
-ACSD_ErrorMessage=\u932f\u8aa4\uff1a {0}
-ACSD_WarningMessage=\u8b66\u544a\uff1a {0}
-ACSD_QuestionMessage=\u554f\u984c {0}
-ACSD_InformationMessage=\u8cc7\u8a0a {0}
-ACSD_PlainMessage={0}
-
-ACS_CANCEL_OPTION_NAME=\u53d6\u6d88
-ACS_CANCEL_OPTION_DESC=[\u53d6\u6d88] \u6309\u9215
-
-ACS_OK_OPTION_NAME=\u78ba\u5b9a
-ACS_OK_OPTION_DESC=[\u78ba\u5b9a] \u6309\u9215
-
-ACS_NO_OPTION_NAME=\u5426
-ACS_NO_OPTION_DESC=[\u5426] \u6309\u9215
-
-ACS_HELP_OPTION_NAME=\u8aaa\u660e
-ACS_HELP_OPTION_DESC=[\u8aaa\u660e] \u6309\u9215
-
-ACS_CLOSED_OPTION_NAME=\u95dc\u9589
-ACS_CLOSED_OPTION_DESC=[\u95dc\u9589] \u6309\u9215
-
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_zh_TW.properties
deleted file mode 100644
index 60711c8..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,87 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# EditorAreaFrame
-LBL_EditorAreaFrameTitle=\u7de8\u8f2f\u5668
-
-# MainWindow
-ACSD_MainWindow=\u4e3b\u8996\u7a97
-# {0} build number
-# {1} project name
-# {2} name of main project
-#CTL_MainWindow_Title=NetBeans Platform 6.8 RC1
-#CTL_MainWindow_Title_No_Project=NetBeans Platform 6.8 RC1
-
-# DocumentsDlg
-LBL_Documents=\u6587\u4ef6(&D)\uff1a
-LBL_Description=\u8aaa\u660e(&P)\uff1a
-LBL_Activate=\u5207\u63db\u81f3\u6587\u4ef6(&T)
-LBL_CloseDocuments=\u95dc\u9589\u6587\u4ef6(&L)
-LBL_SaveDocuments=\u5132\u5b58\u6587\u4ef6(&S)
-LBL_Close=\u95dc\u9589(&C)
-
-ACSD_Activate=N/A
-ACSD_CloseDocuments=N/A
-ACSD_SaveDocuments=N/A
-ACSD_Close=N/A
-ACSD_ListView=N/A
-ACSD_DescriptionArea=N/A
-ACSD_DocumentsDialog=N/A
-
-CTL_DocumentsTitle=\u6587\u4ef6
-
-# DefaultSeparateContainer
-# {0} selected component display name
-CTL_SeparateEditorTitle={0} - \u7de8\u8f2f\u5668
-
-# NbSheet  display name of properties mode
-CTL_PropertiesWindow=\u5c6c\u6027
-# the caption of global property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_GlobalProperties={0,choice,0#\u7121\u5c6c\u6027|1#{1} - \u5c6c\u6027|2#\u591a\u500b\u7269\u4ef6 - \u5c6c\u6027}
-# the caption of local property sheet
-# {0} = number of nodes selected
-# {1} = display name of the first node or ""
-CTL_FMT_LocalProperties={0,choice,0#\u5c6c\u6027|1#{1} - \u5c6c\u6027|2#\u591a\u500b\u7269\u4ef6 - \u5c6c\u6027}
-ACSN_PropertiesSheet=\u5c6c\u6027\u8868\u55ae
-ACSD_PropertiesSheet=\u7528\u4f86\u986f\u793a\u7d66\u5b9a\u7bc0\u9ede\u7684\u5c6c\u6027\u7684\u6aa2\u8996\u3002
-EXC_CannotLoadNodes=\u7121\u6cd5\u5c07\u7bc0\u9ede\u8f09\u5165\u5c6c\u6027\u8868\u55ae\u3002\u5b83\u5011\u53ef\u80fd\u5df2\u4e0d\u5b58\u5728\u3002
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_zh_TW.properties
deleted file mode 100644
index f32094a..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core-windows/org-netbeans-core-windows/org/netbeans/core/windows/view/ui/toolbars/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,88 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-PROP_smallToolbarIcons=\u5de5\u5177\u5217\u5c0f\u5716\u793a(&S)
-
-# ToolbarLayout
-EXC_wrongConstraints=\u7121\u6cd5\u52a0\u5165\u5230\u914d\u7f6e\uff1a\u4e0d\u4f7f\u7528 ToolbarConstraints
-
-CTL_CustomizeToolbars=\u81ea\u8a02(&C)...
-
-#New Toolbar Button label
-CTL_NewToolbar=\u65b0\u589e\u5de5\u5177\u5217(&N)...
-
-#Small Icons Checkbox
-CTL_SmallIcons=\u5de5\u5177\u5217\u5c0f\u5716\u793a(&S)
-
-#Drag and Drop hint
-CTL_TreeLabel=\u5c07\u9805\u62d6\u5165\u6216\u62d6\u51fa\u5de5\u5177\u5217\u4ee5\u52a0\u5165\u6216\u79fb\u9664\u9805...
-
-LBL_PleaseWait=\u8acb\u7a0d\u5019...
-
-#Close customizer button
-CTL_Close=\u95dc\u9589(&C)
-
-#Customizer dialog window title
-CustomizerTitle=\u81ea\u8a02\u5de5\u5177\u5217
-
-ACSD_ActionsTree=\u5c07\u9805\u5f9e\u6b64\u8655\u62d6\u52d5\u5230\u5de5\u5177\u5217\u4e0a\u3002
-ACSN_ActionsTree=\u64cd\u4f5c\u6c60
-
-ACSN_ActionsScrollBar=\u64cd\u4f5c\u6c60Scrollbar
-ACSD_ActionsScrollBar=\u64cd\u4f5c\u6c60Scrollbar
-
-ACSD_ToolbarCustomizer=\u5de5\u5177\u5217\u81ea\u8a02\u5668
-
-ACSD_Close=\u201c\u95dc\u9589\u201d\u6309\u9215
-ACSD_NewToolbar=\u201c\u65b0\u589e\u5de5\u5177\u5217\u201d\u6309\u9215
-
-ACSD_SmallIcons=\u201c\u5c0f\u5716\u793a\u201d\u6838\u53d6\u65b9\u584a
-
-CTL_ResetToolbarsAction=\u91cd\u8a2d\u5de5\u5177\u5217(&T)
-CTL_ResetToolbarsButton=\u91cd\u8a2d\u5de5\u5177\u5217(&T)
-
-
-
-PROP_newToolbarLabel=\u540d\u7a31(&N):
-PROP_newToolbarDialog=\u65b0\u589e\u5de5\u5177\u5217
-PROP_newToolbar=\u5de5\u5177\u5217
-MSG_ToolbarExists=\u5de5\u5177\u5217 {0} \u5df2\u5b58\u5728\u3002
-
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_zh_TW.properties
deleted file mode 100644
index 7b1cbc8..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core/org-netbeans-core/org/netbeans/beaninfo/editors/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,241 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#DimensionEditor, InsertEditor, PointEditor, rectangleEditor common
-CTL_NegativeSize=\u5927\u5c0f\u4e0d\u80fd\u662f\u8ca0\u503c
-CTL_InvalidValue=\u8f38\u5165\u7684\u503c\u7121\u6548
-CTL_InvalidValueWithParam=\u8f38\u5165\u7684\u503c {0} \u7121\u6548
-CTL_InvalidValueWithExc=\u8f38\u5165\u7684\u503c\u7121\u6548\u3002\n\u539f\u56e0\uff1a{0}
-
-#ArrayOfIntSupport
-# {0} = type of property
-# {1} = format of value (e.g. "[<n1>,<n2>,<n3>,<n4>]" )
-EXC_BadFormatValue={0} \u7684\u503c\u61c9\u8a72\u662f {1} \u6392\u7248
-
-#ColorEditor
-CTL_AWTPalette=AWT \u8abf\u8272\u677f
-CTL_SwingPalette=Swing \u8abf\u8272\u677f
-CTL_SystemPalette=\u7cfb\u7d71\u8abf\u8272\u677f
-ACSD_CustomColorEditor=N/A
-FMT_IllegalEntry=\u300c{0}\u300d\u4e0d\u662f\u6709\u6548\u7684\u8272\u5f69\u8b58\u5225\u5b57\u3002\u60a8\u53ef\u4ee5\u8f38\u5165 Swing \u6216 AWT \u5e38\u91cf\uff0c\u6216\u8005 red/green/blue \u7b49\u503c\u3002
-
-# ColorEditor:AWT color names
-LAB_White=white
-LAB_LightGray=lightGray
-LAB_Gray=gray
-LAB_DarkGray=darkGray
-LAB_Black=black
-LAB_Red=red
-LAB_Pink=pink
-LAB_Orange=orange
-LAB_Yellow=yellow
-LAB_Green=green
-LAB_Magenta=magenta
-LAB_Cyan=cyan
-LAB_Blue=blue
-# ColorEditor: system color names
-LAB_ActiveCaption=\u6d3b\u52d5\u6a19\u984c
-LAB_ActiveCaptionBorder=\u6d3b\u52d5\u6a19\u984c\u908a\u6846
-LAB_ActiveCaptionText=\u6d3b\u52d5\u6a19\u984c\u6587\u5b57
-LAB_Control=\u63a7\u5236
-LAB_ControlDkShadow=\u63a7\u5236\u6df1\u8272\u9670\u5f71
-LAB_ControlHighlight=\u63a7\u5236\u9ad8\u4eae\u5ea6\u986f\u793a
-LAB_ControlLtHighlight=\u63a7\u5236\u6dfa\u8272\u9ad8\u4eae\u5ea6\u986f\u793a
-LAB_ControlShadow=\u63a7\u5236\u9670\u5f71
-LAB_ControlText=\u63a7\u5236\u6587\u5b57
-LAB_Desktop=\u684c\u9762
-LAB_InactiveCaption=\u975e\u4f7f\u7528\u4e2d\u6a19\u984c
-LAB_InactiveCaptionBorder=\u975e\u4f7f\u7528\u4e2d\u6a19\u984c\u908a\u6846
-LAB_InactiveCaptionText=\u975e\u4f7f\u7528\u4e2d\u6a19\u984c\u6587\u5b57
-LAB_Info=\u8cc7\u8a0a
-LAB_InfoText=\u8cc7\u8a0a\u6587\u5b57
-LAB_Menu=\u9078\u55ae
-LAB_MenuText=\u9078\u55ae\u6587\u5b57
-LAB_Scrollbar=\u6372\u52d5\u8ef8
-LAB_Text=\u6587\u5b57
-LAB_TextHighlight=\u6587\u5b57\u4e2d\u7684\u9ad8\u4eae\u5ea6\u986f\u793a
-LAB_TextHighlightText=\u6587\u5b57\u4e2d\u9ad8\u4eae\u5ea6\u986f\u793a\u7684\u6587\u5b57
-LAB_TextInactiveText=\u6587\u5b57\u4e2d\u975e\u4f7f\u7528\u4e2d\u7684\u6587\u5b57
-LAB_TextText=\u6587\u5b57\u4e2d\u7684\u6587\u5b57
-LAB_Window=\u8996\u7a97
-LAB_WindowBorder=\u8996\u7a97\u908a\u6846
-LAB_WindowText=\u8996\u7a97\u6587\u5b57
-
-#DimensionCustomEditor
-CTL_Dimension=\u5c3a\u5bf8
-CTL_Width=\u5bec\u5ea6(&W)\uff1a
-CTL_Height=\u9ad8\u5ea6(&H)\uff1a
-ACSD_CTL_Width=N/A
-ACSD_CTL_Height=N/A
-ACSD_DimensionCustomEditor=N/A
-
-#DimensionEditor
-CTL_HintFormat=[\u5bec\u5ea6,\u9ad8\u5ea6]
-
-#FontEditor
-CTL_Plain=\u7121\u683c\u5f0f
-CTL_Bold=\u7c97\u9ad4
-CTL_Italic=\u659c\u9ad4
-CTL_BoldItalic=\u7c97\u659c\u9ad4
-CTL_Font=\u5b57\u578b(&T)\uff1a
-CTL_FontStyle=\u5b57\u578b\u6a23\u5f0f(&Y)\uff1a
-CTL_Size=\u5927\u5c0f(&S)\uff1a
-CTL_Preview=\u9810\u89bd
-ACSD_CTL_Font=N/A
-ACSD_CTL_FontStyle=N/A
-ACSD_CTL_Size=N/A
-ACSD_FontCustomEditor=N/A
-
-#InsetsCustomEditor
-CTL_Insets=\u63d2\u5165\u91cf
-CTL_Top=\u4e0a(&T)\uff1a
-CTL_Left=\u5de6(&L)\uff1a
-CTL_Bottom=\u4e0b(&B)\uff1a
-CTL_Right=\u53f3(&R)\uff1a
-ACSD_CTL_Top=N/A
-ACSD_CTL_Left=N/A
-ACSD_CTL_Bottom=N/A
-ACSD_CTL_Right=N/A
-
-#InsetsEditor
-CTL_HintFormatIE=[\u4e0a,\u5de6,\u4e0b,\u53f3]
-
-# ObjectEditor
-CTL_NullValue=<\u5c0b\u627e\u7a7a\u503c>
-CTL_NullItem=<\u5c0b\u627e\u7a7a\u9805>
-
-#PointCustomEditor
-CTL_Point=\u9ede
-CTL_X=X(&X)\uff1a
-ACSD_CTL_X=N/A
-CTL_Y=Y(&Y)\uff1a
-ACSD_CTL_Y=N/A
-ACSD_PointCustomEditor=N/A
-
-#PointEditor
-CTL_HintFormatPE=[x,y]
-
-#RectangleCustomEditor
-CTL_Rectangle=\u77e9\u5f62
-ACSD_CustomRectangleEditor=N/A
-
-#RectangleEditor
-CTL_HintFormatRE=[x,y,\u5bec\u5ea6,\u9ad8\u5ea6]
-
-#StringCustomEditor
-ACS_TextArea=\u6587\u5b57\uff1a
-ACSD_TextArea=\u5728\u6b64\u8655\u8f38\u5165\u5c6c\u6027\u6587\u5b57
-ACSD_CustomStringEditor=\u5b57\u4e32\u5c6c\u6027\u7684\u7de8\u8f2f\u5668
-ACS_Instructions=\u8aaa\u660e
-ACSD_Instructions=N/A
-
-MSG_FontIsNotInitialized=\u56e0\u70ba\u6c92\u6709\u521d\u59cb\u5316\u5b57\u9ad4\u7684\u503c\uff0c\u6240\u4ee5\u5b58\u5132\u5230 XML \u5931\u6557\u3002
-
-#FileEditor
-# The label and hint of approve button on JFileChooser for selectinf File/Directory
-#CTL_ApproveSelect=Select
-#CTL_ApproveSelectToolTip=Select
-CTL_DialogTitleFilesAndDirs=\u9078\u64c7\u6a94\u6848\u6216\u76ee\u9304
-CTL_DialogTitleFiles=\u9078\u64c7\u6a94\u6848
-CTL_DialogTitleDirs=\u9078\u64c7\u76ee\u9304
-ACSD_FileEditor=N/A
-
-#HtmlBrowser$FactoryEditor
-CTL_UnspecifiedBrowser=<\u672a\u6307\u5b9a>
-
-#PropertiesCustomEditor
-ACS_PropertiesEditorPane=\u5c6c\u6027
-ACSD_PropertiesEditorPane=N/A
-ACSD_CustomPropertiesEditor=N/A
-WARN_PropertiesComments=\u8b66\u544a\uff1a\u5c07\u6703\u6368\u68c4\u8a3b\u89e3\u3002
-
-#StringArrayCustomEditor
-CTL_Empty=<\u7a7a>
-CTL_Item=\u9805\u76ee(&I)\uff1a
-ACSD_CTL_Item=N/A
-CTL_ItemList=\u9805\u6e05\u55ae(&L)
-ACSD_CTL_ItemList=N/A
-CTL_Add_StringArrayCustomEditor=\u52a0\u5165(&A)
-ACSD_CTL_Add_StringArrayCustomEditor=N/A
-CTL_Change_StringArrayCustomEditor=\u7de8\u8f2f(&E)
-ACSD_CTL_Change_StringArrayCustomEditor=N/A
-CTL_Remove=\u79fb\u9664(&R)
-ACSD_CTL_Remove=N/A
-CTL_MoveUp=\u4e0a\u79fb(&U)
-ACSD_CTL_MoveUp=N/A
-CTL_MoveDown=\u4e0b\u79fb(&W)
-ACSD_CTL_MoveDown=N/A
-ACSD_StringArrayCustomEditor=N/A
-
-#Bool/BooleanEditor
-TRUE=true
-FALSE=false
-NULL=Null
-
-#Int/IntegerEditor
-#Illegal argument exception on bad string input
-EXC_ILLEGAL_VALUE_TEXT=\u975e\u6574\u6578\u8f38\u5165\u503c\uff1a 
-#Illegal argument exception on bad string input to a keyed editor
-#preceding the input string
-EXC_ILLEGAL_STRING_TEXT_FIRST=\u975e\u6cd5\u5b57\u4e32 kmsgey \u300c
-#Illegal argument exception on bad string input to a keyed editor
-#following the input string, preceding the list of keys
-EXC_ILLEGAL_STRING_TEXT_SECOND=\u300d - \u6709\u6548\u503c\u70ba\uff1a\u300c
-#ClassEditor unknown class text
-FMT_EXC_CANT_LOAD_CLASS=\u672a\u77e5\u7684\u985e\u5225\uff1a{0}
-#Generic bad string value supplied for primitive type
-FMT_EXC_GENERIC_BAD_VALUE=\u4e0d\u662f\u5408\u6cd5\u503c\uff1a{0}
-#Bad text message for URLs
-FMT_EXC_BAD_URL=\u7121\u6cd5\u8b58\u5225\u7684 URL\uff1a{0}
-#
-MSG_NULL_OR_EMPTY=Null \u6216\u7a7a\u9663\u5217
-
-#ObjectEditor
-ACSN_ObjectTree=\u53ef\u7528\u9078\u9805
-ACSD_ObjectTree=\u9078\u64c7\u7269\u4ef6
-
-#Font Editor
-MSG_AppleBug=\u5982\u679c\u770b\u5230\u6b64\u8a0a\u606f\uff0c\u5247\u8aaa\u660e\u5728\u521d\u59cb\u5316\u53ef\u7528\u5b57\u9ad4\u6e05\u55ae\u7684\u7a0b\u5e8f\u4e2d\u51fa\u73fe\u4e86\u932f\u8aa4\u3002\u9019\u662f\u7531\u65bc\u5728\u7cfb\u7d71\u4e0a\u5b89\u88ddbitmap\u5b57\u9ad4\u6642\u89f8\u767c\u4e86 Apple JVM \u4e2d\u7684\u932f\u8aa4\u3002\u8981\u4f7f\u7528\u6b64\u5b57\u9ad4\u7de8\u8f2f\u5668\uff0c\u60a8\u9700\u8981\u79fb\u9664\u7cfb\u7d71\u4e2d\u7684\u6240\u6709bitmap\u5b57\u9ad4\u3002  \u6709\u95dc\u66f4\u591a\u7684\u8a73\u7d30\u8cc7\u8a0a\uff0c\u8acb\u53c3\u898b Apple BugReporter \u554f\u984c 3121780\u3002
-# http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog
-# translators @see http://en.wikipedia.org/wiki/List_of_pangrams
-MSG_Preview=The quick brown fox jumps over the lazy dog
-
-# will be same as CTL_OK in openide.explorer/src/org/openide/explorer/propertysheet/Bundle.properties
-CTL_OK=\u78ba\u5b9a
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_zh_TW.properties
deleted file mode 100644
index 32b7e50..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,176 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# core manifest
-OpenIDE-Module-Name=\u6838\u5fc3
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u57fa\u65bc NetBeans \u7684\u61c9\u7528\u7a0b\u5f0f\u7684\u57fa\u672c\u6846\u67b6\u3002
-OpenIDE-Module-Long-Description=\u6b64\u6a21\u7d44\u63d0\u4f9b\u5141\u8a31\u57fa\u65bc NetBeans \u7684\u61c9\u7528\u7a0b\u5f0f\u57f7\u884c\u7684\u6838\u5fc3\u57fa\u790e\u67b6\u69cb\u3002\u60a8\u7121\u6cd5\u505c\u7528\u6b64\u57fa\u790e\u67b6\u69cb\u3002
-
-# Notify system
-# {0} - class name of exception
-# {1} - path to system folder
-NTF_ExceptionalException=\u51fa\u73fe {0} \u7570\u5e38\u3002\n\t\u6309\u4e00\u4e0b [\u986f\u793a\u8a73\u7d30\u8cc7\u8a0a] \u6216\u6aa2\u8996\u4f4d\u65bc {1} \u8cc7\u6599\u593e\u4e2d\u7684 messages.log \u6a94\u6848\u3002
-NTF_ExceptionalExceptionTitle=\u975e\u9810\u671f\u7570\u5e38
-# {0} - class name of exception
-NTF_ExceptionWarning=\u51fa\u73fe {0} \u7570\u5e38\u3002\n\u7136\u800c\uff0c\u5982\u679c\u4e0d\u51fa\u73fe\u66f4\u591a\u554f\u984c\uff0c\u7cfb\u7d71\u61c9\u8a72\u80fd\u5920\u7e7c\u7e8c\u5de5\u4f5c\u3002\n\u8acb\u6309 [\u986f\u793a\u8a73\u7d30\u8cc7\u8a0a] \u4ee5\u6aa2\u8996\u5806\u758a\u8ffd\u8e64\u3002
-NTF_ExceptionWarningTitle=\u8b66\u544a
-
-#startup info messages
-MSG_MainWindowInit=\u6b63\u5728\u521d\u59cb\u5316\u4e3b\u8996\u7a97...
-MSG_WindowShowInit=\u6b63\u5728\u958b\u555f\u4e3b\u8996\u7a97...
-
-#NbTopManager
-# shown in the status line as a notification about saving a DataObject
-# {0} = name of the DataObject
-CTL_FMT_SavingMessage=\u6b63\u5728\u5132\u5b58 {0}...
-MSG_AllSaved=[\u5168\u90e8\u5132\u5b58] \u5df2\u7d93\u5b8c\u6210\u3002
-
-CTL_Cannot_save=\u7121\u6cd5\u5132\u5b58 {0}
-
-
-#NbAuthenticator
-CTL_PasswordProtected=\u53d7\u5bc6\u78bc\u4fdd\u8b77\u7684\u7db2\u7ad9
-
-# Shortcuts Editor Controls
-ShortcutsEditor.viewByLabel=\u6aa2\u8996\u65b9\u5f0f\uff1a
-ShortcutsEditor.actionsButton.text=\u64cd\u4f5c
-ShortcutsEditor.actionsButton.text_Mnemonic=C
-ShortcutsEditor.shortcutsButton.text=\u6377\u5f91
-ShortcutsEditor.shortcutsButton.text_Mnemonic=S
-ShortcutsPanel.shortcutTextArea.text=\u9078\u64c7 [\u6309\u64cd\u4f5c\u6aa2\u8996] \u4ee5\u7de8\u8f2f\u67d0\u9805\u64cd\u4f5c\u7684\u6377\u5f91\u3002
-ShortcutsPanel.addButton.text=\u52a0\u5165...
-ShortcutsPanel.removeButton.text=\u79fb\u9664
-ShortcutsPanel.AddActionTitle=\u65b0\u589e\u6377\u5f91
-ActionsPanel.shortcutAddButton.text=\u52a0\u5165...
-ActionsPanel.shortcutAddButton.text_Mnemonic=A
-ActionsPanel.shortcutRemoveButton.text=\u79fb\u9664
-ActionsPanel.shortcutRemoveButton.text_Mnemonic=R
-ActionsPanel.ShortcutsTitle=\u7de8\u8f2f\u6377\u5f91
-ActionsPanel.AddShortcut=\u52a0\u5165\u6377\u5f91
-ActionsPanel.ShortcutLabel=\u6377\u5f91\uff1a
-ActionsPanel.ShortcutLabel_Mnemonic=S
-ACS_ShortcutsPanel.shortcutTextArea.text.a11yName=\u9078\u64c7 [\u6309\u64cd\u4f5c\u6aa2\u8996] \u4ee5\u7de8\u8f2f\u67d0\u9805\u64cd\u4f5c\u7684\u6377\u5f91\u3002
-ACS_ShortcutsEditor.actionsButton.text.a11yDesc=\u9078\u64c7 [\u6309\u64cd\u4f5c\u6aa2\u8996] \u4ee5\u7de8\u8f2f\u67d0\u9805\u64cd\u4f5c\u7684\u6377\u5f91\u3002
-ACS_ShortcutsEditor.shortcutsButton.text.a11yDesc=\u9078\u64c7 [\u6309\u6377\u5f91\u6aa2\u8996]\uff0c\u4f46\u82e5\u8981\u7de8\u8f2f\u6377\u5f91\uff0c\u5247\u61c9\u9078\u64c7 [\u6309\u64cd\u4f5c\u6aa2\u8996]\u3002
-ACS_ShortcutsPanel.addButton.text.a11yDesc=\u52a0\u5165\u65b0\u7684\u64cd\u4f5c\u6377\u5f91
-ACS_ShortcutsPanel.removeButton.text.a11yDesc=\u79fb\u9664\u64cd\u4f5c\u6377\u5f91
-ACSN_ShortcutsPanel.shortcutsList=\u6377\u5f91\u6e05\u55ae
-ACSD_ShortcutsPanel.shortcutsList=N/A
-ACS_ActionsPanel.ShortcutLabel.a11yName=\u586b\u5beb\u6377\u5f91
-ACS_ActionsPanel.ShortcutLabel.a11yDesc=\u901a\u904e\u6309\u9375\u7d44\u5408\u586b\u5beb\u6377\u5f91
-ACSN_ActionsPanel.actionsTree=N/A
-ACSN_ActionsPanel.shortcutsList=\u6377\u5f91\u6e05\u55ae
-ACSD_ActionsPanel.actionsTree=N/A
-ACSD_ActionsPanel.shortcutsList=N/A
-ACSD_ShortcutsEditor.DialogDesc=N/A
-ACSD_ActionsPanel.Dialog=\u5411\u9078\u5b9a\u64cd\u4f5c\u52a0\u5165\u65b0\u7684\u6377\u5f91
-ACS_ActionsPanel=N/A
-
-# {0} = name of the action already bound to the new shortcut
-FMT_ActionsPanel.AlreadyBound=\u5df2\u6709\u4e00\u9805\u64cd\u4f5c\u8207\u6b64\u6377\u5f91 ({0}) \u7d81\u5b9a\u3002\n\u662f\u5426\u8981\u7528\u65b0\u9078\u5b9a\u7684\u64cd\u4f5c\u4f86\u53d6\u4ee3\u73fe\u6709\u64cd\u4f5c\uff1f
-
-CTL_ExitTitle=\u5132\u5b58
-# Note that the '&' goes just before the mnemonic character
-CTL_Save=\u5132\u5b58(&S)
-ACSD_Save=\u5132\u5b58\u3002
-# Note that the '&' goes just before the mnemonic character
-CTL_SaveAll=\u5168\u90e8\u5132\u5b58(&A)
-ACSD_SaveAll=\u5168\u90e8\u5132\u5b58\u3002
-# Note that the '&' goes just before the mnemonic character
-CTL_DiscardAll=\u5168\u90e8\u4e1f\u68c4(&D)
-ACSD_DiscardAll=\u5168\u90e8\u653e\u68c4\u3002
-EXC_Save=\u5132\u5b58\u6642\u51fa\u73fe\u7570\u5e38
-# NotifyException
-CTL_Title_Exception=\u7570\u5e38
-CTL_NextException=\u4e0b\u4e00\u6b65(&N) >
-CTL_PreviousException=< \u4e0a\u4e00\u6b65(&P)
-CTL_Exception_Hide_Details=\u96b1\u85cf\u8a73\u7d30\u8cc7\u8a0a(&H)
-CTL_Exception_Show_Details=\u986f\u793a\u8a73\u7d30\u8cc7\u8a0a(&S)
-ACSD_NextException=N/A
-ACSD_PreviousException=N/A
-ACSD_Exception_Hide_Details=N/A
-ACSD_Exception_Show_Details=N/A
-ACSN_ExceptionStackTrace=N/A
-ACSD_ExceptionStackTrace=N/A
-ACSD_NotifyExceptionPanel=N/A
-
-ACSN_ListOfChangedFiles=\u6e05\u55ae
-ACSD_ListOfChangedFiles=\u8981\u5132\u5b58\u7684\u8b8a\u66f4\u6a94\u6848\u7684\u6e05\u55ae
-ACSD_ExitDialog=\u7528\u65bc\u5132\u5b58\u6240\u6709\u8b8a\u66f4\u7684\u5c0d\u8a71\u65b9\u584a
-
-#NonGuiMain
-CTL_INPUT_option=-i <\u6a94\u6848\u540d>         \u8f38\u5165\u6a94\u6848\u6307\u4ee4
-CTL_OUTPUT_option=-o <\u6a94\u6848\u540d>         \u8f38\u51fa\u6a94\u6848\u6307\u4ee4
-CTL_FP_option=-fp <\u6a94\u6848\u540d>        \u8981\u8f09\u5165\u7684\u5c6c\u6027\u6a94\u6848
-CTL_ENV_option=-e                    \u8f09\u5165\u4f5c\u70ba\u5c6c\u6027\u7684\u74b0\u5883\u8b8a\u6578
-CTL_INFO_option=-info                 \u555f\u52d5\u6642\u986f\u793a\u7cfb\u7d71\u8cc7\u8a0a (\u9810\u8a2d\u503c\u70ba -noinfo)
-CTL_NOLOAD_option=-noload               \u555f\u52d5\u6642\u4e0d\u547c\u53eb TopManager \u4ee5\u81ea\u52d5\u8f09\u5165\u6a21\u7d44
-
-# ???
-#MSG_Err_Load_Metal_LF=Failed loading Metal Look and Feel
-
-# NbErrorManager
-# NOI18N
-#MSG_ExceptionHeader={0}*********** Exception occurred ************ at {1,time,short} on {1,date,medium}
-
-# UIModePropertyEditor
-CTL_SdiMode=SDI \u6a21\u5f0f
-CTL_MdiMode=MDI \u6a21\u5f0f
-
-# NbPlaces
-CTL_NoWorkspaces=\u7121\u5de5\u4f5c\u5340
-
-# NotifyExcPanel
-ACN_NotifyExcPanel_Dialog=N/A
-ACD_NotifyExcPanel_Dialog=N/A
-
-# blocked event queue
-LOG_EventQueueBlocked=AWT Event Dispatch Thread \u4e2d\u65b7\u4e86 {0} \u6beb\u79d2
-LOG_EventQueueBlocked_ICON_BASE=org/netbeans/core/resources/log-file.gif
-
-# NbAuthenticator
-CTL_Authentication=\u9700\u8981\u8a8d\u8b49
-
-# NbAuthenticatorPanel
-NbAuthenticatorPanel.userNameLbl.text=\u4f7f\u7528\u8005\u540d\u7a31(&U)\uff1a
-NbAuthenticatorPanel.passwordLbl.text=\u5bc6\u78bc(&P)\uff1a
-
-Title_WebBrowser=Web \u700f\u89bd\u5668
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_zh_TW.properties
deleted file mode 100644
index 78dbc9f..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/actions/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,67 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#AboutAction
-About=\u95dc\u65bc(&A)
-About_title=\u95dc\u65bc
-
-#CopyProductInfoAction
-CopyProductInfo=\u8907\u88fd\u8cc7\u8a0a
-CopyProductInfoAction=\u8907\u88fd\u8cc7\u8a0a(&C)
-CTL_CopyButton_tooltip=\u5c07 NetBeans \u7522\u54c1\u8cc7\u8a0a\u8907\u88fd\u5230\u526a\u8cbc\u8584
-
-#HtmlViewAction
-CTL_OpeningBrowser=\u6b63\u5728\u958b\u555f\u700f\u89bd\u5668...
-HTMLView=&Web \u700f\u89bd\u5668
-
-#SystemExit
-Exit=\u7d50\u675f(&X)
-
-# Menu SelectDocumentNode
-LBL_NextViewCallbackAction=\u4e0b\u4e00\u500b\u5167\u90e8\u6aa2\u8996
-LBL_PreviousViewCallbackAction=\u4e0a\u4e00\u500b\u5167\u90e8\u6aa2\u8996
-
-# jump next/prev actions
-JumpNextAction=\u4e0b\u4e00\u500b\u932f\u8aa4(&X)
-JumpPrevAction=\u4e0a\u4e00\u500b\u932f\u8aa4(&P)
-
-#LogAction
-MSG_LogTab_name=IDE \u8a18\u9304(&L)
-MSG_ShortLogTab_name=IDE \u8a18\u9304
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_zh_TW.properties
deleted file mode 100644
index cd45eae..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-core/org-netbeans-core/org/netbeans/core/ui/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,55 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Product Information panel
-LBL_Description=<div style\="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;"><p style=\"margin: 0\"><b>Product Version\:</b> {0}</p>\n <p style=\"margin: 0\"><b>Java\:</b> {1}; {2}</p>\n <p style=\"margin: 0\"><b>System\:</b> {3}; {4}; {5}</p>\n <p style=\"margin: 0\"><b>Userdir:</b> {6}</p></div>
-LBL_Copyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">NetBeans IDE \u548c NetBeans Platform \u662f\u4ee5\u4f86\u81ea netbeans.org \u7684\u8edf\u9ad4\u70ba\u57fa\u790e\uff0c\u5df2\u7372\u6cdb\u7528\u958b\u767c\u8207\u6563\u5e03\u6388\u6b0a (CDDL) \u548c GNU \u6cdb\u7528\u516c\u5171\u6388\u6b0a\u7b2c 2 \u7248 (Classpath \u9664\u5916) \u7684\u6388\u6b0a\u3002 \u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u9020\u8a2a <a style="color: #1E2A60;" href="http://www.netbeans.org">www.netbeans.org</a>\u3002</div>
-LBL_AddOnCopyright=<div style="font-size: 12pt; font-family: Verdana, 'Verdana CE',  Arial, 'Arial CE', 'Lucida Grande CE', lucida, 'Helvetica CE', sans-serif;">{0} </div>
-Format_OperatingSystem_Value={0} \u7248\u672c {1} \u57f7\u884c\u65bc {2} \u4e0a
-URL_ON_IMG=http://www.netbeans.org/
-
-#SwingBrowser
-LBL_SwingBrowserDescription=\u57fa\u65bc Swing \u5143\u4ef6\u7684\u7c21\u55ae HTML \u700f\u89bd\u5668
-MSG_cannot_create_browser=\u7121\u6cd5\u5efa\u7acb Swing HTML \u700f\u89bd\u5668\u3002
-Services/Browsers/SwingBrowser.settings=Swing HTML \u700f\u89bd\u5668
-LBL_Close=\u95dc\u9589
-MNE_Close=C
-ACSN_Close=\u95dc\u9589
-ACSD_Close=\u95dc\u9589
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_zh_TW.properties
deleted file mode 100644
index e9785a6..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-libs-jna/org-netbeans-libs-jna/org/netbeans/libs/jna/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-## libs/swing-layout/manifest.mf
-OpenIDE-Module-Name=JNA
-OpenIDE-Module-Display-Category=\u7a0b\u5f0f\u5eab
-OpenIDE-Module-Short-Description=\u96a8\u9644 JNA \u7a0b\u5f0f\u5eab\u3002
-OpenIDE-Module-Long-Description=\u6b64\u6a21\u7d44\u96a8\u9644 JNA \u7a0b\u5f0f\u5eab\u3002
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_zh_TW.properties
deleted file mode 100644
index dd3d6c7..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-libs-jsr223/org-netbeans-libs-jsr223/org/netbeans/libs/jsr223/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u8173\u672c API \u6574\u5408
-OpenIDE-Module-Display-Category=\u7a0b\u5f0f\u5eab
-OpenIDE-Module-Short-Description=\u6b64\u6a21\u7d44\u96a8\u9644\u8173\u672c API
-OpenIDE-Module-Long-Description=\u6b64\u6a21\u7d44\u96a8\u9644 OpenJDK \u5c08\u6848\u7522\u751f\u7684\u8173\u672c API (javax.script \u5957\u4ef6)\uff0c\u56e0\u6b64\u57f7\u884c\u65bc Java5 \u7684\u5176\u4ed6\u6a21\u7d44\u4ecd\u53ef\u4f7f\u7528\u5b83\u5011\u3002
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_zh_TW.properties
deleted file mode 100644
index ba4ca82..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-libs-junit4/org-netbeans-libs-junit4/org/netbeans/libs/junit4/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=JUnit 4
-OpenIDE-Module-Display-Category=\u7a0b\u5f0f\u5eab
-OpenIDE-Module-Short-Description=\u96a8\u9644 JUnit 4.x \u6e2c\u8a66\u7a0b\u5f0f\u5eab\u3002
-OpenIDE-Module-Long-Description=\u5305\u542b JUnit 4.x \u55ae\u5143\u6e2c\u8a66\u7a0b\u5f0f\u5eab\u3002
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_zh_TW.properties
deleted file mode 100644
index 83a73c6..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-#
-
-CTL_QuickSearchAction=\u5feb\u901f\u641c\u5c0b
-QuickSearchComboBar.jLabel2.toolTipText=\u5982\u9700\u9078\u53d6\u7a2e\u985e\uff0c\u8acb\u6309\u4e00\u4e0b\u6216\u6309 Shift+F10
-MSG_DiscoverabilityHint=\u641c\u5c0b
-MSG_DiscoverabilityHint2=\u5728 {0} \u4e2d\u641c\u5c0b
-LBL_MoreResults=...
-LBL_AllCategories=\u6240\u6709\u7a2e\u985e
-QuickSearchPopup.searchingLabel.text=\u6b63\u5728\u641c\u5c0b...
-QuickSearchPopup.noResultsLabel.text=(\u6c92\u6709\u7d50\u679c)
-QuickSearchPopup.hintLabel.text={0}\uff1b\u5982\u9700\u6240\u6709\u7a2e\u985e\uff0c\u8acb\u6309\u4e0b {1}
-AbstractQuickSearchComboBar.command.toolTipText=\u5728\u7cfb\u7d71 {0} \u4e2d\u5feb\u901f\u641c\u5c0b
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_zh_TW.properties
deleted file mode 100644
index 33e0249..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/modules/quicksearch/web/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Err_CannotDisplayURL=\u7121\u6cd5\u986f\u793a URL\uff1a{0}
-
-#NOI18N
-#quicksearch.web.site=
-#NOI18N
-#quicksearch.web.url_patterns=
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_zh_TW.properties
deleted file mode 100644
index 91221f0..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-spi-quicksearch/org-netbeans-spi-quicksearch/org/netbeans/spi/quicksearch/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Name=\u5feb\u901f\u641c\u5c0b API
-OpenIDE-Module-Short-Description=\u7528\u65bc\u5feb\u901f\u641c\u5c0b\u529f\u80fd\u8868\u9805\u76ee\u3001\u52d5\u4f5c\u3001\u6a94\u6848\u7b49\u7b49\u7684\u57fa\u790e\u67b6\u69cb\u3002
-QuickSearch/Recent=\u6700\u8fd1\u7684\u641c\u5c0b
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_zh_TW.properties
deleted file mode 100644
index be0715b..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/etable/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-LBL_NoFilter=\u7121\u7be9\u9078\u5668
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_zh_TW.properties
deleted file mode 100644
index a08d4f2..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-swing-outline/org-netbeans-swing-outline/org/netbeans/swing/outline/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Name=ETable \u548c Outline
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_zh_TW.properties
deleted file mode 100644
index 598e143..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u5916\u89c0\u98a8\u683c\u81ea\u8a02\u7a0b\u5f0f\u5eab
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u8655\u7406 NetBeans \u4f9d\u64da\u5916\u89c0\u9032\u884c\u7684 UIManager \u81ea\u8a02
-OpenIDE-Module-Long-Description=\u5b9a\u7fa9 UIManager \u4e2d\u6240\u9700\u7684\u7279\u5b9a\u65bc NetBeans \u7684\u503c\uff0c\u4e26\u78ba\u4fdd BasicLookAndFeel \u4e2d\u53ef\u7528\u7684\u67d0\u4e9b\u503c\u5728\u6240\u6709\u5916\u89c0\u4e2d\u90fd\u53ef\u7528\u3002\u8655\u7406 Metal \u4e3b\u984c\u652f\u63f4\u3001\u5916\u89c0\u98a8\u683c\u9078\u64c7\u548c\u81ea\u8a02\u5b57\u9ad4\u5927\u5c0f\u521d\u59cb\u5316
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_zh_TW.properties
deleted file mode 100644
index 4214f18..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-swing-plaf/org-netbeans-swing-plaf/org/netbeans/swing/plaf/winxp/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,41 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-MSG_TahomaWarning=\u8b66\u544a\uff1a\u7531\u65bc JDK \u932f\u8aa4 5079742\uff0c\u5c0e\u81f4 NetBeans \u4e2d\u7684\u5b57\u578b\u7121\u6cd5\u6b63\u5e38\u986f\u793a\u3002 \u8acb\u5b89\u88dd JDK 1.5.0_02 \u6216\u66f4\u65b0\u7248\u672c\uff0c\u5982\u9700\u8a73\u7d30\u8cc7\u8a0a\uff0c\u8acb\u9020\u8a2a http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5079742
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_zh_TW.properties
deleted file mode 100644
index 940d4a6..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,51 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u6a19\u7c64\u63a7\u4ef6
-OpenIDE-Module-Display-Category=\u7a0b\u5f0f\u5eab
-OpenIDE-Module-Short-Description=\u8996\u7a97\u7cfb\u7d71\u4f7f\u7528\u7684\u6a19\u7c64\u63a7\u4ef6
-OpenIDE-Module-Long-Description=NetBeans \u8996\u7a97\u7cfb\u7d71\u7684\u6a19\u7c64\u63a7\u4ef6 Bean \u7a0b\u5f0f\u5eab
-
-
-
-ACS_TabbedContainer=\u6a19\u7c64\u63a7\u4ef6
-ACSD_TabbedContainer=\u7528\u65bc\u5207\u63db\u6a19\u7c64\u7684\u6a19\u7c64\u63a7\u4ef6\u3002
-
-TT_TabDisplayer_Close=<html>Shift + click to close all documents<br>Alt + click to close other documents
-
diff --git a/l10n/src/zh_TW/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_zh_TW.properties
deleted file mode 100644
index 9e6ddab..0000000
--- a/l10n/src/zh_TW/platform/org-netbeans-swing-tabcontrol/org-netbeans-swing-tabcontrol/org/netbeans/swing/tabcontrol/plaf/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,56 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-Tip_Show_Opened_Documents_List=\u986f\u793a\u958b\u555f\u7684\u6587\u4ef6\u6e05\u55ae
-
-Tip_Restore_Window=\u5fa9\u539f\u8996\u7a97
-
-Tip_Maximize_Window=\u6700\u5927\u5316\u8996\u7a97
-
-Tip_Minimize_Window=\u6700\u5c0f\u5316\u8996\u7a97
-
-Tip_Pin=\u56fa\u5b9a
-
-Tip_Close_Window=\u95dc\u9589\u8996\u7a97
-
-Tip_Scroll_Documents_Right=\u5411\u53f3\u6372\u52d5\u6587\u4ef6
-
-Tip_Scroll_Documents_Left=\u5411\u5de6\u6372\u52d5\u6587\u4ef6
-
diff --git a/l10n/src/zh_TW/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_zh_TW.properties
deleted file mode 100644
index 46046ff..0000000
--- a/l10n/src/zh_TW/platform/org-openide-actions/org-openide-actions/org/openide/actions/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,150 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\u64cd\u4f5c API
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=NetBeans \u7684\u5e38\u7528\u64cd\u4f5c\u5b9a\u7fa9
-OpenIDE-Module-Long-Description=\u63d0\u4f9b\u4efb\u4f55 NetBeans \u61c9\u7528\u7a0b\u5f0f\u4f7f\u7528\u7684\u5e38\u7528\u64cd\u4f5c\u6e05\u55ae\u3002
-
-
-New=\u52a0\u5165(&A)
-# {0} name of the only one new type
-NewArg=\u52a0\u5165 {0}(&A)
-
-# File
-NewFromTemplate=\u65b0\u589e(&N)
-Save=\u5132\u5b58(&S)
-Print=\u5217\u5370(&P)...
-PageSetup=\u9801\u9762\u8a2d\u5b9a(&G)...
-
-#0 undoableedit
-UndoWithParameter=\u53d6\u6d88 {0}(&U)
-#0 undoableedit
-RedoWithParameter=\u91cd\u8907 {0}(&R)
-UndoSimple=\u53d6\u6d88(&U)
-RedoSimple=\u6062\u5fa9\u64a4\u6d88\u6307\u4ee4(&R)
-Cut=\u526a\u4e0b(&T)
-Copy=\u8907\u88fd(&Y)
-Paste=\u8cbc\u4e0a(&P)
-Delete=\u522a\u9664(&D)
-Find=\u5c0b\u627e(&F)...
-Goto=\u79fb\u81f3\u884c(&L)...
-Replace=\u53d6\u4ee3(&E)...
-
-# View
-Properties=\u5c6c\u6027(&P)
-View=\u6aa2\u8996
-Edit=\u7de8\u8f2f
-
-# Build
-Execute=\u57f7\u884c(&E)
-
-# Window
-DockWindow=Dock\u6aa2\u8996(&D)
-UndockWindow=\u53d6\u6d88Dock\u6aa2\u8996(&U)
-CloneView=\u8907\u88fd\u6aa2\u8996(&C)
-CloseView=\u95dc\u9589
-NextTab=\u4e0b\u4e00\u6aa2\u8996(&N)
-PreviousTab=\u524d\u4e00\u6aa2\u8996(&P)
-
-Open=\u958b\u555f
-Rename=\u91cd\u65b0\u547d\u540d...
-
-MoveUp=\u4e0a\u79fb
-MoveDown=\u4e0b\u79fb
-
-
-Customize=\u81ea\u8a02
-
-#rename action
-CTL_RenameTitle=\u91cd\u65b0\u547d\u540d
-CTL_RenameLabel=\u65b0\u589e\u540d\u7a31(&N)\uff1a
-# {0} param represents old name before renaming.
-MSG_BadFormat=\u7121\u6cd5\u5c07\u6b64\u7269\u4ef6\u7531 {0} \u91cd\u65b0\u547d\u540d\u70ba {1}\u3002
-
-
-#GarbageCollectAction
-CTL_GarbageCollect=\u5783\u573e\u56de\u6536
-
-#HeapView
-LBL_ShowText=\u986f\u793a\u6587\u5b57
-LBL_DropShadow=\u9670\u5f71\u6548\u679c
-LBL_OverlayGrid=\u91cd\u758a\u7db2\u683c
-
-# NewTemplateAction
-CTL_NewName=\u65b0\u589e\u540d\u7a31
-CTL_NewNameTitle=\u65b0\u589e(&N)
-
-
-#Reorder Action
-Reorder=\u8b8a\u66f4\u9806\u5e8f...
-
-OpenLocalExplorer=\u5f9e\u6b64\u8655\u700f\u89bd(&H)
-
-WorkspacesItems=\u5de5\u4f5c\u5340(&W)
-
-
-# name of template
-CTL_Template_Name=\u7269\u4ef6\u540d(&N)\uff1a
-# title of dialog
-CTL_Template_Dialog_Title=\u5be6\u9ad4\u5316\u6a23\u677f
-CTL_Template_Dialog_RootTitle=\u5132\u5b58\u4f4d\u7f6e(&I)\uff1a
-
-
-# Tools action
-CTL_Tools=\u5de5\u5177
-CTL_EmptySubMenu=\u7a7a
-
-
-# name of the PopupAction
-Popup=\u5feb\u986f
-
-#SaveAction
-MSG_saved={0} \u5df2\u5132\u5b58\u3002
-EXC_notsaved=\u5132\u5b58 {0} \u6642\u51fa\u73fe\u4e00\u4e9b\u554f\u984c\n\u539f\u56e0\uff1a{1}
-#Template wizard title
-CTL_TemplateWizard=\u5f9e\u6a23\u677f\u65b0\u589e
-
-#Displayed while system is garbage collecting if memory toolbar is clicked
-MSG_GC=GC...
-CTL_GC=\u6309\u4e00\u4e0b\u4ee5\u5f37\u5236\u57f7\u884c\u5783\u573e\u56de\u6536
-
-
diff --git a/l10n/src/zh_TW/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_zh_TW.properties
deleted file mode 100644
index 4f513b9..0000000
--- a/l10n/src/zh_TW/platform/org-openide-awt/org-openide-awt/org/openide/awt/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,119 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=UI \u516c\u7528\u7a0b\u5f0f API
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u4f7f\u7528\u8005\u754c\u9762\u516c\u7528\u7a0b\u5f0f\u3002
-OpenIDE-Module-Long-Description=\u8207 UI \u6709\u95dc\u7684\u5404\u7a2e\u4efb\u52d9\u7684\u8aaa\u660e\u7a0b\u5f0f\u65b9\u6cd5\u3002
-
-
-
-#MenuBar
-EXC_LoadMenu=\u7121\u6cd5\u8f09\u5165\u9078\u55ae {0}
-EXC_LoadMenuItem=\u7121\u6cd5\u8f09\u5165\u9078\u55ae\u9805\u76ee {0}
-
-#HtmlBrowser
-CTL_Back=\u4e0a\u4e00\u6b65
-CTL_Forward=\u4e0b\u4e00\u6b65
-CTL_Reload=\u91cd\u65b0\u8f09\u5165
-CTL_Stop=\u505c\u6b62
-CTL_Document_done=\u6587\u4ef6\uff1a\u5b8c\u6210
-#CTL_Loading_progress=Loading progress:
-CTL_Loading=\u8f09\u5165
-EXC_Module=\u521d\u59cb\u5316 HTML \u700f\u89bd\u5668\u6a21\u7d44\u671f\u9593\u51fa\u73fe\u7570\u5e38
-CTL_WebBrowser=Web \u700f\u89bd\u5668
-HINT_WebBrowser=Web \u700f\u89bd\u5668
-#NOI18N
-#PROP_HomePage=http://www.netbeans.org/
-ACS_HtmlBrowser=\u700f\u89bd\u5668\u6aa2\u8996
-ACSD_HtmlBrowser=N/A
-ACS_HtmlBrowser_Location=\u4f4d\u7f6e
-ACSD_HtmlBrowser_Location=N/A
-
-# Splitted panel
-SplittedPanelVertical=\u5782\u76f4
-SplittedPanelHorizontal=\u6c34\u5e73
-SplittedPanelSwap=\u4ea4\u63db\u9762\u677f
-ResetSplitter=\u91cd\u7f6e\u5206\u5272\u7dda
-ACS_SplittedPanel_Name=\u7b2c\u4e00\u9762\u677f {0}\u3002\u8f14\u52a9\u9762\u677f {1}\u3002
-ACS_SplittedPanel_Description=\u7b2c\u4e00\u9762\u677f {0}\u3002\u8f14\u52a9\u9762\u677f {1}\u3002
-ACS_SplittedPanel_EmptySplitter=N/A
-ACSD_SplittedPanel_EmptySplitter=N/A
-
-# Tooltip message for an action button
-# {0} = name of the action
-# {1} = shortcut
-FMT_ButtonHint={0} ({1})
-
-# SwingBrowserImpl
-ACS_SwingBrowserImpl_SwingBrowser=N/A
-#Title while loading
-LBL_Loading=\u6b63\u5728\u8f09\u5165...
-#Title if html doesn't contain title tags
-LBL_Untitled=\u7121\u6a19\u984c
-#Truncated title if > 80 characters
-LBL_Title={0}...
-FMT_UnknownHost=\u672a\u77e5\u7684\u4e3b\u6a5f\uff1a{0}
-FMT_InvalidURL=\u7121\u6548\u7684 URL\uff1a{0}
-FMT_NoRouteToHost=\u6c92\u6709\u9023\u63a5\u81f3\u4e3b\u6a5f\u7684\u8def\u7531\uff1a{0}
-
-
-
-
-#
-# UI Logging
-#
-# UI logging of button press
-# {0} instance of the button
-# {1} class of the button
-# {2} instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_BUTTON_PRESS=\u901a\u904e {1} \u547c\u53eb\u4f5c\u70ba {3} \u5be6\u4f5c\u7684 {4}
-
-
-# action and their performers
-Open=\u958b\u555f
-Edit=\u7de8\u8f2f
-Print=\u5217\u5370(&P)...
-View=\u6aa2\u8996
-Close=\u95dc\u9589
-
diff --git a/l10n/src/zh_TW/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_zh_TW.properties
deleted file mode 100644
index fc91459..0000000
--- a/l10n/src/zh_TW/platform/org-openide-compat/org-openide-compat/org/openide/compat/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u76f8\u5bb9\u6027 API
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u67d0\u4e9b\u73fe\u5728\u5df2\u904e\u6642\u7684\u820a\u985e\u5225\u3002
-OpenIDE-Module-Long-Description=\u5305\u542b\u67d0\u4e9b\u73fe\u5728\u5df2\u904e\u6642\u7684\u820a API \u985e\u5225\uff0c\u4e26\u4e14\u53ef\u4ee5\u5c07\u5176\u53d6\u4ee3\u3002 \u78ba\u5207\u5730\u8aaa\uff0c\u5b83\u5011\u662f ExplorerActions\u3001ExplorerPanel\u3001HttpServer \u548c WeakListener\u3002
-OpenIDE-Module-Deprecation-Message=\u6b64 API \u4e2d\u7684\u985e\u5225\u90fd\u5df2\u904e\u6642\uff0c\u53ef\u4ee5\u7531\u8f03\u65b0\u7684 API \u4f86\u53d6\u4ee3\u3002
-
diff --git a/l10n/src/zh_TW/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_zh_TW.properties
deleted file mode 100644
index 42f0627..0000000
--- a/l10n/src/zh_TW/platform/org-openide-dialogs/org-openide-dialogs/org/openide/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,130 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u5c0d\u8a71\u65b9\u584a API
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u8655\u7406\u5c0d\u8a71\u65b9\u584a\u548c\u7cbe\u9748\u3002
-OpenIDE-Module-Long-Description=\u6b64\u6a21\u7d44\u8655\u7406 NetBeans \u4e2d\u4f7f\u7528\u7684\u5c0d\u8a71\u65b9\u584a\u548c\u7cbe\u9748\u57fa\u790e\u67b6\u69cb\u3002
-
-# Notify system
-NTF_ErrorTitle=\u932f\u8aa4
-NTF_ExceptionTitle=\u7570\u5e38
-# {0} - type of exception
-# {1} - ~/.netbeans/3.5/system (or whatever)
-NTF_ExceptionalException=\u51fa\u73fe {0} \u7570\u5e38\u3002\n\u8acb\u5b58\u53d6 http://www.netbeans.org/issues.html \u4ee5\u5831\u544a\u6b64\u4f8b\u5916\uff0c\u8acb\u5305\u62ec messages.log \u6a94\u6848\u7684\u526f\u672c\u3002\nmessages.log \u6a94\u6848\u4f4d\u65bc {1} \u8cc7\u6599\u593e\u4e2d\u3002
-NTF_ExceptionalExceptionTitle=\u975e\u9810\u671f\u7570\u5e38
-NTF_PlainTitle=\u8a0a\u606f
-NTF_QuestionTitle=\u554f\u984c
-NTF_InformationTitle=\u8cc7\u8a0a
-NTF_WarningTitle=\u8b66\u544a
-
-#
-# Dialog system
-#
-EXC_OptionsAlign=\u9078\u9805\u6392\u5217
-
-#
-# names of buttons
-#
-CTL_OK=\u78ba\u5b9a
-CTL_YES=\u662f
-CTL_NO=\u5426
-CTL_CLOSE=\u95dc\u9589
-
-CTL_CANCEL=\u53d6\u6d88
-ACSD_CANCEL=n/a
-
-CTL_NEXT=\u4e0b\u4e00\u6b65 >
-# {0} = next step number, 1 = next step is not known
-# {1} = next step name
-ACSD_NEXT={0,choice,1#\u79fb\u81f3\u7cbe\u9748\u7684\u4e0b\u4e00\u6b65\u3002|2#\u4e0b\u4e00\u6b65\uff1a{0}\u3002{1}}
-
-CTL_PREVIOUS=< \u4e0a\u4e00\u6b65(&B)
-CTL_PREVIOUS_Mnemonic=B
-# {0} = previous step number, -1 = previous step is not known
-# {1} = previous step name
-ACSD_PREVIOUS={0,choice,-1#\u79fb\u81f3\u7cbe\u9748\u7684\u4e0a\u4e00\u6b65\u3002|0#\u4e0a\u4e00\u6b65\uff1a{0}\u3002{1}}
-
-CTL_FINISH=\u5b8c\u6210(&F)
-ACSD_FINISH=n/a
-
-# NotifyDescriptor
-
-ACSD_InputPanel=\u8f38\u5165\u884c
-ACSD_InputField=N/A
-ACN_NotifyDescriptor_MessageJTextArea=N/A
-ACD_NotifyDescriptor_MessageJTextArea=N/A
-
-# WizardDescriptor
-
-# {0} name of component
-# {1} name of panel index
-CTL_WizardName={0} \u7cbe\u9748 ({1})
-# {0} step number
-# {1} step name
-# {2} step description
-#ACSD_WizardPanel={0,choice,0#{1}: {2}|1#{0}. {1}: {2}}
-
-# {0} current index of panel
-# {1} total number of panels
-CTL_ArrayIteratorName={0}/{1}
-CTL_ContentName=\u6b65\u9a5f
-CTL_HelpName=\u8aaa\u660e
-
-#RGB of wizard steps panel background
-#NOI18N
-#INT_WizardBackRed=254
-#NOI18N
-#INT_WizardBackGreen=253
-#NOI18N
-#INT_WizardBackBlue=246
-#RGB of wizard steps panel foreground
-#NOI18N
-#INT_WizardForegroundRed=0
-#NOI18N
-#INT_WizardForegroundGreen=0
-#NOI18N
-#INT_WizardForegroundBlue=0
-#Property - wizard panel image alignment
-#NOI18N
-#STRING_WizardImageAlignment=South
-
-
-CTL_InstantiateProgress_Title=\u8acb\u7a0d\u5019\u3002
-
diff --git a/l10n/src/zh_TW/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_zh_TW.properties
deleted file mode 100644
index 5bafa39..0000000
--- a/l10n/src/zh_TW/platform/org-openide-execution/org-openide-execution/org/openide/execution/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u57f7\u884c API
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=Open API \u7684\u57f7\u884c API\u3002
-OpenIDE-Module-Long-Description=\u7531 Open API \u7684 org.openide.execution.* \u5957\u4ef6\u7684\u5404\u500b\u90e8\u5206\u7d44\u6210\u3002
-
diff --git a/l10n/src/zh_TW/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_zh_TW.properties
deleted file mode 100644
index e5505b2..0000000
--- a/l10n/src/zh_TW/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,89 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=\u6a94\u6848\u7e3d\u7ba1\u548c\u5c6c\u6027\u8868 API
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u986f\u793a\u7bc0\u9ede\u7d50\u69cb\u7684\u5404\u7a2e\u6aa2\u8996\u3002
-OpenIDE-Module-Long-Description=\u5141\u8a31\u5b9a\u7fa9\u65b0\u6aa2\u8996\uff0c\u7528\u4f86\u986f\u793a\u4f7f\u7528\u7bc0\u9ede API \u5efa\u7acb\u7684\u7d50\u69cb\u3002
-
-
-#ExplorerPanel
-
-# format for assigning the explorer's title
-
-# {0} = displayName of current exploredContext
-explorerTitle=\u8cc7\u6e90\u7ba1\u7406\u5668 [{0}]
-
-
-#ExplorerManager
-EXC_handle_failed=\u7121\u6cd5\u5fa9\u539f\u8cc7\u6e90\u7ba1\u7406\u5668\u8996\u7a97\uff1b\u6839\u7bc0\u9ede\u300c{0}\u300d\u7121\u6cd5\u6b63\u78ba\u5fa9\u539f\u3002
-# Currently unused:
-# LBL_CouldNotDeserialize=(Could not restore)
-# HINT_CouldNotDeserialize=This Explorer window could not be properly restored. Please close it and try again.
-
-EXC_MustNotVetoEmptySelection=\u8cc7\u6e90\u7ba1\u7406\u5668\u6aa2\u8996\u5fc5\u9808\u4e0d\u5426\u6c7a\u7a7a\u9078\u64c7\u3002
-EXC_ContextMustBeWithinRootContext=\u700f\u89bd\u7684\u4e0a\u4e0b\u6587 ({0}) \u5fc5\u9808\u5728\u6839\u4e0a\u4e0b\u6587 ({1}) \u5167\u3002
-EXC_NodeCannotBeNull=\u5c0d\u65bc\u7bc0\u9ede\u9078\u64c7\uff0c\u4e0d\u80fd\u4f7f\u7528\u7a7a\u3002
-EXC_NoElementOfNodeSelectionMayBeNull=\u7bc0\u9ede\u9078\u64c7\u7684\u5143\u7d20\u4e0d\u53ef\u70ba\u7a7a\u3002
-EXC_NodeSelectionCannotContainNodes=\u7bc0\u9ede\u9078\u64c7\u4e0d\u80fd\u5305\u542b\u4e0d\u5728\u6839 ({1}) \u4e0b\u7684\u7bc0\u9ede ({0})\u3002
-EXC_CannotHaveNullRootContext=\u4e0d\u80fd\u5177\u6709\u7a7a\u6839\u4e0a\u4e0b\u6587\u3002
-
-#ExplorerActions
-# {0}=name
-MSG_ConfirmDeleteObject=\u662f\u5426\u78ba\u5be6\u8981\u522a\u9664 {0}\uff1f
-# {0}=name of folder
-MSG_ConfirmDeleteFolder=\u78ba\u5be6\u8981\u522a\u9664 {0} \u548c\u6240\u6709\u5176\u5167\u5bb9\u55ce\uff1f
-# {0}=number of objects
-MSG_ConfirmDeleteObjects=\u78ba\u5be6\u8981\u522a\u9664\u9019\u4e9b {0} \u9805\u55ce\uff1f
-MSG_ConfirmDeleteObjectTitle=\u78ba\u8a8d\u7269\u4ef6\u522a\u9664
-MSG_ConfirmDeleteFolderTitle=\u78ba\u8a8d\u5957\u4ef6\u522a\u9664
-MSG_ConfirmDeleteObjectsTitle=\u78ba\u8a8d\u591a\u500b\u7269\u4ef6\u522a\u9664
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-MSG_ConfirmDeleteShadow=\u78ba\u5be6\u8981\u522a\u9664 {0} (\u9023\u7d50\u81f3 {3}) \u55ce\uff1f
-MSG_ConfirmDeleteShadowTitle=\u78ba\u8a8d\u9023\u7d50\u522a\u9664
-
-
diff --git a/l10n/src/zh_TW/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_zh_TW.properties
deleted file mode 100644
index 032e1f8..0000000
--- a/l10n/src/zh_TW/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/propertysheet/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,236 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-#PropertyDisplayer
-PS_ExcIn=\u7570\u5e38\u4f4d\u7f6e
-PS_Editor=\u5c6c\u6027\u7de8\u8f2f\u5668
-# {0} - name of the property
-# {1} - type (class) of the property (currently unused)
-PS_EditorTitle={0}
-PS_ArrayOf=\u9663\u5217
-FMT_ErrorSettingProperty=\u7121\u6cd5\u8a2d\u5b9a\u5c6c\u6027\u3002{0} \u4e0d\u662f {1} \u7684\u6709\u6548\u503c\u3002
-FMT_CannotUpdateProperty={0} \u4e0d\u662f {1} \u7684\u6709\u6548\u503c\u3002
-
-#PropertySheet
-CTL_NoPropertyEditor=(\u7121\u5c6c\u6027\u7de8\u8f2f\u5668)
-CTL_NoProperties=<\u7121\u5c6c\u6027>
-CTL_Property_Read_Yes=(r/
-CTL_Property_Read_No=(-/
-CTL_PropertiesNoMnemonic=\u5c6c\u6027
-CTL_Property_Write_Yes=w)
-CTL_Property_Write_No=-)
-
-# tooltips and accessible names on buttons in the PropertySheet
-CTL_NoSort=\u6309\u7a2e\u985e\u6392\u5e8f
-ACS_CTL_NoSort=\u6309\u7a2e\u985e\u6392\u5e8f
-CTL_AlphaSort=\u6309\u540d\u7a31\u6392\u5e8f
-ACS_CTL_AlphaSort=\u6309\u540d\u7a31\u6392\u5e8f
-CTL_TypeSort=\u6309\u985e\u578b\u6392\u5e8f
-ACS_CTL_TypeSort=\u6309\u985e\u578b\u6392\u5e8f
-CTL_VisibleWritableOnly=\u50c5\u986f\u793a\u53ef\u7de8\u8f2f\u5c6c\u6027
-ACS_CTL_VisibleWritableOnly=\u50c5\u986f\u793a\u53ef\u7de8\u8f2f\u5c6c\u6027
-CTL_Customize=\u81ea\u8a02\u5668
-ACS_CTL_Customize=\u81ea\u8a02\u5668
-CTL_Help=\u8aaa\u660e
-ACS_CTL_Help=\u8aaa\u660e
-ACSD_CTL_Help=\u63d0\u4f9b\u6709\u95dc\u5728\u5c6c\u6027\u8868\u55ae\u4e2d\u986f\u793a\u5176\u5c6c\u6027\u7684\u7269\u4ef6\u7684\u8aaa\u660e
-
-# PropertyPanel
-# This message is printed to ide.log if user is customizing an object as bean 
-# with property which getter/setter throws an exception at design time.
-EXC_DesignTimeUse=[PropertyPanel:UserInfo]\u5728\u8a2d\u8a08\u6642\u4f7f\u7528\u5c6c\u6027 >>{0}<< \u53ef\u62cb\u51fa\u7570\u5e38\u3002
-
-#PropertySheet
-CTL_Property_sheet_option=\u5c6c\u6027\u8868\u55ae
-
-
-#IndexedPropertyEditor
-CTL_NoItem=\u7121\u53ef\u7528\u7684\u9805
-CTL_Index=\u5c6c\u6027\u7d22\u5f15\uff1a
-CTL_Unknown=\u672a\u77e5
-
-#PropertyDialogManager
-CTL_OK=\u78ba\u5b9a
-ACSD_CTL_OK=N/A
-CTL_Cancel=\u53d6\u6d88
-ACSD_CTL_Cancel=N/A
-CTL_Close=\u95dc\u9589
-ACSD_CTL_Close=N/A
-CTL_Default=Reset to &Default
-ACSD_CTL_Default=N/A
-CTL_Paste=\u8cbc\u4e0a
-
-#PropertyDetails
-EXC_Setter=\u5c6c\u6027 Setter \u65b9\u6cd5\u4e2d\u7684\u7570\u5e38\uff1a{0}
-EXC_Setter_localized=\u5c6c\u6027 {0} \u7684 Setter \u65b9\u6cd5\u4e2d\u7684\u7570\u5e38\uff1a\n{1}
-
-#PropertyPanel
-CTL_No_custom_editor=<\u7121\u81ea\u8a02\u7de8\u8f2f\u5668>
-CTL_No_property_editor=<\u7121\u5c6c\u6027\u7de8\u8f2f\u5668>
-CTL_Different_Values=<\u4e0d\u540c\u7684\u503c>
-CTL_Desc_Different_Values=\u9078\u5b9a\u7684\u7bc0\u9ede\u5177\u6709\u6b64\u5c6c\u6027\u7684\u4e0d\u540c\u503c\u3002
-CTL_No_properties=<\u7121\u5c6c\u6027>
-CTL_No_value=<\u7121\u503c>
-CTL_No_type=<\u7121\u985e\u578b>
-CTL_ElipsisHint=\u547c\u53eb\u81ea\u8a02\u5668\u3002
-CTL_InvalidValue=\u7121\u6548\u503c\uff1a{0}
-# {0} = 0 if invalid mark is shown, 1 - invalid mark is not shown
-# {1} value shown in a sheet button
-ACS_SheetButton={0,choice,0#\u7121\u6548\u503c {1}|1#{1}}
-# {0} property name
-ACS_PropertyPanel={0}:
-# {0} property panel tooltip
-ACSD_PropertyPanel={0}
-# {0} property panel acessible name
-# {1} sheet button accessible name
-ACS_PropertyPanelReadComponent={0} {1}
-# {0} property panel acessible description
-# {1} sheet button accessible description
-# {2} number of items in beans list
-# {3} beans list
-ACSD_PropertyPanelReadComponent={0} \u985e\u578b\uff1a{1}{2,choice,0#|1# Bean:{3}|2# Beans: {3}}
-# {0} property panel accessible name
-ACS_PropertyPanelWriteComponent={0}
-# {0} property panel accessible name
-ACSD_PropertyPanelWriteComponent={0}
-# WARNING: trailing space intentional here:
-ACSD_BeanListDelimiter=, 
-
-#IndexedEditorPanel
-CTL_Properties=\u5c6c\u6027(&P)
-CTL_New=\u65b0\u589e(&N)
-CTL_Delete=\u522a\u9664(&D)
-CTL_MoveUp=\u4e0a\u79fb(&U)
-CTL_MoveDown=\u4e0b\u79fb(&D)
-CTL_HideDetails=\u96b1\u85cf\u8a73\u7d30\u8cc7\u8a0a(&H)
-CTL_ShowDetails=\u986f\u793a\u8a73\u7d30\u8cc7\u8a0a(&S)
-EXC_ErrorInIndexedSetter=\u4e0d\u80fd\u8a2d\u5b9a\u7d22\u5f15\u5c6c\u6027\u503c
-
-ACSD_Properties=N/A
-ACSD_New=N/A
-ACSD_Delete=N/A
-ACSD_MoveUp=N/A
-ACSD_MoveDown=N/A
-ACSD_HideDetails=N/A
-ACSD_ShowDetails=N/A
-ACSD_IndexedEditorPanel=N/A
-
-
-#Properties defined in rewrite begin here
-#Text for the property sheet popup menu
-
-#Column names - not used by default L&F but others could
-COLUMN_NAMES=\u540d\u7a31
-COLUMN_VALUES=\u503c
-
-#Unreadable value text (for write-only properties, fwiw)
-UNREADABLE=<\u4e0d\u53ef\u8b80>
-#Text for null values
-NULL=Null
-
-#Title for error dialog when a property is set to a bad value
-ERRDLG_TITLE=\u8a2d\u5b9a\u503c\u6642\u51fa\u932f
-#Localized msg for property veto exception on unknown sorting mode, if
-#property sheet used at design-time
-EXC_Unknown_sorting_mode=\u672a\u77e5\u7684\u6392\u5e8f\u6a21\u5f0f
-
-#Button labels for property dialogs
-ok=\u78ba\u5b9a
-default=\u5fa9\u539f\u9810\u8a2d\u503c
-cancel=\u53d6\u6d88
-close=\u95dc\u9589
-
-#Text to prepend and append to boolean values to dissociate the 
-#text value of the checkbox.
-BOOLEAN_PREPEND=(
-BOOLEAN_APPEND=)
-FMT_BOOLEAN={0}{1}{2}
-
-#Property sheet controls
-ACS_Description=\u63cf\u8ff0
-ACSD_Description=\u76ee\u524d\u9078\u5b9a\u5c6c\u6027\u7684\u63cf\u8ff0
-ACS_DescriptionTitle=\u5c6c\u6027\u540d\u7a31
-ACSD_DescriptionTitle=\u76ee\u524d\u7de8\u8f2f\u7684\u5c6c\u6027\u7684\u540d\u7a31
-CTL_NO_DESCRIPTION=\u7121\u53ef\u7528\u7684\u63cf\u8ff0\u3002
-CTL_NO_SELECTION=\u672a\u9078\u64c7\u4efb\u4f55\u5167\u5bb9
-ACS_Splitter=\u5206\u9694\u6b04
-ACSD_Splitter=\u5c6c\u6027\u8868\u683c\u548c\u63cf\u8ff0\u5340\u57df\u4e4b\u9593\u7684\u53ef\u8996\u5206\u9694\u689d\u3002
-
-#text to use in invalid property when the actual property name is unknown
-CTL_Unnamed_Property=\u5c6c\u6027
-
-#Accessible text format for the property sheet table - the selected property
-#name and value are given
-FMT_ACST_SheetProperty={0} \u7b49\u65bc {1}
-FMT_ACST_SheetSet=\u5c6c\u6027\u7fa4\u7d44 {0}
-ACST_No_Selection=\u672a\u9078\u64c7\u4efb\u4f55\u5167\u5bb9
-CTL_Multiple_Selection=\u5df2\u9078\u64c7\u591a\u500b\u7269\u4ef6
-#Custom editor button tooltip
-CTL_EDBUTTON_TIP=\u6309\u4e00\u4e0b\uff0c\u6216\u9078\u64c7\u4e26\u6309\u4e0b Ctrl-\u7a7a\u683c\u9375\u53ef\u958b\u555f\u81ea\u8a02\u7de8\u8f2f\u5668\uff1b\u53f3\u9375\u6309\u4e00\u4e0b\u53ef\u986f\u793a\u529f\u80fd\u8868
-#Delimiter for lists of node names when multiple nodes are selected
-CTL_List_Delimiter=, 
-CTL_ShowDescription=\u986f\u793a\u63cf\u8ff0\u5340\u57df
-CTL_HideDescription=\u96b1\u85cf\u63cf\u8ff0\u5340\u57df
-CTL_RestoreDefaultValue=\u5fa9\u539f\u9810\u8a2d\u503c
-#Label for the tab which lists properties that do not supply their own tab name
-#in the case that the property sheet is displaying tabs
-LBL_BasicTab=\u5c6c\u6027
-#Stand-in text for the property name in error dialogs when the user is
-#editing a property of a JavaBean and the name is unknown
-MSG_unknown_property_name=\u6b64\u5c6c\u6027
-#Text when a badly formatted number is entered
-FMT_BAD_NUMBER_FORMAT=\u4e0d\u5408\u6cd5\u7684\u6578\u5b57\u6392\u7248\uff1a\u300c{0}\u300d
-
-#Format for combining the edited node name with the edited property
-#name in custom dialog titles
-FMT_CUSTOM_DLG_TITLE={0} - {1}
-#Format for custom editor dlg title sans node name
-FMT_CUSTOM_DLG_NOPROPNAME_TITLE=\u81ea\u8a02\u7de8\u8f2f\u5668\uff1a{0}
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-ACSN_SHEET_TABLE=\u5c6c\u6027\u8868\u683c
-ACSN_SHEET_TABBED_PANE=\u5c6c\u6027\u7a2e\u985e
-ACSD_SHEET_TABLE=\u8868\u793a\u76ee\u524d\u7269\u4ef6\u7684\u53ef\u7de8\u8f2f\u5c6c\u6027\u7684\u8868\u683c
-ACSD_SHEET_TABBED_PANE=\u53ef\u4ee5\u9078\u64c7\u8981\u5728\u5c6c\u6027\u8868\u55ae\u4e2d\u986f\u793a\u7684\u76ee\u524d\u7269\u4ef6\u7684\u4e0d\u540c\u5c6c\u6027\u96c6\u5408
-
-LBL_QUICKSEARCH=\u5feb\u901f\u641c\u5c0b\uff1a
-
-MSG_SetAsText_InvalidValue=\u7121\u6548\u503c\uff1a{0}
-
diff --git a/l10n/src/zh_TW/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_zh_TW.properties
deleted file mode 100644
index 94dd05d..0000000
--- a/l10n/src/zh_TW/platform/org-openide-explorer/org-openide-explorer/org/openide/explorer/view/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,122 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# MenuView
-EmptySubMenu=\u7a7a
-MenuViewStartFromRoot=\u5f9e\u6839\u700f\u89bd
-MenuViewStartFromCurrent=\u5f9e\u76ee\u524d\u9ede\u700f\u89bd
-
-# TabView
-TabView_RootTab=\u6839\u76ee\u9304
-
-# TreeView
-VetoSelectedNodes=\u9078\u5b9a\u7684\u7bc0\u9ede
-LBL_QUICKSEARCH=Search:
-
-# TreeViewCellEditor
-# {0} - old name
-# {1} - new name
-RenameFailed=\u7121\u6cd5\u5c07\u6b64\u7269\u4ef6\u7531 {0} \u91cd\u65b0\u547d\u540d\u70ba {1}\u3002
-ACSN_TreeViewCellEditor=\u91cd\u65b0\u547d\u540d\u7de8\u8f2f\u5668
-ACSD_TreeViewCellEditor=\u6a39\u72c0\u6aa2\u8996\u4e2d\u7bc0\u9ede\u540d\u7a31\u7684\u539f\u4f4d\u7de8\u8f2f\u5668
-
-# TreeViewDropSupport, ListViewDropSupport
-# [PENDING] - explain better, somehow--this is not very user-friendly
-MSG_NoPasteTypes=\u76ee\u6a19\u4e0d\u63a5\u53d7\u50b3\u8f38\u7684\u5167\u5bb9\u3002
-
-MSG_ABORT=\u53d6\u6d88
-
-#TableSheet
-ACS_TableSheet=\u5c6c\u6027\u8868\u683c
-ACSD_TableSheet=N/A
-ACS_NullPanel=\u7121\u5c6c\u6027
-# {0} - bean
-ACSD_NullPanel=\u7121\u5c6c\u6027\u3002Bean\uff1a{0}
-# {0} - property name
-# {1} - property value
-ACS_PropertyPanelRenderer={0}: {1}
-# {0} - property description
-# {1} - property type
-# {2} - bean
-ACSD_PropertyPanelRenderer={0} \u985e\u578b\uff1a{1} Bean\uff1a{2}
-CTL_No_value=<\u7121\u503c>
-CTL_No_type=<\u7121\u985e\u578b>
-
-# TreeTableView
-LBL_ColumnDialogTitle=\u8b8a\u66f4\u53ef\u8996\u6b04
-LBL_ColumnDialogDesc=\u9078\u64c7\u8981\u5728\u6e05\u55ae\u4e2d\u986f\u793a\u7684\u6b04
-LBL_ListOptions=\u6e05\u55ae\u9078\u9805
-LBL_ChangeColumns=\u8b8a\u66f4\u53ef\u8996\u6b04...
-LBL_SortMenu=\u6392\u5e8f
-LBL_Ascending=\u5347\u5e8f
-LBL_Descending=\u964d\u5e8f
-LBL_ColsMenu=\u5217
-LBL_MoveLeft=\u5de6\u79fb
-LBL_MoveRight=\u53f3\u79fb
-MSG_NoColumnsToChange=\u6c92\u6709\u8981\u8b8a\u66f4\u5176\u53ef\u8996\u6027\u7684\u6b04\u3002
-LBL_NoSort=\u7121
-ACSN_ColumnDialog=\u8b8a\u66f4\u53ef\u8996\u6b04
-ACSD_ColumnDialog=\u9078\u64c7\u8981\u5728\u6e05\u55ae\u4e2d\u986f\u793a\u7684\u6b04
-
-#a11y
-ACSN_TreeTable=N/A
-ACSD_TreeTable=N/A
-
-#Something to append to ridiculously long tooltips that can't be fully
-#displayed without taking up most of the screen
-MSG_ELLIPSIS=...
-
-LBL_QuickFilter=\u50c5\u986f\u793a\u7b26\u5408\u689d\u4ef6\u7684\u5217
-
-CTL_ColumnsSelector=\u8b8a\u66f4\u53ef\u8996\u6b04
-ACN_ColumnsSelector=\u6b04\u4f4d\u9078\u64c7\u5668
-ACD_ColumnsSelector=\u9078\u53d6\u53ef\u8996\u6b04\u4f4d
-OutlineViewOutline_NameAndDesc={0}: {1}
-ColumnsSelectorHint=\u9078\u64c7\u8981\u5728\u6e05\u55ae\u4e2d\u986f\u793a\u7684\u6b04
-NodeOutlineModel_NodesColumnLabel=\u7bc0\u9ede
-
-# log message
-# {0} = visualizer node
-# {1} = index in question or -1
-LOG_NO_READ_ACCESS=\u4e0d\u9700\u8981 Children.MUTEX \u8b80\u53d6\u5b58\u53d6\u6b0a\u5373\u53ef\u5b58\u53d6 {0}
-
diff --git a/l10n/src/zh_TW/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_zh_TW.properties
deleted file mode 100644
index 9ce5844..0000000
--- a/l10n/src/zh_TW/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/netbeans/modules/openide/filesystems/declmime/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-Invalid_XML_document=\u7121\u6548\u7684 XML \u6587\u4ef6\uff1a
-
-W-003=\u6ce8\u610f\uff1aXML \u5256\u6790\u5668\u4e0d\u652f\u63f4lexical-handler\u529f\u80fd\u3002
-
diff --git a/l10n/src/zh_TW/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_zh_TW.properties
deleted file mode 100644
index 59314be..0000000
--- a/l10n/src/zh_TW/platform/org-openide-filesystems/netbeans/core/org-openide-filesystems/org/openide/filesystems/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,197 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-# manifest
-OpenIDE-Module-Name=\u6a94\u6848\u7cfb\u7d71 API
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u865b\u64ec\u6a94\u6848\u7cfb\u7d71 API\u3002
-OpenIDE-Module-Long-Description=\u5141\u8a31\u4f7f\u7528\u4e00\u7a2e\u8207\u5be6\u969b\u4f5c\u696d\u7cfb\u7d71\u6a94\u6848\u7121\u95dc\u7684\u65b9\u5f0f\u4f86\u5b58\u53d6\u985e\u5225\u4f3c\u65bc\u6a94\u6848\u7684\u8cc7\u6e90\u3002\u652f\u63f4\u78c1\u789f\u8b8a\u66f4\u901a\u77e5\u3002
-
-
-
-# {0} = system name of the filesystem
-LAB_FileSystemInvalid=\u7121\u6548\u7684 {0}
-# {0} = system name of the filesystem
-LAB_FileSystemValid={0}
-# {0} = name of the file
-# LAB_FileInvalid={0}
-
-# {0} = file to the root
-EXC_RootNotExist=\u6839 {0} \u4e0d\u5b58\u5728\u3002
-
-# {0} - filesystem
-EXC_CannotDeleteRoot=\u4e0d\u80fd\u522a\u9664\u6a94\u6848\u7cfb\u7d71 {0} \u7684\u6839\u76ee\u9304\u3002
-
-# {0} = name of FS
-EXC_CannotRenameRoot=\u4e0d\u80fd\u91cd\u65b0\u547d\u540d\u6a94\u6848\u7cfb\u7d71 {0} \u7684\u6839\u76ee\u9304\u3002
-
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-EXC_CannotDelete=\u4e0d\u80fd\u522a\u9664 {1} \u4e2d\u7684\u6a94\u6848 {0}\u3002
-
-# {0} - folder that cannot be deleted
-# {1} - filesystem
-# {2} - one file that is in the folder
-# EXC_CannotDeleteNotEmpty=Cannot delete folder {0} in {1}. Folder is not empty (file {2} exists in the folder).
-
-
-# {0} = original name of the file
-# {1} = name of FS
-# EXC_BadName=File {0} in {1} cannot be renamed to name without extension.
-
-# {0} = original name of the file
-# {1} = name of FS
-# {2} = new name of the file (with extension)
-EXC_CannotRename=\u4e0d\u80fd\u5c07 {1} \u4e2d\u7684\u6a94\u6848 {0} \u91cd\u65b0\u547d\u540d\u70ba {2}\u3002
-
-# {0} = display name of the filesystem
-EXC_FSisRO=\u6a94\u6848\u7cfb\u7d71 {0} \u662f\u552f\u8b80\u7684\u3002
-
-# {0} = name of the file
-# {1} = filesystem
-EXC_FisRO={1} \u4e2d\u7684\u6a94\u6848 {0} \u662f\u552f\u8b80\u7684\u3002
-
-# {0} = name of the file
-# {1} = name of "not folder"
-# {2} = filesystem
-EXC_FoNotFolder=\u4e0d\u80fd\u5efa\u7acb\u6a94\u6848 {0}\uff0c\u56e0\u70ba\u6a94\u6848\u7cfb\u7d71 {2} \u4e0a\u7684 {1} \u4e0d\u662f\u8cc7\u6599\u593e\u3002
-
-# {0} = name of the folder
-EXC_SlashNotAllowed=Slash in folder name "{0}" not allowed.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_FolderAlreadyExist=Folder {0} already exists in {1} ({2}).
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_CannotCreateF=Cannot create folder {0} in {1} ({2}).
-
-# {0} = name of the file to create folder in
-# {1} = name of the filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-# EXC_CannotCreateFinData=Cannot create {2}.{3} in file {0} on filesystem {1}.
-
-# {0} = name of file to create
-# {1} = filesystem
-# {2} = full system name of the file
-EXC_DataAlreadyExist=\u6a94\u6848\u7cfb\u7d71 {1} ({2}) \u4e2d\u5df2\u5b58\u5728\u6a94\u6848 {0}\u3002
-
-# {0} = name of the folder to create in
-# {1} = filesystem
-# {2} = name of the file to create
-# {3} = extension of the file to create
-EXC_CannotCreateD=\u4e0d\u80fd\u5728\u6a94\u6848\u7cfb\u7d71 {1} \u4e0a\u7684\u8cc7\u6599\u593e {0} \u4e2d\u5efa\u7acb\u6a94\u6848 {2}.{3}\u3002
-
-# {0} = instance of tested lock
-# {1} = name of the file
-# {2} = filesystem
-# {3} = instance of current lock
-EXC_InvalidLock=\u5728\u5e36\u6709\u76ee\u524d\u9396\u5b9a [{3}] \u7684 {2} \u4e2d\uff0c\u7528\u65bc\u6a94\u6848 {1} \u7684\u9396\u5b9a [{0}] \u7121\u6548\u3002
-
-# When getOutputStream ().close () is called and we cannot delete the original file
-# {0} name of file that we cannot delete
-# EXC_CannotDeleteOriginal=Cannot delete old version of file {0}.
-
-# When getOutputStream ().close () is called and we cannot rename the temporary file to the original one
-# {0} name of file we rename from
-# {1} name of file we rename to
-# EXC_CannotRenameFromTo=Cannot rename new file {0} to {1}.
-
-#FileAttributes locale
-EXC_Cannot_modify=\u7121\u6cd5\u4fee\u6539 filesystem.attributes \u6a94\u6848\uff1a
-
-
-# Application error
-# {0} = folder name
-# {1} = name of file
-EXC_ApplicationCreateError=\u5728\u8cc7\u6599\u593e {0} \u4e2d\u627e\u4e0d\u5230\u6a94\u6848 {1}\u3002
-
-
-# {0} = file object name
-# {1} = filesystem name
-# {2} = name of java.io.File or file path
-EXC_CannotLock=\u6a94\u6848 {2} \u70ba\u552f\u8b80\u6a94\u6848\uff0c\u56e0\u6b64\u4e0d\u80fd\u5c07\u5176\u9396\u5b9a\u3002
-
-# JAR
-
-# {0} = name of zip file 
-EXC_FileNotExists=\u6a94\u6848 {0} \u4e0d\u5b58\u5728\u3002
-
-# {0} = name of zip file 
-EXC_CanntRead=\u7121\u6cd5\u8b80\u53d6\u6a94\u6848 {0}\u3002
-
-# {0} = name of zip file 
-EXC_NotValidFile=\u6a94\u6848 {0} \u51fa\u932f\u3002
-
-# {0} - exception text
-# {1} - name of zip file
-EXC_NotValidJarFile2=JAR \u6a94\u6848 {1} \u51fa\u932f\uff1a{0}
-
-#JAR_NotValidJarFileSystem=Invalid JAR.
-JAR_UnknownJar=\u672a\u77e5\u7684 JAR
-#JAR_JarFileSystem=Jar FS
-#JAR_FileName=File name
-CTL_MultiFileSystem=\u591a\u6a94\u6848\u7cfb\u7d71
-EXC_FileOutsideModified=\u627e\u4e0d\u5230\u6a94\u6848 {0}\u3002\u53e6\u4e00\u61c9\u7528\u7a0b\u5f0f\u53ef\u80fd\u5df2\u79fb\u52d5\u8a72\u6a94\u6848\u6216\u8b8a\u66f4\u5176\u540d\u7a31\u3002
-XML_NotValidXMLFileSystem=XML \u6a94\u6848\u7cfb\u7d71\u7121\u6548\u3002
-EXC_DefAttrReadErr=\u7121\u6cd5\u8b80\u53d6 DefaultAttributes\u3002
-EXC_UnreachableCode=\u5167\u90e8\u932f\u8aa4\uff1a\u57f7\u884c\u4e0d\u5230\u7684\u4ee3\u78bc\u3002
-
-EXC_FolderCopy=\u4e0d\u652f\u63f4\u8cc7\u6599\u593e\u8907\u88fd\u3002
-XML_RootInvalid=\u6a94\u6848\u7cfb\u7d71\u5143\u7d20\u5fc5\u9808\u662f\u6839\u5143\u7d20\u3002
-XML_MisssingAttr=\u7f3a\u5c11\u5c6c\u6027\u201c\u540d\u7a31\u201d
-XML_InaccurateParam=\u53c3\u6578\u6578\u91cf\u4e0d\u7cbe\u78ba
-XML_UnknownElement=\u672a\u77e5\u7684\u5143\u7d20\u3002
-XML_DuplElement=\u91cd\u8907\u7684\u6a94\u6848\u7269\u4ef6\uff1a
-
-# FileUtil
-# {0} - relative file path
-# {1} - filesystem display name
-LBL_file_in_filesystem={1} \u4e2d\u7684 {0}
-
-# Logging
-MSG_CACHED_INPUT_STREAM=Opening stream for {0}
-
diff --git a/l10n/src/zh_TW/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_zh_TW.properties
deleted file mode 100644
index ed42d3d..0000000
--- a/l10n/src/zh_TW/platform/org-openide-io/org-openide-io/org/openide/io/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u8f38\u5165/\u8f38\u51fa API
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u8207\u986f\u793a\u8f38\u51fa\u76f8\u95dc\u7684 Open API\u3002
-OpenIDE-Module-Long-Description=\u5305\u542borg.openide.windows.* \u7684\u985e\u5225\uff0c\u8207\u5efa\u7acb\u8f38\u51fa\u6a19\u7c64\uff0c\u986f\u793a\u8f38\u51fa\u53ca\u5c07\u5b83\u8b8a\u6210\u8d85\u9023\u7d50\u76f8\u95dc\u3002
-
diff --git a/l10n/src/zh_TW/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_zh_TW.properties
deleted file mode 100644
index 79dc12a..0000000
--- a/l10n/src/zh_TW/platform/org-openide-loaders/org-openide-loaders/org/openide/loaders/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,325 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u8cc7\u6599\u7cfb\u7d71 API
-OpenIDE-Module-Short-Description=\u7528\u65bc\u64cd\u4f5c\u8cc7\u6599\u7269\u4ef6\u7684 NetBeans Open API\u3002
-OpenIDE-Module-Long-Description=\u8cc7\u6599\u7cfb\u7d71 API \u5728\u6a94\u6848\u7cfb\u7d71 API \u7684\u4e0a\u5c64\uff0c\u5b83\u80fd\u8b58\u5225\u8cc7\u6599\u7269\u4ef6\uff0c\u5c0d\u5176\u9032\u884c\u5206\u7fa4\u7d44\uff0c\u4e26\u70ba\u5176\u6307\u5b9a\u7279\u5b9a\u7684\u8a9e\u7fa9\u3002\u5b83\u66fe\u662f\u4e00\u822c Open API \u7684\u4e00\u90e8\u5206\uff0c\u73fe\u5728\u88ab\u62c6\u5206\u70ba\u7368\u7acb\u7684\u6a21\u7d44\u3002
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-
-#DefaultDataObject
-HINT_DefaultDataObject=\u672a\u8b58\u5225\u7684\u6a94\u6848
-
-EXC_SharedAccess=\u5171\u4eab\u5b58\u53d6
-
-#Folder.Index
-EXC_ReorderFailed=\u7121\u6cd5\u5132\u5b58\u65b0\u9806\u5e8f\u3002
-
-# {0} - folder that cannot be deleted
-EXC_CannotDelete2=\u7121\u6cd5\u522a\u9664\u6a94\u6848 {0}\u3002
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-# {4} display name of original node
-FMT_shadowName={0} (\u2192)
-
-# name for shadow of an object
-# {0} real name of the shadow
-# {1} real name of the original
-# {2} full name of shadow file
-# {3} full name of original file
-FMT_shadowHint=\u9023\u7d50\u81f3 {3}\u3002
-
-PROP_ShadowOriginalName=\u539f\u59cb\u540d\u7a31
-HINT_ShadowOriginalName=\u6b64\u9023\u7d50\u53c3\u7167\u7684\u7269\u4ef6\u540d\u7a31\u3002
-PROP_ShadowOriginalFileSystem=\u539f\u59cb\u6a94\u6848\u7cfb\u7d71\u540d\u7a31
-HINT_ShadowOriginalFileSystem=\u539f\u59cb\u7269\u4ef6\u7684\u6a94\u6848\u7cfb\u7d71\u540d\u7a31\u3002
-
-# DataNode
-PROP_name=\u540d\u7a31
-HINT_name=\u6b64\u7269\u4ef6\u7684\u540d\u7a31\u3002
-PROP_template=\u6a23\u677f
-HINT_template=\u5982\u679c\u70ba\u771f\uff0c\u5247\u6b64\u7269\u4ef6\u662f\u6a23\u677f (\u53ef\u4ee5\u69cb\u5efa\u81ea\u8eab\u7684\u5be6\u9ad4)\u3002
-PROP_files=\u6240\u6709\u6a94\u6848
-HINT_files=\u6b64\u7269\u4ef6\u8868\u793a\u7684\u6a94\u6848\u7684\u6e05\u55ae\u3002
-PROP_size=\u6a94\u6848\u5927\u5c0f
-HINT_size=\u6b64\u6a94\u6848\u7684\u9577\u5ea6 (\u4ee5\u5b57\u7bc0\u70ba\u55ae\u4f4d)\u3002(\u50c5\u9069\u7528\u65bc\u5728\u300c\u6240\u6709\u6a94\u6848\u300d\u4e2d\u5217\u51fa\u7684\u7b2c\u4e00\u500b\u6a94\u6848\u3002)
-PROP_lastModified=\u4fee\u6539\u6642\u9593
-HINT_lastModified=\u4e0a\u6b21\u4fee\u6539\u6b64\u6a94\u6848\u7684\u6642\u9593\u3002(\u50c5\u9069\u7528\u65bc\u5728\u300c\u6240\u6709\u6a94\u6848\u300d\u4e2d\u5217\u51fa\u7684\u7b2c\u4e00\u500b\u6a94\u6848\u3002)
-PROP_extension=\u64f4\u5c55
-HINT_extension=Primary file extension.
-ERROR_extension=Cannot change extension. File is modified.
-
-# name of set with sorting options
-PROP_sorting=\u6392\u5e8f
-HINT_sorting=\u6392\u5e8f\u548c\u9806\u5e8f\u8a2d\u5b9a\u3002
-
-#
-# folder sort mode property
-PROP_sort=\u6392\u5e8f\u6a21\u5f0f
-HINT_sort=\u78ba\u5b9a\u61c9\u5982\u4f55\u5c0d\u5957\u4ef6\u4e2d\u7684\u7269\u4ef6\u9032\u884c\u6392\u5e8f\u3002
-# SortModeEditor
-VALUE_sort_none=\u672a\u6392\u5e8f
-VALUE_sort_names=\u6309\u540d\u7a31
-VALUE_sort_class=\u6309\u985e\u578b
-VALUE_sort_folder_names=\u6309\u540d\u7a31 (\u5957\u4ef6\u512a\u5148)
-VALUE_sort_last_modified=\u6309\u4fee\u6539\u6642\u9593
-VALUE_sort_size=\u6309\u6a94\u6848\u5927\u5c0f
-
-
-#
-# Names of paste types
-#
-PT_move=\u79fb\u52d5(&M)
-PT_copy=\u8907\u88fd(&C)
-PT_instantiate=\u5be6\u9ad4\u5316(&I)
-PT_shadow=\u5efa\u7acb\u9023\u7d50(&L)
-PT_serialize=\u5e8f\u5217\u5316(&S)
-PT_instance=\u9810\u8a2d\u5be6\u9ad4(&D)
-
-# 
-SerializeBean_Text=\u5be6\u9ad4\u5e8f\u5217\u5316\u7684\u76ee\u6a19\u6a94\u6848\u7684\u540d\u7a31(&N)
-SerializeBean_Title=\u5be6\u9ad4\u5e8f\u5217\u5316
-
-#
-# new folder
-#
-CTL_NewFolder=\u8cc7\u6599\u593e
-CTL_NewFolderName=\u540d\u7a31(&N):
-CTL_NewFolderTitle=\u5efa\u7acb\u65b0\u8cc7\u6599\u593e
-#CTL_NewFolderValue=NewFolder
-
-# formatting of error message when creating a folder and a file of given name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FileExists=\u8cc7\u6599\u593e {1} \u4e2d\u5df2\u7d93\u5b58\u5728\u6a94\u6848 {0}\u3002
-
-# formatting of error message when creating a folder and a folder with specified name already exists there
-# {0} name of the new folder being created
-# {1} name of the folder the new folder is being created in
-MSG_FMT_FolderExists=\u8cc7\u6599\u593e {1} \u4e2d\u5df2\u7d93\u5b58\u5728\u8cc7\u6599\u593e {0}\u3002
-
-# when the object is larger than size expected to fit into memory
-# {0} path to the file
-# {1} name of the file
-# {2} size in bytes
-# {3} size in Kb
-# {4} size in Mb
-# {5} size in Gb
-MSG_ObjectIsTooBig=\u6a94\u6848 {1} \u4f3c\u4e4e\u592a\u5927 ({2,choice,0#{2}b|1024#{3} Kb|1100000#{4} Mb|1100000000#{5} Gb})\uff0c\u7121\u6cd5\u5b89\u5168\u958b\u555f\u3002\n\u958b\u555f\u8a72\u6a94\u6848\u53ef\u80fd\u6703\u5c0e\u81f4 OutOfMemoryError\uff0c\u9019\u5c07\u4f7f IDE \u7121\u6cd5\u4f7f\u7528\u3002\u662f\u5426\u78ba\u5be6\u8981\u958b\u555f\u5b83\uff1f
-
-
-
-# XMLDataObject
-PROP_XmlLoader_Name=XML \u914d\u7f6e\u6a94\u6848
-PROP_XmlError=\u932f\u8aa4 (\u53ef\u6062\u5fa9)
-PROP_XmlWarning=\u8b66\u544a
-PROP_XmlFatalError=\u81f4\u547d\u932f\u8aa4
-###PROP_XmlMessage=#{0} \"{1}\" [{2}:{3},{4}]
-PROP_XmlMessage=#{0}\u300c{1}\u300d[{2}:{3}]
-# ^^^ formatting of xml parser error message
-# {0} level of error (PROP_Xml[Error|Warning|FatalError])
-# {1} error message
-# {2} system ID of xml document
-# {3} line number
-# {4} column number
-
-# DataFolder
-EXC_WrongName=\u7121\u6cd5\u5efa\u7acb\u8cc7\u6599\u593e\uff1b{0} \u4e0d\u662f\u6709\u6548\u7684\u540d\u7a31\u3002
-
-# {0} name of folder that can't be copied.
-EXC_CannotCopyTheSame=\u7121\u6cd5\u8907\u88fd {0}\uff1a\u76ee\u6a19\u8cc7\u6599\u593e\u8207\u539f\u59cb\u78bc\u8cc7\u6599\u593e\u76f8\u540c\u3002
-# {0} name of folder that can't be copied.
-EXC_CannotCopySubfolder=\u7121\u6cd5\u8907\u88fd {0}\uff1a\u76ee\u6a19\u8cc7\u6599\u593e\u662f\u539f\u59cb\u78bc\u8cc7\u6599\u593e\u7684\u5b50\u8cc7\u6599\u593e\u3002
-
-#Title of the new from template dialog
-# {0} = object which will be created
-CTL_TemplateTitle2=\u65b0\u589e\u7cbe\u9748 - {0}
-#Title of the new from template dialog
-# Object is not known. Used when template chooser panel is shown.
-CTL_TemplateTitle=\u65b0\u589e\u7cbe\u9748
-LAB_TemplateChooserPanelName=\u9078\u64c7\u6a23\u677f
-LAB_SelectTemplateBorder=\u9078\u53d6\u7bc4\u672c(&S)\uff1a
-MSG_NoDescription=\u7121\u63cf\u8ff0
-MSG_InitDescription=\u6b63\u5728\u521d\u59cb\u5316\u63cf\u8ff0...
-LAB_TemplateDescriptionBorder=\u7bc4\u672c\u8aaa\u660e(&T)\uff1a
-LAB_TargetLocationPanelName=\u76ee\u6a19\u4f4d\u7f6e
-LAB_TargetLocationDescription=\u8acb\u70ba\u65b0\u589e\u7269\u4ef6\u9078\u64c7\u8cc7\u6599\u593e\uff0c\u6216\u5728\u4e0b\u9762\u8f38\u5165\u8cc7\u6599\u593e\u540d\u7a31\uff1a
-LAB_TargetLocationDescription_Mnemonic=s
-ACSD_TemplatesTree=N/A
-ACSD_TemplateWizard1=N/A
-
-CTL_NewObjectName=\u540d\u7a31(&N)\uff1a
-ACSD_NewObjectName=N/A
-ACSD_TargetLocationDescription=N/A
-ACSD_TemplateWizard2=N/A
-
-ACSD_NewObjectPanel=N/A
-
-LBL_settingsNodeName=\u8a2d\u5b9a
-EXC_folder_delete_failed=\u7121\u6cd5\u5728\u79fb\u52d5\u539f\u59cb\u78bc\u8cc7\u6599\u593e\u6642\u5c07\u5176\u79fb\u9664\u3002
-#{0} = display name of the filesystem
-FMT_TemplateDefaultRootFolderName=<\u9802\u90e8\u8cc7\u6599\u593e> [{0}]
-FMT_DefaultNewObjectName=<\u9810\u8a2d\u540d\u7a31>
-
-LBL_shadow_loader_display_name=\u9023\u7d50
-LBL_folder_loader_display_name=\u8cc7\u6599\u593e
-LBL_default_loader_display_name=\u672a\u8b58\u5225\u7684\u7269\u4ef6
-LBL_instance_loader_display_name=\u64cd\u4f5c\u5be6\u9ad4
-
-FMT_CannotCopyDo=\u8b66\u544a\uff1a\u7121\u6cd5\u8907\u88fd\u7269\u4ef6 {0}\u3002
-FMT_CannotMoveDo=\u8b66\u544a\uff1a\u7121\u6cd5\u79fb\u52d5\u7269\u4ef6 {0}\u3002
-
-# InstanceDataObject
-LBL_separator_instance=(\u5206\u9694\u7b26\u865f)
-PROP_instance_class=\u985e\u5225\u540d\u7a31
-HINT_instance_class=\u6240\u8868\u793a\u7684\u7269\u4ef6\u7684 Java \u985e\u5225\u540d\u7a31\u3002
-# {0} class name of bean to save
-# {1} file to save the bean to
-EXC_CannotSaveBean=\u5132\u5b58 {0} bean \u6642\u51fa\u73fe\u554f\u984c\u3002
-
-FMT_brokenShadowName={0} (\u4e2d\u65b7\u9023\u7d50)
-HINT_brokenShadowOriginalName=\u4e2d\u65b7\u9023\u7d50
-PROP_brokenShadowOriginalName=\u4e2d\u65b7\u9023\u7d50
-# what does Broken Link Filesystem refer to? Broken link to the filesystem? pkeegan
-PROP_brokenShadowFileSystem=\u4e2d\u65b7\u9023\u7d50\u6a94\u6848\u7cfb\u7d71
-HINT_brokenShadowFileSystem=\u4e2d\u65b7\u9023\u7d50\u6a94\u6848\u7cfb\u7d71
-##InstanceDataObject.Depricated
-LBL_BrokenSettings=<\u672a\u8b58\u5225\u7684\u8a2d\u5b9a>
-
-# human readable names, not shown anywhere
-LBL_DOcopy=\u8cc7\u6599\u7269\u4ef6\u8907\u88fd\u98a8\u683c
-LBL_DOcut=\u8cc7\u6599\u7269\u4ef6\u526a\u4e0b\u98a8\u683c
-#NewObjectPanel
-LAB_NewObjectPanelName=\u65b0\u7269\u4ef6\u540d\u7a31
-FMT_DefaultNewObject=<\u9810\u8a2d>
-
-# DataLoader
-# {0} - name of loader affected
-EXC_missing_actions_in_loader=\u7121\u6cd5\u5fa9\u539f\u985e\u578b\u70ba {0} \u7684\u7269\u4ef6\u7684\u5feb\u986f\u5f0f\u529f\u80fd\u8868\uff1b\u4f7f\u7528\u9810\u8a2d\u8a2d\u5b9a\u3002
-LBL_loader_display_name=\u8f09\u5165\u5668
-
-MSG_renameError=\u7121\u6cd5\u5c07\u6b64\u7269\u4ef6\u7531 {0} \u91cd\u65b0\u547d\u540d\u70ba {1}\u3002
-MSG_NotValidName=\u4e0d\u80fd\u70ba {0} \u6307\u5b9a\u7a7a\u540d\u7a31\u3002
-ERR_NoFilesystem=\u7121\u555f\u7528\u7684\u6a94\u6848\u7cfb\u7d71\u3002\u8acb\u78ba\u4fdd\u81f3\u5c11\u6709\u4e00\u500b\u6a94\u6848\u7cfb\u7d71\u4e0d\u662f\u552f\u8b80\u7684\u4e26\u4e14\u672a\u88ab\u96b1\u85cf\u3002
-
-# TemplateWizardPanel2
-MSG_fs_or_folder_does_not_exist=\u76ee\u6a19\u6a94\u6848\u7cfb\u7d71\u6216\u8cc7\u6599\u593e\u4e0d\u5b58\u5728\u3002
-MSG_fs_is_readonly=\u76ee\u6a19\u6a94\u6848\u7cfb\u7d71\u662f\u552f\u8b80\u7684\u3002
-# {0} - name of the existing file
-MSG_file_already_exist=\u6a94\u6848 {0} \u5df2\u7d93\u5b58\u5728\u3002
-
-
-
-#
-# Messages for org.openide.actions in openide-loaders.jar
-# 
-ACT_FileSystemAction=\u6a94\u6848\u7cfb\u7d71\u64cd\u4f5c
-#InstantiateAction
-Instantiate=\u5be6\u9ad4\u5316
-#SaveAsTemplateAction
-SaveAsTemplate=\u53e6\u5b58\u65b0\u6a94\u70ba\u6a23\u677f...
-Title_SaveAsTemplate=\u53e6\u5b58\u65b0\u6a94\u70ba\u6a23\u677f
-CTL_SaveAsTemplate=\u9078\u53d6\u5c07\u5728\u5176\u4e2d\u986f\u793a\u65b0\u7bc4\u672c\u7684\u7a2e\u985e(&S)\uff1a
-CTL_SaveAsTemplate_TemplatesRoot=\u6a23\u677f
-SaveAll=\u5168\u90e8\u5132\u5b58(&A)
-HINT_SaveAll=Save all files (if the Compile on Save feature is on, this will also compile/build your files)
-# FileSystemRefreshAction
-LAB_Refresh=\u91cd\u65b0\u6574\u7406\u8cc7\u6599\u593e
-# NewTemplateAction
-EXC_TemplateFailed=\u5f9e\u6a23\u677f\u5efa\u7acb\u7269\u4ef6\u5931\u6557\u3002
-NewTemplate=\u65b0\u589e(&N)
-NewTemplateAction=\u6240\u6709\u6a23\u677f...
-
-
-#
-# Messages for org.openide.awt in openide-loaders.jar
-# 
-CTL_EmptyMenu=\u7a7a
-
-
-
-
-#
-# Messages for org.openide.text in openide-loaders.jar
-# 
-
-
-# DataEditorSupport
-
-# {0} = name of the data object
-# {1} = file name with package
-CTL_ObjectOpen=\u6b63\u5728\u958b\u555f {0} ...
-
-# {0} = name of the data object
-MSG_SaveFile=\u5df2\u4fee\u6539\u6a94\u6848 {0}\u3002\u662f\u5426\u5132\u5b58\u5b83\uff1f
-
-# messages for editor support
-
-# {0} = 0 if readonly, 1 if modified, 2 if modified and readonly!, 3 otherwise
-# {1} name of the file
-LAB_EditorName={0,choice,0#{1} [r/o]|1#{1} *|2#{1} [r/o] *|3#{1}}
-TIP_editor_modified=\ (modified)
-TIP_editor_ro=\ (read-only)
-
-# format to create default display name for a line 
-# {0} simple name of file
-# {1} full name of file
-# {2} line number 
-FMT_LineDisplayName2={1}:{2}
-
-# DataEditorSupport
-# Cases when modified source file was changed to [read-only]
-MSG_FileReadOnlyClosing=\u6a94\u6848 {0} \u5df2\u8b8a\u66f4\u70ba\u552f\u8b80\uff01\u6240\u6709\u8b8a\u66f4\u90fd\u5c07\u88ab\u4e1f\u68c4\u3002
-MSG_FileReadOnlySaving=\u6a94\u6848 {0} \u5df2\u8b8a\u66f4\u70ba\u552f\u8b80\uff01\u7121\u6cd5\u5132\u5b58\u8a72\u6a94\u6848\u3002
-MSG_FileReadOnlyChanging=\u6a94\u6848 {0} \u5df2\u8b8a\u66f4\u70ba\u552f\u8b80\uff01
-
-
-MSG_BinaryFileQuestion=\u6b64\u6a94\u6848\u4f3c\u4e4e\u5305\u542b\u4e8c\u9032\u4f4d\u8cc7\u6599\u3002\u662f\u5426\u78ba\u5be6\u8981\u5728\u6587\u5b57\u7de8\u8f2f\u5668\u4e2d\u958b\u555f\u5b83\uff1f
-MSG_BinaryFileWarning=\u5075\u6e2c\u5230\u4e8c\u9032\u4f4d\u6a94\u6848
-
-CTL_SaveAsAction=\u53e6\u5b58\u65b0\u6a94(&V)...
-MSG_SaveAsFailed=\u5132\u5b58 {0} \u6642\u51fa\u73fe\u4e00\u4e9b\u554f\u984c\n\u539f\u56e0\uff1a{1}
-LBL_SaveAsTitle=\u53e6\u5b58\u65b0\u6a94
-MSG_CannotCreateTargetFolder=\u7121\u6cd5\u5efa\u7acb\u76ee\u6a19\u8cc7\u6599\u593e\u3002
-MSG_SaveAs_SameFileSelected=\u8acb\u9078\u53d6\u4e0d\u540c\u7684\u6a94\u6848\u540d\u7a31\u3002
-MSG_SaveAs_SameFileSelected_Title=\u53e6\u5b58\u65b0\u6a94
-
diff --git a/l10n/src/zh_TW/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_zh_TW.properties
deleted file mode 100644
index d47cee8..0000000
--- a/l10n/src/zh_TW/platform/org-openide-modules/netbeans/lib/org-openide-modules/org/openide/modules/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,45 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u6a21\u7d44\u7cfb\u7d71 API
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u7528\u65bc\u7372\u53d6\u5b89\u88dd\u7684\u6a21\u7d44\u76f8\u95dc\u8cc7\u8a0a\u7684 API\u3002
-OpenIDE-Module-Long-Description=\u5141\u8a31\u7372\u53d6\u5b89\u88dd\u7684\u6a21\u7d44\u6e05\u55ae\uff0c\u6aa2\u67e5\u5176\u5c6c\u6027\u548c\u4f9d\u8cf4\u95dc\u4fc2\u3002
-
diff --git a/l10n/src/zh_TW/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_zh_TW.properties
deleted file mode 100644
index eeed316..0000000
--- a/l10n/src/zh_TW/platform/org-openide-nodes/org-openide-nodes/org/openide/nodes/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,96 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\u7bc0\u9ede API
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u7528\u65bc\u5b9a\u7fa9\u985e\u5225\u4f3c\u65bc\u6a39\u7684\u6cdb\u7528\u7d50\u69cb\u7684 API\u3002
-OpenIDE-Module-Long-Description=\u901a\u904e\u5b9a\u7fa9\u7bc0\u9ede\uff0c\u5728\u985e\u5225\u4f3c\u65bc\u6a39\u7684\u7d50\u69cb\u4e0a\u63d0\u4f9b\u62bd\u8c61 - \u8cc7\u6e90\u7ba1\u7406\u5668 API \u53ef\u96a8\u5f8c\u986f\u793a\u7684\u6cdb\u7528\u53ef\u64f4\u5c55\u4ecb\u9762\u3002
-
-
-
-#Sheet
-Properties=\u5c6c\u6027
-Expert=\u5c08\u5bb6
-HINT_Properties=\u6b64\u7269\u4ef6\u7684\u5c6c\u6027\u3002
-HINT_Expert=\u6b64\u7269\u4ef6\u7684\u5c08\u5bb6\u5c6c\u6027\u3002
-
-#indexed customizer
-LAB_order=\u8b8a\u66f4\u9806\u5e8f
-LAB_listOrder=\u6309\u6b64\u9806\u5e8f\u986f\u793a\u9019\u4e9b\u57df\uff1a
-LAB_listOrder_Mnemonic=S
-Button_close=\u95dc\u9589
-Button_close_Mnemonic=C
-Button_up=\u4e0a\u79fb
-Button_up_Mnemonic=U
-Button_down=\u4e0b\u79fb
-Button_down_Mnemonic=\n
-
-ACSD_Button_close=N/A
-ACSD_Button_up=N/A
-ACSD_Button_down=N/A
-ACSD_ListOrder=N/A
-ACSD_IndexedCustomizer=N/A
-
-#PropertySupport
-CTL_StandardName=\u540d\u7a31
-CTL_StandardHint=\u7269\u4ef6\u7684\u540d\u7a31\u3002
-
-# Flavors defined in NodeTransfer
-
-LBL_nodePasteFlavor=\u8cbc\u4e0a\u7bc0\u9ede
-
-# Flavor for DdD in Indexed customizer
-IndexedFlavor=\u8907\u88fd\u7d22\u5f15
-
-# Mime type for transferring nodes
-# NO LONGER USED?
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=java.io.InputStream
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=java.io.InputStream
-# FMT_nodeCopyFlavor=Copy node
-# FMT_nodeCutFlavor=Cut node
-
-# commented, not functional with DnD (we should find out why)
-# NodeMimeTypeCut=application/x-java-openide-nodecut;class=org.openide.nodes.NodeTransfer$Cut
-# NodeMimeTypeCopy=application/x-java-openide-nodecopy;class=org.openide.nodes.NodeTransfer$Copy
-# NodeMimeTypePaste=application/x-java-openide-nodepaste;class=org.openide.nodes.NodeTransfer$Paste
-#AsynchChildren
-LBL_WAIT=\u8acb\u7a0d\u5019...
-
diff --git a/l10n/src/zh_TW/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_zh_TW.properties
deleted file mode 100644
index 9114f3c..0000000
--- a/l10n/src/zh_TW/platform/org-openide-options/org-openide-options/org/openide/options/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,53 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\u8a2d\u5b9a\u9078\u9805 API
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u63d0\u4f9b\u5b58\u5132\u9996\u9078\u9805\u652f\u63f4\u3002
-OpenIDE-Module-Long-Description=\u5728\u591a\u500b\u57fa\u65bc NetBeans \u7684\u61c9\u7528\u7a0b\u5f0f\u547c\u53eb\u9593\u63d0\u4f9b\u7c21\u5316\u8a2d\u5b9a\u5b58\u5132\u7684\u985e\u5225\u3002
-OpenIDE-Module-Deprecation-Message=\u6539\u7528 org.openide.util.NbPreferences\u3002
-
-# {0} - class name
-# {1} - property name
-EXC_InGetter=\u5728 {0}.{1} \u4e0a\u547c\u53eb\u5c6c\u6027 getter \u6642\u51fa\u73fe\u7570\u5e38
-# Unused:
-#EXC_InSetter=Exception when invoking property setter on {0}.{1}
-
diff --git a/l10n/src/zh_TW/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_zh_TW.properties
deleted file mode 100644
index f3f636a..0000000
--- a/l10n/src/zh_TW/platform/org-openide-text/org-openide-text/org/openide/text/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,134 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\u6587\u5b57 API
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u5957\u4ef6\u88dd\u57fa\u65bc Swing \u7684\u7de8\u8f2f\u5668\u5de5\u5177\u5957\u4ef6\u7684\u6cdb\u7528 API\u3002
-OpenIDE-Module-Long-Description=\u70ba\u5b9a\u7fa9\u5d4c\u5165 Swing \u6587\u5b57\u7de8\u8f2f\u5668\u7684\u5143\u4ef6\u63d0\u4f9b\u652f\u63f4\u3002
-
-
-
-# Editor top component
-CTL_ModeName=\u7de8\u8f2f\u5668
-
-# Print settings
-CTL_Print_settings=\u5217\u5370\u8a2d\u5b9a
-CTL_Header_format = \u5728 {1} \u5217\u5370 {2}
-CTL_Footer_format = \u7b2c {0} \u9801
-
-# Print BeanInfo
-PROP_PAGE_FORMAT=\u9801\u9762\u6392\u7248
-HINT_PAGE_FORMAT=\u9801\u9762\u6392\u7248
-PROP_WRAP=\u81ea\u52d5\u63db\u884c
-HINT_WRAP=\u662f\u5426\u8981\u81ea\u52d5\u63db\u884c\uff1f
-PROP_HEADER_FORMAT=\u9801\u9996\u6392\u7248
-
-HINT_HEADER_FORMAT=\u4f8b\u5982\uff0c\u300c\u6a94\u6848 {2} \u7684\u7b2c {0} \u9801\u9802\u90e8 (\u5217\u5370\u65e5\u671f\u70ba {1})\u300d\u3002
-PROP_FOOTER_FORMAT=\u9801\u8173\u6392\u7248
-HINT_FOOTER_FORMAT=\u4f8b\u5982\uff0c\u300c\u6a94\u6848 {2} \u7684\u7b2c {0} \u9801\u5e95\u90e8 (\u5217\u5370\u65e5\u671f\u70ba {1})\u300d\u3002
-PROP_HEADER_FONT=\u9801\u9996\u5b57\u9ad4
-HINT_HEADER_FONT=\u8a2d\u5b9a\u9801\u9996\u5b57\u9ad4\u3002
-PROP_FOOTER_FONT=\u9801\u8173\u5b57\u9ad4
-HINT_FOOTER_FONT=\u8a2d\u5b9a\u9801\u8173\u5b57\u9ad4\u3002
-PROP_HEADER_ALIGNMENT=\u9801\u9996\u5c0d\u9f4a\u65b9\u5f0f
-HINT_HEADER_ALIGNMENT=\u9801\u9996\u5c0d\u9f4a\u65b9\u5f0f - \u5de6\u5c0d\u9f4a\uff0c\u5c45\u4e2d\uff0c\u53f3\u5c0d\u9f4a\u3002
-PROP_FOOTER_ALIGNMENT=\u9801\u8173\u5c0d\u9f4a
-HINT_FOOTER_ALIGNMENT=\u9801\u8173\u5c0d\u9f4a - \u5de6\u5c0d\u9f4a\u3001\u5c45\u4e2d\u3001\u53f3\u5c0d\u9f4a\u3002
-PROP_LINE_ASCENT_CORRECTION=\u884c\u8ddd\u8abf\u6574
-# [PENDING] this is very mysterious  --jglick
-HINT_LINE_ASCENT_CORRECTION=\u884c\u8ddd\u8abf\u6574\u56e0\u5b50\u3002
-
-# Alignment Prop Editor
-CTL_CENTER = \u5c45\u4e2d
-CTL_RIGHT = \u53f3\u5c0d\u9f4a
-CTL_LEFT = \u5de6\u5c0d\u9f4a
-
-# Cancellation
-CTL_Print_progress=\u9801\u78bc {0} \u5df2\u5217\u5370\u3002
-CTL_Print_cancellation=\u5217\u5370\u4f5c\u696d\u9032\u5ea6
-CTL_Cancel=\u53d6\u6d88
-
-# EditorSupport
-# Result when a user cancels print
-CTL_Printer_Abort=\u76ee\u524d\u5370\u8868\u6a5f\u4f5c\u696d\u5df2\u7d42\u6b62\u3002
-EXC_Printer_Problem=\u5370\u8868\u6a5f\u6545\u969c\uff1a{0}
-EXC_ReadOnlyFile=\u6a94\u6848 {0} \u662f\u552f\u8b80\u7684\u3002
-EXC_LoadDocument=\u7121\u6cd5\u8f09\u5165\u6587\u4ef6 {0}\u3002
-LBL_EditorLoading=\u6b63\u5728\u8f09\u5165...
-
-# when a user wants to close unsaved file
-LBL_SaveFile_Title=\u554f\u984c
-CTL_Save=\u5132\u5b58
-ACSN_CTL_Save=N/A
-ACSD_CTL_Save=N/A
-#Note that the '&' goes just before the mnemonic character
-CTL_Discard=\u653e\u68c4
-CTL_Discard_Mnemonic=\n
-ACSN_CTL_Discard=N/A
-ACSD_CTL_Discard=N/A
-
-# PositionBounds
-MSG_Empty_string=\u7121\u6cd5\u63d2\u5165\u7a7a\u5b57\u4e32
-#editor support warning message
-FMT_FileNotFound=\u8b66\u544a\uff1a\u6a94\u6848 {0} \u672a\u627e\u5230\u6216\u7121\u6cd5\u5b58\u53d6\u3002
-
-# NbDocument.Colors
-# [PENDING] MSG_COLORS, as well as stuff for its hypothetical BeanInfo
-
-# External modification
-FMT_External_change=\u5df2\u5728\u5916\u90e8\u4fee\u6539\u4e86\u6a94\u6848 {0}\u3002\u662f\u5426\u91cd\u65b0\u8f09\u5165\u5b83\uff1f
-FMT_External_change_write=\u5df2\u5728\u5916\u90e8\u4fee\u6539\u4e86\u6a94\u6848 {0}\u3002\u662f\u5426\u8981\u8986\u5beb\uff1f
-
-
-
-# format to create default display name for a line 
-# {0} name of the editor support
-# {1} line number 
-FMT_CESLineDisplayName={0}:{1}
-
-CTL_Bad_File=\u60a8\u6307\u5b9a\u4e86\u7121\u6548\u7684\u6a94\u6848\u3002\u8acb\u6aa2\u67e5\u8def\u5f91\u3002
-
-# Cloneable editor
-ACS_CloneableEditor_QuietEditorPane=\u7528\u65bc {0} \u7684\u7de8\u8f2f\u5668
-ACSD_CloneableEditor_QuietEditorPane=\u7528\u65bc {0} \u7684\u7de8\u8f2f\u5668
-TITLE_SourceButton=\u539f\u59cb\u78bc
-
-
diff --git a/l10n/src/zh_TW/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_zh_TW.properties
deleted file mode 100644
index bdabac2..0000000
--- a/l10n/src/zh_TW/platform/org-openide-util-enumerations/org-openide-util-enumerations/org/openide/util/enum/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u820a\u7684\u5217\u8209 API
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u5217\u8209 API \u4f4d\u65bc\u932f\u8aa4\u7684\u5957\u4ef6\u4e2d\u3002
-OpenIDE-Module-Long-Description=\u5217\u8209 API \u4f4d\u65bc\u932f\u8aa4\u7684\u5957\u4ef6 org.openide.util.enum \u4e2d\uff0c\u7531\u65bc enum \u662f\u4e00\u500b\u95dc\u9375\u5b57\uff0c\u56e0\u6b64\u7121\u6cd5\u4f7f\u7528 Java 1.5 \u7de8\u8b6f\u5b83\u3002\u5c07\u7531\u985e\u5225 org.openide.util.Enumerations \u53d6\u4ee3\u3002
-OpenIDE-Module-Deprecation-Message=\u8acb\u4f7f\u7528 org.openide.util.Enumerations \u4f86\u53d6\u4ee3\u6b64\u6a21\u7d44\u3002
-
diff --git a/l10n/src/zh_TW/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_zh_TW.properties
deleted file mode 100644
index 0b3ba31..0000000
--- a/l10n/src/zh_TW/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,155 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u516c\u7528\u7a0b\u5f0f API
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u57fa\u672c\u516c\u7528\u7a0b\u5f0f API\u3002
-OpenIDE-Module-Long-Description=\u5404\u7a2e\u8aaa\u660e\u7a0b\u5f0f\u65b9\u6cd5\u548c\u57fa\u672c\u6982\u5ff5\u5b9a\u7fa9\uff0c\u5305\u62ec\u64cd\u4f5c\u3001\u5c0b\u627e\u3001\u5f71\u50cf\u8655\u7406\u3001\u4e26\u884c\u57f7\u884c\u4ee5\u53ca\u6a19\u8a18\u652f\u63f4\u3002
-
-#SwingEditors
-
-# Box-orientation constants used to specify a position.
-#TOP=TOP
-#LEFT=LEFT
-#BOTTOM=BOTTOM
-#RIGHT=RIGHT
-#CENTER=CENTER
-#LEADING=LEADING
-#TRAILING=TRAILING
-
-# Compass-direction constants used to specify a position.
-#NORTH=NORTH
-#NORTH_EAST=NORTH_EAST
-#EAST=EAST
-#SOUTH_EAST=SOUTH_EAST
-#SOUTH=SOUTH
-#SOUTH_WEST=SOUTH_WEST
-#WEST=WEST
-#NORTH_WEST=NORTH_WEST
-
-# These constants specify a horizontal or
-# vertical orientation. For example, they are
-# used by scrollbars and sliders.
-#HORIZONTAL=HORIZONTAL
-#VERTICAL=VERTICAL
-
-#debug graphics constants
-
-# Log graphics operations.
-#LOG_OPTION=LOG_OPTION
-# Flash graphics operations.
-#FLASH_OPTION=FLASH_OPTION
-# Show buffered operations in a seperate Frame.
-#BUFFERED_OPTION=BUFFERED_OPTION
-# Don't debug graphics operations.
-#NONE_OPTION=NONE_OPTION
-
-# selection constants
-# A value for the selectionMode property: select one list index
-# at a time.
-#SINGLE_SELECTION=SINGLE_SELECTION
-# A value for the selectionMode property: select one contiguous
-# range of indices at a time.
-#SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION
-# A value for the selectionMode property: select one or more
-# contiguous ranges of indices at a time.
-#MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION
-
-# JTable
-# Do not auto resize column when table is resized.
-#AUTO_RESIZE_OFF=AUTO_RESIZE_OFF
-# Auto resize last column only when table is resized
-#AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN
-# Proportionately resize all columns when table is resized
-#AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS
-
-# WindowConstants
-# The do-nothing default window close operation
-#DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE
-# The hide-window default window close operation
-#HIDE_ON_CLOSE=HIDE_ON_CLOSE
-# The dispose-window default window close operation
-#DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE
-
-# JOptionPane
-# Type meaning look and feel should not supply any options -- only
-# use the options from the JOptionPane.
-#DEFAULT_OPTION=DEFAULT_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_OPTION=YES_NO_OPTION
-# Type used for showConfirmDialog.
-#YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION
-# Type used for showConfirmDialog.
-#OK_CANCEL_OPTION=OK_CANCEL_OPTION
-# Used for error messages.
-#ERROR_MESSAGE=ERROR_MESSAGE
-# Used for information messages.
-#INFORMATION_MESSAGE=INFORMATION_MESSAGE
-# Used for warning messages.
-#WARNING_MESSAGE=WARNING_MESSAGE
-# Used for questions.
-#QUESTION_MESSAGE=QUESTION_MESSAGE
-# No icon is used.
-#PLAIN_MESSAGE=PLAIN_MESSAGE
-
-# HttpServer.class
-SERVER_REGISTERED=HTTP \u4f3a\u670d\u5668\u5df2\u7d93\u8a3b\u518a\u3002\u60a8\u4e0d\u80fd\u540c\u6642\u4f7f\u7528\u5169\u500b\u4f3a\u670d\u5668\u3002
-SERVER_CANNOT_UNREGISTER=\u4e00\u500b\u6a21\u7d44\u5617\u8a66\u5c0d\u53e6\u4e00\u500b\u6a21\u7d44\u63d0\u4f9b\u7684 HTTP \u4f3a\u670d\u5668\u53d6\u6d88\u8a3b\u518a\u3002
-
-MSG_ToNowhere=\u7121\u76ee\u7684
-MSG_To=to
-
-MSG_NoServerRegistered=\u672a\u8a3b\u518a\u4f3a\u670d\u5668\u3002
-MSG_TooManyArguments=\u592a\u591a\u53c3\u6578
-MSG_UnmatchedBraces=\u6a21\u5f0f\u4f4d\u7f6e\u4e2d\u5177\u6709\u4e0d\u5339\u914d\u7684\u5927\u62ec\u865f
-
-# NbBundle
-MSG_FMT_ObjectForKey=\u672a\u627e\u5230\u7528\u65bc\u9375 {0} \u7684\u7269\u4ef6
-MSG_ClassFinderAlreadySet=ClassFinder \u5df2\u7d93\u8a2d\u5b9a\u3002
-
-
-#
-# Utilities
-#
-
-# {0} stays for invalid file
-EXC_translation_io=\u8b66\u544a\uff1a\u4e0d\u80fd\u8f09\u5165\u8f49\u63db\u8868\u683c\uff1a{0}
-PROGRESS_CURSOR=\u9032\u5ea6\u6e38\u6a19
-
diff --git a/l10n/src/zh_TW/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_zh_TW.properties
deleted file mode 100644
index 416ab42..0000000
--- a/l10n/src/zh_TW/platform/org-openide-util/netbeans/lib/org-openide-util/org/openide/util/datatransfer/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-
-
-
-# Human presentable name of MultiFlavor
-transferFlavorsMultiFlavorName=\u591a\u500b\u7269\u4ef6\u98a8\u683c
-
-Create=\u5efa\u7acb
-Paste=\u8cbc\u4e0a
-
diff --git a/l10n/src/zh_TW/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_zh_TW.properties
deleted file mode 100644
index 40cc5eb..0000000
--- a/l10n/src/zh_TW/platform/org-openide-windows/org-openide-windows/org/openide/windows/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,69 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-
-# manifest
-OpenIDE-Module-Name=\u8996\u7a97\u7cfb\u7d71 API
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u7528\u65bc\u7ba1\u7406\u756b\u9762\u4e0a\u5143\u4ef6\u7684 API\u3002
-OpenIDE-Module-Long-Description=\u5229\u7528\u5411\u4f7f\u7528\u8005\u5c55\u793a\u5143\u4ef6\u9019\u4e00\u601d\u60f3\uff0c\u70ba\u4f5c\u696d\u7cfb\u7d71\u548c MDI/SDI \u63d0\u4f9b\u4e2d\u6027\u7684\u62bd\u8c61 API\u3002
-
-
-
-# name of empty workspace
-None=\u7121
-
-#CloneableTopComponent
-EXC_CannotAssign=\u4e0d\u80fd\u5c07\u5143\u4ef6\u8ce6\u503c\u70ba EMPTY
-
-#TopComponent
-EXC_UnknownOperation=\u672a\u77e5\u7684\u95dc\u9589\u64cd\u4f5c
-
-
-#
-# UI Logging
-#
-# UI logging of key press
-# {0} instance of the key
-# {1} to string of the key
-# {2} tostring of instance of the action
-# {3} class of the action
-# {4} display name of the action
-UI_ACTION_KEY_PRESS=\u900f\u904e {0} \u4f86\u547c\u53eb\u5be6\u4f5c\u70ba {3} \u7684 {2} 
-
diff --git a/l10n/src/zh_TW/platform/print/print/org/netbeans/modules/print/action/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/print/print/org/netbeans/modules/print/action/Bundle_zh_TW.properties
deleted file mode 100644
index a336e93..0000000
--- a/l10n/src/zh_TW/platform/print/print/org/netbeans/modules/print/action/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# PageSetupAction
-LBL_PageSetup_Action=\u9801\u9762\u8a2d\u5b9a(&G)...
-
-# PrintAction
-TLT_Print_Action=\u5217\u5370
-MNU_Print_Action=\u5217\u5370(&P)...
-ACT_Print_Action=\u5217\u5370 - Ctrl+Alt+Shift+P
-
diff --git a/l10n/src/zh_TW/platform/print/print/org/netbeans/modules/print/resources/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/print/print/org/netbeans/modules/print/resources/Bundle_zh_TW.properties
deleted file mode 100644
index b21f4da..0000000
--- a/l10n/src/zh_TW/platform/print/print/org/netbeans/modules/print/resources/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# manifest
-OpenIDE-Module-Name=\u5217\u5370
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u5217\u5370\u6a21\u7d44\u7684\u5be6\u4f5c\u3002
-OpenIDE-Module-Long-Description=\u5217\u5370\u6a21\u7d44\u7684\u5be6\u4f5c\u3002
-
-# layer.xml
-Actions/File=\u6a94\u6848
-
diff --git a/l10n/src/zh_TW/platform/print/print/org/netbeans/modules/print/ui/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/print/print/org/netbeans/modules/print/ui/Bundle_zh_TW.properties
deleted file mode 100644
index bc15e26..0000000
--- a/l10n/src/zh_TW/platform/print/print/org/netbeans/modules/print/ui/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,125 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Preview
-# {0} - exception message
-ERR_Printer_Problem=\u5370\u8868\u6a5f\u6545\u969c\uff1a{0}
-LBL_Page_Setup_Button=\u7248\u9762\u8a2d\u5b9a(&S)
-TLT_Page_Setup_Button=\u958b\u555f\u300c\u7248\u9762\u8a2d\u5b9a\u300d\u5c0d\u8a71\u65b9\u584a
-LBL_Print_Option_Button=\u5217\u5370\u9078\u9805(&O)
-TLT_Print_Option_Button=\u547c\u53eb [\u5217\u5370\u9078\u9805] \u5c0d\u8a71\u65b9\u584a
-LBL_Print_Button=\u5217\u5370(&P)
-TLT_Print_Button=\u547c\u53eb [\u5217\u5370] \u5c0d\u8a71\u65b9\u584a
-LBL_Close_Button=\u95dc\u9589(&C)
-TLT_Close_Button=\u95dc\u9589\u300c\u5217\u5370\u9810\u89bd\u300d\u5c0d\u8a71\u65b9\u584a
-LBL_Print_Preview=\u5217\u5370\u9810\u89bd
-LBL_Fit_to_Width=\u9069\u61c9\u5bec\u5ea6\u5927\u5c0f
-LBL_Fit_to_Height=\u9069\u61c9\u9ad8\u5ea6\u5927\u5c0f
-LBL_Fit_to_All=\u986f\u793a\u6240\u6709\u9801
-
-TLT_First=\u7b2c\u4e00\u9801(&F) (Alt+F)
-TLT_Previous=\u4e0a\u4e00\u9801(&R) (Alt+R)
-TLT_Next=\u4e0b\u4e00\u9801(&N) (Alt+N)
-TLT_Last=\u6700\u5f8c\u4e00\u9801(&L) (Alt+L)
-TLT_Fit=\u8b8a\u66f4\u6bd4\u4f8b(&S) (Alt+S)
-TLT_Zoom_In=\u653e\u5927(&I) (Alt+I)
-TLT_Zoom_Out=\u7e2e\u5c0f(&U) (Alt+U)
-TLT_Toggle=\u986f\u793a\u591a\u9801(&M) (Alt+M)
-TLT_Goto=<html><body> <b>\u5c0e\u89bd\uff1a</b> <br> \u6309\u4e0b <code>/</code> \u6216 <code>F</code> \u53ef\u986f\u793a\u7b2c\u4e00\u9801 <br> \u6309\u4e0b <b><code>-</code></b> \u6216 <code>G</code> \u53ef\u986f\u793a\u4e0a\u4e00\u9801 <br> \u6309\u4e0b <b><code>+</code></b> \u6216 <code>K</code> \u53ef\u986f\u793a\u4e0b\u4e00\u9801 <br> \u6309\u4e0b <code>*</code> \u6216 <code>L</code> \u53ef\u986f\u793a\u6700\u5f8c\u4e00\u9801 </body></html>
-
-TLT_Preview_Scale=<html><body> <b>Adjusts the preview scale:</b> <br> press <b><code>+</code></b> to zoom in <br> press <b><code>-</code></b> to zoom out <br> press <code>/</code> to set 100% <br> press <code>*</code> to customize view <br><hr> mouse wheel with Ctrl to Zoom In/Out <br> mouse wheel with right button to Zoom In/Out <br> double click by left mouse button to Zoom In <br> double click by right mouse button to Zoom Out <br></body></html>
-
-# Attribute
-LBL_Print_Options=\u5217\u5370\u9078\u9805
-LBL_Border=\u908a\u6846
-LBL_Print_Border=\u5217\u5370\u908a\u6846(&B)
-LBL_Print_Header=\u5217\u5370\u6a19\u984c(&D)
-LBL_Print_Footer=\u5217\u5370\u8173\u6ce8(&F)
-LBL_Choose_Font=\u9078\u64c7\u5b57\u9ad4
-LBL_Choose_Color=\u9078\u64c7\u984f\u8272
-LBL_Insert_Macros=\u63d2\u5165\u5de8\u96c6\uff1a
-LBL_Text=\u6587\u672c
-LBL_Line_Numbers=\u884c\u865f(&U)
-LBL_Wrap_Lines=\u81ea\u52d5\u63db\u884c(&W)
-LBL_Use_Font=\u4f7f\u7528\u5b57\u9ad4\u5c6c\u6027 // &X
-LBL_Use_Color=\u4f7f\u7528\u8272\u5f69\u5c6c\u6027 // &Q
-LBL_As_Editor=\u4f9d\u7de8\u8f2f\u5668\u73fe\u72c0\u5217\u5370 // &J
-LBL_Selection=\u5217\u5370\u9078\u53d6\u7bc4\u570d(&S)
-LBL_Line_Spacing=\u884c\u9593\u8ddd(&P)\uff1a
-LBL_Text_Font_and_Color=\u6587\u5b57\u5b57\u578b\u548c\u8272\u5f69(&R)\uff1a
-LBL_Background_Color=\u80cc\u666f\u8272(&G)\uff1a
-LBL_Zoom=\u7e2e\u653e
-LBL_Header_Footer=\u9801\u7709\u548c\u9801\u8173
-LBL_Apply=\u61c9\u7528(&A)
-LBL_Left=\u5de6\uff1a
-LBL_Center=\u5c45\u4e2d\uff1a
-LBL_Right=\u53f3\uff1a
-
-ERR_Zoom_Value_Is_Invalid=\u7e2e\u653e\u503c\u7121\u6548\uff01
-ERR_Header_Size_Is_Too_Big=\u9801\u7709\u5c3a\u5bf8\u592a\u5927\uff01
-ERR_Footer_Size_Is_Too_Big=\u9801\u8173\u5c3a\u5bf8\u592a\u5927\uff01
-ERR_Page_Number_Is_Invalid=\u9801\u6578\u7121\u6548\uff01
-ERR_Page_Number_Is_Too_Big=\u9801\u6578\u592a\u5927\uff01
-
-TLT_Apply=\u61c9\u7528\u66f4\u6539
-TLT_Border_Color=\u9078\u64c7\u908a\u6846\u8272\u5f69(&C) (Alt+C)
-TLT_Header_Font=\u9078\u64c7\u9801\u7709\u5b57\u578b(&N) (Alt+N)
-TLT_Header_Color=\u9078\u64c7\u9801\u7709\u8272\u5f69(&O) (Alt+O)
-TLT_Footer_Font=\u9078\u64c7\u9801\u8173\u5b57\u578b(&T) (Alt+T)
-TLT_Footer_Color=\u9078\u64c7\u9801\u8173\u8272\u5f69(&L) (Alt+L)
-TLT_Text_Font=\u9078\u64c7\u6587\u5b57\u5b57\u578b (Alt+K) // &K
-TLT_Text_Color=\u9078\u64c7\u6587\u5b57\u8272\u5f69(&R) (Alt+R)
-TLT_Background_Color=\u9078\u64c7\u80cc\u666f\u8272 // &G
-TLT_Print_Zoom=\u8abf\u6574\u5217\u5370\u7e2e\u653e
-TLT_Use_Font=\u4f7f\u7528\u5b57\u578b (Alt+X)
-TLT_Use_Color=\u4f7f\u7528\u8272\u5f69 (Alt+Q)
-TLT_As_Editor=\u4f9d\u7de8\u8f2f\u5668\u73fe\u72c0\u986f\u793a (Alt+J)
-TLT_Selection=\u5217\u5370\u9078\u53d6\u7bc4\u570d
-
-LBL_Pages=\u9801
-LBL_Fit_Width_to=\u9069\u61c9\u5bec\u5ea6\u5927\u5c0f(&I)\uff1a
-TLT_Fit_Width_to=\u9069\u61c9\u5bec\u5ea6\u5927\u5c0f
-LBL_Fit_Height_to=\u9069\u61c9\u9ad8\u5ea6\u5927\u5c0f(&E):
-TLT_Fit_Height_to=\u9069\u61c9\u9ad8\u5ea6\u5927\u5c0f
-LBL_Zoom_to=\u7e2e\u653e\u81f3(&Z)\uff1a
-TLT_Zoom_to=\u7e2e\u653e\u81f3
-LBL_Fit_to_Page=\u7b26\u5408\u9801\u9762\u5927\u5c0f // &Y
-TLT_Fit_to_Page=\u7b26\u5408\u9801\u9762\u5927\u5c0f (Alt+Y)
-
diff --git a/l10n/src/zh_TW/platform/print/print/org/netbeans/modules/print/util/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/print/print/org/netbeans/modules/print/util/Bundle_zh_TW.properties
deleted file mode 100644
index ebda966..0000000
--- a/l10n/src/zh_TW/platform/print/print/org/netbeans/modules/print/util/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,60 +0,0 @@
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License. When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Config
-# {0} - page number
-# {1} - total page count
-LBL_Page_of_Count={0}/{1}
-
-# {0} - row number
-# {1} - column number
-LBL_Row_Column={0}.{1}
-
-# Macro
-NAME=\u5217\u5370\u4e4b\u5143\u4ef6\u7684\u540d\u7a31
-ROW=\u5217\u865f
-COLUMN=\u6b04\u865f
-USER=\u7528\u6236\u540d
-COUNT=\u9801\u6578
-MODIFIED_DATE=\u4e0a\u6b21\u4fee\u6539\u65e5\u671f
-MODIFIED_TIME=\u4e0a\u6b21\u4fee\u6539\u6642\u9593
-PRINTED_DATE=\u5217\u5370\u65e5\u671f
-PRINTED_TIME=\u5217\u5370\u6642\u9593
-
diff --git a/l10n/src/zh_TW/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_zh_TW.properties
deleted file mode 100644
index 8a6f2fb..0000000
--- a/l10n/src/zh_TW/platform/progress-ui/progress-ui/org/netbeans/modules/progress/ui/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,59 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u9032\u5ea6 UI
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u4efb\u52d9\u9032\u5ea6\u53ef\u8996\u5316\u3002
-OpenIDE-Module-Long-Description=\u63d0\u4f9b\u6240\u6709\u57f7\u884c\u4efb\u52d9\u7684\u6aa2\u8996\uff0c\u4e26\u4e14\u53ef\u5141\u8a31\u5c07\u4efb\u52d9\u53d6\u6d88\uff0c\u7b49\u7b49\u3002
-
-NbProgressBar.tooltip1={0} \u500b\u4efb\u52d9\u6b63\u5728\u57f7\u884c\u3002\u6309\u4e00\u4e0b\u4ee5\u4e86\u89e3\u8a73\u7d30\u8cc7\u8a0a\u3002
-NbProgressBar.tooltip2={0} \u500b\u4efb\u52d9\u6b63\u5728\u57f7\u884c\u3002\u6309\u4e00\u4e0b\u4ee5\u4e86\u89e3\u8a73\u7d30\u8cc7\u8a0a\u3002
-ListComponent.btnClose.tooltip=\u6309\u4e00\u4e0b\u4ee5\u53d6\u6d88\u7a0b\u5e8f
-ListComponent.bar.tooltip=\u6309\u4e00\u4e0b\u4ee5\u76e3\u8996\u7a0b\u5e8f
-Cancel_Question=\u662f\u5426\u78ba\u5be6\u8981\u53d6\u6d88 {0}\uff1f
-Cancel_Question_Title=\u53d6\u6d88\u57f7\u884c\u7684\u4efb\u52d9
-StatusLineComponent.ShowProcessList=\u986f\u793a\u7a0b\u5e8f
-StatusLineComponent.Cancel=\u53d6\u6d88\u7a0b\u5e8f
-StatusLineComponent.View=\u986f\u793a\u8f38\u51fa
-ListComponent.Watch=\u76e3\u8996\u7a0b\u5e8f
-
-RunOffAWT.TITLE_Operation=Lengthy operation in progress
-RunOffAWT.BTN_Cancel=\u53d6\u6d88
-
-
diff --git a/l10n/src/zh_TW/platform/queries/queries/org/netbeans/modules/queries/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/queries/queries/org/netbeans/modules/queries/Bundle_zh_TW.properties
deleted file mode 100644
index 56d5b18..0000000
--- a/l10n/src/zh_TW/platform/queries/queries/org/netbeans/modules/queries/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u4e00\u822c\u67e5\u8a62 API
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Short-Description=\u5145\u7576\u6a21\u7d44\u4e4b\u9593\u7684\u4e00\u822c\u901a\u4fe1\u901a\u9053\u3002
-OpenIDE-Module-Long-Description=\u627f\u8f09\u4e0d\u662f\u5c08\u9580\u7279\u5b9a\u65bc\u7db2\u57df\u7684\u67e5\u8a62\u3002\u5141\u8a31\u4e0d\u540c\u6a21\u7d44\u9748\u6d3b\u5730\u7372\u53d6\u6709\u95dc\u6a94\u6848\u7684\u8cc7\u8a0a\u3002
-
diff --git a/l10n/src/zh_TW/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_zh_TW.properties
deleted file mode 100644
index f1d545f..0000000
--- a/l10n/src/zh_TW/platform/sendopts/sendopts/org/netbeans/api/sendopts/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,63 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# {0} - name of the option, like --help or -h
-MSG_MissingArgument=\u9078\u9805 {0} \u9700\u8981\u5f15\u6578
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_CannotTogether=\u9078\u9805 {0} \u7121\u6cd5\u8207\u9078\u9805 {1} \u4e00\u8d77\u4f7f\u7528
-
-# {0} - list of options separated by comma
-MSG_NeedAtLeastOne=\u81f3\u5c11\u9700\u8981\u5176\u4e2d\u4e00\u500b {0}
-
-# {0} - list of options separated by comma
-MSG_MissingOptions=\u4e5f\u9700\u8981\u4f7f\u7528 {0}
-
-# {0} - name of already used option
-# {1} - name of option used again
-MSG_NeedBoth=\u9078\u9805 {0} \u4e5f\u9700\u8981\u9078\u9805 {1}
-
-
-
-MSG_OneArg=<arg>
-MSG_OptionalArg=[<arg>]
-MSG_AddionalArgs=<arg1>...<argN>
-
-
diff --git a/l10n/src/zh_TW/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_zh_TW.properties
deleted file mode 100644
index 3d6ab35..0000000
--- a/l10n/src/zh_TW/platform/sendopts/sendopts/org/netbeans/modules/sendopts/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u6307\u4ee4\u884c\u5256\u6790 API
-OpenIDE-Module-Short-Description=\u7528\u65bc\u5256\u6790\u6307\u4ee4\u884c\u7684 GetOpts \u76f8\u5bb9 API
-OpenIDE-Module-Long-Description=\u5256\u6790\u6307\u4ee4\u884c\u7684 GetOpts \u76f8\u5bb9 API\u3002 \u5176\u8457\u91cd\u65bc\u6307\u4ee4\u884c\u6bcf\u500b\u90e8\u5206\u8981\u7531\u4e0d\u540c\u6a21\u7d44\u5256\u6790\u7684\u60c5\u6cc1\u3002
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-
-MSG_OptionsHeader=\n\u5176\u4ed6\u6a21\u7d44\u9078\u9805\uff1a\n
-
diff --git a/l10n/src/zh_TW/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_zh_TW.properties
deleted file mode 100644
index fb942d6..0000000
--- a/l10n/src/zh_TW/platform/settings/settings/org/netbeans/modules/settings/resources/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,44 +0,0 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Sun in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-OpenIDE-Module-Name=\u8a2d\u5b9a API
-OpenIDE-Module-Short-Description=\u7528\u65bc\u4ee5\u81ea\u8a02\u683c\u5f0f\u5b58\u5132\u8a2d\u5b9a\u7684\u7a0b\u5f0f\u5eab\u3002
-OpenIDE-Module-Long-Description=\u6b64\u6a21\u7d44\u63d0\u4f9b\u8a2d\u5b9a API\uff0c\u7528\u65bc\u4ee5\u81ea\u8a02\u683c\u5f0f\u5b58\u5132\u6a21\u7d44\u5b9a\u7fa9\u7684\u8a2d\u5b9a\u3002\u5b83\u9084\u63d0\u4f9b\u5e7e\u7a2e\u6709\u7528\u7684\u8a2d\u5b9a\u683c\u5f0f\u5be6\u4f5c\u3002
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-
diff --git a/l10n/src/zh_TW/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_zh_TW.properties
deleted file mode 100644
index 3c1d434..0000000
--- a/l10n/src/zh_TW/platform/spi-actions/spi-actions/org/netbeans/spi/actions/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Long-Description=A module that provides a new API to replace NodeAction, CookieAction, etc.
-OpenIDE-Module-Name=Actions SPI (Experimental)
-OpenIDE-Module-Short-Description=Replacements for NodeAction, CookieAction, etc.
-
diff --git a/l10n/src/zh_TW/platform/templates/templates/org/netbeans/modules/templates/Bundle_zh_TW.properties b/l10n/src/zh_TW/platform/templates/templates/org/netbeans/modules/templates/Bundle_zh_TW.properties
deleted file mode 100644
index cd9b08e..0000000
--- a/l10n/src/zh_TW/platform/templates/templates/org/netbeans/modules/templates/Bundle_zh_TW.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-OpenIDE-Module-Display-Category=\u57fa\u790e\u67b6\u69cb
-OpenIDE-Module-Long-Description=\u6b64\u6a21\u7d44\u53ef\u9023\u7d50 Datasystems API \u8207\u8173\u672c API\u3002 \u56e0\u6b64\uff0c\u4f7f\u7528\u4efb\u4f55\u8173\u672c\u548c\u7bc4\u672c\u5316\u8a9e\u8a00\u4f86\u7522\u751f\u7bc4\u672c\u662f\u53ef\u80fd\u7684\u3002
-OpenIDE-Module-Name=\u9032\u968e\u7bc4\u672c\u5316
-OpenIDE-Module-Short-Description=\u300c\u9032\u968e\u7bc4\u672c\u5316\u300d\u4e0d\u50c5\u9069\u7528\u65bc Datasystems
-ERR_Switch_To_Java_6=\u7121\u6cd5\u586b\u5165\u7bc4\u672c\uff0c\u8acb\u5617\u8a66\u4f7f\u7528 JDK 1.6 \u6216\u66f4\u65b0\u7248\u672c\u4e2d\u7684\u8173\u672c\u5f15\u64ce\u3002\n\n\u8acb\u5728 JDK 1.6 \u4e0b\u57f7\u884c NetBeans\uff0c\u4ee5\u89e3\u6c7a\u6b64\u554f\u984c\u3002\n\u5982\u9700\u76f8\u95dc\u505a\u6cd5\u7684\u8cc7\u8a0a\uff0c\u8acb\u53c3\u95b1 http://wiki.netbeans.org/FaqNetbeansConf\u3002
-
diff --git a/libs.antlr3.devel/build.xml b/libs.antlr3.devel/build.xml
new file mode 100644
index 0000000..42867fc
--- /dev/null
+++ b/libs.antlr3.devel/build.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+
+Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+
+Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+Other names may be trademarks of their respective owners.
+
+The contents of this file are subject to the terms of either the GNU
+General Public License Version 2 only ("GPL") or the Common
+Development and Distribution License("CDDL") (collectively, the
+"License"). You may not use this file except in compliance with the
+License. You can obtain a copy of the License at
+http://www.netbeans.org/cddl-gplv2.html
+or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+specific language governing permissions and limitations under the
+License.  When distributing the software, include this License Header
+Notice in each file and include the License file at
+nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+particular file as subject to the "Classpath" exception as provided
+by Oracle in the GPL Version 2 section of the License file that
+accompanied this code. If applicable, add the following below the
+License Header, with the fields enclosed by brackets [] replaced by
+your own identifying information:
+"Portions Copyrighted [year] [name of copyright owner]"
+
+Contributor(s):
+
+The Original Software is NetBeans. The Initial Developer of the Original
+Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
+Microsystems, Inc. All Rights Reserved.
+
+If you wish your version of this file to be governed by only the CDDL
+or only the GPL Version 2, indicate your decision by adding
+"[Contributor] elects to include this software in this distribution
+under the [CDDL or GPL Version 2] license." If you do not indicate a
+single choice of license, a recipient has the option to distribute
+your version of this file under either the CDDL, the GPL Version 2 or
+to extend the choice of license to its licensees as provided above.
+However, if you add GPL Version 2 code and therefore, elected the GPL
+Version 2 license, then the option applies only if the new code is
+made subject to such option by the copyright holder.
+-->
+
+<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
+<!-- for some information on what you could do (e.g. targets to override). -->
+<!-- If you delete this file and reopen the project it will be recreated. -->
+<project name="libs.antlr3.devel" default="netbeans" basedir=".">
+    <description>Builds, tests, and runs the project antlr313.</description>
+    <import file="../nbbuild/templates/projectized.xml"/>
+</project>
diff --git a/libs.antlr3.devel/external/antlr-3.1.3-license.txt b/libs.antlr3.devel/external/antlr-3.1.3-license.txt
new file mode 100644
index 0000000..21b839d
--- /dev/null
+++ b/libs.antlr3.devel/external/antlr-3.1.3-license.txt
@@ -0,0 +1,37 @@
+Name: Antlr
+Version: 3.1.3
+Description: ANother Tool for Language Recognition, 
+is a language tool that provides a framework for constructing recognizers, 
+interpreters, compilers, and translators from grammatical descriptions.
+License: BSD License
+OSR: 13311
+Origin: http://www.antlr.org
+
+
+[The "BSD licence"]
+Copyright (c) 2003-2008 Terence Parr
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. The name of the author may not be used to endorse or promote products
+    derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
diff --git a/libs.antlr3.devel/external/binaries-list b/libs.antlr3.devel/external/binaries-list
new file mode 100644
index 0000000..d24d674
--- /dev/null
+++ b/libs.antlr3.devel/external/binaries-list
@@ -0,0 +1,2 @@
+1E18576780EB117E410E7A262453A99B01E55B02 antlr-3.1.3.jar
+6FE2E3BB57DAEBD1555494818909F9664376DD6C stringtemplate-3.2.jar
diff --git a/libs.antlr3.devel/manifest.mf b/libs.antlr3.devel/manifest.mf
new file mode 100644
index 0000000..3b2c7e0
--- /dev/null
+++ b/libs.antlr3.devel/manifest.mf
@@ -0,0 +1,5 @@
+Manifest-Version: 1.0
+OpenIDE-Module: org.netbeans.libs.antlr3.devel
+OpenIDE-Module-Implementation-Version: 1
+OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/antlr3/devel/Bundle.properties
+AutoUpdate-Show-In-Client: false
diff --git a/libs.antlr3.devel/nbproject/project.properties b/libs.antlr3.devel/nbproject/project.properties
new file mode 100644
index 0000000..6635b1e
--- /dev/null
+++ b/libs.antlr3.devel/nbproject/project.properties
@@ -0,0 +1,52 @@
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+#
+# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+#
+# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+# Other names may be trademarks of their respective owners.
+#
+# The contents of this file are subject to the terms of either the GNU
+# General Public License Version 2 only ("GPL") or the Common
+# Development and Distribution License("CDDL") (collectively, the
+# "License"). You may not use this file except in compliance with the
+# License. You can obtain a copy of the License at
+# http://www.netbeans.org/cddl-gplv2.html
+# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+# specific language governing permissions and limitations under the
+# License.  When distributing the software, include this License Header
+# Notice in each file and include the License file at
+# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+# particular file as subject to the "Classpath" exception as provided
+# by Oracle in the GPL Version 2 section of the License file that
+# accompanied this code. If applicable, add the following below the
+# License Header, with the fields enclosed by brackets [] replaced by
+# your own identifying information:
+# "Portions Copyrighted [year] [name of copyright owner]"
+#
+# Contributor(s):
+#
+# The Original Software is NetBeans. The Initial Developer of the Original
+# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
+# Microsystems, Inc. All Rights Reserved.
+#
+# If you wish your version of this file to be governed by only the CDDL
+# or only the GPL Version 2, indicate your decision by adding
+# "[Contributor] elects to include this software in this distribution
+# under the [CDDL or GPL Version 2] license." If you do not indicate a
+# single choice of license, a recipient has the option to distribute
+# your version of this file under either the CDDL, the GPL Version 2 or
+# to extend the choice of license to its licensees as provided above.
+# However, if you add GPL Version 2 code and therefore, elected the GPL
+# Version 2 license, then the option applies only if the new code is
+# made subject to such option by the copyright holder.
+
+
+is.autoload=true
+javac.source=1.6
+release.external/antlr-3.1.3.jar=modules/ext/antlr-3.1.3.jar
+release.external/stringtemplate-3.2.jar=modules/ext/stringtemplate-3.2.jar
+
+license.file=../external/antlr-3.1.3-license.txt
+nbm.homepage=http://www.antlr.org/
+sigtest.gen.fail.on.error=false
+spec.version.base=1.2
diff --git a/libs.antlr3.devel/nbproject/project.xml b/libs.antlr3.devel/nbproject/project.xml
new file mode 100644
index 0000000..d002ec5
--- /dev/null
+++ b/libs.antlr3.devel/nbproject/project.xml
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+
+Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+
+Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+Other names may be trademarks of their respective owners.
+
+The contents of this file are subject to the terms of either the GNU
+General Public License Version 2 only ("GPL") or the Common
+Development and Distribution License("CDDL") (collectively, the
+"License"). You may not use this file except in compliance with the
+License. You can obtain a copy of the License at
+http://www.netbeans.org/cddl-gplv2.html
+or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+specific language governing permissions and limitations under the
+License.  When distributing the software, include this License Header
+Notice in each file and include the License file at
+nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+particular file as subject to the "Classpath" exception as provided
+by Oracle in the GPL Version 2 section of the License file that
+accompanied this code. If applicable, add the following below the
+License Header, with the fields enclosed by brackets [] replaced by
+your own identifying information:
+"Portions Copyrighted [year] [name of copyright owner]"
+
+Contributor(s):
+
+The Original Software is NetBeans. The Initial Developer of the Original
+Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
+Microsystems, Inc. All Rights Reserved.
+
+If you wish your version of this file to be governed by only the CDDL
+or only the GPL Version 2, indicate your decision by adding
+"[Contributor] elects to include this software in this distribution
+under the [CDDL or GPL Version 2] license." If you do not indicate a
+single choice of license, a recipient has the option to distribute
+your version of this file under either the CDDL, the GPL Version 2 or
+to extend the choice of license to its licensees as provided above.
+However, if you add GPL Version 2 code and therefore, elected the GPL
+Version 2 license, then the option applies only if the new code is
+made subject to such option by the copyright holder.
+-->
+<project xmlns="http://www.netbeans.org/ns/project/1">
+    <type>org.netbeans.modules.apisupport.project</type>
+    <configuration>
+        <data xmlns="http://www.netbeans.org/ns/nb-module-project/2">
+            <code-name-base>org.netbeans.libs.antlr3.devel</code-name-base>
+            <module-dependencies/>
+            <public-packages>
+                <package>antlr</package>
+                <package>antlr.ASdebug</package>
+                <package>antlr.actions.cpp</package>
+                <package>antlr.actions.csharp</package>
+                <package>antlr.actions.java</package>
+                <package>antlr.actions.python</package>
+                <package>antlr.build</package>
+                <package>antlr.collections</package>
+                <package>antlr.collections.impl</package>
+                <package>antlr.debug</package>
+                <package>antlr.debug.misc</package>
+                <package>antlr.preprocessor</package>
+                <package>org.antlr</package>
+                <package>org.antlr.analysis</package>
+                <package>org.antlr.codegen</package>
+                <package>org.antlr.grammar.v2</package>
+                <package>org.antlr.grammar.v3</package>
+                <package>org.antlr.gunit</package>
+                <package>org.antlr.misc</package>
+                <package>org.antlr.stringtemplate</package>
+                <package>org.antlr.stringtemplate.language</package>
+                <package>org.antlr.stringtemplate.misc</package>
+                <package>org.antlr.stringtemplate.test</package>
+                <package>org.antlr.tool</package>
+            </public-packages>
+            <class-path-extension>
+                <runtime-relative-path>ext/antlr-3.1.3.jar</runtime-relative-path>
+                <binary-origin>external/antlr-3.1.3.jar</binary-origin>
+            </class-path-extension>
+            <class-path-extension>
+                <runtime-relative-path>ext/stringtemplate-3.2.jar</runtime-relative-path>
+                <binary-origin>external/stringtemplate-3.2.jar</binary-origin>
+            </class-path-extension>
+        </data>
+    </configuration>
+</project>
diff --git a/libs.antlr3.devel/src/org/netbeans/libs/antlr3/devel/Bundle.properties b/libs.antlr3.devel/src/org/netbeans/libs/antlr3/devel/Bundle.properties
new file mode 100644
index 0000000..7e4e93c
--- /dev/null
+++ b/libs.antlr3.devel/src/org/netbeans/libs/antlr3/devel/Bundle.properties
@@ -0,0 +1,49 @@
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+#
+# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+#
+# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+# Other names may be trademarks of their respective owners.
+#
+# The contents of this file are subject to the terms of either the GNU
+# General Public License Version 2 only ("GPL") or the Common
+# Development and Distribution License("CDDL") (collectively, the
+# "License"). You may not use this file except in compliance with the
+# License. You can obtain a copy of the License at
+# http://www.netbeans.org/cddl-gplv2.html
+# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+# specific language governing permissions and limitations under the
+# License.  When distributing the software, include this License Header
+# Notice in each file and include the License file at
+# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+# particular file as subject to the "Classpath" exception as provided
+# by Oracle in the GPL Version 2 section of the License file that
+# accompanied this code. If applicable, add the following below the
+# License Header, with the fields enclosed by brackets [] replaced by
+# your own identifying information:
+# "Portions Copyrighted [year] [name of copyright owner]"
+#
+# Contributor(s):
+#
+# The Original Software is NetBeans. The Initial Developer of the Original
+# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
+# Microsystems, Inc. All Rights Reserved.
+#
+# If you wish your version of this file to be governed by only the CDDL
+# or only the GPL Version 2, indicate your decision by adding
+# "[Contributor] elects to include this software in this distribution
+# under the [CDDL or GPL Version 2] license." If you do not indicate a
+# single choice of license, a recipient has the option to distribute
+# your version of this file under either the CDDL, the GPL Version 2 or
+# to extend the choice of license to its licensees as provided above.
+# However, if you add GPL Version 2 code and therefore, elected the GPL
+# Version 2 license, then the option applies only if the new code is
+# made subject to such option by the copyright holder.
+
+
+OpenIDE-Module-Name=Antlr 3.1.3 Developement
+OpenIDE-Module-Short-Description=Antlr Developement Libraries
+OpenIDE-Module-Long-Description=Contains Antlr 3.1.3 development libraries
+OpenIDE-Module-Display-Category=Libraries
+
+
diff --git a/libs.felix/external/binaries-list b/libs.felix/external/binaries-list
new file mode 100644
index 0000000..1c33583
--- /dev/null
+++ b/libs.felix/external/binaries-list
@@ -0,0 +1,2 @@
+08676C719D33D26DF4F3988E210A04D7F11183B7 felix-2.0.3.jar
+BD5615C6A15497B60A0AAA9A04D4F05E2BC42D07 felix-main-2.0.2.jar
diff --git a/libs.felix/external/felix-2.0.3-license.txt b/libs.felix/external/felix-2.0.3-license.txt
new file mode 100644
index 0000000..80f0cfb
--- /dev/null
+++ b/libs.felix/external/felix-2.0.3-license.txt
@@ -0,0 +1,209 @@
+Name: Felix
+Version: 2.0.3
+Description: Apache Felix OSGi container (minus org.osgi.** packages).
+License: Apache-2.0
+OSR: 13360
+Files: felix-2.0.3.jar felix-main-2.0.2.jar
+Origin: http://archive.apache.org/dist/felix/
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed 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.
diff --git a/libs.felix/manifest.mf b/libs.felix/manifest.mf
index 17cd4f6..4c4628a 100644
--- a/libs.felix/manifest.mf
+++ b/libs.felix/manifest.mf
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.libs.felix
 OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/felix/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.1.1
+OpenIDE-Module-Specification-Version: 1.4.1
 OpenIDE-Module-Provides: org.osgi.framework.launch.FrameworkFactory
 AutoUpdate-Show-In-Client: false
 
diff --git a/libs.jna/external/binaries-list b/libs.jna/external/binaries-list
new file mode 100644
index 0000000..97b6158
--- /dev/null
+++ b/libs.jna/external/binaries-list
@@ -0,0 +1 @@
+4F25AA7292F70E721A9B96A6ED49365BA6E03EAB jna-3.2.7.jar
diff --git a/libs.jna/external/jna-3.2.7-license.txt b/libs.jna/external/jna-3.2.7-license.txt
new file mode 100644
index 0000000..a849a61
--- /dev/null
+++ b/libs.jna/external/jna-3.2.7-license.txt
@@ -0,0 +1,512 @@
+Name: Java Native Access
+Version: 3.2.7
+License: LGPL-2.1
+OSR: 7755
+Origin: https://jna.dev.java.net/source/browse/*checkout*/jna/tags/3.2.7/jnalib/dist/jna.jar?rev=HEAD https://jna.dev.java.net/source/browse/*checkout*/jna/tags/3.2.7/jnalib/dist/platform.jar?rev=HEAD
+Source: https://jna.dev.java.net/source/browse/jna/tags/3.2.7/
+Description: Dynamically access native libraries from Java without JNI.
+
+
+		  GNU LESSER GENERAL PUBLIC LICENSE
+		       Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+ 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL.  It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+  This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it.  You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+  When we speak of free software, we are referring to freedom of use,
+not price.  Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+  To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights.  These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+  For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you.  You must make sure that they, too, receive or can get the source
+code.  If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it.  And you must show them these terms so they know their rights.
+
+  We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+  To protect each distributor, we want to make it very clear that
+there is no warranty for the free library.  Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+
+  Finally, software patents pose a constant threat to the existence of
+any free program.  We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder.  Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+  Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License.  This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License.  We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+  When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library.  The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom.  The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+  We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License.  It also provides other free software developers Less
+of an advantage over competing non-free programs.  These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries.  However, the Lesser license provides advantages in certain
+special circumstances.
+
+  For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard.  To achieve this, non-free programs must be
+allowed to use the library.  A more frequent case is that a free
+library does the same job as widely used non-free libraries.  In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+  In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software.  For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+  Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.  Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library".  The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+
+		  GNU LESSER GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+  A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+  The "Library", below, refers to any such software library or work
+which has been distributed under these terms.  A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language.  (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+  "Source code" for a work means the preferred form of the work for
+making modifications to it.  For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+  Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it).  Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+
+  1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+  You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+
+  2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) The modified work must itself be a software library.
+
+    b) You must cause the files modified to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    c) You must cause the whole of the work to be licensed at no
+    charge to all third parties under the terms of this License.
+
+    d) If a facility in the modified Library refers to a function or a
+    table of data to be supplied by an application program that uses
+    the facility, other than as an argument passed when the facility
+    is invoked, then you must make a good faith effort to ensure that,
+    in the event an application does not supply such function or
+    table, the facility still operates, and performs whatever part of
+    its purpose remains meaningful.
+
+    (For example, a function in a library to compute square roots has
+    a purpose that is entirely well-defined independent of the
+    application.  Therefore, Subsection 2d requires that any
+    application-supplied function or table used by this function must
+    be optional: if the application does not supply it, the square
+    root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library.  To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License.  (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.)  Do not make any other change in
+these notices.
+
+  Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+  This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+  4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+  If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library".  Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+  However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library".  The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+  When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library.  The
+threshold for this to be true is not precisely defined by law.
+
+  If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work.  (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+  Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+
+  6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+  You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License.  You must supply a copy of this License.  If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License.  Also, you must do one
+of these things:
+
+    a) Accompany the work with the complete corresponding
+    machine-readable source code for the Library including whatever
+    changes were used in the work (which must be distributed under
+    Sections 1 and 2 above); and, if the work is an executable linked
+    with the Library, with the complete machine-readable "work that
+    uses the Library", as object code and/or source code, so that the
+    user can modify the Library and then relink to produce a modified
+    executable containing the modified Library.  (It is understood
+    that the user who changes the contents of definitions files in the
+    Library will not necessarily be able to recompile the application
+    to use the modified definitions.)
+
+    b) Use a suitable shared library mechanism for linking with the
+    Library.  A suitable mechanism is one that (1) uses at run time a
+    copy of the library already present on the user's computer system,
+    rather than copying library functions into the executable, and (2)
+    will operate properly with a modified version of the library, if
+    the user installs one, as long as the modified version is
+    interface-compatible with the version that the work was made with.
+
+    c) Accompany the work with a written offer, valid for at
+    least three years, to give the same user the materials
+    specified in Subsection 6a, above, for a charge no more
+    than the cost of performing this distribution.
+
+    d) If distribution of the work is made by offering access to copy
+    from a designated place, offer equivalent access to copy the above
+    specified materials from the same place.
+
+    e) Verify that the user has already received a copy of these
+    materials or that you have already sent this user a copy.
+
+  For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it.  However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+  It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system.  Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+
+  7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+    a) Accompany the combined library with a copy of the same work
+    based on the Library, uncombined with any other library
+    facilities.  This must be distributed under the terms of the
+    Sections above.
+
+    b) Give prominent notice with the combined library of the fact
+    that part of it is a work based on the Library, and explaining
+    where to find the accompanying uncombined form of the same work.
+
+  8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License.  Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License.  However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+  9. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Library or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+  10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties with
+this License.
+
+  11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded.  In such case, this License incorporates the limitation as if
+written in the body of this License.
+
+  13. The Free Software Foundation may publish revised and/or new
+versions of the Lesser General Public License from time to time.
+Such new versions will be similar in spirit to the present version,
+but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Library
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation.  If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+
+  14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission.  For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this.  Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+
+			    NO WARRANTY
+
+  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
+
+		     END OF TERMS AND CONDITIONS
+
+           How to Apply These Terms to Your New Libraries
+
+  If you develop a new library, and you want it to be of the greatest
+possible use to the public, we recommend making it free software that
+everyone can redistribute and change.  You can do so by permitting
+redistribution under these terms (or, alternatively, under the terms of the
+ordinary General Public License).
+
+  To apply these terms, attach the following notices to the library.  It is
+safest to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least the
+"copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the library's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
+    USA
+
+Also add information on how to contact you by electronic and paper mail.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the library, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the
+  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
+
+  <signature of Ty Coon>, 1 April 1990
+  Ty Coon, President of Vice
+
+That's all there is to it!
diff --git a/libs.jna/manifest.mf b/libs.jna/manifest.mf
index 4c94075..f509f47 100644
--- a/libs.jna/manifest.mf
+++ b/libs.jna/manifest.mf
@@ -3,4 +3,4 @@ AutoUpdate-Show-In-Client: false
 OpenIDE-Module: org.netbeans.libs.jna/1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/jna/Bundle.properties
 AutoUpdate-Essential-Module: true
-OpenIDE-Module-Specification-Version: 1.7.1
+OpenIDE-Module-Specification-Version: 1.13.1
diff --git a/libs.jna/nbproject/project.properties b/libs.jna/nbproject/project.properties
index 43184c7..37505ca 100644
--- a/libs.jna/nbproject/project.properties
+++ b/libs.jna/nbproject/project.properties
@@ -40,4 +40,10 @@
 # Version 2 license, then the option applies only if the new code is
 # made subject to such option by the copyright holder.
 
-release.external/jna-3.0.9.jar=modules/ext/jna-3.0.9.jar
+release.external/jna-3.2.7.jar=modules/ext/jna-3.2.7.jar
+release.external/jna-3.2.7.jar!/com/sun/jna/darwin/libjnidispatch.jnilib=modules/lib/libjnidispatch.jnilib
+release.external/jna-3.2.7.jar!/com/sun/jna/linux-amd64/libjnidispatch.so=modules/lib/amd64/Linux/libjnidispatch.so
+release.external/jna-3.2.7.jar!/com/sun/jna/linux-i386/libjnidispatch.so=modules/lib/i386/Linux/libjnidispatch.so
+release.external/jna-3.2.7.jar!/com/sun/jna/win32-amd64/jnidispatch.dll=modules/lib/amd64/jnidispatch.dll
+release.external/jna-3.2.7.jar!/com/sun/jna/win32-x86/jnidispatch.dll=modules/lib/x86/jnidispatch.dll
+jnlp.indirect.files=modules/lib/**/*jnidispatch*
diff --git a/libs.jna/nbproject/project.xml b/libs.jna/nbproject/project.xml
index 985e6de..8952810 100644
--- a/libs.jna/nbproject/project.xml
+++ b/libs.jna/nbproject/project.xml
@@ -56,16 +56,17 @@ made subject to such option by the copyright holder.
                 <friend>org.netbeans.core.nativeaccess</friend>
                 <friend>org.netbeans.modules.dlight.nativeexecution</friend>
                 <friend>org.netbeans.modules.extexecution.destroy</friend>
-                <friend>org.netbeans.modules.keyring</friend>
-                <friend>org.netbeans.modules.maven.killer</friend>
+                <friend>org.netbeans.modules.keyring.impl</friend>
+                <friend>org.netbeans.modules.masterfs</friend>
                 <friend>org.netbeans.modules.python.qshell</friend>
+                <friend>org.netbeans.libs.svnClientAdapter.svnkit</friend>
                 <package>com.sun.jna</package>
                 <package>com.sun.jna.ptr</package>
                 <package>com.sun.jna.win32</package>
             </friend-packages>
             <class-path-extension>
-                <runtime-relative-path>ext/jna-3.0.9.jar</runtime-relative-path>
-                <binary-origin>external/jna-3.0.9.jar</binary-origin>
+                <runtime-relative-path>ext/jna-3.2.7.jar</runtime-relative-path>
+                <binary-origin>external/jna-3.2.7.jar</binary-origin>
             </class-path-extension>
         </data>
     </configuration>
diff --git a/libs.jsr223/manifest.mf b/libs.jsr223/manifest.mf
index 30a8109..d2242bd 100644
--- a/libs.jsr223/manifest.mf
+++ b/libs.jsr223/manifest.mf
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.libs.jsr223/1
-OpenIDE-Module-Specification-Version: 1.15.1
+OpenIDE-Module-Specification-Version: 1.18.1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/jsr223/Bundle.properties
 OpenIDE-Module-Deprecated: true
 
diff --git a/libs.junit4/build.xml b/libs.junit4/build.xml
index b0518dd..38d8c33 100644
--- a/libs.junit4/build.xml
+++ b/libs.junit4/build.xml
@@ -44,5 +44,7 @@ Version 2 license, then the option applies only if the new code is
 made subject to such option by the copyright holder.
 -->
 <project name="libs.junit4" default="netbeans" basedir=".">
+    <property name="license.file" location="../nbbuild/licenses/CPL-1.0"/>
+    <target name="-create-license.file"/>
     <import file="../nbbuild/templates/projectized.xml"/>
 </project>
diff --git a/libs.junit4/external/binaries-list b/libs.junit4/external/binaries-list
new file mode 100644
index 0000000..2100327
--- /dev/null
+++ b/libs.junit4/external/binaries-list
@@ -0,0 +1 @@
+C94F54227B08100974C36170DCB53329435FE5AD junit-4.8.2.jar
\ No newline at end of file
diff --git a/libs.junit4/external/junit-4.8.2-license.txt b/libs.junit4/external/junit-4.8.2-license.txt
new file mode 100644
index 0000000..365e8ed
--- /dev/null
+++ b/libs.junit4/external/junit-4.8.2-license.txt
@@ -0,0 +1,218 @@
+Name: JUnit 4.8.2
+Version: 4.8.2
+OSR: 6529
+License: CPL-1.0
+Description: JUnit harness runtime
+Origin: http://www.junit.org/
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC
+LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
+CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+"Contribution" means:
+
+a) in the case of the initial Contributor, the initial code and
+documentation distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are
+distributed by that particular Contributor. A Contribution 'originates' from a
+Contributor if it was added to the Program by such Contributor itself or anyone
+acting on such Contributor's behalf. Contributions do not include additions to
+the Program which: (i) are separate modules of software distributed in
+conjunction with the Program under their own license agreement, and (ii) are not
+derivative works of the Program.
+
+"Contributor" means any person or entity that distributes the Program.
+
+"Licensed Patents " mean patent claims licensable by a Contributor which are
+necessarily infringed by the use or sale of its Contribution alone or when
+combined with the Program.
+
+"Program" means the Contributions distributed in accordance with this Agreement.
+
+"Recipient" means anyone who receives the Program under this Agreement,
+including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants
+Recipient a non-exclusive, worldwide, royalty-free copyright license to
+reproduce, prepare derivative works of, publicly display, publicly perform,
+distribute and sublicense the Contribution of such Contributor, if any, and such
+derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants
+Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
+Patents to make, use, sell, offer to sell, import and otherwise transfer the
+Contribution of such Contributor, if any, in source code and object code form.
+This patent license shall apply to the combination of the Contribution and the
+Program if, at the time the Contribution is added by the Contributor, such
+addition of the Contribution causes such combination to be covered by the
+Licensed Patents. The patent license shall not apply to any other combinations
+which include the Contribution. No hardware per se is licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses
+to its Contributions set forth herein, no assurances are provided by any
+Contributor that the Program does not infringe the patent or other intellectual
+property rights of any other entity. Each Contributor disclaims any liability to
+Recipient for claims brought by any other entity based on infringement of
+intellectual property rights or otherwise. As a condition to exercising the
+rights and licenses granted hereunder, each Recipient hereby assumes sole
+responsibility to secure any other intellectual property rights needed, if any.
+For example, if a third party patent license is required to allow Recipient to
+distribute the Program, it is Recipient's responsibility to acquire that license
+before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient
+copyright rights in its Contribution, if any, to grant the copyright license set
+forth in this Agreement.
+
+3. REQUIREMENTS
+
+A Contributor may choose to distribute the Program in object code form under its
+own license agreement, provided that:
+
+a) it complies with the terms and conditions of this Agreement; and
+
+b) its license agreement:
+
+i) effectively disclaims on behalf of all Contributors all warranties and
+conditions, express and implied, including warranties or conditions of title and
+non-infringement, and implied warranties or conditions of merchantability and
+fitness for a particular purpose;
+
+ii) effectively excludes on behalf of all Contributors all liability for
+damages, including direct, indirect, special, incidental and consequential
+damages, such as lost profits;
+
+iii) states that any provisions which differ from this Agreement are offered
+by that Contributor alone and not by any other party; and
+
+iv) states that source code for the Program is available from such
+Contributor, and informs licensees how to obtain it in a reasonable manner on or
+through a medium customarily used for software exchange.
+
+When the Program is made available in source code form:
+
+a) it must be made available under this Agreement; and
+
+b) a copy of this Agreement must be included with each copy of the Program.
+
+Contributors may not remove or alter any copyright notices contained within the
+Program.
+
+Each Contributor must identify itself as the originator of its Contribution, if
+any, in a manner that reasonably allows subsequent Recipients to identify the
+originator of the Contribution.
+
+4. COMMERCIAL DISTRIBUTION
+
+Commercial distributors of software may accept certain responsibilities with
+respect to end users, business partners and the like. While this license is
+intended to facilitate the commercial use of the Program, the Contributor who
+includes the Program in a commercial product offering should do so in a manner
+which does not create potential liability for other Contributors. Therefore, if
+a Contributor includes the Program in a commercial product offering, such
+Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
+every other Contributor ("Indemnified Contributor") against any losses, damages
+and costs (collectively "Losses") arising from claims, lawsuits and other legal
+actions brought by a third party against the Indemnified Contributor to the
+extent caused by the acts or omissions of such Commercial Contributor in
+connection with its distribution of the Program in a commercial product
+offering. The obligations in this section do not apply to any claims or Losses
+relating to any actual or alleged intellectual property infringement. In order
+to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
+Contributor in writing of such claim, and b) allow the Commercial Contributor to
+control, and cooperate with the Commercial Contributor in, the defense and any
+related settlement negotiations. The Indemnified Contributor may participate in
+any such claim at its own expense.
+
+For example, a Contributor might include the Program in a commercial product
+offering, Product X. That Contributor is then a Commercial Contributor. If that
+Commercial Contributor then makes performance claims, or offers warranties
+related to Product X, those performance claims and warranties are such
+Commercial Contributor's responsibility alone. Under this section, the
+Commercial Contributor would have to defend claims against the other
+Contributors related to those performance claims and warranties, and if a court
+requires any other Contributor to pay any damages as a result, the Commercial
+Contributor must pay those damages.
+
+5. NO WARRANTY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
+IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
+NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
+Recipient is solely responsible for determining the appropriateness of using and
+distributing the Program and assumes all risks associated with its exercise of
+rights under this Agreement, including but not limited to the risks and costs of
+program errors, compliance with applicable laws, damage to or loss of data,
+programs or equipment, and unavailability or interruption of operations.
+
+6. DISCLAIMER OF LIABILITY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
+CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
+PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
+GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+7. GENERAL
+
+If any provision of this Agreement is invalid or unenforceable under applicable
+law, it shall not affect the validity or enforceability of the remainder of the
+terms of this Agreement, and without further action by the parties hereto, such
+provision shall be reformed to the minimum extent necessary to make such
+provision valid and enforceable.
+
+If Recipient institutes patent litigation against a Contributor with respect to
+a patent applicable to software (including a cross-claim or counterclaim in a
+lawsuit), then any patent licenses granted by that Contributor to such Recipient
+under this Agreement shall terminate as of the date such litigation is filed. In
+addition, if Recipient institutes patent litigation against any entity
+(including a cross-claim or counterclaim in a lawsuit) alleging that the Program
+itself (excluding combinations of the Program with other software or hardware)
+infringes such Recipient's patent(s), then such Recipient's rights granted under
+Section 2(b) shall terminate as of the date such litigation is filed.
+
+All Recipient's rights under this Agreement shall terminate if it fails to
+comply with any of the material terms or conditions of this Agreement and does
+not cure such failure in a reasonable period of time after becoming aware of
+such noncompliance. If all Recipient's rights under this Agreement terminate,
+Recipient agrees to cease use and distribution of the Program as soon as
+reasonably practicable. However, Recipient's obligations under this Agreement
+and any licenses granted by Recipient relating to the Program shall continue and
+survive.
+
+Everyone is permitted to copy and distribute copies of this Agreement, but in
+order to avoid inconsistency the Agreement is copyrighted and may only be
+modified in the following manner. The Agreement Steward reserves the right to
+publish new versions (including revisions) of this Agreement from time to time.
+No one other than the Agreement Steward has the right to modify this Agreement.
+IBM is the initial Agreement Steward. IBM may assign the responsibility to serve
+as the Agreement Steward to a suitable separate entity. Each new version of the
+Agreement will be given a distinguishing version number. The Program (including
+Contributions) may always be distributed subject to the version of the Agreement
+under which it was received. In addition, after a new version of the Agreement
+is published, Contributor may elect to distribute the Program (including its
+Contributions) under the new version. Except as expressly stated in Sections
+2(a) and 2(b) above, Recipient receives no rights or licenses to the
+intellectual property of any Contributor under this Agreement, whether
+expressly, by implication, estoppel or otherwise. All rights in the Program not
+expressly granted under this Agreement are reserved.
+
+This Agreement is governed by the laws of the State of New York and the
+intellectual property laws of the United States of America. No party to this
+Agreement will bring a legal action under this Agreement more than one year
+after the cause of action arose. Each party waives its rights to a jury trial in
+any resulting litigation.
diff --git a/libs.junit4/manifest.mf b/libs.junit4/manifest.mf
index 93ee08d..f48ba74 100644
--- a/libs.junit4/manifest.mf
+++ b/libs.junit4/manifest.mf
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.libs.junit4
-OpenIDE-Module-Specification-Version: 1.9.1
+OpenIDE-Module-Specification-Version: 1.13
 OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/junit4/Bundle.properties
 
diff --git a/libs.junit4/nbproject/project.properties b/libs.junit4/nbproject/project.properties
index 3aa564f..7639d6a 100644
--- a/libs.junit4/nbproject/project.properties
+++ b/libs.junit4/nbproject/project.properties
@@ -41,8 +41,7 @@
 # made subject to such option by the copyright holder.
 
 is.autoload=true
-release.external/junit-4.5.jar=modules/ext/junit-4.5.jar
-
-
+release.external/junit-4.8.2.jar=modules/ext/junit-4.8.2.jar
+nbm.target.cluster=platform
 sigtest.skip.check=true
 
diff --git a/libs.junit4/nbproject/project.xml b/libs.junit4/nbproject/project.xml
index 91c3369..5f62b0e 100644
--- a/libs.junit4/nbproject/project.xml
+++ b/libs.junit4/nbproject/project.xml
@@ -63,8 +63,8 @@ made subject to such option by the copyright holder.
                 <package>org.junit.runners</package>
             </public-packages>
             <class-path-extension>
-                <runtime-relative-path>ext/junit-4.5.jar</runtime-relative-path>
-                <binary-origin>external/junit-4.5.jar</binary-origin>
+                <runtime-relative-path>ext/junit-4.8.2.jar</runtime-relative-path>
+                <binary-origin>external/junit-4.8.2.jar</binary-origin>
             </class-path-extension>
         </data>
     </configuration>
diff --git a/libs.junit4/release/modules/ext/junit-4.8.2.jar.external b/libs.junit4/release/modules/ext/junit-4.8.2.jar.external
new file mode 100644
index 0000000..97bb0ba
--- /dev/null
+++ b/libs.junit4/release/modules/ext/junit-4.8.2.jar.external
@@ -0,0 +1,3 @@
+CRC:2295971441
+URL:m2:/junit:junit:4.8.2:jar
+URL:http://repo1.maven.org/maven2/junit/junit/4.8.2/junit-4.8.2.jar
diff --git a/libs.nbi.ant/manifest.mf b/libs.nbi.ant/manifest.mf
index 4bd4a1b..65bf4e7 100644
--- a/libs.nbi.ant/manifest.mf
+++ b/libs.nbi.ant/manifest.mf
@@ -2,4 +2,4 @@ Manifest-Version: 1.0
 AutoUpdate-Show-In-Client: false
 OpenIDE-Module: org.netbeans.libs.nbi.ant
 OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/nbi/ant/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.2.1
+OpenIDE-Module-Specification-Version: 1.5.1
diff --git a/libs.nbi.ant/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/Bundle.properties b/libs.nbi.ant/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/Bundle.properties
index a5264f3..ff0017b 100644
--- a/libs.nbi.ant/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/Bundle.properties
+++ b/libs.nbi.ant/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/Bundle.properties
@@ -1,16 +1,16 @@
 WP.title={product-name} Introduction
 WP.description={product-name} is a really good app
 WP.welcome.text=<html>\
-        <h1>Hello to {product-name} Installer Wizard</h1><br>\
+        <h1>Welcome to {product-name} Installer Wizard</h1><br>\
         This program will install {product-name} application on your computer.<br><br>\
         Click Next to continue.
 WP.already.installed.text=<html>\
-<h1>Hello to {product-name} Installer Wizard</h1><br>\
+<h1>Welcome to {product-name} Installer Wizard</h1><br>\
 {0} is already installed at {1}.<br>It is not possible to install it again.<br><br>\
 Click Exit to close this wizard.
 WP.already.installed.next.button.text=&Exit
 WP.incompatible.platform.text=<html>\
-<h1>Hello to {product-name} Installer Wizard</h1><br>\
+<h1>Welcome to {product-name} Installer Wizard</h1><br>\
 The {0} installer was not designed to run on this operating system so it is not possible to install it. \
 Please run the installer for the appropriate platform.<br><br>\
 Click Exit to close this wizard.
diff --git a/libs.nbi.ant/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/WelcomePanel.java b/libs.nbi.ant/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/WelcomePanel.java
index 0b98a67..c1cc015 100644
--- a/libs.nbi.ant/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/WelcomePanel.java
+++ b/libs.nbi.ant/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/WelcomePanel.java
@@ -195,13 +195,6 @@ public class WelcomePanel extends ErrorMessagePanel {
                 if(list.size() == 1) {
                     if(SystemUtils.getCurrentPlatform().isCompatibleWith(list.get(0).getPlatforms())) {
                         File installationLocation = list.get(0).getInstallationLocation();
-                    if(SystemUtils.isMacOS()) {
-                        installationLocation =
-                                installationLocation.
-                                getParentFile().
-                                getParentFile().
-                                getParentFile();
-                    }
                         textPane.setText(
                             StringUtils.format(
                             panel.getProperty(WELCOME_ALREADY_INSTALLED_TEXT_PROPERTY),
diff --git a/libs.nbi.engine/manifest.mf b/libs.nbi.engine/manifest.mf
index 09fdd30..52eb934 100644
--- a/libs.nbi.engine/manifest.mf
+++ b/libs.nbi.engine/manifest.mf
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
 AutoUpdate-Show-In-Client: false
 OpenIDE-Module: org.netbeans.libs.nbi.engine
 OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/nbi/engine/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.1.1
+OpenIDE-Module-Specification-Version: 1.4.1
 
diff --git a/libs.osgi/external/binaries-list b/libs.osgi/external/binaries-list
new file mode 100644
index 0000000..407ad8c
--- /dev/null
+++ b/libs.osgi/external/binaries-list
@@ -0,0 +1,2 @@
+986195A7E31034EE73F7A896A36B24169692F142 osgi.core-4.2.jar
+972E6455724DC6ADB1C1912F53B5E3D7DF20C5FD osgi.cmpn-4.2.jar
diff --git a/libs.osgi/external/osgi-4.2-license.txt b/libs.osgi/external/osgi-4.2-license.txt
new file mode 100644
index 0000000..2f083db
--- /dev/null
+++ b/libs.osgi/external/osgi-4.2-license.txt
@@ -0,0 +1,209 @@
+Name: OSGi
+Version: 4.2
+Files: osgi.core-4.2.jar osgi.cmpn-4.2.jar
+Description: OSGi specification (core & compendium).
+License: Apache-2.0
+Origin: http://www.osgi.org/Download/Release4V42
+OSR: Oracle-2410
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed 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.
diff --git a/libs.osgi/manifest.mf b/libs.osgi/manifest.mf
index 3a8efc8..97307a0 100644
--- a/libs.osgi/manifest.mf
+++ b/libs.osgi/manifest.mf
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.libs.osgi
 OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/osgi/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.1.1
+OpenIDE-Module-Specification-Version: 1.4.1
 
diff --git a/masterfs/apichanges.xml b/masterfs/apichanges.xml
index 79d8f14..af464c1 100644
--- a/masterfs/apichanges.xml
+++ b/masterfs/apichanges.xml
@@ -49,6 +49,56 @@ made subject to such option by the copyright holder.
         <apidef name="masterfs">MasterFileSystem API</apidef>
     </apidefs>
     <changes>
+        <change id="canWrite">
+            <api name="masterfs"/>
+            <summary>Determine if a ProvidedExtensions instance should be used to get a files canWrite() value</summary>
+            <version major="2" minor="30"/>
+            <date day="1" month="2" year="2011"/>
+            <author login="tstupka"/>
+            <compatibility addition="yes" binary="compatible" source="compatible" semantic="compatible" deprecation="no" deletion="no" modification="no"/>
+            <description>
+                Introduced a new constructor parameter <code>providesCanWrite</code> to specify if a 
+                ProvidedExtensions instance is meant to provide the canWrite() value for a file.
+            </description>
+            <class package="org.netbeans.modules.masterfs.providers" name="ProvidedExtensions"/>
+            <issue number="194683"/>
+        </change>
+        <change id="copy-handler">
+            <api name="masterfs"/>
+            <summary>Delegate FileObject.copy() to ProvidedExtensions</summary>
+            <version major="2" minor="28"/>
+            <date day="27" month="8" year="2010"/>
+            <author login="tstupka"/>
+            <compatibility addition="yes" binary="compatible" source="compatible" semantic="compatible" deprecation="no" deletion="no" modification="no"/>
+            <description>
+                ProvidedExtensions.getCopyHandler() allows to delegate a copy operation.
+            </description>
+            <class package="org.netbeans.modules.masterfs.providers" name="ProvidedExtensions"/>
+            <issue number="189921"/>
+        </change>
+        <change id="event-order">
+            <api name="masterfs"/>
+            <summary>Guaranteed event order when deleting and creating files and new calls in ProvidedExtensions</summary>
+            <version major="2" minor="27"/>
+            <date day="22" month="6" year="2010"/>
+            <author login="tstupka"/>
+            <compatibility addition="yes" binary="compatible" source="compatible" semantic="compatible" deprecation="no" deletion="no" modification="no"/>
+            <description>
+                <ul>
+                    <li>
+                        Guaranteed event order when deleting and creating files in atomic action -
+                        <code>createSuccess</code> and <code>deleteSuccess</code> are called imediatelly
+                        after a file is created or deleted.
+                    </li>
+                    <li> new calls <code>createdExternally</code>, <code>deletedExternally</code>,
+                        <code>fileChanged</code>, <code>beforeMove</code>,
+                        <code>moveSuccess</code>, <code>moveFailure</code>
+                    </li>
+                </ul>
+            </description>
+            <class package="org.netbeans.modules.masterfs.providers" name="ProvidedExtensions"/>
+            <issue number="133855"/>
+        </change>
         <change id="priority-io">
             <api name="masterfs"/>
             <summary><code>ProvidedExtensions.priorityIO</code> to suspend background refresh</summary>
diff --git a/masterfs/arch.xml b/masterfs/arch.xml
index ad15dbf..ab80ab7 100644
--- a/masterfs/arch.xml
+++ b/masterfs/arch.xml
@@ -436,6 +436,11 @@ No.
         used from core.ui module to show refresh progress and tested
         in <code>masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshTest.java</code>.
     </api>
+    <api name="org.netbeans.modules.masterfs.watcher.disable" category="private" type="export" group="systemproperty">
+        It is possible to disable native listening on filesystem changes.
+        Useful mostly in testing environment, but it may be interesting for some
+        users too. Don't rely (much) on this property from production code however.
+    </api>
 </answer>
 
 
diff --git a/masterfs/manifest.mf b/masterfs/manifest.mf
index 3221feb..11a6331 100644
--- a/masterfs/manifest.mf
+++ b/masterfs/manifest.mf
@@ -1,7 +1,8 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.masterfs/2
+OpenIDE-Module-Install: org/netbeans/modules/masterfs/Installer.class
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/masterfs/resources/Bundle.properties
-OpenIDE-Module-Specification-Version: 2.25.1
+OpenIDE-Module-Specification-Version: 2.31.1
 AutoUpdate-Show-In-Client: false
 AutoUpdate-Essential-Module: true
 
diff --git a/masterfs/nbproject/project.xml b/masterfs/nbproject/project.xml
index 5ec9238..d0b34ac 100644
--- a/masterfs/nbproject/project.xml
+++ b/masterfs/nbproject/project.xml
@@ -50,6 +50,15 @@ made subject to such option by the copyright holder.
             <code-name-base>org.netbeans.modules.masterfs</code-name-base>
             <module-dependencies>
                 <dependency>
+                    <code-name-base>org.netbeans.libs.jna</code-name-base>
+                    <build-prerequisite/>
+                    <compile-dependency/>
+                    <run-dependency>
+                        <release-version>1</release-version>
+                        <specification-version>1.10</specification-version>
+                    </run-dependency>
+                </dependency>
+                <dependency>
                     <code-name-base>org.netbeans.modules.queries</code-name-base>
                     <build-prerequisite/>
                     <compile-dependency/>
@@ -67,6 +76,14 @@ made subject to such option by the copyright holder.
                     </run-dependency>
                 </dependency>
                 <dependency>
+                    <code-name-base>org.openide.modules</code-name-base>
+                    <build-prerequisite/>
+                    <compile-dependency/>
+                    <run-dependency>
+                        <specification-version>7.21</specification-version>
+                    </run-dependency>
+                </dependency>
+                <dependency>
                     <code-name-base>org.openide.util</code-name-base>
                     <build-prerequisite/>
                     <compile-dependency/>
@@ -120,6 +137,7 @@ made subject to such option by the copyright holder.
             <friend-packages>
                 <friend>org.netbeans.modules.javafx.source</friend>
                 <friend>org.netbeans.modules.parsing.api</friend>
+                <friend>org.netbeans.modules.parsing.lucene</friend>
                 <friend>org.netbeans.modules.versioning</friend>
                 <package>org.netbeans.modules.masterfs.providers</package>
             </friend-packages>
diff --git a/masterfs/src/org/netbeans/modules/masterfs/ExLocalFileSystem.java b/masterfs/src/org/netbeans/modules/masterfs/ExLocalFileSystem.java
index fc79d67..61ae660 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/ExLocalFileSystem.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/ExLocalFileSystem.java
@@ -54,11 +54,12 @@ import java.io.IOException;
 import java.io.File;
 import java.util.Enumeration;
 import java.beans.PropertyVetoException;
+import org.netbeans.modules.masterfs.filebasedfs.utils.Utils;
 
 public class ExLocalFileSystem extends LocalFileSystem {
     public static ExLocalFileSystem getInstance (File root) throws PropertyVetoException, IOException {
         ExLocalFileSystem retVal = new ExLocalFileSystem ();
-        if (root.equals(Attributes.getRootForAttributes())) {
+        if (Utils.equals(root, Attributes.getRootForAttributes())) {
             retVal.attr = new OneFileAttributeAttachedToRoot(retVal.info, retVal.change, retVal.list);
         } else {
             retVal.attr = new Attributes(root, retVal.info, retVal.change, retVal.list);
diff --git a/masterfs/src/org/netbeans/modules/masterfs/Installer.java b/masterfs/src/org/netbeans/modules/masterfs/Installer.java
new file mode 100644
index 0000000..a6bcd2e
--- /dev/null
+++ b/masterfs/src/org/netbeans/modules/masterfs/Installer.java
@@ -0,0 +1,62 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+package org.netbeans.modules.masterfs;
+
+import org.netbeans.modules.masterfs.watcher.Watcher;
+import org.openide.modules.ModuleInstall;
+import org.openide.util.Lookup;
+
+/** Shutdown the watcher system.
+ */
+public final class Installer extends ModuleInstall {
+
+    @Override
+    public void uninstalled() {
+        close();
+    }
+
+    @Override
+    public void close() {
+        Watcher w = Lookup.getDefault().lookup(Watcher.class);
+        w.shutdown();
+    }
+}
diff --git a/masterfs/src/org/netbeans/modules/masterfs/ProvidedExtensionsAccessor.java b/masterfs/src/org/netbeans/modules/masterfs/ProvidedExtensionsAccessor.java
new file mode 100644
index 0000000..94050c1
--- /dev/null
+++ b/masterfs/src/org/netbeans/modules/masterfs/ProvidedExtensionsAccessor.java
@@ -0,0 +1,55 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2011 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.masterfs;
+
+import org.netbeans.modules.masterfs.providers.ProvidedExtensions;
+
+/**
+ *
+ * @author Tomas Stupka
+ */
+public abstract class ProvidedExtensionsAccessor {
+    public static ProvidedExtensionsAccessor IMPL;
+    
+    public abstract boolean providesCanWrite(ProvidedExtensions pe);
+}
diff --git a/masterfs/src/org/netbeans/modules/masterfs/ProvidedExtensionsProxy.java b/masterfs/src/org/netbeans/modules/masterfs/ProvidedExtensionsProxy.java
index f539817..2075798 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/ProvidedExtensionsProxy.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/ProvidedExtensionsProxy.java
@@ -72,6 +72,20 @@ public class ProvidedExtensionsProxy extends ProvidedExtensions {
         this.annotationProviders = annotationProviders;
     }
     
+    @Override
+    public IOHandler getCopyHandler(File from, File to) {
+        IOHandler retValue = null;
+        for (Iterator it = annotationProviders.iterator(); it.hasNext() && retValue == null;) {
+            AnnotationProvider provider = (AnnotationProvider) it.next();
+            final InterceptionListener iListener = (provider != null) ?  provider.getInterceptionListener() : null;
+            if (iListener instanceof ProvidedExtensions) {
+                ProvidedExtensions.IOHandler delgate = ((ProvidedExtensions)iListener).getCopyHandler(from, to);
+                retValue = delgate != null ? new DelegatingIOHandler(delgate) : null;
+            }
+        }
+        return retValue;
+    }
+
     public ProvidedExtensions.DeleteHandler getDeleteHandler(final File f) {
         ProvidedExtensions.DeleteHandler retValue = null;
         for (Iterator it = annotationProviders.iterator(); it.hasNext() && retValue == null;) {
@@ -204,11 +218,19 @@ public class ProvidedExtensionsProxy extends ProvidedExtensions {
             if (iListener instanceof ProvidedExtensions) {
                 runCheckCode(new Runnable() {
                     public void run() {
+                        ProvidedExtensions extension = (ProvidedExtensions)iListener;
+                        if(ProvidedExtensionsAccessor.IMPL != null && 
+                           ProvidedExtensionsAccessor.IMPL.providesCanWrite(extension)) 
+                        {
                         ret[0] = ((ProvidedExtensions)iListener).canWrite(f);
                     }
+                    }
                 });                                                                                
+                if(ret[0] != null && ret[0]) {
+                    break;
             }
         }
+        }
         return ret[0] != null ? ret[0] : super.canWrite(f);
     }
         
@@ -296,6 +318,141 @@ public class ProvidedExtensionsProxy extends ProvidedExtensions {
         return 0;
     }
     
+    @Override
+    public void createdExternally(final FileObject fo) {
+        for (Iterator it = annotationProviders.iterator(); it.hasNext();) {
+            AnnotationProvider provider = (AnnotationProvider) it.next();
+            final InterceptionListener iListener = (provider != null) ?  provider.getInterceptionListener() : null;
+            if (iListener instanceof ProvidedExtensions) {
+                runCheckCode(new Runnable() {
+                    public void run() {
+                        ((ProvidedExtensions)iListener).createdExternally(fo);
+                    }
+                });
+            }
+        }
+    }
+
+    @Override
+    public void deletedExternally(final FileObject fo) {
+        for (Iterator it = annotationProviders.iterator(); it.hasNext();) {
+            AnnotationProvider provider = (AnnotationProvider) it.next();
+            final InterceptionListener iListener = (provider != null) ?  provider.getInterceptionListener() : null;
+            if (iListener instanceof ProvidedExtensions) {
+                runCheckCode(new Runnable() {
+                    public void run() {
+                        ((ProvidedExtensions)iListener).deletedExternally(fo);
+                    }
+                });
+            }
+        }
+    }
+
+    @Override
+    public void fileChanged(final FileObject fo) {
+        for (Iterator it = annotationProviders.iterator(); it.hasNext();) {
+            AnnotationProvider provider = (AnnotationProvider) it.next();
+            final InterceptionListener iListener = (provider != null) ?  provider.getInterceptionListener() : null;
+            if (iListener instanceof ProvidedExtensions) {
+                runCheckCode(new Runnable() {
+                    public void run() {
+                        ((ProvidedExtensions)iListener).fileChanged(fo);
+                    }
+                });
+            }
+        }
+    }
+
+    @Override
+    public void beforeMove(final FileObject from, final File to) {
+        for (Iterator it = annotationProviders.iterator(); it.hasNext();) {
+            AnnotationProvider provider = (AnnotationProvider) it.next();
+            final InterceptionListener iListener = (provider != null) ?  provider.getInterceptionListener() : null;
+            if (iListener instanceof ProvidedExtensions) {
+                runCheckCode(new Runnable() {
+                    public void run() {
+                        ((ProvidedExtensions)iListener).beforeMove(from, to);
+                    }
+                });
+            }
+        }
+    }
+
+    @Override
+    public void moveSuccess(final FileObject from, final File to) {
+        for (Iterator it = annotationProviders.iterator(); it.hasNext();) {
+            AnnotationProvider provider = (AnnotationProvider) it.next();
+            final InterceptionListener iListener = (provider != null) ?  provider.getInterceptionListener() : null;
+            if (iListener instanceof ProvidedExtensions) {
+                runCheckCode(new Runnable() {
+                    public void run() {
+                        ((ProvidedExtensions)iListener).moveSuccess(from, to);
+                    }
+                });
+            }
+        }
+    }
+
+    @Override
+    public void moveFailure(final FileObject from, final File to) {
+        for (Iterator it = annotationProviders.iterator(); it.hasNext();) {
+            AnnotationProvider provider = (AnnotationProvider) it.next();
+            final InterceptionListener iListener = (provider != null) ?  provider.getInterceptionListener() : null;
+            if (iListener instanceof ProvidedExtensions) {
+                runCheckCode(new Runnable() {
+                    public void run() {
+                        ((ProvidedExtensions)iListener).moveFailure(from, to);
+                    }
+                });
+            }
+        }
+   }
+    
+    @Override
+    public void beforeCopy(final FileObject from, final File to) {
+        for (Iterator it = annotationProviders.iterator(); it.hasNext();) {
+            AnnotationProvider provider = (AnnotationProvider) it.next();
+            final InterceptionListener iListener = (provider != null) ?  provider.getInterceptionListener() : null;
+            if (iListener instanceof ProvidedExtensions) {
+                runCheckCode(new Runnable() {
+                    public void run() {
+                        ((ProvidedExtensions)iListener).beforeCopy(from, to);
+                    }
+                });
+            }
+        }
+    }
+
+    @Override
+    public void copySuccess(final FileObject from, final File to) {
+        for (Iterator it = annotationProviders.iterator(); it.hasNext();) {
+            AnnotationProvider provider = (AnnotationProvider) it.next();
+            final InterceptionListener iListener = (provider != null) ?  provider.getInterceptionListener() : null;
+            if (iListener instanceof ProvidedExtensions) {
+                runCheckCode(new Runnable() {
+                    public void run() {
+                        ((ProvidedExtensions)iListener).copySuccess(from, to);
+                    }
+                });
+            }
+        }
+    }
+
+    @Override
+    public void copyFailure(final FileObject from, final File to) {
+        for (Iterator it = annotationProviders.iterator(); it.hasNext();) {
+            AnnotationProvider provider = (AnnotationProvider) it.next();
+            final InterceptionListener iListener = (provider != null) ?  provider.getInterceptionListener() : null;
+            if (iListener instanceof ProvidedExtensions) {
+                runCheckCode(new Runnable() {
+                    public void run() {
+                        ((ProvidedExtensions)iListener).copyFailure(from, to);
+                    }
+                });
+            }
+        }
+   }
+    
     public static void checkReentrancy() {
         if (reentrantCheck.get() != null) {            
             Logger.getLogger("org.netbeans.modules.masterfs.ProvidedExtensionsProxy").log(Level.INFO,"Unexpected reentrant call", new Throwable());//NOI18N
diff --git a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/FileBasedFileSystem.java b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/FileBasedFileSystem.java
index 1fcf73b..df00626 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/FileBasedFileSystem.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/FileBasedFileSystem.java
@@ -54,6 +54,8 @@ import java.util.HashSet;
 import java.util.Iterator;
 import java.util.Map;
 import java.util.Set;
+import java.util.logging.Level;
+import java.util.logging.Logger;
 import org.netbeans.modules.masterfs.ProvidedExtensionsProxy;
 import org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj;
 import org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory;
@@ -72,6 +74,7 @@ import org.openide.util.actions.SystemAction;
  * @author Radek Matous
  */
 public final class FileBasedFileSystem extends FileSystem {
+    private static final Logger LOG = Logger.getLogger(FileBasedFileSystem.class.getName());
     private static FileBasedFileSystem INSTANCE = new FileBasedFileSystem();
     transient private RootObj<? extends FileObject> root;
     transient private final StatusImpl status = new StatusImpl();
@@ -201,7 +204,15 @@ public final class FileBasedFileSystem extends FileSystem {
         }  else {
             name = (name.startsWith("/")) ? name : ("/"+name);    
         }               
-        return getFileObject(new File(name));
+        File f = new File(name);
+        if (name.contains("..")) {
+            try {
+                f = f.getCanonicalFile();
+            } catch (IOException ex) {
+                LOG.log(Level.WARNING, "Cannot canonicalize " + f, ex);
+            }
+        }
+        return getFileObject(f);
     }
 
     @Override
diff --git a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/children/ChildrenCache.java b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/children/ChildrenCache.java
index 7c6534c..c811fd5 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/children/ChildrenCache.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/children/ChildrenCache.java
@@ -56,10 +56,10 @@ public interface ChildrenCache {
 
     FileNaming getChild(String childName, boolean rescan);
     void removeChild(FileNaming childName);    
-    Set<FileNaming> getChildren(boolean rescan);
+    Set<FileNaming> getChildren(boolean rescan, Runnable[] task);
     //cached existing
     Set<FileNaming> getCachedChildren();
     boolean isCacheInitialized();    
-    Map<FileNaming, Integer> refresh();
+    Map<FileNaming, Integer> refresh(Runnable[] task);
     Mutex.Privileged getMutexPrivileged();
 }
diff --git a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/children/ChildrenSupport.java b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/children/ChildrenSupport.java
index c6d48ba..5619da8 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/children/ChildrenSupport.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/children/ChildrenSupport.java
@@ -80,13 +80,15 @@ public class ChildrenSupport {
         return mutex.isReadAccess() || mutex.isWriteAccess();
     }
 
-    public Set<FileNaming> getCachedChildren() {
-        return getExisting(false);
+    public synchronized Set<FileNaming> getCachedChildren() {
+        return new HashSet<FileNaming>(getExisting(false));
     }
 
-    public synchronized Set<FileNaming> getChildren(final FileNaming folderName, final boolean rescan) {
+    public synchronized Set<FileNaming> getChildren(final FileNaming folderName, final boolean rescan, Runnable[] task) {
         if (rescan || !isStatus(ChildrenSupport.ALL_CHILDREN_CACHED))  {
-            rescanChildren(folderName, false);
+            if (rescanChildren(folderName, false, task) == null) {
+                return null;
+            }
             setStatus(ChildrenSupport.ALL_CHILDREN_CACHED);
         } /*else if (!isStatus(ChildrenSupport.ALL_CHILDREN_CACHED)) {
 
@@ -103,11 +105,11 @@ public class ChildrenSupport {
     public synchronized FileNaming getChild(final String childName, final FileNaming folderName, final boolean rescan) {
         FileNaming retval = null;
         if (rescan || isStatus(ChildrenSupport.NO_CHILDREN_CACHED)) {
-            retval = rescanChild(folderName, childName, false);
+            retval = rescanChild(folderName, childName, rescan);
         } else if (isStatus(ChildrenSupport.SOME_CHILDREN_CACHED)) {
             retval = lookupChildInCache(folderName, childName, true);
             if (retval == null && lookupChildInCache(folderName, childName, false) == null) {
-                retval = rescanChild(folderName, childName, false);
+                retval = rescanChild(folderName, childName, rescan);
             }
         } else if (isStatus(ChildrenSupport.ALL_CHILDREN_CACHED)) {
             retval = lookupChildInCache(folderName, childName, true);
@@ -122,9 +124,10 @@ public class ChildrenSupport {
 
     public synchronized void removeChild(final FileNaming folderName, final FileNaming childName) {
         assert childName != null;
-        assert childName.getParent().equals(folderName);
         getExisting().remove(childName);
-        getNotExisting().add(childName);
+        if (childName.getParent().equals(folderName)) {
+            getNotExisting().add(childName);
+        }
     }
 
     private synchronized void addChild(final FileNaming folderName, final FileNaming childName) {
@@ -136,7 +139,7 @@ public class ChildrenSupport {
 
 
 
-    public synchronized Map<FileNaming, Integer> refresh(final FileNaming folderName) {
+    public synchronized Map<FileNaming, Integer> refresh(final FileNaming folderName, Runnable[] task) {
         Map<FileNaming, Integer> retVal = new HashMap<FileNaming, Integer>();
         Set<FileNaming> e = new HashSet<FileNaming>(getExisting(false));
         Set<FileNaming> nE = new HashSet<FileNaming>(getNotExisting(false));
@@ -159,7 +162,7 @@ public class ChildrenSupport {
                 }
             }
         } else if (isStatus(ChildrenSupport.ALL_CHILDREN_CACHED)) {
-            retVal = rescanChildren(folderName, true);
+            retVal = rescanChildren(folderName, true, task);
         }
         return retVal;
     }
@@ -189,8 +192,7 @@ public class ChildrenSupport {
         if (retval != null) {
             addChild(folderName, retval);
         } else {
-            FileName fChild = new FileName(folderName, child) {
-
+            FileName fChild = new FileName(folderName, child, null) {
                 @Override
                 public boolean isDirectory() {
                     return false;
@@ -208,34 +210,57 @@ public class ChildrenSupport {
         return retval;
     }
 
-    private Map<FileNaming, Integer> rescanChildren(final FileNaming folderName, boolean ignoreCache) {
+    private Map<FileNaming, Integer> rescanChildren(final FileNaming folderName, final boolean ignoreCache, Runnable[] task) {
         final Map<FileNaming, Integer> retval = new IdentityHashMap<FileNaming, Integer>();
-        final Set<FileNaming> newChildren = new LinkedHashSet<FileNaming>();
 
         final File folder = folderName.getFile();
         assert folderName.getFile().getAbsolutePath().equals(folderName.toString());
-
-        final File[] children = folder.listFiles();
-        if (children != null) {
-            for (int i = 0; i < children.length; i++) {
-                final FileInfo fInfo = new FileInfo(children[i],1);
-                if (fInfo.isConvertibleToFileObject()) {
-                    FileNaming child = NamingFactory.fromFile(folderName, children[i], ignoreCache);
-                    newChildren.add(child);
+        
+        class IOJob implements Runnable {
+            boolean folderExists;
+            Set<FileNaming> newChildren;
+            @Override
+            public void run() {
+                final File[] children = folder.listFiles();
+                if (children != null) {
+                    newChildren = new LinkedHashSet<FileNaming>();
+                    for (int i = 0; i < children.length; i++) {
+                        final FileInfo fInfo = new FileInfo(children[i], 1);
+                        if (fInfo.isConvertibleToFileObject()) {
+                            FileNaming child = NamingFactory.fromFile(folderName, children[i], ignoreCache);
+                            newChildren.add(child);
+                        }
+                    }
+                } else {
+                    folderExists = folder.exists();
+                    // #150009 - children == null -> folder does not exists, or an I/O error occurs
+                    // folder.listFiles() failed with I/O exception - do not remove children
                 }
             }
-        } else if (folder.exists()) { // #150009 - children == null -> folder does not exists, or an I/O error occurs
-            // folder.listFiles() failed with I/O exception - do not remove children
-            return retval;
+        }
+        IOJob job;
+        if (task[0] instanceof IOJob) {
+            job = (IOJob)task[0];
+        } else {
+            task[0] = new IOJob();
+            return null;
+        }
+
+        if (job.newChildren == null) {
+            if (job.folderExists) { // #150009 - children == null -> folder does not exists, or an I/O error occurs
+                // folder.listFiles() failed with I/O exception - do not remove children
+                return retval;
+            }
+            job.newChildren = new LinkedHashSet<FileNaming>();
         }
 
-        Set<FileNaming> deleted = deepMinus(getExisting(false), newChildren);
+        Set<FileNaming> deleted = deepMinus(getExisting(false), job.newChildren);
         for (FileNaming fnRem : deleted) {
             removeChild(folderName, fnRem);
             retval.put(fnRem, ChildrenCache.REMOVED_CHILD);
         }
 
-        Set<FileNaming> added = deepMinus(newChildren, getExisting(false));
+        Set<FileNaming> added = deepMinus(job.newChildren, getExisting(false));
         for (FileNaming fnAdd : added) {
             addChild(folderName, fnAdd);
             retval.put(fnAdd, ChildrenCache.ADDED_CHILD);
@@ -249,6 +274,7 @@ public class ChildrenSupport {
         for (FileNaming fn : base) {
             detract.put(fn, fn);
         }
+        assert minus != null;
         for (FileNaming mm : minus) {
             FileNaming orig = detract.remove(mm);
             if (orig != null && orig.isFile() != mm.isFile()) {
@@ -282,18 +308,14 @@ public class ChildrenSupport {
             public Integer getId() {
                 return id;
             }
-            public boolean rename(String name) {
-                // not implemented, as it will not be called
-                throw new IllegalStateException();
-            }
-            public boolean rename(String name, ProvidedExtensions.IOHandler h) {
+            public FileNaming rename(String name, ProvidedExtensions.IOHandler h) {
                 // not implemented, as it will not be called
                 throw new IllegalStateException();
             }
 
             @Override
             public boolean equals(Object obj) {
-                if (hashCode() == obj.hashCode()) {
+                if (hashCode() == obj.hashCode() && getName().equals(((FileNaming)obj).getName())) {
                     assert lastEqual == null : "Just one can be there"; // NOI18N
                     if (obj instanceof FileNaming) {
                         lastEqual = (FileNaming)obj;
@@ -308,11 +330,6 @@ public class ChildrenSupport {
                 return id.intValue();
             }
 
-            public Integer getId(boolean recompute) {
-                return id;
-
-            }
-
             public boolean isFile() {
                 return this.getFile().isFile();
             }
@@ -326,6 +343,7 @@ public class ChildrenSupport {
         final Set<FileNaming> cache = (lookupExisting) ? getExisting(false) : getNotExisting(false);
         if (cache.contains(fake)) {
             assert fake.lastEqual != null : "If cache contains the object, we set lastEqual"; // NOI18N
+            assert fake.lastEqual.getName().equals(childName) : "childName: " + childName + " equals: " + fake.lastEqual;
             return fake.lastEqual;
         } else {
             return null;
diff --git a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/BaseFileObj.java b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/BaseFileObj.java
index c5fae41..8d0aba8 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/BaseFileObj.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/BaseFileObj.java
@@ -61,14 +61,17 @@ import javax.swing.event.EventListenerList;
 import java.io.*;
 import java.util.Date;
 import java.util.Enumeration;
+import java.util.HashSet;
 import java.util.LinkedList;
 import java.util.NoSuchElementException;
+import java.util.Set;
+import java.util.Stack;
 import org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager;
+import org.netbeans.modules.masterfs.filebasedfs.utils.Utils;
 import org.netbeans.modules.masterfs.providers.ProvidedExtensions;
 import org.openide.util.Enumerations;
 import org.openide.util.Utilities;
-import org.openide.util.WeakListeners;
 
 
 /**
@@ -82,8 +85,6 @@ public abstract class BaseFileObj extends FileObject {
     //constants
     private static final String PATH_SEPARATOR = File.separator;//NOI18N
     private static final char EXT_SEP = '.';//NOI18N
-    private FileChangeListener versioningWeakListener;    
-    private final FileChangeListener versioningListener = new FileChangeListenerForVersioning();
 
     //static fields 
     static final long serialVersionUID = -1244650210876356809L;
@@ -93,9 +94,10 @@ public abstract class BaseFileObj extends FileObject {
         attribs = new Attributes(attrBridge, attrBridge, attrBridge);
     }
 
+    private static final Object EVENT_SUPPORT_LOCK = new Object();
     //private fields
     private EventListenerList eventSupport;
-    private final FileNaming fileName;
+    private FileNaming fileName;
 
 
     protected BaseFileObj(final File file) {
@@ -104,9 +106,6 @@ public abstract class BaseFileObj extends FileObject {
     
     protected BaseFileObj(final File file, final FileNaming name) {
         this.fileName = name;
-        versioningWeakListener = WeakListeners.create(FileChangeListener.class, FileChangeListener.class, versioningListener, this);
-        addFileChangeListener(versioningWeakListener);
-
     }
        
     @Override
@@ -118,10 +117,11 @@ public abstract class BaseFileObj extends FileObject {
 
     @Override
     public final String getNameExt() {
-        final File file = getFileName().getFile();
-        final String retVal = BaseFileObj.getNameExt(file);
-        return retVal;
-
+        String ne = getFileName().getName();
+        while (ne.endsWith("\\")) {
+            ne = ne.substring(0, ne.length() - 1);
+        }
+        return ne;
     }
 
     /** Returns true is file is \\ComputerName\sharedFolder. */
@@ -216,14 +216,51 @@ public abstract class BaseFileObj extends FileObject {
     }
      
     @Override
+    public FileObject copy(FileObject target, String name, String ext) throws IOException {
+        ProvidedExtensions extensions = getProvidedExtensions();
+
+        File to = getToFile(target, name, ext);
+
+        extensions.beforeCopy(target, to);
+        FileObject result = null;
+        try {
+            final IOHandler copyHandler = extensions.getCopyHandler(getFileName().getFile(), to);
+            if (copyHandler != null) {
+                if (target instanceof FolderObj) {
+                    result = handleMoveCopy((FolderObj)target, name, ext, copyHandler);
+                } else {
+                    copyHandler.handle();
+                    refresh(true);
+                    //perfromance bottleneck to call refresh on folder
+                    //(especially for many files to be copied)
+                    target.refresh(true); // XXX ?
+                    result = target.getFileObject(name, ext); // XXX ?
+                    assert result != null : "Cannot find " + target + " with " + name + "." + ext;
+                }
+                FileUtil.copyAttributes(this, result);
+            } else {
+                result = super.copy(target, name, ext);
+            }
+        } catch (IOException ioe) {
+            extensions.copyFailure(this, to);
+            throw ioe;
+        }
+        extensions.copySuccess(this, to);
+        return result;
+    }
+
+    @Override
     public final FileObject move(FileLock lock, FileObject target, String name, String ext) throws IOException {
+        ProvidedExtensions extensions = getProvidedExtensions();
+        File to = getToFile(target, name, ext);
+
+        extensions.beforeMove(this, to);
+        FileObject result = null;
+        try {
         if (!checkLock(lock)) {
             FSException.io("EXC_InvalidLock", lock, getPath()); // NOI18N
         }
-        ProvidedExtensions extensions =  getProvidedExtensions();
-        FileObject result = null;
-        File to = (target instanceof FolderObj) ? new File(((BaseFileObj) target).getFileName().getFile(), FileInfo.composeName(name, ext)) :
-            new File(FileUtil.toFile(target), FileInfo.composeName(name, ext));            
+
         final IOHandler moveHandler = extensions.getMoveHandler(getFileName().getFile(), to);
         if (moveHandler != null) {
             if (target instanceof FolderObj) {
@@ -242,12 +279,26 @@ public abstract class BaseFileObj extends FileObject {
         }
         
         FileUtil.copyAttributes(this, result);
+        } catch (IOException ioe) {
+            extensions.moveFailure(this, to);
+            throw ioe;
+        }
+        extensions.moveSuccess(this, to);
         return result;                        
     }
     
     public BaseFileObj move(FileLock lock, FolderObj target, String name, String ext, ProvidedExtensions.IOHandler moveHandler) throws IOException {
-        moveHandler.handle();
-        String nameExt = FileInfo.composeName(name,ext);
+        return handleMoveCopy(target, name, ext, moveHandler);
+    }
+
+    private File getToFile(FileObject target, String name, String ext) {
+        File to = (target instanceof FolderObj) ? new File(((BaseFileObj) target).getFileName().getFile(), FileInfo.composeName(name, ext)) : new File(FileUtil.toFile(target), FileInfo.composeName(name, ext));
+        return to;
+    }
+
+    private BaseFileObj handleMoveCopy(FolderObj target, String name, String ext, IOHandler handler) throws IOException {
+        handler.handle();
+        String nameExt = FileInfo.composeName(name, ext);
         target.getChildrenCache().getChild(nameExt, true);
         //TODO: review
         BaseFileObj result = null;
@@ -281,7 +332,6 @@ public abstract class BaseFileObj extends FileObject {
         return result;
     }
 
-
     void rename(final FileLock lock, final String name, final String ext, final ProvidedExtensions.IOHandler handler) throws IOException {
         if (!checkLock(lock)) {
             FSException.io("EXC_InvalidLock", lock, getPath()); // NOI18N
@@ -291,6 +341,12 @@ public abstract class BaseFileObj extends FileObject {
         final File parent = file.getParentFile();
 
         final String newNameExt = FileInfo.composeName(name, ext);
+
+        if (newNameExt.equals(getNameExt())) {
+            // nothing to rename
+            return;
+        }
+
         final File file2Rename = new File(parent, newNameExt);
         if (parent == null || !FileChangedManager.getInstance().exists(parent) ||
                 // #128818 - slash or backslash not allowed in name
@@ -299,17 +355,19 @@ public abstract class BaseFileObj extends FileObject {
             String parentPath = (parentFo != null) ? parentFo.getPath() : file.getParentFile().getAbsolutePath();
             FSException.io("EXC_CannotRename", file.getName(), parentPath, newNameExt);// NOI18N
         }
-        boolean targetFileExists = FileChangedManager.getInstance().exists(file2Rename) && !file2Rename.equals(file);
-        //#108690
-        if (targetFileExists && Utilities.isMac()) {
-            final File parentFile2 = file2Rename.getParentFile();
-            final File parentFile = file.getParentFile();
-            if (parentFile2 != null && parentFile != null && parentFile.equals(parentFile2)) {
-                if (file2Rename.getName().equalsIgnoreCase(file.getName())) {
-                    targetFileExists = false;
-                }
+        if (Utils.equals(file2Rename, file)) {
+            if (!file.renameTo(file2Rename)) {
+                FileObject parentFo = getExistingParent();
+                String parentPath = (parentFo != null) ? parentFo.getPath() : file.getParentFile().getAbsolutePath();
+                FSException.io("EXC_CannotRename", file.getName(), parentPath, newNameExt);// NOI18N
             }
+            // just a case sensitive update of the file name
+            NamingFactory.checkCaseSensitivity(fileName, file2Rename);
+            fireFileRenamedEvent(file.getName(), file2Rename.getName());
+            return;
         }
+        
+        boolean targetFileExists = FileChangedManager.getInstance().exists(file2Rename) && !Utils.equals(file2Rename, file);
 
         if (targetFileExists) {
             FileObject parentFo = getExistingParent();
@@ -324,16 +382,26 @@ public abstract class BaseFileObj extends FileObject {
         FileObjectFactory fs = getFactory();
 
         synchronized (FileObjectFactory.AllFactories) {
-            FileNaming[] allRenamed = NamingFactory.rename(getFileName(), newNameExt, handler);
+            FileNaming oldFileName = getFileName();
+            assert oldFileName != null;
+            FileNaming[] allRenamed = NamingFactory.rename(oldFileName, newNameExt, handler);
             if (allRenamed == null) {
                 FileObject parentFo = getExistingParent();
                 String parentPath = (parentFo != null) ? parentFo.getPath() : file.getParentFile().getAbsolutePath();
                 FSException.io("EXC_CannotRename", file.getName(), parentPath, newNameExt);// NOI18N
             }
-            fs.rename();
+            fileName = allRenamed[0];
+            Set<BaseFileObj> toRename = new HashSet<BaseFileObj>(allRenamed.length * 2);
+            toRename.add(this);
             BaseFileObj.attribs.renameAttributes(file.getAbsolutePath().replace('\\', '/'), file2Rename.getAbsolutePath().replace('\\', '/'));//NOI18N
             for (int i = 0; i < allRenamed.length; i++) {
-                FolderObj par = (allRenamed[i].getParent() != null) ? (FolderObj) fs.getCachedOnly(allRenamed[i].getParent().getFile()) : null;
+                File affected = allRenamed[i].getFile();
+                BaseFileObj obj = fs.getCachedOnly(affected, false);
+                if (obj != null && i >= 1) {
+                    obj.updateFileName(allRenamed[i], oldFileName, allRenamed[0]);
+                    toRename.add(obj);
+                }
+                FolderObj par = (allRenamed[i].getParent() != null) ? (FolderObj) fs.getCachedOnly(affected.getParentFile(), false) : null;
                 if (par != null) {
                     ChildrenCache childrenCache = par.getChildrenCache();
                     final Mutex.Privileged mutexPrivileged = (childrenCache != null) ? childrenCache.getMutexPrivileged() : null;
@@ -341,7 +409,9 @@ public abstract class BaseFileObj extends FileObject {
                         mutexPrivileged.enterWriteAccess();
                     }
                     try {
-                        childrenCache.removeChild(allRenamed[i]);
+                        if (i >= 1) {
+                            childrenCache.removeChild(allRenamed[i]);
+                        }
                         childrenCache.getChild(allRenamed[i].getName(), true);
                     } finally {
                         if (mutexPrivileged != null) {
@@ -350,6 +420,7 @@ public abstract class BaseFileObj extends FileObject {
                     }
                 }
             }
+            fs.rename(toRename);
         }
         //TODO: RELOCK
         LockForFile.relock(file, file2Rename);
@@ -415,10 +486,12 @@ public abstract class BaseFileObj extends FileObject {
     }
 
     private Enumeration<FileChangeListener> getListeners() {
-        if (eventSupport == null) {
-            return Enumerations.empty();
+        synchronized (EVENT_SUPPORT_LOCK) {
+            if (eventSupport == null) {
+                return Enumerations.empty();
+            }
+            return Enumerations.array(eventSupport.getListeners(FileChangeListener.class));
         }
-        return org.openide.util.Enumerations.array(getEventSupport().getListeners(FileChangeListener.class));
     }
 
 
@@ -528,6 +601,8 @@ public abstract class BaseFileObj extends FileObject {
     }
 
     public final void fireFileChangedEvent(final boolean expected) {
+        getProvidedExtensions().fileChanged(this);
+
         Statistics.StopWatch stopWatch = Statistics.getStopWatch(Statistics.LISTENERS_CALLS);
         stopWatch.start();
         
@@ -617,6 +692,7 @@ public abstract class BaseFileObj extends FileObject {
                     getProvidedExtensions().deleteFailure(BaseFileObj.this);
                     throw iex;
                 }
+                getProvidedExtensions().deleteSuccess(BaseFileObj.this);
                 return true;
             }            
         };
@@ -708,10 +784,28 @@ public abstract class BaseFileObj extends FileObject {
             }
             setValid(false);
             if (fire) {
+                getProvidedExtensions().deletedExternally(this);
                 fireFileDeletedEvent(expected);
             }
         } 
     }
+
+    private void updateFileName(FileNaming oldName, FileNaming oldRoot, FileNaming newRoot) {
+        Stack<String> names = new Stack<String>();
+
+        while (oldRoot != oldName && oldName != null) {
+            names.add(oldName.getName());
+            oldName = oldName.getParent();
+        }
+
+        File prev = newRoot.getFile();
+        while (!names.isEmpty()) {
+            String n = names.pop();
+            newRoot = NamingFactory.fromFile(newRoot, prev = new File(prev, n), true);
+        }
+
+        fileName = newRoot;
+    }
     
 
     //TODO: attributes written by VCS must be readable by FileBaseFS and vice versa  
@@ -838,11 +932,13 @@ public abstract class BaseFileObj extends FileObject {
 
     }
 
-    private synchronized EventListenerList getEventSupport() {
-        if (eventSupport == null) {
-            eventSupport = new EventListenerList();
+    private EventListenerList getEventSupport() {
+        synchronized (EVENT_SUPPORT_LOCK) {
+            if (eventSupport == null) {
+                eventSupport = new EventListenerList();
+            }
+            return eventSupport;
         }
-        return eventSupport;
     }
 
     final ProvidedExtensions getProvidedExtensions() {
@@ -865,32 +961,6 @@ public abstract class BaseFileObj extends FileObject {
         return getExistingParentFor(getFileName().getFile(), getFactory());
     }
     
-    private final class FileChangeListenerForVersioning extends FileChangeAdapter {
-        @Override
-        public void fileDataCreated(FileEvent fe) {
-            if (fe.getFile() == BaseFileObj.this) {
-                getProvidedExtensions().createSuccess(fe.getFile());
-            }
-        }
-
-        /**
-         * Implements FileChangeListener.fileFolderCreated(FileEvent fe)
-         */
-        @Override
-        public void fileFolderCreated(FileEvent fe) {
-            if (fe.getFile() == BaseFileObj.this) {            
-                getProvidedExtensions().createSuccess(fe.getFile());
-            }
-        }
-
-        @Override
-        public void fileDeleted(FileEvent fe) {
-            if (fe.getFile() == BaseFileObj.this) {
-                getProvidedExtensions().deleteSuccess(fe.getFile());
-            }
-        }        
-    }    
-        
     private static class FileEventImpl extends FileEvent implements Enumeration<FileEvent> {
         private FileEventImpl next;
         public boolean hasMoreElements() {
diff --git a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FileObj.java b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FileObj.java
index ddad4fd..4c204cf 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FileObj.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FileObj.java
@@ -59,6 +59,7 @@ import org.netbeans.modules.masterfs.filebasedfs.naming.FileNaming;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FSException;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FileInfo;
+import org.netbeans.modules.masterfs.filebasedfs.utils.Utils;
 import org.netbeans.modules.masterfs.providers.ProvidedExtensions;
 import org.openide.filesystems.FileLock;
 import org.openide.filesystems.FileObject;
@@ -77,7 +78,7 @@ public class FileObj extends BaseFileObj {
 
     FileObj(final File file, final FileNaming name) {
         super(file, name);
-        setLastModified(System.currentTimeMillis(), null);
+        setLastModified(System.currentTimeMillis(), null, false);
     }
 
     public OutputStream getOutputStream(final FileLock lock) throws IOException {
@@ -100,10 +101,11 @@ public class FileObj extends BaseFileObj {
             throw new IOException(f.getAbsolutePath());
         }
         
+        final MutualExclusionSupport.Closeable closable = MutualExclusionSupport.getDefault().addResource(this, false);
+
         if (extensions != null) {
             extensions.beforeChange(mfo);
-        }        
-        final MutualExclusionSupport.Closeable closable = MutualExclusionSupport.getDefault().addResource(this, false);
+        }
         
         FileOutputStream retVal = null;
         try {
@@ -114,7 +116,7 @@ public class FileObj extends BaseFileObj {
                     if (!closable.isClosed()) {
                         super.close();
                         LOGGER.log(Level.FINEST, "getOutputStream-close");
-                        setLastModified(f.lastModified(), f);
+                        setLastModified(f.lastModified(), f, false);
                         closable.close();
                         fireFileChangedEvent(false);
                     }
@@ -200,10 +202,14 @@ public class FileObj extends BaseFileObj {
     @Override
     public boolean isReadOnly() {
         final File f = getFileName().getFile();
+        boolean res;
         if (!Utilities.isWindows() && !f.isFile()) {
-            return true;
-        }        
-        return super.isReadOnly();
+            res = true;
+        } else {
+            res = super.isReadOnly();
+        }
+        markReadOnly(res);
+        return res;
     }
 
     @Override
@@ -215,16 +221,16 @@ public class FileObj extends BaseFileObj {
         return super.canWrite();
     }
         
-    final void setLastModified(long lastModified, File forFile) {
-        if (this.lastModified != 0) { // #130998 - don't set when already invalidated
-            if (this.lastModified != -1 && !realLastModifiedCached) {
+    final void setLastModified(long lastModified, File forFile, boolean readOnly) {
+        if (this.getLastModified() != 0) { // #130998 - don't set when already invalidated
+            if (this.getLastModified() != -1 && !realLastModifiedCached) {
                 realLastModifiedCached = true;
             }
             if (LOGGER.isLoggable(Level.FINER)) {
                 Exception trace = LOGGER.isLoggable(Level.FINEST) ? new Exception("StackTrace") : null; // NOI18N
-                LOGGER.log(Level.FINER, "setLastModified: " + this.lastModified + " -> " + lastModified + " (" + this + ") on " + forFile, trace);  //NOI18N
+                LOGGER.log(Level.FINER, "setLastModified: " + this.getLastModified() + " -> " + lastModified + " (" + this + ") on " + forFile, trace);  //NOI18N
             }
-            this.lastModified = lastModified;
+            this.setLastModified(lastModified, readOnly);
         }
     }
     
@@ -248,7 +254,7 @@ public class FileObj extends BaseFileObj {
 
     public boolean isValid() {
         //0 - because java.io.File.lastModififed returns 0 for not existing files        
-        boolean retval = lastModified != 0;
+        boolean retval = getLastModified() != 0;
         //assert checkCacheState(retval, getFileName().getFile());
         return retval;
     }
@@ -262,7 +268,7 @@ public class FileObj extends BaseFileObj {
             assert isValid() : this.toString();
         } else {
             //0 - because java.io.File.lastModififed returns 0 for not existing files
-            lastModified = 0;
+            setLastModified(0, true);
         }        
     }
 
@@ -272,26 +278,26 @@ public class FileObj extends BaseFileObj {
 
     @Override
     public void refreshImpl(final boolean expected, boolean fire) {
-        final long oldLastModified = lastModified;
+        final long oldLastModified = getLastModified();
+        final boolean isReadOnly = thinksReadOnly();
         boolean isReal = realLastModifiedCached;
         final File file = getFileName().getFile();
-        setLastModified(file.lastModified(), file);
-        boolean isModified = (isReal) ? (oldLastModified != lastModified) : (oldLastModified < lastModified);
+        setLastModified(file.lastModified(), file, !file.canWrite());
+        boolean isModified = (isReal) ? (oldLastModified != getLastModified()) : (oldLastModified < getLastModified());
         if (LOGGER.isLoggable(Level.FINER)) {
             LOGGER.log(
                 Level.FINER,
                 "refreshImpl for {0} isReal: {1} isModified: {2} oldLastModified: {3} lastModified: {4}",
                 new Object[]{
-                    this, isReal, isModified, oldLastModified, lastModified
-                 }
+                    this, isReal, isModified, oldLastModified, getLastModified()}
             );
         }
-        if (fire && oldLastModified != -1 && lastModified != -1 && lastModified != 0 && isModified) {
+        if (fire && oldLastModified != -1 && getLastModified() != -1 && getLastModified() != 0 && isModified) {
             if (!MutualExclusionSupport.getDefault().isBeingWritten(this)) {
                 fireFileChangedEvent(expected);
             }
         }
-        if (fire && lastModified != 0) {
+        if (fire && isReal && isReadOnly != thinksReadOnly() && getLastModified() != 0) {
             // #129178 - event consumed in org.openide.text.DataEditorSupport and used to change editor read-only state
             fireFileAttributeChangedEvent("DataEditorSupport.read-only.refresh", null, null);  //NOI18N
         }
@@ -351,13 +357,39 @@ public class FileObj extends BaseFileObj {
 
     final boolean checkLock(final FileLock lock) throws IOException {
         final File f = getFileName().getFile();
-        return ((lock instanceof LockForFile) && (((LockForFile) lock).getFile().equals(f)));
+        return ((lock instanceof LockForFile) && Utils.equals(((LockForFile) lock).getFile(), f));
     }
 
     @Override
     public void rename(final FileLock lock, final String name, final String ext, ProvidedExtensions.IOHandler handler) throws IOException {
         super.rename(lock, name, ext, handler);
         final File rename = getFileName().getFile();
-        setLastModified(rename.lastModified(), rename);
-    }    
+        setLastModified(rename.lastModified(), rename, !rename.canWrite());
+    }
+
+    private long getLastModified() {
+        long l = lastModified;
+        if (l < -10) {
+            return -l;
+        }
+        return l;
+    }
+
+    private void setLastModified(long lastModified, boolean readOnly) {
+        if (lastModified >= -10 && lastModified < 10) {
+            this.lastModified = lastModified;
+            return;
+        }
+        this.lastModified = readOnly ? -lastModified : lastModified;
+    }
+    
+    private boolean thinksReadOnly() {
+        return lastModified < -10;
+    }
+    
+    private void markReadOnly(boolean readOnly) {
+        if (thinksReadOnly() != readOnly) {
+            setLastModified(getLastModified(), readOnly);
+        }
+    }
 }
diff --git a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FileObjectFactory.java b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FileObjectFactory.java
index d12b053..e09df0f 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FileObjectFactory.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FileObjectFactory.java
@@ -65,6 +65,7 @@ import org.netbeans.modules.masterfs.filebasedfs.naming.FileNaming;
 import org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FileInfo;
+import org.netbeans.modules.masterfs.filebasedfs.utils.Utils;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileSystem;
 import org.openide.filesystems.FileUtil;
@@ -82,6 +83,7 @@ public final class FileObjectFactory {
     final Map<Integer, Object> allIBaseFileObjects = Collections.synchronizedMap(new WeakHashMap<Integer, Object>());
     private BaseFileObj root;
     private static final Logger LOG_REFRESH = Logger.getLogger("org.netbeans.modules.masterfs.REFRESH"); // NOI18N
+
     public static enum Caller {
         ToFileObject, GetFileObject, GetChildern, GetParent, Others
     }
@@ -286,7 +288,10 @@ public final class FileObjectFactory {
                 if (foForFile == null) {
                     exist = (realExists == -1) ? false : touchExists(file, realExists);
                     if (fcb.impeachExistence(file, exist)) {
-                        exist = touchExists(file, realExists);
+                        if (exist != touchExists(file, realExists)) {
+                            exist = !exist;
+                            refreshFromGetter(parent, asyncFire);
+                        }
                     }
                     assert checkCacheState(exist, file, caller);
                 } else if (foForFile.isValid()) {
@@ -429,15 +434,15 @@ public final class FileObjectFactory {
         return null;
     }
 
-    final void refreshAll(RefreshSlow slow, final boolean expected) {
-        Set<BaseFileObj> all2Refresh = collectForRefresh();
+    final void refreshAll(RefreshSlow slow, boolean ignoreRecursiveListeners, boolean expected) {
+        Set<BaseFileObj> all2Refresh = collectForRefresh(ignoreRecursiveListeners);
         refresh(all2Refresh, slow, expected);
     }
 
-    private Set<BaseFileObj> collectForRefresh() {
+    private Set<BaseFileObj> collectForRefresh(boolean noRecListeners) {
         final Set<BaseFileObj> all2Refresh;
         synchronized (allIBaseFileObjects) {
-            all2Refresh = new WeakSet<BaseFileObj>(allIBaseFileObjects.size() * 3);
+            all2Refresh = new WeakSet<BaseFileObj>(allIBaseFileObjects.size() * 3 + 11);
             final Iterator<Object> it = allIBaseFileObjects.values().iterator();
             while (it.hasNext()) {
                 final Object obj = it.next();
@@ -445,7 +450,9 @@ public final class FileObjectFactory {
                     for (Iterator<?> iterator = ((List<?>) obj).iterator(); iterator.hasNext();) {
                         @SuppressWarnings("unchecked")
                         WeakReference<BaseFileObj> ref = (WeakReference<BaseFileObj>) iterator.next();
-                        final BaseFileObj fo = (ref != null) ? ref.get() : null;
+                        BaseFileObj fo = shallBeChecked(
+                            ref != null ? ref.get() : null, noRecListeners
+                        );
                         if (fo != null) {
                             all2Refresh.add(fo);
                         }
@@ -453,7 +460,9 @@ public final class FileObjectFactory {
                 } else {
                     @SuppressWarnings("unchecked")
                     final WeakReference<BaseFileObj> ref = (WeakReference<BaseFileObj>) obj;
-                    final BaseFileObj fo = (ref != null) ? ref.get() : null;
+                    BaseFileObj fo = shallBeChecked(
+                        ref != null ? ref.get() : null, noRecListeners
+                    );
                     if (fo != null) {
                         all2Refresh.add(fo);
                     }
@@ -464,6 +473,17 @@ public final class FileObjectFactory {
         return all2Refresh;
     }
 
+    private BaseFileObj shallBeChecked(BaseFileObj fo, boolean noRecListeners) {
+        if (fo != null && noRecListeners) {
+            FolderObj p = (FolderObj) (fo instanceof FolderObj ? fo : fo.getExistingParent());
+            if (p != null && p.hasRecursiveListener()) {
+                LOG_REFRESH.log(Level.FINER, "skip: {0}", fo);
+                fo = null;
+            }
+        }
+        return fo;
+    }
+
     private boolean refresh(final Set<BaseFileObj> all2Refresh, RefreshSlow slow, File... files) {
         return refresh(all2Refresh, slow, true, files);
     }
@@ -522,13 +542,13 @@ public final class FileObjectFactory {
 
     public static boolean isParentOf(final File dir, final File file) {
         File tempFile = file;
-        while (tempFile != null && !tempFile.equals(dir)) {
+        while (tempFile != null && !Utils.equals(tempFile, dir)) {
             tempFile = tempFile.getParentFile();
         }
         return tempFile != null;
     }
 
-    public final void rename() {
+    public final void rename(Set<BaseFileObj> changeId) {
         final Map<Integer, Object> toRename = new HashMap<Integer, Object>();
         synchronized (allIBaseFileObjects) {
             final Iterator<Map.Entry<Integer, Object>> it = allIBaseFileObjects.entrySet().iterator();
@@ -541,23 +561,16 @@ public final class FileObjectFactory {
                     final WeakReference<BaseFileObj> ref = (WeakReference<BaseFileObj>) obj;
 
                     final BaseFileObj fo = (ref != null) ? ref.get() : null;
-
-                    if (fo != null) {
-                        Integer computedId = fo.getFileName().getId();
-                        if (!key.equals(computedId)) {
-                            toRename.put(key, fo);
-                        }
+                    if (changeId.contains(fo)) {
+                        toRename.put(key, fo);
                     }
                 } else {
                     for (Iterator<?> iterator = ((List<?>) obj).iterator(); iterator.hasNext();) {
                         @SuppressWarnings("unchecked")
                         WeakReference<BaseFileObj> ref = (WeakReference<BaseFileObj>) iterator.next();
                         final BaseFileObj fo = (ref != null) ? ref.get() : null;
-                        if (fo != null) {
-                            Integer computedId = fo.getFileName().getId();
-                            if (!key.equals(computedId)) {
-                                toRename.put(key, ref);
-                            }
+                        if (changeId.contains(fo)) {
+                            toRename.put(key, ref);
                         }
                     }
 
@@ -580,6 +593,9 @@ public final class FileObjectFactory {
     }
 
     public final BaseFileObj getCachedOnly(final File file) {
+        return getCachedOnly(file, true);
+    }
+    public final BaseFileObj getCachedOnly(final File file, boolean checkExtension) {
         final Object o;
         synchronized (allIBaseFileObjects) {
             final Object value = allIBaseFileObjects.get(NamingFactory.createID(file));
@@ -591,9 +607,9 @@ public final class FileObjectFactory {
             assert (o == null || o instanceof BaseFileObj);
         }
         BaseFileObj retval = (BaseFileObj) o;
-        if (retval != null) {
+        if (retval != null && checkExtension) {
             if (!file.getName().equals(retval.getNameExt())) {
-                if (!file.equals(retval.getFileName().getFile())) {
+                if (!Utils.equals(file, retval.getFileName().getFile())) {
                     retval = null;
                 }
             }
@@ -685,12 +701,15 @@ public final class FileObjectFactory {
     public void refresh(boolean expected) {
         refresh(null, expected);
     }
-    final void refresh(final RefreshSlow slow, final boolean expected) {
+    void refresh(RefreshSlow slow, boolean expected) {
+        refresh(slow, false, expected);
+    }
+    final void refresh(final RefreshSlow slow, final boolean ignoreRecursiveListeners, final boolean expected) {
         Statistics.StopWatch stopWatch = Statistics.getStopWatch(Statistics.REFRESH_FS);
         final Runnable r = new Runnable() {
             @Override
             public void run() {
-                refreshAll(slow, expected);
+                refreshAll(slow, ignoreRecursiveListeners, expected);
             }            
         };        
         
@@ -732,12 +751,12 @@ public final class FileObjectFactory {
         Statistics.REFRESH_FILE.reset();
     }
 
-    final void refreshFor(final RefreshSlow slow, final File... files) {
+    final void refreshFor(final RefreshSlow slow, final boolean ignoreRecursiveListeners, final File... files) {
         Statistics.StopWatch stopWatch = Statistics.getStopWatch(Statistics.REFRESH_FS);
         final Runnable r = new Runnable() {
             @Override
             public void run() {
-                Set<BaseFileObj> all2Refresh = collectForRefresh();
+                Set<BaseFileObj> all2Refresh = collectForRefresh(ignoreRecursiveListeners);
                 refresh(all2Refresh, slow, files);
                 if (LOG_REFRESH.isLoggable(Level.FINER)) {
                     LOG_REFRESH.log(Level.FINER, "Refresh for {0} objects", all2Refresh.size());
diff --git a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FileObjectKeeper.java b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FileObjectKeeper.java
index af86e44..01afab5 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FileObjectKeeper.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FileObjectKeeper.java
@@ -53,21 +53,25 @@ import java.util.concurrent.CopyOnWriteArraySet;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.Caller;
+import org.netbeans.modules.masterfs.watcher.Watcher;
 import org.openide.filesystems.FileAttributeEvent;
 import org.openide.filesystems.FileChangeListener;
 import org.openide.filesystems.FileEvent;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileRenameEvent;
+import org.openide.util.Exceptions;
 
 /** Keeps list of fileobjects under given root. Adapted from Jan Lahoda's work
  * in issue 168237
  */
 final class FileObjectKeeper implements FileChangeListener {
     private static final Logger LOG = Logger.getLogger(FileObjectKeeper.class.getName());
+    private static final Object TIME_STAMP_LOCK = new Object();
 
     private Set<FolderObj> kept;
     private Collection<FileChangeListener> listeners;
     private final FolderObj root;
+    //@GuardedBy("TIME_STAMP_LOCK")
     private long timeStamp;
 
     public FileObjectKeeper(FolderObj root) {
@@ -78,6 +82,7 @@ final class FileObjectKeeper implements FileChangeListener {
         if (listeners == null) {
             listeners = new CopyOnWriteArraySet<FileChangeListener>();
         }
+        LOG.log(Level.FINEST, "addRecursiveListener for {0} isEmpty: {1}", new Object[]{root, listeners.isEmpty()});
         if (listeners.isEmpty()) {
             Callable<?> stop = null;
             if (fcl instanceof Callable && fcl.getClass().getName().equals("org.openide.filesystems.DeepListener")) { // NOI18N
@@ -93,43 +98,66 @@ final class FileObjectKeeper implements FileChangeListener {
             return;
         }
         listeners.remove(fcl);
+        LOG.log(Level.FINEST, "removeRecursiveListener for {0} isEmpty: {1}", new Object[]{root, listeners.isEmpty()});
         if (listeners.isEmpty()) {
             listenNoMore();
         }
     }
      public List<File> init(long previous, FileObjectFactory factory, boolean expected) {
-          File file = root.getFileName().getFile();
+         boolean recursive;
+         synchronized (TIME_STAMP_LOCK) {
+             recursive = timeStamp < -1;
+             if (timeStamp > 0) {
+                 timeStamp = -timeStamp;
+             }
+         }
+
+         File file = Watcher.wrap(root.getFileName().getFile(), root);
          LinkedList<File> arr = new LinkedList<File>();
          long ts = root.getProvidedExtensions().refreshRecursively(file, previous, arr);
-         for (File f : arr) {
-             if (f.isDirectory()) {
-                 continue;
-             }
-             long lm = f.lastModified();
-             LOG.log(Level.FINE, "  check {0} for {1}", new Object[] { lm, f });
-             if (lm > ts) {
-                 ts = lm;
-             }
-             if (lm > previous && factory != null) {
-                 final BaseFileObj prevFO = factory.getCachedOnly(f);
-                 if (prevFO == null) {
-                     BaseFileObj who = factory.getValidFileObject(f, Caller.Others);
-                     if (who != null) {
-                         LOG.log(Level.FINE, "External change detected {0}", who);  //NOI18N
-                         who.fireFileChangedEvent(expected);
-                      } else {
-                         LOG.log(Level.FINE, "Cannot get valid FileObject. File probably removed: {0}", f);  //NOI18N
+         try {
+             for (File f : arr) {
+                 if (f.isDirectory()) {
+                     continue;
+                 }
+                 long lm = f.lastModified();
+                 LOG.log(Level.FINE, "  check {0} for {1}", new Object[] { lm, f });
+                 if (lm > ts) {
+                     ts = lm;
+                 }
+                 if (lm > previous && factory != null && !recursive) {
+                     final BaseFileObj prevFO = factory.getCachedOnly(f);
+                     if (prevFO == null) {
+                         BaseFileObj who = factory.getValidFileObject(f, Caller.GetChildern);
+                         if (who != null) {
+                             LOG.log(Level.FINE, "External change detected {0}", who);  //NOI18N
+                             who.fireFileChangedEvent(expected);
+                          } else {
+                             LOG.log(Level.FINE, "Cannot get valid FileObject. File probably removed: {0}", f);  //NOI18N
+                          }
+                     } else {
+                         LOG.log(Level.FINE, "Do classical refresh for {0}", prevFO);  //NOI18N
+                         prevFO.refresh(expected, true);
                       }
-                 } else {
-                     LOG.log(Level.FINE, "Do classical refresh for {0}", prevFO);  //NOI18N
-                     prevFO.refresh(expected, true);
                   }
-              }
-          }
-          timeStamp = ts;
-          LOG.log(Level.FINE, "Testing {0}, time {1}", new Object[] { file, timeStamp });
+             }
+         } catch (StackOverflowError ex) {
+             Exceptions.attachMessage(ex, 
+                "FileObjectKeeper.init for " + this.root +  // NOI18N
+                 " timeStamp: " + timeStamp + " recursive: " + recursive // NOI18N
+             ); 
+             throw ex;
+         }
+         synchronized (TIME_STAMP_LOCK) {
+             if (!recursive) {
+                 timeStamp = ts;
+             }
+         }
+         LOG.log(Level.FINE, "Testing {0}, time {1}", new Object[]{file, timeStamp});
          return arr;
-      }
+    }
+                
+     
 
     private void listenTo(FileObject fo, boolean add, Collection<? super File> children) {
         Set<FolderObj> k;
@@ -153,13 +181,14 @@ final class FileObjectKeeper implements FileChangeListener {
 
     private void listenToAll(Callable<?> stop) {
         assert Thread.holdsLock(this);
-        assert kept == null;
+        assert kept == null : "Already listening to " + kept + " now requested for " + root;
         kept = new HashSet<FolderObj>();
         LinkedList<File> it = new LinkedList<File>();
         listenTo(root, true, it);
         FileObjectFactory factory = null;
         for (;;) {
             File f = it.poll();
+            LOG.log(Level.FINEST, "listenToAll, processing {0}", f);
             if (f == null) {
                 break;
             }
@@ -167,6 +196,7 @@ final class FileObjectKeeper implements FileChangeListener {
                 factory = FileObjectFactory.getInstance(f);
             }
             FileObject fo = factory.getValidFileObject(f, Caller.Others);
+            LOG.log(Level.FINEST, "listenToAll, check {0} for stop {1}", new Object[] { fo, stop });
             if (fo instanceof FolderObj) {
                 FolderObj obj = (FolderObj) fo;
                 Object shallStop = null;
@@ -308,7 +338,15 @@ final class FileObjectKeeper implements FileChangeListener {
     }
 
     long childrenLastModified() {
-        return timeStamp;
+        return Math.abs(timeStamp);
+    }
+
+    boolean isOn() {
+        if (kept != null) {
+            return true;
+        }
+        FolderObj obj = root.getExistingParent();
+        return obj != null && obj.hasRecursiveListener();
     }
 
 }
diff --git a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FolderObj.java b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FolderObj.java
index aea0389..b1669f6 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FolderObj.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FolderObj.java
@@ -50,14 +50,13 @@ import java.io.IOException;
 import java.io.InputStream;
 import java.io.OutputStream;
 import java.io.SyncFailedException;
-import java.util.ArrayList;
 import java.util.Collection;
 import java.util.HashSet;
+import java.util.LinkedHashMap;
 import java.util.LinkedList;
 import java.util.List;
 import java.util.Map;
 import java.util.Set;
-import java.util.concurrent.Callable;
 import java.util.logging.Level;
 import java.util.logging.LogRecord;
 import java.util.logging.Logger;
@@ -65,6 +64,7 @@ import org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem;
 import org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.FSCallable;
 import org.netbeans.modules.masterfs.filebasedfs.children.ChildrenCache;
 import org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport;
+import org.netbeans.modules.masterfs.filebasedfs.naming.FileName;
 import org.netbeans.modules.masterfs.filebasedfs.naming.FileNaming;
 import org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FSException;
@@ -74,6 +74,7 @@ import org.netbeans.modules.masterfs.providers.ProvidedExtensions;
 import org.openide.filesystems.FileChangeListener;
 import org.openide.filesystems.FileLock;
 import org.openide.filesystems.FileObject;
+import org.openide.util.Exceptions;
 import org.openide.util.Mutex;
 
 /**
@@ -85,7 +86,7 @@ public final class FolderObj extends BaseFileObj {
 
     private FolderChildrenCache folderChildren;
     boolean valid = true;
-    private FileObjectKeeper keeper;
+    private volatile FileObjectKeeper keeper;
 
     /**
      * Creates a new instance of FolderImpl
@@ -109,6 +110,14 @@ public final class FolderObj extends BaseFileObj {
             relativePath = relativePath.substring(1);
         }
         File file = new File(getFileName().getFile(), relativePath);
+        if (relativePath.contains("..")) {
+            try {
+                file = file.getCanonicalFile();
+            } catch (IOException ex) {
+                LOG.log(Level.WARNING, "Cannot canonicalize " + file, ex);
+            }
+        }
+        
         FileObjectFactory factory = getFactory();
         return factory.getValidFileObject(file, FileObjectFactory.Caller.GetFileObject);
     }
@@ -121,19 +130,28 @@ public final class FolderObj extends BaseFileObj {
     }
 
   
+    @Override
     public final FileObject[] getChildren() {
-        final List<FileObject> results = new ArrayList<FileObject>();
+        final Map<FileNaming,FileObject> results = new LinkedHashMap<FileNaming,FileObject>();
 
         final ChildrenCache childrenCache = getChildrenCache();
         final Mutex.Privileged mutexPrivileged = childrenCache.getMutexPrivileged();
 
-        mutexPrivileged.enterWriteAccess();
-
-        Set<FileNaming> fileNames;
-        try {
-            fileNames = new HashSet<FileNaming>(childrenCache.getChildren(false));
-        } finally {
-            mutexPrivileged.exitWriteAccess();
+        Set<FileNaming> fileNames = null;
+        Runnable[] task = new Runnable[1];
+        while (fileNames == null) {
+            if (task[0] != null) {
+                task[0].run();
+            }
+            mutexPrivileged.enterWriteAccess();
+            try {
+                Set<FileNaming> res = childrenCache.getChildren(false, task);
+                if (res != null) {
+                    fileNames = new HashSet<FileNaming>(res);
+                }   
+            } finally {
+                mutexPrivileged.exitWriteAccess();
+            }
         }
 
         final FileObjectFactory lfs = getFactory();        
@@ -143,10 +161,31 @@ public final class FolderObj extends BaseFileObj {
             
             final FileObject fo = lfs.getFileObject(fInfo, FileObjectFactory.Caller.GetChildern);
             if (fo != null) {
-                results.add(fo);
+                assert fileName == ((BaseFileObj)fo).getFileName() : 
+                    dumpFileNaming(fileName) + "\n" + 
+                    dumpFileNaming(((BaseFileObj)fo).getFileName()) + "\nfo: " +
+                    fo + "\nContent of the nameMap cache:\n" +
+                    NamingFactory.dumpId(fInfo.getID());
+                results.put(fileName, fo);
             }
         }
-        return results.toArray(new FileObject[0]);
+        return results.values().toArray(new FileObject[0]);
+    }
+    
+    private static String dumpFileNaming(FileNaming fn) {
+        if (fn == null) {
+            return "null";
+        }
+        StringBuilder sb = new StringBuilder();
+        sb.append("FileName: ").append(fn).append("#").
+           append(Integer.toHexString(fn.hashCode())).append("@").
+           append(Integer.toHexString(System.identityHashCode(fn)))
+           .append("\n");
+        
+        if (fn instanceof FileName) {
+            ((FileName)fn).dumpCreation(sb);
+        }
+        return sb.toString();
     }
 
     public final FileObject createFolderImpl(final String name) throws java.io.IOException {
@@ -160,22 +199,23 @@ public final class FolderObj extends BaseFileObj {
         
         final Mutex.Privileged mutexPrivileged = childrenCache.getMutexPrivileged();
 
+        final File myFile = getFileName().getFile();
+        folder2Create = BaseFileObj.getFile( myFile, name, null);
+        getProvidedExtensions().beforeCreate(this, folder2Create.getName(), true);
         mutexPrivileged.enterWriteAccess();
 
         try {
-            final File myFile = getFileName().getFile();
-            folder2Create = BaseFileObj.getFile( myFile, name, null);
             if (!myFile.canWrite()) {
                 FSException.io("EXC_CannotCreateFolder", folder2Create.getName(), getPath());// NOI18N
             }
             createFolder(folder2Create, name);
 
-            final FileNaming childName = this.getChildrenCache().getChild(folder2Create.getName(), true);
+            FileNaming childName = this.getChildrenCache().getChild(folder2Create.getName(), true);
             if (childName != null && !childName.isDirectory()) {
-                NamingFactory.remove(childName, null);
+                childName = NamingFactory.fromFile(getFileName(), folder2Create, true);
             }            
             if (childName != null) {
-                NamingFactory.checkCaseSensitivity(childName, folder2Create);                        
+                childName = NamingFactory.checkCaseSensitivity(childName, folder2Create);
             }
         } finally {
             mutexPrivileged.exitWriteAccess();
@@ -183,21 +223,25 @@ public final class FolderObj extends BaseFileObj {
 
         final FileObjectFactory factory = getFactory();
         if (factory != null) {
-            retVal = (FolderObj) factory.getValidFileObject(folder2Create, FileObjectFactory.Caller.Others);
+            BaseFileObj exists = factory.getValidFileObject(folder2Create, FileObjectFactory.Caller.Others);
+            if (exists instanceof FolderObj) {
+                retVal = (FolderObj)exists;
+            } else {
+                FSException.io("EXC_CannotCreateFolder", folder2Create.getName(), getPath());// NOI18N                           
+            }
         }
         if (retVal != null) {
             retVal.fireFileFolderCreatedEvent(false);
         } else {
             FSException.io("EXC_CannotCreateFolder", folder2Create.getName(), getPath());// NOI18N                           
         }
-
+        getProvidedExtensions().createSuccess(retVal);
         return retVal;
     }
 
     private void createFolder(final File folder2Create, final String name) throws IOException {
         boolean isSupported = new FileInfo(folder2Create).isSupportedFile();
         ProvidedExtensions extensions =  getProvidedExtensions();
-        extensions.beforeCreate(this, folder2Create.getName(), true);
 
         if (!isSupported) { 
             extensions.createFailure(this, folder2Create.getName(), true);
@@ -235,26 +279,28 @@ public final class FolderObj extends BaseFileObj {
     
     public final FileObject createDataImpl(final String name, final String ext) throws java.io.IOException {
         if (name.indexOf('\\') != -1 || name.indexOf('/') != -1) {//NOI18N
-            throw new IllegalArgumentException(name);
+            throw new IOException("Requested name contains invalid characters: " + name); // NOI18N
         }
         
         final ChildrenCache childrenCache = getChildrenCache();        
         final Mutex.Privileged mutexPrivileged = childrenCache.getMutexPrivileged();
         
+        ProvidedExtensions extensions =  getProvidedExtensions();
+        File file2Create;
+        file2Create = BaseFileObj.getFile(getFileName().getFile(), name, ext);
+        extensions.beforeCreate(this, file2Create.getName(), false);
         mutexPrivileged.enterWriteAccess();
 
         FileObj retVal;
-        File file2Create;
+        FileNaming childName;
         try {
-            file2Create = BaseFileObj.getFile(getFileName().getFile(), name, ext);
             createData(file2Create);
-
-            final FileNaming childName = getChildrenCache().getChild(file2Create.getName(), true);
+            childName = getChildrenCache().getChild(file2Create.getName(), true);
             if (childName != null && childName.isDirectory()) {
-                NamingFactory.remove(childName, null);
+                childName = NamingFactory.fromFile(getFileName(), file2Create, true);
             }
             if (childName != null) {
-                NamingFactory.checkCaseSensitivity(childName, file2Create);                        
+                childName = NamingFactory.checkCaseSensitivity(childName, file2Create);
             }
 
         } finally {
@@ -264,25 +310,37 @@ public final class FolderObj extends BaseFileObj {
         final FileObjectFactory factory = getFactory();
         retVal = null;
         if (factory != null) {
-            retVal = (FileObj) factory.getValidFileObject(file2Create, FileObjectFactory.Caller.Others);
+            final BaseFileObj fo = factory.getValidFileObject(file2Create, FileObjectFactory.Caller.Others);
+            try {
+                retVal = (FileObj) fo;
+            } catch (ClassCastException ex) {
+                boolean dir = file2Create.isDirectory();
+                boolean file = file2Create.isFile();
+                Exceptions.attachMessage(ex, "isDir: " + dir); // NOI18N
+                Exceptions.attachMessage(ex, "isFile: " + file); // NOI18N
+                Exceptions.attachMessage(ex, "file: " + file2Create); // NOI18N
+                Exceptions.attachMessage(ex, "fo: " + fo); // NOI18N
+                Exceptions.attachMessage(ex, "fn: " + Integer.toHexString(System.identityHashCode(childName))); // NOI18N
+                Exceptions.attachMessage(ex, "dump: " + NamingFactory.dumpId(childName.getId())); // NOI18N
+                throw ex;
+            }
         }
 
         if (retVal != null) {            
             if (retVal instanceof FileObj) {
-                retVal.setLastModified(file2Create.lastModified(), file2Create);
+                retVal.setLastModified(file2Create.lastModified(), file2Create, false);
             }
             retVal.fireFileDataCreatedEvent(false);
         } else {
             FSException.io("EXC_CannotCreateData", file2Create.getName(), getPath());// NOI18N
         }
-
+        getProvidedExtensions().createSuccess(retVal);
         return retVal;
     }
 
     private void createData(final File file2Create) throws IOException {
         boolean isSupported = new FileInfo(file2Create).isSupportedFile();                        
         ProvidedExtensions extensions =  getProvidedExtensions();
-        extensions.beforeCreate(this, file2Create.getName(), false);
         
         if (!isSupported) {             
             extensions.createFailure(this, file2Create.getName(), false);
@@ -340,6 +398,7 @@ public final class FolderObj extends BaseFileObj {
         }        
     }
 
+    @Override
     public void refreshImpl(final boolean expected, boolean fire) {
         final ChildrenCache cache = getChildrenCache();
         final Mutex.Privileged mutexPrivileged = cache.getMutexPrivileged();
@@ -347,12 +406,18 @@ public final class FolderObj extends BaseFileObj {
 
         Set<FileNaming> oldChildren = null;
         Map<FileNaming, Integer> refreshResult = null;
-        mutexPrivileged.enterWriteAccess();
-        try {
-            oldChildren = new HashSet<FileNaming>(cache.getCachedChildren());
-            refreshResult = cache.refresh();
-        } finally {
-            mutexPrivileged.exitWriteAccess();
+        Runnable[] task = new Runnable[1];
+        while (refreshResult == null) {
+            if (task[0] != null) {
+                task[0].run();
+            }
+            mutexPrivileged.enterWriteAccess();
+            try {
+                oldChildren = cache.getCachedChildren();
+                refreshResult = cache.refresh(task);
+            } finally {
+                mutexPrivileged.exitWriteAccess();
+            }
         }
 
         LOG.log(Level.FINER, "refreshImpl for {0} expected: {1} fire: {2} previous: {3}", new Object[]{this, expected, fire, previous});
@@ -376,10 +441,12 @@ public final class FolderObj extends BaseFileObj {
 
                 if (newChild.isFolder()) {
                     if (fire) {
+                        getProvidedExtensions().createdExternally(newChild);
                         newChild.fireFileFolderCreatedEvent(expected);
                     }
                 } else {
                     if (fire) {
+                        getProvidedExtensions().createdExternally(newChild);
                         newChild.fireFileDataCreatedEvent(expected);
                     }
                 }
@@ -389,9 +456,11 @@ public final class FolderObj extends BaseFileObj {
                     if (newChild.isValid()) {
                         newChild.setValid(false);
                         if (newChild instanceof FolderObj) {
+                            getProvidedExtensions().deletedExternally(newChild);
                             ((FolderObj)newChild).refreshImpl(expected, fire);
                         } else {
                             if (fire) {
+                                getProvidedExtensions().deletedExternally(newChild);
                                 newChild.fireFileDeletedEvent(expected);
                             }
                         }
@@ -515,15 +584,21 @@ public final class FolderObj extends BaseFileObj {
         return true;
     }
 
-    public final synchronized ChildrenCache getChildrenCache() {
-        //assert getFileName().getFile().isDirectory() || !getFileName().getFile().exists();
-        if (folderChildren == null) {
-            folderChildren = new FolderChildrenCache();
+    public final ChildrenCache getChildrenCache() {
+        synchronized (FolderChildrenCache.class) {
+            if (folderChildren == null) {
+                folderChildren = new FolderChildrenCache();
+            }
+            return folderChildren;
         }
-        return folderChildren;
+    }
+    
+    public final boolean hasRecursiveListener() {
+        FileObjectKeeper k = keeper;
+        return k != null && k.isOn();
     }
 
-    synchronized FileObjectKeeper getKeeper(Collection<? super File> arr) {
+    final synchronized FileObjectKeeper getKeeper(Collection<? super File> arr) {
         if (keeper == null) {
             keeper = new FileObjectKeeper(this);
             List<File> ch = keeper.init(-1, null, false);
@@ -550,8 +625,8 @@ public final class FolderObj extends BaseFileObj {
 
     public final class FolderChildrenCache extends ChildrenSupport implements ChildrenCache {
         @Override
-        public final Set<FileNaming> getChildren(final boolean rescan) {
-            return getChildren(getFileName(), rescan);
+        public final Set<FileNaming> getChildren(final boolean rescan, Runnable[] task) {
+            return getChildren(getFileName(), rescan, task);
         }
 
         @Override
@@ -560,8 +635,8 @@ public final class FolderObj extends BaseFileObj {
         }
 
         @Override
-        public final Map<FileNaming, Integer> refresh() {
-            return refresh(getFileName());
+        public final Map<FileNaming, Integer> refresh(Runnable[] task) {
+            return refresh(getFileName(), task);
         }
 
         @Override
diff --git a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/RefreshSlow.java b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/RefreshSlow.java
index bab08b9..9e54e27 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/RefreshSlow.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/RefreshSlow.java
@@ -45,6 +45,7 @@ import java.awt.event.ActionEvent;
 import java.io.File;
 import java.util.concurrent.atomic.AtomicBoolean;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager;
+import org.netbeans.modules.masterfs.watcher.Watcher;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileUtil;
 
@@ -53,15 +54,17 @@ final class RefreshSlow extends AtomicBoolean implements Runnable {
     private BaseFileObj preferrable;
     private int size;
     private int index;
+    private boolean ignoreRecursiveListener;
 
     public RefreshSlow() {
         super();
         set(true);
+        ignoreRecursiveListener = Watcher.isEnabled();
     }
 
     @Override
     public void run() {
-        RootObj.invokeRefreshFor(this, File.listRoots());
+        RootObj.invokeRefreshFor(this, File.listRoots(), ignoreRecursiveListener);
     }
 
     boolean refreshFileObject(final BaseFileObj fo, final boolean expected, final int add) {
diff --git a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/RootObj.java b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/RootObj.java
index 7cc4901..cc0d189 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/RootObj.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/RootObj.java
@@ -142,6 +142,9 @@ public final class RootObj<T extends FileObject> extends FileObject {
     }
     
     static void invokeRefreshFor(RefreshSlow slow, File[] files) {
+        invokeRefreshFor(slow, files, false);
+    }
+    static void invokeRefreshFor(RefreshSlow slow, File[] files, boolean ignoreRecursiveListeners) {
         //first normalize
         for (int i = 0; i < files.length; i++) {
             File file = files[i];
@@ -191,15 +194,15 @@ public final class RootObj<T extends FileObject> extends FileObject {
             if (lf.size() == 1) {
                 for (File file : lf) {
                     if (file.getParentFile() == null) {
-                        factory.refresh(slow, true);
+                        factory.refresh(slow, ignoreRecursiveListeners, true);
                     } else {
-                        factory.refreshFor(slow, file);
+                        factory.refreshFor(slow, ignoreRecursiveListeners, file);
                     }
                 }
             } else if (lf.size() > 1) {
                 final File[] arr = lf.toArray(new File[lf.size()]);
                 Arrays.sort(arr);
-                factory.refreshFor(slow, arr);
+                factory.refreshFor(slow, ignoreRecursiveListeners, arr);
             }
         }
     }
diff --git a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/RootObjWindows.java b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/RootObjWindows.java
index 67e1867..f5703f1 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/RootObjWindows.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/RootObjWindows.java
@@ -178,7 +178,11 @@ public final class RootObjWindows extends FileObject {
                 // replace '/' by '\'
                 name = name.replace('/', '\\');  //NOI18N
             }
-            if (FileInfo.composeName(name, ext).equals(fileObject.getNameExt())) {
+            String real = fileObject.getNameExt();
+            if (real.endsWith("\\")) {
+                real = real.substring(0, real.length() - 1);
+            }
+            if (FileInfo.composeName(name, ext).equals(real)) {
                 return fileObject;
             }
         }
diff --git a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/FileName.java b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/FileName.java
index 425c612..cf6dee7 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/FileName.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/FileName.java
@@ -47,6 +47,8 @@ package org.netbeans.modules.masterfs.filebasedfs.naming;
 
 import java.io.File;
 import java.io.IOException;
+import java.io.PrintWriter;
+import java.io.StringWriter;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager;
 import org.netbeans.modules.masterfs.providers.ProvidedExtensions;
 import org.openide.util.CharSequences;
@@ -55,79 +57,72 @@ import org.openide.util.CharSequences;
  * @author Radek Matous
  */
 public class FileName implements FileNaming {
-    private CharSequence name;
+    private final CharSequence name;
     private final FileNaming parent;
-    private Integer id;
+    private final Integer id;
+    private CharSequence currentName;
 
-    protected FileName(final FileNaming parent, final File file) {
+    protected FileName(final FileNaming parent, final File file, Integer theKey) {
         this.parent = parent;
         this.name = CharSequences.create(parseName(parent, file));
-        id = NamingFactory.createID(file);
+        this.id = theKey == null ? NamingFactory.createID(file) : theKey;
+        this.currentName = name;
+        boolean debug = false;
+        assert debug = true;
+        if (debug) {
+            this.currentName = new Creation(name);
+        }
     }
 
     private static String parseName(final FileNaming parent, final File file) {
         return parent == null ? file.getPath() : file.getName();
     }
 
-    public boolean rename(String name, ProvidedExtensions.IOHandler handler) throws IOException {
-        boolean retVal = false;
+    @Override
+    public FileNaming rename(String name, ProvidedExtensions.IOHandler handler) throws IOException {
+        boolean success = false;
         final File f = getFile();
 
         if (FileChangedManager.getInstance().exists(f)) {
             File newFile = new File(f.getParentFile(), name);
             if (handler != null) {
                 handler.handle();
-                retVal = true;
+                success = true;
             } else {
-                retVal = f.renameTo(newFile);
+                success = f.renameTo(newFile);
             }
-            if (retVal) {
-                this.name = CharSequences.create(name);
-                Integer iid = NamingFactory.createID(newFile);                               
-                if (!iid.equals(id)) {
-                    id = iid;                  
-                }
+            if (success) {
+                FolderName.freeCaches();
+                return NamingFactory.fromFile(getParent(), newFile, true);
             }
         }
-        FolderName.freeCaches();
-        return retVal;
-    }
-
-    public final boolean rename(final String name) throws IOException {
-        return rename(name, null);
+        return this;
     }
 
-    public final boolean isRoot() {
+    public @Override final boolean isRoot() {
         return (getParent() == null);
     }
 
 
-    public File getFile() {
+    public @Override File getFile() {
         final FileNaming myParent = this.getParent();
         return (myParent != null) ? new File(myParent.getFile(), getName()) : new File(getName());
     }
 
 
-    public final String getName() {
-        return name.toString();
+    public @Override final String getName() {
+        return currentName.toString();
     }
 
-    public FileNaming getParent() {
+    public @Override FileNaming getParent() {
         return parent;
     }
 
-    public final Integer getId() {
-        return getId(false);
-    }
-
-    public Integer getId(boolean recompute) {
-        if (recompute) {
-            id = NamingFactory.createID(getFile());
-        }
+    public final @Override Integer getId() {
         return id;
     }
 
-    public final boolean equals(final Object obj) {
+    public final @Override boolean equals(final Object obj) {
         if (obj instanceof FileName ) {
             FileName fn = (FileName)obj;
             if (obj.hashCode() != hashCode()) {
@@ -145,19 +140,91 @@ public class FileName implements FileNaming {
     }
 
 
-    public final String toString() {
+    public final @Override String toString() {
         return getFile().getAbsolutePath();
     }
 
-    public final int hashCode() {
+    public final @Override int hashCode() {
         return id.intValue();
     }
 
-    public boolean isFile() {
+    public @Override boolean isFile() {
         return true;
     }
 
-    public boolean isDirectory() {
+    public @Override boolean isDirectory() {
         return !isFile();
     }
+
+    void updateCase(String name) {
+        assert String.CASE_INSENSITIVE_ORDER.compare(name, this.name.toString()) == 0: "Only case can be changed. Was: " + this.name + " name: " + name;
+        final CharSequence value = CharSequences.create(name);
+        if (this.currentName instanceof Creation) {
+            ((Creation)this.currentName).delegate = value;
+        } else {
+            this.currentName = value;
+        }
+    }
+
+    public void dumpCreation(StringBuilder sb) {
+        if (this.currentName instanceof Creation) {
+            StringWriter sw = new StringWriter();
+            PrintWriter pw = new PrintWriter(sw);
+            ((Creation)this.currentName).printStackTrace(pw);
+            pw.close();
+            sb.append(sw.toString());
+        }
+    }
+
+    final void recordCleanup() {
+        Throwable ex = null;
+        if (this.currentName instanceof Creation) {
+            ex = ((Creation)this.currentName);
+        }
+        if (ex != null) {
+            while (ex.getCause() != null) {
+                ex = ex.getCause();
+            }
+            ex.initCause(new Exception("Reference cleanup")); // NOI18N
+        }
+    }
+    
+    private static final class Creation extends Exception 
+    implements CharSequence {
+        CharSequence delegate;
+
+        private Creation(CharSequence name) {
+            delegate = name;
+        }
+
+        @Override
+        public int hashCode() {
+            return delegate.hashCode();
+        }
+
+        @Override
+        public boolean equals(Object obj) {
+            return delegate.equals(obj);
+        }
+
+        @Override
+        public String toString() {
+            return delegate.toString();
+        }
+
+        @Override
+        public CharSequence subSequence(int start, int end) {
+            return delegate.subSequence(start, end);
+        }
+
+        @Override
+        public int length() {
+            return delegate.length();
+        }
+
+        @Override
+        public char charAt(int index) {
+            return delegate.charAt(index);
+        }
+    } // end of Creation
 }
diff --git a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/FileNaming.java b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/FileNaming.java
index 79a758d..97cd2aa 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/FileNaming.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/FileNaming.java
@@ -67,9 +67,5 @@ public interface FileNaming {
 
     Integer getId();
 
-    Integer getId(boolean recompute);
-
-    boolean rename(String name) throws IOException;
-    boolean rename(String name, ProvidedExtensions.IOHandler handler) throws IOException;
-    
+    FileNaming rename(String name, ProvidedExtensions.IOHandler handler) throws IOException;
 }
diff --git a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/FolderName.java b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/FolderName.java
index 49807c2..65c7d4d 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/FolderName.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/FolderName.java
@@ -53,21 +53,29 @@ import java.util.WeakHashMap;
  * @author Radek Matous
  */
 public class FolderName extends FileName {
-    private static Map fileCache = new WeakHashMap();
+    private static Map<FolderName,File> fileCache = new WeakHashMap<FolderName,File>();
 
 
-    FolderName(final FileNaming parent, final File file) {
-        super(parent, file);
+    @SuppressWarnings("LeakingThisInConstructor")
+    FolderName(final FileNaming parent, final File file, Integer theKey) {
+        super(parent, file, theKey);
         synchronized (FolderName.class) {
             FolderName.fileCache.put(this, file);
         }
     }
 
+    @Override
+    void updateCase(String name) {
+        super.updateCase(name);
+        synchronized (FolderName.class) {
+            FolderName.fileCache.remove(this);
+        }
+    }
 
-    public File getFile() {
+    public @Override File getFile() {
         File retValue;
         synchronized (FolderName.class) {
-            retValue = (File) FolderName.fileCache.get(this);
+            retValue = FolderName.fileCache.get(this);
 
             if (retValue == null) {
                 retValue = super.getFile();
@@ -81,12 +89,12 @@ public class FolderName extends FileName {
 
     static void freeCaches() {
         synchronized (FolderName.class) {
-            FolderName.fileCache = new WeakHashMap();
+            FolderName.fileCache = new WeakHashMap<FolderName,File>();
         }
 
     }
 
-    public boolean isFile() {
+    public @Override boolean isFile() {
         return false;
     }
 
diff --git a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/NameRef.java b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/NameRef.java
new file mode 100644
index 0000000..f1cacb7
--- /dev/null
+++ b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/NameRef.java
@@ -0,0 +1,133 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+package org.netbeans.modules.masterfs.filebasedfs.naming;
+
+import java.io.File;
+import java.lang.ref.ReferenceQueue;
+import java.lang.ref.WeakReference;
+import java.util.LinkedList;
+
+final class NameRef extends WeakReference<FileNaming> {
+    /** either reference to NameRef or to Integer as an index to names array */
+    private Object next;
+    static final ReferenceQueue<FileNaming> QUEUE = new ReferenceQueue<FileNaming>();
+
+    public NameRef(FileNaming referent) {
+        super(referent, QUEUE);
+    }
+
+    public Integer getIndex() {
+        assert Thread.holdsLock(NamingFactory.class);
+        NameRef nr = this;
+        while (nr != null) {
+            if (nr.next instanceof Integer) {
+                return (Integer) nr.next;
+            }
+            nr = nr.next();
+        }
+        return -1;
+    }
+
+    public NameRef next() {
+        if (next instanceof Integer) {
+            return null;
+        }
+        return (NameRef) next;
+    }
+
+    public File getFile() {
+        FileNaming r = get();
+        return r == null ? null : r.getFile();
+    }
+
+    public NameRef remove(NameRef what) {
+        assert Thread.holdsLock(NamingFactory.class);
+        if (what == this) {
+            return next();
+        }
+        NameRef me = this;
+        while (me.next != what) {
+            if (me.next instanceof Integer) {
+                return this;
+            }
+            me = (NameRef) me.next;
+        }
+        me.next = me.next().next;
+        return this;
+    }
+
+    final void setNext(NameRef nr) {
+        assert Thread.holdsLock(NamingFactory.class);
+        assert next == null : "There is next " + next;
+        this.next = nr;
+    }
+
+    final void setIndex(int index) {
+        assert Thread.holdsLock(NamingFactory.class);
+        assert next == null : "There is next " + next;
+        next = index;
+    }
+
+    final void skip(NameRef ref) {
+        assert Thread.holdsLock(NamingFactory.class);
+        assert next == ref;
+        assert ref.get() == null;
+        next = ref.next;
+    }
+
+    final Iterable<NameRef> disconnectAll() {
+        assert Thread.holdsLock(NamingFactory.class);
+        LinkedList<NameRef> all = new LinkedList<NameRef>();
+        NameRef nr = this;
+        while (nr != null) {
+            NameRef nn = nr.next();
+            nr.next = null;
+            if (nr.get() != null) {
+                all.add(nr);
+            }
+            nr = nn;
+        }
+        return all;
+    }
+}
diff --git a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/NamingFactory.java b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/NamingFactory.java
index 7be202f..79c08c8 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/NamingFactory.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/NamingFactory.java
@@ -46,16 +46,20 @@ package org.netbeans.modules.masterfs.filebasedfs.naming;
 
 import java.io.File;
 import java.io.IOException;
-import java.lang.ref.Reference;
-import java.lang.ref.WeakReference;
-import java.util.*;
+import java.util.Collection;
+import java.util.HashSet;
+import java.util.LinkedHashSet;
+import java.util.LinkedList;
+import org.netbeans.modules.masterfs.filebasedfs.utils.Utils;
 import org.netbeans.modules.masterfs.providers.ProvidedExtensions;
+import org.openide.util.Exceptions;
 
 /**
  * @author Radek Matous
  */
 public final class NamingFactory {
-    private static final Map nameMap = new WeakHashMap();
+    private static NameRef[] names = new NameRef[2];
+    private static int namesCount;
 
     public static synchronized FileNaming fromFile(final File file) {
         final LinkedList<File> list = new LinkedList<File>();
@@ -82,204 +86,181 @@ public final class NamingFactory {
     }
 
     public static synchronized int getSize () {
-        return nameMap.size();
+        return namesCount;
     }
     
     public static synchronized FileNaming fromFile(final FileNaming parentFn, final File file, boolean ignoreCache) {
         return NamingFactory.registerInstanceOfFileNaming(parentFn, file, null, ignoreCache, FileType.unknown);
     }
     
-    public static synchronized void checkCaseSensitivity(final FileNaming childName, final File f) throws IOException {
+    public static synchronized FileNaming checkCaseSensitivity(final FileNaming childName, final File f) throws IOException {
         if (!childName.getFile().getName().equals(f.getName())) {
-            boolean isCaseSensitive = !new File(f,"a").equals(new File(f,"A"));//NOI18N
+            boolean isCaseSensitive = !Utils.equals(new File(f,"a"), new File(f,"A"));//NOI18N
             if (!isCaseSensitive) {
-                    NamingFactory.rename(childName,f.getName());
+                FileName fn = (FileName)childName;
+                fn.updateCase(f.getName());
             }
-        }                        
-    }
-
-    private static synchronized FileNaming[] rename (FileNaming fNaming, String newName) throws IOException {
-        return rename(fNaming, newName, null);
+        }
+        return childName;
     }
     
     public static FileNaming[] rename (FileNaming fNaming, String newName, ProvidedExtensions.IOHandler handler) throws IOException {
-        final ArrayList all = new ArrayList();
-        boolean retVal = false;
-        synchronized(NamingFactory.class) {
-            removeImpl(fNaming, null);
-        }
+        final Collection<FileNaming> all = new LinkedHashSet<FileNaming>();
         
-        retVal = fNaming.rename(newName, handler);
+        FileNaming newNaming = fNaming.rename(newName, handler);
+        boolean retVal = newNaming != fNaming;
         
         synchronized(NamingFactory.class) {        
-            all.add(fNaming);
-            NamingFactory.registerInstanceOfFileNaming(fNaming.getParent(), fNaming.getFile(), fNaming, true, FileType.unknown);
-            renameChildren(all);
+            all.add(newNaming);
+            renameChildren(fNaming, all);
             return (retVal) ? ((FileNaming[]) all.toArray(new FileNaming[all.size()])) : null;
         }
     }
 
-    private static void renameChildren(final ArrayList all) {
+    private static void renameChildren(FileNaming root, Collection<FileNaming> all) {
         assert Thread.holdsLock(NamingFactory.class);
-        HashMap toRename = new HashMap ();
-        for (Iterator iterator = nameMap.entrySet().iterator(); iterator.hasNext();) {
-            Map.Entry entry = (Map.Entry) iterator.next();
-            Integer id = (Integer)entry.getKey();
-            
-            List list = new ArrayList();
-            
-            //handle possible List
-            Object value = entry.getValue();
-            if (value instanceof Reference) {
-                list.add(value);
-            } else if (value instanceof List) {
-                list.addAll((List) value);
-            }
-            
-            for (int i = 0; i < list.size(); i++) {
-                FileNaming fN = (FileNaming)((Reference) list.get(i)).get();
-                if (fN == null) continue;
-                Integer computedId = NamingFactory.createID(fN.getFile());
-                
-                boolean isRenamed = (!computedId.equals(id));
-                if (isRenamed) {
-                    toRename.put(id, fN);
-                }        
+        Collection<FileNaming> not = new HashSet<FileNaming>(names.length);
+        for (int i = 0; i < names.length; i++) {
+            NameRef value = names[i];
+            while (value != null) {
+                FileNaming fN = value.get();
+                LinkedList<FileNaming> above = new LinkedList<FileNaming>();
+                for (FileNaming up = fN;;) {
+                    if (up == null || not.contains(up)) {
+                        not.addAll(above);
+                        break;
+                    }
+                    above.addFirst(up);
+                    if (root.equals(up) || all.contains(up)) {
+                        all.addAll(above);
+                        break;
+                    }
+                    up = up.getParent();
+                }
+                value = value.next();
             }
         }
-        
-        for (Iterator iterator = toRename.entrySet().iterator(); iterator.hasNext();) {
-            Map.Entry entry = (Map.Entry) iterator.next();
-            Integer id = (Integer)entry.getKey();
-            FileNaming fN = (FileNaming)entry.getValue(); 
-            all.add(fN);    
-            removeImpl(fN, id);
-            fN.getId(true);
-            NamingFactory.registerInstanceOfFileNaming(fN.getParent(), fN.getFile(), fN,false, FileType.unknown);            
-        }
     }
-
-    public static synchronized void remove(FileNaming fNaming, Integer id) {
-        removeImpl(fNaming, id);
-    }
-
-    private static void removeImpl(final FileNaming fNaming, Integer id) {
-        assert Thread.holdsLock(NamingFactory.class);
-        id = (id != null) ? id : fNaming.getId();         
-        Object value = NamingFactory.nameMap.get(id);
-        if (value instanceof List) {
-            Reference ref = NamingFactory.getReference((List) value, fNaming.getFile());
-            if (ref != null) {
-                ((List) value).remove(ref);                
-            }            
-        } else {
-            NamingFactory.nameMap.remove(id);
-        }
-    }
-
+    
     public static Integer createID(final File file) {
-        return new Integer(file.hashCode());
+        return Utils.hashCode(file);
     }
     private static FileNaming registerInstanceOfFileNaming(final FileNaming parentName, final File file, FileType type) {
         return NamingFactory.registerInstanceOfFileNaming(parentName, file, null,false, type);       
     }
+    
+    private static void rehash(int newSize) {
+        assert Thread.holdsLock(NamingFactory.class);
+        NameRef[] arr = new NameRef[newSize];
+        for (int i = 0; i < names.length; i++) {
+            NameRef v = names[i];
+            if (v == null) {
+                continue;
+            }
+            for (NameRef nr : names[i].disconnectAll()) {
+                FileNaming fn = nr.get();
+                if (fn == null) {
+                    continue;
+                }
+                Integer id = createID(fn.getFile());
+                int index = Math.abs(id) % arr.length;
+                NameRef prev = arr[index];
+                arr[index] = nr;
+                if (prev == null) {
+                    nr.setIndex(index);
+                } else {
+                    nr.setNext(prev);
+                }
+            }
+        }
+        for (int i = 0; i < arr.length; i++) {
+            assert checkIndex(arr, i);
+        }
+        names = arr;
+    }
 
     private static FileNaming registerInstanceOfFileNaming(final FileNaming parentName, final File file, final FileNaming newValue,boolean ignoreCache, FileType type) {
-        FileNaming retVal;
-
         assert Thread.holdsLock(NamingFactory.class);
-        final Object value = nameMap.get(new Integer(file.hashCode()));
-        Reference ref = (Reference) (value instanceof Reference ? value : null);
-        ref = (ref == null && value instanceof List ? NamingFactory.getReference((List) value, file) : ref);
+        
+        cleanQueue();
+        
+        FileNaming retVal;
+        Integer key = createID(file);
+        int index = Math.abs(key) % names.length;
+        NameRef ref = getReference(names[index], file);
 
-        final FileNaming cachedElement = (ref != null) ? (FileNaming) ref.get() : null;
+        FileNaming cachedElement = (ref != null) ? (FileNaming) ref.get() : null;
+        if (ignoreCache) {
+            if (cachedElement != null && (
+                cachedElement.isDirectory() != file.isDirectory()
+            )) {
+                cachedElement = null;
+            }
+            if (cachedElement != null) {
+                try {
+                    checkCaseSensitivity(cachedElement, file);
+                } catch (IOException ex) {
+                    // OK, give up
+                }
+            }
+        }
 
-        if (!ignoreCache && cachedElement != null && cachedElement.getFile().compareTo(file) == 0) {
+        if (cachedElement != null && Utils.equals(cachedElement.getFile(), file)) {
             retVal = cachedElement;
         } else {
-            retVal = (newValue == null) ? NamingFactory.createFileNaming(file, parentName, type) : newValue;
-            final WeakReference refRetVal = new WeakReference(retVal);
+            retVal = (newValue == null) ? NamingFactory.createFileNaming(file, key, parentName, type) : newValue;
+            NameRef refRetVal = new NameRef(retVal);
 
-            final boolean isList = (value instanceof List);
-            if ((!ignoreCache && cachedElement != null) || isList) {
-                // List impl.
-                if (isList) {
-                    ((List) value).add(refRetVal);
-                } else {
-                    final List l = new ArrayList();
-                    l.add(refRetVal);
-                    NamingFactory.nameMap.put(retVal.getId(), l);
-                }
+            NameRef prev = names[index];
+            names[index] = refRetVal;
+            if (prev == null) {
+                refRetVal.setIndex(index);
             } else {
-                // Reference impl.
-                Reference r = (Reference)NamingFactory.nameMap.put(retVal.getId(), refRetVal);
-                if (ignoreCache && r != null) {
-                    FileName original = (FileName)r.get();
-                    if (original != null) {
-                        List children = collectChildren(original);
-                        for (Iterator childrenIt = children.iterator(); childrenIt.hasNext();) {
-                            FileNaming child = (FileNaming) childrenIt.next();
-                            removeImpl(child, null);
+                refRetVal.setNext(prev);
+            }
+            assert checkIndex(names, index);
+            if (ref != null) {
+                NameRef nr = refRetVal;
+                for (;;) {
+                    if (nr.next() == ref) {
+                        FileNaming orig = ref.get();
+                        if (orig instanceof FileName) {
+                            ((FileName)orig).recordCleanup();
                         }
+                        ref.clear();
+                        nr.skip(ref);
+                        break;
                     }
+                    nr = nr.next();
                 }
+            } else {
+                namesCount++;
+            }                
+            assert checkIndex(names, index);
+            if (namesCount * 4 > names.length * 3) {
+                rehash(names.length * 2);
             }
         }
-
         assert retVal != null;
-
         return retVal;
     }
-
-    private static List collectChildren(FileName parent) {
-        assert Thread.holdsLock(NamingFactory.class);
-        List retval = new ArrayList();
-        for (Object value : nameMap.values()) {
-            if (value instanceof List) {
-                for (Object item : (List) value) {
-                    Reference ref = (Reference) item;
-                    FileNaming naming = (FileNaming) ref.get();
-                    if (isChild(parent, naming)) {
-                        retval.add(naming);
-                    }
-                }
-            } else {
-                Reference ref = (Reference) value;
-                FileNaming naming = (FileNaming) ref.get();
-                if (isChild(parent, naming)) {
-                    retval.add(naming);
-                }
-            }
-        }
-        return retval;
-    }
-    
-    private static boolean isChild(FileName parent, FileNaming naming) {
-        FileNaming temp = naming;
-        while (temp != null) {
-            if (temp == parent) {
-                return true;
-            }
-            temp = temp.getParent();
-        }
-        return false;
-    }
     
-    private static Reference getReference(final List list, final File f) {
-        Reference retVal = null;
-        for (int i = 0; retVal == null && i < list.size(); i++) {
-            final Reference ref = (Reference) list.get(i);
-            final FileNaming cachedElement = (ref != null) ? (FileNaming) ref.get() : null;
-            if (cachedElement != null && cachedElement.getFile().compareTo(f) == 0) {
-                retVal = ref;
+    private static NameRef getReference(NameRef value, File f) {
+        while (value != null) {
+            FileNaming fn = value.get();
+            if (fn != null && Utils.equals(fn.getFile(), f)) {
+                return value;
             }
+            value = value.next();
         }
-        return retVal;
+        return null;
     }
 
-    public static enum FileType {file, directory, unknown}
+    static enum FileType {file, directory, unknown}
     
-    private static FileNaming createFileNaming(final File f, final FileNaming parentName, FileType type) {
+    private static FileNaming createFileNaming(
+        final File f, Integer theKey, final FileNaming parentName, FileType type
+    ) {
         FileName retVal = null;
         //TODO: check all tests for isFile & isDirectory
         if (type.equals(FileType.unknown)) {
@@ -292,12 +273,78 @@ public final class NamingFactory {
         }
         switch(type) {
             case file:
-                retVal = new FileName(parentName, f);
+                retVal = new FileName(parentName, f, theKey);
                 break;
             case directory:
-                retVal = new FolderName(parentName, f);
+                retVal = new FolderName(parentName, f, theKey);
                 break;
         }
         return retVal;
     }
+    
+    public static String dumpId(Integer id) {
+        return dump(id, null);
+    }
+    synchronized static String dump(Integer id, File file) {
+        StringBuilder sb = new StringBuilder();
+        final String hex = Integer.toHexString(id);
+
+        sb.append("Showing references to ").append(hex).append("\n");
+        int cnt = 0;
+        int index = Math.abs(id) % names.length;
+        NameRef value = names[index];
+        while (value != null) {
+            if (file == null || file.equals(value.getFile())) {
+                cnt++;
+                dumpFileNaming(sb, value.get());
+            }
+            value = value.next();
+        } 
+        sb.append("References: ").append(cnt);
+        return sb.toString();
+    }
+    private static void dumpFileNaming(StringBuilder sb, Object fn) {
+        if (fn == null) {
+            sb.append("null");
+            return;
+        }
+        if (fn instanceof FolderName) {
+            sb.append("FolderName: ");
+        } else {
+            sb.append("FileName: ");
+        }
+        sb.append(fn).append("#")
+           .append(Integer.toHexString(fn.hashCode())).append("@")
+           .append(Integer.toHexString(System.identityHashCode(fn)))
+           .append("\n");
+        if (fn instanceof FileName) {
+            ((FileName)fn).dumpCreation(sb);
+        }
+    }
+    
+    private static void cleanQueue() {
+        assert Thread.holdsLock(NamingFactory.class);
+        for (;;) {
+            NameRef nr = (NameRef)NameRef.QUEUE.poll();
+            if (nr == null) {
+                return;
+            }
+            int index = nr.getIndex();
+            if (index == -1) {
+                continue;
+            }
+            if (names[index] != null) {
+                names[index] = names[index].remove(nr);
+                namesCount--;
+            }
+            assert checkIndex(names, index);
+        }
+    }
+    private static boolean checkIndex(NameRef[] arr, int index) {
+        if (arr[index] == null) {
+            return true;
+        } else {
+            return index == arr[index].getIndex();
+        }
+    }
 }
diff --git a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/utils/FileChangedManager.java b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/utils/FileChangedManager.java
index 347ab88..66ae967 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/utils/FileChangedManager.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/utils/FileChangedManager.java
@@ -52,12 +52,17 @@ import java.util.logging.Logger;
 import org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport;
 import org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory;
 import org.openide.util.Lookup;
+import org.openide.util.lookup.ServiceProvider;
+import org.openide.util.lookup.ServiceProviders;
 
 /**
  *
  * @author Radek Matous
  */
- at org.openide.util.lookup.ServiceProvider(service=java.lang.SecurityManager.class)
+ at ServiceProviders({
+    @ServiceProvider(service=SecurityManager.class),
+    @ServiceProvider(service=FileChangedManager.class)
+})
 public class FileChangedManager extends SecurityManager {
     private static final Logger LOG = Logger.getLogger(FileChangedManager.class.getName());
     private static  FileChangedManager INSTANCE;
@@ -75,13 +80,16 @@ public class FileChangedManager extends SecurityManager {
     private static final ThreadLocal<AtomicBoolean> IDLE_ON = new ThreadLocal<AtomicBoolean>();
     
     public FileChangedManager() {
-        INSTANCE = this;
+        LOG.fine("Initializing FileChangedManager");
     }
     
-    public static FileChangedManager getInstance() {
+    public static synchronized FileChangedManager getInstance() {
         if (INSTANCE == null) {
-            Lookup.getDefault().lookup(SecurityManager.class);
-            assert INSTANCE != null;
+            INSTANCE = Lookup.getDefault().lookup(FileChangedManager.class);
+            if (INSTANCE == null) {
+                // for test purposes
+                INSTANCE = new FileChangedManager();
+            }
         }
         return INSTANCE;
     }
diff --git a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/utils/Utils.java b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/utils/Utils.java
index 43640b2..158ca5d 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/utils/Utils.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/utils/Utils.java
@@ -42,17 +42,39 @@
 package org.netbeans.modules.masterfs.filebasedfs.utils;
 
 import java.io.File;
+import java.util.Locale;
 import java.util.Stack;
+import org.openide.util.Utilities;
 
 /**
  *
  * @author rmatous
  */
 public class Utils {
+    public static boolean equals(File f1, File f2) {
+        if (f1 == null) {
+            return f2 == null;
+        }
+        if (f2 == null) {
+            return f1 == null;
+        }
+        if (Utilities.isMac()) {
+            return f1.getPath().compareToIgnoreCase(f2.getPath()) == 0;
+        }
+        return f1.equals(f2);
+    }
+    public static int hashCode(final File file) {
+        if (Utilities.isMac()) {
+            // same as in Win32FileSystem
+            return file.getPath().toLowerCase(Locale.ENGLISH).hashCode() ^ 1234321;
+        }
+        return file.hashCode();
+    }
+    
     public static String getRelativePath(final File dir, final File file) {
         Stack stack = new Stack();
         File tempFile = file;
-        while (tempFile != null && !tempFile.equals(dir)) {
+        while (tempFile != null && !equals(tempFile, dir)) {
             stack.push(tempFile.getName());
             tempFile = tempFile.getParentFile();
         }
diff --git a/masterfs/src/org/netbeans/modules/masterfs/providers/ProvidedExtensions.java b/masterfs/src/org/netbeans/modules/masterfs/providers/ProvidedExtensions.java
index 9bb2df7..95986d0 100644
--- a/masterfs/src/org/netbeans/modules/masterfs/providers/ProvidedExtensions.java
+++ b/masterfs/src/org/netbeans/modules/masterfs/providers/ProvidedExtensions.java
@@ -48,6 +48,7 @@ import java.io.File;
 import java.io.IOException;
 import java.util.List;
 import java.util.concurrent.Callable;
+import org.netbeans.modules.masterfs.ProvidedExtensionsAccessor;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager;
 import org.openide.filesystems.FileObject;
 
@@ -67,6 +68,56 @@ import org.openide.filesystems.FileObject;
  * @author Radek Matous
  */
 public class ProvidedExtensions implements InterceptionListener {
+
+    /**
+     * true if this instance should be called to determine a files canWrite value, otherwise false
+     */
+    private final boolean providesCanWrite;
+
+    /**
+     * Creates a new ProvidedExtensions. 
+     * 
+     * @param providesCanWrite true if this instance is meant to 
+     *        determine a files {@link #canWrite()} value, otherwise false. 
+     * @since 2.29
+     *          
+     */
+    public ProvidedExtensions(boolean providesCanWrite) {
+        this.providesCanWrite = providesCanWrite;
+        if(ProvidedExtensionsAccessor.IMPL == null) {
+            ProvidedExtensionsAccessor.IMPL = new ProvidedExtensionsAccessor() {
+                @Override
+                public boolean providesCanWrite(ProvidedExtensions pe) {
+                    return pe.providesCanWrite;
+                }
+            };
+        }     
+    }
+
+    /**
+     * Default constructor
+     */
+    public ProvidedExtensions() {
+        this(false);
+    }
+    
+    /**
+     * Return instance of {@link ProvidedExtensions.IOHandler}
+     * that is responsible for copying the file or null.
+     *
+     * Just the first non null instance of <code>IOHandler</code> is used by
+     *  <code>MasterFileSystem</code>
+     *
+     * @param from file to be copied
+     * @param to target to copy this file to
+     * @return instance of {@link ProvidedExtensions.IOHandler}
+     * that is responsible for copying the file or null
+     */
+    public ProvidedExtensions.IOHandler getCopyHandler(
+            File from, File to) {
+        return null;
+    }
+
     /**
      * Return instance of {@link ProvidedExtensions.IOHandler}
      * that is responsible for moving the file or null.
@@ -145,6 +196,84 @@ public class ProvidedExtensions implements InterceptionListener {
     public void beforeDelete(FileObject fo) {}
 
     /**
+     * Called by <code>MasterFileSystem</code> after <code>FileObject</code>
+     * was created externally
+     * @param fo created file
+     * @since 2.27
+     */
+    public void createdExternally(FileObject fo) {}
+
+    /**
+     * Called by <code>MasterFileSystem</code> after <code>FileObject</code>
+     * was deleted externally
+     * @param fo deleted file
+     * @since 2.27
+     */
+    public void deletedExternally(FileObject fo) {}
+
+    /**
+     * Called by <code>MasterFileSystem</code> after <code>FileObject</code>
+     * was changed
+     * @param fo changed file
+     * @since 2.27 
+     */
+    public void fileChanged(FileObject fo) {}
+
+    /**
+     * Called by <code>MasterFileSystem</code> before <code>FileObject</code>
+     * is copied
+     * @param from FileObject to be moved
+     * @param to File target to move this file to
+     * @since 2.28
+     */
+    public void beforeCopy(FileObject from, File to) {}
+
+    /**
+     * Called by <code>MasterFileSystem</code> after <code>FileObject</code>
+     * was successfully copied
+     * @param from FileObject to be moved
+     * @param to File target to move this file to
+     * @since 2.28
+     */
+    public void copySuccess(FileObject from, File to) {}
+
+    /**
+     * Called by <code>MasterFileSystem</code> after a <code>FileObject</code>
+     * copy failed
+     * @param from FileObject to be moved
+     * @param to File target to move this file to
+     * @since 2.28
+     */
+    public void copyFailure(FileObject from, File to) {}
+
+    /**
+     * Called by <code>MasterFileSystem</code> before <code>FileObject</code>
+     * is moved
+     * @param from FileObject to be moved
+     * @param to File target to move this file to
+     * @since 2.27
+     */
+    public void beforeMove(FileObject from, File to) {}
+
+    /**
+     * Called by <code>MasterFileSystem</code> after <code>FileObject</code>
+     * was successfully
+     * @param from FileObject to be moved
+     * @param to File target to move this file to
+     * @since 2.27
+     */
+    public void moveSuccess(FileObject from, File to) {}
+
+    /**
+     * Called by <code>MasterFileSystem</code> after a <code>FileObject</code>
+     * move failed
+     * @param from FileObject to be moved
+     * @param to File target to move this file to
+     * @since 2.27
+     */
+    public void moveFailure(FileObject from, File to) {}
+
+    /**
      * Called by <code>MasterFileSystem</code> when <code>FileObject</code> is queried for writability with the
      * canWrite() method.
      * 
diff --git a/masterfs/src/org/netbeans/modules/masterfs/watcher/FAMNotifier.java b/masterfs/src/org/netbeans/modules/masterfs/watcher/FAMNotifier.java
new file mode 100644
index 0000000..ff1ae6b
--- /dev/null
+++ b/masterfs/src/org/netbeans/modules/masterfs/watcher/FAMNotifier.java
@@ -0,0 +1,166 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.masterfs.watcher;
+
+import com.sun.jna.Library;
+import com.sun.jna.Native;
+import com.sun.jna.Pointer;
+import com.sun.jna.Structure;
+import com.sun.jna.Structure.ByReference;
+import java.io.IOException;
+import java.util.Collections;
+import java.util.HashMap;
+import java.util.Map;
+
+/**
+ * Notifier implementation using fam library
+ *
+ * @author Egor Ushakov
+ */
+public class FAMNotifier extends Notifier<Integer> {
+    private final FAMLibrary.FAMConnection conn;
+    private final FAMLibrary lib;
+    private final Map<Integer, String> map = Collections.synchronizedMap(new HashMap<Integer, String>());
+
+    public FAMNotifier() {
+        FAMLibrary library;
+        try {
+            // first try gamin
+            library = (FAMLibrary) Native.loadLibrary("gamin-1", FAMLibrary.class);
+        } catch (LinkageError x) {
+            // then fam
+            library = (FAMLibrary) Native.loadLibrary("fam", FAMLibrary.class);
+        }
+        this.lib = library;
+        this.conn = new FAMLibrary.FAMConnection();
+        if (lib.FAMOpen(conn) != 0) {
+            throw new IllegalStateException();
+        }
+    }
+
+    @Override
+    public Integer addWatch(String path) throws IOException {
+        FAMLibrary.FAMRequest request = new FAMLibrary.FAMRequest();
+        lib.FAMMonitorDirectory(conn, path, request, null);
+        map.put(request.reqnum, path);
+        return request.reqnum;
+    }
+
+    @Override
+    public String nextEvent() throws IOException, InterruptedException {
+        while (lib.FAMPending(conn) <= 0) {
+            Thread.sleep(1000);
+        }
+        FAMLibrary.FAMEvent evt = new FAMLibrary.FAMEvent();
+        if (lib.FAMNextEvent(conn, evt) != -1) {
+            String path = map.get(evt.fr.reqnum);
+            return path;
+        }
+        return null;
+    }
+
+    @Override
+    public void removeWatch(Integer key) throws IOException {
+        lib.FAMCancelMonitor(conn, new FAMLibrary.FAMRequest(key));
+        map.remove(key);
+    }
+
+    interface FAMLibrary extends Library {
+        static class FAMConnection extends Structure {
+            public static class Reference extends FAMConnection implements ByReference {}
+            public int fd;
+            public Pointer client;
+        }
+
+        static class FAMRequest extends Structure {
+
+            public FAMRequest() {
+                super();
+            }
+
+            public FAMRequest(int reqnum) {
+                super();
+                this.reqnum = reqnum;
+            }
+
+            public int reqnum;
+        };
+
+        public static final int PATH_MAX = 1024;
+
+        public static final int FAMChanged = 1;
+        public static final int FAMDeleted = 2;
+        public static final int FAMStartExecuting = 3;
+        public static final int FAMStopExecuting = 4;
+        public static final int FAMCreated = 5;
+        public static final int FAMMoved = 6;
+        public static final int FAMAcknowledge = 7;
+        public static final int FAMExists = 8;
+        public static final int FAMEndExist = 9;
+
+        static class FAMEvent extends Structure {
+            public FAMConnection.Reference fc;         /* The fam connection that event occurred on */
+            public FAMRequest fr;             /* Corresponds to the FamRequest from monitor */
+            public String hostname;            /* host and filename - pointer to which */
+            public byte[] filename = new byte[PATH_MAX];   /* file changed */
+            public Pointer userdata;            /* userdata associated with this monitor req. */
+            public int code;             /* What happened to file - see above */
+        }
+
+
+        int FAMOpen(FAMConnection fc);
+        int FAMClose(FAMConnection fc);
+
+        int FAMMonitorDirectory(FAMConnection fc,
+                                String filename,
+                                FAMRequest fr,
+                                Pointer userData);
+        int FAMCancelMonitor(FAMConnection fc,
+				 FAMRequest fr);
+
+        int FAMPending(FAMConnection fc);
+        int FAMNextEvent(FAMConnection fc,
+                         FAMEvent fe);
+    }
+
+}
diff --git a/masterfs/src/org/netbeans/modules/masterfs/watcher/FOFile.java b/masterfs/src/org/netbeans/modules/masterfs/watcher/FOFile.java
new file mode 100644
index 0000000..b6103d8
--- /dev/null
+++ b/masterfs/src/org/netbeans/modules/masterfs/watcher/FOFile.java
@@ -0,0 +1,60 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.masterfs.watcher;
+
+import java.io.File;
+import org.openide.filesystems.FileObject;
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+final class FOFile extends File {
+    final FileObject fo;
+
+    FOFile(File f, FileObject fo) {
+        super(f.getPath());
+        this.fo = fo;
+    }
+
+}
diff --git a/masterfs/src/org/netbeans/modules/masterfs/watcher/LinuxNotifier.java b/masterfs/src/org/netbeans/modules/masterfs/watcher/LinuxNotifier.java
new file mode 100644
index 0000000..da08e1c
--- /dev/null
+++ b/masterfs/src/org/netbeans/modules/masterfs/watcher/LinuxNotifier.java
@@ -0,0 +1,206 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Sun in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.masterfs.watcher;
+
+import com.sun.jna.Library;
+import com.sun.jna.Native;
+import com.sun.jna.NativeLibrary;
+import java.io.IOException;
+import java.nio.ByteBuffer;
+import java.nio.ByteOrder;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
+import org.openide.modules.SpecificationVersion;
+
+/**
+ * A {@link Notifier} implementation based on Linux inotify mechanism.
+ *
+ * @author nenik
+ */
+public class LinuxNotifier extends Notifier<LinuxNotifier.LKey> {
+    private static final Logger LOG = Logger.getLogger(LinuxNotifier.class.getName());
+    
+    private static interface InotifyImpl extends Library {
+	public int inotify_init();
+	public int inotify_init1(int flags);
+	public int close(int fd);
+        public int read(int fd, ByteBuffer buff, int count);
+	public int inotify_add_watch(int fd, String pathname, int mask);
+	public int inotify_rm_watch(int fd, int wd);
+
+        public static final int O_CLOEXEC = 02000000; //0x80000
+
+        // Masks
+        public static final int IN_ACCESS = 0x0001;      /* File was accessed */
+        public static final int IN_MODIFY = 0x0002;      /* File was modified */
+        public static final int IN_ATTRIB = 0x0004;      /* Metadata changed */
+        public static final int IN_CLOSE_WRITE =   0x0008;      /* Writtable file was closed */
+        public static final int IN_CLOSE_NOWRITE = 0x0010;      /* Unwrittable file closed */
+        public static final int IN_OPEN =          0x0020;      /* File was opened */
+        public static final int IN_MOVED_FROM =   0x0040;      /* File was moved from X */
+        public static final int IN_MOVED_TO =     0x0080;      /* File was moved to Y */
+        public static final int IN_CREATE =        0x0100;      /* Subfile was created */
+        public static final int IN_DELETE =        0x0200;      /* Subfile was deleted */
+        public static final int IN_DELETE_SELF =    0x0400;      /* Self was deleted */
+        public static final int IN_MOVE_SELF =     0x0800;      /* Self was moved */
+
+        // additional event masks
+        public static final int IN_UNMOUNT =      0x2000;      /* Backing fs was unmounted */
+        public static final int IN_Q_OVERFLOW =    0x4000;      /* Event queued overflowed */
+        public static final int IN_IGNORED =       0x8000;      /* File was ignored */
+
+    }
+
+    final InotifyImpl IMPL;
+    int fd;
+    private ByteBuffer buff = ByteBuffer.allocateDirect(4096);
+
+    // An array would serve nearly as well
+    private Map<Integer, LKey> map = new HashMap<Integer, LKey>();
+
+    public LinuxNotifier() {
+         IMPL = (InotifyImpl) Native.loadLibrary("c", InotifyImpl.class);
+         buff.position(buff.capacity()); // make the buffer empty
+         buff.order(ByteOrder.nativeOrder());
+         fd = IMPL.inotify_init1(InotifyImpl.O_CLOEXEC);
+         if (fd < 0) {
+             LOG.log(
+                 Level.INFO, "Linux kernel {0} returned {1} from inotify_init1",
+                 new Object[] { System.getProperty("os.version"), fd }
+             );
+             fd = IMPL.inotify_init();
+             LOG.log(Level.INFO, "Trying inotify_init: {0}", fd);
+         }
+         if (fd < 0) {
+             throw new IllegalStateException("inotify_init failed: " + fd);
+         }
+    }
+
+    private String getString(int maxLen) {
+        if (maxLen < 1) return null; // no name field
+        int stop = maxLen - 1;
+        byte[] temp = new byte[maxLen];
+        buff.get(temp);
+        while (temp[stop] == 0) stop--;
+        return new String(temp, 0, stop+1);
+    }
+
+    @Override public String nextEvent() throws IOException {
+        /* inotify event structure layout:
+         *   int      wd;    // Watch descriptor
+         *   uint32_t mask;  // Mask of events
+         *   uint32_t cookie;// Unique cookie associating related events (for rename(2))
+         *   uint32_t len;   // Size of name field
+         *   char     name[];// Optional null-terminated name
+         */
+        while (buff.remaining() < 16 || buff.remaining() < 16 + buff.getInt(buff.position() + 12)) {
+            buff.compact();
+            int len = IMPL.read(fd, buff, buff.remaining());
+
+            if (len <= 0) {
+                // lazily get a thread local errno
+                int errno = NativeLibrary.getInstance("c").getFunction("errno").getInt(0);
+                if (errno == 4) { // EINTR
+                    buff.flip();
+                    continue; // restart the I/O 
+                } else {
+                    throw new IOException("error reading from inotify: " + errno);
+                }
+            }
+            buff.position(buff.position() + len);
+            buff.flip();
+        }
+
+        // now we have enough data in the buffer
+        int wd = buff.getInt();
+        int mask = buff.getInt();
+        int cookie = buff.getInt();
+        int len = buff.getInt();
+        String name = getString(len); // ignore
+
+        LKey key = map.get(wd);
+        if (key == null) { /* wd == -1 -> Queue overflow */
+            return null;
+        }
+        
+        return key.path;
+    }
+
+
+    static class LKey {
+        int id;
+        String path;
+
+        public LKey(int id, String path) {
+            this.id = id;
+            this.path = path;
+        }
+
+        @Override
+        public String toString() {
+            return "LKey[" + id + " - '" + path + "']";
+        }
+    }
+
+    @Override public LKey addWatch(String path) {
+        // what if the file doesn't exist?
+        int id = IMPL.inotify_add_watch(fd, path,
+                    InotifyImpl.IN_CREATE | InotifyImpl.IN_MOVED_TO |
+                    InotifyImpl.IN_DELETE | InotifyImpl.IN_MOVED_FROM |
+                    InotifyImpl.IN_MODIFY | InotifyImpl.IN_ATTRIB);
+        //XXX handle error return value (-1)
+
+        LKey newKey = map.get(id);
+        if (newKey == null) {
+            newKey = new LKey(id, path);
+            map.put(id, newKey);
+        }
+        return newKey;
+    }
+
+    @Override public void removeWatch(LKey lkey) {
+        map.remove(lkey.id);
+        IMPL.inotify_rm_watch(fd, lkey.id);
+    }
+}
diff --git a/masterfs/src/org/netbeans/modules/masterfs/watcher/Notifier.java b/masterfs/src/org/netbeans/modules/masterfs/watcher/Notifier.java
new file mode 100644
index 0000000..4c06e3a
--- /dev/null
+++ b/masterfs/src/org/netbeans/modules/masterfs/watcher/Notifier.java
@@ -0,0 +1,98 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Sun in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.masterfs.watcher;
+
+import java.io.IOException;
+
+/**
+ * This internal SPI represents the interface between masterfs and
+ * different implementations of filesystem watches on various systems.
+ *
+ * The SPI is kept very minimal, as the only necessary information is a queue
+ * of modified folders, the filesystems code will evaluate the nature
+ * of the change itself.
+ * The SPI also doesn't distinguish between systems able of hierarchical
+ * listening and systems without such a capability.
+ * The implementation can report more events than registered, the infrastructure
+ * should take care of filtering them.
+ *
+ * @author nenik
+ */
+public abstract class Notifier<KEY> {
+
+    /**
+     * Register a path for notifications. Optionally provide a key useful
+     * for unregistering the path. The implementations that need to have every
+     * path registered individually shall return a valid key, and shall
+     * implement the {@link #removeWatch(java.lang.Object)} properly.
+     *
+     * @param path the path to register for notifications
+     * @return a key useful for unregistering the path.
+     * @throws IOException if the path can't be registered. For example if the
+     * OS limit on the number of watched folders is reached. The exception
+     * should be annotated with localized explanation.
+     */
+    public abstract KEY addWatch(String path) throws IOException;
+    
+    /**
+     * Unregister a path. Implementations that listen recursively on the whole
+     * filesystem may ignore this request. They shall also return
+     * <code>null</code> from the {@link #addWatch(java.lang.String)} call.
+     * 
+     * @param key the key obtained during registration.
+     * @throws IOException
+     */
+    public abstract void removeWatch(KEY key) throws IOException;
+
+    /**
+     *
+     * @return absolute path of the changed folder or null in case
+     * of overflow or any other reason to cause a full rescan
+     * @throws IOException
+     * @throws InterruptedException
+     */
+    public abstract String nextEvent() throws IOException, InterruptedException;
+    
+    /** Get ready for stop. Clean all resources, the system is about to
+     * shutdown the VM. By default this is no-op operation.
+     */
+    protected void stop() throws IOException {
+    }
+}
diff --git a/masterfs/src/org/netbeans/modules/masterfs/watcher/OSXNotifier.java b/masterfs/src/org/netbeans/modules/masterfs/watcher/OSXNotifier.java
new file mode 100644
index 0000000..6610441
--- /dev/null
+++ b/masterfs/src/org/netbeans/modules/masterfs/watcher/OSXNotifier.java
@@ -0,0 +1,290 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Sun in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.masterfs.watcher;
+
+import com.sun.jna.Callback;
+import com.sun.jna.Library;
+import com.sun.jna.Native;
+import com.sun.jna.NativeLong;
+import com.sun.jna.Pointer;
+import java.io.IOException;
+import java.io.InterruptedIOException;
+import java.util.concurrent.BlockingQueue;
+import java.util.concurrent.Exchanger;
+import java.util.concurrent.ExecutorService;
+import java.util.concurrent.Executors;
+import java.util.concurrent.LinkedBlockingQueue;
+import java.util.concurrent.ThreadFactory;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+
+/**
+ *
+ * @author Tomas Zezula
+ */
+public class OSXNotifier extends Notifier<Void> {
+    private static final Level DEBUG_LOG_LEVEL = Level.FINE;
+    private static final Level PERF_LOG_LEVEL = Level.FINE;
+    private static final long kFSEventStreamEventIdSinceNow = 0xFFFFFFFFFFFFFFFFL;
+    private static final int kFSEventStreamCreateFlagNoDefer = 0x00000002;
+    private static final int kFSEventStreamEventFlagMustScanSubDirs = 0x00000001;
+    private static final int kFSEventStreamEventFlagMount = 0x00000040;
+    private static final int kFSEventStreamEventFlagUnmount = 0x00000080;
+    private static final double LATENCY = 1.0f;
+    private static final int ENC_MAC_ROMAN = 0;
+    private static final String DEFAULT_RUN_LOOP_MODE = "kCFRunLoopDefaultMode";    //NOI18N
+    private static final Logger LOG = Logger.getLogger(OSXNotifier.class.getName());
+    private final CoreFoundation cf;
+    private final CoreServices cs;
+    private final EventCallback callback;
+    private final BlockingQueue<String> events;
+    //@GuardedBy("this")
+    private ExecutorService worker;
+    //@GuardedBy("this")
+    private Pointer[] rtData;
+    
+    private static final String ALL_CHANGE = "ALL-CHANGE";  //xxx - shouldn't be global in Notifier rather than using null?
+
+    public OSXNotifier() {
+        cf = (CoreFoundation) Native.loadLibrary("CoreFoundation",CoreFoundation.class);    //NOI18N
+        cs = (CoreServices) Native.loadLibrary("CoreServices",CoreServices.class);          //NOI18N
+        callback = new EventCallbackImpl();
+        events = new LinkedBlockingQueue<String>();
+    }
+
+
+    public @Override Void addWatch(String path) throws IOException {
+        return null;
+    }
+
+    public @Override void removeWatch(Void key) throws IOException {
+        // ignore
+    }
+
+    public @Override String nextEvent() throws IOException, InterruptedException {
+        final String event = events.take();
+        return event == ALL_CHANGE ? null : event;
+    }
+
+    public synchronized void start() throws IOException {
+        if (worker != null) {
+            throw new IllegalStateException("FileSystemWatcher already started.");  //NOI18N
+        }
+        worker = Executors.newSingleThreadExecutor(new DaemonThreadFactory());
+        final Exchanger<Object> exchanger = new Exchanger<Object>();
+        worker.execute(new Runnable() {
+            public @Override void run () {
+                try {
+                    Pointer[] _rtData = null;
+                    try {
+                        _rtData = createFSEventStream();
+                    } catch (Throwable ex) {
+                        exchanger.exchange(ex);
+                    } finally {
+                        if (_rtData != null) {
+                            exchanger.exchange(_rtData);
+                            cf.CFRunLoopRun();
+                        }
+                    }
+                } catch (InterruptedException ie) {
+                    LOG.log(Level.WARNING, "Watcher interruped during start", ie);  //NOI18N
+                }
+            }
+        });
+        final Object _data;
+        try {
+            _data = exchanger.exchange(null);
+        } catch (InterruptedException ex) {
+            throw (InterruptedIOException)new InterruptedIOException().initCause(ex);
+        }
+        assert _data != null;
+        if (_data instanceof Throwable) {
+            worker.shutdown();
+            worker = null;
+            throw new IOException((Throwable)_data);
+        } else {
+            rtData = (Pointer[]) _data;
+        }
+    }
+
+    @Override
+    public synchronized void stop() throws IOException {
+        if (worker == null) {
+            throw new IllegalStateException("FileSystemWatcher is not started.");  //NOI18N
+        }
+        assert rtData != null;
+        assert rtData.length == 2;
+        assert rtData[0] != null;
+        assert rtData[1] != null;
+        cs.FSEventStreamStop(rtData[0]);
+        cs.FSEventStreamInvalidate(rtData[0]);
+        cs.FSEventStreamRelease(rtData[0]);
+        cf.CFRunLoopStop(rtData[1]);
+        worker.shutdown();
+        worker = null;
+        rtData = null;
+    }
+
+    private Pointer[] createFSEventStream() throws IOException {
+        final Pointer root = cf.CFStringCreateWithCString(Pointer.NULL,"/",ENC_MAC_ROMAN);  //NOI18N
+        if (root == Pointer.NULL) {
+            throw new IOException("Path creation failed.");     //NOI18N
+        }
+        final Pointer arr = cf.CFArrayCreateMutable(Pointer.NULL, new NativeLong(1), Pointer.NULL);
+        if (arr == Pointer.NULL) {
+            throw new IOException("Path list creation failed.");    //NOI18N
+        }
+        cf.CFArrayAppendValue(arr, root);
+
+        final Pointer eventStream = cs.FSEventStreamCreate(Pointer.NULL, callback, Pointer.NULL, arr, kFSEventStreamEventIdSinceNow, LATENCY, kFSEventStreamCreateFlagNoDefer);
+        if (eventStream == Pointer.NULL) {
+            throw new IOException("Creation of FSEventStream failed."); //NOI18N
+        }
+        final Pointer loop = cf.CFRunLoopGetCurrent();
+        if (eventStream == Pointer.NULL) {
+            throw new IOException("Cannot find run loop for caller.");  //NOI18N
+        }
+        final Pointer kCFRunLoopDefaultMode = findDefaultMode(loop);
+        if (kCFRunLoopDefaultMode == null) {
+            throw new IOException("Caller has no defaul run loop mode.");   //NOI18N
+        }
+        cs.FSEventStreamScheduleWithRunLoop(eventStream, loop, kCFRunLoopDefaultMode);
+        if (LOG.isLoggable(DEBUG_LOG_LEVEL)) {
+            LOG.log(DEBUG_LOG_LEVEL, getStreamDescription(eventStream));
+        }
+        cs.FSEventStreamStart(eventStream);
+        return new Pointer[] {eventStream, loop};
+    }
+
+    private Pointer findDefaultMode(final Pointer runLoop) {
+        final Pointer modes = cf.CFRunLoopCopyAllModes(runLoop);
+        if (modes != Pointer.NULL) {
+            final int modesCount = cf.CFArrayGetCount(modes).intValue();
+            for (int i=0; i< modesCount; i++) {
+                final Pointer mode = cf.CFArrayGetValueAtIndex(modes, new NativeLong(i));
+                if (mode != Pointer.NULL && DEFAULT_RUN_LOOP_MODE.equals(cf.CFStringGetCStringPtr(mode, ENC_MAC_ROMAN))) {
+                    return mode;
+                }
+            }
+        }
+        return null;
+    }
+
+    private String getStreamDescription(final Pointer eventStream) {
+        final Pointer desc = cs.FSEventStreamCopyDescription(eventStream);
+        return desc == Pointer.NULL ? "" : cf.CFStringGetCStringPtr(desc, ENC_MAC_ROMAN);   //NOI18N
+    }
+
+    public static interface EventCallback extends Callback {
+        void invoke(Pointer streamRef,
+                    Pointer clientCallBackInfo,
+                    NativeLong numEvents,
+                    Pointer eventPaths,
+                    Pointer eventFlags,
+                    Pointer eventIds);
+    }
+
+    public static interface CoreFoundation extends Library {
+        Pointer CFRunLoopGetCurrent();
+        void CFRunLoopRun();
+        void CFRunLoopStop(Pointer loop);
+        Pointer CFRunLoopCopyAllModes(Pointer loop);
+
+        Pointer CFArrayCreateMutable(Pointer allocator, NativeLong size, Pointer callback);
+        void CFArrayAppendValue(Pointer theArray, Pointer value);
+        Pointer CFArrayGetValueAtIndex(Pointer theArray, NativeLong index);
+        NativeLong CFArrayGetCount(Pointer theArray);
+
+        Pointer CFStringCreateWithCString(Pointer allocator, String string, int encoding);
+        String CFStringGetCStringPtr(Pointer theString, int encoding);
+    }
+
+    public static interface CoreServices extends Library {
+        Pointer FSEventStreamCreate(Pointer allocator, EventCallback callback, Pointer ctx, Pointer pathsToWatch, long sinceWhen, double latency, int flags);
+        Pointer FSEventStreamCopyDescription(Pointer stream);
+        void FSEventStreamScheduleWithRunLoop(Pointer stream, Pointer loop, Pointer mode);
+        void FSEventStreamUnscheduleFromRunLoop(Pointer stream, Pointer loop, Pointer mode);
+        void FSEventStreamStart(Pointer stream);
+        void FSEventStreamStop(Pointer stream);
+        void FSEventStreamInvalidate(Pointer stream);
+        void FSEventStreamRelease(Pointer stream);
+    }
+
+    private static class DaemonThreadFactory implements ThreadFactory {
+        @Override
+        public Thread newThread(Runnable r) {
+            final Thread t = new Thread(r);
+            t.setDaemon(true);
+            return t;
+        }
+
+    }
+
+    private class EventCallbackImpl implements EventCallback {
+        @Override
+        public void invoke(Pointer streamRef, Pointer clientCallBackInfo, NativeLong numEvents, Pointer eventPaths, Pointer eventFlags, Pointer eventIds) {
+            final long st = System.currentTimeMillis();
+            final int length = numEvents.intValue();
+            final Pointer[] pointers = eventPaths.getPointerArray(0, length);
+            int flags[];
+            if (eventFlags == null) {
+                flags = new int[length];
+                LOG.log(DEBUG_LOG_LEVEL, "FSEventStreamCallback eventFlags == null, expected int[] of size {0}", length); //NOI18N
+            } else {
+                flags = eventFlags.getIntArray(0, length);
+            }
+            for (int i=0; i<length; i++) {
+                final Pointer p = pointers[i];
+                int flag = flags[i];
+                final String path = p.getString(0);
+
+                if ((flag & kFSEventStreamEventFlagMustScanSubDirs) ==  kFSEventStreamEventFlagMustScanSubDirs ||
+                    (flag & kFSEventStreamEventFlagMount) == kFSEventStreamEventFlagMount ||
+                    (flag & kFSEventStreamEventFlagUnmount) == kFSEventStreamEventFlagUnmount) {
+                    events.add(ALL_CHANGE);
+                } else {
+                    events.add(path);
+                }
+                LOG.log(DEBUG_LOG_LEVEL, "Event on {0}", new Object[]{path});
+            }
+            LOG.log(PERF_LOG_LEVEL, "Callback time: {0}", (System.currentTimeMillis() - st));
+        }
+    }
+}
diff --git a/masterfs/src/org/netbeans/modules/masterfs/watcher/Watcher.java b/masterfs/src/org/netbeans/modules/masterfs/watcher/Watcher.java
new file mode 100644
index 0000000..e31a5ac
--- /dev/null
+++ b/masterfs/src/org/netbeans/modules/masterfs/watcher/Watcher.java
@@ -0,0 +1,304 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Sun in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.masterfs.watcher;
+
+import java.awt.Image;
+import java.io.File;
+import java.io.IOException;
+import java.util.HashSet;
+import java.util.List;
+import java.util.Map;
+import java.util.Set;
+import java.util.WeakHashMap;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import javax.swing.Action;
+import org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory;
+import org.netbeans.modules.masterfs.providers.InterceptionListener;
+import org.netbeans.modules.masterfs.providers.ProvidedExtensions;
+import org.openide.filesystems.FileObject;
+import org.netbeans.modules.masterfs.providers.AnnotationProvider;
+import org.openide.util.Lookup;
+import org.openide.util.RequestProcessor;
+import org.openide.util.Utilities;
+import org.openide.util.lookup.ServiceProvider;
+import org.openide.util.lookup.ServiceProviders;
+
+/**
+ *
+ * @author nenik
+ */
+ at ServiceProviders({
+    @ServiceProvider(service=AnnotationProvider.class),
+    @ServiceProvider(service=Watcher.class)
+})
+public final class Watcher extends AnnotationProvider {
+    static final Logger LOG = Logger.getLogger(Watcher.class.getName());
+
+    private final Ext<?> ext;
+    
+    public Watcher() {
+        // Watcher disabled manually or for some tests
+        if (Boolean.getBoolean("org.netbeans.modules.masterfs.watcher.disable")) {
+            ext = null;
+            return;
+        }
+        
+        ext = make(getNotifierForPlatform());
+    }
+    
+    public static boolean isEnabled() {
+        return Lookup.getDefault().lookup(Watcher.class).ext != null;
+    }
+
+    public static File wrap(File f, FileObject fo) {
+        if (f instanceof FOFile) {
+            return f;
+        }
+        return new FOFile(f, fo);
+    }
+
+    public @Override String annotateName(String name, Set<? extends FileObject> files) {
+        return null;
+    }
+    public @Override Image annotateIcon(Image icon, int iconType, Set<? extends FileObject> files) {
+        return null;
+    }
+    public @Override String annotateNameHtml(String name, Set<? extends FileObject> files) {
+        return null;
+    }
+    public @Override Action[] actions(Set<? extends FileObject> files) {
+        return null;
+    }
+
+    public @Override InterceptionListener getInterceptionListener() {
+        return ext;
+    }
+    
+    public void shutdown() {
+        if (ext != null) {
+            try {
+                ext.shutdown();
+            } catch (IOException ex) {
+                LOG.log(Level.INFO, "Error on shutdown", ex);
+            } catch (InterruptedException ex) {
+                LOG.log(Level.INFO, "Error on shutdown", ex);
+            }
+        }
+    }
+ 
+    private <KEY> Ext<KEY> make(Notifier<KEY> impl) {
+        return impl == null ? null : new Ext<KEY>(impl);
+    }
+
+    private class Ext<KEY> extends ProvidedExtensions implements Runnable {
+        private final Notifier<KEY> impl;
+        private final Map<FileObject, KEY> map = new WeakHashMap<FileObject, KEY>();
+        private final Thread watcher;
+        private volatile boolean shutdown;
+
+        @SuppressWarnings("CallToThreadStartDuringObjectConstruction")
+        public Ext(Notifier<KEY> impl) {
+            this.impl = impl;
+            (watcher = new Thread(this, "File Watcher")).start(); // NOI18N
+        }
+
+        /*
+        // will be called from WHM implementation on lost key
+        private void fileObjectFreed(KEY key) throws IOException {
+            if (key != null) {
+                impl.removeWatch(key);
+            }
+        }
+         */
+
+        public @Override long refreshRecursively(File dir, long lastTimeStamp, List<? super File> children) {
+            assert dir instanceof FOFile;
+            FileObject fo = ((FOFile)dir).fo;
+            String path = dir.getAbsolutePath();
+
+            if (fo == null && !dir.exists()) {
+                return -1;
+            }
+
+            assert fo != null : "No fileobject for " + path;
+
+            if (map.containsKey(fo)) {
+                return -1;
+            }
+
+            try {
+                map.put(fo, impl.addWatch(path));
+            } catch (IOException ex) {
+                // XXX: handle resource overflow gracefully
+                LOG.log(Level.WARNING, "Cannot add filesystem watch for {0}", path);
+                LOG.log(Level.INFO, "Exception", ex);
+            }
+
+            return -1;
+        }
+
+        @Override public void run() {
+            while (!shutdown) {
+                try {
+                    String path = impl.nextEvent();
+                    LOG.log(Level.FINEST, "nextEvent: {0}", path); 
+
+                    // XXX: handle the all-dirty message
+                    if (path == null) { // all dirty
+                        enqueueAll(map.keySet());
+                    } else {
+                        // don't ask for nonexistent FOs
+                        File file = new File(path);
+                        FileObject fo = FileObjectFactory.getInstance(file).getCachedOnly(file);
+
+                        // may be null
+                        if (map.containsKey(fo)) {
+                            enqueue(fo);
+                        }
+                    }
+                } catch (ThreadDeath td) {
+                    throw td;
+                } catch (InterruptedException ie) {
+                    if (!shutdown) {
+                        LOG.log(Level.INFO, "Interrupted", ie);
+                    }
+                } catch (Throwable t) {
+                    LOG.log(Level.INFO, "Error dispatching FS changes", t);
+                }
+            }
+        }
+
+        final void shutdown() throws IOException, InterruptedException {
+            shutdown = true;
+            watcher.interrupt();
+            impl.stop();
+            watcher.join(1000);
+        }
+    }
+
+    private final Object lock = new Object();
+    private Set<FileObject> pending; // guarded by lock
+    private static RequestProcessor RP = new RequestProcessor("Pending refresh", 1);
+
+
+    private RequestProcessor.Task refreshTask = RP.create(new Runnable() {
+        public @Override void run() {
+            Set<FileObject> toRefresh;
+            synchronized(lock) {
+                toRefresh = pending;
+                pending = null;
+            }
+            LOG.log(Level.FINE, "Refreshing {0} directories", toRefresh.size());
+
+            for (FileObject fileObject : toRefresh) {
+                LOG.log(Level.FINEST, "Refreshing {0}", fileObject);
+                fileObject.refresh();
+            }
+            
+            LOG.fine("Refresh finished");
+        }
+    });
+
+
+    private void enqueue(FileObject fo) {
+        assert fo != null;
+
+        synchronized(lock) {
+            if (pending == null) {
+                refreshTask.schedule(1500);
+                pending = new HashSet<FileObject>();
+            }
+            pending.add(fo);
+        }
+    }
+
+    private void enqueueAll(Set<FileObject> fos) {
+        assert fos != null;
+        assert !fos.contains(null) : "No nulls";
+
+        synchronized(lock) {
+            if (pending == null) {
+                refreshTask.schedule(1500);
+                pending = new HashSet<FileObject>();
+            }
+            pending.addAll(fos);
+        }
+    }
+
+    /** select the best available notifier implementation on given platform/JDK
+     * or null if there is no such service available.
+     *
+     * @return a suitable {@link Notifier} implementation or <code>null</code>.
+     */
+    private static Notifier<?> getNotifierForPlatform() {
+        try {
+            if (Utilities.isWindows()) {
+                return new WindowsNotifier();
+            }
+            if (Utilities.getOperatingSystem() == Utilities.OS_LINUX) {
+                return new LinuxNotifier();
+            }
+            if (Utilities.getOperatingSystem() == Utilities.OS_MAC) {
+                try {
+                    final OSXNotifier notifier = new OSXNotifier();
+                    notifier.start();
+                    return notifier;
+                } catch (IOException ioe) {
+                    LOG.log(Level.INFO, null, ioe);
+                }
+            }
+            if (Utilities.getOperatingSystem() == Utilities.OS_SOLARIS) {
+                try {
+                    return new FAMNotifier();
+                } catch (Exception e) {
+                    LOG.log(Level.INFO, null, e);
+                } catch (LinkageError x) {
+                    //this is normal not to have fam in the system, do not report
+                }
+            }
+        } catch (LinkageError x) {
+            LOG.warning(x.toString());
+        }
+        return null;
+    }
+
+
+}
diff --git a/masterfs/src/org/netbeans/modules/masterfs/watcher/WindowsNotifier.java b/masterfs/src/org/netbeans/modules/masterfs/watcher/WindowsNotifier.java
new file mode 100644
index 0000000..cb72f34
--- /dev/null
+++ b/masterfs/src/org/netbeans/modules/masterfs/watcher/WindowsNotifier.java
@@ -0,0 +1,414 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Sun in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.masterfs.watcher;
+
+import com.sun.jna.FromNativeContext;
+import com.sun.jna.IntegerType;
+import com.sun.jna.Library;
+import com.sun.jna.Native;
+import com.sun.jna.Pointer;
+import com.sun.jna.PointerType;
+import com.sun.jna.Structure;
+import com.sun.jna.ptr.ByReference;
+import java.io.File;
+import java.io.IOException;
+import java.util.HashMap;
+import java.util.Map;
+
+import com.sun.jna.ptr.IntByReference;
+import com.sun.jna.ptr.PointerByReference;
+import com.sun.jna.win32.StdCallLibrary;
+import com.sun.jna.win32.W32APIFunctionMapper;
+import com.sun.jna.win32.W32APITypeMapper;
+import java.io.InterruptedIOException;
+import java.util.concurrent.BlockingQueue;
+import java.util.concurrent.LinkedBlockingQueue;
+import java.util.logging.Level;
+
+/**
+ * A {@link Notifier} implementation using Win32 API ReadDirectoryChangesW.
+ * Based on JNA examples and platform library stubs.
+ *
+ * @author nenik
+ */
+public class WindowsNotifier extends Notifier<Void> {
+
+    public static final class HANDLE extends PointerType {
+        private boolean immutable;
+        public HANDLE() { }
+        public HANDLE(Pointer p) {
+            setPointer(p);
+            immutable = true;
+        }
+
+        /** Override to the appropriate object for INVALID_HANDLE_VALUE. */
+        @Override
+        public Object fromNative(Object nativeValue, FromNativeContext context) {
+            Object o = super.fromNative(nativeValue, context);
+            if (INVALID_HANDLE_VALUE.equals(o))
+                return INVALID_HANDLE_VALUE;
+            return o;
+        }
+
+        @Override
+        public void setPointer(Pointer p) {
+            if (immutable) {
+                throw new UnsupportedOperationException("immutable reference");
+            }
+
+            super.setPointer(p);
+        }
+    }
+
+    public static class ULONG_PTR extends IntegerType {
+        public ULONG_PTR() {
+                this(0);
+        }
+
+        public ULONG_PTR(long value) {
+                super(Pointer.SIZE, value);
+        }
+    }
+
+    public static class OVERLAPPED extends Structure {
+        public ULONG_PTR Internal;
+        public ULONG_PTR InternalHigh;
+        public int Offset;
+        public int OffsetHigh;
+        public HANDLE hEvent;
+    }
+
+    public static HANDLE INVALID_HANDLE_VALUE = new HANDLE(Pointer.createConstant(
+    		Pointer.SIZE == 8 ? -1 : 0xFFFFFFFFL));
+
+
+
+    public static class HANDLEByReference extends ByReference {
+
+    	public HANDLEByReference() {
+            this(null);
+        }
+
+        public HANDLEByReference(HANDLE h) {
+            super(Pointer.SIZE);
+            setValue(h);
+        }
+
+        public void setValue(HANDLE h) {
+            getPointer().setPointer(0, h != null ? h.getPointer() : null);
+        }
+
+        public HANDLE getValue() {
+            Pointer p = getPointer().getPointer(0);
+            if (p == null)
+                return null;
+            if (INVALID_HANDLE_VALUE.getPointer().equals(p))
+                return INVALID_HANDLE_VALUE;
+            HANDLE h = new HANDLE();
+            h.setPointer(p);
+            return h;
+        }
+    }
+
+    public static class FILE_NOTIFY_INFORMATION extends Structure {
+        public int NextEntryOffset;
+        public int Action;
+        public int FileNameLength;
+        // filename is not nul-terminated, so we can't use a String/WString
+        public char[] FileName = new char[1];
+
+        private FILE_NOTIFY_INFORMATION() {}
+
+        public FILE_NOTIFY_INFORMATION(int size) {
+            if (size < size()) {
+               throw new IllegalArgumentException("Size must greater than "
+                               + size() + ", requested " + size);
+            }
+            allocateMemory(size);
+        }
+
+        /** WARNING: this filename may be either the short or long form of the filename. */
+        public String getFilename() {
+            return new String(FileName, 0, FileNameLength/2);
+        }
+
+        @Override
+        public void read() {
+            // avoid reading filename until we know how long it is
+            FileName = new char[0];
+            super.read();
+            FileName = getPointer().getCharArray(12, FileNameLength/2);
+        }
+
+        public FILE_NOTIFY_INFORMATION next() {
+            if (NextEntryOffset == 0)
+                    return null;
+            FILE_NOTIFY_INFORMATION next = new FILE_NOTIFY_INFORMATION();
+            next.useMemory(getPointer(), NextEntryOffset);
+            next.read();
+            return next;
+        }
+    }
+
+    public static class SECURITY_ATTRIBUTES extends Structure {
+        public final int nLength = size();
+        public Pointer lpSecurityDescriptor;
+        public boolean bInheritHandle;
+    }
+
+    interface Kernel32 extends StdCallLibrary {
+        HANDLE CreateFile(String lpFileName, int dwDesiredAccess, int dwShareMode,
+                    SECURITY_ATTRIBUTES lpSecurityAttributes, int dwCreationDisposition,
+                    int dwFlagsAndAttributes, HANDLE hTemplateFile);
+
+        HANDLE CreateIoCompletionPort(HANDLE FileHandle, HANDLE ExistingCompletionPort,
+                    Pointer CompletionKey, int NumberOfConcurrentThreads);
+
+        int GetLastError();
+
+        boolean GetQueuedCompletionStatus(HANDLE CompletionPort,
+                    IntByReference lpNumberOfBytes, ByReference lpCompletionKey,
+                    PointerByReference lpOverlapped, int dwMilliseconds);
+       
+        boolean PostQueuedCompletionStatus(HANDLE CompletionPort,
+                    int dwNumberOfBytesTransferred, Pointer dwCompletionKey,
+                    OVERLAPPED lpOverlapped);
+       
+        boolean CloseHandle(HANDLE hObject);
+
+        interface OVERLAPPED_COMPLETION_ROUTINE extends StdCallCallback {
+            void callback(int errorCode, int nBytesTransferred,
+                            OVERLAPPED overlapped);
+        }
+
+      
+        public boolean ReadDirectoryChangesW(HANDLE directory,
+                    FILE_NOTIFY_INFORMATION info, int length, boolean watchSubtree,
+                int notifyFilter, IntByReference bytesReturned, OVERLAPPED overlapped,
+                OVERLAPPED_COMPLETION_ROUTINE completionRoutine);
+
+
+    }
+
+    final static Kernel32 KERNEL32 = (Kernel32) Native.loadLibrary("kernel32", Kernel32.class,
+            new HashMap() {{
+                put(Library.OPTION_TYPE_MAPPER, W32APITypeMapper.UNICODE);
+                put(Library.OPTION_FUNCTION_MAPPER, W32APIFunctionMapper.UNICODE);
+            }});
+
+
+
+    public WindowsNotifier() { // prepare port, start thread?
+    }
+
+    public @Override void removeWatch(Void key) throws IOException {}
+
+
+    public @Override String nextEvent() throws IOException, InterruptedException {
+        return events.take();
+    }
+
+    public static final int INFINITE = 0xFFFFFFFF;
+
+    public static final int FILE_NOTIFY_CHANGE_NAME = 0x00000003;
+    public static final int FILE_NOTIFY_CHANGE_ATTRIBUTES = 0x00000004;
+    public static final int FILE_NOTIFY_CHANGE_SIZE = 0x00000008;
+    public static final int FILE_NOTIFY_CHANGE_LAST_WRITE = 0x00000010;
+    public static final int FILE_NOTIFY_CHANGE_CREATION = 0x00000040;
+    public static final int FILE_NOTIFY_CHANGE_SECURITY = 0x00000100;
+
+    private static final int NOTIFY_MASK =
+            FILE_NOTIFY_CHANGE_NAME |
+            FILE_NOTIFY_CHANGE_ATTRIBUTES |
+            FILE_NOTIFY_CHANGE_SIZE |
+            FILE_NOTIFY_CHANGE_LAST_WRITE |
+            FILE_NOTIFY_CHANGE_CREATION |
+            FILE_NOTIFY_CHANGE_SECURITY;
+
+    public static final int FILE_LIST_DIRECTORY = 0x00000001;
+    public static final int OPEN_EXISTING =      3;
+
+    public static final int FILE_SHARE_READ  = 0x00000001;
+    public static final int FILE_SHARE_WRITE = 0x00000002;
+    public static final int FILE_SHARE_DELETE = 0x00000004;
+
+    public static final int FILE_FLAG_OVERLAPPED =           0x40000000;
+    public static final int FILE_FLAG_BACKUP_SEMANTICS =     0x02000000;
+
+    private class FileInfo {
+        public final String path;
+        public final HANDLE handle;
+        public final FILE_NOTIFY_INFORMATION info = new FILE_NOTIFY_INFORMATION(BUFFER_SIZE);
+        public final IntByReference infoLength = new IntByReference();
+        public final OVERLAPPED overlapped = new OVERLAPPED();
+        public FileInfo(String path, HANDLE h) {
+            this.path = path;
+            this.handle = h;
+        }
+    }
+
+    private static int watcherThreadID;
+    private Thread watcher;
+    private HANDLE port;
+    private final Map<String, FileInfo> rootMap = new HashMap<String, FileInfo>();
+    private final Map<HANDLE, FileInfo> handleMap = new HashMap<HANDLE, FileInfo>();
+    private final BlockingQueue<String> events = new LinkedBlockingQueue<String>();
+
+    public @Override Void addWatch(String path) throws IOException {
+
+        if (path.length() < 3 ) throw new IOException("wrong path: " + path);
+
+        String root = path.substring(0, 3);
+        if (root.charAt(1) != ':' || root.charAt(2) != '\\') throw new IOException("wrong path");
+
+        if (rootMap.containsKey(root)) return null; // already listening
+        path = root; // listen once on the rootpath instead
+
+        int mask = FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE;
+        int flags = FILE_FLAG_BACKUP_SEMANTICS | FILE_FLAG_OVERLAPPED;
+        HANDLE handle = KERNEL32.CreateFile(path,
+        		FILE_LIST_DIRECTORY,
+        		mask, null, OPEN_EXISTING,
+                flags, null);
+        if (INVALID_HANDLE_VALUE.equals(handle)) {
+            throw new IOException("Unable to open " + path + ": "
+                                  + KERNEL32.GetLastError());
+        }
+        FileInfo finfo = new FileInfo(path, handle);
+        rootMap.put(path, finfo);
+        handleMap.put(handle, finfo);
+
+        // Existing port is returned
+        port = KERNEL32.CreateIoCompletionPort(handle, port, handle.getPointer(), 0);
+        if (INVALID_HANDLE_VALUE.equals(port)) {
+            throw new IOException("Unable to create/use I/O Completion port "
+                    + "for " + path + ": " + KERNEL32.GetLastError());
+        }
+
+        if (!KERNEL32.ReadDirectoryChangesW(handle, finfo.info, finfo.info.size(),
+                                        true, NOTIFY_MASK, finfo.infoLength,
+                                        finfo.overlapped, null)) {
+            int err = KERNEL32.GetLastError();
+            throw new IOException("ReadDirectoryChangesW failed on "
+                                  + finfo.path + ", handle " + handle
+                                  + ": " + err);
+        }
+        if (watcher == null) {
+            Thread t = new Thread("W32 File Monitor") {
+                @Override
+                public void run() {
+                    FileInfo finfo;
+                    while (watcher != null) {
+                        finfo = waitForChange();
+                        if (finfo == null) continue;
+
+                        try {
+                            handleChanges(finfo);
+                        } catch(IOException e) {
+                            Watcher.LOG.log(Level.INFO, "handleChanges", e); 
+                        }
+                    }
+                }
+            };
+            t.setDaemon(true);
+            t.start();
+            watcher = t;
+        }
+
+        return null;
+    }
+    
+    @Override
+    public void stop() throws IOException {
+        try {
+            Thread w = watcher;
+            if (w == null) {
+                return;
+            }
+            watcher = null;
+            w.interrupt();
+            w.join(2000);
+        } catch (InterruptedException ex) {
+            throw (IOException)new InterruptedIOException().initCause(ex);
+        }
+    }
+
+    private void notify(File file) {
+        if (!file.isDirectory()) file = file.getParentFile();
+
+        String path = file.getAbsolutePath();
+        events.add(path);
+    }
+
+
+    private static final int BUFFER_SIZE = 4096;
+        
+    private void handleChanges(FileInfo finfo) throws IOException {
+        FILE_NOTIFY_INFORMATION fni = finfo.info;
+        // Lazily fetch the data from native to java - asynchronous update
+        fni.read();
+        do {
+            File file = new File(finfo.path, fni.getFilename());
+            notify(file);
+            
+            fni = fni.next();
+        } while (fni != null);
+        
+        if (!KERNEL32.ReadDirectoryChangesW(finfo.handle, finfo.info,
+        		finfo.info.size(), true, NOTIFY_MASK,
+        		finfo.infoLength, finfo.overlapped, null)) {        	
+        		int err = KERNEL32.GetLastError();
+                throw new IOException("ReadDirectoryChangesW failed on "
+                                  + finfo.path + ": " + err);
+        }
+    }
+
+    private FileInfo waitForChange() {
+        IntByReference rcount = new IntByReference();
+        HANDLEByReference rkey = new HANDLEByReference();
+        PointerByReference roverlap = new PointerByReference();
+        KERNEL32.GetQueuedCompletionStatus(port, rcount, rkey, roverlap, INFINITE);
+        
+        synchronized (this) { 
+            return (FileInfo)handleMap.get(rkey.getValue());
+        }
+    }
+
+}
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/ExLocalFileSystemTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/ExLocalFileSystemTest.java
new file mode 100644
index 0000000..dfc0505
--- /dev/null
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/ExLocalFileSystemTest.java
@@ -0,0 +1,109 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.masterfs;
+
+import java.io.File;
+import org.netbeans.junit.NbTestCase;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileSystem;
+import org.openide.filesystems.FileUtil;
+import org.openide.filesystems.MultiFileSystem;
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+public class ExLocalFileSystemTest extends NbTestCase {
+
+    public ExLocalFileSystemTest(String n) {
+        super(n);
+    }
+
+    
+    public void testDeleteTheDirectory() throws Exception {
+        doTest(true);
+    }
+
+    public void testJustCheckAttributes() throws Exception {
+        doTest(false);
+    }
+    
+    private void doTest(boolean delete) throws Exception {
+        clearWorkDir();
+        
+        File nf = new File(getWorkDir(), "ud");
+        File var = new File(nf, "var");
+        System.setProperty("netbeans.user", nf.getPath());
+        
+        FileSystem fs = FileUtil.createMemoryFileSystem();
+        FileObject data = FileUtil.createData(fs.getRoot(), "My/Fld/data.txt");
+        data.setAttribute("hello", "world");
+        
+        File root = new File(getWorkDir(), "fs");
+        root.mkdirs();
+        ExLocalFileSystem fs2 = ExLocalFileSystem.getInstance(root);
+        
+        MultiFileSystem mfs = new MultiFileSystem(new FileSystem[] { fs2, fs });
+        
+        FileObject ndata = mfs.findResource(data.getPath());
+        assertNotNull("data found", ndata);
+        assertEquals("They have the right attribute", "world", ndata.getAttribute("hello"));
+     
+        ndata.setAttribute("hello", "kuk");
+        assertEquals("New attribute value is there", "kuk", ndata.getAttribute("hello"));
+
+        ndata.setAttribute("hello", "buk");
+        assertEquals("Newer attribute value is there", "buk", ndata.getAttribute("hello"));
+        
+        if (delete && !var.delete()) {
+            for (File file : var.listFiles()) {
+                file.delete();
+            }
+            assertTrue("Can delete " + var, var.delete());
+        }
+
+        ndata.setAttribute("hello", "muk");
+        assertEquals("Newest attribute value is there", "muk", ndata.getAttribute("hello"));
+    }
+    
+}
\ No newline at end of file
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/GlobalSharabilityQueryImplTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/GlobalSharabilityQueryImplTest.java
index a5d258f..5bbf763 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/GlobalSharabilityQueryImplTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/GlobalSharabilityQueryImplTest.java
@@ -48,7 +48,6 @@ import java.io.File;
 import junit.framework.*;
 import org.netbeans.api.queries.SharabilityQuery;
 import org.netbeans.spi.queries.SharabilityQueryImplementation;
-import org.netbeans.spi.queries.VisibilityQueryImplementation;
 import org.openide.util.Lookup;
 import org.openide.util.lookup.AbstractLookup;
 import org.openide.util.lookup.InstanceContent;
@@ -74,10 +73,6 @@ public class GlobalSharabilityQueryImplTest extends TestCase {
         super(testName);
     }
     
-    public static Test suite() {
-        return new TestSuite(GlobalSharabilityQueryImplTest.class);
-    }
-    
     /**
      * Test of getSharability method, of class org.netbeans.modules.masterfs.GlobalSharabilityQueryImpl.
      */
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/GlobalVisibilityQueryImplTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/GlobalVisibilityQueryImplTest.java
index f645a54..3e1df92 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/GlobalVisibilityQueryImplTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/GlobalVisibilityQueryImplTest.java
@@ -69,10 +69,6 @@ public class GlobalVisibilityQueryImplTest extends TestCase {
         super(testName);
     }
     
-    public static Test suite() {
-        return new TestSuite(GlobalVisibilityQueryImplTest .class);
-    }
-        
     public void testVisibility() {        
         assertFalse(vq.isVisible(".#telnetrc"));
         assertFalse(vq.isVisible("._telnetrc"));
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshAndPriorityIOTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshAndPriorityIOTest.java
index ce0671a..e0092d7 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshAndPriorityIOTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshAndPriorityIOTest.java
@@ -48,13 +48,13 @@ import java.io.FileOutputStream;
 import java.lang.ref.Reference;
 import java.lang.ref.WeakReference;
 import java.util.ArrayList;
-import java.util.Arrays;
 import java.util.List;
 import java.util.concurrent.Callable;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import org.netbeans.junit.NbTestCase;
 import org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupportTest;
+import org.netbeans.modules.masterfs.filebasedfs.fileobjects.TestUtils;
 import org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManagerTest;
@@ -70,6 +70,7 @@ public class SlowRefreshAndPriorityIOTest extends NbTestCase {
         // Just pre load the classes
         FileChangedManagerTest.assertNoLock();
         ChildrenSupportTest.assertNoLock();
+        System.setProperty("org.netbeans.modules.masterfs.watcher.disable", "true");
     }
     private Logger LOG;
     private FileObject testFolder;
@@ -85,6 +86,8 @@ public class SlowRefreshAndPriorityIOTest extends NbTestCase {
 
     @Override
     protected void setUp() throws Exception {
+        System.getProperties().put("org.netbeans.modules.masterfs.watcher.disable", "true");
+
         clearWorkDir();
 
 
@@ -139,7 +142,7 @@ public class SlowRefreshAndPriorityIOTest extends NbTestCase {
             fail("New modification time shall be at last 50ms after the original one: " + (file.lastModified() - lm));
         }
 
-        Object obj = testFolder.getFileSystem().getRoot().getAttribute("refreshSlow");
+        Object obj = TestUtils.findSlowRefresh(testFolder);
         assertNotNull("Refresh attribute found", obj);
         assertTrue("It is instance of runnable:  " + obj, obj instanceof Runnable);
 
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshIncrementalTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshIncrementalTest.java
index 7d8ce8b..a837686 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshIncrementalTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshIncrementalTest.java
@@ -53,6 +53,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import org.netbeans.junit.NbTestCase;
+import org.netbeans.modules.masterfs.filebasedfs.fileobjects.TestUtils;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager;
 import org.openide.filesystems.FileChangeAdapter;
 import org.openide.filesystems.FileEvent;
@@ -62,6 +63,9 @@ import org.openide.util.Exceptions;
 import org.openide.util.RequestProcessor;
 
 public class SlowRefreshIncrementalTest extends NbTestCase {
+    static {
+        System.setProperty("org.netbeans.modules.masterfs.watcher.disable", "true");
+    }
     private Logger LOG;
     private FileObject testFolder;
 
@@ -148,7 +152,7 @@ public class SlowRefreshIncrementalTest extends NbTestCase {
             fail("New modification time shall be at last 50ms after the original one: " + (file.lastModified() - lm));
         }
 
-        Object obj = testFolder.getFileSystem().getRoot().getAttribute("refreshSlow");
+        Object obj = TestUtils.findSlowRefresh(testFolder);
         assertNotNull("Refresh attribute found", obj);
         assertTrue("It is instance of runnable:  " + obj, obj instanceof Runnable);
 
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshInterruptibleTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshInterruptibleTest.java
index e041890..26bb11f 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshInterruptibleTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshInterruptibleTest.java
@@ -53,6 +53,8 @@ import java.util.concurrent.atomic.AtomicBoolean;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import org.netbeans.junit.NbTestCase;
+import org.netbeans.junit.RandomlyFails;
+import org.netbeans.modules.masterfs.filebasedfs.fileobjects.TestUtils;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager;
 import org.openide.filesystems.FileChangeAdapter;
 import org.openide.filesystems.FileEvent;
@@ -61,6 +63,9 @@ import org.openide.filesystems.FileUtil;
 import org.openide.util.RequestProcessor;
 
 public class SlowRefreshInterruptibleTest extends NbTestCase {
+    static {
+        System.setProperty("org.netbeans.modules.masterfs.watcher.disable", "true");
+    }
     private Logger LOG;
     private FileObject testFolder;
 
@@ -89,6 +94,7 @@ public class SlowRefreshInterruptibleTest extends NbTestCase {
         System.setSecurityManager(new FileChangedManager());
     }
 
+    @RandomlyFails // jglick: "No change detected expected:<0> but was:<1>"
     public void testRefreshCanBeInterrupted() throws Exception {
         long lm = System.currentTimeMillis();
         FileObject fld = testFolder;
@@ -96,6 +102,14 @@ public class SlowRefreshInterruptibleTest extends NbTestCase {
             fld = fld.createFolder("fld" + i);
         }
         FileObject fileObject1 = fld.createData("fileObject1");
+
+        // Create some more to fool the queues and maps. The test could fail
+        // otherwise, as the WeakSet used in FileObjectFactory.collectForRefresh
+        // keeps certain order of the entries.
+        fld.createData("fileObject2");
+        fld.createData("fileObject3");
+        fld.createData("fileObject4");
+        
         assertNotNull("Just to initialize the stamp", lm);
         FileObject[] arr = testFolder.getChildren();
         assertEquals("One child", 1, arr.length);
@@ -108,14 +122,14 @@ public class SlowRefreshInterruptibleTest extends NbTestCase {
         assertGC("File Object can disappear", ref);
 
         class L extends FileChangeAdapter {
-            int cnt;
-            FileEvent event;
+            volatile int cnt;
+            volatile FileEvent event;
 
             @Override
             public void fileChanged(FileEvent fe) {
-                LOG.log(Level.INFO, "file change {0}", fe.getFile());
                 cnt++;
                 event = fe;
+                LOG.log(Level.INFO, "file change {0} cnt: {1}", new Object[]{fe.getFile(), cnt});
             }
         }
         L listener = new L();
@@ -131,7 +145,7 @@ public class SlowRefreshInterruptibleTest extends NbTestCase {
             fail("New modification time shall be at last 50ms after the original one: " + (file.lastModified() - lm));
         }
 
-        Object obj = testFolder.getFileSystem().getRoot().getAttribute("refreshSlow");
+        Object obj = TestUtils.findSlowRefresh(testFolder);
         assertNotNull("Refresh attribute found", obj);
         assertTrue("It is instance of runnable:  " + obj, obj instanceof Runnable);
 
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshPreferrableTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshPreferrableTest.java
index b10927a..cc1abdd 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshPreferrableTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshPreferrableTest.java
@@ -53,6 +53,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import org.netbeans.junit.NbTestCase;
+import org.netbeans.modules.masterfs.filebasedfs.fileobjects.TestUtils;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager;
 import org.openide.filesystems.FileChangeAdapter;
 import org.openide.filesystems.FileEvent;
@@ -61,6 +62,9 @@ import org.openide.filesystems.FileUtil;
 import org.openide.util.RequestProcessor;
 
 public class SlowRefreshPreferrableTest extends NbTestCase {
+    static {
+        System.setProperty("org.netbeans.modules.masterfs.watcher.disable", "true");
+    }
     private Logger LOG;
     private FileObject testFolder;
 
@@ -135,7 +139,7 @@ public class SlowRefreshPreferrableTest extends NbTestCase {
             fail("New modification time shall be at last 50ms after the original one: " + (file.lastModified() - lm));
         }
 
-        Object obj = testFolder.getFileSystem().getRoot().getAttribute("refreshSlow");
+        Object obj = TestUtils.findSlowRefresh(testFolder);
         assertNotNull("Refresh attribute found", obj);
         assertTrue("It is instance of runnable:  " + obj, obj instanceof Runnable);
 
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshSuspendableTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshSuspendableTest.java
index 3c90e8b..5e15658 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshSuspendableTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshSuspendableTest.java
@@ -48,13 +48,13 @@ import java.io.FileOutputStream;
 import java.lang.ref.Reference;
 import java.lang.ref.WeakReference;
 import java.util.ArrayList;
-import java.util.Arrays;
 import java.util.List;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import org.netbeans.junit.NbTestCase;
 import org.netbeans.junit.RandomlyFails;
 import org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupportTest;
+import org.netbeans.modules.masterfs.filebasedfs.fileobjects.TestUtils;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManagerTest;
 import org.openide.filesystems.FileChangeAdapter;
@@ -64,6 +64,9 @@ import org.openide.filesystems.FileUtil;
 import org.openide.util.RequestProcessor;
 
 public class SlowRefreshSuspendableTest extends NbTestCase {
+    static {
+        System.setProperty("org.netbeans.modules.masterfs.watcher.disable", "true");
+    }
     private Logger LOG;
     private FileObject testFolder;
 
@@ -116,14 +119,14 @@ public class SlowRefreshSuspendableTest extends NbTestCase {
         assertGC("File Object can disappear", ref);
 
         class L extends FileChangeAdapter {
-            int cnt;
-            FileEvent event;
+            volatile int cnt;
+            volatile FileEvent event;
 
             @Override
             public void fileChanged(FileEvent fe) {
-                LOG.info("file change " + fe.getFile());
                 cnt++;
                 event = fe;
+                LOG.log(Level.INFO, "file change {0} cnt: {1}", new Object[]{fe.getFile(), cnt});
             }
         }
         L listener = new L();
@@ -139,15 +142,15 @@ public class SlowRefreshSuspendableTest extends NbTestCase {
             fail("New modification time shall be at last 50ms after the original one: " + (file.lastModified() - lm));
         }
 
-        Object obj = testFolder.getFileSystem().getRoot().getAttribute("refreshSlow");
+        Object obj = TestUtils.findSlowRefresh(testFolder);
         assertNotNull("Refresh attribute found", obj);
         assertTrue("It is instance of runnable:  " + obj, obj instanceof Runnable);
 
         Runnable r = (Runnable)obj;
         class AE extends ActionEvent implements Runnable {
             List<FileObject> files = new ArrayList<FileObject>();
-            boolean boosted;
-            boolean finished;
+            volatile boolean boosted;
+            volatile boolean finished;
             int goingIdle;
             
             public AE() {
@@ -222,7 +225,7 @@ public class SlowRefreshSuspendableTest extends NbTestCase {
         LOG.info("Starting refresh");
         // do the refresh
         r.run();
-        LOG.info("Refresh finished");
+        LOG.log(Level.INFO, "Refresh finished {0} cnt: {1}", new Object[]{counter.finished, listener.cnt});
 
         assertTrue("Background I/O access needs to stop before we finish our task", counter.finished);
 
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshTest.java
index 75ad90f..324077b 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/SlowRefreshTest.java
@@ -52,6 +52,7 @@ import java.util.List;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import org.netbeans.junit.NbTestCase;
+import org.netbeans.modules.masterfs.filebasedfs.fileobjects.TestUtils;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManagerTest;
 import org.openide.filesystems.FileChangeAdapter;
 import org.openide.filesystems.FileEvent;
@@ -59,6 +60,9 @@ import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileUtil;
 
 public class SlowRefreshTest extends NbTestCase {
+    static {
+        System.setProperty("org.netbeans.modules.masterfs.watcher.disable", "true");
+    }
     private Logger LOG;
     private FileObject testFolder;
 
@@ -84,7 +88,7 @@ public class SlowRefreshTest extends NbTestCase {
         assertNotNull("Test folder created", testFolder);
 
     }
-
+    
     public void testChangeInChildrenNoticed() throws Exception {
         long lm = System.currentTimeMillis();
         FileObject fileObject1 = testFolder.createData("fileObject1");
@@ -126,7 +130,7 @@ public class SlowRefreshTest extends NbTestCase {
             fail("New modification time shall be at last 50ms after the original one: " + (file.lastModified() - lm));
         }
 
-        Object obj = testFolder.getFileSystem().getRoot().getAttribute("refreshSlow");
+        Object obj = TestUtils.findSlowRefresh(testFolder);
         assertNotNull("Refresh attribute found", obj);
         assertTrue("It is instance of runnable:  " + obj, obj instanceof Runnable);
 
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/URLMapperTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/URLMapperTest.java
index d6c542d..d3c7d04 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/URLMapperTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/URLMapperTest.java
@@ -44,13 +44,11 @@
 
 package org.netbeans.modules.masterfs;
 
-import java.io.IOException;
 import org.netbeans.junit.NbTestCase;
 import org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileSystem;
 import org.openide.filesystems.FileUtil;
-import org.openide.util.Exceptions;
 import org.openide.util.Lookup;
 import org.openide.util.lookup.Lookups;
 import org.openide.util.lookup.ServiceProvider;
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/BaseFileObjectTestHid.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/BaseFileObjectTestHid.java
index 1001e4f..697e8b0 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/BaseFileObjectTestHid.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/BaseFileObjectTestHid.java
@@ -150,6 +150,68 @@ public class BaseFileObjectTestHid extends TestBaseHid{
         assertTrue(newFile.getAbsolutePath(), fo.isData());
     }
 
+    public void testFinePathsAroundRoot() throws IOException {
+        FileObject fo = FileUtil.toFileObject(getWorkDir()).getFileSystem().getRoot();
+        StringBuilder sb = new StringBuilder();
+        deep(fo, 3, sb, true);
+        if (sb.indexOf("\\") >= 0) {
+            fail("\\ is not allowed in getPath()s:\n" + sb);
+        }
+        if (sb.indexOf("//") >= 0) {
+            fail("Two // are not allowed\n" + sb);
+        }
+    }
+
+    public void testFineNamesAroundRoot() throws IOException {
+        FileObject fo = FileUtil.toFileObject(getWorkDir()).getFileSystem().getRoot();
+        StringBuilder sb = new StringBuilder();
+        deep(fo, 3, sb, false);
+        if (sb.indexOf("\\") >= 0) {
+            fail("\\ is not allowed in getName()s:\n" + sb);
+        }
+        if (sb.indexOf("//") >= 0) {
+            fail("Two // are not allowed\n" + sb);
+        }
+        if (sb.indexOf("/\n") >= 0) {
+            fail("There is a slash at end of line, which is not allowed\n" + sb);
+        }
+    }
+    
+    private static void deep(FileObject fo, int depth, StringBuilder sb, boolean path) {
+        if (depth-- == 0) {
+            return;
+        }
+        sb.append("  ");
+        String n;
+        if (path) {
+            n = fo.getPath();
+        } else {
+            n = fo.getNameExt();
+        }
+        if (n.length() > 1) {
+            sb.append(n);
+        }
+        sb.append("\n");
+        for (FileObject ch : fo.getChildren()) {
+            deep(ch, depth, sb, path);
+        }
+    }
+    
+    public void testCaseSensitiveFolderRename() throws Exception {
+        FileObject parent = root.getFileObject("testdir/mountdir10");
+        List<FileObject> arr = Arrays.asList(parent.getChildren());
+        FileLock lock = parent.lock();
+        final String up = parent.getName().toUpperCase();
+        parent.rename(lock, up, null);
+        assertEquals("Capital name", up, parent.getNameExt());
+        File real = FileUtil.toFile(parent);
+        assertNotNull("Real file exists", real);
+        assertEquals("It is capitalized too", up, real.getName());
+        
+        List<FileObject> now = Arrays.asList(parent.getChildren());
+        assertEquals("Same children: ", arr, now);
+    }
+    
     public void testRootToFileObject() throws Exception {
         FileObjectFactory fs = FileObjectFactory.getInstance(getWorkDir());
         assertNotNull(fs);
@@ -822,7 +884,7 @@ public class BaseFileObjectTestHid extends TestBaseHid{
         // #176032
         testdir = root.getFileObject(".");
         assertNotNull(testdir);
-        testdir = root.getFileObject("..");
+        testdir = root.getParent();
         assertNotNull(testdir);
     }
     
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/Deadlock54741Test.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/Deadlock54741Test.java
index c4f5ef7..26d336d 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/Deadlock54741Test.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/Deadlock54741Test.java
@@ -45,9 +45,9 @@
 package org.netbeans.modules.masterfs.filebasedfs;
 
 import java.io.File;
-import junit.framework.Test;
+import java.util.logging.Level;
+import java.util.logging.Logger;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.filesystems.FileAttributeEvent;
 import org.openide.filesystems.FileChangeListener;
 import org.openide.filesystems.FileEvent;
@@ -60,7 +60,8 @@ import org.openide.filesystems.FileUtil;
  * @author pzajac
  */
 public class Deadlock54741Test extends NbTestCase {
-    
+    private static final Logger LOG = Logger.getLogger(Deadlock54741Test.class.getName());
+
     private static class DelFileChangeListener implements FileChangeListener {
         public void fileAttributeChanged(FileAttributeEvent fe) {
         }
@@ -95,7 +96,7 @@ public class Deadlock54741Test extends NbTestCase {
             this.fo = fo;
         }
         public void run() {
-            System.out.println("start delete");
+            LOG.fine("start delete");
             try {
                fo.getFileSystem().addFileChangeListener(new DelFileChangeListener());
                FileSystem fs = fo.getFileSystem(); 
@@ -104,7 +105,7 @@ public class Deadlock54741Test extends NbTestCase {
             } catch (Exception e) {
                 e.printStackTrace();
             }
-            System.out.println("end delete");
+            LOG.fine("end delete");
         } 
     }
     
@@ -112,6 +113,11 @@ public class Deadlock54741Test extends NbTestCase {
     public Deadlock54741Test(String testName) {
         super(testName);
     }
+
+    @Override
+    protected Level logLevel() {
+        return Level.FINE;
+    }
     
     public void testDeadLock () throws Exception {
         clearWorkDir();
@@ -154,10 +160,4 @@ public class Deadlock54741Test extends NbTestCase {
         return t;  
     }  
         
-    public static Test suite() {
-        NbTestSuite suite = new NbTestSuite();
-        suite.addTestSuite(Deadlock54741Test.class);
-         
-        return new FileBasedFileSystemTest(suite);
-    }
 }
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/FileBasedURLMapperTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/FileBasedURLMapperTest.java
index f96101c..2b31367 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/FileBasedURLMapperTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/FileBasedURLMapperTest.java
@@ -49,8 +49,6 @@ import org.openide.filesystems.FileObject;
 import org.openide.filesystems.URLMapper;
 import org.openide.filesystems.FileUtil;
 import java.net.URL;
-import junit.framework.Test;
-import junit.framework.TestSuite;
 
 /**
  * @author Radek Matous
@@ -61,12 +59,6 @@ public class FileBasedURLMapperTest extends NbTestCase {
         super(testName);
     }
 
-    public static Test suite() {
-        TestSuite suite = new TestSuite(FileBasedURLMapperTest.class);
-        
-        return suite;
-    }
-
     public void testGetURL64012() throws Exception {
         int type = URLMapper.NETWORK;        
         FileObject fo = FileUtil.toFileObject(getWorkDir());        
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/FileUtilAddRecursiveListenerStopTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/FileUtilAddRecursiveListenerStopTest.java
index 9c20966..2d7cc9f 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/FileUtilAddRecursiveListenerStopTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/FileUtilAddRecursiveListenerStopTest.java
@@ -47,8 +47,10 @@ import java.util.ArrayList;
 import java.util.List;
 import java.util.concurrent.Callable;
 import java.util.logging.Level;
+import java.util.logging.Logger;
 import org.netbeans.junit.Log;
 import org.netbeans.junit.NbTestCase;
+import org.netbeans.junit.RandomlyFails;
 import org.openide.filesystems.FileAttributeEvent;
 import org.openide.filesystems.FileChangeListener;
 import org.openide.filesystems.FileEvent;
@@ -65,6 +67,8 @@ implements Callable<Boolean>, FileChangeListener {
     private FileObject root;
     private List<FileEvent> events = new ArrayList<FileEvent>();
     private int cnt;
+    @SuppressWarnings("NonConstantLogger")
+    private Logger LOG;
 
     public FileUtilAddRecursiveListenerStopTest(String n) {
         super(n);
@@ -72,13 +76,15 @@ implements Callable<Boolean>, FileChangeListener {
 
     @Override
     protected Level logLevel() {
-        return Level.INFO;
+        return Level.FINEST;
     }
 
     @Override
     protected void setUp() throws Exception {
         clearWorkDir();
         
+        LOG = Logger.getLogger("test." + getName());
+        
         root = FileUtil.toFileObject(getWorkDir());
         assertNotNull("Root found", root);
 
@@ -102,24 +108,11 @@ implements Callable<Boolean>, FileChangeListener {
         assertEquals("One event delivered: " + events, 1, events.size());
     }
 
-    public void testAddListenerCanStop() throws IOException {
-        cnt = 2;
-        CharSequence log = Log.enable("org.netbeans.modules.masterfs", Level.INFO);
-        FileUtil.addRecursiveListener(this, getWorkDir(), this);
-        assertEquals("Counter is zero", 0, cnt);
-        if (!log.toString().contains("addRecursiveListener")) {
-            fail("There shall be info about interruption:\n" + log);
-        }
-
-        FileObject fourth = root.getFileObject("5");
-        assertNotNull("Folder found", fourth);
-        fourth.createData("Ahoj");
-        assertTrue("No events delivered: " + events, events.isEmpty());
-    }
-
     @Override
     public Boolean call() throws Exception {
+        LOG.log(Level.INFO, "callback {0}", cnt);
         if (--cnt == 0) {
+            LOG.info("Returning true to stop invocations");
             return Boolean.TRUE;
         }
         return null;
@@ -127,31 +120,43 @@ implements Callable<Boolean>, FileChangeListener {
 
     @Override
     public void fileFolderCreated(FileEvent fe) {
+        LOG.log(Level.INFO, "fileFolderCreated: {0}", fe.getFile());
+        LOG.log(Level.INFO, "Thread dump", new Exception());
         events.add(fe);
     }
 
     @Override
     public void fileDataCreated(FileEvent fe) {
+        LOG.log(Level.INFO, "fileDataCreated: {0}", fe.getFile());
+        LOG.log(Level.INFO, "Thread dump", new Exception());
         events.add(fe);
     }
 
     @Override
     public void fileChanged(FileEvent fe) {
+        LOG.log(Level.INFO, "fileChanged: {0}", fe.getFile());
+        LOG.log(Level.INFO, "Thread dump", new Exception());
         events.add(fe);
     }
 
     @Override
     public void fileDeleted(FileEvent fe) {
+        LOG.log(Level.INFO, "fileDeleted: {0}", fe.getFile());
+        LOG.log(Level.INFO, "Thread dump", new Exception());
         events.add(fe);
     }
 
     @Override
     public void fileRenamed(FileRenameEvent fe) {
+        LOG.log(Level.INFO, "fileRenamed: {0}", fe.getFile());
+        LOG.log(Level.INFO, "Thread dump", new Exception());
         events.add(fe);
     }
 
     @Override
     public void fileAttributeChanged(FileAttributeEvent fe) {
+        LOG.log(Level.INFO, "fileAttributeChanged: {0}", fe.getFile());
+        LOG.log(Level.INFO, "Thread dump", new Exception());
         events.add(fe);
     }
 
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/FileUtilAddRecursiveListenerTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/FileUtilAddRecursiveListenerTest.java
index 48a1760..918cd56 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/FileUtilAddRecursiveListenerTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/FileUtilAddRecursiveListenerTest.java
@@ -78,6 +78,7 @@ public class FileUtilAddRecursiveListenerTest extends NbTestCase {
 
     @Override
     protected void setUp() throws Exception {
+        System.getProperties().put("org.netbeans.modules.masterfs.watcher.disable", "true");
         clearWorkDir();
     }
 
@@ -257,8 +258,6 @@ public class FileUtilAddRecursiveListenerTest extends NbTestCase {
         assertEquals("Wrong number of events when file was created.", 1, fcl.check(EventType.DATA_CREATED));
         // TODO - should be 2
         assertEquals("Wrong number of events when folder created.", 1, fcl.check(EventType.FOLDER_CREATED));
-        // TODO - should be 0
-        assertEquals("Wrong number of Attribute change events (see #129178).", 1, fcl.check(EventType.ATTRIBUTE_CHANGED));
         assertEquals("No other events should be fired.", 0, fcl.checkAll());
 
 //        TestUtils.gcAll();
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/FileUtilTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/FileUtilTest.java
index 6dce268..64945ff 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/FileUtilTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/FileUtilTest.java
@@ -73,6 +73,9 @@ import org.openide.util.test.TestFileUtils;
  * @author Jiri Skrivanek
  */
 public class FileUtilTest extends NbTestCase {
+    static {
+        System.setProperty("org.netbeans.modules.masterfs.watcher.disable", "true");
+    }
 
     public FileUtilTest(String name) {
         super(name);
@@ -219,7 +222,7 @@ public class FileUtilTest extends NbTestCase {
         assertEquals("Event not fired when file was modified.", 1, fcl.check(EventType.CHANGED));
         // 1 if FileObject for dirF is already collected, 2 otherwise
         int eventCount = fcl.check(EventType.ATTRIBUTE_CHANGED);
-        assertTrue("Attribute change event not fired (see #129178).", eventCount > 0 && eventCount < 3);
+        assertEquals("Attribute change event shall not be fired", 0, eventCount);
         fileF.delete();
         dirF.delete();
         FileUtil.refreshAll();
@@ -356,7 +359,7 @@ public class FileUtilTest extends NbTestCase {
         TestFileUtils.touch(newfile, null);
         FileUtil.refreshAll();
         assertEquals("Event not fired when file was modified.", 1, fcl.check(EventType.CHANGED));
-        assertEquals("Attribute change event not fired (see #129178).", 3, fcl.check(EventType.ATTRIBUTE_CHANGED));
+        assertEquals("No other events", 0, fcl.checkAll());
         newfile.delete();
         FileUtil.refreshAll();
         assertEquals("Event not fired when file deleted.", 1, fcl.check(EventType.DELETED));
@@ -556,9 +559,7 @@ public class FileUtilTest extends NbTestCase {
         TestFileUtils.touch(fileF, null);
         FileUtil.refreshAll();
         assertEquals("Wrong number of events when file was modified.", 1, fcl.check(EventType.CHANGED));
-        // 1 if FileObject for dirF is already collected, 2 otherwise
-        int eventCount = fcl.check(EventType.ATTRIBUTE_CHANGED);
-        assertTrue("Attribute change event not fired (see #129178).", eventCount > 0 && eventCount < 3);
+        assertEquals("No other events", 0, fcl.checkAll());
         fileF.delete();
         dirF.delete();
         FileUtil.refreshAll();
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/RecursiveListenerOnOffTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/RecursiveListenerOnOffTest.java
new file mode 100644
index 0000000..4a4e5ae
--- /dev/null
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/RecursiveListenerOnOffTest.java
@@ -0,0 +1,118 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+package org.netbeans.modules.masterfs.filebasedfs;
+
+import java.io.File;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import org.netbeans.junit.MockServices;
+import org.netbeans.junit.NbTestCase;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+import org.netbeans.modules.masterfs.filebasedfs.FileUtilTest.TestFileChangeListener;
+import org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj;
+import org.netbeans.modules.masterfs.providers.ProvidedExtensionsTest;
+
+/**
+ * @author Jaroslav Tulach
+ */
+public class RecursiveListenerOnOffTest extends NbTestCase {
+    static {
+        System.getProperties().put("org.netbeans.modules.masterfs.watcher.disable", "true");
+        MockServices.setServices(ProvidedExtensionsTest.AnnotationProviderImpl.class);
+    }
+
+    private final Logger LOG;
+
+    public RecursiveListenerOnOffTest(String name) {
+        super(name);
+        LOG = Logger.getLogger("TEST." + name);
+    }
+
+    @Override
+    protected void setUp() throws Exception {
+        clearWorkDir();
+    }
+
+    @Override
+    protected Level logLevel() {
+        return Level.FINER;
+    }
+
+    public void testRecursiveListenerIsOn() throws Exception {
+        clearWorkDir();
+        
+        final File rootF = getWorkDir();
+        final File dirF = new File(rootF, "dir");
+        File fileF = new File(dirF, "file1");
+        File subdirF = new File(dirF, "subdir");
+        File subfileF = new File(subdirF, "subfile");
+        File subsubdirF = new File(subdirF, "subsubdir");
+        File subsubfileF = new File(subsubdirF, "subsubfile");
+        subsubdirF.mkdirs();
+
+        TestFileChangeListener fcl = new TestFileChangeListener();
+        FileUtil.addRecursiveListener(fcl, dirF);
+        
+        FileObject fo = FileUtil.toFileObject(subsubdirF);
+        assertNotNull("Found", fo);
+        assertEquals("It is folder", FolderObj.class, fo.getClass());
+        FolderObj obj = (FolderObj)fo;
+        
+        assertTrue("There is a listener around", obj.hasRecursiveListener());
+        
+        FileUtil.addRecursiveListener(fcl, subdirF);
+        
+        assertTrue("There is still a listener around", obj.hasRecursiveListener());
+        
+        FileUtil.removeRecursiveListener(fcl, dirF);
+
+        assertTrue("Listener still remains around", obj.hasRecursiveListener());
+        
+        FileUtil.removeRecursiveListener(fcl, subdirF);
+        assertFalse("No Listener anymore", obj.hasRecursiveListener());
+
+        LOG.info("OK");
+    }
+}
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/children/ChildrenSupportTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/children/ChildrenSupportTest.java
index 10ed247..8265127 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/children/ChildrenSupportTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/children/ChildrenSupportTest.java
@@ -50,10 +50,9 @@ import org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory;
 
 import java.io.File;
 import java.util.*;
-import junit.framework.Test;
-import org.netbeans.junit.NbTestSuite;
 import org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem;
 import org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj;
+import org.openide.util.Mutex.Privileged;
 
 /**
  *
@@ -75,15 +74,6 @@ public class ChildrenSupportTest extends NbTestCase {
         super(testName);
     }
 
-    public static Test suite() {
-        Test suite = null;
-        //suite = new ChildrenSupportTest("testRefresh150009");
-        if (suite == null) {
-            suite = new NbTestSuite(ChildrenSupportTest.class);
-        }
-        return suite;
-    }
-
     public static void assertNoLock() {
         assertFalse("No read and write access", ChildrenSupport.isLock());
     }
@@ -150,9 +140,10 @@ public class ChildrenSupportTest extends NbTestCase {
         FolderObj fo = (FolderObj)FileBasedFileSystem.getFileObject(wDir);
         assertNotNull(fo);
         assertEquals(fo.getFileName(),NamingFactory.fromFile(wDir));
-        ChildrenCache chCache = fo.getChildrenCache();
-        assertNotNull(chCache);
-        ChildrenSupport childrenSupport = (ChildrenSupport)chCache;
+        ChildrenCache orig = fo.getChildrenCache();
+        assertNotNull(orig);
+        ChildrenSupport childrenSupport = (ChildrenSupport)orig;
+        MyCache chCache = new MyCache(orig);
 
         assertFalse(file.exists());
         assertTrue(childrenSupport.isStatus(ChildrenSupport.NO_CHILDREN_CACHED));
@@ -195,15 +186,25 @@ public class ChildrenSupportTest extends NbTestCase {
         FolderObj fo = (FolderObj)FileBasedFileSystem.getFileObject(wDir);
         assertNotNull(fo);
         assertEquals(fo.getFileName(),NamingFactory.fromFile(wDir));
-        ChildrenCache chCache = fo.getChildrenCache();
-        assertNotNull(chCache);
+        ChildrenCache orig = fo.getChildrenCache();
+        assertNotNull(orig);
+        MyCache chCache = new MyCache(orig);
         assertEquals(0,chCache.getChildren(true).size());
-        ChildrenSupport childrenSupport = (ChildrenSupport)chCache;
+        ChildrenSupport childrenSupport = (ChildrenSupport)orig;
         assertEquals(0,childrenSupport.getCachedChildren().size());
         assertTrue(file.createNewFile());
         assertTrue(file2.createNewFile());
 
         assertEquals(2,chCache.refresh().size());
+        
+        Iterator<FileNaming> res = childrenSupport.getCachedChildren().iterator();
+        assertNotNull("Has one element", res.next());
+        
+        assertTrue("Third file created", new File(wDir, "testciao.f").createNewFile());
+        assertEquals("One additional file created", 1, chCache.refresh().size());
+        
+        assertNotNull("Can iterate to next", res.next());
+        assertFalse("And that was the last one", res.hasNext());
     }
 
 
@@ -213,9 +214,10 @@ public class ChildrenSupportTest extends NbTestCase {
         FolderObj fo = (FolderObj)FileBasedFileSystem.getFileObject(wDir);
         assertNotNull(fo);
         assertEquals(fo.getFileName(),NamingFactory.fromFile(wDir));
-        ChildrenCache chCache = fo.getChildrenCache();
-        assertNotNull(chCache);
-        ChildrenSupport childrenSupport = (ChildrenSupport)chCache;
+        ChildrenCache orig = fo.getChildrenCache();
+        assertNotNull(orig);
+        ChildrenSupport childrenSupport = (ChildrenSupport)orig;
+        MyCache chCache = new MyCache(orig);
 
         assertFalse(file.exists());
         assertTrue(childrenSupport.isStatus(ChildrenSupport.NO_CHILDREN_CACHED));
@@ -258,9 +260,10 @@ public class ChildrenSupportTest extends NbTestCase {
         FolderObj fo = (FolderObj)FileBasedFileSystem.getFileObject(wDir);
         assertNotNull(fo);
         assertEquals(fo.getFileName(),NamingFactory.fromFile(wDir));
-        ChildrenCache chCache = fo.getChildrenCache();
-        assertNotNull(chCache);
-        ChildrenSupport childrenSupport = (ChildrenSupport)chCache;
+        ChildrenCache orig = fo.getChildrenCache();
+        assertNotNull(orig);
+        ChildrenSupport childrenSupport = (ChildrenSupport)orig;
+        MyCache chCache = new MyCache(orig);
 
         assertFalse(file.exists());
         assertTrue(childrenSupport.isStatus(ChildrenSupport.NO_CHILDREN_CACHED));
@@ -295,7 +298,7 @@ public class ChildrenSupportTest extends NbTestCase {
         assertTrue(file.createNewFile());
         assertNull(chCache.getChild(file.getName(),false));
         assertTrue(chCache.getChildren(false).isEmpty());
-        m = childrenSupport.refresh(NamingFactory.fromFile(wDir));
+        m = refresh(childrenSupport, NamingFactory.fromFile(wDir));
         assertEquals(1, m.keySet().size());
         assertEquals(m.keySet().toArray()[0],NamingFactory.fromFile(file));
         assertEquals(m.values().toArray()[0],ChildrenCache.ADDED_CHILD);
@@ -306,6 +309,98 @@ public class ChildrenSupportTest extends NbTestCase {
         assertTrue(childrenSupport.isStatus(ChildrenSupport.ALL_CHILDREN_CACHED));
     }
 
+    private Map refresh(ChildrenSupport childrenSupport, FileNaming fromFile) {
+        Runnable[] task = new Runnable[1];
+        Map<FileNaming, Integer> res = null;
+        while (res == null) {
+            if (task[0] != null) {
+                task[0].run();
+            }
+            res = childrenSupport.refresh(fromFile, task);
+        }
+        return res;
+        
+    }
+    private Set<FileNaming> getChildren(ChildrenSupport childrenSupport, FileNaming fromFile, boolean b) {
+        Runnable[] task = new Runnable[1];
+        Set<FileNaming> res = null;
+        while (res == null) {
+            if (task[0] != null) {
+                task[0].run();
+            }
+            res = childrenSupport.getChildren(fromFile, b, task);
+        }
+        return res;
+        
+    }
+    
+    private static class MyCache implements ChildrenCache {
+        ChildrenCache delegate;
+
+        public MyCache(ChildrenCache delegate) {
+            this.delegate = delegate;
+        }
+
+        @Override
+        public void removeChild(FileNaming childName) {
+            delegate.removeChild(childName);
+        }
+
+        @Override
+        public Map<FileNaming, Integer> refresh(Runnable[] task) {
+            return delegate.refresh(task);
+        }
+        public Map<FileNaming, Integer> refresh() {
+            Runnable[] task = new Runnable[1];
+            Map<FileNaming, Integer> res = null;
+            while (res == null) {
+                if (task[0] != null) {
+                    task[0].run();
+                }
+                res = delegate.refresh(task);
+            }
+            return res;
+        }
+
+        @Override
+        public boolean isCacheInitialized() {
+            return delegate.isCacheInitialized();
+        }
+
+        @Override
+        public Privileged getMutexPrivileged() {
+            return delegate.getMutexPrivileged();
+        }
+
+        @Override
+        public Set<FileNaming> getChildren(boolean rescan, Runnable[] task) {
+            return delegate.getChildren(rescan, task);
+        }
+        public Set<FileNaming> getChildren(boolean rescan) {
+            Runnable[] task = new Runnable[1];
+            Set<FileNaming> res = null;
+            while (res == null) {
+                if (task[0] != null) {
+                    task[0].run();
+                }
+                res = delegate.getChildren(rescan, task);
+            }
+            return res;
+        }
+
+        @Override
+        public FileNaming getChild(String childName, boolean rescan) {
+            return delegate.getChild(childName, rescan);
+        }
+
+        @Override
+        public Set<FileNaming> getCachedChildren() {
+            return delegate.getCachedChildren();
+        }
+        
+        
+    }
+
 
 
     /**
@@ -320,7 +415,7 @@ public class ChildrenSupportTest extends NbTestCase {
      * Test of getChildren method, of class org.netbeans.modules.masterfs.children.FolderPathItems.
      */
     public void testGetChildrenPathItems() throws Exception{
-        Set childItems = folderItem.getChildren(folderName, true);
+        Set childItems = getChildren(folderItem, folderName, true);
         List lst = Arrays.asList(testFile.listFiles());
         Iterator it = childItems.iterator();
         while (it.hasNext()) {
@@ -334,7 +429,7 @@ public class ChildrenSupportTest extends NbTestCase {
      * Test of getFileName method, of class org.netbeans.modules.masterfs.children.FolderPathItems.
      */
     public void testGetChildItem() throws Exception{
-        folderItem.getChildren(folderName, true);
+        getChildren(folderItem, folderName, true);
         List lst = Arrays.asList(testFile.listFiles());
         Iterator it = lst.iterator();
         while (it.hasNext()) {
@@ -348,7 +443,7 @@ public class ChildrenSupportTest extends NbTestCase {
     public void testRefresh () throws Exception {
         FileNaming fpiName = NamingFactory.fromFile(fbase);
         ChildrenSupport fpi = new ChildrenSupport();
-        fpi.getChildren(fpiName, true);
+        getChildren(fpi, fpiName, true);
         assertTrue (removed1.delete());
         assertTrue (removed2.delete());
         assertTrue (added1.mkdirs());
@@ -357,7 +452,7 @@ public class ChildrenSupportTest extends NbTestCase {
         List added = Arrays.asList(new String[] {"added1", "added2"});
         List removed = Arrays.asList(new String[] {"removed1", "removed2"});
 
-        Map changes = fpi.refresh(fpiName);
+        Map changes = refresh(fpi, fpiName);
         Iterator it = changes.entrySet().iterator();
         while (it.hasNext()) {
             Map.Entry entry = (Map.Entry) it.next();
@@ -382,7 +477,7 @@ public class ChildrenSupportTest extends NbTestCase {
         assertTrue (added1.mkdirs());
         assertTrue (added2.mkdirs());
 
-        Map changes = fpi.refresh(fpiName);
+        Map changes = refresh(fpi, fpiName);
         Iterator it = changes.entrySet().iterator();
         while (it.hasNext()) {
             Map.Entry entry = (Map.Entry) it.next();
@@ -412,12 +507,11 @@ public class ChildrenSupportTest extends NbTestCase {
     public void testRefresh150009() {
         FileNaming fpiName = NamingFactory.fromFile(fbase);
         // remove and plug our File implementation
-        NamingFactory.remove(fpiName, fpiName.getId());
         fpiName = NamingFactory.fromFile(new File150009(fbase));
         ChildrenSupport fpi = new ChildrenSupport();
         assertNotNull(fpi.getChild("removed1", fpiName, false));
         assertNotNull(fpi.getChild("removed2", fpiName, false));
-        assertFalse("Children must not be deleted when File.listFiles() returns null.", fpi.getChildren(fpiName, true).isEmpty());
+        assertFalse("Children must not be deleted when File.listFiles() returns null.", getChildren(fpi, fpiName, true).isEmpty());
     }
 
 }
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/ExternalTouchTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/ExternalTouchTest.java
index e2bc14f..c952045 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/ExternalTouchTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/ExternalTouchTest.java
@@ -251,9 +251,6 @@ public class ExternalTouchTest extends NbTestCase {
             }
 
             public void fileAttributeChanged(FileAttributeEvent fe) {
-                if (fe.getName().startsWith("DataEditorSupport.read-only.refresh")) {
-                    return;
-                }
                 LOG.info("AttributeChanged: " + fe.getFile());
                 sb.append("AttributeChanged");
             }
@@ -293,6 +290,16 @@ public class ExternalTouchTest extends NbTestCase {
 
         flat.assertMessages("No messages in flat mode", "");
         recursive.assertMessages("written", "Changed");
+        
+        fo.setReadOnly();
+        LOG.info("Read-only refresh before");
+        FileUtil.refreshAll();
+        LOG.info("Read-only refresh after");
+        
+        flat.assertMessages("No messages in flat mode", "");
+        recursive.assertMessages("attribute changed", "AttributeChanged");
+        
+        fo.setWritable(true);
 
         fo.delete();
         FileUtil.refreshAll();
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FileObjTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FileObjTest.java
index f11ab01..4cb53f8 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FileObjTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FileObjTest.java
@@ -67,6 +67,11 @@ public class FileObjTest extends NbTestCase {
         super(testName);
     }
 
+    @Override
+    protected int timeOut() {
+        return 60000;
+    }
+
     /** Tests it is not possible to create duplicate FileObject for the same path.
      * - create FO1
      * - create FO2
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FolderObjCacheTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FolderObjCacheTest.java
new file mode 100644
index 0000000..a9047c1
--- /dev/null
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FolderObjCacheTest.java
@@ -0,0 +1,179 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.netbeans.modules.masterfs.filebasedfs.fileobjects;
+
+import java.io.File;
+import java.io.IOException;
+import java.lang.ref.WeakReference;
+import java.util.Arrays;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import org.netbeans.junit.NbTestCase;
+import org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem;
+import org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+
+/**
+ * FolderObjTest.java
+ * @author Radek Matous
+ */
+public class FolderObjCacheTest extends NbTestCase {
+    static {
+        System.setSecurityManager(FileChangedManager.getInstance());
+    }
+    
+    Logger LOG;
+    
+    public FolderObjCacheTest(String testName) {
+        super(testName);
+    }
+            
+    @Override
+    protected void setUp() throws Exception {
+        LOG = Logger.getLogger("test." + getName());
+        try {
+            clearWorkDir();
+        } catch (IOException ex) {
+            LOG.log(Level.WARNING, "Cannot clear work dir for some reason", ex);
+        }
+    }
+
+    @Override
+    protected Level logLevel() {
+        return Level.FINEST;
+    }
+
+    public void testFileObjectDistributionWorksAccuratelyAccordingToChildrenCache() throws IOException {
+        doWork(false);
+    }
+
+    public void testFileObjectDistributionWorksAccuratelyAccordingToChildrenCacheWithGC() throws IOException {
+        doWork(true);
+    }
+
+    private void doWork(boolean gc) throws IOException {
+        File wd = null;
+        for (int i = 0; i < 1000; i++) {
+            wd = new File(getWorkDir(), "dir" + i);
+            if (!wd.exists() && wd.mkdirs()) {
+                break;
+            }
+        }
+        LOG.log(Level.INFO, "Using wd: {0}", wd);
+        
+        final FileObject workDirFo = FileBasedFileSystem.getFileObject(wd);
+        assertNotNull(workDirFo);        
+        assertNotNull(workDirFo.getFileSystem().findResource(workDirFo.getPath()));                
+        File fold = new File(wd,"fold");//NOI18N
+        assertNull(FileUtil.toFileObject(fold));
+        FileObject foldFo = workDirFo.createFolder(fold.getName());
+        assertNotNull(foldFo);
+        
+        foldFo.delete();
+        assertNull(FileBasedFileSystem.getFileObject(fold));        
+        assertNull(FileBasedFileSystem.getFileObject(fold));
+        assertNull(workDirFo.getFileObject(fold.getName()));                
+        assertFalse(existsChild(workDirFo, fold.getName()));
+        fold.mkdir();
+        assertNotNull((workDirFo.getFileSystem()).findResource(workDirFo.getPath()+"/"+fold.getName()));                
+        assertNotNull(workDirFo.getFileObject(fold.getName()));                        
+        assertTrue(existsChild(workDirFo, fold.getName()));        
+        workDirFo.refresh();
+        assertNotNull(workDirFo.getFileObject(fold.getName()));        
+        assertTrue(existsChild(workDirFo, fold.getName()));        
+        FileObject gcFo = workDirFo.getFileObject(fold.getName());
+        assertNotNull("One exists", gcFo);
+        fold.delete();
+        assertNull("Immediatelly invalidated thanks to FileChangedManager", workDirFo.getFileObject(fold.getName()));
+        assertFalse(existsChild(workDirFo, fold.getName()));
+        assertFalse("No longer valid", gcFo.isValid());
+        
+        if (gc) {
+            WeakReference<Object> ref = new WeakReference<Object>(gcFo);
+            gcFo = null;
+            assertGC("Can be GCed", ref);
+        }
+        
+        LOG.info("Before mkdir: " + fold);
+        fold.mkdir();
+        LOG.info("After mkdir: " + fold);
+        final FileObject okFn = workDirFo.getFileObject(fold.getName());
+        if (okFn == null) {
+            LOG.log(Level.INFO, "show children: {0}", Arrays.toString(workDirFo.getChildren()));
+        }
+        assertNotNull("Just created folder shall be visible", okFn);
+        LOG.info("OK, passed thru");
+        assertTrue(existsChild(workDirFo, fold.getName()));        
+        workDirFo.getFileSystem().refresh(false);
+        assertNotNull(workDirFo.getFileObject(fold.getName()));                                        
+        assertTrue(existsChild(workDirFo, fold.getName()));        
+        foldFo.delete();
+        assertNull(workDirFo.getFileObject(fold.getName()));                                        
+        assertFalse(existsChild(workDirFo, fold.getName()));        
+        fold.mkdir();
+        //assertNull(((FileBasedFileSystem)workDirFo.getFileSystem()).findFileObject(fold));                
+        //assertNull(MasterFileSystem.getFileObject(fold));                                
+        assertNotNull(workDirFo.getFileObject(fold.getName()));                                        
+        assertTrue(existsChild(workDirFo, fold.getName()));        
+        workDirFo.getFileSystem().refresh(false);
+        assertNotNull(workDirFo.getFileObject(fold.getName()));                                        
+        assertTrue(existsChild(workDirFo, fold.getName()));        
+        fold.delete();
+        assertNull(workDirFo.getFileObject(fold.getName()));                                
+        assertFalse(existsChild(workDirFo, fold.getName()));                
+    }
+   
+   private static boolean existsChild(final FileObject folder, final String childName) {
+       FileObject[] childs = folder.getChildren();
+       for (int i = 0; i < childs.length; i++) {
+           if (childs[i].getNameExt().equals(childName)) {
+               return true;
+           } 
+       }
+       return false;
+   }
+        
+}
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FolderObjTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FolderObjTest.java
index b03e436..50324a4 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FolderObjTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/FolderObjTest.java
@@ -84,6 +84,7 @@ import org.openide.util.Utilities;
  */
 public class FolderObjTest extends NbTestCase {
     File testFile;
+    Logger LOG;
     
     public FolderObjTest(String testName) {
         super(testName);
@@ -92,6 +93,7 @@ public class FolderObjTest extends NbTestCase {
     @Override
     protected void setUp() throws Exception {
         clearWorkDir();
+        LOG = Logger.getLogger("test." + getName());
         testFile = getWorkDir();        
     }
 
@@ -99,7 +101,8 @@ public class FolderObjTest extends NbTestCase {
     protected Level logLevel() {
         String[] testsWithEnabledLogger = new String[] {
             "testCreateFolder72617",
-            "testCreateData72617"
+            "testCreateData72617",
+            ".testBug127256"
         };
         return (Arrays.asList(testsWithEnabledLogger).contains(getName())) ? 
             Level.FINEST : Level.OFF;
@@ -121,11 +124,57 @@ public class FolderObjTest extends NbTestCase {
         public void flush() {}
         public void close() { flush(); }
     }
+    
+    public void testRenameWithAttributes() throws Exception {
+        final FileObject workDirFo = FileBasedFileSystem.getFileObject(getWorkDir());
+        FileObject folder = workDirFo.createFolder("a");
+        folder.createData("non.empty");
+        folder.setAttribute("name", "jmeno");
+        assertEquals("jmeno", folder.getAttribute("name"));
+        FileLock lock = folder.lock();
+        folder.rename(lock, "b", null);
+        lock.releaseLock();
+        assertEquals("Name is not b", "b", folder.getNameExt());
+        WeakReference<?> ref = new WeakReference<FileObject>(folder);
+        folder = null;
+        assertGC("Folder can disappear", ref);
+        folder = workDirFo.getFileObject("b");
+        assertNotNull("Folder b found", folder);
+        assertEquals("The attribute remains even after rename", "jmeno", folder.getAttribute("name"));
+        assertEquals("One children", 1, folder.getChildren().length);
+    }
+
+    public void testMoveWithAttributes() throws Exception {
+        final FileObject workDirFo = FileBasedFileSystem.getFileObject(getWorkDir());
+        FileObject target = workDirFo.createFolder("target");
+        FileObject folder = workDirFo.createFolder("a");
+        folder.createData("non.empty");
+        folder.setAttribute("name", "jmeno");
+        assertEquals("jmeno", folder.getAttribute("name"));
+        FileLock lock = folder.lock();
+        FileObject newF = folder.move(lock, target, "b", null);
+        assertFalse("Invalidated", folder.isValid());
+        lock.releaseLock();
+        assertEquals("Name is not b", "b", newF.getNameExt());
+        WeakReference<?> ref = new WeakReference<FileObject>(newF);
+        newF = null;
+        assertGC("Folder can disappear", ref);
+        folder = target.getFileObject("b");
+        assertNotNull("Folder b found", folder);
+        assertEquals("The attribute remains even after rename", "jmeno", folder.getAttribute("name"));
+        assertEquals("One children", 1, folder.getChildren().length);
+    }
 
     public void testBug127256() throws Exception {
         final FileObject workDirFo = FileBasedFileSystem.getFileObject(getWorkDir());
-        workDirFo.createFolder("a").delete();
-        assertNotNull(workDirFo.createData("a"));
+        FileObject folder = workDirFo.createFolder("a");
+        assertTrue("Is folder", folder.isFolder());
+        folder.delete();
+        FileObject data = workDirFo.createData("a");
+        assertNotNull(data);
+        assertTrue("Is data", data.isData());
+        assertTrue("Data is valid", data.isValid());
+        assertFalse("Folder is invalid", folder.isValid());
     }
     
     public void testAsyncCall() throws Exception {
@@ -291,68 +340,6 @@ public class FolderObjTest extends NbTestCase {
     }
     
 
-   public void testFileObjectDistributionWorksAccuratelyAccordingToChildrenCache() throws IOException  {
-        final FileObject workDirFo = FileBasedFileSystem.getFileObject(getWorkDir());
-        assertNotNull(workDirFo);        
-        assertNotNull(workDirFo.getFileSystem().findResource(workDirFo.getPath()));                
-        File fold = new File(getWorkDir(),"fold");//NOI18N
-        assertNull(FileUtil.toFileObject(fold));
-        FileObject foldFo = workDirFo.createFolder(fold.getName());
-        assertNotNull(foldFo);
-        
-        foldFo.delete();
-        assertNull(FileBasedFileSystem.getFileObject(fold));        
-        assertNull(FileBasedFileSystem.getFileObject(fold));
-        assertNull(workDirFo.getFileObject(fold.getName()));                
-        assertFalse(existsChild(workDirFo, fold.getName()));
-        fold.mkdir();
-        assertNotNull((workDirFo.getFileSystem()).findResource(workDirFo.getPath()+"/"+fold.getName()));                
-        assertNotNull(workDirFo.getFileObject(fold.getName()));                        
-        assertTrue(existsChild(workDirFo, fold.getName()));        
-        workDirFo.refresh();
-        assertNotNull(workDirFo.getFileObject(fold.getName()));        
-        assertTrue(existsChild(workDirFo, fold.getName()));        
-        fold.delete();
-        assertNotNull(workDirFo.getFileObject(fold.getName()));                                        
-        assertTrue(existsChild(workDirFo, fold.getName()));        
-        workDirFo.refresh();
-        assertNull(workDirFo.getFileObject(fold.getName()));                                        
-        assertFalse(existsChild(workDirFo, fold.getName()));        
-        fold.mkdir();
-        assertNotNull(workDirFo.getFileObject(fold.getName()));
-        assertTrue(existsChild(workDirFo, fold.getName()));        
-        workDirFo.getFileSystem().refresh(false);
-        assertNotNull(workDirFo.getFileObject(fold.getName()));                                        
-        assertTrue(existsChild(workDirFo, fold.getName()));        
-        foldFo.delete();
-        assertNull(workDirFo.getFileObject(fold.getName()));                                        
-        assertFalse(existsChild(workDirFo, fold.getName()));        
-        fold.mkdir();
-        //assertNull(((FileBasedFileSystem)workDirFo.getFileSystem()).findFileObject(fold));                
-        //assertNull(MasterFileSystem.getFileObject(fold));                                
-        assertNotNull(workDirFo.getFileObject(fold.getName()));                                        
-        assertTrue(existsChild(workDirFo, fold.getName()));        
-        workDirFo.getFileSystem().refresh(false);
-        assertNotNull(workDirFo.getFileObject(fold.getName()));                                        
-        assertTrue(existsChild(workDirFo, fold.getName()));        
-        fold.delete();
-        assertNotNull(workDirFo.getFileObject(fold.getName()));                                        
-        assertTrue(existsChild(workDirFo, fold.getName()));        
-        workDirFo.getFileSystem().refresh(false);
-        assertNull(workDirFo.getFileObject(fold.getName()));                                
-        assertFalse(existsChild(workDirFo, fold.getName()));                
-    }
-   
-   private static boolean existsChild(final FileObject folder, final String childName) {
-       FileObject[] childs = folder.getChildren();
-       for (int i = 0; i < childs.length; i++) {
-           if (childs[i].getNameExt().equals(childName)) {
-               return true;
-           } 
-       }
-       return false;
-   }
-        
     public void testChildren() throws Exception {
         final FolderObj testRoot = (FolderObj)FileBasedFileSystem.getFileObject(getWorkDir());
         assertNotNull(testRoot);
@@ -1563,10 +1550,10 @@ public class FolderObjTest extends NbTestCase {
         
         fs.removeFileChangeListener(fcl);
         assertEquals(0,events.size());
-        assertEquals("After first call the fileobject is invalidated", 1,createdIncrement.size());
-        assertEquals("After first call the fileobject is invalidated too", 1, deletedIncrement.size());
+        assertEquals(stepsCount,createdIncrement.size());
+        assertEquals(stepsCount,deletedIncrement.size());
         
-    }
+     }
     
     public void testRefreshDoesNotMultiplyFileObjects_89059 () throws Exception {
         FileObject fo = FileBasedFileSystem.getFileObject(testFile);
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/NoLockWhenRefreshIOTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/NoLockWhenRefreshIOTest.java
new file mode 100644
index 0000000..21f0fb8
--- /dev/null
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/NoLockWhenRefreshIOTest.java
@@ -0,0 +1,139 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.netbeans.modules.masterfs.filebasedfs.fileobjects;
+
+import java.io.File;
+import java.io.IOException;
+import java.security.Permission;
+import java.util.Arrays;
+import java.util.List;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import org.netbeans.junit.NbTestCase;
+import org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+
+/**
+ */
+public class NoLockWhenRefreshIOTest extends NbTestCase {
+    static {
+        assertFalse("No lock & preload the code", ChildrenSupport.isLock());
+    }
+
+    
+    Logger LOG;
+    
+    public NoLockWhenRefreshIOTest(String testName) {
+        super(testName);
+    }
+            
+    @Override
+    protected void setUp() throws Exception {
+        LOG = Logger.getLogger("test." + getName());
+        try {
+            clearWorkDir();
+        } catch (IOException ex) {
+            LOG.log(Level.WARNING, "Cannot clear work dir for some reason", ex);
+        }
+        
+        File dir = new File(getWorkDir(), "dir");
+        dir.mkdir();
+        
+        for (int i = 0; i < 100; i++) {
+            new File(dir, "x" + i + ".txt").createNewFile();
+            new File(dir, "d" + i).mkdir();
+        }
+        
+        assertEquals("Two hundred", 200, dir.list().length);
+    }
+
+    @Override
+    protected Level logLevel() {
+        return Level.INFO;
+    }
+
+    public void testRefreshOfAFolder() throws IOException {
+        FileObject fo = FileUtil.toFileObject(getWorkDir());
+        FileObject dir = fo.getFileObject("dir");
+        assertNotNull("dir found", dir);
+        System.setSecurityManager(new AssertNoLockManager(getWorkDirPath()));
+        List<FileObject> arr = Arrays.asList(dir.getChildren());
+        dir.refresh();
+        List<FileObject> arr2 = Arrays.asList(dir.getChildren());
+        
+        assertEquals("Same results", arr, arr2);
+    }
+    
+    
+    private static class AssertNoLockManager extends SecurityManager {
+        final String prefix;
+
+        public AssertNoLockManager(String p) {
+            prefix = p;
+        }
+
+        @Override
+        public void checkRead(String string) {
+            if (string.startsWith(prefix)) {
+                assertFalse("No lock", ChildrenSupport.isLock());
+            }
+        }
+
+        @Override
+        public void checkRead(String string, Object o) {
+            checkRead(string);
+        }
+
+        @Override
+        public void checkPermission(Permission prmsn) {
+        }
+
+        @Override
+        public void checkPermission(Permission prmsn, Object o) {
+        }
+    }
+        
+}
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/RefreshSlowTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/RefreshSlowTest.java
new file mode 100644
index 0000000..dd8ad30
--- /dev/null
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/RefreshSlowTest.java
@@ -0,0 +1,112 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.masterfs.filebasedfs.fileobjects;
+
+import java.awt.event.ActionEvent;
+import java.io.File;
+import java.io.IOException;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import org.netbeans.junit.NbTestCase;
+import org.netbeans.modules.masterfs.watcher.Watcher;
+import org.openide.filesystems.FileChangeAdapter;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+
+/**
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+public final class RefreshSlowTest extends  NbTestCase {
+    public RefreshSlowTest(String n) {
+        super(n);
+    }
+
+    @Override
+    protected Level logLevel() {
+        return Level.FINE;
+    }
+
+    public void testByDefaultTheRefreshIgnoresRecListeners() throws IOException {
+        Logger LOG = Logger.getLogger("test." + getName());
+        if (!Watcher.isEnabled()) {
+            LOG.warning("Have to skip the test, as native watching is disabled");
+            LOG.log(Level.WARNING, "os.name: {0} os.version: {1} os.arch: {2}", new Object[] {
+                    System.getProperty("os.name"), 
+                    System.getProperty("os.version"), 
+                    System.getProperty("os.arch")
+            });
+            return;
+        }
+        
+        File d = new File(new File(getWorkDir(), "dir"), "subdir");
+        d.mkdirs();
+        
+        FileChangeAdapter ad = new FileChangeAdapter();
+        
+        FileUtil.addRecursiveListener(ad, getWorkDir());
+
+        final FileObject fo = FileUtil.toFileObject(getWorkDir());
+        Runnable r = (Runnable) fo.getFileSystem().getRoot().getAttribute("refreshSlow");
+        final int cnt[] = { 0 };
+        ActionEvent ae = new ActionEvent(this, 0, "") {
+            @Override
+            public void setSource(Object newSource) {
+                assertTrue(newSource instanceof Object[]);
+                Object[] arr = (Object[]) newSource;
+                assertTrue("Three elements at least ", 3 <= arr.length);
+                assertTrue("3rd is fileobject", arr[2] instanceof FileObject);
+                FileObject checked = (FileObject) arr[2];
+                assertFalse(checked + " shall not be a children of " + fo, FileUtil.isParentOf(fo, checked));
+                super.setSource(newSource);
+                cnt[0]++;
+                fail("" + checked +"\n" + fo);
+            }
+        };
+        
+        r.equals(ae);
+        r.run();
+        
+        assertEquals("No calls to refresh", 0, cnt[0]);
+    }
+
+}
\ No newline at end of file
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/StatFilesTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/StatFilesTest.java
index 45b14c6..cc61fbe 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/StatFilesTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/StatFilesTest.java
@@ -353,13 +353,13 @@ public class StatFilesTest extends NbTestCase {
         FileObject fobj = getFileObject(testFile);
         monitor.reset();
         fobj.refresh();
-        monitor.getResults().assertResult(2, StatFiles.ALL);
-        monitor.getResults().assertResult(2, StatFiles.READ);
+        monitor.getResults().assertResult(3, StatFiles.ALL);
+        monitor.getResults().assertResult(3, StatFiles.READ);
         //second time
         monitor.reset();
         fobj.refresh();
-        monitor.getResults().assertResult(2, StatFiles.ALL);
-        monitor.getResults().assertResult(2, StatFiles.READ);
+        monitor.getResults().assertResult(3, StatFiles.ALL);
+        monitor.getResults().assertResult(3, StatFiles.READ);
     }
 
     private void monitor() {
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/TestUtils.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/TestUtils.java
index fa7bdab..b7359f6 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/TestUtils.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/TestUtils.java
@@ -50,8 +50,12 @@ import java.util.ArrayList;
 import java.util.List;
 import java.util.logging.Level;
 import java.util.logging.Logger;
+import junit.framework.Assert;
 import junit.framework.AssertionFailedError;
 import org.netbeans.junit.NbTestCase;
+import org.netbeans.modules.masterfs.watcher.Watcher;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileStateInvalidException;
 
 public class TestUtils {
     private static final Logger LOG = Logger.getLogger(TestUtils.class.getName());
@@ -109,4 +113,13 @@ public class TestUtils {
         LOG.info("end of file objects");
     }
 
+    public static Runnable findSlowRefresh(FileObject fo) throws FileStateInvalidException {
+        Object r = fo.getFileSystem().getRoot().getAttribute("refreshSlow");
+        Assert.assertNotNull("Runnable for refreshSlow found", r);
+        Assert.assertEquals("Right class", RefreshSlow.class, r.getClass());
+        RefreshSlow rs = (RefreshSlow)r;
+        Assert.assertTrue("Can only be used when proper property is set", Boolean.getBoolean("org.netbeans.modules.masterfs.watcher.disable"));
+        Assert.assertFalse("Watcher is really disabled", Watcher.isEnabled());
+        return rs;
+    }
 }
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/WatcherDeadlockTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/WatcherDeadlockTest.java
new file mode 100644
index 0000000..0bdf2c5
--- /dev/null
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/fileobjects/WatcherDeadlockTest.java
@@ -0,0 +1,161 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.masterfs.filebasedfs.fileobjects;
+
+import java.awt.Image;
+import java.io.File;
+import java.io.IOException;
+import java.util.Enumeration;
+import java.util.HashSet;
+import java.util.List;
+import java.util.Set;
+import javax.swing.Action;
+import org.netbeans.junit.MockServices;
+import org.netbeans.junit.NbTestCase;
+import org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj;
+import org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory;
+import org.netbeans.modules.masterfs.providers.AnnotationProvider;
+import org.netbeans.modules.masterfs.providers.InterceptionListener;
+import org.netbeans.modules.masterfs.providers.ProvidedExtensions;
+import org.netbeans.modules.masterfs.watcher.Watcher;
+import org.openide.filesystems.FileChangeAdapter;
+import org.openide.filesystems.FileChangeListener;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+import org.openide.util.RequestProcessor;
+import org.openide.util.RequestProcessorTest;
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+public class WatcherDeadlockTest extends NbTestCase {
+
+    public WatcherDeadlockTest(String name) {
+        super(name);
+    }
+
+    @Override
+    protected int timeOut() {
+        return 5000;
+    }
+
+    public void testDeadlockWhileRefesh() throws IOException {
+        clearWorkDir();
+        
+        MockServices.setServices(Watcher.class, AnnotationProviderImpl.class);
+        final File root = new File(getWorkDir(), "root");
+        
+        File f = new File(new File(new File(root, "x"), "y"), "z");
+        f.mkdirs();
+        final FileObject r = FileUtil.toFileObject(root);
+        r.refresh(true);
+        
+        Set<FileObject> all = new HashSet<FileObject>();
+        Enumeration<? extends FileObject> en = r.getChildren(true);
+        while (en.hasMoreElements()) {
+            FileObject fileObject = en.nextElement();
+            all.add(fileObject);
+        }
+        assertEquals("Some files: " + all, 3, all.size());
+        
+        FileChangeListener l = new FileChangeAdapter();
+        FileUtil.addRecursiveListener(l, root);
+        
+        FileChangeListener l2 = new FileChangeAdapter();
+        FileUtil.addRecursiveListener(l2, root);
+    }
+
+    public static class AnnotationProviderImpl extends AnnotationProvider  {
+        private ProvidedExtensionsImpl impl = new ProvidedExtensionsImpl();
+        @Override
+        public InterceptionListener getInterceptionListener() {
+            return impl;
+        }
+
+        @Override
+        public String annotateName(String name, Set<? extends FileObject> files) {
+            return name;
+        }
+
+        @Override
+        public Image annotateIcon(Image icon, int iconType, Set<? extends FileObject> files) {
+            return icon;
+        }
+
+        @Override
+        public String annotateNameHtml(String name, Set<? extends FileObject> files) {
+            return name;
+        }
+
+        @Override
+        public Action[] actions(Set<? extends FileObject> files) {
+            return null;
+        }
+    }
+    
+    private static class ProvidedExtensionsImpl extends ProvidedExtensions implements Runnable {
+        private static final RequestProcessor RP = new RequestProcessor("refresh me");
+        private ThreadLocal<Boolean> STOP = new ThreadLocal<Boolean>();
+        private FileObjectFactory fact;
+        @Override
+        public long refreshRecursively(File dir, long lastTimeStamp, List<? super File> children) {
+            fact = FileObjectFactory.getInstance(dir);
+            BaseFileObj obj = fact.getValidFileObject(dir, FileObjectFactory.Caller.Others);
+            assertNotNull("Obj found", obj);
+            Object prev = STOP.get();
+            if (prev == null) try {
+                STOP.set(Boolean.TRUE);
+                RP.post(this).waitFinished();
+            } finally {
+                STOP.set(null);
+            }
+            return -1;
+        }
+        
+        @Override
+        public void run() {
+            fact.refresh(null, true, true);
+        }
+    }
+}
\ No newline at end of file
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/naming/FileNameTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/naming/FileNameTest.java
index a649fd1..27809a9 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/naming/FileNameTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/naming/FileNameTest.java
@@ -44,12 +44,14 @@
 
 package org.netbeans.modules.masterfs.filebasedfs.naming;
 
+import java.io.IOException;
 import java.lang.ref.WeakReference;
 import org.netbeans.junit.NbTestCase;
 import java.io.File;
 import java.lang.ref.Reference;
 import java.util.ArrayList;
 import java.util.List;
+import org.netbeans.modules.masterfs.filebasedfs.utils.Utils;
 
 /**
  *
@@ -77,7 +79,82 @@ public class FileNameTest extends NbTestCase {
         n2 = NamingFactory.fromFile(f2);
         n3 = NamingFactory.fromFile(f3);        
     }
+    
+    public void testCzechNames() throws Exception {
+        File f1 = new File (getWorkDir(), "IMístnost.java");
+        File f2 = new File (getWorkDir(), "IMístnost_115.java");
+        
+        n1 = NamingFactory.fromFile(f1);
+        n2 = NamingFactory.fromFile(f2);
+        
+        assertEquals(f1.getName(), n1.getName().toString());
+        assertEquals(f2.getName(), n2.getName().toString());
+
+    }
+
+    public void testCollision() throws Exception {
+        File root = new File(getWorkDir(), "root");
+        root.mkdirs();
+        
+        // File hash code is based on path. There are many known String collisions
+        // though we need the colliding Strings to be:
+        //   1. of the same length, so the collision is not broken by random prefix
+        //   2. lower case, to not be affected by lower-casing the path on Win
+        // For simplicity, I have chosen "y6" and "wt". They collide with xU too,
+        // but that doesn't pass our 2. test on Windows
+        File file1 = new File (root, "y6");
+        File file2 = new File (root, "wt");
+        
+        // verify that the test itself is effective
+        assertEquals("There should be a hash collision, nothing is tested otherwise", file1.hashCode(), file2.hashCode());
 
+        n1 = NamingFactory.fromFile(file1);
+        n2 = NamingFactory.fromFile(file2);
+        n3 = NamingFactory.fromFile(file1);
+        
+        assertNotSame("Different files, different names", n1, n2);
+        assertSame("Same file, same name", n1, n3);        
+        
+        Reference<?> ref = new WeakReference<Object>(n1);
+        n1 = n3 = null;
+        assertGC("Can GC", ref);
+        
+        FileNaming n4 = NamingFactory.fromFile(file2);
+        assertSame("This has to remain same as before", n2, n4);
+    }
+    
+    public void testFolderAndName() throws IOException {
+        FileNaming parent = NamingFactory.fromFile(getWorkDir());
+        
+        File f = new File(getWorkDir(), "test");
+        f.createNewFile();
+        assertTrue("Is file", f.isFile());
+        FileNaming first = NamingFactory.fromFile(parent, f, true);
+        assertEquals("First it is file", FileName.class, first.getClass());
+        f.delete();
+        
+        f.mkdirs();
+        assertTrue("Is dir", f.isDirectory());
+        
+        FileNaming dir = NamingFactory.fromFile(parent, f, true);
+        assertEquals("Is folder name", FolderName.class, dir.getClass());
+        
+        f.delete();
+        f.createNewFile();
+        assertTrue("Is file", f.isFile());
+        
+        FileNaming file = NamingFactory.fromFile(parent, f, true);
+        assertEquals("Is file name", FileName.class, file.getClass());
+        
+        FileNaming cache = NamingFactory.fromFile(f);
+        assertEquals("Is file name too", FileName.class, cache.getClass());
+        
+        String dump = NamingFactory.dump(Utils.hashCode(f), f);
+        if (!dump.contains("References: 1")) {
+            fail("We expect just one reference:\n" + dump);
+        }
+    }
+    
     protected File getTestFile() throws Exception {
         File retVal = new File (getWorkDir(), "namingTest");
         if (!retVal.exists()) {
@@ -102,7 +179,7 @@ public class FileNameTest extends NbTestCase {
         if (!fa.exists()) {
             assertTrue(fa.createNewFile());
         }        
-        boolean isCaseSensitive = !fa.equals(fA);                
+        boolean isCaseSensitive = !Utils.equals(fa, fA);                
         FileNaming na = NamingFactory.fromFile(fa);        
         assertEquals(fa.getName(),NamingFactory.fromFile(fa).getName());        
         if (isCaseSensitive) {
@@ -127,9 +204,8 @@ public class FileNameTest extends NbTestCase {
             assertEquals(na,NamingFactory.fromFile(fA));
             assertSame(na, NamingFactory.fromFile(fA));
             assertFalse(fA.getName() + " / " + na.getName(),fA.getName().equals(na.getName()));
-            NamingFactory.checkCaseSensitivity(na,fA);
-            assertTrue(fA.getName() + " / " + na.getName(),fA.getName().equals(na.getName()));
-            
+            FileNaming nna = NamingFactory.checkCaseSensitivity(na,fA);
+            assertTrue(fA.getName() + " / " + nna.getName(),fA.getName().equals(nna.getName()));
         }
     }
     
@@ -198,6 +274,34 @@ public class FileNameTest extends NbTestCase {
         }        
     }
 
+    public void testNamingIsCaseInsensitive() throws Exception {
+        File f1 = new File(getWorkDir(), "Ahoj");
+        File f2 = new File(getWorkDir(), "ahoJ");
+
+        FileNaming root = NamingFactory.fromFile(getWorkDir());
+        FileNaming fn1 = NamingFactory.fromFile(root, f1, false);
+        FileNaming fn2 = NamingFactory.fromFile(root, f2, false);
+
+        boolean equalF = Utils.equals(f1,f2);
+
+        f2.createNewFile();
+        NamingFactory.checkCaseSensitivity(fn2, f2);
+        assertEquals("Name equals file name f2", f2.getName(), fn2.getName());
+
+        if (equalF) {
+            assertEquals("File has code", Utils.hashCode(f1), Utils.hashCode(f2));
+            assertEquals("FileNaming hash code", fn1.hashCode(), fn2.hashCode());
+            assertSame("namings are equal", fn1, fn2);
+        } else {
+            assertFalse("FileNaming shall be different", fn1.equals(fn2));
+        }
+
+        f2.delete();
+        f1.createNewFile();
+        NamingFactory.checkCaseSensitivity(fn1, f1);
+        assertEquals("Name equals file name f1", f1.getName(), fn1.getName());
+    }
+
 
     /**
      * Test of rename method, of class org.netbeans.modules.masterfs.naming.PathItem.
@@ -206,8 +310,9 @@ public class FileNameTest extends NbTestCase {
         File f = f1;
         assertTrue(f.exists());
         FileNaming pi = NamingFactory.fromFile(f);
-        assertTrue(pi.rename("renamed3"));
-        File f2 = pi.getFile();
+        FileNaming ni = pi.rename("renamed3", null);
+        assertTrue(pi != ni);
+        File f2 = ni.getFile();
         assertFalse(f.exists());
         assertTrue(f2.exists());
         assertFalse(f2.equals(f));
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/utils/FileChangedManagerNotInLookupTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/utils/FileChangedManagerNotInLookupTest.java
new file mode 100644
index 0000000..0c45ea1
--- /dev/null
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/utils/FileChangedManagerNotInLookupTest.java
@@ -0,0 +1,60 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.masterfs.filebasedfs.utils;
+
+import org.junit.Test;
+import org.junit.Assert;
+import org.openide.util.Lookup;
+import org.openide.util.test.MockLookup;
+
+public class FileChangedManagerNotInLookupTest {
+
+    public FileChangedManagerNotInLookupTest() {
+    }
+
+    @Test
+    public void testIAmNotInLookup() {
+        MockLookup.setLookup(Lookup.EMPTY);
+        Assert.assertNotNull("FCM found", FileChangedManager.getInstance());
+    }
+}
\ No newline at end of file
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/utils/FileInfoTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/utils/FileInfoTest.java
index 6fb4123..0fead99 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/utils/FileInfoTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/utils/FileInfoTest.java
@@ -44,10 +44,6 @@
 package org.netbeans.modules.masterfs.filebasedfs.utils;
 
 import java.io.File;
-import java.util.NoSuchElementException;
-import java.util.Scanner;
-import junit.framework.Test;
-import junit.framework.TestSuite;
 import org.netbeans.junit.NbTestCase;
 import org.openide.util.Utilities;
 
@@ -61,19 +57,6 @@ public class FileInfoTest extends NbTestCase {
         super(testName);
     }
 
-    @Override
-    protected void setUp() throws Exception {
-    }
-
-    @Override
-    protected void tearDown() throws Exception {
-    }
-
-    public static Test suite() {
-        TestSuite suite = new TestSuite(FileInfoTest.class);
-        return suite;
-    }
-
     /** Test getRoot() method. */
     public void testGetRoot() {
         if(!Utilities.isWindows()) {
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/utils/UtilsTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/utils/UtilsTest.java
new file mode 100644
index 0000000..ccbb1f8
--- /dev/null
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/filebasedfs/utils/UtilsTest.java
@@ -0,0 +1,61 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.masterfs.filebasedfs.utils;
+
+import java.io.File;
+import org.netbeans.junit.NbTestCase;
+
+public class UtilsTest extends NbTestCase {
+    public UtilsTest(String s) {
+        super(s);
+    }
+
+    public void testEqualsToNull() {
+        assertFalse("Not equal", Utils.equals(new File("."), null));
+    }
+
+    public void testEqualsWithNull() {
+        assertFalse("Not equal", Utils.equals(null, new File(".")));
+    }
+
+}
\ No newline at end of file
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/providers/CheckProviders.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/providers/CheckProviders.java
index cceadb9..22d7021 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/providers/CheckProviders.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/providers/CheckProviders.java
@@ -43,6 +43,7 @@
 package org.netbeans.modules.masterfs.providers;
 
 import org.netbeans.junit.NbTestCase;
+import org.netbeans.junit.RandomlyFails;
 
 /**
  *
@@ -56,6 +57,7 @@ public final class CheckProviders extends NbTestCase {
         this.created = created;
     }
 
+    @RandomlyFails // NB-Core-Build #5533: Provided extensions provided as expected expected:<1> but was:<2>
     public void testProviders() {
         ProvidedExtensionsTest.ProvidedExtensionsImpl.assertCreated("Provided extensions provided as expected", created);
         InterceptionListenerTest.AnnotationProviderImpl.assertCreated("Annotation provider created or not as expected", created);
diff --git a/masterfs/test/unit/src/org/netbeans/modules/masterfs/providers/ProvidedExtensionsTest.java b/masterfs/test/unit/src/org/netbeans/modules/masterfs/providers/ProvidedExtensionsTest.java
index 88ad9f9..488a98a 100644
--- a/masterfs/test/unit/src/org/netbeans/modules/masterfs/providers/ProvidedExtensionsTest.java
+++ b/masterfs/test/unit/src/org/netbeans/modules/masterfs/providers/ProvidedExtensionsTest.java
@@ -61,8 +61,12 @@ import java.util.Set;
 import junit.framework.AssertionFailedError;
 import org.netbeans.junit.MockServices;
 import org.netbeans.junit.NbTestCase;
+import org.netbeans.modules.masterfs.ProvidedExtensionsAccessor;
 import org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem;
+import org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport;
+import org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory;
 import org.netbeans.modules.masterfs.filebasedfs.utils.FileInfo;
+import org.netbeans.modules.masterfs.filebasedfs.utils.Utils;
 import org.openide.filesystems.FileChangeAdapter;
 import org.openide.filesystems.FileChangeListener;
 import org.openide.filesystems.FileEvent;
@@ -81,9 +85,10 @@ import org.openide.util.lookup.Lookups;
  */
 public class ProvidedExtensionsTest extends NbTestCase {
     private ProvidedExtensionsImpl iListener;
+    private ProvidedExtensionsImpl iListenerNoCanWrite;
 
     static {
-        MockServices.setServices(AnnotationProviderImpl.class);
+        MockServices.setServices(AnnotationProviderImpl.class, AnnotationProviderImplNoCanWrite.class);
     }
 
     @Override
@@ -92,22 +97,27 @@ public class ProvidedExtensionsTest extends NbTestCase {
         AnnotationProvider provider = (AnnotationProvider)Lookups.metaInfServices(
                 Thread.currentThread().getContextClassLoader()).lookup(AnnotationProvider.class);
         assertNotNull(provider);
-        iListener = lookupImpl();
+        iListener = lookupImpl(true);
         assertNotNull(iListener);
+        iListenerNoCanWrite = lookupImpl(false);
+        assertNotNull(iListenerNoCanWrite);
         clearWorkDir();
     }
     
-    private ProvidedExtensionsImpl lookupImpl() {
+    private ProvidedExtensionsImpl lookupImpl(boolean providesCanWrite) {
         Lookup.Result result = Lookups.metaInfServices(Thread.currentThread().getContextClassLoader()).
                 lookup(new Lookup.Template(AnnotationProvider.class));
         Collection all = result.allInstances();
         for (Iterator it = all.iterator(); it.hasNext();) {
             AnnotationProvider ap = (AnnotationProvider) it.next();
             InterceptionListener iil = ap.getInterceptionListener();
-            if (iil instanceof ProvidedExtensions) {
+            if (iil instanceof ProvidedExtensionsImpl) {
+                ProvidedExtensionsImpl extension = (ProvidedExtensionsImpl)iil;
+                if(ProvidedExtensionsAccessor.IMPL.providesCanWrite(extension) == providesCanWrite) {
                 return (ProvidedExtensionsImpl)iil;
             }
         }
+        }
         return null;
     }
     
@@ -152,11 +162,13 @@ public class ProvidedExtensionsTest extends NbTestCase {
         FileObject fo = FileUtil.toFileObject(getWorkDir());
         assertNotNull(fo);
         assertNotNull(iListener);
+        assertNotNull(iListenerNoCanWrite);
         int nCalls = iListener.implsCanWriteCalls;
         FileObject toChange = fo.createData("cw");
         assertNotNull(toChange);
         boolean cw = toChange.canWrite();
         assertEquals(nCalls + 1, iListener.implsCanWriteCalls);
+        assertEquals(0, iListenerNoCanWrite.implsCanWriteCalls);
     }
     
     public void testImplsMove() throws IOException {
@@ -240,17 +252,138 @@ public class ProvidedExtensionsTest extends NbTestCase {
         }
     }
 
-    public void testAfterAtomicAction() throws IOException {
+    public void testDuringAtomicAction() throws IOException {
         FileObject fo = FileUtil.toFileObject(getWorkDir());
+        iListener.clear();
         fo.getFileSystem().runAtomicAction(new FileSystem.AtomicAction() {
             public void run() throws IOException {
-                FileUtil.createData(new File(getWorkDir(),"a/b/c/d/e/f/g.txt"));
-                assertEquals(0, iListener.implsCreateSuccessCalls);
+                FileObject f = FileUtil.createData(new File(getWorkDir(), "a/b/c/d/e/f/g.txt"));
+                assertEquals(7, iListener.implsCreateSuccessCalls);
+                f.delete();
+                assertEquals(1, iListener.implsDeleteSuccessCalls);
             }            
         });
-        assertEquals(7, iListener.implsCreateSuccessCalls);
     }
     
+    public void testCreatedExternally() throws IOException {
+        FileObject fo = FileUtil.toFileObject(getWorkDir());
+        FileObject[] children = fo.getChildren(); // scan folder
+
+        FileObject folder = fo.createFolder("folder");
+        iListener.clear();
+        assertEquals(0, iListener.implsCreatedExternallyCalls);
+        File f = new File(FileUtil.toFile(fo), "file");
+        f.createNewFile();
+        assertEquals(0, iListener.implsCreatedExternallyCalls);
+        fo.refresh();
+        assertEquals(1, iListener.implsCreatedExternallyCalls);
+    }
+
+    public void testDeletedExternally() throws IOException {
+        FileObject fo = FileUtil.toFileObject(getWorkDir());
+        FileObject file = fo.createData("file");
+
+        iListener.clear();
+        FileUtil.toFile(file).delete();
+        assertEquals(0, iListener.implsDeletedExternallyCalls);
+        fo.refresh();
+        assertEquals(1, iListener.implsDeletedExternallyCalls);
+    }
+
+    public void testFileChangedExternally() throws IOException {
+        FileObject fo = FileUtil.toFileObject(getWorkDir());
+        FileObject file = fo.createData("file");
+        FileUtil.toFile(file).setLastModified(System.currentTimeMillis() - 10000);
+        fo.refresh();
+
+        iListener.clear();
+        FileOutputStream fos = null;
+        try {
+            fos = new FileOutputStream(FileUtil.toFile(file));
+            fos.write("data".getBytes());
+            fos.flush();
+        } finally {
+            if(fos != null) fos.close();
+        }
+        assertEquals(0, iListener.implsFileChangedCalls);
+        fo.refresh();
+        file.refresh();
+        assertEquals(1, iListener.implsFileChangedCalls);
+    }
+
+    public void testMove_BeforeSuccessFailure() throws IOException {
+        FileObject fromFolder = FileUtil.toFileObject(getWorkDir()).createFolder("moveFrom");
+        FileObject toFolder = FileUtil.toFileObject(getWorkDir()).createFolder("moveTo");
+        assertNotNull(fromFolder);
+        assertNotNull(toFolder);
+        FileObject toMove = fromFolder.createData("aa");
+        assertNotNull(toMove);
+        iListener.clear();
+
+        assertNotNull(iListener);
+        assertEquals(0,iListener.beforeMoveCalls);
+        assertEquals(0,iListener.moveSuccessCalls);
+        assertEquals(0,iListener.moveFailureCalls);
+
+        // move
+        FileLock lock = toMove.lock();
+        toMove.move(lock, toFolder, toMove.getName(), toMove.getExt());
+        assertFalse(toMove.isValid());
+        assertEquals(1,iListener.beforeMoveCalls);
+        assertEquals(1,iListener.moveSuccessCalls);
+
+        iListener.clear();
+        try {
+            // success
+            assertEquals(0,iListener.moveSuccessCalls);
+            assertEquals(0,iListener.moveFailureCalls);
+
+            // move to itself => failure
+            toMove.move(lock, toFolder, toMove.getName(), toMove.getExt());
+            fail();
+        } catch (IOException ex) {
+            // failure
+            assertEquals(0,iListener.moveSuccessCalls);
+            assertEquals(1,iListener.moveFailureCalls);
+        }
+    }
+
+    public void testCopy_BeforeSuccessFailure() throws IOException {
+        FileObject fromFolder = FileUtil.toFileObject(getWorkDir()).createFolder("copyFrom");
+        FileObject toFolder = FileUtil.toFileObject(getWorkDir()).createFolder("copyTo");
+        assertNotNull(fromFolder);
+        assertNotNull(toFolder);
+        FileObject fromCopy = fromFolder.createData("aa");
+        assertNotNull(fromCopy);
+        iListener.clear();
+
+        assertNotNull(iListener);
+        assertEquals(0,iListener.beforeCopyCalls);
+        assertEquals(0,iListener.copySuccessCalls);
+        assertEquals(0,iListener.copyFailureCalls);
+
+        // copy
+        fromCopy.copy(toFolder, fromCopy.getName(), fromCopy.getExt());
+        assertTrue(fromCopy.isValid());
+        assertEquals(1,iListener.beforeCopyCalls);
+        assertEquals(1,iListener.copySuccessCalls);
+
+        iListener.clear();
+        try {
+            // success
+            assertEquals(0,iListener.copySuccessCalls);
+            assertEquals(0,iListener.copyFailureCalls);
+
+            // move to itself => failure
+            fromCopy.copy(toFolder, fromCopy.getName(), fromCopy.getExt());
+            fail();
+        } catch (IOException ex) {
+            // failure
+            assertEquals(0,iListener.copySuccessCalls);
+            assertEquals(1,iListener.copyFailureCalls);
+        }
+    }
+
     public void testImplsRename2() throws IOException {
         final List events = new ArrayList();
         FileObject fo = FileUtil.toFileObject(getWorkDir());
@@ -447,8 +580,15 @@ public class ProvidedExtensionsTest extends NbTestCase {
     }
 
     
+    public static class AnnotationProviderImplNoCanWrite extends InterceptionListenerTest.AnnotationProviderImpl  {
+        private ProvidedExtensionsImpl impl = new ProvidedExtensionsImpl(this, false);
+        public InterceptionListener getInterceptionListener() {
+            return impl;
+        }
+    }
+    
     public static class AnnotationProviderImpl extends InterceptionListenerTest.AnnotationProviderImpl  {
-        private ProvidedExtensionsImpl impl = new ProvidedExtensionsImpl(this);
+        private ProvidedExtensionsImpl impl = new ProvidedExtensionsImpl(this, true);
         public InterceptionListener getInterceptionListener() {
             return impl;
         }
@@ -464,9 +604,19 @@ public class ProvidedExtensionsTest extends NbTestCase {
         private int renameImplCalls;
         private int implsBeforeChangeCalls;
         private int implsCreateSuccessCalls;        
+        private int implsDeleteSuccessCalls;
+        private int implsCreatedExternallyCalls;
+        private int implsDeletedExternallyCalls;
+        private int implsFileChangedCalls;
         private int implsFileLockCalls;
         private int implsFileUnlockCalls;
         private int implsCanWriteCalls;
+        private int beforeMoveCalls;
+        private int moveSuccessCalls;
+        private int moveFailureCalls;
+        private int beforeCopyCalls;
+        private int copySuccessCalls;
+        private int copyFailureCalls;
         
         private static  boolean implsMoveRetVal = true;
         private static boolean implsRenameRetVal = true;
@@ -475,13 +625,14 @@ public class ProvidedExtensionsTest extends NbTestCase {
         private static int cnt;
         
         public static FileLock lock;
-        private final AnnotationProviderImpl provider;
+        private final AnnotationProvider provider;
 
         public ProvidedExtensionsImpl() {
-            this(null);
+            this(null, false);
         }
 
-        public ProvidedExtensionsImpl(AnnotationProviderImpl p) {
+        public ProvidedExtensionsImpl(AnnotationProvider p, boolean provideCanWrite) {
+            super(provideCanWrite);
             this.provider = p;
             cnt++;
         }
@@ -501,6 +652,16 @@ public class ProvidedExtensionsTest extends NbTestCase {
             renameImplCalls = 0;
             implsBeforeChangeCalls = 0;
             implsCreateSuccessCalls = 0;
+            implsDeleteSuccessCalls = 0;
+            implsCreatedExternallyCalls = 0;
+            implsDeletedExternallyCalls = 0;
+            implsFileChangedCalls = 0;
+            beforeMoveCalls = 0;
+            moveSuccessCalls = 0;
+            moveFailureCalls = 0;
+            beforeCopyCalls = 0;
+            copySuccessCalls = 0;
+            copyFailureCalls = 0;
             implsFileLockCalls = 0;
             implsCanWriteCalls = 0;
         }
@@ -520,18 +681,73 @@ public class ProvidedExtensionsTest extends NbTestCase {
             implsFileUnlockCalls++;
         }
 
+        private void assertLock() {
+            assertFalse("No lock when calling to extensions", ChildrenSupport.isLock());
+        }
         
         public void createSuccess(FileObject fo) {
+            assertLock();
             super.createSuccess(fo);
             assertNotNull(FileUtil.toFile(fo));
             implsCreateSuccessCalls++;
         }
 
+        public void deleteSuccess(FileObject fo) {
+            assertLock();
+            implsDeleteSuccessCalls++;
+        }
+
         public void beforeChange(FileObject f) {
+            assertLock();
             assertNotNull(FileUtil.toFile(f));
             implsBeforeChangeCalls++;
         }
         
+        public void createdExternally(FileObject fo) {
+            implsCreatedExternallyCalls++;
+        }
+
+        public void deletedExternally(FileObject fo) {
+            implsDeletedExternallyCalls++;
+        }
+
+        public void fileChanged(FileObject fo) {
+            implsFileChangedCalls++;
+        }
+
+        public void beforeMove(FileObject fo, File to) {
+            assertLock();
+            beforeMoveCalls++;
+        }
+        public void beforeCreate(FileObject parent, String name, boolean isFolder) {
+            assertLock();
+        }    
+
+        public void moveSuccess(FileObject fo, File to) {
+            assertLock();
+            moveSuccessCalls++;
+        }
+
+        public void moveFailure(FileObject fo, File to) {
+            assertLock();
+            moveFailureCalls++;
+        }
+
+        public void beforeCopy(FileObject fo, File to) {
+            assertLock();
+            beforeCopyCalls++;
+        }
+
+        public void copySuccess(FileObject fo, File to) {
+            assertLock();
+            copySuccessCalls++;
+        }
+
+        public void copyFailure(FileObject fo, File to) {
+            assertLock();
+            copyFailureCalls++;
+        }
+
         public static void nextRefreshCall(File forDir, long retValue, File... toAdd) {
             refreshCallForDir = forDir;
             refreshCallRetValue = retValue;
@@ -540,7 +756,7 @@ public class ProvidedExtensionsTest extends NbTestCase {
 
         @Override
         public long refreshRecursively(File dir, long lastTimeStamp, List<? super File> children) {
-            if (dir.equals(refreshCallForDir)) {
+            if (Utils.equals(dir, refreshCallForDir)) {
                 children.addAll(refreshCallToAdd);
                 long r = refreshCallRetValue;
                 refreshCallForDir = null;
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/AutoUpdate.java b/nbbuild/antsrc/org/netbeans/nbbuild/AutoUpdate.java
index 7ee8a4d..bd5b12c 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/AutoUpdate.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/AutoUpdate.java
@@ -43,21 +43,24 @@
 package org.netbeans.nbbuild;
 
 import java.io.BufferedInputStream;
-import java.io.BufferedOutputStream;
+import java.io.BufferedReader;
 import java.io.ByteArrayInputStream;
 import java.io.File;
 import java.io.FileInputStream;
 import java.io.FileOutputStream;
 import java.io.IOException;
 import java.io.InputStream;
+import java.io.InputStreamReader;
 import java.io.OutputStream;
 import java.net.URISyntaxException;
 import java.net.URL;
+import java.net.URLConnection;
 import java.util.ArrayList;
 import java.util.Enumeration;
 import java.util.HashMap;
 import java.util.List;
 import java.util.Map;
+import java.util.concurrent.atomic.AtomicLong;
 import java.util.regex.Pattern;
 import java.util.zip.CRC32;
 import java.util.zip.ZipEntry;
@@ -71,6 +74,8 @@ import org.apache.tools.ant.Task;
 import org.apache.tools.ant.taskdefs.Get;
 import org.apache.tools.ant.types.FileSet;
 import org.netbeans.nbbuild.AutoUpdateCatalogParser.ModuleItem;
+import org.w3c.dom.Document;
+import org.w3c.dom.Element;
 import org.xml.sax.Attributes;
 import org.xml.sax.InputSource;
 import org.xml.sax.SAXException;
@@ -225,14 +230,14 @@ public class AutoUpdate extends Task {
                     }
                 }
 
-                File tracking = new File(new File(whereTo, "update_tracking"), dash + ".xml");
-                log("Writing tracking file " + tracking, Project.MSG_VERBOSE);
-                tracking.getParentFile().mkdirs();
-                OutputStream config = new BufferedOutputStream(new FileOutputStream(tracking));
-                config.write(("<?xml version='1.0' encoding='UTF-8'?>\n" +
-                    "<module codename='" + uu.getCodeName() + "'>\n").getBytes("UTF-8"));
-                config.write(("  <module_version install_time='" + System.currentTimeMillis() + "' last='true' origin='Ant'" +
-                        " specification_version='" + uu.getSpecVersion() + "'>\n").getBytes("UTF-8"));
+                Document doc = XMLUtil.createDocument("module");
+                Element module = doc.getDocumentElement();
+                module.setAttribute("codename", uu.getCodeName());
+                Element module_version = (Element) module.appendChild(doc.createElement("module_version"));
+                module_version.setAttribute("install_time", String.valueOf(System.currentTimeMillis()));
+                module_version.setAttribute("last", "true");
+                module_version.setAttribute("origin", "Ant"); // XXX set to URL origin
+                module_version.setAttribute("specification_version", uu.getSpecVersion());
 
                 ZipFile  zf = new ZipFile(tmp);
                 Enumeration<? extends ZipEntry> en = zf.entries();
@@ -250,11 +255,24 @@ public class AutoUpdate extends Task {
                     log("Writing " + trgt, Project.MSG_VERBOSE);
 
                     InputStream is = zf.getInputStream(zipEntry);
-                    OutputStream os = new FileOutputStream(trgt);
                     boolean doUnpack200 = false;
                     if(relName.endsWith(".jar.pack.gz") && zf.getEntry(zipEntry.getName().substring(0, zipEntry.getName().length() - 8))==null) {
                         doUnpack200 = true;
                     }
+                    OutputStream os;
+                    AtomicLong assumedCRC = null;
+                    if (relName.endsWith(".external")) {
+                        assumedCRC = new AtomicLong();
+                        is = externalDownload(is, assumedCRC);
+                        if (assumedCRC.longValue() == -1L) {
+                            assumedCRC = null;
+                        }
+                        File dest = new File(trgt.getParentFile(), trgt.getName().substring(0, trgt.getName().length() - 9));
+                        os = new FileOutputStream(dest);
+                        relName = relName.substring(0, relName.length() - ".external".length());
+                    } else {
+                        os = new FileOutputStream(trgt);
+                    }
                     CRC32 crc = new CRC32();
                     for (;;) {
                         int len = is.read(bytes);
@@ -277,10 +295,22 @@ public class AutoUpdate extends Task {
                         crcValue = getFileCRC(dest);
                         relName = relName.substring(0, relName.length() - 8);
                     }
-                    config.write(("    <file crc='" + crcValue + "' name='" + relName + "'/>\n").getBytes("UTF-8"));
+                    if (assumedCRC != null && assumedCRC.get() != crcValue) {
+                        throw new BuildException("Expecting CRC " + assumedCRC.get() + " but was " + crcValue);
+                    }
+                    Element file = (Element) module_version.appendChild(doc.createElement("file"));
+                    file.setAttribute("crc", String.valueOf(crcValue));
+                    file.setAttribute("name", relName);
+                }
+                File tracking = new File(new File(whereTo, "update_tracking"), dash + ".xml");
+                log("Writing tracking file " + tracking, Project.MSG_VERBOSE);
+                tracking.getParentFile().mkdirs();
+                OutputStream config = new FileOutputStream(tracking);
+                try {
+                    XMLUtil.write(doc, config);
+                } finally {
+                    config.close();
                 }
-                config.write("  </module_version>\n</module>\n".getBytes("UTF-8"));
-                config.close();
             } catch (IOException ex) {
                 throw new BuildException(ex);
             } finally {
@@ -293,6 +323,47 @@ public class AutoUpdate extends Task {
             }
         }
     }
+    
+    private InputStream externalDownload(InputStream is, AtomicLong crc) throws IOException {
+        BufferedReader br = new BufferedReader(new InputStreamReader(is));
+        URLConnection conn;
+        crc.set(-1L);
+        for (;;) {
+            String line = br.readLine();
+            if (line == null) {
+                break;
+            }
+            if (line.startsWith("CRC:")) {
+                crc.set(Long.parseLong(line.substring(4).trim()));
+            }
+            if (line.startsWith("URL:")) {
+                String url = line.substring(4).trim();
+                for (;;) {
+                    int index = url.indexOf("${");
+                    if (index == -1) {
+                        break;
+                    }
+                    int end = url.indexOf("}", index);
+                    String propName = url.substring(index + 2, end);
+                    final String propVal = System.getProperty(propName);
+                    if (propVal == null) {
+                        throw new IOException("Can't find property " + propName);
+                    }
+                    url = url.substring(0, index) + propVal + url.substring(end + 1);
+                }
+                log("Trying external URL: " + url, Project.MSG_INFO);
+                try {
+                    conn = new URL(url).openConnection();
+                    conn.connect();
+                    return conn.getInputStream();
+                } catch (IOException ex) {
+                    log("Cannot connect to " + url, Project.MSG_WARN);
+                    log("Details", ex, Project.MSG_VERBOSE);
+                }
+            }
+        }
+        throw new IOException("Cannot resolve external references");
+    }
 
     
     public static boolean unpack200(File src, File dest) {
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/CheckHelpSetsBin.java b/nbbuild/antsrc/org/netbeans/nbbuild/CheckHelpSetsBin.java
index 9627cc7..918bf70 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/CheckHelpSetsBin.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/CheckHelpSetsBin.java
@@ -48,9 +48,11 @@ package org.netbeans.nbbuild;
 
 import java.io.ByteArrayInputStream;
 import java.io.File;
+import java.io.FileNotFoundException;
 import java.io.IOException;
 import java.io.InputStream;
 import java.io.OutputStream;
+import java.io.StringReader;
 import java.net.MalformedURLException;
 import java.net.URI;
 import java.net.URISyntaxException;
@@ -60,40 +62,31 @@ import java.net.URLConnection;
 import java.net.URLStreamHandler;
 import java.net.URLStreamHandlerFactory;
 import java.util.ArrayList;
+import java.util.Arrays;
 import java.util.Collections;
 import java.util.Enumeration;
-import java.util.HashMap;
 import java.util.HashSet;
-import java.util.Hashtable;
-import java.util.Iterator;
 import java.util.List;
-import java.util.Locale;
 import java.util.Map;
 import java.util.Set;
-import java.util.StringTokenizer;
-import java.util.jar.JarEntry;
+import java.util.TreeMap;
 import java.util.jar.JarFile;
 import java.util.jar.Manifest;
 import javax.help.HelpSet;
 import javax.help.HelpSetException;
-import javax.help.IndexItem;
-import javax.help.TOCItem;
-import javax.help.TreeItem;
-import javax.help.TreeItemFactory;
-import javax.swing.tree.DefaultMutableTreeNode;
-import javax.xml.parsers.SAXParser;
-import javax.xml.parsers.SAXParserFactory;
 import org.apache.tools.ant.BuildException;
 import org.apache.tools.ant.FileScanner;
-import org.apache.tools.ant.Location;
 import org.apache.tools.ant.Project;
 import org.apache.tools.ant.Task;
 import org.apache.tools.ant.types.FileSet;
 import org.apache.tools.ant.types.Mapper;
-import org.xml.sax.Attributes;
+import org.w3c.dom.Document;
+import org.w3c.dom.Element;
+import org.w3c.dom.Node;
+import org.w3c.dom.NodeList;
+import org.xml.sax.EntityResolver;
 import org.xml.sax.InputSource;
 import org.xml.sax.SAXException;
-import org.xml.sax.helpers.DefaultHandler;
 
 /** Task to check various aspects of JavaHelp helpsets.
  * <ol>
@@ -107,304 +100,188 @@ import org.xml.sax.helpers.DefaultHandler;
  */
 public class CheckHelpSetsBin extends Task {
     
+    private static final EntityResolver NO_DTDS = new EntityResolver() {
+        public @Override InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException {
+            return new InputSource(new ByteArrayInputStream(new byte[0]));
+        }
+    };
+
     private List<FileSet> filesets = new ArrayList<FileSet>();
     
-    private ClassLoader globalClassLoader;
-    
-    private Map<String, ClassLoader> classLoaderMap;
-    
     private Set<String> excludedModulesSet;
     
-    /** Add a fileset with one or more helpsets in it.
-     * <strong>Only</strong> the <samp>*.hs</samp> should match!
-     * All other files will be found from it.
+    /**
+     * Adds a set of module JARs. Class-Path extensions (including separate doc JARs) should not be included.
      */
     public void addFileset(FileSet fs) {
         filesets.add(fs);
     }
     
-    private URLClassLoader createGlobalClassLoader (File dir, String [] files) {
-        List<File> globalFileList = new ArrayList<File>();
-        URL [] globalClassPath = null;
+    private URLClassLoader createGlobalClassLoader(File dir, String[] files) throws MalformedURLException {
+        URL[] globalClassPath = new URL[files.length];
         for (int i = 0; i < files.length; i++) {
-            List<File> fileList = new ArrayList<File>();
-            File moduleJar = new File(dir, files[i]);
-            fileList.add(moduleJar);
-            boolean hsFound = false;
-
-            JarFile jar = null;
-            Manifest manifest = null;
-            try {
-                jar = new JarFile(moduleJar);
-                manifest = jar.getManifest();
-            } catch (IOException ex) {
-                ex.printStackTrace();
-            }
-            if (manifest == null) {
-                log("Manifest is not present in jar. Skipping.", Project.MSG_WARN);
-                continue;
-            }
-            File parent = moduleJar.getParentFile();
-            java.util.jar.Attributes attrs = manifest.getMainAttributes();
-
-            String value = JarWithModuleAttributes.extractCodeName(attrs);
-            if (value == null) {
-                log("Attribute OpenIDE-Module is not present in manifest. Skipping.", Project.MSG_WARN);
-                continue;
-            }
-            //Look for *.hs
-            for (Enumeration en = jar.entries(); en.hasMoreElements(); ) {
-                JarEntry je = (JarEntry) en.nextElement();
-                if (je.getName().endsWith(".hs")) {
-                    hsFound = true;
-                }
-            }
-            value = attrs.getValue("Class-Path");
-            if (value != null) {
-                StringTokenizer tok = new StringTokenizer(value);
-                while (tok.hasMoreElements()) {
-                    String s = tok.nextToken();
-                    File extJar = new File(parent, s);
-                    fileList.add(extJar);
-                    try {
-                        jar = new JarFile(extJar);
-                    } catch (IOException ex) {
-                        log("Error: Cannot open file: " + extJar, Project.MSG_WARN);
-                        ex.printStackTrace();
-                    }
-                    //Look for *.hs
-                    for (Enumeration en = jar.entries(); en.hasMoreElements(); ) {
-                        JarEntry je = (JarEntry) en.nextElement();
-                        if (je.getName().endsWith(".hs")) {
-                            hsFound = true;
-                        }
-                    }
-                }
-            }
-            if (hsFound) {
-                globalFileList.addAll(fileList);
-            }
-        }
-        globalClassPath = new URL[globalFileList.size()];
-        for (int i = 0; i < globalFileList.size(); i++) {
-            try {
-                globalClassPath[i] = globalFileList.get(i).toURI().toURL();
-            } catch (MalformedURLException ex) {
-                ex.printStackTrace();
-            }
+            globalClassPath[i] = new File(dir, files[i]).toURI().toURL();
         }
-        return new URLClassLoader(globalClassPath,this.getClass().getClassLoader().getParent(),new CheckHelpSetsBin.NbDocsStreamHandler.Factory());
+        return new URLClassLoader(globalClassPath, ClassLoader.getSystemClassLoader().getParent(), new NbDocsStreamHandler.Factory());
     }
 
-    private Map<String, ClassLoader> createClassLoaderMap (File dir, String [] files) {
-        Map<String, ClassLoader> m = new HashMap<String, ClassLoader>();
+    private Map<String,URLClassLoader> createClassLoaderMap(File dir, String[] files) throws IOException {
+        Map<String,URLClassLoader> m = new TreeMap<String,URLClassLoader>();
         for (int i = 0; i < files.length; i++) {
-            List<File> fileList = new ArrayList<File>();
             File moduleJar = new File(dir, files[i]);
-            fileList.add(moduleJar);
-            boolean hsFound = false;
-            URL [] classPath = null;
-
-            JarFile jar = null;
-            Manifest manifest = null;
+            Manifest manifest;
+            JarFile jar = new JarFile(moduleJar);
             try {
-                jar = new JarFile(moduleJar);
                 manifest = jar.getManifest();
-            } catch (IOException ex) {
-                ex.printStackTrace();
+            } finally {
+                jar.close();
             }
             if (manifest == null) {
-                log("Manifest is not present in jar. Skipping.", Project.MSG_WARN);
+                log(moduleJar + " has no manifest", Project.MSG_WARN);
                 continue;
             }
-            File parent = moduleJar.getParentFile();
-            java.util.jar.Attributes attrs = manifest.getMainAttributes();
-            String value = attrs.getValue("Class-Path");
-            if (value != null) {
-                StringTokenizer tok = new StringTokenizer(value);
-                while (tok.hasMoreElements()) {
-                    String s = tok.nextToken();
-                    File extJar = new File(parent, s);
-                    fileList.add(extJar);
-                }
-                classPath = new URL[fileList.size()];
-                for (int j = 0; j < fileList.size(); j++) {
-                    try {
-                        classPath[j] = fileList.get(j).toURI().toURL();
-                    } catch (MalformedURLException ex) {
-                        ex.printStackTrace();
-                    }
-                }
-            }
-
-            String key = attrs.getValue("OpenIDE-Module");
-            if (key == null) {
-                log("Attribute OpenIDE-Module is not present in manifest. Skipping.", Project.MSG_WARN);
+            String codename = JarWithModuleAttributes.extractCodeName(manifest.getMainAttributes());
+            if (codename == null) {
+                log(moduleJar + " is not a module", Project.MSG_WARN);
                 continue;
             }
-            int pos = key.indexOf("/");
-            if (pos != -1) {
-                key = key.substring(0,pos);
-            }
-            //Look for *.hs
-            for (Enumeration en = jar.entries(); en.hasMoreElements(); ) {
-                JarEntry je = (JarEntry) en.nextElement();
-                if (je.getName().endsWith(".hs")) {
-                    hsFound = true;
-                }
-            }
-            value = attrs.getValue("Class-Path");
-            if (value != null) {
-                StringTokenizer tok = new StringTokenizer(value);
-                while (tok.hasMoreElements()) {
-                    String s = tok.nextToken();
-                    File extJar = new File(parent, s);
-                    try {
-                        jar = new JarFile(extJar);
-                    } catch (IOException ex) {
-                        log("Error: Cannot open file: " + extJar, Project.MSG_WARN);
-                        ex.printStackTrace();
-                    }
-                    //Look for *.hs
-                    for (Enumeration en = jar.entries(); en.hasMoreElements(); ) {
-                        JarEntry je = (JarEntry) en.nextElement();
-                        if (je.getName().endsWith(".hs")) {
-                            hsFound = true;
-                        }
-                    }
-                }
-            }
-            if (hsFound) {
-                ClassLoader clParent = this.getClass().getClassLoader().getParent();
-                URLClassLoader moduleClassLoader = new URLClassLoader(classPath,clParent,new CheckHelpSetsBin.NbDocsStreamHandler.Factory());
-                m.put(key,moduleClassLoader);
-            }
+            m.put(codename.replaceFirst("/[0-9]+$", ""), new URLClassLoader(new URL[] {moduleJar.toURI().toURL()}, ClassLoader.getSystemClassLoader().getParent(), new NbDocsStreamHandler.Factory()));
         }
         return m;
     }
     
     private Set<String> parseExcludeModulesProperty (String prop) {
-        excludedModulesSet = new HashSet<String>();
         if (prop == null) {
-            return excludedModulesSet;
-        }
-        String [] arr = prop.split(",");
-        for (int i = 0; i < arr.length; i++) {
-            excludedModulesSet.add(arr[i]);
+            return Collections.emptySet();
         }
-        return excludedModulesSet;
+        return new HashSet<String>(Arrays.asList(prop.split(",")));
     }
     
-    public void execute() throws BuildException {
-        try {
-            URL.setURLStreamHandlerFactory(new CheckHelpSetsBin.NbDocsStreamHandler.Factory());
-        } catch (Error ex) {
-            log("StreamHandlerFactory already set", Project.MSG_WARN);
-        }
+    public @Override void execute() throws BuildException {
         String p = getProject().getProperty("javahelpbin.exclude.modules");
         excludedModulesSet = parseExcludeModulesProperty(p);
-        Iterator it = filesets.iterator();
-        while (it.hasNext()) {
-            FileSet fs = (FileSet)it.next();
+        for (FileSet fs : filesets) {
             FileScanner scanner = fs.getDirectoryScanner(getProject());
             File dir = scanner.getBasedir();
             String[] files = scanner.getIncludedFiles();
-            
-            globalClassLoader = createGlobalClassLoader(dir,files);
-            classLoaderMap = createClassLoaderMap(dir,files);
-            
-            for (int i = 0; i < files.length; i++) {
-                List<File> fileList = new ArrayList<File>();
-                File moduleJar = new File(dir, files[i]);
-                fileList.add(moduleJar);
-                URL [] classPath = null;
-                
-                JarFile jar = null;
-                Manifest manifest = null;
-                try {
-                    jar = new JarFile(moduleJar);
-                    manifest = jar.getManifest();
-                } catch (IOException ex) {
-                    ex.printStackTrace();
-                }
-                if (manifest == null) {
-                    log("Manifest is not present in jar. Skipping.", Project.MSG_WARN);
-                    continue;
-                }
-                File parent = moduleJar.getParentFile();
-                java.util.jar.Attributes attrs = manifest.getMainAttributes();
-                        
-                String key = attrs.getValue("OpenIDE-Module");
-                if (key == null) {
-                    log("Attribute OpenIDE-Module is not present in manifest. Skipping.", Project.MSG_WARN);
-                    continue;
-                }
-                int pos = key.indexOf("/");
-                if (pos != -1) {
-                    key = key.substring(0,pos);
-                }
-                if (excludedModulesSet.contains(key)) {
-                    log("", Project.MSG_WARN);
-                    log("* * * *", Project.MSG_WARN);
-                    log("Skip module: " + key, Project.MSG_WARN);
-                    log("* * * *", Project.MSG_WARN);
-                    continue;
-                }
-                URLClassLoader classLoader = (URLClassLoader) classLoaderMap.get(key);
-                if (classLoader == null) {
-                    //If module class loader was not added to map it does not contain
-                    //any helpset => skip it.
-                    continue;
-                }
-                log("", Project.MSG_WARN);
-                log("* * * *", Project.MSG_WARN);
-                log("Parsing module: " + key, Project.MSG_WARN);
-                log("* * * *", Project.MSG_WARN);
-                //Look for *.hs
-                for (Enumeration en = jar.entries(); en.hasMoreElements(); ) {
-                    JarEntry je = (JarEntry) en.nextElement();
-                    if (je.getName().endsWith(".hs")) {
-                        URLClassLoader moduleClassLoader = (URLClassLoader) classLoaderMap.get(key);
-                        URL hsURL = moduleClassLoader.findResource(je.getName());
-                        checkHelpSetURL(hsURL,globalClassLoader,moduleClassLoader,classLoaderMap,moduleJar);
+
+            URLClassLoader globalClassLoader;
+            Map<String,URLClassLoader> classLoaderMap;
+            try {
+                globalClassLoader = createGlobalClassLoader(dir, files);
+                classLoaderMap = createClassLoaderMap(dir, files);
+                NbDocsStreamHandler.NbDocsURLConnection.globalClassLoader.set(globalClassLoader);
+                NbDocsStreamHandler.NbDocsURLConnection.classLoaderMap.set(classLoaderMap);
+                CheckLinks.handlerFactory.set(new NbDocsStreamHandler.Factory());
+                for (Map.Entry<String,URLClassLoader> entry : classLoaderMap.entrySet()) {
+                    String cnb = entry.getKey();
+                    if (excludedModulesSet.contains(cnb)) {
+                        log("skipping module: " + cnb, Project.MSG_INFO);
+                        continue;
                     }
-                }
-                String value = attrs.getValue("Class-Path");
-                if (value != null) {
-                    StringTokenizer tok = new StringTokenizer(value);
-                    while (tok.hasMoreElements()) {
-                        String s = tok.nextToken();
-                        File extJar = new File(parent, s);
+                    URLClassLoader l = entry.getValue();
+                    Manifest m;
+                    InputStream is = l.getResourceAsStream("META-INF/MANIFEST.MF");
+                    if (is != null) {
                         try {
-                            jar = new JarFile(extJar);
-                        } catch (IOException ex) {
-                            ex.printStackTrace();
+                            m = new Manifest(is);
+                        } finally {
+                            is.close();
+                        }
+                    } else {
+                        log("No manifest in " + Arrays.toString(l.getURLs()), Project.MSG_WARN);
+                        continue;
+                    }
+                    for (String resource : new String[] {m.getMainAttributes().getValue("OpenIDE-Module-Layer"), "META-INF/generated-layer.xml"}) {
+                        if (resource == null) {
+                            continue;
                         }
-                        //Look for *.hs
-                        for (Enumeration en = jar.entries(); en.hasMoreElements(); ) {
-                            JarEntry je = (JarEntry) en.nextElement();
-                            if (je.getName().endsWith(".hs")) {
-                                ClassLoader moduleClassLoader = classLoaderMap.get(key);
-                                URL hsURL = moduleClassLoader.getResource(je.getName());
-                                checkHelpSetURL(hsURL,globalClassLoader,moduleClassLoader,classLoaderMap,extJar);
+                        URL layer = l.getResource(resource);
+                        if (layer == null) {
+                            log("No layer " + resource, Project.MSG_VERBOSE);
+                            continue;
+                        }
+                        Document doc;
+                        try {
+                            doc = XMLUtil.parse(new InputSource(layer.toString()), false, false, null, NO_DTDS);
+                        } catch (SAXException x) {
+                            log("Could not parse " + layer, x, Project.MSG_WARN);
+                            continue;
+                        }
+                        for (Element services : XMLUtil.findSubElements(doc.getDocumentElement())) {
+                            if (!services.getTagName().equals("folder") || !services.getAttribute("name").equals("Services")) {
+                                continue;
+                            }
+                            for (Element javahelp : XMLUtil.findSubElements(services)) {
+                                if (!javahelp.getTagName().equals("folder") || !javahelp.getAttribute("name").equals("JavaHelp")) {
+                                    continue;
+                                }
+                                JAVAHELP: for (Element registration : XMLUtil.findSubElements(javahelp)) {
+                                    if (!registration.getTagName().equals("file")) {
+                                        continue;
+                                    }
+                                    InputSource input = null;
+                                    String url = registration.getAttribute("url");
+                                    if (!url.isEmpty()) {
+                                        input = new InputSource(new URL(layer, url).toString());
+                                    } else {
+                                        NodeList nl = registration.getChildNodes();
+                                        for (int i = 0; i < nl.getLength(); i++) {
+                                            if (nl.item(i).getNodeType() == Node.CDATA_SECTION_NODE) {
+                                                if (input == null) {
+                                                    input = new InputSource(new StringReader(nl.item(i).getNodeValue()));
+                                                } else {
+                                                    log("Multiple content for " + registration.getAttribute("name") + " in " + layer, Project.MSG_WARN);
+                                                    continue JAVAHELP;
+                                                }
+                                            }
+                                        }
+                                        if (input == null) {
+                                            log("No content for " + registration.getAttribute("name") + " in " + layer, Project.MSG_WARN);
+                                        }
+                                    }
+                                    Document doc2;
+                                    try {
+                                        doc2 = XMLUtil.parse(input, false, false, null, NO_DTDS);
+                                    } catch (SAXException x) {
+                                        log("Could not parse " + registration.getAttribute("name") + " in " + layer, x, Project.MSG_WARN);
+                                        continue;
+                                    }
+                                    URI helpsetref = URI.create(doc2.getDocumentElement().getAttribute("url"));
+                                    if ("nbdocs".equals(helpsetref.getScheme()) && helpsetref.getAuthority() == null) {
+                                        try {
+                                            helpsetref = new URI(helpsetref.getScheme(), cnb, helpsetref.getPath(), helpsetref.getQuery(), helpsetref.getFragment());
+                                        } catch (URISyntaxException x) {
+                                            throw new BuildException(x);
+                                        }
+                                    }
+                                    log("checking: " + helpsetref, Project.MSG_INFO);
+                                    checkHelpSetURL(CheckLinks.toURL(helpsetref), globalClassLoader, l, classLoaderMap, cnb);
+                                }
                             }
                         }
                     }
                 }
+            } catch (IOException x) {
+                throw new BuildException(x);
+            } finally {
+                NbDocsStreamHandler.NbDocsURLConnection.globalClassLoader.set(null);
+                NbDocsStreamHandler.NbDocsURLConnection.classLoaderMap.set(null);
+                CheckLinks.handlerFactory.set(null);
             }
         }
     }
     
     private void checkHelpSetURL
-    (URL hsURL, ClassLoader globalClassLoader, ClassLoader moduleClassLoader, java.util.Map classLoaderMap, File extJar) {
+    (URL hsURL, ClassLoader globalClassLoader, ClassLoader moduleClassLoader, Map<String,URLClassLoader> classLoaderMap, String cnb) {
         HelpSet hs = null;
         try {
             hs = new HelpSet(moduleClassLoader, hsURL);
         } catch (HelpSetException ex) {
-            ex.printStackTrace();
+            throw new BuildException("Failed to parse " + hsURL + ": " + ex, ex, getLocation());
         }
         javax.help.Map map = hs.getCombinedMap();
-        Enumeration e = map.getAllIDs();
+        Enumeration<?> e = map.getAllIDs();
         Set<URI> okurls = new HashSet<URI>(1000);
         Set<URI> badurls = new HashSet<URI>(1000);
         Set<URI> cleanurls = new HashSet<URI>(1000);
@@ -418,7 +295,7 @@ public class CheckHelpSetsBin extends Task {
                 ex.printStackTrace();
             }
             if (u == null) {
-                throw new BuildException("Bogus map ID: " + id.id, new Location(extJar.getAbsolutePath()));
+                throw new BuildException("Bogus map ID: " + id.id + " in: " + cnb);
             }
             log("Checking ID " + id.id, Project.MSG_VERBOSE);
             try {
@@ -485,7 +362,6 @@ public class CheckHelpSetsBin extends Task {
             }
         }
     }
-    */
     
     private final class VerifyTIFactory implements TreeItemFactory {
         
@@ -597,10 +473,11 @@ public class CheckHelpSetsBin extends Task {
         }
         
     }
+    */
     
-    public static class NbDocsStreamHandler extends URLStreamHandler {
+    private static class NbDocsStreamHandler extends URLStreamHandler {
 
-        public static class Factory implements URLStreamHandlerFactory {
+        static class Factory implements URLStreamHandlerFactory {
 
             public URLStreamHandler createURLStreamHandler(String protocol) {
                 if (protocol.equals("nbdocs")) { // NOI18N
@@ -626,7 +503,10 @@ public class CheckHelpSetsBin extends Task {
 
         /** A URL connection that reads from the docs classloader.
          */
-        private static class NbDocsURLConnection extends URLConnection {
+        static class NbDocsURLConnection extends URLConnection {
+
+            static ThreadLocal<URLClassLoader> globalClassLoader = new ThreadLocal<URLClassLoader>();
+            static ThreadLocal<Map<String,URLClassLoader>> classLoaderMap = new ThreadLocal<Map<String,URLClassLoader>>();
 
             /** underlying URL connection
              */
@@ -648,23 +528,38 @@ public class CheckHelpSetsBin extends Task {
              * @throws IOException for the usual reasons
              */
             public synchronized void connect() throws IOException {
+                tryToConnect();
                 if (exception != null) {
-                    IOException e = exception;
-                    exception = null;
-                    throw e;
-                }
-                if (! connected) {
-                    real.connect();
-                    connected = true;
+                    exception.printStackTrace();//XXX
+                    throw exception;
                 }
             }
 
             /** Maybe connect, if not keep track of the problem.
              */
-            private void tryToConnect() {
-                if (connected || exception != null) return;
+            private synchronized void tryToConnect() {
+                if (connected || exception != null) {
+                    return;
+                }
                 try {
-                    connect();
+                    URLClassLoader l;
+                    String cnb = url.getHost();
+                    if (cnb.isEmpty()) {
+                        l = globalClassLoader.get();
+                    } else {
+                        l = classLoaderMap.get().get(cnb);
+                        if (l == null) {
+                            throw new IOException("no loader for " + cnb);
+                        }
+                    }
+                    String path = url.getPath().substring(1);
+                    URL u = l.getResource(path);
+                    if (u == null) {
+                        throw new FileNotFoundException(path + " in " + Arrays.toString(l.getURLs()));
+                    }
+                    real = u.openConnection();
+                    real.connect();
+                    connected = true;
                 } catch (IOException ioe) {
                     exception = ioe;
                 }
@@ -674,43 +569,46 @@ public class CheckHelpSetsBin extends Task {
              * @param n index of the header
              * @return the header value
              */
-            public String getHeaderField(int n) {
+            public @Override String getHeaderField(int n) {
                 tryToConnect();
-                if (connected)
+                if (connected) {
                     return real.getHeaderField(n);
-                else
+                } else {
                     return null;
+                }
             }
 
             /** Get the name of a header.
              * @param n the index
              * @return the header name
              */
-            public String getHeaderFieldKey(int n) {
+            public @Override String getHeaderFieldKey(int n) {
                 tryToConnect();
-                if (connected)
+                if (connected) {
                     return real.getHeaderFieldKey(n);
-                else
+                } else {
                     return null;
+                }
             }
 
             /** Get a header by name.
              * @param key the header name
              * @return the value
              */
-            public String getHeaderField(String key) {
+            public @Override String getHeaderField(String key) {
                 tryToConnect();
-                if (connected)
+                if (connected) {
                     return real.getHeaderField(key);
-                else
+                } else {
                     return null;
+                }
             }
 
             /** Get an input stream on the connection.
              * @throws IOException for the usual reasons
              * @return a stream to the object
              */
-            public InputStream getInputStream() throws IOException {
+            public @Override InputStream getInputStream() throws IOException {
                 connect();
                 return real.getInputStream();
             }
@@ -719,7 +617,7 @@ public class CheckHelpSetsBin extends Task {
              * @throws IOException for the usual reasons
              * @return an output stream writing to it
              */
-            public OutputStream getOutputStream() throws IOException {
+            public @Override OutputStream getOutputStream() throws IOException {
                 connect();
                 return real.getOutputStream();
             }
@@ -727,23 +625,25 @@ public class CheckHelpSetsBin extends Task {
             /** Get the type of the content.
              * @return the MIME type
              */
-            public String getContentType() {
+            public @Override String getContentType() {
                 tryToConnect();
-                if (connected)
+                if (connected) {
                     return real.getContentType();
-                else
-                    return "application/octet-stream"; // NOI18N
+                } else {
+                    return "application/octet-stream";
+                }
             }
 
             /** Get the length of content.
              * @return the length in bytes
              */
-            public int getContentLength() {
+            public @Override int getContentLength() {
                 tryToConnect();
-                if (connected)
+                if (connected) {
                     return real.getContentLength();
-                else
+                } else {
                     return 0;
+                }
             }
 
         }
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/CheckLinks.java b/nbbuild/antsrc/org/netbeans/nbbuild/CheckLinks.java
index ea5d0ad..6a95059 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/CheckLinks.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/CheckLinks.java
@@ -156,7 +156,7 @@ public class CheckLinks extends MatchingTask {
         JUnitReportWriter.writeReport(this, null, report, Collections.singletonMap("testBrokenLinks", testMessage));
     }
     
-    private static Pattern hrefOrAnchor = Pattern.compile("<(a|img)(\\s+shape=\"rect\")?\\s+(href|name|src)=\"([^\"#]*)(#[^\"]+)?\"(\\s+shape=\"rect\")?\\s*/?>", Pattern.CASE_INSENSITIVE);
+    private static Pattern hrefOrAnchor = Pattern.compile("<(a|img|link)(\\s+shape=\"rect\")?(?:\\s+rel=\"stylesheet\")?\\s+(href|name|src)=\"([^\"#]*)(#[^\"]+)?\"(\\s+shape=\"rect\")?(?:\\s+type=\"text/css\")?\\s*/?>", Pattern.CASE_INSENSITIVE);
     private static Pattern lineBreak = Pattern.compile("^", Pattern.MULTILINE);
     
     /**
@@ -313,7 +313,7 @@ public class CheckLinks extends MatchingTask {
             //System.out.println("u.getPath:" + u.getPath());
             //If no module base name is specified as host name check if given
             //resource is available in current module or globally.
-            if (u.toURL().getHost() == null) {
+            if (toURL(u).getHost().isEmpty()) {
                 errors.add("Missing host in nbdocs protocol URL. URI: " + u);
                 errors.add("Referrer: " + referrer);
                 String name = u.getPath();
@@ -362,10 +362,10 @@ public class CheckLinks extends MatchingTask {
                     //System.out.println("name:" + name);
                 }
                 URL res = null;
-                URLClassLoader moduleClassLoader = (URLClassLoader) classLoaderMap.get(u.toURL().getHost());
+                URLClassLoader moduleClassLoader = (URLClassLoader) classLoaderMap.get(toURL(u).getHost());
                 //Log warning
                 if (moduleClassLoader == null) {
-                    errors.add("Module " + u.toURL().getHost() + " not found among modules containing helpsets. URI: " + u);
+                    errors.add("Module " + toURL(u).getHost() + " not found among modules containing helpsets. URI: " + u);
                     errors.add("Referrer: " + referrer);
                 }
                 if (moduleClassLoader != null) {
@@ -384,7 +384,7 @@ public class CheckLinks extends MatchingTask {
                 }
                 if (res == null) {
                     if (moduleClassLoader != null) {
-                        errors.add("Link not found in module " + u.toURL().getHost() + " URI: " + u);
+                        errors.add("Link not found in module " + toURL(u).getHost() + " URI: " + u);
                         errors.add("Referrer: " + referrer);
                     }
                     res = globalClassLoader.getResource(name);
@@ -425,7 +425,7 @@ public class CheckLinks extends MatchingTask {
         String mimeType;
         try {
             // XXX for protocol 'file', could more efficiently use a memmapped char buffer
-            URLConnection conn = base.toURL().openConnection();
+            URLConnection conn = toURL(base).openConnection();
             //System.out.println("CALL OF connect");
             conn.connect();
             mimeType = conn.getContentType ();
@@ -633,6 +633,13 @@ public class CheckLinks extends MatchingTask {
         return ":" + line + ":" + col;
     }
 
+    static final ThreadLocal<URLStreamHandlerFactory> handlerFactory = new ThreadLocal<URLStreamHandlerFactory>();
+    static URL toURL(URI uri) throws MalformedURLException {
+        URLStreamHandlerFactory f = handlerFactory.get();
+        URLStreamHandler h = f != null && uri.getScheme() != null ? f.createURLStreamHandler(uri.getScheme()) : null;
+        return h != null ? new URL(null, uri.toString(), h) : uri.toURL();
+    }
+
     public final class Filter extends Object {
         private Boolean accept;
         private Pattern pattern;
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/CreateModuleXML.java b/nbbuild/antsrc/org/netbeans/nbbuild/CreateModuleXML.java
index 709f59f..97cdd11 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/CreateModuleXML.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/CreateModuleXML.java
@@ -169,19 +169,19 @@ public class CreateModuleXML extends Task {
         Collections.sort(eagerNames);
         Collections.sort(hiddenNames);
         if (!enabledNames.isEmpty()) {
-            log("Enabled modules: " + enabledNames);
+            log("Enabled modules: " + enabledNames, Project.MSG_VERBOSE);
         }
         if (!disabledNames.isEmpty()) {
-            log("Disabled modules: " + disabledNames);
+            log("Disabled modules: " + disabledNames, Project.MSG_VERBOSE);
         }
         if (!autoloadNames.isEmpty()) {
-            log("Autoload modules: " + autoloadNames);
+            log("Autoload modules: " + autoloadNames, Project.MSG_VERBOSE);
         }
         if (!eagerNames.isEmpty()) {
-            log("Eager modules: " + eagerNames);
+            log("Eager modules: " + eagerNames, Project.MSG_VERBOSE);
         }
         if (!hiddenNames.isEmpty()) {
-            log("Hidden modules: " + hiddenNames);
+            log("Hidden modules: " + hiddenNames, Project.MSG_VERBOSE);
         }
     }
     
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/CustomJavac.java b/nbbuild/antsrc/org/netbeans/nbbuild/CustomJavac.java
index 8567b1b..f921dc5 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/CustomJavac.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/CustomJavac.java
@@ -45,7 +45,9 @@ package org.netbeans.nbbuild;
 import java.io.File;
 import java.text.ParseException;
 import java.text.SimpleDateFormat;
+import java.util.ArrayList;
 import java.util.Date;
+import java.util.List;
 import org.apache.tools.ant.BuildException;
 import org.apache.tools.ant.Project;
 import org.apache.tools.ant.taskdefs.Delete;
@@ -73,11 +75,15 @@ public class CustomJavac extends Javac {
         usingExplicitIncludes = true;
     }
 
+    private File generatedClassesDir;
+
     @Override
     public void execute() throws BuildException {
+        generatedClassesDir = new File(getDestdir().getParentFile(), getDestdir().getName() + "-generated");
         if (!usingExplicitIncludes) {
             cleanUpStaleClasses();
         }
+        cleanUpDependDebris();
         super.execute();
     }
 
@@ -88,7 +94,6 @@ public class CustomJavac extends Javac {
             createCompilerArg().setPath(processorPath);
         }
         createCompilerArg().setValue("-implicit:class");
-        File generatedClassesDir = new File(getDestdir().getParentFile(), getDestdir().getName() + "-generated");
         if (generatedClassesDir.isDirectory() || generatedClassesDir.mkdirs()) {
             createCompilerArg().setValue("-s");
             createCompilerArg().setFile(generatedClassesDir);
@@ -114,10 +119,12 @@ public class CustomJavac extends Javac {
         if (!d.isDirectory()) {
             return;
         }
-        String[] _sources = getSrcdir().list();
-        File[] sources = new File[_sources.length];
-        for (int i = 0; i < _sources.length; i++) {
-            sources[i] = new File(_sources[i]);
+        List<File> sources = new ArrayList<File>();
+        for (String s : getSrcdir().list()) {
+            sources.add(new File(s));
+        }
+        if (generatedClassesDir.isDirectory()) {
+            sources.add(generatedClassesDir);
         }
         FileSet classes = new FileSet();
         classes.setDir(d);
@@ -182,4 +189,30 @@ public class CustomJavac extends Javac {
         throw new UnsupportedOperationException();
     }
 
+    /**
+     * See issue #196556. Sometimes {@code <depend>} leaves behind individual
+     * class files for nested classes when their enclosing classes do not exist.
+     * This can cause javac to try to read the nested classes and fail.
+     */
+    private void cleanUpDependDebris() {
+        File d = getDestdir();
+        if (!d.isDirectory()) {
+            return;
+}
+        FileSet classes = new FileSet();
+        classes.setDir(d);
+        classes.setIncludes("**/*$*.class");
+        for (String clazz : classes.getDirectoryScanner(getProject()).getIncludedFiles()) {
+            int i = clazz.indexOf('$');
+            File enclosing = new File(d, clazz.substring(0, i) + ".class");
+            if (!enclosing.isFile()) {
+                File enclosed = new File(d, clazz);
+                log(clazz + " will be deleted since " + enclosing.getName() + " is missing", Project.MSG_VERBOSE);
+                if (!enclosed.delete()) {
+                    throw new BuildException("could not delete " + enclosed, getLocation());
+                }
+            }
+        }
+    }
+
 }
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/FixDependencies.java b/nbbuild/antsrc/org/netbeans/nbbuild/FixDependencies.java
index 383f519..94913f6 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/FixDependencies.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/FixDependencies.java
@@ -366,6 +366,11 @@ public class FixDependencies extends Task {
                 sb.append (stream.substring (from, after));
                 continue;
             }
+            if (dep.indexOf("org.netbeans.libs.javacapi") != -1) {
+                // should be kept even if can compile using rt.jar version
+                sb.append (stream.substring (from, after));
+                continue;
+            }
             
             
             int cnbBeg = dep.indexOf ("<code-name-base>");
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/GenerateFilesLayout.java b/nbbuild/antsrc/org/netbeans/nbbuild/GenerateFilesLayout.java
new file mode 100644
index 0000000..ed16985
--- /dev/null
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/GenerateFilesLayout.java
@@ -0,0 +1,142 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.nbbuild;
+
+import java.io.File;
+import java.io.FileWriter;
+import java.io.IOException;
+import java.io.PrintWriter;
+import java.io.Writer;
+import java.util.HashMap;
+import java.util.Map;
+import org.apache.tools.ant.BuildException;
+import org.apache.tools.ant.DirectoryScanner;
+import org.apache.tools.ant.Project;
+import org.apache.tools.ant.Task;
+import org.apache.tools.ant.types.FileSet;
+import org.w3c.dom.Document;
+import org.w3c.dom.Element;
+import org.w3c.dom.NodeList;
+import org.xml.sax.InputSource;
+import org.xml.sax.SAXException;
+
+/**
+ * Creates a list of files in the distribution.
+ */
+public class GenerateFilesLayout extends Task {
+    
+    private FileSet fs;
+    public void addConfiguredFiles(FileSet fs) {
+        this.fs = fs;
+    }
+    
+    private File output;
+    public void setOutput(File output) {
+        this.output = output;
+    }
+    
+    public @Override void execute() throws BuildException {
+        if (fs == null || output == null) {
+            throw new BuildException("Must set files and output");
+        }
+        DirectoryScanner ds = fs.getDirectoryScanner();
+        try {
+            Map</*cluster*/String,Map</*path*/String,/*cnb*/String>> ownersByCluster = new HashMap<String,Map<String,String>>();
+            int maxlength = 0;
+            for (String cluster : ds.getIncludedDirectories()) {
+                if (cluster.isEmpty() || cluster.indexOf(File.separatorChar) != -1) {
+                    continue;
+                }
+                Map<String,String> owners = new HashMap<String,String>();
+                File updateTracking = new File(ds.getBasedir(), cluster + "/update_tracking");
+                if (!updateTracking.isDirectory()) {
+                    log("No such dir: " + updateTracking, Project.MSG_WARN);
+                    continue;
+                }
+                for (File xml : updateTracking.listFiles()) {
+                    Document doc = XMLUtil.parse(new InputSource(xml.toURI().toString()), false, false, null, null);
+                    String cnb = LayerIndex.shortenCNB(doc.getDocumentElement().getAttribute("codename").replaceFirst("/[0-9]+$", ""));
+                    maxlength = Math.max(maxlength, cnb.length());
+                    NodeList nl = doc.getElementsByTagName("file");
+                    for (int i = 0; i < nl.getLength(); i++) {
+                        String file = ((Element) nl.item(i)).getAttribute("name");
+                        owners.put(file, cnb);
+                    }
+                }
+                ownersByCluster.put(cluster, owners);
+            }
+            Writer w = new FileWriter(output);
+            try {
+                PrintWriter pw = new PrintWriter(w);
+                for (String incl : ds.getIncludedFiles()) {
+                    String inclSlash = incl.replace(File.separatorChar, '/');
+                    int slash = inclSlash.indexOf('/');
+                    if (slash == -1) {
+                        // Files at top level are ignored.
+                        continue;
+                    }
+                    if (inclSlash.matches("[^/]+/update_tracking/[^/]+[.]xml")) {
+                        // Not considered an actual part of the cluster, but rather its metadata.
+                        continue;
+                    }
+                    Map<String,String> owners = ownersByCluster.get(inclSlash.substring(0, slash));
+                    String owner = owners != null ? owners.get(inclSlash.substring(slash + 1)) : null;
+                    if (owner == null) {
+                        owner = "???";
+                    }
+                    pw.printf("%-" + maxlength + "s %s\n", owner, inclSlash);
+                }
+                pw.flush();
+                pw.close();
+            } finally {
+                w.close();
+            }
+        } catch (IOException x) {
+            throw new BuildException(x, getLocation());
+        } catch (SAXException x) {
+            throw new BuildException(x, getLocation());
+        }
+        log(output + ": generated");
+    }
+
+}
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/JHIndexer.java b/nbbuild/antsrc/org/netbeans/nbbuild/JHIndexer.java
index 820e6d6..5ab9dee 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/JHIndexer.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/JHIndexer.java
@@ -44,10 +44,19 @@
 
 package org.netbeans.nbbuild;
 
-import java.io.*;
-import java.lang.reflect.*;
-import java.util.*;
-
+import java.io.File;
+import java.io.FileOutputStream;
+import java.io.IOException;
+import java.io.OutputStream;
+import java.io.PrintWriter;
+import java.lang.reflect.InvocationTargetException;
+import java.lang.reflect.Method;
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.Collections;
+import java.util.Comparator;
+import java.util.LinkedList;
+import java.util.List;
 import org.apache.tools.ant.AntClassLoader;
 import org.apache.tools.ant.BuildException;
 import org.apache.tools.ant.DirectoryScanner;
@@ -192,10 +201,16 @@ public class JHIndexer extends MatchingTask {
         classpath = cp;
     }
 
-    public void execute () throws BuildException {
-        if (classpath == null) throw new BuildException ("Must specify the classpath attribute to find jhall.jar or jsearch.jar");
-        if (db == null) throw new BuildException ("Must specify the db attribute");
-        if (basedir == null) throw new BuildException ("Must specify the basedir attribute");
+    public @Override void execute() throws BuildException {
+        if (classpath == null) {
+            throw new BuildException ("Must specify the classpath attribute to find jhall.jar or jsearch.jar");
+        }
+        if (db == null) {
+            throw new BuildException ("Must specify the db attribute");
+        }
+        if (basedir == null) {
+            throw new BuildException ("Must specify the basedir attribute");
+        }
         FileScanner scanner = getDirectoryScanner (basedir);
         scanner.scan ();
         String[] files = scanner.getIncludedFiles ();
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/JarWithModuleAttributes.java b/nbbuild/antsrc/org/netbeans/nbbuild/JarWithModuleAttributes.java
index 407e6cf..a3ec3ff 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/JarWithModuleAttributes.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/JarWithModuleAttributes.java
@@ -179,11 +179,7 @@ public class JarWithModuleAttributes extends Jar {
                     cp = javahelpClassPathExtension;
                 }
             } else {
-                if (classPathExtensions != null) {
-                    cp = classPathExtensions;
-                } else {
-                    cp = null;
-                }
+                cp = classPathExtensions;
             }
             if (cp != null) {
                 added.addConfiguredAttribute(new Manifest.Attribute("Class-Path", cp));
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/L10nTask.java b/nbbuild/antsrc/org/netbeans/nbbuild/L10nTask.java
index e573e65..956ff69 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/L10nTask.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/L10nTask.java
@@ -232,9 +232,6 @@ public class L10nTask extends Task {
                     
                     File oneFile = new File(tmpDir, file);
                     zipFileSet.setSrc(oneFile);
-                    file = file.replaceAll("^visualweb","vw");
-                    file = file.replaceAll("visualweb-","vw-");
-                    file = file.replaceAll("ravehelp-rave_nbpack","rh");
                     file = file.replaceAll("org-netbeans-modules-", "");
                     file = file.replaceAll("/netbeans/modules/", "/");
                     file = file.replaceAll("\\.nbm/", "/");
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/LayerIndex.java b/nbbuild/antsrc/org/netbeans/nbbuild/LayerIndex.java
index 2ccd0d3..1c10030 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/LayerIndex.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/LayerIndex.java
@@ -199,7 +199,7 @@ public class LayerIndex extends Task {
         getProject().getReferences().put(resourceId, resources);
     }
 
-    private String shortenCNB(String cnb) {
+    static String shortenCNB(String cnb) {
         if (cnb != null) {
             return cnb.replaceFirst("^org\\.netbeans\\.", "o.n.").replaceFirst("^org\\.openide\\.", "o.o.").replaceFirst("\\.modules\\.", ".m.");
         } else {
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/MakeJNLP.java b/nbbuild/antsrc/org/netbeans/nbbuild/MakeJNLP.java
index f31fe79..5c75f5c 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/MakeJNLP.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/MakeJNLP.java
@@ -50,6 +50,8 @@ import java.io.IOException;
 import java.io.InputStream;
 import java.io.StringWriter;
 import java.io.Writer;
+import java.net.URI;
+import java.net.URISyntaxException;
 import java.util.ArrayList;
 import java.util.Enumeration;
 import java.util.HashMap;
@@ -126,6 +128,10 @@ public class MakeJNLP extends Task {
     public void setKeystore(String k) {
         getSignTask().setKeystore(k);
     }
+
+    public void setStoreType(String t) {
+        getSignTask().setStoretype(t);
+    }
     
     private String codebase = "$$codebase";
     public void setCodebase(String s) {
@@ -539,15 +545,15 @@ public class MakeJNLP extends Task {
             if (n.endsWith(".jar")) {
                 n = n.substring(0, n.length() - 4);
             }
-            
+            File ext = new File(new File(targetFile, dashcnb), s.replace("../", "").replace('/', '-'));
+
             if (isSigned(e) != null) {
                 Copy copy = (Copy)getProject().createTask("copy");
                 copy.setFile(e);
-                File t = new File(new File(targetFile, dashcnb), s.replace('/', '-'));
-                copy.setTofile(t);
+                copy.setTofile(ext);
                 copy.execute();
                 
-                String extJnlpName = dashcnb + '-' + t.getName().replaceFirst("\\.jar$", "") + ".jnlp";
+                String extJnlpName = dashcnb + '-' + ext.getName().replaceFirst("\\.jar$", "") + ".jnlp";
                 File jnlp = new File(targetFile, extJnlpName);
 
                 FileWriter writeJNLP = new FileWriter(jnlp);
@@ -560,7 +566,7 @@ public class MakeJNLP extends Task {
                 writeJNLP.write("  </information>\n");
                 writeJNLP.write(permissions +"\n");
                 writeJNLP.write("  <resources>\n");
-                writeJNLP.write(constructJarHref(t, dashcnb));
+                writeJNLP.write(constructJarHref(ext, dashcnb));
                 writeJNLP.write("  </resources>\n");
                 writeJNLP.write("  <component-desc/>\n");
                 writeJNLP.write("</jnlp>\n");
@@ -568,7 +574,6 @@ public class MakeJNLP extends Task {
                 
                 fileWriter.write("    <extension name='" + e.getName().replaceFirst("\\.jar$", "") + "' href='" + extJnlpName + "'/>\n");
             } else {
-                File ext = new File(new File(targetFile, dashcnb), s.replace('/', '-'));
                 signOrCopy(e, ext);
 
                 fileWriter.write(constructJarHref(ext, dashcnb));
@@ -642,11 +647,16 @@ public class MakeJNLP extends Task {
         signOrCopy(ext, null);
     }
 
-    private static String relative(File file, File root) {
+    private String relative(File file, File root) {
         String sfile = file.toString().replace(File.separatorChar, '/');
         String sroot = (root.toString() + File.separator).replace(File.separatorChar, '/');
         if (sfile.startsWith(sroot)) {
-            return sfile.substring(sroot.length());
+            try {
+                String result = new URI(null, sfile.substring(sroot.length()), null).normalize().getPath();
+                return result;
+            } catch (URISyntaxException x) {
+                throw new BuildException(x, getLocation()); // or just ignore?
+            }
         }
         return sfile;
     }
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/MakeNBM.java b/nbbuild/antsrc/org/netbeans/nbbuild/MakeNBM.java
index dbd546f..622c7d8 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/MakeNBM.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/MakeNBM.java
@@ -59,14 +59,17 @@ import java.net.URI;
 import java.net.URL;
 import java.text.SimpleDateFormat;
 import java.util.ArrayList;
+import java.util.Arrays;
 import java.util.Collections;
 import java.util.Date;
 import java.util.Enumeration;
 import java.util.Iterator;
+import java.util.LinkedHashSet;
 import java.util.List;
 import java.util.Locale;
 import java.util.Map;
 import java.util.Properties;
+import java.util.Set;
 import java.util.StringTokenizer;
 import java.util.jar.Attributes;
 import java.util.jar.Attributes.Name;
@@ -675,7 +678,14 @@ public class MakeNBM extends Task {
  	    new BuildException( "Can't get codenamebase" );
  	
  	UpdateTracking tracking = new UpdateTracking(productDir.getAbsolutePath());
- 	String files[] = tracking.getListOfNBM( codename );
+ 	Set<String> _files = new LinkedHashSet<String>(Arrays.asList(tracking.getListOfNBM(codename)));
+    List<String> __files = new ArrayList<String>(_files);
+    for (String f : _files) {
+        if (f.endsWith(".external")) { // #195041
+            __files.remove(f.substring(0, f.length() - 9));
+        }
+    }
+    String[] files = __files.toArray(new String[__files.size()]);
  	ZipFileSet fs = new ZipFileSet();
         List <String> moduleFiles = new ArrayList <String>();
  	fs.setDir( productDir );
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/ModuleDependencies.java b/nbbuild/antsrc/org/netbeans/nbbuild/ModuleDependencies.java
index b67da57..d35b437 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/ModuleDependencies.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/ModuleDependencies.java
@@ -121,56 +121,36 @@ public class ModuleDependencies extends Task {
                 if (o.type == null) throw new BuildException ("<output> needs attribute type");
                 if (o.file == null) throw new BuildException ("<output> needs attribute file");
                 
-                getProject().log(o.file + ": generating " + o.type);
-                
                 if ("public-packages".equals (o.type.getValue ())) {
                     generatePublicPackages (o.file, true, false);
-                    continue;
-                }
-                if ("friend-packages".equals (o.type.getValue ())) {
+                } else if ("friend-packages".equals (o.type.getValue ())) {
                     generatePublicPackages (o.file, false, false);
-                    continue;
-                }
-                if ("shared-packages".equals (o.type.getValue ())) {
+                } else if ("shared-packages".equals (o.type.getValue ())) {
                     generateSharedPackages (o.file);
-                    continue;
-                }
-                if ("modules".equals (o.type.getValue ())) {
-                    generateListOfModules (o.file);                    
-                    continue;
-                }
-                if ("dependencies".equals (o.type.getValue ())) {
+                } else if ("modules".equals (o.type.getValue ())) {
+                    generateListOfModules (o.file);
+                } else if ("disabled-autoloads".equals(o.type.getValue())) {
+                    generateListOfDisabledAutoloads(o.file);
+                } else if ("dependencies".equals (o.type.getValue ())) {
                     generateDependencies (o.file, false);                    
-                    continue;
-                }
-                if ("implementation-dependencies".equals (o.type.getValue ())) {
+                } else if ("implementation-dependencies".equals (o.type.getValue ())) {
                     generateDependencies (o.file, true);                    
-                    continue;
-                }
-                if ("group-dependencies".equals (o.type.getValue ())) {
+                } else if ("group-dependencies".equals (o.type.getValue ())) {
                     generateGroupDependencies (o.file, false);                    
-                    continue;
-                }
-                if ("group-implementation-dependencies".equals (o.type.getValue ())) {
+                } else if ("group-implementation-dependencies".equals (o.type.getValue ())) {
                     generateGroupDependencies (o.file, true);                    
-                    continue;
-                }
-                if ("group-friend-packages".equals (o.type.getValue ())) {
+                } else if ("group-friend-packages".equals (o.type.getValue ())) {
                     generatePublicPackages(o.file, false, true);                    
-                    continue;
-                }
-                if ("kits".equals(o.type.getValue())) {
+                } else if ("kits".equals(o.type.getValue())) {
                     generateKits(o.file);
-                    continue;
-                }
-                if ("kit-dependencies".equals(o.type.getValue())) {
+                } else if ("kit-dependencies".equals(o.type.getValue())) {
                     generateKitDependencies(o.file);
-                    continue;
-                }
-                if ("plugins".equals(o.type.getValue())) {
+                } else if ("plugins".equals(o.type.getValue())) {
                     generatePlugins(o.file);
-                    continue;
+                } else {
+                    assert false : o.type;
                 }
+                getProject().log(o.file + ": generating " + o.type);
             }
         
         } catch (IOException ex) {
@@ -256,15 +236,17 @@ public class ModuleDependencies extends Task {
 
                 TreeSet<Dependency> depends = new TreeSet<Dependency>();
                 TreeSet<Dependency> provides = new TreeSet<Dependency>();
-                addDependencies (depends, file.getManifest (), Dependency.REQUIRES, "OpenIDE-Module-Requires");
-                addDependencies (provides, file.getManifest (), Dependency.PROVIDES, "OpenIDE-Module-Provides");
+                addDependencies (depends, file.getManifest (), Dependency.Type.requires, "OpenIDE-Module-Requires");
+                addDependencies (depends, file.getManifest (), Dependency.Type.requires, "OpenIDE-Module-Needs");
+                addDependencies (depends, file.getManifest (), Dependency.Type.recommends, "OpenIDE-Module-Recommends");
+                addDependencies (provides, file.getManifest (), Dependency.Type.provides, "OpenIDE-Module-Provides");
                 {
                     String ideDeps = file.getManifest ().getMainAttributes ().getValue ("OpenIDE-Module-IDE-Dependencies"); // IDE/1 > 4.25
                     if (ideDeps != null) {
                         throw new BuildException("OpenIDE-Module-IDE-Dependencies is obsolete in " + f);
                     }
                 }
-                addDependencies (depends, file.getManifest (), Dependency.REQUIRES, "OpenIDE-Module-Module-Dependencies");
+                addDependencies (depends, file.getManifest (), Dependency.Type.requires, "OpenIDE-Module-Module-Dependencies");
                 /* org.netbeans.api.java/1,org.netbeans.modules.queries/0,
                  org.netbeans.modules.javacore/1,org.netbeans.jmi.javamodel/1 > 1.11,org.netbeans.api.mdr/1,
                  org.netbeans.modules.mdr/1= 1.0.0,org.netbeans.modules.
@@ -500,7 +482,58 @@ public class ModuleDependencies extends Task {
         }
         w.close ();
     }
-    
+
+    private void generateListOfDisabledAutoloads(File output) throws BuildException, IOException {
+        Map<String,Set<String>> depsAll = new TreeMap<String,Set<String>>();
+        Map<String,ModuleInfo> considered = new TreeMap<String,ModuleInfo>();
+        Set<String> regular = new HashSet<String>();
+        for (ModuleInfo m : modules) {
+            if (regexp != null && !regexp.matcher(m.group).matches()) {
+                continue;
+            }
+            if (m.isAutoload) {
+                considered.put(m.codebasename, m);
+            } else if (!m.isEager) {
+                regular.add(m.codebasename);
+            }
+            Set<String> deps = new TreeSet<String>();
+            depsAll.put(m.codebasename, deps);
+            for (Dependency d : m.depends) {
+                ModuleInfo m2 = findModuleInfo(d, m);
+                if (m2 != null) {
+                    deps.add(m2.codebasename);
+                }
+            }
+        }
+        transitiveClosure(depsAll);
+        Map<String,Set<ModuleInfo>> disabled = new TreeMap<String,Set<ModuleInfo>>();
+        for (Map.Entry<String, Set<String>> entry : depsAll.entrySet()) {
+            if (!regular.contains(entry.getKey())) {
+                continue;
+            }
+            for (String dep : entry.getValue()) {
+                considered.remove(dep);
+            }
+        }
+        for (ModuleInfo m : considered.values()) {
+            Set<ModuleInfo> group = disabled.get(m.group);
+            if (group == null) {
+                group = new TreeSet<ModuleInfo>();
+                disabled.put(m.group, group);
+            }
+            group.add(m);
+        }
+        PrintWriter w = new PrintWriter(new FileWriter(output));
+        for (Set<ModuleInfo> group : disabled.values()) {
+            for (ModuleInfo m : group) {
+                w.print("MODULE ");
+                w.print(m.getName(false));
+                w.println();
+            }
+        }
+        w.close();
+    }
+
     private void generateKits(File output) throws BuildException, IOException {
         PrintWriter w = new PrintWriter(new FileWriter(output));
         // calculate transitive closure of kits
@@ -632,10 +665,11 @@ public class ModuleDependencies extends Task {
             TreeSet<String> deps = new TreeSet<String>();
             moduleDepsAll.put(m.codebasename, deps);
             for (Dependency d : m.depends) {
-                if (!d.isSpecial()) {
-                    ModuleInfo theModuleOneIsDependingOn = findModuleInfo(d, m);
-                    deps.add(theModuleOneIsDependingOn.codebasename);
+                ModuleInfo theModuleOneIsDependingOn = findModuleInfo(d, m);
+                if (theModuleOneIsDependingOn == null) {
+                    continue;
                 }
+                deps.add(theModuleOneIsDependingOn.codebasename);
             }
         }
         transitiveClosure(moduleDepsAll);
@@ -651,11 +685,12 @@ public class ModuleDependencies extends Task {
                 TreeSet<String> deps = new TreeSet<String>();
                 kitDepsAll.put(m.getName(false), deps);
                 for (Dependency d : m.depends) {
-                    if (!d.isSpecial()) {
-                        ModuleInfo theModuleOneIsDependingOn = findModuleInfo(d, m);
-                        if (theModuleOneIsDependingOn.showInAutoupdate) {
-                            deps.add(theModuleOneIsDependingOn.getName(false));
-                        }
+                    ModuleInfo theModuleOneIsDependingOn = findModuleInfo(d, m);
+                    if (theModuleOneIsDependingOn == null) {
+                        continue;
+                    }
+                    if (theModuleOneIsDependingOn.showInAutoupdate) {
+                        deps.add(theModuleOneIsDependingOn.getName(false));
                     }
                 }
             }
@@ -668,23 +703,20 @@ public class ModuleDependencies extends Task {
      * 
      * @param deps the dependency map, will contain the transitive closure when the method exits
      */
-    private void transitiveClosure(TreeMap<String, TreeSet<String>> allDeps) {
-        // add transitively all dependencies
+    private void transitiveClosure(Map<String,? extends Set<String>> allDeps) {
         boolean needAnotherIteration = true;
         while (needAnotherIteration) {
             needAnotherIteration = false;
-            for (String m: allDeps.keySet()) {
-                TreeSet<String> deps = allDeps.get(m);
+            for (Map.Entry<String,? extends Set<String>> entry : allDeps.entrySet()) {
+                Set<String> deps = entry.getValue();
                 for (String d : new TreeSet<String>(deps)) {
                     for (String d2: allDeps.get(d)) {
-                        if (!deps.contains(d2)) {
-                            log ("transitive closure: need to add " + d2 + " to " + m, Project.MSG_DEBUG);
-                            deps.add(d2);
+                        if (deps.add(d2)) {
+                            log("transitive closure: need to add " + d2 + " to " + entry.getKey(), Project.MSG_DEBUG);
                             needAnotherIteration = true;
                         }
                     }
                 }
-
             }
         }       
     }
@@ -703,12 +735,13 @@ public class ModuleDependencies extends Task {
                     if (regexp != null && !regexp.matcher(m.group).matches()) {
                         continue;
                     }
-                    if (!d.isSpecial()) {
-                        ModuleInfo theModuleOneIsDependingOn = findModuleInfo(d, m);
-                        if (theModuleOneIsDependingOn.showInAutoupdate) {
-                            w.print("  REQUIRES " + theModuleOneIsDependingOn.getName(false));
-                            w.println();
-                        }
+                    ModuleInfo theModuleOneIsDependingOn = findModuleInfo(d, m);
+                    if (theModuleOneIsDependingOn == null) {
+                        continue;
+                    }
+                    if (theModuleOneIsDependingOn.showInAutoupdate) {
+                        w.print("  REQUIRES " + theModuleOneIsDependingOn.getName(false));
+                        w.println();
                     }
                 }
             }
@@ -832,11 +865,12 @@ public class ModuleDependencies extends Task {
         PrintWriter w = new PrintWriter (new FileWriter (output));
         for (ModuleInfo m : modules) {
             boolean first = true;
+            Set<ModuleInfo> written = new HashSet<ModuleInfo>(); // XXX needed for other uses of findModuleInfo too
             for (Dependency d : m.depends) {
                 if (d.getName().startsWith("org.openide.modules.ModuleFormat")) {
                     continue; // just clutter
                 }
-                String print = "  REQUIRES ";
+                String print = d.type == Dependency.Type.requires ? "  REQUIRES " : "  RECOMMENDS ";
                 if (d.exact && d.compare != null) {
                     // ok, impl deps
                 } else {
@@ -850,18 +884,19 @@ public class ModuleDependencies extends Task {
                 
                 if (first) {
                     w.print ("MODULE ");
-                    w.print (m.getName (false));
-                    w.println ();
+                    w.println(m.getName (false));
                     first = false;
                 }
-                w.print (print);
                 if (d.isSpecial ()) {
-                    w.print (d.getName ());
+                    w.print(print);
+                    w.println(d.getName ());
                 } else {
                     ModuleInfo theModuleOneIsDependingOn = findModuleInfo(d, m);
-                    w.print (theModuleOneIsDependingOn.getName (false));
+                    if (theModuleOneIsDependingOn != null && written.add(theModuleOneIsDependingOn)) {
+                        w.print(print);
+                        w.println(theModuleOneIsDependingOn.getName(false));
+                    }
                 }
-                w.println ();
             }
         }
         w.close ();
@@ -910,10 +945,13 @@ public class ModuleDependencies extends Task {
             
             boolean first = true;
             for (Dependency d : depends) {
-                String print = "  REQUIRES ";
+                String print = d.type == Dependency.Type.requires ? "  REQUIRES " : "  RECOMMENDS ";
                 // dependencies within one group are not important
                 Set<ModuleInfo> r = referrers.get(d);
                 ModuleInfo ref = findModuleInfo(d, r.size() == 1 ? r.iterator().next() : null);
+                if (ref == null) {
+                    continue;
+                }
                 if (groupName.equals (ref.group)) {
                     continue;
                 }
@@ -935,12 +973,17 @@ public class ModuleDependencies extends Task {
     /** For a given dependency finds the module that this dependency refers to.
      */
     private ModuleInfo findModuleInfo(Dependency dep, ModuleInfo referrer) throws BuildException {
+        if (dep.isSpecial()) {
+            return null;
+        }
         for (ModuleInfo info : modules) {
             if (dep.isDependingOn (info)) {
                 return info;
             }
         }
-        
+        if (dep.type == Dependency.Type.recommends) {
+            return null;
+        }
         throw new BuildException ("Cannot find module that satisfies dependency: " + dep + (referrer != null ? " from: " + referrer : ""));
     }
     /** For a given codebasename finds module that we depend on
@@ -955,7 +998,7 @@ public class ModuleDependencies extends Task {
         return null;
     }
     
-    private static void addDependencies (TreeSet<Dependency> addTo, java.util.jar.Manifest man, int dependencyType, String attrName) throws BuildException {
+    private static void addDependencies (TreeSet<Dependency> addTo, java.util.jar.Manifest man, Dependency.Type dependencyType, String attrName) throws BuildException {
         String value = man.getMainAttributes ().getValue (attrName);
         if (value == null) {
             return;
@@ -1041,6 +1084,7 @@ public class ModuleDependencies extends Task {
                 "friend-packages",
                 "shared-packages",
                 "modules",
+                "disabled-autoloads",
                 "dependencies",
                 "implementation-dependencies",
                 "group-dependencies",
@@ -1107,18 +1151,17 @@ public class ModuleDependencies extends Task {
     } // end of ModuleInfo
     
     private static final class Dependency extends Object implements Comparable<Dependency> {
-        public static final int PROVIDES = 1;
-        public static final int REQUIRES = 2;
+        enum Type {provides, requires, recommends}
         
         public final String token;
         public final int majorVersionFrom;
         public final int majorVersionTo;
-        public final int type;
+        public final Type type;
         public final boolean exact;
         public final String compare;
         
         
-        public Dependency (String token, int type, boolean exact, String compare) {
+        public Dependency (String token, Type type, boolean exact, String compare) {
             // base name
             int slash = token.indexOf ('/');
             if (slash == -1) {
@@ -1185,15 +1228,7 @@ public class ModuleDependencies extends Task {
         }
         
         public @Override String toString() {
-            String t;
-            switch (type) {
-                case REQUIRES: t = "requires "; break;
-                case PROVIDES: t = "provides "; break;
-                default:
-                    throw new IllegalStateException ("Unknown type: " + type);
-            }
-            
-            return "Dependency[" + t + getName () + "]";
+            return "Dependency[" + type + " " + getName () + "]";
         }
 
     } // end of Dependency
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/ModuleListParser.java b/nbbuild/antsrc/org/netbeans/nbbuild/ModuleListParser.java
index 5b00623..8335f9b 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/ModuleListParser.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/ModuleListParser.java
@@ -138,6 +138,14 @@ final class ModuleListParser {
                         String clusterName = tok.nextToken();
                         String moduleList = properties.get(clusterName);
                         if (moduleList != null) {
+                            // Hack to treat libs.junit4 as if it were in platform for purposes of building, yet build to another cluster.
+                            if (clusterName.equals("nb.cluster.platform")) {
+                                moduleList += ",libs.junit4";
+                            } else if (clusterName.equals("nb.cluster.stableuc")) {
+                                moduleList = moduleList.replace(",libs.junit4", "");
+                            }
+
+
                             StringTokenizer tok2 = new StringTokenizer(moduleList, ", ");
                             while (tok2.hasMoreTokens()) {
                                 String module = tok2.nextToken();
@@ -190,7 +198,7 @@ final class ModuleListParser {
                             @SuppressWarnings("unchecked") Map<String,Entry> _entries = (Map) oi.readObject();
                             entries = _entries;
                             if (project != null) {
-                                project.log("Loaded modules: " + entries.keySet(), Project.MSG_VERBOSE);
+                                project.log("Loaded modules: " + entries.keySet(), Project.MSG_DEBUG);
                             }
                         }
                     } finally {
@@ -403,14 +411,20 @@ final class ModuleListParser {
             faketask.setName("suite.dir");
             faketask.setValue(properties.get("suite.dir"));
             faketask.execute();
+            faketask.setName("suite.build.dir");
+            faketask.setValue(fakeproj.replaceProperties("${suite.dir}/build"));
+            faketask.execute();
             faketask.setName("cluster");
-            faketask.setValue(fakeproj.replaceProperties("${suite.dir}/build/cluster"));
+            faketask.setValue(fakeproj.replaceProperties("${suite.build.dir}/cluster"));
             faketask.execute();
             break;
         case STANDALONE:
             assert path == null;
+            faketask.setName("build.dir");
+            faketask.setValue(fakeproj.replaceProperties("${basedir}/build"));
+            faketask.execute();
             faketask.setName("cluster");
-            faketask.setValue(fakeproj.replaceProperties("${basedir}/build/cluster"));
+            faketask.setValue(fakeproj.replaceProperties("${build.dir}/cluster"));
             faketask.execute();
             break;
         default:
@@ -557,6 +571,9 @@ final class ModuleListParser {
     private static void doScanBinaries(File cluster, Map<String,Entry> entries) throws IOException {
         File moduleAutoDepsDir = new File(new File(cluster, "config"), "ModuleAutoDeps");
             for (String moduleDir : MODULE_DIRS) {
+                if (moduleDir.endsWith("lib") && !cluster.getName().contains("platform")) {
+                    continue;
+                }
                 File dir = new File(cluster, moduleDir.replace('/', File.separatorChar));
                 if (!dir.isDirectory()) {
                     continue;
@@ -581,6 +598,9 @@ final class ModuleListParser {
                     if (!fileName.endsWith(".xml")) {
                         continue;
                     }
+                    if (entries.containsKey(fileName.substring(0, fileName.length() - 4).replace('-', '.'))) {
+                        continue;
+                    }
                     try {
                         if (expr == null) {
                             expr = XPathFactory.newInstance().newXPath().compile("/module/param[@name='jar']");
@@ -866,7 +886,7 @@ final class ModuleListParser {
             String moduleDependencies = attr.getValue("OpenIDE-Module-Module-Dependencies");
 
 
-            Entry entry = new Entry(codenamebase, m, exts,dir, null, null, cluster.getName(),
+            Entry entry = new Entry(codenamebase, m, exts, null, null, null, cluster.getName(),
                     parseRuntimeDependencies(moduleDependencies), Collections.<String,String[]>emptyMap(),
                     new File(moduleAutoDepsDir, codenamebase.replace('.', '-') + ".xml"));
             Entry prev = entries.put(codenamebase, entry);
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/ParseProjectXml.java b/nbbuild/antsrc/org/netbeans/nbbuild/ParseProjectXml.java
index b9eb29d..95a6a0c 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/ParseProjectXml.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/ParseProjectXml.java
@@ -1250,10 +1250,22 @@ public final class ParseProjectXml extends Task {
    private String getMissingEntries() {
        if ( missingEntries != null) {
            StringBuilder builder = new StringBuilder();
-           builder.append("\n-missing-Module-Entries-: ");
-           for (String cnd : missingEntries) {
-               builder.append(cnd);
-               builder.append("\n");
+           if (missingEntries.contains("org.netbeans.libs.junit4")) {
+               File junitJar = new File(System.getProperty("user.home"), ".m2/repository/junit/junit/4.8.2/junit-4.8.2.jar");
+               if (junitJar.isFile()) {
+                   builder.append(File.pathSeparatorChar).append(junitJar);
+                   missingEntries.remove("org.netbeans.libs.junit4");
+               } else {
+                   builder.append("\nYou need to download and install org-netbeans-libs-junit4.nbm into the platform to run tests.");
+                   builder.append("\nIf you have Maven and agree to http://www.opensource.org/licenses/cpl1.0.txt it suffices to run:");
+                   builder.append("\nmvn dependency:get -Dartifact=junit:junit:4.8.2 -DrepoUrl=http://repo1.maven.org/maven2/");
+               }
+           }
+           if (!missingEntries.isEmpty()) {
+               builder.append("\n-missing-Module-Entries-: ");
+               for (String missingEntry : missingEntries) {
+                   builder.append(missingEntry).append('\n');
+               }
            }
            return builder.toString();
        }
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/ShorterPaths.java b/nbbuild/antsrc/org/netbeans/nbbuild/ShorterPaths.java
index 8c8d2a6..c82a02d 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/ShorterPaths.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/ShorterPaths.java
@@ -53,6 +53,9 @@ import java.util.Iterator;
 import java.util.LinkedList;
 import java.util.List;
 import java.util.StringTokenizer;
+import java.util.jar.Attributes.Name;
+import java.util.jar.JarFile;
+import java.util.jar.Manifest;
 import org.apache.tools.ant.*;
 import org.apache.tools.ant.types.*;
 
@@ -68,6 +71,7 @@ public class ShorterPaths extends Task {
     public static class Replacement {
         String name; 
         File dir;
+        File excluded;
         
         public void setName(String name) {
             this.name = name;
@@ -75,10 +79,13 @@ public class ShorterPaths extends Task {
         public void setDir(File dir) {
             this.dir = dir;
         }
+        public void setExcluded(File excluded) {
+            this.excluded = excluded;
+        }
 
         @Override
         public String toString() {
-            return dir + " => ${" + name + "}";
+            return dir + (excluded != null ? " - " + excluded : "") + " => ${" + name + "}";
         }
     }
     private List<Replacement> replacements = new LinkedList<Replacement>(); // List<Nestme>
@@ -226,7 +233,7 @@ public class ShorterPaths extends Task {
            path = file.getAbsolutePath();
            for (Replacement repl: replacements) {
                 String dirCan = repl.dir.getCanonicalPath();
-                if (path.startsWith(dirCan)) {
+                if (path.startsWith(dirCan) && (repl.excluded == null || !path.startsWith(repl.excluded.getCanonicalPath()))) {
                     if (nbLibBuff.length() > 0 ) {
                         nbLibBuff.append(":\\\n");
                     }  
@@ -281,6 +288,26 @@ public class ShorterPaths extends Task {
             fos.close();
             fis.close();
         }
+        if (file.getName().endsWith(".jar")) {
+            String cp;
+            try {
+                JarFile jf = new JarFile(file);
+                try {
+                    Manifest manifest = jf.getManifest();
+                    cp = manifest != null ? manifest.getMainAttributes().getValue(Name.CLASS_PATH) : null;
+                } finally {
+                    jf.close();
+                }
+            } catch (IOException x) {
+                log("Could not parse " + file + " for Class-Path", Project.MSG_WARN);
+                cp = null;
+            }
+            if (cp != null) {
+                for (String ext : cp.split(" ")) {
+                    copyExtraLib(new File(file.getParentFile(), ext));
+                }
+            }
+        }
         return name;
     }
  
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/SubAntJUnitReport.java b/nbbuild/antsrc/org/netbeans/nbbuild/SubAntJUnitReport.java
index 35e6833..f5fd600 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/SubAntJUnitReport.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/SubAntJUnitReport.java
@@ -56,6 +56,7 @@ import org.apache.tools.ant.BuildListener;
 import org.apache.tools.ant.Project;
 import org.apache.tools.ant.Task;
 import org.apache.tools.ant.taskdefs.Ant;
+import org.apache.tools.ant.taskdefs.Property;
 import org.apache.tools.ant.types.Path;
 
 /**
@@ -72,11 +73,39 @@ public class SubAntJUnitReport extends Task {
         this.buildPath = buildPath;
     }
 
+    private Ant ant;
+    public @Override void init() {
+        if (ant == null) {
+            ant = new Ant(this);
+            ant.init();
+        }
+    }
+
     private String targetToRun;
     public void setTarget(String target) {
+        init();
+        ant.setTarget(target);
         this.targetToRun = target;
     }
 
+    /** @see Ant#createProperty */
+    public Property createProperty() {
+        init();
+        return ant.createProperty();
+    }
+
+    /** @see Ant#setInheritAll */
+    public void setInheritAll(boolean inheritAll) {
+        init();
+        ant.setInheritAll(inheritAll);
+    }
+
+    /** @see Ant#setInheritRefs */
+    public void setInheritRefs(boolean inheritRefs) {
+        init();
+        ant.setInheritRefs(inheritRefs);
+    }
+
     private boolean failOnError;
     public void setFailOnError(boolean failOnError) {
         this.failOnError = failOnError;
@@ -92,9 +121,6 @@ public class SubAntJUnitReport extends Task {
         for (String path : buildPath.list()) {
             log("Entering: " + path);
             File dir = new File(path);
-            Ant ant = new Ant(this);
-            ant.init();
-            ant.setTarget(targetToRun);
             ant.setDir(dir); // XXX Ant 1.8.0 (Ant #30569): ant.setUseNativeBasedir(true);
             final StringBuilder errors = new StringBuilder();
             BuildListener listener = new BuildListener() {
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/SummarizeHgmail.java b/nbbuild/antsrc/org/netbeans/nbbuild/SummarizeHgmail.java
new file mode 100644
index 0000000..d6e63c1
--- /dev/null
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/SummarizeHgmail.java
@@ -0,0 +1,196 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.nbbuild;
+
+import java.io.BufferedReader;
+import java.io.File;
+import java.io.FileFilter;
+import java.io.FileReader;
+import java.io.IOException;
+import java.io.PrintWriter;
+import java.io.Reader;
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.Collections;
+import java.util.HashSet;
+import java.util.List;
+import java.util.Map;
+import java.util.TreeMap;
+import java.util.TreeSet;
+import java.util.regex.Pattern;
+import org.apache.tools.ant.BuildException;
+import org.apache.tools.ant.DirectoryScanner;
+import org.apache.tools.ant.Task;
+import org.apache.tools.ant.types.FileSet;
+
+/**
+ * Creates summary of .hgmail coverage.
+ */
+public class SummarizeHgmail extends Task {
+
+    private File output;
+    /** Output file. */
+    public void setOutput(File output) {
+        this.output = output;
+    }
+
+    // DirSet of repo roots might be more natural, but . will not match at root
+    private FileSet hgmails;
+    /** Hgmail files to summarize. */
+    public void addConfiguredHgmails(FileSet hgmails) {
+        this.hgmails = hgmails;
+    }
+
+    public @Override void execute() throws BuildException {
+        try {
+            PrintWriter w = new PrintWriter(output);
+            try {
+                DirectoryScanner scanner = hgmails.getDirectoryScanner(getProject());
+                scanner.scan();
+                for (String hgmailS : new TreeSet<String>(Arrays.asList(scanner.getIncludedFiles()))) {
+                    w.println("SUMMARY OF " + hgmailS);
+                    File hgmail = new File(scanner.getBasedir(), hgmailS);
+                    File dir = hgmail.getParentFile();
+                    File[] kids = dir.listFiles(new FileFilter() {
+                        public boolean accept(File f) {
+                            return /* contrib/contrib is a self-link */f.exists() && !f.getName().equals(".hg") && !new File(f, ".hg").isDirectory();
+                        }
+                    });
+                    if (kids == null) {
+                        throw new BuildException(dir.getPath(), getLocation());
+                    }
+                    // module dir such as java.source or contrib/autosave or file such as .hgtags, to list of addressees such as core-commits at platform.netbeans.org
+                    Map<String,List<String>> notifications = new TreeMap<String,List<String>>();
+                    Reader r = new FileReader(hgmail);
+                    try {
+                        BufferedReader br = new BufferedReader(r);
+                        String line;
+                        while ((line = br.readLine()) != null) {
+                            if (line.matches("^[\\[#].+|\\s*")) {
+                                continue;
+                            }
+                            String[] split = line.split("=", 2);
+                            if (split.length < 2) {
+                                throw new BuildException(line, getLocation());
+                            }
+                            for (String patt : split[1].trim().split(",")) {
+                                boolean isdir = false;
+                                if (patt.endsWith("/*")) {
+                                    patt = patt.substring(0, patt.length() - 2);
+                                    isdir = true;
+                                }
+                                if (patt.contains("/")) {
+                                    throw new BuildException("Notifications of subdirs not yet supported: " + line, getLocation());
+                                }
+                                List<String> modules = new ArrayList<String>();
+                                if (patt.contains("*")) {
+                                    // Pattern, have to search for matches.
+                                    Pattern wild = Pattern.compile("\\Q" + patt.replace("*", "\\E.*\\Q") + "\\E");
+                                    for (File kid : kids) {
+                                        String name = kid.getName();
+                                        if (wild.matcher(name).matches()) {
+                                            if (kid.isDirectory() ^ isdir) {
+                                                throw new BuildException("Dir pattern matched non-dir or vice-versa: " + kid + " vs. " + line, getLocation());
+                                            }
+                                            modules.add(name);
+                                        }
+                                    }
+                                }
+                                if (modules.isEmpty()) {
+                                    // Single file (may or may not exist), or unmatched pattern; so record it.
+                                    modules.add(patt);
+                                }
+                                String addr = split[0].trim();
+                                for (String module : modules) {
+                                    List<String> addressees = notifications.get(module);
+                                    if (addressees == null) {
+                                        addressees = new ArrayList<String>();
+                                        notifications.put(module, addressees);
+                                    }
+                                    addressees.add(addr);
+                                }
+                            }
+                        }
+                    } finally {
+                        r.close();
+                    }
+                    // Now find unmentioned modules:
+                    for (File kid : kids) {
+                        String name = kid.getName();
+                        if (!notifications.containsKey(name)) {
+                            notifications.put(name, new ArrayList<String>());
+                        }
+                    }
+                    // Report:
+                    for (Map.Entry<String,List<String>> entry : notifications.entrySet()) {
+                        String path = entry.getKey();
+                        w.println("PATH " + path);
+                        if (!new File(dir, path).exists()) {
+                            w.println("  NONEXISTENT");
+                        }
+                        List<String> addressees = entry.getValue();
+                        if (addressees.isEmpty()) {
+                            w.println("  UNNOTIFIED");
+                        } else {
+                            if (new HashSet<String>(addressees).size() < addressees.size()) {
+                                w.println("  DUPLICATES");
+                            }
+                            Collections.sort(addressees);
+                            for (String addressee : addressees) {
+                                w.println("  NOTIFIES " + addressee);
+                            }
+                        }
+                    }
+                    w.println();
+                }
+                w.flush();
+            } finally {
+                w.close();
+            }
+            log(output + ": hgmail summary written");
+        } catch (IOException x) {
+            throw new BuildException(x, getLocation());
+        }
+    }
+
+}
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/VerifyUpdateCenter.java b/nbbuild/antsrc/org/netbeans/nbbuild/VerifyUpdateCenter.java
index e016cc6..4159513 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/VerifyUpdateCenter.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/VerifyUpdateCenter.java
@@ -44,10 +44,13 @@
 
 package org.netbeans.nbbuild;
 
+import java.io.ByteArrayInputStream;
 import java.io.File;
+import java.io.FileNotFoundException;
 import java.io.IOException;
 import java.io.StringReader;
 import java.net.URI;
+import java.util.Collections;
 import java.util.HashMap;
 import java.util.HashSet;
 import java.util.LinkedHashMap;
@@ -173,7 +176,7 @@ public final class VerifyUpdateCenter extends Task {
     @SuppressWarnings("unchecked")
     private SortedMap<String,SortedSet<String>> findInconsistencies(Set<Manifest> manifests, ClassLoader loader) throws BuildException {
         try {
-            return (SortedMap) loader.loadClass("org.netbeans.core.startup.ConsistencyVerifier").
+            return (SortedMap<String,SortedSet<String>>) loader.loadClass("org.netbeans.core.startup.ConsistencyVerifier").
                     getMethod("findInconsistencies", Set.class).invoke(null, manifests);
         } catch (Exception x) {
             throw new BuildException(x, getLocation());
@@ -192,6 +195,7 @@ public final class VerifyUpdateCenter extends Task {
                 }
             });
             Set<Manifest> manifests = new HashSet<Manifest>();
+            boolean foundJUnit = false;
             NodeList nl = doc.getElementsByTagName("manifest");
             for (int i = 0; i < nl.getLength(); i++) {
                 Element m = (Element) nl.item(i);
@@ -208,8 +212,17 @@ public final class VerifyUpdateCenter extends Task {
                     }
                 }
                 manifests.add(mani);
+                if ("org.netbeans.libs.junit4".equals(mani.getMainAttributes().getValue("OpenIDE-Module"))) {
+                    foundJUnit = true;
+                }
+            }
+            if (!foundJUnit) { // hack - pretend that this module is still in the platform cluster
+                manifests.add(new Manifest(new ByteArrayInputStream("OpenIDE-Module: org.netbeans.libs.junit4\nOpenIDE-Module-Specification-Version: 1.13\n\n".getBytes())));
             }
             return manifests;
+        } catch (FileNotFoundException x) {
+            log("Could not load: " + u, x, Project.MSG_WARN);
+            return Collections.emptySet();
         } catch (Exception x) {
             throw new BuildException("Could not load " + u, x, getLocation());
         }
@@ -245,11 +258,22 @@ public final class VerifyUpdateCenter extends Task {
         return false;
     }
 
+    /* XXX feedback:
+The test says things like:
+--
+Problems found for module org.netbeans.api.debugger.jpda: [The module org.netbeans.modules.java.source would also need to be installed., The module org.netbeans.modules.parsing.api would also need to be installed.]
+--
+but there is no problem whatsoever in module org.netbeans.api.debugger.jpda - it only happens to depend on module(s) that have problem. The error for java.source (which is hard to find in the plethora of warnings similar to the api.debugger.jpda's) says something like:
+--
+Problems found for module org.netbeans.modules.java.source: [The module named org.netbeans.modules.editor.indent.project/0-1 was needed and not found., The module named org.netbeans.modules.editor.lib/2 was needed and not found., The module org.netbeans.modules.editor.indent would also need to be installed., The module org.netbeans.modules.editor.lib2 would also need to be installed., The module org.netbeans.modules.java.preprocessorbridge would also need to be installed., The module org.netbeans.modules.options.editor would also need to be installed., The module org.netbeans.modules.parsing.api would also need to be installed., The module org.netbeans.modules.refactoring.api would also need to be installed.]
+--
+which is quite confusing IMO - it does not say anything about the fact that this relates to the "original" version of java.source that was not "upgraded" on the AUC because the spec. version did not change. Even though I knew what needs to be done for the test to pass before I looked at the test results, it took me a while figure out what exactly the test verifies. It would be great if at least the "false" warnings (like the one about api.debugger.jpda) could be suppressed.
+     */
     private void checkForProblems(SortedMap<String,SortedSet<String>> problems, String msg, String testName, Map<String,String> pseudoTests) {
         if (!problems.isEmpty()) {
-            StringBuffer message = new StringBuffer(msg);
+            StringBuilder message = new StringBuilder(msg);
             for (Map.Entry<String, SortedSet<String>> entry : problems.entrySet()) {
-                message.append("\nProblems found for module " + entry.getKey() + ": " + entry.getValue());
+                message.append("\nProblems found for module ").append(entry.getKey()).append(": ").append(entry.getValue());
             }
             pseudoTests.put(testName, message.toString());
         } else {
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/XMLUtil.java b/nbbuild/antsrc/org/netbeans/nbbuild/XMLUtil.java
index 53072ef..a4b94ea 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/XMLUtil.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/XMLUtil.java
@@ -84,7 +84,7 @@ public final class XMLUtil extends Object {
     private XMLUtil() {}
 
     @SuppressWarnings("unchecked")
-    private static final ThreadLocal<DocumentBuilder>[] builderTL = new ThreadLocal[4];
+    private static final ThreadLocal<DocumentBuilder>[] builderTL = (ThreadLocal<DocumentBuilder>[]) new ThreadLocal<?>[4];
     static {
         for (int i = 0; i < 4; i++) {
             builderTL[i] = new ThreadLocal<DocumentBuilder>();
@@ -183,9 +183,9 @@ public final class XMLUtil extends Object {
             Result result = new StreamResult(out);
             t.transform(source, result);
         } catch (Exception e) {
-            throw (IOException)new IOException(e.toString()).initCause(e);
+            throw new IOException(e);
         } catch (TransformerFactoryConfigurationError e) {
-            throw (IOException)new IOException(e.toString()).initCause(e);
+            throw new IOException(e);
         }
     }
 
@@ -199,9 +199,9 @@ public final class XMLUtil extends Object {
             Result result = new StreamResult(out);
             t.transform(source, result);
         } catch (Exception e) {
-            throw (IOException) new IOException(e.toString()).initCause(e);
+            throw new IOException(e);
         } catch (TransformerFactoryConfigurationError e) {
-            throw (IOException) new IOException(e.toString()).initCause(e);
+            throw new IOException(e);
         }
     }
 
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/CreateLicenseSummary.java b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/CreateLicenseSummary.java
index ca76a97..527c0e5 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/CreateLicenseSummary.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/CreateLicenseSummary.java
@@ -119,8 +119,17 @@ public class CreateLicenseSummary extends Task {
                 PrintWriter pw = new PrintWriter(new OutputStreamWriter(os, "UTF-8"));
                 pw.println("DO NOT TRANSLATE OR LOCALIZE.");
                 pw.println();
+                pw.println("********************************************************************************");
+                pw.println("Oracle elects to use only the GNU Lesser General Public License version 2.1");
+                pw.println("(LGPL) for any software where a choice of LGPL/GPL license versions are made");
+                pw.println("available with the language indicating that LGPLv2.1/GPLv2 or any later version");
+                pw.println("may be used, or where a choice of which version of the LGPL/GPL is applied is");
+                pw.println("unspecified.");
+                pw.println("********************************************************************************");
+                pw.println();
+
                 Set<String> licenseNames = new TreeSet<String>();
-                pw.printf("%-60s %10s %-40s %s\n", "NAME", "SIZE", "SHA-1 HASH", "LICENSE");
+                pw.printf("%-60s %s\n", "THIRDPARTY COMPONENT FILE", "LICENSE");
                 for (Map.Entry<String,Map<String,String>> entry : binaries2LicenseHeaders.entrySet()) {
                     String binary = entry.getKey();
                     File f = new File(build, binary.replace('/', File.separatorChar));
@@ -137,13 +146,13 @@ public class CreateLicenseSummary extends Task {
                         is.close();
                     }
                     Map<String,String> headers = entry.getValue();
-                    pw.printf("%-60s %10d %040X %s\n", binary, f.length(), new BigInteger(1, digest.digest()), getMaybeMissing(headers, "License"));
+                    pw.printf("%-60s %s\n", binary, getMaybeMissing(headers, "License"));
                     String license = headers.get("License");
                     if (license != null) {
                         licenseNames.add(license);
                     }
                 }
-                String[] otherHeaders = {"Name", "Version", "Description", "OSR", "Origin"};
+                String[] otherHeaders = {"Name", "Version", "Description", "Origin"};
                 Map<Map<String,String>,Set<String>> licenseHeaders2Binaries = new LinkedHashMap<Map<String,String>,Set<String>>();
                 for (Map.Entry<String,Map<String,String>> entry : binaries2LicenseHeaders.entrySet()) {
                     Map<String,String> headers = new HashMap<String,String>(entry.getValue());
@@ -157,12 +166,13 @@ public class CreateLicenseSummary extends Task {
                 }
                 for (Map.Entry<Map<String,String>,Set<String>> entry : licenseHeaders2Binaries.entrySet()) {
                     pw.println();
-                    for (String binary : entry.getValue()) {
-                        pw.println(binary);
-                    }
                     for (String header : otherHeaders) {
                         pw.printf("%s: %s\n", header, getMaybeMissing(entry.getKey(), header));
                     }
+                    pw.println ("Files:");
+                    for (String binary : entry.getValue()) {
+                        pw.println(binary);
+                    }
                 }
                 File licenses = new File(new File(nball, "nbbuild"), "licenses");
                 for (String licenseName : licenseNames) {
@@ -174,7 +184,11 @@ public class CreateLicenseSummary extends Task {
                         continue;
                     }
                     pw.println();
-                    pw.println("=========== " + licenseName + " ===========");
+                    pw.println();
+                    pw.println("===");
+                    pw.println("======");
+                    pw.println("========================= " + licenseName + " =========================");
+                    pw.println();
                     InputStream is = new FileInputStream(license);
                     try {
                         BufferedReader r = new BufferedReader(new InputStreamReader(is, "UTF-8"));
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ReleaseFilesCopy.java b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ReleaseFilesCopy.java
index ec73f55..87b0e31 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ReleaseFilesCopy.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ReleaseFilesCopy.java
@@ -98,6 +98,7 @@ public class ReleaseFilesCopy extends Task {
                             ZipFile zf = new ZipFile(zip);
                             try {
                                 String path = fromString.substring(bangSlash + 2);
+                                log("Copying " + path + " in " + zip + " to " + to);
                                 ZipEntry ze = zf.getEntry(path);
                                 if (ze == null) {
                                     throw new BuildException("No such entry " + path + " in " + zip, getLocation());
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ignored-binaries b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ignored-binaries
index 5edabfd..eb8e8bf 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ignored-binaries
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ignored-binaries
@@ -18,10 +18,6 @@ vmd.components.*/*/dist/*
 # Samples (should probably be packed during build instead):
 swingapp/src/org/netbeans/modules/swingapp/resources/*App.zip
 
-#native library, all files inside zip under CDDL
-uml/lib/DoorsIntegrationFiles.zip
-#sample under CDDL/BSD. Consider unpacking to source form and creation of project zip file on fly
-uml.samples/src/org/netbeans/modules/uml/samples/bankapp/resources/javaProject.zip
 #not 100% sure for this entry, but probably OK
 web.core.syntax/tlddoc/
 
@@ -31,21 +27,9 @@ performance/performancetestutilities/
 # Seems harmless:
 j2ee.sun.appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/db/pointbasescripts.zip
 
-# Sample database schema, tables and data for Samples #111438
-visualweb.dataconnectivity/release/startup/samples/travel.zip 
-visualweb.dataconnectivity/release/startup/samples/vir.zip 
-
 # Sample database:
 derby/release/modules/ext/derbysampledb.zip
 
-# Visualweb Default Themes are not external libaries
-visualweb.webui.themes/release/modules/ext/defaulttheme-gray.jar
-visualweb.webui.themes/release/modules/ext/defaulttheme-green.jar
-visualweb.webui.themes/release/modules/ext/defaulttheme.jar
-
-# Only used in automation tests for visualweb and not part of NB 6.0 distribution:
-visualweb.kit/gravy/builds/gravy.jar
-
 # Not distributed with product, only used during build:
 nbbuild/external/apitest*.jar
 
@@ -53,8 +37,5 @@ nbbuild/external/apitest*.jar
 apisupport.paintapp/PaintApp-suite/ColorChooser/release/modules/ext/ColorChooser.jar
 
 # Build by NetBeans team
-ruby.platform/release/*.zip
-
-# Build by NetBeans team
 mobility.databindingme/lib/*
 
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ignored-binary-overlaps b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ignored-binary-overlaps
index 3f3fb3b..42798a6 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ignored-binary-overlaps
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ignored-binary-overlaps
@@ -2,29 +2,21 @@
 # Both sides of the pair must match for the pair to be skipped.
 # Uses standard Ant pattern syntax, with the basedir being the root of the NB build.
 
-# #119122: duplication of these is intentional.
-ruby*/jruby-*/lib/*.jar ruby*/modules/ext/*.jar
-
 # It is impractical to create a common library module containing the duplicate
 # libraries.
 enterprise*/modules/ext/rest/http.jar java*/modules/ext/jaxws21/http.jar 
 enterprise*/modules/ext/rest/jdom-1.0.jar mobility*/modules/ext/jdom-1.0.jar  
 
-enterprise*/modules/ext/rest/jdom-1.0.jar java*/modules/ext/jdom-1.0.jar
-java*/modules/ext/jdom-1.0.jar mobility*/modules/ext/jdom-1.0.jar
+enterprise*/modules/ext/rest/jdom-1.0.jar java*/modules/ext/maven/jdom-1.0.jar
+java*/modules/ext/maven/jdom-1.0.jar mobility*/modules/ext/jdom-1.0.jar
 
 # Struts framework needs to bundle the official Struts release together
 # for well maintained and assure the compatibility issue. 
 enterprise*/modules/ext/struts/oro-2.0.8.jar ide*/modules/ext/jakarta-oro-2.0.8.jar
-enterprise*/modules/ext/struts/bsf-2.3.0.jar ruby*/jruby-1.2.0/lib/bsf.jar
 
 # More maintainable to have Cobertura libs separately than to modify its Ant scripts
 harness/testcoverage/cobertura/lib/* **
 
-# impractical to modify jruby dist build to use the same yydebug as libs.jrubyparser
-# XXX paths should be within build, not sources!
-libs.yydebug/external/yydebug.jar ruby*/jruby-1.2.0/lib/yydebug.jar 
-
 # We don't care about contrib modules for now.
 extra/ */
 
diff --git a/nbbuild/build.properties b/nbbuild/build.properties
index 446c2ef..373dd74 100644
--- a/nbbuild/build.properties
+++ b/nbbuild/build.properties
@@ -51,9 +51,9 @@ tryme.args=-J-Dnetbeans.full.hack=true
 
 # Information about branch of previous release
 # needed to help us generate list of changes since then
-previous.release.year=2009
-previous.release.month=12
-previous.release.day=10
+previous.release.year=2010
+previous.release.month=05
+previous.release.day=05
 
 # Useful for "always successful" build, when you don't care of some
 # particular (and currently broken) modules
@@ -79,10 +79,11 @@ resolve.clean.dependencies=false
 stop.when.clean.error=true
 
 test.unit.cp=\
-    ../libs.junit4/external/junit-4.5.jar:\
+    ../libs.junit4/external/junit-4.8.2.jar:\
     netbeans/harness/modules/org-netbeans-modules-nbjunit.jar:\
     netbeans/harness/modules/org-netbeans-insane.jar:\
     ../o.apache.tools.ant.module/external/lib/ant-nodeps.jar:\
+    ../junit/external/Ant-1.8.1-binary-patch-72080.jar:\
     ../o.apache.tools.ant.module/external/lib/ant-junit.jar:\
     ../o.apache.tools.ant.module/external/lib/ant-launcher.jar:\
     ../o.apache.tools.ant.module/external/lib/ant.jar:\
@@ -100,6 +101,7 @@ javadoc.packages=\
 config.javadoc.stable=\
     api.annotations.common,\
     autoupdate.services,\
+    autoupdate.ui,\
     core.ide,\
     openide.util,\
     openide.util.lookup,\
@@ -126,6 +128,8 @@ config.javadoc.stable=\
     queries,\
     editor.codetemplates,\
     editor.errorstripe.api,\
+    editor.guards,\
+    editor.lib2,\
     editor.mimelookup,\
     editor.settings,\
     spi.navigator,\
@@ -161,22 +165,24 @@ config.javadoc.stable=\
 # List of javadocs under development
 config.javadoc.devel=\
     nbjunit,\
+    jellytools.platform,\
+    jellytools.ide,\
     o.openidex.util,\
     core.netigso,\
     core.multiview,\
     o.n.swing.outline,\
     o.n.swing.tabcontrol,\
     editor.indent,\
-    editor.lib2,\
     editor.bracesmatching,\
-    editor.guards,\
     j2ee.metadata,\
     parsing.api,\
     refactoring.api,\
     refactoring.java,\
     server,\
     spi.editor.hints,\
-    api.web.webmodule
+    api.web.webmodule,\
+    xml.xam,\
+    xml.xdm
 
 # List of javadocs dedicated just for friend usage
 config.javadoc.friend=\
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index ab7e4e6..5520bc0 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -88,7 +88,7 @@ made subject to such option by the copyright holder.
     <taskdef name="downloadbinaries" classname="org.netbeans.nbbuild.extlibs.DownloadBinaries" classpath="build/antclasses"/>
     <downloadbinaries cache="${binaries.cache}" server="${binaries.server}">
         <manifest dir="${nb_all}">
-            <include name="apisupport.harness/external/binaries-list"/>
+            <include name="libs.junit4/external/binaries-list"/>
             <include name="javahelp/external/binaries-list"/>
         </manifest>
     </downloadbinaries>
@@ -97,19 +97,12 @@ made subject to such option by the copyright holder.
     <path id="bootstrap-cp">
      <pathelement location="${ant.core.lib}"/>
      <fileset dir="..">
-        <!-- For JavaHelp indexing: -->
-        <include name="apisupport.harness/external/jsearch*.jar"/>
-        <!-- For JavaHelp link checking: -->
-        <include name="javahelp/external/jh*.jar"/>
+        <!-- For JavaHelp indexing and link checking: -->
+        <include name="javahelp/external/jhall*.jar"/>
       </fileset>
     </path>
-    <available property="have.javahelp" file="../apisupport.harness/external" type="dir"/>
     <javac srcdir="antsrc" destdir="build/antclasses" deprecation="true" debug="${build.compiler.debug}" source="1.6" target="1.6">
       <classpath refid="bootstrap-cp"/>
-      <exclude name="**/CheckHelpSets.java" unless="have.javahelp"/>
-      <exclude name="**/CheckHelpSetsBin.java" unless="have.javahelp"/>
-      <exclude name="**/ModifiedHTMLIndexerKit.java" unless="have.javahelp"/>
-      <exclude name="**/ModifiedIndexer.java" unless="have.javahelp"/>
       <compilerarg line="-Xlint -Xlint:-serial"/>
     </javac>
     <jar jarfile="nbantext.jar">
@@ -193,8 +186,9 @@ made subject to such option by the copyright holder.
       <mkdir dir="nbms" />
       <property name="base.nbm.target.dir" location="nbms" />
       <property name="nbms.fail.on.error" value="true"/>
-      <subant-junit target="nbm" failonerror="${nbms.fail.on.error}" report="build/build-nbms.xml">
+      <subant-junit target="nbm" failonerror="${nbms.fail.on.error}" report="build/build-nbms.xml" inheritall="false">
           <buildpath path="${modules.sorted}"/>
+          <property name="base.nbm.target.dir" value="${base.nbm.target.dir}"/>
       </subant-junit>
   </target>
 
@@ -338,12 +332,6 @@ Hg ID:    ${hg.id}
     <property name="nb-extra-files" value="test/**,extra/**"/>
 
     <antcall target="zip-cluster-config" inheritall="true"/>
-    
-    <echo>Build created; see NetBeans-${buildnum}.zip (in nbbuild/).
-If you like, you may run the IDE straight from
-the ${netbeans.dest}/bin/ directory.
-(For example, type: ant tryme)
-    </echo>
   </target>
 
   <target name="delete-and-merge" depends="merge-delete,merge" />   
@@ -414,7 +402,7 @@ the ${netbeans.dest}/bin/ directory.
     <resolve name="test1.prop" value="${one.cluster.name}-is-built"/>
   </target>
 
-  <target name="build-one-cluster" unless="${one.cluster.name}-is-built" depends="build-one-cluster-check,-build-external-cluster">
+  <target name="build-one-cluster" unless="${one.cluster.name}-is-built" depends="build-one-cluster-check">
     <echo message="Building ${one.cluster.name} modules"/>
     <resolve name="one-cluster-modules" value="${one.cluster.name}"/>
     <resolve name="one-cluster-dependencies" value="${one.cluster.name}.depends"/>
@@ -438,35 +426,6 @@ the ${netbeans.dest}/bin/ directory.
     <touch file="${netbeans.dest.dir}/${one.cluster.name}.built"/>
   </target>
 
-  <target name="-external-cluster-check">
-    <condition property="${one.cluster.name}-is-external">
-      <isset property="${one.cluster.name}.sources"/>
-    </condition>
-  </target>
-
-  <target name="-external-no-sources" unless="${one.cluster.name}-has-sources" if="${one.cluster.name}-is-external" depends="-external-cluster-check,-external-cluster-sources-check">
-    <property name="${one.cluster.name}-is-built" value="true"/>
-  </target>
-
-  <target name="-external-cluster-sources-check">
-    <resolve name="cluster.sources" value="${one.cluster.name}.sources"/>
-    <condition property="${one.cluster.name}-has-sources">
-      <available file="${nb_all}/${cluster.sources}" type="dir"/>
-    </condition>
-  </target>
-
-  <target name="-build-external-cluster" if="${one.cluster.name}-is-external" unless="${one.cluster.name}-is-built" depends="build-one-cluster-check,-external-cluster-check,-external-no-sources">
-    <resolve name="cluster.sources" value="${one.cluster.name}.sources"/>
-    <resolve name="cluster.dir" value="${one.cluster.name}.dir"/>
-    <subant buildpath="${nb_all}/${cluster.sources}/build.xml" inheritAll="false"/>
-    <copy todir="${netbeans.dest.dir}/">
-      <fileset dir="${nb_all}/${cluster.sources}/build/netbeans/">
-        <include name="${cluster.dir}/**"/>
-      </fileset>
-    </copy>
-    <property name="${one.cluster.name}-is-built" value="true"/>
-  </target>
-
   <target name="zip-cluster-config" depends="init,-define-cluster-path">
     <property name="zip.dir" location="."/>
     <mkdir dir="${zip.dir}"/>
@@ -1120,7 +1079,6 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
     <subant target="-do-hg-clean" genericantfile="build.xml">
       <dirset dir="..">
         <include name="contrib"/>
-        <include name="misc"/>
       </dirset>
     </subant>
   </target>
@@ -1151,52 +1109,74 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
       <arg value="--all"/>
       <arg value="--exclude"/>
       <!-- Do not use **/nbproject/private/ as this will match some test/{results,work} dirs: -->
-      <arg value="glob:{*/nbproject/private/**,*/*/nbproject/private/**,**/user.build.properties,nbbuild/misc/build-site-local.sh}"/>
+      <arg value="glob:{*/nbproject/private/**,*/*/nbproject/private/**,**/user.build.properties}"/>
     </hgexec>
   </target>
 
-  <target name="rebuild-cluster" depends="init" description="Builds only one cluster with dependencies ; takes e.g. '-Drebuild.cluster.name=nb.cluster.visualweb' as parameter">
+  <target name="rebuild-cluster" depends="init" description="Builds only one cluster with dependencies ; takes e.g. '-Drebuild.cluster.name=nb.cluster.java' as parameter">
     <delete file="netbeans/${rebuild.cluster.name}.built" failonerror="false"/>
-    <fail unless="rebuild.cluster.name" message="You need to specify e.g.: -Drebuild.cluster.name=nb.cluster.visualweb"/>
+    <condition property="rebuild.cluster.name" value="nb.cluster.${name}">
+        <isset property="name"/>
+    </condition>
+    <fail unless="rebuild.cluster.name" message="You need to specify e.g.: -Dname=java"/>
     <antcall target="build-one-cluster">
       <param name="one.cluster.name" value="${rebuild.cluster.name}"/>
     </antcall>
   </target>
 
-    <target name="localtest" depends="bootstrap">
-        <mkdir dir="build/test/unit/classes"/>
-        <javac srcdir="test/unit/src" destdir="build/test/unit/classes" debug="true" source="1.6">
-            <classpath path="${test.unit.cp}"/>
-            <compilerarg line="-Xlint -Xlint:-serial"/>
-        </javac>
-        <copy todir="build/test/unit/classes">
-            <fileset dir="test/unit/src" excludes="**/*.java"/>
-        </copy>
-        <mkdir dir="build/test/unit/results"/>
-        <property name="includes" value="**/*Test"/>
-        <property name="junit.vm.args" value=""/>
-        <junit showoutput="true" fork="true" tempdir="build/test/unit/results" filtertrace="false" includeantruntime="false">
+    <target name="-localtest-macrodef">
+        <macrodef name="localtest">
+            <element name="test" implicit="true"/>
+            <sequential>
+                <mkdir dir="build/test/unit/classes"/>
+                <javac srcdir="test/unit/src" destdir="build/test/unit/classes" debug="true" source="1.6">
+                    <classpath path="${test.unit.cp}"/>
+                    <compilerarg line="-Xlint -Xlint:-serial"/>
+                </javac>
+                <copy todir="build/test/unit/classes">
+                    <fileset dir="test/unit/src" excludes="**/*.java"/>
+                </copy>
+                <mkdir dir="build/test/unit/results"/>
+                <property name="junit.vm.args" value=""/>
+                <junit showoutput="true" fork="true" tempdir="build/test/unit/results" filtertrace="false" includeantruntime="false">
+                    <test/>
+                    <classpath>
+                        <pathelement path="${test.unit.cp}"/>
+                        <pathelement location="build/test/unit/classes"/>
+                    </classpath>
+                    <sysproperty key="nb_all" file=".."/>
+                    <sysproperty key="netbeans.dest.dir.work" file="${netbeans.dest.dir}"/>
+                    <sysproperty key="nbjunit.workdir" file="build/test/unit/work"/>
+                    <syspropertyset>
+                        <propertyref prefix="test-unit-sys-prop."/>
+                        <mapper type="glob" from="test-unit-sys-prop.*" to="*"/>
+                    </syspropertyset>
+                    <formatter type="brief" usefile="false"/>
+                    <formatter type="xml"/>
+                    <jvmarg value="-ea"/>
+                    <jvmarg line="${junit.vm.args}"/>
+                </junit>
+            </sequential>
+        </macrodef>
+    </target>
+    <target name="localtest" depends="bootstrap,-localtest-macrodef">
+        <property name="includes" value="**/*Test.class"/>
+        <localtest>
             <batchtest todir="build/test/unit/results">
-                <fileset dir="build/test/unit/classes">
-                    <include name="${includes}.class"/>
-                </fileset>
+                <fileset dir="build/test/unit/classes" includes="${includes}"/>
             </batchtest>
-            <classpath>
-                <pathelement path="${test.unit.cp}"/>
-                <pathelement location="build/test/unit/classes"/>
-            </classpath>
-            <sysproperty key="nb_all" file=".."/>
-            <sysproperty key="netbeans.dest.dir.work" file="${netbeans.dest.dir}"/>
-            <sysproperty key="nbjunit.workdir" file="build/test/unit/work"/>
-            <syspropertyset>
-                <propertyref prefix="test-unit-sys-prop."/>
-                <mapper type="glob" from="test-unit-sys-prop.*" to="*"/>
-            </syspropertyset>
-            <formatter type="brief" usefile="false"/>
-            <formatter type="xml"/>
-            <jvmarg value="-ea"/>
-            <jvmarg line="${junit.vm.args}"/>
-        </junit>
+        </localtest>
+    </target>
+    <target name="localtest-single" depends="bootstrap,-localtest-macrodef,-localtest-single-nomethod,-localtest-single-method"/>
+    <target name="-localtest-single-nomethod" unless="method">
+        <localtest>
+            <test name="${test.class}" todir="build/test/unit/results"/>
+        </localtest>
+    </target>
+    <target name="-localtest-single-method" if="method">
+        <localtest>
+            <test name="${test.class}" methods="${method}" todir="build/test/unit/results"/>
+        </localtest>
     </target>
     <target name="localtest-single-nb-debug" depends="bootstrap,-jdk-presetdef-nbjpdastart">
         <nbjpdastart addressproperty="jpda.address" name="nbbuild" transport="dt_socket">
@@ -1205,7 +1185,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
                 <pathelement location="build/test/unit/classes"/>
             </classpath>
         </nbjpdastart>
-        <antcall target="localtest">
+        <antcall target="localtest-single">
             <param name="junit.vm.args" value="-Xdebug -Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
         </antcall>
     </target>
@@ -1407,61 +1387,6 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
         <createlicensesummary report="build/createlicensesummary.xml" nball=".." build="${netbeans.dest.dir}" summary="${netbeans.dest.dir}/THIRDPARTYLICENSE-generated.txt"/>
     </target>
 
-  <target name="sanity-build-from-source-pkg" depends="build-source">
-    <available file="${netbeans.build.dir}/${cluster.name}-src-${buildnum}.zip"
-               property="pkg.available"/>
-    <fail message="Source package ${netbeans.build.dir}/${cluster.name}-src-${buildnum}.zip not available" unless="pkg.available"/>
-    <delete dir="testbuild"/>
-    <mkdir dir="testbuild"/>
-    <unzip dest="testbuild" src="${netbeans.build.dir}/${cluster.name}-src-${buildnum}.zip"/>
-    <property name="one.cluster.name" value="${cluster.name}"/>
-    <propertyset id="sanity-build">
-      <propertyref name="one.cluster.name"/>
-    </propertyset>
-    <echoproperties destfile="testbuild/nbbuild/user.properties">
-        <propertyset refid="sanity-build"/>
-    </echoproperties>
-
-    <!-- it should call build of the refered cluster and not just hardcoded platform -->
-    <ant antfile="testbuild/nbbuild/build.xml" inheritall="false" target="build-one-cluster">
-      <property file="testbuild/nbbuild/user.properties"/>
-    </ant>
-    <delete dir="testbuild"/>
-  </target>
-
-  <target name="build-source"
-    depends="init,set-buildnumber"
-    description="Packages sources needed to compile given by cluster.name (can be specified by -Dcluster.name=nb.cluster.platform"
-    if="cluster.name"
-  >
-    <fail message="Specify cluster.name property!" unless="cluster.name"/>
-    <property name="buildnum" value="dev-${buildnumber}"/>
-    <echo message="Packaging sources of ${cluster.name} modules"/>
-    <resolve name="cluster-modules" value="${cluster.name}"/>
-    <resolve name="harness-modules" value="nb.cluster.harness"/>
-    
-    <mkdir dir="${netbeans.build.dir}"/>
-    <dirset 
-        id="source.dirset" dir="${nb_all}"
-        includes="${cluster-modules},${harness-modules},ide,nbbuild,nbi"
-        excludes="nbi/engine/lib,nbi/infra/build/jvm,nbi/infra/sandbox,nbi/infra/server,nbi/infra/utils"
-    />
-    <pathconvert property="source.dirs" pathsep="," refid="source.dirset">
-      <regexpmapper from="${nb_all}/(.*)$" to="\1/**/*" handledirsep="yes"/>
-    </pathconvert>
-    <zip zipfile="${netbeans.build.dir}/${cluster.name}-src-${buildnum}.zip" duplicate="preserve">
-      <zipfileset dir="${nb_all}" includes="${source.dirs}">
-          <exclude name="*/build/**/*"/>
-          <exclude name="nbbuild/netbeans/**"/>
-	  <exclude name="nbbuild/licenses/**"/>
-      </zipfileset>
-      <zipfileset dir="${nb_all}">
-          <include name="nbbuild/licenses/CDDL-GPL-2-CP"/>
-          <include name="build.xml"/>
-      </zipfileset>
-    </zip>
-  </target>
-
   <target name="build-source-config"
     depends="init,set-buildnumber"
     description="Packages sources needed to compile one cluster.config">
@@ -1472,12 +1397,17 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
     
     <mkdir dir="${netbeans.build.dir}"/>
     <dirset id="source.dirset" dir="${nb_all}"
-            includes="${allmodules},${harness-modules},nbbuild,ide,nbi"
+            includes="${allmodules},${harness-modules},nbbuild,ide,nbi,libs.antlr3.devel,libs.junit4"
             excludes="nbi/engine/lib,nbi/infra/build/jvm,nbi/infra/sandbox,nbi/infra/server,nbi/infra/utils"
     />
     <pathconvert property="source.dirs" pathsep="," refid="source.dirset">
       <regexpmapper from="${nb_all}/(.*)$" to="\1/**/*" handledirsep="yes"/>
     </pathconvert>
+    <downloadbinaries cache="${binaries.cache}" server="${binaries.server}">
+        <manifest dir="${nb_all}">
+            <include name="libs.antlr3.devel/external/binaries-list"/>
+        </manifest>
+    </downloadbinaries>
     <zip zipfile="${netbeans.build.dir}/${cluster.config}-src-${buildnum}.zip" duplicate="preserve">
       <zipfileset dir="${nb_all}" includes="${source.dirs}">
           <exclude name="*/build/**/*"/>
@@ -1503,6 +1433,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
       <output type="group-dependencies" file="${generated.files.dir}/cluster-deps.txt" />
       <output type="group-implementation-dependencies" file="${generated.files.dir}/cluster-impl-deps.txt" />
       <output type="modules" file="${generated.files.dir}/modules.txt" />
+      <output type="disabled-autoloads" file="${generated.files.dir}/disabled-autoloads.txt"/>
       <output type="dependencies" file="${generated.files.dir}/deps.txt" />
       <output type="implementation-dependencies" file="${generated.files.dir}/impl-deps.txt" />
       <output type="public-packages" file="${generated.files.dir}/public-packages.txt" />
@@ -1519,23 +1450,18 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
   </target>
   
   <target name="generate-files-layout" depends="generate-golden-files-init" description="Generate summary of installed files.">
-    
+    <taskdef name="generate-files-layout" classname="org.netbeans.nbbuild.GenerateFilesLayout" classpath="nbantext.jar"/>
     <property name="check.files.layout.generated" location="${generated.files.dir}/files-layout.txt" />
   
     <property name="check-file-layout-root" location="${netbeans.dest.dir}" />
-    <fileset id="check-file-layout" dir="${check-file-layout-root}" casesensitive="yes" >
-        <exclude name="*"/> <!-- i.e. files at top level -->
+    <generate-files-layout output="${check.files.layout.generated}">
+      <files dir="${check-file-layout-root}" casesensitive="yes" >
         <exclude name="bin/"/>
         <exclude name="etc/"/>
         <exclude name="mobility*/emulators-inst/wtk22_*.zip"/> <!-- XXX #110820 -->
-    </fileset>
-    
-    <pathconvert property="check-file-layout" refid="check-file-layout" dirsep="/" pathsep="," >
-        <map from="${check-file-layout-root}${file.separator}" to="" />
-    </pathconvert>
-    <echo message="${check-file-layout}${line.separator}" file="${check.files.layout.generated}" />
-    <replace file="${check.files.layout.generated}" token="," value="${line.separator}" />
-    <replace file="${check.files.layout.generated}" token="\" value="/" />
+        <exclude name="*/.lastModified"/>
+      </files>
+    </generate-files-layout>
   </target>
 
   <target name="index-layer-paths" depends="generate-golden-files-init" description="Create index of layer paths.">
@@ -1551,11 +1477,20 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
       <layerindex output="${generated.files.dir}/layers.txt" serviceoutput="${generated.files.dir}/services.txt">
           <modules dir="${build}">
               <include name="**/*.jar"/>
-              <exclude name="testtools/"/>
           </modules>
       </layerindex>
   </target>
 
+  <target name="summarize-hgmail" depends="generate-golden-files-init" description="Create summary of .hgmail coverage.">
+      <taskdef name="summarize-hgmail" classname="org.netbeans.nbbuild.SummarizeHgmail" classpath="nbantext.jar"/>
+      <summarize-hgmail output="${generated.files.dir}/hgmail-summary.txt">
+          <hgmails dir="${nb_all}">
+              <include name=".hgmail"/>
+              <include name="*/.hgmail"/>
+          </hgmails>
+      </summarize-hgmail>
+  </target>
+
   <target name="display-l10n-list-matches" description="Show which files are actually matched by an l10n.list in some module.">
     <property name="nbroot" location=".."/>
     <input addproperty="module">Select a top-level module (e.g. "java") to display results for:</input>
@@ -1619,7 +1554,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
 
     <pathconvert property="modules.fullpath" >
         <path>
-            <dirset dir="${nb_all}" includes="${config.javadoc.stable}" />
+            <dirset dir="${nb_all}" includes="${config.javadoc.stable},${config.javadoc.devel}" />
         </path>
         <mapper type="identity" />
     </pathconvert>
@@ -1747,6 +1682,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
             <exclude name="**/*.html"/><exclude name="**/*.css"/> <!-- JavaHelp etc. pages use their own header style -->
             <exclude name="**/test/**/data/"/> <!-- test data should never be touched -->
             <exclude name="**/*.orig"/> <!-- result of hg revert -->
+            <exclude name="*/external/"/> <!-- foreign licenses etc. -->
             <exclude name="contrib/"/><exclude name="l10n/"/><exclude name="misc/"/><exclude name="nb-javac/"/> <!-- subrepos -->
         </fileset>
         <property name="prefix" value="^([ \t]*[*#/;%~-]*[ \t]*)?"/>
@@ -1780,6 +1716,26 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
         <checklicense fragment="by Sun in the GPL" fail="whenpresent">
             <fileset refid="fs"/>
         </checklicense>
+        <!-- Samples: -->
+        <checklicense>
+            <fileset refid="fs"/>
+            <convert token="${prefix}Copyright \(c\) \d+(?:-\d+)?, Sun Microsystems, Inc\." prefix="true">
+                <line text="Copyright (c) 2010, Oracle."/>
+            </convert>
+            <convert token=" \* Neither the name of Sun Microsystems, Inc\. nor the names of its ">
+                <line text=" * Neither the name of Oracle nor the names of its "/>
+            </convert>
+            <convert token=" \* Neither the name of Sun Microsystems nor the names of its contributors">
+                <line text=" * Neither the name of Oracle nor the names of its contributors"/>
+            </convert>
+            <!-- XXX there are other patterns in mobility.midpexamples -->
+        </checklicense>
+        <checklicense fragment=", Sun Microsystems, Inc." fail="whenpresent">
+            <fileset refid="fs"/>
+        </checklicense>
+        <checklicense fragment="the name of Sun Microsystems" fail="whenpresent">
+            <fileset refid="fs"/>
+        </checklicense>
     </target>
 
 </project>
diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties
index 4621397..d4756d4 100644
--- a/nbbuild/cluster.properties
+++ b/nbbuild/cluster.properties
@@ -54,21 +54,17 @@ clusters.config.basic.list=\
 
 clusters.config.standard.list=\
         ${clusters.config.basic.list},\
-        nb.cluster.enterprise,\
-        nb.cluster.groovy,\
-        nb.cluster.mobility,\
-        nb.cluster.identity,\
-        nb.cluster.javafx,\
-        nb.cluster.javacard,\
-        nb.cluster.ergonomics
-# ergonomics must be last
+        nb.cluster.enterprise
 
 clusters.config.full.list=\
-        nb.cluster.ruby,\
         nb.cluster.cnd,\
         nb.cluster.dlight,\
+        nb.cluster.groovy,\
+        nb.cluster.javacard,\
+        nb.cluster.mobility,\
         nb.cluster.php,\
-        ${clusters.config.standard.list}
+        ${clusters.config.standard.list},\
+        nb.cluster.ergonomics
 # ergonomics must be last
 
 clusters.config.php.list=\
@@ -82,19 +78,6 @@ clusters.config.groovy.list=\
         ${clusters.config.java.list},\
         nb.cluster.groovy
 
-clusters.config.ruby.list=\
-        ${clusters.config.platform.list},\
-        nb.cluster.nb,\
-        nb.cluster.ide,\
-        nb.cluster.ruby,\
-        nb.cluster.websvccommon
-
-clusters.config.python.list=\
-        ${clusters.config.platform.list},\
-        nb.cluster.ide,\
-        nb.cluster.python,\
-        nb.cluster.nb
-
 clusters.config.cnd.list=\
         ${clusters.config.platform.list},\
         nb.cluster.ide,\
@@ -125,23 +108,12 @@ clusters.config.identity.list=\
         ${clusters.config.enterprise.list},\
         nb.cluster.identity
 
-clusters.config.uml.list=\
-        ${clusters.config.basic.list},\
-        nb.cluster.uml
-
 clusters.config.mobility.list=\
         ${clusters.config.enterprise.list},\
         nb.cluster.mobility
 
-clusters.config.visualweb.list=\
-        ${clusters.config.enterprise.list},\
-        nb.cluster.apisupport,\
-        nb.cluster.visualweb
-
 clusters.config.bloated.list=\
-        nb.cluster.python,\
-        nb.cluster.uml,\
-        nb.cluster.visualweb,\
+        nb.cluster.identity,\
         nb.cluster.webcommon,\
         nb.cluster.xml,\
         ${clusters.config.full.list}
@@ -150,11 +122,10 @@ clusters.config.bloated.list=\
 # For technical reasons, nb.cluster.experimental is a superset of nb.cluster.stableuc, so cannot list both at once:
 clusters.config.experimental.list=\
         ${clusters.config.bloated.list},\
-        nb.cluster.testtools,\
         nb.cluster.experimental
 
 clusters.config.stableuc.list=\
-        ${clusters.config.bloated.list},\
+        ${clusters.config.full.list},\
         nb.cluster.stableuc
 # could put ergonomics last, but undesirable to also do so for clusters.config.experimental.list, so exclude stableuc from ergonomics processing
 
@@ -163,24 +134,11 @@ clusters.config.minimal.list=\
         nb.cluster.ide,\
         nb.cluster.nb
 
-clusters.config.javafx.list=\
-        ${clusters.config.platform.list},\
-        nb.cluster.ide,\
-        nb.cluster.java,\
-        nb.cluster.profiler,\
-        nb.cluster.enterprise,\
-        nb.cluster.javafx,\
-        nb.cluster.nb
-
 clusters.config.javacard.list=\
         ${clusters.config.java.list},\
         nb.cluster.javacard
 
-clusters.extra.list=\
-        nb.cluster.testtools
-
 clusters.list=\
-        ${clusters.extra.list},\
         ${clusters.config.full.list}
 
 nb.cluster.platform.dir=platform
@@ -208,10 +166,10 @@ nb.cluster.platform=\
         favorites,\
         javahelp,\
         keyring,\
+        keyring.impl,\
         libs.felix,\
         libs.jna,\
         libs.jsr223,\
-        libs.junit4,\
         libs.osgi,\
         masterfs,\
         o.jdesktop.layout,\
@@ -251,22 +209,6 @@ validation.nb.cluster.platform=\
         core.windows,\
         javahelp
 
-nb.cluster.javafx.sources=javafx
-nb.cluster.javafx=
-nb.cluster.javafx.dir=javafx
-nb.cluster.javafx.depends=\
-        nb.cluster.platform,\
-        nb.cluster.ide,\
-        nb.cluster.apisupport
-
-nb.cluster.testtools.dir=testtools
-nb.cluster.testtools.depends=\
-        nb.cluster.platform,\
-        nb.cluster.ide,\
-        nb.cluster.apisupport
-nb.cluster.testtools=\
-        contrib/jemmysupport
-
 nb.cluster.ide.dir=ide
 nb.cluster.ide.depends=\
         nb.cluster.platform,\
@@ -277,7 +219,6 @@ nb.cluster.ide=\
         api.xml,\
         bugtracking,\
         bugtracking.bridge,\
-        bugtracking.kenai,\
         bugzilla,\
         core.browser,\
         core.ide,\
@@ -305,7 +246,7 @@ nb.cluster.ide=\
         editor.bracesmatching,\
         editor.codetemplates,\
         editor.completion,\
-        editor.deprecated.pre61settings,\
+        editor.deprecated.pre65formatting,\
         editor.errorstripe,\
         editor.errorstripe.api,\
         editor.fold,\
@@ -327,18 +268,16 @@ nb.cluster.ide=\
         extexecution.destroy,\
         glassfish.common,\
         gototest,\
-        gsf,\
-        gsf.api,\
         gsf.codecoverage,\
         gsf.testrunner,\
-        gsfpath.api,\
         html,\
         html.editor,\
         html.editor.lib,\
         html.lexer,\
+        html.parser,\
+        html.validation,\
         httpserver,\
         hudson,\
-        hudson.kenai,\
         hudson.mercurial,\
         hudson.subversion,\
         ide.kit,\
@@ -349,8 +288,6 @@ nb.cluster.ide=\
         javascript.refactoring,\
         jellytools.ide,\
         jumpto,\
-        kenai,\
-        kenai.ui,\
         languages,\
         languages.diff,\
         languages.manifest,\
@@ -359,6 +296,7 @@ nb.cluster.ide=\
         lexer.nbbridge,\
         lib.cvsclient,\
         lib.terminalemulator,\
+        libs.antlr3.runtime,\
         libs.bugtracking,\
         libs.bugzilla,\
         libs.bytelist,\
@@ -375,6 +313,8 @@ nb.cluster.ide=\
         libs.lucene,\
         libs.smack,\
         libs.svnClientAdapter,\
+        libs.svnClientAdapter.javahl,\
+        libs.svnClientAdapter.svnkit,\
         libs.swingx,\
         libs.xerces,\
         localhistory,\
@@ -385,6 +325,7 @@ nb.cluster.ide=\
         o.openidex.util,\
         options.editor,\
         parsing.api,\
+        parsing.lucene,\
         print.editor,\
         project.ant,\
         project.libraries,\
@@ -417,19 +358,16 @@ nb.cluster.ide=\
         tasklist.projectint,\
         tasklist.todo,\
         tasklist.ui,\
-        team.kit,\
         terminal,\
         usersguide,\
         utilities,\
         utilities.project,\
         versioning,\
         versioning.indexingbridge,\
-        versioning.kenai,\
         versioning.system.cvss,\
         versioning.util,\
         web.client.tools.api,\
         web.common,\
-        web.flyingsaucer,\
         xml,\
         xml.axi,\
         xml.catalog,\
@@ -482,6 +420,7 @@ nb.cluster.java=\
         i18n.form,\
         j2ee.core.utilities,\
         j2ee.eclipselink,\
+        j2ee.eclipselinkmodelgen,\
         j2ee.jpa.refactoring,\
         j2ee.jpa.verification,\
         j2ee.metadata,\
@@ -516,7 +455,6 @@ nb.cluster.java=\
         jellytools,\
         jellytools.java,\
         junit,\
-        kenai.maven,\
         libs.cglib,\
         libs.javacapi,\
         libs.javacimpl,\
@@ -556,11 +494,10 @@ nb.cluster.xml.depends=\
         nb.cluster.ide,\
         nb.cluster.platform
 nb.cluster.xml=\
-        libs.jxpath,\
-        o.n.xml.libs.jxpath,\
-        visdev.prefuse,\
         xml.catalogsupport,\
         xml.kit,\
+        xml.libs.jxpath,\
+        xml.libs.prefuse,\
         xml.misc,\
         xml.nbprefuse,\
         xml.refactoring,\
@@ -572,12 +509,10 @@ nb.cluster.xml=\
         xml.wsdl.bindingsupport,\
         xml.wsdl.bindingsupport.api,\
         xml.wsdl.extensions,\
-        xml.wsdl.kit,\
         xml.wsdl.refactoring,\
         xml.wsdlextui,\
         xml.wsdlui,\
         xml.xam.ui,\
-        xml.xpath,\
         xml.xpath.ext
 validation.nb.cluster.xml=\
         xml.schema
@@ -616,26 +551,32 @@ nb.cluster.soa=\
         dm.virtual.db,\
         edm.editor,\
         edm.project,\
+        encoder,\
+        encoder.custom,\
+        encoder.custom.aip,\
+        encoder.ui.basic,\
+        encoder.ui.tester,\
         etl.editor,\
         etl.project,\
         iep.editor,\
         iep.help,\
         iep.project,\
         iep.samples,\
-        o.n.soa.libs.httpunit,\
-        o.n.soa.libs.jbiadmincommon,\
-        o.n.soa.libs.jgo,\
-        o.n.soa.libs.mail,\
-        o.n.soa.libs.pojo,\
-        o.n.soa.libs.sap,\
-        o.n.soa.libs.wsdl4j,\
-        o.n.soa.libs.xmlbeans,\
-        o.n.soa.libs.xslt,\
         soa.bindingwizard,\
         soa.dndbridge,\
         soa.jca.base,\
         soa.jca.jms,\
+        soa.kit,\
         soa.ldap,\
+        soa.libs.httpunit,\
+        soa.libs.jbiadmincommon,\
+        soa.libs.jgo,\
+        soa.libs.mail,\
+        soa.libs.pojo,\
+        soa.libs.sap,\
+        soa.libs.wsdl4j,\
+        soa.libs.xmlbeans,\
+        soa.libs.xslt,\
         soa.mappercore,\
         soa.palette.java,\
         soa.pojo,\
@@ -644,9 +585,6 @@ nb.cluster.soa=\
         soa.wsdl.bindingsupport,\
         soa.wsdlui.api,\
         soa.xpath.mapper,\
-        sql.help,\
-        sql.project,\
-        sql.wizard,\
         wlm.bridge,\
         wlm.editor,\
         wlm.model,\
@@ -657,17 +595,11 @@ nb.cluster.soa=\
         wsdlextensions.file,\
         wsdlextensions.ftp,\
         wsdlextensions.hl7,\
-        wsdlextensions.ims,\
         wsdlextensions.jdbc,\
         wsdlextensions.jms,\
         wsdlextensions.ldap,\
-        wsdlextensions.mq,\
         wsdlextensions.rest,\
-        wsdlextensions.sap,\
         wsdlextensions.scheduler,\
-        wsdlextensions.smtp,\
-        wsdlextensions.snmp,\
-        wsdlextensions.swift,\
         xslt.core,\
         xslt.help,\
         xslt.model,\
@@ -730,18 +662,18 @@ nb.cluster.enterprise=\
         j2ee.platform,\
         j2ee.samples,\
         j2ee.sun.appsrv,\
-        j2ee.sun.appsrv81,\
         j2ee.sun.dd,\
         j2ee.sun.ddui,\
         j2ee.weblogic9,\
         j2eeapis,\
         j2eeserver,\
         javaee.api,\
+        javaee.beanvalidation,\
         jellytools.enterprise,\
         jsp.lexer,\
         libs.commons_fileupload,\
+        libs.elimpl,\
         libs.glassfish_logging,\
-        libs.httpunit,\
         maven.j2ee,\
         maven.jaxws,\
         maven.samples,\
@@ -755,6 +687,7 @@ nb.cluster.enterprise=\
         web.core,\
         web.core.syntax,\
         web.debug,\
+        web.el,\
         web.examples,\
         web.freeform,\
         web.helpset,\
@@ -765,10 +698,12 @@ nb.cluster.enterprise=\
         web.jsf12,\
         web.jsf12ri,\
         web.jsf20,\
+        web.jsfapi,\
         web.jspparser,\
         web.jstl11,\
         web.kit,\
         web.monitor,\
+        web.primefaces,\
         web.project,\
         web.refactoring,\
         web.struts,\
@@ -815,8 +750,6 @@ nb.cluster.nb=\
         ide.branding.kit,\
         lib.uihandler,\
         o.n.upgrader,\
-        registration,\
-        reglib,\
         uihandler,\
         uihandler.exceptionreporter,\
         updatecenters,\
@@ -826,7 +759,6 @@ nb.cluster.harness.dir=harness
 nb.cluster.harness.depends=nb.cluster.platform
 nb.cluster.harness=\
         apisupport.harness,\
-        apisupport.tc.cobertura,\
         jellytools.platform,\
         jemmy,\
         libs.nbi.ant,\
@@ -863,6 +795,7 @@ nb.cluster.profiler=\
         profiler.selector.java,\
         profiler.selector.spi,\
         profiler.selector.ui,\
+        profiler.snaptracer,\
         profiler.utilities
 validation.nb.cluster.profiler=\
         profiler
@@ -880,6 +813,8 @@ nb.cluster.php=\
         php.editor,\
         php.help,\
         php.kit,\
+        php.phpdoc,\
+        php.phpdoc.documentation,\
         php.project,\
         php.refactoring,\
         php.samples,\
@@ -904,65 +839,13 @@ nb.cluster.groovy=\
         groovy.samples,\
         groovy.support
 
-nb.cluster.ruby.dir=ruby
-nb.cluster.ruby.depends=\
-        nb.cluster.platform,\
-        nb.cluster.ide,\
-        nb.cluster.harness
-nb.cluster.ruby=\
-        glassfish.jruby,\
-        jellytools.ruby,\
-        libs.jrubyparser,\
-        libs.yydebug,\
-        o.jruby,\
-        o.jruby.distro,\
-        o.kxml2,\
-        o.rubyforge.debugcommons,\
-        ruby,\
-        ruby.codecoverage,\
-        ruby.debugger,\
-        ruby.extrahints,\
-        ruby.help,\
-        ruby.hints,\
-        ruby.javaint,\
-        ruby.kit,\
-        ruby.platform,\
-        ruby.project,\
-        ruby.railsprojects,\
-        ruby.rakeproject,\
-        ruby.refactoring,\
-        ruby.rhtml,\
-        ruby.samples.depot,\
-        ruby.testrunner,\
-        spellchecker.bindings.ruby
-validation.nb.cluster.ruby=\
-        ruby.kit
-
-nb.cluster.python.dir=python
-nb.cluster.python.depends=\
-        nb.cluster.platform,\
-        nb.cluster.ide
-nb.cluster.python=\
-        o.jython,\
-        o.jython.distro,\
-        python.console,\
-        python.core,\
-        python.debugger,\
-        python.editor,\
-        python.help,\
-        python.kit,\
-        python.options,\
-        python.platform,\
-        python.project,\
-        python.samples,\
-        python.testrunner
-
 nb.cluster.mobility.dir=mobility
 nb.cluster.mobility.depends=\
         nb.cluster.platform,\
         nb.cluster.java,\
         nb.cluster.apisupport,\
-        nb.cluster.ide
+        nb.cluster.ide,\
+        nb.cluster.enterprise
 nb.cluster.mobility=\
         api.mobility,\
         deployment.deviceanywhere,\
@@ -971,6 +854,7 @@ nb.cluster.mobility=\
         j2me.cdc.platform,\
         j2me.cdc.platform.nokias80,\
         j2me.cdc.platform.nsicom,\
+        j2me.cdc.platform.ojec,\
         j2me.cdc.platform.ricoh,\
         j2me.cdc.platform.semc,\
         j2me.cdc.platform.sjmc,\
@@ -980,6 +864,7 @@ nb.cluster.mobility=\
         j2me.cdc.project.execuiimpl,\
         j2me.cdc.project.nokiaS80,\
         j2me.cdc.project.nsicom,\
+        j2me.cdc.project.ojec,\
         j2me.cdc.project.ricoh,\
         j2me.cdc.project.savaje,\
         j2me.cdc.project.semc,\
@@ -997,7 +882,6 @@ nb.cluster.mobility=\
         mobility.deployment.webdav,\
         mobility.editor,\
         mobility.end2end,\
-        mobility.end2end.kit,\
         mobility.j2meunit,\
         mobility.javahelp,\
         mobility.jsr172,\
@@ -1005,7 +889,6 @@ nb.cluster.mobility=\
         mobility.licensing,\
         mobility.midpexamples,\
         mobility.plugins.mpowerplayer,\
-        mobility.proguard,\
         mobility.project,\
         mobility.project.ant,\
         mobility.project.bridge,\
@@ -1036,72 +919,6 @@ nb.cluster.mobility=\
         vmd.screen,\
         vmd.structure
 
-nb.cluster.visualweb.dir=visualweb
-nb.cluster.visualweb.depends=\
-        nb.cluster.java,\
-        nb.cluster.platform,\
-        nb.cluster.harness,\
-        nb.cluster.ide,\
-        nb.cluster.nb,\
-        nb.cluster.enterprise
-nb.cluster.visualweb=\
-        visualweb.api.designer,\
-        visualweb.api.insync,\
-        visualweb.api.j2ee,\
-        visualweb.api.portlet.dd,\
-        visualweb.classloaderprovider,\
-        visualweb.complib,\
-        visualweb.complib.api,\
-        visualweb.dataconnectivity,\
-        visualweb.dataconnectivity.designtime,\
-        visualweb.dataprovider,\
-        visualweb.dataprovider.designtime,\
-        visualweb.designer,\
-        visualweb.designer.cssengine,\
-        visualweb.designer.html,\
-        visualweb.designer.jsf,\
-        visualweb.designer.markup,\
-        visualweb.designtime,\
-        visualweb.designtime.base,\
-        visualweb.designtime.idebridge,\
-        visualweb.designtimeext,\
-        visualweb.ejb,\
-        visualweb.errorhandler.client,\
-        visualweb.extension.openide,\
-        visualweb.extension.openide.loaders,\
-        visualweb.gravy,\
-        visualweb.insync,\
-        visualweb.j2ee14classloaderprovider,\
-        visualweb.j2ee15classloaderprovider,\
-        visualweb.jsfsupport,\
-        visualweb.jsfsupport.components,\
-        visualweb.jsfsupport.designtime,\
-        visualweb.jsfsupport.designtime_1_1,\
-        visualweb.jsfsupport.designtime_1_2,\
-        visualweb.kit,\
-        visualweb.libs.batik,\
-        visualweb.libs.jtidy,\
-        visualweb.navigation,\
-        visualweb.outline,\
-        visualweb.palette,\
-        visualweb.project.jsf,\
-        visualweb.project.jsfloader,\
-        visualweb.propertyeditors,\
-        visualweb.propertyeditors.api,\
-        visualweb.propertyeditors.resolver,\
-        visualweb.ravehelp.rave_nbpack,\
-        visualweb.rowset,\
-        visualweb.runtime.kit,\
-        visualweb.samples.bundled,\
-        visualweb.web.ui.appbase,\
-        visualweb.websvcmgr,\
-        visualweb.webui,\
-        visualweb.webui.designtime,\
-        visualweb.webui.jsf.defaulttheme,\
-        visualweb.webui.themes,\
-        visualweb.woodstock.webui.jsf,\
-        visualweb.xhtml
-
 nb.cluster.identity.dir=identity
 nb.cluster.identity.depends=\
         nb.cluster.platform,\
@@ -1116,33 +933,6 @@ nb.cluster.identity=\
         identity.samples,\
         identity.server.manager
 
-nb.cluster.uml.dir=uml
-nb.cluster.uml.depends=\
-        nb.cluster.platform,\
-        nb.cluster.ide,\
-        nb.cluster.java
-nb.cluster.uml=\
-        antlr,\
-        uml,\
-        uml.codegen,\
-        uml.designpattern,\
-        uml.diagrams,\
-        uml.documentation,\
-        uml.dom4jlib,\
-        uml.drawingarea,\
-        uml.integration,\
-        uml.kit,\
-        uml.parser.java,\
-        uml.project,\
-        uml.propertysupport,\
-        uml.reporting,\
-        uml.samples,\
-        uml.widgets
-# Requirements are not supported in 6.5
-#       uml.requirements,\
-#       uml.requirements.doorsprovider,\
-#       uml.requirements.xmlrequirements,\
-
 nb.cluster.cnd.dir=cnd
 nb.cluster.cnd.depends=\
         nb.cluster.harness,\
@@ -1152,7 +942,6 @@ nb.cluster.cnd.depends=\
 nb.cluster.cnd=\
         cnd,\
         cnd.antlr,\
-        cnd.antlr3,\
         cnd.api.model,\
         cnd.api.project,\
         cnd.api.remote,\
@@ -1162,8 +951,8 @@ nb.cluster.cnd=\
         cnd.classview,\
         cnd.cncppunit,\
         cnd.completion,\
-        cnd.debugger.common,\
-        cnd.debugger.gdb,\
+        cnd.debugger.common2,\
+        cnd.debugger.gdb2,\
         cnd.discovery,\
         cnd.dwarfdiscovery,\
         cnd.dwarfdump,\
@@ -1174,6 +963,7 @@ nb.cluster.cnd=\
         cnd.highlight,\
         cnd.kit,\
         cnd.lexer,\
+        cnd.litemodel,\
         cnd.makeproject,\
         cnd.model.services,\
         cnd.modeldiscovery,\
@@ -1189,6 +979,7 @@ nb.cluster.cnd=\
         cnd.script,\
         cnd.simpleunit,\
         cnd.source,\
+        cnd.spellchecker.bindings,\
         cnd.testrunner,\
         cnd.toolchain,\
         cnd.utils,\
@@ -1216,6 +1007,7 @@ nb.cluster.dlight=\
         dlight.fops,\
         dlight.indicators,\
         dlight.kit,\
+        dlight.libs.common,\
         dlight.libs.h2,\
         dlight.management,\
         dlight.memory,\
@@ -1224,6 +1016,7 @@ nb.cluster.dlight=\
         dlight.perfan,\
         dlight.procfs,\
         dlight.remote,\
+        dlight.remote.impl,\
         dlight.spi,\
         dlight.sync,\
         dlight.threadmap.support,\
@@ -1238,32 +1031,30 @@ nb.cluster.stableuc.dir=extra
 nb.cluster.stableuc.depends=${clusters.config.full.list}
 nb.cluster.stableuc=\
         apisupport.apidocs,\
-        clearcase,\
-        core.browser.xulrunner,\
-        core.browser.xulrunner.win,\
+        apisupport.tc.cobertura,\
+        bugtracking.kenai,\
         db.mysql.sakila,\
+        j2ee.sun.appsrv81,\
         jconsole,\
         jira,\
         jmx,\
         jmx.common,\
+        junitlib,\
+        kenai,\
+        kenai.maven,\
+        kenai.ui,\
         libs.jira,\
+        libs.junit4,\
         libs.svnjavahlwin32,\
         loadgenerator,\
+        mobility.proguard,\
         o.apache.jmeter.kit,\
         o.apache.jmeter.module,\
         o.apache.tools.ant.module.docs,\
-        o.n.bluej,\
-        o.n.bluej.ui,\
         profiler.loadgen,\
         projectimport.jbuilder,\
-        uihandler.interactive,\
-        web.facelets010114,\
-        websvc.jaxrpc,\
-        websvc.jaxrpc16,\
-        websvc.jaxrpckit,\
-        websvc.registry
-# Disabled from the build until I can figure out why building it fails
-#       ruby.rspec,\
+        team.kit,\
+        versioning.kenai
 
 nb.cluster.experimental.dir=extra
 nb.cluster.experimental.depends=${clusters.config.full.list}
@@ -1271,6 +1062,7 @@ nb.cluster.experimental=\
         ${nb.cluster.stableuc},\
         c.s.collablet,\
         c.s.collablet.moxc,\
+        clearcase,\
         collab.channel.chat,\
         collab.channel.chat.html,\
         collab.channel.chat.java,\
@@ -1285,7 +1077,6 @@ nb.cluster.experimental=\
         contrib/ant.freeform.samples,\
         contrib/api.workqueues,\
         contrib/apisupport.beanbrowser,\
-        contrib/apisupport.metainfservices,\
         contrib/apisupport.projectinspector,\
         contrib/archiver,\
         contrib/autoproject.core,\
@@ -1294,13 +1085,15 @@ nb.cluster.experimental=\
         contrib/autoproject.web,\
         contrib/autosave,\
         contrib/c.ericsson.otp.erlang,\
-        contrib/c.s.fortress,\
+        contrib/cnd.debugger.gdbserver,\
         contrib/codetemplatetools,\
         contrib/convertor,\
         contrib/core.registry,\
         contrib/de.hunsicker.jalopy.plugin.netbeans,\
         contrib/docbook,\
         contrib/docbook.project,\
+        contrib/editor.deprecated.pre61completion,\
+        contrib/editor.deprecated.pre61settings,\
         contrib/editor.fold.support,\
         contrib/editor.hints.i18n,\
         contrib/editor.nexterror,\
@@ -1309,11 +1102,12 @@ nb.cluster.experimental=\
         contrib/extraupdatecenters,\
         contrib/folder2html,\
         contrib/formatmany,\
-        contrib/fortress.editing,\
         contrib/genericnavigator,\
-        contrib/glassfish.v3enable,\
         contrib/graphicclassview,\
         contrib/group,\
+        contrib/gsf,\
+        contrib/gsf.api,\
+        contrib/gsfpath.api,\
         contrib/hexeditor,\
         contrib/htmlprojects,\
         contrib/hudsonfindbugs,\
@@ -1326,6 +1120,7 @@ nb.cluster.experimental=\
         contrib/j2ee.sun.ws7,\
         contrib/java.ext.editor,\
         contrib/javahints,\
+        contrib/jemmysupport,\
         contrib/languages.execution,\
         contrib/languages.prolog,\
         contrib/languages.tcl,\
@@ -1333,7 +1128,6 @@ nb.cluster.experimental=\
         contrib/libs.commons_lang,\
         contrib/libs.ical4j,\
         contrib/libs.jcalendar,\
-        contrib/libs.scala,\
         contrib/loaderswitcher,\
         contrib/logmanagement,\
         contrib/modulemanagement,\
@@ -1341,6 +1135,8 @@ nb.cluster.experimental=\
         contrib/moduleresolver,\
         contrib/mount,\
         contrib/nborgsourcebrowse,\
+        contrib/o.jython,\
+        contrib/o.jython.distro,\
         contrib/o.n.contrib.debuggerretry,\
         contrib/o.n.erdbeans,\
         contrib/o.n.tasklistapi,\
@@ -1348,27 +1144,25 @@ nb.cluster.experimental=\
         contrib/perspective,\
         contrib/php.smarty,\
         contrib/projectpackager,\
+        contrib/python.console,\
+        contrib/python.core,\
+        contrib/python.debugger,\
+        contrib/python.editor,\
+        contrib/python.help,\
+        contrib/python.kit,\
+        contrib/python.options,\
+        contrib/python.platform,\
+        contrib/python.project,\
+        contrib/python.samples,\
+        contrib/python.testrunner,\
         contrib/quickfilechooser,\
         contrib/registry,\
-        contrib/remotefs,\
-        contrib/remotefs.ui,\
-        contrib/scala.console,\
-        contrib/scala.core,\
-        contrib/scala.debugger,\
-        contrib/scala.debugger.projects,\
-        contrib/scala.editor,\
-        contrib/scala.kit,\
-        contrib/scala.platform,\
-        contrib/scala.project,\
-        contrib/scala.refactoring,\
-        contrib/scala.stdplatform,\
         contrib/scanondemand,\
         contrib/selenium,\
         contrib/selenium.maven,\
         contrib/selenium.php,\
         contrib/selenium.server,\
         contrib/showtodos,\
-        contrib/spi.actions.support,\
         contrib/suggestions_framework,\
         contrib/sysprops,\
         contrib/tasklist.bugs,\
@@ -1383,12 +1177,16 @@ nb.cluster.experimental=\
         contrib/tasklist.usertasks,\
         contrib/testng,\
         contrib/testng.maven,\
+        contrib/web.flyingsaucer,\
         contrib/websvc.saas.services.rtm,\
         contrib/whichproject,\
         contrib/xtc,\
+        core.browser.xulrunner,\
         core.browser.xulrunner.linux,\
         core.browser.xulrunner.macosx,\
         core.browser.xulrunner.solaris,\
+        core.browser.xulrunner.win,\
+        git,\
         j2ee.websphere6,\
         j2me.cdc.platform.bdj,\
         j2me.cdc.project.bdj,\
@@ -1397,18 +1195,38 @@ nb.cluster.experimental=\
         javascript.libraries.prototype,\
         javascript.libraries.scriptaculous,\
         languages.refactoring,\
+        libs.git,\
         libs.xmlbeans,\
-        ruby.themes,\
-        visualweb.compatibilitykit,\
-        visualweb.libs.rowset,\
+        maven.coverage,\
+        o.n.bluej,\
+        o.n.bluej.ui,\
+        tomcat.obsolete,\
+        web.facelets010114,\
         web.jsf.extensions,\
-        web.libraries.jsf1102,\
         webpreview,\
         websvc.axis2,\
+        websvc.jaxrpc,\
+        websvc.jaxrpc16,\
+        websvc.jaxrpckit,\
+        websvc.registry,\
         websvc.rest.wadl.design,\
         websvc.rest.wadl.model
-# XXX fails to build (depends on visualweb cluster): contrib/visualweb.samples.postrel
 # XXX broken after javascript.editing changes: contrib/languages.ejs
+# Started to fail with: contrib/scala.editor/scala-build.xml:83: Compilation failed because of an internal compiler error; see the error output for details.
+        # contrib/libs.scala,\
+        # contrib/scala.console,\
+        # contrib/scala.core,\
+        # contrib/scala.debugger,\
+        # contrib/scala.debugger.projects,\
+        # contrib/scala.editor,\
+        # contrib/scala.kit,\
+        # contrib/scala.platform,\
+        # contrib/scala.project,\
+        # contrib/scala.refactoring,\
+        # contrib/scala.stdplatform,\
+# XXX needs updates to build:
+#        contrib/c.s.fortress,\
+#        contrib/fortress.editing,\
 
 nb.cluster.webcommon.dir=webcommon
 nb.cluster.webcommon.depends=\
diff --git a/nbbuild/default-properties.xml b/nbbuild/default-properties.xml
index b239caf..d509065 100644
--- a/nbbuild/default-properties.xml
+++ b/nbbuild/default-properties.xml
@@ -51,7 +51,6 @@ made subject to such option by the copyright holder.
   <property file="${nb_all}/nbbuild/site.build.properties"/>
   <property file="${user.home}/.nbbuild.properties"/>
 
-  <property name="dist.base" value="http://www.netbeans.org/download/nbms/alpha/dev/1.16"/>
   <property name="license.file" location="${nb_all}/nbbuild/standard-nbm-license.txt"/>
   <property name="build.sysclasspath" value="ignore"/>
 
diff --git a/nbbuild/external/apitest-license.txt b/nbbuild/external/apitest-license.txt
new file mode 100644
index 0000000..6d08c20
--- /dev/null
+++ b/nbbuild/external/apitest-license.txt
@@ -0,0 +1,431 @@
+Name: API Signature Testing Tool
+Version: 70
+License: GPL-2-CP
+Source: http://hg.netbeans.org/apitest/
+Description: Signature test modified for NetBeans
+
+The GNU General Public License (GPL)
+Version 2, June 1991
+
+ Copyright 1989, 1991 Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Everyone is permitted to copy and distribute verbatim
+ copies of this license document, but changing it is not
+ allowed.
+
+                      Preamble
+
+The licenses for most software are designed to take away
+your freedom to share and change it. By contrast, the GNU
+General Public License is intended to guarantee your freedom
+to share and change free software--to make sure the software
+is free for all its users. This General Public License
+applies to most of the Free Software Foundation's software
+and to any other program whose authors commit to using it.
+(Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can
+apply it to your programs, too.
+
+When we speak of free software, we are referring to freedom,
+not price. Our General Public Licenses are designed to make
+sure that you have the freedom to distribute copies of free
+software (and charge for this service if you wish), that you
+receive source code or can get it if you want it, that you
+can change the software or use pieces of it in new free
+programs; and that you know you can do these things.
+
+To protect your rights, we need to make restrictions that
+forbid anyone to deny you these rights or to ask you to
+surrender the rights. These restrictions translate to
+certain responsibilities for you if you distribute copies of
+the software, or if you modify it.
+
+For example, if you distribute copies of such a program,
+whether gratis or for a fee, you must give the recipients
+all the rights that you have. You must make sure that they,
+too, receive or can get the source code. And you must show
+them these terms so they know their rights.
+
+We protect your rights with two steps: (1) copyright the
+software, and (2) offer you this license which gives you
+legal permission to copy, distribute and/or modify the
+software.
+
+Also, for each author's protection and ours, we want to make
+certain that everyone understands that there is no warranty
+for this free software. If the software is modified by
+someone else and passed on, we want its recipients to know
+that what they have is not the original, so that any
+problems introduced by others will not reflect on the
+original authors' reputations.
+
+Finally, any free program is threatened constantly by
+software patents. We wish to avoid the danger that
+redistributors of a free program will individually obtain
+patent licenses, in effect making the program proprietary.
+To prevent this, we have made it clear that any patent must
+be licensed for everyone's free use or not licensed at all.
+
+The precise terms and conditions for copying, distribution
+and modification follow.
+
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND
+MODIFICATION
+
+0. This License applies to any program or other work which
+contains a notice placed by the copyright holder saying it
+may be distributed under the terms of this General Public
+License. The "Program", below, refers to any such program or
+work, and a "work based on the Program" means either the
+Program or any derivative work under copyright law: that is
+to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into
+another language. (Hereinafter, translation is included
+without limitation in the term "modification".) Each
+licensee is addressed as "you".
+
+Activities other than copying, distribution and modification
+are not covered by this License; they are outside its scope.
+The act of running the Program is not restricted, and the
+output from the Program is covered only if its contents
+constitute a work based on the Program (independent of
+having been made by running the Program). Whether that is
+true depends on what the Program does.
+
+1. You may copy and distribute verbatim copies of the
+Program's source code as you receive it, in any medium,
+provided that you conspicuously and appropriately publish on
+each copy an appropriate copyright notice and disclaimer of
+warranty; keep intact all the notices that refer to this
+License and to the absence of any warranty; and give any
+other recipients of the Program a copy of this License along
+with the Program.
+
+You may charge a fee for the physical act of transferring a
+copy, and you may at your option offer warranty protection
+in exchange for a fee.
+
+2. You may modify your copy or copies of the Program or any
+portion of it, thus forming a work based on the Program, and
+copy and distribute such modifications or work under the
+terms of Section 1 above, provided that you also meet all of
+these conditions:
+
+    a) You must cause the modified files to carry prominent
+    notices stating that you changed the files and the date
+    of any change.
+
+    b) You must cause any work that you distribute or
+    publish, that in whole or in part contains or is derived
+    from the Program or any part thereof, to be licensed as
+    a whole at no charge to all third parties under the
+    terms of this License.
+
+    c) If the modified program normally reads commands
+    interactively when run, you must cause it, when started
+    running for such interactive use in the most ordinary
+    way, to print or display an announcement including an
+    appropriate copyright notice and a notice that there is
+    no warranty (or else, saying that you provide a
+    warranty) and that users may redistribute the program
+    under these conditions, and telling the user how to view
+    a copy of this License. (Exception: if the Program
+    itself is interactive but does not normally print such
+    an announcement, your work based on the Program is not
+    required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the
+Program, and can be reasonably considered independent and
+separate works in themselves, then this License, and its
+terms, do not apply to those sections when you distribute
+them as separate works. But when you distribute the same
+sections as part of a whole which is a work based on the
+Program, the distribution of the whole must be on the terms
+of this License, whose permissions for other licensees
+extend to the entire whole, and thus to each and every part
+regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights
+or contest your rights to work written entirely by you;
+rather, the intent is to exercise the right to control the
+distribution of derivative or collective works based on the
+Program.
+
+In addition, mere aggregation of another work not based on
+the Program with the Program (or with a work based on the
+Program) on a volume of a storage or distribution medium
+does not bring the other work under the scope of this
+License.
+
+3. You may copy and distribute the Program (or a work based
+on it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you
+also do one of the following:
+
+    a) Accompany it with the complete corresponding
+    machine-readable source code, which must be distributed
+    under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least
+    three years, to give any third party, for a charge no
+    more than your cost of physically performing source
+    distribution, a complete machine-readable copy of the
+    corresponding source code, to be distributed under the
+    terms of Sections 1 and 2 above on a medium customarily
+    used for software interchange; or,
+
+    c) Accompany it with the information you received as to
+    the offer to distribute corresponding source code. (This
+    alternative is allowed only for noncommercial
+    distribution and only if you received the program in
+    object code or executable form with such an offer, in
+    accord with Subsection b above.)
+
+The source code for a work means the preferred form of the
+work for making modifications to it. For an executable work,
+complete source code means all the source code for all
+modules it contains, plus any associated interface
+definition files, plus the scripts used to control
+compilation and installation of the executable. However, as
+a special exception, the source code distributed need not
+include anything that is normally distributed (in either
+source or binary form) with the major components (compiler,
+kernel, and so on) of the operating system on which the
+executable runs, unless that component itself accompanies
+the executable.
+
+If distribution of executable or object code is made by
+offering access to copy from a designated place, then
+offering equivalent access to copy the source code from the
+same place counts as distribution of the source code, even
+though third parties are not compelled to copy the source
+along with the object code.
+
+4. You may not copy, modify, sublicense, or distribute the
+Program except as expressly provided under this License. Any
+attempt otherwise to copy, modify, sublicense or distribute
+the Program is void, and will automatically terminate your
+rights under this License. However, parties who have
+received copies, or rights, from you under this License will
+not have their licenses terminated so long as such parties
+remain in full compliance.
+
+5. You are not required to accept this License, since you
+have not signed it. However, nothing else grants you
+permission to modify or distribute the Program or its
+derivative works. These actions are prohibited by law if you
+do not accept this License. Therefore, by modifying or
+distributing the Program (or any work based on the Program),
+you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or
+modifying the Program or works based on it.
+
+6. Each time you redistribute the Program (or any work based
+on the Program), the recipient automatically receives a
+license from the original licensor to copy, distribute or
+modify the Program subject to these terms and conditions.
+You may not impose any further restrictions on the
+recipients' exercise of the rights granted herein. You are
+not responsible for enforcing compliance by third parties to
+this License.
+
+7. If, as a consequence of a court judgment or allegation of
+patent infringement or for any other reason (not limited to
+patent issues), conditions are imposed on you (whether by
+court order, agreement or otherwise) that contradict the
+conditions of this License, they do not excuse you from the
+conditions of this License. If you cannot distribute so as
+to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a
+consequence you may not distribute the Program at all. For
+example, if a patent license would not permit royalty-free
+redistribution of the Program by all those who receive
+copies directly or indirectly through you, then the only way
+you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or
+unenforceable under any particular circumstance, the balance
+of the section is intended to apply and the section as a
+whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to
+infringe any patents or other property right claims or to
+contest validity of any such claims; this section has the
+sole purpose of protecting the integrity of the free
+software distribution system, which is implemented by public
+license practices. Many people have made generous
+contributions to the wide range of software distributed
+through that system in reliance on consistent application of
+that system; it is up to the author/donor to decide if he or
+she is willing to distribute software through any other
+system and a licensee cannot impose that choice.
+
+This section is intended to make thoroughly clear what is
+believed to be a consequence of the rest of this License.
+
+8. If the distribution and/or use of the Program is
+restricted in certain countries either by patents or by
+copyrighted interfaces, the original copyright holder who
+places the Program under this License may add an explicit
+geographical distribution limitation excluding those
+countries, so that distribution is permitted only in or
+among countries not thus excluded. In such case, this
+License incorporates the limitation as if written in the
+body of this License.
+
+9. The Free Software Foundation may publish revised and/or
+new versions of the General Public License from time to
+time. Such new versions will be similar in spirit to the
+present version, but may differ in detail to address new
+problems or concerns.
+
+Each version is given a distinguishing version number. If
+the Program specifies a version number of this License which
+applies to it and "any later version", you have the option
+of following the terms and conditions either of that version
+or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number
+of this License, you may choose any version ever published
+by the Free Software Foundation.
+
+10. If you wish to incorporate parts of the Program into
+other free programs whose distribution conditions are
+different, write to the author to ask for permission. For
+software which is copyrighted by the Free Software
+Foundation, write to the Free Software Foundation; we
+sometimes make exceptions for this. Our decision will be
+guided by the two goals of preserving the free status of all
+derivatives of our free software and of promoting the
+sharing and reuse of software generally.
+
+NO WARRANTY
+
+11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS
+NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE
+COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM
+"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
+IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE
+OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
+DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED
+TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY
+WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED
+ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
+SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF
+THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT
+LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
+LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE
+PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH
+HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+              END OF TERMS AND CONDITIONS
+
+       How to Apply These Terms to Your New Programs
+
+If you develop a new program, and you want it to be of the
+greatest possible use to the public, the best way to achieve
+this is to make it free software which everyone can
+redistribute and change under these terms.
+
+To do so, attach the following notices to the program. It is
+safest to attach them to the start of each source file to
+most effectively convey the exclusion of warranty; and each
+file should have at least the "copyright" line and a pointer
+to where the full notice is found.
+
+    One line to give the program's name and a brief idea of
+    what it does. Copyright (C) <year> <name of author>
+
+    This program is free software; you can redistribute it
+    and/or modify it under the terms of the GNU General
+    Public License as published by the Free Software
+    Foundation; either version 2 of the License, or (at your
+    option) any later version.
+
+    This program is distributed in the hope that it will be
+    useful, but WITHOUT ANY WARRANTY; without even the
+    implied warranty of MERCHANTABILITY or FITNESS FOR A
+    PARTICULAR PURPOSE. See the GNU General Public License
+    for more details.
+
+    You should have received a copy of the GNU General
+    Public License along with this program; if not, write to
+    the Free Software Foundation, Inc., 59 Temple Place,
+    Suite 330, Boston, MA 02111-1307 USA
+
+Also add information on how to contact you by electronic and
+paper mail.
+
+If the program is interactive, make it output a short notice
+like this when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of
+    author Gnomovision comes with ABSOLUTELY NO WARRANTY;
+    for details type `show w'. This is free software, and
+    you are welcome to redistribute it under certain
+    conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show
+the appropriate parts of the General Public License. Of
+course, the commands you use may be called something other
+than `show w' and `show c'; they could even be mouse-clicks
+or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a
+programmer) or your school, if any, to sign a "copyright
+disclaimer" for the program, if necessary. Here is a sample;
+alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in
+  the program `Gnomovision' (which makes passes at
+  compilers) written by James Hacker.
+
+  signature of Ty Coon, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating
+your program into proprietary programs. If your program is a
+subroutine library, you may consider it more useful to
+permit linking proprietary applications with the library. If
+this is what you want to do, use the GNU Library General
+Public License instead of this License.
+
+
+"CLASSPATH" EXCEPTION TO THE GPL VERSION 2
+
+
+Certain source files distributed by Sun Microsystems, Inc.
+are subject to the following clarification and special
+exception to the GPL, but only where Sun has expressly
+included in the particular source file's header the words
+"Sun designates this particular file as subject to the
+"Classpath" exception as provided by Sun in the LICENSE file
+that accompanied this code."
+
+Linking this library statically or dynamically with other
+modules is making a combined work based on this library.
+Thus, the terms and conditions of the GNU General Public
+License cover the whole combination.
+
+As a special exception, the copyright holders of this
+library give you permission to link this library with
+independent modules to produce an executable, regardless of
+the license terms of these independent modules, and to copy
+and distribute the resulting executable under terms of your
+choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license
+of that module. An independent module is a module which is
+not derived from or based on this library. If you modify
+this library, you may extend this exception to your version
+of the library, but you are not obligated to do so. If you
+do not wish to do so, delete this exception statement from
+your version.
diff --git a/nbbuild/external/binaries-list b/nbbuild/external/binaries-list
new file mode 100644
index 0000000..1acf11c
--- /dev/null
+++ b/nbbuild/external/binaries-list
@@ -0,0 +1,2 @@
+E160D64FA4680FD5C581A0F5AB516D88FB09AD47 apitest.jar
+
diff --git a/nbbuild/external/xhtml1-dtds/xhtml-lat1.ent b/nbbuild/external/xhtml1-dtds/xhtml-lat1.ent
new file mode 100644
index 0000000..ffee223
--- /dev/null
+++ b/nbbuild/external/xhtml1-dtds/xhtml-lat1.ent
@@ -0,0 +1,196 @@
+<!-- Portions (C) International Organization for Standardization 1986
+     Permission to copy in any form is granted for use with
+     conforming SGML systems and applications as defined in
+     ISO 8879, provided this notice is included in all copies.
+-->
+<!-- Character entity set. Typical invocation:
+    <!ENTITY % HTMLlat1 PUBLIC
+       "-//W3C//ENTITIES Latin 1 for XHTML//EN"
+       "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
+    %HTMLlat1;
+-->
+
+<!ENTITY nbsp   " "> <!-- no-break space = non-breaking space,
+                                  U+00A0 ISOnum -->
+<!ENTITY iexcl  "¡"> <!-- inverted exclamation mark, U+00A1 ISOnum -->
+<!ENTITY cent   "¢"> <!-- cent sign, U+00A2 ISOnum -->
+<!ENTITY pound  "£"> <!-- pound sign, U+00A3 ISOnum -->
+<!ENTITY curren "¤"> <!-- currency sign, U+00A4 ISOnum -->
+<!ENTITY yen    "¥"> <!-- yen sign = yuan sign, U+00A5 ISOnum -->
+<!ENTITY brvbar "¦"> <!-- broken bar = broken vertical bar,
+                                  U+00A6 ISOnum -->
+<!ENTITY sect   "§"> <!-- section sign, U+00A7 ISOnum -->
+<!ENTITY uml    "¨"> <!-- diaeresis = spacing diaeresis,
+                                  U+00A8 ISOdia -->
+<!ENTITY copy   "©"> <!-- copyright sign, U+00A9 ISOnum -->
+<!ENTITY ordf   "ª"> <!-- feminine ordinal indicator, U+00AA ISOnum -->
+<!ENTITY laquo  "«"> <!-- left-pointing double angle quotation mark
+                                  = left pointing guillemet, U+00AB ISOnum -->
+<!ENTITY not    "¬"> <!-- not sign = angled dash,
+                                  U+00AC ISOnum -->
+<!ENTITY shy    "­"> <!-- soft hyphen = discretionary hyphen,
+                                  U+00AD ISOnum -->
+<!ENTITY reg    "®"> <!-- registered sign = registered trade mark sign,
+                                  U+00AE ISOnum -->
+<!ENTITY macr   "¯"> <!-- macron = spacing macron = overline
+                                  = APL overbar, U+00AF ISOdia -->
+<!ENTITY deg    "°"> <!-- degree sign, U+00B0 ISOnum -->
+<!ENTITY plusmn "±"> <!-- plus-minus sign = plus-or-minus sign,
+                                  U+00B1 ISOnum -->
+<!ENTITY sup2   "²"> <!-- superscript two = superscript digit two
+                                  = squared, U+00B2 ISOnum -->
+<!ENTITY sup3   "³"> <!-- superscript three = superscript digit three
+                                  = cubed, U+00B3 ISOnum -->
+<!ENTITY acute  "´"> <!-- acute accent = spacing acute,
+                                  U+00B4 ISOdia -->
+<!ENTITY micro  "µ"> <!-- micro sign, U+00B5 ISOnum -->
+<!ENTITY para   "¶"> <!-- pilcrow sign = paragraph sign,
+                                  U+00B6 ISOnum -->
+<!ENTITY middot "·"> <!-- middle dot = Georgian comma
+                                  = Greek middle dot, U+00B7 ISOnum -->
+<!ENTITY cedil  "¸"> <!-- cedilla = spacing cedilla, U+00B8 ISOdia -->
+<!ENTITY sup1   "¹"> <!-- superscript one = superscript digit one,
+                                  U+00B9 ISOnum -->
+<!ENTITY ordm   "º"> <!-- masculine ordinal indicator,
+                                  U+00BA ISOnum -->
+<!ENTITY raquo  "»"> <!-- right-pointing double angle quotation mark
+                                  = right pointing guillemet, U+00BB ISOnum -->
+<!ENTITY frac14 "¼"> <!-- vulgar fraction one quarter
+                                  = fraction one quarter, U+00BC ISOnum -->
+<!ENTITY frac12 "½"> <!-- vulgar fraction one half
+                                  = fraction one half, U+00BD ISOnum -->
+<!ENTITY frac34 "¾"> <!-- vulgar fraction three quarters
+                                  = fraction three quarters, U+00BE ISOnum -->
+<!ENTITY iquest "¿"> <!-- inverted question mark
+                                  = turned question mark, U+00BF ISOnum -->
+<!ENTITY Agrave "À"> <!-- latin capital letter A with grave
+                                  = latin capital letter A grave,
+                                  U+00C0 ISOlat1 -->
+<!ENTITY Aacute "Á"> <!-- latin capital letter A with acute,
+                                  U+00C1 ISOlat1 -->
+<!ENTITY Acirc  "Â"> <!-- latin capital letter A with circumflex,
+                                  U+00C2 ISOlat1 -->
+<!ENTITY Atilde "Ã"> <!-- latin capital letter A with tilde,
+                                  U+00C3 ISOlat1 -->
+<!ENTITY Auml   "Ä"> <!-- latin capital letter A with diaeresis,
+                                  U+00C4 ISOlat1 -->
+<!ENTITY Aring  "Å"> <!-- latin capital letter A with ring above
+                                  = latin capital letter A ring,
+                                  U+00C5 ISOlat1 -->
+<!ENTITY AElig  "Æ"> <!-- latin capital letter AE
+                                  = latin capital ligature AE,
+                                  U+00C6 ISOlat1 -->
+<!ENTITY Ccedil "Ç"> <!-- latin capital letter C with cedilla,
+                                  U+00C7 ISOlat1 -->
+<!ENTITY Egrave "È"> <!-- latin capital letter E with grave,
+                                  U+00C8 ISOlat1 -->
+<!ENTITY Eacute "É"> <!-- latin capital letter E with acute,
+                                  U+00C9 ISOlat1 -->
+<!ENTITY Ecirc  "Ê"> <!-- latin capital letter E with circumflex,
+                                  U+00CA ISOlat1 -->
+<!ENTITY Euml   "Ë"> <!-- latin capital letter E with diaeresis,
+                                  U+00CB ISOlat1 -->
+<!ENTITY Igrave "Ì"> <!-- latin capital letter I with grave,
+                                  U+00CC ISOlat1 -->
+<!ENTITY Iacute "Í"> <!-- latin capital letter I with acute,
+                                  U+00CD ISOlat1 -->
+<!ENTITY Icirc  "Î"> <!-- latin capital letter I with circumflex,
+                                  U+00CE ISOlat1 -->
+<!ENTITY Iuml   "Ï"> <!-- latin capital letter I with diaeresis,
+                                  U+00CF ISOlat1 -->
+<!ENTITY ETH    "Ð"> <!-- latin capital letter ETH, U+00D0 ISOlat1 -->
+<!ENTITY Ntilde "Ñ"> <!-- latin capital letter N with tilde,
+                                  U+00D1 ISOlat1 -->
+<!ENTITY Ograve "Ò"> <!-- latin capital letter O with grave,
+                                  U+00D2 ISOlat1 -->
+<!ENTITY Oacute "Ó"> <!-- latin capital letter O with acute,
+                                  U+00D3 ISOlat1 -->
+<!ENTITY Ocirc  "Ô"> <!-- latin capital letter O with circumflex,
+                                  U+00D4 ISOlat1 -->
+<!ENTITY Otilde "Õ"> <!-- latin capital letter O with tilde,
+                                  U+00D5 ISOlat1 -->
+<!ENTITY Ouml   "Ö"> <!-- latin capital letter O with diaeresis,
+                                  U+00D6 ISOlat1 -->
+<!ENTITY times  "×"> <!-- multiplication sign, U+00D7 ISOnum -->
+<!ENTITY Oslash "Ø"> <!-- latin capital letter O with stroke
+                                  = latin capital letter O slash,
+                                  U+00D8 ISOlat1 -->
+<!ENTITY Ugrave "Ù"> <!-- latin capital letter U with grave,
+                                  U+00D9 ISOlat1 -->
+<!ENTITY Uacute "Ú"> <!-- latin capital letter U with acute,
+                                  U+00DA ISOlat1 -->
+<!ENTITY Ucirc  "Û"> <!-- latin capital letter U with circumflex,
+                                  U+00DB ISOlat1 -->
+<!ENTITY Uuml   "Ü"> <!-- latin capital letter U with diaeresis,
+                                  U+00DC ISOlat1 -->
+<!ENTITY Yacute "Ý"> <!-- latin capital letter Y with acute,
+                                  U+00DD ISOlat1 -->
+<!ENTITY THORN  "Þ"> <!-- latin capital letter THORN,
+                                  U+00DE ISOlat1 -->
+<!ENTITY szlig  "ß"> <!-- latin small letter sharp s = ess-zed,
+                                  U+00DF ISOlat1 -->
+<!ENTITY agrave "à"> <!-- latin small letter a with grave
+                                  = latin small letter a grave,
+                                  U+00E0 ISOlat1 -->
+<!ENTITY aacute "á"> <!-- latin small letter a with acute,
+                                  U+00E1 ISOlat1 -->
+<!ENTITY acirc  "â"> <!-- latin small letter a with circumflex,
+                                  U+00E2 ISOlat1 -->
+<!ENTITY atilde "ã"> <!-- latin small letter a with tilde,
+                                  U+00E3 ISOlat1 -->
+<!ENTITY auml   "ä"> <!-- latin small letter a with diaeresis,
+                                  U+00E4 ISOlat1 -->
+<!ENTITY aring  "å"> <!-- latin small letter a with ring above
+                                  = latin small letter a ring,
+                                  U+00E5 ISOlat1 -->
+<!ENTITY aelig  "æ"> <!-- latin small letter ae
+                                  = latin small ligature ae, U+00E6 ISOlat1 -->
+<!ENTITY ccedil "ç"> <!-- latin small letter c with cedilla,
+                                  U+00E7 ISOlat1 -->
+<!ENTITY egrave "è"> <!-- latin small letter e with grave,
+                                  U+00E8 ISOlat1 -->
+<!ENTITY eacute "é"> <!-- latin small letter e with acute,
+                                  U+00E9 ISOlat1 -->
+<!ENTITY ecirc  "ê"> <!-- latin small letter e with circumflex,
+                                  U+00EA ISOlat1 -->
+<!ENTITY euml   "ë"> <!-- latin small letter e with diaeresis,
+                                  U+00EB ISOlat1 -->
+<!ENTITY igrave "ì"> <!-- latin small letter i with grave,
+                                  U+00EC ISOlat1 -->
+<!ENTITY iacute "í"> <!-- latin small letter i with acute,
+                                  U+00ED ISOlat1 -->
+<!ENTITY icirc  "î"> <!-- latin small letter i with circumflex,
+                                  U+00EE ISOlat1 -->
+<!ENTITY iuml   "ï"> <!-- latin small letter i with diaeresis,
+                                  U+00EF ISOlat1 -->
+<!ENTITY eth    "ð"> <!-- latin small letter eth, U+00F0 ISOlat1 -->
+<!ENTITY ntilde "ñ"> <!-- latin small letter n with tilde,
+                                  U+00F1 ISOlat1 -->
+<!ENTITY ograve "ò"> <!-- latin small letter o with grave,
+                                  U+00F2 ISOlat1 -->
+<!ENTITY oacute "ó"> <!-- latin small letter o with acute,
+                                  U+00F3 ISOlat1 -->
+<!ENTITY ocirc  "ô"> <!-- latin small letter o with circumflex,
+                                  U+00F4 ISOlat1 -->
+<!ENTITY otilde "õ"> <!-- latin small letter o with tilde,
+                                  U+00F5 ISOlat1 -->
+<!ENTITY ouml   "ö"> <!-- latin small letter o with diaeresis,
+                                  U+00F6 ISOlat1 -->
+<!ENTITY divide "÷"> <!-- division sign, U+00F7 ISOnum -->
+<!ENTITY oslash "ø"> <!-- latin small letter o with stroke,
+                                  = latin small letter o slash,
+                                  U+00F8 ISOlat1 -->
+<!ENTITY ugrave "ù"> <!-- latin small letter u with grave,
+                                  U+00F9 ISOlat1 -->
+<!ENTITY uacute "ú"> <!-- latin small letter u with acute,
+                                  U+00FA ISOlat1 -->
+<!ENTITY ucirc  "û"> <!-- latin small letter u with circumflex,
+                                  U+00FB ISOlat1 -->
+<!ENTITY uuml   "ü"> <!-- latin small letter u with diaeresis,
+                                  U+00FC ISOlat1 -->
+<!ENTITY yacute "ý"> <!-- latin small letter y with acute,
+                                  U+00FD ISOlat1 -->
+<!ENTITY thorn  "þ"> <!-- latin small letter thorn,
+                                  U+00FE ISOlat1 -->
+<!ENTITY yuml   "ÿ"> <!-- latin small letter y with diaeresis,
+                                  U+00FF ISOlat1 -->
diff --git a/nbbuild/external/xhtml1-dtds/xhtml-special.ent b/nbbuild/external/xhtml1-dtds/xhtml-special.ent
new file mode 100644
index 0000000..ca358b2
--- /dev/null
+++ b/nbbuild/external/xhtml1-dtds/xhtml-special.ent
@@ -0,0 +1,80 @@
+<!-- Special characters for XHTML -->
+
+<!-- Character entity set. Typical invocation:
+     <!ENTITY % HTMLspecial PUBLIC
+        "-//W3C//ENTITIES Special for XHTML//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent">
+     %HTMLspecial;
+-->
+
+<!-- Portions (C) International Organization for Standardization 1986:
+     Permission to copy in any form is granted for use with
+     conforming SGML systems and applications as defined in
+     ISO 8879, provided this notice is included in all copies.
+-->
+
+<!-- Relevant ISO entity set is given unless names are newly introduced.
+     New names (i.e., not in ISO 8879 list) do not clash with any
+     existing ISO 8879 entity names. ISO 10646 character numbers
+     are given for each character, in hex. values are decimal
+     conversions of the ISO 10646 values and refer to the document
+     character set. Names are Unicode names. 
+-->
+
+<!-- C0 Controls and Basic Latin -->
+<!ENTITY quot    """> <!--  quotation mark, U+0022 ISOnum -->
+<!ENTITY amp     "&#38;"> <!--  ampersand, U+0026 ISOnum -->
+<!ENTITY lt      "&#60;"> <!--  less-than sign, U+003C ISOnum -->
+<!ENTITY gt      ">"> <!--  greater-than sign, U+003E ISOnum -->
+<!ENTITY apos	 "'"> <!--  apostrophe = APL quote, U+0027 ISOnum -->
+
+<!-- Latin Extended-A -->
+<!ENTITY OElig   "Œ"> <!--  latin capital ligature OE,
+                                    U+0152 ISOlat2 -->
+<!ENTITY oelig   "œ"> <!--  latin small ligature oe, U+0153 ISOlat2 -->
+<!-- ligature is a misnomer, this is a separate character in some languages -->
+<!ENTITY Scaron  "Š"> <!--  latin capital letter S with caron,
+                                    U+0160 ISOlat2 -->
+<!ENTITY scaron  "š"> <!--  latin small letter s with caron,
+                                    U+0161 ISOlat2 -->
+<!ENTITY Yuml    "Ÿ"> <!--  latin capital letter Y with diaeresis,
+                                    U+0178 ISOlat2 -->
+
+<!-- Spacing Modifier Letters -->
+<!ENTITY circ    "ˆ"> <!--  modifier letter circumflex accent,
+                                    U+02C6 ISOpub -->
+<!ENTITY tilde   "˜"> <!--  small tilde, U+02DC ISOdia -->
+
+<!-- General Punctuation -->
+<!ENTITY ensp    " "> <!-- en space, U+2002 ISOpub -->
+<!ENTITY emsp    " "> <!-- em space, U+2003 ISOpub -->
+<!ENTITY thinsp  " "> <!-- thin space, U+2009 ISOpub -->
+<!ENTITY zwnj    "‌"> <!-- zero width non-joiner,
+                                    U+200C NEW RFC 2070 -->
+<!ENTITY zwj     "‍"> <!-- zero width joiner, U+200D NEW RFC 2070 -->
+<!ENTITY lrm     "‎"> <!-- left-to-right mark, U+200E NEW RFC 2070 -->
+<!ENTITY rlm     "‏"> <!-- right-to-left mark, U+200F NEW RFC 2070 -->
+<!ENTITY ndash   "–"> <!-- en dash, U+2013 ISOpub -->
+<!ENTITY mdash   "—"> <!-- em dash, U+2014 ISOpub -->
+<!ENTITY lsquo   "‘"> <!-- left single quotation mark,
+                                    U+2018 ISOnum -->
+<!ENTITY rsquo   "’"> <!-- right single quotation mark,
+                                    U+2019 ISOnum -->
+<!ENTITY sbquo   "‚"> <!-- single low-9 quotation mark, U+201A NEW -->
+<!ENTITY ldquo   "“"> <!-- left double quotation mark,
+                                    U+201C ISOnum -->
+<!ENTITY rdquo   "”"> <!-- right double quotation mark,
+                                    U+201D ISOnum -->
+<!ENTITY bdquo   "„"> <!-- double low-9 quotation mark, U+201E NEW -->
+<!ENTITY dagger  "†"> <!-- dagger, U+2020 ISOpub -->
+<!ENTITY Dagger  "‡"> <!-- double dagger, U+2021 ISOpub -->
+<!ENTITY permil  "‰"> <!-- per mille sign, U+2030 ISOtech -->
+<!ENTITY lsaquo  "‹"> <!-- single left-pointing angle quotation mark,
+                                    U+2039 ISO proposed -->
+<!-- lsaquo is proposed but not yet ISO standardized -->
+<!ENTITY rsaquo  "›"> <!-- single right-pointing angle quotation mark,
+                                    U+203A ISO proposed -->
+<!-- rsaquo is proposed but not yet ISO standardized -->
+
+<!-- Currency Symbols -->
+<!ENTITY euro   "€"> <!--  euro sign, U+20AC NEW -->
diff --git a/nbbuild/external/xhtml1-dtds/xhtml-symbol.ent b/nbbuild/external/xhtml1-dtds/xhtml-symbol.ent
new file mode 100644
index 0000000..63c2abf
--- /dev/null
+++ b/nbbuild/external/xhtml1-dtds/xhtml-symbol.ent
@@ -0,0 +1,237 @@
+<!-- Mathematical, Greek and Symbolic characters for XHTML -->
+
+<!-- Character entity set. Typical invocation:
+     <!ENTITY % HTMLsymbol PUBLIC
+        "-//W3C//ENTITIES Symbols for XHTML//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent">
+     %HTMLsymbol;
+-->
+
+<!-- Portions (C) International Organization for Standardization 1986:
+     Permission to copy in any form is granted for use with
+     conforming SGML systems and applications as defined in
+     ISO 8879, provided this notice is included in all copies.
+-->
+
+<!-- Relevant ISO entity set is given unless names are newly introduced.
+     New names (i.e., not in ISO 8879 list) do not clash with any
+     existing ISO 8879 entity names. ISO 10646 character numbers
+     are given for each character, in hex. values are decimal
+     conversions of the ISO 10646 values and refer to the document
+     character set. Names are Unicode names. 
+-->
+
+<!-- Latin Extended-B -->
+<!ENTITY fnof     "ƒ"> <!-- latin small letter f with hook = function
+                                    = florin, U+0192 ISOtech -->
+
+<!-- Greek -->
+<!ENTITY Alpha    "Α"> <!-- greek capital letter alpha, U+0391 -->
+<!ENTITY Beta     "Β"> <!-- greek capital letter beta, U+0392 -->
+<!ENTITY Gamma    "Γ"> <!-- greek capital letter gamma,
+                                    U+0393 ISOgrk3 -->
+<!ENTITY Delta    "Δ"> <!-- greek capital letter delta,
+                                    U+0394 ISOgrk3 -->
+<!ENTITY Epsilon  "Ε"> <!-- greek capital letter epsilon, U+0395 -->
+<!ENTITY Zeta     "Ζ"> <!-- greek capital letter zeta, U+0396 -->
+<!ENTITY Eta      "Η"> <!-- greek capital letter eta, U+0397 -->
+<!ENTITY Theta    "Θ"> <!-- greek capital letter theta,
+                                    U+0398 ISOgrk3 -->
+<!ENTITY Iota     "Ι"> <!-- greek capital letter iota, U+0399 -->
+<!ENTITY Kappa    "Κ"> <!-- greek capital letter kappa, U+039A -->
+<!ENTITY Lambda   "Λ"> <!-- greek capital letter lamda,
+                                    U+039B ISOgrk3 -->
+<!ENTITY Mu       "Μ"> <!-- greek capital letter mu, U+039C -->
+<!ENTITY Nu       "Ν"> <!-- greek capital letter nu, U+039D -->
+<!ENTITY Xi       "Ξ"> <!-- greek capital letter xi, U+039E ISOgrk3 -->
+<!ENTITY Omicron  "Ο"> <!-- greek capital letter omicron, U+039F -->
+<!ENTITY Pi       "Π"> <!-- greek capital letter pi, U+03A0 ISOgrk3 -->
+<!ENTITY Rho      "Ρ"> <!-- greek capital letter rho, U+03A1 -->
+<!-- there is no Sigmaf, and no U+03A2 character either -->
+<!ENTITY Sigma    "Σ"> <!-- greek capital letter sigma,
+                                    U+03A3 ISOgrk3 -->
+<!ENTITY Tau      "Τ"> <!-- greek capital letter tau, U+03A4 -->
+<!ENTITY Upsilon  "Υ"> <!-- greek capital letter upsilon,
+                                    U+03A5 ISOgrk3 -->
+<!ENTITY Phi      "Φ"> <!-- greek capital letter phi,
+                                    U+03A6 ISOgrk3 -->
+<!ENTITY Chi      "Χ"> <!-- greek capital letter chi, U+03A7 -->
+<!ENTITY Psi      "Ψ"> <!-- greek capital letter psi,
+                                    U+03A8 ISOgrk3 -->
+<!ENTITY Omega    "Ω"> <!-- greek capital letter omega,
+                                    U+03A9 ISOgrk3 -->
+
+<!ENTITY alpha    "α"> <!-- greek small letter alpha,
+                                    U+03B1 ISOgrk3 -->
+<!ENTITY beta     "β"> <!-- greek small letter beta, U+03B2 ISOgrk3 -->
+<!ENTITY gamma    "γ"> <!-- greek small letter gamma,
+                                    U+03B3 ISOgrk3 -->
+<!ENTITY delta    "δ"> <!-- greek small letter delta,
+                                    U+03B4 ISOgrk3 -->
+<!ENTITY epsilon  "ε"> <!-- greek small letter epsilon,
+                                    U+03B5 ISOgrk3 -->
+<!ENTITY zeta     "ζ"> <!-- greek small letter zeta, U+03B6 ISOgrk3 -->
+<!ENTITY eta      "η"> <!-- greek small letter eta, U+03B7 ISOgrk3 -->
+<!ENTITY theta    "θ"> <!-- greek small letter theta,
+                                    U+03B8 ISOgrk3 -->
+<!ENTITY iota     "ι"> <!-- greek small letter iota, U+03B9 ISOgrk3 -->
+<!ENTITY kappa    "κ"> <!-- greek small letter kappa,
+                                    U+03BA ISOgrk3 -->
+<!ENTITY lambda   "λ"> <!-- greek small letter lamda,
+                                    U+03BB ISOgrk3 -->
+<!ENTITY mu       "μ"> <!-- greek small letter mu, U+03BC ISOgrk3 -->
+<!ENTITY nu       "ν"> <!-- greek small letter nu, U+03BD ISOgrk3 -->
+<!ENTITY xi       "ξ"> <!-- greek small letter xi, U+03BE ISOgrk3 -->
+<!ENTITY omicron  "ο"> <!-- greek small letter omicron, U+03BF NEW -->
+<!ENTITY pi       "π"> <!-- greek small letter pi, U+03C0 ISOgrk3 -->
+<!ENTITY rho      "ρ"> <!-- greek small letter rho, U+03C1 ISOgrk3 -->
+<!ENTITY sigmaf   "ς"> <!-- greek small letter final sigma,
+                                    U+03C2 ISOgrk3 -->
+<!ENTITY sigma    "σ"> <!-- greek small letter sigma,
+                                    U+03C3 ISOgrk3 -->
+<!ENTITY tau      "τ"> <!-- greek small letter tau, U+03C4 ISOgrk3 -->
+<!ENTITY upsilon  "υ"> <!-- greek small letter upsilon,
+                                    U+03C5 ISOgrk3 -->
+<!ENTITY phi      "φ"> <!-- greek small letter phi, U+03C6 ISOgrk3 -->
+<!ENTITY chi      "χ"> <!-- greek small letter chi, U+03C7 ISOgrk3 -->
+<!ENTITY psi      "ψ"> <!-- greek small letter psi, U+03C8 ISOgrk3 -->
+<!ENTITY omega    "ω"> <!-- greek small letter omega,
+                                    U+03C9 ISOgrk3 -->
+<!ENTITY thetasym "ϑ"> <!-- greek theta symbol,
+                                    U+03D1 NEW -->
+<!ENTITY upsih    "ϒ"> <!-- greek upsilon with hook symbol,
+                                    U+03D2 NEW -->
+<!ENTITY piv      "ϖ"> <!-- greek pi symbol, U+03D6 ISOgrk3 -->
+
+<!-- General Punctuation -->
+<!ENTITY bull     "•"> <!-- bullet = black small circle,
+                                     U+2022 ISOpub  -->
+<!-- bullet is NOT the same as bullet operator, U+2219 -->
+<!ENTITY hellip   "…"> <!-- horizontal ellipsis = three dot leader,
+                                     U+2026 ISOpub  -->
+<!ENTITY prime    "′"> <!-- prime = minutes = feet, U+2032 ISOtech -->
+<!ENTITY Prime    "″"> <!-- double prime = seconds = inches,
+                                     U+2033 ISOtech -->
+<!ENTITY oline    "‾"> <!-- overline = spacing overscore,
+                                     U+203E NEW -->
+<!ENTITY frasl    "⁄"> <!-- fraction slash, U+2044 NEW -->
+
+<!-- Letterlike Symbols -->
+<!ENTITY weierp   "℘"> <!-- script capital P = power set
+                                     = Weierstrass p, U+2118 ISOamso -->
+<!ENTITY image    "ℑ"> <!-- black-letter capital I = imaginary part,
+                                     U+2111 ISOamso -->
+<!ENTITY real     "ℜ"> <!-- black-letter capital R = real part symbol,
+                                     U+211C ISOamso -->
+<!ENTITY trade    "™"> <!-- trade mark sign, U+2122 ISOnum -->
+<!ENTITY alefsym  "ℵ"> <!-- alef symbol = first transfinite cardinal,
+                                     U+2135 NEW -->
+<!-- alef symbol is NOT the same as hebrew letter alef,
+     U+05D0 although the same glyph could be used to depict both characters -->
+
+<!-- Arrows -->
+<!ENTITY larr     "←"> <!-- leftwards arrow, U+2190 ISOnum -->
+<!ENTITY uarr     "↑"> <!-- upwards arrow, U+2191 ISOnum-->
+<!ENTITY rarr     "→"> <!-- rightwards arrow, U+2192 ISOnum -->
+<!ENTITY darr     "↓"> <!-- downwards arrow, U+2193 ISOnum -->
+<!ENTITY harr     "↔"> <!-- left right arrow, U+2194 ISOamsa -->
+<!ENTITY crarr    "↵"> <!-- downwards arrow with corner leftwards
+                                     = carriage return, U+21B5 NEW -->
+<!ENTITY lArr     "⇐"> <!-- leftwards double arrow, U+21D0 ISOtech -->
+<!-- Unicode does not say that lArr is the same as the 'is implied by' arrow
+    but also does not have any other character for that function. So lArr can
+    be used for 'is implied by' as ISOtech suggests -->
+<!ENTITY uArr     "⇑"> <!-- upwards double arrow, U+21D1 ISOamsa -->
+<!ENTITY rArr     "⇒"> <!-- rightwards double arrow,
+                                     U+21D2 ISOtech -->
+<!-- Unicode does not say this is the 'implies' character but does not have 
+     another character with this function so rArr can be used for 'implies'
+     as ISOtech suggests -->
+<!ENTITY dArr     "⇓"> <!-- downwards double arrow, U+21D3 ISOamsa -->
+<!ENTITY hArr     "⇔"> <!-- left right double arrow,
+                                     U+21D4 ISOamsa -->
+
+<!-- Mathematical Operators -->
+<!ENTITY forall   "∀"> <!-- for all, U+2200 ISOtech -->
+<!ENTITY part     "∂"> <!-- partial differential, U+2202 ISOtech  -->
+<!ENTITY exist    "∃"> <!-- there exists, U+2203 ISOtech -->
+<!ENTITY empty    "∅"> <!-- empty set = null set, U+2205 ISOamso -->
+<!ENTITY nabla    "∇"> <!-- nabla = backward difference,
+                                     U+2207 ISOtech -->
+<!ENTITY isin     "∈"> <!-- element of, U+2208 ISOtech -->
+<!ENTITY notin    "∉"> <!-- not an element of, U+2209 ISOtech -->
+<!ENTITY ni       "∋"> <!-- contains as member, U+220B ISOtech -->
+<!ENTITY prod     "∏"> <!-- n-ary product = product sign,
+                                     U+220F ISOamsb -->
+<!-- prod is NOT the same character as U+03A0 'greek capital letter pi' though
+     the same glyph might be used for both -->
+<!ENTITY sum      "∑"> <!-- n-ary summation, U+2211 ISOamsb -->
+<!-- sum is NOT the same character as U+03A3 'greek capital letter sigma'
+     though the same glyph might be used for both -->
+<!ENTITY minus    "−"> <!-- minus sign, U+2212 ISOtech -->
+<!ENTITY lowast   "∗"> <!-- asterisk operator, U+2217 ISOtech -->
+<!ENTITY radic    "√"> <!-- square root = radical sign,
+                                     U+221A ISOtech -->
+<!ENTITY prop     "∝"> <!-- proportional to, U+221D ISOtech -->
+<!ENTITY infin    "∞"> <!-- infinity, U+221E ISOtech -->
+<!ENTITY ang      "∠"> <!-- angle, U+2220 ISOamso -->
+<!ENTITY and      "∧"> <!-- logical and = wedge, U+2227 ISOtech -->
+<!ENTITY or       "∨"> <!-- logical or = vee, U+2228 ISOtech -->
+<!ENTITY cap      "∩"> <!-- intersection = cap, U+2229 ISOtech -->
+<!ENTITY cup      "∪"> <!-- union = cup, U+222A ISOtech -->
+<!ENTITY int      "∫"> <!-- integral, U+222B ISOtech -->
+<!ENTITY there4   "∴"> <!-- therefore, U+2234 ISOtech -->
+<!ENTITY sim      "∼"> <!-- tilde operator = varies with = similar to,
+                                     U+223C ISOtech -->
+<!-- tilde operator is NOT the same character as the tilde, U+007E,
+     although the same glyph might be used to represent both  -->
+<!ENTITY cong     "≅"> <!-- approximately equal to, U+2245 ISOtech -->
+<!ENTITY asymp    "≈"> <!-- almost equal to = asymptotic to,
+                                     U+2248 ISOamsr -->
+<!ENTITY ne       "≠"> <!-- not equal to, U+2260 ISOtech -->
+<!ENTITY equiv    "≡"> <!-- identical to, U+2261 ISOtech -->
+<!ENTITY le       "≤"> <!-- less-than or equal to, U+2264 ISOtech -->
+<!ENTITY ge       "≥"> <!-- greater-than or equal to,
+                                     U+2265 ISOtech -->
+<!ENTITY sub      "⊂"> <!-- subset of, U+2282 ISOtech -->
+<!ENTITY sup      "⊃"> <!-- superset of, U+2283 ISOtech -->
+<!ENTITY nsub     "⊄"> <!-- not a subset of, U+2284 ISOamsn -->
+<!ENTITY sube     "⊆"> <!-- subset of or equal to, U+2286 ISOtech -->
+<!ENTITY supe     "⊇"> <!-- superset of or equal to,
+                                     U+2287 ISOtech -->
+<!ENTITY oplus    "⊕"> <!-- circled plus = direct sum,
+                                     U+2295 ISOamsb -->
+<!ENTITY otimes   "⊗"> <!-- circled times = vector product,
+                                     U+2297 ISOamsb -->
+<!ENTITY perp     "⊥"> <!-- up tack = orthogonal to = perpendicular,
+                                     U+22A5 ISOtech -->
+<!ENTITY sdot     "⋅"> <!-- dot operator, U+22C5 ISOamsb -->
+<!-- dot operator is NOT the same character as U+00B7 middle dot -->
+
+<!-- Miscellaneous Technical -->
+<!ENTITY lceil    "⌈"> <!-- left ceiling = APL upstile,
+                                     U+2308 ISOamsc  -->
+<!ENTITY rceil    "⌉"> <!-- right ceiling, U+2309 ISOamsc  -->
+<!ENTITY lfloor   "⌊"> <!-- left floor = APL downstile,
+                                     U+230A ISOamsc  -->
+<!ENTITY rfloor   "⌋"> <!-- right floor, U+230B ISOamsc  -->
+<!ENTITY lang     "〈"> <!-- left-pointing angle bracket = bra,
+                                     U+2329 ISOtech -->
+<!-- lang is NOT the same character as U+003C 'less than sign' 
+     or U+2039 'single left-pointing angle quotation mark' -->
+<!ENTITY rang     "〉"> <!-- right-pointing angle bracket = ket,
+                                     U+232A ISOtech -->
+<!-- rang is NOT the same character as U+003E 'greater than sign' 
+     or U+203A 'single right-pointing angle quotation mark' -->
+
+<!-- Geometric Shapes -->
+<!ENTITY loz      "◊"> <!-- lozenge, U+25CA ISOpub -->
+
+<!-- Miscellaneous Symbols -->
+<!ENTITY spades   "♠"> <!-- black spade suit, U+2660 ISOpub -->
+<!-- black here seems to mean filled as opposed to hollow -->
+<!ENTITY clubs    "♣"> <!-- black club suit = shamrock,
+                                     U+2663 ISOpub -->
+<!ENTITY hearts   "♥"> <!-- black heart suit = valentine,
+                                     U+2665 ISOpub -->
+<!ENTITY diams    "♦"> <!-- black diamond suit, U+2666 ISOpub -->
diff --git a/nbbuild/external/xhtml1-dtds/xhtml.soc b/nbbuild/external/xhtml1-dtds/xhtml.soc
new file mode 100644
index 0000000..0624dea
--- /dev/null
+++ b/nbbuild/external/xhtml1-dtds/xhtml.soc
@@ -0,0 +1,14 @@
+OVERRIDE	YES
+        -- Oasis entity catalog for Extensible HTML 1.0 --
+
+PUBLIC  "-//W3C//DTD XHTML 1.0 Strict//EN"        "xhtml1-strict.dtd"
+PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"  "xhtml1-transitional.dtd"
+PUBLIC  "-//W3C//DTD XHTML 1.0 Frameset//EN"      "xhtml1-frameset.dtd"
+
+        -- ISO latin 1 entity set for Extensible HTML (XML 1.0 format) --
+
+PUBLIC	"-//W3C//ENTITIES Latin 1 for XHTML//EN"  "xhtml-lat1.ent"
+PUBLIC	"-//W3C//ENTITIES Symbols for XHTML//EN" "xhtml-symbol.ent"
+PUBLIC	"-//W3C//ENTITIES Special for XHTML//EN" "xhtml-special.ent"
+
+SGMLDECL "xhtml1.dcl"
diff --git a/nbbuild/external/xhtml1-dtds/xhtml1-frameset.dtd b/nbbuild/external/xhtml1-dtds/xhtml1-frameset.dtd
new file mode 100644
index 0000000..933738a
--- /dev/null
+++ b/nbbuild/external/xhtml1-dtds/xhtml1-frameset.dtd
@@ -0,0 +1,1246 @@
+<!--
+   Extensible HTML version 1.0 Frameset DTD
+
+   This is the same as HTML 4 Frameset except for
+   changes due to the differences between XML and SGML.
+
+   Namespace = http://www.w3.org/1999/xhtml
+
+   For further information, see: http://www.w3.org/TR/xhtml1
+
+   Copyright (c) 1998-2002 W3C (MIT, INRIA, Keio),
+   All Rights Reserved.
+
+If you wish your version of this file to be governed by only the CDDL
+or only the GPL Version 2, indicate your decision by adding
+"[Contributor] elects to include this software in this distribution
+under the [CDDL or GPL Version 2] license." If you do not indicate a
+single choice of license, a recipient has the option to distribute
+your version of this file under either the CDDL, the GPL Version 2 or
+to extend the choice of license to its licensees as provided above.
+However, if you add GPL Version 2 code and therefore, elected the GPL
+Version 2 license, then the option applies only if the new code is
+made subject to such option by the copyright holder.
+
+   This DTD module is identified by the PUBLIC and SYSTEM identifiers:
+
+   PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
+   SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"
+
+   $Revision$
+   $Date$
+
+-->
+
+<!--================ Character mnemonic entities =========================-->
+
+<!ENTITY % HTMLlat1 PUBLIC
+   "-//W3C//ENTITIES Latin 1 for XHTML//EN"
+   "xhtml-lat1.ent">
+%HTMLlat1;
+
+<!ENTITY % HTMLsymbol PUBLIC
+   "-//W3C//ENTITIES Symbols for XHTML//EN"
+   "xhtml-symbol.ent">
+%HTMLsymbol;
+
+<!ENTITY % HTMLspecial PUBLIC
+   "-//W3C//ENTITIES Special for XHTML//EN"
+   "xhtml-special.ent">
+%HTMLspecial;
+
+<!--================== Imported Names ====================================-->
+
+<!ENTITY % ContentType "CDATA">
+    <!-- media type, as per [RFC2045] -->
+
+<!ENTITY % ContentTypes "CDATA">
+    <!-- comma-separated list of media types, as per [RFC2045] -->
+
+<!ENTITY % Charset "CDATA">
+    <!-- a character encoding, as per [RFC2045] -->
+
+<!ENTITY % Charsets "CDATA">
+    <!-- a space separated list of character encodings, as per [RFC2045] -->
+
+<!ENTITY % LanguageCode "NMTOKEN">
+    <!-- a language code, as per [RFC3066] -->
+
+<!ENTITY % Character "CDATA">
+    <!-- a single character, as per section 2.2 of [XML] -->
+
+<!ENTITY % Number "CDATA">
+    <!-- one or more digits -->
+
+<!ENTITY % LinkTypes "CDATA">
+    <!-- space-separated list of link types -->
+
+<!ENTITY % MediaDesc "CDATA">
+    <!-- single or comma-separated list of media descriptors -->
+
+<!ENTITY % URI "CDATA">
+    <!-- a Uniform Resource Identifier, see [RFC2396] -->
+
+<!ENTITY % UriList "CDATA">
+    <!-- a space separated list of Uniform Resource Identifiers -->
+
+<!ENTITY % Datetime "CDATA">
+    <!-- date and time information. ISO date format -->
+
+<!ENTITY % Script "CDATA">
+    <!-- script expression -->
+
+<!ENTITY % StyleSheet "CDATA">
+    <!-- style sheet data -->
+
+<!ENTITY % Text "CDATA">
+    <!-- used for titles etc. -->
+
+<!ENTITY % FrameTarget "NMTOKEN">
+    <!-- render in this frame -->
+
+<!ENTITY % Length "CDATA">
+    <!-- nn for pixels or nn% for percentage length -->
+
+<!ENTITY % MultiLength "CDATA">
+    <!-- pixel, percentage, or relative -->
+
+<!ENTITY % MultiLengths "CDATA">
+    <!-- comma-separated list of MultiLength -->
+
+<!ENTITY % Pixels "CDATA">
+    <!-- integer representing length in pixels -->
+
+<!-- these are used for image maps -->
+
+<!ENTITY % Shape "(rect|circle|poly|default)">
+
+<!ENTITY % Coords "CDATA">
+    <!-- comma separated list of lengths -->
+
+<!-- used for object, applet, img, input and iframe -->
+<!ENTITY % ImgAlign "(top|middle|bottom|left|right)">
+
+<!-- a color using sRGB: #RRGGBB as Hex values -->
+<!ENTITY % Color "CDATA">
+
+<!-- There are also 16 widely known color names with their sRGB values:
+
+    Black  = #000000    Green  = #008000
+    Silver = #C0C0C0    Lime   = #00FF00
+    Gray   = #808080    Olive  = #808000
+    White  = #FFFFFF    Yellow = #FFFF00
+    Maroon = #800000    Navy   = #000080
+    Red    = #FF0000    Blue   = #0000FF
+    Purple = #800080    Teal   = #008080
+    Fuchsia= #FF00FF    Aqua   = #00FFFF
+-->
+
+<!--=================== Generic Attributes ===============================-->
+
+<!-- core attributes common to most elements
+  id       document-wide unique id
+  class    space separated list of classes
+  style    associated style info
+  title    advisory title/amplification
+-->
+<!ENTITY % coreattrs
+ "id          ID             #IMPLIED
+  class       CDATA          #IMPLIED
+  style       %StyleSheet;   #IMPLIED
+  title       %Text;         #IMPLIED"
+  >
+
+<!-- internationalization attributes
+  lang        language code (backwards compatible)
+  xml:lang    language code (as per XML 1.0 spec)
+  dir         direction for weak/neutral text
+-->
+<!ENTITY % i18n
+ "lang        %LanguageCode; #IMPLIED
+  xml:lang    %LanguageCode; #IMPLIED
+  dir         (ltr|rtl)      #IMPLIED"
+  >
+
+<!-- attributes for common UI events
+  onclick     a pointer button was clicked
+  ondblclick  a pointer button was double clicked
+  onmousedown a pointer button was pressed down
+  onmouseup   a pointer button was released
+  onmousemove a pointer was moved onto the element
+  onmouseout  a pointer was moved away from the element
+  onkeypress  a key was pressed and released
+  onkeydown   a key was pressed down
+  onkeyup     a key was released
+-->
+<!ENTITY % events
+ "onclick     %Script;       #IMPLIED
+  ondblclick  %Script;       #IMPLIED
+  onmousedown %Script;       #IMPLIED
+  onmouseup   %Script;       #IMPLIED
+  onmouseover %Script;       #IMPLIED
+  onmousemove %Script;       #IMPLIED
+  onmouseout  %Script;       #IMPLIED
+  onkeypress  %Script;       #IMPLIED
+  onkeydown   %Script;       #IMPLIED
+  onkeyup     %Script;       #IMPLIED"
+  >
+
+<!-- attributes for elements that can get the focus
+  accesskey   accessibility key character
+  tabindex    position in tabbing order
+  onfocus     the element got the focus
+  onblur      the element lost the focus
+-->
+<!ENTITY % focus
+ "accesskey   %Character;    #IMPLIED
+  tabindex    %Number;       #IMPLIED
+  onfocus     %Script;       #IMPLIED
+  onblur      %Script;       #IMPLIED"
+  >
+
+<!ENTITY % attrs "%coreattrs; %i18n; %events;">
+
+<!-- text alignment for p, div, h1-h6. The default is
+     align="left" for ltr headings, "right" for rtl -->
+
+<!ENTITY % TextAlign "align (left|center|right|justify) #IMPLIED">
+
+<!--=================== Text Elements ====================================-->
+
+<!ENTITY % special.extra
+   "object | applet | img | map | iframe">
+	
+<!ENTITY % special.basic
+	"br | span | bdo">
+
+<!ENTITY % special
+   "%special.basic; | %special.extra;">
+
+<!ENTITY % fontstyle.extra "big | small | font | basefont">
+
+<!ENTITY % fontstyle.basic "tt | i | b | u
+                      | s | strike ">
+
+<!ENTITY % fontstyle "%fontstyle.basic; | %fontstyle.extra;">
+
+<!ENTITY % phrase.extra "sub | sup">
+<!ENTITY % phrase.basic "em | strong | dfn | code | q |
+                   samp | kbd | var | cite | abbr | acronym">
+
+<!ENTITY % phrase "%phrase.basic; | %phrase.extra;">
+
+<!ENTITY % inline.forms "input | select | textarea | label | button">
+
+<!-- these can occur at block or inline level -->
+<!ENTITY % misc.inline "ins | del | script">
+
+<!-- these can only occur at block level -->
+<!ENTITY % misc "noscript | %misc.inline;">
+
+
+<!ENTITY % inline "a | %special; | %fontstyle; | %phrase; | %inline.forms;">
+
+<!-- %Inline; covers inline or "text-level" elements -->
+<!ENTITY % Inline "(#PCDATA | %inline; | %misc.inline;)*">
+
+<!--================== Block level elements ==============================-->
+
+<!ENTITY % heading "h1|h2|h3|h4|h5|h6">
+<!ENTITY % lists "ul | ol | dl | menu | dir">
+<!ENTITY % blocktext "pre | hr | blockquote | address | center">
+
+<!ENTITY % block
+    "p | %heading; | div | %lists; | %blocktext; | isindex | fieldset | table">
+
+<!-- %Flow; mixes block and inline and is used for list items etc. -->
+<!ENTITY % Flow "(#PCDATA | %block; | form | %inline; | %misc;)*">
+
+<!--================== Content models for exclusions =====================-->
+
+<!-- a elements use %Inline; excluding a -->
+
+<!ENTITY % a.content
+   "(#PCDATA | %special; | %fontstyle; | %phrase; | %inline.forms; | %misc.inline;)*">
+
+<!-- pre uses %Inline excluding img, object, applet, big, small,
+     sub, sup, font, or basefont -->
+
+<!ENTITY % pre.content
+   "(#PCDATA | a | %special.basic; | %fontstyle.basic; | %phrase.basic; |
+	   %inline.forms; | %misc.inline;)*">
+
+
+<!-- form uses %Flow; excluding form -->
+
+<!ENTITY % form.content "(#PCDATA | %block; | %inline; | %misc;)*">
+
+<!-- button uses %Flow; but excludes a, form, form controls, iframe -->
+
+<!ENTITY % button.content
+   "(#PCDATA | p | %heading; | div | %lists; | %blocktext; |
+      table | br | span | bdo | object | applet | img | map |
+      %fontstyle; | %phrase; | %misc;)*">
+
+<!--================ Document Structure ==================================-->
+
+<!-- the namespace URI designates the document profile -->
+
+<!ELEMENT html (head, frameset)>
+<!ATTLIST html
+  %i18n;
+  id          ID             #IMPLIED
+  xmlns       %URI;          #FIXED 'http://www.w3.org/1999/xhtml'
+  >
+
+<!--================ Document Head =======================================-->
+
+<!ENTITY % head.misc "(script|style|meta|link|object|isindex)*">
+
+<!-- content model is %head.misc; combined with a single
+     title and an optional base element in any order -->
+
+<!ELEMENT head (%head.misc;,
+     ((title, %head.misc;, (base, %head.misc;)?) |
+      (base, %head.misc;, (title, %head.misc;))))>
+
+<!ATTLIST head
+  %i18n;
+  id          ID             #IMPLIED
+  profile     %URI;          #IMPLIED
+  >
+
+<!-- The title element is not considered part of the flow of text.
+       It should be displayed, for example as the page header or
+       window title. Exactly one title is required per document.
+    -->
+<!ELEMENT title (#PCDATA)>
+<!ATTLIST title 
+  %i18n;
+  id          ID             #IMPLIED
+  >
+
+<!-- document base URI -->
+
+<!ELEMENT base EMPTY>
+<!ATTLIST base
+  id          ID             #IMPLIED
+  href        %URI;          #IMPLIED
+  target      %FrameTarget;  #IMPLIED
+  >
+
+<!-- generic metainformation -->
+<!ELEMENT meta EMPTY>
+<!ATTLIST meta
+  %i18n;
+  id          ID             #IMPLIED
+  http-equiv  CDATA          #IMPLIED
+  name        CDATA          #IMPLIED
+  content     CDATA          #REQUIRED
+  scheme      CDATA          #IMPLIED
+  >
+
+<!--
+  Relationship values can be used in principle:
+
+   a) for document specific toolbars/menus when used
+      with the link element in document head e.g.
+        start, contents, previous, next, index, end, help
+   b) to link to a separate style sheet (rel="stylesheet")
+   c) to make a link to a script (rel="script")
+   d) by stylesheets to control how collections of
+      html nodes are rendered into printed documents
+   e) to make a link to a printable version of this document
+      e.g. a PostScript or PDF version (rel="alternate" media="print")
+-->
+
+<!ELEMENT link EMPTY>
+<!ATTLIST link
+  %attrs;
+  charset     %Charset;      #IMPLIED
+  href        %URI;          #IMPLIED
+  hreflang    %LanguageCode; #IMPLIED
+  type        %ContentType;  #IMPLIED
+  rel         %LinkTypes;    #IMPLIED
+  rev         %LinkTypes;    #IMPLIED
+  media       %MediaDesc;    #IMPLIED
+  target      %FrameTarget;  #IMPLIED
+  >
+
+<!-- style info, which may include CDATA sections -->
+<!ELEMENT style (#PCDATA)>
+<!ATTLIST style
+  %i18n;
+  id          ID             #IMPLIED
+  type        %ContentType;  #REQUIRED
+  media       %MediaDesc;    #IMPLIED
+  title       %Text;         #IMPLIED
+  xml:space   (preserve)     #FIXED 'preserve'
+  >
+
+<!-- script statements, which may include CDATA sections -->
+<!ELEMENT script (#PCDATA)>
+<!ATTLIST script
+  id          ID             #IMPLIED
+  charset     %Charset;      #IMPLIED
+  type        %ContentType;  #REQUIRED
+  language    CDATA          #IMPLIED
+  src         %URI;          #IMPLIED
+  defer       (defer)        #IMPLIED
+  xml:space   (preserve)     #FIXED 'preserve'
+  >
+
+<!-- alternate content container for non script-based rendering -->
+
+<!ELEMENT noscript %Flow;>
+<!ATTLIST noscript
+  %attrs;
+  >
+
+<!--======================= Frames =======================================-->
+
+<!-- only one noframes element permitted per document -->
+
+<!ELEMENT frameset (frameset|frame|noframes)*>
+<!ATTLIST frameset
+  %coreattrs;
+  rows        %MultiLengths; #IMPLIED
+  cols        %MultiLengths; #IMPLIED
+  onload      %Script;       #IMPLIED
+  onunload    %Script;       #IMPLIED
+  >
+
+<!-- reserved frame names start with "_" otherwise starts with letter -->
+
+<!-- tiled window within frameset -->
+
+<!ELEMENT frame EMPTY>
+<!ATTLIST frame
+  %coreattrs;
+  longdesc    %URI;          #IMPLIED
+  name        NMTOKEN        #IMPLIED
+  src         %URI;          #IMPLIED
+  frameborder (1|0)          "1"
+  marginwidth %Pixels;       #IMPLIED
+  marginheight %Pixels;      #IMPLIED
+  noresize    (noresize)     #IMPLIED
+  scrolling   (yes|no|auto)  "auto"
+  >
+
+<!-- inline subwindow -->
+
+<!ELEMENT iframe %Flow;>
+<!ATTLIST iframe
+  %coreattrs;
+  longdesc    %URI;          #IMPLIED
+  name        NMTOKEN        #IMPLIED
+  src         %URI;          #IMPLIED
+  frameborder (1|0)          "1"
+  marginwidth %Pixels;       #IMPLIED
+  marginheight %Pixels;      #IMPLIED
+  scrolling   (yes|no|auto)  "auto"
+  align       %ImgAlign;     #IMPLIED
+  height      %Length;       #IMPLIED
+  width       %Length;       #IMPLIED
+  >
+
+<!-- alternate content container for non frame-based rendering -->
+
+<!ELEMENT noframes (body)>
+<!ATTLIST noframes
+  %attrs;
+  >
+
+<!--=================== Document Body ====================================-->
+
+<!ELEMENT body %Flow;>
+<!ATTLIST body
+  %attrs;
+  onload      %Script;       #IMPLIED
+  onunload    %Script;       #IMPLIED
+  background  %URI;          #IMPLIED
+  bgcolor     %Color;        #IMPLIED
+  text        %Color;        #IMPLIED
+  link        %Color;        #IMPLIED
+  vlink       %Color;        #IMPLIED
+  alink       %Color;        #IMPLIED
+  >
+
+<!ELEMENT div %Flow;>  <!-- generic language/style container -->
+<!ATTLIST div
+  %attrs;
+  %TextAlign;
+  >
+
+<!--=================== Paragraphs =======================================-->
+
+<!ELEMENT p %Inline;>
+<!ATTLIST p
+  %attrs;
+  %TextAlign;
+  >
+
+<!--=================== Headings =========================================-->
+
+<!--
+  There are six levels of headings from h1 (the most important)
+  to h6 (the least important).
+-->
+
+<!ELEMENT h1  %Inline;>
+<!ATTLIST h1
+  %attrs;
+  %TextAlign;
+  >
+
+<!ELEMENT h2 %Inline;>
+<!ATTLIST h2
+  %attrs;
+  %TextAlign;
+  >
+
+<!ELEMENT h3 %Inline;>
+<!ATTLIST h3
+  %attrs;
+  %TextAlign;
+  >
+
+<!ELEMENT h4 %Inline;>
+<!ATTLIST h4
+  %attrs;
+  %TextAlign;
+  >
+
+<!ELEMENT h5 %Inline;>
+<!ATTLIST h5
+  %attrs;
+  %TextAlign;
+  >
+
+<!ELEMENT h6 %Inline;>
+<!ATTLIST h6
+  %attrs;
+  %TextAlign;
+  >
+
+<!--=================== Lists ============================================-->
+
+<!-- Unordered list bullet styles -->
+
+<!ENTITY % ULStyle "(disc|square|circle)">
+
+<!-- Unordered list -->
+
+<!ELEMENT ul (li)+>
+<!ATTLIST ul
+  %attrs;
+  type        %ULStyle;     #IMPLIED
+  compact     (compact)     #IMPLIED
+  >
+
+<!-- Ordered list numbering style
+
+    1   arabic numbers      1, 2, 3, ...
+    a   lower alpha         a, b, c, ...
+    A   upper alpha         A, B, C, ...
+    i   lower roman         i, ii, iii, ...
+    I   upper roman         I, II, III, ...
+
+    The style is applied to the sequence number which by default
+    is reset to 1 for the first list item in an ordered list.
+-->
+<!ENTITY % OLStyle "CDATA">
+
+<!-- Ordered (numbered) list -->
+
+<!ELEMENT ol (li)+>
+<!ATTLIST ol
+  %attrs;
+  type        %OLStyle;      #IMPLIED
+  compact     (compact)      #IMPLIED
+  start       %Number;       #IMPLIED
+  >
+
+<!-- single column list (DEPRECATED) --> 
+<!ELEMENT menu (li)+>
+<!ATTLIST menu
+  %attrs;
+  compact     (compact)     #IMPLIED
+  >
+
+<!-- multiple column list (DEPRECATED) --> 
+<!ELEMENT dir (li)+>
+<!ATTLIST dir
+  %attrs;
+  compact     (compact)     #IMPLIED
+  >
+
+<!-- LIStyle is constrained to: "(%ULStyle;|%OLStyle;)" -->
+<!ENTITY % LIStyle "CDATA">
+
+<!-- list item -->
+
+<!ELEMENT li %Flow;>
+<!ATTLIST li
+  %attrs;
+  type        %LIStyle;      #IMPLIED
+  value       %Number;       #IMPLIED
+  >
+
+<!-- definition lists - dt for term, dd for its definition -->
+
+<!ELEMENT dl (dt|dd)+>
+<!ATTLIST dl
+  %attrs;
+  compact     (compact)      #IMPLIED
+  >
+
+<!ELEMENT dt %Inline;>
+<!ATTLIST dt
+  %attrs;
+  >
+
+<!ELEMENT dd %Flow;>
+<!ATTLIST dd
+  %attrs;
+  >
+
+<!--=================== Address ==========================================-->
+
+<!-- information on author -->
+
+<!ELEMENT address (#PCDATA | %inline; | %misc.inline; | p)*>
+<!ATTLIST address
+  %attrs;
+  >
+
+<!--=================== Horizontal Rule ==================================-->
+
+<!ELEMENT hr EMPTY>
+<!ATTLIST hr
+  %attrs;
+  align       (left|center|right) #IMPLIED
+  noshade     (noshade)      #IMPLIED
+  size        %Pixels;       #IMPLIED
+  width       %Length;       #IMPLIED
+  >
+
+<!--=================== Preformatted Text ================================-->
+
+<!-- content is %Inline; excluding 
+        "img|object|applet|big|small|sub|sup|font|basefont" -->
+
+<!ELEMENT pre %pre.content;>
+<!ATTLIST pre
+  %attrs;
+  width       %Number;      #IMPLIED
+  xml:space   (preserve)    #FIXED 'preserve'
+  >
+
+<!--=================== Block-like Quotes ================================-->
+
+<!ELEMENT blockquote %Flow;>
+<!ATTLIST blockquote
+  %attrs;
+  cite        %URI;          #IMPLIED
+  >
+
+<!--=================== Text alignment ===================================-->
+
+<!-- center content -->
+<!ELEMENT center %Flow;>
+<!ATTLIST center
+  %attrs;
+  >
+
+<!--=================== Inserted/Deleted Text ============================-->
+
+
+<!--
+  ins/del are allowed in block and inline content, but its
+  inappropriate to include block content within an ins element
+  occurring in inline content.
+-->
+<!ELEMENT ins %Flow;>
+<!ATTLIST ins
+  %attrs;
+  cite        %URI;          #IMPLIED
+  datetime    %Datetime;     #IMPLIED
+  >
+
+<!ELEMENT del %Flow;>
+<!ATTLIST del
+  %attrs;
+  cite        %URI;          #IMPLIED
+  datetime    %Datetime;     #IMPLIED
+  >
+
+<!--================== The Anchor Element ================================-->
+
+<!-- content is %Inline; except that anchors shouldn't be nested -->
+
+<!ELEMENT a %a.content;>
+<!ATTLIST a
+  %attrs;
+  %focus;
+  charset     %Charset;      #IMPLIED
+  type        %ContentType;  #IMPLIED
+  name        NMTOKEN        #IMPLIED
+  href        %URI;          #IMPLIED
+  hreflang    %LanguageCode; #IMPLIED
+  rel         %LinkTypes;    #IMPLIED
+  rev         %LinkTypes;    #IMPLIED
+  shape       %Shape;        "rect"
+  coords      %Coords;       #IMPLIED
+  target      %FrameTarget;  #IMPLIED
+  >
+
+<!--===================== Inline Elements ================================-->
+
+<!ELEMENT span %Inline;> <!-- generic language/style container -->
+<!ATTLIST span
+  %attrs;
+  >
+
+<!ELEMENT bdo %Inline;>  <!-- I18N BiDi over-ride -->
+<!ATTLIST bdo
+  %coreattrs;
+  %events;
+  lang        %LanguageCode; #IMPLIED
+  xml:lang    %LanguageCode; #IMPLIED
+  dir         (ltr|rtl)      #REQUIRED
+  >
+
+<!ELEMENT br EMPTY>   <!-- forced line break -->
+<!ATTLIST br
+  %coreattrs;
+  clear       (left|all|right|none) "none"
+  >
+
+<!ELEMENT em %Inline;>   <!-- emphasis -->
+<!ATTLIST em %attrs;>
+
+<!ELEMENT strong %Inline;>   <!-- strong emphasis -->
+<!ATTLIST strong %attrs;>
+
+<!ELEMENT dfn %Inline;>   <!-- definitional -->
+<!ATTLIST dfn %attrs;>
+
+<!ELEMENT code %Inline;>   <!-- program code -->
+<!ATTLIST code %attrs;>
+
+<!ELEMENT samp %Inline;>   <!-- sample -->
+<!ATTLIST samp %attrs;>
+
+<!ELEMENT kbd %Inline;>  <!-- something user would type -->
+<!ATTLIST kbd %attrs;>
+
+<!ELEMENT var %Inline;>   <!-- variable -->
+<!ATTLIST var %attrs;>
+
+<!ELEMENT cite %Inline;>   <!-- citation -->
+<!ATTLIST cite %attrs;>
+
+<!ELEMENT abbr %Inline;>   <!-- abbreviation -->
+<!ATTLIST abbr %attrs;>
+
+<!ELEMENT acronym %Inline;>   <!-- acronym -->
+<!ATTLIST acronym %attrs;>
+
+<!ELEMENT q %Inline;>   <!-- inlined quote -->
+<!ATTLIST q
+  %attrs;
+  cite        %URI;          #IMPLIED
+  >
+
+<!ELEMENT sub %Inline;> <!-- subscript -->
+<!ATTLIST sub %attrs;>
+
+<!ELEMENT sup %Inline;> <!-- superscript -->
+<!ATTLIST sup %attrs;>
+
+<!ELEMENT tt %Inline;>   <!-- fixed pitch font -->
+<!ATTLIST tt %attrs;>
+
+<!ELEMENT i %Inline;>   <!-- italic font -->
+<!ATTLIST i %attrs;>
+
+<!ELEMENT b %Inline;>   <!-- bold font -->
+<!ATTLIST b %attrs;>
+
+<!ELEMENT big %Inline;>   <!-- bigger font -->
+<!ATTLIST big %attrs;>
+
+<!ELEMENT small %Inline;>   <!-- smaller font -->
+<!ATTLIST small %attrs;>
+
+<!ELEMENT u %Inline;>   <!-- underline -->
+<!ATTLIST u %attrs;>
+
+<!ELEMENT s %Inline;>   <!-- strike-through -->
+<!ATTLIST s %attrs;>
+
+<!ELEMENT strike %Inline;>   <!-- strike-through -->
+<!ATTLIST strike %attrs;>
+
+<!ELEMENT basefont EMPTY>  <!-- base font size -->
+<!ATTLIST basefont
+  id          ID             #IMPLIED
+  size        CDATA          #REQUIRED
+  color       %Color;        #IMPLIED
+  face        CDATA          #IMPLIED
+  >
+
+<!ELEMENT font %Inline;> <!-- local change to font -->
+<!ATTLIST font
+  %coreattrs;
+  %i18n;
+  size        CDATA          #IMPLIED
+  color       %Color;        #IMPLIED
+  face        CDATA          #IMPLIED
+  >
+
+<!--==================== Object ======================================-->
+<!--
+  object is used to embed objects as part of HTML pages.
+  param elements should precede other content. Parameters
+  can also be expressed as attribute/value pairs on the
+  object element itself when brevity is desired.
+-->
+
+<!ELEMENT object (#PCDATA | param | %block; | form |%inline; | %misc;)*>
+<!ATTLIST object
+  %attrs;
+  declare     (declare)      #IMPLIED
+  classid     %URI;          #IMPLIED
+  codebase    %URI;          #IMPLIED
+  data        %URI;          #IMPLIED
+  type        %ContentType;  #IMPLIED
+  codetype    %ContentType;  #IMPLIED
+  archive     %UriList;      #IMPLIED
+  standby     %Text;         #IMPLIED
+  height      %Length;       #IMPLIED
+  width       %Length;       #IMPLIED
+  usemap      %URI;          #IMPLIED
+  name        NMTOKEN        #IMPLIED
+  tabindex    %Number;       #IMPLIED
+  align       %ImgAlign;     #IMPLIED
+  border      %Pixels;       #IMPLIED
+  hspace      %Pixels;       #IMPLIED
+  vspace      %Pixels;       #IMPLIED
+  >
+
+<!--
+  param is used to supply a named property value.
+  In XML it would seem natural to follow RDF and support an
+  abbreviated syntax where the param elements are replaced
+  by attribute value pairs on the object start tag.
+-->
+<!ELEMENT param EMPTY>
+<!ATTLIST param
+  id          ID             #IMPLIED
+  name        CDATA          #REQUIRED
+  value       CDATA          #IMPLIED
+  valuetype   (data|ref|object) "data"
+  type        %ContentType;  #IMPLIED
+  >
+
+<!--=================== Java applet ==================================-->
+<!--
+  One of code or object attributes must be present.
+  Place param elements before other content.
+-->
+<!ELEMENT applet (#PCDATA | param | %block; | form | %inline; | %misc;)*>
+<!ATTLIST applet
+  %coreattrs;
+  codebase    %URI;          #IMPLIED
+  archive     CDATA          #IMPLIED
+  code        CDATA          #IMPLIED
+  object      CDATA          #IMPLIED
+  alt         %Text;         #IMPLIED
+  name        NMTOKEN        #IMPLIED
+  width       %Length;       #REQUIRED
+  height      %Length;       #REQUIRED
+  align       %ImgAlign;     #IMPLIED
+  hspace      %Pixels;       #IMPLIED
+  vspace      %Pixels;       #IMPLIED
+  >
+
+<!--=================== Images ===========================================-->
+
+<!--
+   To avoid accessibility problems for people who aren't
+   able to see the image, you should provide a text
+   description using the alt and longdesc attributes.
+   In addition, avoid the use of server-side image maps.
+-->
+
+<!ELEMENT img EMPTY>
+<!ATTLIST img
+  %attrs;
+  src         %URI;          #REQUIRED
+  alt         %Text;         #REQUIRED
+  name        NMTOKEN        #IMPLIED
+  longdesc    %URI;          #IMPLIED
+  height      %Length;       #IMPLIED
+  width       %Length;       #IMPLIED
+  usemap      %URI;          #IMPLIED
+  ismap       (ismap)        #IMPLIED
+  align       %ImgAlign;     #IMPLIED
+  border      %Pixels;       #IMPLIED
+  hspace      %Pixels;       #IMPLIED
+  vspace      %Pixels;       #IMPLIED
+  >
+
+<!-- usemap points to a map element which may be in this document
+  or an external document, although the latter is not widely supported -->
+
+<!--================== Client-side image maps ============================-->
+
+<!-- These can be placed in the same document or grouped in a
+     separate document although this isn't yet widely supported -->
+
+<!ELEMENT map ((%block; | form | %misc;)+ | area+)>
+<!ATTLIST map
+  %i18n;
+  %events;
+  id          ID             #REQUIRED
+  class       CDATA          #IMPLIED
+  style       %StyleSheet;   #IMPLIED
+  title       %Text;         #IMPLIED
+  name        NMTOKEN        #IMPLIED
+  >
+
+<!ELEMENT area EMPTY>
+<!ATTLIST area
+  %attrs;
+  %focus;
+  shape       %Shape;        "rect"
+  coords      %Coords;       #IMPLIED
+  href        %URI;          #IMPLIED
+  nohref      (nohref)       #IMPLIED
+  alt         %Text;         #REQUIRED
+  target      %FrameTarget;  #IMPLIED
+  >
+
+<!--================ Forms ===============================================-->
+
+<!ELEMENT form %form.content;>   <!-- forms shouldn't be nested -->
+
+<!ATTLIST form
+  %attrs;
+  action      %URI;          #REQUIRED
+  method      (get|post)     "get"
+  name        NMTOKEN        #IMPLIED
+  enctype     %ContentType;  "application/x-www-form-urlencoded"
+  onsubmit    %Script;       #IMPLIED
+  onreset     %Script;       #IMPLIED
+  accept      %ContentTypes; #IMPLIED
+  accept-charset %Charsets;  #IMPLIED
+  target      %FrameTarget;  #IMPLIED
+  >
+
+<!--
+  Each label must not contain more than ONE field
+  Label elements shouldn't be nested.
+-->
+<!ELEMENT label %Inline;>
+<!ATTLIST label
+  %attrs;
+  for         IDREF          #IMPLIED
+  accesskey   %Character;    #IMPLIED
+  onfocus     %Script;       #IMPLIED
+  onblur      %Script;       #IMPLIED
+  >
+
+<!ENTITY % InputType
+  "(text | password | checkbox |
+    radio | submit | reset |
+    file | hidden | image | button)"
+   >
+
+<!-- the name attribute is required for all but submit & reset -->
+
+<!ELEMENT input EMPTY>     <!-- form control -->
+<!ATTLIST input
+  %attrs;
+  %focus;
+  type        %InputType;    "text"
+  name        CDATA          #IMPLIED
+  value       CDATA          #IMPLIED
+  checked     (checked)      #IMPLIED
+  disabled    (disabled)     #IMPLIED
+  readonly    (readonly)     #IMPLIED
+  size        CDATA          #IMPLIED
+  maxlength   %Number;       #IMPLIED
+  src         %URI;          #IMPLIED
+  alt         CDATA          #IMPLIED
+  usemap      %URI;          #IMPLIED
+  onselect    %Script;       #IMPLIED
+  onchange    %Script;       #IMPLIED
+  accept      %ContentTypes; #IMPLIED
+  align       %ImgAlign;     #IMPLIED
+  >
+
+<!ELEMENT select (optgroup|option)+>  <!-- option selector -->
+<!ATTLIST select
+  %attrs;
+  name        CDATA          #IMPLIED
+  size        %Number;       #IMPLIED
+  multiple    (multiple)     #IMPLIED
+  disabled    (disabled)     #IMPLIED
+  tabindex    %Number;       #IMPLIED
+  onfocus     %Script;       #IMPLIED
+  onblur      %Script;       #IMPLIED
+  onchange    %Script;       #IMPLIED
+  >
+
+<!ELEMENT optgroup (option)+>   <!-- option group -->
+<!ATTLIST optgroup
+  %attrs;
+  disabled    (disabled)     #IMPLIED
+  label       %Text;         #REQUIRED
+  >
+
+<!ELEMENT option (#PCDATA)>     <!-- selectable choice -->
+<!ATTLIST option
+  %attrs;
+  selected    (selected)     #IMPLIED
+  disabled    (disabled)     #IMPLIED
+  label       %Text;         #IMPLIED
+  value       CDATA          #IMPLIED
+  >
+
+<!ELEMENT textarea (#PCDATA)>     <!-- multi-line text field -->
+<!ATTLIST textarea
+  %attrs;
+  %focus;
+  name        CDATA          #IMPLIED
+  rows        %Number;       #REQUIRED
+  cols        %Number;       #REQUIRED
+  disabled    (disabled)     #IMPLIED
+  readonly    (readonly)     #IMPLIED
+  onselect    %Script;       #IMPLIED
+  onchange    %Script;       #IMPLIED
+  >
+
+<!--
+  The fieldset element is used to group form fields.
+  Only one legend element should occur in the content
+  and if present should only be preceded by whitespace.
+-->
+<!ELEMENT fieldset (#PCDATA | legend | %block; | form | %inline; | %misc;)*>
+<!ATTLIST fieldset
+  %attrs;
+  >
+
+<!ENTITY % LAlign "(top|bottom|left|right)">
+
+<!ELEMENT legend %Inline;>     <!-- fieldset label -->
+<!ATTLIST legend
+  %attrs;
+  accesskey   %Character;    #IMPLIED
+  align       %LAlign;       #IMPLIED
+  >
+
+<!--
+ Content is %Flow; excluding a, form, form controls, iframe
+--> 
+<!ELEMENT button %button.content;>  <!-- push button -->
+<!ATTLIST button
+  %attrs;
+  %focus;
+  name        CDATA          #IMPLIED
+  value       CDATA          #IMPLIED
+  type        (button|submit|reset) "submit"
+  disabled    (disabled)     #IMPLIED
+  >
+
+<!-- single-line text input control (DEPRECATED) -->
+<!ELEMENT isindex EMPTY>
+<!ATTLIST isindex
+  %coreattrs;
+  %i18n;
+  prompt      %Text;         #IMPLIED
+  >
+
+<!--======================= Tables =======================================-->
+
+<!-- Derived from IETF HTML table standard, see [RFC1942] -->
+
+<!--
+ The border attribute sets the thickness of the frame around the
+ table. The default units are screen pixels.
+
+ The frame attribute specifies which parts of the frame around
+ the table should be rendered. The values are not the same as
+ CALS to avoid a name clash with the valign attribute.
+-->
+<!ENTITY % TFrame "(void|above|below|hsides|lhs|rhs|vsides|box|border)">
+
+<!--
+ The rules attribute defines which rules to draw between cells:
+
+ If rules is absent then assume:
+     "none" if border is absent or border="0" otherwise "all"
+-->
+
+<!ENTITY % TRules "(none | groups | rows | cols | all)">
+  
+<!-- horizontal placement of table relative to document -->
+<!ENTITY % TAlign "(left|center|right)">
+
+<!-- horizontal alignment attributes for cell contents
+
+  char        alignment char, e.g. char=":"
+  charoff     offset for alignment char
+-->
+<!ENTITY % cellhalign
+  "align      (left|center|right|justify|char) #IMPLIED
+   char       %Character;    #IMPLIED
+   charoff    %Length;       #IMPLIED"
+  >
+
+<!-- vertical alignment attributes for cell contents -->
+<!ENTITY % cellvalign
+  "valign     (top|middle|bottom|baseline) #IMPLIED"
+  >
+
+<!ELEMENT table
+     (caption?, (col*|colgroup*), thead?, tfoot?, (tbody+|tr+))>
+<!ELEMENT caption  %Inline;>
+<!ELEMENT thead    (tr)+>
+<!ELEMENT tfoot    (tr)+>
+<!ELEMENT tbody    (tr)+>
+<!ELEMENT colgroup (col)*>
+<!ELEMENT col      EMPTY>
+<!ELEMENT tr       (th|td)+>
+<!ELEMENT th       %Flow;>
+<!ELEMENT td       %Flow;>
+
+<!ATTLIST table
+  %attrs;
+  summary     %Text;         #IMPLIED
+  width       %Length;       #IMPLIED
+  border      %Pixels;       #IMPLIED
+  frame       %TFrame;       #IMPLIED
+  rules       %TRules;       #IMPLIED
+  cellspacing %Length;       #IMPLIED
+  cellpadding %Length;       #IMPLIED
+  align       %TAlign;       #IMPLIED
+  bgcolor     %Color;        #IMPLIED
+  >
+
+<!ENTITY % CAlign "(top|bottom|left|right)">
+
+<!ATTLIST caption
+  %attrs;
+  align       %CAlign;       #IMPLIED
+  >
+
+<!--
+colgroup groups a set of col elements. It allows you to group
+several semantically related columns together.
+-->
+<!ATTLIST colgroup
+  %attrs;
+  span        %Number;       "1"
+  width       %MultiLength;  #IMPLIED
+  %cellhalign;
+  %cellvalign;
+  >
+
+<!--
+ col elements define the alignment properties for cells in
+ one or more columns.
+
+ The width attribute specifies the width of the columns, e.g.
+
+     width=64        width in screen pixels
+     width=0.5*      relative width of 0.5
+
+ The span attribute causes the attributes of one
+ col element to apply to more than one column.
+-->
+<!ATTLIST col
+  %attrs;
+  span        %Number;       "1"
+  width       %MultiLength;  #IMPLIED
+  %cellhalign;
+  %cellvalign;
+  >
+
+<!--
+    Use thead to duplicate headers when breaking table
+    across page boundaries, or for static headers when
+    tbody sections are rendered in scrolling panel.
+
+    Use tfoot to duplicate footers when breaking table
+    across page boundaries, or for static footers when
+    tbody sections are rendered in scrolling panel.
+
+    Use multiple tbody sections when rules are needed
+    between groups of table rows.
+-->
+<!ATTLIST thead
+  %attrs;
+  %cellhalign;
+  %cellvalign;
+  >
+
+<!ATTLIST tfoot
+  %attrs;
+  %cellhalign;
+  %cellvalign;
+  >
+
+<!ATTLIST tbody
+  %attrs;
+  %cellhalign;
+  %cellvalign;
+  >
+
+<!ATTLIST tr
+  %attrs;
+  %cellhalign;
+  %cellvalign;
+  bgcolor     %Color;        #IMPLIED
+  >
+
+<!-- Scope is simpler than headers attribute for common tables -->
+<!ENTITY % Scope "(row|col|rowgroup|colgroup)">
+
+<!-- th is for headers, td for data and for cells acting as both -->
+
+<!ATTLIST th
+  %attrs;
+  abbr        %Text;         #IMPLIED
+  axis        CDATA          #IMPLIED
+  headers     IDREFS         #IMPLIED
+  scope       %Scope;        #IMPLIED
+  rowspan     %Number;       "1"
+  colspan     %Number;       "1"
+  %cellhalign;
+  %cellvalign;
+  nowrap      (nowrap)       #IMPLIED
+  bgcolor     %Color;        #IMPLIED
+  width       %Pixels;       #IMPLIED
+  height      %Pixels;       #IMPLIED
+  >
+
+<!ATTLIST td
+  %attrs;
+  abbr        %Text;         #IMPLIED
+  axis        CDATA          #IMPLIED
+  headers     IDREFS         #IMPLIED
+  scope       %Scope;        #IMPLIED
+  rowspan     %Number;       "1"
+  colspan     %Number;       "1"
+  %cellhalign;
+  %cellvalign;
+  nowrap      (nowrap)       #IMPLIED
+  bgcolor     %Color;        #IMPLIED
+  width       %Pixels;       #IMPLIED
+  height      %Pixels;       #IMPLIED
+  >
+
diff --git a/nbbuild/external/xhtml1-dtds/xhtml1-strict.dtd b/nbbuild/external/xhtml1-dtds/xhtml1-strict.dtd
new file mode 100644
index 0000000..afe4360
--- /dev/null
+++ b/nbbuild/external/xhtml1-dtds/xhtml1-strict.dtd
@@ -0,0 +1,989 @@
+<!--
+   Extensible HTML version 1.0 Strict DTD
+
+   This is the same as HTML 4 Strict except for
+   changes due to the differences between XML and SGML.
+
+   Namespace = http://www.w3.org/1999/xhtml
+
+   For further information, see: http://www.w3.org/TR/xhtml1
+
+   Copyright (c) 1998-2002 W3C (MIT, INRIA, Keio),
+   All Rights Reserved.
+
+If you wish your version of this file to be governed by only the CDDL
+or only the GPL Version 2, indicate your decision by adding
+"[Contributor] elects to include this software in this distribution
+under the [CDDL or GPL Version 2] license." If you do not indicate a
+single choice of license, a recipient has the option to distribute
+your version of this file under either the CDDL, the GPL Version 2 or
+to extend the choice of license to its licensees as provided above.
+However, if you add GPL Version 2 code and therefore, elected the GPL
+Version 2 license, then the option applies only if the new code is
+made subject to such option by the copyright holder.
+
+   This DTD module is identified by the PUBLIC and SYSTEM identifiers:
+
+   PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+   SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
+
+   $Revision$
+   $Date$
+
+-->
+
+<!--================ Character mnemonic entities =========================-->
+
+<!ENTITY % HTMLlat1 PUBLIC
+   "-//W3C//ENTITIES Latin 1 for XHTML//EN"
+   "xhtml-lat1.ent">
+%HTMLlat1;
+
+<!ENTITY % HTMLsymbol PUBLIC
+   "-//W3C//ENTITIES Symbols for XHTML//EN"
+   "xhtml-symbol.ent">
+%HTMLsymbol;
+
+<!ENTITY % HTMLspecial PUBLIC
+   "-//W3C//ENTITIES Special for XHTML//EN"
+   "xhtml-special.ent">
+%HTMLspecial;
+
+<!--================== Imported Names ====================================-->
+
+<!ENTITY % ContentType "CDATA">
+    <!-- media type, as per [RFC2045] -->
+
+<!ENTITY % ContentTypes "CDATA">
+    <!-- comma-separated list of media types, as per [RFC2045] -->
+
+<!ENTITY % Charset "CDATA">
+    <!-- a character encoding, as per [RFC2045] -->
+
+<!ENTITY % Charsets "CDATA">
+    <!-- a space separated list of character encodings, as per [RFC2045] -->
+
+<!ENTITY % LanguageCode "NMTOKEN">
+    <!-- a language code, as per [RFC3066] -->
+
+<!ENTITY % Character "CDATA">
+    <!-- a single character, as per section 2.2 of [XML] -->
+
+<!ENTITY % Number "CDATA">
+    <!-- one or more digits -->
+
+<!ENTITY % LinkTypes "CDATA">
+    <!-- space-separated list of link types -->
+
+<!ENTITY % MediaDesc "CDATA">
+    <!-- single or comma-separated list of media descriptors -->
+
+<!ENTITY % URI "CDATA">
+    <!-- a Uniform Resource Identifier, see [RFC2396] -->
+
+<!ENTITY % UriList "CDATA">
+    <!-- a space separated list of Uniform Resource Identifiers -->
+
+<!ENTITY % Datetime "CDATA">
+    <!-- date and time information. ISO date format -->
+
+<!ENTITY % Script "CDATA">
+    <!-- script expression -->
+
+<!ENTITY % StyleSheet "CDATA">
+    <!-- style sheet data -->
+
+<!ENTITY % Text "CDATA">
+    <!-- used for titles etc. -->
+
+<!ENTITY % Length "CDATA">
+    <!-- nn for pixels or nn% for percentage length -->
+
+<!ENTITY % MultiLength "CDATA">
+    <!-- pixel, percentage, or relative -->
+
+<!ENTITY % Pixels "CDATA">
+    <!-- integer representing length in pixels -->
+
+<!-- these are used for image maps -->
+
+<!ENTITY % Shape "(rect|circle|poly|default)">
+
+<!ENTITY % Coords "CDATA">
+    <!-- comma separated list of lengths -->
+
+<!--=================== Generic Attributes ===============================-->
+
+<!-- core attributes common to most elements
+  id       document-wide unique id
+  class    space separated list of classes
+  style    associated style info
+  title    advisory title/amplification
+-->
+<!ENTITY % coreattrs
+ "id          ID             #IMPLIED
+  class       CDATA          #IMPLIED
+  style       %StyleSheet;   #IMPLIED
+  title       %Text;         #IMPLIED"
+  >
+
+<!-- internationalization attributes
+  lang        language code (backwards compatible)
+  xml:lang    language code (as per XML 1.0 spec)
+  dir         direction for weak/neutral text
+-->
+<!ENTITY % i18n
+ "lang        %LanguageCode; #IMPLIED
+  xml:lang    %LanguageCode; #IMPLIED
+  dir         (ltr|rtl)      #IMPLIED"
+  >
+
+<!-- attributes for common UI events
+  onclick     a pointer button was clicked
+  ondblclick  a pointer button was double clicked
+  onmousedown a pointer button was pressed down
+  onmouseup   a pointer button was released
+  onmousemove a pointer was moved onto the element
+  onmouseout  a pointer was moved away from the element
+  onkeypress  a key was pressed and released
+  onkeydown   a key was pressed down
+  onkeyup     a key was released
+-->
+<!ENTITY % events
+ "onclick     %Script;       #IMPLIED
+  ondblclick  %Script;       #IMPLIED
+  onmousedown %Script;       #IMPLIED
+  onmouseup   %Script;       #IMPLIED
+  onmouseover %Script;       #IMPLIED
+  onmousemove %Script;       #IMPLIED
+  onmouseout  %Script;       #IMPLIED
+  onkeypress  %Script;       #IMPLIED
+  onkeydown   %Script;       #IMPLIED
+  onkeyup     %Script;       #IMPLIED"
+  >
+
+<!-- attributes for elements that can get the focus
+  accesskey   accessibility key character
+  tabindex    position in tabbing order
+  onfocus     the element got the focus
+  onblur      the element lost the focus
+-->
+<!ENTITY % focus
+ "accesskey   %Character;    #IMPLIED
+  tabindex    %Number;       #IMPLIED
+  onfocus     %Script;       #IMPLIED
+  onblur      %Script;       #IMPLIED"
+  >
+
+<!ENTITY % attrs "%coreattrs; %i18n; %events;">
+
+<!--=================== Text Elements ====================================-->
+
+<!ENTITY % special.pre
+   "br | span | bdo | map">
+
+
+<!ENTITY % special
+   "%special.pre; | object | img ">
+
+<!ENTITY % fontstyle "tt | i | b | big | small ">
+
+<!ENTITY % phrase "em | strong | dfn | code | q |
+                   samp | kbd | var | cite | abbr | acronym | sub | sup ">
+
+<!ENTITY % inline.forms "input | select | textarea | label | button">
+
+<!-- these can occur at block or inline level -->
+<!ENTITY % misc.inline "ins | del | script">
+
+<!-- these can only occur at block level -->
+<!ENTITY % misc "noscript | %misc.inline;">
+
+<!ENTITY % inline "a | %special; | %fontstyle; | %phrase; | %inline.forms;">
+
+<!-- %Inline; covers inline or "text-level" elements -->
+<!ENTITY % Inline "(#PCDATA | %inline; | %misc.inline;)*">
+
+<!--================== Block level elements ==============================-->
+
+<!ENTITY % heading "h1|h2|h3|h4|h5|h6">
+<!ENTITY % lists "ul | ol | dl">
+<!ENTITY % blocktext "pre | hr | blockquote | address">
+
+<!ENTITY % block
+     "p | %heading; | div | %lists; | %blocktext; | fieldset | table">
+
+<!ENTITY % Block "(%block; | form | %misc;)*">
+
+<!-- %Flow; mixes block and inline and is used for list items etc. -->
+<!ENTITY % Flow "(#PCDATA | %block; | form | %inline; | %misc;)*">
+
+<!--================== Content models for exclusions =====================-->
+
+<!-- a elements use %Inline; excluding a -->
+
+<!ENTITY % a.content
+   "(#PCDATA | %special; | %fontstyle; | %phrase; | %inline.forms; | %misc.inline;)*">
+
+<!-- pre uses %Inline excluding big, small, sup or sup -->
+
+<!ENTITY % pre.content
+   "(#PCDATA | a | %fontstyle; | %phrase; | %special.pre; | %misc.inline;
+      | %inline.forms;)*">
+
+<!-- form uses %Block; excluding form -->
+
+<!ENTITY % form.content "(%block; | %misc;)*">
+
+<!-- button uses %Flow; but excludes a, form and form controls -->
+
+<!ENTITY % button.content
+   "(#PCDATA | p | %heading; | div | %lists; | %blocktext; |
+    table | %special; | %fontstyle; | %phrase; | %misc;)*">
+
+<!--================ Document Structure ==================================-->
+
+<!-- the namespace URI designates the document profile -->
+
+<!ELEMENT html (head, body)>
+<!ATTLIST html
+  %i18n;
+  id          ID             #IMPLIED
+  xmlns       %URI;          #FIXED 'http://www.w3.org/1999/xhtml'
+  >
+
+<!--================ Document Head =======================================-->
+
+<!ENTITY % head.misc "(script|style|meta|link|object)*">
+
+<!-- content model is %head.misc; combined with a single
+     title and an optional base element in any order -->
+
+<!ELEMENT head (%head.misc;,
+     ((title, %head.misc;, (base, %head.misc;)?) |
+      (base, %head.misc;, (title, %head.misc;))))>
+
+<!ATTLIST head
+  %i18n;
+  id          ID             #IMPLIED
+  profile     %URI;          #IMPLIED
+  >
+
+<!-- The title element is not considered part of the flow of text.
+       It should be displayed, for example as the page header or
+       window title. Exactly one title is required per document.
+    -->
+<!ELEMENT title (#PCDATA)>
+<!ATTLIST title 
+  %i18n;
+  id          ID             #IMPLIED
+  >
+
+<!-- document base URI -->
+
+<!ELEMENT base EMPTY>
+<!ATTLIST base
+  href        %URI;          #REQUIRED
+  id          ID             #IMPLIED
+  >
+
+<!-- generic metainformation -->
+<!ELEMENT meta EMPTY>
+<!ATTLIST meta
+  %i18n;
+  id          ID             #IMPLIED
+  http-equiv  CDATA          #IMPLIED
+  name        CDATA          #IMPLIED
+  content     CDATA          #REQUIRED
+  scheme      CDATA          #IMPLIED
+  >
+
+<!--
+  Relationship values can be used in principle:
+
+   a) for document specific toolbars/menus when used
+      with the link element in document head e.g.
+        start, contents, previous, next, index, end, help
+   b) to link to a separate style sheet (rel="stylesheet")
+   c) to make a link to a script (rel="script")
+   d) by stylesheets to control how collections of
+      html nodes are rendered into printed documents
+   e) to make a link to a printable version of this document
+      e.g. a PostScript or PDF version (rel="alternate" media="print")
+-->
+
+<!ELEMENT link EMPTY>
+<!ATTLIST link
+  %attrs;
+  charset     %Charset;      #IMPLIED
+  href        %URI;          #IMPLIED
+  hreflang    %LanguageCode; #IMPLIED
+  type        %ContentType;  #IMPLIED
+  rel         %LinkTypes;    #IMPLIED
+  rev         %LinkTypes;    #IMPLIED
+  media       %MediaDesc;    #IMPLIED
+  >
+
+<!-- style info, which may include CDATA sections -->
+<!ELEMENT style (#PCDATA)>
+<!ATTLIST style
+  %i18n;
+  id          ID             #IMPLIED
+  type        %ContentType;  #REQUIRED
+  media       %MediaDesc;    #IMPLIED
+  title       %Text;         #IMPLIED
+  xml:space   (preserve)     #FIXED 'preserve'
+  >
+
+<!-- script statements, which may include CDATA sections -->
+<!ELEMENT script (#PCDATA)>
+<!ATTLIST script
+  id          ID             #IMPLIED
+  charset     %Charset;      #IMPLIED
+  type        %ContentType;  #REQUIRED
+  src         %URI;          #IMPLIED
+  defer       (defer)        #IMPLIED
+  xml:space   (preserve)     #FIXED 'preserve'
+  >
+
+<!-- alternate content container for non script-based rendering -->
+
+<!ELEMENT noscript %Block;>
+<!ATTLIST noscript
+  %attrs;
+  >
+
+<!--=================== Document Body ====================================-->
+
+<!ELEMENT body %Block;>
+<!ATTLIST body
+  %attrs;
+  onload          %Script;   #IMPLIED
+  onunload        %Script;   #IMPLIED
+  >
+
+<!ELEMENT div %Flow;>  <!-- generic language/style container -->
+<!ATTLIST div
+  %attrs;
+  >
+
+<!--=================== Paragraphs =======================================-->
+
+<!ELEMENT p %Inline;>
+<!ATTLIST p
+  %attrs;
+  >
+
+<!--=================== Headings =========================================-->
+
+<!--
+  There are six levels of headings from h1 (the most important)
+  to h6 (the least important).
+-->
+
+<!ELEMENT h1  %Inline;>
+<!ATTLIST h1
+   %attrs;
+   >
+
+<!ELEMENT h2 %Inline;>
+<!ATTLIST h2
+   %attrs;
+   >
+
+<!ELEMENT h3 %Inline;>
+<!ATTLIST h3
+   %attrs;
+   >
+
+<!ELEMENT h4 %Inline;>
+<!ATTLIST h4
+   %attrs;
+   >
+
+<!ELEMENT h5 %Inline;>
+<!ATTLIST h5
+   %attrs;
+   >
+
+<!ELEMENT h6 %Inline;>
+<!ATTLIST h6
+   %attrs;
+   >
+
+<!--=================== Lists ============================================-->
+
+<!-- Unordered list -->
+
+<!ELEMENT ul (li)+>
+<!ATTLIST ul
+  %attrs;
+  >
+
+<!-- Ordered (numbered) list -->
+
+<!ELEMENT ol (li)+>
+<!ATTLIST ol
+  %attrs;
+  >
+
+<!-- list item -->
+
+<!ELEMENT li %Flow;>
+<!ATTLIST li
+  %attrs;
+  >
+
+<!-- definition lists - dt for term, dd for its definition -->
+
+<!ELEMENT dl (dt|dd)+>
+<!ATTLIST dl
+  %attrs;
+  >
+
+<!ELEMENT dt %Inline;>
+<!ATTLIST dt
+  %attrs;
+  >
+
+<!ELEMENT dd %Flow;>
+<!ATTLIST dd
+  %attrs;
+  >
+
+<!--=================== Address ==========================================-->
+
+<!-- information on author -->
+
+<!ELEMENT address %Inline;>
+<!ATTLIST address
+  %attrs;
+  >
+
+<!--=================== Horizontal Rule ==================================-->
+
+<!ELEMENT hr EMPTY>
+<!ATTLIST hr
+  %attrs;
+  >
+
+<!--=================== Preformatted Text ================================-->
+
+<!-- content is %Inline; excluding "img|object|big|small|sub|sup" -->
+
+<!ELEMENT pre %pre.content;>
+<!ATTLIST pre
+  %attrs;
+  xml:space (preserve) #FIXED 'preserve'
+  >
+
+<!--=================== Block-like Quotes ================================-->
+
+<!ELEMENT blockquote %Block;>
+<!ATTLIST blockquote
+  %attrs;
+  cite        %URI;          #IMPLIED
+  >
+
+<!--=================== Inserted/Deleted Text ============================-->
+
+<!--
+  ins/del are allowed in block and inline content, but its
+  inappropriate to include block content within an ins element
+  occurring in inline content.
+-->
+<!ELEMENT ins %Flow;>
+<!ATTLIST ins
+  %attrs;
+  cite        %URI;          #IMPLIED
+  datetime    %Datetime;     #IMPLIED
+  >
+
+<!ELEMENT del %Flow;>
+<!ATTLIST del
+  %attrs;
+  cite        %URI;          #IMPLIED
+  datetime    %Datetime;     #IMPLIED
+  >
+
+<!--================== The Anchor Element ================================-->
+
+<!-- content is %Inline; except that anchors shouldn't be nested -->
+
+<!ELEMENT a %a.content;>
+<!ATTLIST a
+  %attrs;
+  %focus;
+  charset     %Charset;      #IMPLIED
+  type        %ContentType;  #IMPLIED
+  name        NMTOKEN        #IMPLIED
+  href        %URI;          #IMPLIED
+  hreflang    %LanguageCode; #IMPLIED
+  rel         %LinkTypes;    #IMPLIED
+  rev         %LinkTypes;    #IMPLIED
+  shape       %Shape;        "rect"
+  coords      %Coords;       #IMPLIED
+  >
+
+<!--===================== Inline Elements ================================-->
+
+<!ELEMENT span %Inline;> <!-- generic language/style container -->
+<!ATTLIST span
+  %attrs;
+  >
+
+<!ELEMENT bdo %Inline;>  <!-- I18N BiDi over-ride -->
+<!ATTLIST bdo
+  %coreattrs;
+  %events;
+  lang        %LanguageCode; #IMPLIED
+  xml:lang    %LanguageCode; #IMPLIED
+  dir         (ltr|rtl)      #REQUIRED
+  >
+
+<!ELEMENT br EMPTY>   <!-- forced line break -->
+<!ATTLIST br
+  %coreattrs;
+  >
+
+<!ELEMENT em %Inline;>   <!-- emphasis -->
+<!ATTLIST em %attrs;>
+
+<!ELEMENT strong %Inline;>   <!-- strong emphasis -->
+<!ATTLIST strong %attrs;>
+
+<!ELEMENT dfn %Inline;>   <!-- definitional -->
+<!ATTLIST dfn %attrs;>
+
+<!ELEMENT code %Inline;>   <!-- program code -->
+<!ATTLIST code %attrs;>
+
+<!ELEMENT samp %Inline;>   <!-- sample -->
+<!ATTLIST samp %attrs;>
+
+<!ELEMENT kbd %Inline;>  <!-- something user would type -->
+<!ATTLIST kbd %attrs;>
+
+<!ELEMENT var %Inline;>   <!-- variable -->
+<!ATTLIST var %attrs;>
+
+<!ELEMENT cite %Inline;>   <!-- citation -->
+<!ATTLIST cite %attrs;>
+
+<!ELEMENT abbr %Inline;>   <!-- abbreviation -->
+<!ATTLIST abbr %attrs;>
+
+<!ELEMENT acronym %Inline;>   <!-- acronym -->
+<!ATTLIST acronym %attrs;>
+
+<!ELEMENT q %Inline;>   <!-- inlined quote -->
+<!ATTLIST q
+  %attrs;
+  cite        %URI;          #IMPLIED
+  >
+
+<!ELEMENT sub %Inline;> <!-- subscript -->
+<!ATTLIST sub %attrs;>
+
+<!ELEMENT sup %Inline;> <!-- superscript -->
+<!ATTLIST sup %attrs;>
+
+<!ELEMENT tt %Inline;>   <!-- fixed pitch font -->
+<!ATTLIST tt %attrs;>
+
+<!ELEMENT i %Inline;>   <!-- italic font -->
+<!ATTLIST i %attrs;>
+
+<!ELEMENT b %Inline;>   <!-- bold font -->
+<!ATTLIST b %attrs;>
+
+<!ELEMENT big %Inline;>   <!-- bigger font -->
+<!ATTLIST big %attrs;>
+
+<!ELEMENT small %Inline;>   <!-- smaller font -->
+<!ATTLIST small %attrs;>
+
+<!--==================== Object ======================================-->
+<!--
+  object is used to embed objects as part of HTML pages.
+  param elements should precede other content. Parameters
+  can also be expressed as attribute/value pairs on the
+  object element itself when brevity is desired.
+-->
+
+<!ELEMENT object (#PCDATA | param | %block; | form | %inline; | %misc;)*>
+<!ATTLIST object
+  %attrs;
+  declare     (declare)      #IMPLIED
+  classid     %URI;          #IMPLIED
+  codebase    %URI;          #IMPLIED
+  data        %URI;          #IMPLIED
+  type        %ContentType;  #IMPLIED
+  codetype    %ContentType;  #IMPLIED
+  archive     %UriList;      #IMPLIED
+  standby     %Text;         #IMPLIED
+  height      %Length;       #IMPLIED
+  width       %Length;       #IMPLIED
+  usemap      %URI;          #IMPLIED
+  name        NMTOKEN        #IMPLIED
+  tabindex    %Number;       #IMPLIED
+  >
+
+<!--
+  param is used to supply a named property value.
+  In XML it would seem natural to follow RDF and support an
+  abbreviated syntax where the param elements are replaced
+  by attribute value pairs on the object start tag.
+-->
+<!ELEMENT param EMPTY>
+<!ATTLIST param
+  id          ID             #IMPLIED
+  name        CDATA          #IMPLIED
+  value       CDATA          #IMPLIED
+  valuetype   (data|ref|object) "data"
+  type        %ContentType;  #IMPLIED
+  >
+
+<!--=================== Images ===========================================-->
+
+<!--
+   To avoid accessibility problems for people who aren't
+   able to see the image, you should provide a text
+   description using the alt and longdesc attributes.
+   In addition, avoid the use of server-side image maps.
+   Note that in this DTD there is no name attribute. That
+   is only available in the transitional and frameset DTD.
+-->
+
+<!ELEMENT img EMPTY>
+<!ATTLIST img
+  %attrs;
+  src         %URI;          #REQUIRED
+  alt         %Text;         #REQUIRED
+  longdesc    %URI;          #IMPLIED
+  height      %Length;       #IMPLIED
+  width       %Length;       #IMPLIED
+  usemap      %URI;          #IMPLIED
+  ismap       (ismap)        #IMPLIED
+  >
+
+<!-- usemap points to a map element which may be in this document
+  or an external document, although the latter is not widely supported -->
+
+<!--================== Client-side image maps ============================-->
+
+<!-- These can be placed in the same document or grouped in a
+     separate document although this isn't yet widely supported -->
+
+<!ELEMENT map ((%block; | form | %misc;)+ | area+)>
+<!ATTLIST map
+  %i18n;
+  %events;
+  id          ID             #REQUIRED
+  class       CDATA          #IMPLIED
+  style       %StyleSheet;   #IMPLIED
+  title       %Text;         #IMPLIED
+  name        NMTOKEN        #IMPLIED
+  >
+
+<!ELEMENT area EMPTY>
+<!ATTLIST area
+  %attrs;
+  %focus;
+  shape       %Shape;        "rect"
+  coords      %Coords;       #IMPLIED
+  href        %URI;          #IMPLIED
+  nohref      (nohref)       #IMPLIED
+  alt         %Text;         #REQUIRED
+  >
+
+<!--================ Forms ===============================================-->
+<!ELEMENT form %form.content;>   <!-- forms shouldn't be nested -->
+
+<!ATTLIST form
+  %attrs;
+  action      %URI;          #REQUIRED
+  method      (get|post)     "get"
+  enctype     %ContentType;  "application/x-www-form-urlencoded"
+  onsubmit    %Script;       #IMPLIED
+  onreset     %Script;       #IMPLIED
+  accept      %ContentTypes; #IMPLIED
+  accept-charset %Charsets;  #IMPLIED
+  >
+
+<!--
+  Each label must not contain more than ONE field
+  Label elements shouldn't be nested.
+-->
+<!ELEMENT label %Inline;>
+<!ATTLIST label
+  %attrs;
+  for         IDREF          #IMPLIED
+  accesskey   %Character;    #IMPLIED
+  onfocus     %Script;       #IMPLIED
+  onblur      %Script;       #IMPLIED
+  >
+
+<!ENTITY % InputType
+  "(text | password | checkbox |
+    radio | submit | reset |
+    file | hidden | image | button)"
+   >
+
+<!-- the name attribute is required for all but submit & reset -->
+
+<!ELEMENT input EMPTY>     <!-- form control -->
+<!ATTLIST input
+  %attrs;
+  %focus;
+  type        %InputType;    "text"
+  name        CDATA          #IMPLIED
+  value       CDATA          #IMPLIED
+  checked     (checked)      #IMPLIED
+  disabled    (disabled)     #IMPLIED
+  readonly    (readonly)     #IMPLIED
+  size        CDATA          #IMPLIED
+  maxlength   %Number;       #IMPLIED
+  src         %URI;          #IMPLIED
+  alt         CDATA          #IMPLIED
+  usemap      %URI;          #IMPLIED
+  onselect    %Script;       #IMPLIED
+  onchange    %Script;       #IMPLIED
+  accept      %ContentTypes; #IMPLIED
+  >
+
+<!ELEMENT select (optgroup|option)+>  <!-- option selector -->
+<!ATTLIST select
+  %attrs;
+  name        CDATA          #IMPLIED
+  size        %Number;       #IMPLIED
+  multiple    (multiple)     #IMPLIED
+  disabled    (disabled)     #IMPLIED
+  tabindex    %Number;       #IMPLIED
+  onfocus     %Script;       #IMPLIED
+  onblur      %Script;       #IMPLIED
+  onchange    %Script;       #IMPLIED
+  >
+
+<!ELEMENT optgroup (option)+>   <!-- option group -->
+<!ATTLIST optgroup
+  %attrs;
+  disabled    (disabled)     #IMPLIED
+  label       %Text;         #REQUIRED
+  >
+
+<!ELEMENT option (#PCDATA)>     <!-- selectable choice -->
+<!ATTLIST option
+  %attrs;
+  selected    (selected)     #IMPLIED
+  disabled    (disabled)     #IMPLIED
+  label       %Text;         #IMPLIED
+  value       CDATA          #IMPLIED
+  >
+
+<!ELEMENT textarea (#PCDATA)>     <!-- multi-line text field -->
+<!ATTLIST textarea
+  %attrs;
+  %focus;
+  name        CDATA          #IMPLIED
+  rows        %Number;       #REQUIRED
+  cols        %Number;       #REQUIRED
+  disabled    (disabled)     #IMPLIED
+  readonly    (readonly)     #IMPLIED
+  onselect    %Script;       #IMPLIED
+  onchange    %Script;       #IMPLIED
+  >
+
+<!--
+  The fieldset element is used to group form fields.
+  Only one legend element should occur in the content
+  and if present should only be preceded by whitespace.
+-->
+<!ELEMENT fieldset (#PCDATA | legend | %block; | form | %inline; | %misc;)*>
+<!ATTLIST fieldset
+  %attrs;
+  >
+
+<!ELEMENT legend %Inline;>     <!-- fieldset label -->
+<!ATTLIST legend
+  %attrs;
+  accesskey   %Character;    #IMPLIED
+  >
+
+<!--
+ Content is %Flow; excluding a, form and form controls
+--> 
+<!ELEMENT button %button.content;>  <!-- push button -->
+<!ATTLIST button
+  %attrs;
+  %focus;
+  name        CDATA          #IMPLIED
+  value       CDATA          #IMPLIED
+  type        (button|submit|reset) "submit"
+  disabled    (disabled)     #IMPLIED
+  >
+
+<!--======================= Tables =======================================-->
+
+<!-- Derived from IETF HTML table standard, see [RFC1942] -->
+
+<!--
+ The border attribute sets the thickness of the frame around the
+ table. The default units are screen pixels.
+
+ The frame attribute specifies which parts of the frame around
+ the table should be rendered. The values are not the same as
+ CALS to avoid a name clash with the valign attribute.
+-->
+<!ENTITY % TFrame "(void|above|below|hsides|lhs|rhs|vsides|box|border)">
+
+<!--
+ The rules attribute defines which rules to draw between cells:
+
+ If rules is absent then assume:
+     "none" if border is absent or border="0" otherwise "all"
+-->
+
+<!ENTITY % TRules "(none | groups | rows | cols | all)">
+  
+<!-- horizontal alignment attributes for cell contents
+
+  char        alignment char, e.g. char=':'
+  charoff     offset for alignment char
+-->
+<!ENTITY % cellhalign
+  "align      (left|center|right|justify|char) #IMPLIED
+   char       %Character;    #IMPLIED
+   charoff    %Length;       #IMPLIED"
+  >
+
+<!-- vertical alignment attributes for cell contents -->
+<!ENTITY % cellvalign
+  "valign     (top|middle|bottom|baseline) #IMPLIED"
+  >
+
+<!ELEMENT table
+     (caption?, (col*|colgroup*), thead?, tfoot?, (tbody+|tr+))>
+<!ELEMENT caption  %Inline;>
+<!ELEMENT thead    (tr)+>
+<!ELEMENT tfoot    (tr)+>
+<!ELEMENT tbody    (tr)+>
+<!ELEMENT colgroup (col)*>
+<!ELEMENT col      EMPTY>
+<!ELEMENT tr       (th|td)+>
+<!ELEMENT th       %Flow;>
+<!ELEMENT td       %Flow;>
+
+<!ATTLIST table
+  %attrs;
+  summary     %Text;         #IMPLIED
+  width       %Length;       #IMPLIED
+  border      %Pixels;       #IMPLIED
+  frame       %TFrame;       #IMPLIED
+  rules       %TRules;       #IMPLIED
+  cellspacing %Length;       #IMPLIED
+  cellpadding %Length;       #IMPLIED
+  >
+
+<!ATTLIST caption
+  %attrs;
+  >
+
+<!--
+colgroup groups a set of col elements. It allows you to group
+several semantically related columns together.
+-->
+<!ATTLIST colgroup
+  %attrs;
+  span        %Number;       "1"
+  width       %MultiLength;  #IMPLIED
+  %cellhalign;
+  %cellvalign;
+  >
+
+<!--
+ col elements define the alignment properties for cells in
+ one or more columns.
+
+ The width attribute specifies the width of the columns, e.g.
+
+     width=64        width in screen pixels
+     width=0.5*      relative width of 0.5
+
+ The span attribute causes the attributes of one
+ col element to apply to more than one column.
+-->
+<!ATTLIST col
+  %attrs;
+  span        %Number;       "1"
+  width       %MultiLength;  #IMPLIED
+  %cellhalign;
+  %cellvalign;
+  >
+
+<!--
+    Use thead to duplicate headers when breaking table
+    across page boundaries, or for static headers when
+    tbody sections are rendered in scrolling panel.
+
+    Use tfoot to duplicate footers when breaking table
+    across page boundaries, or for static footers when
+    tbody sections are rendered in scrolling panel.
+
+    Use multiple tbody sections when rules are needed
+    between groups of table rows.
+-->
+<!ATTLIST thead
+  %attrs;
+  %cellhalign;
+  %cellvalign;
+  >
+
+<!ATTLIST tfoot
+  %attrs;
+  %cellhalign;
+  %cellvalign;
+  >
+
+<!ATTLIST tbody
+  %attrs;
+  %cellhalign;
+  %cellvalign;
+  >
+
+<!ATTLIST tr
+  %attrs;
+  %cellhalign;
+  %cellvalign;
+  >
+
+
+<!-- Scope is simpler than headers attribute for common tables -->
+<!ENTITY % Scope "(row|col|rowgroup|colgroup)">
+
+<!-- th is for headers, td for data and for cells acting as both -->
+
+<!ATTLIST th
+  %attrs;
+  abbr        %Text;         #IMPLIED
+  axis        CDATA          #IMPLIED
+  headers     IDREFS         #IMPLIED
+  scope       %Scope;        #IMPLIED
+  rowspan     %Number;       "1"
+  colspan     %Number;       "1"
+  %cellhalign;
+  %cellvalign;
+  >
+
+<!ATTLIST td
+  %attrs;
+  abbr        %Text;         #IMPLIED
+  axis        CDATA          #IMPLIED
+  headers     IDREFS         #IMPLIED
+  scope       %Scope;        #IMPLIED
+  rowspan     %Number;       "1"
+  colspan     %Number;       "1"
+  %cellhalign;
+  %cellvalign;
+  >
+
diff --git a/nbbuild/external/xhtml1-dtds/xhtml1-transitional.dtd b/nbbuild/external/xhtml1-dtds/xhtml1-transitional.dtd
new file mode 100644
index 0000000..c86a7bd
--- /dev/null
+++ b/nbbuild/external/xhtml1-dtds/xhtml1-transitional.dtd
@@ -0,0 +1,1212 @@
+<!--
+   Extensible HTML version 1.0 Transitional DTD
+
+   This is the same as HTML 4 Transitional except for
+   changes due to the differences between XML and SGML.
+
+   Namespace = http://www.w3.org/1999/xhtml
+
+   For further information, see: http://www.w3.org/TR/xhtml1
+
+   Copyright (c) 1998-2002 W3C (MIT, INRIA, Keio),
+   All Rights Reserved.
+
+If you wish your version of this file to be governed by only the CDDL
+or only the GPL Version 2, indicate your decision by adding
+"[Contributor] elects to include this software in this distribution
+under the [CDDL or GPL Version 2] license." If you do not indicate a
+single choice of license, a recipient has the option to distribute
+your version of this file under either the CDDL, the GPL Version 2 or
+to extend the choice of license to its licensees as provided above.
+However, if you add GPL Version 2 code and therefore, elected the GPL
+Version 2 license, then the option applies only if the new code is
+made subject to such option by the copyright holder.
+
+   This DTD module is identified by the PUBLIC and SYSTEM identifiers:
+
+   PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+   SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
+
+   $Revision$
+   $Date$
+
+-->
+
+<!--================ Character mnemonic entities =========================-->
+
+<!ENTITY % HTMLlat1 PUBLIC
+   "-//W3C//ENTITIES Latin 1 for XHTML//EN"
+   "xhtml-lat1.ent">
+%HTMLlat1;
+
+<!ENTITY % HTMLsymbol PUBLIC
+   "-//W3C//ENTITIES Symbols for XHTML//EN"
+   "xhtml-symbol.ent">
+%HTMLsymbol;
+
+<!ENTITY % HTMLspecial PUBLIC
+   "-//W3C//ENTITIES Special for XHTML//EN"
+   "xhtml-special.ent">
+%HTMLspecial;
+
+<!--================== Imported Names ====================================-->
+
+<!ENTITY % ContentType "CDATA">
+    <!-- media type, as per [RFC2045] -->
+
+<!ENTITY % ContentTypes "CDATA">
+    <!-- comma-separated list of media types, as per [RFC2045] -->
+
+<!ENTITY % Charset "CDATA">
+    <!-- a character encoding, as per [RFC2045] -->
+
+<!ENTITY % Charsets "CDATA">
+    <!-- a space separated list of character encodings, as per [RFC2045] -->
+
+<!ENTITY % LanguageCode "NMTOKEN">
+    <!-- a language code, as per [RFC3066] -->
+
+<!ENTITY % Character "CDATA">
+    <!-- a single character, as per section 2.2 of [XML] -->
+
+<!ENTITY % Number "CDATA">
+    <!-- one or more digits -->
+
+<!ENTITY % LinkTypes "CDATA">
+    <!-- space-separated list of link types -->
+
+<!ENTITY % MediaDesc "CDATA">
+    <!-- single or comma-separated list of media descriptors -->
+
+<!ENTITY % URI "CDATA">
+    <!-- a Uniform Resource Identifier, see [RFC2396] -->
+
+<!ENTITY % UriList "CDATA">
+    <!-- a space separated list of Uniform Resource Identifiers -->
+
+<!ENTITY % Datetime "CDATA">
+    <!-- date and time information. ISO date format -->
+
+<!ENTITY % Script "CDATA">
+    <!-- script expression -->
+
+<!ENTITY % StyleSheet "CDATA">
+    <!-- style sheet data -->
+
+<!ENTITY % Text "CDATA">
+    <!-- used for titles etc. -->
+
+<!ENTITY % FrameTarget "NMTOKEN">
+    <!-- render in this frame -->
+
+<!ENTITY % Length "CDATA">
+    <!-- nn for pixels or nn% for percentage length -->
+
+<!ENTITY % MultiLength "CDATA">
+    <!-- pixel, percentage, or relative -->
+
+<!ENTITY % Pixels "CDATA">
+    <!-- integer representing length in pixels -->
+
+<!-- these are used for image maps -->
+
+<!ENTITY % Shape "(rect|circle|poly|default)">
+
+<!ENTITY % Coords "CDATA">
+    <!-- comma separated list of lengths -->
+
+<!-- used for object, applet, img, input and iframe -->
+<!ENTITY % ImgAlign "(top|middle|bottom|left|right)">
+
+<!-- a color using sRGB: #RRGGBB as Hex values -->
+<!ENTITY % Color "CDATA">
+
+<!-- There are also 16 widely known color names with their sRGB values:
+
+    Black  = #000000    Green  = #008000
+    Silver = #C0C0C0    Lime   = #00FF00
+    Gray   = #808080    Olive  = #808000
+    White  = #FFFFFF    Yellow = #FFFF00
+    Maroon = #800000    Navy   = #000080
+    Red    = #FF0000    Blue   = #0000FF
+    Purple = #800080    Teal   = #008080
+    Fuchsia= #FF00FF    Aqua   = #00FFFF
+-->
+
+<!--=================== Generic Attributes ===============================-->
+
+<!-- core attributes common to most elements
+  id       document-wide unique id
+  class    space separated list of classes
+  style    associated style info
+  title    advisory title/amplification
+-->
+<!ENTITY % coreattrs
+ "id          ID             #IMPLIED
+  class       CDATA          #IMPLIED
+  style       %StyleSheet;   #IMPLIED
+  title       %Text;         #IMPLIED"
+  >
+
+<!-- internationalization attributes
+  lang        language code (backwards compatible)
+  xml:lang    language code (as per XML 1.0 spec)
+  dir         direction for weak/neutral text
+-->
+<!ENTITY % i18n
+ "lang        %LanguageCode; #IMPLIED
+  xml:lang    %LanguageCode; #IMPLIED
+  dir         (ltr|rtl)      #IMPLIED"
+  >
+
+<!-- attributes for common UI events
+  onclick     a pointer button was clicked
+  ondblclick  a pointer button was double clicked
+  onmousedown a pointer button was pressed down
+  onmouseup   a pointer button was released
+  onmousemove a pointer was moved onto the element
+  onmouseout  a pointer was moved away from the element
+  onkeypress  a key was pressed and released
+  onkeydown   a key was pressed down
+  onkeyup     a key was released
+-->
+<!ENTITY % events
+ "onclick     %Script;       #IMPLIED
+  ondblclick  %Script;       #IMPLIED
+  onmousedown %Script;       #IMPLIED
+  onmouseup   %Script;       #IMPLIED
+  onmouseover %Script;       #IMPLIED
+  onmousemove %Script;       #IMPLIED
+  onmouseout  %Script;       #IMPLIED
+  onkeypress  %Script;       #IMPLIED
+  onkeydown   %Script;       #IMPLIED
+  onkeyup     %Script;       #IMPLIED"
+  >
+
+<!-- attributes for elements that can get the focus
+  accesskey   accessibility key character
+  tabindex    position in tabbing order
+  onfocus     the element got the focus
+  onblur      the element lost the focus
+-->
+<!ENTITY % focus
+ "accesskey   %Character;    #IMPLIED
+  tabindex    %Number;       #IMPLIED
+  onfocus     %Script;       #IMPLIED
+  onblur      %Script;       #IMPLIED"
+  >
+
+<!ENTITY % attrs "%coreattrs; %i18n; %events;">
+
+<!-- text alignment for p, div, h1-h6. The default is
+     align="left" for ltr headings, "right" for rtl -->
+
+<!ENTITY % TextAlign "align (left|center|right|justify) #IMPLIED">
+
+<!--=================== Text Elements ====================================-->
+
+<!ENTITY % special.extra
+   "object | applet | img | map | iframe">
+	
+<!ENTITY % special.basic
+	"br | span | bdo">
+
+<!ENTITY % special
+   "%special.basic; | %special.extra;">
+
+<!ENTITY % fontstyle.extra "big | small | font | basefont">
+
+<!ENTITY % fontstyle.basic "tt | i | b | u
+                      | s | strike ">
+
+<!ENTITY % fontstyle "%fontstyle.basic; | %fontstyle.extra;">
+
+<!ENTITY % phrase.extra "sub | sup">
+<!ENTITY % phrase.basic "em | strong | dfn | code | q |
+                   samp | kbd | var | cite | abbr | acronym">
+
+<!ENTITY % phrase "%phrase.basic; | %phrase.extra;">
+
+<!ENTITY % inline.forms "input | select | textarea | label | button">
+
+<!-- these can occur at block or inline level -->
+<!ENTITY % misc.inline "ins | del | script">
+
+<!-- these can only occur at block level -->
+<!ENTITY % misc "noscript | %misc.inline;">
+
+<!ENTITY % inline "a | %special; | %fontstyle; | %phrase; | %inline.forms;">
+
+<!-- %Inline; covers inline or "text-level" elements -->
+<!ENTITY % Inline "(#PCDATA | %inline; | %misc.inline;)*">
+
+<!--================== Block level elements ==============================-->
+
+<!ENTITY % heading "h1|h2|h3|h4|h5|h6">
+<!ENTITY % lists "ul | ol | dl | menu | dir">
+<!ENTITY % blocktext "pre | hr | blockquote | address | center | noframes">
+
+<!ENTITY % block
+    "p | %heading; | div | %lists; | %blocktext; | isindex |fieldset | table">
+
+<!-- %Flow; mixes block and inline and is used for list items etc. -->
+<!ENTITY % Flow "(#PCDATA | %block; | form | %inline; | %misc;)*">
+
+<!--================== Content models for exclusions =====================-->
+
+<!-- a elements use %Inline; excluding a -->
+
+<!ENTITY % a.content
+   "(#PCDATA | %special; | %fontstyle; | %phrase; | %inline.forms; | %misc.inline;)*">
+
+<!-- pre uses %Inline excluding img, object, applet, big, small,
+     font, or basefont -->
+
+<!ENTITY % pre.content
+   "(#PCDATA | a | %special.basic; | %fontstyle.basic; | %phrase.basic; |
+	   %inline.forms; | %misc.inline;)*">
+
+<!-- form uses %Flow; excluding form -->
+
+<!ENTITY % form.content "(#PCDATA | %block; | %inline; | %misc;)*">
+
+<!-- button uses %Flow; but excludes a, form, form controls, iframe -->
+
+<!ENTITY % button.content
+   "(#PCDATA | p | %heading; | div | %lists; | %blocktext; |
+      table | br | span | bdo | object | applet | img | map |
+      %fontstyle; | %phrase; | %misc;)*">
+
+<!--================ Document Structure ==================================-->
+
+<!-- the namespace URI designates the document profile -->
+
+<!ELEMENT html (head, body)>
+<!ATTLIST html
+  %i18n;
+  id          ID             #IMPLIED
+  xmlns       %URI;          #FIXED 'http://www.w3.org/1999/xhtml'
+  >
+
+<!--================ Document Head =======================================-->
+
+<!ENTITY % head.misc "(script|style|meta|link|object|isindex)*">
+
+<!-- content model is %head.misc; combined with a single
+     title and an optional base element in any order -->
+
+<!ELEMENT head (%head.misc;,
+     ((title, %head.misc;, (base, %head.misc;)?) |
+      (base, %head.misc;, (title, %head.misc;))))>
+
+<!ATTLIST head
+  %i18n;
+  id          ID             #IMPLIED
+  profile     %URI;          #IMPLIED
+  >
+
+<!-- The title element is not considered part of the flow of text.
+       It should be displayed, for example as the page header or
+       window title. Exactly one title is required per document.
+    -->
+<!ELEMENT title (#PCDATA)>
+<!ATTLIST title 
+  %i18n;
+  id          ID             #IMPLIED
+  >
+
+<!-- document base URI -->
+
+<!ELEMENT base EMPTY>
+<!ATTLIST base
+  id          ID             #IMPLIED
+  href        %URI;          #IMPLIED
+  target      %FrameTarget;  #IMPLIED
+  >
+
+<!-- generic metainformation -->
+<!ELEMENT meta EMPTY>
+<!ATTLIST meta
+  %i18n;
+  id          ID             #IMPLIED
+  http-equiv  CDATA          #IMPLIED
+  name        CDATA          #IMPLIED
+  content     CDATA          #REQUIRED
+  scheme      CDATA          #IMPLIED
+  >
+
+<!--
+  Relationship values can be used in principle:
+
+   a) for document specific toolbars/menus when used
+      with the link element in document head e.g.
+        start, contents, previous, next, index, end, help
+   b) to link to a separate style sheet (rel="stylesheet")
+   c) to make a link to a script (rel="script")
+   d) by stylesheets to control how collections of
+      html nodes are rendered into printed documents
+   e) to make a link to a printable version of this document
+      e.g. a PostScript or PDF version (rel="alternate" media="print")
+-->
+
+<!ELEMENT link EMPTY>
+<!ATTLIST link
+  %attrs;
+  charset     %Charset;      #IMPLIED
+  href        %URI;          #IMPLIED
+  hreflang    %LanguageCode; #IMPLIED
+  type        %ContentType;  #IMPLIED
+  rel         %LinkTypes;    #IMPLIED
+  rev         %LinkTypes;    #IMPLIED
+  media       %MediaDesc;    #IMPLIED
+  target      %FrameTarget;  #IMPLIED
+  >
+
+<!-- style info, which may include CDATA sections -->
+<!ELEMENT style (#PCDATA)>
+<!ATTLIST style
+  %i18n;
+  id          ID             #IMPLIED
+  type        %ContentType;  #REQUIRED
+  media       %MediaDesc;    #IMPLIED
+  title       %Text;         #IMPLIED
+  xml:space   (preserve)     #FIXED 'preserve'
+  >
+
+<!-- script statements, which may include CDATA sections -->
+<!ELEMENT script (#PCDATA)>
+<!ATTLIST script
+  id          ID             #IMPLIED
+  charset     %Charset;      #IMPLIED
+  type        %ContentType;  #REQUIRED
+  language    CDATA          #IMPLIED
+  src         %URI;          #IMPLIED
+  defer       (defer)        #IMPLIED
+  xml:space   (preserve)     #FIXED 'preserve'
+  >
+
+<!-- alternate content container for non script-based rendering -->
+
+<!ELEMENT noscript %Flow;>
+<!ATTLIST noscript
+  %attrs;
+  >
+
+<!--======================= Frames =======================================-->
+
+<!-- inline subwindow -->
+
+<!ELEMENT iframe %Flow;>
+<!ATTLIST iframe
+  %coreattrs;
+  longdesc    %URI;          #IMPLIED
+  name        NMTOKEN        #IMPLIED
+  src         %URI;          #IMPLIED
+  frameborder (1|0)          "1"
+  marginwidth %Pixels;       #IMPLIED
+  marginheight %Pixels;      #IMPLIED
+  scrolling   (yes|no|auto)  "auto"
+  align       %ImgAlign;     #IMPLIED
+  height      %Length;       #IMPLIED
+  width       %Length;       #IMPLIED
+  >
+
+<!-- alternate content container for non frame-based rendering -->
+
+<!ELEMENT noframes %Flow;>
+<!ATTLIST noframes
+  %attrs;
+  >
+
+<!--=================== Document Body ====================================-->
+
+<!ELEMENT body %Flow;>
+<!ATTLIST body
+  %attrs;
+  onload      %Script;       #IMPLIED
+  onunload    %Script;       #IMPLIED
+  background  %URI;          #IMPLIED
+  bgcolor     %Color;        #IMPLIED
+  text        %Color;        #IMPLIED
+  link        %Color;        #IMPLIED
+  vlink       %Color;        #IMPLIED
+  alink       %Color;        #IMPLIED
+  >
+
+<!ELEMENT div %Flow;>  <!-- generic language/style container -->
+<!ATTLIST div
+  %attrs;
+  %TextAlign;
+  >
+
+<!--=================== Paragraphs =======================================-->
+
+<!ELEMENT p %Inline;>
+<!ATTLIST p
+  %attrs;
+  %TextAlign;
+  >
+
+<!--=================== Headings =========================================-->
+
+<!--
+  There are six levels of headings from h1 (the most important)
+  to h6 (the least important).
+-->
+
+<!ELEMENT h1  %Inline;>
+<!ATTLIST h1
+  %attrs;
+  %TextAlign;
+  >
+
+<!ELEMENT h2 %Inline;>
+<!ATTLIST h2
+  %attrs;
+  %TextAlign;
+  >
+
+<!ELEMENT h3 %Inline;>
+<!ATTLIST h3
+  %attrs;
+  %TextAlign;
+  >
+
+<!ELEMENT h4 %Inline;>
+<!ATTLIST h4
+  %attrs;
+  %TextAlign;
+  >
+
+<!ELEMENT h5 %Inline;>
+<!ATTLIST h5
+  %attrs;
+  %TextAlign;
+  >
+
+<!ELEMENT h6 %Inline;>
+<!ATTLIST h6
+  %attrs;
+  %TextAlign;
+  >
+
+<!--=================== Lists ============================================-->
+
+<!-- Unordered list bullet styles -->
+
+<!ENTITY % ULStyle "(disc|square|circle)">
+
+<!-- Unordered list -->
+
+<!ELEMENT ul (li)+>
+<!ATTLIST ul
+  %attrs;
+  type        %ULStyle;     #IMPLIED
+  compact     (compact)     #IMPLIED
+  >
+
+<!-- Ordered list numbering style
+
+    1   arabic numbers      1, 2, 3, ...
+    a   lower alpha         a, b, c, ...
+    A   upper alpha         A, B, C, ...
+    i   lower roman         i, ii, iii, ...
+    I   upper roman         I, II, III, ...
+
+    The style is applied to the sequence number which by default
+    is reset to 1 for the first list item in an ordered list.
+-->
+<!ENTITY % OLStyle "CDATA">
+
+<!-- Ordered (numbered) list -->
+
+<!ELEMENT ol (li)+>
+<!ATTLIST ol
+  %attrs;
+  type        %OLStyle;      #IMPLIED
+  compact     (compact)      #IMPLIED
+  start       %Number;       #IMPLIED
+  >
+
+<!-- single column list (DEPRECATED) --> 
+<!ELEMENT menu (li)+>
+<!ATTLIST menu
+  %attrs;
+  compact     (compact)     #IMPLIED
+  >
+
+<!-- multiple column list (DEPRECATED) --> 
+<!ELEMENT dir (li)+>
+<!ATTLIST dir
+  %attrs;
+  compact     (compact)     #IMPLIED
+  >
+
+<!-- LIStyle is constrained to: "(%ULStyle;|%OLStyle;)" -->
+<!ENTITY % LIStyle "CDATA">
+
+<!-- list item -->
+
+<!ELEMENT li %Flow;>
+<!ATTLIST li
+  %attrs;
+  type        %LIStyle;      #IMPLIED
+  value       %Number;       #IMPLIED
+  >
+
+<!-- definition lists - dt for term, dd for its definition -->
+
+<!ELEMENT dl (dt|dd)+>
+<!ATTLIST dl
+  %attrs;
+  compact     (compact)      #IMPLIED
+  >
+
+<!ELEMENT dt %Inline;>
+<!ATTLIST dt
+  %attrs;
+  >
+
+<!ELEMENT dd %Flow;>
+<!ATTLIST dd
+  %attrs;
+  >
+
+<!--=================== Address ==========================================-->
+
+<!-- information on author -->
+
+<!ELEMENT address (#PCDATA | %inline; | %misc.inline; | p)*>
+<!ATTLIST address
+  %attrs;
+  >
+
+<!--=================== Horizontal Rule ==================================-->
+
+<!ELEMENT hr EMPTY>
+<!ATTLIST hr
+  %attrs;
+  align       (left|center|right) #IMPLIED
+  noshade     (noshade)      #IMPLIED
+  size        %Pixels;       #IMPLIED
+  width       %Length;       #IMPLIED
+  >
+
+<!--=================== Preformatted Text ================================-->
+
+<!-- content is %Inline; excluding 
+        "img|object|applet|big|small|sub|sup|font|basefont" -->
+
+<!ELEMENT pre %pre.content;>
+<!ATTLIST pre
+  %attrs;
+  width       %Number;      #IMPLIED
+  xml:space   (preserve)    #FIXED 'preserve'
+  >
+
+<!--=================== Block-like Quotes ================================-->
+
+<!ELEMENT blockquote %Flow;>
+<!ATTLIST blockquote
+  %attrs;
+  cite        %URI;          #IMPLIED
+  >
+
+<!--=================== Text alignment ===================================-->
+
+<!-- center content -->
+<!ELEMENT center %Flow;>
+<!ATTLIST center
+  %attrs;
+  >
+
+<!--=================== Inserted/Deleted Text ============================-->
+
+<!--
+  ins/del are allowed in block and inline content, but its
+  inappropriate to include block content within an ins element
+  occurring in inline content.
+-->
+<!ELEMENT ins %Flow;>
+<!ATTLIST ins
+  %attrs;
+  cite        %URI;          #IMPLIED
+  datetime    %Datetime;     #IMPLIED
+  >
+
+<!ELEMENT del %Flow;>
+<!ATTLIST del
+  %attrs;
+  cite        %URI;          #IMPLIED
+  datetime    %Datetime;     #IMPLIED
+  >
+
+<!--================== The Anchor Element ================================-->
+
+<!-- content is %Inline; except that anchors shouldn't be nested -->
+
+<!ELEMENT a %a.content;>
+<!ATTLIST a
+  %attrs;
+  %focus;
+  charset     %Charset;      #IMPLIED
+  type        %ContentType;  #IMPLIED
+  name        NMTOKEN        #IMPLIED
+  href        %URI;          #IMPLIED
+  hreflang    %LanguageCode; #IMPLIED
+  rel         %LinkTypes;    #IMPLIED
+  rev         %LinkTypes;    #IMPLIED
+  shape       %Shape;        "rect"
+  coords      %Coords;       #IMPLIED
+  target      %FrameTarget;  #IMPLIED
+  >
+
+<!--===================== Inline Elements ================================-->
+
+<!ELEMENT span %Inline;> <!-- generic language/style container -->
+<!ATTLIST span
+  %attrs;
+  >
+
+<!ELEMENT bdo %Inline;>  <!-- I18N BiDi over-ride -->
+<!ATTLIST bdo
+  %coreattrs;
+  %events;
+  lang        %LanguageCode; #IMPLIED
+  xml:lang    %LanguageCode; #IMPLIED
+  dir         (ltr|rtl)      #REQUIRED
+  >
+
+<!ELEMENT br EMPTY>   <!-- forced line break -->
+<!ATTLIST br
+  %coreattrs;
+  clear       (left|all|right|none) "none"
+  >
+
+<!ELEMENT em %Inline;>   <!-- emphasis -->
+<!ATTLIST em %attrs;>
+
+<!ELEMENT strong %Inline;>   <!-- strong emphasis -->
+<!ATTLIST strong %attrs;>
+
+<!ELEMENT dfn %Inline;>   <!-- definitional -->
+<!ATTLIST dfn %attrs;>
+
+<!ELEMENT code %Inline;>   <!-- program code -->
+<!ATTLIST code %attrs;>
+
+<!ELEMENT samp %Inline;>   <!-- sample -->
+<!ATTLIST samp %attrs;>
+
+<!ELEMENT kbd %Inline;>  <!-- something user would type -->
+<!ATTLIST kbd %attrs;>
+
+<!ELEMENT var %Inline;>   <!-- variable -->
+<!ATTLIST var %attrs;>
+
+<!ELEMENT cite %Inline;>   <!-- citation -->
+<!ATTLIST cite %attrs;>
+
+<!ELEMENT abbr %Inline;>   <!-- abbreviation -->
+<!ATTLIST abbr %attrs;>
+
+<!ELEMENT acronym %Inline;>   <!-- acronym -->
+<!ATTLIST acronym %attrs;>
+
+<!ELEMENT q %Inline;>   <!-- inlined quote -->
+<!ATTLIST q
+  %attrs;
+  cite        %URI;          #IMPLIED
+  >
+
+<!ELEMENT sub %Inline;> <!-- subscript -->
+<!ATTLIST sub %attrs;>
+
+<!ELEMENT sup %Inline;> <!-- superscript -->
+<!ATTLIST sup %attrs;>
+
+<!ELEMENT tt %Inline;>   <!-- fixed pitch font -->
+<!ATTLIST tt %attrs;>
+
+<!ELEMENT i %Inline;>   <!-- italic font -->
+<!ATTLIST i %attrs;>
+
+<!ELEMENT b %Inline;>   <!-- bold font -->
+<!ATTLIST b %attrs;>
+
+<!ELEMENT big %Inline;>   <!-- bigger font -->
+<!ATTLIST big %attrs;>
+
+<!ELEMENT small %Inline;>   <!-- smaller font -->
+<!ATTLIST small %attrs;>
+
+<!ELEMENT u %Inline;>   <!-- underline -->
+<!ATTLIST u %attrs;>
+
+<!ELEMENT s %Inline;>   <!-- strike-through -->
+<!ATTLIST s %attrs;>
+
+<!ELEMENT strike %Inline;>   <!-- strike-through -->
+<!ATTLIST strike %attrs;>
+
+<!ELEMENT basefont EMPTY>  <!-- base font size -->
+<!ATTLIST basefont
+  id          ID             #IMPLIED
+  size        CDATA          #REQUIRED
+  color       %Color;        #IMPLIED
+  face        CDATA          #IMPLIED
+  >
+
+<!ELEMENT font %Inline;> <!-- local change to font -->
+<!ATTLIST font
+  %coreattrs;
+  %i18n;
+  size        CDATA          #IMPLIED
+  color       %Color;        #IMPLIED
+  face        CDATA          #IMPLIED
+  >
+
+<!--==================== Object ======================================-->
+<!--
+  object is used to embed objects as part of HTML pages.
+  param elements should precede other content. Parameters
+  can also be expressed as attribute/value pairs on the
+  object element itself when brevity is desired.
+-->
+
+<!ELEMENT object (#PCDATA | param | %block; | form | %inline; | %misc;)*>
+<!ATTLIST object
+  %attrs;
+  declare     (declare)      #IMPLIED
+  classid     %URI;          #IMPLIED
+  codebase    %URI;          #IMPLIED
+  data        %URI;          #IMPLIED
+  type        %ContentType;  #IMPLIED
+  codetype    %ContentType;  #IMPLIED
+  archive     %UriList;      #IMPLIED
+  standby     %Text;         #IMPLIED
+  height      %Length;       #IMPLIED
+  width       %Length;       #IMPLIED
+  usemap      %URI;          #IMPLIED
+  name        NMTOKEN        #IMPLIED
+  tabindex    %Number;       #IMPLIED
+  align       %ImgAlign;     #IMPLIED
+  border      %Pixels;       #IMPLIED
+  hspace      %Pixels;       #IMPLIED
+  vspace      %Pixels;       #IMPLIED
+  >
+
+<!--
+  param is used to supply a named property value.
+  In XML it would seem natural to follow RDF and support an
+  abbreviated syntax where the param elements are replaced
+  by attribute value pairs on the object start tag.
+-->
+<!ELEMENT param EMPTY>
+<!ATTLIST param
+  id          ID             #IMPLIED
+  name        CDATA          #REQUIRED
+  value       CDATA          #IMPLIED
+  valuetype   (data|ref|object) "data"
+  type        %ContentType;  #IMPLIED
+  >
+
+<!--=================== Java applet ==================================-->
+<!--
+  One of code or object attributes must be present.
+  Place param elements before other content.
+-->
+<!ELEMENT applet (#PCDATA | param | %block; | form | %inline; | %misc;)*>
+<!ATTLIST applet
+  %coreattrs;
+  codebase    %URI;          #IMPLIED
+  archive     CDATA          #IMPLIED
+  code        CDATA          #IMPLIED
+  object      CDATA          #IMPLIED
+  alt         %Text;         #IMPLIED
+  name        NMTOKEN        #IMPLIED
+  width       %Length;       #REQUIRED
+  height      %Length;       #REQUIRED
+  align       %ImgAlign;     #IMPLIED
+  hspace      %Pixels;       #IMPLIED
+  vspace      %Pixels;       #IMPLIED
+  >
+
+<!--=================== Images ===========================================-->
+
+<!--
+   To avoid accessibility problems for people who aren't
+   able to see the image, you should provide a text
+   description using the alt and longdesc attributes.
+   In addition, avoid the use of server-side image maps.
+-->
+
+<!ELEMENT img EMPTY>
+<!ATTLIST img
+  %attrs;
+  src         %URI;          #REQUIRED
+  alt         %Text;         #REQUIRED
+  name        NMTOKEN        #IMPLIED
+  longdesc    %URI;          #IMPLIED
+  height      %Length;       #IMPLIED
+  width       %Length;       #IMPLIED
+  usemap      %URI;          #IMPLIED
+  ismap       (ismap)        #IMPLIED
+  align       %ImgAlign;     #IMPLIED
+  border      %Length;       #IMPLIED
+  hspace      %Pixels;       #IMPLIED
+  vspace      %Pixels;       #IMPLIED
+  >
+
+<!-- usemap points to a map element which may be in this document
+  or an external document, although the latter is not widely supported -->
+
+<!--================== Client-side image maps ============================-->
+
+<!-- These can be placed in the same document or grouped in a
+     separate document although this isn't yet widely supported -->
+
+<!ELEMENT map ((%block; | form | %misc;)+ | area+)>
+<!ATTLIST map
+  %i18n;
+  %events;
+  id          ID             #REQUIRED
+  class       CDATA          #IMPLIED
+  style       %StyleSheet;   #IMPLIED
+  title       %Text;         #IMPLIED
+  name        CDATA          #IMPLIED
+  >
+
+<!ELEMENT area EMPTY>
+<!ATTLIST area
+  %attrs;
+  %focus;
+  shape       %Shape;        "rect"
+  coords      %Coords;       #IMPLIED
+  href        %URI;          #IMPLIED
+  nohref      (nohref)       #IMPLIED
+  alt         %Text;         #REQUIRED
+  target      %FrameTarget;  #IMPLIED
+  >
+
+<!--================ Forms ===============================================-->
+
+<!ELEMENT form %form.content;>   <!-- forms shouldn't be nested -->
+
+<!ATTLIST form
+  %attrs;
+  action      %URI;          #REQUIRED
+  method      (get|post)     "get"
+  name        NMTOKEN        #IMPLIED
+  enctype     %ContentType;  "application/x-www-form-urlencoded"
+  onsubmit    %Script;       #IMPLIED
+  onreset     %Script;       #IMPLIED
+  accept      %ContentTypes; #IMPLIED
+  accept-charset %Charsets;  #IMPLIED
+  target      %FrameTarget;  #IMPLIED
+  >
+
+<!--
+  Each label must not contain more than ONE field
+  Label elements shouldn't be nested.
+-->
+<!ELEMENT label %Inline;>
+<!ATTLIST label
+  %attrs;
+  for         IDREF          #IMPLIED
+  accesskey   %Character;    #IMPLIED
+  onfocus     %Script;       #IMPLIED
+  onblur      %Script;       #IMPLIED
+  >
+
+<!ENTITY % InputType
+  "(text | password | checkbox |
+    radio | submit | reset |
+    file | hidden | image | button)"
+   >
+
+<!-- the name attribute is required for all but submit & reset -->
+
+<!ELEMENT input EMPTY>     <!-- form control -->
+<!ATTLIST input
+  %attrs;
+  %focus;
+  type        %InputType;    "text"
+  name        CDATA          #IMPLIED
+  value       CDATA          #IMPLIED
+  checked     (checked)      #IMPLIED
+  disabled    (disabled)     #IMPLIED
+  readonly    (readonly)     #IMPLIED
+  size        CDATA          #IMPLIED
+  maxlength   %Number;       #IMPLIED
+  src         %URI;          #IMPLIED
+  alt         CDATA          #IMPLIED
+  usemap      %URI;          #IMPLIED
+  onselect    %Script;       #IMPLIED
+  onchange    %Script;       #IMPLIED
+  accept      %ContentTypes; #IMPLIED
+  align       %ImgAlign;     #IMPLIED
+  >
+
+<!ELEMENT select (optgroup|option)+>  <!-- option selector -->
+<!ATTLIST select
+  %attrs;
+  name        CDATA          #IMPLIED
+  size        %Number;       #IMPLIED
+  multiple    (multiple)     #IMPLIED
+  disabled    (disabled)     #IMPLIED
+  tabindex    %Number;       #IMPLIED
+  onfocus     %Script;       #IMPLIED
+  onblur      %Script;       #IMPLIED
+  onchange    %Script;       #IMPLIED
+  >
+
+<!ELEMENT optgroup (option)+>   <!-- option group -->
+<!ATTLIST optgroup
+  %attrs;
+  disabled    (disabled)     #IMPLIED
+  label       %Text;         #REQUIRED
+  >
+
+<!ELEMENT option (#PCDATA)>     <!-- selectable choice -->
+<!ATTLIST option
+  %attrs;
+  selected    (selected)     #IMPLIED
+  disabled    (disabled)     #IMPLIED
+  label       %Text;         #IMPLIED
+  value       CDATA          #IMPLIED
+  >
+
+<!ELEMENT textarea (#PCDATA)>     <!-- multi-line text field -->
+<!ATTLIST textarea
+  %attrs;
+  %focus;
+  name        CDATA          #IMPLIED
+  rows        %Number;       #REQUIRED
+  cols        %Number;       #REQUIRED
+  disabled    (disabled)     #IMPLIED
+  readonly    (readonly)     #IMPLIED
+  onselect    %Script;       #IMPLIED
+  onchange    %Script;       #IMPLIED
+  >
+
+<!--
+  The fieldset element is used to group form fields.
+  Only one legend element should occur in the content
+  and if present should only be preceded by whitespace.
+-->
+<!ELEMENT fieldset (#PCDATA | legend | %block; | form | %inline; | %misc;)*>
+<!ATTLIST fieldset
+  %attrs;
+  >
+
+<!ENTITY % LAlign "(top|bottom|left|right)">
+
+<!ELEMENT legend %Inline;>     <!-- fieldset label -->
+<!ATTLIST legend
+  %attrs;
+  accesskey   %Character;    #IMPLIED
+  align       %LAlign;       #IMPLIED
+  >
+
+<!--
+ Content is %Flow; excluding a, form, form controls, iframe
+--> 
+<!ELEMENT button %button.content;>  <!-- push button -->
+<!ATTLIST button
+  %attrs;
+  %focus;
+  name        CDATA          #IMPLIED
+  value       CDATA          #IMPLIED
+  type        (button|submit|reset) "submit"
+  disabled    (disabled)     #IMPLIED
+  >
+
+<!-- single-line text input control (DEPRECATED) -->
+<!ELEMENT isindex EMPTY>
+<!ATTLIST isindex
+  %coreattrs;
+  %i18n;
+  prompt      %Text;         #IMPLIED
+  >
+
+<!--======================= Tables =======================================-->
+
+<!-- Derived from IETF HTML table standard, see [RFC1942] -->
+
+<!--
+ The border attribute sets the thickness of the frame around the
+ table. The default units are screen pixels.
+
+ The frame attribute specifies which parts of the frame around
+ the table should be rendered. The values are not the same as
+ CALS to avoid a name clash with the valign attribute.
+-->
+<!ENTITY % TFrame "(void|above|below|hsides|lhs|rhs|vsides|box|border)">
+
+<!--
+ The rules attribute defines which rules to draw between cells:
+
+ If rules is absent then assume:
+     "none" if border is absent or border="0" otherwise "all"
+-->
+
+<!ENTITY % TRules "(none | groups | rows | cols | all)">
+  
+<!-- horizontal placement of table relative to document -->
+<!ENTITY % TAlign "(left|center|right)">
+
+<!-- horizontal alignment attributes for cell contents
+
+  char        alignment char, e.g. char=':'
+  charoff     offset for alignment char
+-->
+<!ENTITY % cellhalign
+  "align      (left|center|right|justify|char) #IMPLIED
+   char       %Character;    #IMPLIED
+   charoff    %Length;       #IMPLIED"
+  >
+
+<!-- vertical alignment attributes for cell contents -->
+<!ENTITY % cellvalign
+  "valign     (top|middle|bottom|baseline) #IMPLIED"
+  >
+
+<!ELEMENT table
+     (caption?, (col*|colgroup*), thead?, tfoot?, (tbody+|tr+))>
+<!ELEMENT caption  %Inline;>
+<!ELEMENT thead    (tr)+>
+<!ELEMENT tfoot    (tr)+>
+<!ELEMENT tbody    (tr)+>
+<!ELEMENT colgroup (col)*>
+<!ELEMENT col      EMPTY>
+<!ELEMENT tr       (th|td)+>
+<!ELEMENT th       %Flow;>
+<!ELEMENT td       %Flow;>
+
+<!ATTLIST table
+  %attrs;
+  summary     %Text;         #IMPLIED
+  width       %Length;       #IMPLIED
+  border      %Pixels;       #IMPLIED
+  frame       %TFrame;       #IMPLIED
+  rules       %TRules;       #IMPLIED
+  cellspacing %Length;       #IMPLIED
+  cellpadding %Length;       #IMPLIED
+  align       %TAlign;       #IMPLIED
+  bgcolor     %Color;        #IMPLIED
+  >
+
+<!ENTITY % CAlign "(top|bottom|left|right)">
+
+<!ATTLIST caption
+  %attrs;
+  align       %CAlign;       #IMPLIED
+  >
+
+<!--
+colgroup groups a set of col elements. It allows you to group
+several semantically related columns together.
+-->
+<!ATTLIST colgroup
+  %attrs;
+  span        %Number;       "1"
+  width       %MultiLength;  #IMPLIED
+  %cellhalign;
+  %cellvalign;
+  >
+
+<!--
+ col elements define the alignment properties for cells in
+ one or more columns.
+
+ The width attribute specifies the width of the columns, e.g.
+
+     width=64        width in screen pixels
+     width=0.5*      relative width of 0.5
+
+ The span attribute causes the attributes of one
+ col element to apply to more than one column.
+-->
+<!ATTLIST col
+  %attrs;
+  span        %Number;       "1"
+  width       %MultiLength;  #IMPLIED
+  %cellhalign;
+  %cellvalign;
+  >
+
+<!--
+    Use thead to duplicate headers when breaking table
+    across page boundaries, or for static headers when
+    tbody sections are rendered in scrolling panel.
+
+    Use tfoot to duplicate footers when breaking table
+    across page boundaries, or for static footers when
+    tbody sections are rendered in scrolling panel.
+
+    Use multiple tbody sections when rules are needed
+    between groups of table rows.
+-->
+<!ATTLIST thead
+  %attrs;
+  %cellhalign;
+  %cellvalign;
+  >
+
+<!ATTLIST tfoot
+  %attrs;
+  %cellhalign;
+  %cellvalign;
+  >
+
+<!ATTLIST tbody
+  %attrs;
+  %cellhalign;
+  %cellvalign;
+  >
+
+<!ATTLIST tr
+  %attrs;
+  %cellhalign;
+  %cellvalign;
+  bgcolor     %Color;        #IMPLIED
+  >
+
+<!-- Scope is simpler than headers attribute for common tables -->
+<!ENTITY % Scope "(row|col|rowgroup|colgroup)">
+
+<!-- th is for headers, td for data and for cells acting as both -->
+
+<!ATTLIST th
+  %attrs;
+  abbr        %Text;         #IMPLIED
+  axis        CDATA          #IMPLIED
+  headers     IDREFS         #IMPLIED
+  scope       %Scope;        #IMPLIED
+  rowspan     %Number;       "1"
+  colspan     %Number;       "1"
+  %cellhalign;
+  %cellvalign;
+  nowrap      (nowrap)       #IMPLIED
+  bgcolor     %Color;        #IMPLIED
+  width       %Length;       #IMPLIED
+  height      %Length;       #IMPLIED
+  >
+
+<!ATTLIST td
+  %attrs;
+  abbr        %Text;         #IMPLIED
+  axis        CDATA          #IMPLIED
+  headers     IDREFS         #IMPLIED
+  scope       %Scope;        #IMPLIED
+  rowspan     %Number;       "1"
+  colspan     %Number;       "1"
+  %cellhalign;
+  %cellvalign;
+  nowrap      (nowrap)       #IMPLIED
+  bgcolor     %Color;        #IMPLIED
+  width       %Length;       #IMPLIED
+  height      %Length;       #IMPLIED
+  >
+
diff --git a/nbbuild/external/xhtml1-dtds/xhtml1.dcl b/nbbuild/external/xhtml1-dtds/xhtml1.dcl
new file mode 100644
index 0000000..912fd06
--- /dev/null
+++ b/nbbuild/external/xhtml1-dtds/xhtml1.dcl
@@ -0,0 +1,192 @@
+<!SGML "ISO 8879:1986 (WWW)"
+
+     -- SGML Declaration for XML 1.0 --
+
+     -- from: 
+        Final text of revised Web SGML Adaptations Annex (TC2) to ISO 8879:1986
+        ISO/IEC JTC1/SC34 N0029: 1998-12-06
+        Annex L.2 (informative): SGML Declaration for XML
+
+        changes made to accommodate validation are noted with 'VALID:'
+     --
+
+     CHARSET
+         BASESET
+             "ISO Registration Number 177//CHARSET
+              ISO/IEC 10646-1:1993 UCS-4 with implementation
+              level 3//ESC 2/5 2/15 4/6"
+         DESCSET
+                 0        9  UNUSED
+                 9        2       9
+                11        2  UNUSED
+                13        1      13
+                14       18  UNUSED
+                32       95      32
+               127        1  UNUSED
+               128       32  UNUSED
+               160    55136     160
+             55296     2048  UNUSED  -- surrogates --
+             57344     8190   57344
+             65534        2  UNUSED  -- FFFE and FFFF --
+             65536  1048576   65536
+
+     CAPACITY NONE  -- Capacities are not restricted in XML --
+
+     SCOPE DOCUMENT
+
+     SYNTAX
+         SHUNCHAR NONE
+         BASESET "ISO Registration Number 177//CHARSET
+                  ISO/IEC 10646-1:1993 UCS-4 with implementation
+                  level 3//ESC 2/5 2/15 4/6"
+         DESCSET
+             0 1114112 0
+         FUNCTION
+             RE    13
+             RS    10
+             SPACE 32
+             TAB   SEPCHAR 9
+         NAMING
+             LCNMSTRT ""
+             UCNMSTRT ""
+             NAMESTRT
+                 58 95 192-214 216-246 248-305 308-318 321-328
+                 330-382 384-451 461-496 500-501 506-535 592-680
+                 699-705 902 904-906 908 910-929 931-974 976-982
+                 986 988 990 992 994-1011 1025-1036 1038-1103
+                 1105-1116 1118-1153 1168-1220 1223-1224
+                 1227-1228 1232-1259 1262-1269 1272-1273
+                 1329-1366 1369 1377-1414 1488-1514 1520-1522
+                 1569-1594 1601-1610 1649-1719 1722-1726
+                 1728-1742 1744-1747 1749 1765-1766 2309-2361
+                 2365 2392-2401 2437-2444 2447-2448 2451-2472
+                 2474-2480 2482 2486-2489 2524-2525 2527-2529
+                 2544-2545 2565-2570 2575-2576 2579-2600
+                 2602-2608 2610-2611 2613-2614 2616-2617
+                 2649-2652 2654 2674-2676 2693-2699 2701
+                 2703-2705 2707-2728 2730-2736 2738-2739
+                 2741-2745 2749 2784 2821-2828 2831-2832
+                 2835-2856 2858-2864 2866-2867 2870-2873 2877
+                 2908-2909 2911-2913 2949-2954 2958-2960
+                 2962-2965 2969-2970 2972 2974-2975 2979-2980
+                 2984-2986 2990-2997 2999-3001 3077-3084
+                 3086-3088 3090-3112 3114-3123 3125-3129
+                 3168-3169 3205-3212 3214-3216 3218-3240
+                 3242-3251 3253-3257 3294 3296-3297 3333-3340
+                 3342-3344 3346-3368 3370-3385 3424-3425
+                 3585-3630 3632 3634-3635 3648-3653 3713-3714
+                 3716 3719-3720 3722 3725 3732-3735 3737-3743
+                 3745-3747 3749 3751 3754-3755 3757-3758 3760
+                 3762-3763 3773 3776-3780 3904-3911 3913-3945
+                 4256-4293 4304-4342 4352 4354-4355 4357-4359
+                 4361 4363-4364 4366-4370 4412 4414 4416 4428
+                 4430 4432 4436-4437 4441 4447-4449 4451 4453
+                 4455 4457 4461-4462 4466-4467 4469 4510 4520
+                 4523 4526-4527 4535-4536 4538 4540-4546 4587
+                 4592 4601 7680-7835 7840-7929 7936-7957
+                 7960-7965 7968-8005 8008-8013 8016-8023 8025
+                 8027 8029 8031-8061 8064-8116 8118-8124 8126
+                 8130-8132 8134-8140 8144-8147 8150-8155
+                 8160-8172 8178-8180 8182-8188 8486 8490-8491
+                 8494 8576-8578 12295 12321-12329 12353-12436
+                 12449-12538 12549-12588 19968-40869 44032-55203
+
+             LCNMCHAR ""
+             UCNMCHAR ""
+             NAMECHAR
+                 45-46 183 720-721 768-837 864-865 903 1155-1158
+                 1425-1441 1443-1465 1467-1469 1471 1473-1474
+                 1476 1600 1611-1618 1632-1641 1648 1750-1764
+                 1767-1768 1770-1773 1776-1785 2305-2307 2364
+                 2366-2381 2385-2388 2402-2403 2406-2415
+                 2433-2435 2492 2494-2500 2503-2504 2507-2509
+                 2519 2530-2531 2534-2543 2562 2620 2622-2626
+                 2631-2632 2635-2637 2662-2673 2689-2691 2748
+                 2750-2757 2759-2761 2763-2765 2790-2799
+                 2817-2819 2876 2878-2883 2887-2888 2891-2893
+                 2902-2903 2918-2927 2946-2947 3006-3010
+                 3014-3016 3018-3021 3031 3047-3055 3073-3075
+                 3134-3140 3142-3144 3146-3149 3157-3158
+                 3174-3183 3202-3203 3262-3268 3270-3272
+                 3274-3277 3285-3286 3302-3311 3330-3331
+                 3390-3395 3398-3400 3402-3405 3415 3430-3439
+                 3633 3636-3642 3654-3662 3664-3673 3761
+                 3764-3769 3771-3772 3782 3784-3789 3792-3801
+                 3864-3865 3872-3881 3893 3895 3897 3902-3903
+                 3953-3972 3974-3979 3984-3989 3991 3993-4013
+                 4017-4023 4025 8400-8412 8417 12293 12330-12335
+                 12337-12341 12441-12442 12445-12446 12540-12542
+
+             NAMECASE
+                 GENERAL NO
+                 ENTITY  NO
+         DELIM
+             GENERAL  SGMLREF
+             HCRO     "&#x"
+                      -- Ampersand followed by "#x" (without quotes) --
+             NESTC    "/"
+             NET      ">"
+             PIC      "?>"
+             SHORTREF NONE
+
+         NAMES
+             SGMLREF
+
+         QUANTITY
+             NONE -- Quantities are not restricted in XML --
+
+         ENTITIES
+             "amp"  38
+             "lt"   60
+             "gt"   62
+             "quot" 34
+             "apos" 39
+
+     FEATURES
+         MINIMIZE
+             DATATAG NO
+             OMITTAG NO
+             RANK    NO
+             SHORTTAG
+                 STARTTAG
+                     EMPTY    NO
+                     UNCLOSED NO
+                     NETENABL IMMEDNET
+                 ENDTAG
+                     EMPTY    NO
+                     UNCLOSED NO
+                 ATTRIB
+                     DEFAULT  YES
+                     OMITNAME NO
+                     VALUE    NO
+             EMPTYNRM  YES
+             IMPLYDEF
+                 ATTLIST  NO  -- VALID: was YES --
+                 DOCTYPE  NO
+                 ELEMENT  NO  -- VALID: was YES --
+                 ENTITY   NO
+                 NOTATION NO  -- VALID: was YES --
+         LINK
+             SIMPLE   NO
+             IMPLICIT NO
+             EXPLICIT NO
+         OTHER
+             CONCUR   NO
+             SUBDOC   NO
+             FORMAL   NO
+             URN      NO
+             KEEPRSRE YES
+             VALIDITY TYPE -- VALID: was NOASSERT --
+             ENTITIES
+                 REF      ANY
+                 INTEGRAL YES
+
+     APPINFO NONE
+
+     SEEALSO "ISO 8879//NOTATION Extensible Markup Language (XML) 1.0//EN"
+>
+<!-- Id: $Id$ SMI
+     Revisions:
+#1999-04-09  changes for XML validation
+#2001-04-08  updated ISO registration number for UCS-4
+-->
diff --git a/nbbuild/external/xhtml1-license.txt b/nbbuild/external/xhtml1-license.txt
new file mode 100644
index 0000000..d251415
--- /dev/null
+++ b/nbbuild/external/xhtml1-license.txt
@@ -0,0 +1,279 @@
+Name: XHTML
+Version: 1.0
+License: W3C
+Comment: not used during build, just here for DTD validation; see nbbuild/javadoctools/apichanges.dtd and nbbuild/antsrc/org/netbeans/nbbuild/Arch.dtd
+
+W3C (R) Intellectual Rights Notice and Legal Disclaimers
+
+This page includes notices and disclaimers related to:
+
+  1. Copyright 2. Notices 3. Trademarks 4. Disclaimers and Liabilities
+
+
+Copyright (C) 1994-2002 W3C  (R) (Massachusetts Institute of Technology,
+Institut National de Recherche en Informatique et en Automatique, Keio
+University), All Rights Reserved.
+
+If you wish your version of this file to be governed by only the CDDL
+or only the GPL Version 2, indicate your decision by adding
+"[Contributor] elects to include this software in this distribution
+under the [CDDL or GPL Version 2] license." If you do not indicate a
+single choice of license, a recipient has the option to distribute
+your version of this file under either the CDDL, the GPL Version 2 or
+to extend the choice of license to its licensees as provided above.
+However, if you add GPL Version 2 code and therefore, elected the GPL
+Version 2 license, then the option applies only if the new code is
+made subject to such option by the copyright holder.
+
+World Wide Web Consortium (W3C (R)) web site pages may contain other
+proprietary notices and copyright information, the terms of which must
+be observed and followed. Specific notices do exist for W3C documents
+and software. Also, there are specific usage policies associated with
+some of the W3C Icons. Please see our Intellectual Rights FAQ for common
+questions about using materials from our site.
+
+Notice and Disclaimers
+
+1. Unless otherwise noted, all materials contained in this Site are
+copyrighted and may not be used except as provided in these terms
+and conditions or in the copyright notice (documents and software) or
+other proprietary notice provided with the relevant materials.
+2. The materials contained in the Site may be downloaded or copied
+provided that ALL copies retain the copyright and any other proprietary
+notices contained on the materials. No material may be modified, edited
+or taken out of context such that its use creates a false or misleading
+statement or impression as to the positions, statements or actions of W3C.
+3. The name and trademarks of copyright holders may NOT be
+used in advertising or publicity pertaining to the Web site, its
+content, specifications, or software without specific, written prior
+permission. Title to copyright in Web site documents will at all times
+remain with copyright holders. Use of W3C trademarks and service marks
+is covered by the W3C Trademark and Servicemark License.
+4. Caches of W3C materials should comply with the "maximum time to live"
+information provided with the materials. After such materials have
+expired they should not be served from caches without first validating
+the contents of the W3C Site. Organizations that want to mirror W3C
+content must abide by the W3C Mirroring Policy.
+
+W3C (R)Trademarks and Generic Terms
+
+
+Trademarks owned by W3C host institutions on behalf of W3C and generic
+terms used by the W3C
+
+5. The trademarks, logos, and service marks (collectively the
+"Trademarks") displayed on the Site are registered and unregistered
+Trademarks of the Massachusetts Institute of Technology (MIT), Institut
+National de Recherche en Informatique et en Automatique (INRIA), or Keio
+University (Keio). All use of the W3C Trademarks is governed by the W3C
+Trademark and Servicemark License. No additional rights are granted by
+implication, estoppel, or otherwise. Terms which claimed as generic are
+not governed by any W3C license and are used as common descriptors by
+the W3C.  The following is a list of W3C terms claimed as a trademark
+or generic term by MIT, INRIA, and/or Keio on behalf of the W3C:
+
+     W3C (R), World Wide Web Consortium (registered in numerous countries)
+     AmayaTM, a Web Browser CSSTM, Cascading Style Sheets Specification
+     DOMTM, Document Object Model HTML (generic), HyperText Markup
+     Language HTTP (generic), Hypertext Transfer Protocol MathMLTM,
+     Mathematical Markup Language Metadata (generic) P3PTM, Platform for
+     Privacy Preferences Project PICSTM, Platform for Internet Content
+     Selection RDF (generic), Resource Description Framework SMILTM,
+     Synchronized Multimedia Integration Language SVGTM, Scalable Vector
+     Graphics WAITM, Web Accessibility Initiative XENC (generic), XML
+     Encryption XHTMLTM, The Extensible HyperText Markup Language XML
+     (generic), Extensible Markup Language XSLTM, Extensible Stylesheet
+     Language
+
+     ACSSTM, Aural Cascading Style Sheets DSigTM, Digital Signature
+     Initiative JEPITM, Joint Electronic Payment Initiative JigsawTM
+     PICSRulesTM WebFontsTM
+
+The absence of a product or service name or logo from this list does
+not constitute a waiver of MIT's, INRIA's, or Keio's trademark or
+other intellectual rights concerning that name or logo.  Any questions
+concerning the use, status, or standing of W3C trademarks should be
+directed to: site-policy at w3.org or to W3C (c/o Joseph Reagle), Laboratory
+for Computer Science NE43-358, Massachusetts Institute of Technology,
+200 Technology Square, Cambridge, MA 02139.
+
+Non-W3C Trademarks; Member Trademarks
+
+The trademarks, logos, and service marks not owned on behalf of the W3C
+and that are displayed on the Site are the registered and unregistered
+marks of their respective owners. No rights are granted by the W3C
+to use such marks, whether by implication, estoppel, or otherwise.
+"METADATA" is a trademark of the Metadata Company. W3C uses the term
+"metadata" in a descriptive sense, meaning "data about data". W3C is
+not in any way affiliated with the Metadata Company.
+
+Legal Disclaimers
+
+6. W3C has not reviewed any or all of the web sites linked to this Site
+and is not responsible for the content of any off-site pages or any other
+web sites linked to this Site. Please understand that any non-W3C web
+site is independent from W3C, and W3C has no control over the content on
+that web site. In addition, a link to a non-W3C web site does not mean
+that W3C endorses or accepts any responsibility for the content, or the
+use, of such site. It is the user's responsibility to take precautions to
+ensure that whatever is selected is free of such items as viruses, worms,
+Trojan horses and other items of a destructive nature.
+7. Information W3C publishes on its Site may contain references or cross
+references to W3C specifications, projects, programs and services that are
+not announced or available in your country. Such references do not imply
+that W3C intends to announce such specifications, projects, programs
+or services in your country.
+8. Information on this Site may contain technical inaccuracies or
+typographical errors. Information may be changed or updated without
+notice. W3C may make improvements and/or changes in the materials
+contained in or described on this site at any time without notice. W3C
+may also make changes in these Terms and Conditions without notice. User
+is bound by such revisions and should therefore periodically visit this
+page to review the then current Terms and Conditions.
+
+9. Limitation on Warranties.
+
+ALL MATERIALS ON THE W3C SITE ARE PROVIDED "AS IS." W3C, MIT, INRIA,
+AND KEIO MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
+INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE, TITLE OR NON-INFRINGEMENT. AS TO DOCUMENTS
+AND GRAPHICS PUBLISHED ON THIS SITE, W3C, MIT, INRIA, AND KEIO MAKE NO
+REPRESENTATION OR WARRANTY THAT THE CONTENTS OF SUCH DOCUMENT OR GRAPHICS
+ARE FREE FROM ERROR OR SUITABLE FOR ANY PURPOSE; NOR THAT IMPLEMENTATION
+OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS,
+TRADEMARKS OR OTHER RIGHTS.  Please note that some jurisdictions may
+not allow the exclusion of implied warranties, so some of the above
+exclusions may not apply to you.
+
+10. Limitation on Liability.
+
+IN NO EVENT WILL W3C, MIT, INRIA, AND KEIO BE LIABLE TO ANY PARTY FOR
+ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES FOR ANY USE OF
+THIS SITE, OR ON ANY OTHER HYPERLINKED WEB SITE, INCLUDING, WITHOUT
+LIMITATION, ANY LOST PROFITS, BUSINESS INTERRUPTION, LOSS OF PROGRAMS
+OR OTHER DATA ON YOUR INFORMATION HANDLING SYSTEM OR OTHERWISE, EVEN
+IF W3C, MIT, INRIA, OR KEIO IS EXPRESSLY ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.  ______________ Please see our Intellectual Rights FAQ
+for common questions about using materials from our site. Questions
+about this notice can be directed to site- policy at w3.org .  Created by
+reagle last updated by reagle on $ Date: 1999/07/28 13:54:29 $ Copyright
+(C) 1998-2002 W3C  (R) (MIT, INRIA, Keio), All Rights Reserved. W3C
+liability, trademark, document use and software licensing rules apply.
+-------------------------------------------------------------------------------
+
+
+W3C (R) DOCUMENT NOTICE AND LICENSE
+
+
+Copyright (C) 1994-2002 World Wide Web Consortium, (Massachusetts
+Institute of Technology, Institut National de Recherche en
+Informatique et en Automatique, Keio University). All Rights Reserved.
+http://www.w3.org/Consortium/Legal/
+
+Public documents on the W3C site are provided by the copyright holders
+under the following license. The software or Document Type Definitions
+(DTDs) associated with W3C specifications are governed by the Software
+Notice. By using and/or copying this document, or the W3C document from
+which this statement is linked, you (the licensee) agree that you have
+read, understood, and will comply with the following terms and conditions:
+Permission to use, copy, and distribute the contents of this document,
+or the W3C document from which this statement is linked, in any medium
+for any purpose and without fee or royalty is hereby granted, provided
+that you include the following on ALL copies of the document, or portions
+thereof, that you use:
+
+  1. A link or URL to the original W3C document.  2. The pre-existing
+  copyright notice of the original author, or if it doesn't
+     exist, a notice of the form: "Copyright (C) [$date-of-document]
+     World Wide Web Consortium, (Massachusetts Institute
+     of Technology, Institut National de Recherche en
+     Informatique et en Automatique, Keio University). All Rights
+     Reserved. http://www.w3.org/Consortium/Legal/" (Hypertext is
+     preferred, but a textual representation is permitted.)
+  3. If it exists, the STATUS of the W3C document.
+
+When space permits, inclusion of the full text of this NOTICE should
+be provided. We request that authorship attribution be provided in
+any software, documents, or other items or products that you create
+pursuant to the implementation of the contents of this document, or any
+portion thereof.  No right to create modifications or derivatives of W3C
+documents is granted pursuant to this license. However, if additional
+requirements (documented in the Copyright FAQ) are satisfied, the right
+to create modifications or derivatives is sometimes granted by the
+W3C to individuals complying with those requirements.  THIS DOCUMENT
+IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS
+OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
+NON- INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF THE DOCUMENT ARE
+SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF SUCH CONTENTS
+WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR
+OTHER RIGHTS.  COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT,
+INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF
+THE DOCUMENT OR THE PERFORMANCE OR IMPLEMENTATION OF THE CONTENTS
+THEREOF.  The name and trademarks of copyright holders may NOT be
+used in advertising or publicity pertaining to this document or its
+contents without specific, written prior permission. Title to copyright
+in this document will at all times remain with copyright holders.
+----------------------------------------------------------------------------
+This formulation of W3C's notice and license became active on
+April 05 1999 so as to account for the treatment of DTDs, schema's
+and bindings. See the older formulation for the policy prior to
+this date. Please see our Copyright FAQ for common questions
+about using materials from our site, including specific terms
+and conditions for packages like libwww, Amaya, and Jigsaw. Other
+questions about this notice can be directed to site-policy at w3.org.
+-------------------------------------------------------------------------------
+
+
+W3C(R) SOFTWARE NOTICE AND LICENSE
+
+
+Copyright (c) 1994-2002 World Wide Web Consortium, (Massachusetts
+Institute of Technology, Institut National de Recherche en
+Informatique et en Automatique, Keio University). All Rights
+Reserved. http://www.w3.org/Consortium/Legal/
+
+This W3C work (including software, documents, or other related items) is
+being provided by the copyright holders under the following license. By
+obtaining, using and/or copying this work, you (the licensee) agree that
+you have read, understood, and will comply with the following terms
+and conditions: Permission to use, copy, modify, and distribute this
+software and its documentation, with or without modification, for any
+purpose and without fee or royalty is hereby granted, provided that you
+include the following on ALL copies of the software and documentation
+or portions thereof, including modifications, that you make:
+
+  1. The full text of this NOTICE in a location viewable to users of the
+     redistributed or derivative work.
+  2. Any pre-existing intellectual property disclaimers, notices, or
+     terms and conditions. If none exist, a short notice of the
+     following form (hypertext is preferred, text is permitted) should
+     be used within the body of any redistributed or derivative code:
+     "Copyright (c) [$date-of-software] World Wide Web Consortium,
+     (Massachusetts Institute of Technology, Institut National de
+     Recherche en Informatique et en Automatique, Keio University).
+     All Rights Reserved. http://www.w3.org/Consortium/Legal/"
+  3. Notice of any changes or modifications to the W3C files, including
+     the date changes were made. (We recommend you provide URIs to the
+     location from which the code is derived.)
+
+THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS
+MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
+BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
+PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION
+WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR
+OTHER RIGHTS.  COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT,
+INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE
+SOFTWARE OR DOCUMENTATION.  The name and trademarks of copyright holders
+may NOT be used in advertising or publicity pertaining to the software
+without specific, written prior permission. Title to copyright in this
+software and any associated documentation will at all times remain with
+copyright holders.  ____________________________________ This formulation
+of W3C's notice and license became active on August 14 1998 so as to
+improve compatibility with GPL. This version ensures that W3C software
+licensing terms are no more restrictive than GPL and consequently W3C
+software may be distributed in GPL packages. See the older formulation
+for the policy prior to this date. Please see our Copyright FAQ for
+common questions about using materials from our site, including specific
+terms and conditions for packages like libwww, Amaya, and Jigsaw. Other
+questions about this notice can be directed to site-policy at w3.org.
diff --git a/nbbuild/hudson/.hgmail-dev-javascript b/nbbuild/hudson/.hgmail-dev-javascript
deleted file mode 100644
index 0162e6f..0000000
--- a/nbbuild/hudson/.hgmail-dev-javascript
+++ /dev/null
@@ -1,2 +0,0 @@
-[reposubs]
-* = visualweb-dev at sun.com
diff --git a/nbbuild/hudson/core-main b/nbbuild/hudson/core-main
index 8d96604..fbaed60 100644
--- a/nbbuild/hudson/core-main
+++ b/nbbuild/hudson/core-main
@@ -1,9 +1,9 @@
 #!/bin/sh
 
-ANT_OPTS="-Xmx512m"
+ANT_OPTS="-Xmx512m -XX:MaxPermSize=256m"
 export ANT_OPTS
 
-ant build || exit
+ant build-nozip || exit
 ant commit-validation -Dcontinue.after.failing.tests=true || exit
 ant -Dtest-unit-sys-prop.ignore.random.failures=true localtest || exit
 ant -Dtest-unit-sys-prop.ignore.random.failures=true -Dtest.type=test-unit -Dtest.modules=\
@@ -39,11 +39,14 @@ java.j2seproject,\
 java.platform,\
 java.project,\
 javahelp,\
-keyring,\
+keyring.impl,\
 masterfs,\
 maven,\
+maven.apisupport,\
 maven.embedder,\
+maven.hints,\
 maven.indexer,\
+maven.junit,\
 maven.model,\
 nbjunit,\
 o.apache.tools.ant.module,\
@@ -65,6 +68,7 @@ openide.options,\
 openide.text,\
 openide.util,\
 openide.util.enumerations,\
+openide.util.lookup,\
 openide.windows,\
 options.api,\
 options.keymap,\
@@ -80,6 +84,7 @@ sendopts,\
 settings,\
 spi.quicksearch,\
 tasklist.todo,\
-tasklist.ui test || exit
+tasklist.ui,\
+uihandler test || exit
 ant check-sigtests-release -Dfail.on.error=false || exit
 ant init-test-dist || exit
diff --git a/nbbuild/hudson/javascript-tests b/nbbuild/hudson/javascript-tests
index fa1298f..aa23876 100644
--- a/nbbuild/hudson/javascript-tests
+++ b/nbbuild/hudson/javascript-tests
@@ -1,3 +1,3 @@
 #!/bin/sh
-ant -Dcluster.config=ruby || exit 2
+ant || exit 2
 ant -f javascript.editing/build-javascript.xml runtests || exit 3
diff --git a/nbbuild/hudson/nbms-and-javadoc b/nbbuild/hudson/nbms-and-javadoc
index cfe1ce1..d724651 100644
--- a/nbbuild/hudson/nbms-and-javadoc
+++ b/nbbuild/hudson/nbms-and-javadoc
@@ -42,7 +42,7 @@ do
     fi
 done
 
-ant generate-golden-files generate-files-layout index-layer-paths || exit
+ant generate-golden-files generate-files-layout index-layer-paths summarize-hgmail || exit
 generated=nbbuild/build/generated
 cp -v nbbuild/netbeans/THIRDPARTYLICENSE-generated.txt $generated/external-libraries.txt || exit
 if wget -O nbbuild/build/old-generated.zip "${JOB_URL}lastSuccessfulBuild/artifact/nbbuild/build/generated/*zip*/generated.zip"; then
diff --git a/nbbuild/hudson/python b/nbbuild/hudson/python
deleted file mode 100644
index a82cf3b..0000000
--- a/nbbuild/hudson/python
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-set -e
-ant -Dcluster.config=python build
-ant -f python.editor/build-python.xml runtests
-#ant -Dcluster.config=python commit-validation 
-
diff --git a/nbbuild/hudson/round-robin-push b/nbbuild/hudson/round-robin-push
index 9e3fdc4..a5d968e 100644
--- a/nbbuild/hudson/round-robin-push
+++ b/nbbuild/hudson/round-robin-push
@@ -134,7 +134,7 @@ if [ "$OUT_COUNT" -gt 0 ]; then
 else
     echo "No outgoing changes. No reason to do build."
     echo >"nbbuild/no-outgoing-changes-no-build.zip"
-    if grep "Location:.*blue[_anime]*.gif.*" "$STATUS"; then
+    if egrep "Location:.*/blue(_anime)?[.]" "$STATUS"; then
         echo Build seems to be stable
         testresult "$TESTDIR" "check.build.stable" "`cat $STATUS`"
     else
diff --git a/nbbuild/hudson/ruby b/nbbuild/hudson/ruby
deleted file mode 100644
index 2197026..0000000
--- a/nbbuild/hudson/ruby
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-rm -rf nbbuild/netbeans/ nbrubyide applemenu netbeans.png netbeans.icns conf
-unzip -d nbbuild/ ../../trunk/lastSuccessful/archive/nbbuild/dist/zip/netbeans-hudson-trunk-*-basic.zip
-
-cp nbbuild/netbeans/nb/netbeans.icns nbbuild/netbeans/nb/netbeans.png .
-
-mkdir core
-ant -Dverify.checkout=false -f ruby/build.xml clean build-experimental-zip && \
-    ant -Dnbplatform.default.netbeans.dest.dir=$PWD/nbbuild/netbeans \
-        -Dnbplatform.default.harness.dir=$PWD/nbbuild/netbeans/harness \
-        -Dverify.checkout=false \
-        -f ruby/rubyide/build.xml clean build-zip && \
-    mv ruby/netbeans-ruby.zip ruby/netbeans-ruby-hudson-${BUILD_NUMBER}.zip && \
-    mv ruby/rubyide/dist/nbrubyide.zip ruby/rubyide/dist/netbeans-rubyide-hudson-${BUILD_NUMBER}.zip && \
-    source nbbuild/hudson/ruby-etcconf && \
-    source nbbuild/hudson/ruby-mkosx && \
-rm -rf nbrubyide netbeans.icns netbeans.png conf
-
diff --git a/nbbuild/hudson/ruby-etcconf b/nbbuild/hudson/ruby-etcconf
deleted file mode 100644
index ca49369..0000000
--- a/nbbuild/hudson/ruby-etcconf
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-# Make some modifications to the netbeans.conf configuration file (to insert apple menubar, and some other flags used in NetBeans)
-# Also add in a Mac dock icon
-
-unzip ruby/rubyide/dist/netbeans-rubyide-hudson-${BUILD_NUMBER}.zip nbrubyide/etc/nbrubyide.conf && \
-cat nbrubyide/etc/nbrubyide.conf | sed 's/-J-Xms24m -J-Xmx384m -J-Xmx64m/-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m -J-Dapple.laf.useScreenMenuBar=true/' > nbrubyide.conf.patched && \
-mv nbrubyide.conf.patched nbrubyide/etc/nbrubyide.conf && \
-zip ruby/rubyide/dist/netbeans-rubyide-hudson-${BUILD_NUMBER}.zip nbrubyide/etc/nbrubyide.conf && \
-unzip ruby/rubyide/dist/netbeans-rubyide-hudson-${BUILD_NUMBER}.zip nbrubyide/bin/nbrubyide && \
-cat nbrubyide/bin/nbrubyide | sed "s/Xdock:name='\"\$APPNAME\"'/Xdock:name=RubyNetBeans \"-J-Xdock:icon=\$progdir\/..\/nb\/netbeans.icns\"/g" | sed 's/$APPNAME/nbrubyide/' > nbrubyide.patched && \
-mv nbrubyide.patched nbrubyide/bin/nbrubyide && \
-chmod ugo+x nbrubyide/bin/nbrubyide && \
-zip ruby/rubyide/dist/netbeans-rubyide-hudson-${BUILD_NUMBER}.zip nbrubyide/bin/nbrubyide && \
-mkdir -p nbrubyide/nb && \
-cp netbeans.icns netbeans.png nbrubyide/nb && \
-zip ruby/rubyide/dist/netbeans-rubyide-hudson-${BUILD_NUMBER}.zip nbrubyide/nb/netbeans.icns nbrubyide/nb/netbeans.png && \
-rm -rf nbrubyide netbeans.icns netbeans.png
-
diff --git a/nbbuild/hudson/ruby-mkosx b/nbbuild/hudson/ruby-mkosx
deleted file mode 100644
index 1a9a23d..0000000
--- a/nbbuild/hudson/ruby-mkosx
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-# Build an OSX app bundle
-
-rm -rf RubyNetBeans.app && \
-unzip -q ruby/rubyide/RubyNetBeans.app.zip && \
-unzip -q ruby/rubyide/dist/netbeans-rubyide-hudson-${BUILD_NUMBER}.zip -d RubyNetBeans.app/Contents/Resources && \
-zip -y -r -q ruby/rubyide/dist/netbeans-rubyide-hudson-macosx-${BUILD_NUMBER}.zip RubyNetBeans.app && \
-rm -rf RubyNetBeans.app
-echo "Built OSX bundle  ruby/rubyide/dist/netbeans-rubyide-hudson-macosx-${BUILD_NUMBER}.zip"
-
diff --git a/nbbuild/hudson/ruby-tests b/nbbuild/hudson/ruby-tests
deleted file mode 100644
index aca59e7..0000000
--- a/nbbuild/hudson/ruby-tests
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-# Be sure RubyGems environment of underlaying OS is ignored during build
-unset GEM_HOME GEM_PATH
-
-ant -Dcluster.config=ruby || exit 2
-ant -f ruby/build-ruby.xml runtests || exit 3
diff --git a/nbbuild/hudson/run-vw-sanity.sh b/nbbuild/hudson/run-vw-sanity.sh
deleted file mode 100644
index c6be46d..0000000
--- a/nbbuild/hudson/run-vw-sanity.sh
+++ /dev/null
@@ -1,56 +0,0 @@
-#!/bin/bash
-
-## Run commit validation test for visual web cluster
-## (http://wiki.netbeans.org/wiki/view/VWSanityTestInstructions).
-
-set -x
-
-###################################################################
-
-# Initialization
-
-AS_ROOT=/hudson/workdir/jobs/trunk/testappsrv
-AS_HOME=${AS_ROOT}/glassfish
-AS_DOMAIN=domain1
-AS_PORT=8080
-TEST_ROOT=`pwd`/visualweb.kit/test
-
-###################################################################
-
-setup_properties() {
-	# Setup properties file 
-	cp $TEST_ROOT/data/DefaultDeploymentTargets.properties.template $TEST_ROOT/data/tmp.properties
-	MODIFIED_AS_HOME=`echo ${AS_HOME} | sed 's/\//@/g'`
-	sed -e "s/J2EE_HOME/${MODIFIED_AS_HOME}/g" -e "s/@/\//g" -e "s/8080/${AS_PORT}/g" -e "s/domain1/${AS_DOMAIN}/g" $TEST_ROOT/data/tmp.properties > $TEST_ROOT/data/DefaultDeploymentTargets.properties
-   
-	ERROR_CODE=$?
-	if [ $ERROR_CODE != 0 ]; then
-            echo "ERROR: $ERROR_CODE - Can't setup Glassfish"
-            exit $ERROR_CODE;
-	fi
-    
-	rm -f $TEST_ROOT/data/tmp.properties
-}
-
-###################################################################
-
-run_sanity() {
-	# Run Sanity test on VisualWeb build
-        #cd $TEST_ROOT
-	#ant build-test-tools
-        # XXX temporarily store results separately until fixed
-        ant -f visualweb.kit/build.xml -Dtest.config=uicommit -Dcontinue.after.failing.tests=true test
-
-	ERROR_CODE=$?
-	if [ $ERROR_CODE != 0 ]; then
-            echo "ERROR: $ERROR_CODE - Error in running visualweb sanity test"
-            exit $ERROR_CODE;
-	fi
-}
-
-############################# MAIN ################################
-
-setup_properties
-run_sanity
-
-############################## END ################################
diff --git a/nbbuild/javadoctools/build.xml b/nbbuild/javadoctools/build.xml
index 8669e3c..ea68a9a 100644
--- a/nbbuild/javadoctools/build.xml
+++ b/nbbuild/javadoctools/build.xml
@@ -236,7 +236,7 @@ made subject to such option by the copyright holder.
 
         <replace dir="${netbeans.javadoc.dir}">
             <include name="*.html"/>
-            <replacefilter token="@JDK@" value="http://java.sun.com/javase/6/docs/api/"/>
+            <replacefilter token="@JDK@" value="http://download.oracle.com/javase/6/docs/api/"/>
             &replaces;   
             <replacefilter token="http://root/" value="."/>
             <replacefilter token="$${javadoc.web.root}" value="."/>
diff --git a/nbbuild/javadoctools/export2apichanges.xsl b/nbbuild/javadoctools/export2apichanges.xsl
index 4882a9f..c3d2f07 100644
--- a/nbbuild/javadoctools/export2apichanges.xsl
+++ b/nbbuild/javadoctools/export2apichanges.xsl
@@ -75,7 +75,7 @@ made subject to such option by the copyright holder.
 
             <center>
                 <h1>NetBeans API Changes since Last Release</h1>
-                <h3>Version 6.9</h3>
+                <h3>Version 7.0</h3>
                 <xsl:if test="$date" >
                     <xsl:value-of select="$date" />
                     <p/>
@@ -110,8 +110,10 @@ made subject to such option by the copyright holder.
                 <a href="http://bits.netbeans.org/6.0/javadoc/apichanges.html">release 6.0</a>,
                 <a href="http://bits.netbeans.org/6.1/javadoc/apichanges.html">release 6.1</a>,
                 <a href="http://bits.netbeans.org/6.5/javadoc/apichanges.html">release 6.5</a>,
-                <a href="http://bits.netbeans.org/6.7/javadoc/apichanges.html">release 6.7</a>, and
-                <a href="http://bits.netbeans.org/6.8/javadoc/apichanges.html">release 6.8</a>.
+                <a href="http://bits.netbeans.org/6.7/javadoc/apichanges.html">release 6.7</a>,
+                <a href="http://bits.netbeans.org/6.8/javadoc/apichanges.html">release 6.8</a>,
+                <a href="http://bits.netbeans.org/6.9/javadoc/apichanges.html">release 6.9</a>, and
+                <a href="http://bits.netbeans.org/6.9.1/javadoc/apichanges.html">release 6.9.1</a>.
             <xsl:call-template name="do-the-table" />
             </body>
             </html>
diff --git a/nbbuild/javadoctools/export2html.xsl b/nbbuild/javadoctools/export2html.xsl
index f397ea4..9376801 100644
--- a/nbbuild/javadoctools/export2html.xsl
+++ b/nbbuild/javadoctools/export2html.xsl
@@ -70,7 +70,7 @@ made subject to such option by the copyright holder.
 
         <center>
             <h1>NetBeans API List</h1>
-            <h3>Version 6.9</h3>
+            <h3>Version 7.0</h3>
             <xsl:if test="$date" >
                 <xsl:value-of select="$date" />
                 <p/>
@@ -104,11 +104,13 @@ made subject to such option by the copyright holder.
         <em>NetBeans</em> one is free to choose the set of modules and their APIs 
         to satisfy one's needs.
         <p>
-        This is a list of APIs for NetBeans 6.9 version, if you want to see
+        This is a list of APIs for NetBeans 7.0 version, if you want to see
         a list of APIs for a particular version, you may want to go to:
         </p>
         <ul>
             <li><a href="http://bits.netbeans.org/dev/javadoc/" target="_top">Dev</a> - Javadoc as released for development version</li>
+            <li><a href="http://bits.netbeans.org/6.9.1/javadoc/" target="_top">6.9.1</a> - Javadoc as released for NetBeans IDE 6.9.1</li>
+            <li><a href="http://bits.netbeans.org/6.9/javadoc/" target="_top">6.9</a> - Javadoc as released for NetBeans IDE 6.9</li>
             <li><a href="http://bits.netbeans.org/6.8/javadoc/" target="_top">6.8</a> - Javadoc as released for NetBeans IDE 6.8</li>
             <li><a href="http://bits.netbeans.org/6.7/javadoc/" target="_top">6.7</a> - Javadoc as released for NetBeans IDE 6.7</li>
             <li><a href="http://bits.netbeans.org/6.5/javadoc/" target="_top">6.5</a> - Javadoc as released for NetBeans IDE 6.5</li>
diff --git a/nbbuild/javadoctools/links.xml b/nbbuild/javadoctools/links.xml
index 2bd3651..d359d63 100644
--- a/nbbuild/javadoctools/links.xml
+++ b/nbbuild/javadoctools/links.xml
@@ -140,8 +140,8 @@ made subject to such option by the copyright holder.
 <link href="${javadoc.docs.org-netbeans-modules-indexedannotations}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-modules-indexedannotations"/>
 <link href="${javadoc.docs.org-netbeans-modules-junit}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-modules-junit"/>
 <link href="${javadoc.docs.org-netbeans-api-actions-support}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-api-actions-support"/>
-<link href="http://java.sun.com/javase/6/docs/jdk/api/javac/tree" offline="true" packagelistloc="./tree-api"/>
-<link href="http://java.sun.com/javase/6/docs/api" offline="true" packagelistloc="./javac-api"/>
+<link href="http://download.oracle.com/javase/6/docs/jdk/api/javac/tree" offline="true" packagelistloc="./tree-api"/>
+<link href="http://download.oracle.com/javase/6/docs/api" offline="true" packagelistloc="./javac-api"/>
 <link href="${javadoc.docs.org-netbeans-modules-uihandler}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-modules-uihandler"/>
 <link href="${javadoc.docs.org-netbeans-lib-uihandler}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-lib-uihandler"/>
 <link href="${javadoc.docs.org-netbeans-modules-j2ee-metadata}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-modules-j2ee-metadata"/>
@@ -193,7 +193,6 @@ made subject to such option by the copyright holder.
 <link href="${javadoc.docs.org-netbeans-modules-jellytools-ide}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-modules-jellytools-ide"/>
 <link href="${javadoc.docs.org-netbeans-modules-jellytools-java}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-modules-jellytools-java"/>
 <link href="${javadoc.docs.org-netbeans-modules-jellytools-platform}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-modules-jellytools-platform"/>
-<link href="${javadoc.docs.org-netbeans-modules-jellytools-ruby}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-modules-jellytools-ruby"/>
 <link href="${javadoc.docs.org-netbeans-modules-javacard-spi}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-modules-javacard-spi"/>
 <link href="${javadoc.docs.org-netbeans-modules-keyring}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-modules-keyring"/>
 <link href="${javadoc.docs.org-netbeans-modules-schema2beans}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-modules-schema2beans"/>
@@ -201,3 +200,6 @@ made subject to such option by the copyright holder.
 <link href="${javadoc.docs.org-netbeans-modules-terminal}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-modules-terminal"/>
 <link href="${javadoc.docs.org-netbeans-modules-dlight-nativeexecution}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-modules-dlight-nativeexecution"/>
 <link href="${javadoc.docs.org-netbeans-core-netigso}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-core-netigso"/>
+<link href="${javadoc.docs.org-netbeans-modules-parsing-lucene}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-modules-parsing-lucene"/>
+<link href="${javadoc.docs.org-netbeans-modules-autoupdate-ui}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-modules-autoupdate-ui"/>
+<link href="${javadoc.docs.org-netbeans-modules-php-project}" offline="true" packagelistloc="${netbeans.javadoc.dir}/org-netbeans-modules-php-project"/>
diff --git a/nbbuild/javadoctools/properties.xml b/nbbuild/javadoctools/properties.xml
index b30ec55..91d9c56 100644
--- a/nbbuild/javadoctools/properties.xml
+++ b/nbbuild/javadoctools/properties.xml
@@ -191,7 +191,6 @@ made subject to such option by the copyright holder.
 <property name="javadoc.docs.org-netbeans-modules-jellytools-ide" value="${javadoc.web.root}/org-netbeans-modules-jellytools-ide"/>
 <property name="javadoc.docs.org-netbeans-modules-jellytools-java" value="${javadoc.web.root}/org-netbeans-modules-jellytools-java"/>
 <property name="javadoc.docs.org-netbeans-modules-jellytools-platform" value="${javadoc.web.root}/org-netbeans-modules-jellytools-platform"/>
-<property name="javadoc.docs.org-netbeans-modules-jellytools-ruby" value="${javadoc.web.root}/org-netbeans-modules-jellytools-ruby"/>
 <property name="javadoc.docs.org-netbeans-modules-javacard-spi" value="${javadoc.web.root}/org-netbeans-modules-javacard-spi"/>
 <property name="javadoc.docs.org-netbeans-modules-keyring" value="${javadoc.web.root}/org-netbeans-modules-keyring"/>
 <property name="javadoc.docs.org-netbeans-modules-schema2beans" value="${javadoc.web.root}/org-netbeans-modules-schema2beans"/>
@@ -199,3 +198,6 @@ made subject to such option by the copyright holder.
 <property name="javadoc.docs.org-netbeans-modules-terminal" value="${javadoc.web.root}/org-netbeans-modules-terminal"/>
 <property name="javadoc.docs.org-netbeans-modules-dlight-nativeexecution" value="${javadoc.web.root}/org-netbeans-modules-dlight-nativeexecution"/>
 <property name="javadoc.docs.org-netbeans-core-netigso" value="${javadoc.web.root}/org-netbeans-core-netigso"/>
+<property name="javadoc.docs.org-netbeans-modules-parsing-lucene" value="${javadoc.web.root}/org-netbeans-modules-parsing-lucene"/>
+<property name="javadoc.docs.org-netbeans-modules-autoupdate-ui" value="${javadoc.web.root}/org-netbeans-modules-autoupdate-ui"/>
+<property name="javadoc.docs.org-netbeans-modules-php-project" value="${javadoc.web.root}/org-netbeans-modules-php-project"/>
diff --git a/nbbuild/javadoctools/replaces.xml b/nbbuild/javadoctools/replaces.xml
index 7917950..ffdc09f 100644
--- a/nbbuild/javadoctools/replaces.xml
+++ b/nbbuild/javadoctools/replaces.xml
@@ -191,7 +191,6 @@ made subject to such option by the copyright holder.
 <replacefilter token="@org-netbeans-modules-jellytools-ide@" value="${javadoc.docs.org-netbeans-modules-jellytools-ide}"/>
 <replacefilter token="@org-netbeans-modules-jellytools-java@" value="${javadoc.docs.org-netbeans-modules-jellytools-java}"/>
 <replacefilter token="@org-netbeans-modules-jellytools-platform@" value="${javadoc.docs.org-netbeans-modules-jellytools-platform}"/>
-<replacefilter token="@org-netbeans-modules-jellytools-ruby@" value="${javadoc.docs.org-netbeans-modules-jellytools-ruby}"/>
 <replacefilter token="@org-netbeans-modules-javacard-spi@" value="${javadoc.docs.org-netbeans-modules-javacard-spi}"/>
 <replacefilter token="@org-netbeans-modules-keyring@" value="${javadoc.docs.org-netbeans-modules-keyring}"/>
 <replacefilter token="@org-netbeans-modules-schema2beans@" value="${javadoc.docs.org-netbeans-modules-schema2beans}"/>
@@ -199,3 +198,6 @@ made subject to such option by the copyright holder.
 <replacefilter token="@org-netbeans-modules-terminal@" value="${javadoc.docs.org-netbeans-modules-terminal}"/>
 <replacefilter token="@org-netbeans-modules-dlight-nativeexecution@" value="${javadoc.docs.org-netbeans-modules-dlight-nativeexecution}"/>
 <replacefilter token="@org-netbeans-core-netigso@" value="${javadoc.docs.org-netbeans-core-netigso}"/>
+<replacefilter token="@org-netbeans-modules-parsing-lucene@" value="${javadoc.docs.org-netbeans-modules-parsing-lucene}"/>
+<replacefilter token="@org-netbeans-modules-autoupdate-ui@" value="${javadoc.docs.org-netbeans-modules-autoupdate-ui}"/>
+<replacefilter token="@org-netbeans-modules-php-project@" value="${javadoc.docs.org-netbeans-modules-php-project}"/>
diff --git a/nbbuild/javadoctools/template.xml b/nbbuild/javadoctools/template.xml
index 350e150..74ae783 100644
--- a/nbbuild/javadoctools/template.xml
+++ b/nbbuild/javadoctools/template.xml
@@ -108,7 +108,7 @@ cause it to fail.
         
         <!-- Docs to link to: -->
         <property name="javadoc.web.root" value="http://root/"/>
-        <property name="javadoc.docs.jdk" value="http://java.sun.com/javase/6/docs/api"/>
+        <property name="javadoc.docs.jdk" value="http://download.oracle.com/javase/6/docs/api"/>
         &properties;
         <!-- add more here as needed... -->
         <property name="javadoc.css.dir" location="."/>
diff --git a/nbbuild/l10n.patterns b/nbbuild/l10n.patterns
index 64dadeb..499bca9 100644
--- a/nbbuild/l10n.patterns
+++ b/nbbuild/l10n.patterns
@@ -14,7 +14,6 @@
 **/*.jar:**/*.url
 **/defaulttheme*.jar:**/messages.properties
 **/org-netbeans-modules-deployment-deviceanywhere.jar:org/netbeans/modules/deployment/deviceanywhere/messages.properties
-**/org-netbeans-modules-uml-tomsawyer.jar:org/netbeans/modules/uml/tomsawyer/LabelBundle.properties
 **/docs/syntaxref20.zip:
 **/docs/GUIExamplesDescription.html:
 **/org-netbeans-modules-apisupport-ant.jar:org/netbeans/modules/apisupport/ant/TemplateNames.properties
@@ -48,14 +47,6 @@ exclude **/prefuse-beta.jar:
 exclude **/httpunit-1.6.2.jar:
 exclude **/wsdl4j-1.5.2.zip:
 exclude **/xmlbeans-2.1.0.zip:
-exclude **/org-netbeans-modules-uml-reporting.jar:org/netbeans/modules/uml/reporting/templates/alldiagrams.html
-exclude **/org-netbeans-modules-uml-reporting.jar:org/netbeans/modules/uml/reporting/templates/allelements.html
-exclude **/org-netbeans-modules-uml-reporting.jar:org/netbeans/modules/uml/reporting/templates/body_template.html
-exclude **/org-netbeans-modules-uml-reporting.jar:org/netbeans/modules/uml/reporting/templates/overview-summary.html
-exclude **/org-netbeans-modules-uml-reporting.jar:org/netbeans/modules/uml/reporting/templates/overview.html
-exclude **/org-netbeans-modules-uml-reporting.jar:org/netbeans/modules/uml/reporting/templates/script_template.html
-exclude **/org-netbeans-modules-uml-reporting.jar:**/generating_model_reports.html
-exclude **/org-netbeans-modules-uml-reporting.jar:**/viewing_reports.html
 exclude **/org-netbeans-modules-html.jar:org/netbeans/modules/html/templates/html.html
 exclude **/org-netbeans-modules-reglib.jar:org/netbeans/modules/servicetag/resources/register*.html
 exclude **/core-renderer.jar:
@@ -64,9 +55,8 @@ exclude **/junit-4.1.jar:
 exclude **/jaxb-xjc.jar:
 exclude **/script-api.jar:
 exclude **/jh-2.0_05.jar:
-exclude uml*/**/modules/ext/**/*.jar:
 exclude **/*jmeter*:
-exclude **/junit-4.5.jar:
+exclude **/junit-*.jar:
 exclude **/svnjavahl-1.5.0.jar:
 exclude **/jtidy-r8-20060801.jar:
 exclude **/hibernate-tools.jar:
diff --git a/nbbuild/licenses/ANTLR-2 b/nbbuild/licenses/ANTLR-2
new file mode 100644
index 0000000..d2f7f32
--- /dev/null
+++ b/nbbuild/licenses/ANTLR-2
@@ -0,0 +1,18 @@
+ANTLR 2 License
+
+We reserve no legal rights to the ANTLR--it is fully in the public
+domain. An individual or company may do whatever they wish with source
+code distributed with ANTLR or the code generated by ANTLR, including
+the incorporation of ANTLR, or its output, into commerical software.
+
+We encourage users to develop software with ANTLR. However, we do ask
+that credit is given to us for developing ANTLR. By "credit", we mean
+that if you use ANTLR or incorporate any source code into one of your
+programs (commercial product, research project, or otherwise) that you
+acknowledge this fact somewhere in the documentation, research report,
+etc... If you like ANTLR and have developed a nice tool with the output,
+please mention that you developed it using ANTLR. In addition, we ask
+that the headers remain intact in our source code. As long as these
+guidelines are kept, we expect to continue enhancing this system and
+expect to make other tools available as they are completed.
+
diff --git a/nbbuild/licenses/Apache-1.1 b/nbbuild/licenses/Apache-1.1
new file mode 100644
index 0000000..f20ad19
--- /dev/null
+++ b/nbbuild/licenses/Apache-1.1
@@ -0,0 +1,51 @@
+The Apache Software License, Version 1.1
+
+Copyright (c) __YEARS__ The Apache Software Foundation.  All rights
+reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in
+   the documentation and/or other materials provided with the
+   distribution.
+
+3. The end-user documentation included with the redistribution,
+   if any, must include the following acknowledgment:
+      "This product includes software developed by the
+       Apache Software Foundation (http://www.apache.org/)."
+   Alternately, this acknowledgment may appear in the software itself,
+   if and wherever such third-party acknowledgments normally appear.
+
+4. The names __NAMES__ must
+   not be used to endorse or promote products derived from this
+   software without prior written permission. For written
+   permission, please contact apache at apache.org.
+
+5. Products derived from this software may not be called "Apache",
+   nor may "Apache" appear in their name, without prior written
+   permission of the Apache Software Foundation.
+
+THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
+ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+====================================================================
+
+This software consists of voluntary contributions made by many
+individuals on behalf of the Apache Software Foundation.  For more
+information on the Apache Software Foundation, please see
+<http://www.apache.org/>.
diff --git a/nbbuild/licenses/Apache-1.1-xmlunit_variant b/nbbuild/licenses/Apache-1.1-xmlunit_variant
new file mode 100644
index 0000000..0871f8b
--- /dev/null
+++ b/nbbuild/licenses/Apache-1.1-xmlunit_variant
@@ -0,0 +1,34 @@
+The Apache Software License, Version 1.1
+
+Copyright (c) __YEARS__, __NAMES__  
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+ * Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in
+   the documentation and/or other materials provided with the
+   distribution.
+
+ * Neither the name of the xmlunit.sourceforge.net nor the names
+   of its contributors may be used to endorse or promote products
+   derived from this software without specific prior written
+   permission.
+
+THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
+ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
diff --git a/nbbuild/licenses/Apache-2.0 b/nbbuild/licenses/Apache-2.0
new file mode 100644
index 0000000..d645695
--- /dev/null
+++ b/nbbuild/licenses/Apache-2.0
@@ -0,0 +1,202 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed 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.
diff --git a/nbbuild/licenses/Apache-2.0-Vera-Perseus b/nbbuild/licenses/Apache-2.0-Vera-Perseus
new file mode 100644
index 0000000..7a13852
--- /dev/null
+++ b/nbbuild/licenses/Apache-2.0-Vera-Perseus
@@ -0,0 +1,328 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed 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.
+
+
+Bitstream Vera Fonts Copyright
+
+The fonts have a generous copyright, allowing derivative works (as
+long as "Bitstream" or "Vera" are not in the names), and full
+redistribution (so long as they are not *sold* by themselves). They
+can be be bundled, redistributed and sold with any software.
+
+The fonts are distributed under the following copyright:
+
+Copyright
+=========
+
+Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream
+Vera is a trademark of Bitstream, Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the fonts accompanying this license ("Fonts") and associated
+documentation files (the "Font Software"), to reproduce and distribute
+the Font Software, including without limitation the rights to use,
+copy, merge, publish, distribute, and/or sell copies of the Font
+Software, and to permit persons to whom the Font Software is furnished
+to do so, subject to the following conditions:
+
+The above copyright and trademark notices and this permission notice
+shall be included in all copies of one or more of the Font Software
+typefaces.
+
+The Font Software may be modified, altered, or added to, and in
+particular the designs of glyphs or characters in the Fonts may be
+modified and additional glyphs or characters may be added to the
+Fonts, only if the fonts are renamed to names not containing either
+the words "Bitstream" or the word "Vera".
+
+This License becomes null and void to the extent applicable to Fonts
+or Font Software that has been modified and is distributed under the
+"Bitstream Vera" names.
+
+The Font Software may be sold as part of a larger software package but
+no copy of one or more of the Font Software typefaces may be sold by
+itself.
+
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
+BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
+OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
+SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
+
+Except as contained in this notice, the names of Gnome, the Gnome
+Foundation, and Bitstream Inc., shall not be used in advertising or
+otherwise to promote the sale, use or other dealings in this Font
+Software without prior written authorization from the Gnome Foundation
+or Bitstream Inc., respectively. For further information, contact:
+fonts at gnome dot org.
+
+Copyright FAQ
+=============
+
+   1. I don't understand the resale restriction... What gives?
+
+      Bitstream is giving away these fonts, but wishes to ensure its
+      competitors can't just drop the fonts as is into a font sale system
+      and sell them as is. It seems fair that if Bitstream can't make money
+      from the Bitstream Vera fonts, their competitors should not be able to
+      do so either. You can sell the fonts as part of any software package,
+      however.
+
+   2. I want to package these fonts separately for distribution and
+      sale as part of a larger software package or system.  Can I do so?
+
+      Yes. A RPM or Debian package is a "larger software package" to begin 
+      with, and you aren't selling them independently by themselves. 
+      See 1. above.
+
+   3. Are derivative works allowed?
+      Yes!
+
+   4. Can I change or add to the font(s)?
+      Yes, but you must change the name(s) of the font(s).
+
+   5. Under what terms are derivative works allowed?
+
+      You must change the name(s) of the fonts. This is to ensure the
+      quality of the fonts, both to protect Bitstream and Gnome. We want to
+      ensure that if an application has opened a font specifically of these
+      names, it gets what it expects (though of course, using fontconfig,
+      substitutions could still could have occurred during font
+      opening). You must include the Bitstream copyright. Additional
+      copyrights can be added, as per copyright law. Happy Font Hacking!
+
+   6. If I have improvements for Bitstream Vera, is it possible they might get 
+       adopted in future versions?
+
+      Yes. The contract between the Gnome Foundation and Bitstream has
+      provisions for working with Bitstream to ensure quality additions to
+      the Bitstream Vera font family. Please contact us if you have such
+      additions. Note, that in general, we will want such additions for the
+      entire family, not just a single font, and that you'll have to keep
+      both Gnome and Jim Lyles, Vera's designer, happy! To make sense to add
+      glyphs to the font, they must be stylistically in keeping with Vera's
+      design. Vera cannot become a "ransom note" font. Jim Lyles will be
+      providing a document describing the design elements used in Vera, as a
+      guide and aid for people interested in contributing to Vera.
+
+   7. I want to sell a software package that uses these fonts: Can I do so?
+
+      Sure. Bundle the fonts with your software and sell your software
+      with the fonts. That is the intent of the copyright.
+
+   8. If applications have built the names "Bitstream Vera" into them, 
+      can I override this somehow to use fonts of my choosing?
+
+      This depends on exact details of the software. Most open source
+      systems and software (e.g., Gnome, KDE, etc.) are now converting to
+      use fontconfig (see www.fontconfig.org) to handle font configuration,
+      selection and substitution; it has provisions for overriding font
+      names and subsituting alternatives. An example is provided by the
+      supplied local.conf file, which chooses the family Bitstream Vera for
+      "sans", "serif" and "monospace".  Other software (e.g., the XFree86
+      core server) has other mechanisms for font substitution.
+
diff --git a/nbbuild/licenses/Apache-JDOM b/nbbuild/licenses/Apache-JDOM
new file mode 100644
index 0000000..c12ab30
--- /dev/null
+++ b/nbbuild/licenses/Apache-JDOM
@@ -0,0 +1,49 @@
+Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions, and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions, and the disclaimer that follows
+   these conditions in the documentation and/or other materials
+   provided with the distribution.
+
+3. The name "JDOM" must not be used to endorse or promote products
+   derived from this software without prior written permission.  For
+   written permission, please contact <request_AT_jdom_DOT_org>.
+
+4. Products derived from this software may not be called "JDOM", nor
+   may "JDOM" appear in their name, without prior written permission
+   from the JDOM Project Management <request_AT_jdom_DOT_org>.
+
+In addition, we request (but do not require) that you include in the
+end-user documentation provided with the redistribution and/or in the
+software itself an acknowledgement equivalent to the following:
+    "This product includes software developed by the
+     JDOM Project (http://www.jdom.org/)."
+Alternatively, the acknowledgment may be graphical using the logos
+available at http://www.jdom.org/images/logos.
+
+THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED.  IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+
+This software consists of voluntary contributions made by many
+individuals on behalf of the JDOM Project and was originally
+created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
+Brett McLaughlin <brett_AT_jdom_DOT_org>.  For more information
+on the JDOM Project, please see <http://www.jdom.org/>.
diff --git a/nbbuild/licenses/BSD b/nbbuild/licenses/BSD
new file mode 100644
index 0000000..0207a36
--- /dev/null
+++ b/nbbuild/licenses/BSD
@@ -0,0 +1,28 @@
+Copyright (c) __YEAR__, __OWNER__
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+3. Neither the name of __COPYRIGHT_OWNER__ nor the names
+   of its contributors may be used to endorse or promote products derived
+   from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
diff --git a/nbbuild/licenses/BSD-jsch-variant b/nbbuild/licenses/BSD-jsch-variant
new file mode 100644
index 0000000..312919c
--- /dev/null
+++ b/nbbuild/licenses/BSD-jsch-variant
@@ -0,0 +1,26 @@
+Copyright (c) 2002,2003,2004,2005 Atsuhiko Yamanaka, JCraft,Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+  1. Redistributions of source code must retain the above copyright notice,
+     this list of conditions and the following disclaimer.
+
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in
+     the documentation and/or other materials provided with the distribution.
+
+  3. The names of the authors may not be used to endorse or promote products
+     derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,
+INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
+OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/nbbuild/licenses/CDDL-1.0 b/nbbuild/licenses/CDDL-1.0
new file mode 100644
index 0000000..d8a1597
--- /dev/null
+++ b/nbbuild/licenses/CDDL-1.0
@@ -0,0 +1,380 @@
+COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+
+1. Definitions.
+
+1.1. "Contributor" means each individual or entity that
+creates or contributes to the creation of Modifications.
+
+1.2. "Contributor Version" means the combination of the
+Original Software, prior Modifications used by a
+Contributor (if any), and the Modifications made by that
+particular Contributor.
+
+1.3. "Covered Software" means (a) the Original Software, or
+(b) Modifications, or (c) the combination of files
+containing Original Software with files containing
+Modifications, in each case including portions thereof.
+
+1.4. "Executable" means the Covered Software in any form
+other than Source Code.
+
+1.5. "Initial Developer" means the individual or entity
+that first makes Original Software available under this
+License.
+
+1.6. "Larger Work" means a work which combines Covered
+Software or portions thereof with code not governed by the
+terms of this License.
+
+1.7. "License" means this document.
+
+1.8. "Licensable" means having the right to grant, to the
+maximum extent possible, whether at the time of the initial
+grant or subsequently acquired, any and all of the rights
+conveyed herein.
+
+1.9. "Modifications" means the Source Code and Executable
+form of any of the following:
+
+A. Any file that results from an addition to,
+deletion from or modification of the contents of a
+file containing Original Software or previous
+Modifications;
+
+B. Any new file that contains any part of the
+Original Software or previous Modification; or
+
+C. Any new file that is contributed or otherwise made
+available under the terms of this License.
+
+1.10. "Original Software" means the Source Code and
+Executable form of computer software code that is
+originally released under this License.
+
+1.11. "Patent Claims" means any patent claim(s), now owned
+or hereafter acquired, including without limitation,
+method, process, and apparatus claims, in any patent
+Licensable by grantor.
+
+1.12. "Source Code" means (a) the common form of computer
+software code in which modifications are made and (b)
+associated documentation included in or with such code.
+
+1.13. "You" (or "Your") means an individual or a legal
+entity exercising rights under, and complying with all of
+the terms of, this License. For legal entities, "You"
+includes any entity which controls, is controlled by, or is
+under common control with You. For purposes of this
+definition, "control" means (a) the power, direct or
+indirect, to cause the direction or management of such
+entity, whether by contract or otherwise, or (b) ownership
+of more than fifty percent (50%) of the outstanding shares
+or beneficial ownership of such entity.
+
+2. License Grants.
+
+2.1. The Initial Developer Grant.
+
+Conditioned upon Your compliance with Section 3.1 below and
+subject to third party intellectual property claims, the
+Initial Developer hereby grants You a world-wide,
+royalty-free, non-exclusive license:
+
+(a) under intellectual property rights (other than
+patent or trademark) Licensable by Initial Developer,
+to use, reproduce, modify, display, perform,
+sublicense and distribute the Original Software (or
+portions thereof), with or without Modifications,
+and/or as part of a Larger Work; and
+
+(b) under Patent Claims infringed by the making,
+using or selling of Original Software, to make, have
+made, use, practice, sell, and offer for sale, and/or
+otherwise dispose of the Original Software (or
+portions thereof).
+
+(c) The licenses granted in Sections 2.1(a) and (b)
+are effective on the date Initial Developer first
+distributes or otherwise makes the Original Software
+available to a third party under the terms of this
+License.
+
+(d) Notwithstanding Section 2.1(b) above, no patent
+license is granted: (1) for code that You delete from
+the Original Software, or (2) for infringements
+caused by: (i) the modification of the Original
+Software, or (ii) the combination of the Original
+Software with other software or devices.
+
+2.2. Contributor Grant.
+
+Conditioned upon Your compliance with Section 3.1 below and
+subject to third party intellectual property claims, each
+Contributor hereby grants You a world-wide, royalty-free,
+non-exclusive license:
+
+(a) under intellectual property rights (other than
+patent or trademark) Licensable by Contributor to
+use, reproduce, modify, display, perform, sublicense
+and distribute the Modifications created by such
+Contributor (or portions thereof), either on an
+unmodified basis, with other Modifications, as
+Covered Software and/or as part of a Larger Work; and
+
+(b) under Patent Claims infringed by the making,
+using, or selling of Modifications made by that
+Contributor either alone and/or in combination with
+its Contributor Version (or portions of such
+combination), to make, use, sell, offer for sale,
+have made, and/or otherwise dispose of: (1)
+Modifications made by that Contributor (or portions
+thereof); and (2) the combination of Modifications
+made by that Contributor with its Contributor Version
+(or portions of such combination).
+
+(c) The licenses granted in Sections 2.2(a) and
+2.2(b) are effective on the date Contributor first
+distributes or otherwise makes the Modifications
+available to a third party.
+
+(d) Notwithstanding Section 2.2(b) above, no patent
+license is granted: (1) for any code that Contributor
+has deleted from the Contributor Version; (2) for
+infringements caused by: (i) third party
+modifications of Contributor Version, or (ii) the
+combination of Modifications made by that Contributor
+with other software (except as part of the
+Contributor Version) or other devices; or (3) under
+Patent Claims infringed by Covered Software in the
+absence of Modifications made by that Contributor.
+
+3. Distribution Obligations.
+
+3.1. Availability of Source Code.
+
+Any Covered Software that You distribute or otherwise make
+available in Executable form must also be made available in
+Source Code form and that Source Code form must be
+distributed only under the terms of this License. You must
+include a copy of this License with every copy of the
+Source Code form of the Covered Software You distribute or
+otherwise make available. You must inform recipients of any
+such Covered Software in Executable form as to how they can
+obtain such Covered Software in Source Code form in a
+reasonable manner on or through a medium customarily used
+for software exchange.
+
+3.2. Modifications.
+
+The Modifications that You create or to which You
+contribute are governed by the terms of this License. You
+represent that You believe Your Modifications are Your
+original creation(s) and/or You have sufficient rights to
+grant the rights conveyed by this License.
+
+3.3. Required Notices.
+
+You must include a notice in each of Your Modifications
+that identifies You as the Contributor of the Modification.
+You may not remove or alter any copyright, patent or
+trademark notices contained within the Covered Software, or
+any notices of licensing or any descriptive text giving
+attribution to any Contributor or the Initial Developer.
+
+3.4. Application of Additional Terms.
+
+You may not offer or impose any terms on any Covered
+Software in Source Code form that alters or restricts the
+applicable version of this License or the recipients'
+rights hereunder. You may choose to offer, and to charge a
+fee for, warranty, support, indemnity or liability
+obligations to one or more recipients of Covered Software.
+However, you may do so only on Your own behalf, and not on
+behalf of the Initial Developer or any Contributor. You
+must make it absolutely clear that any such warranty,
+support, indemnity or liability obligation is offered by
+You alone, and You hereby agree to indemnify the Initial
+Developer and every Contributor for any liability incurred
+by the Initial Developer or such Contributor as a result of
+warranty, support, indemnity or liability terms You offer.
+
+3.5. Distribution of Executable Versions.
+
+You may distribute the Executable form of the Covered
+Software under the terms of this License or under the terms
+of a license of Your choice, which may contain terms
+different from this License, provided that You are in
+compliance with the terms of this License and that the
+license for the Executable form does not attempt to limit
+or alter the recipient's rights in the Source Code form
+from the rights set forth in this License. If You
+distribute the Covered Software in Executable form under a
+different license, You must make it absolutely clear that
+any terms which differ from this License are offered by You
+alone, not by the Initial Developer or Contributor. You
+hereby agree to indemnify the Initial Developer and every
+Contributor for any liability incurred by the Initial
+Developer or such Contributor as a result of any such terms
+You offer.
+
+3.6. Larger Works.
+
+You may create a Larger Work by combining Covered Software
+with other code not governed by the terms of this License
+and distribute the Larger Work as a single product. In such
+a case, You must make sure the requirements of this License
+are fulfilled for the Covered Software.
+
+4. Versions of the License.
+
+4.1. New Versions.
+
+Sun Microsystems, Inc. is the initial license steward and
+may publish revised and/or new versions of this License
+from time to time. Each version will be given a
+distinguishing version number. Except as provided in
+Section 4.3, no one other than the license steward has the
+right to modify this License.
+
+4.2. Effect of New Versions.
+
+You may always continue to use, distribute or otherwise
+make the Covered Software available under the terms of the
+version of the License under which You originally received
+the Covered Software. If the Initial Developer includes a
+notice in the Original Software prohibiting it from being
+distributed or otherwise made available under any
+subsequent version of the License, You must distribute and
+make the Covered Software available under the terms of the
+version of the License under which You originally received
+the Covered Software. Otherwise, You may also choose to
+use, distribute or otherwise make the Covered Software
+available under the terms of any subsequent version of the
+License published by the license steward.
+
+4.3. Modified Versions.
+
+When You are an Initial Developer and You want to create a
+new license for Your Original Software, You may create and
+use a modified version of this License if You: (a) rename
+the license and remove any references to the name of the
+license steward (except to note that the license differs
+from this License); and (b) otherwise make it clear that
+the license contains terms which differ from this License.
+
+5. DISCLAIMER OF WARRANTY.
+
+COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
+BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
+INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
+SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
+PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
+PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
+COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
+INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF
+ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
+WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
+ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
+DISCLAIMER.
+
+6. TERMINATION.
+
+6.1. This License and the rights granted hereunder will
+terminate automatically if You fail to comply with terms
+herein and fail to cure such breach within 30 days of
+becoming aware of the breach. Provisions which, by their
+nature, must remain in effect beyond the termination of
+this License shall survive.
+
+6.2. If You assert a patent infringement claim (excluding
+declaratory judgment actions) against Initial Developer or
+a Contributor (the Initial Developer or Contributor against
+whom You assert such claim is referred to as "Participant")
+alleging that the Participant Software (meaning the
+Contributor Version where the Participant is a Contributor
+or the Original Software where the Participant is the
+Initial Developer) directly or indirectly infringes any
+patent, then any and all rights granted directly or
+indirectly to You by such Participant, the Initial
+Developer (if the Initial Developer is not the Participant)
+and all Contributors under Sections 2.1 and/or 2.2 of this
+License shall, upon 60 days notice from Participant
+terminate prospectively and automatically at the expiration
+of such 60 day notice period, unless if within such 60 day
+period You withdraw Your claim with respect to the
+Participant Software against such Participant either
+unilaterally or pursuant to a written agreement with
+Participant.
+
+6.3. In the event of termination under Sections 6.1 or 6.2
+above, all end user licenses that have been validly granted
+by You or any distributor hereunder prior to termination
+(excluding licenses granted to You by any distributor)
+shall survive termination.
+
+7. LIMITATION OF LIABILITY.
+
+UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
+(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
+INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
+COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
+LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
+CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
+LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK
+STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
+COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
+INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
+LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
+INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT
+APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
+NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
+CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
+APPLY TO YOU.
+
+8. U.S. GOVERNMENT END USERS.
+
+The Covered Software is a "commercial item," as that term is
+defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
+computer software" (as that term is defined at 48 C.F.R.
+252.227-7014(a)(1)) and "commercial computer software
+documentation" as such terms are used in 48 C.F.R. 12.212 (Sept.
+1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
+through 227.7202-4 (June 1995), all U.S. Government End Users
+acquire Covered Software with only those rights set forth herein.
+This U.S. Government Rights clause is in lieu of, and supersedes,
+any other FAR, DFAR, or other clause or provision that addresses
+Government rights in computer software under this License.
+
+9. MISCELLANEOUS.
+
+This License represents the complete agreement concerning subject
+matter hereof. If any provision of this License is held to be
+unenforceable, such provision shall be reformed only to the
+extent necessary to make it enforceable. This License shall be
+governed by the law of the jurisdiction specified in a notice
+contained within the Original Software (except to the extent
+applicable law, if any, provides otherwise), excluding such
+jurisdiction's conflict-of-law provisions. Any litigation
+relating to this License shall be subject to the jurisdiction of
+the courts located in the jurisdiction and venue specified in a
+notice contained within the Original Software, with the losing
+party responsible for costs, including, without limitation, court
+costs and reasonable attorneys' fees and expenses. The
+application of the United Nations Convention on Contracts for the
+International Sale of Goods is expressly excluded. Any law or
+regulation which provides that the language of a contract shall
+be construed against the drafter shall not apply to this License.
+You agree that You alone are responsible for compliance with the
+United States export administration regulations (and the export
+control laws and regulation of any other countries) when You use,
+distribute or otherwise make available any Covered Software.
+
+10. RESPONSIBILITY FOR CLAIMS.
+
+As between Initial Developer and the Contributors, each party is
+responsible for claims and damages arising, directly or
+indirectly, out of its utilization of rights under this License
+and You agree to work with Initial Developer and Contributors to
+distribute such responsibility on an equitable basis. Nothing
+herein is intended or shall be deemed to constitute any admission
+of liability.
diff --git a/nbbuild/licenses/CDDL-GPL-2-CP b/nbbuild/licenses/CDDL-GPL-2-CP
new file mode 100644
index 0000000..78ba69c
--- /dev/null
+++ b/nbbuild/licenses/CDDL-GPL-2-CP
@@ -0,0 +1,826 @@
+COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+
+1. Definitions.
+
+1.1. "Contributor" means each individual or entity that
+creates or contributes to the creation of Modifications.
+
+1.2. "Contributor Version" means the combination of the
+Original Software, prior Modifications used by a
+Contributor (if any), and the Modifications made by that
+particular Contributor.
+
+1.3. "Covered Software" means (a) the Original Software, or
+(b) Modifications, or (c) the combination of files
+containing Original Software with files containing
+Modifications, in each case including portions thereof.
+
+1.4. "Executable" means the Covered Software in any form
+other than Source Code.
+
+1.5. "Initial Developer" means the individual or entity
+that first makes Original Software available under this
+License.
+
+1.6. "Larger Work" means a work which combines Covered
+Software or portions thereof with code not governed by the
+terms of this License.
+
+1.7. "License" means this document.
+
+1.8. "Licensable" means having the right to grant, to the
+maximum extent possible, whether at the time of the initial
+grant or subsequently acquired, any and all of the rights
+conveyed herein.
+
+1.9. "Modifications" means the Source Code and Executable
+form of any of the following:
+
+A. Any file that results from an addition to,
+deletion from or modification of the contents of a
+file containing Original Software or previous
+Modifications;
+
+B. Any new file that contains any part of the
+Original Software or previous Modification; or
+
+C. Any new file that is contributed or otherwise made
+available under the terms of this License.
+
+1.10. "Original Software" means the Source Code and
+Executable form of computer software code that is
+originally released under this License.
+
+1.11. "Patent Claims" means any patent claim(s), now owned
+or hereafter acquired, including without limitation,
+method, process, and apparatus claims, in any patent
+Licensable by grantor.
+
+1.12. "Source Code" means (a) the common form of computer
+software code in which modifications are made and (b)
+associated documentation included in or with such code.
+
+1.13. "You" (or "Your") means an individual or a legal
+entity exercising rights under, and complying with all of
+the terms of, this License. For legal entities, "You"
+includes any entity which controls, is controlled by, or is
+under common control with You. For purposes of this
+definition, "control" means (a) the power, direct or
+indirect, to cause the direction or management of such
+entity, whether by contract or otherwise, or (b) ownership
+of more than fifty percent (50%) of the outstanding shares
+or beneficial ownership of such entity.
+
+2. License Grants.
+
+2.1. The Initial Developer Grant.
+
+Conditioned upon Your compliance with Section 3.1 below and
+subject to third party intellectual property claims, the
+Initial Developer hereby grants You a world-wide,
+royalty-free, non-exclusive license:
+
+(a) under intellectual property rights (other than
+patent or trademark) Licensable by Initial Developer,
+to use, reproduce, modify, display, perform,
+sublicense and distribute the Original Software (or
+portions thereof), with or without Modifications,
+and/or as part of a Larger Work; and
+
+(b) under Patent Claims infringed by the making,
+using or selling of Original Software, to make, have
+made, use, practice, sell, and offer for sale, and/or
+otherwise dispose of the Original Software (or
+portions thereof).
+
+(c) The licenses granted in Sections 2.1(a) and (b)
+are effective on the date Initial Developer first
+distributes or otherwise makes the Original Software
+available to a third party under the terms of this
+License.
+
+(d) Notwithstanding Section 2.1(b) above, no patent
+license is granted: (1) for code that You delete from
+the Original Software, or (2) for infringements
+caused by: (i) the modification of the Original
+Software, or (ii) the combination of the Original
+Software with other software or devices.
+
+2.2. Contributor Grant.
+
+Conditioned upon Your compliance with Section 3.1 below and
+subject to third party intellectual property claims, each
+Contributor hereby grants You a world-wide, royalty-free,
+non-exclusive license:
+
+(a) under intellectual property rights (other than
+patent or trademark) Licensable by Contributor to
+use, reproduce, modify, display, perform, sublicense
+and distribute the Modifications created by such
+Contributor (or portions thereof), either on an
+unmodified basis, with other Modifications, as
+Covered Software and/or as part of a Larger Work; and
+
+(b) under Patent Claims infringed by the making,
+using, or selling of Modifications made by that
+Contributor either alone and/or in combination with
+its Contributor Version (or portions of such
+combination), to make, use, sell, offer for sale,
+have made, and/or otherwise dispose of: (1)
+Modifications made by that Contributor (or portions
+thereof); and (2) the combination of Modifications
+made by that Contributor with its Contributor Version
+(or portions of such combination).
+
+(c) The licenses granted in Sections 2.2(a) and
+2.2(b) are effective on the date Contributor first
+distributes or otherwise makes the Modifications
+available to a third party.
+
+(d) Notwithstanding Section 2.2(b) above, no patent
+license is granted: (1) for any code that Contributor
+has deleted from the Contributor Version; (2) for
+infringements caused by: (i) third party
+modifications of Contributor Version, or (ii) the
+combination of Modifications made by that Contributor
+with other software (except as part of the
+Contributor Version) or other devices; or (3) under
+Patent Claims infringed by Covered Software in the
+absence of Modifications made by that Contributor.
+
+3. Distribution Obligations.
+
+3.1. Availability of Source Code.
+
+Any Covered Software that You distribute or otherwise make
+available in Executable form must also be made available in
+Source Code form and that Source Code form must be
+distributed only under the terms of this License. You must
+include a copy of this License with every copy of the
+Source Code form of the Covered Software You distribute or
+otherwise make available. You must inform recipients of any
+such Covered Software in Executable form as to how they can
+obtain such Covered Software in Source Code form in a
+reasonable manner on or through a medium customarily used
+for software exchange.
+
+3.2. Modifications.
+
+The Modifications that You create or to which You
+contribute are governed by the terms of this License. You
+represent that You believe Your Modifications are Your
+original creation(s) and/or You have sufficient rights to
+grant the rights conveyed by this License.
+
+3.3. Required Notices.
+
+You must include a notice in each of Your Modifications
+that identifies You as the Contributor of the Modification.
+You may not remove or alter any copyright, patent or
+trademark notices contained within the Covered Software, or
+any notices of licensing or any descriptive text giving
+attribution to any Contributor or the Initial Developer.
+
+3.4. Application of Additional Terms.
+
+You may not offer or impose any terms on any Covered
+Software in Source Code form that alters or restricts the
+applicable version of this License or the recipients'
+rights hereunder. You may choose to offer, and to charge a
+fee for, warranty, support, indemnity or liability
+obligations to one or more recipients of Covered Software.
+However, you may do so only on Your own behalf, and not on
+behalf of the Initial Developer or any Contributor. You
+must make it absolutely clear that any such warranty,
+support, indemnity or liability obligation is offered by
+You alone, and You hereby agree to indemnify the Initial
+Developer and every Contributor for any liability incurred
+by the Initial Developer or such Contributor as a result of
+warranty, support, indemnity or liability terms You offer.
+
+3.5. Distribution of Executable Versions.
+
+You may distribute the Executable form of the Covered
+Software under the terms of this License or under the terms
+of a license of Your choice, which may contain terms
+different from this License, provided that You are in
+compliance with the terms of this License and that the
+license for the Executable form does not attempt to limit
+or alter the recipient's rights in the Source Code form
+from the rights set forth in this License. If You
+distribute the Covered Software in Executable form under a
+different license, You must make it absolutely clear that
+any terms which differ from this License are offered by You
+alone, not by the Initial Developer or Contributor. You
+hereby agree to indemnify the Initial Developer and every
+Contributor for any liability incurred by the Initial
+Developer or such Contributor as a result of any such terms
+You offer.
+
+3.6. Larger Works.
+
+You may create a Larger Work by combining Covered Software
+with other code not governed by the terms of this License
+and distribute the Larger Work as a single product. In such
+a case, You must make sure the requirements of this License
+are fulfilled for the Covered Software.
+
+4. Versions of the License.
+
+4.1. New Versions.
+
+Sun Microsystems, Inc. is the initial license steward and
+may publish revised and/or new versions of this License
+from time to time. Each version will be given a
+distinguishing version number. Except as provided in
+Section 4.3, no one other than the license steward has the
+right to modify this License.
+
+4.2. Effect of New Versions.
+
+You may always continue to use, distribute or otherwise
+make the Covered Software available under the terms of the
+version of the License under which You originally received
+the Covered Software. If the Initial Developer includes a
+notice in the Original Software prohibiting it from being
+distributed or otherwise made available under any
+subsequent version of the License, You must distribute and
+make the Covered Software available under the terms of the
+version of the License under which You originally received
+the Covered Software. Otherwise, You may also choose to
+use, distribute or otherwise make the Covered Software
+available under the terms of any subsequent version of the
+License published by the license steward.
+
+4.3. Modified Versions.
+
+When You are an Initial Developer and You want to create a
+new license for Your Original Software, You may create and
+use a modified version of this License if You: (a) rename
+the license and remove any references to the name of the
+license steward (except to note that the license differs
+from this License); and (b) otherwise make it clear that
+the license contains terms which differ from this License.
+
+5. DISCLAIMER OF WARRANTY.
+
+COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
+BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
+INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
+SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
+PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
+PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
+COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
+INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF
+ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
+WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
+ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
+DISCLAIMER.
+
+6. TERMINATION.
+
+6.1. This License and the rights granted hereunder will
+terminate automatically if You fail to comply with terms
+herein and fail to cure such breach within 30 days of
+becoming aware of the breach. Provisions which, by their
+nature, must remain in effect beyond the termination of
+this License shall survive.
+
+6.2. If You assert a patent infringement claim (excluding
+declaratory judgment actions) against Initial Developer or
+a Contributor (the Initial Developer or Contributor against
+whom You assert such claim is referred to as "Participant")
+alleging that the Participant Software (meaning the
+Contributor Version where the Participant is a Contributor
+or the Original Software where the Participant is the
+Initial Developer) directly or indirectly infringes any
+patent, then any and all rights granted directly or
+indirectly to You by such Participant, the Initial
+Developer (if the Initial Developer is not the Participant)
+and all Contributors under Sections 2.1 and/or 2.2 of this
+License shall, upon 60 days notice from Participant
+terminate prospectively and automatically at the expiration
+of such 60 day notice period, unless if within such 60 day
+period You withdraw Your claim with respect to the
+Participant Software against such Participant either
+unilaterally or pursuant to a written agreement with
+Participant.
+
+6.3. If You assert a patent infringement claim against
+Participant alleging that the Participant Software directly
+or indirectly infringes any patent where such claim is
+resolved (such as by license or settlement) prior to the
+initiation of patent infringement litigation, then the
+reasonable value of the licenses granted by such Participant
+under Sections 2.1 or 2.2 shall be taken into account in
+determining the amount or value of any payment or license.
+
+6.4. In the event of termination under Sections 6.1 or 6.2
+above, all end user licenses that have been validly granted
+by You or any distributor hereunder prior to termination
+(excluding licenses granted to You by any distributor)
+shall survive termination.
+
+7. LIMITATION OF LIABILITY.
+
+UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
+(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
+INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
+COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
+LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
+CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
+LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK
+STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
+COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
+INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
+LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
+INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT
+APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
+NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
+CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
+APPLY TO YOU.
+
+8. U.S. GOVERNMENT END USERS.
+
+The Covered Software is a "commercial item," as that term is
+defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
+computer software" (as that term is defined at 48 C.F.R.
+§ 252.227-7014(a)(1)) and "commercial computer software
+documentation" as such terms are used in 48 C.F.R. 12.212 (Sept.
+1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
+through 227.7202-4 (June 1995), all U.S. Government End Users
+acquire Covered Software with only those rights set forth herein.
+This U.S. Government Rights clause is in lieu of, and supersedes,
+any other FAR, DFAR, or other clause or provision that addresses
+Government rights in computer software under this License.
+
+9. MISCELLANEOUS.
+
+This License represents the complete agreement concerning subject
+matter hereof. If any provision of this License is held to be
+unenforceable, such provision shall be reformed only to the
+extent necessary to make it enforceable. This License shall be
+governed by the law of the jurisdiction specified in a notice
+contained within the Original Software (except to the extent
+applicable law, if any, provides otherwise), excluding such
+jurisdiction's conflict-of-law provisions. Any litigation
+relating to this License shall be subject to the jurisdiction of
+the courts located in the jurisdiction and venue specified in a
+notice contained within the Original Software, with the losing
+party responsible for costs, including, without limitation, court
+costs and reasonable attorneys' fees and expenses. The
+application of the United Nations Convention on Contracts for the
+International Sale of Goods is expressly excluded. Any law or
+regulation which provides that the language of a contract shall
+be construed against the drafter shall not apply to this License.
+You agree that You alone are responsible for compliance with the
+United States export administration regulations (and the export
+control laws and regulation of any other countries) when You use,
+distribute or otherwise make available any Covered Software.
+
+10. RESPONSIBILITY FOR CLAIMS.
+
+As between Initial Developer and the Contributors, each party is
+responsible for claims and damages arising, directly or
+indirectly, out of its utilization of rights under this License
+and You agree to work with Initial Developer and Contributors to
+distribute such responsibility on an equitable basis. Nothing
+herein is intended or shall be deemed to constitute any admission
+of liability.
+
+NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND
+DISTRIBUTION LICENSE (CDDL)
+
+The code released under the CDDL shall be governed by the laws
+of the State of California (excluding conflict-of-law provisions).
+Any litigation relating to this License shall be subject to the
+jurisdiction of the Federal Courts of the Northern District of
+California and the state courts of the State of California, with
+venue lying in Santa Clara County, California.
+
+
+The GNU General Public License (GPL)
+Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Everyone is permitted to copy and distribute verbatim
+ copies of this license document, but changing it is not
+ allowed.
+
+                      Preamble
+
+The licenses for most software are designed to take away
+your freedom to share and change it. By contrast, the GNU
+General Public License is intended to guarantee your freedom
+to share and change free software--to make sure the software
+is free for all its users. This General Public License
+applies to most of the Free Software Foundation's software
+and to any other program whose authors commit to using it.
+(Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can
+apply it to your programs, too.
+
+When we speak of free software, we are referring to freedom,
+not price. Our General Public Licenses are designed to make
+sure that you have the freedom to distribute copies of free
+software (and charge for this service if you wish), that you
+receive source code or can get it if you want it, that you
+can change the software or use pieces of it in new free
+programs; and that you know you can do these things.
+
+To protect your rights, we need to make restrictions that
+forbid anyone to deny you these rights or to ask you to
+surrender the rights. These restrictions translate to
+certain responsibilities for you if you distribute copies of
+the software, or if you modify it.
+
+For example, if you distribute copies of such a program,
+whether gratis or for a fee, you must give the recipients
+all the rights that you have. You must make sure that they,
+too, receive or can get the source code. And you must show
+them these terms so they know their rights.
+
+We protect your rights with two steps: (1) copyright the
+software, and (2) offer you this license which gives you
+legal permission to copy, distribute and/or modify the
+software.
+
+Also, for each author's protection and ours, we want to make
+certain that everyone understands that there is no warranty
+for this free software. If the software is modified by
+someone else and passed on, we want its recipients to know
+that what they have is not the original, so that any
+problems introduced by others will not reflect on the
+original authors' reputations.
+
+Finally, any free program is threatened constantly by
+software patents. We wish to avoid the danger that
+redistributors of a free program will individually obtain
+patent licenses, in effect making the program proprietary.
+To prevent this, we have made it clear that any patent must
+be licensed for everyone's free use or not licensed at all.
+
+The precise terms and conditions for copying, distribution
+and modification follow.
+
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND
+MODIFICATION
+
+0. This License applies to any program or other work which
+contains a notice placed by the copyright holder saying it
+may be distributed under the terms of this General Public
+License. The "Program", below, refers to any such program or
+work, and a "work based on the Program" means either the
+Program or any derivative work under copyright law: that is
+to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into
+another language. (Hereinafter, translation is included
+without limitation in the term "modification".) Each
+licensee is addressed as "you".
+
+Activities other than copying, distribution and modification
+are not covered by this License; they are outside its scope.
+The act of running the Program is not restricted, and the
+output from the Program is covered only if its contents
+constitute a work based on the Program (independent of
+having been made by running the Program). Whether that is
+true depends on what the Program does.
+
+1. You may copy and distribute verbatim copies of the
+Program's source code as you receive it, in any medium,
+provided that you conspicuously and appropriately publish on
+each copy an appropriate copyright notice and disclaimer of
+warranty; keep intact all the notices that refer to this
+License and to the absence of any warranty; and give any
+other recipients of the Program a copy of this License along
+with the Program.
+
+You may charge a fee for the physical act of transferring a
+copy, and you may at your option offer warranty protection
+in exchange for a fee.
+
+2. You may modify your copy or copies of the Program or any
+portion of it, thus forming a work based on the Program, and
+copy and distribute such modifications or work under the
+terms of Section 1 above, provided that you also meet all of
+these conditions:
+
+    a) You must cause the modified files to carry prominent
+    notices stating that you changed the files and the date
+    of any change.
+
+    b) You must cause any work that you distribute or
+    publish, that in whole or in part contains or is derived
+    from the Program or any part thereof, to be licensed as
+    a whole at no charge to all third parties under the
+    terms of this License.
+
+    c) If the modified program normally reads commands
+    interactively when run, you must cause it, when started
+    running for such interactive use in the most ordinary
+    way, to print or display an announcement including an
+    appropriate copyright notice and a notice that there is
+    no warranty (or else, saying that you provide a
+    warranty) and that users may redistribute the program
+    under these conditions, and telling the user how to view
+    a copy of this License. (Exception: if the Program
+    itself is interactive but does not normally print such
+    an announcement, your work based on the Program is not
+    required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the
+Program, and can be reasonably considered independent and
+separate works in themselves, then this License, and its
+terms, do not apply to those sections when you distribute
+them as separate works. But when you distribute the same
+sections as part of a whole which is a work based on the
+Program, the distribution of the whole must be on the terms
+of this License, whose permissions for other licensees
+extend to the entire whole, and thus to each and every part
+regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights
+or contest your rights to work written entirely by you;
+rather, the intent is to exercise the right to control the
+distribution of derivative or collective works based on the
+Program.
+
+In addition, mere aggregation of another work not based on
+the Program with the Program (or with a work based on the
+Program) on a volume of a storage or distribution medium
+does not bring the other work under the scope of this
+License.
+
+3. You may copy and distribute the Program (or a work based
+on it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you
+also do one of the following:
+
+    a) Accompany it with the complete corresponding
+    machine-readable source code, which must be distributed
+    under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least
+    three years, to give any third party, for a charge no
+    more than your cost of physically performing source
+    distribution, a complete machine-readable copy of the
+    corresponding source code, to be distributed under the
+    terms of Sections 1 and 2 above on a medium customarily
+    used for software interchange; or,
+
+    c) Accompany it with the information you received as to
+    the offer to distribute corresponding source code. (This
+    alternative is allowed only for noncommercial
+    distribution and only if you received the program in
+    object code or executable form with such an offer, in
+    accord with Subsection b above.)
+
+The source code for a work means the preferred form of the
+work for making modifications to it. For an executable work,
+complete source code means all the source code for all
+modules it contains, plus any associated interface
+definition files, plus the scripts used to control
+compilation and installation of the executable. However, as
+a special exception, the source code distributed need not
+include anything that is normally distributed (in either
+source or binary form) with the major components (compiler,
+kernel, and so on) of the operating system on which the
+executable runs, unless that component itself accompanies
+the executable.
+
+If distribution of executable or object code is made by
+offering access to copy from a designated place, then
+offering equivalent access to copy the source code from the
+same place counts as distribution of the source code, even
+though third parties are not compelled to copy the source
+along with the object code.
+
+4. You may not copy, modify, sublicense, or distribute the
+Program except as expressly provided under this License. Any
+attempt otherwise to copy, modify, sublicense or distribute
+the Program is void, and will automatically terminate your
+rights under this License. However, parties who have
+received copies, or rights, from you under this License will
+not have their licenses terminated so long as such parties
+remain in full compliance.
+
+5. You are not required to accept this License, since you
+have not signed it. However, nothing else grants you
+permission to modify or distribute the Program or its
+derivative works. These actions are prohibited by law if you
+do not accept this License. Therefore, by modifying or
+distributing the Program (or any work based on the Program),
+you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or
+modifying the Program or works based on it.
+
+6. Each time you redistribute the Program (or any work based
+on the Program), the recipient automatically receives a
+license from the original licensor to copy, distribute or
+modify the Program subject to these terms and conditions.
+You may not impose any further restrictions on the
+recipients' exercise of the rights granted herein. You are
+not responsible for enforcing compliance by third parties to
+this License.
+
+7. If, as a consequence of a court judgment or allegation of
+patent infringement or for any other reason (not limited to
+patent issues), conditions are imposed on you (whether by
+court order, agreement or otherwise) that contradict the
+conditions of this License, they do not excuse you from the
+conditions of this License. If you cannot distribute so as
+to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a
+consequence you may not distribute the Program at all. For
+example, if a patent license would not permit royalty-free
+redistribution of the Program by all those who receive
+copies directly or indirectly through you, then the only way
+you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or
+unenforceable under any particular circumstance, the balance
+of the section is intended to apply and the section as a
+whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to
+infringe any patents or other property right claims or to
+contest validity of any such claims; this section has the
+sole purpose of protecting the integrity of the free
+software distribution system, which is implemented by public
+license practices. Many people have made generous
+contributions to the wide range of software distributed
+through that system in reliance on consistent application of
+that system; it is up to the author/donor to decide if he or
+she is willing to distribute software through any other
+system and a licensee cannot impose that choice.
+
+This section is intended to make thoroughly clear what is
+believed to be a consequence of the rest of this License.
+
+8. If the distribution and/or use of the Program is
+restricted in certain countries either by patents or by
+copyrighted interfaces, the original copyright holder who
+places the Program under this License may add an explicit
+geographical distribution limitation excluding those
+countries, so that distribution is permitted only in or
+among countries not thus excluded. In such case, this
+License incorporates the limitation as if written in the
+body of this License.
+
+9. The Free Software Foundation may publish revised and/or
+new versions of the General Public License from time to
+time. Such new versions will be similar in spirit to the
+present version, but may differ in detail to address new
+problems or concerns.
+
+Each version is given a distinguishing version number. If
+the Program specifies a version number of this License which
+applies to it and "any later version", you have the option
+of following the terms and conditions either of that version
+or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number
+of this License, you may choose any version ever published
+by the Free Software Foundation.
+
+10. If you wish to incorporate parts of the Program into
+other free programs whose distribution conditions are
+different, write to the author to ask for permission. For
+software which is copyrighted by the Free Software
+Foundation, write to the Free Software Foundation; we
+sometimes make exceptions for this. Our decision will be
+guided by the two goals of preserving the free status of all
+derivatives of our free software and of promoting the
+sharing and reuse of software generally.
+
+NO WARRANTY
+
+11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS
+NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE
+COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM
+"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
+IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE
+OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
+DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED
+TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY
+WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED
+ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
+SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF
+THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT
+LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
+LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE
+PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH
+HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+              END OF TERMS AND CONDITIONS
+
+       How to Apply These Terms to Your New Programs
+
+If you develop a new program, and you want it to be of the
+greatest possible use to the public, the best way to achieve
+this is to make it free software which everyone can
+redistribute and change under these terms.
+
+To do so, attach the following notices to the program. It is
+safest to attach them to the start of each source file to
+most effectively convey the exclusion of warranty; and each
+file should have at least the "copyright" line and a pointer
+to where the full notice is found.
+
+    One line to give the program's name and a brief idea of
+    what it does. Copyright (C) <year> <name of author>
+
+    This program is free software; you can redistribute it
+    and/or modify it under the terms of the GNU General
+    Public License as published by the Free Software
+    Foundation; either version 2 of the License, or (at your
+    option) any later version.
+
+    This program is distributed in the hope that it will be
+    useful, but WITHOUT ANY WARRANTY; without even the
+    implied warranty of MERCHANTABILITY or FITNESS FOR A
+    PARTICULAR PURPOSE. See the GNU General Public License
+    for more details.
+
+    You should have received a copy of the GNU General
+    Public License along with this program; if not, write to
+    the Free Software Foundation, Inc., 59 Temple Place,
+    Suite 330, Boston, MA 02111-1307 USA
+
+Also add information on how to contact you by electronic and
+paper mail.
+
+If the program is interactive, make it output a short notice
+like this when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of
+    author Gnomovision comes with ABSOLUTELY NO WARRANTY;
+    for details type `show w'. This is free software, and
+    you are welcome to redistribute it under certain
+    conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show
+the appropriate parts of the General Public License. Of
+course, the commands you use may be called something other
+than `show w' and `show c'; they could even be mouse-clicks
+or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a
+programmer) or your school, if any, to sign a "copyright
+disclaimer" for the program, if necessary. Here is a sample;
+alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in
+  the program `Gnomovision' (which makes passes at
+  compilers) written by James Hacker.
+
+  signature of Ty Coon, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating
+your program into proprietary programs. If your program is a
+subroutine library, you may consider it more useful to
+permit linking proprietary applications with the library. If
+this is what you want to do, use the GNU Library General
+Public License instead of this License.
+
+
+"CLASSPATH" EXCEPTION TO THE GPL VERSION 2
+
+
+Certain source files distributed by Sun Microsystems, Inc.
+are subject to the following clarification and special
+exception to the GPL Version 2, but only where Sun has expressly
+included in the particular source file's header the words
+"Sun designates this particular file as subject to the
+"Classpath" exception as provided by Sun in the License file
+that accompanied this code."
+
+Linking this library statically or dynamically with other
+modules is making a combined work based on this library.
+Thus, the terms and conditions of the GNU General Public
+License Version 2 cover the whole combination.
+
+As a special exception, the copyright holders of this
+library give you permission to link this library with
+independent modules to produce an executable, regardless of
+the license terms of these independent modules, and to copy
+and distribute the resulting executable under terms of your
+choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license
+of that module. An independent module is a module which is
+not derived from or based on this library. If you modify
+this library, you may extend this exception to your version
+of the library, but you are not obligated to do so. If you
+do not wish to do so, delete this exception statement from
+your version.
diff --git a/nbbuild/licenses/CPL-1.0 b/nbbuild/licenses/CPL-1.0
new file mode 100644
index 0000000..365b949
--- /dev/null
+++ b/nbbuild/licenses/CPL-1.0
@@ -0,0 +1,211 @@
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC
+LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
+CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+"Contribution" means:
+
+a) in the case of the initial Contributor, the initial code and
+documentation distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are
+distributed by that particular Contributor. A Contribution 'originates' from a
+Contributor if it was added to the Program by such Contributor itself or anyone
+acting on such Contributor's behalf. Contributions do not include additions to
+the Program which: (i) are separate modules of software distributed in
+conjunction with the Program under their own license agreement, and (ii) are not
+derivative works of the Program.
+
+"Contributor" means any person or entity that distributes the Program.
+
+"Licensed Patents " mean patent claims licensable by a Contributor which are
+necessarily infringed by the use or sale of its Contribution alone or when
+combined with the Program.
+
+"Program" means the Contributions distributed in accordance with this Agreement.
+
+"Recipient" means anyone who receives the Program under this Agreement,
+including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants
+Recipient a non-exclusive, worldwide, royalty-free copyright license to
+reproduce, prepare derivative works of, publicly display, publicly perform,
+distribute and sublicense the Contribution of such Contributor, if any, and such
+derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants
+Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
+Patents to make, use, sell, offer to sell, import and otherwise transfer the
+Contribution of such Contributor, if any, in source code and object code form.
+This patent license shall apply to the combination of the Contribution and the
+Program if, at the time the Contribution is added by the Contributor, such
+addition of the Contribution causes such combination to be covered by the
+Licensed Patents. The patent license shall not apply to any other combinations
+which include the Contribution. No hardware per se is licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses
+to its Contributions set forth herein, no assurances are provided by any
+Contributor that the Program does not infringe the patent or other intellectual
+property rights of any other entity. Each Contributor disclaims any liability to
+Recipient for claims brought by any other entity based on infringement of
+intellectual property rights or otherwise. As a condition to exercising the
+rights and licenses granted hereunder, each Recipient hereby assumes sole
+responsibility to secure any other intellectual property rights needed, if any.
+For example, if a third party patent license is required to allow Recipient to
+distribute the Program, it is Recipient's responsibility to acquire that license
+before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient
+copyright rights in its Contribution, if any, to grant the copyright license set
+forth in this Agreement.
+
+3. REQUIREMENTS
+
+A Contributor may choose to distribute the Program in object code form under its
+own license agreement, provided that:
+
+a) it complies with the terms and conditions of this Agreement; and
+
+b) its license agreement:
+
+i) effectively disclaims on behalf of all Contributors all warranties and
+conditions, express and implied, including warranties or conditions of title and
+non-infringement, and implied warranties or conditions of merchantability and
+fitness for a particular purpose;
+
+ii) effectively excludes on behalf of all Contributors all liability for
+damages, including direct, indirect, special, incidental and consequential
+damages, such as lost profits;
+
+iii) states that any provisions which differ from this Agreement are offered
+by that Contributor alone and not by any other party; and
+
+iv) states that source code for the Program is available from such
+Contributor, and informs licensees how to obtain it in a reasonable manner on or
+through a medium customarily used for software exchange.
+
+When the Program is made available in source code form:
+
+a) it must be made available under this Agreement; and
+
+b) a copy of this Agreement must be included with each copy of the Program.
+
+Contributors may not remove or alter any copyright notices contained within the
+Program.
+
+Each Contributor must identify itself as the originator of its Contribution, if
+any, in a manner that reasonably allows subsequent Recipients to identify the
+originator of the Contribution.
+
+4. COMMERCIAL DISTRIBUTION
+
+Commercial distributors of software may accept certain responsibilities with
+respect to end users, business partners and the like. While this license is
+intended to facilitate the commercial use of the Program, the Contributor who
+includes the Program in a commercial product offering should do so in a manner
+which does not create potential liability for other Contributors. Therefore, if
+a Contributor includes the Program in a commercial product offering, such
+Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
+every other Contributor ("Indemnified Contributor") against any losses, damages
+and costs (collectively "Losses") arising from claims, lawsuits and other legal
+actions brought by a third party against the Indemnified Contributor to the
+extent caused by the acts or omissions of such Commercial Contributor in
+connection with its distribution of the Program in a commercial product
+offering. The obligations in this section do not apply to any claims or Losses
+relating to any actual or alleged intellectual property infringement. In order
+to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
+Contributor in writing of such claim, and b) allow the Commercial Contributor to
+control, and cooperate with the Commercial Contributor in, the defense and any
+related settlement negotiations. The Indemnified Contributor may participate in
+any such claim at its own expense.
+
+For example, a Contributor might include the Program in a commercial product
+offering, Product X. That Contributor is then a Commercial Contributor. If that
+Commercial Contributor then makes performance claims, or offers warranties
+related to Product X, those performance claims and warranties are such
+Commercial Contributor's responsibility alone. Under this section, the
+Commercial Contributor would have to defend claims against the other
+Contributors related to those performance claims and warranties, and if a court
+requires any other Contributor to pay any damages as a result, the Commercial
+Contributor must pay those damages.
+
+5. NO WARRANTY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
+IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
+NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
+Recipient is solely responsible for determining the appropriateness of using and
+distributing the Program and assumes all risks associated with its exercise of
+rights under this Agreement, including but not limited to the risks and costs of
+program errors, compliance with applicable laws, damage to or loss of data,
+programs or equipment, and unavailability or interruption of operations.
+
+6. DISCLAIMER OF LIABILITY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
+CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
+PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
+GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+7. GENERAL
+
+If any provision of this Agreement is invalid or unenforceable under applicable
+law, it shall not affect the validity or enforceability of the remainder of the
+terms of this Agreement, and without further action by the parties hereto, such
+provision shall be reformed to the minimum extent necessary to make such
+provision valid and enforceable.
+
+If Recipient institutes patent litigation against a Contributor with respect to
+a patent applicable to software (including a cross-claim or counterclaim in a
+lawsuit), then any patent licenses granted by that Contributor to such Recipient
+under this Agreement shall terminate as of the date such litigation is filed. In
+addition, if Recipient institutes patent litigation against any entity
+(including a cross-claim or counterclaim in a lawsuit) alleging that the Program
+itself (excluding combinations of the Program with other software or hardware)
+infringes such Recipient's patent(s), then such Recipient's rights granted under
+Section 2(b) shall terminate as of the date such litigation is filed.
+
+All Recipient's rights under this Agreement shall terminate if it fails to
+comply with any of the material terms or conditions of this Agreement and does
+not cure such failure in a reasonable period of time after becoming aware of
+such noncompliance. If all Recipient's rights under this Agreement terminate,
+Recipient agrees to cease use and distribution of the Program as soon as
+reasonably practicable. However, Recipient's obligations under this Agreement
+and any licenses granted by Recipient relating to the Program shall continue and
+survive.
+
+Everyone is permitted to copy and distribute copies of this Agreement, but in
+order to avoid inconsistency the Agreement is copyrighted and may only be
+modified in the following manner. The Agreement Steward reserves the right to
+publish new versions (including revisions) of this Agreement from time to time.
+No one other than the Agreement Steward has the right to modify this Agreement.
+IBM is the initial Agreement Steward. IBM may assign the responsibility to serve
+as the Agreement Steward to a suitable separate entity. Each new version of the
+Agreement will be given a distinguishing version number. The Program (including
+Contributions) may always be distributed subject to the version of the Agreement
+under which it was received. In addition, after a new version of the Agreement
+is published, Contributor may elect to distribute the Program (including its
+Contributions) under the new version. Except as expressly stated in Sections
+2(a) and 2(b) above, Recipient receives no rights or licenses to the
+intellectual property of any Contributor under this Agreement, whether
+expressly, by implication, estoppel or otherwise. All rights in the Program not
+expressly granted under this Agreement are reserved.
+
+This Agreement is governed by the laws of the State of New York and the
+intellectual property laws of the United States of America. No party to this
+Agreement will bring a legal action under this Agreement more than one year
+after the cause of action arose. Each party waives its rights to a jury trial in
+any resulting litigation.
diff --git a/nbbuild/licenses/DOM4J-BSD b/nbbuild/licenses/DOM4J-BSD
new file mode 100644
index 0000000..eb98890
--- /dev/null
+++ b/nbbuild/licenses/DOM4J-BSD
@@ -0,0 +1,35 @@
+BSD style license
+
+Redistribution and use of this software and associated documentation
+("Software"), with or without modification, are permitted provided that
+the following conditions are met:
+
+   1. Redistributions of source code must retain copyright statements
+and notices. Redistributions must also contain a copy of this document.
+   2. Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
+   3. The name "DOM4J" must not be used to endorse or promote products
+derived from this Software without prior written permission of
+MetaStuff, Ltd. For written permission, please contact
+dom4j-info at metastuff.com.
+   4. Products derived from this Software may not be called "DOM4J" nor
+may "DOM4J" appear in their names without prior written permission of
+MetaStuff, Ltd. DOM4J is a registered trademark of MetaStuff, Ltd.
+   5. Due credit should be given to the DOM4J Project -
+http://www.dom4j.org
+
+THIS SOFTWARE IS PROVIDED BY METASTUFF, LTD. AND CONTRIBUTORS ``AS IS''
+AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL METASTUFF, LTD. OR ITS
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
+
diff --git a/nbbuild/licenses/EPL-v10 b/nbbuild/licenses/EPL-v10
new file mode 100644
index 0000000..aa7cc81
--- /dev/null
+++ b/nbbuild/licenses/EPL-v10
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+"Contribution" means:
+
+a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
+
+"Contributor" means any person or entity that distributes the Program.
+
+"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.
+
+"Program" means the Contributions distributed in accordance with this Agreement.
+
+"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
+
+3. REQUIREMENTS
+
+A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
+
+a) it complies with the terms and conditions of this Agreement; and
+
+b) its license agreement:
+
+i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
+
+ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
+
+iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
+
+iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
+
+When the Program is made available in source code form:
+
+a) it must be made available under this Agreement; and
+
+b) a copy of this Agreement must be included with each copy of the Program.
+
+Contributors may not remove or alter any copyright notices contained within the Program.
+
+Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.
+
+4. COMMERCIAL DISTRIBUTION
+
+Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.
+
+For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.
+
+5. NO WARRANTY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
+
+6. DISCLAIMER OF LIABILITY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+7. GENERAL
+
+If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
+
+If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
+
+All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
+
+Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
+
+This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
\ No newline at end of file
diff --git a/nbbuild/licenses/GPL b/nbbuild/licenses/GPL
new file mode 100644
index 0000000..d511905
--- /dev/null
+++ b/nbbuild/licenses/GPL
@@ -0,0 +1,339 @@
+		    GNU GENERAL PUBLIC LICENSE
+		       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+		    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+			    NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+		     END OF TERMS AND CONDITIONS
+
+	    How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
diff --git a/nbbuild/licenses/GPL-2-CP b/nbbuild/licenses/GPL-2-CP
new file mode 100644
index 0000000..2945930
--- /dev/null
+++ b/nbbuild/licenses/GPL-2-CP
@@ -0,0 +1,425 @@
+The GNU General Public License (GPL)
+Version 2, June 1991
+
+ Copyright 1989, 1991 Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Everyone is permitted to copy and distribute verbatim
+ copies of this license document, but changing it is not
+ allowed.
+
+                      Preamble
+
+The licenses for most software are designed to take away
+your freedom to share and change it. By contrast, the GNU
+General Public License is intended to guarantee your freedom
+to share and change free software--to make sure the software
+is free for all its users. This General Public License
+applies to most of the Free Software Foundation's software
+and to any other program whose authors commit to using it.
+(Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can
+apply it to your programs, too.
+
+When we speak of free software, we are referring to freedom,
+not price. Our General Public Licenses are designed to make
+sure that you have the freedom to distribute copies of free
+software (and charge for this service if you wish), that you
+receive source code or can get it if you want it, that you
+can change the software or use pieces of it in new free
+programs; and that you know you can do these things.
+
+To protect your rights, we need to make restrictions that
+forbid anyone to deny you these rights or to ask you to
+surrender the rights. These restrictions translate to
+certain responsibilities for you if you distribute copies of
+the software, or if you modify it.
+
+For example, if you distribute copies of such a program,
+whether gratis or for a fee, you must give the recipients
+all the rights that you have. You must make sure that they,
+too, receive or can get the source code. And you must show
+them these terms so they know their rights.
+
+We protect your rights with two steps: (1) copyright the
+software, and (2) offer you this license which gives you
+legal permission to copy, distribute and/or modify the
+software.
+
+Also, for each author's protection and ours, we want to make
+certain that everyone understands that there is no warranty
+for this free software. If the software is modified by
+someone else and passed on, we want its recipients to know
+that what they have is not the original, so that any
+problems introduced by others will not reflect on the
+original authors' reputations.
+
+Finally, any free program is threatened constantly by
+software patents. We wish to avoid the danger that
+redistributors of a free program will individually obtain
+patent licenses, in effect making the program proprietary.
+To prevent this, we have made it clear that any patent must
+be licensed for everyone's free use or not licensed at all.
+
+The precise terms and conditions for copying, distribution
+and modification follow.
+
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND
+MODIFICATION
+
+0. This License applies to any program or other work which
+contains a notice placed by the copyright holder saying it
+may be distributed under the terms of this General Public
+License. The "Program", below, refers to any such program or
+work, and a "work based on the Program" means either the
+Program or any derivative work under copyright law: that is
+to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into
+another language. (Hereinafter, translation is included
+without limitation in the term "modification".) Each
+licensee is addressed as "you".
+
+Activities other than copying, distribution and modification
+are not covered by this License; they are outside its scope.
+The act of running the Program is not restricted, and the
+output from the Program is covered only if its contents
+constitute a work based on the Program (independent of
+having been made by running the Program). Whether that is
+true depends on what the Program does.
+
+1. You may copy and distribute verbatim copies of the
+Program's source code as you receive it, in any medium,
+provided that you conspicuously and appropriately publish on
+each copy an appropriate copyright notice and disclaimer of
+warranty; keep intact all the notices that refer to this
+License and to the absence of any warranty; and give any
+other recipients of the Program a copy of this License along
+with the Program.
+
+You may charge a fee for the physical act of transferring a
+copy, and you may at your option offer warranty protection
+in exchange for a fee.
+
+2. You may modify your copy or copies of the Program or any
+portion of it, thus forming a work based on the Program, and
+copy and distribute such modifications or work under the
+terms of Section 1 above, provided that you also meet all of
+these conditions:
+
+    a) You must cause the modified files to carry prominent
+    notices stating that you changed the files and the date
+    of any change.
+
+    b) You must cause any work that you distribute or
+    publish, that in whole or in part contains or is derived
+    from the Program or any part thereof, to be licensed as
+    a whole at no charge to all third parties under the
+    terms of this License.
+
+    c) If the modified program normally reads commands
+    interactively when run, you must cause it, when started
+    running for such interactive use in the most ordinary
+    way, to print or display an announcement including an
+    appropriate copyright notice and a notice that there is
+    no warranty (or else, saying that you provide a
+    warranty) and that users may redistribute the program
+    under these conditions, and telling the user how to view
+    a copy of this License. (Exception: if the Program
+    itself is interactive but does not normally print such
+    an announcement, your work based on the Program is not
+    required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the
+Program, and can be reasonably considered independent and
+separate works in themselves, then this License, and its
+terms, do not apply to those sections when you distribute
+them as separate works. But when you distribute the same
+sections as part of a whole which is a work based on the
+Program, the distribution of the whole must be on the terms
+of this License, whose permissions for other licensees
+extend to the entire whole, and thus to each and every part
+regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights
+or contest your rights to work written entirely by you;
+rather, the intent is to exercise the right to control the
+distribution of derivative or collective works based on the
+Program.
+
+In addition, mere aggregation of another work not based on
+the Program with the Program (or with a work based on the
+Program) on a volume of a storage or distribution medium
+does not bring the other work under the scope of this
+License.
+
+3. You may copy and distribute the Program (or a work based
+on it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you
+also do one of the following:
+
+    a) Accompany it with the complete corresponding
+    machine-readable source code, which must be distributed
+    under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least
+    three years, to give any third party, for a charge no
+    more than your cost of physically performing source
+    distribution, a complete machine-readable copy of the
+    corresponding source code, to be distributed under the
+    terms of Sections 1 and 2 above on a medium customarily
+    used for software interchange; or,
+
+    c) Accompany it with the information you received as to
+    the offer to distribute corresponding source code. (This
+    alternative is allowed only for noncommercial
+    distribution and only if you received the program in
+    object code or executable form with such an offer, in
+    accord with Subsection b above.)
+
+The source code for a work means the preferred form of the
+work for making modifications to it. For an executable work,
+complete source code means all the source code for all
+modules it contains, plus any associated interface
+definition files, plus the scripts used to control
+compilation and installation of the executable. However, as
+a special exception, the source code distributed need not
+include anything that is normally distributed (in either
+source or binary form) with the major components (compiler,
+kernel, and so on) of the operating system on which the
+executable runs, unless that component itself accompanies
+the executable.
+
+If distribution of executable or object code is made by
+offering access to copy from a designated place, then
+offering equivalent access to copy the source code from the
+same place counts as distribution of the source code, even
+though third parties are not compelled to copy the source
+along with the object code.
+
+4. You may not copy, modify, sublicense, or distribute the
+Program except as expressly provided under this License. Any
+attempt otherwise to copy, modify, sublicense or distribute
+the Program is void, and will automatically terminate your
+rights under this License. However, parties who have
+received copies, or rights, from you under this License will
+not have their licenses terminated so long as such parties
+remain in full compliance.
+
+5. You are not required to accept this License, since you
+have not signed it. However, nothing else grants you
+permission to modify or distribute the Program or its
+derivative works. These actions are prohibited by law if you
+do not accept this License. Therefore, by modifying or
+distributing the Program (or any work based on the Program),
+you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or
+modifying the Program or works based on it.
+
+6. Each time you redistribute the Program (or any work based
+on the Program), the recipient automatically receives a
+license from the original licensor to copy, distribute or
+modify the Program subject to these terms and conditions.
+You may not impose any further restrictions on the
+recipients' exercise of the rights granted herein. You are
+not responsible for enforcing compliance by third parties to
+this License.
+
+7. If, as a consequence of a court judgment or allegation of
+patent infringement or for any other reason (not limited to
+patent issues), conditions are imposed on you (whether by
+court order, agreement or otherwise) that contradict the
+conditions of this License, they do not excuse you from the
+conditions of this License. If you cannot distribute so as
+to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a
+consequence you may not distribute the Program at all. For
+example, if a patent license would not permit royalty-free
+redistribution of the Program by all those who receive
+copies directly or indirectly through you, then the only way
+you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or
+unenforceable under any particular circumstance, the balance
+of the section is intended to apply and the section as a
+whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to
+infringe any patents or other property right claims or to
+contest validity of any such claims; this section has the
+sole purpose of protecting the integrity of the free
+software distribution system, which is implemented by public
+license practices. Many people have made generous
+contributions to the wide range of software distributed
+through that system in reliance on consistent application of
+that system; it is up to the author/donor to decide if he or
+she is willing to distribute software through any other
+system and a licensee cannot impose that choice.
+
+This section is intended to make thoroughly clear what is
+believed to be a consequence of the rest of this License.
+
+8. If the distribution and/or use of the Program is
+restricted in certain countries either by patents or by
+copyrighted interfaces, the original copyright holder who
+places the Program under this License may add an explicit
+geographical distribution limitation excluding those
+countries, so that distribution is permitted only in or
+among countries not thus excluded. In such case, this
+License incorporates the limitation as if written in the
+body of this License.
+
+9. The Free Software Foundation may publish revised and/or
+new versions of the General Public License from time to
+time. Such new versions will be similar in spirit to the
+present version, but may differ in detail to address new
+problems or concerns.
+
+Each version is given a distinguishing version number. If
+the Program specifies a version number of this License which
+applies to it and "any later version", you have the option
+of following the terms and conditions either of that version
+or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number
+of this License, you may choose any version ever published
+by the Free Software Foundation.
+
+10. If you wish to incorporate parts of the Program into
+other free programs whose distribution conditions are
+different, write to the author to ask for permission. For
+software which is copyrighted by the Free Software
+Foundation, write to the Free Software Foundation; we
+sometimes make exceptions for this. Our decision will be
+guided by the two goals of preserving the free status of all
+derivatives of our free software and of promoting the
+sharing and reuse of software generally.
+
+NO WARRANTY
+
+11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS
+NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE
+COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM
+"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
+IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE
+OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
+DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED
+TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY
+WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED
+ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL,
+SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF
+THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT
+LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
+LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE
+PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH
+HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+              END OF TERMS AND CONDITIONS
+
+       How to Apply These Terms to Your New Programs
+
+If you develop a new program, and you want it to be of the
+greatest possible use to the public, the best way to achieve
+this is to make it free software which everyone can
+redistribute and change under these terms.
+
+To do so, attach the following notices to the program. It is
+safest to attach them to the start of each source file to
+most effectively convey the exclusion of warranty; and each
+file should have at least the "copyright" line and a pointer
+to where the full notice is found.
+
+    One line to give the program's name and a brief idea of
+    what it does. Copyright (C) <year> <name of author>
+
+    This program is free software; you can redistribute it
+    and/or modify it under the terms of the GNU General
+    Public License as published by the Free Software
+    Foundation; either version 2 of the License, or (at your
+    option) any later version.
+
+    This program is distributed in the hope that it will be
+    useful, but WITHOUT ANY WARRANTY; without even the
+    implied warranty of MERCHANTABILITY or FITNESS FOR A
+    PARTICULAR PURPOSE. See the GNU General Public License
+    for more details.
+
+    You should have received a copy of the GNU General
+    Public License along with this program; if not, write to
+    the Free Software Foundation, Inc., 59 Temple Place,
+    Suite 330, Boston, MA 02111-1307 USA
+
+Also add information on how to contact you by electronic and
+paper mail.
+
+If the program is interactive, make it output a short notice
+like this when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of
+    author Gnomovision comes with ABSOLUTELY NO WARRANTY;
+    for details type `show w'. This is free software, and
+    you are welcome to redistribute it under certain
+    conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show
+the appropriate parts of the General Public License. Of
+course, the commands you use may be called something other
+than `show w' and `show c'; they could even be mouse-clicks
+or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a
+programmer) or your school, if any, to sign a "copyright
+disclaimer" for the program, if necessary. Here is a sample;
+alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in
+  the program `Gnomovision' (which makes passes at
+  compilers) written by James Hacker.
+
+  signature of Ty Coon, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating
+your program into proprietary programs. If your program is a
+subroutine library, you may consider it more useful to
+permit linking proprietary applications with the library. If
+this is what you want to do, use the GNU Library General
+Public License instead of this License.
+
+
+"CLASSPATH" EXCEPTION TO THE GPL VERSION 2
+
+
+Certain source files distributed by Sun Microsystems, Inc.
+are subject to the following clarification and special
+exception to the GPL, but only where Sun has expressly
+included in the particular source file's header the words
+"Sun designates this particular file as subject to the
+"Classpath" exception as provided by Sun in the LICENSE file
+that accompanied this code."
+
+Linking this library statically or dynamically with other
+modules is making a combined work based on this library.
+Thus, the terms and conditions of the GNU General Public
+License cover the whole combination.
+
+As a special exception, the copyright holders of this
+library give you permission to link this library with
+independent modules to produce an executable, regardless of
+the license terms of these independent modules, and to copy
+and distribute the resulting executable under terms of your
+choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license
+of that module. An independent module is a module which is
+not derived from or based on this library. If you modify
+this library, you may extend this exception to your version
+of the library, but you are not obligated to do so. If you
+do not wish to do so, delete this exception statement from
+your version.
diff --git a/nbbuild/licenses/GPL-with-Proguard-exception b/nbbuild/licenses/GPL-with-Proguard-exception
new file mode 100644
index 0000000..3880d9e
--- /dev/null
+++ b/nbbuild/licenses/GPL-with-Proguard-exception
@@ -0,0 +1,382 @@
+Name: Proguard Obfuscator
+Version: 3.7
+License: GPL-with-Proguard-exception
+Origin: http://proguard.sourceforge.net/
+Source: proguard3.7-src.zip
+Files: proguard3.7-src.zip, proguard3.7.jar
+OSR: 5748
+Comment: ProGuard JAR must not be linked with any part of IDE. Should be used only as executable binary. For more information about license see THIRDPARTYLICENSEREADME.txt.
+
+		    GNU GENERAL PUBLIC LICENSE
+		       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+		    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+			    NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+		     END OF TERMS AND CONDITIONS
+
+	    How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
+
+
+Special Exception to the GNU General Public License
+
+Copyright © 2002-2006 Eric Lafortune
+
+This program is free software; you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free Software
+Foundation; either version 2 of the License, or (at your option) any later
+version.
+
+This program is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along with
+this program; if not, write to the Free Software Foundation, Inc., 59 Temple
+Place, Suite 330, Boston, MA 02111-1307 USA
+
+In addition, as a special exception, Eric Lafortune gives permission to link
+the code of this program with the following stand-alone applications:
+
+    * Apache Ant,
+    * Apache Maven,
+    * the Eclipse IDE,
+    * the Sun NetBeans IDE,
+    * the Sun J2ME Wireless Toolkit, and
+    * the Javaground Tools,
+
+and distribute linked combinations including the two. You must obey the GNU
+General Public License in all respects for all of the code used other than
+these programs. If you modify this file, you may extend this exception to your
+version of the file, but you are not obligated to do so. If you do not wish to
+do so, delete this exception statement from your version.
diff --git a/nbbuild/licenses/HttpUnit b/nbbuild/licenses/HttpUnit
new file mode 100644
index 0000000..04fd018
--- /dev/null
+++ b/nbbuild/licenses/HttpUnit
@@ -0,0 +1,19 @@
+Copyright (c) 2000-2006, Russell Gold
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/nbbuild/licenses/LGPL-2.1 b/nbbuild/licenses/LGPL-2.1
new file mode 100644
index 0000000..f2ff43f
--- /dev/null
+++ b/nbbuild/licenses/LGPL-2.1
@@ -0,0 +1,460 @@
+__COPYRIGHT_INTRO__
+
+		  GNU LESSER GENERAL PUBLIC LICENSE
+		       Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+ __FSF_ADDRESS__
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL.  It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+  This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it.  You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+  When we speak of free software, we are referring to freedom of use,
+not price.  Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+  To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights.  These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+  For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you.  You must make sure that they, too, receive or can get the source
+code.  If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it.  And you must show them these terms so they know their rights.
+
+  We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+  To protect each distributor, we want to make it very clear that
+there is no warranty for the free library.  Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+
+  Finally, software patents pose a constant threat to the existence of
+any free program.  We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder.  Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+  Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License.  This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License.  We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+  When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library.  The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom.  The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+  We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License.  It also provides other free software developers Less
+of an advantage over competing non-free programs.  These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries.  However, the Lesser license provides advantages in certain
+special circumstances.
+
+  For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard.  To achieve this, non-free programs must be
+allowed to use the library.  A more frequent case is that a free
+library does the same job as widely used non-free libraries.  In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+  In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software.  For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+  Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.  Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library".  The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+
+		  GNU LESSER GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+  A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+  The "Library", below, refers to any such software library or work
+which has been distributed under these terms.  A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language.  (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+  "Source code" for a work means the preferred form of the work for
+making modifications to it.  For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+  Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it).  Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+
+  1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+  You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+
+  2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) The modified work must itself be a software library.
+
+    b) You must cause the files modified to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    c) You must cause the whole of the work to be licensed at no
+    charge to all third parties under the terms of this License.
+
+    d) If a facility in the modified Library refers to a function or a
+    table of data to be supplied by an application program that uses
+    the facility, other than as an argument passed when the facility
+    is invoked, then you must make a good faith effort to ensure that,
+    in the event an application does not supply such function or
+    table, the facility still operates, and performs whatever part of
+    its purpose remains meaningful.
+
+    (For example, a function in a library to compute square roots has
+    a purpose that is entirely well-defined independent of the
+    application.  Therefore, Subsection 2d requires that any
+    application-supplied function or table used by this function must
+    be optional: if the application does not supply it, the square
+    root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library.  To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License.  (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.)  Do not make any other change in
+these notices.
+
+  Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+  This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+  4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+  If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library".  Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+  However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library".  The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+  When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library.  The
+threshold for this to be true is not precisely defined by law.
+
+  If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work.  (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+  Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+
+  6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+  You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License.  You must supply a copy of this License.  If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License.  Also, you must do one
+of these things:
+
+    a) Accompany the work with the complete corresponding
+    machine-readable source code for the Library including whatever
+    changes were used in the work (which must be distributed under
+    Sections 1 and 2 above); and, if the work is an executable linked
+    with the Library, with the complete machine-readable "work that
+    uses the Library", as object code and/or source code, so that the
+    user can modify the Library and then relink to produce a modified
+    executable containing the modified Library.  (It is understood
+    that the user who changes the contents of definitions files in the
+    Library will not necessarily be able to recompile the application
+    to use the modified definitions.)
+
+    b) Use a suitable shared library mechanism for linking with the
+    Library.  A suitable mechanism is one that (1) uses at run time a
+    copy of the library already present on the user's computer system,
+    rather than copying library functions into the executable, and (2)
+    will operate properly with a modified version of the library, if
+    the user installs one, as long as the modified version is
+    interface-compatible with the version that the work was made with.
+
+    c) Accompany the work with a written offer, valid for at
+    least three years, to give the same user the materials
+    specified in Subsection 6a, above, for a charge no more
+    than the cost of performing this distribution.
+
+    d) If distribution of the work is made by offering access to copy
+    from a designated place, offer equivalent access to copy the above
+    specified materials from the same place.
+
+    e) Verify that the user has already received a copy of these
+    materials or that you have already sent this user a copy.
+
+  For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it.  However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+  It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system.  Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+
+  7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+    a) Accompany the combined library with a copy of the same work
+    based on the Library, uncombined with any other library
+    facilities.  This must be distributed under the terms of the
+    Sections above.
+
+    b) Give prominent notice with the combined library of the fact
+    that part of it is a work based on the Library, and explaining
+    where to find the accompanying uncombined form of the same work.
+
+  8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License.  Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License.  However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+  9. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Library or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+  10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties with
+this License.
+
+  11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded.  In such case, this License incorporates the limitation as if
+written in the body of this License.
+
+  13. The Free Software Foundation may publish revised and/or new
+versions of the Lesser General Public License from time to time.
+Such new versions will be similar in spirit to the present version,
+but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Library
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation.  If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+
+  14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission.  For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this.  Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+
+			    NO WARRANTY
+
+  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
+
+__HOW_TO_APPLY_THESE_TERMS_TO_YOUR_NEW_LIBRARIES__
diff --git a/nbbuild/licenses/MIT b/nbbuild/licenses/MIT
new file mode 100644
index 0000000..3564f87
--- /dev/null
+++ b/nbbuild/licenses/MIT
@@ -0,0 +1,21 @@
+The MIT License
+
+Copyright (c) __YEARS__, __NAMES__
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/nbbuild/licenses/MPL-1.1 b/nbbuild/licenses/MPL-1.1
new file mode 100644
index 0000000..7714141
--- /dev/null
+++ b/nbbuild/licenses/MPL-1.1
@@ -0,0 +1,470 @@
+                          MOZILLA PUBLIC LICENSE
+                                Version 1.1
+
+                              ---------------
+
+1. Definitions.
+
+     1.0.1. "Commercial Use" means distribution or otherwise making the
+     Covered Code available to a third party.
+
+     1.1. "Contributor" means each entity that creates or contributes to
+     the creation of Modifications.
+
+     1.2. "Contributor Version" means the combination of the Original
+     Code, prior Modifications used by a Contributor, and the Modifications
+     made by that particular Contributor.
+
+     1.3. "Covered Code" means the Original Code or Modifications or the
+     combination of the Original Code and Modifications, in each case
+     including portions thereof.
+
+     1.4. "Electronic Distribution Mechanism" means a mechanism generally
+     accepted in the software development community for the electronic
+     transfer of data.
+
+     1.5. "Executable" means Covered Code in any form other than Source
+     Code.
+
+     1.6. "Initial Developer" means the individual or entity identified
+     as the Initial Developer in the Source Code notice required by Exhibit
+     A.
+
+     1.7. "Larger Work" means a work which combines Covered Code or
+     portions thereof with code not governed by the terms of this License.
+
+     1.8. "License" means this document.
+
+     1.8.1. "Licensable" means having the right to grant, to the maximum
+     extent possible, whether at the time of the initial grant or
+     subsequently acquired, any and all of the rights conveyed herein.
+
+     1.9. "Modifications" means any addition to or deletion from the
+     substance or structure of either the Original Code or any previous
+     Modifications. When Covered Code is released as a series of files, a
+     Modification is:
+          A. Any addition to or deletion from the contents of a file
+          containing Original Code or previous Modifications.
+
+          B. Any new file that contains any part of the Original Code or
+          previous Modifications.
+
+     1.10. "Original Code" means Source Code of computer software code
+     which is described in the Source Code notice required by Exhibit A as
+     Original Code, and which, at the time of its release under this
+     License is not already Covered Code governed by this License.
+
+     1.10.1. "Patent Claims" means any patent claim(s), now owned or
+     hereafter acquired, including without limitation,  method, process,
+     and apparatus claims, in any patent Licensable by grantor.
+
+     1.11. "Source Code" means the preferred form of the Covered Code for
+     making modifications to it, including all modules it contains, plus
+     any associated interface definition files, scripts used to control
+     compilation and installation of an Executable, or source code
+     differential comparisons against either the Original Code or another
+     well known, available Covered Code of the Contributor's choice. The
+     Source Code can be in a compressed or archival form, provided the
+     appropriate decompression or de-archiving software is widely available
+     for no charge.
+
+     1.12. "You" (or "Your")  means an individual or a legal entity
+     exercising rights under, and complying with all of the terms of, this
+     License or a future version of this License issued under Section 6.1.
+     For legal entities, "You" includes any entity which controls, is
+     controlled by, or is under common control with You. For purposes of
+     this definition, "control" means (a) the power, direct or indirect,
+     to cause the direction or management of such entity, whether by
+     contract or otherwise, or (b) ownership of more than fifty percent
+     (50%) of the outstanding shares or beneficial ownership of such
+     entity.
+
+2. Source Code License.
+
+     2.1. The Initial Developer Grant.
+     The Initial Developer hereby grants You a world-wide, royalty-free,
+     non-exclusive license, subject to third party intellectual property
+     claims:
+          (a)  under intellectual property rights (other than patent or
+          trademark) Licensable by Initial Developer to use, reproduce,
+          modify, display, perform, sublicense and distribute the Original
+          Code (or portions thereof) with or without Modifications, and/or
+          as part of a Larger Work; and
+
+          (b) under Patents Claims infringed by the making, using or
+          selling of Original Code, to make, have made, use, practice,
+          sell, and offer for sale, and/or otherwise dispose of the
+          Original Code (or portions thereof).
+
+          (c) the licenses granted in this Section 2.1(a) and (b) are
+          effective on the date Initial Developer first distributes
+          Original Code under the terms of this License.
+
+          (d) Notwithstanding Section 2.1(b) above, no patent license is
+          granted: 1) for code that You delete from the Original Code; 2)
+          separate from the Original Code;  or 3) for infringements caused
+          by: i) the modification of the Original Code or ii) the
+          combination of the Original Code with other software or devices.
+
+     2.2. Contributor Grant.
+     Subject to third party intellectual property claims, each Contributor
+     hereby grants You a world-wide, royalty-free, non-exclusive license
+
+          (a)  under intellectual property rights (other than patent or
+          trademark) Licensable by Contributor, to use, reproduce, modify,
+          display, perform, sublicense and distribute the Modifications
+          created by such Contributor (or portions thereof) either on an
+          unmodified basis, with other Modifications, as Covered Code
+          and/or as part of a Larger Work; and
+
+          (b) under Patent Claims infringed by the making, using, or
+          selling of  Modifications made by that Contributor either alone
+          and/or in combination with its Contributor Version (or portions
+          of such combination), to make, use, sell, offer for sale, have
+          made, and/or otherwise dispose of: 1) Modifications made by that
+          Contributor (or portions thereof); and 2) the combination of
+          Modifications made by that Contributor with its Contributor
+          Version (or portions of such combination).
+
+          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
+          effective on the date Contributor first makes Commercial Use of
+          the Covered Code.
+
+          (d)    Notwithstanding Section 2.2(b) above, no patent license is
+          granted: 1) for any code that Contributor has deleted from the
+          Contributor Version; 2)  separate from the Contributor Version;
+          3)  for infringements caused by: i) third party modifications of
+          Contributor Version or ii)  the combination of Modifications made
+          by that Contributor with other software  (except as part of the
+          Contributor Version) or other devices; or 4) under Patent Claims
+          infringed by Covered Code in the absence of Modifications made by
+          that Contributor.
+
+3. Distribution Obligations.
+
+     3.1. Application of License.
+     The Modifications which You create or to which You contribute are
+     governed by the terms of this License, including without limitation
+     Section 2.2. The Source Code version of Covered Code may be
+     distributed only under the terms of this License or a future version
+     of this License released under Section 6.1, and You must include a
+     copy of this License with every copy of the Source Code You
+     distribute. You may not offer or impose any terms on any Source Code
+     version that alters or restricts the applicable version of this
+     License or the recipients' rights hereunder. However, You may include
+     an additional document offering the additional rights described in
+     Section 3.5.
+
+     3.2. Availability of Source Code.
+     Any Modification which You create or to which You contribute must be
+     made available in Source Code form under the terms of this License
+     either on the same media as an Executable version or via an accepted
+     Electronic Distribution Mechanism to anyone to whom you made an
+     Executable version available; and if made available via Electronic
+     Distribution Mechanism, must remain available for at least twelve (12)
+     months after the date it initially became available, or at least six
+     (6) months after a subsequent version of that particular Modification
+     has been made available to such recipients. You are responsible for
+     ensuring that the Source Code version remains available even if the
+     Electronic Distribution Mechanism is maintained by a third party.
+
+     3.3. Description of Modifications.
+     You must cause all Covered Code to which You contribute to contain a
+     file documenting the changes You made to create that Covered Code and
+     the date of any change. You must include a prominent statement that
+     the Modification is derived, directly or indirectly, from Original
+     Code provided by the Initial Developer and including the name of the
+     Initial Developer in (a) the Source Code, and (b) in any notice in an
+     Executable version or related documentation in which You describe the
+     origin or ownership of the Covered Code.
+
+     3.4. Intellectual Property Matters
+          (a) Third Party Claims.
+          If Contributor has knowledge that a license under a third party's
+          intellectual property rights is required to exercise the rights
+          granted by such Contributor under Sections 2.1 or 2.2,
+          Contributor must include a text file with the Source Code
+          distribution titled "LEGAL" which describes the claim and the
+          party making the claim in sufficient detail that a recipient will
+          know whom to contact. If Contributor obtains such knowledge after
+          the Modification is made available as described in Section 3.2,
+          Contributor shall promptly modify the LEGAL file in all copies
+          Contributor makes available thereafter and shall take other steps
+          (such as notifying appropriate mailing lists or newsgroups)
+          reasonably calculated to inform those who received the Covered
+          Code that new knowledge has been obtained.
+
+          (b) Contributor APIs.
+          If Contributor's Modifications include an application programming
+          interface and Contributor has knowledge of patent licenses which
+          are reasonably necessary to implement that API, Contributor must
+          also include this information in the LEGAL file.
+
+               (c)    Representations.
+          Contributor represents that, except as disclosed pursuant to
+          Section 3.4(a) above, Contributor believes that Contributor's
+          Modifications are Contributor's original creation(s) and/or
+          Contributor has sufficient rights to grant the rights conveyed by
+          this License.
+
+     3.5. Required Notices.
+     You must duplicate the notice in Exhibit A in each file of the Source
+     Code.  If it is not possible to put such notice in a particular Source
+     Code file due to its structure, then You must include such notice in a
+     location (such as a relevant directory) where a user would be likely
+     to look for such a notice.  If You created one or more Modification(s)
+     You may add your name as a Contributor to the notice described in
+     Exhibit A.  You must also duplicate this License in any documentation
+     for the Source Code where You describe recipients' rights or ownership
+     rights relating to Covered Code.  You may choose to offer, and to
+     charge a fee for, warranty, support, indemnity or liability
+     obligations to one or more recipients of Covered Code. However, You
+     may do so only on Your own behalf, and not on behalf of the Initial
+     Developer or any Contributor. You must make it absolutely clear than
+     any such warranty, support, indemnity or liability obligation is
+     offered by You alone, and You hereby agree to indemnify the Initial
+     Developer and every Contributor for any liability incurred by the
+     Initial Developer or such Contributor as a result of warranty,
+     support, indemnity or liability terms You offer.
+
+     3.6. Distribution of Executable Versions.
+     You may distribute Covered Code in Executable form only if the
+     requirements of Section 3.1-3.5 have been met for that Covered Code,
+     and if You include a notice stating that the Source Code version of
+     the Covered Code is available under the terms of this License,
+     including a description of how and where You have fulfilled the
+     obligations of Section 3.2. The notice must be conspicuously included
+     in any notice in an Executable version, related documentation or
+     collateral in which You describe recipients' rights relating to the
+     Covered Code. You may distribute the Executable version of Covered
+     Code or ownership rights under a license of Your choice, which may
+     contain terms different from this License, provided that You are in
+     compliance with the terms of this License and that the license for the
+     Executable version does not attempt to limit or alter the recipient's
+     rights in the Source Code version from the rights set forth in this
+     License. If You distribute the Executable version under a different
+     license You must make it absolutely clear that any terms which differ
+     from this License are offered by You alone, not by the Initial
+     Developer or any Contributor. You hereby agree to indemnify the
+     Initial Developer and every Contributor for any liability incurred by
+     the Initial Developer or such Contributor as a result of any such
+     terms You offer.
+
+     3.7. Larger Works.
+     You may create a Larger Work by combining Covered Code with other code
+     not governed by the terms of this License and distribute the Larger
+     Work as a single product. In such a case, You must make sure the
+     requirements of this License are fulfilled for the Covered Code.
+
+4. Inability to Comply Due to Statute or Regulation.
+
+     If it is impossible for You to comply with any of the terms of this
+     License with respect to some or all of the Covered Code due to
+     statute, judicial order, or regulation then You must: (a) comply with
+     the terms of this License to the maximum extent possible; and (b)
+     describe the limitations and the code they affect. Such description
+     must be included in the LEGAL file described in Section 3.4 and must
+     be included with all distributions of the Source Code. Except to the
+     extent prohibited by statute or regulation, such description must be
+     sufficiently detailed for a recipient of ordinary skill to be able to
+     understand it.
+
+5. Application of this License.
+
+     This License applies to code to which the Initial Developer has
+     attached the notice in Exhibit A and to related Covered Code.
+
+6. Versions of the License.
+
+     6.1. New Versions.
+     Netscape Communications Corporation ("Netscape") may publish revised
+     and/or new versions of the License from time to time. Each version
+     will be given a distinguishing version number.
+
+     6.2. Effect of New Versions.
+     Once Covered Code has been published under a particular version of the
+     License, You may always continue to use it under the terms of that
+     version. You may also choose to use such Covered Code under the terms
+     of any subsequent version of the License published by Netscape. No one
+     other than Netscape has the right to modify the terms applicable to
+     Covered Code created under this License.
+
+     6.3. Derivative Works.
+     If You create or use a modified version of this License (which you may
+     only do in order to apply it to code which is not already Covered Code
+     governed by this License), You must (a) rename Your license so that
+     the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
+     "MPL", "NPL" or any confusingly similar phrase do not appear in your
+     license (except to note that your license differs from this License)
+     and (b) otherwise make it clear that Your version of the license
+     contains terms which differ from the Mozilla Public License and
+     Netscape Public License. (Filling in the name of the Initial
+     Developer, Original Code or Contributor in the notice described in
+     Exhibit A shall not of themselves be deemed to be modifications of
+     this License.)
+
+7. DISCLAIMER OF WARRANTY.
+
+     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
+     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
+     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
+     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
+     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
+     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
+     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
+     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
+     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
+
+8. TERMINATION.
+
+     8.1.  This License and the rights granted hereunder will terminate
+     automatically if You fail to comply with terms herein and fail to cure
+     such breach within 30 days of becoming aware of the breach. All
+     sublicenses to the Covered Code which are properly granted shall
+     survive any termination of this License. Provisions which, by their
+     nature, must remain in effect beyond the termination of this License
+     shall survive.
+
+     8.2.  If You initiate litigation by asserting a patent infringement
+     claim (excluding declatory judgment actions) against Initial Developer
+     or a Contributor (the Initial Developer or Contributor against whom
+     You file such action is referred to as "Participant")  alleging that:
+
+     (a)  such Participant's Contributor Version directly or indirectly
+     infringes any patent, then any and all rights granted by such
+     Participant to You under Sections 2.1 and/or 2.2 of this License
+     shall, upon 60 days notice from Participant terminate prospectively,
+     unless if within 60 days after receipt of notice You either: (i)
+     agree in writing to pay Participant a mutually agreeable reasonable
+     royalty for Your past and future use of Modifications made by such
+     Participant, or (ii) withdraw Your litigation claim with respect to
+     the Contributor Version against such Participant.  If within 60 days
+     of notice, a reasonable royalty and payment arrangement are not
+     mutually agreed upon in writing by the parties or the litigation claim
+     is not withdrawn, the rights granted by Participant to You under
+     Sections 2.1 and/or 2.2 automatically terminate at the expiration of
+     the 60 day notice period specified above.
+
+     (b)  any software, hardware, or device, other than such Participant's
+     Contributor Version, directly or indirectly infringes any patent, then
+     any rights granted to You by such Participant under Sections 2.1(b)
+     and 2.2(b) are revoked effective as of the date You first made, used,
+     sold, distributed, or had made, Modifications made by that
+     Participant.
+
+     8.3.  If You assert a patent infringement claim against Participant
+     alleging that such Participant's Contributor Version directly or
+     indirectly infringes any patent where such claim is resolved (such as
+     by license or settlement) prior to the initiation of patent
+     infringement litigation, then the reasonable value of the licenses
+     granted by such Participant under Sections 2.1 or 2.2 shall be taken
+     into account in determining the amount or value of any payment or
+     license.
+
+     8.4.  In the event of termination under Sections 8.1 or 8.2 above,
+     all end user license agreements (excluding distributors and resellers)
+     which have been validly granted by You or any distributor hereunder
+     prior to termination shall survive termination.
+
+9. LIMITATION OF LIABILITY.
+
+     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
+     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
+     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
+     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
+     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
+     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
+     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
+     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
+     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
+     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
+     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
+     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
+     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
+     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
+
+10. U.S. GOVERNMENT END USERS.
+
+     The Covered Code is a "commercial item," as that term is defined in
+     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
+     software" and "commercial computer software documentation," as such
+     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
+     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
+     all U.S. Government End Users acquire Covered Code with only those
+     rights set forth herein.
+
+11. MISCELLANEOUS.
+
+     This License represents the complete agreement concerning subject
+     matter hereof. If any provision of this License is held to be
+     unenforceable, such provision shall be reformed only to the extent
+     necessary to make it enforceable. This License shall be governed by
+     California law provisions (except to the extent applicable law, if
+     any, provides otherwise), excluding its conflict-of-law provisions.
+     With respect to disputes in which at least one party is a citizen of,
+     or an entity chartered or registered to do business in the United
+     States of America, any litigation relating to this License shall be
+     subject to the jurisdiction of the Federal Courts of the Northern
+     District of California, with venue lying in Santa Clara County,
+     California, with the losing party responsible for costs, including
+     without limitation, court costs and reasonable attorneys' fees and
+     expenses. The application of the United Nations Convention on
+     Contracts for the International Sale of Goods is expressly excluded.
+     Any law or regulation which provides that the language of a contract
+     shall be construed against the drafter shall not apply to this
+     License.
+
+12. RESPONSIBILITY FOR CLAIMS.
+
+     As between Initial Developer and the Contributors, each party is
+     responsible for claims and damages arising, directly or indirectly,
+     out of its utilization of rights under this License and You agree to
+     work with Initial Developer and Contributors to distribute such
+     responsibility on an equitable basis. Nothing herein is intended or
+     shall be deemed to constitute any admission of liability.
+
+13. MULTIPLE-LICENSED CODE.
+
+     Initial Developer may designate portions of the Covered Code as
+     "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
+     Developer permits you to utilize portions of the Covered Code under
+     Your choice of the NPL or the alternative licenses, if any, specified
+     by the Initial Developer in the file described in Exhibit A.
+
+EXHIBIT A -Mozilla Public License.
+
+     ``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 ______________________________________.
+
+     The Initial Developer of the Original Code is ________________________.
+     Portions created by ______________________ are Copyright (C) ______
+     _______________________. All Rights Reserved.
+
+     Contributor(s): ______________________________________.
+
+     Alternatively, the contents of this file may be used under the terms
+     of the _____ license (the  "[___] License"), in which case the
+     provisions of [______] License are applicable instead of those
+     above.  If you wish to allow use of your version of this file only
+     under the terms of the [____] License and not to allow others to use
+     your version of this file under the MPL, indicate your decision by
+     deleting  the provisions above and replace  them with the notice and
+     other provisions required by the [___] License.  If you do not delete
+     the provisions above, a recipient may use your version of this file
+     under either the MPL or the [___] License."
+
+     [NOTE: The text of this Exhibit A may differ slightly from the text of
+     the notices in the Source Code files of the Original Code. You should
+     use the text of this Exhibit A rather than the text found in the
+     Original Code Source Code for Your Modifications.]
+
diff --git a/nbbuild/licenses/Northwoods b/nbbuild/licenses/Northwoods
new file mode 100644
index 0000000..7adf4fb
--- /dev/null
+++ b/nbbuild/licenses/Northwoods
@@ -0,0 +1,703 @@
+JGO 5.1 IN NETBEANS 6.0
+
+Sun Microsystems, Inc. ("Sun") ENTITLEMENT for SOFTWARE
+
+Licensee/Company: Entity receiving Software.
+
+Effective Date:  Date Sun delivers the Software to You.
+
+Software: JGo 5.1
+
+License Term:  Perpetual (subject to termination under the SLA).
+
+Licensed Unit: Software Copy.
+
+Licensed unit Count: Unlimited.
+
+Permitted Uses: You may reproduce and use the Software for Individual,
+Commercial, Research and Instructional and Service Provider Use, subject
+to and conditioned on Your compliance with the Additional Terms below.
+
+Additional Terms:
+
+1. Software includes only the versions of the above products that are
+made initially available to You.
+
+2. Notwithstanding anything to the contrary in any Master Terms between
+the parties or in the SLA, Master Terms do not apply to Software under
+this Agreement.
+
+3. You may only use the Software in binary form and only in conjunction
+with NetBeans.
+
+Sun Microsystems, Inc. ("Sun") SOFTWARE LICENSE AGREEMENT
+
+READ THE TERMS OF THIS AGREEMENT ("AGREEMENT") CAREFULLY BEFORE OPENING
+SOFTWARE MEDIA PACKAGE. BY OPENING SOFTWARE MEDIA PACKAGE, YOU AGREE TO
+THE TERMS OF THIS AGREEMENT. IF YOU ARE ACCESSING SOFTWARE ELECTRONICALLY,
+INDICATE YOUR ACCEPTANCE OF THESE TERMS BY SELECTING THE "ACCEPT" BUTTON
+AT THE END OF THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS,
+PROMPTLY RETURN THE UNUSED SOFTWARE TO YOUR PLACE OF PURCHASE FOR A REFUND
+OR, IF SOFTWARE IS ACCESSED ELECTRONICALLY, SELECT THE "DECLINE" (OR
+"EXIT") BUTTON AT THE END OF THIS AGREEMENT. IF YOU HAVE SEPARATELY AGREED
+TO LICENSE TERMS ("MASTER TERMS") FOR YOUR LICENSE TO THIS SOFTWARE,
+THEN SECTIONS 1-6 OF THIS AGREEMENT ("SUPPLEMENTAL LICENSE TERMS") SHALL
+SUPPLEMENT AND SUPERSEDE THE MASTER TERMS IN RELATION TO THIS SOFTWARE.
+
+1.  Definitions.
+
+(a)     "Entitlement" means the collective set of applicable documents
+authorized by Sun evidencing your obligation to pay associated fees (if
+any) for the license, associated Services, and the authorized scope of
+use of Software under this Agreement.
+
+(b)     "Licensed Unit" means the unit of measure by which your use of
+Software and/or Service is licensed, as described in your Entitlement.
+
+(c) "Permitted Use" means the licensed Software use(s) authorized in
+this Agreement as specified in your Entitlement. The Permitted Use
+for any bundled Sun software not specified in your Entitlement will be
+evaluation use as provided in Section 3.
+
+(d)     "Service" means the service(s) that Sun or its delegate will
+provide, if any, as selected in your Entitlement and as further described
+in the applicable service listings at www.sun.com/service/servicelist.
+
+(e)     "Software" means the Sun software described in your
+Entitlement. Also, certain software may be included for evaluation use
+under Section 3.
+
+(f) "You" and "Your" means the individual or legal entity specified
+in the Entitlement, or for evaluation purposes, the entity performing
+the evaluation.
+
+2.  License Grant and Entitlement.
+
+Subject to the terms of your Entitlement, Sun grants you a nonexclusive,
+nontransferable limited license to use Software for its Permitted Use for
+the license term. Your Entitlement will specify (a) Software licensed,
+(b) the Permitted Use, (c) the license term, and (d) the Licensed Units.
+
+Additionally, if your Entitlement includes Services, then it will also
+specify the (e) Service and (f) service term.
+
+If your rights to Software or Services are limited in duration and the
+date such rights begin is other than the purchase date, your Entitlement
+will provide that beginning date(s).
+
+The Entitlement may be delivered to you in various ways depending on
+the manner in which you obtain Software and Services, for example, the
+Entitlement may be provided in your receipt, invoice or your contract
+with Sun or authorized Sun reseller. It may also be in electronic format
+if you download Software.
+
+3.  Permitted Use.
+
+As selected in your Entitlement, one or more of the following Permitted
+Uses will apply to your use of Software. Unless you have an Entitlement
+that expressly permits it, you may not use Software for any of the other
+Permitted Uses. If you don't have an Entitlement, or if your Entitlement
+doesn't cover additional software delivered to you, then such software
+is for your Evaluation Use.
+
+(a) Evaluation Use. You may evaluate Software internally for a period
+of 90 days from your first use.
+
+(b) Research and Instructional Use. You may use Software internally to
+design, develop and test, and also to provide instruction on such uses.
+
+(c) Individual Use. You may use Software internally for personal,
+individual use.
+
+(d) Commercial Use. You may use Software internally for your own
+commercial purposes.
+
+(e) Service Provider Use. You may make Software functionality accessible
+(but not by providing Software itself or through outsourcing services)
+to your end users in an extranet deployment, but not to your affiliated
+companies or to government agencies.
+
+4.  Licensed Units.
+
+Your Permitted Use is limited to the number of Licensed Units stated
+in your Entitlement. If you require additional Licensed Units, you will
+need additional Entitlement(s).
+
+5.  Restrictions.
+
+(a) The copies of Software provided to you under this Agreement
+are licensed, not sold, to you by Sun. Sun reserves all rights not
+expressly granted. (b) You may make a single archival copy of Software,
+but otherwise may not copy, modify, or distribute Software. However if
+the Sun documentation accompanying Software lists specific portions of
+Software, such as header files, class libraries, reference source code,
+and/or redistributable files, that may be handled differently, you may
+do so only as provided in the Sun documentation. (c) You may not rent,
+lease, lend or encumber Software. (d) Unless enforcement is prohibited by
+applicable law, you may not decompile, or reverse engineer Software. (e)
+The terms and conditions of this Agreement will apply to any Software
+updates, provided to you at Sun's discretion, that replace and/or
+supplement the original Software, unless such update contains a separate
+license. (f) You may not publish or provide the results of any benchmark
+or comparison tests run on Software to any third party without the prior
+written consent of Sun. (g) Software is confidential and copyrighted. (h)
+Unless otherwise specified, if Software is delivered with embedded or
+bundled software that enables functionality of Software, you may not
+use such software on a stand-alone basis or use any portion of such
+software to interoperate with any program(s) other than Software. (i)
+Software may contain programs that perform automated collection of
+system data and/or automated software updating services.  System data
+collected through such programs may be used by Sun, its subcontractors,
+and its service delivery partners for the purpose of providing you with
+remote system services and/or improving Sun's software and systems. (j)
+Software is not designed, licensed or intended for use in the design,
+construction, operation or maintenance of any nuclear facility and Sun
+and its licensors disclaim any express or implied warranty of fitness
+for such uses. (k) No right, title or interest in or to any trademark,
+service mark, logo or trade name of Sun or its licensors is granted
+under this Agreement.
+
+6.  Term and Termination.
+
+The license and service term are set forth in your Entitlement(s). Your
+rights under this Agreement will terminate immediately without notice from
+Sun if you materially breach it or take any action in derogation of Sun's
+and/or its licensors' rights to Software. Sun may terminate this Agreement
+should any Software become, or in Sun's reasonable opinion likely to
+become, the subject of a claim of intellectual property infringement or
+trade secret misappropriation.  Upon termination, you will cease use of,
+and destroy, Software and confirm compliance in writing to Sun. Sections
+1, 5, 6, 7, and 9-15 will survive termination of the Agreement.
+
+7.  Java Compatibility and Open Source.
+
+Software may contain Java technology. You may not create additional
+classes to, or modifications of, the Java technology, except under
+compatibility requirements available under a separate agreement available
+at www.java.net.
+
+Sun supports and benefits from the global community of open source
+developers, and thanks the community for its important contributions
+and open standards-based technology, which Sun has adopted into many of
+its products.
+
+Please note that portions of Software may be provided with notices and
+open source licenses from such communities and third parties that govern
+the use of those portions, and any licenses granted hereunder do not alter
+any rights and obligations you may have under such open source licenses,
+however, the disclaimer of warranty and limitation of liability provisions
+in this Agreement will apply to all Software in this distribution.
+
+8.  Limited Warranty.
+
+Sun warrants to you that for a period of 90 days from the date of
+purchase, as evidenced by a copy of the receipt, the media on which
+Software is furnished (if any) will be free of defects in materials and
+workmanship under normal use.  Except for the foregoing, Software is
+provided "AS IS". Your exclusive remedy and Sun's entire liability under
+this limited warranty will be at Sun's option to replace Software media
+or refund the fee paid for Software. Some states do not allow limitations
+on certain implied warranties, so the above may not apply to you. This
+limited warranty gives you specific legal rights. You may have others,
+which vary from state to state.
+
+9.  Disclaimer of Warranty.
+
+UNLESS SPECIFIED IN THIS AGREEMENT, ALL EXPRESS OR IMPLIED CONDITIONS,
+REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT
+ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT THESE DISCLAIMERS ARE HELD TO
+BE LEGALLY INVALID.
+
+10.     Limitation of Liability.
+
+TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL SUN OR ITS LICENSORS
+BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR SPECIAL, INDIRECT,
+CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED REGARDLESS
+OF THE THEORY OF LIABILITY, ARISING OUT OF OR RELATED TO THE USE OF
+OR INABILITY TO USE SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES. In no event will Sun's liability to you,
+whether in contract, tort (including negligence), or otherwise, exceed
+the amount paid by you for Software under this Agreement. The foregoing
+limitations will apply even if the above stated warranty fails of its
+essential purpose. Some states do not allow the exclusion of incidental
+or consequential damages, so some of the terms above may not be applicable
+to you.
+
+11.     Export Regulations.
+
+All Software, documents, technical data, and any other materials delivered
+under this Agreement are subject to U.S. export control laws and may be
+subject to export or import regulations in other countries. You agree
+to comply strictly with these laws and regulations and acknowledge that
+you have the responsibility to obtain any licenses to export, re-export,
+or import as may be required after delivery to you.
+
+12.     U.S. Government Restricted Rights.
+
+If Software is being acquired by or on behalf of the U.S. Government or
+by a U.S. Government prime contractor or subcontractor (at any tier),
+then the Government's rights in Software and accompanying documentation
+will be only as set forth in this Agreement; this is in accordance with
+48 CFR 227.7201 through 227.7202-4 (for Department of Defense (DOD)
+acquisitions) and with 48 CFR 2.101 and 12.212 (for non-DOD acquisitions).
+
+13.     Governing Law.
+
+Any action related to this Agreement will be governed by California
+law and controlling U.S. federal law. No choice of law rules of any
+jurisdiction will apply.
+
+14.     Severability.
+
+If any provision of this Agreement is held to be unenforceable, this
+Agreement will remain in effect with the provision omitted, unless
+omission would frustrate the intent of the parties, in which case this
+Agreement will immediately terminate.
+
+15.     Integration.
+
+This Agreement, including any terms contained in your Entitlement, is the
+entire agreement between you and Sun relating to its subject matter. It
+supersedes all prior or contemporaneous oral or written communications,
+proposals, representations and warranties and prevails over any
+conflicting or additional terms of any quote, order, acknowledgment, or
+other communication between the parties relating to its subject matter
+during the term of this Agreement. No modification of this Agreement will
+be binding, unless in writing and signed by an authorized representative
+of each party.
+
+Please contact Sun Microsystems, Inc. 4150 Network Circle, Santa Clara,
+California 95054 if you have questions.
+
+
+LICENSE #3
+
+
+Pre-Release Software Evaluation Agreement
+
+SUN MICROSYSTEMS, INC. ("SUN") IS WILLING TO LICENSE THE SUN JAVA
+APPLICATION SERVER 9.1 BETA PRE-RELEASE SOFTWARE TO LICENSEE ONLY
+UPON THE CONDITION THAT LICENSEE ACCEPTS ALL OF THE TERMS CONTAINED
+IN THIS LICENSE AGREEMENT ("AGREEMENT"). PLEASE READ THE TERMS AND
+CONDITIONS OF THIS AGREEMENT CAREFULLY. BY DOWNLOADING OR INSTALLING
+THIS SOFTWARE, LICENSEE ACCEPTS THE TERMS AND CONDITIONS OF THIS LICENSE
+AGREEMENT. INDICATE ACCEPTANCE BY SELECTING THE "ACCEPT" BUTTON AT THE
+BOTTOM OF THIS AGREEMENT. IF LICENSEE IS NOT WILLING TO BE BOUND BY ALL
+THE TERMS, SELECT THE "DECLINE" BUTTON AT THE BOTTOM OF THE AGREEMENT
+AND THE DOWNLOAD OR INSTALL PROCESS WILL NOT CONTINUE.
+
+1.0 DEFINITIONS
+
+"Licensed Software" means the Sun Java Application Server 9.1 pre-release
+software in binary and/or source code forms, any other machine readable
+materials (including, but not limited to, libraries, source files,
+header files, and data files) and any user manuals, programming guides
+and other documentation provided to Licensee by Sun under this Agreement.
+
+2.0 LIMITED LICENSE
+
+2.1 Source Code. Sun grants to Licensee, a non-exclusive,
+non-transferable, royalty-free and limited license to view the source
+code portions of the Licensed Software internally for the purposes of
+evaluation only.
+
+2.2 Binary Code. Sun grants to Licensee, a non-exclusive,
+non-transferable, royalty-free and limited license to use the binary
+code portions of the Licensed Software internally for the purposes of
+evaluation only.
+
+2.3 No licenses are granted to Licensee for any other purposes, Licensee
+may not sell, rent, loan or otherwise encumber or transfer Licensed
+Software in whole or in part, to any third party.
+
+3.0 LICENSE RESTRICTIONS
+
+3.1 Licensee may not duplicate Licensed Software other than for a single
+copy of Licensed Software for archival purposes only. Licensee agrees
+to reproduce any copyright and other proprietary right notices on any
+such copy.
+
+3.2 Except as otherwise provided by law, Licensee may not modify or
+create derivative works of the Licensed Software, or reverse engineer,
+disassemble or decompile binary portions of the Licensed Software,
+or otherwise attempt to derive the source code from such portions.
+
+3.3 No right, title, or interest in or to Licensed Software, any
+trademarks, service marks, or trade names of Sun or Sun's licensors is
+granted under this Agreement.
+
+3.4 Licensee shall have no right to use the Licensed Software for
+productive or commercial use.
+
+4.0 NO SUPPORT
+
+Sun is under no obligation to support Licensed Software or to provide
+Licensee with updates or error corrections (collectively "Software
+Updates"). If Sun, at its sole option, supplies Software Updates to
+Licensee, the Software Updates will be considered part of Licensed
+Software, and subject to the terms of this Agreement.
+
+5.0 LICENSEE DUTIES
+
+Licensee agrees to evaluate and test the Software for use in Licensee's
+software environment and provide feedback to Sun in a manner reasonably
+requested by Sun. Any and all test results, error data, reports or other
+information, feedback or materials made or provided by Licensee relating
+to Software (collectively, "Feedback") are the exclusive property of Sun
+and Licensee hereby assigns all Feedback to Sun at no cost to Sun. Sun may
+use such Feedback in any manner and for any purpose, without limitation,
+liability or obligation to Licensee.
+
+6.0 TERM AND TERMINATION OF AGREEMENT
+
+6.1 This Agreement will commence on the date on which Licensee receives
+Licensed Software (the "Effective Date") and will expire ninety (90) days
+from the Effective Date, unless terminated earlier as provided herein.
+
+6.2 Either party may terminate this Agreement upon ten (10) days' written
+notice to the other party. However, Sun may terminate this Agreement
+immediately should any Licensed Software become, or in Sun's opinion be
+likely to become, the subject of a claim of infringement of a patent,
+trade secret or copyright.
+
+6.3 Sun may terminate this Agreement immediately should Licensee
+materially breach any of its provisions or take any action in derogation
+of Sun's rights to the Confidential Information licensed to Licensee.
+
+6.4 Upon termination or expiration of this Agreement, Licensee will
+immediately cease use of and destroy Licensed Software, any copies
+thereof and provide to Sun a written statement certifying that Licensee
+has complied with the foregoing obligations.
+
+6.5 Rights and obligations under this Agreement which by their nature
+should survive, will remain in effect after termination or expiration
+hereof.
+
+7.0 CONFIDENTIAL INFORMATION
+
+7.1 For purposes of this Agreement, "Confidential Information" means:
+(i) business and technical information and any source code or binary
+code, which Sun discloses to Licensee related to Licensed Software; (ii)
+Licensee's feedback based on Licensed Software; and (iii) the terms,
+conditions, and existence of this Agreement. Licensee may not disclose
+or use Confidential Information, except for the purposes specified in
+this Agreement. Licensee will protect the Confidential Information with
+the same degree of care, but not less than a reasonable degree of care,
+as Licensee uses to protect its own Confidential Information. Licensee's
+obligations regarding Confidential Information will expire no less than
+five (5) years from the date of receipt of the Confidential Information,
+except for Sun source code which will be protected in perpetuity.
+Licensee agrees that Licensed Software contains Sun trade secrets.
+
+7.2 Notwithstanding any provisions contained in this Agreement
+concerning nondisclosure and non-use of the Confidential Information,
+the nondisclosure obligations of Section 7.1 will not apply to any portion
+of Confidential Information that Licensee can demonstrate in writing is:
+(i) now, or hereafter through no act or failure to act on the part of
+Licensee becomes, generally known to the general public; (ii) known to
+Licensee at the time of receiving the Confidential Information without
+an obligation of confidentiality; (iii) hereafter rightfully furnished
+to Licensee by a third party without restriction on disclosure; or (iv)
+independently developed by Licensee without any use of the Confidential
+Information.
+
+7.3 Licensee must restrict access to Confidential Information to its
+employees or contractors with a need for this access to perform their
+employment or contractual obligations and who have agreed in writing
+to be bound by a confidentiality obligation, which incorporates the
+protections and restrictions substantially as set forth in this Agreement.
+
+8.0 DISCLAIMER OF WARRANTY
+
+8.1 Licensee acknowledges that Licensed Software may contain errors
+and is not designed, licensed, or intended for use in the design,
+construction, operation or maintenance of any nuclear facility ("High Risk
+Activities"). Sun disclaims any express or implied warranty of fitness
+for such uses. Licensee represents and warrants to Sun that it will not
+use, distribute or license the Licensed Software for High Risk Activities.
+
+8.2 LICENSED SOFTWARE IS PROVIDED "AS IS". ALL EXPRESS OR IMPLIED
+CONDITIONS, REPRESENTATIONS, AND WARRANTIES, INCLUDING ANY IMPLIED
+WARRANTY OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
+PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE
+EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID.
+
+9.0 LIMITATION OF LIABILITY
+
+9.1 Licensee acknowledges that the Licensed Software may be experimental
+and that the Licensed Software may have defects or deficiencies, which
+cannot or will not be corrected by Sun. Licensee will hold Sun harmless
+from any claims based on Licensee's use of the Licensed Software for any
+purposes other than those of internal evaluation, and from any claims
+that later versions or releases of any Licensed Software furnished to
+Licensee are incompatible with the Licensed Software provided to Licensee
+under this Agreement.
+
+9.2 To the extent not prohibited by law, in no event will Sun be liable
+for any indirect, punitive, special, incidental or consequential damage
+in connection with or arising out of this Agreement (including loss
+of business, revenue, profits, use, data or other economic advantage),
+however it arises, whether for breach or in tort, even if Sun has been
+previously advised of the possibility of such damage.
+
+10.0 U.S. GOVERNMENT RESTRICTED RIGHTS
+
+If this Software is being acquired by or on behalf of the U.S.
+Government or by a U.S. Government prime contractor or subcontractor (at
+any tier), then the Government's rights in the Software and accompanying
+documentation shall be only as set forth in this license; this is
+in accordance with 48 C.F.R. 227.7202-4 (for Department of Defense
+(DOD) acquisitions) and with 48 C.F.R. 2.101 and 12.212 (for non-DOD
+acquisitions).
+
+11.0 GENERAL TERMS
+
+11.1 Any action relating to or arising out of this Agreement will be
+governed by California law and controlling U.S. federal law. The U.N.
+Convention for the International Sale of Goods and the choice of law
+rules of any jurisdiction will not apply.
+
+11.2 Licensed Software and technical data delivered under this Agreement
+are subject to U.S. export control laws and may be subject to export
+or import regulations in other countries. Licensee agrees to comply
+strictly with all such laws and regulations and acknowledges that it
+has the responsibility to obtain such licenses to export, re-export or
+import as may be required after delivery to Licensee.
+
+11.3 It is understood and agreed that, notwithstanding any other provision
+of this Agreement, Licensee's breach of the provisions of Section 7 of
+this Agreement will cause Sun irreparable damage for which recovery
+of money damages would be inadequate, and that Sun will therefore be
+entitled to seek timely injunctive relief to protect Sun's rights under
+this Agreement in addition to any and all remedies available at law.
+
+11.4 Neither party may assign or otherwise transfer any of its rights
+or obligations under this Agreement, without the prior written consent
+of the other party, except that Sun may assign this Agreement to an
+affiliated company.
+
+11.5 This Agreement is the parties' entire agreement relating to its
+subject matter. It supersedes all prior or contemporaneous oral or written
+communications, proposals, conditions, representations and warranties and
+prevails over any conflicting or additional terms of any quote, order,
+acknowledgment, or other communication between the parties relating to its
+subject matter, including any Binary Code Licenses, Supplemental Terms,
+or other licenses contained within Licensed Software. No modification
+to this Agreement will be binding, unless in writing and signed by an
+authorized representative of each party.
+
+
+
+Pre-Release Software Evaluation Agreement
+
+SUN MICROSYSTEMS, INC. ("SUN") IS WILLING TO LICENSE THE SUN JAVA SYSTEM
+OPEN ESB 2.0 PRE-RELEASE SOFTWARE TO LICENSEE ONLY UPON THE CONDITION THAT
+LICENSEE ACCEPTS ALL OF THE TERMS CONTAINED IN THIS LICENSE AGREEMENT
+("AGREEMENT"). PLEASE READ THE TERMS AND CONDITIONS OF THIS AGREEMENT
+CAREFULLY. BY DOWNLOADING OR INSTALLING THIS SOFTWARE, LICENSEE ACCEPTS
+THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT. INDICATE ACCEPTANCE
+BY SELECTING THE "ACCEPT" BUTTON AT THE BOTTOM OF THIS AGREEMENT. IF
+LICENSEE IS NOT WILLING TO BE BOUND BY ALL THE TERMS, SELECT THE "DECLINE"
+BUTTON AT THE BOTTOM OF THE AGREEMENT AND THE DOWNLOAD OR INSTALL PROCESS
+WILL NOT CONTINUE.
+
+1.0 DEFINITIONS
+
+"Licensed Software" means the Sun Java System Open ESB 2.0 pre-release
+software in binary and/or source code forms, any other machine readable
+materials (including, but not limited to, libraries, source files,
+header files, and data files) and any user manuals, programming guides
+and other documentation provided to Licensee by Sun under this Agreement.
+
+2.0 LIMITED LICENSE
+
+2.1 Source Code. Sun grants to Licensee, a non-exclusive,
+non-transferable, royalty-free and limited license to view the source
+code portions of the Licensed Software internally for the purposes of
+evaluation only.
+
+2.2 Binary Code. Sun grants to Licensee, a non-exclusive,
+non-transferable, royalty-free and limited license to use the binary
+code portions of the Licensed Software internally for the purposes of
+evaluation only.
+
+2.3 No licenses are granted to Licensee for any other purposes, Licensee
+may not sell, rent, loan or otherwise encumber or transfer Licensed
+Software in whole or in part, to any third party.
+
+3.0 LICENSE RESTRICTIONS
+
+3.1 Licensee may not duplicate Licensed Software other than for a single
+copy of Licensed Software for archival purposes only. Licensee agrees
+to reproduce any copyright and other proprietary right notices on any
+such copy.
+
+3.2 Except as otherwise provided by law, Licensee may not modify or
+create derivative works of the Licensed Software, or reverse engineer,
+disassemble or decompile binary portions of the Licensed Software,
+or otherwise attempt to derive the source code from such portions.
+
+3.3 No right, title, or interest in or to Licensed Software, any
+trademarks, service marks, or trade names of Sun or Sun's licensors is
+granted under this Agreement.
+
+3.4 Licensee shall have no right to use the Licensed Software for
+productive or commercial use.
+
+4.0 NO SUPPORT
+
+Sun is under no obligation to support Licensed Software or to provide
+Licensee with updates or error corrections (collectively "Software
+Updates"). If Sun, at its sole option, supplies Software Updates to
+Licensee, the Software Updates will be considered part of Licensed
+Software, and subject to the terms of this Agreement.
+
+5.0 LICENSEE DUTIES
+
+Licensee agrees to evaluate and test the Software for use in Licensee's
+software environment and provide feedback to Sun in a manner reasonably
+requested by Sun. Any and all test results, error data, reports or other
+information, feedback or materials made or provided by Licensee relating
+to Software (collectively, "Feedback") are the exclusive property of Sun
+and Licensee hereby assigns all Feedback to Sun at no cost to Sun. Sun may
+use such Feedback in any manner and for any purpose, without limitation,
+liability or obligation to Licensee.
+
+6.0 TERM AND TERMINATION OF AGREEMENT
+
+6.1 This Agreement will commence on the date on which Licensee receives
+Licensed Software (the "Effective Date") and will expire ninety (90) days
+from the Effective Date, unless terminated earlier as provided herein.
+
+6.2 Either party may terminate this Agreement upon ten (10) days' written
+notice to the other party. However, Sun may terminate this Agreement
+immediately should any Licensed Software become, or in Sun's opinion be
+likely to become, the subject of a claim of infringement of a patent,
+trade secret or copyright.
+
+6.3 Sun may terminate this Agreement immediately should Licensee
+materially breach any of its provisions or take any action in derogation
+of Sun's rights to the Confidential Information licensed to Licensee.
+
+6.4 Upon termination or expiration of this Agreement, Licensee will
+immediately cease use of and destroy Licensed Software, any copies
+thereof and provide to Sun a written statement certifying that Licensee
+has complied with the foregoing obligations.
+
+6.5 Rights and obligations under this Agreement which by their nature
+should survive, will remain in effect after termination or expiration
+hereof.
+
+7.0 CONFIDENTIAL INFORMATION
+
+7.1 For purposes of this Agreement, "Confidential Information" means:
+(i) business and technical information and any source code or binary
+code, which Sun discloses to Licensee related to Licensed Software; (ii)
+Licensee's feedback based on Licensed Software; and (iii) the terms,
+conditions, and existence of this Agreement. Licensee may not disclose
+or use Confidential Information, except for the purposes specified in
+this Agreement. Licensee will protect the Confidential Information with
+the same degree of care, but not less than a reasonable degree of care,
+as Licensee uses to protect its own Confidential Information. Licensee's
+obligations regarding Confidential Information will expire no less than
+five (5) years from the date of receipt of the Confidential Information,
+except for Sun source code which will be protected in perpetuity.
+Licensee agrees that Licensed Software contains Sun trade secrets.
+
+7.2 Notwithstanding any provisions contained in this Agreement
+concerning nondisclosure and non-use of the Confidential Information,
+the nondisclosure obligations of Section 7.1 will not apply to any portion
+of Confidential Information that Licensee can demonstrate in writing is:
+(i) now, or hereafter through no act or failure to act on the part of
+Licensee becomes, generally known to the general public; (ii) known to
+Licensee at the time of receiving the Confidential Information without
+an obligation of confidentiality; (iii) hereafter rightfully furnished
+to Licensee by a third party without restriction on disclosure; or (iv)
+independently developed by Licensee without any use of the Confidential
+Information.
+
+7.3 Licensee must restrict access to Confidential Information to its
+employees or contractors with a need for this access to perform their
+employment or contractual obligations and who have agreed in writing
+to be bound by a confidentiality obligation, which incorporates the
+protections and restrictions substantially as set forth in this Agreement.
+
+8.0 DISCLAIMER OF WARRANTY
+
+8.1 Licensee acknowledges that Licensed Software may contain errors
+and is not designed, licensed, or intended for use in the design,
+construction, operation or maintenance of any nuclear facility ("High Risk
+Activities"). Sun disclaims any express or implied warranty of fitness
+for such uses. Licensee represents and warrants to Sun that it will not
+use, distribute or license the Licensed Software for High Risk Activities.
+
+8.2 LICENSED SOFTWARE IS PROVIDED "AS IS". ALL EXPRESS OR IMPLIED
+CONDITIONS, REPRESENTATIONS, AND WARRANTIES, INCLUDING ANY IMPLIED
+WARRANTY OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
+PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE
+EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID.
+
+9.0 LIMITATION OF LIABILITY
+
+9.1 Licensee acknowledges that the Licensed Software may be experimental
+and that the Licensed Software may have defects or deficiencies, which
+cannot or will not be corrected by Sun. Licensee will hold Sun harmless
+from any claims based on Licensee's use of the Licensed Software for any
+purposes other than those of internal evaluation, and from any claims
+that later versions or releases of any Licensed Software furnished to
+Licensee are incompatible with the Licensed Software provided to Licensee
+under this Agreement.
+
+9.2 To the extent not prohibited by law, in no event will Sun be liable
+for any indirect, punitive, special, incidental or consequential damage
+in connection with or arising out of this Agreement (including loss
+of business, revenue, profits, use, data or other economic advantage),
+however it arises, whether for breach or in tort, even if Sun has been
+previously advised of the possibility of such damage.
+
+10.0 U.S. GOVERNMENT RESTRICTED RIGHTS
+
+If this Software is being acquired by or on behalf of the U.S.
+Government or by a U.S. Government prime contractor or subcontractor (at
+any tier), then the Government's rights in the Software and accompanying
+documentation shall be only as set forth in this license; this is
+in accordance with 48 C.F.R. 227.7202-4 (for Department of Defense
+(DOD) acquisitions) and with 48 C.F.R. 2.101 and 12.212 (for non-DOD
+acquisitions).
+
+11.0 GENERAL TERMS
+
+11.1 Any action relating to or arising out of this Agreement will be
+governed by California law and controlling U.S. federal law. The U.N.
+Convention for the International Sale of Goods and the choice of law
+rules of any jurisdiction will not apply.
+
+11.2 Licensed Software and technical data delivered under this Agreement
+are subject to U.S. export control laws and may be subject to export
+or import regulations in other countries. Licensee agrees to comply
+strictly with all such laws and regulations and acknowledges that it
+has the responsibility to obtain such licenses to export, re-export or
+import as may be required after delivery to Licensee.
+
+11.3 It is understood and agreed that, notwithstanding any other provision
+of this Agreement, Licensee's breach of the provisions of Section 7 of
+this Agreement will cause Sun irreparable damage for which recovery
+of money damages would be inadequate, and that Sun will therefore be
+entitled to seek timely injunctive relief to protect Sun's rights under
+this Agreement in addition to any and all remedies available at law.
+
+11.4 Neither party may assign or otherwise transfer any of its rights
+or obligations under this Agreement, without the prior written consent
+of the other party, except that Sun may assign this Agreement to an
+affiliated company.
+
+11.5 This Agreement is the parties' entire agreement relating to its
+subject matter. It supersedes all prior or contemporaneous oral or written
+communications, proposals, conditions, representations and warranties and
+prevails over any conflicting or additional terms of any quote, order,
+acknowledgment, or other communication between the parties relating to its
+subject matter, including any Binary Code Licenses, Supplemental Terms,
+or other licenses contained within Licensed Software. No modification
+to this Agreement will be binding, unless in writing and signed by an
+authorized representative of each party.
diff --git a/nbbuild/licenses/Subversion b/nbbuild/licenses/Subversion
new file mode 100644
index 0000000..d824e3b
--- /dev/null
+++ b/nbbuild/licenses/Subversion
@@ -0,0 +1,54 @@
+Subversion License
+
+This license applies to all portions of Subversion which are not
+externally-maintained libraries (e.g. apr/, apr-util/, and neon/). Such
+libraries have their own licenses; we recommend you read them, as their terms
+may differ from the terms below.
+
+/* ================================================================
+ * Copyright (c) 2000-2008 CollabNet.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. The end-user documentation included with the redistribution,
+ *    if any, must include the following acknowledgment:
+ *       "This product includes software developed by
+ *        CollabNet (http://www.Collab.Net/)."
+ *    Alternately, this acknowledgment may appear in the software itself,
+ *    if and wherever such third-party acknowledgments normally appear.
+ *
+ * 4. The hosted project names must not be used to endorse or promote
+ *    products derived from this software without prior written
+ *    permission. For written permission, please contact info at collab.net.
+ *
+ * 5. Products derived from this software may not use the "Tigris" name
+ *    nor may "Tigris" appear in their names without prior written
+ *    permission of CollabNet.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL COLLABNET OR ITS CONTRIBUTORS BE LIABLE FOR ANY
+ * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+ * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+ * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of CollabNet.
+ */
diff --git a/nbbuild/licenses/TEL_For_NB_dbxGUI b/nbbuild/licenses/TEL_For_NB_dbxGUI
new file mode 100644
index 0000000..7b25cb4
--- /dev/null
+++ b/nbbuild/licenses/TEL_For_NB_dbxGUI
@@ -0,0 +1,328 @@
+Technology Evaluation License
+
+READ THE TERMS OF THIS TECHNOLOGY EVALUATION LICENSE INCLUDING EXHIBIT A
+("AGREEMENT") CAREFULLY BEFORE downloading technology or OPENING
+TECHNOLOGY MEDIA PACKAGE. BY OPENING TECHNOLOGY MEDIA PACKAGE, YOU AGREE
+TO THE TERMS OF THIS AGREEMENT. IF YOU ARE ACCESSING TECHNOLOGY
+ELECTRONICALLY, INDICATE YOUR ACCEPTANCE OF THESE TERMS BY SELECTING THE
+"ACCEPT" (OR EQUIVALENT) BUTTON AT THE END OF THIS AGREEMENT. IF YOU DO
+NOT AGREE TO ALL OF THE TERMS, PROMPTLY RETURN THE UNUSED TECHNOLOGY TO
+SUN OR, IF TECHNOLOGY IS ACCESSED ELECTRONICALLY, SELECT THE "DECLINE"
+(OR EQUIVALENT) BUTTON AT THE END OF THIS AGREEMENT.
+
+The Agreement is made between Sun Microsystems, Inc., a Delaware
+corporation with its address at
+
+4150 Network Circle, Santa Clara, CA 95054
+
+("Sun"), and the individual, corporation, partnership or other legal
+entity receiving the Technology ("Licensee").The parties agree as follows:
+
+I. EXHIBIT A:
+
+Effective Date: The date Licensee receives the Technology.
+
+Technology:  Sun Studio GUI Modules for dbx debugger.
+
+Version:  0.9.
+
+The Technology is Pre-Release Technology.
+Permitted Number of Copies: One (1).
+
+Evaluation Period:  One-hundred-twenty (120) days.
+
+Feedback Frequency:  Licensee will provide feedback to the individual or
+alias specified by Sun and at the frequency requested by Sun.
+
+II. Technology Evaluation License
+
+1 DEFINITIONS.
+1.1 "Binary Technology" means program code provided to Licensee by Sun
+in machine readable format.  Binary Technology includes available
+related documentation.
+1.2 "Confidential Information" means  (a) with respect to Licensee,
+information disclosed by Licensee to Sun about the performance or
+interoperability of Licensee's products with the Technology that, if
+written, is clearly identified in writing as confidential, and if
+oral, is identified as confidential at the time of disclosure and
+followed by a written summary  of the information within 30 days
+after disclosure, but in any case, excludes Feedback (collectively
+"Licensee Confidential Information"), and (b) with respect to Sun:
+(i) information that Sun discloses to Licensee related to the Technology;
+(ii) the Technology (including the capabilities, features and existence
+of the Technology); (iii) any Feedback; (iv) any notes, extracts,
+analyses, or materials prepared by Licensee which are copies of or
+derivative works of the Technology, or from which the capabilities,
+features or existence of the Technology can be derived; and
+(v) the terms of this Agreement (collectively "Sun Confidential Information").
+1.3 "Feedback" means all test results, error data, reports or other information
+or materials made or other information or materials made or provided to Sun by
+or on behalf of Licensee relating to the Technology, and all comments,
+suggestions, enhancements, and any other forms of feedback that Licensee
+may provide to Sun in the course of discussion, evaluation or exchange of
+Sun Confidential Information under this Agreement.
+1.4 "Intellectual Property Rights" means worldwide common law and statutory
+rights associated with: (i) patents and patent applications; (ii) works of
+authorship, including mask work rights, copyrights, and moral rights;
+(iii) protection of trade and industrial secrets and confidential information;
+(iv) other proprietary rights relating to intangible intellectual property
+(specifically excluding Sun Trademarks); and (v) divisions, continuations,
+renewals, reissuances, and extensions of the rights set forth above
+(as applicable).
+1.5 "Licensed Software" means software in binary or source code forms,
+including all machine readable materials, user manuals, programming guides
+and other documentation, as provided to Licensee by Sun under Exhibit A.
+1.6 "Licensors" means Sun licensors that have licensed third party code
+to Sun that is included in Technology.
+1.7 "Pre-Release Technology" means all technology designated as Pre-Release
+in Exhibit A.
+1.8 "Source Technology" means program code provided to Licensee by Sun in
+high-level computer language readable by humans skilled in the language.
+Source Technology includes available related documentation and tools,
+including comments, internal development tools and build environments.
+1.9 "Sun Confidential Information" means: (i) information that Sun discloses
+ to Licensee related to the Technology or marked as confidential and
+disclosed under this Agreement; (ii) the Technology (including the
+capabilities, features and existence of the Technology); (iii) any Feedback;
+(iv) any notes, extracts, analyses, or materials prepared by Licensee which
+are copies of or derivative works of the Technology, or from which the
+capabilities, features or existence of the Technology can be derived;
+and (v) the terms of this Agreement.
+1.10 "Sun Trademarks" means all names, marks, logos, designs, trade
+dress and other brand designations used by Sun.
+1.11 "Technology" means all technology described in Exhibit A and provided
+to Licensee by Sun under Agreement, including without limitation, Licensed
+Software, documentation, Updates, and test suites.
+1.12 "Updates" means subsequent releases, enhancements or error corrections
+for the Technology as Sun may provide to Licensee from time to time under this
+Agreement.
+
+2 LIMITED LICENSES.  Subject to and conditioned upon Licensee's compliance
+with the conditions and restrictions set forth in this Agreement, Sun grants
+to Licensee a personal, non-exclusive, non-transferable, royalty-free and
+limited license to view the Source Technology, if any, and to use other
+portions of the Technology (including Binary Technology) internally solely
+for the purpose of evaluation during the term of this Agreement.
+
+3 RESTRICTIONS.
+3.1 No license under this Agreement is granted to Licensee for any purpose
+not specifically set forth in Section 2 (Limited Licenses) of this Agreement.
+Except as otherwise provided by law, Licensee is not authorized to modify,
+make derivative works of, disclose, distribute, reverse engineer or
+disassemble the Technology,  decompile binary portions of the Technology,
+or otherwise attempt to derive source code from such portions, or transfer
+the Technology to any third party or use it in development activities.
+3.2 Licensee shall have no right to use the Technology for commercial uses
+or in a production environment.
+3.3 Licensee may copy and use the number of copies of Licensed Software as
+authorized in Exhibit A and make one (1) additional copy for backup purposes
+only, provided that Licensee reproduces all copyright and other notices
+appearing on or in the Licensed Software on any such copy.
+3.4 Except as expressly provided in Section 2 ("Limited Licenses") of this
+Agreement, no right, title, or interest in or to the Technology or any Sun
+Trademarks is granted under this Agreement. Sun retains all right, title
+and interest, including associated Intellectual Property Rights, in and to
+the Technology, any Sun Trademarks, and any modifications, improvements or
+enhancements to the Technology.
+3.5 If the Technology is delivered with embedded or bundled software that
+enables functionality of the Technology ("Embedded Technology"), then
+Licensee may use such Embedded Technology only in conjunction with the
+Technology and subject to applicable terms and conditions associated
+with such Embedded Technology.
+3.6 Portions of Licensed Software may be provided with notices and open
+source licenses from communities and third parties that govern the use
+of those portions, and any licenses granted hereunder do not alter any
+rights and obligations Licensee may have under such open source licenses,
+however, the disclaimer of warranty and limitation of liability provisions
+in this Agreement will apply to all Licensed Software.
+
+4 NO SUPPORT.
+Sun is under no obligation to support the Technology or to provide Licensee
+ with Updates unless otherwise agreed by an authorized representative of
+Sun in writing. If Sun, at its sole option, supplies Updates to Licensee,
+the Updates will be considered part of the Technology, and subject to
+the terms of this Agreement.
+
+5 LICENSEE DUTIES.
+5.1 Pre-Release Technology.  If the Technology provided is Pre-Release
+Technology as designated in Exhibit A, then Licensee agrees to evaluate
+and test the Technology. Licensee shall supply Sun with Feedback as
+reasonably requested by Sun, but no more frequently than weekly unless
+otherwise agreed by the parties in writing.  Feedback is the exclusive
+property of Sun. Licensee hereby agrees to and assigns all right, title
+and interest it may have in such Feedback, including, without limitation,
+modifications, improvements, and enhancements to the Technology, to Sun
+at no cost.
+5.2 Delivery of the Technology to Licensee will be at Licensee's cost
+unless otherwise specified by Sun, subject to availability as determined
+solely by Sun. Licensee assumes all risk of loss or damage upon shipment
+of the Technology by Sun.  Unless otherwise set forth in Exhibit A,
+Licensee  will be responsible for installing the Technology.
+
+6 TERM AND TERMINATION.
+6.1 This Agreement will commence on the Effective Date and will continue
+for the term set forth in Exhibit A (the "Evaluation Period"), unless
+terminated earlier in accordance with this Section 6.  If no Evaluation
+Period is specified in Exhibit A, then the Evaluation Period shall equal
+(i) ninety (90) days commencing on the Effective Date.
+6.2 Either party may terminate this Agreement without cause upon ten (10)
+days' written notice to the other party. In addition, Sun may terminate
+this Agreement immediately with written notice if (i) any Technology
+becomes, or in Sun's opinion is likely to become, the subject of a claim
+of infringement or misappropriation of any Intellectual Property Right;
+(ii) Licensee breaches any of its obligations under this Agreement;
+(iii) Licensee takes any action in derogation of Sun's rights to Sun
+Confidential Information; or (iv) Licensee infringes or challenges the
+validity of any Sun Intellectual Property Rights.
+6.3 Upon termination or expiration of this Agreement, Licensee will
+immediately cease using the corresponding Technology. Licensee will
+immediately destroy any and all Licensed Software and any copies of
+Licensed Software and provide Sun a written statement by Licensee's
+authorized representative certifying that Licensee has complied with
+these  obligations.
+6.4 Rights and obligations under this Agreement
+that by their nature should survive will remain in effect after
+termination or expiration of this Agreement.
+
+7 CONFIDENTIAL INFORMATION.
+7.1 Neither party may disclose or use the other party's Confidential
+Information except for the purposes specified in this Agreement. Each
+party will protect the confidentiality of the other party's Confidential
+Information to the same degree of care, but no less than reasonable care,
+as the party uses to protect its own confidential information. Each party's
+obligations regarding the other party's Confidential Information will
+expire five (5) years from the date of receipt of such Confidential
+Information, except for Sun source code which will be protected in
+perpetuity.  Licensee agrees and acknowledges that the Technology contains
+trade secrets of Sun.
+7.2 The receiving party will not be obligated to protect Confidential
+Information that the receiving party can clearly demonstrate in writing is:
+(i) through no act or failure to act on the part of the receiving party is
+known or becomes known to the general public; (ii) known to the receiving
+party without an obligation of confidentiality at the time of receiving the
+Confidential Information; (iii) rightfully furnished, after the Effective Date,
+to the receiving party by a third party without restriction on disclosure; or
+(iv) independently developed by the receiving party without any use of the
+other party's Confidential Information.
+7.3 The receiving party may disclose the other party's Confidential Information
+pursuant to statute, regulation, or the order of a court of competent
+jurisdiction, provided that the receiving party provides the other party with
+prior notice and cooperates with the other party in taking appropriate
+protective measures.
+7.4 The receiving party will restrict access to the other party's Confidential
+Information to those of the receiving party's employees or subcontractors
+who require access in order to perform their employment duties or to perform
+the party's contractual obligations under this Agreement, and who have agreed
+in writing to be bound by confidentiality obligations at least as protective
+as those set forth in this Agreement.
+
+8 DISCLAIMER OF WARRANTY.
+8.1 Licensee acknowledges that the Technology is not designed or intended for
+use in the design, construction, operation or maintenance of any nuclear facility.
+8.2 THE TECHNOLOGY AND CONFIDENTIAL INFORMATION ARE PROVIDED "AS IS" AND WITHOUT
+WARRANTY OF ANY KIND. ALL EXPRESS AND IMPLIED CONDITIONS, REPRESENTATIONS,
+AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF  MERCHANTABILITY, SATISFACTORY
+QUALITY, FITNESS FOR A PARTICULAR PURPOSE, OR ANY WARRANTY OF NON-INFRINGEMENT,
+ARE DISCLAIMED, TO THE FULLEST EXTENT PERMITTED BY LAW.
+
+9 LIMITATION OF LIABILITY.
+9.1 Licensee acknowledges that the Technology may be experimental. Licensee
+further acknowledges that the Technology may have defects or deficiencies that
+cannot or will not be corrected by Sun. Licensee will indemnify and hold Sun
+harmless from any claims based on Licensee's use of the Technology for any
+purpose, and from any claims that later Updates furnished to Licensee are
+incompatible with the Technology provided to Licensee under this Agreement.
+Neither Sun nor its Licensors are under any obligation to release a commercial
+version of the Technology.
+9.2 Licensee  acknowledges that  the Technology may not have been approved by
+ the United States Federal Communications Commission, any other governmental
+agency, or any test laboratory (for example without limitation, Underwriter's
+Laboratories, and TUV).
+9.3 NEITHER Sun nor any of its licensors will be liable for any indirect,
+punitive, special, incidental or consequential damages in connection with or
+arising out of this Agreement (including loss of business, revenue, profits,
+goodwill, use, data, electronically transmitted communications or other
+economic advantage), however they arise, whether for breach of contract,
+breach of warranty or in tort, including negligence, and even if that party
+has previously been advised of the possibility of such damages AND WHETHER
+OR NOT SUCH DAMAGES ARE FORESEEABLE.  In no event will Sun's aggregate
+liability to Licensee for all claims under this Agreement, whether in contract,
+tort (including negligence), or otherwise, exceed the amount paid by Licensee
+for the Technology under this Agreement.
+9.4 Liability for damages will be limited and excluded as set forth above even
+if any exclusive remedy provided in this  Agreement fails of its essential purpose.
+Some states do not allow the exclusion of incidental or consequential damages,
+so some of the terms above may not be applicable to you.
+
+10 U.S. GOVERNMENT RIGHTS.
+The Technology is a "commercial item," as that term is defined in 48 C.F.R.
+2.101 (Oct. 1995), and may consist of "commercial computer software" (as that
+term is defined at 48 C.F.R. � 252.227-7014(a)(1)) and "commercial computer s
+oftware documentation" as such terms are used in 48 C.F.R. 12.212 (Sept. 1995).
+Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4
+(June 1995), all U.S. Government End Users acquire Technology with only those
+rights set forth herein. This U.S. Government Rights clause is in lieu of,
+and supersedes, any other FAR, DFAR, or other clause or provision that
+addresses Government rights in computer software under this Agreement.
+
+11 GENERAL.
+11.1 All disputes will be governed by California law and controlling U.S.
+federal law.  The venue for litigation will be the appropriate courts located
+in Santa Clara County, California. The parties agree that the Federal District
+Court for the Northern District of California shall have exclusive jurisdiction
+over any dispute involving exclusively federal causes of action.  That court and
+the California state courts in Santa Clara County, California shall have exclusive
+jurisdiction over all other disputes. The parties hereby submit to the personal
+jurisdiction of those courts. Choice of law rules of any jurisdiction and the
+United Nations Convention on Contracts for the International Sale of Goods will
+not apply to the Agreement or any dispute arising out of or related to this
+Agreement.
+11.2 Licensee agrees that the Technology and technical data delivered under this
+Agreement are subject to U.S. export laws (including but not limited to the
+Export Administration Regulations ("EAR": 15  C.F.R. Parts 730-774)) and
+applicable trade laws of other countries.  Licensee agrees to strictly
+comply with all such laws and assumes responsibility to obtain licenses
+to export, re-export, or import as may be required. Unless authorized by
+United States export laws, Licensee agrees that (i)�no Technology or technical
+data or direct product therefrom is being or will be acquired for, shipment,
+transfer, or re-export, directly or indirectly, to: a) any country subject to
+U.S. Embargo or terrorist controls or b) a country and its nationals in Country
+Group D:1 as listed in Part 740 Supplement 1 of the EAR; (ii)  Licensee nor any
+party to whom Technology and technical data are transferred is not identified
+on any U.S. Government export exclusion lists; and (iii) Technology and
+technical data will not be used for nuclear, missile, chemical biological
+weaponry, or other weapons of mass destruction. These obligations shall
+survive expiration or termination of this Agreement.
+11.3 Any express waiver or failure to exercise promptly any right under this
+Agreement will not create a continuing waiver or any expectation on non-enforcement.
+To be enforceable, a waiver must be in writing and signed by an authorized
+representative of the waiving party.
+11.4 It is understood and agreed that, notwithstanding any other provision of
+this Agreement, Licensee's breach of Sections 2.0 (Limited Licenses),
+3.0 (Restrictions), 6.0 (Term and Termination), and/or 7.0 (Confidential
+Information) of this Agreement will cause Sun irreparable damage for which
+recovery of money damages would be inadequate, and that Sun will therefore
+be entitled to seek injunctive relief to protect Sun's rights under this
+Agreement, without posting bond or other security, in addition to any and
+all other remedies available under this Agreement, at law, and in equity.
+11.5 Neither party may assign or otherwise transfer any of its rights or
+obligations under this Agreement (whether by operation of law or otherwise),
+without the prior written consent of the other party, except that Sun may
+assign this Agreement to an affiliated company, or in the event of a merger,
+acquisition, combination or sale of substantially all of the assets of Sun
+or a Sun business unit, without such consent.
+11.6 If any term or provision of this Agreement is found to be invalid
+under any applicable statute or rule of law, such provision shall be
+enforced to the maximum extent permissible to effect the intent of the
+parties, and the remainder of this Agreement shall continue in full force
+and effect.
+11.7 No modification to this Agreement will be binding, unless in writing
+and manually signed by an authorized representative of each party.
+11.8 This Agreement, constitutes the parties' entire agreement relating
+to its subject matter. It cancels and supersedes all prior and contemporaneous
+oral and written communications, proposals, conditions, representations and
+warranties and prevails over any conflicting or additional terms contained in
+any quote, purchase order, acknowledgment, or other communication between the
+parties relating to its subject matter during its term, including but not
+limited to terms of any Binary Code Licenses, Supplemental Terms, or other
+standard licenses accompanying the Technology.
diff --git a/nbbuild/licenses/W3C b/nbbuild/licenses/W3C
new file mode 100644
index 0000000..2aa32cb
--- /dev/null
+++ b/nbbuild/licenses/W3C
@@ -0,0 +1,270 @@
+W3C (R) Intellectual Rights Notice and Legal Disclaimers
+
+This page includes notices and disclaimers related to:
+
+  1. Copyright
+  2. Notices
+  3. Trademarks
+  4. Disclaimers_and_Liabilities
+
+
+Copyright (C) 1994-2002 W3C (R) (Massachusetts_Institute_of_Technology, Institut
+National_de_Recherche_en_Informatique_et_en_Automatique, Keio_University), All
+Rights Reserved.
+
+World Wide Web Consortium (W3C (R)) web site pages may contain other proprietary
+notices and copyright information, the terms of which must be observed and
+followed. Specific notices do exist for W3C documents and software. Also, there
+are specific_usage_policies_associated_with_some_of_the_W3C_Icons. Please see
+our Intellectual_Rights_FAQ for common questions about using materials from our
+site.
+
+Notice and Disclaimers
+
+1. Unless otherwise noted, all materials contained in this Site are copyrighted
+and may not be used except as provided in these terms and conditions or in the
+copyright notice (documents and software) or other proprietary notice provided
+with the relevant materials.
+2. The materials contained in the Site may be downloaded or copied provided
+that ALL copies retain the copyright and any other proprietary notices
+contained on the materials. No material may be modified, edited or taken out of
+context such that its use creates a false or misleading statement or impression
+as to the positions, statements or actions of W3C.
+3. The name and trademarks of copyright holders may NOT be used in advertising
+or publicity pertaining to the Web site, its content, specifications, or
+software without specific, written prior permission. Title to copyright in Web
+site documents will at all times remain with copyright holders. Use of W3C
+trademarks and service marks is covered by the W3C_Trademark_and_Servicemark
+License.
+4. Caches of W3C materials should comply with the "maximum time to live"
+information provided with the materials. After such materials have expired they
+should not be served from caches without first validating the contents of the
+W3C Site. Organizations that want to mirror W3C content must abide by the W3C
+Mirroring_Policy.
+
+W3C (R)Trademarks and Generic Terms
+
+
+Trademarks owned by W3C host institutions on behalf of W3C and generic terms
+used by the W3C
+
+5. The trademarks, logos, and service marks (collectively the "Trademarks")
+displayed on the Site are registered and unregistered Trademarks of the
+Massachusetts Institute of Technology (MIT), Institut National de Recherche en
+Informatique et en Automatique (INRIA), or Keio University (Keio). All use of
+the W3C Trademarks is governed by the W3C_Trademark_and_Servicemark_License. No
+additional rights are granted by implication, estoppel, or otherwise. Terms
+which claimed as generic are not governed by any W3C license and are used as
+common descriptors by the W3C.
+The following is a list of W3C terms claimed as a trademark or generic term by
+MIT, INRIA, and/or Keio on behalf of the W3C:
+
+     W3C (R), World Wide Web Consortium (registered in numerous countries)
+     AmayaTM, a Web Browser
+     CSSTM, Cascading Style Sheets Specification
+     DOMTM, Document Object Model
+     HTML (generic), HyperText Markup Language
+     HTTP (generic), Hypertext Transfer Protocol
+     MathMLTM, Mathematical Markup Language
+     Metadata (generic)
+     P3PTM, Platform for Privacy Preferences Project
+     PICSTM, Platform for Internet Content Selection
+     RDF (generic), Resource Description Framework
+     SMILTM, Synchronized Multimedia Integration Language
+     SVGTM, Scalable Vector Graphics
+     WAITM, Web Accessibility Initiative
+     XENC (generic), XML Encryption
+     XHTMLTM, The Extensible HyperText Markup Language
+     XML (generic), Extensible Markup Language
+     XSLTM, Extensible Stylesheet Language
+
+     ACSSTM, Aural Cascading Style Sheets
+     DSigTM, Digital Signature Initiative
+     JEPITM, Joint Electronic Payment Initiative
+     JigsawTM
+     PICSRulesTM
+     WebFontsTM
+
+The absence of a product or service name or logo from this list does not
+constitute a waiver of MIT's, INRIA's, or Keio's trademark or other
+intellectual rights concerning that name or logo.
+Any questions concerning the use, status, or standing of W3C trademarks should
+be directed to: site-policy at w3.org or to W3C (c/o Joseph Reagle), Laboratory
+for Computer Science NE43-358, Massachusetts Institute of Technology, 200
+Technology Square, Cambridge, MA 02139.
+
+Non-W3C Trademarks; Member Trademarks
+
+The trademarks, logos, and service marks not owned on behalf of the W3C and
+that are displayed on the Site are the registered and unregistered marks of
+their respective owners. No rights are granted by the W3C to use such marks,
+whether by implication, estoppel, or otherwise.
+"METADATA" is a trademark of the Metadata Company. W3C uses the term "metadata"
+in a descriptive sense, meaning "data about data". W3C is not in any way
+affiliated with the Metadata Company.
+
+Legal Disclaimers
+
+6. W3C has not reviewed any or all of the web sites linked to this Site and is
+not responsible for the content of any off-site pages or any other web sites
+linked to this Site. Please understand that any non-W3C web site is independent
+from W3C, and W3C has no control over the content on that web site. In
+addition, a link to a non-W3C web site does not mean that W3C endorses or
+accepts any responsibility for the content, or the use, of such site. It is the
+user's responsibility to take precautions to ensure that whatever is selected
+is free of such items as viruses, worms, Trojan horses and other items of a
+destructive nature.
+7. Information W3C publishes on its Site may contain references or cross
+references to W3C specifications, projects, programs and services that are not
+announced or available in your country. Such references do not imply that W3C
+intends to announce such specifications, projects, programs or services in your
+country.
+8. Information on this Site may contain technical inaccuracies or typographical
+errors. Information may be changed or updated without notice. W3C may make
+improvements and/or changes in the materials contained in or described on this
+site at any time without notice. W3C may also make changes in these Terms and
+Conditions without notice. User is bound by such revisions and should therefore
+periodically visit this page to review the then current Terms and Conditions.
+
+9. Limitation on Warranties.
+
+ALL MATERIALS ON THE W3C SITE ARE PROVIDED "AS IS." W3C, MIT, INRIA, AND KEIO
+MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT
+LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
+TITLE OR NON-INFRINGEMENT. AS TO DOCUMENTS AND GRAPHICS PUBLISHED ON THIS SITE,
+W3C, MIT, INRIA, AND KEIO MAKE NO REPRESENTATION OR WARRANTY THAT THE CONTENTS
+OF SUCH DOCUMENT OR GRAPHICS ARE FREE FROM ERROR OR SUITABLE FOR ANY PURPOSE;
+NOR THAT IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY
+PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+Please note that some jurisdictions may not allow the exclusion of implied
+warranties, so some of the above exclusions may not apply to you.
+
+10. Limitation on Liability.
+
+IN NO EVENT WILL W3C, MIT, INRIA, AND KEIO BE LIABLE TO ANY PARTY FOR ANY
+DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES FOR ANY USE OF THIS SITE, OR
+ON ANY OTHER HYPERLINKED WEB SITE, INCLUDING, WITHOUT LIMITATION, ANY LOST
+PROFITS, BUSINESS INTERRUPTION, LOSS OF PROGRAMS OR OTHER DATA ON YOUR
+INFORMATION HANDLING SYSTEM OR OTHERWISE, EVEN IF W3C, MIT, INRIA, OR KEIO IS
+EXPRESSLY ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+______________
+Please see our Intellectual_Rights_FAQ for common questions about using
+materials from our site. Questions about this notice can be directed to site-
+policy at w3.org .
+Created by reagle
+last updated by reagle on $ Date: 1999/07/28 13:54:29 $
+Copyright (C) 1998-2002 W3C (R) (MIT, INRIA, Keio), All Rights Reserved. W3C
+liability, trademark, document_use and software_licensing rules apply.
+-------------------------------------------------------------------------------
+
+
+W3C (R) DOCUMENT NOTICE AND LICENSE
+
+
+Copyright (C) 1994-2002 World Wide Web Consortium, (Massachusetts Institute of
+Technology, Institut National de Recherche en Informatique et en Automatique,
+Keio University). All Rights Reserved.
+http://www.w3.org/Consortium/Legal/
+
+Public documents on the W3C site are provided by the copyright holders under
+the following license. The software or Document Type Definitions (DTDs)
+associated with W3C specifications are governed by the Software Notice. By
+using and/or copying this document, or the W3C document from which this
+statement is linked, you (the licensee) agree that you have read, understood,
+and will comply with the following terms and conditions:
+Permission to use, copy, and distribute the contents of this document, or the
+W3C document from which this statement is linked, in any medium for any purpose
+and without fee or royalty is hereby granted, provided that you include the
+following on ALL copies of the document, or portions thereof, that you use:
+
+  1. A link or URL to the original W3C document.
+  2. The pre-existing copyright notice of the original author, or if it doesn't
+     exist, a notice of the form: "Copyright (C) [$date-of-document] World Wide
+     Web Consortium, (Massachusetts Institute of Technology, Institut National
+     de Recherche en Informatique et en Automatique, Keio University). All
+     Rights Reserved. http://www.w3.org/Consortium/Legal/" (Hypertext is
+     preferred, but a textual representation is permitted.)
+  3. If it exists, the STATUS of the W3C document.
+
+When space permits, inclusion of the full text of this NOTICE should be
+provided. We request that authorship attribution be provided in any software,
+documents, or other items or products that you create pursuant to the
+implementation of the contents of this document, or any portion thereof.
+No right to create modifications or derivatives of W3C documents is granted
+pursuant to this license. However, if additional requirements (documented in
+the Copyright FAQ) are satisfied, the right to create modifications or
+derivatives is sometimes granted by the W3C to individuals complying with those
+requirements.
+THIS DOCUMENT IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO
+REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED
+TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-
+INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF THE DOCUMENT ARE SUITABLE FOR ANY
+PURPOSE; NOR THAT THE IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY
+THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE DOCUMENT OR THE PERFORMANCE
+OR IMPLEMENTATION OF THE CONTENTS THEREOF.
+The name and trademarks of copyright holders may NOT be used in advertising or
+publicity pertaining to this document or its contents without specific, written
+prior permission. Title to copyright in this document will at all times remain
+with copyright holders.
+----------------------------------------------------------------------------
+This formulation of W3C's notice and license became active on April 05 1999 so
+as to account for the treatment of DTDs, schema's and bindings. See the older
+formulation for the policy prior to this date. Please see our Copyright FAQ for
+common questions about using materials from our site, including specific terms
+and conditions for packages like libwww, Amaya, and Jigsaw. Other questions
+about this notice can be directed to site-policy at w3.org.
+-------------------------------------------------------------------------------
+
+
+W3C(R) SOFTWARE NOTICE AND LICENSE
+
+
+Copyright (c) 1994-2002 World Wide Web Consortium, (Massachusetts Institute of
+Technology, Institut National de Recherche en Informatique et en Automatique,
+Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/
+
+This W3C work (including software, documents, or other related items) is being
+provided by the copyright holders under the following license. By obtaining,
+using and/or copying this work, you (the licensee) agree that you have read,
+understood, and will comply with the following terms and conditions:
+Permission to use, copy, modify, and distribute this software and its
+documentation, with or without modification, for any purpose and without fee or
+royalty is hereby granted, provided that you include the following on ALL
+copies of the software and documentation or portions thereof, including
+modifications, that you make:
+
+  1. The full text of this NOTICE in a location viewable to users of the
+     redistributed or derivative work.
+  2. Any pre-existing intellectual property disclaimers, notices, or terms and
+     conditions. If none exist, a short notice of the following form (hypertext
+     is preferred, text is permitted) should be used within the body of any
+     redistributed or derivative code: "Copyright (c) [$date-of-software] World
+     Wide Web Consortium, (Massachusetts Institute of Technology, Institut
+     National de Recherche en Informatique et en Automatique, Keio University).
+     All Rights Reserved. http://www.w3.org/Consortium/Legal/"
+  3. Notice of any changes or modifications to the W3C files, including the
+     date changes were made. (We recommend you provide URIs to the location
+     from which the code is derived.)
+
+THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE
+NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
+TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT
+THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY
+PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
+The name and trademarks of copyright holders may NOT be used in advertising or
+publicity pertaining to the software without specific, written prior
+permission. Title to copyright in this software and any associated
+documentation will at all times remain with copyright holders.
+____________________________________
+This formulation of W3C's notice and license became active on August 14 1998 so
+as to improve compatibility with GPL. This version ensures that W3C software
+licensing terms are no more restrictive than GPL and consequently W3C software
+may be distributed in GPL packages. See the older_formulation for the policy
+prior to this date. Please see our Copyright_FAQ for common questions about
+using materials from our site, including specific terms and conditions for
+packages like libwww, Amaya, and Jigsaw. Other questions about this notice can
+be directed to site-policy at w3.org.
diff --git a/nbbuild/licenses/cobertura b/nbbuild/licenses/cobertura
new file mode 100644
index 0000000..ed762a5
--- /dev/null
+++ b/nbbuild/licenses/cobertura
@@ -0,0 +1,400 @@
+Overview
+
+  The Cobertura ant tasks are licensed under the Apache Software License, 
+Version 1.1. The rest of Cobertura is licensed under the GNU General 
+Public License, Version 2.0. See 
+http://cobertura.sourceforge.net/license.html for details.
+
+
+The Apache Software License, Version 1.1
+
+Copyright (c) __YEARS__ The Apache Software Foundation.  All rights
+reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in
+   the documentation and/or other materials provided with the
+   distribution.
+
+3. The end-user documentation included with the redistribution,
+   if any, must include the following acknowledgment:
+      "This product includes software developed by the
+       Apache Software Foundation (http://www.apache.org/)."
+   Alternately, this acknowledgment may appear in the software itself,
+   if and wherever such third-party acknowledgments normally appear.
+
+4. The names __NAMES__ must
+   not be used to endorse or promote products derived from this
+   software without prior written permission. For written
+   permission, please contact apache at apache.org.
+
+5. Products derived from this software may not be called "Apache",
+   nor may "Apache" appear in their name, without prior written
+   permission of the Apache Software Foundation.
+
+THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
+ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+====================================================================
+
+This software consists of voluntary contributions made by many
+individuals on behalf of the Apache Software Foundation.  For more
+information on the Apache Software Foundation, please see
+<http://www.apache.org/>. 
+
+
+		    GNU GENERAL PUBLIC LICENSE
+		       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+		    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+			    NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+		     END OF TERMS AND CONDITIONS
+
+	    How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
diff --git a/nbbuild/licenses/freemarker b/nbbuild/licenses/freemarker
new file mode 100644
index 0000000..ef0e100
--- /dev/null
+++ b/nbbuild/licenses/freemarker
@@ -0,0 +1,48 @@
+
+FreeMarker 1.x was released under the LGPL license. Later, by community
+consensus, we have switched over to a BSD-style license. As of FreeMarker
+2.2pre1, the original author, Benjamin Geer, has relinquished the copyright in
+behalf of Visigoth Software Society. The current copyright holder is the
+Visigoth Software Society.
+
+------------------------------------------------------------------------
+
+Copyright (c) 2003 The Visigoth Software Society. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+
+2. The end-user documentation included with the redistribution, if any, must
+   include the following acknowlegement: "This product includes software
+   developed by the Visigoth Software Society (http://www.visigoths.org/)."
+   Alternately, this acknowlegement may appear in the software itself, if and
+   wherever such third-party acknowlegements normally appear.
+
+3. Neither the name "FreeMarker", "Visigoth", nor any of the names of the
+   project contributors may be used to endorse or promote products derived from
+   this software without prior written permission. For written permission,
+   please contact visigoths at visigoths.org.
+
+4. Products derived from this software may not be called "FreeMarker" or
+   "Visigoth" nor may "FreeMarker" or "Visigoth" appear in their names without
+   prior written permission of the Visigoth Software Society.
+
+THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE VISIGOTH
+SOFTWARE SOCIETY OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+------------------------------------------------------------------------
+
+This software consists of voluntary contributions made by many individuals on
+behalf of the Visigoth Software Society. For more information on the Visigoth
+Software Society, please see http://www.visigoths.org/
diff --git a/nbbuild/licenses/prefuse-BSD b/nbbuild/licenses/prefuse-BSD
new file mode 100644
index 0000000..01dae9e
--- /dev/null
+++ b/nbbuild/licenses/prefuse-BSD
@@ -0,0 +1,29 @@
+Copyright (c) 2004-2006 Regents of the University of California.
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+3. Neither the name of the University nor the names of its contributors
+   may be used to endorse or promote products derived from this software
+   without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
diff --git a/nbbuild/misc/full-build-linux.sh b/nbbuild/misc/full-build-linux.sh
deleted file mode 100644
index 675dd1b..0000000
--- a/nbbuild/misc/full-build-linux.sh
+++ /dev/null
@@ -1,335 +0,0 @@
-#!/bin/bash
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, the
-# "License"). You may not use this file except in compliance with the
-# License. You can obtain a copy of the License at
-# http://www.netbeans.org/cddl-gplv2.html
-# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-# specific language governing permissions and limitations under the
-# License.  When distributing the software, include this License Header
-# Notice in each file and include the License file at
-# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-# particular file as subject to the "Classpath" exception as provided
-# by Oracle in the GPL Version 2 section of the License file that
-# accompanied this code. If applicable, add the following below the
-# License Header, with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-#
-# Contributor(s):
-#
-# The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-# Microsystems, Inc. All Rights Reserved.
-#
-# If you wish your version of this file to be governed by only the CDDL
-# or only the GPL Version 2, indicate your decision by adding
-# "[Contributor] elects to include this software in this distribution
-# under the [CDDL or GPL Version 2] license." If you do not indicate a
-# single choice of license, a recipient has the option to distribute
-# your version of this file under either the CDDL, the GPL Version 2 or
-# to extend the choice of license to its licensees as provided above.
-# However, if you add GPL Version 2 code and therefore, elected the GPL
-# Version 2 license, then the option applies only if the new code is
-# made subject to such option by the copyright holder.
-
-# Build and test NetBeans from scratch, assuming Linux.
-# Mostly just calls Ant, but sets up some other things to make it more convenient.
-# See: http://www.netbeans.org/community/guidelines/commit.html
-# Author: jglick at netbeans.org  Bug reports: http://www.netbeans.org/issues/enter_bug.cgi?component=nbbuild
-
-# Adjust the following parameters according to your needs. You can just override things by passing
-# them on the command line, or in a wrapper script, e.g.
-# ant=/some/other/dir/bin/ant .../full-build-linux.sh
-# or by creating a file in this directory called build-site-local.sh with one name=value per line
-# More things can be configured in ../user.build.properties; see ../build.properties for details.
-#
-# sources=/space/src/nb_all
-# a full NB source checkout
-#
-# nbjdk=/opt/java/j2se/1.5.0_15
-# JDK 1.5.0_15 installation directory. (Full JDK, not just JRE.)
-#
-# nbtestjdk=/opt/java/j2se/1.5.0_15
-# JDK installation directory for use when running (but not building!) test suites.
-# By default, same as nbjdk. However you may wish to run tests with a
-# different VM.
-#
-# ant=/opt/ant-1.7.1/bin/ant
-# Ant 1.7.1 binary.
-# You can also set useful build options, e.g.
-# ant='.../ant -Dcluster.config=basic'
-#
-# testant=/opt/ant-1.7.1/bin/ant
-# By default, same as ant.
-#
-# doclean=no
-# if set to "no", do not clean sources before starting (do an incremental build)
-# default is "yes", so clean everything first
-# YOU MUST DO A CLEAN BUILD BEFORE COMMITTING TO THE TRUNK
-#
-# dobuild=no
-# if set to "no", do not do a build, just run tests
-# default is "yes", do a build (incl. commit verification)
-# YOU MUST DO A CLEAN BUILD BEFORE COMMITTING TO THE TRUNK
-#
-# testedmodule=spi.palette
-# which tests to run after the build:
-# "validate" - just validation tests (fastest, default)
-# some module name - validation tests plus all stable developer tests in that module
-# "none" - do not run tests
-# YOU MUST RUN AT LEAST THE VALIDATION TESTS BEFORE COMMITTING TO THE TRUNK
-#
-# spawndisplay=yes
-# use a different X display if set to "yes" -
-# often helpful, esp. for GUI tests which pop up a lot of windows
-#
-# spawndisplaytype=vnc
-# may be "X", "Xnest", "vnc" (raw Xvnc), or "vncserver"; default "X"
-# vnc seems stablest; sometimes other servers have bugs
-#
-# vncdisplayargs="-SecurityTypes=none"
-# extra arguments to pass to VNC, depending on which version you run
-#
-# vncviewer="vncviewer -ViewOnly"
-# command and arguments to run the VNC viewer.  For XOrg, use
-# "xf4vncviewer -viewonly"
-#
-# spawnwm="mwm"
-# the X window manager to use, such as mwm, metacity, etc.
-#
-# mozbrowser=mozilla
-# display test results automatically in Netscape or Mozilla
-
-
-# --- Beginning of script. ---
-
-sitelocal=$(dirname $0)/build-site-local.sh
-if [ -f $sitelocal ]
-then
-    . $sitelocal
-else 
-    echo "No build-site-local.sh file found, running with default settings." 1>&2
-fi
-
-if [ -z "$sources" ]
-then
-    sources=$(cd $(dirname $0)/../..; pwd)
-fi
-
-if [ -z "$nbjdk" ]
-then
-    nbjdk=$(cd $(dirname $(which java))/..; pwd)
-fi
-
-if [ -z "$nbtestjdk" ]
-then
-    nbtestjdk=$nbjdk
-fi
-
-if [ -z "$ant" ]
-then
-    ant=ant
-fi
-
-if [ -z "$testant" ]
-then
-    testant="$ant"
-fi
-
-if [ "$override" != yes ]
-then
-    if $nbjdk/bin/java -version 2>&1 | fgrep -q -v 1.5.0_15
-    then
-        echo "You need to set the variable 'nbjdk' to a JDK 1.5.0_15 installation" 1>&2
-        exit 2
-    fi
-    if $ant -version 2>&1 | fgrep -q -v 1.7.1
-    then
-        echo "You need to set the variable 'ant' to an Ant 1.7.1 binary" 1>&2
-        exit 2
-    fi
-fi
-
-if [ -z "$spawndisplay" ]
-then
-    spawndisplay=no
-fi
-
-if [ -z "$spawndisplaytype" ]
-then
-    spawndisplaytype=X
-fi
-
-if [ -z "$vncdisplayargs" ]
-then
-    vncdisplayargs="-SecurityTypes=none"
-fi
-
-if [ -z "$vncviewer" ]
-then
-    vncviewer="vncviewer -ViewOnly"
-fi
-
-if [ -z "spawnwm" ]
-then
-    spawnwm="mwm"
-fi
-
-if [ -z "$testedmodule" ]
-then
-    testedmodule=validate
-fi
-
-if [ -z "$doclean" ]
-then
-    doclean=yes
-fi
-
-if [ -z "$dobuild" ]
-then
-    dobuild=yes
-fi
-
-export JAVA_HOME=$nbjdk
-export PATH=$nbjdk/bin:$PATH
-export CLASSPATH=
-
-origdisplay=$DISPLAY
-origxauthority=$XAUTHORITY
-if [ $spawndisplay = yes -a $spawndisplaytype \!= vncserver ]
-then
-    # Use a separate display.
-    display=:69
-    xauthority=/tmp/.Xauthority-$display
-    export XAUTHORITY=$xauthority
-    if [ $spawndisplaytype = Xnest ]
-    then
-        Xnest -kb -name 'NetBeans test display' $display &
-        xpid=$!
-    elif [ $spawndisplaytype = X ]
-    then
-        X $display &
-        xpid=$!
-    elif [ $spawndisplaytype = vnc ]
-    then
-        Xvnc -localhost $vncdisplayargs -desktop 'NetBeans test display' -geometry 1024x768 -depth 16 $display -log '*:stderr:15' &
-        xpid=$!
-    else
-        echo "strange \$spawndisplaytype: $spawndisplaytype" >&2
-        exit 2
-    fi
-    xauth generate $display .
-    export DISPLAY=$display
-    sleep 2 # give X time to start
-    $spawnwm &
-    wmpid=$!
-    trapcmd="kill $wmpid > /dev/null 2>&1; kill $xpid > /dev/null 2>&1; rm -f $xauthority"
-    sleep 2 # give WM time to work
-    if [ $spawndisplaytype = Xnest ]
-    then
-        message='Testing X server...minimize this nested display window if you want.'
-    elif [ $spawndisplaytype = X ]
-    then
-        message='Testing X server...use Ctrl-Alt-F7/8 to toggle screens.'
-    else
-        message="Close/minimize this window if you want. [vncviewer $display]"
-        XAUTHORITY=$origxauthority $vncviewer -display $origdisplay $display &
-        vncviewerpid=$!
-        trapcmd_vnc="kill $vncviewerpid > /dev/null 2>&1;"
-    fi
-    trap "$trapcmd_vnc $trapcmd" EXIT
-    xmessage -timeout 3 "$message"
-    status=$?
-    if [ $status != 0 ]
-    then
-        echo "Sample X client failed with status $status! Try 'xhost +local:' if you disallow remote logins" 1>&2
-        exit 2
-    fi
-elif [ $spawndisplay = yes -a $spawndisplaytype = vncserver ]
-then
-    display=:69
-    vncserver $display -desktop 'NetBeans test display' -geometry 1024x768 -depth 16
-    trap "vncserver -kill $display" EXIT
-    vncviewer -passwd ~/.vnc/passwd $display &
-    export DISPLAY=$display
-    $spawnwm &
-    xmessage -timeout 3 "Close/minimize this window if you want. [vncviewer $display]"
-    status=$?
-    if [ $status != 0 ]
-    then
-        echo "Sample X client failed with status $status!" 1>&2
-        exit 2
-    fi
-fi
-
-antcmd="nice $ant -emacs"
-
-if [ $doclean = yes ]
-then
-    echo "----------CLEANING SOURCES----------" 1>&2
-    $antcmd -f $sources/nbbuild/build.xml clean
-fi
-
-if [ $dobuild = yes ]
-then
-    echo "----------BUILDING NETBEANS----------" 1>&2
-    # Intentionally skipping check-commit-validation.
-    # Make sure to explicitly set JDK (ignore any definition in user.build.properties).
-    $antcmd -f $sources/build.xml -Dnbjdk.home=$nbjdk
-    status=$?
-    if [ $status '!=' 0 ]
-    then
-        echo "NetBeans build failed with status $status!" 1>&2
-        exit 1
-    fi
-fi
-
-function browse() {
-    if [ -n "$mozbrowser" ]
-    then
-        XAUTHORITY=$origxauthority DISPLAY=$origdisplay $mozbrowser -remote "openURL(file://$1,new-window)"
-    else
-        echo "---- SEE RESULTS: $1 ----"
-    fi
-}
-
-if [ $testedmodule != none ]
-then
-    testantcmd="nice $testant -emacs -Djdkhome=$nbtestjdk"
-    echo "----------RUNNING TESTS----------" 1>&2
-    # Always run validation suite.
-    $testantcmd -f $sources/build.xml commit-validation
-    validation_status=$?
-    if [ $testedmodule = validate ]
-    then
-        browse $sources/nbbuild/build/test/results/html/index.html
-    else
-        # Don't let these be clobbered by subsequent tests!
-        dir=/tmp/validation-suite-results-$USER
-        rm -rf $dir
-        cp -r $sources/nbbuild/build/test/results/html $dir
-        browse $dir/index.html
-    fi
-    other_status=0
-    if [ $testedmodule != validate ]
-    then
-        # Run full suite for one module.
-        $testantcmd -f $sources/$testedmodule/build.xml -Dtest-unit-sys-prop.ignore.random.failures=true test-unit test-generate-html
-        other_status=$?
-        browse $sources/$testedmodule/build/test/unit/results/html/index.html
-    fi
-    if [ $validation_status != 0 -o $other_status != 0 ]
-    then
-        echo "Some NetBeans tests failed!" 1>&2
-        exit 1
-    fi
-fi
diff --git a/nbbuild/misc/i18ncheck.pl b/nbbuild/misc/i18ncheck.pl
index a49c918..30eb905 100644
--- a/nbbuild/misc/i18ncheck.pl
+++ b/nbbuild/misc/i18ncheck.pl
@@ -1,5 +1,4 @@
 #!/usr/bin/env perl
-# -*- perl -*-
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 #
 # Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
@@ -42,6 +41,8 @@
 # Version 2 license, then the option applies only if the new code is
 # made subject to such option by the copyright holder.
 
+# XXX rewrite in Java: http://netbeans.org/bugzilla/show_bug.cgi?id=25859
+
 #
 # i18ncheck.pl - checks java source for internationalizable strings
 #                not 100% foolproof !!
diff --git a/nbbuild/nbproject/project.xml b/nbbuild/nbproject/project.xml
index 62e10db..5846a39 100644
--- a/nbbuild/nbproject/project.xml
+++ b/nbbuild/nbproject/project.xml
@@ -84,12 +84,12 @@ made subject to such option by the copyright holder.
                     <target>localtest</target>
                 </action>
                 <action name="test.single">
-                    <target>localtest</target>
+                    <target>localtest-single</target>
                     <context>
-                        <property>includes</property>
+                        <property>test.class</property>
                         <folder>test/unit/src</folder>
                         <pattern>\.java$</pattern>
-                        <format>relative-path-noext</format>
+                        <format>java-name</format>
                         <arity>
                             <one-file-only/>
                         </arity>
@@ -98,10 +98,34 @@ made subject to such option by the copyright holder.
                 <action name="debug.test.single">
                     <target>localtest-single-nb-debug</target>
                     <context>
-                        <property>includes</property>
+                        <property>test.class</property>
+                        <folder>test/unit/src</folder>
+                        <pattern>\.java$</pattern>
+                        <format>java-name</format>
+                        <arity>
+                            <one-file-only/>
+                        </arity>
+                    </context>
+                </action>
+                <action name="run.single.method">
+                    <target>localtest-single</target>
+                    <context>
+                        <property>test.class</property>
+                        <folder>test/unit/src</folder>
+                        <pattern>\.java$</pattern>
+                        <format>java-name</format>
+                        <arity>
+                            <one-file-only/>
+                        </arity>
+                    </context>
+                </action>
+                <action name="debug.single.method">
+                    <target>localtest-single-nb-debug</target>
+                    <context>
+                        <property>test.class</property>
                         <folder>test/unit/src</folder>
                         <pattern>\.java$</pattern>
-                        <format>relative-path-noext</format>
+                        <format>java-name</format>
                         <arity>
                             <one-file-only/>
                         </arity>
@@ -179,7 +203,7 @@ made subject to such option by the copyright holder.
         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
             <compilation-unit>
                 <package-root>antsrc</package-root>
-                <classpath mode="compile">${ant.core.lib}:${nb_all}/javahelp/external/jh-2.0_05.jar:${nb_all}/apisupport.harness/external/jsearch-2.0_05.jar</classpath>
+                <classpath mode="compile">${ant.core.lib}:${nb_all}/javahelp/external/jhall-2.0_05.jar</classpath>
                 <classpath mode="boot">${nbjdk.bootclasspath}</classpath>
                 <built-to>build/antclasses</built-to>
                 <built-to>nbantext.jar</built-to>
diff --git a/nbbuild/newbuild/build-all-components.sh b/nbbuild/newbuild/build-all-components.sh
index 6b3cc18..d7240ce 100644
--- a/nbbuild/newbuild/build-all-components.sh
+++ b/nbbuild/newbuild/build-all-components.sh
@@ -32,7 +32,7 @@ else
     mv nbbuild/build/*-src-* $DIST/zip/$BASENAME-src.zip
 fi
 
-ant -Dbuildnum=$BUILDNUM -Dbuildnumber=$BUILDNUMBER -f nbbuild/build.xml -Dmerge.dependent.modules=false -Dcluster.name=nb.cluster.platform build-source
+ant -Dbuildnum=$BUILDNUM -Dbuildnumber=$BUILDNUMBER -f nbbuild/build.xml -Dmerge.dependent.modules=false -Dcluster.config=platform build-source-config
 ERROR_CODE=$?
 
 create_test_result "build.source.platform" "Build Platform Source package" $ERROR_CODE
@@ -95,7 +95,7 @@ fi
 rm -rf $NB_ALL/nbbuild/netbeans/nb/servicetag
 rm -rf $NB_ALL/nbbuild/netbeans/enterprise/config/GlassFishEE6
 
-ant -Dbuildnum=$BUILDNUM -Dbuildnumber=$BUILDNUMBER -f nbbuild/build.xml build-test-dist -Dtest.fail.on.error=false -Dbuild.compiler.debuglevel=source,lines 
+ant -Dbuildnum=$BUILDNUM -Dbuildnumber=$BUILDNUMBER -f nbbuild/build.xml build-test-dist -Dtest.fail.on.error=false
 ERROR_CODE=$?
 
 create_test_result "build.test.dist" "Build Test Distribution" $ERROR_CODE
@@ -106,11 +106,10 @@ else
     mv nbbuild/build/testdist.zip $DIST/zip/testdist-${BUILDNUMBER}.zip
 fi
 
-bash ${SCRIPT_DIR}/pack-base.sh
 cd $NB_ALL
 
 #Build JNLP
-ant -Djnlp.codebase=http://bits.netbeans.org/trunk/jnlp/ -Djnlp.signjar.keystore=$KEYSTORE -Djnlp.signjar.alias=nb_ide -Djnlp.signjar.password=$STOREPASS -Djnlp.dest.dir=${DIST}/jnlp build-jnlp
+ant -Djnlp.codebase=http://bits.netbeans.org/7.0/jnlp/ -Djnlp.signjar.keystore=$KEYSTORE -Djnlp.signjar.alias=nb_ide -Djnlp.signjar.password=$STOREPASS -Djnlp.dest.dir=${DIST}/jnlp build-jnlp
 ERROR_CODE=$?
 
 create_test_result "build.jnlp" "Build JNLP" $ERROR_CODE
@@ -171,7 +170,7 @@ if [ $ERROR_CODE != 0 ]; then
 fi
 
 cd nbbuild
-#Build catalog for IDE NBMs
+Build catalog for IDE NBMs
 ant -Dbuildnum=$BUILDNUM -Dbuildnumber=$BUILDNUMBER -f build.xml generate-uc-catalog -Dnbms.location=${DIST}/uc -Dcatalog.file=${DIST}/uc/catalog.xml
 ERROR_CODE=$?
 
@@ -207,7 +206,7 @@ fi
 #ML_BUILD
 if [ $ML_BUILD == 1 ]; then
     cd $NB_ALL
-    hg clone $ML_REPO $NB_ALL/l10n
+    hg clone -r $L10N_BRANCH $ML_REPO $NB_ALL/l10n
     cd $NB_ALL/l10n
     ant -Dbuildnum=$BUILDNUM -Dbuildnumber=$BUILDNUMBER -f build.xml -Dlocales=$LOCALES -Ddist.dir=$NB_ALL/nbbuild/netbeans-ml -Dnbms.dir=${DIST}/uc -Dnbms.dist.dir=${DIST}/ml/uc -Dkeystore=$KEYSTORE -Dstorepass=$STOREPASS build
     ERROR_CODE=$?
@@ -261,7 +260,6 @@ if [ $ML_BUILD == 1 ]; then
     rm -f netbeans-ml/nb.cluster.*
 #    rm -f netbeans-ml/build_info
     rm -rf netbeans-ml/extra
-    rm -rf netbeans-ml/testtools
 fi
 
 cd $NB_ALL/nbbuild
@@ -287,4 +285,3 @@ fi
 rm -f netbeans/nb.cluster.*
 #rm -f netbeans/build_info
 #rm -rf netbeans/extra
-rm -rf netbeans/testtools
diff --git a/nbbuild/newbuild/build-source-zips.sh b/nbbuild/newbuild/build-source-zips.sh
new file mode 100644
index 0000000..b3ee5d8
--- /dev/null
+++ b/nbbuild/newbuild/build-source-zips.sh
@@ -0,0 +1,16 @@
+set -x
+
+DIRNAME=`dirname $0`
+cd ${DIRNAME}
+source init.sh
+
+cd  $NB_ALL
+
+#build source zip files for particular modules
+ant -Dbuildnum=$BUILDNUM -Dbuildnumber=$BUILDNUMBER -f nbbuild/build.xml build-source-zips
+ERROR_CODE=$?
+
+if [ $ERROR_CODE != 0 ]; then
+    echo "ERROR: $ERROR_CODE - Can't build source zips"
+#    exit $ERROR_CODE;
+fi
diff --git a/nbbuild/newbuild/build-unpacked-nbms.sh b/nbbuild/newbuild/build-unpacked-nbms.sh
index 1b80783..fbcb088 100644
--- a/nbbuild/newbuild/build-unpacked-nbms.sh
+++ b/nbbuild/newbuild/build-unpacked-nbms.sh
@@ -4,15 +4,25 @@ DIRNAME=`dirname $0`
 cd ${DIRNAME}
 source init.sh
 
+cd  ${DIST}/zip
+
+nbsrc_file=`ls netbeans*platform-src.zip`
+zip_file=`basename $nbsrc_file -platform-src.zip`.zip
+
 cd  $NB_ALL
 
+cd nbbuild
+cp ${DIST}/zip/${zip_file} .
+unzip -oq ${zip_file}
+cd ..
+
 #Build napackaged NBMs for stable UC - IDE + UC-only
 ant -Dbuildnum=$BUILDNUM -Dbuildnumber=$BUILDNUMBER -f nbbuild/build.xml build-nbms -Dcluster.config=stableuc -Duse.pack200=false -Dbase.nbm.target.dir=${DIST}/uc-unpackaged -Dkeystore=$KEYSTORE -Dstorepass=$STOREPASS -Dbuild.compiler.debuglevel=source,lines
 ERROR_CODE=$?
 
 if [ $ERROR_CODE != 0 ]; then
     echo "ERROR: $ERROR_CODE - Can't build unpackaged all stable UC NBMs"
-#    exit $ERROR_CODE;
+    exit $ERROR_CODE;
 fi
 
 cd nbbuild
diff --git a/nbbuild/newbuild/init.sh b/nbbuild/newbuild/init.sh
index 035fc9c..db9568d 100644
--- a/nbbuild/newbuild/init.sh
+++ b/nbbuild/newbuild/init.sh
@@ -31,9 +31,19 @@ create_test_result() {
     echo '</testsuite>' >>$FILE
 }
 
+#NB_BRANCH default
+if [ -z ${NB_BRANCH} ]; then
+    export NB_BRANCH=default
+fi
+
+#L10N_BRANCH default
+if [ -z ${L10N_BRANCH} ]; then
+    export L10N_BRANCH=default
+fi
+
 #JAVAFX build 1/0
 if [ -z ${RUNJAVAFX} ]; then
-    export RUNJAVAFX=1
+    export RUNJAVAFX=0
 fi
 
 #ML BUILD yes/no 1/0
@@ -41,7 +51,7 @@ if [ -z ${ML_BUILD} ]; then
     export ML_BUILD=1
 fi
 if [ -z ${LOCALES} ]; then
-    export LOCALES=ja,zh_CN,pt_BR
+    export LOCALES=ja,zh_CN,pt_BR,ru
 fi
 
 if [ -z ${UPLOAD_ML} ]; then
@@ -100,12 +110,8 @@ mkdir -p $LOGS
 #LOGS
 IDE_BUILD_LOG=$LOGS/$BASENAME-build-ide.log
 MOBILITY_BUILD_LOG=$LOGS/$BASENAME-build-mobility.log
-VISUALWEB_BUILD_LOG=$LOGS/$BASENAME-build-visualweb.log
-UML_BUILD_LOG=$LOGS/$BASENAME-build-uml.log
-RUBY_BUILD_LOG=$LOGS/$BASENAME-build-ruby.log
 NBMS_BUILD_LOC=$LOGS/$BASENAME-build-nbms.log
 SCP_LOG=$LOGS/$BASENAME-scp.log
 MAC_LOG=$LOGS/$BASENAME-native_mac.log
 MAC_LOG_NEW=$LOGS/$BASENAME-native_mac_new.log
 INSTALLER_LOG=$LOGS/$BASENAME-installers.log
-VISUALWEB_SANITY_LOG=$LOGS/$BASENAME-sanity-visualweb.log
diff --git a/nbbuild/newbuild/pack-all-components.sh b/nbbuild/newbuild/pack-all-components.sh
index 1f7d465..0017293 100644
--- a/nbbuild/newbuild/pack-all-components.sh
+++ b/nbbuild/newbuild/pack-all-components.sh
@@ -28,27 +28,6 @@ pack_all_components()
 
     mkdir $DIST_DIR/zip/moduleclusters
 
-    if [ $RUNJAVAFX == 1 ]; then
-	cd $NB_ALL/nbbuild
-
-        #Pack all the NetBeans with javafx
-	ant zip-cluster-config -Dcluster.config=full -Dzip.name=$DIST_DIR/zip/$NAME-javafx-full.zip || exit 1
-
-        cd $NB_ALL/nbbuild/netbeans
-#       cp $JAVAFX_DIR/javafx/build/clusters/common.jar      $DIST_DIR/zip/moduleclusters/$NAME-javafx.zip 
-#	cp $JAVAFX_DIR/javafx/build/clusters/windows.jar     $DIST_DIR/zip/moduleclusters/$NAME-javafx-windows.zip     || exit 1
-#	cp $JAVAFX_DIR/javafx/build/clusters/linux.jar       $DIST_DIR/zip/moduleclusters/$NAME-javafx-linux.zip       || exit 1
-#	cp $JAVAFX_DIR/javafx/build/clusters/mac.jar         $DIST_DIR/zip/moduleclusters/$NAME-javafx-mac.zip         || exit 1
-#	cp $JAVAFX_DIR/javafx/build/clusters/solaris.jar     $DIST_DIR/zip/moduleclusters/$NAME-javafx-solaris-x86.zip || exit 1
-
-#        cp $JAVAFX_DIR/javafx/dist/zip/moduleclusters/$NAME-javafx.zip             $DIST_DIR/zip/moduleclusters/$NAME-javafx.zip  || exit 1
-	cp $JAVAFX_PATH/zip/moduleclusters/$NAME-javafx-windows.zip     $DIST_DIR/zip/moduleclusters/$NAME-javafx-windows.zip     || exit 1
-	cp $JAVAFX_PATH/zip/moduleclusters/$NAME-javafx-linux.zip       $DIST_DIR/zip/moduleclusters/$NAME-javafx-linux.zip       || exit 1
-	cp $JAVAFX_PATH/zip/moduleclusters/$NAME-javafx-mac.zip         $DIST_DIR/zip/moduleclusters/$NAME-javafx-mac.zip         || exit 1
-	cp $JAVAFX_PATH/zip/moduleclusters/$NAME-javafx-solaris-x86.zip $DIST_DIR/zip/moduleclusters/$NAME-javafx-solaris-x86.zip || exit 1
-        cp $JAVAFX_PATH/zip/moduleclusters/$NAME-javafx.zip             $DIST_DIR/zip/moduleclusters/$NAME-javafx.zip || exit 1
-	rm -rf javafx*
-    fi
     cd $NB_ALL/nbbuild
 
     #Pack the distributions
@@ -56,8 +35,7 @@ pack_all_components()
 
     #ant zip-cluster-config -Dcluster.config=platform -Dzip.name=$DIST_DIR/zip/$NAME-platform.zip || exit 1
     ant zip-cluster-config -Dcluster.config=basic -Dzip.name=$DIST_DIR/zip/$NAME-javase.zip || exit 1
-    ant zip-cluster-config -Dcluster.config=standard -Dzip.name=$DIST_DIR/zip/$NAME-java.zip || exit 1
-    ant zip-cluster-config -Dcluster.config=ruby -Dzip.name=$DIST_DIR/zip/$NAME-ruby.zip || exit 1
+    ant zip-cluster-config -Dcluster.config=standard -Dzip.name=$DIST_DIR/zip/$NAME-javaee.zip || exit 1
     ant zip-cluster-config -Dcluster.config=php -Dzip.name=$DIST_DIR/zip/$NAME-php.zip || exit 1
     ant zip-cluster-config -Dcluster.config=cnd -Dzip.name=$DIST_DIR/zip/$NAME-cpp.zip || exit 1
 
@@ -77,12 +55,6 @@ pack_all_components()
 
     rm -rf extra
 
-    pack_component $DIST_DIR/zip/moduleclusters $NAME uml "uml*"
-    rm -rf uml*
-
-    pack_component $DIST_DIR/zip/moduleclusters $NAME visualweb "visualweb*"
-    rm -rf visualweb*
-
     pack_component $DIST_DIR/zip/moduleclusters $NAME xml "xml*"
     rm -rf xml*
 
@@ -109,9 +81,6 @@ pack_all_components()
     pack_component $DIST_DIR/zip/moduleclusters $NAME php "php*"
     rm -rf php*
 
-    pack_component $DIST_DIR/zip/moduleclusters $NAME ruby "ruby*"
-    rm -rf ruby*
-
     pack_component $DIST_DIR/zip/moduleclusters $NAME profiler "profiler*"
     rm -rf profiler*
 
@@ -158,10 +127,6 @@ if [ $ML_BUILD == 1 ]; then
     rm -rf $NB_ALL/nbbuild/netbeans
     mv $NB_ALL/nbbuild/netbeans-ml $NB_ALL/nbbuild/netbeans
 
-    JAVAFX_PATH_ORG=$JAVAFX_PATH
-    JAVAFX_PATH=$JAVAFX_PATH/ml
-
     mkdir -p $DIST/ml/zip
     pack_all_components $DIST/ml $BASENAME-ml
-    JAVAFX_PATH=$JAVAFX_PATH_ORG
 fi
diff --git a/nbbuild/newbuild/run-vw-sanity.sh b/nbbuild/newbuild/run-vw-sanity.sh
deleted file mode 100644
index 7fae73b..0000000
--- a/nbbuild/newbuild/run-vw-sanity.sh
+++ /dev/null
@@ -1,172 +0,0 @@
-#!/bin/bash
-
-#set -x
-
-DIRNAME=`dirname $0`
-cd ${DIRNAME}
-source init.sh
-
-###################################################################
-
-# Initialization
-
-AS_ROOT="${BASE_DIR}/SUNWappserver"
-
-if [ "x${J2EE_HOME}x" = "xx" ]; then
-    J2EE_HOME="${AS_ROOT}/glassfish"
-fi
-
-TEST_ROOT="${NB_ALL}/visualweb/test"
-
-###################################################################
-
-download () {
-	# Download App Server
-	if [ ! -d ${AS_ROOT} ]; then
-		mkdir -p $AS_ROOT
-	fi
-
-	if [ -f ${AS_ROOT}/${AS_BINARY} ]; then
-		rm -f ${AS_ROOT}/${AS_BINARY}
-	fi
-
-	if [ -f ${AS_KITSERVER}/${AS_BINARY} ]; then
-    	cp ${AS_KITSERVER}/${AS_BINARY} ${AS_ROOT}
-    	ERROR_CODE=$?
-	else
-    	echo "ERROR: Please set AS_KITSERVER and AS_BINARY - ${AS_KITSERVER}/${AS_BINARY}"
-    	exit 2;
-	fi
-
-	if [ $ERROR_CODE != 0 ]; then
-    	echo "ERROR: $ERROR_CODE - Can't download Glassfish"
-    	exit $ERROR_CODE;
-	fi
-}
-
-###################################################################
-
-uninstall() {
-	# Stop domain
-	$J2EE_HOME/bin/asadmin stop-domain visualweb
-
-	# First be good and uninstall
-	if [ -x $J2EE_HOME/bin/uninstall ]; then
-    	$J2EE_HOME/bin/uninstall -silent
-	fi
-
-	# This is a temp hack as the "uninstall" command is broken
-	if [ -d ${J2EE_HOME} -a ! -z ${J2EE_HOME} ]; then
-		rm -rf ${J2EE_HOME}
-	fi
-
-	ERROR_CODE=$?
-	if [ $ERROR_CODE != 0 ]; then
-		echo "ERROR: $ERROR_CODE - Can't install Glassfish"
-		exit $ERROR_CODE;
-	fi
-}
-
-###################################################################
-
-create_statefile() {
-	# Creating statefile
-	rm -f ${AS_ROOT}/sunappserver_statefile
-	echo "A" > ${AS_ROOT}/sunappserver_statefile
-
-	ERROR_CODE=$?
-	if [ $ERROR_CODE != 0 ]; then
-		echo "ERROR: $ERROR_CODE - Can't install Glassfish"
-		exit $ERROR_CODE;
-	fi
-}
-
-###################################################################
-
-install() {
-	# Install Application Server
-	if [ ! -d ${AS_ROOT} ]; then
-		mkdir ${AS_ROOT}
-	fi
-
-	chmod a+x ${AS_ROOT}/${AS_BINARY}
-	cd ${AS_ROOT}
-
-	TEMP_DISPLAY="${DISPLAY}"
-	unset DISPLAY
-
-	java -Xmx256m -jar ${AS_ROOT}/${AS_BINARY} < ${AS_ROOT}/sunappserver_statefile
-
-	ERROR_CODE=$?
-	if [ $ERROR_CODE != 0 ]; then
-    	echo "ERROR: $ERROR_CODE - Can't install Glassfish"
-    	exit $ERROR_CODE;
-	fi
-
-	DISPLAY="${TEMP_DISPLAY}"
-	export DISPLAY
-}
-
-###################################################################
-
-setup_appserver() {
-	# Setup Application Server
-	cd ${J2EE_HOME}
-	ant -f setup.xml -Dinstance.port=28080 -Ddomain.name=visualweb
-
-	ERROR_CODE=$?
-	if [ $ERROR_CODE != 0 ]; then
-		echo "ERROR: $ERROR_CODE - Can't install Glassfish"
-		exit $ERROR_CODE;
-	fi
-}
-
-###################################################################
-
-setup_properties() {
-	# Setup properties file 
-	cp $TEST_ROOT/data/DefaultDeploymentTargets.properties.template $TEST_ROOT/data/tmp.properties
-	MODIFIED_J2EE_HOME=`echo ${J2EE_HOME} | sed 's/\//::/g'`
-	sed -e "s/J2EE_HOME/${MODIFIED_J2EE_HOME}/g" -e "s/::/\//g" -e "s/8080/28080/g" -e "s/domain1/visualweb/g" $TEST_ROOT/data/tmp.properties > $TEST_ROOT/data/DefaultDeploymentTargets.properties
-  
-	ERROR_CODE=$?
-	if [ $ERROR_CODE != 0 ]; then
-		echo "ERROR: $ERROR_CODE - Can't setup Glassfish"
-		exit $ERROR_CODE;
-	fi
-    
-	rm -f $TEST_ROOT/data/tmp.properties
-}
-
-###################################################################
-
-run_sanity() {
-	# Run Sanity test on VisualWeb build
-	cd ${NB_ALL}/visualweb/ravebuild
-	ant build-test-tools -Dnetbeans.dist.dir="${J2EE_HOME}"
-	ant commit-validation -Dnetbeans.dist.dir="${J2EE_HOME}"
-
-	ERROR_CODE=$?
-	if [ $ERROR_CODE != 0 ]; then
-    	echo "ERROR: $ERROR_CODE - Error in running sanity test"
-    	exit $ERROR_CODE;
-	fi
-}
-
-############################# MAIN ################################
-
-download
-
-uninstall
-
-create_statefile
-
-install
-
-setup_appserver
-
-setup_properties
-
-run_sanity
-
-############################## END ################################
diff --git a/nbbuild/newbuild/trunk-nightly.sh b/nbbuild/newbuild/trunk-nightly.sh
index f8e9c7e..f67f44d 100644
--- a/nbbuild/newbuild/trunk-nightly.sh
+++ b/nbbuild/newbuild/trunk-nightly.sh
@@ -5,22 +5,16 @@ set -x
 DIRNAME=`dirname $0`
 cd ${DIRNAME}
 TRUNK_NIGHTLY_DIRNAME=`pwd`
-export BUILD_DESC=6.9
+export BUILD_DESC=7.0
 source init.sh
-export JAVAFX_PATH=/net/smetiste.czech/space/${BASE_FOR_JAVAFX}
 
 rm -rf $DIST
-if [ -d $JAVAFX_PATH/zip/moduleclusters ]; then
-   rm $JAVAFX_PATH/ready
-   rm -r $JAVAFX_PATH/zip
-   rm -r $JAVAFX_PATH/ml
-fi
 
 if [ ! -z $WORKSPACE ]; then
     #I'm under hudson and have sources here, I need to clone them
     #Clean obsolete sources first
     rm -rf $NB_ALL
-    hg clone $WORKSPACE $NB_ALL
+    hg clone -r $NB_BRANCH $WORKSPACE $NB_ALL
 fi
 
 #if [ $ML_BUILD == 1 ]; then
@@ -48,27 +42,6 @@ fi
 # Pack all the components
 #
 ###################################################################
-if [ -d $cp $JAVAFX_PATH/zip/moduleclusters ]; then
-   cd $NB_ALL/nbbuild/netbeans
-   cp $JAVAFX_PATH/zip/moduleclusters/*.zip .
-
-   if [ $ML_BUILD == 1 ]; then
-      cd $NB_ALL/nbbuild/netbeans-ml
-      cp $JAVAFX_PATH/ml/zip/moduleclusters/*.zip .
-      for zip_file in `ls *.zip`; do
-         unzip -oq $zip_file
-      done
-      rm -r META-INF
-      rm *.zip
-   fi
-
-   cd $NB_ALL/nbbuild/netbeans
-   for zip_file in `ls *.zip`; do
-      unzip -oq $zip_file
-   done
-   rm -r META-INF
-   rm *.zip
-fi
 
 cd $TRUNK_NIGHTLY_DIRNAME
 bash pack-all-components.sh
@@ -131,10 +104,6 @@ if [ $UPLOAD_ML == 1 ]; then
     mv $DIST/javadoc $DIST/ml/
 fi
 
-#XXX Remove any javafx related files before upload to public site
-#cd $DIST
-#find . -name "*javafx*" -exec rm {} \;
-
 if [ -z $DIST_SERVER ]; then
     exit 0;
 fi
diff --git a/nbbuild/newbuild/upload-bits.sh b/nbbuild/newbuild/upload-bits.sh
index bc08394..9c6dd35 100644
--- a/nbbuild/newbuild/upload-bits.sh
+++ b/nbbuild/newbuild/upload-bits.sh
@@ -5,7 +5,7 @@ set -x
 DIRNAME=`dirname $0`
 cd ${DIRNAME}
 TRUNK_NIGHTLY_DIRNAME=`pwd`
-export BUILD_DESC=6.9
+export BUILD_DESC=7.0
 source init.sh
 
 ssh -p 222 $DIST_SERVER mkdir -p $DIST_SERVER_PATH/.$DATESTAMP
diff --git a/nbbuild/production/instrumented-installer.sh b/nbbuild/production/instrumented-installer.sh
index 14a26fa..3b82f71 100644
--- a/nbbuild/production/instrumented-installer.sh
+++ b/nbbuild/production/instrumented-installer.sh
@@ -40,8 +40,8 @@ BASENAME=${BUILD_DESC}-${BUILD_NUMBER}
 export DIST=${WORKSPACE}/dist/zip
 mkdir -p ${DIST}
 #cd ${NB_EXTRACTED}
-#expat='extra|testtools'
-#for c in platform ide java apisupport harness enterprise profiler visualweb ruby mobility soa xml cnd identity gsf php groovy webcommon websvccommon; do
+#expat='extra'
+#for c in platform ide java apisupport harness enterprise profiler mobility soa xml cnd identity gsf php groovy webcommon websvccommon; do
 #    find * | egrep "^$c[0-9]*/" | zip -q $DIST/$BASENAME-$c.zip -@ || exit
 #    expat="$expat|$c[0-9]*"
 #done
diff --git a/nbbuild/sierra/build.pro b/nbbuild/sierra/build.pro
index 6ee4d86..73b1b79 100644
--- a/nbbuild/sierra/build.pro
+++ b/nbbuild/sierra/build.pro
@@ -49,16 +49,17 @@
     <property name="netbeans.type" value="java"/>
 
     <!-- GlassFish ESB latest continuous -->
-    <property name="sierra.host" value="http://nephrite.russia.sun.com:8080"/>
-    <property name="sierra.path" value="hudson/job/main/ws/cache/latest"/>
-    <property name="sierra.file" value="main.zip"/>
-    <property name="sierra.name" value="main"/>
-    <property name="sierra.user" value=".netbeans/sierra"/>
+    <property name="sierra.host" value="http://beryl.russia.sun.com:8080"/>
+    <property name="sierra.path" value="hudson/job/soa-main/ws/cache/latest"/>
+    <property name="sierra.file" value="soa-main.zip"/>
+    <property name="sierra.name" value="soa-main"/>
+    <property name="sierra.user" value=".netbeans/dev"/>
 
-    <!-- NetBeans the latest nightly -->
-    <property name="netbeans.host" value="http://smetiste.czech.sun.com"/>
-    <property name="netbeans.path" value="builds/netbeans/trunk/daily/latest/zip"/>
-    <property name="netbeans.zip"  value="netbeans-6.9.zip"/>
+    <!-- NetBeans latest nightly -->
+    <property name="netbeans.host" value="http://bits.netbeans.org"/>
+    <property name="netbeans.path" value="download/trunk/nightly/latest/zip"/>
+    <property name="netbeans.zip"  value="netbeans.zip"/>
+    <property name="netbeans.user" value=".netbeans/dev"/>
 
     <!-- cvs -->
     <property name="test.cvs.host" value=":pserver:guest at cvs.dev.java.net:/cvs"/>
diff --git a/nbbuild/sierra/build.tst b/nbbuild/sierra/build.tst
index 7a9cf01..25f54dd 100644
--- a/nbbuild/sierra/build.tst
+++ b/nbbuild/sierra/build.tst
@@ -45,15 +45,8 @@
 <project name="test" default="test" basedir=".">
     <import file="build.pro"/>
 
-    <target name="test" depends="unit-test,sample-test,project-test"/>
+    <target name="all-test" depends="sample-test,project-test"/>
     
-    <!-- unit test -->
-    <target name="unit-test">
-        <ant target="test" dir="${home}/soa.ui"/>
-        <ant target="test" dir="${home}/bpel.model"/>
-        <ant target="test" dir="${home}/bpel.mapper"/>
-    </target>
-
     <!-- sample test -->
     <target name="sample-test" depends="test-s1,test-s2,test-s3"/>
 
diff --git a/nbbuild/sierra/build.xml b/nbbuild/sierra/build.xml
index 8d1660e..538202f 100644
--- a/nbbuild/sierra/build.xml
+++ b/nbbuild/sierra/build.xml
@@ -42,12 +42,11 @@
     Version 2 license, then the option applies only if the new code is
     made subject to such option by the copyright holder.
 -->
-<project name="main" basedir="." default="main-zip">
+<project name="main" basedir="." default="main">
     <import file="build.tst"/>
 
-    <target name="main-zip"  depends="init,netbeans,clean,build,javadoc,zip"/>
-    <target name="main-nbm"  depends="init,sierra,clean,nbms"/>
-    <target name="main-test" depends="init,run-daily,sierra,unit-test"/>
+    <target name="main" depends="init,netbeans,clean,build,javadoc,unit-test,zip"/>
+    <target name="test" depends="get-daily-test,sierra"/>
 
     <target name="init">
         <property name="env.BUILD_NUMBER" value=""/>
@@ -75,20 +74,34 @@
         <unzip src="${cache}/netbeans/${netbeans.zip}" dest="${home}/nbbuild"/>
 
         <replace file="${home}/nbbuild/netbeans/etc/netbeans.conf" token="${netbeans.user}" value="${sierra.user}"/>
+
         <echo file="${build.number}" message="netbeans build: ${netbeans.file}${line.separator}" append="true"/>
         <echo file="${build.number}" message="sierra build: ${time.stamp}${line.separator}" append="true"/>
         <echo file="${build.number}" message="sierra hudson: ${env.BUILD_NUMBER}${line.separator}" append="true"/>
         <echo file="${build.number}" message="repository: ${repository}" append="true"/>
+        
         <chmod file="${home}/nbbuild/netbeans/bin/netbeans" perm="ugo+rx"/>
     </target>
 
     <!-- sierra -->
     <target name="sierra">
-        <mkdir dir="${cache}/sierra"/>
+        <mkdir dir="${cache}/netbeans"/>
         <property name="sierra.url" value="${sierra.host}/${sierra.path}/${sierra.file}"/>
-        <get src="${sierra.url}" dest="${cache}/sierra/${sierra.name}.zip" usetimestamp="true"/>
+        <get src="${sierra.url}" dest="${cache}/netbeans/${sierra.name}.zip" usetimestamp="true"/>
         <delete dir="${home}/nbbuild/netbeans"/>
-        <unzip src="${cache}/sierra/${sierra.name}.zip" dest="${home}/nbbuild"/>
+        <unzip src="${cache}/netbeans/${sierra.name}.zip" dest="${home}/nbbuild"/>
+    </target>
+
+    <!-- unit test -->
+    <target name="unit-test">
+        <ant target="test" dir="${home}/print"/>
+        <ant target="test" dir="${home}/xml.xam"/>
+        <ant target="test" dir="${home}/xml.xdm"/>
+        <ant target="test" dir="${home}/xml.search"/>
+        <!--ant target="test" dir="${home}/xml.wsdl.model"/-->
+        <ant target="test" dir="${home}/soa.ui"/>
+        <!--ant target="test" dir="${home}/bpel.model"/-->
+        <!--ant target="test" dir="${home}/bpel.mapper"/-->
     </target>
 
     <!-- zip -->
@@ -108,7 +121,7 @@
     </target>
 
     <!-- daily -->
-    <target name="run-daily" depends="check-daily,do-daily"/>
+    <target name="get-daily-test" depends="check-daily,get-test"/>
     
     <target name="check-daily">
         <mkdir dir="${cache}/test/lock"/>
@@ -120,27 +133,18 @@
         <available property="lock.available" file="${cache}/test/lock/${daily}"/>
     </target>
 
-    <target name="do-daily" unless="lock.available">
+    <target name="get-test" unless="lock.available">
         <delete>
             <fileset dir="${cache}/test/lock" includes="*"/>
         </delete>
 
         <echo file="${cache}/test/lock/${daily}" message="${daily}"/>
-
-        <antcall target="get-test"/>
-    </target>
-
-    <target name="get-test">
         <cvs package="${test.cvs.modules}" cvsRoot="${test.cvs.host}" dest="${cache}/test" command="-q co -P ${test.cvs.branch}" failonerror="false"/>
     </target>
 
     <!-- javadoc -->
     <target name="javadoc">
-        <antcall target="do-javadoc"><param name="module" value="print"/></antcall>
-    </target>
-
-    <target name="do-javadoc">
-        <ant dir="${home}/${module}" target="javadoc"/>
+        <ant target="javadoc" dir="${home}/print"/>
     </target>
 
     <!-- module -->
@@ -149,58 +153,21 @@
         <ant dir="${home}/${module}" target="${action}"/>
     </target>
 
-    <!-- nbms -->
-    <target name="nbms">
-        <delete dir="${cache}/nbm"/>
-        <mkdir dir="${cache}/nbm"/>
-        <antcall target="nbm"/>
-    </target>
-
-    <!-- nbm -->
-    <target name="run-nbm" depends="check-nbm,do-nbm"/>
-    
-    <target name="check-nbm">
-        <available property="nbm.available" file="${home}/${module}/build"/>
-    </target>
-
-    <target name="do-nbm" if="nbm.available">
-        <copy todir="${cache}/nbm">
-            <fileset dir="${home}/${module}/build">
-                <include name="**/*.nbm"/>
-            </fileset>
-        </copy>
-    </target>
-
-    <!-- clean, build, nbm -->
-    <target name="clean">
-        <delete dir="${home}/nbbuild/netbeans/soa"/>
-        <delete dir="${home}/nbbuild/netbeans/xml"/>
-        <antcall target="clean-01"/>
-        <antcall target="clean-02"/>
-        <antcall target="clean-03"/>
-    </target>
-
-    <target name="build">
-        <antcall target="build-01"/>
-        <antcall target="build-02"/>
-        <antcall target="build-03"/>
-    </target>
-
-    <target name="nbm">
-        <antcall target="nbm-02"/>
-        <antcall target="nbm-03"/>
-    </target>
+    <!-- clean, build -->
+    <target name="clean" depends="clean-01, clean-02, clean-03, clean-04, clean-kit"/>
+    <target name="build" depends="build-01, build-02, build-03, build-04, build-kit"/>
 
     <target name="clean-01" depends="clean-platform, clean-ide"/>
     <target name="build-01" depends="build-platform, build-ide"/>
 
-    <target name="clean-02" depends="clean-xml, clean-libs, clean-soa, clean-compapp, clean-bpel, clean-xslt, clean-wlm"/>
-    <target name="build-02" depends="build-xml, build-libs, build-soa, build-compapp, build-bpel, build-xslt, build-wlm"/>
-    <target name=  "nbm-02" depends="  nbm-xml,   nbm-libs,   nbm-soa,   nbm-compapp,   nbm-bpel,   nbm-xslt,   nbm-wlm"/>
+    <target name="clean-02" depends="clean-xml, clean-libs, clean-soa, clean-compapp, clean-bpel"/>
+    <target name="build-02" depends="build-xml, build-libs, build-soa, build-compapp, build-bpel"/>
 
-    <target name="clean-03" depends="clean-iep, clean-sql, clean-dm, clean-edm, clean-etl, clean-wsdlextensions"/>
-    <target name="build-03" depends="build-iep, build-sql, build-dm, build-edm, build-etl, build-wsdlextensions"/>
-    <target name=  "nbm-03" depends="  nbm-iep,   nbm-sql,   nbm-dm,   nbm-edm,   nbm-etl,   nbm-wsdlextensions"/>
+    <target name="clean-03" depends="clean-xslt, clean-wlm, clean-iep, clean-dm"/>
+    <target name="build-03" depends="build-xslt, build-wlm, build-iep, build-dm"/>
+
+    <target name="clean-04" depends="clean-edm, clean-etl, clean-encoder, clean-wsdlextensions"/>
+    <target name="build-04" depends="build-edm, build-etl, build-encoder, build-wsdlextensions"/>
 
     <!-- platform -->
     <target name="build-platform"><antcall target="do-platform"><param name="action" value="netbeans"/></antcall></target>
@@ -236,13 +203,10 @@
     <!-- xml -->
     <target name="build-xml"><antcall target="do-xml"><param name="action" value="netbeans"/></antcall></target>
     <target name="clean-xml"><antcall target="do-xml"><param name="action" value="clean"/></antcall></target>
-    <target name=  "nbm-xml"><antcall target="do-xml"><param name="action" value="nbm"/></antcall></target>
     <target name=   "do-xml">
-        <antcall target="do-module"><param name="module" value="libs.jxpath"/></antcall>
-        <antcall target="do-module"><param name="module" value="visdev.prefuse"/></antcall>
-        <antcall target="do-module"><param name="module" value="o.n.xml.libs.jxpath"/></antcall>
+        <antcall target="do-module"><param name="module" value="xml.libs.jxpath"/></antcall>
+        <antcall target="do-module"><param name="module" value="xml.libs.prefuse"/></antcall>
         <antcall target="do-module"><param name="module" value="xml.catalogsupport"/></antcall>
-        <antcall target="do-module"><param name="module" value="xml.xpath"/></antcall>
         <antcall target="do-module"><param name="module" value="xml.xpath.ext"/></antcall>
         <antcall target="do-module"><param name="module" value="xml.misc"/></antcall>
         <antcall target="do-module"><param name="module" value="xml.xam.ui"/></antcall>
@@ -264,23 +228,21 @@
     <!-- libs -->
     <target name="build-libs"><antcall target="do-libs"><param name="action" value="netbeans"/></antcall></target>
     <target name="clean-libs"><antcall target="do-libs"><param name="action" value="clean"/></antcall></target>
-    <target name=  "nbm-libs"><antcall target="do-libs"><param name="action" value="nbm"/></antcall></target>
     <target name=   "do-libs">
-        <antcall target="do-module"><param name="module" value="o.n.soa.libs.httpunit"/></antcall>
-        <antcall target="do-module"><param name="module" value="o.n.soa.libs.jbiadmincommon"/></antcall>
-        <antcall target="do-module"><param name="module" value="o.n.soa.libs.jgo"/></antcall>
-        <antcall target="do-module"><param name="module" value="o.n.soa.libs.mail"/></antcall>
-        <antcall target="do-module"><param name="module" value="o.n.soa.libs.pojo"/></antcall>
-        <antcall target="do-module"><param name="module" value="o.n.soa.libs.sap"/></antcall>
-        <antcall target="do-module"><param name="module" value="o.n.soa.libs.wsdl4j"/></antcall>
-        <antcall target="do-module"><param name="module" value="o.n.soa.libs.xmlbeans"/></antcall>
-        <antcall target="do-module"><param name="module" value="o.n.soa.libs.xslt"/></antcall>
+        <antcall target="do-module"><param name="module" value="soa.libs.httpunit"/></antcall>
+        <antcall target="do-module"><param name="module" value="soa.libs.jbiadmincommon"/></antcall>
+        <antcall target="do-module"><param name="module" value="soa.libs.jgo"/></antcall>
+        <antcall target="do-module"><param name="module" value="soa.libs.mail"/></antcall>
+        <antcall target="do-module"><param name="module" value="soa.libs.pojo"/></antcall>
+        <antcall target="do-module"><param name="module" value="soa.libs.sap"/></antcall>
+        <antcall target="do-module"><param name="module" value="soa.libs.wsdl4j"/></antcall>
+        <antcall target="do-module"><param name="module" value="soa.libs.xmlbeans"/></antcall>
+        <antcall target="do-module"><param name="module" value="soa.libs.xslt"/></antcall>
     </target>
         
     <!-- soa -->
     <target name="build-soa"><antcall target="do-soa"><param name="action" value="netbeans"/></antcall></target>
     <target name="clean-soa"><antcall target="do-soa"><param name="action" value="clean"/></antcall></target>
-    <target name=  "nbm-soa"><antcall target="do-soa"><param name="action" value="nbm"/></antcall></target>
     <target name=   "do-soa">
         <antcall target="do-module"><param name="module" value="soa.wsdlui.api"/></antcall>
         <antcall target="do-module"><param name="module" value="soa.wsdl.bindingsupport"/></antcall>
@@ -300,7 +262,6 @@
     <!-- compapp -->
     <target name="build-compapp"><antcall target="do-compapp"><param name="action" value="netbeans"/></antcall></target>
     <target name="clean-compapp"><antcall target="do-compapp"><param name="action" value="clean"/></antcall></target>
-    <target name=  "nbm-compapp"><antcall target="do-compapp"><param name="action" value="nbm"/></antcall></target>
     <target name=   "do-compapp">
         <antcall target="do-module"><param name="module" value="compapp.help"/></antcall>
         <antcall target="do-module"><param name="module" value="compapp.projects.wizard"/></antcall>
@@ -315,7 +276,6 @@
     <!-- bpel -->
     <target name="build-bpel"><antcall target="do-bpel"><param name="action" value="netbeans"/></antcall></target>
     <target name="clean-bpel"><antcall target="do-bpel"><param name="action" value="clean"/></antcall></target>
-    <target name=  "nbm-bpel"><antcall target="do-bpel"><param name="action" value="nbm"/></antcall></target>
     <target name=   "do-bpel">
         <antcall target="do-module"><param name="module" value="bpel.help"/></antcall>
         <antcall target="do-module"><param name="module" value="bpel.model"/></antcall>
@@ -336,7 +296,6 @@
     <!-- xslt -->
     <target name="build-xslt"><antcall target="do-xslt"><param name="action" value="netbeans"/></antcall></target>
     <target name="clean-xslt"><antcall target="do-xslt"><param name="action" value="clean"/></antcall></target>
-    <target name=  "nbm-xslt"><antcall target="do-xslt"><param name="action" value="nbm"/></antcall></target>
     <target name=   "do-xslt">
         <antcall target="do-module"><param name="module" value="xslt.help"/></antcall>
         <antcall target="do-module"><param name="module" value="xslt.model"/></antcall>
@@ -350,7 +309,6 @@
     <!-- wlm -->
     <target name="build-wlm"><antcall target="do-wlm"><param name="action" value="netbeans"/></antcall></target>
     <target name="clean-wlm"><antcall target="do-wlm"><param name="action" value="clean"/></antcall></target>
-    <target name=  "nbm-wlm"><antcall target="do-wlm"><param name="action" value="nbm"/></antcall></target>
     <target name=   "do-wlm">
         <antcall target="do-module"><param name="module" value="wlm.model"/></antcall>
         <antcall target="do-module"><param name="module" value="wlm.editor"/></antcall>
@@ -363,7 +321,6 @@
     <!-- iep -->
     <target name="build-iep"><antcall target="do-iep"><param name="action" value="netbeans"/></antcall></target>
     <target name="clean-iep"><antcall target="do-iep"><param name="action" value="clean"/></antcall></target>
-    <target name=  "nbm-iep"><antcall target="do-iep"><param name="action" value="nbm"/></antcall></target>
     <target name=   "do-iep">
         <antcall target="do-module"><param name="module" value="iep.help"/></antcall>
         <antcall target="do-module"><param name="module" value="iep.editor"/></antcall>
@@ -371,20 +328,9 @@
         <antcall target="do-module"><param name="module" value="iep.samples"/></antcall>
     </target>
 
-    <!-- sql -->
-    <target name="build-sql"><antcall target="do-sql"><param name="action" value="netbeans"/></antcall></target>
-    <target name="clean-sql"><antcall target="do-sql"><param name="action" value="clean"/></antcall></target>
-    <target name=  "nbm-sql"><antcall target="do-sql"><param name="action" value="nbm"/></antcall></target>
-    <target name=   "do-sql">
-        <antcall target="do-module"><param name="module" value="sql.help"/></antcall>
-        <antcall target="do-module"><param name="module" value="sql.project"/></antcall>
-        <antcall target="do-module"><param name="module" value="sql.wizard"/></antcall>
-    </target>
-
     <!-- dm -->
     <target name="build-dm"><antcall target="do-dm"><param name="action" value="netbeans"/></antcall></target>
     <target name="clean-dm"><antcall target="do-dm"><param name="action" value="clean"/></antcall></target>
-    <target name=  "nbm-dm"><antcall target="do-dm"><param name="action" value="nbm"/></antcall></target>
     <target name=   "do-dm">
         <antcall target="do-module"><param name="module" value="dm.virtual.db"/></antcall>
         <antcall target="do-module"><param name="module" value="dm.di.core"/></antcall>
@@ -393,7 +339,6 @@
     <!-- edm -->
     <target name="build-edm"><antcall target="do-edm"><param name="action" value="netbeans"/></antcall></target>
     <target name="clean-edm"><antcall target="do-edm"><param name="action" value="clean"/></antcall></target>
-    <target name=  "nbm-edm"><antcall target="do-edm"><param name="action" value="nbm"/></antcall></target>
     <target name=   "do-edm">
         <antcall target="do-module"><param name="module" value="edm.editor"/></antcall>
         <antcall target="do-module"><param name="module" value="edm.project"/></antcall>
@@ -402,31 +347,42 @@
     <!-- etl -->
     <target name="build-etl"><antcall target="do-etl"><param name="action" value="netbeans"/></antcall></target>
     <target name="clean-etl"><antcall target="do-etl"><param name="action" value="clean"/></antcall></target>
-    <target name=  "nbm-etl"><antcall target="do-etl"><param name="action" value="nbm"/></antcall></target>
     <target name=   "do-etl">
         <antcall target="do-module"><param name="module" value="etl.editor"/></antcall>
         <antcall target="do-module"><param name="module" value="etl.project"/></antcall>
     </target>
 
+    <!-- encoder -->
+    <target name="build-encoder"><antcall target="do-encoder"><param name="action" value="netbeans"/></antcall></target>
+    <target name="clean-encoder"><antcall target="do-encoder"><param name="action" value="clean"/></antcall></target>
+    <target name=   "do-encoder">
+        <antcall target="do-module"><param name="module" value="encoder"/></antcall>
+        <antcall target="do-module"><param name="module" value="encoder.custom"/></antcall>
+        <antcall target="do-module"><param name="module" value="encoder.ui.basic"/></antcall>
+        <antcall target="do-module"><param name="module" value="encoder.custom.aip"/></antcall>
+        <antcall target="do-module"><param name="module" value="encoder.ui.tester"/></antcall>
+    </target>
+
     <!-- wsdlextensions -->
     <target name="build-wsdlextensions"><antcall target="do-wsdlextensions"><param name="action" value="netbeans"/></antcall></target>
     <target name="clean-wsdlextensions"><antcall target="do-wsdlextensions"><param name="action" value="clean"/></antcall></target>
-    <target name=  "nbm-wsdlextensions"><antcall target="do-wsdlextensions"><param name="action" value="nbm"/></antcall></target>
     <target name=   "do-wsdlextensions">
         <antcall target="do-module"><param name="module" value="wsdlextensions.email"/></antcall>
         <antcall target="do-module"><param name="module" value="wsdlextensions.file"/></antcall>
         <antcall target="do-module"><param name="module" value="wsdlextensions.ftp"/></antcall>
         <antcall target="do-module"><param name="module" value="wsdlextensions.hl7"/></antcall>
-        <antcall target="do-module"><param name="module" value="wsdlextensions.ims"/></antcall>
         <antcall target="do-module"><param name="module" value="wsdlextensions.jdbc"/></antcall>
         <antcall target="do-module"><param name="module" value="wsdlextensions.jms"/></antcall>
         <antcall target="do-module"><param name="module" value="wsdlextensions.ldap"/></antcall>
-        <antcall target="do-module"><param name="module" value="wsdlextensions.mq"/></antcall>
         <antcall target="do-module"><param name="module" value="wsdlextensions.rest"/></antcall>
-        <antcall target="do-module"><param name="module" value="wsdlextensions.sap"/></antcall>
         <antcall target="do-module"><param name="module" value="wsdlextensions.scheduler"/></antcall>
-        <antcall target="do-module"><param name="module" value="wsdlextensions.smtp"/></antcall>
-        <antcall target="do-module"><param name="module" value="wsdlextensions.snmp"/></antcall>
-        <antcall target="do-module"><param name="module" value="wsdlextensions.swift"/></antcall>
+    </target>
+
+    <!-- kit -->
+    <target name="build-kit"><antcall target="do-kit"><param name="action" value="netbeans"/></antcall></target>
+    <target name="clean-kit"><antcall target="do-kit"><param name="action" value="clean"/></antcall></target>
+    <target name=   "do-kit">
+        <antcall target="do-module"><param name="module" value="xml.kit"/></antcall>
+        <antcall target="do-module"><param name="module" value="soa.kit"/></antcall>
     </target>
 </project>
diff --git a/nbbuild/templates/common.xml b/nbbuild/templates/common.xml
index 2860f68..ba62667 100644
--- a/nbbuild/templates/common.xml
+++ b/nbbuild/templates/common.xml
@@ -63,6 +63,10 @@ made subject to such option by the copyright holder.
     </condition>
     <property name="testcoverage.import" value="no-testcoverage.xml"/>
     <import file="${testcoverage.import}"/>
+    
+    <target name="-build-dir-init">
+        <property name="build.dir" location="build"/>
+    </target>
 
     <target name="basic-init" depends="common-init,-jdk-init">
         <!-- Synch the following property loads with NbModuleProject.makeEvalDefs: -->
@@ -195,7 +199,7 @@ made subject to such option by the copyright holder.
 
     <target name="compile" depends="init,up-to-date" unless="is.jar.uptodate">
         <mkdir dir="${build.classes.dir}"/>
-        <depend srcdir="${src.dir}" destdir="${build.classes.dir}" cache="build/depcache">
+        <depend srcdir="${src.dir}" destdir="${build.classes.dir}" cache="${build.dir}/depcache">
             <classpath refid="cp"/>
         </depend>
         <nb-javac srcdir="${src.dir}" destdir="${build.classes.dir}" debug="${build.compiler.debug}" debuglevel="${build.compiler.debuglevel}" encoding="UTF-8"
@@ -214,7 +218,7 @@ made subject to such option by the copyright holder.
         <mkdir dir="${build.classes.dir}"/>
         <!-- XXX consider forcing debug=true and deprecation=true -->
         <!-- XXX consider deleting the .class file first to force a rebuild -->
-        <depend srcdir="${src.dir}" destdir="${build.classes.dir}" cache="build/depcache">
+        <depend srcdir="${src.dir}" destdir="${build.classes.dir}" cache="${build.dir}/depcache">
             <classpath refid="cp"/>
         </depend>
         <nb-javac srcdir="${src.dir}" destdir="${build.classes.dir}"
@@ -234,10 +238,6 @@ made subject to such option by the copyright holder.
     </target>
 
     <target name="jar" depends="init,compile,jar-prep" unless="is.jar.uptodate">
-        <!-- XXX it seems that using <manifest> forces the JAR to be recreated each time -->
-        <!-- (presumably due to the variable OIDE-M-I-V) -->
-        <!-- so might have to use e.g. <manifest> task (created in build/ somewhere)? -->
-        <!-- Cf: http://issues.apache.org/bugzilla/show_bug.cgi?id=29085 -->
         <!-- This task adds some or all of: -Public-Packages, -Friends, Class-Path, -IDE-Dependencies, -Module-Dependencies, -Specification-Version, -Implementation-Version, -Build-Version, AutoUpdate-Show-In-Client -->
         <jarwithmoduleattributes jarfile="${cluster}/${module.jar}" compress="${build.package.compress}" index="${build.package.index}" manifest="${manifest.mf}" stamp="${cluster}/.lastModified">
             <fileset dir="${build.classes.dir}"/>
@@ -407,12 +407,12 @@ made subject to such option by the copyright holder.
     </target>
 
     <target name="nbm" depends="init,netbeans,-nbm-prompt-for-storepass,-init-executables" description="Build NBM archive.">
-        <mkdir dir="build"/>
+        <mkdir dir="${build.dir}"/>
         <property name="nbm.target.cluster" value=""/> <!-- fallback -->
         <property name="license.file.override" value="${license.file}"/>
         <property name="use.pack200" value="true"/>
         <property name="pack200.excludes" value=""/>
-        <makenbm file="build/${nbm}"
+        <makenbm file="${build.dir}/${nbm}"
                  productdir="${cluster}"
                  module="${module.jar}"
                  homepage="${nbm.homepage}"
@@ -441,19 +441,23 @@ made subject to such option by the copyright holder.
         <property name="test.timeout" value="600000"/> <!-- 10min per test -->
         <property name="test.run.args" value="-ea"/>
         <property name="test.filter.trace" value="true"/>
+        <condition property="test.bootclasspath.prepend.args" value="-Xbootclasspath/p:${bootclasspath.prepend}">
+            <isset property="bootclasspath.prepend"/>
+        </condition>
+        <property name="test.bootclasspath.prepend.args" value=""/>
         <macrodef name="test-init">
             <attribute name="test.type"/>
             <sequential>
                 <property name="test.@{test.type}.dir" location="test/@{test.type}"/>
                 <property name="test.@{test.type}.src.dir" location="${test.@{test.type}.dir}/src"/>
                 <property name="test.@{test.type}.data.dir" location="${test.@{test.type}.dir}/data"/>
-                <property name="build.test.@{test.type}.dir" location="build/test/@{test.type}"/>
+                <property name="build.test.@{test.type}.dir" location="${build.dir}/test/@{test.type}"/>
                 <property name="build.test.@{test.type}.classes.dir" location="${build.test.@{test.type}.dir}/classes"/>
                 <property name="build.test.@{test.type}.results.dir" location="${build.test.@{test.type}.dir}/results"/>
                 <property name="build.test.@{test.type}.work.dir" location="${build.test.@{test.type}.dir}/work"/>
                 <property name="extra.test.libs.dir" location="${test.dist.dir}/extralibs"/>
                 <!-- if project.xml doesn't contain test dependencies -->
-                <property name="test.@{test.type}.folder" location="build/test/@{test.type}/dist"/>
+                <property name="test.@{test.type}.folder" location="${build.dir}/test/@{test.type}/dist"/>
                 <property name="test.@{test.type}.out.folder" location="${test.@{test.type}.folder}"/>
                 <property name="test-@{test.type}-sys-prop.cluster.path.final" value="${cluster.path.final}:${cluster}"/> <!-- #153178, 176019 -->
                 <property name="test.@{test.type}.cp.extra" value=""/>
@@ -578,7 +582,7 @@ made subject to such option by the copyright holder.
                           extralibs="extra.test.libs.short"
                           extralibsdir="${extra.test.libs.dir}"
                           testproperties="${test.@{test.type}.out.folder}/test.properties">
-                <replacement dir="${netbeans.dest.dir}" name="netbeans.dest.dir"/> <!-- for pre-7.0 and NB.org projects -->
+                <replacement dir="${netbeans.dest.dir}" name="netbeans.dest.dir" excluded="${netbeans.dest.dir}/extra"/> <!-- for pre-7.0 and NB.org projects -->
                 <replacement dir="${test.dist.dir}" name="test.dist.dir"/>
                 <!-- XXX this will not be right on Macs: -->
                 <replacement dir="${nbjdk.home}/jre" name="java.home"/>
@@ -660,7 +664,7 @@ made subject to such option by the copyright holder.
                 </batchtest>
                 <classpath refid="test.@{test.type}.run.cp"/>
                 <syspropertyset refid="test.@{test.type}.properties"/>
-                <jvmarg value="-Xbootclasspath/p:${bootclasspath.prepend}"/>
+                <jvmarg line="${test.bootclasspath.prepend.args}"/>
                 <jvmarg line="${test.run.args}"/>
                 <!--needed to have tests NOT to steal focus when running, works in latest apple jdk update only.-->
                 <sysproperty key="apple.awt.UIElement" value="@{disable.apple.ui}"/>
@@ -686,7 +690,7 @@ made subject to such option by the copyright holder.
 
     <target name="test-generate-html">
         <subant target="-test-browse-html" genericantfile="${ant.file}" inheritall="true">
-            <dirset dir="build/test" includes="*/results"/>
+            <dirset dir="${build.dir}/test" includes="*/results"/>
         </subant>
     </target>
 
@@ -722,7 +726,7 @@ made subject to such option by the copyright holder.
                     <classpath refid="test.@{test.type}.run.cp"/>
                     <syspropertyset refid="test.@{test.type}.properties"/>
                     <jvmarg line="${test.run.args}"/>
-                    <jvmarg value="-Xbootclasspath/p:${bootclasspath.prepend}"/>
+                    <jvmarg line="${test.bootclasspath.prepend.args}"/>
                     <formatter type="brief" usefile="false"/>
                     <formatter type="xml"/>
                 </junit>
@@ -742,21 +746,27 @@ made subject to such option by the copyright holder.
                 <delete file="${test.report.file}"/>
                 <mkdir dir="${build.test.@{test.type}.results.dir}"/>
                 <touch file="${test.report.file}" verbose="false"/>   <!-- must exist, otherwise the XML formatter would fail -->
+                <condition property="test.methods.line" value="methods=${test.methods}" else="">
+                    <isset property="test.methods"/>
+                </condition>
                 <java fork="true" classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner">
                     <jvmarg value="-Xdebug"/>
                     <jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
                     <jvmarg line="${test.run.args}"/>
                     <classpath>
                         <path refid="test.@{test.type}.run.cp"/>
+                        <fileset dir="${ant.home}" includes="patches/*.jar"/>
                         <pathelement location="${ant.home}/lib/ant.jar"/>
                         <pathelement location="${ant.home}/lib/ant-junit.jar"/>
+                        <pathelement location="${ant.home}/lib/ant-junit4.jar"/>
                     </classpath>
-                    <jvmarg value="-Xbootclasspath/p:${bootclasspath.prepend}"/>
+                    <jvmarg line="${test.bootclasspath.prepend.args}"/>
                     <syspropertyset refid="test.@{test.type}.properties"/>
                     <arg value="${test.class}"/>
                     <arg value="showoutput=true"/>
                     <arg value="formatter=org.apache.tools.ant.taskdefs.optional.junit.BriefJUnitResultFormatter"/>
                     <arg value="formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,${test.report.file}"/>
+                    <arg line="${test.methods.line}"/>
                 </java>
             </sequential>
         </macrodef>
@@ -785,7 +795,30 @@ made subject to such option by the copyright holder.
         <property name="test.type" value="unit"/>
         <debug-test-single-nb test.type="${test.type}"/>
     </target>
-
+    
+    <target name="test-method" depends="init,test-init,test-build">
+        <macrodef name="test-method">
+            <attribute name="test.type"/>
+            <sequential>
+                <fail unless="test.class">Must set test.class</fail>
+                <fail unless="test.methods">Must set test.methods</fail>
+                <mkdir dir="${build.test.@{test.type}.results.dir}"/>
+                <junit showoutput="true" fork="true" failureproperty="tests.failed" errorproperty="tests.failed" filtertrace="${test.filter.trace}" tempdir="${build.test.@{test.type}.results.dir}" timeout="${test.timeout}">
+                    <test name="${test.class}" methods="${test.methods}" todir="${build.test.@{test.type}.results.dir}"/>
+                    <classpath refid="test.@{test.type}.run.cp"/>
+                    <syspropertyset refid="test.@{test.type}.properties"/>
+                    <jvmarg line="${test.run.args}"/>
+                    <jvmarg line="${test.bootclasspath.prepend.args}"/>
+                    <formatter type="brief" usefile="false"/>
+                    <formatter type="xml"/>
+                </junit>
+                <fail if="tests.failed" unless="continue.after.failing.tests">Some tests failed; see details above.</fail>
+            </sequential>
+        </macrodef>
+        <property name="test.type" value="unit"/>
+        <test-method test.type="${test.type}"/>
+    </target>
+    
     <target name="run-test-main"  depends="init,test-init,test-build">
         <macrodef name="tjava">
             <attribute name="test.type"/>
@@ -885,7 +918,7 @@ made subject to such option by the copyright holder.
                     <jvmarg line="${profiler.info.jvmargs}"/>
                     <test name="${profile.class}" todir="${build.test.@{test.type}.results.dir}"/>
                     <classpath refid="test.@{test.type}.run.cp"/>
-                    <jvmarg value="-Xbootclasspath/p:${bootclasspath.prepend}"/>
+                    <jvmarg line="${test.bootclasspath.prepend.args}"/>
                     <syspropertyset refid="test.@{test.type}.properties"/>
                     <jvmarg line="${test.run.args}"/>
                     <formatter type="brief" usefile="false"/>
@@ -916,8 +949,8 @@ made subject to such option by the copyright holder.
 
     <target name="arch" depends="init" description="Process an arch.xml, creating it if it does not yet exist.">
         <fail unless="javadoc.arch">You must define e.g. javadoc.arch=$${basedir}/arch.xml in project.properties</fail>
-        <mkdir dir="build"/>
-        <property name="arch.output.html" location="build/arch.html"/>
+        <mkdir dir="${build.dir}"/>
+        <property name="arch.output.html" location="${build.dir}/arch.html"/>
         <property name="arch.generate" value="true"/>
         <arch answers="${javadoc.arch}" output="${arch.output.html}"
             project="nbproject/project.xml"
@@ -937,7 +970,7 @@ made subject to such option by the copyright holder.
     </target>
 
     <target name="-testuserdir-delete-init" depends="files-init">
-        <property name="test.user.dir" location="build/testuserdir"/>
+        <property name="test.user.dir" location="${build.dir}/testuserdir"/>
         <property name="test.user.dir.lock" location="${test.user.dir}/lock"/>
         <available property="app.running" file="${test.user.dir.lock}"/>
     </target>
@@ -953,7 +986,7 @@ made subject to such option by the copyright holder.
     <target name="clean" depends="files-init,testuserdir-delete,test-clean">
         <delete failonerror="false" includeemptydirs="true">
             <fileset dir="${build.classes.dir}" />
-            <fileset dir="build">
+            <fileset dir="${build.dir}">
                 <exclude name="testuserdir/"/>
             </fileset>
         </delete>
@@ -962,6 +995,7 @@ made subject to such option by the copyright holder.
         <delete includeemptydirs="true" failonerror="false"> <!-- #59457: OK if cluster does not exist currently -->
             <fileset dir="${cluster}">
                 <patternset refid="module.files"/>
+                <exclude name="config/Modules/${code.name.base.dashes}.xml" if="${do.not.clean.module.config.xml}"/>
             </fileset>
         </delete>
         <delete file="${cluster}/update_tracking/${code.name.base.dashes}.xml"/>
diff --git a/nbbuild/templates/projectized.xml b/nbbuild/templates/projectized.xml
index a24f443..b9a4745 100644
--- a/nbbuild/templates/projectized.xml
+++ b/nbbuild/templates/projectized.xml
@@ -48,7 +48,7 @@ made subject to such option by the copyright holder.
     <import file="../default.xml"/>
     <import file="common.xml"/>
     
-    <target name="common-init" depends="default.init"/>
+    <target name="common-init" depends="default.init,-build-dir-init"/>
     <target name="init" depends="basic-init,files-init,build-init,-javac-init,-init-proxy"/>
     
     <condition property="proxy.host+port">
@@ -131,17 +131,23 @@ If you are sure you want to build with JDK 7+ anyway, use: -Dpermit.jdk7.builds=
         <property name="build.package.index" value="false"/>
         <property name="manifest.mf" location="manifest.mf"/>
         <property name="src.dir" location="src"/>
-        <property name="build.classes.dir" location="build/classes"/>
-        <property name="build.classes.dir.ml" location="build/ml/classes"/>
+        <property name="build.classes.dir" location="${build.dir}/classes"/>
+        <property name="build.classes.dir.ml" location="${build.dir}/ml/classes"/>
         <property name="nbm" value="${code.name.base.dashes}.nbm"/>
         <property name="nbm.homepage" value="http://www.netbeans.org/"/>
-        <property name="nbm.distribution" value="${dist.base}/${nbm}"/>
+        <condition property="nbm.distribution" value="${dist.base}/${nbm}"> <!-- compatibility -->
+            <isset property="dist.base"/>
+        </condition>
+        <!-- good for cluster.config=full; others are in http://bits.netbeans.org/dev/nightly/latest/uc2 -->
+        <!-- could also use http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms -->
+        <property name="dist.base.structured" value="http://bits.netbeans.org/dev/nightly/latest/uc"/>
+        <property name="nbm.distribution" value="${dist.base.structured}/${cluster.dir}/${nbm}"/>
         <property name="nbm.module.author" value=""/>
         <property name="nbm.release.date" value=""/>
         <property name="nbm.needs.restart" value="false"/>
         <property name="nbm.is.global" value=""/>
         <property name="nbm_alias" value="nb_ide"/>
-        <condition property="nbm.target.dir" value="${basedir}/build">
+        <condition property="nbm.target.dir" value="${build.dir}">
              <not>
                  <isset property="base.nbm.target.dir"/>
              </not>
@@ -154,11 +160,11 @@ If you are sure you want to build with JDK 7+ anyway, use: -Dpermit.jdk7.builds=
             </not>
         </condition>
         <property name="jnlp.dest.dir" location="${nb_all}/nbbuild/build/jnlp"/>
-        <property name="build.javahelp.dir" location="build/javahelp"/>
+        <property name="build.javahelp.dir" location="${build.dir}/javahelp"/>
         <property name="javahelp.base" value="${code.name.base.slashes}/docs"/>
         <property name="javahelp.search" value="JavaHelpSearch"/>
         <property name="javahelp.excludes" value="credits.html"/>
-        <property name="netbeans.zipped.sources.dir" value="build/sources"/>
+        <property name="netbeans.zipped.sources.dir" location="${build}/sources"/>
         <property name="locales" value=""/>
         <property name="brandings" value=""/>
         <property name="locjar.locales" value="${locales}"/>
@@ -219,7 +225,20 @@ If you are sure you want to build with JDK 7+ anyway, use: -Dpermit.jdk7.builds=
         <releasefilescopy cluster="${cluster}"/>
     </target>
 
-    <target name="test-lib-init" depends="init">
+    <target name="-check-for-libs.junit4">
+        <condition property="build.libs.junit4">
+            <not>
+                <or>
+                    <equals arg1="${code.name.base}" arg2="org.netbeans.libs.junit4"/>
+                    <available file="${libs.junit4.dir}/modules/org-netbeans-libs-junit4.jar"/>
+                </or>
+            </not>
+        </condition>
+    </target>
+    <target name="-build-libs.junit4" depends="-check-for-libs.junit4" if="build.libs.junit4">
+        <ant dir="${nb_all}/libs.junit4" inheritall="false"/>
+    </target>
+    <target name="test-lib-init" depends="init,-build-libs.junit4">
         <path id="test.unit.lib.cp"/>
         <!-- The IDE is so big that anything enabling all clusters will exceed the JVM's defaults! -->
         <!-- Any changes please propagate into nbbuild/testdist/release/one-module.xml test.run.args property -->
@@ -243,7 +262,7 @@ If you are sure you want to build with JDK 7+ anyway, use: -Dpermit.jdk7.builds=
 
     <target name="-verify-apichanges" if="javadoc.apichanges" depends="basic-init">
         <xmlvalidate file="${javadoc.apichanges}" failonerror="true"/>
-        <xslt in="${javadoc.apichanges}" out="build/apichanges.html" style="${nb_all}/nbbuild/javadoctools/apichanges.xsl">
+        <xslt in="${javadoc.apichanges}" out="${build.dir}/apichanges.html" style="${nb_all}/nbbuild/javadoctools/apichanges.xsl">
             <param name="javadoc-url-base" expression="."/>
         </xslt>
         <!-- XXX could perhaps validate arch.xml too, if it exists -->
@@ -274,8 +293,8 @@ If you are sure you want to build with JDK 7+ anyway, use: -Dpermit.jdk7.builds=
     </target>
 
     <target name="-create-license.file" depends="init">
-        <mkdir dir="build"/>
-        <property name="license.file.override" location="build/license"/>
+        <mkdir dir="${build.dir}"/>
+        <property name="license.file.override" location="${build.dir}/license"/>
         <property name="extra.license.files" value=""/>
         <taskdef name="releasefileslicense" classname="org.netbeans.nbbuild.extlibs.ReleaseFilesLicense" classpath="${nb_all}/nbbuild/nbantext.jar"/>
         <releasefileslicense license="${license.file.override}" standardlicense="${nb_all}/nbbuild/standard-nbm-license.txt" extralicensefiles="${extra.license.files}"/>
@@ -322,10 +341,10 @@ If you are sure you want to build with JDK 7+ anyway, use: -Dpermit.jdk7.builds=
             <classpath>
                 <pathelement location="${nb_all}/nbbuild/nbantext.jar"/>
                 <fileset dir="${nb_all}">
-                    <include name="apisupport.harness/external/jsearch*.jar"/>
+                    <include name="javahelp/external/jhall*.jar"/>
                 </fileset>
                 <fileset dir="${netbeans.dest.dir}">
-                    <include name="harness/jsearch*.jar"/>
+                    <include name="platform/modules/ext/jhall*.jar"/>
                 </fileset>
             </classpath>
             <include name="**/*.html"/>
@@ -553,7 +572,7 @@ If you are sure you want to build with JDK 7+ anyway, use: -Dpermit.jdk7.builds=
     
     <target name="-sigtest-init" depends="build-init">
         <property name="sigtest.basedir" location="nbproject"/>
-        <property name="sigtest.output.dir" location="build/test/sigtest/results"/>
+        <property name="sigtest.output.dir" location="${build.dir}/test/sigtest/results"/>
         <mkdir dir="${sigtest.basedir}"/>
         <property name="sigtest.file" location="${sigtest.basedir}/${code.name.base.dashes}.sig"/>
         <property name="sigtest.public.packages" value="${public.packages}"/>
@@ -582,6 +601,7 @@ If you are sure you want to build with JDK 7+ anyway, use: -Dpermit.jdk7.builds=
                 </not>
             </or>
         </condition>
+        <property name="sigtest.check.type" value="check"/>
 
         <typedef name="exportedapi" classname="org.netbeans.nbbuild.ExportedAPICondition" classpath="${nb_all}/nbbuild/nbantext.jar"/>
         <condition property="sigtest.mail" value="api-changes at netbeans.org">
@@ -592,7 +612,7 @@ If you are sure you want to build with JDK 7+ anyway, use: -Dpermit.jdk7.builds=
         </condition>
         <property name="sigtest.mail" value="${commit.mail}"/>
 
-        <echo>sigtest check: ${module.name}; cnb: ${code.name.base.dashes}; email: ${sigtest.mail}</echo>
+        <echo>sigtest check: ${module.name}; cnb: ${code.name.base.dashes}; email: ${sigtest.mail}; type: ${sigtest.check.type}</echo>
     </target>
 
     <target name="gen-sigtest" depends="-sigtest-init">
@@ -610,7 +630,6 @@ If you are sure you want to build with JDK 7+ anyway, use: -Dpermit.jdk7.builds=
     </target>
 
     <target name="check-sigtest" depends="-sigtest-init" unless="sigtest.skip.check.condition">
-        <property name="sigtest.check.type" value="check"/>
         <mkdir dir="${sigtest.output.dir}"/>
         <sigtest fileName="${sigtest.file}"
                  sigtestJar="${sigtest.jar}"
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/ArchQuestionsTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/ArchQuestionsTest.java
index e1267fa..9b02d77 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/ArchQuestionsTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/ArchQuestionsTest.java
@@ -43,25 +43,24 @@
  */
 
 package org.netbeans.nbbuild;
+
 import java.io.File;
 import java.io.IOException;
 import java.io.StringReader;
 import java.util.ArrayList;
 import java.util.List;
-import javax.xml.parsers.*;
-
-import org.netbeans.junit.*;
+import javax.xml.parsers.DocumentBuilder;
+import javax.xml.parsers.DocumentBuilderFactory;
 import org.w3c.dom.Document;
 import org.xml.sax.EntityResolver;
 import org.xml.sax.InputSource;
 import org.xml.sax.SAXException;
 
-
 /** Check the behaviour Arch task.
  *
  * @author Jaroslav Tulach
  */
-public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
+public class ArchQuestionsTest extends TestBase implements EntityResolver {
     /** debug messages to show if necessary */
     private List<String> msg = new ArrayList<String>();
     
@@ -70,13 +69,13 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
     }
     
     public void testGeneratePreferencesArch() throws Exception {
-        java.io.File answers = PublicPackagesInProjectizedXMLTest.extractResource("arch-preferences.xml");
-        java.io.File output = PublicPackagesInProjectizedXMLTest.extractString("");
+        java.io.File answers = extractResource("arch-preferences.xml");
+        java.io.File output = extractString("");
         output.delete();
         
         
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File f = extractString(
                 "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
                 "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
                 "<taskdef name=\"arch\" classname=\"org.netbeans.nbbuild.Arch\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -86,11 +85,11 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
                 "</project>"
                 
                 );
-        PublicPackagesInProjectizedXMLTest.execute(f, new String[] { });
+        execute(f, new String[] { });
         
         assertTrue("File is generated", output.exists());
         
-        String content = PublicPackagesInProjectizedXMLTest.readFile(output);
+        String content = readFile(output);
         if (content.indexOf("resources-preferences") == -1) {
             fail("resources-preferences shall be in output:\n" + content);
         }
@@ -101,11 +100,11 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
 
     
     public void testGenerateArchFileWhenEmpty () throws Exception {
-        java.io.File answers = PublicPackagesInProjectizedXMLTest.extractString ("");
+        java.io.File answers = extractString ("");
         answers.delete ();
         assertFalse ("Really deleted", answers.exists ());
 
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"arch\" classname=\"org.netbeans.nbbuild.Arch\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -116,11 +115,11 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
             "</project>"
 
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+        execute (f, new String[] { });
 
         assertTrue ("File is generated", answers.exists ());
         
-        String content = PublicPackagesInProjectizedXMLTest.readFile(answers);
+        String content = readFile(answers);
         
         if (content.indexOf("module=") >= 0) {
             fail("No mention of a module should be there anymore:\n" + content);
@@ -128,11 +127,11 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
     }
 
     public void testGenerateArchFileWhenEmptyWithDefaultAnswerForNbDepsQuestion() throws Exception {
-        java.io.File answers = PublicPackagesInProjectizedXMLTest.extractString ("");
+        java.io.File answers = extractString ("");
         answers.delete ();
         assertFalse ("Really deleted", answers.exists ());
 
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"arch\" classname=\"org.netbeans.nbbuild.Arch\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -143,11 +142,11 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
             "</project>"
 
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+        execute (f, new String[] { });
 
         assertTrue ("File is generated", answers.exists ());
         
-        String res = PublicPackagesInProjectizedXMLTest.readFile(answers);
+        String res = readFile(answers);
         DocumentBuilderFactory fack = DocumentBuilderFactory.newInstance();
         fack.setValidating(false);
         DocumentBuilder build = fack.newDocumentBuilder();
@@ -156,7 +155,7 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
         try {
             dom = build.parse(answers);
         } catch (IOException ex) {
-            throw (IOException)new IOException(ex.getMessage() + "\n" + msg.toString()).initCause(ex);
+            throw new IOException(ex.getMessage() + "\n" + msg.toString(), ex);
         }
 
         org.w3c.dom.NodeList list = dom.getElementsByTagName("defaultanswer");
@@ -182,7 +181,7 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
     }
     
     public void testDoNotCorruptTheFileWhenItExists() throws Exception {
-        java.io.File answers = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File answers = extractString (
 "<?xml version='1.0' encoding='UTF-8'?>\n" +
 "<!--\n" +
                 "CDDL Notice\n" +
@@ -238,9 +237,9 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
 "</api-answers>    \n"
         );
         
-        java.io.File output = PublicPackagesInProjectizedXMLTest.extractString("");
+        java.io.File output = extractString("");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"arch\" classname=\"org.netbeans.nbbuild.Arch\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -251,7 +250,7 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
             "</project>"
 
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] {  
+        execute (f, new String[] {  
             "-Darch.generate=true",
             "-Darch.private.disable.validation.for.test.purposes=true",
                 
@@ -260,11 +259,11 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
         assertTrue ("Answers still exists", answers.exists ());
         assertTrue ("Output file generated", output.exists ());
         
-        String s1 = PublicPackagesInProjectizedXMLTest.readFile(answers);
+        String s1 = readFile(answers);
         if (s1.indexOf("answer id=\"arch-overall\"") == -1) {
             fail ("There should be a answer template for arch-overall in answers: " + s1);
         }
-        String s2 = PublicPackagesInProjectizedXMLTest.readFile(output);
+        String s2 = readFile(output);
         if (s2.indexOf("question id=\"arch-overall\"") == -1) {
             fail ("There should be a answer template for arch-overall in html output: " + s2);
         }
@@ -279,7 +278,7 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
     
     
     public void testIncludeAPIChangesDocumentIntoSetOfAnswersIfSpecified() throws Exception {
-        java.io.File answers = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File answers = extractString (
 "<?xml version='1.0' encoding='UTF-8'?>\n" +
 "<!--\n" +
                 "CDDL Notice\n" +
@@ -335,7 +334,7 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
 "</api-answers>    \n"
         );
         
-        java.io.File apichanges = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File apichanges = extractString(
 "<?xml version='1.0' encoding='UTF-8'?>\n" +
 "<!--\n" +
                 "CDDL Notice\n" +
@@ -401,7 +400,7 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
 "</apichanges>\n" +
 "");        
 
-        java.io.File xsl = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File xsl = extractString(
 "<?xml version='1.0' encoding='UTF-8' ?>\n" +
 "<xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>\n" +
     "<xsl:output method='xml'/>\n" +
@@ -415,9 +414,9 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
         );
         
         
-        java.io.File output = PublicPackagesInProjectizedXMLTest.extractString("");
+        java.io.File output = extractString("");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"arch\" classname=\"org.netbeans.nbbuild.Arch\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -430,7 +429,7 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
             "</project>"
 
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] {  
+        execute (f, new String[] {  
             "-Darch.generate=true",
             "-Darch.private.disable.validation.for.test.purposes=true",
                 
@@ -439,7 +438,7 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
         assertTrue ("Answers still exists", answers.exists ());
         assertTrue ("Output file generated", output.exists ());
 
-        String txt = PublicPackagesInProjectizedXMLTest.readFile(output);
+        String txt = readFile(output);
 
         org.w3c.dom.Document dom = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(output);
         
@@ -529,7 +528,7 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
     }
     
     private Document doReadNbDepsFromProjectXML(String inlinedCode, String[] txt) throws Exception {
-        java.io.File answers = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File answers = extractString (
 "<?xml version='1.0' encoding='UTF-8'?>\n" +
 "<!--\n" +
                 "CDDL Notice\n" +
@@ -573,7 +572,7 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
 "</api-answers>    \n"
         );
         
-        java.io.File project = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File project = extractString(
 "<?xml version='1.0' encoding='UTF-8'?>\n" +
 "<!--\n" +
                 "CDDL Notice\n" +
@@ -677,10 +676,10 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
 "");        
         
         
-        java.io.File output = PublicPackagesInProjectizedXMLTest.extractString("");
+        java.io.File output = extractString("");
         assertTrue("File can be deleted: " + output, output.delete());
 
-        java.io.File xsl = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File xsl = extractString(
 "<?xml version='1.0' encoding='UTF-8' ?>\n" +
 "<xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>\n" +
     "<xsl:output method='xml'/>\n" +
@@ -693,7 +692,7 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
 "</xsl:stylesheet> \n"
         );
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"arch\" classname=\"org.netbeans.nbbuild.Arch\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -709,13 +708,13 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
         );
         // happy hacking first of the txt argument is used to pass args to the execution script
         txt[0] = "-Darch.private.disable.validation.for.test.purposes=true";
-        PublicPackagesInProjectizedXMLTest.execute (f, txt);
+        execute (f, txt);
 
         assertTrue ("Answers still exists", answers.exists ());
         assertTrue ("Output file generated", output.exists ());
 
         // happy hacking2: and now it is used to return back the result of the execution ;-)
-        txt[0] = PublicPackagesInProjectizedXMLTest.readFile(output);
+        txt[0] = readFile(output);
 
         org.w3c.dom.Document dom = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(output);
         return dom;
@@ -727,7 +726,7 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
         answers.delete();
 		assertFalse("Does not exists", answers.exists());
 
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "<taskdef name=\"arch\" classname=\"org.netbeans.nbbuild.Arch\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -737,19 +736,19 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
             "</project>"
 
         );
-		PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-Darch.generate=true" });
+		execute (f, new String[] { "-Darch.generate=true" });
 
 		answers.deleteOnExit();
         assertTrue ("File is generated", answers.exists ());
     }
 
     public void testGenerateArchWithLogging () throws Exception {
-        File dtd = PublicPackagesInProjectizedXMLTest.extractResource("Arch.dtd");
-        File quest = PublicPackagesInProjectizedXMLTest.extractResource("Arch-api-questions.xml");
+        File dtd = extractResource("Arch.dtd");
+        File quest = extractResource("Arch-api-questions.xml");
         
         
         
-        java.io.File answers = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File answers = extractString(
 "<?xml version='1.0' encoding='UTF-8'?>\n" +
 "<!--\n" +
                 "CDDL Notice\n" +
@@ -773,12 +772,12 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
 "\n" +
 "</api-answers>    \n"
         );
-        java.io.File output = PublicPackagesInProjectizedXMLTest.extractString("");
+        java.io.File output = extractString("");
         output.delete();
 
 
 
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "<taskdef name=\"arch\" classname=\"org.netbeans.nbbuild.Arch\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -791,11 +790,11 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
         String[] txt = new String[1];
 //        txt[0] = "-Darch.private.disable.validation.for.test.purposes=true";
         txt[0] = "-verbose";
-        PublicPackagesInProjectizedXMLTest.execute (f, txt);
+        execute (f, txt);
 
         assertTrue ("File is generated", output.exists ());
         
-        String content = PublicPackagesInProjectizedXMLTest.readFile(output);
+        String content = readFile(output);
         
         if (content.indexOf("MyLogger") == -1) {
             fail(content);
@@ -806,13 +805,13 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
     }
     
     public void testGenerateProfilerArch () throws Exception {
-        java.io.File answers = PublicPackagesInProjectizedXMLTest.extractResource("arch-profiler.xml");
-        java.io.File output = PublicPackagesInProjectizedXMLTest.extractString("");
+        java.io.File answers = extractResource("arch-profiler.xml");
+        java.io.File output = extractString("");
         output.delete();
 
 
 
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "<taskdef name=\"arch\" classname=\"org.netbeans.nbbuild.Arch\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -823,11 +822,11 @@ public class ArchQuestionsTest extends NbTestCase implements EntityResolver {
             "</project>"
 
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+        execute (f, new String[] { });
 
         assertTrue ("File is generated", output.exists ());
         
-        String content = PublicPackagesInProjectizedXMLTest.readFile(output);
+        String content = readFile(output);
 
         if (content.indexOf("My Lovely Profiler - NetBeans Architecture Questions") == -1) {
             fail(content);
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/AutoUpdateTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/AutoUpdateTest.java
index e371a97..0dc4d86 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/AutoUpdateTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/AutoUpdateTest.java
@@ -42,26 +42,32 @@
 
 package org.netbeans.nbbuild;
 
+import java.io.BufferedInputStream;
 import java.io.File;
+import java.io.FileInputStream;
 import java.io.FileOutputStream;
 import java.io.IOException;
+import java.util.ArrayList;
+import java.util.List;
+import java.util.zip.CRC32;
 import java.util.zip.ZipEntry;
 import java.util.zip.ZipOutputStream;
-import org.netbeans.junit.NbTestCase;
+import org.w3c.dom.Document;
+import org.w3c.dom.Element;
+import org.w3c.dom.NodeList;
+import org.xml.sax.InputSource;
 
 /**
  *
  * @author Jaroslav Tulach <jtulach at netbeans.org>
  */
-public class AutoUpdateTest extends NbTestCase {
+public class AutoUpdateTest extends TestBase {
 
     public AutoUpdateTest(String name) {
         super(name);
     }
 
     public void testDirectlySpecifiedNBMs() throws Exception {
-        clearWorkDir();
-
         File nbm = generateNBM("org-netbeans-api-annotations-common.nbm",
             "netbeans/config/Modules/org-netbeans-api-annotations-common.xml",
             "netbeans/modules/org-netbeans-api-annotations-common.jar");
@@ -70,7 +76,7 @@ public class AutoUpdateTest extends NbTestCase {
         File target = new File(getWorkDir(), "target");
         target.mkdirs();
 
-        PublicPackagesInProjectizedXMLTest.execute(
+        execute(
             "autoupdate.xml", "-verbose", "-Ddir=" + nbm.getParent(),
             "-Dincludes=org.netbeans.api.annotations.common",
             "-Dtarget=" + target,
@@ -94,19 +100,18 @@ public class AutoUpdateTest extends NbTestCase {
         assertTrue("NBM file left untouched", nbm.isFile());
     }
     public void testDownloadAndExtractModule() throws Exception {
-        clearWorkDir();
-
         File f = new File(getWorkDir(), "org-netbeans-api-annotations-common.xml");
-        PublicPackagesInProjectizedXMLTest.extractResource(f, "org-netbeans-api-annotations-common.xml");
+        extractResource(f, "org-netbeans-api-annotations-common.xml");
 
         File nbm = generateNBM("org-netbeans-api-annotations-common.nbm",
             "netbeans/config/Modules/org-netbeans-api-annotations-common.xml",
-            "netbeans/modules/org-netbeans-api-annotations-common.jar");
+            "netbeans/modules/org-netbeans-api-annotations-common.jar",
+            "netbeans/docs/My Manager's So-Called \"README\"");
 
         File target = new File(getWorkDir(), "target");
         target.mkdirs();
 
-        PublicPackagesInProjectizedXMLTest.execute(
+        execute(
             "autoupdate.xml", "-verbose", "-Durl=" + f.toURI().toURL(),
             "-Dincludes=org.netbeans.api.annotations.common",
             "-Dtarget=" + target
@@ -117,6 +122,10 @@ public class AutoUpdateTest extends NbTestCase {
             "org-netbeans-api-annotations-common.xml"
         );
         assertTrue("xml file created", xml.exists());
+        Document doc = XMLUtil.parse(new InputSource(xml.toURI().toString()), false, false, null, null);
+        NodeList nl = doc.getElementsByTagName("file");
+        assertEquals(3, nl.getLength());
+        assertEquals("docs/My Manager's So-Called \"README\"", ((Element) nl.item(2)).getAttribute("name"));
 
         File jar = new File(
             new File(new File(target, "platform"), "modules"),
@@ -127,13 +136,210 @@ public class AutoUpdateTest extends NbTestCase {
         File lastM = new File(new File(target, "platform"), ".lastModified");
         assertTrue("Last modified file created", lastM.exists());
     }
+    
+    
+    public void testDownloadAndExtractExternal() throws Exception {
+        File f = new File(getWorkDir(), "org-netbeans-api-annotations-common.xml");
+        extractResource(f, "org-netbeans-api-annotations-common.xml");
+        
+        File ext = extractString("external content");
+        
+        String extRef =
+            "URL: " + ext.toURI().toString() + "\n";
 
+        File nbm = generateNBMContent("org-netbeans-api-annotations-common.nbm",
+            "netbeans/config/Modules/org-netbeans-api-annotations-common.xml", "empty",
+            "netbeans/modules/org-netbeans-api-annotations-common.jar.external", extRef,
+            "netbeans/docs/My Manager's So-Called \"README\"", "empty");
 
-    public void testUpdateAlreadyInstalled() throws Exception {
-        clearWorkDir();
+        File target = new File(getWorkDir(), "target");
+        target.mkdirs();
+
+        execute(
+            "autoupdate.xml", "-verbose", "-Durl=" + f.toURI().toURL(),
+            "-Dincludes=org.netbeans.api.annotations.common",
+            "-Dtarget=" + target
+        );
+
+        File xml = new File(
+            new File(new File(target, "platform"), "update_tracking"),
+            "org-netbeans-api-annotations-common.xml"
+        );
+        assertTrue("xml file created", xml.exists());
+        Document doc = XMLUtil.parse(new InputSource(xml.toURI().toString()), false, false, null, null);
+        NodeList nl = doc.getElementsByTagName("file");
+        assertEquals(3, nl.getLength());
+        assertEquals("docs/My Manager's So-Called \"README\"", ((Element) nl.item(2)).getAttribute("name"));
+        String noExternal = readFile(xml);
+        if (noExternal.contains(".external")) {
+            fail("There shall be no external:\n" + noExternal);
+        }
+
+        File jar = new File(
+            new File(new File(target, "platform"), "modules"),
+            "org-netbeans-api-annotations-common.jar"
+        );
+        File jarExt = new File(
+            new File(new File(target, "platform"), "modules"),
+            "org-netbeans-api-annotations-common.jar.external"
+        );
+        assertFalse("no external file created", jarExt.exists());
+        assertTrue("jar file created", jar.exists());
+        assertEquals("Contains expected", "external content", readFile(jar));
+
+        File lastM = new File(new File(target, "platform"), ".lastModified");
+        assertTrue("Last modified file created", lastM.exists());
+    }
+
+    public void testDownloadAndExtractExternalWithFirstURLBroken() throws Exception {
+        File f = new File(getWorkDir(), "org-netbeans-api-annotations-common.xml");
+        extractResource(f, "org-netbeans-api-annotations-common.xml");
+        
+        File ext = extractString("external content");
+        BufferedInputStream bsrc = null;
+        CRC32 crc = new CRC32();
+        try {
+            bsrc = new BufferedInputStream( new FileInputStream( ext ) );
+            byte[] bytes = new byte[1024];
+            int i;
+            while( (i = bsrc.read(bytes)) != -1 ) {
+                crc.update(bytes, 0, i );
+            }
+        }
+        finally {
+            if ( bsrc != null )
+                bsrc.close();
+        }
+        
+        
+        String extRef =
+            "CRC: " + crc.getValue() + "\n" +
+            "URL: file:/I/dont/exist/At/All\n" +
+            "URL: " + ext.toURI().toString() + "\n";
+
+        File nbm = generateNBMContent("org-netbeans-api-annotations-common.nbm",
+            "netbeans/config/Modules/org-netbeans-api-annotations-common.xml", "empty",
+            "netbeans/modules/org-netbeans-api-annotations-common.jar.external", extRef,
+            "netbeans/docs/My Manager's So-Called \"README\"", "empty");
+
+        File target = new File(getWorkDir(), "target");
+        target.mkdirs();
+
+        execute(
+            "autoupdate.xml", "-verbose", "-Durl=" + f.toURI().toURL(),
+            "-Dincludes=org.netbeans.api.annotations.common",
+            "-Dtarget=" + target
+        );
+
+        File xml = new File(
+            new File(new File(target, "platform"), "update_tracking"),
+            "org-netbeans-api-annotations-common.xml"
+        );
+        assertTrue("xml file created", xml.exists());
+        Document doc = XMLUtil.parse(new InputSource(xml.toURI().toString()), false, false, null, null);
+        NodeList nl = doc.getElementsByTagName("file");
+        assertEquals(3, nl.getLength());
+        assertEquals("docs/My Manager's So-Called \"README\"", ((Element) nl.item(2)).getAttribute("name"));
+
+        File jar = new File(
+            new File(new File(target, "platform"), "modules"),
+            "org-netbeans-api-annotations-common.jar"
+        );
+        File jarExt = new File(
+            new File(new File(target, "platform"), "modules"),
+            "org-netbeans-api-annotations-common.jar.external"
+        );
+        assertFalse("no external file created", jarExt.exists());
+        assertTrue("jar file created", jar.exists());
+        assertEquals("Contains expected", "external content", readFile(jar));
 
+        File lastM = new File(new File(target, "platform"), ".lastModified");
+        assertTrue("Last modified file created", lastM.exists());
+    }
+
+    public void testFailOnWrongCRCExternal() throws Exception {
         File f = new File(getWorkDir(), "org-netbeans-api-annotations-common.xml");
-        PublicPackagesInProjectizedXMLTest.extractResource(f, "org-netbeans-api-annotations-common.xml");
+        extractResource(f, "org-netbeans-api-annotations-common.xml");
+        
+        File ext = extractString("external content");
+        
+        String extRef =
+            "CRC: 42\n" +
+            "URL: " + ext.toURI().toString() + "\n";
+
+        File nbm = generateNBMContent("org-netbeans-api-annotations-common.nbm",
+            "netbeans/config/Modules/org-netbeans-api-annotations-common.xml", "empty",
+            "netbeans/modules/org-netbeans-api-annotations-common.jar.external", extRef,
+            "netbeans/docs/My Manager's So-Called \"README\"", "empty");
+
+        File target = new File(getWorkDir(), "target");
+        target.mkdirs();
+
+        try {
+            execute(
+                "autoupdate.xml", "-verbose", "-Durl=" + f.toURI().toURL(),
+                "-Dincludes=org.netbeans.api.annotations.common",
+                "-Dtarget=" + target
+            );
+            fail("Execution shall fail, as the CRC is wrong");
+        } catch (ExecutionError ok) {
+            // OK
+        }
+    }
+    
+    public void testDownloadAndExtractExternalWithProperty() throws Exception {
+        File f = new File(getWorkDir(), "org-netbeans-api-annotations-common.xml");
+        extractResource(f, "org-netbeans-api-annotations-common.xml");
+        
+        File ext = extractString("external content");
+        System.setProperty("my.ref", ext.getParent());
+        
+        String extRef =
+            "URL: file:${my.ref}/" + ext.getName() + "\n";
+
+        File nbm = generateNBMContent("org-netbeans-api-annotations-common.nbm",
+            "netbeans/config/Modules/org-netbeans-api-annotations-common.xml", "empty",
+            "netbeans/modules/org-netbeans-api-annotations-common.jar.external", extRef,
+            "netbeans/docs/My Manager's So-Called \"README\"", "empty");
+
+        File target = new File(getWorkDir(), "target");
+        target.mkdirs();
+
+        execute(
+            "autoupdate.xml", "-verbose", "-Durl=" + f.toURI().toURL(),
+            "-Dincludes=org.netbeans.api.annotations.common",
+            "-Dtarget=" + target
+        );
+
+        File xml = new File(
+            new File(new File(target, "platform"), "update_tracking"),
+            "org-netbeans-api-annotations-common.xml"
+        );
+        assertTrue("xml file created", xml.exists());
+        Document doc = XMLUtil.parse(new InputSource(xml.toURI().toString()), false, false, null, null);
+        NodeList nl = doc.getElementsByTagName("file");
+        assertEquals(3, nl.getLength());
+        assertEquals("docs/My Manager's So-Called \"README\"", ((Element) nl.item(2)).getAttribute("name"));
+
+        File jar = new File(
+            new File(new File(target, "platform"), "modules"),
+            "org-netbeans-api-annotations-common.jar"
+        );
+        File jarExt = new File(
+            new File(new File(target, "platform"), "modules"),
+            "org-netbeans-api-annotations-common.jar.external"
+        );
+        assertFalse("no external file created", jarExt.exists());
+        assertTrue("jar file created", jar.exists());
+        assertEquals("Contains expected", "external content", readFile(jar));
+
+        File lastM = new File(new File(target, "platform"), ".lastModified");
+        assertTrue("Last modified file created", lastM.exists());
+    }
+
+    public void testUpdateAlreadyInstalled() throws Exception {
+        File f = new File(getWorkDir(), "org-netbeans-api-annotations-common.xml");
+        extractResource(f, "org-netbeans-api-annotations-common.xml");
 
         File nbm = generateNBM("org-netbeans-api-annotations-common.nbm",
             "netbeans/config/Modules/org-netbeans-api-annotations-common.xml",
@@ -175,7 +381,7 @@ public class AutoUpdateTest extends NbTestCase {
         osx.close();
 
 
-        PublicPackagesInProjectizedXMLTest.execute(
+        execute(
             "autoupdate.xml", "-verbose", "-Durl=" + f.toURI().toURL(),
             "-Dincludes=org.netbeans.api.annotations.common",
             "-Dtarget=" + target + File.separator + "platformXY", "cluster"
@@ -185,7 +391,7 @@ public class AutoUpdateTest extends NbTestCase {
             new File(new File(new File(target, "platformXY"), "config"), "Modules"),
             "org-netbeans-api-annotations-common.xml"
         );
-        assertTrue("xml file created:\n" + PublicPackagesInProjectizedXMLTest.getStdOut(), xml.exists());
+        assertTrue("xml file created:\n" + getStdOut(), xml.exists());
 
         File jar = new File(
             new File(new File(target, "platformXY"), "modules"),
@@ -193,16 +399,14 @@ public class AutoUpdateTest extends NbTestCase {
         );
         assertTrue("jar file created", jar.exists());
 
-        if (PublicPackagesInProjectizedXMLTest.getStdOut().contains("Writing ")) {
-            fail("No writes, the module is already installed:\n" + PublicPackagesInProjectizedXMLTest.getStdOut());
+        if (getStdOut().contains("Writing ")) {
+            fail("No writes, the module is already installed:\n" + getStdOut());
         }
     }
 
     public void testUpdateOldButMissCluster() throws Exception {
-        clearWorkDir();
-
         File f = new File(getWorkDir(), "org-netbeans-api-annotations-common.xml");
-        PublicPackagesInProjectizedXMLTest.extractResource(f, "org-netbeans-api-annotations-common.xml");
+        extractResource(f, "org-netbeans-api-annotations-common.xml");
 
         File nbm = generateNBM("org-netbeans-api-annotations-common.nbm",
             "netbeans/config/Modules/org-netbeans-api-annotations-common.xml",
@@ -244,7 +448,7 @@ public class AutoUpdateTest extends NbTestCase {
         osx.close();
 
 
-        PublicPackagesInProjectizedXMLTest.execute(
+        execute(
             "autoupdate.xml", "-verbose", "-Durl=" + f.toURI().toURL(),
             "-Dincludes=org.netbeans.api.annotations.common",
             "-Dtarget=" + target + File.separator + "platformXY",
@@ -256,7 +460,7 @@ public class AutoUpdateTest extends NbTestCase {
             new File(new File(new File(target, "platformXY"), "config"), "Modules"),
             "org-netbeans-api-annotations-common.xml"
         );
-        assertTrue("xml file created:\n" + PublicPackagesInProjectizedXMLTest.getStdOut(), xml.exists());
+        assertTrue("xml file created:\n" + getStdOut(), xml.exists());
 
         File jar = new File(
             new File(new File(target, "platformXY"), "modules"),
@@ -264,16 +468,14 @@ public class AutoUpdateTest extends NbTestCase {
         );
         assertTrue("jar file created", jar.exists());
 
-        if (PublicPackagesInProjectizedXMLTest.getStdOut().contains("Writing ")) {
-            fail("No writes, the module is already installed:\n" + PublicPackagesInProjectizedXMLTest.getStdOut());
+        if (getStdOut().contains("Writing ")) {
+            fail("No writes, the module is already installed:\n" + getStdOut());
         }
     }
 
     public void testUpdateAlreadyInstalledAndOld() throws Exception {
-        clearWorkDir();
-
         File f = new File(getWorkDir(), "org-netbeans-api-annotations-common.xml");
-        PublicPackagesInProjectizedXMLTest.extractResource(f, "org-netbeans-api-annotations-common.xml");
+        extractResource(f, "org-netbeans-api-annotations-common.xml");
 
         File nbm = generateNBM("org-netbeans-api-annotations-common.nbm",
             "netbeans/config/Modules/org-netbeans-api-annotations-common.xml",
@@ -321,7 +523,7 @@ public class AutoUpdateTest extends NbTestCase {
         long last = x.lastModified();
         Thread.sleep(500);
 
-        PublicPackagesInProjectizedXMLTest.execute(
+        execute(
             "autoupdate.xml", "-verbose", "-Durl=" + f.toURI().toURL(),
             "-Dincludes=org.netbeans.api.annotations.common",
             "-Dtarget=" + target
@@ -339,8 +541,8 @@ public class AutoUpdateTest extends NbTestCase {
         );
         assertTrue("jar file created", jar.exists());
 
-        if (!PublicPackagesInProjectizedXMLTest.getStdOut().contains("Writing ")) {
-            fail("Writes should be there:\n" + PublicPackagesInProjectizedXMLTest.getStdOut());
+        if (!getStdOut().contains("Writing ")) {
+            fail("Writes should be there:\n" + getStdOut());
         }
 
         if (last >= jar.lastModified()) {
@@ -356,10 +558,8 @@ public class AutoUpdateTest extends NbTestCase {
 
 
     public void testUpdateAlreadyOldButForce() throws Exception {
-        clearWorkDir();
-
         File f = new File(getWorkDir(), "org-netbeans-api-annotations-common.xml");
-        PublicPackagesInProjectizedXMLTest.extractResource(f, "org-netbeans-api-annotations-common.xml");
+        extractResource(f, "org-netbeans-api-annotations-common.xml");
 
         File nbm = generateNBM("org-netbeans-api-annotations-common.nbm",
             "netbeans/config/Modules/org-netbeans-api-annotations-common.xml",
@@ -407,7 +607,7 @@ public class AutoUpdateTest extends NbTestCase {
         long last = x.lastModified();
         Thread.sleep(500);
 
-        PublicPackagesInProjectizedXMLTest.execute(
+        execute(
             "autoupdate.xml", "-verbose", "-Durl=" + f.toURI().toURL(),
             "-Dincludes=org.netbeans.api.annotations.common",
             "-Dtarget=" + target,
@@ -426,8 +626,8 @@ public class AutoUpdateTest extends NbTestCase {
         );
         assertTrue("jar file created", jar.exists());
 
-        if (!PublicPackagesInProjectizedXMLTest.getStdOut().contains("Writing ")) {
-            fail("Writes should be there:\n" + PublicPackagesInProjectizedXMLTest.getStdOut());
+        if (!getStdOut().contains("Writing ")) {
+            fail("Writes should be there:\n" + getStdOut());
         }
 
         if (last >= jar.lastModified()) {
@@ -442,12 +642,20 @@ public class AutoUpdateTest extends NbTestCase {
     }
 
     public File generateNBM (String name, String... files) throws IOException {
+        List<String> filesAndContent = new ArrayList<String>();
+        for (String s : files) {
+            filesAndContent.add(s);
+            filesAndContent.add("empty");
+        }
+        return generateNBMContent(name, filesAndContent.toArray(new String[0]));
+    }
+    public File generateNBMContent (String name, String... filesAndContent) throws IOException {
         File f = new File (getWorkDir (), name);
 
         ZipOutputStream os = new ZipOutputStream (new FileOutputStream (f));
-        for (String n : files) {
-            os.putNextEntry(new ZipEntry(n));
-            os.write("empty".getBytes());
+        for (int i = 0; i < filesAndContent.length; i += 2) {
+            os.putNextEntry(new ZipEntry(filesAndContent[i]));
+            os.write(filesAndContent[i + 1].getBytes());
             os.closeEntry();
         }
         os.putNextEntry(new ZipEntry("Info/info.xml"));
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/CheckLicenseTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/CheckLicenseTest.java
index c4d09c0..b70ec21 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/CheckLicenseTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/CheckLicenseTest.java
@@ -47,26 +47,25 @@ package org.netbeans.nbbuild;
 import java.io.File;
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;
-import org.netbeans.junit.NbTestCase;
 
 /**
  * @author Jaroslav Tulach
  */
-public class CheckLicenseTest extends NbTestCase {
+public class CheckLicenseTest extends TestBase {
 
     public CheckLicenseTest(String testName) {
         super(testName);
     }
 
     public void testWeCanSearchForSunPublicLicense() throws Exception {
-        java.io.File license = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File license = extractString(
             "<!-- Sun Public License -->\n" +
             "<head></head><body>\n" +
             "<a href=\"http://www.netbeans.org/download/dev/javadoc/OpenAPIs/index.hml\">Forbidden link</a>\n" +
             "</body>"
         );
       
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"checkl\" classname=\"org.netbeans.nbbuild.CheckLicense\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -80,24 +79,24 @@ public class CheckLicenseTest extends NbTestCase {
             "</project>"
         );
         // success
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+        execute (f, new String[] { });
 
-        if (PublicPackagesInProjectizedXMLTest.getStdErr().indexOf(license.getPath()) > - 1) {
-            fail("file name shall not be there: " + PublicPackagesInProjectizedXMLTest.getStdErr());
+        if (getStdErr().indexOf(license.getPath()) > - 1) {
+            fail("file name shall not be there: " + getStdErr());
         }
-        if (PublicPackagesInProjectizedXMLTest.getStdErr().indexOf("no license") > - 1) {
-            fail("warning shall not be there: " + PublicPackagesInProjectizedXMLTest.getStdErr());
+        if (getStdErr().indexOf("no license") > - 1) {
+            fail("warning shall not be there: " + getStdErr());
         }
     }        
 
     public void testTheTaskFailsIfItIsPresent() throws Exception {
-        java.io.File license = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File license = extractString(
             "<!-- Sun Public License -->\n" +
             "<head></head><body>\n" +
             "<a href=\"http://www.netbeans.org/download/dev/javadoc/OpenAPIs/index.hml\">Forbidden link</a>\n" +
             "</body>"
         );
-        java.io.File license2 = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File license2 = extractString(
             "<!-- Sun Public License -->\n" +
             "<head></head><body>\n" +
             "<a href=\"http://www.netbeans.org/download/dev/javadoc/OpenAPIs/index.hml\">Forbidden link</a>\n" +
@@ -105,7 +104,7 @@ public class CheckLicenseTest extends NbTestCase {
         );
         assertEquals(license.getParent(), license2.getParent());
       
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"checkl\" classname=\"org.netbeans.nbbuild.CheckLicense\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -120,13 +119,13 @@ public class CheckLicenseTest extends NbTestCase {
             "</project>"
         );
         try {
-            PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+            execute (f, new String[] { });
             fail("Should fail as the license is missing");
-        } catch (PublicPackagesInProjectizedXMLTest.ExecutionError ex) {
+        } catch (ExecutionError ex) {
             // ok
         }
         
-        String out = PublicPackagesInProjectizedXMLTest.getStdErr();
+        String out = getStdErr();
         if (out.indexOf(license.getName()) == -1) {
             fail(license.getName() + " should be there: " + out);
         }
@@ -136,13 +135,13 @@ public class CheckLicenseTest extends NbTestCase {
     }        
     
     public void testTheTaskReportsIfItIsMissing() throws Exception {
-        java.io.File license = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File license = extractString(
             "<head></head><body>\n" +
             "<a href=\"http://www.netbeans.org/download/dev/javadoc/OpenAPIs/index.hml\">Forbidden link</a>\n" +
             "</body>"
         );
       
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"checkl\" classname=\"org.netbeans.nbbuild.CheckLicense\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -156,24 +155,24 @@ public class CheckLicenseTest extends NbTestCase {
             "</project>"
         );
         // success
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+        execute (f, new String[] { });
         
-        if (PublicPackagesInProjectizedXMLTest.getStdErr().indexOf(license.getPath()) == - 1) {
-            fail("file name shall be there: " + PublicPackagesInProjectizedXMLTest.getStdErr());
+        if (getStdErr().indexOf(license.getPath()) == - 1) {
+            fail("file name shall be there: " + getStdErr());
         }
-        if (PublicPackagesInProjectizedXMLTest.getStdErr().indexOf("no license") == - 1) {
-            fail("warning shall be there: " + PublicPackagesInProjectizedXMLTest.getStdErr());
+        if (getStdErr().indexOf("no license") == - 1) {
+            fail("warning shall be there: " + getStdErr());
         }
     }        
 
     public void testNoReportsWhenInFailMode() throws Exception {
-        java.io.File license = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File license = extractString(
             "<head></head><body>\n" +
             "<a href=\"http://www.netbeans.org/download/dev/javadoc/OpenAPIs/index.hml\">Forbidden link</a>\n" +
             "</body>"
         );
       
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"checkl\" classname=\"org.netbeans.nbbuild.CheckLicense\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -187,24 +186,24 @@ public class CheckLicenseTest extends NbTestCase {
             "</project>"
         );
         // success
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+        execute (f, new String[] { });
         
-        if (PublicPackagesInProjectizedXMLTest.getStdErr().indexOf(license.getPath()) != - 1) {
-            fail("file name shall not be there: " + PublicPackagesInProjectizedXMLTest.getStdErr());
+        if (getStdErr().indexOf(license.getPath()) != - 1) {
+            fail("file name shall not be there: " + getStdErr());
         }
-        if (PublicPackagesInProjectizedXMLTest.getStdErr().indexOf("no license") != - 1) {
-            fail("warning shall not be there: " + PublicPackagesInProjectizedXMLTest.getStdErr());
+        if (getStdErr().indexOf("no license") != - 1) {
+            fail("warning shall not be there: " + getStdErr());
         }
     }        
     
     public void testTheTaskFailsIfItIsMissing() throws Exception {
-        java.io.File license = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File license = extractString(
             "<head></head><body>\n" +
             "<a href=\"http://www.netbeans.org/download/dev/javadoc/OpenAPIs/index.hml\">Forbidden link</a>\n" +
             "</body>"
         );
       
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"checkl\" classname=\"org.netbeans.nbbuild.CheckLicense\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -218,15 +217,15 @@ public class CheckLicenseTest extends NbTestCase {
             "</project>"
         );
         try {
-            PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+            execute (f, new String[] { });
             fail("Should fail as the license is missing");
-        } catch (PublicPackagesInProjectizedXMLTest.ExecutionError ex) {
+        } catch (ExecutionError ex) {
             // ok
         }
     }        
     
     public void testReplaceJavaLicense() throws Exception {
-        java.io.File tmp = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File tmp = extractString(
 "/*\n" + 
 " *                 Sun Public License Notice\n" +
 " *\n" +
@@ -250,22 +249,22 @@ public class CheckLicenseTest extends NbTestCase {
         tmp.renameTo(java);
         assertTrue("File exists", java.exists());
       
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractResource("CheckLicenseAnt.xml");
+        java.io.File f = extractResource("CheckLicenseAnt.xml");
 
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { 
+        execute (f, new String[] { 
             "-verbose", 
             "-Ddir=" + java.getParent(),  
             "-Dinclude=" + java.getName(),
         });
         
-        if (PublicPackagesInProjectizedXMLTest.getStdOut().indexOf(java.getPath()) == - 1) {
-            fail("file name shall be there: " + PublicPackagesInProjectizedXMLTest.getStdOut());
+        if (getStdOut().indexOf(java.getPath()) == - 1) {
+            fail("file name shall be there: " + getStdOut());
         }
         
         
         assertTrue("Still exists", java.exists());
         
-        String content = PublicPackagesInProjectizedXMLTest.readFile(java);
+        String content = readFile(java);
         {
             Matcher m = Pattern.compile("\\* *Ahoj *\\* *Jardo").matcher(content.replace('\n', ' '));
             if (!m.find()) {
@@ -301,28 +300,28 @@ public class CheckLicenseTest extends NbTestCase {
 
     
     public void testReplaceHTMLLicense() throws Exception {
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractResource("CheckLicenseAnt.xml");
+        java.io.File f = extractResource("CheckLicenseAnt.xml");
 
-        java.io.File tmp = PublicPackagesInProjectizedXMLTest.extractResource("CheckLicenseHtmlExample.xml");
+        java.io.File tmp = extractResource("CheckLicenseHtmlExample.xml");
         File html = new File(tmp.getParentFile(), "MyTest.html");
         tmp.renameTo(html);
         assertTrue("File exists", html.exists());
       
 
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { 
+        execute (f, new String[] { 
             "-verbose", 
             "-Ddir=" + html.getParent(),  
             "-Dinclude=" + html.getName(),
         });
         
-        if (PublicPackagesInProjectizedXMLTest.getStdOut().indexOf(html.getPath()) == - 1) {
-            fail("file name shall be there: " + PublicPackagesInProjectizedXMLTest.getStdOut());
+        if (getStdOut().indexOf(html.getPath()) == - 1) {
+            fail("file name shall be there: " + getStdOut());
         }
         
         
         assertTrue("Still exists", html.exists());
         
-        String content = PublicPackagesInProjectizedXMLTest.readFile(html);
+        String content = readFile(html);
         {
             Matcher m = Pattern.compile(" *- *Ahoj *- *Jardo").matcher(content.replace('\n', ' '));
             if (!m.find()) {
@@ -354,9 +353,9 @@ public class CheckLicenseTest extends NbTestCase {
     }        
 
     public void testNoReplaceWhenNoHTMLLicense() throws Exception {
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractResource("CheckLicenseAnt.xml");
+        java.io.File f = extractResource("CheckLicenseAnt.xml");
 
-        java.io.File tmp = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File tmp = extractString(
             "<head></head><body>\n" +
             "<a href=\"http://www.netbeans.org/download/dev/javadoc/OpenAPIs/index.hml\">Forbidden link</a>\n" +
             "1997-2006" +
@@ -367,13 +366,13 @@ public class CheckLicenseTest extends NbTestCase {
         assertTrue("File exists", html.exists());
       
 
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { 
+        execute (f, new String[] { 
             "-Ddir=" + html.getParent(),  
             "-Dinclude=" + html.getName(),
         });
         
-        if (PublicPackagesInProjectizedXMLTest.getStdOut().indexOf(html.getPath()) != - 1) {
-            fail("file name shall not be there: " + PublicPackagesInProjectizedXMLTest.getStdOut());
+        if (getStdOut().indexOf(html.getPath()) != - 1) {
+            fail("file name shall not be there: " + getStdOut());
         }
         
     }        
@@ -383,9 +382,9 @@ public class CheckLicenseTest extends NbTestCase {
             return;
         }
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractResource("CheckLicenseAnt.xml");
+        java.io.File f = extractResource("CheckLicenseAnt.xml");
 
-        java.io.File tmp = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File tmp = extractString(
             "<head></head><body>\n" +
             "<a href=\"http://www.netbeans.org/download/dev/javadoc/OpenAPIs/index.hml\">Forbidden link</a>\n" +
             "Original Code\n" +
@@ -399,16 +398,16 @@ public class CheckLicenseTest extends NbTestCase {
         assertTrue("File exists", html.exists());
       
 
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { 
+        execute (f, new String[] { 
             "-Ddir=" + html.getParent(),  
             "-Dinclude=" + html.getName(),
         });
         
-        if (PublicPackagesInProjectizedXMLTest.getStdOut().indexOf("Original Code") != - 1) {
-            fail("Original Code shall not be there: " + PublicPackagesInProjectizedXMLTest.getStdOut());
+        if (getStdOut().indexOf("Original Code") != - 1) {
+            fail("Original Code shall not be there: " + getStdOut());
         }
 
-        String out = PublicPackagesInProjectizedXMLTest.readFile(html);
+        String out = readFile(html);
         int first = out.indexOf("Original Software");
         if (first == - 1) {
             fail("Original Software shall be there: " + out);
@@ -435,19 +434,19 @@ public class CheckLicenseTest extends NbTestCase {
         String script = createScript();
         
     
-        File fileScript = PublicPackagesInProjectizedXMLTest.extractString(script);
-        File fileTxt = PublicPackagesInProjectizedXMLTest.extractString(txt);
+        File fileScript = extractString(script);
+        File fileTxt = extractString(txt);
         
-        PublicPackagesInProjectizedXMLTest.execute (fileScript, new String[] { 
+        execute (fileScript, new String[] { 
             "-Ddir=" + fileTxt.getParent(),  
             "-Dinclude=" + fileTxt.getName(),
         });
         
-        if (PublicPackagesInProjectizedXMLTest.getStdOut().indexOf("Original Code") != - 1) {
-            fail("Original Code shall not be there: " + PublicPackagesInProjectizedXMLTest.getStdOut());
+        if (getStdOut().indexOf("Original Code") != - 1) {
+            fail("Original Code shall not be there: " + getStdOut());
         }
 
-        String out = PublicPackagesInProjectizedXMLTest.readFile(fileTxt);
+        String out = readFile(fileTxt);
         
         String[] arr = out.split("\n");
         for (int i = 0; i < arr.length; i++) {
@@ -510,9 +509,9 @@ public class CheckLicenseTest extends NbTestCase {
         if (isWindows()) {
             return;
         }
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractResource("CheckLicenseAnt.xml");
+        java.io.File f = extractResource("CheckLicenseAnt.xml");
 
-        java.io.File tmp = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File tmp = extractString(
             "/*\n" +
             " *                 Sun Public License Notice\n" +
             " * \n" +
@@ -534,16 +533,16 @@ public class CheckLicenseTest extends NbTestCase {
         assertTrue("File exists", java.exists());
       
 
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { 
+        execute (f, new String[] { 
             "-Ddir=" + java.getParent(),  
             "-Dinclude=" + java.getName(),
         });
         
-        if (PublicPackagesInProjectizedXMLTest.getStdOut().indexOf("Code") != - 1) {
-            fail("Original Code shall not be there: " + PublicPackagesInProjectizedXMLTest.getStdOut());
+        if (getStdOut().indexOf("Code") != - 1) {
+            fail("Original Code shall not be there: " + getStdOut());
         }
 
-        String out = PublicPackagesInProjectizedXMLTest.readFile(java);
+        String out = readFile(java);
         int first = out.indexOf("Original Software");
         if (first == - 1) {
             fail("Original Software shall be there: " + out);
@@ -566,21 +565,21 @@ public class CheckLicenseTest extends NbTestCase {
     
     
     public void testWorksOnEmptyFile() throws Exception {
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractResource("CheckLicenseAnt.xml");
+        java.io.File f = extractResource("CheckLicenseAnt.xml");
 
-        java.io.File tmp = PublicPackagesInProjectizedXMLTest.extractString("");
+        java.io.File tmp = extractString("");
         File html = new File(tmp.getParentFile(), "MyTest.html");
         tmp.renameTo(html);
         assertTrue("File exists", html.exists());
       
 
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { 
+        execute (f, new String[] { 
             "-Ddir=" + html.getParent(),  
             "-Dinclude=" + html.getName(),
         });
         
-        if (PublicPackagesInProjectizedXMLTest.getStdOut().indexOf(html.getPath()) != - 1) {
-            fail("file name shall not be there: " + PublicPackagesInProjectizedXMLTest.getStdOut());
+        if (getStdOut().indexOf(html.getPath()) != - 1) {
+            fail("file name shall not be there: " + getStdOut());
         }
         
     }        
@@ -589,29 +588,29 @@ public class CheckLicenseTest extends NbTestCase {
         if (isWindows()) {
             return;
         }
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractResource("CheckLicenseAnt.xml");
+        java.io.File f = extractResource("CheckLicenseAnt.xml");
 
-        java.io.File tmp = PublicPackagesInProjectizedXMLTest.extractResource("CheckLicensePropertiesExample.properties");
+        java.io.File tmp = extractResource("CheckLicensePropertiesExample.properties");
         File html = new File(tmp.getParentFile(), "MyTest.html");
         tmp.renameTo(html);
         assertTrue("File exists", html.exists());
       
 
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { 
+        execute (f, new String[] { 
             "-verbose", 
             "-Ddir=" + html.getParent(),  
             "-Dinclude=" + html.getName(),
         });
         
-        if (PublicPackagesInProjectizedXMLTest.getStdOut().indexOf(html.getPath()) == - 1) {
-            fail("file name shall be there: " + PublicPackagesInProjectizedXMLTest.getStdOut());
+        if (getStdOut().indexOf(html.getPath()) == - 1) {
+            fail("file name shall be there: " + getStdOut());
         }
         
         
         assertTrue("Still exists", html.exists());
         
         
-        String content = PublicPackagesInProjectizedXMLTest.readFile(html);
+        String content = readFile(html);
         
         if (!content.startsWith("#")) {
             fail("Shall start with #:\n" + content);
@@ -665,29 +664,29 @@ public class CheckLicenseTest extends NbTestCase {
     }
     
     public void testReplaceXMLLicense() throws Exception {
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractResource("CheckLicenseAnt.xml");
+        java.io.File f = extractResource("CheckLicenseAnt.xml");
 
-        java.io.File tmp = PublicPackagesInProjectizedXMLTest.extractResource("CheckLicenseXmlExample.xml");
+        java.io.File tmp = extractResource("CheckLicenseXmlExample.xml");
         File xml = new File(tmp.getParentFile(), "MyTest.xml");
         tmp.renameTo(xml);
         assertTrue("File exists", xml.exists());
       
 
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { 
+        execute (f, new String[] { 
             "-verbose", 
             "-Ddir=" + xml.getParent(),  
             "-Dinclude=" + xml.getName(),
         });
         
-        if (PublicPackagesInProjectizedXMLTest.getStdOut().indexOf(xml.getPath()) == - 1) {
-            fail("file name shall be there: " + PublicPackagesInProjectizedXMLTest.getStdOut());
+        if (getStdOut().indexOf(xml.getPath()) == - 1) {
+            fail("file name shall be there: " + getStdOut());
         }
         
         
         assertTrue("Still exists", xml.exists());
         
         
-        String content = PublicPackagesInProjectizedXMLTest.readFile(xml);
+        String content = readFile(xml);
         
         if (!content.startsWith("<")) {
             fail("Shall start with <:\n" + content);
@@ -737,19 +736,19 @@ public class CheckLicenseTest extends NbTestCase {
         String script = createScript();
         
     
-        File fileScript = PublicPackagesInProjectizedXMLTest.extractString(script);
-        File fileTxt = PublicPackagesInProjectizedXMLTest.extractString(txt);
+        File fileScript = extractString(script);
+        File fileTxt = extractString(txt);
         
-        PublicPackagesInProjectizedXMLTest.execute (fileScript, new String[] { 
+        execute (fileScript, new String[] { 
             "-Ddir=" + fileTxt.getParent(),  
             "-Dinclude=" + fileTxt.getName(),
         });
         
-        if (PublicPackagesInProjectizedXMLTest.getStdOut().indexOf("Original Code") != - 1) {
-            fail("Original Code shall not be there: " + PublicPackagesInProjectizedXMLTest.getStdOut());
+        if (getStdOut().indexOf("Original Code") != - 1) {
+            fail("Original Code shall not be there: " + getStdOut());
         }
 
-        String out = PublicPackagesInProjectizedXMLTest.readFile(fileTxt);
+        String out = readFile(fileTxt);
 
 
         if (out.indexOf("Sun Public") >= 0) {
@@ -759,9 +758,9 @@ public class CheckLicenseTest extends NbTestCase {
 
     
     public void testDoubleHtmlComments() throws Exception {
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString(createScript());
+        java.io.File f = extractString(createScript());
 
-        java.io.File tmp = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File tmp = extractString(
 "<!--\n" +
 "  --                 Sun Public License Notice\n" +
 "  --\n" +
@@ -780,12 +779,12 @@ public class CheckLicenseTest extends NbTestCase {
         assertTrue("File exists", file.exists());
       
 
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { 
+        execute (f, new String[] { 
             "-Ddir=" + file.getParent(),  
             "-Dinclude=" + file.getName(),
         });
         
-        String out = PublicPackagesInProjectizedXMLTest.readFile(file);
+        String out = readFile(file);
         int first = out.indexOf("Sun Public");
         if (first != - 1) {
             fail("Sun Public shall not  be there:\n" + out);
@@ -800,7 +799,7 @@ public class CheckLicenseTest extends NbTestCase {
         }
         sb.append('B');
         
-        java.io.File license = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File license = extractString(
             "<!-- Sun Public License Notice -->\n" +
             "<head></head><body>\n" +
             "<a href=\"http://www.netbeans.org/download/dev/javadoc/OpenAPIs/index.hml\">Forbidden link</a>\n" +
@@ -810,14 +809,14 @@ public class CheckLicenseTest extends NbTestCase {
         String script = createScript();
         
     
-        PublicPackagesInProjectizedXMLTest.execute (
-            PublicPackagesInProjectizedXMLTest.extractString(script), 
+        execute (
+            extractString(script), 
             new String[] { 
             "-Ddir=" + license.getParent(),  
             "-Dinclude=" + license.getName(),
         });
         
-        String out = PublicPackagesInProjectizedXMLTest.readFile(license);
+        String out = readFile(license);
 
 
         if (out.indexOf("Sun Public") >= 0) {
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/CheckLinksTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/CheckLinksTest.java
index e481581..9a856c5 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/CheckLinksTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/CheckLinksTest.java
@@ -45,13 +45,12 @@
 package org.netbeans.nbbuild;
 
 import java.io.File;
-import org.netbeans.junit.NbTestCase;
 
 /** Check the behaviour of CheckLinks.
  *
  * @author Jaroslav Tulach
  */
-public class CheckLinksTest extends NbTestCase {
+public class CheckLinksTest extends TestBase {
     public CheckLinksTest (String name) {
         super (name);
     }
@@ -63,7 +62,7 @@ public class CheckLinksTest extends NbTestCase {
             "</body>"
         );
       
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"checklinks\" classname=\"org.netbeans.nbbuild.CheckLinks\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -75,7 +74,7 @@ public class CheckLinksTest extends NbTestCase {
             "</project>"
         );
         // success
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+        execute (f, new String[] { });
     }
 
     
@@ -86,7 +85,7 @@ public class CheckLinksTest extends NbTestCase {
             "</body>"
         );
       
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"checklinks\" classname=\"org.netbeans.nbbuild.CheckLinks\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -99,13 +98,32 @@ public class CheckLinksTest extends NbTestCase {
             "</project>"
         );
         try {
-            PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+            execute (f, new String[] { });
             fail ("This should fail as the URL is forbidden");
-        } catch (PublicPackagesInProjectizedXMLTest.ExecutionError ex) {
+        } catch (ExecutionError ex) {
             // ok, this should fail on exit code
         }
     }
-  
+
+    public void testForbiddenURLsInLinkElements() throws Exception {
+        File html = extractHTMLFile("<html><head><link rel=\"stylesheet\" href=\"http://www.netbeans.org/netbeans.css\" type=\"text/css\"></head>\n");
+        File f = extractString(
+            "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
+            "<project name=\"Test Arch\" basedir=\".\" default=\"all\">" +
+            "  <taskdef name=\"checklinks\" classname=\"org.netbeans.nbbuild.CheckLinks\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
+            "<target name=\"all\">" +
+            "  <checklinks checkexternal='false' basedir='" + html.getParent() + "'>" +
+            "    <include name=\"" + html.getName() + "\"/>" +
+            "    <filter accept='false' pattern='http://www\\.netbeans\\.org/netbeans\\.css'/>" +
+            "  </checklinks>" +
+            "</target>" +
+            "</project>"
+        );
+        try {
+            execute(f, new String[] {});
+            fail();
+        } catch (ExecutionError ex) {}
+    }
   
     public void testAnyURLCanBeForbidden () throws Exception {
         java.io.File html = extractHTMLFile (
@@ -114,7 +132,7 @@ public class CheckLinksTest extends NbTestCase {
             "</body>"
         );
       
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"checklinks\" classname=\"org.netbeans.nbbuild.CheckLinks\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -127,9 +145,9 @@ public class CheckLinksTest extends NbTestCase {
             "</project>"
         );
         try {
-            PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+            execute (f, new String[] { });
             fail ("This should fail as the URL is forbidden");
-        } catch (PublicPackagesInProjectizedXMLTest.ExecutionError ex) {
+        } catch (ExecutionError ex) {
             // ok, this should fail on exit code
         }
     }
@@ -141,7 +159,7 @@ public class CheckLinksTest extends NbTestCase {
             "</body>"
         );
       
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"checklinks\" classname=\"org.netbeans.nbbuild.CheckLinks\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -155,7 +173,7 @@ public class CheckLinksTest extends NbTestCase {
             "</project>"
         );
         // passes as .*sex.* is acceptable
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+        execute (f, new String[] { });
     }
     
     
@@ -168,7 +186,7 @@ public class CheckLinksTest extends NbTestCase {
             "</body>"
         );
       
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"checklinks\" classname=\"org.netbeans.nbbuild.CheckLinks\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -181,7 +199,7 @@ public class CheckLinksTest extends NbTestCase {
             "</project>"
         );
         // passes as the forbidden URL is commented out
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+        execute (f, new String[] { });
     }
     
     
@@ -193,7 +211,7 @@ public class CheckLinksTest extends NbTestCase {
             "</body>"
         );
       
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"checklinks\" classname=\"org.netbeans.nbbuild.CheckLinks\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -205,7 +223,7 @@ public class CheckLinksTest extends NbTestCase {
             "</project>"
         );
         // success
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+        execute (f, new String[] { });
     }
     
     
@@ -216,7 +234,7 @@ public class CheckLinksTest extends NbTestCase {
             "</body>"
         );
       
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"checklinks\" classname=\"org.netbeans.nbbuild.CheckLinks\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -229,9 +247,9 @@ public class CheckLinksTest extends NbTestCase {
         );
         // failure
         try {
-            PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+            execute (f, new String[] { });
             fail ("This should fail as the link is broken");
-        } catch (PublicPackagesInProjectizedXMLTest.ExecutionError ex) {
+        } catch (ExecutionError ex) {
             // ok, this should fail on exit code
         }
     }
@@ -245,7 +263,7 @@ public class CheckLinksTest extends NbTestCase {
             "<a href=\"" + html1.toURI() + "?is-external=true\">ought to be OK</a>\n" +
             "</body>"
         );
-        File f = PublicPackagesInProjectizedXMLTest.extractString(
+        File f = extractString(
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"checklinks\" classname=\"org.netbeans.nbbuild.CheckLinks\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -257,12 +275,12 @@ public class CheckLinksTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute(f, new String[] {});
+        execute(f, new String[] {});
     }
     
     
-    private static File extractHTMLFile (String s) throws Exception {
-        File f = PublicPackagesInProjectizedXMLTest.extractString (s);
+    private File extractHTMLFile (String s) throws Exception {
+        File f = extractString (s);
         File n = new File (f.getParentFile (), f.getName () + ".html");
         assertTrue ("Rename succeeded", f.renameTo (n));
         return n;
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/CreateModuleXMLTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/CreateModuleXMLTest.java
index 71493fb..2d64474 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/CreateModuleXMLTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/CreateModuleXMLTest.java
@@ -50,31 +50,25 @@ import java.util.jar.Manifest;
 import java.io.File;
 import java.io.IOException;
 
-import org.netbeans.junit.NbTestCase;
 
 /** Check behaviour of ModuleSelector.
  *
  * @author Jaroslav Tulach
  */
-public class CreateModuleXMLTest extends NbTestCase {
+public class CreateModuleXMLTest extends TestBase {
     
     public CreateModuleXMLTest(String testName) {
         super(testName);
     }
 
-    @Override
-    protected void setUp() throws Exception {
-        clearWorkDir();
-    }
-
     public void testIncludesAllModulesByDefault() throws Exception {
-        Manifest m = ModuleDependenciesTest.createManifest ();
+        Manifest m = createManifest ();
         m.getMainAttributes().putValue("OpenIDE-Module", "org.my.module");
         File aModule = generateJar(new String[0], m);
         
         File output = new File(getWorkDir(), "output");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"createmodulexml\" classname=\"org.netbeans.nbbuild.CreateModuleXML\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -88,7 +82,7 @@ public class CreateModuleXMLTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Output exists", output.exists ());
         assertTrue ("Output directory created", output.isDirectory());
@@ -100,13 +94,13 @@ public class CreateModuleXMLTest extends NbTestCase {
     }
 
     public void testGeneratesDataForDisabledModule() throws Exception {
-        Manifest m = ModuleDependenciesTest.createManifest ();
+        Manifest m = createManifest ();
         m.getMainAttributes().putValue("OpenIDE-Module", "org.my.module");
         File aModule = generateJar(new String[0], m);
 
         File output = new File(getWorkDir(), "output");
 
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"createmodulexml\" classname=\"org.netbeans.nbbuild.CreateModuleXML\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -120,7 +114,7 @@ public class CreateModuleXMLTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
 
         assertTrue ("Output exists", output.exists ());
         assertTrue ("Output directory created", output.isDirectory());
@@ -132,7 +126,7 @@ public class CreateModuleXMLTest extends NbTestCase {
     }
 
     public void testGenerateUpdateTrackingMode() throws Exception {
-        Manifest m = ModuleDependenciesTest.createManifest ();
+        Manifest m = createManifest ();
         m.getMainAttributes().putValue("OpenIDE-Module", "org.my.module");
         m.getMainAttributes().putValue("OpenIDE-Module-Specification-Version", "10.15");
         File aModule = generateJar(new String[0], m);
@@ -140,7 +134,7 @@ public class CreateModuleXMLTest extends NbTestCase {
         File output = new File(getWorkDir(), "output");
         File tracking = new File(getWorkDir(), "update_tracking");
 
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"createmodulexml\" classname=\"org.netbeans.nbbuild.CreateModuleXML\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -154,7 +148,7 @@ public class CreateModuleXMLTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
 
         assertTrue ("Output exists", output.exists ());
         assertTrue ("Output directory created", output.isDirectory());
@@ -170,7 +164,7 @@ public class CreateModuleXMLTest extends NbTestCase {
         assertEquals("It one file", 1, arr.length);
         assertEquals("Its name reflects the code name of the module", "org-my-module.xml", arr[0].getName());
 
-        String conf = PublicPackagesInProjectizedXMLTest.readFile(arr[0]);
+        String conf = readFile(arr[0]);
 
         {
             int first = conf.indexOf("<file");
@@ -190,14 +184,16 @@ public class CreateModuleXMLTest extends NbTestCase {
     }
     
     
-    private final File createNewJarFile () throws IOException {
+    private File createNewJarFile() throws IOException {
         File dir = new File(this.getWorkDir(), "modules");
         dir.mkdirs();
         
         int i = 0;
         for (;;) {
             File f = new File (dir, i++ + ".jar");
-            if (!f.exists ()) return f;
+            if (!f.exists()) {
+                return f;
+            }
         }
     }
     
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/FixDependenciesTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/FixDependenciesTest.java
index 2524c25..9c9c441 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/FixDependenciesTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/FixDependenciesTest.java
@@ -47,7 +47,6 @@ package org.netbeans.nbbuild;
 
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;
-import org.netbeans.junit.*;
 
 
 /** Behaviour of fixing module dependencies. Knows how to replace old
@@ -55,14 +54,14 @@ import org.netbeans.junit.*;
  *
  * @author Jaroslav Tulach
  */
-public class FixDependenciesTest extends NbTestCase {
+public class FixDependenciesTest extends TestBase {
     public FixDependenciesTest (String name) {
         super (name);
     }
     public void testWrongIndentation() throws Exception {
-        java.io.File xml = PublicPackagesInProjectizedXMLTest.extractResource("FixDependencies-cnd-dwarfdiscovery.xml");
+        java.io.File xml = extractResource("FixDependencies-cnd-dwarfdiscovery.xml");
 
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Replace Openide\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"fix\" classname=\"org.netbeans.nbbuild.FixDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -81,8 +80,8 @@ public class FixDependenciesTest extends NbTestCase {
 
         );
 
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
-        String result = PublicPackagesInProjectizedXMLTest.readFile (xml);
+        execute (f, new String[] { });
+        String result = readFile (xml);
 
         if (result.indexOf ("org.openide.util") == -1) {
             fail ("org.openide.util should be there: " + result);
@@ -111,9 +110,9 @@ public class FixDependenciesTest extends NbTestCase {
         }
     }
     public void testCanFixXmlWsdlModel() throws Exception {
-        java.io.File xml = PublicPackagesInProjectizedXMLTest.extractResource("FixDependencies-xml.wsdl.model.xml");
+        java.io.File xml = extractResource("FixDependencies-xml.wsdl.model.xml");
 
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Replace Openide\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"fix\" classname=\"org.netbeans.nbbuild.FixDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -132,8 +131,8 @@ public class FixDependenciesTest extends NbTestCase {
 
         );
 
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
-        String result = PublicPackagesInProjectizedXMLTest.readFile (xml);
+        execute (f, new String[] { });
+        String result = readFile (xml);
 
         if (result.indexOf ("org.openide.util") == -1) {
             fail ("org.openide.util should be there: " + result);
@@ -143,9 +142,9 @@ public class FixDependenciesTest extends NbTestCase {
         }
     }
     public void testCanParseCoreKit () throws Exception {
-        java.io.File xml = PublicPackagesInProjectizedXMLTest.extractResource("FixDependencies-core.kit.xml");
+        java.io.File xml = extractResource("FixDependencies-core.kit.xml");
 
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Replace Openide\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"fix\" classname=\"org.netbeans.nbbuild.FixDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -164,16 +163,16 @@ public class FixDependenciesTest extends NbTestCase {
 
         );
 
-        String before = PublicPackagesInProjectizedXMLTest.readFile(xml);
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
-        String after = PublicPackagesInProjectizedXMLTest.readFile(xml);
+        String before = readFile(xml);
+        execute (f, new String[] { });
+        String after = readFile(xml);
 
         assertEquals("No change", before, after);
     }
     public void testCanParseOpenideUtil () throws Exception {
-        java.io.File xml = PublicPackagesInProjectizedXMLTest.extractResource("FixDependencies-openide.util.xml");
+        java.io.File xml = extractResource("FixDependencies-openide.util.xml");
 
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Replace Openide\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"fix\" classname=\"org.netbeans.nbbuild.FixDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -192,14 +191,14 @@ public class FixDependenciesTest extends NbTestCase {
 
         );
 
-        String before = PublicPackagesInProjectizedXMLTest.readFile(xml);
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
-        String after = PublicPackagesInProjectizedXMLTest.readFile(xml);
+        String before = readFile(xml);
+        execute (f, new String[] { });
+        String after = readFile(xml);
 
         assertEquals("No change", before, after);
     }
     public void testNoModuleDependenciesDoesNotCrash() throws Exception {
-        java.io.File xml = PublicPackagesInProjectizedXMLTest.extractString(
+        java.io.File xml = extractString(
                 "<?xml version='1.0' encoding='UTF-8'?>" +
                 "<project xmlns='http://www.netbeans.org/ns/project/1'>" +
                 "<type>org.netbeans.modules.apisupport.project</type>" +
@@ -213,7 +212,7 @@ public class FixDependenciesTest extends NbTestCase {
                 "</project>"
         );
 
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Replace Openide\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"fix\" classname=\"org.netbeans.nbbuild.FixDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -232,14 +231,14 @@ public class FixDependenciesTest extends NbTestCase {
 
         );
 
-        String before = PublicPackagesInProjectizedXMLTest.readFile(xml);
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
-        String after = PublicPackagesInProjectizedXMLTest.readFile(xml);
+        String before = readFile(xml);
+        execute (f, new String[] { });
+        String after = readFile(xml);
 
         assertEquals("No change", before, after);
     }
     public void testReplaceOpenideDepWithSmallerOnes () throws Exception {
-        java.io.File xml = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File xml = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project>" +
             "  <module-dependencies>" +
@@ -255,7 +254,7 @@ public class FixDependenciesTest extends NbTestCase {
             "</project>"
         );
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Replace Openide\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"fix\" classname=\"org.netbeans.nbbuild.FixDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -273,9 +272,9 @@ public class FixDependenciesTest extends NbTestCase {
             "</project>"
 
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+        execute (f, new String[] { });
         
-        String result = PublicPackagesInProjectizedXMLTest.readFile (xml);
+        String result = readFile (xml);
         
         if (result.indexOf ("org.openide.util") == -1) {
             fail ("org.openide.util should be there: " + result);
@@ -290,7 +289,7 @@ public class FixDependenciesTest extends NbTestCase {
     }
 
     public void testReplaceOpenideUtilWithUtilAndLookup () throws Exception {
-        java.io.File xml = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File xml = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project>" +
             "  <module-dependencies>" +
@@ -306,7 +305,7 @@ public class FixDependenciesTest extends NbTestCase {
             "</project>"
         );
 
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Replace Openide\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"fix\" classname=\"org.netbeans.nbbuild.FixDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -324,9 +323,9 @@ public class FixDependenciesTest extends NbTestCase {
             "</project>"
 
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+        execute (f, new String[] { });
 
-        String result = PublicPackagesInProjectizedXMLTest.readFile (xml);
+        String result = readFile (xml);
 
         if (result.indexOf ("org.openide.util") == -1) {
             fail ("org.openide.util should be there: " + result);
@@ -351,7 +350,7 @@ public class FixDependenciesTest extends NbTestCase {
     }
 
     private void doDontReplaceNewerVersionOfItself(String version) throws Exception {
-        java.io.File xml = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File xml = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project>" +
             "  <module-dependencies>" +
@@ -367,7 +366,7 @@ public class FixDependenciesTest extends NbTestCase {
             "</project>"
         );
 
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Replace Openide\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"fix\" classname=\"org.netbeans.nbbuild.FixDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -385,9 +384,9 @@ public class FixDependenciesTest extends NbTestCase {
             "</project>"
 
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+        execute (f, new String[] { });
 
-        String result = PublicPackagesInProjectizedXMLTest.readFile (xml);
+        String result = readFile (xml);
 
         if (result.indexOf ("org.openide.util") == -1) {
             fail ("org.openide.util should be there: " + result);
@@ -403,7 +402,7 @@ public class FixDependenciesTest extends NbTestCase {
     
     
     public void testVerificationOfRemovedDependencies () throws Exception {
-        java.io.File xml = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File xml = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project>" +
             "  <module-dependencies>" +
@@ -435,9 +434,9 @@ public class FixDependenciesTest extends NbTestCase {
             "</project>"
         );
         
-        java.io.File out = PublicPackagesInProjectizedXMLTest.extractString ("");
+        java.io.File out = extractString ("");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Replace Openide\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"fix\" classname=\"org.netbeans.nbbuild.FixDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -477,9 +476,9 @@ public class FixDependenciesTest extends NbTestCase {
             "</project>"
 
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-Dbuildscript=" + f.getPath () });
+        execute (f, new String[] { "-Dbuildscript=" + f.getPath () });
         
-        String result = PublicPackagesInProjectizedXMLTest.readFile (xml);
+        String result = readFile (xml);
         
         if (result.indexOf ("org.openide.keep") == -1) {
             fail ("org.openide.keep should be there: " + result);
@@ -488,7 +487,7 @@ public class FixDependenciesTest extends NbTestCase {
             fail ("org.openide.remove should not be there: " + result);
         }
 
-        String written = PublicPackagesInProjectizedXMLTest.readFile (out);
+        String written = readFile (out);
         assertEquals ("First we do clean, test verify, then clean and verify three times as there are three <dependency> tags"
                 , "cvcvcvcvcv", written);
     }
@@ -536,12 +535,12 @@ public class FixDependenciesTest extends NbTestCase {
         
         
         
-        java.io.File xml = PublicPackagesInProjectizedXMLTest.extractString (projectXML);
+        java.io.File xml = extractString (projectXML);
         
         
-        java.io.File out = PublicPackagesInProjectizedXMLTest.extractString ("");
+        java.io.File out = extractString ("");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Replace Openide\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"fix\" classname=\"org.netbeans.nbbuild.FixDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -584,13 +583,13 @@ public class FixDependenciesTest extends NbTestCase {
         assertNotNull ("Originally can be parsed", doc);
         
         
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-Dbuildscript=" + f.getPath () });
+        execute (f, new String[] { "-Dbuildscript=" + f.getPath () });
         
         doc = javax.xml.parsers.DocumentBuilderFactory.newInstance ().newDocumentBuilder ().parse (xml);
         
         assertNotNull ("Still can be parsed", doc);
         
-        String r = PublicPackagesInProjectizedXMLTest.readFile (xml);
+        String r = readFile (xml);
         assertEquals ("No release version used as modules do not have it", -1, r.indexOf ("release-version"));
         
         
@@ -603,7 +602,7 @@ public class FixDependenciesTest extends NbTestCase {
     }
 
     public void testPropertiesAreNotInfluencedByPreviousExecution () throws Exception {
-        java.io.File xml = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File xml = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project>" +
             "  <module-dependencies>" +
@@ -635,9 +634,9 @@ public class FixDependenciesTest extends NbTestCase {
             "</project>"
         );
         
-        java.io.File out = PublicPackagesInProjectizedXMLTest.extractString ("");
+        java.io.File out = extractString ("");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Separate namespaces\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"fix\" classname=\"org.netbeans.nbbuild.FixDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -658,17 +657,17 @@ public class FixDependenciesTest extends NbTestCase {
             "</project>"
 
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-Dbuildscript=" + f.getPath () });
+        execute (f, new String[] { "-Dbuildscript=" + f.getPath () });
         
-        String result = PublicPackagesInProjectizedXMLTest.readFile (xml);
+        String result = readFile (xml);
 
-        String written = PublicPackagesInProjectizedXMLTest.readFile (out);
+        String written = readFile (out);
         assertEquals ("The property remove is never set", "vvvvvvvvvv", written);
     }
 
     
   public void testOnlyCompileTimeDependenciesCanBeRemoved () throws Exception {
-        java.io.File xml = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File xml = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project>" +
             "  <module-dependencies>" +
@@ -700,9 +699,9 @@ public class FixDependenciesTest extends NbTestCase {
             "</project>"
         );
         
-        java.io.File out = PublicPackagesInProjectizedXMLTest.extractString ("");
+        java.io.File out = extractString ("");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Replace Openide\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"fix\" classname=\"org.netbeans.nbbuild.FixDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -742,9 +741,9 @@ public class FixDependenciesTest extends NbTestCase {
             "</project>"
 
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-Dbuildscript=" + f.getPath () });
+        execute (f, new String[] { "-Dbuildscript=" + f.getPath () });
         
-        String result = PublicPackagesInProjectizedXMLTest.readFile (xml);
+        String result = readFile (xml);
         
         if (result.indexOf ("org.openide.keep") == -1) {
             fail ("org.openide.keep should be there: " + result);
@@ -753,13 +752,13 @@ public class FixDependenciesTest extends NbTestCase {
             fail ("org.openide.remove should be there: " + result);
         }
 
-        String written = PublicPackagesInProjectizedXMLTest.readFile (out);
+        String written = readFile (out);
         assertEquals ("The remove dependency is not even asked for"
                 , "cvcvccvcv", written);
     }
     
   public void testRuntimeDepOnOpenideIsSpecial () throws Exception {
-        java.io.File xml = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File xml = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" +
             "<project>\n" +
             "  <module-dependencies>\n" +
@@ -773,9 +772,9 @@ public class FixDependenciesTest extends NbTestCase {
             "</project>\n"
         );
         
-        java.io.File out = PublicPackagesInProjectizedXMLTest.extractString ("");
+        java.io.File out = extractString ("");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Replace Openide\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"fix\" classname=\"org.netbeans.nbbuild.FixDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -799,9 +798,9 @@ public class FixDependenciesTest extends NbTestCase {
             "</project>"
 
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-Dbuildscript=" + f.getPath () });
+        execute (f, new String[] { "-Dbuildscript=" + f.getPath () });
         
-        String result = PublicPackagesInProjectizedXMLTest.readFile (xml);
+        String result = readFile (xml);
         
         if (result.indexOf ("org.openide") > -1) {
             fail ("No org.openide should be there: " + result);
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/FixTestDependenciesTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/FixTestDependenciesTest.java
index a93d359..26b3ccd 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/FixTestDependenciesTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/FixTestDependenciesTest.java
@@ -54,13 +54,12 @@ import java.util.Properties;
 import java.util.Set;
 import org.apache.tools.ant.BuildException;
 import org.apache.tools.ant.Project;
-import org.netbeans.junit.NbTestCase;
 
 /**
  *
  * @author pzajac
  */
-public class FixTestDependenciesTest extends NbTestCase {
+public class FixTestDependenciesTest extends TestBase {
 
     public FixTestDependenciesTest(String testName) {
         super(testName);
@@ -76,7 +75,7 @@ public class FixTestDependenciesTest extends NbTestCase {
         ftd.cachedEntries = getEntries();
         ftd.execute();
 
-        String result = PublicPackagesInProjectizedXMLTest.readFile(prjFile);
+        String result = readFile(prjFile);
         int first = result.indexOf("test-dependencies");
         if (first == -1) {
             fail("No test deps found in " + result);
@@ -92,7 +91,7 @@ public class FixTestDependenciesTest extends NbTestCase {
     }
     public void testNoChangeForProjectsWithoutTests() throws IOException, Exception {
         File prjFile = copyFile("FixTestDependencies-o.apache.xml.resolver.xml");
-        String before = PublicPackagesInProjectizedXMLTest.readFile(prjFile);
+        String before = readFile(prjFile);
         File propertiesFile = new File(getWorkDir(), "some.properties");
         Properties np = new Properties();
         np.put("is.autoload", "true");
@@ -103,7 +102,7 @@ public class FixTestDependenciesTest extends NbTestCase {
         ftd.cachedEntries = getEntries();
         ftd.execute();
 
-        String result = PublicPackagesInProjectizedXMLTest.readFile(prjFile);
+        String result = readFile(prjFile);
         assertEquals("No change expected", before, result);
     }
 
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/JarWithModuleAttributesTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/JarWithModuleAttributesTest.java
index f701d88..bb3c6af 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/JarWithModuleAttributesTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/JarWithModuleAttributesTest.java
@@ -46,25 +46,19 @@ package org.netbeans.nbbuild;
 import java.io.File;
 import java.util.jar.JarFile;
 import junit.framework.AssertionFailedError;
-import org.netbeans.junit.NbTestCase;
 
 /** Checks that javac.target gets reflected in the manifest.
  *
  * @author Jaroslav Tulach
  */
-public class JarWithModuleAttributesTest extends NbTestCase {
+public class JarWithModuleAttributesTest extends TestBase {
     public JarWithModuleAttributesTest (String name) {
         super (name);
     }
     
-    @Override
-    protected void setUp() throws Exception {
-        clearWorkDir();
-    }
-    
     public void testAddThereVersionFromJavacTarget() throws Exception {
         File output = new File(getWorkDir(), "output");
-        java.io.File manifest = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File manifest = extractString (
 "OpenIDE-Module: org.netbeans.modules.sendopts\n" +
 "OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/sendopts/Bundle.properties\n" +
 "OpenIDE-Module-Specification-Version: 1.9\n" +
@@ -72,7 +66,7 @@ public class JarWithModuleAttributesTest extends NbTestCase {
         );
         File jar = new File(getWorkDir(), "x.jar");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"njar\" classname=\"org.netbeans.nbbuild.JarWithModuleAttributes\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -90,7 +84,7 @@ public class JarWithModuleAttributesTest extends NbTestCase {
         );
 
 
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("JAR created", jar.isFile());
 
@@ -99,7 +93,7 @@ public class JarWithModuleAttributesTest extends NbTestCase {
 
         JarFile file = new JarFile(jar);
         String value = file.getManifest().getMainAttributes().getValue("OpenIDE-Module-Java-Dependencies");
-        assertNotNull("Attribute created:\n" + PublicPackagesInProjectizedXMLTest.readFile(extracted), value);
+        assertNotNull("Attribute created:\n" + readFile(extracted), value);
 
         String[] arr = value.split(">");
         assertEquals("Two parts", 2, arr.length);
@@ -110,7 +104,7 @@ public class JarWithModuleAttributesTest extends NbTestCase {
 
     public void testKeepOldVersion() throws Exception {
         File output = new File(getWorkDir(), "output");
-        java.io.File manifest = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File manifest = extractString (
 "OpenIDE-Module: org.netbeans.modules.sendopts\n" +
 "OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/sendopts/Bundle.properties\n" +
 "OpenIDE-Module-Specification-Version: 1.9\n" +
@@ -119,7 +113,7 @@ public class JarWithModuleAttributesTest extends NbTestCase {
         );
         File jar = new File(getWorkDir(), "x.jar");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"njar\" classname=\"org.netbeans.nbbuild.JarWithModuleAttributes\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -137,7 +131,7 @@ public class JarWithModuleAttributesTest extends NbTestCase {
         );
 
 
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("JAR created", jar.isFile());
 
@@ -146,7 +140,7 @@ public class JarWithModuleAttributesTest extends NbTestCase {
 
         JarFile file = new JarFile(jar);
         String value = file.getManifest().getMainAttributes().getValue("OpenIDE-Module-Java-Dependencies");
-        assertNotNull("Attribute created:\n" + PublicPackagesInProjectizedXMLTest.readFile(extracted), value);
+        assertNotNull("Attribute created:\n" + readFile(extracted), value);
 
         String[] arr = value.split(">");
         assertEquals("Two parts", 2, arr.length);
@@ -167,7 +161,7 @@ public class JarWithModuleAttributesTest extends NbTestCase {
 
     public void testKeepOldVersionForNetigso() throws Exception {
         File output = new File(getWorkDir(), "output");
-        java.io.File manifest = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File manifest = extractString (
 "Bundle-SymbolicName: org.netbeans.modules.sendopts\n" +
 "OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/sendopts/Bundle.properties\n" +
 "Bundle-Version: 1.9\n" +
@@ -176,7 +170,7 @@ public class JarWithModuleAttributesTest extends NbTestCase {
         );
         File jar = new File(getWorkDir(), "x.jar");
 
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"njar\" classname=\"org.netbeans.nbbuild.JarWithModuleAttributes\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -194,7 +188,7 @@ public class JarWithModuleAttributesTest extends NbTestCase {
         );
 
 
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
 
         assertTrue ("JAR created", jar.isFile());
 
@@ -205,7 +199,7 @@ public class JarWithModuleAttributesTest extends NbTestCase {
         String value = file.getManifest().getMainAttributes().getValue("OpenIDE-Module-Java-Dependencies");
         assertNull("We are in Netigso mode", value);
         value = file.getManifest().getMainAttributes().getValue("Bundle-RequireExecutionEnvironment");
-        assertNotNull("Attribute created:\n" + PublicPackagesInProjectizedXMLTest.readFile(extracted), value);
+        assertNotNull("Attribute created:\n" + readFile(extracted), value);
 
         String[] arr = value.split("-");
         assertEquals("Two parts", 2, arr.length);
@@ -242,7 +236,7 @@ public class JarWithModuleAttributesTest extends NbTestCase {
 
     public void testIgnoreWeirdJavacTarget() throws Exception {
         File output = new File(getWorkDir(), "output");
-        java.io.File manifest = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File manifest = extractString (
 "OpenIDE-Module: org.netbeans.modules.sendopts\n" +
 "OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/sendopts/Bundle.properties\n" +
 "OpenIDE-Module-Specification-Version: 1.9\n" +
@@ -250,7 +244,7 @@ public class JarWithModuleAttributesTest extends NbTestCase {
         );
         File jar = new File(getWorkDir(), "x.jar");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"njar\" classname=\"org.netbeans.nbbuild.JarWithModuleAttributes\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -268,7 +262,7 @@ public class JarWithModuleAttributesTest extends NbTestCase {
         );
 
 
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("JAR created", jar.isFile());
 
@@ -277,19 +271,19 @@ public class JarWithModuleAttributesTest extends NbTestCase {
 
         JarFile file = new JarFile(jar);
         String value = file.getManifest().getMainAttributes().getValue("OpenIDE-Module-Java-Dependencies");
-        assertNull("Attribute not created:\n" + PublicPackagesInProjectizedXMLTest.readFile(extracted), value);
+        assertNull("Attribute not created:\n" + readFile(extracted), value);
     }
 
     public void testExportPackage() throws Exception {
         File output = new File(getWorkDir(), "output");
-        java.io.File manifest = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File manifest = extractString (
 "Bundle-SymbolicName: org.netbeans.modules.sendopts\n" +
 "  \n" +
 "  \n\n\n"
         );
         File jar = new File(getWorkDir(), "x.jar");
 
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"njar\" classname=\"org.netbeans.nbbuild.JarWithModuleAttributes\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -308,7 +302,7 @@ public class JarWithModuleAttributesTest extends NbTestCase {
         );
 
 
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
 
         assertTrue ("JAR created", jar.isFile());
 
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/MakeJNLPTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/MakeJNLPTest.java
index 5b981f6..3b645d1 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/MakeJNLPTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/MakeJNLPTest.java
@@ -63,21 +63,16 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;
-import org.netbeans.junit.NbTestCase;
 
 /** Is generation of Jnlp files correct?
  *
  * @author Jaroslav Tulach, Jesse Glick
  */
-public class MakeJNLPTest extends NbTestCase {
+public class MakeJNLPTest extends TestBase {
     public MakeJNLPTest (String name) {
         super (name);
     }
     
-    protected void setUp() throws Exception {
-        clearWorkDir();
-    }
-
     private static void assertFilenames(File dir, String... contents) {
         assertTrue(dir + " is a directory", dir.isDirectory());
         SortedSet<String> expected = new TreeSet<String>(Arrays.asList(contents));
@@ -98,7 +93,7 @@ public class MakeJNLPTest extends NbTestCase {
     public void testGenerateJNLPAndSignedJarForSimpleModule() throws Exception {
         Manifest m;
         
-        m = ModuleDependenciesTest.createManifest ();
+        m = createManifest ();
         m.getMainAttributes ().putValue ("OpenIDE-Module", "org.my.module/3");
         File simpleJar = generateJar (new String[0], m);
 
@@ -106,7 +101,7 @@ public class MakeJNLPTest extends NbTestCase {
         File output = new File(parent, "output");
         File ks = generateKeystore("jnlp", "netbeans-test");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"jnlp\" classname=\"org.netbeans.nbbuild.MakeJNLP\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -120,12 +115,12 @@ public class MakeJNLPTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertFilenames(output, "org-my-module.jnlp", "org-my-module/s0.jar");
         
         File jnlp = new File(output, "org-my-module.jnlp");
-        String res = ModuleDependenciesTest.readFile (jnlp);
+        String res = readFile (jnlp);
         
         assertTrue ("Component JNLP type: " + res, res.indexOf ("<component-desc/>") >= 0);
         assertTrue ("We support all permissions by default: " + res, res.indexOf ("<all-permissions/>") >= 0);
@@ -140,9 +135,9 @@ public class MakeJNLPTest extends NbTestCase {
         CHECK_SIGNED: {
             File jar = new File(output, "org-my-module/s0.jar");
             JarFile signed = new JarFile(jar);
-            Enumeration it = signed.entries();
+            Enumeration<JarEntry> it = signed.entries();
             while (it.hasMoreElements()) {
-                JarEntry entry = (JarEntry)it.nextElement();
+                JarEntry entry = it.nextElement();
                 if (entry.getName().endsWith(".SF")) {
                     break CHECK_SIGNED;
                 }
@@ -154,7 +149,7 @@ public class MakeJNLPTest extends NbTestCase {
     public void testHandlesOSGi() throws Exception {
         Manifest m;
 
-        m = ModuleDependenciesTest.createManifest ();
+        m = createManifest ();
         m.getMainAttributes ().putValue ("Bundle-SymbolicName", "org.my.module");
         File simpleJar = generateJar (new String[0], m);
 
@@ -162,7 +157,7 @@ public class MakeJNLPTest extends NbTestCase {
         File output = new File(parent, "output");
         File ks = generateKeystore("jnlp", "netbeans-test");
 
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"jnlp\" classname=\"org.netbeans.nbbuild.MakeJNLP\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -176,12 +171,12 @@ public class MakeJNLPTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
 
         assertFilenames(output, "org-my-module.jnlp", "org-my-module/s0.jar");
 
         File jnlp = new File(output, "org-my-module.jnlp");
-        String res = ModuleDependenciesTest.readFile (jnlp);
+        String res = readFile (jnlp);
 
         assertTrue ("Component JNLP type: " + res, res.indexOf ("<component-desc/>") >= 0);
         assertTrue ("We support all permissions by default: " + res, res.indexOf ("<all-permissions/>") >= 0);
@@ -197,7 +192,7 @@ public class MakeJNLPTest extends NbTestCase {
     public void testGenerateJNLPAndUnSignedJarForSimpleModule() throws Exception {
         Manifest m;
         
-        m = ModuleDependenciesTest.createManifest ();
+        m = createManifest ();
         m.getMainAttributes ().putValue ("OpenIDE-Module", "org.my.module/3");
         File simpleJar = generateJar (new String[0], m);
 
@@ -205,7 +200,7 @@ public class MakeJNLPTest extends NbTestCase {
         File output = new File(parent, "output");
         File ks = generateKeystore("jnlp", "netbeans-test");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"jnlp\" classname=\"org.netbeans.nbbuild.MakeJNLP\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -219,12 +214,12 @@ public class MakeJNLPTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertFilenames(output, "org-my-module.jnlp", "org-my-module/s0.jar");
         
         File jnlp = new File(output, "org-my-module.jnlp");
-        String res = ModuleDependenciesTest.readFile (jnlp);
+        String res = readFile (jnlp);
         
         assertTrue ("Component JNLP type: " + res, res.indexOf ("<component-desc/>") >= 0);
         assertTrue ("We support all permissions by default: " + res, res.indexOf ("<all-permissions/>") >= 0);
@@ -238,9 +233,9 @@ public class MakeJNLPTest extends NbTestCase {
 
         File jar = new File(output, "org-my-module/s0.jar");
         JarFile signed = new JarFile(jar);
-        Enumeration it = signed.entries();
+        Enumeration<JarEntry> it = signed.entries();
         while (it.hasMoreElements()) {
-            JarEntry entry = (JarEntry)it.nextElement();
+            JarEntry entry = it.nextElement();
             if (entry.getName().endsWith(".SF")) {
                 fail ("File should not be signed: " + jar);
             }
@@ -251,7 +246,7 @@ public class MakeJNLPTest extends NbTestCase {
     public void testGenerateOSOnlySimpleModule() throws Exception {
         Manifest m;
         
-        m = ModuleDependenciesTest.createManifest ();
+        m = createManifest ();
         m.getMainAttributes ().putValue ("OpenIDE-Module", "org.my.module/3");
         m.getMainAttributes ().putValue ("OpenIDE-Module-Requires", "org.openide.modules.os.MacOSX, pepa.z.bota");
         File simpleJar = generateJar (new String[0], m);
@@ -260,7 +255,7 @@ public class MakeJNLPTest extends NbTestCase {
         File output = new File(parent, "output");
         File ks = generateKeystore("jnlp", "netbeans-test");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"jnlp\" classname=\"org.netbeans.nbbuild.MakeJNLP\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -274,12 +269,12 @@ public class MakeJNLPTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertFilenames(output, "org-my-module.jnlp", "org-my-module/s0.jar");
         
         File jnlp = new File(output, "org-my-module.jnlp");
-        String res = ModuleDependenciesTest.readFile (jnlp);
+        String res = readFile (jnlp);
         
         assertTrue ("Component JNLP type: " + res, res.indexOf ("<component-desc/>") >= 0);
         assertTrue ("Resource is os dependant: " + res, res.indexOf ("<resources os='Mac OS X'>") >= 0);
@@ -294,9 +289,9 @@ public class MakeJNLPTest extends NbTestCase {
 
         File jar = new File(output, "org-my-module/s0.jar");
         JarFile signed = new JarFile(jar);
-        Enumeration it = signed.entries();
+        Enumeration<JarEntry> it = signed.entries();
         while (it.hasMoreElements()) {
-            JarEntry entry = (JarEntry)it.nextElement();
+            JarEntry entry = it.nextElement();
             if (entry.getName().endsWith(".SF")) {
                 fail ("File should not be signed: " + jar);
             }
@@ -319,7 +314,7 @@ public class MakeJNLPTest extends NbTestCase {
             "    </module_version>" +
             "</module>";
       
-        Manifest m = ModuleDependenciesTest.createManifest ();
+        Manifest m = createManifest ();
         m.getMainAttributes ().putValue ("OpenIDE-Module", "org.netbeans.modules.autoupdate/1");
         m.getMainAttributes ().putValue ("Class-Path", "ext/updater.jar");
         File simpleJar = generateJar ("modules/", new String[0], m, null);
@@ -328,19 +323,19 @@ public class MakeJNLPTest extends NbTestCase {
         
         File p = simpleJar.getParentFile();
         
-        simpleJar = generateJar ("modules/locale/", new String[0], ModuleDependenciesTest.createManifest(), null);
+        simpleJar = generateJar ("modules/locale/", new String[0], createManifest(), null);
         simpleJar.renameTo(new File(simpleJar.getParentFile(), "org-netbeans-modules-autoupdate_ja.jar"));
 
-        simpleJar = generateJar ("modules/locale/", new String[0], ModuleDependenciesTest.createManifest(), null);
+        simpleJar = generateJar ("modules/locale/", new String[0], createManifest(), null);
         simpleJar.renameTo(new File(simpleJar.getParentFile(), "org-netbeans-modules-autoupdate_zh_CN.jar"));
         
-        simpleJar = generateJar ("modules/ext/", new String[0], ModuleDependenciesTest.createManifest(), null);
+        simpleJar = generateJar ("modules/ext/", new String[0], createManifest(), null);
         simpleJar.renameTo(new File(simpleJar.getParentFile(), "updater.jar"));
 
-        simpleJar = generateJar ("modules/ext/locale/", new String[0], ModuleDependenciesTest.createManifest(), null);
+        simpleJar = generateJar ("modules/ext/locale/", new String[0], createManifest(), null);
         simpleJar.renameTo(new File(simpleJar.getParentFile(), "updater_ja.jar"));
 
-        simpleJar = generateJar ("modules/ext/locale/", new String[0], ModuleDependenciesTest.createManifest(), null);
+        simpleJar = generateJar ("modules/ext/locale/", new String[0], createManifest(), null);
         simpleJar.renameTo(new File(simpleJar.getParentFile(), "updater_zh_CN.jar"));
 
         File xml = new File(p, "config/Modules/org-netbeans-modules-autoupdate.xml");
@@ -359,7 +354,7 @@ public class MakeJNLPTest extends NbTestCase {
         File output = new File(getWorkDir(), "output");
         File ks = generateKeystore("jnlp", "netbeans-test");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"jnlp\" classname=\"org.netbeans.nbbuild.MakeJNLP\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -373,7 +368,7 @@ public class MakeJNLPTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertFilenames(output, "org-netbeans-modules-autoupdate.jnlp",
                 "org-netbeans-modules-autoupdate/org-netbeans-modules-autoupdate.jar",
@@ -384,7 +379,7 @@ public class MakeJNLPTest extends NbTestCase {
                 "org-netbeans-modules-autoupdate/ext-updater.jar");
         
         File jnlp = new File(output, "org-netbeans-modules-autoupdate.jnlp");
-        String res = ModuleDependenciesTest.readFile (jnlp);
+        String res = readFile (jnlp);
         
         
         assertTrue ("Component JNLP type: " + res, res.indexOf ("<component-desc/>") >= 0);
@@ -407,9 +402,9 @@ public class MakeJNLPTest extends NbTestCase {
                 continue;
             }
             JarFile signed = new JarFile(jar);
-            Enumeration it = signed.entries();
+            Enumeration<JarEntry> it = signed.entries();
             while (it.hasMoreElements()) {
-                JarEntry entry = (JarEntry)it.nextElement();
+                JarEntry entry = it.nextElement();
                 if (entry.getName().endsWith(".SF")) {
                     continue CHECK_SIGNED;
                 }
@@ -421,7 +416,7 @@ public class MakeJNLPTest extends NbTestCase {
     public void testGenerateJNLPForMissingRegularModule() throws Exception {
         Manifest m;
         
-        m = ModuleDependenciesTest.createManifest ();
+        m = createManifest ();
         m.getMainAttributes ().putValue ("OpenIDE-Module", "org.netbeans.core.startup");
         File simpleJar = generateJar ("modules/", new String[0], m, null);
         File coreJar = new File(simpleJar.getParentFile(), "core.jar");
@@ -429,7 +424,7 @@ public class MakeJNLPTest extends NbTestCase {
         simpleJar = coreJar;
 
         File parent = simpleJar.getParentFile ();
-        File localizedJarCZ = generateJar("modules/locale/", new String[0], ModuleDependenciesTest.createManifest(), null);
+        File localizedJarCZ = generateJar("modules/locale/", new String[0], createManifest(), null);
         assertTrue("Successful rename", localizedJarCZ.renameTo(new File(localizedJarCZ.getParent(), "core_cs.jar")));
         
         File updateTracking = new File(getWorkDir(), "update_tracking");
@@ -456,7 +451,7 @@ public class MakeJNLPTest extends NbTestCase {
         File output = new File(parent, "output");
         File ks = generateKeystore("jnlp", "netbeans-test");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"jnlp\" classname=\"org.netbeans.nbbuild.MakeJNLP\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -470,7 +465,7 @@ public class MakeJNLPTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
 
         assertFilenames(output, "org-netbeans-core-startup.jnlp",
                 "org-netbeans-core-startup/core.jar",
@@ -480,20 +475,20 @@ public class MakeJNLPTest extends NbTestCase {
     public void testGenerateJNLPAndSignedJarForSimpleLocalizedModule() throws Exception {
         Manifest m;
         
-        m = ModuleDependenciesTest.createManifest ();
+        m = createManifest ();
         m.getMainAttributes ().putValue ("OpenIDE-Module", "org.my.module/3");
         File simpleJar = generateJar ("modules/", new String[0], m, null);
 
         File parent = simpleJar.getParentFile ();
-        File localizedJarCZ = generateJar("modules/locale/", new String[0], ModuleDependenciesTest.createManifest(), null);
+        File localizedJarCZ = generateJar("modules/locale/", new String[0], createManifest(), null);
         assertEquals("There need to have the same name", simpleJar.getName(), localizedJarCZ.getName());
         assertTrue("Successful rename", localizedJarCZ.renameTo(new File(localizedJarCZ.getParent(), "0_cs.jar")));
         
-        File localizedJarZH = generateJar("modules/locale/", new String[0], ModuleDependenciesTest.createManifest(), null);
+        File localizedJarZH = generateJar("modules/locale/", new String[0], createManifest(), null);
         assertEquals("There need to have the same name", simpleJar.getName(), localizedJarZH.getName());
         assertTrue("Successful rename", localizedJarZH.renameTo(new File(localizedJarCZ.getParent(), "0_zh_CN.jar")));
         
-        File localizedJarJA = generateJar("modules/locale/", new String[0], ModuleDependenciesTest.createManifest(), null);
+        File localizedJarJA = generateJar("modules/locale/", new String[0], createManifest(), null);
         assertEquals("There need to have the same name", simpleJar.getName(), localizedJarJA.getName());
         assertTrue("Successful rename", localizedJarJA.renameTo(new File(localizedJarCZ.getParent(), "0_ja.jar")));
 
@@ -521,7 +516,7 @@ public class MakeJNLPTest extends NbTestCase {
         File output = new File(parent, "output");
         File ks = generateKeystore("jnlp", "netbeans-test");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"jnlp\" classname=\"org.netbeans.nbbuild.MakeJNLP\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -535,7 +530,7 @@ public class MakeJNLPTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
 
         assertFilenames(output, "org-my-module.jnlp",
                 "org-my-module/0.jar",
@@ -544,7 +539,7 @@ public class MakeJNLPTest extends NbTestCase {
                 "org-my-module/locale-0_ja.jar");
 
         File jnlp = new File(output, "org-my-module.jnlp");
-        String res = ModuleDependenciesTest.readFile (jnlp);
+        String res = readFile (jnlp);
         
         assertTrue ("Component JNLP type: " + res, res.indexOf ("<component-desc/>") >= 0);
         assertTrue ("We support all permissions by default: " + res, res.indexOf ("<all-permissions/>") >= 0);
@@ -566,9 +561,9 @@ public class MakeJNLPTest extends NbTestCase {
             }
             
             JarFile signed = new JarFile(jar);
-            Enumeration it = signed.entries();
+            Enumeration<JarEntry> it = signed.entries();
             while (it.hasMoreElements()) {
-                JarEntry entry = (JarEntry)it.nextElement();
+                JarEntry entry = it.nextElement();
                 if (entry.getName().endsWith(".SF")) {
                     continue CHECK_SIGNED;
                 }
@@ -579,7 +574,7 @@ public class MakeJNLPTest extends NbTestCase {
     public void testGenerateJNLPForMissingCoreIssue103301() throws Exception {
         Manifest m;
         
-        m = ModuleDependenciesTest.createManifest ();
+        m = createManifest ();
         m.getMainAttributes ().putValue ("OpenIDE-Module", "org.netbeans.core.startup");
         File simpleJar = generateJar ("core/", new String[0], m, null);
         File coreJar = new File(simpleJar.getParentFile(), "core.jar");
@@ -587,7 +582,7 @@ public class MakeJNLPTest extends NbTestCase {
         simpleJar = coreJar;
 
         File parent = simpleJar.getParentFile ();
-        File localizedJarCZ = generateJar("core/locale/", new String[0], ModuleDependenciesTest.createManifest(), null);
+        File localizedJarCZ = generateJar("core/locale/", new String[0], createManifest(), null);
         assertTrue("Successful rename", localizedJarCZ.renameTo(new File(localizedJarCZ.getParent(), "core_cs.jar")));
         
         File updateTracking = new File(getWorkDir(), "update_tracking");
@@ -614,7 +609,7 @@ public class MakeJNLPTest extends NbTestCase {
         File output = new File(parent, "output");
         File ks = generateKeystore("jnlp", "netbeans-test");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"jnlp\" classname=\"org.netbeans.nbbuild.MakeJNLP\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -628,7 +623,7 @@ public class MakeJNLPTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
 
         assertFilenames(output, "org-netbeans-core-startup.jnlp",
                 "org-netbeans-core-startup/core.jar",
@@ -638,20 +633,20 @@ public class MakeJNLPTest extends NbTestCase {
     public void testGenerateJNLPAndUnSignedJarForSimpleLocalizedModule() throws Exception {
         Manifest m;
         
-        m = ModuleDependenciesTest.createManifest ();
+        m = createManifest ();
         m.getMainAttributes ().putValue ("OpenIDE-Module", "org.my.module/3");
         File simpleJar = generateJar ("modules/", new String[0], m, null);
 
         File parent = simpleJar.getParentFile ();
-        File localizedJarCZ = generateJar("modules/locale/", new String[0], ModuleDependenciesTest.createManifest(), null);
+        File localizedJarCZ = generateJar("modules/locale/", new String[0], createManifest(), null);
         assertEquals("There need to have the same name", simpleJar.getName(), localizedJarCZ.getName());
         assertTrue("Successful rename", localizedJarCZ.renameTo(new File(localizedJarCZ.getParent(), "0_cs.jar")));
         
-        File localizedJarZH = generateJar("modules/locale/", new String[0], ModuleDependenciesTest.createManifest(), null);
+        File localizedJarZH = generateJar("modules/locale/", new String[0], createManifest(), null);
         assertEquals("There need to have the same name", simpleJar.getName(), localizedJarZH.getName());
         assertTrue("Successful rename", localizedJarZH.renameTo(new File(localizedJarCZ.getParent(), "0_zh_CN.jar")));
         
-        File localizedJarJA = generateJar("modules/locale/", new String[0], ModuleDependenciesTest.createManifest(), null);
+        File localizedJarJA = generateJar("modules/locale/", new String[0], createManifest(), null);
         assertEquals("There need to have the same name", simpleJar.getName(), localizedJarJA.getName());
         assertTrue("Successful rename", localizedJarJA.renameTo(new File(localizedJarCZ.getParent(), "0_ja.jar")));
 
@@ -679,7 +674,7 @@ public class MakeJNLPTest extends NbTestCase {
         File output = new File(parent, "output");
         File ks = generateKeystore("jnlp", "netbeans-test");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"jnlp\" classname=\"org.netbeans.nbbuild.MakeJNLP\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -693,7 +688,7 @@ public class MakeJNLPTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
 
         assertFilenames(output, "org-my-module.jnlp",
                 "org-my-module/0.jar",
@@ -702,7 +697,7 @@ public class MakeJNLPTest extends NbTestCase {
                 "org-my-module/locale-0_ja.jar");
 
         File jnlp = new File(output, "org-my-module.jnlp");
-        String res = ModuleDependenciesTest.readFile (jnlp);
+        String res = readFile (jnlp);
         
         assertTrue ("Component JNLP type: " + res, res.indexOf ("<component-desc/>") >= 0);
         assertTrue ("We support all permissions by default: " + res, res.indexOf ("<all-permissions/>") >= 0);
@@ -724,9 +719,9 @@ public class MakeJNLPTest extends NbTestCase {
             }
             
             JarFile signed = new JarFile(jar);
-            Enumeration it = signed.entries();
+            Enumeration<JarEntry> it = signed.entries();
             while (it.hasMoreElements()) {
-                JarEntry entry = (JarEntry)it.nextElement();
+                JarEntry entry = it.nextElement();
                 if (entry.getName().endsWith(".SF")) {
                     fail ("File does not seem to be signed: " + jar);
                 }
@@ -743,7 +738,7 @@ public class MakeJNLPTest extends NbTestCase {
     public void testOneCanChangeTheCodeBase() throws Exception {
         Manifest m;
         
-        m = ModuleDependenciesTest.createManifest ();
+        m = createManifest ();
         m.getMainAttributes ().putValue ("OpenIDE-Module", "org.my.module/3");
         File simpleJar = generateJar (new String[0], m);
 
@@ -751,7 +746,7 @@ public class MakeJNLPTest extends NbTestCase {
         File output = new File(parent, "output");
         File ks = generateKeystore("jnlp", "netbeans-test");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"jnlp\" classname=\"org.netbeans.nbbuild.MakeJNLP\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -765,13 +760,13 @@ public class MakeJNLPTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertFilenames(output, "org-my-module.jnlp",
                 "org-my-module/s0.jar");
         
         File jnlp = new File(output, "org-my-module.jnlp");
-        String res = ModuleDependenciesTest.readFile (jnlp);
+        String res = readFile (jnlp);
         
         assertTrue ("Component JNLP type: " + res, res.indexOf ("<component-desc/>") >= 0);
         assertTrue ("We support all permissions by default: " + res, res.indexOf ("<all-permissions/>") >= 0);
@@ -803,7 +798,7 @@ public class MakeJNLPTest extends NbTestCase {
         assertFilenames(output, "aaa-my-module.jnlp", "aaa-my-module/ext-t0.jar", "aaa-my-module/s0.jar");
         
         File jnlp = new File(output, "aaa-my-module.jnlp");
-        String res = ModuleDependenciesTest.readFile (jnlp);
+        String res = readFile (jnlp);
 
         
         Matcher m = Pattern.compile("<jar href='(.*)' */>").matcher(res);
@@ -840,11 +835,11 @@ public class MakeJNLPTest extends NbTestCase {
                 "aaa-my-module-ext-t0.jnlp");
         
         JarFile f = new JarFile(new File(output, "aaa-my-module/ext-t0.jar"));
-        Enumeration en = f.entries();
+        Enumeration<JarEntry> en = f.entries();
         StringBuffer sb = new StringBuffer();
         int cnt = 0;
         while (en.hasMoreElements()) {
-            JarEntry e = (JarEntry)en.nextElement();
+            JarEntry e = en.nextElement();
             if (e.getName().endsWith("SF")) {
                 cnt++;
                 if (!e.getName().equals("META-INF/EXTERNAL.SF")) {
@@ -861,12 +856,12 @@ public class MakeJNLPTest extends NbTestCase {
         
         File jnlp = new File(output, "aaa-my-module.jnlp");
         
-        String res = ModuleDependenciesTest.readFile (jnlp);
+        String res = readFile (jnlp);
 
         int first = res.indexOf("jar href");
         assertEquals("Just one jar href ", -1, res.indexOf("jar href", first + 1));
         
-        String extRes = ModuleDependenciesTest.readFile(new File(output, "aaa-my-module-ext-t0.jnlp"));
+        String extRes = readFile(new File(output, "aaa-my-module-ext-t0.jnlp"));
         
         Matcher m = Pattern.compile("<title>(.*)</title>").matcher(extRes);
         assertTrue("title is there: " + extRes, m.find());
@@ -876,7 +871,7 @@ public class MakeJNLPTest extends NbTestCase {
     public void testInformationIsTakenFromLocalizedBundle() throws Exception {
         Manifest m;
         
-        m = ModuleDependenciesTest.createManifest ();
+        m = createManifest ();
         m.getMainAttributes ().putValue ("OpenIDE-Module", "org.my.module/3");
         
         Properties props = new Properties();
@@ -891,7 +886,7 @@ public class MakeJNLPTest extends NbTestCase {
         File output = new File(parent, "output");
         File ks = generateKeystore("jnlp", "netbeans-test");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"jnlp\" classname=\"org.netbeans.nbbuild.MakeJNLP\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -905,12 +900,12 @@ public class MakeJNLPTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+        execute (f, new String[] { });
     
         assertFilenames(output, "org-my-module.jnlp", "org-my-module/s0.jar");
         
         File jnlp = new File(output, "org-my-module.jnlp");
-        String res = ModuleDependenciesTest.readFile (jnlp);
+        String res = readFile (jnlp);
 
         int infoBegin = res.indexOf("<information>");
         int infoEnd = res.indexOf("</information>");
@@ -948,9 +943,9 @@ public class MakeJNLPTest extends NbTestCase {
     }
     
     private void doCompareJNLPFileWithUpdateTracking(boolean useNonModule, String fakeEntry, String extraScript) throws Exception {
-        File nonModule = generateJar (new String[0], ModuleDependenciesTest.createManifest());
+        File nonModule = generateJar (new String[0], createManifest());
         
-        Manifest m = ModuleDependenciesTest.createManifest ();
+        Manifest m = createManifest ();
         m.getMainAttributes ().putValue ("OpenIDE-Module", "aaa.my.module/3");
         File module = generateJar (new String[0], m);
         
@@ -998,9 +993,9 @@ public class MakeJNLPTest extends NbTestCase {
         File output = new File(getWorkDir(), "output");
         File ks = generateKeystore("jnlp", "netbeans-test");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (script);
+        java.io.File f = extractString (script);
         try {
-            PublicPackagesInProjectizedXMLTest.execute (f, new String[] { 
+            execute (f, new String[] { 
                 "-Dtest.output=" + output, 
                 "-Dtest.parent=" + module.getParent(), 
                 "-Dtest.name=" + module.getName(),
@@ -1018,7 +1013,7 @@ public class MakeJNLPTest extends NbTestCase {
 
             String[] files = ext.getParentFile().list();
             assertEquals("Two files are there", 2, files.length);
-        } catch (PublicPackagesInProjectizedXMLTest.ExecutionError ex) {
+        } catch (ExecutionError ex) {
             if (!useNonModule) {
                 throw ex;
             } else {
@@ -1039,9 +1034,9 @@ public class MakeJNLPTest extends NbTestCase {
     private File doClassPathModuleCheck(String script) throws Exception {
         Manifest m;
 
-        File extJar = generateJar ("modules/ext", new String[0], ModuleDependenciesTest.createManifest(), null);
+        File extJar = generateJar ("modules/ext", new String[0], createManifest(), null);
         
-        m = ModuleDependenciesTest.createManifest ();
+        m = createManifest ();
         m.getMainAttributes ().putValue ("OpenIDE-Module", "aaa.my.module/3");
         m.getMainAttributes ().putValue ("Class-Path", "ext/" + extJar.getName());
         File simpleJar = generateJar ("modules", new String[0], m, null);
@@ -1051,8 +1046,8 @@ public class MakeJNLPTest extends NbTestCase {
         File output = new File(parent, "output");
         File ks = generateKeystore("jnlp", "netbeans-test");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (script);
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { 
+        java.io.File f = extractString (script);
+        execute (f, new String[] { 
             "-Dtest.output=" + output, 
             "-Dtest.parent=" + parent, 
             "-Dtest.name=" + simpleJar.getName(),
@@ -1064,7 +1059,7 @@ public class MakeJNLPTest extends NbTestCase {
     }
     
     
-    private final File createNewJarFile (String prefix) throws IOException {
+    private File createNewJarFile(String prefix) throws IOException {
         if (prefix == null) {
             prefix = "modules";
         }
@@ -1076,7 +1071,9 @@ public class MakeJNLPTest extends NbTestCase {
         int i = 0;
         for (;;) {
             File f = new File (dir, ss + i++ + ".jar");
-            if (!f.exists ()) return f;
+            if (!f.exists()) {
+                return f;
+            }
         }
     }
     
@@ -1110,7 +1107,8 @@ public class MakeJNLPTest extends NbTestCase {
         return f;
     }
     
-    private final File generateKeystore(String alias, String password) throws Exception {
+    @SuppressWarnings("SleepWhileInLoop")
+    private File generateKeystore(String alias, String password) throws Exception {
         Error lastEx = null;
         for (int i = 0; i < 10; i++) {
             File where = new File(getWorkDir(), "key" + i + ".ks");
@@ -1127,10 +1125,10 @@ public class MakeJNLPTest extends NbTestCase {
                 "/>\n" +
                 "</target></project>\n";
 
-            java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (script);
+            java.io.File f = extractString (script);
             try {
-                PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
-            } catch (PublicPackagesInProjectizedXMLTest.ExecutionError ex) {
+                execute (f, new String[] { });
+            } catch (ExecutionError ex) {
                 Logger.getAnonymousLogger().log(Level.WARNING, "Failed for " + i, ex);
                 lastEx = ex;
                 if (ex.getMessage().indexOf("CKR_KEY_SIZE_RANGE") >= 0) {
@@ -1145,14 +1143,14 @@ public class MakeJNLPTest extends NbTestCase {
     }
 
     public void testIndirectJars() throws Exception {
-        Manifest m = ModuleDependenciesTest.createManifest();
+        Manifest m = createManifest();
         m.getMainAttributes().putValue("OpenIDE-Module", "me");
         generateJar(new String[0], m);
         generateJar("lib", new String[0], new Manifest(), null);
         assertTrue(new File(getWorkDir(), "lib/b0.jar").isFile());
         File output = new File(getWorkDir(), "output");
         File ks = generateKeystore("jnlp", "netbeans-test");
-        File f = PublicPackagesInProjectizedXMLTest.extractString(
+        File f = extractString(
                 "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
                 "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
                 "  <taskdef name=\"jnlp\" classname=\"org.netbeans.nbbuild.MakeJNLP\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -1169,10 +1167,10 @@ public class MakeJNLPTest extends NbTestCase {
                 "</target>" +
                 "</project>"
                 );
-        PublicPackagesInProjectizedXMLTest.execute(f, new String[] { "-verbose" });
+        execute(f, new String[] { "-verbose" });
         assertFilenames(output, "me.jnlp", "me/s0.jar", "me/lib-b0.jar");
         File jnlp = new File(output, "me.jnlp");
-        String res = ModuleDependenciesTest.readFile(jnlp);
+        String res = readFile(jnlp);
         assertTrue(res, res.contains("me/lib-b0.jar"));
         JarFile otherJar = new JarFile(new File(output, "me/lib-b0.jar"));
         assertNotNull(otherJar.getEntry("META-INF/clusterpath/lib/b0.jar"));
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/MakeMasterJNLPTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/MakeMasterJNLPTest.java
index 2798edc..ed1b08f 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/MakeMasterJNLPTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/MakeMasterJNLPTest.java
@@ -50,30 +50,25 @@ import java.io.IOException;
 import java.util.jar.JarEntry;
 import java.util.jar.JarOutputStream;
 import java.util.jar.Manifest;
-import org.netbeans.junit.NbTestCase;
 
 /** Is generation of Jnlp files correct?
  *
  * @author Jaroslav Tulach
  */
-public class MakeMasterJNLPTest extends NbTestCase {
+public class MakeMasterJNLPTest extends TestBase {
     public MakeMasterJNLPTest (String name) {
         super (name);
     }
     
-    protected void setUp() throws Exception {
-        clearWorkDir();
-    }
-    
     public void testOSGiModule() throws Exception {
         int cnt = 3;
         Manifest m;
 
-        m = ModuleDependenciesTest.createManifest ();
+        m = createManifest ();
         m.getMainAttributes ().putValue ("Bundle-SymbolicName", "org.my.module");
         File simpleJar = generateJar (new String[0], m);
 
-        m = ModuleDependenciesTest.createManifest ();
+        m = createManifest ();
         m.getMainAttributes ().putValue ("OpenIDE-Module", "org.second.module/3");
         File secondJar = generateJar (new String[0], m);
 
@@ -82,7 +77,7 @@ public class MakeMasterJNLPTest extends NbTestCase {
 
         File output = new File(parent, "output");
 
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"jnlp\" classname=\"org.netbeans.nbbuild.MakeMasterJNLP\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -98,7 +93,7 @@ public class MakeMasterJNLPTest extends NbTestCase {
             "</project>"
         );
         while (cnt-- > 0) {
-            PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+            execute (f, new String[] { "-verbose" });
         }
 
         assertTrue ("Output exists", output.exists ());
@@ -113,10 +108,10 @@ public class MakeMasterJNLPTest extends NbTestCase {
         assertEquals("The res2 file: "+ files[1], "org-second-module.ref", files[1]);
 
         File r1 = new File(output, "org-my-module.ref");
-        String res1 = ModuleDependenciesTest.readFile (r1);
+        String res1 = readFile (r1);
 
         File r2 = new File(output, "org-second-module.ref");
-        String res2 = ModuleDependenciesTest.readFile (r2);
+        String res2 = readFile (r2);
 
         assertExt(res1, "org.my.module");
         assertExt(res2, "org.second.module");
@@ -132,11 +127,11 @@ public class MakeMasterJNLPTest extends NbTestCase {
     private void doGenerateReferenceFiles(int cnt) throws Exception {
         Manifest m;
         
-        m = ModuleDependenciesTest.createManifest ();
+        m = createManifest ();
         m.getMainAttributes ().putValue ("OpenIDE-Module", "org.my.module/3");
         File simpleJar = generateJar (new String[0], m);
 
-        m = ModuleDependenciesTest.createManifest ();
+        m = createManifest ();
         m.getMainAttributes ().putValue ("OpenIDE-Module", "org.second.module/3");
         File secondJar = generateJar (new String[0], m);
         
@@ -145,7 +140,7 @@ public class MakeMasterJNLPTest extends NbTestCase {
         
         File output = new File(parent, "output");
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"jnlp\" classname=\"org.netbeans.nbbuild.MakeMasterJNLP\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -161,7 +156,7 @@ public class MakeMasterJNLPTest extends NbTestCase {
             "</project>"
         );
         while (cnt-- > 0) {
-            PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+            execute (f, new String[] { "-verbose" });
         }
         
         assertTrue ("Output exists", output.exists ());
@@ -176,10 +171,10 @@ public class MakeMasterJNLPTest extends NbTestCase {
         assertEquals("The res2 file: "+ files[1], "org-second-module.ref", files[1]);
         
         File r1 = new File(output, "org-my-module.ref");
-        String res1 = ModuleDependenciesTest.readFile (r1);
+        String res1 = readFile (r1);
 
         File r2 = new File(output, "org-second-module.ref");
-        String res2 = ModuleDependenciesTest.readFile (r2);
+        String res2 = readFile (r2);
         
         assertExt(res1, "org.my.module");
         assertExt(res2, "org.second.module");
@@ -208,11 +203,13 @@ public class MakeMasterJNLPTest extends NbTestCase {
         assertEquals("Just one dash cnb", -1, res.indexOf(dashcnb, dcnb + 1));
     }
 
-    private final File createNewJarFile () throws IOException {
+    private File createNewJarFile() throws IOException {
         int i = 0;
         for (;;) {
             File f = new File (this.getWorkDir(), i++ + ".jar");
-            if (!f.exists ()) return f;
+            if (!f.exists()) {
+                return f;
+            }
         }
     }
     
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/MakeNBMTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/MakeNBMTest.java
index 2fd159c..fd70f05 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/MakeNBMTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/MakeNBMTest.java
@@ -48,33 +48,29 @@ import java.io.File;
 import java.io.FileOutputStream;
 import java.io.FileWriter;
 import java.io.IOException;
+import java.io.OutputStream;
 import java.util.Enumeration;
 import java.util.Properties;
 import java.util.jar.JarEntry;
 import java.util.jar.JarFile;
 import java.util.jar.JarOutputStream;
 import java.util.jar.Manifest;
-import org.netbeans.junit.NbTestCase;
+import org.apache.tools.ant.Project;
 import org.netbeans.junit.RandomlyFails;
-import org.netbeans.nbbuild.PublicPackagesInProjectizedXMLTest.ExecutionError;
 
 /**
  * @author Jaroslav Tulach
  */
-public class MakeNBMTest extends NbTestCase {
+public class MakeNBMTest extends TestBase {
     public MakeNBMTest (String name) {
         super (name);
     }
     
-    protected @Override void setUp() throws Exception {
-        clearWorkDir();
-    }
-
     @RandomlyFails // NB-Core-Build #2570
     public void testGenerateNBMForSimpleModule() throws Exception {
         Manifest m;
         
-        m = ModuleDependenciesTest.createManifest ();
+        m = createManifest ();
         m.getMainAttributes ().putValue ("OpenIDE-Module", "org.my.module/3");
         File simpleJar = generateJar (new String[0], m);
 
@@ -98,7 +94,7 @@ public class MakeNBMTest extends NbTestCase {
         w.write(UTfile);
         w.close();
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"makenbm\" classname=\"org.netbeans.nbbuild.MakeNBM\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -120,7 +116,7 @@ public class MakeNBMTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Output exists", output.exists ());
         assertTrue ("Output directory created", output.isDirectory());
@@ -139,19 +135,19 @@ public class MakeNBMTest extends NbTestCase {
         Thread.sleep(1300);
 
         // execute once again
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-debug", "-Ddo.fail=true"});
+        execute (f, new String[] { "-debug", "-Ddo.fail=true"});
         
         long newTime = output.listFiles()[0].lastModified();
         
-        assertEquals("The file has not been modified:\n" + PublicPackagesInProjectizedXMLTest.getStdOut(), time, newTime);
+        assertEquals("The file has not been modified:\n" + getStdOut(), time, newTime);
         
         
         CHECK_SIGNED: {
             File jar = output.listFiles()[0];
             JarFile signed = new JarFile(jar);
-            Enumeration it = signed.entries();
+            Enumeration<JarEntry> it = signed.entries();
             while (it.hasMoreElements()) {
-                JarEntry entry = (JarEntry)it.nextElement();
+                JarEntry entry = it.nextElement();
                 if (entry.getName().endsWith(".SF")) {
                     break CHECK_SIGNED;
                 }
@@ -161,7 +157,7 @@ public class MakeNBMTest extends NbTestCase {
         
     }
     
-    private final File createNewJarFile (String prefix) throws IOException {
+    private File createNewJarFile(String prefix) throws IOException {
         if (prefix == null) {
             prefix = "modules";
         }
@@ -173,7 +169,9 @@ public class MakeNBMTest extends NbTestCase {
         int i = 0;
         for (;;) {
             File f = new File (dir, ss + i++ + ".jar");
-            if (!f.exists ()) return f;
+            if (!f.exists ()) {
+                return f;
+            }
         }
     }
     
@@ -207,7 +205,7 @@ public class MakeNBMTest extends NbTestCase {
         return f;
     }
     
-    private final File generateKeystore(String alias, String password) throws Exception {
+    private File generateKeystore(String alias, String password) throws Exception {
         File where = new File(getWorkDir(), "key.ks");
         
         String script = 
@@ -222,9 +220,9 @@ public class MakeNBMTest extends NbTestCase {
             "/>\n" +
             "</target></project>\n";
         
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (script);
+        java.io.File f = extractString (script);
         try {
-            PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+            execute (f, new String[] { });
         } catch (ExecutionError err) {
             if (err.getMessage().indexOf("java.security.ProviderException") != -1) {
                 // common error on Sun OS:
@@ -240,4 +238,71 @@ public class MakeNBMTest extends NbTestCase {
         
         return where;
     }
+
+    public void testOmitExternalFiles() throws Exception { // #195041
+        Project p = new Project();
+        p.init();
+        MakeNBM task = new MakeNBM();
+        task.setProject(p);
+        clearWorkDir();
+        File w = getWorkDir();
+        File cluster = new File(w, "cluster");
+        task.setProductDir(cluster);
+        File modules = new File(cluster, "modules");
+        if (!modules.mkdirs()) {
+            throw new IOException();
+        }
+        Manifest mani = new Manifest();
+        mani.getMainAttributes().putValue("Manifest-Version", "1.0");
+        mani.getMainAttributes().putValue("OpenIDE-Module", "mod");
+        OutputStream os = new FileOutputStream(new File(modules, "mod.jar"));
+        try {
+            JarOutputStream jos = new JarOutputStream(os, mani);
+            jos.finish();
+            jos.close();
+        } finally {
+            os.close();
+        }
+        task.setModule("modules/mod.jar");
+        File nbm = new File(w, "mod.nbm");
+        task.setFile(nbm);
+        File stuff = new File(cluster, "stuff");
+        if (!stuff.mkdir()) {
+            throw new IOException();
+        }
+        os = new FileOutputStream(new File(stuff, "illegal"));
+        try {
+            os.write("actual content".getBytes());
+        } finally {
+            os.close();
+        }
+        os = new FileOutputStream(new File(stuff, "illegal.external"));
+        try {
+            os.write("URL:http://nowhere.net/illegal\n".getBytes());
+        } finally {
+            os.close();
+        }
+        File tracking = new File(cluster, "update_tracking");
+        if (!tracking.mkdir()) {
+            throw new IOException();
+        }
+        os = new FileOutputStream(new File(tracking, "mod.xml"));
+        try {
+            os.write("<module codename='mod'><module_version><file name='modules/mod.jar'/><file name='stuff/illegal'/><file name='stuff/illegal.external'/></module_version></module>".getBytes());
+        } finally {
+            os.close();
+        }
+        task.execute();
+        assertTrue(nbm.isFile());
+        JarFile jf = new JarFile(nbm);
+        try {
+            JarEntry entry = jf.getJarEntry("netbeans/stuff/illegal.external");
+            assertNotNull(entry);
+            assertEquals(31, entry.getSize());
+            assertNull(jf.getEntry("netbeans/stuff/illegal"));
+        } finally {
+            jf.close();
+        }
+    }
+
 }
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/ModuleDependenciesTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/ModuleDependenciesTest.java
index 3e563c2..185c7c5 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/ModuleDependenciesTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/ModuleDependenciesTest.java
@@ -46,7 +46,6 @@ package org.netbeans.nbbuild;
 
 import java.io.File;
 import java.io.FileOutputStream;
-import java.io.FileReader;
 import java.io.IOException;
 import java.util.StringTokenizer;
 import java.util.jar.JarEntry;
@@ -54,20 +53,19 @@ import java.util.jar.JarOutputStream;
 import java.util.jar.Manifest;
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;
-import org.netbeans.junit.NbTestCase;
 
 /** Check the behaviour ModuleDependencies task that prints out info about
  * module dependencies, etc.
  *
  * @author Jaroslav Tulach
  */
-public class ModuleDependenciesTest extends NbTestCase {
+public class ModuleDependenciesTest extends TestBase {
     public ModuleDependenciesTest (String name) {
         super (name);
     }
     /*
     public void testJustMakeSureWeAreAbleToParseTheStructure () throws Exception {
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -85,7 +83,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</project>"
 
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { });
+        execute (f, new String[] { });
     }*/
     
     public void testPublicPackagesOfAModuleThatDoesNotDefineThem () throws Exception {
@@ -111,10 +109,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 3", parent, allPkgs.getParentFile ());
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -133,7 +131,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
@@ -171,12 +169,12 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 3", parent, allPkgs.getParentFile ());
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
-        File friendPkg = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File friendPkg = extractString ("");
         friendPkg.delete ();
 	assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -196,14 +194,14 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
         String res = readFile (output);
         
-	if (!res.equals("\n")) {
-	    fail("No public packages:\n" + res);
+	if (!res.isEmpty()) {
+	    fail("No public packages:\n'" + res + "'");
 	}
 	
 	// now friend packages
@@ -251,12 +249,12 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 3", parent, allPkgs.getParentFile ());
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
-        File friendPkg = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File friendPkg = extractString ("");
         friendPkg.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -278,7 +276,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</project>"
         );
         // this should succeed now, as the limit applies only to intercluster relations - #87076
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
     }
 
     public void testThereCanBeLimitOnNumberOfFriendsAmongGroups() throws Exception {
@@ -306,10 +304,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 3", parent, myVeryPublicModule.getParentFile ());
         
         
-        File friendPkg = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File friendPkg = extractString ("");
         friendPkg.delete ();
     	assertFalse ("Is gone", friendPkg.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -334,7 +332,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</project>"
         );
 
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose", "-Dlimit=1" });
+        execute (f, new String[] { "-verbose", "-Dlimit=1" });
         
         String res = readFile (friendPkg);
 
@@ -374,10 +372,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 3", parent, myVeryPublicModule.getParentFile ());
         
         
-        File friendPkg = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File friendPkg = extractString ("");
         friendPkg.delete ();
     	assertFalse ("Is gone", friendPkg.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -396,7 +394,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</project>"
         );
 
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose", "-Dlimit=1" });
+        execute (f, new String[] { "-verbose", "-Dlimit=1" });
         
         String res = readFile (friendPkg);
 
@@ -423,10 +421,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 1", parent, withoutPkgs.getParentFile ());
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -443,7 +441,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
@@ -469,10 +467,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 1", parent, withoutPkgs.getParentFile ());
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -493,7 +491,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
@@ -524,10 +522,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 1", parent, withoutPkgs.getParentFile ());
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -549,7 +547,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
@@ -568,10 +566,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         File parent = module.getParentFile ();
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -587,7 +585,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
@@ -616,10 +614,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 2", parent, withPkgs.getParentFile ());
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -637,7 +635,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
@@ -667,10 +665,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 2", parent, withPkgs.getParentFile ());
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -692,7 +690,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
@@ -721,10 +719,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 2", parent, withPkgs.getParentFile ());
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -746,7 +744,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
@@ -798,10 +796,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 2", parent, withPkgs.getParentFile ());
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -823,7 +821,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
@@ -867,10 +865,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 2", parent, withPkgs.getParentFile ());
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -892,7 +890,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
@@ -941,10 +939,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 2", parent, withPkgs.getParentFile ());
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -961,7 +959,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
@@ -1002,10 +1000,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 2", parent, withPkgs.getParentFile ());
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -1027,7 +1025,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
@@ -1067,10 +1065,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 2", parent, withPkgs.getParentFile ());
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -1096,7 +1094,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
@@ -1150,10 +1148,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 2", parent, withPkgs.getParentFile ());
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -1181,7 +1179,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
@@ -1217,10 +1215,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 2", parent, withPkgs.getParentFile ());
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -1237,7 +1235,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
@@ -1273,10 +1271,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 2", parent, withPkgs.getParentFile ());
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -1293,7 +1291,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
@@ -1322,11 +1320,11 @@ public class ModuleDependenciesTest extends NbTestCase {
         File parent = withPkgs.getParentFile ();
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
-        File output2 = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
+        File output2 = extractString ("");
         output.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -1343,7 +1341,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
@@ -1380,10 +1378,10 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("All parents are the same 2", parent, withPkgs.getParentFile ());
         
         
-        File output = PublicPackagesInProjectizedXMLTest.extractString ("");
+        File output = extractString ("");
         output.delete ();
         assertFalse ("Is gone", output.exists ());
-        java.io.File f = PublicPackagesInProjectizedXMLTest.extractString (
+        java.io.File f = extractString (
             "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
             "<project name=\"Test Arch\" basedir=\".\" default=\"all\" >" +
             "  <taskdef name=\"deps\" classname=\"org.netbeans.nbbuild.ModuleDependencies\" classpath=\"${nb_all}/nbbuild/nbantext.jar\"/>" +
@@ -1401,7 +1399,7 @@ public class ModuleDependenciesTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue ("Result generated", output.exists ());
         
@@ -1415,40 +1413,17 @@ public class ModuleDependenciesTest extends NbTestCase {
         assertEquals ("No META-INF pkg", -1, res.indexOf ("META"));
     }
 
-    
-    static String readFile (File f) throws IOException {
-        java.io.BufferedReader r = new java.io.BufferedReader (new FileReader (f));
-        StringBuffer sb = new StringBuffer ();
-        String prev = "";
-        for (;;) {
-            String line = r.readLine ();
-            if (line == null) {
-                // line ending at the end of file
-                sb.append ('\n');
-                return sb.toString();
-            }
-            sb.append (prev);
-            sb.append (line);
-            prev = "\n";
-        }
-    }
-    
-    static Manifest createManifest () {
-        Manifest m = new Manifest ();
-        m.getMainAttributes ().putValue (java.util.jar.Attributes.Name.MANIFEST_VERSION.toString (), "1.0");
-        return m;
-    }
-    
-    
-    private final File createNewJarFile () throws IOException {
+    private File createNewJarFile() throws IOException {
         int i = 0;
         for (;;) {
             File f = new File (this.getWorkDir(), i++ + ".jar");
-            if (!f.exists ()) return f;
+            if (!f.exists()) {
+                return f;
+            }
         }
     }
     
-    protected final File generateJar (String[] content, Manifest manifest) throws IOException {
+    private File generateJar(String[] content, Manifest manifest) throws IOException {
         File f = createNewJarFile ();
         
         JarOutputStream os = new JarOutputStream (new FileOutputStream (f), manifest);
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/ModuleListParserTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/ModuleListParserTest.java
index 45f7e76..a48fe3b 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/ModuleListParserTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/ModuleListParserTest.java
@@ -57,13 +57,12 @@ import org.apache.tools.ant.BuildEvent;
 import org.apache.tools.ant.BuildListener;
 import org.apache.tools.ant.Project;
 import org.apache.tools.ant.types.FileSet;
-import org.netbeans.junit.NbTestCase;
 
 /**
  * Test {@link ModuleListParser}.
  * @author Jesse Glick
  */
-public class ModuleListParserTest extends NbTestCase {
+public class ModuleListParserTest extends TestBase {
     public ModuleListParserTest(String name) {
         super(name);
     }
@@ -79,7 +78,7 @@ public class ModuleListParserTest extends NbTestCase {
     }
 
     protected @Override void setUp() throws Exception {
-        clearWorkDir();
+        super.setUp();
         String prop = System.getProperty("nb_all");
         assertNotNull("${nb_all} defined", prop);
         nball = new File(prop);
@@ -224,7 +223,7 @@ public class ModuleListParserTest extends NbTestCase {
 
         File osgiRepo = new File(getWorkDir(), whereTo);
         osgiRepo.mkdirs();
-        Manifest man = ModuleDependenciesTest.createManifest();
+        Manifest man = createManifest();
         man.getMainAttributes().putValue("Bundle-SymbolicName", cnb);
         String dashCnb = cnb.replace('.', '-');
         generateJar(new File(osgiRepo, dashCnb + ".jar"), new String[0], man);
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/ModuleSelectorTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/ModuleSelectorTest.java
index aabb4a5..e4b069e 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/ModuleSelectorTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/ModuleSelectorTest.java
@@ -49,41 +49,34 @@ import java.io.FileWriter;
 import java.util.jar.JarEntry;
 import java.util.jar.JarOutputStream;
 import java.util.jar.Manifest;
-import junit.framework.*;
 import java.io.File;
 import java.io.IOException;
-import java.util.HashSet;
-import java.util.Set;
-import java.util.StringTokenizer;
-import java.util.jar.JarFile;
-import org.apache.tools.ant.BuildException;
 import org.apache.tools.ant.types.Parameter;
-import org.apache.tools.ant.types.selectors.SelectorUtils;
 
-import org.netbeans.junit.NbTestCase;
 
 /** Check behaviour of ModuleSelector.
  *
  * @author Jaroslav Tulach
  */
-public class ModuleSelectorTest extends NbTestCase {
+public class ModuleSelectorTest extends TestBase {
     private ModuleSelector selector;
     
     public ModuleSelectorTest(String testName) {
         super(testName);
     }
 
-    protected void setUp() throws Exception {
+    protected @Override void setUp() throws Exception {
+        super.setUp();
         selector = new ModuleSelector();
     }
 
     public void testIsSelectedForNotAModule() throws IOException {
-        File noModule = generateJar(new String[0], ModuleDependenciesTest.createManifest ());
+        File noModule = generateJar(new String[0], createManifest ());
         assertFalse("Not acceptable", selector.isSelected(getWorkDir(), noModule.toString(), noModule));
     }
 
     public void testIncludesAllModulesByDefault() throws Exception {
-        Manifest m = ModuleDependenciesTest.createManifest ();
+        Manifest m = createManifest ();
         m.getMainAttributes().putValue("OpenIDE-Module", "org.my.module");
         File aModule = generateJar(new String[0], m);
         assertTrue("Accepted", selector.isSelected(getWorkDir(), aModule.toString(), aModule));
@@ -95,7 +88,7 @@ public class ModuleSelectorTest extends NbTestCase {
         p.setValue("org.my.module");
         selector.setParameters(new Parameter[] { p });
         
-        Manifest m = ModuleDependenciesTest.createManifest ();
+        Manifest m = createManifest ();
         m.getMainAttributes().putValue("OpenIDE-Module", "org.my.module");
         File aModule = generateJar(new String[0], m);
         assertFalse("Refused", selector.isSelected(getWorkDir(), aModule.toString(), aModule));
@@ -110,7 +103,7 @@ public class ModuleSelectorTest extends NbTestCase {
         p2.setValue("org.my.module");
         selector.setParameters(new Parameter[] { p, p2 });
         
-        Manifest m = ModuleDependenciesTest.createManifest ();
+        Manifest m = createManifest ();
         m.getMainAttributes().putValue("OpenIDE-Module", "org.my.module");
         File aModule = generateJar(new String[0], m);
         assertTrue("Now we are accepting only excluded modules", selector.isSelected(getWorkDir(), aModule.toString(), aModule));
@@ -126,7 +119,7 @@ public class ModuleSelectorTest extends NbTestCase {
         selector.setParameters(new Parameter[] { p, p2 });
         
         
-        File noModule = generateJar(new String[0], ModuleDependenciesTest.createManifest ());
+        File noModule = generateJar(new String[0], createManifest ());
         assertFalse("Not acceptable", selector.isSelected(getWorkDir(), noModule.toString(), noModule));
     }
     
@@ -136,7 +129,7 @@ public class ModuleSelectorTest extends NbTestCase {
         p.setValue("nonexistent");
         selector.setParameters(new Parameter[] { p });
         
-        Manifest m = ModuleDependenciesTest.createManifest ();
+        Manifest m = createManifest ();
         m.getMainAttributes().putValue("OpenIDE-Module", "org.my.module");
         File aModule = generateJar(new String[0], m);
         new File(getWorkDir(), "update_tracking").mkdir();
@@ -166,7 +159,7 @@ public class ModuleSelectorTest extends NbTestCase {
         updateTracking.mkdirs();
         assertTrue("Created", updateTracking.isDirectory());
         
-        Manifest m = ModuleDependenciesTest.createManifest ();
+        Manifest m = createManifest ();
         m.getMainAttributes().putValue("OpenIDE-Module", "org.my.module");
         File aModule = generateJar(new String[0], m);
         
@@ -187,7 +180,7 @@ public class ModuleSelectorTest extends NbTestCase {
         );
         w.close();
 
-        StringBuffer sb = new StringBuffer();
+        StringBuilder sb = new StringBuilder();
         sb.append(trackingFile.getPath());
         
         while (--parents > 0) {
@@ -216,11 +209,13 @@ public class ModuleSelectorTest extends NbTestCase {
         assertTrue("also the tracking file is accepted", selector.isSelected(getWorkDir(), "update-tracking/" + trackingFile.getName(), trackingFile));
     }
     
-    private final File createNewJarFile () throws IOException {
+    private File createNewJarFile() throws IOException {
         int i = 0;
         for (;;) {
             File f = new File (this.getWorkDir(), i++ + ".jar");
-            if (!f.exists ()) return f;
+            if (!f.exists ()) {
+                return f;
+            }
         }
     }
 
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/ModuleStateSelectorTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/ModuleStateSelectorTest.java
index 7be4b7b..6f60929 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/ModuleStateSelectorTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/ModuleStateSelectorTest.java
@@ -53,13 +53,12 @@ import java.io.File;
 import java.io.IOException;
 import org.apache.tools.ant.types.Parameter;
 
-import org.netbeans.junit.NbTestCase;
 
 /** Check behaviour of ModuleStateSelector.
  *
  * @author Jaroslav Tulach
  */
-public class ModuleStateSelectorTest extends NbTestCase {
+public class ModuleStateSelectorTest extends TestBase {
     private ModuleStateSelector selector;
     
     public ModuleStateSelectorTest(String testName) {
@@ -68,6 +67,7 @@ public class ModuleStateSelectorTest extends NbTestCase {
 
     @Override
     protected void setUp() throws Exception {
+        super.setUp();
         selector = new ModuleStateSelector();
     }
 
@@ -76,7 +76,7 @@ public class ModuleStateSelectorTest extends NbTestCase {
         cfg.mkdirs();
         assertTrue("Created", cfg.isDirectory());
         
-        Manifest m = ModuleDependenciesTest.createManifest ();
+        Manifest m = createManifest ();
         m.getMainAttributes().putValue("OpenIDE-Module", "org.my.module");
         File aModule = generateJar("org.my.module", new String[0], m);
         
@@ -112,7 +112,7 @@ public class ModuleStateSelectorTest extends NbTestCase {
         cfg.mkdirs();
         assertTrue("Created", cfg.isDirectory());
 
-        Manifest m = ModuleDependenciesTest.createManifest ();
+        Manifest m = createManifest ();
         m.getMainAttributes().putValue("OpenIDE-Module", "org.my.module/1");
         File aModule = generateJar("org.my.module", new String[0], m);
 
@@ -143,7 +143,7 @@ public class ModuleStateSelectorTest extends NbTestCase {
         assertTrue("module accepted", selector.isSelected(getWorkDir(), aModule.toString(), aModule));
     }
     
-    private final File createNewJarFile (String cnb) throws IOException {
+    private File createNewJarFile (String cnb) throws IOException {
         File f = new File (new File(this.getWorkDir(), "modules"), cnb.replace('.', '-') + ".jar");
         f.delete();
         f.deleteOnExit();
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/ParseProjectXmlTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/ParseProjectXmlTest.java
index e48adc5..6160263 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/ParseProjectXmlTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/ParseProjectXmlTest.java
@@ -47,9 +47,6 @@ package org.netbeans.nbbuild;
 import java.io.File;
 import java.io.FileOutputStream;
 import java.io.IOException;
-import java.util.Arrays;
-import java.util.Collections;
-import java.util.Hashtable;
 import java.util.jar.JarEntry;
 import java.util.jar.JarOutputStream;
 import java.util.jar.Manifest;
@@ -57,13 +54,12 @@ import org.apache.tools.ant.BuildEvent;
 import org.apache.tools.ant.BuildListener;
 import org.apache.tools.ant.Project;
 import org.apache.tools.ant.types.FileSet;
-import org.netbeans.junit.NbTestCase;
 
 /**
  * Test {@link ParseProjectXml}.
  * @author Jaroslav Tulach
  */
-public class ParseProjectXmlTest extends NbTestCase {
+public class ParseProjectXmlTest extends TestBase {
     public ParseProjectXmlTest(String name) {
         super(name);
     }
@@ -79,7 +75,7 @@ public class ParseProjectXmlTest extends NbTestCase {
     }
 
     protected @Override void setUp() throws Exception {
-        clearWorkDir();
+        super.setUp();
         String prop = System.getProperty("nb_all");
         assertNotNull("${nb_all} defined", prop);
         nball = new File(prop);
@@ -113,7 +109,7 @@ public class ParseProjectXmlTest extends NbTestCase {
 
         File osgiRepo = new File(getWorkDir(), whereTo);
         osgiRepo.mkdirs();
-        Manifest man = ModuleDependenciesTest.createManifest();
+        Manifest man = createManifest();
         man.getMainAttributes().putValue("Bundle-SymbolicName", cnb);
         man.getMainAttributes().putValue("Bundle-Version", "7.0.1.Prelude");
         String dashCnb = cnb.replace('.', '-');
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/PrintIconTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/PrintIconTest.java
index 16df258..62c23de 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/PrintIconTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/PrintIconTest.java
@@ -36,23 +36,18 @@ import java.io.FileOutputStream;
 import java.io.InputStream;
 import java.io.OutputStream;
 import java.util.Arrays;
-import org.netbeans.junit.NbTestCase;
 
 /**
  * @author Jaroslav Tulach
  */
-public class PrintIconTest extends NbTestCase {
+public class PrintIconTest extends TestBase {
 
     public PrintIconTest(String testName) {
         super(testName);
     }
-    
-    protected @Override void setUp() throws Exception {
-        clearWorkDir();
-        super.setUp();
-    }
 
-    private File extractResource(String resource) throws Exception {
+    // For some reason, TestBase.extractResource does not work in this test:
+    private File extractCountedResource(String resource) throws Exception {
         File f;
         for (int i = 1; ; i++) {
              f = new File(getWorkDir(), i + "_" + resource.replaceFirst(".+/", ""));
@@ -71,13 +66,13 @@ public class PrintIconTest extends NbTestCase {
     }
 
     public void testPrintOutSameIcons() throws Exception {
-        File img = extractResource("data/instanceBroken.gif");
-        File img2 = extractResource("data/instanceObject.gif");
-        File img3 = extractResource("data/instanceBroken.gif");
-        File out = PublicPackagesInProjectizedXMLTest.extractString("");
+        File img = extractCountedResource("data/instanceBroken.gif");
+        File img2 = extractCountedResource("data/instanceObject.gif");
+        File img3 = extractCountedResource("data/instanceBroken.gif");
+        File out = extractString("");
         out.delete();
         
-        File f = PublicPackagesInProjectizedXMLTest.extractString (
+        File f = extractString (
             "<?xml version='1.0' encoding='UTF-8'?>" +
             "<project name='Test Arch' basedir='.' default='all' >" +
             "  <taskdef name='printicon' classname='org.netbeans.nbbuild.PrintIcon' classpath='${nb_all}/nbbuild/nbantext.jar'/>" +
@@ -94,11 +89,11 @@ public class PrintIconTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue("Exists: " + out, out.canRead());
         
-        String file = PublicPackagesInProjectizedXMLTest.readFile(out);
+        String file = readFile(out);
         
         String[] threeParts = file.split("\\s+");
         assertEquals(file, 6, threeParts.length);
@@ -121,13 +116,13 @@ public class PrintIconTest extends NbTestCase {
     
     
     public void testDuplicatesFromTheSameSet() throws Exception {
-        File img = extractResource("data/instanceBroken.gif");
-        File img2 = extractResource("data/instanceObject.gif");
-        File img3 = extractResource("data/instanceBroken.gif");
-        File out = PublicPackagesInProjectizedXMLTest.extractString("");
+        File img = extractCountedResource("data/instanceBroken.gif");
+        File img2 = extractCountedResource("data/instanceObject.gif");
+        File img3 = extractCountedResource("data/instanceBroken.gif");
+        File out = extractString("");
         out.delete();
         
-        File f = PublicPackagesInProjectizedXMLTest.extractString (
+        File f = extractString (
             "<?xml version='1.0' encoding='UTF-8'?>" +
             "<project name='Test Arch' basedir='.' default='all' >" +
             "  <taskdef name='printicon' classname='org.netbeans.nbbuild.PrintIcon' classpath='${nb_all}/nbbuild/nbantext.jar'/>" +
@@ -142,11 +137,11 @@ public class PrintIconTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue("Exists: " + out, out.canRead());
         
-        String file = PublicPackagesInProjectizedXMLTest.readFile(out);
+        String file = readFile(out);
         
         String[] threeParts = file.split("\\s+");
         assertEquals(file, 6, threeParts.length);
@@ -175,13 +170,13 @@ public class PrintIconTest extends NbTestCase {
     }
     
     private void doBrokenImageTest(String res) throws Exception {
-        File img = extractResource(res);
-        File img2 = extractResource("data/instanceObject.gif");
-        File img3 = extractResource(res);
-        File out = PublicPackagesInProjectizedXMLTest.extractString("");
+        File img = extractCountedResource(res);
+        File img2 = extractCountedResource("data/instanceObject.gif");
+        File img3 = extractCountedResource(res);
+        File out = extractString("");
         out.delete();
         
-        File f = PublicPackagesInProjectizedXMLTest.extractString (
+        File f = extractString (
             "<?xml version='1.0' encoding='UTF-8'?>" +
             "<project name='Test Arch' basedir='.' default='all' >" +
             "  <taskdef name='printicon' classname='org.netbeans.nbbuild.PrintIcon' classpath='${nb_all}/nbbuild/nbantext.jar'/>" +
@@ -196,11 +191,11 @@ public class PrintIconTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue("Exists: " + out, out.canRead());
         
-        String file = PublicPackagesInProjectizedXMLTest.readFile(out);
+        String file = readFile(out);
         
         String[] threeParts = file.split("\\s+");
         assertEquals(file + " " + Arrays.toString(threeParts), 6, threeParts.length);
@@ -222,13 +217,13 @@ public class PrintIconTest extends NbTestCase {
     }
     
     public void testPrintExtra() throws Exception {
-        File img = extractResource("data/instanceBroken.gif");
-        File img2 = extractResource("data/instanceObject.gif");
-        File img3 = extractResource("data/instanceBroken.gif");
-        File out = PublicPackagesInProjectizedXMLTest.extractString("");
+        File img = extractCountedResource("data/instanceBroken.gif");
+        File img2 = extractCountedResource("data/instanceObject.gif");
+        File img3 = extractCountedResource("data/instanceBroken.gif");
+        File out = extractString("");
         out.delete();
         
-        File f = PublicPackagesInProjectizedXMLTest.extractString (
+        File f = extractString (
             "<?xml version='1.0' encoding='UTF-8'?>" +
             "<project name='Test Arch' basedir='.' default='all' >" +
             "  <taskdef name='printicon' classname='org.netbeans.nbbuild.PrintIcon' classpath='${nb_all}/nbbuild/nbantext.jar'/>" +
@@ -245,11 +240,11 @@ public class PrintIconTest extends NbTestCase {
             "</target>" +
             "</project>"
         );
-        PublicPackagesInProjectizedXMLTest.execute (f, new String[] { "-verbose" });
+        execute (f, new String[] { "-verbose" });
         
         assertTrue("Exists: " + out, out.canRead());
         
-        String file = PublicPackagesInProjectizedXMLTest.readFile(out);
+        String file = readFile(out);
         
         if (!file.startsWith("-")) {
             fail("Should start with - as one icon is missing in new version:\n" + file);
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/PublicPackagesInProjectizedXMLTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/PublicPackagesInProjectizedXMLTest.java
index f96d67a..048867a 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/PublicPackagesInProjectizedXMLTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/PublicPackagesInProjectizedXMLTest.java
@@ -44,28 +44,11 @@
 
 package org.netbeans.nbbuild;
 
-import java.io.ByteArrayInputStream;
-import java.io.ByteArrayOutputStream;
-import java.io.File;
-import java.io.FileDescriptor;
-import java.io.FileOutputStream;
-import java.io.InputStream;
-import java.io.PrintStream;
-import java.io.PrintWriter;
-import java.net.InetAddress;
-import java.net.URL;
-import java.security.Permission;
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.List;
-import junit.framework.AssertionFailedError;
-import org.netbeans.junit.NbTestCase;
-
 /** Check the behaviour of <public-packages> in project.xml modules.
  *
  * @author Jaroslav Tulach
  */
-public class PublicPackagesInProjectizedXMLTest extends NbTestCase {
+public class PublicPackagesInProjectizedXMLTest extends TestBase {
     public PublicPackagesInProjectizedXMLTest (String name) {
         super (name);
     }
@@ -194,285 +177,4 @@ public class PublicPackagesInProjectizedXMLTest extends NbTestCase {
         execute ("GarbageUnderPackages.xml", new String[] { "-Djavadoc.pac=some",  "-Dproject.file=" + f, "withjavadoc" });
     }
     
-    final static String readFile (java.io.File f) throws java.io.IOException {
-        int s = (int)f.length ();
-        byte[] data = new byte[s];
-        assertEquals ("Read all data", s, new java.io.FileInputStream (f).read (data));
-        
-        return new String (data);
-    }
-    
-    final static File extractString (String res) throws Exception {
-        File f = File.createTempFile("res", ".xml");
-        f.deleteOnExit ();
-        
-        FileOutputStream os = new FileOutputStream(f);
-        InputStream is = new ByteArrayInputStream(res.getBytes("UTF-8"));
-        for (;;) {
-            int ch = is.read ();
-            if (ch == -1) break;
-            os.write (ch);
-        }
-        os.close ();
-            
-        return f;
-    }
-    
-    final static File extractResource(String res) throws Exception {
-        File f = File.createTempFile("res", ".xml");
-        f.deleteOnExit ();
-        extractResource(f, res);
-        return f;
-    }
-    static void extractResource(File f, String res) throws Exception {
-        URL u = PublicPackagesInProjectizedXMLTest.class.getResource(res);
-        assertNotNull ("Resource should be found " + res, u);
-        
-        
-        FileOutputStream os = new FileOutputStream(f);
-        InputStream is = u.openStream();
-        for (;;) {
-            int ch = is.read ();
-            if (ch == -1) break;
-            os.write (ch);
-        }
-        os.close ();
-    }
-    
-    final static void execute (String res, String... args) throws Exception {
-        execute (extractResource (res), args);
-    }
-    
-    private static ByteArrayOutputStream out;
-    private static ByteArrayOutputStream err;
-    
-    final static String getStdOut() {
-        return out.toString();
-    }
-    final static String getStdErr() {
-        return err.toString();
-    }
-    
-    final static void execute(File f, String[] args) throws Exception {
-        // we need security manager to prevent System.exit
-        if (! (System.getSecurityManager () instanceof MySecMan)) {
-            out = new java.io.ByteArrayOutputStream ();
-            err = new java.io.ByteArrayOutputStream ();
-            System.setOut (new java.io.PrintStream (out));
-            System.setErr (new java.io.PrintStream (err));
-            
-            System.setSecurityManager (new MySecMan ());
-        }
-        
-        MySecMan sec = (MySecMan)System.getSecurityManager();
-        
-        // Jesse claims that this is not the right way how the execution
-        // of an ant script should be invoked:
-        //
-        // better IMHO to just run the task directly
-        // (setProject() and similar, configure its bean properties, and call
-        // execute()), or just make a new Project and initialize it.
-        // ant.Main.main is not intended for embedded use. Then you could get rid
-        // of the SecurityManager stuff, would be cleaner I think.
-        //
-        // If I had to write this once again, I would try to follow the
-        // "just make a new Project and initialize it", but as this works
-        // for me now, I leave it for the time when somebody really 
-        // needs that...
-        
-        List<String> arr = new ArrayList<String>();
-        arr.add ("-f");
-        arr.add (f.toString ());
-        arr.addAll(Arrays.asList(args));
-        
-        
-        out.reset ();
-        err.reset ();
-        
-        try {
-            sec.setActive(true);
-            org.apache.tools.ant.Main.main(arr.toArray(new String[0]));
-        } catch (MySecExc ex) {
-            assertNotNull ("The only one to throw security exception is MySecMan and should set exitCode", sec.exitCode);
-            ExecutionError.assertExitCode (
-                "Execution has to finish without problems", 
-                sec.exitCode.intValue ()
-            );
-        } finally {
-            sec.setActive(false);
-        }
-    }
-    
-    static class ExecutionError extends AssertionFailedError {
-        public final int exitCode;
-        
-        public ExecutionError (String msg, int e) {
-            super (msg);
-            this.exitCode = e;
-        }
-        
-        public static void assertExitCode (String msg, int e) {
-            if (e != 0) {
-                throw new ExecutionError (
-                    msg + " was: " + e + "\nOutput: " + out.toString () +
-                    "\nError: " + err.toString (),  
-                    e
-                );
-            }
-        }
-    }
-    
-    private static class MySecExc extends SecurityException {
-        @Override
-        public void printStackTrace() {
-        }
-        @Override
-        public void printStackTrace(PrintStream ps) {
-        }
-        @Override
-        public void printStackTrace(PrintWriter ps) {
-        }
-    }
-    
-    @SuppressWarnings("deprecation")
-    private static class MySecMan extends SecurityManager {
-        public Integer exitCode;
-        
-        private boolean active;
-        
-        @Override
-        public void checkExit (int status) {
-            if (active) {
-                exitCode = new Integer (status);
-                throw new MySecExc ();
-            }
-        }
-
-        @Override
-        public void checkPermission(Permission perm, Object context) {
-        }
-
-        @Override
-        public void checkPermission(Permission perm) {
-        /*
-            if (perm instanceof RuntimePermission) {
-                if (perm.getName ().equals ("setIO")) {
-                    throw new MySecExc ();
-                }
-            }
-         */
-        }
-
-        @Override
-        public void checkMulticast(InetAddress maddr) {
-        }
-
-        @Override
-        public void checkAccess (ThreadGroup g) {
-        }
-
-        @Override
-        public void checkWrite (String file) {
-        }
-
-        @Override
-        public void checkLink (String lib) {
-        }
-
-        @Override
-        public void checkExec (String cmd) {
-        }
-
-        @Override
-        public void checkDelete (String file) {
-        }
-
-        @Override
-        public void checkPackageAccess (String pkg) {
-        }
-
-        @Override
-        public void checkPackageDefinition (String pkg) {
-        }
-
-        @Override
-        public void checkPropertyAccess (String key) {
-        }
-
-        @Override
-        public void checkRead (String file) {
-        }
-
-        @Override
-        public void checkSecurityAccess (String target) {
-        }
-
-        @Override
-        public void checkWrite(FileDescriptor fd) {
-        }
-
-        @Override
-        public void checkListen (int port) {
-        }
-
-        @Override
-        public void checkRead(FileDescriptor fd) {
-        }
-
-        @Override
-        public void checkMulticast(InetAddress maddr, byte ttl) {
-        }
-
-        @Override
-        public void checkAccess (Thread t) {
-        }
-
-        @Override
-        public void checkConnect (String host, int port, Object context) {
-        }
-
-        @Override
-        public void checkRead (String file, Object context) {
-        }
-
-        @Override
-        public void checkConnect (String host, int port) {
-        }
-
-        @Override
-        public void checkAccept (String host, int port) {
-        }
-
-        @Override
-        public void checkMemberAccess (Class clazz, int which) {
-        }
-
-        @Override
-        public void checkSystemClipboardAccess () {
-        }
-
-        @Override
-        public void checkSetFactory () {
-        }
-
-        @Override
-        public void checkCreateClassLoader () {
-        }
-
-        @Override
-        public void checkAwtEventQueueAccess () {
-        }
-
-        @Override
-        public void checkPrintJobAccess () {
-        }
-
-        @Override
-        public void checkPropertiesAccess () {
-        }
-
-        void setActive(boolean b) {
-            active = b;
-        }
-    } // end of MySecMan
 }
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/RecursiveDepsTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/RecursiveDepsTest.java
index ddf2b09..20b75d8 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/RecursiveDepsTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/RecursiveDepsTest.java
@@ -48,14 +48,12 @@ import java.io.File;
 import java.io.FileOutputStream;
 import java.io.IOException;
 import java.io.InputStream;
-import junit.framework.*;
-import org.netbeans.junit.*;
 
 /**
  *
  * @author pzajac
  */
-public class RecursiveDepsTest extends NbTestCase {
+public class RecursiveDepsTest extends TestBase {
     
     public RecursiveDepsTest(java.lang.String testName) {
         super(testName);
@@ -64,7 +62,6 @@ public class RecursiveDepsTest extends NbTestCase {
     @Override
     protected void setUp() throws Exception {
         super.setUp();
-        clearWorkDir();
         String prop = System.getProperty("nb_all");
         assertNotNull("${nb_all} defined", prop);
         File nball = new File(prop);
@@ -75,7 +72,7 @@ public class RecursiveDepsTest extends NbTestCase {
     public void testDepsTest () throws Exception {
       // create test
       File projectxml = extractFile(RecursiveDepsTest.class.getResourceAsStream("RecursiveDepsProject.xml"),"project.xml");  
-      PublicPackagesInProjectizedXMLTest.execute ("RecursiveDeps.xml", new String[] { "-verbose", "-Dproject.file=" + projectxml, "recursive-deps" });
+      execute ("RecursiveDeps.xml", new String[] { "-verbose", "-Dproject.file=" + projectxml, "recursive-deps" });
     }
 
     private File extractFile(InputStream is, String fileName) throws IOException {
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/ShorterPathsTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/ShorterPathsTest.java
index aa9bd0c..a3e9881 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/ShorterPathsTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/ShorterPathsTest.java
@@ -50,24 +50,17 @@ import java.io.FileInputStream;
 import java.io.FileReader;
 import java.io.PrintStream;
 import java.util.Properties;
-import org.netbeans.junit.*;
 
 /**
  *
  * @author pzajac
  */
-public class ShorterPathsTest extends NbTestCase {
+public class ShorterPathsTest extends TestBase {
     
     public ShorterPathsTest(java.lang.String testName) {
         super(testName);
     }
 
-    @Override
-    protected void setUp() throws Exception {
-        super.setUp();
-        clearWorkDir();
-    }
-    
     public void testShorterPaths () throws Exception {
       // create test
       File wd = getWorkDir(); 
@@ -85,7 +78,7 @@ public class ShorterPathsTest extends NbTestCase {
       ps.close();
       
       
-      PublicPackagesInProjectizedXMLTest.execute ("ShorterPathsTest.xml", new String[] {"-verbose",  
+      execute ("ShorterPathsTest.xml", new String[] {"-verbose",  
                                                                                         "-Dtest.ext.lib=" + extlib.getPath(),
                                                                                         "-Dtest.modules.dir=" + modules.getPath(),
                                                                                         "-Dextra.test.libs.dir=" + extraLibsDir.getPath(),
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/TestBase.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/TestBase.java
new file mode 100644
index 0000000..a70d02b
--- /dev/null
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/TestBase.java
@@ -0,0 +1,334 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+package org.netbeans.nbbuild;
+
+import java.io.ByteArrayInputStream;
+import java.io.ByteArrayOutputStream;
+import java.io.File;
+import java.io.FileDescriptor;
+import java.io.FileOutputStream;
+import java.io.InputStream;
+import java.io.PrintStream;
+import java.io.PrintWriter;
+import java.net.InetAddress;
+import java.net.URL;
+import java.security.Permission;
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.List;
+import java.util.jar.Manifest;
+import junit.framework.AssertionFailedError;
+import org.netbeans.junit.NbTestCase;
+
+/**
+ * Predefines commonly used utilities.
+ */
+abstract class TestBase extends NbTestCase {
+
+    protected TestBase(String name) {
+        super(name);
+    }
+
+    protected @Override void setUp() throws Exception {
+        clearWorkDir();
+    }
+
+    // XXX look for other copy-pasted utility methods, like createNewJarFile
+
+    protected final String readFile(java.io.File f) throws java.io.IOException {
+        int s = (int) f.length();
+        byte[] data = new byte[s];
+        assertEquals("Read all data", s, new java.io.FileInputStream(f).read(data));
+
+        return new String(data);
+    }
+
+    protected final Manifest createManifest() {
+        Manifest m = new Manifest();
+        m.getMainAttributes().putValue(java.util.jar.Attributes.Name.MANIFEST_VERSION.toString(), "1.0");
+        return m;
+    }
+
+    protected final File extractString(String res) throws Exception {
+        File f = File.createTempFile("res", ".xml", getWorkDir());
+        f.deleteOnExit();
+
+        FileOutputStream os = new FileOutputStream(f);
+        InputStream is = new ByteArrayInputStream(res.getBytes("UTF-8"));
+        for (;;) {
+            int ch = is.read();
+            if (ch == -1) {
+                break;
+            }
+            os.write(ch);
+        }
+        os.close();
+
+        return f;
+    }
+
+    protected final File extractResource(String res) throws Exception {
+        File f = File.createTempFile("res", ".xml", getWorkDir());
+        f.deleteOnExit();
+        extractResource(f, res);
+        return f;
+    }
+
+    protected final void extractResource(File f, String res) throws Exception {
+        URL u = getClass().getResource(res);
+        assertNotNull("Resource should be found " + res, u);
+
+
+        FileOutputStream os = new FileOutputStream(f);
+        InputStream is = u.openStream();
+        for (;;) {
+            int ch = is.read();
+            if (ch == -1) {
+                break;
+            }
+            os.write(ch);
+        }
+        os.close();
+    }
+
+    protected final void execute(String res, String... args) throws Exception {
+        execute(extractResource(res), args);
+    }
+
+    private static ByteArrayOutputStream out, err;
+
+    protected final String getStdOut() {
+        return out.toString();
+    }
+
+    protected final String getStdErr() {
+        return err.toString();
+    }
+
+    protected final void execute(File f, String[] args) throws Exception {
+        // we need security manager to prevent System.exit
+        if (!(System.getSecurityManager() instanceof MySecMan)) {
+            out = new java.io.ByteArrayOutputStream();
+            err = new java.io.ByteArrayOutputStream();
+            System.setOut(new java.io.PrintStream(out));
+            System.setErr(new java.io.PrintStream(err));
+
+            System.setSecurityManager(new MySecMan());
+        }
+
+        MySecMan sec = (MySecMan) System.getSecurityManager();
+
+        // Jesse claims that this is not the right way how the execution
+        // of an ant script should be invoked:
+        //
+        // better IMHO to just run the task directly
+        // (setProject() and similar, configure its bean properties, and call
+        // execute()), or just make a new Project and initialize it.
+        // ant.Main.main is not intended for embedded use. Then you could get rid
+        // of the SecurityManager stuff, would be cleaner I think.
+        //
+        // If I had to write this once again, I would try to follow the
+        // "just make a new Project and initialize it", but as this works
+        // for me now, I leave it for the time when somebody really
+        // needs that...
+
+        List<String> arr = new ArrayList<String>();
+        arr.add("-f");
+        arr.add(f.toString());
+        arr.addAll(Arrays.asList(args));
+
+
+        out.reset();
+        err.reset();
+
+        try {
+            sec.setActive(true);
+            org.apache.tools.ant.Main.main(arr.toArray(new String[0]));
+        } catch (MySecExc ex) {
+            assertNotNull("The only one to throw security exception is MySecMan and should set exitCode", sec.exitCode);
+            ExecutionError.assertExitCode(
+                    "Execution has to finish without problems",
+                    sec.exitCode.intValue());
+        } finally {
+            sec.setActive(false);
+        }
+    }
+
+    protected static final class ExecutionError extends AssertionFailedError {
+        public final int exitCode;
+        public ExecutionError(String msg, int e) {
+            super(msg);
+            this.exitCode = e;
+        }
+        private static void assertExitCode(String msg, int e) {
+            if (e != 0) {
+                throw new ExecutionError(
+                        msg + " was: " + e + "\nOutput: " + out.toString()
+                        + "\nError: " + err.toString(),
+                        e);
+            }
+        }
+    }
+
+    private static class MySecExc extends SecurityException {
+        @Override
+        public void printStackTrace() {
+        }
+        @Override
+        public void printStackTrace(PrintStream ps) {
+        }
+        @Override
+        public void printStackTrace(PrintWriter ps) {
+        }
+    }
+
+    private static class MySecMan extends SecurityManager {
+        public Integer exitCode;
+        private boolean active;
+        @Override
+        public void checkExit(int status) {
+            if (active) {
+                exitCode = new Integer(status);
+                throw new MySecExc();
+            }
+        }
+        @Override
+        public void checkPermission(Permission perm, Object context) {
+        }
+        @Override
+        public void checkPermission(Permission perm) {
+            /*
+            if (perm instanceof RuntimePermission) {
+            if (perm.getName ().equals ("setIO")) {
+            throw new MySecExc ();
+            }
+            }
+             */
+        }
+        @Override
+        public void checkMulticast(InetAddress maddr) {
+        }
+        @Override
+        public void checkAccess(ThreadGroup g) {
+        }
+        @Override
+        public void checkWrite(String file) {
+        }
+        @Override
+        public void checkLink(String lib) {
+        }
+        @Override
+        public void checkExec(String cmd) {
+        }
+        @Override
+        public void checkDelete(String file) {
+        }
+        @Override
+        public void checkPackageAccess(String pkg) {
+        }
+        @Override
+        public void checkPackageDefinition(String pkg) {
+        }
+        @Override
+        public void checkPropertyAccess(String key) {
+        }
+        @Override
+        public void checkRead(String file) {
+        }
+        @Override
+        public void checkSecurityAccess(String target) {
+        }
+        @Override
+        public void checkWrite(FileDescriptor fd) {
+        }
+        @Override
+        public void checkListen(int port) {
+        }
+        @Override
+        public void checkRead(FileDescriptor fd) {
+        }
+        @SuppressWarnings("deprecation")
+        @Override
+        public void checkMulticast(InetAddress maddr, byte ttl) {
+        }
+        @Override
+        public void checkAccess(Thread t) {
+        }
+        @Override
+        public void checkConnect(String host, int port, Object context) {
+        }
+        @Override
+        public void checkRead(String file, Object context) {
+        }
+        @Override
+        public void checkConnect(String host, int port) {
+        }
+        @Override
+        public void checkAccept(String host, int port) {
+        }
+        @Override
+        public void checkMemberAccess(Class<?> clazz, int which) {
+        }
+        @Override
+        public void checkSystemClipboardAccess() {
+        }
+        @Override
+        public void checkSetFactory() {
+        }
+        @Override
+        public void checkCreateClassLoader() {
+        }
+        @Override
+        public void checkAwtEventQueueAccess() {
+        }
+        @Override
+        public void checkPrintJobAccess() {
+        }
+        @Override
+        public void checkPropertiesAccess() {
+        }
+        void setActive(boolean b) {
+            active = b;
+        }
+    } // end of MySecMan
+
+}
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/TestDeps.xml b/nbbuild/test/unit/src/org/netbeans/nbbuild/TestDeps.xml
index 9b331b0..cee272e 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/TestDeps.xml
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/TestDeps.xml
@@ -150,14 +150,14 @@ made subject to such option by the copyright holder.
         <fail message="Bad unit test compile cp">
             <condition>
                 <not>
-                    <equals arg1="${unit.compile.cp3}" arg2="platform/modules/org-netbeans-libs-junit4.jar"/>
+                    <equals arg1="${unit.compile.cp3}" arg2="extra/modules/org-netbeans-libs-junit4.jar"/>
                 </not>
             </condition>
         </fail>
         <fail message="Bad unit test runtime cp">
             <condition>
                 <not>
-                    <equals arg1="${unit.runtime.cp3}" arg2="platform/modules/org-netbeans-libs-junit4.jar"/>
+                    <equals arg1="${unit.runtime.cp3}" arg2="extra/modules/org-netbeans-libs-junit4.jar"/>
                 </not>
             </condition>
         </fail>
diff --git a/nbbuild/test/unit/src/org/netbeans/nbbuild/TestDepsTest.java b/nbbuild/test/unit/src/org/netbeans/nbbuild/TestDepsTest.java
index 6bcdfba..d7576ef 100644
--- a/nbbuild/test/unit/src/org/netbeans/nbbuild/TestDepsTest.java
+++ b/nbbuild/test/unit/src/org/netbeans/nbbuild/TestDepsTest.java
@@ -48,14 +48,12 @@ import java.io.File;
 import java.io.FileOutputStream;
 import java.io.IOException;
 import java.io.InputStream;
-import junit.framework.*;
-import org.netbeans.junit.*;
 
 /**
  *
  * @author pzajac
  */
-public class TestDepsTest extends NbTestCase {
+public class TestDepsTest extends TestBase {
     
     public TestDepsTest(java.lang.String testName) {
         super(testName);
@@ -64,7 +62,6 @@ public class TestDepsTest extends NbTestCase {
     @Override
     protected void setUp() throws Exception {
         super.setUp();
-        clearWorkDir();
         String prop = System.getProperty("nb_all");
         assertNotNull("${nb_all} defined", prop);
         File nball = new File(prop);
@@ -75,16 +72,16 @@ public class TestDepsTest extends NbTestCase {
     public void testDepsTest () throws Exception {
       // create test
       File projectxml = extractFile(TestDepsTest.class.getResourceAsStream("TestDepsProject.xml"),"project.xml");  
-      PublicPackagesInProjectizedXMLTest.execute ("TestDeps.xml", new String[] { "-verbose", "-Dproject.file=" + projectxml, "test-deps" });
+      execute ("TestDeps.xml", new String[] { "-verbose", "-Dproject.file=" + projectxml, "test-deps" });
     }
     public void testDepsNoTestDeps() throws Exception {
       File projectxml = extractFile(TestDepsTest.class.getResourceAsStream("TestDepsProjectNoTestDeps.xml"),"project.xml");
-      PublicPackagesInProjectizedXMLTest.execute ("TestDeps.xml", new String[] { "-verbose", "-Dproject.file=" + projectxml, "test-deps-no-test-deps" });
+      execute ("TestDeps.xml", new String[] { "-verbose", "-Dproject.file=" + projectxml, "test-deps-no-test-deps" });
         
     }
   public void testMisingModuleEntryTestDeps() throws Exception {
       File projectxml = extractFile(TestDepsTest.class.getResourceAsStream("TestDepsMissingModuleEntry.xml"),"project.xml");
-      PublicPackagesInProjectizedXMLTest.execute ("TestDeps.xml", new String[] { "-verbose", "-Dproject.file=" + projectxml, "test-deps-missing-module-entry-test-deps" });
+      execute ("TestDeps.xml", new String[] { "-verbose", "-Dproject.file=" + projectxml, "test-deps-missing-module-entry-test-deps" });
         
     }
 
diff --git a/nbbuild/testdist/release/one-module.xml b/nbbuild/testdist/release/one-module.xml
index 9214135..e6b2fb3 100644
--- a/nbbuild/testdist/release/one-module.xml
+++ b/nbbuild/testdist/release/one-module.xml
@@ -74,6 +74,7 @@ made subject to such option by the copyright holder.
                 <pathelement location="${test.classes.dir}"/>
                 <path path="${extra.test.libs}"/>
                <path path="${test.run.cp}"/>
+               <fileset dir="${extra.test.libs.dir}" includes="junit-*.jar"/> <!-- just including org-netbeans-libs-junit4.jar does not satisfy <junit> -->
        </path> 
        <taskdef name="validatepath" classpath="../../../tasks.jar" classname="org.netbeans.nbbuild.testdist.ValidatePath"/>
 
@@ -101,7 +102,7 @@ made subject to such option by the copyright holder.
             </sequential>
         </macrodef>
         <property name="test.config" value="default"/>
-        <property name="test.run.args" value="-ea -XX:PermSize=32m -XX:MaxPermSize=200m -Xmx320m"/>
+        <property name="test.run.args" value="-ea -XX:PermSize=32m -XX:MaxPermSize=200m -Xmx320m -Dnetbeans.keyring.no.master=true"/>
         <property name="test.config.default.includes" value="**/*Test.class"/>
         <property name="test.config.${test.config}.includes" value="NOTHING"/>
         <metaproperty name="test.includes" value="test.config.${test.config}.includes"/>
diff --git a/nbi/engine/native/cleaner/windows/vcproject/NBI Native Cleaner.ncb b/nbi/engine/native/cleaner/windows/vcproject/NBI Native Cleaner.ncb
deleted file mode 100644
index 9057eba..0000000
--- a/nbi/engine/native/cleaner/windows/vcproject/NBI Native Cleaner.ncb	
+++ /dev/null
@@ -1 +0,0 @@
-Microsoft C/C++ MSF 7.00
diff --git a/nbi/engine/native/cleaner/windows/vcproject/NBI Native Cleaner.sln b/nbi/engine/native/cleaner/windows/vcproject/NBI Native Cleaner.sln
deleted file mode 100644
index 659a421..0000000
--- a/nbi/engine/native/cleaner/windows/vcproject/NBI Native Cleaner.sln	
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual C++ Express 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NBI Native Cleaner", "NBI Native Cleaner.vcproj", "{0DB81F65-E9E6-4506-BE27-C020AAD1B04A}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug|Win32 = Debug|Win32
-		Release|Win32 = Release|Win32
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{0DB81F65-E9E6-4506-BE27-C020AAD1B04A}.Debug|Win32.ActiveCfg = Debug|Win32
-		{0DB81F65-E9E6-4506-BE27-C020AAD1B04A}.Debug|Win32.Build.0 = Debug|Win32
-		{0DB81F65-E9E6-4506-BE27-C020AAD1B04A}.Release|Win32.ActiveCfg = Release|Win32
-		{0DB81F65-E9E6-4506-BE27-C020AAD1B04A}.Release|Win32.Build.0 = Release|Win32
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-EndGlobal
diff --git a/nbi/engine/native/cleaner/windows/vcproject/NBI Native Cleaner.suo b/nbi/engine/native/cleaner/windows/vcproject/NBI Native Cleaner.suo
deleted file mode 100644
index 189f7a2..0000000
Binary files a/nbi/engine/native/cleaner/windows/vcproject/NBI Native Cleaner.suo and /dev/null differ
diff --git a/nbi/engine/native/jnilib/linux/Makefile b/nbi/engine/native/jnilib/windows/Makefile
similarity index 100%
copy from nbi/engine/native/jnilib/linux/Makefile
copy to nbi/engine/native/jnilib/windows/Makefile
diff --git a/nbi/engine/native/jnilib/windows/Makefile-vc b/nbi/engine/native/jnilib/windows/Makefile-vc
new file mode 100644
index 0000000..131aee1
--- /dev/null
+++ b/nbi/engine/native/jnilib/windows/Makefile-vc
@@ -0,0 +1,76 @@
+#
+#
+
+
+!include <$(PLATFORM_SDK)/include/win32.mak>
+
+# define the compiler and linker for all the platforms
+CC32="$(VC_2005)\Bin\cl.exe"
+L32="$(VC_2005)\Bin\link.exe"
+
+CC32_OPTS=/O1 /Os /I "$(VC_2005)\include" /I "$(PLATFORM_SDK)\Include" /I "$(JAVA_HOME)\include" /I "$(JAVA_HOME)\include\win32" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "NBIJNILIBRARY_EXPORTS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_STATIC_CPPLIB" /D "_LITTLE_ENDIAN" /D "_WINDLL" /FD /MT /Fo".\build\32bit\\" /W3 /WX /c /Wp64 /Gd /TC 
+L32_OPTS=/OUT:".\dist\windows-x86.dll" /INCREMENTAL:NO /LIBPATH:"$(PLATFORM_SDK)\Lib" /LIBPATH:"$(VC_2005)\lib" /DLL /MANIFEST:NO /IGNOREIDL /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
+
+
+CC64="$(PLATFORM_SDK)\Bin\win64\x86\AMD64\cl.exe"
+L64="$(PLATFORM_SDK)\Bin\win64\x86\AMD64\link.exe"
+
+CC64_OPTS=/O1 /Os /I "$(VC_2005)\include" /I "$(PLATFORM_SDK)\Include" /I "$(PLATFORM_SDK)\Include\win64\crt\amd64" /I "$(JAVA_HOME)\include" /I "$(JAVA_HOME)\include\win32" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "NBIJNILIBRARY_EXPORTS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_STATIC_CPPLIB" /D "_LITTLE_ENDIAN" /D "_WINDLL" /FD /MT /Fo".\build\64bit\\" /W3 /c /Wp64 /Gd /TC 
+L64_OPTS=/OUT:".\dist\windows-x64.dll" /INCREMENTAL:NO /LIBPATH:"$(PLATFORM_SDK)\Lib\amd64" /LIBPATH:"$(VC_2005)\lib" /DLL /MANIFEST:NO /IGNOREIDL /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /MACHINE:AMD64 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib bufferoverflowU.lib
+
+CCIA64="$(PLATFORM_SDK)\Bin\win64\cl.exe"
+LIA64="$(PLATFORM_SDK)\Bin\win64\link.exe"
+
+CCIA64_OPTS=/O1 /Os /I "$(VC_2005)\include" /I "$(PLATFORM_SDK)\Include" /I "$(PLATFORM_SDK)\Include\win64\crt\amd64" /I "$(JAVA_HOME)\include" /I "$(JAVA_HOME)\include\win32" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "NBIJNILIBRARY_EXPORTS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_STATIC_CPPLIB" /D "_LITTLE_ENDIAN" /D "_WINDLL" /FD /MT /Fo".\build\ia64\\" /W3 /c /Wp64 /Gd /TC 
+LIA64_OPTS=/OUT:".\dist\windows-ia64.dll" /INCREMENTAL:NO /LIBPATH:"$(PLATFORM_SDK)\Lib\ia64" /LIBPATH:"$(VC_2005)\lib" /DLL /MANIFEST:NO /IGNOREIDL /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /MACHINE:IA64 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib bufferoverflowU.lib
+
+
+all: init build-32 build-64 build-ia64
+
+init:
+  - md .\build\32bit
+  - md .\build\64bit
+  - md .\build\ia64
+  - md .\dist
+
+  del /Q /S build
+
+  del /Q .\dist\windows-x86.*
+  del /Q .\dist\windows-x64.*
+  del /Q .\dist\windows-ia64.*
+
+build-32: 
+  Set CPU=i386
+  Set Lib=%PLATFORM_SDK%\Lib;%Lib%
+  Set Include=%PLATFORM_SDK%\Include;%Include%
+  Set Path=%PLATFORM_SDK%\Bin;%PLATFORM_SDK%\Bin\WinNT;%VC_2005_PATH%;%path%
+  Set APPVER=5.01
+  Set TARGETOS=WINNT
+
+  $(CC32) $(CC32_OPTS) .\src\WindowsUtils.c .\src\jni_WindowsRegistry.c .\src\jni_WindowsNativeUtils.c .\..\.common\src\CommonUtils.c
+  $(L32) $(L32_OPTS) ".\build\32bit\WindowsUtils.obj" ".\build\32bit\jni_WindowsRegistry.obj" ".\build\32bit\jni_WindowsNativeUtils.obj" ".\build\32bit\CommonUtils.obj"
+  
+
+build-64:
+  Set CPU=AMD64
+  Set Lib=%PLATFORM_SDK%\Lib\AMD64;%PLATFORM_SDK%\Lib\AMD64\atlmfc;
+  Set Include=%PLATFORM_SDK%\Include;%PLATFORM_SDK%\Include\crt;%PLATFORM_SDK%\Include\crt\sys;%PLATFORM_SDK%\Include\mfc;%PLATFORM_SDK%\Include\atl
+  Set Path=%PLATFORM_SDK%\Bin\Win64\x86\AMD64;%PLATFORM_SDK%\Bin;%PLATFORM_SDK%\Bin\WinNT;%path%
+  Set APPVER=5.02
+  Set TARGETOS=WINNT
+
+  $(CC64) $(CC64_OPTS) .\src\WindowsUtils.c .\src\jni_WindowsRegistry.c .\src\jni_WindowsNativeUtils.c .\..\.common\src\CommonUtils.c
+  $(L64) $(L64_OPTS) ".\build\64bit\WindowsUtils.obj" ".\build\64bit\jni_WindowsRegistry.obj" ".\build\64bit\jni_WindowsNativeUtils.obj" ".\build\64bit\CommonUtils.obj"
+
+
+build-ia64:
+  Set CPU=IA64
+  Set Lib=%PLATFORM_SDK%\Lib\IA64;%PLATFORM_SDK%\Lib\IA64\atlmfc;
+  Set Include=%PLATFORM_SDK%\Include;%PLATFORM_SDK%\Include\crt;%PLATFORM_SDK%\Include\crt\sys;%PLATFORM_SDK%\Include\mfc;%PLATFORM_SDK%\Include\atl
+  Set Path=%PLATFORM_SDK%\Bin\Win64;%PLATFORM_SDK%\Bin;%PLATFORM_SDK%\Bin\WinNT;%path%
+  Set APPVER=5.02
+  Set TARGETOS=WINNT
+
+  $(CCIA64) $(CCIA64_OPTS) .\src\WindowsUtils.c .\src\jni_WindowsRegistry.c .\src\jni_WindowsNativeUtils.c .\..\.common\src\CommonUtils.c
+  $(LIA64) $(LIA64_OPTS) ".\build\ia64\WindowsUtils.obj" ".\build\ia64\jni_WindowsRegistry.obj" ".\build\ia64\jni_WindowsNativeUtils.obj" ".\build\ia64\CommonUtils.obj"
+
diff --git a/nbi/engine/native/jnilib/windows/Makefile-vc-wo-crt b/nbi/engine/native/jnilib/windows/Makefile-vc-wo-crt
new file mode 100644
index 0000000..e344b28
--- /dev/null
+++ b/nbi/engine/native/jnilib/windows/Makefile-vc-wo-crt
@@ -0,0 +1,79 @@
+#
+#
+
+
+!include <$(PLATFORM_SDK)/include/win32.mak>
+
+# define the compiler and linker for all the platforms
+CC32="$(VC_2005)\Bin\cl.exe"
+L32="$(VC_2005)\Bin\link.exe"
+
+L32_LIBS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
+CC32_OPTS=/GS- /O1 /Os /I "$(VC_2005)\include" /I "$(PLATFORM_SDK)\Include" /I "$(JAVA_HOME)\include" /I "$(JAVA_HOME)\include\win32" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "NBIJNILIBRARY_EXPORTS"  /D "_LITTLE_ENDIAN" /D "_WINDLL" /FD /MD /Fo".\build\32bit\\" /W3 /WX /c /Wp64 /Gd /TC 
+L32_OPTS=/NOENTRY /NODEFAULTLIB /OUT:".\dist\windows-x86.dll" /INCREMENTAL:NO /LIBPATH:"$(PLATFORM_SDK)\Lib" /LIBPATH:"$(VC_2005)\lib" /DLL /MANIFEST:NO /IGNOREIDL /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /MACHINE:X86 $(L32_LIBS)
+
+
+CC64="$(PLATFORM_SDK)\Bin\win64\x86\AMD64\cl.exe"
+L64="$(PLATFORM_SDK)\Bin\win64\x86\AMD64\link.exe"
+
+L64_LIBS=$(L32_LIBS)
+CC64_OPTS=/O1 /Os /GS- /I "$(VC_2005)\include" /I "$(PLATFORM_SDK)\Include" /I "$(PLATFORM_SDK)\Include\win64\crt\amd64" /I "$(JAVA_HOME)\include" /I "$(JAVA_HOME)\include\win32" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "NBIJNILIBRARY_EXPORTS" /D "_CRT_SECURE_NO_DEPRECATE"  /D "_LITTLE_ENDIAN" /D "_WINDLL" /FD /MD  /Fo".\build\64bit\\" /W3 /c /Wp64 /Gd /TC 
+L64_OPTS=/NOENTRY /NODEFAULTLIB /OUT:".\dist\windows-x64.dll" /INCREMENTAL:NO /LIBPATH:"$(PLATFORM_SDK)\Lib\amd64" /LIBPATH:"$(VC_2005)\lib" /DLL /MANIFEST:NO /IGNOREIDL /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /MACHINE:AMD64 $(L64_LIBS)
+
+CCIA64="$(PLATFORM_SDK)\Bin\win64\cl.exe"
+LIA64="$(PLATFORM_SDK)\Bin\win64\link.exe"
+
+LIA64_LIBS=$(L32_LIBS)
+CCIA64_OPTS=/O1 /Os /GS- /I "$(VC_2005)\include" /I "$(PLATFORM_SDK)\Include" /I "$(PLATFORM_SDK)\Include\win64\crt\amd64" /I "$(JAVA_HOME)\include" /I "$(JAVA_HOME)\include\win32" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D "NBIJNILIBRARY_EXPORTS" /D "_CRT_SECURE_NO_DEPRECATE"  /D "_LITTLE_ENDIAN" /D "_WINDLL" /FD /MD  /Fo".\build\ia64\\" /W3 /c /Wp64 /Gd /TC 
+LIA64_OPTS=/NOENTRY /NODEFAULTLIB /OUT:".\dist\windows-ia64.dll" /INCREMENTAL:NO /LIBPATH:"$(PLATFORM_SDK)\Lib\ia64" /LIBPATH:"$(VC_2005)\lib" /DLL /MANIFEST:NO /IGNOREIDL /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /MACHINE:IA64 $(LIA64_LIBS)
+
+
+all: init build-32 build-64 build-ia64
+
+init:
+  - md .\build\32bit
+  - md .\build\64bit
+  - md .\build\ia64
+  - md .\dist
+
+  del /Q /S build
+
+  del /Q .\dist\windows-x86.*
+  del /Q .\dist\windows-x64.*
+  del /Q .\dist\windows-ia64.*
+
+build-32: 
+  Set CPU=i386
+  Set Lib=%PLATFORM_SDK%\Lib;%Lib%
+  Set Include=%PLATFORM_SDK%\Include;%Include%
+  Set Path=%PLATFORM_SDK%\Bin;%PLATFORM_SDK%\Bin\WinNT;%VC_2005_PATH%;%path%
+  Set APPVER=5.01
+  Set TARGETOS=WINNT
+
+  $(CC32) $(CC32_OPTS) .\src\WindowsUtils.c .\src\jni_WindowsRegistry.c .\src\jni_WindowsNativeUtils.c .\..\.common\src\CommonUtils.c
+  $(L32) $(L32_OPTS) ".\build\32bit\WindowsUtils.obj" ".\build\32bit\jni_WindowsRegistry.obj" ".\build\32bit\jni_WindowsNativeUtils.obj" ".\build\32bit\CommonUtils.obj"
+  
+
+build-64:
+  Set CPU=AMD64
+  Set Lib=%PLATFORM_SDK%\Lib\AMD64;%PLATFORM_SDK%\Lib\AMD64\atlmfc;
+  Set Include=%PLATFORM_SDK%\Include;%PLATFORM_SDK%\Include\crt;%PLATFORM_SDK%\Include\crt\sys;%PLATFORM_SDK%\Include\mfc;%PLATFORM_SDK%\Include\atl
+  Set Path=%PLATFORM_SDK%\Bin\Win64\x86\AMD64;%PLATFORM_SDK%\Bin;%PLATFORM_SDK%\Bin\WinNT;%path%
+  Set APPVER=5.02
+  Set TARGETOS=WINNT
+
+  $(CC64) $(CC64_OPTS) .\src\WindowsUtils.c .\src\jni_WindowsRegistry.c .\src\jni_WindowsNativeUtils.c .\..\.common\src\CommonUtils.c
+  $(L64) $(L64_OPTS) ".\build\64bit\WindowsUtils.obj" ".\build\64bit\jni_WindowsRegistry.obj" ".\build\64bit\jni_WindowsNativeUtils.obj" ".\build\64bit\CommonUtils.obj"
+
+
+build-ia64:
+  Set CPU=IA64
+  Set Lib=%PLATFORM_SDK%\Lib\IA64;%PLATFORM_SDK%\Lib\IA64\atlmfc;
+  Set Include=%PLATFORM_SDK%\Include;%PLATFORM_SDK%\Include\crt;%PLATFORM_SDK%\Include\crt\sys;%PLATFORM_SDK%\Include\mfc;%PLATFORM_SDK%\Include\atl
+  Set Path=%PLATFORM_SDK%\Bin\Win64;%PLATFORM_SDK%\Bin;%PLATFORM_SDK%\Bin\WinNT;%path%
+  Set APPVER=5.02
+  Set TARGETOS=WINNT
+
+  $(CCIA64) $(CCIA64_OPTS) .\src\WindowsUtils.c .\src\jni_WindowsRegistry.c .\src\jni_WindowsNativeUtils.c .\..\.common\src\CommonUtils.c
+  $(LIA64) $(LIA64_OPTS) ".\build\ia64\WindowsUtils.obj" ".\build\ia64\jni_WindowsRegistry.obj" ".\build\ia64\jni_WindowsNativeUtils.obj" ".\build\ia64\CommonUtils.obj"
+
diff --git a/nbi/engine/native/jnilib/windows/nbproject/Makefile-Default-32bit.mk b/nbi/engine/native/jnilib/windows/nbproject/Makefile-Default-32bit.mk
new file mode 100644
index 0000000..25efc00
--- /dev/null
+++ b/nbi/engine/native/jnilib/windows/nbproject/Makefile-Default-32bit.mk
@@ -0,0 +1,110 @@
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+#
+# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+#
+# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+# Other names may be trademarks of their respective owners.
+#
+# The contents of this file are subject to the terms of either the GNU General Public
+# License Version 2 only ("GPL") or the Common Development and Distribution
+# License("CDDL") (collectively, the "License"). You may not use this file except in
+# compliance with the License. You can obtain a copy of the License at
+# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
+# License for the specific language governing permissions and limitations under the
+# License.  When distributing the software, include this License Header Notice in
+# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
+# designates this particular file as subject to the "Classpath" exception as provided
+# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
+# If applicable, add the following below the License Header, with the fields enclosed
+# by brackets [] replaced by your own identifying information:
+# "Portions Copyrighted [year] [name of copyright owner]"
+# 
+# Contributor(s):
+# 
+# The Original Software is NetBeans. The Initial Developer of the Original Software
+# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
+# Rights Reserved.
+# 
+# If you wish your version of this file to be governed by only the CDDL or only the
+# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
+# this software in this distribution under the [CDDL or GPL Version 2] license." If
+# you do not indicate a single choice of license, a recipient has the option to
+# distribute your version of this file under either the CDDL, the GPL Version 2 or
+# to extend the choice of license to its licensees as provided above. However, if you
+# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
+# option applies only if the new code is made subject to such option by the copyright
+# holder.
+# 
+
+# Environment
+MKDIR=mkdir
+CP=cp
+CCADMIN=CCadmin
+RANLIB=ranlib
+CC=gcc.exe
+CCC=g++.exe
+CXX=g++.exe
+FC=f77.exe
+
+# Include project Makefile
+include Makefile
+
+# Object Directory
+OBJECTDIR=build/Default-32bit/Cygwin-Windows
+
+# Object Files
+OBJECTFILES= \
+	${OBJECTDIR}/_ext/D_/work/nbi/engine/native/jnilib/windows/../.common/src/CommonUtils.o \
+	${OBJECTDIR}/src/jni_WindowsNativeUtils.o \
+	${OBJECTDIR}/src/jni_WindowsRegistry.o \
+	${OBJECTDIR}/src/WindowsUtils.o
+
+# C Compiler Flags
+CFLAGS=-mno-cygwin
+
+# CC Compiler Flags
+CCFLAGS=-mno-cygwin
+CXXFLAGS=-mno-cygwin
+
+# Fortran Compiler Flags
+FFLAGS=
+
+# Link Libraries and Options
+LDLIBSOPTIONS=\
+	-lole32 \
+	-luuid
+
+# Build Targets
+.build-conf: ${BUILD_SUBPROJECTS} dist/windows.dll
+
+dist/windows.dll: ${OBJECTFILES}
+	${MKDIR} -p dist
+	${LINK.c} -Wl,--add-stdcall-alias -shared -o dist/windows.dll -s ${OBJECTFILES} ${LDLIBSOPTIONS} 
+
+${OBJECTDIR}/_ext/D_/work/nbi/engine/native/jnilib/windows/../.common/src/CommonUtils.o: ../.common/src/CommonUtils.c 
+	${MKDIR} -p ${OBJECTDIR}/_ext/D_/work/nbi/engine/native/jnilib/windows/../.common/src
+	$(COMPILE.c) -s -I/usr/java/include -I/usr/java/include/win32 -o ${OBJECTDIR}/_ext/D_/work/nbi/engine/native/jnilib/windows/../.common/src/CommonUtils.o ../.common/src/CommonUtils.c
+
+${OBJECTDIR}/src/jni_WindowsNativeUtils.o: src/jni_WindowsNativeUtils.c 
+	${MKDIR} -p ${OBJECTDIR}/src
+	$(COMPILE.c) -s -I/usr/java/include -I/usr/java/include/win32 -o ${OBJECTDIR}/src/jni_WindowsNativeUtils.o src/jni_WindowsNativeUtils.c
+
+${OBJECTDIR}/src/jni_WindowsRegistry.o: src/jni_WindowsRegistry.c 
+	${MKDIR} -p ${OBJECTDIR}/src
+	$(COMPILE.c) -s -I/usr/java/include -I/usr/java/include/win32 -o ${OBJECTDIR}/src/jni_WindowsRegistry.o src/jni_WindowsRegistry.c
+
+${OBJECTDIR}/src/WindowsUtils.o: src/WindowsUtils.c 
+	${MKDIR} -p ${OBJECTDIR}/src
+	$(COMPILE.c) -s -I/usr/java/include -I/usr/java/include/win32 -o ${OBJECTDIR}/src/WindowsUtils.o src/WindowsUtils.c
+
+# Subprojects
+.build-subprojects:
+
+# Clean Targets
+.clean-conf:
+	${RM} -r build/Default-32bit
+	${RM} dist/windows.dll
+
+# Subprojects
+.clean-subprojects:
diff --git a/nbi/engine/native/jnilib/windows/nbproject/Makefile-Default-64bit.mk b/nbi/engine/native/jnilib/windows/nbproject/Makefile-Default-64bit.mk
new file mode 100644
index 0000000..87041a5
--- /dev/null
+++ b/nbi/engine/native/jnilib/windows/nbproject/Makefile-Default-64bit.mk
@@ -0,0 +1,110 @@
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+#
+# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+#
+# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+# Other names may be trademarks of their respective owners.
+#
+# The contents of this file are subject to the terms of either the GNU General Public
+# License Version 2 only ("GPL") or the Common Development and Distribution
+# License("CDDL") (collectively, the "License"). You may not use this file except in
+# compliance with the License. You can obtain a copy of the License at
+# http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
+# License for the specific language governing permissions and limitations under the
+# License.  When distributing the software, include this License Header Notice in
+# each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
+# designates this particular file as subject to the "Classpath" exception as provided
+# by Oracle in the GPL Version 2 section of the License file that accompanied this code.
+# If applicable, add the following below the License Header, with the fields enclosed
+# by brackets [] replaced by your own identifying information:
+# "Portions Copyrighted [year] [name of copyright owner]"
+# 
+# Contributor(s):
+# 
+# The Original Software is NetBeans. The Initial Developer of the Original Software
+# is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
+# Rights Reserved.
+# 
+# If you wish your version of this file to be governed by only the CDDL or only the
+# GPL Version 2, indicate your decision by adding "[Contributor] elects to include
+# this software in this distribution under the [CDDL or GPL Version 2] license." If
+# you do not indicate a single choice of license, a recipient has the option to
+# distribute your version of this file under either the CDDL, the GPL Version 2 or
+# to extend the choice of license to its licensees as provided above. However, if you
+# add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
+# option applies only if the new code is made subject to such option by the copyright
+# holder.
+# 
+
+# Environment
+MKDIR=mkdir
+CP=cp
+CCADMIN=CCadmin
+RANLIB=ranlib
+CC=gcc.exe
+CCC=g++.exe
+CXX=g++.exe
+FC=f77.exe
+
+# Include project Makefile
+include Makefile
+
+# Object Directory
+OBJECTDIR=build/Default-64bit/Cygwin-Windows
+
+# Object Files
+OBJECTFILES= \
+	${OBJECTDIR}/_ext/D_/work/nbi/engine/native/jnilib/windows/../.common/src/CommonUtils.o \
+	${OBJECTDIR}/src/jni_WindowsNativeUtils.o \
+	${OBJECTDIR}/src/jni_WindowsRegistry.o \
+	${OBJECTDIR}/src/WindowsUtils.o
+
+# C Compiler Flags
+CFLAGS=-mno-cygwin
+
+# CC Compiler Flags
+CCFLAGS=-mno-cygwin
+CXXFLAGS=-mno-cygwin
+
+# Fortran Compiler Flags
+FFLAGS=
+
+# Link Libraries and Options
+LDLIBSOPTIONS=\
+	-lole32 \
+	-luuid
+
+# Build Targets
+.build-conf: ${BUILD_SUBPROJECTS} dist/windows.dll
+
+dist/windows.dll: ${OBJECTFILES}
+	${MKDIR} -p dist
+	${LINK.c} -Wl,--add-stdcall-alias -shared -o dist/windows.dll -s ${OBJECTFILES} ${LDLIBSOPTIONS} 
+
+${OBJECTDIR}/_ext/D_/work/nbi/engine/native/jnilib/windows/../.common/src/CommonUtils.o: ../.common/src/CommonUtils.c 
+	${MKDIR} -p ${OBJECTDIR}/_ext/D_/work/nbi/engine/native/jnilib/windows/../.common/src
+	$(COMPILE.c) -s -I/usr/java/include -I/usr/java/include/win32 -o ${OBJECTDIR}/_ext/D_/work/nbi/engine/native/jnilib/windows/../.common/src/CommonUtils.o ../.common/src/CommonUtils.c
+
+${OBJECTDIR}/src/jni_WindowsNativeUtils.o: src/jni_WindowsNativeUtils.c 
+	${MKDIR} -p ${OBJECTDIR}/src
+	$(COMPILE.c) -s -I/usr/java/include -I/usr/java/include/win32 -o ${OBJECTDIR}/src/jni_WindowsNativeUtils.o src/jni_WindowsNativeUtils.c
+
+${OBJECTDIR}/src/jni_WindowsRegistry.o: src/jni_WindowsRegistry.c 
+	${MKDIR} -p ${OBJECTDIR}/src
+	$(COMPILE.c) -s -I/usr/java/include -I/usr/java/include/win32 -o ${OBJECTDIR}/src/jni_WindowsRegistry.o src/jni_WindowsRegistry.c
+
+${OBJECTDIR}/src/WindowsUtils.o: src/WindowsUtils.c 
+	${MKDIR} -p ${OBJECTDIR}/src
+	$(COMPILE.c) -s -I/usr/java/include -I/usr/java/include/win32 -o ${OBJECTDIR}/src/WindowsUtils.o src/WindowsUtils.c
+
+# Subprojects
+.build-subprojects:
+
+# Clean Targets
+.clean-conf:
+	${RM} -r build/Default-64bit
+	${RM} dist/windows.dll
+
+# Subprojects
+.clean-subprojects:
diff --git a/nbi/engine/native/jnilib/windows/nbproject/Makefile-impl.mk b/nbi/engine/native/jnilib/windows/nbproject/Makefile-impl.mk
new file mode 100644
index 0000000..182f388
--- /dev/null
+++ b/nbi/engine/native/jnilib/windows/nbproject/Makefile-impl.mk
@@ -0,0 +1,113 @@
+# 
+# Generated Makefile - do not edit! 
+# 
+# Edit the Makefile in the project folder instead (../Makefile). Each target
+# has a pre- and a post- target defined where you can add customization code.
+#
+# This makefile implements macros and targets common to all configurations.
+#
+# NOCDDL
+
+
+# Building and Cleaning subprojects are done by default, but can be controlled with the SUB
+# macro. If SUB=no, subprojects will not be built or cleaned. The following macro
+# statements set BUILD_SUB-CONF and CLEAN_SUB-CONF to .build-reqprojects-conf
+# and .clean-reqprojects-conf unless SUB has the value 'no'
+SUB_no=NO
+SUBPROJECTS=${SUB_${SUB}}
+BUILD_SUBPROJECTS_=.build-subprojects
+BUILD_SUBPROJECTS_NO=
+BUILD_SUBPROJECTS=${BUILD_SUBPROJECTS_${SUBPROJECTS}}
+CLEAN_SUBPROJECTS_=.clean-subprojects
+CLEAN_SUBPROJECTS_NO=
+CLEAN_SUBPROJECTS=${CLEAN_SUBPROJECTS_${SUBPROJECTS}}
+
+
+# Project Name
+PROJECTNAME=windows
+
+# Active Configuration
+ACTIVECONF=Default-32bit
+CONF=${ACTIVECONF}
+
+# All Configurations
+ALLCONFS=Default-32bit Default-64bit 
+
+
+# build
+.build-impl: .validate-impl 
+	@#echo "=> Running $@... Configuration=$(CONF)"
+	${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf
+
+
+# clean
+.clean-impl: .validate-impl
+	@#echo "=> Running $@... Configuration=$(CONF)"
+	${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf
+
+
+# clobber 
+.clobber-impl:
+	@#echo "=> Running $@..."
+	for CONF in ${ALLCONFS}; \
+	do \
+	    ${MAKE} -f nbproject/Makefile-$${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf; \
+	done
+
+# all 
+.all-impl:
+	@#echo "=> Running $@..."
+	for CONF in ${ALLCONFS}; \
+	do \
+	    ${MAKE} -f nbproject/Makefile-$${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf; \
+	done
+
+
+# configuration validation
+.validate-impl:
+	@if [ ! -f nbproject/Makefile-${CONF}.mk ]; \
+	then \
+	    echo ""; \
+	    echo "Error: can not find the makefile for configuration '${CONF}' in project ${PROJECTNAME}"; \
+	    echo "See 'make help' for details."; \
+	    echo "Current directory: " `pwd`; \
+	    echo ""; \
+	fi
+	@if [ ! -f nbproject/Makefile-${CONF}.mk ]; \
+	then \
+	    exit 1; \
+	fi
+
+
+# help
+.help-impl:
+	@echo "This makefile supports the following configurations:"
+	@echo "    ${ALLCONFS}"
+	@echo ""
+	@echo "and the following targets:"
+	@echo "    build  (default target)"
+	@echo "    clean"
+	@echo "    clobber"
+	@echo "    all"
+	@echo "    help"
+	@echo ""
+	@echo "Makefile Usage:"
+	@echo "    make [CONF=<CONFIGURATION>] [SUB=no] build"
+	@echo "    make [CONF=<CONFIGURATION>] [SUB=no] clean"
+	@echo "    make [SUB=no] clobber"
+	@echo "    make [SUB=no] all"
+	@echo "    make help"
+	@echo ""
+	@echo "Target 'build' will build a specific configuration and, unless 'SUB=no',"
+	@echo "    also build subprojects."
+	@echo "Target 'clean' will clean a specific configuration and, unless 'SUB=no',"
+	@echo "    also clean subprojects."
+	@echo "Target 'clobber' will remove all built files from all configurations and,"
+	@echo "    unless 'SUB=no', also from subprojects."
+	@echo "Target 'all' will will build all configurations and, unless 'SUB=no',"
+	@echo "    also build subprojects."
+	@echo "Target 'help' prints this message."
+	@echo ""
+	@echo "The active configuration (${ACTIVECONF}) is being used if the configuration is not specified."
+	@echo ""
+
diff --git a/nbi/engine/native/jnilib/windows/nbproject/configurations.xml b/nbi/engine/native/jnilib/windows/nbproject/configurations.xml
new file mode 100644
index 0000000..8cb7437
--- /dev/null
+++ b/nbi/engine/native/jnilib/windows/nbproject/configurations.xml
@@ -0,0 +1,197 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+
+  Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+
+  Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+  Other names may be trademarks of their respective owners.
+
+  The contents of this file are subject to the terms of either the GNU General Public
+  License Version 2 only ("GPL") or the Common Development and Distribution
+  License("CDDL") (collectively, the "License"). You may not use this file except in
+  compliance with the License. You can obtain a copy of the License at
+  http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
+  License for the specific language governing permissions and limitations under the
+  License.  When distributing the software, include this License Header Notice in
+  each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
+  designates this particular file as subject to the "Classpath" exception as provided
+  by Oracle in the GPL Version 2 section of the License file that accompanied this code.
+  If applicable, add the following below the License Header, with the fields enclosed
+  by brackets [] replaced by your own identifying information:
+  "Portions Copyrighted [year] [name of copyright owner]"
+  
+  Contributor(s):
+  
+  The Original Software is NetBeans. The Initial Developer of the Original Software
+  is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
+  Rights Reserved.
+  
+  If you wish your version of this file to be governed by only the CDDL or only the
+  GPL Version 2, indicate your decision by adding "[Contributor] elects to include
+  this software in this distribution under the [CDDL or GPL Version 2] license." If
+  you do not indicate a single choice of license, a recipient has the option to
+  distribute your version of this file under either the CDDL, the GPL Version 2 or
+  to extend the choice of license to its licensees as provided above. However, if you
+  add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
+  option applies only if the new code is made subject to such option by the copyright
+  holder.
+-->
+
+<configurationDescriptor version="35">
+  <logicalFolder name="root" displayName="root" projectFiles="true">
+    <logicalFolder name="SourceFiles"
+                   displayName="Source Files"
+                   projectFiles="true">
+      <itemPath>../.common/src/CommonUtils.c</itemPath>
+      <itemPath>src/jni_WindowsNativeUtils.c</itemPath>
+      <itemPath>src/jni_WindowsRegistry.c</itemPath>
+      <itemPath>src/WindowsUtils.c</itemPath>
+    </logicalFolder>
+    <logicalFolder name="HeaderFiles"
+                   displayName="Header Files"
+                   projectFiles="true">
+      <itemPath>../.common/src/CommonUtils.h</itemPath>
+      <itemPath>src/jni_WindowsNativeUtils.h</itemPath>
+      <itemPath>src/jni_WindowsRegistry.h</itemPath>
+      <itemPath>src/WindowsUtils.h</itemPath>
+    </logicalFolder>
+    <logicalFolder name="ResourceFiles"
+                   displayName="Resource Files"
+                   projectFiles="true">
+    </logicalFolder>
+    <logicalFolder name="ExternalFiles"
+                   displayName="Important Files"
+                   projectFiles="false">
+      <itemPath>Makefile</itemPath>
+    </logicalFolder>
+  </logicalFolder>
+  <projectmakefile>Makefile</projectmakefile>
+  <defaultConf>0</defaultConf>
+  <confs>
+    <conf name="Default-32bit" type="2">
+      <toolsSet>
+        <compilerSet>Cygwin</compilerSet>
+        <cRequired>true</cRequired>
+        <cppRequired>true</cppRequired>
+        <fortranRequired>false</fortranRequired>
+        <platform>3</platform>
+      </toolsSet>
+      <compileType>
+        <cCompilerTool>
+          <developmentMode>0</developmentMode>
+          <stripSymbols>true</stripSymbols>
+          <includeDirectories>
+            <directoryPath>/usr/java/include</directoryPath>
+            <directoryPath>/usr/java/include/win32</directoryPath>
+          </includeDirectories>
+          <commandLine>-mno-cygwin</commandLine>
+        </cCompilerTool>
+        <ccCompilerTool>
+          <developmentMode>0</developmentMode>
+          <stripSymbols>true</stripSymbols>
+          <includeDirectories>
+            <directoryPath>/usr/java/include</directoryPath>
+            <directoryPath>/usr/java/include\win32</directoryPath>
+          </includeDirectories>
+          <commandLine>-mno-cygwin</commandLine>
+        </ccCompilerTool>
+        <linkerTool>
+          <output>dist/windows.dll</output>
+          <stripSymbols>true</stripSymbols>
+          <linkerLibItems>
+            <linkerOptionItem>-lole32</linkerOptionItem>
+            <linkerOptionItem>-luuid</linkerOptionItem>
+          </linkerLibItems>
+          <commandLine>-Wl,--add-stdcall-alias</commandLine>
+        </linkerTool>
+      </compileType>
+      <item path="../.common/src/CommonUtils.c">
+        <itemTool>0</itemTool>
+      </item>
+      <item path="../.common/src/CommonUtils.h">
+        <itemTool>3</itemTool>
+      </item>
+      <item path="src/WindowsUtils.c">
+        <itemTool>0</itemTool>
+      </item>
+      <item path="src/WindowsUtils.h">
+        <itemTool>3</itemTool>
+      </item>
+      <item path="src/jni_WindowsNativeUtils.c">
+        <itemTool>0</itemTool>
+      </item>
+      <item path="src/jni_WindowsNativeUtils.h">
+        <itemTool>3</itemTool>
+      </item>
+      <item path="src/jni_WindowsRegistry.c">
+        <itemTool>0</itemTool>
+      </item>
+      <item path="src/jni_WindowsRegistry.h">
+        <itemTool>3</itemTool>
+      </item>
+    </conf>
+    <conf name="Default-64bit" type="2">
+      <toolsSet>
+        <compilerSet>Cygwin</compilerSet>
+        <cRequired>true</cRequired>
+        <cppRequired>true</cppRequired>
+        <fortranRequired>false</fortranRequired>
+        <platform>3</platform>
+      </toolsSet>
+      <compileType>
+        <cCompilerTool>
+          <developmentMode>0</developmentMode>
+          <stripSymbols>true</stripSymbols>
+          <includeDirectories>
+            <directoryPath>/usr/java/include</directoryPath>
+            <directoryPath>/usr/java/include/win32</directoryPath>
+          </includeDirectories>
+          <commandLine>-mno-cygwin</commandLine>
+        </cCompilerTool>
+        <ccCompilerTool>
+          <developmentMode>0</developmentMode>
+          <stripSymbols>true</stripSymbols>
+          <includeDirectories>
+            <directoryPath>/usr/java/include</directoryPath>
+            <directoryPath>/usr/java/include\win32</directoryPath>
+          </includeDirectories>
+          <commandLine>-mno-cygwin</commandLine>
+        </ccCompilerTool>
+        <linkerTool>
+          <output>dist/windows.dll</output>
+          <stripSymbols>true</stripSymbols>
+          <linkerLibItems>
+            <linkerOptionItem>-lole32</linkerOptionItem>
+            <linkerOptionItem>-luuid</linkerOptionItem>
+          </linkerLibItems>
+          <commandLine>-Wl,--add-stdcall-alias</commandLine>
+        </linkerTool>
+      </compileType>
+      <item path="../.common/src/CommonUtils.c">
+        <itemTool>0</itemTool>
+      </item>
+      <item path="../.common/src/CommonUtils.h">
+        <itemTool>3</itemTool>
+      </item>
+      <item path="src/WindowsUtils.c">
+        <itemTool>0</itemTool>
+      </item>
+      <item path="src/WindowsUtils.h">
+        <itemTool>3</itemTool>
+      </item>
+      <item path="src/jni_WindowsNativeUtils.c">
+        <itemTool>0</itemTool>
+      </item>
+      <item path="src/jni_WindowsNativeUtils.h">
+        <itemTool>3</itemTool>
+      </item>
+      <item path="src/jni_WindowsRegistry.c">
+        <itemTool>0</itemTool>
+      </item>
+      <item path="src/jni_WindowsRegistry.h">
+        <itemTool>3</itemTool>
+      </item>
+    </conf>
+  </confs>
+</configurationDescriptor>
diff --git a/nbi/engine/native/cleaner/windows/nbproject/project.properties b/nbi/engine/native/jnilib/windows/nbproject/project.properties
similarity index 100%
copy from nbi/engine/native/cleaner/windows/nbproject/project.properties
copy to nbi/engine/native/jnilib/windows/nbproject/project.properties
diff --git a/nbi/engine/native/jnilib/windows/nbproject/project.xml b/nbi/engine/native/jnilib/windows/nbproject/project.xml
new file mode 100644
index 0000000..a3307ff
--- /dev/null
+++ b/nbi/engine/native/jnilib/windows/nbproject/project.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+
+  Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+
+  Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+  Other names may be trademarks of their respective owners.
+
+  The contents of this file are subject to the terms of either the GNU General Public
+  License Version 2 only ("GPL") or the Common Development and Distribution
+  License("CDDL") (collectively, the "License"). You may not use this file except in
+  compliance with the License. You can obtain a copy of the License at
+  http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
+  License for the specific language governing permissions and limitations under the
+  License.  When distributing the software, include this License Header Notice in
+  each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
+  designates this particular file as subject to the "Classpath" exception as provided
+  by Oracle in the GPL Version 2 section of the License file that accompanied this code.
+  If applicable, add the following below the License Header, with the fields enclosed
+  by brackets [] replaced by your own identifying information:
+  "Portions Copyrighted [year] [name of copyright owner]"
+  
+  Contributor(s):
+  
+  The Original Software is NetBeans. The Initial Developer of the Original Software
+  is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
+  Rights Reserved.
+  
+  If you wish your version of this file to be governed by only the CDDL or only the
+  GPL Version 2, indicate your decision by adding "[Contributor] elects to include
+  this software in this distribution under the [CDDL or GPL Version 2] license." If
+  you do not indicate a single choice of license, a recipient has the option to
+  distribute your version of this file under either the CDDL, the GPL Version 2 or
+  to extend the choice of license to its licensees as provided above. However, if you
+  add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
+  option applies only if the new code is made subject to such option by the copyright
+  holder.
+-->
+
+<project xmlns="http://www.netbeans.org/ns/project/1">
+    <type>org.netbeans.modules.cnd.makeproject</type>
+    <configuration>
+        <data xmlns="http://www.netbeans.org/ns/make-project/1">
+            <name>NBI Native Library: Windows</name>
+            <make-project-type>0</make-project-type>
+        </data>
+    </configuration>
+</project>
diff --git a/nbi/engine/native/jnilib/windows/src/WindowsUtils.c b/nbi/engine/native/jnilib/windows/src/WindowsUtils.c
new file mode 100644
index 0000000..b658710
--- /dev/null
+++ b/nbi/engine/native/jnilib/windows/src/WindowsUtils.c
@@ -0,0 +1,166 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU General
+ * Public License Version 2 only ("GPL") or the Common Development and Distribution
+ * License("CDDL") (collectively, the "License"). You may not use this file except in
+ * compliance with the License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
+ * License for the specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header Notice in
+ * each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
+ * designates this particular file as subject to the "Classpath" exception as
+ * provided by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the License Header,
+ * with the fields enclosed by brackets [] replaced by your own identifying
+ * information: "Portions Copyrighted [year] [name of copyright owner]"
+ * 
+ * Contributor(s):
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original Software
+ * is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
+ * Rights Reserved.
+ * 
+ * If you wish your version of this file to be governed by only the CDDL or only the
+ * GPL Version 2, indicate your decision by adding "[Contributor] elects to include
+ * this software in this distribution under the [CDDL or GPL Version 2] license." If
+ * you do not indicate a single choice of license, a recipient has the option to
+ * distribute your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above. However, if
+ * you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
+ * the option applies only if the new code is made subject to such option by the
+ * copyright holder.
+ */
+
+#include <jni.h>
+#include <windows.h>
+#include <winreg.h>
+#include <winnt.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <malloc.h>
+
+#include "../../.common/src/CommonUtils.h"
+#include "WindowsUtils.h"
+#include "jni_WindowsRegistry.h"
+
+HKEY getHKEY(jint jSection) {
+    switch (jSection) {
+        case org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_CLASSES_ROOT:
+            return HKEY_CLASSES_ROOT;
+        case org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_CURRENT_USER:
+            return HKEY_CURRENT_USER;
+        case org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_LOCAL_MACHINE:
+            return HKEY_LOCAL_MACHINE;
+        case org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_USERS:
+            return HKEY_USERS;
+        case org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_CURRENT_CONFIG:
+            return HKEY_CURRENT_CONFIG;
+        case org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_DYN_DATA:
+            return HKEY_DYN_DATA;
+        case org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_PERFORMANCE_DATA:
+            return HKEY_PERFORMANCE_DATA;
+        default:
+            return NULL;
+    }
+}
+
+LONG getMode(jint jmode) {
+    switch (jmode) {
+        case org_netbeans_installer_utils_system_windows_WindowsRegistry_MODE_DEFAULT:
+            return 0L;
+        case org_netbeans_installer_utils_system_windows_WindowsRegistry_MODE_32BIT:
+            return KEY_WOW64_32KEY;
+        case org_netbeans_installer_utils_system_windows_WindowsRegistry_MODE_64BIT:
+            return KEY_WOW64_64KEY;
+        default:
+            return 0L;
+    }
+}
+
+
+int queryValue(int mode, HKEY section, const unsigned short* key, const unsigned short* name, DWORD* type, DWORD* size, byte** value, int expand) {
+    int result = 1;
+    
+    HKEY hkey = 0;
+    int tempType = 0;
+    int tempSize = 0;
+    byte* tempValue = NULL;
+    
+    if (RegOpenKeyExW(section, key, 0, KEY_QUERY_VALUE | mode, &hkey) == ERROR_SUCCESS) {
+        if (RegQueryValueExW(hkey, name, NULL, (LPDWORD) &tempType, NULL, (LPDWORD) &tempSize) == ERROR_SUCCESS) {
+            tempValue = (byte*) MALLOC(tempSize + 8);
+            
+            if (tempValue != NULL) {
+                ZERO(tempValue, tempSize + 8);
+                
+                if (RegQueryValueExW(hkey, name, NULL, (LPDWORD) &tempType, tempValue, (LPDWORD) &tempSize) == ERROR_SUCCESS) {
+                    if (expand && (tempType == REG_EXPAND_SZ)) {
+                        int expandedSize = (int) WCSLEN((unsigned short*) tempValue) + 2;
+                        byte* expandedValue = (byte*) MALLOC(expandedSize * sizeof(wchar_t));
+                        int expandedCharsNumber = 0;
+                        ZERO(expandedValue, expandedSize);
+                        expandedCharsNumber = ExpandEnvironmentStringsW((unsigned short*) tempValue, (unsigned short*) expandedValue, tempSize);
+                        if (expandedCharsNumber > tempSize) {
+                            FREE(expandedValue);
+                            expandedValue       = (byte*) MALLOC(expandedCharsNumber * sizeof(wchar_t));
+                            expandedCharsNumber = ExpandEnvironmentStringsW((unsigned short*) tempValue, (unsigned short*) expandedValue, expandedCharsNumber);
+                        }
+                        
+                        FREE(tempValue);
+                        tempValue = expandedValue;
+                    }
+                } else {
+                    FREE(tempValue);
+                    result = 0;
+                }
+            }
+        } else {
+            result = 0;
+        }
+    } else {
+        result = 0;
+    }
+    
+    if (hkey != 0) {
+        RegCloseKey(hkey);
+    }
+    
+    if (type != NULL) {
+        *type = tempType;
+    }
+    if (size != NULL) {
+        *size = tempSize;
+    }
+    if ((value != NULL) && (tempValue != NULL)) {
+        *value = tempValue;
+    }
+    
+    return result;
+}
+
+int setValue(int mode, HKEY section, const unsigned short* key, const unsigned short* name, DWORD type, const byte* data, int size, int expand) {
+    int result = 1;
+    
+    HKEY hkey  = 0;
+    
+    if (RegOpenKeyExW(section, key, 0, KEY_SET_VALUE | mode, &hkey) == ERROR_SUCCESS) {
+        if (!(RegSetValueExW(hkey, name, 0, type, data, size) == ERROR_SUCCESS)) {
+            result = 0;
+        }
+    } else {
+        result = 0;
+    }
+    
+    if (hkey != 0) {
+        RegCloseKey(hkey);
+    }
+    
+    return result;
+}
diff --git a/nbi/engine/native/jnilib/windows/src/WindowsUtils.h b/nbi/engine/native/jnilib/windows/src/WindowsUtils.h
new file mode 100644
index 0000000..4a8868c
--- /dev/null
+++ b/nbi/engine/native/jnilib/windows/src/WindowsUtils.h
@@ -0,0 +1,68 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU General
+ * Public License Version 2 only ("GPL") or the Common Development and Distribution
+ * License("CDDL") (collectively, the "License"). You may not use this file except in
+ * compliance with the License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
+ * License for the specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header Notice in
+ * each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
+ * designates this particular file as subject to the "Classpath" exception as
+ * provided by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the License Header,
+ * with the fields enclosed by brackets [] replaced by your own identifying
+ * information: "Portions Copyrighted [year] [name of copyright owner]"
+ * 
+ * Contributor(s):
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original Software
+ * is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
+ * Rights Reserved.
+ * 
+ * If you wish your version of this file to be governed by only the CDDL or only the
+ * GPL Version 2, indicate your decision by adding "[Contributor] elects to include
+ * this software in this distribution under the [CDDL or GPL Version 2] license." If
+ * you do not indicate a single choice of license, a recipient has the option to
+ * distribute your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above. However, if
+ * you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
+ * the option applies only if the new code is made subject to such option by the
+ * copyright holder.
+ */
+
+#include <jni.h>
+#include <windows.h>
+#include <winreg.h>
+#include <winnt.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <malloc.h>
+
+#include "../../.common/src/CommonUtils.h"
+
+#ifndef _WindowsUtils_H
+#define _WindowsUtils_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+HKEY getHKEY(jint jSection);
+
+int queryValue(int mode, HKEY section, const unsigned short * key, const unsigned short * name, DWORD* type, DWORD* size, byte** value, int expand);
+
+int setValue(int mode, HKEY section, const unsigned short * key, const unsigned short * name, DWORD type, const byte* data, int size, int expand);
+
+LONG getMode(jint jmode);
+#ifdef __cplusplus
+}
+#endif
+#endif // _WindowsUtils_H
diff --git a/nbi/engine/native/jnilib/windows/src/jni_WindowsNativeUtils.c b/nbi/engine/native/jnilib/windows/src/jni_WindowsNativeUtils.c
new file mode 100644
index 0000000..762d45c
--- /dev/null
+++ b/nbi/engine/native/jnilib/windows/src/jni_WindowsNativeUtils.c
@@ -0,0 +1,420 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU General
+ * Public License Version 2 only ("GPL") or the Common Development and Distribution
+ * License("CDDL") (collectively, the "License"). You may not use this file except in
+ * compliance with the License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
+ * License for the specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header Notice in
+ * each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
+ * designates this particular file as subject to the "Classpath" exception as
+ * provided by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the License Header,
+ * with the fields enclosed by brackets [] replaced by your own identifying
+ * information: "Portions Copyrighted [year] [name of copyright owner]"
+ * 
+ * Contributor(s):
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original Software
+ * is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
+ * Rights Reserved.
+ * 
+ * If you wish your version of this file to be governed by only the CDDL or only the
+ * GPL Version 2, indicate your decision by adding "[Contributor] elects to include
+ * this software in this distribution under the [CDDL or GPL Version 2] license." If
+ * you do not indicate a single choice of license, a recipient has the option to
+ * distribute your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above. However, if
+ * you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
+ * the option applies only if the new code is made subject to such option by the
+ * copyright holder.
+ */
+
+#include <jni.h>
+#include <windows.h>
+#include <lmcons.h>
+#include <shlguid.h>
+#include <shlobj.h>
+
+#include "../../.common/src/CommonUtils.h"
+#include "WindowsUtils.h"
+#include "jni_WindowsNativeUtils.h"
+
+////////////////////////////////////////////////////////////////////////////////
+// Functions
+
+JNIEXPORT jboolean JNICALL Java_org_netbeans_installer_utils_system_WindowsNativeUtils_isCurrentUserAdmin0(JNIEnv* jEnv, jobject jObject) {
+    BOOL result = FALSE;
+    
+    PACL pACL = NULL;
+    PSID psidAdmin = NULL;
+    HANDLE token = NULL;
+    HANDLE duplToken = NULL;
+    PSECURITY_DESCRIPTOR adminDescriptor = NULL;
+    
+    SID_IDENTIFIER_AUTHORITY SystemSidAuthority = SECURITY_NT_AUTHORITY;
+    DWORD aclSize;
+    
+    const DWORD ACCESS_READ  = 1;
+    const DWORD ACCESS_WRITE = 2;
+    
+    GENERIC_MAPPING mapping;
+    
+    PRIVILEGE_SET ps;
+    DWORD status;
+    DWORD structSize = sizeof(PRIVILEGE_SET);
+    
+    // MS KB 118626
+    while (TRUE) {
+        if (!OpenThreadToken(GetCurrentThread(), TOKEN_DUPLICATE | TOKEN_QUERY, TRUE, &token)) {
+            if (GetLastError() != ERROR_NO_TOKEN) {
+                throwException(jEnv, "Native error");
+                break;
+            }
+            
+            if (!OpenProcessToken(GetCurrentProcess(), TOKEN_DUPLICATE | TOKEN_QUERY, &token)) {
+                throwException(jEnv, "Native error");
+                break;
+            }
+        }
+        
+        if (!DuplicateToken(token, SecurityImpersonation, &duplToken)) {
+            throwException(jEnv, "Native error");
+            break;
+        }
+        
+        if (!AllocateAndInitializeSid(&SystemSidAuthority, 2, SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_ADMINS, 0, 0, 0, 0, 0, 0, &psidAdmin)) {
+            throwException(jEnv, "Native error");
+            break;
+        }
+        
+        adminDescriptor = (PSECURITY_DESCRIPTOR) LocalAlloc(LPTR, SECURITY_DESCRIPTOR_MIN_LENGTH);
+        if (adminDescriptor == NULL) {
+            throwException(jEnv, "Native error");
+            break;
+        }
+        if (!InitializeSecurityDescriptor(adminDescriptor, SECURITY_DESCRIPTOR_REVISION)) {
+            throwException(jEnv, "Native error");
+            break;
+        }
+        
+        aclSize = sizeof(ACL) + sizeof(ACCESS_ALLOWED_ACE) + GetLengthSid(psidAdmin) - sizeof(DWORD);
+        
+        pACL = (PACL) LocalAlloc(LPTR, aclSize);
+        if (pACL == NULL) {
+            throwException(jEnv, "Native error");
+            break;
+        }
+        if (!InitializeAcl(pACL, aclSize, ACL_REVISION2)) {
+            throwException(jEnv, "Native error");
+            break;
+        }
+        
+        if (!AddAccessAllowedAce(pACL, ACL_REVISION2, ACCESS_READ | ACCESS_WRITE , psidAdmin)) {
+            throwException(jEnv, "Native error");
+            break;
+        }
+        if (!SetSecurityDescriptorDacl(adminDescriptor, TRUE, pACL, FALSE)) {
+            throwException(jEnv, "Native error");
+            break;
+        }
+        
+        SetSecurityDescriptorGroup(adminDescriptor, psidAdmin, FALSE);
+        SetSecurityDescriptorOwner(adminDescriptor, psidAdmin, FALSE);
+        
+        if (!IsValidSecurityDescriptor(adminDescriptor)) {
+            throwException(jEnv, "Native error");
+            break;
+        }
+        
+        mapping.GenericRead    = ACCESS_READ;
+        mapping.GenericWrite   = ACCESS_WRITE;
+        mapping.GenericExecute = 0;
+        mapping.GenericAll     = ACCESS_READ | ACCESS_WRITE;
+        
+        if (!AccessCheck(adminDescriptor, duplToken, ACCESS_READ, &mapping, &ps, &structSize, &status, &result)) {
+            throwException(jEnv, "Native error");
+            break;
+        }
+        
+        break;
+    }
+    
+    if (pACL) {
+        LocalFree(pACL);
+    }
+    if (adminDescriptor) {
+        LocalFree(adminDescriptor);
+    }
+    if (psidAdmin) {
+        FreeSid(psidAdmin);
+    }
+    if (duplToken) {
+        CloseHandle(duplToken);
+    }
+    if (token) {
+        CloseHandle(token);
+    }
+    
+    return result;
+}
+
+JNIEXPORT jlong JNICALL Java_org_netbeans_installer_utils_system_WindowsNativeUtils_getFreeSpace0(JNIEnv* jEnv, jobject jObject, jstring jPath) {
+    WCHAR*  path = getWideChars(jEnv, jPath);
+    jlong  size = 0;
+    typedef struct int64s { unsigned long Low, High; } int64t;
+    int64t bytes;
+    if (GetDiskFreeSpaceExW(path, (PULARGE_INTEGER) &bytes, NULL, NULL)) {
+        unsigned long h = bytes.High;
+        // workaround of using missing _allmul function
+        // replace multiplication by sum
+        // (2^32 * high + low) = 2^32 + 2^32 + ... (bytes.High times total) + bytes.Low     
+        // can be relatively expensive on big sizes (peta bytes and more)
+        while(h > 0) {
+            h--;
+            size+=4294967296L;
+        }
+        size+= bytes.Low;
+    } else {
+        throwException(jEnv, "Native error");
+    }
+    
+    FREE(path);
+    
+    return size;
+}
+
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_WindowsNativeUtils_createShortcut0(JNIEnv* jEnv, jobject jObject, jobject jShortcut) {
+    unsigned short *shortcutPath     = getWideStringFromMethod(jEnv, jShortcut, "getPath");
+    unsigned short *targetPath       = getWideStringFromMethod(jEnv, jShortcut, "getTargetPath");
+    unsigned short *description      = getWideStringFromMethod(jEnv, jShortcut, "getDescription");
+    unsigned short *iconPath         = getWideStringFromMethod(jEnv, jShortcut, "getIconPath");
+    jint            iconIndex        = getIntFromMethod       (jEnv, jShortcut, "getIconIndex");
+    unsigned short *workingDirectory = getWideStringFromMethod(jEnv, jShortcut, "getWorkingDirectoryPath");
+    unsigned short *arguments        = getWideStringFromMethod(jEnv, jShortcut, "getArgumentsString");
+    
+    HRESULT     tempResult;
+    IShellLinkW* shell;
+    
+    HRESULT comStart = CoInitialize(NULL);
+    int errorCode = 0;
+    
+    tempResult = CoCreateInstance(&CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, &IID_IShellLinkW, (void **) &shell);
+    
+    if (SUCCEEDED(tempResult)) {
+        IPersistFile *persistFile;
+        // we will save the shell link in persistent storage
+        tempResult = shell->lpVtbl->QueryInterface(shell, &IID_IPersistFile, (void **) &persistFile);
+        
+        if (SUCCEEDED(tempResult)) {
+            tempResult = shell->lpVtbl->SetPath(shell, targetPath);
+            if (!SUCCEEDED(tempResult)) {
+                throwException(jEnv, "Native error (-2)");
+                errorCode = -2;
+            }
+            // make sure description length is less than MAX_PATH
+            if ((errorCode == 0) && (description != NULL)) {
+                if (WCSLEN(description) < MAX_PATH) {
+                    if (!SUCCEEDED(shell->lpVtbl->SetDescription(shell, description))) {
+                        throwException(jEnv, "Native error (-3)");
+                        errorCode = -3;
+                    }
+                } else {
+                    unsigned short *desc = (unsigned short *) MALLOC(sizeof(unsigned short) * MAX_PATH);
+                    ZERO(desc, sizeof(unsigned short) * MAX_PATH);
+                    desc = WCSNCPY(desc, description, MAX_PATH);
+                    if (!SUCCEEDED(shell->lpVtbl->SetDescription(shell, desc))) {
+                        throwException(jEnv, "Native error (-4)");
+                        errorCode = -4;
+                    }
+                    FREE(desc);
+                }
+            }
+            if ((errorCode == 0) && (arguments != NULL)) {
+                if (!SUCCEEDED(shell->lpVtbl->SetArguments(shell, arguments))) {
+                    throwException(jEnv, "Native error (-5)");
+                    errorCode = -5;
+                }
+            }
+            if ((errorCode == 0) && (workingDirectory != NULL)) {
+                if (!SUCCEEDED(shell->lpVtbl->SetWorkingDirectory(shell, workingDirectory))) {
+                    throwException(jEnv, "Native error (-6)");
+                    errorCode = -6;
+                }
+            }
+            if ((errorCode == 0) && (iconPath != NULL)) {
+                if (!SUCCEEDED(shell->lpVtbl->SetIconLocation(shell, iconPath, iconIndex))) {
+                    throwException(jEnv, "Native error (-7)");
+                    errorCode = -7;
+                }
+            }
+            // use normal window.
+            if (errorCode == 0) {
+                if (!SUCCEEDED(shell->lpVtbl->SetShowCmd(shell, SW_NORMAL))) {
+                    throwException(jEnv, "Native error (-8)");
+                    errorCode = -8;
+                }
+            }
+            if (errorCode == 0) {
+                if (mkdirsW(jEnv, shortcutPath)) {
+                    if (!SUCCEEDED(persistFile->lpVtbl->Save(persistFile, shortcutPath, TRUE))) {
+                        throwException(jEnv, "Native error (-9)");
+                        errorCode = -9;
+                    }
+                } else {
+                    throwException(jEnv, "Native error (-10)");
+                    errorCode = -10;
+                }
+            }
+            
+            if (errorCode == 0) {
+                persistFile->lpVtbl->Release(persistFile);
+            }
+        } else {
+            throwException(jEnv, "Native error (-11)");
+            errorCode = -11;
+        }
+        shell->lpVtbl->Release(shell);
+    } else {
+        throwException(jEnv, "Native error (-12)");
+        errorCode = -12;
+    }
+    
+    if (comStart == S_OK) {
+        CoUninitialize();
+    }
+    
+    FREE(shortcutPath);
+    FREE(targetPath);
+    FREE(description);
+    FREE(iconPath);
+    FREE(workingDirectory);
+    FREE(arguments);
+}
+
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_WindowsNativeUtils_deleteFileOnReboot0(JNIEnv* jEnv, jobject jObject, jstring jPath) {
+    unsigned short * path = getWideChars(jEnv, jPath);
+    
+    if (!MoveFileExW(path, NULL, MOVEFILE_DELAY_UNTIL_REBOOT)) {
+        throwException(jEnv, "Native error");
+    }
+    
+    FREE(path);
+}
+
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_WindowsNativeUtils_createProcessWithoutHandles0(JNIEnv* jEnv, jobject jObject, jstring jCommand) {
+    unsigned short * command = getWideChars(jEnv, jCommand);
+    STARTUPINFOW si;
+    PROCESS_INFORMATION pi;
+    
+    ZERO(&si, sizeof(si));
+    si.cb = sizeof(si);
+    ZERO(&pi, sizeof(pi));
+    if(!CreateProcessW(NULL,   // executable name - use command line
+            command,    // command line
+            NULL,   // process security attribute
+            NULL,   // thread security attribute
+            FALSE,   // inherits system handles
+            0,      // no creation flags
+            NULL,   // use parent's environment block
+            NULL,   // use parent's starting directory
+            &si,    // (in) startup information
+            &pi)) {   // (out) process information
+        throwException(jEnv, "Cannot create process.\n");
+    }
+    
+    
+    FREE(command);
+}
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_WindowsNativeUtils_notifyAssociationChanged0(JNIEnv *jEnv, jobject jObj) {
+    SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_IDLIST, 0, 0);
+}
+
+JNIEXPORT jboolean JNICALL Java_org_netbeans_installer_utils_system_WindowsNativeUtils_notifyEnvironmentChanged0(JNIEnv *jEnv, jobject jObj) {
+    /* maximum 1 sec timeout for each window in the system */
+    DWORD dwReturnValue = 0;
+    LRESULT result = SendMessageTimeout(HWND_BROADCAST, WM_SETTINGCHANGE, 0, (LPARAM) "Environment", SMTO_ABORTIFHUNG, 1000, (PDWORD_PTR) &dwReturnValue);
+    return (result!=0);
+}
+
+
+JNIEXPORT jint JNICALL Java_org_netbeans_installer_utils_system_WindowsNativeUtils_checkAccessTokenAccessLevel0(JNIEnv *jEnv, jobject jObj, jstring jPath, jint jLevel) {
+    unsigned short * path = getWideChars(jEnv, jPath);
+    PSECURITY_DESCRIPTOR    pSD;
+    DWORD nLength;
+    
+    PRIVILEGE_SET PrivilegeSet;
+    DWORD PrivSetSize = sizeof (PRIVILEGE_SET);
+    
+    HANDLE hToken;
+    
+    GENERIC_MAPPING GenericMapping;
+    DWORD DesiredAccess = (DWORD) jLevel ;
+    
+    BOOL bAccessGranted;
+    DWORD GrantedAccess;
+    
+    // create memory for storing user's security descriptor
+    GetFileSecurityW(path, OWNER_SECURITY_INFORMATION | GROUP_SECURITY_INFORMATION | DACL_SECURITY_INFORMATION, NULL, 0, &nLength);
+    
+    pSD = (PSECURITY_DESCRIPTOR) HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, nLength);
+    
+    if (pSD == NULL) {
+        throwException(jEnv, "Unable to allocate memory to store security descriptor.\n");
+        return -1;
+    }
+    // Get the security descriptor
+    if (!GetFileSecurityW(path, OWNER_SECURITY_INFORMATION | GROUP_SECURITY_INFORMATION | DACL_SECURITY_INFORMATION,  pSD, nLength, &nLength)) {
+        throwException(jEnv, "Unable to obtain security descriptor.\n");
+        FREE(path);
+        return (-3);
+    }
+    FREE(path);
+    
+    /* Perform security impersonation of the user and open */
+    /* the resulting thread token. */
+    if (!ImpersonateSelf(SecurityImpersonation)) {
+        throwException(jEnv, "Unable to perform security impersonation.\n");
+        HeapFree(GetProcessHeap(), 0, pSD);
+        return (-4);
+    }
+    
+    if (!OpenThreadToken(GetCurrentThread(), TOKEN_DUPLICATE | TOKEN_QUERY, FALSE, &hToken)) {
+        throwException(jEnv, "Unable to get current thread's token.\n");
+        HeapFree(GetProcessHeap(), 0, pSD);
+        return (-5);
+    }
+    RevertToSelf();
+    
+    ZERO(&GenericMapping, sizeof (GENERIC_MAPPING));
+    
+    DesiredAccess = DesiredAccess | STANDARD_RIGHTS_READ;
+    GenericMapping.GenericRead = FILE_GENERIC_READ;
+    
+    if(jLevel & FILE_WRITE_DATA) {
+        GenericMapping.GenericWrite = FILE_GENERIC_WRITE;
+    }
+    
+    MapGenericMask(&DesiredAccess, &GenericMapping);
+    
+    /* Perform access check using the token. */
+    if (!AccessCheck(pSD, hToken, DesiredAccess, &GenericMapping, &PrivilegeSet, &PrivSetSize, &GrantedAccess, &bAccessGranted)) {
+        throwException(jEnv, "Unable to perform access check.\n");
+        CloseHandle(hToken);
+        HeapFree(GetProcessHeap(), 0, pSD);
+        return (-6);
+    }
+    /* Clean up. */
+    HeapFree(GetProcessHeap(), 0, pSD);
+    CloseHandle(hToken);
+    return (bAccessGranted);
+}
+
+
diff --git a/nbi/engine/native/jnilib/windows/src/jni_WindowsNativeUtils.h b/nbi/engine/native/jnilib/windows/src/jni_WindowsNativeUtils.h
new file mode 100644
index 0000000..47372b4
--- /dev/null
+++ b/nbi/engine/native/jnilib/windows/src/jni_WindowsNativeUtils.h
@@ -0,0 +1,129 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU General
+ * Public License Version 2 only ("GPL") or the Common Development and Distribution
+ * License("CDDL") (collectively, the "License"). You may not use this file except in
+ * compliance with the License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
+ * License for the specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header Notice in
+ * each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
+ * designates this particular file as subject to the "Classpath" exception as
+ * provided by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the License Header,
+ * with the fields enclosed by brackets [] replaced by your own identifying
+ * information: "Portions Copyrighted [year] [name of copyright owner]"
+ * 
+ * Contributor(s):
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original Software
+ * is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
+ * Rights Reserved.
+ * 
+ * If you wish your version of this file to be governed by only the CDDL or only the
+ * GPL Version 2, indicate your decision by adding "[Contributor] elects to include
+ * this software in this distribution under the [CDDL or GPL Version 2] license." If
+ * you do not indicate a single choice of license, a recipient has the option to
+ * distribute your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above. However, if
+ * you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
+ * the option applies only if the new code is made subject to such option by the
+ * copyright holder.
+ */
+
+#include <jni.h>
+/* Header for class org_netbeans_installer_utils_system_WindowsNativeUtils */
+
+#ifndef _Included_org_netbeans_installer_utils_system_WindowsNativeUtils
+#define _Included_org_netbeans_installer_utils_system_WindowsNativeUtils
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#undef org_netbeans_installer_utils_system_WindowsNativeUtils_MIN_UID_INDEX
+#define org_netbeans_installer_utils_system_WindowsNativeUtils_MIN_UID_INDEX 1L
+
+#undef org_netbeans_installer_utils_system_WindowsNativeUtils_MAX_UID_INDEX
+#define org_netbeans_installer_utils_system_WindowsNativeUtils_MAX_UID_INDEX 100L
+
+/*
+ * Class:     org_netbeans_installer_utils_system_WindowsNativeUtils
+ * Method:    isCurrentUserAdmin0
+ * Signature: ()Z
+ */
+JNIEXPORT jboolean JNICALL Java_org_netbeans_installer_utils_system_WindowsNativeUtils_isCurrentUserAdmin0
+  (JNIEnv *, jobject);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_WindowsNativeUtils
+ * Method:    getFreeSpace0
+ * Signature: (Ljava/lang/String;)J
+ */
+JNIEXPORT jlong JNICALL Java_org_netbeans_installer_utils_system_WindowsNativeUtils_getFreeSpace0
+  (JNIEnv *, jobject, jstring);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_WindowsNativeUtils
+ * Method:    createShortcut0
+ * Signature: (Lorg/netbeans/installer/utils/system/shortcut/FileShortcut;)V
+ */
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_WindowsNativeUtils_createShortcut0
+  (JNIEnv *, jobject, jobject);
+
+
+/*
+ * Class:     org_netbeans_installer_utils_system_WindowsNativeUtils
+ * Method:    deleteFileOnReboot0
+ * Signature: (Ljava/lang/String;)V
+ */
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_WindowsNativeUtils_deleteFileOnReboot0
+  (JNIEnv *, jobject, jstring);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_WindowsNativeUtils
+ * Method:    createProcessWithoutHandles0
+ * Signature: (Ljava/lang/String;)V
+ */
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_WindowsNativeUtils_createProcessWithoutHandles0
+  (JNIEnv *, jobject, jstring);
+
+
+/*
+ * Class:     org_netbeans_installer_utils_system_WindowsNativeUtils
+ * Method:    notifyAssociationChanged0
+ * Signature: ()V
+ */
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_WindowsNativeUtils_notifyAssociationChanged0
+  (JNIEnv *, jobject);
+
+
+/*
+ * Class:     org_netbeans_installer_utils_system_WindowsNativeUtils
+ * Method:    checkAccessTokenAccessLevel0
+ * Signature: (Ljava/lang/String;I)I
+ */
+JNIEXPORT jint JNICALL Java_org_netbeans_installer_utils_system_WindowsNativeUtils_checkAccessTokenAccessLevel0
+  (JNIEnv *, jobject, jstring, jint);
+
+
+/*
+ * Class:     org_netbeans_installer_utils_system_WindowsNativeUtils
+ * Method:    notifyEnvironmentChanged0
+ * Signature: ()Z
+ */
+JNIEXPORT jboolean JNICALL Java_org_netbeans_installer_utils_system_WindowsNativeUtils_notifyEnvironmentChanged0
+  (JNIEnv *, jobject);
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
diff --git a/nbi/engine/native/jnilib/windows/src/jni_WindowsRegistry.c b/nbi/engine/native/jnilib/windows/src/jni_WindowsRegistry.c
new file mode 100644
index 0000000..b586a2f
--- /dev/null
+++ b/nbi/engine/native/jnilib/windows/src/jni_WindowsRegistry.c
@@ -0,0 +1,652 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU General
+ * Public License Version 2 only ("GPL") or the Common Development and Distribution
+ * License("CDDL") (collectively, the "License"). You may not use this file except in
+ * compliance with the License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
+ * License for the specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header Notice in
+ * each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
+ * designates this particular file as subject to the "Classpath" exception as
+ * provided by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the License Header,
+ * with the fields enclosed by brackets [] replaced by your own identifying
+ * information: "Portions Copyrighted [year] [name of copyright owner]"
+ * 
+ * Contributor(s):
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original Software
+ * is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
+ * Rights Reserved.
+ * 
+ * If you wish your version of this file to be governed by only the CDDL or only the
+ * GPL Version 2, indicate your decision by adding "[Contributor] elects to include
+ * this software in this distribution under the [CDDL or GPL Version 2] license." If
+ * you do not indicate a single choice of license, a recipient has the option to
+ * distribute your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above. However, if
+ * you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
+ * the option applies only if the new code is made subject to such option by the
+ * copyright holder.
+ */
+
+#include <jni.h>
+#include <windows.h>
+#include <winreg.h>
+#include <winnt.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <malloc.h>
+
+#include "../../.common/src/CommonUtils.h"
+#include "WindowsUtils.h"
+#include "jni_WindowsRegistry.h"
+
+////////////////////////////////////////////////////////////////////////////////
+// Globals
+
+// maximum length of a registry value
+const DWORD MAX_LEN_VALUE_NAME = 16383;
+
+////////////////////////////////////////////////////////////////////////////////
+// Functions
+
+JNIEXPORT jboolean JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_checkKeyAccess0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jKey, jint jLevel) {
+    HKEY  hkey = 0;
+    unsigned short * key = getWideChars(jEnv, jKey);
+    
+    jboolean result = FALSE;
+    REGSAM access = (jLevel==0) ? KEY_READ : KEY_ALL_ACCESS;
+    result = (RegOpenKeyExW(getHKEY(jSection), key, 0, access | getMode(jMode), &hkey) == ERROR_SUCCESS);
+    
+    if (hkey != 0) {
+        RegCloseKey(hkey);
+    }
+    
+    FREE(key);
+    
+    return result;
+}
+
+JNIEXPORT jboolean JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_valueExists0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jKey, jstring jName) {
+    HKEY  hkey  = 0;
+    unsigned short * key   = getWideChars(jEnv, jKey);
+    unsigned short * value = getWideChars(jEnv, jName);
+    jboolean result = FALSE;
+    if (RegOpenKeyExW(getHKEY(jSection), key, 0, KEY_QUERY_VALUE | getMode(jMode), &hkey) == ERROR_SUCCESS) {
+        result = (RegQueryValueExW(hkey, value, NULL, NULL, NULL, NULL) == ERROR_SUCCESS);
+    } else {
+        throwException(jEnv, "Cannot open key");
+    }
+    
+    if (hkey != 0) {
+        RegCloseKey(hkey);
+    }
+    FREE(key);
+    FREE(value);
+    
+    return result;
+}
+
+JNIEXPORT jboolean JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_keyEmpty0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jKey) {
+    HKEY  hkey = 0;
+    unsigned short* key = getWideChars(jEnv, jKey);
+    
+    DWORD subkeys = 1;
+    DWORD values  = 1;
+    if (RegOpenKeyExW(getHKEY(jSection), key, 0, KEY_READ | getMode(jMode), &hkey) == ERROR_SUCCESS) {
+        if (RegQueryInfoKeyW(hkey, NULL, NULL, NULL, &subkeys, NULL, NULL, &values, NULL, NULL, NULL, NULL) != ERROR_SUCCESS) {
+            throwException(jEnv, "Cannot read key data");
+        }
+    } else {
+        throwException(jEnv, "Cannot open key");
+    }
+    
+    if (hkey != 0) {
+        RegCloseKey(hkey);
+    }
+    
+    FREE(key);
+    
+    return (values + subkeys == 0);
+}
+
+JNIEXPORT jint JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_countSubKeys0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jKey) {
+    HKEY  hkey = 0;
+    unsigned short* key = getWideChars(jEnv, jKey);
+    
+    DWORD count = 0;
+    if (RegOpenKeyExW(getHKEY(jSection), key, 0, KEY_READ | getMode(jMode), &hkey) == ERROR_SUCCESS) {
+        if(RegQueryInfoKeyW(hkey, NULL, NULL, NULL, &count, NULL, NULL, NULL, NULL, NULL, NULL, NULL) != ERROR_SUCCESS) {
+            throwException(jEnv, "Cannot read key data");
+        }
+    } else {
+        throwException(jEnv, "Cannot open key");
+    }
+    
+    if (hkey != 0) {
+        RegCloseKey(hkey);
+    }
+    
+    FREE(key);
+    
+    return count;
+}
+
+JNIEXPORT jint JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_countValues0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jKey) {
+    HKEY  hkey = 0;
+    unsigned short* key = getWideChars(jEnv, jKey);
+    
+    DWORD count = 0;
+    if (RegOpenKeyExW(getHKEY(jSection), key, 0, KEY_READ | getMode(jMode), &hkey) == ERROR_SUCCESS) {
+        if (RegQueryInfoKeyW(hkey, NULL, NULL, NULL, NULL, NULL, NULL, &count, NULL, NULL, NULL, NULL) != ERROR_SUCCESS) {
+            throwException(jEnv, "Cannot read key data");
+        }
+    } else {
+        throwException(jEnv, "Cannot open key");
+    }
+    
+    if (hkey != 0) {
+        RegCloseKey(hkey);
+    }
+    
+    FREE(key);
+    
+    return count;
+}
+
+JNIEXPORT jobjectArray JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_getSubkeyNames0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jKey) {
+    HKEY  hkey   = 0;
+    unsigned short* key    = getWideChars(jEnv, jKey);
+    DWORD number = 0;
+    int   err    = 0;
+    int   index  = 0 ;
+    
+    unsigned short* buffer = (unsigned short*) MALLOC(sizeof(char) * MAX_LEN_VALUE_NAME);
+    
+    jobjectArray result = NULL;
+    if (RegOpenKeyExW(getHKEY(jSection), key, 0, KEY_READ | getMode(jMode), &hkey) == ERROR_SUCCESS) {
+        if (RegQueryInfoKeyW(hkey, NULL, NULL, NULL, &number, NULL, NULL, NULL, NULL, NULL, NULL, NULL) == ERROR_SUCCESS) {
+            jclass stringClazz = (*jEnv)->FindClass(jEnv, "java/lang/String");
+            result = (*jEnv)->NewObjectArray(jEnv, number, stringClazz, NULL);
+            
+            do {
+                DWORD size = MAX_LEN_VALUE_NAME;
+                buffer[0]  = 0;
+                
+                err = RegEnumKeyExW(hkey, index, buffer, &size, NULL, NULL, NULL, NULL);
+                if (err == ERROR_SUCCESS) {
+                    (*jEnv)->SetObjectArrayElement(jEnv, result, index, getStringW(jEnv, buffer));
+                } else {
+                    if (err != ERROR_NO_MORE_ITEMS) {
+                        throwException(jEnv, "Cannot get key names");
+                    }
+                }
+                
+                index++;
+            } while (err == ERROR_SUCCESS);
+        } else {
+            throwException(jEnv, "Cannot read key data");
+        }
+    } else {
+        throwException(jEnv, "Cannot open key");
+    }
+    
+    if (hkey != 0) {
+        RegCloseKey(hkey);
+    }
+    
+    FREE(key);
+    FREE(buffer);
+    
+    return result;
+}
+
+JNIEXPORT jobjectArray JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_getValueNames0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jKey) {
+    HKEY  hkey         = 0;
+    unsigned short* key          = getWideChars(jEnv, jKey);
+    DWORD valuesCount  = 0;
+    int   err          = 0;
+    int   index        = 0;
+    
+    unsigned short* buffer = (unsigned short*) MALLOC(sizeof(char) * MAX_LEN_VALUE_NAME);
+    
+    jobjectArray result = NULL;
+    if (RegOpenKeyExW(getHKEY(jSection), key, 0, KEY_QUERY_VALUE | getMode(jMode), &hkey) == ERROR_SUCCESS) {
+        if (RegQueryInfoKeyW(hkey, NULL, NULL, NULL, NULL, NULL, NULL, &valuesCount, NULL, NULL, NULL, NULL) == ERROR_SUCCESS) {
+            jclass stringClazz = (*jEnv)->FindClass(jEnv, "java/lang/String");
+            result = (*jEnv)->NewObjectArray(jEnv, valuesCount, stringClazz, NULL);
+            
+            do {
+                DWORD size = MAX_LEN_VALUE_NAME;
+                buffer[0]  = 0;
+                
+                err = RegEnumValueW(hkey, index, buffer, &size, NULL, NULL, NULL, NULL);
+                if (err == ERROR_SUCCESS) {
+                    (*jEnv)->SetObjectArrayElement(jEnv, result, index, getStringW(jEnv, buffer));
+                } else {
+                    if (err != ERROR_NO_MORE_ITEMS) {
+                        throwException(jEnv, "Cannot get value names");
+                    }
+                }
+                
+                index++;
+            } while (err == ERROR_SUCCESS);
+        } else {
+            throwException(jEnv, "Cannot read key data");
+        }
+    } else {
+        throwException(jEnv, "Cannot open key");
+    }
+    
+    if (hkey != 0) {
+        RegCloseKey(hkey);
+    }
+    
+    FREE(key);
+    FREE(buffer);
+    
+    return result;
+}
+
+JNIEXPORT jint JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_getValueType0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jKey, jstring jName) {
+    HKEY  hkey   =0;
+    unsigned short* key   = getWideChars(jEnv, jKey);
+    unsigned short* value = getWideChars(jEnv, jName);
+    
+    DWORD type = REG_NONE;
+    if (RegOpenKeyExW(getHKEY(jSection), key, 0, KEY_QUERY_VALUE | getMode(jMode), &hkey) == ERROR_SUCCESS) {
+        if (RegQueryValueExW(hkey, value, NULL, &type, NULL, NULL) != ERROR_SUCCESS) {
+            throwException(jEnv, "Cannot read value");
+        }
+    } else {
+        throwException(jEnv, "Cannot open key");
+    }
+    
+    if (hkey != 0) {
+        RegCloseKey(hkey);
+    }
+    
+    FREE(key);
+    FREE(value);
+    
+    return type;
+}
+
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_createKey0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jParent, jstring jChild) {
+    HKEY  hkey   = 0;
+    HKEY  newKey = 0;
+    unsigned short* parent = getWideChars(jEnv, jParent);
+    unsigned short* child  = getWideChars(jEnv, jChild);
+    
+    if (RegOpenKeyExW(getHKEY(jSection), parent, 0, KEY_CREATE_SUB_KEY | getMode(jMode), &hkey) == ERROR_SUCCESS) {
+        LONG result = RegCreateKeyExW(hkey, child, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_READ | KEY_WRITE | getMode(jMode), NULL, &newKey, NULL);
+        if (result == ERROR_SUCCESS) {
+            if (newKey != 0) {
+                RegCloseKey(newKey);
+            }
+        } else if (result == ERROR_ACCESS_DENIED) {
+            throwException(jEnv, "Could not create a new key (access denied)");
+        } else {
+            throwException(jEnv, "Could not create a new key");
+        }
+    } else {
+        throwException(jEnv, "Could not open the parent key");
+    }
+    
+    if (hkey != 0) {
+        RegCloseKey(hkey);
+    }
+    
+    FREE(parent);
+    FREE(child);
+}
+
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_deleteKey0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jParent, jstring jChild) {
+    HKEY  hkey       = 0;
+    unsigned short* jParentS = getWideChars(jEnv, jParent);
+    unsigned short* jChildS  = getWideChars(jEnv, jChild);
+    
+    
+    if (RegOpenKeyExW(getHKEY(jSection), jParentS, 0, KEY_READ | KEY_WRITE | getMode(jMode), &hkey) == ERROR_SUCCESS) {
+	LONG mode = getMode(jMode);
+	if(mode==0) {
+            if (RegDeleteKeyW(hkey, jChildS) != ERROR_SUCCESS) {
+                throwException(jEnv, "Could not delete key");
+	    }
+        } else {
+             typedef LONG (WINAPI *LPFN_REGDELETEKEYEXW) (HKEY, LPCWSTR, REGSAM, DWORD);
+             LPFN_REGDELETEKEYEXW regDeleteKeyExW;
+             HMODULE hModule = GetModuleHandle(TEXT("advapi32.dll"));
+             if(hModule == NULL) {
+                 hModule = LoadLibraryA("advapi32.dll");
+             }
+             regDeleteKeyExW = (LPFN_REGDELETEKEYEXW) GetProcAddress(hModule,"RegDeleteKeyExW");
+             if (NULL != regDeleteKeyExW) {
+                 if (regDeleteKeyExW(hkey, jChildS, mode, 0) != ERROR_SUCCESS) {
+     		    throwException(jEnv, "Could not delete key");
+                 }
+             } else {
+                    throwException(jEnv, "Cannot load function RegDeleteKeyExW");
+             }
+        }
+    } else {
+        throwException(jEnv, "Could not open the parent key");
+    }
+    
+    if (hkey != 0) {
+        RegCloseKey(hkey);
+    }
+    
+    FREE(jParentS);
+    FREE(jChildS);
+}
+
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_deleteValue0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jKey, jstring jName) {
+    HKEY  hkey   = 0;
+    unsigned short* key   = getWideChars(jEnv, jKey);
+    unsigned short* value = getWideChars(jEnv, jName);
+    
+    if (RegOpenKeyExW(getHKEY(jSection), key, 0, KEY_SET_VALUE | getMode(jMode) , &hkey) == ERROR_SUCCESS) {
+        if (RegDeleteValueW(hkey, value) != ERROR_SUCCESS) {
+            throwException(jEnv, "Cannot delete value");
+        }
+    } else {
+        throwException(jEnv, "Canont open key");
+    }
+    
+    if(hkey != 0) {
+        RegCloseKey(hkey);
+    }
+    
+    FREE(key);
+    FREE(value);
+}
+
+JNIEXPORT jstring JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_getStringValue0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jKey, jstring jName, jboolean jExpand) {
+    unsigned short*   key    = getWideChars(jEnv, jKey);
+    unsigned short*   name   = getWideChars(jEnv, jName);
+    DWORD   type   = REG_NONE;
+    byte*   value  = NULL;
+    
+    jstring result = NULL;
+    
+    if (queryValue(getMode(jMode), getHKEY(jSection), key, name, &type, NULL, &value, jExpand)) {
+        if (type == REG_SZ || type == REG_EXPAND_SZ) {
+            result = getStringW(jEnv, (unsigned short*) value);
+        } else {
+            throwException(jEnv, "Value has wrong type");
+        }
+    } else {
+        throwException(jEnv, "Cannot read value");
+    }
+    
+    FREE(key);
+    FREE(name);
+    FREE(value);
+    
+    return result;
+}
+
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_setStringValue0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jKey, jstring jName, jstring jValue, jboolean jExpand) {
+    unsigned short* key   = getWideChars(jEnv, jKey);
+    unsigned short* name  = getWideChars(jEnv, jName);
+    unsigned short* value = getWideChars(jEnv, jValue);
+    
+    if (!setValue(getMode(jMode), getHKEY(jSection), key, name, jExpand ? REG_EXPAND_SZ : REG_SZ, (byte*) value, ((int) WCSLEN(value)) * sizeof(unsigned short), 0)) {
+        throwException(jEnv, "Could not set value");
+    }
+    
+    FREE(key);
+    FREE(name);
+    FREE(value);
+}
+
+JNIEXPORT jint JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_get32BitValue0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jKey, jstring jName) {
+    HKEY  hkey   = 0;
+    unsigned short* key   = getWideChars(jEnv, jKey);
+    unsigned short* value = getWideChars(jEnv, jName);
+    
+    jint result = -1;
+    if(RegOpenKeyExW(getHKEY(jSection), key, 0, KEY_QUERY_VALUE | getMode(jMode), &hkey) == ERROR_SUCCESS) {
+        DWORD dwType    = 0;
+        DWORD dwValue   = 0;
+        DWORD dwBufSize = sizeof(dwValue);
+        
+        if (RegQueryValueExW(hkey, value, NULL, &dwType, (LPBYTE) &dwValue, &dwBufSize) == ERROR_SUCCESS) {
+            if ((dwType == REG_DWORD) || (dwType == REG_DWORD_BIG_ENDIAN)) {
+                result = dwValue;
+            } else {
+                throwException(jEnv, "Value is of wrong type");
+            }
+        } else {
+            throwException(jEnv, "Cannot read key data");
+        }
+    } else {
+        throwException(jEnv, "Could not open key");
+    }
+    
+    if (hkey != 0) {
+        RegCloseKey(hkey);
+    }
+    
+    FREE(key);
+    FREE(value);
+    
+    return result;
+}
+
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_set32BitValue0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jKey, jstring jName, jint jValue) {
+    unsigned short*  key       = getWideChars(jEnv, jKey);
+    unsigned short*  name      = getWideChars(jEnv, jName);
+    DWORD  dword     = (DWORD) jValue;
+    LPBYTE byteValue = (LPBYTE) &dword;
+    
+    if (!setValue(getMode(jMode),getHKEY(jSection), key, name, REG_DWORD, byteValue, sizeof(name), 0)) {
+        throwException(jEnv, "Cannot set value");
+    }
+    
+    FREE(key);
+    FREE(name);
+}
+
+JNIEXPORT jobjectArray JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_getMultiStringValue0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jKey, jstring jName) {
+    HKEY  hkey   = 0;
+    unsigned short* key   = getWideChars(jEnv, jKey);
+    unsigned short* value = getWideChars(jEnv, jName);
+    
+    int	i, start, count, cnt;
+    LONG regErr = 0;
+    unsigned short* data = 0;
+    jstring string;
+    jclass strClass;
+    DWORD dwType;
+    DWORD size = 0;
+    
+    jarray result = 0;
+    if(RegOpenKeyExW(getHKEY(jSection), key, 0, KEY_QUERY_VALUE | getMode(jMode), &hkey) == ERROR_SUCCESS) {
+        if (RegQueryValueExW(hkey, value, NULL, &dwType, NULL, &size) == ERROR_SUCCESS) {
+            if (dwType == REG_MULTI_SZ) {
+                data = (unsigned short*) LocalAlloc(LPTR, size + 8);
+                
+                if (data != NULL) {
+                    if (RegQueryValueExW(hkey, value, NULL, &dwType, (byte*) data, &size) == ERROR_SUCCESS) {
+                        for (count = 0, i = 0; i < (int) size; i++) {
+                            if (data[i] == '\0') { // \0 - end of a single string
+                                count++;
+                                if (data[i + 1] == '\0') { // two \0 's in a row - end of all strings
+                                    break;
+                                }
+                            }
+                        }
+                        
+                        strClass = (*jEnv)->FindClass(jEnv, "java/lang/String");
+                        if (strClass != NULL) {
+                            result = (*jEnv)->NewObjectArray(jEnv, (jsize) count, strClass, NULL);
+                            if (result != NULL) {
+                                for (cnt = 0, start = 0, i = 0; (i < (int) size) && (cnt < count); i++) {
+                                    if (data[i] == '\0') {
+                                        string = getStringWithLengthW(jEnv, &data[start], i - start);
+                                        
+                                        if (string != NULL) {
+                                            (*jEnv)->SetObjectArrayElement(jEnv, (jobjectArray) result, (jsize) cnt++, string);
+                                            
+                                            start = i + 1;
+                                            if (data[start] == '\0') {
+                                                break;
+                                            }
+                                        } else {
+                                            throwException(jEnv, "Cannot create an array element");
+                                            break;
+                                        }
+                                    }
+                                }
+                            } else {
+                                throwException(jEnv, "Cannot create resulting array");
+                            }
+                        } else {
+                            throwException(jEnv, "Cannot find java.lang.String");
+                        }
+                    } else {
+                        throwException(jEnv, "Cannot read value data");
+                    }
+                    FREE(data);
+                } else {
+                    throwException(jEnv, "Cannot allocate memory for value");
+                }
+            } else {
+                throwException(jEnv, "Value is of wrong type");
+            }
+        } else {
+            throwException(jEnv, "Cannot read key data");
+        }
+    } else {
+        throwException(jEnv, "Cannot open key");
+    }
+    
+    if (hkey != 0) {
+        RegCloseKey(hkey);
+    }
+    
+    FREE(key);
+    FREE(value);
+    
+    return (jobjectArray) result;
+}
+
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_setMultiStringValue0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jKey, jstring jName, jobjectArray jValue) {
+    unsigned short* key    = getWideChars(jEnv, jKey);
+    unsigned short* name   = getWideChars(jEnv, jName);
+    DWORD size   = 0;
+    BYTE* data   = getByteFromMultiString(jEnv, jValue, &size);
+    
+    if (!setValue(getMode(jMode),getHKEY(jSection), key, name, REG_MULTI_SZ, data, size, 0)) {
+        throwException(jEnv, "Cannot set value");
+    }
+    
+    FREE(key);
+    FREE(name);
+    FREE(data);
+}
+
+JNIEXPORT jbyteArray JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_getBinaryValue0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jKey, jstring jName) {
+    HKEY  hkey   = 0;
+    unsigned short* key   = getWideChars(jEnv, jKey);
+    unsigned short* value = getWideChars(jEnv, jName);
+    
+    jbyteArray result = NULL;
+    if (RegOpenKeyExW(getHKEY(jSection), key, 0, KEY_QUERY_VALUE | getMode(jMode), &hkey) == ERROR_SUCCESS) {
+        DWORD dwType  = 0;
+        DWORD dwValue = 0;
+        DWORD size    = 0;
+        BYTE* data    = NULL;
+        
+        if (RegQueryValueExW(hkey, value, NULL, &dwType, NULL, &size) == ERROR_SUCCESS) {
+            if (dwType == REG_BINARY || dwType == REG_NONE) {
+                data = (BYTE*) LocalAlloc(LPTR, size + 8);
+                if (RegQueryValueExW(hkey, value, NULL, &dwType, (BYTE*) data, &size) == ERROR_SUCCESS) {
+                    if (data != NULL) {
+                        result = (*jEnv)->NewByteArray(jEnv, (jsize) size);
+                        (*jEnv)->SetByteArrayRegion(jEnv, result, 0, (jsize) size, (jbyte*) data);
+                    }
+                } else {
+                    throwException(jEnv, "Could not read key data");
+                }
+                FREE(data);
+            } else {
+                throwException(jEnv, "Value is of wrong type");
+            }
+        } else {
+            throwException(jEnv, "Could not read key data");
+        }
+    } else {
+        throwException(jEnv, "Could not open key");
+    }
+    
+    if (hkey != 0) {
+        RegCloseKey(hkey);
+    }
+    
+    FREE(key);
+    FREE(value);
+    
+    return result;
+}
+
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_setBinaryValue0(JNIEnv *jEnv, jobject jObject, jint jMode, jint jSection, jstring jKey, jstring jName, jbyteArray jValue) {
+    unsigned short*  key     = getWideChars(jEnv, jKey);
+    unsigned short*  name    = getWideChars(jEnv, jName);
+    BYTE*  data    = (BYTE*) (*jEnv)->GetByteArrayElements(jEnv, jValue, 0);
+    DWORD  length  = (*jEnv)->GetArrayLength(jEnv, jValue);
+    
+    if (!setValue(getMode(jMode),getHKEY(jSection), key, name, REG_BINARY, data, length, 0)) {
+        throwException(jEnv, "Cannot set value");
+    }
+    
+    FREE(key);
+    FREE(name);
+    if (data != NULL) {
+        (*jEnv)->ReleaseByteArrayElements(jEnv, jValue, (jbyte*) data, JNI_ABORT);
+    }
+}
+
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_setNoneValue0(JNIEnv *jEnv, jobject jobj, jint jMode, jint jSection, jstring jKey, jstring jName, jbyteArray jValue) {
+    unsigned short*  key     = getWideChars(jEnv, jKey);
+    unsigned short*  name    = getWideChars(jEnv, jName);
+    BYTE*  data    = (BYTE*) (*jEnv)->GetByteArrayElements(jEnv, jValue, 0);
+    DWORD  length  = (*jEnv)->GetArrayLength(jEnv, jValue);
+    
+    if (!setValue(getMode(jMode),getHKEY(jSection), key, name, REG_NONE, data, length, 0)) {
+        throwException(jEnv, "Cannot set value");
+    }
+    
+    FREE(key);
+    FREE(name);
+    if (data != NULL) {
+        (*jEnv)->ReleaseByteArrayElements(jEnv, jValue, (jbyte*) data, JNI_ABORT);
+    }
+}
+
+JNIEXPORT jboolean JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_IsWow64Process0(JNIEnv *jEnv, jobject jObject) {
+    typedef BOOL (WINAPI *LPFN_ISWOW64PROCESS) (HANDLE, PBOOL);
+    LPFN_ISWOW64PROCESS fnIsWow64Process;
+    BOOL IsWow64 = FALSE;
+
+    fnIsWow64Process = (LPFN_ISWOW64PROCESS)GetProcAddress(GetModuleHandle(TEXT("kernel32")),"IsWow64Process");
+  
+    if (NULL != fnIsWow64Process)
+    {
+        if (!fnIsWow64Process(GetCurrentProcess(),&IsWow64))
+        {
+        }
+    }
+    return IsWow64;
+}
diff --git a/nbi/engine/native/jnilib/windows/src/jni_WindowsRegistry.h b/nbi/engine/native/jnilib/windows/src/jni_WindowsRegistry.h
new file mode 100644
index 0000000..b80248b
--- /dev/null
+++ b/nbi/engine/native/jnilib/windows/src/jni_WindowsRegistry.h
@@ -0,0 +1,286 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU General
+ * Public License Version 2 only ("GPL") or the Common Development and Distribution
+ * License("CDDL") (collectively, the "License"). You may not use this file except in
+ * compliance with the License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
+ * License for the specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header Notice in
+ * each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP.  Oracle
+ * designates this particular file as subject to the "Classpath" exception as
+ * provided by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the License Header,
+ * with the fields enclosed by brackets [] replaced by your own identifying
+ * information: "Portions Copyrighted [year] [name of copyright owner]"
+ * 
+ * Contributor(s):
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original Software
+ * is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
+ * Rights Reserved.
+ * 
+ * If you wish your version of this file to be governed by only the CDDL or only the
+ * GPL Version 2, indicate your decision by adding "[Contributor] elects to include
+ * this software in this distribution under the [CDDL or GPL Version 2] license." If
+ * you do not indicate a single choice of license, a recipient has the option to
+ * distribute your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above. However, if
+ * you add GPL Version 2 code and therefore, elected the GPL Version 2 license, then
+ * the option applies only if the new code is made subject to such option by the
+ * copyright holder.
+ */
+
+#include <jni.h>
+/* Header for class org_netbeans_installer_utils_system_windows_WindowsRegistry */
+
+#ifndef _Included_org_netbeans_installer_utils_system_windows_WindowsRegistry
+#define _Included_org_netbeans_installer_utils_system_windows_WindowsRegistry
+#ifdef __cplusplus
+extern "C" {
+#endif
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_CLASSES_ROOT
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_CLASSES_ROOT 0L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_CURRENT_USER
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_CURRENT_USER 1L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_LOCAL_MACHINE
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_LOCAL_MACHINE 2L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_USERS
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_USERS 3L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_CURRENT_CONFIG
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_CURRENT_CONFIG 4L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_DYN_DATA
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_DYN_DATA 5L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_PERFORMANCE_DATA
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_PERFORMANCE_DATA 6L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_PERFORMANCE_NLSTEXT
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_PERFORMANCE_NLSTEXT 7L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_PERFORMANCE_TEXT
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_HKEY_PERFORMANCE_TEXT 8L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_HKCR
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_HKCR 0L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_HKCU
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_HKCU 1L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_HKLM
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_HKLM 2L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_NONE
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_NONE 0L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_SZ
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_SZ 1L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_EXPAND_SZ
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_EXPAND_SZ 2L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_BINARY
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_BINARY 3L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_DWORD_LITTLE_ENDIAN
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_DWORD_LITTLE_ENDIAN 4L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_DWORD
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_DWORD 4L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_DWORD_BIG_ENDIAN
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_DWORD_BIG_ENDIAN 5L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_LINK
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_LINK 6L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_MULTI_SZ
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_MULTI_SZ 7L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_RESOURCE_LIST
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_RESOURCE_LIST 8L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_FULL_RESOURCE_DESCRIPTOR
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_FULL_RESOURCE_DESCRIPTOR 9L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_RESOURCE_REQUIREMENTS_LIST
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_RESOURCE_REQUIREMENTS_LIST 10L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_QWORD_LITTLE_ENDIAN
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_QWORD_LITTLE_ENDIAN 11L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_QWORD
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_REG_QWORD 11L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_MODE_DEFAULT
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_MODE_DEFAULT 0L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_MODE_32BIT
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_MODE_32BIT 1L
+#undef org_netbeans_installer_utils_system_windows_WindowsRegistry_MODE_64BIT
+#define org_netbeans_installer_utils_system_windows_WindowsRegistry_MODE_64BIT 2L
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    checkKeyAccess0
+ * Signature: (IILjava/lang/String;I;)Z
+ */
+JNIEXPORT jboolean JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_checkKeyAccess0
+  (JNIEnv *, jobject, jint, jint, jstring, jint);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    valueExists0
+ * Signature: (IILjava/lang/String;Ljava/lang/String;)Z
+ */
+JNIEXPORT jboolean JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_valueExists0
+  (JNIEnv *, jobject, jint, jint, jstring, jstring);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    keyEmpty0
+ * Signature: (IILjava/lang/String;)Z
+ */
+JNIEXPORT jboolean JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_keyEmpty0
+  (JNIEnv *, jobject, jint, jint, jstring);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    countSubKeys0
+ * Signature: (IILjava/lang/String;)I
+ */
+JNIEXPORT jint JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_countSubKeys0
+  (JNIEnv *, jobject, jint, jint, jstring);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    countValues0
+ * Signature: (IILjava/lang/String;)I
+ */
+JNIEXPORT jint JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_countValues0
+  (JNIEnv *, jobject, jint, jint, jstring);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    getSubkeyNames0
+ * Signature: (IILjava/lang/String;)[Ljava/lang/String;
+ */
+JNIEXPORT jobjectArray JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_getSubkeyNames0
+  (JNIEnv *, jobject, jint, jint, jstring);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    getValueNames0
+ * Signature: (IILjava/lang/String;)[Ljava/lang/String;
+ */
+JNIEXPORT jobjectArray JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_getValueNames0
+  (JNIEnv *, jobject, jint, jint, jstring);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    getValueType0
+ * Signature: (IILjava/lang/String;Ljava/lang/String;)I
+ */
+JNIEXPORT jint JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_getValueType0
+  (JNIEnv *, jobject, jint, jint, jstring, jstring);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    createKey0
+ * Signature: (IILjava/lang/String;Ljava/lang/String;)V
+ */
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_createKey0
+  (JNIEnv *, jobject, jint, jint, jstring, jstring);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    deleteKey0
+ * Signature: (IILjava/lang/String;Ljava/lang/String;)V
+ */
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_deleteKey0
+  (JNIEnv *, jobject, jint, jint, jstring, jstring);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    deleteValue0
+ * Signature: (IILjava/lang/String;Ljava/lang/String;)V
+ */
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_deleteValue0
+  (JNIEnv *, jobject, jint, jint, jstring, jstring);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    getStringValue0
+ * Signature: (IILjava/lang/String;Ljava/lang/String;Z)Ljava/lang/String;
+ */
+JNIEXPORT jstring JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_getStringValue0
+  (JNIEnv *, jobject, jint, jint, jstring, jstring, jboolean);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    setStringValue0
+ * Signature: (IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
+ */
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_setStringValue0
+  (JNIEnv *, jobject, jint, jint, jstring, jstring, jstring, jboolean);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    get32BitValue0
+ * Signature: (IILjava/lang/String;Ljava/lang/String;)I
+ */
+JNIEXPORT jint JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_get32BitValue0
+  (JNIEnv *, jobject, jint, jint, jstring, jstring);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    set32BitValue0
+ * Signature: (IILjava/lang/String;Ljava/lang/String;I)V
+ */
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_set32BitValue0
+  (JNIEnv *, jobject, jint, jint, jstring, jstring, jint);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    getMultiStringValue0
+ * Signature: (IILjava/lang/String;Ljava/lang/String;)[Ljava/lang/String;
+ */
+JNIEXPORT jobjectArray JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_getMultiStringValue0
+  (JNIEnv *, jobject, jint, jint, jstring, jstring);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    setMultiStringValue0
+ * Signature: (IILjava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
+ */
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_setMultiStringValue0
+  (JNIEnv *, jobject, jint, jint, jstring, jstring, jobjectArray);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    getBinaryValue0
+ * Signature: (IILjava/lang/String;Ljava/lang/String;)[B
+ */
+JNIEXPORT jbyteArray JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_getBinaryValue0
+  (JNIEnv *, jobject, jint, jint, jstring, jstring);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    setBinaryValue0
+ * Signature: (IILjava/lang/String;Ljava/lang/String;[B)V
+ */
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_setBinaryValue0
+  (JNIEnv *, jobject, jint, jint, jstring, jstring, jbyteArray);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    setNoneValue0
+ * Signature: (IILjava/lang/String;Ljava/lang/String;[B)V
+ */
+JNIEXPORT void JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_setNoneValue0
+  (JNIEnv *, jobject, jint, jint, jstring, jstring, jbyteArray);
+
+/*
+ * Class:     org_netbeans_installer_utils_system_windows_WindowsRegistry
+ * Method:    IsWow64Process0
+ * Signature: ()Z
+ */
+JNIEXPORT jboolean JNICALL Java_org_netbeans_installer_utils_system_windows_WindowsRegistry_IsWow64Process0
+  (JNIEnv *, jobject);
+
+
+#ifndef KEY_WOW64_32KEY
+#define KEY_WOW64_32KEY 0x0200
+#endif
+#ifndef KEY_WOW64_64KEY
+#define KEY_WOW64_64KEY 0x0100
+#endif
+
+
+#ifdef __cplusplus
+}
+#endif
+#endif
diff --git a/nbi/engine/native/jnilib/windows/vcproject/NBI JNI Library.vcproj b/nbi/engine/native/jnilib/windows/vcproject/NBI JNI Library.vcproj
new file mode 100644
index 0000000..4cbd1b7
--- /dev/null
+++ b/nbi/engine/native/jnilib/windows/vcproject/NBI JNI Library.vcproj	
@@ -0,0 +1,261 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="8,00"
+	Name="NBI JNI Library"
+	ProjectGUID="{AF9FBB45-6887-41CE-8DC2-915C5FB2AD45}"
+	RootNamespace="NBI JNI Library"
+	Keyword="Win32Proj"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Default-32bit|Win32"
+			OutputDirectory="Default-32bit"
+			IntermediateDirectory="Default-32bit"
+			ConfigurationType="2"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				UseUnicodeResponseFiles="true"
+				Optimization="1"
+				FavorSizeOrSpeed="2"
+				AdditionalIncludeDirectories=""C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include";"C:\Program Files\Java\jdk1.5.0_11\include";"C:\Program Files\Java\jdk1.5.0_11\include\win32""
+				PreprocessorDefinitions="WIN32;_WINDOWS;_USRDLL;NBIJNILIBRARY_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_STATIC_CPPLIB;_LITTLE_ENDIAN"
+				MinimalRebuild="false"
+				ExceptionHandling="0"
+				BasicRuntimeChecks="0"
+				RuntimeLibrary="0"
+				DisableLanguageExtensions="false"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				WarnAsError="true"
+				Detect64BitPortabilityProblems="true"
+				DebugInformationFormat="0"
+				CallingConvention="0"
+				CompileAs="1"
+				ShowIncludes="false"
+				OmitDefaultLibName="false"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				LinkLibraryDependencies="false"
+				UseLibraryDependencyInputs="false"
+				ShowProgress="1"
+				OutputFile="..\dist\windows-x86.dll"
+				LinkIncremental="1"
+				AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib""
+				GenerateManifest="false"
+				IgnoreEmbeddedIDL="true"
+				GenerateDebugInformation="false"
+				SubSystem="2"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCWebDeploymentTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Default-64bit|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="2"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				UseUnicodeResponseFiles="true"
+				Optimization="1"
+				FavorSizeOrSpeed="2"
+				AdditionalIncludeDirectories=""C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include";"C:\Program Files\Java\jdk1.5.0_11\include";"C:\Program Files\Java\jdk1.5.0_11\include\win32""
+				PreprocessorDefinitions="WIN32;_WINDOWS;_USRDLL;NBIJNILIBRARY_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_STATIC_CPPLIB;_LITTLE_ENDIAN"
+				MinimalRebuild="false"
+				ExceptionHandling="0"
+				BasicRuntimeChecks="0"
+				RuntimeLibrary="0"
+				DisableLanguageExtensions="false"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				WarnAsError="true"
+				Detect64BitPortabilityProblems="true"
+				DebugInformationFormat="0"
+				CallingConvention="0"
+				CompileAs="1"
+				ShowIncludes="false"
+				OmitDefaultLibName="false"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				LinkLibraryDependencies="false"
+				UseLibraryDependencyInputs="false"
+				ShowProgress="0"
+				OutputFile="..\dist\windows-x64.dll"
+				LinkIncremental="1"
+				AdditionalLibraryDirectories=""C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib""
+				GenerateManifest="false"
+				IgnoreEmbeddedIDL="true"
+				GenerateDebugInformation="false"
+				SubSystem="2"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				TargetMachine="17"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCWebDeploymentTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc;xsd"
+			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+			>
+			<File
+				RelativePath="..\..\.common\src\CommonUtils.h"
+				>
+			</File>
+			<File
+				RelativePath="..\src\jni_WindowsNativeUtils.h"
+				>
+			</File>
+			<File
+				RelativePath="..\src\jni_WindowsRegistry.h"
+				>
+			</File>
+			<File
+				RelativePath="..\src\WindowsUtils.h"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+			>
+		</Filter>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+			>
+			<File
+				RelativePath="..\..\.common\src\CommonUtils.c"
+				>
+			</File>
+			<File
+				RelativePath="..\src\jni_WindowsNativeUtils.c"
+				>
+			</File>
+			<File
+				RelativePath="..\src\jni_WindowsRegistry.c"
+				>
+			</File>
+			<File
+				RelativePath="..\src\WindowsUtils.c"
+				>
+			</File>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>
diff --git a/nbi/engine/native/cleaner/windows/vcproject/NBI Native Cleaner.vcproj.user b/nbi/engine/native/jnilib/windows/vcproject/NBI JNI Library.vcproj.user
similarity index 100%
copy from nbi/engine/native/cleaner/windows/vcproject/NBI Native Cleaner.vcproj.user
copy to nbi/engine/native/jnilib/windows/vcproject/NBI JNI Library.vcproj.user
diff --git a/nbi/engine/native/launcher/unix/src/launcher.sh b/nbi/engine/native/launcher/unix/src/launcher.sh
index 554829b..00b69ce 100644
--- a/nbi/engine/native/launcher/unix/src/launcher.sh
+++ b/nbi/engine/native/launcher/unix/src/launcher.sh
@@ -1627,7 +1627,7 @@ executeMainClass() {
 }
 
 escapeString() {
-	echo "$1" | sed "s/\\\/\\\\\\\/g;s/\ /\\\\ /g;s/\"/\\\\\"/g" # escape spaces & commas
+	echo "$1" | sed "s/\\\/\\\\\\\/g;s/\ /\\\\ /g;s/\"/\\\\\"/g;s/(/\\\\\(/g;s/)/\\\\\)/g;" # escape spaces, commas and parentheses
 }
 
 getMessage() {
diff --git a/nbi/engine/native/launcher/windows/vcproject/NBI Native Launcher.ncb b/nbi/engine/native/launcher/windows/vcproject/NBI Native Launcher.ncb
deleted file mode 100644
index 9057eba..0000000
--- a/nbi/engine/native/launcher/windows/vcproject/NBI Native Launcher.ncb	
+++ /dev/null
@@ -1 +0,0 @@
-Microsoft C/C++ MSF 7.00
diff --git a/nbi/engine/native/launcher/windows/vcproject/NBI Native Launcher.sln b/nbi/engine/native/launcher/windows/vcproject/NBI Native Launcher.sln
deleted file mode 100644
index cad338e..0000000
--- a/nbi/engine/native/launcher/windows/vcproject/NBI Native Launcher.sln	
+++ /dev/null
@@ -1,17 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual C++ Express 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NBI Native Launcher", "NBI Native Launcher.vcproj", "{BC558D87-D517-4F10-BFCA-0371AC724252}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Release|Win32 = Release|Win32
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{BC558D87-D517-4F10-BFCA-0371AC724252}.Release|Win32.ActiveCfg = Release|Win32
-		{BC558D87-D517-4F10-BFCA-0371AC724252}.Release|Win32.Build.0 = Release|Win32
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-EndGlobal
diff --git a/nbi/engine/native/launcher/windows/vcproject/NBI Native Launcher.suo b/nbi/engine/native/launcher/windows/vcproject/NBI Native Launcher.suo
deleted file mode 100644
index 6a0abfa..0000000
Binary files a/nbi/engine/native/launcher/windows/vcproject/NBI Native Launcher.suo and /dev/null differ
diff --git a/nbi/engine/src/org/netbeans/installer/downloader/ui/ProxySettingsDialog.java b/nbi/engine/src/org/netbeans/installer/downloader/ui/ProxySettingsDialog.java
index e708640..251e5d7 100644
--- a/nbi/engine/src/org/netbeans/installer/downloader/ui/ProxySettingsDialog.java
+++ b/nbi/engine/src/org/netbeans/installer/downloader/ui/ProxySettingsDialog.java
@@ -169,7 +169,7 @@ public class ProxySettingsDialog extends NbiDialog {
                 Proxy proxy = null;
                 
                 if (useProxyCheckBox.isSelected()) {
-                    proxy = new Proxy(Type.HTTP, new InetSocketAddress(
+                    proxy = new Proxy(java.net.Proxy.Type.HTTP, new InetSocketAddress(
                             proxyHostField.getText(),
                             Integer.parseInt(proxyPortField.getText())));
                     
diff --git a/nbi/engine/src/org/netbeans/installer/utils/StringUtils.java b/nbi/engine/src/org/netbeans/installer/utils/StringUtils.java
index a3552a5..0b1db46 100644
--- a/nbi/engine/src/org/netbeans/installer/utils/StringUtils.java
+++ b/nbi/engine/src/org/netbeans/installer/utils/StringUtils.java
@@ -479,7 +479,7 @@ public abstract class StringUtils {
             missingBytesNumber++;
         }
         
-        int decodedLength = (completeBlocksNumber * 3) + (3 - missingBytesNumber);
+        int decodedLength = (completeBlocksNumber * 3) + (3 - missingBytesNumber) % 3;
         byte[] decodedBytes = new byte[decodedLength];
         
         int encodedCounter = 0;
diff --git a/nbi/engine/src/org/netbeans/installer/utils/applications/TestJDK.class b/nbi/engine/src/org/netbeans/installer/utils/applications/TestJDK.class
deleted file mode 100644
index f7425ed..0000000
Binary files a/nbi/engine/src/org/netbeans/installer/utils/applications/TestJDK.class and /dev/null differ
diff --git a/nbi/engine/src/org/netbeans/installer/utils/system/launchers/impl/ExeLauncher.java b/nbi/engine/src/org/netbeans/installer/utils/system/launchers/impl/ExeLauncher.java
index 621c608..fe75795 100644
--- a/nbi/engine/src/org/netbeans/installer/utils/system/launchers/impl/ExeLauncher.java
+++ b/nbi/engine/src/org/netbeans/installer/utils/system/launchers/impl/ExeLauncher.java
@@ -85,6 +85,7 @@ public class ExeLauncher extends CommonLauncher {
     /**
      * See <code>ShLauncher#MIN_JAVA_VERSION_UNIX</code> for details.
      */
+    public static final String MIN_JAVA_VERSION_WINDOWS_ALL   = "1.6.0";
     public static final String MIN_JAVA_VERSION_WINDOWS       = "1.5.0_03";
     public static final String MIN_JAVA_VERSION_WINDOWS_VISTA = "1.5.0_11";
     public static final String MIN_JAVA_VERSION_WINDOWS_2K8   = "1.5.0_17";
@@ -93,6 +94,7 @@ public class ExeLauncher extends CommonLauncher {
     /* IBM does not report the update number so allow to work even on 1.5.0 */
     public static final String MIN_IBM_JAVA_VERSION = "1.5.0";
 
+    public static final String OSNAME_WINDOWS    = "Windows";
     public static final String OSNAME_WINDOWS_XP = "XP";
     public static final String OSNAME_WINDOWS_VISTA = "Vista";
     public static final String OSNAME_WINDOWS_2K = "2000";
@@ -223,7 +225,9 @@ public class ExeLauncher extends CommonLauncher {
             list.add(new JavaCompatibleProperties(
                     MIN_JAVA_VERSION_WINDOWS_7, null, null, OSNAME_WINDOWS_7, null));
             list.add(new JavaCompatibleProperties(
-                MIN_IBM_JAVA_VERSION, null, "IBM Corporation", null, null));
+                    MIN_IBM_JAVA_VERSION, null, "IBM Corporation", null, null));
+            list.add(new JavaCompatibleProperties(
+                    MIN_JAVA_VERSION_WINDOWS_ALL, null, null, OSNAME_WINDOWS, null));
             return list;
         } else {
             return super.getDefaultCompatibleJava(version);            
diff --git a/nbi/engine/src/org/netbeans/installer/utils/system/launchers/impl/ShLauncher.java b/nbi/engine/src/org/netbeans/installer/utils/system/launchers/impl/ShLauncher.java
index fef5b8d..a1608f3 100644
--- a/nbi/engine/src/org/netbeans/installer/utils/system/launchers/impl/ShLauncher.java
+++ b/nbi/engine/src/org/netbeans/installer/utils/system/launchers/impl/ShLauncher.java
@@ -46,6 +46,7 @@ import java.io.InputStream;
 import java.io.IOException;
 import java.io.UnsupportedEncodingException;
 import java.util.ArrayList;
+import java.util.Arrays;
 import java.util.Enumeration;
 import java.util.List;
 import java.util.PropertyResourceBundle;
@@ -486,7 +487,7 @@ public class ShLauncher extends CommonLauncher {
                 String value =  rb.getString(name);
                 sb.append(SH_INDENT + "\"" + name + "\")" + SH_LINE_SEPARATOR);
                 String printString = value;
-                if(locale==null || locale.equals("")) {
+                if(Arrays.equals(printString.getBytes("ISO-8859-1"), printString.getBytes("UTF-8"))) {
                     printString = escapeChars(changePropertyCounterStyle(printString));
                 } else {
                     printString = getUTF8(printString, true);
diff --git a/nbi/engine/src/org/netbeans/installer/wizard/components/panels/Bundle.properties b/nbi/engine/src/org/netbeans/installer/wizard/components/panels/Bundle.properties
index 4947d72..2ffcc70 100644
--- a/nbi/engine/src/org/netbeans/installer/wizard/components/panels/Bundle.properties
+++ b/nbi/engine/src/org/netbeans/installer/wizard/components/panels/Bundle.properties
@@ -116,19 +116,19 @@ JLP.list.label.text.java=&List of suitable Java\u2122 environments found on this
 
 JLP.error.null=The path to the JDK cannot be empty.
 JLP.error.null.java=The path to the Java environment cannot be empty.
-JLP.error.not.valid.path=The specified JDK folder {0} is invalid.
-JLP.error.not.valid.path.java=The specified Java environment folder {0} is invalid.
-JLP.error.path.not.exists=The specified JDK folder {0} does not exist.
-JLP.error.path.not.exists.java=The specified Java environment folder {0} does not exist.
-JLP.error.not.javahome=The specified JDK folder {0} does not contain JDK.
-JLP.error.not.javahome.java=The specified Java environment folder {0} does not contain Java environment.
-JLP.error.not.jdk=The specified JDK folder {0} contains JRE, but a full JDK is required.
-JLP.error.wrong.version.older=The specified JDK folder {0} contains JDK version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.older.java=The specified Java environment folder {0} contains Java version "{1}", while the minimum is "{2}".
-JLP.error.wrong.version.newer=The specified JDK folder {0} contains JDK version "{1}", while the maximum is "{2}".
-JLP.error.wrong.version.newer.java=The specified Java environment folder {0} contains Java version "{1}", while the maximum is "{2}".
-JLP.error.wrong.vendor=The specified JDK folder {0} contains JDK from the unsupported vendor ({1}). The supported vendors are "{2}".
-JLP.error.wrong.vendor.java=The specified Java environment folder {0} contains Java from the unsupported vendor ({1}). The supported vendors are "{2}".
+JLP.error.not.valid.path=The specified JDK folder is invalid.
+JLP.error.not.valid.path.java=The specified Java environment folder is invalid.
+JLP.error.path.not.exists=The specified JDK folder does not exist.
+JLP.error.path.not.exists.java=The specified Java environment folder does not exist.
+JLP.error.not.javahome=The specified JDK folder does not contain JDK.
+JLP.error.not.javahome.java=The specified Java environment folder does not contain Java environment.
+JLP.error.not.jdk=The specified JDK folder contains JRE, but a full JDK is required.
+JLP.error.wrong.version.older=The specified JDK folder contains JDK version "{1}", while the minimum is "{2}".
+JLP.error.wrong.version.older.java=The specified Java environment folder contains Java version "{1}", while the minimum is "{2}".
+JLP.error.wrong.version.newer=The specified JDK folder contains JDK version "{1}", while the maximum is "{2}".
+JLP.error.wrong.version.newer.java=The specified Java environment folder contains Java version "{1}", while the maximum is "{2}".
+JLP.error.wrong.vendor=The specified JDK folder contains JDK from the unsupported vendor ({1}). The supported vendors are "{2}".
+JLP.error.wrong.vendor.java=The specified Java environment folder contains Java from the unsupported vendor ({1}). The supported vendors are "{2}".
 JLP.error.unknown=An unknown error occured while validating the path.
 JLP.java.download.page=http://java.sun.com/javase/downloads
 JLP.java.download.page.mac=http://developer.apple.com/java/download
diff --git a/nbi/engine/src/org/netbeans/installer/wizard/containers/SwingFrameContainer.java b/nbi/engine/src/org/netbeans/installer/wizard/containers/SwingFrameContainer.java
index 4d81abc..82eab44 100644
--- a/nbi/engine/src/org/netbeans/installer/wizard/containers/SwingFrameContainer.java
+++ b/nbi/engine/src/org/netbeans/installer/wizard/containers/SwingFrameContainer.java
@@ -642,18 +642,24 @@ public class SwingFrameContainer extends NbiFrame implements SwingContainer {
             
             // descriptionPane //////////////////////////////////////////////////////
             descriptionPane = new NbiTextPane();
+
+            NbiPanel titleDescriptionPanel = new NbiPanel();
+            titleDescriptionPanel.setLayout(new GridBagLayout());
+            titleDescriptionPanel.setOpaque(true);
             
             // titlePanel ///////////////////////////////////////////////////////////
             titlePanel = new NbiPanel();
             
             titlePanel.setLayout(new GridBagLayout());
             titlePanel.setOpaque(true);
+            titlePanel.setBackground(Color.WHITE);
+            titleDescriptionPanel.setBackground(Color.WHITE);
 
             final String backgroundImageUri = System.getProperty(WIZARD_FRAME_HEAD_BACKGROUND_IMAGE_URI_PROPERTY);
             if(backgroundImageUri != null) {
-                titlePanel.setBackgroundImage(backgroundImageUri, NbiPanel.ANCHOR_FULL);
+                titleDescriptionPanel.setBackgroundImage(backgroundImageUri, NbiPanel.ANCHOR_FULL);
             } else {
-                titlePanel.setBackground(Color.WHITE);
+                titleDescriptionPanel.setBackground(Color.WHITE);
             }
 
             final String leftImageUri = System.getProperty(WIZARD_FRAME_HEAD_LEFT_IMAGE_URI_PROPERTY);
@@ -711,22 +717,33 @@ public class SwingFrameContainer extends NbiFrame implements SwingContainer {
                     topSeparator.setPreferredSize(d);
                 }
             }
-            titlePanel.add(titleLabel, new GridBagConstraints(
-                    titlePanelDx , 0,                             // x, y
+
+            titleDescriptionPanel.add(titleLabel, new GridBagConstraints(
+                    0 , 0,                             // x, y
                     1, 1,                             // width, height
                     1.0, 0.0,                         // weight-x, weight-y
                     GridBagConstraints.LINE_START,    // anchor
                     GridBagConstraints.BOTH,          // fill
                     new Insets(11, 11, 0, 11),        // padding
                     0, 0));                           // padx, pady - ???
-            titlePanel.add(descriptionPane, new GridBagConstraints(
-                    titlePanelDx, 1,                             // x, y
+            titleDescriptionPanel.add(descriptionPane, new GridBagConstraints(
+                    0, 1,                             // x, y
                     1, 1,                             // width, height
                     1.0, 1.0,                         // weight-x, weight-y
                     GridBagConstraints.PAGE_START,    // anchor
                     GridBagConstraints.BOTH,          // fill
                     new Insets(6, 22, 4, 11),        // padding
                     0, 0));                           // padx, pady - ???
+
+            titlePanel.add(titleDescriptionPanel, new GridBagConstraints(
+                    titlePanelDx , 0,                             // x, y
+                    1, 2,                             // width, height
+                    1.0, 1.0,                         // weight-x, weight-y
+                    GridBagConstraints.LINE_START,    // anchor
+                    GridBagConstraints.BOTH,          // fill
+                    new Insets(0, 0, 0, 0),        // padding
+                    0, 0));                           // padx, pady - ???
+            
             titlePanel.add(topSeparator, new GridBagConstraints(
                     0, 2,                             // x, y
                     2 + titlePanelDx, 1,                             // width, height
diff --git a/nbi/infra/build/jvm/conf/common.properties b/nbi/infra/build/jvm/conf/common.properties
index 1914166..5f2ec26 100644
--- a/nbi/infra/build/jvm/conf/common.properties
+++ b/nbi/infra/build/jvm/conf/common.properties
@@ -37,9 +37,9 @@
 # holder.
 # 
 
-jvm.sub.dir=jre1.5.0_19
-jvm.file.prefix=jre-1_5_0_19
-jvm.version=1.5.0_19
+jvm.sub.dir=jre1.6.0_20
+jvm.file.prefix=jre-6u20
+jvm.version=1.6.0_20
 jvm.build=b02
 jvm.build.type=fcs
 zip.executable=zip
diff --git a/nbi/infra/build/jvm/tools/unzipsfx/linux-amd64/unzipsfx b/nbi/infra/build/jvm/tools/unzipsfx/linux-amd64/unzipsfx
deleted file mode 100644
index 2810a2d..0000000
Binary files a/nbi/infra/build/jvm/tools/unzipsfx/linux-amd64/unzipsfx and /dev/null differ
diff --git a/nbi/infra/build/jvm/tools/unzipsfx/linux-i586/unzipsfx b/nbi/infra/build/jvm/tools/unzipsfx/linux-i586/unzipsfx
deleted file mode 100644
index e115175..0000000
Binary files a/nbi/infra/build/jvm/tools/unzipsfx/linux-i586/unzipsfx and /dev/null differ
diff --git a/nbi/infra/build/jvm/tools/unzipsfx/solaris-amd64/unzipsfx b/nbi/infra/build/jvm/tools/unzipsfx/solaris-amd64/unzipsfx
deleted file mode 100644
index ccdef24..0000000
Binary files a/nbi/infra/build/jvm/tools/unzipsfx/solaris-amd64/unzipsfx and /dev/null differ
diff --git a/nbi/infra/build/jvm/tools/unzipsfx/solaris-i586/unzipsfx b/nbi/infra/build/jvm/tools/unzipsfx/solaris-i586/unzipsfx
deleted file mode 100644
index ccdef24..0000000
Binary files a/nbi/infra/build/jvm/tools/unzipsfx/solaris-i586/unzipsfx and /dev/null differ
diff --git a/nbi/infra/build/jvm/tools/unzipsfx/solaris-sparc/unzipsfx b/nbi/infra/build/jvm/tools/unzipsfx/solaris-sparc/unzipsfx
deleted file mode 100644
index 8f4b4fa..0000000
Binary files a/nbi/infra/build/jvm/tools/unzipsfx/solaris-sparc/unzipsfx and /dev/null differ
diff --git a/nbi/infra/build/jvm/tools/unzipsfx/solaris-sparcv9/unzipsfx b/nbi/infra/build/jvm/tools/unzipsfx/solaris-sparcv9/unzipsfx
deleted file mode 100644
index 8f4b4fa..0000000
Binary files a/nbi/infra/build/jvm/tools/unzipsfx/solaris-sparcv9/unzipsfx and /dev/null differ
diff --git a/nbjunit/manifest.mf b/nbjunit/manifest.mf
index 9e5384f..5c2085f 100644
--- a/nbjunit/manifest.mf
+++ b/nbjunit/manifest.mf
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.nbjunit/1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/junit/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.63.1
+OpenIDE-Module-Specification-Version: 1.66.1
 
diff --git a/nbjunit/nbproject/org-netbeans-modules-nbjunit.sig b/nbjunit/nbproject/org-netbeans-modules-nbjunit.sig
new file mode 100644
index 0000000..9d23103
--- /dev/null
+++ b/nbjunit/nbproject/org-netbeans-modules-nbjunit.sig
@@ -0,0 +1,584 @@
+#Signature file v4.1
+#Version 1.63
+
+CLSS public java.io.IOException
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
+supr java.lang.Exception
+hfds serialVersionUID
+
+CLSS public abstract interface java.io.Serializable
+
+CLSS public java.lang.AssertionError
+cons public init()
+cons public init(boolean)
+cons public init(char)
+cons public init(double)
+cons public init(float)
+cons public init(int)
+cons public init(java.lang.Object)
+cons public init(long)
+supr java.lang.Error
+
+CLSS public java.lang.Error
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
+supr java.lang.Throwable
+hfds serialVersionUID
+
+CLSS public java.lang.Exception
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
+supr java.lang.Throwable
+hfds serialVersionUID
+
+CLSS public java.lang.Object
+cons public init()
+meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
+meth protected void finalize() throws java.lang.Throwable
+meth public boolean equals(java.lang.Object)
+meth public final java.lang.Class<?> getClass()
+meth public final void notify()
+meth public final void notifyAll()
+meth public final void wait() throws java.lang.InterruptedException
+meth public final void wait(long) throws java.lang.InterruptedException
+meth public final void wait(long,int) throws java.lang.InterruptedException
+meth public int hashCode()
+meth public java.lang.String toString()
+
+CLSS public java.lang.RuntimeException
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
+supr java.lang.Exception
+hfds serialVersionUID
+
+CLSS public java.lang.Throwable
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
+intf java.io.Serializable
+meth public java.lang.StackTraceElement[] getStackTrace()
+meth public java.lang.String getLocalizedMessage()
+meth public java.lang.String getMessage()
+meth public java.lang.String toString()
+meth public java.lang.Throwable fillInStackTrace()
+meth public java.lang.Throwable getCause()
+meth public java.lang.Throwable initCause(java.lang.Throwable)
+meth public void printStackTrace()
+meth public void printStackTrace(java.io.PrintStream)
+meth public void printStackTrace(java.io.PrintWriter)
+meth public void setStackTrace(java.lang.StackTraceElement[])
+supr java.lang.Object
+hfds backtrace,cause,detailMessage,serialVersionUID,stackTrace
+
+CLSS public abstract interface java.lang.annotation.Annotation
+meth public abstract boolean equals(java.lang.Object)
+meth public abstract int hashCode()
+meth public abstract java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
+meth public abstract java.lang.String toString()
+
+CLSS public abstract interface !annotation java.lang.annotation.Documented
+ anno 0 java.lang.annotation.Documented()
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
+intf java.lang.annotation.Annotation
+
+CLSS public abstract interface !annotation java.lang.annotation.Inherited
+ anno 0 java.lang.annotation.Documented()
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
+intf java.lang.annotation.Annotation
+
+CLSS public abstract interface !annotation java.lang.annotation.Retention
+ anno 0 java.lang.annotation.Documented()
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.annotation.RetentionPolicy value()
+
+CLSS public abstract interface !annotation java.lang.annotation.Target
+ anno 0 java.lang.annotation.Documented()
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.annotation.ElementType[] value()
+
+CLSS public abstract java.util.logging.Handler
+cons protected init()
+meth protected void reportError(java.lang.String,java.lang.Exception,int)
+meth public abstract void close()
+meth public abstract void flush()
+meth public abstract void publish(java.util.logging.LogRecord)
+meth public boolean isLoggable(java.util.logging.LogRecord)
+meth public java.lang.String getEncoding()
+meth public java.util.logging.ErrorManager getErrorManager()
+meth public java.util.logging.Filter getFilter()
+meth public java.util.logging.Formatter getFormatter()
+meth public java.util.logging.Level getLevel()
+meth public void setEncoding(java.lang.String) throws java.io.UnsupportedEncodingException
+meth public void setErrorManager(java.util.logging.ErrorManager)
+meth public void setFilter(java.util.logging.Filter)
+meth public void setFormatter(java.util.logging.Formatter)
+meth public void setLevel(java.util.logging.Level)
+supr java.lang.Object
+hfds encoding,errorManager,filter,formatter,logLevel,manager,offValue,sealed
+
+CLSS public junit.extensions.TestDecorator
+cons public init(junit.framework.Test)
+fld protected junit.framework.Test fTest
+intf junit.framework.Test
+meth public int countTestCases()
+meth public java.lang.String toString()
+meth public junit.framework.Test getTest()
+meth public void basicRun(junit.framework.TestResult)
+meth public void run(junit.framework.TestResult)
+supr junit.framework.Assert
+
+CLSS public junit.framework.Assert
+cons protected init()
+meth public static java.lang.String format(java.lang.String,java.lang.Object,java.lang.Object)
+meth public static void assertEquals(boolean,boolean)
+meth public static void assertEquals(byte,byte)
+meth public static void assertEquals(char,char)
+meth public static void assertEquals(double,double,double)
+meth public static void assertEquals(float,float,float)
+meth public static void assertEquals(int,int)
+meth public static void assertEquals(java.lang.Object,java.lang.Object)
+meth public static void assertEquals(java.lang.String,boolean,boolean)
+meth public static void assertEquals(java.lang.String,byte,byte)
+meth public static void assertEquals(java.lang.String,char,char)
+meth public static void assertEquals(java.lang.String,double,double,double)
+meth public static void assertEquals(java.lang.String,float,float,float)
+meth public static void assertEquals(java.lang.String,int,int)
+meth public static void assertEquals(java.lang.String,java.lang.Object,java.lang.Object)
+meth public static void assertEquals(java.lang.String,java.lang.String)
+meth public static void assertEquals(java.lang.String,java.lang.String,java.lang.String)
+meth public static void assertEquals(java.lang.String,long,long)
+meth public static void assertEquals(java.lang.String,short,short)
+meth public static void assertEquals(long,long)
+meth public static void assertEquals(short,short)
+meth public static void assertFalse(boolean)
+meth public static void assertFalse(java.lang.String,boolean)
+meth public static void assertNotNull(java.lang.Object)
+meth public static void assertNotNull(java.lang.String,java.lang.Object)
+meth public static void assertNotSame(java.lang.Object,java.lang.Object)
+meth public static void assertNotSame(java.lang.String,java.lang.Object,java.lang.Object)
+meth public static void assertNull(java.lang.Object)
+meth public static void assertNull(java.lang.String,java.lang.Object)
+meth public static void assertSame(java.lang.Object,java.lang.Object)
+meth public static void assertSame(java.lang.String,java.lang.Object,java.lang.Object)
+meth public static void assertTrue(boolean)
+meth public static void assertTrue(java.lang.String,boolean)
+meth public static void fail()
+meth public static void fail(java.lang.String)
+meth public static void failNotEquals(java.lang.String,java.lang.Object,java.lang.Object)
+meth public static void failNotSame(java.lang.String,java.lang.Object,java.lang.Object)
+meth public static void failSame(java.lang.String)
+supr java.lang.Object
+
+CLSS public junit.framework.AssertionFailedError
+cons public init()
+cons public init(java.lang.String)
+supr java.lang.AssertionError
+hfds serialVersionUID
+
+CLSS public abstract interface junit.framework.Test
+meth public abstract int countTestCases()
+meth public abstract void run(junit.framework.TestResult)
+
+CLSS public abstract junit.framework.TestCase
+cons public init()
+cons public init(java.lang.String)
+intf junit.framework.Test
+meth protected junit.framework.TestResult createResult()
+meth protected void runTest() throws java.lang.Throwable
+meth protected void setUp() throws java.lang.Exception
+meth protected void tearDown() throws java.lang.Exception
+meth public int countTestCases()
+meth public java.lang.String getName()
+meth public java.lang.String toString()
+meth public junit.framework.TestResult run()
+meth public void run(junit.framework.TestResult)
+meth public void runBare() throws java.lang.Throwable
+meth public void setName(java.lang.String)
+supr junit.framework.Assert
+hfds fName
+
+CLSS public junit.framework.TestSuite
+cons public !varargs init(java.lang.Class<?>[])
+cons public init()
+cons public init(java.lang.Class<? extends junit.framework.TestCase>)
+cons public init(java.lang.Class<? extends junit.framework.TestCase>,java.lang.String)
+cons public init(java.lang.Class<? extends junit.framework.TestCase>[],java.lang.String)
+cons public init(java.lang.String)
+intf junit.framework.Test
+meth public int countTestCases()
+meth public int testCount()
+meth public java.lang.String getName()
+meth public java.lang.String toString()
+meth public java.util.Enumeration<junit.framework.Test> tests()
+meth public junit.framework.Test testAt(int)
+meth public static java.lang.reflect.Constructor<? extends junit.framework.TestCase> getTestConstructor(java.lang.Class<? extends junit.framework.TestCase>) throws java.lang.NoSuchMethodException
+meth public static junit.framework.Test createTest(java.lang.Class<? extends junit.framework.TestCase>,java.lang.String)
+meth public static junit.framework.Test warning(java.lang.String)
+meth public void addTest(junit.framework.Test)
+meth public void addTestSuite(java.lang.Class<? extends junit.framework.TestCase>)
+meth public void run(junit.framework.TestResult)
+meth public void runTest(junit.framework.Test,junit.framework.TestResult)
+meth public void setName(java.lang.String)
+supr java.lang.Object
+hfds fName,fTests
+
+CLSS public org.netbeans.junit.AssertionFailedErrorException
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
+fld protected java.lang.Throwable nestedException
+meth public void printStackTrace()
+meth public void printStackTrace(java.io.PrintStream)
+meth public void printStackTrace(java.io.PrintWriter)
+supr junit.framework.AssertionFailedError
+
+CLSS public org.netbeans.junit.AssertionFileFailedError
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.String)
+fld protected java.lang.String diffFile
+meth public java.lang.String getDiffFile()
+supr junit.framework.AssertionFailedError
+
+CLSS public org.netbeans.junit.AssertionKnownBugError
+cons public init(int)
+cons public init(int,java.lang.String)
+fld protected int bugID
+meth public int getBugID()
+supr junit.framework.AssertionFailedError
+
+CLSS public org.netbeans.junit.Filter
+cons public init()
+innr public static IncludeExclude
+meth public boolean isIncluded(java.lang.String)
+meth public java.lang.String getExpectedFail(java.lang.String)
+meth public java.lang.String toString()
+meth public org.netbeans.junit.Filter$IncludeExclude[] getExcludes()
+meth public org.netbeans.junit.Filter$IncludeExclude[] getIncludes()
+meth public static boolean match(java.lang.String,java.lang.String)
+meth public void setExcludes(org.netbeans.junit.Filter$IncludeExclude[])
+meth public void setIncludes(org.netbeans.junit.Filter$IncludeExclude[])
+supr java.lang.Object
+hfds exc,inc
+
+CLSS public static org.netbeans.junit.Filter$IncludeExclude
+ outer org.netbeans.junit.Filter
+cons public init()
+cons public init(java.lang.String,java.lang.String)
+meth public java.lang.String getExpectedFail()
+meth public java.lang.String getName()
+meth public java.lang.String toString()
+meth public void setExpectedFail(java.lang.String)
+meth public void setName(java.lang.String)
+supr java.lang.Object
+hfds expectedFail,name
+
+CLSS public final org.netbeans.junit.Log
+cons public init()
+meth public !varargs static void assertInstances(java.lang.String,java.lang.String[])
+meth public static java.lang.CharSequence enable(java.lang.String,java.util.logging.Level)
+meth public static void assertInstances(java.lang.String)
+meth public static void controlFlow(java.util.logging.Logger,java.util.logging.Logger,java.lang.String,int)
+meth public static void enableInstances(java.util.logging.Logger,java.lang.String,java.util.logging.Level)
+meth public void close()
+meth public void flush()
+meth public void publish(java.util.logging.LogRecord)
+supr java.util.logging.Handler
+hfds current,initialMessages,log,logger,messages
+hcls IL,InstancesHandler
+
+CLSS public org.netbeans.junit.Manager
+fld protected final static java.lang.String DEFAULT_DIFF_IMPL = "org.netbeans.junit.diff.SimpleDiff"
+fld protected final static java.lang.String PROP_DIFF_IMPL = "nbjunit.diff.impl"
+fld protected static java.util.Properties fPreferences
+fld protected static org.netbeans.junit.diff.Diff systemDiff
+fld public final static java.lang.String JUNIT_PROPERTIES_FILENAME = "junit.properties"
+fld public final static java.lang.String JUNIT_PROPERTIES_LOCATION_PROPERTY = "junit.properties.file"
+fld public final static java.lang.String NBJUNIT_HOME = "nbjunit.home"
+fld public final static java.lang.String NBJUNIT_WORKDIR = "nbjunit.workdir"
+meth protected static org.netbeans.junit.diff.Diff instantiateDiffImpl(java.lang.String)
+meth protected static void readProperties()
+meth public static java.io.File getNbJUnitHome() throws java.io.IOException
+meth public static java.io.File normalizeFile(java.io.File)
+meth public static java.lang.String getNbJUnitHomePath() throws java.io.IOException
+meth public static java.lang.String getWorkDirPath()
+meth public static org.netbeans.junit.diff.Diff getSystemDiff()
+supr java.lang.Object
+
+CLSS public abstract interface org.netbeans.junit.MemoryFilter
+meth public abstract boolean reject(java.lang.Object)
+
+CLSS public org.netbeans.junit.MemoryMeasurement
+fld public final static java.lang.String IDE_PID_SYSTEM_PROPERTY = "netbeans.pid"
+meth public static long getIdeMemoryFootPrint()
+meth public static long getProcessMemoryFootPrint(long)
+supr java.lang.Object
+hfds LINUX,SOLARIS,SUPPORTED_PLATFORMS,UNKNOWN,UNKNOWN_VALUE,WINDOWS,libraryLoaded
+
+CLSS public org.netbeans.junit.MemoryMeasurementFailedException
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+supr java.lang.RuntimeException
+
+CLSS public org.netbeans.junit.MockServices
+meth public !varargs static void setServices(java.lang.Class<?>[])
+supr java.lang.Object
+hfds LOG
+hcls ServiceClassLoader
+
+CLSS public abstract org.netbeans.junit.MultiTestCase
+cons public init()
+cons public init(java.lang.String)
+meth protected abstract void execute()
+meth protected void runTest() throws java.lang.Throwable
+supr org.netbeans.junit.NbTestCase
+hfds err
+
+CLSS public abstract org.netbeans.junit.MultiTestSuite
+cons public init()
+cons public init(java.lang.String)
+meth protected abstract org.netbeans.junit.MultiTestCase nextTestCase()
+meth protected void runAllTests(junit.framework.TestResult)
+meth public void cleanup()
+meth public void prepare()
+meth public void run(junit.framework.TestResult)
+supr org.netbeans.junit.NbTestSuite
+hfds err
+
+CLSS public org.netbeans.junit.NbModuleSuite
+innr public final static Configuration
+meth public !varargs static junit.framework.Test allModules(java.lang.Class<? extends junit.framework.TestCase>,java.lang.String[])
+meth public !varargs static junit.framework.Test create(java.lang.Class<? extends junit.framework.TestCase>,java.lang.String,java.lang.String,java.lang.String[])
+meth public static junit.framework.Test create(java.lang.Class<? extends junit.framework.TestCase>,java.lang.String,java.lang.String)
+meth public static junit.framework.Test create(org.netbeans.junit.NbModuleSuite$Configuration)
+meth public static org.netbeans.junit.NbModuleSuite$Configuration createConfiguration(java.lang.Class<? extends junit.framework.TestCase>)
+meth public static org.netbeans.junit.NbModuleSuite$Configuration emptyConfiguration()
+supr java.lang.Object
+hfds LOG
+hcls Item,NbTestSuiteLogCheck,S
+
+CLSS public final static org.netbeans.junit.NbModuleSuite$Configuration
+ outer org.netbeans.junit.NbModuleSuite
+meth public !varargs org.netbeans.junit.NbModuleSuite$Configuration addTest(java.lang.Class<? extends junit.framework.TestCase>,java.lang.String[])
+meth public !varargs org.netbeans.junit.NbModuleSuite$Configuration addTest(java.lang.String[])
+meth public org.netbeans.junit.NbModuleSuite$Configuration addTest(java.lang.Class<? extends junit.framework.Test>)
+meth public org.netbeans.junit.NbModuleSuite$Configuration clusters(java.lang.String)
+meth public org.netbeans.junit.NbModuleSuite$Configuration enableClasspathModules(boolean)
+meth public org.netbeans.junit.NbModuleSuite$Configuration enableModules(java.lang.String)
+meth public org.netbeans.junit.NbModuleSuite$Configuration enableModules(java.lang.String,java.lang.String)
+meth public org.netbeans.junit.NbModuleSuite$Configuration failOnException(java.util.logging.Level)
+meth public org.netbeans.junit.NbModuleSuite$Configuration failOnMessage(java.util.logging.Level)
+meth public org.netbeans.junit.NbModuleSuite$Configuration gui(boolean)
+meth public org.netbeans.junit.NbModuleSuite$Configuration honorAutoloadEager(boolean)
+meth public org.netbeans.junit.NbModuleSuite$Configuration reuseUserDir(boolean)
+supr java.lang.Object
+hfds clusterRegExp,enableClasspathModules,failOnException,failOnMessage,gui,honorAutoEager,latestTestCaseClass,moduleRegExp,parentClassLoader,reuseUserDir,tests
+
+CLSS public abstract interface org.netbeans.junit.NbPerformanceTest
+innr public static PerformanceData
+intf org.netbeans.junit.NbTest
+meth public abstract org.netbeans.junit.NbPerformanceTest$PerformanceData[] getPerformanceData()
+
+CLSS public static org.netbeans.junit.NbPerformanceTest$PerformanceData
+ outer org.netbeans.junit.NbPerformanceTest
+cons public init()
+fld public final static int NO_ORDER = 0
+fld public final static long NO_THRESHOLD = 0
+fld public int runOrder
+fld public java.lang.String name
+fld public java.lang.String unit
+fld public long threshold
+fld public long value
+supr java.lang.Object
+
+CLSS public org.netbeans.junit.NbPerformanceTestCase
+cons public init(java.lang.String)
+intf org.netbeans.junit.NbPerformanceTest
+meth public org.netbeans.junit.NbPerformanceTest$PerformanceData[] getPerformanceData()
+meth public void reportPerformance(java.lang.String,long)
+meth public void reportPerformance(java.lang.String,long,java.lang.String,int)
+meth public void reportPerformance(java.lang.String,long,java.lang.String,int,long)
+meth public void reportPerformance(long)
+meth public void reportPerformance(long,java.lang.String)
+supr org.netbeans.junit.NbTestCase
+hfds data
+
+CLSS public abstract interface org.netbeans.junit.NbTest
+intf junit.framework.Test
+meth public abstract boolean canRun()
+meth public abstract java.lang.String getExpectedFail()
+meth public abstract void setFilter(org.netbeans.junit.Filter)
+
+CLSS public abstract org.netbeans.junit.NbTestCase
+cons public init(java.lang.String)
+intf org.netbeans.junit.NbTest
+meth protected boolean runInEQ()
+meth protected final int getTestNumber()
+meth protected int timeOut()
+meth protected java.util.logging.Level logLevel()
+meth public boolean canRun()
+meth public java.io.File getDataDir()
+meth public java.io.File getGoldenFile()
+meth public java.io.File getGoldenFile(java.lang.String)
+meth public java.io.File getWorkDir() throws java.io.IOException
+meth public java.io.PrintStream getLog()
+meth public java.io.PrintStream getLog(java.lang.String)
+meth public java.io.PrintStream getRef()
+meth public java.lang.String getExpectedFail()
+meth public java.lang.String getWorkDirPath()
+meth public static int assertSize(java.lang.String,java.util.Collection<?>,int,org.netbeans.junit.MemoryFilter)
+meth public static java.lang.String convertNBFSURL(java.net.URL)
+ anno 0 java.lang.Deprecated()
+meth public static void assertFile(java.io.File,java.io.File)
+meth public static void assertFile(java.io.File,java.io.File,java.io.File)
+meth public static void assertFile(java.io.File,java.io.File,java.io.File,org.netbeans.junit.diff.Diff)
+meth public static void assertFile(java.lang.String,java.io.File,java.io.File,java.io.File)
+meth public static void assertFile(java.lang.String,java.io.File,java.io.File,java.io.File,org.netbeans.junit.diff.Diff)
+meth public static void assertFile(java.lang.String,java.lang.String)
+meth public static void assertFile(java.lang.String,java.lang.String,java.lang.String)
+meth public static void assertFile(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
+meth public static void assertFile(java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.netbeans.junit.diff.Diff)
+meth public static void assertFile(java.lang.String,java.lang.String,java.lang.String,org.netbeans.junit.diff.Diff)
+meth public static void assertGC(java.lang.String,java.lang.ref.Reference<?>)
+meth public static void assertGC(java.lang.String,java.lang.ref.Reference<?>,java.util.Set<?>)
+meth public static void assertSize(java.lang.String,int,java.lang.Object)
+meth public static void assertSize(java.lang.String,java.util.Collection<?>,int)
+meth public static void assertSize(java.lang.String,java.util.Collection<?>,int,java.lang.Object[])
+meth public static void failByBug(int)
+meth public static void failByBug(int,java.lang.String)
+meth public void clearWorkDir() throws java.io.IOException
+meth public void compareReferenceFiles()
+meth public void compareReferenceFiles(java.lang.String,java.lang.String,java.lang.String)
+meth public void log(java.lang.String)
+meth public void log(java.lang.String,java.lang.String)
+meth public void ref(java.lang.String)
+meth public void run(junit.framework.TestResult)
+meth public void runBare() throws java.lang.Throwable
+meth public void setFilter(org.netbeans.junit.Filter)
+supr junit.framework.TestCase
+hfds filter,lastTestMethod,logStreamTable,radix,systemOutPSWrapper,time,usedPaths,workDirPath
+hcls WFOS
+
+CLSS public org.netbeans.junit.NbTestDecorator
+cons public init(junit.framework.Test)
+intf org.netbeans.junit.NbTest
+meth public boolean canRun()
+meth public java.lang.String getExpectedFail()
+meth public static void assertFile(java.io.File,java.io.File)
+meth public static void assertFile(java.io.File,java.io.File,java.io.File)
+meth public static void assertFile(java.io.File,java.io.File,java.io.File,org.netbeans.junit.diff.Diff)
+meth public static void assertFile(java.lang.String,java.io.File,java.io.File,java.io.File)
+meth public static void assertFile(java.lang.String,java.io.File,java.io.File,java.io.File,org.netbeans.junit.diff.Diff)
+meth public static void assertFile(java.lang.String,java.lang.String)
+meth public static void assertFile(java.lang.String,java.lang.String,java.lang.String)
+meth public static void assertFile(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
+meth public static void assertFile(java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.netbeans.junit.diff.Diff)
+meth public static void assertFile(java.lang.String,java.lang.String,java.lang.String,org.netbeans.junit.diff.Diff)
+meth public void setFilter(org.netbeans.junit.Filter)
+supr junit.extensions.TestDecorator
+
+CLSS public org.netbeans.junit.NbTestSetup
+cons public init(junit.framework.Test)
+meth protected void setUp() throws java.lang.Exception
+meth protected void tearDown() throws java.lang.Exception
+meth public void run(junit.framework.TestResult)
+supr org.netbeans.junit.NbTestDecorator
+
+CLSS public org.netbeans.junit.NbTestSuite
+cons public init()
+cons public init(java.lang.Class<? extends junit.framework.TestCase>)
+cons public init(java.lang.String)
+intf org.netbeans.junit.NbTest
+meth public boolean canRun()
+meth public java.lang.String getExpectedFail()
+meth public static org.netbeans.junit.NbTestSuite linearSpeedSuite(java.lang.Class<? extends junit.framework.TestCase>,int,int)
+meth public static org.netbeans.junit.NbTestSuite speedSuite(java.lang.Class<? extends junit.framework.TestCase>,int,int)
+meth public void addTest(junit.framework.Test)
+meth public void addTestSuite(java.lang.Class<? extends junit.framework.TestCase>)
+meth public void setFilter(org.netbeans.junit.Filter)
+supr junit.framework.TestSuite
+hfds fFilter
+hcls APIJail,SpeedSuite
+
+CLSS public abstract org.netbeans.junit.ParametricTestCase
+cons public init()
+cons public init(java.lang.String)
+meth protected void parametrize(java.lang.Object)
+supr org.netbeans.junit.MultiTestCase
+
+CLSS public abstract org.netbeans.junit.ParametricTestSuite
+cons public init()
+cons public init(java.lang.String)
+meth protected abstract java.lang.Object[] getParameters()
+meth protected abstract org.netbeans.junit.ParametricTestCase[] cases(java.lang.Object)
+meth protected final org.netbeans.junit.MultiTestCase nextTestCase()
+meth protected void runAllTests(junit.framework.TestResult)
+supr org.netbeans.junit.MultiTestSuite
+
+CLSS public abstract interface !annotation org.netbeans.junit.RandomlyFails
+ anno 0 java.lang.annotation.Inherited()
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD])
+intf java.lang.annotation.Annotation
+
+CLSS public abstract interface org.netbeans.junit.diff.Diff
+meth public abstract boolean diff(java.io.File,java.io.File,java.io.File) throws java.io.IOException
+meth public abstract boolean diff(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException
+
+CLSS public org.netbeans.junit.diff.DiffException
+cons public init()
+cons public init(java.lang.String)
+supr java.io.IOException
+
+CLSS public org.netbeans.junit.diff.LineDiff
+cons public init()
+cons public init(boolean)
+cons public init(boolean,boolean)
+fld public static int CONTEXT
+intf org.netbeans.junit.diff.Diff
+meth protected boolean compareLines(java.lang.String,java.lang.String)
+meth public boolean diff(java.io.File,java.io.File,java.io.File) throws java.io.IOException
+meth public boolean diff(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException
+meth public boolean getIgnoreCase()
+meth public int getNContextLines()
+supr java.lang.Object
+hfds contextLines,ignoreCase,ignoreEmptyLines
+hcls Result
+
+CLSS public org.netbeans.junit.diff.NativeDiff
+cons public init()
+intf org.netbeans.junit.diff.Diff
+meth public boolean diff(java.io.File,java.io.File,java.io.File) throws java.io.IOException
+meth public boolean diff(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException
+meth public java.lang.String getCmdLine()
+meth public void setCmdLine(java.lang.String)
+supr java.lang.Object
+hfds diffcmd
+hcls StreamGobbler
+
+CLSS public org.netbeans.junit.diff.SimpleDiff
+cons public init()
+intf org.netbeans.junit.diff.Diff
+meth protected boolean binaryCompare(java.io.File,java.io.File,java.io.File) throws java.io.IOException
+meth protected boolean isBinaryFile(java.io.File) throws java.io.IOException
+meth protected boolean textualCompare(java.io.File,java.io.File,java.io.File) throws java.io.IOException
+meth public boolean diff(java.io.File,java.io.File,java.io.File) throws java.io.IOException
+meth public boolean diff(java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException
+supr java.lang.Object
+hfds BUFSIZE,lineDiff
+
diff --git a/nbjunit/nbproject/project.xml b/nbjunit/nbproject/project.xml
index e7e190e..b1f77a2 100644
--- a/nbjunit/nbproject/project.xml
+++ b/nbjunit/nbproject/project.xml
@@ -81,6 +81,7 @@ made subject to such option by the copyright holder.
                     <test-dependency>
                         <code-name-base>org.openide.util</code-name-base>
                         <compile-dependency/>
+                        <test/>
                     </test-dependency>
                     <test-dependency>
                         <code-name-base>org.openide.util.lookup</code-name-base>
diff --git a/nbjunit/src/org/netbeans/junit/Log.java b/nbjunit/src/org/netbeans/junit/Log.java
index c86d8af..eb447ce 100644
--- a/nbjunit/src/org/netbeans/junit/Log.java
+++ b/nbjunit/src/org/netbeans/junit/Log.java
@@ -309,12 +309,17 @@ public final class Log extends Handler {
                     // prevent circular references
                 }
             }
+            
+            if (messages.length() + sb.length() > 20000) {
+                if (sb.length() > 20000) {
+                    messages.setLength(0);
+                    sb.delete(0, sb.length() - 20000); 
+                } else {
+                    messages.setLength(20000 - sb.length());
+                }
+            }
 
             messages.append(sb.toString());
-
-            if (messages.length() > 40000) {
-                messages.delete(0, 20000);
-            }
         } finally {
             off.run();
         }
@@ -337,12 +342,12 @@ public final class Log extends Handler {
             // no wrapping
             return ex;
         }
-        return wrapWithAddendum(ex, "Log:\n" + messages);
+        return wrapWithAddendum(ex, "Log:\n" + messages, true);
     }
 
-    static Throwable wrapWithAddendum(Throwable ex, String addendum) {
+    static Throwable wrapWithAddendum(Throwable ex, String addendum, boolean after) {
         if (ex instanceof AssertionFailedError) {
-            AssertionFailedError ne = new AssertionFailedError(combineMessages(ex, addendum));
+            AssertionFailedError ne = new AssertionFailedError(combineMessages(ex, addendum, after));
             if (ex.getCause() != null) {
                 ne.initCause(ex.getCause());
             }
@@ -350,7 +355,7 @@ public final class Log extends Handler {
             return ne;
         }
         if (ex instanceof AssertionError) { // preferred in JUnit 4
-            AssertionError ne = new AssertionError(combineMessages(ex, addendum));
+            AssertionError ne = new AssertionError(combineMessages(ex, addendum, after));
             if (ex.getCause() != null) {
                 ne.initCause(ex.getCause());
             }
@@ -358,7 +363,7 @@ public final class Log extends Handler {
             return ne;
         }
         if (ex instanceof IOException) {//#66208
-            IOException ne = new IOException(combineMessages(ex, addendum));
+            IOException ne = new IOException(combineMessages(ex, addendum, after));
             if (ex.getCause() != null) {
                 ne.initCause(ex.getCause());
             }
@@ -366,13 +371,13 @@ public final class Log extends Handler {
             return ne;
         }
         if (ex instanceof Exception) {
-            return new InvocationTargetException(ex, combineMessages(ex, addendum));
+            return new InvocationTargetException(ex, combineMessages(ex, addendum, after));
         }
         return ex;
     }
-    private static String combineMessages(Throwable ex, String addendum) {
+    private static String combineMessages(Throwable ex, String addendum, boolean after) {
         String baseMessage = ex.getMessage();
-        return (baseMessage == null || baseMessage.equals("null")) ? addendum : baseMessage + " " + addendum;
+        return (baseMessage == null || baseMessage.equals("null")) ? addendum : after ? baseMessage + " " + addendum : addendum + " " + baseMessage;
     }
 
         
diff --git a/nbjunit/src/org/netbeans/junit/NbModuleSuite.java b/nbjunit/src/org/netbeans/junit/NbModuleSuite.java
index 812f9f6..8314296 100644
--- a/nbjunit/src/org/netbeans/junit/NbModuleSuite.java
+++ b/nbjunit/src/org/netbeans/junit/NbModuleSuite.java
@@ -48,6 +48,7 @@ import java.io.FileInputStream;
 import java.io.FileOutputStream;
 import java.io.IOException;
 import java.io.InputStream;
+import java.io.OutputStream;
 import java.lang.reflect.Method;
 import java.net.URI;
 import java.net.URISyntaxException;
@@ -66,6 +67,10 @@ import java.util.Properties;
 import java.util.Set;
 import java.util.StringTokenizer;
 import java.util.TreeSet;
+import java.util.jar.JarEntry;
+import java.util.jar.JarInputStream;
+import java.util.jar.JarOutputStream;
+import java.util.jar.Manifest;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import java.util.regex.Matcher;
@@ -163,8 +168,8 @@ public class NbModuleSuite {
         
         /** Regular expression to match clusters that shall be enabled.
          * To enable all cluster, one can use <code>".*"</code>. To enable
-         * ide and java clusters, it is handy to pass in <code>"ide[0-9]*|java[0-9]*</code>.
-         * There is no need to requrest presence of <code>platform.*</code> cluster,
+         * ide and java clusters, it is handy to pass in <code>"ide|java"</code>.
+         * There is no need to request presence of <code>platform</code> cluster,
          * as that is available all the time by default.
          * <p>
          * Since version 1.55 this method can be called multiple times.
@@ -438,7 +443,7 @@ public class NbModuleSuite {
      * determined from the actual classpath of a module, which is common
      * when in all NetBeans tests. All other modules are kept disabled.
      * In addition,it allows one limit the clusters that shall be made available.
-     * For example <code>ide[0-9]*|java[0-9]*</code> will start the container just
+     * For example <code>ide|java</code> will start the container just
      * with platform, ide and java clusters.
      * 
      * 
@@ -462,7 +467,7 @@ public class NbModuleSuite {
      * determined from the actual classpath of a module, which is common
      * when in all NetBeans tests. All other modules are kept disabled.
      * In addition,it allows one limit the clusters that shall be made available.
-     * For example <code>ide[0-9]*|java[0-9]*</code> will start the container just
+     * For example <code>ide|java</code> will start the container just
      * with platform, ide and java clusters.
      * 
      * 
@@ -639,14 +644,14 @@ public class NbModuleSuite {
             String selectiveClusters = System.getProperty("cluster.path.final"); // NOI18N
             Set<File> path = null;
             if (selectiveClusters != null) {
-                path = new HashSet<File>();
+                path = new TreeSet<File>();
                 for (String p : tokenizePath(selectiveClusters)) {
                     File f = new File(p);
                     path.add(f.getCanonicalFile());
                 }
             }
             if (path == null) {
-                path = new HashSet<File>(Arrays.asList(plat.getParentFile().listFiles()));
+                path = new TreeSet<File>(Arrays.asList(plat.getParentFile().listFiles()));
             }
             for (String c : regExps) {
                 for (File f : path) {
@@ -667,40 +672,31 @@ public class NbModuleSuite {
         private void runInRuntimeContainer(TestResult result) throws Exception {
             System.getProperties().remove("netbeans.dirs");
             File platform = findPlatform();
-            File[] boot = new File(platform, "lib").listFiles();
             List<URL> bootCP = new ArrayList<URL>();
-            for (int i = 0; i < boot.length; i++) {
-                URL u = boot[i].toURI().toURL();
-                if (u.toExternalForm().endsWith(".jar")) {
-                    bootCP.add(u);
-                }
-            }
+            List<File> dirs = new ArrayList<File>();
+            dirs.add(new File(platform, "lib"));
             
             File jdkHome = new File(System.getProperty("java.home"));
             if (!"Mac OS X".equals(System.getProperty("os.name"))) {
                 jdkHome = jdkHome.getParentFile();
             }
-            File jdkLib = new File(jdkHome, "lib");
-            if (jdkLib.isDirectory()) {
-                for (File jar : jdkLib.listFiles()) {
-                    if (jar.getName().endsWith(".jar")) {
-                        bootCP.add(jar.toURI().toURL());
-                    }
-                }
-            }
+            dirs.add(new File(jdkHome, "lib"));
 
             //in case we're running code coverage, load the coverage libraries
-            if (System.getProperty("code.coverage.classpath") != null)
-            {
-                File coveragePath = new File(System.getProperty("code.coverage.classpath"));
-                if (coveragePath.isDirectory()) {
-                    for (File jar : coveragePath.listFiles()) {
+            if (System.getProperty("code.coverage.classpath") != null) {
+                dirs.add(new File(System.getProperty("code.coverage.classpath")));
+            }
+
+            for (File dir: dirs) {
+                File[] jars = dir.listFiles();
+                if (jars != null) {
+                    for (File jar : jars) {
                         if (jar.getName().endsWith(".jar")) {
                             bootCP.add(jar.toURI().toURL());
                         }
                     }
                 }
-            }            
+            }
             
             // loader that does not see our current classloader
             JUnitLoader junit = new JUnitLoader(config.parentClassLoader, NbModuleSuite.class.getClassLoader());
@@ -759,7 +755,7 @@ public class NbModuleSuite {
             for (Item item : config.tests) {
                 allClasses.add(item.clazz);
             }
-            preparePatches(System.getProperty("java.class.path"), System.getProperties(), allClasses.toArray(new Class[0]));
+            preparePatches(System.getProperty("java.class.path"), System.getProperties(), allClasses.toArray(new Class<?>[0]));
             
             List<String> args = new ArrayList<String>();
             args.add("--nosplash");
@@ -819,13 +815,21 @@ public class NbModuleSuite {
                 System.setProperty("netbeans.close.no.exit", "true"); // NOI18N
                 exit.invoke(life);
                 SwingUtilities.invokeAndWait(new Runnable() {
-                    public void run() {
-                    }
+                    public @Override void run() {}
                 });
             }
         }
 
         static File findPlatform() {
+            String clusterPath = System.getProperty("cluster.path.final"); // NOI18N
+            if (clusterPath != null) {
+                for (String piece : tokenizePath(clusterPath)) {
+                    File d = new File(piece);
+                    if (d.getName().matches("platform\\d*")) {
+                        return d;
+                    }
+                }
+            }
             try {
                 Class<?> lookup = Class.forName("org.openide.util.Lookup"); // NOI18N
                 File util = new File(lookup.getProtectionDomain().getCodeSource().getLocation().toURI());
@@ -836,7 +840,7 @@ public class NbModuleSuite {
                 try {
                     File nbjunit = new File(NbModuleSuite.class.getProtectionDomain().getCodeSource().getLocation().toURI());
                     File harness = nbjunit.getParentFile().getParentFile();
-                    Assert.assertEquals("NbJUnit is in harness", "harness", harness.getName());
+                    Assert.assertEquals(nbjunit + " is in a folder named 'harness'", "harness", harness.getName());
                     TreeSet<File> sorted = new TreeSet<File>();
                     for (File p : harness.getParentFile().listFiles()) {
                         if (p.getName().startsWith("platform")) {
@@ -875,7 +879,8 @@ public class NbModuleSuite {
         }
         
         private static Pattern CODENAME = Pattern.compile("OpenIDE-Module: *([^/$ \n\r]*)[/]?[0-9]*", Pattern.MULTILINE);
-        private static Pattern VERSION = Pattern.compile("OpenIDE-Module-Specification-Version: *([0-9\\.]*)", Pattern.MULTILINE);
+        private static final Pattern JAR_URL = Pattern.compile("(jar:)?(file:.+[.]jar)(!/)?");
+        private static final Pattern MAVEN_CP = Pattern.compile("Maven-Class-Path: (.+)$", Pattern.MULTILINE);
         /** Looks for all modules on classpath of given loader and builds 
          * their list from them.
          */
@@ -894,7 +899,14 @@ public class NbModuleSuite {
 
             return cnbs;
         }
-        private static void turnClassPathModules(File ud, ClassLoader loader) throws IOException {
+        private static final Set<String> pseudoModules = new HashSet<String>(Arrays.asList(
+                "org.openide.util",
+                "org.openide.util.lookup",
+                "org.openide.modules",
+                "org.netbeans.bootstrap",
+                "org.openide.filesystems",
+                "org.netbeans.core.startup"));
+        static void turnClassPathModules(File ud, ClassLoader loader) throws IOException {
             Enumeration<URL> en = loader.getResources("META-INF/MANIFEST.MF");
             while (en.hasMoreElements()) {
                 URL url = en.nextElement();
@@ -902,21 +914,18 @@ public class NbModuleSuite {
                 Matcher m = CODENAME.matcher(manifest);
                 if (m.find()) {
                     String cnb = m.group(1);
-                    Matcher v = VERSION.matcher(manifest);
-                    if (!v.find()) {
-                        throw new IllegalStateException("Cannot find version:\n" + manifest);
-                    }
                     File jar = jarFromURL(url);
                     if (jar == null) {
                         continue;
                     }
-                    if (jar.getParentFile().getName().equals("lib")) {
+                    if (pseudoModules.contains(cnb)) {
                         // Otherwise will get DuplicateException.
                         continue;
                     }
-                    if (jar.getParentFile().getName().equals("core")) {
-                        // Otherwise will get DuplicateException.
-                        continue;
+                    Matcher m2 = MAVEN_CP.matcher(manifest);
+                    if (m2.find()) {
+                        // Do not use ((URLClassLoader) loader).getURLs() as this does not work for Surefire Booter.
+                        jar = rewrite(jar, m2.group(1).split(" "), System.getProperty("java.class.path"));
                     }
                     String xml =
 "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" +
@@ -928,7 +937,6 @@ public class NbModuleSuite {
 "    <param name=\"enabled\">true</param>\n" +
 "    <param name=\"jar\">" + jar + "</param>\n" +
 "    <param name=\"reloadable\">false</param>\n" +
-"    <param name=\"specversion\">" + v.group(1) + "</param>\n" +
 "</module>\n";
                     
                     File conf = new File(new File(ud, "config"), "Modules");
@@ -938,6 +946,65 @@ public class NbModuleSuite {
                 }
             }
         }
+        private static File rewrite(File jar, String[] mavenCP, String classpath) throws IOException { // #190992
+            String[] classpathEntries = tokenizePath(classpath);
+            StringBuilder classPathHeader = new StringBuilder();
+            for (String artifact : mavenCP) {
+                String[] grpArtVers = artifact.split(":");
+                String suffix = File.separatorChar + grpArtVers[0].replace('.', File.separatorChar) + File.separatorChar + grpArtVers[1] + File.separatorChar + grpArtVers[2] + File.separatorChar + grpArtVers[1] + '-' + grpArtVers[2] + ".jar";
+                File dep = null;
+                for (String classpathEntry : classpathEntries) {
+                    if (classpathEntry.endsWith(suffix)) {
+                        dep = new File(classpathEntry);
+                        break;
+                    }
+                }
+                if (dep == null) {
+                    throw new IOException("no match for " + artifact + " found in " + classpath);
+                }
+                File depCopy = File.createTempFile(artifact.replace(':', '-') + '-', ".jar");
+                depCopy.deleteOnExit();
+                NbTestCase.copytree(dep, depCopy);
+                if (classPathHeader.length() > 0) {
+                    classPathHeader.append(' ');
+                }
+                classPathHeader.append(depCopy.getName());
+            }
+            String n = jar.getName();
+            int dot = n.lastIndexOf('.');
+            File jarCopy = File.createTempFile(n.substring(0, dot) + '-', n.substring(dot));
+            jarCopy.deleteOnExit();
+            InputStream is = new FileInputStream(jar);
+            try {
+                OutputStream os = new FileOutputStream(jarCopy);
+                try {
+                    JarInputStream jis = new JarInputStream(is);
+                    Manifest mani = new Manifest(jis.getManifest());
+                    mani.getMainAttributes().putValue("Class-Path", classPathHeader.toString());
+                    JarOutputStream jos = new JarOutputStream(os, mani);
+                    JarEntry entry;
+                    while ((entry = jis.getNextJarEntry()) != null) {
+                        if (entry.getName().matches("META-INF/.+[.]SF")) {
+                            throw new IOException("cannot handle signed JARs");
+                        }
+                        jos.putNextEntry(entry);
+                        byte[] buf = new byte[(int) entry.getSize()];
+                        int read = jis.read(buf, 0, buf.length);
+                        if (read != buf.length) {
+                            throw new IOException("read wrong amount");
+                        }
+                        jos.write(buf);
+                    }
+                    jis.close();
+                    jos.close();
+                } finally {
+                    os.close();
+                }
+            } finally {
+                is.close();
+            }
+            return jarCopy;
+        }
         
         private static Pattern MANIFEST = Pattern.compile("jar:(file:.*)!/META-INF/MANIFEST.MF", Pattern.MULTILINE);
         private static File jarFromURL(URL u) {
@@ -954,7 +1021,7 @@ public class NbModuleSuite {
         }
 
         
-        static void preparePatches(String path, Properties prop, Class... classes) throws URISyntaxException {
+        static void preparePatches(String path, Properties prop, Class<?>... classes) throws URISyntaxException {
             Pattern tests = Pattern.compile(".*\\" + File.separator + "([^\\" + File.separator + "]+)\\" + File.separator + "tests\\.jar");
             StringBuilder sb = new StringBuilder();
             String sep = "";
@@ -968,7 +1035,7 @@ public class NbModuleSuite {
                     sep = File.pathSeparator;
                 }
             }
-            for (Class c : classes) {
+            for (Class<?> c : classes) {
                 URL test = c.getProtectionDomain().getCodeSource().getLocation();
                 Assert.assertNotNull("URL found for " + c, test);
                 sb.append(sep).append(new File(test.toURI()).getPath());
@@ -1038,7 +1105,7 @@ public class NbModuleSuite {
                 return super.findResources(name);
             }
 
-            private final boolean isUnit(String res) {
+            private boolean isUnit(String res) {
                 if (res.startsWith("junit")) {
                     return true;
                 }
@@ -1133,7 +1200,7 @@ public class NbModuleSuite {
                         String out = xml.substring(0, matcherEnabled.start(1)) + (enable ? "true" : "false") + xml.substring(matcherEnabled.end(1));
                         writeModule(target, out);
                     } catch (IllegalStateException ex) {
-                        throw (IOException) new IOException("Unparsable:\n" + xml).initCause(ex);
+                        throw new IOException("Unparsable:\n" + xml, ex);
                     }
                 }
             }
@@ -1147,7 +1214,7 @@ public class NbModuleSuite {
                     try {
                         writeModule(target, out);
                     } catch (IllegalStateException ex) {
-                        throw (IOException) new IOException("Unparsable:\n" + xml).initCause(ex);
+                        throw new IOException("Unparsable:\n" + xml, ex);
                     }
                 }
             }
@@ -1160,11 +1227,13 @@ public class NbModuleSuite {
                 if (previous.equals(xml)) {
                     return;
                 }
-                LOG.fine("rewrite module file: " + file);
-                charDump(previous);
-                LOG.fine("new----");
-                charDump(xml);
-                LOG.fine("end----");
+                if (LOG.isLoggable(Level.FINE)) {
+                    LOG.log(Level.FINE, "rewrite module file: {0}", file);
+                    charDump(previous);
+                    LOG.fine("new----");
+                    charDump(xml);
+                    LOG.fine("end----");
+                }
             }
             FileOutputStream os = new FileOutputStream(file);
             os.write(xml.getBytes("UTF-8"));
@@ -1216,7 +1285,9 @@ public class NbModuleSuite {
         public void runTest(Test test, TestResult result) {
             int e = result.errorCount();
             int f = result.failureCount();
+            LOG.log(Level.FINE, "Running test {0}", test);
             super.runTest(test, result);
+            LOG.log(Level.FINE, "Finished: {0}", test);
             if (e == result.errorCount() && f == result.failureCount()) {
                 NbModuleLogHandler.checkFailures((TestCase) test, result);
             }
diff --git a/nbjunit/src/org/netbeans/junit/NbTestCase.java b/nbjunit/src/org/netbeans/junit/NbTestCase.java
index 0eb1582..fe87e57 100644
--- a/nbjunit/src/org/netbeans/junit/NbTestCase.java
+++ b/nbjunit/src/org/netbeans/junit/NbTestCase.java
@@ -434,7 +434,7 @@ public abstract class NbTestCase extends TestCase implements NbTest {
             x.printStackTrace(); // do not mask real error
         }
     }
-    private static void copytree(File from, File to) throws IOException {
+    static void copytree(File from, File to) throws IOException {
         if (from.isDirectory()) {
             if (!to.mkdirs()) {
                 throw new IOException("mkdir: " + to);
@@ -447,6 +447,7 @@ public abstract class NbTestCase extends TestCase implements NbTest {
             try {
                 OutputStream os = new FileOutputStream(to);
                 try {
+                    // XXX using FileChannel would be more efficient, but more complicated
                     BufferedInputStream bis = new BufferedInputStream(is);
                     BufferedOutputStream bos = new BufferedOutputStream(os);
                     int c;
@@ -466,11 +467,11 @@ public abstract class NbTestCase extends TestCase implements NbTest {
     private Throwable noteRandomness(Throwable t) {
         Class<?> c = getClass();
         if (c.isAnnotationPresent(RandomlyFails.class)) {
-            return Log.wrapWithAddendum(t, "(" + c.getSimpleName() + " marked @RandomlyFails so try just running test again)");
+            return Log.wrapWithAddendum(t, "(" + c.getSimpleName() + " marked @RandomlyFails so try just running test again)", false);
         }
         try {
             if (c.getMethod(getName()).isAnnotationPresent(RandomlyFails.class)) {
-                return Log.wrapWithAddendum(t, "(" + c.getSimpleName() + "." + getName() + " marked @RandomlyFails so try just running test again)");
+                return Log.wrapWithAddendum(t, "(" + c.getSimpleName() + "." + getName() + " marked @RandomlyFails so try just running test again)", false);
             }
         } catch (NoSuchMethodException x) {}
         return t;
@@ -883,10 +884,10 @@ public abstract class NbTestCase extends TestCase implements NbTest {
     
     // private method for deleting every subfiles/subdirectories of a file object
     static void deleteSubFiles(File file) throws IOException {
-        if (file.isDirectory() && file.exists()) {
-            File files[] = file.listFiles();
-            for (int i = 0; i < files.length; i++) {
-                deleteFile(files[i]);
+        File files[] = file.listFiles();
+        if (files != null) {
+            for (File f : files) {
+                deleteFile(f);
             }
         } else {
             // probably do nothing - file is not a directory
@@ -1307,7 +1308,7 @@ public abstract class NbTestCase extends TestCase implements NbTest {
      */
     public static void assertGC(final String text, final Reference<?> ref, final Set<?> rootsHint) {
         NbModuleLogHandler.whileIgnoringOOME(new Runnable() {
-            @SuppressWarnings("SleepWhileHoldingLock")
+            @SuppressWarnings({"SleepWhileHoldingLock", "SleepWhileInLoop"})
             public @Override void run() {
         List<byte[]> alloc = new ArrayList<byte[]>();
         int size = 100000;
diff --git a/nbjunit/test/unit/src/org/netbeans/junit/AssertInstancesTest.java b/nbjunit/test/unit/src/org/netbeans/junit/AssertInstancesTest.java
index 1208d56..22e60a3 100644
--- a/nbjunit/test/unit/src/org/netbeans/junit/AssertInstancesTest.java
+++ b/nbjunit/test/unit/src/org/netbeans/junit/AssertInstancesTest.java
@@ -44,7 +44,6 @@
 
 package org.netbeans.junit;
 
-import java.util.logging.Handler;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import junit.framework.AssertionFailedError;
@@ -62,11 +61,6 @@ public class AssertInstancesTest extends NbTestCase {
         super(testName);
     }
 
-    public static NbTestSuite suite() {
-        NbTestSuite suite = new NbTestSuite(AssertInstancesTest.class);
-        return suite;
-    }
-
     @Override
     protected void setUp() throws Exception {
         LOG = Logger.getLogger("test." + getName());
diff --git a/nbjunit/test/unit/src/org/netbeans/junit/LoggingTest.java b/nbjunit/test/unit/src/org/netbeans/junit/LoggingTest.java
index 102865d..b53a0cc 100644
--- a/nbjunit/test/unit/src/org/netbeans/junit/LoggingTest.java
+++ b/nbjunit/test/unit/src/org/netbeans/junit/LoggingTest.java
@@ -67,17 +67,6 @@ public class LoggingTest extends NbTestCase {
         super(testName);
     }
 
-    public static NbTestSuite suite() {
-//        NbTestSuite suite = new NbTestSuite();
-//        // you can define order of test cases here
-//        suite.addTest(new LoggingTest("testLogFileName"));
-//        suite.addTest(new LoggingTest("testLogFileNameEqualsToNameOfTest"));
-//        suite.addTest(new LoggingTest("testTrimLogFiles"));
-        
-        NbTestSuite suite = new NbTestSuite(LoggingTest.class);
-        return suite;
-    }
-    
     protected void setUp() throws Exception {
         clearWorkDir();
     }
diff --git a/nbjunit/test/unit/src/org/netbeans/junit/NbModuleSuite2Test.java b/nbjunit/test/unit/src/org/netbeans/junit/NbModuleSuite2Test.java
index 5969e02..c86592e 100644
--- a/nbjunit/test/unit/src/org/netbeans/junit/NbModuleSuite2Test.java
+++ b/nbjunit/test/unit/src/org/netbeans/junit/NbModuleSuite2Test.java
@@ -60,15 +60,6 @@ public class NbModuleSuite2Test extends TestCase {
         super(testName);
     }            
     
-    public static Test suite() {
-        Test t = null;
-        //t = new NbModuleSuiteTest("testRunEmptyConfig");
-        if (t == null) {
-            t = new NbTestSuite(NbModuleSuite2Test.class);
-        }
-        return t;
-    }
-
     @Override
     protected void setUp() throws Exception {
         super.setUp();
diff --git a/nbjunit/test/unit/src/org/netbeans/junit/NbModuleSuiteClusterPathFinalTest.java b/nbjunit/test/unit/src/org/netbeans/junit/NbModuleSuiteClusterPathFinalTest.java
index 756e03e..2461267 100644
--- a/nbjunit/test/unit/src/org/netbeans/junit/NbModuleSuiteClusterPathFinalTest.java
+++ b/nbjunit/test/unit/src/org/netbeans/junit/NbModuleSuiteClusterPathFinalTest.java
@@ -71,7 +71,7 @@ public class NbModuleSuiteClusterPathFinalTest extends NbTestCase {
     
     public void testClusterPathFinal() throws Exception{
         LinkedList<File> clusters = new LinkedList<File>();
-        NbModuleSuite.S.findClusters(clusters, Collections.singletonList("ide[0-9]*"));
+        NbModuleSuite.S.findClusters(clusters, Collections.singletonList("ide"));
         assertFalse("Something found", clusters.isEmpty());
         assertEquals("One element found", 1, clusters.size());
         final File ideCluster = clusters.get(0);
@@ -82,8 +82,8 @@ public class NbModuleSuiteClusterPathFinalTest extends NbTestCase {
         String val = System.getProperty("my.clusters");
         assertNotNull("The test was running", clusters);
         assertTrue("ide cluster shall be included: " + val, val.contains(ideCluster.getPath()));
-        assertFalse("no java cluster shall be included: " + val, val.matches(".*java[0-9]*[:;].*"));
-        assertFalse("no apisupport cluster shall be included: " + val, val.matches(".*apisupport[0-9]*[:;].*"));
-        assertFalse("no ergonomics cluster shall be included: " + val, val.matches(".*ergonomics[0-9]*[:;].*"));
+        assertFalse("no java cluster shall be included: " + val, val.matches(".*java[:;].*"));
+        assertFalse("no apisupport cluster shall be included: " + val, val.matches(".*apisupport[:;].*"));
+        assertFalse("no ergonomics cluster shall be included: " + val, val.matches(".*ergonomics[:;].*"));
     }
 }
diff --git a/nbjunit/test/unit/src/org/netbeans/junit/NbModuleSuiteTest.java b/nbjunit/test/unit/src/org/netbeans/junit/NbModuleSuiteTest.java
index 1644dc9..e1170f0 100644
--- a/nbjunit/test/unit/src/org/netbeans/junit/NbModuleSuiteTest.java
+++ b/nbjunit/test/unit/src/org/netbeans/junit/NbModuleSuiteTest.java
@@ -223,9 +223,9 @@ public class NbModuleSuiteTest extends TestCase {
         NbModuleSuite.Configuration config = NbModuleSuite.Configuration.create(
             AskForOrgOpenideUtilEnumClass.class
         )
-        .enableModules("ide.*", "org.netbeans.modules.java.platform.*")
-        .enableModules("platf.*", "org.openide.util.enumerations")
-        .enableModules("ide.*", "org.openide.loaders.*")
+        .enableModules("ide", "org.netbeans.modules.java.platform.*")
+        .enableModules("platform", "org.openide.util.enumerations")
+        .enableModules("ide", "org.openide.loaders.*")
         .gui(false)
         .addTest(NbModuleSuiteIns.class);
         Test instance = NbModuleSuite.create(config);
@@ -264,8 +264,8 @@ public class NbModuleSuiteTest extends TestCase {
         Test instance = NbModuleSuite.create(
             NbModuleSuite.emptyConfiguration().
             gui(false).
-            clusters("ide[0-9]*").
-            clusters("java[0-9]*").
+            clusters("ide").
+            clusters("java").
             addTest(NbModuleSuiteClusters.class)
         );
         junit.textui.TestRunner.run(instance);
@@ -279,8 +279,8 @@ public class NbModuleSuiteTest extends TestCase {
         Test instance = NbModuleSuite.create(
             NbModuleSuite.emptyConfiguration().
             gui(false).
-            clusters("java[0-9]*").
-            clusters("ide[0-9]*").
+            clusters("java").
+            clusters("ide").
             addTest(NbModuleSuiteClusters.class)
         );
         junit.textui.TestRunner.run(instance);
diff --git a/nbjunit/test/unit/src/org/netbeans/junit/NbModuleSuiteTurnClassPathModulesTest.java b/nbjunit/test/unit/src/org/netbeans/junit/NbModuleSuiteTurnClassPathModulesTest.java
new file mode 100644
index 0000000..5949c04
--- /dev/null
+++ b/nbjunit/test/unit/src/org/netbeans/junit/NbModuleSuiteTurnClassPathModulesTest.java
@@ -0,0 +1,116 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2011 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.junit;
+
+import java.io.File;
+import java.io.IOException;
+import java.net.URL;
+import java.net.URLClassLoader;
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.List;
+import java.util.TreeSet;
+import java.util.jar.Attributes;
+import java.util.jar.JarFile;
+import org.openide.util.test.TestFileUtils;
+
+public class NbModuleSuiteTurnClassPathModulesTest extends NbTestCase {
+
+    public NbModuleSuiteTurnClassPathModulesTest(String name) {
+        super(name);
+    }
+
+    protected @Override void setUp() throws Exception {
+        clearWorkDir();
+    }
+
+    public void testTurnClassPathModules() throws Exception {
+        File randomJar = new File(getWorkDir(), "random.jar");
+        TestFileUtils.writeZipFile(randomJar, "META-INF/MANIFEST.MF:Manifest-Version:1.0\n\n");
+        File plainModule = new File(getWorkDir(), "plainModule.jar");
+        TestFileUtils.writeZipFile(plainModule, "META-INF/MANIFEST.MF:OpenIDE-Module: plain.module/2\n\n");
+        File pseudoModule = new File(getWorkDir(), "pseudoModule.jar");
+        TestFileUtils.writeZipFile(pseudoModule, "META-INF/MANIFEST.MF:OpenIDE-Module: org.netbeans.core.startup/1\n\n");
+        File mavenLibWrapper = new File(getWorkDir(), "mavenLibWrapper.jar");
+        TestFileUtils.writeZipFile(mavenLibWrapper, "META-INF/MANIFEST.MF:Manifest-Version: 1.0\nOpenIDE-Module: maven.lib.wrapper\nMaven-Class-Path: some.group:lib:1.0\n\n");
+        File mavenLib = new File(getWorkDir(), "repo/some/group/lib/1.0/lib-1.0.jar");
+        if (!mavenLib.getParentFile().mkdirs()) {
+            throw new IOException();
+        }
+        TestFileUtils.writeZipFile(mavenLib, "META-INF/MANIFEST.MF:Manifest-Version:1.0\n\n");
+        File ud = new File(getWorkDir(), "ud");
+        File[] jars = {randomJar, plainModule, pseudoModule, mavenLibWrapper, mavenLib};
+        StringBuilder jcp = new StringBuilder();
+        List<URL> urls = new ArrayList<URL>(jars.length);
+        for (File jar : jars) {
+            if (jcp.length() > 0) {
+                jcp.append(File.pathSeparatorChar);
+            }
+            jcp.append(jar);
+            urls.add(jar.toURI().toURL());
+        }
+        System.setProperty("java.class.path", jcp.toString());
+        NbModuleSuite.S.turnClassPathModules(ud, new URLClassLoader(urls.toArray(new URL[urls.size()]), ClassLoader.getSystemClassLoader().getParent()));
+        File configModules = new File(ud, "config/Modules");
+        assertEquals("[maven-lib-wrapper.xml, plain-module.xml]", new TreeSet<String>(Arrays.asList(configModules.list())).toString());
+        assertEquals(plainModule, jarForConfig(new File(configModules, "plain-module.xml")));
+        File mavenLibWrapper2 = jarForConfig(new File(configModules, "maven-lib-wrapper.xml"));
+        assertFalse(mavenLibWrapper2.equals(mavenLibWrapper));
+        Attributes attr;
+        JarFile jf = new JarFile(mavenLibWrapper2);
+        try {
+            attr = jf.getManifest().getMainAttributes();
+        } finally {
+            jf.close();
+        }
+        assertEquals(mavenLibWrapper2.getAbsolutePath(), "maven.lib.wrapper", attr.getValue("OpenIDE-Module"));
+        String cp = attr.getValue("Class-Path");
+        assertNotNull(attr.toString(), cp);
+        File mavenLib2 = new File(mavenLibWrapper2.getParentFile(), cp);
+        assertEquals(mavenLib.length(), mavenLib2.length());
+    }
+    private static File jarForConfig(File configFile) throws IOException {
+        return new File(TestFileUtils.readFile(configFile).replaceFirst("(?s).+<param name=\"jar\">([^<]+).+", "$1"));
+    }
+
+}
diff --git a/nbjunit/test/unit/src/test/pkg/not/in/junit/NbModuleSuiteClusters.java b/nbjunit/test/unit/src/test/pkg/not/in/junit/NbModuleSuiteClusters.java
index 71970b2..cbc6d98 100644
--- a/nbjunit/test/unit/src/test/pkg/not/in/junit/NbModuleSuiteClusters.java
+++ b/nbjunit/test/unit/src/test/pkg/not/in/junit/NbModuleSuiteClusters.java
@@ -17,13 +17,10 @@ public class NbModuleSuiteClusters extends TestCase {
         String sep = "";
         for (String d : dirs.replace(File.separatorChar, '/').split(File.pathSeparator)) {
             String sd = d.replaceFirst(".*/", "");
-            if (sd.matches("platform[0-9]*")) {
+            if (sd.matches("platform|harness|extra")) { // extra for libs.junit4
                 continue;
             }
-            if (sd.matches("harness[0-9]*")) {
-                continue;
-            }
-            sb.append(sep).append(sd.replaceFirst("[0-9\\.]*$", ""));
+            sb.append(sep).append(sd);
             sep = ":";
         }
         System.setProperty("clusters", sb.toString());
diff --git a/o.jdesktop.layout/external/binaries-list b/o.jdesktop.layout/external/binaries-list
new file mode 100644
index 0000000..1d6b722
--- /dev/null
+++ b/o.jdesktop.layout/external/binaries-list
@@ -0,0 +1,3 @@
+1C7FE319052EF49126CF07D0DB6953CB7007229E swing-layout-1.0.4-doc.zip
+69D72835E165439CF7816EFDA65868FD4E0C6E2A swing-layout-1.0.4.jar
+D2503D2217868ABAE1A5E7480A9CCA1DB3522464 swing-layout-1.0.4-src.zip
diff --git a/o.jdesktop.layout/external/swing-layout-1.0.4-license.txt b/o.jdesktop.layout/external/swing-layout-1.0.4-license.txt
new file mode 100644
index 0000000..1be89f1
--- /dev/null
+++ b/o.jdesktop.layout/external/swing-layout-1.0.4-license.txt
@@ -0,0 +1,465 @@
+Name: Swing Layout Extensions
+Version: 1.0.4
+Source: https://swing-layout.dev.java.net/files/documents/2752/144673/swing-layout-1.0.4-src.zip
+Files: swing-layout-1.0.4.jar swing-layout-1.0.4-doc.zip swing-layout-1.0.4-src.zip
+License: LGPL-2.1
+OSR: 3446
+Description: Swing Layout Extensions
+Origin: https://swing-layout.dev.java.net/
+
+		  GNU LESSER GENERAL PUBLIC LICENSE
+		       Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+     51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL.  It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+  This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it.  You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+  When we speak of free software, we are referring to freedom of use,
+not price.  Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+  To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights.  These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+  For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you.  You must make sure that they, too, receive or can get the source
+code.  If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it.  And you must show them these terms so they know their rights.
+
+  We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+  To protect each distributor, we want to make it very clear that
+there is no warranty for the free library.  Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+
+  Finally, software patents pose a constant threat to the existence of
+any free program.  We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder.  Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+  Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License.  This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License.  We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+  When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library.  The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom.  The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+  We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License.  It also provides other free software developers Less
+of an advantage over competing non-free programs.  These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries.  However, the Lesser license provides advantages in certain
+special circumstances.
+
+  For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard.  To achieve this, non-free programs must be
+allowed to use the library.  A more frequent case is that a free
+library does the same job as widely used non-free libraries.  In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+  In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software.  For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+  Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.  Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library".  The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+
+		  GNU LESSER GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+  A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+  The "Library", below, refers to any such software library or work
+which has been distributed under these terms.  A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language.  (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+  "Source code" for a work means the preferred form of the work for
+making modifications to it.  For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+  Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it).  Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+
+  1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+  You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+
+  2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) The modified work must itself be a software library.
+
+    b) You must cause the files modified to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    c) You must cause the whole of the work to be licensed at no
+    charge to all third parties under the terms of this License.
+
+    d) If a facility in the modified Library refers to a function or a
+    table of data to be supplied by an application program that uses
+    the facility, other than as an argument passed when the facility
+    is invoked, then you must make a good faith effort to ensure that,
+    in the event an application does not supply such function or
+    table, the facility still operates, and performs whatever part of
+    its purpose remains meaningful.
+
+    (For example, a function in a library to compute square roots has
+    a purpose that is entirely well-defined independent of the
+    application.  Therefore, Subsection 2d requires that any
+    application-supplied function or table used by this function must
+    be optional: if the application does not supply it, the square
+    root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library.  To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License.  (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.)  Do not make any other change in
+these notices.
+
+  Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+  This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+  4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+  If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library".  Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+  However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library".  The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+  When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library.  The
+threshold for this to be true is not precisely defined by law.
+
+  If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work.  (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+  Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+
+  6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+  You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License.  You must supply a copy of this License.  If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License.  Also, you must do one
+of these things:
+
+    a) Accompany the work with the complete corresponding
+    machine-readable source code for the Library including whatever
+    changes were used in the work (which must be distributed under
+    Sections 1 and 2 above); and, if the work is an executable linked
+    with the Library, with the complete machine-readable "work that
+    uses the Library", as object code and/or source code, so that the
+    user can modify the Library and then relink to produce a modified
+    executable containing the modified Library.  (It is understood
+    that the user who changes the contents of definitions files in the
+    Library will not necessarily be able to recompile the application
+    to use the modified definitions.)
+
+    b) Use a suitable shared library mechanism for linking with the
+    Library.  A suitable mechanism is one that (1) uses at run time a
+    copy of the library already present on the user's computer system,
+    rather than copying library functions into the executable, and (2)
+    will operate properly with a modified version of the library, if
+    the user installs one, as long as the modified version is
+    interface-compatible with the version that the work was made with.
+
+    c) Accompany the work with a written offer, valid for at
+    least three years, to give the same user the materials
+    specified in Subsection 6a, above, for a charge no more
+    than the cost of performing this distribution.
+
+    d) If distribution of the work is made by offering access to copy
+    from a designated place, offer equivalent access to copy the above
+    specified materials from the same place.
+
+    e) Verify that the user has already received a copy of these
+    materials or that you have already sent this user a copy.
+
+  For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it.  However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+  It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system.  Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+
+  7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+    a) Accompany the combined library with a copy of the same work
+    based on the Library, uncombined with any other library
+    facilities.  This must be distributed under the terms of the
+    Sections above.
+
+    b) Give prominent notice with the combined library of the fact
+    that part of it is a work based on the Library, and explaining
+    where to find the accompanying uncombined form of the same work.
+
+  8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License.  Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License.  However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+  9. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Library or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+  10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties with
+this License.
+
+  11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded.  In such case, this License incorporates the limitation as if
+written in the body of this License.
+
+  13. The Free Software Foundation may publish revised and/or new
+versions of the Lesser General Public License from time to time.
+Such new versions will be similar in spirit to the present version,
+but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Library
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation.  If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+
+  14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission.  For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this.  Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+
+			    NO WARRANTY
+
+  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
diff --git a/o.jdesktop.layout/manifest.mf b/o.jdesktop.layout/manifest.mf
index 99bc9f6..f009a42 100644
--- a/o.jdesktop.layout/manifest.mf
+++ b/o.jdesktop.layout/manifest.mf
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.jdesktop.layout/1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/layoutext/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.13.1
+OpenIDE-Module-Specification-Version: 1.16.1
 AutoUpdate-Essential-Module: true
 OpenIDE-Module-Deprecated: true
 
diff --git a/o.n.bootstrap/arch.xml b/o.n.bootstrap/arch.xml
index 8609a42..3c8f511 100644
--- a/o.n.bootstrap/arch.xml
+++ b/o.n.bootstrap/arch.xml
@@ -493,6 +493,12 @@ made subject to such option by the copyright holder.
                 </api>
             </li>
             <li>
+                <api type="export" group="systemproperty" name="netbeans.user.dir" category="devel">
+                    If this property is provided, it is used as the current working
+                    directory regardless of the value of <code>user.dir</code>.
+                </api>
+            </li>
+            <li>
                 <api type="export" group="systemproperty" name="netbeans.user" category="devel">
                     NetBeans user directory.
                 </api>
@@ -725,12 +731,17 @@ made subject to such option by the copyright holder.
         </question>
 -->
     <answer id="exec-reflection">
+        <p>
         The bootstrap code of course uses reflection to start the normal core.
         Currently some reflection is used in bootstrap class loaders to work
         around a variety of JRE bugs in handling loading from JAR files,
         especially on Windows which has mandatory file locking - the JRE code to
         load from JARs is rather buggy when it comes to changing or removing the
         JAR during the JVM session.
+        </p>
+        <api category="friend" group="java" name="Javeleon" type="import" url="https://netbeans.org/bugzilla/show_bug.cgi?id=195074">
+            <p>When present as a Java agent on the boot classpath, Javeleon is invoked reflectively to enhance module reloading.</p>
+        </api>
     </answer>
 
 
diff --git a/o.n.bootstrap/launcher/unix/nbexec b/o.n.bootstrap/launcher/unix/nbexec
index 08736c9..5276349 100644
--- a/o.n.bootstrap/launcher/unix/nbexec
+++ b/o.n.bootstrap/launcher/unix/nbexec
@@ -1,7 +1,7 @@
 #!/bin/sh
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 #
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+# Copyright 1997-2011 Oracle and/or its affiliates. All rights reserved.
 #
 # Oracle and Java are registered trademarks of Oracle and/or its affiliates.
 # Other names may be trademarks of their respective owners.
@@ -27,7 +27,7 @@
 # Contributor(s):
 #
 # The Original Software is NetBeans. The Initial Developer of the Original
-# Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
+# Software is Sun Microsystems, Inc. Portions Copyright 1997-2011 Sun
 # Microsystems, Inc. All Rights Reserved.
 #
 # If you wish your version of this file to be governed by only the CDDL
@@ -151,25 +151,13 @@ if [ -z "$jdkhome" ] ; then
 
     case "`uname`" in
         Darwin*)
-        jdkhome="/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home"
-        java_bin=`which java 2>&1`
-        if [ $? -ne 0 ] || [ -n "`echo \"$java_bin\" | grep \"no java in\"`" ] ; then
-            # no java in path... strange
-            java_bin=/usr/bin/java
+        if [ -f "/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java" ] ; then
+            jdkhome="/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home"
+        elif [ -f "/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java" ] ; then
+            jdkhome="/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home"
+        elif [ -f "/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/java" ] ; then
+            jdkhome="/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home"
         fi
-        if [ -f "$java_bin" ] ; then
-            java_version=`"$java_bin" -fullversion 2>&1`
-            if [ $? -eq 0 ] && [ -n "`echo \"$java_version\" | grep 1.6.0`" ] ; then
-                # don`t use Developer Preview versions
-                if [ -z "`echo \"$java_version\" | grep \"1.6.0_b\|1.6.0-b\|1.6.0_01\|1.6.0_04\|-dp\"`" ] ; then
-                    if [ -f "/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java" ] ; then
-                        jdkhome="/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home"
-                    elif [ -f "/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/java" ] ; then
-                        jdkhome="/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home"
-                    fi
-                fi
-            fi
-        fi     
         ;;
         *) javac=`which javac`
         if [ -z "$javac" ] ; then
@@ -380,6 +368,15 @@ detect_gnome_proxy () {
                     http_proxy_tmp="DIRECT"
                 fi
                 return 0
+            else
+                if [ "$proxy_mode" = "auto" ] ; then
+                    detect_system_proxy
+                    pac_file=`$gconftool --get /system/proxy/autoconfig_url 2>/dev/null`
+                    if [ ! -z "$pac_file" ]; then
+                        http_proxy_tmp="PAC "$pac_file
+                    fi
+                    return 0
+                fi
             fi
         fi
     fi
@@ -406,6 +403,12 @@ detect_kde_proxy () {
                     http_proxy_tmp="DIRECT"
                 fi
                 return 0
+            else
+                if /bin/grep 'ProxyType=2' "$kioslaverc" >/dev/null 2>&1; then
+                    pac_file=`grep "Proxy Config Script=" $kioslaverc  | cut -f 2 -d =`
+                    http_proxy_tmp="PAC "$pac_file
+                    return 0
+                fi
             fi
         fi
     fi
@@ -425,6 +428,12 @@ close
 EOF
 
     if /usr/bin/grep "ProxyAuto.*: *1" ${scutil_out} >/dev/null 2>&1; then
+        if  /usr/bin/grep "ProxyAutoConfigEnable.*: *1" ${scutil_out} >/dev/null 2>&1; then
+            http_proxy_tmp="PAC `/usr/bin/grep ProxyAutoConfigURLString ${scutil_out} | /usr/bin/awk '{print $3}'`"
+            rm ${scutil_out}
+            return 0
+        fi
+
         rm ${scutil_out}
         return 1
     fi
diff --git a/o.n.bootstrap/launcher/windows/Makefile b/o.n.bootstrap/launcher/windows/Makefile
index 64d4796..6ffe55b 100644
--- a/o.n.bootstrap/launcher/windows/Makefile
+++ b/o.n.bootstrap/launcher/windows/Makefile
@@ -47,8 +47,9 @@ build: .build-post
 	cp nbexec.exe ../../../nbbuild/netbeans/platform/lib/
 	cp nbexec.dll ../../../nbbuild/netbeans/platform/lib/
 
-nbexec.exe: nbexecexe.cpp nbexecloader.h utilsfuncs.cpp
-	g++ -s -mno-cygwin nbexecexe.cpp utilsfuncs.cpp -o nbexec.exe
+nbexec.exe: nbexecexe.cpp nbexecloader.h utilsfuncs.cpp nbexec_exe.rc
+	windres.exe -Ocoff nbexec_exe.rc nbexec_exe.res
+	g++ -s -mno-cygwin nbexecexe.cpp utilsfuncs.cpp nbexec_exe.res -o nbexec.exe
 
 # clean
 clean: .clean-post
@@ -59,7 +60,7 @@ clean: .clean-post
 
 .clean-post: .clean-impl
 # Add your post 'clean' code here...
-	rm -f nbexec.exe
+	rm -f nbexec_exe.res nbexec.exe
 
 
 # clobber
diff --git a/o.n.bootstrap/launcher/windows/jvmlauncher.cpp b/o.n.bootstrap/launcher/windows/jvmlauncher.cpp
index 68a61dc..e1dbdfa 100644
--- a/o.n.bootstrap/launcher/windows/jvmlauncher.cpp
+++ b/o.n.bootstrap/launcher/windows/jvmlauncher.cpp
@@ -137,9 +137,14 @@ bool JvmLauncher::start(const char *mainClassName, const list<string> &args, con
         logMsg("\t%s", it->c_str());
     }
 
-    if (javaExePath.empty() || (javaClientDllPath.empty() && javaServerDllPath.empty())) {
-        if (!initialize("")) {
-            return false;
+    if (!javaExePath.empty() && javaClientDllPath.empty() && javaServerDllPath.empty()) {
+        logMsg("Found only java.exe at %s. No DLLs. Falling back to java.exe\n", javaExePath.c_str());
+        separateProcess = true;
+    } else {
+        if (javaExePath.empty() || (javaClientDllPath.empty() && javaServerDllPath.empty())) {
+            if (!initialize("")) {
+                return false;
+            }
         }
     }
 
@@ -205,6 +210,7 @@ bool JvmLauncher::startInProcJvm(const char *mainClassName, const std::list<std:
 
         Jvm(JvmLauncher *jvmLauncher)
             : hDll(0)
+            , hSplash(0)
             , jvm(0)
             , env(0)
             , jvmOptions(0)
@@ -229,6 +235,9 @@ bool JvmLauncher::startInProcJvm(const char *mainClassName, const std::list<std:
             if (hDll) {
                 FreeLibrary(hDll);
             }
+            if (hSplash) {
+                FreeLibrary(hSplash);
+            }
         }
 
         bool init(const list<string> &options) {
@@ -241,6 +250,13 @@ bool JvmLauncher::startInProcJvm(const char *mainClassName, const std::list<std:
                     logErr(true, true, "Cannot load %s.", jvmLauncher->javaDllPath.c_str());
                     return false;
                 }
+                
+                string pref = jvmLauncher->javaBinPath;
+                pref += "\\splashscreen.dll";
+                const string splash = pref;
+                logMsg("Trying to load %s", splash.c_str());
+                hSplash = LoadLibrary(splash.c_str());
+                logMsg("Splash loaded as %d", hSplash);
             }
 
             CreateJavaVM createJavaVM = (CreateJavaVM) GetProcAddress(hDll, JNI_CREATEVM_FUNC);
@@ -255,6 +271,19 @@ bool JvmLauncher::startInProcJvm(const char *mainClassName, const std::list<std:
             for (list<string>::const_iterator it = options.begin(); it != options.end(); ++it, ++i) {
                 const string &option = *it;
                 logMsg("\t%s", option.c_str());
+                if (option.find("-splash:") == 0 && hSplash > 0) {
+                    const string splash = option.substr(8);
+                    logMsg("splash at %s", splash.c_str());
+                    
+                    SplashInit splashInit = (SplashInit)GetProcAddress(hSplash, "SplashInit");
+                    SplashLoadFile splashLoadFile = (SplashLoadFile)GetProcAddress(hSplash, "SplashLoadFile");
+                    
+                    logMsg("splash init %d and load %d", splashInit, splashLoadFile);
+                    if (splashInit && splashLoadFile) {
+                        splashInit();
+                        splashLoadFile(splash.c_str());
+                    }
+                }
                 jvmOptions[i].optionString = (char *) option.c_str();
                 jvmOptions[i].extraInfo = 0;
             }
@@ -274,8 +303,11 @@ bool JvmLauncher::startInProcJvm(const char *mainClassName, const std::list<std:
             return true;
         }
         typedef jint (CALLBACK *CreateJavaVM)(JavaVM **jvm, JNIEnv **env, void *args);
+        typedef void (CALLBACK *SplashInit)();
+        typedef int (CALLBACK *SplashLoadFile)(const char* file);
 
         HMODULE hDll;
+        HMODULE hSplash;
         JavaVM *jvm;
         JNIEnv *env;
         JavaVMOption *jvmOptions;
diff --git a/o.n.bootstrap/launcher/windows/nbexec.exe.manifest b/o.n.bootstrap/launcher/windows/nbexec.exe.manifest
new file mode 100644
index 0000000..ecb32cf
--- /dev/null
+++ b/o.n.bootstrap/launcher/windows/nbexec.exe.manifest
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+<assemblyIdentity version="7.0.0.0"
+   processorArchitecture="X86"
+   name="nbexec.exe"
+   type="win32"/>
+
+<description>nbexec Process.</description>
+<dependency>
+  <dependentAssembly>
+    <assemblyIdentity
+      type="win32"
+      name="Microsoft.Windows.Common-Controls"
+      version="6.0.0.0"
+      processorArchitecture="*"
+      publicKeyToken="6595b64144ccf1df"
+      language="*"
+    />
+  </dependentAssembly>
+</dependency>
+<!-- Identify the application security requirements. -->
+<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+  <security>
+    <requestedPrivileges>
+      <requestedExecutionLevel
+        level="asInvoker"
+        uiAccess="false"/>
+      </requestedPrivileges>
+     </security>
+</trustInfo>
+</assembly>
diff --git a/o.n.bootstrap/launcher/windows/nbexec.rc b/o.n.bootstrap/launcher/windows/nbexec.rc
new file mode 100644
index 0000000..5529b13
--- /dev/null
+++ b/o.n.bootstrap/launcher/windows/nbexec.rc
@@ -0,0 +1,49 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+#include <winuser.h>
+
+#define FNAME "nbexec.dll"
+#define FILETYPE_ID 0x2L
+
+#include "version.rc"
+
diff --git a/o.n.bootstrap/launcher/windows/nbexec_exe.rc b/o.n.bootstrap/launcher/windows/nbexec_exe.rc
new file mode 100644
index 0000000..81308ca
--- /dev/null
+++ b/o.n.bootstrap/launcher/windows/nbexec_exe.rc
@@ -0,0 +1,52 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+#include <winuser.h>
+
+#define FNAME "nbexec.exe"
+#define FILETYPE_ID 0x1L
+
+#include "version.rc"
+
+
+CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "nbexec.exe.manifest"
+
diff --git a/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec.mk b/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec.mk
index 5ef00da..07d157d 100644
--- a/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec.mk
+++ b/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec.mk
@@ -31,11 +31,11 @@ OBJECTDIR=build/${CND_CONF}/${CND_PLATFORM}
 
 # Object Files
 OBJECTFILES= \
-	${OBJECTDIR}/jvmlauncher.o \
 	${OBJECTDIR}/platformlauncher.o \
-	${OBJECTDIR}/utilsfuncs.o \
 	${OBJECTDIR}/nbexec.o \
-	${OBJECTDIR}/nbexecexe.o
+	${OBJECTDIR}/nbexecexe.o \
+	${OBJECTDIR}/jvmlauncher.o \
+	${OBJECTDIR}/utilsfuncs.o
 
 # C Compiler Flags
 CFLAGS=-m32
@@ -51,47 +51,60 @@ FFLAGS=
 ASFLAGS=
 
 # Link Libraries and Options
-LDLIBSOPTIONS=
+LDLIBSOPTIONS=${OBJECTDIR}/nbexec.res
 
 # Build Targets
 .build-conf: ${BUILD_SUBPROJECTS}
 	${MAKE}  -f nbproject/Makefile-nbexec.mk nbexec.dll
 
+nbexec.dll: ${OBJECTDIR}/nbexec.res
+
 nbexec.dll: ${OBJECTFILES}
-	${LINK.cc} -mno-cygwin -shared -o nbexec.dll ${OBJECTFILES} ${LDLIBSOPTIONS} 
+	${LINK.cc} -mno-cygwin -shared -o nbexec.dll -fPIC ${OBJECTFILES} ${LDLIBSOPTIONS} 
 
-${OBJECTDIR}/jvmlauncher.o: nbproject/Makefile-${CND_CONF}.mk jvmlauncher.cpp 
+${OBJECTDIR}/platformlauncher.o: nbproject/Makefile-${CND_CONF}.mk platformlauncher.cpp 
 	${MKDIR} -p ${OBJECTDIR}
 	${RM} $@.d
-	$(COMPILE.cc) -O2 -Wall -s -I/cygdrive/c/cygwin/usr/include/mingw -I/cygdrive/C/Program\ Files/Java/jdk1.6.0_18/include -I/cygdrive/C/Program\ Files/Java/jdk1.6.0_18/include/win32  -MMD -MP -MF $@.d -o ${OBJECTDIR}/jvmlauncher.o jvmlauncher.cpp
+	$(COMPILE.cc) -O2 -Wall -s -I/cygdrive/c/cygwin/usr/include/mingw -I/cygdrive/D/Program\ Files/Java/jdk1.6.0_22/include/win32 -I/cygdrive/D/Program\ Files/Java/jdk1.6.0_22/include -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/platformlauncher.o platformlauncher.cpp
 
-${OBJECTDIR}/platformlauncher.o: nbproject/Makefile-${CND_CONF}.mk platformlauncher.cpp 
+${OBJECTDIR}/nbexec.o: nbproject/Makefile-${CND_CONF}.mk nbexec.cpp 
 	${MKDIR} -p ${OBJECTDIR}
 	${RM} $@.d
-	$(COMPILE.cc) -O2 -Wall -s -I/cygdrive/c/cygwin/usr/include/mingw -I/cygdrive/C/Program\ Files/Java/jdk1.6.0_18/include -I/cygdrive/C/Program\ Files/Java/jdk1.6.0_18/include/win32  -MMD -MP -MF $@.d -o ${OBJECTDIR}/platformlauncher.o platformlauncher.cpp
+	$(COMPILE.cc) -O2 -Wall -s -I/cygdrive/c/cygwin/usr/include/mingw -I/cygdrive/D/Program\ Files/Java/jdk1.6.0_22/include/win32 -I/cygdrive/D/Program\ Files/Java/jdk1.6.0_22/include -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/nbexec.o nbexec.cpp
 
-${OBJECTDIR}/utilsfuncs.o: nbproject/Makefile-${CND_CONF}.mk utilsfuncs.cpp 
+${OBJECTDIR}/nbexec.res: nbproject/Makefile-${CND_CONF}.mk nbexec.rc version.h
+	${MKDIR} -p ${OBJECTDIR}
+	@echo Compiling Resource files...
+	windres.exe -Ocoff nbexec.rc ${OBJECTDIR}/nbexec.res
+
+${OBJECTDIR}/nbexecexe.o: nbproject/Makefile-${CND_CONF}.mk nbexecexe.cpp 
 	${MKDIR} -p ${OBJECTDIR}
 	${RM} $@.d
-	$(COMPILE.cc) -O2 -Wall -s -I/cygdrive/c/cygwin/usr/include/mingw -I/cygdrive/C/Program\ Files/Java/jdk1.6.0_18/include -I/cygdrive/C/Program\ Files/Java/jdk1.6.0_18/include/win32  -MMD -MP -MF $@.d -o ${OBJECTDIR}/utilsfuncs.o utilsfuncs.cpp
+	$(COMPILE.cc) -O2 -Wall -s -I/cygdrive/c/cygwin/usr/include/mingw -I/cygdrive/D/Program\ Files/Java/jdk1.6.0_22/include/win32 -I/cygdrive/D/Program\ Files/Java/jdk1.6.0_22/include -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/nbexecexe.o nbexecexe.cpp
 
-${OBJECTDIR}/nbexec.o: nbproject/Makefile-${CND_CONF}.mk nbexec.cpp 
+: nbproject/Makefile-${CND_CONF}.mk nbexec_exe.rc 
+	@echo 
+	
+
+${OBJECTDIR}/jvmlauncher.o: nbproject/Makefile-${CND_CONF}.mk jvmlauncher.cpp 
 	${MKDIR} -p ${OBJECTDIR}
 	${RM} $@.d
-	$(COMPILE.cc) -O2 -Wall -s -I/cygdrive/c/cygwin/usr/include/mingw -I/cygdrive/C/Program\ Files/Java/jdk1.6.0_18/include -I/cygdrive/C/Program\ Files/Java/jdk1.6.0_18/include/win32  -MMD -MP -MF $@.d -o ${OBJECTDIR}/nbexec.o nbexec.cpp
+	$(COMPILE.cc) -O2 -Wall -s -I/cygdrive/c/cygwin/usr/include/mingw -I/cygdrive/D/Program\ Files/Java/jdk1.6.0_22/include/win32 -I/cygdrive/D/Program\ Files/Java/jdk1.6.0_22/include -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/jvmlauncher.o jvmlauncher.cpp
 
-${OBJECTDIR}/nbexecexe.o: nbproject/Makefile-${CND_CONF}.mk nbexecexe.cpp 
+${OBJECTDIR}/utilsfuncs.o: nbproject/Makefile-${CND_CONF}.mk utilsfuncs.cpp 
 	${MKDIR} -p ${OBJECTDIR}
 	${RM} $@.d
-	$(COMPILE.cc) -O2 -Wall -s -I/cygdrive/c/cygwin/usr/include/mingw -I/cygdrive/C/Program\ Files/Java/jdk1.6.0_18/include -I/cygdrive/C/Program\ Files/Java/jdk1.6.0_18/include/win32  -MMD -MP -MF $@.d -o ${OBJECTDIR}/nbexecexe.o nbexecexe.cpp
+	$(COMPILE.cc) -O2 -Wall -s -I/cygdrive/c/cygwin/usr/include/mingw -I/cygdrive/D/Program\ Files/Java/jdk1.6.0_22/include/win32 -I/cygdrive/D/Program\ Files/Java/jdk1.6.0_22/include -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/utilsfuncs.o utilsfuncs.cpp
 
 # Subprojects
 .build-subprojects:
 
 # Clean Targets
-.clean-conf: ${CLEAN_SUBPROJECTS}
+.clean-conf:
 	${RM} -r build/nbexec
 	${RM} nbexec.dll
+	${RM} ${OBJECTDIR}/nbexec.res
+	${RM} 
 
 # Subprojects
 .clean-subprojects:
diff --git a/o.n.bootstrap/launcher/windows/nbproject/configurations.xml b/o.n.bootstrap/launcher/windows/nbproject/configurations.xml
index efddb8a..8bd8fef 100644
--- a/o.n.bootstrap/launcher/windows/nbproject/configurations.xml
+++ b/o.n.bootstrap/launcher/windows/nbproject/configurations.xml
@@ -8,10 +8,15 @@
       <itemPath>jvmlauncher.h</itemPath>
       <itemPath>platformlauncher.h</itemPath>
       <itemPath>utilsfuncs.h</itemPath>
+      <itemPath>version.h</itemPath>
     </logicalFolder>
     <logicalFolder name="ResourceFiles"
                    displayName="Resource Files"
                    projectFiles="true">
+      <itemPath>nbexec.exe.manifest</itemPath>
+      <itemPath>nbexec.rc</itemPath>
+      <itemPath>nbexec_exe.rc</itemPath>
+      <itemPath>version.rc</itemPath>
     </logicalFolder>
     <logicalFolder name="SourceFiles"
                    displayName="Source Files"
@@ -49,18 +54,33 @@
           <architecture>1</architecture>
           <incDir>
             <pElem>c:/cygwin/usr/include/mingw</pElem>
-            <pElem>C:/Program Files/Java/jdk1.6.0_18/include</pElem>
-            <pElem>C:/Program Files/Java/jdk1.6.0_18/include/win32</pElem>
+            <pElem>D:/Program Files/Java/jdk1.6.0_22/include/win32</pElem>
+            <pElem>D:/Program Files/Java/jdk1.6.0_22/include</pElem>
           </incDir>
           <commandLine>-s -mno-cygwin</commandLine>
           <warningLevel>2</warningLevel>
         </ccTool>
         <linkerTool>
           <output>nbexec.dll</output>
+          <additionalDep>${OBJECTDIR}/nbexec.res</additionalDep>
           <linkerLibItems>
+            <linkerOptionItem>${OBJECTDIR}/nbexec.res</linkerOptionItem>
           </linkerLibItems>
         </linkerTool>
       </compileType>
+      <item path="nbexec.rc" ex="false" tool="3">
+        <customTool>
+          <customToolCommandline>windres.exe -Ocoff nbexec.rc ${OBJECTDIR}/nbexec.res</customToolCommandline>
+          <customToolDescription>Compiling Resource files...</customToolDescription>
+          <customToolOutputs>${OBJECTDIR}/nbexec.res</customToolOutputs>
+          <customToolAdditionalDep>version.h</customToolAdditionalDep>
+        </customTool>
+      </item>
+      <item path="nbexec_exe.rc" ex="false" tool="3">
+        <customTool>
+          <customToolDescription></customToolDescription>
+        </customTool>
+      </item>
     </conf>
   </confs>
 </configurationDescriptor>
diff --git a/o.n.bootstrap/launcher/windows/platformlauncher.cpp b/o.n.bootstrap/launcher/windows/platformlauncher.cpp
index 39fded3..09546f6 100644
--- a/o.n.bootstrap/launcher/windows/platformlauncher.cpp
+++ b/o.n.bootstrap/launcher/windows/platformlauncher.cpp
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ * Copyright 1997-2011 Oracle and/or its affiliates. All rights reserved.
  *
  * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  * Other names may be trademarks of their respective owners.
@@ -85,6 +85,7 @@ const char *PlatformLauncher::REG_PROXY_KEY = "Software\\Microsoft\\Windows\\Cur
 const char *PlatformLauncher::REG_PROXY_ENABLED_NAME = "ProxyEnable";
 const char *PlatformLauncher::REG_PROXY_SERVER_NAME = "ProxyServer";
 const char *PlatformLauncher::REG_PROXY_OVERRIDE_NAME = "ProxyOverride";
+const char *PlatformLauncher::REG_PAC_FILE = "AutoConfigURL";
 const char *PlatformLauncher::PROXY_DIRECT = "DIRECT";
 const char *PlatformLauncher::HEAP_DUMP_PATH =  "\\var\\log\\heapdump.hprof";
 const char *PlatformLauncher::RESTART_FILE_PATH =  "\\var\\restart";
@@ -604,11 +605,17 @@ bool PlatformLauncher::findProxiesFromRegistry(string &proxy, string &nonProxy,
     }
 
     if (!proxyEnable) {
-        logMsg("Proxy disabled");
-        proxy = PROXY_DIRECT;
+        logMsg("Manual Proxy disabled");
+        string pacFile;
+        if (getStringFromRegistry(HKEY_CURRENT_USER, REG_PROXY_KEY, REG_PAC_FILE, pacFile)) {
+            logMsg("AutoConfigURL found.");
+            proxy = "PAC " + pacFile;
+        } else {
+            proxy = PROXY_DIRECT;
+        }
         return true;
     }
-
+    
     string proxyServer;
     if (!getStringFromRegistry(HKEY_CURRENT_USER, REG_PROXY_KEY, REG_PROXY_SERVER_NAME, proxyServer)) {
         return false;
diff --git a/o.n.bootstrap/launcher/windows/platformlauncher.h b/o.n.bootstrap/launcher/windows/platformlauncher.h
index 904779e..bc4aeb7 100644
--- a/o.n.bootstrap/launcher/windows/platformlauncher.h
+++ b/o.n.bootstrap/launcher/windows/platformlauncher.h
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ * Copyright 1997-2011 Oracle and/or its affiliates. All rights reserved.
  *
  * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  * Other names may be trademarks of their respective owners.
@@ -59,6 +59,7 @@ class PlatformLauncher {
     static const char *REG_PROXY_ENABLED_NAME;
     static const char *REG_PROXY_SERVER_NAME;
     static const char *REG_PROXY_OVERRIDE_NAME;
+    static const char *REG_PAC_FILE;
 
     static const char *PROXY_DIRECT;
     static const char *HEAP_DUMP_PATH;
diff --git a/o.n.bootstrap/launcher/windows/version.h b/o.n.bootstrap/launcher/windows/version.h
new file mode 100644
index 0000000..6fc12f7
--- /dev/null
+++ b/o.n.bootstrap/launcher/windows/version.h
@@ -0,0 +1,51 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+#define COMPANY "Oracle Corporation"
+#define COMPONENT "NetBeans Platform Launcher"
+#define VER "7.0.0.0"
+#define FVER 7,0,0,0
+#define BUILD_ID "18112010"
+#define INTERNAL_NAME "nbexec"
+#define COPYRIGHT "\xA9 2007, 2010 Oracle and/or its affiliates. All rights reserved."
+#define NAME "NetBeans Platform Launcher 7.0"
+
diff --git a/o.n.bootstrap/launcher/windows/version.rc b/o.n.bootstrap/launcher/windows/version.rc
new file mode 100644
index 0000000..deeda55
--- /dev/null
+++ b/o.n.bootstrap/launcher/windows/version.rc
@@ -0,0 +1,86 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+#include <winuser.h>
+#include <winver.h>
+#include "version.h"
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION    FVER
+ PRODUCTVERSION FVER
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ // FILEOS 0x4 is Win32, 0x40004 is Win32 NT only
+ FILEOS 0x4L
+ // FILETYPE should be 0x1 for .exe and 0x2 for .dll
+ FILETYPE FILETYPE_ID
+ FILESUBTYPE 0x0L
+BEGIN
+    BLOCK "StringFileInfo"
+    BEGIN
+        BLOCK "000004b0"
+        BEGIN
+            VALUE "CompanyName",      COMPANY       "\0"
+            VALUE "FileDescription",  COMPONENT     "\0"
+            VALUE "FileVersion",      VER           "\0"
+            VALUE "Full Version",     BUILD_ID      "\0"
+            VALUE "InternalName",     INTERNAL_NAME "\0"
+            VALUE "LegalCopyright",   COPYRIGHT     "\0"
+            VALUE "OriginalFilename", FNAME         "\0"
+            VALUE "ProductName",      NAME          "\0"
+            VALUE "ProductVersion",   VER           "\0"
+        END
+    END
+    BLOCK "VarFileInfo"
+    BEGIN
+        VALUE "Translation", 0x0, 1200
+    END
+END
diff --git a/o.n.bootstrap/manifest.mf b/o.n.bootstrap/manifest.mf
index 8f9aac1..6527921 100644
--- a/o.n.bootstrap/manifest.mf
+++ b/o.n.bootstrap/manifest.mf
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.bootstrap/1
-OpenIDE-Module-Specification-Version: 2.33.1
+OpenIDE-Module-Specification-Version: 2.39.1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/Bundle.properties
 OpenIDE-Module-Recommends: org.netbeans.NetigsoFramework
 
diff --git a/o.n.bootstrap/nbproject/project.xml b/o.n.bootstrap/nbproject/project.xml
index 4fed6c0..d26f8a0 100644
--- a/o.n.bootstrap/nbproject/project.xml
+++ b/o.n.bootstrap/nbproject/project.xml
@@ -54,7 +54,7 @@ made subject to such option by the copyright holder.
                     <build-prerequisite/>
                     <compile-dependency/>
                     <run-dependency>
-                        <specification-version>6.0</specification-version>
+                        <specification-version>7.19</specification-version>
                     </run-dependency>
                 </dependency>
                 <dependency>
diff --git a/o.n.bootstrap/src/org/netbeans/Archive.java b/o.n.bootstrap/src/org/netbeans/Archive.java
index e50cf06..d8e87a4 100644
--- a/o.n.bootstrap/src/org/netbeans/Archive.java
+++ b/o.n.bootstrap/src/org/netbeans/Archive.java
@@ -240,10 +240,11 @@ class Archive implements Stamps.Updater {
         // no need to really synchronize on this collection, gathering flag
         // is already cleared
         for (String s:requests.keySet()) {
-            String[] parts = s.split("(?<=!/)");
+            String[] parts = s.split("(?<=!/)", 2);
+            String name = parts.length == 2 ? parts[1] : "";
             ArchiveResources src = knownSources.get(parts[0]);
             assert src != null : "Could not find " + s + " in " + knownSources;
-            byte[] data = src.resource(parts[1]);
+            byte[] data = src.resource(name);
             Integer srcId = sources.get(parts[0]);
             if (srcId == null) {
                 srcId = sources.size();
@@ -255,8 +256,10 @@ class Archive implements Stamps.Updater {
             dos.write(2);
             dos.writeChar(srcId);
             dos.writeInt(data == null ? -1 : data.length); // store a marker to avoid openning
-            writeString(dos, parts[1]);
-            if (data != null) dos.write(data);
+            writeString(dos, name);
+            if (data != null) {
+                dos.write(data);
+            }
         }
         dos.close();
 
diff --git a/o.n.bootstrap/src/org/netbeans/Bundle.properties b/o.n.bootstrap/src/org/netbeans/Bundle.properties
index 3345395..7227b31 100644
--- a/o.n.bootstrap/src/org/netbeans/Bundle.properties
+++ b/o.n.bootstrap/src/org/netbeans/Bundle.properties
@@ -49,6 +49,12 @@ If another session of the program is running with the same user directory, pleas
 Cancel to prevent the corruption of the user directory. If you are sure that no other\n\
 instances of the program are running with your user directory, click OK to continue.
 MSG_AlreadyRunningTitle=Warning
+MSG_CannotWrite=An instance of the program cannot access specified user directory.\n\
+This is a serious problem that may prevent the program to function properly.\n\
+Make sure {0} is writable.\n\
+\n\
+Click OK to continue in spite of previous error.
+MSG_CannotWriteTitle=Warning
 
 EXC_not_a_module={0} is not a valid NetBeans module.
 
diff --git a/o.n.bootstrap/src/org/netbeans/CLIHandler.java b/o.n.bootstrap/src/org/netbeans/CLIHandler.java
index 114899e..6ad68f8 100644
--- a/o.n.bootstrap/src/org/netbeans/CLIHandler.java
+++ b/o.n.bootstrap/src/org/netbeans/CLIHandler.java
@@ -44,22 +44,26 @@
 
 package org.netbeans;
 
+import java.io.Closeable;
+import java.io.DataInput;
 import java.io.DataInputStream;
 import java.io.DataOutputStream;
 import java.io.EOFException;
 import java.io.File;
 import java.io.FileInputStream;
-import java.io.FileOutputStream;
 import java.io.IOException;
 import java.io.InputStream;
 import java.io.InterruptedIOException;
 import java.io.OutputStream;
 import java.io.PrintWriter;
+import java.io.RandomAccessFile;
 import java.net.InetAddress;
 import java.net.ServerSocket;
 import java.net.Socket;
 import java.net.SocketException;
 import java.net.UnknownHostException;
+import java.nio.channels.FileLock;
+import java.nio.channels.OverlappingFileLockException;
 import java.security.NoSuchAlgorithmException;
 import java.security.SecureRandom;
 import java.util.ArrayList;
@@ -121,6 +125,7 @@ public abstract class CLIHandler extends Object {
      /** Extra set of inits.
      */
     public static final int WHEN_EXTRA = 3;
+    private static final RequestProcessor secureCLIPort = new RequestProcessor("Secure CLI Port");
     
     /** reference to our server.
      */
@@ -129,7 +134,7 @@ public abstract class CLIHandler extends Object {
     /** Testing output of the threads.
      */
     private static final Logger OUTPUT = Logger.getLogger(CLIHandler.class.getName());
-    
+
     private int when;
     
     /**
@@ -257,7 +262,19 @@ public abstract class CLIHandler extends Object {
             args.reset(consume);
         }
     }
-    
+    private static int processInitLevelCLI(final Args args, final Collection<? extends CLIHandler> handlers, final boolean failOnUnknownOptions) {
+        return registerFinishInstallation(new Execute() {
+            @Override
+            public int exec() {
+                return notifyHandlers(args, handlers, WHEN_INIT, failOnUnknownOptions, failOnUnknownOptions);
+            }
+
+            public @Override
+            String toString() {
+                return handlers.toString();
+            }
+        });
+    }    
     /**
      * Represents result of initialization.
      * @see #initialize(String[], ClassLoader)
@@ -265,6 +282,7 @@ public abstract class CLIHandler extends Object {
      */
     static final class Status {
         public static final int CANNOT_CONNECT = -255;
+        public static final int CANNOT_WRITE = -254;
         
         private final File lockFile;
         private final int port;
@@ -327,6 +345,17 @@ public abstract class CLIHandler extends Object {
         }
     }
     
+    private static FileLock tryLock(RandomAccessFile raf) throws IOException {
+        try {
+            return raf.getChannel().tryLock(333L, 1L, false);
+        } catch (OverlappingFileLockException ex) {
+            OUTPUT.log(Level.INFO, "tryLock fails in the same VM", ex);
+            // happens in CLIHandlerTest as it simulates running multiple
+            // instances of the application in the same VM
+            return null;
+        }
+    }
+    
     
     /** Initializes the system by creating lock file.
      *
@@ -346,8 +375,14 @@ public abstract class CLIHandler extends Object {
         boolean cleanLockFile,
         Runnable runWhenHome
     ) {
+        String userDir = System.getProperty("netbeans.user.dir");
+        //System.err.println("nud: " + userDir);
+        if (userDir == null) {
+            userDir = System.getProperty ("user.dir");
+        }
+        //System.err.println(" ud: " + userDir);
         return initialize(
-            new Args(args, is, os, err, System.getProperty ("user.dir")), 
+            new Args(args, is, os, err, userDir), 
             (Integer)null, 
             loader.allCLIs(), 
             failOnUnknownOptions, 
@@ -434,6 +469,10 @@ public abstract class CLIHandler extends Object {
         return doLater == null;
     }
     
+    static void waitSecureCLIOver() {
+        secureCLIPort.post(Task.EMPTY).waitFinished();
+    }
+    
     /** Stops the server.
      */
     public static synchronized void stopServer () {
@@ -491,49 +530,92 @@ public abstract class CLIHandler extends Object {
         }
     
         if ("memory".equals(home)) { // NOI18N
-            return new Status(0);
-        }
-        
-        if (runWhenHome != null) {
-            // notify that we have successfully identified the home property
-            runWhenHome.run ();
+            int execCode = processInitLevelCLI(args, handlers, failOnUnknownOptions);
+            return new Status(execCode);
         }
-        
-        
+
         File lockFile = new File(home, "lock"); // NOI18N
         
         for (int i = 0; i < 5; i++) {
             // try few times to succeed
+            RandomAccessFile raf = null;
+            FileLock lock = null;
             try {
-                if (lockFile.exists()) {
+                NO_LOCK: if (lockFile.isFile()) {
+                    if (!cleanLockFile && !lockFile.canWrite()) {
+                        return new Status(Status.CANNOT_WRITE);
+                    }
+                    raf = new RandomAccessFile(lockFile, "rw");
+                    enterState(2, block);
+                    lock = tryLock(raf);
+                    if (OUTPUT.isLoggable(Level.FINER)) {
+                        OUTPUT.log(Level.FINER, "tryLock on {0} result: {1}", new Object[] { lockFile, lock });
+                    }
+                    if (lock != null && lock.isValid()) {
+                        // not locked by anyone,
+                        enterState(4, block);
+                        break NO_LOCK;
+                    }
                     enterState(5, block);
+                    if (runWhenHome != null) {
+                        // notify that we have successfully identified the home property
+                        runWhenHome.run();
+                        runWhenHome = null;
+                    }
                     throw new IOException("EXISTS"); // NOI18N
                 }
                 
                 if (i == 0 && checkHelp(args, handlers)) {
+                    if (runWhenHome != null) {
+                        // notify that we have successfully identified the home property
+                        runWhenHome.run();
+                        runWhenHome = null;
+                    }
                     return new Status(2);
                 }
                 
-                lockFile.getParentFile().mkdirs();
-                lockFile.createNewFile();
+                if (lock == null) {
+                    lockFile.getParentFile().mkdirs();
+                    try {
+                        raf = new RandomAccessFile(lockFile, "rw");
+                        lock = tryLock(raf);
+                        if (!cleanLockFile && !lockFile.canWrite()) {
+                            return new Status(Status.CANNOT_WRITE);
+                        }
+                    } catch (IOException ex) {
+                        if (!cleanLockFile && !lockFile.getParentFile().canWrite()) {
+                            return new Status(Status.CANNOT_WRITE);
+                        }
+                        throw ex;
+                    }
+                }
                 lockFile.deleteOnExit();
+
+                if (runWhenHome != null) {
+                    // notify that we have successfully identified the home property
+                    runWhenHome.run ();
+                    runWhenHome = null;
+                }
+
                 secureAccess(lockFile);
                 
                 enterState(10, block);
                 
                 final byte[] arr = new byte[KEY_LENGTH];
                 new Random().nextBytes(arr);
+
                 
-                server = new Server(arr, block, handlers, failOnUnknownOptions);
-                
-                final DataOutputStream os = new DataOutputStream(new FileOutputStream(lockFile));
+                final RandomAccessFile os = raf;
+                raf.seek(0L);
+                server = new Server(os, arr, block, handlers, failOnUnknownOptions);
                 int p = server.getLocalPort();
                 os.writeInt(p);
-                os.flush();
+                os.getChannel().force(true);
                 
                 enterState(20, block);
                 
-                Task parael = new RequestProcessor("Secure CLI Port").post(new Runnable() { // NOI18N
+                Task parael = secureCLIPort.post(new Runnable() { // NOI18N
+                    @Override
                     public void run() {
                         SecureRandom random = null;
                         enterState(95, block);
@@ -559,7 +641,7 @@ public abstract class CLIHandler extends Object {
 
                         try {
                             os.write(arr);
-                            os.flush();
+                            os.getChannel().force(true);
 
                             enterState(27,block);
                             // if this turns to be slow due to lookup of getLocalHost
@@ -582,21 +664,14 @@ public abstract class CLIHandler extends Object {
                             ex.printStackTrace();
                         }
                         try {
-                            os.close();
+                            os.getChannel().force(true);
                         } catch (IOException ex) {
                             // ignore
                         }
                     }
                 });
                 
-                int execCode = registerFinishInstallation (new Execute () {
-                    public int exec () {
-                        return notifyHandlers(args, handlers, WHEN_INIT, failOnUnknownOptions, failOnUnknownOptions);
-                    }
-                    public @Override String toString() {
-                        return handlers.toString();
-                    }
-                });
+                int execCode = processInitLevelCLI (args, handlers, failOnUnknownOptions);
                 
                 enterState(0, block);
                 return new Status(lockFile, server.getLocalPort(), execCode, parael);
@@ -608,13 +683,13 @@ public abstract class CLIHandler extends Object {
                 byte[] key = null;
                 byte[] serverAddress = null;
                 int port = -1;
-                DataInputStream is = null;
+                DataInput is = null;
                 try {
                     enterState(21, block);
                     if (OUTPUT.isLoggable(Level.FINER)) {
                         OUTPUT.log(Level.FINER, "Reading lock file {0}", lockFile); // NOI18N
                     }
-                    is = new DataInputStream(new FileInputStream(lockFile));
+                    is = raf;
                     port = is.readInt();
                     enterState(22, block);
                     key = new byte[KEY_LENGTH];
@@ -648,9 +723,9 @@ public abstract class CLIHandler extends Object {
                     // ok, try to read it once more
                     enterState(26, block);
                 } finally {
-                    if (is != null) {
+                    if (is instanceof Closeable) {
                         try {
-                            is.close();
+                            ((Closeable)is).close();
                         } catch (IOException ex3) {
                             // ignore here
                         }
@@ -810,6 +885,11 @@ public abstract class CLIHandler extends Object {
                         }
                     }
                     
+                    if (lock == null) {
+                        // process exists (we cannot lock the file), but does not respond
+                        return new Status (Status.CANNOT_CONNECT);
+                    }
+                    
                     if (cleanLockFile || isSameHost) {
                         // remove the file and try once more
                         lockFile.delete();
@@ -937,6 +1017,7 @@ public abstract class CLIHandler extends Object {
     /** Server that creates local socket and communicates with it.
      */
     private static final class Server extends Thread {
+        private Closeable unlock;
         private byte[] key;
         private ServerSocket socket;
         private Integer block;
@@ -949,8 +1030,9 @@ public abstract class CLIHandler extends Object {
         /** by default wait 100ms before sending a REPLY_FAIL message */
         private static long failDelay = 100;
         
-        public Server(byte[] key, Integer block, Collection<? extends CLIHandler> handlers, boolean failOnUnknownOptions) throws IOException {
+        public Server(Closeable lock, byte[] key, Integer block, Collection<? extends CLIHandler> handlers, boolean failOnUnknownOptions) throws IOException {
             super("CLI Requests Server"); // NOI18N
+            this.unlock = lock;
             this.key = key;
             this.setDaemon(true);
             this.block = block;
@@ -1030,6 +1112,13 @@ public abstract class CLIHandler extends Object {
         }
 
         final void stopServer () {
+            if (unlock != null) {
+                try {
+                    unlock.close();
+                } catch (IOException ex) {
+                    OUTPUT.log(Level.WARNING, "Cannot unlock {0}", ex.getMessage());
+                }
+            }
             socket = null;
             // interrupts the listening server
             interrupt();
diff --git a/o.n.bootstrap/src/org/netbeans/JaveleonModule.java b/o.n.bootstrap/src/org/netbeans/JaveleonModule.java
new file mode 100644
index 0000000..5009c31
--- /dev/null
+++ b/o.n.bootstrap/src/org/netbeans/JaveleonModule.java
@@ -0,0 +1,159 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2011 Sun Microsystems, Inc.
+ */
+
+package org.netbeans;
+
+import java.io.File;
+import java.io.IOException;
+import java.lang.reflect.Method;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Set;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+
+/**
+ *
+ * @author Allan Gregersen
+ */
+public final class JaveleonModule extends StandardModule {
+
+    private static final Logger LOG = Logger.getLogger(JaveleonModule.class.getName());
+
+    public static final boolean isJaveleonPresent;
+    private static final Method incrementGlobalId;
+    private static final Method registerClassLoader;
+    static {
+        Method _incrementGlobalId = null;
+        Method _registerClassLoader = null;
+        try {
+            _incrementGlobalId = Class.forName("org.javeleon.reload.ReloadModule").getDeclaredMethod("incrementGlobalId");
+            _registerClassLoader = Class.forName("org.javeleon.reload.ReloadFacade").getDeclaredMethod("registerClassLoader", ClassLoader.class, String.class);
+        } catch (ClassNotFoundException x) {
+            // Javeleon was not present... nothing to do then!
+        } catch (Exception x) {
+            LOG.log(Level.INFO, "Could not load Javeleon integration", x);
+        }
+        isJaveleonPresent = _incrementGlobalId != null && _registerClassLoader != null;
+        incrementGlobalId = _incrementGlobalId;
+        registerClassLoader = _registerClassLoader;
+    }
+
+    public static boolean incrementGlobalId() {
+        assert isJaveleonPresent;
+        try {
+            incrementGlobalId.invoke(null);
+            return true;
+        } catch (Exception x) {
+            LOG.log(Level.INFO, "Could not reload", x);
+            return false;
+        }
+    }
+
+
+    /**
+     * Registers a module class loader according to module CNB.
+     * No-op if {@link #isJaveleonPresent} is false (no need to guard).
+     */
+    static void registerClassLoader(ClassLoader loader, String codeNameBase) {
+        if (isJaveleonPresent) {
+            try {
+                registerClassLoader.invoke(null, loader, codeNameBase);
+            } catch (Exception x) {
+                LOG.log(Level.INFO, "Could not register " + codeNameBase, x);
+            }
+        }
+    }
+
+    private static HashMap<String,ClassLoader> currentClassLoaders = new HashMap<String, ClassLoader>();
+
+
+    public JaveleonModule(ModuleManager mgr, File jar, Object history, Events ev) throws IOException {
+        super(mgr, ev, jar, history, true, false, false);
+        setEnabled(true);
+    }
+
+    @Override
+    protected ClassLoader createNewClassLoader(List<File> classp, List<ClassLoader> parents) {
+        ClassLoader cl = super.createNewClassLoader(classp, parents);
+        currentClassLoaders.put(getCodeNameBase(), cl);
+        return cl;
+    }
+
+    /** public for use from JaveleonModuleReloader */
+    public @Override void classLoaderUp(Set<Module> parents) throws IOException {
+        super.classLoaderUp(parents);
+    }
+
+    @Override
+    protected ClassLoader getParentLoader(Module parent) {
+        if(currentClassLoaders.containsKey(parent.getCodeNameBase()))
+            return currentClassLoaders.get(parent.getCodeNameBase());
+        else
+            return parent.getClassLoader();
+    }
+
+    @Override
+    public String toString() {
+        return "Javeleon module " + getJarFile().toString();
+    }
+
+    @Override
+    protected void classLoaderDown() {
+        // do not touch the class loader... Javeleon system will handle it
+    }
+
+    @Override
+    public final void reload() throws IOException {
+        // Javeleon will do this
+    }
+
+    @Override
+    protected void cleanup() {
+        // do nothing
+    }
+
+    @Override
+    public void destroy() {
+        // do nothing
+    }
+}
diff --git a/o.n.bootstrap/src/org/netbeans/LocaleVariants.java b/o.n.bootstrap/src/org/netbeans/LocaleVariants.java
index 254ee58..de5fde0 100644
--- a/o.n.bootstrap/src/org/netbeans/LocaleVariants.java
+++ b/o.n.bootstrap/src/org/netbeans/LocaleVariants.java
@@ -121,8 +121,8 @@ final class LocaleVariants implements Stamps.Updater {
     /**
      * Find existing locale variants of f, in search order.
      */
-    static List<File> findLocaleVariantsOf(File f) {
-        List<FileWithSuffix> result = findLocaleVariantsWithSuffixesOf(f);
+    static List<File> findLocaleVariantsOf(File f, String codeNameBase) {
+        List<FileWithSuffix> result = findLocaleVariantsWithSuffixesOf(f, codeNameBase);
         List<File> l = new ArrayList<File>(result.size());
         for (FileWithSuffix fws : result) {
             l.add(fws.file);
@@ -155,7 +155,7 @@ final class LocaleVariants implements Stamps.Updater {
     /**
      * Find existing locale variants of f, in search order.
      */
-    static List<FileWithSuffix> findLocaleVariantsWithSuffixesOf(File f) {
+    static List<FileWithSuffix> findLocaleVariantsWithSuffixesOf(File f, String codeNameBase) {
         List<FileWithSuffix> res;
         synchronized (map) {
             if (mapLocale != Locale.getDefault()) {
@@ -176,7 +176,7 @@ final class LocaleVariants implements Stamps.Updater {
                 // #34069: we have to consider that e.g. modules/locale/foo_branding.jar might be
                 // located in a different root of ${netbeans.dirs}, so need to use IFL. Here the
                 // logical path would be "modules/foo.jar" for the base module.
-                String logicalPath = findLogicalPath(f);
+                String logicalPath = findLogicalPath(f, codeNameBase);
                 if (logicalPath != null) {
                     int slash = logicalPath.lastIndexOf('/');
                     if (slash != -1) {
@@ -200,7 +200,7 @@ final class LocaleVariants implements Stamps.Updater {
             if (logicalDir != null) {
                 for (String suffix : getLocalizingSuffixesFast()) {
                     String path = logicalDir + name + suffix + ext;
-                    File v = InstalledFileLocator.getDefault().locate(path, null, false);
+                    File v = InstalledFileLocator.getDefault().locate(path, codeNameBase, false);
                     if (v != null) {
                         l.add(new FileWithSuffix(v, suffix));
                     }
@@ -260,12 +260,12 @@ final class LocaleVariants implements Stamps.Updater {
      * @return the inverse of locate(...), or null if there is no such path
      * @see "#34069"
      */
-    private static String findLogicalPath(File f) {
+    private static String findLogicalPath(File f, String codeNameBase) {
         InstalledFileLocator l = InstalledFileLocator.getDefault();
         String path = f.getName();
         File parent = f.getParentFile();
         while (parent != null) {
-            File probe = l.locate(path, null, false);
+            File probe = l.locate(path, codeNameBase, false);
             //System.err.println("Util.fLP: f=" + f + " parent=" + parent + " probe=" + probe + " f.equals(probe)=" + f.equals(probe));
             if (f.equals(probe)) {
                 return path;
diff --git a/o.n.bootstrap/src/org/netbeans/MainImpl.java b/o.n.bootstrap/src/org/netbeans/MainImpl.java
index c901307..ccdc738 100644
--- a/o.n.bootstrap/src/org/netbeans/MainImpl.java
+++ b/o.n.bootstrap/src/org/netbeans/MainImpl.java
@@ -55,12 +55,14 @@ import java.security.AllPermission;
 import java.security.CodeSource;
 import java.security.PermissionCollection;
 import java.security.Permissions;
+import java.text.MessageFormat;
 import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.Collection;
 import java.util.Enumeration;
 import java.util.HashSet;
 import java.util.List;
+import java.util.ResourceBundle;
 import java.util.Set;
 import java.util.StringTokenizer;
 import java.util.concurrent.atomic.AtomicReference;
@@ -186,8 +188,21 @@ final class MainImpl extends Object {
         if (result.getExitCode () == CLIHandler.Status.CANNOT_CONNECT) {
             int value = javax.swing.JOptionPane.showConfirmDialog (
                 null,
-                java.util.ResourceBundle.getBundle("org/netbeans/Bundle").getString("MSG_AlreadyRunning"),
-                java.util.ResourceBundle.getBundle("org/netbeans/Bundle").getString("MSG_AlreadyRunningTitle"),
+                ResourceBundle.getBundle("org/netbeans/Bundle").getString("MSG_AlreadyRunning"),
+                ResourceBundle.getBundle("org/netbeans/Bundle").getString("MSG_AlreadyRunningTitle"),
+                javax.swing.JOptionPane.OK_CANCEL_OPTION,
+                javax.swing.JOptionPane.WARNING_MESSAGE
+            );
+            if (value == javax.swing.JOptionPane.OK_OPTION) {
+                result = CLIHandler.initialize(args, reader, writer, error, loader, true, true, loader);
+            }
+
+        }
+        if (result.getExitCode () == CLIHandler.Status.CANNOT_WRITE) {
+            int value = javax.swing.JOptionPane.showConfirmDialog (
+                null,
+                MessageFormat.format(ResourceBundle.getBundle("org/netbeans/Bundle").getString("MSG_CannotWrite"), user),
+                ResourceBundle.getBundle("org/netbeans/Bundle").getString("MSG_CannotWriteTitle"),
                 javax.swing.JOptionPane.OK_CANCEL_OPTION,
                 javax.swing.JOptionPane.WARNING_MESSAGE
             );
diff --git a/o.n.bootstrap/src/org/netbeans/Module.java b/o.n.bootstrap/src/org/netbeans/Module.java
index 8a5d1fc..5293dfc 100644
--- a/o.n.bootstrap/src/org/netbeans/Module.java
+++ b/o.n.bootstrap/src/org/netbeans/Module.java
@@ -259,8 +259,7 @@ public abstract class Module extends ModuleInfo {
         return specVers;
     }
     
-    @Override
-    public boolean owns(Class clazz) {
+    public @Override boolean owns(Class<?> clazz) {
         ClassLoader cl = clazz.getClassLoader();
         if (cl instanceof Util.ModuleProvider) {
             return ((Util.ModuleProvider) cl).getModule() == this;
@@ -268,6 +267,14 @@ public abstract class Module extends ModuleInfo {
         if (cl != classloader) {
             return false;
         }
+        String _codeName = findClasspathModuleCodeName(clazz);
+        if (_codeName != null) {
+            return _codeName.equals(codeName);
+        }
+        return true; // not sure...
+    }
+    
+    static String findClasspathModuleCodeName(Class<?> clazz) {
         // #157798: in JNLP or otherwise classpath mode, all modules share a CL.
         CodeSource src = clazz.getProtectionDomain().getCodeSource();
         if (src != null) {
@@ -280,8 +287,7 @@ public abstract class Module extends ModuleInfo {
                 URL manifest = new URL(loc, "META-INF/MANIFEST.MF");
                 InputStream is = manifest.openStream();
                 try {
-                    Manifest mf = new Manifest(is);
-                    return codeName.equals(mf.getMainAttributes().getValue("OpenIDE-Module"));
+                    return new Manifest(is).getMainAttributes().getValue("OpenIDE-Module");
                 } finally {
                     is.close();
                 }
@@ -289,7 +295,7 @@ public abstract class Module extends ModuleInfo {
                 Logger.getLogger(Module.class.getName()).log(Level.FINE, null, x);
             }
         }
-        return true; // not sure...
+        return null;
     }
     
     /** Get all packages exported by this module to other modules.
diff --git a/o.n.bootstrap/src/org/netbeans/ModuleManager.java b/o.n.bootstrap/src/org/netbeans/ModuleManager.java
index 4c33d1c..4d4e2c2 100644
--- a/o.n.bootstrap/src/org/netbeans/ModuleManager.java
+++ b/o.n.bootstrap/src/org/netbeans/ModuleManager.java
@@ -50,6 +50,7 @@ import java.io.ByteArrayInputStream;
 import java.io.File;
 import java.io.IOException;
 import java.io.InputStream;
+import java.net.URL;
 import java.security.AllPermission;
 import java.security.CodeSource;
 import java.security.PermissionCollection;
@@ -57,6 +58,8 @@ import java.security.Permissions;
 import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.Collections;
+import java.util.Comparator;
+import java.util.Enumeration;
 import java.util.HashMap;
 import java.util.HashSet;
 import java.util.Iterator;
@@ -65,22 +68,28 @@ import java.util.List;
 import java.util.Map;
 import java.util.Set;
 import java.util.StringTokenizer;
+import java.util.TreeSet;
 import java.util.jar.Manifest;
 import java.util.logging.Level;
+import org.openide.LifecycleManager;
 import org.openide.modules.Dependency;
 import org.openide.modules.ModuleInfo;
+import org.openide.modules.Modules;
 import org.openide.modules.SpecificationVersion;
+import org.openide.util.Enumerations;
 import org.openide.util.Lookup;
 import org.openide.util.Mutex;
 import org.openide.util.TopologicalSortException;
 import org.openide.util.Union2;
 import org.openide.util.Utilities;
+import org.openide.util.lookup.Lookups;
+import org.openide.util.lookup.ProxyLookup;
 
 /** Manages a collection of modules.
  * Must use {@link #mutex} to access its important methods.
  * @author Jesse Glick
  */
-public final class ModuleManager {
+public final class ModuleManager extends Modules {
 
     public static final String PROP_MODULES = "modules"; // NOI18N
     public static final String PROP_ENABLED_MODULES = "enabledModules"; // NOI18N
@@ -271,6 +280,7 @@ public final class ModuleManager {
     }
 
     private final Util.ModuleLookup lookup = new Util.ModuleLookup();
+    private final Lookup completeLookup = new ProxyLookup(Lookups.fixed(this), lookup);
     /** Retrieve set of modules in Lookup form.
      * The core top manager should install this into the set of
      * available lookups. Will fire lookup events when the
@@ -280,7 +290,7 @@ public final class ModuleManager {
      * straight to this lookup when ModuleInfo/Module is requested.
      */
     public Lookup getModuleLookup() {
-        return lookup;
+        return completeLookup;
     }
     // Access from ChangeFirer:
     final void fireModulesCreatedDeleted(Set created, Set deleted) {
@@ -319,6 +329,18 @@ public final class ModuleManager {
         return modulesByName.get(codeNameBase);
     }
 
+    public @Override ModuleInfo ownerOf(Class<?> clazz) {
+        ClassLoader cl = clazz.getClassLoader();
+        if (cl instanceof Util.ModuleProvider) {
+            return ((Util.ModuleProvider) cl).getModule();
+        }
+        String codename = Module.findClasspathModuleCodeName(clazz);
+        if (codename != null) {
+            return get(codename.replaceFirst("/\\d+$", "")); // NOI18N
+        }
+        return null;
+    }
+
     /**
      * Get a set of modules depended upon or depending on this module.
      * <p>Note that provide-require/need dependencies are listed alongside direct
@@ -423,6 +445,16 @@ public final class ModuleManager {
         }
     }
 
+    /** Only for use with Javeleon modules. */
+    public void replaceJaveleonModule(Module module, Module newModule) {
+        assert newModule instanceof JaveleonModule;
+        modules.remove(module);
+        modulesByName.remove(module.getCodeNameBase());
+        modules.add(newModule);
+        modulesByName.put(newModule.getCodeNameBase(), newModule);
+        invalidateClassLoader();
+    }
+
     /** A classloader giving access to all the module classloaders at once. */
     private final class SystemClassLoader extends JarClassLoader {
 
@@ -465,7 +497,39 @@ public final class ModuleManager {
                 // #147082: use empty file rather than null (~ delegation to ClassLoader.systemClassLoader) to work around JAXP #6723276
                 return new ByteArrayInputStream(new byte[0]);
             } else {
-                return super.getResourceAsStream(name);
+                InputStream is = super.getResourceAsStream(name);
+                if (is == null) {
+                    ClassLoader l = NetigsoFramework.findFallbackLoader();
+                    if (l != null && l != this) {
+                        is = l.getResourceAsStream(name);
+                    }
+                }
+                return is;
+            }
+        }
+
+        @Override
+        final URL getResourceImpl(String name) {
+            URL u = super.getResourceImpl(name);
+            if (u == null) {
+                ClassLoader l = NetigsoFramework.findFallbackLoader();
+                if (l != null && l != this) {
+                    u = l.getResource(name);
+                }
+            }
+            return u;
+        }
+
+        @Override
+        synchronized Enumeration<URL> getResourcesImpl(String name) throws IOException {
+            Enumeration<URL> first = super.getResourcesImpl(name);
+            ClassLoader l = NetigsoFramework.findFallbackLoader();
+            if (l != null && l != this) {
+                return Enumerations.removeDuplicates(
+                    Enumerations.concat(first, l.getResources(name))
+                );
+            } else {
+                return first;
             }
         }
 
@@ -487,6 +551,18 @@ public final class ModuleManager {
             return super.shouldDelegateResource(pkg, parent);
         }
 
+        @Override
+        protected synchronized Class loadClass(String name, boolean resolve) throws ClassNotFoundException {
+            try {
+                return super.loadClass(name, resolve);
+            } catch (ClassNotFoundException ex) {
+                ClassLoader l = NetigsoFramework.findFallbackLoader();
+                if (l == null || l == this) {
+                    throw ex;
+                }
+                return Class.forName(name, resolve, l);
+            }
+        }
     }
 
     /** @see #create(File,Object,boolean,boolean,boolean)
@@ -942,6 +1018,7 @@ public final class ModuleManager {
                 continue;
             }
             installer.load(toEnable);
+            NetigsoFramework.startFramework();
             break;
         }
         {
@@ -1016,6 +1093,12 @@ public final class ModuleManager {
         firer.fire();
     }
 
+    private static class CodeNameBaseComparator implements Comparator<Module> {
+        public @Override int compare(Module m1, Module m2) {
+            return m1.getCodeNameBase().compareTo(m2.getCodeNameBase());
+        }
+    }
+
     /** Simulate what would happen if a set of modules were to be enabled.
      * None of the listed modules may be autoload modules, nor eager, nor currently enabled,
      * though they may be fixed (if they have not yet been enabled).
@@ -1055,7 +1138,7 @@ public final class ModuleManager {
         }
          */
         // XXX also optimize for modules.size == 1
-        Set<Module> willEnable = new HashSet<Module>(modules.size() * 2 + 1);
+        Set<Module> willEnable = new TreeSet<Module>(new CodeNameBaseComparator());
         for (Module m: modules) {
             if (honorAutoloadEager) {
                 if (m.isAutoload()) throw new IllegalArgumentException("Cannot simulate enabling an autoload: " + m); // NOI18N
@@ -1227,6 +1310,45 @@ public final class ModuleManager {
         return true;
     }
 
+    /** Only for use from Javeleon code. */
+    public List<Module> simulateJaveleonReload(Module moduleToReload) throws IllegalArgumentException {
+        Set<Module> transitiveDependents = new HashSet<Module>(20);
+        addToJaveleonDisableList(transitiveDependents, moduleToReload);
+        Map<Module,List<Module>> deps = Util.moduleDependencies(transitiveDependents, modulesByName, providersOf);
+        try {
+            LinkedList<Module> orderedForEnabling = new LinkedList<Module>();
+            for (Module m : Utilities.topologicalSort(transitiveDependents, deps)) {
+                if (m != moduleToReload) {
+                    orderedForEnabling.addFirst(m);
+                }
+            }
+            return orderedForEnabling;
+        } catch (TopologicalSortException ex) {
+            return new ArrayList<Module>(transitiveDependents);
+        }
+    }
+    private void addToJaveleonDisableList(Set<Module> willDisable, Module m) {
+        if (willDisable.contains(m)) {
+            return;
+        }
+        willDisable.add(m);
+        for (Module other : modules) {
+            if (! other.isEnabled() || willDisable.contains(other)) {
+                continue;
+            }
+            Dependency[] depenencies = other.getDependenciesArray();
+            for (int i = 0; i < depenencies.length; i++) {
+                Dependency dep = depenencies[i];
+                if (dep.getType() == Dependency.TYPE_MODULE) {
+                    if (dep.getName().equals(m.getCodeName())) {
+                        addToDisableList(willDisable, other);
+                        break;
+                    }
+                }
+            }
+        }
+    }
+
     /** Simulate what would happen if a set of modules were to be disabled.
      * None of the listed modules may be autoload modules, nor eager, nor currently disabled, nor fixed.
      * The returned set will list all modules that would actually be disabled,
@@ -1246,7 +1368,7 @@ public final class ModuleManager {
         }
         // XXX also optimize for modules.size == 1
         // Probably not a very efficient algorithm. But it probably does not need to be.
-        Set<Module> willDisable = new HashSet<Module>(20);
+        Set<Module> willDisable = new TreeSet<Module>(new CodeNameBaseComparator());
         for (Module m : modules) {
             if (m.isAutoload()) throw new IllegalArgumentException("Cannot disable autoload: " + m); // NOI18N
             if (m.isEager()) throw new IllegalArgumentException("Cannot disable eager module: " + m); // NOI18N
@@ -1402,6 +1524,10 @@ public final class ModuleManager {
                             probs.add(Union2.<Dependency,InvalidException>createFirst(dep));
                             continue;
                         }
+                        SpecificationVersion otherSpec = other.getSpecificationVersion();
+                        if (otherSpec == null) {
+                            otherSpec = new SpecificationVersion("0"); // NOI18N
+                        }
                         if (relVersionMin == relVersionMax) {
                             // Non-ranged dep.
                             if (relVersionMin != other.getCodeNameRelease()) {
@@ -1418,7 +1544,7 @@ public final class ModuleManager {
                             }
                             if (dep.getComparison() == Dependency.COMPARE_SPEC &&
                                     new SpecificationVersion(dep.getVersion()).compareTo(
-                                        other.getSpecificationVersion()) > 0) {
+                                        otherSpec) > 0) {
                                 // Spec version not high enough, bad.
                                 probs.add(Union2.<Dependency,InvalidException>createFirst(dep));
                                 continue;
@@ -1438,7 +1564,7 @@ public final class ModuleManager {
                                     // Spec comparisons only apply to the earliest major rel.
                                     otherRel == relVersionMin &&
                                     new SpecificationVersion(dep.getVersion()).compareTo(
-                                        other.getSpecificationVersion()) > 0) {
+                                        otherSpec) > 0) {
                                 // Spec version not high enough, bad.
                                 probs.add(Union2.<Dependency,InvalidException>createFirst(dep));
                                 continue;
@@ -1603,7 +1729,7 @@ public final class ModuleManager {
             Util.err.warning("Cyclic module dependencies, will not shut down cleanly: " + deps); // NOI18N
             return true;
         }
-        if (! installer.closing(sortedModules)) {
+        if (!TopSecurityManager.officialExit && !installer.closing(sortedModules)) {
             return false;
         }
         if (midHook != null) {
@@ -1619,4 +1745,14 @@ public final class ModuleManager {
         installer.close(sortedModules);
         return true;
     }
+    static {
+        Runtime.getRuntime().addShutdownHook(new Thread("close modules") { // NOI18N
+            public @Override void run() {
+                if (System.getSecurityManager() instanceof TopSecurityManager) {
+                    TopSecurityManager.officialExit = true;
+                    LifecycleManager.getDefault().exit();
+                }
+            }
+        });
+    }
 }
diff --git a/o.n.bootstrap/src/org/netbeans/NbClipboard.java b/o.n.bootstrap/src/org/netbeans/NbClipboard.java
new file mode 100644
index 0000000..6e71150
--- /dev/null
+++ b/o.n.bootstrap/src/org/netbeans/NbClipboard.java
@@ -0,0 +1,394 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.netbeans;
+
+import java.awt.AWTEvent;
+import java.awt.Toolkit;
+import java.awt.datatransfer.Clipboard;
+import java.awt.datatransfer.ClipboardOwner;
+import java.awt.datatransfer.DataFlavor;
+import java.awt.datatransfer.FlavorEvent;
+import java.awt.datatransfer.FlavorListener;
+import java.awt.datatransfer.Transferable;
+import java.awt.datatransfer.UnsupportedFlavorException;
+import java.awt.event.AWTEventListener;
+import java.awt.event.WindowEvent;
+import java.io.IOException;
+import java.lang.ref.Reference;
+import java.lang.ref.WeakReference;
+import java.util.Collection;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import org.openide.util.Exceptions;
+import org.openide.util.Lookup;
+import org.openide.util.LookupEvent;
+import org.openide.util.LookupListener;
+import org.openide.util.RequestProcessor;
+import org.openide.util.Utilities;
+import org.openide.util.datatransfer.ExClipboard;
+
+ at org.openide.util.lookup.ServiceProviders({@org.openide.util.lookup.ServiceProvider(service=java.awt.datatransfer.Clipboard.class), @org.openide.util.lookup.ServiceProvider(service=org.openide.util.datatransfer.ExClipboard.class)})
+public final class NbClipboard extends ExClipboard
+implements LookupListener, Runnable, FlavorListener, AWTEventListener
+{
+    private static final Logger log = Logger.getLogger(NbClipboard.class.getName());
+    private Clipboard systemClipboard;
+    private ExClipboard.Convertor[] convertors;
+    private Lookup.Result<ExClipboard.Convertor> result;
+    final boolean slowSystemClipboard;
+    private Transferable last;
+    private long lastWindowActivated;
+    private long lastWindowDeactivated;
+    private Reference<Object> lastWindowDeactivatedSource = new WeakReference<Object>(null);
+
+    public NbClipboard() {
+        //for unit testing
+        this( Toolkit.getDefaultToolkit().getSystemClipboard() );
+    }
+    
+    NbClipboard( Clipboard systemClipboard ) {
+        super("NBClipboard");   // NOI18N
+        this.systemClipboard = systemClipboard;
+
+        result = Lookup.getDefault().lookupResult(ExClipboard.Convertor.class);
+        result.addLookupListener(this);
+
+        systemClipboard.addFlavorListener(this);
+
+        resultChanged(null);
+
+        if (System.getProperty("netbeans.slow.system.clipboard.hack") != null) {
+            slowSystemClipboard = Boolean.getBoolean("netbeans.slow.system.clipboard.hack"); // NOI18N
+        } else if (Utilities.isMac()) {
+            slowSystemClipboard = false;
+        }
+        else {
+            slowSystemClipboard = true;
+        }
+
+
+
+
+        if (!slowSystemClipboard) {
+            if (System.getProperty("sun.awt.datatransfer.timeout") == null) { // NOI18N
+                System.setProperty("sun.awt.datatransfer.timeout", "1000"); // NOI18N
+            }
+        } else {
+            Toolkit.getDefaultToolkit().addAWTEventListener(
+                this, AWTEvent.WINDOW_EVENT_MASK);
+        }
+    }
+    
+    protected synchronized ExClipboard.Convertor[] getConvertors () {
+        return convertors;
+    }
+
+    public synchronized void resultChanged(LookupEvent ev) {
+        Collection<? extends ExClipboard.Convertor> c = result.allInstances();
+        ExClipboard.Convertor[] temp = new ExClipboard.Convertor[c.size()];
+        convertors = c.toArray(temp);
+    }
+
+    // XXX(-ttran) on Unix (and also on Windows as we discovered recently)
+    // calling getContents() on the system clipboard is very expensive, the
+    // call can take up to 1000 milliseconds.  We need to examine the clipboard
+    // contents each time the Node is activated, the method must be fast.
+    // Therefore we cache the contents of system clipboard and use the cache
+    // when someone calls getContents().  The cache is sync'ed with the system
+    // clipboard when _any_ of our Windows gets WINDOW_ACTIVATED event.  It
+    // means if some other apps modify the contents of the system clipboard in
+    // the background then the change won't be propagated to us immediately.
+    // The other drawback is that if module code bypasses NBClipboard and
+    // accesses the system clipboard directly then we don't see these changes.
+    //
+    // The other problem is an AWT bug
+    // 
+    // http://developer.java.sun.com/developer/bugParade/bugs/4818143.html
+    //
+    // sun.awt.datatransfer.ClipboardTransferable.getClipboardData() can hang
+    // for very long time (maxlong == eternity).  We tries to avoid the hang by
+    // access the system clipboard from a separate thread.  If the hang happens
+    // the thread will wait for the system clipboard forever but not the whole
+    // IDE
+
+    private RequestProcessor.Task syncTask =
+        new RequestProcessor("System clipboard synchronizer").create(this, true); // NOI18N
+
+    private Transferable data;
+    private ClipboardOwner dataOwner;
+    
+    @Override
+    public void setContents(Transferable contents, ClipboardOwner owner) {
+        synchronized (this) {
+            // XXX(-dstrupl) the following line might lead to a double converted
+            // transferable. Can be fixed as Jesse describes in #32485
+            if (log.isLoggable (Level.FINER)) {
+                log.log (Level.FINER, "setContents called with: "); // NOI18N
+                logFlavors (contents, Level.FINER, log.isLoggable(Level.FINEST));
+            }
+            contents = convert(contents);
+            if (log.isLoggable (Level.FINER)) {
+                log.log (Level.FINER, "After conversion:"); // NOI18N
+                logFlavors (contents, Level.FINER, log.isLoggable(Level.FINEST));
+            }
+
+            if (slowSystemClipboard) {
+                super.setContents(contents, owner);
+            } else {
+                if (last != null) transferableOwnershipLost(last);
+                last = contents;
+            }
+
+            data = contents;
+            dataOwner = owner;
+            syncTask.schedule(0);
+        }
+        fireClipboardChange();
+    }
+
+    @Override
+    public Transferable getContents(Object requestor) {
+        Transferable prev;
+
+        try {
+            log.log(Level.FINE, "getContents, slowSystemClipboard: {0}", slowSystemClipboard); // NOI18N
+            if (slowSystemClipboard) {
+                // The purpose of lastWindowActivated+100 is to ignore calls
+                // which immediatelly follow WINDOW_ACTIVATED event.
+                // This is workaround of JDK bug described in issue 41098.
+                long curr = System.currentTimeMillis();
+                if (lastWindowActivated != 0 && lastWindowActivated + 100 < curr) {
+                    lastWindowActivated = 0;
+                    
+                    syncTask.schedule(0);
+                    boolean finished = syncTask.waitFinished (100);
+                    log.log(Level.FINE, "after syncTask wait, finished {0}", finished); // NOI18N
+                } else {
+                    if (log.isLoggable(Level.FINE)) {
+                        log.fine("no wait, last: " + lastWindowActivated + " now: " + curr); // NOI18N
+                    }
+                }
+                
+                
+                prev = super.getContents (requestor);
+            } else {
+                syncTask.waitFinished ();
+                log.log(Level.FINE, "after syncTask clipboard wait"); // NOI18N
+                try {
+                    prev = systemClipboard.getContents (requestor);
+                } catch( ThreadDeath td ) {
+                    throw td;
+                } catch( Throwable ex ) {
+                    log.log (Level.INFO, "System clipboard not available.", ex); // NOI18N
+                    prev = null;
+                }
+            }
+
+            synchronized (this) {
+                if (log.isLoggable (Level.FINE)) {
+                    log.log (Level.FINE, "getContents by " + requestor); // NOI18N
+                    logFlavors (prev, Level.FINE, log.isLoggable(Level.FINEST));
+                }
+                if (prev == null)  // if system clipboard has no contents
+                    return null;
+
+                Transferable res = convert (prev);
+                if (log.isLoggable (Level.FINE)) {
+                    log.log (Level.FINE, "getContents by " + requestor); // NOI18N
+                    logFlavors (res, Level.FINE, log.isLoggable(Level.FINEST));
+
+                    res = new LoggableTransferable (res);
+                }
+                return res;
+            }
+        } catch (ThreadDeath ex) {
+            throw ex;
+        } catch (InterruptedException ex) {
+            Logger.getLogger(NbClipboard.class.getName()).log(Level.WARNING, null, ex);
+            return null;
+        } catch (Throwable ex) {
+            Exceptions.printStackTrace(ex);
+            return null;
+        }
+    }
+
+    public void run() {
+        Transferable cnts = null;
+        ClipboardOwner ownr = null;
+
+        log.fine("Running update");
+
+        synchronized (this) {
+            if (data != null) {
+             cnts = data;
+             ownr = dataOwner;
+            }
+            data = null;
+            dataOwner = null;
+        }
+        if (cnts != null) {
+            try {
+                systemClipboard.setContents(cnts, ownr);
+            } catch( IllegalStateException e ) {
+                //#139616
+                log.log (Level.FINE, "systemClipboard not available", e); // NOI18N
+                data = cnts;
+                dataOwner = ownr;
+                syncTask.schedule(100);
+                return;
+            } 
+            if (log.isLoggable (Level.FINE)) {
+                log.log (Level.FINE, "systemClipboard updated:"); // NOI18N
+                logFlavors (cnts, Level.FINE, log.isLoggable(Level.FINEST));
+            }
+            return;
+        }
+
+        try {
+            Transferable transferable = systemClipboard.getContents(this);
+            super.setContents(transferable, null);
+            if (log.isLoggable (Level.FINE)) {
+                log.log (Level.FINE, "internal clipboard updated:"); // NOI18N
+                logFlavors (transferable, Level.FINE, log.isLoggable(Level.FINEST));
+            }
+            fireClipboardChange();
+        }
+        catch (ThreadDeath ex) {
+            throw ex;
+        }
+        catch (Throwable ignore) {
+        }
+    }
+
+    /** For testing purposes.
+     */
+    final void waitFinished () {
+        syncTask.waitFinished ();
+    }
+    
+    final void activateWindowHack (boolean reschedule) {
+        // if WINDOW_DEACTIVATED is followed immediatelly with
+        // WINDOW_ACTIVATED then it is JDK bug described in 
+        // issue 41098.
+        lastWindowActivated = System.currentTimeMillis();
+        if (reschedule) {
+            syncTask.schedule (0);
+        }
+    }
+    
+    private void logFlavors (Transferable trans, Level level, boolean content) {
+        if (trans == null)
+            log.log (level, "  no clipboard contents");
+        else {
+            java.awt.datatransfer.DataFlavor[] arr = trans.getTransferDataFlavors();
+            StringBuffer sb = new StringBuffer();
+            for (int i = 0; i < arr.length; i++) {
+                sb.append("  ").append(i).append(" = ").append(arr[i]);
+                if (content) {
+                    try {
+                        sb.append(" contains: ").append(trans.getTransferData(arr[i]));
+                    } catch (UnsupportedFlavorException ex) {
+                        Exceptions.printStackTrace(ex);
+                    } catch (IOException ex) {
+                        Exceptions.printStackTrace(ex);
+                    }
+                }
+                sb.append("\n");
+            }
+            log.log (level, sb.toString());
+        }
+    }
+
+    public void flavorsChanged(FlavorEvent e) {
+        fireClipboardChange();
+    }
+
+    public void eventDispatched(AWTEvent ev) {
+        if (!(ev instanceof WindowEvent))
+            return;
+
+        if (ev.getID() == WindowEvent.WINDOW_DEACTIVATED) {
+            lastWindowDeactivated = System.currentTimeMillis();
+            lastWindowDeactivatedSource = new WeakReference<Object>(ev.getSource());
+        }
+        if (ev.getID() == WindowEvent.WINDOW_ACTIVATED) {
+            if (System.currentTimeMillis() - lastWindowDeactivated < 100 &&
+                ev.getSource() == lastWindowDeactivatedSource.get()) {
+                activateWindowHack (false);
+            }
+            if (log.isLoggable (Level.FINE)) {
+                log.log (Level.FINE, "window activated scheduling update"); // NOI18N
+            }
+            syncTask.schedule(0);
+        }
+    }
+    
+    /** Transferable that logs operations on itself.
+     */
+    private final class LoggableTransferable implements Transferable {
+        private Transferable delegate;
+        
+        public LoggableTransferable (Transferable delegate) {
+            this.delegate = delegate;
+        }
+        public Object getTransferData (DataFlavor flavor) throws UnsupportedFlavorException, java.io.IOException {
+            log.log (Level.FINE, "Request for flavor: " + flavor); // NOI18N
+            Object res = delegate.getTransferData (flavor);
+            log.log (Level.FINE, "Returning value: " + res); // NOI18N
+            return res;
+        }
+        
+        public DataFlavor[] getTransferDataFlavors () {
+            return delegate.getTransferDataFlavors ();
+        }
+        
+        public boolean isDataFlavorSupported (DataFlavor flavor) {
+            boolean res = delegate.isDataFlavorSupported (flavor);
+            log.log (Level.FINE, "isDataFlavorSupported: " + flavor + " result: " + res); // NOI18N
+            return res;
+        }
+        
+    }
+}
diff --git a/o.n.bootstrap/src/org/netbeans/NetigsoFramework.java b/o.n.bootstrap/src/org/netbeans/NetigsoFramework.java
index 18bb973..2b7a0bf 100644
--- a/o.n.bootstrap/src/org/netbeans/NetigsoFramework.java
+++ b/o.n.bootstrap/src/org/netbeans/NetigsoFramework.java
@@ -75,12 +75,17 @@ public abstract class NetigsoFramework {
         Collection<? extends Module> preregister
     );
 
-    /** Start the OSGi framework.
+    /** Get's ready for start of the OSGi framework.
      * @param allModules the modules that are in the system
      * @return returns set of additional modules (usually autoloads that need to be turned on)
      * @since 2.31 it returns set of module code name bases
      */
     protected abstract Set<String> start(Collection<? extends Module> allModules);
+    
+    /** Starts the OSGi framework by activating all bundles that shall be activated.
+     * @since 2.35
+     */
+    protected abstract void start();
 
     /** Shutdowns the framework */
     protected abstract void shutdown();
@@ -103,6 +108,15 @@ public abstract class NetigsoFramework {
     /** Deinitializes a classloader for given module */
     protected abstract void stopLoader(ModuleInfo m, ClassLoader loader);
 
+    /** Allows the OSGi support to identify the classloader that loads
+     * all OSGi framework classes.
+     * 
+     * @since 2.37
+     */
+    protected ClassLoader findFrameworkClassLoader() {
+        return getClass().getClassLoader();
+    }
+
     //
     // Access to Archive
     //
@@ -208,6 +222,13 @@ public abstract class NetigsoFramework {
         }
     }
 
+    static void startFramework() {
+        if (framework != null) {
+            framework.start();
+        }
+    }
+
+
     /** Used on shutdown */
     static void shutdownFramework() {
         if (framework != null) {
@@ -217,4 +238,25 @@ public abstract class NetigsoFramework {
         toInit = new ArrayList<NetigsoModule>();
         toEnable.clear();
     }
+    
+    static ClassLoader findFallbackLoader() {
+        NetigsoFramework f = framework;
+        if (f == null) {
+            return null;
+        }
+        
+        ClassLoader frameworkLoader = f.findFrameworkClassLoader();
+        
+        Class[] stack = TopSecurityManager.getStack();
+        for (int i = 0; i < stack.length; i++) {
+            ClassLoader sl = stack[i].getClassLoader();
+            if (sl == null) {
+                continue;
+            }
+            if (sl.getClass().getClassLoader() == frameworkLoader) {
+                return stack[i].getClassLoader();
+            }
+        }
+        return null;
+    }
 }
diff --git a/o.n.bootstrap/src/org/netbeans/NetigsoModule.java b/o.n.bootstrap/src/org/netbeans/NetigsoModule.java
index 98e3457..570757b 100644
--- a/o.n.bootstrap/src/org/netbeans/NetigsoModule.java
+++ b/o.n.bootstrap/src/org/netbeans/NetigsoModule.java
@@ -180,7 +180,8 @@ final class NetigsoModule extends Module {
         return s.replaceFirst(";.*$", "");
     }
 
-    private static final class DelegateCL extends ProxyClassLoader {
+    private final class DelegateCL extends ProxyClassLoader 
+    implements Util.ModuleProvider {
         public DelegateCL() {
             super(new ClassLoader[0], false);
         }
@@ -217,5 +218,10 @@ final class NetigsoModule extends Module {
             ClassLoader l = firstParent();
             return l == null ? "Netigso[uninitialized]" : "Netigso[" + l.toString() + "]"; // NOI18N
         }
+
+        @Override
+        public Module getModule() {
+            return NetigsoModule.this;
+        }
     }
 }
diff --git a/o.n.bootstrap/src/org/netbeans/ProxyClassLoader.java b/o.n.bootstrap/src/org/netbeans/ProxyClassLoader.java
index 72b39d7..7198a40 100644
--- a/o.n.bootstrap/src/org/netbeans/ProxyClassLoader.java
+++ b/o.n.bootstrap/src/org/netbeans/ProxyClassLoader.java
@@ -271,8 +271,6 @@ public class ProxyClassLoader extends ClassLoader {
         return cls; 
     }
     private String diagnosticCNFEMessage(String base, Set<ProxyClassLoader> del) {
-        /* the message collapsing disabled - it heavily reduces usefulness
-           of the diagnostic message
         String parentSetS;
         int size = parentSet.size();
         if (size <= 10) {
@@ -285,13 +283,12 @@ public class ProxyClassLoader extends ClassLoader {
                 b.append(i == 0 ? "[" : ", ");
                 b.append(parentSetI.next());
             }
-            b.append(", ..." + (size - 10) + " more]");
+            b.append(", ...").append(size - 10).append(" more]");
             parentSetS = b.toString();
-        }*/
-
+        }
         return base + " starting from " + this +
                 " with possible defining loaders " + del +
-                " and declared parents " + parentSet;
+                " and declared parents " + parentSetS;
     }
     private static final Set<String> arbitraryLoadWarnings = Collections.synchronizedSet(new HashSet<String>());
 
@@ -304,7 +301,7 @@ public class ProxyClassLoader extends ClassLoader {
             } catch (NoClassDefFoundError e) {
                 // #145503: we can make a guess as to what triggered this error (since the JRE does not inform you).
                 // XXX Exceptions.attachMessage does not seem to work here
-                throw (NoClassDefFoundError) new NoClassDefFoundError(e.getMessage() + " while loading " + pkg + name +
+                throw (NoClassDefFoundError) new NoClassDefFoundError(e.getMessage() + " while loading " + name +
                         "; see http://wiki.netbeans.org/DevFaqTroubleshootClassNotFound").initCause(e); // NOI18N
             }
             if (LOG_LOADING && !name.startsWith("java.")) LOGGER.log(Level.FINEST, "{0} loaded {1}",
@@ -344,6 +341,10 @@ public class ProxyClassLoader extends ClassLoader {
      */
     @Override
     public final URL getResource(String name) {
+        return getResourceImpl(name);
+    }
+    
+    URL getResourceImpl(String name) {
         URL url = null;
         name = stripInitialSlash(name);
 
@@ -403,7 +404,11 @@ public class ProxyClassLoader extends ClassLoader {
     }
     
     @Override
-    public final synchronized Enumeration<URL> getResources(String name) throws IOException {
+    public final Enumeration<URL> getResources(String name) throws IOException {
+        return getResourcesImpl(name);
+    }
+    
+    synchronized Enumeration<URL> getResourcesImpl(String name) throws IOException {
         name = stripInitialSlash(name);
         final int slashIdx = name.lastIndexOf('/');
         final String path = name.substring(0, slashIdx + 1);
diff --git a/o.n.bootstrap/src/org/netbeans/ProxyURLStreamHandlerFactory.java b/o.n.bootstrap/src/org/netbeans/ProxyURLStreamHandlerFactory.java
index 097eab0..c7f4d18 100644
--- a/o.n.bootstrap/src/org/netbeans/ProxyURLStreamHandlerFactory.java
+++ b/o.n.bootstrap/src/org/netbeans/ProxyURLStreamHandlerFactory.java
@@ -42,11 +42,12 @@
 package org.netbeans;
 
 import java.lang.reflect.Field;
-import java.lang.reflect.Method;
 import java.net.URL;
 import java.net.URLStreamHandler;
 import java.net.URLStreamHandlerFactory;
+import java.util.ArrayList;
 import java.util.Collection;
+import java.util.List;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import org.openide.util.Lookup;
@@ -64,12 +65,26 @@ public class ProxyURLStreamHandlerFactory implements URLStreamHandlerFactory, Lo
     public static synchronized void register() {
         if (!proxyFactoryInitialized) {
             URLStreamHandler originalJarHandler = null;
+            if (!ProxyURLStreamHandlerFactory.class.getClassLoader().getClass().getName().equals("com.sun.jnlp.JNLPClassLoader")) { // #196970
             try {
-                Method m = URL.class.getDeclaredMethod("getURLStreamHandler", String.class);
-                m.setAccessible(true);
-                originalJarHandler = (URLStreamHandler) m.invoke(null, "jar");
+                List<Field> candidates = new ArrayList<Field>();
+                for (Field f : URL.class.getDeclaredFields()) {
+                    if (f.getType() == URLStreamHandler.class) {
+                        candidates.add(f);
+                    }
+                }
+                if (candidates.size() != 1) {
+                    throw new Exception("No, or multiple, URLStreamHandler-valued fields in URL: " + candidates);
+                }
+                Field f = candidates.get(0);
+                f.setAccessible(true);
+                originalJarHandler = (URLStreamHandler) f.get(new URL("jar:file:/sample.jar!/"));
+                LOG.log(Level.FINE, "found originalJarHandler: {0}", originalJarHandler);
             } catch (Throwable t) {
-                LOG.log(Level.SEVERE, "No way to find original stream handler for jar protocol", t); // NOI18N
+                if (originalJarHandler == null) {
+                    LOG.log(Level.SEVERE, "No way to find original stream handler for jar protocol", t); // NOI18N
+                }
+            }
             }
             try {
                 URL.setURLStreamHandlerFactory(new ProxyURLStreamHandlerFactory(null, originalJarHandler));
@@ -113,9 +128,10 @@ public class ProxyURLStreamHandlerFactory implements URLStreamHandlerFactory, Lo
 
     public URLStreamHandler createURLStreamHandler(String protocol) {
         if (protocol.equals("jar")) {
-            return new JarClassLoader.JarURLStreamHandler(originalJarHandler);
+            return originalJarHandler != null ? new JarClassLoader.JarURLStreamHandler(originalJarHandler) : null;
         } else if (protocol.equals("file") || protocol.equals("http") || protocol.equals("https") || protocol.equals("resource")) { // NOI18N
             // Well-known handlers in JRE. Do not try to initialize lookup, etc.
+            // (delegate already ignores these, but we cannot afford to look for URLSHFs in default lookup either.)
             return null;
         } else {
             if (delegate != null) {
diff --git a/o.n.bootstrap/src/org/netbeans/Stamps.java b/o.n.bootstrap/src/org/netbeans/Stamps.java
index c40babb..747fe7d 100644
--- a/o.n.bootstrap/src/org/netbeans/Stamps.java
+++ b/o.n.bootstrap/src/org/netbeans/Stamps.java
@@ -80,7 +80,7 @@ public final class Stamps {
     private static final Logger LOG = Logger.getLogger(Stamps.class.getName());
     private static AtomicLong moduleJARs;
     private static File moduleNewestFile;
-    
+
     private Worker worker = new Worker();
 
     private Stamps() {
@@ -378,7 +378,7 @@ public final class Stamps {
         String user = getUserDir();
         if (user != null) {
             File userDir = new File(user);
-            stamp = new File(new File(new File(new File(userDir, "var"), "cache"), "lastModified"), cluster.getName());
+            stamp = new File(new File(new File(new File(userDir, "var"), "cache"), "lastModified"), clusterLocalStamp(cluster));
             if (checkStampFile && (time = stamp.lastModified()) > 0) {
                 if (time > result.longValue()) {
                     newestFile.set(stamp);
@@ -780,4 +780,8 @@ public final class Stamps {
         }
         
     }
+
+    static String clusterLocalStamp(File cluster) {
+        return cluster.getName().replaceAll("\\.\\.", "__");
+    }
 }
diff --git a/o.n.bootstrap/src/org/netbeans/StandardModule.java b/o.n.bootstrap/src/org/netbeans/StandardModule.java
index 756d404..f456b7c 100644
--- a/o.n.bootstrap/src/org/netbeans/StandardModule.java
+++ b/o.n.bootstrap/src/org/netbeans/StandardModule.java
@@ -73,7 +73,6 @@ import java.util.jar.JarFile;
 import java.util.jar.Manifest;
 import java.util.logging.Level;
 import java.util.zip.ZipEntry;
-import org.netbeans.Module.PackageExport;
 import org.netbeans.LocaleVariants.FileWithSuffix;
 import org.openide.modules.Dependency;
 import org.openide.modules.InstalledFileLocator;
@@ -86,9 +85,9 @@ import org.openide.util.NbBundle;
  * and creating a classloader for use by the installer.
  * Methods not defined in ModuleInfo must be called from within
  * the module manager's read mutex as a rule.
- * @author Jesse Glick
+ * @author Jesse Glick, Allan Gregersen
  */
-final class StandardModule extends Module {
+class StandardModule extends Module {
     
     /** JAR file holding the module */
     private final File jar;
@@ -131,7 +130,7 @@ final class StandardModule extends Module {
     
     /** Use ModuleManager.create as a factory. */
     public StandardModule(ModuleManager mgr, Events ev, File jar, Object history, boolean reloadable, boolean autoload, boolean eager) throws IOException {
-        super(mgr, ev, history, reloadable, autoload, eager);
+        super(mgr, ev, history, JaveleonModule.isJaveleonPresent || reloadable, autoload, eager);
         this.jar = jar;
         loadManifest();
         parseManifest();
@@ -322,7 +321,7 @@ final class StandardModule extends Module {
     private void findExtensionsAndVariants(Manifest m) {
         assert jar != null : "Cannot load extensions from classpath module " + getCodeNameBase();
         localeVariants = null;
-        List<File> l = LocaleVariants.findLocaleVariantsOf(jar);
+        List<File> l = LocaleVariants.findLocaleVariantsOf(jar, getCodeNameBase());
         if (!l.isEmpty()) {
             localeVariants = new HashSet<File>(l);
         }
@@ -333,10 +332,16 @@ final class StandardModule extends Module {
             StringTokenizer tok = new StringTokenizer(classPath);
             while (tok.hasMoreTokens()) {
                 String ext = tok.nextToken();
-                if (new File(ext).isAbsolute() || ext.indexOf("../") != -1) { // NOI18N
-                    Util.err.warning("Class-Path value " + ext + " from " + jar + " is illegal according to the Java Extension Mechanism: must be relative and not move up directories");
+                if (new File(ext).isAbsolute()) { // NOI18N
+                    Util.err.log(Level.WARNING, "Class-Path value {0} from {1} is illegal according to the Java Extension Mechanism: must be relative", new Object[] {ext, jar});
                 }
-                File extfile = new File(jar.getParentFile(), ext.replace('/', File.separatorChar));
+                File base = jar.getParentFile();
+                while (ext.startsWith("../")) {
+                    // cannot access FileUtil.normalizeFile from here, and URI.normalize might be unsafe for UNC paths
+                    ext = ext.substring(3);
+                    base = base.getParentFile();
+                }
+                File extfile = new File(base, ext.replace('/', File.separatorChar));
                 //No need to sync on extensionOwners - we are in write mutex
                 Set<File> owners = extensionOwners.get(extfile);
                 if (owners == null) {
@@ -353,7 +358,7 @@ final class StandardModule extends Module {
                 }
                 if (plainExtensions == null) plainExtensions = new HashSet<File>();
                 plainExtensions.add(extfile);
-                l = LocaleVariants.findLocaleVariantsOf(extfile);
+                l = LocaleVariants.findLocaleVariantsOf(extfile, getCodeNameBase());
                 if (!l.isEmpty()) {
                     if (localeExtensions == null) {
                         localeExtensions = new HashSet<File>();
@@ -454,7 +459,7 @@ final class StandardModule extends Module {
                     name = locbundle.substring(0, idx);
                     ext = locbundle.substring(idx);
                 }
-                List<FileWithSuffix> pairs = LocaleVariants.findLocaleVariantsWithSuffixesOf(jar);
+                List<FileWithSuffix> pairs = LocaleVariants.findLocaleVariantsWithSuffixesOf(jar, getCodeNameBase());
                 Collections.reverse(pairs);
                 for (FileWithSuffix pair : pairs) {
                     File localeJar = pair.file;
@@ -532,14 +537,6 @@ final class StandardModule extends Module {
         }
     }
     
-    /** Used as a flag to tell if this module was really successfully released.
-     * Currently does not work, so if it cannot be made to work, delete it.
-     * (Someone seems to be holding a strong reference to the classloader--who?!)
-     */
-    private transient boolean released;
-    /** Count which release() call is really being checked. */
-    private transient int releaseCount = 0;
-
     /** Reload this module. Access from ModuleManager.
      * If an exception is thrown, the module is considered
      * to be in an invalid state.
@@ -591,7 +588,7 @@ final class StandardModule extends Module {
                     continue;
                 }
             }
-            ClassLoader l = parent.getClassLoader();
+            ClassLoader l = getParentLoader(parent);
             if (parent.isFixed() && loaders.contains(l)) {
                 Util.err.log(Level.FINE, "#24996: skipping duplicate classloader from {0}", parent);
                 continue;
@@ -621,32 +618,36 @@ final class StandardModule extends Module {
         getManager().refineClassLoader(this, loaders);
         
         try {
-            classloader = new OneModuleClassLoader(classp, loaders.toArray(new ClassLoader[loaders.size()]));
+            classloader = createNewClassLoader(classp, loaders);
         } catch (IllegalArgumentException iae) {
             // Should not happen, but just in case.
             throw (IOException) new IOException(iae.toString()).initCause(iae);
         }
     }
     
+    /** Setup a new module with the given class path and the set of parent
+     * class loaders.
+     */
+    protected ClassLoader createNewClassLoader(List<File> classp, List<ClassLoader> parents) {
+        return new OneModuleClassLoader(classp, parents.toArray(new ClassLoader[parents.size()]));
+    }
+
+    /** Get the class loader of a particular parent module. */
+    protected ClassLoader getParentLoader(Module parent) {
+        return parent.getClassLoader();
+    }
+
     /** Turn off the classloader and release all resources. */
     protected void classLoaderDown() {
         if (classloader instanceof ProxyClassLoader) {
             ((ProxyClassLoader)classloader).destroy();
         }
         classloader = null;
-        Util.err.fine("classLoaderDown on " + this + ": releaseCount=" + releaseCount + " released=" + released);
-        released = false;
     }
     /** Should be called after turning off the classloader of one or more modules & GC'ing. */
     protected void cleanup() {
         if (isEnabled()) throw new IllegalStateException("cleanup on enabled module: " + this); // NOI18N
         if (classloader != null) throw new IllegalStateException("cleanup on module with classloader: " + this); // NOI18N
-        if (! released) {
-            Util.err.fine("Warning: not all resources associated with module " + jar + " were successfully released.");
-            released = true;
-        } else {
-            Util.err.fine("All resources associated with module " + jar + " were successfully released.");
-        }
         // XXX should this rather be done when the classloader is collected?
         destroyPhysicalJar();
     }
@@ -679,7 +680,6 @@ final class StandardModule extends Module {
      * Auto-localizing, multi-parented, permission-granting, the works.
      */
     class OneModuleClassLoader extends JarClassLoader implements Util.ModuleProvider {
-        private int rc;
         /** Create a new loader for a module.
          * @param classp the List of all module jars of code directories;
          *      includes the module itself, its locale variants,
@@ -689,7 +689,7 @@ final class StandardModule extends Module {
          */
         public OneModuleClassLoader(List<File> classp, ClassLoader[] parents) throws IllegalArgumentException {
             super(classp, parents, false, StandardModule.this);
-            rc = releaseCount++;
+            JaveleonModule.registerClassLoader(this, getCodeNameBase());
         }
         
         public Module getModule() {
@@ -743,17 +743,5 @@ final class StandardModule extends Module {
         public @Override String toString() {
             return "ModuleCL@" + Integer.toHexString(System.identityHashCode(this)) + "[" + getCodeNameBase() + "]"; // NOI18N
         }
-
-        protected @Override void finalize() throws Throwable {
-            super.finalize();
-            Util.err.fine("Finalize for " + this + ": rc=" + rc + " releaseCount=" + releaseCount + " released=" + released); // NOI18N
-            if (rc == releaseCount) {
-                // Hurrah! release() worked.
-                released = true;
-            } else {
-                Util.err.fine("Now resources for " + getCodeNameBase() + " have been released."); // NOI18N
-            }
-        }
     }
-
 }
diff --git a/o.n.bootstrap/src/org/netbeans/TopSecurityManager.java b/o.n.bootstrap/src/org/netbeans/TopSecurityManager.java
index 6e6e19a..9c953c9 100644
--- a/o.n.bootstrap/src/org/netbeans/TopSecurityManager.java
+++ b/o.n.bootstrap/src/org/netbeans/TopSecurityManager.java
@@ -187,13 +187,27 @@ public class TopSecurityManager extends SecurityManager {
         }
     }
     
-    private static boolean officialExit = false;
+    static boolean officialExit = false;
+    static Class[] getStack() {
+        SecurityManager s = System.getSecurityManager();
+        TopSecurityManager t;
+        if (s instanceof TopSecurityManager) {
+            t = (TopSecurityManager)s;
+        } else {
+            t = new TopSecurityManager();
+        }
+        return t.getClassContext();
+    }
+    
     /** Can be called from core classes to exit the system.
      * Direct calls to System.exit will not be honored, for safety.
      * @param status the status code to exit with
      * @see "#20751"
      */
     public static void exit(int status) {
+        if (officialExit) {
+            return; // already inside a shutdown hook
+        }
         officialExit = true;
         System.exit(status);
     }
@@ -283,7 +297,8 @@ public class TopSecurityManager extends SecurityManager {
     static {
         warnedClassesNH.add("org.netbeans.MainImpl"); // NOI18N
         warnedClassesNH.add("org.netbeans.Stamps"); // NOI18N
-        warnedClassesNH.add ("org.netbeans.updater.UpdateTracking"); // NOI18N
+        warnedClassesNH.add("org.netbeans.core.startup.InstalledFileLocatorImpl"); // NOI18N
+        warnedClassesNH.add("org.netbeans.updater.UpdateTracking"); // NOI18N
         warnedClassesNH.add("org.netbeans.core.ui.ProductInformationPanel"); // #47429; NOI18N
         warnedClassesNH.add("org.netbeans.lib.uihandler.LogFormatter");
         warnedClassesNH.add("org.netbeans.modules.j2ee.sun.ide.j2ee.PluginProperties"); // AS bundle is not in any cluster
diff --git a/o.n.bootstrap/test/unit/src/org/netbeans/CLIHandlerMemoryUserDirTest.java b/o.n.bootstrap/test/unit/src/org/netbeans/CLIHandlerMemoryUserDirTest.java
new file mode 100644
index 0000000..efa6e81
--- /dev/null
+++ b/o.n.bootstrap/test/unit/src/org/netbeans/CLIHandlerMemoryUserDirTest.java
@@ -0,0 +1,109 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.netbeans;
+
+import java.io.*;
+import java.util.logging.Level;
+import org.netbeans.junit.*;
+import java.util.*;
+import java.util.logging.Logger;
+import org.netbeans.CLIHandler.Status;
+import org.openide.util.RequestProcessor;
+
+/**
+ * Test the command-line-interface handler.
+ * @author Jaroslav Tulach
+ */
+public class CLIHandlerMemoryUserDirTest extends NbTestCase {
+
+    private static ByteArrayInputStream nullInput = new ByteArrayInputStream(new byte[0]);
+    private static ByteArrayOutputStream nullOutput = new ByteArrayOutputStream();
+    
+    private Logger LOG;
+
+    public CLIHandlerMemoryUserDirTest(String name) {
+        super(name);
+    }
+
+    protected @Override void setUp() throws Exception {
+        LOG = Logger.getLogger("TEST-" + getName());
+        System.getProperties().put("netbeans.user", "memory");
+    }
+    
+    protected @Override Level logLevel() {
+        return Level.FINEST;
+    }
+
+    protected @Override int timeOut() {
+        return 50000;
+    }
+ 
+    public void testCLIHandlerCanStopEvaluation() throws Exception {
+        class H extends CLIHandler {
+            private int cnt;
+            
+            public H() {
+                super(WHEN_INIT);
+            }
+            
+            protected int cli(Args args) {
+                cnt++;
+                return 1;
+            }
+            
+            protected void usage(PrintWriter w) {}
+        }
+        H h1 = new H();
+        
+        CLIHandler.Args args = new CLIHandler.Args(new String[0], nullInput, nullOutput, nullOutput, ".");
+        CLIHandler.Status res = CLIHandler.initialize(args, null, Collections.<CLIHandler>singletonList(h1), true, true, null);
+        int result = CLIHandler.finishInitialization(false);
+
+        assertEquals("Res is 0", 0, res.getExitCode());
+        assertEquals("CLI evaluation failed with return code of h1", 1, result);
+        assertEquals("First one executed", 1, h1.cnt);
+        // all handlers shall be executed immediatelly
+    }
+}
diff --git a/o.n.bootstrap/test/unit/src/org/netbeans/CLIHandlerTest.java b/o.n.bootstrap/test/unit/src/org/netbeans/CLIHandlerTest.java
index 2c2eb83..2e3e118 100644
--- a/o.n.bootstrap/test/unit/src/org/netbeans/CLIHandlerTest.java
+++ b/o.n.bootstrap/test/unit/src/org/netbeans/CLIHandlerTest.java
@@ -49,6 +49,7 @@ import java.util.logging.Level;
 import org.netbeans.junit.*;
 import java.util.*;
 import java.util.logging.Logger;
+import org.netbeans.CLIHandler.Status;
 import org.openide.util.RequestProcessor;
 
 /**
@@ -65,7 +66,7 @@ public class CLIHandlerTest extends NbTestCase {
     public CLIHandlerTest(String name) {
         super(name);
     }
-    
+
     protected @Override void setUp() throws Exception {
         LOG = Logger.getLogger("TEST-" + getName());
         
@@ -93,6 +94,10 @@ public class CLIHandlerTest extends NbTestCase {
     protected @Override Level logLevel() {
         return Level.FINEST;
     }
+
+    protected @Override int timeOut() {
+        return 500000;
+    }
     
     public void testFileExistsButItCannotBeRead() throws Exception {
         // just creates the file and blocks
@@ -125,11 +130,8 @@ public class CLIHandlerTest extends NbTestCase {
         
         // blocks when operation fails
         InitializeRunner second = new InitializeRunner(85);
-        // second try should be ok
-        second.next();
-        
-        assertNotNull("Previous file deleted and new one created", second.resultFile());
-        assertTrue("Another port allocated", second.resultPort() != runner.resultPort());
+        assertTrue("Fails quickly", second.hasResult());
+        assertEquals("Already running, but not replying", Status.CANNOT_CONNECT, second.getExitCode());
     }
     
     public void testFileExistsHasPortButNotTheKey() throws Exception {
@@ -162,7 +164,7 @@ public class CLIHandlerTest extends NbTestCase {
         assertEquals("Another port allocated", second.resultPort(), runner.resultPort());
     }
 
-    public void testFileExistsHasPortButPortIsNotActive() throws Exception {
+    public void testFileExistsHasPortButAppIsNotActive() throws Exception {
         String tmp = System.getProperty("netbeans.user");
 
         File f = new File(tmp, "lock");
@@ -180,13 +182,9 @@ public class CLIHandlerTest extends NbTestCase {
         os.close();
 
         // blocks after read the keys from the file
-        InitializeRunner second = new InitializeRunner(94);
-
-        // let the second finish
-        second.next();
-
+        InitializeRunner second = new InitializeRunner(-1);
+        assertTrue("Detects stalled file and initializes the port", second.waitResult());
         assertEquals("Still the same file", f, second.resultFile());
-        assertTrue("finished", second.waitResult());
     }
     
     public void testHelpIsPrinted() throws Exception {
@@ -281,22 +279,6 @@ public class CLIHandlerTest extends NbTestCase {
         
     }
     
-    public void testFileExistsButTheServerCannotBeContactedAndWeDoNotWantToCleanTheFileOnSameHost() throws Exception {
-        // start the server and block
-        InitializeRunner runner = new InitializeRunner(65);
-        
-        assertNotNull("File created", runner.resultFile());
-        assertTrue("Port allocated", runner.resultPort() != 0);
-        
-        CLIHandler.Status res = CLIHandler.initialize(
-            new CLIHandler.Args(new String[0], nullInput, nullOutput, nullOutput, ""), 
-            null, Collections.<CLIHandler>emptyList(), false, false, null
-        );
-        
-        assertNotNull("Previous file deleted and new one created", res.getLockFile());
-        assertTrue("Another port allocated", res.getServerPort() != runner.resultPort());
-    }
-    
     public void testFileExistsButTheServerCannotBeContactedAndWeDoNotWantToCleanTheFileOnOtherHost() throws Exception {
         // start the server and block
         InitializeRunner runner = new InitializeRunner(65);
@@ -360,8 +342,8 @@ public class CLIHandlerTest extends NbTestCase {
         // read the reply and allocate new port
         second.next();
         
-        assertNotNull("Previous file deleted and new one created", second.resultFile());
-        assertTrue("Another port allocated", second.resultPort() != runner.resultPort());
+        assertTrue("Execution finished", second.waitResult());
+        assertEquals("Cannot connect to server", Status.CANNOT_CONNECT, second.getExitCode());
     }
     
     public void testCLIHandlersCanChangeLocationOfLockFile() throws Exception {
@@ -418,6 +400,38 @@ public class CLIHandlerTest extends NbTestCase {
         assertEquals("First one executed", 1, h1.cnt);
         assertEquals("Not the second one", 0, h2.cnt);
     }
+
+    public void testCannotWrite() throws Exception {
+        File tmp = new File(System.getProperty("netbeans.user"));
+        tmp.setReadOnly();
+        try {
+            CLIHandler.Args args = new CLIHandler.Args(new String[0], nullInput, nullOutput, nullOutput, System.getProperty("user.dir"));
+            Status res = CLIHandler.initialize(args, null, Collections.<CLIHandler>emptyList(), false, false, null);
+
+            assertEquals("CLI evaluation failed with return code of h1", CLIHandler.Status.CANNOT_WRITE, res.getExitCode());
+        } finally {
+            tmp.setWritable(true);
+            for (File f : tmp.listFiles()) {
+                f.delete();
+            }
+            assertTrue("Clean up", tmp.delete());
+        }
+    }
+    public void testCannotWriteLockFile() throws Exception {
+        File tmp = new File(System.getProperty("netbeans.user"));
+        File f = new File(tmp, "lock");
+        f.createNewFile();
+        f.setReadOnly();
+        try {
+            CLIHandler.Args args = new CLIHandler.Args(new String[0], nullInput, nullOutput, nullOutput, System.getProperty("user.dir"));
+            Status res = CLIHandler.initialize(args, null, Collections.<CLIHandler>emptyList(), false, false, null);
+
+            assertEquals("CLI evaluation failed with return code of h1", CLIHandler.Status.CANNOT_WRITE, res.getExitCode());
+        } finally {
+            f.setWritable(true);
+            assertTrue("Clean up", f.delete());
+        }
+    }
     
     public void testWhenInvokedTwiceParamsGoToTheFirstHandler() throws Exception {
         final String[] template = { "Ahoj", "Hello" };
@@ -451,12 +465,14 @@ public class CLIHandlerTest extends NbTestCase {
         assertEquals("First one executed", 1, h1.cnt);
         assertEquals("CLI evaluation failed with return code of h1", 1, res.getExitCode());
         
+        CLIHandler.waitSecureCLIOver();
+        
         res = cliInitialize(template, java.util.Collections.<CLIHandler>emptyList(), nullInput, nullOutput, nullOutput, null, currentDir);
-        assertEquals("But again executed h1", 2, h1.cnt);
+        assertEquals("But again executed h1: " + res, 2, h1.cnt);
         assertEquals("Now the result is 2 as cnt++ was increased", 2, res.getExitCode());
-        
     }
 
+    @RandomlyFails
     public void testServerWaitsBeforeFinishInitializationIsCalledOn () throws Exception {
         // this tests will not execute handlers immediatelly
         CLIHandler.finishInitialization (true);
@@ -896,6 +912,13 @@ public class CLIHandlerTest extends NbTestCase {
             return result != null;
         }
         
+        public int getExitCode() {
+            if (result == null) {
+                fail("No result produced");
+            }
+            return result.getExitCode();
+        }
+        
         public boolean waitResult() throws InterruptedException {
             synchronized (this) {
                 for (int i = 0; i < 10; i++) {
diff --git a/o.n.bootstrap/test/unit/src/org/netbeans/ModuleManagerTest.java b/o.n.bootstrap/test/unit/src/org/netbeans/ModuleManagerTest.java
index 1720807..060d2b0 100644
--- a/o.n.bootstrap/test/unit/src/org/netbeans/ModuleManagerTest.java
+++ b/o.n.bootstrap/test/unit/src/org/netbeans/ModuleManagerTest.java
@@ -77,6 +77,7 @@ import java.util.logging.Level;
 import org.netbeans.junit.RandomlyFails;
 import org.openide.modules.Dependency;
 import org.openide.modules.ModuleInfo;
+import org.openide.modules.Modules;
 import org.openide.util.Lookup;
 import org.openide.util.LookupEvent;
 import org.openide.util.LookupListener;
@@ -112,12 +113,6 @@ public class ModuleManagerTest extends SetupHid {
         super(name);
     }
 
-    /*
-    public static Test suite() {
-        return new ModuleManagerTest("test...");
-    }
-     */
-
     @Override
     protected Level logLevel() {
         return Level.FINE;
@@ -970,6 +965,36 @@ public class ModuleManagerTest extends SetupHid {
         }
     }
 
+    public void testProvReqAllowsDisable() throws Exception {
+        MockModuleInstaller installer = new MockModuleInstaller();
+        MockEvents ev = new MockEvents();
+        ModuleManager mgr = new ModuleManager(installer, ev);
+        mgr.mutexPrivileged().enterWriteAccess();
+        try {
+            Module m1 = mgr.create(new File(jars, "prov-foo.jar"), null, false, false, false);
+            Module m2 = mgr.create(new File(jars, "recommends-foo.jar"), null, false, false, false);
+            
+            Set<Module> m1PlusM2 = new HashSet<Module>();
+            m1PlusM2.add(m1);
+            m1PlusM2.add(m2);
+            mgr.enable(m1PlusM2);
+            
+            assertTrue("m1 enabled", m1.isEnabled());
+            assertTrue("m2 enabled", m2.isEnabled());
+            
+            mgr.disable(m1);
+            
+            assertFalse("m1 disabled", m1.isEnabled());
+            assertTrue("m2 remains enabled", m2.isEnabled());
+            
+            mgr.disable(m2);
+            assertFalse(m1.isEnabled());
+            assertFalse(m2.isEnabled());
+        } finally {
+            mgr.mutexPrivileged().exitWriteAccess();
+        }
+    }
+    
     public void testProvReqCycles() throws Exception {
         MockModuleInstaller installer = new MockModuleInstaller();
         MockEvents ev = new MockEvents();
@@ -2538,6 +2563,8 @@ public class ModuleManagerTest extends SetupHid {
         TestFileUtils.writeFile(new File(data, "mod2/pkg/C3.java"), "package pkg; class C3 {}");
         File mod2JAR = createTestJAR(data, jars, "mod2", null);
         ModuleManager mgr = new ModuleManager(new MockModuleInstaller(), new MockEvents());
+        Modules modules = mgr.getModuleLookup().lookup(Modules.class);
+        assertNotNull(modules);
         mgr.mutexPrivileged().enterWriteAccess();
         try {
             Module mod1 = mgr.create(mod1JAR, null, false, false, false);
@@ -2553,10 +2580,16 @@ public class ModuleManagerTest extends SetupHid {
             assertFalse(mod2.owns(c1));
             assertFalse(mod2.owns(c2));
             assertTrue(mod2.owns(c3));
+            assertEquals(mod1, modules.ownerOf(c1));
+            assertEquals(mod1, modules.ownerOf(c2));
+            assertEquals(mod2, modules.ownerOf(c3));
+            assertNull(modules.ownerOf(String.class));
         } finally {
             mgr.mutexPrivileged().exitWriteAccess();
         }
         mgr = new ModuleManager(new MockModuleInstaller(), new MockEvents());
+        modules = mgr.getModuleLookup().lookup(Modules.class);
+        assertNotNull(modules);
         mgr.mutexPrivileged().enterWriteAccess();
         try {
             ClassLoader l = new URLClassLoader(new URL[] {mod1JAR.toURI().toURL(), mod2JAR.toURI().toURL()});
@@ -2575,6 +2608,10 @@ public class ModuleManagerTest extends SetupHid {
             assertFalse(mod2.owns(c1));
             assertFalse(mod2.owns(c2));
             assertTrue(mod2.owns(c3));
+            assertEquals(mod1, modules.ownerOf(c1));
+            assertEquals(mod1, modules.ownerOf(c2));
+            assertEquals(mod2, modules.ownerOf(c3));
+            assertNull(modules.ownerOf(String.class));
         } finally {
             mgr.mutexPrivileged().exitWriteAccess();
         }
@@ -2588,6 +2625,19 @@ public class ModuleManagerTest extends SetupHid {
         }
     }
 
+    public void testMissingSpecVersion() throws Exception {
+        File dir = getWorkDir();
+        ModuleManager mgr = new ModuleManager(new MockModuleInstaller(), new MockEvents());
+        mgr.mutexPrivileged().enterWriteAccess();
+        File jar = new File(dir, "api.jar");
+        TestFileUtils.writeZipFile(jar, "META-INF/MANIFEST.MF:OpenIDE-Module: api\n\n");
+        mgr.create(jar, null, false, false, false);
+        jar = new File(dir, "client.jar");
+        TestFileUtils.writeZipFile(jar, "META-INF/MANIFEST.MF:OpenIDE-Module: client\nOpenIDE-Module-Module-Dependencies: api > 1.0\n\n");
+        Module client = mgr.create(jar, null, false, false, false);
+        assertEquals(1, client.getProblems().size());
+    }
+
     private File copyJar(File file, String manifest) throws IOException {
         File ret = File.createTempFile(file.getName(), "2ndcopy", file.getParentFile());
         JarFile jar = new JarFile(file);
diff --git a/o.n.bootstrap/test/unit/src/org/netbeans/NbClipboardDelayedTest.java b/o.n.bootstrap/test/unit/src/org/netbeans/NbClipboardDelayedTest.java
new file mode 100644
index 0000000..e0334fc
--- /dev/null
+++ b/o.n.bootstrap/test/unit/src/org/netbeans/NbClipboardDelayedTest.java
@@ -0,0 +1,69 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.netbeans;
+
+import org.netbeans.junit.*;
+import junit.textui.TestRunner;
+
+/** Test NbClipboard, in "slow" mode (e.g. Unix).
+ * @author Jesse Glick
+ * @see "#30923"
+ */
+ at RandomlyFails // testOwnershipLostEvent in NB-Core-Build #1767
+public class NbClipboardDelayedTest extends NbClipboardNativeTest {
+
+    public NbClipboardDelayedTest(String name) {
+        super(name);
+    }
+
+    public static void main(String[] args) {
+        TestRunner.run(new NbTestSuite(NbClipboardDelayedTest.class));
+    }
+
+    protected boolean slowClipboardHack() {
+        return true;
+    }
+
+}
diff --git a/o.n.bootstrap/test/unit/src/org/netbeans/NbClipboardIsUsedByAlreadyInitializedComponentsTest.java b/o.n.bootstrap/test/unit/src/org/netbeans/NbClipboardIsUsedByAlreadyInitializedComponentsTest.java
new file mode 100644
index 0000000..d35428e
--- /dev/null
+++ b/o.n.bootstrap/test/unit/src/org/netbeans/NbClipboardIsUsedByAlreadyInitializedComponentsTest.java
@@ -0,0 +1,85 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.netbeans;
+
+import java.awt.datatransfer.*;
+import java.io.IOException;
+import java.util.*;
+import javax.swing.JComboBox;
+import javax.swing.TransferHandler;
+import org.netbeans.junit.*;
+import junit.textui.TestRunner;
+import org.openide.modules.ModuleInfo;
+import org.openide.util.Lookup;
+import org.openide.util.datatransfer.*;
+import org.openide.util.datatransfer.ExClipboard;
+
+/** Test that verifies that Clipboard is used by swing components.
+ * @author Jaroslav Tulach
+ * @see "#40693"
+ */
+public class NbClipboardIsUsedByAlreadyInitializedComponentsTest extends NbClipboardIsUsedBySwingComponentsTest {
+    private javax.swing.JTextField field;
+    
+    public NbClipboardIsUsedByAlreadyInitializedComponentsTest (String name) {
+        super(name);
+    }
+
+    protected void inMiddleOfSettingUpTheManager() {
+        assertNotNull("There is a manager already", System.getSecurityManager());
+        // do some strange tricks to initialize the system
+        field = new javax.swing.JTextField ();
+        TransferHandler.getCopyAction();
+        TransferHandler.getCutAction();
+        TransferHandler.getPasteAction();
+    }
+    
+    /** overrides to return field that exists since begining and was not instantiated
+     * after SecurityManager hack is started */
+    protected javax.swing.JTextField getField () {
+        return field;
+    }
+    
+}
diff --git a/o.n.bootstrap/test/unit/src/org/netbeans/NbClipboardIsUsedBySwingComponentsTest.java b/o.n.bootstrap/test/unit/src/org/netbeans/NbClipboardIsUsedBySwingComponentsTest.java
new file mode 100644
index 0000000..1130067
--- /dev/null
+++ b/o.n.bootstrap/test/unit/src/org/netbeans/NbClipboardIsUsedBySwingComponentsTest.java
@@ -0,0 +1,209 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.netbeans;
+
+import java.awt.datatransfer.ClipboardOwner;
+import java.awt.datatransfer.StringSelection;
+import java.awt.datatransfer.Transferable;
+import junit.textui.TestRunner;
+import org.netbeans.junit.MockServices;
+import org.netbeans.junit.NbTestCase;
+import org.openide.util.Lookup;
+import org.openide.util.datatransfer.ExClipboard;
+
+/** Test that verifies that Clipboard is used by swing components.
+ * @author Jaroslav Tulach
+ * @see "#40693"
+ */
+public class NbClipboardIsUsedBySwingComponentsTest extends NbTestCase {
+    private Clip clip;
+    private javax.swing.JTextField field;
+    
+    public NbClipboardIsUsedBySwingComponentsTest (String name) {
+        super(name);
+    }
+    
+    protected void setUp() throws Exception {
+        MockServices.setServices(Clip.class);
+        System.setProperty ("netbeans.security.nocheck", "true");
+        Object clip = Lookup.getDefault ().lookup (ExClipboard.class);
+        assertNotNull ("Some clipboard found", clip);
+        assertEquals ("Correct clipboard found", Clip.class, clip.getClass());
+        this.clip = (Clip)clip;
+        
+        if (System.getSecurityManager () == null) {
+            java.text.NumberFormat.getInstance ();
+
+            Object clazz = org.netbeans.TopSecurityManager.class;
+            SecurityManager m = new org.netbeans.TopSecurityManager ();
+            System.setSecurityManager (m);
+            
+            inMiddleOfSettingUpTheManager();
+            
+            org.netbeans.TopSecurityManager.makeSwingUseSpecialClipboard (this.clip);
+        } else {
+            inMiddleOfSettingUpTheManager();
+        }
+        
+        field = new javax.swing.JTextField ();
+    }
+    protected boolean runInEQ () {
+        return true;
+    }
+    
+    protected javax.swing.JTextField getField () {
+        return field;
+    }
+    
+    
+    public void testClipboardOurClipboardUsedDuringCopy () {
+        javax.swing.JTextField f = getField ();
+        f.setText ("Ahoj");
+        f.selectAll ();
+        assertEquals ("Ahoj", f.getSelectedText ());
+        f.copy ();
+        
+        Clip.assertCalls ("Copy should call setContent", 1, 0);
+        assertClipboard ("Ahoj");
+    }
+    
+    public void testClipboardOurClipboardUsedDuringCut () {
+        javax.swing.JTextField f = getField ();
+        f.setText ("DoCut");
+        f.selectAll ();
+        assertEquals ("DoCut", f.getSelectedText ());
+        f.cut ();
+        
+        Clip.assertCalls ("Cut should call setContent", 1, 0);
+        assertClipboard ("DoCut");
+        
+        assertEquals ("Empty", "", f.getText ());
+    }
+    
+    public void testClipboardOurClipboardUsedDuringPaste () {
+        javax.swing.JTextField f = getField ();
+        
+        StringSelection sel = new StringSelection ("DoPaste");
+        clip.setContents (sel, sel);
+        Clip.assertCalls ("Of course there is one set", 1, 0);
+        
+        assertClipboard ("DoPaste");
+        f.paste ();
+        
+        Clip.assertCalls ("Paste should call getContent", 0, 1);
+        assertEquals ("Text is there", "DoPaste", f.getText ());
+    }
+    
+    public void testCopyFromEditorPasteToTheSameOneIssue40785 () {
+        javax.swing.JTextField f = getField ();
+        f.setText (getName ());
+        f.selectAll ();
+        assertEquals ("Selection is correct", getName (), f.getSelectedText ());
+        f.copy ();
+        Clip.assertCalls ("Once in, none out", 1, 0);
+        f.setText ("");
+        f.paste ();
+        Clip.assertCalls ("Once out, none in", 0, 1);
+        
+        assertEquals ("Test is again the same", getName (), f.getText ());
+    }
+    
+    public void testItIsStillPossibleToGetTheClipboardForNormalCode () throws Exception {
+        assertNotNull (
+            java.awt.Toolkit.getDefaultToolkit ().getSystemClipboard ()
+        );
+    }
+    
+    public void assertClipboard (String text) {
+        try {
+            Transferable t = clip.getContentsSuper (this);
+            Object obj = t.getTransferData (java.awt.datatransfer.DataFlavor.stringFlavor);
+            assertEquals ("Clipboard is the same", text, obj);
+        } catch (java.io.IOException ex) {
+            fail (ex.getMessage ());
+        } catch (java.awt.datatransfer.UnsupportedFlavorException ex) {
+            fail (ex.getMessage ());
+        }
+    }
+
+    protected void inMiddleOfSettingUpTheManager() {
+    }
+    
+    public static final class Clip extends ExClipboard {
+        private static int setContents;
+        private static int getContents;
+        
+        public Clip () {
+            super ("Clip");
+        }
+        
+        protected ExClipboard.Convertor[] getConvertors () {
+            return new ExClipboard.Convertor[0];
+        }
+        
+        public void setContents (Transferable contents, ClipboardOwner owner) {
+            super.setContents (contents, owner);
+            setContents++;
+        }
+        
+        public Transferable getContents (Object requestor) {
+            Transferable retValue;
+            getContents++;
+            retValue = super.getContents (requestor);
+            return retValue;
+        }
+        public Transferable getContentsSuper (Object requestor) {
+            return  super.getContents (requestor);
+        }
+        
+        public static void assertCalls (String msg, int setContents, int getContents) {
+            if (setContents != -1) assertEquals (msg + " setContents", setContents, Clip.setContents);
+            if (getContents != -1) assertEquals (msg + " getContents", getContents, Clip.getContents);
+            
+            Clip.setContents = 0;
+            Clip.getContents = 0;
+        }
+    } // Clip
+}
diff --git a/o.n.bootstrap/test/unit/src/org/netbeans/NbClipboardNativeTest.java b/o.n.bootstrap/test/unit/src/org/netbeans/NbClipboardNativeTest.java
new file mode 100644
index 0000000..40f11f2
--- /dev/null
+++ b/o.n.bootstrap/test/unit/src/org/netbeans/NbClipboardNativeTest.java
@@ -0,0 +1,308 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.netbeans;
+
+import java.awt.Toolkit;
+import java.awt.datatransfer.Clipboard;
+import java.awt.datatransfer.ClipboardOwner;
+import java.awt.datatransfer.DataFlavor;
+import java.awt.datatransfer.StringSelection;
+import java.awt.datatransfer.Transferable;
+import java.awt.datatransfer.UnsupportedFlavorException;
+import java.io.IOException;
+import java.io.PrintStream;
+import java.lang.reflect.InvocationTargetException;
+import java.util.Date;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import javax.swing.SwingUtilities;
+import org.netbeans.junit.AssertionFailedErrorException;
+import org.netbeans.junit.MockServices;
+import org.netbeans.junit.NbTestCase;
+import org.openide.util.Lookup;
+import org.openide.util.datatransfer.ClipboardEvent;
+import org.openide.util.datatransfer.ClipboardListener;
+import org.openide.util.datatransfer.ExClipboard;
+import org.openide.util.datatransfer.ExTransferable;
+import org.openide.util.datatransfer.TransferListener;
+
+/** Test NbClipboard, in "native" mode (e.g. Windows).
+ * @author Jesse Glick
+ * @see "#30923"
+ */
+public class NbClipboardNativeTest extends NbTestCase implements ClipboardListener {
+    private NbClipboard ec;
+    private int listenerCalls;
+    private Logger LOG;
+    
+    public NbClipboardNativeTest(String name) {
+        super(name);
+    }
+    
+    protected void setUp() throws Exception {
+        MockServices.setServices();
+        LOG = Logger.getLogger("TEST-" + getName());
+        
+        class EmptyTrans  implements Transferable, ClipboardOwner {
+            public DataFlavor[] getTransferDataFlavors() {
+                return new DataFlavor[0];
+            }
+
+            public boolean isDataFlavorSupported(DataFlavor flavor) {
+                return false;
+            }
+
+            public Object getTransferData(DataFlavor flavor) throws UnsupportedFlavorException, IOException {
+                throw new IOException("Nothing here");
+            }
+
+            public void lostOwnership(Clipboard clipboard, Transferable contents) {
+            }
+        }
+
+        
+        super.setUp();
+        
+        LOG.info("Setting up");
+        
+        //System.setProperty("org.netbeans.core.NbClipboard", "-5");
+        System.setProperty("netbeans.slow.system.clipboard.hack", String.valueOf(slowClipboardHack()));
+        this.ec = new NbClipboard();
+        
+        LOG.info("Clipboard created");
+
+        EmptyTrans et = new EmptyTrans();
+        Toolkit.getDefaultToolkit().getSystemClipboard().setContents(et, et);
+
+        waitFinished(this.ec);
+        
+        LOG.info("system clipboard content changed");
+        
+        this.ec.addClipboardListener(this);
+        
+        LOG.info("Listener added");
+    }
+    
+    protected void tearDown () throws Exception {
+        super.tearDown ();
+        if (ec != null) {
+            this.ec.removeClipboardListener(this);
+        }
+        
+        waitFinished(ec);
+    }
+    
+    protected boolean slowClipboardHack() {
+        return false;
+    }
+    
+    public void testGetClipboardWorks() throws Exception {
+        class Get implements ClipboardListener {
+            Transferable in;
+            
+            public void clipboardChanged(ClipboardEvent ev) {
+                in = ec.getContents(this);
+            }
+        }
+        
+        Get get = new Get();
+        ec.addClipboardListener(get);
+        
+        StringSelection ss = new StringSelection("x");
+        ec.setContents(ss, ss);
+
+        assertEquals("Inside is the right one", ss.getTransferData(DataFlavor.stringFlavor), get.in.getTransferData(DataFlavor.stringFlavor));
+    }
+    
+    public void testWhenCallingGetContentsItChecksSystemClipboardFirstTimeAfterActivation () throws Exception {
+        assertEquals ("No changes yet", 0, listenerCalls);
+        
+        Clipboard sc = Toolkit.getDefaultToolkit().getSystemClipboard();
+        StringSelection ss = new StringSelection ("oldvalue");
+        sc.setContents(ss, ss);
+        
+        
+        // just simulate initial switch to NetBeans main window
+        ec.activateWindowHack (true);
+        waitFinished (ec);
+        
+        if (listenerCalls == 0) {
+            fail("We need at least one call: " + listenerCalls);
+        }
+        listenerCalls = 0;
+        
+        StringSelection s2 = new StringSelection ("data2");
+        sc.setContents (s2, s2);
+        
+        waitFinished (ec);
+
+        if (slowClipboardHack()) {
+            assertEquals ("No change notified", 0, listenerCalls);
+        }
+        
+        // we need to wait longer time than the value in NbClipboard
+        Thread.sleep (200);
+        
+        Transferable t = this.ec.getContents(this);
+        assertTrue ("String flavor is there", t.isDataFlavorSupported(DataFlavor.stringFlavor));
+        
+        String s = (String)t.getTransferData(DataFlavor.stringFlavor);
+        assertEquals ("The getContents rechecked the system clipboard first time after window activated", "data2", s);
+        
+        sc.setContents (ss, ss);
+        
+        t = this.ec.getContents(this);
+        s = (String)t.getTransferData(DataFlavor.stringFlavor);
+        if (slowClipboardHack ()) {
+            assertEquals ("The getContents rechecked the clipboard just for the first time, not now, so the content is the same", "data2", s);
+
+            ec.activateWindowHack (true);
+            Thread.sleep (200);
+
+            t = this.ec.getContents(this);
+            s = (String)t.getTransferData(DataFlavor.stringFlavor);
+            assertEquals ("The WINDOW_ACTIVATED rechecks the clipboard", "oldvalue", s);
+        } else {
+            assertEquals ("without slow hack it gets the value immediatelly", "oldvalue", s);
+        }
+    }
+    
+    public void testClipboard() throws Exception {
+        MockServices.setServices(Cnv.class);
+        Clipboard c = Lookup.getDefault().lookup(Clipboard.class);
+        ExClipboard ec = Lookup.getDefault().lookup(ExClipboard.class);
+        assertEquals("Clipboard == ExClipboard", c, ec);
+        assertNotNull(Lookup.getDefault().lookup(ExClipboard.Convertor.class));
+        assertEquals(Cnv.class, Lookup.getDefault().lookup(ExClipboard.Convertor.class).getClass());
+        c.setContents(new ExTransferable.Single(DataFlavor.stringFlavor) {
+            protected Object getData() throws IOException, UnsupportedFlavorException {
+                return "17";
+            }
+        }, null);
+        Transferable t = c.getContents(null);
+        assertTrue("still supports stringFlavor", t.isDataFlavorSupported(DataFlavor.stringFlavor));
+        assertEquals("correct string in clipboard", "17", t.getTransferData(DataFlavor.stringFlavor));
+        assertTrue("support Integer too", t.isDataFlavorSupported(MYFLAV));
+        assertEquals("correct Integer", new Integer(17), t.getTransferData(MYFLAV));
+    }
+    
+    private static final DataFlavor MYFLAV = new DataFlavor("text/x-integer", "Integer"); // data: java.lang.Integer
+    public static final class Cnv implements ExClipboard.Convertor {
+        public Transferable convert(Transferable t) {
+            Logger.getAnonymousLogger().info("converting...");
+            if (t.isDataFlavorSupported(DataFlavor.stringFlavor)) {
+                final ExTransferable t2 = ExTransferable.create(t);
+                if (t2.isDataFlavorSupported(DataFlavor.stringFlavor) && !t2.isDataFlavorSupported(MYFLAV)) {
+                    t2.put(new ExTransferable.Single(MYFLAV) {
+                        protected Object getData() throws IOException, UnsupportedFlavorException {
+                            String s = (String)t2.getTransferData(DataFlavor.stringFlavor);
+                            try {
+                                return new Integer(s);
+                            } catch (NumberFormatException nfe) {
+                                throw new IOException(nfe.toString());
+                            }
+                        }
+                    });
+                }
+                return t2;
+            } else {
+                return t;
+            }
+        }
+    }
+
+
+    // #25537
+    public void testOwnershipLostEvent() throws Exception {
+        final int[] holder = new int[] { 0 };
+        ExTransferable transferable = ExTransferable.create (new StringSelection("A"));
+
+        // listen on ownershipLost
+        transferable.addTransferListener (new TransferListener () {
+            public void accepted (int action) {}
+            public void rejected () {}
+            public void ownershipLost () { holder[0]++; }
+        });
+
+        Clipboard c = Lookup.getDefault().lookup(Clipboard.class);
+
+        c.setContents(transferable, null);
+
+        assertTrue("Still has ownership", holder[0] == 0);
+
+        c.setContents(new StringSelection("B"), null);
+
+        assertTrue("Exactly one ownershipLost event have happened.", holder[0] == 1);
+    }
+
+    public void clipboardChanged(ClipboardEvent ev) {
+        listenerCalls++;
+        LOG.log(Level.INFO, "clipboardChanged: " + listenerCalls, new Exception());
+    }
+    
+    private void waitFinished(NbClipboard ec) {
+        try {
+            ec.waitFinished();
+            SwingUtilities.invokeAndWait(new Runnable() {
+                public void run() {
+                }
+            });
+            ec.waitFinished();
+            SwingUtilities.invokeAndWait(new Runnable() {
+                public void run() {
+                }
+            });
+        } catch (InterruptedException ex) {
+            throw new AssertionFailedErrorException(ex);
+        } catch (InvocationTargetException ex) {
+            throw new AssertionFailedErrorException(ex);
+        }
+    }
+
+    protected Level logLevel() {
+        return Level.ALL;
+    }
+    
+}
diff --git a/o.n.bootstrap/test/unit/src/org/netbeans/NbClipboardTest.java b/o.n.bootstrap/test/unit/src/org/netbeans/NbClipboardTest.java
new file mode 100644
index 0000000..d74d9c8
--- /dev/null
+++ b/o.n.bootstrap/test/unit/src/org/netbeans/NbClipboardTest.java
@@ -0,0 +1,235 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+package org.netbeans;
+
+import java.awt.KeyboardFocusManager;
+import java.awt.Window;
+import java.awt.datatransfer.Clipboard;
+import java.awt.datatransfer.ClipboardOwner;
+import java.awt.datatransfer.DataFlavor;
+import java.awt.datatransfer.FlavorEvent;
+import java.awt.datatransfer.FlavorListener;
+import java.awt.datatransfer.Transferable;
+import java.awt.datatransfer.UnsupportedFlavorException;
+import java.io.IOException;
+import java.lang.ref.WeakReference;
+import java.lang.reflect.Field;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import javax.swing.JFrame;
+import javax.swing.SwingUtilities;
+import org.netbeans.junit.NbTestCase;
+import org.openide.util.Utilities;
+
+/** Basic tests on NbClipboard
+ *
+ * @author Jaroslav Tulach
+ */
+public class NbClipboardTest extends NbTestCase {
+
+    public NbClipboardTest(String testName) {
+        super(testName);
+    }
+    
+    protected void setUp() throws Exception {
+        System.getProperties().remove("netbeans.slow.system.clipboard.hack");
+    }
+
+    protected void tearDown() throws Exception {
+    }
+
+    public void testDefaultOnJDK15AndLater() {
+        NbClipboard ec = new NbClipboard();
+        assertTrue("By default we still do use slow hacks", ec.slowSystemClipboard);
+    }
+    public void testPropOnJDK15AndLater() {
+        System.setProperty("netbeans.slow.system.clipboard.hack", "false");
+        
+        NbClipboard ec = new NbClipboard();
+        assertFalse("Property overrides default", ec.slowSystemClipboard);
+        assertEquals("sun.awt.datatransfer.timeout is now 1000", "1000", System.getProperty("sun.awt.datatransfer.timeout"));
+    }
+    public void testOnMacOSX() throws Exception {
+        String prev = System.getProperty("os.name");
+        try {
+            System.setProperty("os.name", "Darwin");
+            Field f = Class.forName(Utilities.class.getName()).getDeclaredField("operatingSystem");
+            f.setAccessible(true);
+            f.set(null, -1);
+            assertTrue("Is mac", Utilities.isMac());
+
+            NbClipboard ec = new NbClipboard();
+            assertFalse("MAC seems to have fast clipboard", ec.slowSystemClipboard);
+        } finally {
+            System.setProperty("os.name", prev);
+        }
+    }
+    
+    public void testMemoryLeak89844() throws Exception {
+        class Safe implements Runnable {
+            WeakReference<Object> ref;
+            Window w;
+            
+            public void beforeAWT() throws InterruptedException {
+                NbClipboard ec = new NbClipboard();
+                
+                w = new JFrame("Original frame");
+                w.pack();
+                w.setVisible(true);
+                w.toFront();
+                w.requestFocus();
+                w.requestFocusInWindow();
+
+                w.setVisible(false);
+                w.dispose();
+
+                // opening new frame shall clear all the AWT references to previous frame
+                JFrame f = new JFrame("Focus stealer");
+                f.setVisible(true);
+                f.pack();
+                f.toFront();
+                f.requestFocus();
+                f.requestFocusInWindow();
+            }
+            
+            public void run() {
+                KeyboardFocusManager.getCurrentKeyboardFocusManager().clearGlobalFocusOwner();
+                
+                ref = new WeakReference<Object>(w);
+                w = null;
+            }
+}
+        
+        Safe safe = new Safe();
+        
+        safe.beforeAWT();
+        SwingUtilities.invokeAndWait(safe);
+        
+        try {
+            assertGC("Original frame can disappear", safe.ref);
+        } catch (junit.framework.AssertionFailedError ex) {
+            if (ex.getMessage().indexOf("NbClipboard") >= 0) {
+                throw ex;
+            }
+            Logger.getAnonymousLogger().log(Level.WARNING, "Cannot do GC, but not due to NbClipboard itself", ex);
+        }
+    }
+    
+    public void testBusySystemClipboard139616() {
+        BusyClipboard busyClipboard = new BusyClipboard();
+        NbClipboard nbClipboard = new NbClipboard(busyClipboard);
+        Transferable data = new Transferable() {
+
+            public DataFlavor[] getTransferDataFlavors() {
+                return new DataFlavor[] { DataFlavor.stringFlavor };
+            }
+
+            public boolean isDataFlavorSupported(DataFlavor flavor) {
+                return DataFlavor.stringFlavor.equals(flavor);
+            }
+
+            public Object getTransferData(DataFlavor flavor) throws UnsupportedFlavorException, IOException {
+                if( !isDataFlavorSupported(flavor) )
+                    throw new UnsupportedFlavorException(flavor);
+                return "unit_test";
+            }
+        };
+        final Object LOCK = new Object();
+        busyClipboard.addFlavorListener(new FlavorListener() {
+
+            public void flavorsChanged(FlavorEvent e) {
+                synchronized( LOCK ) {
+                    LOCK.notifyAll();
+                }
+            }
+        });
+        nbClipboard.setContents(data, null);
+        
+        synchronized( LOCK ) {
+            try {
+                LOCK.wait(10*1000);
+                assertEquals(2, busyClipboard.setContentsCounter);
+                assertSame(data, busyClipboard.getContents(this));
+            } catch( InterruptedException e ) {
+                fail( "clipboard content was not updated" );
+            }
+        }
+    }
+    
+    
+    
+    private static void waitEQ(final Window w) throws Exception {
+        class R implements Runnable {
+            boolean visible;
+            
+            public void run() {
+                visible = w.isShowing();
+            }
+        }
+        R r = new R();
+        while (!r.visible) {
+            SwingUtilities.invokeAndWait(r);
+        }
+    }
+    
+    private static class BusyClipboard extends Clipboard {
+
+        public BusyClipboard() {
+            super( "unit_test" );
+        }
+        private boolean pretendToBeBusy = true;
+        private int setContentsCounter = 0;
+
+        @Override
+        public synchronized void setContents(Transferable contents, ClipboardOwner owner) {
+            setContentsCounter++;
+            if( pretendToBeBusy ) {
+                pretendToBeBusy = false;
+                throw new IllegalStateException();
+            }
+            super.setContents(contents, owner);
+        }
+        
+    }
+}
diff --git a/o.n.bootstrap/test/unit/src/org/netbeans/StampsExtraTest.java b/o.n.bootstrap/test/unit/src/org/netbeans/StampsExtraTest.java
index b1bf024..4fb63f6 100644
--- a/o.n.bootstrap/test/unit/src/org/netbeans/StampsExtraTest.java
+++ b/o.n.bootstrap/test/unit/src/org/netbeans/StampsExtraTest.java
@@ -46,9 +46,7 @@ import java.io.File;
 import java.io.IOException;
 import java.util.logging.Level;
 import java.util.logging.Logger;
-import junit.framework.Test;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 
 /**
  *
@@ -61,12 +59,6 @@ public class StampsExtraTest extends NbTestCase {
     private File install;
     private File extra;
     
-    
-    public static Test suite() {
-        //return new StampsTest("testStampsInvalidatedWhenClustersChange");
-        return new NbTestSuite(StampsExtraTest.class);
-    }
-    
     public StampsExtraTest(String testName) {
         super(testName);
     }            
diff --git a/o.n.bootstrap/test/unit/src/org/netbeans/StampsIdeLessThanPlatformTest.java b/o.n.bootstrap/test/unit/src/org/netbeans/StampsIdeLessThanPlatformTest.java
index 11794f3..0615be4 100644
--- a/o.n.bootstrap/test/unit/src/org/netbeans/StampsIdeLessThanPlatformTest.java
+++ b/o.n.bootstrap/test/unit/src/org/netbeans/StampsIdeLessThanPlatformTest.java
@@ -48,9 +48,7 @@ import java.io.IOException;
 import java.util.Properties;
 import java.util.logging.Level;
 import java.util.logging.Logger;
-import junit.framework.Test;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 
 /**
  *
@@ -63,11 +61,6 @@ public class StampsIdeLessThanPlatformTest extends NbTestCase {
     private File install;
     private File nonexist;
     
-    
-    public static Test suite() {
-        return new NbTestSuite(StampsIdeLessThanPlatformTest.class);
-    }
-    
     public StampsIdeLessThanPlatformTest(String testName) {
         super(testName);
     }            
diff --git a/o.n.bootstrap/test/unit/src/org/netbeans/StampsTest.java b/o.n.bootstrap/test/unit/src/org/netbeans/StampsTest.java
index ea1f07d..0cb1d5a 100644
--- a/o.n.bootstrap/test/unit/src/org/netbeans/StampsTest.java
+++ b/o.n.bootstrap/test/unit/src/org/netbeans/StampsTest.java
@@ -51,10 +51,8 @@ import java.nio.MappedByteBuffer;
 import java.util.concurrent.Semaphore;
 import java.util.logging.Level;
 import java.util.logging.Logger;
-import junit.framework.Test;
 import org.netbeans.junit.Log;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 
 /**
  *
@@ -67,14 +65,14 @@ public class StampsTest extends NbTestCase {
     private File install;
     
     
-    public static Test suite() {
-        //return new StampsTest("testStampsInvalidatedWhenClustersChange");
-        return new NbTestSuite(StampsTest.class);
-    }
-    
     public StampsTest(String testName) {
         super(testName);
     }            
+    
+    
+    protected File createIdeCluster(File dir) {
+        return new File(dir, "ide");
+    }
 
     @Override
     protected void setUp() throws Exception {
@@ -82,7 +80,7 @@ public class StampsTest extends NbTestCase {
         
         install = new File(getWorkDir(), "install");
         platform = new File(install, "platform");
-        ide = new File(install, "ide");
+        ide = createIdeCluster(install);
         userdir = new File(getWorkDir(), "tmp");
         
         System.setProperty("netbeans.home", platform.getPath());
@@ -627,7 +625,7 @@ public class StampsTest extends NbTestCase {
         File globalStamp = new File(cluster, ".lastModified");
 
         File userDir = new File(System.getProperty("netbeans.user"));
-        File localStamp = new File(new File(new File(new File(userDir, "var"), "cache"), "lastModified"), cluster.getName());
+        File localStamp = new File(new File(new File(new File(userDir, "var"), "cache"), "lastModified"), Stamps.clusterLocalStamp(cluster));
         
         if (global) {
             assertTrue("File shall exist: " + globalStamp, globalStamp.exists());
diff --git a/o.n.bootstrap/test/unit/src/org/netbeans/StampsTimeShiftTest.java b/o.n.bootstrap/test/unit/src/org/netbeans/StampsTimeShiftTest.java
index 102c5ed..5cb2bbe 100644
--- a/o.n.bootstrap/test/unit/src/org/netbeans/StampsTimeShiftTest.java
+++ b/o.n.bootstrap/test/unit/src/org/netbeans/StampsTimeShiftTest.java
@@ -45,9 +45,7 @@ package org.netbeans;
 import java.io.DataOutputStream;
 import java.io.File;
 import java.io.IOException;
-import junit.framework.Test;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 
 /**
  *
@@ -60,12 +58,6 @@ public class StampsTimeShiftTest extends NbTestCase implements Stamps.Updater{
     private File install;
     private File extra;
     
-    
-    public static Test suite() {
-        //return new StampsTest("testStampsInvalidatedWhenClustersChange");
-        return new NbTestSuite(StampsTimeShiftTest.class);
-    }
-    
     public StampsTimeShiftTest(String testName) {
         super(testName);
     }            
diff --git a/o.n.bootstrap/test/unit/src/org/netbeans/StampsWithDotDotTest.java b/o.n.bootstrap/test/unit/src/org/netbeans/StampsWithDotDotTest.java
new file mode 100644
index 0000000..0ee08cb
--- /dev/null
+++ b/o.n.bootstrap/test/unit/src/org/netbeans/StampsWithDotDotTest.java
@@ -0,0 +1,61 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ * 
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ * 
+ * Contributor(s):
+ * 
+ * Portions Copyrighted 2008 Sun Microsystems, Inc.
+ */
+
+package org.netbeans;
+
+import java.io.File;
+
+/**
+ * @author Jaroslav Tulach <jaroslav.tulach at netbeans.org>
+ */
+public class StampsWithDotDotTest extends StampsTest {
+    public StampsWithDotDotTest(String testName) {
+        super(testName);
+    }
+
+    @Override
+    protected File createIdeCluster(File dir) {
+        final File internal = new File(new File(dir, "ide"), "nothing");
+        internal.mkdirs();
+        return new File(internal, "..");
+    }
+}
diff --git a/o.n.core/build.xml b/o.n.core/build.xml
index 8c24841..91a3aca 100644
--- a/o.n.core/build.xml
+++ b/o.n.core/build.xml
@@ -2,7 +2,7 @@
 <!--
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 
-Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+Copyright 1997-2011 Oracle and/or its affiliates. All rights reserved.
 
 Oracle and Java are registered trademarks of Oracle and/or its affiliates.
 Other names may be trademarks of their respective owners.
@@ -29,7 +29,7 @@ your own identifying information:
 Contributor(s):
 
 The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+Software is Sun Microsystems, Inc. Portions Copyright 1997-2011 Sun
 Microsystems, Inc. All Rights Reserved.
 
 If you wish your version of this file to be governed by only the CDDL
diff --git a/o.n.core/external/nsProxyAutoConfig-license.txt b/o.n.core/external/nsProxyAutoConfig-license.txt
new file mode 100644
index 0000000..3cdee4b
--- /dev/null
+++ b/o.n.core/external/nsProxyAutoConfig-license.txt
@@ -0,0 +1,43 @@
+Name: nsProxyAutoConfig.js
+Version: mozilla2.0
+Description: Implementation of PAC Utils API used by proxy auto configuration (PAC) files. Required for resolution of proxies defined using these APIs.
+License: MPL 1.1
+Origin: http://mxr.mozilla.org/mozilla2.0/source/netwerk/base/src/nsProxyAutoConfig.js
+Files: nsProxyAutoConfig.js
+
+Use of nsProxyAutoConfig.js version mozilla2.0 is governed by the terms of the
+license below:
+
+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 mozilla.org code.
+
+The Initial Developer of the Original Code is
+Netscape Communications Corporation.
+Portions created by the Initial Developer are Copyright (C) 1998
+the Initial Developer. All Rights Reserved.
+
+Contributor(s):
+  Akhil Arora <akhil.arora at sun.com>
+  Tomi Leppikangas <Tomi.Leppikangas at oulu.fi>
+  Darin Fisher <darin at meer.net>
+
+Alternatively, the contents of this file may be used under the terms of
+either the GNU General Public License Version 2 or later (the "GPL"), or
+the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+in which case the provisions of the GPL or the LGPL are applicable instead
+of those above. If you wish to allow use of your version of this file only
+under the terms of either the GPL or the LGPL, and not to allow others to
+use your version of this file under the terms of the MPL, indicate your
+decision by deleting the provisions above and replace them with the notice
+and other provisions required by the GPL or the LGPL. If you do not delete
+the provisions above, a recipient may use your version of this file under
+the terms of any one of the MPL, the GPL or the LGPL.
diff --git a/o.n.core/external/nsProxyAutoConfig.js b/o.n.core/external/nsProxyAutoConfig.js
new file mode 100644
index 0000000..284c821
--- /dev/null
+++ b/o.n.core/external/nsProxyAutoConfig.js
@@ -0,0 +1,348 @@
+/* -*- Mode: Java; tab-width: 4; c-basic-offset: 4; -*- */
+/* vim:set ts=4 sw=4 sts=4 et: */
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.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 mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 1998
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Akhil Arora <akhil.arora at sun.com>
+ *   Tomi Leppikangas <Tomi.Leppikangas at oulu.fi>
+ *   Darin Fisher <darin at meer.net>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the MPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the MPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+/*
+   Script for Proxy Auto Config in the new world order.
+       - Gagan Saksena 04/24/00 
+*/
+
+Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
+
+const kDNS_CONTRACTID = "@mozilla.org/network/dns-service;1";
+
+const nsISupports        = Components.interfaces.nsISupports;
+const nsIProxyAutoConfig = Components.interfaces.nsIProxyAutoConfig;
+const nsIDNSService      = Components.interfaces.nsIDNSService;
+
+var dns;
+
+// implementor of nsIProxyAutoConfig
+function nsProxyAutoConfig() {
+    dns = Components.classes[kDNS_CONTRACTID].getService(nsIDNSService);
+};
+
+nsProxyAutoConfig.prototype = {
+    classID: Components.ID("63ac8c66-1dd2-11b2-b070-84d00d3eaece"),
+
+    // sandbox in which we eval loaded autoconfig js file
+    _sandBox: null, 
+
+    QueryInterface: XPCOMUtils.generateQI([nsIProxyAutoConfig]),
+
+    init: function(pacURI, pacText) {
+        // remove PAC configuration if requested
+        if (pacURI == "" || pacText == "") {
+            this._sandBox = null;
+            return;
+        }
+
+        // allocate a fresh Sandbox to clear global scope for new PAC script
+        this._sandBox = new Components.utils.Sandbox(pacURI);
+        Components.utils.evalInSandbox(pacUtils, this._sandBox);
+
+        // add predefined functions to pac
+        this._sandBox.importFunction(myIpAddress);
+        this._sandBox.importFunction(dnsResolve);
+        this._sandBox.importFunction(proxyAlert, "alert");
+
+        // evaluate loaded js file
+        Components.utils.evalInSandbox(pacText, this._sandBox);
+    },
+
+    getProxyForURI: function(testURI, testHost) {
+        if (!("FindProxyForURL" in this._sandBox))
+            return null;
+
+        // Call the original function
+        try {
+            var rval = this._sandBox.FindProxyForURL(testURI, testHost);
+        } catch (e) {
+            throw XPCSafeJSObjectWrapper(e);
+        }
+        return rval;
+    }
+}
+
+function proxyAlert(msg) {
+    try {
+        // It would appear that the console service is threadsafe.
+        var cns = Components.classes["@mozilla.org/consoleservice;1"]
+                            .getService(Components.interfaces.nsIConsoleService);
+        cns.logStringMessage("PAC-alert: "+msg);
+    } catch (e) {
+        dump("PAC: proxyAlert ERROR: "+e+"\n");
+    }
+}
+
+// wrapper for getting local IP address called by PAC file
+function myIpAddress() {
+    try {
+        return dns.resolve(dns.myHostName, 0).getNextAddrAsString();
+    } catch (e) {
+        return '127.0.0.1';
+    }
+}
+
+// wrapper for resolving hostnames called by PAC file
+function dnsResolve(host) {
+    try {
+        return dns.resolve(host, 0).getNextAddrAsString();
+    } catch (e) {
+        return null;
+    }
+}
+
+NSGetFactory = XPCOMUtils.generateNSGetFactory([nsProxyAutoConfig]);
+
+var pacUtils = 
+"function dnsDomainIs(host, domain) {\n" +
+"    return (host.length >= domain.length &&\n" +
+"            host.substring(host.length - domain.length) == domain);\n" +
+"}\n" +
+
+"function dnsDomainLevels(host) {\n" +
+"    return host.split('.').length-1;\n" +
+"}\n" +
+
+"function convert_addr(ipchars) {\n"+
+"    var bytes = ipchars.split('.');\n"+
+"    var result = ((bytes[0] & 0xff) << 24) |\n"+
+"                 ((bytes[1] & 0xff) << 16) |\n"+
+"                 ((bytes[2] & 0xff) <<  8) |\n"+
+"                  (bytes[3] & 0xff);\n"+
+"    return result;\n"+
+"}\n"+
+
+"function isInNet(ipaddr, pattern, maskstr) {\n"+
+"    var test = /^(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})$/(ipaddr);\n"+
+"    if (test == null) {\n"+
+"        ipaddr = dnsResolve(ipaddr);\n"+
+"        if (ipaddr == null)\n"+
+"            return false;\n"+
+"    } else if (test[1] > 255 || test[2] > 255 || \n"+
+"               test[3] > 255 || test[4] > 255) {\n"+
+"        return false;    // not an IP address\n"+
+"    }\n"+
+"    var host = convert_addr(ipaddr);\n"+
+"    var pat  = convert_addr(pattern);\n"+
+"    var mask = convert_addr(maskstr);\n"+
+"    return ((host & mask) == (pat & mask));\n"+
+"    \n"+
+"}\n"+
+
+"function isPlainHostName(host) {\n" +
+"    return (host.search('\\\\.') == -1);\n" +
+"}\n" +
+
+"function isResolvable(host) {\n" +
+"    var ip = dnsResolve(host);\n" +
+"    return (ip != null);\n" +
+"}\n" +
+
+"function localHostOrDomainIs(host, hostdom) {\n" +
+"    return (host == hostdom) ||\n" +
+"           (hostdom.lastIndexOf(host + '.', 0) == 0);\n" +
+"}\n" +
+
+"function shExpMatch(url, pattern) {\n" +
+"   pattern = pattern.replace(/\\./g, '\\\\.');\n" +
+"   pattern = pattern.replace(/\\*/g, '.*');\n" +
+"   pattern = pattern.replace(/\\?/g, '.');\n" +
+"   var newRe = new RegExp('^'+pattern+'$');\n" +
+"   return newRe.test(url);\n" +
+"}\n" +
+
+"var wdays = {SUN: 0, MON: 1, TUE: 2, WED: 3, THU: 4, FRI: 5, SAT: 6};\n" +
+
+"var months = {JAN: 0, FEB: 1, MAR: 2, APR: 3, MAY: 4, JUN: 5, JUL: 6, AUG: 7, SEP: 8, OCT: 9, NOV: 10, DEC: 11};\n"+
+
+"function weekdayRange() {\n" +
+"    function getDay(weekday) {\n" +
+"        if (weekday in wdays) {\n" +
+"            return wdays[weekday];\n" +
+"        }\n" +
+"        return -1;\n" +
+"    }\n" +
+"    var date = new Date();\n" +
+"    var argc = arguments.length;\n" +
+"    var wday;\n" +
+"    if (argc < 1)\n" +
+"        return false;\n" +
+"    if (arguments[argc - 1] == 'GMT') {\n" +
+"        argc--;\n" +
+"        wday = date.getUTCDay();\n" +
+"    } else {\n" +
+"        wday = date.getDay();\n" +
+"    }\n" +
+"    var wd1 = getDay(arguments[0]);\n" +
+"    var wd2 = (argc == 2) ? getDay(arguments[1]) : wd1;\n" +
+"    return (wd1 == -1 || wd2 == -1) ? false\n" +
+"                                    : (wd1 <= wday && wday <= wd2);\n" +
+"}\n" +
+
+"function dateRange() {\n" +
+"    function getMonth(name) {\n" +
+"        if (name in months) {\n" +
+"            return months[name];\n" +
+"        }\n" +
+"        return -1;\n" +
+"    }\n" +
+"    var date = new Date();\n" +
+"    var argc = arguments.length;\n" +
+"    if (argc < 1) {\n" +
+"        return false;\n" +
+"    }\n" +
+"    var isGMT = (arguments[argc - 1] == 'GMT');\n" +
+"\n" +
+"    if (isGMT) {\n" +
+"        argc--;\n" +
+"    }\n" +
+"    // function will work even without explict handling of this case\n" +
+"    if (argc == 1) {\n" +
+"        var tmp = parseInt(arguments[0]);\n" +
+"        if (isNaN(tmp)) {\n" +
+"            return ((isGMT ? date.getUTCMonth() : date.getMonth()) ==\n" +
+"getMonth(arguments[0]));\n" +
+"        } else if (tmp < 32) {\n" +
+"            return ((isGMT ? date.getUTCDate() : date.getDate()) == tmp);\n" +
+"        } else { \n" +
+"            return ((isGMT ? date.getUTCFullYear() : date.getFullYear()) ==\n" +
+"tmp);\n" +
+"        }\n" +
+"    }\n" +
+"    var year = date.getFullYear();\n" +
+"    var date1, date2;\n" +
+"    date1 = new Date(year,  0,  1,  0,  0,  0);\n" +
+"    date2 = new Date(year, 11, 31, 23, 59, 59);\n" +
+"    var adjustMonth = false;\n" +
+"    for (var i = 0; i < (argc >> 1); i++) {\n" +
+"        var tmp = parseInt(arguments[i]);\n" +
+"        if (isNaN(tmp)) {\n" +
+"            var mon = getMonth(arguments[i]);\n" +
+"            date1.setMonth(mon);\n" +
+"        } else if (tmp < 32) {\n" +
+"            adjustMonth = (argc <= 2);\n" +
+"            date1.setDate(tmp);\n" +
+"        } else {\n" +
+"            date1.setFullYear(tmp);\n" +
+"        }\n" +
+"    }\n" +
+"    for (var i = (argc >> 1); i < argc; i++) {\n" +
+"        var tmp = parseInt(arguments[i]);\n" +
+"        if (isNaN(tmp)) {\n" +
+"            var mon = getMonth(arguments[i]);\n" +
+"            date2.setMonth(mon);\n" +
+"        } else if (tmp < 32) {\n" +
+"            date2.setDate(tmp);\n" +
+"        } else {\n" +
+"            date2.setFullYear(tmp);\n" +
+"        }\n" +
+"    }\n" +
+"    if (adjustMonth) {\n" +
+"        date1.setMonth(date.getMonth());\n" +
+"        date2.setMonth(date.getMonth());\n" +
+"    }\n" +
+"    if (isGMT) {\n" +
+"    var tmp = date;\n" +
+"        tmp.setFullYear(date.getUTCFullYear());\n" +
+"        tmp.setMonth(date.getUTCMonth());\n" +
+"        tmp.setDate(date.getUTCDate());\n" +
+"        tmp.setHours(date.getUTCHours());\n" +
+"        tmp.setMinutes(date.getUTCMinutes());\n" +
+"        tmp.setSeconds(date.getUTCSeconds());\n" +
+"        date = tmp;\n" +
+"    }\n" +
+"    return ((date1 <= date) && (date <= date2));\n" +
+"}\n" +
+
+"function timeRange() {\n" +
+"    var argc = arguments.length;\n" +
+"    var date = new Date();\n" +
+"    var isGMT= false;\n"+
+"\n" +
+"    if (argc < 1) {\n" +
+"        return false;\n" +
+"    }\n" +
+"    if (arguments[argc - 1] == 'GMT') {\n" +
+"        isGMT = true;\n" +
+"        argc--;\n" +
+"    }\n" +
+"\n" +
+"    var hour = isGMT ? date.getUTCHours() : date.getHours();\n" +
+"    var date1, date2;\n" +
+"    date1 = new Date();\n" +
+"    date2 = new Date();\n" +
+"\n" +
+"    if (argc == 1) {\n" +
+"        return (hour == arguments[0]);\n" +
+"    } else if (argc == 2) {\n" +
+"        return ((arguments[0] <= hour) && (hour <= arguments[1]));\n" +
+"    } else {\n" +
+"        switch (argc) {\n" +
+"        case 6:\n" +
+"            date1.setSeconds(arguments[2]);\n" +
+"            date2.setSeconds(arguments[5]);\n" +
+"        case 4:\n" +
+"            var middle = argc >> 1;\n" +
+"            date1.setHours(arguments[0]);\n" +
+"            date1.setMinutes(arguments[1]);\n" +
+"            date2.setHours(arguments[middle]);\n" +
+"            date2.setMinutes(arguments[middle + 1]);\n" +
+"            if (middle == 2) {\n" +
+"                date2.setSeconds(59);\n" +
+"            }\n" +
+"            break;\n" +
+"        default:\n" +
+"          throw 'timeRange: bad number of arguments'\n" +
+"        }\n" +
+"    }\n" +
+"\n" +
+"    if (isGMT) {\n" +
+"        date.setFullYear(date.getUTCFullYear());\n" +
+"        date.setMonth(date.getUTCMonth());\n" +
+"        date.setDate(date.getUTCDate());\n" +
+"        date.setHours(date.getUTCHours());\n" +
+"        date.setMinutes(date.getUTCMinutes());\n" +
+"        date.setSeconds(date.getUTCSeconds());\n" +
+"    }\n" +
+"    return ((date1 <= date) && (date <= date2));\n" +
+"}\n"
+
diff --git a/o.n.core/licenses/DISTRIBUTION.txt b/o.n.core/licenses/DISTRIBUTION.txt
new file mode 100644
index 0000000..3f08286
--- /dev/null
+++ b/o.n.core/licenses/DISTRIBUTION.txt
@@ -0,0 +1,27 @@
+DistributionREADME for components identified below that covered under the Sun
+Microsystems, Inc. ("Sun") SOFTWARE LICENSE AGREEMENT.
+
+Software: JavaHelp 2.0
+
+Subject to the terms and conditions of the Software License Agreement and the
+obligations, restrictions, and exceptions set forth below, You may reproduce
+and distribute the Software, provided that you:
+
+(a) distribute the Software complete and unmodified and only bundled as part of
+your Java applet and applications ("Programs"),
+
+(b) do not distribute additional software intended to replace any component(s)
+of the Software,
+
+(c) do not remove or alter any proprietary legends or notices contained in or
+on the Software.
+ 
+(d) only distribute the Software subject to a license agreement that protects
+Sun's interests consistent with the terms contained in the SOFTWARE LICENSE
+AGREEMENT, and
+
+(e) agree to defend and indemnify Sun and its licensors from and against any
+damages, costs, liabilities, settlement amounts and/or expenses (including
+attorneys' fees) incurred in connection with any claim, lawsuit or action by
+any third party that arises or results from the use or distribution of any and
+all Programs and/or Software.
diff --git a/o.n.core/licenses/LICENSE.txt b/o.n.core/licenses/LICENSE.txt
new file mode 100644
index 0000000..1cd3400
--- /dev/null
+++ b/o.n.core/licenses/LICENSE.txt
@@ -0,0 +1,733 @@
+Please review the complete list of open-source licenses 
+governing software included in this software. They can be 
+found in the THIRDPARTYLICENSE.txt file.
+
+This license file contains two distinct licenses.
+
+LICENSE #1: The Common Development and Distribution License 
+(CDDL), Version 1.0 governs your use of:
+NetBeans Platform software. NetBeans Platform software also
+makes use of additional libraries made available for use and
+distribution by other parties, including open-source projects.
+
+LICENSE #2: The GNU General Public License (GPL), Version 2
+with the Classpath exception governs your use of: 
+NetBeans Platform software. NetBeans Platform software also
+makes use of additional libraries made available for use and
+distribution by other parties, including open-source projects.
+
+------------------------------------------------------------
+
+LICENSE #1:
+
+COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
+
+1. Definitions.
+
+1.1. Contributor means each individual or entity that creates or
+contributes to the creation of Modifications.
+
+1.2. Contributor Version means the combination of the Original
+Software, prior Modifications used by a Contributor (if any),
+and the Modifications made by that particular Contributor.
+
+1.3. Covered Software means (a) the Original Software, or (b)
+Modifications, or (c) the combination of files containing
+Original Software with files containing Modifications, in each
+case including portions thereof.
+
+1.4. Executable means the Covered Software in any form other
+than Source Code.
+
+1.5. Initial Developer means the individual or entity that first
+makes Original Software available under this License.
+
+1.6. Larger Workmeans a work which combines Covered Software or
+portions thereof with code not governed by the terms of this
+License.
+
+1.7. License means this document.
+
+1.8. Licensable means having the right to grant, to the maximum
+extent possible, whether at the time of the initial grant or 
+subsequently acquired, any and all of the rights conveyed herein.
+
+1.9. Modifications means the Source Code and Executable form of
+any of the following: A. Any file that results from an addition
+to, deletion from or modification of the contents of a file
+containing Original Software or previous Modifications; B. Any
+new file that contains any part of the Original Software or
+previous Modification; or C. Any new file that is contributed or
+otherwise made available under the terms of this License.
+
+1.10. Original Software means the Source Code and Executable
+form of computer software code that is originally released under
+this License.
+
+1.11. Patent Claims means any patent claim(s), now owned or
+hereafter acquired, including without limitation, method,
+process, and apparatus claims, in any patent Licensable by
+grantor.
+
+1.12. Source Code means (a) the common form of computer software
+code in which modifications are made and (b) associated
+documentation included in or with such code.
+
+1.13. You (or Your) means an individual or a legal entity
+exercising rights under, and complying with all of the terms of,
+this License. For legal entities, You includes any entity which
+controls, is controlled by, or is under common control with You.
+For purposes of this definition, control means (a) the power,
+direct or indirect, to cause the direction or management of such
+entity, whether by contract or otherwise, or (b) ownership of
+more than fifty percent (50%) of the outstanding shares or
+beneficial ownership of such entity.
+
+2. License Grants.
+
+2.1. The Initial Developer Grant. Conditioned upon Your
+compliance with Section 3.1 below and subject to third party
+intellectual property claims, the Initial Developer hereby
+grants You a world-wide, royalty-free, non-exclusive license:
+
+(a) under intellectual property rights (other than patent or
+trademark) Licensable by Initial Developer, to use, reproduce,
+modify, display, perform, sublicense and distribute the Original
+Software (or portions thereof), with or without Modifications,
+and/or as part of a Larger Work; and
+
+(b) under Patent Claims infringed by the making, using or
+selling of Original Software, to make, have made, use, practice,
+sell, and offer for sale, and/or otherwise dispose of the
+Original Software (or portions thereof);
+
+(c) The licenses granted in Sections 2.1(a) and (b) are
+effective on the date Initial Developer first distributes or
+otherwise makes the Original Software available to a third party
+under the terms of this License;
+
+(d) Notwithstanding Section 2.1(b) above, no patent license is
+granted: (1) for code that You delete from the Original
+Software, or (2) for infringements caused by: (i) the
+modification of the Original Software, or (ii) the combination
+of the Original Software with other software or devices.
+
+2.2. Contributor Grant. Conditioned upon Your compliance with
+Section 3.1 below and subject to third party intellectual
+property claims, each Contributor hereby grants You a
+world-wide, royalty-free, non-exclusive license:
+
+(a) under intellectual property rights (other than patent or
+trademark) Licensable by Contributor to use, reproduce, modify,
+display, perform, sublicense and distribute the Modifications
+created by such Contributor (or portions thereof), either on an
+unmodified basis, with other Modifications, as Covered Software
+and/or as part of a Larger Work; and
+
+(b) under Patent Claims infringed by the making, using, or
+selling of Modifications made by that Contributor either alone
+and/or in combination with its Contributor Version (or portions
+of such combination), to make, use, sell, offer for sale, have
+made, and/or otherwise dispose of: (1) Modifications made by
+that Contributor (or portions thereof); and (2) the combination
+of Modifications made by that Contributor with its Contributor
+Version (or portions of such combination).
+
+(c) The licenses granted in Sections 2.2(a) and 2.2(b)
+areeffective on the date Contributor first distributes or
+otherwise makes the Modifications available to a third party.
+
+(d) Notwithstanding Section 2.2(b) above, no patent license is
+granted: (1) for any code that Contributor has deleted from the
+Contributor Version; (2) for infringements caused by: (i) third
+party modifications of Contributor Version, or (ii) the
+combination of Modifications made by that Contributor with other
+software (except as part of the Contributor Version) or other
+devices; or (3) under Patent Claims infringed by Covered
+Software in the absence of Modifications made by that
+Contributor.
+
+3. Distribution Obligations.
+
+3.1. Availability of Source Code. Any Covered Software that You
+distribute or otherwise make available in Executable form must
+also be made available in Source Code form and that Source Code
+form must be distributed only under the terms of this License.
+You must include a copy of this License with every copy of the
+Source Code form of the Covered Software You distribute or
+otherwise make available. You must inform recipients of any such
+Covered Software in Executable form as to how they can obtain
+such Covered Software in Source Code form in a reasonable manner
+on or through a medium customarily used for software exchange.
+
+3.2. Modifications. The Modifications that You create or to
+which You contribute are governed by the terms of this License.
+You represent that You believe Your Modifications are Your
+original creation(s) and/or You have sufficient rights to grant
+the rights conveyed by this License.
+
+3.3. Required Notices. You must include a notice in each of Your
+Modifications that identifies You as the Contributor of the
+Modification. You may not remove or alter any copyright, patent
+or trademark notices contained within the Covered Software, or
+any notices of licensing or any descriptive text giving
+attribution to any Contributor or the Initial Developer.
+
+3.4. Application of Additional Terms. You may not offer or
+impose any terms on any Covered Software in Source Code form
+that alters or restricts the applicable version of this License
+or the recipients rights hereunder. You may choose to offer, and
+to charge a fee for, warranty, support, indemnity or liability
+obligations to one or more recipients of Covered
+Software. However, you may do so only on Your own behalf, and
+not on behalf of the Initial Developer or any Contributor. You
+must make it absolutely clear that any such warranty, support,
+indemnity or liability obligation is offered by You alone, and
+You hereby agree to indemnify the Initial Developer and every
+Contributor for any liability incurred by the Initial Developer
+or such Contributor as a result of warranty, support, indemnity
+or liability terms You offer.
+
+3.5. Distribution of Executable Versions. You may distribute the
+Executable form of the Covered Software under the terms of this
+License or under the terms of a license of Your choice, which
+may contain terms different from this License, provided that You
+are in compliance with the terms of this License and that the
+license for the Executable form does not attempt to limit or
+alter the recipients rights in the Source Code form from the
+rights set forth in this License. If You distribute the Covered
+Software in Executable form under a different license, You must
+make it absolutely clear that any terms which differ from this
+License are offered by You alone, not by the Initial Developer
+or Contributor. You hereby agree to indemnify the Initial
+Developer and every Contributor for any liability incurred by
+the Initial Developer or such Contributor as a result of any
+such terms You offer.
+
+3.6. Larger Works. You may create a Larger Work by combining
+Covered Software with other code not governed by the terms of
+this License and distribute the Larger Work as a single product.
+In such a case, You must make sure the requirements of this
+License are fulfilled for the Covered Software.
+
+4. Versions of the License.
+
+4.1. New Versions. Sun Microsystems, Inc. is the initial license
+steward and may publish revised and/or new versions of this
+License from time to time. Each version will be given a
+distinguishing version number. Except as provided in Section
+4.3, no one other than the license steward has the right to
+modify this License.
+
+4.2. Effect of New Versions. You may always continue to use,
+distribute or otherwise make the Covered Software available
+under the terms of the version of the License under which You
+originally received the Covered Software. If the Initial
+Developer includes a notice in the Original Software prohibiting
+it from being distributed or otherwise made available under any
+subsequent version of the License, You must distribute and make
+the Covered Software available under the terms of the version of
+the License under which You originally received the Covered
+Software.  Otherwise, You may also choose to use, distribute or
+otherwise make the Covered Software available under the terms of
+any subsequent version of the License published by the license
+steward.
+
+4.3. Modified Versions. When You are an Initial Developer and
+You want to create a new license for Your Original Software, You
+may create and use a modified version of this License if You:
+(a) rename the license and remove any references to the name of
+the license steward (except to note that the license differs
+from this License); and (b) otherwise make it clear that the
+license contains terms which differ from this License.
+
+5. DISCLAIMER OF WARRANTY. COVERED SOFTWARE IS PROVIDED UNDER
+THIS LICENSE ON AN AS IS BASIS, WITHOUT WARRANTY OF ANY KIND,
+EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION,
+WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS,
+MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
+THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED
+SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE
+DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY
+OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,
+REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
+ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE
+IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
+
+6. TERMINATION.
+
+6.1. This License and the rights granted hereunder will
+terminate automatically if You fail to comply with terms herein
+and fail to cure such breach within 30 days of becoming aware of
+the breach. Provisions which, by their nature, must remain in
+effect beyond the termination of this License shall survive.
+
+6.2. If You assert a patent infringement claim (excluding
+declaratory judgment actions) against Initial Developer or a
+Contributor (the Initial Developer or Contributor against whom
+You assert such claim is referred to as Participant) alleging
+that the Participant Software (meaning the Contributor Version
+where the Participant is a Contributor or the Original Software
+where the Participant is the Initial Developer) directly or
+indirectly infringes any patent, then any and all rights granted
+directly or indirectly to You by such Participant, the Initial
+Developer (if the Initial Developer is not the Participant) and
+all Contributors under Sections 2.1 and/or 2.2 of this License
+shall, upon 60 days notice from Participant terminate
+prospectively and automatically at the expiration of such 60 day
+notice period, unless if within such 60 day period You withdraw
+Your claim with respect to the Participant Software against such
+Participant either unilaterally or pursuant to a written
+agreement with Participant.
+
+6.3. In the event of termination under Sections 6.1 or 6.2
+above, all end user licenses that have been validly granted by
+You or any distributor hereunder prior to termination (excluding
+licenses granted to You by any distributor) shall survive
+termination.
+
+7. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO
+LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR
+OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER
+CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY
+SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY
+INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
+CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOST
+PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
+MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES,
+EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY
+OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO
+LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH
+PARTYS NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH
+LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR
+LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS
+EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
+
+8. U.S. GOVERNMENT END USERS. The Covered Software is a
+commercial item, as that term is defined in 48 C.F.R. 2.101
+(Oct. 1995), consisting of commercial computer software (as that
+term is defined at 48 C.F.R. 252.227-7014(a)(1)) and commercial
+computer software documentation as such terms are used in 48
+C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and
+48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all
+U.S. Government End Users acquire Covered Software with only
+those rights set forth herein. This U.S. Government Rights
+clause is in lieu of, and supersedes, any other FAR, DFAR, or
+other clause or provision that addresses Government rights in
+computer software under this License.
+
+9. MISCELLANEOUS. This License represents the complete agreement
+concerning subject matter hereof. If any provision of this
+License is held to be unenforceable, such provision shall be
+reformed only to the extent necessary to make it enforceable.
+This License shall be governed by the law of the jurisdiction
+specified in a notice contained within the Original Software
+(except to the extent applicable law, if any, provides
+otherwise), excluding such jurisdictions conflict-of-law
+provisions. Any litigation relating to this License shall be
+subject to the jurisdiction of the courts located in the
+jurisdiction and venue specified in a notice contained within
+the Original Software, with the losing party responsible for
+costs, including, without limitation, court costs and reasonable
+attorneys fees and expenses. The application of the United
+Nations Convention on Contracts for the International Sale of
+Goods is expressly excluded. Any law or regulation which
+provides that the language of a contract shall be construed
+against the drafter shall not apply to this License. You agree
+that You alone are responsible for compliance with the United
+States export administration regulations (and the export control
+laws and regulation of any other countries) when You use,
+distribute or otherwise make available any Covered Software.
+
+10. RESPONSIBILITY FOR CLAIMS. As between Initial Developer and
+the Contributors, each party is responsible for claims and
+damages arising, directly or indirectly, out of its utilization
+of rights under this License and You agree to work with Initial
+Developer and Contributors to distribute such responsibility on
+an equitable basis. Nothing herein is intended or shall be
+deemed to constitute any admission of liability.
+
+----------------------------------------------------------------
+
+NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND
+DISTRIBUTION LICENSE (CDDL): This code is released under the
+CDDL and shall be governed by the laws of the State of
+California (excluding conflict-of-law provisions). Any
+litigation relating to this License shall be subject to the
+jurisdiction of the Federal Courts of the Northern District of
+California and the state courts of the State of California, with
+venue lying in Santa Clara County, California.
+
+------------------------------------------------------------
+
+LICENSE #2:
+
+        The GNU General Public License (GPL)
+               Version 2, June 1991
+
+ Copyright 1989, 1991 Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                      Preamble
+
+The licenses for most software are designed to take away your freedom
+to share and change it. By contrast, the GNU General Public License is
+intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can apply it to
+your programs, too.
+
+When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the
+rights. These restrictions translate to certain responsibilities for
+you if you distribute copies of the software, or if you modify it.
+
+For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on,
+we want its recipients to know that what they have is not the
+original, so that any problems introduced by others will not reflect
+on the original authors' reputations.
+
+Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at
+all.
+
+The precise terms and conditions for copying, distribution and
+modification follow.
+
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+0. This License applies to any program or other work which contains a
+notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the Program
+(independent of having been made by running the Program). Whether that
+is true depends on what the Program does.
+
+1. You may copy and distribute verbatim copies of the Program's source
+code as you receive it, in any medium, provided that you conspicuously
+and appropriately publish on each copy an appropriate copyright notice
+and disclaimer of warranty; keep intact all the notices that refer to
+this License and to the absence of any warranty; and give any other
+recipients of the Program a copy of this License along with the
+Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a
+fee.
+
+2. You may modify your copy or copies of the Program or any portion of
+it, thus forming a work based on the Program, and copy and distribute
+such modifications or work under the terms of Section 1 above,
+provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License. (Exception: if the Program itself is interactive but does
+    not normally print such an announcement, your work based on the
+    Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software
+    interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code. (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt otherwise
+to copy, modify, sublicense or distribute the Program is void, and
+will automatically terminate your rights under this License. However,
+parties who have received copies, or rights, from you under this
+License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted
+herein. You are not responsible for enforcing compliance by third
+parties to this License.
+
+7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+9. The Free Software Foundation may publish revised and/or new
+versions of the General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation. If the Program does not specify a
+version number of this License, you may choose any version ever
+published by the Free Software Foundation.
+
+10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the
+author to ask for permission. For software which is copyrighted by the
+Free Software Foundation, write to the Free Software Foundation; we
+sometimes make exceptions for this. Our decision will be guided by the
+two goals of preserving the free status of all derivatives of our free
+software and of promoting the sharing and reuse of software generally.
+
+NO WARRANTY
+
+11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
+LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS
+AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF
+ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
+
+              END OF TERMS AND CONDITIONS
+
+       How to Apply These Terms to Your New Programs
+
+If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these
+terms.
+
+To do so, attach the following notices to the program. It is safest to
+attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    One line to give the program's name and a brief idea of what it does.
+    Copyright (C) <year> <name of author>
+
+    This program is free software; you can redistribute it and/or
+    modify it under the terms of the GNU General Public License as
+    published by the Free Software Foundation; either version 2 of the
+    License, or (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+    General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+    02111-1307 USA
+
+Also add information on how to contact you by electronic and paper
+mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type
+    `show w'. This is free software, and you are welcome to
+    redistribute it under certain conditions; type `show c' for
+    details.
+
+The hypothetical commands `show w' and `show c' should show the
+appropriate parts of the General Public License. Of course, the
+commands you use may be called something other than `show w' and `show
+c'; they could even be mouse-clicks or menu items--whatever suits your
+program.
+
+You should also get your employer (if you work as a programmer) or
+your school, if any, to sign a "copyright disclaimer" for the program,
+if necessary. Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the
+  program `Gnomovision' (which makes passes at compilers) written by
+  James Hacker.
+
+  signature of Ty Coon, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library,
+you may consider it more useful to permit linking proprietary
+applications with the library. If this is what you want to do, use the
+GNU Library General Public License instead of this License.
+"CLASSPATH" EXCEPTION TO THE GPL VERSION 2
+Certain source files distributed by Sun Microsystems, Inc. are subject
+to the following clarification and special exception to the GPL, but
+only where Sun has expressly included in the particular source file's
+header the words "Sun designates this particular file as subject to
+the "Classpath" exception as provided by Sun in the LICENSE file that
+accompanied this code."
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library. Thus, the terms and
+conditions of the GNU General Public License cover the whole combination.
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent modules,
+and to copy and distribute the resulting executable under terms of your
+choice, provided that you also meet, for each linked independent module,
+the terms and conditions of the license of that module. An independent
+module is a module which is not derived from or based on this library.
+If you modify this library, you may extend this exception to your version
+of the library, but you are not obligated to do so. If you do not wish
+to do so, delete this exception statement from your version. 
diff --git a/o.n.core/licenses/THIRDPARTYLICENSEREADME.txt b/o.n.core/licenses/THIRDPARTYLICENSEREADME.txt
new file mode 100644
index 0000000..2e52b2e
--- /dev/null
+++ b/o.n.core/licenses/THIRDPARTYLICENSEREADME.txt
@@ -0,0 +1,462 @@
+DO NOT TRANSLATE OR LOCALIZE.
+
+
+%% The following software may be included in this product:  Swing Layout Extensions;
+Use of any of this software is governed by the terms of the license below:
+
+		  GNU LESSER GENERAL PUBLIC LICENSE
+		       Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+     51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL.  It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+  This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it.  You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+  When we speak of free software, we are referring to freedom of use,
+not price.  Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+  To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights.  These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+  For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you.  You must make sure that they, too, receive or can get the source
+code.  If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it.  And you must show them these terms so they know their rights.
+
+  We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+  To protect each distributor, we want to make it very clear that
+there is no warranty for the free library.  Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+
+  Finally, software patents pose a constant threat to the existence of
+any free program.  We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder.  Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+  Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License.  This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License.  We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+  When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library.  The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom.  The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+  We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License.  It also provides other free software developers Less
+of an advantage over competing non-free programs.  These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries.  However, the Lesser license provides advantages in certain
+special circumstances.
+
+  For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard.  To achieve this, non-free programs must be
+allowed to use the library.  A more frequent case is that a free
+library does the same job as widely used non-free libraries.  In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+  In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software.  For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+  Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.  Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library".  The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+
+		  GNU LESSER GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+  A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+  The "Library", below, refers to any such software library or work
+which has been distributed under these terms.  A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language.  (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+  "Source code" for a work means the preferred form of the work for
+making modifications to it.  For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+  Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it).  Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+  
+  1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+  You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+
+  2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) The modified work must itself be a software library.
+
+    b) You must cause the files modified to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    c) You must cause the whole of the work to be licensed at no
+    charge to all third parties under the terms of this License.
+
+    d) If a facility in the modified Library refers to a function or a
+    table of data to be supplied by an application program that uses
+    the facility, other than as an argument passed when the facility
+    is invoked, then you must make a good faith effort to ensure that,
+    in the event an application does not supply such function or
+    table, the facility still operates, and performs whatever part of
+    its purpose remains meaningful.
+
+    (For example, a function in a library to compute square roots has
+    a purpose that is entirely well-defined independent of the
+    application.  Therefore, Subsection 2d requires that any
+    application-supplied function or table used by this function must
+    be optional: if the application does not supply it, the square
+    root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library.  To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License.  (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.)  Do not make any other change in
+these notices.
+
+  Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+  This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+  4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+  If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library".  Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+  However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library".  The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+  When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library.  The
+threshold for this to be true is not precisely defined by law.
+
+  If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work.  (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+  Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+
+  6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+  You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License.  You must supply a copy of this License.  If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License.  Also, you must do one
+of these things:
+
+    a) Accompany the work with the complete corresponding
+    machine-readable source code for the Library including whatever
+    changes were used in the work (which must be distributed under
+    Sections 1 and 2 above); and, if the work is an executable linked
+    with the Library, with the complete machine-readable "work that
+    uses the Library", as object code and/or source code, so that the
+    user can modify the Library and then relink to produce a modified
+    executable containing the modified Library.  (It is understood
+    that the user who changes the contents of definitions files in the
+    Library will not necessarily be able to recompile the application
+    to use the modified definitions.)
+
+    b) Use a suitable shared library mechanism for linking with the
+    Library.  A suitable mechanism is one that (1) uses at run time a
+    copy of the library already present on the user's computer system,
+    rather than copying library functions into the executable, and (2)
+    will operate properly with a modified version of the library, if
+    the user installs one, as long as the modified version is
+    interface-compatible with the version that the work was made with.
+
+    c) Accompany the work with a written offer, valid for at
+    least three years, to give the same user the materials
+    specified in Subsection 6a, above, for a charge no more
+    than the cost of performing this distribution.
+
+    d) If distribution of the work is made by offering access to copy
+    from a designated place, offer equivalent access to copy the above
+    specified materials from the same place.
+
+    e) Verify that the user has already received a copy of these
+    materials or that you have already sent this user a copy.
+
+  For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it.  However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+  It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system.  Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+
+  7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+    a) Accompany the combined library with a copy of the same work
+    based on the Library, uncombined with any other library
+    facilities.  This must be distributed under the terms of the
+    Sections above.
+
+    b) Give prominent notice with the combined library of the fact
+    that part of it is a work based on the Library, and explaining
+    where to find the accompanying uncombined form of the same work.
+
+  8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License.  Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License.  However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+  9. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Library or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+  10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties with
+this License.
+
+  11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded.  In such case, this License incorporates the limitation as if
+written in the body of this License.
+
+  13. The Free Software Foundation may publish revised and/or new
+versions of the Lesser General Public License from time to time.
+Such new versions will be similar in spirit to the present version,
+but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Library
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation.  If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+
+  14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission.  For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this.  Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+
+			    NO WARRANTY
+
+  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
diff --git a/o.n.core/manifest.mf b/o.n.core/manifest.mf
index bf81276..2c486f4 100644
--- a/o.n.core/manifest.mf
+++ b/o.n.core/manifest.mf
@@ -4,4 +4,4 @@ OpenIDE-Module-Localizing-Bundle: org/netbeans/core/Bundle.properties
 OpenIDE-Module-Layer: org/netbeans/core/resources/mf-layer.xml
 AutoUpdate-Show-In-Client: false
 AutoUpdate-Essential-Module: true
-OpenIDE-Module-Specification-Version: 3.20.1
+OpenIDE-Module-Specification-Version: 3.24.1
diff --git a/o.n.core/nbproject/project.properties b/o.n.core/nbproject/project.properties
index 95f8e93..cba4b9b 100644
--- a/o.n.core/nbproject/project.properties
+++ b/o.n.core/nbproject/project.properties
@@ -45,6 +45,8 @@ javac.source=1.6
 
 javadoc.arch=${basedir}/arch.xml
 
+release.external/nsProxyAutoConfig.js=modules/ext/nsProxyAutoConfig.js
+jnlp.indirect.files=modules/ext/nsProxyAutoConfig.js
 jnlp.verify.excludes=config/ModuleAutoDeps/org-netbeans-core.xml, LICENSE.txt, DISTRIBUTION.txt, THIRDPARTYLICENSEREADME.txt
 
 test.excludes=\
@@ -52,8 +54,9 @@ test.excludes=\
     org/netbeans/core/projects/data/
 
 test.config.commit.includes=\
-    **/ValidateLayer*Test.class,\
-    **/ValidateUpdateCenterTest.class
+    **/ValidateLayerConsistencyTest.class,\
+    **/ValidateModulesTest.class
 
 # ValidateLayerConsistencyTest using standard settings failing on nbms-and-javadoc with "java.lang.OutOfMemoryError: PermGen space"
-test.run.args=-ea -XX:PermSize=32m -XX:MaxPermSize=300m -Xmx320m
+# increased Xmx and MaxPermSize to prevent OOM on 64 bit system in 64 bit java mode
+test.run.args=-ea -XX:PermSize=32m -XX:MaxPermSize=400m -Xmx520m
diff --git a/o.n.core/nbproject/project.xml b/o.n.core/nbproject/project.xml
index d51cda4..5d1daef 100644
--- a/o.n.core/nbproject/project.xml
+++ b/o.n.core/nbproject/project.xml
@@ -55,7 +55,7 @@ made subject to such option by the copyright holder.
                     <compile-dependency/>
                     <run-dependency>
                         <release-version>1</release-version>
-                        <specification-version>2.12</specification-version>
+                        <specification-version>2.38</specification-version>
                     </run-dependency>
                 </dependency>
                 <dependency>
@@ -144,7 +144,7 @@ made subject to such option by the copyright holder.
                     <build-prerequisite/>
                     <compile-dependency/>
                     <run-dependency>
-                        <specification-version>6.2</specification-version>
+                        <specification-version>7.19</specification-version>
                     </run-dependency>
                 </dependency>
                 <dependency>
diff --git a/o.n.core/src/org/netbeans/beaninfo/editors/ObjectEditor.java b/o.n.core/src/org/netbeans/beaninfo/editors/ObjectEditor.java
index 1c05cd3..35c64d7 100644
--- a/o.n.core/src/org/netbeans/beaninfo/editors/ObjectEditor.java
+++ b/o.n.core/src/org/netbeans/beaninfo/editors/ObjectEditor.java
@@ -85,7 +85,7 @@ implements ExPropertyEditor {
      * Either Boolean.TRUE or a String, in such case the string represents
      * human readable name of the value.
      */
-    private static final String PROP_NULL = "nullValue"; // NOI18N
+    /*package*/ static final String PROP_NULL = "nullValue"; // NOI18N
     /** Name of the custom property that can be passed in PropertyEnv. 
      * A lookup to use to query for results.
      */
diff --git a/o.n.core/src/org/netbeans/beaninfo/editors/StringEditor.java b/o.n.core/src/org/netbeans/beaninfo/editors/StringEditor.java
index f0803f0..7dbae5b 100644
--- a/o.n.core/src/org/netbeans/beaninfo/editors/StringEditor.java
+++ b/o.n.core/src/org/netbeans/beaninfo/editors/StringEditor.java
@@ -51,11 +51,11 @@ import org.openide.explorer.propertysheet.ExPropertyEditor;
 import org.openide.explorer.propertysheet.PropertyEnv;
 import java.beans.FeatureDescriptor;
 import org.openide.nodes.Node;
+import org.openide.util.NbBundle;
 
-
-/** A property editor for String class.
+/**
+ * A property editor for String class.
 * @author   Ian Formanek
-* @version  1.00, 18 Sep, 1998
 */
 public class StringEditor extends PropertyEditorSupport implements ExPropertyEditor
 {
@@ -68,33 +68,52 @@ public class StringEditor extends PropertyEditorSupport implements ExPropertyEdi
         return (editable);
     }
                 
+    @Override
+    public String getAsText() {
+        Object value = getValue();
+        if (value != null) {
+            return value.toString();
+        } else {
+            return nullValue != null ? nullValue : NbBundle.getMessage(StringEditor.class, "CTL_NullValue");
+        }
+    }
+
     /** sets new value */
+    @Override
     public void setAsText(String s) {
         if ( "null".equals( s ) && getValue() == null ) // NOI18N
             return;
+        if (nullValue != null && nullValue.equals (s)) {
+            setValue (null);
+            return;
+        }
+
         setValue(s);
     }
 
+    @Override
     public String getJavaInitializationString () {
         String s = (String) getValue ();
         return "\"" + toAscii(s) + "\""; // NOI18N
     }
 
+    @Override
     public boolean supportsCustomEditor () {
         return customEd;
     }
 
+    @Override
     public java.awt.Component getCustomEditor () {
         Object val = getValue();
         String s = ""; // NOI18N
         if (val != null) {
             s = val instanceof String ? (String) val : val.toString();
         }
-        return new StringCustomEditor (s, isEditable(), oneline, instructions, this, env); // NOI18N
+        return new StringCustomEditor (s, isEditable(), oneline, instructions, this, env);
     }
 
     private static String toAscii(String str) {
-        StringBuffer buf = new StringBuffer(str.length() * 6); // x -> \u1234
+        StringBuilder buf = new StringBuilder(str.length() * 6); // x -> \u1234
         char[] chars = str.toCharArray();
         for (int i = 0; i < chars.length; i++) {
             char c = chars[i];
@@ -126,12 +145,18 @@ public class StringEditor extends PropertyEditorSupport implements ExPropertyEdi
     private boolean oneline=false;
     private boolean customEd=true;
     private PropertyEnv env;
+    /** null or name to use for null value */
+    private String nullValue;
 
     // bugfix# 9219 added attachEnv() method checking if the user canWrite in text box 
+    @Override
     public void attachEnv(PropertyEnv env) {
         this.env = env;
 
-        FeatureDescriptor desc = env.getFeatureDescriptor();
+        readEnv(env.getFeatureDescriptor());
+    }
+
+    /*@VisibleForTesting*/ void readEnv (FeatureDescriptor desc) {
         if (desc instanceof Node.Property){
             Node.Property prop = (Node.Property)desc;
             editable = prop.canWrite();
@@ -139,8 +164,18 @@ public class StringEditor extends PropertyEditorSupport implements ExPropertyEdi
             //editor
             instructions = (String) prop.getValue ("instructions"); //NOI18N
             oneline = Boolean.TRUE.equals (prop.getValue ("oneline")); //NOI18N
-            customEd = !Boolean.TRUE.equals (prop.getValue 
+            customEd = !Boolean.TRUE.equals (prop.getValue
                 ("suppressCustomEditor")); //NOI18N
         }
+        Object obj = desc.getValue(ObjectEditor.PROP_NULL);
+        if (Boolean.TRUE.equals(obj)) {
+            nullValue = NbBundle.getMessage(StringEditor.class, "CTL_NullValue");
+        } else {
+            if (obj instanceof String) {
+                nullValue = (String)obj;
+            } else {
+                nullValue = null;
+            }
+        }
     }
 }
diff --git a/o.n.core/src/org/netbeans/core/CLIOptions2.java b/o.n.core/src/org/netbeans/core/CLIOptions2.java
index dfd0183..0149b0c 100644
--- a/o.n.core/src/org/netbeans/core/CLIOptions2.java
+++ b/o.n.core/src/org/netbeans/core/CLIOptions2.java
@@ -131,7 +131,7 @@ public class CLIOptions2 extends CLIHandler implements Runnable {
             return;
         }
         LOG.log(Level.FINE, "EQ stuck in {0}", eq);
-        LOG.log(Level.WARNING, null, new EQStuck(eq));
+        LOG.log(Level.INFO, null, new EQStuck(eq));
         eq.stop();
     }
     private static class EQStuck extends Throwable {
diff --git a/o.n.core/src/org/netbeans/core/GuiRunLevel.java b/o.n.core/src/org/netbeans/core/GuiRunLevel.java
index 2bf6b1f..0137002 100644
--- a/o.n.core/src/org/netbeans/core/GuiRunLevel.java
+++ b/o.n.core/src/org/netbeans/core/GuiRunLevel.java
@@ -71,11 +71,9 @@ import org.openide.windows.WindowManager;
  */
 @ServiceProvider(service=RunLevel.class)
 public class GuiRunLevel implements RunLevel {
-    private static int count;
     
     public GuiRunLevel() {
         MainLookup.started();
-        assert count++ == 0 : "Only one instance allowed"; // NOI18N
     }
     
     /** Initialization of the manager.
diff --git a/o.n.core/src/org/netbeans/core/HtmlBrowserComponent.java b/o.n.core/src/org/netbeans/core/HtmlBrowserComponent.java
index cd9b050..d6ca754 100644
--- a/o.n.core/src/org/netbeans/core/HtmlBrowserComponent.java
+++ b/o.n.core/src/org/netbeans/core/HtmlBrowserComponent.java
@@ -45,6 +45,7 @@
 package org.netbeans.core;
 
 import java.awt.BorderLayout;
+import java.awt.Component;
 import java.beans.PropertyChangeEvent;
 import java.beans.PropertyChangeListener;
 import java.io.IOException;
@@ -194,8 +195,14 @@ public class HtmlBrowserComponent extends CloneableTopComponent implements Prope
                 putClientProperty("InternalBrowser", Boolean.TRUE); // NOI18N
             }
         }
-        if( null != browserComponent )
-            browserComponent.getBrowserImpl().getComponent ().requestFocusInWindow ();
+        if( null != browserComponent ) {
+            HtmlBrowser.Impl impl = browserComponent.getBrowserImpl();
+            if( null != impl ) {
+                Component c = impl.getComponent();
+                if( null != c )
+                    c.requestFocusInWindow();
+            }
+        }
         super.componentActivated ();
         SwingUtilities.invokeLater( new Runnable() {
 
diff --git a/o.n.core/src/org/netbeans/core/NbClipboard.java b/o.n.core/src/org/netbeans/core/NbClipboard.java
deleted file mode 100644
index b2ece99..0000000
--- a/o.n.core/src/org/netbeans/core/NbClipboard.java
+++ /dev/null
@@ -1,393 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.netbeans.core;
-
-import java.awt.AWTEvent;
-import java.awt.Toolkit;
-import java.awt.datatransfer.Clipboard;
-import java.awt.datatransfer.ClipboardOwner;
-import java.awt.datatransfer.DataFlavor;
-import java.awt.datatransfer.FlavorEvent;
-import java.awt.datatransfer.FlavorListener;
-import java.awt.datatransfer.Transferable;
-import java.awt.datatransfer.UnsupportedFlavorException;
-import java.awt.event.AWTEventListener;
-import java.awt.event.WindowEvent;
-import java.io.IOException;
-import java.lang.ref.Reference;
-import java.lang.ref.WeakReference;
-import java.util.Collection;
-import java.util.logging.Level;
-import java.util.logging.Logger;
-import org.openide.util.Exceptions;
-import org.openide.util.Lookup;
-import org.openide.util.LookupEvent;
-import org.openide.util.LookupListener;
-import org.openide.util.RequestProcessor;
-import org.openide.util.Utilities;
-import org.openide.util.datatransfer.ExClipboard;
-
- at org.openide.util.lookup.ServiceProviders({@org.openide.util.lookup.ServiceProvider(service=java.awt.datatransfer.Clipboard.class), @org.openide.util.lookup.ServiceProvider(service=org.openide.util.datatransfer.ExClipboard.class)})
-public final class NbClipboard extends ExClipboard
-implements LookupListener, Runnable, FlavorListener, AWTEventListener
-{
-    private Logger log;
-    private Clipboard systemClipboard;
-    private ExClipboard.Convertor[] convertors;
-    private Lookup.Result<ExClipboard.Convertor> result;
-    final boolean slowSystemClipboard;
-    private Transferable last;
-    private long lastWindowActivated;
-    private long lastWindowDeactivated;
-    private Reference<Object> lastWindowDeactivatedSource = new WeakReference<Object>(null);
-
-    public NbClipboard() {
-        //for unit testing
-        this( Toolkit.getDefaultToolkit().getSystemClipboard() );
-    }
-    
-    NbClipboard( Clipboard systemClipboard ) {
-        super("NBClipboard");   // NOI18N
-        this.systemClipboard = systemClipboard;
-        log = Logger.getLogger("org.netbeans.core.NbClipboard"); // NOI18N
-
-        result = Lookup.getDefault().lookupResult(ExClipboard.Convertor.class);
-        result.addLookupListener(this);
-
-        systemClipboard.addFlavorListener(this);
-
-        resultChanged(null);
-
-        if (System.getProperty("netbeans.slow.system.clipboard.hack") != null) {
-            slowSystemClipboard = Boolean.getBoolean("netbeans.slow.system.clipboard.hack"); // NOI18N
-        } else if (Utilities.isMac()) {
-            slowSystemClipboard = false;
-        }
-        else {
-            slowSystemClipboard = true;
-        }
-
-
-
-
-        if (!slowSystemClipboard) {
-            if (System.getProperty("sun.awt.datatransfer.timeout") == null) { // NOI18N
-                System.setProperty("sun.awt.datatransfer.timeout", "1000"); // NOI18N
-            }
-        } else {
-            Toolkit.getDefaultToolkit().addAWTEventListener(
-                this, AWTEvent.WINDOW_EVENT_MASK);
-        }
-    }
-    
-    protected synchronized ExClipboard.Convertor[] getConvertors () {
-        return convertors;
-    }
-
-    public synchronized void resultChanged(LookupEvent ev) {
-        Collection<? extends ExClipboard.Convertor> c = result.allInstances();
-        ExClipboard.Convertor[] temp = new ExClipboard.Convertor[c.size()];
-        convertors = c.toArray(temp);
-    }
-
-    // XXX(-ttran) on Unix (and also on Windows as we discovered recently)
-    // calling getContents() on the system clipboard is very expensive, the
-    // call can take up to 1000 milliseconds.  We need to examine the clipboard
-    // contents each time the Node is activated, the method must be fast.
-    // Therefore we cache the contents of system clipboard and use the cache
-    // when someone calls getContents().  The cache is sync'ed with the system
-    // clipboard when _any_ of our Windows gets WINDOW_ACTIVATED event.  It
-    // means if some other apps modify the contents of the system clipboard in
-    // the background then the change won't be propagated to us immediately.
-    // The other drawback is that if module code bypasses NBClipboard and
-    // accesses the system clipboard directly then we don't see these changes.
-    //
-    // The other problem is an AWT bug
-    // 
-    // http://developer.java.sun.com/developer/bugParade/bugs/4818143.html
-    //
-    // sun.awt.datatransfer.ClipboardTransferable.getClipboardData() can hang
-    // for very long time (maxlong == eternity).  We tries to avoid the hang by
-    // access the system clipboard from a separate thread.  If the hang happens
-    // the thread will wait for the system clipboard forever but not the whole
-    // IDE
-
-    private RequestProcessor.Task syncTask =
-        new RequestProcessor("System clipboard synchronizer").create(this, true); // NOI18N
-
-    private Transferable data;
-    private ClipboardOwner dataOwner;
-    
-    @Override
-    public void setContents(Transferable contents, ClipboardOwner owner) {
-        synchronized (this) {
-            // XXX(-dstrupl) the following line might lead to a double converted
-            // transferable. Can be fixed as Jesse describes in #32485
-            if (log.isLoggable (Level.FINER)) {
-                log.log (Level.FINER, "setContents called with: "); // NOI18N
-                logFlavors (contents, Level.FINER, log.isLoggable(Level.FINEST));
-            }
-            contents = convert(contents);
-            if (log.isLoggable (Level.FINER)) {
-                log.log (Level.FINER, "After conversion:"); // NOI18N
-                logFlavors (contents, Level.FINER, log.isLoggable(Level.FINEST));
-            }
-
-            if (slowSystemClipboard) {
-                super.setContents(contents, owner);
-            } else {
-                if (last != null) transferableOwnershipLost(last);
-                last = contents;
-            }
-
-            data = contents;
-            dataOwner = owner;
-            syncTask.schedule(0);
-        }
-        fireClipboardChange();
-    }
-
-    @Override
-    public Transferable getContents(Object requestor) {
-        Transferable prev;
-
-        try {
-            log.log(Level.FINE, "getContents, slowSystemClipboard: {0}", slowSystemClipboard); // NOI18N
-            if (slowSystemClipboard) {
-                // The purpose of lastWindowActivated+100 is to ignore calls
-                // which immediatelly follow WINDOW_ACTIVATED event.
-                // This is workaround of JDK bug described in issue 41098.
-                long curr = System.currentTimeMillis();
-                if (lastWindowActivated != 0 && lastWindowActivated + 100 < curr) {
-                    lastWindowActivated = 0;
-                    
-                    syncTask.schedule(0);
-                    boolean finished = syncTask.waitFinished (100);
-                    log.log(Level.FINE, "after syncTask wait, finished {0}", finished); // NOI18N
-                } else {
-                    if (log.isLoggable(Level.FINE)) {
-                        log.fine("no wait, last: " + lastWindowActivated + " now: " + curr); // NOI18N
-                    }
-                }
-                
-                
-                prev = super.getContents (requestor);
-            } else {
-                syncTask.waitFinished ();
-                log.log(Level.FINE, "after syncTask clipboard wait"); // NOI18N
-                try {
-                    prev = systemClipboard.getContents (requestor);
-                } catch( IllegalStateException isE ) {
-                    log.log (Level.INFO, "System clipboard not available.", isE); // NOI18N
-                    prev = null;
-                }
-            }
-
-            synchronized (this) {
-                if (log.isLoggable (Level.FINE)) {
-                    log.log (Level.FINE, "getContents by " + requestor); // NOI18N
-                    logFlavors (prev, Level.FINE, log.isLoggable(Level.FINEST));
-                }
-                if (prev == null)  // if system clipboard has no contents
-                    return null;
-
-                Transferable res = convert (prev);
-                if (log.isLoggable (Level.FINE)) {
-                    log.log (Level.FINE, "getContents by " + requestor); // NOI18N
-                    logFlavors (res, Level.FINE, log.isLoggable(Level.FINEST));
-
-                    res = new LoggableTransferable (res);
-                }
-                return res;
-            }
-        } catch (ThreadDeath ex) {
-            throw ex;
-        } catch (InterruptedException ex) {
-            Logger.getLogger(NbClipboard.class.getName()).log(Level.WARNING, null, ex);
-            return null;
-        } catch (Throwable ex) {
-            Exceptions.printStackTrace(ex);
-            return null;
-        }
-    }
-
-    public void run() {
-        Transferable cnts = null;
-        ClipboardOwner ownr = null;
-
-        log.fine("Running update");
-
-        synchronized (this) {
-            if (data != null) {
-             cnts = data;
-             ownr = dataOwner;
-            }
-            data = null;
-            dataOwner = null;
-        }
-        if (cnts != null) {
-            try {
-                systemClipboard.setContents(cnts, ownr);
-            } catch( IllegalStateException e ) {
-                //#139616
-                log.log (Level.FINE, "systemClipboard not available", e); // NOI18N
-                data = cnts;
-                dataOwner = ownr;
-                syncTask.schedule(100);
-                return;
-            } 
-            if (log.isLoggable (Level.FINE)) {
-                log.log (Level.FINE, "systemClipboard updated:"); // NOI18N
-                logFlavors (cnts, Level.FINE, log.isLoggable(Level.FINEST));
-            }
-            return;
-        }
-
-        try {
-            Transferable transferable = systemClipboard.getContents(this);
-            super.setContents(transferable, null);
-            if (log.isLoggable (Level.FINE)) {
-                log.log (Level.FINE, "internal clipboard updated:"); // NOI18N
-                logFlavors (transferable, Level.FINE, log.isLoggable(Level.FINEST));
-            }
-            fireClipboardChange();
-        }
-        catch (ThreadDeath ex) {
-            throw ex;
-        }
-        catch (Throwable ignore) {
-        }
-    }
-
-    /** For testing purposes.
-     */
-    final void waitFinished () {
-        syncTask.waitFinished ();
-    }
-    
-    final void activateWindowHack (boolean reschedule) {
-        // if WINDOW_DEACTIVATED is followed immediatelly with
-        // WINDOW_ACTIVATED then it is JDK bug described in 
-        // issue 41098.
-        lastWindowActivated = System.currentTimeMillis();
-        if (reschedule) {
-            syncTask.schedule (0);
-        }
-    }
-    
-    private void logFlavors (Transferable trans, Level level, boolean content) {
-        if (trans == null)
-            log.log (level, "  no clipboard contents");
-        else {
-            java.awt.datatransfer.DataFlavor[] arr = trans.getTransferDataFlavors();
-            StringBuffer sb = new StringBuffer();
-            for (int i = 0; i < arr.length; i++) {
-                sb.append("  ").append(i).append(" = ").append(arr[i]);
-                if (content) {
-                    try {
-                        sb.append(" contains: ").append(trans.getTransferData(arr[i]));
-                    } catch (UnsupportedFlavorException ex) {
-                        Exceptions.printStackTrace(ex);
-                    } catch (IOException ex) {
-                        Exceptions.printStackTrace(ex);
-                    }
-                }
-                sb.append("\n");
-            }
-            log.log (level, sb.toString());
-        }
-    }
-
-    public void flavorsChanged(FlavorEvent e) {
-        fireClipboardChange();
-    }
-
-    public void eventDispatched(AWTEvent ev) {
-        if (!(ev instanceof WindowEvent))
-            return;
-
-        if (ev.getID() == WindowEvent.WINDOW_DEACTIVATED) {
-            lastWindowDeactivated = System.currentTimeMillis();
-            lastWindowDeactivatedSource = new WeakReference<Object>(ev.getSource());
-        }
-        if (ev.getID() == WindowEvent.WINDOW_ACTIVATED) {
-            if (System.currentTimeMillis() - lastWindowDeactivated < 100 &&
-                ev.getSource() == lastWindowDeactivatedSource.get()) {
-                activateWindowHack (false);
-            }
-            if (log.isLoggable (Level.FINE)) {
-                log.log (Level.FINE, "window activated scheduling update"); // NOI18N
-            }
-            syncTask.schedule(0);
-        }
-    }
-    
-    /** Transferable that logs operations on itself.
-     */
-    private final class LoggableTransferable implements Transferable {
-        private Transferable delegate;
-        
-        public LoggableTransferable (Transferable delegate) {
-            this.delegate = delegate;
-        }
-        public Object getTransferData (DataFlavor flavor) throws UnsupportedFlavorException, java.io.IOException {
-            log.log (Level.FINE, "Request for flavor: " + flavor); // NOI18N
-            Object res = delegate.getTransferData (flavor);
-            log.log (Level.FINE, "Returning value: " + res); // NOI18N
-            return res;
-        }
-        
-        public DataFlavor[] getTransferDataFlavors () {
-            return delegate.getTransferDataFlavors ();
-        }
-        
-        public boolean isDataFlavorSupported (DataFlavor flavor) {
-            boolean res = delegate.isDataFlavorSupported (flavor);
-            log.log (Level.FINE, "isDataFlavorSupported: " + flavor + " result: " + res); // NOI18N
-            return res;
-        }
-        
-    }
-}
diff --git a/o.n.core/src/org/netbeans/core/NbErrorManager.java b/o.n.core/src/org/netbeans/core/NbErrorManager.java
index ac1fc4f..18ffd1e 100644
--- a/o.n.core/src/org/netbeans/core/NbErrorManager.java
+++ b/o.n.core/src/org/netbeans/core/NbErrorManager.java
@@ -68,6 +68,11 @@ import org.netbeans.core.startup.TopLogging;
  */
 @org.openide.util.lookup.ServiceProvider(service=java.util.logging.Handler.class)
 public final class NbErrorManager extends Handler {
+
+    public NbErrorManager() {
+        // Try to avoid a ClassCircularityError by preloading Exc.class:
+        new Exc(null, null, null, null);
+    }
     
     static Exc createExc(Throwable t, Level severity, LogRecord add) {
         LogRecord[] ann = findAnnotations(t, add);
diff --git a/o.n.core/src/org/netbeans/core/NbLoaderPool.java b/o.n.core/src/org/netbeans/core/NbLoaderPool.java
index cc91d5d..e57688f 100644
--- a/o.n.core/src/org/netbeans/core/NbLoaderPool.java
+++ b/o.n.core/src/org/netbeans/core/NbLoaderPool.java
@@ -52,7 +52,6 @@ import java.io.ObjectOutputStream;
 import java.io.OutputStream;
 import java.util.ArrayList;
 import java.util.Arrays;
-import java.util.Collection;
 import java.util.Enumeration;
 import java.util.HashMap;
 import java.util.HashSet;
@@ -74,6 +73,7 @@ import org.openide.filesystems.MIMEResolver;
 import org.openide.loaders.DataLoader;
 import org.openide.loaders.DataLoaderPool;
 import org.openide.modules.ModuleInfo;
+import org.openide.modules.Modules;
 import org.openide.modules.SpecificationVersion;
 import org.openide.util.Lookup;
 import org.openide.util.LookupEvent;
@@ -317,9 +317,6 @@ public final class NbLoaderPool extends DataLoaderPool implements PropertyChange
         oos.writeObject (new HashMap()/*installBefores*/);
         oos.writeObject (new HashMap()/*installAfters*/);
         
-        // Note which module each loader came from.
-        Collection modules = Lookup.getDefault().lookupAll(ModuleInfo.class); // Collection<ModuleInfo>
-
         Iterator it = loaders.iterator ();
 
         while (it.hasNext ()) {
@@ -345,12 +342,9 @@ public final class NbLoaderPool extends DataLoaderPool implements PropertyChange
             if (obj != null) {
                 if (err.isLoggable(Level.FINE)) err.fine("writing modified " + l.getClass().getName());
                 // Find its module, if any.
-                Class c = l.getClass();
-                Iterator mit = modules.iterator();
                 boolean found = false;
-                while (mit.hasNext()) {
-                    ModuleInfo m = (ModuleInfo)mit.next();
-                    if (m.isEnabled() && m.owns(c)) {
+                ModuleInfo m = Modules.getDefault().ownerOf(l.getClass());
+                if (m != null && m.isEnabled()) {
                         if (err.isLoggable(Level.FINE)) err.fine("belongs to module: " + m.getCodeNameBase());
                         oos.writeObject(m.getCodeNameBase());
                         int r = m.getCodeNameRelease();
@@ -362,8 +356,6 @@ public final class NbLoaderPool extends DataLoaderPool implements PropertyChange
                             oos.writeObject(null);
                         }
                         found = true;
-                        break;
-                    }
                 }
                 if (!found) {
                     if (err.isLoggable(Level.FINE)) err.fine("does not belong to any module");
diff --git a/o.n.core/src/org/netbeans/core/NbProxySelector.java b/o.n.core/src/org/netbeans/core/NbProxySelector.java
index 11c8d3d..9587c1b 100644
--- a/o.n.core/src/org/netbeans/core/NbProxySelector.java
+++ b/o.n.core/src/org/netbeans/core/NbProxySelector.java
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ * Copyright 1997-2011 Oracle and/or its affiliates. All rights reserved.
  *
  * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  * Other names may be trademarks of their respective owners.
@@ -27,7 +27,7 @@
  * Contributor(s):
  *
  * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2011 Sun
  * Microsystems, Inc. All Rights Reserved.
  *
  * If you wish your version of this file to be governed by only the CDDL
@@ -72,113 +72,164 @@ import java.util.regex.PatternSyntaxException;
 public final class NbProxySelector extends ProxySelector {
     
     private ProxySelector original = null;
-    private static Logger log = Logger.getLogger (NbProxySelector.class.getName ());
+    private static final Logger LOG = Logger.getLogger (NbProxySelector.class.getName ());
     private static Object useSystemProxies;
         
     /** Creates a new instance of NbProxySelector */
     public NbProxySelector () {
         original = ProxySelector.getDefault ();
         if (original == null) {
-            log.warning ("No default system ProxySelector was found thus NetBeans ProxySelector won't delegate on it");
+            LOG.warning ("No default system ProxySelector was found thus NetBeans ProxySelector won't delegate on it");
         } else {
-            log.fine ("Override the original ProxySelector: " + original);
+            LOG.fine ("Override the original ProxySelector: " + original);
         }
-        log.fine ("java.net.useSystemProxies has been set to " + useSystemProxies ());
-        log.fine ("In launcher was detected netbeans.system_http_proxy: " + System.getProperty ("netbeans.system_http_proxy", "N/A"));
-        log.fine ("In launcher was detected netbeans.system_socks_proxy: " + System.getProperty ("netbeans.system_socks_proxy", "N/A"));
+        LOG.fine ("java.net.useSystemProxies has been set to " + useSystemProxies ());
+        LOG.fine ("In launcher was detected netbeans.system_http_proxy: " + System.getProperty ("netbeans.system_http_proxy", "N/A"));
+        LOG.fine ("In launcher was detected netbeans.system_socks_proxy: " + System.getProperty ("netbeans.system_socks_proxy", "N/A"));
         ProxySettings.addPreferenceChangeListener (new ProxySettingsListener ());
         copySettingsToSystem ();
     }
     
+    @Override
     public List<Proxy> select(URI uri) {
         List<Proxy> res = new ArrayList<Proxy> ();
         int proxyType = ProxySettings.getProxyType ();
-        if (ProxySettings.DIRECT_CONNECTION == proxyType) {
-            res = Collections.singletonList (Proxy.NO_PROXY);
-        } else if (ProxySettings.AUTO_DETECT_PROXY == proxyType) {
-            if (useSystemProxies ()) {
-                if (original != null) {
-                    res = original.select (uri);                   
+        switch (proxyType) {
+            case ProxySettings.DIRECT_CONNECTION:
+                res = Collections.singletonList (Proxy.NO_PROXY);
+                break;
+            case ProxySettings.AUTO_DETECT_PROXY:
+                if (useSystemProxies ()) {
+                    if (original != null) {
+                        res = original.select (uri);                   
+                    }
+                } else {
+                    String protocol = uri.getScheme ();
+                    assert protocol != null : "Invalid scheme of uri " + uri + ". Scheme cannot be null!";
+                    if (dontUseProxy (ProxySettings.SystemProxySettings.getNonProxyHosts (), uri.getHost ())) {
+                        res.add (Proxy.NO_PROXY);
+                    }
+                    if (protocol.toLowerCase (Locale.US).startsWith("http")) {
+                        String ports = ProxySettings.SystemProxySettings.getHttpPort ();
+                        if (ports != null && ports.length () > 0 && ProxySettings.SystemProxySettings.getHttpHost ().length () > 0) {
+                            int porti = Integer.parseInt(ports);
+                            Proxy p = new Proxy (Proxy.Type.HTTP,  new InetSocketAddress (ProxySettings.SystemProxySettings.getHttpHost (), porti));
+                            res.add (p);
+                        }
+                    } else { // supposed SOCKS
+                        String ports = ProxySettings.SystemProxySettings.getSocksPort ();
+                        String hosts = ProxySettings.SystemProxySettings.getSocksHost ();
+                        if (ports != null && ports.length () > 0 && hosts.length () > 0) {
+                            int porti = Integer.parseInt(ports);
+                            Proxy p = new Proxy (Proxy.Type.SOCKS,  new InetSocketAddress (hosts, porti));
+                            res.add (p);
+                        }
+                    }
+                    if (original != null) {
+                        res.addAll (original.select (uri));
+                    }
                 }
-            } else {
+                break;
+            case ProxySettings.MANUAL_SET_PROXY:
                 String protocol = uri.getScheme ();
                 assert protocol != null : "Invalid scheme of uri " + uri + ". Scheme cannot be null!";
-                if (dontUseProxy (ProxySettings.SystemProxySettings.getNonProxyHosts (), uri.getHost ())) {
+
+                // handling nonProxyHosts first
+                if (dontUseProxy (ProxySettings.getNonProxyHosts (), uri.getHost ())) {
                     res.add (Proxy.NO_PROXY);
                 }
                 if (protocol.toLowerCase (Locale.US).startsWith("http")) {
-                    String ports = ProxySettings.SystemProxySettings.getHttpPort ();
-                    if (ports != null && ports.length () > 0 && ProxySettings.SystemProxySettings.getHttpHost ().length () > 0) {
+                    String hosts = ProxySettings.getHttpHost ();
+                    String ports = ProxySettings.getHttpPort ();
+                    if (ports != null && ports.length () > 0 && hosts.length () > 0) {
                         int porti = Integer.parseInt(ports);
-                        Proxy p = new Proxy (Proxy.Type.HTTP,  new InetSocketAddress (ProxySettings.SystemProxySettings.getHttpHost (), porti));
+                        Proxy p = new Proxy (Proxy.Type.HTTP,  new InetSocketAddress (hosts, porti));
                         res.add (p);
+                    } else {
+                        LOG.info ("Incomplete HTTP Proxy [" + hosts + "/" + ports + "] found in ProxySelector[Type: " + ProxySettings.getProxyType () + "] for uri " + uri + ". ");
+                        if (original != null) {
+                            LOG.finest ("Fallback to the default ProxySelector which returns " + original.select (uri));
+                            res.addAll (original.select (uri));
+                        }
                     }
                 } else { // supposed SOCKS
-                    String ports = ProxySettings.SystemProxySettings.getSocksPort ();
-                    String hosts = ProxySettings.SystemProxySettings.getSocksHost ();
+                    String ports = ProxySettings.getSocksPort ();
+                    String hosts = ProxySettings.getSocksHost ();
                     if (ports != null && ports.length () > 0 && hosts.length () > 0) {
                         int porti = Integer.parseInt(ports);
                         Proxy p = new Proxy (Proxy.Type.SOCKS,  new InetSocketAddress (hosts, porti));
                         res.add (p);
+                    } else {
+                        LOG.info ("Incomplete SOCKS Server [" + hosts + "/" + ports + "] found in ProxySelector[Type: " + ProxySettings.getProxyType () + "] for uri " + uri + ". ");
+                        if (original != null) {
+                            LOG.finest ("Fallback to the default ProxySelector which returns " + original.select (uri));
+                            res.addAll (original.select (uri));
+                        }
                     }
                 }
-                if (original != null) {
-                    res.addAll (original.select (uri));
-                }
-            }
-        } else if (ProxySettings.MANUAL_SET_PROXY == proxyType) {
-            String protocol = uri.getScheme ();
-            assert protocol != null : "Invalid scheme of uri " + uri + ". Scheme cannot be null!";
-            
-            // handling nonProxyHosts first
-            if (dontUseProxy (ProxySettings.getNonProxyHosts (), uri.getHost ())) {
                 res.add (Proxy.NO_PROXY);
-            }
-            if (protocol.toLowerCase (Locale.US).startsWith("http")) {
-                String hosts = ProxySettings.getHttpHost ();
-                String ports = ProxySettings.getHttpPort ();
-                if (ports != null && ports.length () > 0 && hosts.length () > 0) {
-                    int porti = Integer.parseInt(ports);
-                    Proxy p = new Proxy (Proxy.Type.HTTP,  new InetSocketAddress (hosts, porti));
-                    res.add (p);
-                } else {
-                    log.info ("Incomplete HTTP Proxy [" + hosts + "/" + ports + "] found in ProxySelector[Type: " + ProxySettings.getProxyType () + "] for uri " + uri + ". ");
+                break;
+            case ProxySettings.AUTO_DETECT_PAC:
+                if (useSystemProxies ()) {
                     if (original != null) {
-                        log.finest ("Fallback to the default ProxySelector which returns " + original.select (uri));
-                        res.addAll (original.select (uri));
+                        res = original.select (uri);                   
                     }
-                }
-            } else { // supposed SOCKS
-                String ports = ProxySettings.getSocksPort ();
-                String hosts = ProxySettings.getSocksHost ();
-                if (ports != null && ports.length () > 0 && hosts.length () > 0) {
-                    int porti = Integer.parseInt(ports);
-                    Proxy p = new Proxy (Proxy.Type.SOCKS,  new InetSocketAddress (hosts, porti));
-                    res.add (p);
                 } else {
-                    log.info ("Incomplete SOCKS Server [" + hosts + "/" + ports + "] found in ProxySelector[Type: " + ProxySettings.getProxyType () + "] for uri " + uri + ". ");
-                    if (original != null) {
-                        log.finest ("Fallback to the default ProxySelector which returns " + original.select (uri));
-                        res.addAll (original.select (uri));
+                    // handling nonProxyHosts first
+                    if (dontUseProxy (ProxySettings.getNonProxyHosts (), uri.getHost ())) {
+                        res.add (Proxy.NO_PROXY);
+                    }
+                    ProxyAutoConfig pac = ProxyAutoConfig.get(getPacFile());
+                    assert pac != null : "Instance of ProxyAutoConfig found for " + getPacFile();
+                    if (pac == null) {
+                        LOG.finest ("No instance of ProxyAutoConfig(" + getPacFile() + ") for URI " + uri);
+                        res.add(Proxy.NO_PROXY);
+                    }
+                    if (pac.getPacURI().getHost() == null || pac.getPacURI().getHost().equals(uri.getHost())) {
+                        LOG.finest("Malformed PAC URI " + pac.getPacURI() + " for URI " + uri);
+                        res.add(Proxy.NO_PROXY);
+                    } else {
+                        res.addAll(ProxyAutoConfig.get(getPacFile()).findProxyForURL(uri)); // NOI18N
                     }
                 }
-            }
-            res.add (Proxy.NO_PROXY);
-        } else {
-            assert false : "Invalid proxy type: " + ProxySettings.getProxyType ();
+                res.add (Proxy.NO_PROXY);
+                break;
+            case ProxySettings.MANUAL_SET_PAC:
+                // handling nonProxyHosts first
+                if (dontUseProxy (ProxySettings.getNonProxyHosts (), uri.getHost ())) {
+                    res.add (Proxy.NO_PROXY);
+                }
+                ProxyAutoConfig pac = ProxyAutoConfig.get(getPacFile());
+                assert pac != null : "Instance of ProxyAutoConfig found for " + getPacFile();
+                if (pac == null) {
+                    LOG.finest ("No instance of ProxyAutoConfig(" + getPacFile() + ") for URI " + uri);
+                    res.add(Proxy.NO_PROXY);
+                }
+                if (pac.getPacURI().getHost() == null || pac.getPacURI().getHost().equals(uri.getHost())) {
+                    LOG.finest("Malformed PAC URI " + pac.getPacURI() + " for URI " + uri);
+                    res.add(Proxy.NO_PROXY);
+                } else {
+                    res.addAll(ProxyAutoConfig.get(getPacFile()).findProxyForURL(uri)); // NOI18N
+                }
+                res.add (Proxy.NO_PROXY);
+                break;
+            default:
+                assert false : "Invalid proxy type: " + proxyType;
         }
-        log.finest ("NbProxySelector[Type: " + ProxySettings.getProxyType () +
+        LOG.finest ("NbProxySelector[Type: " + ProxySettings.getProxyType () +
                 ", Use HTTP for all protocols: " + ProxySettings.useProxyAllProtocols ()+
                 "] returns " + res + " for URI " + uri);
         return res;
     }
     
+    @Override
     public void connectFailed (URI arg0, SocketAddress arg1, IOException arg2) {
-        log.log  (Level.INFO, "connectionFailed(" + arg0 + ", " + arg1 +")", arg2);
+        LOG.log  (Level.INFO, "connectionFailed(" + arg0 + ", " + arg1 +")", arg2);
     }
-    
+
     // several modules listenes on these properties and propagates it futher
     private class ProxySettingsListener implements PreferenceChangeListener {
+        @Override
         public void preferenceChange(PreferenceChangeEvent evt) {
             if (evt.getKey ().startsWith ("proxy") || evt.getKey ().startsWith ("useProxy")) {
                 copySettingsToSystem ();
@@ -191,32 +242,54 @@ public final class NbProxySelector extends ProxySelector {
         String sHost = null, sPort = null;
         String httpsHost = null, httpsPort = null;
         int proxyType = ProxySettings.getProxyType ();
-        if (ProxySettings.DIRECT_CONNECTION == proxyType) {
-            host = null;
-            port = null;
-            httpsHost = null;
-            httpsPort = null;
-            nonProxyHosts = null;
-            sHost = null;
-            sPort = null;
-        } else if (ProxySettings.AUTO_DETECT_PROXY == proxyType) {
-            host = ProxySettings.SystemProxySettings.getHttpHost ();
-            port = ProxySettings.SystemProxySettings.getHttpPort ();
-            httpsHost = ProxySettings.SystemProxySettings.getHttpsHost ();
-            httpsPort = ProxySettings.SystemProxySettings.getHttpsPort ();
-            nonProxyHosts = ProxySettings.SystemProxySettings.getNonProxyHosts ();
-            sHost = ProxySettings.SystemProxySettings.getSocksHost ();
-            sPort = ProxySettings.SystemProxySettings.getSocksPort ();
-        } else if (ProxySettings.MANUAL_SET_PROXY == proxyType) {
-            host = ProxySettings.getHttpHost ();
-            port = ProxySettings.getHttpPort ();
-            httpsHost = ProxySettings.getHttpsHost ();
-            httpsPort = ProxySettings.getHttpsPort ();
-            nonProxyHosts = ProxySettings.getNonProxyHosts ();
-            sHost = ProxySettings.getSocksHost ();
-            sPort = ProxySettings.getSocksPort ();
-        } else {
-            assert false : "Invalid proxy type: " + proxyType;
+        switch (proxyType) {
+            case ProxySettings.DIRECT_CONNECTION:
+                host = null;
+                port = null;
+                httpsHost = null;
+                httpsPort = null;
+                nonProxyHosts = null;
+                sHost = null;
+                sPort = null;
+                break;
+            case ProxySettings.AUTO_DETECT_PROXY:
+                host = ProxySettings.SystemProxySettings.getHttpHost ();
+                port = ProxySettings.SystemProxySettings.getHttpPort ();
+                httpsHost = ProxySettings.SystemProxySettings.getHttpsHost ();
+                httpsPort = ProxySettings.SystemProxySettings.getHttpsPort ();
+                sHost = ProxySettings.SystemProxySettings.getSocksHost ();
+                sPort = ProxySettings.SystemProxySettings.getSocksPort ();
+                ProxySettings.SystemProxySettings.getNonProxyHosts ();
+                break;
+            case ProxySettings.MANUAL_SET_PROXY:
+                host = ProxySettings.getHttpHost ();
+                port = ProxySettings.getHttpPort ();
+                httpsHost = ProxySettings.getHttpsHost ();
+                httpsPort = ProxySettings.getHttpsPort ();
+                nonProxyHosts = ProxySettings.getNonProxyHosts ();
+                sHost = ProxySettings.getSocksHost ();
+                sPort = ProxySettings.getSocksPort ();
+                break;
+            case ProxySettings.AUTO_DETECT_PAC:
+                host = null;
+                port = null;
+                httpsHost = null;
+                httpsPort = null;
+                ProxySettings.SystemProxySettings.getNonProxyHosts ();
+                sHost = null;
+                sPort = null;
+                break;
+            case ProxySettings.MANUAL_SET_PAC:
+                host = null;
+                port = null;
+                httpsHost = null;
+                httpsPort = null;
+                ProxySettings.getNonProxyHosts ();
+                sHost = null;
+                sPort = null;
+                break;
+            default:
+                assert false : "Invalid proxy type: " + proxyType;
         }
         setOrClearProperty ("http.proxyHost", host, false);
         setOrClearProperty ("http.proxyPort", port, true);
@@ -226,9 +299,9 @@ public final class NbProxySelector extends ProxySelector {
         setOrClearProperty ("https.nonProxyHosts", nonProxyHosts, false);
         setOrClearProperty ("socksProxyHost", sHost, false);
         setOrClearProperty ("socksProxyPort", sPort, true);
-        log.fine ("Set System's http.proxyHost/Port/NonProxyHost to " + host + "/" + port + "/" + nonProxyHosts);
-        log.fine ("Set System's https.proxyHost/Port to " + httpsHost + "/" + httpsPort);
-        log.fine ("Set System's socksProxyHost/Port to " + sHost + "/" + sPort);
+        LOG.fine ("Set System's http.proxyHost/Port/NonProxyHost to " + host + "/" + port + "/" + nonProxyHosts);
+        LOG.fine ("Set System's https.proxyHost/Port to " + httpsHost + "/" + httpsPort);
+        LOG.fine ("Set System's socksProxyHost/Port to " + sHost + "/" + sPort);
     }
     
     private void setOrClearProperty (String key, String value, boolean isInteger) {
@@ -240,7 +313,7 @@ public final class NbProxySelector extends ProxySelector {
                 try {
                     Integer.parseInt (value);
                 } catch (NumberFormatException nfe) {
-                    log.log (Level.INFO, nfe.getMessage(), nfe);
+                    LOG.log (Level.INFO, nfe.getMessage(), nfe);
                 }
             }
             System.setProperty (key, value);
@@ -266,19 +339,25 @@ public final class NbProxySelector extends ProxySelector {
         boolean dontUseProxy = false;
         StringTokenizer st = new StringTokenizer (nonProxyHosts, "|", false);
         while (st.hasMoreTokens () && !dontUseProxy) {
-            String token = st.nextToken ();
+            String token = st.nextToken ().trim();
             int star = token.indexOf ("*");
             if (star == -1) {
                 dontUseProxy = token.equals (host);
                 if (dontUseProxy) {
-                    log.finest ("NbProxySelector[Type: " + ProxySettings.getProxyType () + "]. Host " + host + " found in nonProxyHosts: " + nonProxyHosts);                    
+                    LOG.finest ("NbProxySelector[Type: " + ProxySettings.getProxyType () + "]. Host " + host + " found in nonProxyHosts: " + nonProxyHosts);
                 }
             } else {
                 String start = token.substring (0, star - 1 < 0 ? 0 : star - 1);
                 String end = token.substring (star + 1 > token.length () ? token.length () : star + 1);
-                dontUseProxy = host.startsWith(start) && host.endsWith(end);
+
+                //Compare left of * if and only if * is not first character in token
+                boolean compareStart = star > 0; // not first character
+                //Compare right of * if and only if * is not the last character in token
+                boolean compareEnd = star < (token.length() - 1); // not last character
+                dontUseProxy = (compareStart && host.startsWith(start)) || (compareEnd && host.endsWith(end));
+
                 if (dontUseProxy) {
-                    log.finest ("NbProxySelector[Type: " + ProxySettings.getProxyType () + "]. Host " + host + " found in nonProxyHosts: " + nonProxyHosts);                    
+                    LOG.finest ("NbProxySelector[Type: " + ProxySettings.getProxyType () + "]. Host " + host + " found in nonProxyHosts: " + nonProxyHosts);
                 }
             }
         }
@@ -292,7 +371,7 @@ public final class NbProxySelector extends ProxySelector {
         try {
             ip = InetAddress.getByName (host).getHostAddress ();
         } catch (UnknownHostException ex) {
-            log.log (Level.FINE, ex.getLocalizedMessage (), ex);
+            LOG.log (Level.FINE, ex.getLocalizedMessage (), ex);
         }
         
         if (ip == null) {
@@ -302,19 +381,19 @@ public final class NbProxySelector extends ProxySelector {
         boolean dontUseProxy = false;
         StringTokenizer st = new StringTokenizer (nonProxyHosts, "|", false);
         while (st.hasMoreTokens () && !dontUseProxy) {
-            String nonProxyHost = st.nextToken ();
+            String nonProxyHost = st.nextToken ().trim();
             int star = nonProxyHost.indexOf ("*");
             if (star == -1) {
                 dontUseProxy = nonProxyHost.equals (ip);
                 if (dontUseProxy) {
-                    log.finest ("NbProxySelector[Type: " + ProxySettings.getProxyType () + "]. Host's IP " + ip + " found in nonProxyHosts: " + nonProxyHosts);
+                    LOG.finest ("NbProxySelector[Type: " + ProxySettings.getProxyType () + "]. Host's IP " + ip + " found in nonProxyHosts: " + nonProxyHosts);
                 }
             } else {
                 // match with given dotted-quad IP
                 try {
                     dontUseProxy = Pattern.matches (nonProxyHost, ip);
                     if (dontUseProxy) {
-                        log.finest ("NbProxySelector[Type: " + ProxySettings.getProxyType () + "]. Host's IP" + ip + " found in nonProxyHosts: " + nonProxyHosts);
+                        LOG.finest ("NbProxySelector[Type: " + ProxySettings.getProxyType () + "]. Host's IP" + ip + " found in nonProxyHosts: " + nonProxyHosts);
                     }
                 } catch (PatternSyntaxException pse) {
                     // may ignore it here
@@ -328,13 +407,25 @@ public final class NbProxySelector extends ProxySelector {
     static boolean useSystemProxies () {
         if (useSystemProxies == null) {
             try {
-                Class clazz = Class.forName ("sun.net.NetProperties");
+                Class<?> clazz = Class.forName ("sun.net.NetProperties");
                 Method getBoolean = clazz.getMethod ("getBoolean", String.class);
                 useSystemProxies = getBoolean.invoke (null, "java.net.useSystemProxies");
             } catch (Exception x) {
-                log.log (Level.FINEST, "Cannot get value of java.net.useSystemProxies bacause " + x.getMessage(), x);
+                LOG.log (Level.FINEST, "Cannot get value of java.net.useSystemProxies bacause " + x.getMessage(), x);
             }
         }
         return useSystemProxies != null && "true".equalsIgnoreCase (useSystemProxies.toString ());
     }
+    
+    static boolean usePAC() {
+        String s = System.getProperty ("netbeans.system_http_proxy"); // NOI18N
+        boolean usePAC = s != null && s.startsWith(ProxySettings.PAC);
+        return usePAC;
+    }
+    
+    private static String getPacFile() {
+        String init = System.getProperty("netbeans.system_http_proxy"); // NOI18N
+        return init.substring(4).trim();
+    }
+    
 }
diff --git a/o.n.core/src/org/netbeans/core/NbURLDisplayer.java b/o.n.core/src/org/netbeans/core/NbURLDisplayer.java
index 5ab50a9..3638026 100644
--- a/o.n.core/src/org/netbeans/core/NbURLDisplayer.java
+++ b/o.n.core/src/org/netbeans/core/NbURLDisplayer.java
@@ -48,6 +48,7 @@ import java.awt.Component;
 import java.awt.Desktop;
 import java.beans.PropertyChangeListener;
 import java.beans.PropertyChangeSupport;
+import java.net.MalformedURLException;
 import java.net.URL;
 import java.util.logging.Level;
 import java.util.logging.Logger;
@@ -57,6 +58,8 @@ import org.netbeans.core.ui.SwingBrowser;
 import org.openide.awt.HtmlBrowser.Factory;
 import org.openide.awt.HtmlBrowser.Impl;
 import org.openide.awt.HtmlBrowser.URLDisplayer;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.URLMapper;
 import org.openide.util.Exceptions;
 import org.openide.util.Lookup;
 import org.openide.util.LookupEvent;
@@ -212,10 +215,11 @@ public final class NbURLDisplayer extends URLDisplayer {
                 private URL url;
                 public @Override void setURL(URL url) {
                     this.url = url;
+                    URL url2 = externalize(url);
                     try {
-                        desktop.browse(url.toURI());
+                        desktop.browse(url2.toURI());
                     } catch (Exception x) {
-                        Logger.getLogger(NbURLDisplayer.class.getName()).log(Level.INFO, "showing: " + url, x);
+                        Logger.getLogger(NbURLDisplayer.class.getName()).log(Level.INFO, "showing: " + url2, x);
                     }
                 }
                 public @Override URL getURL() {
@@ -242,6 +246,39 @@ public final class NbURLDisplayer extends URLDisplayer {
                 public @Override void showHistory() {}
             };
         }
+        // Adapted from org.netbeans.modules.extbrowser.URLUtil. Useful in conjunction with o.n.m.httpserver.
+        private static URL externalize(URL u) {
+            String proto = u.getProtocol();
+            // Standard browser *might* handle jar protocol, but cannot be relied upon.
+            if (proto == null || proto.equals("file") || proto.equals("http") || proto.equals("https")) { // NOI18N
+                return u;
+            }
+            // Possibly internal protocol; try to convert to an external form, useful e.g. with httpserver module.
+            FileObject f = URLMapper.findFileObject(u);
+            if (f == null) {
+                // Oh well, hope for the best.
+                return u;
+            }
+            URL u2 = URLMapper.findURL(f, URLMapper.NETWORK);
+            if (u2 == null) {
+                // Again, hope for the best.
+                return u;
+            }
+            try {
+                String query = u.getQuery();
+                if (query != null) {
+                    u2 = new URL(u2, "?" + query); // XXX encoding?
+                }
+                String anchor = u.getRef();
+                if (anchor != null) {
+                    u2 = new URL(u2, "#" + anchor); // XXX encoding?
+                }
+            } catch (MalformedURLException x) {
+                // Query/anchor might have been important.
+                return u;
+            }
+            return u2;
+        }
     }
 
 }
diff --git a/o.n.core/src/org/netbeans/core/NotifyExcPanel.java b/o.n.core/src/org/netbeans/core/NotifyExcPanel.java
index 55e9540..9c6b1c1 100644
--- a/o.n.core/src/org/netbeans/core/NotifyExcPanel.java
+++ b/o.n.core/src/org/netbeans/core/NotifyExcPanel.java
@@ -151,7 +151,8 @@ public final class NotifyExcPanel extends JPanel implements ActionListener {
             }
         };
         output.setEditable(false);
-        output.setFont(new Font("Monospaced", Font.PLAIN, output.getFont().getSize() + 1)); // NOI18N
+        Font f = output.getFont();
+        output.setFont(new Font("Monospaced", Font.PLAIN, null == f ? 12 : f.getSize() + 1)); // NOI18N
         output.setForeground(UIManager.getColor("Label.foreground")); // NOI18N
         output.setBackground(UIManager.getColor("Label.background")); // NOI18N
 
diff --git a/o.n.core/src/org/netbeans/core/ProxyAutoConfig.java b/o.n.core/src/org/netbeans/core/ProxyAutoConfig.java
new file mode 100644
index 0000000..ed60331
--- /dev/null
+++ b/o.n.core/src/org/netbeans/core/ProxyAutoConfig.java
@@ -0,0 +1,334 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2011 Sun Microsystems, Inc.
+ */
+package org.netbeans.core;
+
+import java.io.BufferedReader;
+import java.io.FileNotFoundException;
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.InputStreamReader;
+import java.io.Reader;
+import java.net.InetSocketAddress;
+import java.net.MalformedURLException;
+import java.net.Proxy;
+import java.net.URI;
+import java.net.URISyntaxException;
+import java.net.URL;
+import java.net.URLConnection;
+import java.util.Arrays;
+import java.util.Collections;
+import java.util.HashMap;
+import java.util.LinkedList;
+import java.util.List;
+import java.util.Map;
+import java.util.StringTokenizer;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import javax.script.Invocable;
+import javax.script.ScriptEngine;
+import javax.script.ScriptEngineManager;
+import javax.script.ScriptException;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+import org.openide.filesystems.URLMapper;
+import org.openide.util.RequestProcessor;
+import org.openide.util.RequestProcessor.Task;
+
+/**
+ *
+ * @author Jirka Rechtacek
+ */
+public class ProxyAutoConfig {
+
+    private static final Map<String, ProxyAutoConfig> file2pac = new HashMap<String, ProxyAutoConfig>(2);
+    private static RequestProcessor RP = new RequestProcessor(ProxyAutoConfig.class);
+    private static final String NS_PROXY_AUTO_CONFIG_URL = "nbinst://org.netbeans.core/modules/ext/nsProxyAutoConfig.js"; // NOI18N
+
+    public static synchronized ProxyAutoConfig get(String pacFile) {
+        if (file2pac.get(pacFile) == null) {
+            LOGGER.fine("Init ProxyAutoConfig for " + pacFile);
+            file2pac.put(pacFile, new ProxyAutoConfig(pacFile));
+        }
+        return file2pac.get(pacFile);
+    }
+    private static final Logger LOGGER = Logger.getLogger(ProxyAutoConfig.class.getName());
+    private Invocable inv = null;
+    private final Task initTask;
+    private final URI pacURI;
+
+    private ProxyAutoConfig(final String pacURL) {
+        assert file2pac.get(pacURL) == null : "Only once object for " + pacURL + " must exist.";
+        try {
+            pacURI = new URI(pacURL);
+        } catch (URISyntaxException ex) {
+            throw new IllegalArgumentException(pacURL + " throws " + ex, ex);
+        }
+        initTask = RP.post(new Runnable() {
+
+            @Override
+            public void run() {
+                initEngine(pacURL);
+            }
+        });
+    }
+
+    public URI getPacURI() {
+        return pacURI;
+    }
+
+    private void initEngine(String pacURL) {
+        InputStream pacIS;
+        try {
+            pacIS = downloadPAC(pacURL);
+        } catch (IOException ex) {
+            LOGGER.log(Level.INFO, "InputStream for " + pacURL + " throws " + ex, ex);
+            return;
+        }
+        assert pacIS != null : "No InputStream for " + pacURL;
+        if (pacIS == null) {
+            return ;
+        }
+        String utils = downloadUtils();
+        ScriptEngine eng;
+        try {
+            eng = evalPAC(pacIS, utils);
+        } catch (FileNotFoundException ex) {
+            LOGGER.log(Level.FINE, "While constructing ProxyAutoConfig thrown " + ex, ex);
+            return ;
+        } catch (ScriptException ex) {
+            LOGGER.log(Level.FINE, "While constructing ProxyAutoConfig thrown " + ex, ex);
+            return ;
+        } finally {
+            if (pacIS != null) {
+                try {
+                    pacIS.close();
+                } catch (IOException ex) {
+                    LOGGER.log(Level.FINE, "While closing PAC input stream thrown " + ex, ex);
+                }
+            }
+        }
+        assert eng != null : "JavaScri5pt engine cannot be null";
+        if (eng == null) {
+            LOGGER.log(Level.WARNING, "JavaScript engine cannot be null");
+            return ;
+        }
+        inv = (Invocable) eng;
+    }
+
+    @SuppressWarnings("unchecked")
+    public List<Proxy> findProxyForURL(URI u) {
+        assert initTask != null : "initTask has be to posted.";
+        if (!initTask.isFinished()) {
+            while (!initTask.isFinished()) {
+                try {
+                    RP.post(new Runnable() {
+
+                        @Override
+                        public void run() {
+                        }
+                    }).waitFinished(100);
+                } catch (InterruptedException ex) {
+                    LOGGER.log(Level.FINEST, ex.getMessage(), ex);
+                }
+            }
+        }
+        if (inv == null) {
+            return Collections.singletonList(Proxy.NO_PROXY);
+        }
+        Object proxies = null;
+        try {
+            proxies = inv.invokeFunction("FindProxyForURL", u.toString(), u.getHost()); // NOI18N
+        } catch (ScriptException ex) {
+            LOGGER.log(Level.FINE, "While invoking FindProxyForURL(" + u + ", " + u.getHost() + " thrown " + ex, ex);
+        } catch (NoSuchMethodException ex) {
+            LOGGER.log(Level.FINE, "While invoking FindProxyForURL(" + u + ", " + u.getHost() + " thrown " + ex, ex);
+        }
+        List<Proxy> res = analyzeResult(u, proxies);
+        if (res == null) {
+            LOGGER.info("findProxyForURL(" + u + ") returns null.");
+            res = Collections.emptyList();
+        }
+        LOGGER.fine("findProxyForURL(" + u + ") returns " + Arrays.asList(res));
+        return res;
+    }
+
+    private static InputStream downloadPAC(String pacURL) throws IOException {
+        InputStream is = null;
+        URL url = null;
+        try {
+            url = new URL(pacURL);
+        } catch (MalformedURLException ex) {
+            LOGGER.log(Level.INFO, "Malformed " + pacURL, ex);
+            return null;
+        }
+        URLConnection conn = url.openConnection(Proxy.NO_PROXY);
+        is = conn.getInputStream();
+        return is;
+    }
+
+    private static ScriptEngine evalPAC(InputStream is, String utils) throws FileNotFoundException, ScriptException {
+        ScriptEngineManager factory = new ScriptEngineManager();
+        ScriptEngine engine = factory.getEngineByName("JavaScript");
+        Reader pacReader = new InputStreamReader(is);
+        engine.eval(pacReader);
+        engine.eval(utils);
+        return engine;
+    }
+
+    private List<Proxy> analyzeResult(URI uri, Object proxiesString) {
+        if (proxiesString == null) {
+            LOGGER.fine("Null result for " + uri);
+            return null;
+        }
+        Proxy.Type proxyType;
+        String protocol = uri.getScheme();
+        assert protocol != null : "Invalid scheme of uri " + uri + ". Scheme cannot be null!";
+        if (protocol == null) {
+            return null;
+        } else {
+            if ("http".equals(protocol)) { // NOI18N
+                proxyType = Proxy.Type.HTTP;
+            } else {
+                proxyType = Proxy.Type.SOCKS;
+            }
+        }
+        StringTokenizer st = new StringTokenizer(proxiesString.toString(), ";"); //NOI18N
+        List<Proxy> proxies = new LinkedList<Proxy>();
+        while (st.hasMoreTokens()) {
+            String proxy = st.nextToken();
+            if (ProxySettings.DIRECT.equals(proxy.trim())) {
+                proxies.add(Proxy.NO_PROXY);
+            } else {
+                String host = getHost(proxy);
+                Integer port = getPort(proxy);
+                if (host != null && port != null) {
+                    proxies.add(new Proxy(proxyType, new InetSocketAddress(host, port)));
+                }
+            }
+        }
+        return proxies;
+    }
+
+    private static String getHost(String proxy) {
+        if (proxy.startsWith("PROXY ")) {
+            proxy = proxy.substring(6);
+        }
+        int i = proxy.lastIndexOf(":"); // NOI18N
+        if (i <= 0 || i >= proxy.length() - 1) {
+            LOGGER.info("No port in " + proxy);
+            return null;
+        }
+
+        String host = proxy.substring(0, i);
+
+        return ProxySettings.normalizeProxyHost(host);
+    }
+
+    private static Integer getPort(String proxy) {
+        if (proxy.startsWith("PROXY ")) {
+            proxy = proxy.substring(6);
+        }
+        int i = proxy.lastIndexOf(":"); // NOI18N
+        if (i <= 0 || i >= proxy.length() - 1) {
+            LOGGER.info("No port in " + proxy);
+            return null;
+        }
+
+        String port = proxy.substring(i + 1);
+        if (port.indexOf('/') >= 0) {
+            port = port.substring(0, port.indexOf('/'));
+        }
+
+        try {
+            return Integer.parseInt(port);
+        } catch (NumberFormatException ex) {
+            LOGGER.log(Level.INFO, ex.getLocalizedMessage(), ex);
+            return null;
+        }
+    }
+
+    private static String downloadUtils() {
+        StringBuilder builder = new StringBuilder();
+        BufferedReader reader = null;
+        // XXX why is the below not more simply:
+        // reader = new BufferedReader(new URL(NS_PROXY_AUTO_CONFIG_URL).openStream());
+        FileObject fo = null;
+        try {
+            try {
+                fo = URLMapper.findFileObject(new URL(NS_PROXY_AUTO_CONFIG_URL));
+            } catch (MalformedURLException ex) {
+                LOGGER.log(Level.INFO, ex.getMessage(), ex);
+            }
+            reader = new BufferedReader(new java.io.FileReader(FileUtil.toFile(fo)));
+        } catch (FileNotFoundException ex) {
+            LOGGER.log(Level.INFO, ex.getMessage(), ex);
+        }
+        try {
+            String line = null;
+            boolean doAppend = false;
+            while ((line = reader.readLine()) != null) {
+                line = line.trim();
+                if( line.startsWith("var pacUtils =") ) { //NOI18N
+                    doAppend = true;
+                }
+                if( !doAppend )
+                    continue;
+                if (line.endsWith("+")) { // NOI18N
+                    line = line.substring(0, line.length() - 1);
+                }
+                builder.append(line.replaceAll("\"", "").replaceAll("\\\\n", "").replaceAll("\\\\\\\\", "\\\\")); // NOI18N
+                builder.append(System.getProperty("line.separator")); // NOI18N
+            }
+        } catch (IOException ex) {
+            LOGGER.log(Level.INFO, "While downloading nsProxyAutoConfig.js thrown " + ex.getMessage(), ex);
+        } finally {
+            if (reader != null) {
+                try {
+                    reader.close();
+                } catch (IOException ex) {
+                    LOGGER.log(Level.FINE, ex.getMessage(), ex);
+                }
+            }
+        }
+        return builder.toString();
+    }
+}
diff --git a/o.n.core/src/org/netbeans/core/ProxySettings.java b/o.n.core/src/org/netbeans/core/ProxySettings.java
index e473a93..a28832c 100644
--- a/o.n.core/src/org/netbeans/core/ProxySettings.java
+++ b/o.n.core/src/org/netbeans/core/ProxySettings.java
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ * Copyright 1997-2011 Oracle and/or its affiliates. All rights reserved.
  *
  * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  * Other names may be trademarks of their respective owners.
@@ -27,7 +27,7 @@
  * Contributor(s):
  *
  * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2011 Sun
  * Microsystems, Inc. All Rights Reserved.
  *
  * If you wish your version of this file to be governed by only the CDDL
@@ -76,18 +76,25 @@ public class ProxySettings {
     public static final String PROXY_AUTHENTICATION_PASSWORD = "proxyAuthenticationPassword";
     public static final String USE_PROXY_ALL_PROTOCOLS = "useProxyAllProtocols";
     public static final String DIRECT = "DIRECT";
+    public static final String PAC = "PAC";
     
     private static String presetNonProxyHosts;
 
     /** No proxy is used to connect. */
     public static final int DIRECT_CONNECTION = 0;
     
-    /** Proxy setting is automaticaly detect in OS. */
+    /** Proxy setting is automatically detect in OS. */
     public static final int AUTO_DETECT_PROXY = 1; // as default
     
-    /** Manualy set proxy host and port. */
+    /** Manually set proxy host and port. */
     public static final int MANUAL_SET_PROXY = 2;
     
+    /** Proxy PAC file automatically detect in OS. */
+    public static final int AUTO_DETECT_PAC = 3;
+    
+    /** Proxy PAC file manually set. */
+    public static final int MANUAL_SET_PAC = 4;
+    
     private static Preferences getPreferences() {
         return NbPreferences.forModule (ProxySettings.class);
     }
@@ -133,11 +140,16 @@ public class ProxySettings {
     }
     
     public static String getNonProxyHosts () {
-        return getPreferences ().get (NOT_PROXY_HOSTS, getDefaultUserNonProxyHosts ());
+        String hosts = getPreferences ().get (NOT_PROXY_HOSTS, getDefaultUserNonProxyHosts ());
+        return compactNonProxyHosts(hosts);
     }
     
     public static int getProxyType () {
-        return getPreferences ().getInt (PROXY_TYPE, AUTO_DETECT_PROXY);
+        int type = getPreferences ().getInt (PROXY_TYPE, AUTO_DETECT_PROXY);
+        if (AUTO_DETECT_PROXY == type) {
+            type = NbProxySelector.usePAC() ? AUTO_DETECT_PAC : AUTO_DETECT_PROXY;
+        }
+        return type;
     }
     
     public static boolean useAuthentication () {
@@ -373,21 +385,34 @@ public class ProxySettings {
 
 
     // avoid duplicate hosts
-    private static String compactNonProxyHosts (String nonProxyHost) {
-        StringTokenizer st = new StringTokenizer (nonProxyHost, "|"); //NOI18N
-        Set<String> s = new HashSet<String> (); 
+    private static String compactNonProxyHosts (String hosts) {
+        StringTokenizer st = new StringTokenizer(hosts, ","); //NOI18N
+        StringBuilder nonProxyHosts = new StringBuilder();
+        while (st.hasMoreTokens()) {
+            String h = st.nextToken().trim();
+            if (h.length() == 0) {
+                continue;
+            }
+            if (nonProxyHosts.length() > 0) {
+                nonProxyHosts.append("|"); // NOI18N
+            }
+            nonProxyHosts.append(h);
+        }
+        st = new StringTokenizer (nonProxyHosts.toString(), "|"); //NOI18N
+        Set<String> set = new HashSet<String> (); 
         StringBuilder compactedProxyHosts = new StringBuilder();
         while (st.hasMoreTokens ()) {
             String t = st.nextToken ();
-            if (s.add (t.toLowerCase (Locale.US))) {
-                if (compactedProxyHosts.length() > 0)
+            if (set.add (t.toLowerCase (Locale.US))) {
+                if (compactedProxyHosts.length() > 0) {
                     compactedProxyHosts.append('|');
+                }
                 compactedProxyHosts.append(t);
             }
         }
         return compactedProxyHosts.toString();
     }
-
+    
     private static String addReguralToNonProxyHosts (String nonProxyHost) {
         StringTokenizer st = new StringTokenizer (nonProxyHost, "|");
         StringBuilder reguralProxyHosts = new StringBuilder();
@@ -404,7 +429,7 @@ public class ProxySettings {
         return reguralProxyHosts.toString();
     }
 
-    private static String normalizeProxyHost (String proxyHost) {
+    public static String normalizeProxyHost (String proxyHost) {
         if (proxyHost.toLowerCase (Locale.US).startsWith ("http://")) { // NOI18N
             return proxyHost.substring (7, proxyHost.length ());
         } else {
diff --git a/o.n.core/src/org/netbeans/core/TimableEventQueue.java b/o.n.core/src/org/netbeans/core/TimableEventQueue.java
index d826341..cacb005 100644
--- a/o.n.core/src/org/netbeans/core/TimableEventQueue.java
+++ b/o.n.core/src/org/netbeans/core/TimableEventQueue.java
@@ -58,6 +58,7 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 import javax.swing.Action;
 import javax.swing.JFrame;
+import javax.swing.JRootPane;
 import javax.swing.SwingUtilities;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileUtil;
@@ -76,7 +77,7 @@ import org.openide.windows.WindowManager;
 final class TimableEventQueue extends EventQueue 
 implements Runnable {
     private static final Logger LOG = Logger.getLogger(TimableEventQueue.class.getName());
-    static final RequestProcessor RP = new RequestProcessor("Timeable Event Queue Watch Dog", 1, true); // NOI18N
+    static final RequestProcessor RP = new RequestProcessor("Timeable Event Queue Watch Dog", 1, false); // NOI18N
     private static final int QUANTUM;
     private static final int REPORT;
     static {
@@ -97,14 +98,19 @@ implements Runnable {
     private volatile ActionListener stoppable;
     private volatile boolean isWaitCursor;
     static volatile Thread eq;
-    private final Frame mainWindow = WindowManager.getDefault().getMainWindow();
+    private final Frame mainWindow;
 
-    public TimableEventQueue() {
+    TimableEventQueue(Frame f) {
+        this.mainWindow = f;
         TIMEOUT = RP.create(this);
         TIMEOUT.setPriority(Thread.MIN_PRIORITY);
     }
 
     static void initialize() {
+        initialize(null, true);
+    }
+    static void initialize(final Frame f, final boolean defaultWindow) {
+        
         // #28536: make sure a JRE bug does not prevent the event queue from having
         // the right context class loader
         // and #35470: do it early, before any module-loaded AWT code might run
@@ -115,11 +121,15 @@ implements Runnable {
             Mutex.EVENT.writeAccess (new Mutex.Action<Void>() {
                 @Override
                 public Void run() {
+                    Frame use = f;
+                    if (defaultWindow && use == null) {
+                        use = WindowManager.getDefault().getMainWindow();
+                    }
                     ClassLoader scl = Lookup.getDefault().lookup(ClassLoader.class);
                     if (scl != null) {
                         Thread.currentThread().setContextClassLoader(scl);
                     }
-                    Toolkit.getDefaultToolkit().getSystemEventQueue().push(new TimableEventQueue());
+                    Toolkit.getDefaultToolkit().getSystemEventQueue().push(new TimableEventQueue(use));
                     LOG.fine("Initialization done");
                     return null;
                 }
@@ -132,16 +142,21 @@ implements Runnable {
     @Override
     protected void dispatchEvent(AWTEvent event) {
         eq = Thread.currentThread();
+        boolean scheduled = false;
         try {
-            tick("dispatchEvent"); // NOI18N
+            scheduled = tick("dispatchEvent"); // NOI18N
             super.dispatchEvent(event);
         } finally {
-            done();
+            if (scheduled) {
+                done();
+            }
         }
     }
 
     private void done() {
         TIMEOUT.cancel();
+        TIMEOUT.waitFinished();
+
         LOG.log(Level.FINE, "isWait cursor {0}", isWaitCursor); // NOI18N
         long r;
         if (isWaitCursor) {
@@ -172,13 +187,19 @@ implements Runnable {
         }
         return;
     }
+    
+    private boolean isShowing() {
+        return mainWindow == null || mainWindow.isShowing();
+    }
 
-    private void tick(String name) {
+    private boolean tick(String name) {
         start = System.currentTimeMillis();
-        if (start >= ignoreTill && mainWindow.isShowing()) {
+        if (start >= ignoreTill && isShowing()) {
             LOG.log(Level.FINEST, "tick, schedule a timer for {0}", name);
             TIMEOUT.schedule(QUANTUM);
+            return true;
         }
+        return false;
     }
 
     @Override
@@ -261,9 +282,12 @@ implements Runnable {
             return true;
         }
         if (w instanceof JFrame) {
-            Component glass = ((JFrame)w).getGlassPane();
-            if (glass.getCursor().getType() == Cursor.WAIT_CURSOR) {
-                return true;
+            JRootPane root = ((JFrame)w).getRootPane();
+            if (null != root) {
+                Component glass = root.getGlassPane();
+                if (null != glass && glass.getCursor().getType() == Cursor.WAIT_CURSOR) {
+                    return true;
+                }
             }
         }
         return false;
diff --git a/o.n.core/test/qa-functional/src/org/netbeans/core/validation/BytecodeTest.java b/o.n.core/test/qa-functional/src/org/netbeans/core/validation/BytecodeTest.java
index c65c151..a42234d 100644
--- a/o.n.core/test/qa-functional/src/org/netbeans/core/validation/BytecodeTest.java
+++ b/o.n.core/test/qa-functional/src/org/netbeans/core/validation/BytecodeTest.java
@@ -51,7 +51,6 @@ import java.util.Enumeration;
 import java.util.Set;
 import java.util.jar.JarEntry;
 import java.util.jar.JarFile;
-import junit.framework.*;
 import com.sun.org.apache.bcel.internal.classfile.ClassParser;
 import com.sun.org.apache.bcel.internal.classfile.DescendingVisitor;
 import com.sun.org.apache.bcel.internal.classfile.EmptyVisitor;
@@ -71,7 +70,6 @@ import java.util.TreeSet;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.loaders.DataLoader;
 import org.openide.loaders.DataLoaderPool;
 
@@ -87,12 +85,6 @@ public class BytecodeTest extends NbTestCase {
         super(testName);
     }
 
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(BytecodeTest.class);
-        
-        return suite;
-    }
-    
     @Override
     protected Level logLevel() {
         return Level.INFO;
@@ -285,7 +277,7 @@ public class BytecodeTest extends NbTestCase {
                 continue;
             
             if (f.getName().endsWith("servlet-2.2.jar") 
-                    || f.getName().endsWith("servlet2.5-jsp2.1-api.jar")
+                    || f.getName().endsWith("servlet3.0-jsp2.2-api.jar")
                     || f.getName().endsWith("javaee.jar")
                     || f.getName().endsWith("javac-impl-nb-7.0-b07.jar")
                     || f.getName().endsWith("jaxb-impl.jar")
@@ -394,7 +386,7 @@ public class BytecodeTest extends NbTestCase {
                 continue;
             
             if (f.getName().endsWith("servlet-2.2.jar") 
-                    || f.getName().endsWith("servlet2.5-jsp2.1-api.jar")
+                    || f.getName().endsWith("servlet3.0-jsp2.2-api.jar")
                     || f.getName().endsWith("cdc-pp-awt-layout.jar")) // #105314
                 continue;
                     
diff --git a/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ResourcesTest.java b/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ResourcesTest.java
index 56f9ebc..1b8f6cb 100644
--- a/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ResourcesTest.java
+++ b/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ResourcesTest.java
@@ -52,7 +52,6 @@ import java.io.IOException;
 import java.util.Enumeration;
 import java.util.jar.JarEntry;
 import java.util.jar.JarFile;
-import junit.framework.*;
 import java.util.Map;
 import java.util.SortedMap;
 import java.util.SortedSet;
@@ -64,9 +63,7 @@ import javax.imageio.ImageIO;
 import javax.imageio.ImageReadParam;
 import javax.imageio.ImageReader;
 import javax.imageio.stream.ImageInputStream;
-import org.netbeans.*;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 
 /** Tests for resources contained in modules.
  *
@@ -82,12 +79,6 @@ public class ResourcesTest extends NbTestCase {
         super(testName);
     }
 
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(ResourcesTest.class);
-        
-        return suite;
-    }
-    
     @Override
     protected Level logLevel() {
         return Level.INFO;
diff --git a/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateClassLinkageTest.java b/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateClassLinkageTest.java
index cbaa7fd..0d75b81 100644
--- a/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateClassLinkageTest.java
+++ b/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateClassLinkageTest.java
@@ -45,6 +45,9 @@
 package org.netbeans.core.validation;
 
 import java.io.File;
+import java.lang.management.ManagementFactory;
+import java.lang.management.MemoryMXBean;
+import java.lang.management.MemoryUsage;
 import java.net.URI;
 import java.net.URL;
 import java.util.HashMap;
@@ -54,6 +57,8 @@ import java.util.TreeMap;
 import java.util.TreeSet;
 import java.util.jar.JarEntry;
 import java.util.jar.JarFile;
+import junit.framework.Test;
+import org.netbeans.junit.NbModuleSuite;
 import org.netbeans.junit.NbTestCase;
 import org.openide.util.NbCollections;
 
@@ -63,7 +68,9 @@ import org.openide.util.NbCollections;
  */
 public class ValidateClassLinkageTest extends NbTestCase {
 
-    // XXX needs to be using NbModuleSuite to be meaningful
+    public static Test suite() {
+        return NbModuleSuite.create(NbModuleSuite.createConfiguration(ValidateClassLinkageTest.class).clusters("(?!extra$).*").enableModules(".*").gui(false).enableClasspathModules(false));
+    }
     
     public ValidateClassLinkageTest(String name) {
         super(name);
@@ -71,7 +78,7 @@ public class ValidateClassLinkageTest extends NbTestCase {
     
     /**
      * Try to load every class we can find.
-     * @see org.netbeans.core.modules.NbInstaller#preresolveClasses
+     * @see org.netbeans.core.startup.NbInstaller#preresolveClasses
      */
     public void testClassLinkage() throws Exception {
         ClassLoader l = Thread.currentThread().getContextClassLoader();
@@ -101,13 +108,27 @@ public class ValidateClassLinkageTest extends NbTestCase {
             try {
                 for (JarEntry entry : NbCollections.iterable(jarfile.entries())) {
                     String name = entry.getName();
-                    if (name.endsWith(".class")) {
-                        String clazz = name.substring(0, name.length() - 6).replace('/', '.');
-                        if (clazz.startsWith("javax.help.tagext.")) {
-                            // Servlet part of JavaHelp, which we don't use. Ignore.
-                            continue;
-                        }
-                        //System.err.println("class: " + clazz);
+                    if (!name.endsWith(".class")) {
+                        continue;
+                    }
+                    String clazz = name.substring(0, name.length() - 6).replace('/', '.');
+                    // Only check classes developed on nb.org; there will be numerous linkage errors among 3rd-party libraries, since we do not attempt to bundle every dependency.
+                    // XXX also include e.g. com.sun.collablet, com.sun.javacard, ...
+                    if (!clazz.matches("org[.](netbeans|openide)[.].+")) {
+                        continue;
+                    }
+                    if (clazz.matches("org[.]netbeans[.]core[.]osgi[.].+")) {
+                        continue; // links against OSGi core which is not in CP for whatever reason
+                    }
+                    if (clazz.matches("org[.]netbeans[.](modules[.](s2banttask|ide[.]ergonomics[.]ant)|mobility[.]antext)[.].+")) {
+                        continue; // links against ant.jar
+                    }
+                    if (clazz.equals("org.netbeans.modules.identity.server.manager.ui.NodeExtensionImpl")) {
+                        continue; // seems to be loaded specially w/ link against appsrvbridge.jar
+                    }
+                    if (clazz.equals("org.netbeans.modules.javacard.source.JavaCardErrorProcessor")) {
+                        continue; // seems to link against JDK 7 javac's AbstractTypeProcessor
+                    }
                         Throwable t = null;
                         try {
                             Class.forName(clazz, false, l);
@@ -122,12 +143,15 @@ public class ValidateClassLinkageTest extends NbTestCase {
                             errorsByClazz.put(clazz, t);
                             locationsByClass.put(clazz, jar);
                         }
-                    }
                 }
             } finally {
                 jarfile.close();
             }
         }
+        MemoryMXBean memoryBean = ManagementFactory.getMemoryMXBean();
+        MemoryUsage usage = memoryBean.getNonHeapMemoryUsage();
+        // Note MaxPermSize in project.properties:
+        System.err.println("Non-heap memory usage: " + (usage.getUsed() / 1024 / 1024) + "/" + (usage.getMax() / 1024 / 1024) + "M");
         if (!errorsByClazz.isEmpty()) {
             for (Map.Entry<String,Throwable> entry : errorsByClazz.entrySet()) {
                 String clazz = entry.getKey();
diff --git a/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateLayerConsistencyTest.java b/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateLayerConsistencyTest.java
index 39eaff7..d3d657c 100644
--- a/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateLayerConsistencyTest.java
+++ b/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateLayerConsistencyTest.java
@@ -89,8 +89,16 @@ import org.openide.loaders.DataFolder;
 import org.openide.loaders.DataObject;
 import org.openide.loaders.DataShadow;
 import org.openide.modules.Dependency;
+import org.openide.util.Enumerations;
 import org.openide.util.Lookup;
 import org.openide.util.Mutex;
+import org.openide.util.NbCollections;
+import org.openide.xml.EntityCatalog;
+import org.openide.xml.XMLUtil;
+import org.w3c.dom.Document;
+import org.w3c.dom.Element;
+import org.w3c.dom.NodeList;
+import org.xml.sax.InputSource;
 
 /** Checks consistency of System File System contents.
  */
@@ -143,9 +151,9 @@ public class ValidateLayerConsistencyTest extends NbTestCase {
         suite.addTest(NbModuleSuite.create(NbModuleSuite.createConfiguration(ValidateLayerConsistencyTest.class).
                 clusters("(?!ergonomics).*").enableClasspathModules(false).enableModules(".*").gui(false)));
         suite.addTest(NbModuleSuite.create(NbModuleSuite.createConfiguration(ValidateLayerConsistencyTest.class).
-                clusters("(platform|harness|ide|websvccommon|java|profiler|nb)[0-9.]*").enableClasspathModules(false).enableModules(".*").gui(false)));
+                clusters("platform|harness|ide|websvccommon|java|profiler|nb").enableClasspathModules(false).enableModules(".*").gui(false)));
         suite.addTest(NbModuleSuite.create(NbModuleSuite.createConfiguration(ValidateLayerConsistencyTest.class).
-                clusters("(platform|ide)[0-9.]*").enableClasspathModules(false).enableModules(".*").gui(false)));
+                clusters("platform|ide").enableClasspathModules(false).enableModules(".*").gui(false)));
         return suite;
     }
 
@@ -181,7 +189,8 @@ public class ValidateLayerConsistencyTest extends NbTestCase {
     public void testAreAttributesFine () {
         List<String> errors = new ArrayList<String>();
         
-        Enumeration<? extends FileObject> files = FileUtil.getConfigRoot().getChildren(true);
+        FileObject root = FileUtil.getConfigRoot();
+        Enumeration<? extends FileObject> files = Enumerations.concat(Enumerations.singleton(root), root.getChildren(true));
         while (files.hasMoreElements()) {
             FileObject fo = files.nextElement();
             
@@ -217,6 +226,10 @@ public class ValidateLayerConsistencyTest extends NbTestCase {
                     continue;
                 }
                 
+                if (name.indexOf('\\') != -1) {
+                    errors.add("File: " + fo.getPath() + " attribute name must not contain backslashes: " + name);
+                }
+                
                 Object attr = fo.getAttribute(name);
                 if (attr == null) {
                     CharSequence warning = Log.enable("", Level.WARNING);
@@ -719,17 +732,17 @@ public class ValidateLayerConsistencyTest extends NbTestCase {
 
         LayerCacheManager bcm = LayerCacheManager.manager(true);
         Logger err = Logger.getLogger("org.netbeans.core.projects.cache");
-        LayerParseHandler h = new LayerParseHandler();
+        TestHandler h = new TestHandler();
         err.addHandler(h);
         ByteArrayOutputStream os = new ByteArrayOutputStream();
         bcm.store(bcm.createEmptyFileSystem(), urls, os);
         assertNoErrors("No errors or warnings during layer parsing", h.errors);
     }
     
-    private static class LayerParseHandler extends Handler {
+    private static class TestHandler extends Handler {
         List<String> errors = new ArrayList<String>();
         
-        LayerParseHandler () {}
+        TestHandler () {}
         
         public @Override void publish(LogRecord rec) {
             if (Level.WARNING.equals(rec.getLevel()) || Level.SEVERE.equals(rec.getLevel())) {
@@ -747,7 +760,7 @@ public class ValidateLayerConsistencyTest extends NbTestCase {
     }
 
     public void testFolderOrdering() throws Exception {
-        LayerParseHandler h = new LayerParseHandler();
+        TestHandler h = new TestHandler();
         Logger.getLogger("org.openide.filesystems.Ordering").addHandler(h);
         Set<List<String>> editorMultiFolders = new HashSet<List<String>>();
         Pattern editorFolder = Pattern.compile("Editors/(application|text)/([^/]+)(/.+|$)");
@@ -918,5 +931,48 @@ public class ValidateLayerConsistencyTest extends NbTestCase {
         // XXX check for shortcut conflict between Shortcuts and each keymap, e.g. Ctrl-R in Eclipse keymap
         assertNoErrors("Some shortcuts were overridden by keymaps", warnings);
     }
+    
+    public void testNbinstHost() throws Exception {
+        TestHandler handler = new TestHandler();
+        Logger.getLogger("org.netbeans.core.startup.InstalledFileLocatorImpl").addHandler(handler);
+        FileObject libs = FileUtil.getConfigFile("org-netbeans-api-project-libraries/Libraries");
+        if (libs != null) {
+            for (FileObject lib : libs.getChildren()) {
+                Document doc = XMLUtil.parse(new InputSource(lib.getURL().toString()), true, false, XMLUtil.defaultErrorHandler(), EntityCatalog.getDefault());
+                NodeList nl = doc.getElementsByTagName("resource");
+                for (int i = 0; i < nl.getLength(); i++) {
+                    Element resource = (Element) nl.item(i);
+                    validateNbinstURL(new URL(XMLUtil.findText(resource)), handler, lib);
+                }
+            }
+        }
+        for (FileObject f : NbCollections.iterable(FileUtil.getConfigRoot().getChildren(true))) {
+            for (String attr : NbCollections.iterable(f.getAttributes())) {
+                Object val = f.getAttribute(attr);
+                if (val instanceof URL) {
+                    validateNbinstURL((URL) val, handler, f);
+                }
+            }
+        }
+        assertNoErrors("No improper nbinst URLs", handler.errors());
+    }
+    private void validateNbinstURL(URL u, TestHandler handler, FileObject f) {
+        URL u2 = FileUtil.getArchiveFile(u);
+        if (u2 != null) {
+            u = u2;
+        }
+        if ("nbinst".equals(u.getProtocol())) {
+            List<String> errors = handler.errors();
+            try {
+                int len = errors.size();
+                u.openStream().close();
+                if (errors.size() == len + 1) {
+                    errors.set(len, f.getPath() + ": " + errors.get(len));
+                }
+            } catch (IOException x) {
+                errors.add(f.getPath() + ": cannot open " + u + ": " + x);
+            }
+        }
+    }
 
 }
diff --git a/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateModulesTest.java b/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateModulesTest.java
new file mode 100644
index 0000000..da119ce
--- /dev/null
+++ b/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateModulesTest.java
@@ -0,0 +1,243 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2009 Sun Microsystems, Inc.
+ */
+package org.netbeans.core.validation;
+
+import java.io.ByteArrayInputStream;
+import java.io.File;
+import java.net.URL;
+import java.util.ArrayList;
+import java.util.HashSet;
+import java.util.List;
+import java.util.Map;
+import java.util.Set;
+import java.util.SortedMap;
+import java.util.SortedSet;
+import java.util.TreeSet;
+import java.util.jar.Attributes;
+import java.util.jar.Manifest;
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
+import junit.framework.Test;
+import junit.framework.TestSuite;
+import org.netbeans.Module;
+import org.netbeans.ModuleManager;
+import org.netbeans.core.startup.AutomaticDependencies;
+import org.netbeans.core.startup.ConsistencyVerifier;
+import org.netbeans.core.startup.Main;
+import org.netbeans.junit.NbModuleSuite;
+import org.netbeans.junit.NbTestCase;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+import org.openide.modules.Dependency;
+
+public class ValidateModulesTest extends NbTestCase {
+
+    static {
+        System.setProperty("java.awt.headless", "true");
+    }
+
+    public ValidateModulesTest(String n) {
+        super(n);
+    }
+
+    public static Test suite() {
+        TestSuite suite = new TestSuite();
+        suite.addTest(new ValidateModulesTest("clusterVersions"));
+        suite.addTest(NbModuleSuite.create(NbModuleSuite.createConfiguration(ValidateModulesTest.class).addTest("deprecatedModulesAreDisabled").
+                clusters("(?!extra$).*").enableModules(".*").honorAutoloadEager(true).gui(false).enableClasspathModules(false)));
+        suite.addTest(NbModuleSuite.create(NbModuleSuite.createConfiguration(ValidateModulesTest.class).
+                clusters(".*").enableModules(".*").honorAutoloadEager(true).gui(false).enableClasspathModules(false)));
+        suite.addTest(NbModuleSuite.create(NbModuleSuite.createConfiguration(ValidateModulesTest.class).
+                clusters("platform|harness|ide|websvccommon|java|profiler|nb").enableModules(".*").
+                honorAutoloadEager(true).gui(false).enableClasspathModules(false)));
+        suite.addTest(NbModuleSuite.create(NbModuleSuite.createConfiguration(ValidateModulesTest.class).
+                clusters("platform|harness|ide").enableModules(".*").honorAutoloadEager(true).gui(false).enableClasspathModules(false)));
+        return suite;
+    }
+
+    public void testInvisibleModules() throws Exception {
+        Set<Manifest> manifests = loadManifests();
+        Set<String> requiredBySomeone = new HashSet<String>();
+        for (Manifest m : manifests) {
+            String deps = m.getMainAttributes().getValue("OpenIDE-Module-Module-Dependencies");
+            if (deps != null) {
+                String identifier = "[\\p{javaJavaIdentifierStart}][\\p{javaJavaIdentifierPart}]*";
+                Matcher match = Pattern.compile(identifier + "(\\." + identifier + ")*").matcher(deps);
+                while (match.find()) {
+                    requiredBySomeone.add(match.group());
+                }
+            }
+        }
+        StringBuilder auVisibilityProblems = new StringBuilder();
+        String[] markers = {"autoload", "eager", "AutoUpdate-Show-In-Client", "AutoUpdate-Essential-Module"};
+        MODULE: for (Manifest m : manifests) {
+            String cnb = findCNB(m);
+            if (requiredBySomeone.contains(cnb)) {
+                continue;
+            }
+            Attributes attr = m.getMainAttributes();
+            for (String marker : markers) {
+                if ("true".equals(attr.getValue(marker))) {
+                    continue MODULE;
+                }
+            }
+            auVisibilityProblems.append("\n").append(cnb);
+        }
+        if (auVisibilityProblems.length() > 0) {
+            fail("Some regular modules (that no one depends on) neither AutoUpdate-Show-In-Client=true nor AutoUpdate-Essential-Module=true (thus unreachable through Plugin Manager)" + auVisibilityProblems);
+        }
+    }
+    
+    public void testPluginDisplay() throws Exception {
+        StringBuilder problems = new StringBuilder();
+        for (Module mod : Main.getModuleSystem().getManager().getModules()) {
+            if ("false".equals(mod.getAttribute("AutoUpdate-Show-In-Client"))) {
+                continue;
+            }
+            if (mod.getLocalizedAttribute("OpenIDE-Module-Display-Category") == null) {
+                problems.append('\n').append(mod.getCodeNameBase());
+            }
+        }
+        if (problems.length() > 0) {
+            fail("Some modules are AutoUpdate-Show-In-Client=true but have no specified OpenIDE-Module-Display-Category" + problems);
+        }
+    }
+
+    public void testConsistency() throws Exception {
+        Set<Manifest> manifests = loadManifests();
+        SortedMap<String,SortedSet<String>> problems = ConsistencyVerifier.findInconsistencies(manifests, null);
+        if (!problems.isEmpty()) {
+            StringBuilder message = new StringBuilder("Problems found with autoloads");
+            for (Map.Entry<String, SortedSet<String>> entry : problems.entrySet()) {
+                message.append("\nProblems found for module ").append(entry.getKey()).append(": ").append(entry.getValue());
+            }
+            fail(message.toString());
+        }
+    }
+
+    public void clusterVersions() throws Exception {
+        for (String clusterLocation : System.getProperty("cluster.path.final").split(File.pathSeparator)) {
+            File cluster = new File(clusterLocation);
+            if (cluster.getName().matches("ergonomics|harness|extra")) {
+                // Not used for module dependencies, so exempted.
+                continue;
+            }
+            if (cluster.isDirectory()) {
+                assertTrue("found a VERSION.txt in " + cluster, new File(cluster, "VERSION.txt").isFile());
+            }
+        }
+    }
+
+    public void testAutomaticDependenciesUnused() throws Exception {
+        List<URL> urls = new ArrayList<URL>();
+        for (FileObject kid : FileUtil.getConfigFile("ModuleAutoDeps").getChildren()) {
+            urls.add(kid.getURL());
+        }
+        StringBuilder problems = new StringBuilder();
+        AutomaticDependencies ad = AutomaticDependencies.parse(urls.toArray(new URL[urls.size()]));
+        for (Manifest m : loadManifests()) {
+            String cnb = findCNB(m);
+            AutomaticDependencies.Report r = ad.refineDependenciesAndReport(cnb,
+                    Dependency.create(Dependency.TYPE_MODULE, m.getMainAttributes().getValue("OpenIDE-Module-Module-Dependencies")));
+            if (r.isModified()) {
+                problems.append('\n').append(r);
+            }
+        }
+        if (problems.length() > 0) {
+            fail("Some modules need to upgrade their dependencies" + problems);
+        }
+    }
+
+    public void deprecatedModulesAreDisabled() {
+        Set<String> cnbs = new TreeSet<String>();
+        StringBuilder problems = new StringBuilder();
+        for (Module m : Main.getModuleSystem().getManager().getModules()) {
+            if ("true".equals(m.getAttribute("OpenIDE-Module-Deprecated"))) {
+                String cnb = m.getCodeNameBase();
+                if (cnb.equals("org.jdesktop.layout") || cnb.equals("org.netbeans.modules.editor.deprecated.pre65formatting")) {
+                    // Will take a while to fix, don't report as error now.
+                    continue;
+                }
+                cnbs.add(cnb);
+                if (m.isEnabled()) {
+                    problems.append('\n').append(cnb).append(" is deprecated and should not be enabled");
+                }
+            }
+        }
+        if (problems.length() > 0) {
+            fail("Some deprecated modules are in use" + problems);
+        } else {
+            System.out.println("Deprecated modules all correctly disabled: " + cnbs);
+        }
+    }
+
+    private static Set<Manifest> loadManifests() throws Exception {
+        ModuleManager mgr = Main.getModuleSystem().getManager();
+        Set<Manifest> manifests = new HashSet<Manifest>();
+        boolean foundJUnit = false;
+        for (Module m : mgr.getModules()) {
+            Manifest manifest = m.getManifest();
+            if (m.isAutoload()) {
+                manifest.getMainAttributes().putValue("autoload", "true");
+            } else if (m.isEager()) {
+                manifest.getMainAttributes().putValue("eager", "true");
+            }
+            manifests.add(manifest);
+            if ("org.netbeans.libs.junit4".equals(manifest.getMainAttributes().getValue("OpenIDE-Module"))) {
+                foundJUnit = true;
+            }
+        }
+        if (!foundJUnit) { // hack - pretend that this module is still in the platform cluster
+            manifests.add(new Manifest(new ByteArrayInputStream("OpenIDE-Module: org.netbeans.libs.junit4\nOpenIDE-Module-Specification-Version: 1.13\n\n".getBytes())));
+        }
+        return manifests;
+    }
+
+    private static String findCNB(Manifest m) {
+        String name = m.getMainAttributes().getValue("OpenIDE-Module");
+        if (name == null) {
+            throw new IllegalArgumentException();
+        }
+        return name.replaceFirst("/\\d+$", "");
+    }
+
+}
diff --git a/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateUpdateCenterTest.java b/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateUpdateCenterTest.java
deleted file mode 100644
index a77ed9e..0000000
--- a/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateUpdateCenterTest.java
+++ /dev/null
@@ -1,155 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- *
- * Contributor(s):
- *
- * Portions Copyrighted 2009 Sun Microsystems, Inc.
- */
-package org.netbeans.core.validation;
-
-import java.util.HashSet;
-import java.util.Map;
-import java.util.Set;
-import java.util.SortedMap;
-import java.util.SortedSet;
-import java.util.jar.Attributes;
-import java.util.jar.Manifest;
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-import junit.framework.Test;
-import junit.framework.TestSuite;
-import org.netbeans.Module;
-import org.netbeans.ModuleManager;
-import org.netbeans.core.startup.ConsistencyVerifier;
-import org.netbeans.core.startup.Main;
-import org.netbeans.junit.NbModuleSuite;
-import org.netbeans.junit.NbTestCase;
-
-/**
- * Checks that all modules in the distribution are suitably visible to Plugin Manager.
- */
-public class ValidateUpdateCenterTest extends NbTestCase {
-
-    static {
-        System.setProperty("java.awt.headless", "true");
-    }
-
-    public ValidateUpdateCenterTest(String n) {
-        super(n);
-    }
-
-    public static Test suite() {
-        TestSuite suite = new TestSuite();
-        suite.addTest(NbModuleSuite.create(NbModuleSuite.createConfiguration(ValidateUpdateCenterTest.class).
-                clusters(".*").enableModules(".*").honorAutoloadEager(true).gui(false).enableClasspathModules(false)));
-        suite.addTest(NbModuleSuite.create(NbModuleSuite.createConfiguration(ValidateUpdateCenterTest.class).
-                clusters("(platform|harness|ide|websvccommon|gsf|java|profiler|nb)[0-9.]*").enableModules(".*").
-                honorAutoloadEager(true).gui(false).enableClasspathModules(false)));
-        suite.addTest(NbModuleSuite.create(NbModuleSuite.createConfiguration(ValidateUpdateCenterTest.class).
-                clusters("(platform|harness|ide)[0-9.]*").enableModules(".*").honorAutoloadEager(true).gui(false).enableClasspathModules(false)));
-        return suite;
-    }
-
-    public void testInvisibleModules() throws Exception {
-        Set<Manifest> manifests = loadManifests();
-        Set<String> requiredBySomeone = new HashSet<String>();
-        for (Manifest m : manifests) {
-            String deps = m.getMainAttributes().getValue("OpenIDE-Module-Module-Dependencies");
-            if (deps != null) {
-                String identifier = "[\\p{javaJavaIdentifierStart}][\\p{javaJavaIdentifierPart}]*";
-                Matcher match = Pattern.compile(identifier + "(\\." + identifier + ")*").matcher(deps);
-                while (match.find()) {
-                    requiredBySomeone.add(match.group());
-                }
-            }
-        }
-        StringBuilder auVisibilityProblems = new StringBuilder();
-        String[] markers = {"autoload", "eager", "AutoUpdate-Show-In-Client", "AutoUpdate-Essential-Module"};
-        MODULE: for (Manifest m : manifests) {
-            String cnb = findCNB(m);
-            if (requiredBySomeone.contains(cnb)) {
-                continue;
-            }
-            Attributes attr = m.getMainAttributes();
-            for (String marker : markers) {
-                if ("true".equals(attr.getValue(marker))) {
-                    continue MODULE;
-                }
-            }
-            auVisibilityProblems.append("\n").append(cnb);
-        }
-        if (auVisibilityProblems.length() > 0) {
-            fail("Some regular modules (that no one depends on) neither AutoUpdate-Show-In-Client=true nor AutoUpdate-Essential-Module=true (thus unreachable through Plugin Manager)" + auVisibilityProblems);
-        }
-    }
-
-    public void testConsistency() throws Exception {
-        Set<Manifest> manifests = loadManifests();
-        SortedMap<String,SortedSet<String>> problems = ConsistencyVerifier.findInconsistencies(manifests, null);
-        if (!problems.isEmpty()) {
-            StringBuilder message = new StringBuilder("Problems found with autoloads");
-            for (Map.Entry<String, SortedSet<String>> entry : problems.entrySet()) {
-                message.append("\nProblems found for module ").append(entry.getKey()).append(": ").append(entry.getValue());
-            }
-            fail(message.toString());
-        }
-    }
-
-    private static Set<Manifest> loadManifests() throws Exception {
-        ModuleManager mgr = Main.getModuleSystem().getManager();
-        Set<Manifest> manifests = new HashSet<Manifest>();
-        for (Module m : mgr.getModules()) {
-            Manifest manifest = m.getManifest();
-            if (m.isAutoload()) {
-                manifest.getMainAttributes().putValue("autoload", "true");
-            } else if (m.isEager()) {
-                manifest.getMainAttributes().putValue("eager", "true");
-            }
-            manifests.add(manifest);
-        }
-        return manifests;
-    }
-
-    private static String findCNB(Manifest m) {
-        String name = m.getMainAttributes().getValue("OpenIDE-Module");
-        if (name == null) {
-            throw new IllegalArgumentException();
-        }
-        return name.replaceFirst("/\\d+$", "");
-    }
-
-}
diff --git a/o.n.core/test/unit/src/org/netbeans/beaninfo/editors/StringEditorTest.java b/o.n.core/test/unit/src/org/netbeans/beaninfo/editors/StringEditorTest.java
new file mode 100644
index 0000000..3222a7e
--- /dev/null
+++ b/o.n.core/test/unit/src/org/netbeans/beaninfo/editors/StringEditorTest.java
@@ -0,0 +1,114 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.netbeans.beaninfo.editors;
+
+import java.beans.PropertyEditor;
+import java.beans.PropertyEditorManager;
+import java.lang.reflect.InvocationTargetException;
+import junit.framework.TestCase;
+import org.openide.nodes.Node;
+
+/**
+ *
+ * @author rkubacki
+ */
+public class StringEditorTest extends TestCase {
+    static {
+        PropertyEditorManager.registerEditor (String.class, StringEditor.class);
+    }
+
+    public void testNullValueSupport() throws Exception {
+        NP np = new NP();
+        String defaultValue = "<null value>";
+        String customValue = "Hello world!";
+        np.setValue(ObjectEditor.PROP_NULL, defaultValue);
+        
+        PropertyEditor p = np.getPropertyEditor();
+        assertNotNull("There is some editor", p);
+        assertEquals("It is StringEditor", StringEditor.class, p.getClass());
+        ((StringEditor) p).readEnv(np);
+        
+        p.setValue(null);
+        String value = (String)p.getValue ();
+        assertNull(value);
+        assertEquals(defaultValue, p.getAsText());
+
+        p.setValue(customValue);
+        value = (String)p.getValue ();
+        assertEquals(customValue, value);
+        assertEquals(customValue, p.getAsText());
+
+        np.setValue(ObjectEditor.PROP_NULL, Boolean.TRUE);
+        ((StringEditor) p).readEnv(np);
+        p.setValue(null);
+        value = (String)p.getValue ();
+        assertNull(value);
+        assertFalse("we've better than default 'null' string", "null".equals(defaultValue));
+    }
+
+    class NP extends Node.Property<String> {
+        public String value;
+        
+        public NP () {
+            super (String.class);
+        }
+
+        public @Override void setValue(String val) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException {
+            value = val;
+        }
+
+        public @Override String getValue() throws IllegalAccessException, InvocationTargetException {
+            return value;
+        }
+
+        public @Override boolean canWrite() {
+            return true;
+        }
+
+        public @Override boolean canRead() {
+            return true;
+        }
+    }
+}
diff --git a/o.n.core/test/unit/src/org/netbeans/core/DontUseProxyTest.java b/o.n.core/test/unit/src/org/netbeans/core/DontUseProxyTest.java
index 7ea4ddf..0a994f2 100644
--- a/o.n.core/test/unit/src/org/netbeans/core/DontUseProxyTest.java
+++ b/o.n.core/test/unit/src/org/netbeans/core/DontUseProxyTest.java
@@ -85,13 +85,13 @@ public class DontUseProxyTest extends NbTestCase {
     }
     
     public void testWildcardHostName () {
-        String nonProxyHosts = "*.netbeans.org|*.other.org|*netbeans.com|*.our.intranet";
+        String nonProxyHosts = "*.netbeans.org|*.other.org|*netbeans.com|netbeans.org|*.our.intranet|private.*";
         assertTrue (NbProxySelector.dontUseProxy (nonProxyHosts, "www.netbeans.org"));
         assertTrue (NbProxySelector.dontUseProxy (nonProxyHosts, "www.netbeans.com"));
         assertFalse (NbProxySelector.dontUseProxy (nonProxyHosts, "www.dummynetbeans.org"));
         assertTrue (NbProxySelector.dontUseProxy (nonProxyHosts, "subversion.our.intranet"));
-        
-                
+        assertTrue (NbProxySelector.dontUseProxy (nonProxyHosts, "private"));
+        assertTrue (NbProxySelector.dontUseProxy (nonProxyHosts, "private.all"));
     }
-    
+
 }
diff --git a/o.n.core/test/unit/src/org/netbeans/core/NbClipboardDelayedTest.java b/o.n.core/test/unit/src/org/netbeans/core/NbClipboardDelayedTest.java
deleted file mode 100644
index c9b47ec..0000000
--- a/o.n.core/test/unit/src/org/netbeans/core/NbClipboardDelayedTest.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.netbeans.core;
-
-import org.netbeans.junit.*;
-import junit.textui.TestRunner;
-
-/** Test NbClipboard, in "slow" mode (e.g. Unix).
- * @author Jesse Glick
- * @see "#30923"
- */
- at RandomlyFails // testOwnershipLostEvent in NB-Core-Build #1767
-public class NbClipboardDelayedTest extends NbClipboardNativeTest {
-
-    public NbClipboardDelayedTest(String name) {
-        super(name);
-    }
-
-    public static void main(String[] args) {
-        TestRunner.run(new NbTestSuite(NbClipboardDelayedTest.class));
-    }
-
-    protected boolean slowClipboardHack() {
-        return true;
-    }
-
-}
diff --git a/o.n.core/test/unit/src/org/netbeans/core/NbClipboardIsUsedByAlreadyInitializedComponentsTest.java b/o.n.core/test/unit/src/org/netbeans/core/NbClipboardIsUsedByAlreadyInitializedComponentsTest.java
deleted file mode 100644
index 28eddf3..0000000
--- a/o.n.core/test/unit/src/org/netbeans/core/NbClipboardIsUsedByAlreadyInitializedComponentsTest.java
+++ /dev/null
@@ -1,87 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.netbeans.core;
-
-import java.awt.datatransfer.*;
-import java.io.IOException;
-import java.util.*;
-import javax.swing.JComboBox;
-import javax.swing.TransferHandler;
-import org.netbeans.junit.*;
-import junit.textui.TestRunner;
-import org.openide.filesystems.*;
-import org.openide.loaders.*;
-import org.openide.modules.ModuleInfo;
-import org.openide.util.Lookup;
-import org.openide.util.datatransfer.*;
-import org.openide.util.datatransfer.ExClipboard;
-
-/** Test that verifies that Clipboard is used by swing components.
- * @author Jaroslav Tulach
- * @see "#40693"
- */
-public class NbClipboardIsUsedByAlreadyInitializedComponentsTest extends NbClipboardIsUsedBySwingComponentsTest {
-    private javax.swing.JTextField field;
-    
-    public NbClipboardIsUsedByAlreadyInitializedComponentsTest (String name) {
-        super(name);
-    }
-
-    protected void inMiddleOfSettingUpTheManager() {
-        assertNotNull("There is a manager already", System.getSecurityManager());
-        // do some strange tricks to initialize the system
-        field = new javax.swing.JTextField ();
-        TransferHandler.getCopyAction();
-        TransferHandler.getCutAction();
-        TransferHandler.getPasteAction();
-    }
-    
-    /** overrides to return field that exists since begining and was not instantiated
-     * after SecurityManager hack is started */
-    protected javax.swing.JTextField getField () {
-        return field;
-    }
-    
-}
diff --git a/o.n.core/test/unit/src/org/netbeans/core/NbClipboardIsUsedBySwingComponentsTest.java b/o.n.core/test/unit/src/org/netbeans/core/NbClipboardIsUsedBySwingComponentsTest.java
deleted file mode 100644
index 451c3bf..0000000
--- a/o.n.core/test/unit/src/org/netbeans/core/NbClipboardIsUsedBySwingComponentsTest.java
+++ /dev/null
@@ -1,209 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.netbeans.core;
-
-import java.awt.datatransfer.ClipboardOwner;
-import java.awt.datatransfer.StringSelection;
-import java.awt.datatransfer.Transferable;
-import junit.textui.TestRunner;
-import org.netbeans.junit.MockServices;
-import org.netbeans.junit.NbTestCase;
-import org.openide.util.Lookup;
-import org.openide.util.datatransfer.ExClipboard;
-
-/** Test that verifies that Clipboard is used by swing components.
- * @author Jaroslav Tulach
- * @see "#40693"
- */
-public class NbClipboardIsUsedBySwingComponentsTest extends NbTestCase {
-    private Clip clip;
-    private javax.swing.JTextField field;
-    
-    public NbClipboardIsUsedBySwingComponentsTest (String name) {
-        super(name);
-    }
-    
-    protected void setUp() throws Exception {
-        MockServices.setServices(Clip.class);
-        System.setProperty ("netbeans.security.nocheck", "true");
-        Object clip = Lookup.getDefault ().lookup (ExClipboard.class);
-        assertNotNull ("Some clipboard found", clip);
-        assertEquals ("Correct clipboard found", Clip.class, clip.getClass());
-        this.clip = (Clip)clip;
-        
-        if (System.getSecurityManager () == null) {
-            java.text.NumberFormat.getInstance ();
-
-            Object clazz = org.netbeans.TopSecurityManager.class;
-            SecurityManager m = new org.netbeans.TopSecurityManager ();
-            System.setSecurityManager (m);
-            
-            inMiddleOfSettingUpTheManager();
-            
-            org.netbeans.TopSecurityManager.makeSwingUseSpecialClipboard (this.clip);
-        } else {
-            inMiddleOfSettingUpTheManager();
-        }
-        
-        field = new javax.swing.JTextField ();
-    }
-    protected boolean runInEQ () {
-        return true;
-    }
-    
-    protected javax.swing.JTextField getField () {
-        return field;
-    }
-    
-    
-    public void testClipboardOurClipboardUsedDuringCopy () {
-        javax.swing.JTextField f = getField ();
-        f.setText ("Ahoj");
-        f.selectAll ();
-        assertEquals ("Ahoj", f.getSelectedText ());
-        f.copy ();
-        
-        Clip.assertCalls ("Copy should call setContent", 1, 0);
-        assertClipboard ("Ahoj");
-    }
-    
-    public void testClipboardOurClipboardUsedDuringCut () {
-        javax.swing.JTextField f = getField ();
-        f.setText ("DoCut");
-        f.selectAll ();
-        assertEquals ("DoCut", f.getSelectedText ());
-        f.cut ();
-        
-        Clip.assertCalls ("Cut should call setContent", 1, 0);
-        assertClipboard ("DoCut");
-        
-        assertEquals ("Empty", "", f.getText ());
-    }
-    
-    public void testClipboardOurClipboardUsedDuringPaste () {
-        javax.swing.JTextField f = getField ();
-        
-        StringSelection sel = new StringSelection ("DoPaste");
-        clip.setContents (sel, sel);
-        Clip.assertCalls ("Of course there is one set", 1, 0);
-        
-        assertClipboard ("DoPaste");
-        f.paste ();
-        
-        Clip.assertCalls ("Paste should call getContent", 0, 1);
-        assertEquals ("Text is there", "DoPaste", f.getText ());
-    }
-    
-    public void testCopyFromEditorPasteToTheSameOneIssue40785 () {
-        javax.swing.JTextField f = getField ();
-        f.setText (getName ());
-        f.selectAll ();
-        assertEquals ("Selection is correct", getName (), f.getSelectedText ());
-        f.copy ();
-        Clip.assertCalls ("Once in, none out", 1, 0);
-        f.setText ("");
-        f.paste ();
-        Clip.assertCalls ("Once out, none in", 0, 1);
-        
-        assertEquals ("Test is again the same", getName (), f.getText ());
-    }
-    
-    public void testItIsStillPossibleToGetTheClipboardForNormalCode () throws Exception {
-        assertNotNull (
-            java.awt.Toolkit.getDefaultToolkit ().getSystemClipboard ()
-        );
-    }
-    
-    public void assertClipboard (String text) {
-        try {
-            Transferable t = clip.getContentsSuper (this);
-            Object obj = t.getTransferData (java.awt.datatransfer.DataFlavor.stringFlavor);
-            assertEquals ("Clipboard is the same", text, obj);
-        } catch (java.io.IOException ex) {
-            fail (ex.getMessage ());
-        } catch (java.awt.datatransfer.UnsupportedFlavorException ex) {
-            fail (ex.getMessage ());
-        }
-    }
-
-    protected void inMiddleOfSettingUpTheManager() {
-    }
-    
-    public static final class Clip extends ExClipboard {
-        private static int setContents;
-        private static int getContents;
-        
-        public Clip () {
-            super ("Clip");
-        }
-        
-        protected ExClipboard.Convertor[] getConvertors () {
-            return new ExClipboard.Convertor[0];
-        }
-        
-        public void setContents (Transferable contents, ClipboardOwner owner) {
-            super.setContents (contents, owner);
-            setContents++;
-        }
-        
-        public Transferable getContents (Object requestor) {
-            Transferable retValue;
-            getContents++;
-            retValue = super.getContents (requestor);
-            return retValue;
-        }
-        public Transferable getContentsSuper (Object requestor) {
-            return  super.getContents (requestor);
-        }
-        
-        public static void assertCalls (String msg, int setContents, int getContents) {
-            if (setContents != -1) assertEquals (msg + " setContents", setContents, Clip.setContents);
-            if (getContents != -1) assertEquals (msg + " getContents", getContents, Clip.getContents);
-            
-            Clip.setContents = 0;
-            Clip.getContents = 0;
-        }
-    } // Clip
-}
diff --git a/o.n.core/test/unit/src/org/netbeans/core/NbClipboardNativeTest.java b/o.n.core/test/unit/src/org/netbeans/core/NbClipboardNativeTest.java
deleted file mode 100644
index 1c153e5..0000000
--- a/o.n.core/test/unit/src/org/netbeans/core/NbClipboardNativeTest.java
+++ /dev/null
@@ -1,308 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.netbeans.core;
-
-import java.awt.Toolkit;
-import java.awt.datatransfer.Clipboard;
-import java.awt.datatransfer.ClipboardOwner;
-import java.awt.datatransfer.DataFlavor;
-import java.awt.datatransfer.StringSelection;
-import java.awt.datatransfer.Transferable;
-import java.awt.datatransfer.UnsupportedFlavorException;
-import java.io.IOException;
-import java.io.PrintStream;
-import java.lang.reflect.InvocationTargetException;
-import java.util.Date;
-import java.util.logging.Level;
-import java.util.logging.Logger;
-import javax.swing.SwingUtilities;
-import org.netbeans.junit.AssertionFailedErrorException;
-import org.netbeans.junit.MockServices;
-import org.netbeans.junit.NbTestCase;
-import org.openide.util.Lookup;
-import org.openide.util.datatransfer.ClipboardEvent;
-import org.openide.util.datatransfer.ClipboardListener;
-import org.openide.util.datatransfer.ExClipboard;
-import org.openide.util.datatransfer.ExTransferable;
-import org.openide.util.datatransfer.TransferListener;
-
-/** Test NbClipboard, in "native" mode (e.g. Windows).
- * @author Jesse Glick
- * @see "#30923"
- */
-public class NbClipboardNativeTest extends NbTestCase implements ClipboardListener {
-    private NbClipboard ec;
-    private int listenerCalls;
-    private Logger LOG;
-    
-    public NbClipboardNativeTest(String name) {
-        super(name);
-    }
-    
-    protected void setUp() throws Exception {
-        MockServices.setServices();
-        LOG = Logger.getLogger("TEST-" + getName());
-        
-        class EmptyTrans  implements Transferable, ClipboardOwner {
-            public DataFlavor[] getTransferDataFlavors() {
-                return new DataFlavor[0];
-            }
-
-            public boolean isDataFlavorSupported(DataFlavor flavor) {
-                return false;
-            }
-
-            public Object getTransferData(DataFlavor flavor) throws UnsupportedFlavorException, IOException {
-                throw new IOException("Nothing here");
-            }
-
-            public void lostOwnership(Clipboard clipboard, Transferable contents) {
-            }
-        }
-
-        
-        super.setUp();
-        
-        LOG.info("Setting up");
-        
-        //System.setProperty("org.netbeans.core.NbClipboard", "-5");
-        System.setProperty("netbeans.slow.system.clipboard.hack", String.valueOf(slowClipboardHack()));
-        this.ec = new NbClipboard();
-        
-        LOG.info("Clipboard created");
-
-        EmptyTrans et = new EmptyTrans();
-        Toolkit.getDefaultToolkit().getSystemClipboard().setContents(et, et);
-
-        waitFinished(this.ec);
-        
-        LOG.info("system clipboard content changed");
-        
-        this.ec.addClipboardListener(this);
-        
-        LOG.info("Listener added");
-    }
-    
-    protected void tearDown () throws Exception {
-        super.tearDown ();
-        if (ec != null) {
-            this.ec.removeClipboardListener(this);
-        }
-        
-        waitFinished(ec);
-    }
-    
-    protected boolean slowClipboardHack() {
-        return false;
-    }
-    
-    public void testGetClipboardWorks() throws Exception {
-        class Get implements ClipboardListener {
-            Transferable in;
-            
-            public void clipboardChanged(ClipboardEvent ev) {
-                in = ec.getContents(this);
-            }
-        }
-        
-        Get get = new Get();
-        ec.addClipboardListener(get);
-        
-        StringSelection ss = new StringSelection("x");
-        ec.setContents(ss, ss);
-
-        assertEquals("Inside is the right one", ss.getTransferData(DataFlavor.stringFlavor), get.in.getTransferData(DataFlavor.stringFlavor));
-    }
-    
-    public void testWhenCallingGetContentsItChecksSystemClipboardFirstTimeAfterActivation () throws Exception {
-        assertEquals ("No changes yet", 0, listenerCalls);
-        
-        Clipboard sc = Toolkit.getDefaultToolkit().getSystemClipboard();
-        StringSelection ss = new StringSelection ("oldvalue");
-        sc.setContents(ss, ss);
-        
-        
-        // just simulate initial switch to NetBeans main window
-        ec.activateWindowHack (true);
-        waitFinished (ec);
-        
-        if (listenerCalls == 0) {
-            fail("We need at least one call: " + listenerCalls);
-        }
-        listenerCalls = 0;
-        
-        StringSelection s2 = new StringSelection ("data2");
-        sc.setContents (s2, s2);
-        
-        waitFinished (ec);
-
-        if (slowClipboardHack()) {
-            assertEquals ("No change notified", 0, listenerCalls);
-        }
-        
-        // we need to wait longer time than the value in NbClipboard
-        Thread.sleep (200);
-        
-        Transferable t = this.ec.getContents(this);
-        assertTrue ("String flavor is there", t.isDataFlavorSupported(DataFlavor.stringFlavor));
-        
-        String s = (String)t.getTransferData(DataFlavor.stringFlavor);
-        assertEquals ("The getContents rechecked the system clipboard first time after window activated", "data2", s);
-        
-        sc.setContents (ss, ss);
-        
-        t = this.ec.getContents(this);
-        s = (String)t.getTransferData(DataFlavor.stringFlavor);
-        if (slowClipboardHack ()) {
-            assertEquals ("The getContents rechecked the clipboard just for the first time, not now, so the content is the same", "data2", s);
-
-            ec.activateWindowHack (true);
-            Thread.sleep (200);
-
-            t = this.ec.getContents(this);
-            s = (String)t.getTransferData(DataFlavor.stringFlavor);
-            assertEquals ("The WINDOW_ACTIVATED rechecks the clipboard", "oldvalue", s);
-        } else {
-            assertEquals ("without slow hack it gets the value immediatelly", "oldvalue", s);
-        }
-    }
-    
-    public void testClipboard() throws Exception {
-        MockServices.setServices(Cnv.class);
-        Clipboard c = Lookup.getDefault().lookup(Clipboard.class);
-        ExClipboard ec = Lookup.getDefault().lookup(ExClipboard.class);
-        assertEquals("Clipboard == ExClipboard", c, ec);
-        assertNotNull(Lookup.getDefault().lookup(ExClipboard.Convertor.class));
-        assertEquals(Cnv.class, Lookup.getDefault().lookup(ExClipboard.Convertor.class).getClass());
-        c.setContents(new ExTransferable.Single(DataFlavor.stringFlavor) {
-            protected Object getData() throws IOException, UnsupportedFlavorException {
-                return "17";
-            }
-        }, null);
-        Transferable t = c.getContents(null);
-        assertTrue("still supports stringFlavor", t.isDataFlavorSupported(DataFlavor.stringFlavor));
-        assertEquals("correct string in clipboard", "17", t.getTransferData(DataFlavor.stringFlavor));
-        assertTrue("support Integer too", t.isDataFlavorSupported(MYFLAV));
-        assertEquals("correct Integer", new Integer(17), t.getTransferData(MYFLAV));
-    }
-    
-    private static final DataFlavor MYFLAV = new DataFlavor("text/x-integer", "Integer"); // data: java.lang.Integer
-    public static final class Cnv implements ExClipboard.Convertor {
-        public Transferable convert(Transferable t) {
-            Logger.getAnonymousLogger().info("converting...");
-            if (t.isDataFlavorSupported(DataFlavor.stringFlavor)) {
-                final ExTransferable t2 = ExTransferable.create(t);
-                if (t2.isDataFlavorSupported(DataFlavor.stringFlavor) && !t2.isDataFlavorSupported(MYFLAV)) {
-                    t2.put(new ExTransferable.Single(MYFLAV) {
-                        protected Object getData() throws IOException, UnsupportedFlavorException {
-                            String s = (String)t2.getTransferData(DataFlavor.stringFlavor);
-                            try {
-                                return new Integer(s);
-                            } catch (NumberFormatException nfe) {
-                                throw new IOException(nfe.toString());
-                            }
-                        }
-                    });
-                }
-                return t2;
-            } else {
-                return t;
-            }
-        }
-    }
-
-
-    // #25537
-    public void testOwnershipLostEvent() throws Exception {
-        final int[] holder = new int[] { 0 };
-        ExTransferable transferable = ExTransferable.create (new StringSelection("A"));
-
-        // listen on ownershipLost
-        transferable.addTransferListener (new TransferListener () {
-            public void accepted (int action) {}
-            public void rejected () {}
-            public void ownershipLost () { holder[0]++; }
-        });
-
-        Clipboard c = Lookup.getDefault().lookup(Clipboard.class);
-
-        c.setContents(transferable, null);
-
-        assertTrue("Still has ownership", holder[0] == 0);
-
-        c.setContents(new StringSelection("B"), null);
-
-        assertTrue("Exactly one ownershipLost event have happened.", holder[0] == 1);
-    }
-
-    public void clipboardChanged(ClipboardEvent ev) {
-        listenerCalls++;
-        LOG.log(Level.INFO, "clipboardChanged: " + listenerCalls, new Exception());
-    }
-    
-    private void waitFinished(NbClipboard ec) {
-        try {
-            ec.waitFinished();
-            SwingUtilities.invokeAndWait(new Runnable() {
-                public void run() {
-                }
-            });
-            ec.waitFinished();
-            SwingUtilities.invokeAndWait(new Runnable() {
-                public void run() {
-                }
-            });
-        } catch (InterruptedException ex) {
-            throw new AssertionFailedErrorException(ex);
-        } catch (InvocationTargetException ex) {
-            throw new AssertionFailedErrorException(ex);
-        }
-    }
-
-    protected Level logLevel() {
-        return Level.ALL;
-    }
-    
-}
diff --git a/o.n.core/test/unit/src/org/netbeans/core/NbClipboardTest.java b/o.n.core/test/unit/src/org/netbeans/core/NbClipboardTest.java
deleted file mode 100644
index 261e371..0000000
--- a/o.n.core/test/unit/src/org/netbeans/core/NbClipboardTest.java
+++ /dev/null
@@ -1,243 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-package org.netbeans.core;
-
-import java.awt.KeyboardFocusManager;
-import java.awt.Window;
-import java.awt.datatransfer.Clipboard;
-import java.awt.datatransfer.ClipboardOwner;
-import java.awt.datatransfer.DataFlavor;
-import java.awt.datatransfer.FlavorEvent;
-import java.awt.datatransfer.FlavorListener;
-import java.awt.datatransfer.Transferable;
-import java.awt.datatransfer.UnsupportedFlavorException;
-import java.io.IOException;
-import java.lang.ref.WeakReference;
-import java.lang.reflect.Field;
-import java.util.logging.Level;
-import java.util.logging.Logger;
-import javax.swing.JFrame;
-import javax.swing.SwingUtilities;
-import org.netbeans.junit.NbTestCase;
-import org.openide.util.Utilities;
-import org.openide.windows.TopComponent;
-
-/** Basic tests on NbClipboard
- *
- * @author Jaroslav Tulach
- */
-public class NbClipboardTest extends NbTestCase {
-
-    public NbClipboardTest(String testName) {
-        super(testName);
-    }
-    
-    protected void setUp() throws Exception {
-        System.getProperties().remove("netbeans.slow.system.clipboard.hack");
-    }
-
-    protected void tearDown() throws Exception {
-    }
-
-    public void testDefaultOnJDK15AndLater() {
-        NbClipboard ec = new NbClipboard();
-        assertTrue("By default we still do use slow hacks", ec.slowSystemClipboard);
-    }
-    public void testPropOnJDK15AndLater() {
-        System.setProperty("netbeans.slow.system.clipboard.hack", "false");
-        
-        NbClipboard ec = new NbClipboard();
-        assertFalse("Property overrides default", ec.slowSystemClipboard);
-        assertEquals("sun.awt.datatransfer.timeout is now 1000", "1000", System.getProperty("sun.awt.datatransfer.timeout"));
-    }
-    public void testOnMacOSX() throws Exception {
-        String prev = System.getProperty("os.name");
-        try {
-            System.setProperty("os.name", "Darwin");
-            Field f = Class.forName(Utilities.class.getName()).getDeclaredField("operatingSystem");
-            f.setAccessible(true);
-            f.set(null, -1);
-            assertTrue("Is mac", Utilities.isMac());
-
-            NbClipboard ec = new NbClipboard();
-            assertFalse("MAC seems to have fast clipboard", ec.slowSystemClipboard);
-        } finally {
-            System.setProperty("os.name", prev);
-        }
-    }
-    
-    public void testMemoryLeak89844() throws Exception {
-        class Safe implements Runnable {
-            WeakReference<Object> ref;
-            Window w;
-            TopComponent tc;
-            
-            
-            public void beforeAWT() throws InterruptedException {
-                NbClipboard ec = new NbClipboard();
-                
-                tc = new TopComponent();
-                tc.open();
-                
-                for(;;) {
-                    w = SwingUtilities.getWindowAncestor(tc);
-                    if (w != null && w.isVisible()) {
-                        break;
-                    }
-                    Thread.sleep(100);
-                }
-                
-                tc.close();
-                w.dispose();
-                
-                // opening new frame shall clear all the AWT references to previous frame
-                JFrame f = new JFrame("Focus stealer");
-                f.setVisible(true);
-                f.pack();
-                f.toFront();
-                f.requestFocus();
-                f.requestFocusInWindow();
-            }
-            
-            public void run() {
-                KeyboardFocusManager.getCurrentKeyboardFocusManager().clearGlobalFocusOwner();
-                
-                ref = new WeakReference<Object>(w);
-                w = null;
-                tc = null;
-            }
-}
-        
-        Safe safe = new Safe();
-        
-        safe.beforeAWT();
-        SwingUtilities.invokeAndWait(safe);
-        
-        try {
-            assertGC("Top component can disappear", safe.ref);
-        } catch (junit.framework.AssertionFailedError ex) {
-            if (ex.getMessage().indexOf("NbClipboard") >= 0) {
-                throw ex;
-            }
-            Logger.getAnonymousLogger().log(Level.WARNING, "Cannot do GC, but not due to NbClipboard itself", ex);
-        }
-    }
-    
-    public void testBusySystemClipboard139616() {
-        BusyClipboard busyClipboard = new BusyClipboard();
-        NbClipboard nbClipboard = new NbClipboard(busyClipboard);
-        Transferable data = new Transferable() {
-
-            public DataFlavor[] getTransferDataFlavors() {
-                return new DataFlavor[] { DataFlavor.stringFlavor };
-            }
-
-            public boolean isDataFlavorSupported(DataFlavor flavor) {
-                return DataFlavor.stringFlavor.equals(flavor);
-            }
-
-            public Object getTransferData(DataFlavor flavor) throws UnsupportedFlavorException, IOException {
-                if( !isDataFlavorSupported(flavor) )
-                    throw new UnsupportedFlavorException(flavor);
-                return "unit_test";
-            }
-        };
-        final Object LOCK = new Object();
-        busyClipboard.addFlavorListener(new FlavorListener() {
-
-            public void flavorsChanged(FlavorEvent e) {
-                synchronized( LOCK ) {
-                    LOCK.notifyAll();
-                }
-            }
-        });
-        nbClipboard.setContents(data, null);
-        
-        synchronized( LOCK ) {
-            try {
-                LOCK.wait(10*1000);
-                assertEquals(2, busyClipboard.setContentsCounter);
-                assertSame(data, busyClipboard.getContents(this));
-            } catch( InterruptedException e ) {
-                fail( "clipboard content was not updated" );
-            }
-        }
-    }
-    
-    
-    
-    private static void waitEQ(final Window w) throws Exception {
-        class R implements Runnable {
-            boolean visible;
-            
-            public void run() {
-                visible = w.isShowing();
-            }
-        }
-        R r = new R();
-        while (!r.visible) {
-            SwingUtilities.invokeAndWait(r);
-        }
-    }
-    
-    private static class BusyClipboard extends Clipboard {
-
-        public BusyClipboard() {
-            super( "unit_test" );
-        }
-        private boolean pretendToBeBusy = true;
-        private int setContentsCounter = 0;
-
-        @Override
-        public synchronized void setContents(Transferable contents, ClipboardOwner owner) {
-            setContentsCounter++;
-            if( pretendToBeBusy ) {
-                pretendToBeBusy = false;
-                throw new IllegalStateException();
-            }
-            super.setContents(contents, owner);
-        }
-        
-    }
-}
diff --git a/o.n.core/test/unit/src/org/netbeans/core/NbErrorManagerTest.java b/o.n.core/test/unit/src/org/netbeans/core/NbErrorManagerTest.java
index 8a7c33f..cd867b5 100644
--- a/o.n.core/test/unit/src/org/netbeans/core/NbErrorManagerTest.java
+++ b/o.n.core/test/unit/src/org/netbeans/core/NbErrorManagerTest.java
@@ -56,11 +56,9 @@ import java.util.logging.LogManager;
 import java.util.logging.Logger;
 import javax.swing.JDialog;
 import javax.swing.SwingUtilities;
-import junit.framework.Test;
 import org.netbeans.core.startup.TopLogging;
 import org.netbeans.junit.MockServices;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.netbeans.junit.RandomlyFails;
 import org.openide.DialogDescriptor;
 import org.openide.DialogDisplayer;
@@ -79,11 +77,6 @@ public final class NbErrorManagerTest extends NbTestCase {
         super(s);
     }
 
-    public static Test suite() {
-        //return new NbErrorManagerTest("testNestedThrowables");
-        return new NbTestSuite(NbErrorManagerTest.class);
-    }
-    
     private ErrorManager err;
     @Override
     protected void setUp() throws Exception {
diff --git a/o.n.core/test/unit/src/org/netbeans/core/TimableEventQueueTest.java b/o.n.core/test/unit/src/org/netbeans/core/TimableEventQueueTest.java
index 0fffdbb..9b23909 100644
--- a/o.n.core/test/unit/src/org/netbeans/core/TimableEventQueueTest.java
+++ b/o.n.core/test/unit/src/org/netbeans/core/TimableEventQueueTest.java
@@ -43,17 +43,10 @@
 package org.netbeans.core;
 
 import java.awt.EventQueue;
-import java.util.Collections;
-import java.util.LinkedList;
-import java.util.List;
 import java.util.concurrent.TimeUnit;
-import java.util.logging.Handler;
 import java.util.logging.Level;
-import java.util.logging.LogRecord;
-import java.util.logging.Logger;
 import org.netbeans.junit.Log;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.RandomlyFails;
 import org.openide.util.Exceptions;
 
 /**
@@ -65,7 +58,7 @@ public class TimableEventQueueTest extends NbTestCase {
         System.setProperty("org.netbeans.core.TimeableEventQueue.quantum", "300");
         System.setProperty("org.netbeans.core.TimeableEventQueue.pause", "3000");
         System.setProperty("org.netbeans.core.TimeableEventQueue.report", "600");
-        TimableEventQueue.initialize();
+        TimableEventQueue.initialize(null, false);
     }
     private CharSequence log;
     
@@ -96,7 +89,8 @@ public class TimableEventQueueTest extends NbTestCase {
         
         EventQueue.invokeAndWait(slow);
         EventQueue.invokeAndWait(slow);
-        TimableEventQueue.RP.awaitTermination(1, TimeUnit.SECONDS);
+        TimableEventQueue.RP.shutdown();
+        TimableEventQueue.RP.awaitTermination(3, TimeUnit.SECONDS);
         
         assertEquals("called", 2, slow.ok);
 
diff --git a/o.n.core/test/unit/src/org/netbeans/core/lookup/MetaInfServicesTest.java b/o.n.core/test/unit/src/org/netbeans/core/lookup/MetaInfServicesTest.java
index 36fcdd5..a12fd1c 100644
--- a/o.n.core/test/unit/src/org/netbeans/core/lookup/MetaInfServicesTest.java
+++ b/o.n.core/test/unit/src/org/netbeans/core/lookup/MetaInfServicesTest.java
@@ -48,12 +48,14 @@ import java.io.File;
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.List;
+import java.util.logging.Level;
 import javax.print.PrintServiceLookup;
 import org.netbeans.Module;
 import org.netbeans.ModuleManager;
 import org.netbeans.core.startup.ModuleHistory;
 import org.netbeans.SetupHid;
 import org.netbeans.junit.NbTestCase;
+import org.netbeans.junit.RandomlyFails;
 import org.openide.util.Lookup;
 import org.openide.util.LookupEvent;
 import org.openide.util.LookupListener;
@@ -71,6 +73,11 @@ public class MetaInfServicesTest extends NbTestCase {
     public MetaInfServicesTest(String name) {
         super(name);
     }
+
+    @Override
+    protected Level logLevel() {
+        return Level.FINE;
+    }
     
     private ModuleManager mgr;
     private Module m1, m2;
@@ -143,6 +150,7 @@ public class MetaInfServicesTest extends NbTestCase {
     /** Fails to work if you have >1 method per class, because setUp gets run more
      * than once (XTest bug I suppose).
      */
+    @RandomlyFails // NB-Core-Build #5333: wrong instance (of Implementation1)
     public void testEverything() throws Exception {
         twiddle(m1, TWIDDLE_ENABLE);
         ClassLoader systemClassLoader = Lookup.getDefault().lookup(ClassLoader.class);
@@ -169,7 +177,7 @@ public class MetaInfServicesTest extends NbTestCase {
         assertTrue(l.gotSomething());
         instances = new ArrayList<Object>(r.allInstances());
         assertEquals(1, instances.size());
-        assertEquals(instance1, instances.get(0));
+        assertEquals("wrong instance", instance1, instances.get(0));
         // Expect to lose Impl1 too.
         l.count = 0;
         twiddle(m1, TWIDDLE_DISABLE);
diff --git a/o.n.insane/nbproject/project.properties b/o.n.insane/nbproject/project.properties
index 45903fc..415bcbc 100644
--- a/o.n.insane/nbproject/project.properties
+++ b/o.n.insane/nbproject/project.properties
@@ -43,4 +43,4 @@
 is.autoload=true
 javac.compilerargs=-Xlint -Xlint:-serial
 javac.source=1.6
-spec.version.base=1.9.1
+spec.version.base=1.12.1
diff --git a/o.n.swing.outline/apichanges.xml b/o.n.swing.outline/apichanges.xml
index 6d2da86..66cdb6a 100644
--- a/o.n.swing.outline/apichanges.xml
+++ b/o.n.swing.outline/apichanges.xml
@@ -108,6 +108,21 @@ is the proper place.
 
 <changes>
 
+    <change id="fireQuickFilterChange">
+      <api name="etable_outline"/>
+      <summary>Ability to listen on changes of Quick Filter</summary>
+      <version major="1" minor="13"/>
+      <date day="2" month="3" year="2011"/>
+      <author login="jtulach"/>
+      <compatibility addition="yes" binary="compatible" deprecation="no"/>
+      <description>
+        <p>New property <a href="@TOP@/org/netbeans/swing/etable/ETable.html#PROP_QUICK_FILTER">PROP_QUICK_FILTER</a>
+        is fired when quick filter is changed.
+        </p>
+      </description>
+      <class package="org.netbeans.swing.etable" name="ETable"/>
+      <issue number="195883"/>
+    </change>
     <change id="nested_comparator">
       <api name="etable_outline"/>
       <summary>Possibility to define comparator for sorting the rows</summary>
@@ -170,6 +185,20 @@ is the proper place.
       <class package="org.netbeans.swing.outline" name="CheckRenderDataProvider"/>
       <issue number="159546"/>
     </change>
+    <change id="columns_clean">
+      <api name="etable_outline"/>
+      <summary>Add a way to clean all columns from the column model, including hidden ones.</summary>
+      <version major="1" minor="12"/>
+      <date day="3" month="3" year="2011"/>
+      <author login="mentlicher"/>
+      <compatibility addition="yes" binary="compatible" deprecation="no"/>
+      <description>
+        <p>Added <code>ETableColumnModel.clean()</code> method.
+        </p>
+      </description>
+      <class package="org.netbeans.swing.etable" name="ETableColumnModel"/>
+      <issue number="195226"/>
+    </change>
 
 </changes>
 
diff --git a/o.n.swing.outline/manifest.mf b/o.n.swing.outline/manifest.mf
index 6c24c2d..84a4133 100644
--- a/o.n.swing.outline/manifest.mf
+++ b/o.n.swing.outline/manifest.mf
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.swing.outline
 OpenIDE-Module-Localizing-Bundle: org/netbeans/swing/outline/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.9.1
+OpenIDE-Module-Specification-Version: 1.13.1
 
diff --git a/o.n.swing.outline/nbproject/org-netbeans-swing-outline.sig b/o.n.swing.outline/nbproject/org-netbeans-swing-outline.sig
new file mode 100644
index 0000000..2418ad2
--- /dev/null
+++ b/o.n.swing.outline/nbproject/org-netbeans-swing-outline.sig
@@ -0,0 +1,1380 @@
+#Signature file v4.1
+#Version 1.9
+
+CLSS public abstract java.awt.Component
+cons protected init()
+fld public final static float BOTTOM_ALIGNMENT = 1.0
+fld public final static float CENTER_ALIGNMENT = 0.5
+fld public final static float LEFT_ALIGNMENT = 0.0
+fld public final static float RIGHT_ALIGNMENT = 1.0
+fld public final static float TOP_ALIGNMENT = 0.0
+innr protected BltBufferStrategy
+innr protected FlipBufferStrategy
+innr protected abstract AccessibleAWTComponent
+innr public final static !enum BaselineResizeBehavior
+intf java.awt.MenuContainer
+intf java.awt.image.ImageObserver
+intf java.io.Serializable
+meth protected boolean requestFocus(boolean)
+meth protected boolean requestFocusInWindow(boolean)
+meth protected final void disableEvents(long)
+meth protected final void enableEvents(long)
+meth protected java.awt.AWTEvent coalesceEvents(java.awt.AWTEvent,java.awt.AWTEvent)
+meth protected java.lang.String paramString()
+meth protected void firePropertyChange(java.lang.String,boolean,boolean)
+meth protected void firePropertyChange(java.lang.String,int,int)
+meth protected void firePropertyChange(java.lang.String,java.lang.Object,java.lang.Object)
+meth protected void processComponentEvent(java.awt.event.ComponentEvent)
+meth protected void processEvent(java.awt.AWTEvent)
+meth protected void processFocusEvent(java.awt.event.FocusEvent)
+meth protected void processHierarchyBoundsEvent(java.awt.event.HierarchyEvent)
+meth protected void processHierarchyEvent(java.awt.event.HierarchyEvent)
+meth protected void processInputMethodEvent(java.awt.event.InputMethodEvent)
+meth protected void processKeyEvent(java.awt.event.KeyEvent)
+meth protected void processMouseEvent(java.awt.event.MouseEvent)
+meth protected void processMouseMotionEvent(java.awt.event.MouseEvent)
+meth protected void processMouseWheelEvent(java.awt.event.MouseWheelEvent)
+meth public <%0 extends java.util.EventListener> {%%0}[] getListeners(java.lang.Class<{%%0}>)
+meth public boolean action(java.awt.Event,java.lang.Object)
+ anno 0 java.lang.Deprecated()
+meth public boolean areFocusTraversalKeysSet(int)
+meth public boolean contains(int,int)
+meth public boolean contains(java.awt.Point)
+meth public boolean getFocusTraversalKeysEnabled()
+meth public boolean getIgnoreRepaint()
+meth public boolean gotFocus(java.awt.Event,java.lang.Object)
+ anno 0 java.lang.Deprecated()
+meth public boolean handleEvent(java.awt.Event)
+ anno 0 java.lang.Deprecated()
+meth public boolean hasFocus()
+meth public boolean imageUpdate(java.awt.Image,int,int,int,int,int)
+meth public boolean inside(int,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean isBackgroundSet()
+meth public boolean isCursorSet()
+meth public boolean isDisplayable()
+meth public boolean isDoubleBuffered()
+meth public boolean isEnabled()
+meth public boolean isFocusCycleRoot(java.awt.Container)
+meth public boolean isFocusOwner()
+meth public boolean isFocusTraversable()
+ anno 0 java.lang.Deprecated()
+meth public boolean isFocusable()
+meth public boolean isFontSet()
+meth public boolean isForegroundSet()
+meth public boolean isLightweight()
+meth public boolean isMaximumSizeSet()
+meth public boolean isMinimumSizeSet()
+meth public boolean isOpaque()
+meth public boolean isPreferredSizeSet()
+meth public boolean isShowing()
+meth public boolean isValid()
+meth public boolean isVisible()
+meth public boolean keyDown(java.awt.Event,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean keyUp(java.awt.Event,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean lostFocus(java.awt.Event,java.lang.Object)
+ anno 0 java.lang.Deprecated()
+meth public boolean mouseDown(java.awt.Event,int,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean mouseDrag(java.awt.Event,int,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean mouseEnter(java.awt.Event,int,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean mouseExit(java.awt.Event,int,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean mouseMove(java.awt.Event,int,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean mouseUp(java.awt.Event,int,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean postEvent(java.awt.Event)
+ anno 0 java.lang.Deprecated()
+meth public boolean prepareImage(java.awt.Image,int,int,java.awt.image.ImageObserver)
+meth public boolean prepareImage(java.awt.Image,java.awt.image.ImageObserver)
+meth public boolean requestFocusInWindow()
+meth public final java.lang.Object getTreeLock()
+meth public final void dispatchEvent(java.awt.AWTEvent)
+meth public float getAlignmentX()
+meth public float getAlignmentY()
+meth public int checkImage(java.awt.Image,int,int,java.awt.image.ImageObserver)
+meth public int checkImage(java.awt.Image,java.awt.image.ImageObserver)
+meth public int getBaseline(int,int)
+meth public int getHeight()
+meth public int getWidth()
+meth public int getX()
+meth public int getY()
+meth public java.awt.Color getBackground()
+meth public java.awt.Color getForeground()
+meth public java.awt.Component getComponentAt(int,int)
+meth public java.awt.Component getComponentAt(java.awt.Point)
+meth public java.awt.Component locate(int,int)
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Component$BaselineResizeBehavior getBaselineResizeBehavior()
+meth public java.awt.ComponentOrientation getComponentOrientation()
+meth public java.awt.Container getFocusCycleRootAncestor()
+meth public java.awt.Container getParent()
+meth public java.awt.Cursor getCursor()
+meth public java.awt.Dimension getMaximumSize()
+meth public java.awt.Dimension getMinimumSize()
+meth public java.awt.Dimension getPreferredSize()
+meth public java.awt.Dimension getSize()
+meth public java.awt.Dimension getSize(java.awt.Dimension)
+meth public java.awt.Dimension minimumSize()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Dimension preferredSize()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Dimension size()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Font getFont()
+meth public java.awt.FontMetrics getFontMetrics(java.awt.Font)
+meth public java.awt.Graphics getGraphics()
+meth public java.awt.GraphicsConfiguration getGraphicsConfiguration()
+meth public java.awt.Image createImage(int,int)
+meth public java.awt.Image createImage(java.awt.image.ImageProducer)
+meth public java.awt.Point getLocation()
+meth public java.awt.Point getLocation(java.awt.Point)
+meth public java.awt.Point getLocationOnScreen()
+meth public java.awt.Point getMousePosition()
+meth public java.awt.Point location()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Rectangle bounds()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Rectangle getBounds()
+meth public java.awt.Rectangle getBounds(java.awt.Rectangle)
+meth public java.awt.Toolkit getToolkit()
+meth public java.awt.dnd.DropTarget getDropTarget()
+meth public java.awt.event.ComponentListener[] getComponentListeners()
+meth public java.awt.event.FocusListener[] getFocusListeners()
+meth public java.awt.event.HierarchyBoundsListener[] getHierarchyBoundsListeners()
+meth public java.awt.event.HierarchyListener[] getHierarchyListeners()
+meth public java.awt.event.InputMethodListener[] getInputMethodListeners()
+meth public java.awt.event.KeyListener[] getKeyListeners()
+meth public java.awt.event.MouseListener[] getMouseListeners()
+meth public java.awt.event.MouseMotionListener[] getMouseMotionListeners()
+meth public java.awt.event.MouseWheelListener[] getMouseWheelListeners()
+meth public java.awt.im.InputContext getInputContext()
+meth public java.awt.im.InputMethodRequests getInputMethodRequests()
+meth public java.awt.image.ColorModel getColorModel()
+meth public java.awt.image.VolatileImage createVolatileImage(int,int)
+meth public java.awt.image.VolatileImage createVolatileImage(int,int,java.awt.ImageCapabilities) throws java.awt.AWTException
+meth public java.awt.peer.ComponentPeer getPeer()
+ anno 0 java.lang.Deprecated()
+meth public java.beans.PropertyChangeListener[] getPropertyChangeListeners()
+meth public java.beans.PropertyChangeListener[] getPropertyChangeListeners(java.lang.String)
+meth public java.lang.String getName()
+meth public java.lang.String toString()
+meth public java.util.Locale getLocale()
+meth public java.util.Set<java.awt.AWTKeyStroke> getFocusTraversalKeys(int)
+meth public javax.accessibility.AccessibleContext getAccessibleContext()
+meth public void add(java.awt.PopupMenu)
+meth public void addComponentListener(java.awt.event.ComponentListener)
+meth public void addFocusListener(java.awt.event.FocusListener)
+meth public void addHierarchyBoundsListener(java.awt.event.HierarchyBoundsListener)
+meth public void addHierarchyListener(java.awt.event.HierarchyListener)
+meth public void addInputMethodListener(java.awt.event.InputMethodListener)
+meth public void addKeyListener(java.awt.event.KeyListener)
+meth public void addMouseListener(java.awt.event.MouseListener)
+meth public void addMouseMotionListener(java.awt.event.MouseMotionListener)
+meth public void addMouseWheelListener(java.awt.event.MouseWheelListener)
+meth public void addNotify()
+meth public void addPropertyChangeListener(java.beans.PropertyChangeListener)
+meth public void addPropertyChangeListener(java.lang.String,java.beans.PropertyChangeListener)
+meth public void applyComponentOrientation(java.awt.ComponentOrientation)
+meth public void deliverEvent(java.awt.Event)
+ anno 0 java.lang.Deprecated()
+meth public void disable()
+ anno 0 java.lang.Deprecated()
+meth public void doLayout()
+meth public void enable()
+ anno 0 java.lang.Deprecated()
+meth public void enable(boolean)
+ anno 0 java.lang.Deprecated()
+meth public void enableInputMethods(boolean)
+meth public void firePropertyChange(java.lang.String,byte,byte)
+meth public void firePropertyChange(java.lang.String,char,char)
+meth public void firePropertyChange(java.lang.String,double,double)
+meth public void firePropertyChange(java.lang.String,float,float)
+meth public void firePropertyChange(java.lang.String,long,long)
+meth public void firePropertyChange(java.lang.String,short,short)
+meth public void hide()
+ anno 0 java.lang.Deprecated()
+meth public void invalidate()
+meth public void layout()
+ anno 0 java.lang.Deprecated()
+meth public void list()
+meth public void list(java.io.PrintStream)
+meth public void list(java.io.PrintStream,int)
+meth public void list(java.io.PrintWriter)
+meth public void list(java.io.PrintWriter,int)
+meth public void move(int,int)
+ anno 0 java.lang.Deprecated()
+meth public void nextFocus()
+ anno 0 java.lang.Deprecated()
+meth public void paint(java.awt.Graphics)
+meth public void paintAll(java.awt.Graphics)
+meth public void print(java.awt.Graphics)
+meth public void printAll(java.awt.Graphics)
+meth public void remove(java.awt.MenuComponent)
+meth public void removeComponentListener(java.awt.event.ComponentListener)
+meth public void removeFocusListener(java.awt.event.FocusListener)
+meth public void removeHierarchyBoundsListener(java.awt.event.HierarchyBoundsListener)
+meth public void removeHierarchyListener(java.awt.event.HierarchyListener)
+meth public void removeInputMethodListener(java.awt.event.InputMethodListener)
+meth public void removeKeyListener(java.awt.event.KeyListener)
+meth public void removeMouseListener(java.awt.event.MouseListener)
+meth public void removeMouseMotionListener(java.awt.event.MouseMotionListener)
+meth public void removeMouseWheelListener(java.awt.event.MouseWheelListener)
+meth public void removeNotify()
+meth public void removePropertyChangeListener(java.beans.PropertyChangeListener)
+meth public void removePropertyChangeListener(java.lang.String,java.beans.PropertyChangeListener)
+meth public void repaint()
+meth public void repaint(int,int,int,int)
+meth public void repaint(long)
+meth public void repaint(long,int,int,int,int)
+meth public void requestFocus()
+meth public void reshape(int,int,int,int)
+ anno 0 java.lang.Deprecated()
+meth public void resize(int,int)
+ anno 0 java.lang.Deprecated()
+meth public void resize(java.awt.Dimension)
+ anno 0 java.lang.Deprecated()
+meth public void setBackground(java.awt.Color)
+meth public void setBounds(int,int,int,int)
+meth public void setBounds(java.awt.Rectangle)
+meth public void setComponentOrientation(java.awt.ComponentOrientation)
+meth public void setCursor(java.awt.Cursor)
+meth public void setDropTarget(java.awt.dnd.DropTarget)
+meth public void setEnabled(boolean)
+meth public void setFocusTraversalKeys(int,java.util.Set<? extends java.awt.AWTKeyStroke>)
+meth public void setFocusTraversalKeysEnabled(boolean)
+meth public void setFocusable(boolean)
+meth public void setFont(java.awt.Font)
+meth public void setForeground(java.awt.Color)
+meth public void setIgnoreRepaint(boolean)
+meth public void setLocale(java.util.Locale)
+meth public void setLocation(int,int)
+meth public void setLocation(java.awt.Point)
+meth public void setMaximumSize(java.awt.Dimension)
+meth public void setMinimumSize(java.awt.Dimension)
+meth public void setName(java.lang.String)
+meth public void setPreferredSize(java.awt.Dimension)
+meth public void setSize(int,int)
+meth public void setSize(java.awt.Dimension)
+meth public void setVisible(boolean)
+meth public void show()
+ anno 0 java.lang.Deprecated()
+meth public void show(boolean)
+ anno 0 java.lang.Deprecated()
+meth public void transferFocus()
+meth public void transferFocusBackward()
+meth public void transferFocusUpCycle()
+meth public void update(java.awt.Graphics)
+meth public void validate()
+supr java.lang.Object
+hfds FOCUS_TRAVERSABLE_DEFAULT,FOCUS_TRAVERSABLE_SET,FOCUS_TRAVERSABLE_UNKNOWN,LOCK,accessibleContext,actionListenerK,adjustmentListenerK,appContext,background,boundsOp,bufferStrategy,changeSupport,changeSupportLock,coalesceEventsParams,coalesceMap,coalescingEnabled,componentListener,componentListenerK,componentOrientation,componentSerializedDataVersion,compoundShape,containerListenerK,cursor,dropTarget,enabled,eventCache,eventLog,eventMask,focusListener,focusListenerK,focusLog,focusTraversalKeyPropertyNames,focusTraversalKeys,focusTraversalKeysEnabled,focusable,font,foreground,graphicsConfig,height,hierarchyBoundsListener,hierarchyBoundsListenerK,hierarchyListener,hierarchyListenerK,ignoreRepaint,incRate,inputMethodListener,inputMethodListenerK,isAddNotifyComplete,isFocusTraversableOverridden,isInc,isPacked,itemListenerK,keyListener,keyListenerK,locale,log,maxSize,maxSizeSet,minSize,minSizeSet,mixingLog,mouseListener,mouseListenerK,mouseMotionListener,mouseMotionListenerK,mouseWheelListener,mouseWheelListenerK,name,nameExplicitlySet,nativeInLightFixer,newEventsOnly,opaquePropertyChangeListener,ownedWindowK,parent,peer,peerFont,popups,prefSize,prefSizeSet,requestFocusController,serialVersionUID,textListenerK,valid,visible,width,windowClosingException,windowFocusListenerK,windowListenerK,windowStateListenerK,x,y
+hcls AWTTreeLock,BltSubRegionBufferStrategy,DummyRequestFocusController,FlipSubRegionBufferStrategy,NativeInLightFixer,SingleBufferStrategy
+
+CLSS public java.awt.Container
+cons public init()
+innr protected AccessibleAWTContainer
+meth protected java.lang.String paramString()
+meth protected void addImpl(java.awt.Component,java.lang.Object,int)
+meth protected void processContainerEvent(java.awt.event.ContainerEvent)
+meth protected void processEvent(java.awt.AWTEvent)
+meth protected void validateTree()
+meth public <%0 extends java.util.EventListener> {%%0}[] getListeners(java.lang.Class<{%%0}>)
+meth public boolean areFocusTraversalKeysSet(int)
+meth public boolean isAncestorOf(java.awt.Component)
+meth public boolean isFocusCycleRoot()
+meth public boolean isFocusCycleRoot(java.awt.Container)
+meth public boolean isFocusTraversalPolicySet()
+meth public final boolean isFocusTraversalPolicyProvider()
+meth public final void setFocusTraversalPolicyProvider(boolean)
+meth public float getAlignmentX()
+meth public float getAlignmentY()
+meth public int countComponents()
+ anno 0 java.lang.Deprecated()
+meth public int getComponentCount()
+meth public int getComponentZOrder(java.awt.Component)
+meth public java.awt.Component add(java.awt.Component)
+meth public java.awt.Component add(java.awt.Component,int)
+meth public java.awt.Component add(java.lang.String,java.awt.Component)
+meth public java.awt.Component findComponentAt(int,int)
+meth public java.awt.Component findComponentAt(java.awt.Point)
+meth public java.awt.Component getComponent(int)
+meth public java.awt.Component getComponentAt(int,int)
+meth public java.awt.Component getComponentAt(java.awt.Point)
+meth public java.awt.Component locate(int,int)
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Component[] getComponents()
+meth public java.awt.Dimension getMaximumSize()
+meth public java.awt.Dimension getMinimumSize()
+meth public java.awt.Dimension getPreferredSize()
+meth public java.awt.Dimension minimumSize()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Dimension preferredSize()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.FocusTraversalPolicy getFocusTraversalPolicy()
+meth public java.awt.Insets getInsets()
+meth public java.awt.Insets insets()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.LayoutManager getLayout()
+meth public java.awt.Point getMousePosition(boolean)
+meth public java.awt.event.ContainerListener[] getContainerListeners()
+meth public java.util.Set<java.awt.AWTKeyStroke> getFocusTraversalKeys(int)
+meth public void add(java.awt.Component,java.lang.Object)
+meth public void add(java.awt.Component,java.lang.Object,int)
+meth public void addContainerListener(java.awt.event.ContainerListener)
+meth public void addNotify()
+meth public void addPropertyChangeListener(java.beans.PropertyChangeListener)
+meth public void addPropertyChangeListener(java.lang.String,java.beans.PropertyChangeListener)
+meth public void applyComponentOrientation(java.awt.ComponentOrientation)
+meth public void deliverEvent(java.awt.Event)
+ anno 0 java.lang.Deprecated()
+meth public void doLayout()
+meth public void invalidate()
+meth public void layout()
+ anno 0 java.lang.Deprecated()
+meth public void list(java.io.PrintStream,int)
+meth public void list(java.io.PrintWriter,int)
+meth public void paint(java.awt.Graphics)
+meth public void paintComponents(java.awt.Graphics)
+meth public void print(java.awt.Graphics)
+meth public void printComponents(java.awt.Graphics)
+meth public void remove(int)
+meth public void remove(java.awt.Component)
+meth public void removeAll()
+meth public void removeContainerListener(java.awt.event.ContainerListener)
+meth public void removeNotify()
+meth public void setComponentZOrder(java.awt.Component,int)
+meth public void setFocusCycleRoot(boolean)
+meth public void setFocusTraversalKeys(int,java.util.Set<? extends java.awt.AWTKeyStroke>)
+meth public void setFocusTraversalPolicy(java.awt.FocusTraversalPolicy)
+meth public void setFont(java.awt.Font)
+meth public void setLayout(java.awt.LayoutManager)
+meth public void transferFocusDownCycle()
+meth public void update(java.awt.Graphics)
+meth public void validate()
+supr java.awt.Component
+hfds INCLUDE_SELF,SEARCH_HEAVYWEIGHTS,component,containerListener,containerSerializedDataVersion,descendantsCount,dispatcher,eventLog,focusCycleRoot,focusTraversalPolicy,focusTraversalPolicyProvider,layoutMgr,listeningBoundsChildren,listeningChildren,log,mixingLog,modalAppContext,modalComp,ncomponents,numOfHWComponents,numOfLWComponents,printing,printingThreads,serialPersistentFields,serialVersionUID
+hcls DropTargetEventTargetFilter,EventTargetFilter,MouseEventTargetFilter,WakingRunnable
+
+CLSS public abstract interface java.awt.MenuContainer
+meth public abstract boolean postEvent(java.awt.Event)
+ anno 0 java.lang.Deprecated()
+meth public abstract java.awt.Font getFont()
+meth public abstract void remove(java.awt.MenuComponent)
+
+CLSS public abstract interface java.awt.datatransfer.Transferable
+meth public abstract boolean isDataFlavorSupported(java.awt.datatransfer.DataFlavor)
+meth public abstract java.awt.datatransfer.DataFlavor[] getTransferDataFlavors()
+meth public abstract java.lang.Object getTransferData(java.awt.datatransfer.DataFlavor) throws java.awt.datatransfer.UnsupportedFlavorException,java.io.IOException
+
+CLSS public abstract interface java.awt.image.ImageObserver
+fld public final static int ABORT = 128
+fld public final static int ALLBITS = 32
+fld public final static int ERROR = 64
+fld public final static int FRAMEBITS = 16
+fld public final static int HEIGHT = 2
+fld public final static int PROPERTIES = 4
+fld public final static int SOMEBITS = 8
+fld public final static int WIDTH = 1
+meth public abstract boolean imageUpdate(java.awt.Image,int,int,int,int,int)
+
+CLSS public abstract interface java.beans.PropertyChangeListener
+intf java.util.EventListener
+meth public abstract void propertyChange(java.beans.PropertyChangeEvent)
+
+CLSS public abstract interface java.io.Serializable
+
+CLSS public abstract interface java.lang.Comparable<%0 extends java.lang.Object>
+meth public abstract int compareTo({java.lang.Comparable%0})
+
+CLSS public java.lang.Object
+cons public init()
+meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
+meth protected void finalize() throws java.lang.Throwable
+meth public boolean equals(java.lang.Object)
+meth public final java.lang.Class<?> getClass()
+meth public final void notify()
+meth public final void notifyAll()
+meth public final void wait() throws java.lang.InterruptedException
+meth public final void wait(long) throws java.lang.InterruptedException
+meth public final void wait(long,int) throws java.lang.InterruptedException
+meth public int hashCode()
+meth public java.lang.String toString()
+
+CLSS public abstract interface java.util.Comparator<%0 extends java.lang.Object>
+meth public abstract boolean equals(java.lang.Object)
+meth public abstract int compare({java.util.Comparator%0},{java.util.Comparator%0})
+
+CLSS public abstract interface java.util.EventListener
+
+CLSS public abstract interface javax.accessibility.Accessible
+meth public abstract javax.accessibility.AccessibleContext getAccessibleContext()
+
+CLSS public abstract javax.swing.JComponent
+cons public init()
+fld protected javax.accessibility.AccessibleContext accessibleContext
+fld protected javax.swing.event.EventListenerList listenerList
+fld protected javax.swing.plaf.ComponentUI ui
+fld public final static int UNDEFINED_CONDITION = -1
+fld public final static int WHEN_ANCESTOR_OF_FOCUSED_COMPONENT = 1
+fld public final static int WHEN_FOCUSED = 0
+fld public final static int WHEN_IN_FOCUSED_WINDOW = 2
+fld public final static java.lang.String TOOL_TIP_TEXT_KEY = "ToolTipText"
+innr public abstract AccessibleJComponent
+intf java.io.Serializable
+meth protected boolean processKeyBinding(javax.swing.KeyStroke,java.awt.event.KeyEvent,int,boolean)
+meth protected boolean requestFocusInWindow(boolean)
+meth protected java.awt.Graphics getComponentGraphics(java.awt.Graphics)
+meth protected java.lang.String paramString()
+meth protected void fireVetoableChange(java.lang.String,java.lang.Object,java.lang.Object) throws java.beans.PropertyVetoException
+meth protected void paintBorder(java.awt.Graphics)
+meth protected void paintChildren(java.awt.Graphics)
+meth protected void paintComponent(java.awt.Graphics)
+meth protected void printBorder(java.awt.Graphics)
+meth protected void printChildren(java.awt.Graphics)
+meth protected void printComponent(java.awt.Graphics)
+meth protected void processComponentKeyEvent(java.awt.event.KeyEvent)
+meth protected void processKeyEvent(java.awt.event.KeyEvent)
+meth protected void processMouseEvent(java.awt.event.MouseEvent)
+meth protected void processMouseMotionEvent(java.awt.event.MouseEvent)
+meth protected void setUI(javax.swing.plaf.ComponentUI)
+meth public <%0 extends java.util.EventListener> {%%0}[] getListeners(java.lang.Class<{%%0}>)
+meth public boolean contains(int,int)
+meth public boolean getAutoscrolls()
+meth public boolean getInheritsPopupMenu()
+meth public boolean getVerifyInputWhenFocusTarget()
+meth public boolean isDoubleBuffered()
+meth public boolean isManagingFocus()
+ anno 0 java.lang.Deprecated()
+meth public boolean isOpaque()
+meth public boolean isOptimizedDrawingEnabled()
+meth public boolean isPaintingTile()
+meth public boolean isRequestFocusEnabled()
+meth public boolean isValidateRoot()
+meth public boolean requestDefaultFocus()
+ anno 0 java.lang.Deprecated()
+meth public boolean requestFocus(boolean)
+meth public boolean requestFocusInWindow()
+meth public final boolean isPaintingForPrint()
+meth public final java.lang.Object getClientProperty(java.lang.Object)
+meth public final javax.swing.ActionMap getActionMap()
+meth public final javax.swing.InputMap getInputMap()
+meth public final javax.swing.InputMap getInputMap(int)
+meth public final void putClientProperty(java.lang.Object,java.lang.Object)
+meth public final void setActionMap(javax.swing.ActionMap)
+meth public final void setInputMap(int,javax.swing.InputMap)
+meth public float getAlignmentX()
+meth public float getAlignmentY()
+meth public int getBaseline(int,int)
+meth public int getConditionForKeyStroke(javax.swing.KeyStroke)
+meth public int getDebugGraphicsOptions()
+meth public int getHeight()
+meth public int getWidth()
+meth public int getX()
+meth public int getY()
+meth public java.awt.Component getNextFocusableComponent()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Component$BaselineResizeBehavior getBaselineResizeBehavior()
+meth public java.awt.Container getTopLevelAncestor()
+meth public java.awt.Dimension getMaximumSize()
+meth public java.awt.Dimension getMinimumSize()
+meth public java.awt.Dimension getPreferredSize()
+meth public java.awt.Dimension getSize(java.awt.Dimension)
+meth public java.awt.FontMetrics getFontMetrics(java.awt.Font)
+meth public java.awt.Graphics getGraphics()
+meth public java.awt.Insets getInsets()
+meth public java.awt.Insets getInsets(java.awt.Insets)
+meth public java.awt.Point getLocation(java.awt.Point)
+meth public java.awt.Point getPopupLocation(java.awt.event.MouseEvent)
+meth public java.awt.Point getToolTipLocation(java.awt.event.MouseEvent)
+meth public java.awt.Rectangle getBounds(java.awt.Rectangle)
+meth public java.awt.Rectangle getVisibleRect()
+meth public java.awt.event.ActionListener getActionForKeyStroke(javax.swing.KeyStroke)
+meth public java.beans.VetoableChangeListener[] getVetoableChangeListeners()
+meth public java.lang.String getToolTipText()
+meth public java.lang.String getToolTipText(java.awt.event.MouseEvent)
+meth public java.lang.String getUIClassID()
+meth public javax.accessibility.AccessibleContext getAccessibleContext()
+meth public javax.swing.InputVerifier getInputVerifier()
+meth public javax.swing.JPopupMenu getComponentPopupMenu()
+meth public javax.swing.JRootPane getRootPane()
+meth public javax.swing.JToolTip createToolTip()
+meth public javax.swing.KeyStroke[] getRegisteredKeyStrokes()
+meth public javax.swing.TransferHandler getTransferHandler()
+meth public javax.swing.border.Border getBorder()
+meth public javax.swing.event.AncestorListener[] getAncestorListeners()
+meth public static boolean isLightweightComponent(java.awt.Component)
+meth public static java.util.Locale getDefaultLocale()
+meth public static void setDefaultLocale(java.util.Locale)
+meth public void addAncestorListener(javax.swing.event.AncestorListener)
+meth public void addNotify()
+meth public void addVetoableChangeListener(java.beans.VetoableChangeListener)
+meth public void computeVisibleRect(java.awt.Rectangle)
+meth public void disable()
+ anno 0 java.lang.Deprecated()
+meth public void enable()
+ anno 0 java.lang.Deprecated()
+meth public void firePropertyChange(java.lang.String,boolean,boolean)
+meth public void firePropertyChange(java.lang.String,char,char)
+meth public void firePropertyChange(java.lang.String,int,int)
+meth public void grabFocus()
+meth public void paint(java.awt.Graphics)
+meth public void paintImmediately(int,int,int,int)
+meth public void paintImmediately(java.awt.Rectangle)
+meth public void print(java.awt.Graphics)
+meth public void printAll(java.awt.Graphics)
+meth public void registerKeyboardAction(java.awt.event.ActionListener,java.lang.String,javax.swing.KeyStroke,int)
+meth public void registerKeyboardAction(java.awt.event.ActionListener,javax.swing.KeyStroke,int)
+meth public void removeAncestorListener(javax.swing.event.AncestorListener)
+meth public void removeNotify()
+meth public void removeVetoableChangeListener(java.beans.VetoableChangeListener)
+meth public void repaint(java.awt.Rectangle)
+meth public void repaint(long,int,int,int,int)
+meth public void requestFocus()
+meth public void resetKeyboardActions()
+meth public void reshape(int,int,int,int)
+ anno 0 java.lang.Deprecated()
+meth public void revalidate()
+meth public void scrollRectToVisible(java.awt.Rectangle)
+meth public void setAlignmentX(float)
+meth public void setAlignmentY(float)
+meth public void setAutoscrolls(boolean)
+meth public void setBackground(java.awt.Color)
+meth public void setBorder(javax.swing.border.Border)
+meth public void setComponentPopupMenu(javax.swing.JPopupMenu)
+meth public void setDebugGraphicsOptions(int)
+meth public void setDoubleBuffered(boolean)
+meth public void setEnabled(boolean)
+meth public void setFocusTraversalKeys(int,java.util.Set<? extends java.awt.AWTKeyStroke>)
+meth public void setFont(java.awt.Font)
+meth public void setForeground(java.awt.Color)
+meth public void setInheritsPopupMenu(boolean)
+meth public void setInputVerifier(javax.swing.InputVerifier)
+meth public void setMaximumSize(java.awt.Dimension)
+meth public void setMinimumSize(java.awt.Dimension)
+meth public void setNextFocusableComponent(java.awt.Component)
+ anno 0 java.lang.Deprecated()
+meth public void setOpaque(boolean)
+meth public void setPreferredSize(java.awt.Dimension)
+meth public void setRequestFocusEnabled(boolean)
+meth public void setToolTipText(java.lang.String)
+meth public void setTransferHandler(javax.swing.TransferHandler)
+meth public void setVerifyInputWhenFocusTarget(boolean)
+meth public void setVisible(boolean)
+meth public void unregisterKeyboardAction(javax.swing.KeyStroke)
+meth public void update(java.awt.Graphics)
+meth public void updateUI()
+supr java.awt.Container
+hfds ACTIONMAP_CREATED,ANCESTOR_INPUTMAP_CREATED,ANCESTOR_USING_BUFFER,AUTOSCROLLS_SET,COMPLETELY_OBSCURED,CREATED_DOUBLE_BUFFER,DEBUG_GRAPHICS_LOADED,FOCUS_INPUTMAP_CREATED,FOCUS_TRAVERSAL_KEYS_BACKWARD_SET,FOCUS_TRAVERSAL_KEYS_FORWARD_SET,INHERITS_POPUP_MENU,INPUT_VERIFIER_SOURCE_KEY,IS_DOUBLE_BUFFERED,IS_OPAQUE,IS_PAINTING_TILE,IS_PRINTING,IS_PRINTING_ALL,IS_REPAINTING,KEYBOARD_BINDINGS_KEY,KEY_EVENTS_ENABLED,NEXT_FOCUS,NOT_OBSCURED,OPAQUE_SET,PARTIALLY_OBSCURED,REQUEST_FOCUS_DISABLED,RESERVED_1,RESERVED_2,RESERVED_3,RESERVED_4,RESERVED_5,RESERVED_6,REVALIDATE_RUNNABLE_SCHEDULED,WHEN_IN_FOCUSED_WINDOW_BINDINGS,WIF_INPUTMAP_CREATED,WRITE_OBJ_COUNTER_FIRST,WRITE_OBJ_COUNTER_LAST,aaTextInfo,actionMap,alignmentX,alignmentY,ancestorInputMap,autoscrolls,border,clientProperties,componentObtainingGraphicsFrom,componentObtainingGraphicsFromLock,defaultLocale,flags,focusController,focusInputMap,inputVerifier,isAlignmentXSet,isAlignmentYSet,managingFocusBackwardTraversalKeys,managingFocusForwardTraversalKeys,paintingChild,popupMenu,readObjectCallbacks,tempRectangles,uiClassID,verifyInputWhenFocusTarget,vetoableChangeSupport,windowInputMap
+hcls ActionStandin,IntVector,KeyboardState,ReadObjectCallback
+
+CLSS public javax.swing.JLabel
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,int)
+cons public init(java.lang.String,javax.swing.Icon,int)
+cons public init(javax.swing.Icon)
+cons public init(javax.swing.Icon,int)
+fld protected java.awt.Component labelFor
+innr protected AccessibleJLabel
+intf javax.accessibility.Accessible
+intf javax.swing.SwingConstants
+meth protected int checkHorizontalKey(int,java.lang.String)
+meth protected int checkVerticalKey(int,java.lang.String)
+meth protected java.lang.String paramString()
+meth public boolean imageUpdate(java.awt.Image,int,int,int,int,int)
+meth public int getDisplayedMnemonic()
+meth public int getDisplayedMnemonicIndex()
+meth public int getHorizontalAlignment()
+meth public int getHorizontalTextPosition()
+meth public int getIconTextGap()
+meth public int getVerticalAlignment()
+meth public int getVerticalTextPosition()
+meth public java.awt.Component getLabelFor()
+meth public java.lang.String getText()
+meth public java.lang.String getUIClassID()
+meth public javax.accessibility.AccessibleContext getAccessibleContext()
+meth public javax.swing.Icon getDisabledIcon()
+meth public javax.swing.Icon getIcon()
+meth public javax.swing.plaf.LabelUI getUI()
+meth public void setDisabledIcon(javax.swing.Icon)
+meth public void setDisplayedMnemonic(char)
+meth public void setDisplayedMnemonic(int)
+meth public void setDisplayedMnemonicIndex(int)
+meth public void setHorizontalAlignment(int)
+meth public void setHorizontalTextPosition(int)
+meth public void setIcon(javax.swing.Icon)
+meth public void setIconTextGap(int)
+meth public void setLabelFor(java.awt.Component)
+meth public void setText(java.lang.String)
+meth public void setUI(javax.swing.plaf.LabelUI)
+meth public void setVerticalAlignment(int)
+meth public void setVerticalTextPosition(int)
+meth public void updateUI()
+supr javax.swing.JComponent
+hfds LABELED_BY_PROPERTY,defaultIcon,disabledIcon,disabledIconSet,horizontalAlignment,horizontalTextPosition,iconTextGap,mnemonic,mnemonicIndex,text,uiClassID,verticalAlignment,verticalTextPosition
+
+CLSS public javax.swing.JTable
+cons public init()
+cons public init(int,int)
+cons public init(java.lang.Object[][],java.lang.Object[])
+cons public init(java.util.Vector,java.util.Vector)
+cons public init(javax.swing.table.TableModel)
+cons public init(javax.swing.table.TableModel,javax.swing.table.TableColumnModel)
+cons public init(javax.swing.table.TableModel,javax.swing.table.TableColumnModel,javax.swing.ListSelectionModel)
+fld protected boolean autoCreateColumnsFromModel
+fld protected boolean cellSelectionEnabled
+fld protected boolean rowSelectionAllowed
+fld protected boolean showHorizontalLines
+fld protected boolean showVerticalLines
+fld protected int autoResizeMode
+fld protected int editingColumn
+fld protected int editingRow
+fld protected int rowHeight
+fld protected int rowMargin
+fld protected java.awt.Color gridColor
+fld protected java.awt.Color selectionBackground
+fld protected java.awt.Color selectionForeground
+fld protected java.awt.Component editorComp
+fld protected java.awt.Dimension preferredViewportSize
+fld protected java.util.Hashtable defaultEditorsByColumnClass
+fld protected java.util.Hashtable defaultRenderersByColumnClass
+fld protected javax.swing.ListSelectionModel selectionModel
+fld protected javax.swing.table.JTableHeader tableHeader
+fld protected javax.swing.table.TableCellEditor cellEditor
+fld protected javax.swing.table.TableColumnModel columnModel
+fld protected javax.swing.table.TableModel dataModel
+fld public final static int AUTO_RESIZE_ALL_COLUMNS = 4
+fld public final static int AUTO_RESIZE_LAST_COLUMN = 3
+fld public final static int AUTO_RESIZE_NEXT_COLUMN = 1
+fld public final static int AUTO_RESIZE_OFF = 0
+fld public final static int AUTO_RESIZE_SUBSEQUENT_COLUMNS = 2
+innr protected AccessibleJTable
+innr public final static !enum PrintMode
+innr public final static DropLocation
+intf javax.accessibility.Accessible
+intf javax.swing.Scrollable
+intf javax.swing.event.CellEditorListener
+intf javax.swing.event.ListSelectionListener
+intf javax.swing.event.RowSorterListener
+intf javax.swing.event.TableColumnModelListener
+intf javax.swing.event.TableModelListener
+meth protected boolean processKeyBinding(javax.swing.KeyStroke,java.awt.event.KeyEvent,int,boolean)
+meth protected java.lang.String paramString()
+meth protected javax.swing.ListSelectionModel createDefaultSelectionModel()
+meth protected javax.swing.table.JTableHeader createDefaultTableHeader()
+meth protected javax.swing.table.TableColumnModel createDefaultColumnModel()
+meth protected javax.swing.table.TableModel createDefaultDataModel()
+meth protected void configureEnclosingScrollPane()
+meth protected void createDefaultEditors()
+meth protected void createDefaultRenderers()
+meth protected void initializeLocalVars()
+meth protected void resizeAndRepaint()
+meth protected void unconfigureEnclosingScrollPane()
+meth public boolean editCellAt(int,int)
+meth public boolean editCellAt(int,int,java.util.EventObject)
+meth public boolean getAutoCreateColumnsFromModel()
+meth public boolean getAutoCreateRowSorter()
+meth public boolean getCellSelectionEnabled()
+meth public boolean getColumnSelectionAllowed()
+meth public boolean getDragEnabled()
+meth public boolean getFillsViewportHeight()
+meth public boolean getRowSelectionAllowed()
+meth public boolean getScrollableTracksViewportHeight()
+meth public boolean getScrollableTracksViewportWidth()
+meth public boolean getShowHorizontalLines()
+meth public boolean getShowVerticalLines()
+meth public boolean getSurrendersFocusOnKeystroke()
+meth public boolean getUpdateSelectionOnSort()
+meth public boolean isCellEditable(int,int)
+meth public boolean isCellSelected(int,int)
+meth public boolean isColumnSelected(int)
+meth public boolean isEditing()
+meth public boolean isRowSelected(int)
+meth public boolean print() throws java.awt.print.PrinterException
+meth public boolean print(javax.swing.JTable$PrintMode) throws java.awt.print.PrinterException
+meth public boolean print(javax.swing.JTable$PrintMode,java.text.MessageFormat,java.text.MessageFormat) throws java.awt.print.PrinterException
+meth public boolean print(javax.swing.JTable$PrintMode,java.text.MessageFormat,java.text.MessageFormat,boolean,javax.print.attribute.PrintRequestAttributeSet,boolean) throws java.awt.print.PrinterException
+meth public boolean print(javax.swing.JTable$PrintMode,java.text.MessageFormat,java.text.MessageFormat,boolean,javax.print.attribute.PrintRequestAttributeSet,boolean,javax.print.PrintService) throws java.awt.print.PrinterException
+meth public final javax.swing.DropMode getDropMode()
+meth public final javax.swing.JTable$DropLocation getDropLocation()
+meth public final void setDropMode(javax.swing.DropMode)
+meth public int columnAtPoint(java.awt.Point)
+meth public int convertColumnIndexToModel(int)
+meth public int convertColumnIndexToView(int)
+meth public int convertRowIndexToModel(int)
+meth public int convertRowIndexToView(int)
+meth public int getAutoResizeMode()
+meth public int getColumnCount()
+meth public int getEditingColumn()
+meth public int getEditingRow()
+meth public int getRowCount()
+meth public int getRowHeight()
+meth public int getRowHeight(int)
+meth public int getRowMargin()
+meth public int getScrollableBlockIncrement(java.awt.Rectangle,int,int)
+meth public int getScrollableUnitIncrement(java.awt.Rectangle,int,int)
+meth public int getSelectedColumn()
+meth public int getSelectedColumnCount()
+meth public int getSelectedRow()
+meth public int getSelectedRowCount()
+meth public int rowAtPoint(java.awt.Point)
+meth public int[] getSelectedColumns()
+meth public int[] getSelectedRows()
+meth public java.awt.Color getGridColor()
+meth public java.awt.Color getSelectionBackground()
+meth public java.awt.Color getSelectionForeground()
+meth public java.awt.Component getEditorComponent()
+meth public java.awt.Component prepareEditor(javax.swing.table.TableCellEditor,int,int)
+meth public java.awt.Component prepareRenderer(javax.swing.table.TableCellRenderer,int,int)
+meth public java.awt.Dimension getIntercellSpacing()
+meth public java.awt.Dimension getPreferredScrollableViewportSize()
+meth public java.awt.Rectangle getCellRect(int,int,boolean)
+meth public java.awt.print.Printable getPrintable(javax.swing.JTable$PrintMode,java.text.MessageFormat,java.text.MessageFormat)
+meth public java.lang.Class<?> getColumnClass(int)
+meth public java.lang.Object getValueAt(int,int)
+meth public java.lang.String getColumnName(int)
+meth public java.lang.String getToolTipText(java.awt.event.MouseEvent)
+meth public java.lang.String getUIClassID()
+meth public javax.accessibility.AccessibleContext getAccessibleContext()
+meth public javax.swing.ListSelectionModel getSelectionModel()
+meth public javax.swing.RowSorter<? extends javax.swing.table.TableModel> getRowSorter()
+meth public javax.swing.plaf.TableUI getUI()
+meth public javax.swing.table.JTableHeader getTableHeader()
+meth public javax.swing.table.TableCellEditor getCellEditor()
+meth public javax.swing.table.TableCellEditor getCellEditor(int,int)
+meth public javax.swing.table.TableCellEditor getDefaultEditor(java.lang.Class<?>)
+meth public javax.swing.table.TableCellRenderer getCellRenderer(int,int)
+meth public javax.swing.table.TableCellRenderer getDefaultRenderer(java.lang.Class<?>)
+meth public javax.swing.table.TableColumn getColumn(java.lang.Object)
+meth public javax.swing.table.TableColumnModel getColumnModel()
+meth public javax.swing.table.TableModel getModel()
+meth public static javax.swing.JScrollPane createScrollPaneForTable(javax.swing.JTable)
+ anno 0 java.lang.Deprecated()
+meth public void addColumn(javax.swing.table.TableColumn)
+meth public void addColumnSelectionInterval(int,int)
+meth public void addNotify()
+meth public void addRowSelectionInterval(int,int)
+meth public void changeSelection(int,int,boolean,boolean)
+meth public void clearSelection()
+meth public void columnAdded(javax.swing.event.TableColumnModelEvent)
+meth public void columnMarginChanged(javax.swing.event.ChangeEvent)
+meth public void columnMoved(javax.swing.event.TableColumnModelEvent)
+meth public void columnRemoved(javax.swing.event.TableColumnModelEvent)
+meth public void columnSelectionChanged(javax.swing.event.ListSelectionEvent)
+meth public void createDefaultColumnsFromModel()
+meth public void doLayout()
+meth public void editingCanceled(javax.swing.event.ChangeEvent)
+meth public void editingStopped(javax.swing.event.ChangeEvent)
+meth public void moveColumn(int,int)
+meth public void removeColumn(javax.swing.table.TableColumn)
+meth public void removeColumnSelectionInterval(int,int)
+meth public void removeEditor()
+meth public void removeNotify()
+meth public void removeRowSelectionInterval(int,int)
+meth public void selectAll()
+meth public void setAutoCreateColumnsFromModel(boolean)
+meth public void setAutoCreateRowSorter(boolean)
+meth public void setAutoResizeMode(int)
+meth public void setCellEditor(javax.swing.table.TableCellEditor)
+meth public void setCellSelectionEnabled(boolean)
+meth public void setColumnModel(javax.swing.table.TableColumnModel)
+meth public void setColumnSelectionAllowed(boolean)
+meth public void setColumnSelectionInterval(int,int)
+meth public void setDefaultEditor(java.lang.Class<?>,javax.swing.table.TableCellEditor)
+meth public void setDefaultRenderer(java.lang.Class<?>,javax.swing.table.TableCellRenderer)
+meth public void setDragEnabled(boolean)
+meth public void setEditingColumn(int)
+meth public void setEditingRow(int)
+meth public void setFillsViewportHeight(boolean)
+meth public void setGridColor(java.awt.Color)
+meth public void setIntercellSpacing(java.awt.Dimension)
+meth public void setModel(javax.swing.table.TableModel)
+meth public void setPreferredScrollableViewportSize(java.awt.Dimension)
+meth public void setRowHeight(int)
+meth public void setRowHeight(int,int)
+meth public void setRowMargin(int)
+meth public void setRowSelectionAllowed(boolean)
+meth public void setRowSelectionInterval(int,int)
+meth public void setRowSorter(javax.swing.RowSorter<? extends javax.swing.table.TableModel>)
+meth public void setSelectionBackground(java.awt.Color)
+meth public void setSelectionForeground(java.awt.Color)
+meth public void setSelectionMode(int)
+meth public void setSelectionModel(javax.swing.ListSelectionModel)
+meth public void setShowGrid(boolean)
+meth public void setShowHorizontalLines(boolean)
+meth public void setShowVerticalLines(boolean)
+meth public void setSurrendersFocusOnKeystroke(boolean)
+meth public void setTableHeader(javax.swing.table.JTableHeader)
+meth public void setUI(javax.swing.plaf.TableUI)
+meth public void setUpdateSelectionOnSort(boolean)
+meth public void setValueAt(java.lang.Object,int,int)
+meth public void sizeColumnsToFit(boolean)
+ anno 0 java.lang.Deprecated()
+meth public void sizeColumnsToFit(int)
+meth public void sorterChanged(javax.swing.event.RowSorterEvent)
+meth public void tableChanged(javax.swing.event.TableModelEvent)
+meth public void updateUI()
+meth public void valueChanged(javax.swing.event.ListSelectionEvent)
+supr javax.swing.JComponent
+hfds autoCreateRowSorter,columnSelectionAdjusting,dragEnabled,dropLocation,dropMode,editorRemover,fillsViewportHeight,ignoreSortChange,isRowHeightSet,printError,rowModel,rowSelectionAdjusting,sortManager,sorterChanged,surrendersFocusOnKeystroke,uiClassID,updateSelectionOnSort
+hcls BooleanEditor,BooleanRenderer,CellEditorRemover,DateRenderer,DoubleRenderer,GenericEditor,IconRenderer,ModelChange,NumberEditor,NumberRenderer,Resizable2,Resizable3,SortManager,ThreadSafePrintable
+
+CLSS public abstract interface javax.swing.Scrollable
+meth public abstract boolean getScrollableTracksViewportHeight()
+meth public abstract boolean getScrollableTracksViewportWidth()
+meth public abstract int getScrollableBlockIncrement(java.awt.Rectangle,int,int)
+meth public abstract int getScrollableUnitIncrement(java.awt.Rectangle,int,int)
+meth public abstract java.awt.Dimension getPreferredScrollableViewportSize()
+
+CLSS public abstract interface javax.swing.SwingConstants
+fld public final static int BOTTOM = 3
+fld public final static int CENTER = 0
+fld public final static int EAST = 3
+fld public final static int HORIZONTAL = 0
+fld public final static int LEADING = 10
+fld public final static int LEFT = 2
+fld public final static int NEXT = 12
+fld public final static int NORTH = 1
+fld public final static int NORTH_EAST = 2
+fld public final static int NORTH_WEST = 8
+fld public final static int PREVIOUS = 13
+fld public final static int RIGHT = 4
+fld public final static int SOUTH = 5
+fld public final static int SOUTH_EAST = 4
+fld public final static int SOUTH_WEST = 6
+fld public final static int TOP = 1
+fld public final static int TRAILING = 11
+fld public final static int VERTICAL = 1
+fld public final static int WEST = 7
+
+CLSS public javax.swing.TransferHandler
+cons protected init()
+cons public init(java.lang.String)
+fld public final static int COPY = 1
+fld public final static int COPY_OR_MOVE = 3
+fld public final static int LINK = 1073741824
+fld public final static int MOVE = 2
+fld public final static int NONE = 0
+innr public final static TransferSupport
+innr public static DropLocation
+intf java.io.Serializable
+meth protected java.awt.datatransfer.Transferable createTransferable(javax.swing.JComponent)
+meth protected void exportDone(javax.swing.JComponent,java.awt.datatransfer.Transferable,int)
+meth public boolean canImport(javax.swing.JComponent,java.awt.datatransfer.DataFlavor[])
+meth public boolean canImport(javax.swing.TransferHandler$TransferSupport)
+meth public boolean importData(javax.swing.JComponent,java.awt.datatransfer.Transferable)
+meth public boolean importData(javax.swing.TransferHandler$TransferSupport)
+meth public int getSourceActions(javax.swing.JComponent)
+meth public javax.swing.Icon getVisualRepresentation(java.awt.datatransfer.Transferable)
+meth public static javax.swing.Action getCopyAction()
+meth public static javax.swing.Action getCutAction()
+meth public static javax.swing.Action getPasteAction()
+meth public void exportAsDrag(javax.swing.JComponent,java.awt.event.InputEvent,int)
+meth public void exportToClipboard(javax.swing.JComponent,java.awt.datatransfer.Clipboard,int)
+supr java.lang.Object
+hfds copyAction,cutAction,pasteAction,propertyName,recognizer
+hcls DragHandler,DropHandler,HasGetTransferHandler,PropertyTransferable,SwingDragGestureRecognizer,SwingDropTarget,TransferAction
+
+CLSS public abstract interface javax.swing.event.CellEditorListener
+intf java.util.EventListener
+meth public abstract void editingCanceled(javax.swing.event.ChangeEvent)
+meth public abstract void editingStopped(javax.swing.event.ChangeEvent)
+
+CLSS public abstract interface javax.swing.event.ListSelectionListener
+intf java.util.EventListener
+meth public abstract void valueChanged(javax.swing.event.ListSelectionEvent)
+
+CLSS public abstract interface javax.swing.event.RowSorterListener
+intf java.util.EventListener
+meth public abstract void sorterChanged(javax.swing.event.RowSorterEvent)
+
+CLSS public abstract interface javax.swing.event.TableColumnModelListener
+intf java.util.EventListener
+meth public abstract void columnAdded(javax.swing.event.TableColumnModelEvent)
+meth public abstract void columnMarginChanged(javax.swing.event.ChangeEvent)
+meth public abstract void columnMoved(javax.swing.event.TableColumnModelEvent)
+meth public abstract void columnRemoved(javax.swing.event.TableColumnModelEvent)
+meth public abstract void columnSelectionChanged(javax.swing.event.ListSelectionEvent)
+
+CLSS public abstract interface javax.swing.event.TableModelListener
+intf java.util.EventListener
+meth public abstract void tableChanged(javax.swing.event.TableModelEvent)
+
+CLSS public abstract interface javax.swing.event.TreeWillExpandListener
+intf java.util.EventListener
+meth public abstract void treeWillCollapse(javax.swing.event.TreeExpansionEvent) throws javax.swing.tree.ExpandVetoException
+meth public abstract void treeWillExpand(javax.swing.event.TreeExpansionEvent) throws javax.swing.tree.ExpandVetoException
+
+CLSS public javax.swing.table.DefaultTableCellRenderer
+cons public init()
+fld protected static javax.swing.border.Border noFocusBorder
+innr public static UIResource
+intf java.io.Serializable
+intf javax.swing.table.TableCellRenderer
+meth protected void firePropertyChange(java.lang.String,java.lang.Object,java.lang.Object)
+meth protected void setValue(java.lang.Object)
+meth public boolean isOpaque()
+meth public java.awt.Component getTableCellRendererComponent(javax.swing.JTable,java.lang.Object,boolean,boolean,int,int)
+meth public void firePropertyChange(java.lang.String,boolean,boolean)
+meth public void invalidate()
+meth public void repaint()
+meth public void repaint(java.awt.Rectangle)
+meth public void repaint(long,int,int,int,int)
+meth public void revalidate()
+meth public void setBackground(java.awt.Color)
+meth public void setForeground(java.awt.Color)
+meth public void updateUI()
+meth public void validate()
+supr javax.swing.JLabel
+hfds DEFAULT_NO_FOCUS_BORDER,SAFE_NO_FOCUS_BORDER,unselectedBackground,unselectedForeground
+
+CLSS public javax.swing.table.DefaultTableColumnModel
+cons public init()
+fld protected boolean columnSelectionAllowed
+fld protected int columnMargin
+fld protected int totalColumnWidth
+fld protected java.util.Vector<javax.swing.table.TableColumn> tableColumns
+fld protected javax.swing.ListSelectionModel selectionModel
+fld protected javax.swing.event.ChangeEvent changeEvent
+fld protected javax.swing.event.EventListenerList listenerList
+intf java.beans.PropertyChangeListener
+intf java.io.Serializable
+intf javax.swing.event.ListSelectionListener
+intf javax.swing.table.TableColumnModel
+meth protected javax.swing.ListSelectionModel createSelectionModel()
+meth protected void fireColumnAdded(javax.swing.event.TableColumnModelEvent)
+meth protected void fireColumnMarginChanged()
+meth protected void fireColumnMoved(javax.swing.event.TableColumnModelEvent)
+meth protected void fireColumnRemoved(javax.swing.event.TableColumnModelEvent)
+meth protected void fireColumnSelectionChanged(javax.swing.event.ListSelectionEvent)
+meth protected void recalcWidthCache()
+meth public <%0 extends java.util.EventListener> {%%0}[] getListeners(java.lang.Class<{%%0}>)
+meth public boolean getColumnSelectionAllowed()
+meth public int getColumnCount()
+meth public int getColumnIndex(java.lang.Object)
+meth public int getColumnIndexAtX(int)
+meth public int getColumnMargin()
+meth public int getSelectedColumnCount()
+meth public int getTotalColumnWidth()
+meth public int[] getSelectedColumns()
+meth public java.util.Enumeration<javax.swing.table.TableColumn> getColumns()
+meth public javax.swing.ListSelectionModel getSelectionModel()
+meth public javax.swing.event.TableColumnModelListener[] getColumnModelListeners()
+meth public javax.swing.table.TableColumn getColumn(int)
+meth public void addColumn(javax.swing.table.TableColumn)
+meth public void addColumnModelListener(javax.swing.event.TableColumnModelListener)
+meth public void moveColumn(int,int)
+meth public void propertyChange(java.beans.PropertyChangeEvent)
+meth public void removeColumn(javax.swing.table.TableColumn)
+meth public void removeColumnModelListener(javax.swing.event.TableColumnModelListener)
+meth public void setColumnMargin(int)
+meth public void setColumnSelectionAllowed(boolean)
+meth public void setSelectionModel(javax.swing.ListSelectionModel)
+meth public void valueChanged(javax.swing.event.ListSelectionEvent)
+supr java.lang.Object
+
+CLSS public abstract interface javax.swing.table.TableCellRenderer
+meth public abstract java.awt.Component getTableCellRendererComponent(javax.swing.JTable,java.lang.Object,boolean,boolean,int,int)
+
+CLSS public javax.swing.table.TableColumn
+cons public init()
+cons public init(int)
+cons public init(int,int)
+cons public init(int,int,javax.swing.table.TableCellRenderer,javax.swing.table.TableCellEditor)
+fld protected boolean isResizable
+fld protected int maxWidth
+fld protected int minWidth
+fld protected int modelIndex
+fld protected int resizedPostingDisableCount
+ anno 0 java.lang.Deprecated()
+fld protected int width
+fld protected java.lang.Object headerValue
+fld protected java.lang.Object identifier
+fld protected javax.swing.table.TableCellEditor cellEditor
+fld protected javax.swing.table.TableCellRenderer cellRenderer
+fld protected javax.swing.table.TableCellRenderer headerRenderer
+fld public final static java.lang.String CELL_RENDERER_PROPERTY = "cellRenderer"
+fld public final static java.lang.String COLUMN_WIDTH_PROPERTY = "columWidth"
+fld public final static java.lang.String HEADER_RENDERER_PROPERTY = "headerRenderer"
+fld public final static java.lang.String HEADER_VALUE_PROPERTY = "headerValue"
+intf java.io.Serializable
+meth protected javax.swing.table.TableCellRenderer createDefaultHeaderRenderer()
+meth public boolean getResizable()
+meth public int getMaxWidth()
+meth public int getMinWidth()
+meth public int getModelIndex()
+meth public int getPreferredWidth()
+meth public int getWidth()
+meth public java.beans.PropertyChangeListener[] getPropertyChangeListeners()
+meth public java.lang.Object getHeaderValue()
+meth public java.lang.Object getIdentifier()
+meth public javax.swing.table.TableCellEditor getCellEditor()
+meth public javax.swing.table.TableCellRenderer getCellRenderer()
+meth public javax.swing.table.TableCellRenderer getHeaderRenderer()
+meth public void addPropertyChangeListener(java.beans.PropertyChangeListener)
+meth public void disableResizedPosting()
+ anno 0 java.lang.Deprecated()
+meth public void enableResizedPosting()
+ anno 0 java.lang.Deprecated()
+meth public void removePropertyChangeListener(java.beans.PropertyChangeListener)
+meth public void setCellEditor(javax.swing.table.TableCellEditor)
+meth public void setCellRenderer(javax.swing.table.TableCellRenderer)
+meth public void setHeaderRenderer(javax.swing.table.TableCellRenderer)
+meth public void setHeaderValue(java.lang.Object)
+meth public void setIdentifier(java.lang.Object)
+meth public void setMaxWidth(int)
+meth public void setMinWidth(int)
+meth public void setModelIndex(int)
+meth public void setPreferredWidth(int)
+meth public void setResizable(boolean)
+meth public void setWidth(int)
+meth public void sizeWidthToFit()
+supr java.lang.Object
+hfds changeSupport,preferredWidth
+
+CLSS public abstract interface javax.swing.table.TableColumnModel
+meth public abstract boolean getColumnSelectionAllowed()
+meth public abstract int getColumnCount()
+meth public abstract int getColumnIndex(java.lang.Object)
+meth public abstract int getColumnIndexAtX(int)
+meth public abstract int getColumnMargin()
+meth public abstract int getSelectedColumnCount()
+meth public abstract int getTotalColumnWidth()
+meth public abstract int[] getSelectedColumns()
+meth public abstract java.util.Enumeration<javax.swing.table.TableColumn> getColumns()
+meth public abstract javax.swing.ListSelectionModel getSelectionModel()
+meth public abstract javax.swing.table.TableColumn getColumn(int)
+meth public abstract void addColumn(javax.swing.table.TableColumn)
+meth public abstract void addColumnModelListener(javax.swing.event.TableColumnModelListener)
+meth public abstract void moveColumn(int,int)
+meth public abstract void removeColumn(javax.swing.table.TableColumn)
+meth public abstract void removeColumnModelListener(javax.swing.event.TableColumnModelListener)
+meth public abstract void setColumnMargin(int)
+meth public abstract void setColumnSelectionAllowed(boolean)
+meth public abstract void setSelectionModel(javax.swing.ListSelectionModel)
+
+CLSS public abstract interface javax.swing.table.TableModel
+meth public abstract boolean isCellEditable(int,int)
+meth public abstract int getColumnCount()
+meth public abstract int getRowCount()
+meth public abstract java.lang.Class<?> getColumnClass(int)
+meth public abstract java.lang.Object getValueAt(int,int)
+meth public abstract java.lang.String getColumnName(int)
+meth public abstract void addTableModelListener(javax.swing.event.TableModelListener)
+meth public abstract void removeTableModelListener(javax.swing.event.TableModelListener)
+meth public abstract void setValueAt(java.lang.Object,int,int)
+
+CLSS public abstract interface javax.swing.tree.TreeModel
+meth public abstract boolean isLeaf(java.lang.Object)
+meth public abstract int getChildCount(java.lang.Object)
+meth public abstract int getIndexOfChild(java.lang.Object,java.lang.Object)
+meth public abstract java.lang.Object getChild(java.lang.Object,int)
+meth public abstract java.lang.Object getRoot()
+meth public abstract void addTreeModelListener(javax.swing.event.TreeModelListener)
+meth public abstract void removeTreeModelListener(javax.swing.event.TreeModelListener)
+meth public abstract void valueForPathChanged(javax.swing.tree.TreePath,java.lang.Object)
+
+CLSS public org.netbeans.swing.etable.ETable
+cons public init()
+cons public init(int,int)
+cons public init(java.lang.Object[][],java.lang.Object[])
+cons public init(java.util.Vector,java.util.Vector)
+cons public init(javax.swing.table.TableModel)
+cons public init(javax.swing.table.TableModel,javax.swing.table.TableColumnModel)
+cons public init(javax.swing.table.TableModel,javax.swing.table.TableColumnModel,javax.swing.ListSelectionModel)
+fld protected int[] inverseSortingPermutation
+fld protected int[] sortingPermutation
+innr public final static RowMapping
+meth protected boolean acceptByQuickFilter(javax.swing.table.TableModel,int)
+meth protected boolean processKeyBinding(javax.swing.KeyStroke,java.awt.event.KeyEvent,int,boolean)
+meth protected javax.swing.table.TableColumn createColumn(int)
+meth protected javax.swing.table.TableColumnModel createDefaultColumnModel()
+meth protected void configureEnclosingScrollPane()
+meth protected void initializeLocalVars()
+meth protected void sortAndFilter()
+meth public boolean editCellAt(int,int,java.util.EventObject)
+meth public boolean isCellEditable(int,int)
+meth public boolean isColumnHidingAllowed()
+meth public boolean isFullyEditable()
+meth public boolean isFullyNonEditable()
+meth public boolean isPopupUsedFromTheCorner()
+meth public int convertRowIndexToModel(int)
+meth public int convertRowIndexToView(int)
+meth public int getQuickFilterColumn()
+meth public int getRowCount()
+meth public java.lang.Object getQuickFilterObject()
+meth public java.lang.Object getValueAt(int,int)
+meth public java.lang.Object transformValue(java.lang.Object)
+meth public java.lang.String convertValueToString(java.lang.Object)
+meth public java.lang.String getColumnDisplayName(java.lang.String)
+meth public java.lang.String getToolTipText(java.awt.event.MouseEvent)
+meth public java.lang.String getTransferDelimiter(boolean)
+meth public java.lang.String[] getQuickFilterFormatStrings()
+meth public javax.swing.JMenuItem getQuickFilterCompareItem(int,java.lang.Object,java.lang.String,java.lang.String,boolean,boolean)
+meth public javax.swing.JMenuItem getQuickFilterEqualsItem(int,java.lang.Object,java.lang.String,java.lang.String,boolean)
+meth public javax.swing.JMenuItem getQuickFilterNoFilterItem(java.lang.String)
+meth public javax.swing.JMenuItem getQuickFilterPopup(int,java.lang.Object,java.lang.String)
+meth public org.netbeans.swing.etable.TableColumnSelector getColumnSelector()
+meth public static org.netbeans.swing.etable.TableColumnSelector getDefaultColumnSelector()
+meth public static void setDefaultColumnSelector(org.netbeans.swing.etable.TableColumnSelector)
+meth public void createDefaultColumnsFromModel()
+meth public void displaySearchField()
+meth public void doLayout()
+meth public void readSettings(java.util.Properties,java.lang.String)
+meth public void removeEditor()
+meth public void setCellBackground(java.awt.Component,boolean,int,int)
+meth public void setColumnHidingAllowed(boolean)
+meth public void setColumnSelector(org.netbeans.swing.etable.TableColumnSelector)
+meth public void setColumnSorted(int,boolean,int)
+meth public void setFullyEditable(boolean)
+meth public void setFullyNonEditable(boolean)
+meth public void setModel(javax.swing.table.TableModel)
+meth public void setPopupUsedFromTheCorner(boolean)
+meth public void setQuickFilter(int,java.lang.Object)
+meth public void setQuickFilterFormatStrings(java.lang.String[])
+meth public void setSelectVisibleColumnsLabel(java.lang.String)
+meth public void setValueAt(java.lang.Object,int,int)
+meth public void tableChanged(javax.swing.event.TableModelEvent)
+meth public void unsetQuickFilter()
+meth public void writeSettings(java.util.Properties,java.lang.String)
+supr javax.swing.JTable
+hfds ACTION_FOCUS_NEXT,COMPUTING_TOOLTIP,DEFAULT,DEFAULT_COLUMNS_ICON,FULLY_EDITABLE,FULLY_NONEDITABLE,SEARCH_COLUMN,SEARCH_FIELD_PREFERRED_SIZE,SEARCH_FIELD_SPACE,columnHidingAllowed,columnSelectionMouseListener,columnSelector,defaultColumnSelector,editing,filteredRowCount,headerMouseListener,heightOfTextField,inEditRequest,inRemoveRequest,maxPrefix,popupUsedFromTheCorner,quickFilterColumn,quickFilterFormatStrings,quickFilterObject,searchColumn,searchCombo,searchPanel,searchTextField,selectVisibleColumnsLabel
+hcls CTRLTabAction,CancelEditAction,ColumnSelectionMouseListener,CompareQuickFilter,EditAction,EnterAction,EqualsQuickFilter,HeaderMouseListener,NavigationAction,OriginalRowComparator,STPolicy,SearchComboListener,SearchFieldListener,SearchTextField
+
+CLSS public final static org.netbeans.swing.etable.ETable$RowMapping
+ outer org.netbeans.swing.etable.ETable
+cons public init(int,javax.swing.table.TableModel)
+meth public int getModelRowIndex()
+meth public java.lang.Object getModelObject(int)
+supr java.lang.Object
+hfds model,originalIndex
+
+CLSS public org.netbeans.swing.etable.ETableColumn
+cons public init(int,int,javax.swing.table.TableCellRenderer,javax.swing.table.TableCellEditor,org.netbeans.swing.etable.ETable)
+cons public init(int,int,org.netbeans.swing.etable.ETable)
+cons public init(int,org.netbeans.swing.etable.ETable)
+cons public init(org.netbeans.swing.etable.ETable)
+innr public RowComparator
+intf java.lang.Comparable<org.netbeans.swing.etable.ETableColumn>
+meth protected java.util.Comparator<org.netbeans.swing.etable.ETable$RowMapping> getRowComparator(int,boolean)
+meth protected javax.swing.table.TableCellRenderer createDefaultHeaderRenderer()
+meth public boolean isAscending()
+meth public boolean isHidingAllowed()
+meth public boolean isSorted()
+meth public boolean isSortingAllowed()
+meth public int compareTo(org.netbeans.swing.etable.ETableColumn)
+meth public int getSortRank()
+meth public java.util.Comparator getNestedComparator()
+meth public javax.swing.table.TableCellRenderer getHeaderRenderer()
+meth public void readSettings(java.util.Properties,int,java.lang.String)
+meth public void setAscending(boolean)
+meth public void setCustomIcon(javax.swing.Icon)
+meth public void setHeaderRenderer(javax.swing.table.TableCellRenderer)
+meth public void setNestedComparator(java.util.Comparator)
+meth public void setSortRank(int)
+meth public void setSorted(int,boolean)
+ anno 0 java.lang.Deprecated()
+meth public void writeSettings(java.util.Properties,int,java.lang.String)
+supr javax.swing.table.TableColumn
+hfds PROP_ASCENDING,PROP_COMPARATOR,PROP_HEADER_VALUE,PROP_MODEL_INDEX,PROP_PREFERRED_WIDTH,PROP_PREFIX,PROP_SORT_RANK,PROP_WIDTH,ascending,comparator,customIcon,headerRendererSetExternally,myHeaderRenderer,nestedComparator,sortRank,table
+hcls ETableHeaderRenderer,FlippingComparator,SortDownIcon,SortUpIcon
+
+CLSS public org.netbeans.swing.etable.ETableColumn$RowComparator
+ outer org.netbeans.swing.etable.ETableColumn
+cons public init(org.netbeans.swing.etable.ETableColumn,int)
+fld protected int column
+intf java.util.Comparator<org.netbeans.swing.etable.ETable$RowMapping>
+meth public int compare(org.netbeans.swing.etable.ETable$RowMapping,org.netbeans.swing.etable.ETable$RowMapping)
+supr java.lang.Object
+
+CLSS public org.netbeans.swing.etable.ETableColumnModel
+cons public init()
+fld protected java.util.List<javax.swing.table.TableColumn> hiddenColumns
+fld protected java.util.List<javax.swing.table.TableColumn> sortedColumns
+meth public boolean isColumnHidden(javax.swing.table.TableColumn)
+meth public java.util.Comparator<org.netbeans.swing.etable.ETable$RowMapping> getComparator()
+meth public org.netbeans.swing.etable.TableColumnSelector$TreeNode getColumnHierarchyRoot()
+meth public void clearSortedColumns()
+meth public void readSettings(java.util.Properties,java.lang.String,org.netbeans.swing.etable.ETable)
+meth public void setColumnHidden(javax.swing.table.TableColumn,boolean)
+meth public void setColumnHierarchyRoot(org.netbeans.swing.etable.TableColumnSelector$TreeNode)
+meth public void setColumnSorted(org.netbeans.swing.etable.ETableColumn,boolean,int)
+meth public void writeSettings(java.util.Properties,java.lang.String)
+supr javax.swing.table.DefaultTableColumnModel
+hfds NUMBER_OF_COLUMNS,NUMBER_OF_HIDDEN_COLUMNS,PROP_HIDDEN_PREFIX,columnHierarchyRoot
+hcls CompoundComparator
+
+CLSS public org.netbeans.swing.etable.ETableTransferHandler
+cons public init()
+meth protected java.awt.datatransfer.Transferable createTransferable(javax.swing.JComponent)
+meth public int getSourceActions(javax.swing.JComponent)
+supr javax.swing.TransferHandler
+
+CLSS public org.netbeans.swing.etable.ETableTransferable
+cons public init(java.lang.String)
+fld protected java.lang.String plainData
+intf java.awt.datatransfer.Transferable
+meth protected boolean isPlainFlavor(java.awt.datatransfer.DataFlavor)
+meth protected boolean isPlainSupported()
+meth protected boolean isStringFlavor(java.awt.datatransfer.DataFlavor)
+meth protected java.lang.String getPlainData()
+meth public boolean isDataFlavorSupported(java.awt.datatransfer.DataFlavor)
+meth public java.awt.datatransfer.DataFlavor[] getTransferDataFlavors()
+meth public java.lang.Object getTransferData(java.awt.datatransfer.DataFlavor) throws java.awt.datatransfer.UnsupportedFlavorException,java.io.IOException
+supr java.lang.Object
+hfds plainFlavors,stringFlavors
+
+CLSS public abstract interface org.netbeans.swing.etable.QuickFilter
+meth public abstract boolean accept(java.lang.Object)
+
+CLSS public abstract org.netbeans.swing.etable.TableColumnSelector
+cons public init()
+innr public abstract interface static TreeNode
+meth public abstract java.lang.String[] selectVisibleColumns(java.lang.String[],java.lang.String[])
+meth public abstract java.lang.String[] selectVisibleColumns(org.netbeans.swing.etable.TableColumnSelector$TreeNode,java.lang.String[])
+supr java.lang.Object
+
+CLSS public abstract interface static org.netbeans.swing.etable.TableColumnSelector$TreeNode
+ outer org.netbeans.swing.etable.TableColumnSelector
+meth public abstract boolean isLeaf()
+meth public abstract java.lang.String getText()
+meth public abstract org.netbeans.swing.etable.TableColumnSelector$TreeNode[] getChildren()
+
+CLSS public abstract interface org.netbeans.swing.outline.CheckRenderDataProvider
+intf org.netbeans.swing.outline.RenderDataProvider
+meth public abstract boolean isCheckEnabled(java.lang.Object)
+meth public abstract boolean isCheckable(java.lang.Object)
+meth public abstract java.lang.Boolean isSelected(java.lang.Object)
+meth public abstract void setSelected(java.lang.Object,java.lang.Boolean)
+
+CLSS public org.netbeans.swing.outline.DefaultOutlineCellRenderer
+cons public init()
+meth public final void setBorder(javax.swing.border.Border)
+meth public java.awt.Component getTableCellRendererComponent(javax.swing.JTable,java.lang.Object,boolean,boolean,int,int)
+meth public java.lang.String getToolTipText()
+supr javax.swing.table.DefaultTableCellRenderer
+hfds checkBox,expanded,expansionBorder,expansionHandleHeight,expansionHandleWidth,fakeCellRendererPane,lastRenderedValueRef,lastRendererRef,leaf,nestingDepth,showHandle,theCheckBox
+hcls ExpansionHandleBorder
+
+CLSS public org.netbeans.swing.outline.DefaultOutlineModel
+cons protected init(javax.swing.tree.TreeModel,javax.swing.table.TableModel,boolean,java.lang.String)
+cons protected init(javax.swing.tree.TreeModel,org.netbeans.swing.outline.RowModel,boolean,java.lang.String)
+intf org.netbeans.swing.outline.OutlineModel
+meth protected void setTreeValueAt(java.lang.Object,int)
+meth public boolean areMoreEventsPending()
+meth public boolean isCellEditable(int,int)
+meth public boolean isLargeModel()
+meth public final boolean isLeaf(java.lang.Object)
+meth public final int getChildCount(java.lang.Object)
+meth public final int getColumnCount()
+meth public final int getIndexOfChild(java.lang.Object,java.lang.Object)
+meth public final int getRowCount()
+meth public final java.lang.Class getColumnClass(int)
+meth public final java.lang.Object getChild(java.lang.Object,int)
+meth public final java.lang.Object getRoot()
+meth public final java.lang.Object getValueAt(int,int)
+meth public final javax.swing.tree.AbstractLayoutCache getLayout()
+meth public final org.netbeans.swing.outline.TreePathSupport getTreePathSupport()
+meth public final void addTableModelListener(javax.swing.event.TableModelListener)
+meth public final void addTreeModelListener(javax.swing.event.TreeModelListener)
+meth public final void removeTableModelListener(javax.swing.event.TableModelListener)
+meth public final void removeTreeModelListener(javax.swing.event.TreeModelListener)
+meth public final void setValueAt(java.lang.Object,int,int)
+meth public final void valueForPathChanged(javax.swing.tree.TreePath,java.lang.Object)
+meth public java.lang.String getColumnName(int)
+meth public static org.netbeans.swing.outline.OutlineModel createOutlineModel(javax.swing.tree.TreeModel,org.netbeans.swing.outline.RowModel)
+meth public static org.netbeans.swing.outline.OutlineModel createOutlineModel(javax.swing.tree.TreeModel,org.netbeans.swing.outline.RowModel,boolean)
+meth public static org.netbeans.swing.outline.OutlineModel createOutlineModel(javax.swing.tree.TreeModel,org.netbeans.swing.outline.RowModel,boolean,java.lang.String)
+meth public void setNodesColumnLabel(java.lang.String)
+supr java.lang.Object
+hfds NODES_CHANGED,NODES_INSERTED,NODES_REMOVED,STRUCTURE_CHANGED,broadcaster,layout,nodesColumnLabel,tableModel,treeModel,treePathSupport
+
+CLSS public abstract interface org.netbeans.swing.outline.ExtTreeWillExpandListener
+intf javax.swing.event.TreeWillExpandListener
+meth public abstract void treeExpansionVetoed(javax.swing.event.TreeExpansionEvent,javax.swing.tree.ExpandVetoException)
+
+CLSS public org.netbeans.swing.outline.Outline
+cons public init()
+cons public init(org.netbeans.swing.outline.OutlineModel)
+innr protected OutlineColumn
+meth protected javax.swing.table.TableColumn createColumn(int)
+meth protected void configureTreeCellEditor(java.awt.Component,int,int)
+meth protected void processMouseEvent(java.awt.event.MouseEvent)
+meth public boolean editCellAt(int,int,java.util.EventObject)
+meth public boolean isExpanded(javax.swing.tree.TreePath)
+meth public boolean isRootVisible()
+meth public boolean isVisible(javax.swing.tree.TreePath)
+meth public final javax.swing.tree.AbstractLayoutCache getLayoutCache()
+meth public java.awt.Rectangle getPathBounds(javax.swing.tree.TreePath)
+meth public javax.swing.table.TableCellRenderer getCellRenderer(int,int)
+meth public javax.swing.tree.TreePath getClosestPathForLocation(int,int)
+meth public org.netbeans.swing.outline.OutlineModel getOutlineModel()
+meth public org.netbeans.swing.outline.RenderDataProvider getRenderDataProvider()
+meth public void addNotify()
+meth public void changeSelection(int,int,boolean,boolean)
+meth public void collapsePath(javax.swing.tree.TreePath)
+meth public void expandPath(javax.swing.tree.TreePath)
+meth public void setModel(javax.swing.table.TableModel)
+meth public void setRenderDataProvider(org.netbeans.swing.outline.RenderDataProvider)
+meth public void setRootVisible(boolean)
+meth public void setRowHeight(int)
+meth public void setRowHeight(int,int)
+meth public void tableChanged(javax.swing.event.TableModelEvent)
+supr org.netbeans.swing.etable.ETable
+hfds cachedRootVisible,componentListener,initialized,renderDataProvider,selectionDisabled
+hcls ExpandAction,ND,SizeManager,TreeCellEditorBorder
+
+CLSS protected org.netbeans.swing.outline.Outline$OutlineColumn
+ outer org.netbeans.swing.outline.Outline
+cons public init(org.netbeans.swing.outline.Outline,int)
+meth protected java.util.Comparator<org.netbeans.swing.etable.ETable$RowMapping> getRowComparator(int,boolean)
+meth public boolean isHidingAllowed()
+meth public boolean isSortingAllowed()
+supr org.netbeans.swing.etable.ETableColumn
+hcls OutlineRowComparator
+
+CLSS public abstract interface org.netbeans.swing.outline.OutlineModel
+intf javax.swing.table.TableModel
+intf javax.swing.tree.TreeModel
+meth public abstract boolean isLargeModel()
+meth public abstract javax.swing.tree.AbstractLayoutCache getLayout()
+meth public abstract org.netbeans.swing.outline.TreePathSupport getTreePathSupport()
+
+CLSS public abstract interface org.netbeans.swing.outline.RenderDataProvider
+meth public abstract boolean isHtmlDisplayName(java.lang.Object)
+meth public abstract java.awt.Color getBackground(java.lang.Object)
+meth public abstract java.awt.Color getForeground(java.lang.Object)
+meth public abstract java.lang.String getDisplayName(java.lang.Object)
+meth public abstract java.lang.String getTooltipText(java.lang.Object)
+meth public abstract javax.swing.Icon getIcon(java.lang.Object)
+
+CLSS public abstract interface org.netbeans.swing.outline.RowModel
+meth public abstract boolean isCellEditable(java.lang.Object,int)
+meth public abstract int getColumnCount()
+meth public abstract java.lang.Class getColumnClass(int)
+meth public abstract java.lang.Object getValueFor(java.lang.Object,int)
+meth public abstract java.lang.String getColumnName(int)
+meth public abstract void setValueFor(java.lang.Object,int,java.lang.Object)
+
+CLSS public final org.netbeans.swing.outline.TreePathSupport
+cons public init(org.netbeans.swing.outline.OutlineModel,javax.swing.tree.AbstractLayoutCache)
+meth public boolean hasBeenExpanded(javax.swing.tree.TreePath)
+meth public boolean isExpanded(javax.swing.tree.TreePath)
+meth public boolean isVisible(javax.swing.tree.TreePath)
+meth public javax.swing.tree.TreePath[] getExpandedDescendants(javax.swing.tree.TreePath)
+meth public void addTreeExpansionListener(javax.swing.event.TreeExpansionListener)
+meth public void addTreeWillExpandListener(javax.swing.event.TreeWillExpandListener)
+meth public void clear()
+meth public void collapsePath(javax.swing.tree.TreePath)
+meth public void expandPath(javax.swing.tree.TreePath)
+meth public void removePath(javax.swing.tree.TreePath)
+meth public void removeTreeExpansionListener(javax.swing.event.TreeExpansionListener)
+meth public void removeTreeWillExpandListener(javax.swing.event.TreeWillExpandListener)
+supr java.lang.Object
+hfds eListeners,layout,weListeners
+
diff --git a/o.n.swing.outline/nbproject/project.xml b/o.n.swing.outline/nbproject/project.xml
index 44c092c..1c818f9 100644
--- a/o.n.swing.outline/nbproject/project.xml
+++ b/o.n.swing.outline/nbproject/project.xml
@@ -4,7 +4,16 @@
     <configuration>
         <data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
             <code-name-base>org.netbeans.swing.outline</code-name-base>
-            <module-dependencies/>
+            <module-dependencies>
+                <dependency>
+                    <code-name-base>org.openide.awt</code-name-base>
+                    <build-prerequisite/>
+                    <compile-dependency/>
+                    <run-dependency>
+                        <specification-version>7.24</specification-version>
+                    </run-dependency>
+                </dependency>
+            </module-dependencies>
             <test-dependencies>
                 <test-type>
                     <name>unit</name>
diff --git a/o.n.swing.outline/src/org/netbeans/swing/etable/ColumnSelectionPanel.java b/o.n.swing.outline/src/org/netbeans/swing/etable/ColumnSelectionPanel.java
index e91ffbb..329267c 100644
--- a/o.n.swing.outline/src/org/netbeans/swing/etable/ColumnSelectionPanel.java
+++ b/o.n.swing.outline/src/org/netbeans/swing/etable/ColumnSelectionPanel.java
@@ -283,6 +283,7 @@ class ColumnSelectionPanel extends JPanel {
             checkBox.setEnabled(etc.isHidingAllowed());
             final JCheckBoxMenuItem finalChB = checkBox;
             checkBox.addActionListener(new ActionListener() {
+                @Override
                 public void actionPerformed(ActionEvent evt) {
                     etcm.setColumnHidden(etc,! finalChB.isSelected());
                     table.updateColumnSelectionMouseListener();
@@ -427,6 +428,7 @@ class ColumnSelectionPanel extends JPanel {
     private static class ETableColumnComparator implements Comparator<TableColumn> {
         public static final ETableColumnComparator DEFAULT = new ETableColumnComparator();
         
+        @Override
         public int compare(TableColumn o1, TableColumn o2) {
             if( o1 instanceof ETableColumn && o2 instanceof ETableColumn ) {
                 ((ETableColumn)o1).compareTo((ETableColumn)o2);
diff --git a/o.n.swing.outline/src/org/netbeans/swing/etable/ETable.java b/o.n.swing.outline/src/org/netbeans/swing/etable/ETable.java
index 30c23ad..83ff2b3 100644
--- a/o.n.swing.outline/src/org/netbeans/swing/etable/ETable.java
+++ b/o.n.swing.outline/src/org/netbeans/swing/etable/ETable.java
@@ -67,6 +67,7 @@ import java.awt.event.MouseEvent;
 import java.awt.event.MouseListener;
 import java.text.MessageFormat;
 import java.util.ArrayList;
+import java.util.Arrays;
 import java.util.Collections;
 import java.util.Comparator;
 import java.util.Enumeration;
@@ -83,6 +84,7 @@ import javax.swing.BorderFactory;
 import javax.swing.BoxLayout;
 import javax.swing.ComboBoxModel;
 import javax.swing.DefaultComboBoxModel;
+import javax.swing.DefaultListSelectionModel;
 import javax.swing.Icon;
 import javax.swing.ImageIcon;
 import javax.swing.InputMap;
@@ -109,7 +111,8 @@ import javax.swing.event.TableModelEvent;
 import javax.swing.table.*;
 
 /**
- * <UL>Extended JTable (ETable) adds these features to JTable:
+ * Extended JTable (ETable) adds these features to JTable:
+ * <UL>
  *     <LI> The notion of fully editable (non-editable) table. </LI>
  *     <LI> <strong>Sorting</strong> the rows of the table by clicking the header.
  *          Shift-Click allows to use more columns for the sort. The sort is
@@ -117,12 +120,11 @@ import javax.swing.table.*;
  *     <LI> Automatic <strong>column width</strong> after init or after
  *          the model is changed (or triggered by "Ctrl-+" shortcut). 
  *          Automatic resize the column after double-click
- *          in the header column divider araa. </LI>
+ *          in the header column divider area. </LI>
  *     <LI> <strong>Persistence</strong> of the user customized settings via
  *          methods readSettings and writeSettings.
  *     <LI> <strong>Quick-Filter</strong> features allowing to show only
  *          certain rows from the model (see setQuickFilter()). </LI>
- *     <LI> 
  * </UL>
  * 
  * <p><b>Note:</b> This API is still under development and may change even in
@@ -132,6 +134,12 @@ import javax.swing.table.*;
  * @author David Strupl
  */
 public class ETable extends JTable {
+    /** Property that is fired when calling {@link #setQuickFilter(int, java.lang.Object)} or
+     * {@link #unsetQuickFilter()}. 
+     * @since 1.13
+     */
+    public static final String PROP_QUICK_FILTER = "quickFilter";
+    
     
     /** Action key for up/down focus action */
     private static final String ACTION_FOCUS_NEXT = "focusNext"; //NOI18N
@@ -565,22 +573,112 @@ public class ETable extends JTable {
     public void createDefaultColumnsFromModel() {
         TableModel model = getModel();
         if (model != null) {
+            TableColumnModel colModel = getColumnModel();
             int modelColumnCount = model.getColumnCount();
+            List<TableColumn> oldHiddenColumns = null;
+            int[] hiddenColumnIndexes = null;
+            int[] sortedColumnIndexes = null;
+            if (colModel instanceof ETableColumnModel) {
+                ETableColumnModel etcm = (ETableColumnModel)colModel;
+                oldHiddenColumns = etcm.hiddenColumns;
+                hiddenColumnIndexes = new int[oldHiddenColumns.size()];
+                for (int hci = 0; hci < hiddenColumnIndexes.length; hci++) {
+                    Object name = oldHiddenColumns.get(hci).getHeaderValue();
+                    int index = -1;
+                    if (name != null) {
+                        for (int i = 0; i < modelColumnCount; i++) {
+                            if (name.equals(model.getColumnName(i))) {
+                                index = i;
+                                break;
+                            }
+                        }
+                    }
+                    hiddenColumnIndexes[hci] = index;
+                }
+                List<TableColumn> sortedColumns = etcm.getSortedColumns();
+                int ns = sortedColumns.size();
+                if (ns > 0) {
+                    sortedColumnIndexes = new int[ns];
+                    for (int sci = 0; sci < ns; sci++) {
+                        Object name = sortedColumns.get(sci).getHeaderValue();
+                        int index = -1;
+                        if (name != null) {
+                            for (int i = 0; i < modelColumnCount; i++) {
+                                if (name.equals(model.getColumnName(i))) {
+                                    index = i;
+                                    break;
+                                }
+                            }
+                        }
+                        sortedColumnIndexes[sci] = index;
+                    }
+                }
+            }
             TableColumn newColumns[] = new TableColumn[modelColumnCount];
-            for (int i = 0; i < newColumns.length; i++) {
+            int oi = 0;
+            class Sorting {
+                boolean ascending;
+                int sortRank;
+                Sorting(boolean ascending, int sortRank) {
+                    this.ascending = ascending;
+                    this.sortRank = sortRank;
+                }
+            }
+            Sorting[] columnSorting = new Sorting[modelColumnCount];
+            for (int i = 0; i < modelColumnCount; i++) {
                 newColumns[i] = createColumn(i);
+                boolean isHidden = false;
+                for (int hci = 0; hci < hiddenColumnIndexes.length; hci++) {
+                    if (hiddenColumnIndexes[hci] == i) {
+                        isHidden = true;
+                    }
+                }
+                if (!isHidden && oi < colModel.getColumnCount()) {
+                    TableColumn tc = colModel.getColumn(oi++);
+                    newColumns[i].setPreferredWidth(tc.getPreferredWidth());
+                    newColumns[i].setWidth(tc.getWidth());
+                    if (tc instanceof ETableColumn && newColumns[i] instanceof ETableColumn) {
+                        ETableColumn etc = (ETableColumn) tc;
+                        ETableColumn enc = (ETableColumn) newColumns[i];
+                        if (enc.isSortingAllowed()) {
+                            columnSorting[i] = new Sorting(etc.isAscending(), etc.getSortRank());
+                        }
+                    }
+                }
             }
-            TableColumnModel colModel = getColumnModel();
             while (colModel.getColumnCount() > 0) {
                 colModel.removeColumn(colModel.getColumn(0));
             }
             if (colModel instanceof ETableColumnModel) {
                 ETableColumnModel etcm = (ETableColumnModel)colModel;
                 etcm.hiddenColumns = new ArrayList<TableColumn>();
+                etcm.clearSortedColumns();
             }
+
             for (int i = 0; i < newColumns.length; i++) {
                 addColumn(newColumns[i]);
             }
+            if (colModel instanceof ETableColumnModel) {
+                ETableColumnModel etcm = (ETableColumnModel) colModel;
+                if (hiddenColumnIndexes != null) {
+                    for (int hci = 0; hci < hiddenColumnIndexes.length; hci++) {
+                        int index = hiddenColumnIndexes[hci];
+                        if (index >= 0) {
+                            etcm.setColumnHidden(newColumns[index], true);
+                        }
+                    }
+                }
+                if (sortedColumnIndexes != null) {
+                    for (int sci = 0; sci < sortedColumnIndexes.length; sci++) {
+                        int index = sortedColumnIndexes[sci];
+                        Sorting sorting = columnSorting[index];
+                        if (index >= 0 && newColumns[index] instanceof ETableColumn && sorting != null) {
+                            ETableColumn etc = (ETableColumn) newColumns[index];
+                            etcm.setColumnSorted(etc, sorting.ascending, sorting.sortRank);
+                        }
+                    }
+                }
+            }
         }
     }
 
@@ -688,6 +786,7 @@ public class ETable extends JTable {
         resetPermutation ();
         filteredRowCount = -1; // force to recompute the rowCount
         super.tableChanged(new TableModelEvent(getModel()));
+        firePropertyChange(PROP_QUICK_FILTER, null, null);
     }
 
     /**
@@ -720,6 +819,7 @@ public class ETable extends JTable {
         filteredRowCount = -1;
         resetPermutation ();
         super.tableChanged(new TableModelEvent(getModel()));
+        firePropertyChange(PROP_QUICK_FILTER, null, null);
     }
     
     /**
@@ -757,7 +857,7 @@ public class ETable extends JTable {
     }
     
     /**
-     * 
+     * Test if the column hiding is allowed.
      * @return True if column hiding is allowed.
      */
     public boolean isColumnHidingAllowed() {
@@ -776,7 +876,7 @@ public class ETable extends JTable {
     }
     
     /**
-     * Overriden to do additional initialization.
+     * Overridden to do additional initialization.
      * @see javax.swing.JTable#initializeLocalVars()
      */
     @Override
@@ -792,6 +892,7 @@ public class ETable extends JTable {
         Set<AWTKeyStroke> emptySet = Collections.emptySet();
         setFocusTraversalKeys(KeyboardFocusManager.FORWARD_TRAVERSAL_KEYS, emptySet);
         setFocusTraversalKeys(KeyboardFocusManager.BACKWARD_TRAVERSAL_KEYS, emptySet);
+        setFocusCycleRoot(false);
         //Next two lines do not work using inputmap/actionmap, but do work
         //using the older API.  We will process ENTER to skip to next row,
         //not next cell
@@ -871,8 +972,13 @@ public class ETable extends JTable {
 
     /**
      * Make the column sorted. Value of columnIndex is in the model coordinates.
-     * <strong>Be carefull</strong> with the columnIndes parameter: again, it
+     * <strong>Be careful</strong> with the columnIndes parameter: again, it
      * is in the <strong>model</strong> coordinates.
+     * @param columnIndex column in ETable column model
+     * @param ascending true means ascending
+     * @param rank value 1 means that this is the most important sorted
+     *        column, number 2 means second etc. Value 0 means that this column
+     *        is not sorted.
      */
     public void setColumnSorted(int columnIndex, boolean ascending, int rank) {
         int ii = convertColumnIndexToView(columnIndex);
@@ -888,21 +994,19 @@ public class ETable extends JTable {
                 if (! etc.isSortingAllowed()) {
                     return;
                 }
-                int wasSelectedRows[] = getSelectedRowsInModel();
+                SelectedRows selectedRows = getSelectedRowsInModel();
                 int wasSelectedColumn = getSelectedColumn();
                 etcm.setColumnSorted(etc, ascending, rank);
                 resetPermutation ();
-                ETable.super.tableChanged(new TableModelEvent(getModel(), 0, getRowCount()));
-                if (wasSelectedRows.length > 0) {
-                    changeSelectionInModel(wasSelectedRows, wasSelectedColumn);
-                }
+                ETable.super.tableChanged(new TableModelEvent(getModel(), -1, getRowCount()));
+                changeSelectionInModel(selectedRows, wasSelectedColumn);
 
             }
         }
     }
     
     /**
-     * Overriden to install special button into the upper right hand corner.
+     * Overridden to install special button into the upper right hand corner.
      * @see javax.swing.JTable#configureEnclosingScrollPane()
      */
     @Override
@@ -935,6 +1039,7 @@ public class ETable extends JTable {
                     b.getAccessibleContext().setAccessibleName(selectVisibleColumnsLabel);
                     b.getAccessibleContext().setAccessibleDescription(selectVisibleColumnsLabel);
                     b.addActionListener(new ActionListener() {
+                        @Override
                         public void actionPerformed(ActionEvent evt) {
                             ColumnSelectionPanel.showColumnSelectionDialog(ETable.this);
                         }
@@ -960,33 +1065,117 @@ public class ETable extends JTable {
     /**
      * Convert indices of selected rows to model.
      */
-    private int[] getSelectedRowsInModel() {
+    private SelectedRows getSelectedRowsInModel() {
+        SelectedRows sr = new SelectedRows();
         int rows[] = getSelectedRows();
+        sr.rowsInView = rows;
+        int[] modelRows = new int[rows.length];
         for (int i = 0; i < rows.length; i++) {
-            rows[i] = convertRowIndexToModel(rows[i]);
+            modelRows[i] = convertRowIndexToModel(rows[i]);
         }
-        return rows;
+        sr.rowsInModel = modelRows;
+        ListSelectionModel rsm = getSelectionModel();
+        sr.anchorInView = rsm.getAnchorSelectionIndex();
+        sr.leadInView = rsm.getLeadSelectionIndex();
+        sr.anchorInModel = convertRowIndexToModel(sr.anchorInView);
+        sr.leadInModel = convertRowIndexToModel(sr.leadInView);
+        return sr;
     }
     
     /**
      * Selects given rows (the rows coordinates are the model's space).
      */
-    private void changeSelectionInModel(int selectedRows[], int selectedColumn) {
+    private void changeSelectionInModel(SelectedRows selectedRows/*int selectedRows[]*/, int selectedColumn) {
         boolean wasAutoScroll = getAutoscrolls();
         setAutoscrolls(false);
-        ListSelectionModel rsm = getSelectionModel();
+        DefaultListSelectionModel rsm = (DefaultListSelectionModel) getSelectionModel();
         rsm.setValueIsAdjusting(true);
         ListSelectionModel csm = getColumnModel().getSelectionModel();
         csm.setValueIsAdjusting(true);
-        for (int i = 0; i < selectedRows.length; i++) {
-            if ((selectedRows[i] < 0) || (selectedRows[i] >= getModel().getRowCount())) {
+
+        //System.err.println("Orig lead and anchor selection indexes: "+rsm.getLeadSelectionIndex()+", "+rsm.getAnchorSelectionIndex());
+
+        int leadRow = convertRowIndexToView(selectedRows.leadInModel);
+        int anchorRow = convertRowIndexToView(selectedRows.anchorInModel);
+        
+        Arrays.sort(selectedRows.rowsInView);
+        //System.err.println("OrigSelectedRows in view = "+Arrays.toString(selectedRows.rowsInView));
+        int[] newRowsInView = new int[selectedRows.rowsInView.length];
+        int n = getModel().getRowCount();
+        for (int i = 0; i < selectedRows.rowsInModel.length; i++) {
+            if ((selectedRows.rowsInModel[i] < 0) || (selectedRows.rowsInModel[i] >= n)) {
+                newRowsInView[i] = -1;
+                continue;
+            }
+            int viewIndex = convertRowIndexToView(selectedRows.rowsInModel[i]);
+            newRowsInView[i] = viewIndex;
+
+        }
+        Arrays.sort(newRowsInView);
+        //System.err.println("NewSelectedRows in view = "+Arrays.toString(newRowsInView));
+        int[] rowsInView = selectedRows.rowsInView;
+        int i = 0;
+        int j = 0;
+        while (i < rowsInView.length || j < newRowsInView.length) {
+            int selected = (i < rowsInView.length) ? rowsInView[i] : Integer.MAX_VALUE;
+            int toSelect = (j < newRowsInView.length) ? newRowsInView[j] : Integer.MAX_VALUE;
+            if (selected == toSelect) {
+                i++;
+                j++;
                 continue;
             }
-            int viewIndex = convertRowIndexToView(selectedRows[i]);
-            if ((viewIndex >= 0) && (viewIndex < getRowCount())) {
-                changeSelection(viewIndex, selectedColumn, true, false );
+            if (selected < toSelect) {
+                if (selected > -1) {
+                    int selected2 = selected;
+                    while ((i + 1) < rowsInView.length && rowsInView[i+1] == (selected2 + 1) && (selected2 + 1) < toSelect) {
+                        selected2++;
+                        i++;
+                    }
+                    rsm.removeSelectionInterval(selected, selected2);
+                    //System.err.println("  removing selection ("+selected+", "+selected2+")");
+                }
+                i++;
+            } else {
+                if (toSelect > -1) {
+                    int toSelect2 = toSelect;
+                    while ((j + 1) < newRowsInView.length && newRowsInView[j + 1] == (toSelect2 + 1) && (toSelect2 + 1) < selected) {
+                        toSelect2++;
+                        j++;
+                    }
+                    rsm.addSelectionInterval(toSelect, toSelect2);
+                    //System.err.println("  adding selection ("+toSelect+", "+toSelect2+")");
+                }
+                j++;
+            }
+        }
+        
+        if (anchorRow != selectedRows.anchorInView) {
+            //System.err.println("  Setting anchor selection index: "+anchorRow);
+            rsm.setAnchorSelectionIndex(anchorRow);
+        }
+        if (leadRow != selectedRows.leadInView) {
+            if (leadRow == -1) {
+                for (int k = 0; k < newRowsInView.length; k++) {
+                    if (newRowsInView[k] == -1) {
+                        while((k + 1) < newRowsInView.length && newRowsInView[k+1] == -1) {
+                            k++;
+                        }
+                        if ((k + 1) < newRowsInView.length) {
+                            leadRow = newRowsInView[k+1];
+                            break;
+                        }
+                        if (k > 0) {
+                            leadRow = newRowsInView[0];
+                            break;
+                        }
+                    }
+                }
             }
+            //System.err.println("  Setting lead selection index: "+leadRow);
+            // DO NOT CALL setLeadSelectionIndex() as it screws up selection!
+            rsm.moveLeadSelectionIndex(leadRow);
         }
+         
         rsm.setValueIsAdjusting(false);
         csm.setValueIsAdjusting(false);
         if (wasAutoScroll) {
@@ -1039,13 +1228,13 @@ public class ETable extends JTable {
         }
 
         if (e.getType() == TableModelEvent.INSERT) {
-            int wasSelectedRows[] = getSelectedRowsInModel();
+            SelectedRows selectedRows = getSelectedRowsInModel();
+            int[] wasSelectedRows = selectedRows.rowsInModel;
             int wasSelectedColumn = getSelectedColumn();
-            clearSelection();
             resetPermutation ();
             filteredRowCount = -1;
             super.tableChanged(e);
-            if (wasSelectedRows.length > 0) {
+            if (selectedRows.rowsInModel.length > 0) {
                 int first = e.getFirstRow();
                 int count = e.getLastRow() - e.getFirstRow() + 1;
                 if (count >= 0) {
@@ -1055,15 +1244,15 @@ public class ETable extends JTable {
                         }
                     }
                 }
-                changeSelectionInModel(wasSelectedRows, wasSelectedColumn);
             }
+            changeSelectionInModel(selectedRows, wasSelectedColumn);
             return;
         }
 
         if (e.getType() == TableModelEvent.DELETE) {
-            int wasSelectedRows[] = getSelectedRowsInModel();
+            SelectedRows selectedRows = getSelectedRowsInModel();
+            int[] wasSelectedRows = selectedRows.rowsInModel;
             int wasSelectedColumn = getSelectedColumn();
-            clearSelection();
             resetPermutation ();
             filteredRowCount = -1;
             super.tableChanged(e);
@@ -1082,8 +1271,8 @@ public class ETable extends JTable {
                         }
                     }
                 }
-                changeSelectionInModel(wasSelectedRows, wasSelectedColumn);
             }
+            changeSelectionInModel(selectedRows, wasSelectedColumn);
             return;
         }
 
@@ -1091,6 +1280,28 @@ public class ETable extends JTable {
         int start = e.getFirstRow();
         int end = e.getLastRow();
 
+        //System.err.println("ETable.tableChanged("+e+"):\n              modelColumn = "+modelColumn+", start = "+start+", end = "+end);
+        if (start != -1) {
+            start = convertRowIndexToView(start);
+            if (start == -1) {
+                start = 0;
+            }
+        }
+        if (end != -1) {
+            end = convertRowIndexToView(end);
+            if (end == -1) {
+                end = Integer.MAX_VALUE;
+            }
+        }
+        //System.err.println("  => convert: modelColumn = "+modelColumn+", start = "+start+", end = "+end);
+        if (start == end) {
+            final TableModelEvent tme = new TableModelEvent(
+                    (TableModel)e.getSource(),
+                    start, end, modelColumn);
+            super.tableChanged(tme);
+            return ;
+        }
+
         if (modelColumn != TableModelEvent.ALL_COLUMNS) {
             Enumeration enumeration = getColumnModel().getColumns();
             TableColumn aColumn;
@@ -1106,15 +1317,13 @@ public class ETable extends JTable {
             }
         }
         if (needsTotalRefresh) { // update the whole table
-            int wasSelectedRows[] = getSelectedRowsInModel();
+            SelectedRows selectedRows = getSelectedRowsInModel();
             int wasSelectedColumn = getSelectedColumn();
         
             resetPermutation ();
             filteredRowCount = -1;
             super.tableChanged(new TableModelEvent(getModel()));
-            if (wasSelectedRows.length > 0) {
-                changeSelectionInModel(wasSelectedRows, wasSelectedColumn);
-            }
+            changeSelectionInModel(selectedRows, wasSelectedColumn);
         } else { // update only one column
             TableModelEvent tme = new TableModelEvent(
                 (TableModel)e.getSource(), 
@@ -1194,6 +1403,7 @@ public class ETable extends JTable {
      * Helper method converting the row index according to the active sorting
      * columns.
      */
+    @Override
     public int convertRowIndexToModel(int row) {
         if (sortingPermutation == null) {
             sortAndFilter();
@@ -1211,6 +1421,7 @@ public class ETable extends JTable {
      * Helper method converting the row index according to the active sorting
      * columns.
      */
+    @Override
     public int convertRowIndexToView(int row) {
         if (inverseSortingPermutation == null) {
             sortAndFilter();
@@ -1314,7 +1525,8 @@ public class ETable extends JTable {
         
         String s = MessageFormat.format(text, new Object[] { columnName, value});
         JMenuItem res = new JMenuItem(s);
-        res.addActionListener(new EqualsQuickFilter(column, value, equals));
+        int modelColumn = convertColumnIndexToModel(column);
+        res.addActionListener(new EqualsQuickFilter(modelColumn, value, equals));
         return res;
     }
     
@@ -1330,6 +1542,7 @@ public class ETable extends JTable {
             this.value = value;
             this.equals = equals;
         }
+        @Override
         public boolean accept(Object aValue) {
             if ((value == null) && (aValue == null)) {
                 return equals;
@@ -1344,6 +1557,7 @@ public class ETable extends JTable {
             }
         }
 
+        @Override
         public void actionPerformed(ActionEvent actionEvent) {
             setQuickFilter(column, this);
         }
@@ -1355,6 +1569,7 @@ public class ETable extends JTable {
     public JMenuItem getQuickFilterNoFilterItem(String label) {
         JMenuItem res = new JMenuItem(label);
         res.addActionListener(new ActionListener() {
+            @Override
             public void actionPerformed(ActionEvent actionEvent) {
                 unsetQuickFilter();
             }
@@ -1372,7 +1587,8 @@ public class ETable extends JTable {
         
         String s = MessageFormat.format(text, new Object[] { columnName, value});
         JMenuItem res = new JMenuItem(s);
-        res.addActionListener(new CompareQuickFilter(column, value, greater, equalsCounts));
+        int modelColumn = convertColumnIndexToModel(column);
+        res.addActionListener(new CompareQuickFilter(modelColumn, value, greater, equalsCounts));
         return res;
     }
     
@@ -1390,6 +1606,7 @@ public class ETable extends JTable {
             this.greater = greater;
             this.equalsCounts = equalsCounts;
         }
+        @Override
         public boolean accept(Object aValue) {
             if (equalsCounts) {
                 if (greater) {
@@ -1424,6 +1641,7 @@ public class ETable extends JTable {
             return obj1.toString().compareTo(obj2.toString());
         }
         
+        @Override
         public void actionPerformed(ActionEvent actionEvent) {
             setQuickFilter(column, this);
         }
@@ -1569,6 +1787,7 @@ public class ETable extends JTable {
                     //get transferred to the next component in the
                     //parent focusTraversalPolicy *after* our request
                     //focus completes, so focus goes into a black hole - Tim
+                    @Override
                     public void run() {
                         ETable.this.requestFocus();
                     }
@@ -1700,14 +1919,17 @@ public class ETable extends JTable {
         SearchFieldListener() {
         }
         
+        @Override
         public void changedUpdate(DocumentEvent e) {
             searchForRow();
         }
         
+        @Override
         public void insertUpdate(DocumentEvent e) {
             searchForRow();
         }
         
+        @Override
         public void removeUpdate(DocumentEvent e) {
             searchForRow();
         }
@@ -1786,10 +2008,12 @@ public class ETable extends JTable {
             }
         }
         
+        @Override
         public void focusGained(FocusEvent e) {
             // Do nothing
         }
         
+        @Override
         public void focusLost(FocusEvent e) {
             Component c = e.getOppositeComponent();
             if (c != searchCombo) {
@@ -1810,6 +2034,7 @@ public class ETable extends JTable {
         SearchComboListener() {
         }
         
+        @Override
         public void itemStateChanged(java.awt.event.ItemEvent itemEvent) {
             Object selItem = searchCombo.getSelectedItem();
             for (Enumeration en = getColumnModel().getColumns(); en.hasMoreElements(); ) {
@@ -1843,10 +2068,12 @@ public class ETable extends JTable {
             }
         }
         
+        @Override
         public void focusGained(FocusEvent e) {
             // Do nothing
         }
         
+        @Override
         public void focusLost(FocusEvent e) {
             Component c = e.getOppositeComponent();
             if (c != searchTextField) {
@@ -1924,7 +2151,7 @@ public class ETable extends JTable {
     }
 
     /**
-     * Overriden to place the search text field.
+     * Overridden to place the search text field.
      * @see javax.swing.JTable#doLayout()
      */
     @Override
@@ -1965,13 +2192,28 @@ public class ETable extends JTable {
         private int originalIndex;
         // table model of my table
         private TableModel model;
+
+        /**
+         * Create a new table row mapping.
+         * @param index The row index
+         * @param model The table model
+         */
         public RowMapping(int index, TableModel model) {
             originalIndex = index;
             this.model = model;
         }
+        /**
+         * Get the model row index.
+         * @return The model row index
+         */
         public int getModelRowIndex() {
             return originalIndex;
         }
+        /**
+         * Get the model object at the row index of this mapping and the given column.
+         * @param column The column
+         * @return The model object
+         */
         public Object getModelObject(int column) {
             return model.getValueAt(originalIndex, column);
         }
@@ -1984,6 +2226,7 @@ public class ETable extends JTable {
     static class OriginalRowComparator implements Comparator<RowMapping> {
         public OriginalRowComparator() {
         }
+        @Override
         public int compare(RowMapping rm1, RowMapping rm2) {
             int i1 = rm1.getModelRowIndex();
             int i2 = rm2.getModelRowIndex();
@@ -2030,16 +2273,13 @@ public class ETable extends JTable {
                         if (! etc.isSortingAllowed()) {
                             return;
                         }
-                        int wasSelectedRows[] = getSelectedRowsInModel();
+                        SelectedRows selectedRows = getSelectedRowsInModel();
                         int wasSelectedColumn = getSelectedColumn();
-                        clearSelection();
                         boolean clear = ((me.getModifiers() & InputEvent.SHIFT_MASK) != InputEvent.SHIFT_MASK);
                         etcm.toggleSortedColumn(etc, clear);
                         resetPermutation ();
                         ETable.super.tableChanged(new TableModelEvent(getModel(), 0, getRowCount()));
-                        if (wasSelectedRows.length > 0) {
-                            changeSelectionInModel(wasSelectedRows, wasSelectedColumn);
-                        }
+                        changeSelectionInModel(selectedRows, wasSelectedColumn);
                         getTableHeader().resizeAndRepaint();
                     }
                 }
@@ -2055,7 +2295,7 @@ public class ETable extends JTable {
     }
 
     /**
-     * Overriden to force requesting the focus after the user starts editing.
+     * Overridden to force requesting the focus after the user starts editing.
      * @see javax.swing.JTable#editCellAt(int, int, EventObject)
      */
     @Override
@@ -2085,7 +2325,7 @@ public class ETable extends JTable {
     }
 
     /**
-     * Overriden to track whether the remove request is in progress.
+     * Overridden to track whether the remove request is in progress.
      * @see javax.swing.JTable#removeEditor()
      */
     @Override
@@ -2188,6 +2428,7 @@ public class ETable extends JTable {
             this.direction = direction;
         }
         
+        @Override
         public void actionPerformed(ActionEvent e) {
             if (isEditing()) {
                 removeEditor();
@@ -2219,8 +2460,8 @@ public class ETable extends JTable {
                 Container ancestor = getFocusCycleRootAncestor();
                 //Find the next component in our parent's focus cycle
                 Component sibling = direction ?
-                ancestor.getFocusTraversalPolicy().getComponentAfter(ancestor,
-                ETable.this.getParent()) :
+                    ancestor.getFocusTraversalPolicy().getComponentAfter(ancestor,
+                    ETable.this) :
                     ancestor.getFocusTraversalPolicy().getComponentBefore(ancestor,
                     ETable.this);
                     
@@ -2277,6 +2518,7 @@ public class ETable extends JTable {
     /** Used to explicitly invoke editing from the keyboard */
     private class EditAction extends AbstractAction {
         
+        @Override
         public void actionPerformed(ActionEvent e) {
             int row = getSelectedRow();
             int col = getSelectedColumn();
@@ -2294,6 +2536,7 @@ public class ETable extends JTable {
      */
     private class CancelEditAction extends AbstractAction {
         
+        @Override
         public void actionPerformed(ActionEvent e) {
             if (isEditing() || editorComp != null) {
                 removeEditor();
@@ -2335,6 +2578,7 @@ public class ETable extends JTable {
      * Action for the keyboard event of hitting the Enter key.
      */
     private class EnterAction extends AbstractAction {
+        @Override
         public void actionPerformed(ActionEvent e) {
             JRootPane jrp = getRootPane();
             if (jrp != null) {
@@ -2355,6 +2599,7 @@ public class ETable extends JTable {
      * CTRL-Tab transfers focus up.
      */
     private class CTRLTabAction extends AbstractAction {
+        @Override
         public void actionPerformed(ActionEvent e) {
             setFocusCycleRoot(false);
             try {
@@ -2437,10 +2682,19 @@ public class ETable extends JTable {
     }
 
     /**
-     * Allows to supply the deafult column selector for all instances
+     * Allows to supply the default column selector for all instances
      * of ETable.
      */
     public static void setDefaultColumnSelector(TableColumnSelector aDefaultColumnSelector) {
         defaultColumnSelector = aDefaultColumnSelector;
     }
+
+    private static final class SelectedRows {
+        int anchorInView;
+        int anchorInModel;
+        int leadInView;
+        int leadInModel;
+        int[] rowsInView;
+        int[] rowsInModel;
+    }
 }
diff --git a/o.n.swing.outline/src/org/netbeans/swing/etable/ETableColumn.java b/o.n.swing.outline/src/org/netbeans/swing/etable/ETableColumn.java
index c3f28f0..c2f8dad 100644
--- a/o.n.swing.outline/src/org/netbeans/swing/etable/ETableColumn.java
+++ b/o.n.swing.outline/src/org/netbeans/swing/etable/ETableColumn.java
@@ -330,6 +330,7 @@ public class ETableColumn extends TableColumn implements Comparable<ETableColumn
         // after the table has be layouted. During layout this column
         // has fixed width (by setting min==max==preffered)
         SwingUtilities.invokeLater(new Runnable() {
+            @Override
             public void run() {
                 setMinWidth(oldMin);
                 setMaxWidth(oldMax);
@@ -443,6 +444,7 @@ public class ETableColumn extends TableColumn implements Comparable<ETableColumn
     /*
      * Implementing interface Comparable.
      */
+    @Override
     public int compareTo(ETableColumn obj) {
         if (modelIndex < obj.modelIndex) {
             return -1;
@@ -487,7 +489,7 @@ public class ETableColumn extends TableColumn implements Comparable<ETableColumn
     }
     
     /**
-     * Overriden to return our special header renderer.
+     * Overridden to return our special header renderer.
      * @see javax.swing.table.TableColumn#createDefaultHeaderRenderer()
      */
     @Override
@@ -507,14 +509,17 @@ public class ETableColumn extends TableColumn implements Comparable<ETableColumn
         public SortUpIcon() {
         }
         
+        @Override
         public int getIconWidth() {
             return 8;
         }
         
+        @Override
         public int getIconHeight() {
             return 8;
         }
         
+        @Override
         public void paintIcon(Component c, Graphics g, int x, int y) {
             g.setColor(Color.BLACK);
             g.drawLine(x    , y + 2, x + 8, y + 2);
@@ -532,14 +537,17 @@ public class ETableColumn extends TableColumn implements Comparable<ETableColumn
         public SortDownIcon() {
         }
         
+        @Override
         public int getIconWidth() {
             return 8;
         }
         
+        @Override
         public int getIconHeight() {
             return 8;
         }
         
+        @Override
         public void paintIcon(Component c, Graphics g, int x, int y) {
             g.setColor(Color.BLACK);
             g.drawLine(x    , y + 6, x + 8, y + 6);
@@ -558,6 +566,7 @@ public class ETableColumn extends TableColumn implements Comparable<ETableColumn
             origComparator = orig;
         }
 
+        @Override
         public int compare(ETable.RowMapping o1, ETable.RowMapping o2) {
             return -origComparator.compare(o1, o2);
         }
@@ -619,11 +628,14 @@ public class ETableColumn extends TableColumn implements Comparable<ETableColumn
             if (sortIcon == null) {
                 if (customIcon == null) {
                     Icon dummy = new Icon() {
+                            @Override
                         public void paintIcon(Component c, Graphics g, int x, int y) {
                         }
+                            @Override
                         public int getIconWidth() {
                             return 0;
                         }
+                            @Override
                         public int getIconHeight() {
                             return 0;
                         }
@@ -654,6 +666,7 @@ public class ETableColumn extends TableColumn implements Comparable<ETableColumn
             this.column = column;
         }
         @SuppressWarnings("unchecked")
+        @Override
         public int compare(ETable.RowMapping rm1, ETable.RowMapping rm2) {
             Object obj1 = rm1.getModelObject(column);
             Object obj2 = rm2.getModelObject(column);
@@ -683,7 +696,7 @@ public class ETableColumn extends TableColumn implements Comparable<ETableColumn
     /**
      * Utility method merging 2 icons.
      */
-    private static final Icon mergeIcons(Icon icon1, Icon icon2, int x, int y, Component c) {
+    private static Icon mergeIcons(Icon icon1, Icon icon2, int x, int y, Component c) {
         int w = 0, h = 0;
         if (icon1 != null) {
             w = icon1.getIconWidth();
diff --git a/o.n.swing.outline/src/org/netbeans/swing/etable/ETableColumnModel.java b/o.n.swing.outline/src/org/netbeans/swing/etable/ETableColumnModel.java
index 6a503a9..21ff945 100644
--- a/o.n.swing.outline/src/org/netbeans/swing/etable/ETableColumnModel.java
+++ b/o.n.swing.outline/src/org/netbeans/swing/etable/ETableColumnModel.java
@@ -54,7 +54,8 @@ import javax.swing.table.TableColumn;
 import org.netbeans.swing.etable.ETable.RowMapping;
 
 /**
- *
+ * Column model implementation for ETable.
+ * 
  * @author David Strupl
  */
 public class ETableColumnModel extends DefaultTableColumnModel {
@@ -160,8 +161,9 @@ public class ETableColumnModel extends DefaultTableColumnModel {
     }
 
     /**
-     * @return a comparator for sorting the rows of the table. The comparator
+     * Provides a comparator for sorting the rows of the table. The comparator
      * operates over ETable.RowMappings objects.
+     * @return The comparator for sorting the rows of the table.
      */
     public Comparator<RowMapping> getComparator() {
         if (sortedColumns.isEmpty()) {
@@ -170,11 +172,14 @@ public class ETableColumnModel extends DefaultTableColumnModel {
         return new CompoundComparator();
     }
 
-     /** This method marks this column as sorted. Value 0 of the parameter rank
-     * means that this column is not sorted.
-      * @param etc column in ETable column model
-      * @param ascending true means ascending
-      * @param newRank value 1 means that this is the most important sorted
+    /** This method marks this column as sorted. Value 0 of the parameter rank
+     * means that this column is not sorted. <p>
+     * This method does not refresh the table UI.
+     * Use {@link ETable#setColumnSorted(int, boolean, int)} instead when the UI
+     * should be changed accordingly.
+     * @param etc column in ETable column model
+     * @param ascending true means ascending
+     * @param newRank value 1 means that this is the most important sorted
      *        column, number 2 means second etc.
      * @since 1.3
      */
@@ -194,7 +199,9 @@ public class ETableColumnModel extends DefaultTableColumnModel {
          } else {
             etc.setSorted(newRank, ascending);
          }
-         sortedColumns.add(newRank-1, etc);
+         if (newRank > 0) {
+            sortedColumns.add(newRank-1, etc);
+         }
     }
     
     /**
@@ -223,9 +230,28 @@ public class ETableColumnModel extends DefaultTableColumnModel {
         }
     }
     
+    @Override
+    public void removeColumn(TableColumn column) {
+        if (sortedColumns.remove(column)) {
+            int i = 1;
+            for (TableColumn sc : sortedColumns) {
+                if (sc instanceof ETableColumn) {
+                    ETableColumn etc = (ETableColumn) sc;
+                    etc.setSorted(i, etc.isAscending());
+                }
+                i++;
+            }
+        }
+        if (!hiddenColumns.remove(column)) {
+            super.removeColumn(column);
+        }
+    }
+
     /** 
      * Makes the given column hidden or visible according to the parameter
      * hidden.
+     * @param column The table column to change the visibility.
+     * @param hidden <code>true</code> to make the column hidden, <code>false</code> to make it visible.
      */
     public void setColumnHidden(TableColumn column, boolean hidden) {
         if (hidden) {
@@ -244,7 +270,12 @@ public class ETableColumnModel extends DefaultTableColumnModel {
             }
         }
     }
-    
+
+    /**
+     * Test if the column is hidden or visible.
+     * @param tc The table column to test
+     * @return <code>true</code> when the column is hidden, <code>false</code> when it's visible.
+     */
     public boolean isColumnHidden(TableColumn tc) {
         return hiddenColumns.contains(tc);
     }
@@ -302,6 +333,19 @@ public class ETableColumnModel extends DefaultTableColumnModel {
     List<TableColumn> getSortedColumns () {
         return sortedColumns;
     }
+
+    /**
+     * Removes all columns, including hidden ones.
+     * @since 1.12
+     */
+    public void clean() {
+        List<TableColumn> allColumns = new ArrayList<TableColumn>(tableColumns.size() + hiddenColumns.size());
+        allColumns.addAll(tableColumns);
+        allColumns.addAll(hiddenColumns);
+        for (TableColumn tc : allColumns) {
+            removeColumn(tc);
+        }
+    }
     
     /**
      * Comparator that delegates to individual comparators supplied by
@@ -313,6 +357,7 @@ public class ETableColumnModel extends DefaultTableColumnModel {
         public CompoundComparator() {
             original = new ETable.OriginalRowComparator();
         }
+        @Override
         public int compare(RowMapping o1, RowMapping o2) {
             for (Iterator it = sortedColumns.iterator(); it.hasNext(); ) {
                 Object o = it.next();
diff --git a/o.n.swing.outline/src/org/netbeans/swing/etable/ETableTransferHandler.java b/o.n.swing.outline/src/org/netbeans/swing/etable/ETableTransferHandler.java
index 45942c6..9143963 100644
--- a/o.n.swing.outline/src/org/netbeans/swing/etable/ETableTransferHandler.java
+++ b/o.n.swing.outline/src/org/netbeans/swing/etable/ETableTransferHandler.java
@@ -53,6 +53,7 @@ import javax.swing.TransferHandler;
  */
 public class ETableTransferHandler extends TransferHandler {
     
+    @Override
     protected Transferable createTransferable(JComponent c) {
         if (c instanceof ETable) {
             ETable table = (ETable) c;
@@ -111,6 +112,7 @@ public class ETableTransferHandler extends TransferHandler {
         return null;
     }
     
+    @Override
     public int getSourceActions(JComponent c) {
         return COPY;
     }
diff --git a/o.n.swing.outline/src/org/netbeans/swing/etable/ETableTransferable.java b/o.n.swing.outline/src/org/netbeans/swing/etable/ETableTransferable.java
index d5d6409..cac4bdd 100644
--- a/o.n.swing.outline/src/org/netbeans/swing/etable/ETableTransferable.java
+++ b/o.n.swing.outline/src/org/netbeans/swing/etable/ETableTransferable.java
@@ -54,14 +54,15 @@ import java.io.StringReader;
 
 /**
  * Transferable for use with the ETable. This class is partial copy (with
- * ommision of the HTML transfers)
- * of javax.swing.plaf.basic.BasicTransferable which is unfortunatelly not
+ * omission of the HTML transfers)
+ * of javax.swing.plaf.basic.BasicTransferable which is unfortunately not
  * public.
  *
  * @author David Strupl
  */
 public class ETableTransferable implements Transferable {
-    
+
+    /** The data content of this transferable */
     protected String plainData;
     
     private static DataFlavor[] stringFlavors;
@@ -82,7 +83,11 @@ public class ETableTransferable implements Transferable {
             System.err.println("error initializing SheetTasbleTransferable");
         }
     }
-    
+
+    /**
+     * Create a new transferable.
+     * @param plainData The data content of this transferable
+     */
     public ETableTransferable(String plainData) {
         this.plainData = plainData;
     }
@@ -94,6 +99,7 @@ public class ETableTransferable implements Transferable {
      * for providing the data (from most richly descriptive to least descriptive).
      * @return an array of data flavors in which this data can be transferred
      */
+    @Override
     public DataFlavor[] getTransferDataFlavors() {
         int nPlain = (isPlainSupported()) ? plainFlavors.length: 0;
         int nString = (isPlainSupported()) ? stringFlavors.length : 0;
@@ -119,6 +125,7 @@ public class ETableTransferable implements Transferable {
      * @param flavor the requested flavor for the data
      * @return boolean indicating whether or not the data flavor is supported
      */
+    @Override
     public boolean isDataFlavorSupported(DataFlavor flavor) {
         DataFlavor[] flavors = getTransferDataFlavors();
         for (int i = 0; i < flavors.length; i++) {
@@ -140,6 +147,7 @@ public class ETableTransferable implements Transferable {
      * @exception UnsupportedFlavorException if the requested data flavor is
      *              not supported.
      */
+    @Override
     public Object getTransferData(DataFlavor flavor) throws UnsupportedFlavorException, IOException {
         if (isPlainFlavor(flavor)) {
             String data = getPlainData();
diff --git a/o.n.swing.outline/src/org/netbeans/swing/outline/DefaultOutlineCellRenderer.java b/o.n.swing.outline/src/org/netbeans/swing/outline/DefaultOutlineCellRenderer.java
index 31721a1..71182ba 100644
--- a/o.n.swing.outline/src/org/netbeans/swing/outline/DefaultOutlineCellRenderer.java
+++ b/o.n.swing.outline/src/org/netbeans/swing/outline/DefaultOutlineCellRenderer.java
@@ -53,6 +53,7 @@ import javax.swing.BorderFactory;
 import javax.swing.CellRendererPane;
 import javax.swing.Icon;
 import javax.swing.JCheckBox;
+import javax.swing.JComponent;
 import javax.swing.JLabel;
 import javax.swing.JTable;
 import javax.swing.SwingUtilities;
@@ -61,6 +62,7 @@ import javax.swing.border.Border;
 import javax.swing.table.DefaultTableCellRenderer;
 import javax.swing.tree.AbstractLayoutCache;
 import javax.swing.tree.TreePath;
+import org.openide.awt.HtmlRenderer;
 
 /** An outline-aware TableCellRenderer which knows how to paint expansion
  * handles and indent child nodes an appropriate amount. 
@@ -80,6 +82,8 @@ public class DefaultOutlineCellRenderer extends DefaultTableCellRenderer {
     private Reference<RenderDataProvider> lastRendererRef = new WeakReference<RenderDataProvider>(null); // Used by lazy tooltip
     private Reference<Object> lastRenderedValueRef = new WeakReference<Object>(null);                    // Used by lazy tooltip
     private static final Border expansionBorder = new ExpansionHandleBorder();
+    private static final boolean swingRendering = Boolean.getBoolean("nb.useSwingHtmlRendering"); //NOI18N
+    private HtmlRenderer.Renderer htmlRenderer = (swingRendering) ? null : HtmlRenderer.createRenderer();
     
     /** Creates a new instance of DefaultOutlineTreeCellRenderer */
     public DefaultOutlineCellRenderer() {
@@ -102,13 +106,24 @@ public class DefaultOutlineCellRenderer extends DefaultTableCellRenderer {
      */
     @Override
     public final void setBorder (Border b) {
+        if (!swingRendering) {
+            super.setBorder(b);
+            return ;
+        }
         if (b == expansionBorder) {
             super.setBorder(b);
         } else {
             super.setBorder(BorderFactory.createCompoundBorder (b, expansionBorder));
         }
     }
-    
+
+    @Override
+    protected void setValue(Object value) {
+        if (swingRendering) {
+            super.setValue(value);
+        }
+    }
+
     private static Icon getDefaultOpenIcon() {
 	return UIManager.getIcon("Tree.openIcon"); //NOI18N
     }
@@ -208,9 +223,13 @@ public class DefaultOutlineCellRenderer extends DefaultTableCellRenderer {
     public Component getTableCellRendererComponent(JTable table, Object value,
                           boolean isSelected, boolean hasFocus, int row, 
                           int column) {
-    
-        Component c = (DefaultOutlineCellRenderer) super.getTableCellRendererComponent(
-              table, value, isSelected, hasFocus, row, column);
+
+        super.getTableCellRendererComponent(
+                  table, value, isSelected, hasFocus, row, column);
+        JLabel label = null;
+        if (!swingRendering) {
+            label = (JLabel) htmlRenderer.getTableCellRendererComponent(table, value, isSelected, hasFocus, row, column);
+        }
         Outline tbl = (Outline) table;
         if (tbl.isTreeColumnIndex(column)) {
             AbstractLayoutCache layout = tbl.getLayoutCache();
@@ -231,10 +250,18 @@ public class DefaultOutlineCellRenderer extends DefaultTableCellRenderer {
             if (rendata != null && value != null) {
                 String displayName = rendata.getDisplayName(value);
                 if (displayName != null) {
-                    if (rendata.isHtmlDisplayName(value)) {
-                        setText("<html>" + displayName.replaceAll(" ", " ") + "</html>"); // NOI18N
+                    if (rendata.isHtmlDisplayName(value) && !(displayName.startsWith("<html") || displayName.startsWith("<HTML"))) {
+                        if (swingRendering) {
+                            setText("<html>" + displayName.replaceAll(" ", " ") + "</html>"); // NOI18N
+                        } else {
+                            label.setText("<html>" + displayName.replaceAll(" ", " ") + "</html>"); // NOI18N
+                        }
                     } else {
-                        setText (displayName);
+                        if (swingRendering) {
+                            setText (displayName);
+                        } else {
+                            label.setText (displayName);
+                        }
                     }
                 }
                 lastRendererRef = new WeakReference<RenderDataProvider>(rendata);
@@ -242,16 +269,34 @@ public class DefaultOutlineCellRenderer extends DefaultTableCellRenderer {
                 Color bg = rendata.getBackground(value);
                 Color fg = rendata.getForeground(value);
                 if (bg != null && !isSelected) {
-                    setBackground (bg);
+                    if (swingRendering) {
+                        setBackground (bg);
+                    } else {
+                        label.setBackground (bg);
+                    }
                 } else {
-                    setBackground (isSelected ? 
-                        tbl.getSelectionBackground() : tbl.getBackground());
+                    if (swingRendering) {
+                        setBackground (isSelected ?
+                            tbl.getSelectionBackground() : tbl.getBackground());
+                    } else {
+                        label.setBackground (isSelected ?
+                            tbl.getSelectionBackground() : tbl.getBackground());
+                    }
                 }
                 if (fg != null && !isSelected) {
-                    setForeground (fg);
+                    if (swingRendering) {
+                        setForeground (fg);
+                    } else {
+                        label.setForeground (fg);
+                    }
                 } else {
-                    setForeground (isSelected ? 
-                        tbl.getSelectionForeground() : tbl.getForeground());
+                    if (swingRendering) {
+                        setForeground (isSelected ?
+                            tbl.getSelectionForeground() : tbl.getForeground());
+                    } else {
+                        label.setForeground (isSelected ?
+                            tbl.getSelectionForeground() : tbl.getForeground());
+                    }
                 }
                 icon = rendata.getIcon(value);
 
@@ -270,26 +315,47 @@ public class DefaultOutlineCellRenderer extends DefaultTableCellRenderer {
                     }
                 }
                 setCheckBox(cb);
-            } 
+            }
             if (icon == null) {
                 if (!isleaf) {
                     if (isExpanded) {
-                        setIcon (getDefaultOpenIcon());
+                        icon = getDefaultOpenIcon();
                     } else { // ! expanded
-                        setIcon (getDefaultClosedIcon());
+                        icon = getDefaultClosedIcon();
                     }
                 } else { // leaf
-                    setIcon (getDefaultLeafIcon());
+                    icon = getDefaultLeafIcon();
                 }
-            } else { // icon != null
+            }
+            if (swingRendering) {
                 setIcon(icon);
+            } else {
+                label.setIcon(icon);
             }
         
         } else { // ! tbl.isTreeColumnIndex(column)
-            setIcon(null);
+            if (swingRendering) {
+                setIcon(null);
+            } else {
+                label.setIcon(null);
+            }
             setShowHandle(false);
+        }
+
+        if (swingRendering) {
+            return this;
+        } else {
+            Border b = getBorder();
+            if (b == null) {
+                label.setBorder(expansionBorder);
+            } else {
+                label.setBorder(BorderFactory.createCompoundBorder (b, expansionBorder));
             }
-        return this;
+            label.setOpaque(true);
+
+            label.putClientProperty(DefaultOutlineCellRenderer.class, this);
+            return label;
+        }
     }
 
     @Override
@@ -321,8 +387,13 @@ public class DefaultOutlineCellRenderer extends DefaultTableCellRenderer {
             }
         }
 
+        @Override
         public Insets getBorderInsets(Component c) {
-            DefaultOutlineCellRenderer ren = (DefaultOutlineCellRenderer) c;
+            DefaultOutlineCellRenderer ren = (DefaultOutlineCellRenderer)
+                    ((JComponent) c).getClientProperty(DefaultOutlineCellRenderer.class);
+            if (ren == null) {
+                ren = (DefaultOutlineCellRenderer) c;
+            }
             if (ren.isShowHandle()) {
                 insets.left = getExpansionHandleWidth() + (ren.getNestingDepth() *
                     getNestingWidth());
@@ -343,12 +414,18 @@ public class DefaultOutlineCellRenderer extends DefaultTableCellRenderer {
             return insets;
         }
         
+        @Override
         public boolean isBorderOpaque() {
             return false;
         }
         
+        @Override
         public void paintBorder(Component c, java.awt.Graphics g, int x, int y, int width, int height) {
-            DefaultOutlineCellRenderer ren = (DefaultOutlineCellRenderer) c;
+            DefaultOutlineCellRenderer ren = (DefaultOutlineCellRenderer)
+                    ((JComponent) c).getClientProperty(DefaultOutlineCellRenderer.class);
+            if (ren == null) {
+                ren = (DefaultOutlineCellRenderer) c;
+            }
             if (ren.isShowHandle() && !ren.isLeaf()) {
                 Icon icon = ren.isExpanded() ? getExpandedIcon() : getCollapsedIcon();
                 int iconY;
diff --git a/o.n.swing.outline/src/org/netbeans/swing/outline/DefaultOutlineModel.java b/o.n.swing.outline/src/org/netbeans/swing/outline/DefaultOutlineModel.java
index af2ace8..d89a2f9 100644
--- a/o.n.swing.outline/src/org/netbeans/swing/outline/DefaultOutlineModel.java
+++ b/o.n.swing.outline/src/org/netbeans/swing/outline/DefaultOutlineModel.java
@@ -128,16 +128,32 @@ public class DefaultOutlineModel implements OutlineModel {
     }
 
     /** Create an OutlineModel using the supplied tree model and row model,
-     * specifying if it is a large-model tree */
+     * specifying if it is a large-model tree
+     * @param treeModel The tree model
+     * @param rowModel The row model
+     * @param isLargeModel <code>true</code> if it's a large model tree, <code>false</code> otherwise.
+     */
     public static OutlineModel createOutlineModel(TreeModel treeModel, RowModel rowModel, boolean isLargeModel) {
         return createOutlineModel (treeModel, rowModel, isLargeModel, null);
     }
     /** Create an OutlineModel using the supplied tree model and row model,
-     * specifying if it is a large-model tree */
+     * specifying if it is a large-model tree
+     * @param treeModel The tree model
+     * @param rowModel The row model
+     * @param isLargeModel <code>true</code> if it's a large model tree, <code>false</code> otherwise.
+     * @param nodesColumnLabel Label of the node's column
+     */
     public static OutlineModel createOutlineModel(TreeModel treeModel, RowModel rowModel, boolean isLargeModel, String nodesColumnLabel) {
         return new DefaultOutlineModel (treeModel, rowModel, isLargeModel, nodesColumnLabel);
     }
     
+    /** Create a new instance of DefaultOutlineModel using the supplied tree model and row model,
+     * specifying if it is a large-model tree
+     * @param treeModel The tree model
+     * @param rowModel The row model
+     * @param largeModel <code>true</code> if it's a large model tree, <code>false</code> otherwise.
+     * @param nodesColumnLabel Label of the node's column
+     */
     protected DefaultOutlineModel(TreeModel treeModel, RowModel rowModel, boolean largeModel, String nodesColumnLabel) {
         this( treeModel, new ProxyTableModel(rowModel), largeModel, nodesColumnLabel );
     }
@@ -145,7 +161,12 @@ public class DefaultOutlineModel implements OutlineModel {
     /** Creates a new instance of DefaultOutlineModel.  <strong><b>Note</b> 
      * Do not fire table structure changes from the wrapped TableModel (value
      * changes are okay).  Changes that affect the number of rows must come
-     * from the TreeModel.   */
+     * from the TreeModel.
+     * @param treeModel The tree model
+     * @param tableModel The table model
+     * @param largeModel <code>true</code> if it's a large model tree, <code>false</code> otherwise.
+     * @param nodesColumnLabel Label of the node's column
+     */
     protected DefaultOutlineModel(TreeModel treeModel, TableModel tableModel, boolean largeModel, String nodesColumnLabel) {
         this.treeModel = treeModel;
         this.tableModel = tableModel;
@@ -170,14 +191,27 @@ public class DefaultOutlineModel implements OutlineModel {
         }
     }
     
+    @Override
     public final TreePathSupport getTreePathSupport() {
         return treePathSupport;
     }    
     
+    @Override
     public final AbstractLayoutCache getLayout() {
         return layout;
     }
-    
+
+    /** Flag which is set to true while multiple TableModelEvents generated
+     * from a single TreeModelEvent are being fired, so clients can avoid
+     * any model queries until all pending changes have been fired.  The
+     * main thing to avoid is any mid-process repaints, which can only happen
+     * if the response to an event will be to call paintImmediately().
+     * <p>
+     * This value is guaranteed to be true for the first group of
+     * related events, and false if tested in response to the final event.
+     * 
+     * @return <code>true</code> if more events are pending, <code>false</code> otherwise.
+     */
     public boolean areMoreEventsPending() {
         return broadcaster.areMoreEventsPending();
     }
@@ -192,16 +226,19 @@ public class DefaultOutlineModel implements OutlineModel {
         return tableModel;
     }
     
+    @Override
     public final Object getChild(Object parent, int index) {
         return treeModel.getChild (parent, index);
     }
     
+    @Override
     public final int getChildCount(Object parent) {
         return treeModel.getChildCount (parent);
     }
     
     /** Delegates to the RowMapper for > 0 columns; column 0 always
      * returns Object.class */
+    @Override
     public final Class getColumnClass(int columnIndex) {
         if (columnIndex == 0) {
             return Object.class;
@@ -210,10 +247,12 @@ public class DefaultOutlineModel implements OutlineModel {
         }
     }
     
+    @Override
     public final int getColumnCount() {
         return tableModel.getColumnCount()+1;
     }
     
+    @Override
     public String getColumnName(int columnIndex) {
         if (columnIndex == 0) {
             return nodesColumnLabel;
@@ -231,18 +270,22 @@ public class DefaultOutlineModel implements OutlineModel {
         broadcaster.fireTableChange( new TableModelEvent( this, -1, -1, 0, TableModelEvent.HEADER_ROW ) );
     }
     
+    @Override
     public final int getIndexOfChild(Object parent, Object child) {
         return treeModel.getIndexOfChild(parent, child);
     }
     
+    @Override
     public final Object getRoot() {
         return treeModel.getRoot();
     }
     
+    @Override
     public final int getRowCount() {
         return layout.getRowCount();
     }
     
+    @Override
     public final Object getValueAt(int rowIndex, int columnIndex) {
         Object result;
         if (columnIndex == 0) { //XXX need a column ID - columnIndex = 0 depends on the column model
@@ -258,6 +301,7 @@ public class DefaultOutlineModel implements OutlineModel {
         return result;
     }
      
+    @Override
     public boolean isCellEditable(int rowIndex, int columnIndex) {
         if (columnIndex == 0) {
             return false; //XXX support editing of node names
@@ -266,31 +310,37 @@ public class DefaultOutlineModel implements OutlineModel {
         }
     }
     
+    @Override
     public final boolean isLeaf(Object node) {
         return null != node && treeModel.isLeaf(node);
     }
 
-    /** Delegates to the EventBroadcaster for this model */
+    // Delegates to the EventBroadcaster for this model
+    @Override
     public final synchronized void addTableModelListener(TableModelListener l) {
         broadcaster.addTableModelListener (l);
     }
     
-    /** Delegates to the EventBroadcaster for this model */
+    // Delegates to the EventBroadcaster for this model
+    @Override
     public final synchronized void addTreeModelListener(TreeModelListener l) {
         broadcaster.addTreeModelListener (l);
     }    
     
-    /** Delegates to the EventBroadcaster for this model */
+    // Delegates to the EventBroadcaster for this model
+    @Override
     public final synchronized void removeTableModelListener(TableModelListener l) {
         broadcaster.removeTableModelListener(l);
     }
     
-    /** Delegates to the EventBroadcaster for this model */
+    // Delegates to the EventBroadcaster for this model
+    @Override
     public final synchronized void removeTreeModelListener(TreeModelListener l) {
         broadcaster.removeTreeModelListener(l);
     }
     
     /** Delegates to the RowModel (or TableModel) for non-0 columns */
+    @Override
     public final void setValueAt(Object aValue, int rowIndex, int columnIndex) {
         if (columnIndex != 0) {
             tableModel.setValueAt (aValue, rowIndex, columnIndex-1);
@@ -310,12 +360,14 @@ public class DefaultOutlineModel implements OutlineModel {
         //do nothing
     }
     
+    @Override
     public final void valueForPathChanged(javax.swing.tree.TreePath path, Object newValue) {
         //if the model is correctly implemented, this will trigger a change
         //event
         treeModel.valueForPathChanged(path, newValue);
     }
 
+    @Override
     public boolean isLargeModel() {
         return layout instanceof FixedHeightLayoutCache;
     }
diff --git a/o.n.swing.outline/src/org/netbeans/swing/outline/EventBroadcaster.java b/o.n.swing.outline/src/org/netbeans/swing/outline/EventBroadcaster.java
index eec5f7a..b86b254 100644
--- a/o.n.swing.outline/src/org/netbeans/swing/outline/EventBroadcaster.java
+++ b/o.n.swing.outline/src/org/netbeans/swing/outline/EventBroadcaster.java
@@ -312,6 +312,7 @@ final class EventBroadcaster implements TableModelListener, TreeModelListener, E
      * other than TableModelEvent.UPDATE - the ProxyTableModel should never,
      * ever fire structural changes - only the tree model is allowed to do
      * that. */
+    @Override
     public void tableChanged(final TableModelEvent e) {
         //The *ONLY* time we should see events here is due to user
         //data entry.  The ProxyTableModel should never change out
@@ -324,6 +325,7 @@ final class EventBroadcaster implements TableModelListener, TreeModelListener, E
             fireTableChange (translateEvent(e));
         } else {
             SwingUtilities.invokeLater( new Runnable() {
+                @Override
                 public void run() {
                     tableChanged(e);
                 }
@@ -342,6 +344,7 @@ final class EventBroadcaster implements TableModelListener, TreeModelListener, E
      * layout cache, so it will update its state appropriately</li>
      * <li>Fire the generated TableModelEvent(s)</li></ol>
      */
+    @Override
     public void treeNodesChanged(TreeModelEvent e) {
         assert SwingUtilities.isEventDispatchThread();
         
@@ -363,6 +366,7 @@ final class EventBroadcaster implements TableModelListener, TreeModelListener, E
      * layout cache, so it will update its state appropriately</li>
      * <li>Fire the generated TableModelEvent(s)</li></ol>
      */
+    @Override
     public void treeNodesInserted(TreeModelEvent e) {
         assert SwingUtilities.isEventDispatchThread();
         
@@ -384,6 +388,7 @@ final class EventBroadcaster implements TableModelListener, TreeModelListener, E
      * layout cache, so it will update its state appropriately</li>
      * <li>Fire the generated TableModelEvent(s)</li></ol>
      */
+    @Override
     public void treeNodesRemoved(TreeModelEvent e) {
         assert SwingUtilities.isEventDispatchThread();
         
@@ -397,11 +402,19 @@ final class EventBroadcaster implements TableModelListener, TreeModelListener, E
     /** Process a structural change event from the user-supplied tree model.
      * This will result in a generic "something changed" 
      * TableModelEvent being fired.  */
+    @Override
     public void treeStructureChanged(TreeModelEvent e) {
         assert SwingUtilities.isEventDispatchThread();
         
         getLayout().treeStructureChanged(e);
         fireTreeChange (translateEvent(e), STRUCTURE_CHANGED);
+
+        if (!getLayout().isExpanded(e.getTreePath())) {
+            // Do not care about structural changes in collapsed nodes.
+            // But the node's leaf property could change...
+            treeNodesChanged(e);
+            return ;
+        }
         
         //If it's a structural change, we need to dump all our info about the
         //existing tree structure - it can be bogus now.  Similar to JTree,
@@ -417,6 +430,7 @@ final class EventBroadcaster implements TableModelListener, TreeModelListener, E
     /** Receives a TreeWillCollapse event and constructs a TableModelEvent
      * based on the pending changes while the model still reflects the unchanged
      * state */
+    @Override
     public void treeWillCollapse(TreeExpansionEvent event) throws ExpandVetoException {
         assert SwingUtilities.isEventDispatchThread();
         
@@ -433,6 +447,7 @@ final class EventBroadcaster implements TableModelListener, TreeModelListener, E
     /** Receives a TreeWillExpand event and constructs a TableModelEvent
      * based on the pending changes while the model still reflects the unchanged
      * state */
+    @Override
     public void treeWillExpand(TreeExpansionEvent event) throws ExpandVetoException {
         assert SwingUtilities.isEventDispatchThread();
 
@@ -447,6 +462,7 @@ final class EventBroadcaster implements TableModelListener, TreeModelListener, E
         inProgressEvent = event;
     }
 
+    @Override
     public void treeCollapsed(TreeExpansionEvent event) {
         assert SwingUtilities.isEventDispatchThread();
 
@@ -480,6 +496,7 @@ final class EventBroadcaster implements TableModelListener, TreeModelListener, E
     
     /** Updates the layout to mark the descendants of the events path as also
      * expanded if they were the last it was expanded, then fires a table change. */
+    @Override
     public void treeExpanded(TreeExpansionEvent event) {
         assert SwingUtilities.isEventDispatchThread();
         
@@ -511,6 +528,7 @@ final class EventBroadcaster implements TableModelListener, TreeModelListener, E
     /** Messaged if the tree expansion event (for which we will have already
      * constructed a TableModelEvent) was vetoed;  disposes of the constructed
      * TableModelEvent in that circumstance. */
+    @Override
     public void treeExpansionVetoed(TreeExpansionEvent event, ExpandVetoException exception) {
         assert SwingUtilities.isEventDispatchThread();
         
@@ -567,7 +585,7 @@ final class EventBroadcaster implements TableModelListener, TreeModelListener, E
         return nue;
     }
     
-    /** Tranlates a TreeModelEvent into one or more contiguous TableModelEvents 
+    /** Translates a TreeModelEvent into one or more contiguous TableModelEvents
      */
     private TableModelEvent[] translateEvent (TreeModelEvent e, int type) {
 
@@ -697,7 +715,7 @@ final class EventBroadcaster implements TableModelListener, TreeModelListener, E
         //TODO - does not need to be ALL_COLUMNS, but we need a way to determine
         //which column index is the tree
         result = new TableModelEvent (getModel(), first, last, 
-            TableModelEvent.ALL_COLUMNS, TableModelEvent.UPDATE);
+            0/*TableModelEvent.ALL_COLUMNS*/, TableModelEvent.UPDATE);
         
         return result;
     }
@@ -820,7 +838,7 @@ final class EventBroadcaster implements TableModelListener, TreeModelListener, E
      * TableModelEvents for each contiguous block */
     private static boolean isDiscontiguous (TreeModelEvent e) {
         int[] indices = e.getChildIndices();
-        if (indices == null || indices.length == 1) {
+        if (indices == null || indices.length <= 1) {
             return false;
         }
         Arrays.sort(indices);
diff --git a/o.n.swing.outline/src/org/netbeans/swing/outline/ExtTreeWillExpandListener.java b/o.n.swing.outline/src/org/netbeans/swing/outline/ExtTreeWillExpandListener.java
index c51ef0a..fc07d75 100644
--- a/o.n.swing.outline/src/org/netbeans/swing/outline/ExtTreeWillExpandListener.java
+++ b/o.n.swing.outline/src/org/netbeans/swing/outline/ExtTreeWillExpandListener.java
@@ -48,10 +48,10 @@ import javax.swing.event.TreeWillExpandListener;
 import javax.swing.tree.ExpandVetoException;
 
 /** A trivial extension to TreeWillExpandListener, to allow listeners to be
- * notified if another TreeWillExpandListener vetos a pending expansion.
+ * notified if another TreeWillExpandListener vetoes a pending expansion.
  * If a TreeExpansionListener added to an instance of TreePathSupport implements
  * this interface, it will be notified by the TreePathSupport if some other
- * listener vetos expanding a node.
+ * listener vetoes expanding a node.
  * <p>
  * This interface is primarily used to avoid memory leaks if a TreeWillExpandListener
  * constructs some data structure (like a TableModelEvent that is a translation
@@ -62,7 +62,12 @@ import javax.swing.tree.ExpandVetoException;
  * @author  Tim Boudreau
  */
 public interface ExtTreeWillExpandListener extends TreeWillExpandListener {
-    
+
+    /**
+     * Called when another listener vetoes a pending expansion.
+     * @param event The vetoed event
+     * @param exception The veto exception.
+     */
     public void treeExpansionVetoed (TreeExpansionEvent event, 
         ExpandVetoException exception);
     
diff --git a/o.n.swing.outline/src/org/netbeans/swing/outline/Outline.java b/o.n.swing.outline/src/org/netbeans/swing/outline/Outline.java
index 9ec06b5..22dfba8 100644
--- a/o.n.swing.outline/src/org/netbeans/swing/outline/Outline.java
+++ b/o.n.swing.outline/src/org/netbeans/swing/outline/Outline.java
@@ -47,6 +47,7 @@ import java.awt.Component;
 import java.awt.Font;
 import java.awt.FontMetrics;
 import java.awt.Insets;
+import java.awt.Point;
 import java.awt.Rectangle;
 import java.awt.event.ActionEvent;
 import java.awt.event.ActionListener;
@@ -65,10 +66,13 @@ import javax.swing.JComponent;
 import javax.swing.JLabel;
 import javax.swing.JScrollBar;
 import javax.swing.JScrollPane;
+import javax.swing.JToolTip;
 import javax.swing.JViewport;
 import javax.swing.Timer;
 import javax.swing.UIManager;
 import javax.swing.border.Border;
+import javax.swing.event.ListSelectionEvent;
+import javax.swing.event.ListSelectionListener;
 import javax.swing.event.TableModelEvent;
 import javax.swing.event.TreeModelEvent;
 import javax.swing.table.TableCellEditor;
@@ -205,6 +209,10 @@ public class Outline extends ETable {
     private RenderDataProvider renderDataProvider = null;
     private ComponentListener componentListener = null;
     private boolean selectionDisabled = false;
+    private boolean rowHeightIsSet = false;
+    private int selectedRow = -1;
+    private int[] lastEditPosition;
+
     /** Creates a new instance of Outline */
     public Outline() {
         init();
@@ -224,6 +232,16 @@ public class Outline extends ETable {
         am.put("selectNextColumn", new ExpandAction(true, a)); //NOI18N
         a = am.get("selectPreviousColumn"); //NOI18N
         am.put("selectPreviousColumn", new ExpandAction(false, a)); //NOI18N
+        getSelectionModel().addListSelectionListener(new ListSelectionListener() {
+            @Override
+            public void valueChanged(ListSelectionEvent e) {
+                if (getSelectedRowCount() == 1) {
+                    selectedRow = getSelectedRow();
+                } else {
+                    selectedRow = -1;
+                }
+            }
+        });
     }
     
     /** Always returns the default renderer for Object.class for the tree column */
@@ -232,7 +250,13 @@ public class Outline extends ETable {
         int c = convertColumnIndexToModel(column);
         TableCellRenderer result;
         if (c == 0) {
-            result = getDefaultRenderer(Object.class);
+            TableColumn tableColumn = getColumnModel().getColumn(column);
+            TableCellRenderer renderer = tableColumn.getCellRenderer();
+            if (renderer == null) {
+                result = getDefaultRenderer(Object.class);
+            } else {
+                result = renderer;
+            }
         } else {
             result = super.getCellRenderer(row, column);
         }
@@ -301,6 +325,7 @@ public class Outline extends ETable {
     /** Overridden to pass the fixed row height to the tree layout cache */
     @Override
     public void setRowHeight(int val) {
+        rowHeightIsSet = true;
         super.setRowHeight(val);
         if (getLayoutCache() != null) {
             getLayoutCache().setRowHeight(val);
@@ -345,10 +370,98 @@ public class Outline extends ETable {
         return new OutlineColumn(modelIndex);
     }
 
+    private JToolTip toolTip = null;
+
+    @Override
+    public String getToolTipText(MouseEvent event) {
+        try {
+            // Required to really get the tooltip text:
+            putClientProperty("ComputingTooltip", Boolean.TRUE);
+
+            toolTip = null;
+            String tipText = null;
+            Point p = event.getPoint();
+
+            // Locate the renderer under the event location
+            int hitColumnIndex = columnAtPoint(p);
+            int hitRowIndex = rowAtPoint(p);
+
+            if ((hitColumnIndex != -1) && (hitRowIndex != -1)) {
+                //Outline tbl = (Outline) table;
+                if (convertColumnIndexToModel(hitColumnIndex) == 0) {   // tree column index
+                    // For tree column get the tooltip directly from the renderer data provider
+                    RenderDataProvider rendata = getRenderDataProvider();
+                    if (rendata != null) {
+                        Object value = getValueAt(hitRowIndex, hitColumnIndex);
+                        if (value != null) {
+                            String toolT = rendata.getTooltipText(value);
+                            if (toolT != null && (toolT = toolT.trim ()).length () > 0) {
+                                tipText = toolT;
+                            }
+                        }
+                    }
+                }
+
+                TableCellRenderer renderer = getCellRenderer(hitRowIndex, hitColumnIndex);
+                Component component = prepareRenderer(renderer, hitRowIndex, hitColumnIndex);
+
+                // Now have to see if the component is a JComponent before
+                // getting the tip
+                if (component instanceof JComponent) {
+                    // Convert the event to the renderer's coordinate system
+                    Rectangle cellRect = getCellRect(hitRowIndex, hitColumnIndex, false);
+                    p.translate(-cellRect.x, -cellRect.y);
+                    MouseEvent newEvent = new MouseEvent(component, event.getID(),
+                                              event.getWhen(), event.getModifiers(),
+                                              p.x, p.y,
+                                              event.getXOnScreen(),
+                                              event.getYOnScreen(),
+                                              event.getClickCount(),
+                                              event.isPopupTrigger(),
+                                              MouseEvent.NOBUTTON);
+
+                    if (tipText == null) {
+                        tipText = ((JComponent)component).getToolTipText(newEvent);
+                    }
+                    toolTip = ((JComponent)component).createToolTip();
+                }
+            }
+
+            // No tip from the renderer get our own tip
+            if (tipText == null)
+                tipText = getToolTipText();
+
+            return tipText;
+        } finally {
+            putClientProperty("ComputingTooltip", Boolean.FALSE);
+        }
+        //return super.getToolTipText(event);
+    }
+
+    @Override
+    public JToolTip createToolTip() {
+        JToolTip t = toolTip;
+        toolTip = null;
+        if (t != null) {
+            return t;
+        } else {
+            return super.createToolTip();
+        }
+    }
+
+    /**
+     * An Outline implementation of table column.
+     */
     protected class OutlineColumn extends ETableColumn {
-        public OutlineColumn(int modleIndex) {
-            super(modleIndex, Outline.this);
+
+        /**
+         * Create a new outline column
+         * @param modelIndex The column's model index
+         */
+        public OutlineColumn(int modelIndex) {
+            super(modelIndex, Outline.this);
         }
+
         @Override
         protected Comparator<RowMapping> getRowComparator(int column, boolean ascending) {
             return new OutlineRowComparator(column, ascending);
@@ -428,10 +541,10 @@ public class Outline extends ETable {
                     return 0;
                 }
                 if (obj1 == null) {
-                    return -1;
+                    return (ascending) ? -1 : 1;
                 }
                 if (obj2 == null) {
-                    return 1;
+                    return (ascending) ? 1 : -1;
                 }
                 // check nested comparator
                 if (getNestedComparator () != null) {
@@ -441,7 +554,8 @@ public class Outline extends ETable {
                     Comparable c1 = (Comparable) obj1;
                     return ascending ? c1.compareTo(obj2) : - c1.compareTo(obj2);
                 }
-                return 0;
+                return ascending ? obj1.toString().compareTo(obj2.toString()) :
+                                   obj2.toString().compareTo(obj1.toString());
             }
         }
     }
@@ -500,11 +614,20 @@ public class Outline extends ETable {
     public boolean isExpanded (TreePath path) {
         return getTreePathSupport().isExpanded(path);
     }
-    
+
+    /**
+     * Collapse the given tree path.
+     * @param path The tree path to collapse.
+     */
     public void collapsePath (TreePath path) {
         getTreePathSupport().collapsePath (path);
     }
-    
+
+    /**
+     * Get the UI bounds of the given tree path.
+     * @param path The tree path to get the bounds for.
+     * @return The bounds.
+     */
     public Rectangle getPathBounds(TreePath path) {
         Insets i = getInsets();
         Rectangle bounds = getLayoutCache().getBounds(path, null);
@@ -515,7 +638,13 @@ public class Outline extends ETable {
         }
         return bounds;
     }   
-    
+
+    /**
+     * Find the tree path that is closest to the given position.
+     * @param x The X coordinate of the position
+     * @param y The Y coordinate of the position
+     * @return The closest tree path
+     */
     public TreePath getClosestPathForLocation(int x, int y) {
         Insets i = getInsets();
         TreePath tp;
@@ -568,11 +697,19 @@ public class Outline extends ETable {
                         Object ourObject = path.getLastPathComponent();
                         int cCount = getOutlineModel().getChildCount(ourObject);
                         if (cCount > 0) {
-                            Object lastChild = getOutlineModel().getChild(ourObject, cCount - 1);
-                            TreePath lastChildPath = path.pathByAddingChild(lastChild);
-                            int lastRow = getLayoutCache().getRowForPath(lastChildPath);
+                            int lastRow = row;
+                            for (int i = 0; i < cCount; i++) {
+                                Object child = getOutlineModel().getChild(ourObject, i);
+                                TreePath childPath = path.pathByAddingChild(child);
+                                int childRow = getLayoutCache().getRowForPath(childPath);
+                                childRow = convertRowIndexToView(childRow);
+                                if (childRow > lastRow) {
+                                    lastRow = childRow;
+                                }
+                            }
+                            int firstRow = row;
                             Rectangle rectLast = getCellRect(lastRow, 0, true);
-                            Rectangle rectFirst = getCellRect(getLayoutCache().getRowForPath(path), 0, true);
+                            Rectangle rectFirst = getCellRect(firstRow, 0, true);
                             Rectangle rectFull = new Rectangle(
                                     rectFirst.x,
                                     rectFirst.y,
@@ -595,7 +732,7 @@ public class Outline extends ETable {
         }
             
         boolean res = false;
-        if (!isTreeColumn || e instanceof MouseEvent && ((MouseEvent)e).getClickCount() > 1) {
+        if (!isTreeColumn || e instanceof MouseEvent && isEditEvent(row, column, (MouseEvent) e)) {
             res = super.editCellAt(row, column, e);
         }
         if( res && isTreeColumn && null != getEditorComponent() ) {
@@ -608,6 +745,36 @@ public class Outline extends ETable {
         return res;
     }
 
+    private boolean isEditEvent(int row, int column, MouseEvent me) {
+        if (me.getClickCount() > 1) {
+            return true;
+        }
+        boolean noModifiers = me.getModifiersEx() == MouseEvent.BUTTON1_DOWN_MASK;
+        if (lastEditPosition != null && selectedRow == row && noModifiers &&
+            lastEditPosition[0] == row && lastEditPosition[1] == column) {
+
+            int handleWidth = DefaultOutlineCellRenderer.getExpansionHandleWidth();
+            Insets ins = getInsets();
+            TreePath path = getLayoutCache().getPathForRow(convertRowIndexToModel(row));
+            int nd = path.getPathCount() - (isRootVisible() ? 1 : 2);
+            if (nd < 0) {
+                nd = 0;
+            }
+            int handleStart = ins.left + (nd * DefaultOutlineCellRenderer.getNestingWidth());
+            int handleEnd = ins.left + handleStart + handleWidth;
+            // Translate 'x' to position of column if non-0:
+            int columnStart = getCellRect(row, column, false).x;
+            handleStart += columnStart;
+            handleEnd += columnStart;
+            if (me.getX() >= handleEnd) {
+                lastEditPosition = null;
+                return true;
+            }
+        }
+        lastEditPosition = new int[] { row, column };
+        return false;
+    }
+
     private boolean checkAt(int row, int column, MouseEvent me) {
         RenderDataProvider render = getRenderDataProvider();
         TableCellRenderer tcr = getDefaultRenderer(Object.class);
@@ -651,6 +818,14 @@ public class Outline extends ETable {
         return false;
     }
 
+    /**
+     * Configure the cell editor.
+     * This method allows to override the configuration of cell editor when cell editing is initiated.
+     * 
+     * @param editor The editor component
+     * @param row Editor's row
+     * @param column Editor's column
+     */
     protected void configureTreeCellEditor( Component editor, int row, int column ) {
         if( !(editor instanceof JComponent) ) {
             return;
@@ -672,7 +847,9 @@ public class Outline extends ETable {
     @Override
     public void addNotify () {
         super.addNotify ();
-        calcRowHeight();
+        if (!rowHeightIsSet) {
+            calcRowHeight();
+        }
     }
 
     /** Calculate the height of rows based on the current font. */
@@ -702,7 +879,7 @@ public class Outline extends ETable {
         super.tableChanged(e);
 //        System.err.println("row count is " + getRowCount());
     }
-    
+
     @Override
     public void changeSelection(int rowIndex, int columnIndex, boolean toggle, boolean extend) {
         if (selectionDisabled) {
@@ -773,6 +950,7 @@ public class Outline extends ETable {
     
     private class ND extends AbstractLayoutCache.NodeDimensions {
         
+        @Override
         public Rectangle getNodeDimensions(Object value, int row, int depth, 
             boolean expanded, Rectangle bounds) {
                 int wid = Outline.this.getColumnModel().getColumn(0).getPreferredWidth();
@@ -824,6 +1002,7 @@ public class Outline extends ETable {
 	    timer.start();
 	}        
         
+        @Override
 	public void actionPerformed(ActionEvent ae) {
 	    if(scrollBar == null || !scrollBar.getValueIsAdjusting()) {
 		if(timer != null)
@@ -855,6 +1034,7 @@ public class Outline extends ETable {
         private int nestingDepth;
         private final int ICON_TEXT_GAP = new JLabel().getIconTextGap();
         
+        @Override
         public Insets getBorderInsets(Component c) {
             insets.left = (nestingDepth *
                 DefaultOutlineCellRenderer.getNestingWidth())
@@ -866,10 +1046,12 @@ public class Outline extends ETable {
             return insets;
         }
         
+        @Override
         public boolean isBorderOpaque() {
             return false;
         }
         
+        @Override
         public void paintBorder(Component c, java.awt.Graphics g, int x, int y, int width, int height) {
             int iconY;
             int iconX = nestingDepth * DefaultOutlineCellRenderer.getNestingWidth();
@@ -905,6 +1087,7 @@ public class Outline extends ETable {
             this.origAction = orig;
         }
 
+        @Override
         public void actionPerformed(ActionEvent e) {
             if( getSelectedRowCount() == 1 && isTreeColumnIndex (getSelectedColumn()) ) {
                 TreePath selPath = getLayoutCache().getPathForRow(convertRowIndexToModel (getSelectedRow ()));
diff --git a/o.n.swing.outline/src/org/netbeans/swing/outline/ProxyTableModel.java b/o.n.swing.outline/src/org/netbeans/swing/outline/ProxyTableModel.java
index e30a2a2..e667bf5 100644
--- a/o.n.swing.outline/src/org/netbeans/swing/outline/ProxyTableModel.java
+++ b/o.n.swing.outline/src/org/netbeans/swing/outline/ProxyTableModel.java
@@ -78,24 +78,29 @@ final class ProxyTableModel implements TableModel {
         return outlineModel;
     }
     
+    @Override
     public Class getColumnClass(int columnIndex) {
         return rowmodel.getColumnClass(columnIndex);
     }
     
+    @Override
     public int getColumnCount() {
         return rowmodel.getColumnCount();
     }
     
+    @Override
     public String getColumnName(int columnIndex) {
         return rowmodel.getColumnName(columnIndex);
     }
     
+    @Override
     public int getRowCount() {
         //not interesting, will never be called - the outline model
         //handles this
         return -1;
     }
     
+    @Override
     public Object getValueAt(int rowIndex, int columnIndex) {
         Object node = getNodeForRow(rowIndex);
         if (node == null) {
@@ -105,15 +110,18 @@ final class ProxyTableModel implements TableModel {
         return rowmodel.getValueFor(node, columnIndex);
     }
     
+    @Override
     public boolean isCellEditable(int rowIndex, int columnIndex) {
         Object node = getNodeForRow(rowIndex);
         return rowmodel.isCellEditable (node, columnIndex);
     }
     
+    @Override
     public synchronized void removeTableModelListener(TableModelListener l) {
         listeners.remove(l);
     }
     
+    @Override
     public synchronized void addTableModelListener(TableModelListener l) {
         listeners.add(l);
     }
@@ -129,6 +137,7 @@ final class ProxyTableModel implements TableModel {
         }
     }
     
+    @Override
     public void setValueAt(Object aValue, int rowIndex, int columnIndex) {
         Object node = getNodeForRow(rowIndex);
         rowmodel.setValueFor (node, columnIndex, aValue);
diff --git a/o.n.swing.outline/src/org/netbeans/swing/outline/TreePathSupport.java b/o.n.swing.outline/src/org/netbeans/swing/outline/TreePathSupport.java
index 609321f..a391e05 100644
--- a/o.n.swing.outline/src/org/netbeans/swing/outline/TreePathSupport.java
+++ b/o.n.swing.outline/src/org/netbeans/swing/outline/TreePathSupport.java
@@ -64,7 +64,7 @@ import javax.swing.tree.TreePath;
  * class manages information about any path that has been expanded at some
  * point in the lifetime of an Outline, so that for example, if A contains B
  * contains C, and A and B and C are expanded, then the user collapses A,
- * and later reëexpands A, B and C will retain their expanded state and
+ * and later re-expands A, B and C will retain their expanded state and
  * appear as they did the last time A was expanded.
  * <p>
  * When nodes are removed, the OutlineModel must call removePath() for any
@@ -73,7 +73,7 @@ import javax.swing.tree.TreePath;
  * <p>
  * Its <code>addTreeWillExpandListener</code> code supports 
  * <code>ExtTreeWillExpandListener</code>, so such a listener may be notified
- * if some other listener vetos a pending expansion event.
+ * if some other listener vetoes a pending expansion event.
  *
  * @author  Tim Boudreau
  */
@@ -95,9 +95,11 @@ public final class TreePathSupport {
     }
 
     /** Expand a path.  Notifies the layout cache of the change,
-     * stores the expanded path info (so reexpanding a parent node also reexpands
+     * stores the expanded path info (so re-expanding a parent node also re-expands
      * this path if a parent node containing it is later collapsed).  Fires
-     * TreeWillExpand and TreeExpansion events. */
+     * TreeWillExpand and TreeExpansion events.
+     * @param path The tree path to expand
+     */
     public void expandPath (TreePath path) {
         assert SwingUtilities.isEventDispatchThread();
         if (layout.isExpanded(path)) {
@@ -115,9 +117,11 @@ public final class TreePathSupport {
     }
     
     /** Collapse a path.  Notifies the layout cache of the change,
-     * stores the expanded path info (so reexpanding a parent node also reexpands
+     * stores the expanded path info (so re-expanding a parent node also re-expands
      * this path if a parent node containing it is later collapsed).  Fires
-     * TreeWillExpand and TreeExpansion events. */
+     * TreeWillExpand and TreeExpansion events.
+     * @param path The tree path to collapse
+     */
     public void collapsePath (TreePath path) {
         assert SwingUtilities.isEventDispatchThread();
         if (!layout.isExpanded(path)) {
@@ -135,7 +139,9 @@ public final class TreePathSupport {
     }
     
     /** Remove a path's data from the list of known paths.  Called when
-     * a tree model deletion event occurs */
+     * a tree model deletion event occurs
+     * @param path The tree path to remove
+     */
     public void removePath (TreePath path) {
     }
     
@@ -186,7 +192,11 @@ public final class TreePathSupport {
         }
     }
     
-    
+    /**
+     * Test if the tree path is expanded.
+     * @param path The tree path to test
+     * @return <code>true</code> if the path is expanded, <code>false</code> otherwise.
+     */
     public boolean hasBeenExpanded(TreePath path) {
         assert SwingUtilities.isEventDispatchThread();
 	return (path != null && layout.isExpanded(path));
@@ -221,7 +231,12 @@ public final class TreePathSupport {
 	    return isExpanded(parentPath);
         return true;
     }
-    
+
+    /**
+     * Test if the tree path is visible (the parent path is expanded).
+     * @param path The tree path to test
+     * @return <code>true</code> if the path is visible, <code>false</code> otherwise.
+     */
     public boolean isVisible(TreePath path) {
         if(path != null) {
 	    TreePath parentPath = path.getParentPath();
@@ -234,7 +249,12 @@ public final class TreePathSupport {
 	}
         return false;
     }    
-    
+
+    /**
+     * Get all expanded descendants of the given tree path.
+     * @param parent Tree path to find the expanded descendants for
+     * @return All expanded descendants.
+     */
     public TreePath[] getExpandedDescendants(TreePath parent) {
         assert SwingUtilities.isEventDispatchThread();
         TreePath[] result = new TreePath[0];
@@ -269,19 +289,33 @@ public final class TreePathSupport {
     
     /** Add a TreeExpansionListener.  If the TreeWillExpandListener implements
      * ExtTreeExpansionListener, it will be notified if another 
-     * TreeWillExpandListener vetoes the expansion event */
+     * TreeWillExpandListener vetoes the expansion event
+     * @param l The tree expansion listener
+     */
     public synchronized void addTreeExpansionListener (TreeExpansionListener l) {
         eListeners.add(l);
     }
-    
+
+    /**
+     * Remove a TreeExpansionListener.
+     * @param l The tree expansion listener
+     */
     public synchronized void removeTreeExpansionListener (TreeExpansionListener l) {
         eListeners.remove(l);
     }
-    
+
+    /**
+     * Add a TreeWillExpandListener.
+     * @param l The tree will expand listener
+     */
     public synchronized void addTreeWillExpandListener (TreeWillExpandListener l) {
         weListeners.add(l);
     }
     
+    /**
+     * Remove a TreeWillExpandListener.
+     * @param l The tree will expand listener
+     */
     public synchronized void removeTreeWillExpandListener (TreeWillExpandListener l) {
         weListeners.remove(l);
     }
diff --git a/o.n.swing.outline/test/unit/src/org/netbeans/swing/etable/ETableTest.java b/o.n.swing.outline/test/unit/src/org/netbeans/swing/etable/ETableTest.java
index 667c9c1..3799290 100644
--- a/o.n.swing.outline/test/unit/src/org/netbeans/swing/etable/ETableTest.java
+++ b/o.n.swing.outline/test/unit/src/org/netbeans/swing/etable/ETableTest.java
@@ -45,6 +45,8 @@ package org.netbeans.swing.etable;
 
 import java.awt.event.InputEvent;
 import java.awt.event.KeyEvent;
+import java.beans.PropertyChangeEvent;
+import java.beans.PropertyChangeListener;
 import java.util.Properties;
 import javax.swing.table.DefaultTableModel;
 import javax.swing.table.TableColumn;
@@ -96,6 +98,26 @@ public class ETableTest extends NbTestCase {
         assertEquals("Sort reorder (3) not ok", 3, t.convertRowIndexToModel(0));
         assertEquals("Sort reorder (4) not ok", 4, t.convertRowIndexToModel(5));
     }
+    
+    public void testFirePropertyChangeForQuickFilter() {
+        ETable t = new ETable();
+        class L implements PropertyChangeListener {
+            int cnt;
+            
+            @Override
+            public void propertyChange(PropertyChangeEvent evt) {
+                assertEquals("quickFilter", evt.getPropertyName());
+                cnt++;
+            }
+            
+        }
+        L listener = new L();
+        t.addPropertyChangeListener(listener);
+        t.setQuickFilter(1, new Object());
+        assertEquals("One filter change", 1, listener.cnt);
+        t.unsetQuickFilter();
+        assertEquals("Second change", 2, listener.cnt);
+    }
 
     
     /**
diff --git a/o.n.swing.plaf/manifest.mf b/o.n.swing.plaf/manifest.mf
index 0951c73..9c8e162 100644
--- a/o.n.swing.plaf/manifest.mf
+++ b/o.n.swing.plaf/manifest.mf
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 OpenIDE-Module-Localizing-Bundle: org/netbeans/swing/plaf/Bundle.properties
 OpenIDE-Module: org.netbeans.swing.plaf
-OpenIDE-Module-Specification-Version: 1.16.1
+OpenIDE-Module-Specification-Version: 1.19.1
 AutoUpdate-Show-In-Client: false
 
diff --git a/o.n.swing.plaf/src/org/netbeans/swing/plaf/aqua/AquaSeparatorUI.java b/o.n.swing.plaf/src/org/netbeans/swing/plaf/aqua/AquaSeparatorUI.java
index 32605bb..d317d78 100644
--- a/o.n.swing.plaf/src/org/netbeans/swing/plaf/aqua/AquaSeparatorUI.java
+++ b/o.n.swing.plaf/src/org/netbeans/swing/plaf/aqua/AquaSeparatorUI.java
@@ -75,23 +75,14 @@ public class AquaSeparatorUI extends SeparatorUI {
     }
     
     public void paint( Graphics g, JComponent c ) {
-        if (c.getParent() instanceof JPopupMenu) {
-            Dimension s = c.getSize();
-            
-            g.setColor(lineColor);
-            g.drawLine(1, 5, s.width - 2, 5);
-        }
+        Dimension s = c.getSize();
+
+        g.setColor(lineColor);
+        g.drawLine(1, 5, s.width - 2, 5);
     }
     
     public Dimension getPreferredSize(JComponent c) {
-        Dimension s;
-        if (c.getParent() instanceof JPopupMenu) {
-            return new Dimension( 0, 12 );
-        } else {
-            s = new Dimension(0, 0);
-        }
-        
-        return s;
+        return new Dimension( 0, 12 );
     }
     
     public Dimension getMinimumSize( JComponent c ) { return null; }
diff --git a/o.n.swing.plaf/src/org/netbeans/swing/plaf/aqua/AquaToolBarButtonUI.java b/o.n.swing.plaf/src/org/netbeans/swing/plaf/aqua/AquaToolBarButtonUI.java
index 137d09c..7e4e437 100644
--- a/o.n.swing.plaf/src/org/netbeans/swing/plaf/aqua/AquaToolBarButtonUI.java
+++ b/o.n.swing.plaf/src/org/netbeans/swing/plaf/aqua/AquaToolBarButtonUI.java
@@ -82,7 +82,10 @@ class AquaToolBarButtonUI extends BasicButtonUI implements ChangeListener {
         b.setOpaque(false);
         b.setFocusable(false);
         b.setBorderPainted(true);
-        b.setBorder( BorderFactory.createEmptyBorder(6,2,2,2) );
+        if( isMainToolbarButtonUI )
+            b.setBorder( BorderFactory.createEmptyBorder(1,2,1,2) );
+        else
+            b.setBorder( BorderFactory.createEmptyBorder(6,2,2,2) );
         b.setRolloverEnabled(isMainToolbarButtonUI);
    }
 
diff --git a/o.n.swing.plaf/src/org/netbeans/swing/plaf/aqua/toolbar-icons-shadow-big.png b/o.n.swing.plaf/src/org/netbeans/swing/plaf/aqua/toolbar-icons-shadow-big.png
index 4f04d93..9449437 100644
Binary files a/o.n.swing.plaf/src/org/netbeans/swing/plaf/aqua/toolbar-icons-shadow-big.png and b/o.n.swing.plaf/src/org/netbeans/swing/plaf/aqua/toolbar-icons-shadow-big.png differ
diff --git a/o.n.swing.plaf/src/org/netbeans/swing/plaf/aqua/toolbar-icons-shadow-small.png b/o.n.swing.plaf/src/org/netbeans/swing/plaf/aqua/toolbar-icons-shadow-small.png
index 8eb71c7..39a5883 100644
Binary files a/o.n.swing.plaf/src/org/netbeans/swing/plaf/aqua/toolbar-icons-shadow-small.png and b/o.n.swing.plaf/src/org/netbeans/swing/plaf/aqua/toolbar-icons-shadow-small.png differ
diff --git a/o.n.swing.plaf/src/org/netbeans/swing/plaf/gtk/GtkLFCustoms.java b/o.n.swing.plaf/src/org/netbeans/swing/plaf/gtk/GtkLFCustoms.java
index 1fe8441..6ac9c25 100644
--- a/o.n.swing.plaf/src/org/netbeans/swing/plaf/gtk/GtkLFCustoms.java
+++ b/o.n.swing.plaf/src/org/netbeans/swing/plaf/gtk/GtkLFCustoms.java
@@ -76,7 +76,8 @@ public class GtkLFCustoms extends LFCustoms {
 
         Object selBg = ThemeValue.functioning() ? new ThemeValue (ThemeValue.REGION_BUTTON, ThemeValue.DARK, Color.CYAN) : (Object) Color.CYAN;
         Object selFg = ThemeValue.functioning() ? new ThemeValue (ThemeValue.REGION_BUTTON, ThemeValue.TEXT_FOREGROUND, Color.BLACK) : (Object) Color.BLACK;
-
+        
+        Object bg = ThemeValue.functioning() ? ThemeValue.TEXT_BACKGROUND : Color.WHITE;
         Object fb = new Color (144, 144, 255);
         Object tabBg = ThemeValue.functioning() ? new ThemeValue (ThemeValue.REGION_INTFRAME, ThemeValue.DARK, fb) : (Object) fb;
         
@@ -105,7 +106,7 @@ public class GtkLFCustoms extends LFCustoms {
             PROPSHEET_DISABLED_FOREGROUND, new Color(161,161,146),
             "Table.selectionBackground", selBg, //NOI18N
             "Table.selectionForeground", selFg, //NOI18N
-            PROPSHEET_BACKGROUND, Color.WHITE,
+            PROPSHEET_BACKGROUND, bg,
             "window", light,
             
             VIEW_TAB_OUTER_BORDER, BorderFactory.createEmptyBorder(),
diff --git a/o.n.swing.tabcontrol/manifest.mf b/o.n.swing.tabcontrol/manifest.mf
index c0bbcfb..d36602b 100644
--- a/o.n.swing.tabcontrol/manifest.mf
+++ b/o.n.swing.tabcontrol/manifest.mf
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 OpenIDE-Module-Localizing-Bundle: org/netbeans/swing/tabcontrol/Bundle.properties
 OpenIDE-Module: org.netbeans.swing.tabcontrol
-OpenIDE-Module-Specification-Version: 1.21.1
+OpenIDE-Module-Specification-Version: 1.24.1
 AutoUpdate-Essential-Module: true
 
diff --git a/o.n.swing.tabcontrol/nbproject/org-netbeans-swing-tabcontrol.sig b/o.n.swing.tabcontrol/nbproject/org-netbeans-swing-tabcontrol.sig
new file mode 100644
index 0000000..ae7be81
--- /dev/null
+++ b/o.n.swing.tabcontrol/nbproject/org-netbeans-swing-tabcontrol.sig
@@ -0,0 +1,3047 @@
+#Signature file v4.1
+#Version 1.21
+
+CLSS public abstract java.awt.AWTEvent
+cons public init(java.awt.Event)
+cons public init(java.lang.Object,int)
+fld protected boolean consumed
+fld protected int id
+fld public final static int RESERVED_ID_MAX = 1999
+fld public final static long ACTION_EVENT_MASK = 128
+fld public final static long ADJUSTMENT_EVENT_MASK = 256
+fld public final static long COMPONENT_EVENT_MASK = 1
+fld public final static long CONTAINER_EVENT_MASK = 2
+fld public final static long FOCUS_EVENT_MASK = 4
+fld public final static long HIERARCHY_BOUNDS_EVENT_MASK = 65536
+fld public final static long HIERARCHY_EVENT_MASK = 32768
+fld public final static long INPUT_METHOD_EVENT_MASK = 2048
+fld public final static long INVOCATION_EVENT_MASK = 16384
+fld public final static long ITEM_EVENT_MASK = 512
+fld public final static long KEY_EVENT_MASK = 8
+fld public final static long MOUSE_EVENT_MASK = 16
+fld public final static long MOUSE_MOTION_EVENT_MASK = 32
+fld public final static long MOUSE_WHEEL_EVENT_MASK = 131072
+fld public final static long PAINT_EVENT_MASK = 8192
+fld public final static long TEXT_EVENT_MASK = 1024
+fld public final static long WINDOW_EVENT_MASK = 64
+fld public final static long WINDOW_FOCUS_EVENT_MASK = 524288
+fld public final static long WINDOW_STATE_EVENT_MASK = 262144
+meth protected boolean isConsumed()
+meth protected void consume()
+meth public int getID()
+meth public java.lang.String paramString()
+meth public java.lang.String toString()
+meth public void setSource(java.lang.Object)
+supr java.util.EventObject
+hfds INPUT_METHODS_ENABLED_MASK,bdata,focusManagerIsDispatching,inputEvent_CanAccessSystemClipboard_Field,isPosted,log,serialVersionUID
+
+CLSS public abstract java.awt.Component
+cons protected init()
+fld public final static float BOTTOM_ALIGNMENT = 1.0
+fld public final static float CENTER_ALIGNMENT = 0.5
+fld public final static float LEFT_ALIGNMENT = 0.0
+fld public final static float RIGHT_ALIGNMENT = 1.0
+fld public final static float TOP_ALIGNMENT = 0.0
+innr protected BltBufferStrategy
+innr protected FlipBufferStrategy
+innr protected abstract AccessibleAWTComponent
+innr public final static !enum BaselineResizeBehavior
+intf java.awt.MenuContainer
+intf java.awt.image.ImageObserver
+intf java.io.Serializable
+meth protected boolean requestFocus(boolean)
+meth protected boolean requestFocusInWindow(boolean)
+meth protected final void disableEvents(long)
+meth protected final void enableEvents(long)
+meth protected java.awt.AWTEvent coalesceEvents(java.awt.AWTEvent,java.awt.AWTEvent)
+meth protected java.lang.String paramString()
+meth protected void firePropertyChange(java.lang.String,boolean,boolean)
+meth protected void firePropertyChange(java.lang.String,int,int)
+meth protected void firePropertyChange(java.lang.String,java.lang.Object,java.lang.Object)
+meth protected void processComponentEvent(java.awt.event.ComponentEvent)
+meth protected void processEvent(java.awt.AWTEvent)
+meth protected void processFocusEvent(java.awt.event.FocusEvent)
+meth protected void processHierarchyBoundsEvent(java.awt.event.HierarchyEvent)
+meth protected void processHierarchyEvent(java.awt.event.HierarchyEvent)
+meth protected void processInputMethodEvent(java.awt.event.InputMethodEvent)
+meth protected void processKeyEvent(java.awt.event.KeyEvent)
+meth protected void processMouseEvent(java.awt.event.MouseEvent)
+meth protected void processMouseMotionEvent(java.awt.event.MouseEvent)
+meth protected void processMouseWheelEvent(java.awt.event.MouseWheelEvent)
+meth public <%0 extends java.util.EventListener> {%%0}[] getListeners(java.lang.Class<{%%0}>)
+meth public boolean action(java.awt.Event,java.lang.Object)
+ anno 0 java.lang.Deprecated()
+meth public boolean areFocusTraversalKeysSet(int)
+meth public boolean contains(int,int)
+meth public boolean contains(java.awt.Point)
+meth public boolean getFocusTraversalKeysEnabled()
+meth public boolean getIgnoreRepaint()
+meth public boolean gotFocus(java.awt.Event,java.lang.Object)
+ anno 0 java.lang.Deprecated()
+meth public boolean handleEvent(java.awt.Event)
+ anno 0 java.lang.Deprecated()
+meth public boolean hasFocus()
+meth public boolean imageUpdate(java.awt.Image,int,int,int,int,int)
+meth public boolean inside(int,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean isBackgroundSet()
+meth public boolean isCursorSet()
+meth public boolean isDisplayable()
+meth public boolean isDoubleBuffered()
+meth public boolean isEnabled()
+meth public boolean isFocusCycleRoot(java.awt.Container)
+meth public boolean isFocusOwner()
+meth public boolean isFocusTraversable()
+ anno 0 java.lang.Deprecated()
+meth public boolean isFocusable()
+meth public boolean isFontSet()
+meth public boolean isForegroundSet()
+meth public boolean isLightweight()
+meth public boolean isMaximumSizeSet()
+meth public boolean isMinimumSizeSet()
+meth public boolean isOpaque()
+meth public boolean isPreferredSizeSet()
+meth public boolean isShowing()
+meth public boolean isValid()
+meth public boolean isVisible()
+meth public boolean keyDown(java.awt.Event,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean keyUp(java.awt.Event,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean lostFocus(java.awt.Event,java.lang.Object)
+ anno 0 java.lang.Deprecated()
+meth public boolean mouseDown(java.awt.Event,int,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean mouseDrag(java.awt.Event,int,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean mouseEnter(java.awt.Event,int,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean mouseExit(java.awt.Event,int,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean mouseMove(java.awt.Event,int,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean mouseUp(java.awt.Event,int,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean postEvent(java.awt.Event)
+ anno 0 java.lang.Deprecated()
+meth public boolean prepareImage(java.awt.Image,int,int,java.awt.image.ImageObserver)
+meth public boolean prepareImage(java.awt.Image,java.awt.image.ImageObserver)
+meth public boolean requestFocusInWindow()
+meth public final java.lang.Object getTreeLock()
+meth public final void dispatchEvent(java.awt.AWTEvent)
+meth public float getAlignmentX()
+meth public float getAlignmentY()
+meth public int checkImage(java.awt.Image,int,int,java.awt.image.ImageObserver)
+meth public int checkImage(java.awt.Image,java.awt.image.ImageObserver)
+meth public int getBaseline(int,int)
+meth public int getHeight()
+meth public int getWidth()
+meth public int getX()
+meth public int getY()
+meth public java.awt.Color getBackground()
+meth public java.awt.Color getForeground()
+meth public java.awt.Component getComponentAt(int,int)
+meth public java.awt.Component getComponentAt(java.awt.Point)
+meth public java.awt.Component locate(int,int)
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Component$BaselineResizeBehavior getBaselineResizeBehavior()
+meth public java.awt.ComponentOrientation getComponentOrientation()
+meth public java.awt.Container getFocusCycleRootAncestor()
+meth public java.awt.Container getParent()
+meth public java.awt.Cursor getCursor()
+meth public java.awt.Dimension getMaximumSize()
+meth public java.awt.Dimension getMinimumSize()
+meth public java.awt.Dimension getPreferredSize()
+meth public java.awt.Dimension getSize()
+meth public java.awt.Dimension getSize(java.awt.Dimension)
+meth public java.awt.Dimension minimumSize()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Dimension preferredSize()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Dimension size()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Font getFont()
+meth public java.awt.FontMetrics getFontMetrics(java.awt.Font)
+meth public java.awt.Graphics getGraphics()
+meth public java.awt.GraphicsConfiguration getGraphicsConfiguration()
+meth public java.awt.Image createImage(int,int)
+meth public java.awt.Image createImage(java.awt.image.ImageProducer)
+meth public java.awt.Point getLocation()
+meth public java.awt.Point getLocation(java.awt.Point)
+meth public java.awt.Point getLocationOnScreen()
+meth public java.awt.Point getMousePosition()
+meth public java.awt.Point location()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Rectangle bounds()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Rectangle getBounds()
+meth public java.awt.Rectangle getBounds(java.awt.Rectangle)
+meth public java.awt.Toolkit getToolkit()
+meth public java.awt.dnd.DropTarget getDropTarget()
+meth public java.awt.event.ComponentListener[] getComponentListeners()
+meth public java.awt.event.FocusListener[] getFocusListeners()
+meth public java.awt.event.HierarchyBoundsListener[] getHierarchyBoundsListeners()
+meth public java.awt.event.HierarchyListener[] getHierarchyListeners()
+meth public java.awt.event.InputMethodListener[] getInputMethodListeners()
+meth public java.awt.event.KeyListener[] getKeyListeners()
+meth public java.awt.event.MouseListener[] getMouseListeners()
+meth public java.awt.event.MouseMotionListener[] getMouseMotionListeners()
+meth public java.awt.event.MouseWheelListener[] getMouseWheelListeners()
+meth public java.awt.im.InputContext getInputContext()
+meth public java.awt.im.InputMethodRequests getInputMethodRequests()
+meth public java.awt.image.ColorModel getColorModel()
+meth public java.awt.image.VolatileImage createVolatileImage(int,int)
+meth public java.awt.image.VolatileImage createVolatileImage(int,int,java.awt.ImageCapabilities) throws java.awt.AWTException
+meth public java.awt.peer.ComponentPeer getPeer()
+ anno 0 java.lang.Deprecated()
+meth public java.beans.PropertyChangeListener[] getPropertyChangeListeners()
+meth public java.beans.PropertyChangeListener[] getPropertyChangeListeners(java.lang.String)
+meth public java.lang.String getName()
+meth public java.lang.String toString()
+meth public java.util.Locale getLocale()
+meth public java.util.Set<java.awt.AWTKeyStroke> getFocusTraversalKeys(int)
+meth public javax.accessibility.AccessibleContext getAccessibleContext()
+meth public void add(java.awt.PopupMenu)
+meth public void addComponentListener(java.awt.event.ComponentListener)
+meth public void addFocusListener(java.awt.event.FocusListener)
+meth public void addHierarchyBoundsListener(java.awt.event.HierarchyBoundsListener)
+meth public void addHierarchyListener(java.awt.event.HierarchyListener)
+meth public void addInputMethodListener(java.awt.event.InputMethodListener)
+meth public void addKeyListener(java.awt.event.KeyListener)
+meth public void addMouseListener(java.awt.event.MouseListener)
+meth public void addMouseMotionListener(java.awt.event.MouseMotionListener)
+meth public void addMouseWheelListener(java.awt.event.MouseWheelListener)
+meth public void addNotify()
+meth public void addPropertyChangeListener(java.beans.PropertyChangeListener)
+meth public void addPropertyChangeListener(java.lang.String,java.beans.PropertyChangeListener)
+meth public void applyComponentOrientation(java.awt.ComponentOrientation)
+meth public void deliverEvent(java.awt.Event)
+ anno 0 java.lang.Deprecated()
+meth public void disable()
+ anno 0 java.lang.Deprecated()
+meth public void doLayout()
+meth public void enable()
+ anno 0 java.lang.Deprecated()
+meth public void enable(boolean)
+ anno 0 java.lang.Deprecated()
+meth public void enableInputMethods(boolean)
+meth public void firePropertyChange(java.lang.String,byte,byte)
+meth public void firePropertyChange(java.lang.String,char,char)
+meth public void firePropertyChange(java.lang.String,double,double)
+meth public void firePropertyChange(java.lang.String,float,float)
+meth public void firePropertyChange(java.lang.String,long,long)
+meth public void firePropertyChange(java.lang.String,short,short)
+meth public void hide()
+ anno 0 java.lang.Deprecated()
+meth public void invalidate()
+meth public void layout()
+ anno 0 java.lang.Deprecated()
+meth public void list()
+meth public void list(java.io.PrintStream)
+meth public void list(java.io.PrintStream,int)
+meth public void list(java.io.PrintWriter)
+meth public void list(java.io.PrintWriter,int)
+meth public void move(int,int)
+ anno 0 java.lang.Deprecated()
+meth public void nextFocus()
+ anno 0 java.lang.Deprecated()
+meth public void paint(java.awt.Graphics)
+meth public void paintAll(java.awt.Graphics)
+meth public void print(java.awt.Graphics)
+meth public void printAll(java.awt.Graphics)
+meth public void remove(java.awt.MenuComponent)
+meth public void removeComponentListener(java.awt.event.ComponentListener)
+meth public void removeFocusListener(java.awt.event.FocusListener)
+meth public void removeHierarchyBoundsListener(java.awt.event.HierarchyBoundsListener)
+meth public void removeHierarchyListener(java.awt.event.HierarchyListener)
+meth public void removeInputMethodListener(java.awt.event.InputMethodListener)
+meth public void removeKeyListener(java.awt.event.KeyListener)
+meth public void removeMouseListener(java.awt.event.MouseListener)
+meth public void removeMouseMotionListener(java.awt.event.MouseMotionListener)
+meth public void removeMouseWheelListener(java.awt.event.MouseWheelListener)
+meth public void removeNotify()
+meth public void removePropertyChangeListener(java.beans.PropertyChangeListener)
+meth public void removePropertyChangeListener(java.lang.String,java.beans.PropertyChangeListener)
+meth public void repaint()
+meth public void repaint(int,int,int,int)
+meth public void repaint(long)
+meth public void repaint(long,int,int,int,int)
+meth public void requestFocus()
+meth public void reshape(int,int,int,int)
+ anno 0 java.lang.Deprecated()
+meth public void resize(int,int)
+ anno 0 java.lang.Deprecated()
+meth public void resize(java.awt.Dimension)
+ anno 0 java.lang.Deprecated()
+meth public void setBackground(java.awt.Color)
+meth public void setBounds(int,int,int,int)
+meth public void setBounds(java.awt.Rectangle)
+meth public void setComponentOrientation(java.awt.ComponentOrientation)
+meth public void setCursor(java.awt.Cursor)
+meth public void setDropTarget(java.awt.dnd.DropTarget)
+meth public void setEnabled(boolean)
+meth public void setFocusTraversalKeys(int,java.util.Set<? extends java.awt.AWTKeyStroke>)
+meth public void setFocusTraversalKeysEnabled(boolean)
+meth public void setFocusable(boolean)
+meth public void setFont(java.awt.Font)
+meth public void setForeground(java.awt.Color)
+meth public void setIgnoreRepaint(boolean)
+meth public void setLocale(java.util.Locale)
+meth public void setLocation(int,int)
+meth public void setLocation(java.awt.Point)
+meth public void setMaximumSize(java.awt.Dimension)
+meth public void setMinimumSize(java.awt.Dimension)
+meth public void setName(java.lang.String)
+meth public void setPreferredSize(java.awt.Dimension)
+meth public void setSize(int,int)
+meth public void setSize(java.awt.Dimension)
+meth public void setVisible(boolean)
+meth public void show()
+ anno 0 java.lang.Deprecated()
+meth public void show(boolean)
+ anno 0 java.lang.Deprecated()
+meth public void transferFocus()
+meth public void transferFocusBackward()
+meth public void transferFocusUpCycle()
+meth public void update(java.awt.Graphics)
+meth public void validate()
+supr java.lang.Object
+hfds FOCUS_TRAVERSABLE_DEFAULT,FOCUS_TRAVERSABLE_SET,FOCUS_TRAVERSABLE_UNKNOWN,LOCK,accessibleContext,actionListenerK,adjustmentListenerK,appContext,background,boundsOp,bufferStrategy,changeSupport,changeSupportLock,coalesceEventsParams,coalesceMap,coalescingEnabled,componentListener,componentListenerK,componentOrientation,componentSerializedDataVersion,compoundShape,containerListenerK,cursor,dropTarget,enabled,eventCache,eventLog,eventMask,focusListener,focusListenerK,focusLog,focusTraversalKeyPropertyNames,focusTraversalKeys,focusTraversalKeysEnabled,focusable,font,foreground,graphicsConfig,height,hierarchyBoundsListener,hierarchyBoundsListenerK,hierarchyListener,hierarchyListenerK,ignoreRepaint,incRate,inputMethodListener,inputMethodListenerK,isAddNotifyComplete,isFocusTraversableOverridden,isInc,isPacked,itemListenerK,keyListener,keyListenerK,locale,log,maxSize,maxSizeSet,minSize,minSizeSet,mixingLog,mouseListener,mouseListenerK,mouseMotionListener,mouseMotionListenerK,mouseWheelListener,mouseWheelListenerK,name,nameExplicitlySet,nativeInLightFixer,newEventsOnly,opaquePropertyChangeListener,ownedWindowK,parent,peer,peerFont,popups,prefSize,prefSizeSet,requestFocusController,serialVersionUID,textListenerK,valid,visible,width,windowClosingException,windowFocusListenerK,windowListenerK,windowStateListenerK,x,y
+hcls AWTTreeLock,BltSubRegionBufferStrategy,DummyRequestFocusController,FlipSubRegionBufferStrategy,NativeInLightFixer,SingleBufferStrategy
+
+CLSS protected abstract java.awt.Component$AccessibleAWTComponent
+ outer java.awt.Component
+cons protected init(java.awt.Component)
+fld protected java.awt.event.ComponentListener accessibleAWTComponentHandler
+fld protected java.awt.event.FocusListener accessibleAWTFocusHandler
+innr protected AccessibleAWTComponentHandler
+innr protected AccessibleAWTFocusHandler
+intf java.io.Serializable
+intf javax.accessibility.AccessibleComponent
+meth public boolean contains(java.awt.Point)
+meth public boolean isEnabled()
+meth public boolean isFocusTraversable()
+meth public boolean isShowing()
+meth public boolean isVisible()
+meth public int getAccessibleChildrenCount()
+meth public int getAccessibleIndexInParent()
+meth public java.awt.Color getBackground()
+meth public java.awt.Color getForeground()
+meth public java.awt.Cursor getCursor()
+meth public java.awt.Dimension getSize()
+meth public java.awt.Font getFont()
+meth public java.awt.FontMetrics getFontMetrics(java.awt.Font)
+meth public java.awt.Point getLocation()
+meth public java.awt.Point getLocationOnScreen()
+meth public java.awt.Rectangle getBounds()
+meth public java.lang.String getAccessibleDescription()
+meth public java.lang.String getAccessibleName()
+meth public java.util.Locale getLocale()
+meth public javax.accessibility.Accessible getAccessibleAt(java.awt.Point)
+meth public javax.accessibility.Accessible getAccessibleChild(int)
+meth public javax.accessibility.Accessible getAccessibleParent()
+meth public javax.accessibility.AccessibleComponent getAccessibleComponent()
+meth public javax.accessibility.AccessibleRole getAccessibleRole()
+meth public javax.accessibility.AccessibleStateSet getAccessibleStateSet()
+meth public void addFocusListener(java.awt.event.FocusListener)
+meth public void addPropertyChangeListener(java.beans.PropertyChangeListener)
+meth public void removeFocusListener(java.awt.event.FocusListener)
+meth public void removePropertyChangeListener(java.beans.PropertyChangeListener)
+meth public void requestFocus()
+meth public void setBackground(java.awt.Color)
+meth public void setBounds(java.awt.Rectangle)
+meth public void setCursor(java.awt.Cursor)
+meth public void setEnabled(boolean)
+meth public void setFont(java.awt.Font)
+meth public void setForeground(java.awt.Color)
+meth public void setLocation(java.awt.Point)
+meth public void setSize(java.awt.Dimension)
+meth public void setVisible(boolean)
+supr javax.accessibility.AccessibleContext
+hfds serialVersionUID
+
+CLSS public java.awt.Container
+cons public init()
+innr protected AccessibleAWTContainer
+meth protected java.lang.String paramString()
+meth protected void addImpl(java.awt.Component,java.lang.Object,int)
+meth protected void processContainerEvent(java.awt.event.ContainerEvent)
+meth protected void processEvent(java.awt.AWTEvent)
+meth protected void validateTree()
+meth public <%0 extends java.util.EventListener> {%%0}[] getListeners(java.lang.Class<{%%0}>)
+meth public boolean areFocusTraversalKeysSet(int)
+meth public boolean isAncestorOf(java.awt.Component)
+meth public boolean isFocusCycleRoot()
+meth public boolean isFocusCycleRoot(java.awt.Container)
+meth public boolean isFocusTraversalPolicySet()
+meth public final boolean isFocusTraversalPolicyProvider()
+meth public final void setFocusTraversalPolicyProvider(boolean)
+meth public float getAlignmentX()
+meth public float getAlignmentY()
+meth public int countComponents()
+ anno 0 java.lang.Deprecated()
+meth public int getComponentCount()
+meth public int getComponentZOrder(java.awt.Component)
+meth public java.awt.Component add(java.awt.Component)
+meth public java.awt.Component add(java.awt.Component,int)
+meth public java.awt.Component add(java.lang.String,java.awt.Component)
+meth public java.awt.Component findComponentAt(int,int)
+meth public java.awt.Component findComponentAt(java.awt.Point)
+meth public java.awt.Component getComponent(int)
+meth public java.awt.Component getComponentAt(int,int)
+meth public java.awt.Component getComponentAt(java.awt.Point)
+meth public java.awt.Component locate(int,int)
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Component[] getComponents()
+meth public java.awt.Dimension getMaximumSize()
+meth public java.awt.Dimension getMinimumSize()
+meth public java.awt.Dimension getPreferredSize()
+meth public java.awt.Dimension minimumSize()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Dimension preferredSize()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.FocusTraversalPolicy getFocusTraversalPolicy()
+meth public java.awt.Insets getInsets()
+meth public java.awt.Insets insets()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.LayoutManager getLayout()
+meth public java.awt.Point getMousePosition(boolean)
+meth public java.awt.event.ContainerListener[] getContainerListeners()
+meth public java.util.Set<java.awt.AWTKeyStroke> getFocusTraversalKeys(int)
+meth public void add(java.awt.Component,java.lang.Object)
+meth public void add(java.awt.Component,java.lang.Object,int)
+meth public void addContainerListener(java.awt.event.ContainerListener)
+meth public void addNotify()
+meth public void addPropertyChangeListener(java.beans.PropertyChangeListener)
+meth public void addPropertyChangeListener(java.lang.String,java.beans.PropertyChangeListener)
+meth public void applyComponentOrientation(java.awt.ComponentOrientation)
+meth public void deliverEvent(java.awt.Event)
+ anno 0 java.lang.Deprecated()
+meth public void doLayout()
+meth public void invalidate()
+meth public void layout()
+ anno 0 java.lang.Deprecated()
+meth public void list(java.io.PrintStream,int)
+meth public void list(java.io.PrintWriter,int)
+meth public void paint(java.awt.Graphics)
+meth public void paintComponents(java.awt.Graphics)
+meth public void print(java.awt.Graphics)
+meth public void printComponents(java.awt.Graphics)
+meth public void remove(int)
+meth public void remove(java.awt.Component)
+meth public void removeAll()
+meth public void removeContainerListener(java.awt.event.ContainerListener)
+meth public void removeNotify()
+meth public void setComponentZOrder(java.awt.Component,int)
+meth public void setFocusCycleRoot(boolean)
+meth public void setFocusTraversalKeys(int,java.util.Set<? extends java.awt.AWTKeyStroke>)
+meth public void setFocusTraversalPolicy(java.awt.FocusTraversalPolicy)
+meth public void setFont(java.awt.Font)
+meth public void setLayout(java.awt.LayoutManager)
+meth public void transferFocusDownCycle()
+meth public void update(java.awt.Graphics)
+meth public void validate()
+supr java.awt.Component
+hfds INCLUDE_SELF,SEARCH_HEAVYWEIGHTS,component,containerListener,containerSerializedDataVersion,descendantsCount,dispatcher,eventLog,focusCycleRoot,focusTraversalPolicy,focusTraversalPolicyProvider,layoutMgr,listeningBoundsChildren,listeningChildren,log,mixingLog,modalAppContext,modalComp,ncomponents,numOfHWComponents,numOfLWComponents,printing,printingThreads,serialPersistentFields,serialVersionUID
+hcls DropTargetEventTargetFilter,EventTargetFilter,MouseEventTargetFilter,WakingRunnable
+
+CLSS protected java.awt.Container$AccessibleAWTContainer
+ outer java.awt.Container
+cons protected init(java.awt.Container)
+fld protected java.awt.event.ContainerListener accessibleContainerHandler
+innr protected AccessibleContainerHandler
+meth public int getAccessibleChildrenCount()
+meth public javax.accessibility.Accessible getAccessibleAt(java.awt.Point)
+meth public javax.accessibility.Accessible getAccessibleChild(int)
+meth public void addPropertyChangeListener(java.beans.PropertyChangeListener)
+supr java.awt.Component$AccessibleAWTComponent
+hfds serialVersionUID
+
+CLSS public abstract interface java.awt.ItemSelectable
+meth public abstract java.lang.Object[] getSelectedObjects()
+meth public abstract void addItemListener(java.awt.event.ItemListener)
+meth public abstract void removeItemListener(java.awt.event.ItemListener)
+
+CLSS public abstract interface java.awt.MenuContainer
+meth public abstract boolean postEvent(java.awt.Event)
+ anno 0 java.lang.Deprecated()
+meth public abstract java.awt.Font getFont()
+meth public abstract void remove(java.awt.MenuComponent)
+
+CLSS public java.awt.Polygon
+cons public init()
+cons public init(int[],int[],int)
+fld protected java.awt.Rectangle bounds
+fld public int npoints
+fld public int[] xpoints
+fld public int[] ypoints
+intf java.awt.Shape
+intf java.io.Serializable
+meth public boolean contains(double,double)
+meth public boolean contains(double,double,double,double)
+meth public boolean contains(int,int)
+meth public boolean contains(java.awt.Point)
+meth public boolean contains(java.awt.geom.Point2D)
+meth public boolean contains(java.awt.geom.Rectangle2D)
+meth public boolean inside(int,int)
+ anno 0 java.lang.Deprecated()
+meth public boolean intersects(double,double,double,double)
+meth public boolean intersects(java.awt.geom.Rectangle2D)
+meth public java.awt.Rectangle getBoundingBox()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Rectangle getBounds()
+meth public java.awt.geom.PathIterator getPathIterator(java.awt.geom.AffineTransform)
+meth public java.awt.geom.PathIterator getPathIterator(java.awt.geom.AffineTransform,double)
+meth public java.awt.geom.Rectangle2D getBounds2D()
+meth public void addPoint(int,int)
+meth public void invalidate()
+meth public void reset()
+meth public void translate(int,int)
+supr java.lang.Object
+hfds MIN_LENGTH,serialVersionUID
+hcls PolygonPathIterator
+
+CLSS public abstract interface java.awt.Shape
+meth public abstract boolean contains(double,double)
+meth public abstract boolean contains(double,double,double,double)
+meth public abstract boolean contains(java.awt.geom.Point2D)
+meth public abstract boolean contains(java.awt.geom.Rectangle2D)
+meth public abstract boolean intersects(double,double,double,double)
+meth public abstract boolean intersects(java.awt.geom.Rectangle2D)
+meth public abstract java.awt.Rectangle getBounds()
+meth public abstract java.awt.geom.PathIterator getPathIterator(java.awt.geom.AffineTransform)
+meth public abstract java.awt.geom.PathIterator getPathIterator(java.awt.geom.AffineTransform,double)
+meth public abstract java.awt.geom.Rectangle2D getBounds2D()
+
+CLSS public java.awt.event.ActionEvent
+cons public init(java.lang.Object,int,java.lang.String)
+cons public init(java.lang.Object,int,java.lang.String,int)
+cons public init(java.lang.Object,int,java.lang.String,long,int)
+fld public final static int ACTION_FIRST = 1001
+fld public final static int ACTION_LAST = 1001
+fld public final static int ACTION_PERFORMED = 1001
+fld public final static int ALT_MASK = 8
+fld public final static int CTRL_MASK = 2
+fld public final static int META_MASK = 4
+fld public final static int SHIFT_MASK = 1
+meth public int getModifiers()
+meth public java.lang.String getActionCommand()
+meth public java.lang.String paramString()
+meth public long getWhen()
+supr java.awt.AWTEvent
+hfds actionCommand,modifiers,serialVersionUID,when
+
+CLSS public abstract interface java.awt.event.ActionListener
+intf java.util.EventListener
+meth public abstract void actionPerformed(java.awt.event.ActionEvent)
+
+CLSS public abstract java.awt.event.ComponentAdapter
+cons public init()
+intf java.awt.event.ComponentListener
+meth public void componentHidden(java.awt.event.ComponentEvent)
+meth public void componentMoved(java.awt.event.ComponentEvent)
+meth public void componentResized(java.awt.event.ComponentEvent)
+meth public void componentShown(java.awt.event.ComponentEvent)
+supr java.lang.Object
+
+CLSS public abstract interface java.awt.event.ComponentListener
+intf java.util.EventListener
+meth public abstract void componentHidden(java.awt.event.ComponentEvent)
+meth public abstract void componentMoved(java.awt.event.ComponentEvent)
+meth public abstract void componentResized(java.awt.event.ComponentEvent)
+meth public abstract void componentShown(java.awt.event.ComponentEvent)
+
+CLSS public abstract interface java.awt.event.HierarchyListener
+intf java.util.EventListener
+meth public abstract void hierarchyChanged(java.awt.event.HierarchyEvent)
+
+CLSS public abstract java.awt.event.MouseAdapter
+cons public init()
+intf java.awt.event.MouseListener
+intf java.awt.event.MouseMotionListener
+intf java.awt.event.MouseWheelListener
+meth public void mouseClicked(java.awt.event.MouseEvent)
+meth public void mouseDragged(java.awt.event.MouseEvent)
+meth public void mouseEntered(java.awt.event.MouseEvent)
+meth public void mouseExited(java.awt.event.MouseEvent)
+meth public void mouseMoved(java.awt.event.MouseEvent)
+meth public void mousePressed(java.awt.event.MouseEvent)
+meth public void mouseReleased(java.awt.event.MouseEvent)
+meth public void mouseWheelMoved(java.awt.event.MouseWheelEvent)
+supr java.lang.Object
+
+CLSS public abstract interface java.awt.event.MouseListener
+intf java.util.EventListener
+meth public abstract void mouseClicked(java.awt.event.MouseEvent)
+meth public abstract void mouseEntered(java.awt.event.MouseEvent)
+meth public abstract void mouseExited(java.awt.event.MouseEvent)
+meth public abstract void mousePressed(java.awt.event.MouseEvent)
+meth public abstract void mouseReleased(java.awt.event.MouseEvent)
+
+CLSS public abstract interface java.awt.event.MouseMotionListener
+intf java.util.EventListener
+meth public abstract void mouseDragged(java.awt.event.MouseEvent)
+meth public abstract void mouseMoved(java.awt.event.MouseEvent)
+
+CLSS public abstract interface java.awt.event.MouseWheelListener
+intf java.util.EventListener
+meth public abstract void mouseWheelMoved(java.awt.event.MouseWheelEvent)
+
+CLSS public abstract interface java.awt.image.ImageObserver
+fld public final static int ABORT = 128
+fld public final static int ALLBITS = 32
+fld public final static int ERROR = 64
+fld public final static int FRAMEBITS = 16
+fld public final static int HEIGHT = 2
+fld public final static int PROPERTIES = 4
+fld public final static int SOMEBITS = 8
+fld public final static int WIDTH = 1
+meth public abstract boolean imageUpdate(java.awt.Image,int,int,int,int,int)
+
+CLSS public abstract interface java.beans.PropertyChangeListener
+intf java.util.EventListener
+meth public abstract void propertyChange(java.beans.PropertyChangeEvent)
+
+CLSS public abstract interface java.io.Serializable
+
+CLSS public abstract interface java.lang.Cloneable
+
+CLSS public abstract interface java.lang.Comparable<%0 extends java.lang.Object>
+meth public abstract int compareTo({java.lang.Comparable%0})
+
+CLSS public abstract interface !annotation java.lang.Deprecated
+ anno 0 java.lang.annotation.Documented()
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+intf java.lang.annotation.Annotation
+
+CLSS public java.lang.Object
+cons public init()
+meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
+meth protected void finalize() throws java.lang.Throwable
+meth public boolean equals(java.lang.Object)
+meth public final java.lang.Class<?> getClass()
+meth public final void notify()
+meth public final void notifyAll()
+meth public final void wait() throws java.lang.InterruptedException
+meth public final void wait(long) throws java.lang.InterruptedException
+meth public final void wait(long,int) throws java.lang.InterruptedException
+meth public int hashCode()
+meth public java.lang.String toString()
+
+CLSS public abstract interface java.lang.Runnable
+meth public abstract void run()
+
+CLSS public abstract interface java.lang.annotation.Annotation
+meth public abstract boolean equals(java.lang.Object)
+meth public abstract int hashCode()
+meth public abstract java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
+meth public abstract java.lang.String toString()
+
+CLSS public abstract interface !annotation java.lang.annotation.Documented
+ anno 0 java.lang.annotation.Documented()
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
+intf java.lang.annotation.Annotation
+
+CLSS public abstract interface !annotation java.lang.annotation.Retention
+ anno 0 java.lang.annotation.Documented()
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.annotation.RetentionPolicy value()
+
+CLSS public abstract interface !annotation java.lang.annotation.Target
+ anno 0 java.lang.annotation.Documented()
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.annotation.ElementType[] value()
+
+CLSS public abstract interface java.util.EventListener
+
+CLSS public java.util.EventObject
+cons public init(java.lang.Object)
+fld protected java.lang.Object source
+intf java.io.Serializable
+meth public java.lang.Object getSource()
+meth public java.lang.String toString()
+supr java.lang.Object
+hfds serialVersionUID
+
+CLSS public abstract interface javax.accessibility.Accessible
+meth public abstract javax.accessibility.AccessibleContext getAccessibleContext()
+
+CLSS public abstract interface javax.accessibility.AccessibleComponent
+meth public abstract boolean contains(java.awt.Point)
+meth public abstract boolean isEnabled()
+meth public abstract boolean isFocusTraversable()
+meth public abstract boolean isShowing()
+meth public abstract boolean isVisible()
+meth public abstract java.awt.Color getBackground()
+meth public abstract java.awt.Color getForeground()
+meth public abstract java.awt.Cursor getCursor()
+meth public abstract java.awt.Dimension getSize()
+meth public abstract java.awt.Font getFont()
+meth public abstract java.awt.FontMetrics getFontMetrics(java.awt.Font)
+meth public abstract java.awt.Point getLocation()
+meth public abstract java.awt.Point getLocationOnScreen()
+meth public abstract java.awt.Rectangle getBounds()
+meth public abstract javax.accessibility.Accessible getAccessibleAt(java.awt.Point)
+meth public abstract void addFocusListener(java.awt.event.FocusListener)
+meth public abstract void removeFocusListener(java.awt.event.FocusListener)
+meth public abstract void requestFocus()
+meth public abstract void setBackground(java.awt.Color)
+meth public abstract void setBounds(java.awt.Rectangle)
+meth public abstract void setCursor(java.awt.Cursor)
+meth public abstract void setEnabled(boolean)
+meth public abstract void setFont(java.awt.Font)
+meth public abstract void setForeground(java.awt.Color)
+meth public abstract void setLocation(java.awt.Point)
+meth public abstract void setSize(java.awt.Dimension)
+meth public abstract void setVisible(boolean)
+
+CLSS public abstract javax.accessibility.AccessibleContext
+cons public init()
+fld protected java.lang.String accessibleDescription
+fld protected java.lang.String accessibleName
+fld protected javax.accessibility.Accessible accessibleParent
+fld public final static java.lang.String ACCESSIBLE_ACTION_PROPERTY = "accessibleActionProperty"
+fld public final static java.lang.String ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY = "AccessibleActiveDescendant"
+fld public final static java.lang.String ACCESSIBLE_CARET_PROPERTY = "AccessibleCaret"
+fld public final static java.lang.String ACCESSIBLE_CHILD_PROPERTY = "AccessibleChild"
+fld public final static java.lang.String ACCESSIBLE_COMPONENT_BOUNDS_CHANGED = "accessibleComponentBoundsChanged"
+fld public final static java.lang.String ACCESSIBLE_DESCRIPTION_PROPERTY = "AccessibleDescription"
+fld public final static java.lang.String ACCESSIBLE_HYPERTEXT_OFFSET = "AccessibleHypertextOffset"
+fld public final static java.lang.String ACCESSIBLE_INVALIDATE_CHILDREN = "accessibleInvalidateChildren"
+fld public final static java.lang.String ACCESSIBLE_NAME_PROPERTY = "AccessibleName"
+fld public final static java.lang.String ACCESSIBLE_SELECTION_PROPERTY = "AccessibleSelection"
+fld public final static java.lang.String ACCESSIBLE_STATE_PROPERTY = "AccessibleState"
+fld public final static java.lang.String ACCESSIBLE_TABLE_CAPTION_CHANGED = "accessibleTableCaptionChanged"
+fld public final static java.lang.String ACCESSIBLE_TABLE_COLUMN_DESCRIPTION_CHANGED = "accessibleTableColumnDescriptionChanged"
+fld public final static java.lang.String ACCESSIBLE_TABLE_COLUMN_HEADER_CHANGED = "accessibleTableColumnHeaderChanged"
+fld public final static java.lang.String ACCESSIBLE_TABLE_MODEL_CHANGED = "accessibleTableModelChanged"
+fld public final static java.lang.String ACCESSIBLE_TABLE_ROW_DESCRIPTION_CHANGED = "accessibleTableRowDescriptionChanged"
+fld public final static java.lang.String ACCESSIBLE_TABLE_ROW_HEADER_CHANGED = "accessibleTableRowHeaderChanged"
+fld public final static java.lang.String ACCESSIBLE_TABLE_SUMMARY_CHANGED = "accessibleTableSummaryChanged"
+fld public final static java.lang.String ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED = "accessibleTextAttributesChanged"
+fld public final static java.lang.String ACCESSIBLE_TEXT_PROPERTY = "AccessibleText"
+fld public final static java.lang.String ACCESSIBLE_VALUE_PROPERTY = "AccessibleValue"
+fld public final static java.lang.String ACCESSIBLE_VISIBLE_DATA_PROPERTY = "AccessibleVisibleData"
+meth public abstract int getAccessibleChildrenCount()
+meth public abstract int getAccessibleIndexInParent()
+meth public abstract java.util.Locale getLocale()
+meth public abstract javax.accessibility.Accessible getAccessibleChild(int)
+meth public abstract javax.accessibility.AccessibleRole getAccessibleRole()
+meth public abstract javax.accessibility.AccessibleStateSet getAccessibleStateSet()
+meth public java.lang.String getAccessibleDescription()
+meth public java.lang.String getAccessibleName()
+meth public javax.accessibility.Accessible getAccessibleParent()
+meth public javax.accessibility.AccessibleAction getAccessibleAction()
+meth public javax.accessibility.AccessibleComponent getAccessibleComponent()
+meth public javax.accessibility.AccessibleEditableText getAccessibleEditableText()
+meth public javax.accessibility.AccessibleIcon[] getAccessibleIcon()
+meth public javax.accessibility.AccessibleRelationSet getAccessibleRelationSet()
+meth public javax.accessibility.AccessibleSelection getAccessibleSelection()
+meth public javax.accessibility.AccessibleTable getAccessibleTable()
+meth public javax.accessibility.AccessibleText getAccessibleText()
+meth public javax.accessibility.AccessibleValue getAccessibleValue()
+meth public void addPropertyChangeListener(java.beans.PropertyChangeListener)
+meth public void firePropertyChange(java.lang.String,java.lang.Object,java.lang.Object)
+meth public void removePropertyChangeListener(java.beans.PropertyChangeListener)
+meth public void setAccessibleDescription(java.lang.String)
+meth public void setAccessibleName(java.lang.String)
+meth public void setAccessibleParent(javax.accessibility.Accessible)
+supr java.lang.Object
+hfds accessibleChangeSupport,relationSet
+
+CLSS public abstract interface javax.accessibility.AccessibleExtendedComponent
+intf javax.accessibility.AccessibleComponent
+meth public abstract java.lang.String getTitledBorderText()
+meth public abstract java.lang.String getToolTipText()
+meth public abstract javax.accessibility.AccessibleKeyBinding getAccessibleKeyBinding()
+
+CLSS public abstract interface javax.accessibility.AccessibleSelection
+meth public abstract boolean isAccessibleChildSelected(int)
+meth public abstract int getAccessibleSelectionCount()
+meth public abstract javax.accessibility.Accessible getAccessibleSelection(int)
+meth public abstract void addAccessibleSelection(int)
+meth public abstract void clearAccessibleSelection()
+meth public abstract void removeAccessibleSelection(int)
+meth public abstract void selectAllAccessibleSelection()
+
+CLSS public abstract javax.swing.AbstractAction
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,javax.swing.Icon)
+fld protected boolean enabled
+fld protected javax.swing.event.SwingPropertyChangeSupport changeSupport
+intf java.io.Serializable
+intf java.lang.Cloneable
+intf javax.swing.Action
+meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
+meth protected void firePropertyChange(java.lang.String,java.lang.Object,java.lang.Object)
+meth public boolean isEnabled()
+meth public java.beans.PropertyChangeListener[] getPropertyChangeListeners()
+meth public java.lang.Object getValue(java.lang.String)
+meth public java.lang.Object[] getKeys()
+meth public void addPropertyChangeListener(java.beans.PropertyChangeListener)
+meth public void putValue(java.lang.String,java.lang.Object)
+meth public void removePropertyChangeListener(java.beans.PropertyChangeListener)
+meth public void setEnabled(boolean)
+supr java.lang.Object
+hfds RECONFIGURE_ON_NULL,arrayTable
+
+CLSS public abstract javax.swing.AbstractButton
+cons public init()
+fld protected java.awt.event.ActionListener actionListener
+fld protected java.awt.event.ItemListener itemListener
+fld protected javax.swing.ButtonModel model
+fld protected javax.swing.event.ChangeEvent changeEvent
+fld protected javax.swing.event.ChangeListener changeListener
+fld public final static java.lang.String BORDER_PAINTED_CHANGED_PROPERTY = "borderPainted"
+fld public final static java.lang.String CONTENT_AREA_FILLED_CHANGED_PROPERTY = "contentAreaFilled"
+fld public final static java.lang.String DISABLED_ICON_CHANGED_PROPERTY = "disabledIcon"
+fld public final static java.lang.String DISABLED_SELECTED_ICON_CHANGED_PROPERTY = "disabledSelectedIcon"
+fld public final static java.lang.String FOCUS_PAINTED_CHANGED_PROPERTY = "focusPainted"
+fld public final static java.lang.String HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY = "horizontalAlignment"
+fld public final static java.lang.String HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTY = "horizontalTextPosition"
+fld public final static java.lang.String ICON_CHANGED_PROPERTY = "icon"
+fld public final static java.lang.String MARGIN_CHANGED_PROPERTY = "margin"
+fld public final static java.lang.String MNEMONIC_CHANGED_PROPERTY = "mnemonic"
+fld public final static java.lang.String MODEL_CHANGED_PROPERTY = "model"
+fld public final static java.lang.String PRESSED_ICON_CHANGED_PROPERTY = "pressedIcon"
+fld public final static java.lang.String ROLLOVER_ENABLED_CHANGED_PROPERTY = "rolloverEnabled"
+fld public final static java.lang.String ROLLOVER_ICON_CHANGED_PROPERTY = "rolloverIcon"
+fld public final static java.lang.String ROLLOVER_SELECTED_ICON_CHANGED_PROPERTY = "rolloverSelectedIcon"
+fld public final static java.lang.String SELECTED_ICON_CHANGED_PROPERTY = "selectedIcon"
+fld public final static java.lang.String TEXT_CHANGED_PROPERTY = "text"
+fld public final static java.lang.String VERTICAL_ALIGNMENT_CHANGED_PROPERTY = "verticalAlignment"
+fld public final static java.lang.String VERTICAL_TEXT_POSITION_CHANGED_PROPERTY = "verticalTextPosition"
+innr protected ButtonChangeListener
+innr protected abstract AccessibleAbstractButton
+intf java.awt.ItemSelectable
+intf javax.swing.SwingConstants
+meth protected int checkHorizontalKey(int,java.lang.String)
+meth protected int checkVerticalKey(int,java.lang.String)
+meth protected java.awt.event.ActionListener createActionListener()
+meth protected java.awt.event.ItemListener createItemListener()
+meth protected java.beans.PropertyChangeListener createActionPropertyChangeListener(javax.swing.Action)
+meth protected java.lang.String paramString()
+meth protected javax.swing.event.ChangeListener createChangeListener()
+meth protected void actionPropertyChanged(javax.swing.Action,java.lang.String)
+meth protected void addImpl(java.awt.Component,java.lang.Object,int)
+meth protected void configurePropertiesFromAction(javax.swing.Action)
+meth protected void fireActionPerformed(java.awt.event.ActionEvent)
+meth protected void fireItemStateChanged(java.awt.event.ItemEvent)
+meth protected void fireStateChanged()
+meth protected void init(java.lang.String,javax.swing.Icon)
+meth protected void paintBorder(java.awt.Graphics)
+meth public boolean getHideActionText()
+meth public boolean imageUpdate(java.awt.Image,int,int,int,int,int)
+meth public boolean isBorderPainted()
+meth public boolean isContentAreaFilled()
+meth public boolean isFocusPainted()
+meth public boolean isRolloverEnabled()
+meth public boolean isSelected()
+meth public int getDisplayedMnemonicIndex()
+meth public int getHorizontalAlignment()
+meth public int getHorizontalTextPosition()
+meth public int getIconTextGap()
+meth public int getMnemonic()
+meth public int getVerticalAlignment()
+meth public int getVerticalTextPosition()
+meth public java.awt.Insets getMargin()
+meth public java.awt.event.ActionListener[] getActionListeners()
+meth public java.awt.event.ItemListener[] getItemListeners()
+meth public java.lang.Object[] getSelectedObjects()
+meth public java.lang.String getActionCommand()
+meth public java.lang.String getLabel()
+ anno 0 java.lang.Deprecated()
+meth public java.lang.String getText()
+meth public javax.swing.Action getAction()
+meth public javax.swing.ButtonModel getModel()
+meth public javax.swing.Icon getDisabledIcon()
+meth public javax.swing.Icon getDisabledSelectedIcon()
+meth public javax.swing.Icon getIcon()
+meth public javax.swing.Icon getPressedIcon()
+meth public javax.swing.Icon getRolloverIcon()
+meth public javax.swing.Icon getRolloverSelectedIcon()
+meth public javax.swing.Icon getSelectedIcon()
+meth public javax.swing.event.ChangeListener[] getChangeListeners()
+meth public javax.swing.plaf.ButtonUI getUI()
+meth public long getMultiClickThreshhold()
+meth public void addActionListener(java.awt.event.ActionListener)
+meth public void addChangeListener(javax.swing.event.ChangeListener)
+meth public void addItemListener(java.awt.event.ItemListener)
+meth public void doClick()
+meth public void doClick(int)
+meth public void removeActionListener(java.awt.event.ActionListener)
+meth public void removeChangeListener(javax.swing.event.ChangeListener)
+meth public void removeItemListener(java.awt.event.ItemListener)
+meth public void removeNotify()
+meth public void setAction(javax.swing.Action)
+meth public void setActionCommand(java.lang.String)
+meth public void setBorderPainted(boolean)
+meth public void setContentAreaFilled(boolean)
+meth public void setDisabledIcon(javax.swing.Icon)
+meth public void setDisabledSelectedIcon(javax.swing.Icon)
+meth public void setDisplayedMnemonicIndex(int)
+meth public void setEnabled(boolean)
+meth public void setFocusPainted(boolean)
+meth public void setHideActionText(boolean)
+meth public void setHorizontalAlignment(int)
+meth public void setHorizontalTextPosition(int)
+meth public void setIcon(javax.swing.Icon)
+meth public void setIconTextGap(int)
+meth public void setLabel(java.lang.String)
+ anno 0 java.lang.Deprecated()
+meth public void setLayout(java.awt.LayoutManager)
+meth public void setMargin(java.awt.Insets)
+meth public void setMnemonic(char)
+meth public void setMnemonic(int)
+meth public void setModel(javax.swing.ButtonModel)
+meth public void setMultiClickThreshhold(long)
+meth public void setPressedIcon(javax.swing.Icon)
+meth public void setRolloverEnabled(boolean)
+meth public void setRolloverIcon(javax.swing.Icon)
+meth public void setRolloverSelectedIcon(javax.swing.Icon)
+meth public void setSelected(boolean)
+meth public void setSelectedIcon(javax.swing.Icon)
+meth public void setText(java.lang.String)
+meth public void setUI(javax.swing.plaf.ButtonUI)
+meth public void setVerticalAlignment(int)
+meth public void setVerticalTextPosition(int)
+meth public void updateUI()
+supr javax.swing.JComponent
+hfds action,actionPropertyChangeListener,borderPaintedSet,contentAreaFilled,contentAreaFilledSet,defaultCapable,defaultIcon,defaultMargin,disabledIcon,disabledSelectedIcon,handler,hideActionText,horizontalAlignment,horizontalTextPosition,iconTextGap,iconTextGapSet,margin,mnemonic,mnemonicIndex,multiClickThreshhold,paintBorder,paintFocus,pressedIcon,rolloverEnabled,rolloverEnabledSet,rolloverIcon,rolloverSelectedIcon,selectedIcon,setLayout,text,verticalAlignment,verticalTextPosition
+hcls ButtonActionPropertyChangeListener,Handler
+
+CLSS public abstract interface javax.swing.Action
+fld public final static java.lang.String ACCELERATOR_KEY = "AcceleratorKey"
+fld public final static java.lang.String ACTION_COMMAND_KEY = "ActionCommandKey"
+fld public final static java.lang.String DEFAULT = "Default"
+fld public final static java.lang.String DISPLAYED_MNEMONIC_INDEX_KEY = "SwingDisplayedMnemonicIndexKey"
+fld public final static java.lang.String LARGE_ICON_KEY = "SwingLargeIconKey"
+fld public final static java.lang.String LONG_DESCRIPTION = "LongDescription"
+fld public final static java.lang.String MNEMONIC_KEY = "MnemonicKey"
+fld public final static java.lang.String NAME = "Name"
+fld public final static java.lang.String SELECTED_KEY = "SwingSelectedKey"
+fld public final static java.lang.String SHORT_DESCRIPTION = "ShortDescription"
+fld public final static java.lang.String SMALL_ICON = "SmallIcon"
+intf java.awt.event.ActionListener
+meth public abstract boolean isEnabled()
+meth public abstract java.lang.Object getValue(java.lang.String)
+meth public abstract void addPropertyChangeListener(java.beans.PropertyChangeListener)
+meth public abstract void putValue(java.lang.String,java.lang.Object)
+meth public abstract void removePropertyChangeListener(java.beans.PropertyChangeListener)
+meth public abstract void setEnabled(boolean)
+
+CLSS public javax.swing.JButton
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,javax.swing.Icon)
+cons public init(javax.swing.Action)
+cons public init(javax.swing.Icon)
+innr protected AccessibleJButton
+intf javax.accessibility.Accessible
+meth protected java.lang.String paramString()
+meth public boolean isDefaultButton()
+meth public boolean isDefaultCapable()
+meth public java.lang.String getUIClassID()
+meth public javax.accessibility.AccessibleContext getAccessibleContext()
+meth public void removeNotify()
+meth public void setDefaultCapable(boolean)
+meth public void updateUI()
+supr javax.swing.AbstractButton
+hfds uiClassID
+
+CLSS public abstract javax.swing.JComponent
+cons public init()
+fld protected javax.accessibility.AccessibleContext accessibleContext
+fld protected javax.swing.event.EventListenerList listenerList
+fld protected javax.swing.plaf.ComponentUI ui
+fld public final static int UNDEFINED_CONDITION = -1
+fld public final static int WHEN_ANCESTOR_OF_FOCUSED_COMPONENT = 1
+fld public final static int WHEN_FOCUSED = 0
+fld public final static int WHEN_IN_FOCUSED_WINDOW = 2
+fld public final static java.lang.String TOOL_TIP_TEXT_KEY = "ToolTipText"
+innr public abstract AccessibleJComponent
+intf java.io.Serializable
+meth protected boolean processKeyBinding(javax.swing.KeyStroke,java.awt.event.KeyEvent,int,boolean)
+meth protected boolean requestFocusInWindow(boolean)
+meth protected java.awt.Graphics getComponentGraphics(java.awt.Graphics)
+meth protected java.lang.String paramString()
+meth protected void fireVetoableChange(java.lang.String,java.lang.Object,java.lang.Object) throws java.beans.PropertyVetoException
+meth protected void paintBorder(java.awt.Graphics)
+meth protected void paintChildren(java.awt.Graphics)
+meth protected void paintComponent(java.awt.Graphics)
+meth protected void printBorder(java.awt.Graphics)
+meth protected void printChildren(java.awt.Graphics)
+meth protected void printComponent(java.awt.Graphics)
+meth protected void processComponentKeyEvent(java.awt.event.KeyEvent)
+meth protected void processKeyEvent(java.awt.event.KeyEvent)
+meth protected void processMouseEvent(java.awt.event.MouseEvent)
+meth protected void processMouseMotionEvent(java.awt.event.MouseEvent)
+meth protected void setUI(javax.swing.plaf.ComponentUI)
+meth public <%0 extends java.util.EventListener> {%%0}[] getListeners(java.lang.Class<{%%0}>)
+meth public boolean contains(int,int)
+meth public boolean getAutoscrolls()
+meth public boolean getInheritsPopupMenu()
+meth public boolean getVerifyInputWhenFocusTarget()
+meth public boolean isDoubleBuffered()
+meth public boolean isManagingFocus()
+ anno 0 java.lang.Deprecated()
+meth public boolean isOpaque()
+meth public boolean isOptimizedDrawingEnabled()
+meth public boolean isPaintingTile()
+meth public boolean isRequestFocusEnabled()
+meth public boolean isValidateRoot()
+meth public boolean requestDefaultFocus()
+ anno 0 java.lang.Deprecated()
+meth public boolean requestFocus(boolean)
+meth public boolean requestFocusInWindow()
+meth public final boolean isPaintingForPrint()
+meth public final java.lang.Object getClientProperty(java.lang.Object)
+meth public final javax.swing.ActionMap getActionMap()
+meth public final javax.swing.InputMap getInputMap()
+meth public final javax.swing.InputMap getInputMap(int)
+meth public final void putClientProperty(java.lang.Object,java.lang.Object)
+meth public final void setActionMap(javax.swing.ActionMap)
+meth public final void setInputMap(int,javax.swing.InputMap)
+meth public float getAlignmentX()
+meth public float getAlignmentY()
+meth public int getBaseline(int,int)
+meth public int getConditionForKeyStroke(javax.swing.KeyStroke)
+meth public int getDebugGraphicsOptions()
+meth public int getHeight()
+meth public int getWidth()
+meth public int getX()
+meth public int getY()
+meth public java.awt.Component getNextFocusableComponent()
+ anno 0 java.lang.Deprecated()
+meth public java.awt.Component$BaselineResizeBehavior getBaselineResizeBehavior()
+meth public java.awt.Container getTopLevelAncestor()
+meth public java.awt.Dimension getMaximumSize()
+meth public java.awt.Dimension getMinimumSize()
+meth public java.awt.Dimension getPreferredSize()
+meth public java.awt.Dimension getSize(java.awt.Dimension)
+meth public java.awt.FontMetrics getFontMetrics(java.awt.Font)
+meth public java.awt.Graphics getGraphics()
+meth public java.awt.Insets getInsets()
+meth public java.awt.Insets getInsets(java.awt.Insets)
+meth public java.awt.Point getLocation(java.awt.Point)
+meth public java.awt.Point getPopupLocation(java.awt.event.MouseEvent)
+meth public java.awt.Point getToolTipLocation(java.awt.event.MouseEvent)
+meth public java.awt.Rectangle getBounds(java.awt.Rectangle)
+meth public java.awt.Rectangle getVisibleRect()
+meth public java.awt.event.ActionListener getActionForKeyStroke(javax.swing.KeyStroke)
+meth public java.beans.VetoableChangeListener[] getVetoableChangeListeners()
+meth public java.lang.String getToolTipText()
+meth public java.lang.String getToolTipText(java.awt.event.MouseEvent)
+meth public java.lang.String getUIClassID()
+meth public javax.accessibility.AccessibleContext getAccessibleContext()
+meth public javax.swing.InputVerifier getInputVerifier()
+meth public javax.swing.JPopupMenu getComponentPopupMenu()
+meth public javax.swing.JRootPane getRootPane()
+meth public javax.swing.JToolTip createToolTip()
+meth public javax.swing.KeyStroke[] getRegisteredKeyStrokes()
+meth public javax.swing.TransferHandler getTransferHandler()
+meth public javax.swing.border.Border getBorder()
+meth public javax.swing.event.AncestorListener[] getAncestorListeners()
+meth public static boolean isLightweightComponent(java.awt.Component)
+meth public static java.util.Locale getDefaultLocale()
+meth public static void setDefaultLocale(java.util.Locale)
+meth public void addAncestorListener(javax.swing.event.AncestorListener)
+meth public void addNotify()
+meth public void addVetoableChangeListener(java.beans.VetoableChangeListener)
+meth public void computeVisibleRect(java.awt.Rectangle)
+meth public void disable()
+ anno 0 java.lang.Deprecated()
+meth public void enable()
+ anno 0 java.lang.Deprecated()
+meth public void firePropertyChange(java.lang.String,boolean,boolean)
+meth public void firePropertyChange(java.lang.String,char,char)
+meth public void firePropertyChange(java.lang.String,int,int)
+meth public void grabFocus()
+meth public void paint(java.awt.Graphics)
+meth public void paintImmediately(int,int,int,int)
+meth public void paintImmediately(java.awt.Rectangle)
+meth public void print(java.awt.Graphics)
+meth public void printAll(java.awt.Graphics)
+meth public void registerKeyboardAction(java.awt.event.ActionListener,java.lang.String,javax.swing.KeyStroke,int)
+meth public void registerKeyboardAction(java.awt.event.ActionListener,javax.swing.KeyStroke,int)
+meth public void removeAncestorListener(javax.swing.event.AncestorListener)
+meth public void removeNotify()
+meth public void removeVetoableChangeListener(java.beans.VetoableChangeListener)
+meth public void repaint(java.awt.Rectangle)
+meth public void repaint(long,int,int,int,int)
+meth public void requestFocus()
+meth public void resetKeyboardActions()
+meth public void reshape(int,int,int,int)
+ anno 0 java.lang.Deprecated()
+meth public void revalidate()
+meth public void scrollRectToVisible(java.awt.Rectangle)
+meth public void setAlignmentX(float)
+meth public void setAlignmentY(float)
+meth public void setAutoscrolls(boolean)
+meth public void setBackground(java.awt.Color)
+meth public void setBorder(javax.swing.border.Border)
+meth public void setComponentPopupMenu(javax.swing.JPopupMenu)
+meth public void setDebugGraphicsOptions(int)
+meth public void setDoubleBuffered(boolean)
+meth public void setEnabled(boolean)
+meth public void setFocusTraversalKeys(int,java.util.Set<? extends java.awt.AWTKeyStroke>)
+meth public void setFont(java.awt.Font)
+meth public void setForeground(java.awt.Color)
+meth public void setInheritsPopupMenu(boolean)
+meth public void setInputVerifier(javax.swing.InputVerifier)
+meth public void setMaximumSize(java.awt.Dimension)
+meth public void setMinimumSize(java.awt.Dimension)
+meth public void setNextFocusableComponent(java.awt.Component)
+ anno 0 java.lang.Deprecated()
+meth public void setOpaque(boolean)
+meth public void setPreferredSize(java.awt.Dimension)
+meth public void setRequestFocusEnabled(boolean)
+meth public void setToolTipText(java.lang.String)
+meth public void setTransferHandler(javax.swing.TransferHandler)
+meth public void setVerifyInputWhenFocusTarget(boolean)
+meth public void setVisible(boolean)
+meth public void unregisterKeyboardAction(javax.swing.KeyStroke)
+meth public void update(java.awt.Graphics)
+meth public void updateUI()
+supr java.awt.Container
+hfds ACTIONMAP_CREATED,ANCESTOR_INPUTMAP_CREATED,ANCESTOR_USING_BUFFER,AUTOSCROLLS_SET,COMPLETELY_OBSCURED,CREATED_DOUBLE_BUFFER,DEBUG_GRAPHICS_LOADED,FOCUS_INPUTMAP_CREATED,FOCUS_TRAVERSAL_KEYS_BACKWARD_SET,FOCUS_TRAVERSAL_KEYS_FORWARD_SET,INHERITS_POPUP_MENU,INPUT_VERIFIER_SOURCE_KEY,IS_DOUBLE_BUFFERED,IS_OPAQUE,IS_PAINTING_TILE,IS_PRINTING,IS_PRINTING_ALL,IS_REPAINTING,KEYBOARD_BINDINGS_KEY,KEY_EVENTS_ENABLED,NEXT_FOCUS,NOT_OBSCURED,OPAQUE_SET,PARTIALLY_OBSCURED,REQUEST_FOCUS_DISABLED,RESERVED_1,RESERVED_2,RESERVED_3,RESERVED_4,RESERVED_5,RESERVED_6,REVALIDATE_RUNNABLE_SCHEDULED,WHEN_IN_FOCUSED_WINDOW_BINDINGS,WIF_INPUTMAP_CREATED,WRITE_OBJ_COUNTER_FIRST,WRITE_OBJ_COUNTER_LAST,aaTextInfo,actionMap,alignmentX,alignmentY,ancestorInputMap,autoscrolls,border,clientProperties,componentObtainingGraphicsFrom,componentObtainingGraphicsFromLock,defaultLocale,flags,focusController,focusInputMap,inputVerifier,isAlignmentXSet,isAlignmentYSet,managingFocusBackwardTraversalKeys,managingFocusForwardTraversalKeys,paintingChild,popupMenu,readObjectCallbacks,tempRectangles,uiClassID,verifyInputWhenFocusTarget,vetoableChangeSupport,windowInputMap
+hcls ActionStandin,IntVector,KeyboardState,ReadObjectCallback
+
+CLSS public abstract javax.swing.JComponent$AccessibleJComponent
+ outer javax.swing.JComponent
+cons protected init(javax.swing.JComponent)
+fld protected java.awt.event.ContainerListener accessibleContainerHandler
+fld protected java.awt.event.FocusListener accessibleFocusHandler
+innr protected AccessibleContainerHandler
+innr protected AccessibleFocusHandler
+intf javax.accessibility.AccessibleExtendedComponent
+meth protected java.lang.String getBorderTitle(javax.swing.border.Border)
+meth public int getAccessibleChildrenCount()
+meth public java.lang.String getAccessibleDescription()
+meth public java.lang.String getAccessibleName()
+meth public java.lang.String getTitledBorderText()
+meth public java.lang.String getToolTipText()
+meth public javax.accessibility.Accessible getAccessibleChild(int)
+meth public javax.accessibility.AccessibleKeyBinding getAccessibleKeyBinding()
+meth public javax.accessibility.AccessibleRole getAccessibleRole()
+meth public javax.accessibility.AccessibleStateSet getAccessibleStateSet()
+meth public void addPropertyChangeListener(java.beans.PropertyChangeListener)
+meth public void removePropertyChangeListener(java.beans.PropertyChangeListener)
+supr java.awt.Container$AccessibleAWTContainer
+
+CLSS public javax.swing.JLabel
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,int)
+cons public init(java.lang.String,javax.swing.Icon,int)
+cons public init(javax.swing.Icon)
+cons public init(javax.swing.Icon,int)
+fld protected java.awt.Component labelFor
+innr protected AccessibleJLabel
+intf javax.accessibility.Accessible
+intf javax.swing.SwingConstants
+meth protected int checkHorizontalKey(int,java.lang.String)
+meth protected int checkVerticalKey(int,java.lang.String)
+meth protected java.lang.String paramString()
+meth public boolean imageUpdate(java.awt.Image,int,int,int,int,int)
+meth public int getDisplayedMnemonic()
+meth public int getDisplayedMnemonicIndex()
+meth public int getHorizontalAlignment()
+meth public int getHorizontalTextPosition()
+meth public int getIconTextGap()
+meth public int getVerticalAlignment()
+meth public int getVerticalTextPosition()
+meth public java.awt.Component getLabelFor()
+meth public java.lang.String getText()
+meth public java.lang.String getUIClassID()
+meth public javax.accessibility.AccessibleContext getAccessibleContext()
+meth public javax.swing.Icon getDisabledIcon()
+meth public javax.swing.Icon getIcon()
+meth public javax.swing.plaf.LabelUI getUI()
+meth public void setDisabledIcon(javax.swing.Icon)
+meth public void setDisplayedMnemonic(char)
+meth public void setDisplayedMnemonic(int)
+meth public void setDisplayedMnemonicIndex(int)
+meth public void setHorizontalAlignment(int)
+meth public void setHorizontalTextPosition(int)
+meth public void setIcon(javax.swing.Icon)
+meth public void setIconTextGap(int)
+meth public void setLabelFor(java.awt.Component)
+meth public void setText(java.lang.String)
+meth public void setUI(javax.swing.plaf.LabelUI)
+meth public void setVerticalAlignment(int)
+meth public void setVerticalTextPosition(int)
+meth public void updateUI()
+supr javax.swing.JComponent
+hfds LABELED_BY_PROPERTY,defaultIcon,disabledIcon,disabledIconSet,horizontalAlignment,horizontalTextPosition,iconTextGap,mnemonic,mnemonicIndex,text,uiClassID,verticalAlignment,verticalTextPosition
+
+CLSS public javax.swing.JTable
+cons public init()
+cons public init(int,int)
+cons public init(java.lang.Object[][],java.lang.Object[])
+cons public init(java.util.Vector,java.util.Vector)
+cons public init(javax.swing.table.TableModel)
+cons public init(javax.swing.table.TableModel,javax.swing.table.TableColumnModel)
+cons public init(javax.swing.table.TableModel,javax.swing.table.TableColumnModel,javax.swing.ListSelectionModel)
+fld protected boolean autoCreateColumnsFromModel
+fld protected boolean cellSelectionEnabled
+fld protected boolean rowSelectionAllowed
+fld protected boolean showHorizontalLines
+fld protected boolean showVerticalLines
+fld protected int autoResizeMode
+fld protected int editingColumn
+fld protected int editingRow
+fld protected int rowHeight
+fld protected int rowMargin
+fld protected java.awt.Color gridColor
+fld protected java.awt.Color selectionBackground
+fld protected java.awt.Color selectionForeground
+fld protected java.awt.Component editorComp
+fld protected java.awt.Dimension preferredViewportSize
+fld protected java.util.Hashtable defaultEditorsByColumnClass
+fld protected java.util.Hashtable defaultRenderersByColumnClass
+fld protected javax.swing.ListSelectionModel selectionModel
+fld protected javax.swing.table.JTableHeader tableHeader
+fld protected javax.swing.table.TableCellEditor cellEditor
+fld protected javax.swing.table.TableColumnModel columnModel
+fld protected javax.swing.table.TableModel dataModel
+fld public final static int AUTO_RESIZE_ALL_COLUMNS = 4
+fld public final static int AUTO_RESIZE_LAST_COLUMN = 3
+fld public final static int AUTO_RESIZE_NEXT_COLUMN = 1
+fld public final static int AUTO_RESIZE_OFF = 0
+fld public final static int AUTO_RESIZE_SUBSEQUENT_COLUMNS = 2
+innr protected AccessibleJTable
+innr public final static !enum PrintMode
+innr public final static DropLocation
+intf javax.accessibility.Accessible
+intf javax.swing.Scrollable
+intf javax.swing.event.CellEditorListener
+intf javax.swing.event.ListSelectionListener
+intf javax.swing.event.RowSorterListener
+intf javax.swing.event.TableColumnModelListener
+intf javax.swing.event.TableModelListener
+meth protected boolean processKeyBinding(javax.swing.KeyStroke,java.awt.event.KeyEvent,int,boolean)
+meth protected java.lang.String paramString()
+meth protected javax.swing.ListSelectionModel createDefaultSelectionModel()
+meth protected javax.swing.table.JTableHeader createDefaultTableHeader()
+meth protected javax.swing.table.TableColumnModel createDefaultColumnModel()
+meth protected javax.swing.table.TableModel createDefaultDataModel()
+meth protected void configureEnclosingScrollPane()
+meth protected void createDefaultEditors()
+meth protected void createDefaultRenderers()
+meth protected void initializeLocalVars()
+meth protected void resizeAndRepaint()
+meth protected void unconfigureEnclosingScrollPane()
+meth public boolean editCellAt(int,int)
+meth public boolean editCellAt(int,int,java.util.EventObject)
+meth public boolean getAutoCreateColumnsFromModel()
+meth public boolean getAutoCreateRowSorter()
+meth public boolean getCellSelectionEnabled()
+meth public boolean getColumnSelectionAllowed()
+meth public boolean getDragEnabled()
+meth public boolean getFillsViewportHeight()
+meth public boolean getRowSelectionAllowed()
+meth public boolean getScrollableTracksViewportHeight()
+meth public boolean getScrollableTracksViewportWidth()
+meth public boolean getShowHorizontalLines()
+meth public boolean getShowVerticalLines()
+meth public boolean getSurrendersFocusOnKeystroke()
+meth public boolean getUpdateSelectionOnSort()
+meth public boolean isCellEditable(int,int)
+meth public boolean isCellSelected(int,int)
+meth public boolean isColumnSelected(int)
+meth public boolean isEditing()
+meth public boolean isRowSelected(int)
+meth public boolean print() throws java.awt.print.PrinterException
+meth public boolean print(javax.swing.JTable$PrintMode) throws java.awt.print.PrinterException
+meth public boolean print(javax.swing.JTable$PrintMode,java.text.MessageFormat,java.text.MessageFormat) throws java.awt.print.PrinterException
+meth public boolean print(javax.swing.JTable$PrintMode,java.text.MessageFormat,java.text.MessageFormat,boolean,javax.print.attribute.PrintRequestAttributeSet,boolean) throws java.awt.print.PrinterException
+meth public boolean print(javax.swing.JTable$PrintMode,java.text.MessageFormat,java.text.MessageFormat,boolean,javax.print.attribute.PrintRequestAttributeSet,boolean,javax.print.PrintService) throws java.awt.print.PrinterException
+meth public final javax.swing.DropMode getDropMode()
+meth public final javax.swing.JTable$DropLocation getDropLocation()
+meth public final void setDropMode(javax.swing.DropMode)
+meth public int columnAtPoint(java.awt.Point)
+meth public int convertColumnIndexToModel(int)
+meth public int convertColumnIndexToView(int)
+meth public int convertRowIndexToModel(int)
+meth public int convertRowIndexToView(int)
+meth public int getAutoResizeMode()
+meth public int getColumnCount()
+meth public int getEditingColumn()
+meth public int getEditingRow()
+meth public int getRowCount()
+meth public int getRowHeight()
+meth public int getRowHeight(int)
+meth public int getRowMargin()
+meth public int getScrollableBlockIncrement(java.awt.Rectangle,int,int)
+meth public int getScrollableUnitIncrement(java.awt.Rectangle,int,int)
+meth public int getSelectedColumn()
+meth public int getSelectedColumnCount()
+meth public int getSelectedRow()
+meth public int getSelectedRowCount()
+meth public int rowAtPoint(java.awt.Point)
+meth public int[] getSelectedColumns()
+meth public int[] getSelectedRows()
+meth public java.awt.Color getGridColor()
+meth public java.awt.Color getSelectionBackground()
+meth public java.awt.Color getSelectionForeground()
+meth public java.awt.Component getEditorComponent()
+meth public java.awt.Component prepareEditor(javax.swing.table.TableCellEditor,int,int)
+meth public java.awt.Component prepareRenderer(javax.swing.table.TableCellRenderer,int,int)
+meth public java.awt.Dimension getIntercellSpacing()
+meth public java.awt.Dimension getPreferredScrollableViewportSize()
+meth public java.awt.Rectangle getCellRect(int,int,boolean)
+meth public java.awt.print.Printable getPrintable(javax.swing.JTable$PrintMode,java.text.MessageFormat,java.text.MessageFormat)
+meth public java.lang.Class<?> getColumnClass(int)
+meth public java.lang.Object getValueAt(int,int)
+meth public java.lang.String getColumnName(int)
+meth public java.lang.String getToolTipText(java.awt.event.MouseEvent)
+meth public java.lang.String getUIClassID()
+meth public javax.accessibility.AccessibleContext getAccessibleContext()
+meth public javax.swing.ListSelectionModel getSelectionModel()
+meth public javax.swing.RowSorter<? extends javax.swing.table.TableModel> getRowSorter()
+meth public javax.swing.plaf.TableUI getUI()
+meth public javax.swing.table.JTableHeader getTableHeader()
+meth public javax.swing.table.TableCellEditor getCellEditor()
+meth public javax.swing.table.TableCellEditor getCellEditor(int,int)
+meth public javax.swing.table.TableCellEditor getDefaultEditor(java.lang.Class<?>)
+meth public javax.swing.table.TableCellRenderer getCellRenderer(int,int)
+meth public javax.swing.table.TableCellRenderer getDefaultRenderer(java.lang.Class<?>)
+meth public javax.swing.table.TableColumn getColumn(java.lang.Object)
+meth public javax.swing.table.TableColumnModel getColumnModel()
+meth public javax.swing.table.TableModel getModel()
+meth public static javax.swing.JScrollPane createScrollPaneForTable(javax.swing.JTable)
+ anno 0 java.lang.Deprecated()
+meth public void addColumn(javax.swing.table.TableColumn)
+meth public void addColumnSelectionInterval(int,int)
+meth public void addNotify()
+meth public void addRowSelectionInterval(int,int)
+meth public void changeSelection(int,int,boolean,boolean)
+meth public void clearSelection()
+meth public void columnAdded(javax.swing.event.TableColumnModelEvent)
+meth public void columnMarginChanged(javax.swing.event.ChangeEvent)
+meth public void columnMoved(javax.swing.event.TableColumnModelEvent)
+meth public void columnRemoved(javax.swing.event.TableColumnModelEvent)
+meth public void columnSelectionChanged(javax.swing.event.ListSelectionEvent)
+meth public void createDefaultColumnsFromModel()
+meth public void doLayout()
+meth public void editingCanceled(javax.swing.event.ChangeEvent)
+meth public void editingStopped(javax.swing.event.ChangeEvent)
+meth public void moveColumn(int,int)
+meth public void removeColumn(javax.swing.table.TableColumn)
+meth public void removeColumnSelectionInterval(int,int)
+meth public void removeEditor()
+meth public void removeNotify()
+meth public void removeRowSelectionInterval(int,int)
+meth public void selectAll()
+meth public void setAutoCreateColumnsFromModel(boolean)
+meth public void setAutoCreateRowSorter(boolean)
+meth public void setAutoResizeMode(int)
+meth public void setCellEditor(javax.swing.table.TableCellEditor)
+meth public void setCellSelectionEnabled(boolean)
+meth public void setColumnModel(javax.swing.table.TableColumnModel)
+meth public void setColumnSelectionAllowed(boolean)
+meth public void setColumnSelectionInterval(int,int)
+meth public void setDefaultEditor(java.lang.Class<?>,javax.swing.table.TableCellEditor)
+meth public void setDefaultRenderer(java.lang.Class<?>,javax.swing.table.TableCellRenderer)
+meth public void setDragEnabled(boolean)
+meth public void setEditingColumn(int)
+meth public void setEditingRow(int)
+meth public void setFillsViewportHeight(boolean)
+meth public void setGridColor(java.awt.Color)
+meth public void setIntercellSpacing(java.awt.Dimension)
+meth public void setModel(javax.swing.table.TableModel)
+meth public void setPreferredScrollableViewportSize(java.awt.Dimension)
+meth public void setRowHeight(int)
+meth public void setRowHeight(int,int)
+meth public void setRowMargin(int)
+meth public void setRowSelectionAllowed(boolean)
+meth public void setRowSelectionInterval(int,int)
+meth public void setRowSorter(javax.swing.RowSorter<? extends javax.swing.table.TableModel>)
+meth public void setSelectionBackground(java.awt.Color)
+meth public void setSelectionForeground(java.awt.Color)
+meth public void setSelectionMode(int)
+meth public void setSelectionModel(javax.swing.ListSelectionModel)
+meth public void setShowGrid(boolean)
+meth public void setShowHorizontalLines(boolean)
+meth public void setShowVerticalLines(boolean)
+meth public void setSurrendersFocusOnKeystroke(boolean)
+meth public void setTableHeader(javax.swing.table.JTableHeader)
+meth public void setUI(javax.swing.plaf.TableUI)
+meth public void setUpdateSelectionOnSort(boolean)
+meth public void setValueAt(java.lang.Object,int,int)
+meth public void sizeColumnsToFit(boolean)
+ anno 0 java.lang.Deprecated()
+meth public void sizeColumnsToFit(int)
+meth public void sorterChanged(javax.swing.event.RowSorterEvent)
+meth public void tableChanged(javax.swing.event.TableModelEvent)
+meth public void updateUI()
+meth public void valueChanged(javax.swing.event.ListSelectionEvent)
+supr javax.swing.JComponent
+hfds autoCreateRowSorter,columnSelectionAdjusting,dragEnabled,dropLocation,dropMode,editorRemover,fillsViewportHeight,ignoreSortChange,isRowHeightSet,printError,rowModel,rowSelectionAdjusting,sortManager,sorterChanged,surrendersFocusOnKeystroke,uiClassID,updateSelectionOnSort
+hcls BooleanEditor,BooleanRenderer,CellEditorRemover,DateRenderer,DoubleRenderer,GenericEditor,IconRenderer,ModelChange,NumberEditor,NumberRenderer,Resizable2,Resizable3,SortManager,ThreadSafePrintable
+
+CLSS public javax.swing.JToggleButton
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,boolean)
+cons public init(java.lang.String,javax.swing.Icon)
+cons public init(java.lang.String,javax.swing.Icon,boolean)
+cons public init(javax.swing.Action)
+cons public init(javax.swing.Icon)
+cons public init(javax.swing.Icon,boolean)
+innr protected AccessibleJToggleButton
+innr public static ToggleButtonModel
+intf javax.accessibility.Accessible
+meth protected java.lang.String paramString()
+meth public java.lang.String getUIClassID()
+meth public javax.accessibility.AccessibleContext getAccessibleContext()
+meth public void updateUI()
+supr javax.swing.AbstractButton
+hfds uiClassID
+
+CLSS public abstract interface javax.swing.Scrollable
+meth public abstract boolean getScrollableTracksViewportHeight()
+meth public abstract boolean getScrollableTracksViewportWidth()
+meth public abstract int getScrollableBlockIncrement(java.awt.Rectangle,int,int)
+meth public abstract int getScrollableUnitIncrement(java.awt.Rectangle,int,int)
+meth public abstract java.awt.Dimension getPreferredScrollableViewportSize()
+
+CLSS public abstract interface javax.swing.SwingConstants
+fld public final static int BOTTOM = 3
+fld public final static int CENTER = 0
+fld public final static int EAST = 3
+fld public final static int HORIZONTAL = 0
+fld public final static int LEADING = 10
+fld public final static int LEFT = 2
+fld public final static int NEXT = 12
+fld public final static int NORTH = 1
+fld public final static int NORTH_EAST = 2
+fld public final static int NORTH_WEST = 8
+fld public final static int PREVIOUS = 13
+fld public final static int RIGHT = 4
+fld public final static int SOUTH = 5
+fld public final static int SOUTH_EAST = 4
+fld public final static int SOUTH_WEST = 6
+fld public final static int TOP = 1
+fld public final static int TRAILING = 11
+fld public final static int VERTICAL = 1
+fld public final static int WEST = 7
+
+CLSS public abstract interface javax.swing.border.Border
+meth public abstract boolean isBorderOpaque()
+meth public abstract java.awt.Insets getBorderInsets(java.awt.Component)
+meth public abstract void paintBorder(java.awt.Component,java.awt.Graphics,int,int,int,int)
+
+CLSS public abstract interface javax.swing.event.CellEditorListener
+intf java.util.EventListener
+meth public abstract void editingCanceled(javax.swing.event.ChangeEvent)
+meth public abstract void editingStopped(javax.swing.event.ChangeEvent)
+
+CLSS public abstract interface javax.swing.event.ChangeListener
+intf java.util.EventListener
+meth public abstract void stateChanged(javax.swing.event.ChangeEvent)
+
+CLSS public javax.swing.event.ListDataEvent
+cons public init(java.lang.Object,int,int,int)
+fld public final static int CONTENTS_CHANGED = 0
+fld public final static int INTERVAL_ADDED = 1
+fld public final static int INTERVAL_REMOVED = 2
+meth public int getIndex0()
+meth public int getIndex1()
+meth public int getType()
+meth public java.lang.String toString()
+supr java.util.EventObject
+hfds index0,index1,type
+
+CLSS public abstract interface javax.swing.event.ListDataListener
+intf java.util.EventListener
+meth public abstract void contentsChanged(javax.swing.event.ListDataEvent)
+meth public abstract void intervalAdded(javax.swing.event.ListDataEvent)
+meth public abstract void intervalRemoved(javax.swing.event.ListDataEvent)
+
+CLSS public abstract interface javax.swing.event.ListSelectionListener
+intf java.util.EventListener
+meth public abstract void valueChanged(javax.swing.event.ListSelectionEvent)
+
+CLSS public abstract interface javax.swing.event.RowSorterListener
+intf java.util.EventListener
+meth public abstract void sorterChanged(javax.swing.event.RowSorterEvent)
+
+CLSS public abstract interface javax.swing.event.TableColumnModelListener
+intf java.util.EventListener
+meth public abstract void columnAdded(javax.swing.event.TableColumnModelEvent)
+meth public abstract void columnMarginChanged(javax.swing.event.ChangeEvent)
+meth public abstract void columnMoved(javax.swing.event.TableColumnModelEvent)
+meth public abstract void columnRemoved(javax.swing.event.TableColumnModelEvent)
+meth public abstract void columnSelectionChanged(javax.swing.event.ListSelectionEvent)
+
+CLSS public abstract interface javax.swing.event.TableModelListener
+intf java.util.EventListener
+meth public abstract void tableChanged(javax.swing.event.TableModelEvent)
+
+CLSS public abstract javax.swing.plaf.ButtonUI
+cons public init()
+supr javax.swing.plaf.ComponentUI
+
+CLSS public abstract javax.swing.plaf.ComponentUI
+cons public init()
+meth public boolean contains(javax.swing.JComponent,int,int)
+meth public int getAccessibleChildrenCount(javax.swing.JComponent)
+meth public int getBaseline(javax.swing.JComponent,int,int)
+meth public java.awt.Component$BaselineResizeBehavior getBaselineResizeBehavior(javax.swing.JComponent)
+meth public java.awt.Dimension getMaximumSize(javax.swing.JComponent)
+meth public java.awt.Dimension getMinimumSize(javax.swing.JComponent)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public javax.accessibility.Accessible getAccessibleChild(javax.swing.JComponent,int)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void installUI(javax.swing.JComponent)
+meth public void paint(java.awt.Graphics,javax.swing.JComponent)
+meth public void uninstallUI(javax.swing.JComponent)
+meth public void update(java.awt.Graphics,javax.swing.JComponent)
+supr java.lang.Object
+
+CLSS public javax.swing.plaf.basic.BasicButtonUI
+cons public init()
+fld protected int defaultTextIconGap
+fld protected int defaultTextShiftOffset
+meth protected int getTextShiftOffset()
+meth protected java.lang.String getPropertyPrefix()
+meth protected javax.swing.plaf.basic.BasicButtonListener createButtonListener(javax.swing.AbstractButton)
+meth protected void clearTextShiftOffset()
+meth protected void installDefaults(javax.swing.AbstractButton)
+meth protected void installKeyboardActions(javax.swing.AbstractButton)
+meth protected void installListeners(javax.swing.AbstractButton)
+meth protected void paintButtonPressed(java.awt.Graphics,javax.swing.AbstractButton)
+meth protected void paintFocus(java.awt.Graphics,javax.swing.AbstractButton,java.awt.Rectangle,java.awt.Rectangle,java.awt.Rectangle)
+meth protected void paintIcon(java.awt.Graphics,javax.swing.JComponent,java.awt.Rectangle)
+meth protected void paintText(java.awt.Graphics,javax.swing.AbstractButton,java.awt.Rectangle,java.lang.String)
+meth protected void paintText(java.awt.Graphics,javax.swing.JComponent,java.awt.Rectangle,java.lang.String)
+meth protected void setTextShiftOffset()
+meth protected void uninstallDefaults(javax.swing.AbstractButton)
+meth protected void uninstallKeyboardActions(javax.swing.AbstractButton)
+meth protected void uninstallListeners(javax.swing.AbstractButton)
+meth public int getBaseline(javax.swing.JComponent,int,int)
+meth public int getDefaultTextIconGap(javax.swing.AbstractButton)
+meth public java.awt.Component$BaselineResizeBehavior getBaselineResizeBehavior(javax.swing.JComponent)
+meth public java.awt.Dimension getMaximumSize(javax.swing.JComponent)
+meth public java.awt.Dimension getMinimumSize(javax.swing.JComponent)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void installUI(javax.swing.JComponent)
+meth public void paint(java.awt.Graphics,javax.swing.JComponent)
+meth public void uninstallUI(javax.swing.JComponent)
+supr javax.swing.plaf.ButtonUI
+hfds BASIC_BUTTON_UI_KEY,iconRect,propertyPrefix,shiftOffset,textRect,viewRect
+
+CLSS public javax.swing.plaf.basic.BasicToggleButtonUI
+cons public init()
+meth protected int getTextShiftOffset()
+meth protected java.lang.String getPropertyPrefix()
+meth protected void paintIcon(java.awt.Graphics,javax.swing.AbstractButton,java.awt.Rectangle)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void paint(java.awt.Graphics,javax.swing.JComponent)
+supr javax.swing.plaf.basic.BasicButtonUI
+hfds BASIC_TOGGLE_BUTTON_UI_KEY,propertyPrefix
+
+CLSS public org.netbeans.swing.popupswitcher.SwitcherTable
+cons public init(org.netbeans.swing.popupswitcher.SwitcherTableItem[])
+cons public init(org.netbeans.swing.popupswitcher.SwitcherTableItem[],int)
+meth public int getLastValidRow()
+meth public java.awt.Color getBackground()
+meth public java.awt.Color getForeground()
+meth public java.awt.Color getSelectionBackground()
+meth public java.awt.Color getSelectionForeground()
+meth public java.awt.Component prepareRenderer(javax.swing.table.TableCellRenderer,int,int)
+meth public java.awt.Dimension getPreferredSize()
+meth public org.netbeans.swing.popupswitcher.SwitcherTableItem getSelectedItem()
+meth public void paint(java.awt.Graphics)
+meth public void setFont(java.awt.Font)
+meth public void updateUI()
+supr javax.swing.JTable
+hfds TABNAMES_HTML,background,ctx,foreground,needCalcRowHeight,nullIcon,prefSize,rendererBorder,selBackground,selForeground
+hcls NullIcon
+
+CLSS public org.netbeans.swing.popupswitcher.SwitcherTableItem
+cons public init(org.netbeans.swing.popupswitcher.SwitcherTableItem$Activatable,java.lang.String)
+cons public init(org.netbeans.swing.popupswitcher.SwitcherTableItem$Activatable,java.lang.String,java.lang.String,javax.swing.Icon,boolean)
+cons public init(org.netbeans.swing.popupswitcher.SwitcherTableItem$Activatable,java.lang.String,java.lang.String,javax.swing.Icon,boolean,java.lang.String)
+cons public init(org.netbeans.swing.popupswitcher.SwitcherTableItem$Activatable,java.lang.String,javax.swing.Icon)
+innr public abstract interface static Activatable
+intf java.lang.Comparable
+meth public boolean equals(java.lang.Object)
+meth public boolean isActive()
+meth public int compareTo(java.lang.Object)
+meth public int hashCode()
+meth public java.lang.String getDescription()
+meth public java.lang.String getHtmlName()
+meth public java.lang.String getName()
+meth public java.lang.String toString()
+meth public javax.swing.Icon getIcon()
+meth public org.netbeans.swing.popupswitcher.SwitcherTableItem$Activatable getActivatable()
+meth public void activate()
+supr java.lang.Object
+hfds activatable,active,description,htmlName,icon,name
+
+CLSS public abstract interface static org.netbeans.swing.popupswitcher.SwitcherTableItem$Activatable
+ outer org.netbeans.swing.popupswitcher.SwitcherTableItem
+meth public abstract void activate()
+
+CLSS public abstract interface org.netbeans.swing.tabcontrol.ComponentConverter
+fld public final static org.netbeans.swing.tabcontrol.ComponentConverter DEFAULT
+innr public final static Fixed
+meth public abstract java.awt.Component getComponent(org.netbeans.swing.tabcontrol.TabData)
+
+CLSS public final static org.netbeans.swing.tabcontrol.ComponentConverter$Fixed
+ outer org.netbeans.swing.tabcontrol.ComponentConverter
+cons public init(java.awt.Component)
+intf org.netbeans.swing.tabcontrol.ComponentConverter
+meth public java.awt.Component getComponent(org.netbeans.swing.tabcontrol.TabData)
+supr java.lang.Object
+hfds component
+
+CLSS public org.netbeans.swing.tabcontrol.DefaultTabDataModel
+cons public init()
+cons public init(org.netbeans.swing.tabcontrol.TabData[])
+intf org.netbeans.swing.tabcontrol.TabDataModel
+meth public int indexOf(org.netbeans.swing.tabcontrol.TabData)
+meth public int size()
+meth public java.lang.String toString()
+meth public java.util.List<org.netbeans.swing.tabcontrol.TabData> getTabs()
+meth public org.netbeans.swing.tabcontrol.TabData getTab(int)
+meth public void addChangeListener(javax.swing.event.ChangeListener)
+meth public void addComplexListDataListener(org.netbeans.swing.tabcontrol.event.ComplexListDataListener)
+meth public void addTab(int,org.netbeans.swing.tabcontrol.TabData)
+meth public void addTabs(int,org.netbeans.swing.tabcontrol.TabData[])
+meth public void addTabs(int[],org.netbeans.swing.tabcontrol.TabData[])
+meth public void removeChangeListener(javax.swing.event.ChangeListener)
+meth public void removeComplexListDataListener(org.netbeans.swing.tabcontrol.event.ComplexListDataListener)
+meth public void removeTab(int)
+meth public void removeTabs(int,int)
+meth public void removeTabs(int[])
+meth public void setIcon(int,javax.swing.Icon)
+meth public void setIcon(int[],javax.swing.Icon[])
+meth public void setIconsAndText(int[],java.lang.String[],javax.swing.Icon[])
+meth public void setTab(int,org.netbeans.swing.tabcontrol.TabData)
+meth public void setTabs(org.netbeans.swing.tabcontrol.TabData[])
+meth public void setText(int,java.lang.String)
+meth public void setText(int[],java.lang.String[])
+supr java.lang.Object
+hfds cs,list,listenerList
+hcls L
+
+CLSS public abstract interface org.netbeans.swing.tabcontrol.LocationInformer
+ anno 0 java.lang.Deprecated()
+meth public abstract java.lang.Object getOrientation(java.awt.Component)
+
+CLSS public abstract interface org.netbeans.swing.tabcontrol.SlideBarDataModel
+fld public final static int EAST = 1
+fld public final static int SOUTH = 3
+fld public final static int WEST = 2
+innr public static Impl
+intf org.netbeans.swing.tabcontrol.TabDataModel
+meth public abstract int getOrientation()
+meth public abstract void setOrientation(int)
+
+CLSS public static org.netbeans.swing.tabcontrol.SlideBarDataModel$Impl
+ outer org.netbeans.swing.tabcontrol.SlideBarDataModel
+cons public init()
+intf org.netbeans.swing.tabcontrol.SlideBarDataModel
+meth public int getOrientation()
+meth public void setOrientation(int)
+supr org.netbeans.swing.tabcontrol.DefaultTabDataModel
+hfds orientation
+
+CLSS public final org.netbeans.swing.tabcontrol.SlidingButton
+cons public init(org.netbeans.swing.tabcontrol.TabData,int)
+fld public final static java.lang.String UI_CLASS_ID = "SlidingButtonUI"
+meth public boolean isBlinking()
+meth public final boolean isBlinkState()
+meth public final java.awt.Color getBackground()
+meth public int getOrientation()
+meth public java.lang.String getToolTipText()
+meth public java.lang.String getUIClassID()
+meth public org.netbeans.swing.tabcontrol.TabData getData()
+meth public void addNotify()
+meth public void removeNotify()
+meth public void setBlinking(boolean)
+meth public void updateUI()
+supr javax.swing.JToggleButton
+hfds blinkState,blinkTimer,data,isAqua,orientation
+hcls BlinkListener
+
+CLSS public org.netbeans.swing.tabcontrol.SlidingButtonUI
+cons protected init()
+meth protected java.lang.String getPropertyPrefix()
+meth protected void paintBackground(java.awt.Graphics2D,javax.swing.AbstractButton)
+meth public java.awt.Dimension getMaximumSize(javax.swing.JComponent)
+meth public java.awt.Dimension getMinimumSize(javax.swing.JComponent)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void paint(java.awt.Graphics,javax.swing.JComponent)
+supr javax.swing.plaf.basic.BasicToggleButtonUI
+hfds INSTANCE
+
+CLSS public final org.netbeans.swing.tabcontrol.TabData
+cons public init(java.lang.Object,javax.swing.Icon,java.lang.String,java.lang.String)
+intf java.lang.Comparable
+meth public boolean equals(java.lang.Object)
+meth public int compareTo(java.lang.Object)
+meth public int hashCode()
+meth public java.awt.Component getComponent()
+meth public java.lang.Object getUserObject()
+meth public java.lang.String getText()
+meth public java.lang.String getTooltip()
+meth public java.lang.String toString()
+meth public javax.swing.Icon getIcon()
+supr java.lang.Object
+hfds NO_ICON,icon,tip,txt,userObject
+
+CLSS public abstract interface org.netbeans.swing.tabcontrol.TabDataModel
+meth public abstract int indexOf(org.netbeans.swing.tabcontrol.TabData)
+meth public abstract int size()
+meth public abstract java.util.List<org.netbeans.swing.tabcontrol.TabData> getTabs()
+meth public abstract org.netbeans.swing.tabcontrol.TabData getTab(int)
+meth public abstract void addChangeListener(javax.swing.event.ChangeListener)
+meth public abstract void addComplexListDataListener(org.netbeans.swing.tabcontrol.event.ComplexListDataListener)
+meth public abstract void addTab(int,org.netbeans.swing.tabcontrol.TabData)
+meth public abstract void addTabs(int,org.netbeans.swing.tabcontrol.TabData[])
+meth public abstract void addTabs(int[],org.netbeans.swing.tabcontrol.TabData[])
+meth public abstract void removeChangeListener(javax.swing.event.ChangeListener)
+meth public abstract void removeComplexListDataListener(org.netbeans.swing.tabcontrol.event.ComplexListDataListener)
+meth public abstract void removeTab(int)
+meth public abstract void removeTabs(int,int)
+meth public abstract void removeTabs(int[])
+meth public abstract void setIcon(int,javax.swing.Icon)
+meth public abstract void setIcon(int[],javax.swing.Icon[])
+meth public abstract void setIconsAndText(int[],java.lang.String[],javax.swing.Icon[])
+meth public abstract void setTab(int,org.netbeans.swing.tabcontrol.TabData)
+meth public abstract void setTabs(org.netbeans.swing.tabcontrol.TabData[])
+meth public abstract void setText(int,java.lang.String)
+meth public abstract void setText(int[],java.lang.String[])
+
+CLSS public final org.netbeans.swing.tabcontrol.TabDisplayer
+cons public init()
+cons public init(org.netbeans.swing.tabcontrol.TabDataModel,int)
+cons public init(org.netbeans.swing.tabcontrol.TabDataModel,int,org.netbeans.swing.tabcontrol.LocationInformer)
+ anno 0 java.lang.Deprecated()
+cons public init(org.netbeans.swing.tabcontrol.TabDataModel,int,org.netbeans.swing.tabcontrol.WinsysInfoForTabbed)
+ anno 0 java.lang.Deprecated()
+cons public init(org.netbeans.swing.tabcontrol.TabDataModel,int,org.netbeans.swing.tabcontrol.WinsysInfoForTabbedContainer)
+fld public final static int TYPE_EDITOR = 1
+fld public final static int TYPE_SLIDING = 2
+fld public final static int TYPE_TOOLBAR = 3
+fld public final static int TYPE_VIEW = 0
+fld public final static java.lang.Object ORIENTATION_CENTER
+fld public final static java.lang.Object ORIENTATION_EAST
+fld public final static java.lang.Object ORIENTATION_INVISIBLE
+fld public final static java.lang.Object ORIENTATION_NORTH
+fld public final static java.lang.Object ORIENTATION_SOUTH
+fld public final static java.lang.Object ORIENTATION_WEST
+fld public final static java.lang.String COMMAND_CLOSE = "close"
+fld public final static java.lang.String COMMAND_CLOSE_ALL = "closeAll"
+fld public final static java.lang.String COMMAND_CLOSE_ALL_BUT_THIS = "closeAllButThis"
+fld public final static java.lang.String COMMAND_DISABLE_AUTO_HIDE = "disableAutoHide"
+fld public final static java.lang.String COMMAND_ENABLE_AUTO_HIDE = "enableAutoHide"
+fld public final static java.lang.String COMMAND_MAXIMIZE = "maximize"
+fld public final static java.lang.String COMMAND_POPUP_REQUEST = "popup"
+fld public final static java.lang.String COMMAND_SELECT = "select"
+fld public final static java.lang.String EDITOR_TAB_DISPLAYER_UI_CLASS_ID = "EditorTabDisplayerUI"
+fld public final static java.lang.String PROP_ACTIVE = "active"
+fld public final static java.lang.String PROP_ORIENTATION = "orientation"
+fld public final static java.lang.String SLIDING_TAB_DISPLAYER_UI_CLASS_ID = "SlidingTabDisplayerUI"
+fld public final static java.lang.String TOOLBAR_TAB_DISPLAYER_UI_CLASS_ID = "ToolbarTabDisplayerUI"
+fld public final static java.lang.String VIEW_TAB_DISPLAYER_UI_CLASS_ID = "ViewTabDisplayerUI"
+innr protected AccessibleTabDisplayer
+intf javax.accessibility.Accessible
+meth protected final void postActionEvent(org.netbeans.swing.tabcontrol.event.TabActionEvent)
+meth public final boolean isActive()
+meth public final boolean isShowCloseButton()
+meth public final boolean requestAttention(org.netbeans.swing.tabcontrol.TabData)
+meth public final int getType()
+meth public final java.awt.Dimension getMinimumSize()
+meth public final java.awt.Dimension getPreferredSize()
+meth public final java.awt.Font getFont()
+meth public final java.awt.Image getDragImage(int)
+ anno 0 java.lang.Deprecated()
+meth public final java.awt.Rectangle getTabRect(int,java.awt.Rectangle)
+meth public final java.lang.String getToolTipText(java.awt.event.MouseEvent)
+meth public final org.netbeans.swing.tabcontrol.TabDataModel getModel()
+meth public final org.netbeans.swing.tabcontrol.TabDisplayerUI getUI()
+meth public final void addActionListener(java.awt.event.ActionListener)
+meth public final void cancelRequestAttention(int)
+meth public final void makeTabVisible(int)
+meth public final void removeActionListener(java.awt.event.ActionListener)
+meth public final void requestAttention(int)
+meth public final void setActive(boolean)
+meth public final void setShowCloseButton(boolean)
+meth public final void updateUI()
+meth public int tabForCoordinate(java.awt.Point)
+meth public java.lang.String getUIClassID()
+meth public javax.accessibility.AccessibleContext getAccessibleContext()
+meth public javax.swing.SingleSelectionModel getSelectionModel()
+meth public org.netbeans.swing.tabcontrol.LocationInformer getLocationInformer()
+ anno 0 java.lang.Deprecated()
+meth public org.netbeans.swing.tabcontrol.WinsysInfoForTabbed getWinsysInfo()
+ anno 0 java.lang.Deprecated()
+meth public org.netbeans.swing.tabcontrol.WinsysInfoForTabbedContainer getContainerWinsysInfo()
+meth public void registerShortcuts(javax.swing.JComponent)
+meth public void unregisterShortcuts(javax.swing.JComponent)
+supr javax.swing.JComponent
+hfds actionListenerList,active,containerWinsysInfo,initialized,locationInformer,model,sel,showClose,type,winsysInfo
+
+CLSS protected org.netbeans.swing.tabcontrol.TabDisplayer$AccessibleTabDisplayer
+ outer org.netbeans.swing.tabcontrol.TabDisplayer
+cons public init(org.netbeans.swing.tabcontrol.TabDisplayer)
+intf javax.accessibility.AccessibleSelection
+intf javax.swing.event.ChangeListener
+meth public boolean isAccessibleChildSelected(int)
+meth public int getAccessibleChildrenCount()
+meth public int getAccessibleSelectionCount()
+meth public javax.accessibility.Accessible getAccessibleAt(java.awt.Point)
+meth public javax.accessibility.Accessible getAccessibleChild(int)
+meth public javax.accessibility.Accessible getAccessibleSelection(int)
+meth public javax.accessibility.AccessibleRole getAccessibleRole()
+meth public javax.accessibility.AccessibleSelection getAccessibleSelection()
+meth public void addAccessibleSelection(int)
+meth public void clearAccessibleSelection()
+meth public void removeAccessibleSelection(int)
+meth public void selectAllAccessibleSelection()
+meth public void stateChanged(javax.swing.event.ChangeEvent)
+supr javax.swing.JComponent$AccessibleJComponent
+
+CLSS public abstract org.netbeans.swing.tabcontrol.TabDisplayerUI
+cons protected init(org.netbeans.swing.tabcontrol.TabDisplayer)
+fld protected final org.netbeans.swing.tabcontrol.TabDisplayer displayer
+fld protected javax.swing.SingleSelectionModel selectionModel
+meth protected abstract javax.swing.SingleSelectionModel createSelectionModel()
+meth protected abstract void cancelRequestAttention(int)
+meth protected abstract void requestAttention(int)
+meth protected final boolean shouldPerformAction(java.lang.String,int,java.awt.event.MouseEvent)
+meth protected java.awt.Font getTxtFont()
+meth public abstract int dropIndexOfPoint(java.awt.Point)
+meth public abstract int tabForCoordinate(java.awt.Point)
+meth public abstract java.awt.Polygon getExactTabIndication(int)
+meth public abstract java.awt.Polygon getInsertTabIndication(int)
+meth public abstract java.awt.Rectangle getTabRect(int,java.awt.Rectangle)
+meth public abstract void registerShortcuts(javax.swing.JComponent)
+meth public abstract void unregisterShortcuts(javax.swing.JComponent)
+meth public java.awt.Image createImageOfTab(int)
+meth public javax.swing.Icon getButtonIcon(int,int)
+meth public void installUI(javax.swing.JComponent)
+meth public void makeTabVisible(int)
+meth public void postTabAction(org.netbeans.swing.tabcontrol.event.TabActionEvent)
+meth public void uninstallUI(javax.swing.JComponent)
+supr javax.swing.plaf.ComponentUI
+hfds buttonIconPaths
+
+CLSS public org.netbeans.swing.tabcontrol.TabListPopupAction
+cons public init(org.netbeans.swing.tabcontrol.TabDisplayer)
+meth public void actionPerformed(java.awt.event.ActionEvent)
+supr javax.swing.AbstractAction
+hfds displayer,listListener
+hcls ActivatableTab
+
+CLSS public org.netbeans.swing.tabcontrol.TabbedContainer
+cons public init()
+cons public init(int)
+cons public init(org.netbeans.swing.tabcontrol.TabDataModel)
+cons public init(org.netbeans.swing.tabcontrol.TabDataModel,int)
+cons public init(org.netbeans.swing.tabcontrol.TabDataModel,int,org.netbeans.swing.tabcontrol.LocationInformer)
+ anno 0 java.lang.Deprecated()
+cons public init(org.netbeans.swing.tabcontrol.TabDataModel,int,org.netbeans.swing.tabcontrol.WinsysInfoForTabbed)
+ anno 0 java.lang.Deprecated()
+cons public init(org.netbeans.swing.tabcontrol.TabDataModel,int,org.netbeans.swing.tabcontrol.WinsysInfoForTabbedContainer)
+fld protected static int DEFAULT_CONTENT_POLICY
+fld public final static int CONTENT_POLICY_ADD_ALL = 1
+fld public final static int CONTENT_POLICY_ADD_ONLY_SELECTED = 3
+fld public final static int CONTENT_POLICY_ADD_ON_FIRST_USE = 2
+fld public final static int TYPE_EDITOR = 1
+fld public final static int TYPE_SLIDING = 2
+fld public final static int TYPE_TOOLBAR = 3
+fld public final static int TYPE_VIEW = 0
+fld public final static java.lang.String COMMAND_CLOSE = "close"
+fld public final static java.lang.String COMMAND_CLOSE_ALL = "closeAll"
+fld public final static java.lang.String COMMAND_CLOSE_ALL_BUT_THIS = "closeAllButThis"
+fld public final static java.lang.String COMMAND_DISABLE_AUTO_HIDE = "disableAutoHide"
+fld public final static java.lang.String COMMAND_ENABLE_AUTO_HIDE = "enableAutoHide"
+fld public final static java.lang.String COMMAND_MAXIMIZE = "maximize"
+fld public final static java.lang.String COMMAND_POPUP_REQUEST = "popup"
+fld public final static java.lang.String COMMAND_SELECT = "select"
+fld public final static java.lang.String COMMAND_TOGGLE_TRANSPARENCY = "toggleTransparency"
+fld public final static java.lang.String PROP_ACTIVE = "active"
+fld public final static java.lang.String PROP_MANAGE_TAB_POSITION = "manageTabPosition"
+fld public final static java.lang.String TABBED_CONTAINER_UI_CLASS_ID = "TabbedContainerUI"
+intf javax.accessibility.Accessible
+meth protected final void postActionEvent(org.netbeans.swing.tabcontrol.event.TabActionEvent)
+meth public boolean isPaintingOrigin()
+meth public boolean isTransparent()
+meth public boolean isValidateRoot()
+meth public final boolean isActive()
+meth public final boolean isShowCloseButton()
+meth public final boolean requestAttention(org.netbeans.swing.tabcontrol.TabData)
+meth public final int getType()
+meth public final java.awt.Rectangle getTabRect(int,java.awt.Rectangle)
+meth public final javax.swing.SingleSelectionModel getSelectionModel()
+meth public final org.netbeans.swing.tabcontrol.ComponentConverter getComponentConverter()
+meth public final org.netbeans.swing.tabcontrol.TabDataModel getModel()
+meth public final void addActionListener(java.awt.event.ActionListener)
+meth public final void cancelRequestAttention(int)
+meth public final void cancelRequestAttention(org.netbeans.swing.tabcontrol.TabData)
+meth public final void removeActionListener(java.awt.event.ActionListener)
+meth public final void requestAttention(int)
+meth public final void setActive(boolean)
+meth public final void setComponentConverter(org.netbeans.swing.tabcontrol.ComponentConverter)
+meth public final void setContentPolicy(int)
+meth public final void setShowCloseButton(boolean)
+meth public int dropIndexOfPoint(java.awt.Point)
+meth public int getContentPolicy()
+meth public int getTabCount()
+meth public int indexOf(java.awt.Component)
+meth public int tabForCoordinate(java.awt.Point)
+meth public java.awt.Image createImageOfTab(int)
+meth public java.awt.Shape getDropIndication(java.lang.Object,java.awt.Point)
+meth public java.lang.String getUIClassID()
+meth public javax.accessibility.AccessibleContext getAccessibleContext()
+meth public org.netbeans.swing.tabcontrol.LocationInformer getLocationInformer()
+ anno 0 java.lang.Deprecated()
+meth public org.netbeans.swing.tabcontrol.TabbedContainerUI getUI()
+meth public org.netbeans.swing.tabcontrol.WinsysInfoForTabbed getWinsysInfo()
+ anno 0 java.lang.Deprecated()
+meth public org.netbeans.swing.tabcontrol.WinsysInfoForTabbedContainer getContainerWinsysInfo()
+meth public void addNotify()
+meth public void paint(java.awt.Graphics)
+meth public void removeNotify()
+meth public void setIconAt(int,javax.swing.Icon)
+meth public void setTitleAt(int,java.lang.String)
+meth public void setToolTipTextAt(int,java.lang.String)
+meth public void setTransparent(boolean)
+meth public void updateUI()
+supr javax.swing.JComponent
+hfds ALPHA_TRESHOLD,actionListenerList,active,awtListener,containerWinsysInfo,contentPolicy,converter,currentAlpha,inTransparentMode,initialized,locationInformer,model,type,winsysInfo
+
+CLSS public abstract org.netbeans.swing.tabcontrol.TabbedContainerUI
+cons public init(org.netbeans.swing.tabcontrol.TabbedContainer)
+fld protected org.netbeans.swing.tabcontrol.TabbedContainer container
+meth protected abstract void cancelRequestAttention(int)
+meth protected abstract void requestAttention(int)
+meth protected boolean uichange()
+meth protected final boolean shouldPerformAction(java.lang.String,int,java.awt.event.MouseEvent)
+meth public abstract boolean isShowCloseButton()
+meth public abstract int dropIndexOfPoint(java.awt.Point)
+meth public abstract int tabForCoordinate(java.awt.Point)
+meth public abstract java.awt.Image createImageOfTab(int)
+meth public abstract java.awt.Polygon getExactTabIndication(int)
+meth public abstract java.awt.Polygon getInsertTabIndication(int)
+meth public abstract java.awt.Rectangle getContentArea()
+meth public abstract java.awt.Rectangle getTabRect(int,java.awt.Rectangle)
+meth public abstract java.awt.Rectangle getTabsArea()
+meth public abstract javax.swing.SingleSelectionModel getSelectionModel()
+meth public abstract void makeTabVisible(int)
+meth public abstract void setShowCloseButton(boolean)
+meth public void installUI(javax.swing.JComponent)
+supr javax.swing.plaf.ComponentUI
+
+CLSS public abstract interface org.netbeans.swing.tabcontrol.WinsysInfoForTabbed
+meth public abstract boolean inMaximizedMode(java.awt.Component)
+meth public abstract java.lang.Object getOrientation(java.awt.Component)
+
+CLSS public abstract org.netbeans.swing.tabcontrol.WinsysInfoForTabbedContainer
+cons public init()
+intf org.netbeans.swing.tabcontrol.WinsysInfoForTabbed
+meth public boolean isTopComponentClosingEnabled()
+meth public boolean isTopComponentClosingEnabled(org.openide.windows.TopComponent)
+meth public boolean isTopComponentMaximizationEnabled()
+meth public boolean isTopComponentMaximizationEnabled(org.openide.windows.TopComponent)
+meth public boolean isTopComponentSlidingEnabled()
+meth public boolean isTopComponentSlidingEnabled(org.openide.windows.TopComponent)
+meth public static org.netbeans.swing.tabcontrol.WinsysInfoForTabbedContainer getDefault(org.netbeans.swing.tabcontrol.WinsysInfoForTabbed)
+supr java.lang.Object
+hcls DefaultWinsysInfoForTabbedContainer
+
+CLSS public final org.netbeans.swing.tabcontrol.event.ArrayDiff
+meth public boolean equals(java.lang.Object)
+meth public int hashCode()
+meth public java.lang.String toString()
+meth public java.util.Set<java.lang.Integer> getAddedIndices()
+meth public java.util.Set<java.lang.Integer> getChangedIndices()
+meth public java.util.Set<java.lang.Integer> getDeletedIndices()
+meth public java.util.Set<java.lang.Integer> getMovedIndices()
+meth public org.netbeans.swing.tabcontrol.TabData[] getNewData()
+meth public org.netbeans.swing.tabcontrol.TabData[] getOldData()
+meth public static org.netbeans.swing.tabcontrol.event.ArrayDiff createDiff(org.netbeans.swing.tabcontrol.TabData[],org.netbeans.swing.tabcontrol.TabData[])
+supr java.lang.Object
+hfds added,deleted,nue,old
+
+CLSS public org.netbeans.swing.tabcontrol.event.ComplexListDataEvent
+cons public init(java.lang.Object,int,int,int)
+cons public init(java.lang.Object,int,int,int,boolean)
+cons public init(java.lang.Object,int,int,int,boolean,boolean)
+cons public init(java.lang.Object,int,int[],boolean)
+fld public final static int ITEMS_ADDED = 3
+fld public final static int ITEMS_REMOVED = 4
+meth public boolean isTextChanged()
+meth public boolean isUserObjectChanged()
+meth public int[] getIndices()
+meth public java.lang.String toString()
+meth public org.netbeans.swing.tabcontrol.TabData[] getAffectedItems()
+meth public void setAffectedItems(org.netbeans.swing.tabcontrol.TabData[])
+supr javax.swing.event.ListDataEvent
+hfds ITEMS_CHANGED,LAST,affectedItems,componentChanged,indices,textChanged
+
+CLSS public abstract interface org.netbeans.swing.tabcontrol.event.ComplexListDataListener
+intf javax.swing.event.ListDataListener
+meth public abstract void indicesAdded(org.netbeans.swing.tabcontrol.event.ComplexListDataEvent)
+meth public abstract void indicesChanged(org.netbeans.swing.tabcontrol.event.ComplexListDataEvent)
+meth public abstract void indicesRemoved(org.netbeans.swing.tabcontrol.event.ComplexListDataEvent)
+
+CLSS public final org.netbeans.swing.tabcontrol.event.TabActionEvent
+cons public init(java.lang.Object,java.lang.String,int)
+cons public init(java.lang.Object,java.lang.String,int,java.awt.event.MouseEvent)
+meth public boolean isConsumed()
+meth public int getTabIndex()
+meth public java.awt.event.MouseEvent getMouseEvent()
+meth public java.lang.String toString()
+meth public void consume()
+meth public void setSource(java.lang.Object)
+supr java.awt.event.ActionEvent
+hfds mouseEvent,tabIndex
+
+CLSS public final org.netbeans.swing.tabcontrol.event.VeryComplexListDataEvent
+cons public init(java.lang.Object,org.netbeans.swing.tabcontrol.TabData[],org.netbeans.swing.tabcontrol.TabData[])
+meth public java.lang.String toString()
+meth public org.netbeans.swing.tabcontrol.event.ArrayDiff getDiff()
+supr org.netbeans.swing.tabcontrol.event.ComplexListDataEvent
+hfds nue,old
+
+CLSS public abstract org.netbeans.swing.tabcontrol.plaf.AbstractTabCellRenderer
+cons public init(org.netbeans.swing.tabcontrol.plaf.TabPainter,java.awt.Dimension)
+cons public init(org.netbeans.swing.tabcontrol.plaf.TabPainter,org.netbeans.swing.tabcontrol.plaf.TabPainter,org.netbeans.swing.tabcontrol.plaf.TabPainter,java.awt.Dimension)
+intf org.netbeans.swing.tabcontrol.plaf.TabCellRenderer
+meth protected boolean inCloseButton()
+meth protected final boolean isActive()
+meth protected final boolean isArmed()
+meth protected final boolean isAttention()
+meth protected final boolean isClipLeft()
+meth protected final boolean isClipRight()
+meth protected final boolean isLeftmost()
+meth protected final boolean isNextTabArmed()
+meth protected final boolean isNextTabSelected()
+meth protected final boolean isPressed()
+meth protected final boolean isPreviousTabSelected()
+meth protected final boolean isRightmost()
+meth protected final boolean isSelected()
+meth protected final void firePropertyChange(java.lang.String,java.lang.Object,java.lang.Object)
+meth protected final void setState(int)
+meth protected int getCaptionYAdjustment()
+meth protected int getIconYAdjustment()
+meth protected int stateChanged(int,int)
+meth protected void paintIconAndText(java.awt.Graphics)
+meth public final boolean isShowCloseButton()
+meth public final int getState()
+meth public final javax.swing.JComponent getRendererComponent(org.netbeans.swing.tabcontrol.TabData,java.awt.Rectangle,int)
+meth public final void addContainerListener(java.awt.event.ContainerListener)
+meth public final void addHierarchyBoundsListener(java.awt.event.HierarchyBoundsListener)
+meth public final void addHierarchyListener(java.awt.event.HierarchyListener)
+meth public final void setShowCloseButton(boolean)
+meth public int getPixelsToAddToSelection()
+meth public java.awt.Color getSelectedActivatedBackground()
+meth public java.awt.Color getSelectedActivatedForeground()
+meth public java.awt.Color getSelectedBackground()
+meth public java.awt.Color getSelectedForeground()
+meth public java.awt.Dimension getPadding()
+meth public java.awt.Polygon getTabShape(int,java.awt.Rectangle)
+meth public java.lang.String getCommandAtPoint(java.awt.Point,int,java.awt.Rectangle)
+meth public java.lang.String getCommandAtPoint(java.awt.Point,int,java.awt.Rectangle,int,int,int)
+meth public void paintComponent(java.awt.Graphics)
+meth public void repaint()
+meth public void repaint(long)
+meth public void repaint(long,int,int,int,int)
+meth public void revalidate()
+meth public void validate()
+supr javax.swing.JLabel
+hfds leftBorder,normalBorder,padding,rightBorder,scratch,showClose,state
+
+CLSS public abstract org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI
+cons public init(org.netbeans.swing.tabcontrol.TabDisplayer)
+fld protected java.awt.event.ComponentListener componentListener
+fld protected java.awt.event.HierarchyListener hierarchyListener
+fld protected java.awt.event.MouseListener mouseListener
+fld protected java.beans.PropertyChangeListener propertyChangeListener
+fld protected javax.swing.event.ChangeListener selectionListener
+fld protected org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI$ModelListener modelListener
+fld protected org.netbeans.swing.tabcontrol.plaf.TabLayoutModel layoutModel
+innr protected DisplayerHierarchyListener
+innr protected DisplayerPropertyChangeListener
+innr protected ModelListener
+meth protected abstract java.awt.event.MouseListener createMouseListener()
+meth protected abstract javax.swing.event.ChangeListener createSelectionListener()
+meth protected abstract org.netbeans.swing.tabcontrol.plaf.TabLayoutModel createLayoutModel()
+meth protected final void installListeners()
+meth protected final void uninstallListeners()
+meth protected java.awt.Font createFont()
+meth protected java.awt.Point toDropPoint(java.awt.Point)
+meth protected java.awt.event.ComponentListener createComponentListener()
+meth protected java.awt.event.HierarchyListener createHierarchyListener()
+meth protected java.beans.PropertyChangeListener createPropertyChangeListener()
+meth protected javax.swing.SingleSelectionModel createSelectionModel()
+meth protected org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI$ModelListener createModelListener()
+meth protected void install()
+meth protected void modelChanged()
+meth protected void uninstall()
+meth public final void installUI(javax.swing.JComponent)
+meth public final void uninstallUI(javax.swing.JComponent)
+meth public int dropIndexOfPoint(java.awt.Point)
+meth public void registerShortcuts(javax.swing.JComponent)
+meth public void unregisterShortcuts(javax.swing.JComponent)
+supr org.netbeans.swing.tabcontrol.TabDisplayerUI
+hfds scratchPoint
+
+CLSS protected org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI$DisplayerHierarchyListener
+ outer org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI
+cons public init(org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI)
+intf java.awt.event.HierarchyListener
+meth public void hierarchyChanged(java.awt.event.HierarchyEvent)
+supr java.lang.Object
+
+CLSS protected org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI$DisplayerPropertyChangeListener
+ outer org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI
+cons protected init(org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI)
+intf java.beans.PropertyChangeListener
+meth protected void activationChanged()
+meth public void propertyChange(java.beans.PropertyChangeEvent)
+supr java.lang.Object
+
+CLSS protected org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI$ModelListener
+ outer org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI
+cons protected init(org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI)
+intf javax.swing.event.ChangeListener
+intf org.netbeans.swing.tabcontrol.event.ComplexListDataListener
+meth public final void stateChanged(javax.swing.event.ChangeEvent)
+meth public void contentsChanged(javax.swing.event.ListDataEvent)
+meth public void indicesAdded(org.netbeans.swing.tabcontrol.event.ComplexListDataEvent)
+meth public void indicesChanged(org.netbeans.swing.tabcontrol.event.ComplexListDataEvent)
+meth public void indicesRemoved(org.netbeans.swing.tabcontrol.event.ComplexListDataEvent)
+meth public void intervalAdded(javax.swing.event.ListDataEvent)
+meth public void intervalRemoved(javax.swing.event.ListDataEvent)
+supr java.lang.Object
+hfds checkVisible
+
+CLSS public abstract org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI
+cons public init(org.netbeans.swing.tabcontrol.TabDisplayer)
+fld protected final org.netbeans.swing.tabcontrol.plaf.TabState tabState
+fld protected org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI$Controller controller
+innr protected Controller
+meth protected abstract void paintTabBackground(java.awt.Graphics,int,int,int,int,int)
+meth protected abstract void paintTabBorder(java.awt.Graphics,int,int,int,int,int)
+meth protected abstract void paintTabContent(java.awt.Graphics,int,java.lang.String,int,int,int,int)
+meth protected boolean isAttention(int)
+meth protected final boolean isActive()
+meth protected final boolean isFocused(int)
+meth protected final boolean isSelected(int)
+meth protected final java.awt.FontMetrics getTxtFontMetrics()
+meth protected final javax.swing.SingleSelectionModel createSelectionModel()
+meth protected final javax.swing.SingleSelectionModel getSelectionModel()
+meth protected final org.netbeans.swing.tabcontrol.TabDataModel getDataModel()
+meth protected final org.netbeans.swing.tabcontrol.TabDisplayer getDisplayer()
+meth protected int createRepaintPolicy()
+meth protected java.awt.Component getControlButtons()
+meth protected java.awt.Font getTxtFont()
+meth protected org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI$Controller createController()
+meth protected void cancelRequestAttention(int)
+meth protected void installControlButtons()
+meth protected void requestAttention(int)
+meth public final org.netbeans.swing.tabcontrol.plaf.TabLayoutModel getLayoutModel()
+meth public int dropIndexOfPoint(java.awt.Point)
+meth public int tabForCoordinate(java.awt.Point)
+meth public java.awt.Dimension getMinimumSize(javax.swing.JComponent)
+meth public java.awt.Image createImageOfTab(int)
+meth public java.awt.Polygon getExactTabIndication(int)
+meth public java.awt.Polygon getInsertTabIndication(int)
+meth public java.awt.Rectangle getTabRect(int,java.awt.Rectangle)
+meth public org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI$Controller getController()
+meth public void installUI(javax.swing.JComponent)
+meth public void paint(java.awt.Graphics,javax.swing.JComponent)
+meth public void registerShortcuts(javax.swing.JComponent)
+meth public void uninstallUI(javax.swing.JComponent)
+meth public void unregisterShortcuts(javax.swing.JComponent)
+supr org.netbeans.swing.tabcontrol.TabDisplayerUI
+hfds ICON_X_PAD,PIN_ACTION,TRANSPARENCY_ACTION,btnAutoHidePin,btnClose,controlButtons,dataModel,fm,layoutModel,pinAction,txtFont
+hcls PinAction,ViewTabState
+
+CLSS protected org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI$Controller
+ outer org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI
+cons protected init(org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI)
+intf java.awt.event.MouseMotionListener
+intf java.beans.PropertyChangeListener
+intf javax.swing.event.ChangeListener
+intf org.netbeans.swing.tabcontrol.event.ComplexListDataListener
+meth protected boolean shouldReact(java.awt.event.MouseEvent)
+meth public boolean inControlButtonsRect(java.awt.Point)
+meth public void contentsChanged(javax.swing.event.ListDataEvent)
+meth public void indicesAdded(org.netbeans.swing.tabcontrol.event.ComplexListDataEvent)
+meth public void indicesChanged(org.netbeans.swing.tabcontrol.event.ComplexListDataEvent)
+meth public void indicesRemoved(org.netbeans.swing.tabcontrol.event.ComplexListDataEvent)
+meth public void intervalAdded(javax.swing.event.ListDataEvent)
+meth public void intervalRemoved(javax.swing.event.ListDataEvent)
+meth public void mouseClicked(java.awt.event.MouseEvent)
+meth public void mouseDragged(java.awt.event.MouseEvent)
+meth public void mouseMoved(java.awt.event.MouseEvent)
+meth public void mousePressed(java.awt.event.MouseEvent)
+meth public void mouseReleased(java.awt.event.MouseEvent)
+meth public void propertyChange(java.beans.PropertyChangeEvent)
+meth public void stateChanged(javax.swing.event.ChangeEvent)
+supr java.awt.event.MouseAdapter
+hfds selectionChanged
+
+CLSS public org.netbeans.swing.tabcontrol.plaf.AquaEditorTabDisplayerUI
+cons public init(org.netbeans.swing.tabcontrol.TabDisplayer)
+meth protected boolean isAntialiased()
+meth protected int createRepaintPolicy()
+meth protected java.awt.Font createFont()
+meth protected java.awt.Font getTxtFont()
+meth protected org.netbeans.swing.tabcontrol.plaf.TabCellRenderer createDefaultRenderer()
+meth protected void paintAfterTabs(java.awt.Graphics)
+meth protected void paintBackground(java.awt.Graphics)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public javax.swing.Icon getButtonIcon(int,int)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+supr org.netbeans.swing.tabcontrol.plaf.BasicScrollingTabDisplayerUI
+hfds buttonIconPaths,txtFont
+
+CLSS public org.netbeans.swing.tabcontrol.plaf.AquaSlidingButtonUI
+meth protected void paintIcon(java.awt.Graphics,javax.swing.AbstractButton,java.awt.Rectangle)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void installUI(javax.swing.JComponent)
+supr org.netbeans.swing.tabcontrol.SlidingButtonUI
+hfds AQUA_INSTANCE
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.AquaViewTabDisplayerUI
+meth protected org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI$Controller createController()
+meth protected void paintTabBackground(java.awt.Graphics,int,int,int,int,int)
+meth protected void paintTabBorder(java.awt.Graphics,int,int,int,int,int)
+meth protected void paintTabContent(java.awt.Graphics,int,java.lang.String,int,int,int,int)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public javax.swing.Icon getButtonIcon(int,int)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+supr org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI
+hfds ICON_X_PAD,TXT_X_PAD,buttonIconPaths,prefSize
+hcls OwnController
+
+CLSS public abstract org.netbeans.swing.tabcontrol.plaf.BasicScrollingTabDisplayerUI
+cons public init(org.netbeans.swing.tabcontrol.TabDisplayer)
+innr protected ScrollingDisplayerComponentListener
+innr protected ScrollingHierarchyListener
+innr protected ScrollingTabState
+meth protected final int getFirstVisibleTab()
+meth protected final int getLastVisibleTab()
+meth protected final int getTabsAreaWidth()
+meth protected final org.netbeans.swing.tabcontrol.plaf.ScrollingTabLayoutModel scroll()
+meth protected final org.netbeans.swing.tabcontrol.plaf.TabLayoutModel createLayoutModel()
+meth protected java.awt.Component getControlButtons()
+meth protected java.awt.LayoutManager createLayout()
+meth protected java.awt.Rectangle getControlButtonsRectangle(java.awt.Container)
+meth protected java.awt.event.ComponentListener createComponentListener()
+meth protected java.awt.event.HierarchyListener createHierarchyListener()
+meth protected org.netbeans.swing.tabcontrol.plaf.TabState createTabState()
+meth protected void install()
+meth protected void installControlButtons()
+meth protected void modelChanged()
+meth protected void processMouseWheelEvent(java.awt.event.MouseWheelEvent)
+meth protected void uninstall()
+meth public java.awt.Dimension getMinimumSize(javax.swing.JComponent)
+meth public java.awt.Insets getTabAreaInsets()
+meth public static java.awt.Graphics2D getOffscreenGraphics()
+meth public void makeTabVisible(int)
+supr org.netbeans.swing.tabcontrol.plaf.BasicTabDisplayerUI
+hfds btnDropDown,btnMaximizeRestore,btnScrollLeft,btnScrollRight,controlButtons,ctx,lastKnownModelSize,scratch
+hcls WCLayout
+
+CLSS protected org.netbeans.swing.tabcontrol.plaf.BasicScrollingTabDisplayerUI$ScrollingDisplayerComponentListener
+ outer org.netbeans.swing.tabcontrol.plaf.BasicScrollingTabDisplayerUI
+cons protected init(org.netbeans.swing.tabcontrol.plaf.BasicScrollingTabDisplayerUI)
+meth public void componentResized(java.awt.event.ComponentEvent)
+supr java.awt.event.ComponentAdapter
+
+CLSS protected org.netbeans.swing.tabcontrol.plaf.BasicScrollingTabDisplayerUI$ScrollingHierarchyListener
+ outer org.netbeans.swing.tabcontrol.plaf.BasicScrollingTabDisplayerUI
+cons protected init(org.netbeans.swing.tabcontrol.plaf.BasicScrollingTabDisplayerUI)
+meth public void hierarchyChanged(java.awt.event.HierarchyEvent)
+supr org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI$DisplayerHierarchyListener
+
+CLSS protected org.netbeans.swing.tabcontrol.plaf.BasicScrollingTabDisplayerUI$ScrollingTabState
+ outer org.netbeans.swing.tabcontrol.plaf.BasicScrollingTabDisplayerUI
+cons protected init(org.netbeans.swing.tabcontrol.plaf.BasicScrollingTabDisplayerUI)
+meth public int getState(int)
+supr org.netbeans.swing.tabcontrol.plaf.BasicTabDisplayerUI$BasicTabState
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.BasicSlidingTabDisplayerUI
+cons public init(org.netbeans.swing.tabcontrol.TabDisplayer)
+innr protected final SlidingPropertyChangeListener
+innr public final IndexButton
+meth protected java.awt.Font createFont()
+meth protected java.awt.event.MouseListener createMouseListener()
+meth protected javax.swing.event.ChangeListener createSelectionListener()
+meth protected org.netbeans.swing.tabcontrol.plaf.TabLayoutModel createLayoutModel()
+meth protected void install()
+meth protected void modelChanged()
+meth protected void uninstall()
+meth public int tabForCoordinate(java.awt.Point)
+meth public java.awt.Dimension getMinimumSize(javax.swing.JComponent)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public java.awt.Image createImageOfTab(int)
+meth public java.awt.Polygon getExactTabIndication(int)
+meth public java.awt.Polygon getInsertTabIndication(int)
+meth public java.awt.Rectangle getTabRect(int,java.awt.Rectangle)
+meth public javax.swing.Icon getButtonIcon(int,int)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void cancelRequestAttention(int)
+meth public void requestAttention(int)
+supr org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI
+hfds BUTTON_COMPARATOR,buttonCount,scratch
+hcls IndexButtonComparator,OrientedLayoutManager
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.BasicSlidingTabDisplayerUI$IndexButton
+ outer org.netbeans.swing.tabcontrol.plaf.BasicSlidingTabDisplayerUI
+cons public init(org.netbeans.swing.tabcontrol.plaf.BasicSlidingTabDisplayerUI,int)
+fld public final static java.lang.String UI_KEY = "IndexButtonUI"
+intf java.awt.event.ActionListener
+meth public boolean isActive()
+meth public final void actionPerformed(java.awt.event.ActionEvent)
+meth public int getIndex()
+meth public java.lang.Object getOrientation()
+meth public java.lang.String getText()
+meth public java.lang.String getToolTipText()
+meth public java.lang.String getUIClassID()
+meth public javax.swing.Icon getIcon()
+meth public void addNotify()
+meth public void removeNotify()
+meth public void updateUI()
+supr javax.swing.JToggleButton
+hfds index,lastKnownIcon,lastKnownText
+
+CLSS protected final org.netbeans.swing.tabcontrol.plaf.BasicSlidingTabDisplayerUI$SlidingPropertyChangeListener
+ outer org.netbeans.swing.tabcontrol.plaf.BasicSlidingTabDisplayerUI
+cons protected init(org.netbeans.swing.tabcontrol.plaf.BasicSlidingTabDisplayerUI)
+meth public void propertyChange(java.beans.PropertyChangeEvent)
+supr org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI$DisplayerPropertyChangeListener
+
+CLSS public abstract org.netbeans.swing.tabcontrol.plaf.BasicTabDisplayerUI
+cons public init(org.netbeans.swing.tabcontrol.TabDisplayer)
+fld protected int repaintPolicy
+fld protected org.netbeans.swing.tabcontrol.plaf.TabCellRenderer defaultRenderer
+fld protected org.netbeans.swing.tabcontrol.plaf.TabState tabState
+innr protected BasicDisplayerMouseListener
+innr protected BasicModelListener
+innr protected BasicSelectionListener
+innr protected BasicTabState
+meth protected abstract org.netbeans.swing.tabcontrol.plaf.TabCellRenderer createDefaultRenderer()
+meth protected boolean isAntialiased()
+meth protected final java.awt.Point getLastKnownMouseLocation()
+meth protected final void cancelRequestAttention(int)
+meth protected final void getTabsVisibleArea(java.awt.Rectangle)
+meth protected final void requestAttention(int)
+meth protected int createRepaintPolicy()
+meth protected int getFirstVisibleTab()
+meth protected int getLastVisibleTab()
+meth protected java.awt.Rectangle getTabRectForRepaint(int,java.awt.Rectangle)
+meth protected java.awt.event.MouseListener createMouseListener()
+meth protected java.beans.PropertyChangeListener createPropertyChangeListener()
+meth protected javax.swing.event.ChangeListener createSelectionListener()
+meth protected org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI$ModelListener createModelListener()
+meth protected org.netbeans.swing.tabcontrol.plaf.TabState createTabState()
+meth protected void install()
+meth protected void modelChanged()
+meth protected void paintAfterTabs(java.awt.Graphics)
+meth protected void paintBackground(java.awt.Graphics)
+meth protected void processMouseWheelEvent(java.awt.event.MouseWheelEvent)
+meth protected void uninstall()
+meth public abstract java.awt.Insets getTabAreaInsets()
+meth public final void paint(java.awt.Graphics,javax.swing.JComponent)
+meth public int dropIndexOfPoint(java.awt.Point)
+meth public int tabForCoordinate(java.awt.Point)
+meth public java.awt.Image createImageOfTab(int)
+meth public java.awt.Polygon getExactTabIndication(int)
+meth public java.awt.Polygon getInsertTabIndication(int)
+meth public java.awt.Rectangle getTabRect(int,java.awt.Rectangle)
+meth public org.netbeans.swing.tabcontrol.plaf.TabCellRenderer getTabCellRenderer(int)
+supr org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI
+hfds lastKnownMouseLocation,pixelsToAdd,scratch,scratch2,scratch3,swingpainting
+hcls BasicDisplayerPropertyChangeListener
+
+CLSS protected org.netbeans.swing.tabcontrol.plaf.BasicTabDisplayerUI$BasicDisplayerMouseListener
+ outer org.netbeans.swing.tabcontrol.plaf.BasicTabDisplayerUI
+cons protected init(org.netbeans.swing.tabcontrol.plaf.BasicTabDisplayerUI)
+intf java.awt.event.MouseListener
+intf java.awt.event.MouseMotionListener
+intf java.awt.event.MouseWheelListener
+meth public final void mouseWheelMoved(java.awt.event.MouseWheelEvent)
+meth public void mouseClicked(java.awt.event.MouseEvent)
+meth public void mouseDragged(java.awt.event.MouseEvent)
+meth public void mouseEntered(java.awt.event.MouseEvent)
+meth public void mouseExited(java.awt.event.MouseEvent)
+meth public void mouseMoved(java.awt.event.MouseEvent)
+meth public void mousePressed(java.awt.event.MouseEvent)
+meth public void mouseReleased(java.awt.event.MouseEvent)
+supr java.lang.Object
+hfds lastPressedTab,pressTime
+
+CLSS protected org.netbeans.swing.tabcontrol.plaf.BasicTabDisplayerUI$BasicModelListener
+ outer org.netbeans.swing.tabcontrol.plaf.BasicTabDisplayerUI
+cons protected init(org.netbeans.swing.tabcontrol.plaf.BasicTabDisplayerUI)
+meth public void contentsChanged(javax.swing.event.ListDataEvent)
+meth public void indicesAdded(org.netbeans.swing.tabcontrol.event.ComplexListDataEvent)
+meth public void indicesChanged(org.netbeans.swing.tabcontrol.event.ComplexListDataEvent)
+meth public void indicesRemoved(org.netbeans.swing.tabcontrol.event.ComplexListDataEvent)
+meth public void intervalAdded(javax.swing.event.ListDataEvent)
+meth public void intervalRemoved(javax.swing.event.ListDataEvent)
+supr org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI$ModelListener
+
+CLSS protected org.netbeans.swing.tabcontrol.plaf.BasicTabDisplayerUI$BasicSelectionListener
+ outer org.netbeans.swing.tabcontrol.plaf.BasicTabDisplayerUI
+cons protected init(org.netbeans.swing.tabcontrol.plaf.BasicTabDisplayerUI)
+intf javax.swing.event.ChangeListener
+meth public void stateChanged(javax.swing.event.ChangeEvent)
+supr java.lang.Object
+
+CLSS protected org.netbeans.swing.tabcontrol.plaf.BasicTabDisplayerUI$BasicTabState
+ outer org.netbeans.swing.tabcontrol.plaf.BasicTabDisplayerUI
+cons protected init(org.netbeans.swing.tabcontrol.plaf.BasicTabDisplayerUI)
+meth protected void repaintAllTabs()
+meth protected void repaintTab(int)
+meth public int getRepaintPolicy(int)
+meth public int getState(int)
+supr org.netbeans.swing.tabcontrol.plaf.TabState
+
+CLSS public org.netbeans.swing.tabcontrol.plaf.ChicletWrapper
+cons public init()
+intf java.lang.Runnable
+meth public java.lang.Long hash()
+meth public void draw(java.awt.Graphics)
+meth public void run()
+meth public void setAllowVertical(boolean)
+meth public void setArcs(float,float,float,float)
+meth public void setBounds(int,int,int,int)
+meth public void setNotch(boolean,boolean)
+meth public void setState(int)
+supr java.lang.Object
+hfds allowVertical,arcs,bounds,cache,chiclet,drawCount,leftNotch,rightNotch,state
+hcls CacheEntry
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.DefaultTabLayoutModel
+cons public init(org.netbeans.swing.tabcontrol.TabDataModel,javax.swing.JComponent)
+fld protected int padX
+fld protected int padY
+fld protected int textHeight
+fld protected javax.swing.JComponent renderTarget
+fld protected org.netbeans.swing.tabcontrol.TabDataModel model
+intf org.netbeans.swing.tabcontrol.plaf.TabLayoutModel
+meth protected int iconHeight(int)
+meth protected int iconWidth(int)
+meth protected int textHeight(int)
+meth protected int textWidth(int)
+meth public int dropIndexOfPoint(int,int)
+meth public int getH(int)
+meth public int getW(int)
+meth public int getX(int)
+meth public int getY(int)
+meth public int indexOfPoint(int,int)
+meth public void setPadding(java.awt.Dimension)
+supr java.lang.Object
+
+CLSS public org.netbeans.swing.tabcontrol.plaf.DefaultTabbedContainerUI
+cons public init(org.netbeans.swing.tabcontrol.TabbedContainer)
+fld protected java.awt.LayoutManager contentDisplayerLayout
+fld protected java.awt.event.ComponentListener componentListener
+fld protected java.beans.PropertyChangeListener propertyChangeListener
+fld protected javax.swing.JComponent contentDisplayer
+fld protected javax.swing.event.ChangeListener selectionListener
+fld protected org.netbeans.swing.tabcontrol.TabDisplayer tabDisplayer
+fld protected org.netbeans.swing.tabcontrol.event.ComplexListDataListener modelListener
+fld protected org.netbeans.swing.tabcontrol.plaf.FxProvider slideEffectManager
+fld public final static java.lang.String KEY_EDITOR_CONTENT_BORDER = "TabbedContainer.editor.contentBorder"
+fld public final static java.lang.String KEY_EDITOR_OUTER_BORDER = "TabbedContainer.editor.outerBorder"
+fld public final static java.lang.String KEY_EDITOR_TABS_BORDER = "TabbedContainer.editor.tabsBorder"
+fld public final static java.lang.String KEY_SLIDING_CONTENT_BORDER = "TabbedContainer.sliding.contentBorder"
+fld public final static java.lang.String KEY_SLIDING_OUTER_BORDER = "TabbedContainer.sliding.outerBorder"
+fld public final static java.lang.String KEY_SLIDING_TABS_BORDER = "TabbedContainer.sliding.tabsBorder"
+fld public final static java.lang.String KEY_TOOLBAR_CONTENT_BORDER = "TabbedContainer.toolbar.contentBorder"
+fld public final static java.lang.String KEY_TOOLBAR_OUTER_BORDER = "TabbedContainer.toolbar.outerBorder"
+fld public final static java.lang.String KEY_TOOLBAR_TABS_BORDER = "TabbedContainer.toolbar.tabsBorder"
+fld public final static java.lang.String KEY_VIEW_CONTENT_BORDER = "TabbedContainer.view.contentBorder"
+fld public final static java.lang.String KEY_VIEW_OUTER_BORDER = "TabbedContainer.view.outerBorder"
+fld public final static java.lang.String KEY_VIEW_TABS_BORDER = "TabbedContainer.view.tabsBorder"
+innr protected ContainerComponentListener
+innr protected ContainerPropertyChangeListener
+innr protected ModelListener
+innr protected SelectionListener
+meth protected boolean uichange()
+meth protected final java.awt.Component toComp(org.netbeans.swing.tabcontrol.TabData)
+meth protected final void showComponentWithFxProvider(java.awt.Component)
+meth protected final void updateOrientation()
+meth protected java.awt.Component showComponent(java.awt.Component)
+meth protected java.awt.LayoutManager createContentDisplayerLayout()
+meth protected java.awt.LayoutManager createLayout()
+meth protected java.awt.event.ComponentListener createComponentListener()
+meth protected java.beans.PropertyChangeListener createPropertyChangeListener()
+meth protected javax.swing.JPanel createContentDisplayer()
+meth protected javax.swing.event.ChangeListener createSelectionListener()
+meth protected org.netbeans.swing.tabcontrol.TabDisplayer createTabDisplayer()
+meth protected org.netbeans.swing.tabcontrol.event.ComplexListDataListener createModelListener()
+meth protected org.netbeans.swing.tabcontrol.plaf.FxProvider createFxProvider()
+meth protected void attachModelAndSelectionListeners()
+meth protected void cancelRequestAttention(int)
+meth protected void detachModelAndSelectionListeners()
+meth protected void ensureSelectedComponentIsShowing()
+meth protected void initDisplayer()
+meth protected void install()
+meth protected void installBorders()
+meth protected void installContentDisplayer()
+meth protected void installListeners()
+meth protected void installTabDisplayer()
+meth protected void requestAttention(int)
+meth protected void uninstall()
+meth protected void uninstallDisplayers()
+meth protected void uninstallListeners()
+meth public boolean isShowCloseButton()
+meth public final void installUI(javax.swing.JComponent)
+meth public final void uninstallUI(javax.swing.JComponent)
+meth public int dropIndexOfPoint(java.awt.Point)
+meth public int tabForCoordinate(java.awt.Point)
+meth public java.awt.Image createImageOfTab(int)
+meth public java.awt.Polygon getExactTabIndication(int)
+meth public java.awt.Polygon getInsertTabIndication(int)
+meth public java.awt.Rectangle getContentArea()
+meth public java.awt.Rectangle getTabRect(int,java.awt.Rectangle)
+meth public java.awt.Rectangle getTabsArea()
+meth public java.awt.Rectangle getTabsArea(java.awt.Rectangle)
+meth public javax.swing.SingleSelectionModel getSelectionModel()
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void makeTabVisible(int)
+meth public void setShowCloseButton(boolean)
+supr org.netbeans.swing.tabcontrol.TabbedContainerUI
+hfds ADD_TO_GLASSPANE,EFFECTS_EVERYWHERE,INCREMENT,NO_EFFECTS,NO_SCALE,SYNCHRONOUS_PAINTING,TIMER,USE_ALPHA,USE_SWINGPAINTING,actionListener,bug4924561knownShowing,forward,hierarchyListener,scratchPoint
+hcls ContainerHierarchyListener,DefaultWindowBorder,DisplayerActionListener,ForwardingMouseListener,ImageSlideFxProvider,LiveComponentSlideFxProvider,NoOpFxProvider,SlidingTabsLayout,ToolbarTabsLayout
+
+CLSS protected org.netbeans.swing.tabcontrol.plaf.DefaultTabbedContainerUI$ContainerComponentListener
+ outer org.netbeans.swing.tabcontrol.plaf.DefaultTabbedContainerUI
+cons public init(org.netbeans.swing.tabcontrol.plaf.DefaultTabbedContainerUI)
+meth public void componentMoved(java.awt.event.ComponentEvent)
+meth public void componentResized(java.awt.event.ComponentEvent)
+supr java.awt.event.ComponentAdapter
+
+CLSS protected org.netbeans.swing.tabcontrol.plaf.DefaultTabbedContainerUI$ContainerPropertyChangeListener
+ outer org.netbeans.swing.tabcontrol.plaf.DefaultTabbedContainerUI
+cons protected init(org.netbeans.swing.tabcontrol.plaf.DefaultTabbedContainerUI)
+intf java.beans.PropertyChangeListener
+meth public void propertyChange(java.beans.PropertyChangeEvent)
+supr java.lang.Object
+
+CLSS protected org.netbeans.swing.tabcontrol.plaf.DefaultTabbedContainerUI$ModelListener
+ outer org.netbeans.swing.tabcontrol.plaf.DefaultTabbedContainerUI
+cons public init(org.netbeans.swing.tabcontrol.plaf.DefaultTabbedContainerUI)
+intf org.netbeans.swing.tabcontrol.event.ComplexListDataListener
+meth public void contentsChanged(javax.swing.event.ListDataEvent)
+meth public void indicesAdded(org.netbeans.swing.tabcontrol.event.ComplexListDataEvent)
+meth public void indicesChanged(org.netbeans.swing.tabcontrol.event.ComplexListDataEvent)
+meth public void indicesRemoved(org.netbeans.swing.tabcontrol.event.ComplexListDataEvent)
+meth public void intervalAdded(javax.swing.event.ListDataEvent)
+meth public void intervalRemoved(javax.swing.event.ListDataEvent)
+supr java.lang.Object
+
+CLSS protected org.netbeans.swing.tabcontrol.plaf.DefaultTabbedContainerUI$SelectionListener
+ outer org.netbeans.swing.tabcontrol.plaf.DefaultTabbedContainerUI
+cons public init(org.netbeans.swing.tabcontrol.plaf.DefaultTabbedContainerUI)
+intf javax.swing.event.ChangeListener
+meth public void stateChanged(javax.swing.event.ChangeEvent)
+supr java.lang.Object
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.EqualPolygon
+cons public init()
+cons public init(int[],int[])
+cons public init(int[],int[],int)
+cons public init(java.awt.Polygon)
+cons public init(java.awt.Rectangle)
+meth public boolean equals(java.lang.Object)
+meth public int hashCode()
+meth public java.lang.Object clone()
+meth public java.lang.String toString()
+meth public void lineTo(int,int)
+meth public void moveTo(int,int)
+supr java.awt.Polygon
+hfds comparator
+hcls PointsComparator
+
+CLSS public abstract org.netbeans.swing.tabcontrol.plaf.FxProvider
+cons public init()
+fld protected java.lang.Object orientation
+fld protected javax.swing.JComponent comp
+fld protected javax.swing.JRootPane root
+meth protected abstract void doFinish()
+meth protected abstract void doStart()
+meth public abstract void cleanup()
+meth public final boolean isRunning()
+meth public final void abort()
+meth public final void finish()
+meth public final void start(javax.swing.JComponent,javax.swing.JRootPane,java.lang.Object)
+supr java.lang.Object
+hfds running
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.GtkEditorTabDisplayerUI
+cons public init(org.netbeans.swing.tabcontrol.TabDisplayer)
+meth protected java.awt.Rectangle getControlButtonsRectangle(java.awt.Container)
+meth protected org.netbeans.swing.tabcontrol.plaf.TabCellRenderer createDefaultRenderer()
+meth protected void paintAfterTabs(java.awt.Graphics)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public java.awt.Insets getTabAreaInsets()
+meth public java.awt.Rectangle getTabRect(int,java.awt.Rectangle)
+meth public javax.swing.Icon getButtonIcon(int,int)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void install()
+supr org.netbeans.swing.tabcontrol.plaf.BasicScrollingTabDisplayerUI
+hfds buttonIconPaths
+
+CLSS public org.netbeans.swing.tabcontrol.plaf.GtkSlidingButtonUI
+fld protected javax.swing.JToggleButton hiddenToggle
+meth protected void paintBackground(java.awt.Graphics2D,javax.swing.AbstractButton)
+meth protected void paintButtonPressed(java.awt.Graphics,javax.swing.AbstractButton)
+meth protected void uninstallDefaults(javax.swing.AbstractButton)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void installDefaults(javax.swing.AbstractButton)
+meth public void paint(java.awt.Graphics,javax.swing.JComponent)
+supr org.netbeans.swing.tabcontrol.SlidingButtonUI
+hfds INSTANCE,defaults_initialized
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.GtkViewTabDisplayerUI
+meth protected java.awt.Font getTxtFont()
+meth protected void paintOverallBorder(java.awt.Graphics,javax.swing.JComponent)
+meth protected void paintTabBackground(java.awt.Graphics,int,int,int,int,int)
+meth protected void paintTabBorder(java.awt.Graphics,int,int,int,int,int)
+meth protected void paintTabContent(java.awt.Graphics,int,java.lang.String,int,int,int,int)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public javax.swing.Icon getButtonIcon(int,int)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void paint(java.awt.Graphics,javax.swing.JComponent)
+supr org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI
+hfds BUMP_WIDTH,BUMP_X_PAD,ICON_X_PAD,LOG,TXT_X_PAD,TXT_Y_PAD,buttonIconPaths,dummyTab,prefSize,tempRect
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.MetalEditorTabDisplayerUI
+cons public init(org.netbeans.swing.tabcontrol.TabDisplayer)
+meth protected int createRepaintPolicy()
+meth protected java.awt.Rectangle getControlButtonsRectangle(java.awt.Container)
+meth protected org.netbeans.swing.tabcontrol.plaf.TabCellRenderer createDefaultRenderer()
+meth protected void paintAfterTabs(java.awt.Graphics)
+meth public java.awt.Dimension getMinimumSize(javax.swing.JComponent)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public java.awt.Insets getTabAreaInsets()
+meth public javax.swing.Icon getButtonIcon(int,int)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void install()
+supr org.netbeans.swing.tabcontrol.plaf.BasicScrollingTabDisplayerUI
+hfds buttonIconPaths,scratch
+
+CLSS public org.netbeans.swing.tabcontrol.plaf.MetalSlidingButtonUI
+fld protected javax.swing.JToggleButton hiddenToggle
+meth protected void paintBackground(java.awt.Graphics2D,javax.swing.AbstractButton)
+meth protected void paintButtonPressed(java.awt.Graphics,javax.swing.AbstractButton)
+meth protected void uninstallDefaults(javax.swing.AbstractButton)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void installDefaults(javax.swing.AbstractButton)
+meth public void paint(java.awt.Graphics,javax.swing.JComponent)
+supr org.netbeans.swing.tabcontrol.SlidingButtonUI
+hfds INSTANCE,defaults_initialized
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.MetalViewTabDisplayerUI
+meth protected void paintTabBackground(java.awt.Graphics,int,int,int,int,int)
+meth protected void paintTabBorder(java.awt.Graphics,int,int,int,int,int)
+meth protected void paintTabContent(java.awt.Graphics,int,java.lang.String,int,int,int,int)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public javax.swing.Icon getButtonIcon(int,int)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void paint(java.awt.Graphics,javax.swing.JComponent)
+supr org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI
+hfds BUMP_X_PAD,BUMP_Y_PAD,ICON_X_LEFT_PAD,ICON_X_RIGHT_PAD,TXT_X_PAD,actBgColor,borderHighlight,borderShadow,buttonIconPaths,inactBgColor,prefSize,tempRect
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.NimbusEditorTabDisplayerUI
+cons public init(org.netbeans.swing.tabcontrol.TabDisplayer)
+meth protected java.awt.Rectangle getControlButtonsRectangle(java.awt.Container)
+meth protected org.netbeans.swing.tabcontrol.plaf.TabCellRenderer createDefaultRenderer()
+meth protected void paintAfterTabs(java.awt.Graphics)
+meth protected void paintBackground(java.awt.Graphics)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public java.awt.Insets getTabAreaInsets()
+meth public java.awt.Rectangle getTabRect(int,java.awt.Rectangle)
+meth public javax.swing.Icon getButtonIcon(int,int)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void install()
+supr org.netbeans.swing.tabcontrol.plaf.BasicScrollingTabDisplayerUI
+hfds buttonIconPaths
+
+CLSS public org.netbeans.swing.tabcontrol.plaf.NimbusSlidingButtonUI
+fld protected javax.swing.JToggleButton hiddenToggle
+meth protected void paintBackground(java.awt.Graphics2D,javax.swing.AbstractButton)
+meth protected void paintButtonPressed(java.awt.Graphics,javax.swing.AbstractButton)
+meth protected void uninstallDefaults(javax.swing.AbstractButton)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void installDefaults(javax.swing.AbstractButton)
+meth public void paint(java.awt.Graphics,javax.swing.JComponent)
+supr org.netbeans.swing.tabcontrol.SlidingButtonUI
+hfds INSTANCE,defaults_initialized
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.NimbusViewTabDisplayerUI
+meth protected java.awt.Font getTxtFont()
+meth protected void paintOverallBorder(java.awt.Graphics,javax.swing.JComponent)
+meth protected void paintTabBackground(java.awt.Graphics,int,int,int,int,int)
+meth protected void paintTabBorder(java.awt.Graphics,int,int,int,int,int)
+meth protected void paintTabContent(java.awt.Graphics,int,java.lang.String,int,int,int,int)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public javax.swing.Icon getButtonIcon(int,int)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void paint(java.awt.Graphics,javax.swing.JComponent)
+supr org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI
+hfds BUMP_WIDTH,BUMP_X_PAD,ICON_X_PAD,TXT_X_PAD,TXT_Y_PAD,buttonIconPaths,prefSize,tempRect
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.ScrollingTabLayoutModel
+cons public init(org.netbeans.swing.tabcontrol.plaf.TabLayoutModel,javax.swing.SingleSelectionModel,org.netbeans.swing.tabcontrol.TabDataModel)
+cons public init(org.netbeans.swing.tabcontrol.plaf.TabLayoutModel,javax.swing.SingleSelectionModel,org.netbeans.swing.tabcontrol.TabDataModel,int)
+intf org.netbeans.swing.tabcontrol.plaf.TabLayoutModel
+meth public boolean isLastTabClipped()
+meth public boolean makeVisible(int,int)
+meth public int countVisibleTabs(int)
+meth public int dropIndexOfPoint(int,int)
+meth public int getFirstVisibleTab(int)
+meth public int getH(int)
+meth public int getLastVisibleTab(int)
+meth public int getOffset()
+meth public int getPixelsToAddToSelection()
+meth public int getW(int)
+meth public int getX(int)
+meth public int getY(int)
+meth public int indexOfPoint(int,int)
+meth public int setOffset(int)
+meth public javax.swing.Action getBackwardAction()
+meth public javax.swing.Action getForwardAction()
+meth public void clearCachedData()
+meth public void setMinimumXposition(int)
+meth public void setPadding(java.awt.Dimension)
+meth public void setPixelsToAddToSelection(int)
+meth public void setWidth(int)
+supr java.lang.Object
+hfds bAction,changed,fAction,firstVisibleTab,lastTabClipped,lastVisibleTab,makeVisibleTab,mdl,minimumXposition,offset,pixelsToAddToSelection,recentlyResized,sel,width,widths,wrapped
+hcls BackwardAction,ForwardAction
+
+CLSS public org.netbeans.swing.tabcontrol.plaf.SlidingTabDisplayerButtonUI
+cons protected init()
+innr public final static Aqua
+meth protected final void paintIconAndText(java.awt.Graphics2D,org.netbeans.swing.tabcontrol.plaf.BasicSlidingTabDisplayerUI$IndexButton,java.lang.Object)
+meth protected void installBorder(javax.swing.AbstractButton)
+meth protected void paintBackground(java.awt.Graphics2D,org.netbeans.swing.tabcontrol.plaf.BasicSlidingTabDisplayerUI$IndexButton)
+meth public final void paint(java.awt.Graphics,javax.swing.JComponent)
+meth public java.awt.Dimension getMaximumSize(javax.swing.JComponent)
+meth public java.awt.Dimension getMinimumSize(javax.swing.JComponent)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void installDefaults(javax.swing.AbstractButton)
+meth public void installUI(javax.swing.JComponent)
+meth public void uninstallUI(javax.swing.JComponent)
+supr javax.swing.plaf.basic.BasicToggleButtonUI
+hfds AQUA_INSTANCE,INSTANCE
+
+CLSS public final static org.netbeans.swing.tabcontrol.plaf.SlidingTabDisplayerButtonUI$Aqua
+ outer org.netbeans.swing.tabcontrol.plaf.SlidingTabDisplayerButtonUI
+cons public init()
+meth protected void installBorder(javax.swing.AbstractButton)
+meth protected void paintBackground(java.awt.Graphics2D,org.netbeans.swing.tabcontrol.plaf.BasicSlidingTabDisplayerUI$IndexButton)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+supr org.netbeans.swing.tabcontrol.plaf.SlidingTabDisplayerButtonUI
+
+CLSS public abstract interface org.netbeans.swing.tabcontrol.plaf.TabCellRenderer
+meth public abstract boolean isShowCloseButton()
+meth public abstract int getPixelsToAddToSelection()
+meth public abstract java.awt.Color getSelectedActivatedBackground()
+meth public abstract java.awt.Color getSelectedBackground()
+meth public abstract java.awt.Dimension getPadding()
+meth public abstract java.awt.Polygon getTabShape(int,java.awt.Rectangle)
+meth public abstract java.lang.String getCommandAtPoint(java.awt.Point,int,java.awt.Rectangle)
+meth public abstract java.lang.String getCommandAtPoint(java.awt.Point,int,java.awt.Rectangle,int,int,int)
+meth public abstract javax.swing.JComponent getRendererComponent(org.netbeans.swing.tabcontrol.TabData,java.awt.Rectangle,int)
+meth public abstract void setShowCloseButton(boolean)
+
+CLSS public abstract org.netbeans.swing.tabcontrol.plaf.TabControlButton
+fld public final static int ID_CLOSE_BUTTON = 1
+fld public final static int ID_DROP_DOWN_BUTTON = 8
+fld public final static int ID_MAXIMIZE_BUTTON = 3
+fld public final static int ID_PIN_BUTTON = 2
+fld public final static int ID_RESTORE_BUTTON = 4
+fld public final static int ID_SCROLL_LEFT_BUTTON = 9
+fld public final static int ID_SCROLL_RIGHT_BUTTON = 10
+fld public final static int ID_SLIDE_DOWN_BUTTON = 7
+fld public final static int ID_SLIDE_LEFT_BUTTON = 5
+fld public final static int ID_SLIDE_RIGHT_BUTTON = 6
+fld public final static int STATE_DEFAULT = 0
+fld public final static int STATE_DISABLED = 2
+fld public final static int STATE_PRESSED = 1
+fld public final static int STATE_ROLLOVER = 3
+meth protected abstract java.lang.String getTabActionCommand(java.awt.event.ActionEvent)
+meth protected int getButtonId()
+meth protected org.netbeans.swing.tabcontrol.TabDisplayer getTabDisplayer()
+meth protected org.netbeans.swing.tabcontrol.event.TabActionEvent createTabActionEvent(java.awt.event.ActionEvent)
+meth protected void configureButton()
+meth protected void fireActionPerformed(java.awt.event.ActionEvent)
+meth public javax.swing.Icon getDisabledIcon()
+meth public javax.swing.Icon getDisabledSelectedIcon()
+meth public javax.swing.Icon getIcon()
+meth public javax.swing.Icon getPressedIcon()
+meth public javax.swing.Icon getRolloverIcon()
+meth public javax.swing.Icon getRolloverSelectedIcon()
+meth public void updateUI()
+supr javax.swing.JButton
+hfds buttonId,displayer,showBorder,superConstructorsCompleted
+
+CLSS public org.netbeans.swing.tabcontrol.plaf.TabControlButtonFactory
+meth public static javax.swing.Icon getIcon(java.lang.String)
+meth public static org.netbeans.swing.tabcontrol.plaf.TabControlButton createCloseButton(org.netbeans.swing.tabcontrol.TabDisplayer)
+meth public static org.netbeans.swing.tabcontrol.plaf.TabControlButton createDropDownButton(org.netbeans.swing.tabcontrol.TabDisplayer,boolean)
+meth public static org.netbeans.swing.tabcontrol.plaf.TabControlButton createMaximizeRestoreButton(org.netbeans.swing.tabcontrol.TabDisplayer,boolean)
+meth public static org.netbeans.swing.tabcontrol.plaf.TabControlButton createScrollLeftButton(org.netbeans.swing.tabcontrol.TabDisplayer,javax.swing.Action,boolean)
+meth public static org.netbeans.swing.tabcontrol.plaf.TabControlButton createScrollRightButton(org.netbeans.swing.tabcontrol.TabDisplayer,javax.swing.Action,boolean)
+meth public static org.netbeans.swing.tabcontrol.plaf.TabControlButton createSlidePinButton(org.netbeans.swing.tabcontrol.TabDisplayer)
+supr java.lang.Object
+hfds iconCache
+hcls CloseButton,DropDownButton,IconLoader,MaximizeRestoreButton,SlidePinButton,TimerButton
+
+CLSS public abstract interface org.netbeans.swing.tabcontrol.plaf.TabLayoutModel
+meth public abstract int dropIndexOfPoint(int,int)
+meth public abstract int getH(int)
+meth public abstract int getW(int)
+meth public abstract int getX(int)
+meth public abstract int getY(int)
+meth public abstract int indexOfPoint(int,int)
+meth public abstract void setPadding(java.awt.Dimension)
+
+CLSS public abstract interface org.netbeans.swing.tabcontrol.plaf.TabPainter
+intf javax.swing.border.Border
+meth public abstract boolean supportsCloseButton(javax.swing.JComponent)
+meth public abstract java.awt.Polygon getInteriorPolygon(java.awt.Component)
+meth public abstract void getCloseButtonRectangle(javax.swing.JComponent,java.awt.Rectangle,java.awt.Rectangle)
+meth public abstract void paintInterior(java.awt.Graphics,java.awt.Component)
+
+CLSS public abstract org.netbeans.swing.tabcontrol.plaf.TabState
+cons public init()
+fld public final static int ACTIVE = 32
+fld public final static int AFTER_SELECTED = 2048
+fld public final static int ALL_TABS = 2147483647
+fld public final static int ARMED = 4
+fld public final static int ATTENTION = 16384
+fld public final static int BEFORE_ARMED = 32768
+fld public final static int BEFORE_SELECTED = 1024
+fld public final static int CHANGE_NONE_TO_TAB = 3
+fld public final static int CHANGE_TAB_TO_NONE = 2
+fld public final static int CHANGE_TAB_TO_SELF = 4
+fld public final static int CHANGE_TAB_TO_TAB = 1
+fld public final static int CLIP_LEFT = 2
+fld public final static int CLIP_RIGHT = 1
+fld public final static int CLOSE_BUTTON_ARMED = 512
+fld public final static int LEFTMOST = 128
+fld public final static int MOUSE_IN_TABS_AREA = 4096
+fld public final static int MOUSE_PRESSED_IN_CLOSE_BUTTON = 8192
+fld public final static int NOT_ONSCREEN = 64
+fld public final static int NO_CHANGE = 0
+fld public final static int PRESSED = 8
+fld public final static int REPAINT_ALL_ON_MOUSE_ENTER_TABS_AREA = 3
+fld public final static int REPAINT_ALL_TABS_ON_ACTIVATION_CHANGE = 32
+fld public final static int REPAINT_ALL_TABS_ON_SELECTION_CHANGE = 128
+fld public final static int REPAINT_ON_CLOSE_BUTTON_PRESSED = 256
+fld public final static int REPAINT_ON_MOUSE_ENTER_CLOSE_BUTTON = 4
+fld public final static int REPAINT_ON_MOUSE_ENTER_TAB = 1
+fld public final static int REPAINT_ON_MOUSE_PRESSED = 8
+fld public final static int REPAINT_ON_SELECTION_CHANGE = 64
+fld public final static int REPAINT_SELECTION_ON_ACTIVATION_CHANGE = 16
+fld public final static int RIGHTMOST = 256
+fld public final static int SELECTED = 16
+fld public static int STATE_LAST
+meth protected abstract void repaintAllTabs()
+meth protected abstract void repaintTab(int)
+meth protected void change(int,int,int,int)
+meth protected void maybeRepaint(int,int)
+meth protected void possibleChange(boolean,boolean,int)
+meth protected void possibleChange(int,int,int)
+meth public abstract int getRepaintPolicy(int)
+meth public final boolean setActive(boolean)
+meth public final boolean setMouseInTabsArea(boolean)
+meth public final int setCloseButtonContainsMouse(int)
+meth public final int setContainsMouse(int)
+meth public final int setMousePressedInCloseButton(int)
+meth public final int setPressed(int)
+meth public final int setSelected(int)
+meth public final void addAlarmTab(int)
+meth public final void removeAlarmTab(int)
+meth public int getState(int)
+meth public java.lang.String toString()
+meth public void clearTransientStates()
+supr java.lang.Object
+hfds active,alarmTabs,alarmTimer,attentionToggle,closeButtonContainsMouseIndex,containsMouseIndex,curr,lastAffected,lastChange,lastChangeType,mouseInTabsArea,mousePressedInCloseButtonIndex,pressedIndex,prev,selectedIndex
+
+CLSS public org.netbeans.swing.tabcontrol.plaf.ToolbarTabDisplayerUI
+cons public init(org.netbeans.swing.tabcontrol.TabDisplayer)
+innr public final IndexButton
+meth protected java.awt.event.MouseListener createMouseListener()
+meth protected javax.swing.event.ChangeListener createSelectionListener()
+meth protected org.netbeans.swing.tabcontrol.plaf.TabLayoutModel createLayoutModel()
+meth protected void install()
+meth protected void modelChanged()
+meth public int tabForCoordinate(java.awt.Point)
+meth public java.awt.Dimension getMinimumSize(javax.swing.JComponent)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public java.awt.Polygon getExactTabIndication(int)
+meth public java.awt.Polygon getInsertTabIndication(int)
+meth public java.awt.Rectangle getTabRect(int,java.awt.Rectangle)
+meth public javax.swing.Icon getButtonIcon(int,int)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void cancelRequestAttention(int)
+meth public void requestAttention(int)
+supr org.netbeans.swing.tabcontrol.plaf.AbstractTabDisplayerUI
+hfds ascent,bg,buttonBorder,fontHeight,isAqua,isMac,toolbar
+hcls AutoGridLayout,TabToolbar
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.ToolbarTabDisplayerUI$IndexButton
+ outer org.netbeans.swing.tabcontrol.plaf.ToolbarTabDisplayerUI
+cons public init(org.netbeans.swing.tabcontrol.plaf.ToolbarTabDisplayerUI)
+intf java.awt.event.ActionListener
+meth public boolean isActive()
+meth public final void actionPerformed(java.awt.event.ActionEvent)
+meth public int getIndex()
+meth public java.awt.Dimension getPreferredSize()
+meth public java.lang.String doGetText()
+meth public java.lang.String getText()
+meth public java.lang.String getToolTipText()
+meth public javax.swing.Icon getIcon()
+meth public void addNotify()
+meth public void paintComponent(java.awt.Graphics)
+meth public void removeNotify()
+supr javax.swing.JToggleButton
+hfds lastKnownText
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.WinClassicEditorTabDisplayerUI
+cons public init(org.netbeans.swing.tabcontrol.TabDisplayer)
+meth protected java.awt.Rectangle getControlButtonsRectangle(java.awt.Container)
+meth protected org.netbeans.swing.tabcontrol.plaf.TabCellRenderer createDefaultRenderer()
+meth protected void paintAfterTabs(java.awt.Graphics)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public java.awt.Insets getTabAreaInsets()
+meth public java.awt.Rectangle getTabRect(int,java.awt.Rectangle)
+meth public javax.swing.Icon getButtonIcon(int,int)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void install()
+supr org.netbeans.swing.tabcontrol.plaf.BasicScrollingTabDisplayerUI
+hfds buttonIconPaths,isGenericUI,scratch5
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.WinClassicViewTabDisplayerUI
+meth protected java.awt.Font getTxtFont()
+meth protected void paintOverallBorder(java.awt.Graphics,javax.swing.JComponent)
+meth protected void paintTabBackground(java.awt.Graphics,int,int,int,int,int)
+meth protected void paintTabBorder(java.awt.Graphics,int,int,int,int,int)
+meth protected void paintTabContent(java.awt.Graphics,int,java.lang.String,int,int,int,int)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public javax.swing.Icon getButtonIcon(int,int)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void paint(java.awt.Graphics,javax.swing.JComponent)
+supr org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI
+hfds BUMP_WIDTH,BUMP_X_PAD,GTK_TABBED_PANE_BACKGROUND_1,ICON_X_PAD,TXT_X_PAD,TXT_Y_PAD,buttonIconPaths,isGenericUI,prefSize,tempRect
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.WinVistaEditorTabDisplayerUI
+cons public init(org.netbeans.swing.tabcontrol.TabDisplayer)
+meth protected java.awt.Rectangle getTabRectForRepaint(int,java.awt.Rectangle)
+meth protected org.netbeans.swing.tabcontrol.plaf.TabCellRenderer createDefaultRenderer()
+meth protected void paintAfterTabs(java.awt.Graphics)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public javax.swing.Icon getButtonIcon(int,int)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void paintBackground(java.awt.Graphics)
+supr org.netbeans.swing.tabcontrol.plaf.BasicScrollingTabDisplayerUI
+hfds buttonIconPaths,scratch5
+
+CLSS public org.netbeans.swing.tabcontrol.plaf.WinVistaSlidingButtonUI
+cons public init()
+meth protected void installBorder(javax.swing.AbstractButton)
+supr org.netbeans.swing.tabcontrol.plaf.WinXPSlidingButtonUI
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.WinVistaViewTabDisplayerUI
+meth protected java.awt.Font getTxtFont()
+meth protected org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI$Controller createController()
+meth protected void paintTabBackground(java.awt.Graphics,int,int,int,int,int)
+meth protected void paintTabBorder(java.awt.Graphics,int,int,int,int,int)
+meth protected void paintTabContent(java.awt.Graphics,int,java.lang.String,int,int,int,int)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public javax.swing.Icon getButtonIcon(int,int)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void installUI(javax.swing.JComponent)
+meth public void postTabAction(org.netbeans.swing.tabcontrol.event.TabActionEvent)
+supr org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI
+hfds BUMP_X_PAD,BUMP_Y_PAD_BOTTOM,BUMP_Y_PAD_UPPER,ICON_X_PAD,TXT_X_PAD,TXT_Y_PAD,borderC,borderInnerC,buttonIconPaths,colorsReady,focusFillBrightLowerC,focusFillDarkLowerC,focusFillUpperC,mouseOverFillBrightLowerC,mouseOverFillBrightUpperC,mouseOverFillDarkLowerC,mouseOverFillDarkUpperC,prefSize,selBorderC,selFillC,tempRect,txtC,unselFillBrightLowerC,unselFillBrightUpperC,unselFillDarkLowerC,unselFillDarkUpperC
+hcls OwnController
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.WinXPEditorTabDisplayerUI
+cons public init(org.netbeans.swing.tabcontrol.TabDisplayer)
+meth protected java.awt.Font createFont()
+meth protected org.netbeans.swing.tabcontrol.plaf.TabCellRenderer createDefaultRenderer()
+meth protected void paintAfterTabs(java.awt.Graphics)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public javax.swing.Icon getButtonIcon(int,int)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void paintBackground(java.awt.Graphics)
+supr org.netbeans.swing.tabcontrol.plaf.BasicScrollingTabDisplayerUI
+hfds buttonIconPaths,scratch5
+
+CLSS public org.netbeans.swing.tabcontrol.plaf.WinXPSlidingButtonUI
+fld protected javax.swing.JToggleButton hiddenToggle
+meth protected void installBorder(javax.swing.AbstractButton)
+meth protected void paintBackground(java.awt.Graphics2D,javax.swing.AbstractButton)
+meth protected void paintButtonPressed(java.awt.Graphics,javax.swing.AbstractButton)
+meth protected void uninstallDefaults(javax.swing.AbstractButton)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void installDefaults(javax.swing.AbstractButton)
+meth public void paint(java.awt.Graphics,javax.swing.JComponent)
+supr org.netbeans.swing.tabcontrol.plaf.WindowsSlidingButtonUI
+hfds INSTANCE,defaults_initialized
+
+CLSS public final org.netbeans.swing.tabcontrol.plaf.WinXPViewTabDisplayerUI
+meth protected java.awt.Font getTxtFont()
+meth protected org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI$Controller createController()
+meth protected void paintTabBackground(java.awt.Graphics,int,int,int,int,int)
+meth protected void paintTabBorder(java.awt.Graphics,int,int,int,int,int)
+meth protected void paintTabContent(java.awt.Graphics,int,java.lang.String,int,int,int,int)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public javax.swing.Icon getButtonIcon(int,int)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void installUI(javax.swing.JComponent)
+meth public void postTabAction(org.netbeans.swing.tabcontrol.event.TabActionEvent)
+supr org.netbeans.swing.tabcontrol.plaf.AbstractViewTabDisplayerUI
+hfds BUMP_X_PAD,BUMP_Y_PAD_BOTTOM,BUMP_Y_PAD_UPPER,HIGHLIGHTED_RAISE,ICON_X_PAD,TXT_X_PAD,TXT_Y_PAD,bgFillC,borderC,bottomBorderC,buttonIconPaths,colorsReady,focusFillBrightC,focusFillDarkC,prefSize,selBorderC,selFillC,tempRect,txtC,unselFillBrightC,unselFillDarkC
+hcls OwnController
+
+CLSS public org.netbeans.swing.tabcontrol.plaf.WindowsSlidingButtonUI
+cons protected init()
+fld protected java.awt.Color focusColor
+fld protected static int dashedRectGapHeight
+fld protected static int dashedRectGapWidth
+fld protected static int dashedRectGapX
+fld protected static int dashedRectGapY
+meth protected java.awt.Color getFocusColor()
+meth protected void installBorder(javax.swing.AbstractButton)
+meth protected void paintBackground(java.awt.Graphics2D,javax.swing.AbstractButton)
+meth protected void paintButtonPressed(java.awt.Graphics,javax.swing.AbstractButton)
+meth protected void paintFocus(java.awt.Graphics,javax.swing.AbstractButton,java.awt.Rectangle,java.awt.Rectangle,java.awt.Rectangle)
+meth protected void uninstallDefaults(javax.swing.AbstractButton)
+meth public java.awt.Dimension getPreferredSize(javax.swing.JComponent)
+meth public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent)
+meth public void installDefaults(javax.swing.AbstractButton)
+supr org.netbeans.swing.tabcontrol.SlidingButtonUI
+hfds INSTANCE,defaults_initialized
+
diff --git a/o.n.swing.tabcontrol/src/org/netbeans/swing/popupswitcher/SwitcherTable.java b/o.n.swing.tabcontrol/src/org/netbeans/swing/popupswitcher/SwitcherTable.java
index a433d9d..cfcf09e 100644
--- a/o.n.swing.tabcontrol/src/org/netbeans/swing/popupswitcher/SwitcherTable.java
+++ b/o.n.swing.tabcontrol/src/org/netbeans/swing/popupswitcher/SwitcherTable.java
@@ -55,10 +55,10 @@ import java.awt.image.BufferedImage;
 import java.lang.ref.SoftReference;
 import javax.swing.BorderFactory;
 import javax.swing.Icon;
+import javax.swing.JLabel;
 import javax.swing.JTable;
 import javax.swing.UIManager;
 import javax.swing.border.Border;
-import javax.swing.table.DefaultTableCellRenderer;
 import javax.swing.table.TableCellRenderer;
 import org.openide.util.Utilities;
 
@@ -149,14 +149,18 @@ public class SwitcherTable extends JTable {
         boolean selected = row == getSelectedRow() &&
                 column == getSelectedColumn() && item != null;
         
-        DefaultTableCellRenderer ren = (DefaultTableCellRenderer)
-        renderer.getTableCellRendererComponent(this, item,
+        Component ren = renderer.getTableCellRendererComponent(this, item,
                 selected, selected, row, column);
+        JLabel lbl = null;
+        if( ren instanceof JLabel )
+            lbl = (JLabel) ren;
         
         if (item == null) {
             // it's a filler space, we're done
-            ren.setOpaque(false);
-            ren.setIcon(null);
+            if( null != lbl ) {
+                lbl.setOpaque(false);
+                lbl.setIcon(null);
+            }
             return ren;
         }
         
@@ -165,14 +169,17 @@ public class SwitcherTable extends JTable {
             icon = nullIcon;
         }
         boolean active = item.isActive();
-        ren.setText((selected || active) && !TABNAMES_HTML ? stripHtml( item.getHtmlName() ) : item.getHtmlName());
-        ren.setIcon(icon);
-        ren.setBorder(rendererBorder);
-        ren.setIconTextGap(26 - icon.getIconWidth());
+        if( null != lbl ) {
+            lbl.setText((selected || (active && !TABNAMES_HTML)) ? stripHtml( item.getHtmlName() ) : item.getHtmlName());
+            lbl.setIcon(icon);
+            lbl.setBorder(rendererBorder);
+            lbl.setIconTextGap(26 - icon.getIconWidth());
+        }
         
         if (active) {
             if (TABNAMES_HTML) {
-                ren.setText(ren.getText() + " ←"); // NOI18N
+                if( null != lbl )
+                    lbl.setText(lbl.getText() + " ←"); // NOI18N
             } else if (Utilities.isWindows()) {
                 ren.setFont(getFont().deriveFont(Font.BOLD, getFont().getSize()));
             } else {
@@ -180,8 +187,9 @@ public class SwitcherTable extends JTable {
                 ren.setFont(new Font(getFont().getName(), Font.BOLD, getFont().getSize()));
             }
         }
-        
-        ren.setOpaque(true);
+
+        if( null != lbl )
+            lbl.setOpaque(true);
         
         return ren;
     }
@@ -195,7 +203,7 @@ public class SwitcherTable extends JTable {
         res = res.trim();
         return res;
     }
-    
+
     private static class NullIcon implements Icon {
         public int getIconWidth() { return 0; }
         public int getIconHeight() { return 0; }
diff --git a/o.n.swing.tabcontrol/src/org/netbeans/swing/popupswitcher/SwitcherTableModel.java b/o.n.swing.tabcontrol/src/org/netbeans/swing/popupswitcher/SwitcherTableModel.java
index 42acc8b..72ef343 100644
--- a/o.n.swing.tabcontrol/src/org/netbeans/swing/popupswitcher/SwitcherTableModel.java
+++ b/o.n.swing.tabcontrol/src/org/netbeans/swing/popupswitcher/SwitcherTableModel.java
@@ -97,6 +97,7 @@ class SwitcherTableModel extends AbstractTableModel {
             if (nOfItems % maxRowsPerCol > 0) {
                 nOfColumns++;
             }
+            nOfColumns = Math.max( nOfColumns, 1 );
             int nOfRows = nOfItems / nOfColumns;
             if (nOfItems % nOfColumns > 0) {
                 nOfRows++;
diff --git a/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/TabListPopupAction.java b/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/TabListPopupAction.java
index 93b06b6..616ff19 100644
--- a/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/TabListPopupAction.java
+++ b/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/TabListPopupAction.java
@@ -81,6 +81,8 @@ public class TabListPopupAction extends AbstractAction {
                 SwitcherTableItem[] items = createSwitcherItems(displayer);
                 Arrays.sort(items);
                 ButtonPopupSwitcher.selectItem(jc, items, p.x, p.y);
+            } else {
+                ButtonPopupSwitcher.hidePopup();
             }
             //Other portion of issue 37487, looks funny if the
             //button becomes pressed
diff --git a/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/NimbusEditorTabDisplayerUI.java b/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/NimbusEditorTabDisplayerUI.java
index 134d996..addcf00 100644
--- a/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/NimbusEditorTabDisplayerUI.java
+++ b/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/NimbusEditorTabDisplayerUI.java
@@ -123,8 +123,8 @@ public final class NimbusEditorTabDisplayerUI extends BasicScrollingTabDisplayer
             if (!displayer.isActive() || null == painter) {
                 painter = (javax.swing.Painter) UIManager.get("TabbedPane:TabbedPaneTabArea[Enabled].backgroundPainter");
             }
-
-            painter.paint(g2d, null, w, h);
+            if( null != painter )
+                painter.paint(g2d, null, w, h);
         } else {
             com.sun.java.swing.Painter painter = null;
             if (displayer.isActive()) {
@@ -133,8 +133,8 @@ public final class NimbusEditorTabDisplayerUI extends BasicScrollingTabDisplayer
             if (!displayer.isActive() || null == painter) {
                 painter = (com.sun.java.swing.Painter) UIManager.get("TabbedPane:TabbedPaneTabArea[Enabled].backgroundPainter");
             }
-
-            painter.paint(g2d, null, w, h);
+            if( null != painter )
+                painter.paint(g2d, null, w, h);
         }
 
         Color c = (Color) UIManager.get("nimbusBorder");
diff --git a/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/WinClassicEditorTabCellRenderer.java b/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/WinClassicEditorTabCellRenderer.java
index ac2007c..907f750 100644
--- a/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/WinClassicEditorTabCellRenderer.java
+++ b/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/WinClassicEditorTabCellRenderer.java
@@ -94,7 +94,7 @@ final class WinClassicEditorTabCellRenderer extends AbstractTabCellRenderer {
 
     public Dimension getPadding() {
         Dimension d = super.getPadding();
-        d.width = isShowCloseButton() && !Boolean.getBoolean("nb.tabs.suppressCloseButton") ? 28 : 14;
+        d.width = isShowCloseButton() && !Boolean.getBoolean("nb.tabs.suppressCloseButton") ? 28 : 20;
         return d;
     }
     
diff --git a/o.n.swing.tabcontrol/test/unit/src/org/netbeans/swing/tabcontrol/plaf/StackLayoutTest.java b/o.n.swing.tabcontrol/test/unit/src/org/netbeans/swing/tabcontrol/plaf/StackLayoutTest.java
index ca671e6..8b748bd 100644
--- a/o.n.swing.tabcontrol/test/unit/src/org/netbeans/swing/tabcontrol/plaf/StackLayoutTest.java
+++ b/o.n.swing.tabcontrol/test/unit/src/org/netbeans/swing/tabcontrol/plaf/StackLayoutTest.java
@@ -50,9 +50,7 @@ import java.util.Collections;
 import javax.swing.JFrame;
 import javax.swing.JLabel;
 import javax.swing.JPanel;
-import org.netbeans.junit.NbTest;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 
 /**
  *
@@ -60,24 +58,10 @@ import org.netbeans.junit.NbTestSuite;
  */
 public class StackLayoutTest extends NbTestCase {
 
-    /** Creates a new instance of StackLayoutTest */
-    public StackLayoutTest() {
-        super("");
-    }
-    
     public StackLayoutTest(String testName) {
         super(testName);
     }
     
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static NbTest suite() {
-        NbTestSuite suite = new NbTestSuite(StackLayoutTest.class);
-        return suite;
-    }
-    
     public void test_100486 () throws Exception {
         StackLayout layout = new StackLayout();
         JPanel panel = new JPanel(layout);
diff --git a/openide.actions/apichanges.xml b/openide.actions/apichanges.xml
index aafe01a..746dba7 100644
--- a/openide.actions/apichanges.xml
+++ b/openide.actions/apichanges.xml
@@ -52,6 +52,20 @@ made subject to such option by the copyright holder.
 <changes>
 <change>
       <api name="actions"/>
+      <summary><code>SelectionType ANY in SaveAction</code></summary>
+      <version major="6" minor="20"/>
+      <date day="14" month="12" year="2010"/>
+      <author login="krissco"/>
+      <compatibility binary="compatible" source="compatible" semantic="compatible" addition="no" deprecation="no" deletion="no" modification="yes"/>
+      <description>
+          <code>SaveAction</code> has been modified to allow one or more <code>SaveCookie</code>s
+          into it's context. The previous behavior was to allow EXACTLY_ONE.
+      </description>
+      <class package="org.openide.actions" name="SaveAction"/>
+      <issue number="192948"/>
+</change>
+<change>
+      <api name="actions"/>
       <summary><code>ToolsAction via layers</code></summary>
       <version major="6" minor="15"/>
       <date day="26" month="2" year="2010"/>
@@ -91,7 +105,7 @@ made subject to such option by the copyright holder.
  topComponent.getActionMap().put("jumpPrev", new YourPrevAction());
  topComponent.getActionMap().put("jumpNext", new YourNextAction());
           </pre>
-          if your component provides items and you want the user to jump 
+          if your component provides items and you want the user to jump
           among them using standard next/prev actions.
         </description>
         <issue number="40185"/>
@@ -107,7 +121,7 @@ made subject to such option by the copyright holder.
         This action was used only as default action on templates. It instantiates the
         template when it was double clicked in the Options dialog. This behaviour
         was changed and action is not useful anymore. It is deprecated and it usage
-        should be avoided. Part of the deprecatation was that 
+        should be avoided. Part of the deprecatation was that
         org.openide.loadersDataNode.getDefaultAction() does not return this action
         on templates anymore.
      </description>
diff --git a/openide.actions/manifest.mf b/openide.actions/manifest.mf
index 12b2918..d9e22ec 100644
--- a/openide.actions/manifest.mf
+++ b/openide.actions/manifest.mf
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
 OpenIDE-Module: org.openide.actions
 OpenIDE-Module-Localizing-Bundle: org/openide/actions/Bundle.properties
 AutoUpdate-Essential-Module: true
-OpenIDE-Module-Specification-Version: 6.16.1
+OpenIDE-Module-Specification-Version: 6.21.1
 
diff --git a/openide.actions/nbproject/org-openide-actions.sig b/openide.actions/nbproject/org-openide-actions.sig
index b4a6eaa..ee9c5f1 100644
--- a/openide.actions/nbproject/org-openide-actions.sig
+++ b/openide.actions/nbproject/org-openide-actions.sig
@@ -1,5 +1,5 @@
 #Signature file v4.1
-#Version 6.12.0
+#Version 6.16
 
 CLSS public abstract interface java.awt.event.ActionListener
 intf java.util.EventListener
@@ -18,7 +18,7 @@ CLSS public abstract interface !annotation java.lang.Deprecated
 intf java.lang.annotation.Annotation
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -80,7 +80,7 @@ meth public abstract void removePropertyChangeListener(java.beans.PropertyChange
 meth public abstract void setEnabled(boolean)
 
 CLSS public abstract org.openide.actions.ActionManager
-cons public ActionManager()
+cons public init()
 fld public final static java.lang.String PROP_CONTEXT_ACTIONS = "contextActions"
 meth protected final void firePropertyChange(java.lang.String,java.lang.Object,java.lang.Object)
 meth public abstract org.openide.util.actions.SystemAction[] getContextActions()
@@ -94,7 +94,7 @@ hfds supp
 hcls Trivial
 
 CLSS public org.openide.actions.CloneViewAction
-cons public CloneViewAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth public java.lang.Object getActionMapKey()
@@ -103,7 +103,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.CloseViewAction
-cons public CloseViewAction()
+cons public init()
 meth protected boolean asynchronous()
 meth public java.lang.Object getActionMapKey()
 meth public java.lang.String getName()
@@ -111,7 +111,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.CopyAction
-cons public CopyAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth protected void initialize()
@@ -121,7 +121,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.CustomizeAction
-cons public CustomizeAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean enable(org.openide.nodes.Node[])
 meth protected void performAction(org.openide.nodes.Node[])
@@ -130,7 +130,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.NodeAction
 
 CLSS public org.openide.actions.CutAction
-cons public CutAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth protected void initialize()
@@ -140,7 +140,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.DeleteAction
-cons public DeleteAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth protected void initialize()
@@ -150,7 +150,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.EditAction
-cons public EditAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean surviveFocusChange()
 meth protected int mode()
@@ -161,7 +161,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CookieAction
 
 CLSS public org.openide.actions.FindAction
-cons public FindAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth public java.lang.String getName()
@@ -169,24 +169,25 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.GarbageCollectAction
-cons public GarbageCollectAction()
+cons public init()
 meth protected boolean asynchronous()
 meth public java.awt.Component getToolbarPresenter()
 meth public java.lang.String getName()
 meth public org.openide.util.HelpCtx getHelpCtx()
 meth public void performAction()
 supr org.openide.util.actions.CallableSystemAction
+hfds RP
 hcls HeapViewWrapper
 
 CLSS public org.openide.actions.GotoAction
-cons public GotoAction()
+cons public init()
 meth protected boolean asynchronous()
 meth public java.lang.String getName()
 meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public final org.openide.actions.MoveDownAction
-cons public MoveDownAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean enable(org.openide.nodes.Node[])
 meth protected void initialize()
@@ -198,7 +199,7 @@ hfds PROP_ORDER_LISTENER,curIndexCookie
 hcls OrderingListener
 
 CLSS public final org.openide.actions.MoveUpAction
-cons public MoveUpAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean enable(org.openide.nodes.Node[])
 meth protected void initialize()
@@ -210,7 +211,7 @@ hfds PROP_ORDER_LISTENER,curIndexCookie,err
 hcls OrderingListener
 
 CLSS public final org.openide.actions.NewAction
-cons public NewAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean enable(org.openide.nodes.Node[])
 meth protected void performAction(org.openide.nodes.Node[])
@@ -224,7 +225,7 @@ hfds model
 hcls ActSubMenuModel,DelegateAction
 
 CLSS public org.openide.actions.NextTabAction
-cons public NextTabAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth public java.lang.String getName()
@@ -232,7 +233,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.OpenAction
-cons public OpenAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean surviveFocusChange()
 meth protected int mode()
@@ -243,7 +244,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CookieAction
 
 CLSS public final org.openide.actions.OpenLocalExplorerAction
-cons public OpenLocalExplorerAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean enable(org.openide.nodes.Node[])
 meth protected java.lang.String iconResource()
@@ -253,7 +254,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.NodeAction
 
 CLSS public final org.openide.actions.PageSetupAction
-cons public PageSetupAction()
+cons public init()
 meth protected boolean asynchronous()
 meth public java.lang.String getName()
 meth public org.openide.util.HelpCtx getHelpCtx()
@@ -261,7 +262,7 @@ meth public void performAction()
 supr org.openide.util.actions.CallableSystemAction
 
 CLSS public final org.openide.actions.PasteAction
-cons public PasteAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth protected void initialize()
@@ -280,7 +281,7 @@ hfds globalModel,types
 hcls ActSubMenuModel,ActionPT,DelegateAction,NodeSelector
 
 CLSS public final org.openide.actions.PopupAction
-cons public PopupAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected void initialize()
 meth public java.lang.String getName()
@@ -288,7 +289,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.PreviousTabAction
-cons public PreviousTabAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth public java.lang.String getName()
@@ -296,7 +297,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.PrintAction
-cons public PrintAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected int mode()
 meth protected java.lang.Class[] cookieClasses()
@@ -307,7 +308,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CookieAction
 
 CLSS public org.openide.actions.PropertiesAction
-cons public PropertiesAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean enable(org.openide.nodes.Node[])
 meth protected java.lang.String iconResource()
@@ -320,7 +321,7 @@ supr org.openide.util.actions.NodeAction
 hcls DelegateAction
 
 CLSS public org.openide.actions.RedoAction
-cons public RedoAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth public boolean isEnabled()
@@ -331,7 +332,7 @@ supr org.openide.util.actions.CallableSystemAction
 hfds SWING_DEFAULT_LABEL
 
 CLSS public org.openide.actions.RenameAction
-cons public RenameAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean enable(org.openide.nodes.Node[])
 meth protected boolean surviveFocusChange()
@@ -341,7 +342,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.NodeAction
 
 CLSS public org.openide.actions.ReorderAction
-cons public ReorderAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean surviveFocusChange()
 meth protected int mode()
@@ -352,14 +353,14 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CookieAction
 
 CLSS public org.openide.actions.ReplaceAction
-cons public ReplaceAction()
+cons public init()
 meth protected boolean asynchronous()
 meth public java.lang.String getName()
 meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.SaveAction
-cons public SaveAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected int mode()
 meth protected java.lang.Class[] cookieClasses()
@@ -373,7 +374,7 @@ hfds dataObject,getNodeDelegate
 hcls Delegate
 
 CLSS public org.openide.actions.ToolsAction
-cons public ToolsAction()
+cons public init()
 innr public abstract interface static Model
 intf org.openide.util.ContextAwareAction
 intf org.openide.util.actions.Presenter$Menu
@@ -391,13 +392,14 @@ hfds gl,serialVersionUID
 hcls DelegateAction,G,Inline,Popup
 
 CLSS public abstract interface static org.openide.actions.ToolsAction$Model
+ outer org.openide.actions.ToolsAction
  anno 0 java.lang.Deprecated()
 meth public abstract org.openide.util.actions.SystemAction[] getActions()
 meth public abstract void addChangeListener(javax.swing.event.ChangeListener)
 meth public abstract void removeChangeListener(javax.swing.event.ChangeListener)
 
 CLSS public org.openide.actions.UndoAction
-cons public UndoAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth public boolean isEnabled()
@@ -410,7 +412,7 @@ hcls Listener
 
 CLSS public org.openide.actions.UndockAction
  anno 0 java.lang.Deprecated()
-cons public UndockAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth public java.lang.String getName()
@@ -418,7 +420,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.ViewAction
-cons public ViewAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean surviveFocusChange()
 meth protected int mode()
@@ -430,7 +432,7 @@ supr org.openide.util.actions.CookieAction
 
 CLSS public org.openide.actions.WorkspaceSwitchAction
  anno 0 java.lang.Deprecated()
-cons public WorkspaceSwitchAction()
+cons public init()
 meth public java.lang.String getName()
 meth public javax.swing.JMenuItem getMenuPresenter()
 meth public org.openide.util.HelpCtx getHelpCtx()
@@ -442,9 +444,9 @@ intf javax.swing.Action
 meth public abstract javax.swing.Action createContextAwareInstance(org.openide.util.Lookup)
 
 CLSS public final org.openide.util.HelpCtx
-cons public HelpCtx(java.lang.Class)
-cons public HelpCtx(java.lang.String)
-cons public HelpCtx(java.net.URL)
+cons public init(java.lang.Class)
+cons public init(java.lang.String)
+cons public init(java.net.URL)
  anno 0 java.lang.Deprecated()
 fld public final static org.openide.util.HelpCtx DEFAULT_HELP
 innr public abstract interface static Provider
@@ -460,10 +462,11 @@ supr java.lang.Object
 hfds err,helpCtx,helpID
 
 CLSS public abstract interface static org.openide.util.HelpCtx$Provider
+ outer org.openide.util.HelpCtx
 meth public abstract org.openide.util.HelpCtx getHelpCtx()
 
 CLSS public abstract org.openide.util.SharedClassObject
-cons protected SharedClassObject()
+cons protected init()
 intf java.io.Externalizable
 meth protected boolean clearSharedData()
 meth protected final java.lang.Object getLock()
@@ -490,7 +493,7 @@ hfds PROP_SUPPORT,addNotifySuper,alreadyWarnedAboutDupes,dataEntry,err,first,fir
 hcls DataEntry,SetAccessibleAction,WriteReplace
 
 CLSS public abstract org.openide.util.actions.CallableSystemAction
-cons public CallableSystemAction()
+cons public init()
 intf org.openide.util.actions.Presenter$Menu
 intf org.openide.util.actions.Presenter$Popup
 intf org.openide.util.actions.Presenter$Toolbar
@@ -504,7 +507,7 @@ supr org.openide.util.actions.SystemAction
 hfds DEFAULT_ASYNCH,serialVersionUID,warnedAsynchronousActions
 
 CLSS public abstract org.openide.util.actions.CallbackSystemAction
-cons public CallbackSystemAction()
+cons public init()
 intf org.openide.util.ContextAwareAction
 meth protected void initialize()
 meth public boolean getSurviveFocusChange()
@@ -523,7 +526,7 @@ hfds LISTENER,PROP_ACTION_PERFORMER,err,notSurviving,serialVersionUID,surviving
 hcls ActionDelegateListener,DelegateAction,GlobalManager,WeakAction
 
 CLSS public abstract org.openide.util.actions.CookieAction
-cons public CookieAction()
+cons public init()
 fld public final static int MODE_ALL = 4
 fld public final static int MODE_ANY = 7
 fld public final static int MODE_EXACTLY_ONE = 8
@@ -538,7 +541,7 @@ hfds PROP_COOKIES,listener,serialVersionUID
 hcls CookieDelegateAction,CookiesChangeListener
 
 CLSS public abstract org.openide.util.actions.NodeAction
-cons public NodeAction()
+cons public init()
 intf org.openide.util.ContextAwareAction
 meth protected abstract boolean enable(org.openide.nodes.Node[])
 meth protected abstract void performAction(org.openide.nodes.Node[])
@@ -564,19 +567,22 @@ innr public abstract interface static Popup
 innr public abstract interface static Toolbar
 
 CLSS public abstract interface static org.openide.util.actions.Presenter$Menu
+ outer org.openide.util.actions.Presenter
 intf org.openide.util.actions.Presenter
 meth public abstract javax.swing.JMenuItem getMenuPresenter()
 
 CLSS public abstract interface static org.openide.util.actions.Presenter$Popup
+ outer org.openide.util.actions.Presenter
 intf org.openide.util.actions.Presenter
 meth public abstract javax.swing.JMenuItem getPopupPresenter()
 
 CLSS public abstract interface static org.openide.util.actions.Presenter$Toolbar
+ outer org.openide.util.actions.Presenter
 intf org.openide.util.actions.Presenter
 meth public abstract java.awt.Component getToolbarPresenter()
 
 CLSS public abstract org.openide.util.actions.SystemAction
-cons public SystemAction()
+cons public init()
 fld public final static java.lang.String PROP_ENABLED = "enabled"
 fld public final static java.lang.String PROP_ICON = "icon"
 intf javax.swing.Action
diff --git a/openide.actions/src/org/openide/actions/HeapView.java b/openide.actions/src/org/openide/actions/HeapView.java
index c55011d..7278c70 100644
--- a/openide.actions/src/org/openide/actions/HeapView.java
+++ b/openide.actions/src/org/openide/actions/HeapView.java
@@ -188,21 +188,6 @@ class HeapView extends JComponent {
      * MessageFormat used to generate text.
      */
     private final MessageFormat format;
-    
-    /**
-     * Whether or not to show a drop shadow.
-     */
-    private boolean showDropShadow;
-    
-    /**
-     * Style to render things in.
-     */
-    private int tickStyle;
-
-    /**
-     * Whether or not text is shown.
-     */
-    private boolean showText;
 
     /**
      * Data for the graph as a percentage of the heap used.
@@ -546,11 +531,15 @@ class HeapView extends JComponent {
             if (!graphFilled) {
                 x = width - graphIndex;
             }
-            float min = graph[index];
-            index = (index + 1) % graph.length;
+            float[] localGraph = graph;
+            if (localGraph == null) {
+                return;
+            }
+            float min = localGraph[index];
+            index = (index + 1) % localGraph.length;
             while (index != graphIndex) {
-                min = Math.min(min, graph[index]);
-                index = (index + 1) % graph.length;
+                min = Math.min(min, localGraph[index]);
+                index = (index + 1) % localGraph.length;
             }
             int minHeight = (int)(min * (float)height);
             if (minHeight > 0) {
@@ -559,12 +548,12 @@ class HeapView extends JComponent {
             }
             index = getGraphStartIndex();
             do {
-                int tickHeight = (int)(graph[index] * (float)height);
+                int tickHeight = (int)(localGraph[index] * (float)height);
                 if (tickHeight > minHeight) {
                     g.drawImage(tickGradientImage, x, height - tickHeight, x + 1, height - minHeight,
                             x, height - tickHeight, x + 1, height - minHeight, null);
                 }
-                index = (index + 1) % graph.length;
+                index = (index + 1) % localGraph.length;
                 x++;
             } while (index != graphIndex);
         }
@@ -824,6 +813,10 @@ class HeapView extends JComponent {
         }
         Runtime r = Runtime.getRuntime();
         long total = r.totalMemory();
+        float[] localGraph = graph;
+        if (localGraph == null) {
+            return;
+        }
         if (total != lastTotal) {
             if (lastTotal != 0) {
                 // Total heap size has changed, start an animation.
@@ -831,9 +824,9 @@ class HeapView extends JComponent {
                 // Readjust the graph size based on the new max.
                 int index = getGraphStartIndex();
                 do {
-                    graph[index] = (float)(((double)graph[index] *
+                    localGraph[index] = (float)(((double)localGraph[index] *
                             (double)lastTotal) / (double)total);
-                    index = (index + 1) % graph.length;
+                    index = (index + 1) % localGraph.length;
                 } while (index != graphIndex);
             }
             lastTotal = total;
@@ -841,8 +834,8 @@ class HeapView extends JComponent {
         if (heapGrowTimer == null) {
             // Not animating a heap size change, update the graph data and text.
             long used = total - r.freeMemory();
-            graph[graphIndex] = (float)((double)used / (double)total);
-            graphIndex = (graphIndex + 1) % graph.length;
+            localGraph[graphIndex] = (float)((double)used / (double)total);
+            graphIndex = (graphIndex + 1) % localGraph.length;
             if (graphIndex == 0) {
                 graphFilled = true;
             }
diff --git a/openide.actions/src/org/openide/actions/PasteAction.java b/openide.actions/src/org/openide/actions/PasteAction.java
index 8d801e4..a9fb8b5 100644
--- a/openide.actions/src/org/openide/actions/PasteAction.java
+++ b/openide.actions/src/org/openide/actions/PasteAction.java
@@ -206,8 +206,8 @@ public final class PasteAction extends CallbackSystemAction {
             // posts the action in RP thread
             new ActionPT(t, ev.getActionCommand());
         } else {
-            Logger.getLogger(PasteAction.class.getName()).log(Level.WARNING, null,
-                              new IllegalStateException("No paste types available when performing paste action. ActionEvent: " + ev)); // NOI18N
+            Toolkit.getDefaultToolkit().beep();
+            Logger.getLogger(PasteAction.class.getName()).log(Level.INFO, "No paste types available when performing paste action. ActionEvent: {0}", ev); // NOI18N
         }
     }
 
@@ -417,7 +417,7 @@ public final class PasteAction extends CallbackSystemAction {
                     actionToWorkWith[0] = a;
                 }
 
-                Object[] arr = a.getPasteTypes();
+                Object[] arr = a == null ? null : a.getPasteTypes();
 
                 if (arr != null) {
                     return arr;
@@ -775,6 +775,7 @@ bigloop:
     /** Action that wraps paste type.
      */
     private static final class ActionPT extends AbstractAction implements Runnable {
+        private static final RequestProcessor RP = new RequestProcessor("Pasting"); // NOI18N
         private PasteType t;
         private NodeSelector sel;
         private boolean secondInvocation;
@@ -791,7 +792,7 @@ bigloop:
             if ("waitFinished".equals(command)) { // NOI18N
                 run();
             } else {
-                RequestProcessor.getDefault().post(this);
+                RP.post(this);
             }
         }
 
diff --git a/openide.actions/src/org/openide/actions/RedoAction.java b/openide.actions/src/org/openide/actions/RedoAction.java
index c87ca2a..437454d 100644
--- a/openide.actions/src/org/openide/actions/RedoAction.java
+++ b/openide.actions/src/org/openide/actions/RedoAction.java
@@ -43,22 +43,26 @@
  */
 package org.openide.actions;
 
+import javax.swing.Action;
 import org.openide.awt.UndoRedo;
 import org.openide.util.HelpCtx;
+import org.openide.util.Lookup;
 import org.openide.util.NbBundle;
 import org.openide.util.actions.CallableSystemAction;
 
 import javax.swing.UIManager;
 import javax.swing.undo.CannotRedoException;
+import org.openide.util.ContextAwareAction;
 import org.openide.util.Exceptions;
 
 
-/** Redo an edit.
+/** Redo an edit. Since version 6.18 this class
+* implements {@link ContextAwareAction}.
 *
 * @see UndoAction
 * @author   Ian Formanek, Jaroslav Tulach
 */
-public class RedoAction extends CallableSystemAction {
+public class RedoAction extends CallableSystemAction implements ContextAwareAction {
     private static String SWING_DEFAULT_LABEL = UIManager.getString("AbstractUndoableEdit.redoText"); //NOI18N
 
     @Override
@@ -112,4 +116,9 @@ public class RedoAction extends CallableSystemAction {
     protected boolean asynchronous() {
         return false;
     }
+
+    @Override
+    public Action createContextAwareInstance(Lookup actionContext) {
+        return new UndoRedoAction(actionContext, false, false);
+    }
 }
diff --git a/openide.actions/src/org/openide/actions/RenameAction.java b/openide.actions/src/org/openide/actions/RenameAction.java
index 35687a8..cc7bbf1 100644
--- a/openide.actions/src/org/openide/actions/RenameAction.java
+++ b/openide.actions/src/org/openide/actions/RenameAction.java
@@ -81,6 +81,9 @@ public class RenameAction extends NodeAction {
     }
 
     protected void performAction(Node[] activatedNodes) {
+        if (activatedNodes == null || activatedNodes.length == 0) {
+            return;
+        }
         Node n = activatedNodes[0]; // we supposed that one node is activated
 
         NotifyDescriptor.InputLine dlg = new NotifyDescriptor.InputLine(
diff --git a/openide.actions/src/org/openide/actions/SaveAction.java b/openide.actions/src/org/openide/actions/SaveAction.java
index 1691aee..88f8e89 100644
--- a/openide.actions/src/org/openide/actions/SaveAction.java
+++ b/openide.actions/src/org/openide/actions/SaveAction.java
@@ -45,8 +45,9 @@
 package org.openide.actions;
 
 import java.awt.event.ActionEvent;
-import java.beans.PropertyChangeListener;
 import java.io.IOException;
+import java.util.Collection;
+import java.util.LinkedList;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import javax.swing.AbstractAction;
@@ -64,11 +65,12 @@ import org.openide.util.NbBundle;
 import org.openide.util.UserQuestionException;
 import org.openide.util.actions.CookieAction;
 
-/** Save a single object.
-* @see SaveCookie
-*
-* @author   Jan Jancura, Petr Hamernik, Ian Formanek, Dafe Simonek
-*/
+/** Save a one or more objects. Since version 6.20 this handles ANY selection
+ * instead of EXACTLY_ONE selection.
+ * @see SaveCookie
+ *
+ * @author   Jan Jancura, Petr Hamernik, Ian Formanek, Dafe Simonek
+ */
 public class SaveAction extends CookieAction {
     private static Class<? extends Node.Cookie> dataObject;
     private static java.lang.reflect.Method getNodeDelegate;
@@ -87,24 +89,37 @@ public class SaveAction extends CookieAction {
     }
 
     final void performAction(Lookup context) {
-        SaveCookie sc = context.lookup(SaveCookie.class);
-        if (sc == null) {
-            return;
+        Collection<? extends SaveCookie> cookieList = context.lookupAll(SaveCookie.class);
+        Collection<? extends Node> nodeList = new LinkedList<Node>(context.lookupAll(Node.class));
+
+        COOKIE: for (SaveCookie saveCookie : cookieList) {
+
+            //Determine if the saveCookie belongs to a node in our context
+            for (Node node : nodeList) {
+                if (saveCookie.equals(node.getCookie(SaveCookie.class))) {
+                    performAction(saveCookie, node);
+                    nodeList.remove(node);
+                    continue COOKIE;
+                }
+            }
+
+            //The saveCookie was not found in any node in our context - save it by itself.
+            performAction(saveCookie, null);
         }
-        Node n = context.lookup(Node.class);
-        performAction(sc, n);
     }
 
-
     protected void performAction(final Node[] activatedNodes) {
-        SaveCookie sc = activatedNodes[0].getCookie(SaveCookie.class);
-        assert sc != null : "SaveCookie must be present on " + activatedNodes[0] + ". " +
-                "See http://www.netbeans.org/issues/show_bug.cgi?id=68285 for details on overriding " + activatedNodes[0].getClass().getName() + ".getCookie correctly.";
-        
-        // avoid NPE if disabled assertions
-        if (sc == null) return ;
-
-        performAction(sc, activatedNodes[0]);
+        for (int i = 0; i < activatedNodes.length; i++) {
+            Node node = activatedNodes[i];
+            SaveCookie sc = node.getCookie(SaveCookie.class);
+            assert sc != null : "SaveCookie must be present on " + node + ". "
+                    + "See http://www.netbeans.org/issues/show_bug.cgi?id=68285 for details on overriding " + node.getClass().getName() + ".getCookie correctly.";
+
+            // avoid NPE if disabled assertions
+            if (sc == null) return ;
+
+            performAction(sc, node);
+        }
     }
 
     private void performAction(SaveCookie sc, Node n) {
@@ -182,7 +197,7 @@ public class SaveAction extends CookieAction {
     }
 
     protected int mode() {
-        return MODE_EXACTLY_ONE;
+        return MODE_ANY;
     }
 
     public String getName() {
diff --git a/openide.actions/src/org/openide/actions/ToolsAction.java b/openide.actions/src/org/openide/actions/ToolsAction.java
index bfc3c4e..d3b3051 100644
--- a/openide.actions/src/org/openide/actions/ToolsAction.java
+++ b/openide.actions/src/org/openide/actions/ToolsAction.java
@@ -50,6 +50,10 @@ import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.Iterator;
 import java.util.List;
+import java.util.concurrent.Callable;
+import java.util.concurrent.ExecutionException;
+import java.util.concurrent.ScheduledFuture;
+import java.util.concurrent.TimeUnit;
 import javax.swing.Action;
 import javax.swing.JComponent;
 import javax.swing.JMenu;
@@ -59,12 +63,14 @@ import javax.swing.event.PopupMenuEvent;
 import javax.swing.event.PopupMenuListener;
 import org.openide.awt.Actions;
 import org.openide.util.ContextAwareAction;
+import org.openide.util.Exceptions;
 import org.openide.util.HelpCtx;
 import org.openide.util.Lookup;
 import org.openide.util.LookupEvent;
 import org.openide.util.NbBundle;
 import org.openide.awt.DynamicMenuContent;
 import org.openide.util.LookupListener;
+import org.openide.util.RequestProcessor;
 import org.openide.util.actions.CookieAction;
 import org.openide.util.actions.NodeAction;
 import org.openide.util.actions.Presenter;
@@ -89,9 +95,30 @@ import org.openide.util.lookup.Lookups;
 public class ToolsAction extends SystemAction implements ContextAwareAction, Presenter.Menu, Presenter.Popup {
     static final long serialVersionUID = 4906417339959070129L;
 
+    private static ScheduledFuture<G> taskGl;
     // Global ActionManager listener monitoring all available actions
     // and their state
-    static final G gl = new G();
+    static final G gl() {
+        initGl();
+        try {
+            return taskGl.get();
+        } catch (Exception ex) {
+            taskGl = null;
+            throw new IllegalStateException(ex);
+        }
+    }
+    
+    private static synchronized void initGl() {
+        if (taskGl == null) {
+            taskGl = RequestProcessor.getDefault().schedule(new G(), 0, TimeUnit.MILLISECONDS);
+        }
+    }
+
+    @Override
+    protected void initialize() {
+        super.initialize();
+        
+    }
 
     /* @return name
     */
@@ -145,7 +172,7 @@ public class ToolsAction extends SystemAction implements ContextAwareAction, Pre
         arr.addAll(Arrays.<Action>asList(am.getContextActions()));
 
         String pref = arr.isEmpty() ? null : "";
-        for (Lookup.Item<Action> item : gl.result.allItems()) {
+        for (Lookup.Item<Action> item : gl().result.allItems()) {
             final Action action = item.getInstance();
             if (action == null) {
                 continue;
@@ -269,12 +296,12 @@ public class ToolsAction extends SystemAction implements ContextAwareAction, Pre
         
         @Override
         public JComponent[] synchMenuPresenters(JComponent[] items) {
-            if (timestamp == gl.getTimestamp()) {
+            if (timestamp == gl().getTimestamp()) {
                 return items;
             }
             // generate directly list of menu items
             List<JMenuItem> l = generate(toolsAction, true);
-            timestamp = gl.getTimestamp();
+            timestamp = gl().getTimestamp();
             return l.toArray(new JMenuItem[l.size()]);
         }
         
@@ -307,7 +334,7 @@ public class ToolsAction extends SystemAction implements ContextAwareAction, Pre
         
         @Override
         public JComponent[] synchMenuPresenters(JComponent[] items) {
-            return gl.isPopupEnabled(toolsAction) ? new JMenuItem[] { menu } : new JMenuItem[0];
+            return gl().isPopupEnabled(toolsAction) ? new JMenuItem[] { menu } : new JMenuItem[0];
         }
         
         
@@ -381,19 +408,25 @@ public class ToolsAction extends SystemAction implements ContextAwareAction, Pre
 
     //------------------------------------------------
     //----------------------------------------------------------
-    private static class G implements PropertyChangeListener, LookupListener {
+    private static class G implements PropertyChangeListener, LookupListener, Callable<G> {
         public static final String PROP_STATE = "actionsState"; // NOI18N
         private int timestamp = 1;
         private Action[] actions = null;
         private PropertyChangeSupport supp = new PropertyChangeSupport(this);
-        final Lookup.Result<Action> result;
+        Lookup.Result<Action> result;
 
         public G() {
+            // init is done in run
+        }
+        
+        @Override
+        public G call() {
             ActionManager am = ActionManager.getDefault();
             am.addPropertyChangeListener(this);
             result = Lookups.forPath("UI/ToolActions").lookupResult(Action.class); // NOI18N
             result.addLookupListener(this);
             actionsListChanged();
+            return this;
         }
 
         public final void addPropertyChangeListener(PropertyChangeListener listener) {
diff --git a/openide.actions/src/org/openide/actions/UndoAction.java b/openide.actions/src/org/openide/actions/UndoAction.java
index 2cdb967..c16750e 100644
--- a/openide.actions/src/org/openide/actions/UndoAction.java
+++ b/openide.actions/src/org/openide/actions/UndoAction.java
@@ -43,8 +43,10 @@
  */
 package org.openide.actions;
 
+import javax.swing.Action;
 import org.openide.awt.UndoRedo;
 import org.openide.util.HelpCtx;
+import org.openide.util.Lookup;
 import org.openide.util.NbBundle;
 import org.openide.util.actions.CallableSystemAction;
 import org.openide.windows.TopComponent;
@@ -59,15 +61,18 @@ import javax.swing.SwingUtilities;
 import javax.swing.UIManager;
 import javax.swing.event.*;
 import javax.swing.undo.*;
+import org.openide.util.ContextAwareAction;
 import org.openide.util.Exceptions;
 
 
-/** Undo an edit.
+/** Undo an edit. Since version 6.18 this class
+* implements {@link ContextAwareAction}.
 *
 * @see UndoRedo
 * @author   Ian Formanek, Jaroslav Tulach
 */
-public class UndoAction extends CallableSystemAction {
+public class UndoAction extends CallableSystemAction
+implements ContextAwareAction {
     /** initialized listener */
     private static Listener listener;
 
@@ -191,6 +196,11 @@ public class UndoAction extends CallableSystemAction {
         return false;
     }
 
+    @Override
+    public Action createContextAwareInstance(Lookup actionContext) {
+        return new UndoRedoAction(actionContext, true, false);
+    }
+
     /** Listener on changes of selected workspace element and
     * its changes.
     */
diff --git a/openide.actions/src/org/openide/actions/UndoRedoAction.java b/openide.actions/src/org/openide/actions/UndoRedoAction.java
new file mode 100644
index 0000000..e80727e
--- /dev/null
+++ b/openide.actions/src/org/openide/actions/UndoRedoAction.java
@@ -0,0 +1,260 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Sun in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+package org.openide.actions;
+
+import java.awt.EventQueue;
+import java.awt.event.ActionEvent;
+import javax.swing.Action;
+import org.openide.awt.UndoRedo;
+import org.openide.util.HelpCtx;
+import org.openide.util.LookupEvent;
+import org.openide.util.NbBundle;
+import org.openide.windows.TopComponent;
+import org.openide.windows.TopComponent.Registry;
+import org.openide.windows.WindowManager;
+
+import java.beans.*;
+import java.util.Map;
+import java.util.logging.Logger;
+import java.util.logging.Level;
+import javax.swing.AbstractAction;
+
+import javax.swing.UIManager;
+import javax.swing.event.*;
+import javax.swing.undo.*;
+import org.openide.util.ContextAwareAction;
+import org.openide.util.Exceptions;
+import org.openide.util.ImageUtilities;
+import org.openide.util.Lookup;
+import org.openide.util.LookupListener;
+import org.openide.util.Utilities;
+import org.openide.util.WeakListeners;
+
+
+/** Context aware undo and redo actions.
+*
+* @author   Jaroslav Tulach
+*/
+final class UndoRedoAction extends AbstractAction
+implements ContextAwareAction, PropertyChangeListener, ChangeListener, LookupListener, Runnable, HelpCtx.Provider {
+    private static final Logger LOG = Logger.getLogger(UndoRedoAction.class.getName());
+    /** last edit */
+    private UndoRedo last = UndoRedo.NONE;
+    private final boolean doUndo;
+    private final Lookup.Result<UndoRedo.Provider> result;
+    private final boolean fallback;
+    private PropertyChangeListener weakPCL;
+    private ChangeListener weakCL;
+    private LookupListener weakLL;
+
+
+    UndoRedoAction(Lookup context, boolean doUndo, boolean fallback) {
+        this.doUndo = doUndo;
+        this.fallback = fallback;
+        this.result = context.lookupResult(UndoRedo.Provider.class);
+    }
+
+    @Override
+    public String toString() {
+        return super.toString() + "[undo=" + doUndo + ", fallback: " + fallback + "]"; // NOI18N
+    }
+
+    public static Action create(Map<?,?> map) {
+        if (Boolean.TRUE.equals(map.get("redo"))) { // NOI18N
+            return new UndoRedoAction(Utilities.actionsGlobalContext(), false, true);
+        }
+        if (Boolean.TRUE.equals(map.get("undo"))) { // NOI18N
+            return new UndoRedoAction(Utilities.actionsGlobalContext(), true, true);
+        }
+        throw new IllegalStateException();
+    }
+
+
+    @Override
+    public boolean isEnabled() {
+        initializeUndoRedo();
+        return super.isEnabled();
+    }
+
+    void initializeUndoRedo() {
+        assert EventQueue.isDispatchThread();
+        if (weakLL != null) {
+            return;
+        }
+        String res;
+        if (doUndo) {
+            res = "org/openide/resources/actions/undo.gif"; // NOI18N
+        } else {
+            res = "org/openide/resources/actions/redo.gif"; // NOI18N
+        }
+        putValue("iconBase", res); // NOI18N
+        putValue(SMALL_ICON, ImageUtilities.loadImageIcon(res, true));
+        if (fallback) {
+            Registry r = WindowManager.getDefault().getRegistry();
+            weakPCL = WeakListeners.propertyChange(this, r);
+            r.addPropertyChangeListener(weakPCL);
+        }
+        weakCL = WeakListeners.change(this, null);
+        weakLL = WeakListeners.create(LookupListener.class, this, result);
+        result.addLookupListener(weakLL);
+        last = UndoRedo.NONE;
+
+        run();
+    }
+    
+    @Override
+    public void run() {
+        if (!EventQueue.isDispatchThread()) {
+            EventQueue.invokeLater(this);
+            return;
+        }
+
+        UndoRedo ur = getUndoRedo();
+        last.removeChangeListener(weakCL);
+
+        if (doUndo) {
+            setEnabled(ur.canUndo());
+        } else {
+            setEnabled(ur.canRedo());
+        }
+        putValue(NAME, getName());
+        
+        last = ur;
+        last.addChangeListener(weakCL);
+    }
+
+    private UndoRedo getUndoRedo() {
+        assert EventQueue.isDispatchThread();
+        for (UndoRedo.Provider provider : result.allInstances()) {
+            UndoRedo ur = provider.getUndoRedo();
+            if (ur != null) {
+                return ur;
+            }
+        }
+
+        if (fallback) {
+            TopComponent el = WindowManager.getDefault().getRegistry().getActivated();
+            if (el != null) {
+                UndoRedo ur = el.getUndoRedo();
+                if (ur != null) {
+                    return ur;
+                }
+            }
+        }
+        return UndoRedo.NONE;
+    }
+
+    private String getName() {
+        assert EventQueue.isDispatchThread();
+        //#40823 related. AbstractUndoableEdit prepends "Undo/Redo" strings before the custom text,
+        // resulting in repetitive text in UndoAction/RedoAction. attempt to remove the AbstractUndoableEdit text
+        // keeping our text because it has mnemonics.
+        String undo = getUndoRedo().getUndoPresentationName();
+        LOG.log (Level.FINE, "getUndoRedo().getUndoPresentationName() returns {0}", undo);
+
+        if ((undo != null) && (getDefaultSwingText() != null) && undo.startsWith(getDefaultSwingText())) {
+            undo = undo.substring(getDefaultSwingText().length()).trim();
+        }
+        
+        LOG.log (Level.FINE, "Name adapted by SWING_DEFAULT_LABEL is {0}", undo);
+        String presentationName = null;
+        if (undo == null || undo.trim ().length () == 0) {
+            presentationName = NbBundle.getMessage(UndoRedoAction.class, doUndo ? "UndoSimple" : "RedoSimple");
+        } else {
+            presentationName = NbBundle.getMessage(UndoRedoAction.class, doUndo ? "UndoWithParameter" : "UndoSimple", undo);
+        }
+        
+        LOG.log (Level.FINE, "Result name is {0}", presentationName);
+
+        return presentationName;
+    }
+
+    @Override
+    public HelpCtx getHelpCtx() {
+        return new HelpCtx(UndoRedoAction.class);
+    }
+
+    @Override
+    public void actionPerformed(ActionEvent ev) {
+        UndoRedo undoRedo = getUndoRedo();
+        if (doUndo) try {
+            if (undoRedo.canUndo()) {
+                undoRedo.undo();
+            }
+        } catch (CannotUndoException ex) {
+            Exceptions.printStackTrace(ex);
+        } else try {
+            if (undoRedo.canRedo()) {
+                undoRedo.redo();
+            }
+        } catch (CannotRedoException ex) {
+            Exceptions.printStackTrace(ex);
+        }
+        run();
+    }
+
+    @Override
+    public void propertyChange(PropertyChangeEvent ev) {
+        if (TopComponent.Registry.PROP_ACTIVATED.equals(ev.getPropertyName())) {
+            run();
+        }
+    }
+
+    @Override
+    public void stateChanged(ChangeEvent ev) {
+        run();
+    }
+
+    @Override
+    public void resultChanged(LookupEvent ev) {
+        run();
+    }
+
+    @Override
+    public Action createContextAwareInstance(Lookup actionContext) {
+        return new UndoRedoAction(actionContext, doUndo, false);
+    }
+
+    private String getDefaultSwingText() {
+        return doUndo ? UIManager.getString("AbstractUndoableEdit.undoText") : //NOI18N
+            UIManager.getString("AbstractUndoableEdit.redoText"); //NOI18N
+    }
+}
diff --git a/openide.actions/src/org/openide/actions/ViewAction.java b/openide.actions/src/org/openide/actions/ViewAction.java
index aaeb3d6..837be36 100644
--- a/openide.actions/src/org/openide/actions/ViewAction.java
+++ b/openide.actions/src/org/openide/actions/ViewAction.java
@@ -57,33 +57,45 @@ import org.openide.util.actions.CookieAction;
 * @author Jan Jancura, Dafe Simonek
 */
 public class ViewAction extends CookieAction {
+    @Override
     protected boolean surviveFocusChange() {
         return false;
     }
 
+    @Override
     public String getName() {
         return NbBundle.getBundle(ViewAction.class).getString("View");
     }
 
+    @Override
     public HelpCtx getHelpCtx() {
         return new HelpCtx(ViewAction.class);
     }
 
+    @Override
     protected int mode() {
         return MODE_ALL;
     }
 
+    @Override
     protected Class[] cookieClasses() {
         return new Class[] { ViewCookie.class };
     }
 
+    @Override
     protected void performAction(final Node[] activatedNodes) {
+        if (activatedNodes == null) {
+            return;
+        }
         for (int i = 0; i < activatedNodes.length; i++) {
             ViewCookie es = (ViewCookie) activatedNodes[i].getCookie(ViewCookie.class);
-            es.view();
+            if (es != null) {
+                es.view();
+            }
         }
     }
 
+    @Override
     protected boolean asynchronous() {
         return false;
     }
diff --git a/openide.actions/src/org/openide/actions/doc-files/api.html b/openide.actions/src/org/openide/actions/doc-files/api.html
index 2eecb33..ce271c2 100644
--- a/openide.actions/src/org/openide/actions/doc-files/api.html
+++ b/openide.actions/src/org/openide/actions/doc-files/api.html
@@ -332,9 +332,7 @@ at least one "scannable" object.</p>
 
 <h3><a name="install">Installation</a></h3>
 
-Global installation of an action may be accomplished using the
-
-<a href="@org-openide-modules@/org/openide/modules/doc-files/api.html#sec-action">Modules API</a>, by
+Global installation of an action may be accomplished by
 adding it to the <code>Actions</code> folder of the system filesystem,
 and optionally creating links in the <code>Toolbars</code> or <code>Menu</code>
 folders.
diff --git a/openide.actions/src/org/openide/resources/actions/save24.png b/openide.actions/src/org/openide/resources/actions/save24.png
index ba8f7f0..6d14cf0 100644
Binary files a/openide.actions/src/org/openide/resources/actions/save24.png and b/openide.actions/src/org/openide/resources/actions/save24.png differ
diff --git a/openide.actions/test/unit/src/org/openide/actions/CloneViewActionTest.java b/openide.actions/test/unit/src/org/openide/actions/CloneViewActionTest.java
new file mode 100644
index 0000000..ac5a0ba
--- /dev/null
+++ b/openide.actions/test/unit/src/org/openide/actions/CloneViewActionTest.java
@@ -0,0 +1,142 @@
+/* 
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 
+ * 
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. 
+ * 
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates. 
+ * Other names may be trademarks of their respective owners. 
+ * 
+ * The contents of this file are subject to the terms of either the GNU 
+ * General Public License Version 2 only ("GPL") or the Common 
+ * Development and Distribution License("CDDL") (collectively, the 
+ * "License"). You may not use this file except in compliance with the 
+ * License. You can obtain a copy of the License at 
+ * http://www.netbeans.org/cddl-gplv2.html 
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the 
+ * specific language governing permissions and limitations under the 
+ * License.  When distributing the software, include this License Header 
+ * Notice in each file and include the License file at 
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this 
+ * particular file as subject to the "Classpath" exception as provided 
+ * by Oracle in the GPL Version 2 section of the License file that 
+ * accompanied this code. If applicable, add the following below the 
+ * License Header, with the fields enclosed by brackets [] replaced by 
+ * your own identifying information: 
+ * "Portions Copyrighted [year] [name of copyright owner]" 
+ * 
+ * Contributor(s): 
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original 
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun 
+ * Microsystems, Inc. All Rights Reserved. 
+ * 
+ * If you wish your version of this file to be governed by only the CDDL 
+ * or only the GPL Version 2, indicate your decision by adding 
+ * "[Contributor] elects to include this software in this distribution 
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a 
+ * single choice of license, a recipient has the option to distribute 
+ * your version of this file under either the CDDL, the GPL Version 2 or 
+ * to extend the choice of license to its licensees as provided above. 
+ * However, if you add GPL Version 2 code and therefore, elected the GPL 
+ * Version 2 license, then the option applies only if the new code is 
+ * made subject to such option by the copyright holder. 
+ */ 
+package org.openide.actions; 
+ 
+import junit.framework.Test; 
+import junit.framework.TestSuite; 
+import org.netbeans.junit.NbTestCase; 
+import org.openide.util.HelpCtx; 
+ 
+/** 
+ * A JUnit test for CloneViewAction. 
+ * 
+ * @author Manfred Riem 
+ * @version $Revision$ 
+ */ 
+public class CloneViewActionTest extends NbTestCase { 
+    /** 
+     * Stores the single instance we use for testing. 
+     */ 
+    private static CloneViewAction instance = new  CloneViewAction(); 
+     
+    /** 
+     * Constructor. 
+     * 
+     * @param testName the name of the test. 
+     */ 
+    public CloneViewActionTest(String testName) { 
+        super(testName); 
+    } 
+ 
+    /** 
+     * Setup for testing. 
+     */ 
+    protected void setUp() throws Exception { 
+    } 
+ 
+    /** 
+     * Cleanup after testing. 
+     */ 
+    protected void tearDown() throws Exception { 
+    } 
+ 
+    /** 
+     * Suite method. 
+     */ 
+    public static Test suite() { 
+        TestSuite suite = new TestSuite(CloneViewActionTest.class); 
+         
+        return suite; 
+    } 
+ 
+    /** 
+     * Test getActionMapKey method. 
+     */ 
+    public void testGetActionMapKey() { 
+        Object expected = "cloneWindow"; 
+        Object result   = instance.getActionMapKey(); 
+ 
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test getName method. 
+     */ 
+    public void testGetName() { 
+        String expected = "&Clone View"; 
+        String result   = instance.getName(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test getHelpCtx method. 
+     */ 
+    public void testGetHelpCtx() { 
+        HelpCtx expected = new HelpCtx(CloneViewAction.class);; 
+        HelpCtx result   = instance.getHelpCtx(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test iconResource method. 
+     */ 
+    public void testIconResource() { 
+        String expected = "org/openide/resources/actions/clone.gif"; 
+        String result   = instance.iconResource(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test asynchronous method. 
+     */ 
+    public void testAsynchronous() { 
+        boolean expected = false; 
+        boolean result   = instance.asynchronous(); 
+         
+        assertEquals(expected, result); 
+    } 
+} 
diff --git a/openide.actions/test/unit/src/org/openide/actions/CloseViewActionTest.java b/openide.actions/test/unit/src/org/openide/actions/CloseViewActionTest.java
new file mode 100644
index 0000000..b58aa54
--- /dev/null
+++ b/openide.actions/test/unit/src/org/openide/actions/CloseViewActionTest.java
@@ -0,0 +1,129 @@
+/* 
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 
+ * 
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. 
+ * 
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates. 
+ * Other names may be trademarks of their respective owners. 
+ * 
+ * The contents of this file are subject to the terms of either the GNU 
+ * General Public License Version 2 only ("GPL") or the Common 
+ * Development and Distribution License("CDDL") (collectively, the 
+ * "License"). You may not use this file except in compliance with the 
+ * License. You can obtain a copy of the License at 
+ * http://www.netbeans.org/cddl-gplv2.html 
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the 
+ * specific language governing permissions and limitations under the 
+ * License.  When distributing the software, include this License Header 
+ * Notice in each file and include the License file at 
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this 
+ * particular file as subject to the "Classpath" exception as provided 
+ * by Oracle in the GPL Version 2 section of the License file that 
+ * accompanied this code. If applicable, add the following below the 
+ * License Header, with the fields enclosed by brackets [] replaced by 
+ * your own identifying information: 
+ * "Portions Copyrighted [year] [name of copyright owner]" 
+ * 
+ * Contributor(s): 
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original 
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun 
+ * Microsystems, Inc. All Rights Reserved. 
+ * 
+ * If you wish your version of this file to be governed by only the CDDL 
+ * or only the GPL Version 2, indicate your decision by adding 
+ * "[Contributor] elects to include this software in this distribution 
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a 
+ * single choice of license, a recipient has the option to distribute 
+ * your version of this file under either the CDDL, the GPL Version 2 or 
+ * to extend the choice of license to its licensees as provided above. 
+ * However, if you add GPL Version 2 code and therefore, elected the GPL 
+ * Version 2 license, then the option applies only if the new code is 
+ * made subject to such option by the copyright holder. 
+ */ 
+package org.openide.actions; 
+ 
+import junit.framework.Test; 
+import junit.framework.TestSuite; 
+import org.netbeans.junit.NbTestCase; 
+import org.openide.util.HelpCtx; 
+ 
+/** 
+ * A JUnit test for CloseViewAction. 
+ * 
+ * @author Manfred Riem 
+ * @version $Revision$ 
+ */ 
+public class CloseViewActionTest extends NbTestCase { 
+    /** 
+     * Stores our single instance. 
+     */ 
+    private static CloseViewAction instance = new CloseViewAction(); 
+         
+    /** 
+     * Constructor. 
+     * 
+     * @param testName the name of the test. 
+     */ 
+    public CloseViewActionTest(String testName) { 
+        super(testName); 
+    } 
+ 
+    /** 
+     * Setup for testing. 
+     */ 
+    protected void setUp() throws Exception { 
+    } 
+ 
+    /** 
+     * Cleanup after testing. 
+     */ 
+    protected void tearDown() throws Exception { 
+    } 
+ 
+    public static Test suite() { 
+        TestSuite suite = new TestSuite(CloseViewActionTest.class); 
+         
+        return suite; 
+    } 
+ 
+    /** 
+     * Test getActionMapKey method. 
+     */ 
+    public void testGetActionMapKey() { 
+        Object expected = "closeWindow"; 
+        Object result   = instance.getActionMapKey(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test getHelpCtx method. 
+     */ 
+    public void testGetHelpCtx() { 
+        HelpCtx expected = new HelpCtx(CloseViewAction.class);; 
+        HelpCtx result   = instance.getHelpCtx(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test getName method. 
+     */ 
+    public void testGetName() { 
+        String expected = "Close"; 
+        String result   = instance.getName(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test asynchronous method. 
+     */ 
+    public void testAsynchronous() { 
+        boolean expected = false; 
+        boolean result   = instance.asynchronous(); 
+         
+        assertEquals(expected, result); 
+    }     
+} 
diff --git a/openide.actions/test/unit/src/org/openide/actions/CustomizeActionTest.java b/openide.actions/test/unit/src/org/openide/actions/CustomizeActionTest.java
new file mode 100644
index 0000000..0dda344
--- /dev/null
+++ b/openide.actions/test/unit/src/org/openide/actions/CustomizeActionTest.java
@@ -0,0 +1,73 @@
+/* 
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 
+ * 
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. 
+ * 
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates. 
+ * Other names may be trademarks of their respective owners. 
+ * 
+ * The contents of this file are subject to the terms of either the GNU 
+ * General Public License Version 2 only ("GPL") or the Common 
+ * Development and Distribution License("CDDL") (collectively, the 
+ * "License"). You may not use this file except in compliance with the 
+ * License. You can obtain a copy of the License at 
+ * http://www.netbeans.org/cddl-gplv2.html 
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the 
+ * specific language governing permissions and limitations under the 
+ * License.  When distributing the software, include this License Header 
+ * Notice in each file and include the License file at 
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this 
+ * particular file as subject to the "Classpath" exception as provided 
+ * by Oracle in the GPL Version 2 section of the License file that 
+ * accompanied this code. If applicable, add the following below the 
+ * License Header, with the fields enclosed by brackets [] replaced by 
+ * your own identifying information: 
+ * "Portions Copyrighted [year] [name of copyright owner]" 
+ * 
+ * Contributor(s): 
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original 
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun 
+ * Microsystems, Inc. All Rights Reserved. 
+ * 
+ * If you wish your version of this file to be governed by only the CDDL 
+ * or only the GPL Version 2, indicate your decision by adding 
+ * "[Contributor] elects to include this software in this distribution 
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a 
+ * single choice of license, a recipient has the option to distribute 
+ * your version of this file under either the CDDL, the GPL Version 2 or 
+ * to extend the choice of license to its licensees as provided above. 
+ * However, if you add GPL Version 2 code and therefore, elected the GPL 
+ * Version 2 license, then the option applies only if the new code is 
+ * made subject to such option by the copyright holder. 
+ */ 
+
+package org.openide.actions;
+ 
+import org.netbeans.junit.NbTestCase; 
+import org.openide.nodes.AbstractNode;
+import org.openide.nodes.Children; 
+import org.openide.nodes.Node; 
+ 
+public class CustomizeActionTest extends NbTestCase { 
+     
+    public CustomizeActionTest(String testName) { 
+        super(testName); 
+    } 
+     
+    public void testEnable() { 
+        CustomizeAction action = new CustomizeAction();
+        Node customizable = new AbstractNode(Children.LEAF) {
+            public @Override boolean hasCustomizer() {
+                return true;
+            }
+        };
+        Node not = new AbstractNode(Children.LEAF);
+        assertFalse(action.enable(null));
+        assertFalse(action.enable(new Node[0]));
+        assertTrue(action.enable(new Node[] {customizable}));
+        assertFalse(action.enable(new Node[] {not}));
+        assertFalse(action.enable(new Node[] {customizable, customizable}));
+    } 
+     
+} 
diff --git a/openide.actions/test/unit/src/org/openide/actions/EditActionTest.java b/openide.actions/test/unit/src/org/openide/actions/EditActionTest.java
new file mode 100644
index 0000000..6445b64
--- /dev/null
+++ b/openide.actions/test/unit/src/org/openide/actions/EditActionTest.java
@@ -0,0 +1,266 @@
+/* 
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 
+ * 
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. 
+ * 
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates. 
+ * Other names may be trademarks of their respective owners. 
+ * 
+ * The contents of this file are subject to the terms of either the GNU 
+ * General Public License Version 2 only ("GPL") or the Common 
+ * Development and Distribution License("CDDL") (collectively, the 
+ * "License"). You may not use this file except in compliance with the 
+ * License. You can obtain a copy of the License at 
+ * http://www.netbeans.org/cddl-gplv2.html 
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the 
+ * specific language governing permissions and limitations under the 
+ * License.  When distributing the software, include this License Header 
+ * Notice in each file and include the License file at 
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this 
+ * particular file as subject to the "Classpath" exception as provided 
+ * by Oracle in the GPL Version 2 section of the License file that 
+ * accompanied this code. If applicable, add the following below the 
+ * License Header, with the fields enclosed by brackets [] replaced by 
+ * your own identifying information: 
+ * "Portions Copyrighted [year] [name of copyright owner]" 
+ * 
+ * Contributor(s): 
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original 
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun 
+ * Microsystems, Inc. All Rights Reserved. 
+ * 
+ * If you wish your version of this file to be governed by only the CDDL 
+ * or only the GPL Version 2, indicate your decision by adding 
+ * "[Contributor] elects to include this software in this distribution 
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a 
+ * single choice of license, a recipient has the option to distribute 
+ * your version of this file under either the CDDL, the GPL Version 2 or 
+ * to extend the choice of license to its licensees as provided above. 
+ * However, if you add GPL Version 2 code and therefore, elected the GPL 
+ * Version 2 license, then the option applies only if the new code is 
+ * made subject to such option by the copyright holder. 
+ */ 
+package org.openide.actions; 
+ 
+import java.awt.Component; 
+import java.awt.Image; 
+import java.awt.datatransfer.Transferable; 
+import java.io.IOException; 
+import java.util.Arrays; 
+import junit.framework.Test; 
+import junit.framework.TestSuite; 
+import org.netbeans.junit.NbTestCase; 
+import org.openide.cookies.EditCookie; 
+import org.openide.nodes.Children; 
+import org.openide.nodes.Node; 
+import org.openide.util.HelpCtx; 
+import org.openide.util.actions.CookieAction; 
+import org.openide.util.datatransfer.NewType; 
+import org.openide.util.datatransfer.PasteType; 
+ 
+/** 
+ * A JUnit test for EditAction. 
+ * 
+ * @author Manfred Riem 
+ * @version $Revision$ 
+ */ 
+public class EditActionTest extends NbTestCase { 
+    /** 
+     * Stores our single instance. 
+     */ 
+    private static EditAction instance = new EditAction(); 
+     
+    /** 
+     * Constructor. 
+     *  
+     * @param testName the name of the test. 
+     */ 
+    public EditActionTest(String testName) { 
+        super(testName); 
+    } 
+ 
+    /** 
+     * Setup for testing. 
+     */ 
+    protected void setUp() throws Exception { 
+    } 
+ 
+    /** 
+     * Cleanup after testing. 
+     */ 
+    protected void tearDown() throws Exception { 
+    } 
+ 
+    /** 
+     * Suite method. 
+     */ 
+    public static Test suite() { 
+        TestSuite suite = new TestSuite(EditActionTest.class); 
+         
+        return suite; 
+    } 
+ 
+    /** 
+     * Test surviveFocusChange method. 
+     */ 
+    public void testSurviveFocusChange() { 
+        boolean expected = false; 
+        boolean result   = instance.surviveFocusChange(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test getName method. 
+     */ 
+    public void testGetName() { 
+        String expected = "Edit"; 
+        String result   = instance.getName(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test getHelpCtx method. 
+     */ 
+    public void testGetHelpCtx() { 
+        HelpCtx expected = new HelpCtx(EditAction.class);; 
+        HelpCtx result   = instance.getHelpCtx(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test mode method. 
+     */ 
+    public void testMode() { 
+        int expected = CookieAction.MODE_ALL; 
+        int result   = instance.mode(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test of cookieClasses method, of class org.openide.actions.EditAction. 
+     */ 
+    public void testCookieClasses() { 
+        EditAction instance = EditAction.get(EditAction.class); 
+         
+        Class[] expResult = { EditCookie.class }; 
+        Class[] result = instance.cookieClasses(); 
+        assertEquals(Arrays.asList(expResult), Arrays.asList(result)); 
+    } 
+ 
+    /** 
+     * Test performAction method. 
+     */ 
+    public void testPerformAction() { 
+        Node[] nodes = new Node[1]; 
+ 
+        nodes[0] = new EditActionTestNode(); 
+         
+        instance.performAction(nodes); 
+    } 
+ 
+    /** 
+     * Test asynchronous method. 
+     */ 
+    public void testAsynchronous() { 
+        boolean expected = false; 
+        boolean result   = instance.asynchronous(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * An inner class that models a Node we need for testing. 
+     */ 
+    public class EditActionTestNode extends Node implements EditCookie { 
+        public EditActionTestNode() { 
+            super(Children.LEAF, null); 
+        } 
+         
+        public Node.Cookie getCookie(Class clazz) { 
+            if (clazz == EditCookie.class) { 
+                return this; 
+            } 
+            return null; 
+        } 
+         
+        public Node cloneNode() { 
+            return null; 
+        } 
+         
+        public Image getIcon(int type) { 
+            return null; 
+        } 
+         
+        public Image getOpenedIcon(int type) { 
+            return null; 
+        } 
+         
+        public HelpCtx getHelpCtx() { 
+            return null; 
+        } 
+         
+        public boolean canRename() { 
+            return false; 
+        } 
+         
+        public boolean canDestroy() { 
+            return false; 
+        } 
+         
+        public Node.PropertySet[] getPropertySets() { 
+            return null; 
+        } 
+         
+        public Transferable clipboardCopy() throws IOException { 
+            return null; 
+        } 
+         
+        public Transferable clipboardCut() throws IOException { 
+            return null; 
+        } 
+         
+        public Transferable drag() throws IOException { 
+            return null; 
+        } 
+         
+        public boolean canCopy() { 
+            return false; 
+        } 
+         
+        public boolean canCut() { 
+            return false; 
+        } 
+         
+        public PasteType[] getPasteTypes(Transferable t) { 
+            return null; 
+        } 
+         
+        public PasteType getDropType(Transferable t, int action, int index) { 
+            return null; 
+        } 
+         
+        public NewType[] getNewTypes() { 
+            return null; 
+        } 
+         
+        public boolean hasCustomizer() { 
+            return false; 
+        } 
+         
+        public Component getCustomizer() { 
+            return null; 
+        } 
+         
+        public Node.Handle getHandle() { 
+            return null; 
+        } 
+ 
+        public void edit() { 
+        } 
+    } 
+} 
diff --git a/openide.actions/test/unit/src/org/openide/actions/FindActionTest.java b/openide.actions/test/unit/src/org/openide/actions/FindActionTest.java
new file mode 100644
index 0000000..a75a998
--- /dev/null
+++ b/openide.actions/test/unit/src/org/openide/actions/FindActionTest.java
@@ -0,0 +1,132 @@
+/* 
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 
+ * 
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. 
+ * 
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates. 
+ * Other names may be trademarks of their respective owners. 
+ * 
+ * The contents of this file are subject to the terms of either the GNU 
+ * General Public License Version 2 only ("GPL") or the Common 
+ * Development and Distribution License("CDDL") (collectively, the 
+ * "License"). You may not use this file except in compliance with the 
+ * License. You can obtain a copy of the License at 
+ * http://www.netbeans.org/cddl-gplv2.html 
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the 
+ * specific language governing permissions and limitations under the 
+ * License.  When distributing the software, include this License Header 
+ * Notice in each file and include the License file at 
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this 
+ * particular file as subject to the "Classpath" exception as provided 
+ * by Oracle in the GPL Version 2 section of the License file that 
+ * accompanied this code. If applicable, add the following below the 
+ * License Header, with the fields enclosed by brackets [] replaced by 
+ * your own identifying information: 
+ * "Portions Copyrighted [year] [name of copyright owner]" 
+ * 
+ * Contributor(s): 
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original 
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun 
+ * Microsystems, Inc. All Rights Reserved. 
+ * 
+ * If you wish your version of this file to be governed by only the CDDL 
+ * or only the GPL Version 2, indicate your decision by adding 
+ * "[Contributor] elects to include this software in this distribution 
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a 
+ * single choice of license, a recipient has the option to distribute 
+ * your version of this file under either the CDDL, the GPL Version 2 or 
+ * to extend the choice of license to its licensees as provided above. 
+ * However, if you add GPL Version 2 code and therefore, elected the GPL 
+ * Version 2 license, then the option applies only if the new code is 
+ * made subject to such option by the copyright holder. 
+ */ 
+package org.openide.actions; 
+ 
+import junit.framework.Test; 
+import junit.framework.TestSuite; 
+import org.netbeans.junit.NbTestCase; 
+import org.openide.util.HelpCtx; 
+ 
+/** 
+ * A JUnit test for FindAction. 
+ * 
+ * @author Manfred Riem 
+ * @version $Revision$ 
+ */ 
+public class FindActionTest extends NbTestCase { 
+    /** 
+     * Stores our single instance. 
+     */ 
+    private static FindAction instance = new FindAction(); 
+     
+    /** 
+     * Constructor. 
+     * 
+     * @param testName the name of the test. 
+     */ 
+    public FindActionTest(String testName) { 
+        super(testName); 
+    } 
+ 
+    /** 
+     * Setup for testing. 
+     */ 
+    protected void setUp() throws Exception { 
+    } 
+ 
+    /** 
+     * Cleanup after testing 
+     */ 
+    protected void tearDown() throws Exception { 
+    } 
+ 
+    /** 
+     * Suite method. 
+     */ 
+    public static Test suite() { 
+        TestSuite suite = new TestSuite(FindActionTest.class); 
+         
+        return suite; 
+    } 
+ 
+    /** 
+     * Test getName method. 
+     */ 
+    public void testGetName() { 
+        String expected = "&Find..."; 
+        String result   = instance.getName(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test getHelpCtx method. 
+     */ 
+    public void testGetHelpCtx() { 
+        HelpCtx expected = new HelpCtx(FindAction.class);; 
+        HelpCtx result   = instance.getHelpCtx(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test iconResource method. 
+     */ 
+    public void testIconResource() { 
+        String expected = null; // #111508: "org/openide/resources/actions/find.gif"; 
+        String result   = instance.iconResource(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test of asynchronous method, of class org.openide.actions.FindAction. 
+     */ 
+    public void testAsynchronous() { 
+        boolean expected = false; 
+        boolean result   = instance.asynchronous(); 
+         
+        assertEquals(expected, result); 
+    }     
+} 
diff --git a/openide.actions/test/unit/src/org/openide/actions/GotoActionTest.java b/openide.actions/test/unit/src/org/openide/actions/GotoActionTest.java
new file mode 100644
index 0000000..c7be1d3
--- /dev/null
+++ b/openide.actions/test/unit/src/org/openide/actions/GotoActionTest.java
@@ -0,0 +1,122 @@
+/* 
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 
+ * 
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. 
+ * 
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates. 
+ * Other names may be trademarks of their respective owners. 
+ * 
+ * The contents of this file are subject to the terms of either the GNU 
+ * General Public License Version 2 only ("GPL") or the Common 
+ * Development and Distribution License("CDDL") (collectively, the 
+ * "License"). You may not use this file except in compliance with the 
+ * License. You can obtain a copy of the License at 
+ * http://www.netbeans.org/cddl-gplv2.html 
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the 
+ * specific language governing permissions and limitations under the 
+ * License.  When distributing the software, include this License Header 
+ * Notice in each file and include the License file at 
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this 
+ * particular file as subject to the "Classpath" exception as provided 
+ * by Oracle in the GPL Version 2 section of the License file that 
+ * accompanied this code. If applicable, add the following below the 
+ * License Header, with the fields enclosed by brackets [] replaced by 
+ * your own identifying information: 
+ * "Portions Copyrighted [year] [name of copyright owner]" 
+ * 
+ * Contributor(s): 
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original 
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun 
+ * Microsystems, Inc. All Rights Reserved. 
+ * 
+ * If you wish your version of this file to be governed by only the CDDL 
+ * or only the GPL Version 2, indicate your decision by adding 
+ * "[Contributor] elects to include this software in this distribution 
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a 
+ * single choice of license, a recipient has the option to distribute 
+ * your version of this file under either the CDDL, the GPL Version 2 or 
+ * to extend the choice of license to its licensees as provided above. 
+ * However, if you add GPL Version 2 code and therefore, elected the GPL 
+ * Version 2 license, then the option applies only if the new code is 
+ * made subject to such option by the copyright holder. 
+ */ 
+package org.openide.actions; 
+ 
+import junit.framework.Test; 
+import junit.framework.TestSuite; 
+import org.netbeans.junit.NbTestCase; 
+import org.openide.util.HelpCtx; 
+ 
+/** 
+ * A JUnit test for GotoAction. 
+ * 
+ * @author Manfred Riem 
+ * @version $Revision$ 
+ */ 
+public class GotoActionTest extends NbTestCase { 
+    /** 
+     * Stores our single instance. 
+     */ 
+    private static GotoAction instance = new GotoAction(); 
+     
+    /** 
+     * Constructor. 
+     * 
+     * @param testName the name of the test. 
+     */ 
+    public GotoActionTest(String testName) { 
+        super(testName); 
+    } 
+ 
+    /** 
+     * Setup for testing. 
+     */ 
+    protected void setUp() throws Exception { 
+    } 
+ 
+    /** 
+     * Cleanup after testing. 
+     */ 
+    protected void tearDown() throws Exception { 
+    } 
+ 
+    /** 
+     * Suite method. 
+     */ 
+    public static Test suite() { 
+        TestSuite suite = new TestSuite(GotoActionTest.class); 
+         
+        return suite; 
+    } 
+ 
+    /** 
+     * Test getName method. 
+     */ 
+    public void testGetName() { 
+        String expected = "Go to &Line..."; 
+        String result   = instance.getName(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test getHelpCtx method. 
+     */ 
+    public void testGetHelpCtx() { 
+        HelpCtx expected = new HelpCtx(GotoAction.class);; 
+        HelpCtx result   = instance.getHelpCtx(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test asynchronous method. 
+     */ 
+    public void testAsynchronous() { 
+        boolean expected = false; 
+        boolean result   = instance.asynchronous(); 
+         
+        assertEquals(expected, result); 
+    } 
+} 
diff --git a/openide.actions/test/unit/src/org/openide/actions/NextTabActionTest.java b/openide.actions/test/unit/src/org/openide/actions/NextTabActionTest.java
new file mode 100644
index 0000000..3583269
--- /dev/null
+++ b/openide.actions/test/unit/src/org/openide/actions/NextTabActionTest.java
@@ -0,0 +1,132 @@
+/* 
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 
+ * 
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. 
+ * 
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates. 
+ * Other names may be trademarks of their respective owners. 
+ * 
+ * The contents of this file are subject to the terms of either the GNU 
+ * General Public License Version 2 only ("GPL") or the Common 
+ * Development and Distribution License("CDDL") (collectively, the 
+ * "License"). You may not use this file except in compliance with the 
+ * License. You can obtain a copy of the License at 
+ * http://www.netbeans.org/cddl-gplv2.html 
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the 
+ * specific language governing permissions and limitations under the 
+ * License.  When distributing the software, include this License Header 
+ * Notice in each file and include the License file at 
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this 
+ * particular file as subject to the "Classpath" exception as provided 
+ * by Oracle in the GPL Version 2 section of the License file that 
+ * accompanied this code. If applicable, add the following below the 
+ * License Header, with the fields enclosed by brackets [] replaced by 
+ * your own identifying information: 
+ * "Portions Copyrighted [year] [name of copyright owner]" 
+ * 
+ * Contributor(s): 
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original 
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun 
+ * Microsystems, Inc. All Rights Reserved. 
+ * 
+ * If you wish your version of this file to be governed by only the CDDL 
+ * or only the GPL Version 2, indicate your decision by adding 
+ * "[Contributor] elects to include this software in this distribution 
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a 
+ * single choice of license, a recipient has the option to distribute 
+ * your version of this file under either the CDDL, the GPL Version 2 or 
+ * to extend the choice of license to its licensees as provided above. 
+ * However, if you add GPL Version 2 code and therefore, elected the GPL 
+ * Version 2 license, then the option applies only if the new code is 
+ * made subject to such option by the copyright holder. 
+ */ 
+package org.openide.actions; 
+ 
+import junit.framework.Test; 
+import junit.framework.TestSuite; 
+import org.netbeans.junit.NbTestCase; 
+import org.openide.util.HelpCtx; 
+ 
+/** 
+ * A JUnit test for NextTabAction. 
+ * 
+ * @author Manfred Riem 
+ * @version $Revision$ 
+ */ 
+public class NextTabActionTest extends NbTestCase { 
+    /** 
+     * Stores our single instance. 
+     */ 
+    private static NextTabAction instance = new NextTabAction(); 
+     
+    /** 
+     * Constructor. 
+     * 
+     * @param testName the name of the test. 
+     */ 
+    public NextTabActionTest(String testName) { 
+        super(testName); 
+    } 
+ 
+    /** 
+     * Setup for testing. 
+     */ 
+    protected void setUp() throws Exception { 
+    } 
+ 
+    /** 
+     * Cleanup after testing. 
+     */ 
+    protected void tearDown() throws Exception { 
+    } 
+ 
+    /** 
+     * Suite method. 
+     */ 
+    public static Test suite() { 
+        TestSuite suite = new TestSuite(NextTabActionTest.class); 
+         
+        return suite; 
+    } 
+ 
+    /** 
+     * Test iconResource method. 
+     */ 
+    public void testIconResource() { 
+        String expected = "org/openide/resources/actions/nextTab.gif"; 
+        String result   = instance.iconResource(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test getHelpCtx method. 
+     */ 
+    public void testGetHelpCtx() { 
+        HelpCtx expected = new HelpCtx(NextTabAction.class);; 
+        HelpCtx result   = instance.getHelpCtx(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test getName method. 
+     */ 
+    public void testGetName() { 
+        String expected = "&Next View"; 
+        String result   = instance.getName(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test asynchronous method. 
+     */ 
+    public void testAsynchronous() { 
+        boolean expected = false; 
+        boolean result   = instance.asynchronous(); 
+         
+        assertEquals(expected, result); 
+    } 
+} 
diff --git a/openide.actions/test/unit/src/org/openide/actions/OpenActionTest.java b/openide.actions/test/unit/src/org/openide/actions/OpenActionTest.java
new file mode 100644
index 0000000..befe894
--- /dev/null
+++ b/openide.actions/test/unit/src/org/openide/actions/OpenActionTest.java
@@ -0,0 +1,264 @@
+/* 
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 
+ * 
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. 
+ * 
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates. 
+ * Other names may be trademarks of their respective owners. 
+ * 
+ * The contents of this file are subject to the terms of either the GNU 
+ * General Public License Version 2 only ("GPL") or the Common 
+ * Development and Distribution License("CDDL") (collectively, the 
+ * "License"). You may not use this file except in compliance with the 
+ * License. You can obtain a copy of the License at 
+ * http://www.netbeans.org/cddl-gplv2.html 
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the 
+ * specific language governing permissions and limitations under the 
+ * License.  When distributing the software, include this License Header 
+ * Notice in each file and include the License file at 
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this 
+ * particular file as subject to the "Classpath" exception as provided 
+ * by Oracle in the GPL Version 2 section of the License file that 
+ * accompanied this code. If applicable, add the following below the 
+ * License Header, with the fields enclosed by brackets [] replaced by 
+ * your own identifying information: 
+ * "Portions Copyrighted [year] [name of copyright owner]" 
+ * 
+ * Contributor(s): 
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original 
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun 
+ * Microsystems, Inc. All Rights Reserved. 
+ * 
+ * If you wish your version of this file to be governed by only the CDDL 
+ * or only the GPL Version 2, indicate your decision by adding 
+ * "[Contributor] elects to include this software in this distribution 
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a 
+ * single choice of license, a recipient has the option to distribute 
+ * your version of this file under either the CDDL, the GPL Version 2 or 
+ * to extend the choice of license to its licensees as provided above. 
+ * However, if you add GPL Version 2 code and therefore, elected the GPL 
+ * Version 2 license, then the option applies only if the new code is 
+ * made subject to such option by the copyright holder. 
+ */ 
+package org.openide.actions; 
+ 
+import java.awt.Component; 
+import java.awt.Image; 
+import java.awt.datatransfer.Transferable; 
+import java.io.IOException; 
+import junit.framework.Test; 
+import junit.framework.TestSuite; 
+import org.netbeans.junit.NbTestCase; 
+import org.openide.cookies.OpenCookie; 
+import org.openide.nodes.Children; 
+import org.openide.nodes.Node; 
+import org.openide.util.HelpCtx; 
+import org.openide.util.actions.CookieAction; 
+import org.openide.util.datatransfer.NewType; 
+import org.openide.util.datatransfer.PasteType; 
+ 
+/** 
+ * A JUnit test for OpenAction. 
+ * 
+ * @author Manfred Riem 
+ * @version $Revision$ 
+ */ 
+public class OpenActionTest extends NbTestCase { 
+    /** 
+     * Stores our single instance. 
+     */ 
+    private static OpenAction instance = new OpenAction(); 
+     
+    /** 
+     * Constructor. 
+     * 
+     * @param testName the name of the test. 
+     */ 
+    public OpenActionTest(String testName) { 
+        super(testName); 
+    } 
+ 
+    /** 
+     * Setup before testing. 
+     */ 
+    protected void setUp() throws Exception { 
+    } 
+ 
+    /** 
+     * Cleanup after testing. 
+     */ 
+    protected void tearDown() throws Exception { 
+    } 
+ 
+    /** 
+     * Suite method. 
+     */ 
+    public static Test suite() { 
+        TestSuite suite = new TestSuite(OpenActionTest.class); 
+         
+        return suite; 
+    } 
+ 
+    /** 
+     * Test cookieClasses method. 
+     */ 
+    public void testCookieClasses() { 
+        Class[] result = instance.cookieClasses(); 
+         
+        assertNotNull(result); 
+        assertEquals(OpenCookie.class, result[0]); 
+    } 
+ 
+    /** 
+     * Test surviveFocusChange method. 
+     */ 
+    public void testSurviveFocusChange() { 
+        boolean expected = false; 
+        boolean result   = instance.surviveFocusChange(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test mode method. 
+     */ 
+    public void testMode() { 
+        int expected = CookieAction.MODE_ANY; 
+        int result   = instance.mode(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test getName method. 
+     */ 
+    public void testGetName() { 
+        String expected = "Open"; 
+        String result   = instance.getName(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test getHelpCtx method. 
+     */ 
+    public void testGetHelpCtx() { 
+        HelpCtx expected = new HelpCtx(OpenAction.class);; 
+        HelpCtx result   = instance.getHelpCtx(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test performAction method. 
+     */ 
+    public void testPerformAction() { 
+        Node[] nodes = new Node[1]; 
+         
+        nodes[0] = new OpenActionTestNode(); 
+         
+        instance.performAction(nodes); 
+    } 
+ 
+    /** 
+     * Test asynchronous method. 
+     */ 
+    public void testAsynchronous() { 
+        boolean expected = false; 
+        boolean result   = instance.asynchronous(); 
+         
+        assertEquals(expected, result); 
+    } 
+     
+    /** 
+     * Inner class for testing purposes. 
+     */ 
+    public class OpenActionTestNode extends Node implements OpenCookie { 
+        public OpenActionTestNode() { 
+            super(Children.LEAF, null); 
+        } 
+         
+        public Node.Cookie getCookie(Class clazz) { 
+            if (clazz == OpenCookie.class) { 
+                return this; 
+            } 
+            return null; 
+        } 
+         
+        public Node cloneNode() { 
+            return null; 
+        } 
+ 
+        public Image getIcon(int type) { 
+            return null; 
+        } 
+ 
+        public Image getOpenedIcon(int type) { 
+            return null; 
+        } 
+ 
+        public HelpCtx getHelpCtx() { 
+            return null; 
+        } 
+ 
+        public boolean canRename() { 
+            return false; 
+        } 
+ 
+        public boolean canDestroy() { 
+            return false; 
+        } 
+ 
+        public Node.PropertySet[] getPropertySets() { 
+            return null; 
+        } 
+ 
+        public Transferable clipboardCopy() throws IOException { 
+            return null; 
+        } 
+ 
+        public Transferable clipboardCut() throws IOException { 
+            return null; 
+        } 
+ 
+        public Transferable drag() throws IOException { 
+            return null; 
+        } 
+ 
+        public boolean canCopy() { 
+            return false; 
+        } 
+ 
+        public boolean canCut() { 
+            return false; 
+        } 
+ 
+        public PasteType[] getPasteTypes(Transferable t) { 
+            return null; 
+        } 
+ 
+        public PasteType getDropType(Transferable t, int action, int index) { 
+            return null; 
+        } 
+ 
+        public NewType[] getNewTypes() { 
+            return null; 
+        } 
+ 
+        public boolean hasCustomizer() { 
+            return false; 
+        } 
+ 
+        public Component getCustomizer() { 
+            return null; 
+        } 
+ 
+        public Node.Handle getHandle() { 
+            return null; 
+        } 
+ 
+        public void open() { 
+        } 
+    } 
+} 
diff --git a/openide.actions/test/unit/src/org/openide/actions/OpenLocalExplorerActionTest.java b/openide.actions/test/unit/src/org/openide/actions/OpenLocalExplorerActionTest.java
new file mode 100644
index 0000000..2844e53
--- /dev/null
+++ b/openide.actions/test/unit/src/org/openide/actions/OpenLocalExplorerActionTest.java
@@ -0,0 +1,67 @@
+/* 
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 
+ * 
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. 
+ * 
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates. 
+ * Other names may be trademarks of their respective owners. 
+ * 
+ * The contents of this file are subject to the terms of either the GNU 
+ * General Public License Version 2 only ("GPL") or the Common 
+ * Development and Distribution License("CDDL") (collectively, the 
+ * "License"). You may not use this file except in compliance with the 
+ * License. You can obtain a copy of the License at 
+ * http://www.netbeans.org/cddl-gplv2.html 
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the 
+ * specific language governing permissions and limitations under the 
+ * License.  When distributing the software, include this License Header 
+ * Notice in each file and include the License file at 
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this 
+ * particular file as subject to the "Classpath" exception as provided 
+ * by Oracle in the GPL Version 2 section of the License file that 
+ * accompanied this code. If applicable, add the following below the 
+ * License Header, with the fields enclosed by brackets [] replaced by 
+ * your own identifying information: 
+ * "Portions Copyrighted [year] [name of copyright owner]" 
+ * 
+ * Contributor(s): 
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original 
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun 
+ * Microsystems, Inc. All Rights Reserved. 
+ * 
+ * If you wish your version of this file to be governed by only the CDDL 
+ * or only the GPL Version 2, indicate your decision by adding 
+ * "[Contributor] elects to include this software in this distribution 
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a 
+ * single choice of license, a recipient has the option to distribute 
+ * your version of this file under either the CDDL, the GPL Version 2 or 
+ * to extend the choice of license to its licensees as provided above. 
+ * However, if you add GPL Version 2 code and therefore, elected the GPL 
+ * Version 2 license, then the option applies only if the new code is 
+ * made subject to such option by the copyright holder. 
+ */ 
+package org.openide.actions; 
+ 
+import org.netbeans.junit.NbTestCase; 
+import org.openide.nodes.AbstractNode;
+import org.openide.nodes.Children; 
+import org.openide.nodes.Node; 
+ 
+public class OpenLocalExplorerActionTest extends NbTestCase { 
+     
+    public OpenLocalExplorerActionTest(String testName) { 
+        super(testName); 
+    } 
+ 
+    public void testEnable() {
+        OpenLocalExplorerAction action = new OpenLocalExplorerAction();
+        Node leaf = new AbstractNode(Children.LEAF);
+        Node parent = new AbstractNode(new Children.Array());
+        assertFalse(action.enable(null));
+        assertFalse(action.enable(new Node[0]));
+        assertTrue(action.enable(new Node[] {parent}));
+        assertFalse(action.enable(new Node[] {leaf}));
+        assertFalse(action.enable(new Node[] {parent, parent}));
+    } 
+} 
diff --git a/openide.actions/test/unit/src/org/openide/actions/PageSetupActionTest.java b/openide.actions/test/unit/src/org/openide/actions/PageSetupActionTest.java
new file mode 100644
index 0000000..1ec7bba
--- /dev/null
+++ b/openide.actions/test/unit/src/org/openide/actions/PageSetupActionTest.java
@@ -0,0 +1,158 @@
+/* 
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 
+ * 
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. 
+ * 
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates. 
+ * Other names may be trademarks of their respective owners. 
+ * 
+ * The contents of this file are subject to the terms of either the GNU 
+ * General Public License Version 2 only ("GPL") or the Common 
+ * Development and Distribution License("CDDL") (collectively, the 
+ * "License"). You may not use this file except in compliance with the 
+ * License. You can obtain a copy of the License at 
+ * http://www.netbeans.org/cddl-gplv2.html 
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the 
+ * specific language governing permissions and limitations under the 
+ * License.  When distributing the software, include this License Header 
+ * Notice in each file and include the License file at 
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this 
+ * particular file as subject to the "Classpath" exception as provided 
+ * by Oracle in the GPL Version 2 section of the License file that 
+ * accompanied this code. If applicable, add the following below the 
+ * License Header, with the fields enclosed by brackets [] replaced by 
+ * your own identifying information: 
+ * "Portions Copyrighted [year] [name of copyright owner]" 
+ * 
+ * Contributor(s): 
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original 
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun 
+ * Microsystems, Inc. All Rights Reserved. 
+ * 
+ * If you wish your version of this file to be governed by only the CDDL 
+ * or only the GPL Version 2, indicate your decision by adding 
+ * "[Contributor] elects to include this software in this distribution 
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a 
+ * single choice of license, a recipient has the option to distribute 
+ * your version of this file under either the CDDL, the GPL Version 2 or 
+ * to extend the choice of license to its licensees as provided above. 
+ * However, if you add GPL Version 2 code and therefore, elected the GPL 
+ * Version 2 license, then the option applies only if the new code is 
+ * made subject to such option by the copyright holder. 
+ */ 
+package org.openide.actions; 
+ 
+import java.awt.AWTException; 
+import java.awt.Robot; 
+import java.awt.event.KeyEvent; 
+import junit.framework.Test; 
+import junit.framework.TestSuite; 
+import org.netbeans.junit.NbTestCase; 
+import org.openide.util.HelpCtx; 
+ 
+/** 
+ * A JUnit test for PageSetupAction. 
+ * 
+ * @author Manfred Riem 
+ * @version $Revision$ 
+ */ 
+public class PageSetupActionTest extends NbTestCase { 
+    /** 
+     * Stores our single instance. 
+     */ 
+    private static PageSetupAction instance = new PageSetupAction(); 
+     
+    /** 
+     * Constructor. 
+     * 
+     * @param testName the name of the test. 
+     */ 
+    public PageSetupActionTest(String testName) { 
+        super(testName); 
+    } 
+ 
+    /** 
+     * Setup before testing. 
+     */ 
+    protected void setUp() throws Exception { 
+    } 
+ 
+    /** 
+     * Cleanup after testing. 
+     */ 
+    protected void tearDown() throws Exception { 
+    } 
+ 
+    /** 
+     * Suite method. 
+     */ 
+    public static Test suite() { 
+        TestSuite suite = new TestSuite(PageSetupActionTest.class); 
+         
+        return suite; 
+    } 
+ 
+    /** 
+     * Test performAction method. 
+     */ 
+    public void testPerformAction() { 
+        Thread thread = new Thread(){ 
+            public void run() { 
+                instance.performAction(); 
+            } 
+        }; 
+         
+        thread.start(); 
+ 
+        try { 
+            Thread.sleep(1000); 
+        } 
+        catch(InterruptedException ie) { 
+        } 
+         
+        try { 
+            Robot robot = new Robot(); 
+            robot.keyPress(KeyEvent.VK_ESCAPE); 
+        } 
+        catch(AWTException ae) { 
+            ae.printStackTrace(); 
+        } 
+ 
+        try { 
+            Thread.sleep(1000); 
+        } 
+        catch(InterruptedException ie) { 
+        } 
+    } 
+ 
+    /** 
+     * Test asynchronous method. 
+     */ 
+    public void testAsynchronous() { 
+        boolean expected = false; 
+        boolean result   = instance.asynchronous(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test getName method. 
+     */ 
+    public void testGetName() { 
+        String expected = "Pa&ge Setup..."; 
+        String result   = instance.getName(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test getHelpCtx method. 
+     */ 
+    public void testGetHelpCtx() { 
+        HelpCtx expected = new HelpCtx(PageSetupAction.class);; 
+        HelpCtx result   = instance.getHelpCtx(); 
+         
+        assertEquals(expected, result); 
+    } 
+} 
diff --git a/openide.actions/test/unit/src/org/openide/actions/PopupActionTest.java b/openide.actions/test/unit/src/org/openide/actions/PopupActionTest.java
new file mode 100644
index 0000000..9504247
--- /dev/null
+++ b/openide.actions/test/unit/src/org/openide/actions/PopupActionTest.java
@@ -0,0 +1,129 @@
+/* 
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 
+ * 
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. 
+ * 
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates. 
+ * Other names may be trademarks of their respective owners. 
+ * 
+ * The contents of this file are subject to the terms of either the GNU 
+ * General Public License Version 2 only ("GPL") or the Common 
+ * Development and Distribution License("CDDL") (collectively, the 
+ * "License"). You may not use this file except in compliance with the 
+ * License. You can obtain a copy of the License at 
+ * http://www.netbeans.org/cddl-gplv2.html 
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the 
+ * specific language governing permissions and limitations under the 
+ * License.  When distributing the software, include this License Header 
+ * Notice in each file and include the License file at 
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this 
+ * particular file as subject to the "Classpath" exception as provided 
+ * by Oracle in the GPL Version 2 section of the License file that 
+ * accompanied this code. If applicable, add the following below the 
+ * License Header, with the fields enclosed by brackets [] replaced by 
+ * your own identifying information: 
+ * "Portions Copyrighted [year] [name of copyright owner]" 
+ * 
+ * Contributor(s): 
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original 
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun 
+ * Microsystems, Inc. All Rights Reserved. 
+ * 
+ * If you wish your version of this file to be governed by only the CDDL 
+ * or only the GPL Version 2, indicate your decision by adding 
+ * "[Contributor] elects to include this software in this distribution 
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a 
+ * single choice of license, a recipient has the option to distribute 
+ * your version of this file under either the CDDL, the GPL Version 2 or 
+ * to extend the choice of license to its licensees as provided above. 
+ * However, if you add GPL Version 2 code and therefore, elected the GPL 
+ * Version 2 license, then the option applies only if the new code is 
+ * made subject to such option by the copyright holder. 
+ */ 
+package org.openide.actions; 
+ 
+import junit.framework.Test; 
+import junit.framework.TestSuite; 
+import org.netbeans.junit.NbTestCase; 
+import org.openide.util.HelpCtx; 
+ 
+/** 
+ * A JUnit test for PopupAction.  
+ * 
+ * @author Manfred Riem 
+ * @version $Revision$ 
+ */ 
+public class PopupActionTest extends NbTestCase { 
+    /** 
+     * Stores the instance. 
+     */ 
+    private static PopupAction instance = new PopupAction(); 
+     
+    /** 
+     * Constructor. 
+     * 
+     * @param testName the name of the test. 
+     */ 
+    public PopupActionTest(String testName) { 
+        super(testName); 
+    } 
+ 
+    /** 
+     * Setup for testing. 
+     */ 
+    protected void setUp() throws Exception { 
+    } 
+ 
+    /** 
+     * Cleanup after testing. 
+     */ 
+    protected void tearDown() throws Exception { 
+    } 
+ 
+    /** 
+     * Suite method. 
+     */ 
+    public static Test suite() { 
+        TestSuite suite = new TestSuite(PopupActionTest.class); 
+         
+        return suite; 
+    } 
+ 
+    /** 
+     * Test initialize method. 
+     */ 
+    public void testInitialize() { 
+        instance.initialize(); 
+    } 
+ 
+    /** 
+     * Test getName method. 
+     */ 
+    public void testGetName() { 
+        String expected = "Popup"; 
+        String result   = instance.getName(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test getHelpCtx method. 
+     */ 
+    public void testGetHelpCtx() { 
+        HelpCtx expected = new HelpCtx(PopupAction.class); 
+        HelpCtx result   = instance.getHelpCtx(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test asynchronous method. 
+     */ 
+    public void testAsynchronous() { 
+        boolean expected = false; 
+        boolean result   = instance.asynchronous(); 
+         
+        assertEquals(expected, result); 
+    } 
+} 
diff --git a/openide.actions/test/unit/src/org/openide/actions/PreviousTabActionTest.java b/openide.actions/test/unit/src/org/openide/actions/PreviousTabActionTest.java
new file mode 100644
index 0000000..44a064c
--- /dev/null
+++ b/openide.actions/test/unit/src/org/openide/actions/PreviousTabActionTest.java
@@ -0,0 +1,132 @@
+/* 
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 
+ * 
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. 
+ * 
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates. 
+ * Other names may be trademarks of their respective owners. 
+ * 
+ * The contents of this file are subject to the terms of either the GNU 
+ * General Public License Version 2 only ("GPL") or the Common 
+ * Development and Distribution License("CDDL") (collectively, the 
+ * "License"). You may not use this file except in compliance with the 
+ * License. You can obtain a copy of the License at 
+ * http://www.netbeans.org/cddl-gplv2.html 
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the 
+ * specific language governing permissions and limitations under the 
+ * License.  When distributing the software, include this License Header 
+ * Notice in each file and include the License file at 
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this 
+ * particular file as subject to the "Classpath" exception as provided 
+ * by Oracle in the GPL Version 2 section of the License file that 
+ * accompanied this code. If applicable, add the following below the 
+ * License Header, with the fields enclosed by brackets [] replaced by 
+ * your own identifying information: 
+ * "Portions Copyrighted [year] [name of copyright owner]" 
+ * 
+ * Contributor(s): 
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original 
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun 
+ * Microsystems, Inc. All Rights Reserved. 
+ * 
+ * If you wish your version of this file to be governed by only the CDDL 
+ * or only the GPL Version 2, indicate your decision by adding 
+ * "[Contributor] elects to include this software in this distribution 
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a 
+ * single choice of license, a recipient has the option to distribute 
+ * your version of this file under either the CDDL, the GPL Version 2 or 
+ * to extend the choice of license to its licensees as provided above. 
+ * However, if you add GPL Version 2 code and therefore, elected the GPL 
+ * Version 2 license, then the option applies only if the new code is 
+ * made subject to such option by the copyright holder. 
+ */ 
+package org.openide.actions; 
+ 
+import junit.framework.Test; 
+import junit.framework.TestSuite; 
+import org.netbeans.junit.NbTestCase; 
+import org.openide.util.HelpCtx; 
+ 
+/** 
+ * A JUnit test for PreviousTabAction. 
+ * 
+ * @author Manfred Riem 
+ * @version $Revision$ 
+ */ 
+public class PreviousTabActionTest extends NbTestCase { 
+    /** 
+     * Stores the instance. 
+     */ 
+    private static PreviousTabAction instance = new PreviousTabAction(); 
+     
+    /** 
+     * Constructor. 
+     * 
+     * @param testName the name of the test. 
+     */ 
+    public PreviousTabActionTest(String testName) { 
+        super(testName); 
+    } 
+ 
+    /** 
+     * Setup before testing. 
+     */ 
+    protected void setUp() throws Exception { 
+    } 
+ 
+    /** 
+     * Cleanup after testing. 
+     */ 
+    protected void tearDown() throws Exception { 
+    } 
+ 
+    /** 
+     * Suite method. 
+     */ 
+    public static Test suite() { 
+        TestSuite suite = new TestSuite(PreviousTabActionTest.class); 
+         
+        return suite; 
+    } 
+ 
+    /** 
+     * Test iconResource method. 
+     */ 
+    public void testIconResource() { 
+        String expected = "org/openide/resources/actions/previousTab.gif"; 
+        String result   = instance.iconResource(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test getHelpCtx method. 
+     */ 
+    public void testGetHelpCtx() { 
+        HelpCtx expected = new HelpCtx(PreviousTabAction.class); 
+        HelpCtx result   = instance.getHelpCtx(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test getName method. 
+     */ 
+    public void testGetName() { 
+        String expected = "&Previous View"; 
+        String result   = instance.getName(); 
+         
+        assertEquals(expected, result); 
+    } 
+ 
+    /** 
+     * Test asynchronous method. 
+     */ 
+    public void testAsynchronous() { 
+        boolean expected = false; 
+        boolean result   = instance.asynchronous(); 
+         
+        assertEquals(expected, result); 
+    } 
+} 
diff --git a/openide.actions/test/unit/src/org/openide/actions/PrintActionTest.java b/openide.actions/test/unit/src/org/openide/actions/PrintActionTest.java
new file mode 100644
index 0000000..392931c
--- /dev/null
+++ b/openide.actions/test/unit/src/org/openide/actions/PrintActionTest.java
@@ -0,0 +1,254 @@
+/* 
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 
+ * 
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. 
+ * 
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates. 
+ * Other names may be trademarks of their respective owners. 
+ * 
+ * The contents of this file are subject to the terms of either the GNU 
+ * General Public License Version 2 only ("GPL") or the Common 
+ * Development and Distribution License("CDDL") (collectively, the 
+ * "License"). You may not use this file except in compliance with the 
+ * License. You can obtain a copy of the License at 
+ * http://www.netbeans.org/cddl-gplv2.html 
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the 
+ * specific language governing permissions and limitations under the 
+ * License.  When distributing the software, include this License Header 
+ * Notice in each file and include the License file at 
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this 
+ * particular file as subject to the "Classpath" exception as provided 
+ * by Oracle in the GPL Version 2 section of the License file that 
+ * accompanied this code. If applicable, add the following below the 
+ * License Header, with the fields enclosed by brackets [] replaced by 
+ * your own identifying information: 
+ * "Portions Copyrighted [year] [name of copyright owner]" 
+ * 
+ * Contributor(s): 
+ * 
+ * The Original Software is NetBeans. The Initial Developer of the Original 
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun 
+ * Microsystems, Inc. All Rights Reserved. 
+ * 
+ * If you wish your version of this file to be governed by only the CDDL 
+ * or only the GPL Version 2, indicate your decision by adding 
+ * "[Contributor] elects to include this software in this distribution 
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a 
+ * single choice of license, a recipient has the option to distribute 
+ * your version of this file under either the CDDL, the GPL Version 2 or 
+ * to extend the choice of license to its licensees as provided above. 
+ * However, if you add GPL Version 2 code and therefore, elected the GPL 
+ * Version 2 license, then the option applies only if the new code is 
+ * made subject to such option by the copyright holder. 
+ */ 
+package org.openide.actions; 
+ 
+import java.awt.Component; 
+import java.awt.Image; 
+import java.awt.datatransfer.Transferable; 
+import java.io.IOException; 
+import junit.framework.Test; 
+import junit.framework.TestSuite; 
+import org.netbeans.junit.NbTestCase; 
+import org.openide.cookies.PrintCookie; 
+import org.openide.nodes.Children; 
+import org.openide.nodes.Node; 
+import org.openide.util.HelpCtx; 
+import org.openide.util.actions.CookieAction; 
+import org.openide.util.datatransfer.NewType; 
+import org.openide.util.datatransfer.PasteType; 
+ 
+/** 
+ * A JUnit test for PrintAction. 
+ * 
+ * @author Manfred Riem 
+ * @version $Revision$ 
+ */ 
+public class PrintActionTest extends NbTestCase { 
+    /** 
+     * Stores the instance. 
+     */ 
+    private static PrintAction instance = new PrintAction(); 
+     
+    /** 
+     * Constructor. 
+     * 
+     * @param testName the name of the test. 
+     */ 
+    public PrintActionTest(String testName) { 
+        super(testName); 
+    } 
+     
+    /** 
+     * Setup before testing. 
+     */ 
+    protected void setUp() throws Exception { 
+    } 
+     
+    /** 
+     * Cleanup after testing. 
+     */ 
+    protected void tearDown() throws Exception { 
+    } 
+     
+    /** 
+     * Test cookieClasses method. 
+     */ 
+    public void testCookieClasses() { 
+        Class[] result = instance.cookieClasses(); 
+         
+        assertNotNull(result); 
+        assertEquals(PrintCookie.class, result[0]); 
+    } 
+     
+    /** 
+     * Test performAction method. 
+     */ 
+    public void testPerformAction() { 
+        Node[] nodes = new Node[1]; 
+          
+        nodes[0] = new PrintActionTestNode(); 
+        instance.performAction(nodes); 
+    } 
+     
+    /** 
+     * Test asynchronous method. 
+     */ 
+    public void testAsynchronous() { 
+        boolean expected = true; 
+        boolean result   = instance.asynchronous(); 
+         
+        assertEquals(expected, result); 
+    } 
+     
+    /** 
+     * Test mode method. 
+     */ 
+    public void testMode() { 
+        int expected = CookieAction.MODE_EXACTLY_ONE; 
+        int result   = instance.mode(); 
+         
+        assertEquals(expected, result); 
+    } 
+     
+    /** 
+     * Test getName method. 
+     */ 
+    public void testGetName() { 
+        String expected = "&Print..."; 
+        String result   = instance.getName(); 
+         
+        assertEquals(expected, result); 
+    } 
+     
+    /** 
+     * Test getHelpCtx method. 
+     */ 
+    public void testGetHelpCtx() { 
+        HelpCtx expected = new HelpCtx(PrintAction.class); 
+        HelpCtx result   = instance.getHelpCtx(); 
+         
+        assertEquals(expected, result); 
+    } 
+     
+    /** 
+     * Test iconResource method. 
+     */ 
+    public void testIconResource() { 
+        String expected = "org/openide/resources/actions/print.png"; 
+        String result   = instance.iconResource(); 
+         
+        assertEquals(expected, result); 
+    } 
+     
+    /** 
+     * Inner class needed for testing. 
+     */ 
+    public class PrintActionTestNode extends Node implements PrintCookie { 
+        public PrintActionTestNode() { 
+            super(Children.LEAF, null); 
+        } 
+         
+        public Node.Cookie getCookie(Class clazz) { 
+            if (clazz == PrintCookie.class) { 
+                return this; 
+            } 
+            return null; 
+        } 
+         
+        public Node cloneNode() { 
+            return null; 
+        } 
+ 
+        public Image getIcon(int type) { 
+            return null; 
+        } 
+ 
+        public Image getOpenedIcon(int type) { 
+            return null; 
+        } 
+ 
+        public HelpCtx getHelpCtx() { 
+            return null; 
+        } 
+ 
+        public boolean canRename() { 
+            return false; 
+        } 
+ 
+        public boolean canDestroy() { 
+            return false; 
+        } 
+ 
+        public Node.PropertySet[] getPropertySets() { 
+            return null; 
+        } 
+ 
+        public Transferable clipboardCopy() throws IOException { 
+            return null; 
+        } 
+ 
+        public Transferable clipboardCut() throws IOException { 
+            return null; 
+        } 
+ 
+        public Transferable drag() throws IOException { 
+            return null; 
+        } 
+ 
+        public boolean canCopy() { 
+            return false; 
+        } 
+ 
+        public boolean canCut() { 
+            return false; 
+        } 
+ 
+        public PasteType[] getPasteTypes(Transferable t) { 
+            return null; 
+        } 
+ 
+        public PasteType getDropType(Transferable t, int action, int index) { 
+            return null; 
+        } 
+ 
+        public NewType[] getNewTypes() { 
+            return null; 
+        } 
+ 
+        public boolean hasCustomizer() { 
+            return false; 
+        } 
+ 
+        public Component getCustomizer() { 
+            return null; 
+        } 
+ 
+        public Node.Handle getHandle() { 
+            return null; 
+        } 
+ 
+        public void print() { 
+        } 
+    } 
+} 
diff --git a/openide.actions/test/unit/src/org/openide/actions/RenameActionTest.java b/openide.actions/test/unit/src/org/openide/actions/RenameActionTest.java
new file mode 100644
index 0000000..0487fcb
--- /dev/null
+++ b/openide.actions/test/unit/src/org/openide/actions/RenameActionTest.java
@@ -0,0 +1,63 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.openide.actions;
+
+import org.netbeans.junit.NbTestCase;
+import org.openide.nodes.Node;
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+public class RenameActionTest extends NbTestCase {
+
+    public RenameActionTest(String s) {
+        super(s);
+    }
+
+    public void testInvokeWithEmptyArray() {
+        RenameAction ra = RenameAction.get(RenameAction.class);
+        ra.performAction(new Node[0]);
+    }
+
+}
\ No newline at end of file
diff --git a/openide.actions/test/unit/src/org/openide/actions/SaveActionTest.java b/openide.actions/test/unit/src/org/openide/actions/SaveActionTest.java
index af2b914..fa0f0b1 100644
--- a/openide.actions/test/unit/src/org/openide/actions/SaveActionTest.java
+++ b/openide.actions/test/unit/src/org/openide/actions/SaveActionTest.java
@@ -67,6 +67,7 @@ implements SaveCookie {
     }
 
     public void testActionWorksOnSaveCookieOnly() {
+        cnt = 0;
         Lookup lkp = Lookups.singleton(this);
         SaveAction sa = SaveAction.get(SaveAction.class);
         Action clone = sa.createContextAwareInstance(lkp);
@@ -77,4 +78,23 @@ implements SaveCookie {
     public void save() throws IOException {
         cnt++;
     }
+    
+    public void testActionWorksOnMultipleSaveCookies() {
+        cnt = 0;
+        SaveCookie cookie1 = new SaveCookieTestImpl();
+        SaveCookie cookie2 = new SaveCookieTestImpl();
+        Lookup lkp = Lookups.fixed(cookie1, cookie2);
+        SaveAction sa = SaveAction.get(SaveAction.class);
+        Action clone = sa.createContextAwareInstance(lkp);
+        clone.actionPerformed(new ActionEvent(this, 0, ""));
+        assertEquals("Save was called multiple times", 2, cnt);
+    }
+
+    private class SaveCookieTestImpl implements SaveCookie {
+
+        @Override
+        public void save() throws IOException {
+            cnt++;
+        }
+    }
 }
diff --git a/openide.actions/test/unit/src/org/openide/actions/UndoRedoActionTest.java b/openide.actions/test/unit/src/org/openide/actions/UndoRedoActionTest.java
new file mode 100644
index 0000000..65ccd38
--- /dev/null
+++ b/openide.actions/test/unit/src/org/openide/actions/UndoRedoActionTest.java
@@ -0,0 +1,224 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Sun in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.openide.actions;
+
+import java.awt.event.ActionEvent;
+import java.beans.PropertyChangeEvent;
+import java.beans.PropertyChangeListener;
+import javax.swing.Action;
+import javax.swing.event.UndoableEditEvent;
+import javax.swing.undo.CannotRedoException;
+import javax.swing.undo.CannotUndoException;
+import javax.swing.undo.UndoableEdit;
+import org.netbeans.junit.NbTestCase;
+import org.openide.awt.UndoRedo;
+import org.openide.util.ContextAwareAction;
+import org.openide.util.Lookup;
+import org.openide.util.lookup.AbstractLookup;
+import org.openide.util.lookup.InstanceContent;
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+public class UndoRedoActionTest extends NbTestCase
+implements UndoRedo.Provider {
+    private UndoRedo.Manager ur;
+    private MyEdit me;
+
+    public UndoRedoActionTest(String n) {
+        super(n);
+    }
+
+    @Override
+    protected boolean runInEQ() {
+        return true;
+    }
+
+    private Action undoAction(Lookup lkp) {
+        UndoAction u = UndoAction.get(UndoAction.class);
+        assertTrue("instance: " + u, u instanceof ContextAwareAction);
+        return ((ContextAwareAction) u).createContextAwareInstance(lkp);
+    }
+
+    private Action redoAction(Lookup lkp) {
+        RedoAction r = RedoAction.get(RedoAction.class);
+        assertTrue("instance: " + r, r instanceof ContextAwareAction);
+        return ((ContextAwareAction) r).createContextAwareInstance(lkp);
+    }
+
+    public void testUndoDeliversChanges() {
+        doUndoRedoTest(new UndoRedo.Manager(), true);
+    }
+    
+    public void testUndoDeliversChangesWithTooManyEdits() {
+        UndoRedo.Manager man = new UndoRedo.Manager() {
+            @Override
+            public boolean canUndo() {
+                if (super.canUndo()) {
+                    undoableEditHappened(new UndoableEditEvent(UndoRedoActionTest.this, new MyEdit(true)));
+                }
+                return super.canUndo();
+            }
+        };
+        doUndoRedoTest(man, false);
+    }
+
+
+    private void doUndoRedoTest(UndoRedo.Manager man, boolean testCounts) {
+        me = new MyEdit();
+        man.undoableEditHappened(new UndoableEditEvent(this, me));
+        assertTrue("Can undo", man.canUndo());
+        this.ur = man;
+        
+        InstanceContent ic = new InstanceContent();
+        AbstractLookup lkp = new AbstractLookup(ic);
+        Action u = undoAction(lkp);
+        Action r = redoAction(lkp);
+
+        assertFalse("Not enabled", u.isEnabled());
+        assertFalse("Not enabledR", r.isEnabled());
+        MyEdit lu = new MyEdit();
+        MyEdit lr = new MyEdit();
+        u.addPropertyChangeListener(lu);
+        r.addPropertyChangeListener(lr);
+
+        ic.add(this);
+
+        assertTrue("Action is enabled", u.isEnabled());
+        assertEquals("One change", 1, lu.cnt);
+        assertEquals("No redo change", 0, lr.cnt);
+
+        u.actionPerformed(new ActionEvent(this, 0, ""));
+        if (testCounts) {
+            assertEquals("my edit undone", 1, me.undo);
+
+            assertFalse("No more undo", man.canUndo());
+            assertTrue("But redo", man.canRedo());
+            assertEquals("Another undo change", 2, lu.cnt);
+            assertEquals("New redo change", 1, lr.cnt);
+            assertTrue("Redo action enabled", r.isEnabled());
+        }
+
+        r.actionPerformed(new ActionEvent(this, 0, ""));
+        assertFalse("Redo action no longer enabled", r.isEnabled());
+    }
+
+    @Override
+    public UndoRedo getUndoRedo() {
+        return ur;
+    }
+
+    private static final class MyEdit implements UndoableEdit, PropertyChangeListener {
+        private int undo;
+        private int redo;
+        private int cnt;
+        private boolean ignore;
+
+        public MyEdit() {
+            this(false);
+        }
+
+        public MyEdit(boolean ignore) {
+            this.ignore = ignore;
+        }
+
+        @Override
+        public void propertyChange(PropertyChangeEvent evt) {
+            if ("enabled".equals(evt.getPropertyName())) {
+                cnt++;
+            }
+        }
+
+        @Override
+        public void undo() throws CannotUndoException {
+            undo++;
+        }
+
+        @Override
+        public boolean canUndo() {
+            return true;
+        }
+
+        @Override
+        public void redo() throws CannotRedoException {
+            redo++;
+        }
+
+        @Override
+        public boolean canRedo() {
+            return true;
+        }
+
+        @Override
+        public void die() {
+        }
+
+        @Override
+        public boolean addEdit(UndoableEdit anEdit) {
+            return false;
+        }
+
+        @Override
+        public boolean replaceEdit(UndoableEdit anEdit) {
+            return false;
+        }
+
+        @Override
+        public boolean isSignificant() {
+            return true;
+        }
+
+        @Override
+        public String getPresentationName() {
+            return "My Edit";
+        }
+
+        @Override
+        public String getUndoPresentationName() {
+            return "My Undo";
+        }
+
+        @Override
+        public String getRedoPresentationName() {
+            return "My Redo";
+        }
+    }
+}
\ No newline at end of file
diff --git a/openide.awt/apichanges.xml b/openide.awt/apichanges.xml
index 819fd3a..86aa1c8 100644
--- a/openide.awt/apichanges.xml
+++ b/openide.awt/apichanges.xml
@@ -50,6 +50,58 @@ made subject to such option by the copyright holder.
 <apidef name="awt">AWT API</apidef>
 </apidefs>
 <changes>
+    <change id="ActionReference">
+        <api name="awt"/>
+        <summary>New @ActionReference annotations</summary>
+        <version major="7" minor="28"/>
+        <date day="5" month="9" year="2010"/>
+        <author login="jtulach"/>
+        <compatibility addition="yes" binary="compatible" deletion="no" semantic="compatible"/>
+        <description>
+            <p>
+                New annotation to register references to actions from layer.
+            </p>
+        </description>
+        <class package="org.openide.awt" name="ActionReference"/>
+        <class package="org.openide.awt" name="ActionReferences"/>
+        <issue number="189558"/>
+    </change>
+    <change id="ActionRegistration">
+        <api name="awt"/>
+        <summary>New @ActionRegistration annotations</summary>
+        <version major="7" minor="26"/>
+        <date day="10" month="8" year="2010"/>
+        <author login="jtulach"/>
+        <compatibility addition="yes" binary="compatible" deletion="no" semantic="compatible"/>
+        <description>
+            <p>Instead of registering actions in layer as advocated by various
+            <a href="@TOP@/org/openide/awt/Actions.html#alwaysEnabled(java.awt.event.ActionListener,%20java.lang.String,%20java.lang.String,%20boolean)">
+                action factory methods</a> one can use newly created 
+                <a href="@TOP@/org/openide/awt/ActionRegistration.html">annotations</a>.
+            </p>
+        </description>
+        <class package="org.openide.awt" name="ActionRegistration"/>
+        <class package="org.openide.awt" name="ActionID"/>
+        <issue number="183794"/>
+    </change>
+    <change id="UndoRedo.Provider">
+        <api name="awt"/>
+        <summary>Introducing UndoRedo.Provider</summary>
+        <version major="7" minor="25"/>
+        <date day="29" month="6" year="2010"/>
+        <author login="jtulach"/>
+        <compatibility addition="yes" binary="compatible" deletion="no" semantic="compatible"/>
+        <description>
+            <p>Undo and Redo actions now seek their context for implementation
+            of <a href="@TOP@/org/openide/awt/UndoRedo.Provider.html">UndoRedo.Provider</a>.
+            If found, it influences their enabled/disabled state. If there is no
+            such provider, the implementation fallbacks to currently activated
+            <a href="@org-openide-windows@/org/openide/windows/TopComponent.html">TopComponent</a>.
+            </p>
+        </description>
+        <class package="org.openide.awt" name="UndoRedo"/>
+        <issue number="180614"/>
+    </change>
     <change id="HIDE_WHEN_DISABLED">
         <api name="awt"/>
         <summary><code>HIDE_WHEN_DISABLED</code></summary>
diff --git a/openide.awt/arch.xml b/openide.awt/arch.xml
index d4cd75a..57839e0 100644
--- a/openide.awt/arch.xml
+++ b/openide.awt/arch.xml
@@ -574,6 +574,17 @@ made subject to such option by the copyright holder.
       If not overriden by this property it is done after 5000ms. 
       O means that the last text will be shown and not removed.
       </api>
+      
+      <api name="org.openide.awt.ActionReference.completion" category="devel" group="systemproperty" type="export">
+          If <a href="@JDK@/java/lang/System.html">System.getProperty("org.openide.awt.ActionReference.completion")</a>
+          is specified, then the dedicated processor for <a href="@TOP@/org/openide/awt/ActionReference.html">ActionReference</a>
+          tries to load such class, casts it to 
+          <a href="@JDK@/javax/annotation/processing/Processor.html">Processor</a>
+          and asks it for additional completion items for its
+          <code>path</code> attribute. By default, when running inside NetBeans IDE,
+          <code>apisupport.project</code> registers such class and provides
+          items representing valid paths in current project.
+      </api>
   </p>
  </answer>
 
diff --git a/openide.awt/manifest.mf b/openide.awt/manifest.mf
index 62ab6ff..2000fc5 100644
--- a/openide.awt/manifest.mf
+++ b/openide.awt/manifest.mf
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
 OpenIDE-Module: org.openide.awt
 OpenIDE-Module-Localizing-Bundle: org/openide/awt/Bundle.properties
 AutoUpdate-Essential-Module: true
-OpenIDE-Module-Specification-Version: 7.23.1
+OpenIDE-Module-Specification-Version: 7.30.1
 
diff --git a/openide.awt/nbproject/org-openide-awt.sig b/openide.awt/nbproject/org-openide-awt.sig
index 6fb28c8..3bb6acf 100644
--- a/openide.awt/nbproject/org-openide-awt.sig
+++ b/openide.awt/nbproject/org-openide-awt.sig
@@ -1,9 +1,9 @@
 #Signature file v4.1
-#Version 7.19.0
+#Version 7.23
 
 CLSS public java.awt.Canvas
-cons public Canvas()
-cons public Canvas(java.awt.GraphicsConfiguration)
+cons public init()
+cons public init(java.awt.GraphicsConfiguration)
 innr protected AccessibleAWTCanvas
 intf javax.accessibility.Accessible
 meth public java.awt.image.BufferStrategy getBufferStrategy()
@@ -17,7 +17,7 @@ supr java.awt.Component
 hfds base,nameCounter,serialVersionUID
 
 CLSS public abstract java.awt.Component
-cons protected Component()
+cons protected init()
 fld public final static float BOTTOM_ALIGNMENT = 1.0
 fld public final static float CENTER_ALIGNMENT = 0.5
 fld public final static float LEFT_ALIGNMENT = 0.0
@@ -287,11 +287,11 @@ meth public void transferFocusUpCycle()
 meth public void update(java.awt.Graphics)
 meth public void validate()
 supr java.lang.Object
-hfds FOCUS_TRAVERSABLE_DEFAULT,FOCUS_TRAVERSABLE_SET,FOCUS_TRAVERSABLE_UNKNOWN,LOCK,accessibleContext,actionListenerK,adjustmentListenerK,appContext,background,backgroundEraseDisabled,boundsOp,bufferStrategy,changeSupport,coalesceEventsParams,coalesceMap,coalescingEnabled,componentListener,componentListenerK,componentOrientation,componentSerializedDataVersion,compoundShape,containerListenerK,cursor,dbg,dropTarget,enabled,eventCache,eventMask,focusListener,focusListenerK,focusLog,focusTraversalKeyPropertyNames,focusTraversalKeys,focusTraversalKeysEnabled,focusable,font,foreground,graphicsConfig,height,hierarchyBoundsListener,hierarchyBoundsListenerK,hierarchyListener,hierarchyListenerK,ignoreRepaint,incRate,inputMethodListener,inputMethodListenerK,isAddNotifyComplete,isFocusTraversableOverridden,isInc,isPacked,itemListenerK,keyListener,keyListenerK,locale,log,maxSize,maxSizeSet,minSize,minSizeSet,mixingCutoutRegion,mixingLog,mouseListener,mouseListenerK,mouseMotionListener,mouseMotionListenerK,mouseWheelListener,mouseWheelListenerK,name,nameExplicitlySet,nativeInLightFixer,newEventsOnly,objectLock,ownedWindowK,parent,peer,peerFont,popups,prefSize,prefSizeSet,privateKey,requestFocusController,serialVersionUID,textListenerK,valid,visible,width,windowClosingException,windowFocusListenerK,windowListenerK,windowStateListenerK,x,y
-hcls AWTTreeLock,BltSubRegionBufferStrategy,DummyRequestFocusController,FlipSubRegionBufferStrategy,NativeInLightFixer,ProxyCapabilities,SingleBufferStrategy
+hfds FOCUS_TRAVERSABLE_DEFAULT,FOCUS_TRAVERSABLE_SET,FOCUS_TRAVERSABLE_UNKNOWN,LOCK,accessibleContext,actionListenerK,adjustmentListenerK,appContext,background,boundsOp,bufferStrategy,changeSupport,changeSupportLock,coalesceEventsParams,coalesceMap,coalescingEnabled,componentListener,componentListenerK,componentOrientation,componentSerializedDataVersion,compoundShape,containerListenerK,cursor,dropTarget,enabled,eventCache,eventLog,eventMask,focusListener,focusListenerK,focusLog,focusTraversalKeyPropertyNames,focusTraversalKeys,focusTraversalKeysEnabled,focusable,font,foreground,graphicsConfig,height,hierarchyBoundsListener,hierarchyBoundsListenerK,hierarchyListener,hierarchyListenerK,ignoreRepaint,incRate,inputMethodListener,inputMethodListenerK,isAddNotifyComplete,isFocusTraversableOverridden,isInc,isPacked,itemListenerK,keyListener,keyListenerK,locale,log,maxSize,maxSizeSet,minSize,minSizeSet,mixingLog,mouseListener,mouseListenerK,mouseMotionListener,mouseMotionListenerK,mouseWheelListener,mouseWheelListenerK,name,nameExplicitlySet,nativeInLightFixer,newEventsOnly,opaquePropertyChangeListener,ownedWindowK,parent,peer,peerFont,popups,prefSize,prefSizeSet,requestFocusController,serialVersionUID,textListenerK,valid,visible,width,windowClosingException,windowFocusListenerK,windowListenerK,windowStateListenerK,x,y
+hcls AWTTreeLock,BltSubRegionBufferStrategy,DummyRequestFocusController,FlipSubRegionBufferStrategy,NativeInLightFixer,SingleBufferStrategy
 
 CLSS public java.awt.Container
-cons public Container()
+cons public init()
 innr protected AccessibleAWTContainer
 meth protected java.lang.String paramString()
 meth protected void addImpl(java.awt.Component,java.lang.Object,int)
@@ -368,18 +368,17 @@ meth public void setFocusTraversalKeys(int,java.util.Set<? extends java.awt.AWTK
 meth public void setFocusTraversalPolicy(java.awt.FocusTraversalPolicy)
 meth public void setFont(java.awt.Font)
 meth public void setLayout(java.awt.LayoutManager)
-meth public void transferFocusBackward()
 meth public void transferFocusDownCycle()
 meth public void update(java.awt.Graphics)
 meth public void validate()
 supr java.awt.Component
-hfds EMPTY_ARRAY,INCLUDE_SELF,SEARCH_HEAVYWEIGHTS,component,containerListener,containerSerializedDataVersion,dbg,descendantsCount,dispatcher,focusCycleRoot,focusTraversalPolicy,focusTraversalPolicyProvider,layoutMgr,listeningBoundsChildren,listeningChildren,mixingLog,modalAppContext,modalComp,numOfHWComponents,numOfLWComponents,preserveBackgroundColor,printing,printingThreads,serialPersistentFields,serialVersionUID
+hfds INCLUDE_SELF,SEARCH_HEAVYWEIGHTS,component,containerListener,containerSerializedDataVersion,descendantsCount,dispatcher,eventLog,focusCycleRoot,focusTraversalPolicy,focusTraversalPolicyProvider,layoutMgr,listeningBoundsChildren,listeningChildren,log,mixingLog,modalAppContext,modalComp,ncomponents,numOfHWComponents,numOfLWComponents,printing,printingThreads,serialPersistentFields,serialVersionUID
 hcls DropTargetEventTargetFilter,EventTargetFilter,MouseEventTargetFilter,WakingRunnable
 
 CLSS public java.awt.FlowLayout
-cons public FlowLayout()
-cons public FlowLayout(int)
-cons public FlowLayout(int,int,int)
+cons public init()
+cons public init(int)
+cons public init(int,int,int)
 fld public final static int CENTER = 1
 fld public final static int LEADING = 3
 fld public final static int LEFT = 0
@@ -423,7 +422,7 @@ meth public abstract java.awt.Font getFont()
 meth public abstract void remove(java.awt.MenuComponent)
 
 CLSS public abstract java.awt.event.MouseAdapter
-cons public MouseAdapter()
+cons public init()
 intf java.awt.event.MouseListener
 intf java.awt.event.MouseMotionListener
 intf java.awt.event.MouseWheelListener
@@ -476,7 +475,7 @@ CLSS public abstract interface !annotation java.lang.Deprecated
 intf java.lang.annotation.Annotation
 
 CLSS public abstract java.lang.Enum<%0 extends java.lang.Enum<{java.lang.Enum%0}>>
-cons protected Enum(java.lang.String,int)
+cons protected init(java.lang.String,int)
 intf java.io.Serializable
 intf java.lang.Comparable<{java.lang.Enum%0}>
 meth protected final java.lang.Object clone() throws java.lang.CloneNotSupportedException
@@ -493,7 +492,7 @@ supr java.lang.Object
 hfds name,ordinal
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -510,14 +509,14 @@ CLSS public abstract interface java.lang.Runnable
 meth public abstract void run()
 
 CLSS public java.lang.Thread
-cons public Thread()
-cons public Thread(java.lang.Runnable)
-cons public Thread(java.lang.Runnable,java.lang.String)
-cons public Thread(java.lang.String)
-cons public Thread(java.lang.ThreadGroup,java.lang.Runnable)
-cons public Thread(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String)
-cons public Thread(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String,long)
-cons public Thread(java.lang.ThreadGroup,java.lang.String)
+cons public init()
+cons public init(java.lang.Runnable)
+cons public init(java.lang.Runnable,java.lang.String)
+cons public init(java.lang.String)
+cons public init(java.lang.ThreadGroup,java.lang.Runnable)
+cons public init(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String)
+cons public init(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String,long)
+cons public init(java.lang.ThreadGroup,java.lang.String)
 fld public final static int MAX_PRIORITY = 10
 fld public final static int MIN_PRIORITY = 1
 fld public final static int NORM_PRIORITY = 5
@@ -604,7 +603,7 @@ meth public abstract java.lang.annotation.ElementType[] value()
 CLSS public abstract interface java.util.EventListener
 
 CLSS public java.util.EventObject
-cons public EventObject(java.lang.Object)
+cons public init(java.lang.Object)
 fld protected java.lang.Object source
 intf java.io.Serializable
 meth public java.lang.Object getSource()
@@ -616,7 +615,7 @@ CLSS public abstract interface javax.accessibility.Accessible
 meth public abstract javax.accessibility.AccessibleContext getAccessibleContext()
 
 CLSS public abstract javax.swing.AbstractButton
-cons public AbstractButton()
+cons public init()
 fld protected java.awt.event.ActionListener actionListener
 fld protected java.awt.event.ItemListener itemListener
 fld protected javax.swing.ButtonModel model
@@ -741,11 +740,11 @@ hfds action,actionPropertyChangeListener,borderPaintedSet,contentAreaFilled,cont
 hcls ButtonActionPropertyChangeListener,Handler
 
 CLSS public javax.swing.JButton
-cons public JButton()
-cons public JButton(java.lang.String)
-cons public JButton(java.lang.String,javax.swing.Icon)
-cons public JButton(javax.swing.Action)
-cons public JButton(javax.swing.Icon)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,javax.swing.Icon)
+cons public init(javax.swing.Action)
+cons public init(javax.swing.Icon)
 innr protected AccessibleJButton
 intf javax.accessibility.Accessible
 meth protected java.lang.String paramString()
@@ -760,13 +759,13 @@ supr javax.swing.AbstractButton
 hfds uiClassID
 
 CLSS public javax.swing.JCheckBoxMenuItem
-cons public JCheckBoxMenuItem()
-cons public JCheckBoxMenuItem(java.lang.String)
-cons public JCheckBoxMenuItem(java.lang.String,boolean)
-cons public JCheckBoxMenuItem(java.lang.String,javax.swing.Icon)
-cons public JCheckBoxMenuItem(java.lang.String,javax.swing.Icon,boolean)
-cons public JCheckBoxMenuItem(javax.swing.Action)
-cons public JCheckBoxMenuItem(javax.swing.Icon)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,boolean)
+cons public init(java.lang.String,javax.swing.Icon)
+cons public init(java.lang.String,javax.swing.Icon,boolean)
+cons public init(javax.swing.Action)
+cons public init(javax.swing.Icon)
 innr protected AccessibleJCheckBoxMenuItem
 intf javax.accessibility.Accessible
 intf javax.swing.SwingConstants
@@ -780,7 +779,7 @@ supr javax.swing.JMenuItem
 hfds uiClassID
 
 CLSS public abstract javax.swing.JComponent
-cons public JComponent()
+cons public init()
 fld protected javax.accessibility.AccessibleContext accessibleContext
 fld protected javax.swing.event.EventListenerList listenerList
 fld protected javax.swing.plaf.ComponentUI ui
@@ -934,14 +933,14 @@ meth public void unregisterKeyboardAction(javax.swing.KeyStroke)
 meth public void update(java.awt.Graphics)
 meth public void updateUI()
 supr java.awt.Container
-hfds ACTIONMAP_CREATED,ANCESTOR_INPUTMAP_CREATED,ANCESTOR_NOTIFIER_KEY,ANCESTOR_USING_BUFFER,AUTOSCROLLS_SET,COMPLETELY_OBSCURED,CREATED_DOUBLE_BUFFER,DEBUG_GRAPHICS_LOADED,FOCUS_INPUTMAP_CREATED,FOCUS_TRAVERSAL_KEYS_BACKWARD_SET,FOCUS_TRAVERSAL_KEYS_FORWARD_SET,INHERITS_POPUP_MENU,INPUT_VERIFIER_KEY,INPUT_VERIFIER_SOURCE_KEY,IS_DOUBLE_BUFFERED,IS_OPAQUE,IS_PAINTING_TILE,IS_PRINTING,IS_PRINTING_ALL,IS_REPAINTING,KEYBOARD_BINDINGS_KEY,KEY_EVENTS_ENABLED,NEXT_FOCUS,NOT_OBSCURED,OPAQUE_SET,PARTIALLY_OBSCURED,REQUEST_FOCUS_DISABLED,RESERVED_1,RESERVED_2,RESERVED_3,RESERVED_4,RESERVED_5,RESERVED_6,TRANSFER_HANDLER_KEY,WHEN_IN_FOCUSED_WINDOW_BINDINGS,WIF_INPUTMAP_CREATED,WRITE_OBJ_COUNTER_FIRST,WRITE_OBJ_COUNTER_LAST,aaTextInfo,actionMap,alignmentX,alignmentY,ancestorInputMap,autoscrolls,border,clientProperties,componentObtainingGraphicsFrom,componentObtainingGraphicsFromLock,defaultLocale,flags,focusController,focusInputMap,inputVerifier,isAlignmentXSet,isAlignmentYSet,managingFocusBackwardTraversalKeys,managingFocusForwardTraversalKeys,paintingChild,popupMenu,readObjectCallbacks,tempRectangles,uiClassID,verifyInputWhenFocusTarget,vetoableChangeSupport,windowInputMap
+hfds ACTIONMAP_CREATED,ANCESTOR_INPUTMAP_CREATED,ANCESTOR_USING_BUFFER,AUTOSCROLLS_SET,COMPLETELY_OBSCURED,CREATED_DOUBLE_BUFFER,DEBUG_GRAPHICS_LOADED,FOCUS_INPUTMAP_CREATED,FOCUS_TRAVERSAL_KEYS_BACKWARD_SET,FOCUS_TRAVERSAL_KEYS_FORWARD_SET,INHERITS_POPUP_MENU,INPUT_VERIFIER_SOURCE_KEY,IS_DOUBLE_BUFFERED,IS_OPAQUE,IS_PAINTING_TILE,IS_PRINTING,IS_PRINTING_ALL,IS_REPAINTING,KEYBOARD_BINDINGS_KEY,KEY_EVENTS_ENABLED,NEXT_FOCUS,NOT_OBSCURED,OPAQUE_SET,PARTIALLY_OBSCURED,REQUEST_FOCUS_DISABLED,RESERVED_1,RESERVED_2,RESERVED_3,RESERVED_4,RESERVED_5,RESERVED_6,REVALIDATE_RUNNABLE_SCHEDULED,WHEN_IN_FOCUSED_WINDOW_BINDINGS,WIF_INPUTMAP_CREATED,WRITE_OBJ_COUNTER_FIRST,WRITE_OBJ_COUNTER_LAST,aaTextInfo,actionMap,alignmentX,alignmentY,ancestorInputMap,autoscrolls,border,clientProperties,componentObtainingGraphicsFrom,componentObtainingGraphicsFromLock,defaultLocale,flags,focusController,focusInputMap,inputVerifier,isAlignmentXSet,isAlignmentYSet,managingFocusBackwardTraversalKeys,managingFocusForwardTraversalKeys,paintingChild,popupMenu,readObjectCallbacks,tempRectangles,uiClassID,verifyInputWhenFocusTarget,vetoableChangeSupport,windowInputMap
 hcls ActionStandin,IntVector,KeyboardState,ReadObjectCallback
 
 CLSS public javax.swing.JList
-cons public JList()
-cons public JList(java.lang.Object[])
-cons public JList(java.util.Vector<?>)
-cons public JList(javax.swing.ListModel)
+cons public init()
+cons public init(java.lang.Object[])
+cons public init(java.util.Vector<?>)
+cons public init(javax.swing.ListModel)
 fld public final static int HORIZONTAL_WRAP = 2
 fld public final static int VERTICAL = 0
 fld public final static int VERTICAL_WRAP = 1
@@ -1026,10 +1025,10 @@ hfds cellRenderer,dataModel,dragEnabled,dropLocation,dropMode,fixedCellHeight,fi
 hcls ListSelectionHandler
 
 CLSS public javax.swing.JMenu
-cons public JMenu()
-cons public JMenu(java.lang.String)
-cons public JMenu(java.lang.String,boolean)
-cons public JMenu(javax.swing.Action)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,boolean)
+cons public init(javax.swing.Action)
 fld protected javax.swing.JMenu$WinListener popupListener
 innr protected AccessibleJMenu
 innr protected WinListener
@@ -1093,12 +1092,12 @@ hfds DEBUG,TRACE,VERBOSE,customMenuLocation,delay,listenerRegistry,menuChangeLis
 hcls MenuChangeListener
 
 CLSS public javax.swing.JMenuItem
-cons public JMenuItem()
-cons public JMenuItem(java.lang.String)
-cons public JMenuItem(java.lang.String,int)
-cons public JMenuItem(java.lang.String,javax.swing.Icon)
-cons public JMenuItem(javax.swing.Action)
-cons public JMenuItem(javax.swing.Icon)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,int)
+cons public init(java.lang.String,javax.swing.Icon)
+cons public init(javax.swing.Action)
+cons public init(javax.swing.Icon)
 innr protected AccessibleJMenuItem
 intf javax.accessibility.Accessible
 intf javax.swing.MenuElement
@@ -1141,10 +1140,10 @@ hfds DEBUG,TRACE,VERBOSE,accelerator,isMouseDragged,uiClassID
 hcls MenuItemFocusListener
 
 CLSS public javax.swing.JPanel
-cons public JPanel()
-cons public JPanel(boolean)
-cons public JPanel(java.awt.LayoutManager)
-cons public JPanel(java.awt.LayoutManager,boolean)
+cons public init()
+cons public init(boolean)
+cons public init(java.awt.LayoutManager)
+cons public init(java.awt.LayoutManager,boolean)
 innr protected AccessibleJPanel
 intf javax.accessibility.Accessible
 meth protected java.lang.String paramString()
@@ -1157,8 +1156,8 @@ supr javax.swing.JComponent
 hfds uiClassID
 
 CLSS public javax.swing.JPopupMenu
-cons public JPopupMenu()
-cons public JPopupMenu(java.lang.String)
+cons public init()
+cons public init(java.lang.String)
 innr protected AccessibleJPopupMenu
 innr public static Separator
 intf javax.accessibility.Accessible
@@ -1224,14 +1223,14 @@ supr javax.swing.JComponent
 hfds DEBUG,TRACE,VERBOSE,classLock,defaultLWPopupEnabledKey,desiredLocationX,desiredLocationY,frame,invoker,label,lightWeightPopup,margin,paintBorder,popup,popupPostionFixDisabled,selectionModel,uiClassID
 
 CLSS public javax.swing.JToggleButton
-cons public JToggleButton()
-cons public JToggleButton(java.lang.String)
-cons public JToggleButton(java.lang.String,boolean)
-cons public JToggleButton(java.lang.String,javax.swing.Icon)
-cons public JToggleButton(java.lang.String,javax.swing.Icon,boolean)
-cons public JToggleButton(javax.swing.Action)
-cons public JToggleButton(javax.swing.Icon)
-cons public JToggleButton(javax.swing.Icon,boolean)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,boolean)
+cons public init(java.lang.String,javax.swing.Icon)
+cons public init(java.lang.String,javax.swing.Icon,boolean)
+cons public init(javax.swing.Action)
+cons public init(javax.swing.Icon)
+cons public init(javax.swing.Icon,boolean)
 innr protected AccessibleJToggleButton
 innr public static ToggleButtonModel
 intf javax.accessibility.Accessible
@@ -1291,7 +1290,7 @@ CLSS public abstract interface javax.swing.tree.TreeCellRenderer
 meth public abstract java.awt.Component getTreeCellRendererComponent(javax.swing.JTree,java.lang.Object,boolean,boolean,boolean,int,boolean)
 
 CLSS public javax.swing.undo.AbstractUndoableEdit
-cons public AbstractUndoableEdit()
+cons public init()
 fld protected final static java.lang.String RedoName = "Redo"
 fld protected final static java.lang.String UndoName = "Undo"
 intf java.io.Serializable
@@ -1312,7 +1311,7 @@ supr java.lang.Object
 hfds alive,hasBeenDone
 
 CLSS public javax.swing.undo.CompoundEdit
-cons public CompoundEdit()
+cons public init()
 fld protected java.util.Vector<javax.swing.undo.UndoableEdit> edits
 meth protected javax.swing.undo.UndoableEdit lastEdit()
 meth public boolean addEdit(javax.swing.undo.UndoableEdit)
@@ -1332,7 +1331,7 @@ supr javax.swing.undo.AbstractUndoableEdit
 hfds inProgress
 
 CLSS public javax.swing.undo.UndoManager
-cons public UndoManager()
+cons public init()
 intf javax.swing.event.UndoableEditListener
 meth protected javax.swing.undo.UndoableEdit editToBeRedone()
 meth protected javax.swing.undo.UndoableEdit editToBeUndone()
@@ -1388,7 +1387,7 @@ CLSS public abstract interface org.netbeans.api.actions.Viewable
 meth public abstract void view()
 
 CLSS public org.openide.awt.Actions
-cons public Actions()
+cons public init()
  anno 0 java.lang.Deprecated()
 innr public abstract interface static ButtonActionConnector
 innr public abstract interface static SubMenuModel
@@ -1414,20 +1413,24 @@ meth public static void connect(javax.swing.JMenuItem,org.openide.util.actions.S
 meth public static void setMenuText(javax.swing.AbstractButton,java.lang.String,boolean)
  anno 0 java.lang.Deprecated()
 supr java.lang.Object
-hcls BooleanButtonBridge,Bridge,ButtonBridge,CheckMenuBridge,ISubActionListener,MenuBridge,SubMenuBridge
+hfds GET
+hcls BooleanButtonBridge,Bridge,ButtonActionConnectorGetter,ButtonBridge,CheckMenuBridge,ISubActionListener,MenuBridge,SubMenuBridge
 
 CLSS public abstract interface static org.openide.awt.Actions$ButtonActionConnector
+ outer org.openide.awt.Actions
 meth public abstract boolean connect(javax.swing.AbstractButton,javax.swing.Action)
 meth public abstract boolean connect(javax.swing.JMenuItem,javax.swing.Action,boolean)
 
 CLSS public static org.openide.awt.Actions$CheckboxMenuItem
-cons public CheckboxMenuItem(org.openide.util.actions.BooleanStateAction,boolean)
+ outer org.openide.awt.Actions
+cons public init(org.openide.util.actions.BooleanStateAction,boolean)
 supr javax.swing.JCheckBoxMenuItem
 hfds serialVersionUID
 
 CLSS public static org.openide.awt.Actions$MenuItem
-cons public MenuItem(javax.swing.Action,boolean)
-cons public MenuItem(org.openide.util.actions.SystemAction,boolean)
+ outer org.openide.awt.Actions
+cons public init(javax.swing.Action,boolean)
+cons public init(org.openide.util.actions.SystemAction,boolean)
 intf org.openide.awt.DynamicMenuContent
 meth public javax.swing.JComponent[] getMenuPresenters()
 meth public javax.swing.JComponent[] synchMenuPresenters(javax.swing.JComponent[])
@@ -1435,10 +1438,11 @@ supr javax.swing.JMenuItem
 hfds bridge,serialVersionUID
 
 CLSS public static org.openide.awt.Actions$SubMenu
+ outer org.openide.awt.Actions
  anno 0 java.lang.Deprecated()
-cons public SubMenu(javax.swing.Action,org.openide.awt.Actions$SubMenuModel,boolean)
-cons public SubMenu(org.openide.util.actions.SystemAction,org.openide.awt.Actions$SubMenuModel)
-cons public SubMenu(org.openide.util.actions.SystemAction,org.openide.awt.Actions$SubMenuModel,boolean)
+cons public init(javax.swing.Action,org.openide.awt.Actions$SubMenuModel,boolean)
+cons public init(org.openide.util.actions.SystemAction,org.openide.awt.Actions$SubMenuModel)
+cons public init(org.openide.util.actions.SystemAction,org.openide.awt.Actions$SubMenuModel,boolean)
 intf org.openide.awt.DynamicMenuContent
 meth public javax.swing.JComponent[] getMenuPresenters()
 meth public javax.swing.JComponent[] synchMenuPresenters(javax.swing.JComponent[])
@@ -1446,6 +1450,7 @@ supr org.openide.awt.JMenuPlus
 hfds bridge,serialVersionUID
 
 CLSS public abstract interface static org.openide.awt.Actions$SubMenuModel
+ outer org.openide.awt.Actions
  anno 0 java.lang.Deprecated()
 meth public abstract int getCount()
 meth public abstract java.lang.String getLabel(int)
@@ -1455,17 +1460,19 @@ meth public abstract void performActionAt(int)
 meth public abstract void removeChangeListener(javax.swing.event.ChangeListener)
 
 CLSS public static org.openide.awt.Actions$ToolbarButton
+ outer org.openide.awt.Actions
  anno 0 java.lang.Deprecated()
-cons public ToolbarButton(javax.swing.Action)
-cons public ToolbarButton(org.openide.util.actions.SystemAction)
+cons public init(javax.swing.Action)
+cons public init(org.openide.util.actions.SystemAction)
 meth public java.awt.Dimension getMaximumSize()
 meth public java.awt.Dimension getMinimumSize()
 supr org.openide.awt.ToolbarButton
 hfds serialVersionUID
 
 CLSS public static org.openide.awt.Actions$ToolbarToggleButton
+ outer org.openide.awt.Actions
  anno 0 java.lang.Deprecated()
-cons public ToolbarToggleButton(org.openide.util.actions.BooleanStateAction)
+cons public init(org.openide.util.actions.BooleanStateAction)
 meth public java.awt.Dimension getMaximumSize()
 meth public java.awt.Dimension getMinimumSize()
 supr org.openide.awt.ToolbarToggleButton
@@ -1478,14 +1485,15 @@ meth public static javax.swing.JToggleButton createDropDownToggleButton(javax.sw
 supr java.lang.Object
 
 CLSS public abstract interface org.openide.awt.DynamicMenuContent
+fld public final static java.lang.String HIDE_WHEN_DISABLED = "hideWhenDisabled"
 meth public abstract javax.swing.JComponent[] getMenuPresenters()
 meth public abstract javax.swing.JComponent[] synchMenuPresenters(javax.swing.JComponent[])
 
 CLSS public org.openide.awt.EqualFlowLayout
  anno 0 java.lang.Deprecated()
-cons public EqualFlowLayout()
-cons public EqualFlowLayout(int)
-cons public EqualFlowLayout(int,int,int)
+cons public init()
+cons public init(int)
+cons public init(int,int,int)
 meth public java.awt.Dimension minimumLayoutSize(java.awt.Container)
 meth public java.awt.Dimension preferredLayoutSize(java.awt.Container)
 meth public void layoutContainer(java.awt.Container)
@@ -1493,9 +1501,9 @@ supr java.awt.FlowLayout
 hfds serialVersionUID
 
 CLSS public org.openide.awt.HtmlBrowser
-cons public HtmlBrowser()
-cons public HtmlBrowser(boolean,boolean)
-cons public HtmlBrowser(org.openide.awt.HtmlBrowser$Factory,boolean,boolean)
+cons public init()
+cons public init(boolean,boolean)
+cons public init(org.openide.awt.HtmlBrowser$Factory,boolean,boolean)
 fld public final static int DEFAULT_HEIGHT = 600
 fld public final static int DEFAULT_WIDTH = 400
 innr public abstract interface static Factory
@@ -1525,10 +1533,12 @@ hfds bBack,bForward,bReload,bStop,browserComponent,browserFactory,browserImpl,br
 hcls AccessibleHtmlBrowser,BrowserListener,TrivialURLDisplayer
 
 CLSS public abstract interface static org.openide.awt.HtmlBrowser$Factory
+ outer org.openide.awt.HtmlBrowser
 meth public abstract org.openide.awt.HtmlBrowser$Impl createHtmlBrowserImpl()
 
 CLSS public abstract static org.openide.awt.HtmlBrowser$Impl
-cons public Impl()
+ outer org.openide.awt.HtmlBrowser
+cons public init()
 fld public final static java.lang.String PROP_BACKWARD = "backward"
 fld public final static java.lang.String PROP_FORWARD = "forward"
 fld public final static java.lang.String PROP_HISTORY = "history"
@@ -1557,7 +1567,8 @@ supr java.lang.Object
 hfds serialVersionUID
 
 CLSS public abstract static org.openide.awt.HtmlBrowser$URLDisplayer
-cons protected URLDisplayer()
+ outer org.openide.awt.HtmlBrowser
+cons protected init()
 meth public abstract void showURL(java.net.URL)
 meth public static org.openide.awt.HtmlBrowser$URLDisplayer getDefault()
 meth public void showURLExternal(java.net.URL)
@@ -1576,6 +1587,7 @@ supr java.lang.Object
 hfds LABEL,LOG,STRICT_HTML,STYLE_WORDWRAP,badStrings,colorStack,entities,entitySubstitutions
 
 CLSS public abstract interface static org.openide.awt.HtmlRenderer$Renderer
+ outer org.openide.awt.HtmlRenderer
 intf javax.swing.ListCellRenderer
 intf javax.swing.table.TableCellRenderer
 intf javax.swing.tree.TreeCellRenderer
@@ -1591,7 +1603,7 @@ meth public abstract void setText(java.lang.String)
 
 CLSS public org.openide.awt.JInlineMenu
  anno 0 java.lang.Deprecated()
-cons public JInlineMenu()
+cons public init()
 intf org.openide.awt.DynamicMenuContent
 meth public java.awt.Insets getInsets()
 meth public javax.swing.JComponent[] getMenuPresenters()
@@ -1602,18 +1614,18 @@ hfds BLANK_ICON,addedItems,items,serialVersionUID,upToDate
 
 CLSS public org.openide.awt.JMenuPlus
  anno 0 java.lang.Deprecated()
-cons public JMenuPlus()
-cons public JMenuPlus(java.lang.String)
+cons public init()
+cons public init(java.lang.String)
 supr javax.swing.JMenu
 hfds serialVersionUID
 
 CLSS public org.openide.awt.JPopupMenuPlus
  anno 0 java.lang.Deprecated()
-cons public JPopupMenuPlus()
+cons public init()
 supr javax.swing.JPopupMenu
 
 CLSS public org.openide.awt.JPopupMenuUtils
-cons public JPopupMenuUtils()
+cons public init()
 meth public static boolean isPopupContained(javax.swing.JPopupMenu)
 meth public static java.awt.Rectangle getScreenRect()
 meth public static void dynamicChange(javax.swing.JPopupMenu,boolean)
@@ -1623,10 +1635,10 @@ hfds problem,problemTested,reqProc,task
 
 CLSS public org.openide.awt.ListPane
  anno 0 java.lang.Deprecated()
-cons public ListPane()
-cons public ListPane(java.lang.Object[])
-cons public ListPane(java.util.Vector)
-cons public ListPane(javax.swing.ListModel)
+cons public init()
+cons public init(java.lang.Object[])
+cons public init(java.util.Vector)
+cons public init(javax.swing.ListModel)
 meth protected void paintBackground(java.awt.Graphics)
 meth protected void paintComponent(java.awt.Graphics)
 meth public boolean getScrollableTracksViewportHeight()
@@ -1658,7 +1670,7 @@ supr java.lang.Object
 hfds MNEMONIC_INDEX_LISTENER,PROP_DISPLAYED_MNEMONIC_INDEX,PROP_MNEMONIC,PROP_TEXT
 
 CLSS public org.openide.awt.MouseUtils
-cons public MouseUtils()
+cons public init()
 innr public abstract static PopupMouseAdapter
 meth public static boolean isDoubleClick(java.awt.event.MouseEvent)
 meth public static boolean isLeftMouseButton(java.awt.event.MouseEvent)
@@ -1669,8 +1681,9 @@ supr java.lang.Object
 hfds DOUBLE_CLICK_DELTA,tempe,temph,tempm,tempx,tempy
 
 CLSS public abstract static org.openide.awt.MouseUtils$PopupMouseAdapter
-cons public PopupMouseAdapter()
-cons public PopupMouseAdapter(int)
+ outer org.openide.awt.MouseUtils
+cons public init()
+cons public init(int)
  anno 0 java.lang.Deprecated()
 fld public final static int DEFAULT_THRESHOLD = 5
  anno 0 java.lang.Deprecated()
@@ -1680,12 +1693,12 @@ meth public void mouseReleased(java.awt.event.MouseEvent)
 supr java.awt.event.MouseAdapter
 
 CLSS public abstract org.openide.awt.Notification
-cons public Notification()
+cons public init()
 meth public abstract void clear()
 supr java.lang.Object
 
 CLSS public abstract org.openide.awt.NotificationDisplayer
-cons public NotificationDisplayer()
+cons public init()
 innr public final static !enum Priority
 meth public abstract org.openide.awt.Notification notify(java.lang.String,javax.swing.Icon,java.lang.String,java.awt.event.ActionListener,org.openide.awt.NotificationDisplayer$Priority)
 meth public abstract org.openide.awt.Notification notify(java.lang.String,javax.swing.Icon,javax.swing.JComponent,javax.swing.JComponent,org.openide.awt.NotificationDisplayer$Priority)
@@ -1695,6 +1708,7 @@ supr java.lang.Object
 hcls NotificationImpl,SimpleNotificationDisplayer
 
 CLSS public final static !enum org.openide.awt.NotificationDisplayer$Priority
+ outer org.openide.awt.NotificationDisplayer
 fld public final static org.openide.awt.NotificationDisplayer$Priority HIGH
 fld public final static org.openide.awt.NotificationDisplayer$Priority LOW
 fld public final static org.openide.awt.NotificationDisplayer$Priority NORMAL
@@ -1705,7 +1719,7 @@ supr java.lang.Enum<org.openide.awt.NotificationDisplayer$Priority>
 
 CLSS public org.openide.awt.SpinButton
  anno 0 java.lang.Deprecated()
-cons public SpinButton()
+cons public init()
 fld protected boolean arrowsOrientation
 fld protected boolean boundsIgnored
 fld protected boolean orientation
@@ -1763,6 +1777,7 @@ supr java.awt.Canvas
 hfds SPIN_DOWN,SPIN_UP,serialVersionUID,spinButtonListeners,valueSupport
 
 CLSS protected final org.openide.awt.SpinButton$RepeatThread
+ outer org.openide.awt.SpinButton
  anno 0 java.lang.Deprecated()
 meth public void run()
 supr java.lang.Thread
@@ -1770,7 +1785,7 @@ hfds finish
 
 CLSS public org.openide.awt.SpinButtonAdapter
  anno 0 java.lang.Deprecated()
-cons public SpinButtonAdapter()
+cons public init()
 intf org.openide.awt.SpinButtonListener
 meth public void changeValue()
 meth public void moveDown()
@@ -1785,7 +1800,7 @@ meth public abstract void moveUp()
 
 CLSS public org.openide.awt.SplittedPanel
  anno 0 java.lang.Deprecated()
-cons public SplittedPanel()
+cons public init()
 fld public final static int DEFAULT_SPLITTER = 0
 fld public final static int EMPTY_SPLITTER = 1
 fld public final static int FIRST_PREFERRED = -1
@@ -1843,9 +1858,10 @@ hfds DEFAULT_SPLIT_TYPE,absolute,accessibleContext,continuousLayout,descriptionF
 hcls DefaultSplitter,MouseListenerAdapter,SplitLayout
 
 CLSS public static org.openide.awt.SplittedPanel$EmptySplitter
+ outer org.openide.awt.SplittedPanel
  anno 0 java.lang.Deprecated()
-cons public EmptySplitter()
-cons public EmptySplitter(int)
+cons public init()
+cons public init(int)
 intf javax.accessibility.Accessible
 meth public java.awt.Dimension getPreferredSize()
 meth public javax.accessibility.AccessibleContext getAccessibleContext()
@@ -1853,18 +1869,20 @@ supr javax.swing.JComponent
 hfds accessibleContext,serialVersionUID,width
 
 CLSS public static org.openide.awt.SplittedPanel$SplitChangeEvent
+ outer org.openide.awt.SplittedPanel
  anno 0 java.lang.Deprecated()
-cons public SplitChangeEvent(org.openide.awt.SplittedPanel,int,int)
+cons public init(org.openide.awt.SplittedPanel,int,int)
 meth public int getNewValue()
 meth public int getOldValue()
 supr java.util.EventObject
 hfds newValue,oldValue,serialVersionUID
 
 CLSS public abstract interface static org.openide.awt.SplittedPanel$SplitChangeListener
+ outer org.openide.awt.SplittedPanel
 meth public abstract void splitChanged(org.openide.awt.SplittedPanel$SplitChangeEvent)
 
 CLSS public abstract org.openide.awt.StatusDisplayer
-cons protected StatusDisplayer()
+cons protected init()
 fld public final static int IMPORTANCE_ANNOTATION = 1000
 fld public final static int IMPORTANCE_ERROR_HIGHLIGHT = 700
 fld public final static int IMPORTANCE_FIND_OR_REPLACE = 800
@@ -1881,6 +1899,7 @@ hfds INSTANCE
 hcls Trivial
 
 CLSS public abstract interface static org.openide.awt.StatusDisplayer$Message
+ outer org.openide.awt.StatusDisplayer
 meth public abstract void clear(int)
 
 CLSS public abstract interface org.openide.awt.StatusLineElementProvider
@@ -1894,17 +1913,17 @@ supr java.lang.Object
 
 CLSS public org.openide.awt.ToolbarButton
  anno 0 java.lang.Deprecated()
-cons public ToolbarButton()
-cons public ToolbarButton(javax.swing.Icon)
+cons public init()
+cons public init(javax.swing.Icon)
 meth public void processMouseEvent(java.awt.event.MouseEvent)
 supr javax.swing.JButton
 hfds serialVersionUID
 
 CLSS public org.openide.awt.ToolbarToggleButton
  anno 0 java.lang.Deprecated()
-cons public ToolbarToggleButton()
-cons public ToolbarToggleButton(javax.swing.Icon)
-cons public ToolbarToggleButton(javax.swing.Icon,boolean)
+cons public init()
+cons public init(javax.swing.Icon)
+cons public init(javax.swing.Icon,boolean)
 supr javax.swing.JToggleButton
 hfds serialVersionUID
 
@@ -1922,8 +1941,9 @@ meth public abstract void removeChangeListener(javax.swing.event.ChangeListener)
 meth public abstract void undo()
 
 CLSS public final static org.openide.awt.UndoRedo$Empty
+ outer org.openide.awt.UndoRedo
  anno 0 java.lang.Deprecated()
-cons public Empty()
+cons public init()
 intf org.openide.awt.UndoRedo
 meth public boolean canRedo()
 meth public boolean canUndo()
@@ -1936,7 +1956,8 @@ meth public void undo()
 supr java.lang.Object
 
 CLSS public static org.openide.awt.UndoRedo$Manager
-cons public Manager()
+ outer org.openide.awt.UndoRedo
+cons public init()
 intf org.openide.awt.UndoRedo
 meth public boolean canUndo()
 meth public java.lang.String getRedoPresentationName()
diff --git a/openide.awt/nbproject/project.properties b/openide.awt/nbproject/project.properties
index a324a41..01d70b4 100644
--- a/openide.awt/nbproject/project.properties
+++ b/openide.awt/nbproject/project.properties
@@ -45,4 +45,4 @@ javac.compilerargs=-Xlint -Xlint:-serial
 javac.source=1.6
 javadoc.arch=${basedir}/arch.xml
 javadoc.apichanges=${basedir}/apichanges.xml
-
+requires.nb.javac=true
diff --git a/openide.awt/nbproject/project.xml b/openide.awt/nbproject/project.xml
index 03e23f1..cef9a8f 100644
--- a/openide.awt/nbproject/project.xml
+++ b/openide.awt/nbproject/project.xml
@@ -50,6 +50,14 @@ made subject to such option by the copyright holder.
             <code-name-base>org.openide.awt</code-name-base>
             <module-dependencies>
                 <dependency>
+                    <code-name-base>org.openide.filesystems</code-name-base>
+                    <build-prerequisite/>
+                    <compile-dependency/>
+                    <run-dependency>
+                        <specification-version>7.39</specification-version>
+                    </run-dependency>
+                </dependency>
+                <dependency>
                     <code-name-base>org.openide.util</code-name-base>
                     <build-prerequisite/>
                     <compile-dependency/>
@@ -82,6 +90,11 @@ made subject to such option by the copyright holder.
                         <code-name-base>org.openide.filesystems</code-name-base>
                         <compile-dependency/>
                     </test-dependency>
+                    <test-dependency>
+                        <code-name-base>org.openide.util.lookup</code-name-base>
+                        <compile-dependency/>
+                        <test/>
+                    </test-dependency>
                 </test-type>
             </test-dependencies>
             <public-packages>
diff --git a/openide.awt/src/org/netbeans/modules/openide/awt/ActionProcessor.java b/openide.awt/src/org/netbeans/modules/openide/awt/ActionProcessor.java
new file mode 100644
index 0000000..343c67c
--- /dev/null
+++ b/openide.awt/src/org/netbeans/modules/openide/awt/ActionProcessor.java
@@ -0,0 +1,449 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Sun in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2009 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.openide.awt;
+
+import java.awt.event.ActionListener;
+import java.io.IOException;
+import java.io.InputStream;
+import java.util.Collections;
+import java.util.HashSet;
+import java.util.Set;
+import java.util.regex.Pattern;
+import javax.annotation.processing.Completion;
+import javax.annotation.processing.Completions;
+import javax.annotation.processing.Processor;
+import javax.annotation.processing.RoundEnvironment;
+import javax.annotation.processing.SupportedSourceVersion;
+import javax.lang.model.SourceVersion;
+import javax.lang.model.element.AnnotationMirror;
+import javax.lang.model.element.Element;
+import javax.lang.model.element.ElementKind;
+import javax.lang.model.element.ExecutableElement;
+import javax.lang.model.element.Modifier;
+import javax.lang.model.element.TypeElement;
+import javax.lang.model.element.VariableElement;
+import javax.lang.model.type.DeclaredType;
+import javax.lang.model.type.TypeMirror;
+import javax.lang.model.util.ElementFilter;
+import javax.swing.Action;
+import javax.swing.JSeparator;
+import javax.swing.KeyStroke;
+import javax.tools.FileObject;
+import javax.tools.StandardLocation;
+import org.openide.awt.ActionID;
+import org.openide.awt.ActionReference;
+import org.openide.awt.ActionReferences;
+import org.openide.awt.ActionRegistration;
+import org.openide.awt.DynamicMenuContent;
+import org.openide.filesystems.annotations.LayerBuilder.File;
+import org.openide.filesystems.annotations.LayerGeneratingProcessor;
+import org.openide.filesystems.annotations.LayerGenerationException;
+import org.openide.util.ContextAwareAction;
+import org.openide.util.Exceptions;
+import org.openide.util.Lookup;
+import org.openide.util.NbBundle;
+import org.openide.util.Utilities;
+import org.openide.util.actions.Presenter;
+import org.openide.util.lookup.ServiceProvider;
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+ at ServiceProvider(service=Processor.class)
+ at SupportedSourceVersion(SourceVersion.RELEASE_6)
+public final class ActionProcessor extends LayerGeneratingProcessor {
+    private static final String IDENTIFIER = "(?:\\p{javaJavaIdentifierStart}\\p{javaJavaIdentifierPart}*)"; // NOI18N
+    private static final Pattern FQN = Pattern.compile(IDENTIFIER + "(?:[.]" + IDENTIFIER + ")*"); // NOI18N
+    private static final String[] DEFAULT_COMPLETIONS = { "Menu", "Toolbars", "Shortcuts", "Loaders" }; // NOI18N
+    private Processor COMPLETIONS;
+
+    @Override
+    public Set<String> getSupportedAnnotationTypes() {
+        Set<String> hash = new HashSet<String>();
+        hash.add(ActionRegistration.class.getCanonicalName());
+        hash.add(ActionID.class.getCanonicalName());
+        hash.add(ActionReference.class.getCanonicalName());
+        hash.add(ActionReferences.class.getCanonicalName());
+        return hash;
+    }
+    
+    @Override
+    public Iterable<? extends Completion> getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText) {
+        /*
+        System.err.println("elem: " + element);
+        System.err.println("anno: " + annotation.getAnnotationType().asElement().getSimpleName());
+        System.err.println("member: " + member.getSimpleName());
+        System.err.println("userText: " + userText);
+         */
+        if (annotation.getAnnotationType().asElement().getSimpleName().toString().contains(ActionReference.class.getSimpleName())) {
+            if (member.getSimpleName().contentEquals("path")) { // NOI18N
+                if (userText == null) {
+                    userText = "";
+                }
+                if (userText.startsWith("\"")) {
+                    userText = userText.substring(1);
+                }
+                
+                Set<Completion> res = new HashSet<Completion>();
+                for (String c : DEFAULT_COMPLETIONS) {
+                    if (c.startsWith(userText)) {
+                        res.add(Completions.of("\"" + c + '/', NbBundle.getMessage(ActionProcessor.class, "HINT_" + c)));
+                    }
+                }
+                if (!res.isEmpty()) {
+                    return res;
+                }
+                
+                if (COMPLETIONS == null) {
+                    String pathCompletions = System.getProperty(ActionReference.class.getName() + ".completion");
+                    if (pathCompletions != null) {
+                        ClassLoader l = Lookup.getDefault().lookup(ClassLoader.class);
+                        if (l == null) {
+                            l = Thread.currentThread().getContextClassLoader();
+                        }
+                        if (l == null) {
+                            l = ActionProcessor.class.getClassLoader();
+                        }
+                        try {
+                            COMPLETIONS = (Processor)Class.forName(pathCompletions, true, l).newInstance();
+                        } catch (Exception ex) {
+                            Exceptions.printStackTrace(ex);
+                            // no completions, OK
+                            COMPLETIONS = this;
+                        }
+                    } else {
+                        return res;
+                    }
+                }
+                if (COMPLETIONS != null && COMPLETIONS != this) {
+                    COMPLETIONS.init(processingEnv);
+                    for (Completion completion : COMPLETIONS.getCompletions(element, annotation, member, userText)) {
+                        res.add(completion);
+                    }
+                }
+                return res;
+            }
+        }
+        return Collections.emptyList();
+    }
+    
+    @Override
+    protected boolean handleProcess(
+        Set<? extends TypeElement> annotations, RoundEnvironment roundEnv
+    ) throws LayerGenerationException {
+        TypeMirror actionListener = type(ActionListener.class);
+        TypeMirror p1 = type(Presenter.Menu.class);
+        TypeMirror p2 = type(Presenter.Toolbar.class);
+        TypeMirror p3 = type(Presenter.Popup.class);
+        TypeMirror caa = type(ContextAwareAction.class);
+        TypeMirror dmc = type(DynamicMenuContent.class);
+        for (Element e : roundEnv.getElementsAnnotatedWith(ActionRegistration.class)) {
+            ActionRegistration ar = e.getAnnotation(ActionRegistration.class);
+            ActionID aid = e.getAnnotation(ActionID.class);
+            if (aid == null) {
+                throw new LayerGenerationException("@ActionRegistration can only be used together with @ActionID annotation", e);
+            }
+            if (aid.category().startsWith("Actions/")) {
+                throw new LayerGenerationException("@ActionID category() cannot contain /", e);
+            }
+            if (!FQN.matcher(aid.id()).matches()) {
+                throw new LayerGenerationException("@ActionID id() must be valid fully qualified name", e);
+            }
+            String id = aid.id().replace('.', '-');
+            File f = layer(e).file("Actions/" + aid.category() + "/" + id + ".instance");
+            f.bundlevalue("displayName", ar.displayName());
+            
+            String key;
+            boolean createDelegate = true;
+            if (e.getKind() == ElementKind.FIELD) {
+                VariableElement var = (VariableElement)e;
+                TypeMirror stringType = type(String.class);
+                if (
+                    e.asType() != stringType || 
+                    !e.getModifiers().contains(Modifier.PUBLIC) || 
+                    !e.getModifiers().contains(Modifier.STATIC) ||
+                    !e.getModifiers().contains(Modifier.FINAL)
+                ) {
+                    throw new LayerGenerationException("Only static string constant fields can be annotated", e);
+                }
+                if (ar.key().length() != 0) {
+                    throw new LayerGenerationException("When annotating field, one cannot define key()", e);
+                }
+                
+                createDelegate = false;
+                key = var.getConstantValue().toString();
+            } else if (e.getKind() == ElementKind.CLASS) {
+                if (!isAssignable(e.asType(), actionListener)) {
+                    throw new LayerGenerationException("Class annotated with @ActionRegistration must implement java.awt.event.ActionListener!", e);
+                }
+                if (!e.getModifiers().contains(Modifier.PUBLIC)) {
+                    throw new LayerGenerationException("Class has to be public", e);
+                }
+                key = ar.key();
+            } else {
+                assert e.getKind() == ElementKind.METHOD : e;
+                layer(e).instanceFile("dummy", null, ActionListener.class);
+                key = ar.key();
+            }
+
+            boolean direct;
+            if (e.getKind() == ElementKind.FIELD) {
+                direct = false;
+            } else {
+                TypeMirror type = e.getKind() == ElementKind.CLASS ? e.asType() : ((ExecutableElement) e).getReturnType();
+                direct = isAssignable(type, p1) || isAssignable(type, p2) || isAssignable(type, p3) || isAssignable(type, caa) || isAssignable(type, dmc);
+            }
+            
+            if (direct) {
+                if (key.length() != 0) {
+                    throw new LayerGenerationException("Cannot specify key and implement Presenter interface", e);
+                }
+                f.instanceAttribute("instanceCreate", Action.class);
+            } else {
+                if (key.length() == 0) {
+                    f.methodvalue("instanceCreate", "org.openide.awt.Actions", "alwaysEnabled");
+                } else {
+                    f.methodvalue("instanceCreate", "org.openide.awt.Actions", "callback");
+                    if (createDelegate) {
+                        f.methodvalue("fallback", "org.openide.awt.Actions", "alwaysEnabled");
+                    }
+                    f.stringvalue("key", key);
+                }
+                if (createDelegate) {
+                    try {
+                        f.instanceAttribute("delegate", ActionListener.class);
+                    } catch (LayerGenerationException ex) {
+                        generateContext(e, f);
+                    }
+                }
+                if (ar.iconBase().length() > 0) {
+                    boolean found = false;
+                    for (StandardLocation l : StandardLocation.values()) {
+                        try {
+                            processingEnv.getFiler().getResource(l, "", ar.iconBase());
+                            found = true;
+                            break;
+                        } catch (IOException ex) {
+                            continue;
+                        } catch (IllegalArgumentException x) {
+                            throw new LayerGenerationException("Problem with " + ar.iconBase() + " (should be resource path with no leading slash)", e);
+                        }
+                    }
+                    if (!found) {
+                        throw new LayerGenerationException(
+                            "Cannot find iconBase file at " + ar.iconBase(), e
+                        );
+                    }
+                    f.stringvalue("iconBase", ar.iconBase());
+                }
+                f.boolvalue("noIconInMenu", !ar.iconInMenu());
+                if (ar.asynchronous()) {
+                    f.boolvalue("asynchronous", true);
+                }
+                if (ar.surviveFocusChange()) {
+                    f.boolvalue("surviveFocusChange", true);
+                }
+            }
+            f.write();
+            
+            ActionReference aref = e.getAnnotation(ActionReference.class);
+            if (aref != null) {
+                processReferences(e, aref, aid);
+            }
+            ActionReferences refs = e.getAnnotation(ActionReferences.class);
+            if (refs != null) {
+                for (ActionReference actionReference : refs.value()) {
+                    processReferences(e, actionReference, aid);
+                }
+            }
+            
+        }
+        for (Element e : roundEnv.getElementsAnnotatedWith(ActionReference.class)) {
+            if (e.getAnnotation(ActionRegistration.class) != null) {
+                continue;
+            }
+            ActionID id = e.getAnnotation(ActionID.class);
+            if (id != null) {
+                ActionReference ref = e.getAnnotation(ActionReference.class);
+                processReferences(e, ref, id);
+                continue;
+            }
+            throw new LayerGenerationException("Don't use @ActionReference without @ActionID", e);
+        }
+        for (Element e : roundEnv.getElementsAnnotatedWith(ActionReferences.class)) {
+            if (e.getAnnotation(ActionRegistration.class) != null) {
+                continue;
+            }
+            if (e.getKind() != ElementKind.PACKAGE) {
+                ActionID id = e.getAnnotation(ActionID.class);
+                if (id == null) {
+                    throw new LayerGenerationException("Don't use @ActionReferences without @ActionRegistration", e);
+                }
+                ActionReferences refs = e.getAnnotation(ActionReferences.class);
+                for (ActionReference actionReference : refs.value()) {
+                    if (!actionReference.id().id().isEmpty() || !actionReference.id().category().isEmpty()) {
+                        throw new LayerGenerationException("Don't specify additional id=@ActionID(...) when using @ActionID on the element", e);
+                    }
+                    processReferences(e, actionReference, id);
+                }
+            } else {
+                ActionReferences refs = e.getAnnotation(ActionReferences.class);
+                for (ActionReference actionReference : refs.value()) {
+                    if (actionReference.id().id().isEmpty() || actionReference.id().category().isEmpty()) {
+                        throw new LayerGenerationException("Specify real id=@ActionID(...)", e);
+                    }
+                    processReferences(e, actionReference, actionReference.id());
+                }
+            }
+        }
+        return true;
+    }
+
+    private TypeMirror type(Class<?> type) {
+        final TypeElement e = processingEnv.getElementUtils().getTypeElement(type.getCanonicalName());
+        return e == null ? null : e.asType();
+    }
+
+    private void generateContext(Element e, File f) throws LayerGenerationException {
+        ExecutableElement ee = null;
+        ExecutableElement candidate = null;
+        for (ExecutableElement element : ElementFilter.constructorsIn(e.getEnclosedElements())) {
+            if (element.getKind() == ElementKind.CONSTRUCTOR) {
+                candidate = element;
+                if (!element.getModifiers().contains(Modifier.PUBLIC)) {
+                    continue;
+                }
+                if (ee != null) {
+                    throw new LayerGenerationException("Only one public constructor allowed", e); // NOI18N
+                }
+                ee = element;
+            }
+
+        }
+        
+        if (ee == null || ee.getParameters().size() != 1) {
+            if (candidate != null) {
+                throw new LayerGenerationException("Constructor has to be public with one argument", candidate);
+            }
+            throw new LayerGenerationException("Constructor must have one argument", ee);
+        }
+
+        VariableElement ve = (VariableElement)ee.getParameters().get(0);
+        DeclaredType dt = (DeclaredType)ve.asType();
+        String dtName = processingEnv.getElementUtils().getBinaryName((TypeElement)dt.asElement()).toString();
+        if ("java.util.List".equals(dtName)) {
+            if (dt.getTypeArguments().isEmpty()) {
+                throw new LayerGenerationException("Use List<SomeType>", ee);
+            }
+            f.stringvalue("type", dt.getTypeArguments().get(0).toString());
+            f.methodvalue("delegate", "org.openide.awt.Actions", "inject");
+            f.stringvalue("injectable", processingEnv.getElementUtils().getBinaryName((TypeElement) e).toString());
+            f.stringvalue("selectionType", "ANY");
+            f.methodvalue("instanceCreate", "org.openide.awt.Actions", "context");
+            return;
+        }
+        if (!dt.getTypeArguments().isEmpty()) {
+            throw new LayerGenerationException("No type parameters allowed in ", ee);
+        }
+
+        f.stringvalue("type", ve.asType().toString());
+        f.methodvalue("delegate", "org.openide.awt.Actions", "inject");
+        f.stringvalue("injectable", processingEnv.getElementUtils().getBinaryName((TypeElement)e).toString());
+        f.stringvalue("selectionType", "EXACTLY_ONE");
+        f.methodvalue("instanceCreate", "org.openide.awt.Actions", "context");
+    }
+
+    private boolean isAssignable(TypeMirror first, TypeMirror snd) {
+        if (snd == null) {
+            return false;
+        } else {
+            return processingEnv.getTypeUtils().isAssignable(first, snd);
+        }
+    }
+
+    private void processReferences(Element e, ActionReference ref, ActionID aid) throws LayerGenerationException {
+        if (!ref.id().category().isEmpty() && !ref.id().id().isEmpty()) {
+            if (!aid.id().equals(ref.id().id()) || !aid.category().equals(ref.id().category())) {
+                throw new LayerGenerationException("Can't specify id() attribute when @ActionID provided on the element", e);
+            }
+        }
+        String name = ref.name();
+        if (name.isEmpty()) {
+            name = aid.id().replace('.', '-');
+        }
+        
+        if (ref.path().startsWith("Shortcuts")) {
+            KeyStroke[] stroke = Utilities.stringToKeys(name);
+            if (stroke == null) {
+                throw new LayerGenerationException(
+                    "Registrations in Shortcuts folder need to represent a key. "
+                    + "Specify value for 'name' attribute.\n"
+                    + "See org.openide.util.Utilities.stringToKeys for possible values. Current "
+                    + "name=\"" + name + "\" is not valid.\n"
+                );
+            }
+        }
+        
+        File f = layer(e).file(ref.path() + "/" + name + ".shadow");
+        f.stringvalue("originalFile", "Actions/" + aid.category() + "/" + aid.id().replace('.', '-') + ".instance");
+        f.position(ref.position());
+        f.write();
+        
+        if (ref.separatorAfter() != Integer.MAX_VALUE) {
+            if (ref.position() == Integer.MAX_VALUE || ref.position() >= ref.separatorAfter()) {
+                throw new LayerGenerationException("separatorAfter() must be greater than position()", e);
+            }
+            File after = layer(e).file(ref.path() + "/" + name + "-separatorAfter.instance");
+            after.newvalue("instanceCreate", JSeparator.class.getName());
+            after.position(ref.separatorAfter());
+            after.write();
+        }
+        if (ref.separatorBefore() != Integer.MAX_VALUE) {
+            if (ref.position() == Integer.MAX_VALUE || ref.position() <= ref.separatorBefore()) {
+                throw new LayerGenerationException("separatorBefore() must be lower than position()", e);
+            }
+            File before = layer(e).file(ref.path() + "/" + name + "-separatorBefore.instance");
+            before.newvalue("instanceCreate", JSeparator.class.getName());
+            before.position(ref.separatorBefore());
+            before.write();
+        }
+    }
+}
diff --git a/openide.awt/src/org/netbeans/modules/openide/awt/Bundle.properties b/openide.awt/src/org/netbeans/modules/openide/awt/Bundle.properties
new file mode 100644
index 0000000..2e94f12
--- /dev/null
+++ b/openide.awt/src/org/netbeans/modules/openide/awt/Bundle.properties
@@ -0,0 +1,45 @@
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+#
+# Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+#
+# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+# Other names may be trademarks of their respective owners.
+#
+# The contents of this file are subject to the terms of either the GNU
+# General Public License Version 2 only ("GPL") or the Common
+# Development and Distribution License("CDDL") (collectively, the
+# "License"). You may not use this file except in compliance with the
+# License. You can obtain a copy of the License at
+# http://www.netbeans.org/cddl-gplv2.html
+# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+# specific language governing permissions and limitations under the
+# License.  When distributing the software, include this License Header
+# Notice in each file and include the License file at
+# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+# particular file as subject to the "Classpath" exception as provided
+# by Oracle in the GPL Version 2 section of the License file that
+# accompanied this code. If applicable, add the following below the
+# License Header, with the fields enclosed by brackets [] replaced by
+# your own identifying information:
+# "Portions Copyrighted [year] [name of copyright owner]"
+#
+# If you wish your version of this file to be governed by only the CDDL
+# or only the GPL Version 2, indicate your decision by adding
+# "[Contributor] elects to include this software in this distribution
+# under the [CDDL or GPL Version 2] license." If you do not indicate a
+# single choice of license, a recipient has the option to distribute
+# your version of this file under either the CDDL, the GPL Version 2 or
+# to extend the choice of license to its licensees as provided above.
+# However, if you add GPL Version 2 code and therefore, elected the GPL
+# Version 2 license, then the option applies only if the new code is
+# made subject to such option by the copyright holder.
+#
+# Contributor(s):
+#
+# Portions Copyrighted 2010 Sun Microsystems, Inc.
+
+HINT_Menu=Register action in menu
+HINT_Toolbars=Register action in toolbar
+HINT_Shortcuts=Give action a keyboard shortcut
+HINT_Loaders=Action for a file type
+
diff --git a/openide.awt/src/org/openide/awt/ActionID.java b/openide.awt/src/org/openide/awt/ActionID.java
new file mode 100644
index 0000000..14b8053
--- /dev/null
+++ b/openide.awt/src/org/openide/awt/ActionID.java
@@ -0,0 +1,74 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Sun in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2009 Sun Microsystems, Inc.
+ */
+
+package org.openide.awt;
+
+import java.lang.annotation.ElementType;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
+import org.openide.filesystems.FileUtil;
+
+/** Identifies one registered action. The action ought to be placed into 
+ * a category folder and use additional id identification. 
+ * In terms of {@link FileUtil#getConfigFile(java.lang.String)
+ * layer based definition},
+ * the action ought to be placed in 
+ * <code>"Actions/" + category() + "/" + id().replace('.','-') + ".instance"</code>
+ * path.
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ * @since 7.26
+ * @see ActionRegistration
+ */
+ at Retention(RetentionPolicy.SOURCE)
+ at Target({ElementType.TYPE, ElementType.FIELD, ElementType.METHOD})
+public @interface ActionID {
+    /** Identifies category of an action.
+     * @return string representing programmatic name of the category
+     */
+    String category();
+    /** The unique ID (inside a category) of the action. Should follow
+     * Java naming conventions and somehow include package name prefix. Like
+     * <code>org.myproject.myproduct.MyAction</code>.
+     * 
+     * @return java identifiers separated with '.'
+     */
+    String id();
+}
diff --git a/openide.awt/src/org/openide/awt/ActionReference.java b/openide.awt/src/org/openide/awt/ActionReference.java
new file mode 100644
index 0000000..5aa80f5
--- /dev/null
+++ b/openide.awt/src/org/openide/awt/ActionReference.java
@@ -0,0 +1,97 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Sun in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2009 Sun Microsystems, Inc.
+ */
+
+package org.openide.awt;
+
+import java.lang.annotation.ElementType;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
+import org.openide.filesystems.FileUtil;
+import org.openide.util.Utilities;
+
+/** Registers an action under associated identifier specified by separate
+ * {@link ActionID} annotation on the same element. Usually it is used together
+ * with {@link ActionRegistration}. You can place your action reference into
+ * any path, here are few typical locations:
+ * <ul>
+ * <li>menu - <code>path="Menu/File"</code>, <code>path="Menu/Edit"</code>, etc.</li>
+ * <li>toolbar - <code>path="Toolbars/Edit"</code> and other peer directories</li>
+ * <li>shortcuts - <code>path="Shortcuts" name="C-F2 D-A"</code>, see {@link Utilities#stringToKeys(java.lang.String)}
+ *     and {@link Utilities#stringToKey(java.lang.String)} for description of valid reference names</li>
+ * <li>context menus - <code>path="Loaders/text/xml"</code>, and other mime types</li>
+ * </ul>
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ * @since 7.27
+ */
+ at Retention(RetentionPolicy.SOURCE)
+ at Target({ElementType.TYPE, ElementType.FIELD, ElementType.METHOD})
+public @interface ActionReference {
+    /** Into which location one wants to place the reference?
+     * Translates to {@link FileUtil#getConfigFile(java.lang.String)}.
+     */
+    String path();
+    
+    /** Position in the location.
+     */
+    int position() default Integer.MAX_VALUE;
+    
+    /** Identification of the action this reference shall point to.
+     * Usually this is specified as {@link ActionID} peer annotation, but
+     * in case one was to create references to actions defined by someone else,
+     * one can specify the id() here.
+     */
+    ActionID id() default @ActionID(id="",category="");
+    
+    /** One can specify name of the reference. This is not necessary,
+     * then it is deduced from associated {@link ActionID}.
+     */
+    String name() default "";
+    
+    /** Shall a separator be placed before the action?
+     * @return position that is lower than {@link #position()}
+     */
+    int separatorBefore() default Integer.MAX_VALUE;
+    
+    /** Shall a separator be placed after the action?
+     * @return position that is higher than {@link #position()}
+     */
+    int separatorAfter() default Integer.MAX_VALUE;
+}
diff --git a/openide.awt/src/org/openide/awt/ActionReferences.java b/openide.awt/src/org/openide/awt/ActionReferences.java
new file mode 100644
index 0000000..5368784
--- /dev/null
+++ b/openide.awt/src/org/openide/awt/ActionReferences.java
@@ -0,0 +1,57 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Sun in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2009 Sun Microsystems, Inc.
+ */
+
+package org.openide.awt;
+
+import java.lang.annotation.ElementType;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
+
+/** Allows registration of multiple {@link ActionReference}s for a single
+ * action.
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ * @since 7.27
+ */
+ at Retention(RetentionPolicy.SOURCE)
+ at Target({ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PACKAGE})
+public @interface ActionReferences {
+    ActionReference[] value();
+}
diff --git a/openide.awt/src/org/openide/awt/ActionRegistration.java b/openide.awt/src/org/openide/awt/ActionRegistration.java
new file mode 100644
index 0000000..f3d1129
--- /dev/null
+++ b/openide.awt/src/org/openide/awt/ActionRegistration.java
@@ -0,0 +1,88 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Sun in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2009 Sun Microsystems, Inc.
+ */
+
+package org.openide.awt;
+
+import java.lang.annotation.ElementType;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
+import javax.swing.ActionMap;
+
+/** Registers an action under associated identifier specified by separate
+ * {@link ActionID} annotation on the same element. Here is few usage examples:
+ * <ul>
+ *   <li>{@link Actions#alwaysEnabled(java.awt.event.ActionListener, java.lang.String, java.lang.String, boolean) always enabled action}</li>
+ *   <li>{@link Actions#callback(java.lang.String, javax.swing.Action, boolean, java.lang.String, java.lang.String, boolean) callback action}</li>
+ *   <li>{@link Actions#context(java.lang.Class, boolean, boolean, org.openide.util.ContextAwareAction, java.lang.String, java.lang.String, java.lang.String, boolean)  context aware action} </li>
+ * </ul>
+ * 
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ * @since 7.26
+ */
+ at Retention(RetentionPolicy.SOURCE)
+ at Target({ElementType.TYPE, ElementType.FIELD, ElementType.METHOD})
+public @interface ActionRegistration {
+    /** Display name. Usually prefixed with '#' to reference value from a 
+     * <code>Bundle.properties</code> file in the same package.
+     * @return display name for the action
+     */
+    String displayName();
+    /** Path to image representing the action's icon.
+     * @return "org/myproject/mypkg/Icon.png"
+     */
+    String iconBase() default "";
+    /** Shall the action's icon be visible in menu?
+     * @return true or false
+     */
+    boolean iconInMenu() default true;
+    /** Shall this action be associated with a particular key in an
+     * {@link ActionMap}? E.g. behave like {@link Actions#callback(java.lang.String, javax.swing.Action, boolean, java.lang.String, java.lang.String, boolean)} one?
+     * @return the value of the key to seek in currently selected {@link ActionMap}
+     */
+    String key() default "";
+    /** Shall the action be performed outside of AWT thread.
+     * @return false, if the action shall run synchronously
+     */
+    boolean asynchronous() default false;
+    /** Shall the action work on last selection when it was enabled?
+     */
+    boolean surviveFocusChange() default false;
+}
diff --git a/openide.awt/src/org/openide/awt/Actions.java b/openide.awt/src/org/openide/awt/Actions.java
index 434ffa2..7fbb4d7 100644
--- a/openide.awt/src/org/openide/awt/Actions.java
+++ b/openide.awt/src/org/openide/awt/Actions.java
@@ -333,7 +333,19 @@ public class Actions {
     //
 
     
-    /** Creates new action which is always enabled. 
+    /** Creates new action which is always enabled. Rather than using this method
+     * directly, use {@link ActionRegistration} annotation:
+     * <pre>
+     * {@link ActionRegistration @ActionRegistration}(displayName="#key")
+     * {@link ActionID @ActionID}(id="your.pkg.action.id", category="Tools")
+     * public final class Always implements {@link ActionListener} {
+     *   public Always() {
+     *   }
+     *   public void actionPerformed({@link ActionEvent} e) {
+     *    // your code
+     *   }
+     * }
+     * </pre>
      * This method can also be used from 
      * <a href="@org-openide-modules@/org/openide/modules/doc-files/api.html#how-layer">XML Layer</a> 
      * directly by following XML definition:
@@ -427,7 +439,24 @@ public class Actions {
 
     /** Creates new "callback" action. Such action has an assigned key
      * which is used to find proper delegate in {@link ActionMap} of currently
-     * active component.
+     * active component. You can use {@link ActionRegistration} annotation to 
+     * register your action:
+     * <pre>
+     * {@link ActionRegistration @ActionRegistration}(displayName="#Key", <b>key="KeyInActionMap"</b>)
+     * {@link ActionID @ActionID}(category="Tools", id = "action.pkg.ClassName")
+     * public final class Fallback implements {@link ActionListener} {
+     *   public void actionPerformed({@link ActionEvent} e) {
+     *    // your code
+     *   }
+     * }
+     * </pre>
+     * If you want to create callback action without any fallback implementation,
+     * you can annotate any string constant:
+     * <pre>
+     * {@link ActionRegistration @ActionRegistration}(displayName = "#Key")
+     * {@link ActionID @ActionID}(category = "Edit", id = "my.field.action")
+     * public static final String ACTION_MAP_KEY = <b>"KeyInActionMap"</b>;
+     * </pre>
      * <p>
      * This action can be lazily declared in a
      * <a href="@org-openide-modules@/org/openide/modules/doc-files/api.html#how-layer">
@@ -478,7 +507,40 @@ public class Actions {
      * selection for a given type and enables if instances of given type are
      * present. Common interfaces to watch for include {@link Openable},
      * {@link Editable}, {@link Closable}, {@link Viewable}, and any interfaces
-     * defined and exposed by various other APIs.
+     * defined and exposed by various other APIs. Use {@link ActionRegistration} 
+     * annotation to register your action::
+     * <pre>
+     * {@link ActionRegistration @ActionRegistration}(displayName="#Key")
+     * {@link ActionID @ActionID}(category="Tools", id = "action.pkg.YourClass")
+     * public final class YourClass implements {@link ActionListener} {
+     *    Openable context;
+     *
+     *    public YourClass(Openable context) {
+     *      this.context = context;
+     *    }
+     *
+     *    public void actionPerformed({@link ActionEvent} ev) {
+     *       // do something with context
+     *    }
+     * }
+     * </pre>
+     * In case you are interested in creating multi selection action, just
+     * change parameters of your constructor:
+     * <pre>
+     * {@link ActionRegistration @ActionRegistration}(displayName="#Key")
+     * {@link ActionID @ActionID}(category="Tools", id = "action.pkg.YourClass")
+     * public final class YourClass implements {@link ActionListener} {
+     *    List<Openable> context;
+     *
+     *    public YourClass(List<Openable> context) {
+     *      this.context = context;
+     *    }
+     *
+     *    public void actionPerformed({@link ActionEvent} ev) {
+     *       // do something with context
+     *    }
+     * }
+     * </pre>
      * <p>
      * Actions of this kind can be declared in
      * <a href="@org-openide-modules@/org/openide/modules/doc-files/api.html#how-layer">
@@ -1109,18 +1171,21 @@ public class Actions {
 
             if ((changedProperty == null) || changedProperty.equals(Action.NAME)) {
                 Object s = null;
+                boolean useMnemonic = true;
                 if (popup) {
                     s = action.getValue("popupText"); // NOI18N
                 }
                 if (s == null) {
                     s = action.getValue("menuText"); // NOI18N
+                    useMnemonic = !popup;
                 }
                 if (s == null) {
                     s = action.getValue(Action.NAME);
+                    useMnemonic = !popup;
                 }
 
                 if (s instanceof String) {
-                    setMenuText(((JMenuItem) comp), (String) s, true);
+                    setMenuText(((JMenuItem) comp), (String) s, useMnemonic);
 
                     //System.out.println("Menu item: " + s);
                     //System.out.println("Action class: " + action.getClass());
@@ -1281,6 +1346,7 @@ public class Actions {
 
     /** Sub menu bridge 2.
     */
+    @Deprecated
     private static final class SubMenuBridge extends MenuBridge implements ChangeListener, DynamicMenuContent {
         /** model to obtain subitems from */
         private SubMenuModel model;
@@ -1533,7 +1599,7 @@ public class Actions {
 
     /** SubMenu provides easy way of displaying submenu items based on
     * SubMenuModel.
-     * @deprecated extends deprecated {@link JMenuPlus}
+     * @deprecated Extends deprecated {@link JMenuPlus}. Instead create a regular {@link JMenu} and add items to it (or use {@link DynamicMenuContent}).
      */
     @Deprecated
     public static class SubMenu extends JMenuPlus implements DynamicMenuContent {
diff --git a/openide.awt/src/org/openide/awt/CloseButtonTabbedPane.java b/openide.awt/src/org/openide/awt/CloseButtonTabbedPane.java
index f5fad0f..e0c1b78 100644
--- a/openide.awt/src/org/openide/awt/CloseButtonTabbedPane.java
+++ b/openide.awt/src/org/openide/awt/CloseButtonTabbedPane.java
@@ -66,6 +66,9 @@ import java.beans.PropertyChangeListener;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import java.util.regex.Pattern;
+import javax.swing.AbstractAction;
+import javax.swing.Action;
+import javax.swing.ActionMap;
 import javax.swing.BorderFactory;
 import javax.swing.JButton;
 import javax.swing.JComponent;
@@ -169,6 +172,23 @@ final class CloseButtonTabbedPane extends JTabbedPane implements PropertyChangeL
     }
 
     @Override
+    public void updateUI() {
+        super.updateUI();
+        //#179323 - disable ctrl+page up/down actions if there's just one tab,
+        //parent container, e.g. TopComponent tabs, may want to handle these keys itself
+        ActionMap am = getActionMap();
+        Action a = am.get("navigatePageUp");
+        if( null != a && !(a instanceof MyNavigateAction) ) {
+            am.put("navigatePageUp", new MyNavigateAction(a));
+        }
+        a = am.get("navigatePageDown");
+        if( null != a && !(a instanceof MyNavigateAction) ) {
+            am.put("navigatePageDown", new MyNavigateAction(a));
+        }
+    }
+
+
+    @Override
     public void removeTabAt(int index) {
         Component c = getComponentAt(index);
         c.removePropertyChangeListener(TabbedPaneFactory.NO_CLOSE_BUTTON, this);
@@ -183,7 +203,7 @@ final class CloseButtonTabbedPane extends JTabbedPane implements PropertyChangeL
                 return true;
             }
         }
-        if( version.startsWith("1.6.0_20") && isAquaLaF() )
+        if( version.startsWith("1.6.0_24") && isAquaLaF() )
             return true;
         return false;
     }
@@ -513,17 +533,24 @@ final class CloseButtonTabbedPane extends JTabbedPane implements PropertyChangeL
             super(new FlowLayout(FlowLayout.LEFT, 0, 0));
             setOpaque(false);
             label = new JLabel("") {
+                
+                private String lastText = null;
+                
                 @Override
                 public String getText() {
+                    String currentText = "";
                     int i = indexOfTabComponent(ButtonTab.this);
-                    if (i >= 0) {
-                        String tabTitle = getTitleAt(i);
-                        if (!super.getText().equals(tabTitle)) {
-                            setText(tabTitle);
-                        }
-                        return tabTitle;
+                    if (i >= 0)
+                        currentText = getTitleAt(i);
+                    
+                    if (null != lastText && lastText.equals(currentText))
+                        return lastText;
+                    
+                    lastText = currentText;
+                    if (!super.getText().equals(currentText)) {
+                        setText(currentText);
                     }
-                    return "";
+                    return currentText;
                 }
 
                 @Override
@@ -563,4 +590,23 @@ final class CloseButtonTabbedPane extends JTabbedPane implements PropertyChangeL
             }
         }
     }
+
+    private class MyNavigateAction extends AbstractAction {
+
+        private final Action orig;
+
+        public MyNavigateAction( Action orig ) {
+            this.orig = orig;
+        }
+
+        @Override
+        public void actionPerformed(ActionEvent e) {
+            orig.actionPerformed(e);
+        }
+
+        @Override
+        public boolean isEnabled() {
+            return getTabCount() > 1;
+        }
+    }
 }
diff --git a/openide.awt/src/org/openide/awt/DropDownButton.java b/openide.awt/src/org/openide/awt/DropDownButton.java
index ecef3f5..dad65a6 100644
--- a/openide.awt/src/org/openide/awt/DropDownButton.java
+++ b/openide.awt/src/org/openide/awt/DropDownButton.java
@@ -62,6 +62,7 @@ import javax.swing.JPopupMenu;
 import javax.swing.event.PopupMenuEvent;
 import javax.swing.event.PopupMenuListener;
 import org.openide.util.ImageUtilities;
+import org.openide.util.Parameters;
 
 /**
  * JButton with a small arrow that displays popup menu when clicked.
@@ -92,6 +93,7 @@ class DropDownButton extends JButton {
     
     /** Creates a new instance of MenuToggleButton */
     public DropDownButton( Icon icon, JPopupMenu popup ) {
+        Parameters.notNull("icon", icon); //NOI18N
         assert null != icon;
         
         putClientProperty( DropDownButtonFactory.PROP_DROP_DOWN_MENU, popup );
diff --git a/openide.awt/src/org/openide/awt/DropDownToggleButton.java b/openide.awt/src/org/openide/awt/DropDownToggleButton.java
index 801d1e5..a76568e 100644
--- a/openide.awt/src/org/openide/awt/DropDownToggleButton.java
+++ b/openide.awt/src/org/openide/awt/DropDownToggleButton.java
@@ -61,7 +61,7 @@ import javax.swing.JToggleButton;
 import javax.swing.event.PopupMenuEvent;
 import javax.swing.event.PopupMenuListener;
 import org.openide.util.ImageUtilities;
-import org.openide.util.Utilities;
+import org.openide.util.Parameters;
 
 /**
  * JToggleButton with a small arrow that displays popup menu when clicked.
@@ -92,7 +92,7 @@ class DropDownToggleButton extends JToggleButton {
     
     /** Creates a new instance of DropDownToggleButton */
     public DropDownToggleButton( Icon icon, JPopupMenu popup ) {
-        assert null != icon;
+        Parameters.notNull("icon", icon); //NOI18N
         
         putClientProperty( DropDownButtonFactory.PROP_DROP_DOWN_MENU, popup );
         
@@ -101,12 +101,14 @@ class DropDownToggleButton extends JToggleButton {
         resetIcons();
         
         addPropertyChangeListener(  DropDownButtonFactory.PROP_DROP_DOWN_MENU,new PropertyChangeListener() {
+            @Override
             public void propertyChange( PropertyChangeEvent e ) {
                 resetIcons();
             }
         });
         
         addMouseMotionListener( new MouseMotionAdapter() {
+            @Override
             public void mouseMoved( MouseEvent e ) {
                 if( null != getPopupMenu() ) {
                     mouseInArrowArea = isInArrowArea( e.getPoint() );
@@ -118,6 +120,7 @@ class DropDownToggleButton extends JToggleButton {
         addMouseListener( new MouseAdapter() {
             private boolean popupMenuOperation = false;
             
+            @Override
             public void mousePressed( MouseEvent e ) {
                 popupMenuOperation = false;
                 JPopupMenu menu = getPopupMenu();
@@ -148,6 +151,7 @@ class DropDownToggleButton extends JToggleButton {
                 }
             }
 
+            @Override
             public void mouseEntered( MouseEvent e ) {
                 mouseInButton = true;
                 if( hasPopupMenu() ) {
@@ -156,6 +160,7 @@ class DropDownToggleButton extends JToggleButton {
                 }
             }
 
+            @Override
             public void mouseExited( MouseEvent e ) {
                 mouseInButton = false;
                 mouseInArrowArea = false;
@@ -171,9 +176,11 @@ class DropDownToggleButton extends JToggleButton {
     private PopupMenuListener getMenuListener() {
         if( null == menuListener ) {
             menuListener = new PopupMenuListener() {
+                @Override
                 public void popupMenuWillBecomeVisible(PopupMenuEvent e) {
                 }
 
+                @Override
                 public void popupMenuWillBecomeInvisible(PopupMenuEvent e) {
                     // If inside the button let the button's mouse listener
                     // deal with the state. The popup menu will be hidden and
@@ -189,6 +196,7 @@ class DropDownToggleButton extends JToggleButton {
                     }
                 }
 
+                @Override
                 public void popupMenuCanceled(PopupMenuEvent e) {
                 }
             };
@@ -354,6 +362,7 @@ class DropDownToggleButton extends JToggleButton {
     private class Model extends JToggleButton.ToggleButtonModel {
         private boolean _pressed = false;
         
+        @Override
         public void setPressed(boolean b) {
             if( mouseInArrowArea || _pressed )
                 return;
@@ -377,7 +386,6 @@ class DropDownToggleButton extends JToggleButton {
             setArmed( false );
             setPressed( false );
             setRollover( false );
-            setSelected( false );
         }
 
         public boolean _isPressed() {
diff --git a/openide.awt/src/org/openide/awt/GlobalManager.java b/openide.awt/src/org/openide/awt/GlobalManager.java
index 80102e3..fd679bc 100644
--- a/openide.awt/src/org/openide/awt/GlobalManager.java
+++ b/openide.awt/src/org/openide/awt/GlobalManager.java
@@ -69,7 +69,7 @@ import org.openide.util.WeakSet;
 /** Listener on a global context.
  */
 class GlobalManager extends Object implements LookupListener {
-    private static Logger LOG = GeneralAction.LOG;
+    private static final Logger LOG = GeneralAction.LOG;
     
     private static final Map<LookupRef, Reference<GlobalManager>> CACHE = new HashMap<LookupRef, Reference<GlobalManager>>();
     private static final Map<LookupRef, Reference<GlobalManager>> SURVIVE = new HashMap<LookupRef, Reference<GlobalManager>>();
@@ -117,7 +117,7 @@ class GlobalManager extends Object implements LookupListener {
         ActionMap map = actionMap.get();
         Action a = (map == null) ? null : map.get(key);
         if (LOG.isLoggable(Level.FINE)) {
-            LOG.fine("Action for key: " + key + " is: " + a); // NOI18N
+            LOG.log(Level.FINE, "Action for key: {0} is: {1}", new Object[]{key, a}); // NOI18N
         }
         
         return a;
@@ -154,13 +154,14 @@ class GlobalManager extends Object implements LookupListener {
     }
     
     /** Change all that do not survive ActionMap change */
-    public void resultChanged(org.openide.util.LookupEvent ev) {
+    @Override
+    public final void resultChanged(org.openide.util.LookupEvent ev) {
         Collection<? extends Lookup.Item<? extends ActionMap>> all = result.allItems();
         ActionMap a = all.isEmpty() ? null : all.iterator().next().getInstance();
         
         if (LOG.isLoggable(Level.FINE)) {
-            LOG.fine("changed map : " + a); // NOI18N
-            LOG.fine("previous map: " + actionMap.get()); // NOI18N
+            LOG.log(Level.FINE, "changed map : {0}", a); // NOI18N
+            LOG.log(Level.FINE, "previous map: {0}", actionMap.get()); // NOI18N
         }
         
         final ActionMap prev = actionMap.get();
@@ -170,13 +171,14 @@ class GlobalManager extends Object implements LookupListener {
         
         final ActionMap newMap = newMap(prev, a);
         
-        actionMap = new WeakReference<ActionMap>(a);
+        actionMap = new WeakReference<ActionMap>(newMap);
         
         if (LOG.isLoggable(Level.FINE)) {
             LOG.fine("clearActionPerformers"); // NOI18N
         }
         
         Mutex.EVENT.readAccess(new Runnable() {
+            @Override
             public void run() {
                 notifyListeners(prev, newMap);
             }
@@ -233,6 +235,7 @@ class GlobalManager extends Object implements LookupListener {
             this.survive = survive;
         }
         
+        @Override
         public void run() {
             clearCache(context, this, survive);
         }
@@ -259,7 +262,10 @@ class GlobalManager extends Object implements LookupListener {
                 if (all != null) {
                     old.addAll(Arrays.asList(all));
                     if (newMap != null) {
-                        old.removeAll(Arrays.asList(newMap.allKeys()));
+                        Object[] toRem = newMap.allKeys();
+                        if (toRem != null) {
+                            old.removeAll(Arrays.asList(toRem));
+                        }
                     }
                 }
             }
diff --git a/openide.awt/src/org/openide/awt/HtmlLabelUI.java b/openide.awt/src/org/openide/awt/HtmlLabelUI.java
index f65b9a0..52dc3e3 100644
--- a/openide.awt/src/org/openide/awt/HtmlLabelUI.java
+++ b/openide.awt/src/org/openide/awt/HtmlLabelUI.java
@@ -216,8 +216,13 @@ class HtmlLabelUI extends LabelUI {
         HtmlRendererImpl h = (HtmlRendererImpl) c;
 
         if (bg != null) {
-            int x = h.isSelected() ? ((h.getIcon() == null) ? 0 : (h.getIcon().getIconWidth() + h.getIconTextGap())) : 0;
-            x += h.getIndent();
+            int x;
+            if (h.getType() == HtmlRendererImpl.Type.TABLE) {
+                x = 0; // in a table we want to have the whole row selected
+            } else {
+                x = h.isSelected() ? ((h.getIcon() == null) ? 0 : (h.getIcon().getIconWidth() + h.getIconTextGap())) : 0;
+                x += h.getIndent();
+            }
             g.setColor(bg);
             g.fillRect(x, 0, c.getWidth() - x, c.getHeight());
         }
@@ -230,7 +235,12 @@ class HtmlLabelUI extends LabelUI {
             }
 
             if (!isGTK() && !isAqua() && !isNimbus()) {
-                int x = ((h.getIcon() == null) ? 0 : (h.getIcon().getIconWidth() + h.getIconTextGap()));
+                int x;
+                if (h.getType() == HtmlRendererImpl.Type.TABLE) {
+                    x = 0; // in a table we want to have the whole row selected
+                } else {
+                    x = ((h.getIcon() == null) ? 0 : (h.getIcon().getIconWidth() + h.getIconTextGap()));
+                }
                 g.setColor(focus);
                 g.drawRect(x, 0, c.getWidth() - (x + 1), c.getHeight() - 1);
             }
diff --git a/openide.awt/src/org/openide/awt/HtmlRenderer.java b/openide.awt/src/org/openide/awt/HtmlRenderer.java
index 62174ad..8f52905 100644
--- a/openide.awt/src/org/openide/awt/HtmlRenderer.java
+++ b/openide.awt/src/org/openide/awt/HtmlRenderer.java
@@ -82,12 +82,12 @@ import org.openide.util.Utilities;
  * <li>{@link #renderString renderString} will check the string for opening HTML tags
  * (upper or lower but not mixed case) and call either {@link #renderPlainString renderPlainString}
  * or {@link #renderHTML renderHTML} as appropriate.  Note this method does not tolerate
- * whitespace in opening html tags - it expects exactly 6 characters to make up
+ * whitespace in opening HTML tags - it expects exactly 6 characters to make up
  * the opening tag if present.</li>
  * <li>{@link #renderPlainString renderPlainString} simply renders a string to the graphics context,
- * takes the same agruments as {@link #renderHTML renderHTML}, but will also honor
+ * takes the same arguments as {@link #renderHTML renderHTML}, but will also honor
  * {@link #STYLE_TRUNCATE}, so strings can be rendered with trailing
- * elipsis if there is not enough space</li>
+ * ellipsis if there is not enough space</li>
  * <li>{@link #renderHTML renderHTML} renders whatever is passed to it as HTML, regardless
  * of whether it has opening HTML tags or not.  It can be used to render plain
  * strings, but {@link #renderPlainString renderPlainString} is faster for that. It is useful
@@ -132,7 +132,7 @@ import org.openide.util.Utilities;
  * <tr>
  *  <td><code><font></code></td>
  *  <td>Font color - font attributes other than color are not supported.  Colors
- *  may be specified as hexidecimal strings, such as #FF0000 or as logical colors
+ *  may be specified as hexadecimal strings, such as #FF0000 or as logical colors
  *  defined in the current look and feel by specifying a ! character as the first
  *  character of the color name.  Logical colors are colors available from the
  *  current look and feel's UIManager.  For example,
@@ -208,7 +208,6 @@ import org.openide.util.Utilities;
  * @author  Tim Boudreau
  */
 public final class HtmlRenderer {
-    private static HtmlRendererImpl LABEL = null;
 
     /** Stack object used during HTML rendering to hold previous colors in
      * the case of nested color entries. */
@@ -217,7 +216,7 @@ public final class HtmlRenderer {
     /**
      * Constant used by {@link #renderString renderString}, {@link #renderPlainString renderPlainString},
      * {@link #renderHTML renderHTML}, and {@link Renderer#setRenderStyle}
-     * if painting should simply be cut off at the boundary of the cooordinates passed.
+     * if painting should simply be cut off at the boundary of the coordinates passed.
      */
     public static final int STYLE_CLIP = 0;
 
@@ -1163,13 +1162,16 @@ public final class HtmlRenderer {
         }
     }
 
-    /** Parse a font color tag and return an appopriate java.awt.Color instance */
+    /** Parse a font color tag and return an appropriate java.awt.Color instance */
     private static Color findColor(final char[] ch, final int pos, final int tagEnd) {
         int colorPos = pos;
         boolean useUIManager = false;
 
         for (int i = pos; i < tagEnd; i++) {
             if (ch[i] == 'c') {
+                //#195703 - check for broken HTML
+                if( i + 6 >= ch.length )
+                    break;
                 colorPos = i + 6;
 
                 if ((ch[colorPos] == '\'') || (ch[colorPos] == '"')) {
@@ -1209,7 +1211,7 @@ public final class HtmlRenderer {
 
             s = new String(ch, colorPos, end - colorPos);
         } else {
-            s = new String(ch, colorPos, 6);
+            s = new String(ch, colorPos, Math.min(ch.length-colorPos, 6));
         }
 
         Color result = null;
@@ -1406,7 +1408,7 @@ public final class HtmlRenderer {
         void setHtml(boolean val);
 
         /**
-         * Set the rendering style - this can be JLabel-style truncated-with-elipsis (...) text, or clipped text.
+         * Set the rendering style - this can be JLabel-style truncated-with-ellipsis (...) text, or clipped text.
          * The default is {@link #STYLE_CLIP}.
          *
          * @param style The text style
diff --git a/openide.awt/src/org/openide/awt/HtmlRendererImpl.java b/openide.awt/src/org/openide/awt/HtmlRendererImpl.java
index 66d23c4..e7517aa 100644
--- a/openide.awt/src/org/openide/awt/HtmlRendererImpl.java
+++ b/openide.awt/src/org/openide/awt/HtmlRendererImpl.java
@@ -53,6 +53,8 @@ import java.beans.VetoableChangeListener;
 
 import java.lang.ref.Reference;
 import java.lang.ref.SoftReference;
+import java.util.logging.Level;
+import java.util.logging.Logger;
 
 import javax.swing.*;
 import javax.swing.border.Border;
@@ -546,7 +548,13 @@ class HtmlRendererImpl extends JLabel implements HtmlRenderer.Renderer {
         if (b == null) {
             result = EMPTY_INSETS;
         } else {
-            result = b.getBorderInsets(this);
+            //workaround for open jdk bug, see issue #192388
+            try {
+                result = b.getBorderInsets(this);
+            } catch( NullPointerException e ) {
+                Logger.getLogger(HtmlRendererImpl.class.getName()).log(Level.FINE, null, e);
+                result = EMPTY_INSETS;
+            }
         }
 
         return result;
diff --git a/openide.awt/src/org/openide/awt/IconWithArrow.java b/openide.awt/src/org/openide/awt/IconWithArrow.java
index 3c9c8ff..6f0e479 100644
--- a/openide.awt/src/org/openide/awt/IconWithArrow.java
+++ b/openide.awt/src/org/openide/awt/IconWithArrow.java
@@ -48,10 +48,9 @@ import java.awt.Color;
 import java.awt.Component;
 import java.awt.Graphics;
 import javax.swing.Icon;
-import javax.swing.ImageIcon;
 import javax.swing.UIManager;
 import org.openide.util.ImageUtilities;
-import org.openide.util.Utilities;
+import org.openide.util.Parameters;
 
 /**
  * An icon that paints a small arrow to the right of the provided icon.
@@ -71,10 +70,12 @@ class IconWithArrow implements Icon {
     
     /** Creates a new instance of IconWithArrow */
     public IconWithArrow(  Icon orig, boolean paintRollOver ) {
+        Parameters.notNull("original icon", orig); //NOI18N
         this.orig = orig;
         this.paintRollOver = paintRollOver;
     }
 
+    @Override
     public void paintIcon( Component c, Graphics g, int x, int y ) {
         int height = getIconHeight();
         orig.paintIcon( c, g, x, y+(height-orig.getIconHeight())/2 );
@@ -99,10 +100,12 @@ class IconWithArrow implements Icon {
         }
     }
 
+    @Override
     public int getIconWidth() {
         return orig.getIconWidth() + GAP + arrow.getIconWidth();
     }
 
+    @Override
     public int getIconHeight() {
         return Math.max( orig.getIconHeight(), arrow.getIconHeight() );
     }
diff --git a/openide.awt/src/org/openide/awt/UndoRedo.java b/openide.awt/src/org/openide/awt/UndoRedo.java
index 47af162..489b827 100644
--- a/openide.awt/src/org/openide/awt/UndoRedo.java
+++ b/openide.awt/src/org/openide/awt/UndoRedo.java
@@ -43,12 +43,13 @@
  */
 package org.openide.awt;
 
-import org.openide.util.Task;
 import java.util.LinkedList;
 
 import javax.swing.event.*;
 import javax.swing.undo.*;
 import org.openide.util.ChangeSupport;
+import org.openide.util.Lookup;
+import org.openide.util.Utilities;
 
 
 /** Undo and Redo manager for top components and workspace elements.
@@ -116,6 +117,21 @@ public interface UndoRedo {
     */
     public String getRedoPresentationName();
 
+    /** Components that provide {@link UndoRedo} shall announce that by
+     * implementing this provider interface. Both Edit/Undo and Edit/Redo actions
+     * seek this interface inside current selection (e.g. {@link Utilities#actionsGlobalContext()}).
+     * To control these actions make sure your implementation of this interface
+     * is exposed in instance representing {@link Lookup current context}.
+     *
+     * @since 7.25
+     */
+    public static interface Provider {
+        /** Getter for {@link UndoRedo} implementation associated with this provider.
+         * @return non-null implementation
+         */
+        public UndoRedo getUndoRedo();
+    }
+
     /** An undo manager which fires a change event each time it consumes a new undoable edit.
     */
     public static class Manager extends UndoManager implements UndoRedo {
@@ -124,10 +140,7 @@ public interface UndoRedo {
         private final ChangeSupport cs = new ChangeSupport(this);
 
         /** vector of Edits to run */
-        private LinkedList<UndoableEditEvent> runus = new LinkedList<UndoableEditEvent>(); // for fix of #8692
-
-        /** task that clears the queue */
-        private Task task = Task.EMPTY; // for fix of #8692
+        private final LinkedList<UndoableEditEvent> runus = new LinkedList<UndoableEditEvent>(); // for fix of #8692
 
         /** Called from undoableEditHappened() inner class */
         private void superUndoableEditHappened(UndoableEditEvent ue) {
@@ -143,6 +156,7 @@ public interface UndoRedo {
         * Delegates to superclass and notifies listeners.
         * @param ue the edit
         */
+        @Override
         public void undoableEditHappened(final UndoableEditEvent ue) {
             /* Edits are posted to request processor and the deadlock
              * in #8692 between undoredo and document that fires
@@ -156,6 +170,7 @@ public interface UndoRedo {
         }
 
         /** Discard all the existing edits from the undomanager. */
+        @Override
         public void discardAllEdits() {
             synchronized (runus) {
                 runus.add(null);
@@ -164,56 +179,43 @@ public interface UndoRedo {
             updateTask();
         }
 
-        public boolean canUndo() {
-            /* First it must be checked that there are
-             * undoable edits waiting to be added to undoredo.
-             */
-            boolean empty;
-
-            synchronized (runus) {
-                empty = runus.isEmpty();
-            }
+        @Override
+        public void undo() throws CannotUndoException {
+            super.undo();
+            updateTask();
+        }
 
-            if (!empty) {
-                task.waitFinished();
-            }
+        @Override
+        public void redo() throws CannotRedoException {
+            super.redo();
+            updateTask();
+        }
 
-            return super.canUndo();
+        @Override
+        public void undoOrRedo() throws CannotRedoException, CannotUndoException {
+            super.undoOrRedo();
+            updateTask();
         }
 
         private void updateTask() {
-            /* The following task is finished when there are no
-             * undoable edits waiting to be added to undoredo.
-             */
-            class R implements Runnable {
-                public void run() {
-                    for (;;) {
-                        UndoableEditEvent ue;
-
-                        synchronized (runus) {
-                            if (runus.isEmpty()) {
-                                break;
-                            }
-
-                            ue = runus.removeFirst();
-                        }
-
-                        if (ue == null) {
-                            superDiscardAllEdits();
-                        } else {
-                            superUndoableEditHappened(ue);
-                        }
-
-                        cs.fireChange();
+            for (;;) {
+                UndoableEditEvent ue;
+
+                synchronized (runus) {
+                    if (runus.isEmpty()) {
+                        break;
                     }
-                }
-            }
 
-            R r = new R();
-            r.run();
+                    ue = runus.removeFirst();
+                }
 
-            //Use internal not default RequestProcessor to solve deadlock #10826
-            //task = internalRequestProcessor.post (r, 0, Thread.MAX_PRIORITY);
+                if (ue == null) {
+                    superDiscardAllEdits();
+                } else {
+                    superUndoableEditHappened(ue);
+                }
+            }
+            cs.fireChange();
         }
 
         /* Attaches change listener to the this object.
@@ -222,20 +224,24 @@ public interface UndoRedo {
         */
 
         //#32313 - synchronization of this method was removed
+        @Override
         public void addChangeListener(ChangeListener l) {
             cs.addChangeListener(l);
         }
 
         /* Removes the listener
         */
+        @Override
         public void removeChangeListener(ChangeListener l) {
             cs.removeChangeListener(l);
         }
 
+        @Override
         public String getUndoPresentationName() {
             return this.canUndo() ? super.getUndoPresentationName() : ""; // NOI18N
         }
 
+        @Override
         public String getRedoPresentationName() {
             return this.canRedo() ? super.getRedoPresentationName() : ""; // NOI18N
         }
@@ -248,32 +254,40 @@ public interface UndoRedo {
     */
     @Deprecated
     public static final class Empty extends Object implements UndoRedo {
+        @Override
         public boolean canUndo() {
             return false;
         }
 
+        @Override
         public boolean canRedo() {
             return false;
         }
 
+        @Override
         public void undo() throws CannotUndoException {
             throw new CannotUndoException();
         }
 
+        @Override
         public void redo() throws CannotRedoException {
             throw new CannotRedoException();
         }
 
+        @Override
         public void addChangeListener(ChangeListener l) {
         }
 
+        @Override
         public void removeChangeListener(ChangeListener l) {
         }
 
+        @Override
         public String getUndoPresentationName() {
             return ""; // NOI18N
         }
 
+        @Override
         public String getRedoPresentationName() {
             return ""; // NOI18N
         }
diff --git a/openide.awt/test/unit/src/org/netbeans/modules/openide/awt/ActionProcessorTest.java b/openide.awt/test/unit/src/org/netbeans/modules/openide/awt/ActionProcessorTest.java
new file mode 100644
index 0000000..99d71a5
--- /dev/null
+++ b/openide.awt/test/unit/src/org/netbeans/modules/openide/awt/ActionProcessorTest.java
@@ -0,0 +1,882 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Sun in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2009 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.openide.awt;
+
+import java.net.URL;
+import javax.tools.ToolProvider;
+import java.awt.Component;
+import javax.swing.JComponent;
+import javax.swing.JMenuItem;
+import org.openide.util.Lookup;
+import org.openide.util.actions.Presenter;
+import java.io.IOException;
+import org.openide.util.test.AnnotationProcessorTestUtils;
+import java.util.Collections;
+import java.util.List;
+import org.openide.awt.ActionID;
+import java.awt.event.ActionEvent;
+import java.awt.event.ActionListener;
+import java.io.ByteArrayOutputStream;
+import java.net.URLClassLoader;
+import javax.swing.AbstractAction;
+import javax.swing.Action;
+import javax.swing.ActionMap;
+import javax.swing.JSeparator;
+import org.netbeans.junit.NbTestCase;
+import org.openide.awt.ActionReference;
+import org.openide.awt.ActionReferences;
+import org.openide.awt.ActionRegistration;
+import org.openide.awt.DynamicMenuContent;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+import org.openide.util.ContextAwareAction;
+import org.openide.util.lookup.AbstractLookup;
+import org.openide.util.lookup.InstanceContent;
+import static org.junit.Assert.*;
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+public class ActionProcessorTest extends NbTestCase {
+
+    public ActionProcessorTest(String n) {
+        super(n);
+    }
+
+    @Override
+    protected boolean runInEQ() {
+        return true;
+    }
+
+    @ActionRegistration(
+        displayName="#AlwaysOn"
+    )
+    @ActionID(
+        id="my.test.Always", category="Tools"
+    )
+    @ActionReference(path="My/Folder", position=333, name="D-F6")        
+    public static final class Always implements ActionListener {
+        static int created;
+
+        public Always() {
+            created++;
+        }
+
+        static int cnt;
+        @Override
+        public void actionPerformed(ActionEvent e) {
+            cnt += e.getID();
+        }
+    }
+
+    public void testAlwaysEnabledAction() throws Exception {
+        FileObject fo = FileUtil.getConfigFile(
+            "Actions/Tools/my-test-Always.instance"
+        );
+        assertNotNull("File found", fo);
+        assertEquals("Not created yet", 0, Always.created);
+        Object obj = fo.getAttribute("instanceCreate");
+        assertNotNull("Attribute present", obj);
+        assertTrue("It is an action", obj instanceof Action);
+        Action a = (Action)obj;
+        assertEquals("Still not created", 0, Always.created);
+
+        assertEquals("I am always on!", a.getValue(Action.NAME));
+        assertEquals("Not even now created", 0, Always.created);
+        a.actionPerformed(new ActionEvent(this, 300, ""));
+        assertEquals("Created now!", 1, Always.created);
+
+        assertEquals("Action called", 300, Always.cnt);
+        
+        FileObject shad = FileUtil.getConfigFile(
+            "My/Folder/D-F6.shadow"
+        );
+        assertNotNull("Shadow created", shad);
+        assertEquals("Right position", 333, shad.getAttribute("position"));
+        assertEquals("Proper link", fo.getPath(), shad.getAttribute("originalFile"));
+    }
+    
+    public void testVerifyReferencesInstalledViaPackageInfo() {
+        FileObject one = FileUtil.getConfigFile("pkg/one/action-one.shadow");
+        assertNotNull("Found", one);
+        assertEquals("Actions/Fool/action-one.instance", one.getAttribute("originalFile"));
+        
+        FileObject two = FileUtil.getConfigFile("pkg/two/action-two.shadow");
+        assertNotNull("Found", two);
+        assertEquals("Actions/Pool/action-two.instance", two.getAttribute("originalFile"));
+    }
+
+    public static final class AlwaysByMethod {
+        private AlwaysByMethod() {}
+        static int created, cnt;
+        @ActionRegistration(displayName="#AlwaysOn")
+        @ActionID(id="my.test.AlwaysByMethod", category="Tools")
+        @ActionReferences({
+            @ActionReference(path="Kuk/buk", position=1, separatorAfter=2),
+            @ActionReference(path="Muk/luk", position=11, separatorBefore=10)
+        })
+        public static ActionListener factory() {
+            created++;
+            return new ActionListener() {
+                public @Override void actionPerformed(ActionEvent e) {
+                    cnt += e.getID();
+                }
+            };
+        }
+    }
+
+    public void testAlwaysEnabledActionByMethod() throws Exception {
+        FileObject fo = FileUtil.getConfigFile("Actions/Tools/my-test-AlwaysByMethod.instance");
+        assertNotNull("File found", fo);
+        assertEquals("Not created yet", 0, AlwaysByMethod.created);
+        Object obj = fo.getAttribute("instanceCreate");
+        assertNotNull("Attribute present", obj);
+        assertTrue("It is an action", obj instanceof Action);
+        Action a = (Action)obj;
+        assertEquals("Still not created", 0, AlwaysByMethod.created);
+        assertEquals("I am always on!", a.getValue(Action.NAME));
+        assertEquals("Not even now created", 0, AlwaysByMethod.created);
+        a.actionPerformed(new ActionEvent(this, 300, ""));
+        assertEquals("Created now!", 1, AlwaysByMethod.created);
+        assertEquals("Action called", 300, AlwaysByMethod.cnt);
+
+        {
+            FileObject shad = FileUtil.getConfigFile(
+                "Kuk/buk/my-test-AlwaysByMethod.shadow"
+            );
+            assertNotNull("Shadow created", shad);
+            assertEquals("Right position", 1, shad.getAttribute("position"));
+            assertEquals("Proper link", fo.getPath(), shad.getAttribute("originalFile"));
+            FileObject sep = FileUtil.getConfigFile(
+                "Kuk/buk/my-test-AlwaysByMethod-separatorAfter.instance"
+            );
+            assertNotNull("Separator generated", sep);
+            assertEquals("Position 2", 2, sep.getAttribute("position"));
+            Object instSep = sep.getAttribute("instanceCreate");
+            assertTrue("Right instance " + instSep, instSep instanceof JSeparator);
+        }
+        {
+            FileObject shad = FileUtil.getConfigFile(
+                "Muk/luk/my-test-AlwaysByMethod.shadow"
+            );
+            assertNotNull("Shadow created", shad);
+            assertEquals("Right position", 11, shad.getAttribute("position"));
+            assertEquals("Proper link", fo.getPath(), shad.getAttribute("originalFile"));
+            FileObject sep = FileUtil.getConfigFile(
+                "Muk/luk/my-test-AlwaysByMethod-separatorBefore.instance"
+            );
+            assertNotNull("Separator generated", sep);
+            assertEquals("Position ten", 10, sep.getAttribute("position"));
+            Object instSep = sep.getAttribute("instanceCreate");
+            assertTrue("Right instance " + instSep, instSep instanceof JSeparator);
+        }
+        
+    }
+
+    @ActionRegistration(
+        displayName="#Key",
+        key="klic"
+    )
+    @ActionID(
+        category="Tools",
+        id = "my.action"
+    )
+    public static final class Callback implements ActionListener {
+        static int cnt;
+        @Override
+        public void actionPerformed(ActionEvent e) {
+            cnt += e.getID();
+        }
+    }
+
+    public void testCallbackAction() throws Exception {
+        Callback.cnt = 0;
+        
+        FileObject fo = FileUtil.getConfigFile(
+            "Actions/Tools/my-action.instance"
+        );
+        assertNotNull("File found", fo);
+        Object obj = fo.getAttribute("instanceCreate");
+        assertNotNull("Attribute present", obj);
+        assertTrue("It is context aware action", obj instanceof ContextAwareAction);
+        ContextAwareAction a = (ContextAwareAction)obj;
+
+        class MyAction extends AbstractAction {
+            int cnt;
+            @Override
+            public void actionPerformed(ActionEvent e) {
+                cnt += e.getID();
+            }
+        }
+        MyAction my = new MyAction();
+        ActionMap m = new ActionMap();
+        m.put("klic", my);
+
+        InstanceContent ic = new InstanceContent();
+        AbstractLookup lkp = new AbstractLookup(ic);
+        Action clone = a.createContextAwareInstance(lkp);
+        ic.add(m);
+
+        assertEquals("I am context", clone.getValue(Action.NAME));
+        clone.actionPerformed(new ActionEvent(this, 300, ""));
+        assertEquals("Local Action called", 300, my.cnt);
+        assertEquals("Global Action not called", 0, Callback.cnt);
+
+        ic.remove(m);
+        clone.actionPerformed(new ActionEvent(this, 200, ""));
+        assertEquals("Local Action stays", 300, my.cnt);
+        assertEquals("Global Action ncalled", 200, Callback.cnt);
+    }
+    
+    
+    @ActionRegistration(
+        displayName = "#Key",
+        iconBase="org/openide/awt/TestIcon.png"
+    )
+    @ActionID(
+        category = "Edit",
+        id = "my.field.action"
+    )
+    public static final String ACTION_MAP_KEY = "my.action.map.key";
+    
+    public void testCallbackOnFieldAction() throws Exception {
+        Callback.cnt = 0;
+        
+        FileObject fo = FileUtil.getConfigFile(
+            "Actions/Edit/my-field-action.instance"
+        );
+        assertNotNull("File found", fo);
+        Object icon = fo.getAttribute("iconBase");
+        assertTrue("Icon found", icon instanceof String);
+        Object obj = fo.getAttribute("instanceCreate");
+        assertNotNull("Attribute present", obj);
+        assertTrue("It is context aware action", obj instanceof ContextAwareAction);
+        ContextAwareAction a = (ContextAwareAction)obj;
+
+        class MyAction extends AbstractAction {
+            int cnt;
+            @Override
+            public void actionPerformed(ActionEvent e) {
+                cnt += e.getID();
+            }
+        }
+        MyAction my = new MyAction();
+        ActionMap m = new ActionMap();
+        m.put(ACTION_MAP_KEY, my);
+
+        InstanceContent ic = new InstanceContent();
+        AbstractLookup lkp = new AbstractLookup(ic);
+        Action clone = a.createContextAwareInstance(lkp);
+        ic.add(m);
+
+        assertEquals("I am context", clone.getValue(Action.NAME));
+        clone.actionPerformed(new ActionEvent(this, 300, ""));
+        assertEquals("Local Action called", 300, my.cnt);
+        assertEquals("Global Action not called", 0, Callback.cnt);
+
+        ic.remove(m);
+        clone.actionPerformed(new ActionEvent(this, 200, ""));
+        assertEquals("Local Action stays", 300, my.cnt);
+        assertEquals("Global Action not called, there is no fallback", 0, Callback.cnt);
+    }
+
+    @ActionID(category = "Tools", id = "on.int")
+    @ActionRegistration(displayName = "#OnInt")
+    public static final class Context implements ActionListener {
+        private final int context;
+        
+        public Context(Integer context) {
+            this.context = context;
+        }
+
+        static int cnt;
+
+        @Override
+        public void actionPerformed(ActionEvent e) {
+            cnt += context;
+        }
+
+    }
+
+    public void testContextAction() throws Exception {
+        FileObject fo = FileUtil.getConfigFile(
+            "Actions/Tools/on-int.instance"
+        );
+        assertNotNull("File found", fo);
+        Object obj = fo.getAttribute("instanceCreate");
+        assertNotNull("Attribute present", obj);
+        assertTrue("It is context aware action", obj instanceof ContextAwareAction);
+        ContextAwareAction a = (ContextAwareAction)obj;
+
+        InstanceContent ic = new InstanceContent();
+        AbstractLookup lkp = new AbstractLookup(ic);
+        Action clone = a.createContextAwareInstance(lkp);
+        ic.add(10);
+
+        assertEquals("Number lover!", clone.getValue(Action.NAME));
+        clone.actionPerformed(new ActionEvent(this, 300, ""));
+        assertEquals("Global Action not called", 10, Context.cnt);
+
+        ic.remove(10);
+        clone.actionPerformed(new ActionEvent(this, 200, ""));
+        assertEquals("Global Action stays same", 10, Context.cnt);
+    }
+
+    @ActionRegistration(
+        displayName="#OnInt"
+    )
+    @ActionID(
+        category="Tools",
+        id="on.numbers"
+    )
+    public static final class MultiContext implements ActionListener {
+        private final List<Number> context;
+
+        public MultiContext(List<Number> context) {
+            this.context = context;
+        }
+
+        static int cnt;
+
+        @Override
+        public void actionPerformed(ActionEvent e) {
+            for (Number n : context) {
+                cnt += n.intValue();
+            }
+        }
+
+    }
+
+    public void testMultiContextAction() throws Exception {
+        FileObject fo = FileUtil.getConfigFile(
+            "Actions/Tools/on-numbers.instance"
+        );
+        assertNotNull("File found", fo);
+        Object obj = fo.getAttribute("instanceCreate");
+        assertNotNull("Attribute present", obj);
+        assertTrue("It is context aware action", obj instanceof ContextAwareAction);
+        ContextAwareAction a = (ContextAwareAction)obj;
+
+        InstanceContent ic = new InstanceContent();
+        AbstractLookup lkp = new AbstractLookup(ic);
+        Action clone = a.createContextAwareInstance(lkp);
+        ic.add(10);
+        ic.add(3L);
+
+        assertEquals("Number lover!", clone.getValue(Action.NAME));
+        clone.actionPerformed(new ActionEvent(this, 300, ""));
+        assertEquals("Global Action not called", 13, MultiContext.cnt);
+
+        ic.remove(10);
+        clone.actionPerformed(new ActionEvent(this, 200, ""));
+        assertEquals("Adds 3", 16, MultiContext.cnt);
+
+        ic.remove(3L);
+        assertFalse("It is disabled", clone.isEnabled());
+        clone.actionPerformed(new ActionEvent(this, 200, ""));
+        assertEquals("No change", 16, MultiContext.cnt);
+    }
+    
+    @ActionRegistration(displayName="somename", surviveFocusChange=true)
+    @ActionID(category="Windows", id="my.survival.action")
+    public static final String SURVIVE_KEY = "somekey";
+
+    public void testSurviveFocusChangeBehavior() throws Exception {
+        class MyAction extends AbstractAction {
+            public int cntEnabled;
+            public int cntPerformed;
+            
+            @Override
+            public boolean isEnabled() {
+                cntEnabled++;
+                return true;
+            }
+            
+            @Override
+            public void actionPerformed(ActionEvent ev) {
+                cntPerformed++;
+            }
+        }
+        MyAction myAction = new MyAction();
+        
+        ActionMap disable = new ActionMap();
+        ActionMap enable = new ActionMap();
+        
+        InstanceContent ic = new InstanceContent();
+        AbstractLookup al = new AbstractLookup(ic);
+        
+        FileObject fo = FileUtil.getConfigFile(
+                "Actions/Windows/my-survival-action.instance");
+        assertNotNull("File found", fo);
+        Object obj = fo.getAttribute("instanceCreate");
+        assertNotNull("Attribute present", obj);
+        assertTrue("It is context aware action", obj instanceof ContextAwareAction);
+        ContextAwareAction temp = (ContextAwareAction) obj;
+        Action a = temp.createContextAwareInstance(al);
+        
+        enable.put(SURVIVE_KEY, myAction);
+        
+        ic.add(enable);
+        assertTrue("MyAction is enabled", a.isEnabled());
+        ic.set(Collections.singletonList(disable), null);
+        assertTrue("Remains enabled on other component", a.isEnabled());
+        ic.remove(disable);
+    }
+
+    public void testSubclass() throws IOException {
+        clearWorkDir();
+        AnnotationProcessorTestUtils.makeSource(getWorkDir(), "test.A", 
+            "import org.openide.awt.ActionRegistration;\n" +
+            "import org.openide.awt.ActionID;\n" +
+            "@ActionID(category=\"Tools\",id=\"my.action\")" +
+            "@ActionRegistration(displayName=\"AAA\") " +
+            "public class A {\n" +
+            "  public A(Integer i) {}" +
+            "}\n"
+        );
+        ByteArrayOutputStream os = new ByteArrayOutputStream();
+        boolean r = AnnotationProcessorTestUtils.runJavac(getWorkDir(), null, getWorkDir(), null, os);
+        assertFalse("Compilation has to fail:\n" + os, r);
+        if (!os.toString().contains("ActionListener")) {
+            fail(os.toString());
+        }
+    }
+    
+    public void testNoConstructorIsFine() throws IOException {
+        clearWorkDir();
+        AnnotationProcessorTestUtils.makeSource(getWorkDir(), "test.A", 
+            "import org.openide.awt.ActionRegistration;\n" +
+            "import org.openide.awt.ActionID;\n" +
+            "import java.awt.event.*;\n" +
+            "@ActionID(category=\"Tools\",id=\"my.action\")" +
+            "@ActionRegistration(displayName=\"AAA\") " +
+            "public class A implements ActionListener {\n" +
+            "    public void actionPerformed(ActionEvent e) {}" +
+            "}\n"
+        );
+        ByteArrayOutputStream os = new ByteArrayOutputStream();
+        boolean r = AnnotationProcessorTestUtils.runJavac(getWorkDir(), null, getWorkDir(), null, os);
+        assertTrue("Compilation has to succeed:\n" + os, r);
+    }
+
+    @ActionID(category="eager", id="direct.one")
+    @ActionRegistration(displayName="Direct Action")
+    public static class Direct extends AbstractAction implements Presenter.Menu {
+        static int cnt;
+        public Direct() {
+            cnt++;
+        }
+        
+        @Override
+        public void actionPerformed(ActionEvent e) {
+        }
+
+        @Override
+        public JMenuItem getMenuPresenter() {
+            throw new UnsupportedOperationException("Not supported yet.");
+        }
+    }
+    @ActionID(category="eager", id="direct.two")
+    @ActionRegistration(displayName="Direct Action")
+    @ActionReference(path="Shortcuts", name="C-F2 D-A")
+    public static class Direct2 extends AbstractAction implements Presenter.Toolbar {
+        static int cnt;
+        public Direct2() {
+            cnt++;
+        }
+        @Override
+        public void actionPerformed(ActionEvent e) {
+        }
+
+        @Override
+        public Component getToolbarPresenter() {
+            throw new UnsupportedOperationException("Not supported yet.");
+        }
+
+    }
+    @ActionID(category="eager", id="direct.three")
+    @ActionRegistration(displayName="Direct Action")
+    public static class Direct3 extends AbstractAction implements Presenter.Popup {
+        static int cnt;
+        public Direct3() {
+            cnt++;
+        }
+        @Override
+        public void actionPerformed(ActionEvent e) {
+        }
+
+        @Override
+        public JMenuItem getPopupPresenter() {
+            throw new UnsupportedOperationException("Not supported yet.");
+        }
+    }
+    @ActionID(category="eager", id="direct.four")
+    @ActionRegistration(displayName="Direct Action")
+    public static class Direct4 extends AbstractAction implements ContextAwareAction {
+        static int cnt;
+        public Direct4() {
+            cnt++;
+        }
+        @Override
+        public void actionPerformed(ActionEvent e) {
+        }
+        @Override
+        public Action createContextAwareInstance(Lookup actionContext) {
+            return this;
+        }
+    }
+    @ActionID(category="eager", id="direct.five")
+    @ActionRegistration(displayName="Direct Action")
+    public static ContextAwareAction direct5() {return new Direct5();}
+    private static class Direct5 extends AbstractAction implements ContextAwareAction {
+        static int cnt;
+        public Direct5() {
+            cnt++;
+        }
+        @Override
+        public void actionPerformed(ActionEvent e) {
+        }
+        @Override
+        public Action createContextAwareInstance(Lookup actionContext) {
+            return this;
+        }
+    }
+    @ActionID(category="eager", id="direct.six")
+    @ActionRegistration(displayName="Direct Action")
+    public static class Direct6 extends AbstractAction implements DynamicMenuContent {
+        @Override
+        public void actionPerformed(ActionEvent e) {
+        }
+        @Override
+        public JComponent[] getMenuPresenters() {
+            return null;
+        }
+        @Override
+        public JComponent[] synchMenuPresenters(JComponent[] items) {
+            return null;
+        }
+    }
+    public void testDirectInstanceIfImplementsMenuPresenter() throws Exception {
+        FileObject fo = FileUtil.getConfigFile("Actions/eager/direct-one.instance");
+        assertNotNull("Instance found", fo);
+        Object obj = fo.getAttribute("instanceCreate");
+        assertNotNull("Action created", obj);
+        assertEquals("Direct class is created", Direct.class, obj.getClass());
+    }
+    public void testDirectInstanceIfImplementsToolbarPresenter() throws Exception {
+        FileObject fo = FileUtil.getConfigFile("Actions/eager/direct-two.instance");
+        assertNotNull("Instance found", fo);
+        Object obj = fo.getAttribute("instanceCreate");
+        assertNotNull("Action created", obj);
+        assertEquals("Direct class is created", Direct2.class, obj.getClass());
+    }
+    public void testDirectInstanceIfImplementsPopupPresenter() throws Exception {
+        FileObject fo = FileUtil.getConfigFile("Actions/eager/direct-three.instance");
+        assertNotNull("Instance found", fo);
+        Object obj = fo.getAttribute("instanceCreate");
+        assertNotNull("Action created", obj);
+        assertEquals("Direct class is created", Direct3.class, obj.getClass());
+    }
+    public void testDirectInstanceIfImplementsContextAwareAction() throws Exception {
+        FileObject fo = FileUtil.getConfigFile("Actions/eager/direct-four.instance");
+        assertNotNull("Instance found", fo);
+        Object obj = fo.getAttribute("instanceCreate");
+        assertNotNull("Action created", obj);
+        assertEquals("Direct class is created", Direct4.class, obj.getClass());
+    }
+    public void testDirectInstanceIfImplementsContextAwareActionByMethod() throws Exception {
+        FileObject fo = FileUtil.getConfigFile("Actions/eager/direct-five.instance");
+        assertNotNull("Instance found", fo);
+        Object obj = fo.getAttribute("instanceCreate");
+        assertNotNull("Action created", obj);
+        assertEquals("Direct class is created", Direct5.class, obj.getClass());
+    }
+    public void testDirectInstanceIfImplementsDynamicMenuContent() throws Exception {
+        FileObject fo = FileUtil.getConfigFile("Actions/eager/direct-six.instance");
+        assertNotNull("Instance found", fo);
+        Object obj = fo.getAttribute("instanceCreate");
+        assertNotNull("Action created", obj);
+        assertEquals("Direct class is created", Direct6.class, obj.getClass());
+    }
+    
+    public void testNoKeyForDirects() throws IOException {
+        clearWorkDir();
+        AnnotationProcessorTestUtils.makeSource(getWorkDir(), "test.A", 
+            "import org.openide.awt.ActionRegistration;\n" +
+            "import org.openide.awt.ActionID;\n" +
+            "import org.openide.util.actions.Presenter;\n" +
+            "import java.awt.event.*;\n" +
+            "import javax.swing.*;\n" +
+            "@ActionID(category=\"Tools\",id=\"my.action\")" +
+            "@ActionRegistration(displayName=\"AAA\", key=\"K\") " +
+            "public class A extends AbstractAction implements Presenter.Menu {\n" +
+            "    public void actionPerformed(ActionEvent e) {}" +
+            "}\n"
+        );
+        ByteArrayOutputStream os = new ByteArrayOutputStream();
+        boolean r = AnnotationProcessorTestUtils.runJavac(getWorkDir(), null, getWorkDir(), null, os);
+        assertFalse("Compilation has to fail:\n" + os, r);
+    }
+    
+    public void testListWithNoType() throws IOException {
+        clearWorkDir();
+        AnnotationProcessorTestUtils.makeSource(getWorkDir(), "test.A", 
+            "import org.openide.awt.ActionRegistration;\n" +
+            "import org.openide.awt.ActionID;\n" +
+            "import org.openide.util.actions.Presenter;\n" +
+            "import java.awt.event.*;\n" +
+            "import java.util.List;\n" +
+            "import javax.swing.*;\n" +
+            "@ActionID(category=\"Tools\",id=\"my.action\")" +
+            "@ActionRegistration(displayName=\"AAA\", key=\"K\") " +
+            "public class A extends AbstractAction {\n" +
+            "    public A(List wrongCnt) {}\n" +
+            "    public void actionPerformed(ActionEvent e) {}" +
+            "}\n"
+        );
+        ByteArrayOutputStream os = new ByteArrayOutputStream();
+        boolean r = AnnotationProcessorTestUtils.runJavac(getWorkDir(), null, getWorkDir(), null, os);
+        assertFalse("Compilation has to fail:\n" + os, r);
+    }
+    
+    public void testNoActionIDInReferences() throws IOException {
+        clearWorkDir();
+        AnnotationProcessorTestUtils.makeSource(getWorkDir(), "test.A", 
+            "import org.openide.awt.ActionRegistration;\n" +
+            "import org.openide.awt.ActionReference;\n" +
+            "import org.openide.awt.ActionID;\n" +
+            "import org.openide.util.actions.Presenter;\n" +
+            "import java.awt.event.*;\n" +
+            "import java.util.List;\n" +
+            "import javax.swing.*;\n" +
+            "@ActionID(category=\"Tools\",id=\"my.action\")" +
+            "@ActionRegistration(displayName=\"AAA\", key=\"K\") " +
+            "@ActionReference(path=\"manka\", position=11, id=@ActionID(category=\"Cat\",id=\"x.y.z\"))" +
+            "public class A implements ActionListener {\n" +
+            "    public void actionPerformed(ActionEvent e) {}" +
+            "}\n"
+        );
+        ByteArrayOutputStream os = new ByteArrayOutputStream();
+        boolean r = AnnotationProcessorTestUtils.runJavac(getWorkDir(), null, getWorkDir(), null, os);
+        assertFalse("Compilation has to fail:\n" + os, r);
+    }
+
+    public void testPackageInfoNeedsActionID() throws IOException {
+        clearWorkDir();
+        AnnotationProcessorTestUtils.makeSource(getWorkDir(), "test.package-info", 
+            "@ActionReferences({\n" +
+            "  @ActionReference(path=\"manka\", position=11)\n" +
+            "})\n" +
+            "package test;\n" +
+            "import org.openide.awt.ActionReference;\n" +
+            "import org.openide.awt.ActionReferences;\n"
+        );
+        ByteArrayOutputStream os = new ByteArrayOutputStream();
+        boolean r = AnnotationProcessorTestUtils.runJavac(getWorkDir(), null, getWorkDir(), null, os);
+        assertFalse("Compilation has to fail:\n" + os, r);
+    }
+
+    public void testNoReferenceWithoutRegistration() throws IOException {
+        clearWorkDir();
+        AnnotationProcessorTestUtils.makeSource(getWorkDir(), "test.A", 
+            "import org.openide.awt.ActionReference;\n" +
+            "import org.openide.awt.ActionID;\n" +
+            "import java.awt.event.*;\n" +
+            "import org.openide.awt.ActionReferences;\n" +
+            "import java.awt.event.*;\n" +
+            "@ActionReference(path=\"manka\", position=11, id=@ActionID(category=\"Cat\",id=\"x.y.z\"))" +
+            "public class A implements ActionListener {\n" +
+            "    public void actionPerformed(ActionEvent e) {}" +
+            "}\n"
+        );
+        ByteArrayOutputStream os = new ByteArrayOutputStream();
+        boolean r = AnnotationProcessorTestUtils.runJavac(getWorkDir(), null, getWorkDir(), null, os);
+        assertFalse("Compilation has to fail:\n" + os, r);
+    }
+
+    public void testNoReferencesWithoutRegistrationExceptOnPackage() throws IOException {
+        clearWorkDir();
+        AnnotationProcessorTestUtils.makeSource(getWorkDir(), "test.A", 
+            "import org.openide.awt.ActionReference;\n" +
+            "import org.openide.awt.ActionID;\n" +
+            "import java.awt.event.*;\n" +
+            "import org.openide.awt.ActionReferences;\n" +
+            "import java.awt.event.*;\n" +
+            "@ActionReferences({\n" +
+            "  @ActionReference(path=\"manka\", position=11, id=@ActionID(category=\"Cat\",id=\"x.y.z\"))" +
+            "})\n" +
+            "public class A implements ActionListener {\n" +
+            "    public void actionPerformed(ActionEvent e) {}" +
+            "}\n"
+        );
+        ByteArrayOutputStream os = new ByteArrayOutputStream();
+        boolean r = AnnotationProcessorTestUtils.runJavac(getWorkDir(), null, getWorkDir(), null, os);
+        assertFalse("Compilation has to fail:\n" + os, r);
+    }
+    
+    
+    public void testCheckSyntaxInShortcutsNoName() throws IOException {
+        clearWorkDir();
+        AnnotationProcessorTestUtils.makeSource(getWorkDir(), "test.A", 
+            "import org.openide.awt.ActionReference;\n" +
+            "import org.openide.awt.ActionID;\n" +
+            "import java.awt.event.*;\n" +
+            "import org.openide.awt.*;\n" +
+            "import java.awt.event.*;\n" +
+            "@ActionID(category=\"Tools\",id=\"my.action\")" +
+            "@ActionRegistration(displayName=\"AAA\", key=\"K\") " +
+            "@ActionReference(path=\"Shortcuts\")" +
+            "public class A implements ActionListener {\n" +
+            "    public void actionPerformed(ActionEvent e) {}" +
+            "}\n"
+        );
+        ByteArrayOutputStream os = new ByteArrayOutputStream();
+        boolean r = AnnotationProcessorTestUtils.runJavac(getWorkDir(), null, getWorkDir(), null, os);
+        assertFalse("Compilation has to fail:\n" + os, r);
+        assertTrue("Contains hint", os.toString().contains("Utilities.stringToKey"));
+    }
+
+    public void testCheckSyntaxInShortcuts() throws IOException {
+        clearWorkDir();
+        AnnotationProcessorTestUtils.makeSource(getWorkDir(), "test.A", 
+            "import org.openide.awt.ActionReference;\n" +
+            "import org.openide.awt.ActionID;\n" +
+            "import java.awt.event.*;\n" +
+            "import org.openide.awt.*;\n" +
+            "import java.awt.event.*;\n" +
+            "@ActionID(category=\"Tools\",id=\"my.action\")" +
+            "@ActionRegistration(displayName=\"AAA\", key=\"K\") " +
+            "@ActionReference(path=\"Shortcuts\", name=\"silly\")" +
+            "public class A implements ActionListener {\n" +
+            "    public void actionPerformed(ActionEvent e) {}" +
+            "}\n"
+        );
+        ByteArrayOutputStream os = new ByteArrayOutputStream();
+        boolean r = AnnotationProcessorTestUtils.runJavac(getWorkDir(), null, getWorkDir(), null, os);
+        assertFalse("Compilation has to fail:\n" + os, r);
+        assertTrue("Contains hint", os.toString().contains("Utilities.stringToKey"));
+    }
+    
+    public void testReferenceWithoutPosition() throws Exception {
+        FileObject fo = FileUtil.getConfigFile("Shortcuts/C-F2 D-A.shadow");
+        assertNotNull(fo);
+        assertEquals("Actions/eager/direct-two.instance", fo.getAttribute("originalFile"));
+        assertEquals(null, fo.getAttribute("position"));
+    }
+
+    public void testSeparatorBeforeIsBefore() throws IOException {
+        clearWorkDir();
+        AnnotationProcessorTestUtils.makeSource(getWorkDir(), "test.A", 
+            "import org.openide.awt.ActionRegistration;\n" +
+            "import org.openide.awt.ActionReference;\n" +
+            "import org.openide.awt.ActionID;\n" +
+            "import org.openide.util.actions.Presenter;\n" +
+            "import java.awt.event.*;\n" +
+            "import java.util.List;\n" +
+            "import javax.swing.*;\n" +
+            "@ActionID(category=\"Tools\",id=\"my.action\")" +
+            "@ActionRegistration(displayName=\"AAA\", key=\"K\") " +
+            "@ActionReference(path=\"manka\", position=11, separatorBefore=13)" +
+            "public class A implements ActionListener {\n" +
+            "    public void actionPerformed(ActionEvent e) {}" +
+            "}\n"
+        );
+        ByteArrayOutputStream os = new ByteArrayOutputStream();
+        boolean r = AnnotationProcessorTestUtils.runJavac(getWorkDir(), null, getWorkDir(), null, os);
+        assertFalse("Compilation has to fail:\n" + os, r);
+    }
+    
+    public void testSeparatorAfterIsAfter() throws IOException {
+        clearWorkDir();
+        AnnotationProcessorTestUtils.makeSource(getWorkDir(), "test.A", 
+            "import org.openide.awt.ActionRegistration;\n" +
+            "import org.openide.awt.ActionReference;\n" +
+            "import org.openide.awt.ActionID;\n" +
+            "import org.openide.util.actions.Presenter;\n" +
+            "import java.awt.event.*;\n" +
+            "import java.util.List;\n" +
+            "import javax.swing.*;\n" +
+            "@ActionID(category=\"Tools\",id=\"my.action\")" +
+            "@ActionRegistration(displayName=\"AAA\", key=\"K\") " +
+            "@ActionReference(path=\"manka\", position=11, separatorAfter=7)" +
+            "public class A implements ActionListener {\n" +
+            "    public void actionPerformed(ActionEvent e) {}" +
+            "}\n"
+        );
+        ByteArrayOutputStream os = new ByteArrayOutputStream();
+        boolean r = AnnotationProcessorTestUtils.runJavac(getWorkDir(), null, getWorkDir(), null, os);
+        assertFalse("Compilation has to fail:\n" + os, r);
+    }
+    
+    public void testWrongPointerToIcon() throws IOException {
+        clearWorkDir();
+        // Cannot just check for e.g. SourceVersion.RELEASE_7 because we might be running JDK 6 javac w/ JDK 7 boot CP, and that is in JRE.
+        // (Anyway libs.javacapi/external/javac-api-nb-7.0-b07.jar, in the test's normal boot CP, has this!)
+        // Filter.class added in 7ae4016c5938, not long after f3323b1c65ee which we rely on for this to work.
+        // Also cannot just check Class.forName(...) since tools.jar not in CP but ToolProvider loads it specially.
+        if (new URLClassLoader(new URL[] {ToolProvider.getSystemJavaCompiler().getClass().getProtectionDomain().getCodeSource().getLocation()}).findResource("com/sun/tools/javac/util/Filter.class") == null) {
+            System.err.println("#196933: testWrongPointerToIcon will only pass when using JDK 7 javac, skipping");
+            return;
+        }
+        AnnotationProcessorTestUtils.makeSource(getWorkDir(), "test.A", 
+            "import org.openide.awt.ActionRegistration;\n" +
+            "import org.openide.awt.ActionReference;\n" +
+            "import org.openide.awt.ActionID;\n" +
+            "import org.openide.util.actions.Presenter;\n" +
+            "import java.awt.event.*;\n" +
+            "import java.util.List;\n" +
+            "import javax.swing.*;\n" +
+            "@ActionID(category=\"Tools\",id=\"my.action\")" +
+            "@ActionRegistration(displayName=\"AAA\", key=\"K\", iconBase=\"does/not/exist.png\") " +
+            "@ActionReference(path=\"manka\", position=11)" +
+            "public class A implements ActionListener {\n" +
+            "    public void actionPerformed(ActionEvent e) {}" +
+            "}\n"
+        );
+        ByteArrayOutputStream os = new ByteArrayOutputStream();
+        boolean r = AnnotationProcessorTestUtils.runJavac(getWorkDir(), null, getWorkDir(), null, os);
+        assertFalse("Compilation has to fail:\n" + os, r);
+        if (!os.toString().contains("does/not/exist.png")) {
+            fail("Shall contain warning about does/not/exist.png resource:\n" + os);
+        }
+    }
+    
+}
diff --git a/openide.awt/test/unit/src/org/netbeans/modules/openide/awt/package-info.java b/openide.awt/test/unit/src/org/netbeans/modules/openide/awt/package-info.java
new file mode 100644
index 0000000..a43f62f
--- /dev/null
+++ b/openide.awt/test/unit/src/org/netbeans/modules/openide/awt/package-info.java
@@ -0,0 +1,52 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+ at ActionReferences({
+    @ActionReference(path="pkg/one", position=100, id=@ActionID(category="Fool", id="action.one")),
+    @ActionReference(path="pkg/two", position=100, id=@ActionID(category="Pool", id="action.two"))
+})
+package org.netbeans.modules.openide.awt;
+
+import org.openide.awt.ActionID;
+import org.openide.awt.ActionReference;
+import org.openide.awt.ActionReferences;
+
diff --git a/openide.awt/test/unit/src/org/openide/awt/ActionsTest.java b/openide.awt/test/unit/src/org/openide/awt/ActionsTest.java
index 456cbed..b2039ed 100644
--- a/openide.awt/test/unit/src/org/openide/awt/ActionsTest.java
+++ b/openide.awt/test/unit/src/org/openide/awt/ActionsTest.java
@@ -380,7 +380,7 @@ public class ActionsTest extends NbTestCase {
         action.putValue("menuText", "&Ble");
         action.putValue(action.NAME, "&Mle");
         
-        Actions.connect(item, action, true);
+        Actions.connect(item, action, false);
         
         assertEquals(Utilities.isMac() ? 0 : 'B', item.getMnemonic());
         assertEquals("Ble", item.getText());
@@ -399,12 +399,34 @@ public class ActionsTest extends NbTestCase {
         //action.putValue("menuText", "&Ble");
         action.putValue(action.NAME, "&Mle");
         
-        Actions.connect(item, action, true);
+        Actions.connect(item, action, false);
         
         assertEquals(Utilities.isMac() ? 0 : 'M', item.getMnemonic());
         assertEquals("Mle", item.getText());
     }
-    
+
+    public void testPopupMnemonics() throws Exception { // #83952
+        Action a = new ActionsTest.TestAction();
+        a.putValue(Action.NAME, "&Ahoj");
+        JMenuItem i = new JMenuItem();
+        Actions.connect(i, a, false);
+        assertEquals("use defined mnemonic when a menu item", Utilities.isMac() ? 0 : 'A', i.getMnemonic());
+        assertEquals("Ahoj", i.getText());
+        a.putValue("menuText", "&Boj");
+        i = new JMenuItem();
+        Actions.connect(i, a, false);
+        assertEquals("use menuText when appropriate", Utilities.isMac() ? 0 : 'B', i.getMnemonic());
+        assertEquals("Boj", i.getText());
+        i = new JMenuItem();
+        Actions.connect(i, a, true);
+        assertEquals("popups normally do not use mnemonics", 0, i.getMnemonic());
+        assertEquals("Boj", i.getText());
+        a.putValue("popupText", "&Ciao");
+        i = new JMenuItem();
+        Actions.connect(i, a, true);
+        assertEquals("but this can be overridden using popupText", Utilities.isMac() ? 0 : 'C', i.getMnemonic());
+        assertEquals("Ciao", i.getText());
+    }
     
     @Override
     protected boolean runInEQ() {
diff --git a/openide.awt/test/unit/src/org/openide/awt/CallbackSystemActionTest.java b/openide.awt/test/unit/src/org/openide/awt/CallbackSystemActionTest.java
index ee4e90c..8e40ee5 100644
--- a/openide.awt/test/unit/src/org/openide/awt/CallbackSystemActionTest.java
+++ b/openide.awt/test/unit/src/org/openide/awt/CallbackSystemActionTest.java
@@ -156,10 +156,22 @@ public class CallbackSystemActionTest extends NbTestCase {
                 cntPerformed++;
             }
         }
+        class Disabled extends AbstractAction {
+            @Override
+            public boolean isEnabled() {
+                return false;
+            }
+            @Override
+            public void actionPerformed(ActionEvent e) {
+                throw new UnsupportedOperationException("Not supported yet.");
+            }
+        }
         MyAction myAction = new MyAction();
         
         ActionMap other = new ActionMap();
         ActionMap tc = new ActionMap();
+        ActionMap disabled = new ActionMap();
+        disabled.put("somekey", new Disabled());
         
         InstanceContent ic = new InstanceContent();
         AbstractLookup al = new AbstractLookup(ic);
@@ -183,8 +195,10 @@ public class CallbackSystemActionTest extends NbTestCase {
 
         ic.remove(tc);
         ic.add(other);
+        assertTrue("Remains enabled", a.isEnabled());
+        ic.remove(other);
+        ic.add(disabled);
         assertFalse("Becomes disabled", a.isEnabled());
-        assertEquals("isEnabled called still only once", 1, myAction.cntEnabled);
         
         WeakReference<?> ref = new WeakReference<Object>(a);
         WeakReference<?> ref2 = new WeakReference<Object>(myAction);
diff --git a/openide.awt/test/unit/src/org/openide/awt/UndoRedoTest.java b/openide.awt/test/unit/src/org/openide/awt/UndoRedoTest.java
new file mode 100644
index 0000000..aeec61c
--- /dev/null
+++ b/openide.awt/test/unit/src/org/openide/awt/UndoRedoTest.java
@@ -0,0 +1,190 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Sun in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.openide.awt;
+
+import javax.swing.undo.CannotRedoException;
+import javax.swing.undo.CannotUndoException;
+import java.beans.PropertyChangeEvent;
+import java.beans.PropertyChangeListener;
+import javax.swing.undo.UndoableEdit;
+import javax.swing.event.ChangeEvent;
+import javax.swing.event.ChangeListener;
+import javax.swing.event.UndoableEditEvent;
+import org.netbeans.junit.NbTestCase;
+import static org.junit.Assert.*;
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+public class UndoRedoTest extends NbTestCase implements ChangeListener {
+    private int cnt;
+
+    public UndoRedoTest(String n) {
+        super(n);
+    }
+
+    public void testUndoDeliversChanges() {
+        UndoRedo.Manager ur = new UndoRedo.Manager();
+        doUndoRedoTest(ur);
+    }
+
+    public void testUndoDeliversChangesWithTooManyEdits() {
+        UndoRedo.Manager ur = new UndoRedo.Manager() {
+            @Override
+            public boolean canUndo() {
+                if (super.canUndo()) {
+                    undoableEditHappened(new UndoableEditEvent(this, new MyEdit(true)));
+                }
+                return super.canUndo();
+            }
+        };
+        doUndoRedoTest(ur);
+    }
+
+    private void doUndoRedoTest(UndoRedo.Manager ur) {
+        assertFalse("Nothing to undo", ur.canUndo());
+        ur.addChangeListener(this);
+        MyEdit me = new MyEdit();
+        ur.undoableEditHappened(new UndoableEditEvent(this, me));
+        assertChange("One change");
+        assertTrue("Can undo now", ur.canUndo());
+        ur.undo();
+        assertFalse("Cannot undo", ur.canUndo());
+        assertChange("Snd change");
+
+        assertTrue("But redo", ur.canRedo());
+        ur.redo();
+        assertChange("Third change");
+        assertEquals("One undo", 1, me.undo);
+        assertEquals("One redo", 1, me.redo);
+    }
+    
+    private void assertChange(String msg) {
+        if (cnt == 0) {
+            fail(msg);
+        }
+        cnt = 0;
+    }
+
+    @Override
+    public void stateChanged(ChangeEvent e) {
+        cnt++;
+    }
+    private static final class MyEdit implements UndoableEdit, PropertyChangeListener {
+        private int undo;
+        private int redo;
+        private int cnt;
+        private boolean ignore;
+
+        public MyEdit() {
+            this(false);
+        }
+
+        public MyEdit(boolean ignore) {
+            this.ignore = ignore;
+        }
+
+        @Override
+        public void propertyChange(PropertyChangeEvent evt) {
+            if ("enabled".equals(evt.getPropertyName())) {
+                cnt++;
+            }
+        }
+
+        @Override
+        public void undo() throws CannotUndoException {
+            undo++;
+        }
+
+        @Override
+        public boolean canUndo() {
+            return true;
+        }
+
+        @Override
+        public void redo() throws CannotRedoException {
+            redo++;
+        }
+
+        @Override
+        public boolean canRedo() {
+            return true;
+        }
+
+        @Override
+        public void die() {
+        }
+
+        @Override
+        public boolean addEdit(UndoableEdit anEdit) {
+            if (anEdit instanceof MyEdit && ((MyEdit)anEdit).ignore) {
+                return true;
+            }
+            return false;
+        }
+
+        @Override
+        public boolean replaceEdit(UndoableEdit anEdit) {
+            return false;
+        }
+
+        @Override
+        public boolean isSignificant() {
+            return true;
+        }
+
+        @Override
+        public String getPresentationName() {
+            return "My Edit";
+        }
+
+        @Override
+        public String getUndoPresentationName() {
+            return "My Undo";
+        }
+
+        @Override
+        public String getRedoPresentationName() {
+            return "My Redo";
+        }
+    }
+
+}
\ No newline at end of file
diff --git a/openide.compat/manifest.mf b/openide.compat/manifest.mf
index 7d05199..4b33d38 100644
--- a/openide.compat/manifest.mf
+++ b/openide.compat/manifest.mf
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.openide.compat
-OpenIDE-Module-Specification-Version: 6.13.1
+OpenIDE-Module-Specification-Version: 6.16.1
 OpenIDE-Module-Deprecated: true
 OpenIDE-Module-Localizing-Bundle: org/openide/compat/Bundle.properties
 AutoUpdate-Essential-Module: true
diff --git a/openide.compat/nbproject/project.properties b/openide.compat/nbproject/project.properties
index 50f4b22..a416edc 100644
--- a/openide.compat/nbproject/project.properties
+++ b/openide.compat/nbproject/project.properties
@@ -41,4 +41,7 @@
 # made subject to such option by the copyright holder.
 
 is.autoload=true
+javac.compilerargs=-Xlint -Xlint:-serial
+javac.source=1.5
 javadoc.arch=${basedir}/arch.xml
+java.source=1.5
diff --git a/openide.compat/test/unit/src/org/openide/explorer/ExplorerActionsImplTest.java b/openide.compat/test/unit/src/org/openide/explorer/ExplorerActionsImplTest.java
new file mode 100644
index 0000000..fd93bee
--- /dev/null
+++ b/openide.compat/test/unit/src/org/openide/explorer/ExplorerActionsImplTest.java
@@ -0,0 +1,116 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+
+package org.openide.explorer;
+
+
+
+import javax.swing.Action;
+import javax.swing.ActionMap;
+import javax.swing.text.DefaultEditorKit;
+
+import org.openide.nodes.Children;
+import org.openide.nodes.Node;
+import org.openide.nodes.AbstractNode;
+
+
+/**
+ * Test whether the old behaviour of ExplorerPanel is correctly simulated
+ * by new API. Inherits testing methods from ExplorerPanel tests, just
+ * setup is changed.
+ *
+ * @author Jaroslav Tulach
+ */
+public class ExplorerActionsImplTest extends ExplorerPanelTest {
+    
+    public ExplorerActionsImplTest(java.lang.String testName) {
+        super(testName);
+    }
+    
+    /** Creates a manager to operate on.
+     */
+    protected Object[] createManagerAndContext (boolean confirm) {
+        ExplorerManager em = new ExplorerManager ();
+        ActionMap map = new ActionMap ();
+        map.put (DefaultEditorKit.copyAction, ExplorerUtils.actionCopy(em));
+        map.put (DefaultEditorKit.cutAction, ExplorerUtils.actionCut(em));
+        map.put (DefaultEditorKit.pasteAction, ExplorerUtils.actionPaste(em));
+        map.put ("delete", ExplorerUtils.actionDelete(em, confirm));
+        
+        return new Object[] { em, org.openide.util.lookup.Lookups.singleton(map) };
+    }
+    
+    /** Instructs the actions to stop/
+     */
+    protected void stopActions(ExplorerManager em) {
+        ExplorerUtils.activateActions (em, false);
+    }
+    /** Instructs the actions to start again.
+     */
+    protected void startActions (ExplorerManager em) {
+        ExplorerUtils.activateActions (em, true);
+    }
+    
+    
+    public void testActionDeleteDoesNotAffectStateOfPreviousInstances () throws Exception {
+        ExplorerManager em = new ExplorerManager ();
+        Action a1 = ExplorerUtils.actionDelete(em, false);
+        Action a2 = ExplorerUtils.actionDelete(em, true);
+        
+        Node node = new AbstractNode (Children.LEAF) {
+            public boolean canDestroy () {
+                return true;
+            }
+        };
+        em.setRootContext(node);
+        em.setSelectedNodes(new Node[] { node });
+        
+        assertTrue ("A1 enabled", a1.isEnabled());
+        assertTrue ("A2 enabled", a2.isEnabled());
+        
+        // this should not show a dialog
+        a1.actionPerformed (new java.awt.event.ActionEvent (this, 0, ""));
+    }
+}
diff --git a/openide.compat/test/unit/src/org/openide/explorer/ExplorerPanelTest.java b/openide.compat/test/unit/src/org/openide/explorer/ExplorerPanelTest.java
new file mode 100644
index 0000000..ff12179
--- /dev/null
+++ b/openide.compat/test/unit/src/org/openide/explorer/ExplorerPanelTest.java
@@ -0,0 +1,549 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+
+package org.openide.explorer;
+
+import java.awt.datatransfer.ClipboardOwner;
+import java.awt.datatransfer.Transferable;
+import java.util.Arrays;
+
+import org.netbeans.junit.NbTestCase;
+
+import javax.swing.Action;
+import org.openide.DialogDisplayer;
+import org.openide.NotifyDescriptor;
+
+import org.openide.actions.CopyAction;
+import org.openide.actions.CutAction;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+import org.openide.nodes.Children;
+import org.openide.nodes.Node;
+import org.openide.nodes.AbstractNode;
+import org.openide.util.actions.SystemAction;
+import org.openide.util.ContextAwareAction;
+import org.openide.util.Lookup;
+import org.openide.util.datatransfer.PasteType;
+import org.openide.util.io.NbMarshalledObject;
+
+
+/**
+ * Tests for <code>ExplorerPanel</code>.
+ *
+ * @author Peter Zavadsky
+ */
+public class ExplorerPanelTest extends NbTestCase {
+    /** context the action should work in */
+    private Lookup context;
+    /** explorer manager to work on */
+    private ExplorerManager manager;
+    
+    
+    
+    /** need it for stopActions here */
+    private ExplorerPanel ep;
+    
+    public ExplorerPanelTest(java.lang.String testName) {
+        super(testName);
+    }
+    
+    protected boolean runInEQ() {
+        return true;
+    }
+    
+    /** Setups the tests.
+     */
+    protected final void setUp () {
+        // XXX consider replacing with MockServices
+        System.setProperty ("org.openide.util.Lookup", "org.openide.explorer.ExplorerPanelTest$Lkp");
+        
+        Object[] arr = createManagerAndContext (false);
+        manager = (ExplorerManager)arr[0];
+        context = (Lookup)arr[1];
+        
+    }
+    
+    /** Creates a manager to operate on.
+     */
+    protected Object[] createManagerAndContext (boolean confirm) {
+        ep = new ExplorerPanel (null, confirm);
+        return new Object[] { ep.getExplorerManager(), ep.getLookup() };
+    }
+    
+    /** Instructs the actions to stop/
+     */
+    protected void stopActions (ExplorerManager em) {
+        ep.componentDeactivated ();
+    }
+    /** Instructs the actions to start again.
+     */
+    protected void startActions(ExplorerManager em) {
+        ep.componentActivated();
+    }
+    
+    /** Tests whether the cut, copy (callback) actions are enabled/disabled
+     * in the right time, see # */
+    public void testCutCopyActionsEnabling() throws Exception {
+        assertTrue ("Can run only in AWT thread", java.awt.EventQueue.isDispatchThread());
+
+        TestNode enabledNode = new TestNode(true, true, true);
+        TestNode disabledNode = new TestNode(false, false, false);
+
+        manager.setRootContext(new TestRoot(
+            new Node[] {enabledNode, disabledNode}));
+
+        Action copy = ((ContextAwareAction)SystemAction.get(CopyAction.class)).createContextAwareInstance(context);
+        Action cut = ((ContextAwareAction)SystemAction.get(CutAction.class)).createContextAwareInstance(context);
+
+        assertTrue("Copy action has to be disabled", !copy.isEnabled());
+        assertTrue("Cut action has to be disabled", !cut.isEnabled());
+
+        manager.setSelectedNodes(new Node[] {enabledNode});
+
+        assertTrue("Copy action has to be enabled", copy.isEnabled());
+        assertTrue("Cut action has to be enabled", cut.isEnabled());
+        
+        copy.actionPerformed (new java.awt.event.ActionEvent (this, 0, "waitFinished"));
+        assertEquals ("clipboardCopy invoked", 1, enabledNode.countCopy);
+        
+        cut.actionPerformed (new java.awt.event.ActionEvent (this, 0, "waitFinished"));
+        assertEquals ("clipboardCut invoked", 1, enabledNode.countCut);
+        
+
+        manager.setSelectedNodes(new Node[] {disabledNode});
+
+        assertTrue("Copy action has to be disabled", !copy.isEnabled());
+        assertTrue("Cut action has to be disabled", !cut.isEnabled());
+    }
+    
+    public void testDeleteAction () throws Exception {
+        TestNode enabledNode = new TestNode(true, true, true);
+        TestNode enabledNode2 = new TestNode(true, true, true);
+        TestNode disabledNode = new TestNode(false, false, false);
+
+        manager.setRootContext(new TestRoot(
+            new Node[] {enabledNode, enabledNode2, disabledNode}));
+
+        Action delete = ((ContextAwareAction)SystemAction.get(org.openide.actions.DeleteAction.class)).createContextAwareInstance(context);
+        
+        assertTrue ("By default delete is disabled", !delete.isEnabled());
+        
+        manager.setSelectedNodes(new Node[] { enabledNode });
+        assertTrue ("Now it gets enabled", delete.isEnabled ());
+        
+        manager.setSelectedNodes (new Node[] { disabledNode });
+        assertTrue ("Is disabled", !delete.isEnabled ());
+
+        manager.setSelectedNodes(new Node[] { manager.getRootContext() });
+        assertTrue ("Delete is enabled on root", delete.isEnabled ());
+        
+        manager.setSelectedNodes(new Node[] { manager.getRootContext(), enabledNode });
+        assertTrue ("But is disabled on now, as one selected node is child of another", !delete.isEnabled ());
+        
+        manager.setSelectedNodes (new Node[] { enabledNode, enabledNode2 });
+        assertTrue ("It gets enabled", delete.isEnabled ());
+        
+        delete.actionPerformed(new java.awt.event.ActionEvent (this, 0, "waitFinished"));
+        
+        assertEquals ("Destoy was called", 1, enabledNode.countDelete);
+        assertEquals ("Destoy was called", 1, enabledNode2.countDelete);
+        
+        
+    }
+
+    public void testDeleteConfirmAction () throws Exception {
+        TestNode [] nodes = new TestNode [] {
+            new TestNode(true, true, true),
+            new TestNode(true, true, true, true),
+            new TestNode(true, true, true),
+            new TestNode(true, true, true, true),
+            new TestNode(false, false, false)
+        };
+
+        YesDialogDisplayer ydd = (YesDialogDisplayer)Lookup.getDefault().lookup(YesDialogDisplayer.class);
+        DialogDisplayer dd = (DialogDisplayer)Lookup.getDefault().lookup(DialogDisplayer.class);
+        assertNotNull("Custom DialogDisplayer is not set", ydd);
+        int notifyCount = ydd.getNotifyCount();
+        assertEquals("YesDialogDisplayer is current DialogDisplayer", ydd, dd);
+        
+        Object[] arr = createManagerAndContext (true);
+        
+        ExplorerPanel delep = new ExplorerPanel ((ExplorerManager)arr[0], true);
+        ExplorerManager delManager = delep.getExplorerManager();
+        delManager.setRootContext(new TestRoot(
+            nodes));
+
+        Action delete = ((ContextAwareAction)SystemAction.get(org.openide.actions.DeleteAction.class)).createContextAwareInstance((Lookup)arr[1]);
+
+        // delete should ask for confirmation
+        delManager.setSelectedNodes (new Node[] { nodes[0] });
+        assertTrue ("It gets enabled", delete.isEnabled ());
+        
+        delete.actionPerformed(new java.awt.event.ActionEvent (this, 0, "waitFinished"));
+        
+        assertEquals ("Destoy was called", 1, nodes[0].countDelete);
+        
+        assertEquals ("Confirm delete was called ", notifyCount+1, ydd.getNotifyCount());
+        
+        // but delete should not ask for confirmation if the node wants to perform handle delete 
+        delManager.setSelectedNodes (new Node[] { nodes[1] });
+        assertTrue ("It gets enabled", delete.isEnabled ());
+        
+        delete.actionPerformed(new java.awt.event.ActionEvent (this, 0, "waitFinished"));
+        
+        assertEquals ("Destoy was called", 1, nodes[1].countDelete);
+        
+        assertEquals ("Confirm delete was called ", notifyCount+1, ydd.getNotifyCount()); // no next dialog
+        
+        // anyway ask for confirmation if at least one node has default behaviour
+        delManager.setSelectedNodes (new Node[] { nodes[2], nodes[3] });
+        assertTrue ("It gets enabled", delete.isEnabled ());
+        
+        delete.actionPerformed(new java.awt.event.ActionEvent (this, 0, "waitFinished"));
+        
+        assertEquals ("Destoy was called", 1, nodes[2].countDelete);
+        assertEquals ("Destoy was called", 1, nodes[3].countDelete);
+        
+        assertEquals ("Confirm delete was called ", notifyCount+2, ydd.getNotifyCount()); // no next dialog
+        
+    }
+
+    public void testPasteAction () throws Exception {
+        TestNode enabledNode = new TestNode(true, true, true);
+        TestNode disabledNode = new TestNode(false, false, false);
+
+        manager.setRootContext(new TestRoot(
+            new Node[] {enabledNode, disabledNode}));
+
+        Action paste = ((ContextAwareAction)SystemAction.get(org.openide.actions.PasteAction.class)).createContextAwareInstance(context);
+        assertTrue ("Disabled by default", !paste.isEnabled ());
+        
+        class PT extends PasteType {
+            public int count;
+            
+            public java.awt.datatransfer.Transferable paste () {
+                count++;
+                return null;
+            }
+        }
+        PT[] arr = { new PT () };
+        
+        enabledNode.types = arr;
+        
+        manager.setSelectedNodes (new Node[] { enabledNode });
+        
+        assertTrue ("Paste is enabled", paste.isEnabled ());
+        
+        paste.actionPerformed(new java.awt.event.ActionEvent (this, 0, "waitFinished"));
+        assertEquals ("Paste invoked", 1, arr[0].count);
+        
+        manager.setSelectedNodes (new Node[] { disabledNode });
+        assertTrue ("Disabled paste", !paste.isEnabled ());
+        
+        arr = new PT[] { new PT(), new PT() };
+        enabledNode.types = arr;
+        
+        manager.setSelectedNodes (new Node[] { enabledNode });
+        assertTrue ("Paste enabled again", paste.isEnabled ());
+        
+        org.openide.util.datatransfer.ExClipboard ec = (org.openide.util.datatransfer.ExClipboard)Lookup.getDefault().lookup (org.openide.util.datatransfer.ExClipboard.class);
+        assertNotNull ("Without ExClipboard this will not work much", ec);
+        
+        java.awt.datatransfer.StringSelection ss = new java.awt.datatransfer.StringSelection ("Hi");
+        ec.setContents(ss, ss);
+        
+        assertTranferables (ss, enabledNode.lastTransferable);
+        
+        stopActions (manager);
+
+        manager.setSelectedNodes(new Node[] { disabledNode });
+        assertTrue("Paste still enabled as we are not listening", paste.isEnabled());
+        
+        java.awt.datatransfer.StringSelection ns = new java.awt.datatransfer.StringSelection ("New Selection");
+        ec.setContents(ns, ns);
+
+        assertTranferables (ss, enabledNode.lastTransferable);
+        
+        startActions (manager);
+        
+        assertFalse ("The selected node is the disabled one, so now we are disabled", paste.isEnabled ());
+        assertTranferables (ns, disabledNode.lastTransferable);
+        
+        
+        ns = new java.awt.datatransfer.StringSelection("Another Selection");
+        ec.setContents(ns, ns);
+        assertTranferables (ns, disabledNode.lastTransferable);
+    }
+    
+    public void skipForNowtestSelectedNodesInDeserializedPanel () throws Exception {
+        ExplorerPanel panel = new ExplorerPanel ();
+
+        FileObject fo = FileUtil.getConfigRoot();
+        
+        Node root = new SerializableNode ();
+        panel.getExplorerManager ().setRootContext (root);
+        panel.getExplorerManager ().setSelectedNodes (new Node[] {root});
+        
+        assertNotNull ("Array of selected nodes is not null.", panel.getExplorerManager ().getSelectedNodes ());
+        assertFalse ("Array of selected nodes is not empty.",  panel.getExplorerManager ().getSelectedNodes ().length == 0);
+        assertEquals ("The selected node is Filesystems root.", panel.getExplorerManager ().getSelectedNodes ()[0], root);
+        
+        NbMarshalledObject mar = new NbMarshalledObject (panel);
+        Object obj = mar.get ();
+        ExplorerPanel deserializedPanel = (ExplorerPanel) obj;
+        
+        assertNotNull ("Deserialized panel is not null.", deserializedPanel);
+        
+        assertNotNull ("[Deserialized panel] Array of selected nodes is not null.", deserializedPanel.getExplorerManager ().getSelectedNodes ());
+        assertFalse ("[Deserialized panel] Array of selected nodes is not empty.",  deserializedPanel.getExplorerManager ().getSelectedNodes ().length == 0);
+        assertEquals ("[Deserialized panel] The selected node is Filesystems root.", deserializedPanel.getExplorerManager ().getSelectedNodes ()[0], root);
+        
+    }
+    
+    /** Compares whether two transferables are the same.
+     */
+    private static void assertTranferables (java.awt.datatransfer.Transferable t1, java.awt.datatransfer.Transferable t2) 
+    throws Exception {
+       // if (t1 == t2) return;
+        
+        java.awt.datatransfer.DataFlavor[] arr1 = t1.getTransferDataFlavors ();
+        java.awt.datatransfer.DataFlavor[] arr2 = t2.getTransferDataFlavors ();
+        
+        assertEquals ("Flavors are the same", 
+            Arrays.asList (arr1),
+            Arrays.asList (arr2)
+        );
+        
+        for (int i = 0; i < arr1.length; i++) {
+            Object f1 = convert (t1.getTransferData(arr1[i]));
+            Object f2 = convert (t2.getTransferData(arr1[i]));
+            
+            assertEquals (i + " flavor " + arr1[i], f1, f2);
+        }
+    }
+    
+    private static Object convert (Object obj) throws Exception {
+        if (obj instanceof java.io.StringReader) {
+            java.io.StringReader sr = (java.io.StringReader)obj;
+            StringBuffer sb = new StringBuffer ();
+            for (;;) {
+                int ch = sr.read ();
+                if (ch == -1) return sb.toString ();
+                sb.append ((char)ch);
+            }
+        }
+        
+        return obj;
+    }
+    
+    /** Test root node. */
+    private static class TestRoot extends AbstractNode {
+        public TestRoot(Node[] children) {
+            super(new Children.Array());
+            getChildren().add(children);
+        }
+        
+        public boolean canDestroy () {
+            return true;
+        }
+    }
+    
+    /** Node which enables both cut and copy actions. */
+    private static class TestNode extends AbstractNode {
+        public boolean canCopy;
+        public boolean canCut;
+        public boolean canDelete;
+        private boolean customDelete;
+        public PasteType[] types = new PasteType[0];
+        public java.awt.datatransfer.Transferable lastTransferable;
+        
+        public int countCopy;
+        public int countCut;
+        public int countDelete;
+        
+        public TestNode(boolean canCopy, boolean canCut, boolean canDelete, boolean customDelete) {
+            this (canCopy, canCut, canDelete);
+            this.customDelete = customDelete;
+        }
+        
+        public TestNode(boolean b, boolean c, boolean d) {
+            super(Children.LEAF);
+            canCopy = b;
+            canCut = c;
+            canDelete = d;
+        }
+        
+        public void destroy () {
+            countDelete++;
+        }
+        
+        public boolean canDestroy () {
+            return canDelete;
+        }
+        
+        public boolean canCopy() {
+            return canCopy;
+        }
+        public boolean canCut() {
+            return canCut;
+        }
+
+        public java.awt.datatransfer.Transferable clipboardCopy() throws java.io.IOException {
+            java.awt.datatransfer.Transferable retValue;
+            
+            retValue = super.clipboardCopy();
+            
+            countCopy++;
+            
+            return retValue;
+        }
+        
+        public java.awt.datatransfer.Transferable clipboardCut() throws java.io.IOException {
+            java.awt.datatransfer.Transferable retValue;
+            
+            retValue = super.clipboardCut();
+            
+            countCut++;
+            
+            return retValue;
+        }
+        
+        protected void createPasteTypes(java.awt.datatransfer.Transferable t, java.util.List s) {
+            this.lastTransferable = t;
+            s.addAll (Arrays.asList (types));
+        }
+
+        public Object getValue(String attributeName) {
+            if (customDelete && "customDelete".equals(attributeName)) {
+                return Boolean.TRUE;
+            }
+            return super.getValue(attributeName);
+        }
+        
+    }
+
+    public static final class SerializableNode extends AbstractNode 
+    implements Node.Handle, java.io.Externalizable {
+        
+        static final long serialVersionUID = 439503248509342L;
+        
+        public SerializableNode () {
+            super (Children.LEAF);
+        }
+        
+        public Handle getHandle () {
+            return this;
+        }
+        
+        public Node getNode () {
+            return this;
+        }
+        
+        public void writeExternal (java.io.ObjectOutput oo) {
+        }
+        public void readExternal (java.io.ObjectInput oi) {
+        }
+        
+        //
+        // All instances of SerializableNode are equal
+        //
+
+        public int hashCode() {
+            return getClass ().hashCode ();
+        }
+
+        public boolean equals(java.lang.Object obj) {
+            return obj != null && getClass ().equals (obj.getClass ());
+        }
+    } // end SerializableNode
+    
+    public static final class Lkp extends org.openide.util.lookup.AbstractLookup {
+        public Lkp () {
+            this (new org.openide.util.lookup.InstanceContent ());
+        }
+        
+        private Lkp (org.openide.util.lookup.InstanceContent ic) {
+            super (ic);
+            ic.add (new Clb ("Testing clipboard"));
+            ic.add (new YesDialogDisplayer());
+        }
+    }
+    
+    private static final class Clb extends org.openide.util.datatransfer.ExClipboard {
+        public Clb (String s) {
+            super (s);
+        }
+
+        protected org.openide.util.datatransfer.ExClipboard.Convertor[] getConvertors() {
+            return new org.openide.util.datatransfer.ExClipboard.Convertor[0];
+        }
+        
+        public void setContents (Transferable t, ClipboardOwner o) {
+            super.setContents (t, o);
+            fireClipboardChange ();
+        }
+    }
+    
+    private static final class YesDialogDisplayer extends DialogDisplayer {
+        private int counter = 0;
+        
+        public YesDialogDisplayer() {
+            super();
+        }
+        
+        public Object notify(org.openide.NotifyDescriptor descriptor) {
+            counter++;
+            return NotifyDescriptor.YES_OPTION;
+        }
+
+        public java.awt.Dialog createDialog(org.openide.DialogDescriptor descriptor) {
+            return null;
+        }
+        
+        public int getNotifyCount() {
+            return counter;
+        }
+    }
+}
diff --git a/core.kit/test/unit/src/org/openide/explorer/FindHelpTest.java b/openide.compat/test/unit/src/org/openide/explorer/FindHelpTest.java
similarity index 100%
rename from core.kit/test/unit/src/org/openide/explorer/FindHelpTest.java
rename to openide.compat/test/unit/src/org/openide/explorer/FindHelpTest.java
diff --git a/openide.compat/test/unit/src/org/openide/explorer/propertysheet/ComboTest.java b/openide.compat/test/unit/src/org/openide/explorer/propertysheet/ComboTest.java
new file mode 100644
index 0000000..3d3e4dc
--- /dev/null
+++ b/openide.compat/test/unit/src/org/openide/explorer/propertysheet/ComboTest.java
@@ -0,0 +1,729 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+/*
+ * PropertySheetTest.java
+ *
+ * Created on August 24, 2001, 4:25 PM
+ */
+
+package org.openide.explorer.propertysheet;
+
+import java.awt.Color;
+import java.awt.Component;
+import java.awt.DisplayMode;
+import java.awt.Graphics;
+import java.awt.GraphicsEnvironment;
+import java.awt.Image;
+import java.awt.Point;
+import java.awt.Rectangle;
+import java.awt.event.KeyEvent;
+import java.awt.event.MouseEvent;
+import java.awt.event.WindowAdapter;
+import java.awt.event.WindowEvent;
+import java.awt.image.BufferedImage;
+import org.openide.nodes.*;
+import java.beans.*;
+import java.lang.reflect.*;
+import javax.swing.*;
+import javax.swing.ImageIcon;
+import org.netbeans.junit.*;
+
+
+/** Tests property marking functionality and the ability of a Property to
+ * provide a "postSetAction" action hint, which will be run if the user
+ * successfully changes the property value.
+ */
+public class ComboTest extends NbTestCase {
+    private static boolean setup=false;
+    
+    static {
+        registerPropertyEditors();
+    }
+    
+    public static void registerPropertyEditors () {
+        //org.netbeans.core.startup.Main.registerPropertyEditors();
+    }
+    
+    public ComboTest(String name) {
+        super(name);
+    }
+ 
+    static SheetTable tb=null;
+    static JFrame jf=null;
+/*
+ * This test creates a Property, Editor and Node. First test checks if initialized
+ * editor contains the same value as property. The second checks if the property
+ * value is changed if the same change will be done in the editor.
+ */
+    protected void setUp() throws Exception {
+        if (setup) return;
+
+        try {
+
+            tp = new TProperty("oh", true);
+            tp1 = new TProperty2("the", true);
+            postSetAction = new PostSetAction();
+            
+            tn = new TNode();
+//            PropUtils.forceRadioButtons=true;
+            final PropertySheet ps = new PropertySheet();
+            
+            //ensure no stored value in preferences:
+            ps.setCurrentNode(tn);
+            sleep();
+            ps.setSortingMode(PropertySheet.UNSORTED);
+            
+            jf = new JFrame();
+            jf.getContentPane().add (ps);
+            jf.setLocation (20,20);
+            jf.setSize (300, 400);
+            new WaitWindow(jf);
+            tb = ps.table;
+
+            SwingUtilities.invokeLater(new Runnable() {
+                public void run() {
+                    try {
+                    ps.setSortingMode(ps.SORTED_BY_NAMES);
+                    }catch (Exception e){}
+                }
+            });
+            
+            
+            
+        } catch (Exception e) {
+            e.printStackTrace();
+            fail("FAILED - Exception thrown "+e.getClass().toString());
+        } finally {
+            setup = true;
+        }
+    }
+    
+    public void tearDown() {
+        jf.hide();
+        jf.dispose();
+    }
+    
+    
+    
+    static boolean checkGraphicsEnvironment() {
+        if (GraphicsEnvironment.getLocalGraphicsEnvironment().isHeadless()) {
+            System.err.println("Cannot run test in a headless environment");
+        }
+        DisplayMode dm = 
+            GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice().getDisplayMode();
+        int i = dm.getBitDepth();
+        if (i == dm.BIT_DEPTH_MULTI || i >= 16) {
+            return true;
+        }
+        return false;
+    }
+    
+    public void testFoo () throws Exception {
+    }
+    
+     
+    
+    private static class WaitWindow extends WindowAdapter {
+        boolean shown=false;
+        public WaitWindow (JFrame f) {
+            f.addWindowListener(this);
+            f.show();
+            if (!shown) {
+                synchronized(this) {
+                    try {
+                            wait(5000);
+                    } catch (Exception e) {}
+                }
+            }
+        }
+        
+        public void windowOpened(WindowEvent e) {
+            shown = true;
+            synchronized(this) {
+                notifyAll();
+                ((JFrame) e.getSource()).removeWindowListener(this);
+            }
+        }
+    }
+    
+    private static final int SLEEP_LENGTH=1000;
+    private void sleep() {
+         //useful when running interactively
+        
+        try {
+//            Thread.currentThread().sleep(800);
+            //jf.getTreeLock().wait();
+            SwingUtilities.invokeAndWait(new Runnable() {
+                public void run() {
+                    System.currentTimeMillis();
+                }
+            });
+            //jf.getTreeLock().wait();
+            SwingUtilities.invokeAndWait(new Runnable() {
+                public void run() {
+                    System.currentTimeMillis();
+                }
+            });            
+        } catch (Exception e) {
+        }
+        
+        
+    }
+    
+    
+    private static Color checkColor=null;
+    private Exception throwMe=null;
+    
+    private static int count=0;
+    /** Asserts that a pixel at a given position in an image matches a 
+     * pixel in a given position in a component */
+    private synchronized void assertPixelFromImage(final Image i, final Component c, final int imageX, final int imageY, final int compX, final int compY) throws Exception {
+        final BufferedImage bi = i instanceof BufferedImage ? (BufferedImage) i : toBufferedImage(i);
+        throwMe = null;
+        sleep();
+        
+        int rgb = bi.getRGB(imageX, imageY);
+        Color color = new Color (rgb);
+       
+        
+        //uncomment the code below for diagnosing painting problems
+        //and seeing which pixel you'return really checking
+        JFrame jf = new JFrame("assertPixelFromImage " + count + " (look for the yellow line)") {
+            public void paint (Graphics g) {
+                new ImageIcon (bi).paintIcon(this, g, 25, 25);
+                g.setColor (Color.YELLOW);
+                g.drawLine(imageX+20, imageY+25, imageX+25, imageY+25);
+            }
+        };
+        jf.setLocation (500,500);
+        jf.setSize (100,100);
+        jf.show();
+        
+        try {
+            assertPixel(c, color, compX, compY);
+        } catch (Exception e) {
+            throwMe = e;
+        }
+        if (throwMe != null) {
+            throw throwMe;
+        }
+    }
+    
+    private Exception throwMe2=null;
+    private synchronized void assertPixel(final Component c, final Color toMatch, final int x, final int y) throws Exception {
+        sleep();
+        throwMe2 = null;
+        if (true) {
+            doAssertPixel(c, toMatch, x, y);
+            return;
+        }
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                try {
+                    doAssertPixel(c, toMatch, x, y);
+                } catch (Exception e) {
+                    throwMe2 = e;
+                }
+            }
+        });
+        if (throwMe2 != null) {
+            throw throwMe2;
+        }
+    }
+    
+    private synchronized void doAssertPixel(final Component c, final Color toMatch, final int x, final int y) throws Exception {
+        final BufferedImage bi = new BufferedImage (700, 700, BufferedImage.TYPE_INT_RGB);
+
+        sleep();
+        ((JComponent) c).paintAll(bi.getGraphics());
+        sleep();
+        int[] cArr = new int[3];
+        bi.getData().getPixel(x, y, cArr);
+        checkColor = new Color (cArr[0], cArr[1], cArr[2]);
+
+        
+        //uncomment the code below for diagnosing painting problems
+        //and seeing which pixel you'return really checking
+        JFrame jf = new JFrame("Assert pixel test " + count + " (look for the yellow line)") {
+            public void paint (Graphics g) {
+                new ImageIcon (bi).paintIcon(this, g, 25, 25);
+                g.setColor (Color.YELLOW);
+                g.drawLine(x+20, y+25, x+25, y+25);
+            }
+        };
+        jf.setLocation (400,400);
+        jf.setSize (500,500);
+        jf.show();
+        count++;
+        
+        assertEquals("Color at " + x + "," + y + " does not match", toMatch, checkColor);
+                
+    }
+
+    
+    private void clickOn (final SheetTable tb, final int row, final int col) throws Exception {
+        SwingUtilities.invokeAndWait (new Runnable() {
+            public void run() {
+                Rectangle r = tb.getCellRect(row, col, false);
+                Point toClick = r.getLocation();
+                toClick.x += 15;
+                toClick.y +=3;
+                MouseEvent me = new MouseEvent (tb, MouseEvent.MOUSE_PRESSED, System.currentTimeMillis(), MouseEvent.BUTTON1_MASK, toClick.x, toClick.y, 2, false);
+                tb.dispatchEvent(me);
+            }
+        });
+        sleep();
+    }
+
+    private void releaseKey (final Component target, final int key) throws Exception {
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_RELEASED, System.currentTimeMillis(), 0, key, (char) key);
+                target.dispatchEvent(ke);
+            }
+        });
+        sleep();
+    }
+    
+    private void pressKey (final Component target, final int key) throws Exception {
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_PRESSED, System.currentTimeMillis(), 0, key, (char) key);
+                target.dispatchEvent(ke);
+            }
+        });
+        sleep();
+    }
+        
+    private void typeKey (final Component target, final int key) throws Exception {
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_TYPED, System.currentTimeMillis(), 0, KeyEvent.VK_UNDEFINED, (char) key);
+                target.dispatchEvent(ke);
+            }
+        });
+        sleep();
+    }
+    
+    //Node definition
+    public class TNode extends AbstractNode {
+        //create Node
+        public TNode() {
+            super (Children.LEAF);
+            setName("TNode"); // or, super.setName if needed
+            setDisplayName("TNode");
+        }
+        //clone existing Node
+        public Node cloneNode() {
+            return new TNode();
+        }
+        
+        public void addProp (Node.Property p) {
+            props.put(p);
+            this.firePropertyChange(PROP_PROPERTY_SETS, null, null);
+            this.firePropertySetsChange(null, null);
+        }
+        
+        Sheet sheet=null;
+        Sheet.Set props=null;
+        // Create a property sheet:
+        protected Sheet createSheet() {
+            sheet = super.createSheet();
+            // Make sure there is a "Properties" set:
+            props = sheet.get(Sheet.PROPERTIES);
+            if (props == null) {
+                props = Sheet.createPropertiesSet();
+                sheet.put(props);
+            }
+            props.put(tp);
+            props.put(tp1);
+            return sheet;
+        }
+        // Method firing changes
+        public void fireMethod(String s, Object o1, Object o2) {
+            firePropertyChange(s,o1,o2);
+        }
+    }
+    
+    // Property definition
+    public class TProperty extends PropertySupport {
+        private Object myValue = "Value";
+        // Create new Property
+        public TProperty(String name, boolean isWriteable) {
+            super(name, String.class, name, "", true, isWriteable);
+        }
+        // get property value
+        public Object getValue() {
+            return myValue;
+        }
+        // set property value
+        public void setValue(Object value) throws IllegalArgumentException,IllegalAccessException, InvocationTargetException {
+            Object oldVal = myValue;
+            myValue = value;
+            tn.fireMethod(getName(), oldVal, myValue);
+        }
+        // get the property editor
+        public PropertyEditor getPropertyEditor() {
+            return new TEditor();
+        }
+        
+        public Object getValue(String key) {
+            if ("nameIcon".equals(key)) {
+                return new NameIcon();
+            } else if ("valueIcon".equals(key)) {
+                return new ValueIcon();
+            } else if ("postSetAction".equals(key)) {
+                return postSetAction;
+            }
+            return super.getValue(key);
+        }
+    }
+    
+    // Editor definition
+    public class TEditor extends PropertyEditorSupport {
+        PropertyEnv env;
+        
+        // Create new TEditor
+        public TEditor() {
+        }
+        
+        /*
+         * This method is called by the IDE to pass
+         * the environment to the property editor.
+         */
+        public void attachEnv(PropertyEnv env) {
+            this.env = env;
+        }
+        
+        // Set that this Editor doesn't support custom Editor
+        public boolean supportsCustomEditor() {
+            return false;
+        }
+        
+        // Set the Property value threw the Editor
+        public void setValue(Object newValue) {
+            super.setValue(newValue);
+        }
+        
+        public String getAsText() {
+            return getValue() == null ? "null" : getValue().toString();
+        }
+    }
+    
+
+    public class TagsEditor extends PropertyEditorSupport implements ExPropertyEditor {
+        PropertyEnv env;
+        
+        public TagsEditor() {
+        }
+        
+        public String[] getTags() {
+            return new String[] {"a","b","c","d","Value"};
+        }
+        
+        public void attachEnv(PropertyEnv env) {
+            this.env = env;
+            
+            env.getFeatureDescriptor().setValue("canEditAsText", Boolean.TRUE);
+        }
+        
+        public boolean supportsCustomEditor() {
+            return false;
+        }
+        
+        public void setValue(Object newValue) {
+            super.setValue(newValue);
+        }
+    }
+    
+    // Property definition
+    public class TProperty2 extends PropertySupport {
+        private Object myValue = "Value";
+        // Create new Property
+        public TProperty2(String name, boolean isWriteable) {
+            super(name, Object.class, name, "", true, isWriteable);
+        }
+        // get property value
+        public Object getValue() {
+            return myValue;
+        }
+        // set property value
+        public void setValue(Object value) throws IllegalArgumentException,IllegalAccessException, InvocationTargetException {
+            Object oldVal = myValue;
+            myValue = value;
+            tn.fireMethod(getName(), oldVal, myValue);
+        }
+        // get the property editor
+        public PropertyEditor getPropertyEditor() {
+            return new TagsEditor();
+        }
+        
+        public Object getValue(String key) {
+            if ("canEditAsText".equals(key)) {
+                return Boolean.TRUE;
+            } else {
+                return super.getValue(key);
+            }
+        }
+    }
+    
+    // Property definition
+    public class TProperty3 extends PropertySupport {
+        private Boolean myValue = Boolean.FALSE;
+        // Create new Property
+        public TProperty3(String name, boolean isWriteable) {
+            super(name, Boolean.class, name, "", true, isWriteable);
+        }
+        // get property value
+        public Object getValue() {
+            return myValue;
+        }
+        
+        // set property value
+        public void setValue(Object value) throws IllegalArgumentException,IllegalAccessException, InvocationTargetException {
+            Object oldVal = myValue;
+            myValue = (Boolean) value;
+            tn.fireMethod(getName(), oldVal, myValue);
+        }
+        
+        public Object getValue(String key) {
+            if ("nameIcon".equals(key)) {
+                return new NameIcon();
+            } else if ("valueIcon".equals(key)) {
+                return new ValueIcon();
+            } else if ("postSetAction".equals(key)) {
+                return postSetAction;
+            }
+            return super.getValue(key);
+        }
+        
+        public PropertyEditor getPropertyEditor() {
+            return new WrapperEx(super.getPropertyEditor());
+        }
+    
+        public class WrapperEx implements ExPropertyEditor {
+            private PropertyEditor orig;
+            public WrapperEx (PropertyEditor orig) {
+                this.orig = orig;
+            }
+
+
+            public void attachEnv(PropertyEnv env) {
+                env.setState(myValue == Boolean.FALSE ? env.STATE_INVALID : env.STATE_VALID);
+            }        
+
+            public void addPropertyChangeListener(PropertyChangeListener listener) {
+                orig.addPropertyChangeListener(listener);
+            }
+
+            public String getAsText() {
+                return orig.getAsText();
+            }
+
+            public java.awt.Component getCustomEditor() {
+                return orig.getCustomEditor();
+            }
+
+            public String getJavaInitializationString() {
+                return orig.getJavaInitializationString();
+            }
+
+            public String[] getTags() {
+                return orig.getTags();
+            }
+
+            public Object getValue() {
+                return orig.getValue();
+            }
+
+            public boolean isPaintable() {
+                return orig.isPaintable();
+            }
+
+            public void paintValue(java.awt.Graphics gfx, java.awt.Rectangle box) {
+                orig.paintValue(gfx, box);
+            }
+
+            public void removePropertyChangeListener(PropertyChangeListener listener) {
+                orig.removePropertyChangeListener(listener);
+            }
+
+            public void setAsText(String text) throws java.lang.IllegalArgumentException {
+                orig.setAsText(text);
+            }
+
+            public void setValue(Object value) {
+                orig.setValue(value);
+            }
+
+            public boolean supportsCustomEditor() {
+                return orig.supportsCustomEditor();
+            }
+        }
+    }
+    
+    public class BadEditor extends PropertyEditorSupport implements ExPropertyEditor {
+        PropertyEnv env;
+        
+        public BadEditor() {
+        }
+        
+        public String[] getTags() {
+            //return new String[] {"a","b","c","d","Value"};
+            return null;
+        }
+        
+        public void attachEnv(PropertyEnv env) {
+            this.env = env;
+            env.setState(env.STATE_INVALID);
+        }
+        
+        public boolean supportsCustomEditor() {
+            return false;
+        }
+        
+        public void setValue(Object newValue) {
+            super.setValue(newValue);
+        }
+    }
+    
+    private class NameIcon implements Icon {
+        
+        public int getIconHeight() {
+            return 12;
+        }
+        
+        public int getIconWidth() {
+            return 12;
+        }
+        
+        public void paintIcon(Component c, Graphics g, int x, int y) {
+            Color col = g.getColor();
+            try {
+                g.setColor(Color.BLUE);
+                g.drawRect(x, y, getIconWidth(), getIconHeight());
+                g.fillRect(x+3, y+3, getIconWidth()-5, getIconHeight()-5);
+            } finally {
+                g.setColor(col);
+            }
+        }
+        
+    }
+    
+    private class ValueIcon implements Icon {
+        
+        public int getIconHeight() {
+            return 12;
+        }
+        
+        public int getIconWidth() {
+            return 12;
+        }
+        
+        public void paintIcon(Component c, Graphics g, int x, int y) {
+            Color col = g.getColor();
+            try {
+                g.setColor(Color.GREEN);
+                g.drawRect(x, y, getIconWidth(), getIconHeight());
+                g.fillRect(x+3, y+3, getIconWidth()-5, getIconHeight()-5);
+            } finally {
+                g.setColor(col);
+            }
+        }
+    }
+    
+    private class PostSetAction extends AbstractAction {
+        boolean performed = false;
+        
+        public void assertPerformed() {
+            assertTrue ("Action was not performed", performed);
+            performed = false;
+        }
+        
+        public void assertNotPerformed() {
+            assertTrue ("Action should not be performed before an appropriate event is triggered", !performed);
+        }
+        
+        public void actionPerformed(java.awt.event.ActionEvent e) {
+            performed = true;
+        }
+        
+    }
+    
+    
+    private static TNode tn;
+    private static TProperty tp;
+    private static TProperty2 tp1;
+    private static TEditor te;
+    private static PostSetAction postSetAction;
+    private static String initEditorValue;
+    private static String initPropertyValue;
+    private static String postChangePropertyValue;
+    private static String postChangeEditorValue;
+    
+    //Shamelessly stolen from util.IconManager
+    private static final BufferedImage toBufferedImage(Image img) {
+        // load the image
+        new javax.swing.ImageIcon(img);
+        java.awt.image.BufferedImage rep = createBufferedImage(img.getWidth(null), img.getHeight(null));
+        java.awt.Graphics g = rep.createGraphics();
+        g.drawImage(img, 0, 0, null);
+        g.dispose();
+        img.flush();
+        return rep;
+    }
+    
+    /** Creates BufferedImage 16x16 and Transparency.BITMASK */
+    private static final java.awt.image.BufferedImage createBufferedImage(int width, int height) {
+        java.awt.image.ColorModel model = java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment().
+                                          getDefaultScreenDevice().getDefaultConfiguration().getColorModel(java.awt.Transparency.BITMASK);
+        java.awt.image.BufferedImage buffImage = new java.awt.image.BufferedImage(model,
+                model.createCompatibleWritableRaster(width, height), model.isAlphaPremultiplied(), null);
+        return buffImage;
+    }
+    
+
+    
+}
diff --git a/openide.compat/test/unit/src/org/openide/explorer/propertysheet/CustomEditorDisplayerTest.java b/openide.compat/test/unit/src/org/openide/explorer/propertysheet/CustomEditorDisplayerTest.java
new file mode 100644
index 0000000..66be76a
--- /dev/null
+++ b/openide.compat/test/unit/src/org/openide/explorer/propertysheet/CustomEditorDisplayerTest.java
@@ -0,0 +1,806 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.openide.explorer.propertysheet;
+
+import java.awt.BorderLayout;
+import java.awt.Color;
+import java.awt.Component;
+import java.awt.FlowLayout;
+import java.awt.Point;
+import java.awt.event.ActionEvent;
+import java.awt.event.ActionListener;
+import java.awt.event.FocusEvent;
+import java.awt.event.FocusListener;
+import java.awt.event.KeyEvent;
+import java.awt.event.MouseEvent;
+import java.awt.event.WindowAdapter;
+import java.awt.event.WindowEvent;
+import org.openide.nodes.*;
+import java.beans.*;
+import java.beans.PropertyVetoException;
+import java.io.File;
+import java.lang.reflect.*;
+import javax.swing.*;
+import javax.swing.JPanel;
+import javax.swing.JTextField;
+import javax.swing.event.ChangeEvent;
+import javax.swing.event.ChangeListener;
+import org.netbeans.junit.*;
+import org.openide.ErrorManager;
+
+/* A comprehensive test of CustomEditorDisplayer */
+public class CustomEditorDisplayerTest extends NbTestCase {
+    
+    static {
+        ComboTest.registerPropertyEditors();
+    }
+    
+    public CustomEditorDisplayerTest(String name) {
+        super(name);
+    }
+    
+//    public static void main(String args[]) {
+//        LookAndFeel lf = UIManager.getLookAndFeel();
+/*        try {
+            UIManager.setLookAndFeel(new com.jgoodies.plaf.plastic.Plastic3DLookAndFeel());
+        } catch (Exception e) {
+            e.printStackTrace();
+        }
+        
+        
+        TestRunner.run(suite ());
+        
+        
+        boolean go=false;
+        try {
+            UIManager.setLookAndFeel(new PseudoWindowsLookAndFeel());
+            go = true;
+        } catch (NoClassDefFoundError e) {
+            System.err.println("Couldn't run tests on windows look and feel");
+        } catch (UnsupportedLookAndFeelException e) {
+            System.err.println("Couldn't run tests on windows look and feel");
+        }            
+        if (go) {
+            TestRunner.run(suite ());
+        }
+        go=false;
+        try {
+            UIManager.setLookAndFeel(new com.sun.java.swing.plaf.gtk.GTKLookAndFeel());
+            go = true;
+        } catch (NoClassDefFoundError e) {
+            System.err.println("Couldn't run tests on GTK look and feel");
+            e.printStackTrace();
+        } catch (UnsupportedLookAndFeelException e) {
+            System.err.println("Couldn't run tests on GTK look and feel");
+            e.printStackTrace();
+        }
+        if (go) {
+            TestRunner.run(suite ());
+        }
+        try {
+            UIManager.setLookAndFeel(lf);
+        } catch (Exception e) {
+            //highly unlikely 
+        }
+        try {
+//        new CustomEditorDisplayerTest("goo").setUp();
+        } catch (Exception e){}
+ 
+    }
+         */
+
+    static int idx = -1;
+/*
+ * This test creates a Property, Editor and Node. First test checks if initialized
+ * editor contains the same value as property. The second checks if the property
+ * value is changed if the same change will be done in the editor.
+ */
+   
+    CustomEditorDisplayer basicRen;
+    CustomEditorDisplayer fileRen;
+    
+    private TNode tn;
+    private BasicProperty basicProp;
+    private FileProperty fileProp;
+    private BasicEditor te;
+    
+    private boolean setup=false;
+    private JFrame jf=null;
+    private JPanel jp=null;
+    private int SLEEP_LENGTH=10;
+    
+    protected void tearDown() {
+        if (jf != null) {
+            jf.hide();
+            jf.dispose();
+        }
+    }
+   
+    protected void setUp() throws Exception {
+//            UIManager.setLookAndFeel(new com.sun.java.swing.plaf.windows.WindowsLookAndFeel());
+//            UIManager.setLookAndFeel(new com.sun.java.swing.plaf.gtk.GTKLookAndFeel());
+
+        try {
+            if (setup) return;
+            basicProp= new BasicProperty("basicProp", true);
+            fileProp= new FileProperty("FileProp", true);
+            
+            // Create new BasicEditor
+            te = new BasicEditor();
+            // Create new TNode
+            tn = new TNode();
+
+            System.err.println("Crating frame");
+            jf = new JFrame();
+            jf.getContentPane().setLayout(new BorderLayout());
+            jp = new JPanel();
+            jp.setLayout(new FlowLayout());
+            jf.getContentPane().add(jp, BorderLayout.CENTER);
+            jf.setLocation (20,20);
+            jf.setSize (600, 200);
+
+            synchronized (jp.getTreeLock()) {
+                System.err.println("BasicProp = " + basicProp);
+
+                basicRen = new CustomEditorDisplayer(basicProp);
+                fileRen = new CustomEditorDisplayer(fileProp);
+
+                
+                jp.add(basicRen.getComponent());
+                
+                jp.add(fileRen.getComponent());
+            }
+
+            System.err.println("Waiting for window");
+            new WaitWindow(jf);  //block until window open
+            System.err.println("Window shown");
+        } catch (Exception e) {
+            e.printStackTrace();
+        } finally {
+            setup = true;
+        }
+    }
+    
+    public void testDummy() {
+        
+    }
+
+    public void disabled_testEntryInCustomEditor() throws Exception {
+        //Just types into the value field and presses
+        basicRen.setUpdatePolicy(PropertyDisplayer.UPDATE_ON_CONFIRMATION);
+        
+        BasicCustomEditor custom = (BasicCustomEditor)basicProp.getPropertyEditor().getCustomEditor();
+        
+        clickOn(custom.valueField);
+        typeKey(custom.valueField, KeyEvent.VK_W);
+        typeKey(custom.valueField, KeyEvent.VK_O);
+        typeKey(custom.valueField, KeyEvent.VK_O);
+        typeKey(custom.valueField, KeyEvent.VK_G);
+        typeKey(custom.valueField, KeyEvent.VK_L);
+        typeKey(custom.valueField, KeyEvent.VK_E);
+
+        Object pre = basicProp.getValue();
+
+        pressKey(custom.valueField, KeyEvent.VK_ENTER);
+
+        Object post = basicProp.getValue();
+        
+        assertTrue ("After entering text in editor, value should be the text.  Expected WOOGLE got " + post, "WOOGLE".equals(post));
+
+        assertNotSame("After entering data in the custom editor and pressing enter with policy UPDATE_ON_CONFIRMATION, property value should be changed", pre, post);
+        
+        basicRen.setUpdatePolicy(PropertyDisplayer.UPDATE_ON_EXPLICIT_REQUEST);
+        
+        clickOn(custom.valueField);
+        typeKey(custom.valueField, KeyEvent.VK_N);
+        typeKey(custom.valueField, KeyEvent.VK_I);
+        typeKey(custom.valueField, KeyEvent.VK_F);
+        typeKey(custom.valueField, KeyEvent.VK_T);
+        typeKey(custom.valueField, KeyEvent.VK_Y);
+
+        pre = basicProp.getValue();
+
+        pressKey(custom.valueField, KeyEvent.VK_ENTER);
+
+        post = basicProp.getValue();
+        
+        assertTrue ("After entering text in editor with policy UPDATE_ON_EXPLICIT_REQUEST, the property value should not be the entered text.  Expected NIFTY got " + post, "WOOGLE".equals(post));
+
+        assertSame("After entering data in the custom editor and pressing enter with policy UPDATE_ON_EXPLICIT_REQUEST, property value should NOT be changed", pre, post);
+        
+        
+    }
+    
+    public void disabled_testFailureModes() throws Exception {
+        basicRen.setUpdatePolicy(PropertyDisplayer.UPDATE_ON_CONFIRMATION);
+        BasicCustomEditor custom = (BasicCustomEditor)basicProp.getPropertyEditor().getCustomEditor();
+        
+        custom.setInvalidValueButton.doClick();
+        sleep();
+        sleep();
+        requestFocus(custom.valueField);
+        
+        
+        IllegalArgumentException iae=null;
+        try {
+            pressKey(custom.valueField, KeyEvent.VK_ENTER);
+        } catch (IllegalArgumentException e) {
+            iae = e;
+        }
+        assertNotNull("Entering a bad value should throw an exception", iae);
+        iae = null;
+        
+        custom.setDontAllowValidateButton.doClick();
+        sleep();
+        sleep();
+        requestFocus(custom.valueField);
+        try {
+            pressKey(custom.valueField, KeyEvent.VK_ENTER);
+        } catch (IllegalArgumentException e) {
+            iae = e;
+        }
+        assertNotNull("If a state change on the PropertyEnv causes a PropertyVetoException, an illegal argument exception should be thrown with the message from the PVE", iae);
+        iae = null;
+        
+        BasicEditor editor = (BasicEditor) basicRen.getPropertyEditor();
+
+        
+        PropertyEnv env = basicRen.getPropertyEnv();
+        assertEquals("After a failure to validate, the editor's property env's state should be STATE_INVALID", PropertyEnv.STATE_INVALID, env.getState());
+        
+        assertSame("After a failure to validate, the PropertyEnv the editor is talking to should be the one owned by the CustomEditorDisplayer", env, editor.env);
+    }
+    
+    
+    public void disabled_testValidationMethods() throws Exception {
+        basicRen.setUpdatePolicy(PropertyDisplayer.UPDATE_ON_EXPLICIT_REQUEST);
+        BasicCustomEditor custom = (BasicCustomEditor)basicProp.getPropertyEditor().getCustomEditor();
+        
+        clickOn(custom.valueField);
+        typeKey(custom.valueField, KeyEvent.VK_F);
+        typeKey(custom.valueField, KeyEvent.VK_U);
+        typeKey(custom.valueField, KeyEvent.VK_N);
+        typeKey(custom.valueField, KeyEvent.VK_K);
+        typeKey(custom.valueField, KeyEvent.VK_Y);
+        pressKey(custom.valueField, KeyEvent.VK_ENTER);
+
+        assertTrue("After entering text with update policy UPDATE_ON_EXPLICIT_REQUEST, isValueModified should return true", basicRen.isValueModified());
+        String legality = basicRen.isModifiedValueLegal();
+        assertTrue("After entering a legal value with update policy UPDATE_ON_EXPLICIT_REQUEST, isModifiedValueLegal should return null but returned " + legality, legality == null);
+        
+        Exception e = null;
+        try {
+            basicRen.commit();
+        } catch (Exception e1) {
+            e = e1;
+        }
+        assertNull("Committing a legal value should not throw an exception", e);
+        assertEquals("Calling commit() with update policy UPDATE_ON_EXPLICIT_REQUEST should store the edited value in the property", 
+            "FUNKY", basicProp.getValue());
+        
+        assertTrue("After committing a legal value, isValueModified should return false", !basicRen.isValueModified());
+        assertNull("After committing a legal value, isModifiedValueLegal should return null", basicRen.isModifiedValueLegal());
+        
+        custom.setDontAllowValidateButton.doClick();
+        sleep();
+        sleep();
+        
+        try {
+            pressKey(custom.valueField, KeyEvent.VK_ENTER);
+        } catch (Exception e2) {
+            
+        }
+        
+        assertNotNull("With an unvalidatable value, isModifiedValueLegal should return a localized message", basicRen.isModifiedValueLegal());
+        assertTrue("With an unvalidatable value, isValueModified should return true", basicRen.isValueModified());
+        
+        custom.valueField.setText("foo goo");
+        custom.setDontAllowValidateButton.doClick();
+        sleep();
+        sleep();
+        
+        try {
+            basicRen.commit();
+        } catch (Exception e3) {
+            e = e3;
+        }
+        
+        assertNotNull("Committing an unvalidatable value should throw an exception", e);
+        
+    }
+    
+    private class FL implements FocusListener {
+        private FocusEvent gainedEvent=null;
+        private FocusEvent lostEvent=null;
+        private int gainedCount=0;
+        private int lostCount=0;
+        public void assertGained() {
+            assertNotNull ("No focus gained received after clicking on an editable renderer", gainedEvent);
+            assertTrue("Received wrong number of focus gained events for a single click on a renderer " +  gainedCount, gainedCount == 1);
+        }
+        
+        public void assertLost() {
+            assertNotNull ("No focus lost event received after clicking away from a focused, editable renderer", lostEvent);
+            assertTrue("Received wrong number of focus lost events for a single click away from a focused renderer" + lostCount, lostCount == 1);
+        }
+        
+        public void focusGained(java.awt.event.FocusEvent e) {
+            gainedEvent = e;
+            gainedCount++;
+        }
+        
+        public void focusLost(java.awt.event.FocusEvent e) {
+            lostEvent = e;
+            lostCount++;
+        }
+    }
+    
+    private class CL implements ChangeListener {
+        
+        private ChangeEvent e;
+        public void assertEvent(String msg) {
+            sleep(); //give the event time to happen
+            assertNotNull (msg, e);
+            e = null;
+        }
+        
+        public void assertNoEvent(String msg) {
+            sleep();
+            assertNull (e);
+            e = null;
+        }
+        
+        public void stateChanged(ChangeEvent e) {
+            this.e = e;
+        }
+        
+    }
+    
+    private static class TestGCVal extends Object {
+        public String toString() {
+            return "TestGCVal";
+        }
+    }
+
+    private static class WaitWindow extends WindowAdapter {
+        boolean shown=false;
+        public WaitWindow (JFrame f) {
+            f.addWindowListener(this);
+            f.show();
+            if (!shown) {
+                synchronized(this) {
+                    try {
+                        //System.err.println("Waiting for window");
+                            wait(5000);
+                    } catch (Exception e) {}
+                }
+            }
+        }
+        
+        public void windowOpened(WindowEvent e) {
+            shown = true;
+            synchronized(this) {
+                //System.err.println("window opened");
+                notifyAll();
+                ((JFrame) e.getSource()).removeWindowListener(this);
+            }
+        }
+    }
+    
+    private void sleep() {
+         //useful when running interactively
+        
+        try {
+            Thread.currentThread().sleep(SLEEP_LENGTH);
+        } catch (InterruptedException ie) {
+            //go away
+        }
+         
+        
+         
+        //runs faster -uncomment for production use
+        
+        try {
+            //jf.getTreeLock().wait();
+            SwingUtilities.invokeAndWait(new Runnable() {
+                public void run() {
+                    System.currentTimeMillis();
+                }
+            });
+            //jf.getTreeLock().wait();
+            SwingUtilities.invokeAndWait(new Runnable() {
+                public void run() {
+                    System.currentTimeMillis();
+                }
+            });            
+        } catch (Exception e) {
+        }
+        
+        
+    }
+    
+    private void requestFocus(final JComponent jc) throws Exception {
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                jc.requestFocus();
+            }
+        });
+        sleep();
+    }
+    
+    private void changeProperty (final RendererPropertyDisplayer ren, final Node.Property newProp) throws Exception {
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                ren.setProperty(newProp);
+            }
+        });
+    }
+    
+    private void clickOn (final JComponent ren, final int fromRight, final int fromTop) throws Exception {
+        SwingUtilities.invokeAndWait (new Runnable() {
+            public void run() {
+                Point toClick = new Point(ren.getWidth() - fromRight, fromTop);
+                Component target=ren.getComponentAt(toClick);
+                toClick = SwingUtilities.convertPoint(ren, toClick, target);
+                System.err.println("Target component is " + target.getClass().getName() + " - " + target + " clicking at " + toClick);
+                
+                MouseEvent me = new MouseEvent (target, MouseEvent.MOUSE_PRESSED, System.currentTimeMillis(), MouseEvent.BUTTON1_MASK, toClick.x, toClick.y, 2, false);
+                target.dispatchEvent(me);
+                me = new MouseEvent (target, MouseEvent.MOUSE_RELEASED, System.currentTimeMillis(), MouseEvent.BUTTON1_MASK, toClick.x, toClick.y, 2, false);
+                target.dispatchEvent(me);
+                me = new MouseEvent (target, MouseEvent.MOUSE_CLICKED, System.currentTimeMillis(), MouseEvent.BUTTON1_MASK, toClick.x, toClick.y, 2, false);
+            }
+        });
+        sleep();
+    }
+    
+    private void clickOn (final JComponent ren) throws Exception {
+        SwingUtilities.invokeAndWait (new Runnable() {
+            public void run() {
+                Point toClick = new Point(5,5);
+                Component target=ren.getComponentAt(toClick);
+                MouseEvent me = new MouseEvent (target, MouseEvent.MOUSE_PRESSED, System.currentTimeMillis(), MouseEvent.BUTTON1_MASK, toClick.x, toClick.y, 2, false);
+                target.dispatchEvent(me);
+            }
+        });
+        sleep();
+    }
+    
+    private void setEnabled(final CustomEditorDisplayer ren,final boolean val) throws Exception {
+        SwingUtilities.invokeAndWait (new Runnable() {
+            public void run() {
+                ren.setEnabled(val);
+            }
+        });
+        sleep();
+    }
+    
+    private Exception throwMe = null;
+    private String flushResult = null;
+    private String flushValue(final CustomEditorDisplayer ren) throws Exception {
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                try {
+                    //flushResult = ren.flushValue();
+                } catch (Exception e) {
+                    throwMe = e;
+                    flushResult = null;
+                }
+            }
+        });
+        if (throwMe != null) {
+            try {
+                throw throwMe;
+            } finally {
+                throwMe = null;
+            }
+        }
+        return flushResult;
+    }
+    
+
+    private void releaseKey (final Component target, final int key) throws Exception {
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_RELEASED, System.currentTimeMillis(), 0, key, (char) key);
+                target.dispatchEvent(ke);
+            }
+        });
+        sleep();
+    }
+    
+    private Exception throwMe2 = null;
+    private void pressKey (final Component target, final int key) throws Exception {
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_PRESSED, System.currentTimeMillis(), 0, key, (char) key);
+                try {
+                    target.dispatchEvent(ke);
+                } catch (Exception e) {
+                    throwMe2 = e;
+                }
+            }
+        });
+        sleep();
+        if (throwMe2 != null) {
+            Exception e1 = throwMe2;
+            throwMe2 = null;
+            throw e1;
+        }
+    }
+    
+    private void shiftPressKey (final Component target, final int key) throws Exception {
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_PRESSED, System.currentTimeMillis(), KeyEvent.SHIFT_MASK, key, (char) key);
+                target.dispatchEvent(ke);
+            }
+        });
+        sleep();
+    }
+    
+        
+    private void typeKey (final Component target, final int key) throws Exception {
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_TYPED, System.currentTimeMillis(), 0, KeyEvent.VK_UNDEFINED, (char) key);
+                target.dispatchEvent(ke);
+            }
+        });
+        sleep();
+    }
+    
+    //Node definition
+    public class TNode extends AbstractNode {
+        //create Node
+        public TNode() {
+            super (Children.LEAF);
+            setName("TNode"); // or, super.setName if needed
+            setDisplayName("TNode");
+            createSheet();
+        }
+        //clone existing Node
+        public Node cloneNode() {
+            return new TNode();
+        }
+        
+        public void addProp (Node.Property p) {
+            props.put(p);
+            this.firePropertyChange(PROP_PROPERTY_SETS, null, null);
+            this.firePropertySetsChange(null, null);
+        }
+        
+        Sheet sheet=null;
+        Sheet.Set props=null;
+        // Create a property sheet:
+        protected Sheet createSheet() {
+            sheet = super.createSheet();
+            // Make sure there is a "Properties" set:
+            props = sheet.get(Sheet.PROPERTIES);
+            if (props == null) {
+                props = Sheet.createPropertiesSet();
+                sheet.put(props);
+            }
+            props.put(basicProp);
+            props.put(fileProp);
+            
+            return sheet;
+        }
+        // Method firing changes
+        public void fireMethod(String s, Object o1, Object o2) {
+            firePropertyChange(s,o1,o2);
+        }
+    }
+    
+    // Property definition
+    public class BasicProperty extends PropertySupport {
+        private Object myValue = "Value";
+        // Create new Property
+        public BasicProperty(String name, boolean isWriteable) {
+            super(name, Object.class, name, "", true, isWriteable);
+        }
+        // get property value
+        public Object getValue() {
+            return myValue;
+        }
+        // set property value
+        public void setValue(Object value) throws IllegalArgumentException,IllegalAccessException, InvocationTargetException {
+            System.err.println("BASICPROP setValue to " + value + " (was " + myValue+")");
+            Object oldVal = myValue;
+            myValue = value;
+            tn.fireMethod(getName(), oldVal, myValue);
+        }
+        // get the property editor
+        public PropertyEditor getPropertyEditor() {
+            return te;
+        }
+    }
+
+    // Property definition
+    public class FileProperty extends PropertySupport {
+        private Object myValue = new File("aFile");
+        // Create new Property
+        public FileProperty(String name, boolean isWriteable) {
+            super(name, File.class, name, "", true, isWriteable);
+        }
+        // get property value
+        public Object getValue() {
+            return myValue;
+        }
+        // set property value
+        public void setValue(Object value) throws IllegalArgumentException,IllegalAccessException, InvocationTargetException {
+            Object oldVal = myValue;
+            myValue = value;
+            tn.fireMethod(getName(), oldVal, myValue);
+        }
+    }
+    
+    
+    // Editor definition
+    public class BasicEditor extends PropertyEditorSupport implements ExPropertyEditor, PropertyChangeListener, VetoableChangeListener {
+        PropertyEnv env;
+        
+        // Create new BasicEditor
+        public BasicEditor() {
+        }
+        
+        /*
+         * This method is called by the IDE to pass
+         * the environment to the property editor.
+         */
+        public void attachEnv(PropertyEnv env) {
+            if (env != null) {
+                env.removeVetoableChangeListener(this);
+            }
+            this.env = env;
+            
+            env.setState(env.STATE_VALID);
+            env.addVetoableChangeListener(this);
+            System.err.println("  ATTACHENV");
+            
+        }
+        
+        // Set that this Editor doesn't support custom Editor
+        public boolean supportsCustomEditor() {
+            return true;
+        }
+        
+        // Set the Property value threw the Editor
+        public void setValue(Object newValue) {
+            System.err.println(" BasicEditor.setValue: " + newValue);
+            super.setValue(newValue);
+        }
+        
+        public String getAsText() {
+            return getValue() == null ? "null" : getValue().toString();
+        }
+
+        private Component custom;
+        public Component getCustomEditor() {
+            if (custom == null) {
+                custom = new BasicCustomEditor(this);
+            }
+            return custom;
+        }
+        
+        public void vetoNext() {
+            env.setState(env.STATE_NEEDS_VALIDATION);
+            vetoNextChange = true;
+            System.err.println(" veto next");
+        }
+        
+        public void propertyChange(PropertyChangeEvent evt) {
+            
+        }
+        
+        boolean vetoNextChange=false;
+        public void vetoableChange(PropertyChangeEvent e) throws PropertyVetoException {
+            System.err.println("GOT A VETOABLE CHANGE IN BASIC EDITOR");
+            PropertyEnv env = (PropertyEnv) e.getSource();
+            if ((vetoNextChange || "Dont allow validate".equals(getAsText())) && PropertyEnv.STATE_NEEDS_VALIDATION.equals(env.getState())) {
+                System.err.println(" VETOING");
+                PropertyVetoException pve = new PropertyVetoException("NoNoNoNoNo", e);
+                ErrorManager.getDefault().annotate(pve, ErrorManager.USER, null, "You can't do that!", null, null);
+                vetoNextChange=false;
+                throw pve;
+            }
+        }
+        
+        public void setAsText(String s) {
+            System.err.println(" BasicEditor.setAsText: " + s);
+            if ("invalidValue".equals(s)) {
+                IllegalArgumentException iae = new IllegalArgumentException();
+                ErrorManager.getDefault().annotate(iae, ErrorManager.USER, "invalid value", "No way", null, null);
+                throw iae;
+            }
+            setValue(s);
+        }
+        
+    }
+    
+    
+    public class BasicCustomEditor extends JPanel implements ActionListener {
+        JTextField valueField=new JTextField();
+        JButton setInvalidValueButton = new JButton("Invalid value");
+        JButton setDontAllowValidateButton = new JButton("Dont allow validate");
+        BasicEditor editor;
+        public BasicCustomEditor(BasicEditor editor) {
+            this.editor = editor;
+            init();
+        }
+        
+        private void init() {
+            setLayout(new FlowLayout());
+            valueField.addActionListener(this);
+            setInvalidValueButton.addActionListener(this);
+            setDontAllowValidateButton.addActionListener(this);
+            valueField.setColumns(30);
+            setBackground(Color.ORANGE);
+            add (valueField);
+            add (setInvalidValueButton);
+            add (setDontAllowValidateButton);
+        }
+        boolean processing;
+        public void actionPerformed(ActionEvent e) {
+            processing = true;
+            try {
+                if (e.getSource() == setDontAllowValidateButton) {
+                    editor.vetoNext();
+                    valueField.setText("dont allow validate");
+                }
+                if (e.getSource() == setInvalidValueButton) {
+                    valueField.setText("invalidValue");
+                }
+                if (e.getSource() == valueField) {
+                    editor.setAsText(valueField.getText());
+                }
+                editor.env.setState(PropertyEnv.STATE_NEEDS_VALIDATION);
+            } finally {
+                processing = false;
+            }
+        }
+        
+    }
+}
diff --git a/openide.compat/test/unit/src/org/openide/explorer/propertysheet/NewPropertyPanelTest.java b/openide.compat/test/unit/src/org/openide/explorer/propertysheet/NewPropertyPanelTest.java
new file mode 100644
index 0000000..6dc7f90
--- /dev/null
+++ b/openide.compat/test/unit/src/org/openide/explorer/propertysheet/NewPropertyPanelTest.java
@@ -0,0 +1,1179 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.openide.explorer.propertysheet;
+
+import java.awt.BorderLayout;
+import java.awt.Color;
+import java.awt.Component;
+import java.awt.Container;
+import java.awt.Dimension;
+import java.awt.FlowLayout;
+import java.awt.KeyboardFocusManager;
+import java.awt.Point;
+import javax.swing.text.JTextComponent;
+import java.awt.event.ActionEvent;
+import java.awt.event.ActionListener;
+import java.awt.event.FocusEvent;
+import java.awt.event.FocusListener;
+import java.awt.event.KeyEvent;
+import java.awt.event.MouseEvent;
+import java.awt.event.WindowAdapter;
+import java.awt.event.WindowEvent;
+import org.openide.nodes.*;
+import java.beans.*;
+import java.beans.PropertyVetoException;
+import java.io.File;
+import java.lang.reflect.*;
+import javax.swing.*;
+import javax.swing.JPanel;
+import javax.swing.JTextField;
+import javax.swing.event.ChangeEvent;
+import javax.swing.event.ChangeListener;
+import org.netbeans.junit.*;
+import org.openide.ErrorManager;
+
+/* A comprehensive test of PropertyPanel */
+public class NewPropertyPanelTest extends NbTestCase {
+    
+    static {
+        ComboTest.registerPropertyEditors();
+    }
+    
+    public NewPropertyPanelTest(String name) {
+        super(name);
+    }
+    
+//    public static void main(String args[]) {
+//        LookAndFeel lf = UIManager.getLookAndFeel();
+/*        try {
+            UIManager.setLookAndFeel(new com.jgoodies.plaf.plastic.Plastic3DLookAndFeel());
+        } catch (Exception e) {
+            e.printStackTrace();
+        }
+ */
+        
+        
+//        TestRunner.run(suite ());
+        
+        
+        /*
+        boolean go=false;
+        try {
+            UIManager.setLookAndFeel(new PseudoWindowsLookAndFeel());
+            go = true;
+        } catch (NoClassDefFoundError e) {
+            System.err.println("Couldn't run tests on windows look and feel");
+        } catch (UnsupportedLookAndFeelException e) {
+            System.err.println("Couldn't run tests on windows look and feel");
+        }            
+        if (go) {
+            TestRunner.run(suite ());
+        }
+        go=false;
+        try {
+            UIManager.setLookAndFeel(new com.sun.java.swing.plaf.gtk.GTKLookAndFeel());
+            go = true;
+        } catch (NoClassDefFoundError e) {
+            System.err.println("Couldn't run tests on GTK look and feel");
+            e.printStackTrace();
+        } catch (UnsupportedLookAndFeelException e) {
+            System.err.println("Couldn't run tests on GTK look and feel");
+            e.printStackTrace();
+        }
+        if (go) {
+            TestRunner.run(suite ());
+        }
+        try {
+            UIManager.setLookAndFeel(lf);
+        } catch (Exception e) {
+            //highly unlikely 
+        }
+         */
+//        try {
+//        new NewPropertyPanelTest("goo").setUp();
+//        } catch (Exception e){}
+ 
+//    }
+
+    static int idx = -1;
+/*
+ * This test creates a Property, Editor and Node. First test checks if initialized
+ * editor contains the same value as property. The second checks if the property
+ * value is changed if the same change will be done in the editor.
+ */
+   
+    private JButton focusButton;
+    PropertyPanel customPanel;
+    PropertyPanel filePanel;
+    PropertyPanel tagsPanel;
+    PropertyPanel stringPanel;
+    
+    private TNode tn;
+    private BasicProperty basicProp;
+    private FileProperty fileProp;
+    private BasicEditor te;
+    private TagsProperty tagsProp;
+    private StringProperty stringProp;
+    
+    private boolean setup=false;
+    private JFrame jf=null;
+    private JPanel jp=null;
+    private int SLEEP_LENGTH=10; //Make this longer to see what the test is doing
+    
+    protected void tearDown() {
+        if (jf != null) {
+//            jf.hide();
+//            jf.dispose();
+        }
+    }
+   
+    protected void setUp() throws Exception {
+        PropUtils.forceRadioButtons=false;
+        
+        
+        try {
+            if (setup) return;
+            basicProp= new BasicProperty("basicProp", true);
+            fileProp= new FileProperty("FileProp", true);
+            tagsProp = new TagsProperty("TagsProp", true);
+            stringProp = new StringProperty("StringProp", true);
+            
+            focusButton = new JButton("Somewhere over the rainbow");
+            // Create new BasicEditor
+            te = new BasicEditor();
+            // Create new TNode
+            tn = new TNode();
+
+            System.err.println("Crating frame");
+            jf = new JFrame();
+            jf.getContentPane().setLayout(new BorderLayout());
+            jp = new JPanel();
+            jp.setLayout(new FlowLayout());
+            jf.getContentPane().add(jp, BorderLayout.CENTER);
+            jf.setLocation (20,20);
+            jf.setSize (600, 600);
+
+            synchronized (jp.getTreeLock()) {
+                System.err.println("BasicProp = " + basicProp);
+
+                customPanel = new PropertyPanel(basicProp);
+                filePanel = new PropertyPanel(fileProp);
+                tagsPanel = new PropertyPanel(tagsProp);
+                stringPanel = new PropertyPanel(stringProp);
+                
+                tagsPanel.setBackground(Color.GREEN);
+                
+                filePanel.setBackground(Color.YELLOW);
+                
+                stringPanel.setBackground(Color.PINK);
+
+                customPanel.setPreferences(PropertyPanel.PREF_CUSTOM_EDITOR);
+                
+                filePanel.setPreferences(PropertyPanel.PREF_CUSTOM_EDITOR);
+                
+                jp.add(customPanel);
+                
+                jp.add(filePanel);
+                
+                jp.add (focusButton);
+                
+                jp.add (stringPanel);
+                
+                jp.add (tagsPanel);
+            }
+
+            System.err.println("Waiting for window");
+            new WaitWindow(jf);  //block until window open
+            System.err.println("Window shown");
+        } catch (Exception e) {
+            e.printStackTrace();
+        } finally {
+            setup = true;
+        }
+    }
+    public void testDummy() {
+        
+    }
+    
+    public void disabled_testReadOnlyMode() throws Exception {
+        requestFocus (focusButton);
+        changeProperty (stringPanel, stringProp);
+        setPreferences(stringPanel, PropertyPanel.PREF_READ_ONLY | PropertyPanel.PREF_INPUT_STATE);
+        Component owner = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
+        
+        requestFocus(stringPanel);
+        Component owner2 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
+        
+        assertSame("Requesting focus on a read only inline editor panel should not change the focus owner, but it was " + owner2, owner, owner2);
+
+        requestFocus(stringPanel);
+        setPreferences(filePanel, PropertyPanel.PREF_READ_ONLY | PropertyPanel.PREF_CUSTOM_EDITOR);
+        jf.repaint();
+        Component owner3 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
+        
+        assertSame("Requesting focus on a read only custom editor panel should not change the focus owner, not " + owner3, owner, owner3);
+    }
+    
+    
+    public void disabled_testEnabled() throws Exception {
+        requestFocus (focusButton);
+        sleep();
+        changeProperty (filePanel, fileProp);
+        sleep();
+        setEnabled (filePanel, false);
+        sleep();
+        Component owner = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
+        
+        requestFocus(filePanel);
+        Component owner2 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
+        
+        assertSame("Requesting focus on a disabled inline editor panel should not change the focus owner, but it was " + owner2, owner, owner2);
+        
+        setPreferences(filePanel, PropertyPanel.PREF_CUSTOM_EDITOR);
+        
+        requestFocus(filePanel);
+        Component owner3 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
+        
+        assertSame("Requesting focus on a disabled custom editor panel should not change the focus owner, not " + owner3, owner, owner3);
+
+        setPreferences(filePanel, PropertyPanel.PREF_INPUT_STATE);
+    
+        Component owner4 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
+        
+        assertSame("Changing preferences on a property panel should not enable it to be focused if it is disabled" + owner4, owner, owner4);
+        
+        setEnabled(filePanel, true);
+        
+        requestFocus(filePanel);
+        
+        Component owner5 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
+        assertNotSame("Setting enabled to true should restore focusability", owner5, owner);
+        assertTrue("Setting enabled to true and requesting focus should set focus to a child of the panel", filePanel.isAncestorOf(owner5));
+        
+        requestFocus(focusButton);
+        owner5 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
+        //XXX better to do this for JFileChooser, but it has bugs - it *is* still focusable
+        
+        changeProperty(filePanel, stringProp);
+        setEnabled(filePanel, false);
+        requestFocus(focusButton);
+        owner5 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
+        
+        setPreferences(filePanel, PropertyPanel.PREF_CUSTOM_EDITOR);
+        requestFocus(focusButton);
+        jp.repaint();
+        sleep();
+        
+        requestFocus(filePanel);
+        Component owner6 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
+        
+        assertTrue("Setting focus on a disabled custom editor component should neither set focus to it nor its children, but focus is on " + owner6,
+            owner6 != filePanel && !filePanel.isAncestorOf(owner6));
+    }
+     
+
+    public void disabled_testChangingPreferences() throws Exception {
+        Dimension d = filePanel.getPreferredSize();
+        requestFocus(filePanel);
+        sleep();
+        Component owner = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
+        
+        assertTrue ("After requesting focus on an enabled property panel containing a file custom editor, focus should be on some child of the property panel, but it is " + owner,
+            filePanel.isAncestorOf(owner));
+        
+        sleep();
+        
+        setPreferences(filePanel, PropertyPanel.PREF_INPUT_STATE);
+        jf.validate();
+        jf.repaint();
+        Dimension d2 = filePanel.getPreferredSize();
+        assertTrue ("Panel returned same preferred size in inline and custom editor mode.  Probably the inner component wasn't changed when the preferences were changed.",
+            !d.equals(d2));
+        sleep();
+        
+        Component newOwner = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
+        assertTrue ("After changing preferences from custom editor to non-custom editor in a displayed property panel, focus owner should still be in panel, but it is " + newOwner,
+            filePanel.isAncestorOf(newOwner));
+    }
+    
+    
+    public void disabled_testPropertyPanelSendsFocusLost() throws Exception {
+        //This test is in referenced to a filed issue that the old property
+        //panel did not send focus lost events properly
+        
+        requestFocus(focusButton);
+        FL fliFile = new FL();
+        FL fliBasic = new FL();
+        filePanel.addFocusListener(fliFile);
+        customPanel.addFocusListener(fliBasic);
+        
+        requestFocus(filePanel);
+        fliFile.assertGained("Setting focus to a custom editor did not generate a focus gained event");
+        
+        requestFocus(customPanel);
+        fliFile.assertLost("Setting focus from one custom editor to another did not generate a focus lost event from the first one");
+        
+        fliBasic.assertGained("Setting focus to a custom editor from another did not generate a focus gained event from the second one");
+
+        requestFocus(focusButton);
+        fliBasic.assertLost("Setting focus to a non property panel component did not generate a focus lost event");
+        
+        setPreferences (filePanel, PropertyPanel.PREF_INPUT_STATE);
+        
+        requestFocus(filePanel);
+        fliFile.assertGained("Setting focus to a property panel displaying an inline editor from a non-property panel component did not generate a focus gained event");
+        
+        requestFocus(focusButton);
+        fliFile.assertLost("Setting focus away from a property panel displaying an inline editor to a non-property panel component did not generate a focus lost event");
+    }
+    
+    public void disabled_testTableUIBehavior () throws Exception {
+        requestFocus (tagsPanel);
+        
+        System.err.println("TAGS PANEL BOUNDS: " + tagsPanel.getBounds());
+        
+        Component focusOwner = KeyboardFocusManager.getCurrentKeyboardFocusManager().getPermanentFocusOwner();
+        assertTrue ("After requesting focus on a property with tags, a combo box should have focus, not " + focusOwner,
+            focusOwner instanceof JComboBox);
+        
+        assertTrue("After requesting focus on a property with tags, with TableUI false, the combo's popup should not be open",
+            !((JComboBox) focusOwner).isPopupVisible());
+        
+        requestFocus(focusButton);
+        
+        tagsPanel.setPreferences(PropertyPanel.PREF_TABLEUI);
+        
+        requestFocus(tagsPanel);
+        focusOwner = KeyboardFocusManager.getCurrentKeyboardFocusManager().getPermanentFocusOwner();
+        
+        assertTrue ("After requesting focus on a property with tags, a combo box should have focus, not " + focusOwner,
+            focusOwner instanceof JComboBox);
+        
+        assertTrue("After requesting focus on a property with tags, with TableUI true, the combo's popup should be open",
+            ((JComboBox) focusOwner).isPopupVisible());
+        
+        sleep();
+        requestFocus(focusButton);
+
+        /*
+        //Commenting this out for now - too heavily depends to on the look and
+        //feel's behavior
+        assertTrue("After shifting focus away from a tableUI combo box, its popup should no longer be open",
+            !((JComboBox) focusOwner).isPopupVisible());
+         */
+        
+    }
+    
+    
+    public void disabled_testClientProperties() throws Exception {
+        tagsPanel.putClientProperty("radioButtonMax", new Integer(100));
+        sleep();
+        sleep();
+        requestFocus(tagsPanel);
+        Component focusOwner = KeyboardFocusManager.getCurrentKeyboardFocusManager().getPermanentFocusOwner();
+
+        assertTrue ("After setting focus to a panel for a property editor with tags below the radio button threshold, focus should be on a radio button, but was " + focusOwner,
+            focusOwner instanceof JRadioButton);
+        
+        requestFocus (focusButton);
+        
+        tagsPanel.putClientProperty("radioButtonMax", null);
+        sleep();
+        sleep();
+        requestFocus(tagsPanel);
+        Component focusOwner2 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getPermanentFocusOwner();
+        
+        assertNotSame("Focus owner should not be same as previous if the value of radioButtonMax has changed significantly",
+            focusOwner, focusOwner2);
+        
+        assertTrue("After resetting radioButtonMax client property and requesting focus, a radio button should not be what gets focus on requestFocus",
+            (!(focusOwner2 instanceof JRadioButton)));
+        
+        assertTrue("After resetting radioButtonMax client property and requesting focus, a combo box should be what gets focus on requestFocus",
+            focusOwner2 instanceof JComboBox);
+
+        requestFocus (focusButton);
+        
+        tagsPanel.putClientProperty("radioButtonMax", new Integer(100));
+        sleep();
+        tagsPanel.putClientProperty("useLabels", Boolean.TRUE);
+        
+        sleep();
+        
+    }
+       
+    public void disabled_testReplaceProperty() throws Exception {
+        Node.Property p = stringPanel.getProperty();
+        requestFocus(stringPanel);
+        typeKey(stringPanel, KeyEvent.VK_W);
+        typeKey(stringPanel, KeyEvent.VK_H);
+        typeKey(stringPanel, KeyEvent.VK_O);
+        typeKey(stringPanel, KeyEvent.VK_A);
+
+        changeProperty(stringPanel, tagsProp);
+        
+        Node.Property p2 = stringPanel.getProperty();
+        
+        assertNotSame("After replacing the property, it should not be the former one", 
+            p2, p);
+
+        setPreferences(stringPanel, PropertyPanel.PREF_CUSTOM_EDITOR);
+        
+        changeProperty(stringPanel, fileProp);
+        
+        PCL pcl = new PCL();
+        stringPanel.addPropertyChangeListener(pcl);
+        
+        //Set the value in a way that will trigger an env property change
+        //on a property the panel should no longer be listening to
+        tagsProp.getPropertyEditor().setAsText("c"); //will be an invalid value
+        
+        pcl.assertNoEvent("Change in a property editor not related to the current property in a propertypanel whose property was changed nonetheless triggered a state changed event from the panel");
+        
+        filePanel.setPreferences(PropertyPanel.PREF_CUSTOM_EDITOR);
+        requestFocus(filePanel);
+        Component focusOwner = KeyboardFocusManager.getCurrentKeyboardFocusManager().getPermanentFocusOwner();
+
+        changeProperty (filePanel, stringProp);
+        requestFocus(filePanel);
+        
+        Component focusOwner2 = KeyboardFocusManager.getCurrentKeyboardFocusManager().getPermanentFocusOwner();
+        
+        assertNotSame("After changing the property in a custom editor panel to one with different property type, the component focus gets set to on a call to requestFocus should not be the same type as before",
+            focusOwner.getClass(), focusOwner2.getClass());
+    }
+
+    public void disabled_testWriteValues() throws Exception {
+        stringPanel.setChangeImmediate(false);
+        assertTrue ("Panel contains the wrong property: " + stringPanel.getProperty(), stringPanel.getProperty() == stringProp);
+        
+        requestFocus(stringPanel);
+        Component focusOwner = KeyboardFocusManager.getCurrentKeyboardFocusManager().getPermanentFocusOwner();
+        assertTrue ("Requesting focus on a property panel for a string property should set focus to a JTextField not " + focusOwner,
+            focusOwner instanceof JTextComponent);
+        
+        typeKey(stringPanel, KeyEvent.VK_T);
+        typeKey(stringPanel, KeyEvent.VK_H);
+        typeKey(stringPanel, KeyEvent.VK_E);
+        typeKey(stringPanel, KeyEvent.VK_R);
+        typeKey(stringPanel, KeyEvent.VK_E);
+        typeKey(stringPanel, KeyEvent.VK_S);
+        typeKey(stringPanel, KeyEvent.VK_SPACE);
+        typeKey(stringPanel, KeyEvent.VK_A);
+        
+        Object o = stringPanel.getProperty().getValue();
+        assertTrue ("After typing into  a property panel string editor, property value should not be what was typed",
+            !o.equals("THERES A"));
+        
+        //pressKey(focusOwner, KeyEvent.VK_ENTER);
+        stringPanel.updateValue();
+        Object o2 = stringPanel.getProperty().getValue();
+
+        assertNotSame(o,o2);
+        assertTrue ("After typing into a property panel string editor and pressing enter, property value should be what was typed, but it was <" + o + ">",
+            o2.equals("THERES A"));
+    }
+    
+    
+    public void disabled_testMarkingUpdates() throws Exception {
+        requestFocus(tagsPanel);
+        sleep();
+        
+        InplaceEditor outer = ((EditablePropertyDisplayer) tagsPanel.inner).getInplaceEditor();
+        assertTrue ("Should be a button panel for component supporting a custom editor", outer instanceof ButtonPanel);
+        assertTrue ("Button panel should contain a combo box", ((ButtonPanel) outer).getInplaceEditor() instanceof ComboInplaceEditor);
+        
+        sleep();
+        sleep();
+        pressKey(tagsPanel, KeyEvent.VK_DOWN);
+        pressKey(tagsPanel, KeyEvent.VK_UP);
+        pressKey(tagsPanel, KeyEvent.VK_UP);
+
+        InplaceEditor newOuter = ((EditablePropertyDisplayer) tagsPanel.inner).getInplaceEditor();
+//        assertTrue ("After setting an illegal value, the outer component should be an IconPanel to show the illegal value mark, not " + newOuter,
+//            newOuter instanceof IconPanel);
+        
+        
+        pressKey(tagsPanel, KeyEvent.VK_UP);
+
+        sleep();
+        sleep();
+        newOuter = ((EditablePropertyDisplayer) tagsPanel.inner).getInplaceEditor();
+        sleep();
+        assertTrue ("After setting a legal value, the outer component should be an IconPanel to show the illegal value mark, but it is " + newOuter,
+            newOuter instanceof ButtonPanel);
+    }
+    
+    public void disabled_testSuppressEditorButton () throws Exception {
+        requestFocus (tagsPanel);
+        InplaceEditor outer = ((EditablePropertyDisplayer) tagsPanel.inner).getInplaceEditor();
+        assertTrue ("Should be a button panel for component supporting a custom editor", outer instanceof ButtonPanel);
+        
+        tagsPanel.putClientProperty("suppressCustomEditor", Boolean.TRUE);
+        sleep();
+        sleep();
+        sleep();
+        
+        outer = ((EditablePropertyDisplayer) tagsPanel.inner).getInplaceEditor();
+        
+        assertTrue ("Should be no button panel when suppressing custom editor", !(outer instanceof ButtonPanel));
+    }
+    
+    
+    private class PCL implements PropertyChangeListener {
+        private PropertyChangeEvent event;
+        
+        public void assertNoEvent (String msg) {
+            assertNull(msg, event);
+        }
+        
+        public void assertEvent (String msg) {
+            PropertyChangeEvent pce = event;
+            event = null;
+            assertNotNull(msg, event);
+        }
+        
+        public void propertyChange(PropertyChangeEvent evt) {
+            
+        }
+        
+    }
+    
+    
+    private void setPreferences (final PropertyPanel pp, final int preferences) throws Exception {
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                throwMe = null;
+                try {
+                    pp.setPreferences(preferences);
+                } catch (Exception e) {
+                    throwMe = e;
+                }
+            }
+        });
+        if (throwMe != null) {
+            Exception e = throwMe;
+            throwMe = null;
+            throw e;
+        } else {
+            sleep();
+        }
+    }
+    
+    
+    private class FL implements FocusListener {
+        private FocusEvent gainedEvent=null;
+        private FocusEvent lostEvent=null;
+        private int gainedCount=0;
+        private int lostCount=0;
+        public void assertGained(String msg) {
+            int currGainedCount = gainedCount;
+            gainedCount = 0;
+            FocusEvent gained = gainedEvent;
+            gainedEvent = null;
+            assertNotNull (msg, gained);
+            assertTrue("Received wrong number of focus gained events for a single click on a renderer " +  currGainedCount, currGainedCount == 1);
+        }
+        
+        public void assertLost(String msg) {
+            int currLostCount = lostCount;
+            lostCount = 0;
+            FocusEvent lost = lostEvent;
+            lostEvent = null;
+            assertNotNull (msg, lost);
+            assertTrue("Received wrong number of focus lost events for a single click away from a focused renderer" + currLostCount, currLostCount == 1);
+        }
+        
+        public void focusGained(java.awt.event.FocusEvent e) {
+            gainedEvent = e;
+            gainedCount++;
+        }
+        
+        public void focusLost(java.awt.event.FocusEvent e) {
+            lostEvent = e;
+            lostCount++;
+        }
+    }
+    
+    private class CL implements ChangeListener {
+        
+        private ChangeEvent e;
+        public void assertEvent(String msg) {
+            sleep(); //give the event time to happen
+            assertNotNull (msg, e);
+            e = null;
+        }
+        
+        public void assertNoEvent(String msg) {
+            sleep();
+            assertNull (e);
+            e = null;
+        }
+        
+        public void stateChanged(ChangeEvent e) {
+            this.e = e;
+        }
+        
+    }
+    
+    private static class TestGCVal extends Object {
+        public String toString() {
+            return "TestGCVal";
+        }
+    }
+
+    private static class WaitWindow extends WindowAdapter {
+        boolean shown=false;
+        public WaitWindow (JFrame f) {
+            f.addWindowListener(this);
+            f.show();
+            f.toFront();
+            f.requestFocus();
+            if (!shown) {
+                synchronized(this) {
+                    try {
+                        //System.err.println("Waiting for window");
+                            wait(6000);
+                    } catch (Exception e) {}
+                }
+            }
+            int ct = 0;
+            while (!f.isShowing()) {
+                ct++;
+                try {
+                    Thread.currentThread().sleep(400);
+                } catch (Exception e) {
+                    
+                }
+                if (ct > 100) {
+                    break;
+                }
+            }
+            ct=0;
+            Container c = KeyboardFocusManager.getCurrentKeyboardFocusManager().getActiveWindow();
+            while (c != f) {
+                try {
+                    Thread.currentThread().sleep(400);
+                } catch (Exception e) {
+                    
+                }
+                c = KeyboardFocusManager.getCurrentKeyboardFocusManager().getActiveWindow();
+                ct++;
+                if (ct > 100) {
+                    break;
+                }
+            }
+        }
+        
+        public void windowOpened(WindowEvent e) {
+            shown = true;
+            synchronized(this) {
+                //System.err.println("window opened");
+                notifyAll();
+                ((JFrame) e.getSource()).removeWindowListener(this);
+            }
+        }
+    }
+    
+    private void sleep() {
+         //useful when running interactively
+        
+        try {
+            Thread.currentThread().sleep(SLEEP_LENGTH);
+        } catch (InterruptedException ie) {
+            //go away
+        }
+         
+        
+         
+        //runs faster -uncomment for production use
+        
+        try {
+            //jf.getTreeLock().wait();
+            SwingUtilities.invokeAndWait(new Runnable() {
+                public void run() {
+                    System.currentTimeMillis();
+                }
+            });
+            //jf.getTreeLock().wait();
+            SwingUtilities.invokeAndWait(new Runnable() {
+                public void run() {
+                    System.currentTimeMillis();
+                }
+            });            
+        } catch (Exception e) {
+        }
+        
+        
+    }
+    
+    private void requestFocus(final JComponent jc) throws Exception {
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                jc.requestFocus();
+            }
+        });
+        sleep();
+    }
+    
+    private void changeProperty (final PropertyPanel ren, final Node.Property newProp) throws Exception {
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                ren.setProperty(newProp);
+            }
+        });
+    }
+    
+    private void clickOn (final JComponent ren, final int fromRight, final int fromTop) throws Exception {
+        SwingUtilities.invokeAndWait (new Runnable() {
+            public void run() {
+                Point toClick = new Point(ren.getWidth() - fromRight, fromTop);
+                Component target=ren.getComponentAt(toClick);
+                toClick = SwingUtilities.convertPoint(ren, toClick, target);
+                System.err.println("Target component is " + target.getClass().getName() + " - " + target + " clicking at " + toClick);
+                
+                MouseEvent me = new MouseEvent (target, MouseEvent.MOUSE_PRESSED, System.currentTimeMillis(), MouseEvent.BUTTON1_MASK, toClick.x, toClick.y, 2, false);
+                target.dispatchEvent(me);
+                me = new MouseEvent (target, MouseEvent.MOUSE_RELEASED, System.currentTimeMillis(), MouseEvent.BUTTON1_MASK, toClick.x, toClick.y, 2, false);
+                target.dispatchEvent(me);
+                me = new MouseEvent (target, MouseEvent.MOUSE_CLICKED, System.currentTimeMillis(), MouseEvent.BUTTON1_MASK, toClick.x, toClick.y, 2, false);
+            }
+        });
+        sleep();
+    }
+    
+    private void clickOn (final JComponent ren) throws Exception {
+        SwingUtilities.invokeAndWait (new Runnable() {
+            public void run() {
+                Point toClick = new Point(5,5);
+                Component target=ren.getComponentAt(toClick);
+                MouseEvent me = new MouseEvent (target, MouseEvent.MOUSE_PRESSED, System.currentTimeMillis(), MouseEvent.BUTTON1_MASK, toClick.x, toClick.y, 2, false);
+                target.dispatchEvent(me);
+            }
+        });
+        sleep();
+    }
+    
+    private void setEnabled(final PropertyPanel ren,final boolean val) throws Exception {
+        SwingUtilities.invokeAndWait (new Runnable() {
+            public void run() {
+                ren.setEnabled(val);
+            }
+        });
+        sleep();
+    }
+    
+    private Exception throwMe = null;
+    private String flushResult = null;
+    private String flushValue(final PropertyPanel ren) throws Exception {
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                try {
+                    //flushResult = ren.flushValue();
+                } catch (Exception e) {
+                    throwMe = e;
+                    flushResult = null;
+                }
+            }
+        });
+        if (throwMe != null) {
+            try {
+                throw throwMe;
+            } finally {
+                throwMe = null;
+            }
+        }
+        return flushResult;
+    }
+    
+
+    private void releaseKey (final Component target, final int key) throws Exception {
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_RELEASED, System.currentTimeMillis(), 0, key, (char) key);
+                target.dispatchEvent(ke);
+            }
+        });
+        sleep();
+    }
+    
+    private Exception throwMe2 = null;
+    private void pressKey (final Component target, final int key) throws Exception {
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_PRESSED, System.currentTimeMillis(), 0, key, (char) key);
+                try {
+                    target.dispatchEvent(ke);
+                } catch (Exception e) {
+                    throwMe2 = e;
+                }
+            }
+        });
+        sleep();
+        if (throwMe2 != null) {
+            Exception e1 = throwMe2;
+            throwMe2 = null;
+            throw e1;
+        }
+    }
+    
+    private void shiftPressKey (final Component target, final int key) throws Exception {
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_PRESSED, System.currentTimeMillis(), KeyEvent.SHIFT_MASK, key, (char) key);
+                target.dispatchEvent(ke);
+            }
+        });
+        sleep();
+    }
+    
+        
+    private void typeKey (final Component target, final int key) throws Exception {
+        SwingUtilities.invokeAndWait(new Runnable() {
+            public void run() {
+                KeyEvent ke = new KeyEvent (target, KeyEvent.KEY_TYPED, System.currentTimeMillis(), 0, KeyEvent.VK_UNDEFINED, (char) key);
+                target.dispatchEvent(ke);
+            }
+        });
+        sleep();
+    }
+    
+    //Node definition
+    public class TNode extends AbstractNode {
+        //create Node
+        public TNode() {
+            super (Children.LEAF);
+            setName("TNode"); // or, super.setName if needed
+            setDisplayName("TNode");
+            createSheet();
+        }
+        //clone existing Node
+        public Node cloneNode() {
+            return new TNode();
+        }
+        
+        public void addProp (Node.Property p) {
+            props.put(p);
+            this.firePropertyChange(PROP_PROPERTY_SETS, null, null);
+            this.firePropertySetsChange(null, null);
+        }
+        
+        Sheet sheet=null;
+        Sheet.Set props=null;
+        // Create a property sheet:
+        protected Sheet createSheet() {
+            sheet = super.createSheet();
+            // Make sure there is a "Properties" set:
+            props = sheet.get(Sheet.PROPERTIES);
+            if (props == null) {
+                props = Sheet.createPropertiesSet();
+                sheet.put(props);
+            }
+            props.put(basicProp);
+            props.put(fileProp);
+            
+            return sheet;
+        }
+        // Method firing changes
+        public void fireMethod(String s, Object o1, Object o2) {
+            firePropertyChange(s,o1,o2);
+        }
+    }
+    
+    // Property definition
+    public class BasicProperty extends PropertySupport {
+        private Object myValue = "Value";
+        // Create new Property
+        public BasicProperty(String name, boolean isWriteable) {
+            super(name, Object.class, name, "", true, isWriteable);
+        }
+        // get property value
+        public Object getValue() {
+            return myValue;
+        }
+        // set property value
+        public void setValue(Object value) throws IllegalArgumentException,IllegalAccessException, InvocationTargetException {
+            System.err.println("BASICPROP setValue to " + value + " (was " + myValue+")");
+            Object oldVal = myValue;
+            myValue = value;
+            tn.fireMethod(getName(), oldVal, myValue);
+        }
+        // get the property editor
+        public PropertyEditor getPropertyEditor() {
+            return te;
+        }
+    }
+
+    // Property definition
+    public class FileProperty extends PropertySupport {
+        private Object myValue = new File("aFile");
+        // Create new Property
+        public FileProperty(String name, boolean isWriteable) {
+            super(name, File.class, name, "", true, isWriteable);
+        }
+        // get property value
+        public Object getValue() {
+            return myValue;
+        }
+        // set property value
+        public void setValue(Object value) throws IllegalArgumentException,IllegalAccessException, InvocationTargetException {
+            Object oldVal = myValue;
+            myValue = value;
+            tn.fireMethod(getName(), oldVal, myValue);
+        }
+    }
+
+    // Property definition
+    public class TagsProperty extends PropertySupport {
+        private Object myValue = "Value";
+        // Create new Property
+        public TagsProperty(String name, boolean isWriteable) {
+            super(name, Object.class, name, "", true, isWriteable);
+        }
+        // get property value
+        public Object getValue() {
+            return myValue;
+        }
+        // set property value
+        public void setValue(Object value) throws IllegalArgumentException,IllegalAccessException, InvocationTargetException {
+            Object oldVal = myValue;
+            myValue = value;
+            tn.fireMethod(getName(), oldVal, myValue);
+        }
+        // get the property editor
+        PropertyEditor editor = null;
+        public PropertyEditor getPropertyEditor() {
+            if (editor == null) {
+                editor = new TagsEditor();
+            }
+            return editor;
+        }
+    }
+    
+    // Property definition
+    public class StringProperty extends PropertySupport {
+        private Object myValue = "way up high";
+        // Create new Property
+        public StringProperty(String name, boolean isWriteable) {
+            super(name, String.class, name, "", true, isWriteable);
+        }
+        // get property value
+        public Object getValue() {
+            return myValue;
+        }
+        // set property value
+        public void setValue(Object value) throws IllegalArgumentException,IllegalAccessException, InvocationTargetException {
+            System.err.println("SETVALUE ON STRINGPROPERTY: " + value);
+            Object oldVal = myValue;
+            myValue = value;
+            tn.fireMethod(getName(), oldVal, myValue);
+        }
+    }    
+    
+    
+    public class TagsEditor extends PropertyEditorSupport implements ExPropertyEditor {
+        PropertyEnv env;
+        
+        public TagsEditor() {
+        }
+        
+        public String[] getTags() {
+            return new String[] {"a","b","c","d","Value"};
+        }
+        
+        public void attachEnv(PropertyEnv env) {
+            this.env = env;
+            if ("c".equals(getValue())) {
+                env.setState(env.STATE_INVALID);
+            } else {
+                env.setState(env.STATE_VALID);
+            }
+        }
+        
+        public boolean supportsCustomEditor() {
+            return true;
+        }
+        
+        public Component getCustomEditor() {
+            return new JColorChooser();
+        }
+        
+        public void setValue(Object newValue) {
+            super.setValue(newValue);
+            if (env != null) {
+                if ("c".equals(newValue)) {
+                    env.setState(env.STATE_INVALID);
+                } else {
+                    env.setState(env.STATE_NEEDS_VALIDATION);
+                }
+            }
+        }
+    }
+    
+    // Editor definition
+    public class BasicEditor extends PropertyEditorSupport implements ExPropertyEditor, PropertyChangeListener, VetoableChangeListener {
+        PropertyEnv env;
+        
+        // Create new BasicEditor
+        public BasicEditor() {
+        }
+        
+        /*
+         * This method is called by the IDE to pass
+         * the environment to the property editor.
+         */
+        public void attachEnv(PropertyEnv env) {
+            if (env != null) {
+                env.removeVetoableChangeListener(this);
+            }
+            this.env = env;
+            
+            env.setState(env.STATE_VALID);
+            env.addVetoableChangeListener(this);
+            System.err.println("  ATTACHENV");
+            
+        }
+        
+        // Set that this Editor doesn't support custom Editor
+        public boolean supportsCustomEditor() {
+            return true;
+        }
+        
+        // Set the Property value threw the Editor
+        public void setValue(Object newValue) {
+            System.err.println(" BasicEditor.setValue: " + newValue);
+            super.setValue(newValue);
+        }
+        
+        public String getAsText() {
+            return getValue() == null ? "null" : getValue().toString();
+        }
+
+        private Component custom;
+        public Component getCustomEditor() {
+            if (custom == null) {
+                custom = new BasicCustomEditor(this);
+            }
+            return custom;
+        }
+        
+        public void vetoNext() {
+            env.setState(env.STATE_NEEDS_VALIDATION);
+            vetoNextChange = true;
+            System.err.println(" veto next");
+        }
+        
+        public void propertyChange(PropertyChangeEvent evt) {
+            
+        }
+        
+        boolean vetoNextChange=false;
+        public void vetoableChange(PropertyChangeEvent e) throws PropertyVetoException {
+            System.err.println("GOT A VETOABLE CHANGE IN BASIC EDITOR");
+            PropertyEnv env = (PropertyEnv) e.getSource();
+            if ((vetoNextChange || "Dont allow validate".equals(getAsText())) && PropertyEnv.STATE_NEEDS_VALIDATION.equals(env.getState())) {
+                System.err.println(" VETOING");
+                PropertyVetoException pve = new PropertyVetoException("NoNoNoNoNo", e);
+                ErrorManager.getDefault().annotate(pve, ErrorManager.USER, null, "You can't do that!", null, null);
+                vetoNextChange=false;
+                throw pve;
+            }
+        }
+        
+        public void setAsText(String s) {
+            System.err.println(" BasicEditor.setAsText: " + s);
+            if ("invalidValue".equals(s)) {
+                IllegalArgumentException iae = new IllegalArgumentException();
+                ErrorManager.getDefault().annotate(iae, ErrorManager.USER, "invalid value", "No way", null, null);
+                throw iae;
+            }
+            setValue(s);
+        }
+        
+    }
+    
+    
+    public class BasicCustomEditor extends JPanel implements ActionListener {
+        JTextField valueField=new JTextField();
+        JButton setInvalidValueButton = new JButton("Invalid value");
+        JButton setDontAllowValidateButton = new JButton("Dont allow validate");
+        BasicEditor editor;
+        public BasicCustomEditor(BasicEditor editor) {
+            this.editor = editor;
+            init();
+        }
+        
+        private void init() {
+            setLayout(new FlowLayout());
+            valueField.addActionListener(this);
+            setInvalidValueButton.addActionListener(this);
+            setDontAllowValidateButton.addActionListener(this);
+            valueField.setColumns(30);
+            setBackground(Color.ORANGE);
+            add (valueField);
+            add (setInvalidValueButton);
+            add (setDontAllowValidateButton);
+        }
+        boolean processing;
+        public void actionPerformed(ActionEvent e) {
+            processing = true;
+            try {
+                if (e.getSource() == setDontAllowValidateButton) {
+                    editor.vetoNext();
+                    valueField.setText("dont allow validate");
+                }
+                if (e.getSource() == setInvalidValueButton) {
+                    valueField.setText("invalidValue");
+                }
+                if (e.getSource() == valueField) {
+                    editor.setAsText(valueField.getText());
+                }
+                editor.env.setState(PropertyEnv.STATE_NEEDS_VALIDATION);
+            } finally {
+                processing = false;
+            }
+        }
+    }
+}
diff --git a/core.kit/test/unit/src/org/openide/explorer/propertysheet/PropertyPanelTest.java b/openide.compat/test/unit/src/org/openide/explorer/propertysheet/PropertyPanelTest.java
similarity index 100%
rename from core.kit/test/unit/src/org/openide/explorer/propertysheet/PropertyPanelTest.java
rename to openide.compat/test/unit/src/org/openide/explorer/propertysheet/PropertyPanelTest.java
diff --git a/core.kit/test/unit/src/org/openide/explorer/view/DefaultActionTest.java b/openide.compat/test/unit/src/org/openide/explorer/view/DefaultActionTest.java
similarity index 100%
rename from core.kit/test/unit/src/org/openide/explorer/view/DefaultActionTest.java
rename to openide.compat/test/unit/src/org/openide/explorer/view/DefaultActionTest.java
diff --git a/core.kit/test/unit/src/org/openide/explorer/view/ListViewTest.java b/openide.compat/test/unit/src/org/openide/explorer/view/ListViewTest.java
similarity index 100%
rename from core.kit/test/unit/src/org/openide/explorer/view/ListViewTest.java
rename to openide.compat/test/unit/src/org/openide/explorer/view/ListViewTest.java
diff --git a/openide.compat/test/unit/src/org/openide/explorer/view/ListViewTopComponentTest.java b/openide.compat/test/unit/src/org/openide/explorer/view/ListViewTopComponentTest.java
new file mode 100644
index 0000000..b528fa4
--- /dev/null
+++ b/openide.compat/test/unit/src/org/openide/explorer/view/ListViewTopComponentTest.java
@@ -0,0 +1,308 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+/*
+ *
+ */
+package org.openide.explorer.view;
+
+import java.awt.BorderLayout;
+import java.beans.PropertyVetoException;
+import java.io.IOException;
+import java.lang.reflect.InvocationTargetException;
+
+import javax.swing.JList;
+import javax.swing.SwingUtilities;
+
+
+import org.netbeans.junit.NbTestCase;
+
+import org.openide.explorer.ExplorerPanel;
+import org.openide.nodes.AbstractNode;
+import org.openide.nodes.Children;
+import org.openide.nodes.Node;
+import org.openide.nodes.Children.Array;
+
+/**
+ * Tests for class ListView
+ */
+public class ListViewTopComponentTest extends NbTestCase {
+    
+    private static final int NO_OF_NODES = 3;
+
+    
+    public ListViewTopComponentTest(String name) {
+        super(name);
+    }
+
+    /**
+     * 1. selects a node in a ListView
+     * 2. removes the node
+     * 3. Shift-Click another node by java.awt.Robot
+     * /
+    XXX failed in NB-Core-Build #3039, fails for me locally too -jglick
+    public void testNodeSelectionByRobot() {
+        final Children c = new Array();
+        Node n = new AbstractNode (c);
+        final PListView lv = new PListView();
+        final ExplorerPanel p = new ExplorerPanel();
+        p.add(lv, BorderLayout.CENTER);
+        p.getExplorerManager().setRootContext(n);
+        p.open();
+        Node[] children = new Node[NO_OF_NODES];
+
+        for (int i = 0; i < NO_OF_NODES; i++) {
+            children[i] = new AbstractNode(Children.LEAF);
+            children[i].setDisplayName(Integer.toString(i));
+            children[i].setName(Integer.toString(i));
+            c.add(new Node[] { children[i] } );
+        }
+        //Thread.sleep(2000);
+        
+        for (int i = NO_OF_NODES-1; i >= 0; i--) {
+            //Thread.sleep(500);
+            
+            // Waiting for until the view is updated.
+            // This should not be necessary [HREBEJK]
+            try {
+                SwingUtilities.invokeAndWait( new EmptyRunnable() );
+            } catch (InterruptedException ie) {
+                fail ("Caught InterruptedException:" + ie.getMessage ());
+            } catch (InvocationTargetException ite) {
+                fail ("Caught InvocationTargetException: " + ite.getMessage ());
+            }
+       
+            try {
+                p.getExplorerManager().setSelectedNodes(new Node[] {children[i]} );
+            } catch (PropertyVetoException  pve) {
+                fail ("Caught the PropertyVetoException when set selected node " + children[i].getName ()+ ".");
+            }
+            
+            //Thread.sleep(500);
+            c.remove(new Node[] { children[i] });
+            
+            try {
+                Thread.sleep(500);
+            } catch (InterruptedException ie) {
+                fail ("Caught InterruptedException:" + ie.getMessage ());
+            }
+            
+            if (lv.isShowing()) {
+                Robot r = null;
+                
+                try {
+                    r = new Robot();
+                } catch (AWTException ae) {
+                    fail ("Caught AWTException: " + ae.getMessage ());
+                }
+                
+                r.keyPress(KeyEvent.VK_SHIFT);
+                r.mouseMove(lv.getLocationOnScreen().x + 10,lv.getLocationOnScreen().y + 10);
+                r.mousePress(InputEvent.BUTTON1_MASK);
+                r.keyRelease(KeyEvent.VK_SHIFT);
+                r.mouseRelease(InputEvent.BUTTON1_MASK);
+            } else {
+                fail();
+            }
+        }
+    }
+     */
+    
+    /**
+     * Removes selected node by calling destroy
+     */
+    public void testDestroySelectedNodes() {
+        final Children c = new Array();
+        Node n = new AbstractNode (c);
+        final PListView lv = new PListView();
+        final ExplorerPanel p = new ExplorerPanel();
+        p.add(lv, BorderLayout.CENTER);
+        p.getExplorerManager().setRootContext(n);
+        p.open();
+        Node[] children = new Node[NO_OF_NODES];
+
+        for (int i = 0; i < NO_OF_NODES; i++) {
+            children[i] = new AbstractNode(Children.LEAF);
+            children[i].setDisplayName(Integer.toString(i));
+            children[i].setName(Integer.toString(i));
+            c.add(new Node[] { children[i] } );
+        }
+        //Thread.sleep(2000);
+        
+        for (int i = NO_OF_NODES-1; i >= 0; i--) {     
+            // Waiting for until the view is updated.
+            // This should not be necessary
+            try {
+                SwingUtilities.invokeAndWait( new EmptyRunnable() );
+            } catch (InterruptedException ie) {
+                fail ("Caught InterruptedException:" + ie.getMessage ());
+            } catch (InvocationTargetException ite) {
+                fail ("Caught InvocationTargetException: " + ite.getMessage ());
+            }
+            try {
+                p.getExplorerManager().setSelectedNodes(new Node[] {children[i]} );
+            } catch (PropertyVetoException  pve) {
+                fail ("Caught the PropertyVetoException when set selected node " + children[i].getName ()+ ".");
+            }
+            //Thread.sleep(500);
+            try {
+                children[i].destroy();
+            } catch (IOException ioe) {
+                fail ("Caught the IOException when destroy the node " + children[i].getName ()+ ".");
+            }
+        }
+    }
+    
+    /**
+     * Removes selected node by calling Children.Array.remove
+     */
+    public void testRemoveAndAddNodes() {
+        final Children c = new Array();
+        Node n = new AbstractNode (c);
+        final PListView lv = new PListView();
+        final ExplorerPanel p = new ExplorerPanel();
+        p.add(lv, BorderLayout.CENTER);
+        p.getExplorerManager().setRootContext(n);
+        p.open();
+        Node[] children = new Node[NO_OF_NODES];
+
+        for (int i = 0; i < NO_OF_NODES; i++) {
+            children[i] = new AbstractNode(Children.LEAF);
+            children[i].setDisplayName(Integer.toString(i));
+            children[i].setName(Integer.toString(i));
+            c.add(new Node[] { children[i] } );
+        }
+        //Thread.sleep(2000);
+        
+        try {
+            // Waiting for until the view is updated.
+            // This should not be necessary
+            try {
+                SwingUtilities.invokeAndWait( new EmptyRunnable() );
+            } catch (InterruptedException ie) {
+                fail ("Caught InterruptedException:" + ie.getMessage ());
+            } catch (InvocationTargetException ite) {
+                fail ("Caught InvocationTargetException: " + ite.getMessage ());
+            }
+            p.getExplorerManager().setSelectedNodes(new Node[] {children[0]} );
+        } catch (PropertyVetoException  pve) {
+            fail ("Caught the PropertyVetoException when set selected node " + children[0].getName ()+ ".");
+        }
+        
+        for (int i = 0; i < NO_OF_NODES; i++) {
+            c.remove(new Node [] { children[i] } );
+            children[i] = new AbstractNode(Children.LEAF);
+            children[i].setDisplayName(Integer.toString(i));
+            children[i].setName(Integer.toString(i));
+            c.add(new Node[] { children[i] } );
+            //Thread.sleep(350);
+        }
+        assertEquals(NO_OF_NODES, c.getNodesCount());
+    }
+    
+    /**
+     * Creates two nodes. Selects one and tries to remove it
+     * and replace with the other one (several times).
+     */
+    public void testNodeAddingAndRemoving() {
+        final Children c = new Array();
+        Node n = new AbstractNode (c);
+        final PListView lv = new PListView();
+        final ExplorerPanel p = new ExplorerPanel();
+        p.add(lv, BorderLayout.CENTER);
+        p.getExplorerManager().setRootContext(n);
+        p.open();
+
+        final Node c1 = new AbstractNode(Children.LEAF);
+        c1.setDisplayName("First");
+        c1.setName("First");
+        c.add(new Node[] { c1 });
+        Node c2 = new AbstractNode(Children.LEAF);
+        c2.setDisplayName("Second");
+        c2.setName("Second");
+        //Thread.sleep(500);
+
+        for (int i = 0; i < 5; i++) {
+            c.remove(new Node[] { c1 });
+            c.add(new Node[] { c2 });
+            
+            // Waiting for until the view is updated.
+            // This should not be necessary
+            try {
+                SwingUtilities.invokeAndWait( new EmptyRunnable() );
+            } catch (InterruptedException ie) {
+                fail ("Caught InterruptedException:" + ie.getMessage ());
+            } catch (InvocationTargetException ite) {
+                fail ("Caught InvocationTargetException: " + ite.getMessage ());
+            }
+            
+            try {
+                p.getExplorerManager().setSelectedNodes(new Node[] {c2} );
+            } catch (PropertyVetoException  pve) {
+                fail ("Caught the PropertyVetoException when set selected node " + c2.getName ()+ ".");
+            }
+            
+            c.remove(new Node[] { c2 });
+            c.add(new Node[] { c1 });
+            
+            //Thread.sleep(350);
+        }
+    }
+    
+    private static class PListView extends ListView {
+        JList getJList() {
+            return list;
+        }
+    }
+
+    
+    private class EmptyRunnable extends Object implements Runnable {
+
+	public void run() {
+	}
+
+    }
+    
+
+}
diff --git a/openide.compat/test/unit/src/org/openide/explorer/view/RootContextTest.java b/openide.compat/test/unit/src/org/openide/explorer/view/RootContextTest.java
new file mode 100644
index 0000000..5379ac1
--- /dev/null
+++ b/openide.compat/test/unit/src/org/openide/explorer/view/RootContextTest.java
@@ -0,0 +1,247 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+
+package org.openide.explorer.view;
+
+import javax.swing.ListSelectionModel;
+import javax.swing.tree.TreeSelectionModel;
+
+import org.netbeans.junit.NbTestCase;
+
+import org.openide.explorer.ExplorerManager;
+import org.openide.explorer.ExplorerPanel;
+
+import org.openide.nodes.AbstractNode;
+import org.openide.nodes.Children;
+import org.openide.nodes.Node;
+import org.openide.nodes.Children.Array;
+
+/*
+ * RootContextTest.java tests a change the root context and set selected node
+ * in each root context.
+ *
+ * @author  Jiri Rechtacek
+ */
+public class RootContextTest extends NbTestCase {
+    
+    public RootContextTest (java.lang.String testName) {
+        super (testName);
+    }
+    
+    // helper variables
+    Node[] arr1, arr2;
+    Node root1, root2;
+    boolean initialized = false;
+
+    
+    // initialize the test variables
+    public void initTest () {
+        
+        // do init only once
+        if (initialized) {
+            return ;
+        } else {
+            initialized = true;
+        }
+
+        arr1 = new Node [3];
+        arr1[0] = new AbstractNode (Children.LEAF);
+        arr1[0].setName ("One");
+        
+        arr1[1] = new AbstractNode (Children.LEAF);
+        arr1[1].setName ("Two");
+        
+        arr1[2] = new AbstractNode (Children.LEAF);
+        arr1[2].setName ("Three");
+        
+        Array ch1 = new Array ();
+        ch1.add (arr1);
+        
+        arr2 = new Node [3];
+        arr2[0] = new AbstractNode (Children.LEAF);
+        arr2[0].setName ("Aaa");
+        
+        arr2[1] = new AbstractNode (Children.LEAF);
+        arr2[1].setName ("Bbb");
+        
+        arr2[2] = new AbstractNode (Children.LEAF);
+        arr2[2].setName ("Ccc");
+
+        Array ch2 = new Array ();
+        ch2.add (arr2);
+        
+        root1 = new AbstractNode (ch1);
+        root1.setName ("Root1");
+        root2 = new AbstractNode (ch2);
+        root2.setName ("Root2");
+        
+    }
+    
+    /** Run all tests in AWT thread */
+    protected boolean runInEQ() {
+        return true;
+    }
+    
+    // assure the node selections with given manager
+    public void doViewTest (final ExplorerManager mgr) throws Exception {
+        mgr.setRootContext (root1);
+        mgr.setSelectedNodes (new Node[] {arr1[0], arr1[2]});
+
+        Node[] selNodes = mgr.getSelectedNodes ();
+        assertEquals ("Root context is ", "Root1", mgr.getRootContext ().getName ());
+        assertEquals ("Count of the selected node is ", 2, selNodes.length);
+        // pending: an order migth be different
+        //Arrays.sort (selNodes);
+        assertEquals ("Selected node is ", "One", selNodes[0].getName ());
+        assertEquals ("Selected node is ", "Three", selNodes[1].getName ());
+
+        mgr.setRootContext (root2);
+        mgr.setSelectedNodes(new Node[] { arr2[1] });
+
+        selNodes = mgr.getSelectedNodes ();
+        assertEquals ("Root context is ", "Root2", mgr.getRootContext ().getName ());
+        assertEquals ("Count of the selected node is ", 1, selNodes.length);
+        assertEquals ("Selected node is ", "Bbb", selNodes[0].getName ());
+
+    }
+    
+    // test for each type of view
+    
+    public void testBeanTreeView() throws Exception {
+        
+        initTest ();
+        
+        TreeView view = new BeanTreeView ();
+        view.setSelectionMode (TreeSelectionModel.DISCONTIGUOUS_TREE_SELECTION);
+        
+        ExplorerPanel panel = new ExplorerPanel ();
+        //#47021
+        panel.setName("preferredID");
+        ExplorerManager mgr = panel.getExplorerManager ();
+        
+        panel.add (view);
+        panel.open ();
+        
+        doViewTest(mgr);
+        
+    }
+    
+    public void testContextTreeView() throws Exception {
+        
+        initTest ();
+        
+        TreeView view = new ContextTreeView ();
+        view.setSelectionMode (TreeSelectionModel.DISCONTIGUOUS_TREE_SELECTION);
+        
+        ExplorerPanel panel = new ExplorerPanel ();
+        //#47021
+        panel.setName("preferredID");
+        ExplorerManager mgr = panel.getExplorerManager ();
+        
+        panel.add (view);
+        panel.open ();
+        
+        doViewTest(mgr);
+        
+    }
+    
+    public void testTreeTableView() throws Exception {
+        
+        initTest ();
+        
+        TreeTableView view = new TreeTableView ();
+        view.setSelectionMode (TreeSelectionModel.DISCONTIGUOUS_TREE_SELECTION);
+        
+        ExplorerPanel panel = new ExplorerPanel ();
+        //#47021
+        panel.setName("preferredID");
+        ExplorerManager mgr = panel.getExplorerManager ();
+        
+        panel.add (view);
+        panel.open ();
+        
+        doViewTest(mgr);
+        
+    }
+    
+    public void testListView() throws Exception {
+        
+        initTest ();
+        
+        ListView view = new ListView (); 
+        view.setSelectionMode (ListSelectionModel.MULTIPLE_INTERVAL_SELECTION);
+        
+        ExplorerPanel panel = new ExplorerPanel ();
+        //#47021
+        panel.setName("preferredID");
+        ExplorerManager mgr = panel.getExplorerManager ();
+        
+        panel.add (view);
+        panel.open ();
+        
+        doViewTest(mgr);
+
+    }
+    
+    public void testListTableView() throws Exception {
+        
+        initTest ();
+        
+        ListTableView view = new ListTableView ();
+        view.setSelectionMode (ListSelectionModel.MULTIPLE_INTERVAL_SELECTION);
+        
+        ExplorerPanel panel = new ExplorerPanel ();
+        //#47021
+        panel.setName("preferredID");
+        ExplorerManager mgr = panel.getExplorerManager ();
+        
+        panel.add (view);
+        panel.open ();
+        
+        doViewTest(mgr);
+        
+    }
+    
+}
diff --git a/openide.compat/test/unit/src/org/openide/explorer/view/SelectNodeInListViewTest.java b/openide.compat/test/unit/src/org/openide/explorer/view/SelectNodeInListViewTest.java
new file mode 100644
index 0000000..82a3213
--- /dev/null
+++ b/openide.compat/test/unit/src/org/openide/explorer/view/SelectNodeInListViewTest.java
@@ -0,0 +1,138 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+
+package org.openide.explorer.view;
+
+import javax.swing.ListSelectionModel;
+
+import org.netbeans.junit.NbTestCase;
+
+import org.openide.explorer.ExplorerManager;
+import org.openide.explorer.ExplorerPanel;
+
+import org.openide.nodes.AbstractNode;
+import org.openide.nodes.Children;
+import org.openide.nodes.Node;
+import org.openide.nodes.Children.Array;
+
+/*
+ * Note: It's just helper test for investigate issue 37875 (failing RootContextTest)
+ * Will be removed when issue 37875 is closed.
+ *
+ * @author  Jiri Rechtacek
+ */
+public class SelectNodeInListViewTest extends NbTestCase {
+    
+    public SelectNodeInListViewTest (java.lang.String testName) {
+        super (testName);
+    }
+    
+    /** Run all tests in AWT thread */
+    protected boolean runInEQ () {
+        return true;
+    }
+    
+    public void testSelectedNodeInListView () throws Exception {
+    
+        // helper variables
+        Node[] arr1, arr2;
+        Node root1, root2;
+    
+        arr1 = new Node [3];
+        arr1[0] = new AbstractNode (Children.LEAF);
+        arr1[0].setName ("One");
+        
+        arr1[1] = new AbstractNode (Children.LEAF);
+        arr1[1].setName ("Two");
+        
+        arr1[2] = new AbstractNode (Children.LEAF);
+        arr1[2].setName ("Three");
+        
+        Array ch1 = new Array ();
+        ch1.add (arr1);
+        
+        arr2 = new Node [3];
+        arr2[0] = new AbstractNode (Children.LEAF);
+        arr2[0].setName ("Aaa");
+        
+        arr2[1] = new AbstractNode (Children.LEAF);
+        arr2[1].setName ("Bbb");
+        
+        arr2[2] = new AbstractNode (Children.LEAF);
+        arr2[2].setName ("Ccc");
+
+        Array ch2 = new Array ();
+        ch2.add (arr2);
+        
+        root1 = new AbstractNode (ch1);
+        root1.setName ("Root1");
+        root2 = new AbstractNode (ch2);
+        root2.setName ("Root2");
+        
+        ListView view = new ListView ();
+        view.setSelectionMode (ListSelectionModel.MULTIPLE_INTERVAL_SELECTION);
+        
+        ExplorerPanel panel = new ExplorerPanel ();
+        ExplorerManager mgr = panel.getExplorerManager ();
+        
+        panel.add (view);
+        panel.open ();
+        
+        Node[] selNodes = mgr.getSelectedNodes ();
+        log ("Default root is " + mgr.getRootContext ());
+        //assertNull ( "Root context is null", mgr.getRootContext ());
+        assertEquals ("Count of the selected node is ", 0, selNodes.length);
+
+        mgr.setRootContext (root1);
+        log ("New root is " + mgr.getRootContext ());
+        mgr.setSelectedNodes (new Node[] {arr1[0], arr1[2]});
+
+        selNodes = mgr.getSelectedNodes ();
+        assertEquals ("Root context is ", "Root1", mgr.getRootContext ().getName ());
+        assertEquals ("Count of the selected node is ", 2, selNodes.length);
+        
+    }
+
+}
diff --git a/core.kit/test/unit/src/org/openide/explorer/view/SelectionModeTest.java b/openide.compat/test/unit/src/org/openide/explorer/view/SelectionModeTest.java
similarity index 100%
rename from core.kit/test/unit/src/org/openide/explorer/view/SelectionModeTest.java
rename to openide.compat/test/unit/src/org/openide/explorer/view/SelectionModeTest.java
diff --git a/core.kit/test/unit/src/org/openide/explorer/view/TTVTest.java b/openide.compat/test/unit/src/org/openide/explorer/view/TTVTest.java
similarity index 100%
rename from core.kit/test/unit/src/org/openide/explorer/view/TTVTest.java
rename to openide.compat/test/unit/src/org/openide/explorer/view/TTVTest.java
diff --git a/openide.compat/test/unit/src/org/openide/explorer/windows/TopComponentActivatedNodesTest.java b/openide.compat/test/unit/src/org/openide/explorer/windows/TopComponentActivatedNodesTest.java
new file mode 100644
index 0000000..a1cdbec
--- /dev/null
+++ b/openide.compat/test/unit/src/org/openide/explorer/windows/TopComponentActivatedNodesTest.java
@@ -0,0 +1,354 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.openide.explorer.windows;
+
+import java.beans.PropertyChangeEvent;
+import java.beans.PropertyChangeListener;
+import java.beans.PropertyVetoException;
+import java.util.Collection;
+import java.util.Iterator;
+import javax.swing.SwingUtilities;
+
+
+import org.netbeans.junit.NbTestCase;
+
+import org.openide.explorer.ExplorerManager;
+import org.openide.explorer.ExplorerPanel;
+import org.openide.explorer.view.BeanTreeView;
+import org.openide.explorer.view.TreeView;
+import org.openide.nodes.AbstractNode;
+import org.openide.nodes.Children;
+import org.openide.nodes.Node;
+import org.openide.util.Lookup;
+import org.openide.windows.TopComponent;
+
+
+
+
+/** Check the synchronization TC.getActivatedNodes and ExplorerManager.getSelectedNodes.
+ *  Test should assure the fix of issue 31244.
+ *
+ * @author Jiri Rechtacek
+ */
+public class TopComponentActivatedNodesTest extends NbTestCase {
+    /** top component we work on */
+    private TopComponent top;
+    
+    public TopComponentActivatedNodesTest(java.lang.String testName) {
+        super(testName);
+    }
+    
+    protected boolean runInEQ() {
+        return true;
+    }    
+    
+    private ExplorerPanel p;
+    private ExplorerManager em;
+    private Node[] nodes;
+    private PropertyChangeListener listenerEM, listenerTC;
+    
+    protected void setUp () {        
+        System.setProperty("org.openide.util.Lookup", "-"); // no lookup
+        
+        
+        p = new ExplorerPanel ();
+        em = p.getExplorerManager ();
+        
+        TreeView tv = new BeanTreeView ();
+        p.add (tv);
+        Children ch = new Children.Array ();
+        nodes = new Node[10];
+        for (int i = 0; i < 10; i++) {
+            nodes[i] = new AbstractNode (Children.LEAF);
+            nodes[i].setName ("Node" + i);
+        }
+        ch.add (nodes);
+        Node root = new AbstractNode (ch);
+        em.setRootContext (root);
+        
+        // check synchronixzation before
+        assertArrays ("INIT: getSelectedNodes equals getActivatedNodes.",
+            em.getSelectedNodes (), p.getActivatedNodes ());
+    }
+    
+    private void initListeners () {
+        listenerTC = new PropertyChangeListener () {
+            public void propertyChange (PropertyChangeEvent ev) {
+                System.out.println("TC: PROP_ACTIVATED_NODES change!");
+//                try {
+//                    Thread.sleep (1000);
+//                } catch (Exception e) {
+//                }
+                assertArrays ("FIRED TC CHANGE: getSelectedNodes equals PROP_ACTIVATED_NODES",
+                    em.getSelectedNodes (), p.getActivatedNodes ());
+            }
+        };
+        
+        p.addPropertyChangeListener (TopComponent.Registry.PROP_ACTIVATED_NODES, listenerTC);
+        
+        listenerEM = new PropertyChangeListener () {
+            public void propertyChange (PropertyChangeEvent ev) {
+                if (ExplorerManager.PROP_SELECTED_NODES.equals (ev.getPropertyName ())) {
+                    System.out.println("EM: PROP_SELECTED_NODES change!");
+                    assertArrays ("FIRED EM CHANGE: PROP_SELECTED_NODES equals getActivatedNodes",
+                        ((Object[])ev.getNewValue ()), p.getActivatedNodes ());
+                }
+            }
+        };
+        
+        em.addPropertyChangeListener (listenerEM);
+        
+    }
+    
+    private void removeListeners () {
+        em.removePropertyChangeListener (listenerEM);
+        p.removePropertyChangeListener (TopComponent.Registry.PROP_ACTIVATED_NODES, listenerTC);
+    }
+    
+    public void testOnceChange () {
+        SwingUtilities.invokeLater (new Runnable () {
+            public void run () {
+                
+                initListeners ();
+
+                // select a node
+                try {
+                    em.setSelectedNodes (new Node[] { nodes[3], nodes[5] });
+
+                    Node[] activatedNodes = p.getActivatedNodes ();
+
+                    // check synchronixzation after
+                    assertArrays ("ONCE CHANGE: getSelectedNodes equals getActivatedNodes.",
+                        em.getSelectedNodes (), p.getActivatedNodes ());
+
+                    // lookup
+                    Lookup.Result result = p.getLookup ().lookup (new Lookup.Template (Node.class));
+                    Collection col = result.allInstances ();
+                    Iterator it = col.iterator ();
+                    Node[] lookupNodes = new Node[col.size ()];
+                    int i = 0;
+                    while (it.hasNext ()) {
+                        lookupNodes[i] = (Node)it.next ();
+                        i++;
+                    }
+
+                    // check nodes in lookup with acivated nodes
+                    assertArrays ("LOOKUP AFTER INTENSIVE CHANGES: nodes in lookup == activated nodes",
+                        lookupNodes, activatedNodes);
+
+                } catch (PropertyVetoException pve) {
+                    fail ("Caught PropertyVetoException. msg:" + pve.getMessage ());
+                } finally {
+                    removeListeners ();
+                }
+                
+            }
+        });
+    }
+    
+    public void testIntensiveChange () {
+        SwingUtilities.invokeLater (new Runnable () {
+            public void run () {
+                
+                initListeners ();
+
+                // select a node
+                try {
+                    for (int i = 3; i < 8; i++)
+                    em.setSelectedNodes (new Node[] { nodes[i] });
+
+                    Node[] activatedNodes = p.getActivatedNodes ();
+
+                    // check synchronixzation after
+                    assertArrays ("INTENSIVE CHANGES: getSelectedNodes equals getActivatedNodes.",
+                        em.getSelectedNodes (), activatedNodes);
+
+                    // lookup
+                    Lookup.Result result = p.getLookup ().lookup (new Lookup.Template (Node.class));
+                    Collection col = result.allInstances ();
+                    Iterator it = col.iterator ();
+                    Node[] lookupNodes = new Node[col.size ()];
+                    int i = 0;
+                    while (it.hasNext ()) {
+                        lookupNodes[i] = (Node)it.next ();
+                        i++;
+                    }
+
+                    // check nodes in lookup with acivated nodes
+                    assertArrays ("LOOKUP AFTER INTENSIVE CHANGES: nodes in lookup == activated nodes",
+                        lookupNodes, em.getSelectedNodes ());
+
+                } catch (PropertyVetoException pve) {
+                    fail ("Caught PropertyVetoException. msg:" + pve.getMessage ());
+                } finally {
+                    removeListeners ();
+                }
+            }
+        });
+    }
+    
+    public void testIntensiveChangeWithLookup () {
+        SwingUtilities.invokeLater (new Runnable () {
+            public void run () {
+                
+                initListeners ();
+                // select a node
+                try {
+                    for (int i = 3; i < 8; i++)
+                    em.setSelectedNodes (new Node[] { nodes[i] });
+                } catch (PropertyVetoException pve) {
+                    fail ("Caught PropertyVetoException. msg:" + pve.getMessage ());
+                } finally {
+                    removeListeners ();
+                }
+
+                // get nodes from lookup
+                Lookup.Result result = p.getLookup ().lookup (new Lookup.Template (Node.class));
+                Collection col = result.allInstances ();
+                Iterator it = col.iterator ();
+                Node[] lookupNodes = new Node[col.size ()];
+                int i = 0;
+                while (it.hasNext ()) {
+                    lookupNodes[i] = (Node)it.next ();
+                    i++;
+                }
+
+                // check nodes in lookup with acivated nodes
+                assertArrays ("LOOKUP AFTER INTENSIVE CHANGES: nodes in lookup == activated nodes",
+                    lookupNodes, p.getActivatedNodes ());
+
+                // check nodes in lookup with selected nodes
+                assertArrays ("LOOKUP AFTER INTENSIVE CHANGES: nodes in lookup == activated nodes",
+                    lookupNodes, em.getSelectedNodes ());
+            }
+        });
+    }
+    
+    
+    public void testInteroperabilityWithTopComponentRegistry () throws Exception {
+        final TopComponent tc = new TopComponent ();
+        final Lookup.Result res = tc.getLookup ().lookup (new Lookup.Template (Node.class));
+        
+        assertNull ("Empty arrays", tc.getActivatedNodes());
+        assertEquals ("Empty list of nodes", 0, res.allInstances().size ());
+        
+        class L implements PropertyChangeListener, org.openide.util.LookupListener {
+            public Object[] expectedArray;
+            public java.util.ArrayList events = new java.util.ArrayList ();
+            
+            public void resultChanged (org.openide.util.LookupEvent ev) {
+                events.add (ev);
+            }
+            
+            public void propertyChange (PropertyChangeEvent ev) {
+                if (TopComponent.Registry.PROP_CURRENT_NODES.equals (ev.getPropertyName ())) {
+                    assertArrays ("Should be the same", tc.getActivatedNodes(), expectedArray);
+                    assertArrays (
+                        "Also in lookup. ", 
+                        res.allInstances ().toArray (),
+                        expectedArray
+                    );
+                }
+                events.add (ev);
+            }
+        }
+        L l = new L ();
+        res.addLookupListener(l);
+
+        tc.requestActive ();        
+        assertEquals ("Really activated", tc, TopComponent.getRegistry ().getActivated ());
+        try {
+            TopComponent.getRegistry ().addPropertyChangeListener (l);
+            
+            Node[] arr = { Node.EMPTY };
+            l.expectedArray = arr;
+            tc.setActivatedNodes (arr);
+            
+            Object[] ev = l.events.toArray ();
+            assertEquals ("Three events", 3, ev.length);
+            assertEquals ("First is lookup change", org.openide.util.LookupEvent.class, ev[0].getClass ());
+            assertEquals ("Second is prop change", PropertyChangeEvent.class, ev[1].getClass ());
+            assertEquals ("Third is prop change", PropertyChangeEvent.class, ev[2].getClass ());
+            
+            assertEquals (TopComponent.Registry.PROP_ACTIVATED_NODES, ((PropertyChangeEvent)ev[1]).getPropertyName());
+            assertEquals (TopComponent.Registry.PROP_CURRENT_NODES, ((PropertyChangeEvent)ev[2]).getPropertyName());
+        } finally {
+            TopComponent.getRegistry ().removePropertyChangeListener (l);
+        }
+    }
+    
+    private void assertArrays (String msg, Object[] arr1, Object[] arr2) {
+        // DEBUG MSG log content of arrays
+//        System.out.println("do ["+msg+"]: ");
+//        if (arr1 != null) for (int i = 0; i < arr1.length; i++) System.out.println("Arr1: " + i + ". " + arr1[i]);
+//        if (arr2 != null) for (int i = 0; i < arr2.length; i++) System.out.println("Arr2: " + i + ". " + arr2[i]);
+//        System.out.println("done!");
+        // END OF DEBUG MSG
+        if (arr1 == null && arr2 == null) return ;
+        if (arr1 == null) {
+            if (arr2.length == 0) {
+                return ;
+            } else {
+                fail (msg + " BUT: Array1 was null Array2 was " + java.util.Arrays.asList (arr2));
+            }
+        }
+        if (arr2 == null) {
+            if (arr1.length == 0) {
+                return ;
+            } else {
+                fail (msg + " BUT: Array2 was null Array1 was " + java.util.Arrays.asList (arr1));
+            }
+        }
+        if (arr1.length != arr2.length) fail (msg + "Arrays have a diferent size. First: " + java.util.Arrays.asList (arr1) + " second: " + java.util.Arrays.asList (arr2));
+        //Arrays.sort (arr1);
+        //Arrays.sort (arr2);
+        for (int i = 0; i < arr1.length; i++) {
+            if (! arr1[i].equals (arr2[i]) ) {
+                fail (msg + " BUT: excepted: " + arr1[i] + ", was: " + arr2[i]);
+            }
+        }
+    }
+    
+}
diff --git a/openide.dialogs/manifest.mf b/openide.dialogs/manifest.mf
index 318bc4f..25a0695 100644
--- a/openide.dialogs/manifest.mf
+++ b/openide.dialogs/manifest.mf
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.openide.dialogs
-OpenIDE-Module-Specification-Version: 7.15.1
+OpenIDE-Module-Specification-Version: 7.18.1
 OpenIDE-Module-Localizing-Bundle: org/openide/Bundle.properties
 AutoUpdate-Essential-Module: true
 
diff --git a/openide.dialogs/nbproject/org-openide-dialogs.sig b/openide.dialogs/nbproject/org-openide-dialogs.sig
index f892eb9..676b547 100644
--- a/openide.dialogs/nbproject/org-openide-dialogs.sig
+++ b/openide.dialogs/nbproject/org-openide-dialogs.sig
@@ -1,5 +1,5 @@
 #Signature file v4.1
-#Version 7.13
+#Version 7.15
 
 CLSS public abstract interface java.io.Serializable
 
@@ -9,15 +9,15 @@ CLSS public abstract interface !annotation java.lang.Deprecated
 intf java.lang.annotation.Annotation
 
 CLSS public java.lang.Exception
-cons public Exception()
-cons public Exception(java.lang.String)
-cons public Exception(java.lang.String,java.lang.Throwable)
-cons public Exception(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 supr java.lang.Throwable
 hfds serialVersionUID
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -31,10 +31,10 @@ meth public int hashCode()
 meth public java.lang.String toString()
 
 CLSS public java.lang.Throwable
-cons public Throwable()
-cons public Throwable(java.lang.String)
-cons public Throwable(java.lang.String,java.lang.Throwable)
-cons public Throwable(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 intf java.io.Serializable
 meth public java.lang.StackTraceElement[] getStackTrace()
 meth public java.lang.String getLocalizedMessage()
@@ -77,12 +77,12 @@ intf java.lang.annotation.Annotation
 meth public abstract java.lang.annotation.ElementType[] value()
 
 CLSS public org.openide.DialogDescriptor
-cons public DialogDescriptor(java.lang.Object,java.lang.String)
-cons public DialogDescriptor(java.lang.Object,java.lang.String,boolean,int,java.lang.Object,int,org.openide.util.HelpCtx,java.awt.event.ActionListener)
-cons public DialogDescriptor(java.lang.Object,java.lang.String,boolean,int,java.lang.Object,java.awt.event.ActionListener)
-cons public DialogDescriptor(java.lang.Object,java.lang.String,boolean,java.awt.event.ActionListener)
-cons public DialogDescriptor(java.lang.Object,java.lang.String,boolean,java.lang.Object[],java.lang.Object,int,org.openide.util.HelpCtx,java.awt.event.ActionListener)
-cons public DialogDescriptor(java.lang.Object,java.lang.String,boolean,java.lang.Object[],java.lang.Object,int,org.openide.util.HelpCtx,java.awt.event.ActionListener,boolean)
+cons public init(java.lang.Object,java.lang.String)
+cons public init(java.lang.Object,java.lang.String,boolean,int,java.lang.Object,int,org.openide.util.HelpCtx,java.awt.event.ActionListener)
+cons public init(java.lang.Object,java.lang.String,boolean,int,java.lang.Object,java.awt.event.ActionListener)
+cons public init(java.lang.Object,java.lang.String,boolean,java.awt.event.ActionListener)
+cons public init(java.lang.Object,java.lang.String,boolean,java.lang.Object[],java.lang.Object,int,org.openide.util.HelpCtx,java.awt.event.ActionListener)
+cons public init(java.lang.Object,java.lang.String,boolean,java.lang.Object[],java.lang.Object,int,org.openide.util.HelpCtx,java.awt.event.ActionListener,boolean)
 fld public final static int BOTTOM_ALIGN = 0
 fld public final static int DEFAULT_ALIGN = 0
 fld public final static int RIGHT_ALIGN = 1
@@ -109,7 +109,7 @@ supr org.openide.NotifyDescriptor
 hfds DEFAULT_CLOSING_OPTIONS,buttonListener,closingOptions,helpCtx,leaf,modal,optionsAlign
 
 CLSS public abstract org.openide.DialogDisplayer
-cons protected DialogDisplayer()
+cons protected init()
 meth public abstract java.awt.Dialog createDialog(org.openide.DialogDescriptor)
 meth public abstract java.lang.Object notify(org.openide.NotifyDescriptor)
 meth public static org.openide.DialogDisplayer getDefault()
@@ -118,7 +118,7 @@ supr java.lang.Object
 hcls Trivial
 
 CLSS public abstract org.openide.ErrorManager
-cons public ErrorManager()
+cons public init()
 fld public final static int ERROR = 65536
 fld public final static int EXCEPTION = 4096
 fld public final static int INFORMATIONAL = 1
@@ -146,6 +146,7 @@ hfds current
 hcls AnnException,DelegatingErrorManager,OwnLevel
 
 CLSS public abstract interface static org.openide.ErrorManager$Annotation
+ outer org.openide.ErrorManager
 meth public abstract int getSeverity()
 meth public abstract java.lang.String getLocalizedMessage()
 meth public abstract java.lang.String getMessage()
@@ -153,7 +154,7 @@ meth public abstract java.lang.Throwable getStackTrace()
 meth public abstract java.util.Date getDate()
 
 CLSS public abstract org.openide.LifecycleManager
-cons protected LifecycleManager()
+cons protected init()
 meth public abstract void exit()
 meth public abstract void saveAll()
 meth public static org.openide.LifecycleManager getDefault()
@@ -173,7 +174,7 @@ supr java.lang.Object
 hfds nd
 
 CLSS public org.openide.NotifyDescriptor
-cons public NotifyDescriptor(java.lang.Object,java.lang.String,int,int,java.lang.Object[],java.lang.Object)
+cons public init(java.lang.Object,java.lang.String,int,int,java.lang.Object[],java.lang.Object)
 fld public final static int DEFAULT_OPTION = -1
 fld public final static int ERROR_MESSAGE = 0
 fld public final static int INFORMATION_MESSAGE = 1
@@ -231,23 +232,27 @@ supr java.lang.Object
 hfds MAXIMUM_TEXT_WIDTH,SIZE_PREFERRED_HEIGHT,SIZE_PREFERRED_WIDTH,adOptions,changeSupport,defaultValue,errMsg,infoMsg,message,messageType,notificationLineSupport,optionType,options,title,valid,value,warnMsg
 
 CLSS public static org.openide.NotifyDescriptor$Confirmation
-cons public Confirmation(java.lang.Object)
-cons public Confirmation(java.lang.Object,int)
-cons public Confirmation(java.lang.Object,int,int)
-cons public Confirmation(java.lang.Object,java.lang.String)
-cons public Confirmation(java.lang.Object,java.lang.String,int)
-cons public Confirmation(java.lang.Object,java.lang.String,int,int)
+ outer org.openide.NotifyDescriptor
+cons public init(java.lang.Object)
+cons public init(java.lang.Object,int)
+cons public init(java.lang.Object,int,int)
+cons public init(java.lang.Object,java.lang.String)
+cons public init(java.lang.Object,java.lang.String,int)
+cons public init(java.lang.Object,java.lang.String,int,int)
 supr org.openide.NotifyDescriptor
 
 CLSS public final static org.openide.NotifyDescriptor$Exception
-cons public Exception(java.lang.Throwable)
-cons public Exception(java.lang.Throwable,java.lang.Object)
+ outer org.openide.NotifyDescriptor
+ anno 0 java.lang.Deprecated()
+cons public init(java.lang.Throwable)
+cons public init(java.lang.Throwable,java.lang.Object)
 supr org.openide.NotifyDescriptor$Confirmation
 hfds serialVersionUID
 
 CLSS public static org.openide.NotifyDescriptor$InputLine
-cons public InputLine(java.lang.String,java.lang.String)
-cons public InputLine(java.lang.String,java.lang.String,int,int)
+ outer org.openide.NotifyDescriptor
+cons public init(java.lang.String,java.lang.String)
+cons public init(java.lang.String,java.lang.String,int,int)
 fld protected javax.swing.JTextField textField
 meth protected java.awt.Component createDesign(java.lang.String)
 meth public java.lang.String getInputText()
@@ -255,13 +260,14 @@ meth public void setInputText(java.lang.String)
 supr org.openide.NotifyDescriptor
 
 CLSS public static org.openide.NotifyDescriptor$Message
-cons public Message(java.lang.Object)
-cons public Message(java.lang.Object,int)
+ outer org.openide.NotifyDescriptor
+cons public init(java.lang.Object)
+cons public init(java.lang.Object,int)
 supr org.openide.NotifyDescriptor
 
 CLSS public abstract org.openide.ServiceType
  anno 0 java.lang.Deprecated()
-cons public ServiceType()
+cons public init()
 fld public final static java.lang.String PROP_NAME = "name"
 innr public abstract static Registry
 innr public final static Handle
@@ -282,8 +288,9 @@ supr java.lang.Object
 hfds err,name,serialVersionUID,supp
 
 CLSS public final static org.openide.ServiceType$Handle
+ outer org.openide.ServiceType
  anno 0 java.lang.Deprecated()
-cons public Handle(org.openide.ServiceType)
+cons public init(org.openide.ServiceType)
 intf java.io.Serializable
 meth public java.lang.String toString()
 meth public org.openide.ServiceType getServiceType()
@@ -291,8 +298,9 @@ supr java.lang.Object
 hfds className,name,serialVersionUID,serviceType
 
 CLSS public abstract static org.openide.ServiceType$Registry
+ outer org.openide.ServiceType
  anno 0 java.lang.Deprecated()
-cons public Registry()
+cons public init()
 intf java.io.Serializable
 meth public <%0 extends org.openide.ServiceType> java.util.Enumeration<{%%0}> services(java.lang.Class<{%%0}>)
 meth public abstract java.util.Enumeration<org.openide.ServiceType> services()
@@ -306,11 +314,11 @@ supr java.lang.Object
 hfds serialVersionUID
 
 CLSS public org.openide.WizardDescriptor
-cons protected WizardDescriptor()
-cons public <%0 extends java.lang.Object> WizardDescriptor(org.openide.WizardDescriptor$Iterator<{%%0}>,{%%0})
-cons public <%0 extends java.lang.Object> WizardDescriptor(org.openide.WizardDescriptor$Panel<{%%0}>[],{%%0})
-cons public WizardDescriptor(org.openide.WizardDescriptor$Iterator<org.openide.WizardDescriptor>)
-cons public WizardDescriptor(org.openide.WizardDescriptor$Panel<org.openide.WizardDescriptor>[])
+cons protected init()
+cons public <%0 extends java.lang.Object> init(org.openide.WizardDescriptor$Iterator<{%%0}>,{%%0})
+cons public <%0 extends java.lang.Object> init(org.openide.WizardDescriptor$Panel<{%%0}>[],{%%0})
+cons public init(org.openide.WizardDescriptor$Iterator<org.openide.WizardDescriptor>)
+cons public init(org.openide.WizardDescriptor$Panel<org.openide.WizardDescriptor>[])
 fld public final static java.lang.Object FINISH_OPTION
 fld public final static java.lang.Object NEXT_OPTION
 fld public final static java.lang.Object PREVIOUS_OPTION
@@ -361,9 +369,10 @@ hfds ASYNCHRONOUS_JOBS_RP,CLOSE_PREVENTER,PROGRESS_BAR_DISPLAY_NAME,autoWizardSt
 hcls BoundedHtmlBrowser,EmptyPanel,FinishAction,FixedHeightLabel,ImagedPanel,Listener,PropL,SettingsAndIterator,WizardPanel,WrappedCellRenderer
 
 CLSS public static org.openide.WizardDescriptor$ArrayIterator<%0 extends java.lang.Object>
-cons public ArrayIterator()
-cons public ArrayIterator(java.util.List<org.openide.WizardDescriptor$Panel<{org.openide.WizardDescriptor$ArrayIterator%0}>>)
-cons public ArrayIterator(org.openide.WizardDescriptor$Panel<{org.openide.WizardDescriptor$ArrayIterator%0}>[])
+ outer org.openide.WizardDescriptor
+cons public init()
+cons public init(java.util.List<org.openide.WizardDescriptor$Panel<{org.openide.WizardDescriptor$ArrayIterator%0}>>)
+cons public init(org.openide.WizardDescriptor$Panel<{org.openide.WizardDescriptor$ArrayIterator%0}>[])
 intf org.openide.WizardDescriptor$Iterator<{org.openide.WizardDescriptor$ArrayIterator%0}>
 meth protected org.openide.WizardDescriptor$Panel<{org.openide.WizardDescriptor$ArrayIterator%0}>[] initializePanels()
 meth protected void reset()
@@ -379,29 +388,35 @@ supr java.lang.Object
 hfds index,panels
 
 CLSS public abstract interface static org.openide.WizardDescriptor$AsynchronousInstantiatingIterator<%0 extends java.lang.Object>
+ outer org.openide.WizardDescriptor
 intf org.openide.WizardDescriptor$InstantiatingIterator<{org.openide.WizardDescriptor$AsynchronousInstantiatingIterator%0}>
 meth public abstract java.util.Set instantiate() throws java.io.IOException
 
 CLSS public abstract interface static org.openide.WizardDescriptor$AsynchronousValidatingPanel<%0 extends java.lang.Object>
+ outer org.openide.WizardDescriptor
 intf org.openide.WizardDescriptor$ValidatingPanel<{org.openide.WizardDescriptor$AsynchronousValidatingPanel%0}>
 meth public abstract void prepareValidation()
 meth public abstract void validate() throws org.openide.WizardValidationException
 
 CLSS public abstract interface static org.openide.WizardDescriptor$FinishPanel<%0 extends java.lang.Object>
+ outer org.openide.WizardDescriptor
  anno 0 java.lang.Deprecated()
 intf org.openide.WizardDescriptor$Panel<{org.openide.WizardDescriptor$FinishPanel%0}>
 
 CLSS public abstract interface static org.openide.WizardDescriptor$FinishablePanel<%0 extends java.lang.Object>
+ outer org.openide.WizardDescriptor
 intf org.openide.WizardDescriptor$Panel<{org.openide.WizardDescriptor$FinishablePanel%0}>
 meth public abstract boolean isFinishPanel()
 
 CLSS public abstract interface static org.openide.WizardDescriptor$InstantiatingIterator<%0 extends java.lang.Object>
+ outer org.openide.WizardDescriptor
 intf org.openide.WizardDescriptor$Iterator<{org.openide.WizardDescriptor$InstantiatingIterator%0}>
 meth public abstract java.util.Set instantiate() throws java.io.IOException
 meth public abstract void initialize(org.openide.WizardDescriptor)
 meth public abstract void uninitialize(org.openide.WizardDescriptor)
 
 CLSS public abstract interface static org.openide.WizardDescriptor$Iterator<%0 extends java.lang.Object>
+ outer org.openide.WizardDescriptor
 meth public abstract boolean hasNext()
 meth public abstract boolean hasPrevious()
 meth public abstract java.lang.String name()
@@ -412,6 +427,7 @@ meth public abstract void previousPanel()
 meth public abstract void removeChangeListener(javax.swing.event.ChangeListener)
 
 CLSS public abstract interface static org.openide.WizardDescriptor$Panel<%0 extends java.lang.Object>
+ outer org.openide.WizardDescriptor
 meth public abstract boolean isValid()
 meth public abstract java.awt.Component getComponent()
 meth public abstract org.openide.util.HelpCtx getHelp()
@@ -421,24 +437,26 @@ meth public abstract void removeChangeListener(javax.swing.event.ChangeListener)
 meth public abstract void storeSettings({org.openide.WizardDescriptor$Panel%0})
 
 CLSS public abstract interface static org.openide.WizardDescriptor$ProgressInstantiatingIterator<%0 extends java.lang.Object>
+ outer org.openide.WizardDescriptor
 intf org.openide.WizardDescriptor$AsynchronousInstantiatingIterator<{org.openide.WizardDescriptor$ProgressInstantiatingIterator%0}>
 meth public abstract java.util.Set instantiate(org.netbeans.api.progress.ProgressHandle) throws java.io.IOException
 
 CLSS public abstract interface static org.openide.WizardDescriptor$ValidatingPanel<%0 extends java.lang.Object>
+ outer org.openide.WizardDescriptor
 intf org.openide.WizardDescriptor$Panel<{org.openide.WizardDescriptor$ValidatingPanel%0}>
 meth public abstract void validate() throws org.openide.WizardValidationException
 
 CLSS public final org.openide.WizardValidationException
-cons public WizardValidationException(javax.swing.JComponent,java.lang.String,java.lang.String)
+cons public init(javax.swing.JComponent,java.lang.String,java.lang.String)
 meth public java.lang.String getLocalizedMessage()
 meth public javax.swing.JComponent getSource()
 supr java.lang.Exception
 hfds localizedMessage,source
 
 CLSS public final org.openide.util.HelpCtx
-cons public HelpCtx(java.lang.Class)
-cons public HelpCtx(java.lang.String)
-cons public HelpCtx(java.net.URL)
+cons public init(java.lang.Class)
+cons public init(java.lang.String)
+cons public init(java.net.URL)
  anno 0 java.lang.Deprecated()
 fld public final static org.openide.util.HelpCtx DEFAULT_HELP
 innr public abstract interface static Provider
@@ -454,5 +472,6 @@ supr java.lang.Object
 hfds err,helpCtx,helpID
 
 CLSS public abstract interface static org.openide.util.HelpCtx$Provider
+ outer org.openide.util.HelpCtx
 meth public abstract org.openide.util.HelpCtx getHelpCtx()
 
diff --git a/openide.dialogs/src/org/netbeans/modules/dialogs/defaultWizard.gif b/openide.dialogs/src/org/netbeans/modules/dialogs/defaultWizard.gif
index 5413174..9267457 100644
Binary files a/openide.dialogs/src/org/netbeans/modules/dialogs/defaultWizard.gif and b/openide.dialogs/src/org/netbeans/modules/dialogs/defaultWizard.gif differ
diff --git a/openide.dialogs/src/org/openide/Bundle.properties b/openide.dialogs/src/org/openide/Bundle.properties
index 8eea37c..de319a4 100644
--- a/openide.dialogs/src/org/openide/Bundle.properties
+++ b/openide.dialogs/src/org/openide/Bundle.properties
@@ -119,9 +119,9 @@ CTL_HelpName=Help
 #NOI18N
 INT_WizardBackRed=255
 #NOI18N
-INT_WizardBackGreen=254
+INT_WizardBackGreen=255
 #NOI18N
-INT_WizardBackBlue=246
+INT_WizardBackBlue=255
 #RGB of wizard steps panel foreground
 #NOI18N
 INT_WizardForegroundRed=0
diff --git a/openide.dialogs/src/org/openide/NotifyDescriptor.java b/openide.dialogs/src/org/openide/NotifyDescriptor.java
index e574898..6e553f0 100644
--- a/openide.dialogs/src/org/openide/NotifyDescriptor.java
+++ b/openide.dialogs/src/org/openide/NotifyDescriptor.java
@@ -346,6 +346,7 @@ public class NotifyDescriptor extends Object {
             area.setLineWrap(true);
             area.setWrapStyleWord(true);
             area.setEditable(false);
+            area.setFocusable(true);
             area.getAccessibleContext().setAccessibleName(NbBundle.getMessage(NotifyDescriptor.class, "ACN_NotifyDescriptor_MessageJTextArea")); // NOI18N
             area.getAccessibleContext().setAccessibleDescription(NbBundle.getMessage(NotifyDescriptor.class, "ACD_NotifyDescriptor_MessageJTextArea")); // NOI18N
             newMessage = area;
diff --git a/openide.dialogs/src/org/openide/WizardDescriptor.java b/openide.dialogs/src/org/openide/WizardDescriptor.java
index db97689..c37cae2 100644
--- a/openide.dialogs/src/org/openide/WizardDescriptor.java
+++ b/openide.dialogs/src/org/openide/WizardDescriptor.java
@@ -27,7 +27,7 @@
  * Contributor(s):
  *
  * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2010 Sun
  * Microsystems, Inc. All Rights Reserved.
  *
  * If you wish your version of this file to be governed by only the CDDL
@@ -92,6 +92,7 @@ import javax.swing.JScrollPane;
 import javax.swing.JSeparator;
 import javax.swing.JTabbedPane;
 import javax.swing.JTextArea;
+import javax.swing.JTextPane;
 import javax.swing.KeyStroke;
 import javax.swing.ListCellRenderer;
 import javax.swing.SwingConstants;
@@ -99,6 +100,11 @@ import javax.swing.SwingUtilities;
 import javax.swing.UIManager;
 import javax.swing.event.ChangeEvent;
 import javax.swing.event.ChangeListener;
+import javax.swing.event.HyperlinkEvent;
+import javax.swing.event.HyperlinkEvent.EventType;
+import javax.swing.event.HyperlinkListener;
+import javax.swing.text.html.HTMLEditorKit;
+import javax.swing.text.html.StyleSheet;
 import org.openide.awt.HtmlBrowser;
 import org.openide.awt.Mnemonics;
 import org.openide.util.Exceptions;
@@ -111,6 +117,7 @@ import org.openide.util.Utilities;
 import org.openide.util.WeakListeners;
 import org.netbeans.api.progress.ProgressHandle;
 import org.netbeans.api.progress.ProgressHandleFactory;
+import org.openide.awt.HtmlBrowser.URLDisplayer;
 
 /**
  * Implements a basic "wizard" GUI system.
@@ -2472,7 +2479,8 @@ public class WizardDescriptor extends DialogDescriptor {
 
         /** Selected index of content */
         private int selectedIndex;
-        private JLabel m_lblMessage;
+        private JTextPane messagePane;
+        private JLabel iconLabel;
 
         private Color nbErrorForeground;
         private Color nbWarningForeground;
@@ -2555,9 +2563,11 @@ public class WizardDescriptor extends DialogDescriptor {
 
             JPanel errorPanel = new JPanel(new BorderLayout());
             errorPanel.setBorder(BorderFactory.createEmptyBorder(0, 12, 12, 11));
-            m_lblMessage = new FixedHeightLabel ();
-            m_lblMessage.setForeground (nbErrorForeground);
-            errorPanel.add(m_lblMessage, BorderLayout.CENTER);
+            messagePane = new FixedHeightPane ();
+            messagePane.setForeground (nbErrorForeground);
+            iconLabel = new FixedHeightLabel ();
+            errorPanel.add(iconLabel, BorderLayout.LINE_START);
+            errorPanel.add(messagePane, BorderLayout.CENTER);
 
             progressBarPanel = new JPanel (new BorderLayout ());
             progressBarPanel.setVisible (false);
@@ -2601,30 +2611,46 @@ public class WizardDescriptor extends DialogDescriptor {
             if (msg != null && msg.trim().length() > 0) {
                 switch (msgType) {
                     case MSG_TYPE_ERROR:
-                        prepareMessage(m_lblMessage, ImageUtilities.loadImageIcon("org/netbeans/modules/dialogs/error.gif", false),
+                        prepareMessage(msg, ImageUtilities.loadImageIcon("org/netbeans/modules/dialogs/error.gif", false),
                             nbErrorForeground);
                         break;
                     case MSG_TYPE_WARNING:
-                        prepareMessage(m_lblMessage, ImageUtilities.loadImageIcon("org/netbeans/modules/dialogs/warning.gif", false),
+                        prepareMessage(msg, ImageUtilities.loadImageIcon("org/netbeans/modules/dialogs/warning.gif", false),
                             nbWarningForeground);
                         break;
                     case MSG_TYPE_INFO:
-                        prepareMessage(m_lblMessage, ImageUtilities.loadImageIcon("org/netbeans/modules/dialogs/info.png", false),
+                        prepareMessage(msg, ImageUtilities.loadImageIcon("org/netbeans/modules/dialogs/info.png", false),
                             nbInfoForeground);
                         break;
                     default:
                 }
-                m_lblMessage.setToolTipText (msg);
             } else {
-                prepareMessage(m_lblMessage, null, null);
-                m_lblMessage.setToolTipText (null);
+                prepareMessage(null, null, null);
             }
-            m_lblMessage.setText(msg);
         }
 
-        private void prepareMessage(JLabel label, ImageIcon icon, Color fgColor) {
-            label.setIcon(icon);
-            label.setForeground(fgColor);
+        private void prepareMessage(final String msg, final ImageIcon icon, final Color fgColor) {
+            if( !SwingUtilities.isEventDispatchThread() ) {
+                SwingUtilities.invokeLater( new Runnable() {
+                    @Override
+                    public void run() {
+                        prepareMessage( msg, icon, fgColor );
+                    }
+                } );
+                return;
+            }
+            String message = msg;
+            messagePane.setToolTipText (message);
+            if (message != null) {
+                message = message.replaceAll("\\s", " "); // NOI18N
+                if (! message.toUpperCase().startsWith("<HTML>")) { // NOI18N
+                    message = "<HTML>" + message; // NOI18N
+                }
+            }
+            iconLabel.setIcon(icon);
+            iconLabel.setForeground(fgColor);
+            messagePane.setForeground(fgColor);
+            messagePane.setText(message);
         }
 
         private void setProgressComponent (JComponent progressComp, final JLabel progressLabel) {
@@ -2971,6 +2997,57 @@ public class WizardDescriptor extends DialogDescriptor {
         }
     }
 
+    private static final class FixedHeightPane extends JTextPane {
+
+        private static final int ESTIMATED_HEIGHT = 16;
+
+        public FixedHeightPane () {
+            super ();
+            setEditable(false);
+            HTMLEditorKit htmlkit = new HTMLEditorKit();
+            // override the Swing default CSS to make the HTMLEditorKit use the
+            // same font as the rest of the UI.
+
+            // XXX the style sheet is shared by all HTMLEditorKits.  We must
+            // detect if it has been tweaked by ourselves or someone else
+            // (code completion javadoc popup for example) and avoid doing the
+            // same thing again
+
+            StyleSheet css = htmlkit.getStyleSheet();
+
+            if (css.getStyleSheets() == null) {
+                StyleSheet css2 = new StyleSheet();
+                Font f = new JList().getFont();
+                int size = f.getSize();
+                css2.addRule(new StringBuffer("body { font-size: ").append(size) // NOI18N
+                        .append("; font-family: ").append(f.getName()).append("; }").toString()); // NOI18N
+                css2.addStyleSheet(css);
+                htmlkit.setStyleSheet(css2);
+            }
+
+            setEditorKit(htmlkit);
+            setOpaque(false);
+            addHyperlinkListener(new HyperlinkListener() {
+                @Override
+                public void hyperlinkUpdate(HyperlinkEvent hlevt) {
+                    if (EventType.ACTIVATED == hlevt.getEventType()) {
+                        if (hlevt.getURL () != null) {
+                            URLDisplayer.getDefault().showURLExternal(hlevt.getURL());
+                        }
+                    }
+                }
+            });
+        }
+
+        @Override
+        public Dimension getPreferredSize() {
+            Dimension preferredSize = super.getPreferredSize();
+            assert ESTIMATED_HEIGHT == ImageUtilities.loadImage ("org/netbeans/modules/dialogs/warning.gif").getHeight (null) : "Use only 16px icon.";
+            preferredSize.height = Math.max (ESTIMATED_HEIGHT, preferredSize.height);
+            return preferredSize;
+        }
+    }
+
     private static final class SettingsAndIterator<Data> {
         private final Iterator<Data> panels;
         private final Data settings;
diff --git a/openide.dialogs/src/org/openide/doc-files/wizard-guidebook.html b/openide.dialogs/src/org/openide/doc-files/wizard-guidebook.html
index 2b786b9..ce061e6 100644
--- a/openide.dialogs/src/org/openide/doc-files/wizard-guidebook.html
+++ b/openide.dialogs/src/org/openide/doc-files/wizard-guidebook.html
@@ -44,7 +44,7 @@
 
 <head>
  <title>Wizard guidebook</title>
-    <link rel="stylesheet" href="http://www.netbeans.org/netbeans.css" type="text/css"/>
+    <link rel="stylesheet" href="../../../prose.css" type="text/css"/>
     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
     <meta name="topic" content="openide/dialogs"/>
     <meta name="type" content="article"/>
diff --git a/openide.execution/manifest.mf b/openide.execution/manifest.mf
index bbf0b74..c3e36bb 100644
--- a/openide.execution/manifest.mf
+++ b/openide.execution/manifest.mf
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.openide.execution
-OpenIDE-Module-Specification-Version: 1.18.1
+OpenIDE-Module-Specification-Version: 1.21.1
 OpenIDE-Module-Localizing-Bundle: org/openide/execution/Bundle.properties
 OpenIDE-Module-Recommends: org.openide.execution.ExecutionEngine
 AutoUpdate-Essential-Module: true
diff --git a/openide.execution/nbproject/org-openide-execution.sig b/openide.execution/nbproject/org-openide-execution.sig
index aa93062..761ad58 100644
--- a/openide.execution/nbproject/org-openide-execution.sig
+++ b/openide.execution/nbproject/org-openide-execution.sig
@@ -1,11 +1,11 @@
 #Signature file v4.1
-#Version 1.16
+#Version 1.18
 
 CLSS public abstract interface java.io.Serializable
 
 CLSS public abstract java.lang.ClassLoader
-cons protected ClassLoader()
-cons protected ClassLoader(java.lang.ClassLoader)
+cons protected init()
+cons protected init(java.lang.ClassLoader)
 meth protected final java.lang.Class<?> defineClass(byte[],int,int)
  anno 0 java.lang.Deprecated()
 meth protected final java.lang.Class<?> defineClass(java.lang.String,byte[],int,int)
@@ -37,7 +37,7 @@ meth public void setClassAssertionStatus(java.lang.String,boolean)
 meth public void setDefaultAssertionStatus(boolean)
 meth public void setPackageAssertionStatus(java.lang.String,boolean)
 supr java.lang.Object
-hfds classAssertionStatus,classes,defaultAssertionStatus,defaultDomain,domains,initialized,loadedLibraryNames,nativeLibraries,nativeLibraryContext,nocerts,package2certs,packageAssertionStatus,packages,parent,scl,sclSet,sys_paths,systemNativeLibraries,usr_paths
+hfds bootstrapClassPath,classAssertionStatus,classes,defaultAssertionStatus,defaultDomain,domains,loadedLibraryNames,nativeLibraries,nativeLibraryContext,nocerts,package2certs,packageAssertionStatus,packages,parent,scl,sclSet,sys_paths,systemNativeLibraries,usr_paths
 hcls NativeLibrary
 
 CLSS public abstract interface !annotation java.lang.Deprecated
@@ -46,7 +46,7 @@ CLSS public abstract interface !annotation java.lang.Deprecated
 intf java.lang.annotation.Annotation
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -89,9 +89,9 @@ intf java.lang.annotation.Annotation
 meth public abstract java.lang.annotation.ElementType[] value()
 
 CLSS public java.net.URLClassLoader
-cons public URLClassLoader(java.net.URL[])
-cons public URLClassLoader(java.net.URL[],java.lang.ClassLoader)
-cons public URLClassLoader(java.net.URL[],java.lang.ClassLoader,java.net.URLStreamHandlerFactory)
+cons public init(java.net.URL[])
+cons public init(java.net.URL[],java.lang.ClassLoader)
+cons public init(java.net.URL[],java.lang.ClassLoader,java.net.URLStreamHandlerFactory)
 meth protected java.lang.Class<?> findClass(java.lang.String) throws java.lang.ClassNotFoundException
 meth protected java.lang.Package definePackage(java.lang.String,java.util.jar.Manifest,java.net.URL)
 meth protected java.security.PermissionCollection getPermissions(java.security.CodeSource)
@@ -105,8 +105,8 @@ supr java.security.SecureClassLoader
 hfds acc,ucp
 
 CLSS public java.security.SecureClassLoader
-cons protected SecureClassLoader()
-cons protected SecureClassLoader(java.lang.ClassLoader)
+cons protected init()
+cons protected init(java.lang.ClassLoader)
 meth protected final java.lang.Class<?> defineClass(java.lang.String,byte[],int,int,java.security.CodeSource)
 meth protected final java.lang.Class<?> defineClass(java.lang.String,java.nio.ByteBuffer,java.security.CodeSource)
 meth protected java.security.PermissionCollection getPermissions(java.security.CodeSource)
@@ -115,7 +115,7 @@ hfds debug,initialized,pdcache
 
 CLSS public abstract org.openide.ServiceType
  anno 0 java.lang.Deprecated()
-cons public ServiceType()
+cons public init()
 fld public final static java.lang.String PROP_NAME = "name"
 innr public abstract static Registry
 innr public final static Handle
@@ -136,7 +136,7 @@ supr java.lang.Object
 hfds err,name,serialVersionUID,supp
 
 CLSS public abstract org.openide.execution.ExecutionEngine
-cons public ExecutionEngine()
+cons public init()
 meth protected abstract java.security.PermissionCollection createPermissions(java.security.CodeSource,org.openide.windows.InputOutput)
 meth protected abstract org.openide.execution.NbClassPath createLibraryPath()
 meth public abstract org.openide.execution.ExecutorTask execute(java.lang.String,java.lang.Runnable,org.openide.windows.InputOutput)
@@ -145,18 +145,18 @@ supr java.lang.Object
 hcls Trivial
 
 CLSS public abstract org.openide.execution.ExecutorTask
-cons protected ExecutorTask(java.lang.Runnable)
+cons protected init(java.lang.Runnable)
 meth public abstract int result()
 meth public abstract org.openide.windows.InputOutput getInputOutput()
 meth public abstract void stop()
 supr org.openide.util.Task
 
 CLSS public org.openide.execution.NbClassLoader
-cons public NbClassLoader()
-cons public NbClassLoader(org.openide.filesystems.FileObject[],java.lang.ClassLoader,org.openide.windows.InputOutput) throws org.openide.filesystems.FileStateInvalidException
-cons public NbClassLoader(org.openide.filesystems.FileSystem[])
-cons public NbClassLoader(org.openide.filesystems.FileSystem[],java.lang.ClassLoader)
-cons public NbClassLoader(org.openide.windows.InputOutput)
+cons public init()
+cons public init(org.openide.filesystems.FileObject[],java.lang.ClassLoader,org.openide.windows.InputOutput) throws org.openide.filesystems.FileStateInvalidException
+cons public init(org.openide.filesystems.FileSystem[])
+cons public init(org.openide.filesystems.FileSystem[],java.lang.ClassLoader)
+cons public init(org.openide.windows.InputOutput)
 fld protected org.openide.windows.InputOutput inout
 meth protected final java.security.PermissionCollection getPermissions(java.security.CodeSource)
 meth protected java.lang.Class findClass(java.lang.String) throws java.lang.ClassNotFoundException
@@ -166,9 +166,9 @@ supr java.net.URLClassLoader
 hfds defaultPermissions,f,fast,permissionCollections
 
 CLSS public final org.openide.execution.NbClassPath
-cons public NbClassPath(java.io.File[])
-cons public NbClassPath(java.lang.String)
-cons public NbClassPath(java.lang.String[])
+cons public init(java.io.File[])
+cons public init(java.lang.String)
+cons public init(java.lang.String[])
 intf java.io.Serializable
 meth public boolean equals(java.lang.Object)
 meth public java.lang.Exception[] getExceptions()
@@ -183,8 +183,8 @@ supr java.lang.Object
 hfds classpath,items,serialVersionUID
 
 CLSS public final org.openide.execution.NbProcessDescriptor
-cons public NbProcessDescriptor(java.lang.String,java.lang.String)
-cons public NbProcessDescriptor(java.lang.String,java.lang.String,java.lang.String)
+cons public init(java.lang.String,java.lang.String)
+cons public init(java.lang.String,java.lang.String,java.lang.String)
 intf java.io.Serializable
 meth public boolean equals(java.lang.Object)
 meth public int hashCode()
@@ -200,7 +200,7 @@ supr java.lang.Object
 hfds arguments,execLog,info,processName,serialVersionUID
 
 CLSS public abstract org.openide.execution.ScriptType
-cons public ScriptType()
+cons public init()
 innr public static Context
 meth public abstract boolean acceptFileObject(org.openide.filesystems.FileObject)
 meth public abstract java.lang.Object eval(java.io.Reader,org.openide.execution.ScriptType$Context) throws java.lang.reflect.InvocationTargetException
@@ -220,13 +220,14 @@ supr org.openide.ServiceType
 hfds serialVersionUID
 
 CLSS public static org.openide.execution.ScriptType$Context
-cons public Context()
+ outer org.openide.execution.ScriptType
+cons public init()
 supr java.lang.Object
 
 CLSS public final org.openide.util.HelpCtx
-cons public HelpCtx(java.lang.Class)
-cons public HelpCtx(java.lang.String)
-cons public HelpCtx(java.net.URL)
+cons public init(java.lang.Class)
+cons public init(java.lang.String)
+cons public init(java.net.URL)
  anno 0 java.lang.Deprecated()
 fld public final static org.openide.util.HelpCtx DEFAULT_HELP
 innr public abstract interface static Provider
@@ -242,11 +243,12 @@ supr java.lang.Object
 hfds err,helpCtx,helpID
 
 CLSS public abstract interface static org.openide.util.HelpCtx$Provider
+ outer org.openide.util.HelpCtx
 meth public abstract org.openide.util.HelpCtx getHelpCtx()
 
 CLSS public org.openide.util.Task
-cons protected Task()
-cons public Task(java.lang.Runnable)
+cons protected init()
+cons public init(java.lang.Runnable)
 fld public final static org.openide.util.Task EMPTY
 intf java.lang.Runnable
 meth protected final void notifyFinished()
diff --git a/openide.explorer/apichanges.xml b/openide.explorer/apichanges.xml
index c63a174..aaed578 100644
--- a/openide.explorer/apichanges.xml
+++ b/openide.explorer/apichanges.xml
@@ -50,6 +50,49 @@ made subject to such option by the copyright holder.
 <apidef name="explorer">Explorer API</apidef>
 </apidefs>
 <changes>
+    <change id="TreeView.quickSearchAllowed">
+        <api name="explorer"/>
+        <summary>It's possible to define whether the quick search is enabled or disabled in TreeView.</summary>
+        <version major="6" minor="33"/>
+        <date day="16" month="11" year="2010"/>
+        <author login="theanuradha"/>
+        <compatibility binary="compatible" source="compatible" deprecation="no" deletion="no" addition="yes"/>
+        <description>
+            Methods <code>setQuickSearchAllowed()</code> and <code>isQuickSearchAllowed()</code>
+            added to TreeView to control quick search enable or disable.
+        </description>
+        <class package="org.openide.explorer.view" name="TreeView"/>
+        <issue number="181452"/>
+    </change>
+    <change id="OutlineView.defaultActionAllowed">
+        <api name="explorer"/>
+        <summary>It's possible to define whether the default action is allowed or not in OutlineView.</summary>
+        <version major="6" minor="32"/>
+        <date day="4" month="10" year="2010"/>
+        <author login="mentlicher"/>
+        <compatibility binary="compatible" source="compatible" deprecation="no" deletion="no" addition="yes"/>
+        <description>
+            Methods <code>setDefaultActionAllowed()</code> and <code>isDefaultActionAllowed()</code>
+            added to OutlineView to control invocation of the default action.
+        </description>
+        <class package="org.openide.explorer.view" name="OutlineView"/>
+        <issue number="190258"/>
+    </change>
+    <change id="OutlineView.setTreeHorizontalScrollBarPolicy">
+        <api name="explorer"/>
+        <summary>OutlineView can provide horizontal scroll bar in the tree column.</summary>
+        <version major="6" minor="30"/>
+        <date day="7" month="7" year="2010"/>
+        <author login="mentlicher"/>
+        <compatibility binary="compatible" source="compatible" deprecation="no" deletion="no" addition="yes"/>
+        <description>
+            In order to be able to provide horizontal scroll bar in the tree column,
+            two methods are added: <code>getTreeHorizontalScrollBarPolicy()</code>
+            and <code>setTreeHorizontalScrollBarPolicy()</code>.
+        </description>
+        <class package="org.openide.explorer.view" name="OutlineView"/>
+        <issue number="188130"/>
+    </change>
     <change id="ListView.setShowParentNode">
         <api name="explorer"/>
         <summary>ListView can now display ".." item</summary>
diff --git a/openide.explorer/manifest.mf b/openide.explorer/manifest.mf
index 3fa3848..2776614 100644
--- a/openide.explorer/manifest.mf
+++ b/openide.explorer/manifest.mf
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
 OpenIDE-Module: org.openide.explorer
 OpenIDE-Module-Localizing-Bundle: org/openide/explorer/Bundle.properties
 AutoUpdate-Essential-Module: true
-OpenIDE-Module-Specification-Version: 6.28.1
+OpenIDE-Module-Specification-Version: 6.34.1
 
diff --git a/openide.explorer/nbproject/org-openide-explorer.sig b/openide.explorer/nbproject/org-openide-explorer.sig
index dacaa19..9a1b449 100644
--- a/openide.explorer/nbproject/org-openide-explorer.sig
+++ b/openide.explorer/nbproject/org-openide-explorer.sig
@@ -1,8 +1,8 @@
 #Signature file v4.1
-#Version 6.22.0
+#Version 6.28
 
 CLSS public abstract java.awt.Component
-cons protected Component()
+cons protected init()
 fld public final static float BOTTOM_ALIGNMENT = 1.0
 fld public final static float CENTER_ALIGNMENT = 0.5
 fld public final static float LEFT_ALIGNMENT = 0.0
@@ -272,11 +272,11 @@ meth public void transferFocusUpCycle()
 meth public void update(java.awt.Graphics)
 meth public void validate()
 supr java.lang.Object
-hfds FOCUS_TRAVERSABLE_DEFAULT,FOCUS_TRAVERSABLE_SET,FOCUS_TRAVERSABLE_UNKNOWN,LOCK,accessibleContext,actionListenerK,adjustmentListenerK,appContext,background,backgroundEraseDisabled,boundsOp,bufferStrategy,changeSupport,coalesceEventsParams,coalesceMap,coalescingEnabled,componentListener,componentListenerK,componentOrientation,componentSerializedDataVersion,compoundShape,containerListenerK,cursor,dbg,dropTarget,enabled,eventCache,eventMask,focusListener,focusListenerK,focusLog,focusTraversalKeyPropertyNames,focusTraversalKeys,focusTraversalKeysEnabled,focusable,font,foreground,graphicsConfig,height,hierarchyBoundsListener,hierarchyBoundsListenerK,hierarchyListener,hierarchyListenerK,ignoreRepaint,incRate,inputMethodListener,inputMethodListenerK,isAddNotifyComplete,isFocusTraversableOverridden,isInc,isPacked,itemListenerK,keyListener,keyListenerK,locale,log,maxSize,maxSizeSet,minSize,minSizeSet,mixingCutoutRegion,mixingLog,mouseListener,mouseListenerK,mouseMotionListener,mouseMotionListenerK,mouseWheelListener,mouseWheelListenerK,name,nameExplicitlySet,nativeInLightFixer,newEventsOnly,objectLock,ownedWindowK,parent,peer,peerFont,popups,prefSize,prefSizeSet,privateKey,requestFocusController,serialVersionUID,textListenerK,valid,visible,width,windowClosingException,windowFocusListenerK,windowListenerK,windowStateListenerK,x,y
-hcls AWTTreeLock,BltSubRegionBufferStrategy,DummyRequestFocusController,FlipSubRegionBufferStrategy,NativeInLightFixer,ProxyCapabilities,SingleBufferStrategy
+hfds FOCUS_TRAVERSABLE_DEFAULT,FOCUS_TRAVERSABLE_SET,FOCUS_TRAVERSABLE_UNKNOWN,LOCK,accessibleContext,actionListenerK,adjustmentListenerK,appContext,background,boundsOp,bufferStrategy,changeSupport,changeSupportLock,coalesceEventsParams,coalesceMap,coalescingEnabled,componentListener,componentListenerK,componentOrientation,componentSerializedDataVersion,compoundShape,containerListenerK,cursor,dropTarget,enabled,eventCache,eventLog,eventMask,focusListener,focusListenerK,focusLog,focusTraversalKeyPropertyNames,focusTraversalKeys,focusTraversalKeysEnabled,focusable,font,foreground,graphicsConfig,height,hierarchyBoundsListener,hierarchyBoundsListenerK,hierarchyListener,hierarchyListenerK,ignoreRepaint,incRate,inputMethodListener,inputMethodListenerK,isAddNotifyComplete,isFocusTraversableOverridden,isInc,isPacked,itemListenerK,keyListener,keyListenerK,locale,log,maxSize,maxSizeSet,minSize,minSizeSet,mixingLog,mouseListener,mouseListenerK,mouseMotionListener,mouseMotionListenerK,mouseWheelListener,mouseWheelListenerK,name,nameExplicitlySet,nativeInLightFixer,newEventsOnly,opaquePropertyChangeListener,ownedWindowK,parent,peer,peerFont,popups,prefSize,prefSizeSet,requestFocusController,serialVersionUID,textListenerK,valid,visible,width,windowClosingException,windowFocusListenerK,windowListenerK,windowStateListenerK,x,y
+hcls AWTTreeLock,BltSubRegionBufferStrategy,DummyRequestFocusController,FlipSubRegionBufferStrategy,NativeInLightFixer,SingleBufferStrategy
 
 CLSS public java.awt.Container
-cons public Container()
+cons public init()
 innr protected AccessibleAWTContainer
 meth protected java.lang.String paramString()
 meth protected void addImpl(java.awt.Component,java.lang.Object,int)
@@ -353,12 +353,11 @@ meth public void setFocusTraversalKeys(int,java.util.Set<? extends java.awt.AWTK
 meth public void setFocusTraversalPolicy(java.awt.FocusTraversalPolicy)
 meth public void setFont(java.awt.Font)
 meth public void setLayout(java.awt.LayoutManager)
-meth public void transferFocusBackward()
 meth public void transferFocusDownCycle()
 meth public void update(java.awt.Graphics)
 meth public void validate()
 supr java.awt.Component
-hfds EMPTY_ARRAY,INCLUDE_SELF,SEARCH_HEAVYWEIGHTS,component,containerListener,containerSerializedDataVersion,dbg,descendantsCount,dispatcher,focusCycleRoot,focusTraversalPolicy,focusTraversalPolicyProvider,layoutMgr,listeningBoundsChildren,listeningChildren,mixingLog,modalAppContext,modalComp,numOfHWComponents,numOfLWComponents,preserveBackgroundColor,printing,printingThreads,serialPersistentFields,serialVersionUID
+hfds INCLUDE_SELF,SEARCH_HEAVYWEIGHTS,component,containerListener,containerSerializedDataVersion,descendantsCount,dispatcher,eventLog,focusCycleRoot,focusTraversalPolicy,focusTraversalPolicyProvider,layoutMgr,listeningBoundsChildren,listeningChildren,log,mixingLog,modalAppContext,modalComp,ncomponents,numOfHWComponents,numOfLWComponents,printing,printingThreads,serialPersistentFields,serialVersionUID
 hcls DropTargetEventTargetFilter,EventTargetFilter,MouseEventTargetFilter,WakingRunnable
 
 CLSS public abstract interface java.awt.ItemSelectable
@@ -425,7 +424,7 @@ CLSS public abstract interface !annotation java.lang.Deprecated
 intf java.lang.annotation.Annotation
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -470,7 +469,7 @@ CLSS public abstract interface javax.accessibility.Accessible
 meth public abstract javax.accessibility.AccessibleContext getAccessibleContext()
 
 CLSS public abstract javax.swing.AbstractButton
-cons public AbstractButton()
+cons public init()
 fld protected java.awt.event.ActionListener actionListener
 fld protected java.awt.event.ItemListener itemListener
 fld protected javax.swing.ButtonModel model
@@ -595,7 +594,7 @@ hfds action,actionPropertyChangeListener,borderPaintedSet,contentAreaFilled,cont
 hcls ButtonActionPropertyChangeListener,Handler
 
 CLSS public abstract javax.swing.AbstractListModel
-cons public AbstractListModel()
+cons public init()
 fld protected javax.swing.event.EventListenerList listenerList
 intf java.io.Serializable
 intf javax.swing.ListModel
@@ -614,10 +613,10 @@ meth public abstract java.lang.Object getSelectedItem()
 meth public abstract void setSelectedItem(java.lang.Object)
 
 CLSS public javax.swing.JComboBox
-cons public JComboBox()
-cons public JComboBox(java.lang.Object[])
-cons public JComboBox(java.util.Vector<?>)
-cons public JComboBox(javax.swing.ComboBoxModel)
+cons public init()
+cons public init(java.lang.Object[])
+cons public init(java.util.Vector<?>)
+cons public init(javax.swing.ComboBoxModel)
 fld protected boolean isEditable
 fld protected boolean lightWeightPopupEnabled
 fld protected int maximumRowCount
@@ -708,7 +707,7 @@ hfds action,actionPropertyChangeListener,firingActionEvent,prototypeDisplayValue
 hcls ComboBoxActionPropertyChangeListener,DefaultKeySelectionManager
 
 CLSS public abstract javax.swing.JComponent
-cons public JComponent()
+cons public init()
 fld protected javax.accessibility.AccessibleContext accessibleContext
 fld protected javax.swing.event.EventListenerList listenerList
 fld protected javax.swing.plaf.ComponentUI ui
@@ -862,14 +861,14 @@ meth public void unregisterKeyboardAction(javax.swing.KeyStroke)
 meth public void update(java.awt.Graphics)
 meth public void updateUI()
 supr java.awt.Container
-hfds ACTIONMAP_CREATED,ANCESTOR_INPUTMAP_CREATED,ANCESTOR_NOTIFIER_KEY,ANCESTOR_USING_BUFFER,AUTOSCROLLS_SET,COMPLETELY_OBSCURED,CREATED_DOUBLE_BUFFER,DEBUG_GRAPHICS_LOADED,FOCUS_INPUTMAP_CREATED,FOCUS_TRAVERSAL_KEYS_BACKWARD_SET,FOCUS_TRAVERSAL_KEYS_FORWARD_SET,INHERITS_POPUP_MENU,INPUT_VERIFIER_KEY,INPUT_VERIFIER_SOURCE_KEY,IS_DOUBLE_BUFFERED,IS_OPAQUE,IS_PAINTING_TILE,IS_PRINTING,IS_PRINTING_ALL,IS_REPAINTING,KEYBOARD_BINDINGS_KEY,KEY_EVENTS_ENABLED,NEXT_FOCUS,NOT_OBSCURED,OPAQUE_SET,PARTIALLY_OBSCURED,REQUEST_FOCUS_DISABLED,RESERVED_1,RESERVED_2,RESERVED_3,RESERVED_4,RESERVED_5,RESERVED_6,TRANSFER_HANDLER_KEY,WHEN_IN_FOCUSED_WINDOW_BINDINGS,WIF_INPUTMAP_CREATED,WRITE_OBJ_COUNTER_FIRST,WRITE_OBJ_COUNTER_LAST,aaTextInfo,actionMap,alignmentX,alignmentY,ancestorInputMap,autoscrolls,border,clientProperties,componentObtainingGraphicsFrom,componentObtainingGraphicsFromLock,defaultLocale,flags,focusController,focusInputMap,inputVerifier,isAlignmentXSet,isAlignmentYSet,managingFocusBackwardTraversalKeys,managingFocusForwardTraversalKeys,paintingChild,popupMenu,readObjectCallbacks,tempRectangles,uiClassID,verifyInputWhenFocusTarget,vetoableChangeSupport,windowInputMap
+hfds ACTIONMAP_CREATED,ANCESTOR_INPUTMAP_CREATED,ANCESTOR_USING_BUFFER,AUTOSCROLLS_SET,COMPLETELY_OBSCURED,CREATED_DOUBLE_BUFFER,DEBUG_GRAPHICS_LOADED,FOCUS_INPUTMAP_CREATED,FOCUS_TRAVERSAL_KEYS_BACKWARD_SET,FOCUS_TRAVERSAL_KEYS_FORWARD_SET,INHERITS_POPUP_MENU,INPUT_VERIFIER_SOURCE_KEY,IS_DOUBLE_BUFFERED,IS_OPAQUE,IS_PAINTING_TILE,IS_PRINTING,IS_PRINTING_ALL,IS_REPAINTING,KEYBOARD_BINDINGS_KEY,KEY_EVENTS_ENABLED,NEXT_FOCUS,NOT_OBSCURED,OPAQUE_SET,PARTIALLY_OBSCURED,REQUEST_FOCUS_DISABLED,RESERVED_1,RESERVED_2,RESERVED_3,RESERVED_4,RESERVED_5,RESERVED_6,REVALIDATE_RUNNABLE_SCHEDULED,WHEN_IN_FOCUSED_WINDOW_BINDINGS,WIF_INPUTMAP_CREATED,WRITE_OBJ_COUNTER_FIRST,WRITE_OBJ_COUNTER_LAST,aaTextInfo,actionMap,alignmentX,alignmentY,ancestorInputMap,autoscrolls,border,clientProperties,componentObtainingGraphicsFrom,componentObtainingGraphicsFromLock,defaultLocale,flags,focusController,focusInputMap,inputVerifier,isAlignmentXSet,isAlignmentYSet,managingFocusBackwardTraversalKeys,managingFocusForwardTraversalKeys,paintingChild,popupMenu,readObjectCallbacks,tempRectangles,uiClassID,verifyInputWhenFocusTarget,vetoableChangeSupport,windowInputMap
 hcls ActionStandin,IntVector,KeyboardState,ReadObjectCallback
 
 CLSS public javax.swing.JMenu
-cons public JMenu()
-cons public JMenu(java.lang.String)
-cons public JMenu(java.lang.String,boolean)
-cons public JMenu(javax.swing.Action)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,boolean)
+cons public init(javax.swing.Action)
 fld protected javax.swing.JMenu$WinListener popupListener
 innr protected AccessibleJMenu
 innr protected WinListener
@@ -933,12 +932,12 @@ hfds DEBUG,TRACE,VERBOSE,customMenuLocation,delay,listenerRegistry,menuChangeLis
 hcls MenuChangeListener
 
 CLSS public javax.swing.JMenuItem
-cons public JMenuItem()
-cons public JMenuItem(java.lang.String)
-cons public JMenuItem(java.lang.String,int)
-cons public JMenuItem(java.lang.String,javax.swing.Icon)
-cons public JMenuItem(javax.swing.Action)
-cons public JMenuItem(javax.swing.Icon)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,int)
+cons public init(java.lang.String,javax.swing.Icon)
+cons public init(javax.swing.Action)
+cons public init(javax.swing.Icon)
 innr protected AccessibleJMenuItem
 intf javax.accessibility.Accessible
 intf javax.swing.MenuElement
@@ -981,10 +980,10 @@ hfds DEBUG,TRACE,VERBOSE,accelerator,isMouseDragged,uiClassID
 hcls MenuItemFocusListener
 
 CLSS public javax.swing.JPanel
-cons public JPanel()
-cons public JPanel(boolean)
-cons public JPanel(java.awt.LayoutManager)
-cons public JPanel(java.awt.LayoutManager,boolean)
+cons public init()
+cons public init(boolean)
+cons public init(java.awt.LayoutManager)
+cons public init(java.awt.LayoutManager,boolean)
 innr protected AccessibleJPanel
 intf javax.accessibility.Accessible
 meth protected java.lang.String paramString()
@@ -997,10 +996,10 @@ supr javax.swing.JComponent
 hfds uiClassID
 
 CLSS public javax.swing.JScrollPane
-cons public JScrollPane()
-cons public JScrollPane(int,int)
-cons public JScrollPane(java.awt.Component)
-cons public JScrollPane(java.awt.Component,int,int)
+cons public init()
+cons public init(int,int)
+cons public init(java.awt.Component)
+cons public init(java.awt.Component,int,int)
 fld protected int horizontalScrollBarPolicy
 fld protected int verticalScrollBarPolicy
 fld protected java.awt.Component lowerLeft
@@ -1122,7 +1121,7 @@ meth public abstract void intervalAdded(javax.swing.event.ListDataEvent)
 meth public abstract void intervalRemoved(javax.swing.event.ListDataEvent)
 
 CLSS public abstract javax.swing.table.AbstractTableModel
-cons public AbstractTableModel()
+cons public init()
 fld protected javax.swing.event.EventListenerList listenerList
 intf java.io.Serializable
 intf javax.swing.table.TableModel
@@ -1156,8 +1155,8 @@ meth public abstract void removeTableModelListener(javax.swing.event.TableModelL
 meth public abstract void setValueAt(java.lang.Object,int,int)
 
 CLSS public javax.swing.tree.DefaultTreeModel
-cons public DefaultTreeModel(javax.swing.tree.TreeNode)
-cons public DefaultTreeModel(javax.swing.tree.TreeNode,boolean)
+cons public init(javax.swing.tree.TreeNode)
+cons public init(javax.swing.tree.TreeNode,boolean)
 fld protected boolean asksAllowsChildren
 fld protected javax.swing.event.EventListenerList listenerList
 fld protected javax.swing.tree.TreeNode root
@@ -1208,13 +1207,13 @@ meth public abstract void valueForPathChanged(javax.swing.tree.TreePath,java.lan
 
 CLSS public org.openide.awt.JMenuPlus
  anno 0 java.lang.Deprecated()
-cons public JMenuPlus()
-cons public JMenuPlus(java.lang.String)
+cons public init()
+cons public init(java.lang.String)
 supr javax.swing.JMenu
 hfds serialVersionUID
 
 CLSS public final org.openide.explorer.ExplorerManager
-cons public ExplorerManager()
+cons public init()
 fld public final static java.lang.String PROP_EXPLORED_CONTEXT = "exploredContext"
 fld public final static java.lang.String PROP_NODE_CHANGE = "nodeChange"
 fld public final static java.lang.String PROP_ROOT_CONTEXT = "rootContext"
@@ -1241,6 +1240,7 @@ hfds LOCK,SCHEDULE_REMOVE_ASYNCH,SELECTION_SYNC_DELAY,actions,exploredContext,li
 hcls Listener
 
 CLSS public abstract interface static org.openide.explorer.ExplorerManager$Provider
+ outer org.openide.explorer.ExplorerManager
 meth public abstract org.openide.explorer.ExplorerManager getExplorerManager()
 
 CLSS public final org.openide.explorer.ExplorerUtils
@@ -1258,8 +1258,8 @@ meth public abstract boolean delete(org.openide.nodes.Node[]) throws java.io.IOE
 
 CLSS public org.openide.explorer.propertysheet.DefaultPropertyModel
  anno 0 java.lang.Deprecated()
-cons public DefaultPropertyModel(java.lang.Object,java.beans.PropertyDescriptor)
-cons public DefaultPropertyModel(java.lang.Object,java.lang.String)
+cons public init(java.lang.Object,java.beans.PropertyDescriptor)
+cons public init(java.lang.Object,java.lang.String)
 intf java.beans.PropertyChangeListener
 intf org.openide.explorer.propertysheet.ExPropertyModel
 meth public java.beans.FeatureDescriptor getFeatureDescriptor()
@@ -1306,6 +1306,7 @@ meth public abstract void setPropertyModel(org.openide.explorer.propertysheet.Pr
 meth public abstract void setValue(java.lang.Object)
 
 CLSS public abstract interface static org.openide.explorer.propertysheet.InplaceEditor$Factory
+ outer org.openide.explorer.propertysheet.InplaceEditor
 meth public abstract org.openide.explorer.propertysheet.InplaceEditor getInplaceEditor()
 
 CLSS public org.openide.explorer.propertysheet.PropertyEnv
@@ -1336,11 +1337,11 @@ meth public abstract void removePropertyChangeListener(java.beans.PropertyChange
 meth public abstract void setValue(java.lang.Object) throws java.lang.reflect.InvocationTargetException
 
 CLSS public org.openide.explorer.propertysheet.PropertyPanel
-cons public PropertyPanel()
-cons public PropertyPanel(java.lang.Object,java.lang.String,int)
-cons public PropertyPanel(org.openide.explorer.propertysheet.PropertyModel,int)
-cons public PropertyPanel(org.openide.nodes.Node$Property)
-cons public PropertyPanel(org.openide.nodes.Node$Property,int)
+cons public init()
+cons public init(java.lang.Object,java.lang.String,int)
+cons public init(org.openide.explorer.propertysheet.PropertyModel,int)
+cons public init(org.openide.nodes.Node$Property)
+cons public init(org.openide.nodes.Node$Property,int)
 fld public final static int PREF_CUSTOM_EDITOR = 2
 fld public final static int PREF_INPUT_STATE = 4
 fld public final static int PREF_READ_ONLY = 1
@@ -1384,7 +1385,7 @@ hfds beans,changeImmediate,displayer,initializing,inner,isGtk,listener,model,pre
 hcls AccessiblePropertyPanel,CustomEditorProxyAction,Listener
 
 CLSS public org.openide.explorer.propertysheet.PropertySheet
-cons public PropertySheet()
+cons public init()
 fld protected static javax.swing.Icon iAlphaSort
  anno 0 java.lang.Deprecated()
 fld protected static javax.swing.Icon iCustomize
@@ -1457,11 +1458,11 @@ meth public void setValueColor(java.awt.Color)
  anno 0 java.lang.Deprecated()
 meth public void updateUI()
 supr javax.swing.JPanel
-hfds ACTION_INVOKE_HELP,ACTION_INVOKE_POPUP,INIT_DELAY,MAX_DELAY,forceTabs,helpAction,helperNodes,initTask,neverTabs,pclistener,popupEnabled,psheet,scheduleTask,serialVersionUID,showDesc,sortingMode,storedNode,table
+hfds ACTION_INVOKE_HELP,ACTION_INVOKE_POPUP,INIT_DELAY,MAX_DELAY,RP,forceTabs,helpAction,helperNodes,initTask,neverTabs,pclistener,popupEnabled,psheet,scheduleTask,serialVersionUID,showDesc,sortingMode,storedNode,table
 hcls HelpAction,MutableAction,SheetPCListener,TabInfo,TabSelectionListener
 
 CLSS public org.openide.explorer.propertysheet.PropertySheetView
-cons public PropertySheetView()
+cons public init()
 meth public void addNotify()
 meth public void removeNotify()
 supr org.openide.explorer.propertysheet.PropertySheet
@@ -1495,7 +1496,7 @@ meth public abstract org.w3c.dom.Node storeToXML(org.w3c.dom.Document)
 meth public abstract void readFromXML(org.w3c.dom.Node) throws java.io.IOException
 
 CLSS public org.openide.explorer.view.BeanTreeView
-cons public BeanTreeView()
+cons public init()
 meth protected boolean selectionAccept(org.openide.nodes.Node[])
 meth protected org.openide.explorer.view.NodeTreeModel createModel()
 meth protected void selectionChanged(org.openide.nodes.Node[],org.openide.explorer.ExplorerManager) throws java.beans.PropertyVetoException
@@ -1513,7 +1514,7 @@ meth public abstract java.lang.Boolean isSelected()
 meth public abstract void setSelected(java.lang.Boolean)
 
 CLSS public org.openide.explorer.view.ChoiceView
-cons public ChoiceView()
+cons public init()
 intf java.io.Externalizable
 meth protected org.openide.explorer.view.NodeListModel createModel()
 meth public boolean getShowExploredContext()
@@ -1527,7 +1528,7 @@ hfds iListener,manager,model,serialVersionUID,showExploredContext
 hcls PropertyIL
 
 CLSS public org.openide.explorer.view.ContextTreeView
-cons public ContextTreeView()
+cons public init()
 meth protected boolean selectionAccept(org.openide.nodes.Node[])
 meth protected boolean useExploredContextMenu()
 meth protected org.openide.explorer.view.NodeTreeModel createModel()
@@ -1539,7 +1540,7 @@ hfds LOG,serialVersionUID
 hcls NodeContextModel
 
 CLSS public org.openide.explorer.view.IconView
-cons public IconView()
+cons public init()
 intf java.io.Externalizable
 meth protected javax.swing.JList createList()
 supr org.openide.explorer.view.ListView
@@ -1547,8 +1548,8 @@ hfds serialVersionUID
 
 CLSS public org.openide.explorer.view.ListTableView
  anno 0 java.lang.Deprecated()
-cons public ListTableView()
-cons public ListTableView(org.openide.explorer.view.NodeTableModel)
+cons public init()
+cons public init(org.openide.explorer.view.NodeTableModel)
 meth public final int getListPreferredWidth()
 meth public final int getTableAutoResizeMode()
 meth public final int getTableColumnPreferredWidth(int)
@@ -1565,7 +1566,7 @@ hfds controlledTableView,listener,manager,pchl,prefSize,table,tableChanging
 hcls Listener
 
 CLSS public org.openide.explorer.view.ListView
-cons public ListView()
+cons public init()
 fld protected javax.swing.JList list
 fld protected org.openide.explorer.view.NodeListModel model
 intf java.io.Externalizable
@@ -1578,6 +1579,7 @@ meth protected void validateTree()
 meth public boolean isDragSource()
 meth public boolean isDropTarget()
 meth public boolean isPopupAllowed()
+meth public boolean isShowParentNode()
 meth public boolean isTraversalAllowed()
 meth public boolean requestFocusInWindow()
 meth public int getAllowedDragActions()
@@ -1598,14 +1600,15 @@ meth public void setDragSource(boolean)
 meth public void setDropTarget(boolean)
 meth public void setPopupAllowed(boolean)
 meth public void setSelectionMode(int)
+meth public void setShowParentNode(boolean)
 meth public void setTraversalAllowed(boolean)
 meth public void writeExternal(java.io.ObjectOutput) throws java.io.IOException
 supr javax.swing.JScrollPane
-hfds allowedDragActions,allowedDropActions,defaultProcessor,dragActive,dragSupport,dropActive,dropSupport,listenerActive,manager,managerListener,popupAllowed,popupSupport,serialVersionUID,traversalAllowed,wlpc,wlvc
+hfds allowedDragActions,allowedDropActions,defaultProcessor,dragActive,dragSupport,dropActive,dropSupport,listenerActive,manager,managerListener,popupAllowed,popupSupport,serialVersionUID,showParentNode,traversalAllowed,wlpc,wlvc
 hcls EnterAction,GoUpAction,GuardedActions,Listener,NbList,PopupSupport
 
 CLSS public org.openide.explorer.view.MenuView
-cons public MenuView()
+cons public init()
 innr public abstract interface static Acceptor
 innr public static Menu
 innr public static MenuItem
@@ -1616,18 +1619,20 @@ hfds DEFAULT_LISTENER,current,explorerManager,listener,root,serialVersionUID
 hcls AcceptorProxy,Listener
 
 CLSS public abstract interface static org.openide.explorer.view.MenuView$Acceptor
+ outer org.openide.explorer.view.MenuView
  anno 0 java.lang.Deprecated()
 meth public abstract boolean accept(org.openide.nodes.Node)
  anno 0 java.lang.Deprecated()
 
 CLSS public static org.openide.explorer.view.MenuView$Menu
-cons public Menu(org.openide.nodes.Node)
-cons public Menu(org.openide.nodes.Node,org.openide.explorer.view.MenuView$Acceptor)
+ outer org.openide.explorer.view.MenuView
+cons public init(org.openide.nodes.Node)
+cons public init(org.openide.nodes.Node,org.openide.explorer.view.MenuView$Acceptor)
  anno 0 java.lang.Deprecated()
-cons public Menu(org.openide.nodes.Node,org.openide.explorer.view.MenuView$Acceptor,boolean)
+cons public init(org.openide.nodes.Node,org.openide.explorer.view.MenuView$Acceptor,boolean)
  anno 0 java.lang.Deprecated()
-cons public Menu(org.openide.nodes.Node,org.openide.nodes.NodeAcceptor)
-cons public Menu(org.openide.nodes.Node,org.openide.nodes.NodeAcceptor,boolean)
+cons public init(org.openide.nodes.Node,org.openide.nodes.NodeAcceptor)
+cons public init(org.openide.nodes.Node,org.openide.nodes.NodeAcceptor,boolean)
 fld protected org.openide.nodes.Node node
 fld protected org.openide.nodes.NodeAcceptor action
 meth protected javax.swing.JMenuItem createMenuItem(org.openide.nodes.Node)
@@ -1638,13 +1643,14 @@ hfds filled,serialVersionUID
 hcls Helper
 
 CLSS public static org.openide.explorer.view.MenuView$MenuItem
-cons public MenuItem(org.openide.nodes.Node)
-cons public MenuItem(org.openide.nodes.Node,org.openide.explorer.view.MenuView$Acceptor)
+ outer org.openide.explorer.view.MenuView
+cons public init(org.openide.nodes.Node)
+cons public init(org.openide.nodes.Node,org.openide.explorer.view.MenuView$Acceptor)
  anno 0 java.lang.Deprecated()
-cons public MenuItem(org.openide.nodes.Node,org.openide.explorer.view.MenuView$Acceptor,boolean)
+cons public init(org.openide.nodes.Node,org.openide.explorer.view.MenuView$Acceptor,boolean)
  anno 0 java.lang.Deprecated()
-cons public MenuItem(org.openide.nodes.Node,org.openide.nodes.NodeAcceptor)
-cons public MenuItem(org.openide.nodes.Node,org.openide.nodes.NodeAcceptor,boolean)
+cons public init(org.openide.nodes.Node,org.openide.nodes.NodeAcceptor)
+cons public init(org.openide.nodes.Node,org.openide.nodes.NodeAcceptor,boolean)
 fld protected org.openide.nodes.Node node
 fld protected org.openide.nodes.NodeAcceptor action
 intf org.openide.util.HelpCtx$Provider
@@ -1654,8 +1660,8 @@ supr javax.swing.JMenuItem
 hfds serialVersionUID
 
 CLSS public org.openide.explorer.view.NodeListModel
-cons public NodeListModel()
-cons public NodeListModel(org.openide.nodes.Node)
+cons public init()
+cons public init(org.openide.nodes.Node)
 intf javax.swing.ComboBoxModel
 meth public int getDepth()
 meth public int getIndex(java.lang.Object)
@@ -1666,19 +1672,19 @@ meth public void setDepth(int)
 meth public void setNode(org.openide.nodes.Node)
 meth public void setSelectedItem(java.lang.Object)
 supr javax.swing.AbstractListModel
-hfds childrenCount,depth,listener,parent,selectedObject,serialVersionUID,size
+hfds childrenCount,depth,listener,parent,selectedObject,serialVersionUID,showParent,size
 hcls Info,Listener
 
 CLSS public org.openide.explorer.view.NodePopupFactory
-cons public NodePopupFactory()
+cons public init()
 meth public javax.swing.JPopupMenu createPopupMenu(int,int,org.openide.nodes.Node[],java.awt.Component)
 meth public void setShowQuickFilter(boolean)
 supr java.lang.Object
 hfds showQuickFilter
 
 CLSS public org.openide.explorer.view.NodeRenderer
-cons public NodeRenderer()
-cons public NodeRenderer(boolean)
+cons public init()
+cons public init(boolean)
  anno 0 java.lang.Deprecated()
 intf javax.swing.ListCellRenderer
 intf javax.swing.tree.TreeCellRenderer
@@ -1690,7 +1696,7 @@ supr java.lang.Object
 hfds bigIcons,draggedOver,instance,renderer
 
 CLSS public org.openide.explorer.view.NodeTableModel
-cons public NodeTableModel()
+cons public init()
 meth protected org.openide.nodes.Node$Property getPropertyFor(org.openide.nodes.Node,org.openide.nodes.Node$Property)
 meth public boolean isCellEditable(int,int)
 meth public int getColumnCount()
@@ -1705,23 +1711,29 @@ hfds ATTR_COMPARABLE_COLUMN,ATTR_DESCENDING_ORDER,ATTR_DISPLAY_NAME_WITH_MNEMONI
 hcls ArrayColumn
 
 CLSS public org.openide.explorer.view.NodeTreeModel
-cons public NodeTreeModel()
-cons public NodeTreeModel(org.openide.nodes.Node)
+cons public init()
+cons public init(org.openide.nodes.Node)
 meth public void setNode(org.openide.nodes.Node)
 meth public void valueForPathChanged(javax.swing.tree.TreePath,java.lang.Object)
 supr javax.swing.tree.DefaultTreeModel
-hfds listener,serialVersionUID,views
+hfds LOG,listener,serialVersionUID,views
 hcls Listener,TreeModelEventImpl
 
 CLSS public org.openide.explorer.view.OutlineView
-cons public OutlineView()
-cons public OutlineView(java.lang.String)
+cons public init()
+cons public init(java.lang.String)
+meth protected int getAllowedDropActions(java.awt.datatransfer.Transferable)
 meth protected org.netbeans.swing.outline.OutlineModel createOutlineModel(org.openide.explorer.view.NodeTreeModel,org.netbeans.swing.outline.RowModel,java.lang.String)
+meth public !varargs final void setPropertyColumns(java.lang.String[])
 meth public boolean isDragSource()
 meth public boolean isDropTarget()
 meth public boolean isExpanded(org.openide.nodes.Node)
 meth public boolean isPopupAllowed()
 meth public boolean requestFocusInWindow()
+meth public final boolean removePropertyColumn(java.lang.String)
+meth public final void addPropertyColumn(java.lang.String,java.lang.String)
+meth public final void addPropertyColumn(java.lang.String,java.lang.String,java.lang.String)
+meth public final void setPropertyColumnDescription(java.lang.String,java.lang.String)
 meth public int getAllowedDragActions()
 meth public int getAllowedDropActions()
 meth public org.netbeans.swing.outline.Outline getOutline()
@@ -1741,14 +1753,16 @@ meth public void setDropTarget(boolean)
 meth public void setNodePopupFactory(org.openide.explorer.view.NodePopupFactory)
 meth public void setPopupAllowed(boolean)
 meth public void setProperties(org.openide.nodes.Node$Property[])
+ anno 0 java.lang.Deprecated()
+meth public void setTreeSortable(boolean)
 meth public void writeSettings(java.util.Properties,java.lang.String)
 supr javax.swing.JScrollPane
 hfds allowedDragActions,allowedDropActions,defaultTreeActionListener,dragActive,dragSupport,dropActive,dropSupport,dropTargetPopupAllowed,manager,managerListener,model,outline,popupFactory,popupListener,rowModel,treeModel,wlpc,wlvc
-hcls DefaultTreeAction,NodeOutlineModel,OutlinePopupFactory,OutlineViewOutline,PopupAction,PopupAdapter,TableSelectionListener
+hcls DefaultTreeAction,NodeOutlineModel,OutlinePopupFactory,OutlineViewOutline,PopupAction,PopupAdapter,PrototypeProperty,TableSelectionListener
 
 CLSS public org.openide.explorer.view.TableView
-cons public TableView()
-cons public TableView(org.openide.explorer.view.NodeTableModel)
+cons public init()
+cons public init(org.openide.explorer.view.NodeTableModel)
 meth public boolean isDragSource()
 meth public boolean isDropTarget()
 meth public boolean isPopupAllowed()
@@ -1773,8 +1787,8 @@ hfds allowedDragActions,allowedDropActions,dragActive,dragSupport,dropActive,dro
 hcls PopupAction,PopupAdapter,TableSelectionListener,TableViewETable
 
 CLSS public org.openide.explorer.view.TreeTableView
-cons public TreeTableView()
-cons public TreeTableView(org.openide.explorer.view.NodeTableModel)
+cons public init()
+cons public init(org.openide.explorer.view.NodeTableModel)
 fld protected javax.swing.JTable treeTable
 meth protected org.openide.explorer.view.NodeTreeModel createModel()
 meth protected void showSelection(javax.swing.tree.TreePath[])
@@ -1805,8 +1819,8 @@ hfds COLUMNS_ICON,SORT_ASC_ICON,SORT_DESC_ICON,accessContext,allowHideColumns,al
 hcls AccessibleTreeTableView,CompoundScrollPane,DefaultTreeAction,ScrollListener,SortedNodeTreeModel,SortingHeaderRenderer,TreeColumnProperty
 
 CLSS public abstract org.openide.explorer.view.TreeView
-cons public TreeView()
-cons public TreeView(boolean,boolean)
+cons public init()
+cons public init(boolean,boolean)
 fld protected javax.swing.JTree tree
 meth protected abstract boolean selectionAccept(org.openide.nodes.Node[])
 meth protected abstract org.openide.explorer.view.NodeTreeModel createModel()
@@ -1844,7 +1858,7 @@ meth public void setUseSubstringInQuickSearch(boolean)
 meth public void updateUI()
 meth public void validate()
 supr javax.swing.JScrollPane
-hfds LOG,MIN_TREEVIEW_HEIGHT,MIN_TREEVIEW_WIDTH,TIME_TO_COLLAPSE,allowedDragActions,allowedDropActions,autoWaitCursor,defaultActionEnabled,defaultActionListener,dragActive,dragSupport,dropActive,dropSupport,dropTargetPopupAllowed,isSynth,manager,managerListener,origSelectionPaths,originalScrollMode,popupListener,quickSearchUsingSubstring,searchTextField,searchpanel,serialVersionUID,treeModel,visHolder,wlpc,wlvc
+hfds LOG,MIN_TREEVIEW_HEIGHT,MIN_TREEVIEW_WIDTH,TIME_TO_COLLAPSE,allowedDragActions,allowedDropActions,autoWaitCursor,defaultActionEnabled,defaultActionListener,dragActive,dragSupport,dropActive,dropSupport,dropTargetPopupAllowed,isSynth,lastSearchField,manager,managerListener,origSelectionPaths,originalScrollMode,popupListener,quickSearchUsingSubstring,searchTextField,searchpanel,serialVersionUID,treeModel,visHolder,wlpc,wlvc
 hcls CursorR,DummyTransferHandler,ExplorerScrollPaneLayout,ExplorerTree,PopupAdapter,PopupSupport,SearchPanel,TreePropertyListener,VisualizerHolder
 
 CLSS public org.openide.explorer.view.Visualizer
@@ -1853,9 +1867,9 @@ meth public static org.openide.nodes.Node findNode(java.lang.Object)
 supr java.lang.Object
 
 CLSS public final org.openide.util.HelpCtx
-cons public HelpCtx(java.lang.Class)
-cons public HelpCtx(java.lang.String)
-cons public HelpCtx(java.net.URL)
+cons public init(java.lang.Class)
+cons public init(java.lang.String)
+cons public init(java.net.URL)
  anno 0 java.lang.Deprecated()
 fld public final static org.openide.util.HelpCtx DEFAULT_HELP
 innr public abstract interface static Provider
@@ -1871,5 +1885,6 @@ supr java.lang.Object
 hfds err,helpCtx,helpID
 
 CLSS public abstract interface static org.openide.util.HelpCtx$Provider
+ outer org.openide.util.HelpCtx
 meth public abstract org.openide.util.HelpCtx getHelpCtx()
 
diff --git a/openide.explorer/nbproject/project.xml b/openide.explorer/nbproject/project.xml
index 1d28afe..0ff1d15 100644
--- a/openide.explorer/nbproject/project.xml
+++ b/openide.explorer/nbproject/project.xml
@@ -54,7 +54,7 @@ made subject to such option by the copyright holder.
                     <build-prerequisite/>
                     <compile-dependency/>
                     <run-dependency>
-                        <specification-version>1.4</specification-version>
+                        <specification-version>1.12</specification-version>
                     </run-dependency>
                 </dependency>
                 <dependency>
diff --git a/openide.explorer/src/org/netbeans/modules/openide/explorer/PropertyPanelBridge.java b/openide.explorer/src/org/netbeans/modules/openide/explorer/PropertyPanelBridge.java
new file mode 100644
index 0000000..ab0fb06
--- /dev/null
+++ b/openide.explorer/src/org/netbeans/modules/openide/explorer/PropertyPanelBridge.java
@@ -0,0 +1,83 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.netbeans.modules.openide.explorer;
+
+import java.util.Map;
+import java.util.WeakHashMap;
+import org.openide.explorer.propertysheet.PropertyPanel;
+
+/**
+ * Provides access to non-public methods on PropertyPanel
+ * 
+ * @author Martin Entlicher
+ */
+public class PropertyPanelBridge {
+
+    private static final Map<PropertyPanel, Accessor> accessors = new WeakHashMap<PropertyPanel, Accessor>();
+
+    public static void register(PropertyPanel panel, Accessor accessor) {
+        synchronized (accessors) {
+            accessors.put(panel, accessor);
+        }
+    }
+
+    public static boolean commit(PropertyPanel panel) {
+        Accessor a;
+        synchronized (accessors) {
+            a = accessors.get(panel);
+        }
+        if (a == null) {
+            return false;
+        } else {
+            return a.commit();
+        }
+    }
+
+    public interface Accessor {
+
+        boolean commit();
+
+    }
+}
diff --git a/openide.explorer/src/org/openide/explorer/ExplorerActionsImpl.java b/openide.explorer/src/org/openide/explorer/ExplorerActionsImpl.java
index f579b7d..857439a 100644
--- a/openide.explorer/src/org/openide/explorer/ExplorerActionsImpl.java
+++ b/openide.explorer/src/org/openide/explorer/ExplorerActionsImpl.java
@@ -44,6 +44,7 @@
 
 package org.openide.explorer;
 
+import java.awt.GraphicsEnvironment;
 import java.awt.Toolkit;
 import java.awt.datatransfer.Clipboard;
 import java.awt.datatransfer.StringSelection;
@@ -55,7 +56,6 @@ import java.beans.PropertyChangeEvent;
 import java.beans.PropertyChangeListener;
 import java.beans.PropertyVetoException;
 import java.io.IOException;
-import java.util.Arrays;
 import java.util.HashMap;
 import java.util.logging.Level;
 import java.util.logging.Logger;
@@ -331,8 +331,11 @@ final class ExplorerActionsImpl {
 
             if (node != null) {
                 try {
-                    Transferable trans = getClipboard().getContents(this);
-                    updatePasteTypes(trans, node);
+                    Clipboard clip = getClipboard();
+                    if (clip != null) {
+                        Transferable trans = clip.getContents(this);
+                        updatePasteTypes(trans, node);
+                    }
                 } catch (NullPointerException npe) {
                     Logger.getLogger (ExplorerActionsImpl.class.getName ()).
                         log (Level.INFO, "Caused by http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6322854", npe);
@@ -397,6 +400,9 @@ final class ExplorerActionsImpl {
 
     /** If our clipboard is not found return the default system clipboard. */
     private static Clipboard getClipboard() {
+        if (GraphicsEnvironment.isHeadless()) {
+            return null;
+        }
         Clipboard c = Lookup.getDefault().lookup(Clipboard.class);
 
         if (c == null) {
@@ -485,11 +491,18 @@ final class ExplorerActionsImpl {
             setEnabled(arr != null);
         }
 
+        @Override
         public void actionPerformed(ActionEvent e) {
             PasteType[] arr = this.pasteTypes;
-            throw new IllegalStateException(
-                "Should not be invoked at all. Paste types: " + (arr == null ? null : Arrays.asList(arr)) // NOI18N
-            );
+            if (arr != null && arr.length > 0) {
+                try {
+                    arr[0].paste();
+                    return;
+                } catch (IOException ex) {
+                    Exceptions.printStackTrace(ex);
+                }
+            }
+            Toolkit.getDefaultToolkit().beep();
         }
 
         @Override
@@ -547,8 +560,9 @@ final class ExplorerActionsImpl {
 
             if (trans != null) {
                 Clipboard clipboard = getClipboard();
-
-                clipboard.setContents(trans, new StringSelection("")); // NOI18N
+                if (clipboard != null) {
+                    clipboard.setContents(trans, new StringSelection("")); // NOI18N
+                }
             }
         }
 
diff --git a/openide.explorer/src/org/openide/explorer/doc-files/propertyViewCustomization.html b/openide.explorer/src/org/openide/explorer/doc-files/propertyViewCustomization.html
index bc1dfd7..0404507 100644
--- a/openide.explorer/src/org/openide/explorer/doc-files/propertyViewCustomization.html
+++ b/openide.explorer/src/org/openide/explorer/doc-files/propertyViewCustomization.html
@@ -210,6 +210,11 @@ type) the custom parameter is ignored.
                 String custom editor</TD>
         </TR>
         <TR>
+            <TD> nullValue</TD>
+            <TD> Boolean, String </TD>
+            <TD> Either Boolean.TRUE or a String, in such case the string represents human readable name of the null value</TD>
+        </TR>
+        <TR>
             <TD>oneline</TD>
             <TD>Boolean</TD>
             <TD>Instructs the property editor that the custom editor should present
diff --git a/openide.explorer/src/org/openide/explorer/propertysheet/ComboInplaceEditor.java b/openide.explorer/src/org/openide/explorer/propertysheet/ComboInplaceEditor.java
index 7de9733..429e3d5 100644
--- a/openide.explorer/src/org/openide/explorer/propertysheet/ComboInplaceEditor.java
+++ b/openide.explorer/src/org/openide/explorer/propertysheet/ComboInplaceEditor.java
@@ -360,6 +360,13 @@ class ComboInplaceEditor extends JComboBox implements InplaceEditor, FocusListen
     /** Overridden to do the focus-popup handling that would normally be done
      * by the look and feel */
     public void processFocusEvent(FocusEvent fe) {
+        if ((fe.getID() == fe.FOCUS_LOST) &&
+            fe.getOppositeComponent() == getEditor().getEditorComponent() &&
+            isPopupVisible()) {
+            
+            return ; // If the popup is visible and the focus is transferred to the editor component,
+                     // ignore the event - it would close the popup.
+        }
         super.processFocusEvent(fe);
 
         if (PropUtils.isLoggable(ComboInplaceEditor.class)) {
diff --git a/openide.explorer/src/org/openide/explorer/propertysheet/EditablePropertyDisplayer.java b/openide.explorer/src/org/openide/explorer/propertysheet/EditablePropertyDisplayer.java
index efdaa0b..e48d74d 100644
--- a/openide.explorer/src/org/openide/explorer/propertysheet/EditablePropertyDisplayer.java
+++ b/openide.explorer/src/org/openide/explorer/propertysheet/EditablePropertyDisplayer.java
@@ -80,6 +80,7 @@ import javax.swing.KeyStroke;
 import javax.swing.event.ChangeEvent;
 import javax.swing.event.ChangeListener;
 import javax.swing.event.EventListenerList;
+import javax.swing.table.TableCellEditor;
 import javax.swing.text.JTextComponent;
 import org.netbeans.modules.openide.explorer.UIException;
 
@@ -276,6 +277,21 @@ class EditablePropertyDisplayer extends EditorPropertyDisplayer implements Prope
         }
     }
 
+    private void cancelEditor() {
+        if (getInplaceEditor() != null) {
+            java.awt.Container parent = getParent();
+            while (parent != null && !(parent instanceof javax.swing.JTable)) {
+                parent = parent.getParent();
+            }
+            if (parent != null) {
+                TableCellEditor tce = ((javax.swing.JTable) parent).getCellEditor();
+                if (tce != null) {
+                    tce.cancelCellEditing();
+                }
+            }
+        }
+    }
+
     public Object getEnteredValue() {
         Object result;
 
@@ -904,7 +920,9 @@ class EditablePropertyDisplayer extends EditorPropertyDisplayer implements Prope
         }
 
         public Object getPartialValue() {
-            return getEnteredValue();
+            Object pvalue = getEnteredValue();
+            cancelEditor();
+            return pvalue;
         }
 
         public java.beans.FeatureDescriptor getSelection() {
diff --git a/openide.explorer/src/org/openide/explorer/propertysheet/EditorPropertyDisplayer.java b/openide.explorer/src/org/openide/explorer/propertysheet/EditorPropertyDisplayer.java
index cb7d8db..1a33523 100644
--- a/openide.explorer/src/org/openide/explorer/propertysheet/EditorPropertyDisplayer.java
+++ b/openide.explorer/src/org/openide/explorer/propertysheet/EditorPropertyDisplayer.java
@@ -77,7 +77,8 @@ import javax.swing.*;
  *
  * @author  Tim Boudreau
  */
-class EditorPropertyDisplayer extends JComponent implements PropertyDisplayer_Inline {
+class EditorPropertyDisplayer extends JComponent implements PropertyDisplayer_Inline,
+                                                            InplaceEditor.Factory {
     private Property prop = null;
     private InplaceEditor inplace = null;
     private JComponent inner = null;
@@ -447,7 +448,7 @@ class EditorPropertyDisplayer extends JComponent implements PropertyDisplayer_In
         return env;
     }
 
-    protected final InplaceEditor getInplaceEditor() {
+    public final InplaceEditor getInplaceEditor() {
         return inplace;
     }
 
diff --git a/openide.explorer/src/org/openide/explorer/propertysheet/PropUtils.java b/openide.explorer/src/org/openide/explorer/propertysheet/PropUtils.java
index 2dc7909..14fee20 100644
--- a/openide.explorer/src/org/openide/explorer/propertysheet/PropUtils.java
+++ b/openide.explorer/src/org/openide/explorer/propertysheet/PropUtils.java
@@ -783,6 +783,18 @@ final class PropUtils {
      */
     static PropertyEditor getPropertyEditor(Class<?> c) {
         PropertyEditor result = PropertyEditorManager.findEditor(c);
+        ClassLoader global = Lookup.getDefault().lookup(ClassLoader.class);
+        ClassLoader now = Thread.currentThread().getContextClassLoader();
+        if (
+            result == null && global != null && now != global
+        ) {
+            try {
+                Thread.currentThread().setContextClassLoader(global);
+                result = PropertyEditorManager.findEditor(c);
+            } finally {
+                Thread.currentThread().setContextClassLoader(now);
+            }
+        }
         
         if (result == null && Enum.class.isAssignableFrom(c)) {
             // XXX should this rather be done in Node.getPropertyEditor?
diff --git a/openide.explorer/src/org/openide/explorer/propertysheet/PropertyEnv.java b/openide.explorer/src/org/openide/explorer/propertysheet/PropertyEnv.java
index a046b42..5ec0b97 100644
--- a/openide.explorer/src/org/openide/explorer/propertysheet/PropertyEnv.java
+++ b/openide.explorer/src/org/openide/explorer/propertysheet/PropertyEnv.java
@@ -49,6 +49,9 @@ import java.beans.PropertyChangeSupport;
 import java.beans.PropertyVetoException;
 import java.beans.VetoableChangeListener;
 import java.beans.VetoableChangeSupport;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import org.openide.explorer.propertysheet.InplaceEditor.Factory;
 
 
 /**
@@ -159,6 +162,7 @@ public class PropertyEnv {
     private boolean changeImmediate = true;
     InplaceEditor.Factory factory = null;
     boolean editable = true;
+    private static final Logger LOG = Logger.getLogger(PropertyEnv.class.getName());
 
     /** Default constructor has package access -
      * we do not want the instances to be created outside
@@ -257,7 +261,7 @@ public class PropertyEnv {
             getChange().firePropertyChange(PROP_STATE, null, newState);
         } catch (PropertyVetoException pve) {
             // and notify the user that the change cannot happen
-            pve.printStackTrace();
+            LOG.log(Level.INFO, "Cannot change property: " + pve.getPropertyChangeEvent().getPropertyName(), pve);
 
             String name = (getFeatureDescriptor() == null) ? null : getFeatureDescriptor().getDisplayName();
 
@@ -381,8 +385,9 @@ public class PropertyEnv {
         return editable;
     }
 
+    @Override
     public String toString() {
-        StringBuffer sb = new StringBuffer();
+        StringBuilder sb = new StringBuilder();
         sb.append(getClass().getName());
         sb.append("@"); //NOI18N
         sb.append(System.identityHashCode(this));
@@ -393,8 +398,9 @@ public class PropertyEnv {
         ); //NOI18N
         sb.append(", "); //NOI18N
 
-        if (factory != null) {
-            sb.append("InplaceEditorFactory=" + factory.getClass().getName()); //NOI18N
+        Factory f = factory;
+        if (f != null) {
+            sb.append("InplaceEditorFactory=").append(f.getClass().getName()); //NOI18N
             sb.append(", "); //NOI18N
         }
 
@@ -403,7 +409,12 @@ public class PropertyEnv {
         sb.append(", isChangeImmediate="); //NOI18N
         sb.append(isChangeImmediate());
         sb.append(", featureDescriptor="); //NOI18N
-        sb.append(getFeatureDescriptor().getDisplayName());
+        final FeatureDescriptor fd = getFeatureDescriptor();
+        if (fd != null) {
+            sb.append(fd.getDisplayName());
+        } else {
+            sb.append("null"); // NOI18N
+        }
 
         return sb.toString();
     }
diff --git a/openide.explorer/src/org/openide/explorer/propertysheet/PropertyPanel.java b/openide.explorer/src/org/openide/explorer/propertysheet/PropertyPanel.java
index e4c5ef5..f9d626f 100644
--- a/openide.explorer/src/org/openide/explorer/propertysheet/PropertyPanel.java
+++ b/openide.explorer/src/org/openide/explorer/propertysheet/PropertyPanel.java
@@ -65,9 +65,12 @@ import java.beans.PropertyChangeListener;
 import java.beans.PropertyEditor;
 import java.beans.PropertyVetoException;
 import java.beans.VetoableChangeListener;
+import java.lang.ref.Reference;
+import java.lang.ref.WeakReference;
 
 import javax.swing.*;
 import javax.swing.event.ChangeListener;
+import org.netbeans.modules.openide.explorer.PropertyPanelBridge;
 
 import org.netbeans.modules.openide.explorer.TTVEnvBridge;
 
@@ -303,6 +306,8 @@ public class PropertyPanel extends JComponent implements javax.accessibility.Acc
         //involves an API change (some package private methods of PropertyEnv need to be accessible to
         //the editor classes), this will have to wait for after 4.0 - Tim
         getActionMap().put("invokeCustomEditor", new CustomEditorProxyAction()); //NOI18N
+
+        PropertyPanelBridge.register(this, new BridgeAccessor(this));
     }
 
     public void setBackground(Color c) {
@@ -446,6 +451,23 @@ public class PropertyPanel extends JComponent implements javax.accessibility.Acc
         return displayer;
     }
 
+    /**
+     * Writes the edited value to the property.
+     * @return <code>true</code> when the value was successfully written, <code>false</code> otherwise.
+     */
+    private boolean commit() {
+        if (displayer instanceof PropertyDisplayer_Editable) {
+            try {
+                return ((PropertyDisplayer_Editable) displayer).commit();
+            } catch (IllegalArgumentException iae) {
+                PropertyDialogManager.notify(iae);
+                return false;
+            }
+        } else {
+            return false;
+        }
+    }
+
     /** Installs the component we will embed to display the property */
     private void installDisplayerComponent() {
         //Fetch or instantiate the component we will embed to display the 
@@ -980,11 +1002,7 @@ public class PropertyPanel extends JComponent implements javax.accessibility.Acc
             }
 
             if (!changeImmediate) {
-                try {
-                    ((PropertyDisplayer_Editable) displayer).commit();
-                } catch (IllegalArgumentException iae) {
-                    PropertyDialogManager.notify(iae);
-                }
+                commit();
             }
         }
     }
@@ -1273,4 +1291,24 @@ public class PropertyPanel extends JComponent implements javax.accessibility.Acc
             }
         }
     }
+
+    private static final class BridgeAccessor implements PropertyPanelBridge.Accessor {
+
+        private final Reference<PropertyPanel> panelRef;
+
+        public BridgeAccessor(PropertyPanel panel) {
+            this.panelRef = new WeakReference<PropertyPanel>(panel);
+        }
+
+        @Override
+        public boolean commit() {
+            PropertyPanel panel = panelRef.get();
+            if (panel != null) {
+                return panel.commit();
+            } else {
+                return false;
+            }
+        }
+
+    }
 }
diff --git a/openide.explorer/src/org/openide/explorer/propertysheet/editors/EnhancedCustomPropertyEditor.java b/openide.explorer/src/org/openide/explorer/propertysheet/editors/EnhancedCustomPropertyEditor.java
index e469257..f4852fc 100644
--- a/openide.explorer/src/org/openide/explorer/propertysheet/editors/EnhancedCustomPropertyEditor.java
+++ b/openide.explorer/src/org/openide/explorer/propertysheet/editors/EnhancedCustomPropertyEditor.java
@@ -54,12 +54,10 @@ import org.openide.explorer.propertysheet.PropertyEnv;
 * @author  Ian Formanek
 * @deprecated Use {@link PropertyEnv} instead. An example of what needs to be
 *    done can be found in the rewrite of
-*    <a href="http://www.netbeans.org/source/browse/core/src/org/netbeans/beaninfo/editors/RectangleCustomEditor.java?r1=1.25&r2=1.26">RectangleCustomEditor</a>.
+*    <a href="http://hg.netbeans.org/main/diff/375290349033/o.n.core/src/org/netbeans/beaninfo/editors/RectangleCustomEditor.java">RectangleCustomEditor</a>.
 *  Another example showing the changes in property editor as well as in its
 *  custom component can be found in
-*  <a href="http://core.netbeans.org/source/browse/core/execution/src/org/netbeans/core/execution/beaninfo/editors/NbProcessDescriptorEditor.java?r1=1.3&r2=1.4">NbProcessDescriptorEditor</a>
-*  and
-*   <a href="http://core.netbeans.org/source/browse/core/execution/src/org/netbeans/core/execution/beaninfo/editors/NbProcessDescriptorCustomEditor.java?r1=1.3&r2=1.5">NbProcessDescriptorCustomEditor</a>.
+*  <a href="http://hg.netbeans.org/main/rev/6ec9ed2b2062">NbProcessDescriptor{,Custom}Editor</a>.
 */
 public @Deprecated interface EnhancedCustomPropertyEditor {
     /** Get the customized property value.
diff --git a/openide.explorer/src/org/openide/explorer/view/BeanTreeView.java b/openide.explorer/src/org/openide/explorer/view/BeanTreeView.java
index 9791a2f..acafaba 100644
--- a/openide.explorer/src/org/openide/explorer/view/BeanTreeView.java
+++ b/openide.explorer/src/org/openide/explorer/view/BeanTreeView.java
@@ -126,6 +126,7 @@ public class BeanTreeView extends TreeView {
     * @param nodes nodes
     * @param em explorer manager
     */
+    @Override
     protected void selectionChanged(Node[] nodes, ExplorerManager em)
     throws PropertyVetoException {
         if (nodes.length > 0) {
@@ -141,7 +142,7 @@ public class BeanTreeView extends TreeView {
 
             // May not set explored context above the root context:
             if (em.getRootContext().getParentNode() == context) {
-                em.setExploredContextAndSelection(null, nodes);
+                em.setExploredContextAndSelection(em.getRootContext(), nodes);
             } else {
                 em.setExploredContextAndSelection(context, nodes);
             }
diff --git a/openide.explorer/src/org/openide/explorer/view/Bundle.properties b/openide.explorer/src/org/openide/explorer/view/Bundle.properties
index ca30d62..c5ecc57 100644
--- a/openide.explorer/src/org/openide/explorer/view/Bundle.properties
+++ b/openide.explorer/src/org/openide/explorer/view/Bundle.properties
@@ -124,3 +124,8 @@ NodeOutlineModel_NodesColumnLabel=Nodes
 # {0} = visualizer node
 # {1} = index in question or -1
 LOG_NO_READ_ACCESS=Accessing {0} without Children.MUTEX read access
+
+FMT_ErrorSettingValue=The value could not be set. {0} is not a valid value for {1}.
+#Text when a badly formatted number is entered
+FMT_BAD_NUMBER_FORMAT=Illegal number format: "{0}"
+
diff --git a/openide.explorer/src/org/openide/explorer/view/ExplorerDragSupport.java b/openide.explorer/src/org/openide/explorer/view/ExplorerDragSupport.java
index 0fbbd81..a03fd73 100644
--- a/openide.explorer/src/org/openide/explorer/view/ExplorerDragSupport.java
+++ b/openide.explorer/src/org/openide/explorer/view/ExplorerDragSupport.java
@@ -165,7 +165,8 @@ abstract class ExplorerDragSupport implements DragSourceListener, DragGestureLis
             }
         } catch (InvalidDnDOperationException exc) {
             // cannot start the drag, notify as informational
-            Logger.getLogger(ExplorerDragSupport.class.getName()).log(Level.WARNING, null, exc);
+            Logger.getLogger(ExplorerDragSupport.class.getName()).log(Level.INFO, exc.getMessage());
+            Logger.getLogger(ExplorerDragSupport.class.getName()).log(Level.FINE, null, exc);
             exDnD.setDnDActive(false);
         } catch (IOException exc) {
             // cannot start the drag, notify user
diff --git a/openide.explorer/src/org/openide/explorer/view/IconPanel.form b/openide.explorer/src/org/openide/explorer/view/IconPanel.form
new file mode 100644
index 0000000..72e0d4b
--- /dev/null
+++ b/openide.explorer/src/org/openide/explorer/view/IconPanel.form
@@ -0,0 +1,53 @@
+<?xml version="1.1" encoding="UTF-8" ?>
+
+<Form version="1.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
+  <Properties>
+    <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
+      <Color blue="33" green="33" red="33" type="rgb"/>
+    </Property>
+    <Property name="opaque" type="boolean" value="false"/>
+  </Properties>
+  <AuxValues>
+    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
+    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
+    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
+    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
+    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
+    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
+    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
+    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
+    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
+    <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,0,-83,0,0,0,-65"/>
+  </AuxValues>
+
+  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
+  <SubComponents>
+    <Container class="javax.swing.JPanel" name="jPNImage">
+      <Properties>
+        <Property name="opaque" type="boolean" value="false"/>
+      </Properties>
+      <AuxValues>
+        <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new Viewer()"/>
+      </AuxValues>
+      <Constraints>
+        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
+          <BorderConstraints direction="Center"/>
+        </Constraint>
+      </Constraints>
+
+      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
+        <Property name="useNullLayout" type="boolean" value="true"/>
+      </Layout>
+    </Container>
+    <Component class="javax.swing.JLabel" name="label">
+      <Properties>
+        <Property name="horizontalAlignment" type="int" value="0"/>
+      </Properties>
+      <Constraints>
+        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
+          <BorderConstraints direction="South"/>
+        </Constraint>
+      </Constraints>
+    </Component>
+  </SubComponents>
+</Form>
diff --git a/openide.explorer/src/org/openide/explorer/view/IconPanel.java b/openide.explorer/src/org/openide/explorer/view/IconPanel.java
new file mode 100644
index 0000000..7c001d5
--- /dev/null
+++ b/openide.explorer/src/org/openide/explorer/view/IconPanel.java
@@ -0,0 +1,153 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+package org.openide.explorer.view;
+
+import java.awt.BasicStroke;
+import java.awt.Color;
+import java.awt.Component;
+import java.awt.Dimension;
+import java.awt.Graphics;
+import java.awt.Graphics2D;
+import java.awt.Image;
+import java.beans.BeanInfo;
+import javax.swing.JList;
+import javax.swing.JPanel;
+import javax.swing.ListCellRenderer;
+import javax.swing.UIManager;
+import org.openide.nodes.Node;
+
+final class IconPanel extends JPanel implements ListCellRenderer {
+    private Image thumbImage;
+    private boolean selected;
+    private boolean focused;
+
+    public IconPanel() {
+        initComponents();
+    }
+  
+    @Override
+    public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) {
+        Node node = Visualizer.findNode(value);
+        thumbImage = node.getIcon(BeanInfo.ICON_COLOR_32x32);
+        this.selected = isSelected;
+        label.setOpaque(selected);
+        if (selected) {
+          label.setBackground(UIManager.getColor("List.selectionBackground"));
+          label.setForeground(UIManager.getColor("List.selectionForeground"));
+        } else {
+          label.setBackground(UIManager.getColor("Label.background"));
+          label.setForeground(UIManager.getColor("Label.foreground"));
+        }
+        this.focused = cellHasFocus;
+        this.label.setText(node.getDisplayName());
+
+        return this;
+    }
+
+    @SuppressWarnings("unchecked")
+    // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
+    private void initComponents() {
+
+        jPNImage = new Viewer();
+        label = new javax.swing.JLabel();
+
+        setBackground(new java.awt.Color(51, 51, 51));
+        setOpaque(false);
+        setLayout(new java.awt.BorderLayout());
+
+        jPNImage.setOpaque(false);
+        jPNImage.setLayout(null);
+        add(jPNImage, java.awt.BorderLayout.CENTER);
+
+        label.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
+        add(label, java.awt.BorderLayout.SOUTH);
+    }// </editor-fold>//GEN-END:initComponents
+
+
+    // Variables declaration - do not modify//GEN-BEGIN:variables
+    private javax.swing.JPanel jPNImage;
+    private javax.swing.JLabel label;
+    // End of variables declaration//GEN-END:variables
+
+  private class Viewer extends JPanel {
+
+        public Viewer() {
+            setBorder(
+                javax.swing.BorderFactory.createCompoundBorder(
+                javax.swing.BorderFactory.createEmptyBorder(10, 10, 10, 10),
+                javax.swing.BorderFactory.createCompoundBorder(
+                new javax.swing.border.LineBorder(new java.awt.Color(255, 255, 255), 2, true),
+                javax.swing.BorderFactory.createEmptyBorder(10, 10, 10, 10)))
+            );
+        }
+
+        @Override
+        protected void paintComponent(Graphics graphics) {
+            super.paintComponent(graphics);
+            Graphics2D g = (Graphics2D) graphics;
+            if (selected) {
+                g.setColor(Color.BLUE.darker().darker());
+                g.fillRect(12, 12, getWidth() - 24, getHeight() - 24);
+            }
+            if (focused) {
+                g.setColor(Color.WHITE);
+                g.setStroke(new BasicStroke(1f, BasicStroke.CAP_SQUARE, BasicStroke.JOIN_MITER, 1.0f, new float[]{1.0f, 2.0f, 1.0f, 2.0f}, 0.f));
+                g.drawRect(18, 18, getWidth() - (2 * 18), getHeight() - (2 * 18));
+                g.setStroke(new BasicStroke(1f));
+            }
+            g.drawImage(thumbImage,
+                getWidth() / 2 - thumbImage.getWidth(this) / 2,
+                getHeight() / 2 - thumbImage.getHeight(this) / 2, this
+            );
+        }
+
+        @Override
+        public Dimension getPreferredSize() {
+            return new Dimension(
+                thumbImage.getWidth(this) + getInsets().left + getInsets().right,
+                thumbImage.getHeight(this) + getInsets().top + getInsets().bottom
+            );
+        }
+    }
+}
diff --git a/openide.explorer/src/org/openide/explorer/view/IconView.java b/openide.explorer/src/org/openide/explorer/view/IconView.java
index b450bb5..be2168a 100644
--- a/openide.explorer/src/org/openide/explorer/view/IconView.java
+++ b/openide.explorer/src/org/openide/explorer/view/IconView.java
@@ -50,23 +50,11 @@ import org.openide.nodes.*;
 import java.awt.*;
 import java.awt.event.*;
 
-import java.beans.*;
-
 import java.io.*;
 
 import javax.swing.*;
 
 
-/* TODO:
- - improve cell renderer (two lines of text or hints)
- - better behaviour during scrolling (ListPane)
- - external selection bug (BUG ID: 01110034)
- -
- - XXX if doing anything with this class other than deleting it, rewrite it to use a JTable - that would be
- - much more sensible and scalable.  -Tim
- -
-*/
-
 /** A view displaying {@link Node}s as icons.
  * <p>
  * This class is a <q>view</q>
@@ -110,35 +98,13 @@ public class IconView extends ListView implements Externalizable {
 
     /** Creates the list that will display the data.
     */
+    @Override
     protected JList createList() {
-        JList list = new ListPane() {
-                /**
-                 * Overrides JComponent's getToolTipText method in order to allow
-                 * renderer's tips to be used if it has text set.
-                 * @param event the MouseEvent that initiated the ToolTip display
-                 */
-                public String getToolTipText(MouseEvent event) {
-                    if (event != null) {
-                        Point p = event.getPoint();
-                        int index = locationToIndex(p);
-
-                        if (index >= 0) {
-                            VisualizerNode v = (VisualizerNode) getModel().getElementAt(index);
-                            String tooltip = v.getShortDescription();
-                            String displayName = v.getDisplayName();
-
-                            if ((tooltip != null) && !tooltip.equals(displayName)) {
-                                return tooltip;
-                            }
-                        }
-                    }
-
-                    return null;
-                }
-            };
-
-        list.setCellRenderer(new NodeRenderer());
-
-        return list;
+        JList tmp = new NbList();
+        tmp.setOpaque(false);
+        tmp.setCellRenderer(new IconPanel());
+        tmp.setLayoutOrientation(JList.HORIZONTAL_WRAP);
+        tmp.setVisibleRowCount(-1);
+        return tmp;
     }
 }
diff --git a/openide.explorer/src/org/openide/explorer/view/NodePopupFactory.java b/openide.explorer/src/org/openide/explorer/view/NodePopupFactory.java
index 3c5d3cc..2024fd0 100644
--- a/openide.explorer/src/org/openide/explorer/view/NodePopupFactory.java
+++ b/openide.explorer/src/org/openide/explorer/view/NodePopupFactory.java
@@ -88,17 +88,23 @@ public class NodePopupFactory {
                     String s = NbBundle.getBundle(NodePopupFactory.class).getString("LBL_QuickFilter");
                     res.add(et.getQuickFilterPopup(column, val, s));
                 } else if (et.getQuickFilterColumn() == column) {
-                    String s = NbBundle.getBundle(NodePopupFactory.class).getString("LBL_QuickFilter");
-                    JMenu menu = new JMenu(s);
-                    JMenuItem noFilterItem = et.getQuickFilterNoFilterItem(et.getQuickFilterFormatStrings()[6]);
-                    menu.add(noFilterItem);
-                    res.add(menu);
+                    addNoFilterItem(et, res);
                 }
             }
         }
         return res;
     }
 
+    void addNoFilterItem(ETable et, JPopupMenu popup) {
+        if (showQuickFilter && et.getQuickFilterColumn() != -1) {
+            String s = NbBundle.getBundle(NodePopupFactory.class).getString("LBL_QuickFilter");
+            JMenu menu = new JMenu(s);
+            JMenuItem noFilterItem = et.getQuickFilterNoFilterItem(et.getQuickFilterFormatStrings()[6]);
+            menu.add(noFilterItem);
+            popup.add(menu);
+        }
+    }
+
     /**
      * 
      */
diff --git a/openide.explorer/src/org/openide/explorer/view/OutlineView.java b/openide.explorer/src/org/openide/explorer/view/OutlineView.java
index 2677927..633a665 100644
--- a/openide.explorer/src/org/openide/explorer/view/OutlineView.java
+++ b/openide.explorer/src/org/openide/explorer/view/OutlineView.java
@@ -45,13 +45,20 @@ package org.openide.explorer.view;
 
 import java.awt.Color;
 import java.awt.Component;
+import java.awt.Container;
+import java.awt.Dimension;
+import java.awt.Graphics;
+import java.awt.Insets;
 import java.awt.Point;
 import java.awt.Rectangle;
 import java.awt.datatransfer.Transferable;
 import java.awt.event.ActionEvent;
+import java.awt.event.AdjustmentEvent;
+import java.awt.event.AdjustmentListener;
 import java.awt.event.MouseEvent;
 import java.awt.dnd.DnDConstants;
 import java.awt.event.ActionListener;
+import java.awt.event.ComponentAdapter;
 import java.awt.event.KeyEvent;
 import java.beans.PropertyChangeListener;
 import java.beans.PropertyEditor;
@@ -73,23 +80,37 @@ import javax.swing.Action;
 import javax.swing.BorderFactory;
 import javax.swing.JComponent;
 import javax.swing.JPopupMenu;
+import javax.swing.JScrollBar;
 import javax.swing.JScrollPane;
 import javax.swing.JTable;
+import javax.swing.JToolTip;
 import javax.swing.JViewport;
 import javax.swing.KeyStroke;
 import javax.swing.ListSelectionModel;
+import javax.swing.ScrollPaneLayout;
+import javax.swing.Scrollable;
 import javax.swing.SwingUtilities;
 import javax.swing.UIManager;
+import javax.swing.border.Border;
+import javax.swing.event.ChangeEvent;
+import javax.swing.event.ChangeListener;
+import javax.swing.event.ListSelectionEvent;
 import javax.swing.event.ListSelectionListener;
 import javax.swing.event.PopupMenuEvent;
 import javax.swing.event.PopupMenuListener;
+import javax.swing.event.TableColumnModelEvent;
+import javax.swing.event.TableColumnModelListener;
+import javax.swing.event.TableModelEvent;
+import javax.swing.event.TableModelListener;
 import javax.swing.event.TreeExpansionListener;
 import javax.swing.table.TableCellRenderer;
 import javax.swing.table.TableColumn;
+import javax.swing.table.TableColumnModel;
 import javax.swing.table.TableModel;
 import javax.swing.tree.TreeNode;
 import javax.swing.tree.TreePath;
 import org.netbeans.swing.etable.ETable;
+import org.netbeans.swing.etable.ETableColumnModel;
 import org.netbeans.swing.etable.TableColumnSelector;
 import org.netbeans.swing.outline.DefaultOutlineModel;
 import org.netbeans.swing.outline.Outline;
@@ -103,9 +124,11 @@ import org.openide.explorer.propertysheet.PropertyPanel;
 import org.openide.nodes.Node;
 import org.openide.nodes.Node.Property;
 import org.openide.nodes.PropertySupport;
+import org.openide.util.Exceptions;
 import org.openide.util.Lookup;
 import org.openide.util.NbBundle;
 import org.openide.util.Parameters;
+import org.openide.util.RequestProcessor;
 import org.openide.util.WeakListeners;
 
 /**
@@ -122,6 +145,10 @@ import org.openide.util.WeakListeners;
  */
 public class OutlineView extends JScrollPane {
 
+    private static final String TREE_HORIZONTAL_SCROLLBAR = "TREE_HORIZONTAL_SCROLLBAR";    // NOI18N
+
+    private static RequestProcessor REVALIDATING_RP = new RequestProcessor("OutlineView", 1);   // NOI18N
+
     /** The table */
     private OutlineViewOutline outline;
     /** Explorer manager, valid when this view is showing */
@@ -161,6 +188,16 @@ public class OutlineView extends JScrollPane {
     /** Listener on keystroke to invoke default action */
     private ActionListener defaultTreeActionListener;
 
+    // whether to show horizontal scrollbar
+    private boolean isTreeHScrollBar = false;  // Do not show tree horizontal scroll bar by default for compatibility reasons
+    private JScrollBar hScrollBar;
+    private int treeHorizontalScrollBarPolicy = isTreeHScrollBar ?
+                                                JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED :
+                                                JScrollPane.HORIZONTAL_SCROLLBAR_NEVER;
+    private ScrollListener listener;
+    
+    private Selection selection = null;
+
     /** Creates a new instance of TableView */
     public OutlineView() {
         this(null);
@@ -177,6 +214,12 @@ public class OutlineView extends JScrollPane {
         SheetCell tableCell = new SheetCell.OutlineSheetCell(outline);
         outline.setDefaultRenderer(Node.Property.class, tableCell);
         outline.setDefaultEditor(Node.Property.class, tableCell);
+
+        hScrollBar = createHorizontalScrollBar();
+        hScrollBar.setUnitIncrement(10);
+        setLayout(new OutlineScrollLayout());
+        add(hScrollBar, TREE_HORIZONTAL_SCROLLBAR);
+
         setViewportView(outline);
         setPopupAllowed(true);
         // do not care about focus
@@ -226,6 +269,8 @@ public class OutlineView extends JScrollPane {
         }
         
         setBorder( BorderFactory.createEmptyBorder() );
+
+        initializeTreeScrollSupport();
     }
 
     /**
@@ -238,7 +283,126 @@ public class OutlineView extends JScrollPane {
         }
         return new NodeOutlineModel(treeModel, rowModel, false, label);
     }
+
+    /** Initialize support for horizontal scrolling.
+     */
+    private void initializeTreeScrollSupport() {
+        if (UIManager.getColor("Table.background") != null) { // NOI18N
+            getViewport().setBackground(UIManager.getColor("Table.background")); // NOI18N
+        }
+
+        listener = new ScrollListener();
+
+        if (isTreeHScrollBar) {
+            outline.getColumnModel().addColumnModelListener(listener);
+        }
+
+        final RequestProcessor.Task revalidatingTask = REVALIDATING_RP.create(new Runnable() {
+            @Override
+            public void run() {
+                if (!SwingUtilities.isEventDispatchThread()) {
+                    try {
+                        SwingUtilities.invokeAndWait(this);
+                    } catch (InterruptedException ex) {
+                    } catch (InvocationTargetException ex) {
+                        Exceptions.printStackTrace(ex);
+                    }
+                } else {
+                    listener.revalidateScrollBar();
+                    //System.err.println("OutlineTask revalidating... :-)");
+                    revalidate();
+                }
+
+            }
+        });
+        outline.setTreeWidthChangeTask(revalidatingTask);
+        getViewport().addChangeListener(new ChangeListener() {
+            @Override
+            public void stateChanged(ChangeEvent e) {
+                revalidatingTask.schedule(100);
+            }
+        });
+
+        hScrollBar.addAdjustmentListener(listener);
+        hScrollBar.getModel().addChangeListener(listener);
+    }
+
+    /**
+     * Returns the horizontal scroll bar policy value for the tree column.
+     * @return the <code>treeHorizontalScrollBarPolicy</code> property
+     * @see #setTreeHorizontalScrollBarPolicy
+     * @since 6.30
+     */
+    public int getTreeHorizontalScrollBarPolicy() {
+        return treeHorizontalScrollBarPolicy;
+    }
+
+    /**
+     * Determines when the horizontal scrollbar appears in the tree column.
+     * The options are:<ul>
+     * <li><code>ScrollPaneConstants.HORIZONTAL_SCROLLBAR_AS_NEEDED</code>
+     * <li><code>ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER</code>
+     * <li><code>ScrollPaneConstants.HORIZONTAL_SCROLLBAR_ALWAYS</code>
+     * </ul>
+     *
+     * @param policy one of the three values listed above
+     * @exception IllegalArgumentException if <code>policy</code>
+     *				is not one of the legal values shown above
+     * @see #getTreeHorizontalScrollBarPolicy
+     * @since 6.30
+     *
+     * @beaninfo
+     *   preferred: true
+     *       bound: true
+     * description: The tree column scrollbar policy
+     *        enum: HORIZONTAL_SCROLLBAR_AS_NEEDED ScrollPaneConstants.HORIZONTAL_SCROLLBAR_AS_NEEDED
+     *              HORIZONTAL_SCROLLBAR_NEVER ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER
+     *              HORIZONTAL_SCROLLBAR_ALWAYS ScrollPaneConstants.HORIZONTAL_SCROLLBAR_ALWAYS
+     */
+    public void setTreeHorizontalScrollBarPolicy(int policy) {
+        if (policy == treeHorizontalScrollBarPolicy) {
+            return ;
+        }
+	switch (policy) {
+            case HORIZONTAL_SCROLLBAR_AS_NEEDED:
+            case HORIZONTAL_SCROLLBAR_NEVER:
+            case HORIZONTAL_SCROLLBAR_ALWAYS:
+                    break;
+            default:
+                throw new IllegalArgumentException("invalid treeHorizontalScrollBarPolicy");
+	}
+	int old = treeHorizontalScrollBarPolicy;
+	treeHorizontalScrollBarPolicy = policy;
+        boolean wasHScrollBarVisible = isTreeHScrollBar;
+        isTreeHScrollBar = (policy != JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
+        if (wasHScrollBarVisible != isTreeHScrollBar) {
+            if (!wasHScrollBarVisible) {
+                outline.getColumnModel().addColumnModelListener(listener);
+            } else {
+                outline.getColumnModel().removeColumnModelListener(listener);
+            }
+            outline.setTreeHScrollingEnabled(isTreeHScrollBar, hScrollBar);
+        }
+	firePropertyChange("treeHorizontalScrollBarPolicy", old, policy);
+	revalidate();
+	repaint();
+    }
+
+    private boolean horizontalScrollBarIsNeeded = false;
     
+    private void sayHorizontalScrollBarNeeded(boolean horizontalScrollBarIsNeeded) {
+        this.horizontalScrollBarIsNeeded = horizontalScrollBarIsNeeded;
+    }
+
+    @Override
+    public int getHorizontalScrollBarPolicy() {
+        if (horizontalScrollBarIsNeeded) {
+            return JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS;
+        } else {
+            return super.getHorizontalScrollBarPolicy();
+        }
+    }
+
     /** Requests focus for the tree component. Overrides superclass method. */
     @Override
     public void requestFocus () {
@@ -287,6 +451,16 @@ public class OutlineView extends JScrollPane {
      */
     @Deprecated
     public void setProperties(Node.Property[] newProperties) {
+        setProperties(newProperties, true);
+    }
+
+    private void setProperties(Node.Property[] newProperties, boolean doCleanColumns) {
+        if (doCleanColumns) {
+            TableColumnModel tcm = outline.getColumnModel();
+            if (tcm instanceof ETableColumnModel) {
+                ((ETableColumnModel) tcm).clean();
+            }
+        }
         rowModel.setProperties(newProperties);
         outline.tableChanged(null);
     }
@@ -321,7 +495,7 @@ public class OutlineView extends JScrollPane {
         Property[] nue = new Property[p.length + 1];
         System.arraycopy(p, 0, nue, 0, p.length);
         nue[p.length] = new PrototypeProperty(name, displayName, description);
-        setProperties (nue);
+        setProperties (nue, false);
     }
 
     /**
@@ -347,7 +521,7 @@ public class OutlineView extends JScrollPane {
         }
         if (found) {
             props = nue.toArray(new Property[props.length - 1]);
-            setProperties (props);
+            setProperties (props, false);
         }
         return found;
     }
@@ -355,10 +529,10 @@ public class OutlineView extends JScrollPane {
     /**
      * Set the description (table header tooltip) for the property column
      * representing properties that have the passed programmatic (not display)
-     * name.
+     * name, or for the tree column.
      *
      * @param columnName The programmatic name (Property.getName()) of the
-     * column
+     * column, or name of the tree column
      * @param description Tooltip text for the column header for that column
      */
     public final void setPropertyColumnDescription(String columnName, String description) {
@@ -369,6 +543,9 @@ public class OutlineView extends JScrollPane {
                 p.setShortDescription(description);
             }
         }
+        if (columnName.equals(model.getColumnName(0))) {
+            outline.setNodesColumnDescription(description);
+        }
     }
 
     /**
@@ -387,7 +564,7 @@ public class OutlineView extends JScrollPane {
         for (int i = 0; i < namesAndDisplayNames.length; i+=2) {
             props[i / 2] = new PrototypeProperty (namesAndDisplayNames[i], namesAndDisplayNames[i+1]);
         }
-        setProperties (props);
+        setProperties (props, true);
     }
     
     /** Enable/disable displaying popup menus on tree view items.
@@ -412,6 +589,27 @@ public class OutlineView extends JScrollPane {
     }
 
     /**
+     * Enable/disable double click to invoke default action.
+     * If the default action is not enabled, double click expand/collapse node.
+     * @param defaultActionAllowed Provide <code>true</code> to enable
+     * @see {@link #isDefaultActionAllowed()}
+     * @since 6.32
+     */
+    public void setDefaultActionAllowed(boolean defaultActionAllowed) {
+        outline.setDefaultActionAllowed(defaultActionAllowed);
+    }
+
+    /**
+     * Tells if double click invokes default action.
+     * @return <code>true</code> if the default action is invoked, or <code>false</code> when it's not.
+     * @see {@link #setDefaultActionAllowed(boolean)}
+     * @since 6.32
+     */
+    public boolean isDefaultActionAllowed() {
+        return outline.isDefaultActionAllowed();
+    }
+
+    /**
      * Set the tree column as sortable
      * @param treeSortable <code>true</code> to make the tree column sortable,
      *        <code>false</code> otherwise. The tree column is sortable by default.
@@ -429,6 +627,9 @@ public class OutlineView extends JScrollPane {
         lookupExplorerManager ();
         ViewUtil.adjustBackground(outline);
         ViewUtil.adjustBackground(getViewport());
+        if (selection != null) {
+            selection.setTo(outline.getSelectionModel());
+        }
     }
     
     /**
@@ -608,11 +809,14 @@ public class OutlineView extends JScrollPane {
     @Override
     public void removeNotify () {
         super.removeNotify ();
+        selection = new Selection(outline.getSelectionModel());
         outline.getSelectionModel().clearSelection();
         outline.getSelectionModel().removeListSelectionListener(managerListener);
-        manager.removePropertyChangeListener (wlpc);
-        manager.removeVetoableChangeListener (wlvc);
-        manager = null;
+        if (manager != null) {
+            manager.removePropertyChangeListener (wlpc);
+            manager.removeVetoableChangeListener (wlvc);
+            manager = null;
+        }
     }
 
     /**
@@ -651,8 +855,15 @@ public class OutlineView extends JScrollPane {
         }
         Node[] arr = al.toArray (new Node[al.size ()]);
         if (arr.length == 0) {
-            // hack to show something even when no rows are selected
-            arr = new Node[] { manager.getRootContext() };
+            if (manager.getRootContext() != null) {
+                // display the context menu of the root node
+                JPopupMenu popup = manager.getRootContext().getContextMenu();
+                if (popup != null && popup.getSubElements().length > 0) {
+                    popupFactory.addNoFilterItem(outline, popup);
+                    return popup;
+                }
+            }
+            // we'll have an empty popup
         }
         p = SwingUtilities.convertPoint(this, p, outline);
         int column = outline.columnAtPoint(p);
@@ -1014,17 +1225,31 @@ public class OutlineView extends JScrollPane {
      * Extension of the ETable that allows adding a special comparator
      * for sorting the rows.
      */
-    private static class OutlineViewOutline extends Outline {
+    static class OutlineViewOutline extends Outline {
         private final PropertiesRowModel rowModel;
         private static final String COLUMNS_SELECTOR_HINT = "ColumnsSelectorHint"; // NOI18N
 
         private boolean treeSortable = true;
 
-        public OutlineViewOutline(OutlineModel mdl, PropertiesRowModel rowModel) {
+        private boolean isHScrollingEnabled;
+        private JScrollBar hScrollBar;
+        private TableModelListener tmScrollingListener;
+        private int treePositionX = 0;
+        private int[] rowWidths;
+        private RequestProcessor.Task changeTask;
+        private boolean defaultActionAllowed = true;
+        private String nodesColumnDescription;
+        //private int maxRowWidth;
+
+        public OutlineViewOutline(final OutlineModel mdl, PropertiesRowModel rowModel) {
             super(mdl);
             this.rowModel = rowModel;
             setSelectVisibleColumnsLabel(NbBundle.getMessage(OutlineView.class, "CTL_ColumnsSelector")); //NOI18N
         }
+
+        PropertiesRowModel getRowModel() {
+            return rowModel;
+        }
         
         @Override
         public Object transformValue(Object value) {
@@ -1051,6 +1276,99 @@ public class OutlineView extends JScrollPane {
             return PropertiesRowModel.getValueFromProperty(value);
         }
 
+        void setTreeHScrollingEnabled(boolean isHScrollingEnabled, JScrollBar hScrollBar) {
+            this.isHScrollingEnabled = isHScrollingEnabled;
+            this.hScrollBar = hScrollBar;
+            if (isHScrollingEnabled) {
+                if (tmScrollingListener == null) {
+                    tmScrollingListener = new TableModelListener() {
+                        @Override
+                        public void tableChanged(TableModelEvent e) {
+                            int rowCount = getOutlineModel().getRowCount();
+                            if (rowCount != rowWidths.length) {
+                                rowWidths = Arrays.copyOf(rowWidths, rowCount);
+                            }
+                        }
+                    };
+                    rowWidths = new int[getOutlineModel().getRowCount()];
+                    getOutlineModel().addTableModelListener(tmScrollingListener);
+                }
+            } else {
+                if (tmScrollingListener != null) {
+                    getOutlineModel().removeTableModelListener(tmScrollingListener);
+                    tmScrollingListener = null;
+                    rowWidths = null;
+                }
+            }
+        }
+
+        void setTreeWidthChangeTask(RequestProcessor.Task changeTask) {
+            this.changeTask = changeTask;
+        }
+
+        int getTreePositionX() {
+            return treePositionX;
+        }
+
+        void setTreePositionX(int treePositionX) {
+            if (treePositionX == this.treePositionX) {
+                return ;
+            }
+            this.treePositionX = treePositionX;
+            tableChanged(new TableModelEvent(getModel(), 0, getRowCount(), 0));// convertColumnIndexToView(0)));
+        }
+
+        private void setPreferredTreeWidth(int row, int width) {
+            if (rowWidths[row] != width) {
+                rowWidths[row] = width;
+                changeTask.schedule(100);
+            }
+        }
+
+        int getTreePreferredWidth() {
+            //int ci = convertColumnIndexToView(0);
+            Rectangle visibleRect = getVisibleRect();
+            int r1 = rowAtPoint(new Point(0, visibleRect.y));
+            if (r1 < 0) {
+                return 0;
+            }
+            if (hScrollBar.isVisible()) {
+                // To prevent from "dancing" include the width of the row(s) under the horizontal scroll bar as well.
+                visibleRect.height += hScrollBar.getSize().height;
+            }
+            int r2 = rowAtPoint(new Point(0, visibleRect.y + visibleRect.height));
+            if (r2 < 0) r2 = getRowCount() - 1;
+            int width = 0;
+            for (int r = r1; r <= r2; r++) {
+                if (rowWidths[r] > width) {
+                    width = rowWidths[r];
+                }
+            }
+            width += 2*getIntercellSpacing().width;
+            return width;
+        }
+
+        void setDefaultActionAllowed(boolean defaultActionAllowed) {
+            this.defaultActionAllowed = defaultActionAllowed;
+        }
+        
+        boolean isDefaultActionAllowed() {
+            return defaultActionAllowed;
+        }
+        
+        /** Translate the tree column renderer */
+        @Override
+        public TableCellRenderer getCellRenderer(int row, int column) {
+            TableCellRenderer result = super.getCellRenderer(row, column);
+            if (isHScrollingEnabled) {
+                int c = convertColumnIndexToModel(column);
+                if (c == 0) {
+                    result = new TranslatedTableCellRenderer(this, result);
+                }
+            }
+            return result;
+        }
+
         @Override
         @SuppressWarnings("unchecked")
         public boolean editCellAt(int row, int column, EventObject e) {
@@ -1073,7 +1391,7 @@ public class OutlineView extends JScrollPane {
                     // Default action.
                     Node node = Visualizer.findNode (o);
                     if (node != null) {
-                        if (node.isLeaf () && !node.canRename()) {
+                        if (defaultActionAllowed) {
                             Action a = TreeView.takeAction (node.getPreferredAction (), node);
 
                             if (a != null) {
@@ -1092,7 +1410,10 @@ public class OutlineView extends JScrollPane {
                 //try invoking custom editor
 
                 final Rectangle r = getCellRect(row, column, true);
-                if( ((MouseEvent) e).getX() > ((r.x + r.width) - 24) && ((MouseEvent) e).getX() < (r.x + r.width) 
+                MouseEvent me = (MouseEvent) e;
+                me.translatePoint(treePositionX, 0);
+                int x = me.getX();
+                if ( x > ((r.x + r.width) - 24) && x < (r.x + r.width)
                     && o instanceof Node.Property
                     && !isTreeColumn ) {
 
@@ -1139,6 +1460,11 @@ public class OutlineView extends JScrollPane {
             this.treeSortable = treeSortable;
         }
 
+        private void setNodesColumnDescription(String description) {
+            nodesColumnDescription = description;
+        }
+
+
         /**
          * Extension of ETableColumn using TableViewRowComparator as
          * comparator.
@@ -1188,6 +1514,9 @@ public class OutlineView extends JScrollPane {
                 }
                 if (getModelIndex () == 0) {
                     // 1st column
+                    if (nodesColumnDescription != null) {
+                        return nodesColumnDescription;
+                    }
                     return defaultValue;
                 }
                 return rowModel.getShortDescription (getModelIndex () - 1);
@@ -1233,6 +1562,93 @@ public class OutlineView extends JScrollPane {
             }
 
         }
+
+        private class TranslatedTableCellRenderer extends JComponent implements TableCellRenderer {
+
+            private OutlineViewOutline outline;
+            private TableCellRenderer delegate;
+            private Component component;
+
+            public TranslatedTableCellRenderer(OutlineViewOutline outline, TableCellRenderer delegate) {
+                this.outline = outline;
+                this.delegate = delegate;
+            }
+
+            @Override
+            public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) {
+                this.component = delegate.getTableCellRendererComponent(table, value, isSelected, hasFocus, row, column);
+                setPreferredTreeWidth(row, this.component.getPreferredSize().width);
+                return this;
+            }
+
+            @Override
+            public void setBounds(int x, int y, int width, int height) {
+                //System.out.println("setBounds("+x+", "+y+", "+width+", "+height+"), translate = "+outline.getTreePositionX());
+                component.setBounds(x, y, Math.max(width, outline.getTreePreferredWidth()), height);
+            }
+
+            @Override
+            public Dimension getPreferredSize() {
+                return component.getPreferredSize();
+            }
+
+            @Override
+            public void paint(Graphics g) {
+                if (!(component instanceof TranslatedTableCellRenderer)) {
+                    g.translate(-outline.getTreePositionX(), 0);
+                }
+                try {
+                    component.paint(g);
+                } catch (NullPointerException npe) {
+                    // http://netbeans.org/bugzilla/show_bug.cgi?id=194055
+                    javax.swing.border.Border border = null;
+                    Exceptions.printStackTrace(Exceptions.attachMessage(npe,
+                            "Failed painting of component "+component+
+                            " with border "+((component instanceof JComponent) ? (border = ((JComponent) component).getBorder()) : null)+
+                            ((border instanceof javax.swing.border.CompoundBorder) ?
+                                ", with outsideBorder = "+((javax.swing.border.CompoundBorder) border).getOutsideBorder()+
+                                " and insideBorder = "+((javax.swing.border.CompoundBorder) border).getInsideBorder() : "")
+                    ));
+                }
+            }
+
+            @Override
+            public String getToolTipText() {
+                if (component instanceof JComponent) {
+                    return ((JComponent) component).getToolTipText();
+                } else {
+                    return super.getToolTipText();
+                }
+            }
+
+            @Override
+            public Point getToolTipLocation(MouseEvent event) {
+                if (component instanceof JComponent) {
+                    return ((JComponent) component).getToolTipLocation(event);
+                } else {
+                    return super.getToolTipLocation(event);
+                }
+            }
+
+            @Override
+            public String getToolTipText(MouseEvent event) {
+                if (component instanceof JComponent) {
+                    return ((JComponent) component).getToolTipText(event);
+                } else {
+                    return super.getToolTipText(event);
+                }
+            }
+
+            @Override
+            public JToolTip createToolTip() {
+                if (component instanceof JComponent) {
+                    return ((JComponent) component).createToolTip();
+                } else {
+                    return super.createToolTip();
+                }
+            }
+
+        }
     }
     
     private static class OutlinePopupFactory extends NodePopupFactory {
@@ -1316,4 +1732,316 @@ public class OutlineView extends JScrollPane {
             return getName().hashCode();
         }
     }
+
+    /* Horizontal scrolling support.
+     */
+    private final class ScrollListener extends ComponentAdapter implements ChangeListener,
+                                                                           TableColumnModelListener,
+                                                                           AdjustmentListener {
+        ScrollListener() {
+        }
+
+        //ScrollBar or Viewport change
+        public void stateChanged(ChangeEvent evt) {
+            if (evt.getSource() == hScrollBar.getModel()) {
+                int value = hScrollBar.getModel().getValue();
+                outline.setTreePositionX(value);
+            } else { // Viewport
+
+            }
+        }
+
+        private void revalidateScrollBar() {
+            if (!isDisplayable()) {
+                return;
+            }
+            if (!isTreeHScrollBar) {
+                return ;
+            }
+
+            if (
+                (outline.getColumnModel().getColumnCount() > 0)
+            ) {
+                int column = outline.convertColumnIndexToView(0);
+                int extentWidth = outline.getColumnModel().getColumn(column).getWidth();
+                int maxWidth = outline.getTreePreferredWidth();
+                int positionX = outline.getTreePositionX();
+
+                int value = Math.max(0, Math.min(positionX, maxWidth - extentWidth));
+
+                hScrollBar.setValues(value, extentWidth, 0, maxWidth);
+                hScrollBar.setBlockIncrement(extentWidth);
+            }
+        }
+
+        @Override
+        public void columnAdded(TableColumnModelEvent e) {
+        }
+
+        @Override
+        public void columnRemoved(TableColumnModelEvent e) {
+        }
+
+        @Override
+        public void columnMoved(TableColumnModelEvent e) {
+            revalidate();
+        }
+
+        @Override
+        public void columnMarginChanged(ChangeEvent e) {
+            revalidateScrollBar();
+        }
+
+        @Override
+        public void columnSelectionChanged(ListSelectionEvent e) {
+        }
+
+        @Override
+        public void adjustmentValueChanged(AdjustmentEvent e) {
+            int value = hScrollBar.getModel().getValue();
+            outline.setTreePositionX(value);
+        }
+    }
+
+    private static class OutlineScrollLayout extends ScrollPaneLayout.UIResource {
+
+        public OutlineScrollLayout() {
+        }
+
+        private JScrollBar thsb;
+
+        @Override
+        public void addLayoutComponent(String s, Component c) {
+            if (s.equals(TREE_HORIZONTAL_SCROLLBAR)) {
+                thsb = (JScrollBar)addSingletonComponent(thsb, c);
+            } else {
+                super.addLayoutComponent(s, c);
+            }
+        }
+
+        @Override
+        public Dimension preferredLayoutSize(Container parent) {
+            Dimension dim = super.preferredLayoutSize(parent);
+            OutlineView ov = (OutlineView) parent;
+            int thsbPolicy = ov.treeHorizontalScrollBarPolicy;
+            if ((thsb != null) && (thsbPolicy != HORIZONTAL_SCROLLBAR_NEVER)) {
+                if (thsbPolicy == HORIZONTAL_SCROLLBAR_ALWAYS) {
+                    dim.height += thsb.getPreferredSize().height;
+                }
+                else {
+                    Dimension extentSize = null;
+                    Dimension viewSize = null;
+                    Component view = null;
+
+                    if (viewport !=  null) {
+                        extentSize = viewport.getPreferredSize();
+                        viewSize = viewport.getViewSize();
+                        view = viewport.getView();
+                    }
+
+                    if ((viewSize != null) && (extentSize != null)) {
+                        boolean canScroll = true;
+                        if (view instanceof Scrollable) {
+                            canScroll = !((Scrollable)view).getScrollableTracksViewportWidth();
+                        }
+                        if (canScroll && (viewSize.width > extentSize.width)) {
+                            dim.height += thsb.getPreferredSize().height;
+                        }
+                    }
+                }
+            }
+            return dim;
+        }
+
+        @Override
+        public Dimension minimumLayoutSize(Container parent) {
+            return super.minimumLayoutSize(parent);
+        }
+
+        @Override
+        public void layoutContainer(Container parent) {
+            OutlineView ov = (OutlineView) parent;
+            if (ov.isTreeHScrollBar && ov.outline.getColumnModel().getColumnCount() > 0) {
+                int column = ov.outline.convertColumnIndexToView(0);
+                int extentWidth = ov.outline.getColumnModel().getColumn(column).getWidth();
+                int maxWidth = ov.outline.getTreePreferredWidth();
+                boolean hsbvisible = thsb.isVisible();
+                boolean hideHsb = (maxWidth <= extentWidth) && ov.treeHorizontalScrollBarPolicy != JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS;
+
+                JScrollBar hsbOrig = hsb;
+                boolean hsbNeeded;
+                if (!hideHsb) {
+                    // Set fake horizontal scroll bar so that the view size is set correctly
+                    Component view = (viewport != null) ? viewport.getView() : null;
+                    boolean viewTracksViewportWidth = false;
+                    if (view instanceof Scrollable) {
+                        Scrollable sv = (Scrollable)view;
+                        viewTracksViewportWidth = sv.getScrollableTracksViewportWidth();
+                    }
+                    Dimension viewPrefSize =
+                            (view != null) ? view.getPreferredSize()
+                                           : new Dimension(0,0);
+                    // Compute availR width: ( see super.layoutContainer(parent); )
+                    Rectangle availR = ov.getBounds();
+                    Insets insets = parent.getInsets();
+                    availR.width -= insets.left + insets.right;
+                    if ((rowHead != null) && (rowHead.isVisible())) {
+                        int rowHeadWidth = Math.min(availR.width,
+                                                    rowHead.getPreferredSize().width);
+                        availR.width -= rowHeadWidth;
+                    }
+                    Border viewportBorder = ov.getViewportBorder();
+                    if (viewportBorder != null) {
+                        Insets vpbInsets = viewportBorder.getBorderInsets(parent);
+                        availR.width -= vpbInsets.left + vpbInsets.right;
+                    }
+                    if (availR.width < 0) {
+                        hsbNeeded = false;
+                    }
+                    if (ov.getHorizontalScrollBarPolicy() == HORIZONTAL_SCROLLBAR_ALWAYS) {
+                        hsbNeeded = true;
+                    }
+                    else if (ov.getHorizontalScrollBarPolicy() == HORIZONTAL_SCROLLBAR_NEVER) {
+                        hsbNeeded = false;
+                    }
+                    else {  // hsbPolicy == HORIZONTAL_SCROLLBAR_AS_NEEDED
+                        Dimension extentSize =
+                            (viewport != null) ? viewport.toViewCoordinates(availR.getSize())
+                                               : new Dimension(0,0);
+
+                        hsbNeeded = !viewTracksViewportWidth && (viewPrefSize.width > extentSize.width);
+                    }
+
+                    if (hsbNeeded) {
+                        hsb = createFakeHSB(hsbOrig);
+                    } else {
+                        ov.sayHorizontalScrollBarNeeded(true);
+                    }
+                } else {
+                    hsbNeeded = false;
+                }
+                super.layoutContainer(parent);
+                if (!hideHsb) {
+                    if (hsbNeeded) {
+                        JScrollBar fakeHsb = hsb;
+                        fakeHsb.setVisible(false);
+                        hsb = hsbOrig;
+                        Rectangle r = fakeHsb.getBounds();
+                        r.height /= 2;
+                        r.y += r.height;
+                        hsb.setBounds(r);
+                        hsb.setVisible(true);
+                    } else {
+                        ov.sayHorizontalScrollBarNeeded(false);
+                        hsbPolicy = ov.getHorizontalScrollBarPolicy();
+                        hsb.setVisible(false);
+                    }
+                }
+                
+                if (hideHsb) {
+                    thsb.setVisible(false);
+                    ov.hScrollBar.setValues(0, 0, 0, 0);
+                } else {
+                    Rectangle vr = viewport.getBounds();
+                    Rectangle r;
+                    r = new Rectangle(getColumnXPos(ov.outline, column),
+                                      vr.y + vr.height,
+                                      extentWidth,
+                                      thsb.getPreferredSize().height);
+                    thsb.setBounds(r);
+                    if (!hsbvisible) {
+                        thsb.setVisible(true);
+                        ov.listener.revalidateScrollBar();
+                    }
+                }
+            } else {
+                super.layoutContainer(parent);
+            }
+        }
+
+        private JScrollBar createFakeHSB(final JScrollBar hsb) {
+            return new JScrollBar(JScrollBar.HORIZONTAL) {
+
+                @Override
+                public Dimension getPreferredSize() {
+                    Dimension dim = hsb.getPreferredSize();
+                    return new Dimension(dim.width, 2*dim.height);
+                }
+
+            };
+        }
+
+        private int getColumnXPos(OutlineViewOutline outline, int column) {
+            if (column < 0) {
+                if (!outline.getComponentOrientation().isLeftToRight()) {
+                    return outline.getWidth();
+                } else {
+                    return 0;
+                }
+            } else if (column >= outline.getColumnCount()) {
+                if (outline.getComponentOrientation().isLeftToRight()) {
+                    return outline.getWidth();
+                } else {
+                    return 0;
+                }
+            } else {
+                TableColumnModel cm = outline.getColumnModel();
+                int x = 0;
+                if (outline.getComponentOrientation().isLeftToRight()) {
+                    for (int i = 0; i < column; i++) {
+                        x += cm.getColumn(i).getWidth();
+                    }
+                } else {
+                    for(int i = cm.getColumnCount()-1; i > column; i--) {
+                        x += cm.getColumn(i).getWidth();
+                    }
+                }
+                return x;
+            }
+        }
+
+    }
+
+    /** Selection persistence, which allows to clear selected nodes. */
+    private static class Selection {
+        int selectionMode;
+        int anchor;
+        int lead;
+        List<int[]> intervals = new ArrayList<int[]>();
+
+        public Selection(ListSelectionModel sm) {
+            selectionMode = sm.getSelectionMode();
+            anchor = sm.getAnchorSelectionIndex();
+            lead = sm.getLeadSelectionIndex();
+            int min = sm.getMinSelectionIndex();
+            int max = sm.getMaxSelectionIndex();
+            int i1 = -1;
+            for (int i = min; i <= max; i++) {
+                if (sm.isSelectedIndex(i)) {
+                    if (i1 == -1) {
+                        i1 = i;
+                    }
+                } else {
+                    if (i1 != -1) {
+                        intervals.add(new int[] { i1, i});
+                        i1 = -1;
+                    }
+                }
+            }
+            if (i1 != -1) {
+                intervals.add(new int[] { i1, max});
+            }
+        }
+
+        public void setTo(ListSelectionModel sm) {
+            sm.clearSelection();
+            sm.setSelectionMode(selectionMode);
+            for (int[] itv : intervals) {
+                sm.addSelectionInterval(itv[0], itv[1]);
+            }
+            sm.setAnchorSelectionIndex(anchor);
+            sm.setLeadSelectionIndex(lead);
+        }
+    }
+
 }
diff --git a/openide.explorer/src/org/openide/explorer/view/OutlineViewDropSupport.java b/openide.explorer/src/org/openide/explorer/view/OutlineViewDropSupport.java
index e00662a..6f2fd8c 100644
--- a/openide.explorer/src/org/openide/explorer/view/OutlineViewDropSupport.java
+++ b/openide.explorer/src/org/openide/explorer/view/OutlineViewDropSupport.java
@@ -192,7 +192,9 @@ final class OutlineViewDropSupport implements DropTargetListener, Runnable {
         } else {
             dropNode = getNodeForDrop(p);
         }
-        log("doDragOver dropNode == " + dropNode); // NOI18N
+        if (LOGABLE) {
+            log("doDragOver dropNode == " + dropNode); // NOI18N
+        }
 
         // if I haven't any node for drop then reject drop
         if (dropNode == null) {
@@ -224,7 +226,9 @@ final class OutlineViewDropSupport implements DropTargetListener, Runnable {
                 // exclude expanded folder
                 TreePath tp = view.getOutline().getLayoutCache().getPathForRow(
                         view.getOutline().convertRowIndexToModel(row));
-                log("tp == " + tp); //NOI18N
+                if (LOGABLE) {
+                    log("tp == " + tp); //NOI18N
+                }
                 if (!view.getOutline().getLayoutCache().isExpanded(tp)) {
                     log("tree path is not expanded"); // NOI18N
                     // point bellow node
@@ -288,7 +292,9 @@ final class OutlineViewDropSupport implements DropTargetListener, Runnable {
                     DELAY_TIME_FOR_EXPAND,
                     new ActionListener() {
                         final public void actionPerformed(ActionEvent e) {
-                            log("should expand " + path); // NOI18N
+                            if (LOGABLE) {
+                                log("should expand " + path); // NOI18N
+                            }
                             view.getOutline().expandPath(path);
                         }
                     }
@@ -581,7 +587,9 @@ final class OutlineViewDropSupport implements DropTargetListener, Runnable {
 
     // XXX canditate for more general support
     private boolean canDrop(Node n, int dropAction, Transferable dndEventTransferable) {
-        log("canDrop " + n); // NOI18N
+        if (LOGABLE) {
+            log("canDrop " + n); // NOI18N
+        }
         if (n == null) {
             return false;
         }
@@ -608,7 +616,9 @@ final class OutlineViewDropSupport implements DropTargetListener, Runnable {
         Transferable trans = ExplorerDnDManager.getDefault().getDraggedTransferable(
                 (DnDConstants.ACTION_MOVE & dropAction) != 0
             );
-        log("transferable == " + trans); // NOI18N
+        if (LOGABLE) {
+            log("transferable == " + trans); // NOI18N
+        }
         if (trans == null) {
             trans = dndEventTransferable;
             if( null == trans ) {
@@ -633,7 +643,9 @@ final class OutlineViewDropSupport implements DropTargetListener, Runnable {
 
             // find node for the drop perform
             Node dropNode = getNodeForDrop(dtde.getLocation());
-            log("drop dropNode == " + dropNode);
+            if (LOGABLE) {
+                log("drop dropNode == " + dropNode);
+            }
 
             // #64469: Can't drop into empty explorer area
             if (dropNode == null) {
@@ -699,12 +711,16 @@ final class OutlineViewDropSupport implements DropTargetListener, Runnable {
                     );
 
                 for (int i = 0; i < ptCut.length; i++) {
-                    log(ptCut[i].getName()+", "+System.identityHashCode(ptCut[i]));
+                    if (LOGABLE) {
+                        log(ptCut[i].getName()+", "+System.identityHashCode(ptCut[i]));
+                    }
                     setPasteTypes.add(ptCut[i]);
                 }
 
                 for (int i = 0; i < ptCopy.length; i++) {
-                    log(ptCopy[i].getName()+", "+System.identityHashCode(ptCopy[i]));
+                    if (LOGABLE) {
+                        log(ptCopy[i].getName()+", "+System.identityHashCode(ptCopy[i]));
+                    }
                     setPasteTypes.add(ptCopy[i]);
                 }
 
diff --git a/openide.explorer/src/org/openide/explorer/view/PropertiesRowModel.java b/openide.explorer/src/org/openide/explorer/view/PropertiesRowModel.java
index 10a27a0..63f6739 100644
--- a/openide.explorer/src/org/openide/explorer/view/PropertiesRowModel.java
+++ b/openide.explorer/src/org/openide/explorer/view/PropertiesRowModel.java
@@ -48,8 +48,11 @@ import java.awt.event.MouseListener;
 import java.awt.event.MouseMotionListener;
 import java.beans.PropertyChangeEvent;
 import java.beans.PropertyChangeListener;
+import java.lang.reflect.InvocationTargetException;
+import java.text.MessageFormat;
 import java.util.ArrayList;
 import java.util.Collections;
+import java.util.Date;
 import java.util.EmptyStackException;
 import java.util.WeakHashMap;
 import javax.swing.JLabel;
@@ -58,15 +61,20 @@ import javax.swing.ToolTipManager;
 import javax.swing.event.TableModelEvent;
 import javax.swing.tree.TreeNode;
 import javax.swing.tree.TreePath;
+import org.netbeans.modules.openide.explorer.UIException;
 import org.netbeans.swing.outline.Outline;
 import org.netbeans.swing.outline.RowModel;
+import org.openide.DialogDisplayer;
 import org.openide.ErrorManager;
+import org.openide.NotifyDescriptor;
 import org.openide.awt.Mnemonics;
 import org.openide.nodes.Node;
 import org.openide.nodes.NodeEvent;
 import org.openide.nodes.NodeListener;
 import org.openide.nodes.NodeMemberEvent;
 import org.openide.nodes.NodeReorderEvent;
+import org.openide.util.Exceptions;
+import org.openide.util.NbBundle;
 import org.openide.util.WeakListeners;
 
 /**
@@ -290,13 +298,77 @@ class PropertiesRowModel implements RowModel {
         return null;
     }
 
+    private boolean ignoreSetValue;
+
+    void setIgnoreSetValue(boolean ignoreSetValue) {
+        this.ignoreSetValue = ignoreSetValue;
+    }
 
     public void setValueFor(Object node, int column, Object value) {
-        // Intentionally left empty. The cell editor components are
+        // Intentionally ignore this method when the cell editor components are
         // PropertyPanels that will propagate the change into the target
         // property object - no need to do anything in this method.
+        //System.err.println("PropertiesRowModel.setValueFor("+node+", "+column+", "+value+") ignored = "+ignoreSetValue);
+        if (ignoreSetValue) {
+            return ;
+        }
+        // Otherwise someone is explicitly trying to set the value:
+        Node n = Visualizer.findNode(node);
+        if (n == null) {
+            throw new IllegalStateException("TreeNode must be VisualizerNode but was: " + node + " of class " + node.getClass().getName());
+        }
+        Node.Property theRealProperty = getPropertyFor(n, prop[column]);
+        try {
+            theRealProperty.setValue(value);
+        } catch (IllegalAccessException ex) {
+            processThrowable(ex, theRealProperty.getDisplayName(), value);
+        } catch (IllegalArgumentException ex) {
+            processThrowable(ex, theRealProperty.getDisplayName(), value);
+        } catch (InvocationTargetException ex) {
+            processThrowable(ex.getTargetException(), theRealProperty.getDisplayName(), value);
+        }
     }
     
+    /** Processes <code>Throwable</code> thrown from <code>setAsText</code>
+     * or <code>setValue</code> call on <code>editor</code>. Helper method.
+     * Almost copied from PropUtils */
+    private static void processThrowable(Throwable throwable, String title, Object newValue) {
+        //Copied from old PropertyPanel impl
+        if (throwable instanceof ThreadDeath) {
+            throw (ThreadDeath) throwable;
+        }
+
+        String locMsg = Exceptions.findLocalizedMessage(throwable);
+
+        if (locMsg != null
+            && (throwable.getLocalizedMessage() != throwable.getMessage())) { //XXX See issue 34569
+
+            String msg = MessageFormat.format(
+                    NbBundle.getMessage(PropertiesRowModel.class, "FMT_ErrorSettingValue"), new Object[] { newValue, title }
+                ); //NOI18N
+            UIException.annotateUser(throwable, msg,
+                                     throwable.getLocalizedMessage(), throwable,
+                                     new Date());
+        } else if (throwable instanceof NumberFormatException) {
+            //Handle NFE's from the core sun.beans property editors w/o raising stack traces
+            UIException.annotateUser(throwable, throwable.getMessage(),
+                                     MessageFormat.format(NbBundle.getMessage(PropertiesRowModel.class,
+                                                                              "FMT_BAD_NUMBER_FORMAT"),
+                                                          new Object[]{newValue}),
+                                     null, null);
+        }
+
+        String msg = Exceptions.findLocalizedMessage(throwable);
+        if (msg == null) {
+            msg = MessageFormat.format(
+                    NbBundle.getMessage(PropertiesRowModel.class, "FMT_ErrorSettingValue"), new Object[] { newValue, title }
+                ); //NOI18N
+
+        }
+        NotifyDescriptor d = new NotifyDescriptor.Message(msg, NotifyDescriptor.INFORMATION_MESSAGE);
+        DialogDisplayer.getDefault().notifyLater(d);
+    }
+
     public void setProperties(Node.Property[] newProperties) {
         prop = newProperties;
         names = new String [prop.length];
diff --git a/openide.explorer/src/org/openide/explorer/view/SheetCell.java b/openide.explorer/src/org/openide/explorer/view/SheetCell.java
index d82b29e..7b4c0e0 100644
--- a/openide.explorer/src/org/openide/explorer/view/SheetCell.java
+++ b/openide.explorer/src/org/openide/explorer/view/SheetCell.java
@@ -63,9 +63,11 @@ import javax.accessibility.AccessibleContext;
 import javax.accessibility.AccessibleRole;
 import javax.swing.table.TableModel;
 import javax.swing.tree.TreePath;
+import org.netbeans.modules.openide.explorer.PropertyPanelBridge;
 import org.netbeans.modules.openide.explorer.TTVEnvBridge;
 import org.netbeans.swing.etable.ETable;
 import org.netbeans.swing.outline.Outline;
+import org.netbeans.swing.outline.OutlineModel;
 
 import org.openide.util.NbBundle;
 import org.openide.nodes.Node;
@@ -369,7 +371,7 @@ abstract class SheetCell extends AbstractCellEditor implements TableModelListene
         return nullPanel;
     }
 
-    private PropertyPanel editor=null;
+    protected PropertyPanel editor=null;
     private PropertyPanel getEditor(Property p, Node n) {
         int prefs = PropertyPanel.PREF_TABLEUI;
 
@@ -757,7 +759,8 @@ abstract class SheetCell extends AbstractCellEditor implements TableModelListene
             return outline.getOutlineModel().getColumnName(column);
         }
         public void propertyChange(PropertyChangeEvent evt) {
-            stopCellEditing();
+            // We get this event while editing
+            stopCellEditingNoCommit();
             if( SwingUtilities.isEventDispatchThread() ) {
                 outline.tableChanged(new TableModelEvent(outline.getModel(), 0, outline.getRowCount()));
             } else {
@@ -768,6 +771,36 @@ abstract class SheetCell extends AbstractCellEditor implements TableModelListene
                 });
             }
         }
+        
+        @Override
+        public boolean stopCellEditing() {
+
+            PropertyPanelBridge.commit(editor);
+
+            return stopCellEditingNoCommit();
+        }
+
+        private boolean stopCellEditingNoCommit() {
+            PropertiesRowModel prm = null;
+            if (outline instanceof OutlineView.OutlineViewOutline) {
+                OutlineView.OutlineViewOutline ovo = (OutlineView.OutlineViewOutline) outline;
+                prm = ovo.getRowModel();
+            }
+            if (prm != null) {
+                // See PropertiesRowModel.setValueFor()
+                // Intentionally do nothing when the cell editor components are
+                // PropertyPanels that will propagate the change into the target
+                // property object - no need to do anything in the set value method.
+                prm.setIgnoreSetValue(true);
+            }
+            try {
+                return super.stopCellEditing();
+            } finally {
+                if (prm != null) {
+                    prm.setIgnoreSetValue(false);
+                }
+            }
+        }
         @Override
         protected void detachEditor() {
             super.detachEditor();
diff --git a/openide.explorer/src/org/openide/explorer/view/TreeTableView.java b/openide.explorer/src/org/openide/explorer/view/TreeTableView.java
index 668ec0b..b049c68 100644
--- a/openide.explorer/src/org/openide/explorer/view/TreeTableView.java
+++ b/openide.explorer/src/org/openide/explorer/view/TreeTableView.java
@@ -1293,6 +1293,21 @@ public class TreeTableView extends BeanTreeView {
         super.showSelection (modifiedTreePaths);
     }
 
+    @Override
+    public void collapseNode(Node n) {
+        super.collapseNode(getSortedNodeFromOriginal(n));
+    }
+
+    @Override
+    public void expandNode(Node n) {
+        super.expandNode(getSortedNodeFromOriginal(n));
+    }
+
+    @Override
+    public boolean isExpanded(Node n) {
+        return super.isExpanded(getSortedNodeFromOriginal(n));
+    }
+
     private Node getSortedNodeFromOriginal (Node orig) {
         if (getSortedNodeTreeModel () != null) {
             if (getSortedNodeTreeModel ().original2filter != null) {
diff --git a/openide.explorer/src/org/openide/explorer/view/TreeView.java b/openide.explorer/src/org/openide/explorer/view/TreeView.java
index 08a1404..6d58d12 100644
--- a/openide.explorer/src/org/openide/explorer/view/TreeView.java
+++ b/openide.explorer/src/org/openide/explorer/view/TreeView.java
@@ -228,6 +228,10 @@ public abstract class TreeView extends JScrollPane {
     transient private int allowedDragActions = DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_REFERENCE;
     transient private int allowedDropActions = DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_REFERENCE;
     
+    /** Quick Search support */
+    transient private boolean allowedQuickSearch = true;
+    transient private KeyAdapter quickSearchKeyAdapter;
+    
     /**
      * Whether the quick search uses prefix or substring. 
      * Defaults to false meaning prefix is used.
@@ -242,6 +246,8 @@ public abstract class TreeView extends JScrollPane {
     /** reference to the last visible search field */
     private static Reference<TreeView> lastSearchField = new WeakReference<TreeView>(null);
 
+    transient private boolean removedNodeWasSelected = false;
+
     /** Constructor.
     */
     public TreeView() {
@@ -330,6 +336,7 @@ public abstract class TreeView extends JScrollPane {
         // Init of the editor
         tree.setCellEditor(new TreeViewCellEditor(tree));
         tree.setEditable(true);
+        tree.setInvokesStopCellEditing(true);
         int rowHeight = rend.getTreeCellRendererComponent(tree, null, false, false, false, 0, true).getPreferredSize().height;
         tree.setRowHeight(rowHeight);
         tree.setLargeModel(true);
@@ -452,6 +459,36 @@ public abstract class TreeView extends JScrollPane {
     }
 
     /**
+     * Get whether the quick search feature enable or not.
+     * Defaults enable (false).
+     * @since 6.33
+     * @return true if quick search feature enabled, false
+     * otherwise.
+     */
+    public boolean isQuickSearchAllowed() {
+        return allowedQuickSearch;
+    }
+    
+    /**
+     * Set whether the quick search feature enable or not.
+     * Defaults enable (false).
+     * @since 6.33
+     * @param allowedQuickSearch <code>true</code> if quick search shall be enabled
+     */
+    public void setQuickSearchAllowed(boolean allowedQuickSearch) {
+        this.allowedQuickSearch = allowedQuickSearch;
+         if (quickSearchKeyAdapter != null && tree != null) {
+            if (allowedQuickSearch) {
+               tree.addKeyListener(quickSearchKeyAdapter);
+            } else {
+               removeSearchField();
+               tree.removeKeyListener(quickSearchKeyAdapter);
+            }
+         }
+    }
+
+    
+    /**
      * Set whether the quick search feature uses substring or prefix
      * matching for the typed characters. Defaults to prefix (false).
      * @since 6.11
@@ -563,9 +600,12 @@ public abstract class TreeView extends JScrollPane {
         // run safely to be sure all preceding events are processed (especially VisualizerEvent.Added)
         // otherwise VisualizerNodes may not be in hierarchy yet (see #140629)
         VisualizerNode.runSafe(new Runnable() {
-
+            @Override
             public void run() {
-                tree.collapsePath(getTreePath(n));
+                final TreePath path = getTreePath(n);
+                LOG.log(Level.FINE, "collapseNode: {0} {1}", new Object[] { n, path });
+                tree.collapsePath(path);
+                LOG.fine("collapsePath done");
             }
         });
     }
@@ -591,7 +631,10 @@ public abstract class TreeView extends JScrollPane {
             @Override
             public void run() {
                 LOG.log(Level.FINEST, "Just print the variable so it is not GCed: {0}", prepare);
-                tree.expandPath(getTreePath(n));
+                final TreePath p = getTreePath(n);
+                LOG.log(Level.FINE, "expandNode: {0} {1}", new Object[] { n, p });
+                tree.expandPath(p);
+                LOG.fine("expandPath done");
             }
         });
     }
@@ -834,18 +877,19 @@ public abstract class TreeView extends JScrollPane {
     */
     final void synchronizeRootContext() {
         // #151850 cancel editing before changing root node
-        Mutex.EVENT.readAccess(
-                new Runnable() {
-
-                    public void run() {
-                        TreeCellEditor cellEditor = tree.getCellEditor();
-                        if (cellEditor instanceof TreeViewCellEditor) {
-                            ((TreeViewCellEditor) cellEditor).abortTimer();
-                        }
-                        tree.cancelEditing();
-                    }
-                });
-        treeModel.setNode(manager.getRootContext(), visHolder);
+        Mutex.EVENT.readAccess(new Runnable() {
+            @Override
+            public void run() {
+                TreeCellEditor cellEditor = tree.getCellEditor();
+                if (cellEditor instanceof TreeViewCellEditor) {
+                    ((TreeViewCellEditor) cellEditor).abortTimer();
+                }
+                tree.cancelEditing();
+                final Node rc = manager.getRootContext();
+                LOG.log(Level.FINE, "synchronizeRootContext {0}", rc);
+                treeModel.setNode(rc, visHolder);
+            }
+        });
     }
 
     /** Synchronize the explored context from the manager of this Explorer.
@@ -859,9 +903,11 @@ public abstract class TreeView extends JScrollPane {
         // run safely to be sure all preceding events are processed (especially VisualizerEvent.Added)
         // otherwise VisualizerNodes may not be in hierarchy yet (see #140629)
         VisualizerNode.runSafe(new Runnable() {
-
+            @Override
             public void run() {
-                showPath(getTreePath(n));
+                final TreePath tp = getTreePath(n);
+                LOG.log(Level.FINE, "synchronizeExploredContext {0} path {1}", new Object[] { n, tp });
+                showPath(tp);
             }
         });
     }
@@ -967,7 +1013,9 @@ public abstract class TreeView extends JScrollPane {
             }
         });
     }
-
+    
+   
+    
     /** Synchronize the selected nodes from the manager of this Explorer.
     * The default implementation does nothing.
     */
@@ -975,18 +1023,27 @@ public abstract class TreeView extends JScrollPane {
         // run safely to be sure all preceding events are processed (especially VisualizerEvent.Added)
         // otherwise VisualizerNodes may not be in hierarchy yet (see #140629)
         VisualizerNode.runSafe(new Runnable() {
-
+            @Override
             public void run() {
                 Node[] arr = manager.getSelectedNodes();
                 TreePath[] paths = new TreePath[arr.length];
-
+                final boolean log = LOG.isLoggable(Level.FINE);
+                if (log) {
+                    LOG.fine("synchronizeSelectedNodes");
+                }
                 for (int i = 0; i < arr.length; i++) {
                     paths[i] = getTreePath(arr[i]);
+                    if (log) {
+                        LOG.log(Level.FINE, "paths[{0}] = {1} node: {2}", new Object[]{i, paths[i], arr[i]});
+                    }
                 }
 
                 tree.getSelectionModel().removeTreeSelectionListener(managerListener);
                 showSelection(paths);
                 tree.getSelectionModel().addTreeSelectionListener(managerListener);
+                if (log) {
+                    LOG.fine("synchronizeSelectedNodes done");
+                }
             }
         });
     }
@@ -1182,6 +1239,7 @@ public abstract class TreeView extends JScrollPane {
             }
         }
         
+        removedNodeWasSelected = remSel != null;
         if (remSel != null) {
             try {
                 sm.removeSelectionPaths(remSel.toArray(new TreePath[remSel.size()]));
@@ -1550,6 +1608,7 @@ public abstract class TreeView extends JScrollPane {
         /* clicking adapter */
         @Override
         public void mouseClicked(MouseEvent e) {
+            tree.stopEditing();
             int selRow = tree.getRowForLocation(e.getX(), e.getY());
 
             if ((selRow != -1) && SwingUtilities.isLeftMouseButton(e) && MouseUtils.isDoubleClick(e)) {
@@ -1629,7 +1688,7 @@ public abstract class TreeView extends JScrollPane {
     }
 
     TreePath[] origSelectionPaths = null;
-    private JPanel searchpanel = null;
+    JPanel searchpanel = null;
     // searchTextField manages focus because it handles VK_TAB key
     private JTextField searchTextField = new JTextField() {
         @Override
@@ -1712,7 +1771,7 @@ public abstract class TreeView extends JScrollPane {
      * Adds the search field to the tree.
      */
     private void displaySearchField() {
-        if( null != searchpanel )
+        if( null != searchpanel || !isQuickSearchAllowed())
             return;
 
         TreeView previousSearchField = lastSearchField.get();
@@ -1968,8 +2027,8 @@ public abstract class TreeView extends JScrollPane {
                 removeKeyListener(keyListeners[i]);
             }
 
-            // Add new key listeners
-            addKeyListener(
+            // create new key listeners
+            quickSearchKeyAdapter = (
                 new KeyAdapter() {
                 @Override
                     public void keyTyped(KeyEvent e) {
@@ -2001,7 +2060,9 @@ public abstract class TreeView extends JScrollPane {
                     }
                 }
             );
-
+            if(isQuickSearchAllowed()){
+                addKeyListener(quickSearchKeyAdapter);
+            }
             // Create a the "multi-event" listener for the text field. Instead of
             // adding separate instances of each needed listener, we're using a
             // class which implements them all. This approach is used in order 
@@ -2011,7 +2072,7 @@ public abstract class TreeView extends JScrollPane {
             searchTextField.addFocusListener(searchFieldListener);
             searchTextField.getDocument().addDocumentListener(searchFieldListener);
         }
-
+        
         private List<TreePath> doSearch(String prefix) {
             List<TreePath> results = new ArrayList<TreePath>();
 
@@ -2370,17 +2431,19 @@ public abstract class TreeView extends JScrollPane {
             public void treeNodesRemoved(TreeModelEvent e) {
                 // called to removed from JTree.expandedState
                 super.treeNodesRemoved(e);
+                
+                boolean wasSelected = removedNodeWasSelected;
+                removedNodeWasSelected = false;
 
                 // part of bugfix #37279, if DnD is active then is useless select a nearby node
                 if (ExplorerDnDManager.getDefault().isDnDActive()) {
                     return;
                 }
-
-                if (tree.getSelectionCount() == 0) {
+                if (wasSelected && tree.getSelectionCount() == 0) {
                     TreePath path = findSiblingTreePath(e.getTreePath(), e.getChildIndices());
 
                     // bugfix #39564, don't select again the same object
-                    if ((path == null) || path.equals(e.getTreePath())) {
+                    if ((path == null) || e.getChildIndices().length == 0) {
                         return;
                     } else if (path.getPathCount() > 0) {
                         tree.setSelectionPath(path);
diff --git a/openide.explorer/src/org/openide/explorer/view/TreeViewCellEditor.java b/openide.explorer/src/org/openide/explorer/view/TreeViewCellEditor.java
index 44a5d4c..94b267a 100644
--- a/openide.explorer/src/org/openide/explorer/view/TreeViewCellEditor.java
+++ b/openide.explorer/src/org/openide/explorer/view/TreeViewCellEditor.java
@@ -236,11 +236,10 @@ class TreeViewCellEditor extends DefaultTreeCellEditor implements CellEditorList
                 abortTimer();
                 return false;
             }
-        }
-
-        if (!wasFocusOwner) {
-            wasFocusOwner = true;
-            return false;
+            if (!wasFocusOwner) {
+                wasFocusOwner = true;
+                return false;
+            }
         }
 
         if (lastPath != null) {
diff --git a/openide.explorer/src/org/openide/explorer/view/ViewTooltips.java b/openide.explorer/src/org/openide/explorer/view/ViewTooltips.java
index fcf208b..e884dca 100644
--- a/openide.explorer/src/org/openide/explorer/view/ViewTooltips.java
+++ b/openide.explorer/src/org/openide/explorer/view/ViewTooltips.java
@@ -119,7 +119,7 @@ final class ViewTooltips extends MouseAdapter implements MouseMotionListener {
      * for now) which should show helper tooltips.  Should be called
      * from the component's addNotify() method.
      */
-    static void register (JComponent comp) {
+    synchronized static void register (JComponent comp) {
         if (INSTANCE == null) {
             INSTANCE = new ViewTooltips();
         }
@@ -131,7 +131,7 @@ final class ViewTooltips extends MouseAdapter implements MouseMotionListener {
      * for now) which should show helper tooltips. Should be called
      * from the component's removeNotify() method.
      */
-    static void unregister (JComponent comp) {
+    synchronized static void unregister (JComponent comp) {
         ViewTooltips inst = INSTANCE;
         boolean doChecks = false;
         assert doChecks = true;
diff --git a/openide.explorer/src/org/openide/explorer/view/VisualizerChildren.java b/openide.explorer/src/org/openide/explorer/view/VisualizerChildren.java
index ad5702b..54f7ca1 100644
--- a/openide.explorer/src/org/openide/explorer/view/VisualizerChildren.java
+++ b/openide.explorer/src/org/openide/explorer/view/VisualizerChildren.java
@@ -43,8 +43,11 @@
  */
 package org.openide.explorer.view;
 
+import java.awt.EventQueue;
 import org.openide.nodes.*;
 import java.util.*;
+import java.util.logging.Level;
+import java.util.logging.Logger;
 
 
 /** List of Visualizers. This is holded by parent visualizer by a
@@ -55,11 +58,14 @@ import java.util.*;
 final class VisualizerChildren extends Object {
     /** empty visualizer children for any leaf */
     public static final VisualizerChildren EMPTY = new VisualizerChildren();   
+    private static final Logger LOG = Logger.getLogger(VisualizerChildren.class.getName());
     
     /** parent visualizer */
     public final VisualizerNode parent;
 
-    /** visualizer nodes (children) */
+    /** visualizer nodes (children), access only from AWT dispatch thread
+     * via the getVisNodes() getter
+     */
     private final List<VisualizerNode> visNodes;
     
     private List<Node> snapshot;
@@ -87,12 +93,13 @@ final class VisualizerChildren extends Object {
     /** recomputes indexes for all nodes.
      * @param tn tree node that we are looking for
      */
-    private final void recomputeIndexes(VisualizerNode tn) {
-        assert visNodes.size() == snapshot.size() : "visnodes.size()=" + visNodes.size()
+    private void recomputeIndexes(VisualizerNode tn) {
+        final List<VisualizerNode> vn = getVisNodes(true);
+        assert vn.size() == snapshot.size() : "visnodes.size()=" + vn.size()
                 + " snapshot.size()=" + snapshot.size();
 
-        for (int i = 0; i < visNodes.size(); i++) {
-            VisualizerNode node = visNodes.get(i);
+        for (int i = 0; i < vn.size(); i++) {
+            VisualizerNode node = vn.get(i);
             if (node != null) {
                 node.indexOf = i;
             }
@@ -100,7 +107,7 @@ final class VisualizerChildren extends Object {
 
         if (tn != null && tn.indexOf == -1) {
             // not computed => force computation
-            for (int i = 0; i < visNodes.size(); i++) {
+            for (int i = 0; i < vn.size(); i++) {
                 VisualizerNode visNode = (VisualizerNode) getChildAt(i);
                 visNode.indexOf = i;
                 if (visNode == tn) {
@@ -111,35 +118,37 @@ final class VisualizerChildren extends Object {
     }
     
     public javax.swing.tree.TreeNode getChildAt(int pos) {
-        if (pos >= visNodes.size()) {
+        final List<VisualizerNode> vn = getVisNodes(false);
+        if (pos >= vn.size()) {
             return VisualizerNode.EMPTY;
         }
-        VisualizerNode visNode = visNodes.get(pos);
+        VisualizerNode visNode = vn.get(pos);
         if (visNode == null) {
             Node node = snapshot.get(pos);
             visNode = VisualizerNode.getVisualizer(this, node);
             visNode.indexOf = pos;
-            visNodes.set(pos, visNode);
+            vn.set(pos, visNode);
             parent.notifyVisualizerChildrenChange(false, this);
         }
         return visNode;
     }
     
     public int getChildCount() {
-        return visNodes.size();
+        return getVisNodes(false).size();
     }
 
     public java.util.Enumeration<VisualizerNode> children(final boolean create) {
         return new java.util.Enumeration<VisualizerNode>() {
-
             private int index;
 
+            @Override
             public boolean hasMoreElements() {
-                return index < visNodes.size();
+                return index < getVisNodes(false).size();
             }
 
+            @Override
             public VisualizerNode nextElement() {
-                return create ? (VisualizerNode) getChildAt(index++) : visNodes.get(index++);
+                return create ? (VisualizerNode) getChildAt(index++) : getVisNodes(false).get(index++);
             }
         };
     }
@@ -150,7 +159,8 @@ final class VisualizerChildren extends Object {
     public int getIndex(final javax.swing.tree.TreeNode p1) {
         VisualizerNode visNode = (VisualizerNode) p1;
         if (visNode.indexOf != -1) {
-            if (visNode.indexOf >= visNodes.size() || visNodes.get(visNode.indexOf) != visNode) {
+            final List<VisualizerNode> vn = getVisNodes(false);
+            if (visNode.indexOf >= vn.size() || vn.get(visNode.indexOf) != visNode) {
                 return -1;
             }
         } else {
@@ -161,8 +171,9 @@ final class VisualizerChildren extends Object {
 
     final String dumpIndexes(VisualizerNode visNode) {
         StringBuilder sb = new StringBuilder();
-        sb.append("EMPTY: " + (visNode == VisualizerNode.EMPTY) + ", Lazy: " // NOI18N
-                + snapshot.getClass().getName().endsWith("LazySnapshot")); // NOI18N
+        sb.append("EMPTY: ").append(visNode == VisualizerNode.EMPTY).
+            append(", Lazy: ").
+            append(snapshot.getClass().getName().endsWith("LazySnapshot")); // NOI18N
         sb.append("\nSeeking for: ").append(visNode.toId()); // NOI18N
         sb.append("\nwith parent: ").append(((VisualizerNode)visNode.getParent()) != null // NOI18N
                 ? ((VisualizerNode)visNode.getParent()).toId() : "null"); // NOI18N
@@ -172,8 +183,9 @@ final class VisualizerChildren extends Object {
     }
     
     private void addVisNodesInfo(StringBuilder sb) {
-        for (int i = 0; i < visNodes.size(); i++) {
-            VisualizerNode node = visNodes.get(i);
+        final List<VisualizerNode> vn = getVisNodes(false);
+        for (int i = 0; i < vn.size(); i++) {
+            VisualizerNode node = vn.get(i);
             sb.append("  ").append(i); // NOI18N
             if (node != null) {
                 sb.append(" = ").append(node.toId()); // NOI18N
@@ -186,8 +198,8 @@ final class VisualizerChildren extends Object {
     
     final String dumpEventInfo(VisualizerEvent ev) {
         StringBuilder sb = new StringBuilder();
-        sb.append("\nEvent: " + ev.getClass().getName()); // NOI18N
-        sb.append("\nOriginal event: " + ev.originalEvent.getClass().getName()); // NOI18N
+        sb.append("\nEvent: ").append(ev.getClass().getName()); // NOI18N
+        sb.append("\nOriginal event: ").append(ev.originalEvent.getClass().getName()); // NOI18N
         sb.append("\ncurrent vis. nodes:"); // NOI18N
         addVisNodesInfo(sb);
         sb.append("\nIndexes: "); // NOI18N
@@ -210,7 +222,7 @@ final class VisualizerChildren extends Object {
             return;
         }        
         snapshot = ev.getSnapshot();
-        ListIterator<VisualizerNode> it = visNodes.listIterator();
+        ListIterator<VisualizerNode> it = getVisNodes(true).listIterator();
 
         int[] indxs = ev.getArray();
         int current = 0;
@@ -226,13 +238,13 @@ final class VisualizerChildren extends Object {
 
         recomputeIndexes(null);
 
-        VisualizerNode parent = this.parent;
-        while (parent != null) {
-            Object[] listeners = parent.getListenerList();
+        VisualizerNode p = this.parent;
+        while (p != null) {
+            Object[] listeners = p.getListenerList();
             for (int i = listeners.length - 1; i >= 0; i -= 2) {
                 ((NodeModel) listeners[i]).added(ev);
             }
-            parent = (VisualizerNode) parent.getParent();
+            p = (VisualizerNode) p.getParent();
         }
     }
 
@@ -249,26 +261,35 @@ final class VisualizerChildren extends Object {
         if (idxs.length == 0) {
             return;
         }
+        final List<VisualizerNode> vn = getVisNodes(true);
+        if (vn.isEmpty()) {
+            return;
+        }
         
-        assert visNodes.size() > idxs[idxs.length - 1] : dumpEventInfo(ev);
+        assert vn.size() > idxs[idxs.length - 1] : dumpEventInfo(ev);
 
+        int prev = Integer.MAX_VALUE;
         for (int i = idxs.length - 1; i >= 0; i--) {
-            VisualizerNode visNode = visNodes.remove(idxs[i]);
+            if (vn.isEmpty()) {
+                continue;
+            }
+            assert idxs[i] < prev : "Indexes have to be descendant. Prev: " + prev + " next: " + idxs[i] + " at " + i;
+            VisualizerNode visNode = vn.remove(idxs[i]);
             ev.removed.add(visNode != null ? visNode : VisualizerNode.EMPTY);
         }
 
         recomputeIndexes(null);
 
-        VisualizerNode parent = this.parent;
-        while (parent != null) {
-            Object[] listeners = parent.getListenerList();
+        VisualizerNode p = this.parent;
+        while (p != null) {
+            Object[] listeners = p.getListenerList();
             for (int i = listeners.length - 1; i >= 0; i -= 2) {
                 ((NodeModel) listeners[i]).removed(ev);
             }
-            parent = (VisualizerNode) parent.getParent();
+            p = (VisualizerNode) p.getParent();
         }
 
-        if (visNodes.isEmpty()) {
+        if (vn.isEmpty()) {
             // now is empty
             this.parent.notifyVisualizerChildrenChange(true, this);
         }
@@ -285,7 +306,8 @@ final class VisualizerChildren extends Object {
         snapshot = ev.getSnapshot();
 
         int[] indxs = ev.getArray();
-        VisualizerNode[] old = visNodes.toArray(new VisualizerNode[visNodes.size()]);
+        final List<VisualizerNode> vn = getVisNodes(true);
+        VisualizerNode[] old = vn.toArray(new VisualizerNode[vn.size()]);
         VisualizerNode[] arr = new VisualizerNode[old.length];
         int s = indxs.length;
         try {
@@ -296,15 +318,15 @@ final class VisualizerChildren extends Object {
 
                 if (arr[indxs_i] != null) {
                     // this is bad <-- we are rewriting some old value --> there will remain some null somewhere
-                    System.err.println("Writing to this index for the second time: " + indxs_i); // NOI18N
-                    System.err.println("Length of indxs array: " + indxs.length); // NOI18N
-                    System.err.println("Length of actual array: " + old.length); // NOI18N
-                    System.err.println("Indices of reorder event:"); // NOI18N
+                    LOG.log(Level.WARNING, "Writing to this index for the second time: {0}", indxs_i); // NOI18N
+                    LOG.log(Level.WARNING, "Length of indxs array: {0}", indxs.length); // NOI18N
+                    LOG.log(Level.WARNING, "Length of actual array: {0}", old.length); // NOI18N
+                    LOG.warning("Indices of reorder event:"); // NOI18N
 
                     for (int j = 0; i < indxs.length; j++) {
-                        System.err.println("\t" + indxs[j]); // NOI18N
+                        LOG.log(Level.WARNING, "\t{0}", indxs[j]); // NOI18N
                     }
-                    Thread.dumpStack();
+                    LOG.log(Level.WARNING, "Who", new Exception());
 
                     return;
                 }
@@ -312,28 +334,26 @@ final class VisualizerChildren extends Object {
                 arr[indxs_i] = old_i;
             }
         } catch (ArrayIndexOutOfBoundsException e) {
-            e.printStackTrace();
-            System.err.println("Length of actual array: " + old.length); // NOI18N
-            System.err.println("Indices of reorder event:"); // NOI18N
+            LOG.log(Level.WARNING, "Length of actual array: " + old.length, e); // NOI18N
+            LOG.warning("Indices of reorder event:"); // NOI18N
 
             for (int i = 0; i < indxs.length; i++) {
-                System.err.println("\t" + indxs[i]); // NOI18N
+                LOG.log(Level.WARNING, "\t{0}", indxs[i]); // NOI18N
             }
             return;
         }
-
-        visNodes.clear();
-        visNodes.addAll(Arrays.asList(arr));
+        vn.clear();
+        vn.addAll(Arrays.asList(arr));
         recomputeIndexes(null);
 
-        VisualizerNode parent = this.parent;
+        VisualizerNode p = this.parent;
 
-        while (parent != null) {
-            Object[] listeners = parent.getListenerList();
+        while (p != null) {
+            Object[] listeners = p.getListenerList();
             for (int i = listeners.length - 1; i >= 0; i -= 2) {
                 ((NodeModel) listeners[i]).reordered(ev);
             }
-            parent = (VisualizerNode) parent.getParent();
+            p = (VisualizerNode) p.getParent();
         }
     }
 
@@ -344,7 +364,7 @@ final class VisualizerChildren extends Object {
             str = "Parent: " + parent + " ";
         }
         str += "[";
-        for (VisualizerNode vn : visNodes) {
+        for (VisualizerNode vn : getVisNodes(false)) {
             str += vn;
             if (vn != null) {
                 VisualizerChildren vch = vn.getChildren(false);
@@ -358,4 +378,11 @@ final class VisualizerChildren extends Object {
         str += "]";
         return str;
     }
+
+    final List<VisualizerNode> getVisNodes(boolean guardAccess) {
+        if (guardAccess) {
+            assert EventQueue.isDispatchThread();
+        }
+        return visNodes;
+    }
 }
diff --git a/openide.explorer/src/org/openide/explorer/view/VisualizerEvent.java b/openide.explorer/src/org/openide/explorer/view/VisualizerEvent.java
index 43f778d..ecebc02 100644
--- a/openide.explorer/src/org/openide/explorer/view/VisualizerEvent.java
+++ b/openide.explorer/src/org/openide/explorer/view/VisualizerEvent.java
@@ -43,6 +43,7 @@
  */
 package org.openide.explorer.view;
 
+import java.util.Enumeration;
 import org.openide.nodes.*;
 
 import java.util.EventObject;
@@ -155,4 +156,22 @@ abstract class VisualizerEvent extends EventObject {
             super.getChildren().reordered(this);
         }
     }
+    
+    static final class Destroyed extends VisualizerEvent implements Runnable {
+        public Destroyed(VisualizerChildren ch, NodeEvent ev) {
+            super(ch, null, ev, null);
+        }
+        
+        @Override
+        public void run() {
+            Enumeration<VisualizerNode> ch = getChildren().children(false);
+            while (ch.hasMoreElements()) {
+                final VisualizerNode v = ch.nextElement();
+                if (v != null) {
+                    v.nodeDestroyed(originalEvent);
+                }
+            }
+            
+        }
+    }
 }
diff --git a/openide.explorer/src/org/openide/explorer/view/VisualizerNode.java b/openide.explorer/src/org/openide/explorer/view/VisualizerNode.java
index 3b470a1..d15dd6e 100644
--- a/openide.explorer/src/org/openide/explorer/view/VisualizerNode.java
+++ b/openide.explorer/src/org/openide/explorer/view/VisualizerNode.java
@@ -400,13 +400,7 @@ final class VisualizerNode extends EventListenerList implements NodeListener, Tr
     public void nodeDestroyed(NodeEvent ev) {
         node = Node.EMPTY;
         parent = null;
-        Enumeration<VisualizerNode> ch = getChildren(false).children(false);
-        while (ch.hasMoreElements()) {
-            final VisualizerNode v = ch.nextElement();
-            if (v != null) {
-                v.nodeDestroyed(ev);
-            }
-        }
+        QUEUE.runSafe(new VisualizerEvent.Destroyed(getChildren(false), ev));
     }
 
     /** Change in the node properties (icon, etc.)
diff --git a/openide.explorer/test/unit/src/org/openide/explorer/ExplorerActionsImplTest.java b/openide.explorer/test/unit/src/org/openide/explorer/ExplorerActionsImplTest.java
new file mode 100644
index 0000000..85763cc
--- /dev/null
+++ b/openide.explorer/test/unit/src/org/openide/explorer/ExplorerActionsImplTest.java
@@ -0,0 +1,124 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.openide.explorer;
+
+import java.awt.datatransfer.Transferable;
+import java.awt.event.ActionEvent;
+import java.beans.PropertyVetoException;
+import java.io.IOException;
+import java.util.Collections;
+import java.util.List;
+import javax.swing.Action;
+import org.junit.AfterClass;
+import org.junit.BeforeClass;
+import org.junit.Test;
+import org.netbeans.junit.NbTestCase;
+import org.openide.nodes.AbstractNode;
+import org.openide.nodes.Children;
+import org.openide.nodes.Node;
+import org.openide.util.Exceptions;
+import org.openide.util.RequestProcessor;
+import org.openide.util.datatransfer.PasteType;
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+public class ExplorerActionsImplTest extends NbTestCase {
+
+    public ExplorerActionsImplTest(String s) {
+        super(s);
+    }
+
+    @Override
+    protected boolean runInEQ() {
+        return true;
+    }
+
+    public void testIllegalStateException() throws Exception {
+        N root = new N();
+        final N ch1 = new N();
+        final N ch2 = new N();
+        final N ch3 = new N();
+        PT mockPaste = new PT();
+        ch3.pasteTypes = Collections.<PasteType>singletonList(mockPaste);
+
+        root.getChildren().add(new Node[] { ch1, ch2, ch3 });
+        final ExplorerManager em = new ExplorerManager();
+        em.setRootContext(root);
+        em.setSelectedNodes(new Node[] { root });
+        Action action = ExplorerUtils.actionPaste(em);
+        assertFalse("Not enabled", action.isEnabled());
+
+        em.setSelectedNodes(new Node[] { ch3 });
+        assertTrue("Now enabled", action.isEnabled());
+        action.actionPerformed(new ActionEvent(this, 0, ""));
+
+        assertEquals("The paste type is going to be called", 1, mockPaste.cnt);
+    }
+
+    private static class PT extends PasteType {
+        int cnt;
+
+        @Override
+        public Transferable paste() throws IOException {
+            cnt++;
+            return null;
+        }
+    }
+
+    private static class N extends AbstractNode {
+        List<PasteType> pasteTypes;
+
+        public N() {
+            super(new Children.Array());
+        }
+
+        @Override
+        protected void createPasteTypes(Transferable t, List<PasteType> s) {
+            if (pasteTypes != null) {
+                s.addAll(pasteTypes);
+            }
+        }
+    }
+}
\ No newline at end of file
diff --git a/openide.explorer/test/unit/src/org/openide/explorer/propertysheet/EditorDisplayerTest.java b/openide.explorer/test/unit/src/org/openide/explorer/propertysheet/EditorDisplayerTest.java
index d5954ed..e2432ab 100644
--- a/openide.explorer/test/unit/src/org/openide/explorer/propertysheet/EditorDisplayerTest.java
+++ b/openide.explorer/test/unit/src/org/openide/explorer/propertysheet/EditorDisplayerTest.java
@@ -69,7 +69,6 @@ import javax.swing.event.ChangeEvent;
 import javax.swing.event.ChangeListener;
 import org.netbeans.junit.NbTestCase;
 import org.netbeans.modules.openide.explorer.UIException;
-import org.openide.ErrorManager;
 import org.openide.nodes.AbstractNode;
 import org.openide.nodes.Children;
 import org.openide.nodes.Node;
@@ -135,20 +134,6 @@ public class EditorDisplayerTest extends NbTestCase {
         } catch (Exception e){}
      
     }
-     
-    public static Test suite() {
-        return new EditorDisplayerSuite ();
-    }
-     
-    private static class EditorDisplayerSuite extends NbTestSuite {
-        public EditorDisplayerSuite () {
-            super (EditorDisplayerTest.class);
-        }
-     
-        public void run (final TestResult tr) {
-            super.run (tr);
-        }
-    }
      */
     
 /*
diff --git a/openide.explorer/test/unit/src/org/openide/explorer/propertysheet/FindHelpTest.java b/openide.explorer/test/unit/src/org/openide/explorer/propertysheet/FindHelpTest.java
index 001ddf6..5ffd260 100644
--- a/openide.explorer/test/unit/src/org/openide/explorer/propertysheet/FindHelpTest.java
+++ b/openide.explorer/test/unit/src/org/openide/explorer/propertysheet/FindHelpTest.java
@@ -129,20 +129,6 @@ public class FindHelpTest extends ExtTestCase {
         
     }
     
-    public void testSetHelpProvided() throws Exception {
-        Node n = new WithTabsSetHelpNode();
-        setCurrentNode(n, sheet);
-        
-        sleep();
-        
-        PropertySheet.HelpAction act = sheet.helpAction;
-        
-        HelpCtx ctx = act.getContext();
-        assertTrue("A help context should have been found", ctx != null);
-        
-        assertTrue("Wrong help context returned: " + ctx.getHelpID(), "set-help-id".equals(ctx.getHelpID()));
-    }
-    
     // XXX test use of ExPropertyEditor.PROPERTY_HELP_ID
     
     private static Collection findChildren(Component p, Class c) {
diff --git a/openide.explorer/test/unit/src/org/openide/explorer/propertysheet/PropertyEnvTest.java b/openide.explorer/test/unit/src/org/openide/explorer/propertysheet/PropertyEnvTest.java
new file mode 100644
index 0000000..f23dfa2
--- /dev/null
+++ b/openide.explorer/test/unit/src/org/openide/explorer/propertysheet/PropertyEnvTest.java
@@ -0,0 +1,62 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.openide.explorer.propertysheet;
+
+import org.junit.Test;
+import static org.junit.Assert.*;
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+public class PropertyEnvTest {
+
+    public PropertyEnvTest() {
+    }
+
+    @Test
+    public void testToString() {
+        assertNotNull("Some string computed", new PropertyEnv().toString());
+    }
+
+}
\ No newline at end of file
diff --git a/openide.explorer/test/unit/src/org/openide/explorer/view/BeanTreeViewTest.java b/openide.explorer/test/unit/src/org/openide/explorer/view/BeanTreeViewTest.java
index 8aad396..6fa48c7 100644
--- a/openide.explorer/test/unit/src/org/openide/explorer/view/BeanTreeViewTest.java
+++ b/openide.explorer/test/unit/src/org/openide/explorer/view/BeanTreeViewTest.java
@@ -48,6 +48,9 @@ import java.awt.BorderLayout;
 import java.beans.PropertyVetoException;
 import java.lang.ref.WeakReference;
 import java.lang.reflect.InvocationTargetException;
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.List;
 import javax.swing.JFrame;
 import javax.swing.JPanel;
 import javax.swing.JTree;
@@ -75,6 +78,13 @@ public class BeanTreeViewTest extends NbTestCase {
         super(name);
     }
     
+    public void testOnlyChildRemoveCausesSelectionOfParent() throws Throwable {
+        ExplorerManager em = doChildRemovalTest("one", "one");
+        final List<Node> arr = Arrays.asList(em.getSelectedNodes());
+        assertEquals("One selected: " + arr, 1, arr.size());
+        assertEquals("Root selected", em.getRootContext(), arr.get(0));
+    }
+    
     public void testFirstChildRemovalCausesSelectionOfSibling() throws Throwable {
         doChildRemovalTest("foo");
     }
@@ -88,15 +98,20 @@ public class BeanTreeViewTest extends NbTestCase {
     private static Object holder;
     
     private void doChildRemovalTest(final String name) throws Throwable {
+        doChildRemovalTest(name, "foo", "bar", "bla");
+    }
+    private ExplorerManager doChildRemovalTest(final String name, final String... childrenNames) throws Throwable {
 
         class AWTTst implements Runnable {
-
             AbstractNode root = new AbstractNode(new Children.Array());
-            Node[] children = {
-                createLeaf("foo"),
-                createLeaf("bar"),
-                createLeaf("bla")
-            };
+            Node[] children;
+            {
+                List<Node> arr = new ArrayList<Node>();
+                for (String s : childrenNames) {
+                    arr.add(createLeaf(s));
+                }
+                children = arr.toArray(new Node[0]);
+            }
             Panel p = new Panel();
             BeanTreeView btv = new BeanTreeView();
             JFrame f = new JFrame();
@@ -108,11 +123,12 @@ public class BeanTreeViewTest extends NbTestCase {
                 root.getChildren().add(children);
                 p.getExplorerManager().setRootContext(root);
                 p.add(BorderLayout.CENTER, btv);
-                f.setDefaultCloseOperation(f.EXIT_ON_CLOSE);
+                f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                 f.getContentPane().add(BorderLayout.CENTER, p);
                 f.setVisible(true);
             }
 
+            @Override
             public void run() {
 
                 for (int i = 0;; i++) {
@@ -155,6 +171,7 @@ public class BeanTreeViewTest extends NbTestCase {
             throw ex.getTargetException();
         }
         awt.tryGc();
+        return awt.p.getExplorerManager();
     }
     
     public void testVisibleVisNodesAreNotGCed() throws InterruptedException, Throwable {
@@ -241,6 +258,46 @@ public class BeanTreeViewTest extends NbTestCase {
         awt.checkNotGc();
     }
     
+    public void testSelectingRootDoesNotClearExploredContext() throws InterruptedException, Throwable {
+        class AWTTst implements Runnable {
+
+            AbstractNode root = new AbstractNode(new Children.Array());
+            VisualizerNode visNode;
+            Panel p = new Panel();
+            BeanTreeView btv = new BeanTreeView();
+            JFrame f = new JFrame();
+            JTree tree = btv.tree;
+
+            {
+                root.setName("test root");
+                p.getExplorerManager().setRootContext(root);
+                p.add(BorderLayout.CENTER, btv);
+                f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
+                f.getContentPane().add(BorderLayout.CENTER, p);
+                f.setVisible(true);
+            }
+
+            @Override
+            public void run() {
+                try {
+                    btv.selectionChanged(new Node[] { root }, p.getExplorerManager());
+                } catch (PropertyVetoException ex) {
+                    fail(ex.getMessage());
+                }
+                
+                assertSame("Root is explored", root, p.getExplorerManager().getExploredContext());
+            }
+            
+        }
+        AWTTst awt = new AWTTst();
+        holder = awt;
+        try {
+            SwingUtilities.invokeAndWait(awt);
+        } catch (InvocationTargetException ex) {
+            throw ex.getTargetException();
+        }
+    }    
+    
     public void testVisibleCollapsedNodesAreGCed() throws InterruptedException, Throwable {
         class AWTTst implements Runnable {
 
diff --git a/openide.explorer/test/unit/src/org/openide/explorer/view/ListViewTest.java b/openide.explorer/test/unit/src/org/openide/explorer/view/ListViewTest.java
index df1a515..58838f1 100644
--- a/openide.explorer/test/unit/src/org/openide/explorer/view/ListViewTest.java
+++ b/openide.explorer/test/unit/src/org/openide/explorer/view/ListViewTest.java
@@ -66,7 +66,7 @@ public final class ListViewTest extends NbTestCase {
     public ListViewTest(String testName) {
         super(testName);
     }
-    
+
     /**
      * Tests whether the ListView doesn't try to scroll to a changed node
      * on a change event. See issue 88209
@@ -91,6 +91,7 @@ public final class ListViewTest extends NbTestCase {
         testWindow.getExplorerManager().setRootContext(root);
         
         awtRequest(new Callable<Void>() {
+            @Override
             public Void call() {
                 testWindow.pack();
                 testWindow.setVisible(true);
@@ -112,6 +113,7 @@ public final class ListViewTest extends NbTestCase {
 
         // cleanup
         awtRequest(new Callable<Void>() {
+            @Override
             public Void call() {
                 testWindow.setVisible(false);
                 return null;
@@ -129,6 +131,7 @@ public final class ListViewTest extends NbTestCase {
             super("ListView test");                                     //NOI18N
         }
         
+        @Override
         public ExplorerManager getExplorerManager() {
             return explManager;
         }
@@ -138,6 +141,7 @@ public final class ListViewTest extends NbTestCase {
         final Object[] value = new Object[1];
         final Exception[] exc = new Exception[1];
         EventQueue.invokeAndWait(new Runnable() {
+            @Override
             public void run() {
                 try {
                     value[0] = call.call();
@@ -152,6 +156,7 @@ public final class ListViewTest extends NbTestCase {
     }
     
     private class CallY implements Callable<Integer> {
+        @Override
         public Integer call() {
             return view.getViewport().getViewPosition().y;
         }
diff --git a/openide.explorer/test/unit/src/org/openide/explorer/view/NavigationTreeViewTest.java b/openide.explorer/test/unit/src/org/openide/explorer/view/NavigationTreeViewTest.java
index e438bc0..cfb935f 100644
--- a/openide.explorer/test/unit/src/org/openide/explorer/view/NavigationTreeViewTest.java
+++ b/openide.explorer/test/unit/src/org/openide/explorer/view/NavigationTreeViewTest.java
@@ -45,16 +45,19 @@
 package org.openide.explorer.view;
 
 import java.awt.BorderLayout;
-import java.awt.Component;
 import java.awt.EventQueue;
 import java.awt.event.ActionEvent;
 import java.awt.event.KeyEvent;
+import java.util.Arrays;
 import java.util.logging.Level;
+import java.util.logging.Logger;
 import javax.swing.Action;
-import javax.swing.FocusManager;
+import javax.swing.ActionMap;
 import javax.swing.JComponent;
 import javax.swing.JFrame;
+import javax.swing.KeyStroke;
 import javax.swing.SwingUtilities;
+import javax.swing.tree.TreePath;
 import org.netbeans.junit.Log;
 import org.netbeans.junit.NbTestCase;
 import org.netbeans.junit.RandomlyFails;
@@ -73,9 +76,17 @@ public class NavigationTreeViewTest extends NbTestCase {
     private TreeView treeView;
     private ExplorerWindow testWindow;
     private CharSequence log;
+    private Object enter;
+    private Logger LOG;
     
     public NavigationTreeViewTest(String testName) {
         super(testName);
+        LOG = Logger.getLogger(NavigationTreeViewTest.class.getName() + "." + getName());
+    }
+
+    @Override
+    protected Level logLevel() {
+        return Level.FINE;
     }
 
     protected boolean lazy() {
@@ -100,6 +111,7 @@ public class NavigationTreeViewTest extends NbTestCase {
         testWindow.setVisible(true);
 
         for (int i = 0; i < 10; i++) {
+            LOG.log(Level.INFO, "Is showing {0}", i);
             if (testWindow.isShowing()) {
                 break;
             }
@@ -107,6 +119,9 @@ public class NavigationTreeViewTest extends NbTestCase {
         }
 
         assertTrue("Tree is visible", testWindow.isShowing());
+        enter = treeView.tree.getInputMap().get(KeyStroke.getKeyStroke(KeyEvent.VK_ENTER, 0));
+        assertNotNull("Enter has assigned key", enter);
+        LOG.info("Setup is over");
     }
 
     @Override
@@ -124,20 +139,35 @@ public class NavigationTreeViewTest extends NbTestCase {
         ch.add(nodeWith("A", "-A", "-B", "B"));
         ch.add(nodeWith("X", "Y", "Z"));
 
-        Node first = ch.getNodes()[0];
+        final Node first = ch.getNodes()[0];
 
-        ExplorerManager em = testWindow.getExplorerManager();
+        LOG.log(Level.INFO, "Nodes are ready: {0}", root);
+        final ExplorerManager em = testWindow.getExplorerManager();
         em.setRootContext(root);
+        LOG.info("setRootContext done");
         em.setSelectedNodes(new Node[] { first });
+        LOG.log(Level.INFO, "setSelectedNodes to {0}", first);
 
-        sendKey(KeyEvent.VK_RIGHT);
-        sendKey(KeyEvent.VK_DOWN);
+        EventQueue.invokeAndWait(new Runnable() {
+            @Override
+            public void run() {
+                TreePath path = treeView.tree.getSelectionPath();
+                LOG.log(Level.INFO, "getSelectionPath {0}", path);
+                LOG.log(Level.INFO, "getSelectedNodes {0}", Arrays.toString(em.getSelectedNodes()));
+                assertNotNull("Something is selected", path);
+                Node node = Visualizer.findNode(path.getLastPathComponent());
+                assertEquals("It is the first node", first, node);
+            }
+        });
+        
+        sendAction("expand");
+        sendAction("selectNext");
 
         assertEquals("Explored context is N0", first, em.getExploredContext());
         assertEquals("Selected node is A", 1, em.getSelectedNodes().length);
         assertEquals("Selected node is A", "A", em.getSelectedNodes()[0].getName());
 
-        sendKey(KeyEvent.VK_ENTER);
+        sendAction(enter);
 
         Keys keys = (Keys)first.getChildren();
         assertEquals("One invocation", 1, keys.actionPerformed);
@@ -145,39 +175,22 @@ public class NavigationTreeViewTest extends NbTestCase {
         assertFalse("No read access", keys.readAccess);
     }
 
-    private void sendKey(final int keyCode) throws Exception {
+    private void sendAction(final Object key) throws Exception {
         class Process implements Runnable {
-            int i = 0;
-            Component owner = null;
-
+            @Override
             public void run() {
-                Component o = FocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
-                for (Component t = o; t != null; t = t.getParent()) {
-                    if (t == treeView) {
-                        owner = o;
-                    }
-                }
-                if (owner == null && i < 20) {
-                    i++;
-                    return;
-                }
-
-
-                assertNotNull("Focus owner: " + owner + "\nis not under: " + treeView, owner);
-
-                KeyEvent ke = new KeyEvent(
-                    owner, KeyEvent.KEY_PRESSED, System.currentTimeMillis(),
-                    0, keyCode, KeyEvent.CHAR_UNDEFINED,
-                    KeyEvent.KEY_LOCATION_STANDARD
-                );
-                owner.dispatchEvent(ke);
+                final ActionMap map = treeView.tree.getActionMap();
+                Action a = map.get(key);
+                String all = Arrays.toString(map.allKeys()).replace(',', '\n');
+                
+                assertNotNull("Action for key " + key + " found: " + all, a);
+                a.actionPerformed(new ActionEvent(treeView.tree, 0, null));
             }
         }
         Process processEvent = new Process();
-
-        while (processEvent.owner == null) {
-            SwingUtilities.invokeAndWait(processEvent);
-        }
+        LOG.log(Level.INFO, "Sending action {0}", key);
+        SwingUtilities.invokeAndWait(processEvent);
+        LOG.log(Level.INFO, "Action {0} send", key);
     }
     
     private int cnt;
@@ -215,6 +228,7 @@ public class NavigationTreeViewTest extends NbTestCase {
          * @return child nodes for this key or null if there should be no
          *   nodes for this key
          */
+        @Override
         protected Node[] createNodes(String key) {
             if (key.startsWith("-")) {
                 return null;
@@ -230,18 +244,22 @@ public class NavigationTreeViewTest extends NbTestCase {
                     return this;
                 }
 
+                @Override
                 public void putValue(String key, Object value) {
                     throw new UnsupportedOperationException("Not supported yet.");
                 }
 
+                @Override
                 public void setEnabled(boolean b) {
                     throw new UnsupportedOperationException("Not supported yet.");
                 }
 
+                @Override
                 public boolean isEnabled() {
                     return true;
                 }
 
+                @Override
                 public void actionPerformed(ActionEvent e) {
                     actionPerformed++;
                     readAccess = Children.MUTEX.isReadAccess();
@@ -265,6 +283,7 @@ public class NavigationTreeViewTest extends NbTestCase {
             getContentPane().add(content, BorderLayout.CENTER);
         }
         
+        @Override
         public ExplorerManager getExplorerManager() {
             return explManager;
         }
diff --git a/openide.explorer/test/unit/src/org/openide/explorer/view/NodeTableModelTest.java b/openide.explorer/test/unit/src/org/openide/explorer/view/NodeTableModelTest.java
index 5684adf..51e578c 100644
--- a/openide.explorer/test/unit/src/org/openide/explorer/view/NodeTableModelTest.java
+++ b/openide.explorer/test/unit/src/org/openide/explorer/view/NodeTableModelTest.java
@@ -49,6 +49,7 @@ import javax.swing.JCheckBox;
 import org.netbeans.junit.NbTestCase;
 import org.openide.awt.Mnemonics;
 import org.openide.nodes.Node;
+import org.openide.util.Utilities;
 
 /*
  * Tests for class NodeTableModelTest
@@ -59,6 +60,7 @@ public class NodeTableModelTest extends NbTestCase {
         super(name);
     }
 
+    @Override
     protected boolean runInEQ() {
         return true;
     }
@@ -173,7 +175,11 @@ public class NodeTableModelTest extends NbTestCase {
         assertEquals( "Invalid display name:", 
                 p.getValue("ColumnDisplayNameWithMnemonicTTV"),
                 model.getDisplayNameWithMnemonic(p) );
-        assertEquals( "Invalid mnemonic", 'D', checkBox.getMnemonic() );
+        if (Utilities.isMac()) {
+            assertEquals( "No mnemonic on mac", 0, checkBox.getMnemonic() );
+        } else {
+            assertEquals( "Invalid mnemonic", 'D', checkBox.getMnemonic() );
+        }
     }
 
     private static class MyNodeTableModel extends NodeTableModel {
@@ -199,28 +205,33 @@ public class NodeTableModelTest extends NbTestCase {
             super( Object.class );
         }
         
+        @Override
         public void setValue(Object val) 
             throws IllegalAccessException, 
                 IllegalArgumentException, 
                 InvocationTargetException {
         }
 
+        @Override
         public Object getValue() 
             throws IllegalAccessException, 
                 InvocationTargetException {
             return null;
         }
 
+        @Override
         public boolean canWrite() {
             return true;
         }
 
+        @Override
         public boolean canRead() {
             return true;
         }
     }
     
     private static class NullGetValueProperty extends MyProperty {
+        @Override
         public Object getValue(String attributeName) {
             return null;
         }
diff --git a/openide.explorer/test/unit/src/org/openide/explorer/view/TableViewTest.java b/openide.explorer/test/unit/src/org/openide/explorer/view/TableViewTest.java
index 3deb701..0633b81 100644
--- a/openide.explorer/test/unit/src/org/openide/explorer/view/TableViewTest.java
+++ b/openide.explorer/test/unit/src/org/openide/explorer/view/TableViewTest.java
@@ -44,16 +44,13 @@ package org.openide.explorer.view;
 import java.awt.AWTException;
 import java.awt.BorderLayout;
 import java.awt.Dialog;
-import java.awt.EventQueue;
 import java.awt.Point;
-import java.awt.Robot;
 import java.awt.event.InputEvent;
+import java.awt.event.MouseEvent;
 import java.lang.reflect.InvocationTargetException;
 import java.util.Collection;
-import java.util.logging.Level;
 import javax.swing.JPanel;
 import javax.swing.SwingUtilities;
-import org.netbeans.junit.Log;
 import org.netbeans.junit.NbTestCase;
 import org.openide.DialogDescriptor;
 import org.openide.DialogDisplayer;
@@ -82,7 +79,7 @@ public class TableViewTest extends NbTestCase {
         }
     }
 
-    {
+    static {
         System.setProperty("sun.awt.exception.handler", AWTExceptionHandler.class.getName());
     }
     TableViewPanel tvp;
@@ -95,7 +92,7 @@ public class TableViewTest extends NbTestCase {
         final TestNode root = new TestNode(ch, "root");
 
         SwingUtilities.invokeAndWait(new Runnable() {
-
+            @Override
             public void run() {
                 tvp = new TableViewPanel(root);
                 DialogDescriptor dd = new DialogDescriptor(tvp, "", false, null);
@@ -106,11 +103,10 @@ public class TableViewTest extends NbTestCase {
         dlg.setVisible(true);
         Thread.sleep(1000);
 
-        Robot robot = new Robot();
         Point p = tvp.view.getLocationOnScreen();
-        robot.mouseMove(p.x + 5, p.y + 5);
-        robot.mousePress(InputEvent.BUTTON3_MASK);
-        robot.mouseRelease(InputEvent.BUTTON3_MASK);
+        long now = System.currentTimeMillis();
+        tvp.view.dispatchEvent(new MouseEvent(tvp.view, MouseEvent.MOUSE_PRESSED, now, InputEvent.BUTTON3_MASK, p.x + 5, p.y + 5, 1, true));
+        tvp.view.dispatchEvent(new MouseEvent(tvp.view, MouseEvent.MOUSE_RELEASED, now, InputEvent.BUTTON3_MASK, p.x + 5, p.y + 5, 1, true));
         Thread.sleep(1000);
 
         if (exceptionInEDT) {
@@ -136,6 +132,7 @@ public class TableViewTest extends NbTestCase {
             super.setKeys(args);
         }
 
+        @Override
         protected Node[] createNodes(Object key) {
             return new Node[]{new TestNode(key.toString())};
         }
@@ -155,6 +152,7 @@ public class TableViewTest extends NbTestCase {
             add(view, BorderLayout.CENTER);
         }
 
+        @Override
         public ExplorerManager getExplorerManager() {
             return manager;
         }
diff --git a/openide.explorer/test/unit/src/org/openide/explorer/view/TreeViewQuickSearchTest.java b/openide.explorer/test/unit/src/org/openide/explorer/view/TreeViewQuickSearchTest.java
index 09bdd07..96377de 100644
--- a/openide.explorer/test/unit/src/org/openide/explorer/view/TreeViewQuickSearchTest.java
+++ b/openide.explorer/test/unit/src/org/openide/explorer/view/TreeViewQuickSearchTest.java
@@ -44,10 +44,7 @@
 
 package org.openide.explorer.view;
 
-import java.awt.AWTException;
 import java.awt.BorderLayout;
-import java.awt.Point;
-import java.awt.Robot;
 import java.awt.event.KeyEvent;
 import java.beans.PropertyVetoException;
 import java.lang.reflect.InvocationTargetException;
@@ -66,9 +63,7 @@ import org.openide.nodes.Node;
  * Tests for the quick search feature in the treeview.
  */
 public class TreeViewQuickSearchTest extends NbTestCase {
-    
-    private static final int NO_OF_NODES = 3;
-    
+    private JFrame f;
     
     public TreeViewQuickSearchTest(String name) {
         super(name);
@@ -76,7 +71,14 @@ public class TreeViewQuickSearchTest extends NbTestCase {
 
     @Override
     protected int timeOut() {
-        return 15000;
+        return 150000;
+    }
+
+    @Override
+    protected void tearDown() throws Exception {
+        while (f != null && f.isShowing()) {
+            f.setVisible(false);
+        }
     }
     
     public void testSubstringQuickSearch() throws Throwable {
@@ -107,8 +109,8 @@ public class TreeViewQuickSearchTest extends NbTestCase {
         p.add(BorderLayout.CENTER, btv);
         btv.setUseSubstringInQuickSearch(substringSearch);
         
-        JFrame f = new JFrame();
-        f.setDefaultCloseOperation(f.EXIT_ON_CLOSE);
+        f = new JFrame();
+        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         f.getContentPane().add(BorderLayout.CENTER, p);
         f.pack();
         f.setVisible(true);
@@ -118,6 +120,7 @@ public class TreeViewQuickSearchTest extends NbTestCase {
         final Integer[] phase = new Integer[1];
         phase[0] = 0;
         class AWTTst implements Runnable {
+            @Override
             public void run() {
                 try {
                     if (phase[0] == 0) {
@@ -129,13 +132,8 @@ public class TreeViewQuickSearchTest extends NbTestCase {
                         }
                     }
                     if (phase[0] == 1) {
-                        Robot robot = new Robot();
-                        Point p = btv.tree.getLocationOnScreen();
-                        robot.mouseMove(p.x + 10, p.y + 10);
-                        robot.mousePress(0);
-                        robot.mouseRelease(0);
-                        robot.keyPress(KeyEvent.VK_A);
-                        robot.keyRelease(KeyEvent.VK_A);
+                        KeyEvent ke = new KeyEvent(btv.tree, KeyEvent.KEY_TYPED, 0, 0, KeyEvent.VK_UNDEFINED, 'A');
+                        btv.tree.dispatchEvent(ke);
                     }
                     
                     if (phase[0] == 2) {
@@ -145,7 +143,7 @@ public class TreeViewQuickSearchTest extends NbTestCase {
                         assertEquals("One node should be selected, but there are none.", 1, paths.length);
                         assertEquals("Wrong node selected.", operateOn, Visualizer.findNode(paths[0].getLastPathComponent()));
                     }
-                } catch (AWTException ex) {
+                } catch (Exception ex) {
                     problem[0] = ex;
                 }
             }
@@ -181,6 +179,80 @@ public class TreeViewQuickSearchTest extends NbTestCase {
         }
     }
     
+    public void testQuickSearchEnable() throws Throwable {
+        final AbstractNode root = new AbstractNode(new Children.Array());
+        root.setName("test root");
+        
+        final Node[] children = {
+            createLeaf("foo1"),
+            createLeaf("foo2"),
+            createLeaf("bar1"),
+            createLeaf("bar2"),
+            createLeaf("alpha"),
+        };
+        
+        root.getChildren().add(children);
+        
+        final Panel p = new Panel();
+        p.getExplorerManager().setRootContext(root);
+        
+        final BeanTreeView btv = new BeanTreeView();
+        p.add(BorderLayout.CENTER, btv);
+
+        
+        f = new JFrame();
+        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
+        f.getContentPane().add(BorderLayout.CENTER, p);
+        f.pack();
+        f.setVisible(true);
+
+
+        final Exception[] problem = new Exception[1];
+        final Integer[] phase = new Integer[1];
+        phase[0] = 0;
+        class AWTTst implements Runnable {
+
+            @Override
+            public void run() {
+                if (phase[0] == 0) {
+                    btv.tree.requestFocus();
+                    try {
+                        p.getExplorerManager().setSelectedNodes(new Node[]{root});
+                    } catch (PropertyVetoException e) {
+                        fail("Unexpected PropertyVetoException from ExplorerManager.setSelectedNodes()");
+                    }
+                    return;
+                }
+                KeyEvent ke = new KeyEvent(btv.tree, KeyEvent.KEY_TYPED, 0, 0, KeyEvent.VK_UNDEFINED, 'A');
+                btv.tree.dispatchEvent(ke);
+
+                if (phase[0] != 0) {
+                    if (btv.isQuickSearchAllowed()) {
+                        assertNotNull("Quick Search enabled ", btv.searchpanel);
+                    } else {
+                        assertNull("Quick Search disable", btv.searchpanel);
+                    }
+                }
+            }
+        }
+        AWTTst awt = new AWTTst();
+        SwingUtilities.invokeAndWait(awt);
+        if (problem[0] != null) {
+            throw problem[0];
+        }
+        Thread.sleep(1000);
+        phase[0] = 1;
+        btv.setQuickSearchAllowed(true);
+        SwingUtilities.invokeAndWait(awt);
+        if (problem[0] != null) {
+            throw problem[0];
+        }
+        
+        Thread.sleep(1000);
+        btv.setQuickSearchAllowed(false);
+        SwingUtilities.invokeAndWait(awt);
+    }
+    
     private static Node createLeaf(String name) {
         AbstractNode n = new AbstractNode(Children.LEAF);
         n.setName(name);
@@ -191,6 +263,7 @@ public class TreeViewQuickSearchTest extends NbTestCase {
             implements ExplorerManager.Provider {
         private ExplorerManager em = new ExplorerManager();
         
+        @Override
         public ExplorerManager getExplorerManager() {
             return em;
         }
diff --git a/openide.explorer/test/unit/src/org/openide/explorer/view/TreeViewTest.java b/openide.explorer/test/unit/src/org/openide/explorer/view/TreeViewTest.java
index 7f23826..d717c6a 100644
--- a/openide.explorer/test/unit/src/org/openide/explorer/view/TreeViewTest.java
+++ b/openide.explorer/test/unit/src/org/openide/explorer/view/TreeViewTest.java
@@ -104,10 +104,6 @@ public final class TreeViewTest extends NbTestCase {
         }
     }
 
-//    public static TreeViewTest suite() {
-//        return new TreeViewTest("test");
-//    }
-
     /**
      * Tests whether <code>JTree</code>'s property <code>scrollsOnExpand</code>
      * is taken into account in
diff --git a/openide.explorer/test/unit/src/org/openide/explorer/view/VisualizerSpeed95364Test.java b/openide.explorer/test/unit/src/org/openide/explorer/view/VisualizerSpeed95364Test.java
index 69f48bb..377c862 100644
--- a/openide.explorer/test/unit/src/org/openide/explorer/view/VisualizerSpeed95364Test.java
+++ b/openide.explorer/test/unit/src/org/openide/explorer/view/VisualizerSpeed95364Test.java
@@ -44,11 +44,9 @@
 
 package org.openide.explorer.view;
 
-import javax.swing.JPanel;
 import javax.swing.tree.TreeNode;
 import org.netbeans.junit.NbTestCase;
 import org.netbeans.junit.NbTestSuite;
-import org.openide.explorer.ExplorerManager;
 import org.openide.nodes.AbstractNode;
 import org.openide.nodes.Children;
 import org.openide.nodes.Node;
@@ -59,40 +57,31 @@ import org.openide.nodes.Node;
 public class VisualizerSpeed95364Test extends NbTestCase {
     private int size;
     private TreeNode toCheck;
+    private MyKeys chK;
     
-    /**
-     *
-     * @param name
-     */
     public VisualizerSpeed95364Test(String name) {
         super(name);
     }
     
-    /**
-     *
-     * @return
-     */
     public static NbTestSuite suite() {
         return NbTestSuite.speedSuite(
-                VisualizerSpeed95364Test.class, /* what tests to run */
-                10 /* ten times slower */,
-                3 /* try three times if it fails */
-                );
+            VisualizerSpeed95364Test.class, /* what tests to run */
+            10 /* ten times slower */,
+            17 /* try seventeen times if it fails */
+        );
     }
     
-    /**
-     *
-     */
+    @Override
     protected void setUp() {
         size = getTestNumber();
-        final MyKeys chK = new MyKeys();
+        chK = new MyKeys();
         final AbstractNode root = new AbstractNode(chK);
         root.setName("test root");
         
         final String[] childrenNames = new String[size];
         for (int i = 0; i < size; i++) {
             childrenNames[i] = "test"+i;
-        };
+        }
         chK.mySetKeys(childrenNames);
         toCheck = Visualizer.findVisualizer(root);
     }
@@ -102,20 +91,13 @@ public class VisualizerSpeed95364Test extends NbTestCase {
         for (int i = 0; i < 100000; i++) {
             tn = toCheck.getChildAt(size/2);
         }
+        assertEquals("One node created + 50 at begining", 51, chK.cnt);
     }
     
-    /**
-     *
-     */
-    public void test10() { doTest(); }
-    /**
-     *
-     */
     public void test100() { doTest(); }
-    /**
-     *
-     */
     public void test1000() { doTest(); }
+    public void test10000() { doTest(); }
+    public void test100000() { doTest(); }
     
     
     private static Node createLeaf(String name) {
@@ -124,8 +106,16 @@ public class VisualizerSpeed95364Test extends NbTestCase {
         return n;
     }
     
-    private static final class MyKeys extends Children.Keys {
+    private static final class MyKeys extends Children.Keys<Object> {
+        int cnt;
+        
+        public MyKeys() {
+            super(true);
+        }
+        
+        @Override
         protected Node[] createNodes(Object key) {
+            cnt++;
             return new Node[] { createLeaf(key.toString())};
         }
         
diff --git a/openide.filesystems/apichanges.xml b/openide.filesystems/apichanges.xml
index e32cd7e..d359dda 100644
--- a/openide.filesystems/apichanges.xml
+++ b/openide.filesystems/apichanges.xml
@@ -49,6 +49,84 @@ made subject to such option by the copyright holder.
         <apidef name="filesystems">Filesystems API</apidef>
     </apidefs>
     <changes>
+        <change id="to.parent">
+            <api name="filesystems"/>
+            <summary>FileObject.getFileObject accepts ".."</summary>
+            <version major="7" minor="45"/>
+            <date day="27" month="1" year="2011"/>
+            <author login="jtulach"/>
+            <compatibility addition="yes"/>
+            <description>
+                <p>
+                    Semantic of 
+                    <a href="@TOP@/org/openide/filesystems/FileObject.html#getFileObject(java.lang.String)">
+                    getFileObject
+                    </a> method has been clarified to accept "..".
+                </p>
+            </description>
+            <class package="org.openide.filesystems" name="FileObject"/>
+            <issue number="194418"/>
+        </change>
+        <change id="attribute.methodvalue">
+            <api name="filesystems"/>
+            <summary>setAttribute("methodvalue:attrname", method) and "newvalue:"</summary>
+            <version major="7" minor="43"/>
+            <date day="24" month="11" year="2010"/>
+            <author login="jtulach"/>
+            <compatibility addition="yes"/>
+            <description>
+                <p>
+                    You can use prefix <code>"methodvalue:"</code> to
+                    <a href="@TOP@/org/openide/filesystems/FileObject.html#setAttribute(java.lang.String,%20java.lang.Object)">
+                    setAttribute    
+                    </a>
+                    with type of <a href="@JDK@/java/lang/reflect/Method.html">Method</a>.
+                    When the attribute is queried (without the prefix), the
+                    method is called as is common in
+                    <a href="@TOP@/org/openide/filesystems/XMLFileSystem.html">XMLFileSystem</a>
+                    attributes. You can also use <code>newvalue:</code> prefix
+                    for attribute of type 
+                    <a href="@JDK@/java/lang/Class.html">Class</a>.
+                </p>
+            </description>
+            <class package="org.openide.filesystems" name="FileUtil"/>
+            <class package="org.openide.filesystems" name="FileObject"/>
+            <issue number="120724"/>
+        </change>
+        <change id="private-constructor">
+            <api name="filesystems"/>
+            <summary>XMLFileSystem's newvalue can create private instances</summary>
+            <version major="7" minor="43"/>
+            <date day="25" month="10" year="2010"/>
+            <author login="jtulach"/>
+            <compatibility addition="yes" binary="compatible" source="compatible" semantic="compatible" deprecation="no" deletion="no" modification="no"/>
+            <description>
+                <p>
+                If the class referenced from <code>newvalue</code> 
+                <a href="@TOP@/org/openide/filesystems/XMLFileSystem.html">XMLFileSystem</a>
+                attribute is not public, it is made accessible for reflection.
+                </p>
+            </description>
+            <class package="org.openide.filesystems" name="XMLFileSystem"/>
+            <issue number="141698"/>
+        </change>
+        <change id="createAndOpen">
+            <api name="filesystems"/>
+            <summary>FileObject.createAndOpen</summary>
+            <version major="7" minor="41"/>
+            <date day="10" month="9" year="2010"/>
+            <author login="jtulach"/>
+            <compatibility addition="yes" binary="compatible" source="compatible" semantic="compatible" deprecation="no" deletion="no" modification="no"/>
+            <description>
+                <p>
+                Create a file and write its content (almost) atomically using the new
+                <a href="@TOP@/org/openide/filesystems/FileObject.html#createAndOpen(java.lang.String)">FileObject.createAndOpen</a>
+                method.
+                </p>
+            </description>
+            <class package="org.openide.filesystems" name="FileObject"/>
+            <issue number="40739"/>
+        </change>
         <change id="addRecursiveListenerStop">
             <api name="filesystems"/>
             <summary>Interruptable addRecursiveListener</summary>
@@ -104,7 +182,7 @@ made subject to such option by the copyright holder.
 <filesystem>
     <folder name="my-snippets">
         <file name="common.xml" url="special-snippet.xml">
-            <attribute name="weight" intvalue="100"/>
+            <attr name="weight" intvalue="100"/>
         </file>
     </folder>
 </filesystem>
@@ -921,6 +999,26 @@ made subject to such option by the copyright holder.
             <class package="org.openide.filesystems" name="FileUtil"/>
             <issue number="40410"/>
         </change>
+        <change id="FileUtil.normalizePath">
+            <api name="filesystems"/>
+            <summary>
+                <code>FileUtil.normalizePath</code> added
+            </summary>
+            <version major="7" minor="42"/>
+            <date day="30" month="9" year="2010"/>
+            <author login="vv159170"/>
+            <compatibility addition="yes" binary="compatible" source="compatible" semantic="compatible" deprecation="no" deletion="no" modification="no"/>
+            <description>
+                <p>
+                    The method 
+                    <code>FileUtil.normalizePath(String)</code> was added as a refinement of 
+                    <code>FileUtil.normalizeFile</code> that does not require String to File to String conversion
+                     on client side when intention is to convert unnormalized path to normalized path presentation. 
+                </p>
+            </description>
+            <class package="org.openide.filesystems" name="FileUtil"/>
+            <issue number="190480"/>
+        </change>        
         <change id="FileObject.setImportant">
             <api name="filesystems"/>
             <summary>
diff --git a/openide.filesystems/arch.xml b/openide.filesystems/arch.xml
index 60ec41e..7424ec7 100644
--- a/openide.filesystems/arch.xml
+++ b/openide.filesystems/arch.xml
@@ -360,20 +360,9 @@ No.
         </question>
 -->
 <answer id="exec-component">
-<p>
-FileChooserBuilder uses the following boolean system properties:
-</p>
-<ul>
-    <li><code>allow.filechooser.symlink.traversal</code>— If set to false,
-    file choosers created by instances of FileChooserBuilder will traverse
-    symlinks.  By default they do not.
-    </li>
-    <li><code>forget.recent.dirs</code>—If true, FileChooserBuilder will
-    not remember users' recent directories across sessions.  This property
-    is provided for applications where a history of recently used directories is a
-    security concern.
-    </li>
-</ul>
+  <api name="fallback" group="property" type="export" category="stable">
+      See documentation of <code>FileSystem</code>.
+ </api>
 </answer>
 
 
@@ -435,6 +424,19 @@ Periodic refresh can be set.
     </p>
    </api>
   </li>
+  <li>
+   <api type="export" group="systemproperty" name="allow.filechooser.symlink.traversal" category="private">
+       Used by FileChooserBuilder. If set to false,
+    file choosers created by instances of FileChooserBuilder will traverse
+    symlinks.  By default they do not.
+   </api>
+   <api type="export" group="systemproperty" name="forget.recent.dirs" category="private">
+       Used by FileChooserBuilder. If true, FileChooserBuilder will
+    not remember users' recent directories across sessions.  This property
+    is provided for applications where a history of recently used directories is a
+    security concern.
+   </api>
+  </li>
  </ul>
 </answer>
 
@@ -452,11 +454,25 @@ Periodic refresh can be set.
         </question>
 -->
 <answer id="exec-reflection">
-Yes, attributes can contain also dynamic values associated with keys (<code>methodvalue</code> and <code>newvalue</code>).
+<api type="export" group="layer" category="stable" name="methodvalue-newvalue" url="@TOP@/org/openide/filesystems/FileObject.html#setAttribute(java.lang.String,%20java.lang.Object)">
+When special form of <code>setAttribute</code> is supported by the filesystem, the 
+<code>getAttribute</code> can behave like 
+<a href="@TOP@/org/openide/filesystems/XMLFileSystem.html">XMLFileSystem</a>'s
+<code>methodvalue</code> and <code>newvalue</code> attributes:
 <ul>
 <li><a href="http://www.netbeans.org/dtds/attributes-1_0.dtd"><code>"-//NetBeans//DTD DefaultAttributes 1.0//EN"</code></a></li>
 <li><a href="http://www.netbeans.org/dtds/filesystem-1_0.dtd"><code>"-//NetBeans//DTD Filesystem 1.0//EN"</code></a></li>           
 </ul>
+</api>
+
+<api type="export" group="layer" category="private" name="raw-value">
+It is possible to prefix call to <a href="@TOP@/org/openide/filesystems/FileObject.html">FileObject</a>.<code>getAttribute</code>
+with <code>raw:</code> prefix to evaluate the attribute without instantiating it
+(e.g. get <a href="@JDK@/java/lang/reflect/Method.html">Method</a> or
+<a href="@JDK@/java/lang/Class.html">Class</a> values from
+<code>methodvalue</code> and <code>newvalue</code> attributes. This API
+is not intended for public use at present and can change in future.
+</api>
  </answer>
 
 
@@ -854,73 +870,8 @@ No.
   
   <usecase id="login-changes" name="How to change menus, etc. after login?">
       <p>
-      Since version 7.1 there is a way to change the content of system file
-      system in a dynamic way. As system file systems contains various 
-      definitions (in NetBeans Platform menus, toolbars, layout of windows, etc.)
-      it de-facto allows global change to these settings for example when
-      user logs into some system.
-      </p>
-      
-      <p>
-          First thing to do is to create an implementation of filesystem.
-          It can be created either from scratch, or by subclassing
-          <a href="@TOP@/org/openide/filesystems/AbstractFileSystem.html">AbstractFileSystem</a>,
-          or
-          <a href="@TOP@/org/openide/filesystems/MultiFileSystem.html">MultiFileSystem</a>.
-          In this example we will subclass the 
-          <a href="@TOP@/org/openide/filesystems/MultiFileSystem.html">MultiFileSystem</a>:
-      </p>
-      
-      <pre>
-public class LoginFileSystem extends <a href="@TOP@/org/openide/filesystems/MultiFileSystem.html">MultiFileSystem</a> {
-    private static LoginFileSystem INSTANCE;
-    public LoginFileSystem() {
-        // let's create the filesystem empty, because the user
-        // is not yet logged in
-        INSTANCE = this;
-    }
-    public static void assignURL(URL u) throws SAXException {
-        INSTANCE.setDelegates(new <a href="@TOP@/org/openide/filesystems/XMLFileSystem.html">XMLFileSystem</a>(u));
-    }
-}
-      </pre>
-      
-      <p>
-      It is necessary to register this instance in lookup by creating the file:
-      </p>
-      <ul>
-          <li><code>META-INF/services/org.openide.filesystems.FileSystem</code></li>
-      </ul>
-      <p>
-          with a single line containing the full
-          name of your filesystem - e.g. <code>your.module.LoginFileSystem</code>.
-          When done, the system will find out your registration of the filesystem
-          on startup and will merge the content of the filesystem into the 
-          default system file system. You can show a dialog letting the user
-          to log in to some system anytime later, and when the user is successfully
-          in, just call <code>LoginFileSystem.assignURL(url)</code> where the
-          URL is an XML file in <a href="@TOP@/org/openide/filesystems/XMLFileSystem.html">the same format</a>
-          as used for regular layer files inside of many NetBeans modules.
-          The system will notice the change in the content and notify all the
-          config file listeners accordingly.
-      </p>
-      
-      <p>
-          Of course, instead of 
-          <a href="@TOP@/org/openide/filesystems/XMLFileSystem.html">XMLFileSystem</a>
-          you can use for example
-          <a href="@TOP@/org/openide/filesystems/FileUtil.html#createMemoryFileSystem()">memory file system</a>,
-          or any other you write yourself.
-      </p>
-
-      <p>
-          Since version 7.23 you can use <api name="SystemFileSystem.fallback" group="property"
-          type="export" category="stable">
-              By returning <code>Boolean.TRUE</code> from call
-                    to <code>fs.getRoot().getAttribute("fallback")</code>
-                    you can place your filesystem behind all layers provided
-                    by standard modules and form a kind of <q>fallback</q>
-         </api>
+          See <a href="@TOP@/org/openide/filesystems/FileSystem.html">documentation</a>
+          about dynamically changing the system filesystem.
       </p>
   </usecase>
  </answer>
diff --git a/openide.filesystems/manifest.mf b/openide.filesystems/manifest.mf
index 40fa97b..af7b837 100644
--- a/openide.filesystems/manifest.mf
+++ b/openide.filesystems/manifest.mf
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
 OpenIDE-Module: org.openide.filesystems
 OpenIDE-Module-Localizing-Bundle: org/openide/filesystems/Bundle.properties
 OpenIDE-Module-Layer: org/openide/filesystems/resources/layer.xml
-OpenIDE-Module-Specification-Version: 7.38.1
+OpenIDE-Module-Specification-Version: 7.46.1
 
diff --git a/openide.filesystems/nbproject/org-openide-filesystems.sig b/openide.filesystems/nbproject/org-openide-filesystems.sig
index afafcbc..232ae58 100644
--- a/openide.filesystems/nbproject/org-openide-filesystems.sig
+++ b/openide.filesystems/nbproject/org-openide-filesystems.sig
@@ -1,11 +1,11 @@
 #Signature file v4.1
-#Version 7.32.0
+#Version 7.38
 
 CLSS public java.io.IOException
-cons public IOException()
-cons public IOException(java.lang.String)
-cons public IOException(java.lang.String,java.lang.Throwable)
-cons public IOException(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 supr java.lang.Exception
 hfds serialVersionUID
 
@@ -17,15 +17,15 @@ CLSS public abstract interface !annotation java.lang.Deprecated
 intf java.lang.annotation.Annotation
 
 CLSS public java.lang.Exception
-cons public Exception()
-cons public Exception(java.lang.String)
-cons public Exception(java.lang.String,java.lang.Throwable)
-cons public Exception(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 supr java.lang.Throwable
 hfds serialVersionUID
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -39,10 +39,10 @@ meth public int hashCode()
 meth public java.lang.String toString()
 
 CLSS public java.lang.Throwable
-cons public Throwable()
-cons public Throwable(java.lang.String)
-cons public Throwable(java.lang.String,java.lang.Throwable)
-cons public Throwable(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 intf java.io.Serializable
 meth public java.lang.StackTraceElement[] getStackTrace()
 meth public java.lang.String getLocalizedMessage()
@@ -87,7 +87,7 @@ meth public abstract java.lang.annotation.ElementType[] value()
 CLSS public abstract interface java.util.EventListener
 
 CLSS public java.util.EventObject
-cons public EventObject(java.lang.Object)
+cons public init(java.lang.Object)
 fld protected java.lang.Object source
 intf java.io.Serializable
 meth public java.lang.Object getSource()
@@ -96,7 +96,7 @@ supr java.lang.Object
 hfds serialVersionUID
 
 CLSS public abstract javax.annotation.processing.AbstractProcessor
-cons protected AbstractProcessor()
+cons protected init()
 fld protected javax.annotation.processing.ProcessingEnvironment processingEnv
 intf javax.annotation.processing.Processor
 meth protected boolean isInitialized()
@@ -118,7 +118,7 @@ meth public abstract javax.lang.model.SourceVersion getSupportedSourceVersion()
 meth public abstract void init(javax.annotation.processing.ProcessingEnvironment)
 
 CLSS public abstract org.openide.filesystems.AbstractFileSystem
-cons public AbstractFileSystem()
+cons public init()
 fld protected org.openide.filesystems.AbstractFileSystem$Attr attr
 fld protected org.openide.filesystems.AbstractFileSystem$Change change
 fld protected org.openide.filesystems.AbstractFileSystem$Info info
@@ -151,6 +151,7 @@ supr org.openide.filesystems.FileSystem
 hfds NO_SYSTEM_ACTIONS,SYSTEM_ACTIONS,lastEnum,refresher,root,serialVersionUID
 
 CLSS public abstract interface static org.openide.filesystems.AbstractFileSystem$Attr
+ outer org.openide.filesystems.AbstractFileSystem
 fld public final static long serialVersionUID = 5978845941846736946
  anno 0 java.lang.Deprecated()
 intf java.io.Serializable
@@ -161,6 +162,7 @@ meth public abstract void renameAttributes(java.lang.String,java.lang.String)
 meth public abstract void writeAttribute(java.lang.String,java.lang.String,java.lang.Object) throws java.io.IOException
 
 CLSS public abstract interface static org.openide.filesystems.AbstractFileSystem$Change
+ outer org.openide.filesystems.AbstractFileSystem
 fld public final static long serialVersionUID = -5841597109944924596
  anno 0 java.lang.Deprecated()
 intf java.io.Serializable
@@ -170,6 +172,7 @@ meth public abstract void delete(java.lang.String) throws java.io.IOException
 meth public abstract void rename(java.lang.String,java.lang.String) throws java.io.IOException
 
 CLSS public abstract interface static org.openide.filesystems.AbstractFileSystem$Info
+ outer org.openide.filesystems.AbstractFileSystem
 fld public final static long serialVersionUID = -2438286177948307985
  anno 0 java.lang.Deprecated()
 intf java.io.Serializable
@@ -185,12 +188,14 @@ meth public abstract void markUnimportant(java.lang.String)
 meth public abstract void unlock(java.lang.String)
 
 CLSS public abstract interface static org.openide.filesystems.AbstractFileSystem$List
+ outer org.openide.filesystems.AbstractFileSystem
 fld public final static long serialVersionUID = -6242105832891012528
  anno 0 java.lang.Deprecated()
 intf java.io.Serializable
 meth public abstract java.lang.String[] children(java.lang.String)
 
 CLSS public abstract interface static org.openide.filesystems.AbstractFileSystem$Transfer
+ outer org.openide.filesystems.AbstractFileSystem
 fld public final static long serialVersionUID = -8945397853892302838
  anno 0 java.lang.Deprecated()
 intf java.io.Serializable
@@ -198,8 +203,8 @@ meth public abstract boolean copy(java.lang.String,org.openide.filesystems.Abstr
 meth public abstract boolean move(java.lang.String,org.openide.filesystems.AbstractFileSystem$Transfer,java.lang.String) throws java.io.IOException
 
 CLSS public org.openide.filesystems.DefaultAttributes
-cons protected DefaultAttributes(org.openide.filesystems.AbstractFileSystem$Info,org.openide.filesystems.AbstractFileSystem$Change,org.openide.filesystems.AbstractFileSystem$List,java.lang.String)
-cons public DefaultAttributes(org.openide.filesystems.AbstractFileSystem$Info,org.openide.filesystems.AbstractFileSystem$Change,org.openide.filesystems.AbstractFileSystem$List)
+cons protected init(org.openide.filesystems.AbstractFileSystem$Info,org.openide.filesystems.AbstractFileSystem$Change,org.openide.filesystems.AbstractFileSystem$List,java.lang.String)
+cons public init(org.openide.filesystems.AbstractFileSystem$Info,org.openide.filesystems.AbstractFileSystem$Change,org.openide.filesystems.AbstractFileSystem$List)
 fld public final static java.lang.String ATTR_EXT = "attributes"
  anno 0 java.lang.Deprecated()
 fld public final static java.lang.String ATTR_NAME = "filesystem"
@@ -220,22 +225,22 @@ hcls ElementHandler,InnerParser,Table
 
 CLSS public org.openide.filesystems.EnvironmentNotSupportedException
  anno 0 java.lang.Deprecated()
-cons public EnvironmentNotSupportedException(org.openide.filesystems.FileSystem)
-cons public EnvironmentNotSupportedException(org.openide.filesystems.FileSystem,java.lang.String)
+cons public init(org.openide.filesystems.FileSystem)
+cons public init(org.openide.filesystems.FileSystem,java.lang.String)
 meth public org.openide.filesystems.FileSystem getFileSystem()
 supr java.io.IOException
 hfds fs,serialVersionUID
 
 CLSS public org.openide.filesystems.FileAlreadyLockedException
-cons public FileAlreadyLockedException()
-cons public FileAlreadyLockedException(java.lang.String)
+cons public init()
+cons public init(java.lang.String)
 supr java.io.IOException
 hfds serialVersionUID
 
 CLSS public org.openide.filesystems.FileAttributeEvent
-cons public FileAttributeEvent(org.openide.filesystems.FileObject,java.lang.String,java.lang.Object,java.lang.Object)
-cons public FileAttributeEvent(org.openide.filesystems.FileObject,org.openide.filesystems.FileObject,java.lang.String,java.lang.Object,java.lang.Object)
-cons public FileAttributeEvent(org.openide.filesystems.FileObject,org.openide.filesystems.FileObject,java.lang.String,java.lang.Object,java.lang.Object,boolean)
+cons public init(org.openide.filesystems.FileObject,java.lang.String,java.lang.Object,java.lang.Object)
+cons public init(org.openide.filesystems.FileObject,org.openide.filesystems.FileObject,java.lang.String,java.lang.Object,java.lang.Object)
+cons public init(org.openide.filesystems.FileObject,org.openide.filesystems.FileObject,java.lang.String,java.lang.Object,java.lang.Object,boolean)
 meth public java.lang.Object getNewValue()
 meth public java.lang.Object getOldValue()
 meth public java.lang.String getName()
@@ -243,7 +248,7 @@ supr org.openide.filesystems.FileEvent
 hfds name,newValue,oldValue,serialVersionUID
 
 CLSS public org.openide.filesystems.FileChangeAdapter
-cons public FileChangeAdapter()
+cons public init()
 intf org.openide.filesystems.FileChangeListener
 meth public void fileAttributeChanged(org.openide.filesystems.FileAttributeEvent)
 meth public void fileChanged(org.openide.filesystems.FileEvent)
@@ -263,8 +268,8 @@ meth public abstract void fileFolderCreated(org.openide.filesystems.FileEvent)
 meth public abstract void fileRenamed(org.openide.filesystems.FileRenameEvent)
 
 CLSS public org.openide.filesystems.FileChooserBuilder
-cons public FileChooserBuilder(java.lang.Class)
-cons public FileChooserBuilder(java.lang.String)
+cons public init(java.lang.Class)
+cons public init(java.lang.String)
 innr public abstract interface static BadgeProvider
 innr public abstract interface static SelectionApprover
 meth public java.io.File showOpenDialog()
@@ -289,17 +294,19 @@ hfds DONT_STORE_DIRECTORIES,PREVENT_SYMLINK_TRAVERSAL,aDescription,approveText,a
 hcls BadgeIconProvider,CustomFileView,IconProvider,MergedIcon,SavedDirFileChooser
 
 CLSS public abstract interface static org.openide.filesystems.FileChooserBuilder$BadgeProvider
+ outer org.openide.filesystems.FileChooserBuilder
 meth public abstract int getXOffset()
 meth public abstract int getYOffset()
 meth public abstract javax.swing.Icon getBadge(java.io.File)
 
 CLSS public abstract interface static org.openide.filesystems.FileChooserBuilder$SelectionApprover
+ outer org.openide.filesystems.FileChooserBuilder
 meth public abstract boolean approve(java.io.File[])
 
 CLSS public org.openide.filesystems.FileEvent
-cons public FileEvent(org.openide.filesystems.FileObject)
-cons public FileEvent(org.openide.filesystems.FileObject,org.openide.filesystems.FileObject)
-cons public FileEvent(org.openide.filesystems.FileObject,org.openide.filesystems.FileObject,boolean)
+cons public init(org.openide.filesystems.FileObject)
+cons public init(org.openide.filesystems.FileObject,org.openide.filesystems.FileObject)
+cons public init(org.openide.filesystems.FileObject,org.openide.filesystems.FileObject,boolean)
 meth public boolean firedFrom(org.openide.filesystems.FileSystem$AtomicAction)
 meth public final boolean isExpected()
 meth public final long getTime()
@@ -310,7 +317,7 @@ supr java.util.EventObject
 hfds atomActionID,expected,file,postNotify,serialVersionUID,time
 
 CLSS public org.openide.filesystems.FileLock
-cons public FileLock()
+cons public init()
 fld protected java.lang.Throwable lockedBy
 fld public final static org.openide.filesystems.FileLock NONE
 meth public boolean isValid()
@@ -320,7 +327,7 @@ supr java.lang.Object
 hfds locked
 
 CLSS public abstract org.openide.filesystems.FileObject
-cons public FileObject()
+cons public init()
 intf java.io.Serializable
 meth protected void fireFileAttributeChangedEvent(java.util.Enumeration<org.openide.filesystems.FileChangeListener>,org.openide.filesystems.FileAttributeEvent)
 meth protected void fireFileChangedEvent(java.util.Enumeration<org.openide.filesystems.FileChangeListener>,org.openide.filesystems.FileEvent)
@@ -394,25 +401,25 @@ hfds serialVersionUID
 hcls ED,OnlyFolders,PriorityFileChangeListener
 
 CLSS public org.openide.filesystems.FileRenameEvent
-cons public FileRenameEvent(org.openide.filesystems.FileObject,java.lang.String,java.lang.String)
-cons public FileRenameEvent(org.openide.filesystems.FileObject,org.openide.filesystems.FileObject,java.lang.String,java.lang.String)
-cons public FileRenameEvent(org.openide.filesystems.FileObject,org.openide.filesystems.FileObject,java.lang.String,java.lang.String,boolean)
+cons public init(org.openide.filesystems.FileObject,java.lang.String,java.lang.String)
+cons public init(org.openide.filesystems.FileObject,org.openide.filesystems.FileObject,java.lang.String,java.lang.String)
+cons public init(org.openide.filesystems.FileObject,org.openide.filesystems.FileObject,java.lang.String,java.lang.String,boolean)
 meth public java.lang.String getExt()
 meth public java.lang.String getName()
 supr org.openide.filesystems.FileEvent
 hfds ext,name,serialVersionUID
 
 CLSS public org.openide.filesystems.FileStateInvalidException
-cons public FileStateInvalidException()
-cons public FileStateInvalidException(java.lang.String)
+cons public init()
+cons public init(java.lang.String)
 meth public java.lang.String getFileSystemName()
 supr java.io.IOException
 hfds fileSystemName,serialVersionUID
 
 CLSS public final org.openide.filesystems.FileStatusEvent
-cons public FileStatusEvent(org.openide.filesystems.FileSystem,boolean,boolean)
-cons public FileStatusEvent(org.openide.filesystems.FileSystem,java.util.Set<? extends org.openide.filesystems.FileObject>,boolean,boolean)
-cons public FileStatusEvent(org.openide.filesystems.FileSystem,org.openide.filesystems.FileObject,boolean,boolean)
+cons public init(org.openide.filesystems.FileSystem,boolean,boolean)
+cons public init(org.openide.filesystems.FileSystem,java.util.Set<? extends org.openide.filesystems.FileObject>,boolean,boolean)
+cons public init(org.openide.filesystems.FileSystem,org.openide.filesystems.FileObject,boolean,boolean)
 meth public boolean hasChanged(org.openide.filesystems.FileObject)
 meth public boolean isIconChange()
 meth public boolean isNameChange()
@@ -425,7 +432,7 @@ intf java.util.EventListener
 meth public abstract void annotationChanged(org.openide.filesystems.FileStatusEvent)
 
 CLSS public abstract org.openide.filesystems.FileSystem
-cons public FileSystem()
+cons public init()
 fld public final static java.lang.String PROP_DISPLAY_NAME = "displayName"
 fld public final static java.lang.String PROP_HIDDEN = "hidden"
  anno 0 java.lang.Deprecated()
@@ -487,26 +494,30 @@ hfds LOG,PROP_CAPABILITIES,SFS_STATUS,STATUS_NONE,assigned,capability,capability
 hcls EventDispatcher,FileStatusDispatcher
 
 CLSS public abstract interface static org.openide.filesystems.FileSystem$AtomicAction
+ outer org.openide.filesystems.FileSystem
 meth public abstract void run() throws java.io.IOException
 
 CLSS public abstract static org.openide.filesystems.FileSystem$Environment
+ outer org.openide.filesystems.FileSystem
  anno 0 java.lang.Deprecated()
-cons public Environment()
+cons public init()
 meth public void addClassPath(java.lang.String)
  anno 0 java.lang.Deprecated()
 supr java.lang.Object
 
 CLSS public abstract interface static org.openide.filesystems.FileSystem$HtmlStatus
+ outer org.openide.filesystems.FileSystem
 intf org.openide.filesystems.FileSystem$Status
 meth public abstract java.lang.String annotateNameHtml(java.lang.String,java.util.Set<? extends org.openide.filesystems.FileObject>)
 
 CLSS public abstract interface static org.openide.filesystems.FileSystem$Status
+ outer org.openide.filesystems.FileSystem
 meth public abstract java.awt.Image annotateIcon(java.awt.Image,int,java.util.Set<? extends org.openide.filesystems.FileObject>)
 meth public abstract java.lang.String annotateName(java.lang.String,java.util.Set<? extends org.openide.filesystems.FileObject>)
 
 CLSS public org.openide.filesystems.FileSystemCapability
  anno 0 java.lang.Deprecated()
-cons public FileSystemCapability()
+cons public init()
 fld public final static org.openide.filesystems.FileSystemCapability ALL
 fld public final static org.openide.filesystems.FileSystemCapability COMPILE
  anno 0 java.lang.Deprecated()
@@ -533,8 +544,9 @@ meth public void removePropertyChangeListener(java.beans.PropertyChangeListener)
 supr java.lang.Object
 
 CLSS public static org.openide.filesystems.FileSystemCapability$Bean
+ outer org.openide.filesystems.FileSystemCapability
  anno 0 java.lang.Deprecated()
-cons public Bean()
+cons public init()
 intf java.io.Serializable
 meth public boolean capableOf(org.openide.filesystems.FileSystemCapability)
 meth public boolean getCompile()
@@ -606,11 +618,13 @@ meth public static org.openide.filesystems.FileSystem createMemoryFileSystem()
 meth public static void addFileChangeListener(org.openide.filesystems.FileChangeListener)
 meth public static void addFileChangeListener(org.openide.filesystems.FileChangeListener,java.io.File)
 meth public static void addRecursiveListener(org.openide.filesystems.FileChangeListener,java.io.File)
+meth public static void addRecursiveListener(org.openide.filesystems.FileChangeListener,java.io.File,java.util.concurrent.Callable<java.lang.Boolean>)
 meth public static void copy(java.io.InputStream,java.io.OutputStream) throws java.io.IOException
 meth public static void copyAttributes(org.openide.filesystems.FileObject,org.openide.filesystems.FileObject) throws java.io.IOException
 meth public static void extractJar(org.openide.filesystems.FileObject,java.io.InputStream) throws java.io.IOException
  anno 0 java.lang.Deprecated()
 meth public static void preventFileChooserSymlinkTraversal(javax.swing.JFileChooser,java.io.File)
+ anno 0 java.lang.Deprecated()
 meth public static void refreshAll()
 meth public static void removeFileChangeListener(org.openide.filesystems.FileChangeListener)
 meth public static void removeFileChangeListener(org.openide.filesystems.FileChangeListener,java.io.File)
@@ -622,8 +636,9 @@ hfds LOG,REFRESH_RP,ZIP_HEADER_1,ZIP_HEADER_2,archiveFileCache,diskFileSystem,ho
 hcls Holder,NonCanonicalizingFile,NonCanonicalizingFileSystemView
 
 CLSS public org.openide.filesystems.JarFileSystem
-cons public JarFileSystem()
-cons public JarFileSystem(org.openide.filesystems.FileSystemCapability)
+cons public init()
+cons public init(java.io.File) throws java.io.IOException
+cons public init(org.openide.filesystems.FileSystemCapability)
  anno 0 java.lang.Deprecated()
 innr public static Impl
 meth protected <%0 extends org.openide.filesystems.FileObject> java.lang.ref.Reference<{%%0}> createReference({%%0})
@@ -661,7 +676,8 @@ hfds CLOSE_DELAY_MAX,CLOSE_DELAY_MIN,LOGGER,MEM_STREAM_SIZE,REFRESH_TIME,aliveCo
 hcls Cache,Ref
 
 CLSS public static org.openide.filesystems.JarFileSystem$Impl
-cons public Impl(org.openide.filesystems.JarFileSystem)
+ outer org.openide.filesystems.JarFileSystem
+cons public init(org.openide.filesystems.JarFileSystem)
 intf org.openide.filesystems.AbstractFileSystem$Attr
 intf org.openide.filesystems.AbstractFileSystem$Change
 intf org.openide.filesystems.AbstractFileSystem$Info
@@ -690,8 +706,8 @@ supr java.lang.Object
 hfds fs,serialVersionUID
 
 CLSS public org.openide.filesystems.LocalFileSystem
-cons public LocalFileSystem()
-cons public LocalFileSystem(org.openide.filesystems.FileSystemCapability)
+cons public init()
+cons public init(org.openide.filesystems.FileSystemCapability)
  anno 0 java.lang.Deprecated()
 innr public static Impl
 meth protected boolean folder(java.lang.String)
@@ -722,7 +738,8 @@ hfds FAILURE,NOT_EXISTS,REFRESH_TIME,SUCCESS,readOnly,rootFile,serialVersionUID
 hcls InnerAttrs
 
 CLSS public static org.openide.filesystems.LocalFileSystem$Impl
-cons public Impl(org.openide.filesystems.LocalFileSystem)
+ outer org.openide.filesystems.LocalFileSystem
+cons public init(org.openide.filesystems.LocalFileSystem)
 intf org.openide.filesystems.AbstractFileSystem$Change
 intf org.openide.filesystems.AbstractFileSystem$Info
 intf org.openide.filesystems.AbstractFileSystem$List
@@ -745,16 +762,26 @@ supr java.lang.Object
 hfds fs,serialVersionUID
 
 CLSS public abstract org.openide.filesystems.MIMEResolver
-cons public !varargs MIMEResolver(java.lang.String[])
-cons public MIMEResolver()
+cons public !varargs init(java.lang.String[])
+cons public init()
  anno 0 java.lang.Deprecated()
+innr public abstract UIHelpers
 meth public abstract java.lang.String findMIMEType(org.openide.filesystems.FileObject)
 supr java.lang.Object
 hfds resolvableMIMETypes
 
+CLSS public abstract org.openide.filesystems.MIMEResolver$UIHelpers
+ outer org.openide.filesystems.MIMEResolver
+cons protected init(org.openide.filesystems.MIMEResolver)
+meth protected final boolean isUserDefined(org.openide.filesystems.FileObject)
+meth protected final java.util.Collection<? extends org.openide.filesystems.FileObject> getOrderedResolvers()
+meth protected final java.util.Map<java.lang.String,java.util.Set<java.lang.String>> getMIMEToExtensions(org.openide.filesystems.FileObject)
+meth protected final void storeUserDefinedResolver(java.util.Map<java.lang.String,java.util.Set<java.lang.String>>)
+supr java.lang.Object
+
 CLSS public org.openide.filesystems.MultiFileSystem
-cons protected MultiFileSystem()
-cons public MultiFileSystem(org.openide.filesystems.FileSystem[])
+cons protected init()
+cons public init(org.openide.filesystems.FileSystem[])
 meth protected !varargs final void setDelegates(org.openide.filesystems.FileSystem[])
 meth protected final org.openide.filesystems.FileSystem findSystem(org.openide.filesystems.FileObject)
 meth protected final org.openide.filesystems.FileSystem[] getDelegates()
@@ -782,10 +809,10 @@ meth public void prepareEnvironment(org.openide.filesystems.FileSystem$Environme
 meth public void refresh(boolean)
 meth public void removeNotify()
 supr org.openide.filesystems.FileSystem
-hfds MASK,WRITE_SYSTEM_INDEX,propagateMasks,root,serialVersionUID,systems
+hfds MASK,WRITE_SYSTEM_INDEX,insideWritableLayer,propagateMasks,root,rootAttributes,serialVersionUID,systems
 
 CLSS public org.openide.filesystems.Repository
-cons public Repository(org.openide.filesystems.FileSystem)
+cons public init(org.openide.filesystems.FileSystem)
 intf java.io.Serializable
 meth public final java.util.Enumeration<? extends org.openide.filesystems.FileObject> findAll(java.lang.String,java.lang.String,java.lang.String)
  anno 0 java.lang.Deprecated()
@@ -829,7 +856,7 @@ hfds ADD_FS,LOG,fclSupport,fileSystems,fileSystemsClone,listeners,names,propList
 hcls MainFS,Replacer
 
 CLSS public org.openide.filesystems.RepositoryAdapter
-cons public RepositoryAdapter()
+cons public init()
 intf org.openide.filesystems.RepositoryListener
 meth public void fileSystemAdded(org.openide.filesystems.RepositoryEvent)
 meth public void fileSystemPoolReordered(org.openide.filesystems.RepositoryReorderedEvent)
@@ -837,7 +864,7 @@ meth public void fileSystemRemoved(org.openide.filesystems.RepositoryEvent)
 supr java.lang.Object
 
 CLSS public org.openide.filesystems.RepositoryEvent
-cons public RepositoryEvent(org.openide.filesystems.Repository,org.openide.filesystems.FileSystem,boolean)
+cons public init(org.openide.filesystems.Repository,org.openide.filesystems.FileSystem,boolean)
 meth public boolean isAdded()
 meth public org.openide.filesystems.FileSystem getFileSystem()
 meth public org.openide.filesystems.Repository getRepository()
@@ -851,14 +878,14 @@ meth public abstract void fileSystemPoolReordered(org.openide.filesystems.Reposi
 meth public abstract void fileSystemRemoved(org.openide.filesystems.RepositoryEvent)
 
 CLSS public org.openide.filesystems.RepositoryReorderedEvent
-cons public RepositoryReorderedEvent(org.openide.filesystems.Repository,int[])
+cons public init(org.openide.filesystems.Repository,int[])
 meth public int[] getPermutation()
 meth public org.openide.filesystems.Repository getRepository()
 supr java.util.EventObject
 hfds perm,serialVersionUID
 
 CLSS public abstract org.openide.filesystems.URLMapper
-cons public URLMapper()
+cons public init()
 fld public final static int EXTERNAL = 1
 fld public final static int INTERNAL = 0
 fld public final static int NETWORK = 2
@@ -873,10 +900,10 @@ hfds CACHE_JUST_COMPUTING,cache,result,threadCache
 hcls DefaultURLMapper
 
 CLSS public final org.openide.filesystems.XMLFileSystem
-cons public XMLFileSystem()
-cons public XMLFileSystem(java.lang.String) throws org.xml.sax.SAXException
-cons public XMLFileSystem(java.net.URL) throws org.xml.sax.SAXException
-cons public XMLFileSystem(org.openide.filesystems.FileSystemCapability)
+cons public init()
+cons public init(java.lang.String) throws org.xml.sax.SAXException
+cons public init(java.net.URL) throws org.xml.sax.SAXException
+cons public init(org.openide.filesystems.FileSystemCapability)
  anno 0 java.lang.Deprecated()
 innr public static Impl
 meth protected <%0 extends org.openide.filesystems.FileObject> java.lang.ref.Reference<{%%0}> createReference({%%0})
@@ -894,7 +921,8 @@ hfds DTD_MAP,rootRef,serialVersionUID,urlsToXml
 hcls FileObjRef,Handler,ResourceElem
 
 CLSS public static org.openide.filesystems.XMLFileSystem$Impl
-cons public Impl(org.openide.filesystems.XMLFileSystem)
+ outer org.openide.filesystems.XMLFileSystem
+cons public init(org.openide.filesystems.XMLFileSystem)
 intf org.openide.filesystems.AbstractFileSystem$Attr
 intf org.openide.filesystems.AbstractFileSystem$Change
 intf org.openide.filesystems.AbstractFileSystem$Info
@@ -933,6 +961,7 @@ supr java.lang.Object
 hfds doc,originatingElement,processingEnv,unwrittenFiles
 
 CLSS public final org.openide.filesystems.annotations.LayerBuilder$File
+ outer org.openide.filesystems.annotations.LayerBuilder
 meth public java.lang.String getPath()
 meth public org.openide.filesystems.annotations.LayerBuilder write()
 meth public org.openide.filesystems.annotations.LayerBuilder$File boolvalue(java.lang.String,boolean)
@@ -959,7 +988,7 @@ supr java.lang.Object
 hfds attrs,contents,folder,path,url
 
 CLSS public abstract org.openide.filesystems.annotations.LayerGeneratingProcessor
-cons protected LayerGeneratingProcessor()
+cons protected init()
 meth protected !varargs final org.openide.filesystems.annotations.LayerBuilder layer(javax.lang.model.element.Element[])
 meth protected abstract boolean handleProcess(java.util.Set<? extends javax.lang.model.element.TypeElement>,javax.annotation.processing.RoundEnvironment) throws org.openide.filesystems.annotations.LayerGenerationException
 meth public final boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement>,javax.annotation.processing.RoundEnvironment)
@@ -967,10 +996,12 @@ supr javax.annotation.processing.AbstractProcessor
 hfds ENTITY_RESOLVER,ERROR_HANDLER,GENERATED_LAYER,LOCAL_DTD_RESOURCE,NETWORK_DTD_URL,PUBLIC_DTD_ID,createdBuilders,generatedLayerByProcessor,originatingElementsByProcessor
 
 CLSS public org.openide.filesystems.annotations.LayerGenerationException
-cons public LayerGenerationException(java.lang.String)
-cons public LayerGenerationException(java.lang.String,javax.lang.model.element.Element)
-cons public LayerGenerationException(java.lang.String,javax.lang.model.element.Element,javax.lang.model.element.AnnotationMirror)
-cons public LayerGenerationException(java.lang.String,javax.lang.model.element.Element,javax.lang.model.element.AnnotationMirror,javax.lang.model.element.AnnotationValue)
+cons public init(java.lang.String)
+cons public init(java.lang.String,javax.lang.model.element.Element)
+cons public init(java.lang.String,javax.lang.model.element.Element,javax.lang.model.element.AnnotationMirror)
+cons public init(java.lang.String,javax.lang.model.element.Element,javax.lang.model.element.AnnotationMirror,javax.lang.model.element.AnnotationValue)
 supr java.lang.Exception
 hfds erroneousAnnotation,erroneousAnnotationValue,erroneousElement
 
+CLSS abstract interface org.openide.filesystems.annotations.package-info
+
diff --git a/openide.filesystems/nbproject/project.properties b/openide.filesystems/nbproject/project.properties
index a91231f..228f956 100644
--- a/openide.filesystems/nbproject/project.properties
+++ b/openide.filesystems/nbproject/project.properties
@@ -46,3 +46,4 @@ module.jar.dir=core
 javadoc.main.page=org/openide/filesystems/doc-files/api.html
 javadoc.arch=${basedir}/arch.xml
 javadoc.apichanges=${basedir}/apichanges.xml
+cp.extra=${tools.jar}
diff --git a/openide.filesystems/nbproject/project.xml b/openide.filesystems/nbproject/project.xml
index e0ae8a5..f0a5dc2 100644
--- a/openide.filesystems/nbproject/project.xml
+++ b/openide.filesystems/nbproject/project.xml
@@ -54,7 +54,7 @@ made subject to such option by the copyright holder.
                     <build-prerequisite/>
                     <compile-dependency/>
                     <run-dependency>
-                        <specification-version>8.0</specification-version>
+                        <specification-version>8.10</specification-version>
                     </run-dependency>
                 </dependency>
                 <dependency>
diff --git a/openide.filesystems/src/org/netbeans/modules/openide/filesystems/CleaningAnnotationProcessor.java b/openide.filesystems/src/org/netbeans/modules/openide/filesystems/CleaningAnnotationProcessor.java
new file mode 100644
index 0000000..d968b8c
--- /dev/null
+++ b/openide.filesystems/src/org/netbeans/modules/openide/filesystems/CleaningAnnotationProcessor.java
@@ -0,0 +1,92 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.openide.filesystems;
+
+import java.util.HashSet;
+import java.util.Set;
+import javax.annotation.processing.AbstractProcessor;
+import javax.annotation.processing.ProcessingEnvironment;
+import javax.annotation.processing.Processor;
+import javax.annotation.processing.RoundEnvironment;
+import javax.annotation.processing.SupportedAnnotationTypes;
+import javax.lang.model.SourceVersion;
+import javax.lang.model.element.TypeElement;
+import org.openide.util.lookup.ServiceProvider;
+
+/**
+ *
+ * @author lahvac
+ */
+ at SupportedAnnotationTypes("*")
+ at ServiceProvider(service=Processor.class)
+public class CleaningAnnotationProcessor extends AbstractProcessor {
+
+    private final Set<String> seenElements = new HashSet<String>();
+
+    @Override
+    public synchronized void init(ProcessingEnvironment processingEnv) {
+        super.init(processingEnv);
+        seenElements.clear();
+    }
+
+    @Override
+    public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) {
+        if (roundEnv.processingOver()) {
+            return false;
+        }
+        
+        try {
+            Runnable impl = new CleaningAnnotationProcessorImpl(processingEnv, roundEnv, seenElements);
+            impl.run();
+        } catch (LinkageError t) {
+            // not enough classes on classpath. Happens in core.startup tests.
+        }
+
+        return false;
+    }
+
+    @Override
+    public SourceVersion getSupportedSourceVersion() {
+        return SourceVersion.latest();
+    }
+}
diff --git a/openide.filesystems/src/org/netbeans/modules/openide/filesystems/CleaningAnnotationProcessorImpl.java b/openide.filesystems/src/org/netbeans/modules/openide/filesystems/CleaningAnnotationProcessorImpl.java
new file mode 100644
index 0000000..5073413
--- /dev/null
+++ b/openide.filesystems/src/org/netbeans/modules/openide/filesystems/CleaningAnnotationProcessorImpl.java
@@ -0,0 +1,167 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.openide.filesystems;
+
+import com.sun.source.tree.Tree;
+import com.sun.source.tree.Tree.Kind;
+import com.sun.source.util.Trees;
+import com.sun.tools.javac.processing.JavacProcessingEnvironment;
+import com.sun.tools.javac.tree.JCTree;
+import com.sun.tools.javac.tree.JCTree.JCExpression;
+import com.sun.tools.javac.tree.JCTree.JCLiteral;
+import com.sun.tools.javac.tree.JCTree.JCMethodDecl;
+import com.sun.tools.javac.tree.JCTree.JCTypeParameter;
+import com.sun.tools.javac.tree.JCTree.JCVariableDecl;
+import com.sun.tools.javac.tree.TreeMaker;
+import com.sun.tools.javac.tree.TreeScanner;
+import com.sun.tools.javac.util.Context;
+import com.sun.tools.javac.util.List;
+import java.lang.reflect.Method;
+import java.util.Collection;
+import java.util.LinkedList;
+import java.util.Set;
+import java.util.concurrent.atomic.AtomicReference;
+import javax.annotation.processing.ProcessingEnvironment;
+import javax.annotation.processing.RoundEnvironment;
+import javax.lang.model.element.Element;
+import javax.lang.model.element.ExecutableElement;
+import javax.lang.model.element.TypeElement;
+import javax.lang.model.util.ElementScanner6;
+import javax.tools.Diagnostic;
+
+/**
+ *
+ * @author lahvac
+ */
+class CleaningAnnotationProcessorImpl implements Runnable {
+    private final ProcessingEnvironment processingEnv;
+    private final RoundEnvironment roundEnv;
+    private final Set<String> seenElements;
+    
+    public CleaningAnnotationProcessorImpl(ProcessingEnvironment processingEnv, RoundEnvironment roundEnv, Set<String> seenElements) {
+        this.processingEnv = processingEnv;
+        this.roundEnv = roundEnv;
+        this.seenElements = seenElements;
+    }
+
+    @Override
+    public void run() {
+        try {
+            if (!shouldWorkaroundBug()) {
+                return;
+            }
+
+            processingEnv.getMessager().printMessage(Diagnostic.Kind.NOTE, "Attempting to workaround 6512707");
+
+            final Trees t = Trees.instance(processingEnv);
+            final Collection<JCTree> toClean = new LinkedList<JCTree>();
+
+            for (Element el : roundEnv.getRootElements()) {
+                if (el.getKind().isClass() || el.getKind().isInterface()) {
+                    seenElements.add(((TypeElement) el).getQualifiedName().toString());
+                }
+            }
+
+            for (String fqn : seenElements) {
+                TypeElement resolved = processingEnv.getElementUtils().getTypeElement(fqn);
+
+                if (resolved == null) {
+                    processingEnv.getMessager().printMessage(Diagnostic.Kind.NOTE, "Cannot clean " + fqn);
+                    continue;
+                }
+
+                new ElementScanner6<Void, Void>() {
+                    @Override
+                    public Void visitExecutable(ExecutableElement e, Void p) {
+                        Tree tree = t.getTree(e);
+
+                        if (tree != null && tree.getKind() == Kind.METHOD) {
+                            JCMethodDecl jcTree = (JCMethodDecl) tree;
+
+                            toClean.add(jcTree.defaultValue);
+                        }
+                        return super.visitExecutable(e, p);
+                    }
+                }.scan(resolved, null);
+            }
+
+            Method cleanTrees = JavacProcessingEnvironment.class.getDeclaredMethod("cleanTrees", List.class);
+
+            cleanTrees.setAccessible(true);
+            cleanTrees.invoke(null, List.from(toClean.toArray(new JCTree[0])));
+        } catch (Throwable t) {
+            processingEnv.getMessager().printMessage(Diagnostic.Kind.NOTE, "Failed with a Throwable: " + t.getMessage());
+            //presumably OK
+        }
+    }
+
+    private static final AtomicReference<Boolean> HAS_BUG = new AtomicReference<Boolean>();
+
+    private boolean shouldWorkaroundBug() {
+        Boolean result = HAS_BUG.get();
+
+        if (result != null) {
+            return result;
+        }
+        
+        Context ctx = ((JavacProcessingEnvironment) processingEnv).getContext();
+        TreeMaker make = TreeMaker.instance(ctx);
+
+        final JCLiteral val = make.Literal("");
+        JCMethodDecl method = make.MethodDef(null, null, null, List.<JCTypeParameter>nil(), List.<JCVariableDecl>nil(), List.<JCExpression>nil(), null, val);
+        final boolean[] noBug = new boolean[] {false};
+
+        new TreeScanner() {
+            @Override
+            public void scan(JCTree tree) {
+                noBug[0] |= (tree == val);
+                super.scan(tree);
+            }
+        }.scan(method);
+
+        HAS_BUG.compareAndSet(null, Boolean.valueOf(!noBug[0]));
+
+        return HAS_BUG.get();
+    }
+
+}
diff --git a/openide.filesystems/src/org/netbeans/modules/openide/filesystems/declmime/MIMEResolverImpl.java b/openide.filesystems/src/org/netbeans/modules/openide/filesystems/declmime/MIMEResolverImpl.java
index 693c03f..61a41e0 100644
--- a/openide.filesystems/src/org/netbeans/modules/openide/filesystems/declmime/MIMEResolverImpl.java
+++ b/openide.filesystems/src/org/netbeans/modules/openide/filesystems/declmime/MIMEResolverImpl.java
@@ -1095,6 +1095,8 @@ public final class MIMEResolverImpl {
                     Object attr = fo.getAttribute(fatts[i]);
                     if (attr != null) {
                         if (!attr.toString().equals(vals[i]) && vals[i] != null) return false;
+                    } else {
+                        return false;
                     }
                 }
             }
diff --git a/openide.filesystems/src/org/openide/filesystems/AbstractFileObject.java b/openide.filesystems/src/org/openide/filesystems/AbstractFileObject.java
index ed51494..449ad3a 100644
--- a/openide.filesystems/src/org/openide/filesystems/AbstractFileObject.java
+++ b/openide.filesystems/src/org/openide/filesystems/AbstractFileObject.java
@@ -327,7 +327,7 @@ final class AbstractFileObject extends AbstractFolder {
 
     /** performance hack */
     final Object getAttribute(String attrName, String path) {
-        return getAbstractFileSystem().attr.readAttribute(path, attrName);
+        return XMLMapAttr.readAttribute(this, getAbstractFileSystem().attr, path, attrName);
     }
 
     /* Set the file attribute with the specified name.
@@ -348,7 +348,7 @@ final class AbstractFileObject extends AbstractFolder {
         Object oldValue = null;
 
         //FileSystem fs = getAbstractFileSystem ();
-        //if (fs.isReadOnly()) 
+        //if (fs.isReadOnly()) XMLFileSystemTestHid.java:934
         //  throw new FSException(NbBundle.getMessage(AbstractFileObject.class, "EXC_FSisRO", fs.getDisplayName ()); // NOI18N
         if (fire) {
             oldValue = getAttribute(attrName);
@@ -443,8 +443,8 @@ final class AbstractFileObject extends AbstractFolder {
     */
     public FileObject createData(String name, String ext)
     throws IOException {
-        if (name.indexOf(PATH_SEP) != -1) {
-            throw new IllegalArgumentException("Use FileUtil.createData() instead!"); // NOI18N
+        if (name.contains("/") || name.contains("\\")) {
+            throw new IOException("Use FileUtil.createData() instead!"); // NOI18N
         }
 
         String fName = null;
diff --git a/openide.filesystems/src/org/openide/filesystems/AbstractFolder.java b/openide.filesystems/src/org/openide/filesystems/AbstractFolder.java
index 56eeb00..093579f 100644
--- a/openide.filesystems/src/org/openide/filesystems/AbstractFolder.java
+++ b/openide.filesystems/src/org/openide/filesystems/AbstractFolder.java
@@ -280,8 +280,12 @@ abstract class AbstractFolder extends FileObject {
                 // than in getChild, than it is not called
                 // so often.
                 fo.check();
-
-                fo = fo.getChild(en.nextElement());
+                final String next = en.nextElement();
+                if ("..".equals(next)) {
+                    fo = (AbstractFolder)fo.getParent();
+                } else {
+                    fo = fo.getChild(next);
+                }
             }
         }
 
diff --git a/openide.filesystems/src/org/openide/filesystems/Bundle.properties b/openide.filesystems/src/org/openide/filesystems/Bundle.properties
index b9cd89d..f011988 100644
--- a/openide.filesystems/src/org/openide/filesystems/Bundle.properties
+++ b/openide.filesystems/src/org/openide/filesystems/Bundle.properties
@@ -86,7 +86,9 @@ EXC_CannotDelete=Cannot delete file {0} in {1}.
 # {0} = original name of the file
 # {1} = name of FS
 # {2} = new name of the file (with extension)
-EXC_CannotRename=Cannot rename file {0} in {1} to {2}.
+# {3} = does the new file exists
+# {4} = result of rename
+EXC_CannotRename=Cannot rename file {0} in {1} to {2}. New file exists: {3}. Rename result: {4}.
 
 # {0} = display name of the filesystem
 EXC_FSisRO=Filesystem {0} is read-only.
diff --git a/openide.filesystems/src/org/openide/filesystems/DeepListener.java b/openide.filesystems/src/org/openide/filesystems/DeepListener.java
index dc72d22..eb3c218 100644
--- a/openide.filesystems/src/org/openide/filesystems/DeepListener.java
+++ b/openide.filesystems/src/org/openide/filesystems/DeepListener.java
@@ -68,10 +68,14 @@ implements FileChangeListener, Runnable, Callable<Boolean> {
         super(listener, Utilities.activeReferenceQueue());
         this.path = path;
         this.stop = stop;
-        relisten();
         keep.add(this);
     }
+    
+    final void init() {
+        relisten();
+    }
 
+    @Override
     public void run() {
         FileObject fo = FileUtil.toFileObject(path);
         if (fo != null) {
@@ -96,6 +100,7 @@ implements FileChangeListener, Runnable, Callable<Boolean> {
         }
     }
 
+    @Override
     public void fileRenamed(FileRenameEvent fe) {
         fileRenamed(fe, false);
     }
@@ -108,6 +113,7 @@ implements FileChangeListener, Runnable, Callable<Boolean> {
         listener.fileRenamed(fe);
     }
 
+    @Override
     public void fileFolderCreated(FileEvent fe) {
         relisten();
         fileFolderCreated(fe, false);
@@ -121,6 +127,7 @@ implements FileChangeListener, Runnable, Callable<Boolean> {
         listener.fileFolderCreated(fe);
     }
 
+    @Override
     public void fileDeleted(FileEvent fe) {
         fileDeleted(fe, false);
     }
@@ -133,6 +140,7 @@ implements FileChangeListener, Runnable, Callable<Boolean> {
         listener.fileDeleted(fe);
     }
 
+    @Override
     public void fileDataCreated(FileEvent fe) {
         fileDataCreated(fe, false);
     }
@@ -145,6 +153,7 @@ implements FileChangeListener, Runnable, Callable<Boolean> {
         listener.fileDataCreated(fe);
     }
 
+    @Override
     public void fileChanged(FileEvent fe) {
         fileChanged(fe, false);
     }
@@ -156,6 +165,7 @@ implements FileChangeListener, Runnable, Callable<Boolean> {
         listener.fileChanged(fe);
     }
 
+    @Override
     public void fileAttributeChanged(FileAttributeEvent fe) {
         FileChangeListener listener = get(fe, false);
         if (listener == null) {
diff --git a/openide.filesystems/src/org/openide/filesystems/DefaultAttributes.java b/openide.filesystems/src/org/openide/filesystems/DefaultAttributes.java
index d9895f5..3837742 100644
--- a/openide.filesystems/src/org/openide/filesystems/DefaultAttributes.java
+++ b/openide.filesystems/src/org/openide/filesystems/DefaultAttributes.java
@@ -70,6 +70,7 @@ import java.util.Map;
 import java.util.TreeSet;
 import javax.xml.parsers.FactoryConfigurationError;
 import javax.xml.parsers.ParserConfigurationException;
+import org.openide.filesystems.AbstractFileSystem.Attr;
 import org.openide.util.Enumerations;
 import org.openide.util.NbBundle;
 import org.openide.util.Utilities;
diff --git a/openide.filesystems/src/org/openide/filesystems/FileEvent.java b/openide.filesystems/src/org/openide/filesystems/FileEvent.java
index 90b09d4..648b428 100644
--- a/openide.filesystems/src/org/openide/filesystems/FileEvent.java
+++ b/openide.filesystems/src/org/openide/filesystems/FileEvent.java
@@ -226,6 +226,11 @@ public class FileEvent extends EventObject {
             if (atomicAction != null && atomicAction.getClass().getName().indexOf("AsyncRefreshAtomicAction") != -1) {
                 return true;
             }
+            if (atomicAction instanceof FileSystem.AsyncAtomicAction) {
+                if (((FileSystem.AsyncAtomicAction)atomicAction).isAsynchronous()) {
+                    return true;
+                }
+            }
             currentPropID = currentPropID.getPreviousLink();
         }
 
diff --git a/openide.filesystems/src/org/openide/filesystems/FileObject.java b/openide.filesystems/src/org/openide/filesystems/FileObject.java
index 34e6b2f..378d355 100644
--- a/openide.filesystems/src/org/openide/filesystems/FileObject.java
+++ b/openide.filesystems/src/org/openide/filesystems/FileObject.java
@@ -53,7 +53,6 @@ import java.io.OutputStream;
 import java.io.Serializable;
 import java.net.URL;
 import java.nio.charset.Charset;
-import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.Collection;
 import java.util.Collections;
@@ -63,7 +62,6 @@ import java.util.List;
 import java.util.StringTokenizer;
 import java.util.logging.Level;
 import org.openide.util.Enumerations;
-import org.openide.util.NbBundle;
 import org.openide.util.UserQuestionException;
 
 /** This is the base for all implementations of file objects on a filesystem.
@@ -377,7 +375,23 @@ public abstract class FileObject extends Object implements Serializable {
     */
     abstract public Object getAttribute(String attrName);
 
-    /** Set the file attribute with the specified name.
+    /** Set the file attribute with the specified name. The actual meaning of 
+     * this method is implementation dependent. It is generally expected that
+     * the attribute will later be available from {@link #getAttribute(java.lang.String)}
+     * method.
+     * <p>
+     * <div class="nonnormative">
+     *   Many <a href="@TOP@/org/openide/filesystems/FileSystem.html">FileSystem</a>
+     *   implementations (since version 7.43) 
+     *   support special form of arguments for their
+     *   <code>setAttribute</code> method. One can use 
+     *   prefix <code>methodvalue:</code> or <code>newvalue</code>
+     *   to store references to 
+     *   <a href="@JDK@/java/lang/reflect/Method.html">Method</a> or
+     *   <a href="@JDK@/java/lang/Class.html">Class</a> respectively. 
+     *   The meaning is then similar to {@link XMLFileSystem} attributes
+     *  <code>methodvalue</code> and <code>newvalue</code>.
+     * </div>
     * @param attrName name of the attribute
     * @param value new value or <code>null</code> to clear the attribute. Must be serializable, although particular filesystems may or may not use serialization to store attribute values.
     * @exception IOException if the attribute cannot be set. If serialization is used to store it, this may in fact be a subclass such as {@link java.io.NotSerializableException}.
@@ -528,7 +542,7 @@ public abstract class FileObject extends Object implements Serializable {
 
     /** Puts the dispatch event into the filesystem.
     */
-    private final void dispatchEvent(FCLSupport.Op op, Enumeration<FileChangeListener> en, FileEvent fe) {
+    private void dispatchEvent(FCLSupport.Op op, Enumeration<FileChangeListener> en, FileEvent fe) {
         try {
             FileSystem fs = getFileSystem();
             fs.dispatchEvent(new ED(op, en, fe));
@@ -780,6 +794,7 @@ public abstract class FileObject extends Object implements Serializable {
     */
     public Enumeration<? extends FileObject> getChildren(final boolean rec) {
         class WithChildren implements Enumerations.Processor<FileObject, FileObject> {
+            @Override
             public FileObject process(FileObject fo, Collection<FileObject> toAdd) {
                 if (rec && fo.isFolder()) {
                     toAdd.addAll(Arrays.asList(fo.getChildren()));
@@ -821,6 +836,9 @@ public abstract class FileObject extends Object implements Serializable {
 
     /** Retrieve file or folder relative to a current folder, with a given relative path.
     * <em>Note</em> that neither file nor folder is created on disk. This method isn't final since revision 1.93.
+    * Since 7.45 common implementations of this method 
+    * accept also ".." which is interpreted as a reference to parent.
+    * 
     * @param relativePath is just basename of the file or (since 4.16) the relative path delimited by '/'
     * @return the object representing this file or <CODE>null</CODE> if the file
     *   or folder does not exist
@@ -840,7 +858,11 @@ public abstract class FileObject extends Object implements Serializable {
         }
         while ((myObj != null) && st.hasMoreTokens()) {
             String nameExt = st.nextToken();
-            myObj = myObj.getFileObject(nameExt, null);
+            if (nameExt.equals("..")) { // NOI18N
+                myObj = myObj.getParent();
+            } else {
+                myObj = myObj.getFileObject(nameExt, null);
+            }
         }
 
         return myObj;
@@ -884,6 +906,53 @@ public abstract class FileObject extends Object implements Serializable {
     public FileObject createData(String name) throws IOException {
         return createData(name, ""); // NOI18N        
     }
+    
+    /** 
+     * Creates new file in this folder and immediately opens it for writing.
+     * This method prevents possible race condition which can happen
+     * when using the {@link #createData(java.lang.String)} method.  
+     * Using {@link #createData(java.lang.String) that method} makes it
+     * possible for someone to read the content of the newly created
+     * file before its content is written. This method does its best to eliminate
+     * such race condition.
+     * 
+     * <p class="nonnormative">
+     * This method usually delivers both, {@link FileChangeListener#fileDataCreated(org.openide.filesystems.FileEvent) data created}
+     * and {@link FileChangeListener#fileChanged(org.openide.filesystems.FileEvent) changed} 
+     * events. Preferably it delivers them asynchronously. The assumption
+     * is that the file will be (at least partially) written before
+     * the listeners start to process the first event. The safety is additionally
+     * ensured by <q>mutual exclusion</q> between output and input streams 
+     * for the same file (any call to {@link #getInputStream()} will be blocked
+     * for at least two seconds if there is existing open output stream). 
+     * If you finish writing the content of your file in those two seconds,
+     * you can be sure, nobody will have read its content yet.
+     * </p>
+     * 
+     * @param name name of file to create with its extension
+     * @return output stream to use to write content of the file
+     * @throws IOException if the file cannot be created (e.g. already exists), or if <code>this</code> is not a folder
+     * @since 7.41
+     */
+    public OutputStream createAndOpen(final String name) throws IOException {
+        class R implements FileSystem.AsyncAtomicAction {
+            OutputStream os;
+            
+            @Override
+            public void run() throws IOException {
+                FileObject fo = createData(name);
+                os = fo.getOutputStream();
+            }
+
+            @Override
+            public boolean isAsynchronous() {
+                return true;
+            }
+        }
+        R r = new R();
+        getFileSystem().runAtomicAction(r);
+        return r.os;
+    }
 
     /** Test whether this file can be written to or not.
      * <P>
@@ -1058,6 +1127,7 @@ public abstract class FileObject extends Object implements Serializable {
         /** @param onlyPriority if true then invokes only priority listeners
          *  else all listeners are invoked.
          */
+        @Override
         protected void dispatch(boolean onlyPriority, Collection<Runnable> postNotify) {
             if (this.op == null) {
                 this.op = fe.getFile().isFolder() ? FCLSupport.Op.FOLDER_CREATED : FCLSupport.Op.DATA_CREATED;
@@ -1124,6 +1194,7 @@ public abstract class FileObject extends Object implements Serializable {
             }
         }
 
+        @Override
         protected void setAtomicActionLink(EventControl.AtomicActionLink propID) {
             fe.setAtomicActionLink(propID);
         }
@@ -1138,6 +1209,7 @@ public abstract class FileObject extends Object implements Serializable {
             this.folders = folders;
         }
 
+        @Override
         public FileObject process(FileObject obj, Collection<FileObject> coll) {
             FileObject fo = obj;
 
diff --git a/openide.filesystems/src/org/openide/filesystems/FileSystem.java b/openide.filesystems/src/org/openide/filesystems/FileSystem.java
index eb42517..f2ea4a9 100644
--- a/openide.filesystems/src/org/openide/filesystems/FileSystem.java
+++ b/openide.filesystems/src/org/openide/filesystems/FileSystem.java
@@ -69,20 +69,44 @@ import org.openide.util.NbBundle;
 import org.openide.util.Utilities;
 import org.openide.util.actions.SystemAction;
 
-/** Interface that provides basic information about a virtual
-* filesystem. Classes that implement it
-* should follow JavaBean conventions because when a new
-* instance of a filesystem class is inserted into the system, it should
-* permit the user to modify it with standard Bean properties.
-* <P>
-* Implementing classes should also have associated subclasses of {@link FileObject}.
-* <p>Although the class is serializable, only the {@link #isHidden hidden state} and {@link #getSystemName system name}
-* are serialized, and the deserialized object is by default {@link #isValid invalid} (and may be a distinct
-* object from a valid filesystem in the Repository). If you wish to safely deserialize a file
-* system, you should after deserialization try to replace it with a filesystem of the
-* {@link Repository#findFileSystem same name} in the Repository.
-* @author Jaroslav Tulach
-*/
+/**
+ * Interface that provides basic information about a virtual filesystem.
+ * <p>Implementing classes should also have associated subclasses of {@link FileObject}.
+ * But most subclasses will be of either {@link AbstractFileSystem} or {@link MultiFileSystem}.</p>
+ * <p>When using the {@code org.netbeans.modules.masterfs} module, you do not need
+ * to explicitly create any filesystems just to access disk files; use {@link FileUtil#toFileObject}
+ * instead.</p>
+ * <p>The system filesystem may be gotten from {@link FileUtil#getConfigRoot} and
+ * normally includes XML layers created using {@link XMLFileSystem}.</p>
+ * <p>Since version 7.1 you can dynamically change the content of the system filesystem.
+ * As the system filesystem contains various definitions (in NetBeans Platform menus,
+ * toolbars, layout of windows, etc.), you can make nonpersistent changes to these settings.
+ * First create a filesystem implementation, then register it in default lookup.
+ * It is easiest to subclass {@code MultiFileSystem} so you can proxy to filesystems
+ * created by other means not amenable to subclassing. For example:</p>
+ * <pre>
+@ServiceProvider(service=FileSystem.class)
+public class LoginFileSystem extends MultiFileSystem {
+    private static LoginFileSystem INSTANCE;
+    public LoginFileSystem() {
+        INSTANCE = this;
+        setPropagateMasks(true); // in case you want to use *_hidden masks
+        // initially empty (no delegates)
+    }
+    public static void injectLayer(URL u) throws SAXException {
+        INSTANCE.setDelegates(new XMLFileSystem(u));
+    }
+}
+ * </pre>
+ * <p>If you show a dialog letting the user log in to some server, you can call
+ * {@code LoginFileSystem.injectLayer(...)} with the URL to an XML layer.
+ * The contents of the layer will become available only after login.
+ * You could also use {@link FileUtil#createMemoryFileSystem} to programmatically
+ * construct entries rather than using a static layer, and so on.</p>
+ * <p>Since version 7.3 you can also return {@link Boolean#TRUE} from a call to
+ * {@code yourFS.getRoot().getAttribute("fallback")} so as to place your filesystem
+ * behind all layers provided by standard modules.</p>
+ */
 public abstract class FileSystem implements Serializable {
 
     private static final Logger LOG = Logger.getLogger(FileSystem.class.getName());
@@ -817,6 +841,10 @@ public abstract class FileSystem implements Serializable {
         */
         public void run() throws IOException;
     }
+    
+    static interface AsyncAtomicAction extends AtomicAction {
+        boolean isAsynchronous();
+    }
 
     /** Allows a filesystem to annotate a group of files (typically comprising a data object) with additional markers.
      * <p>This could be useful, for
diff --git a/openide.filesystems/src/org/openide/filesystems/FileURL.java b/openide.filesystems/src/org/openide/filesystems/FileURL.java
index b5c7755..0bf6062 100644
--- a/openide.filesystems/src/org/openide/filesystems/FileURL.java
+++ b/openide.filesystems/src/org/openide/filesystems/FileURL.java
@@ -63,7 +63,7 @@ import org.openide.util.URLStreamHandlerRegistration;
 *
 * @author Ales Novak, Petr Hamernik, Jan Jancura, Jaroslav Tulach
 */
-final class FileURL extends URLConnection {
+class FileURL extends URLConnection {
     /** Protocol name for this type of URL. */
     public static final String PROTOCOL = "nbfs"; // NOI18N
 
@@ -86,13 +86,13 @@ final class FileURL extends URLConnection {
     OutputStream oStream = null;
 
     /** FileObject that we want to connect to. */
-    private FileObject fo;
+    protected FileObject fo;
 
     /**
     * Create a new connection to a {@link FileObject}.
     * @param u URL of the connection. Please use {@link #encodeFileObject(FileObject)} to create the URL.
     */
-    private FileURL(URL u) {
+    protected FileURL(URL u) {
         super(u);
     }
 
@@ -202,6 +202,17 @@ final class FileURL extends URLConnection {
         return super.getHeaderField(name);
     }
 
+    public @Override long getHeaderFieldDate(String name, long Default) {
+        if (name.equalsIgnoreCase("last-modified")) { // NOI18N
+            try {
+                connect();
+                return fo.lastModified().getTime();
+            } catch (IOException e) {
+            }
+        }
+        return super.getHeaderFieldDate(name, Default);
+    }
+
     // #13038: URLClassPath is going to check this.
     // Better not return AllPermission!
     // SocketPermission on localhost might also work.
diff --git a/openide.filesystems/src/org/openide/filesystems/FileUtil.java b/openide.filesystems/src/org/openide/filesystems/FileUtil.java
index 997d213..e8a0592 100644
--- a/openide.filesystems/src/org/openide/filesystems/FileUtil.java
+++ b/openide.filesystems/src/org/openide/filesystems/FileUtil.java
@@ -51,7 +51,10 @@ import java.io.IOException;
 import java.io.InputStream;
 import java.io.OutputStream;
 import java.io.SyncFailedException;
+import java.lang.ref.Reference;
+import java.lang.ref.SoftReference;
 import java.lang.ref.WeakReference;
+import java.lang.reflect.Method;
 import java.net.MalformedURLException;
 import java.net.URI;
 import java.net.URL;
@@ -71,6 +74,8 @@ import java.util.Stack;
 import java.util.StringTokenizer;
 import java.util.WeakHashMap;
 import java.util.concurrent.Callable;
+import java.util.concurrent.ConcurrentHashMap;
+import java.util.concurrent.atomic.AtomicBoolean;
 import java.util.jar.JarEntry;
 import java.util.jar.JarInputStream;
 import java.util.logging.Level;
@@ -122,6 +127,7 @@ public final class FileUtil extends Object {
         transientAttributes.add("displayName"); // NOI18N
         transientAttributes.add("iconBase"); // NOI18N
         transientAttributes.add("position"); // NOI18N
+        transientAttributes.add(MultiFileObject.WEIGHT_ATTRIBUTE); // NOI18N
     }
 
     /** Cache for {@link #isArchiveFile(FileObject)}. */
@@ -317,7 +323,9 @@ public final class FileUtil extends Object {
      * @since org.openide.filesystems 7.28
      */
     public static void addRecursiveListener(FileChangeListener listener, File path) {
-        addFileChangeListener(new DeepListener(listener, path, null), path);
+        final DeepListener deep = new DeepListener(listener, path, null);
+        deep.init();
+        addFileChangeListener(deep, path);
     }
 
     /**
@@ -364,7 +372,9 @@ public final class FileUtil extends Object {
      * @since org.openide.filesystems 7.37
      */
     public static void addRecursiveListener(FileChangeListener listener, File path, Callable<Boolean> stop) {
-        addFileChangeListener(new DeepListener(listener, path, stop), path);
+        final DeepListener deep = new DeepListener(listener, path, stop);
+        deep.init();
+        addFileChangeListener(deep, path);
     }
 
     /**
@@ -377,7 +387,9 @@ public final class FileUtil extends Object {
      * @since org.openide.filesystems 7.28
      */
     public static void removeRecursiveListener(FileChangeListener listener, File path) {
-        DeepListener dl = (DeepListener)removeFileChangeListenerImpl(new DeepListener(listener, path, null), path);
+        final DeepListener deep = new DeepListener(listener, path, null);
+        // no need to deep.init()
+        DeepListener dl = (DeepListener)removeFileChangeListenerImpl(deep, path);
         dl.run();
     }
 
@@ -749,6 +761,12 @@ public final class FileUtil extends Object {
 
     /** Factory method that creates an empty implementation of a filesystem that
      * completely resides in a memory.
+     * <p>To specify the MIME type of a data file without using a MIME resolver,
+     * set the {@code mimeType} file attribute.
+     * <p>Since 7.42, a {@link URLMapper} is available for files (and folders)
+     * in memory filesystems. These URLs are valid only so long as the filesystem
+     * has not been garbage-collected, so hold the filesystem (or a file in it)
+     * strongly for as long as you expect the URLs to be in play.
      * @return a blank writable filesystem
      * @since 4.43
      */
@@ -1091,14 +1109,21 @@ public final class FileUtil extends Object {
                 continue;
             }
 
-            Object value = source.getAttribute(key);
+            AtomicBoolean isRawValue = new AtomicBoolean();
+            Object value = XMLMapAttr.getRawAttribute(source, key, isRawValue);
 
             // #132801 and #16761 - don't set attributes where value is 
             // instance of VoidValue because these attributes were previously written 
             // by mistake in code. So it should happen only if you import some
             // settings from old version.
             if (value != null && !(value instanceof MultiFileObject.VoidValue)) {
-                dest.setAttribute(key, value);
+                if (isRawValue.get() && value instanceof Method) {
+                    dest.setAttribute("methodvalue:" + key, value); // NOI18N
+                } else if (isRawValue.get() && value instanceof Class) {
+                    dest.setAttribute("newvalue:" + key, value); // NOI18N
+                } else {
+                    dest.setAttribute(key, value);
+                }
             }
         }
     }
@@ -1658,6 +1683,23 @@ public final class FileUtil extends Object {
     }
 
     /**
+     * See {@link #normalizeFile} for details
+     * @param path file path to normalize
+     * @return normalized file path
+     * @since 7.42
+     */
+    public static String normalizePath(final String path) {
+        Map<String, String> normalizedPaths = getNormalizedFilesMap();
+        String normalized = normalizedPaths.get(path);
+        if (normalized == null) {
+            File ret = normalizeFileImpl(new File(path));
+            normalized = ret.getPath();
+            normalizedPaths.put(path, normalized);
+        }
+        return normalized;
+    }
+    
+    /**
      * Normalize a file path to a clean form.
      * This method may for example make sure that the returned file uses
      * the natural case on Windows; that old Windows 8.3 filenames are changed to the long form;
@@ -1674,9 +1716,26 @@ public final class FileUtil extends Object {
      * @since 4.48
      */
     public static File normalizeFile(final File file) {
+        Map<String, String> normalizedPaths = getNormalizedFilesMap();
+        String unnormalized = file.getPath();
+        String normalized = normalizedPaths.get(unnormalized);
+        File ret;
+        if (normalized == null) {
+            ret = normalizeFileImpl(file);
+            normalizedPaths.put(unnormalized, ret.getPath());
+        } else if (normalized.equals(unnormalized)) {
+            ret = file;
+        } else {
+            ret = new File(normalized);
+        }
+        return ret;
+    }
+
+    private static File normalizeFileImpl(File file) {
         // XXX should use NIO in JDK 7; see #6358641
         Parameters.notNull("file", file);  //NOI18N
         File retFile;
+        LOG.log(Level.FINE, "FileUtil.normalizeFile for {0}", file); // NOI18N
 
         long now = System.currentTimeMillis();
         if ((Utilities.isWindows() || (Utilities.getOperatingSystem() == Utilities.OS_OS2))) {
@@ -1698,6 +1757,9 @@ public final class FileUtil extends Object {
         // On Unix, do not want to traverse symlinks.
         // URI.normalize removes ../ and ./ sequences nicely.
         file = new File(file.toURI().normalize()).getAbsoluteFile();
+        while (file.getAbsolutePath().startsWith("/../")) { // NOI18N
+            file = new File(file.getAbsolutePath().substring(3));
+        }
         if (file.getAbsolutePath().equals("/..")) { // NOI18N
             // Special treatment.
             file = new File("/"); // NOI18N
@@ -1725,7 +1787,7 @@ public final class FileUtil extends Object {
                 retVal = canonicalFile;
             }
         } catch (IOException ioe) {
-            LOG.log(Level.INFO, "Normalization failed on file " + file, ioe);
+            LOG.log(Level.FINE, "Normalization failed on file " + file, ioe);
 
             // OK, so at least try to absolutize the path
             retVal = file.getAbsoluteFile();
@@ -1808,6 +1870,21 @@ public final class FileUtil extends Object {
         return (retVal != null) ? retVal : file.getAbsoluteFile();
     }
 
+    private static Reference<Map<String, String>> normalizedRef = new SoftReference<Map<String, String>>(new ConcurrentHashMap<String, String>());
+    private static Map<String, String> getNormalizedFilesMap() {
+        Map<String, String> map = normalizedRef.get();
+        if (map == null) {
+            synchronized (FileUtil.class) {
+                map = normalizedRef.get();
+                if (map == null) {
+                    map = new ConcurrentHashMap<String, String>();
+                    normalizedRef = new SoftReference<Map<String, String>>(map);
+                }
+            }
+        }
+        return map;
+    }
+
     /**
      * Returns a FileObject representing the root folder of an archive.
      * Clients may need to first call {@link #isArchiveFile(FileObject)} to determine
diff --git a/openide.filesystems/src/org/openide/filesystems/JarFileSystem.java b/openide.filesystems/src/org/openide/filesystems/JarFileSystem.java
index ea9d9e3..b258ccd 100644
--- a/openide.filesystems/src/org/openide/filesystems/JarFileSystem.java
+++ b/openide.filesystems/src/org/openide/filesystems/JarFileSystem.java
@@ -56,6 +56,7 @@ import java.io.InputStream;
 import java.io.ObjectInputStream;
 import java.io.OutputStream;
 import java.io.UnsupportedEncodingException;
+import java.lang.management.ManagementFactory;
 import java.lang.ref.Reference;
 import java.lang.ref.SoftReference;
 import java.lang.ref.WeakReference;
@@ -953,6 +954,9 @@ public class JarFileSystem extends AbstractFileSystem {
                     LOGGER.log(Level.FINE, "opened: {0} {1}", new Object[]{root.getAbsolutePath(), System.currentTimeMillis()}); //NOI18N
                     return jar;
                 }
+            } catch (ZipException ex) {
+                dumpFDs();
+                LOGGER.log(Level.INFO, ex.getMessage(), ex);
             } catch (IOException ex) {
                 LOGGER.log(Level.INFO, ex.getMessage(), ex);
             }
@@ -967,6 +971,33 @@ public class JarFileSystem extends AbstractFileSystem {
     private void setJar(JarFile jar) {
         this.jar = jar;
     }
+    
+    private static void dumpFDs() {
+        if (Utilities.isUnix()) {
+            String selfName = ManagementFactory.getRuntimeMXBean().getName().replaceAll("@.*", ""); // NOI18N
+            LOGGER.log(Level.INFO, "Dumping file descriptors for pid {0}", selfName); // NOI18N
+            int pid;
+            try {
+                pid = Integer.parseInt(selfName);
+            } catch (NumberFormatException ex) {
+                LOGGER.info("Cannot get pid"); // NOI18N
+                return;
+            }
+            File descriptors = new File("/proc/" + pid + "/fd"); // NOI18N
+            final File[] arr = descriptors.listFiles();
+            String size = arr == null ? "nothing" : (arr.length + " files"); // NOI18N
+            LOGGER.log(Level.INFO, "There is {0} in {1}", new Object[]{size, descriptors}); // NOI18N
+            if (arr != null) {
+                for (File fd : arr) {
+                    try {
+                        LOGGER.log(Level.INFO, "{0} -> {1}", new Object[]{fd, fd.getCanonicalFile()}); // NOI18N
+                    } catch (IOException ex) {
+                        LOGGER.log(Level.INFO, "{0}", fd); // NOI18N
+                    }
+                }
+            }
+        }
+    }
 
     /** Use soft-references to not throw away the data that quickly.
      * JarFS if often queried for its FOs e.g. by java parser, which
diff --git a/openide.filesystems/src/org/openide/filesystems/LocalFileSystem.java b/openide.filesystems/src/org/openide/filesystems/LocalFileSystem.java
index 0415300..856f457 100644
--- a/openide.filesystems/src/org/openide/filesystems/LocalFileSystem.java
+++ b/openide.filesystems/src/org/openide/filesystems/LocalFileSystem.java
@@ -293,8 +293,16 @@ public class LocalFileSystem extends AbstractFileSystem {
         File nf = getFile(newName);
 
         // #7086 - (nf.exists() && !nf.equals(of)) instead of nf.exists() - fix for Win32
-        if ((nf.exists() && !nf.equals(of)) || !of.renameTo(nf)) {
-            throw new FSException(NbBundle.getMessage(LocalFileSystem.class, "EXC_CannotRename", oldName, getDisplayName(), newName));
+        boolean existsNF = nf.exists();
+        boolean equalsOF = nf.equals(of);
+        if (Utilities.isMac()) {
+            // File.equal on mac is not case insensitive (which it should be), 
+            // so try harder
+            equalsOF = of.getCanonicalFile().equals(nf.getCanonicalFile());
+        }
+        Boolean rename = null;
+        if ((existsNF && !equalsOF) || !(rename = of.renameTo(nf))) {
+            throw new FSException(NbBundle.getMessage(LocalFileSystem.class, "EXC_CannotRename", oldName, getDisplayName(), newName, existsNF, rename));
         }
     }
 
@@ -427,7 +435,11 @@ public class LocalFileSystem extends AbstractFileSystem {
     }
 
     protected OutputStream outputStream(final String name) throws java.io.IOException {
-        OutputStream retVal = new BufferedOutputStream(new FileOutputStream(getFile(name)));
+        File f = getFile(name);
+        if (!f.exists()) {
+            f.getParentFile().mkdirs();
+        }
+        OutputStream retVal = new BufferedOutputStream(new FileOutputStream(f));
 
         // workaround for #42624
         if (Utilities.isMac()) {
diff --git a/openide.filesystems/src/org/openide/filesystems/MemoryFileSystem.java b/openide.filesystems/src/org/openide/filesystems/MemoryFileSystem.java
index d7ca4ad..17b1b68 100644
--- a/openide.filesystems/src/org/openide/filesystems/MemoryFileSystem.java
+++ b/openide.filesystems/src/org/openide/filesystems/MemoryFileSystem.java
@@ -47,10 +47,17 @@ package org.openide.filesystems;
 import java.beans.PropertyVetoException;
 import java.io.ByteArrayInputStream;
 import java.io.ByteArrayOutputStream;
+import java.io.FileNotFoundException;
 import java.io.IOException;
 import java.io.InputStream;
 import java.io.OutputStream;
 import java.lang.ref.Reference;
+import java.lang.ref.WeakReference;
+import java.net.MalformedURLException;
+import java.net.URL;
+import java.net.URLConnection;
+import java.net.URLStreamHandler;
+import java.util.ArrayList;
 import java.util.Collections;
 import java.util.Date;
 import java.util.Enumeration;
@@ -60,8 +67,13 @@ import java.util.Iterator;
 import java.util.Map;
 import java.util.Set;
 import java.util.concurrent.ConcurrentHashMap;
+import java.util.concurrent.atomic.AtomicLong;
 import java.util.logging.Level;
 import java.util.logging.Logger;
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
+import org.openide.util.URLStreamHandlerRegistration;
+import org.openide.util.lookup.ServiceProvider;
 
 /**
  * Simple implementation of memory file system.
@@ -69,6 +81,9 @@ import java.util.logging.Logger;
  */
 final class MemoryFileSystem extends AbstractFileSystem implements AbstractFileSystem.Info, AbstractFileSystem.Change, AbstractFileSystem.List, AbstractFileSystem.Attr {
     private static final Logger ERR = Logger.getLogger(MemoryFileSystem.class.getName());
+
+    private static final AtomicLong COUNT = new AtomicLong();
+    private final long id = COUNT.incrementAndGet();
     
     /** time when the filesystem was created. It is supposed to be the default
      * time of modification for all resources that has not been modified yet
@@ -76,7 +91,7 @@ final class MemoryFileSystem extends AbstractFileSystem implements AbstractFileS
     private java.util.Date created = new java.util.Date();
 
     /** maps String to Entry */
-    private Map<String, Entry> entries = initEntry();
+    private final Map<String, Entry> entries = initEntry();
     
     @SuppressWarnings("deprecation") // need to set it for compat
     private void _setSystemName(String s) throws PropertyVetoException {
@@ -92,7 +107,7 @@ final class MemoryFileSystem extends AbstractFileSystem implements AbstractFileS
 
         
         try {
-            _setSystemName("MemoryFileSystem" + String.valueOf(System.identityHashCode(this)));
+            _setSystemName("MemoryFileSystem" + String.valueOf(id));
         } catch (PropertyVetoException ex) {
             ex.printStackTrace();
         }
@@ -302,6 +317,7 @@ final class MemoryFileSystem extends AbstractFileSystem implements AbstractFileS
         return false;
     }
 
+    @Override
     public void rename(String oldName, String newName)
     throws IOException {
         if (!isValidEntry(oldName)) {
@@ -315,10 +331,15 @@ final class MemoryFileSystem extends AbstractFileSystem implements AbstractFileS
         if ((newName.length() > 0) && (newName.charAt(0) == '/')) {
             newName = newName.substring(1);
         }
-
-        Entry e = getOrCreateEntry(oldName);
-        entries.remove(oldName);
-        entries.put(newName, e);
+        
+        ArrayList<Map.Entry<String, Entry>> clone = new ArrayList<Map.Entry<String, Entry>>(entries.entrySet());
+        for (Map.Entry<String, Entry> each : clone) {
+            if (each.getKey().startsWith(oldName)) {
+                entries.remove(each.getKey());
+                String n = newName + each.getKey().substring(oldName.length());
+                entries.put(n, each.getValue());
+            }
+        }
     }
 
     public void renameAttributes(String oldName, String newName) {
@@ -399,5 +420,90 @@ final class MemoryFileSystem extends AbstractFileSystem implements AbstractFileS
          */
         ERR.fine(sb.toString());
     }    
-    
+
+    // Support for URLs of the form memory://fs23/folder/file
+    @ServiceProvider(service=URLMapper.class)
+    public static final class Mapper extends URLMapper {
+        private static final Map<Long,Reference<FileSystem>> filesystems = new HashMap<Long,Reference<FileSystem>>(); // i.e. a sparse array by id
+        public @Override URL getURL(FileObject fo, int type) {
+            if (type != URLMapper.INTERNAL) {
+                return null;
+            }
+            try {
+                FileSystem fs = fo.getFileSystem();
+                if (fs instanceof MemoryFileSystem) {
+                    String path = fo.getPath();
+                    if (fo.isFolder()) {
+                        path += '/';
+                    }
+                    return url((MemoryFileSystem) fs, path);
+                }
+            } catch (FileStateInvalidException x) {
+                // ignore
+            }
+            return null;
+        }
+        // keep as separate method to avoid linking Handler until needed
+        private static synchronized URL url(MemoryFileSystem fs, String path) {
+            synchronized (filesystems) {
+                Reference<FileSystem> r = filesystems.get(fs.id);
+                if (r == null || r.get() == null) {
+                    r = new WeakReference<FileSystem>(fs);
+                    filesystems.put(fs.id, r);
+                }
+            }
+            try {
+                return new URL(null, Handler.PROTOCOL + "://fs" + fs.id + "/" + path, new Handler());
+            } catch (MalformedURLException x) {
+                throw new AssertionError(x);
+            }
+        }
+        private static final Pattern HOST = Pattern.compile("fs(\\d+)"); // NOI18N
+        static FileObject find(URL url) {
+            if (!Handler.PROTOCOL.equals(url.getProtocol())) {
+                return null;
+            }
+            Matcher m = HOST.matcher(url.getHost());
+            if (!m.matches()) {
+                return null;
+            }
+            Reference<FileSystem> r;
+            synchronized (filesystems) {
+                r = filesystems.get(Long.parseLong(m.group(1)));
+            }
+            if (r == null) {
+                return null;
+            }
+            FileSystem fs = r.get();
+            if (fs == null) {
+                return null;
+            }
+            return fs.findResource(url.getPath().substring(1));
+        }
+        public @Override FileObject[] getFileObjects(URL url) {
+            FileObject f = find(url);
+            return f != null ? new FileObject[] {f} : null;
+        }
+    }
+    @URLStreamHandlerRegistration(protocol=Handler.PROTOCOL)
+    public static final class Handler extends URLStreamHandler {
+        static final String PROTOCOL = "memory"; // NOI18N
+        protected @Override URLConnection openConnection(URL u) throws IOException {
+            return new MemoryConnection(u);
+        }
+        private static class MemoryConnection extends FileURL {
+            MemoryConnection(URL u) {
+                super(u);
+            }
+            public @Override synchronized void connect() throws IOException {
+                if (fo == null) {
+                    fo = Mapper.find(url);
+                }
+                if (fo == null) {
+                    throw new FileNotFoundException(url.toString());
+                }
+            }
+        }
+    }
+
 }
diff --git a/openide.filesystems/src/org/openide/filesystems/MultiFileObject.java b/openide.filesystems/src/org/openide/filesystems/MultiFileObject.java
index 82073ef..da7d20c 100644
--- a/openide.filesystems/src/org/openide/filesystems/MultiFileObject.java
+++ b/openide.filesystems/src/org/openide/filesystems/MultiFileObject.java
@@ -82,7 +82,7 @@ final class MultiFileObject extends AbstractFolder implements FileObject.Priorit
 
     /** default path separator */
     private static final char PATH_SEP = '/';
-    private static final String WEIGHT_ATTRIBUTE = "weight"; // NOI18N
+    static final String WEIGHT_ATTRIBUTE = "weight"; // NOI18N
     private static final FileSystem.AtomicAction markAtomicAction = new FileSystem.AtomicAction() {
             public void run() {
             }
@@ -849,6 +849,8 @@ final class MultiFileObject extends AbstractFolder implements FileObject.Priorit
                     }
                     Number weight = weightOf(fo, writable);
                     if (attr == null || weight.doubleValue() > maxWeight.doubleValue()) {
+                        getAttributeCache().setDelegate(fo);
+                        getAttributeCache().setAttributeName(attrName);
                         attr = o;
                         maxWeight = weight;
                     }
@@ -867,6 +869,8 @@ final class MultiFileObject extends AbstractFolder implements FileObject.Priorit
                     if (o != null) {
                         Number weight = weightOf(fo, writable);
                         if (attr == null || weight.doubleValue() > maxWeight.doubleValue()) {
+                            getAttributeCache().setDelegate(fo);
+                            getAttributeCache().setAttributeName(attrName);
                             attr = o;
                             maxWeight = weight;
                         }
@@ -908,13 +912,7 @@ final class MultiFileObject extends AbstractFolder implements FileObject.Priorit
             }
         } finally {
             attrAskedFileObject.set(previousFO);
-            }
-
-        if (o != null) {
-            getAttributeCache().setDelegate(fo);
-            getAttributeCache().setAttributeName(attrName);
         }
-
         return o;
     }
 
@@ -944,6 +942,9 @@ final class MultiFileObject extends AbstractFolder implements FileObject.Priorit
 
         if (fire) {
             oldValue = getAttribute(attrName);
+            if (oldValue == value) {
+                return;
+            }
         }
 
         if (fo == null) {
diff --git a/openide.filesystems/src/org/openide/filesystems/Ordering.java b/openide.filesystems/src/org/openide/filesystems/Ordering.java
index 4319f99..ebfa060 100644
--- a/openide.filesystems/src/org/openide/filesystems/Ordering.java
+++ b/openide.filesystems/src/org/openide/filesystems/Ordering.java
@@ -175,6 +175,12 @@ class Ordering {
             for (ChildAndPosition cap : childrenByPosition) {
                 missingPositions.remove(cap.child);
             }
+            for (Iterator<FileObject> mis = missingPositions.iterator(); mis.hasNext();) {
+                FileObject fileObject = mis.next();
+                if (fileObject.getExt().endsWith("_hidden")) { // NOI18N
+                    mis.remove();
+                }
+            }
             if (!missingPositions.isEmpty()) {
                 List<String> missingNames = new ArrayList<String>(missingPositions.size());
                 for (FileObject f : missingPositions) {
diff --git a/openide.filesystems/src/org/openide/filesystems/XMLFileSystem.java b/openide.filesystems/src/org/openide/filesystems/XMLFileSystem.java
index 283c3ef..e82068b 100644
--- a/openide.filesystems/src/org/openide/filesystems/XMLFileSystem.java
+++ b/openide.filesystems/src/org/openide/filesystems/XMLFileSystem.java
@@ -324,13 +324,13 @@ public final class XMLFileSystem extends AbstractFileSystem {
 
         if (urls.length == 0) {
             urlsToXml = urls;
-            refreshChildrenInAtomicAction((AbstractFolder) getRoot(), rootElem = new ResourceElem(true, urls, null)); // NOI18N
+            refreshChildrenInAtomicAction((AbstractFolder) getRoot(), rootElem = new ResourceElem(true, urls)); // NOI18N
             rootElem = null;
 
             return;
         }
 
-        Handler handler = new Handler(DTD_MAP, rootElem = new ResourceElem(true, urls, null), validate); // NOI18N        
+        Handler handler = new Handler(DTD_MAP, rootElem = new ResourceElem(true, urls), validate); // NOI18N        
 
         try {
             _setSystemName("XML_" + urls[0].toExternalForm().replace('/','-')); // NOI18N
@@ -600,14 +600,14 @@ public final class XMLFileSystem extends AbstractFileSystem {
         private java.util.List<ResourceElem> children;
         private java.util.List<String> names;
         private byte[] content;
+        private int weight = Integer.MIN_VALUE; // initially unset
         private java.util.List<URL> urlContext = new ArrayList<URL>();
         private XMLMapAttr foAttrs;
         private boolean isFolder;
         private String uri;
 
-        public ResourceElem(boolean isFolder, URL[] urlContext, String uri) {
+        public ResourceElem(boolean isFolder, URL[] urlContext) {
             this.isFolder = isFolder;
-            this.uri = uri;
             this.urlContext.addAll(Arrays.asList(urlContext));
 
             if (isFolder) {
@@ -616,9 +616,8 @@ public final class XMLFileSystem extends AbstractFileSystem {
             }
         }
 
-        public ResourceElem(boolean isFolder, URL urlContext, String uri) {
+        public ResourceElem(boolean isFolder, URL urlContext) {
             this.isFolder = isFolder;
-            this.uri = uri;
             this.urlContext.add(urlContext);
 
             if (isFolder) {
@@ -689,11 +688,11 @@ public final class XMLFileSystem extends AbstractFileSystem {
             return uri;
         }
 
-        void setContent(byte[] content) {
-            if (this.content == null) {
-                byte[] alloc = new byte[content.length];
-                System.arraycopy(content, 0, alloc, 0, content.length);
-                this.content = alloc;
+        void setContent(byte[] content, String uri, int weight) {
+            if (weight > this.weight) {
+                this.weight = weight;
+                this.content = content != null ? content.clone() : null;
+                this.uri = uri;
             }
         }
 
@@ -974,20 +973,17 @@ public final class XMLFileSystem extends AbstractFileSystem {
         public InputStream getInputStream(String name)
         throws java.io.FileNotFoundException {
             InputStream is = null;
+            IOException ex = null;
 
             if (content == null) {
                 return new ByteArrayInputStream(new byte[] {  });
             }
 
             if (content instanceof String) {
-                URL absURL = createAbsoluteUrl(name);
-
                 try {
-                    is = absURL.openStream();
-                } catch (IOException iox) {
-                    FileNotFoundException x = new FileNotFoundException(name);
-                    ExternalUtil.copyAnnotation(x, iox);
-                    throw x;
+                    is = createAbsoluteConnection(name).getInputStream();
+                } catch (IOException x) {
+                    ex = x;
                 }
             }
 
@@ -996,11 +992,50 @@ public final class XMLFileSystem extends AbstractFileSystem {
             }
 
             if (is == null) {
-                throw new FileNotFoundException(name);
+                FileNotFoundException fnfe = new FileNotFoundException(name);
+                if (ex != null) {
+                    fnfe.initCause(ex);
+                }
+                throw fnfe;
             }
 
             return is;
         }
+        
+        private URLConnection createAbsoluteConnection(String name) throws FileNotFoundException {
+            URLConnection conn = null;
+            IOException ex = null;
+            
+            if (!(content instanceof String)) {
+                return null;
+            }
+            String uri = (String) content;
+            URL[] uc = getLayers();
+            if (uc != null) {
+                for (URL u : uc) {
+                    try {
+                        conn = new URL(u, uri).openConnection();
+                        conn.connect();
+                        break;
+                    } catch (IOException iox) {
+                        conn = null;
+                        ex = iox;
+                    }
+
+                }
+            }
+            if (conn == null) {
+                try {
+                    conn = new URL(uri).openConnection();
+                    conn.connect();
+                } catch (IOException iox) {
+                    FileNotFoundException x = new FileNotFoundException(name);
+                    ExternalUtil.copyAnnotation(x, iox);
+                    throw x;
+                }
+            }
+            return conn;
+        }
 
         private URL createAbsoluteUrl(String name) throws java.io.FileNotFoundException {
             if (!(content instanceof String)) {
@@ -1033,9 +1068,7 @@ public final class XMLFileSystem extends AbstractFileSystem {
 
             if (content instanceof String) {
                 try {
-                    URL absURL = createAbsoluteUrl(name);
-                    URLConnection urlConnection = absURL.openConnection();
-
+                    URLConnection urlConnection = createAbsoluteConnection(name);
                     try {
                         return urlConnection.getContentLength();
                     } finally {
@@ -1131,6 +1164,8 @@ public final class XMLFileSystem extends AbstractFileSystem {
         private Map dtdMap;
         private ResourceElem topRE;
         private StringBuffer pcdata = new StringBuffer();
+        private int weight;
+        private String uri;
 
         Handler(Map dtdMap, ResourceElem rootElem, boolean validate) {
             this.dtdMap = dtdMap;
@@ -1170,7 +1205,7 @@ public final class XMLFileSystem extends AbstractFileSystem {
                     throw new SAXException(NbBundle.getMessage(XMLFileSystem.class, "XML_MisssingAttr")); // NOI18N 
                 }
 
-                ResourceElem newRes = new ResourceElem(true, urlContext, null);
+                ResourceElem newRes = new ResourceElem(true, urlContext);
 
                 topRE = topRE.addChild(foName, newRes);
                 resElemStack.push(topRE);
@@ -1185,18 +1220,19 @@ public final class XMLFileSystem extends AbstractFileSystem {
 
                 foName = foName.intern();
 
-                String uri = null;
+                uri = null;
 
                 if (amap.getLength() > 1) {
                     uri = amap.getValue("url"); // NOI18N
                 }
 
-                ResourceElem newRes = new ResourceElem(false, urlContext, uri);
+                ResourceElem newRes = new ResourceElem(false, urlContext);
 
                 topRE = topRE.addChild(foName, newRes);
                 resElemStack.push(topRE);
 
                 pcdata.setLength(0);
+                weight = 0;
 
                 return;
             }
@@ -1223,6 +1259,17 @@ public final class XMLFileSystem extends AbstractFileSystem {
                     }
                 }
 
+                if (MultiFileObject.WEIGHT_ATTRIBUTE.equals(amap.getValue("name"))) {
+                    String weightS = amap.getValue("intvalue");
+                    if (weightS != null) {
+                        try {
+                            weight = Integer.parseInt(weightS);
+                        } catch (NumberFormatException x) {
+                            // ignore here (other places should report it)
+                        }
+                    }
+                }
+
                 return;
             }
         }
@@ -1232,9 +1279,7 @@ public final class XMLFileSystem extends AbstractFileSystem {
             if ((elementStack.peek().hashCode() == FILE_CODE) && !topRE.isFolder()) {
                 String string = pcdata.toString().trim();
 
-                if (string.length() > 0) {
-                    topRE.setContent(string.getBytes());
-                }
+                topRE.setContent(string.length() > 0 ? string.getBytes() : null, this.uri, weight);
 
                 pcdata.setLength(0);
             }
diff --git a/openide.filesystems/src/org/openide/filesystems/XMLMapAttr.java b/openide.filesystems/src/org/openide/filesystems/XMLMapAttr.java
index cf8fb1a..65b50fe 100644
--- a/openide.filesystems/src/org/openide/filesystems/XMLMapAttr.java
+++ b/openide.filesystems/src/org/openide/filesystems/XMLMapAttr.java
@@ -49,6 +49,7 @@ import java.io.IOException;
 import java.io.ObjectInputStream;
 import java.io.ObjectOutputStream;
 import java.io.PrintWriter;
+import java.lang.reflect.Constructor;
 import java.lang.reflect.Method;
 import java.net.URL;
 import java.util.AbstractMap;
@@ -61,6 +62,7 @@ import java.util.Map;
 import java.util.Set;
 import java.util.SortedSet;
 import java.util.TreeSet;
+import java.util.concurrent.atomic.AtomicBoolean;
 import org.openide.util.SharedClassObject;
 import org.openide.util.Utilities;
 import org.openide.util.io.NbMarshalledObject;
@@ -149,6 +151,29 @@ final class XMLMapAttr implements Map {
         return new Attr(index, value);
     }
 
+    static Object getRawAttribute(FileObject fo, String name, AtomicBoolean ab) {
+        Object raw = fo.getAttribute("raw:" + name); // NOI18N
+        if (raw != null) {
+            if (ab != null) {
+                ab.set(true);
+            }
+            return raw;
+        }
+        if (ab != null) {
+            ab.set(false);
+        }
+        return fo.getAttribute(name);
+    }
+    private static ThreadLocal<FileObject> ATTR_FOR = new ThreadLocal<FileObject>();
+    static Object readAttribute(FileObject forFO, AbstractFileSystem.Attr attr, String path, String attrName) {
+        FileObject prev = ATTR_FOR.get();
+        try {
+            ATTR_FOR.set(forFO);
+            return attr.readAttribute(path, attrName);
+        } finally {
+            ATTR_FOR.set(prev);
+        }
+    }
     /** According to name of attribute returns attribute as object
     * @param p1 is name of attribute
     * @return attribute, which is hold in XMLMapAttr.Attr or null if such attribute doesn`t exist or isn`t able to construct form String representation
@@ -186,7 +211,7 @@ final class XMLMapAttr implements Map {
     /** implementation of Map.get. But fires Exception to have chance in
      * DefaultAttributes to catch and annotate*/
     Object getAttribute(Object attrName) throws Exception {
-        return getAttribute(attrName, null);
+        return getAttribute(attrName, new Object[] { ATTR_FOR.get(), attrName });
     }
 
     private Object getAttribute(Object attrName, Object[] params)
@@ -204,12 +229,24 @@ final class XMLMapAttr implements Map {
         if (attr == null && origAttrName.startsWith("class:")) { // NOI18N
             attr = (Attr) map.get(origAttrName.substring(6));
             retVal = attr != null ? attr.getType(params) : null;
+        } else if (attr == null && origAttrName.startsWith("raw:")) { // NOI18N
+            attr = (Attr) map.get(origAttrName.substring(4));
+            if (attr != null && attr.keyIndex == 9) {
+                return attr.methodValue(attr.value, params).getMethod();
+            }
+            if (attr != null && attr.keyIndex == 12) {
+                return attr.getType(params);
+            }
         } else {
-            try {
-                retVal = (attr == null) ? attr : attr.get(params);
-            } catch (Exception e) {
-                ExternalUtil.annotate(e, "attrName = " + attrName); //NOI18N
-                throw e;
+            if (keyValuePair[1] instanceof ModifiedAttribute) {
+                return attr;
+            } else {
+                try {
+                    retVal = (attr == null) ? attr : attr.get(params);
+                } catch (Exception e) {
+                    ExternalUtil.annotate(e, "attrName = " + attrName); //NOI18N
+                    throw e;
+                }
             }
         }
 
@@ -244,8 +281,22 @@ final class XMLMapAttr implements Map {
         Object[] keyValuePair = ModifiedAttribute.translateInto((String) p1, p2);
         String key = (String) keyValuePair[0];
         Object value = keyValuePair[1];
-        Object toStore = ((value == null) || value instanceof Attr) ? value : new Attr(value);
-
+        Object toStore;
+        if (value == null) {
+            toStore = null;
+        } else if (value instanceof Attr) {
+            toStore = value;
+        } else if (value instanceof Method && key.startsWith("methodvalue:")) { // NOI18N
+            Method m = (Method)value;
+            key = key.substring("methodvalue:".length()); // NOI18N
+            toStore = new Attr("methodvalue", m.getDeclaringClass().getName() + '.' + m.getName()); // NOI18N
+        } else if (value instanceof Class && key.startsWith("newvalue:")) { // NOI18N
+            Class<?> c = (Class<?>)value;
+            key = key.substring("newvalue:".length()); // NOI18N
+            toStore = new Attr("newvalue", c.getName()); // NOI18N
+        } else {
+            toStore = new Attr(value);
+        }
         if (decode) {
             key = Attr.decode(key).intern();
         }
@@ -621,19 +672,11 @@ final class XMLMapAttr implements Map {
         }
 
         /**
-        * Constructs new attribute as Object. Used for static creation from literal or serialValue.
-        * @return new attribute as Object
-        */
-        private Object get() throws Exception {
-            return getObject(null); //getObject is ready to aobtain null
-        }
-
-        /**
          * Constructs new attribute as Object. Used for dynamic creation: methodvalue .
          * @param objs has sense only for methodvalue invocation; and only 2 parametres will be used
          *@return new attribute as Object
          */
-        private Object get(Object[] objs) throws Exception {
+        final Object get(Object[] objs) throws Exception {
             return getObject(objs);
         }
 
@@ -927,7 +970,9 @@ final class XMLMapAttr implements Map {
                         if (SharedClassObject.class.isAssignableFrom(cls)) {
                             return SharedClassObject.findObject(cls, true);
                         } else {
-                            return cls.newInstance();
+                            Constructor<?> init = cls.getDeclaredConstructor();
+                            init.setAccessible(true);
+                            return init.newInstance((Object[]) null);
                         }
                     case 13:
                         String[] arr = value.split("#", 2); // NOI18N
@@ -1216,6 +1261,9 @@ final class XMLMapAttr implements Map {
 
         @Override
         public Object get(Object key) {
+            if (key == FileObject.class) {
+                return fo;
+            }
             return key instanceof String ? fo.getAttribute((String)key) : null;
         }
 
@@ -1234,8 +1282,9 @@ final class XMLMapAttr implements Map {
             if (!(obj instanceof Map)) {
                 return false;
             }
-            if (obj instanceof FileMap) {
-                return fo.equals(((FileMap)obj).fo);
+            Object o = ((Map)obj).get(FileObject.class);
+            if (o != null) {
+                return fo.equals(o);
             }
             return obj.equals(this);
         }
diff --git a/openide.filesystems/src/org/openide/filesystems/annotations/LayerBuilder.java b/openide.filesystems/src/org/openide/filesystems/annotations/LayerBuilder.java
index 3a84374..2ecb77a 100644
--- a/openide.filesystems/src/org/openide/filesystems/annotations/LayerBuilder.java
+++ b/openide.filesystems/src/org/openide/filesystems/annotations/LayerBuilder.java
@@ -67,6 +67,7 @@ import javax.lang.model.type.TypeMirror;
 import javax.lang.model.util.ElementFilter;
 import javax.tools.Diagnostic.Kind;
 import javax.tools.StandardLocation;
+import org.openide.util.NbBundle.Messages;
 import org.w3c.dom.Document;
 import org.w3c.dom.Node;
 import org.w3c.dom.NodeList;
@@ -119,6 +120,11 @@ public final class LayerBuilder {
 
     void close() {
         for (File f : unwrittenFiles) {
+            if (f.getPath().startsWith("dummy/")) {
+                // ActionProcessor calls instanceFile purely to check for LayerGenerationException.
+                // Better would be to factor out the type-checking into its own set of utility methods.
+                continue;
+            }
             processingEnv.getMessager().printMessage(Kind.WARNING, "layer file " + f.getPath() + " was never written");
         }
         unwrittenFiles.clear();
@@ -510,7 +516,7 @@ public final class LayerBuilder {
          */
         public File bundlevalue(String attr, String label) throws LayerGenerationException {
             String javaIdentifier = "(?:\\p{javaJavaIdentifierStart}\\p{javaJavaIdentifierPart}*)";
-            Matcher m = Pattern.compile("((?:" + javaIdentifier + "\\.)+[^\\s.#]+)?#(\\S+)").matcher(label);
+            Matcher m = Pattern.compile("((?:" + javaIdentifier + "\\.)+[^\\s.#]+)?#(\\S*)").matcher(label);
             if (m.matches()) {
                 String bundle = m.group(1);
                 String key = m.group(2);
@@ -524,38 +530,54 @@ public final class LayerBuilder {
                     }
                     bundle = ((PackageElement) referenceElement).getQualifiedName() + ".Bundle";
                 }
-                if (processingEnv != null) {
-                    String resource = bundle.replace('.', '/') + ".properties";
-                    try {
-                        InputStream is;
-                        try {
-                            is = processingEnv.getFiler().getResource(StandardLocation.SOURCE_PATH, "", resource).openInputStream();
-                        } catch (FileNotFoundException x) { // #181355
-                            try {
-                                is = processingEnv.getFiler().getResource(StandardLocation.CLASS_OUTPUT, "", resource).openInputStream();
-                            } catch (IOException x2) {
-                                throw x;
-                            }
-                        }
-                        try {
-                            Properties p = new Properties();
-                            p.load(is);
-                            if (p.getProperty(key) == null) {
-                                throw new LayerGenerationException("No key '" + key + "' found in " + resource, originatingElement);
-                            }
-                        } finally {
-                            is.close();
-                        }
-                    } catch (IOException x) {
-                        throw new LayerGenerationException("Could not open " + resource + ": " + x, originatingElement);
-                    }
-                }
+                verifyBundleKey(bundle, key, m.group(1) == null);
                 bundlevalue(attr, bundle, key);
             } else {
                 stringvalue(attr, label);
             }
             return this;
         }
+        private void verifyBundleKey(String bundle, String key, boolean samePackage) throws LayerGenerationException {
+            if (processingEnv == null) {
+                return;
+            }
+            if (samePackage) {
+                for (Element e = originatingElement; e != null; e = e.getEnclosingElement()) {
+                    Messages m = e.getAnnotation(Messages.class);
+                    if (m != null) {
+                        for (String kv : m.value()) {
+                            if (kv.startsWith(key + "=")) {
+                                return;
+                            }
+                        }
+                    }
+                }
+            }
+            String resource = bundle.replace('.', '/') + ".properties";
+            try {
+                InputStream is;
+                try {
+                    is = processingEnv.getFiler().getResource(StandardLocation.SOURCE_PATH, "", resource).openInputStream();
+                } catch (FileNotFoundException x) { // #181355
+                    try {
+                        is = processingEnv.getFiler().getResource(StandardLocation.CLASS_OUTPUT, "", resource).openInputStream();
+                    } catch (IOException x2) {
+                        throw x;
+                    }
+                }
+                try {
+                    Properties p = new Properties();
+                    p.load(is);
+                    if (p.getProperty(key) == null) {
+                        throw new LayerGenerationException("No key '" + key + "' found in " + resource, originatingElement);
+                    }
+                } finally {
+                    is.close();
+                }
+            } catch (IOException x) {
+                throw new LayerGenerationException("Could not open " + resource + ": " + x, originatingElement);
+            }
+        }
 
         /**
          * Adds an attribute which deserializes a Java value.
diff --git a/openide.filesystems/test/unit/src/org/netbeans/modules/openide/filesystems/declmime/MIMEResolverImplTest.java b/openide.filesystems/test/unit/src/org/netbeans/modules/openide/filesystems/declmime/MIMEResolverImplTest.java
index 9ee0432..052cc8b 100644
--- a/openide.filesystems/test/unit/src/org/netbeans/modules/openide/filesystems/declmime/MIMEResolverImplTest.java
+++ b/openide.filesystems/test/unit/src/org/netbeans/modules/openide/filesystems/declmime/MIMEResolverImplTest.java
@@ -52,9 +52,7 @@ import java.util.logging.Handler;
 import java.util.logging.Level;
 import java.util.logging.LogRecord;
 import java.util.logging.Logger;
-import junit.framework.Test;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileSystem;
 import org.openide.filesystems.MIMEResolver;
@@ -65,28 +63,22 @@ public class MIMEResolverImplTest extends NbTestCase {
     List<MIMEResolver> resolvers;
     FileObject root;
     FileObject resolversRoot;
+    Logger LOG;
            
     public MIMEResolverImplTest(String testName) {
         super(testName);
     }
 
-    public static Test suite() {
-        Test suite = null;
-        //suite = new MIMEResolverImplTest("testPatternElement");
-        if (suite == null) {
-            suite = new NbTestSuite(MIMEResolverImplTest.class);
-        }
-        return suite;
-    }
-
     @Override
     protected Level logLevel() {
-        return Level.OFF;
+        return Level.INFO;
     }
 
     @SuppressWarnings("deprecation")
     @Override
     protected void setUp() throws Exception {
+        LOG = Logger.getLogger("test.mime.resolver");
+        
         URL u = this.getClass().getResource ("code-fs.xml");        
         FileSystem fs = new XMLFileSystem(u);
         
@@ -226,6 +218,8 @@ public class MIMEResolverImplTest extends NbTestCase {
             @Override
             public void publish(LogRecord record) {
                 if (record.getThrown().getMessage().startsWith("Second pattern element on the same level not allowed")) {
+                    LOG.info("failed.set(true");
+                    LOG.log(record);
                     failed.set(true);
                 }
             }
@@ -244,8 +238,10 @@ public class MIMEResolverImplTest extends NbTestCase {
         assertFalse("Pattern elements in patternValid.xml not parsed.", failed.get());
 
         failed.set(false);
+        LOG.info("Clearing the flag");
         declarativeResolver = MIMEResolverImpl.forDescriptor(resolversRoot.getFileObject("pattern-resolver-invalid1.xml"));
         declarativeResolver.findMIMEType(root.getFileObject("empty.dtd"));
+        LOG.info("Verify");
         assertTrue("Pattern elements in patternInvalid1.xml should not be parsed.", failed.get());
 
         failed.set(false);
diff --git a/openide.filesystems/test/unit/src/org/openide/filesystems/AttributesTestHidden.java b/openide.filesystems/test/unit/src/org/openide/filesystems/AttributesTestHidden.java
index 260d793..47a1592 100644
--- a/openide.filesystems/test/unit/src/org/openide/filesystems/AttributesTestHidden.java
+++ b/openide.filesystems/test/unit/src/org/openide/filesystems/AttributesTestHidden.java
@@ -47,6 +47,7 @@ package org.openide.filesystems;
 
 import java.util.*;
 import java.io.*;
+import java.lang.reflect.Method;
 
 /**
  *
@@ -284,6 +285,59 @@ public class AttributesTestHidden extends TestBaseHid {
         assertTrue (TEST_ERR,testedFS != null);                    
     }*/
 
+    public void testFileUtilCopyAttributes() throws Exception {
+        assertTrue(TEST_ERR, testedFS != null);
+        if (testedFS.isReadOnly()) {
+            return;
+        }
+
+        File f = new File(getWorkDir(), "sample.xml");
+        FileOutputStream fos = new FileOutputStream(f);
+        fos.write(("<?xml version='1.0' encoding='UTF-8'?>" +
+                "<!DOCTYPE filesystem PUBLIC '-//NetBeans//DTD Filesystem 1.2//EN' 'http://www.netbeans.org/dtds/filesystem-1_2.dtd'>" +
+                "<filesystem>" +
+                "<folder name='Templates'>" +
+                "<folder name='Other'>" +
+                "<file name='special'>" +
+                "  <attr name='ii' methodvalue='" + AttributesTestHidden.class.getName() + ".hello'/>" +
+                "  <attr name='temp' boolvalue='true'/>" +
+                "</file></folder></folder></filesystem>"
+        ).getBytes());
+        fos.close();
+
+        XMLFileSystem xfs = new XMLFileSystem(f.toURI().toURL());
+        FileObject template = xfs.findResource("Templates/Other/special");
+        assertNotNull("template found", template);
+        FileObject foTested = testedFS.getRoot().createData("copiedTemplate");
+        FileUtil.copyAttributes(template, foTested);
+        assertEquals("template copied too", Boolean.TRUE, foTested.getAttribute("temp"));
+        assertEquals("instantiatingIterator called", "Hello ii at copiedTemplate", foTested.getAttribute("ii"));
+    }
+
+    public static String hello(FileObject obj, String attr) {
+        return "Hello " + attr + "@" + obj.getNameExt();
+    }
+
+    public void testSetMethodGetResult() throws Exception {
+        assertTrue(TEST_ERR, testedFS != null);
+        if (testedFS.isReadOnly()) {
+            return;
+        }
+
+        FileObject foTested = testedFS.getRoot().createData("copiedTemplate");
+        Method m = AttributesTestHidden.class.getDeclaredMethod("hello", FileObject.class, String.class);
+        foTested.setAttribute("methodvalue:ii", m);
+
+        assertEquals("instantiatingIterator called", "Hello ii at copiedTemplate", foTested.getAttribute("ii"));
+    }
+
+    public static final class Data {
+        static int cnt;
+        
+        public Data() {
+            cnt++;
+        }
+    } // end of Data
 }
 
 
diff --git a/openide.filesystems/test/unit/src/org/openide/filesystems/FileObjectTestHid.java b/openide.filesystems/test/unit/src/org/openide/filesystems/FileObjectTestHid.java
index 084f22f..0107478 100644
--- a/openide.filesystems/test/unit/src/org/openide/filesystems/FileObjectTestHid.java
+++ b/openide.filesystems/test/unit/src/org/openide/filesystems/FileObjectTestHid.java
@@ -278,6 +278,30 @@ public class FileObjectTestHid extends TestBaseHid {
         }
     }
     
+    public void testFewRenames() throws Exception {
+        checkSetUp();
+        FileObject fold = getTestFolder1(root);
+        FileObject fo1 = getTestFile1(fold);
+
+        FileLock lock;
+        try {
+            lock = fo1.lock();
+        } catch (IOException iex) {
+            fsAssert(
+                "expected copy will success on writable FS",
+                fs.isReadOnly() || fo1.isReadOnly()
+            );
+            return;
+        }
+        fo1.rename(lock, "Aaa", "java");
+        assertEquals("Name is Aaa", "Aaa", fo1.getName());
+        fo1.rename(lock, "bbb", "java");
+        assertEquals("Name is bbb", "bbb", fo1.getName());
+        fo1.rename(lock, "aaa", "java");
+        assertEquals("Name is lowercase", "aaa", fo1.getName());
+        lock.releaseLock();
+    }
+    
     /** Test of copy method, of class org.openide.filesystems.FileObject. */
     public void  testCopy()  {
         checkSetUp();
@@ -324,6 +348,76 @@ public class FileObjectTestHid extends TestBaseHid {
         value.equals((String)fo3.getAttribute(attrName)) );
         fileDataCreatedAssert("parent should fire fileDataCreated",1);
     }
+
+    public void  testCreateAndOpen() throws Exception {
+        checkSetUp();
+        FileObject f;
+        try {
+            f = getTestFolder1(root).createFolder("createAndOpen");
+        } catch (IOException iex) {
+            fsAssert("If read only FS, then OK to fail",
+            fs.isReadOnly());
+            return;
+        }
+        final FileObject fold = f;
+        
+        class L extends FileChangeAdapter {
+            String dataCreated;
+            String changed;
+
+            @Override
+            public synchronized void fileDataCreated(FileEvent fe) {
+                try {
+                    FileObject ch = fold.getFileObject("child.txt");
+                    assertNotNull("Child found", ch);
+                    
+                    dataCreated = ch.asText();
+                    notifyAll();
+                } catch (IOException ex) {
+                    throw new IllegalStateException(ex);
+                }
+            }
+
+            @Override
+            public synchronized void fileChanged(FileEvent fe) {
+                try {
+                    FileObject ch = fold.getFileObject("child.txt");
+                    assertNotNull("Child found", ch);
+
+                    changed = ch.asText();
+                    notifyAll();
+                } catch (IOException ex) {
+                    throw new IllegalStateException(ex);
+                }
+            }
+            
+
+            public synchronized void waitEvents() throws InterruptedException {
+                for (int i = 0; i < 100; i++) {
+                    if (changed != null && dataCreated != null) {
+                        break;
+                    }
+                    wait(100);
+                }
+            }
+        }
+
+        L l = new L();
+        fold.addFileChangeListener(l);
+        assertEquals("No children", 0, fold.getChildren().length);
+        
+        OutputStream os = fold.createAndOpen("child.txt");
+        os.write("Ahoj".getBytes());
+        os.close();
+        
+        FileObject ch = fold.getFileObject("child.txt");
+        assertNotNull("Child found", ch);
+        assertEquals("Right content now", "Ahoj", ch.asText());
+        
+        l.waitEvents();
+        assertEquals("Right content when changed", "Ahoj", l.changed);
+        assertEquals("Right content when created", "Ahoj", l.dataCreated);
+    }
     
     /** Test of copy method, of class org.openide.filesystems.FileObject. */
     public void  testCopy1_FS() throws IOException {
@@ -643,6 +737,38 @@ public class FileObjectTestHid extends TestBaseHid {
         fsAssert("findResource problem", result != null);
         fsAssert("findResource problem",fo1.equals(result));
     }
+
+    public void  testGetPathWithDots() {
+        checkSetUp();
+        FileObject fold1 = getTestFolder1(root);
+        FileObject fold2 = getTestFolder1(fold1);
+        
+        assertEquals("Is parent", fold1, fold2.getParent());
+        assertEquals(".. goes to parent", fold1, fold2.getFileObject(".."));
+    }
+
+    public void  testFindResourceWithDots() throws Exception {
+        checkSetUp();
+        FileObject fold1 = getTestFolder1(root);
+        FileObject fold2 = getTestFolder1(fold1);
+        
+        String[] arr = fold2.getPath().split("/");
+        StringBuilder sb = new StringBuilder();
+        boolean first = true;
+        for (String s : arr) {
+            sb.append(s);
+            if (first) {
+                first = false;
+            } else {
+                sb.append("/../").append(s);
+            }
+            sb.append('/');
+        }
+        assertEquals(
+            "Properly found", fold2,
+            fold2.getFileSystem().findResource(sb.toString())
+        );
+    }
     
     public void  testGetPath2() {
         checkSetUp();
@@ -706,6 +832,30 @@ public class FileObjectTestHid extends TestBaseHid {
         fsAssert("findResource problem",fo1.equals(result));
     }
 
+    public void testGetPathNoParent() throws  IOException{
+        checkSetUp();
+        FileObject fold1 = getTestFolder1(root);
+        FileObject fold2 = getTestFolder1(fold1);
+
+        FileObject fo1 = null;
+        FileObject fo2 = null;
+        try {
+            fo1 = FileUtil.createData(fold2, "a/b/c.java");        
+            fo2 = FileUtil.createData(fold2, "a/x/y.java");        
+        } catch (IOException iex) {
+            fsAssert("There is not possible to create folder a.b.c",
+            fs.isReadOnly() || fold2.isReadOnly());
+            return;
+        }
+        
+        FileObject r1 = fo1.getParent().getParent().getFileObject("x/y.java");
+        FileObject r2 = fo1.getParent().getFileObject("../x/y.java");
+        FileObject r3 = fo1.getFileObject("../../x/y.java");
+        assertEquals("y.java found without ..", fo2, r1);
+        assertEquals("y.java found with ..", fo2, r2);
+        assertEquals("y.java found with ../..", fo2, r3);
+    }
+
     public void  testGetPath5() throws  IOException{
         checkSetUp();
         FileObject fold1 = getTestFolder1(root);
@@ -822,6 +972,49 @@ public class FileObjectTestHid extends TestBaseHid {
         fileDeletedAssert("fireFileDeletedEvent should not be fired ",0);
         fileChangedAssert("fireFileChangedEvent should not be fired ",0);
     }
+    
+    public void testRenameFolder() throws Exception {
+        FileObject data;
+        try {
+            data = FileUtil.createData(root, "one/two/three/X.java");
+        } catch (IOException iex) {
+            fsAssert("createData fired IOException. So there was expected fs or fo are read-only: " + iex.toString() ,
+            fs.isReadOnly() || root.isReadOnly());
+            fileDataCreatedAssert("fs or fo is read-only. So no event should be fired",0);
+            return;
+        }        
+        FileObject two = data.getParent().getParent();
+        registerDefaultListener(data.getFileSystem());
+        {
+            Enumeration<? extends FileObject> en = two.getParent().getChildren(true);
+            int cnt = 0;
+            while (en.hasMoreElements()) {
+                FileObject fo = en.nextElement();
+                if (fo.isData()) {
+                    cnt++;
+                }
+            }
+            assertEquals("One data object found", 1, cnt);
+        }
+        FileLock lock = two.lock();
+        two.rename(lock, "dva", null);
+        lock.releaseLock();
+
+        {
+            Enumeration<? extends FileObject> en = two.getParent().getChildren(true);
+            int cnt = 0;
+            while (en.hasMoreElements()) {
+                FileObject fo = en.nextElement();
+                if (fo.isData()) {
+                    cnt++;
+                }
+            }
+            assertEquals("One data object found", 1, cnt);
+        }
+        
+        fileRenamedAssert("One rename", 1);
+        
+    }
 
     /** Test of fireFileDataCreatedEvent method, of class org.openide.filesystems.FileObject. */
     public void  testFireFileDataCreatedEvent_FS() throws IOException {
@@ -1086,6 +1279,39 @@ public class FileObjectTestHid extends TestBaseHid {
         fileFolderCreatedAssert("fireFolderDataCreatedEvent  should not be fired ",0);
         fileDeletedAssert("fireFileDeletedEvent should not be fired ",0);
     }
+    
+    public void  testCaseSensitiveRename() throws Exception {
+        checkSetUp();
+        FileObject fo = getTestFile1(root);
+        registerDefaultListener(fo);
+        FileLock lock = null;
+        String uName = fo.getName().toUpperCase();
+        String uExt = fo.getExt().toUpperCase();
+        try {
+            lock = fo.lock();
+            fo.rename(lock,uName, uExt);
+        } catch (IOException iex) {
+            if (!fs.isReadOnly() && !root.isReadOnly()) {
+                throw iex;
+            }
+            fsAssert("FileObject could not be renamed. So there was expected fs or fo are read-only",
+            fs.isReadOnly() || root.isReadOnly());
+            fileRenamedAssert("fs or fo is read-only. So no event should be fired",0);
+            return;
+        } finally {
+            if (lock != null) lock.releaseLock();
+        }
+        
+        fileRenamedAssert("One rename event",1);        
+        fileDataCreatedAssert("fireFileDataCreatedEvent should not be fired ",0);
+        fileFolderCreatedAssert("fireFolderDataCreatedEvent  should not be fired ",0);
+        fileDeletedAssert("fireFileDeletedEvent should not be fired ",0);
+        
+        File real = FileUtil.toFile(fo);
+        if (real != null) {
+            assertEquals("Renamed too", real.getName(), uName + '.' + uExt);
+        }
+    }
 
     /** Test of fireFileRenamedEvent method, of class org.openide.filesystems.FileObject. */
     public void  testFireFileRenamedEvent_FS() {
@@ -2795,7 +3021,7 @@ public class FileObjectTestHid extends TestBaseHid {
             String path2 = path1 + f2.getNameExt();
             assertNull("No query for " + uri1, uri1.getQuery());
             assertNull("No fragment for " + uri1, uri1.getFragment());
-            URI uri2 = new URI(uri1.getScheme(), path2, null);
+            URI uri2 = new URI(uri1.getScheme(), uri1.getHost(), path2, null);
             Repository.getDefault().addFileSystem(fs); // so that fFO will work
             FileObject[] fos;
             try {
@@ -2809,7 +3035,28 @@ public class FileObjectTestHid extends TestBaseHid {
             // it this way.
         }
     }
+
+    public void testCreateDataWithSlash() throws Exception {
+        checkSetUp();
+        final FileObject fold = getTestFolder1(root);
+        try {
+            FileObject none = fold.createData("name/slash");
+            fail("FileObject shall not be created: " + none);
+        } catch (IOException ex) {
+            // OK
+        }
+    }
     
+    public void testCreateDataWithBackSlash() throws Exception {
+        checkSetUp();
+        final FileObject fold = getTestFolder1(root);
+        try {
+            FileObject none = fold.createData("name\\backslash");
+            fail("FileObject shall not be created: " + none);
+        } catch (IOException ex) {
+            // OK
+        }
+    }
  
     /*#46885: File not refreshed in editor if modified externally the first time after an internal modification*/
     public void testExternalChange () throws Exception {        
diff --git a/openide.filesystems/test/unit/src/org/openide/filesystems/FileUtilTest.java b/openide.filesystems/test/unit/src/org/openide/filesystems/FileUtilTest.java
index 9fc20eb..c7385f5 100644
--- a/openide.filesystems/test/unit/src/org/openide/filesystems/FileUtilTest.java
+++ b/openide.filesystems/test/unit/src/org/openide/filesystems/FileUtilTest.java
@@ -56,9 +56,8 @@ import java.util.logging.Handler;
 import java.util.logging.Level;
 import java.util.logging.LogRecord;
 import java.util.logging.Logger;
-import junit.framework.Test;
+import org.netbeans.junit.Log;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.netbeans.junit.RandomlyFails;
 import org.openide.filesystems.test.TestFileUtils;
 import org.openide.util.Exceptions;
@@ -75,21 +74,23 @@ public class FileUtilTest extends NbTestCase {
         super(n);
     }
 
-    public static Test suite() {
-        Test suite = null;
-            //suite = new FileUtilTest("testNormalizeFile");
-        if (suite == null) {
-            suite = new NbTestSuite(FileUtilTest.class);
-        }
-        return suite;
-    }
-
     @Override
     public void setUp() throws IOException {
         // folder of declarative resolvers must exist before MIME resolvers tests
         FileUtil.createFolder(FileUtil.getConfigRoot(), "Services/MIMEResolver");
     }
 
+    public void testWrongNormalization() throws Exception {
+        CharSequence log = Log.enable("org.openide.filesystems", Level.WARNING);
+        final File file = new File("/../../tmp/");
+        final File normalizedFile = FileUtil.normalizeFile(file);
+        FileUtil.addFileChangeListener(
+            new FileChangeAdapter() {},
+            normalizedFile
+        );
+        assertEquals("No warnings:\n" + log, 0, log.length());
+    }
+
     public void testToFileObjectSlash() throws Exception { // #98388
         if (!Utilities.isUnix()) {
             return;
@@ -252,6 +253,44 @@ public class FileUtilTest extends NbTestCase {
     /** Tests normalizeFile() method. */
     public void testNormalizeFile() throws IOException {
         // pairs of path before and after normalization
+        Map<String, String> paths = createNormalizedPaths();
+
+        for (String path : paths.keySet()) {
+            File file = new File(path);
+            assertTrue("Idempotency violated for path: " + path, FileUtil.normalizeFile(FileUtil.normalizeFile(file)).equals(FileUtil.normalizeFile(file)));
+            assertEquals("File not normalized: " + path, paths.get(path), FileUtil.normalizeFile(file).getPath());
+        }
+    }
+
+    public void testNormalizeFileIsCached() throws Exception {
+        File f = new File(getWorkDir(), "text.txt");
+        CharSequence log = Log.enable(FileUtil.class.getName(), Level.FINE);
+        File one = FileUtil.normalizeFile(f);
+        String msg = "FileUtil.normalizeFile for " + f;
+        if (log.toString().indexOf(msg) == -1) {
+            fail("One querfy for the file shall be in logs:\n" + log);
+        }
+        CharSequence log2 = Log.enable(FileUtil.class.getName(), Level.FINE);
+        File two = FileUtil.normalizeFile(f);
+        if (log2.toString().contains(msg)) {
+            fail("No second FileUtil.normalizeFile for in:\n" + log);
+        }
+        assertEquals("Files are equal", one, two);
+    }
+
+    /** Tests normalizePath() method. */
+    public void testNormalizePath() throws IOException {
+        // pairs of path before and after normalization
+        Map<String, String> paths = createNormalizedPaths();
+
+        for (String path : paths.keySet()) {
+            assertTrue("Idempotency violated for path: " + path, FileUtil.normalizePath(FileUtil.normalizePath(path)).equals(FileUtil.normalizePath(path)));
+            assertEquals("File path not normalized: " + path, paths.get(path), FileUtil.normalizePath(path));
+        }
+    }
+
+    private Map<String, String> createNormalizedPaths() throws IOException {
+        // pairs of path before and after normalization
         Map<String, String> paths = new HashMap<String, String>();
         if (Utilities.isWindows()) {
             paths.put("A:\\", "A:\\");
@@ -290,12 +329,24 @@ public class FileUtilTest extends NbTestCase {
         // #137407 - java.io.File(".") should be normalized
         paths.put(".", new File(".").getCanonicalPath());
         paths.put("..", new File("..").getCanonicalPath());
-
-        for (String path : paths.keySet()) {
-            File file = new File(path);
-            assertTrue("Idempotency violated for path: " + path, FileUtil.normalizeFile(FileUtil.normalizeFile(file)).equals(FileUtil.normalizeFile(file)));
-            assertEquals("File not normalized: " + path, paths.get(path), FileUtil.normalizeFile(file).getPath());
+        return paths;
+    }
+    
+    public void testNormalizePathIsCached() throws Exception {
+        File f = new File(getWorkDir(), "textPath.txt");
+        String path = f.getPath();
+        CharSequence log = Log.enable(FileUtil.class.getName(), Level.FINE);
+        String one = FileUtil.normalizePath(path);
+        String msg = "FileUtil.normalizeFile for " + f;
+        if (log.toString().indexOf(msg) == -1) {
+            fail("One querfy for the file shall be in logs:\n" + log);
+        }
+        CharSequence log2 = Log.enable(FileUtil.class.getName(), Level.FINE);
+        String two = FileUtil.normalizePath(path);
+        if (log2.toString().contains(msg)) {
+            fail("No second FileUtil.normalizeFile for in:\n" + log);
         }
+        assertEquals("Files are equal", one, two);
     }
 
     /** Tests that only resolvers are queried which supply at least one of
diff --git a/openide.filesystems/test/unit/src/org/openide/filesystems/FileUtilTestHidden.java b/openide.filesystems/test/unit/src/org/openide/filesystems/FileUtilTestHidden.java
index 04cf97a..5c5ebba 100644
--- a/openide.filesystems/test/unit/src/org/openide/filesystems/FileUtilTestHidden.java
+++ b/openide.filesystems/test/unit/src/org/openide/filesystems/FileUtilTestHidden.java
@@ -147,6 +147,7 @@ public class FileUtilTestHidden extends TestBaseHid {
         if (Utilities.isUnix()) {
             assertEquals(new File("/"), FileUtil.normalizeFile(new File("/..")));
             assertEquals(new File("/"), FileUtil.normalizeFile(new File("/../.")));
+            assertEquals(new File("/tmp"), FileUtil.normalizeFile(new File("/../../tmp")));
         }
     }
 
diff --git a/openide.filesystems/test/unit/src/org/openide/filesystems/LocalFileSystemExternalTouchTest.java b/openide.filesystems/test/unit/src/org/openide/filesystems/LocalFileSystemExternalTouchTest.java
index 6cecb5f..107782b 100644
--- a/openide.filesystems/test/unit/src/org/openide/filesystems/LocalFileSystemExternalTouchTest.java
+++ b/openide.filesystems/test/unit/src/org/openide/filesystems/LocalFileSystemExternalTouchTest.java
@@ -51,6 +51,7 @@ import java.lang.ref.WeakReference;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import org.netbeans.junit.NbTestCase;
+import org.openide.util.test.TestFileUtils;
 
 public class LocalFileSystemExternalTouchTest extends NbTestCase {
     private Logger LOG;
@@ -114,11 +115,10 @@ public class LocalFileSystemExternalTouchTest extends NbTestCase {
         L listener = new L();
         testFolder.addRecursiveListener(listener);
 
-        Thread.sleep(1000);
-
         FileOutputStream os = new FileOutputStream(file);
         os.write(10);
         os.close();
+        TestFileUtils.touch(file, null);
 
         if (lm > file.lastModified() - 50) {
             fail("New modification time shall be at last 50ms after the original one: " + (file.lastModified() - lm));
@@ -143,8 +143,6 @@ public class LocalFileSystemExternalTouchTest extends NbTestCase {
         Reference<FileObject> ref = new WeakReference<FileObject>(fileObject1);
         assertGC("File Object can disappear", ref);
 
-        Thread.sleep(100);
-
         class L extends FileChangeAdapter {
             int cnt;
             FileEvent event;
@@ -161,6 +159,7 @@ public class LocalFileSystemExternalTouchTest extends NbTestCase {
 
         File nfile = new File(file.getParentFile(), "new.txt");
         nfile.createNewFile();
+        TestFileUtils.touch(nfile, null);
 
         testFolder.refresh();
 
@@ -180,8 +179,6 @@ public class LocalFileSystemExternalTouchTest extends NbTestCase {
         Reference<FileObject> ref = new WeakReference<FileObject>(fileObject1);
         assertGC("File Object can disappear", ref);
 
-        Thread.sleep(100);
-
         class L extends FileChangeAdapter {
             int cnt;
             FileEvent event;
@@ -195,7 +192,7 @@ public class LocalFileSystemExternalTouchTest extends NbTestCase {
         }
         L listener = new L();
         testFolder.addRecursiveListener(listener);
-
+        TestFileUtils.touch(file, null);
         file.delete();
 
         testFolder.refresh();
@@ -249,9 +246,6 @@ public class LocalFileSystemExternalTouchTest extends NbTestCase {
             }
 
             public void fileAttributeChanged(FileAttributeEvent fe) {
-                if (fe.getName().startsWith("DataEditorSupport.read-only.refresh")) {
-                    return;
-                }
                 LOG.info("AttributeChanged: " + fe.getFile());
                 sb.append("AttributeChanged");
             }
@@ -269,10 +263,9 @@ public class LocalFileSystemExternalTouchTest extends NbTestCase {
         sub.addRecursiveListener(recursive);
         LOG.info("Adding listener finished");
 
-        Thread.sleep(1000);
-
         File fo = new File(fobj.getParentFile(), "sibling.java");
         fo.createNewFile();
+        TestFileUtils.touch(fo, null);
         LOG.info("sibling created, now refresh");
         lfs.refresh(true);
         LOG.info("sibling refresh finished");
@@ -280,11 +273,10 @@ public class LocalFileSystemExternalTouchTest extends NbTestCase {
         recursive.assertMessages("Creation", "DataCreated");
         flat.assertMessages("No messages in flat mode", "");
 
-        Thread.sleep(1000);
-
         final OutputStream os = new FileOutputStream(fo);
         os.write(10);
         os.close();
+        TestFileUtils.touch(fo, fobj);
         LOG.info("Before refresh");
         lfs.refresh(true);
         LOG.info("After refresh");
diff --git a/openide.filesystems/test/unit/src/org/openide/filesystems/MIMESupportResolversTest.java b/openide.filesystems/test/unit/src/org/openide/filesystems/MIMESupportResolversTest.java
index ec5aed6..26bdb5c 100644
--- a/openide.filesystems/test/unit/src/org/openide/filesystems/MIMESupportResolversTest.java
+++ b/openide.filesystems/test/unit/src/org/openide/filesystems/MIMESupportResolversTest.java
@@ -43,21 +43,11 @@
  */
 package org.openide.filesystems;
 
-import java.net.URL;
-import java.net.URLClassLoader;
 import java.util.logging.Handler;
 import java.util.logging.Level;
 import java.util.logging.LogRecord;
 import java.util.logging.Logger;
 import junit.framework.*;
-import org.openide.ErrorManager;
-import java.awt.Component;
-import java.awt.Image;
-import java.awt.MediaTracker;
-import java.awt.Toolkit;
-import java.awt.image.BufferedImage;
-import java.awt.image.ImageObserver;
-import java.lang.ref.*;
 import java.util.*;
 
 /**
@@ -76,18 +66,6 @@ public class MIMESupportResolversTest extends TestCase {
         super (testName);
     }
 
-    protected void setUp () throws Exception {
-    }
-
-    protected void tearDown () throws Exception {
-    }
-
-    public static Test suite () {
-        TestSuite suite = new TestSuite(MIMESupportResolversTest.class);
-        return suite;
-    }
-    
-    
     public void testWrongImplOfGetResolvers() throws Exception {
         MIMEResolver[] all = MIMESupport.getResolvers();
         assertTrue("Error manager race condition activated", ErrMgr.switchDone);
diff --git a/openide.filesystems/test/unit/src/org/openide/filesystems/MIMESupportTest.java b/openide.filesystems/test/unit/src/org/openide/filesystems/MIMESupportTest.java
index 3ab7537..434057a 100644
--- a/openide.filesystems/test/unit/src/org/openide/filesystems/MIMESupportTest.java
+++ b/openide.filesystems/test/unit/src/org/openide/filesystems/MIMESupportTest.java
@@ -508,6 +508,29 @@ public class MIMESupportTest extends NbTestCase {
         assertEquals("text/x-foo2", foo.getMIMEType());
     }
 
+    public void testFAttrs() throws Exception {
+        FileObject resolver = FileUtil.createData(FileUtil.getConfigRoot(), "Services/MIMEResolver/r.xml");
+        resolver.setAttribute("position", 2);
+        OutputStream os = resolver.getOutputStream();
+        PrintStream ps = new PrintStream(os);
+        ps.println("<!DOCTYPE MIME-resolver PUBLIC '-//NetBeans//DTD MIME Resolver 1.0//EN' 'http://www.netbeans.org/dtds/mime-resolver-1_0.dtd'>");
+        ps.println("<MIME-resolver>");
+        ps.println(" <file>");
+        ps.println("  <fattr name='foo' text='yes'/>");
+        ps.println("  <resolver mime='text/x-boo'/>");
+        ps.println(" </file>");
+        ps.println("</MIME-resolver>");
+        os.close();
+        FileObject foo = FileUtil.createMemoryFileSystem().getRoot().createData("somefile");
+        assertEquals("content/unknown", foo.getMIMEType());
+        foo.setAttribute("foo", Boolean.FALSE);
+        assertEquals("content/unknown", foo.getMIMEType());
+        foo.setAttribute("foo", "no");
+        assertEquals("content/unknown", foo.getMIMEType());
+        foo.setAttribute("foo", "yes");
+        assertEquals("text/x-boo", foo.getMIMEType());
+    }
+
     public static class TestLookup extends ProxyLookup {
         public TestLookup() {
             super();
diff --git a/openide.filesystems/test/unit/src/org/openide/filesystems/MemoryFSTestHid.java b/openide.filesystems/test/unit/src/org/openide/filesystems/MemoryFSTestHid.java
index cbc8412..69710fe 100644
--- a/openide.filesystems/test/unit/src/org/openide/filesystems/MemoryFSTestHid.java
+++ b/openide.filesystems/test/unit/src/org/openide/filesystems/MemoryFSTestHid.java
@@ -44,6 +44,11 @@
 
 package org.openide.filesystems;
 
+import java.io.ByteArrayOutputStream;
+import java.io.OutputStream;
+import java.net.URL;
+import java.net.URLConnection;
+
 /**
  *
  * @author Radek Matous
@@ -80,5 +85,28 @@ public class MemoryFSTestHid extends TestBaseHid {
         assertEquals(file.getAttribute("name"), "value");
         root.setAttribute("rootName", "rootValue");
         assertEquals(root.getAttribute("rootName"), "rootValue");        
-    }        
+    }
+
+    public void testURLs() throws Exception {
+        FileObject file = FileUtil.createData(testedFS.getRoot(), "/folder/file");
+        OutputStream os = file.getOutputStream();
+        os.write("hello".getBytes());
+        os.close();
+        file.setAttribute("mimeType", "text/x-hello");
+        URL u = file.getURL();
+        assertEquals("/folder/file", u.getPath());
+        URLConnection conn = u.openConnection();
+        conn.connect();
+        assertEquals(5, conn.getContentLength());
+        assertEquals(file.lastModified().getTime(), conn.getLastModified());
+        assertEquals("text/x-hello", conn.getContentType());
+        ByteArrayOutputStream baos = new ByteArrayOutputStream();
+        FileUtil.copy(conn.getInputStream(), baos);
+        assertEquals("hello", baos.toString());
+        assertEquals(file, URLMapper.findFileObject(u));
+        assertEquals(null, URLMapper.findURL(file, URLMapper.EXTERNAL));
+        assertEquals(null, URLMapper.findURL(file, URLMapper.NETWORK));
+        assertEquals(u, new URL(file.getParent().getURL(), file.getNameExt()));
+    }
+
 }
diff --git a/openide.filesystems/test/unit/src/org/openide/filesystems/MemoryFileSystemTest.java b/openide.filesystems/test/unit/src/org/openide/filesystems/MemoryFileSystemTest.java
index 58792ab..21b7d73 100644
--- a/openide.filesystems/test/unit/src/org/openide/filesystems/MemoryFileSystemTest.java
+++ b/openide.filesystems/test/unit/src/org/openide/filesystems/MemoryFileSystemTest.java
@@ -46,26 +46,17 @@ package org.openide.filesystems;
 
 import junit.framework.*;
 import java.io.IOException;
-import java.util.*;
 import org.netbeans.junit.*;
 
-import org.openide.filesystems.*;
 
 /**
- *
  * @author  David Strupl
- * @version
  */
 public class MemoryFileSystemTest extends FileSystemFactoryHid {
-    /** Creates new JarFileSystemTest */
     public MemoryFileSystemTest(Test test) {
         super(test);
     }
 
-    public static void main(String args[]) {
-        junit.textui.TestRunner.run(suite());
-    }
-
     public static Test suite() {
         NbTestSuite suite = new NbTestSuite();
         suite.addTestSuite(RepositoryTestHid.class);
@@ -77,9 +68,11 @@ public class MemoryFileSystemTest extends FileSystemFactoryHid {
     }
     
     
+    @Override
     protected void destroyFileSystem(String testName) throws IOException {
     }
     
+    @Override
     protected FileSystem[] createFileSystem(String testName, String[] resources) throws IOException{
         return new FileSystem[] {new MemoryFileSystem(resources)};
     }
diff --git a/openide.filesystems/test/unit/src/org/openide/filesystems/MultiFileObjectTestHid.java b/openide.filesystems/test/unit/src/org/openide/filesystems/MultiFileObjectTestHid.java
index 1c9715f..09485d8 100644
--- a/openide.filesystems/test/unit/src/org/openide/filesystems/MultiFileObjectTestHid.java
+++ b/openide.filesystems/test/unit/src/org/openide/filesystems/MultiFileObjectTestHid.java
@@ -45,6 +45,9 @@
 package org.openide.filesystems;
 
 import java.io.IOException;
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.List;
 
 public class MultiFileObjectTestHid extends TestBaseHid {
     private static String[] resources = new String [] {
@@ -61,6 +64,24 @@ public class MultiFileObjectTestHid extends TestBaseHid {
     protected String[] getResources (String testName) {
         return resources;
     }
+    
+    public void testNoDisplayNameNeededForGetAttribute() {
+        LocalFileSystem lfs = new LocalFileSystem();
+        lfs.setReadOnly(true);
+        final int[] cnt = new int[1];
+        FileSystem mfs = new MultiFileSystem (new FileSystem[] {lfs, this.testedFS}) {
+            @Override
+            public String getDisplayName() {
+                cnt[0]++;
+                return super.getDisplayName();
+            }
+        };
+        String resource = "/fold20/fold23.txt";
+        
+        FileObject fo = mfs.findResource(resource);                
+        assertNull(fo.getAttribute("not-there"));
+        assertEquals("No call to getDisplayName", 0, cnt[0]);
+    }
 
     /** #18820*/
     public void testDeleteMask() throws IOException {
@@ -179,4 +200,23 @@ public class MultiFileObjectTestHid extends TestBaseHid {
             lock.releaseLock();
         }
     }
+    
+    public void testOverridenAttributes187991() throws Exception {
+        MultiFileSystem mfs = (MultiFileSystem)this.testedFS;
+        List<FileSystem> all = new ArrayList<FileSystem>(Arrays.asList(mfs.getDelegates()));
+        XMLFileSystem xml = new XMLFileSystem(MultiFileObjectTestHid.class.getResource("test-layer-attribs.xml"));
+        all.add(xml);
+        FileObject fo = xml.findResource("foo/bar");
+        assertNotNull("Foo bar found", fo);
+        assertEquals("val", fo.getAttribute("x"));
+        
+        FileObject nfo = FileUtil.createData(all.get(0).getRoot(), "foo/bar");
+        nfo.setAttribute("x", "mal");
+        
+        mfs.setDelegates(all.toArray(new FileSystem[0]));
+        
+        FileObject t = mfs.findResource("foo/bar");
+        assertEquals("1st test", "mal", t.getAttribute("x"));
+        assertEquals("2nd test", "mal", t.getAttribute("x"));
+    }
 }
diff --git a/openide.filesystems/test/unit/src/org/openide/filesystems/OrderingTest.java b/openide.filesystems/test/unit/src/org/openide/filesystems/OrderingTest.java
index ca66073..14d025a 100644
--- a/openide.filesystems/test/unit/src/org/openide/filesystems/OrderingTest.java
+++ b/openide.filesystems/test/unit/src/org/openide/filesystems/OrderingTest.java
@@ -31,6 +31,7 @@
 
 package org.openide.filesystems;
 
+import java.io.IOException;
 import java.util.Arrays;
 import java.util.Collections;
 import java.util.List;
@@ -310,6 +311,18 @@ public class OrderingTest extends NbTestCase {
         Ordering.setOrder(Collections.singletonList(f));
     }
 
+    public void testDontComplainAboutHiddenFiles() throws IOException {
+        FileObject[] old = dir.getChildren();
+        for (int i = 0; i < old.length; i++) {
+            old[i].setAttribute("position", i);
+        }
+        FileObject fo = dir.createData("huk.buk_hidden");
+        final List<FileObject> arr = Arrays.asList(dir.getChildren());
+        assertTrue("Fo is there", arr.contains(fo));
+        Ordering.getOrder(arr, true);
+        assertEmptyLog();
+    }
+    
     // XXX test IAE, ...
 
 }
diff --git a/openide.filesystems/test/unit/src/org/openide/filesystems/TestBaseHid.java b/openide.filesystems/test/unit/src/org/openide/filesystems/TestBaseHid.java
index da1f908..134792d 100644
--- a/openide.filesystems/test/unit/src/org/openide/filesystems/TestBaseHid.java
+++ b/openide.filesystems/test/unit/src/org/openide/filesystems/TestBaseHid.java
@@ -47,6 +47,7 @@ import java.net.URL;
 import java.net.URLStreamHandlerFactory;
 import java.util.*;
 import org.openide.filesystems.test.StatFiles;
+import org.openide.util.Lookup;
 
 /**
  *
@@ -66,13 +67,7 @@ public abstract class TestBaseHid extends MultiThreadedTestCaseHid {
     private String resourcePrefix = "";
     
     static {        
-        URL.setURLStreamHandlerFactory(new URLStreamHandlerFactory() {
-            public java.net.URLStreamHandler createURLStreamHandler(String protocol) {
-                if (protocol.equals(FileURL.PROTOCOL)) {
-                    return new FileURL.Handler();
-                } 
-                return null;
-        }});
+        URL.setURLStreamHandlerFactory(Lookup.getDefault().lookup(URLStreamHandlerFactory.class));
     }    
     
     
diff --git a/openide.filesystems/test/unit/src/org/openide/filesystems/VoidValue132801Test.java b/openide.filesystems/test/unit/src/org/openide/filesystems/VoidValue132801Test.java
deleted file mode 100644
index 39ba4cc..0000000
--- a/openide.filesystems/test/unit/src/org/openide/filesystems/VoidValue132801Test.java
+++ /dev/null
@@ -1,106 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-package org.openide.filesystems;
-
-import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
-
-/**
- * Simulates issue 50852.
- *
- * @author Jiri Skrivanek
- */
-public class VoidValue132801Test extends NbTestCase {
-
-    public VoidValue132801Test(String name) {
-        super(name);
-    }
-
-    public static void main(String[] args) throws Exception {
-        junit.textui.TestRunner.run(new NbTestSuite(VoidValue132801Test.class));
-    }
-
-    /**
-     * Setups variables.
-     */
-    @Override
-    protected void setUp() throws Exception {
-    }
-    private static String[] resources = new String[]{
-        "/fold10/fold11/fold12/file12.txt",
-        "/fold20/fold21/fold22",
-        "/fold20/fold23.txt"
-    };
-
-    protected String[] getResources(String testName) {
-        return resources;
-    }
-
-    /** Test VoidValue attribute is not copied (#132801).
-     * - create MultiFileSystem
-     * - set String and VoidValue attributes for file object
-     * - copy file object
-     * - check String attribute is copied and VoidValue attribute not
-     */
-    public void testCopyVoidValue132801() throws Exception {
-        System.setProperty("workdir", getWorkDirPath());
-        clearWorkDir();
-        FileSystem lfs = TestUtilHid.createLocalFileSystem("mfs1" + getName(), new String[]{"/fold/file1"});
-        FileSystem xfs = TestUtilHid.createXMLFileSystem(getName(), new String[]{"/xmlFold/xmlFile1"});
-        FileSystem mfs = new MultiFileSystem(new FileSystem[]{lfs, xfs});
-
-        FileObject file1FO = mfs.findResource("/fold/file1");
-        String stringValue = "abc";
-        file1FO.setAttribute("STRING-ATTR", stringValue);
-        MultiFileObject.VoidValue voidValue = new MultiFileObject.VoidValue();
-        file1FO.setAttribute("VOIDVALUE-ATTR", voidValue);
-        assertTrue("VoidValue not set as attribute.", file1FO.getAttribute("VOIDVALUE-ATTR") instanceof MultiFileObject.VoidValue);
-        FileObject file11FO = file1FO.copy(file1FO.getParent(), "file1_1", "");
-        assertEquals("String attribute is not copied.", stringValue, file11FO.getAttribute("STRING-ATTR"));
-        assertNull("VoidValue should not be copied.", file11FO.getAttribute("VOIDVALUE-ATTR"));
-    }
-}
-  
-  
-  
diff --git a/openide.filesystems/test/unit/src/org/openide/filesystems/VoidValueTest.java b/openide.filesystems/test/unit/src/org/openide/filesystems/VoidValueTest.java
new file mode 100644
index 0000000..7e92bc2
--- /dev/null
+++ b/openide.filesystems/test/unit/src/org/openide/filesystems/VoidValueTest.java
@@ -0,0 +1,103 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.openide.filesystems;
+
+import java.io.File;
+import java.util.Collections;
+import org.netbeans.junit.NbTestCase;
+
+public class VoidValueTest extends NbTestCase {
+
+    public VoidValueTest(String name) {
+        super(name);
+    }
+
+    /** Test VoidValue attribute is not copied (#132801).
+     * - create MultiFileSystem
+     * - set String and VoidValue attributes for file object
+     * - copy file object
+     * - check String attribute is copied and VoidValue attribute not
+     * Simulates issue 50852.
+     */
+    public void testCopyVoidValue132801() throws Exception {
+        System.setProperty("workdir", getWorkDirPath());
+        clearWorkDir();
+        FileSystem lfs = TestUtilHid.createLocalFileSystem("mfs1" + getName(), new String[]{"/fold/file1"});
+        FileSystem xfs = TestUtilHid.createXMLFileSystem(getName(), new String[]{"/xmlFold/xmlFile1"});
+        FileSystem mfs = new MultiFileSystem(new FileSystem[]{lfs, xfs});
+
+        FileObject file1FO = mfs.findResource("/fold/file1");
+        String stringValue = "abc";
+        file1FO.setAttribute("STRING-ATTR", stringValue);
+        MultiFileObject.VoidValue voidValue = new MultiFileObject.VoidValue();
+        file1FO.setAttribute("VOIDVALUE-ATTR", voidValue);
+        assertTrue("VoidValue not set as attribute.", file1FO.getAttribute("VOIDVALUE-ATTR") instanceof MultiFileObject.VoidValue);
+        FileObject file11FO = file1FO.copy(file1FO.getParent(), "file1_1", "");
+        assertEquals("String attribute is not copied.", stringValue, file11FO.getAttribute("STRING-ATTR"));
+        assertNull("VoidValue should not be copied.", file11FO.getAttribute("VOIDVALUE-ATTR"));
+    }
+
+    public void testNullValue() throws Exception { // #16761
+        clearWorkDir();
+        LocalFileSystem local = new LocalFileSystem();
+        local.setRootDirectory(getWorkDir());
+        FileObject baseFile = local.getRoot().createData("file");
+        MultiFileSystem mfs = new MultiFileSystem(new FileSystem[] {local});
+        FileObject derivedFile = mfs.findResource("file");
+        assertNull(baseFile.getAttribute("nonexistent"));
+        assertNull(derivedFile.getAttribute("nonexistent"));
+        baseFile.setAttribute("nonexistent", null);
+        assertNull(baseFile.getAttribute("nonexistent"));
+        assertNull(derivedFile.getAttribute("nonexistent"));
+        assertFalse("No file created yet", new File(getWorkDir(), ".nbattrs").isFile());
+        derivedFile.setAttribute("nonexistent", null); // ought to be a no-op
+        assertNull(baseFile.getAttribute("nonexistent"));
+        assertNull(derivedFile.getAttribute("nonexistent"));
+        assertEquals(Collections.emptyList(), Collections.list(baseFile.getAttributes()));
+        assertEquals(Collections.emptyList(), Collections.list(derivedFile.getAttributes()));
+        assertFalse(new File(getWorkDir(), ".nbattrs").isFile());
+    }
+
+}
diff --git a/openide.filesystems/test/unit/src/org/openide/filesystems/XMLFileSystemTestHid.java b/openide.filesystems/test/unit/src/org/openide/filesystems/XMLFileSystemTestHid.java
index 8ac4f48..4d0205e 100644
--- a/openide.filesystems/test/unit/src/org/openide/filesystems/XMLFileSystemTestHid.java
+++ b/openide.filesystems/test/unit/src/org/openide/filesystems/XMLFileSystemTestHid.java
@@ -50,15 +50,17 @@ import java.io.FileNotFoundException;
 import java.io.FileWriter;
 import java.io.IOException;
 import java.io.File;
+import java.io.FileOutputStream;
 import java.io.InputStream;
 import java.io.OutputStream;
 import java.net.URL;
 import java.util.ArrayList;
 import java.util.Date;
 import java.util.Enumeration;
-import java.util.HashMap;
 import java.util.List;
 import java.util.Map;
+import java.util.jar.JarEntry;
+import java.util.jar.JarOutputStream;
 import org.openide.util.Enumerations;
 
 public class XMLFileSystemTestHid extends TestBaseHid {
@@ -104,7 +106,7 @@ public class XMLFileSystemTestHid extends TestBaseHid {
         
         resources = new String[] {"a/b/c","a/b1/c"};
 
-        if (!FileSystemFactoryHid.switchXMLSystem(xfs, this, createXMLLayer().toURL())) {
+        if (!FileSystemFactoryHid.switchXMLSystem(xfs, this, createXMLLayer().toURI().toURL())) {
             // OK, unsupported
             return;
         }
@@ -117,7 +119,7 @@ public class XMLFileSystemTestHid extends TestBaseHid {
     @Override
     protected void setUp() throws Exception {
         File f = createXMLLayer();
-        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURL());
+        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURI().toURL());
         this.testedFS = xfs;
         this.allTestedFS = new FileSystem[] { xfs };
         super.setUp();
@@ -149,13 +151,13 @@ public class XMLFileSystemTestHid extends TestBaseHid {
         
         
         
-        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURL());
+        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURI().toURL());
         
         FileObject fo = xfs.findResource ("TestModule/sample.txt");
         assertEquals ("Four bytes there", 4, fo.getSize ());
         registerDefaultListener (fo);
         
-        if (!FileSystemFactoryHid.switchXMLSystem(xfs, this, f2.toURL())) {
+        if (!FileSystemFactoryHid.switchXMLSystem(xfs, this, f2.toURI().toURL())) {
             // OK, unsupported
             return;
         }
@@ -188,13 +190,13 @@ public class XMLFileSystemTestHid extends TestBaseHid {
         
         
         
-        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURL());
+        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURI().toURL());
         
         FileObject fo = xfs.findResource ("TestModule/sample.txt");
         assertEquals ("Four bytes there", 4, fo.getSize ());
         registerDefaultListener (fo);
         
-        if (!FileSystemFactoryHid.switchXMLSystem(xfs, this, f2.toURL())) {
+        if (!FileSystemFactoryHid.switchXMLSystem(xfs, this, f2.toURI().toURL())) {
             // OK, unsupported
             return;
         }
@@ -228,13 +230,13 @@ public class XMLFileSystemTestHid extends TestBaseHid {
         
         
         
-        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURL());
+        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURI().toURL());
         
         FileObject fo = xfs.findResource ("TestModule/sample.txt");
         assertEquals("Old value is in the attribute", "old", fo.getAttribute("value"));
         registerDefaultListener (fo);
         
-        if (!FileSystemFactoryHid.switchXMLSystem(xfs, this, f2.toURL())) {
+        if (!FileSystemFactoryHid.switchXMLSystem(xfs, this, f2.toURI().toURL())) {
             // OK, unsupported
             return;
         }
@@ -262,13 +264,13 @@ public class XMLFileSystemTestHid extends TestBaseHid {
         
         
         
-        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURL());
+        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURI().toURL());
         
         FileObject fo = xfs.findResource("TestModule/sample.txt");
         assertEquals("Four bytes there", 4, fo.getSize());
         registerDefaultListener(fo);
         
-        if (!FileSystemFactoryHid.switchXMLSystem(xfs, this, f2.toURL())) {
+        if (!FileSystemFactoryHid.switchXMLSystem(xfs, this, f2.toURI().toURL())) {
             // OK, unsupported
             return;
         }
@@ -294,7 +296,7 @@ public class XMLFileSystemTestHid extends TestBaseHid {
             Thread.sleep(3000);
             assertTrue(f2.createNewFile());
         }
-        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURL());
+        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURI().toURL());
         FileObject fo = xfs.findResource ("TestModule/sample.txt");
         assertNotNull(fo);
         assertEquals(fo.lastModified().getTime(), f.lastModified());        
@@ -319,7 +321,7 @@ public class XMLFileSystemTestHid extends TestBaseHid {
                 "</filesystem>\n"
                 );
 
-        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURL());
+        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURI().toURL());
         FileObject fo = xfs.findResource ("TestModule/sample.txt");
         assertNotNull(fo);
         
@@ -344,7 +346,7 @@ public class XMLFileSystemTestHid extends TestBaseHid {
                 );
         Count.cnt = 0;
 
-        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURL());
+        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURI().toURL());
         /** the following is a fake implementation of filesystem that
          * allows us to prevent calls to fileObject.getAttributes()
          */
@@ -467,7 +469,7 @@ public class XMLFileSystemTestHid extends TestBaseHid {
                 "</filesystem>\n"
                 );
 
-        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURL());
+        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURI().toURL());
         FileObject fo = xfs.findResource ("TestModule/sample.txt");
         assertNotNull(fo);
 
@@ -492,7 +494,7 @@ public class XMLFileSystemTestHid extends TestBaseHid {
                 "</filesystem>\n"
                 );
 
-        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURL());
+        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURI().toURL());
         FileObject fo = xfs.findResource ("TestModule/sample.txt");
         assertNotNull(fo);
 
@@ -517,7 +519,7 @@ public class XMLFileSystemTestHid extends TestBaseHid {
             "</filesystem>\n"
         );
 
-        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURL());
+        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURI().toURL());
         FileObject fo = xfs.findResource ("TestModule/sample.txt");
         assertNotNull(fo);
 
@@ -535,6 +537,36 @@ public class XMLFileSystemTestHid extends TestBaseHid {
         assertEquals("Still no calls to other attributes of the map", 0, cnt);
     }
 
+    public void testMapsForDifferentXMLFSAreNotEqualWithoutCallsToAttributes() throws Exception {
+        File f = writeFile("layer.xml",
+            "<filesystem>\n" +
+              "<folder name='TestModule'>\n" +
+                "<file name='sample.txt' >" +
+                "  <attr name='map' methodvalue='" + XMLFileSystemTestHid.class.getName() + ".map'/>" +
+                "  <attr name='instanceCreate' methodvalue='" + XMLFileSystemTestHid.class.getName() + ".counter'/>" +
+                "</file>\n" +
+              "</folder>\n" +
+            "</filesystem>\n"
+        );
+
+        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURI().toURL());
+        FileObject fo = xfs.findResource ("TestModule/sample.txt");
+        assertNotNull(fo);
+
+        XMLFileSystem realXMLFS = new XMLFileSystem(f.toURI().toURL());
+        FileObject realfo = realXMLFS.findResource("TestModule/sample.txt");
+        assertNotNull(realfo);
+
+
+        cnt = 0;
+
+        Map m1 = (Map)realfo.getAttribute("map");
+        Map m2 = (Map)fo.getAttribute("map");
+
+        assertFalse("But they are not equal", m1.equals(m2));
+        assertEquals("No calls to other attributes of the map", 0, cnt);
+    }
+
     static Map map(Map m) {
         return m;
     }
@@ -558,7 +590,7 @@ public class XMLFileSystemTestHid extends TestBaseHid {
             "</filesystem>\n"
         );
 
-        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURL());
+        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURI().toURL());
         FileObject fo = xfs.findResource ("TestModule/sample.txt");
         FileObject snd = xfs.findResource ("TestModule/snd.txt");
         assertNotNull(fo);
@@ -659,7 +691,7 @@ public class XMLFileSystemTestHid extends TestBaseHid {
                 "</filesystem>\n"
                 );
 
-        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURL());
+        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURI().toURL());
         FileObject fo = xfs.findResource ("TestModule/sample.txt");
         assertNotNull(fo);
 
@@ -669,8 +701,8 @@ public class XMLFileSystemTestHid extends TestBaseHid {
         assertNotNull("Returned", instance);
         assertEquals("Right class", expClass, instance.getClass());
     }
-    
-    
+
+
     private File writeFile(String name, String content) throws IOException {
         File f = new File (getWorkDir (), name);
         java.io.FileWriter w = new java.io.FileWriter (f);
@@ -679,6 +711,89 @@ public class XMLFileSystemTestHid extends TestBaseHid {
         return f;
     }
     
+    
+    public void testOverridingReferencedFilesInMultipleLayers() throws Exception {
+
+        File jar1 = writeJarFile("jar1.jar",
+            new JEntry("layer.xml",
+                "<filesystem>\n" +
+                "  <folder name='dir'>\n" +
+                "    <file name='file' url='file1.txt'/>" +
+                "  </folder>" +
+                "</filesystem>"
+                ),
+            new JEntry("file1.txt",
+                "file1.txt content"
+            )
+        );
+        
+        File jar2 = writeJarFile("jar2.jar",
+            new JEntry("layer.xml",
+                "<filesystem>\n" +
+                "  <folder name='dir'>\n" +
+                "    <file name='file' url='file2.txt'/>" +
+                "  </folder>" +
+                "</filesystem>"
+                ),
+            new JEntry("file2.txt",
+                "file2.txt content"
+            )
+        );
+
+        URL url1 = new URL("jar:" + jar1.toURI() + "!/layer.xml");
+        URL url2 = new URL("jar:" + jar2.toURI() + "!/layer.xml");
+
+        FileSystem xfs1 = FileSystemFactoryHid.createXMLSystem(getName(), this, url1);
+        FileObject fo1 = xfs1.findResource("dir/file");
+        assertNotNull(fo1);
+
+        FileSystem xfs2 = FileSystemFactoryHid.createXMLSystem(getName(), this, url2);
+        FileObject fo2 = xfs2.findResource("dir/file");
+        assertNotNull(fo2);
+
+        FileSystem xfs12 = FileSystemFactoryHid.createXMLSystem(getName(), this, url1, url2);
+        FileObject fo12 = xfs12.findResource("dir/file");
+        assertNotNull(fo12);
+        assertEqualContent("content of " + fo1 + " and " + fo12 + " differ", fo1, fo12);
+
+        FileSystem xfs21 = FileSystemFactoryHid.createXMLSystem(getName(), this, url2, url1);
+        FileObject fo21 = xfs21.findResource("dir/file");
+        assertNotNull(fo21);
+        assertEqualContent("content of " + fo2 + " and " + fo21 + " differ", fo2, fo21);
+    }
+
+    private void assertEqualContent(String msg, FileObject fo1, FileObject fo2) throws IOException {
+        assertEquals(msg, fo1.asText(), fo2.asText());
+    }
+
+    static class JEntry {
+        String name, content;
+
+        JEntry(String name, String content)
+        {
+            this.name = name;
+            this.content = content;
+        }
+    }
+
+    private File writeJarFile(String name, JEntry... entries) throws IOException {
+        File f = new File(getWorkDir(), name);
+
+        JarOutputStream jarOut = new JarOutputStream(new FileOutputStream(f));
+        try {
+            for (JEntry entry : entries) {
+                JarEntry jarEntry = new JarEntry(entry.name);
+                jarOut.putNextEntry(jarEntry);
+                jarOut.write(entry.content.getBytes("UTF-8"));
+                jarOut.closeEntry();
+            }
+        }
+        finally {
+            jarOut.close();
+        }
+
+        return f;
+    }
 
     public void testAttribute08 () throws Exception {
       URL fsURLDef = XMLFileSystemTestHid.class.getResource("data/Attributes.xml");
@@ -756,7 +871,7 @@ public class XMLFileSystemTestHid extends TestBaseHid {
         File f2 = changeOfAnAttributeInLayerIsFiredgenerateLayer("Folder", "java.awt.Button");
         File f3 = changeOfAnAttributeInLayerIsFiredgenerateLayer("NoChange", "nochange");
 
-        fs.setXmlUrls (new URL[] { f1.toURL(), f3.toURL() } );
+        fs.setXmlUrls (new URL[] { f1.toURI().toURL(), f3.toURI().toURL() } );
         
         FileObject file = fs.findResource("Folder/empty.xml");
         assertNotNull("File found in layer", file);
@@ -772,7 +887,7 @@ public class XMLFileSystemTestHid extends TestBaseHid {
         assertAttr("The first value is list", file, "value", "java.awt.List");
         assertAttr("Imutable value is nochange", nochange, "value", "nochange");
         
-        fs.setXmlUrls (new URL[] { f2.toURL(), f3.toURL() } );
+        fs.setXmlUrls (new URL[] { f2.toURI().toURL(), f3.toURI().toURL() } );
         String v2 = (String) file.getAttribute("value");
         assertEquals("The second value is button", "java.awt.Button", v2);
         
@@ -784,7 +899,42 @@ public class XMLFileSystemTestHid extends TestBaseHid {
         
         assertAttr("Imutable value is still nochange", nochange, "value", "nochange");
         assertEquals("No change in this attribute: "  + no.events, 0, no.events.size());
-    }    
+    }
+
+    public void testFileUtilCopyAttributesOnOwnLayer() throws Exception {
+        File f = new File(getWorkDir(), "sample.xml");
+        FileOutputStream fos = new FileOutputStream(f);
+        fos.write(("<?xml version='1.0' encoding='UTF-8'?>" +
+                "<!DOCTYPE filesystem PUBLIC '-//NetBeans//DTD Filesystem 1.2//EN' 'http://www.netbeans.org/dtds/filesystem-1_2.dtd'>" +
+                "<filesystem>" +
+                "<folder name='Templates'>" +
+                "<folder name='Other'>" +
+                "<file name='special'>" +
+                "  <attr name='ii' methodvalue='" + AttributesTestHidden.class.getName() + ".hello'/>" +
+                "  <attr name='jj' newvalue='" + AttributesTestHidden.Data.class.getName() + "'/>" +
+                "  <attr name='temp' boolvalue='true'/>" +
+                "</file></folder></folder></filesystem>"
+        ).getBytes());
+        fos.close();
+
+        File r = new File(getWorkDir(), "root");
+        r.mkdirs();
+        LocalFileSystem target = new LocalFileSystem();
+        target.setRootDirectory(r);
+
+        FileSystem source = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURI().toURL());
+        FileObject template = source.findResource("Templates/Other/special");
+        assertNotNull("template found", template);
+        FileObject foTested = target.getRoot().createData("copiedTemplate");
+        FileUtil.copyAttributes(template, foTested);
+        assertEquals("template copied too", Boolean.TRUE, foTested.getAttribute("temp"));
+        assertEquals("instantiatingIterator called", "Hello ii at copiedTemplate", foTested.getAttribute("ii"));
+        assertEquals("No data instantiated", 0, AttributesTestHidden.Data.cnt);
+        Object newV = foTested.getAttribute("jj");
+        assertNotNull("Value created", newV);
+        assertEquals(AttributesTestHidden.Data.class, newV.getClass());
+        assertEquals("One value instantiated", 1, AttributesTestHidden.Data.cnt);
+    }
 
     private static Image icon;
 
@@ -815,6 +965,30 @@ public class XMLFileSystemTestHid extends TestBaseHid {
         return map.get("displayName");
     }
 
+    public  static class Value {
+        private Value() { }
+    }
+    public void testNewValueForNonPublicConstructor() throws Exception {
+        File f = writeFile("layer3.xml",
+                "<filesystem>\n" +
+                "<folder name='TestModule'>\n" +
+                "<file name='sample.txt' >" +
+                "  <attr name='v' newvalue='org.openide.filesystems.XMLFileSystemTestHid$Value'/>" +
+                "</file>\n" +
+                "</folder>\n" +
+                "</filesystem>\n"
+                );
+              
+        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f.toURL());
+        FileObject fo = xfs.findResource ("TestModule/sample.txt");
+        assertNotNull(fo);
+
+        Object v = fo.getAttribute("v");
+        assertNotNull("Attribute found", v);
+        assertEquals("Right type", Value.class, v.getClass());
+        
+    }
+
     public void testVariousXMLAttributes() throws Exception {
         URL attribs = XMLFileSystemTestHid.class.getResource("test-layer-attribs.xml");
         xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, attribs);
@@ -869,7 +1043,7 @@ public class XMLFileSystemTestHid extends TestBaseHid {
             w.close();
         }
 
-        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f1.toURL(), f2.toURL());
+        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f1.toURI().toURL(), f2.toURI().toURL());
 
 
         FileObject just1 = xfs.findResource("just1/empty.xml");
@@ -882,14 +1056,14 @@ public class XMLFileSystemTestHid extends TestBaseHid {
         String layersB = layers(both);
 
         if (!layersR.contains(f1.toURI().toString())) {
-            fail("Missing " + f1 + "\ninside: " + layersR);
+            fail("Missing " + f1.toURI().toString() + "\ninside: " + layersR);
         }
         if (!layersR.contains(f2.toURI().toString())) {
-            fail("Missing " + f2 + "\ninside: " + layersR);
+            fail("Missing " + f2.toURI().toString() + "\ninside: " + layersR);
         }
 
-        assertEquals(f1.toURL().toExternalForm(), layers1);
-        assertEquals(f2.toURL().toExternalForm(), layers2);
+        assertEquals(f1.toURI().toString(), layers1);
+        assertEquals(f2.toURI().toString(), layers2);
         if (!layersB.contains(f1.toURI().toString())) {
             fail("Missing " + f1 + "\ninside: " + layersB);
         }
@@ -898,6 +1072,40 @@ public class XMLFileSystemTestHid extends TestBaseHid {
         }
     }
 
+    public void testWeights() throws Exception { // #195827
+        File c1 = writeFile("c1.txt", "first");
+        File c2 = writeFile("c2.txt", "second");
+        File f1 = writeFile("layer1.xml",
+                "<filesystem>\n" +
+                "<folder name='d'>\n" +
+                "<file name='f' url='" + c1.toURI() + "'/>" +
+                "</folder>\n" +
+                "</filesystem>\n"
+                );
+        File f2 = writeFile("layer2.xml",
+                "<filesystem>\n" +
+                "<folder name='d'>\n" +
+                "<file name='f' url='" + c2.toURI() + "'>" +
+                "  <attr name='weight' intvalue='100'/>" +
+                "</file>\n" +
+                "</folder>\n" +
+                "</filesystem>\n"
+                );
+
+        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f2.toURI().toURL(), f1.toURI().toURL());
+        FileObject fo = xfs.findResource("d/f");
+        assertNotNull(fo);
+        assertEquals(6, fo.getSize());
+        xfs = FileSystemFactoryHid.createXMLSystem(getName(), this, f1.toURI().toURL(), f2.toURI().toURL());
+        fo = xfs.findResource("d/f");
+        assertNotNull(fo);
+        assertEquals(6, fo.getSize());
+        // XXX overriding of inline CDATA
+        // XXX overriding of attributes (not sure if this is even supported by MFS?)
+        // XXX nonintegral weights (not currently implemented)
+        // XXX competition between two nonzero weights, or unspecified and a negative weight
+    }
+
     private static String layers(FileObject fo) {
         Object obj = fo.getAttribute("layers");
         assertNotNull("layers attr found for " + fo, obj);
diff --git a/openide.filesystems/test/unit/src/org/openide/filesystems/annotations/LayerBuilderTest.java b/openide.filesystems/test/unit/src/org/openide/filesystems/annotations/LayerBuilderTest.java
index 599b8de..51b5865 100644
--- a/openide.filesystems/test/unit/src/org/openide/filesystems/annotations/LayerBuilderTest.java
+++ b/openide.filesystems/test/unit/src/org/openide/filesystems/annotations/LayerBuilderTest.java
@@ -77,9 +77,8 @@ public class LayerBuilderTest extends NbTestCase {
     private Document doc;
     private LayerBuilder b;
 
-    @Override
-    protected void setUp() throws Exception {
-        super.setUp();
+    protected @Override void setUp() throws Exception {
+        clearWorkDir();
         doc = XMLUtil.createDocument("filesystem", null, null, null);
         b = new LayerBuilder(doc, null, null);
         assertEquals("<filesystem/>", dump());
@@ -216,7 +215,6 @@ public class LayerBuilderTest extends NbTestCase {
     }
 
     public void testSourcePath() throws Exception { // #181355
-        clearWorkDir();
         File src = new File(getWorkDir(), "src");
         AnnotationProcessorTestUtils.makeSource(src, "p.C", "@" + A.class.getCanonicalName() + "(displayName=\"#label\") public class C {}");
         File dest = new File(getWorkDir(), "dest");
@@ -229,6 +227,32 @@ public class LayerBuilderTest extends NbTestCase {
                 clean(TestFileUtils.readFile(layer)));
     }
 
+    public void testMissingBundleError() throws Exception {
+        File src = new File(getWorkDir(), "src");
+        AnnotationProcessorTestUtils.makeSource(src, "p.C", "@" + A.class.getCanonicalName() + "(displayName=\"#nonexistent\") public class C {}");
+        File dest = new File(getWorkDir(), "dest");
+        ByteArrayOutputStream err = new ByteArrayOutputStream();
+        assertFalse(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, err));
+        assertTrue(err.toString(), err.toString().contains("p/Bundle.properties"));
+    }
+
+    public void testMissingBundleKeyError() throws Exception {
+        File src = new File(getWorkDir(), "src");
+        AnnotationProcessorTestUtils.makeSource(src, "p.C", "@" + A.class.getCanonicalName() + "(displayName=\"#nonexistent\") public class C {}");
+        TestFileUtils.writeFile(new File(src, "p/Bundle.properties"), "label=hello");
+        File dest = new File(getWorkDir(), "dest");
+        ByteArrayOutputStream err = new ByteArrayOutputStream();
+        assertFalse(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, err));
+        assertTrue(err.toString(), err.toString().contains("nonexistent"));
+    }
+
+    public void testBundleKeyDefinedUsingMessages() throws Exception {
+        File src = new File(getWorkDir(), "src");
+        AnnotationProcessorTestUtils.makeSource(src, "p.C", "@" + A.class.getCanonicalName() + "(displayName=\"#k\") @org.openide.util.NbBundle.Messages(\"k=v\") public class C {}");
+        File dest = new File(getWorkDir(), "dest");
+        assertTrue(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, null));
+    }
+
     public @interface A {String displayName();}
 
     @ServiceProvider(service=Processor.class)
diff --git a/openide.io/manifest.mf b/openide.io/manifest.mf
index 8b1abc6..ffabc2e 100644
--- a/openide.io/manifest.mf
+++ b/openide.io/manifest.mf
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.openide.io
-OpenIDE-Module-Specification-Version: 1.23.1
+OpenIDE-Module-Specification-Version: 1.26.1
 OpenIDE-Module-Localizing-Bundle: org/openide/io/Bundle.properties
 OpenIDE-Module-Recommends: org.openide.windows.IOProvider, org.openide.windows.IOContainer$Provider
 AutoUpdate-Essential-Module: true
diff --git a/openide.io/nbproject/org-openide-io.sig b/openide.io/nbproject/org-openide-io.sig
index f369270..21b1f7a 100644
--- a/openide.io/nbproject/org-openide-io.sig
+++ b/openide.io/nbproject/org-openide-io.sig
@@ -1,5 +1,5 @@
 #Signature file v4.1
-#Version 1.20
+#Version 1.23
 
 CLSS public abstract interface java.io.Closeable
 meth public abstract void close() throws java.io.IOException
@@ -8,14 +8,14 @@ CLSS public abstract interface java.io.Flushable
 meth public abstract void flush() throws java.io.IOException
 
 CLSS public java.io.PrintWriter
-cons public PrintWriter(java.io.File) throws java.io.FileNotFoundException
-cons public PrintWriter(java.io.File,java.lang.String) throws java.io.FileNotFoundException,java.io.UnsupportedEncodingException
-cons public PrintWriter(java.io.OutputStream)
-cons public PrintWriter(java.io.OutputStream,boolean)
-cons public PrintWriter(java.io.Writer)
-cons public PrintWriter(java.io.Writer,boolean)
-cons public PrintWriter(java.lang.String) throws java.io.FileNotFoundException
-cons public PrintWriter(java.lang.String,java.lang.String) throws java.io.FileNotFoundException,java.io.UnsupportedEncodingException
+cons public init(java.io.File) throws java.io.FileNotFoundException
+cons public init(java.io.File,java.lang.String) throws java.io.FileNotFoundException,java.io.UnsupportedEncodingException
+cons public init(java.io.OutputStream)
+cons public init(java.io.OutputStream,boolean)
+cons public init(java.io.Writer)
+cons public init(java.io.Writer,boolean)
+cons public init(java.lang.String) throws java.io.FileNotFoundException
+cons public init(java.lang.String,java.lang.String) throws java.io.FileNotFoundException,java.io.UnsupportedEncodingException
 fld protected java.io.Writer out
 meth protected void clearError()
 meth protected void setError()
@@ -59,8 +59,8 @@ hfds autoFlush,formatter,lineSeparator,psOut,trouble
 CLSS public abstract interface java.io.Serializable
 
 CLSS public abstract java.io.Writer
-cons protected Writer()
-cons protected Writer(java.lang.Object)
+cons protected init()
+cons protected init(java.lang.Object)
 fld protected java.lang.Object lock
 intf java.io.Closeable
 intf java.io.Flushable
@@ -87,7 +87,7 @@ CLSS public abstract interface java.lang.Comparable<%0 extends java.lang.Object>
 meth public abstract int compareTo({java.lang.Comparable%0})
 
 CLSS public abstract java.lang.Enum<%0 extends java.lang.Enum<{java.lang.Enum%0}>>
-cons protected Enum(java.lang.String,int)
+cons protected init(java.lang.String,int)
 intf java.io.Serializable
 intf java.lang.Comparable<{java.lang.Enum%0}>
 meth protected final java.lang.Object clone() throws java.lang.CloneNotSupportedException
@@ -104,7 +104,7 @@ supr java.lang.Object
 hfds name,ordinal
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -120,7 +120,7 @@ meth public java.lang.String toString()
 CLSS public abstract interface java.util.EventListener
 
 CLSS public java.util.EventObject
-cons public EventObject(java.lang.Object)
+cons public init(java.lang.Object)
 fld protected java.lang.Object source
 intf java.io.Serializable
 meth public java.lang.Object getSource()
@@ -129,7 +129,7 @@ supr java.lang.Object
 hfds serialVersionUID
 
 CLSS public abstract org.openide.windows.IOColorLines
-cons public IOColorLines()
+cons public init()
 meth protected abstract void println(java.lang.CharSequence,org.openide.windows.OutputListener,boolean,java.awt.Color) throws java.io.IOException
 meth public static boolean isSupported(org.openide.windows.InputOutput)
 meth public static void println(org.openide.windows.InputOutput,java.lang.CharSequence,java.awt.Color) throws java.io.IOException
@@ -137,7 +137,7 @@ meth public static void println(org.openide.windows.InputOutput,java.lang.CharSe
 supr java.lang.Object
 
 CLSS public abstract org.openide.windows.IOColorPrint
-cons public IOColorPrint()
+cons public init()
 meth protected abstract void print(java.lang.CharSequence,org.openide.windows.OutputListener,boolean,java.awt.Color) throws java.io.IOException
 meth public static boolean isSupported(org.openide.windows.InputOutput)
 meth public static void print(org.openide.windows.InputOutput,java.lang.CharSequence,java.awt.Color) throws java.io.IOException
@@ -145,7 +145,7 @@ meth public static void print(org.openide.windows.InputOutput,java.lang.CharSequ
 supr java.lang.Object
 
 CLSS public abstract org.openide.windows.IOColors
-cons public IOColors()
+cons public init()
 innr public final static !enum OutputType
 meth protected abstract java.awt.Color getColor(org.openide.windows.IOColors$OutputType)
 meth protected abstract void setColor(org.openide.windows.IOColors$OutputType,java.awt.Color)
@@ -155,6 +155,7 @@ meth public static void setColor(org.openide.windows.InputOutput,org.openide.win
 supr java.lang.Object
 
 CLSS public final static !enum org.openide.windows.IOColors$OutputType
+ outer org.openide.windows.IOColors
 fld public final static org.openide.windows.IOColors$OutputType ERROR
 fld public final static org.openide.windows.IOColors$OutputType HYPERLINK
 fld public final static org.openide.windows.IOColors$OutputType HYPERLINK_IMPORTANT
@@ -186,12 +187,14 @@ hfds LOGGER,defaultIOContainer,provider
 hcls Trivial
 
 CLSS public abstract interface static org.openide.windows.IOContainer$CallBacks
+ outer org.openide.windows.IOContainer
 meth public abstract void activated()
 meth public abstract void closed()
 meth public abstract void deactivated()
 meth public abstract void selected()
 
 CLSS public abstract interface static org.openide.windows.IOContainer$Provider
+ outer org.openide.windows.IOContainer
 meth public abstract boolean isActivated()
 meth public abstract boolean isCloseable(javax.swing.JComponent)
 meth public abstract javax.swing.JComponent getSelected()
@@ -207,7 +210,7 @@ meth public abstract void setToolTipText(javax.swing.JComponent,java.lang.String
 meth public abstract void setToolbarActions(javax.swing.JComponent,javax.swing.Action[])
 
 CLSS public abstract org.openide.windows.IOPosition
-cons public IOPosition()
+cons public init()
 innr public abstract interface static Position
 meth protected abstract org.openide.windows.IOPosition$Position currentPosition()
 meth public static boolean isSupported(org.openide.windows.InputOutput)
@@ -215,10 +218,11 @@ meth public static org.openide.windows.IOPosition$Position currentPosition(org.o
 supr java.lang.Object
 
 CLSS public abstract interface static org.openide.windows.IOPosition$Position
+ outer org.openide.windows.IOPosition
 meth public abstract void scrollTo()
 
 CLSS public abstract org.openide.windows.IOProvider
-cons protected IOProvider()
+cons protected init()
 meth public abstract org.openide.windows.InputOutput getIO(java.lang.String,boolean)
 meth public abstract org.openide.windows.OutputWriter getStdOut()
 meth public java.lang.String getName()
@@ -229,8 +233,25 @@ meth public static org.openide.windows.IOProvider getDefault()
 supr java.lang.Object
 hcls Trivial
 
+CLSS public abstract org.openide.windows.IOSelect
+cons public init()
+innr public final static !enum AdditionalOperation
+meth protected abstract void select(java.util.Set<org.openide.windows.IOSelect$AdditionalOperation>)
+meth public static boolean isSupported(org.openide.windows.InputOutput)
+meth public static void select(org.openide.windows.InputOutput,java.util.Set<org.openide.windows.IOSelect$AdditionalOperation>)
+supr java.lang.Object
+
+CLSS public final static !enum org.openide.windows.IOSelect$AdditionalOperation
+ outer org.openide.windows.IOSelect
+fld public final static org.openide.windows.IOSelect$AdditionalOperation OPEN
+fld public final static org.openide.windows.IOSelect$AdditionalOperation REQUEST_ACTIVE
+fld public final static org.openide.windows.IOSelect$AdditionalOperation REQUEST_VISIBLE
+meth public static org.openide.windows.IOSelect$AdditionalOperation valueOf(java.lang.String)
+meth public static org.openide.windows.IOSelect$AdditionalOperation[] values()
+supr java.lang.Enum<org.openide.windows.IOSelect$AdditionalOperation>
+
 CLSS public abstract org.openide.windows.IOTab
-cons public IOTab()
+cons public init()
 meth protected abstract java.lang.String getToolTipText()
 meth protected abstract javax.swing.Icon getIcon()
 meth protected abstract void setIcon(javax.swing.Icon)
@@ -265,7 +286,7 @@ meth public abstract void setInputVisible(boolean)
 meth public abstract void setOutputVisible(boolean)
 
 CLSS public abstract org.openide.windows.OutputEvent
-cons public OutputEvent(org.openide.windows.InputOutput)
+cons public init(org.openide.windows.InputOutput)
 meth public abstract java.lang.String getLine()
 meth public org.openide.windows.InputOutput getInputOutput()
 supr java.util.EventObject
@@ -278,7 +299,7 @@ meth public abstract void outputLineCleared(org.openide.windows.OutputEvent)
 meth public abstract void outputLineSelected(org.openide.windows.OutputEvent)
 
 CLSS public abstract org.openide.windows.OutputWriter
-cons protected OutputWriter(java.io.Writer)
+cons protected init(java.io.Writer)
 meth public abstract void println(java.lang.String,org.openide.windows.OutputListener) throws java.io.IOException
 meth public abstract void reset() throws java.io.IOException
 meth public void println(java.lang.String,org.openide.windows.OutputListener,boolean) throws java.io.IOException
diff --git a/openide.io/src/org/openide/windows/IOContainer.java b/openide.io/src/org/openide/windows/IOContainer.java
index 4d41d95..62df885 100644
--- a/openide.io/src/org/openide/windows/IOContainer.java
+++ b/openide.io/src/org/openide/windows/IOContainer.java
@@ -7,7 +7,7 @@
  * Other names may be trademarks of their respective owners.
  *
  * The contents of this file are subject to the terms of either the GNU
- * General License Version 2 only ("GPL") or the Common
+ * General Public License Version 2 only ("GPL") or the Common
  * Development and Distribution License("CDDL") (collectively, the
  * "License"). You may not use this file except in compliance with the
  * License. You can obtain a copy of the License at
@@ -408,6 +408,9 @@ public final class IOContainer {
         }
 
         public boolean isActivated() {
+            if (frame == null) {
+                return false;
+            }
             return frame.isActive();
         }
 
diff --git a/openide.loaders/apichanges.xml b/openide.loaders/apichanges.xml
index 81f9881..8f51338 100644
--- a/openide.loaders/apichanges.xml
+++ b/openide.loaders/apichanges.xml
@@ -109,6 +109,22 @@ is the proper place.
 <!-- ACTUAL CHANGES BEGIN HERE: -->
 
   <changes>
+      <change id="removing.org.openide.loaders.DataFolder.lazy">
+          <api name="loaders"/>
+          <summary>Removed <code>org.openide.loaders.DataFolder.lazy</code></summary>
+          <version major="7" minor="19"/>
+          <date day="7" month="10" year="2010"/>
+          <author login="jtulach"/>
+          <compatibility semantic="incompatible"/>
+          <description>
+              <p>
+                  The private API to honor
+                  <code>org.openide.loaders.DataFolder.lazy</code> property
+                  has been removed, as being obsolete.
+              </p>
+          </description>
+          <class package="org.openide.loaders" name="DataFolder"/>
+      </change>
       <change id="CreateFromTemplateHandler.FREE_FILE_EXTENSION">
           <api name="loaders"/>
           <summary>Added <code>CreateFromTemplateHandler.FREE_FILE_EXTENSION</code></summary>
diff --git a/openide.loaders/arch.xml b/openide.loaders/arch.xml
index c1e4e9e..c8bcaf8 100644
--- a/openide.loaders/arch.xml
+++ b/openide.loaders/arch.xml
@@ -162,6 +162,7 @@ made subject to such option by the copyright holder.
             <li><api name="nameAndExt" category="stable" group="property" type="export"> contains the name and extension of the file that is being created</api></li>
             <li><api name="date" category="stable" group="property" type="export"> contains <code>String</code> representing the current day like <code>23. 3. 2007</code></api></li>
             <li><api name="time" category="stable" group="property" type="export"> contains <code>String</code> the current time like <code>17:18:30</code></api></li>
+            <li><api name="dateTime" category="stable" group="property" type="export"> contains <code>java.util.Date</code> representing current data and time like</api></li>
             <li><api name="encoding" category="stable" group="property" type="export"> contains <code>String</code> the file encoding of the template instance</api></li>
         </ul>
         
@@ -458,7 +459,7 @@ for more information about this.
      
     <api type="export" group="property" name="isRemoteAndSlow" category="friend">
         If the file attribute <code>isRemoteAndSlow</code> is <code>true</code> on a folder,
-        the New File wizard and folder children will avoid asking for its children.
+        the New File wizard will avoid asking for its children.
     </api>
   
   
@@ -523,15 +524,6 @@ for more information about this.
     <api type="export" group="property" name="DataFolder.Index.reorderable" category="friend">
         If set to <code>Boolean.TRUE</code> on a folder not in the system filesystem, make its node reorderable.
     </api>
-    <api type="export" group="property" name="org.openide.loaders.DataFolder.lazy" category="private">
-        Setting this property to true or false <code>true</code> or <code>false</code>
-        influences the kind of children used by all the folders. Either they are
-        "lazy", which is currently a bit experimental, but in long term shall be
-        the default. Or they are "eager", which means that shall be as reliable
-        (and slow)
-        as they used to be in previous releases. This is highly temporary property
-        which will be removed as soon as we stabilize the lazy implementation.
-    </api>
     <api type="import" group="property" name="expectedTime" category="friend" >
         When the DataObject is moved to new location, we
         we need to adjust the time to the new file object.
diff --git a/openide.loaders/manifest.mf b/openide.loaders/manifest.mf
index d2c1f9b..144943d 100644
--- a/openide.loaders/manifest.mf
+++ b/openide.loaders/manifest.mf
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.openide.loaders
-OpenIDE-Module-Specification-Version: 7.16.1
+OpenIDE-Module-Specification-Version: 7.20.1
 OpenIDE-Module-Localizing-Bundle: org/openide/loaders/Bundle.properties
 OpenIDE-Module-Provides: org.netbeans.modules.templates.v1_0
 OpenIDE-Module-Layer: org/netbeans/modules/openide/loaders/layer.xml
diff --git a/openide.loaders/nbproject/org-openide-loaders.sig b/openide.loaders/nbproject/org-openide-loaders.sig
index 591ef39..407c233 100644
--- a/openide.loaders/nbproject/org-openide-loaders.sig
+++ b/openide.loaders/nbproject/org-openide-loaders.sig
@@ -1,9 +1,9 @@
 #Signature file v4.1
-#Version 7.10
+#Version 7.16
 
 CLSS public java.awt.Canvas
-cons public Canvas()
-cons public Canvas(java.awt.GraphicsConfiguration)
+cons public init()
+cons public init(java.awt.GraphicsConfiguration)
 innr protected AccessibleAWTCanvas
 intf javax.accessibility.Accessible
 meth public java.awt.image.BufferStrategy getBufferStrategy()
@@ -17,7 +17,7 @@ supr java.awt.Component
 hfds base,nameCounter,serialVersionUID
 
 CLSS public abstract java.awt.Component
-cons protected Component()
+cons protected init()
 fld public final static float BOTTOM_ALIGNMENT = 1.0
 fld public final static float CENTER_ALIGNMENT = 0.5
 fld public final static float LEFT_ALIGNMENT = 0.0
@@ -287,11 +287,11 @@ meth public void transferFocusUpCycle()
 meth public void update(java.awt.Graphics)
 meth public void validate()
 supr java.lang.Object
-hfds FOCUS_TRAVERSABLE_DEFAULT,FOCUS_TRAVERSABLE_SET,FOCUS_TRAVERSABLE_UNKNOWN,LOCK,accessibleContext,actionListenerK,adjustmentListenerK,appContext,background,backgroundEraseDisabled,boundsOp,bufferStrategy,changeSupport,coalesceEventsParams,coalesceMap,coalescingEnabled,componentListener,componentListenerK,componentOrientation,componentSerializedDataVersion,compoundShape,containerListenerK,cursor,dbg,dropTarget,enabled,eventCache,eventMask,focusListener,focusListenerK,focusLog,focusTraversalKeyPropertyNames,focusTraversalKeys,focusTraversalKeysEnabled,focusable,font,foreground,graphicsConfig,height,hierarchyBoundsListener,hierarchyBoundsListenerK,hierarchyListener,hierarchyListenerK,ignoreRepaint,incRate,inputMethodListener,inputMethodListenerK,isAddNotifyComplete,isFocusTraversableOverridden,isInc,isPacked,itemListenerK,keyListener,keyListenerK,locale,log,maxSize,maxSizeSet,minSize,minSizeSet,mixingCutoutRegion,mixingLog,mouseListener,mouseListenerK,mouseMotionListener,mouseMotionListenerK,mouseWheelListener,mouseWheelListenerK,name,nameExplicitlySet,nativeInLightFixer,newEventsOnly,objectLock,ownedWindowK,parent,peer,peerFont,popups,prefSize,prefSizeSet,privateKey,requestFocusController,serialVersionUID,textListenerK,valid,visible,width,windowClosingException,windowFocusListenerK,windowListenerK,windowStateListenerK,x,y
-hcls AWTTreeLock,BltSubRegionBufferStrategy,DummyRequestFocusController,FlipSubRegionBufferStrategy,NativeInLightFixer,ProxyCapabilities,SingleBufferStrategy
+hfds FOCUS_TRAVERSABLE_DEFAULT,FOCUS_TRAVERSABLE_SET,FOCUS_TRAVERSABLE_UNKNOWN,LOCK,accessibleContext,actionListenerK,adjustmentListenerK,appContext,background,boundsOp,bufferStrategy,changeSupport,changeSupportLock,coalesceEventsParams,coalesceMap,coalescingEnabled,componentListener,componentListenerK,componentOrientation,componentSerializedDataVersion,compoundShape,containerListenerK,cursor,dropTarget,enabled,eventCache,eventLog,eventMask,focusListener,focusListenerK,focusLog,focusTraversalKeyPropertyNames,focusTraversalKeys,focusTraversalKeysEnabled,focusable,font,foreground,graphicsConfig,height,hierarchyBoundsListener,hierarchyBoundsListenerK,hierarchyListener,hierarchyListenerK,ignoreRepaint,incRate,inputMethodListener,inputMethodListenerK,isAddNotifyComplete,isFocusTraversableOverridden,isInc,isPacked,itemListenerK,keyListener,keyListenerK,locale,log,maxSize,maxSizeSet,minSize,minSizeSet,mixingLog,mouseListener,mouseListenerK,mouseMotionListener,mouseMotionListenerK,mouseWheelListener,mouseWheelListenerK,name,nameExplicitlySet,nativeInLightFixer,newEventsOnly,opaquePropertyChangeListener,ownedWindowK,parent,peer,peerFont,popups,prefSize,prefSizeSet,requestFocusController,serialVersionUID,textListenerK,valid,visible,width,windowClosingException,windowFocusListenerK,windowListenerK,windowStateListenerK,x,y
+hcls AWTTreeLock,BltSubRegionBufferStrategy,DummyRequestFocusController,FlipSubRegionBufferStrategy,NativeInLightFixer,SingleBufferStrategy
 
 CLSS public java.awt.Container
-cons public Container()
+cons public init()
 innr protected AccessibleAWTContainer
 meth protected java.lang.String paramString()
 meth protected void addImpl(java.awt.Component,java.lang.Object,int)
@@ -368,18 +368,17 @@ meth public void setFocusTraversalKeys(int,java.util.Set<? extends java.awt.AWTK
 meth public void setFocusTraversalPolicy(java.awt.FocusTraversalPolicy)
 meth public void setFont(java.awt.Font)
 meth public void setLayout(java.awt.LayoutManager)
-meth public void transferFocusBackward()
 meth public void transferFocusDownCycle()
 meth public void update(java.awt.Graphics)
 meth public void validate()
 supr java.awt.Component
-hfds EMPTY_ARRAY,INCLUDE_SELF,SEARCH_HEAVYWEIGHTS,component,containerListener,containerSerializedDataVersion,dbg,descendantsCount,dispatcher,focusCycleRoot,focusTraversalPolicy,focusTraversalPolicyProvider,layoutMgr,listeningBoundsChildren,listeningChildren,mixingLog,modalAppContext,modalComp,numOfHWComponents,numOfLWComponents,preserveBackgroundColor,printing,printingThreads,serialPersistentFields,serialVersionUID
+hfds INCLUDE_SELF,SEARCH_HEAVYWEIGHTS,component,containerListener,containerSerializedDataVersion,descendantsCount,dispatcher,eventLog,focusCycleRoot,focusTraversalPolicy,focusTraversalPolicyProvider,layoutMgr,listeningBoundsChildren,listeningChildren,log,mixingLog,modalAppContext,modalComp,ncomponents,numOfHWComponents,numOfLWComponents,printing,printingThreads,serialPersistentFields,serialVersionUID
 hcls DropTargetEventTargetFilter,EventTargetFilter,MouseEventTargetFilter,WakingRunnable
 
 CLSS public java.awt.FlowLayout
-cons public FlowLayout()
-cons public FlowLayout(int)
-cons public FlowLayout(int,int,int)
+cons public init()
+cons public init(int)
+cons public init(int,int,int)
 fld public final static int CENTER = 1
 fld public final static int LEADING = 3
 fld public final static int LEFT = 0
@@ -427,7 +426,7 @@ intf java.util.EventListener
 meth public abstract void actionPerformed(java.awt.event.ActionEvent)
 
 CLSS public abstract java.awt.event.MouseAdapter
-cons public MouseAdapter()
+cons public init()
 intf java.awt.event.MouseListener
 intf java.awt.event.MouseMotionListener
 intf java.awt.event.MouseWheelListener
@@ -470,7 +469,7 @@ fld public final static int WIDTH = 1
 meth public abstract boolean imageUpdate(java.awt.Image,int,int,int,int,int)
 
 CLSS public java.beans.FeatureDescriptor
-cons public FeatureDescriptor()
+cons public init()
 meth public boolean isExpert()
 meth public boolean isHidden()
 meth public boolean isPreferred()
@@ -503,10 +502,10 @@ meth public abstract void readExternal(java.io.ObjectInput) throws java.io.IOExc
 meth public abstract void writeExternal(java.io.ObjectOutput) throws java.io.IOException
 
 CLSS public java.io.IOException
-cons public IOException()
-cons public IOException(java.lang.String)
-cons public IOException(java.lang.String,java.lang.Throwable)
-cons public IOException(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 supr java.lang.Exception
 hfds serialVersionUID
 
@@ -523,7 +522,7 @@ CLSS public abstract interface !annotation java.lang.Deprecated
 intf java.lang.annotation.Annotation
 
 CLSS public abstract java.lang.Enum<%0 extends java.lang.Enum<{java.lang.Enum%0}>>
-cons protected Enum(java.lang.String,int)
+cons protected init(java.lang.String,int)
 intf java.io.Serializable
 intf java.lang.Comparable<{java.lang.Enum%0}>
 meth protected final java.lang.Object clone() throws java.lang.CloneNotSupportedException
@@ -540,15 +539,15 @@ supr java.lang.Object
 hfds name,ordinal
 
 CLSS public java.lang.Exception
-cons public Exception()
-cons public Exception(java.lang.String)
-cons public Exception(java.lang.String,java.lang.Throwable)
-cons public Exception(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 supr java.lang.Throwable
 hfds serialVersionUID
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -565,14 +564,14 @@ CLSS public abstract interface java.lang.Runnable
 meth public abstract void run()
 
 CLSS public java.lang.Thread
-cons public Thread()
-cons public Thread(java.lang.Runnable)
-cons public Thread(java.lang.Runnable,java.lang.String)
-cons public Thread(java.lang.String)
-cons public Thread(java.lang.ThreadGroup,java.lang.Runnable)
-cons public Thread(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String)
-cons public Thread(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String,long)
-cons public Thread(java.lang.ThreadGroup,java.lang.String)
+cons public init()
+cons public init(java.lang.Runnable)
+cons public init(java.lang.Runnable,java.lang.String)
+cons public init(java.lang.String)
+cons public init(java.lang.ThreadGroup,java.lang.Runnable)
+cons public init(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String)
+cons public init(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String,long)
+cons public init(java.lang.ThreadGroup,java.lang.String)
 fld public final static int MAX_PRIORITY = 10
 fld public final static int MIN_PRIORITY = 1
 fld public final static int NORM_PRIORITY = 5
@@ -631,10 +630,10 @@ supr java.lang.Object
 hfds EMPTY_STACK_TRACE,SUBCLASS_IMPLEMENTATION_PERMISSION,blocker,blockerLock,contextClassLoader,daemon,defaultUncaughtExceptionHandler,eetop,group,inheritableThreadLocals,inheritedAccessControlContext,name,nativeParkEventPointer,parkBlocker,priority,single_step,stackSize,stillborn,stopBeforeStart,subclassAudits,target,threadInitNumber,threadLocals,threadQ,threadSeqNumber,threadStatus,throwableFromStop,tid,uncaughtExceptionHandler
 
 CLSS public java.lang.Throwable
-cons public Throwable()
-cons public Throwable(java.lang.String)
-cons public Throwable(java.lang.String,java.lang.Throwable)
-cons public Throwable(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 intf java.io.Serializable
 meth public java.lang.StackTraceElement[] getStackTrace()
 meth public java.lang.String getLocalizedMessage()
@@ -710,7 +709,7 @@ meth public abstract int compare({java.util.Comparator%0},{java.util.Comparator%
 CLSS public abstract interface java.util.EventListener
 
 CLSS public java.util.EventObject
-cons public EventObject(java.lang.Object)
+cons public init(java.lang.Object)
 fld protected java.lang.Object source
 intf java.io.Serializable
 meth public java.lang.Object getSource()
@@ -722,7 +721,7 @@ CLSS public abstract interface javax.accessibility.Accessible
 meth public abstract javax.accessibility.AccessibleContext getAccessibleContext()
 
 CLSS public abstract javax.swing.AbstractButton
-cons public AbstractButton()
+cons public init()
 fld protected java.awt.event.ActionListener actionListener
 fld protected java.awt.event.ItemListener itemListener
 fld protected javax.swing.ButtonModel model
@@ -867,11 +866,11 @@ meth public abstract void removePropertyChangeListener(java.beans.PropertyChange
 meth public abstract void setEnabled(boolean)
 
 CLSS public javax.swing.JButton
-cons public JButton()
-cons public JButton(java.lang.String)
-cons public JButton(java.lang.String,javax.swing.Icon)
-cons public JButton(javax.swing.Action)
-cons public JButton(javax.swing.Icon)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,javax.swing.Icon)
+cons public init(javax.swing.Action)
+cons public init(javax.swing.Icon)
 innr protected AccessibleJButton
 intf javax.accessibility.Accessible
 meth protected java.lang.String paramString()
@@ -886,13 +885,13 @@ supr javax.swing.AbstractButton
 hfds uiClassID
 
 CLSS public javax.swing.JCheckBoxMenuItem
-cons public JCheckBoxMenuItem()
-cons public JCheckBoxMenuItem(java.lang.String)
-cons public JCheckBoxMenuItem(java.lang.String,boolean)
-cons public JCheckBoxMenuItem(java.lang.String,javax.swing.Icon)
-cons public JCheckBoxMenuItem(java.lang.String,javax.swing.Icon,boolean)
-cons public JCheckBoxMenuItem(javax.swing.Action)
-cons public JCheckBoxMenuItem(javax.swing.Icon)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,boolean)
+cons public init(java.lang.String,javax.swing.Icon)
+cons public init(java.lang.String,javax.swing.Icon,boolean)
+cons public init(javax.swing.Action)
+cons public init(javax.swing.Icon)
 innr protected AccessibleJCheckBoxMenuItem
 intf javax.accessibility.Accessible
 intf javax.swing.SwingConstants
@@ -906,7 +905,7 @@ supr javax.swing.JMenuItem
 hfds uiClassID
 
 CLSS public abstract javax.swing.JComponent
-cons public JComponent()
+cons public init()
 fld protected javax.accessibility.AccessibleContext accessibleContext
 fld protected javax.swing.event.EventListenerList listenerList
 fld protected javax.swing.plaf.ComponentUI ui
@@ -1060,14 +1059,14 @@ meth public void unregisterKeyboardAction(javax.swing.KeyStroke)
 meth public void update(java.awt.Graphics)
 meth public void updateUI()
 supr java.awt.Container
-hfds ACTIONMAP_CREATED,ANCESTOR_INPUTMAP_CREATED,ANCESTOR_NOTIFIER_KEY,ANCESTOR_USING_BUFFER,AUTOSCROLLS_SET,COMPLETELY_OBSCURED,CREATED_DOUBLE_BUFFER,DEBUG_GRAPHICS_LOADED,FOCUS_INPUTMAP_CREATED,FOCUS_TRAVERSAL_KEYS_BACKWARD_SET,FOCUS_TRAVERSAL_KEYS_FORWARD_SET,INHERITS_POPUP_MENU,INPUT_VERIFIER_KEY,INPUT_VERIFIER_SOURCE_KEY,IS_DOUBLE_BUFFERED,IS_OPAQUE,IS_PAINTING_TILE,IS_PRINTING,IS_PRINTING_ALL,IS_REPAINTING,KEYBOARD_BINDINGS_KEY,KEY_EVENTS_ENABLED,NEXT_FOCUS,NOT_OBSCURED,OPAQUE_SET,PARTIALLY_OBSCURED,REQUEST_FOCUS_DISABLED,RESERVED_1,RESERVED_2,RESERVED_3,RESERVED_4,RESERVED_5,RESERVED_6,TRANSFER_HANDLER_KEY,WHEN_IN_FOCUSED_WINDOW_BINDINGS,WIF_INPUTMAP_CREATED,WRITE_OBJ_COUNTER_FIRST,WRITE_OBJ_COUNTER_LAST,aaTextInfo,actionMap,alignmentX,alignmentY,ancestorInputMap,autoscrolls,border,clientProperties,componentObtainingGraphicsFrom,componentObtainingGraphicsFromLock,defaultLocale,flags,focusController,focusInputMap,inputVerifier,isAlignmentXSet,isAlignmentYSet,managingFocusBackwardTraversalKeys,managingFocusForwardTraversalKeys,paintingChild,popupMenu,readObjectCallbacks,tempRectangles,uiClassID,verifyInputWhenFocusTarget,vetoableChangeSupport,windowInputMap
+hfds ACTIONMAP_CREATED,ANCESTOR_INPUTMAP_CREATED,ANCESTOR_USING_BUFFER,AUTOSCROLLS_SET,COMPLETELY_OBSCURED,CREATED_DOUBLE_BUFFER,DEBUG_GRAPHICS_LOADED,FOCUS_INPUTMAP_CREATED,FOCUS_TRAVERSAL_KEYS_BACKWARD_SET,FOCUS_TRAVERSAL_KEYS_FORWARD_SET,INHERITS_POPUP_MENU,INPUT_VERIFIER_SOURCE_KEY,IS_DOUBLE_BUFFERED,IS_OPAQUE,IS_PAINTING_TILE,IS_PRINTING,IS_PRINTING_ALL,IS_REPAINTING,KEYBOARD_BINDINGS_KEY,KEY_EVENTS_ENABLED,NEXT_FOCUS,NOT_OBSCURED,OPAQUE_SET,PARTIALLY_OBSCURED,REQUEST_FOCUS_DISABLED,RESERVED_1,RESERVED_2,RESERVED_3,RESERVED_4,RESERVED_5,RESERVED_6,REVALIDATE_RUNNABLE_SCHEDULED,WHEN_IN_FOCUSED_WINDOW_BINDINGS,WIF_INPUTMAP_CREATED,WRITE_OBJ_COUNTER_FIRST,WRITE_OBJ_COUNTER_LAST,aaTextInfo,actionMap,alignmentX,alignmentY,ancestorInputMap,autoscrolls,border,clientProperties,componentObtainingGraphicsFrom,componentObtainingGraphicsFromLock,defaultLocale,flags,focusController,focusInputMap,inputVerifier,isAlignmentXSet,isAlignmentYSet,managingFocusBackwardTraversalKeys,managingFocusForwardTraversalKeys,paintingChild,popupMenu,readObjectCallbacks,tempRectangles,uiClassID,verifyInputWhenFocusTarget,vetoableChangeSupport,windowInputMap
 hcls ActionStandin,IntVector,KeyboardState,ReadObjectCallback
 
 CLSS public javax.swing.JList
-cons public JList()
-cons public JList(java.lang.Object[])
-cons public JList(java.util.Vector<?>)
-cons public JList(javax.swing.ListModel)
+cons public init()
+cons public init(java.lang.Object[])
+cons public init(java.util.Vector<?>)
+cons public init(javax.swing.ListModel)
 fld public final static int HORIZONTAL_WRAP = 2
 fld public final static int VERTICAL = 0
 fld public final static int VERTICAL_WRAP = 1
@@ -1152,10 +1151,10 @@ hfds cellRenderer,dataModel,dragEnabled,dropLocation,dropMode,fixedCellHeight,fi
 hcls ListSelectionHandler
 
 CLSS public javax.swing.JMenu
-cons public JMenu()
-cons public JMenu(java.lang.String)
-cons public JMenu(java.lang.String,boolean)
-cons public JMenu(javax.swing.Action)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,boolean)
+cons public init(javax.swing.Action)
 fld protected javax.swing.JMenu$WinListener popupListener
 innr protected AccessibleJMenu
 innr protected WinListener
@@ -1219,7 +1218,7 @@ hfds DEBUG,TRACE,VERBOSE,customMenuLocation,delay,listenerRegistry,menuChangeLis
 hcls MenuChangeListener
 
 CLSS public javax.swing.JMenuBar
-cons public JMenuBar()
+cons public init()
 innr protected AccessibleJMenuBar
 intf javax.accessibility.Accessible
 intf javax.swing.MenuElement
@@ -1258,12 +1257,12 @@ supr javax.swing.JComponent
 hfds DEBUG,TRACE,VERBOSE,margin,paintBorder,selectionModel,uiClassID
 
 CLSS public javax.swing.JMenuItem
-cons public JMenuItem()
-cons public JMenuItem(java.lang.String)
-cons public JMenuItem(java.lang.String,int)
-cons public JMenuItem(java.lang.String,javax.swing.Icon)
-cons public JMenuItem(javax.swing.Action)
-cons public JMenuItem(javax.swing.Icon)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,int)
+cons public init(java.lang.String,javax.swing.Icon)
+cons public init(javax.swing.Action)
+cons public init(javax.swing.Icon)
 innr protected AccessibleJMenuItem
 intf javax.accessibility.Accessible
 intf javax.swing.MenuElement
@@ -1306,10 +1305,10 @@ hfds DEBUG,TRACE,VERBOSE,accelerator,isMouseDragged,uiClassID
 hcls MenuItemFocusListener
 
 CLSS public javax.swing.JPanel
-cons public JPanel()
-cons public JPanel(boolean)
-cons public JPanel(java.awt.LayoutManager)
-cons public JPanel(java.awt.LayoutManager,boolean)
+cons public init()
+cons public init(boolean)
+cons public init(java.awt.LayoutManager)
+cons public init(java.awt.LayoutManager,boolean)
 innr protected AccessibleJPanel
 intf javax.accessibility.Accessible
 meth protected java.lang.String paramString()
@@ -1322,8 +1321,8 @@ supr javax.swing.JComponent
 hfds uiClassID
 
 CLSS public javax.swing.JPopupMenu
-cons public JPopupMenu()
-cons public JPopupMenu(java.lang.String)
+cons public init()
+cons public init(java.lang.String)
 innr protected AccessibleJPopupMenu
 innr public static Separator
 intf javax.accessibility.Accessible
@@ -1389,14 +1388,14 @@ supr javax.swing.JComponent
 hfds DEBUG,TRACE,VERBOSE,classLock,defaultLWPopupEnabledKey,desiredLocationX,desiredLocationY,frame,invoker,label,lightWeightPopup,margin,paintBorder,popup,popupPostionFixDisabled,selectionModel,uiClassID
 
 CLSS public javax.swing.JToggleButton
-cons public JToggleButton()
-cons public JToggleButton(java.lang.String)
-cons public JToggleButton(java.lang.String,boolean)
-cons public JToggleButton(java.lang.String,javax.swing.Icon)
-cons public JToggleButton(java.lang.String,javax.swing.Icon,boolean)
-cons public JToggleButton(javax.swing.Action)
-cons public JToggleButton(javax.swing.Icon)
-cons public JToggleButton(javax.swing.Icon,boolean)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,boolean)
+cons public init(java.lang.String,javax.swing.Icon)
+cons public init(java.lang.String,javax.swing.Icon,boolean)
+cons public init(javax.swing.Action)
+cons public init(javax.swing.Icon)
+cons public init(javax.swing.Icon,boolean)
 innr protected AccessibleJToggleButton
 innr public static ToggleButtonModel
 intf javax.accessibility.Accessible
@@ -1408,10 +1407,10 @@ supr javax.swing.AbstractButton
 hfds uiClassID
 
 CLSS public javax.swing.JToolBar
-cons public JToolBar()
-cons public JToolBar(int)
-cons public JToolBar(java.lang.String)
-cons public JToolBar(java.lang.String,int)
+cons public init()
+cons public init(int)
+cons public init(java.lang.String)
+cons public init(java.lang.String,int)
 innr protected AccessibleJToolBar
 innr public static Separator
 intf javax.accessibility.Accessible
@@ -1531,7 +1530,7 @@ CLSS public abstract interface javax.swing.tree.TreeCellRenderer
 meth public abstract java.awt.Component getTreeCellRendererComponent(javax.swing.JTree,java.lang.Object,boolean,boolean,boolean,int,boolean)
 
 CLSS public javax.swing.undo.AbstractUndoableEdit
-cons public AbstractUndoableEdit()
+cons public init()
 fld protected final static java.lang.String RedoName = "Redo"
 fld protected final static java.lang.String UndoName = "Undo"
 intf java.io.Serializable
@@ -1552,7 +1551,7 @@ supr java.lang.Object
 hfds alive,hasBeenDone
 
 CLSS public javax.swing.undo.CompoundEdit
-cons public CompoundEdit()
+cons public init()
 fld protected java.util.Vector<javax.swing.undo.UndoableEdit> edits
 meth protected javax.swing.undo.UndoableEdit lastEdit()
 meth public boolean addEdit(javax.swing.undo.UndoableEdit)
@@ -1572,7 +1571,7 @@ supr javax.swing.undo.AbstractUndoableEdit
 hfds inProgress
 
 CLSS public javax.swing.undo.UndoManager
-cons public UndoManager()
+cons public init()
 intf javax.swing.event.UndoableEditListener
 meth protected javax.swing.undo.UndoableEdit editToBeRedone()
 meth protected javax.swing.undo.UndoableEdit editToBeUndone()
@@ -1622,12 +1621,12 @@ CLSS public abstract interface org.netbeans.api.actions.Printable
 meth public abstract void print()
 
 CLSS public org.openide.DialogDescriptor
-cons public DialogDescriptor(java.lang.Object,java.lang.String)
-cons public DialogDescriptor(java.lang.Object,java.lang.String,boolean,int,java.lang.Object,int,org.openide.util.HelpCtx,java.awt.event.ActionListener)
-cons public DialogDescriptor(java.lang.Object,java.lang.String,boolean,int,java.lang.Object,java.awt.event.ActionListener)
-cons public DialogDescriptor(java.lang.Object,java.lang.String,boolean,java.awt.event.ActionListener)
-cons public DialogDescriptor(java.lang.Object,java.lang.String,boolean,java.lang.Object[],java.lang.Object,int,org.openide.util.HelpCtx,java.awt.event.ActionListener)
-cons public DialogDescriptor(java.lang.Object,java.lang.String,boolean,java.lang.Object[],java.lang.Object,int,org.openide.util.HelpCtx,java.awt.event.ActionListener,boolean)
+cons public init(java.lang.Object,java.lang.String)
+cons public init(java.lang.Object,java.lang.String,boolean,int,java.lang.Object,int,org.openide.util.HelpCtx,java.awt.event.ActionListener)
+cons public init(java.lang.Object,java.lang.String,boolean,int,java.lang.Object,java.awt.event.ActionListener)
+cons public init(java.lang.Object,java.lang.String,boolean,java.awt.event.ActionListener)
+cons public init(java.lang.Object,java.lang.String,boolean,java.lang.Object[],java.lang.Object,int,org.openide.util.HelpCtx,java.awt.event.ActionListener)
+cons public init(java.lang.Object,java.lang.String,boolean,java.lang.Object[],java.lang.Object,int,org.openide.util.HelpCtx,java.awt.event.ActionListener,boolean)
 fld public final static int BOTTOM_ALIGN = 0
 fld public final static int DEFAULT_ALIGN = 0
 fld public final static int RIGHT_ALIGN = 1
@@ -1654,7 +1653,7 @@ supr org.openide.NotifyDescriptor
 hfds DEFAULT_CLOSING_OPTIONS,buttonListener,closingOptions,helpCtx,leaf,modal,optionsAlign
 
 CLSS public org.openide.NotifyDescriptor
-cons public NotifyDescriptor(java.lang.Object,java.lang.String,int,int,java.lang.Object[],java.lang.Object)
+cons public init(java.lang.Object,java.lang.String,int,int,java.lang.Object[],java.lang.Object)
 fld public final static int DEFAULT_OPTION = -1
 fld public final static int ERROR_MESSAGE = 0
 fld public final static int INFORMATION_MESSAGE = 1
@@ -1713,7 +1712,7 @@ hfds MAXIMUM_TEXT_WIDTH,SIZE_PREFERRED_HEIGHT,SIZE_PREFERRED_WIDTH,adOptions,cha
 
 CLSS public abstract org.openide.ServiceType
  anno 0 java.lang.Deprecated()
-cons public ServiceType()
+cons public init()
 fld public final static java.lang.String PROP_NAME = "name"
 innr public abstract static Registry
 innr public final static Handle
@@ -1734,11 +1733,11 @@ supr java.lang.Object
 hfds err,name,serialVersionUID,supp
 
 CLSS public org.openide.WizardDescriptor
-cons protected WizardDescriptor()
-cons public <%0 extends java.lang.Object> WizardDescriptor(org.openide.WizardDescriptor$Iterator<{%%0}>,{%%0})
-cons public <%0 extends java.lang.Object> WizardDescriptor(org.openide.WizardDescriptor$Panel<{%%0}>[],{%%0})
-cons public WizardDescriptor(org.openide.WizardDescriptor$Iterator<org.openide.WizardDescriptor>)
-cons public WizardDescriptor(org.openide.WizardDescriptor$Panel<org.openide.WizardDescriptor>[])
+cons protected init()
+cons public <%0 extends java.lang.Object> init(org.openide.WizardDescriptor$Iterator<{%%0}>,{%%0})
+cons public <%0 extends java.lang.Object> init(org.openide.WizardDescriptor$Panel<{%%0}>[],{%%0})
+cons public init(org.openide.WizardDescriptor$Iterator<org.openide.WizardDescriptor>)
+cons public init(org.openide.WizardDescriptor$Panel<org.openide.WizardDescriptor>[])
 fld public final static java.lang.Object FINISH_OPTION
 fld public final static java.lang.Object NEXT_OPTION
 fld public final static java.lang.Object PREVIOUS_OPTION
@@ -1789,6 +1788,7 @@ hfds ASYNCHRONOUS_JOBS_RP,CLOSE_PREVENTER,PROGRESS_BAR_DISPLAY_NAME,autoWizardSt
 hcls BoundedHtmlBrowser,EmptyPanel,FinishAction,FixedHeightLabel,ImagedPanel,Listener,PropL,SettingsAndIterator,WizardPanel,WrappedCellRenderer
 
 CLSS public abstract interface static org.openide.WizardDescriptor$Iterator<%0 extends java.lang.Object>
+ outer org.openide.WizardDescriptor
 meth public abstract boolean hasNext()
 meth public abstract boolean hasPrevious()
 meth public abstract java.lang.String name()
@@ -1799,7 +1799,7 @@ meth public abstract void previousPanel()
 meth public abstract void removeChangeListener(javax.swing.event.ChangeListener)
 
 CLSS public abstract org.openide.actions.ActionManager
-cons public ActionManager()
+cons public init()
 fld public final static java.lang.String PROP_CONTEXT_ACTIONS = "contextActions"
 meth protected final void firePropertyChange(java.lang.String,java.lang.Object,java.lang.Object)
 meth public abstract org.openide.util.actions.SystemAction[] getContextActions()
@@ -1813,7 +1813,7 @@ hfds supp
 hcls Trivial
 
 CLSS public org.openide.actions.CloneViewAction
-cons public CloneViewAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth public java.lang.Object getActionMapKey()
@@ -1822,7 +1822,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.CloseViewAction
-cons public CloseViewAction()
+cons public init()
 meth protected boolean asynchronous()
 meth public java.lang.Object getActionMapKey()
 meth public java.lang.String getName()
@@ -1830,7 +1830,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.CopyAction
-cons public CopyAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth protected void initialize()
@@ -1840,7 +1840,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.CustomizeAction
-cons public CustomizeAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean enable(org.openide.nodes.Node[])
 meth protected void performAction(org.openide.nodes.Node[])
@@ -1849,7 +1849,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.NodeAction
 
 CLSS public org.openide.actions.CutAction
-cons public CutAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth protected void initialize()
@@ -1859,7 +1859,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.DeleteAction
-cons public DeleteAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth protected void initialize()
@@ -1869,7 +1869,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.EditAction
-cons public EditAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean surviveFocusChange()
 meth protected int mode()
@@ -1880,7 +1880,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CookieAction
 
 CLSS public org.openide.actions.FileSystemAction
-cons public FileSystemAction()
+cons public init()
 intf org.openide.util.ContextAwareAction
 intf org.openide.util.actions.Presenter$Menu
 intf org.openide.util.actions.Presenter$Popup
@@ -1895,7 +1895,7 @@ hfds NONE
 hcls DelegateAction,Menu
 
 CLSS public final org.openide.actions.FileSystemRefreshAction
-cons public FileSystemRefreshAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected int mode()
 meth protected java.lang.Class<?>[] cookieClasses()
@@ -1905,7 +1905,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CookieAction
 
 CLSS public org.openide.actions.FindAction
-cons public FindAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth public java.lang.String getName()
@@ -1913,17 +1913,18 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.GarbageCollectAction
-cons public GarbageCollectAction()
+cons public init()
 meth protected boolean asynchronous()
 meth public java.awt.Component getToolbarPresenter()
 meth public java.lang.String getName()
 meth public org.openide.util.HelpCtx getHelpCtx()
 meth public void performAction()
 supr org.openide.util.actions.CallableSystemAction
+hfds RP
 hcls HeapViewWrapper
 
 CLSS public org.openide.actions.GotoAction
-cons public GotoAction()
+cons public init()
 meth protected boolean asynchronous()
 meth public java.lang.String getName()
 meth public org.openide.util.HelpCtx getHelpCtx()
@@ -1931,7 +1932,7 @@ supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.InstantiateAction
  anno 0 java.lang.Deprecated()
-cons public InstantiateAction()
+cons public init()
 meth protected boolean enable(org.openide.nodes.Node[])
 meth protected void performAction(org.openide.nodes.Node[])
 meth public java.lang.String getName()
@@ -1941,7 +1942,7 @@ supr org.openide.util.actions.NodeAction
 hfds serialVersionUID
 
 CLSS public final org.openide.actions.MoveDownAction
-cons public MoveDownAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean enable(org.openide.nodes.Node[])
 meth protected void initialize()
@@ -1953,7 +1954,7 @@ hfds PROP_ORDER_LISTENER,curIndexCookie
 hcls OrderingListener
 
 CLSS public final org.openide.actions.MoveUpAction
-cons public MoveUpAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean enable(org.openide.nodes.Node[])
 meth protected void initialize()
@@ -1965,7 +1966,7 @@ hfds PROP_ORDER_LISTENER,curIndexCookie,err
 hcls OrderingListener
 
 CLSS public final org.openide.actions.NewAction
-cons public NewAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean enable(org.openide.nodes.Node[])
 meth protected void performAction(org.openide.nodes.Node[])
@@ -1979,7 +1980,7 @@ hfds model
 hcls ActSubMenuModel,DelegateAction
 
 CLSS public org.openide.actions.NewTemplateAction
-cons public NewTemplateAction()
+cons public init()
 innr public abstract interface static Cookie
 meth protected boolean asynchronous()
 meth protected boolean enable(org.openide.nodes.Node[])
@@ -1996,11 +1997,12 @@ hfds EMPTY_NODE_ARRAY,MAX_RECENT_ITEMS,active,privilegedListFolder,recentChanged
 hcls DataShadowFilterNode,DefaultTemplateWizard,DelegateAction,MenuWithRecent,NodeLookupListener,RootChildren,TemplateActionListener,TemplateChildren
 
 CLSS public abstract interface static org.openide.actions.NewTemplateAction$Cookie
+ outer org.openide.actions.NewTemplateAction
 intf org.openide.nodes.Node$Cookie
 meth public abstract org.openide.loaders.TemplateWizard getTemplateWizard()
 
 CLSS public org.openide.actions.NextTabAction
-cons public NextTabAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth public java.lang.String getName()
@@ -2008,7 +2010,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.OpenAction
-cons public OpenAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean surviveFocusChange()
 meth protected int mode()
@@ -2019,7 +2021,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CookieAction
 
 CLSS public final org.openide.actions.OpenLocalExplorerAction
-cons public OpenLocalExplorerAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean enable(org.openide.nodes.Node[])
 meth protected java.lang.String iconResource()
@@ -2029,7 +2031,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.NodeAction
 
 CLSS public final org.openide.actions.PageSetupAction
-cons public PageSetupAction()
+cons public init()
 meth protected boolean asynchronous()
 meth public java.lang.String getName()
 meth public org.openide.util.HelpCtx getHelpCtx()
@@ -2037,7 +2039,7 @@ meth public void performAction()
 supr org.openide.util.actions.CallableSystemAction
 
 CLSS public final org.openide.actions.PasteAction
-cons public PasteAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth protected void initialize()
@@ -2056,7 +2058,7 @@ hfds globalModel,types
 hcls ActSubMenuModel,ActionPT,DelegateAction,NodeSelector
 
 CLSS public final org.openide.actions.PopupAction
-cons public PopupAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected void initialize()
 meth public java.lang.String getName()
@@ -2064,7 +2066,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.PreviousTabAction
-cons public PreviousTabAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth public java.lang.String getName()
@@ -2072,7 +2074,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.PrintAction
-cons public PrintAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected int mode()
 meth protected java.lang.Class[] cookieClasses()
@@ -2083,7 +2085,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CookieAction
 
 CLSS public org.openide.actions.PropertiesAction
-cons public PropertiesAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean enable(org.openide.nodes.Node[])
 meth protected java.lang.String iconResource()
@@ -2096,7 +2098,7 @@ supr org.openide.util.actions.NodeAction
 hcls DelegateAction
 
 CLSS public org.openide.actions.RedoAction
-cons public RedoAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth public boolean isEnabled()
@@ -2107,7 +2109,7 @@ supr org.openide.util.actions.CallableSystemAction
 hfds SWING_DEFAULT_LABEL
 
 CLSS public org.openide.actions.RenameAction
-cons public RenameAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean enable(org.openide.nodes.Node[])
 meth protected boolean surviveFocusChange()
@@ -2117,7 +2119,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.NodeAction
 
 CLSS public org.openide.actions.ReorderAction
-cons public ReorderAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean surviveFocusChange()
 meth protected int mode()
@@ -2128,14 +2130,14 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CookieAction
 
 CLSS public org.openide.actions.ReplaceAction
-cons public ReplaceAction()
+cons public init()
 meth protected boolean asynchronous()
 meth public java.lang.String getName()
 meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.SaveAction
-cons public SaveAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected int mode()
 meth protected java.lang.Class[] cookieClasses()
@@ -2149,7 +2151,7 @@ hfds dataObject,getNodeDelegate
 hcls Delegate
 
 CLSS public final org.openide.actions.SaveAllAction
-cons public SaveAllAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth protected void initialize()
@@ -2161,7 +2163,7 @@ hfds RUNNING,chl,serialVersionUID
 hcls ModifiedListL
 
 CLSS public final org.openide.actions.SaveAsTemplateAction
-cons public SaveAsTemplateAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean enable(org.openide.nodes.Node[])
 meth protected boolean surviveFocusChange()
@@ -2174,7 +2176,7 @@ supr org.openide.util.actions.NodeAction
 hcls FolderNodeAcceptor
 
 CLSS public org.openide.actions.ToolsAction
-cons public ToolsAction()
+cons public init()
 innr public abstract interface static Model
 intf org.openide.util.ContextAwareAction
 intf org.openide.util.actions.Presenter$Menu
@@ -2192,13 +2194,14 @@ hfds gl,serialVersionUID
 hcls DelegateAction,G,Inline,Popup
 
 CLSS public abstract interface static org.openide.actions.ToolsAction$Model
+ outer org.openide.actions.ToolsAction
  anno 0 java.lang.Deprecated()
 meth public abstract org.openide.util.actions.SystemAction[] getActions()
 meth public abstract void addChangeListener(javax.swing.event.ChangeListener)
 meth public abstract void removeChangeListener(javax.swing.event.ChangeListener)
 
 CLSS public org.openide.actions.UndoAction
-cons public UndoAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth public boolean isEnabled()
@@ -2211,7 +2214,7 @@ hcls Listener
 
 CLSS public org.openide.actions.UndockAction
  anno 0 java.lang.Deprecated()
-cons public UndockAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected java.lang.String iconResource()
 meth public java.lang.String getName()
@@ -2219,7 +2222,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr org.openide.util.actions.CallbackSystemAction
 
 CLSS public org.openide.actions.ViewAction
-cons public ViewAction()
+cons public init()
 meth protected boolean asynchronous()
 meth protected boolean surviveFocusChange()
 meth protected int mode()
@@ -2231,15 +2234,23 @@ supr org.openide.util.actions.CookieAction
 
 CLSS public org.openide.actions.WorkspaceSwitchAction
  anno 0 java.lang.Deprecated()
-cons public WorkspaceSwitchAction()
+cons public init()
 meth public java.lang.String getName()
 meth public javax.swing.JMenuItem getMenuPresenter()
 meth public org.openide.util.HelpCtx getHelpCtx()
 meth public void performAction()
 supr org.openide.util.actions.CallableSystemAction
 
+CLSS public abstract org.openide.awt.AcceleratorBinding
+cons protected init()
+meth protected abstract javax.swing.KeyStroke keyStrokeForAction(javax.swing.Action,org.openide.filesystems.FileObject)
+meth public static void setAccelerator(javax.swing.Action,org.openide.filesystems.FileObject)
+supr java.lang.Object
+hfds ALL
+hcls Iter
+
 CLSS public org.openide.awt.Actions
-cons public Actions()
+cons public init()
  anno 0 java.lang.Deprecated()
 innr public abstract interface static ButtonActionConnector
 innr public abstract interface static SubMenuModel
@@ -2265,20 +2276,24 @@ meth public static void connect(javax.swing.JMenuItem,org.openide.util.actions.S
 meth public static void setMenuText(javax.swing.AbstractButton,java.lang.String,boolean)
  anno 0 java.lang.Deprecated()
 supr java.lang.Object
-hcls BooleanButtonBridge,Bridge,ButtonBridge,CheckMenuBridge,ISubActionListener,MenuBridge,SubMenuBridge
+hfds GET
+hcls BooleanButtonBridge,Bridge,ButtonActionConnectorGetter,ButtonBridge,CheckMenuBridge,ISubActionListener,MenuBridge,SubMenuBridge
 
 CLSS public abstract interface static org.openide.awt.Actions$ButtonActionConnector
+ outer org.openide.awt.Actions
 meth public abstract boolean connect(javax.swing.AbstractButton,javax.swing.Action)
 meth public abstract boolean connect(javax.swing.JMenuItem,javax.swing.Action,boolean)
 
 CLSS public static org.openide.awt.Actions$CheckboxMenuItem
-cons public CheckboxMenuItem(org.openide.util.actions.BooleanStateAction,boolean)
+ outer org.openide.awt.Actions
+cons public init(org.openide.util.actions.BooleanStateAction,boolean)
 supr javax.swing.JCheckBoxMenuItem
 hfds serialVersionUID
 
 CLSS public static org.openide.awt.Actions$MenuItem
-cons public MenuItem(javax.swing.Action,boolean)
-cons public MenuItem(org.openide.util.actions.SystemAction,boolean)
+ outer org.openide.awt.Actions
+cons public init(javax.swing.Action,boolean)
+cons public init(org.openide.util.actions.SystemAction,boolean)
 intf org.openide.awt.DynamicMenuContent
 meth public javax.swing.JComponent[] getMenuPresenters()
 meth public javax.swing.JComponent[] synchMenuPresenters(javax.swing.JComponent[])
@@ -2286,10 +2301,11 @@ supr javax.swing.JMenuItem
 hfds bridge,serialVersionUID
 
 CLSS public static org.openide.awt.Actions$SubMenu
+ outer org.openide.awt.Actions
  anno 0 java.lang.Deprecated()
-cons public SubMenu(javax.swing.Action,org.openide.awt.Actions$SubMenuModel,boolean)
-cons public SubMenu(org.openide.util.actions.SystemAction,org.openide.awt.Actions$SubMenuModel)
-cons public SubMenu(org.openide.util.actions.SystemAction,org.openide.awt.Actions$SubMenuModel,boolean)
+cons public init(javax.swing.Action,org.openide.awt.Actions$SubMenuModel,boolean)
+cons public init(org.openide.util.actions.SystemAction,org.openide.awt.Actions$SubMenuModel)
+cons public init(org.openide.util.actions.SystemAction,org.openide.awt.Actions$SubMenuModel,boolean)
 intf org.openide.awt.DynamicMenuContent
 meth public javax.swing.JComponent[] getMenuPresenters()
 meth public javax.swing.JComponent[] synchMenuPresenters(javax.swing.JComponent[])
@@ -2297,6 +2313,7 @@ supr org.openide.awt.JMenuPlus
 hfds bridge,serialVersionUID
 
 CLSS public abstract interface static org.openide.awt.Actions$SubMenuModel
+ outer org.openide.awt.Actions
  anno 0 java.lang.Deprecated()
 meth public abstract int getCount()
 meth public abstract java.lang.String getLabel(int)
@@ -2306,17 +2323,19 @@ meth public abstract void performActionAt(int)
 meth public abstract void removeChangeListener(javax.swing.event.ChangeListener)
 
 CLSS public static org.openide.awt.Actions$ToolbarButton
+ outer org.openide.awt.Actions
  anno 0 java.lang.Deprecated()
-cons public ToolbarButton(javax.swing.Action)
-cons public ToolbarButton(org.openide.util.actions.SystemAction)
+cons public init(javax.swing.Action)
+cons public init(org.openide.util.actions.SystemAction)
 meth public java.awt.Dimension getMaximumSize()
 meth public java.awt.Dimension getMinimumSize()
 supr org.openide.awt.ToolbarButton
 hfds serialVersionUID
 
 CLSS public static org.openide.awt.Actions$ToolbarToggleButton
+ outer org.openide.awt.Actions
  anno 0 java.lang.Deprecated()
-cons public ToolbarToggleButton(org.openide.util.actions.BooleanStateAction)
+cons public init(org.openide.util.actions.BooleanStateAction)
 meth public java.awt.Dimension getMaximumSize()
 meth public java.awt.Dimension getMinimumSize()
 supr org.openide.awt.ToolbarToggleButton
@@ -2329,14 +2348,15 @@ meth public static javax.swing.JToggleButton createDropDownToggleButton(javax.sw
 supr java.lang.Object
 
 CLSS public abstract interface org.openide.awt.DynamicMenuContent
+fld public final static java.lang.String HIDE_WHEN_DISABLED = "hideWhenDisabled"
 meth public abstract javax.swing.JComponent[] getMenuPresenters()
 meth public abstract javax.swing.JComponent[] synchMenuPresenters(javax.swing.JComponent[])
 
 CLSS public org.openide.awt.EqualFlowLayout
  anno 0 java.lang.Deprecated()
-cons public EqualFlowLayout()
-cons public EqualFlowLayout(int)
-cons public EqualFlowLayout(int,int,int)
+cons public init()
+cons public init(int)
+cons public init(int,int,int)
 meth public java.awt.Dimension minimumLayoutSize(java.awt.Container)
 meth public java.awt.Dimension preferredLayoutSize(java.awt.Container)
 meth public void layoutContainer(java.awt.Container)
@@ -2344,9 +2364,9 @@ supr java.awt.FlowLayout
 hfds serialVersionUID
 
 CLSS public org.openide.awt.HtmlBrowser
-cons public HtmlBrowser()
-cons public HtmlBrowser(boolean,boolean)
-cons public HtmlBrowser(org.openide.awt.HtmlBrowser$Factory,boolean,boolean)
+cons public init()
+cons public init(boolean,boolean)
+cons public init(org.openide.awt.HtmlBrowser$Factory,boolean,boolean)
 fld public final static int DEFAULT_HEIGHT = 600
 fld public final static int DEFAULT_WIDTH = 400
 innr public abstract interface static Factory
@@ -2376,10 +2396,12 @@ hfds bBack,bForward,bReload,bStop,browserComponent,browserFactory,browserImpl,br
 hcls AccessibleHtmlBrowser,BrowserListener,TrivialURLDisplayer
 
 CLSS public abstract interface static org.openide.awt.HtmlBrowser$Factory
+ outer org.openide.awt.HtmlBrowser
 meth public abstract org.openide.awt.HtmlBrowser$Impl createHtmlBrowserImpl()
 
 CLSS public abstract static org.openide.awt.HtmlBrowser$Impl
-cons public Impl()
+ outer org.openide.awt.HtmlBrowser
+cons public init()
 fld public final static java.lang.String PROP_BACKWARD = "backward"
 fld public final static java.lang.String PROP_FORWARD = "forward"
 fld public final static java.lang.String PROP_HISTORY = "history"
@@ -2408,7 +2430,8 @@ supr java.lang.Object
 hfds serialVersionUID
 
 CLSS public abstract static org.openide.awt.HtmlBrowser$URLDisplayer
-cons protected URLDisplayer()
+ outer org.openide.awt.HtmlBrowser
+cons protected init()
 meth public abstract void showURL(java.net.URL)
 meth public static org.openide.awt.HtmlBrowser$URLDisplayer getDefault()
 meth public void showURLExternal(java.net.URL)
@@ -2427,6 +2450,7 @@ supr java.lang.Object
 hfds LABEL,LOG,STRICT_HTML,STYLE_WORDWRAP,badStrings,colorStack,entities,entitySubstitutions
 
 CLSS public abstract interface static org.openide.awt.HtmlRenderer$Renderer
+ outer org.openide.awt.HtmlRenderer
 intf javax.swing.ListCellRenderer
 intf javax.swing.table.TableCellRenderer
 intf javax.swing.tree.TreeCellRenderer
@@ -2442,7 +2466,7 @@ meth public abstract void setText(java.lang.String)
 
 CLSS public org.openide.awt.JInlineMenu
  anno 0 java.lang.Deprecated()
-cons public JInlineMenu()
+cons public init()
 intf org.openide.awt.DynamicMenuContent
 meth public java.awt.Insets getInsets()
 meth public javax.swing.JComponent[] getMenuPresenters()
@@ -2453,18 +2477,18 @@ hfds BLANK_ICON,addedItems,items,serialVersionUID,upToDate
 
 CLSS public org.openide.awt.JMenuPlus
  anno 0 java.lang.Deprecated()
-cons public JMenuPlus()
-cons public JMenuPlus(java.lang.String)
+cons public init()
+cons public init(java.lang.String)
 supr javax.swing.JMenu
 hfds serialVersionUID
 
 CLSS public org.openide.awt.JPopupMenuPlus
  anno 0 java.lang.Deprecated()
-cons public JPopupMenuPlus()
+cons public init()
 supr javax.swing.JPopupMenu
 
 CLSS public org.openide.awt.JPopupMenuUtils
-cons public JPopupMenuUtils()
+cons public init()
 meth public static boolean isPopupContained(javax.swing.JPopupMenu)
 meth public static java.awt.Rectangle getScreenRect()
 meth public static void dynamicChange(javax.swing.JPopupMenu,boolean)
@@ -2474,10 +2498,10 @@ hfds problem,problemTested,reqProc,task
 
 CLSS public org.openide.awt.ListPane
  anno 0 java.lang.Deprecated()
-cons public ListPane()
-cons public ListPane(java.lang.Object[])
-cons public ListPane(java.util.Vector)
-cons public ListPane(javax.swing.ListModel)
+cons public init()
+cons public init(java.lang.Object[])
+cons public init(java.util.Vector)
+cons public init(javax.swing.ListModel)
 meth protected void paintBackground(java.awt.Graphics)
 meth protected void paintComponent(java.awt.Graphics)
 meth public boolean getScrollableTracksViewportHeight()
@@ -2502,8 +2526,8 @@ hfds dataL,fixedCellHeight,fixedCellWidth,inputL,propertyL,realColumnCount,realR
 hcls DataListener,InputListener,PropertyListener
 
 CLSS public org.openide.awt.MenuBar
-cons public MenuBar()
-cons public MenuBar(org.openide.loaders.DataFolder)
+cons public init()
+cons public init(org.openide.loaders.DataFolder)
 intf java.io.Externalizable
 meth protected boolean processKeyBinding(javax.swing.KeyStroke,java.awt.event.KeyEvent,int,boolean)
 meth public void addImpl(java.awt.Component,java.lang.Object,int)
@@ -2513,7 +2537,7 @@ meth public void waitFinished()
 meth public void writeExternal(java.io.ObjectOutput) throws java.io.IOException
 supr javax.swing.JMenuBar
 hfds menuBarFolder,serialVersionUID
-hcls LazyMenu,MarkedKeyEvent,MenuBarFolder
+hcls LazyMenu,LazySeparator,MarkedKeyEvent,MenuBarFolder
 
 CLSS public final org.openide.awt.Mnemonics
 meth public static int findMnemonicAmpersand(java.lang.String)
@@ -2523,7 +2547,7 @@ supr java.lang.Object
 hfds MNEMONIC_INDEX_LISTENER,PROP_DISPLAYED_MNEMONIC_INDEX,PROP_MNEMONIC,PROP_TEXT
 
 CLSS public org.openide.awt.MouseUtils
-cons public MouseUtils()
+cons public init()
 innr public abstract static PopupMouseAdapter
 meth public static boolean isDoubleClick(java.awt.event.MouseEvent)
 meth public static boolean isLeftMouseButton(java.awt.event.MouseEvent)
@@ -2534,8 +2558,9 @@ supr java.lang.Object
 hfds DOUBLE_CLICK_DELTA,tempe,temph,tempm,tempx,tempy
 
 CLSS public abstract static org.openide.awt.MouseUtils$PopupMouseAdapter
-cons public PopupMouseAdapter()
-cons public PopupMouseAdapter(int)
+ outer org.openide.awt.MouseUtils
+cons public init()
+cons public init(int)
  anno 0 java.lang.Deprecated()
 fld public final static int DEFAULT_THRESHOLD = 5
  anno 0 java.lang.Deprecated()
@@ -2545,12 +2570,12 @@ meth public void mouseReleased(java.awt.event.MouseEvent)
 supr java.awt.event.MouseAdapter
 
 CLSS public abstract org.openide.awt.Notification
-cons public Notification()
+cons public init()
 meth public abstract void clear()
 supr java.lang.Object
 
 CLSS public abstract org.openide.awt.NotificationDisplayer
-cons public NotificationDisplayer()
+cons public init()
 innr public final static !enum Priority
 meth public abstract org.openide.awt.Notification notify(java.lang.String,javax.swing.Icon,java.lang.String,java.awt.event.ActionListener,org.openide.awt.NotificationDisplayer$Priority)
 meth public abstract org.openide.awt.Notification notify(java.lang.String,javax.swing.Icon,javax.swing.JComponent,javax.swing.JComponent,org.openide.awt.NotificationDisplayer$Priority)
@@ -2560,6 +2585,7 @@ supr java.lang.Object
 hcls NotificationImpl,SimpleNotificationDisplayer
 
 CLSS public final static !enum org.openide.awt.NotificationDisplayer$Priority
+ outer org.openide.awt.NotificationDisplayer
 fld public final static org.openide.awt.NotificationDisplayer$Priority HIGH
 fld public final static org.openide.awt.NotificationDisplayer$Priority LOW
 fld public final static org.openide.awt.NotificationDisplayer$Priority NORMAL
@@ -2570,7 +2596,7 @@ supr java.lang.Enum<org.openide.awt.NotificationDisplayer$Priority>
 
 CLSS public org.openide.awt.SpinButton
  anno 0 java.lang.Deprecated()
-cons public SpinButton()
+cons public init()
 fld protected boolean arrowsOrientation
 fld protected boolean boundsIgnored
 fld protected boolean orientation
@@ -2628,6 +2654,7 @@ supr java.awt.Canvas
 hfds SPIN_DOWN,SPIN_UP,serialVersionUID,spinButtonListeners,valueSupport
 
 CLSS protected final org.openide.awt.SpinButton$RepeatThread
+ outer org.openide.awt.SpinButton
  anno 0 java.lang.Deprecated()
 meth public void run()
 supr java.lang.Thread
@@ -2635,7 +2662,7 @@ hfds finish
 
 CLSS public org.openide.awt.SpinButtonAdapter
  anno 0 java.lang.Deprecated()
-cons public SpinButtonAdapter()
+cons public init()
 intf org.openide.awt.SpinButtonListener
 meth public void changeValue()
 meth public void moveDown()
@@ -2650,7 +2677,7 @@ meth public abstract void moveUp()
 
 CLSS public org.openide.awt.SplittedPanel
  anno 0 java.lang.Deprecated()
-cons public SplittedPanel()
+cons public init()
 fld public final static int DEFAULT_SPLITTER = 0
 fld public final static int EMPTY_SPLITTER = 1
 fld public final static int FIRST_PREFERRED = -1
@@ -2708,9 +2735,10 @@ hfds DEFAULT_SPLIT_TYPE,absolute,accessibleContext,continuousLayout,descriptionF
 hcls DefaultSplitter,MouseListenerAdapter,SplitLayout
 
 CLSS public static org.openide.awt.SplittedPanel$EmptySplitter
+ outer org.openide.awt.SplittedPanel
  anno 0 java.lang.Deprecated()
-cons public EmptySplitter()
-cons public EmptySplitter(int)
+cons public init()
+cons public init(int)
 intf javax.accessibility.Accessible
 meth public java.awt.Dimension getPreferredSize()
 meth public javax.accessibility.AccessibleContext getAccessibleContext()
@@ -2718,18 +2746,20 @@ supr javax.swing.JComponent
 hfds accessibleContext,serialVersionUID,width
 
 CLSS public static org.openide.awt.SplittedPanel$SplitChangeEvent
+ outer org.openide.awt.SplittedPanel
  anno 0 java.lang.Deprecated()
-cons public SplitChangeEvent(org.openide.awt.SplittedPanel,int,int)
+cons public init(org.openide.awt.SplittedPanel,int,int)
 meth public int getNewValue()
 meth public int getOldValue()
 supr java.util.EventObject
 hfds newValue,oldValue,serialVersionUID
 
 CLSS public abstract interface static org.openide.awt.SplittedPanel$SplitChangeListener
+ outer org.openide.awt.SplittedPanel
 meth public abstract void splitChanged(org.openide.awt.SplittedPanel$SplitChangeEvent)
 
 CLSS public abstract org.openide.awt.StatusDisplayer
-cons protected StatusDisplayer()
+cons protected init()
 fld public final static int IMPORTANCE_ANNOTATION = 1000
 fld public final static int IMPORTANCE_ERROR_HIGHLIGHT = 700
 fld public final static int IMPORTANCE_FIND_OR_REPLACE = 800
@@ -2746,6 +2776,7 @@ hfds INSTANCE
 hcls Trivial
 
 CLSS public abstract interface static org.openide.awt.StatusDisplayer$Message
+ outer org.openide.awt.StatusDisplayer
 meth public abstract void clear(int)
 
 CLSS public abstract interface org.openide.awt.StatusLineElementProvider
@@ -2758,11 +2789,11 @@ meth public static javax.swing.JTabbedPane createCloseButtonTabbedPane()
 supr java.lang.Object
 
 CLSS public org.openide.awt.Toolbar
-cons public Toolbar()
-cons public Toolbar(java.lang.String)
-cons public Toolbar(java.lang.String,boolean)
-cons public Toolbar(java.lang.String,java.lang.String)
-cons public Toolbar(java.lang.String,java.lang.String,boolean)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,boolean)
+cons public init(java.lang.String,java.lang.String)
+cons public init(java.lang.String,java.lang.String,boolean)
 fld public final static int BASIC_HEIGHT = 34
  anno 0 java.lang.Deprecated()
 innr public abstract interface static DnDListener
@@ -2786,12 +2817,13 @@ meth public void setDnDListener(org.openide.awt.Toolbar$DnDListener)
 meth public void setUI(javax.swing.plaf.ToolBarUI)
 meth public void setVisible(boolean)
 supr javax.swing.JToolBar
-hfds LOG,backingFolder,displayName,emptyInsets,isJdk15,isJdk16,isMetalLaF,label,processor,serialVersionUID
+hfds LOG,backingFolder,displayName,emptyInsets,isMetalLaF,label,processor,serialVersionUID
 hcls DefaultIconButton,Folder
 
 CLSS public static org.openide.awt.Toolbar$DnDEvent
+ outer org.openide.awt.Toolbar
  anno 0 java.lang.Deprecated()
-cons public DnDEvent(org.openide.awt.Toolbar,java.lang.String,int,int,int)
+cons public init(org.openide.awt.Toolbar,java.lang.String,int,int,int)
 fld public final static int DND_END = 2
 fld public final static int DND_LINE = 3
 fld public final static int DND_ONE = 1
@@ -2803,6 +2835,7 @@ supr java.util.EventObject
 hfds dx,dy,name,serialVersionUID,type
 
 CLSS public abstract interface static org.openide.awt.Toolbar$DnDListener
+ outer org.openide.awt.Toolbar
  anno 0 java.lang.Deprecated()
 intf java.util.EventListener
 meth public abstract void dragToolbar(org.openide.awt.Toolbar$DnDEvent)
@@ -2810,14 +2843,14 @@ meth public abstract void dropToolbar(org.openide.awt.Toolbar$DnDEvent)
 
 CLSS public org.openide.awt.ToolbarButton
  anno 0 java.lang.Deprecated()
-cons public ToolbarButton()
-cons public ToolbarButton(javax.swing.Icon)
+cons public init()
+cons public init(javax.swing.Icon)
 meth public void processMouseEvent(java.awt.event.MouseEvent)
 supr javax.swing.JButton
 hfds serialVersionUID
 
 CLSS public final org.openide.awt.ToolbarPool
-cons public ToolbarPool(org.openide.loaders.DataFolder)
+cons public init(org.openide.loaders.DataFolder)
 fld public final static java.lang.String DEFAULT_CONFIGURATION = "Standard"
 innr public abstract interface static Configuration
 intf javax.accessibility.Accessible
@@ -2839,15 +2872,16 @@ hfds center,defaultPool,folder,instance,listener,name,preferredIconSize,serialVe
 hcls ComponentConfiguration,Folder,PopupListener,TPTaskListener
 
 CLSS public abstract interface static org.openide.awt.ToolbarPool$Configuration
+ outer org.openide.awt.ToolbarPool
 meth public abstract java.awt.Component activate()
 meth public abstract java.lang.String getName()
 meth public abstract javax.swing.JPopupMenu getContextMenu()
 
 CLSS public org.openide.awt.ToolbarToggleButton
  anno 0 java.lang.Deprecated()
-cons public ToolbarToggleButton()
-cons public ToolbarToggleButton(javax.swing.Icon)
-cons public ToolbarToggleButton(javax.swing.Icon,boolean)
+cons public init()
+cons public init(javax.swing.Icon)
+cons public init(javax.swing.Icon,boolean)
 supr javax.swing.JToggleButton
 hfds serialVersionUID
 
@@ -2865,8 +2899,9 @@ meth public abstract void removeChangeListener(javax.swing.event.ChangeListener)
 meth public abstract void undo()
 
 CLSS public final static org.openide.awt.UndoRedo$Empty
+ outer org.openide.awt.UndoRedo
  anno 0 java.lang.Deprecated()
-cons public Empty()
+cons public init()
 intf org.openide.awt.UndoRedo
 meth public boolean canRedo()
 meth public boolean canUndo()
@@ -2879,7 +2914,8 @@ meth public void undo()
 supr java.lang.Object
 
 CLSS public static org.openide.awt.UndoRedo$Manager
-cons public Manager()
+ outer org.openide.awt.UndoRedo
+cons public init()
 intf org.openide.awt.UndoRedo
 meth public boolean canUndo()
 meth public java.lang.String getRedoPresentationName()
@@ -2918,6 +2954,7 @@ meth public abstract void open()
 meth public abstract void saveDocument() throws java.io.IOException
 
 CLSS public abstract interface static org.openide.cookies.EditorCookie$Observable
+ outer org.openide.cookies.EditorCookie
 fld public final static java.lang.String PROP_DOCUMENT = "document"
 fld public final static java.lang.String PROP_MODIFIED = "modified"
 fld public final static java.lang.String PROP_OPENED_PANES = "openedPanes"
@@ -2933,6 +2970,7 @@ meth public abstract java.lang.Object instanceCreate() throws java.io.IOExceptio
 meth public abstract java.lang.String instanceName()
 
 CLSS public abstract interface static org.openide.cookies.InstanceCookie$Of
+ outer org.openide.cookies.InstanceCookie
 intf org.openide.cookies.InstanceCookie
 meth public abstract boolean instanceOf(java.lang.Class<?>)
 
@@ -2955,7 +2993,7 @@ meth public abstract void removeChangeListener(javax.swing.event.ChangeListener)
 
 CLSS public org.openide.loaders.ConnectionSupport
  anno 0 java.lang.Deprecated()
-cons public ConnectionSupport(org.openide.loaders.MultiDataObject$Entry,org.openide.cookies.ConnectionCookie$Type[])
+cons public init(org.openide.loaders.MultiDataObject$Entry,org.openide.cookies.ConnectionCookie$Type[])
 intf org.openide.cookies.ConnectionCookie
 meth public java.util.List<org.openide.cookies.ConnectionCookie$Type> getRegisteredTypes()
 meth public java.util.Set listenersFor(org.openide.cookies.ConnectionCookie$Type)
@@ -2971,7 +3009,8 @@ CLSS public abstract interface org.openide.loaders.CreateFromTemplateAttributesP
 meth public abstract java.util.Map<java.lang.String,?> attributesFor(org.openide.loaders.DataObject,org.openide.loaders.DataFolder,java.lang.String)
 
 CLSS public abstract org.openide.loaders.CreateFromTemplateHandler
-cons public CreateFromTemplateHandler()
+cons public init()
+fld public final static java.lang.String FREE_FILE_EXTENSION = "freeFileExtension"
 meth protected abstract boolean accept(org.openide.filesystems.FileObject)
 meth protected abstract org.openide.filesystems.FileObject createFromTemplate(org.openide.filesystems.FileObject,org.openide.filesystems.FileObject,java.lang.String,java.util.Map<java.lang.String,java.lang.Object>) throws java.io.IOException
 supr java.lang.Object
@@ -2985,14 +3024,15 @@ intf java.io.Serializable
 meth public abstract boolean acceptDataObject(org.openide.loaders.DataObject)
 
 CLSS public abstract interface static org.openide.loaders.DataFilter$FileBased
+ outer org.openide.loaders.DataFilter
 intf org.openide.loaders.DataFilter
 meth public abstract boolean acceptFileObject(org.openide.filesystems.FileObject)
 
 CLSS public org.openide.loaders.DataFolder
-cons protected DataFolder(org.openide.filesystems.FileObject,org.openide.loaders.DataLoader) throws org.openide.loaders.DataObjectExistsException
+cons protected init(org.openide.filesystems.FileObject,org.openide.loaders.DataLoader) throws org.openide.loaders.DataObjectExistsException
  anno 0 java.lang.Deprecated()
-cons protected DataFolder(org.openide.filesystems.FileObject,org.openide.loaders.MultiFileLoader) throws org.openide.loaders.DataObjectExistsException
-cons public DataFolder(org.openide.filesystems.FileObject) throws org.openide.loaders.DataObjectExistsException
+cons protected init(org.openide.filesystems.FileObject,org.openide.loaders.MultiFileLoader) throws org.openide.loaders.DataObjectExistsException
+cons public init(org.openide.filesystems.FileObject) throws org.openide.loaders.DataObjectExistsException
  anno 0 java.lang.Deprecated()
 fld public final static java.lang.String PROP_CHILDREN = "children"
 fld public final static java.lang.String PROP_ORDER = "order"
@@ -3031,8 +3071,9 @@ hfds EA_ORDER,EA_SORT_MODE,FOLDER_ICON_BASE,IMGS,KEEP_ALIVE,ROOT_SHADOW_NAME,dat
 hcls ClonedFilter,ClonedFilterHandle,ListPCL,NewFolder,Paste
 
 CLSS public org.openide.loaders.DataFolder$FolderNode
-cons protected FolderNode(org.openide.loaders.DataFolder)
-cons public FolderNode(org.openide.loaders.DataFolder,org.openide.nodes.Children)
+ outer org.openide.loaders.DataFolder
+cons protected init(org.openide.loaders.DataFolder)
+cons public init(org.openide.loaders.DataFolder,org.openide.nodes.Children)
 meth protected org.openide.nodes.Sheet createSheet()
 meth protected void createPasteTypes(java.awt.datatransfer.Transferable,java.util.List<org.openide.util.datatransfer.PasteType>)
 meth public <%0 extends org.openide.nodes.Node$Cookie> {%%0} getCookie(java.lang.Class<{%%0}>)
@@ -3044,9 +3085,10 @@ meth public void setName(java.lang.String)
 supr org.openide.loaders.DataNode
 
 CLSS public static org.openide.loaders.DataFolder$Index
-cons public Index(org.openide.loaders.DataFolder)
+ outer org.openide.loaders.DataFolder
+cons public init(org.openide.loaders.DataFolder)
  anno 0 java.lang.Deprecated()
-cons public Index(org.openide.loaders.DataFolder,org.openide.nodes.Node)
+cons public init(org.openide.loaders.DataFolder,org.openide.nodes.Node)
 meth public int getNodesCount()
 meth public org.openide.nodes.Node[] getNodes()
 meth public void reorder()
@@ -3056,7 +3098,8 @@ hfds df,listener,node
 hcls Listener
 
 CLSS public abstract static org.openide.loaders.DataFolder$SortMode
-cons public SortMode()
+ outer org.openide.loaders.DataFolder
+cons public init()
 fld public final static org.openide.loaders.DataFolder$SortMode CLASS
 fld public final static org.openide.loaders.DataFolder$SortMode FOLDER_NAMES
 fld public final static org.openide.loaders.DataFolder$SortMode LAST_MODIFIED
@@ -3067,9 +3110,9 @@ intf java.util.Comparator<org.openide.loaders.DataObject>
 supr java.lang.Object
 
 CLSS public abstract org.openide.loaders.DataLoader
-cons protected DataLoader(java.lang.Class<? extends org.openide.loaders.DataObject>)
+cons protected init(java.lang.Class<? extends org.openide.loaders.DataObject>)
  anno 0 java.lang.Deprecated()
-cons protected DataLoader(java.lang.String)
+cons protected init(java.lang.String)
 fld public final static java.lang.String PROP_ACTIONS = "actions"
 fld public final static java.lang.String PROP_DISPLAY_NAME = "displayName"
 innr public abstract interface static RecognizedFiles
@@ -3096,11 +3139,12 @@ supr org.openide.util.SharedClassObject
 hfds ACTION_MANAGER,ERR,LOADER_VERSION,PROP_DEF_ACTIONS,PROP_REPRESENTATION_CLASS,PROP_REPRESENTATION_CLASS_NAME,serialVersionUID
 
 CLSS public abstract interface static org.openide.loaders.DataLoader$RecognizedFiles
+ outer org.openide.loaders.DataLoader
 meth public abstract void markRecognized(org.openide.filesystems.FileObject)
 
 CLSS public abstract org.openide.loaders.DataLoaderPool
-cons protected DataLoaderPool()
-cons protected DataLoaderPool(org.openide.loaders.DataLoader)
+cons protected init()
+cons protected init(org.openide.loaders.DataLoader)
 intf java.io.Serializable
 meth protected abstract java.util.Enumeration<? extends org.openide.loaders.DataLoader> loaders()
 meth protected final void fireChangeEvent(javax.swing.event.ChangeEvent)
@@ -3124,8 +3168,8 @@ hfds DEFAULT,allLoaders,cntchanges,defaultLoaders,emptyDataLoaderRecognized,list
 hcls DefaultLoader,DefaultPool,EmptyDataLoaderRecognized,FolderLoader,InstanceLoader,InstanceLoaderSystem,ShadowLoader
 
 CLSS public org.openide.loaders.DataNode
-cons public DataNode(org.openide.loaders.DataObject,org.openide.nodes.Children)
-cons public DataNode(org.openide.loaders.DataObject,org.openide.nodes.Children,org.openide.util.Lookup)
+cons public init(org.openide.loaders.DataObject,org.openide.nodes.Children)
+cons public init(org.openide.loaders.DataObject,org.openide.nodes.Children,org.openide.util.Lookup)
 meth protected org.openide.nodes.Sheet createSheet()
 meth protected org.openide.util.actions.SystemAction[] createActions()
  anno 0 java.lang.Deprecated()
@@ -3153,11 +3197,11 @@ meth public void destroy() throws java.io.IOException
 meth public void setName(java.lang.String)
 meth public void setName(java.lang.String,boolean)
 supr org.openide.nodes.AbstractNode
-hfds PROP_EXTENSION,defaultLookup,obj,propL,refreshIconNodes,refreshNameIconLock,refreshNameNodes,refreshNamesIconsRunning,refreshNamesIconsTask,serialVersionUID,showFileExtensions
+hfds PROP_EXTENSION,RP,defaultLookup,obj,propL,refreshIconNodes,refreshNameIconLock,refreshNameNodes,refreshNamesIconsRunning,refreshNamesIconsTask,serialVersionUID,showFileExtensions
 hcls AllFilesProperty,ExtensionProperty,LastModifiedProperty,LazyFilesSet,NamesUpdater,ObjectHandle,PropL,SizeProperty
 
 CLSS public abstract org.openide.loaders.DataObject
-cons public DataObject(org.openide.filesystems.FileObject,org.openide.loaders.DataLoader) throws org.openide.loaders.DataObjectExistsException
+cons public init(org.openide.filesystems.FileObject,org.openide.loaders.DataLoader) throws org.openide.loaders.DataObjectExistsException
 fld public final static java.lang.String PROP_COOKIE = "cookie"
 fld public final static java.lang.String PROP_FILES = "files"
 fld public final static java.lang.String PROP_HELP = "helpCtx"
@@ -3228,6 +3272,7 @@ hfds EA_ASSIGNED_LOADER,EA_ASSIGNED_LOADER_MODULE,LOG,OBJ_LOG,REGISTRY_INSTANCE,
 hcls CreateAction,ModifiedRegistry,Replace
 
 CLSS public abstract interface static org.openide.loaders.DataObject$Container
+ outer org.openide.loaders.DataObject
 fld public final static java.lang.String PROP_CHILDREN = "children"
 intf org.openide.nodes.Node$Cookie
 meth public abstract org.openide.loaders.DataObject[] getChildren()
@@ -3235,9 +3280,11 @@ meth public abstract void addPropertyChangeListener(java.beans.PropertyChangeLis
 meth public abstract void removePropertyChangeListener(java.beans.PropertyChangeListener)
 
 CLSS public abstract interface static org.openide.loaders.DataObject$Factory
+ outer org.openide.loaders.DataObject
 meth public abstract org.openide.loaders.DataObject findDataObject(org.openide.filesystems.FileObject,java.util.Set<? super org.openide.filesystems.FileObject>) throws java.io.IOException
 
 CLSS public final static org.openide.loaders.DataObject$Registry
+ outer org.openide.loaders.DataObject
 meth public java.util.Set<org.openide.loaders.DataObject> getModifiedSet()
 meth public org.openide.loaders.DataObject[] getModified()
 meth public void addChangeListener(javax.swing.event.ChangeListener)
@@ -3245,22 +3292,22 @@ meth public void removeChangeListener(javax.swing.event.ChangeListener)
 supr java.lang.Object
 
 CLSS public org.openide.loaders.DataObjectExistsException
-cons public DataObjectExistsException(org.openide.loaders.DataObject)
+cons public init(org.openide.loaders.DataObject)
 meth public java.lang.Throwable fillInStackTrace()
 meth public org.openide.loaders.DataObject getDataObject()
 supr java.io.IOException
 hfds obj,serialVersionUID
 
 CLSS public org.openide.loaders.DataObjectNotFoundException
-cons public DataObjectNotFoundException(org.openide.filesystems.FileObject)
+cons public init(org.openide.filesystems.FileObject)
 meth public org.openide.filesystems.FileObject getFileObject()
 supr java.io.IOException
 hfds obj,serialVersionUID
 
 CLSS public org.openide.loaders.DataShadow
-cons protected DataShadow(org.openide.filesystems.FileObject,org.openide.loaders.DataObject,org.openide.loaders.DataLoader) throws org.openide.loaders.DataObjectExistsException
+cons protected init(org.openide.filesystems.FileObject,org.openide.loaders.DataObject,org.openide.loaders.DataLoader) throws org.openide.loaders.DataObjectExistsException
  anno 0 java.lang.Deprecated()
-cons protected DataShadow(org.openide.filesystems.FileObject,org.openide.loaders.DataObject,org.openide.loaders.MultiFileLoader) throws org.openide.loaders.DataObjectExistsException
+cons protected init(org.openide.filesystems.FileObject,org.openide.loaders.DataObject,org.openide.loaders.MultiFileLoader) throws org.openide.loaders.DataObjectExistsException
 innr protected static ShadowNode
 intf org.openide.loaders.DataObject$Container
 meth protected org.openide.filesystems.FileObject handleMove(org.openide.loaders.DataFolder) throws java.io.IOException
@@ -3286,7 +3333,8 @@ hfds MUTEX,RP,SHADOW_EXTENSION,allDataShadows,lastTask,lookup,nodes,origL,origin
 hcls DSLookup,DSWeakReference,OrigL
 
 CLSS protected static org.openide.loaders.DataShadow$ShadowNode
-cons public ShadowNode(org.openide.loaders.DataShadow)
+ outer org.openide.loaders.DataShadow
+cons public init(org.openide.loaders.DataShadow)
 meth protected org.openide.nodes.NodeListener createNodeListener()
 meth public <%0 extends org.openide.nodes.Node$Cookie> {%%0} getCookie(java.lang.Class<{%%0}>)
 meth public boolean canDestroy()
@@ -3315,15 +3363,17 @@ hcls Name,PropL
 CLSS public final org.openide.loaders.Environment
 innr public abstract interface static Provider
 meth public static javax.naming.Context findSettingsContext(org.openide.loaders.DataObject)
+ anno 0 java.lang.Deprecated()
 meth public static org.openide.util.Lookup find(org.openide.loaders.DataObject)
 supr java.lang.Object
 hfds result
 
 CLSS public abstract interface static org.openide.loaders.Environment$Provider
+ outer org.openide.loaders.Environment
 meth public abstract org.openide.util.Lookup getEnvironment(org.openide.loaders.DataObject)
 
 CLSS public org.openide.loaders.ExtensionList
-cons public ExtensionList()
+cons public init()
 intf java.io.Serializable
 intf java.lang.Cloneable
 meth public boolean equals(java.lang.Object)
@@ -3342,7 +3392,7 @@ supr java.lang.Object
 hfds CASE_INSENSITIVE,list,mimeTypes,serialVersionUID
 
 CLSS public org.openide.loaders.FileEntry
-cons public FileEntry(org.openide.loaders.MultiDataObject,org.openide.filesystems.FileObject)
+cons public init(org.openide.loaders.MultiDataObject,org.openide.filesystems.FileObject)
 innr public abstract static Format
 innr public final static Folder
 innr public final static Numb
@@ -3356,7 +3406,8 @@ supr org.openide.loaders.MultiDataObject$Entry
 hfds serialVersionUID
 
 CLSS public final static org.openide.loaders.FileEntry$Folder
-cons public Folder(org.openide.loaders.MultiDataObject,org.openide.filesystems.FileObject)
+ outer org.openide.loaders.FileEntry
+cons public init(org.openide.loaders.MultiDataObject,org.openide.filesystems.FileObject)
 meth public org.openide.filesystems.FileObject copy(org.openide.filesystems.FileObject,java.lang.String) throws java.io.IOException
 meth public org.openide.filesystems.FileObject createFromTemplate(org.openide.filesystems.FileObject,java.lang.String) throws java.io.IOException
 meth public org.openide.filesystems.FileObject move(org.openide.filesystems.FileObject,java.lang.String) throws java.io.IOException
@@ -3365,14 +3416,16 @@ meth public void delete() throws java.io.IOException
 supr org.openide.loaders.MultiDataObject$Entry
 
 CLSS public abstract static org.openide.loaders.FileEntry$Format
-cons public Format(org.openide.loaders.MultiDataObject,org.openide.filesystems.FileObject)
+ outer org.openide.loaders.FileEntry
+cons public init(org.openide.loaders.MultiDataObject,org.openide.filesystems.FileObject)
 meth protected abstract java.text.Format createFormat(org.openide.filesystems.FileObject,java.lang.String,java.lang.String)
 meth public org.openide.filesystems.FileObject createFromTemplate(org.openide.filesystems.FileObject,java.lang.String) throws java.io.IOException
 supr org.openide.loaders.FileEntry
 hfds serialVersionUID
 
 CLSS public final static org.openide.loaders.FileEntry$Numb
-cons public Numb(org.openide.loaders.MultiDataObject,org.openide.filesystems.FileObject)
+ outer org.openide.loaders.FileEntry
+cons public init(org.openide.loaders.MultiDataObject,org.openide.filesystems.FileObject)
 meth public boolean isImportant()
 meth public org.openide.filesystems.FileObject copy(org.openide.filesystems.FileObject,java.lang.String)
 meth public org.openide.filesystems.FileObject createFromTemplate(org.openide.filesystems.FileObject,java.lang.String)
@@ -3383,8 +3436,8 @@ supr org.openide.loaders.MultiDataObject$Entry
 hfds serialVersionUID
 
 CLSS public abstract org.openide.loaders.FolderInstance
-cons public FolderInstance(org.openide.loaders.DataFolder)
-cons public FolderInstance(org.openide.loaders.DataObject$Container)
+cons public init(org.openide.loaders.DataFolder)
+cons public init(org.openide.loaders.DataObject$Container)
 fld protected org.openide.loaders.DataFolder folder
 intf org.openide.cookies.InstanceCookie
 meth protected abstract java.lang.Object createInstance(org.openide.cookies.InstanceCookie[]) throws java.io.IOException,java.lang.ClassNotFoundException
@@ -3408,8 +3461,8 @@ hcls HoldInstance,Listener
 
 CLSS public org.openide.loaders.FolderLookup
  anno 0 java.lang.Deprecated()
-cons public FolderLookup(org.openide.loaders.DataObject$Container)
-cons public FolderLookup(org.openide.loaders.DataObject$Container,java.lang.String)
+cons public init(org.openide.loaders.DataObject$Container)
+cons public init(org.openide.loaders.DataObject$Container,java.lang.String)
 meth protected final java.lang.Object createInstance(org.openide.cookies.InstanceCookie[]) throws java.io.IOException,java.lang.ClassNotFoundException
 meth protected final org.openide.util.Task postCreationTask(java.lang.Runnable)
 meth protected java.lang.Object instanceForCookie(org.openide.loaders.DataObject,org.openide.cookies.InstanceCookie) throws java.io.IOException,java.lang.ClassNotFoundException
@@ -3425,7 +3478,7 @@ CLSS public abstract interface org.openide.loaders.FolderRenameHandler
 meth public abstract void handleRename(org.openide.loaders.DataFolder,java.lang.String)
 
 CLSS public org.openide.loaders.InstanceDataObject
-cons public InstanceDataObject(org.openide.filesystems.FileObject,org.openide.loaders.MultiFileLoader) throws org.openide.loaders.DataObjectExistsException
+cons public init(org.openide.filesystems.FileObject,org.openide.loaders.MultiFileLoader) throws org.openide.loaders.DataObjectExistsException
 fld public final static java.lang.String INSTANCE = "instance"
 intf org.openide.cookies.InstanceCookie$Of
 meth protected org.openide.filesystems.FileObject handleRename(java.lang.String) throws java.io.IOException
@@ -3455,7 +3508,7 @@ hfds CLOSE,EA_INSTANCE_CLASS,EA_INSTANCE_CREATE,EA_INSTANCE_OF,EA_NAME,EA_PROVID
 hcls CookieAdjustingFilter,Creator,FileObjectContext,Ser,UnrecognizedSettingNode,UpdatableNode,WriterProvider
 
 CLSS public org.openide.loaders.InstanceSupport
-cons public InstanceSupport(org.openide.loaders.MultiDataObject$Entry)
+cons public init(org.openide.loaders.MultiDataObject$Entry)
 innr public static Instance
 intf org.openide.cookies.InstanceCookie$Of
 meth protected java.lang.ClassLoader createClassLoader()
@@ -3480,7 +3533,8 @@ hfds applet,bean,clazz,clazzException,entry,writeRepl
 hcls ClassEx
 
 CLSS public static org.openide.loaders.InstanceSupport$Instance
-cons public Instance(java.lang.Object)
+ outer org.openide.loaders.InstanceSupport
+cons public init(java.lang.Object)
 intf org.openide.cookies.InstanceCookie$Of
 meth public boolean instanceOf(java.lang.Class<?>)
 meth public java.lang.Class<?> instanceClass()
@@ -3507,7 +3561,7 @@ supr java.lang.Object
 hfds dndMimeType
 
 CLSS public org.openide.loaders.MultiDataObject
-cons public MultiDataObject(org.openide.filesystems.FileObject,org.openide.loaders.MultiFileLoader) throws org.openide.loaders.DataObjectExistsException
+cons public init(org.openide.filesystems.FileObject,org.openide.loaders.MultiFileLoader) throws org.openide.loaders.DataObjectExistsException
 innr public abstract Entry
 meth protected final org.openide.loaders.MultiDataObject$Entry registerEntry(org.openide.filesystems.FileObject)
 meth protected final org.openide.nodes.CookieSet getCookieSet()
@@ -3539,7 +3593,8 @@ hfds ERR,RECOGNIZER,chLis,checked,cookieSet,cookieSetLock,delayProcessor,delayed
 hcls ChangeAndBefore,EmptyRecognizer,EntryReplace,Pair
 
 CLSS public abstract org.openide.loaders.MultiDataObject$Entry
-cons protected Entry(org.openide.loaders.MultiDataObject,org.openide.filesystems.FileObject)
+ outer org.openide.loaders.MultiDataObject
+cons protected init(org.openide.loaders.MultiDataObject,org.openide.filesystems.FileObject)
 intf java.io.Serializable
 meth protected java.lang.Object writeReplace()
 meth public abstract org.openide.filesystems.FileObject copy(org.openide.filesystems.FileObject,java.lang.String) throws java.io.IOException
@@ -3559,9 +3614,9 @@ supr java.lang.Object
 hfds file,lock,serialVersionUID
 
 CLSS public abstract org.openide.loaders.MultiFileLoader
-cons protected MultiFileLoader(java.lang.Class<? extends org.openide.loaders.DataObject>)
+cons protected init(java.lang.Class<? extends org.openide.loaders.DataObject>)
  anno 0 java.lang.Deprecated()
-cons protected MultiFileLoader(java.lang.String)
+cons protected init(java.lang.String)
 meth protected abstract org.openide.filesystems.FileObject findPrimaryFile(org.openide.filesystems.FileObject)
 meth protected abstract org.openide.loaders.MultiDataObject createMultiObject(org.openide.filesystems.FileObject) throws java.io.IOException
 meth protected abstract org.openide.loaders.MultiDataObject$Entry createPrimaryEntry(org.openide.loaders.MultiDataObject,org.openide.filesystems.FileObject)
@@ -3571,8 +3626,8 @@ supr org.openide.loaders.DataLoader
 hfds serialVersionUID
 
 CLSS public abstract org.openide.loaders.OpenSupport
-cons protected OpenSupport(org.openide.loaders.MultiDataObject$Entry,org.openide.loaders.OpenSupport$Env)
-cons public OpenSupport(org.openide.loaders.MultiDataObject$Entry)
+cons protected init(org.openide.loaders.MultiDataObject$Entry,org.openide.loaders.OpenSupport$Env)
+cons public init(org.openide.loaders.MultiDataObject$Entry)
 fld protected org.openide.loaders.MultiDataObject$Entry entry
 innr public static Env
 meth protected java.lang.String messageOpened()
@@ -3581,7 +3636,8 @@ supr org.openide.windows.CloneableOpenSupport
 hcls FileSystemNameListener,Listener
 
 CLSS public static org.openide.loaders.OpenSupport$Env
-cons public Env(org.openide.loaders.DataObject)
+ outer org.openide.loaders.OpenSupport
+cons public init(org.openide.loaders.DataObject)
 intf java.beans.PropertyChangeListener
 intf java.beans.VetoableChangeListener
 intf java.io.Serializable
@@ -3604,7 +3660,7 @@ supr java.lang.Object
 hfds LOCK_SUPPORT,fsListenerMap,obj,propSupp,serialVersionUID,vetoSupp
 
 CLSS public org.openide.loaders.OperationAdapter
-cons public OperationAdapter()
+cons public init()
 intf org.openide.loaders.OperationListener
 meth public void operationCopy(org.openide.loaders.OperationEvent$Copy)
 meth public void operationCreateFromTemplate(org.openide.loaders.OperationEvent$Copy)
@@ -3625,16 +3681,19 @@ supr java.util.EventObject
 hfds COPY,CREATE,DELETE,MOVE,RENAME,SHADOW,TEMPL,obj,pl,serialVersionUID
 
 CLSS public final static org.openide.loaders.OperationEvent$Copy
+ outer org.openide.loaders.OperationEvent
 meth public org.openide.loaders.DataObject getOriginalDataObject()
 supr org.openide.loaders.OperationEvent
 hfds orig,serialVersionUID
 
 CLSS public final static org.openide.loaders.OperationEvent$Move
+ outer org.openide.loaders.OperationEvent
 meth public org.openide.filesystems.FileObject getOriginalPrimaryFile()
 supr org.openide.loaders.OperationEvent
 hfds file,serialVersionUID
 
 CLSS public final static org.openide.loaders.OperationEvent$Rename
+ outer org.openide.loaders.OperationEvent
 meth public java.lang.String getOriginalName()
 supr org.openide.loaders.OperationEvent
 hfds name,serialVersionUID
@@ -3651,7 +3710,7 @@ meth public abstract void operationRename(org.openide.loaders.OperationEvent$Ren
 
 CLSS public abstract org.openide.loaders.RepositoryNodeFactory
  anno 0 java.lang.Deprecated()
-cons protected RepositoryNodeFactory()
+cons protected init()
 meth public abstract org.openide.nodes.Node repository(org.openide.loaders.DataFilter)
 meth public static org.openide.loaders.RepositoryNodeFactory getDefault()
 supr java.lang.Object
@@ -3661,8 +3720,8 @@ CLSS public abstract interface org.openide.loaders.SaveAsCapable
 meth public abstract void saveAs(org.openide.filesystems.FileObject,java.lang.String) throws java.io.IOException
 
 CLSS public org.openide.loaders.TemplateWizard
-cons protected TemplateWizard(org.openide.loaders.TemplateWizard$Iterator)
-cons public TemplateWizard()
+cons protected init(org.openide.loaders.TemplateWizard$Iterator)
+cons public init()
 innr public abstract interface static Iterator
 meth protected java.util.Set<org.openide.loaders.DataObject> handleInstantiate() throws java.io.IOException
 meth protected org.openide.WizardDescriptor$Panel<org.openide.WizardDescriptor> createTargetChooser()
@@ -3699,6 +3758,7 @@ hfds CUSTOM_DESCRIPTION,CUSTOM_ITERATOR,EA_DESCRIPTION,EA_DESC_RESOURCE,EA_ITERA
 hcls DefaultIterator,InstantiatingIteratorBridge
 
 CLSS public abstract interface static org.openide.loaders.TemplateWizard$Iterator
+ outer org.openide.loaders.TemplateWizard
 intf java.io.Serializable
 intf org.openide.WizardDescriptor$Iterator<org.openide.WizardDescriptor>
 intf org.openide.nodes.Node$Cookie
@@ -3707,9 +3767,9 @@ meth public abstract void initialize(org.openide.loaders.TemplateWizard)
 meth public abstract void uninitialize(org.openide.loaders.TemplateWizard)
 
 CLSS public abstract org.openide.loaders.UniFileLoader
-cons protected UniFileLoader(java.lang.Class<? extends org.openide.loaders.DataObject>)
+cons protected init(java.lang.Class<? extends org.openide.loaders.DataObject>)
  anno 0 java.lang.Deprecated()
-cons protected UniFileLoader(java.lang.String)
+cons protected init(java.lang.String)
 fld public final static java.lang.String PROP_EXTENSIONS = "extensions"
 meth protected abstract org.openide.loaders.MultiDataObject createMultiObject(org.openide.filesystems.FileObject) throws java.io.IOException
 meth protected org.openide.filesystems.FileObject findPrimaryFile(org.openide.filesystems.FileObject)
@@ -3723,8 +3783,8 @@ supr org.openide.loaders.MultiFileLoader
 hfds serialVersionUID
 
 CLSS public org.openide.loaders.XMLDataObject
-cons protected XMLDataObject(org.openide.filesystems.FileObject,org.openide.loaders.MultiFileLoader,boolean) throws org.openide.loaders.DataObjectExistsException
-cons public XMLDataObject(org.openide.filesystems.FileObject,org.openide.loaders.MultiFileLoader) throws org.openide.loaders.DataObjectExistsException
+cons protected init(org.openide.filesystems.FileObject,org.openide.loaders.MultiFileLoader,boolean) throws org.openide.loaders.DataObjectExistsException
+cons public init(org.openide.filesystems.FileObject,org.openide.loaders.MultiFileLoader) throws org.openide.loaders.DataObjectExistsException
 fld public final static int STATUS_ERROR = 3
 fld public final static int STATUS_NOT = 0
 fld public final static int STATUS_OK = 1
@@ -3791,8 +3851,9 @@ hfds ERR,chainingEntityResolver,cnstr,doc,editor,emgrLock,errorHandler,infoParse
 hcls DelDoc,ErrorPrinter,ICDel,InfoLkp,Loader,NullHandler,PlainDataNode,XMLEditorSupport,XMLNode
 
 CLSS public final static org.openide.loaders.XMLDataObject$Info
+ outer org.openide.loaders.XMLDataObject
  anno 0 java.lang.Deprecated()
-cons public Info()
+cons public init()
 intf java.lang.Cloneable
 meth public boolean equals(java.lang.Object)
 meth public boolean removeProcessorClass(java.lang.Class<?>)
@@ -3806,13 +3867,14 @@ supr java.lang.Object
 hfds iconBase,processors
 
 CLSS public abstract interface static org.openide.loaders.XMLDataObject$Processor
+ outer org.openide.loaders.XMLDataObject
  anno 0 java.lang.Deprecated()
 intf org.openide.nodes.Node$Cookie
 meth public abstract void attachTo(org.openide.loaders.XMLDataObject)
 
 CLSS public org.openide.nodes.AbstractNode
-cons public AbstractNode(org.openide.nodes.Children)
-cons public AbstractNode(org.openide.nodes.Children,org.openide.util.Lookup)
+cons public init(org.openide.nodes.Children)
+cons public init(org.openide.nodes.Children,org.openide.util.Lookup)
 fld protected java.text.MessageFormat displayFormat
 fld protected org.openide.util.actions.SystemAction[] systemActions
  anno 0 java.lang.Deprecated()
@@ -3860,9 +3922,9 @@ hfds DEFAULT_ICON,DEFAULT_ICON_BASE,DEFAULT_ICON_EXTENSION,ICON_BASE,NO_NEW_TYPE
 hcls SheetAndCookieListener
 
 CLSS public org.openide.nodes.FilterNode
-cons public FilterNode(org.openide.nodes.Node)
-cons public FilterNode(org.openide.nodes.Node,org.openide.nodes.Children)
-cons public FilterNode(org.openide.nodes.Node,org.openide.nodes.Children,org.openide.util.Lookup)
+cons public init(org.openide.nodes.Node)
+cons public init(org.openide.nodes.Node,org.openide.nodes.Children)
+cons public init(org.openide.nodes.Node,org.openide.nodes.Children,org.openide.util.Lookup)
 fld protected final static int DELEGATE_DESTROY = 64
 fld protected final static int DELEGATE_GET_ACTIONS = 128
 fld protected final static int DELEGATE_GET_CONTEXT_ACTIONS = 256
@@ -3945,7 +4007,8 @@ meth public abstract void reorder()
 meth public abstract void reorder(int[])
 
 CLSS public abstract static org.openide.nodes.Index$Support
-cons public Support()
+ outer org.openide.nodes.Index
+cons public init()
 intf org.openide.nodes.Index
 meth protected void fireChangeEvent(javax.swing.event.ChangeEvent)
 meth public abstract int getNodesCount()
@@ -3964,8 +4027,8 @@ supr java.lang.Object
 hfds listeners
 
 CLSS public abstract org.openide.nodes.Node
-cons protected Node(org.openide.nodes.Children)
-cons protected Node(org.openide.nodes.Children,org.openide.util.Lookup)
+cons protected init(org.openide.nodes.Children)
+cons protected init(org.openide.nodes.Children,org.openide.util.Lookup)
 fld public final static java.lang.String PROP_COOKIE = "cookie"
 fld public final static java.lang.String PROP_DISPLAY_NAME = "displayName"
 fld public final static java.lang.String PROP_ICON = "icon"
@@ -4024,6 +4087,7 @@ meth public final void addNodeListener(org.openide.nodes.NodeListener)
 meth public final void addPropertyChangeListener(java.beans.PropertyChangeListener)
 meth public final void removeNodeListener(org.openide.nodes.NodeListener)
 meth public final void removePropertyChangeListener(java.beans.PropertyChangeListener)
+meth public int hashCode()
 meth public java.lang.String getHtmlDisplayName()
 meth public java.lang.String toString()
 meth public javax.swing.Action getPreferredAction()
@@ -4045,13 +4109,14 @@ hfds INIT_LOCK,LOCK,TEMPL_COOKIE,err,hierarchy,listeners,lookups,parent,warnedBa
 hcls LookupEventList
 
 CLSS public abstract interface static org.openide.nodes.Node$Cookie
+ outer org.openide.nodes.Node
 
 CLSS public abstract interface org.openide.text.ActiveEditorDrop
 fld public final static java.awt.datatransfer.DataFlavor FLAVOR
 meth public abstract boolean handleTransfer(javax.swing.text.JTextComponent)
 
 CLSS public abstract org.openide.text.Annotatable
-cons public Annotatable()
+cons public init()
 fld public final static java.lang.String PROP_ANNOTATION_COUNT = "annotationCount"
 fld public final static java.lang.String PROP_DELETED = "deleted"
 fld public final static java.lang.String PROP_TEXT = "text"
@@ -4067,7 +4132,7 @@ supr java.lang.Object
 hfds attachedAnnotations,deleted,propertyChangeSupport
 
 CLSS public abstract org.openide.text.Annotation
-cons public Annotation()
+cons public init()
 fld public final static java.lang.String PROP_ANNOTATION_TYPE = "annotationType"
 fld public final static java.lang.String PROP_MOVE_TO_FRONT = "moveToFront"
 fld public final static java.lang.String PROP_SHORT_DESCRIPTION = "shortDescription"
@@ -4089,7 +4154,7 @@ CLSS public abstract interface org.openide.text.AnnotationProvider
 meth public abstract void annotate(org.openide.text.Line$Set,org.openide.util.Lookup)
 
 CLSS public org.openide.text.AttributedCharacters
-cons public AttributedCharacters()
+cons public init()
 fld protected char[] chars
 fld protected int current
 fld protected int[] runLimit
@@ -4103,7 +4168,8 @@ meth public void append(char[],java.awt.Font,java.awt.Color)
 supr java.lang.Object
 
 CLSS public static org.openide.text.AttributedCharacters$AttributedCharacterIteratorImpl
-cons public AttributedCharacterIteratorImpl(char[],java.awt.Font[],java.awt.Color[],int[],int[])
+ outer org.openide.text.AttributedCharacters
+cons public init(char[],java.awt.Font[],java.awt.Color[],int[],int[])
 fld protected char[] chars
 fld protected int current
 fld protected int[] runLimit
@@ -4134,8 +4200,8 @@ meth public java.util.Set<java.text.AttributedCharacterIterator$Attribute> getAl
 supr java.lang.Object
 
 CLSS public org.openide.text.CloneableEditor
-cons public CloneableEditor()
-cons public CloneableEditor(org.openide.text.CloneableEditorSupport)
+cons public init()
+cons public init(org.openide.text.CloneableEditorSupport)
 fld protected javax.swing.JEditorPane pane
 intf org.openide.text.CloneableEditorSupport$Pane
 meth protected boolean closeLast()
@@ -4171,8 +4237,8 @@ hfds CLOSE_LAST_LOCK,HELP_ID,LOG,RP,RPPostprocessing,TIMER,cursorPosition,custom
 hcls AWTQuery,DoInitialize
 
 CLSS public abstract org.openide.text.CloneableEditorSupport
-cons public CloneableEditorSupport(org.openide.text.CloneableEditorSupport$Env)
-cons public CloneableEditorSupport(org.openide.text.CloneableEditorSupport$Env,org.openide.util.Lookup)
+cons public init(org.openide.text.CloneableEditorSupport$Env)
+cons public init(org.openide.text.CloneableEditorSupport$Env,org.openide.util.Lookup)
 fld public final static java.lang.String EDITOR_MODE = "editor"
 innr public abstract interface static Env
 innr public abstract interface static Pane
@@ -4224,10 +4290,11 @@ meth public void removeChangeListener(javax.swing.event.ChangeListener)
 meth public void saveDocument() throws java.io.IOException
 meth public void setMIMEType(java.lang.String)
 supr org.openide.windows.CloneableOpenSupport
-hfds DOCUMENT_LOADING,DOCUMENT_NO,DOCUMENT_READY,DOCUMENT_RELOADING,ERR,LOCAL_LOAD_TASK,LOCK_PRINTING,LOCK_STRONG_REF,PROP_PANE,RP,alreadyModified,annotationsLoaded,counterGetDocument,counterOpenAtImpl,counterOpenDocument,counterPrepareDocument,doc,documentStatus,inUserQuestionExceptionHandler,isStrongSet,justRevertedToNotModified,kit,lastReusable,lastSaveTime,lastSelected,lineSet,lineSetWHM,listener,listeners,lookup,mimeType,positionManager,prepareDocumentRuntimeException,prepareTask,printing,propertyChangeSupport,reloadDialogOpened,reloadDocumentFireDocumentChangeClose,reloadDocumentFireDocumentChangeOpen,revertingUndoOrReloading,undoRedo,warnedClasses
+hfds DOCUMENT_LOADING,DOCUMENT_NO,DOCUMENT_READY,DOCUMENT_RELOADING,ERR,LOCAL_CLOSE_DOCUMENT,LOCAL_LOAD_TASK,LOCK_PRINTING,LOCK_STRONG_REF,PROP_PANE,RP,alreadyModified,annotationsLoaded,counterGetDocument,counterOpenAtImpl,counterOpenDocument,counterPrepareDocument,doc,documentStatus,inUserQuestionExceptionHandler,isStrongSet,justRevertedToNotModified,kit,lastReusable,lastSaveTime,lastSelected,lineSet,lineSetWHM,listener,listeners,lookup,mimeType,positionManager,prepareDocumentRuntimeException,prepareTask,printing,propertyChangeSupport,reloadDialogOpened,reloadDocumentFireDocumentChangeClose,reloadDocumentFireDocumentChangeOpen,revertingUndoOrReloading,undoRedo,warnedClasses
 hcls BeforeModificationEdit,BeforeSaveEdit,CESUndoRedoManager,DelegateIOExc,FilterUndoableEdit,Listener,PlainEditorKit,SearchBeforeModificationEdit,StrongRef
 
 CLSS public abstract interface static org.openide.text.CloneableEditorSupport$Env
+ outer org.openide.text.CloneableEditorSupport
 fld public final static java.lang.String PROP_TIME = "time"
 intf org.openide.windows.CloneableOpenSupport$Env
 meth public abstract java.io.InputStream inputStream() throws java.io.IOException
@@ -4236,18 +4303,19 @@ meth public abstract java.lang.String getMimeType()
 meth public abstract java.util.Date getTime()
 
 CLSS public abstract interface static org.openide.text.CloneableEditorSupport$Pane
+ outer org.openide.text.CloneableEditorSupport
 meth public abstract javax.swing.JEditorPane getEditorPane()
 meth public abstract org.openide.windows.CloneableTopComponent getComponent()
 meth public abstract void ensureVisible()
 meth public abstract void updateName()
 
 CLSS public abstract org.openide.text.CloneableEditorSupportRedirector
-cons public CloneableEditorSupportRedirector()
+cons public init()
 meth protected abstract org.openide.text.CloneableEditorSupport redirect(org.openide.util.Lookup)
 supr java.lang.Object
 
 CLSS public org.openide.text.DataEditorSupport
-cons public DataEditorSupport(org.openide.loaders.DataObject,org.openide.text.CloneableEditorSupport$Env)
+cons public init(org.openide.loaders.DataObject,org.openide.text.CloneableEditorSupport$Env)
 innr public abstract static Env
 meth protected boolean canClose()
 meth protected java.lang.String documentID()
@@ -4276,7 +4344,8 @@ hfds ERR,TABNAMES_HTML,cacheCounter,charsets,nodeL,obj
 hcls DOEnvLookup,DataNodeListener,EnvListener,SaveImpl
 
 CLSS public abstract static org.openide.text.DataEditorSupport$Env
-cons public Env(org.openide.loaders.DataObject)
+ outer org.openide.text.DataEditorSupport
+cons public init(org.openide.loaders.DataObject)
 intf org.openide.text.CloneableEditorSupport$Env
 meth protected abstract org.openide.filesystems.FileLock takeLock() throws java.io.IOException
 meth protected abstract org.openide.filesystems.FileObject getFile()
@@ -4292,7 +4361,7 @@ hfds action,canWrite,fileLock,fileObject,serialVersionUID,warnedFiles
 hcls ME,SaveAsCapableImpl
 
 CLSS public abstract org.openide.text.DocumentLine
-cons public DocumentLine(org.openide.util.Lookup,org.openide.text.PositionRef)
+cons public init(org.openide.util.Lookup,org.openide.text.PositionRef)
 fld protected org.openide.text.PositionRef pos
 innr public abstract static Set
 meth protected void addAnnotation(org.openide.text.Annotation)
@@ -4320,7 +4389,8 @@ hfds assigned,breakpoint,current,docL,error,lineParts,listener,serialVersionUID
 hcls FindAnnotationPosition,LR,Part
 
 CLSS public abstract static org.openide.text.DocumentLine$Set
-cons public Set(javax.swing.text.StyledDocument)
+ outer org.openide.text.DocumentLine
+cons public init(javax.swing.text.StyledDocument)
 meth protected abstract org.openide.text.Line createLine(int)
 meth public int getOriginalLineNumber(org.openide.text.Line)
 meth public java.util.List<? extends org.openide.text.Line> getLines()
@@ -4331,7 +4401,7 @@ hfds list,listener
 
 CLSS public org.openide.text.EditorSupport
  anno 0 java.lang.Deprecated()
-cons public EditorSupport(org.openide.loaders.MultiDataObject$Entry)
+cons public init(org.openide.loaders.MultiDataObject$Entry)
 fld protected java.lang.String modifiedAppendix
  anno 0 java.lang.Deprecated()
 fld public final static java.lang.String EDITOR_MODE = "editor"
@@ -4386,16 +4456,17 @@ hfds del,listenToModifs
 hcls Del,DelEnv,EntryEnv
 
 CLSS public static org.openide.text.EditorSupport$Editor
-cons public Editor()
-cons public Editor(org.openide.loaders.DataObject)
-cons public Editor(org.openide.loaders.DataObject,org.openide.text.EditorSupport)
+ outer org.openide.text.EditorSupport
+cons public init()
+cons public init(org.openide.loaders.DataObject)
+cons public init(org.openide.loaders.DataObject,org.openide.text.EditorSupport)
 fld protected org.openide.loaders.DataObject obj
 meth public void readExternal(java.io.ObjectInput) throws java.io.IOException,java.lang.ClassNotFoundException
 supr org.openide.text.CloneableEditor
 hfds serialVersionUID
 
 CLSS public org.openide.text.FilterDocument
-cons public FilterDocument(javax.swing.text.Document)
+cons public init(javax.swing.text.Document)
 fld protected javax.swing.text.Document original
 intf javax.swing.text.StyledDocument
 meth public int getLength()
@@ -4431,7 +4502,7 @@ supr java.lang.Object
 hfds leaf
 
 CLSS public org.openide.text.FilterStyledDocument
-cons public FilterStyledDocument(javax.swing.text.StyledDocument)
+cons public init(javax.swing.text.StyledDocument)
 meth public java.awt.Color getBackground(javax.swing.text.AttributeSet)
 meth public java.awt.Color getForeground(javax.swing.text.AttributeSet)
 meth public java.awt.Font getFont(javax.swing.text.AttributeSet)
@@ -4448,7 +4519,7 @@ supr org.openide.text.FilterDocument
 
 CLSS public abstract org.openide.text.IndentEngine
  anno 0 java.lang.Deprecated()
-cons public IndentEngine()
+cons public init()
 meth protected boolean acceptMimeType(java.lang.String)
 meth public abstract int indentLine(javax.swing.text.Document,int)
 meth public abstract int indentNewLine(javax.swing.text.Document,int)
@@ -4465,8 +4536,8 @@ hfds INSTANCE,map,serialVersionUID
 hcls Default
 
 CLSS public abstract org.openide.text.Line
-cons public Line(java.lang.Object)
-cons public Line(org.openide.util.Lookup)
+cons public init(java.lang.Object)
+cons public init(org.openide.util.Lookup)
 fld public final static int SHOW_GOTO = 2
  anno 0 java.lang.Deprecated()
 fld public final static int SHOW_REUSE = 4
@@ -4515,7 +4586,8 @@ hfds LOG,dataObject,nullPart,serialVersionUID
 hcls NullPart
 
 CLSS public abstract static org.openide.text.Line$Part
-cons public Part()
+ outer org.openide.text.Line
+cons public init()
 fld public final static java.lang.String PROP_COLUMN = "column"
 fld public final static java.lang.String PROP_LENGTH = "length"
 fld public final static java.lang.String PROP_LINE = "line"
@@ -4525,7 +4597,8 @@ meth public abstract org.openide.text.Line getLine()
 supr org.openide.text.Annotatable
 
 CLSS public abstract static org.openide.text.Line$Set
-cons public Set()
+ outer org.openide.text.Line
+cons public init()
 meth public abstract java.util.List<? extends org.openide.text.Line> getLines()
 meth public abstract org.openide.text.Line getCurrent(int)
 meth public abstract org.openide.text.Line getOriginal(int)
@@ -4535,6 +4608,7 @@ supr java.lang.Object
 hfds date,whm
 
 CLSS public final static !enum org.openide.text.Line$ShowOpenType
+ outer org.openide.text.Line
 fld public final static org.openide.text.Line$ShowOpenType NONE
 fld public final static org.openide.text.Line$ShowOpenType OPEN
 fld public final static org.openide.text.Line$ShowOpenType REUSE
@@ -4544,6 +4618,7 @@ meth public static org.openide.text.Line$ShowOpenType[] values()
 supr java.lang.Enum<org.openide.text.Line$ShowOpenType>
 
 CLSS public final static !enum org.openide.text.Line$ShowVisibilityType
+ outer org.openide.text.Line
 fld public final static org.openide.text.Line$ShowVisibilityType FOCUS
 fld public final static org.openide.text.Line$ShowVisibilityType FRONT
 fld public final static org.openide.text.Line$ShowVisibilityType NONE
@@ -4554,9 +4629,13 @@ supr java.lang.Enum<org.openide.text.Line$ShowVisibilityType>
 CLSS public final org.openide.text.NbDocument
 fld public final static java.lang.Object GUARDED
 fld public final static java.lang.String BREAKPOINT_STYLE_NAME = "NbBreakpointStyle"
+ anno 0 java.lang.Deprecated()
 fld public final static java.lang.String CURRENT_STYLE_NAME = "NbCurrentStyle"
+ anno 0 java.lang.Deprecated()
 fld public final static java.lang.String ERROR_STYLE_NAME = "NbErrorStyle"
+ anno 0 java.lang.Deprecated()
 fld public final static java.lang.String NORMAL_STYLE_NAME = "NbNormalStyle"
+ anno 0 java.lang.Deprecated()
 innr public abstract interface static Annotatable
 innr public abstract interface static CustomEditor
 innr public abstract interface static CustomToolbar
@@ -4590,33 +4669,39 @@ hfds ATTR_ADD,ATTR_REMOVE
 hcls DocumentRenderer
 
 CLSS public abstract interface static org.openide.text.NbDocument$Annotatable
+ outer org.openide.text.NbDocument
 intf javax.swing.text.Document
 meth public abstract void addAnnotation(javax.swing.text.Position,int,org.openide.text.Annotation)
 meth public abstract void removeAnnotation(org.openide.text.Annotation)
 
 CLSS public abstract interface static org.openide.text.NbDocument$CustomEditor
+ outer org.openide.text.NbDocument
 intf javax.swing.text.Document
 meth public abstract java.awt.Component createEditor(javax.swing.JEditorPane)
 
 CLSS public abstract interface static org.openide.text.NbDocument$CustomToolbar
+ outer org.openide.text.NbDocument
 intf javax.swing.text.Document
 meth public abstract javax.swing.JToolBar createToolbar(javax.swing.JEditorPane)
 
 CLSS public abstract interface static org.openide.text.NbDocument$PositionBiasable
+ outer org.openide.text.NbDocument
 intf javax.swing.text.Document
 meth public abstract javax.swing.text.Position createPosition(int,javax.swing.text.Position$Bias) throws javax.swing.text.BadLocationException
 
 CLSS public abstract interface static org.openide.text.NbDocument$Printable
+ outer org.openide.text.NbDocument
 intf javax.swing.text.Document
 meth public abstract java.text.AttributedCharacterIterator[] createPrintIterators()
 
 CLSS public abstract interface static org.openide.text.NbDocument$WriteLockable
+ outer org.openide.text.NbDocument
 intf javax.swing.text.Document
 meth public abstract void runAtomic(java.lang.Runnable)
 meth public abstract void runAtomicAsUser(java.lang.Runnable) throws javax.swing.text.BadLocationException
 
 CLSS public final org.openide.text.PositionBounds
-cons public PositionBounds(org.openide.text.PositionRef,org.openide.text.PositionRef)
+cons public init(org.openide.text.PositionRef,org.openide.text.PositionRef)
 intf java.io.Serializable
 meth public java.lang.String getText() throws java.io.IOException,javax.swing.text.BadLocationException
 meth public java.lang.String toString()
@@ -4664,6 +4749,7 @@ supr java.lang.Object
 hfds DEFAULT_FONT_NAME,DEFAULT_FONT_SIZE,DEFAULT_FONT_STYLE,INSTANCE,PROP_FOOTER_ALIGNMENT,PROP_FOOTER_FONT_NAME,PROP_FOOTER_FONT_SIZE,PROP_FOOTER_FONT_STYLE,PROP_FOOTER_FORMAT,PROP_HEADER_ALIGNMENT,PROP_HEADER_FONT_NAME,PROP_HEADER_FONT_SIZE,PROP_HEADER_FONT_STYLE,PROP_HEADER_FORMAT,PROP_LINE_ASCENT_CORRECTION,PROP_PAGE_HEIGHT,PROP_PAGE_IMAGEABLEAREA_HEIGHT,PROP_PAGE_IMAGEABLEAREA_WIDTH,PROP_PAGE_IMAGEABLEAREA_X,PROP_PAGE_IMAGEABLEAREA_Y,PROP_PAGE_ORIENTATION,PROP_PAGE_WIDTH,PROP_WRAP
 
 CLSS public final static !enum org.openide.text.PrintPreferences$Alignment
+ outer org.openide.text.PrintPreferences
 fld public final static org.openide.text.PrintPreferences$Alignment CENTER
 fld public final static org.openide.text.PrintPreferences$Alignment LEFT
 fld public final static org.openide.text.PrintPreferences$Alignment RIGHT
@@ -4676,9 +4762,9 @@ intf javax.swing.Action
 meth public abstract javax.swing.Action createContextAwareInstance(org.openide.util.Lookup)
 
 CLSS public final org.openide.util.HelpCtx
-cons public HelpCtx(java.lang.Class)
-cons public HelpCtx(java.lang.String)
-cons public HelpCtx(java.net.URL)
+cons public init(java.lang.Class)
+cons public init(java.lang.String)
+cons public init(java.net.URL)
  anno 0 java.lang.Deprecated()
 fld public final static org.openide.util.HelpCtx DEFAULT_HELP
 innr public abstract interface static Provider
@@ -4694,10 +4780,11 @@ supr java.lang.Object
 hfds err,helpCtx,helpID
 
 CLSS public abstract interface static org.openide.util.HelpCtx$Provider
+ outer org.openide.util.HelpCtx
 meth public abstract org.openide.util.HelpCtx getHelpCtx()
 
 CLSS public abstract org.openide.util.Lookup
-cons public Lookup()
+cons public init()
 fld public final static org.openide.util.Lookup EMPTY
 innr public abstract interface static Provider
 innr public abstract static Item
@@ -4714,10 +4801,11 @@ hfds defaultLookup
 hcls DefLookup,Empty
 
 CLSS public abstract interface static org.openide.util.Lookup$Provider
+ outer org.openide.util.Lookup
 meth public abstract org.openide.util.Lookup getLookup()
 
 CLSS public abstract org.openide.util.SharedClassObject
-cons protected SharedClassObject()
+cons protected init()
 intf java.io.Externalizable
 meth protected boolean clearSharedData()
 meth protected final java.lang.Object getLock()
@@ -4744,8 +4832,8 @@ hfds PROP_SUPPORT,addNotifySuper,alreadyWarnedAboutDupes,dataEntry,err,first,fir
 hcls DataEntry,SetAccessibleAction,WriteReplace
 
 CLSS public org.openide.util.Task
-cons protected Task()
-cons public Task(java.lang.Runnable)
+cons protected init()
+cons public init(java.lang.Runnable)
 fld public final static org.openide.util.Task EMPTY
 intf java.lang.Runnable
 meth protected final void notifyFinished()
@@ -4761,7 +4849,7 @@ supr java.lang.Object
 hfds RP,finished,list,overrides,run
 
 CLSS public abstract org.openide.util.actions.CallableSystemAction
-cons public CallableSystemAction()
+cons public init()
 intf org.openide.util.actions.Presenter$Menu
 intf org.openide.util.actions.Presenter$Popup
 intf org.openide.util.actions.Presenter$Toolbar
@@ -4775,7 +4863,7 @@ supr org.openide.util.actions.SystemAction
 hfds DEFAULT_ASYNCH,serialVersionUID,warnedAsynchronousActions
 
 CLSS public abstract org.openide.util.actions.CallbackSystemAction
-cons public CallbackSystemAction()
+cons public init()
 intf org.openide.util.ContextAwareAction
 meth protected void initialize()
 meth public boolean getSurviveFocusChange()
@@ -4794,7 +4882,7 @@ hfds LISTENER,PROP_ACTION_PERFORMER,err,notSurviving,serialVersionUID,surviving
 hcls ActionDelegateListener,DelegateAction,GlobalManager,WeakAction
 
 CLSS public abstract org.openide.util.actions.CookieAction
-cons public CookieAction()
+cons public init()
 fld public final static int MODE_ALL = 4
 fld public final static int MODE_ANY = 7
 fld public final static int MODE_EXACTLY_ONE = 8
@@ -4809,7 +4897,7 @@ hfds PROP_COOKIES,listener,serialVersionUID
 hcls CookieDelegateAction,CookiesChangeListener
 
 CLSS public abstract org.openide.util.actions.NodeAction
-cons public NodeAction()
+cons public init()
 intf org.openide.util.ContextAwareAction
 meth protected abstract boolean enable(org.openide.nodes.Node[])
 meth protected abstract void performAction(org.openide.nodes.Node[])
@@ -4835,19 +4923,22 @@ innr public abstract interface static Popup
 innr public abstract interface static Toolbar
 
 CLSS public abstract interface static org.openide.util.actions.Presenter$Menu
+ outer org.openide.util.actions.Presenter
 intf org.openide.util.actions.Presenter
 meth public abstract javax.swing.JMenuItem getMenuPresenter()
 
 CLSS public abstract interface static org.openide.util.actions.Presenter$Popup
+ outer org.openide.util.actions.Presenter
 intf org.openide.util.actions.Presenter
 meth public abstract javax.swing.JMenuItem getPopupPresenter()
 
 CLSS public abstract interface static org.openide.util.actions.Presenter$Toolbar
+ outer org.openide.util.actions.Presenter
 intf org.openide.util.actions.Presenter
 meth public abstract java.awt.Component getToolbarPresenter()
 
 CLSS public abstract org.openide.util.actions.SystemAction
-cons public SystemAction()
+cons public init()
 fld public final static java.lang.String PROP_ENABLED = "enabled"
 fld public final static java.lang.String PROP_ICON = "icon"
 intf javax.swing.Action
@@ -4875,7 +4966,7 @@ hfds BLANK_ICON,LOG,PROP_ICON_TEXTUAL,relativeIconResourceClasses,serialVersionU
 hcls ComponentIcon
 
 CLSS public abstract org.openide.windows.CloneableOpenSupport
-cons public CloneableOpenSupport(org.openide.windows.CloneableOpenSupport$Env)
+cons public init(org.openide.windows.CloneableOpenSupport$Env)
 fld protected org.openide.windows.CloneableOpenSupport$Env env
 fld protected org.openide.windows.CloneableTopComponent$Ref allEditors
 innr public abstract interface static Env
@@ -4894,6 +4985,7 @@ hfds container
 hcls Listener
 
 CLSS public abstract interface static org.openide.windows.CloneableOpenSupport$Env
+ outer org.openide.windows.CloneableOpenSupport
 fld public final static java.lang.String PROP_MODIFIED = "modified"
 fld public final static java.lang.String PROP_VALID = "valid"
 intf java.io.Serializable
@@ -4908,7 +5000,7 @@ meth public abstract void removeVetoableChangeListener(java.beans.VetoableChange
 meth public abstract void unmarkModified()
 
 CLSS public abstract org.openide.windows.CloneableTopComponent
-cons public CloneableTopComponent()
+cons public init()
 fld public final static org.openide.windows.CloneableTopComponent$Ref EMPTY
 innr public static Ref
 intf java.io.Externalizable
@@ -4929,8 +5021,8 @@ supr org.openide.windows.TopComponent
 hfds isLastActivated,ref,serialVersionUID
 
 CLSS public org.openide.windows.TopComponent
-cons public TopComponent()
-cons public TopComponent(org.openide.util.Lookup)
+cons public init()
+cons public init(org.openide.util.Lookup)
 fld public final static int CLOSE_EACH = 0
  anno 0 java.lang.Deprecated()
 fld public final static int CLOSE_LAST = 1
@@ -5000,6 +5092,7 @@ meth public org.openide.util.Lookup getLookup()
 meth public org.openide.util.actions.SystemAction[] getSystemActions()
  anno 0 java.lang.Deprecated()
 meth public static javax.swing.Action openAction(org.openide.windows.TopComponent,java.lang.String,java.lang.String,boolean)
+meth public void addNotify()
 meth public void open()
 meth public void open(org.openide.windows.Workspace)
  anno 0 java.lang.Deprecated()
@@ -5016,9 +5109,10 @@ meth public void setToolTipText(java.lang.String)
 meth public void toFront()
 meth public void writeExternal(java.io.ObjectOutput) throws java.io.IOException
 supr javax.swing.JComponent
-hfds LOG,UILOG,activatedNodes,attentionGetter,closeOperation,defaultLookupLock,defaultLookupRef,displayName,htmlDisplayName,icon,nodeName,serialVersion,serialVersionUID,warnedClasses,warnedTCPIClasses
+hfds LOG,MODE_ID_PREFERENCES_KEY_INFIX,UILOG,activatedNodes,attentionGetter,closeOperation,defaultLookupLock,defaultLookupRef,displayName,htmlDisplayName,icon,modeName,nodeName,serialVersion,serialVersionUID,warnedClasses,warnedTCPIClasses
 hcls AttentionGetter,CloneWindowAction,CloseWindowAction,Replacer,SynchronizeNodes
 
 CLSS public abstract interface static org.openide.windows.TopComponent$Cloneable
+ outer org.openide.windows.TopComponent
 meth public abstract org.openide.windows.TopComponent cloneComponent()
 
diff --git a/openide.loaders/nbproject/project.xml b/openide.loaders/nbproject/project.xml
index 3f7094e..3b34cf7 100644
--- a/openide.loaders/nbproject/project.xml
+++ b/openide.loaders/nbproject/project.xml
@@ -121,7 +121,7 @@ made subject to such option by the copyright holder.
                     <build-prerequisite/>
                     <compile-dependency/>
                     <run-dependency>
-                        <specification-version>6.2</specification-version>
+                        <specification-version>7.19</specification-version>
                     </run-dependency>
                 </dependency>
                 <dependency>
@@ -185,9 +185,6 @@ made subject to such option by the copyright holder.
                         <recursive/>
                     </test-dependency>
                     <test-dependency>
-                        <code-name-base>org.netbeans.libs.freemarker</code-name-base>
-                    </test-dependency>
-                    <test-dependency>
                         <code-name-base>org.netbeans.libs.junit4</code-name-base>
                         <compile-dependency/>
                     </test-dependency>
diff --git a/openide.util/src/org/openide/xml/EntityCatalog.dtd b/openide.loaders/src/org/netbeans/modules/openide/loaders/EntityCatalog.dtd
similarity index 100%
rename from openide.util/src/org/openide/xml/EntityCatalog.dtd
rename to openide.loaders/src/org/netbeans/modules/openide/loaders/EntityCatalog.dtd
diff --git a/openide.loaders/src/org/netbeans/modules/openide/loaders/EntityCatalogImpl.java b/openide.loaders/src/org/netbeans/modules/openide/loaders/EntityCatalogImpl.java
index 4e73377..b97bedb 100644
--- a/openide.loaders/src/org/netbeans/modules/openide/loaders/EntityCatalogImpl.java
+++ b/openide.loaders/src/org/netbeans/modules/openide/loaders/EntityCatalogImpl.java
@@ -44,25 +44,30 @@
 
 package org.netbeans.modules.openide.loaders;
 
-import java.io.*;
-import java.util.*;
-import java.beans.*;
+import java.beans.PropertyChangeEvent;
+import java.beans.PropertyChangeListener;
+import java.io.IOException;
+import java.util.Hashtable;
+import java.util.Map;
 import java.util.logging.Level;
 import java.util.logging.Logger;
-
-import org.xml.sax.*;
-import org.xml.sax.helpers.*;
-import org.openide.loaders.*;
 import org.openide.cookies.InstanceCookie;
-import org.openide.util.*;
-import org.openide.xml.*;
+import org.openide.loaders.XMLDataObject;
+import org.openide.util.RequestProcessor;
+import org.openide.xml.EntityCatalog;
+import org.openide.xml.XMLUtil;
+import org.xml.sax.Attributes;
+import org.xml.sax.InputSource;
+import org.xml.sax.SAXException;
+import org.xml.sax.XMLReader;
+import org.xml.sax.helpers.DefaultHandler;
 
 /**
- * This Entity Catalog implementation recognizes registrations defined at XMLayer.
- *
+ * Recognizes catalogs defined by {@link EntityCatalog#PUBLIC_ID}, which presumably must 
+ * Do not use this style; {@link FileEntityResolver} implements the preferred system.
  * @author  Petr Kuzel
- * @version 1.0
  */
+ at Deprecated
 public final class EntityCatalogImpl extends EntityCatalog {
 
     /** map between publicId and privateId (String, String); must be synchronized */
@@ -132,7 +137,7 @@ public final class EntityCatalogImpl extends EntityCatalog {
         public InputSource resolveEntity(String pid, String sid) {
             if (EntityCatalog.PUBLIC_ID.equals(pid)) {
                 // Don't use a nbres: URL here; can deadlock NbURLStreamHandlerFactory during startup
-                return new InputSource(EntityCatalogImpl.class.getClassLoader().getResource("org/openide/xml/EntityCatalog.dtd").toExternalForm()); // NOI18N
+                return new InputSource(EntityCatalogImpl.class.getResource("EntityCatalog.dtd").toExternalForm()); // NOI18N
             }
             return null;
         }
diff --git a/openide.loaders/src/org/netbeans/modules/openide/loaders/RuntimeCatalog.java b/openide.loaders/src/org/netbeans/modules/openide/loaders/RuntimeCatalog.java
index 48d1dc5..9ffd2a4 100644
--- a/openide.loaders/src/org/netbeans/modules/openide/loaders/RuntimeCatalog.java
+++ b/openide.loaders/src/org/netbeans/modules/openide/loaders/RuntimeCatalog.java
@@ -48,6 +48,9 @@ import java.io.IOException;
 import java.io.InputStream;
 import java.util.HashMap;
 import java.util.Map;
+import org.openide.loaders.XMLDataObject;
+import org.openide.util.lookup.ServiceProvider;
+import org.openide.util.lookup.ServiceProviders;
 import org.openide.xml.EntityCatalog;
 import org.xml.sax.InputSource;
 import org.xml.sax.SAXException;
@@ -58,13 +61,16 @@ import org.xml.sax.SAXException;
  * <li>transient
  * <li>of the hihgest priority
  * <li>last registration prevails
+ * @see XMLDataObject#registerCatalogEntry(String,String)
+ * @see XMLDataObject#registerCatalogEntry(String,String,ClassLoader)
  */
- at org.openide.util.lookup.ServiceProvider(service=org.openide.xml.EntityCatalog.class)
+ at ServiceProviders({
+    @ServiceProvider(service=EntityCatalog.class),
+    @ServiceProvider(service=RuntimeCatalog.class)
+})
+ at Deprecated
 public final class RuntimeCatalog extends EntityCatalog {
 
-    /** Public constructor for lookup. */
-    public RuntimeCatalog() {}
-    
     // table mapping public IDs to (local) URIs
     private Map<String,String> id2uri;
     
@@ -72,8 +78,7 @@ public final class RuntimeCatalog extends EntityCatalog {
     private Map<String,String> id2resource;
     private Map<String,ClassLoader> id2loader;
     
-    /** SAX entity resolver */
-    public InputSource resolveEntity(String name, String uri) throws IOException, SAXException {
+    public @Override InputSource resolveEntity(String name, String systemId) throws IOException, SAXException {
         
         InputSource retval;
         String mappedURI = name2uri(name);
@@ -86,8 +91,6 @@ public final class RuntimeCatalog extends EntityCatalog {
             return retval;
             
         } else if (stream != null) {
-            // XXX unused var, what is it for?
-            uri = "java:resource:" + id2resource.get(name); // NOI18N
             retval = new InputSource(stream);
             retval.setPublicId(name);
             return retval;
diff --git a/openide.loaders/src/org/netbeans/modules/openide/loaders/layer.xml b/openide.loaders/src/org/netbeans/modules/openide/loaders/layer.xml
index da683ba..740cb08 100644
--- a/openide.loaders/src/org/netbeans/modules/openide/loaders/layer.xml
+++ b/openide.loaders/src/org/netbeans/modules/openide/loaders/layer.xml
@@ -4,7 +4,7 @@
     <folder name="xml">
         <folder name="entities">
             <folder name="NetBeans">
-                <file name="Entity_Mapping_Registration_1_0" url="nbres:/org/openide/xml/EntityCatalog.dtd" >
+                <file name="Entity_Mapping_Registration_1_0" url="EntityCatalog.dtd" >
                     <attr name="hint.originalPublicID" stringvalue="-//NetBeans//Entity Mapping Registration 1.0//EN"/>
                 </file>
             </folder>
diff --git a/openide.loaders/src/org/netbeans/modules/templates/ScriptingCreateFromTemplateHandler.java b/openide.loaders/src/org/netbeans/modules/templates/ScriptingCreateFromTemplateHandler.java
index 2d77dd6..72d17bd 100644
--- a/openide.loaders/src/org/netbeans/modules/templates/ScriptingCreateFromTemplateHandler.java
+++ b/openide.loaders/src/org/netbeans/modules/templates/ScriptingCreateFromTemplateHandler.java
@@ -37,6 +37,7 @@ package org.netbeans.modules.templates;
 import java.io.IOException;
 import java.io.InputStreamReader;
 import java.io.OutputStreamWriter;
+import java.io.PrintWriter;
 import java.io.Reader;
 import java.io.Writer;
 import java.nio.charset.Charset;
@@ -102,7 +103,7 @@ public class ScriptingCreateFromTemplateHandler extends CreateFromTemplateHandle
             }
             
             
-            eng.getContext().setWriter(w);
+            eng.getContext().setWriter(new PrintWriter(w));
             //eng.getContext().setBindings(bind, ScriptContext.ENGINE_SCOPE);
             eng.getContext().setAttribute(FileObject.class.getName(), template, ScriptContext.ENGINE_SCOPE);
             eng.getContext().setAttribute(ScriptEngine.FILENAME, template.getNameExt(), ScriptContext.ENGINE_SCOPE);
diff --git a/openide.loaders/src/org/openide/actions/FileSystemRefreshAction.java b/openide.loaders/src/org/openide/actions/FileSystemRefreshAction.java
index a243e58..329bfa1 100644
--- a/openide.loaders/src/org/openide/actions/FileSystemRefreshAction.java
+++ b/openide.loaders/src/org/openide/actions/FileSystemRefreshAction.java
@@ -72,7 +72,7 @@ public final class FileSystemRefreshAction extends CookieAction {
     }
     
     protected boolean asynchronous() {
-        return false;
+        return true;
     }
 
     protected int mode () {
diff --git a/openide.loaders/src/org/openide/actions/SaveAsAction.java b/openide.loaders/src/org/openide/actions/SaveAsAction.java
index dae45ff..c6309ef 100644
--- a/openide.loaders/src/org/openide/actions/SaveAsAction.java
+++ b/openide.loaders/src/org/openide/actions/SaveAsAction.java
@@ -199,6 +199,15 @@ final class SaveAsAction extends AbstractAction implements ContextAwareAction {
                         NotifyDescriptor.INFORMATION_MESSAGE,
                         new Object[] { NotifyDescriptor.OK_OPTION }, NotifyDescriptor.OK_OPTION );
                 DialogDisplayer.getDefault().notify( nd );
+            } else if (newFile.exists()) {
+                NotifyDescriptor nd = new NotifyDescriptor(
+                        NbBundle.getMessage( DataObject.class, "MSG_SaveAs_OverwriteQuestion", newFile.getName()), //NOI18N
+                        NbBundle.getMessage( DataObject.class, "MSG_SaveAs_OverwriteQuestion_Title"), //NOI18N
+                        NotifyDescriptor.YES_NO_OPTION,
+                        NotifyDescriptor.QUESTION_MESSAGE,
+                        new Object[] { NotifyDescriptor.NO_OPTION, NotifyDescriptor.YES_OPTION }, NotifyDescriptor.NO_OPTION );
+                if (NotifyDescriptor.YES_OPTION == DialogDisplayer.getDefault().notify( nd ))
+                    break;
             } else {
                 break;
             }
diff --git a/openide.loaders/src/org/openide/awt/MenuBar.java b/openide.loaders/src/org/openide/awt/MenuBar.java
index 5ba54a5..fbac269 100644
--- a/openide.loaders/src/org/openide/awt/MenuBar.java
+++ b/openide.loaders/src/org/openide/awt/MenuBar.java
@@ -366,6 +366,16 @@ public class MenuBar extends JMenuBar implements Externalizable {
             return MenuBar.class;
         }
 
+        private Map<Object,DataObject> cookiesToObjects = new HashMap<Object,DataObject>();
+
+        @Override
+        protected Object instanceForCookie (DataObject obj, InstanceCookie cookie)
+            throws IOException, ClassNotFoundException {
+            Object result = super.instanceForCookie(obj, cookie);
+            cookiesToObjects.put (result, obj);
+            return result;
+        }
+
         /** Accepts only cookies that can provide a <code>Component</code>
          * or a <code>Presenter.Toolbar</code>.
          * @param cookie the instance cookie to test
@@ -408,12 +418,16 @@ public class MenuBar extends JMenuBar implements Externalizable {
             }
             
             cleanUp(); //remove the stuff we've added last time
-            // fill with new content
-            for (Object o: ll) {
-                Component component = convertToComponent(o);
-                if (component != null) {
-                    addComponent(component);
+            try {
+                // fill with new content
+                for (Object o: ll) {
+                    Component component = convertToComponent(o);
+                    if (component != null) {
+                        addComponent(component);
+                    }
                 }
+            } finally {
+                cookiesToObjects.clear();
             }
             mb.validate();
             mb.repaint();
@@ -426,6 +440,10 @@ public class MenuBar extends JMenuBar implements Externalizable {
                 retVal = (Component)obj;                
             } else {
                 if (obj instanceof Presenter.Toolbar) {
+                    DataObject file = cookiesToObjects.get(obj);
+                    if (obj instanceof Action && file != null) {
+                        AcceleratorBinding.setAccelerator((Action)obj, file.getPrimaryFile());
+                    }
                     retVal = ((Presenter.Toolbar)obj).getToolbarPresenter();
                 } else if (obj instanceof Action) {
                     Action a = (Action) obj;
diff --git a/openide.loaders/src/org/openide/awt/Toolbar.java b/openide.loaders/src/org/openide/awt/Toolbar.java
index f7db177..fcddb0b 100644
--- a/openide.loaders/src/org/openide/awt/Toolbar.java
+++ b/openide.loaders/src/org/openide/awt/Toolbar.java
@@ -136,6 +136,8 @@ public class Toolbar extends JToolBar /*implemented by patchsuperclass MouseInpu
         backingFolder = folder;
         initAll(folder.getName(), false);
         putClientProperty("folder", folder); //NOI18N
+        if( UIManager.getBoolean( "NbMainWindow.showCustomBackground" ) ) //NOI18N
+            setOpaque( false);
     }
     
     DataFolder getFolder() {
diff --git a/openide.loaders/src/org/openide/awt/ToolbarPool.java b/openide.loaders/src/org/openide/awt/ToolbarPool.java
index a0e3ca2..3134501 100644
--- a/openide.loaders/src/org/openide/awt/ToolbarPool.java
+++ b/openide.loaders/src/org/openide/awt/ToolbarPool.java
@@ -114,6 +114,9 @@ public final class ToolbarPool extends JComponent implements Accessible {
 
     /** Name of default toolbar configuration. */
     public static final String DEFAULT_CONFIGURATION = "Standard"; // NOI18N
+    /** when it is not wise to wait for full initialization */
+    private static final ThreadLocal<Boolean> DONT_WAIT = new ThreadLocal<Boolean>();
+    
     
     private TPTaskListener taskListener;
     
@@ -214,7 +217,7 @@ public final class ToolbarPool extends JComponent implements Accessible {
 
     /** Updates the default configuration. */
     private synchronized void updateDefault () {
-        Toolbar[] bars = getToolbars ();
+        Toolbar[] bars = getToolbarsNow ();
         name = ""; // NOI18N
         
         if (bars.length == 1) {
@@ -285,6 +288,16 @@ public final class ToolbarPool extends JComponent implements Accessible {
      * @param n toolbar configuration name
      */
     public final void setConfiguration (String n) {
+        Boolean prev = DONT_WAIT.get();
+        try {
+            DONT_WAIT.set(true);
+            setConfigurationNow(n);
+        } finally {
+            DONT_WAIT.set(prev);
+        }
+    }
+    
+    private void setConfigurationNow (String n) {
         String old = name;
         
         // should be 'instance.waitFinished();' but some bug in isFinished ...
@@ -333,7 +346,13 @@ public final class ToolbarPool extends JComponent implements Accessible {
      * Returns the toolbars contained in this pool.
      * @return the toolbars contained in this pool
      */
-    public final synchronized Toolbar[] getToolbars() {
+    public final Toolbar[] getToolbars() {
+        if (!Boolean.TRUE.equals(DONT_WAIT.get())) {
+            waitFinished();
+        }
+        return getToolbarsNow();
+    }
+    final synchronized Toolbar[] getToolbarsNow() {
         Toolbar[] arr = new Toolbar[toolbarNames.size ()];
         int index = 0;
         for( String tn : toolbarNames ) {
@@ -345,7 +364,13 @@ public final class ToolbarPool extends JComponent implements Accessible {
     /**
      * @return the names of toolbar configurations contained in this pool
      */
-    public final synchronized String[] getConfigurations () {
+    public final String[] getConfigurations () {
+        if (!Boolean.TRUE.equals(DONT_WAIT.get())) {
+            waitFinished();
+        }
+        return getConfigurationsNow();
+    }
+    final synchronized String[] getConfigurationsNow () {
         ArrayList<String> list = new ArrayList<String>( toolbarConfigs.keySet() );
         Collections.sort( list );
         String[] arr = new String[ list.size() ];
@@ -606,7 +631,7 @@ public final class ToolbarPool extends JComponent implements Accessible {
             // generate list of available toolbar panels
             ButtonGroup bg = new ButtonGroup ();
             String current = ToolbarPool.getDefault ().getConfiguration ();
-            for( String name : ToolbarPool.getDefault().getConfigurations() ) {
+            for( String name : ToolbarPool.getDefault().getConfigurationsNow() ) {
                 JRadioButtonMenuItem mi = new JRadioButtonMenuItem (name, (name.compareTo (current) == 0));
                 mi.addActionListener (this);
                 bg.add (mi);
diff --git a/openide.loaders/src/org/openide/loaders/Bundle.properties b/openide.loaders/src/org/openide/loaders/Bundle.properties
index 99772fc..a26a318 100644
--- a/openide.loaders/src/org/openide/loaders/Bundle.properties
+++ b/openide.loaders/src/org/openide/loaders/Bundle.properties
@@ -329,5 +329,9 @@ CTL_SaveAsAction=Sa&ve As...
 MSG_SaveAsFailed=There were some problems while saving {0}\nCause: {1}
 LBL_SaveAsTitle=Save As
 MSG_CannotCreateTargetFolder=Cannot create the target folder.
-MSG_SaveAs_SameFileSelected=Select a different file name please.
+MSG_SaveAs_SameFileSelected=Please, select a different file name.
 MSG_SaveAs_SameFileSelected_Title=Save As
+MSG_SaveAs_OverwriteQuestion=Are you sure you want to overwrite {0}?
+MSG_SaveAs_OverwriteQuestion_Title=Save As
+
+MSG_EncodingProblem=The file cannot be safely opened with encoding {0}. Do you want to continue opening it?
diff --git a/openide.loaders/src/org/openide/loaders/DataFolder.java b/openide.loaders/src/org/openide/loaders/DataFolder.java
index 5cd8764..ee81773 100644
--- a/openide.loaders/src/org/openide/loaders/DataFolder.java
+++ b/openide.loaders/src/org/openide/loaders/DataFolder.java
@@ -377,9 +377,6 @@ public class DataFolder extends MultiDataObject implements DataObject.Container
                 if (ch instanceof FolderChildren) {
                     ((FolderChildren) ch).getFilter ().equals (filter);
                 }
-                if (ch instanceof FolderChildrenEager) {
-                    ((FolderChildrenEager) ch).getFilter ().equals (filter);
-                }
                 return false;
             } else if (o instanceof ClonedFilter) {
                 ClonedFilter cf = (ClonedFilter) o;
@@ -436,13 +433,8 @@ public class DataFolder extends MultiDataObject implements DataObject.Container
         Node n = getNodeDelegate ();
         Children c = n.getChildren ();
         // #7362: relying on subclassers to override createNodeChildren is ugly...
-        if (c.getClass () == FolderChildren.class || c.getClass() == FolderChildrenEager.class) {
-            DataFilter f;
-            if (c instanceof FolderChildren) {
-                f = ((FolderChildren) c).getFilter ();
-            } else {
-                f = ((FolderChildrenEager)c).getFilter();
-            }
+        if (c.getClass () == FolderChildren.class) {
+            DataFilter f = ((FolderChildren) c).getFilter ();
             if (f == DataFilter.ALL) {
                 // Either createNodeDelegate was not overridden; or
                 // it provided some node with the same children as
@@ -479,15 +471,8 @@ public class DataFolder extends MultiDataObject implements DataObject.Container
         }
     }
 
-    private static final boolean lazy = !"false".equals(System.getProperty( // NOI18N
-        "org.openide.loaders.DataFolder.lazy" // NOI18N
-    ));
     static Children createNodeChildren(DataFolder df, DataFilter filter) {
-        if (lazy) {
-            return new FolderChildren(df, filter);
-        } else {
-            return new FolderChildrenEager(df, filter);
-        }
+        return new FolderChildren(df, filter);
     }
 
     /** Support method to obtain a children object that
@@ -546,6 +531,8 @@ public class DataFolder extends MultiDataObject implements DataObject.Container
     * @param fo file object
     * @return folder for the file object
     * @exception IllegalArgumentException if the file object is not folder
+    *   or if its responsible loader prevents the data object from being
+    *   instantiated - e.g. {@link DataObject#find} throws {@link DataObjectNotFoundException}
     */
     public static DataFolder findFolder (FileObject fo) {
         DataObject d;
@@ -1436,7 +1423,7 @@ public class DataFolder extends MultiDataObject implements DataObject.Container
                         }
                     }
                 } catch( IOException ioE ) {
-                    Logger.getLogger(DataFolder.class.getName()).log(Level.WARNING, null, ioE);
+                    Logger.getLogger(DataFolder.class.getName()).log(Level.INFO, null, ioE);
                 }
             }
             return result;
@@ -1446,8 +1433,7 @@ public class DataFolder extends MultiDataObject implements DataObject.Container
             try {
                 if( t.isDataFlavorSupported( DataFlavor.javaFileListFlavor ) ) {
                     //windows & mac
-                    @SuppressWarnings("rawtypes")  // checked later
-                    List fileList = (List) t.getTransferData(DataFlavor.javaFileListFlavor);
+                    List<?> fileList = (List<?>) t.getTransferData(DataFlavor.javaFileListFlavor);
                     //#92812 - make sure mac os does not return null value
                     if( null != fileList ) {
                         return NbCollections.checkedListByCopy(fileList, File.class, true);
diff --git a/openide.loaders/src/org/openide/loaders/DataLoaderPool.java b/openide.loaders/src/org/openide/loaders/DataLoaderPool.java
index 62354c6..fc04b10 100644
--- a/openide.loaders/src/org/openide/loaders/DataLoaderPool.java
+++ b/openide.loaders/src/org/openide/loaders/DataLoaderPool.java
@@ -52,6 +52,7 @@ import java.util.logging.Logger;
 import javax.swing.event.*;
 import org.openide.filesystems.*;
 import org.openide.modules.ModuleInfo;
+import org.openide.modules.Modules;
 import org.openide.nodes.*;
 import org.openide.util.*;
 import org.openide.util.actions.SystemAction;
@@ -568,18 +569,11 @@ implements java.io.Serializable {
             fo.setAttribute(DataObject.EA_ASSIGNED_LOADER, null);
         } else {
             Class c = loader.getClass();
-            // [PENDING] in the future a more efficient API may be introduced
-            Iterator modules = Lookup.getDefault().lookupAll(ModuleInfo.class).iterator();
-            String modulename = null;
-            while (modules.hasNext()) {
-                ModuleInfo module = (ModuleInfo)modules.next();
-                if (module.owns(c)) {
-                    modulename = module.getCodeNameBase();
-                    break;
-                }
-            }
             fo.setAttribute (DataObject.EA_ASSIGNED_LOADER, c.getName ());
-            fo.setAttribute(DataObject.EA_ASSIGNED_LOADER_MODULE, modulename);
+            ModuleInfo module = Modules.getDefault().ownerOf(c);
+            if (module != null) {
+                fo.setAttribute(DataObject.EA_ASSIGNED_LOADER_MODULE, module.getCodeNameBase());
+            }
         }
         if (!DataObjectPool.getPOOL().revalidate(Collections.singleton(fo)).isEmpty()) {
             DataObject.LOG.fine("It was not possible to invalidate data object: " + fo); // NOI18N
diff --git a/openide.loaders/src/org/openide/loaders/DataObject.java b/openide.loaders/src/org/openide/loaders/DataObject.java
index b533fb0..ab742c9 100644
--- a/openide.loaders/src/org/openide/loaders/DataObject.java
+++ b/openide.loaders/src/org/openide/loaders/DataObject.java
@@ -1343,6 +1343,9 @@ implements Node.Cookie, Serializable, HelpCtx.Provider, Lookup.Provider {
             if (!all.containsKey("time")) { // NOI18N
                 all.put("time", DateFormat.getTimeInstance().format(d)); // NOI18N
             }
+            if (!all.containsKey("dateTime")) { // NOI18N
+                all.put("dateTime", d); // NOI18N
+            }
             
             return Collections.unmodifiableMap(all);
         }
diff --git a/openide.loaders/src/org/openide/loaders/DataObjectPool.java b/openide.loaders/src/org/openide/loaders/DataObjectPool.java
index 1f983be..5aec4f3 100644
--- a/openide.loaders/src/org/openide/loaders/DataObjectPool.java
+++ b/openide.loaders/src/org/openide/loaders/DataObjectPool.java
@@ -447,12 +447,12 @@ implements ChangeListener {
     * @return set of DataObjects that refused to be revalidated
     */
     public Set<DataObject> revalidate () {
-        Set<FileObject> files;
+        Set<Item> set;
         synchronized (this) {
-            files = createSetOfAllFiles (map.values ());
+            // copy the values synchronously
+            set = new HashSet<Item>(map.values());
         }
-
-        return revalidate (files);
+        return revalidate(createSetOfAllFiles(set));
     }
 
     /** Notifies that an object has been created.
@@ -602,7 +602,7 @@ implements ChangeListener {
             if (LISTENER.isLoggable(Level.FINE)) {
                 LISTENER.fine("fileChanged: " + fe); // NOI18N
             }
-            for (Item item : getTargets(fe)) {
+            for (Item item : getTargets(fe, false)) {
                 DataObject dobj = item.getDataObjectOrNull();
                 if (LISTENER.isLoggable(Level.FINE)) {
                     LISTENER.fine("  to: " + dobj); // NOI18N
@@ -616,7 +616,7 @@ implements ChangeListener {
             if (LISTENER.isLoggable(Level.FINE)) {
                 LISTENER.fine("fileRenamed: " + fe); // NOI18N
             }
-            for (Item item : getTargets(fe)) {
+            for (Item item : getTargets(fe, false)) {
                 DataObject dobj = item.getDataObjectOrNull();
                 if (LISTENER.isLoggable(Level.FINE)) {
                     LISTENER.fine("  to: " + dobj); // NOI18N
@@ -630,7 +630,7 @@ implements ChangeListener {
             if (LISTENER.isLoggable(Level.FINE)) {
                 LISTENER.fine("fileDeleted: " + fe); // NOI18N
             }
-            for (Item item : getTargets(fe)) {
+            for (Item item : getTargets(fe, true)) {
                 DataObject dobj = item.getDataObjectOrNull();
                 if (LISTENER.isLoggable(Level.FINE)) {
                     LISTENER.fine("  to: " + dobj); // NOI18N
@@ -644,7 +644,7 @@ implements ChangeListener {
             if (LISTENER.isLoggable(Level.FINE)) {
                 LISTENER.fine("fileDataCreated: " + fe); // NOI18N
             }
-            for (Item item : getTargets(fe)) {
+            for (Item item : getTargets(fe, true)) {
                 DataObject dobj = item.getDataObjectOrNull();
                 if (LISTENER.isLoggable(Level.FINE)) {
                     LISTENER.fine("  to: " + dobj); // NOI18N
@@ -668,35 +668,50 @@ implements ChangeListener {
         }
     }
     
-    static private Collection<Item> getTargets(FileEvent fe) {
+    static private Collection<Item> getTargets(FileEvent fe, boolean checkSiblings) {
         FileObject fo = fe.getFile();
         // The FileSystem notifying us about the changes should
         // not hold any lock so we're safe here
-        synchronized (DataObjectPool.getPOOL()) {
-            Item itm = DataObjectPool.POOL.map.get(fo);
-            if (itm != null) { // the file was someones' primary
-                return Collections.singleton(itm); // so notify only owner
-            } else { // unknown file or someone secondary
-                List<Item> arr = DataObjectPool.POOL.children.get(fo.getParent());
-                if (arr != null) {
-                    return new ArrayList<Item>(arr);
-                } else {
-                    return Collections.emptyList();
-                }
-                /*List<Item> toNotify = new LinkedList<Item>();
-                FileObject parent = fo.getParent();
-                if (parent != null) { // the fo is not root
-                    FileObject[] siblings = parent.getChildren();
-                    // notify all in folder
-                    for (int i = 0; i < siblings.length; i++) {
-                        itm = (Item) DataObjectPool.POOL.map.get(siblings[i]);
-                        if (itm != null) {
+        FileObject[] siblings = null;
+        FileObject parent = null;
+        for (;;) {
+            OUTSIDE: synchronized (DataObjectPool.getPOOL()) {
+                Item itm = DataObjectPool.POOL.map.get(fo);
+                if (itm != null) { // the file was someones' primary
+                    return Collections.singleton(itm); // so notify only owner
+                } else { // unknown file or someone secondary
+                    List<Item> arr = DataObjectPool.POOL.children.get(fo.getParent());
+                    if (arr != null) {
+                        return new ArrayList<Item>(arr);
+                    }
+                    if (!checkSiblings) {
+                        return Collections.emptySet();
+                    }
+                    List<Item> toNotify = new LinkedList<Item>();
+                    if (parent == null) {
+                        parent = fo.getParent();
+                    }
+                    if (parent != null) { // the fo is not root
+                        if (siblings == null) {
+                            break OUTSIDE;
+                        }
+                        // notify all in folder
+                        for (int i = 0; i < siblings.length; i++) {
+                            itm = (Item) DataObjectPool.POOL.map.get(siblings[i]);
+                            if (itm == null) {
+                                continue;
+                            }
+                            DataObject obj = itm.getDataObjectOrNull();
+                            if (obj == null) {
+                                continue;
+                            }
                             toNotify.add(itm);
                         }
                     }
+                    return toNotify;
                 }
-                return toNotify;*/
             }
+            siblings = parent.getChildren();
         }
     }
 
@@ -706,7 +721,7 @@ implements ChangeListener {
         if (LISTENER.isLoggable(Level.FINE)) {
             LISTENER.fine("fileAttributeChanged: " + fe); // NOI18N
         }
-        for (Item item : getTargets(fe)) {
+        for (Item item : getTargets(fe, false)) {
             DataObject dobj = item.getDataObjectOrNull();
             if (LISTENER.isLoggable(Level.FINE)) {
                 LISTENER.fine("  to: " + dobj); // NOI18N
@@ -856,13 +871,9 @@ implements ChangeListener {
 
     /** When the loader pool is changed, then all objects are rescanned.
     */
+    @Override
     public void stateChanged (javax.swing.event.ChangeEvent ev) {
-        Set<Item> set;
-        synchronized (this) {
-            // copy the values synchronously
-            set = new HashSet<Item>(map.values());
-        }
-        revalidate(createSetOfAllFiles(set));
+        revalidate();
     }
     
     /** Create list of all files for given collection of data objects.
diff --git a/openide.loaders/src/org/openide/loaders/DataShadow.java b/openide.loaders/src/org/openide/loaders/DataShadow.java
index 2d90070..b527cd5 100644
--- a/openide.loaders/src/org/openide/loaders/DataShadow.java
+++ b/openide.loaders/src/org/openide/loaders/DataShadow.java
@@ -887,7 +887,9 @@ public class DataShadow extends MultiDataObject implements DataObject.Container
                     FileSystem fs = orig.getFileSystem();
                     try {
                         Image i = Introspector.getBeanInfo(fs.getClass()).getIcon(type);
-                        return fs.getStatus().annotateIcon(i, type, obj.original.files());
+                        if (i != null) {
+                            return fs.getStatus().annotateIcon(i, type, obj.original.files());
+                        }
                     } catch (IntrospectionException ie) {
                         Logger.getLogger(DataShadow.class.getName()).log(Level.WARNING, null, ie);
                         // ignore
diff --git a/openide.loaders/src/org/openide/loaders/DataTransferSupport.java b/openide.loaders/src/org/openide/loaders/DataTransferSupport.java
index 65d3dc4..36801fa 100644
--- a/openide.loaders/src/org/openide/loaders/DataTransferSupport.java
+++ b/openide.loaders/src/org/openide/loaders/DataTransferSupport.java
@@ -113,6 +113,8 @@ abstract class DataTransferSupport {
     /** Supports paste of multiple DataObject at once.
      */
     static abstract class PasteTypeExt extends PasteType {
+        private static final RequestProcessor RP = new RequestProcessor("Paste Support"); // NOI18N
+        
         /** All DataObjects being pasted. */
         private DataObject objs [];
         /** Create paste type. */
@@ -127,7 +129,7 @@ abstract class DataTransferSupport {
         * @param obj pasted DataObject
         */
         protected abstract void handlePaste (DataObject obj) throws IOException;
-        /** Could be clipboard cleand up after the paste operation is finished or
+        /** Could be clipboard clean up after the paste operation is finished or
          * should its content be preserved.
          * @return default implementation returns <code>false</code>
          */
@@ -143,27 +145,26 @@ abstract class DataTransferSupport {
             return true;
         }
         /** Paste all DataObjects */
+        @Override
         public final Transferable paste() throws IOException {
             if (javax.swing.SwingUtilities.isEventDispatchThread()) {
-                org.openide.util.RequestProcessor.getDefault().post(new java.lang.Runnable() {
-
-                                                                        public void run() {
-                                                                            java.lang.String n = org.openide.awt.Actions.cutAmpersand(getName());
-                                                                            org.netbeans.api.progress.ProgressHandle h = org.netbeans.api.progress.ProgressHandleFactory.createHandle(n);
+                RP.post(new java.lang.Runnable() {
+                    @Override
+                    public void run() {
+                        java.lang.String n = org.openide.awt.Actions.cutAmpersand(getName());
+                        org.netbeans.api.progress.ProgressHandle h = org.netbeans.api.progress.ProgressHandleFactory.createHandle(n);
 
-                                                                            h.start();
-                                                                            h.switchToIndeterminate();
-                                                                            try {
-                                                                                doPaste();
-                                                                            }
-                                                                            catch (java.io.IOException ioe) {
-                                                                                Exceptions.printStackTrace(ioe);
-                                                                            }
-                                                                            finally {
-                                                                                h.finish();
-                                                                            }
-                                                                        }
-                                                                    });
+                        h.start();
+                        h.switchToIndeterminate();
+                        try {
+                            doPaste();
+                        } catch (java.io.IOException ioe) {
+                            Exceptions.printStackTrace(ioe);
+                        } finally {
+                            h.finish();
+                        }
+                    }
+                });
             } else {
                 doPaste();
             }
diff --git a/openide.loaders/src/org/openide/loaders/DefaultDataObject.java b/openide.loaders/src/org/openide/loaders/DefaultDataObject.java
index 1d8275d..c57bb8a 100644
--- a/openide.loaders/src/org/openide/loaders/DefaultDataObject.java
+++ b/openide.loaders/src/org/openide/loaders/DefaultDataObject.java
@@ -122,7 +122,7 @@ final class DefaultDataObject extends MultiDataObject implements OpenCookie {
     */
     @Override
     protected FileObject handleRename (String name) throws IOException {
-        FileLock lock = getPrimaryFile ().lock ();
+        FileLock lock = getPrimaryEntry().takeLock();
         int pos = name.lastIndexOf('.');
         
         try {
@@ -130,7 +130,7 @@ final class DefaultDataObject extends MultiDataObject implements OpenCookie {
                 // file without separator
                 getPrimaryFile ().rename (lock, name, null);
             } else if (pos == 0){
-                getPrimaryFile ().rename (lock, name, getPrimaryFile ().getExt ());
+                getPrimaryFile ().rename (lock, name, null);
             } else {
                 if (!name.equals(getPrimaryFile ().getNameExt())){
                     getPrimaryFile ().rename (lock, name.substring(0, pos), 
diff --git a/openide.loaders/src/org/openide/loaders/ExtensionList.java b/openide.loaders/src/org/openide/loaders/ExtensionList.java
index 6c6172f..5e4cc77 100644
--- a/openide.loaders/src/org/openide/loaders/ExtensionList.java
+++ b/openide.loaders/src/org/openide/loaders/ExtensionList.java
@@ -48,6 +48,7 @@ import java.io.*;
 import java.util.*;
 
 import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
 import org.openide.util.Enumerations;
 import org.openide.util.Utilities;
 
@@ -167,8 +168,11 @@ public class ExtensionList extends Object
             return true;
         }
 
-        if (mimeTypes != null && mimeTypes.contains(fo.getMIMEType())) {
-            return true;
+        if (mimeTypes != null) {
+            String mime = FileUtil.getMIMEType(fo, mimeTypes.toArray(new String[0]));
+            if (mimeTypes.contains(mime)) {
+                return true;
+            }
         }
         
         return false;
diff --git a/openide.loaders/src/org/openide/loaders/FolderChildren.java b/openide.loaders/src/org/openide/loaders/FolderChildren.java
index 7828fbf..4d3bcb5 100644
--- a/openide.loaders/src/org/openide/loaders/FolderChildren.java
+++ b/openide.loaders/src/org/openide/loaders/FolderChildren.java
@@ -248,6 +248,9 @@ implements PropertyChangeListener, ChangeListener, FileChangeListener {
     private void waitOptimalResult() {
         if (checkChildrenMutex()) {
             err.fine("waitOptimalResult"); // NOI18N
+            if (!isInitialized()) {
+                refreshChildren(RefreshMode.SHALLOW);
+            }
             folder.waitProcessingFinished();
             refTask.waitFinished();
             err.fine("waitOptimalResult: waitProcessingFinished"); // NOI18N
@@ -287,12 +290,8 @@ implements PropertyChangeListener, ChangeListener, FileChangeListener {
             changeListener = WeakListeners.change(this, chF);
             chF.addChangeListener( changeListener );
         }
-        if (Boolean.TRUE.equals(folder.getPrimaryFile().getAttribute("isRemoteAndSlow"))) { // NOI18N
-            // #159628: do not block EQ loading this folder's children.
-            refreshChildren(RefreshMode.SHALLOW);
-        } else {
-            refreshChildren(RefreshMode.SHALLOW_IMMEDIATE);
-        }
+        // #159628, #189979: do not block EQ loading this folder's children.
+        refreshChildren(RefreshMode.SHALLOW);
         err.fine("addNotify end");
     }
 
diff --git a/openide.loaders/src/org/openide/loaders/FolderChildrenEager.java b/openide.loaders/src/org/openide/loaders/FolderChildrenEager.java
deleted file mode 100644
index 18ccdd3..0000000
--- a/openide.loaders/src/org/openide/loaders/FolderChildrenEager.java
+++ /dev/null
@@ -1,312 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.openide.loaders;
-
-
-import java.beans.*;
-import java.util.*;
-import java.util.logging.Level;
-import java.util.logging.Logger;
-import javax.swing.event.*;
-import org.openide.filesystems.FileObject;
-import org.openide.nodes.*;
-import org.openide.util.RequestProcessor;
-
-/** Watches over a folder and represents its
-* child data objects by nodes.
-*
-* @author Jaroslav Tulach
-*/
-final class FolderChildrenEager extends Children.Keys<FolderChildrenPair>
-implements PropertyChangeListener, ChangeListener {
-    /** the folder */
-    private DataFolder folder;
-    /** filter of objects */
-    private final DataFilter filter;
-    /** listener on changes in nodes */
-    private PropertyChangeListener listener;
-    /** logging, if needed */
-    private Logger err;
-    /** true if the refrersh is done after DataFilter change */
-    private boolean refresh;        
-    /**  we wait for this task finished in getNodes(true) */
-    private RequestProcessor.Task refreshTask;
-    /** Runnable scheduled to refRP */
-    private ChildrenRefreshRunnable refreshRunnable;
-    
-    /** Private req processor for the refresh tasks */
-    private static RequestProcessor refRP = 
-        new RequestProcessor("FolderChildren_Refresh"); // NOI18N
-    
-    /**
-    * @param f folder to display content of
-    * @param map map to use for holding of children
-    */
-    public FolderChildrenEager (DataFolder f) {
-        this (f, DataFilter.ALL);
-    }
-
-    /**
-    * @param f folder to display content of
-    * @param filter filter of objects
-    */
-    public FolderChildrenEager(DataFolder f, DataFilter filter) {
-        this.folder = f;
-        this.filter = filter;
-        this.refreshRunnable = new ChildrenRefreshRunnable();
-        this.refreshTask = refRP.create(refreshRunnable);
-        this.listener = org.openide.util.WeakListeners.propertyChange(this, folder);
-        String log;
-        if (f.getPrimaryFile().isRoot()) {
-            log = "org.openide.loaders.FolderChildren"; // NOI18N
-        } else {
-            log = "org.openide.loaders.FolderChildren." + f.getPrimaryFile().getPath().replace('/','.'); // NOI18N
-        }
-        err = Logger.getLogger(log);
-    }
-    
-    /** used from DataFolder */
-    DataFilter getFilter () {
-        return filter;
-    }
-
-    /** If the folder changed its children we change our nodes.
-    */
-    public void propertyChange (final PropertyChangeEvent ev) {
-        if (DataFolder.PROP_CHILDREN.equals (ev.getPropertyName ())) {
-            err.fine("Got PROP_CHILDREN");
-            refreshChildren().schedule (0);
-            postClearTask();
-            return;
-        }
-        if (
-            DataFolder.PROP_SORT_MODE.equals (ev.getPropertyName ()) ||
-            DataFolder.PROP_ORDER.equals (ev.getPropertyName ())
-        ) {
-            err.fine("Got PROP_SORT_MODE or PROP_ORDER");
-            refreshChildren().schedule (0);
-            postClearTask();
-            return;
-        }
-    }
-    
-    public void stateChanged( ChangeEvent e ) {
-        // Filtering changed need to recompute children
-        refresh = true;
-        refreshChildren().schedule(0);
-        postClearTask();
-        return;
-    }
-
-    /**
-     * refreshRunnable holds references to the data object
-     * to prevent GC. This method post a task to the same request processor
-     * (refRP) to clear this references after they are no longer needed.
-     */ 
-    private void postClearTask() {
-        refRP.post(new Runnable() {
-            public void run() {
-                refreshRunnable.clear();
-            }
-        });
-    }
-    
-    /** Refreshes the children.
-    */
-    RequestProcessor.Task refreshChildren() {
-        return refreshTask;    
-    }
-
-    /** Create a node for one data object.
-    * @param key DataObject
-    */
-    protected Node[] createNodes(FolderChildrenPair key) {
-        err.fine("createNodes: " + key);
-        FileObject fo = key.primaryFile;
-        DataObject obj;
-        try {
-            obj = DataObject.find (fo);
-            if (filter == null || filter.acceptDataObject (obj)) {
-                return new Node[] { obj.getClonedNodeDelegate (filter) };
-            } else {
-                return new Node[0];
-            }
-        } catch (DataObjectNotFoundException e) {
-            Logger.getLogger(FolderChildrenEager.class.getName()).log(Level.FINE, null, e);
-            return new Node[0];
-        }
-    }
-  
-    public Node[] getNodes(boolean optimalResult) {
-        Node[] res;
-        Object hold;
-
-        if (optimalResult) {
-            if (checkChildrenMutex()) {
-                err.fine("getNodes(true)"); // NOI18N
-                FolderList.find(folder.getPrimaryFile(), true).waitProcessingFinished();
-                err.fine("getNodes(true): waitProcessingFinished"); // NOI18N
-                RequestProcessor.Task task = refreshChildren();
-                res = getNodes();
-                err.fine("getNodes(true): getNodes: " + res.length); // NOI18N
-                task.schedule(0);
-                task.waitFinished();
-                err.fine("getNodes(true): waitFinished"); // NOI18N
-            } else {
-                Logger.getLogger(FolderChildrenEager.class.getName()).log(Level.WARNING, null,
-                                  new java.lang.IllegalStateException("getNodes(true) called while holding the Children.MUTEX"));
-            }
-        }
-        res = getNodes();
-        err.fine("getNodes(boolean): post clear task"); // NOI18N
-        postClearTask();         // we can clean the references to data objects now
-                                 // they are no longer needed
-        return res;
-    }
-    
-    public Node findChild(String name) {
-        if (checkChildrenMutex()) {
-            getNodes(true);
-        }
-        return super.findChild(name);
-    }
-
-
-
-    /**
-     * @return true if it is safe to wait (our thread is
-     *         not in Children.MUTEX.readAccess
-     */
-    static boolean checkChildrenMutex() {
-        return !Children.MUTEX.isReadAccess() && !Children.MUTEX.isWriteAccess ();
-    }
-    
-    /** Initializes the children.
-    */
-    protected void addNotify () {
-        err.fine("addNotify begin");
-        // add as a listener for changes on nodes
-        folder.addPropertyChangeListener (listener);
-        // add listener to the filter
-        if ( filter instanceof ChangeableDataFilter ) {
-            ((ChangeableDataFilter)filter).addChangeListener( this );
-        }
-        // start the refresh task to compute the children
-        refreshChildren().schedule(0);
-        err.fine("addNotify end");
-    }
-
-    /** Deinitializes the children.
-    */
-    protected void removeNotify () {
-        err.fine("removeNotify begin");
-        // removes the listener
-        folder.removePropertyChangeListener (listener);
-        // remove listener from filter
-        if ( filter instanceof ChangeableDataFilter ) {
-            ((ChangeableDataFilter)filter).removeChangeListener( this );
-        }
-        
-        // we need to clear the children now
-        setKeys(Collections.<FolderChildrenPair>emptySet());
-        err.fine("removeNotify end");
-    }
-
-    /** Display name */
-    public String toString () {
-        return (folder != null) ? folder.getPrimaryFile ().toString () : super.toString();
-    }
-    
-    /**
-     * Instances of this class are posted to the request processor refRP
-     * (FolderChildren_refresher). We do this because we do not want
-     * to call setKeys synchronously.
-     */
-    private final class ChildrenRefreshRunnable implements Runnable {
-        /** store the referneces to the data objects to
-         * prevent GC.
-         */
-        private DataObject[] ch;
-                
-        /** calls setKeys with the folder children 
-         * or with empty collection if active is false
-         */
-        public void run() {
-            // this can be run only on the refRP thread
-            assert refRP.isRequestProcessorThread();
-
-            FolderList.find(folder.getPrimaryFile(), true).waitProcessingFinished();
-            
-            ch = folder.getChildren();
-            err.fine("Children computed");
-            FolderChildrenPair[] keys = new FolderChildrenPair[ch.length];
-            for (int i = 0; i < keys.length; i++) {
-                keys[i] = new FolderChildrenPair(ch[i].getPrimaryFile());
-            }
-            setKeys(Arrays.asList(keys));
-            
-            if ( refresh ) {
-                refresh = false;
-                for (FolderChildrenPair key : keys) {
-                    refreshKey(key);
-                }
-            }
-            
-            if (!isInitialized()) {
-                clear();
-            }
-        }
-        
-        /** stop holding the references to the data objects. After
-         * calling this they can be GCed again.
-         */
-        public void clear() {
-            // this can be run only on the refRP thread
-            assert refRP.isRequestProcessorThread();
-            err.fine("Clearing the reference to children"); // NOI18N
-            ch = null;
-        }
-    }
-}
diff --git a/openide.loaders/src/org/openide/loaders/FolderLookup.java b/openide.loaders/src/org/openide/loaders/FolderLookup.java
index c70baa2..da3129e 100644
--- a/openide.loaders/src/org/openide/loaders/FolderLookup.java
+++ b/openide.loaders/src/org/openide/loaders/FolderLookup.java
@@ -276,20 +276,23 @@ public class FolderLookup extends FolderInstance {
     
     /** Notifies the exception. Helper method. */
     private static void exception (Exception e) {
-        Logger.getLogger(FolderLookup.class.getName()).log(Level.WARNING, null, e);
+        Logger.getLogger(FolderLookup.class.getName()).log(Level.INFO, null, e);
     }
+    private static final Set<String> notified = Collections.synchronizedSet(new HashSet<String>());
     private static void exception(Exception e, FileObject fo) {
-        Exceptions.attachMessage(e, "Bad file: " + fo); // NOI18N
-        exception(e);
+        Logger.getLogger(FolderLookup.class.getName()).log(notified.add(fo.getPath()) ? Level.INFO : Level.FINE, "Bad file: " + fo, e);
     }
 
     static final class Dispatch implements Executor, Runnable {
         private static final RequestProcessor DISPATCH = new RequestProcessor("Lookup Dispatch Thread"); // NOI18N
+        private static final Logger LOG = Logger.getLogger(Dispatch.class.getName());
         
         private final Queue<Runnable> queue = new ConcurrentLinkedQueue<Runnable>();
         private final RequestProcessor.Task task = DISPATCH.create(this, true);
 
+        @Override
         public void execute(Runnable command) {
+            LOG.log(Level.FINER, "Enqueued: {0}", command);
             queue.add(command);
             task.schedule(0);
         }
@@ -298,12 +301,16 @@ public class FolderLookup extends FolderInstance {
             task.waitFinished();
         }
         
+        @Override
         public void run() {
+            LOG.finer("Processing dispatched commands");
             for (;;) {
                 Runnable r = queue.poll();
                 if (r == null) {
+                    LOG.log(Level.FINER, "Processing done. Queue: {0}", queue.isEmpty());
                     return;
                 }
+                LOG.log(Level.FINER, "Processing {0}", r);
                 r.run();
             }
         }
diff --git a/openide.loaders/src/org/openide/loaders/InstanceSupport.java b/openide.loaders/src/org/openide/loaders/InstanceSupport.java
index 20d65af..e04ba81 100644
--- a/openide.loaders/src/org/openide/loaders/InstanceSupport.java
+++ b/openide.loaders/src/org/openide/loaders/InstanceSupport.java
@@ -217,7 +217,9 @@ public class InstanceSupport extends Object implements InstanceCookie.Of {
                     return SharedClassObject.findObject (c.asSubclass(SharedClassObject.class), true);
                 } else {
                     // create new instance
-                    return c.newInstance();
+                    Constructor<?> init = c.getDeclaredConstructor();
+                    init.setAccessible(true);
+                    return init.newInstance((Object[]) null);
                 }
             }
         } catch (IOException ex) {
diff --git a/openide.loaders/src/org/openide/loaders/LoaderTransfer.java b/openide.loaders/src/org/openide/loaders/LoaderTransfer.java
index 95e47d9..4c0c528 100644
--- a/openide.loaders/src/org/openide/loaders/LoaderTransfer.java
+++ b/openide.loaders/src/org/openide/loaders/LoaderTransfer.java
@@ -49,6 +49,7 @@ import java.awt.datatransfer.*;
 import java.awt.dnd.DnDConstants;
 import java.io.IOException;
 import java.text.MessageFormat;
+import java.util.ArrayList;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import org.openide.util.datatransfer.*;
@@ -201,7 +202,7 @@ public abstract class LoaderTransfer {
             if (t.isDataFlavorSupported (ExTransferable.multiFlavor)) {
                 MultiTransferObject mto = (MultiTransferObject) t.getTransferData (ExTransferable.multiFlavor);
                 int count = mto.getCount ();
-                DataObject[] datas = new DataObject[count];
+                ArrayList<DataObject> datas = new ArrayList<DataObject>(1);
                 boolean ok = true;
                 for (int i = 0; i < count; i++) {
                     DataObject d = getDataObject (mto.getTransferableAt (i), action);
@@ -209,10 +210,12 @@ public abstract class LoaderTransfer {
                         ok = false;
                         break;
                     } else {
-                        datas[i] = d;
+                        if (!datas.contains(d)) {
+                            datas.add(d);
+                        }
                     }
                 }
-                if (ok && count > 0) return datas;
+                if (ok && !datas.isEmpty()) return datas.toArray(new DataObject[]{});
             } else {
                 DataObject d = getDataObject (t, action);
                 if (d != null) return new DataObject[] { d };
diff --git a/openide.loaders/src/org/openide/loaders/MultiDataObject.java b/openide.loaders/src/org/openide/loaders/MultiDataObject.java
index ef6b3cc..a9585db 100644
--- a/openide.loaders/src/org/openide/loaders/MultiDataObject.java
+++ b/openide.loaders/src/org/openide/loaders/MultiDataObject.java
@@ -481,13 +481,26 @@ public class MultiDataObject extends DataObject {
         if (suffix == null)
             throw new org.openide.util.UserCancelException();
 
-        Iterator it = secondaryEntries().iterator();
+        boolean template = isTemplate();
+        Iterator<Entry> it = secondaryEntries().iterator();
         while (it.hasNext ()) {
-            ((Entry)it.next()).copy (df.getPrimaryFile (), suffix);
+            Entry e = it.next();
+            fo = e.copy (df.getPrimaryFile (), suffix);
+            if (template) {
+                FileUtil.copyAttributes(e.getFile(), fo);
+                copyTemplateAttributes(e.getFile(), fo);
+            }
         }
         //#33244 - copy primary file after the secondary ones
         fo = getPrimaryEntry ().copy (df.getPrimaryFile (), suffix);
 
+        if (template) {
+            FileObject source = getPrimaryEntry().getFile();
+            copyUniqueAttribute(source, fo, "displayName");     // NOI18N
+            FileUtil.copyAttributes(source, fo);
+            copyTemplateAttributes(source, fo);
+        }
+
         boolean fullRescan = getMultiFileLoader() == null ||
             getMultiFileLoader().findPrimaryFile(fo) != fo ||
             getMultiFileLoader() == DataLoaderPool.getDefaultFileLoader();
@@ -498,6 +511,69 @@ public class MultiDataObject extends DataObject {
         }
     }
 
+    private static final String[] TEMPLATE_ATTRIBUTES = {
+        "iconBase",                  // NOI18N
+        "SystemFileSystem.icon",     // NOI18N
+        "SystemFileSystem.icon32",   // NOI18N
+        "instantiatingIterator",     // NOI18N
+        "instantiatingWizardURL",    // NOI18N
+    };
+
+    private static void copyAttributes(FileObject source, FileObject dest,
+                                       String[] attrNames) throws IOException {
+        for (String attr : attrNames) {
+            Object value = source.getAttribute(attr);
+            if (value != null) {
+                dest.setAttribute(attr, value);
+            }
+        }
+    }
+
+    private static void copyTemplateAttributes(FileObject source, FileObject dest) throws IOException {
+        copyAttributes(source, dest, TEMPLATE_ATTRIBUTES);
+        Enumeration<String> attrs = source.getAttributes();
+        while(attrs.hasMoreElements()) {
+            String attr = attrs.nextElement();
+            if (attr.startsWith("template")) {      // NOI18N
+                Object value = source.getAttribute(attr);
+                if (value != null) {
+                    dest.setAttribute(attr, value);
+                }
+            }
+        }
+    }
+    
+    private static void copyUniqueAttribute(FileObject source, FileObject dest,
+                                            String attrName) throws IOException {
+        Object value = source.getAttribute(attrName);
+        if (value == null) {
+            return ;
+        }
+        FileObject parent = dest.getParent();
+        if (parent == null || !(value instanceof String)) {
+            dest.setAttribute(attrName, value);
+            return ;
+        }
+        String valueBase = (String) value;
+        FileObject[] ch = parent.getChildren();
+        int i = 0;
+        while(true) {
+            boolean isValueInChildren = false;
+            for (int j = 0; j < ch.length; j++) {
+                Object v = ch[j].getAttribute(attrName);
+                if (value.equals(v)) {
+                    isValueInChildren = true;
+                    break;
+                }
+            }
+            if (!isValueInChildren) {
+                dest.setAttribute(attrName, value);
+                break;
+            }
+            value = valueBase + " " + (++i);
+        }
+    }
+
     /* Deletes all secondary entries, removes them from the set of
     * secondary entries and then deletes the getPrimaryEntry() entry.
     */
@@ -1081,7 +1157,9 @@ public class MultiDataObject extends DataObject {
         */
         @SuppressWarnings("deprecation")
         final void changeFile (FileObject newFile) {
-            assert newFile != null : "NPE for " + file;
+            if (newFile == null) {
+                throw new NullPointerException("NPE for " + file); // NOI18N
+            }
             if (newFile.equals (file)) {
                 return;
             }
diff --git a/openide.loaders/src/org/openide/loaders/SaveAsCapable.java b/openide.loaders/src/org/openide/loaders/SaveAsCapable.java
index dedb51a..3fbab49 100644
--- a/openide.loaders/src/org/openide/loaders/SaveAsCapable.java
+++ b/openide.loaders/src/org/openide/loaders/SaveAsCapable.java
@@ -54,8 +54,8 @@ import org.openide.filesystems.FileObject;
  * editor support inherits from <code>DataEditorSupport</code> you can implement "Save As" feature
  * for your documents by adding the following lines into your {@link DataObject}'s constructor:
  * 
- <code><pre>
-        getCookieSet().assign( SaveAsCapable.class, new SaveAsCapable() {
+<code><pre>
+        getCookieSet().assign(SaveAsCapable.class, new SaveAsCapable() {
             public void saveAs(FileObject folder, String fileName) throws IOException {
                 getDataEditorSupport().saveAs( folder, fileName );
             }
@@ -64,21 +64,15 @@ import org.openide.filesystems.FileObject;
  *
  * If you have {@link Node}, you may use the following code:
  * 
- <code><pre>
-    public class MyNode extends AbstractNode implements Node.Cookie {
+<code><pre>
+    public class MyNode extends AbstractNode {
         
-        public Node.Cookie getCookie(Class clazz) {
+        public MyNode() {
+            getCookieSet().assign(SaveAsCapable.class, new MySaveAsCapable());
             ...
-
-            if (SaveAsCapable.class.equals(clazz)) {
-                return new MySaveAsCookie();
-            }
-            ....
-
-            return super.getCookie(clazz);
         }
 
-        private class MySaveAsCookie implements Node.Cookie, SaveAsCapable {
+        private class MySaveAsCapable implements SaveAsCapable {
             public void saveAs(FileObject folder, String fileName) throws IOException {
                 FileObject newFile = folder.getFileObject(fileName);
 
diff --git a/openide.loaders/src/org/openide/loaders/TemplateWizard.java b/openide.loaders/src/org/openide/loaders/TemplateWizard.java
index 1f75be6..e7c81cd 100644
--- a/openide.loaders/src/org/openide/loaders/TemplateWizard.java
+++ b/openide.loaders/src/org/openide/loaders/TemplateWizard.java
@@ -1013,7 +1013,7 @@ public class TemplateWizard extends WizardDescriptor {
         
         public Set<DataObject> instantiate (TemplateWizard wiz) throws IOException {
             // iterate Set and replace unexpected object with dataobjects
-            Set workSet;
+            Set<?> workSet;
             if (instantiatingIterator instanceof WizardDescriptor.ProgressInstantiatingIterator) {
                 assert wiz.getProgressHandle () != null : "ProgressHandle cannot be null.";
                 workSet = ((ProgressInstantiatingIterator)instantiatingIterator).instantiate (wiz.getProgressHandle ());
@@ -1026,22 +1026,15 @@ public class TemplateWizard extends WizardDescriptor {
                         " illegally returned null from the instantiate method");
                 return Collections.emptySet ();
             }
-            java.util.Iterator it = workSet.iterator ();
-            Object obj;
             DataObject dobj;
             Set<DataObject> resultSet = new LinkedHashSet<DataObject>(workSet.size());
-            while (it.hasNext ()) {
-                obj = it.next ();
+            for (Object obj : workSet) {
                 assert obj != null : "Null DataObject provided by " + instantiatingIterator;
                 if (obj instanceof DataObject) {
                     resultSet.add ((DataObject) obj);
                 } else if (obj instanceof FileObject) {
-                    try {
-                        dobj = DataObject.find ((FileObject)obj);
-                        resultSet.add (dobj);
-                    } catch (DataObjectNotFoundException ex) {
-                        assert false : obj;
-                    }
+                    dobj = DataObject.find ((FileObject)obj);
+                    resultSet.add (dobj);
                 } else if (obj instanceof Node) {
                     dobj = ((Node) obj).getCookie(DataObject.class);
                     if (dobj != null) {
diff --git a/openide.loaders/src/org/openide/loaders/XMLDataObject.java b/openide.loaders/src/org/openide/loaders/XMLDataObject.java
index 711c898..b18e7fc 100644
--- a/openide.loaders/src/org/openide/loaders/XMLDataObject.java
+++ b/openide.loaders/src/org/openide/loaders/XMLDataObject.java
@@ -52,7 +52,10 @@ import java.net.URL;
 import java.util.*;
 import java.util.logging.*;
 import javax.xml.parsers.DocumentBuilder;
+import javax.xml.parsers.DocumentBuilderFactory;
 import javax.xml.parsers.FactoryConfigurationError;
+import javax.xml.parsers.ParserConfigurationException;
+import org.netbeans.modules.openide.loaders.RuntimeCatalog;
 import org.openide.cookies.*;
 import org.openide.filesystems.*;
 import org.openide.nodes.*;
@@ -125,6 +128,7 @@ public class XMLDataObject extends MultiDataObject {
     /**
      * Chain of resolvers contaning all EntityResolvers registred by a user.
      */
+    @Deprecated
     private static XMLEntityResolverChain chainingEntityResolver;
     
     /** map of DTD publicID => Info. */
@@ -639,17 +643,22 @@ public class XMLDataObject extends MultiDataObject {
      * @param validate if true validating parser is returned
      * @throws FactoryConfigurationError 
      * @return sax parser or null if no parser can be created
-     * @deprecated Use {@link XMLUtil#createXMLReader(boolean,boolean ) Util} instead
+     * @deprecated Use {@link XMLUtil#createXMLReader(boolean,boolean)} instead
      * setting ns to false.
      * For more details see {@link #createParser() createParser}
      */
     @Deprecated
     public static Parser createParser (boolean validate) {
-        
-        Parser parser = XMLDataObjectImpl.makeParser(validate);
-        parser.setEntityResolver(getChainingEntityResolver());
-        return parser;
-        
+        try {
+            Parser parser = new org.xml.sax.helpers.XMLReaderAdapter (XMLUtil.createXMLReader(validate));
+            parser.setEntityResolver(getChainingEntityResolver());
+            return parser;
+        } catch (SAXException ex) {
+            Exceptions.attachLocalizedMessage(ex,
+                                          "Can not create a SAX parser!\nCheck javax.xml.parsers.SAXParserFactory property features and the parser library presence on classpath."); // NOI18N
+            Exceptions.printStackTrace(ex);
+            return null;
+        }
     }
 
 
@@ -671,12 +680,36 @@ public class XMLDataObject extends MultiDataObject {
     @Deprecated
     public static Document createDocument() {
         
-        deprecated();
-        
         try {
-            return XMLDataObjectImpl.makeBuilder(false).newDocument();
-        } catch (IOException ex) {
-            return null;
+            DocumentBuilder builder;
+            DocumentBuilderFactory factory;
+
+            //create factory according to javax.xml.parsers.SAXParserFactory property
+            //or platform default (i.e. com.sun...)
+            try {
+                factory = DocumentBuilderFactory.newInstance();
+                factory.setValidating(false);
+                factory.setNamespaceAware(false);
+            } catch (FactoryConfigurationError err) {
+                Exceptions.attachLocalizedMessage(err,
+                                                  "Can not create a factory!\nCheck " +
+                                                  "javax.xml.parsers.DocumentBuilderFactory" +
+                                                  "  property and the factory library presence on classpath."); // NOI18N
+                Exceptions.printStackTrace(err);
+                return null;
+            }
+
+            try {
+                builder = factory.newDocumentBuilder();
+            } catch (ParserConfigurationException ex) {
+                SAXException sex = new SAXException("Configuration exception."); // NOI18N
+                sex.initCause(ex);
+                Exceptions.attachLocalizedMessage(sex,
+                        "Can not create a DOM builder!\nCheck javax.xml.parsers.DocumentBuilderFactory property and the builder library presence on classpath."); // NOI18N
+                throw sex;
+            }
+
+            return builder.newDocument();
         } catch (SAXException ex) {
             return null;
         }
@@ -695,43 +728,9 @@ public class XMLDataObject extends MultiDataObject {
      */
     @Deprecated
     public static void write (Document doc, Writer writer) throws IOException {
-
-        deprecated();
-
-        // WARNING: back compatability code
-        
-        //use reflection to access "friendly" implementation in other package
-        
-        final String FAILURE = "org.openide.xml.XMLUtilImpl.write() invocation failed.";  //NOI18N
-        
-        try {
-            Class clzz = Class.forName("org.openide.xml.XMLUtilImpl");  //NOI18N
-
-            Method impl = clzz.getDeclaredMethod("write", new Class[] {//NOI18N
-                Document.class, Object.class, String.class
-            }); 
-            impl.setAccessible(true);
-            impl.invoke(null, new Object[] {doc, writer, null});                    
-
-        } catch (IllegalAccessException ex) {
-            throw new IOException(FAILURE);
-        } catch (IllegalArgumentException ex) {
-            throw new IOException(FAILURE);
-        } catch (NoSuchMethodException ex) {
-            throw new IOException(FAILURE);
-        } catch (ClassNotFoundException ex) {
-            throw new IOException(FAILURE);
-        } catch (InvocationTargetException ex) {
-            Throwable t = ex.getTargetException();
-            if (t instanceof IOException) {
-                throw (IOException) t;
-            } else if (t instanceof RuntimeException) {
-                throw (RuntimeException) t;
-            } else if (t instanceof Error) {
-                throw (Error) t;
-            }
-            throw new IOException(FAILURE);
-        }
+        ByteArrayOutputStream baos = new ByteArrayOutputStream();
+        XMLUtil.write(doc, baos, "UTF-8");
+        writer.write(baos.toString("UTF-8"));
     }
 
     /**
@@ -780,12 +779,7 @@ public class XMLDataObject extends MultiDataObject {
      */
     @Deprecated
     public static void registerCatalogEntry (String publicId, String uri) {
-        
-        if (publicId == null) 
-            throw new IllegalArgumentException("null public ID is not allowed."); //NOI18N
-
-        XMLDataObjectImpl.registerCatalogEntry(publicId, uri);
-        
+        Lookup.getDefault().lookup(RuntimeCatalog.class).registerCatalogEntry(publicId, uri);
     }
 
     /**
@@ -813,10 +807,7 @@ public class XMLDataObject extends MultiDataObject {
      */
     @Deprecated
     public static void registerCatalogEntry (String publicId, String resourceName, ClassLoader loader) {
-        if (publicId == null) 
-            throw new IllegalArgumentException("null public ID is not allowed."); //NOI18N
-
-        XMLDataObjectImpl.registerCatalogEntry(publicId, "nbres:/" + resourceName);  //NOI18N
+        Lookup.getDefault().lookup(RuntimeCatalog.class).registerCatalogEntry(publicId, resourceName, loader);
     }
 
     /**
@@ -835,7 +826,7 @@ public class XMLDataObject extends MultiDataObject {
      * @return true if successfully added
      */
     @Deprecated
-    public static final boolean addEntityResolver(EntityResolver resolver) {
+    public static boolean addEntityResolver(EntityResolver resolver) {
         // return false; Is is deprecated :-)
         return getChainingEntityResolver().addEntityResolver(resolver);
     }
@@ -851,12 +842,13 @@ public class XMLDataObject extends MultiDataObject {
      * @return removed resolver instance or null if not present
      */    
     @Deprecated
-    public static final EntityResolver removeEntityResolver(EntityResolver resolver) {
+    public static EntityResolver removeEntityResolver(EntityResolver resolver) {
         return getChainingEntityResolver().removeEntityResolver(resolver);
     }
 
 
     /** Accessor method for chaining entity resolver implementation. */
+    @Deprecated
     private static synchronized XMLEntityResolverChain getChainingEntityResolver() {
 
         if (chainingEntityResolver == null) {                    
@@ -910,28 +902,6 @@ public class XMLDataObject extends MultiDataObject {
         }
     }
 
-    /*
-     * Guess from stack trace who calls deprecated method and print it.
-     */
-    private static void deprecated() {
-        StringWriter wr = new StringWriter();
-        PrintWriter pr = new PrintWriter(wr);
-        new Exception("").printStackTrace(pr); // NOI18N
-        pr.flush();
-        String stack = wr.toString().trim();
-
-        int start = stack.indexOf("\n"); // NOI18N
-        int end = stack.indexOf("\n", start + 1); // NOI18N
-        while (stack.indexOf("XMLDataObject", start + 1 )>0) { // NOI18N
-            start = end;
-            end = stack.indexOf("\n", start + 1); // NOI18N
-        }        
-
-        String line =  stack.substring(start + 1, end).trim();
-
-        System.out.println("Warning: deprecated method called " + line); // NOI18N
-    }
-    
     /**
      * Default ErrorHandler reporting to log.
      */
@@ -1089,7 +1059,7 @@ public class XMLDataObject extends MultiDataObject {
     * xmlinfo file. It is cookie, so after parsing such class is instantiated
     * and put into data objects cookie set.
     *
-    * @deprecated use lookup
+    * @deprecated Use {@link org.openide.loaders.Environment.Provider} instead.
     */
     @Deprecated
     public static interface Processor extends Node.Cookie {
diff --git a/openide.loaders/src/org/openide/loaders/XMLDataObjectImpl.java b/openide.loaders/src/org/openide/loaders/XMLDataObjectImpl.java
deleted file mode 100644
index 70430cc..0000000
--- a/openide.loaders/src/org/openide/loaders/XMLDataObjectImpl.java
+++ /dev/null
@@ -1,149 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.openide.loaders;
-
-
-import java.io.IOException;
-import java.util.Iterator;
-import javax.xml.parsers.*;
-import org.netbeans.modules.openide.loaders.RuntimeCatalog;
-import org.openide.util.Exceptions;
-import org.openide.util.Lookup;
-import org.openide.xml.*;
-import org.xml.sax.*;
-
-/**
- * Class that hide implementations details of deprecated utility
- * methods provided at XMLDataObject.
- *
- * @author  Petr Kuzel
- */
-class XMLDataObjectImpl extends Object {
-
-
-    /** Create DOM builder using JAXP libraries. */
-    static DocumentBuilder makeBuilder(boolean validate) throws IOException, SAXException {
-        
-        DocumentBuilder builder;
-        DocumentBuilderFactory factory;
-
-        //create factory according to javax.xml.parsers.SAXParserFactory property 
-        //or platform default (i.e. com.sun...)
-        try {
-            factory = DocumentBuilderFactory.newInstance();
-            factory.setValidating(validate);
-            factory.setNamespaceAware(false);
-        } catch (FactoryConfigurationError err) {
-            notifyFactoryErr(err, "javax.xml.parsers.DocumentBuilderFactory"); //NOI18N
-            throw err;
-        }
-
-        try {
-            builder = factory.newDocumentBuilder();                
-        } catch (ParserConfigurationException ex) {
-            SAXException sex = new SAXException("Configuration exception."); // NOI18N
-            sex.initCause(ex);
-            Exceptions.attachLocalizedMessage(sex,
-                                              "Can not create a DOM builder!\nCheck javax.xml.parsers.DocumentBuilderFactory property and the builder library presence on classpath."); // NOI18N
-            throw sex;
-        }
-        
-        return builder;
-    }
-    
-    @Deprecated
-    static Parser makeParser(boolean validate) {
-        
-        try {
-            return new org.xml.sax.helpers.XMLReaderAdapter (XMLUtil.createXMLReader(validate));
-        } catch (SAXException ex) {
-            notifyNewSAXParserEx(ex);
-            return null;
-        }
-        
-    }
-
-    /** Return XML reader or null if no provider exists. */
-    static XMLReader makeXMLReader(boolean validating, boolean namespaces) {
-
-        try {
-            return XMLUtil.createXMLReader(validating,namespaces);
-        } catch (SAXException ex) {
-            notifyNewSAXParserEx(ex);
-            return null;
-        }
-        
-    }
-    
-    /** Annotate & notify the exception. */
-    private static void notifyNewSAXParserEx (Exception ex) {
-        Exceptions.attachLocalizedMessage(ex,
-                                          "Can not create a SAX parser!\nCheck javax.xml.parsers.SAXParserFactory property features and the parser library presence on classpath."); // NOI18N
-        Exceptions.printStackTrace(ex);
-    }
-
-    /** Annotate & notify the error. */
-    private static void notifyFactoryErr(Error err, String property) {
-        Exceptions.attachLocalizedMessage(err,
-                                          "Can not create a factory!\nCheck " +
-                                          property +
-                                          "  property and the factory library presence on classpath."); // NOI18N
-        Exceptions.printStackTrace(err);
-    }
-
-    // warning back compatability code!!!    
-    static synchronized void registerCatalogEntry(String publicId, String uri) {
-        Iterator it = Lookup.getDefault().lookupAll(EntityCatalog.class).iterator();
-        while (it.hasNext()) {
-            Object o = it.next();
-            if (o instanceof RuntimeCatalog) {
-                ((RuntimeCatalog) o).registerCatalogEntry(publicId, uri);
-                return;
-            }
-        }
-        assert false;
-    }
-    
-}
diff --git a/openide.loaders/src/org/openide/loaders/doc-files/api.html b/openide.loaders/src/org/openide/loaders/doc-files/api.html
index dcbfb78..acab0af 100644
--- a/openide.loaders/src/org/openide/loaders/doc-files/api.html
+++ b/openide.loaders/src/org/openide/loaders/doc-files/api.html
@@ -346,9 +346,8 @@ to <a href="@org-openide-filesystems@/org/openide/filesystems/doc-files/HOWTO-MI
 separate specification</a>
 document on information how to register a MIME type declaratively.
 <p>
-The recognition process for any file consults loaders registered in the 
-<a href="@org-openide-modules@/org/openide/modules/doc-files/api.html#sec-loader">
-old, deprecated</a> style first, then it checks folder
+The recognition process for any file consults loaders registered in an 
+old, deprecated style first, then it checks folder
 <code>Loaders/mime/type/Factories</code> for all instances of 
 <a href="../DataObject.Factory.html">DataObject.Factory</a> which also includes
 instances of 
diff --git a/openide.loaders/src/org/openide/text/DataEditorSupport.java b/openide.loaders/src/org/openide/text/DataEditorSupport.java
index 10a1ba8..f8f9669 100644
--- a/openide.loaders/src/org/openide/text/DataEditorSupport.java
+++ b/openide.loaders/src/org/openide/text/DataEditorSupport.java
@@ -47,7 +47,9 @@ package org.openide.text;
 
 import java.beans.PropertyChangeEvent;
 import java.beans.PropertyChangeListener;
+import java.io.BufferedInputStream;
 import java.io.BufferedOutputStream;
+import java.io.BufferedReader;
 import java.io.CharConversionException;
 import java.io.FilterOutputStream;
 import java.io.IOException;
@@ -61,7 +63,10 @@ import java.io.OutputStreamWriter;
 import java.io.Reader;
 import java.io.Writer;
 import java.lang.ref.Reference;
+import java.nio.ByteBuffer;
+import java.nio.charset.CharacterCodingException;
 import java.nio.charset.Charset;
+import java.nio.charset.CharsetDecoder;
 import java.util.Arrays;
 import java.util.Collections;
 import java.util.Date;
@@ -86,6 +91,7 @@ import org.openide.filesystems.FileAttributeEvent;
 import org.openide.filesystems.FileChangeAdapter;
 import org.openide.filesystems.FileEvent;
 import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileStateInvalidException;
 import org.openide.filesystems.FileSystem.AtomicAction;
 import org.openide.filesystems.FileUtil;
 import org.openide.filesystems.FileLock;
@@ -99,10 +105,13 @@ import org.openide.loaders.SaveAsCapable;
 import org.openide.nodes.Node;
 import org.openide.nodes.NodeAdapter;
 import org.openide.nodes.NodeListener;
+import org.openide.util.Exceptions;
 import org.openide.util.Mutex;
 import org.openide.util.NbBundle;
 import org.openide.util.Parameters;
+import org.openide.util.UserQuestionException;
 import org.openide.util.WeakListeners;
+import org.openide.util.WeakSet;
 import org.openide.util.lookup.AbstractLookup;
 import org.openide.util.lookup.InstanceContent;
 import org.openide.windows.CloneableOpenSupport;
@@ -170,6 +179,7 @@ public class DataEditorSupport extends CloneableEditorSupport {
     /** Message to display when an object is being opened.
     * @return the message or null if nothing should be displayed
     */
+    @Override
     protected String messageOpening () {
         return NbBundle.getMessage (DataObject.class , "CTL_ObjectOpen", // NOI18N
             obj.getPrimaryFile().getNameExt(),
@@ -181,6 +191,7 @@ public class DataEditorSupport extends CloneableEditorSupport {
     /** Message to display when an object has been opened.
     * @return the message or null if nothing should be displayed
     */
+    @Override
     protected String messageOpened () {
         return null;
     }
@@ -190,6 +201,7 @@ public class DataEditorSupport extends CloneableEditorSupport {
     *
     * @return text to show to the user
     */
+    @Override
     protected String messageSave () {
         return NbBundle.getMessage (
             DataObject.class,
@@ -244,6 +256,7 @@ public class DataEditorSupport extends CloneableEditorSupport {
     *
     * @return name of the editor
     */
+    @Override
     protected String messageName () {
         if (! obj.isValid()) {
             return ""; // NOI18N
@@ -275,7 +288,7 @@ public class DataEditorSupport extends CloneableEditorSupport {
         if (! obj.isValid()) {
             return ""; // NOI18N
         }
-        return obj.getPrimaryFile().getName();
+        return obj.getPrimaryFile().getNameExt();
     }
 
     /**
@@ -416,10 +429,39 @@ public class DataEditorSupport extends CloneableEditorSupport {
         if (c == null) {
             c = FileEncodingQuery.getEncoding(this.getDataObject().getPrimaryFile());
         }
-        final Reader r = new InputStreamReader (stream, c);
-        kit.read(r, doc, 0);
+        final FileObject fo = this.getDataObject().getPrimaryFile();
+        final Reader r;
+        if (warnedEncodingFiles.contains(fo)) {
+            r = new InputStreamReader (stream, c);
+        } else {
+            CharsetDecoder decoder = c.newDecoder();
+            decoder.reset();
+            r = new InputStreamReader (stream, decoder);
+        }
+        try {
+            kit.read(r, doc, 0);
+        } catch (CharacterCodingException e) {
+            ERR.log(Level.FINE, "Encoding problem using " + c, e); // NOI18N
+            doc.remove(0, doc.getLength());
+            createAndThrowIncorrectCharsetUQE(fo, c);
+        } catch (IllegalStateException e) {
+            ERR.log(Level.FINE, "Encoding problem using " + c, e); // NOI18N
+            doc.remove(0, doc.getLength());
+            createAndThrowIncorrectCharsetUQE(fo, c);
+        }
     }
 
+    private static boolean createAndThrowIncorrectCharsetUQE(final FileObject fo, Charset charset) throws UserQuestionException {
+        throw new UserQuestionException(NbBundle.getMessage(DataObject.class, "MSG_EncodingProblem", charset)) {
+            @Override
+            public void confirmed() throws IOException {
+                warnedEncodingFiles.add(fo);
+            }
+        };
+    }
+
+    private static Set<FileObject> warnedEncodingFiles = new WeakSet<FileObject>();
+
     /** can hold the right charset to be used during save, needed for communication
      * between saveFromKitToStream and saveDocument
      */
@@ -620,6 +662,7 @@ public class DataEditorSupport extends CloneableEditorSupport {
         class SaveAsWriter implements Runnable {
             private IOException ex;
 
+            @Override
             public void run() {
                 try {
                     OutputStream os = null;
@@ -762,7 +805,7 @@ public class DataEditorSupport extends CloneableEditorSupport {
 
             fileObject = newFile;
             ERR.fine("changeFile: " + newFile + " for " + fileObject); // NOI18N
-            fileObject.addFileChangeListener (new EnvListener (this));
+            new EnvListener(fileObject, this);
 
             if (lockAgain) { // refresh lock
                 try {
@@ -1022,8 +1065,24 @@ public class DataEditorSupport extends CloneableEditorSupport {
         
         /** @param env environment to use
         */
-        public EnvListener (Env env) {
+        public EnvListener (FileObject listen, Env env) {
             this.env = new java.lang.ref.WeakReference<Env> (env);
+            addFileChangeListener(listen);
+        }
+        
+        private void addFileChangeListener(FileObject fo) {
+            try {
+                fo.getFileSystem().addFileChangeListener(this);
+            } catch (FileStateInvalidException ex) {
+                ERR.log(Level.INFO, "cannot add listener to " + fo, ex);
+            }
+        }
+        private void removeFileChangeListener(FileObject fo) {
+            try {
+                fo.getFileSystem().removeFileChangeListener(this);
+            } catch (FileStateInvalidException ex) {
+                ERR.log(Level.INFO, "cannot remove listener from " + fo, ex);
+            }
         }
 
 
@@ -1035,17 +1094,18 @@ public class DataEditorSupport extends CloneableEditorSupport {
             if (myEnv != null) {
                 myEnv.updateDocumentProperty();
             }
-            if(myEnv == null || myEnv.getFileImpl() != fo) {
+            if(myEnv == null || myEnv.getFileImpl() == null) {
                 // the Env change its file and we are not used
                 // listener anymore => remove itself from the list of listeners
-                fo.removeFileChangeListener(this);
+                removeFileChangeListener(fo);
                 return;
             }
+            if (myEnv.getFileImpl() == fo) {
+                removeFileChangeListener(fo);
             
-            fo.removeFileChangeListener(this);
-            
-            myEnv.fileRemoved(true);
-            fo.addFileChangeListener(this);
+                myEnv.fileRemoved(true);
+                addFileChangeListener(fo);
+            }
         }
         
         /** Fired when a file is changed.
@@ -1058,10 +1118,14 @@ public class DataEditorSupport extends CloneableEditorSupport {
             }
 
             Env myEnv = this.env.get ();
-            if (myEnv == null || myEnv.getFileImpl () != fe.getFile ()) {
+            if (myEnv == null || myEnv.getFileImpl () == null) {
                 // the Env change its file and we are not used
                 // listener anymore => remove itself from the list of listeners
-                fe.getFile ().removeFileChangeListener (this);
+                removeFileChangeListener (fe.getFile ());
+                return;
+            }
+            
+            if (myEnv.getFileImpl() != fe.getFile()) {
                 return;
             }
 
@@ -1089,12 +1153,14 @@ public class DataEditorSupport extends CloneableEditorSupport {
         
         @Override
         public void fileAttributeChanged(FileAttributeEvent fae) {
+            Env myEnv = this.env.get ();
+            if (myEnv == null || myEnv.getFileImpl () != fae.getFile()) {
+                return;
+            }
+            
             // wait only for event from org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.refreshImpl()
             if ("DataEditorSupport.read-only.refresh".equals(fae.getName())) {  //NOI18N
-                Env myEnv = this.env.get();
-                if (myEnv != null) {
-                    myEnv.readOnlyRefresh();
-                }
+                myEnv.readOnlyRefresh();
             }
         }
     }
diff --git a/openide.loaders/test/unit/src/org/netbeans/modules/templates/Bug138973Test.java b/openide.loaders/test/unit/src/org/netbeans/modules/templates/Bug138973Test.java
index 937bf35..e54e2a0 100644
--- a/openide.loaders/test/unit/src/org/netbeans/modules/templates/Bug138973Test.java
+++ b/openide.loaders/test/unit/src/org/netbeans/modules/templates/Bug138973Test.java
@@ -78,7 +78,7 @@ import org.openide.util.lookup.Lookups;
  */
 public class Bug138973Test extends NbTestCase {
 
-    private static final String TESTING_TEXT = "This is a testing text.";
+    private static final String TESTING_TEXT = "print('This is a testing text.')";
     private static final TestCharset TEST_CHARSET = new TestCharset();
     private static final String EXT = ".test";
     private static final String TEMPLATE_NAME = "Bug138973TestTemplate";
@@ -102,7 +102,7 @@ public class Bug138973Test extends NbTestCase {
         FileObject templateFile = FileUtil.createData(templatesFolder,
                                                       TEMPLATE_NAME_EXT);
         templateFile.setAttribute ("template", Boolean.TRUE);
-        templateFile.setAttribute("javax.script.ScriptEngine", "freemarker");
+        templateFile.setAttribute("javax.script.ScriptEngine", "js");
         byte[] templateBytes = TESTING_TEXT.getBytes("ISO-8859-1");
         InputStream source = new ByteArrayInputStream(templateBytes);
         OutputStream target = templateFile.getOutputStream();
diff --git a/openide.loaders/test/unit/src/org/netbeans/modules/templates/IndentEngineIntTest.java b/openide.loaders/test/unit/src/org/netbeans/modules/templates/IndentEngineIntTest.java
index bd16cea..57374d3 100644
--- a/openide.loaders/test/unit/src/org/netbeans/modules/templates/IndentEngineIntTest.java
+++ b/openide.loaders/test/unit/src/org/netbeans/modules/templates/IndentEngineIntTest.java
@@ -90,10 +90,10 @@ public class IndentEngineIntTest extends NbTestCase {
         FileObject root = FileUtil.createMemoryFileSystem().getRoot();
         FileObject fo = FileUtil.createData(root, "simpleObject.txt");
         OutputStream os = fo.getOutputStream();
-        String txt = "<html><h1>${title}</h1></html>";
+        String txt = "print('<html><h1>'); print(title); print('</h1></html>');";
         os.write(txt.getBytes());
         os.close();
-        fo.setAttribute("javax.script.ScriptEngine", "freemarker");
+        fo.setAttribute("javax.script.ScriptEngine", "JavaScript");
         
         
         DataObject obj = DataObject.find(fo);
@@ -112,10 +112,7 @@ public class IndentEngineIntTest extends NbTestCase {
     }
     
     private static String readFile(FileObject fo) throws IOException {
-        byte[] arr = new byte[(int)fo.getSize()];
-        int len = fo.getInputStream().read(arr);
-        assertEquals("Fully read", arr.length, len);
-        return new String(arr);
+        return fo.asText();
     }
     
     public static final class DD extends DialogDisplayer {
diff --git a/openide.loaders/test/unit/src/org/netbeans/modules/templates/SCFTHandlerTest.java b/openide.loaders/test/unit/src/org/netbeans/modules/templates/SCFTHandlerTest.java
index 3c1af09..37618df 100644
--- a/openide.loaders/test/unit/src/org/netbeans/modules/templates/SCFTHandlerTest.java
+++ b/openide.loaders/test/unit/src/org/netbeans/modules/templates/SCFTHandlerTest.java
@@ -50,11 +50,8 @@ import java.util.Iterator;
 import java.util.Map;
 import java.util.logging.Level;
 import java.util.logging.Logger;
-import junit.framework.Test;
 import org.netbeans.junit.MockServices;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
-import org.netbeans.junit.RandomlyFails;
 import org.netbeans.spi.queries.FileEncodingQueryImplementation;
 import org.openide.DialogDescriptor;
 import org.openide.DialogDisplayer;
@@ -98,12 +95,6 @@ public class SCFTHandlerTest extends NbTestCase {
         return Level.FINE;
     }
     
-
-    public static Test suite() {
-        //return new SCFTHandlerTest("testCreateWithNameAndExtForForm");
-        return new NbTestSuite(SCFTHandlerTest.class);
-    }
-    
     @Override
     protected void setUp() throws Exception {
         clearWorkDir();
@@ -119,10 +110,10 @@ public class SCFTHandlerTest extends NbTestCase {
         FileObject root = FileUtil.createMemoryFileSystem().getRoot();
         FileObject fo = FileUtil.createData(root, "simpleObject.txt");
         OutputStream os = fo.getOutputStream();
-        String txt = "<html><h1>${title}</h1></html>";
+        String txt = "print('<html><h1>'); print(title); print('</h1></html>');";
         os.write(txt.getBytes());
         os.close();
-        fo.setAttribute("javax.script.ScriptEngine", "freemarker");
+        fo.setAttribute("javax.script.ScriptEngine", "js");
         
         
         DataObject obj = DataObject.find(fo);
@@ -144,10 +135,10 @@ public class SCFTHandlerTest extends NbTestCase {
         FileObject root = FileUtil.createMemoryFileSystem().getRoot();
         FileObject fo = FileUtil.createData(root, "simpleObject.txt");
         OutputStream os = fo.getOutputStream();
-        String txt = "<html><h1>${nameAndExt}</h1></html>";
+        String txt = "print('<html><h1>'); print(nameAndExt); print('</h1></html>')";
         os.write(txt.getBytes());
         os.close();
-        fo.setAttribute("javax.script.ScriptEngine", "freemarker");
+        fo.setAttribute("javax.script.ScriptEngine", "js");
         
         
         DataObject obj = DataObject.find(fo);
@@ -171,17 +162,17 @@ public class SCFTHandlerTest extends NbTestCase {
         FileObject root = lfs.getRoot();
         FileObject fo = FileUtil.createData(root, "j.java");
         OutputStream os = fo.getOutputStream();
-        String txt = "<html><h1>${nameAndExt}</h1></html>";
+        String txt = "print('<html><h1>'); print(nameAndExt); print('</h1></html>')";
         os.write(txt.getBytes());
         os.close();
-        fo.setAttribute("javax.script.ScriptEngine", "freemarker");
+        fo.setAttribute("javax.script.ScriptEngine", "js");
         
         FileObject fo2 = FileUtil.createData(root, "j.form");
         OutputStream os2 = fo2.getOutputStream();
-        String txt2 = "<html><h2>${nameAndExt}</h2></html>";
+        String txt2 = "print('<html><h2>'); print(nameAndExt); print('</h2></html>')";
         os2.write(txt2.getBytes());
         os2.close();
-        fo2.setAttribute("javax.script.ScriptEngine", "freemarker");
+        fo2.setAttribute("javax.script.ScriptEngine", "js");
         
         DataObject obj = DataObject.find(fo);
         assertEquals("Both files", 2, obj.files().size());
@@ -212,50 +203,19 @@ public class SCFTHandlerTest extends NbTestCase {
         assertEquals(exp2, readFile(newForm));
     }
     
-     public void testCreateFromTemplateUsingFreemarkerAndInclude() throws Exception {
-         FileObject root = FileUtil.createMemoryFileSystem().getRoot();
-         FileObject fclasses = FileUtil.createFolder(root, "classes");
-         FileObject fincludes = FileUtil.createFolder(root, "includes");
-         FileObject fclass = FileUtil.createData(fclasses, "class.txt");
-         OutputStream os = fclass.getOutputStream();
-         String classtxt = "<#include \"../includes/include.txt\">";
-         os.write(classtxt.getBytes());
-         os.close();
-         fclass.setAttribute("javax.script.ScriptEngine", "freemarker");
-         FileObject finclude = FileUtil.createData(fincludes, "include.txt");
-         os = finclude.getOutputStream();
-         String includetxt = "<html><h1>${title}</h1></html>";
-         os.write(includetxt.getBytes());
-         os.close();
-         
-         
-         DataObject obj = DataObject.find(fclass);
-         
-         DataFolder folder = DataFolder.findFolder(FileUtil.createFolder(root, "target"));
-         
-         Map<String,String> parameters = Collections.singletonMap("title", "Nazdar");
-         DataObject n = obj.createFromTemplate(folder, "complex", parameters);
-         
-         assertEquals("Created in right place", folder, n.getFolder());
-         assertEquals("Created with right name", "complex.txt", n.getName());
-         
-         String exp = "<html><h1>Nazdar</h1></html>";
-         assertEquals(exp, readFile(n.getPrimaryFile()));
-         
-     }
-    
     public void testBasePropertiesAlwaysPresent() throws Exception {
         FileObject root = FileUtil.createMemoryFileSystem().getRoot();
         FileObject fo = FileUtil.createData(root, "simpleObject.txt");
         OutputStream os = fo.getOutputStream();
-        String txt = "<html><h1>${name}</h1>" +
-            "<h2>${date}</h2>" +
-            "<h3>${time}</h3>" +
-            "<h4>${user}</h4>" +
-            "</html>";
+        String txt = "print('<html><h1>'); print(name); print('</h1>');" +
+            "print('<h2>'); print(date); print('</h2>');" +
+            "print('<h3>'); print(time); print('</h3>');" +
+            "print('<h4>'); print(user); print('</h4>');" +
+            "print('<h4>'); print(dateTime.getTime()); print('</h4>');" +
+            "print('</html>');";
         os.write(txt.getBytes());
         os.close();
-        fo.setAttribute("javax.script.ScriptEngine", "freemarker");
+        fo.setAttribute("javax.script.ScriptEngine", "js");
         
         
         DataObject obj = DataObject.find(fo);
@@ -274,6 +234,7 @@ public class SCFTHandlerTest extends NbTestCase {
         if (res.indexOf("time") >= 0) fail(res);
         if (res.indexOf("user") >= 0) fail(res);
         if (res.indexOf("name") >= 0) fail(res);
+        if (res.indexOf("dateTime") >= 0) fail(res);
     }
     
     private static String readFile(FileObject fo) throws IOException {
@@ -301,7 +262,7 @@ public class SCFTHandlerTest extends NbTestCase {
          FileObject xml = FileUtil.createData(xmldir, "class.txt");
          OutputStream os = xml.getOutputStream();
          FileUtil.copy(getClass().getResourceAsStream("utf8.xml"), os);
-         xml.setAttribute("javax.script.ScriptEngine", "freemarker");
+         xml.setAttribute("javax.script.ScriptEngine", "js");
          os.close();
          
          DataObject obj = DataObject.find(xml);
@@ -324,9 +285,8 @@ public class SCFTHandlerTest extends NbTestCase {
          assertEquals("Created with right name", "complex.txt", n.getName());
          
          
-         String read = readChars(n.getPrimaryFile(), set);
-         
-         String exp = readChars(xml, Charset.forName("utf-8"));
+         String read = readChars(n.getPrimaryFile(), set).replaceAll("println\\('", "").replaceAll("'\\);", "");
+         String exp = readChars(xml, Charset.forName("utf-8")).replaceAll("println\\('", "").replaceAll("'\\);", "");
          assertEquals(exp, read);
          
      }
@@ -338,13 +298,13 @@ public class SCFTHandlerTest extends NbTestCase {
         FileObject root = fs.getRoot();
         FileObject fo = FileUtil.createData(root, "simpleObject.java");
         FileObject fo2 = FileUtil.createData(root, "simpleObject.form");
-        fo.setAttribute("javax.script.ScriptEngine", "freemarker");
-        fo2.setAttribute("javax.script.ScriptEngine", "freemarker");
+        fo.setAttribute("javax.script.ScriptEngine", "js");
+        fo2.setAttribute("javax.script.ScriptEngine", "js");
 
         Charset set = Charset.forName("iso-8859-2");
         OutputStream os = fo2.getOutputStream();
         OutputStreamWriter w = new OutputStreamWriter(os, set);
-        String txt = "skvělej tým, co nikdy neusíná - ěščřžýáíéúů";
+        String txt = "print('skvělej tým, co nikdy neusíná - ěščřžýáíéúů')";
         w.write(txt);
         w.close();
         
@@ -384,6 +344,7 @@ public class SCFTHandlerTest extends NbTestCase {
             fail("no input stream for " + snd);
         }
         String read = new String(cbuf, 0, len);
+        txt = txt.replaceAll("print\\('", "").replaceAll("'\\)", "");
         
         assertEquals(txt, read);
     }
diff --git a/openide.loaders/test/unit/src/org/netbeans/modules/templates/ScriptingCreateFromTemplateTest.java b/openide.loaders/test/unit/src/org/netbeans/modules/templates/ScriptingCreateFromTemplateTest.java
index 5cc9dd4..b6eb4a7 100644
--- a/openide.loaders/test/unit/src/org/netbeans/modules/templates/ScriptingCreateFromTemplateTest.java
+++ b/openide.loaders/test/unit/src/org/netbeans/modules/templates/ScriptingCreateFromTemplateTest.java
@@ -84,10 +84,12 @@ public class ScriptingCreateFromTemplateTest extends NbTestCase {
         FileObject root = FileUtil.createMemoryFileSystem().getRoot();
         FileObject fo = FileUtil.createData(root, "simpleObject.txt");
         OutputStream os = fo.getOutputStream();
-        os.write("${encoding}".getBytes());
+        os.write("print(encoding)".getBytes());
         os.close();
+        assertEquals("content/unknown", fo.getMIMEType());
         fo.setAttribute ("template", Boolean.TRUE);
-        fo.setAttribute("javax.script.ScriptEngine", "freemarker");
+        assertEquals("content/unknown", fo.getMIMEType());
+        fo.setAttribute("javax.script.ScriptEngine", "js");
         
         DataObject obj = DataObject.find(fo);
         DataFolder folder = DataFolder.findFolder(FileUtil.createFolder(root, "target"));
@@ -113,10 +115,10 @@ public class ScriptingCreateFromTemplateTest extends NbTestCase {
         FileObject root = FileUtil.createMemoryFileSystem().getRoot();
         FileObject template = FileUtil.createData(root, "simple.pl");
         OutputStream os = template.getOutputStream();
-        os.write("#!/usr/bin/perl\n# ${license}\n# ${name} in ${nameAndExt}\n".getBytes());
+        os.write("println('#!/usr/bin/perl'); print('# ');println(license);print('# ');print(name);print(' in ');println(nameAndExt);".getBytes());
         os.close();
         template.setAttribute("template", true);
-        template.setAttribute("javax.script.ScriptEngine", "freemarker");
+        template.setAttribute("javax.script.ScriptEngine", "js");
         Map<String,Object> parameters = new HashMap<String,Object>();
         parameters.put("license", "GPL");
         parameters.put(CreateFromTemplateHandler.FREE_FILE_EXTENSION, true);
@@ -161,7 +163,7 @@ public class ScriptingCreateFromTemplateTest extends NbTestCase {
         os.write("test".getBytes());
         os.close();
         fo.setAttribute ("template", Boolean.TRUE);
-        fo.setAttribute("javax.script.ScriptEngine", "freemarker");
+        fo.setAttribute("javax.script.ScriptEngine", "js");
 
         MockServices.setServices(MockMimeLookup.class);
         MockMimeLookup.setInstances(MimePath.parse("content/unknown"), new TestEditorKit());
diff --git a/openide.loaders/test/unit/src/org/netbeans/modules/templates/SpeedTest.java b/openide.loaders/test/unit/src/org/netbeans/modules/templates/SpeedTest.java
index 7d56e0f..7f3c1b3 100644
--- a/openide.loaders/test/unit/src/org/netbeans/modules/templates/SpeedTest.java
+++ b/openide.loaders/test/unit/src/org/netbeans/modules/templates/SpeedTest.java
@@ -73,7 +73,7 @@ public class SpeedTest extends NbTestCase {
         clearWorkDir();
         
         FileWriter w = new FileWriter(new File(getWorkDir(), "template.txt"));
-        w.write("<html><h1>${title}</h1></html>");
+        w.write("print('<html><h1>'); print(title); print('</h1></html>');");
         w.close();
         
         
@@ -87,10 +87,10 @@ public class SpeedTest extends NbTestCase {
         FileObject fo = lfs.findResource("template.txt");
         obj = DataObject.find(fo);
         obj.setTemplate(true);
-        obj.getPrimaryFile().setAttribute("javax.script.ScriptEngine", "freemarker");
+        obj.getPrimaryFile().setAttribute("javax.script.ScriptEngine", "js");
         
         ScriptEngineManager mgr = new ScriptEngineManager();
-        eng = mgr.getEngineByName("freemarker");
+        eng = mgr.getEngineByName("js");
         assertNotNull("We do have such engine", eng);
         eng.getContext().setAttribute(FileObject.class.getName(), fo, ScriptContext.ENGINE_SCOPE);
         eng.getContext().getBindings(ScriptContext.ENGINE_SCOPE).putAll(parameters);
diff --git a/openide.loaders/test/unit/src/org/netbeans/modules/templates/utf8.xml b/openide.loaders/test/unit/src/org/netbeans/modules/templates/utf8.xml
index 9ab4094..0de77ce 100644
--- a/openide.loaders/test/unit/src/org/netbeans/modules/templates/utf8.xml
+++ b/openide.loaders/test/unit/src/org/netbeans/modules/templates/utf8.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
-<root>
-    Žluťoučký kůň skákal přes čtvero mezí.
-</root>
+println('<?xml version="1.0"?>');
+println('<root>');
+println('    Žluťoučký kůň skákal přes čtvero mezí.');
+println('</root>');
diff --git a/openide.loaders/test/unit/src/org/openide/awt/MenuBarDeadlock163201Test.java b/openide.loaders/test/unit/src/org/openide/awt/MenuBarDeadlock163201Test.java
index 2d94ca3..3b3275c 100644
--- a/openide.loaders/test/unit/src/org/openide/awt/MenuBarDeadlock163201Test.java
+++ b/openide.loaders/test/unit/src/org/openide/awt/MenuBarDeadlock163201Test.java
@@ -49,6 +49,8 @@ import java.awt.Image;
 import java.awt.event.ActionEvent;
 import java.beans.PropertyChangeEvent;
 import java.util.Set;
+import java.util.logging.Level;
+import java.util.logging.Logger;
 import javax.swing.AbstractAction;
 import javax.swing.event.ChangeEvent;
 import javax.swing.event.ChangeListener;
@@ -127,12 +129,18 @@ public class MenuBarDeadlock163201Test extends NbTestCase {
     private MenuBar mb;
     private DataFolder df2;
     private MFS mfs;
+    private Logger LOG;
 
     public MenuBarDeadlock163201Test(String testName) {
         super(testName);
     }
 
     @Override
+    protected Level logLevel() {
+        return Level.INFO;
+    }
+
+    @Override
     protected boolean runInEQ() {
         return false;
     }
@@ -144,6 +152,7 @@ public class MenuBarDeadlock163201Test extends NbTestCase {
 
     @Override
     protected void setUp() throws Exception {
+        LOG = Logger.getLogger("test." + getName());
         mfs = new MFS();
         FileObject fo = FileUtil.createFolder(
             mfs.getRoot(),
@@ -220,14 +229,17 @@ public class MenuBarDeadlock163201Test extends NbTestCase {
             public synchronized void propertyChange(PropertyChangeEvent evt) {
                 if (Node.PROP_DISPLAY_NAME.equals(evt.getPropertyName())) {
                     ok = true;
+                    LOG.info("Property change");
                     notifyAll();
                 }
             }
 
             public synchronized void waitOK() throws InterruptedException {
                 while (!ok) {
+                    LOG.info("waiting for node name");
                     wait();
                 }
+                LOG.info("node name is OK");
             }
         }
         Node node = df.getChildren()[0].getNodeDelegate();
@@ -237,11 +249,25 @@ public class MenuBarDeadlock163201Test extends NbTestCase {
         name.waitOK();
         assertEquals("Node name changed", "New", node.getDisplayName());
 
-        
-        EventQueue.invokeAndWait(new Runnable() {
-            public void run() {
+        for (int i = 0; i < 15; i++) {
+            LOG.info("checking round " + i);
+            EventQueue.invokeAndWait(new Runnable() {
+                public void run() {
+                    LOG.info("invokeAndWait");
+                }
+            });
+            if (mb.getMenuCount() != 1) {
+                LOG.log(Level.INFO, "wrong count {0}", mb.getMenuCount());
+                Thread.sleep(100);
+                continue;
+            }
+            if (!mb.getMenu(0).getText().equals("New")) {
+                LOG.log(Level.INFO, "Wrong name {0}", mb.getMenu(0).getText());
+                Thread.sleep(100);
+                continue;
             }
-        });
+            break;
+        }
 
         assertEquals("One submenu", 1, mb.getMenuCount());
         assertEquals("Named New", "New", mb.getMenu(0).getText());
diff --git a/openide.loaders/test/unit/src/org/openide/awt/ToolbarConfigurationDeadlockTest.java b/openide.loaders/test/unit/src/org/openide/awt/ToolbarConfigurationDeadlockTest.java
new file mode 100644
index 0000000..de52d61
--- /dev/null
+++ b/openide.loaders/test/unit/src/org/openide/awt/ToolbarConfigurationDeadlockTest.java
@@ -0,0 +1,156 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.openide.awt;
+
+import java.awt.Component;
+import java.util.Arrays;
+import java.util.logging.Level;
+import javax.swing.JPanel;
+import javax.swing.JPopupMenu;
+import org.netbeans.junit.NbTestCase;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+import org.openide.loaders.DataFolder;
+import org.openide.loaders.InstanceDataObject;
+
+/** Simulates:
+
+"AWT-EventQueue-1" prio=10 tid=0xb1bc1c00 nid=0x515 in Object.wait() [0xb1405000]
+ * 
+at java.lang.Thread.State: TIMED_WAITING (on object monitor)
+at java.lang.Object.wait(Native Method)
+- waiting on <0x67390108> (a org.openide.util.RequestProcessor$Task)
+at org.openide.util.Task.waitFinished(Task.java:161)
+- locked <0x67390108> (a org.openide.util.RequestProcessor$Task)
+at org.openide.util.RequestProcessor$Task.waitFinished(RequestProcessor.java:1722)
+at org.openide.util.Task.waitFinished(Task.java:195)
+at org.openide.loaders.FolderInstance.waitFinished(FolderInstance.java:342)
+at org.openide.awt.ToolbarPool.waitFinished(ToolbarPool.java:197)
+at org.openide.awt.ToolbarPool.getToolbars(ToolbarPool.java:337)
+at org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.refresh(ToolbarConfiguration.java:253)
+at org.netbeans.core.windows.view.ui.toolbars.ToolbarConfiguration.activate(ToolbarConfiguration.java:374)
+at org.openide.awt.ToolbarPool.activate(ToolbarPool.java:235)
+- locked <0x71cb8130> (a org.openide.awt.ToolbarPool)
+at org.openide.awt.ToolbarPool.setConfiguration(ToolbarPool.java:309)
+at org.openide.awt.ToolbarPool$TPTaskListener.taskFinished(ToolbarPool.java:390)
+at org.openide.util.Task.notifyFinished(Task.java:231)
+at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:893)
+at org.openide.loaders.FolderInstance$1R.run(FolderInstance.java:738)
+at org.openide.util.Task.run(Task.java:248)
+at org.netbeans.modules.openide.loaders.AWTTask.run(AWTTask.java:73)
+at org.netbeans.modules.openide.loaders.AWTTask$Processor.run(AWTTask.java:114)
+at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
+at java.awt.EventQueue.dispatchEvent(EventQueue.java:602)
+at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:137)
+at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
+at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
+at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
+at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
+at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
+at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
+
+ */
+public class ToolbarConfigurationDeadlockTest extends NbTestCase {
+    FileObject toolbars;
+    DataFolder toolbarsFolder;
+    
+    public ToolbarConfigurationDeadlockTest (String testName) {
+        super (testName);
+    }
+
+    @Override
+    protected int timeOut() {
+        return 30000;
+    }
+    
+    @Override
+    protected Level logLevel() {
+        return Level.FINE;
+    }
+
+    @Override
+    protected void setUp() throws Exception {
+        FileObject root = FileUtil.getConfigRoot();
+        toolbars = FileUtil.createFolder (root, "Toolbars");
+        toolbars.createFolder("Tool1");
+        toolbarsFolder = DataFolder.findFolder (toolbars);
+        InstanceDataObject.create(toolbarsFolder, null, MyConf.class);
+    }
+
+    public void testConfigurationActivated () throws Exception {
+        ToolbarPool tp = ToolbarPool.getDefault ();
+        tp.setConfiguration("Test");
+        tp.waitFinished ();
+        
+        assertEquals("One configuration activated", 1, MyConf.activate);
+    }
+
+    public static final class MyConf implements ToolbarPool.Configuration {
+        static int activate;
+        
+        
+        private JPanel panel = new JPanel();
+        
+        @Override
+        public Component activate() {
+            activate++;
+            Toolbar[] arr = ToolbarPool.getDefault().getToolbars();
+            assertEquals("One array: " + Arrays.toString(arr), 1, arr.length);
+            assertEquals("Name is right", "Tool1", arr[0].getName());
+            return panel;
+        }
+
+        @Override
+        public String getName() {
+            return "Test";
+        }
+
+        @Override
+        public JPopupMenu getContextMenu() {
+            return new JPopupMenu();
+        }
+        
+    }
+}
diff --git a/openide.loaders/test/unit/src/org/openide/awt/ToolbarPoolTest.java b/openide.loaders/test/unit/src/org/openide/awt/ToolbarPoolTest.java
index 7cd6318..5133363 100644
--- a/openide.loaders/test/unit/src/org/openide/awt/ToolbarPoolTest.java
+++ b/openide.loaders/test/unit/src/org/openide/awt/ToolbarPoolTest.java
@@ -95,7 +95,6 @@ public class ToolbarPoolTest extends NbTestCase {
         }
         
         ToolbarPool tp = ToolbarPool.getDefault ();
-        tp.waitFinished ();
     }
 
     public void testGetConf () throws Exception {
@@ -113,8 +112,6 @@ public class ToolbarPoolTest extends NbTestCase {
         conf = (JLabel)writeInstance (toolbars, "conf1.ser", conf);
         
         ToolbarPool tp = ToolbarPool.getDefault ();
-        
-        tp.waitFinished ();
         String[] myConfs = tp.getConfigurations ();
         assertEquals ("One", 1, myConfs.length);
         assertEquals ("By default there is the one", "testCreateConf", myConfs[0]);
@@ -125,8 +122,6 @@ public class ToolbarPoolTest extends NbTestCase {
         FileUtil.createFolder (toolbars, "tlb2");
         
         ToolbarPool tp = ToolbarPool.getDefault ();
-        
-        tp.waitFinished ();
         Toolbar[] myTlbs = tp.getToolbars ();
         assertEquals ("One", 1, myTlbs.length);
         assertEquals ("By default there is the one", "tlb2", myTlbs[0].getName ());
@@ -140,8 +135,6 @@ public class ToolbarPoolTest extends NbTestCase {
         InstanceDataObject.create (f, "test1", JLabel.class);
         
         ToolbarPool tp = ToolbarPool.getDefault ();
-        
-        tp.waitFinished ();
         Toolbar[] myTlbs = tp.getToolbars ();
         assertEquals ("One", 1, myTlbs.length);
         assertEquals ("By default there is the one", "tlbx", myTlbs[0].getName ());
@@ -175,7 +168,6 @@ public class ToolbarPoolTest extends NbTestCase {
         }
         Atom atom = new Atom();
         df.getPrimaryFile().getFileSystem().runAtomicAction(atom);
-        pool.waitFinished();
 
         assertEquals("One toolbar is there", 1, pool.getToolbars().length);
         Toolbar tb = pool.getToolbars()[0];
diff --git a/openide.loaders/test/unit/src/org/openide/loaders/DataFolderExpandIsSlowTest.java b/openide.loaders/test/unit/src/org/openide/loaders/DataFolderExpandIsSlowTest.java
deleted file mode 100644
index 713663e..0000000
--- a/openide.loaders/test/unit/src/org/openide/loaders/DataFolderExpandIsSlowTest.java
+++ /dev/null
@@ -1,137 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.openide.loaders;
-
-import java.lang.ref.WeakReference;
-import java.util.*;
-import java.util.logging.Level;
-import java.util.logging.Logger;
-import junit.framework.AssertionFailedError;
-import org.openide.filesystems.FileSystem;
-import org.netbeans.junit.*;
-import org.openide.filesystems.*;
-
-/** Creation of data object is said to be slow due to
- * poor implementation of BrokenDataShadow validate functionality.
- * @author Jaroslav Tulach
- */
-public class DataFolderExpandIsSlowTest extends NbTestCase {
-    /** folder to work with */
-    private DataFolder folder;
-
-    private FileObject root;
-    /** keep some files */
-    private DataObject[] arr;
-    
-    public DataFolderExpandIsSlowTest (String name) {
-        super(name);
-    }
-    
-    public static NbTestSuite suite () {
-        return NbTestSuite.linearSpeedSuite(DataFolderExpandIsSlowTest.class, 5, 3);
-    }
-    
-    protected Level logLevel() {
-        return Level.INFO;
-    }
-    
-    protected void setUp() throws Exception {
-        clearWorkDir();
-        FileSystem lfs = TestUtilHid.createLocalFileSystem(getWorkDir (), new String[] {
-            "files/",
-        });
-        
-        
-        root = FileUtil.toFileObject(FileUtil.toFile(lfs.getRoot()));
-        
-        
-        folder = DataFolder.findFolder(root.getFileObject("files"));
-        assertNotNull(folder);
-        
-        int count = getTestNumber ();
-        
-        for (int i = 0; i < count; i++) {
-            FileUtil.createData(folder.getPrimaryFile(), "empty" + i + ".txt");
-        }
-    }
-    
-    protected void tearDown() throws Exception {
-        WeakReference<Object> ref = new WeakReference<Object>(root);
-        this.root = null;
-        this.folder = null;
-        
-        List<WeakReference<DataObject>> refs = new ArrayList<WeakReference<DataObject>>();
-        for (DataObject dataObject : arr) {
-            refs.add(new WeakReference<DataObject>(dataObject));
-        }
-        this.arr = null;
-        try {
-            assertGC("Make sure the filesystem is gone", ref);
-            
-            for (WeakReference<DataObject> weakReference : refs) {
-                assertGC("All data objects needs to be gone", weakReference);
-            }
-
-        } catch (AssertionFailedError ex) {
-            Logger.getAnonymousLogger().log(Level.WARNING, null, ex);
-        }
-    }
-    
-    private void doArr(boolean fast) {
-        DataObjectPool.fastCache(fast);
-        arr = folder.getChildren();
-        assertEquals("All computed as expected", getTestNumber(), arr.length);
-    }
-    
-    
-    public void testNew99 () { doArr(false); }
-    public void testNew245 () { doArr(false); }
-    public void testNew987 () { doArr(false); }
-//    public void testNew9987 () { doArr(false); }
-    public void testOld99 () { doArr(true); }
-    public void testOld245 () { doArr(true); }
-    public void testOld987 () { doArr(true); }
-//    public void testOld9987 () { doArr(false); }
-}
diff --git a/openide.loaders/test/unit/src/org/openide/loaders/DataFolderTest.java b/openide.loaders/test/unit/src/org/openide/loaders/DataFolderTest.java
index 5a58629..262b6a1 100644
--- a/openide.loaders/test/unit/src/org/openide/loaders/DataFolderTest.java
+++ b/openide.loaders/test/unit/src/org/openide/loaders/DataFolderTest.java
@@ -54,7 +54,6 @@ import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.logging.Level;
 import javax.swing.SwingUtilities;
-import junit.framework.Test;
 
 import org.netbeans.junit.*;
 import org.openide.nodes.Index;
@@ -73,11 +72,6 @@ public class DataFolderTest extends LoggingTestCaseHid {
         super (name);
     }
     
-    public static Test suite() {
-        return new NbTestSuite(DataFolderTest.class);
-        //return new DataFolderTest("testMoveFolderWithReadOnlyFile");
-    }
-
     @Override
     protected void setUp () throws Exception {
         clearWorkDir ();
diff --git a/openide.loaders/test/unit/src/org/openide/loaders/DataFolderTimeOrderTest.java b/openide.loaders/test/unit/src/org/openide/loaders/DataFolderTimeOrderTest.java
index f1b68f3..a0794f6 100644
--- a/openide.loaders/test/unit/src/org/openide/loaders/DataFolderTimeOrderTest.java
+++ b/openide.loaders/test/unit/src/org/openide/loaders/DataFolderTimeOrderTest.java
@@ -53,9 +53,12 @@ import java.util.logging.Level;
 import org.netbeans.junit.MockServices;
 import org.netbeans.junit.NbTestCase;
 import org.netbeans.junit.RandomlyFails;
+import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileSystem;
+import org.openide.filesystems.FileUtil;
 import org.openide.nodes.Node;
 import org.openide.util.Enumerations;
+import org.openide.util.test.TestFileUtils;
 
 /** Does a change in order on folder fire the right properties?
  *
@@ -114,10 +117,16 @@ public class DataFolderTimeOrderTest extends NbTestCase implements PropertyChang
         assertTrue(DataFolder.PROP_CHILDREN + " change not fired", events.contains(DataFolder.PROP_CHILDREN));
         events.clear();
         
-        OutputStream os = lfs.findResource("AA/Y.txt").getOutputStream();
+        final FileObject orig = lfs.findResource("AA/X.txt");
+        assertNotNull("X.txt", orig);
+        final FileObject touch = lfs.findResource("AA/Y.txt");
+        assertNotNull("Y.txt", touch);
+        OutputStream os = touch.getOutputStream();
         os.write("Ahoj".getBytes());
         os.close();
 
+        TestFileUtils.touch(FileUtil.toFile(touch), FileUtil.toFile(orig));
+
         waitEvents();
         assertTrue(DataFolder.PROP_CHILDREN + " change not fired", events.contains(DataFolder.PROP_CHILDREN));
 
diff --git a/openide.loaders/test/unit/src/org/openide/loaders/DataLoaderInLayerTest.java b/openide.loaders/test/unit/src/org/openide/loaders/DataLoaderInLayerTest.java
index 8d7f152..e901aea 100644
--- a/openide.loaders/test/unit/src/org/openide/loaders/DataLoaderInLayerTest.java
+++ b/openide.loaders/test/unit/src/org/openide/loaders/DataLoaderInLayerTest.java
@@ -57,8 +57,8 @@ import java.beans.PropertyChangeListener;
 import java.lang.ref.Reference;
 import java.lang.ref.WeakReference;
 import java.net.URL;
+import java.util.logging.Logger;
 import javax.swing.Action;
-import junit.framework.Test;
 import org.openide.actions.EditAction;
 import org.openide.nodes.Node;
 import org.openide.util.ImageUtilities;
@@ -69,6 +69,7 @@ import org.openide.util.lookup.Lookups;
  */
 @RandomlyFails
 public class DataLoaderInLayerTest extends NbTestCase {
+    static Logger LOG;
 
     public DataLoaderInLayerTest(String name) {
         super(name);
@@ -81,16 +82,7 @@ public class DataLoaderInLayerTest extends NbTestCase {
 
     @Override
     protected Level logLevel() {
-        return Level.FINE;
-    }
-    
-    public static Test suite() {
-        Test t = null;
-        t = new NbTestSuite(DataLoaderInLayerTest.class);
-        if (t == null) {
-            t = new DataLoaderInLayerTest("testFactoryInstanceRegistrationWorksAsWell");
-        }
-        return t;
+        return Level.FINER;
     }
     
     protected FileSystem createFS(String... resources) throws IOException {
@@ -100,35 +92,51 @@ public class DataLoaderInLayerTest extends NbTestCase {
     @Override
     protected void setUp() throws Exception {
         clearWorkDir();
+        LOG = Logger.getLogger("test." + getName());
         FileUtil.setMIMEType("simple", "text/plain");
         FileUtil.setMIMEType("ant", "text/ant+xml");
     }
     
-    private static void addRemoveLoader(DataLoader l, boolean add) throws IOException {
+    private static void addRemoveLoader(DataLoader l, boolean add) throws Exception {
         addRemoveLoader("text/plain", l, add);
     }
-    private static void addRemoveLoader(String mime, DataLoader l, boolean add) throws IOException {
+    private static void addRemoveLoader(String mime, DataLoader l, boolean add) throws Exception {
         addRemove(mime, l.getClass(), add);
     }
-    private static <F extends DataObject.Factory> void addRemove(String mime, Class<F> clazz, boolean add) throws IOException {
-        String res = "Loaders/" + mime + "/Factories/" + clazz.getSimpleName().replace('.', '-') + ".instance";
-        FileObject root = FileUtil.getConfigRoot();
-        if (add) {
-            FileObject fo = FileUtil.createData(root, res);
-            fo.setAttribute("instanceClass", clazz.getName());
-        } else {
-            FileObject fo = root.getFileObject(res);
-            if (fo != null) {
-                fo.delete();
+    private static <F extends DataObject.Factory> void addRemove(String mime, final Class<F> clazz, final boolean add) throws Exception {
+        final String res = "Loaders/" + mime + "/Factories/" + clazz.getSimpleName().replace('.', '-') + ".instance";
+        final FileObject root = FileUtil.getConfigRoot();
+        class R implements FileSystem.AtomicAction {
+            @Override
+            public void run() throws IOException {
+                if (add) {
+                    FileObject fo = FileUtil.createData(root, res);
+                    fo.setAttribute("instanceClass", clazz.getName());
+                } else {
+                    FileObject fo = root.getFileObject(res);
+                    if (fo != null) {
+                        fo.delete();
+                    }
+                }
             }
         }
-        for (;;) {
+        LOG.log(Level.INFO, "Modifying {0}", res);
+        FileUtil.runAtomicAction(new R());
+        LOG.info("Modification done");
+        for (int i = 0; i < 100; i++) {
             Object f = Lookups.forPath("Loaders/" + mime + "/Factories").lookup(clazz);
             FolderLookup.ProxyLkp.DISPATCH.waitFinished();
+            LOG.log(Level.INFO, "waiting for {0} at #{1} result: {2}", new Object[]{add ? "add" : "remove", i, f});
             if (add == (f != null)) {
                 break;
             }
+            Thread.sleep(100);
         }
+        LOG.info("OK, addRemove finished");
+        // XXX: Probably DataLoaderPool shall listen on changes under Loaders/.../.../Factories and revalidate
+        // automatically
+        DataObjectPool.getPOOL().revalidate();
+        LOG.info("revalidating finished");
     }
     private static <F extends DataObject.Factory> void addRemove(String mime, F factory, boolean add) throws IOException {
         String res = "Loaders/" + mime + "/Factories/" + factory.getClass().getSimpleName().replace('.', '-') + ".instance";
@@ -167,13 +175,16 @@ public class DataLoaderInLayerTest extends NbTestCase {
             DataObject copied = dob.copy(df);
             assertEquals(SimpleDataObject.class, copied.getClass());
 
+            LOG.info("Before createFromTemplate");
             DataObject templ = dob.createFromTemplate(df, "ahoj");
             assertEquals(SimpleDataObject.class, templ.getClass());
             assertEquals("ahoj", templ.getName());
 
+            LOG.info("before copyRename");
             DataObject ren = dob.copyRename(df, "kuk", "simple");
             assertEquals(SimpleDataObject.class, ren.getClass());
             assertEquals("kuk", ren.getName());
+            LOG.info("OK");
         } finally {
             addRemoveLoader(l, false);
         }
@@ -213,11 +224,11 @@ public class DataLoaderInLayerTest extends NbTestCase {
         
         addRemove("text/plain", f, true);
         try {
-            FileSystem lfs = createFS("folderF/file.simple");
-            FileObject fo = lfs.findResource("folderF");
+            FileSystem lfs = createFS("folderFKK/file.simple");
+            FileObject fo = lfs.findResource("folderFKK");
             DataFolder df = DataFolder.findFolder(fo);
             DataObject[] arr = df.getChildren();
-            assertEquals("One object", 1, arr.length);
+            assertEquals("One object: " + Arrays.toString(arr), 1, arr.length);
             DataObject dob = arr[0];
             assertEquals(SimpleDataObject.class, dob.getClass());
             
@@ -303,15 +314,21 @@ public class DataLoaderInLayerTest extends NbTestCase {
     }
 
     public void testSimpleLoader() throws Exception {
+        FileSystem lfs = createFS("folder/file.simple");
+        FileObject fo = lfs.findResource("folder/file.simple");
+        assertNotNull(fo);
+        DataObject first = DataObject.find(fo);
+        LOG.log(Level.INFO, "default data object created: {0}", first);
+        assertEquals("Realy default", DefaultDataObject.class, first.getClass());
         DataLoader l = DataLoader.getLoader(SimpleUniFileLoader.class);
         addRemoveLoader(l, true);
         try {
-            FileSystem lfs = createFS("folder/file.simple");
-            FileObject fo = lfs.findResource("folder/file.simple");
-            assertNotNull(fo);
             DataObject dob = DataObject.find(fo);
-            assertEquals(SimpleDataObject.class, dob.getClass());
+            LOG.log(Level.INFO, "Object created: {0}", dob);
+            assertEquals("Checking the right type", SimpleDataObject.class, dob.getClass());
+            LOG.info("Check ok");
         } finally {
+            LOG.warning("Check failed, removing loader");
             addRemoveLoader(l, false);
         }
     }
@@ -446,13 +463,15 @@ public class DataLoaderInLayerTest extends NbTestCase {
         protected String displayName() {
             return "Simple";
         }
+        @Override
         protected MultiDataObject createMultiObject(FileObject pf) throws IOException {
             return new SimpleDataObject(pf, this);
         }
     }
     public static final class SimpleFactory implements DataObject.Factory {
+        @Override
         public DataObject findDataObject(FileObject fo, Set<? super FileObject> recognized) throws IOException {
-            return SimpleUniFileLoader.findObject(SimpleUniFileLoader.class).findDataObject(fo, recognized);
+            return SimpleUniFileLoader.findObject(SimpleUniFileLoader.class, true).findDataObject(fo, recognized);
         }
     }
     
@@ -491,6 +510,7 @@ public class DataLoaderInLayerTest extends NbTestCase {
 
     private static void assertImage(String msg, Image img1, Image img2) {
         ImageObserver obs = new ImageObserver() {
+            @Override
             public boolean imageUpdate(Image img, int infoflags, int x, int y, int width, int height) {
                 fail("Already updated, hopefully");
                 return true;
diff --git a/openide.loaders/test/unit/src/org/openide/loaders/DataObjectPoolTest.java b/openide.loaders/test/unit/src/org/openide/loaders/DataObjectPoolTest.java
new file mode 100644
index 0000000..af6df68
--- /dev/null
+++ b/openide.loaders/test/unit/src/org/openide/loaders/DataObjectPoolTest.java
@@ -0,0 +1,65 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.openide.loaders;
+
+import java.lang.ref.Reference;
+import java.lang.ref.WeakReference;
+import org.netbeans.junit.NbTestCase;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+
+public class DataObjectPoolTest extends NbTestCase {
+
+    public DataObjectPoolTest(String name) {
+        super(name);
+    }
+
+    public void testLeak() throws Exception {
+        FileObject f = FileUtil.createMemoryFileSystem().getRoot().createData("whatever");
+        DataObject.find(f);
+        Reference<?> ref = new WeakReference<Object>(f);
+        f = null;
+        assertGC("can release file", ref);
+    }
+
+}
diff --git a/openide.loaders/test/unit/src/org/openide/loaders/DefaultDataObjectHasOpenTest.java b/openide.loaders/test/unit/src/org/openide/loaders/DefaultDataObjectHasOpenTest.java
index c782498..3e28b5b 100644
--- a/openide.loaders/test/unit/src/org/openide/loaders/DefaultDataObjectHasOpenTest.java
+++ b/openide.loaders/test/unit/src/org/openide/loaders/DefaultDataObjectHasOpenTest.java
@@ -88,7 +88,7 @@ public final class DefaultDataObjectHasOpenTest extends NbTestCase {
 
     @Override
     protected int timeOut() {
-        return 10000;
+        return 60000;
     }
 
     @Override
diff --git a/openide.loaders/test/unit/src/org/openide/loaders/DefaultDataObjectTest.java b/openide.loaders/test/unit/src/org/openide/loaders/DefaultDataObjectTest.java
index fd76faf..5fe68ef 100644
--- a/openide.loaders/test/unit/src/org/openide/loaders/DefaultDataObjectTest.java
+++ b/openide.loaders/test/unit/src/org/openide/loaders/DefaultDataObjectTest.java
@@ -42,6 +42,7 @@
 
 package org.openide.loaders;
 
+import java.awt.Dialog;
 import java.beans.PropertyChangeEvent;
 import java.beans.PropertyVetoException;
 import java.beans.VetoableChangeListener;
@@ -55,6 +56,9 @@ import javax.swing.text.StyledDocument;
 import org.netbeans.junit.MockServices;
 import org.netbeans.junit.NbTestCase;
 import org.netbeans.junit.RandomlyFails;
+import org.openide.DialogDescriptor;
+import org.openide.DialogDisplayer;
+import org.openide.NotifyDescriptor;
 import org.openide.cookies.EditorCookie;
 import org.openide.cookies.OpenCookie;
 import org.openide.filesystems.FileObject;
@@ -172,6 +176,100 @@ public class DefaultDataObjectTest extends NbTestCase {
 
     @RandomlyFails // #181230
     public void testRenameOpenComponent() throws Exception {
+        doRenameOpen(false);
+    }
+
+    /** Deadlocked as
+Group system
+  Group main
+    Thread main
+        at java.lang.Thread.dumpThreads(Thread.java:-2)
+        at java.lang.Thread.getAllStackTraces(Thread.java:1487)
+        at org.netbeans.junit.NbTestCase.threadDump(NbTestCase.java:265)
+        at org.netbeans.junit.NbTestCase.access$000(NbTestCase.java:95)
+        at org.netbeans.junit.NbTestCase$1Guard.waitFinished(NbTestCase.java:332)
+        at org.netbeans.junit.NbTestCase.runBare(NbTestCase.java:390)
+        at org.netbeans.junit.NbTestCase.run(NbTestCase.java:228)
+    Thread Timer-0
+        at java.lang.Object.wait(Object.java:-2)
+        at java.util.TimerThread.mainLoop(Timer.java:509)
+        at java.util.TimerThread.run(Timer.java:462)
+    Thread Active Reference Queue Daemon
+        at java.lang.Object.wait(Object.java:-2)
+        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
+        at org.openide.util.lookup.implspi.ActiveQueue$Impl.run(ActiveQueue.java:59)
+        at java.lang.Thread.run(Thread.java:619)
+    Thread AWT-XAWT
+        at sun.awt.X11.XToolkit.waitForEvents(XToolkit.java:-2)
+        at sun.awt.X11.XToolkit.run(XToolkit.java:559)
+        at sun.awt.X11.XToolkit.run(XToolkit.java:523)
+        at java.lang.Thread.run(Thread.java:619)
+    Thread AWT-Shutdown
+        at java.lang.Object.wait(Object.java:-2)
+        at java.lang.Object.wait(Object.java:485)
+        at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:265)
+        at java.lang.Thread.run(Thread.java:619)
+    Thread AWT-EventQueue-0
+        at java.lang.Object.wait(Object.java:-2)
+        at java.lang.Object.wait(Object.java:485)
+        at org.openide.text.CloneableEditor$DoInitialize.initDocument(CloneableEditor.java:660)
+        at org.openide.text.CloneableEditor$DoInitialize.initVisual(CloneableEditor.java:698)
+        at org.openide.text.CloneableEditor.getEditorPane(CloneableEditor.java:1215)
+        at org.openide.text.CloneableEditorSupport.getOpenedPanes(CloneableEditorSupport.java:1111)
+        at org.openide.loaders.DefaultDataObjectTest$1R.run(DefaultDataObjectTest.java:238)
+        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
+        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
+        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
+        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
+        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
+        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
+        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
+        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
+    Thread Test Watch Dog: testRenameOpenComponentModified
+        at java.lang.Object.wait(Object.java:-2)
+        at java.lang.Object.wait(Object.java:485)
+        at java.awt.EventQueue.invokeAndWait(EventQueue.java:993)
+        at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1320)
+        at org.openide.loaders.DefaultDataObjectTest.getEPanes(DefaultDataObjectTest.java:242)
+        at org.openide.loaders.DefaultDataObjectTest.doRenameOpen(DefaultDataObjectTest.java:223)
+        at org.openide.loaders.DefaultDataObjectTest.testRenameOpenComponentModified(DefaultDataObjectTest.java:183)
+        at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:95)
+        at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:365)
+        at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:294)
+        at java.lang.Thread.run(Thread.java:619)
+  Thread Reference Handler
+        at java.lang.Object.wait(Object.java:-2)
+        at java.lang.Object.wait(Object.java:485)
+        at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
+  Thread Finalizer
+        at java.lang.Object.wait(Object.java:-2)
+        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
+        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
+        at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
+  Thread Signal Dispatcher
+  Thread Java2D Disposer
+        at java.lang.Object.wait(Object.java:-2)
+        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
+        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
+        at sun.java2d.Disposer.run(Disposer.java:127)
+        at java.lang.Thread.run(Thread.java:619)
+  Thread Inactive RequestProcessor thread [Was:NbStatusDisplayer/org.netbeans.core.NbStatusDisplayer$MessageImpl]
+        at java.lang.Object.wait(Object.java:-2)
+        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1910)
+  Thread TimerQueue
+        at java.lang.Object.wait(Object.java:-2)
+        at javax.swing.TimerQueue.run(TimerQueue.java:232)
+        at java.lang.Thread.run(Thread.java:619)
+  Thread Inactive RequestProcessor thread [Was:org.openide.text Editor Initialization/org.openide.text.CloneableEditor$DoInitialize]
+        at java.lang.Object.wait(Object.java:-2)
+        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1910)
+     */
+    @RandomlyFails 
+    public void testRenameOpenComponentModified() throws Exception {
+        doRenameOpen(true);
+    }
+
+    private void doRenameOpen(boolean modify) throws Exception {
         {
             OpenCookie oc = obj.getLookup().lookup(OpenCookie.class);
             assertNotNull("We have open cookie", oc);
@@ -183,8 +281,14 @@ public class DefaultDataObjectTest extends NbTestCase {
         JEditorPane[] arr = getEPanes(ec);
         assertNotNull("Editor is open", arr);
         assertEquals("One Editor is open", 1, arr.length);
+        assertEquals("Not Modified", false, obj.isModified());
+        if (modify) {
+            MockServices.setServices(FirstDD.class);
+            ec.openDocument().insertString(0, "Ahoj", null);
+            assertEquals("Modified now", true, obj.isModified());
+        }
 
-        Node[] origNodes = obj.getFolder().getNodeDelegate().getChildren().getNodes();
+        Node[] origNodes = obj.getFolder().getNodeDelegate().getChildren().getNodes(true);
         assertEquals("One node", 1, origNodes.length);
         assertEquals("the obj", obj, origNodes[0].getLookup().lookup(DataObject.class));
 
@@ -206,7 +310,7 @@ public class DefaultDataObjectTest extends NbTestCase {
         assertNotNull("Editor is open", arr2);
         assertEquals("One Editor is open", 1, arr2.length);
 
-        Node[] newNodes = obj.getFolder().getNodeDelegate().getChildren().getNodes();
+        Node[] newNodes = obj.getFolder().getNodeDelegate().getChildren().getNodes(true);
         assertEquals("One new node", 1, newNodes.length);
         assertEquals("the new obj.\nOld nodes: " + Arrays.toString(origNodes) + "\nNew nodes: " + Arrays.toString(newNodes),
             newObj, newNodes[0].getLookup().lookup(DataObject.class)
@@ -224,6 +328,15 @@ public class DefaultDataObjectTest extends NbTestCase {
         SwingUtilities.invokeAndWait(r);
         return r.arr;
     }
+    
+    public void testRenameHtAccess() throws Exception {
+        FileObject fo = lfs.getRoot().createData("example.htaccess");
+        DataObject mine = DataObject.find(fo);
+        assertEquals("It is default DO", DefaultDataObject.class, mine.getClass());
+        mine.rename(".htaccess");
+        assertEquals("Primary file remains", fo, mine.getPrimaryFile());
+        assertEquals(".htaccess", fo.getNameExt());
+    }
 
     private void waitEQ() throws Exception {
         getEPanes(null);
@@ -268,4 +381,18 @@ public class DefaultDataObjectTest extends NbTestCase {
         }
         
     }
+
+    public static final class FirstDD extends DialogDisplayer {
+
+        @Override
+        public Object notify(NotifyDescriptor descriptor) {
+            return descriptor.getOptions()[0];
         }
+
+        @Override
+        public Dialog createDialog(DialogDescriptor descriptor) {
+            throw new UnsupportedOperationException("Not supported yet.");
+        }
+
+    }
+}
diff --git a/openide.loaders/test/unit/src/org/openide/loaders/ExtensionListTest.java b/openide.loaders/test/unit/src/org/openide/loaders/ExtensionListTest.java
index 1063be1..48a1fb7 100644
--- a/openide.loaders/test/unit/src/org/openide/loaders/ExtensionListTest.java
+++ b/openide.loaders/test/unit/src/org/openide/loaders/ExtensionListTest.java
@@ -44,8 +44,13 @@
 
 package org.openide.loaders;
 
+import java.io.IOException;
 import java.util.Enumeration;
 import junit.framework.TestCase;
+import org.netbeans.junit.MockServices;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+import org.openide.filesystems.MIMEResolver;
 
 /**
  *
@@ -83,7 +88,7 @@ public class ExtensionListTest extends TestCase {
         assertFalse(instance.isRegistered("x.form"));
     }     
 
-    public void testAddMime() {
+    public void testAddMime() throws IOException {
         ExtensionList instance = new ExtensionList();
         instance.addMimeType("text/x-java");
         instance.addMimeType("text/html");
@@ -95,6 +100,27 @@ public class ExtensionListTest extends TestCase {
         assertEquals("text/x-java", en.nextElement());
         assertFalse(en.hasMoreElements());
         
+
+        MockServices.setServices(MockMimeR.class);
         
-    }     
+        FileObject fo = FileUtil.getConfigRoot().createData("My.xml");
+        assertFalse("XML files are not recognized", instance.isRegistered(fo));
+        assertEquals("Instantiated", 1, MockMimeR.cnt);
+    }   
+    
+    public static final class MockMimeR extends MIMEResolver {
+        static int cnt;
+        
+        public MockMimeR() {
+            super("text/xml");
+            cnt++;
+        }
+        
+        @Override
+        public String findMIMEType(FileObject fo) {
+            fail("Shall not be called at all");
+            return null;
+        }
+        
+    }
 }
diff --git a/openide.loaders/test/unit/src/org/openide/loaders/FileObjectInLookupByMatteoTest.java b/openide.loaders/test/unit/src/org/openide/loaders/FileObjectInLookupByMatteoTest.java
index 16c8393..19ca5b2 100644
--- a/openide.loaders/test/unit/src/org/openide/loaders/FileObjectInLookupByMatteoTest.java
+++ b/openide.loaders/test/unit/src/org/openide/loaders/FileObjectInLookupByMatteoTest.java
@@ -79,7 +79,7 @@ public class FileObjectInLookupByMatteoTest extends NbTestCase {
     private final Object SIGNAL = new Object();
     private String basename;
     private FileObject dir;
-    private Logger LOG;
+    static volatile Logger LOG;
 
     public FileObjectInLookupByMatteoTest(String testName) {
         super(testName);
@@ -91,7 +91,7 @@ public class FileObjectInLookupByMatteoTest extends NbTestCase {
 
     @Override
     protected int timeOut() {
-        return 20000;
+        return 60000;
     }
 
     @Override
@@ -133,6 +133,7 @@ public class FileObjectInLookupByMatteoTest extends NbTestCase {
                 dir.createData(nameSecondary, TestDataLoader.SECONDARY_EXTENSION);
             }
         }
+        LOG.info("Files created");
     }
 
     @Override
@@ -145,11 +146,13 @@ public class FileObjectInLookupByMatteoTest extends NbTestCase {
 
         @Override
         public String findMIMEType(FileObject fo) {
+            LOG.log(Level.INFO, "findMIMEType: {0}", fo);
             if (TestDataLoader.PRIMARY_EXTENSION.equals(fo.getExt()) ||
                     TestDataLoader.SECONDARY_EXTENSION.equals(fo.getExt())) {
-
+                LOG.info("Mime OK");
                 return TestDataLoader.REQUIRED_MIME;
             }
+            LOG.info("No mime");
             return null;
         }
     }
@@ -211,8 +214,9 @@ public class FileObjectInLookupByMatteoTest extends NbTestCase {
                 } catch (Exception e) {
                     e.printStackTrace();
                 }
+                LOG.info("No event in 3s check: " + prev + " == " + count);
                 if (count == prev) {
-                    LOG.info("No event in 3s, probably done: " + prev + " == " + count);
+                    LOG.info("Equals. About to break");
                     break;
                 }
             }
diff --git a/openide.loaders/test/unit/src/org/openide/loaders/FolderChildrenEagerTest.java b/openide.loaders/test/unit/src/org/openide/loaders/FolderChildrenEagerTest.java
deleted file mode 100644
index 698710b..0000000
--- a/openide.loaders/test/unit/src/org/openide/loaders/FolderChildrenEagerTest.java
+++ /dev/null
@@ -1,71 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.openide.loaders;
-
-import junit.framework.Test;
-import org.netbeans.junit.NbTestSuite;
-import org.openide.nodes.Children;
-
-public class FolderChildrenEagerTest extends FolderChildrenTest {
-    public FolderChildrenEagerTest(java.lang.String testName) {
-        super(testName);
-    }
-    public static Test suite() {
-        Test t = null;
-//        t = new FolderChildrenEagerTest("testChildrenCanGC");
-        if (t == null) {
-            t = new NbTestSuite(FolderChildrenEagerTest.class);
-        }
-        return t;
-    }
-
-    @Override
-    protected void assertChildrenType(Children ch) {
-        assertEquals("Eager", FolderChildrenEager.class, ch.getClass());
-    }
-    static {
-        System.setProperty("org.openide.loaders.DataFolder.lazy", "false"); // NOI18N
-    }
-}
diff --git a/openide.loaders/test/unit/src/org/openide/loaders/FolderChildrenGCRaceConditionTest.java b/openide.loaders/test/unit/src/org/openide/loaders/FolderChildrenGCRaceConditionTest.java
index 3a146d3..231b182 100644
--- a/openide.loaders/test/unit/src/org/openide/loaders/FolderChildrenGCRaceConditionTest.java
+++ b/openide.loaders/test/unit/src/org/openide/loaders/FolderChildrenGCRaceConditionTest.java
@@ -46,14 +46,18 @@ package org.openide.loaders;
 
 import java.lang.ref.Reference;
 import java.lang.ref.WeakReference;
+import java.util.logging.Logger;
+import org.netbeans.junit.Log;
+import org.netbeans.junit.NbTestCase;
 import org.netbeans.junit.RandomlyFails;
-import org.openide.ErrorManager;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileUtil;
 import org.openide.nodes.Node;
 import org.openide.util.RequestProcessor;
 
-public class FolderChildrenGCRaceConditionTest extends LoggingTestCaseHid {
+public class FolderChildrenGCRaceConditionTest extends NbTestCase {
+    private Logger LOG;
+    
     public FolderChildrenGCRaceConditionTest() {
         super("");
     }
@@ -64,8 +68,8 @@ public class FolderChildrenGCRaceConditionTest extends LoggingTestCaseHid {
     
     @Override
     protected void setUp() throws Exception {
-    	super.setUp();
         clearWorkDir();
+        LOG = Logger.getLogger(FolderChildrenGCRaceConditionTest.class.getName());
 
         FileObject[] arr = FileUtil.getConfigRoot().getChildren();
         for (int i = 0; i < arr.length; i++) {
@@ -86,16 +90,17 @@ public class FolderChildrenGCRaceConditionTest extends LoggingTestCaseHid {
         arr = null;
         
         class R implements Runnable {
+            @Override
             public void run() {
-                ErrorManager.getDefault().log("Ready to GC");
+                LOG.info("Ready to GC");
                 assertGC("Node can go away in the worst possible moment", ref);
-                ErrorManager.getDefault().log("Gone");
+                LOG.info("Gone");
             }
         }
         R r = new R();
         RequestProcessor.Task t = new RequestProcessor("Inter", 1, true).post(r);
         
-        registerSwitches(
+        Log.controlFlow(Logger.getLogger("org.openide.loaders"), null,
             "THREAD:FolderChildren_Refresh MSG:Children computed" +
             "THREAD:FolderChildren_Refresh MSG:notifyFinished.*" +
             "THREAD:Inter MSG:Gone.*" +
@@ -103,10 +108,11 @@ public class FolderChildrenGCRaceConditionTest extends LoggingTestCaseHid {
             "THREAD:FolderChildren_Refresh MSG:Clearing the ref.*" +
             "", 200);
         
+        LOG.info("Before getNodes(true");
         int cnt = n.getChildren().getNodes(true).length;
-        
+        LOG.info("Children are here: " + cnt);
         t.cancel();
-        
+        LOG.info("Cancel done");
         assertEquals("Count is really one", 1, cnt);
     }
    
diff --git a/openide.loaders/test/unit/src/org/openide/loaders/FolderChildrenLazyTest.java b/openide.loaders/test/unit/src/org/openide/loaders/FolderChildrenLazyTest.java
deleted file mode 100644
index 46c314d..0000000
--- a/openide.loaders/test/unit/src/org/openide/loaders/FolderChildrenLazyTest.java
+++ /dev/null
@@ -1,71 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.openide.loaders;
-
-import junit.framework.Test;
-import org.netbeans.junit.NbTestSuite;
-import org.openide.nodes.Children;
-
-public class FolderChildrenLazyTest extends FolderChildrenTest {
-    public FolderChildrenLazyTest(java.lang.String testName) {
-        super(testName);
-    }
-    public static Test suite() {
-        Test t = null;
-//        t = new FolderChildrenLazyTest("testChildrenCanGC");
-        if (t == null) {
-            t = new NbTestSuite(FolderChildrenLazyTest.class);
-        }
-        return t;
-    }
-
-    @Override
-    protected void assertChildrenType(Children ch) {
-        assertEquals("Lazy", FolderChildren.class, ch.getClass());
-    }
-    static {
-        System.setProperty("org.openide.loaders.DataFolder.lazy", "true"); // NOI18N
-    }
-}
diff --git a/openide.loaders/test/unit/src/org/openide/loaders/FolderChildrenTest.java b/openide.loaders/test/unit/src/org/openide/loaders/FolderChildrenTest.java
index 6ab1002..80807d6 100644
--- a/openide.loaders/test/unit/src/org/openide/loaders/FolderChildrenTest.java
+++ b/openide.loaders/test/unit/src/org/openide/loaders/FolderChildrenTest.java
@@ -57,11 +57,9 @@ import java.util.logging.Logger;
 import javax.swing.event.ChangeEvent;
 import javax.swing.event.ChangeListener;
 
-import junit.framework.Test;
 import org.netbeans.junit.Log;
 import org.netbeans.junit.MockServices;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.netbeans.junit.RandomlyFails;
 import org.netbeans.spi.queries.VisibilityQueryImplementation;
 import org.openide.filesystems.*;
@@ -79,12 +77,13 @@ import org.openide.nodes.NodeMemberEvent;
 import org.openide.nodes.NodeReorderEvent;
 import org.openide.util.ChangeSupport;
 import org.openide.util.Enumerations;
+import org.openide.util.Exceptions;
 import org.openide.util.NbBundle;
 import org.openide.util.RequestProcessor;
 import org.openide.util.test.MockLookup;
 
 public class FolderChildrenTest extends NbTestCase {
-    private Logger LOG;
+    private static Logger LOG;
     public FolderChildrenTest() {
         super("");
     }
@@ -103,14 +102,6 @@ public class FolderChildrenTest extends NbTestCase {
         return Level.FINE;
     }
 
-    public static Test suite() {
-        Test t = null;
-//        t = new FolderChildrenTest("testALotOfHiddenEntries");
-        if (t == null) {
-            t = new NbTestSuite(FolderChildrenTest.class);
-        }
-        return t;
-    }
     protected void assertChildrenType(Children ch) {
         assertEquals("Use lazy children by default", FolderChildren.class, ch.getClass());
     }
@@ -272,7 +263,6 @@ public class FolderChildrenTest extends NbTestCase {
         assertNodes( arr, new String[] { "B.txt", "BA.txt" } );
     }
 
-    @RandomlyFails // NB-Core-Build #3979 (in FolderChildrenEagerTest)
     public void testOrderAttributesAreReflected() throws Exception {
         FileObject root = FileUtil.createFolder(FileUtil.getConfigRoot(), "order");
 
@@ -301,7 +291,6 @@ public class FolderChildrenTest extends NbTestCase {
     }
 
     private static Object holder;
-    @RandomlyFails // NB-Core-Build #2838 (in FolderChildrenEagerTest)
     public void testChildrenCanGC () throws Exception {
         Filter filter = new Filter();
         holder = filter;
@@ -326,7 +315,6 @@ public class FolderChildrenTest extends NbTestCase {
         assertGC("Children can disappear even we hold the filter", ref);
     }
 
-    @RandomlyFails // NB-Core-Build #1043 (in FolderChildrenEagerTest)
     public void testSeemsLikeTheAbilityToRefreshIsBroken() throws Exception {
         String pref = getName() + '/';
         FileObject bb = FileUtil.createFolder(FileUtil.getConfigRoot(), pref + "/BB");
@@ -433,11 +421,15 @@ public class FolderChildrenTest extends NbTestCase {
             return select;
         }
 
+        @Override
         public void addChangeListener( ChangeListener listener ) {
+            LOG.log(Level.INFO, "addChangeListener: " + listener, new Throwable());
             cs.addChangeListener(listener);
         }
 
+        @Override
         public void removeChangeListener( ChangeListener listener ) {
+            LOG.log(Level.INFO, "removeChangeListener: " + listener, new Throwable());
             cs.removeChangeListener(listener);
         }
 
@@ -701,6 +693,32 @@ public class FolderChildrenTest extends NbTestCase {
 
         assertNodes( arr, new String[] { "A" } );
     }
+    
+    public void testRenameHiddenEntry() throws Exception {
+        FileObject folder = FileUtil.createFolder(FileUtil.getConfigRoot(), "two");
+        List<FileObject> arr = new ArrayList<FileObject>();
+        final int FILES = 2;
+        for (int i = 0; i < FILES; i++) {
+            arr.add(FileUtil.createData(folder, "" + i + ".dat"));
+        }
+        DataFolder df = DataFolder.findFolder(folder);
+
+        VisQ visq = new VisQ();
+
+        FilterNode fn = new FilterNode(new FilterNode(new AbstractNode(df.createNodeChildren(visq))));
+        Node[] one = fn.getChildren().getNodes(true);
+        assertEquals("One node", 1, one.length);
+        assertEquals("0.dat", one[0].getName());
+        
+        FileObject first = folder.getFileObject("1.dat");
+        assertNotNull("First found", first);
+        FileLock lock = first.lock();
+        first.rename(lock, "2", "dat");
+        lock.releaseLock();
+        
+        Node[] two = fn.getChildren().getNodes(true);
+        assertEquals("Two are now visible", 2, two.length);
+    }
 
     public void testALotOfHiddenEntries() throws Exception {
         FileObject folder = FileUtil.createFolder(FileUtil.getConfigRoot(), "aLotOf");
@@ -743,6 +761,7 @@ public class FolderChildrenTest extends NbTestCase {
 
         List<Node> nodes = new ArrayList<Node>();
         int cnt = fn.getChildren().getNodesCount(true);
+        assertEquals("We expect all files", FILES / 2, cnt);
         List<Node> snapshot = fn.getChildren().snapshot();
         assertEquals("Count as expected", cnt, snapshot.size());
         for (int i = 0; i < cnt; i++) {
@@ -751,6 +770,68 @@ public class FolderChildrenTest extends NbTestCase {
         assertEquals("No events delivered", 0, listener.cnt);
         assertEquals("Size is half cut", FILES / 2, fn.getChildren().getNodesCount(true));
     }
+    
+    public void testALotOfHiddenEntriesInLazyMode() throws Exception {
+        FileObject folder = FileUtil.createFolder(FileUtil.getConfigRoot(), "aLotOf");
+        List<FileObject> arr = new ArrayList<FileObject>();
+        final int FILES = 1000;
+        for (int i = 0; i < FILES; i++) {
+            arr.add(FileUtil.createData(folder, "" + i + ".dat"));
+        }
+
+        DataFolder df = DataFolder.findFolder(folder);
+
+        VisQ visq = new VisQ();
+
+        FilterNode fn = new FilterNode(new FilterNode(new AbstractNode(df.createNodeChildren(visq))));
+        class L implements NodeListener {
+            int cnt;
+
+            public void childrenAdded(NodeMemberEvent ev) {
+                cnt++;
+            }
+
+            public void childrenRemoved(NodeMemberEvent ev) {
+                cnt++;
+            }
+
+            public void childrenReordered(NodeReorderEvent ev) {
+                cnt++;
+            }
+
+            public void nodeDestroyed(NodeEvent ev) {
+                cnt++;
+            }
+
+            public void propertyChange(PropertyChangeEvent evt) {
+                cnt++;
+            }
+        }
+        L listener = new L();
+        fn.addNodeListener(listener);
+
+        visq.block = new Object();
+        int cnt;
+        List<Node> nodes;
+        synchronized (visq.block) {
+            nodes = new ArrayList<Node>();
+            cnt = fn.getChildren().getNodesCount(false);
+            assertEquals("We expect no files at all", 0, cnt);
+
+            visq.block.wait();
+            visq.block.notify();
+        }
+
+        assertEquals("Size is half cut", FILES / 2, fn.getChildren().getNodesCount(true));
+        assertTrue("Visibility query goes on", visq.success);
+        
+        List<Node> snapshot = fn.getChildren().snapshot();
+        assertEquals("Files filtered", FILES / 2, snapshot.size());
+        for (int i = 0; i < cnt; i++) {
+            nodes.add(snapshot.get(i));
+        }
+        assertEquals("No events delivered", 0, listener.cnt);
+    }
 
     /** Tests node keys are not invalidated if only position attribute changes (see #155673). */
     public void testRefreshPreservesNodeKeys() throws Exception {
@@ -775,6 +856,7 @@ public class FolderChildrenTest extends NbTestCase {
      * data object are garbage collected. It caused collapsing of tree.
      */
     public void testNodeKeysNotChanged() throws Exception {
+        LOG.info("testNodeKeysNotChanged starting");
         FileObject rootFolder = FileUtil.createMemoryFileSystem().getRoot();
         FileObject fo1 = rootFolder.createData("file1.java");
         assertNotNull(fo1);
@@ -782,24 +864,26 @@ public class FolderChildrenTest extends NbTestCase {
         DataObject do2 = DataObject.find(fo2);
         assertNotNull(fo2);
         Node folderNode = DataFolder.findFolder(rootFolder).getNodeDelegate();
+        LOG.log(Level.INFO, "testNodeKeysNotChanged folderNode: {0}", folderNode);
         final AtomicInteger removedEventCount = new AtomicInteger(0);
         folderNode.addNodeListener(new NodeAdapter() {
 
             @Override
             public void childrenRemoved(NodeMemberEvent ev) {
                 removedEventCount.incrementAndGet();
+                LOG.log(Level.INFO, "testNodeKeysNotChanged childrenRemoved: {0}", ev);
             }
         });
-        if (folderNode.getChildren().getClass().equals(FolderChildrenEager.class)) {
-            // TODO - investigate further why assertGC("Cannot GC childNode2", ref) fails
-            return;
-        }
+        LOG.info("testNodeKeysNotChanged addNodeListener");
 
         // refresh children
+        LOG.info("testNodeKeysNotChanged about to getNodes");
         folderNode.getChildren().getNodes(true);
         Node childNode1 = folderNode.getChildren().getNodeAt(0);
+        LOG.log(Level.INFO, "testNodeKeysNotChanged child0{0}", childNode1);
         assertNotNull(childNode1);
         Node childNode2 = folderNode.getChildren().getNodeAt(1);
+        LOG.log(Level.INFO, "testNodeKeysNotChanged child1{0}", childNode2);
         assertNotNull(childNode2);
 
         // GC node 2
@@ -814,19 +898,42 @@ public class FolderChildrenTest extends NbTestCase {
         // add new data object
         FileObject fo3 = rootFolder.createData("file3.java");
         assertNotNull(fo3);
+        LOG.log(Level.INFO, "testNodeKeysNotChanged fo3: {0}", fo3);
         // refresh children
         folderNode.getChildren().getNodes(true);
-        assertNotSame("Node 2 should not be the same when GC'd before.", childNode2, folderNode.getChildren().getNodeAt(1));
+        LOG.info("after get children");
+        Node childNodeX = folderNode.getChildren().getNodeAt(1);
+        LOG.log(Level.INFO, "childeNodeX: {0}", childNodeX);
+        assertNotSame("Node 2 should not be the same when GC'd before.", childNode2, childNodeX);
         assertEquals("No node should be removed.", 0, removedEventCount.intValue());
+        LOG.info("done");
     }
 
     public static final class VisQ implements VisibilityQueryImplementation, DataFilter.FileBased {
+        Object block;
+        boolean success;
+        
         public boolean isVisible(FileObject file) {
+            if (block != null) {
+                assertFalse("No readAccess", Children.MUTEX.isReadAccess());
+                assertFalse("No writeAccess", Children.MUTEX.isWriteAccess());
+                synchronized (block) {
+                    try {
+                        block.notifyAll();
+                        block.wait();
+                    } catch (InterruptedException ex) {
+                        throw new IllegalStateException(ex);
+                    }
+                    block = null;
+                }
+            }
             try {
                 int number = Integer.parseInt(file.getName());
                 return number % 2 == 0;
             } catch (NumberFormatException numberFormatException) {
                 return true;
+            } finally {
+                success = true;
             }
         }
 
diff --git a/openide.loaders/test/unit/src/org/openide/loaders/FolderInstanceListenersWithCookieTest.java b/openide.loaders/test/unit/src/org/openide/loaders/FolderInstanceListenersWithCookieTest.java
index 023ec26..d55ad8a 100644
--- a/openide.loaders/test/unit/src/org/openide/loaders/FolderInstanceListenersWithCookieTest.java
+++ b/openide.loaders/test/unit/src/org/openide/loaders/FolderInstanceListenersWithCookieTest.java
@@ -55,7 +55,6 @@ import org.openide.util.*;
 
 import org.netbeans.junit.*;
 import java.util.Enumeration;
-import junit.framework.Test;
 
 public class FolderInstanceListenersWithCookieTest extends NbTestCase {
     private Logger err;
@@ -78,10 +77,6 @@ public class FolderInstanceListenersWithCookieTest extends NbTestCase {
         return 20000;
     }
 
-    public static Test suite() {
-        return new NbTestSuite(FolderInstanceListenersWithCookieTest.class);
-    }
-    
     private static void setSystemProp(String key, String value) {
         java.util.Properties prop = System.getProperties();
         if (prop.get(key) != null) return;
diff --git a/openide.loaders/test/unit/src/org/openide/loaders/FolderLookupTest.java b/openide.loaders/test/unit/src/org/openide/loaders/FolderLookupTest.java
index 8c9b31d..cad9211 100644
--- a/openide.loaders/test/unit/src/org/openide/loaders/FolderLookupTest.java
+++ b/openide.loaders/test/unit/src/org/openide/loaders/FolderLookupTest.java
@@ -50,9 +50,7 @@ import java.util.ArrayList;
 import java.util.Collection;
 import java.util.Hashtable;
 import java.util.logging.Level;
-import junit.framework.Test;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.filesystems.FileLock;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileSystem;
@@ -79,15 +77,6 @@ public class FolderLookupTest extends NbTestCase implements LookupListener {
         System.setProperty ("org.openide.util.Lookup", GLkp.class.getName());
     }
 
-    public static Test suite() {
-        Test t = null;
-        t = new NbTestSuite(FolderLookupTest.class);
-        if (t == null) {
-            t = new FolderLookupTest("testFolderLookupIsUpdatedQuicklyForSubfolders");
-        }
-        return t;
-    }
-
     @Override
     protected Level logLevel() {
         return null;// Level.FINE;
diff --git a/openide.loaders/test/unit/src/org/openide/loaders/InstanceDataObjectTest.java b/openide.loaders/test/unit/src/org/openide/loaders/InstanceDataObjectTest.java
index 95ddd89..8fe077b 100644
--- a/openide.loaders/test/unit/src/org/openide/loaders/InstanceDataObjectTest.java
+++ b/openide.loaders/test/unit/src/org/openide/loaders/InstanceDataObjectTest.java
@@ -252,7 +252,7 @@ public class InstanceDataObjectTest extends NbTestCase {
     }
     
     public static class TestDefinitions implements Runnable {
-        public TestDefinitions() {}
+        TestDefinitions() {}
         
         static TestDefinitions create() {
             return new TestDefinitions();
@@ -749,7 +749,8 @@ public class InstanceDataObjectTest extends NbTestCase {
         // Now the fun part: check that the filesystem can actually store the filenames
         // we are making. For best results, try this on different OS's.
         clearWorkDir();
-        File dir = getWorkDir();
+        File dir = new File(getWorkDir(), "namesdir");
+        dir.mkdirs();
         for (int i = 0; i < names.length; i++) {
             String name = InstanceDataObject.escape(names[i]);
             //System.err.println("testing: " + name);
@@ -798,7 +799,8 @@ public class InstanceDataObjectTest extends NbTestCase {
         // Now the fun part: check that the filesystem can actually store the filenames
         // we are making. For best results, try this on different OS's.
         clearWorkDir();
-        File dir = getWorkDir();
+        File dir = new File(getWorkDir(), "namesdir");
+        dir.mkdirs();
         for (int i = 0; i < names.length; i++) {
             String name = InstanceDataObject.escapeAndCut(names[i]);
             //System.err.println("testing: " + name);
diff --git a/openide.loaders/test/unit/src/org/openide/loaders/MultiDataObjectDeleteSecondaryEntryTest.java b/openide.loaders/test/unit/src/org/openide/loaders/MultiDataObjectDeleteSecondaryEntryTest.java
new file mode 100644
index 0000000..4ef975b
--- /dev/null
+++ b/openide.loaders/test/unit/src/org/openide/loaders/MultiDataObjectDeleteSecondaryEntryTest.java
@@ -0,0 +1,250 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.openide.loaders;
+
+import java.io.IOException;
+import java.util.Enumeration;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import org.netbeans.junit.Log;
+import org.netbeans.junit.RandomlyFails;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+import org.openide.nodes.CookieSet;
+import org.openide.util.Enumerations;
+import org.openide.util.NbBundle;
+
+
+/**
+ * Java vs. JavaFX.
+ *
+ * @author David Kašpar
+ */
+public class MultiDataObjectDeleteSecondaryEntryTest extends LoggingTestCaseHid
+implements DataLoader.RecognizedFiles {
+
+    private CharSequence log;
+    private FileObject f0;
+    private FileObject f1;
+    private FileObject f2;
+    private FileObject root;
+    
+    public MultiDataObjectDeleteSecondaryEntryTest(String testName) {
+        super(testName);
+    }
+
+    @Override
+    protected void setUp() throws Exception {
+        log = Log.enable("org.openide.loaders", Level.SEVERE);
+
+        registerIntoLookup(new Pool());
+
+        root = FileUtil.createFolder(FileUtil.createMemoryFileSystem().getRoot(), "test");
+
+        f0 = FileUtil.createData(root, "j1.java");
+        f1 = FileUtil.createData(root, "f.fx");
+        f2 = FileUtil.createData(root, "f.java");
+
+        FXKitDataLoader.cnt = 0;
+    }
+
+    @Override
+    protected Level logLevel() {
+        return Level.INFO;
+    }
+
+    @RandomlyFails // NB-Core-Build #5753: No longer valid
+    public void testDelete() throws Exception {
+        DataObject obj1 = DataObject.find(f1);
+        assertEquals(DataLoader.getLoader(FXKitDataLoader.class), obj1.getLoader());
+        assertEquals ("Have to be valid", true, obj1.isValid());
+        f1.delete();
+        assertEquals ("No longer valid", false, obj1.isValid());
+    }
+
+    @Override
+    public void markRecognized(FileObject fo) {
+    }
+
+
+    private static final class Pool extends DataLoaderPool {
+        private static DataLoader[] ARR = {
+            FXKitDataLoader.getLoader(FXKitDataLoader.class),
+            JavaDataLoader.getLoader(JavaDataLoader.class),
+        };
+
+
+        @Override
+        protected Enumeration loaders() {
+            return Enumerations.array(ARR);
+        }
+    }
+
+    public static class JavaDataLoader extends MultiFileLoader {
+
+        public static final String JAVA_EXTENSION = "java";
+
+        public JavaDataLoader() {
+            super(JavaDO.class.getName());
+        }
+
+        protected JavaDataLoader(String s) {
+            super(s);
+        }
+
+        @Override
+        protected FileObject findPrimaryFile(FileObject fo) {
+            if (fo.hasExt(JAVA_EXTENSION)) {
+                return fo;
+            } else {
+                return null;
+            }
+        }
+
+        @Override
+        protected MultiDataObject createMultiObject(FileObject primaryFile) throws DataObjectExistsException, IOException {
+            return new JavaDO(primaryFile, this);
+        }
+
+        @Override
+        protected MultiDataObject.Entry createPrimaryEntry(MultiDataObject obj, FileObject primaryFile) {
+            return new FileEntry(obj, primaryFile);
+        }
+
+        @Override
+        protected MultiDataObject.Entry createSecondaryEntry(MultiDataObject obj, FileObject secondaryFile) {
+            throw new UnsupportedOperationException();
+        }
+
+        static class JavaDO extends MultiDataObject {
+            public JavaDO(FileObject fo, JavaDataLoader l) throws DataObjectExistsException {
+                super(fo, l);
+            }
+        }
+    }
+
+
+    public static class FXKitDataLoader extends JavaDataLoader {
+        private static final Logger LOG = Logger.getLogger(FXKitDataLoader.class.getName());
+
+        public static final String REQUIRED_MIME = "text/x-java";
+        public static final String FX_EXT = "fx"; // NOI18N
+
+        private static final long serialVersionUID = 1L;
+        static int cnt;
+
+        public FXKitDataLoader()
+        {
+            super(FXKitDataObject.class.getName());
+        }
+
+        @Override
+        protected String defaultDisplayName()
+        {
+            return NbBundle.getMessage(FXKitDataLoader.class, "LBL_FormKit_loader_name");
+        }
+
+        @Override
+        protected String actionsContext()
+        {
+            return "Loaders/" + REQUIRED_MIME + "/Actions";
+        }
+
+        @Override
+        protected FileObject findPrimaryFile(FileObject fo)
+        {
+            LOG.info("FXKitDataLoader.findPrimaryFile(): " + fo.getNameExt());
+            cnt++;
+
+            String ext = fo.getExt();
+            if (ext.equals(FX_EXT))
+            {
+                return FileUtil.findBrother(fo, JAVA_EXTENSION);
+            }
+            if (ext.equals(JAVA_EXTENSION) && FileUtil.findBrother(fo, FX_EXT) != null)
+            {
+                return fo;
+            }
+            return null;
+        }
+
+        @Override
+        protected MultiDataObject createMultiObject(FileObject primaryFile) throws DataObjectExistsException, java.io.IOException
+        {
+            LOG.info("FXKitDataLoader.createMultiObject(): " + primaryFile.getNameExt());
+
+            return new FXKitDataObject(FileUtil.findBrother(primaryFile, FX_EXT),
+                    primaryFile,
+                    this);
+        }
+
+        @Override
+        protected MultiDataObject.Entry createSecondaryEntry(MultiDataObject multiDataObject, FileObject fileObject)
+        {
+            if (fileObject.getExt().equals(FX_EXT))
+            {
+                FileEntry formEntry = new FileEntry(multiDataObject, fileObject);
+                return formEntry;
+            }
+            return super.createSecondaryEntry(multiDataObject, fileObject);
+        }
+
+        public final class FXKitDataObject extends JavaDO {
+            FileEntry formEntry;
+
+            public FXKitDataObject(FileObject ffo, FileObject jfo, FXKitDataLoader loader) throws DataObjectExistsException, IOException
+            {
+                super(jfo, loader);
+                formEntry = (FileEntry)registerEntry(ffo);
+
+                CookieSet cookies = getCookieSet();
+                //cookies.add((Node.Cookie) DataEditorSupport.create(this, getPrimaryEntry(), cookies));
+            }
+
+
+        }
+    }
+
+}
diff --git a/openide.loaders/test/unit/src/org/openide/loaders/XMLDataObjectTest.java b/openide.loaders/test/unit/src/org/openide/loaders/XMLDataObjectTest.java
index eae29e5..2caac67 100644
--- a/openide.loaders/test/unit/src/org/openide/loaders/XMLDataObjectTest.java
+++ b/openide.loaders/test/unit/src/org/openide/loaders/XMLDataObjectTest.java
@@ -75,15 +75,10 @@ public class XMLDataObjectTest extends org.netbeans.junit.NbTestCase {
     private FileObject data;
     private CharSequence log;
 
-    /** Creates new MultiFileLoaderHid */
     public XMLDataObjectTest (String name) {
         super (name);
     }
 
-//    public static Test suite() {
-//        return new XMLDataObjectTest("testWrongUTFCharacer");
-//    }
-
     @Override
     protected void setUp () throws Exception {
         clearWorkDir();
diff --git a/openide.loaders/test/unit/src/org/openide/text/DataEditorReadOnlyTest.java b/openide.loaders/test/unit/src/org/openide/text/DataEditorReadOnlyTest.java
new file mode 100644
index 0000000..682b56c
--- /dev/null
+++ b/openide.loaders/test/unit/src/org/openide/text/DataEditorReadOnlyTest.java
@@ -0,0 +1,341 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+
+package org.openide.text;
+
+
+import java.io.IOException;
+import java.io.InputStream;
+import java.nio.charset.Charset;
+import java.util.logging.Level;
+
+
+import javax.swing.text.Document;
+import junit.framework.AssertionFailedError;
+import org.netbeans.junit.NbTestCase;
+import org.netbeans.spi.queries.FileEncodingQueryImplementation;
+import org.openide.cookies.CloseCookie;
+import org.openide.cookies.EditCookie;
+
+import org.openide.cookies.EditorCookie;
+import org.openide.cookies.OpenCookie;
+import org.openide.filesystems.FileLock;
+import org.openide.filesystems.FileObject;
+import org.openide.loaders.DataNode;
+import org.openide.loaders.DataObject;
+import org.openide.loaders.DataObjectExistsException;
+import org.openide.loaders.MultiDataObject;
+import org.openide.nodes.Children;
+import org.openide.nodes.CookieSet;
+import org.openide.nodes.Node;
+
+
+/**
+ */
+public class DataEditorReadOnlyTest extends NbTestCase {
+    // for file object support
+    String content = "";
+    long expectedSize = -1;
+    java.util.Date date = new java.util.Date ();
+    boolean readOnly;
+    
+    FileObject fileObject;
+    org.openide.filesystems.FileSystem fs;
+    static DataEditorReadOnlyTest RUNNING;
+    static {
+        System.setProperty ("org.openide.util.Lookup", "org.openide.text.DataEditorReadOnlyTest$Lkp");
+        System.setProperty("org.openide.windows.DummyWindowManager.VISIBLE", "false");
+    }
+    private DataObject obj;
+    
+    public DataEditorReadOnlyTest(String s) {
+        super(s);
+    }
+
+    @Override
+    protected Level logLevel() {
+        return Level.FINE;
+    }
+
+    @Override
+    protected void setUp () throws Exception {
+        RUNNING = this;
+        DataEditorSupport.TABNAMES_HTML = false;
+        
+        fs = new MyFS();
+        org.openide.filesystems.Repository.getDefault ().addFileSystem (fs);
+        fileObject = fs.findResource("dir/x.txt");
+    }
+    
+    @Override
+    protected void tearDown () throws Exception {
+        waitEQ ();
+        
+        RUNNING = null;
+        org.openide.filesystems.Repository.getDefault ().removeFileSystem (fs);
+    }
+    
+    @Override
+    protected boolean runInEQ() {
+        return false;
+    }
+    
+    private void waitEQ () throws Exception {
+        javax.swing.SwingUtilities.invokeAndWait (new Runnable () { public void run () { } });
+    }
+
+    DES support () throws Exception {
+        DataObject tmpObj = DataObject.find (fileObject);
+        
+        assertEquals ("My object was created", MyDataObject.class, tmpObj.getClass ());
+        Object cookie = tmpObj.getCookie (org.openide.cookies.OpenCookie.class);
+        assertNotNull ("Our object has this cookie", cookie);
+        assertEquals ("It is my cookie", DES.class, cookie.getClass ());
+        
+        return (DES)cookie;
+    }
+
+    /** Tests that name is changed if read-only state of FileObject is externally changed (#129178). */
+    public void testReadOnly() throws Exception {
+        obj = DataObject.find(fileObject);
+        DES sup = support();
+        assertNotNull("DataObject not found.", obj);
+        {
+            Document doc = sup.openDocument();
+            sup.open();
+            waitEQ();
+            assertTrue("Not open.", sup.isDocumentLoaded());
+            CloneableEditor ed = (CloneableEditor) support().getRef().getAnyComponent();
+            assertFalse("Display name should not contain r/o.", ed.getDisplayName().contains("r/o"));
+            // simulate external change
+            readOnly = true;
+            // simulate event normally fired from FileObj.refreshImpl()
+            fileObject.setAttribute("DataEditorSupport.read-only.refresh", Boolean.TRUE);
+            waitEQ();
+            assertTrue("Display name should contain r/o.", ed.getDisplayName().contains("r/o"));
+            readOnly = false;
+            fileObject.setAttribute("DataEditorSupport.read-only.refresh", Boolean.FALSE);
+            waitEQ();
+            assertFalse("Display name should not contain r/o.", ed.getDisplayName().contains("r/o"));
+        }
+    }
+
+
+    /** Implementation of the DES */
+    private static final class DES extends DataEditorSupport 
+    implements OpenCookie, CloseCookie, EditCookie, EditorCookie {
+        public DES (DataObject obj, Env env) {
+            super (obj, env);
+        }
+        
+        public org.openide.windows.CloneableTopComponent.Ref getRef () {
+            return allEditors;
+        }
+        
+    }
+    
+    /** MyEnv that uses DataEditorSupport.Env */
+    private static final class MyEnv extends DataEditorSupport.Env {
+        static final long serialVersionUID = 1L;
+        
+        public MyEnv (DataObject obj) {
+            super (obj);
+        }
+        
+        protected FileObject getFile () {
+            return super.getDataObject ().getPrimaryFile ();
+        }
+
+        protected FileLock takeLock () throws IOException {
+            if (getDataObject() instanceof MultiDataObject) {
+                return ((MultiDataObject)getDataObject()).getPrimaryEntry().takeLock();
+            } else {
+                return super.getDataObject ().getPrimaryFile ().lock ();
+            }
+        }
+        
+    }
+    
+    private static final class FileEncodingQueryImpl extends FileEncodingQueryImplementation {
+        
+        private static FileEncodingQueryImpl instance;
+        
+        private FileObject file;
+        private Exception who;
+        
+        private FileEncodingQueryImpl () {
+            
+        }
+            
+        public Charset getEncoding(FileObject file) {
+            InputStream is  = null;
+            try {
+                this.file = file;
+                this.who = new Exception("Assigned from here");
+                byte[] arr = new byte[4096];
+                is = file.getInputStream();
+                is.read(arr);
+            } catch (IOException ex) {
+                throw new IllegalStateException(ex);
+            } finally {
+                if (is != null) {
+                    try {
+                        is.close();
+                    } catch (IOException ex) {
+                        throw new IllegalStateException(ex);
+                    }
+                }
+            }
+            return Charset.defaultCharset();
+        }
+        
+        public void reset () {
+            this.file = null;
+            this.who = new Exception("Cleaned from here");
+        }
+        
+        public FileObject getFile () {
+            return this.file;
+        }
+        
+        public synchronized static FileEncodingQueryImpl getDefault () {
+            if (instance == null) {
+                instance = new FileEncodingQueryImpl ();
+            }
+            return instance;
+        }
+
+        private void assertFile(FileObject primaryFile) {
+            if (!primaryFile.equals(file)) {
+                AssertionFailedError afe = new AssertionFailedError("Files shall be the same:\nExpected:" + primaryFile + "\nReal    :" + file);
+                afe.initCause(who);
+                throw afe;
+            }
+        }
+    }
+
+    public static final class Lkp extends org.openide.util.lookup.AbstractLookup  {
+        public Lkp () {
+            this (new org.openide.util.lookup.InstanceContent ());
+        }
+        
+        private Lkp (org.openide.util.lookup.InstanceContent ic) {
+            super (ic);
+            
+            ic.add (new Pool ());
+            ic.add (FileEncodingQueryImpl.getDefault());
+        }
+        
+    } // end of Lkp
+    
+    private static final class Pool extends org.openide.loaders.DataLoaderPool {
+        protected java.util.Enumeration loaders () {
+            return org.openide.util.Enumerations.singleton(MyLoader.get ());
+        }
+    }
+    
+    public static final class MyLoader extends org.openide.loaders.UniFileLoader {
+        public int primary;
+        
+        public static MyLoader get () {
+            return MyLoader.findObject(MyLoader.class, true);
+        }
+        
+        public MyLoader() {
+            super(MyDataObject.class.getName ());
+            getExtensions ().addExtension ("txt");
+        }
+        protected String displayName() {
+            return "MyPart";
+        }
+        protected MultiDataObject createMultiObject(FileObject primaryFile) throws DataObjectExistsException, IOException {
+            return new MyDataObject(this, primaryFile);
+        }
+        @Override
+        protected MultiDataObject.Entry createPrimaryEntry(MultiDataObject obj, FileObject primaryFile) {
+            primary++;
+            return new org.openide.loaders.FileEntry (obj, primaryFile);
+        }
+    }
+    public static final class MyDataObject extends MultiDataObject 
+    implements CookieSet.Factory {
+        public MyDataObject(MyLoader l, FileObject folder) throws DataObjectExistsException {
+            super(folder, l);
+            getCookieSet ().add (new Class[] { OpenCookie.class, CloseCookie.class, EditorCookie.class }, this);
+        }
+
+        public org.openide.nodes.Node.Cookie createCookie (Class klass) {
+            return new DES (this, new MyEnv (this)); 
+        }
+        
+        @Override
+        protected Node createNodeDelegate() {
+            return new MyNode(this, Children.LEAF); 
+        }
+    }
+
+    /* Node which always returns non-null getHtmlDisplayName */
+    public static final class MyNode extends DataNode {
+        
+        public MyNode (DataObject obj, Children ch) {
+            super(obj, ch);
+        }
+        
+        @Override
+        public String getHtmlDisplayName() {
+            return "<b>" + getDisplayName() + "</b>";
+        }
+    }
+
+    static class MyFS extends TestFileSystem {
+
+        @Override
+        public boolean readOnly(String name) {
+            return RUNNING.readOnly;
+        }
+        
+    }
+    
+}
diff --git a/openide.loaders/test/unit/src/org/openide/text/DataEditorSupportTest.java b/openide.loaders/test/unit/src/org/openide/text/DataEditorSupportTest.java
index 9e5d089..61b237c 100644
--- a/openide.loaders/test/unit/src/org/openide/text/DataEditorSupportTest.java
+++ b/openide.loaders/test/unit/src/org/openide/text/DataEditorSupportTest.java
@@ -62,9 +62,7 @@ import javax.swing.JEditorPane;
 
 import javax.swing.text.Document;
 import junit.framework.AssertionFailedError;
-import junit.framework.Test;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.netbeans.junit.RandomlyFails;
 import org.netbeans.spi.queries.FileEncodingQueryImplementation;
 import org.openide.cookies.CloseCookie;
@@ -117,15 +115,6 @@ public class DataEditorSupportTest extends NbTestCase {
         return Level.FINE;
     }
 
-    public static Test suite() {
-        Test t = null;
-//        t = new DataEditorSupportTest("testChangeFileWhileOpen");
-        if (t == null) {
-            t = new NbTestSuite(DataEditorSupportTest.class);
-        }
-        return t;
-    }
-    
     @Override
     protected void setUp () throws Exception {
         RUNNING = this;
@@ -262,31 +251,6 @@ public class DataEditorSupportTest extends NbTestCase {
 
     }
 
-    /** Tests that name is changed if read-only state of FileObject is externally changed (#129178). */
-    public void testReadOnly() throws Exception {
-        obj = DataObject.find(fileObject);
-        DES sup = support();
-        assertNotNull("DataObject not found.", obj);
-        {
-            Document doc = sup.openDocument();
-            sup.open();
-            waitEQ();
-            assertTrue("Not open.", sup.isDocumentLoaded());
-            CloneableEditor ed = (CloneableEditor) support().getRef().getAnyComponent();
-            assertFalse("Display name should not contain r/o.", ed.getDisplayName().contains("r/o"));
-            // simulate external change
-            fileObject.setReadOnly(true);
-            // simulate event normally fired from FileObj.refreshImpl()
-            fileObject.setAttribute("DataEditorSupport.read-only.refresh", Boolean.TRUE);
-            waitEQ();
-            assertTrue("Display name should contain r/o.", ed.getDisplayName().contains("r/o"));
-            fileObject.setReadOnly(false);
-            fileObject.setAttribute("DataEditorSupport.read-only.refresh", Boolean.FALSE);
-            waitEQ();
-            assertFalse("Display name should not contain r/o.", ed.getDisplayName().contains("r/o"));
-        }
-    }
-
     /** holds the instance of the object so insane is able to find the reference */
     private DataObject obj;
     public void testItCanBeGCedIssue57565 () throws Exception {
diff --git a/openide.loaders/test/unit/src/org/openide/text/DocumentTitlePropertyTest.java b/openide.loaders/test/unit/src/org/openide/text/DocumentTitlePropertyTest.java
index 87f5057..efda7c9 100644
--- a/openide.loaders/test/unit/src/org/openide/text/DocumentTitlePropertyTest.java
+++ b/openide.loaders/test/unit/src/org/openide/text/DocumentTitlePropertyTest.java
@@ -110,6 +110,26 @@ public class DocumentTitlePropertyTest extends NbTestCase {
         assertTrue("Test property value", val.startsWith("someFolder/newFile.obj"));
     }
 
+    public void testDocumentId () throws IOException {
+        FileUtil.createData(FileUtil.getConfigRoot(), "someFolder/someFile.obj");
+        FileUtil.createData(FileUtil.getConfigRoot(), "someFolder/someFile.txt");
+        
+        DataObject obj = DataObject.find(FileUtil.getConfigFile("someFolder/someFile.obj"));
+        DataObject txt = DataObject.find(FileUtil.getConfigFile("someFolder/someFile.txt"));
+        assertEquals( MyDataObject.class, obj.getClass());
+        assertTrue( "we need UniFileLoader", obj.getLoader() instanceof UniFileLoader );
+
+        CloneableEditorSupport ecobj = (CloneableEditorSupport) obj.getCookie(EditorCookie.class);
+        CloneableEditorSupport ectxt = (CloneableEditorSupport) txt.getCookie(EditorCookie.class);
+        
+        if (ecobj.documentID().equals(ectxt.documentID())) {
+            fail("The same ID: " + ectxt.documentID());
+        }
+        assertEquals("Should be full name of the fileObj", obj.getPrimaryFile().getNameExt(), ecobj.documentID());
+        assertEquals("Should be full name of the txtObj", txt.getPrimaryFile().getNameExt(), ectxt.documentID());
+    }
+    
+    
     /** Test updating document property Document.TitleProperty when dataobject is moved */
     public void testMove () throws IOException {
         FileUtil.createData(FileUtil.getConfigRoot(), "someFolder/someFile.obj");
diff --git a/openide.loaders/test/unit/src/org/openide/text/ExternalChangeOfModifiedFileTest.java b/openide.loaders/test/unit/src/org/openide/text/ExternalChangeOfModifiedFileTest.java
index ca05f5e..75aa32e 100644
--- a/openide.loaders/test/unit/src/org/openide/text/ExternalChangeOfModifiedFileTest.java
+++ b/openide.loaders/test/unit/src/org/openide/text/ExternalChangeOfModifiedFileTest.java
@@ -50,12 +50,9 @@ import java.util.Stack;
 import java.util.logging.Level;
 import javax.swing.JEditorPane;
 import javax.swing.text.Document;
-import junit.framework.Test;
-import junit.framework.TestSuite;
 import org.netbeans.junit.MockServices;
 import org.netbeans.junit.NbTestCase;
 
-import org.netbeans.junit.NbTestSuite;
 import org.openide.cookies.EditorCookie;
 import org.openide.cookies.SaveCookie;
 import org.openide.filesystems.FileObject;
@@ -81,11 +78,6 @@ public class ExternalChangeOfModifiedFileTest extends NbTestCase {
         super(testName);
     }
     
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(ExternalChangeOfModifiedFileTest.class);
-        return suite;
-    }
-    
     @Override
     protected Level logLevel() {
         return Level.FINE;
diff --git a/openide.loaders/test/unit/src/org/openide/text/PeterZMoveTest.java b/openide.loaders/test/unit/src/org/openide/text/PeterZMoveTest.java
index 92b044c..7c0e140 100644
--- a/openide.loaders/test/unit/src/org/openide/text/PeterZMoveTest.java
+++ b/openide.loaders/test/unit/src/org/openide/text/PeterZMoveTest.java
@@ -46,56 +46,23 @@
 package org.openide.text;
 
 
-import java.io.File;
 import java.io.IOException;
-import java.lang.reflect.Method;
-import java.util.Collections;
-import java.util.HashSet;
-import java.util.Set;
-import javax.swing.SwingUtilities;
-import javax.swing.text.BadLocationException;
 import javax.swing.text.Document;
-import javax.swing.text.Position;
-import javax.swing.text.StyledDocument;
 
-import junit.textui.TestRunner;
 
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
-import org.openide.actions.*;
-import org.openide.cookies.CloseCookie;
 import org.openide.cookies.EditCookie;
 
-import org.openide.cookies.EditorCookie;
 import org.openide.cookies.OpenCookie;
-import org.openide.cookies.PrintCookie;
-import org.openide.cookies.SaveCookie;
 import org.openide.filesystems.FileLock;
 import org.openide.filesystems.FileObject;
-import org.openide.filesystems.FileStateInvalidException;
-import org.openide.filesystems.FileSystem;
 import org.openide.filesystems.FileUtil;
-import org.openide.filesystems.Repository;
 import org.openide.loaders.DataFolder;
-import org.openide.loaders.DataNode;
 import org.openide.loaders.DataObject;
 import org.openide.loaders.DataObjectExistsException;
-import org.openide.loaders.ExtensionList;
 import org.openide.loaders.MultiDataObject;
-import org.openide.loaders.MultiFileLoader;
-import org.openide.loaders.UniFileLoader;
-import org.openide.nodes.Children;
 import org.openide.nodes.CookieSet;
-import org.openide.nodes.Node;
-import org.openide.text.CloneableEditorSupport;
-import org.openide.util.HelpCtx;
-import org.openide.util.io.NbMarshalledObject;
 import org.openide.util.Lookup;
-import org.openide.util.LookupListener;
-import org.openide.util.NbBundle;
-import org.openide.util.actions.SystemAction;
-import org.openide.windows.CloneableOpenSupport;
-import org.openide.windows.WindowManager;
 
 
 /**
@@ -157,7 +124,13 @@ public class PeterZMoveTest extends NbTestCase {
     
     /** holds the instance of the object so insane is able to find the reference */
     private DataObject obj;
+    public void testWhenMovingAFileNoLockshallBetakenNoSave() throws Exception {
+        doWhenMovingAFileNoLockshallBetaken(false);
+    }
     public void testWhenMovingAFileNoLockshallBetaken () throws Exception {
+        doWhenMovingAFileNoLockshallBetaken(true);
+    }
+    private void doWhenMovingAFileNoLockshallBetaken (boolean save) throws Exception {
         DES sup = support ();
         assertFalse ("It is closed now", support ().isDocumentLoaded ());
         
@@ -172,7 +145,9 @@ public class PeterZMoveTest extends NbTestCase {
         
         assertTrue("Really modified", sup.isModified());
         
-        sup.saveDocument();
+        if (save) {
+            sup.saveDocument();
+        }
         
         FileObject fo = FileUtil.createFolder(obj.getFolder().getPrimaryFile(), "newfold");
         DataFolder nf = DataFolder.findFolder(fo);
@@ -200,7 +175,7 @@ public class PeterZMoveTest extends NbTestCase {
     private static final class MyEnv extends DataEditorSupport.Env {
         static final long serialVersionUID = 1L;
         
-        public MyEnv (DataObject obj) {
+        public MyEnv (MyDataObject obj) {
             super (obj);
         }
         
@@ -209,7 +184,8 @@ public class PeterZMoveTest extends NbTestCase {
         }
 
         protected FileLock takeLock () throws IOException {
-            return super.getDataObject ().getPrimaryFile ().lock ();
+            MyDataObject my = (MyDataObject) getDataObject();
+            return my.getPrimaryEntry().takeLock();
         }
         
     }
diff --git a/openide.loaders/test/unit/src/org/openide/text/RenameWithTimestampChangeTest.java b/openide.loaders/test/unit/src/org/openide/text/RenameWithTimestampChangeTest.java
new file mode 100644
index 0000000..9491fe8
--- /dev/null
+++ b/openide.loaders/test/unit/src/org/openide/text/RenameWithTimestampChangeTest.java
@@ -0,0 +1,253 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+package org.openide.text;
+import java.io.ByteArrayInputStream;
+import java.io.ByteArrayOutputStream;
+import java.io.FileNotFoundException;
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.OutputStream;
+import java.util.Date;
+import java.util.Enumeration;
+import java.util.List;
+import java.util.Stack;
+import java.util.logging.Level;
+import javax.swing.JEditorPane;
+import javax.swing.text.Document;
+import org.netbeans.junit.MockServices;
+import org.netbeans.junit.NbTestCase;
+
+import org.openide.cookies.EditorCookie;
+import org.openide.filesystems.AbstractFileSystem;
+import org.openide.filesystems.DefaultAttributes;
+import org.openide.filesystems.FileChangeListener;
+import org.openide.filesystems.FileLock;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+import org.openide.filesystems.FileStateInvalidException;
+import org.openide.filesystems.FileSystem;
+import org.openide.filesystems.LocalFileSystem;
+import org.openide.loaders.DataObject;
+import org.openide.util.Mutex;
+
+/** Subversion is said to change timestamp of files on rename. Let's test
+ * the editor behavior in such case.
+ *
+ * @author Jaroslav Tulach
+ */
+public class RenameWithTimestampChangeTest extends NbTestCase {
+    static {
+        System.setProperty("org.openide.windows.DummyWindowManager.VISIBLE", "false");
+    }
+    private DataObject obj;
+    private EditorCookie edit;
+    private long lastM;
+    
+    
+    public RenameWithTimestampChangeTest (java.lang.String testName) {
+        super(testName);
+    }
+    
+    @Override
+    protected Level logLevel() {
+        return Level.FINE;
+    }
+
+    @Override
+    protected int timeOut() {
+        return 0;//20000;
+    }
+
+    @Override
+    protected void setUp () throws Exception {
+        MockServices.setServices(DD.class);
+        
+        clearWorkDir();
+        MyFS fs = new MyFS();
+        
+        FileObject fo = fs.findResource("dir/x.txt");
+        lastM = fo.lastModified().getTime();
+        
+        obj = DataObject.find(fo);
+        edit = obj.getCookie(EditorCookie.class);
+        assertNotNull("we have editor", edit);
+
+        DD.type = -1;
+        DD.toReturn = new Stack<Object>();
+    }
+
+    public void testRenameTheDocumentWhilechangingTheTimestamp() throws Exception {
+        Document doc = edit.openDocument();
+        
+        assertFalse("Not Modified", edit.isModified());
+
+        doc.insertString(0, "Base change\n", null);
+        assertTrue("Is Modified", edit.isModified());
+        
+        edit.open();
+        waitEQ();
+
+        JEditorPane[] arr = getPanes();
+        assertNotNull("There is one opened pane", arr);
+        
+        obj.getFolder().rename("newName");
+
+        assertEquals("Last modified incremented by 10000", lastM + 10000, obj.getPrimaryFile().lastModified().getTime());
+        assertTrue("Name contains newName: " + obj.getPrimaryFile(), obj.getPrimaryFile().getPath().contains("newName/"));
+        
+        waitEQ();
+        edit.saveDocument();
+        
+        if (DD.error != null) {
+            fail("Error in dialog:\n" + DD.error);
+        }
+    }
+
+
+    private JEditorPane[] getPanes() {
+        return Mutex.EVENT.readAccess(new Mutex.Action<JEditorPane[]>() {
+            public JEditorPane[] run() {
+                return edit.getOpenedPanes();
+            }
+        });
+    }
+    
+    private void waitEQ() throws InterruptedException, java.lang.reflect.InvocationTargetException {
+        javax.swing.SwingUtilities.invokeAndWait(new Runnable() { 
+            public void run () { 
+            } 
+        });
+    }
+
+    //
+    // Our fake lookup
+    //
+    public static final class Lkp extends org.openide.util.lookup.AbstractLookup {
+        static final long serialVersionUID = 3L;
+
+        public Lkp () {
+            this (new org.openide.util.lookup.InstanceContent ());
+        }
+        
+        private Lkp (org.openide.util.lookup.InstanceContent ic) {
+            super (ic);
+            ic.add (new DD ());
+        }
+    }
+
+    /** Our own dialog displayer.
+     */
+    public static final class DD extends org.openide.DialogDisplayer {
+        public static Object[] options;
+        public static Stack<Object> toReturn;
+        public static Object message;
+        public static int type;
+        public static String error;
+        
+        public static void clear(Object t) {
+            type = -1;
+            message = null;
+            options = null;
+            toReturn.clear();
+            toReturn.push(t);
+        }
+        
+        @Override
+        public java.awt.Dialog createDialog(org.openide.DialogDescriptor descriptor) {
+            throw new IllegalStateException ("Not implemented");
+        }
+        
+        @Override
+        public Object notify(org.openide.NotifyDescriptor descriptor) {
+            assertNull (options);
+            if (type != -1) {
+                error = "Second question: " + type;
+                fail(error);
+            }
+            if (toReturn.isEmpty()) {
+                error = "Not specified what we shall return: " + toReturn;
+                fail(error);
+            }
+            Object r = toReturn.pop();
+            if (toReturn.isEmpty()) {
+                options = descriptor.getOptions();
+                message = descriptor.getMessage();
+                type = descriptor.getOptionType();
+            }
+            return r;
+        }
+        
+    } // end of DD
+
+    private static final class MyFS extends TestFileSystem {
+        long lastM = 10000;
+        
+        @SuppressWarnings("LeakingThisInConstructor")
+        public MyFS() {
+            this.info = this;
+            this.list = this;
+            this.change = this;
+            this.attr = new DefaultAttributes(info, change, list);
+        }
+
+
+        @Override
+        public Date lastModified(String name) {
+            return new Date(lastM);
+        }
+
+
+        @Override
+        public void rename(String oldName, String newName) throws IOException {
+            if (oldName.equals(dir)) {
+                dir = newName;
+                lastM += 10000;
+            } else {
+                throw new IOException();
+            }
+        }
+
+    }
+}
diff --git a/openide.loaders/test/unit/src/org/openide/text/TestFileSystem.java b/openide.loaders/test/unit/src/org/openide/text/TestFileSystem.java
new file mode 100644
index 0000000..25c1377
--- /dev/null
+++ b/openide.loaders/test/unit/src/org/openide/text/TestFileSystem.java
@@ -0,0 +1,156 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2011 Sun Microsystems, Inc.
+ */
+
+package org.openide.text;
+
+import java.io.ByteArrayInputStream;
+import java.io.ByteArrayOutputStream;
+import java.io.FileNotFoundException;
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.OutputStream;
+import java.util.Date;
+import org.openide.filesystems.AbstractFileSystem;
+import org.openide.filesystems.DefaultAttributes;
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+class TestFileSystem extends AbstractFileSystem 
+implements AbstractFileSystem.Info, AbstractFileSystem.List, AbstractFileSystem.Change {
+    String dir = "dir";
+
+    @SuppressWarnings(value = "LeakingThisInConstructor")
+    public TestFileSystem() {
+        this.info = this;
+        this.list = this;
+        this.change = this;
+        this.attr = new DefaultAttributes(info, change, list);
+    }
+
+    @Override
+    public String getDisplayName() {
+        return "Test FS";
+    }
+
+    @Override
+    public boolean isReadOnly() {
+        return false;
+    }
+
+    @Override
+    public Date lastModified(String name) {
+        return new Date(5000L);
+    }
+
+    @Override
+    public boolean folder(String name) {
+        return dir.equals(name);
+    }
+
+    @Override
+    public boolean readOnly(String name) {
+        return false;
+    }
+
+    @Override
+    public String mimeType(String name) {
+        return "text/plain";
+    }
+
+    @Override
+    public long size(String name) {
+        return 0;
+    }
+
+    @Override
+    public InputStream inputStream(String name) throws FileNotFoundException {
+        return new ByteArrayInputStream(new byte[0]);
+    }
+
+    @Override
+    public OutputStream outputStream(String name) throws IOException {
+        return new ByteArrayOutputStream();
+    }
+
+    @Override
+    public void lock(String name) throws IOException {
+    }
+
+    @Override
+    public void unlock(String name) {
+    }
+
+    @Override
+    public void markUnimportant(String name) {
+    }
+
+    @Override
+    public String[] children(String f) {
+        if ("".equals(f)) {
+            return new String[]{dir};
+        } else {
+            return new String[]{"x.txt"};
+        }
+    }
+
+    @Override
+    public void createFolder(String name) throws IOException {
+        throw new IOException();
+    }
+
+    @Override
+    public void createData(String name) throws IOException {
+        throw new IOException();
+    }
+
+    @Override
+    public void rename(String oldName, String newName) throws IOException {
+    }
+
+    @Override
+    public void delete(String name) throws IOException {
+        throw new IOException();
+    }
+
+}
diff --git a/openide.modules/apichanges.xml b/openide.modules/apichanges.xml
index 9d7d7c6..43ce9fd 100644
--- a/openide.modules/apichanges.xml
+++ b/openide.modules/apichanges.xml
@@ -50,21 +50,54 @@ made subject to such option by the copyright holder.
   	<apidef name="modules">Modules API</apidef>
   </apidefs>
 <changes>
+    <change id="Dependency.java.keywords">
+        <api name="modules"/>
+        <summary>Module names can contain Java keywords</summary>
+        <version major="7" minor="20"/>
+        <date day="22" month="7" year="2010"/>
+        <author login="jtulach"/>
+        <compatibility semantic="compatible" modification="yes"/>
+        <description>
+            <p>
+                Naming rules for module code name bases are now relaxed.
+                The name of a module can contain a Java keyword like 
+                <code>org.mysite.import.something</code>, etc.
+            </p>
+        </description>
+        <class package="org.openide.modules" name="Dependency"/>
+        <issue number="188686"/>
+    </change>
+    <change id="Modules">
+        <api name="modules"/>
+        <summary>Quicker way to find owner of a class</summary>
+        <version major="7" minor="19"/>
+        <date day="19" month="7" year="2010"/>
+        <author login="jglick"/>
+        <compatibility addition="yes"/>
+        <description>
+            <p>
+                Class <code>Modules</code> introduced, initially with the ability
+                to find the owner of a given class directly without iterating
+                through all known modules.
+            </p>
+        </description>
+        <class package="org.openide.modules" name="Modules"/>
+        <issue number="157828"/>
+    </change>
     <change id="ClassLoader.findLibrary">
         <api name="modules"/>
-        <summary>Documented the new native library lookup mechanism</summary>
+        <summary>New native library lookup mechanism</summary>
         <version major="7" minor="17"/>
-        <date day="14" month="5" year="2010"/>
+        <date day="17" month="5" year="2010"/>
         <author login="pnejedly"/>
         <compatibility addition="yes"/>
         <description>
             <p>
                 You can now distribute native libraries into architecture
-                and OS specific directories under <samp>modules/lib</samp>
-                as documented in the <a href="@TOP@/org/openide/modules/doc-files/api.html#jni">documentation</a>.
+                and OS specific directories under <samp>modules/lib</samp>;
+                see the <a href="@TOP@/org/openide/modules/doc-files/api.html#jni">documentation</a>.
                 The functionality is actually provided by the
-                org.netbeans.bootstrap module as of version 2.33, which will be
-                part of NetBeans 6.9 release.
+                <code>org.netbeans.bootstrap</code> module as of version 2.33.
             </p>
         </description>
         <issue number="186000"/>
diff --git a/openide.modules/manifest.mf b/openide.modules/manifest.mf
index 423dad1..388e7de 100644
--- a/openide.modules/manifest.mf
+++ b/openide.modules/manifest.mf
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.openide.modules
 OpenIDE-Module-Localizing-Bundle: org/openide/modules/Bundle.properties
-OpenIDE-Module-Specification-Version: 7.17.1
+OpenIDE-Module-Specification-Version: 7.22.1
 
diff --git a/openide.modules/nbproject/org-openide-modules.sig b/openide.modules/nbproject/org-openide-modules.sig
index ee8920c..f993c67 100644
--- a/openide.modules/nbproject/org-openide-modules.sig
+++ b/openide.modules/nbproject/org-openide-modules.sig
@@ -1,5 +1,5 @@
 #Signature file v4.1
-#Version 7.13
+#Version 7.17
 
 CLSS public abstract interface java.io.Externalizable
 intf java.io.Serializable
@@ -12,7 +12,7 @@ CLSS public abstract interface java.lang.Comparable<%0 extends java.lang.Object>
 meth public abstract int compareTo({java.lang.Comparable%0})
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -89,14 +89,15 @@ hfds comparison,name,serialVersionUID,type,version
 hcls DependencyKey
 
 CLSS public abstract org.openide.modules.InstalledFileLocator
-cons protected InstalledFileLocator()
+cons protected init()
 meth public abstract java.io.File locate(java.lang.String,java.lang.String,boolean)
+meth public java.util.Set<java.io.File> locateAll(java.lang.String,java.lang.String,boolean)
 meth public static org.openide.modules.InstalledFileLocator getDefault()
 supr java.lang.Object
 hfds DEFAULT,LOCK,instances,result
 
 CLSS public abstract org.openide.modules.ModuleInfo
-cons protected ModuleInfo()
+cons protected init()
 fld public final static java.lang.String PROP_ENABLED = "enabled"
 meth protected final void firePropertyChange(java.lang.String,java.lang.Object,java.lang.Object)
 meth public abstract boolean isEnabled()
@@ -119,7 +120,7 @@ supr java.lang.Object
 hfds changeSupport
 
 CLSS public org.openide.modules.ModuleInstall
-cons public ModuleInstall()
+cons public init()
 meth protected boolean clearSharedData()
 meth public boolean closing()
 meth public void close()
@@ -139,7 +140,7 @@ CLSS public abstract interface !annotation org.openide.modules.PatchedPublic
 intf java.lang.annotation.Annotation
 
 CLSS public final org.openide.modules.SpecificationVersion
-cons public SpecificationVersion(java.lang.String)
+cons public init(java.lang.String)
 intf java.lang.Comparable
 meth public boolean equals(java.lang.Object)
 meth public int compareTo(java.lang.Object)
@@ -149,7 +150,7 @@ supr java.lang.Object
 hfds digits,parseCache
 
 CLSS public abstract org.openide.util.SharedClassObject
-cons protected SharedClassObject()
+cons protected init()
 intf java.io.Externalizable
 meth protected boolean clearSharedData()
 meth protected final java.lang.Object getLock()
diff --git a/openide.modules/src/org/openide/modules/Dependency.java b/openide.modules/src/org/openide/modules/Dependency.java
index 4234a52..ce1a38e 100644
--- a/openide.modules/src/org/openide/modules/Dependency.java
+++ b/openide.modules/src/org/openide/modules/Dependency.java
@@ -51,6 +51,7 @@ import java.util.HashSet;
 import java.util.Map;
 import java.util.Set;
 import java.util.StringTokenizer;
+import java.util.regex.Pattern;
 import org.openide.util.Utilities;
 
 /** A dependency a module can have. Since version 7.10 this class is
@@ -196,32 +197,13 @@ public final class Dependency implements Serializable {
         }
 
         // Now check that the rest is a valid package.
-        StringTokenizer tok = new StringTokenizer(base, ".", true); // NOI18N
-
-        if ((tok.countTokens() % 2) == 0) {
-            throw new NumberFormatException("Even number of pieces: " + base); // NOI18N
-        }
-
-        boolean expectingPath = true;
-
-        while (tok.hasMoreTokens()) {
-            if (expectingPath) {
-                expectingPath = false;
-
-                String nt = tok.nextToken();
-                if (!Utilities.isJavaIdentifier(nt) &&  !"enum".equals (nt)) { // NOI18N
-                    throw new IllegalArgumentException("Bad package component in " + base); // NOI18N
-                }
-            } else {
-                if (!".".equals(tok.nextToken())) { // NOI18N
-                    throw new NumberFormatException("Expected dot in code name: " + base); // NOI18N
-                }
-
-                expectingPath = true;
-            }
+        if (!FQN.matcher(base).matches()) {
+            throw new IllegalArgumentException("Malformed dot-separated identifier: " + base);
         }
     }
-
+    private static final String IDENTIFIER = "(?:\\p{javaJavaIdentifierStart}\\p{javaJavaIdentifierPart}*)"; // NOI18N
+    private static final Pattern FQN = Pattern.compile(IDENTIFIER + "(?:[.]" + IDENTIFIER + ")*"); // NOI18N
+    
     /** Parse dependencies from tags.
     * @param type like Dependency.type
     * @param body actual text of tag body; if <code>null</code>, returns nothing
diff --git a/openide.modules/src/org/openide/modules/ModuleInfo.java b/openide.modules/src/org/openide/modules/ModuleInfo.java
index 2a6ab4d..0e22530 100644
--- a/openide.modules/src/org/openide/modules/ModuleInfo.java
+++ b/openide.modules/src/org/openide/modules/ModuleInfo.java
@@ -43,13 +43,9 @@
  */
 package org.openide.modules;
 
-import java.beans.*;
-
-// THIS CLASS OUGHT NOT USE NbBundle NOR org.openide CLASSES
-// OUTSIDE OF openide-util.jar! UI AND FILESYSTEM/DATASYSTEM
-// INTERACTIONS SHOULD GO ELSEWHERE.
-import java.util.*;
-
+import java.beans.PropertyChangeListener;
+import java.beans.PropertyChangeSupport;
+import java.util.Set;
 
 /** General information about a module.
  * Immutable from an API perspective, serves as
@@ -162,6 +158,7 @@ public abstract class ModuleInfo {
      * was loaded as a part of this module, and thus will only be
      * loadable later if this module is enabled.
      * If in doubt, return <code>false</code>.
+     * @see Modules#ownerOf
      * @since 1.28
      */
     public abstract boolean owns(Class<?> clazz);
diff --git a/openide.modules/src/org/openide/modules/Modules.java b/openide.modules/src/org/openide/modules/Modules.java
new file mode 100644
index 0000000..208c531
--- /dev/null
+++ b/openide.modules/src/org/openide/modules/Modules.java
@@ -0,0 +1,97 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.openide.modules;
+
+import org.openide.util.Lookup;
+
+/**
+ * Information about the set of available {@linkplain ModuleInfo modules}.
+ * @since org.openide.modules 7.19
+ */
+public abstract class Modules {
+    
+    /**
+     * Gets the singleton set of modules.
+     * An implementation of this service should be registered by the module system.
+     * The fallback implementation implements {@link #ownerOf} using a linear search.
+     * @return the default instance
+     */
+    public static Modules getDefault() {
+        Modules impl = Lookup.getDefault().lookup(Modules.class);
+        if (impl == null) {
+            impl = new Trivial();
+        }
+        return impl;
+    }
+
+    /**
+     * Restricted constructor for subclasses.
+     */
+    protected Modules() {
+        if (!(this instanceof Trivial) && !getClass().getName().equals("org.netbeans.ModuleManager")) {
+            throw new IllegalAccessError();
+        }
+    }
+    
+    /**
+     * Finds the module which loaded a class.
+     * @param clazz a class
+     * @return the owner of the class, or null if it is not owned by any module
+     * @see ModuleInfo#owns
+     */
+    public abstract ModuleInfo ownerOf(Class<?> clazz);
+    
+    private static class Trivial extends Modules {
+        
+        public @Override ModuleInfo ownerOf(Class<?> clazz) {
+            for (ModuleInfo module : Lookup.getDefault().lookupAll(ModuleInfo.class)) {
+                if (module.owns(clazz)) {
+                    return module;
+                }
+            }
+            return null;
+        }
+        
+    }
+    
+}
diff --git a/openide.modules/src/org/openide/modules/doc-files/api.html b/openide.modules/src/org/openide/modules/doc-files/api.html
index 3635572..3da642b 100644
--- a/openide.modules/src/org/openide/modules/doc-files/api.html
+++ b/openide.modules/src/org/openide/modules/doc-files/api.html
@@ -86,13 +86,10 @@ authors.
 </ul>
 
 <li> <a href="#std-sec">Standard Module Sections</a>
-<ul>
-<li> <a href="#sec-action">Action</a>
-<li> <a href="#sec-loader">Data loader</a>
-</ul>
 
 <li> <a href="#deploy">Deployment of Modules</a>
 <ul>
+<li> <a href="#enablement">Enablement</a>
 <li> <a href="#related-files">Related Files</a>
 <li> <a href="#deprecation">Deprecation</a>
 <li> <a href="#refactoring">Refactoring</a>
@@ -113,7 +110,7 @@ authors.
 <h2><a name="what-are">What are Modules?</a></h2>
 
 <em>Modules</em> permit NetBeans to be extended
-dynamically. All of the Open APIs are designed to be used for purposes
+dynamically. All of the NetBeans APIs are designed to be used for purposes
 of implementing modules. Modules may range in complexity from a single
 Java class, properly packaged, to do something elementary such as add
 a menu item to the Edit menu to display the contents of the clipboard;
@@ -546,30 +543,30 @@ question and/or the attribute name, if you wish).</p>
 <p>So as an example to install a template:
 
 <pre>
-<?<font class="keyword">xml</font> <font class="variable-name">version</font>=<font class="constant">"1.0"</font>?>
-<!<font class="keyword">DOCTYPE</font> <font class="type">filesystem</font> <font class="keyword">PUBLIC</font>
-    <font class="constant">"-//NetBeans//DTD Filesystem 1.0//EN"</font>
-    <font class="constant">"http://www.netbeans.org/dtds/filesystem-1_0.dtd"</font>>
-<<font class="type">filesystem</font>>
-    <<font class="type">folder</font> <font class="variable-name">name</font>=<font class="constant">"Templates"</font>>
-        <<font class="type">folder</font> <font class="variable-name">name</font>=<font class="constant">"Other"</font>>
-            <<font class="type">file</font> <font class="variable-name">name</font>=<font class="constant">"foo.txt"</font> <font class="variable-name">url</font>=<font class="constant">"actual-contents.txt"</font>>
-                <font class="comment"><!-- Make it a template: --></font>
-                <<font class="type">attr</font> <font class="variable-name">name</font>=<font class="constant">"template"</font> <font class="variable-name">boolvalue</font>=<font class="constant">"true"</font>/>
-                <font class="comment"><!-- Localized display name of data node: --></font>
-                <<font class="type">attr</font> <font class="variable-name">name</font>=<font class="constant">"SystemFileSystem.localizingBundle"</font>
-                      <font class="variable-name">stringvalue</font>=<font class="constant">"com.foo.module.Bundle"</font>/>
-                <font class="comment"><!-- HTML description of template for wizard to display: --></font>
-                <<font class="type">attr</font> <font class="variable-name">name</font>=<font class="constant">"templateWizardURL"</font>
-                      <font class="variable-name">urlvalue</font>=<font class="constant">"nbresloc:/com/foo/module/foo-template-help.html"</font>/>
-                <font class="comment"><!-- Set an iterator; complex object, so --></font>
-                <font class="comment"><!-- easiest to create thus: --></font>
-                <<font class="type">attr</font> <font class="variable-name">name</font>=<font class="constant">"templateWizardIterator"</font>
-                      <font class="variable-name">newvalue</font>=<font class="constant">"com.foo.module.FooTemplateIterator"</font>/>
-            </<font class="type">file</font>>
-        </<font class="type">folder</font>>
-    </<font class="type">folder</font>>
-</<font class="type">filesystem</font>>
+<?<span class="keyword">xml</span> <span class="variable-name">version</span>=<span class="constant">"1.0"</span>?>
+<!<span class="keyword">DOCTYPE</span> <span class="type">filesystem</span> <span class="keyword">PUBLIC</span>
+    <span class="constant">"-//NetBeans//DTD Filesystem 1.0//EN"</span>
+    <span class="constant">"http://www.netbeans.org/dtds/filesystem-1_0.dtd"</span>>
+<<span class="type">filesystem</span>>
+    <<span class="type">folder</span> <span class="variable-name">name</span>=<span class="constant">"Templates"</span>>
+        <<span class="type">folder</span> <span class="variable-name">name</span>=<span class="constant">"Other"</span>>
+            <<span class="type">file</span> <span class="variable-name">name</span>=<span class="constant">"foo.txt"</span> <span class="variable-name">url</span>=<span class="constant">"actual-contents.txt"</span>>
+                <span class="comment"><!-- Make it a template: --></span>
+                <<span class="type">attr</span> <span class="variable-name">name</span>=<span class="constant">"template"</span> <span class="variable-name">boolvalue</span>=<span class="constant">"true"</span>/>
+                <span class="comment"><!-- Localized display name of data node: --></span>
+                <<span class="type">attr</span> <span class="variable-name">name</span>=<span class="constant">"SystemFileSystem.localizingBundle"</span>
+                      <span class="variable-name">stringvalue</span>=<span class="constant">"com.foo.module.Bundle"</span>/>
+                <span class="comment"><!-- HTML description of template for wizard to display: --></span>
+                <<span class="type">attr</span> <span class="variable-name">name</span>=<span class="constant">"templateWizardURL"</span>
+                      <span class="variable-name">urlvalue</span>=<span class="constant">"nbresloc:/com/foo/module/foo-template-help.html"</span>/>
+                <span class="comment"><!-- Set an iterator; complex object, so --></span>
+                <span class="comment"><!-- easiest to create thus: --></span>
+                <<span class="type">attr</span> <span class="variable-name">name</span>=<span class="constant">"templateWizardIterator"</span>
+                      <span class="variable-name">newvalue</span>=<span class="constant">"com.foo.module.FooTemplateIterator"</span>/>
+            </<span class="type">file</span>>
+        </<span class="type">folder</span>>
+    </<span class="type">folder</span>>
+</<span class="type">filesystem</span>>
 </pre>
 
 <p>where <code>FooTemplateIterator</code> contains a public constructor
@@ -644,14 +641,14 @@ than the corresponding attribute on <samp>bfile</samp>, then the folder will att
 place A before B in its ordering. For example, the XML:
 
 <pre>
-<<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"SomeFolder"</font>>
-    <<font class="function-name">file</font> <font class="variable-name">name</font>=<font class="string">"first.txt"</font> <font class="variable-name">url</font>=<font class="string">"first.txt"</font>>
-        <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="string">"position"</font> <font class="variable-name">intvalue</font>=<font class="string">"100"</font>/>
-    </<font class="function-name">file</font>>
-    <<font class="function-name">file</font> <font class="variable-name">name</font>=<font class="string">"second.txt"</font> <font class="variable-name">url</font>=<font class="string">"second.txt"</font>>
-        <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="string">"position"</font> <font class="variable-name">intvalue</font>=<font class="string">"200"</font>/>
-    </<font class="function-name">file</font>>
-</<font class="function-name">folder</font>>
+<<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"SomeFolder"</span>>
+    <<span class="function-name">file</span> <span class="variable-name">name</span>=<span class="string">"first.txt"</span> <span class="variable-name">url</span>=<span class="string">"first.txt"</span>>
+        <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="string">"position"</span> <span class="variable-name">intvalue</span>=<span class="string">"100"</span>/>
+    </<span class="function-name">file</span>>
+    <<span class="function-name">file</span> <span class="variable-name">name</span>=<span class="string">"second.txt"</span> <span class="variable-name">url</span>=<span class="string">"second.txt"</span>>
+        <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="string">"position"</span> <span class="variable-name">intvalue</span>=<span class="string">"200"</span>/>
+    </<span class="function-name">file</span>>
+</<span class="function-name">folder</span>>
 </pre>
 
 will cause NetBeans to try to keep <samp>first.txt</samp> before
@@ -815,9 +812,9 @@ is broken.
 
 At the heart of all these tags are the conventions used in the 
 
-<a href="http://java.sun.com/products/j2se/1.5.0/docs/guide/versioning/index.html">Package Versioning Specification</a>
+<a href="http://java.sun.com/javase/6/docs/technotes/guides/versioning/">Package Versioning Specification</a>.
 
-created by JavaSoft. While their documentation should be referred
+While this documentation should be referred
 to for the full details and justification of this system, the basic
 idea is that features (modules) have two significant version identifiers: a
 <em>specification</em> version, in Dewey-decimal format
@@ -1053,11 +1050,11 @@ just not from a module classloader.</p>
 <p>Additionally, sometimes a module with an API in public packages wishes to
 provide access only to certain "friend" modules. This is
 possible if the module declares public packages together with a list
-of code base names of "friend" modules that can access them:
+of code base names of "friend" modules that can access them:</p>
 <pre>
 OpenIDE-Module-Friends: org.foo, org.boo
 </pre>
-Only enumerated modules can access the public packages;
+<p>Only enumerated modules can access the public packages;
 access from others is forbidden.</p>
 
 <p>Additionally, sometimes a module wishes to get unrestricted access
@@ -1109,9 +1106,8 @@ you want to request PlainUnix token.
 So if one wants a module to be automatically enabled on Mac OS X and silently 
 disabled on other platforms the best way is to create an eager module which 
 requests the <code>MacOSX</code> token and the module system takes care of 
-enabling it only on Mac OS X (as is the case of NetBeans 
-<a href="http://www.netbeans.org/source/browse/ide/applemenu/manifest.mf?rev=1.2&content-type=text/x-cvsweb-markup">
-applemenu module</a>).
+enabling it only on Mac OS X (as is the case of the NetBeans
+applemenu module).
 </p>
 
 <h3><a name="how-i18n-branding">Localization and branding support</a></h3>
@@ -1125,130 +1121,62 @@ applemenu module</a>).
 
 <h2><a name="std-sec">Standard Module Sections</a></h2>
 
-Standard module sections permit the use of common extensions to be
-simplified, as the use of an explicit module main class is not
-required for these. In each case, the class file implementing the
-extension must have a manifest entry containing the
-<code>OpenIDE-Module-Class</code> attribute, giving a code for the
-extension type (see below); and may also have additional entries for
-further customization.
-
-<h3><a name="sec-action">Action</a></h3>
-
-Old and deprecated class <code>Action</code>
-installs a system action into NetBeans. Since NetBeans 6.9 prefer
-registration via layers (folder <code>UI/ToolActions</code>) to make
-your action available as
-a "tool", i.e. it will appear (when enabled) in a list of all
-extension tools in any popup menu (etc.) using
-
-<a href="@org-openide-actions@/org/openide/actions/ToolsAction.html"><code>ToolsAction</code></a>.
-
-Note that you <em>do not</em> need to use <code>ToolsAction</code>
-directly for this purpose: it should already be attached as a popup
-to all interesting nodes, as a menu item in the Tools menu,
-etc. Just using the manifest tag ensures that your action will be
-shown under such submenus.</p>
+<p>Formerly some items in NetBeans were installed via JAR manifest sections using
+the <code>OpenIDE-Module-Class</code> attribute. All such registrations are now
+deprecated, generally replaced with layer-based registrations.</p>
 
-<div class="nonnormative">
-
-<p><em>Note:</em> Actions may also be installed into fixed places
-in the Main Window's menus and toolbars (this can also include
-special components like palettes and so on), to keyboard shortcuts,
-or to the default popup menu of a data loader you did not
-write. The
-
-<a href="@org-openide-actions@/org/openide/actions/doc-files/api.html#adv-install">Actions API</a>
-
-describes how to do all of these things - they do not require
-anything special in the manifest (besides use of a module install
-class).
+<h2><a name="deploy">Deployment of Modules</a></h2>
 
-<p>Some types of actions make sense only for an object under your
-direct control. For example, if you are writing a data loader, you
-should specify which actions will be provided by default in its
-data objects' popups. This type of use <em>does not</em> require
-global installation; it can include standard NetBeans actions, as well
-as your own. Please see the
+<p>This section describes how a module may be deployed to a user's NetBeans instance.</p>
 
-<a href="@org-openide-actions@/org/openide/actions/doc-files/api.html#attach">Actions API</a>
+<h3><a name="enablement">Enablement</a></h3>
 
-for details on attaching an action to your own object.
+<p>
+    The standard module system permits modules to be in several states, controlled
+    by <a href="#listing">external configuration</a>:
+</p>
 
-<p>Also, as mentioned in the Actions API, it is good practice for
-<em>all</em> actions implemented by modules to be copied into logical
-subfolders of <samp>Actions/</samp> on the system filesystem (for
-example using a module layer), since this folder is presented to the
-user as a read-only "actions pool" they can use as a source of all
-actions to customize their menus, toolbars, data object popup menus,
-keyboard shortcuts, and so on.
+<ul>
+    <li>Unknown. Either the module is not present at all, or the JAR is present
+        but its config file is missing or masked.
+    <li>Disabled (regular). The module is present and known but not loaded.
+    <li>Enabled (regular). The module is present and loaded.
+    <li>Autoload. The module will be enabled if and only if some regular enabled
+        module requires it as a dependency (perhaps indirectly).
+    <li>Eager. The module will be enabled if and only if all of its dependencies
+        can be satisfied without enabling any additional regular modules.
+</ul>
 
+<div class="nonnormative">
+    <p>
+        Regular modules are used when their functionality is somehow visible just by
+        virtue of being enabled - typically because they make layer registrations.
+        Since this functionality might or might not be wanted it is important for the
+        user or deployer to retain control over the enablement status.
+    </p>
+    <p>
+        Autoload modules are used for libraries. If there is no "client" of the
+        library, there is no purpose in loading its JAR at all. Only when some
+        regular module requires it (directly, via tokens, etc.) will it be loaded.
+    </p>
+    <p>
+        Eager modules are often used for "bridges" between otherwise independent
+        pieces of functionality, represented as regular modules. If both of those
+        modules are enabled, the eager bridge will be as well, integrating them
+        using some optional service. They may also be used as add-ons to regular
+        modules distributed via other channels; or as platform-specific modules
+        that will be enabled only according to <a href="#how-os-specific">operating
+        system tokens</a>.
+    </p>
+    <p>
+        Note that these enablement states are not intrinsic to the module, which
+        is why they are not specified in the JAR; they are part of its deployment.
+        Another module system might not make any use of such distinctions. In
+        particular, modules deployed via JNLP or OSGi are simply enabled by virtue
+        of being included in the deployment set, or at the mercy of the container.
+    </p>
 </div>
 
-<h3><a name="sec-loader">Loader</a></h3>
-
-The class <code>Loader</code> is an old way of installing a
-
-<a href="@org-openide-loaders@/org/openide/loaders/DataLoader.html">data loader</a>
-
-into the system
-
-<a href="@org-openide-loaders@/org/openide/loaders/DataLoaderPool.html">loader pool</a>.
-
-Since middle of year 2008, the 
-<a href="@org-openide-loaders@/org/openide/loaders/doc-files/api.html">Datasystems API</a>
-offers new, more effective and preferred way of installing a loader into the 
-system. The following is therefore deprecated, yet it still works:
-
-<p><em>There are a couple of options which may be used to specify the
-relative precedence of data loaders, so that a more specific loader
-may take precedence over a more general one:</em>
-
-<dl>
-
-<dt><code>Install-Before: <i>classname</i></code>
-
-<dd><em>Instructs NetBeans to try to install this data loader before
-another, so as to give it higher precedence: it will be given the
-opportunity to scan over potential data objects first. The
-<i>classname</i> should specify the <strong>representation class</strong> of the other
-loader's
-
-<a href="@org-openide-loaders@/org/openide/loaders/DataObject.html">data object</a>
-
-type; see the
-
-<a href="@org-openide-loaders@/org/openide/loaders/DataLoader.html#DataLoader(java.lang.Class)"><code>DataLoader</code> constructor</a>
-
-for an explanation of how to use representation classes.
-You may supply multiple class names separated by commas.</em>
-
-<dt><code>Install-After: <i>classname</i></code>
-
-<dd><em>Exactly like <code>Install-Before</code>, except that NetBeans will
-attempt to install this loader <em>after</em> another, so as to give
-it lower precedence.</em>
-
-</dl>
-
-<em>Either of <code>Install-Before</code> and
-<code>Install-After</code> tags (if present) may fail to be honored
-if there is no such registered data loader to compare to, or if the
-tags are contradictory (imply a cyclic dependency); if so, the loader will still be installed.
-By default a loader is placed at the end of the pool (i.e. lowest priority).
-Note that these tags have <em>no
-effect</em> on module install order or dependencies - for one thing,
-loaders will be installed in the correct order regardless of which
-order their providing modules are installed in.</em>
-
-<p>You are strongly adviced to use the 
-<a href="@org-openide-loaders@/org/openide/loaders/doc-files/api.html#register">new registrations scheme</a> for 
-placing loaders into the system, instead of this old one.
-
-<h2><a name="deploy">Deployment of Modules</a></h2>
-
-<p>This section describes how a module may be deployed to a user's NetBeans instance.</p>
-
 <h3><a name="related-files">Related Files</a></h3>
 
 <p>Sometimes a module may need to bundle other files besides the
@@ -1429,6 +1357,14 @@ elements, each with a name and some textual contents. The APIs define
 only one parameter, <code>enabled</code>, which if present must be
 either <code>true</code> or <code>false</code>.
 
+<p class="nonnormative">
+    <a href="#enablement">Autoload</a> (and eager) modules do not use the
+    <code>enabled</code> parameter, since their enablement status can never be
+    specified directly. Rather, they are marked with a parameter named
+    <code>autoload</code> (resp. <code>eager</code>) with the value
+    <code>true</code>.
+</p>
+
 <p>The APIs do not currently permit arbitrary changes to these files.
 Specifically, addition or deletion of these files, or modification of
 other files that may be in the same folder, is not permitted.
@@ -1453,6 +1389,18 @@ missing a valid license key), simply use
 to wrap the reading of the old XML and the writing of the new, to
 prevent file changes from being fired halfway through.</p>
 
+<p class="nonnormative">
+    Like any file in the system filesystem, these configuration files are loaded
+    from the <code>config/</code> subdirectory of all registered clusters including
+    the user directory plus XML layers. Normally a module's config file is simply
+    <a href="#related-files">bundled</a> with its installation and that is what
+    is used; user-initiated changes are stored in the user directory. But clusters
+    can also override configuration from other clusters, for example. And the
+    presence of a <code>Modules/*.xml_hidden</code> mask file will suppress
+    knowledge of the <em>existence</em> of a module from the system (not just
+    disable it).
+</p>
+
 <div class="nonnormative">
 
 <h3><a name="security">Security</a></h3>
@@ -1495,12 +1443,12 @@ nested subdirectories for each supported operating system. The directory names
 must match <code>System.getProperty ("os.arch")</code> and
 <code>System.getProperty ("os.name").toLowerCase ()</code> respectively.
 The <code>System.loadLibrary</code> call originating from the module code
-will try to locate the library file in the following order of directories:<ul>
+will try to locate the library file in the following order of directories:</p><ul>
     <li><samp>modules/lib/</samp></li>
     <li><samp>modules/lib/<arch>/</samp></li>
     <li><samp>modules/lib/<arch>/<os>/</samp></li>
 </ul>
-so you may place e.g. 64bit linux version of a <samp>foo</samp> library in a file
+<p>so you may place e.g. 64bit linux version of a <samp>foo</samp> library in a file
 <samp>modules/lib/amd64/linux/libfoo.so</samp>.
 The module may distinguish additional library variants itself or even override
 the platform selection logic by naming the library <em>file</em> appropriately
@@ -1527,7 +1475,7 @@ JARs loaded from the classpath (application classloader) are never
 reloaded, so it may be possible to include the native-dependent
 classes in such a JAR and make use of it from a module JAR.</p>
 
-<p class="nonnormative">NetBeans 6.1 includes a <a
+<p class="nonnormative">NetBeans currently includes a <a
 href="https://jna.dev.java.net/">JNA</a> wrapper module which can also be used
 for native access. As of this writing, however, this module exports only a
 friend API, so it is not available for use from arbitrary modules.<p>
diff --git a/openide.modules/test/unit/src/org/openide/modules/DependencyTest.java b/openide.modules/test/unit/src/org/openide/modules/DependencyTest.java
index 15ca873..ae9314d 100644
--- a/openide.modules/test/unit/src/org/openide/modules/DependencyTest.java
+++ b/openide.modules/test/unit/src/org/openide/modules/DependencyTest.java
@@ -137,6 +137,11 @@ public class DependencyTest extends NbTestCase {
         assertEquals(Dependency.COMPARE_ANY, d2.getComparison());
     }
     
+    public void testAllowJavaIdentifiers() throws Exception {
+        Set<Dependency> single = Dependency.create(Dependency.TYPE_MODULE, "acme.j2ee.webapp.import");
+        assertEquals("One item created: " + single, 1, single.size());
+    }
+
     private void misparse(int type, String s) {
         try {
             Dependency.create(type, s);
@@ -222,6 +227,11 @@ public class DependencyTest extends NbTestCase {
         misparse(Dependency.TYPE_JAVA, "Java > 1.4.0, Java = 1.4.0_01");
     }
     
+    public void testMisparseNumbers() throws Exception {
+        misparse(Dependency.TYPE_MODULE, "acme.2.webapp.importing");
+        misparse(Dependency.TYPE_MODULE, "acme.2xyz.webapp.importing");
+    }
+    
     public void testConstants() throws Exception {
         assertEquals("Java", Dependency.JAVA_NAME);
         assertNotNull(Dependency.JAVA_SPEC);
diff --git a/openide.nodes/apichanges.xml b/openide.nodes/apichanges.xml
index 069b6b2..6cd3f4a 100644
--- a/openide.nodes/apichanges.xml
+++ b/openide.nodes/apichanges.xml
@@ -49,6 +49,24 @@ made subject to such option by the copyright holder.
 <apidef name="nodes">Nodes API</apidef>
 </apidefs>
 <changes>
+    <change id="Children.createLazy">
+        <api name="nodes"/>
+        <summary>A mechanism to provide node's children lazily.</summary>
+        <version major="7" minor="18"/>
+        <date day="9" month="9" year="2010"/>
+        <author login="mentlicher"/>
+        <compatibility addition="yes" binary="compatible" source="compatible" semantic="compatible"/>
+        <description>
+            <p>
+            <a href="@TOP@/org/openide/nodes/Children.html">Children</a> have
+            a new createLazy(Callable<Children> factory) method, that can be used
+            to provide a lazy children implementation. Callable.call() is called
+            just when node's children are really needed.
+            </p>
+        </description>
+        <class package="org.openide.nodes" name="Node"/>
+        <issue number="190115"/>
+    </change>
     <change id="IndexedNode.LookupConstr">
         <api name="nodes"/>
         <summary>New constructor of IndexedNode</summary>
diff --git a/openide.nodes/manifest.mf b/openide.nodes/manifest.mf
index 10b0cac..028f0d4 100644
--- a/openide.nodes/manifest.mf
+++ b/openide.nodes/manifest.mf
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
 OpenIDE-Module: org.openide.nodes
 OpenIDE-Module-Localizing-Bundle: org/openide/nodes/Bundle.properties
 AutoUpdate-Essential-Module: true
-OpenIDE-Module-Specification-Version: 7.16.1
+OpenIDE-Module-Specification-Version: 7.20.1
 
diff --git a/openide.nodes/nbproject/org-openide-nodes.sig b/openide.nodes/nbproject/org-openide-nodes.sig
index a7ba8e9..abfd777 100644
--- a/openide.nodes/nbproject/org-openide-nodes.sig
+++ b/openide.nodes/nbproject/org-openide-nodes.sig
@@ -1,8 +1,8 @@
 #Signature file v4.1
-#Version 7.12.0
+#Version 7.16
 
 CLSS public abstract java.awt.Component
-cons protected Component()
+cons protected init()
 fld public final static float BOTTOM_ALIGNMENT = 1.0
 fld public final static float CENTER_ALIGNMENT = 0.5
 fld public final static float LEFT_ALIGNMENT = 0.0
@@ -272,11 +272,11 @@ meth public void transferFocusUpCycle()
 meth public void update(java.awt.Graphics)
 meth public void validate()
 supr java.lang.Object
-hfds FOCUS_TRAVERSABLE_DEFAULT,FOCUS_TRAVERSABLE_SET,FOCUS_TRAVERSABLE_UNKNOWN,LOCK,accessibleContext,actionListenerK,adjustmentListenerK,appContext,background,backgroundEraseDisabled,boundsOp,bufferStrategy,changeSupport,coalesceEventsParams,coalesceMap,coalescingEnabled,componentListener,componentListenerK,componentOrientation,componentSerializedDataVersion,compoundShape,containerListenerK,cursor,dbg,dropTarget,enabled,eventCache,eventMask,focusListener,focusListenerK,focusLog,focusTraversalKeyPropertyNames,focusTraversalKeys,focusTraversalKeysEnabled,focusable,font,foreground,graphicsConfig,height,hierarchyBoundsListener,hierarchyBoundsListenerK,hierarchyListener,hierarchyListenerK,ignoreRepaint,incRate,inputMethodListener,inputMethodListenerK,isAddNotifyComplete,isFocusTraversableOverridden,isInc,isPacked,itemListenerK,keyListener,keyListenerK,locale,log,maxSize,maxSizeSet,minSize,minSizeSet,mixingCutoutRegion,mixingLog,mouseListener,mouseListenerK,mouseMotionListener,mouseMotionListenerK,mouseWheelListener,mouseWheelListenerK,name,nameExplicitlySet,nativeInLightFixer,newEventsOnly,objectLock,ownedWindowK,parent,peer,peerFont,popups,prefSize,prefSizeSet,privateKey,requestFocusController,serialVersionUID,textListenerK,valid,visible,width,windowClosingException,windowFocusListenerK,windowListenerK,windowStateListenerK,x,y
-hcls AWTTreeLock,BltSubRegionBufferStrategy,DummyRequestFocusController,FlipSubRegionBufferStrategy,NativeInLightFixer,ProxyCapabilities,SingleBufferStrategy
+hfds FOCUS_TRAVERSABLE_DEFAULT,FOCUS_TRAVERSABLE_SET,FOCUS_TRAVERSABLE_UNKNOWN,LOCK,accessibleContext,actionListenerK,adjustmentListenerK,appContext,background,boundsOp,bufferStrategy,changeSupport,changeSupportLock,coalesceEventsParams,coalesceMap,coalescingEnabled,componentListener,componentListenerK,componentOrientation,componentSerializedDataVersion,compoundShape,containerListenerK,cursor,dropTarget,enabled,eventCache,eventLog,eventMask,focusListener,focusListenerK,focusLog,focusTraversalKeyPropertyNames,focusTraversalKeys,focusTraversalKeysEnabled,focusable,font,foreground,graphicsConfig,height,hierarchyBoundsListener,hierarchyBoundsListenerK,hierarchyListener,hierarchyListenerK,ignoreRepaint,incRate,inputMethodListener,inputMethodListenerK,isAddNotifyComplete,isFocusTraversableOverridden,isInc,isPacked,itemListenerK,keyListener,keyListenerK,locale,log,maxSize,maxSizeSet,minSize,minSizeSet,mixingLog,mouseListener,mouseListenerK,mouseMotionListener,mouseMotionListenerK,mouseWheelListener,mouseWheelListenerK,name,nameExplicitlySet,nativeInLightFixer,newEventsOnly,opaquePropertyChangeListener,ownedWindowK,parent,peer,peerFont,popups,prefSize,prefSizeSet,requestFocusController,serialVersionUID,textListenerK,valid,visible,width,windowClosingException,windowFocusListenerK,windowListenerK,windowStateListenerK,x,y
+hcls AWTTreeLock,BltSubRegionBufferStrategy,DummyRequestFocusController,FlipSubRegionBufferStrategy,NativeInLightFixer,SingleBufferStrategy
 
 CLSS public java.awt.Container
-cons public Container()
+cons public init()
 innr protected AccessibleAWTContainer
 meth protected java.lang.String paramString()
 meth protected void addImpl(java.awt.Component,java.lang.Object,int)
@@ -353,29 +353,28 @@ meth public void setFocusTraversalKeys(int,java.util.Set<? extends java.awt.AWTK
 meth public void setFocusTraversalPolicy(java.awt.FocusTraversalPolicy)
 meth public void setFont(java.awt.Font)
 meth public void setLayout(java.awt.LayoutManager)
-meth public void transferFocusBackward()
 meth public void transferFocusDownCycle()
 meth public void update(java.awt.Graphics)
 meth public void validate()
 supr java.awt.Component
-hfds EMPTY_ARRAY,INCLUDE_SELF,SEARCH_HEAVYWEIGHTS,component,containerListener,containerSerializedDataVersion,dbg,descendantsCount,dispatcher,focusCycleRoot,focusTraversalPolicy,focusTraversalPolicyProvider,layoutMgr,listeningBoundsChildren,listeningChildren,mixingLog,modalAppContext,modalComp,numOfHWComponents,numOfLWComponents,preserveBackgroundColor,printing,printingThreads,serialPersistentFields,serialVersionUID
+hfds INCLUDE_SELF,SEARCH_HEAVYWEIGHTS,component,containerListener,containerSerializedDataVersion,descendantsCount,dispatcher,eventLog,focusCycleRoot,focusTraversalPolicy,focusTraversalPolicyProvider,layoutMgr,listeningBoundsChildren,listeningChildren,log,mixingLog,modalAppContext,modalComp,ncomponents,numOfHWComponents,numOfLWComponents,printing,printingThreads,serialPersistentFields,serialVersionUID
 hcls DropTargetEventTargetFilter,EventTargetFilter,MouseEventTargetFilter,WakingRunnable
 
 CLSS public java.awt.Dialog
-cons public Dialog(java.awt.Dialog)
-cons public Dialog(java.awt.Dialog,java.lang.String)
-cons public Dialog(java.awt.Dialog,java.lang.String,boolean)
-cons public Dialog(java.awt.Dialog,java.lang.String,boolean,java.awt.GraphicsConfiguration)
-cons public Dialog(java.awt.Frame)
-cons public Dialog(java.awt.Frame,boolean)
-cons public Dialog(java.awt.Frame,java.lang.String)
-cons public Dialog(java.awt.Frame,java.lang.String,boolean)
-cons public Dialog(java.awt.Frame,java.lang.String,boolean,java.awt.GraphicsConfiguration)
-cons public Dialog(java.awt.Window)
-cons public Dialog(java.awt.Window,java.awt.Dialog$ModalityType)
-cons public Dialog(java.awt.Window,java.lang.String)
-cons public Dialog(java.awt.Window,java.lang.String,java.awt.Dialog$ModalityType)
-cons public Dialog(java.awt.Window,java.lang.String,java.awt.Dialog$ModalityType,java.awt.GraphicsConfiguration)
+cons public init(java.awt.Dialog)
+cons public init(java.awt.Dialog,java.lang.String)
+cons public init(java.awt.Dialog,java.lang.String,boolean)
+cons public init(java.awt.Dialog,java.lang.String,boolean,java.awt.GraphicsConfiguration)
+cons public init(java.awt.Frame)
+cons public init(java.awt.Frame,boolean)
+cons public init(java.awt.Frame,java.lang.String)
+cons public init(java.awt.Frame,java.lang.String,boolean)
+cons public init(java.awt.Frame,java.lang.String,boolean,java.awt.GraphicsConfiguration)
+cons public init(java.awt.Window)
+cons public init(java.awt.Window,java.awt.Dialog$ModalityType)
+cons public init(java.awt.Window,java.lang.String)
+cons public init(java.awt.Window,java.lang.String,java.awt.Dialog$ModalityType)
+cons public init(java.awt.Window,java.lang.String,java.awt.Dialog$ModalityType,java.awt.GraphicsConfiguration)
 fld public final static java.awt.Dialog$ModalityType DEFAULT_MODALITY_TYPE
 innr protected AccessibleAWTDialog
 innr public final static !enum ModalExclusionType
@@ -400,7 +399,7 @@ meth public void show()
  anno 0 java.lang.Deprecated()
 meth public void toBack()
 supr java.awt.Window
-hfds base,blockedWindows,isInDispose,isInHide,keepBlocking,modal,modalDialogs,modalFilter,modalityType,nameCounter,resizable,serialVersionUID,showAppContext,title,undecorated
+hfds DEFAULT_MODAL_EXCLUSION_TYPE,base,blockedWindows,isInDispose,isInHide,keepBlockingCT,keepBlockingEDT,modal,modalDialogs,modalFilter,modalityType,nameCounter,resizable,serialVersionUID,showAppContext,title,undecorated
 hcls WakingRunnable
 
 CLSS public abstract interface java.awt.MenuContainer
@@ -410,9 +409,9 @@ meth public abstract java.awt.Font getFont()
 meth public abstract void remove(java.awt.MenuComponent)
 
 CLSS public java.awt.Window
-cons public Window(java.awt.Frame)
-cons public Window(java.awt.Window)
-cons public Window(java.awt.Window,java.awt.GraphicsConfiguration)
+cons public init(java.awt.Frame)
+cons public init(java.awt.Window)
+cons public init(java.awt.Window,java.awt.GraphicsConfiguration)
 innr protected AccessibleAWTWindow
 intf javax.accessibility.Accessible
 meth protected void processEvent(java.awt.AWTEvent)
@@ -493,7 +492,7 @@ meth public void show()
 meth public void toBack()
 meth public void toFront()
 supr java.awt.Container
-hfds OPENED,TRANSPARENT_BACKGROUND_COLOR,allWindows,alwaysOnTop,anchor,base,beforeFirstShow,beforeFirstWindowShown,focusMgr,focusableWindowState,icons,inputContext,inputContextLock,isInShow,isTrayIconWindow,locationByPlatform,locationByPlatformProp,log,modalBlocker,modalExclusionType,nameCounter,opacity,opaque,ownedWindowList,securityWarningAlignmentX,securityWarningAlignmentY,securityWarningHeight,securityWarningPointX,securityWarningPointY,securityWarningWidth,serialVersionUID,shape,showWithParent,state,syncLWRequests,systemSyncLWRequests,temporaryLostComponent,warningString,weakThis,windowFocusListener,windowListener,windowSerializedDataVersion,windowStateListener
+hfds OPENED,allWindows,alwaysOnTop,anchor,autoRequestFocus,base,beforeFirstShow,beforeFirstWindowShown,focusMgr,focusableWindowState,icons,inputContext,inputContextLock,isInShow,isTrayIconWindow,locationByPlatform,locationByPlatformProp,log,modalBlocker,modalExclusionType,nameCounter,ownedWindowList,serialVersionUID,showWithParent,state,syncLWRequests,systemSyncLWRequests,temporaryLostComponent,warningString,weakThis,windowFocusListener,windowListener,windowSerializedDataVersion,windowStateListener
 hcls WindowDisposerRecord
 
 CLSS public abstract interface java.awt.event.ActionListener
@@ -517,7 +516,7 @@ meth public abstract void removePropertyChangeListener(java.beans.PropertyChange
 meth public abstract void setObject(java.lang.Object)
 
 CLSS public java.beans.FeatureDescriptor
-cons public FeatureDescriptor()
+cons public init()
 meth public boolean isExpert()
 meth public boolean isHidden()
 meth public boolean isPreferred()
@@ -546,10 +545,10 @@ meth public abstract void readExternal(java.io.ObjectInput) throws java.io.IOExc
 meth public abstract void writeExternal(java.io.ObjectOutput) throws java.io.IOException
 
 CLSS public java.io.IOException
-cons public IOException()
-cons public IOException(java.lang.String)
-cons public IOException(java.lang.String,java.lang.Throwable)
-cons public IOException(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 supr java.lang.Exception
 hfds serialVersionUID
 
@@ -563,15 +562,15 @@ CLSS public abstract interface !annotation java.lang.Deprecated
 intf java.lang.annotation.Annotation
 
 CLSS public java.lang.Exception
-cons public Exception()
-cons public Exception(java.lang.String)
-cons public Exception(java.lang.String,java.lang.Throwable)
-cons public Exception(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 supr java.lang.Throwable
 hfds serialVersionUID
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -585,10 +584,10 @@ meth public int hashCode()
 meth public java.lang.String toString()
 
 CLSS public java.lang.Throwable
-cons public Throwable()
-cons public Throwable(java.lang.String)
-cons public Throwable(java.lang.String,java.lang.Throwable)
-cons public Throwable(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 intf java.io.Serializable
 meth public java.lang.StackTraceElement[] getStackTrace()
 meth public java.lang.String getLocalizedMessage()
@@ -633,7 +632,7 @@ meth public abstract java.lang.annotation.ElementType[] value()
 CLSS public abstract interface java.util.EventListener
 
 CLSS public java.util.EventObject
-cons public EventObject(java.lang.Object)
+cons public init(java.lang.Object)
 fld protected java.lang.Object source
 intf java.io.Serializable
 meth public java.lang.Object getSource()
@@ -665,22 +664,22 @@ meth public abstract void removePropertyChangeListener(java.beans.PropertyChange
 meth public abstract void setEnabled(boolean)
 
 CLSS public javax.swing.JDialog
-cons public JDialog()
-cons public JDialog(java.awt.Dialog)
-cons public JDialog(java.awt.Dialog,boolean)
-cons public JDialog(java.awt.Dialog,java.lang.String)
-cons public JDialog(java.awt.Dialog,java.lang.String,boolean)
-cons public JDialog(java.awt.Dialog,java.lang.String,boolean,java.awt.GraphicsConfiguration)
-cons public JDialog(java.awt.Frame)
-cons public JDialog(java.awt.Frame,boolean)
-cons public JDialog(java.awt.Frame,java.lang.String)
-cons public JDialog(java.awt.Frame,java.lang.String,boolean)
-cons public JDialog(java.awt.Frame,java.lang.String,boolean,java.awt.GraphicsConfiguration)
-cons public JDialog(java.awt.Window)
-cons public JDialog(java.awt.Window,java.awt.Dialog$ModalityType)
-cons public JDialog(java.awt.Window,java.lang.String)
-cons public JDialog(java.awt.Window,java.lang.String,java.awt.Dialog$ModalityType)
-cons public JDialog(java.awt.Window,java.lang.String,java.awt.Dialog$ModalityType,java.awt.GraphicsConfiguration)
+cons public init()
+cons public init(java.awt.Dialog)
+cons public init(java.awt.Dialog,boolean)
+cons public init(java.awt.Dialog,java.lang.String)
+cons public init(java.awt.Dialog,java.lang.String,boolean)
+cons public init(java.awt.Dialog,java.lang.String,boolean,java.awt.GraphicsConfiguration)
+cons public init(java.awt.Frame)
+cons public init(java.awt.Frame,boolean)
+cons public init(java.awt.Frame,java.lang.String)
+cons public init(java.awt.Frame,java.lang.String,boolean)
+cons public init(java.awt.Frame,java.lang.String,boolean,java.awt.GraphicsConfiguration)
+cons public init(java.awt.Window)
+cons public init(java.awt.Window,java.awt.Dialog$ModalityType)
+cons public init(java.awt.Window,java.lang.String)
+cons public init(java.awt.Window,java.lang.String,java.awt.Dialog$ModalityType)
+cons public init(java.awt.Window,java.lang.String,java.awt.Dialog$ModalityType,java.awt.GraphicsConfiguration)
 fld protected boolean rootPaneCheckingEnabled
 fld protected javax.accessibility.AccessibleContext accessibleContext
 fld protected javax.swing.JRootPane rootPane
@@ -765,18 +764,21 @@ meth public abstract void register(org.openide.cookies.ConnectionCookie$Type,org
 meth public abstract void unregister(org.openide.cookies.ConnectionCookie$Type,org.openide.nodes.Node) throws java.io.IOException
 
 CLSS public static org.openide.cookies.ConnectionCookie$Event
-cons public Event(org.openide.nodes.Node,org.openide.cookies.ConnectionCookie$Type)
+ outer org.openide.cookies.ConnectionCookie
+cons public init(org.openide.nodes.Node,org.openide.cookies.ConnectionCookie$Type)
 meth public org.openide.cookies.ConnectionCookie$Type getType()
 meth public org.openide.nodes.Node getNode()
 supr java.util.EventObject
 hfds serialVersionUID,type
 
 CLSS public abstract interface static org.openide.cookies.ConnectionCookie$Listener
+ outer org.openide.cookies.ConnectionCookie
 intf java.util.EventListener
 intf org.openide.nodes.Node$Cookie
 meth public abstract void notify(org.openide.cookies.ConnectionCookie$Event)
 
 CLSS public abstract interface static org.openide.cookies.ConnectionCookie$Type
+ outer org.openide.cookies.ConnectionCookie
 intf java.io.Serializable
 meth public abstract boolean isPersistent()
 meth public abstract boolean overlaps(org.openide.cookies.ConnectionCookie$Type)
@@ -801,6 +803,7 @@ meth public abstract java.lang.Object instanceCreate() throws java.io.IOExceptio
 meth public abstract java.lang.String instanceName()
 
 CLSS public abstract interface static org.openide.cookies.InstanceCookie$Of
+ outer org.openide.cookies.InstanceCookie
 intf org.openide.cookies.InstanceCookie
 meth public abstract boolean instanceOf(java.lang.Class<?>)
 
@@ -821,8 +824,8 @@ intf org.netbeans.api.actions.Viewable
 intf org.openide.nodes.Node$Cookie
 
 CLSS public org.openide.nodes.AbstractNode
-cons public AbstractNode(org.openide.nodes.Children)
-cons public AbstractNode(org.openide.nodes.Children,org.openide.util.Lookup)
+cons public init(org.openide.nodes.Children)
+cons public init(org.openide.nodes.Children,org.openide.util.Lookup)
 fld protected java.text.MessageFormat displayFormat
 fld protected org.openide.util.actions.SystemAction[] systemActions
  anno 0 java.lang.Deprecated()
@@ -870,8 +873,8 @@ hfds DEFAULT_ICON,DEFAULT_ICON_BASE,DEFAULT_ICON_EXTENSION,ICON_BASE,NO_NEW_TYPE
 hcls SheetAndCookieListener
 
 CLSS public org.openide.nodes.BeanChildren
-cons public BeanChildren(java.beans.beancontext.BeanContext)
-cons public BeanChildren(java.beans.beancontext.BeanContext,org.openide.nodes.BeanChildren$Factory)
+cons public init(java.beans.beancontext.BeanContext)
+cons public init(java.beans.beancontext.BeanContext,org.openide.nodes.BeanChildren$Factory)
 innr public abstract interface static Factory
 meth protected org.openide.nodes.Node[] createNodes(java.lang.Object)
 meth protected void addNotify()
@@ -881,12 +884,13 @@ hfds DEFAULT_FACTORY,bean,contextL,factory,nodes2Beans
 hcls BeanFactory,ContextL
 
 CLSS public abstract interface static org.openide.nodes.BeanChildren$Factory
+ outer org.openide.nodes.BeanChildren
 meth public abstract org.openide.nodes.Node createNode(java.lang.Object) throws java.beans.IntrospectionException
 
 CLSS public org.openide.nodes.BeanNode<%0 extends java.lang.Object>
-cons protected BeanNode({org.openide.nodes.BeanNode%0},org.openide.nodes.Children) throws java.beans.IntrospectionException
-cons protected BeanNode({org.openide.nodes.BeanNode%0},org.openide.nodes.Children,org.openide.util.Lookup) throws java.beans.IntrospectionException
-cons public BeanNode({org.openide.nodes.BeanNode%0}) throws java.beans.IntrospectionException
+cons protected init({org.openide.nodes.BeanNode%0},org.openide.nodes.Children) throws java.beans.IntrospectionException
+cons protected init({org.openide.nodes.BeanNode%0},org.openide.nodes.Children,org.openide.util.Lookup) throws java.beans.IntrospectionException
+cons public init({org.openide.nodes.BeanNode%0}) throws java.beans.IntrospectionException
 innr public final static Descriptor
 meth protected void createProperties({org.openide.nodes.BeanNode%0},java.beans.BeanInfo)
 meth protected void setSynchronizeName(boolean)
@@ -910,13 +914,14 @@ hfds ICON_BASE,bean,beanInfo,nameGetter,nameSetter,propertyChangeListener,remove
 hcls PropL
 
 CLSS public final static org.openide.nodes.BeanNode$Descriptor
+ outer org.openide.nodes.BeanNode
 fld public final org.openide.nodes.Node$Property[] expert
 fld public final org.openide.nodes.Node$Property[] hidden
 fld public final org.openide.nodes.Node$Property[] property
 supr java.lang.Object
 
 CLSS public abstract org.openide.nodes.ChildFactory<%0 extends java.lang.Object>
-cons public ChildFactory()
+cons public init()
 innr public abstract static Detachable
 meth protected abstract boolean createKeys(java.util.List<{org.openide.nodes.ChildFactory%0}>)
 meth protected final void refresh(boolean)
@@ -928,13 +933,14 @@ hfds observer
 hcls Observer,WaitFilterNode
 
 CLSS public abstract static org.openide.nodes.ChildFactory$Detachable<%0 extends java.lang.Object>
-cons public Detachable()
+ outer org.openide.nodes.ChildFactory
+cons public init()
 meth protected void addNotify()
 meth protected void removeNotify()
 supr org.openide.nodes.ChildFactory<{org.openide.nodes.ChildFactory$Detachable%0}>
 
 CLSS public abstract org.openide.nodes.Children
-cons public Children()
+cons public init()
 fld public final static org.openide.nodes.Children LEAF
 fld public final static org.openide.util.Mutex MUTEX
 innr public abstract static Keys
@@ -963,8 +969,9 @@ hfds LOG,PR,entrySupport,lazySupport,parent
 hcls Dupl,Empty,Entry,ProjectManagerDeadlockDetector
 
 CLSS public static org.openide.nodes.Children$Array
-cons protected Array(java.util.Collection<org.openide.nodes.Node>)
-cons public Array()
+ outer org.openide.nodes.Children
+cons protected init(java.util.Collection<org.openide.nodes.Node>)
+cons public init()
 fld protected java.util.Collection<org.openide.nodes.Node> nodes
 intf java.lang.Cloneable
 meth protected final void refresh()
@@ -977,8 +984,9 @@ hfds nodesEntry
 hcls AE
 
 CLSS public abstract static org.openide.nodes.Children$Keys<%0 extends java.lang.Object>
-cons protected Keys(boolean)
-cons public Keys()
+ outer org.openide.nodes.Children
+cons protected init(boolean)
+cons public init()
 meth protected abstract org.openide.nodes.Node[] createNodes({org.openide.nodes.Children$Keys%0})
 meth protected final void refreshKey({org.openide.nodes.Children$Keys%0})
 meth protected final void setBefore(boolean)
@@ -995,8 +1003,9 @@ hfds before,lastRuns
 hcls KE
 
 CLSS public static org.openide.nodes.Children$Map<%0 extends java.lang.Object>
-cons protected Map(java.util.Map<{org.openide.nodes.Children$Map%0},org.openide.nodes.Node>)
-cons public Map()
+ outer org.openide.nodes.Children
+cons protected init(java.util.Map<{org.openide.nodes.Children$Map%0},org.openide.nodes.Node>)
+cons public init()
 fld protected java.util.Map<{org.openide.nodes.Children$Map%0},org.openide.nodes.Node> nodes
 meth protected final void put({org.openide.nodes.Children$Map%0},org.openide.nodes.Node)
 meth protected final void putAll(java.util.Map<? extends {org.openide.nodes.Children$Map%0},? extends org.openide.nodes.Node>)
@@ -1011,8 +1020,9 @@ supr org.openide.nodes.Children
 hcls ME
 
 CLSS public static org.openide.nodes.Children$SortedArray
-cons protected SortedArray(java.util.Collection<org.openide.nodes.Node>)
-cons public SortedArray()
+ outer org.openide.nodes.Children
+cons protected init(java.util.Collection<org.openide.nodes.Node>)
+cons public init()
 meth public java.util.Comparator<? super org.openide.nodes.Node> getComparator()
 meth public void setComparator(java.util.Comparator<? super org.openide.nodes.Node>)
 supr org.openide.nodes.Children$Array
@@ -1020,8 +1030,9 @@ hfds comp
 hcls SAE
 
 CLSS public static org.openide.nodes.Children$SortedMap<%0 extends java.lang.Object>
-cons protected SortedMap(java.util.Map<{org.openide.nodes.Children$SortedMap%0},org.openide.nodes.Node>)
-cons public SortedMap()
+ outer org.openide.nodes.Children
+cons protected init(java.util.Map<{org.openide.nodes.Children$SortedMap%0},org.openide.nodes.Node>)
+cons public init()
 meth public java.util.Comparator<? super org.openide.nodes.Node> getComparator()
 meth public void setComparator(java.util.Comparator<? super org.openide.nodes.Node>)
 supr org.openide.nodes.Children$Map<{org.openide.nodes.Children$SortedMap%0}>
@@ -1029,7 +1040,7 @@ hfds comp
 hcls SMComparator
 
 CLSS public final org.openide.nodes.CookieSet
-cons public CookieSet()
+cons public init()
 innr public abstract interface static Before
 innr public abstract interface static Factory
 intf org.openide.util.Lookup$Provider
@@ -1050,9 +1061,11 @@ hfds QUERY_MODE,cs,ic,lookup,map
 hcls C,CookieEntry,CookieEntryPair,PairWrap,R
 
 CLSS public abstract interface static org.openide.nodes.CookieSet$Before
+ outer org.openide.nodes.CookieSet
 meth public abstract void beforeLookup(java.lang.Class<?>)
 
 CLSS public abstract interface static org.openide.nodes.CookieSet$Factory
+ outer org.openide.nodes.CookieSet
 meth public abstract <%0 extends org.openide.nodes.Node$Cookie> {%%0} createCookie(java.lang.Class<{%%0}>)
 
 CLSS public final org.openide.nodes.DefaultHandle
@@ -1064,9 +1077,9 @@ supr java.lang.Object
 hfds parent,path,serialVersionUID
 
 CLSS public org.openide.nodes.FilterNode
-cons public FilterNode(org.openide.nodes.Node)
-cons public FilterNode(org.openide.nodes.Node,org.openide.nodes.Children)
-cons public FilterNode(org.openide.nodes.Node,org.openide.nodes.Children,org.openide.util.Lookup)
+cons public init(org.openide.nodes.Node)
+cons public init(org.openide.nodes.Node,org.openide.nodes.Children)
+cons public init(org.openide.nodes.Node,org.openide.nodes.Children,org.openide.util.Lookup)
 fld protected final static int DELEGATE_DESTROY = 64
 fld protected final static int DELEGATE_GET_ACTIONS = 128
 fld protected final static int DELEGATE_GET_CONTEXT_ACTIONS = 256
@@ -1132,7 +1145,8 @@ hfds DELEGATE_ALL,LOGGER,childrenProvided,delegateMask,hashCodeDepth,nodeL,origi
 hcls ChildrenAdapter,FilterHandle,FilterLookup,StackError
 
 CLSS public static org.openide.nodes.FilterNode$Children
-cons public Children(org.openide.nodes.Node)
+ outer org.openide.nodes.FilterNode
+cons public init(org.openide.nodes.Node)
 fld protected org.openide.nodes.Node original
 intf java.lang.Cloneable
 meth protected final void changeOriginal(org.openide.nodes.Node)
@@ -1157,7 +1171,8 @@ hfds nodeL
 hcls DefaultSupport,FilterChildrenSupport,LazySupport
 
 CLSS protected static org.openide.nodes.FilterNode$NodeAdapter
-cons public NodeAdapter(org.openide.nodes.FilterNode)
+ outer org.openide.nodes.FilterNode
+cons public init(org.openide.nodes.FilterNode)
 intf org.openide.nodes.NodeListener
 meth protected void propertyChange(org.openide.nodes.FilterNode,java.beans.PropertyChangeEvent)
 meth public final void nodeDestroyed(org.openide.nodes.NodeEvent)
@@ -1169,7 +1184,8 @@ supr java.lang.Object
 hfds fnRef
 
 CLSS protected static org.openide.nodes.FilterNode$PropertyChangeAdapter
-cons public PropertyChangeAdapter(org.openide.nodes.FilterNode)
+ outer org.openide.nodes.FilterNode
+cons public init(org.openide.nodes.FilterNode)
 intf java.beans.PropertyChangeListener
 meth protected void propertyChange(org.openide.nodes.FilterNode,java.beans.PropertyChangeEvent)
 meth public final void propertyChange(java.beans.PropertyChangeEvent)
@@ -1194,7 +1210,8 @@ meth public abstract void reorder()
 meth public abstract void reorder(int[])
 
 CLSS public static org.openide.nodes.Index$ArrayChildren
-cons public ArrayChildren()
+ outer org.openide.nodes.Index
+cons public init()
 fld protected org.openide.nodes.Index support
 intf org.openide.nodes.Index
 meth protected java.util.List<org.openide.nodes.Node> initCollection()
@@ -1210,7 +1227,8 @@ meth public void reorder(int[])
 supr org.openide.nodes.Children$Array
 
 CLSS public abstract static org.openide.nodes.Index$KeysChildren<%0 extends java.lang.Object>
-cons public KeysChildren(java.util.List<{org.openide.nodes.Index$KeysChildren%0}>)
+ outer org.openide.nodes.Index
+cons public init(java.util.List<{org.openide.nodes.Index$KeysChildren%0}>)
 fld protected final java.util.List<{org.openide.nodes.Index$KeysChildren%0}> list
 meth protected java.lang.Object lock()
 meth protected org.openide.nodes.Index createIndex()
@@ -1221,7 +1239,8 @@ supr org.openide.nodes.Children$Keys<{org.openide.nodes.Index$KeysChildren%0}>
 hfds support
 
 CLSS public abstract static org.openide.nodes.Index$Support
-cons public Support()
+ outer org.openide.nodes.Index
+cons public init()
 intf org.openide.nodes.Index
 meth protected void fireChangeEvent(javax.swing.event.ChangeEvent)
 meth public abstract int getNodesCount()
@@ -1241,7 +1260,7 @@ hfds listeners
 
 CLSS public final org.openide.nodes.IndexedCustomizer
  anno 0 java.lang.Deprecated()
-cons public IndexedCustomizer()
+cons public init()
 intf java.beans.Customizer
 meth public boolean isImmediateReorder()
 meth public java.awt.Dimension getPreferredSize()
@@ -1254,8 +1273,9 @@ hfds buttonClose,buttonDown,buttonUp,control,immediateReorder,index,nodeChangesL
 hcls AutoscrollJList,IndexTransferable,IndexedDragSource,IndexedDropTarget,IndexedListCellRenderer
 
 CLSS public org.openide.nodes.IndexedNode
-cons protected IndexedNode(org.openide.nodes.Children,org.openide.nodes.Index)
-cons public IndexedNode()
+cons protected init(org.openide.nodes.Children,org.openide.nodes.Index)
+cons protected init(org.openide.nodes.Children,org.openide.nodes.Index,org.openide.util.Lookup)
+cons public init()
 meth public <%0 extends org.openide.nodes.Node$Cookie> {%%0} getCookie(java.lang.Class<{%%0}>)
 meth public boolean hasCustomizer()
 meth public java.awt.Component getCustomizer()
@@ -1263,7 +1283,7 @@ supr org.openide.nodes.AbstractNode
 hfds indexImpl
 
 CLSS public org.openide.nodes.IndexedPropertySupport<%0 extends java.lang.Object, %1 extends java.lang.Object>
-cons public IndexedPropertySupport(java.lang.Object,java.lang.Class<{org.openide.nodes.IndexedPropertySupport%0}>,java.lang.Class<{org.openide.nodes.IndexedPropertySupport%1}>,java.lang.reflect.Method,java.lang.reflect.Method,java.lang.reflect.Method,java.lang.reflect.Method)
+cons public init(java.lang.Object,java.lang.Class<{org.openide.nodes.IndexedPropertySupport%0}>,java.lang.Class<{org.openide.nodes.IndexedPropertySupport%1}>,java.lang.reflect.Method,java.lang.reflect.Method,java.lang.reflect.Method,java.lang.reflect.Method)
 fld protected java.lang.Object instance
 meth public boolean canIndexedRead()
 meth public boolean canIndexedWrite()
@@ -1280,8 +1300,8 @@ supr org.openide.nodes.Node$IndexedProperty<{org.openide.nodes.IndexedPropertySu
 hfds getter,indexedGetter,indexedSetter,setter
 
 CLSS public abstract org.openide.nodes.Node
-cons protected Node(org.openide.nodes.Children)
-cons protected Node(org.openide.nodes.Children,org.openide.util.Lookup)
+cons protected init(org.openide.nodes.Children)
+cons protected init(org.openide.nodes.Children,org.openide.util.Lookup)
 fld public final static java.lang.String PROP_COOKIE = "cookie"
 fld public final static java.lang.String PROP_DISPLAY_NAME = "displayName"
 fld public final static java.lang.String PROP_ICON = "icon"
@@ -1340,6 +1360,7 @@ meth public final void addNodeListener(org.openide.nodes.NodeListener)
 meth public final void addPropertyChangeListener(java.beans.PropertyChangeListener)
 meth public final void removeNodeListener(org.openide.nodes.NodeListener)
 meth public final void removePropertyChangeListener(java.beans.PropertyChangeListener)
+meth public int hashCode()
 meth public java.lang.String getHtmlDisplayName()
 meth public java.lang.String toString()
 meth public javax.swing.Action getPreferredAction()
@@ -1361,15 +1382,18 @@ hfds INIT_LOCK,LOCK,TEMPL_COOKIE,err,hierarchy,listeners,lookups,parent,warnedBa
 hcls LookupEventList
 
 CLSS public abstract interface static org.openide.nodes.Node$Cookie
+ outer org.openide.nodes.Node
 
 CLSS public abstract interface static org.openide.nodes.Node$Handle
+ outer org.openide.nodes.Node
 fld public final static long serialVersionUID = -4518262478987434353
  anno 0 java.lang.Deprecated()
 intf java.io.Serializable
 meth public abstract org.openide.nodes.Node getNode() throws java.io.IOException
 
 CLSS public abstract static org.openide.nodes.Node$IndexedProperty<%0 extends java.lang.Object, %1 extends java.lang.Object>
-cons public IndexedProperty(java.lang.Class<{org.openide.nodes.Node$IndexedProperty%0}>,java.lang.Class<{org.openide.nodes.Node$IndexedProperty%1}>)
+ outer org.openide.nodes.Node
+cons public init(java.lang.Class<{org.openide.nodes.Node$IndexedProperty%0}>,java.lang.Class<{org.openide.nodes.Node$IndexedProperty%1}>)
 meth public abstract boolean canIndexedRead()
 meth public abstract boolean canIndexedWrite()
 meth public abstract void setIndexedValue(int,{org.openide.nodes.Node$IndexedProperty%1}) throws java.lang.IllegalAccessException,java.lang.reflect.InvocationTargetException
@@ -1382,7 +1406,8 @@ supr org.openide.nodes.Node$Property<{org.openide.nodes.Node$IndexedProperty%0}>
 hfds elementType
 
 CLSS public abstract static org.openide.nodes.Node$Property<%0 extends java.lang.Object>
-cons public Property(java.lang.Class<{org.openide.nodes.Node$Property%0}>)
+ outer org.openide.nodes.Node
+cons public init(java.lang.Class<{org.openide.nodes.Node$Property%0}>)
 meth public abstract boolean canRead()
 meth public abstract boolean canWrite()
 meth public abstract void setValue({org.openide.nodes.Node$Property%0}) throws java.lang.IllegalAccessException,java.lang.reflect.InvocationTargetException
@@ -1399,8 +1424,9 @@ supr java.beans.FeatureDescriptor
 hfds edRef,type,warnedNames
 
 CLSS public abstract static org.openide.nodes.Node$PropertySet
-cons public PropertySet()
-cons public PropertySet(java.lang.String,java.lang.String,java.lang.String)
+ outer org.openide.nodes.Node
+cons public init()
+cons public init(java.lang.String,java.lang.String,java.lang.String)
 meth public abstract org.openide.nodes.Node$Property<?>[] getProperties()
 meth public boolean equals(java.lang.Object)
 meth public int hashCode()
@@ -1411,7 +1437,7 @@ CLSS public abstract interface org.openide.nodes.NodeAcceptor
 meth public abstract boolean acceptNodes(org.openide.nodes.Node[])
 
 CLSS public org.openide.nodes.NodeAdapter
-cons public NodeAdapter()
+cons public init()
 intf org.openide.nodes.NodeListener
 meth public void childrenAdded(org.openide.nodes.NodeMemberEvent)
 meth public void childrenRemoved(org.openide.nodes.NodeMemberEvent)
@@ -1421,7 +1447,7 @@ meth public void propertyChange(java.beans.PropertyChangeEvent)
 supr java.lang.Object
 
 CLSS public org.openide.nodes.NodeEvent
-cons public NodeEvent(org.openide.nodes.Node)
+cons public init(org.openide.nodes.Node)
 meth public final org.openide.nodes.Node getNode()
 supr java.util.EventObject
 hfds serialVersionUID
@@ -1471,7 +1497,7 @@ supr java.lang.Object
 hfds LOG,defaultActions
 
 CLSS public abstract org.openide.nodes.NodeOperation
-cons protected NodeOperation()
+cons protected init()
 meth public abstract boolean customize(org.openide.nodes.Node)
 meth public abstract org.openide.nodes.Node[] select(java.lang.String,java.lang.String,org.openide.nodes.Node,org.openide.nodes.NodeAcceptor,java.awt.Component) throws org.openide.util.UserCancelException
 meth public abstract void explore(org.openide.nodes.Node)
@@ -1513,10 +1539,11 @@ supr java.lang.Object
 hfds dndMimeType,nodePasteFlavor
 
 CLSS public abstract interface static org.openide.nodes.NodeTransfer$Paste
+ outer org.openide.nodes.NodeTransfer
 meth public abstract org.openide.util.datatransfer.PasteType[] types(org.openide.nodes.Node)
 
 CLSS public abstract org.openide.nodes.PropertySupport<%0 extends java.lang.Object>
-cons public PropertySupport(java.lang.String,java.lang.Class<{org.openide.nodes.PropertySupport%0}>,java.lang.String,java.lang.String,boolean,boolean)
+cons public init(java.lang.String,java.lang.Class<{org.openide.nodes.PropertySupport%0}>,java.lang.String,java.lang.String,boolean,boolean)
 innr public abstract static ReadOnly
 innr public abstract static ReadWrite
 innr public abstract static WriteOnly
@@ -1528,26 +1555,30 @@ supr org.openide.nodes.Node$Property<{org.openide.nodes.PropertySupport%0}>
 hfds canR,canW
 
 CLSS public final static org.openide.nodes.PropertySupport$Name
-cons public Name(org.openide.nodes.Node)
-cons public Name(org.openide.nodes.Node,java.lang.String,java.lang.String)
+ outer org.openide.nodes.PropertySupport
+cons public init(org.openide.nodes.Node)
+cons public init(org.openide.nodes.Node,java.lang.String,java.lang.String)
 meth public java.lang.String getValue() throws java.lang.IllegalAccessException,java.lang.reflect.InvocationTargetException
 meth public void setValue(java.lang.String) throws java.lang.IllegalAccessException,java.lang.reflect.InvocationTargetException
 supr org.openide.nodes.PropertySupport<java.lang.String>
 hfds node
 
 CLSS public abstract static org.openide.nodes.PropertySupport$ReadOnly<%0 extends java.lang.Object>
-cons public ReadOnly(java.lang.String,java.lang.Class<{org.openide.nodes.PropertySupport$ReadOnly%0}>,java.lang.String,java.lang.String)
+ outer org.openide.nodes.PropertySupport
+cons public init(java.lang.String,java.lang.Class<{org.openide.nodes.PropertySupport$ReadOnly%0}>,java.lang.String,java.lang.String)
 meth public void setValue({org.openide.nodes.PropertySupport$ReadOnly%0}) throws java.lang.IllegalAccessException,java.lang.reflect.InvocationTargetException
 supr org.openide.nodes.PropertySupport<{org.openide.nodes.PropertySupport$ReadOnly%0}>
 
 CLSS public abstract static org.openide.nodes.PropertySupport$ReadWrite<%0 extends java.lang.Object>
-cons public ReadWrite(java.lang.String,java.lang.Class<{org.openide.nodes.PropertySupport$ReadWrite%0}>,java.lang.String,java.lang.String)
+ outer org.openide.nodes.PropertySupport
+cons public init(java.lang.String,java.lang.Class<{org.openide.nodes.PropertySupport$ReadWrite%0}>,java.lang.String,java.lang.String)
 supr org.openide.nodes.PropertySupport<{org.openide.nodes.PropertySupport$ReadWrite%0}>
 
 CLSS public static org.openide.nodes.PropertySupport$Reflection<%0 extends java.lang.Object>
-cons public Reflection(java.lang.Object,java.lang.Class<{org.openide.nodes.PropertySupport$Reflection%0}>,java.lang.String) throws java.lang.NoSuchMethodException
-cons public Reflection(java.lang.Object,java.lang.Class<{org.openide.nodes.PropertySupport$Reflection%0}>,java.lang.String,java.lang.String) throws java.lang.NoSuchMethodException
-cons public Reflection(java.lang.Object,java.lang.Class<{org.openide.nodes.PropertySupport$Reflection%0}>,java.lang.reflect.Method,java.lang.reflect.Method)
+ outer org.openide.nodes.PropertySupport
+cons public init(java.lang.Object,java.lang.Class<{org.openide.nodes.PropertySupport$Reflection%0}>,java.lang.String) throws java.lang.NoSuchMethodException
+cons public init(java.lang.Object,java.lang.Class<{org.openide.nodes.PropertySupport$Reflection%0}>,java.lang.String,java.lang.String) throws java.lang.NoSuchMethodException
+cons public init(java.lang.Object,java.lang.Class<{org.openide.nodes.PropertySupport$Reflection%0}>,java.lang.reflect.Method,java.lang.reflect.Method)
 fld protected java.lang.Object instance
 meth public boolean canRead()
 meth public boolean canWrite()
@@ -1559,12 +1590,13 @@ supr org.openide.nodes.Node$Property<{org.openide.nodes.PropertySupport$Reflecti
 hfds getter,propertyEditorClass,setter
 
 CLSS public abstract static org.openide.nodes.PropertySupport$WriteOnly<%0 extends java.lang.Object>
-cons public WriteOnly(java.lang.String,java.lang.Class<{org.openide.nodes.PropertySupport$WriteOnly%0}>,java.lang.String,java.lang.String)
+ outer org.openide.nodes.PropertySupport
+cons public init(java.lang.String,java.lang.Class<{org.openide.nodes.PropertySupport$WriteOnly%0}>,java.lang.String,java.lang.String)
 meth public {org.openide.nodes.PropertySupport$WriteOnly%0} getValue() throws java.lang.IllegalAccessException,java.lang.reflect.InvocationTargetException
 supr org.openide.nodes.PropertySupport<{org.openide.nodes.PropertySupport$WriteOnly%0}>
 
 CLSS public final org.openide.nodes.Sheet
-cons public Sheet()
+cons public init()
 fld public final static java.lang.String EXPERT = "expert"
 fld public final static java.lang.String PROPERTIES = "properties"
 innr public final static Set
@@ -1582,7 +1614,8 @@ supr java.lang.Object
 hfds array,propL,sets,supp
 
 CLSS public final static org.openide.nodes.Sheet$Set
-cons public Set()
+ outer org.openide.nodes.Sheet
+cons public init()
 meth public org.openide.nodes.Node$Property<?> get(java.lang.String)
 meth public org.openide.nodes.Node$Property<?> put(org.openide.nodes.Node$Property<?>)
 meth public org.openide.nodes.Node$Property<?> remove(java.lang.String)
@@ -1599,9 +1632,9 @@ intf javax.swing.Action
 meth public abstract javax.swing.Action createContextAwareInstance(org.openide.util.Lookup)
 
 CLSS public final org.openide.util.HelpCtx
-cons public HelpCtx(java.lang.Class)
-cons public HelpCtx(java.lang.String)
-cons public HelpCtx(java.net.URL)
+cons public init(java.lang.Class)
+cons public init(java.lang.String)
+cons public init(java.net.URL)
  anno 0 java.lang.Deprecated()
 fld public final static org.openide.util.HelpCtx DEFAULT_HELP
 innr public abstract interface static Provider
@@ -1617,10 +1650,11 @@ supr java.lang.Object
 hfds err,helpCtx,helpID
 
 CLSS public abstract interface static org.openide.util.HelpCtx$Provider
+ outer org.openide.util.HelpCtx
 meth public abstract org.openide.util.HelpCtx getHelpCtx()
 
 CLSS public abstract org.openide.util.Lookup
-cons public Lookup()
+cons public init()
 fld public final static org.openide.util.Lookup EMPTY
 innr public abstract interface static Provider
 innr public abstract static Item
@@ -1637,10 +1671,11 @@ hfds defaultLookup
 hcls DefLookup,Empty
 
 CLSS public abstract interface static org.openide.util.Lookup$Provider
+ outer org.openide.util.Lookup
 meth public abstract org.openide.util.Lookup getLookup()
 
 CLSS public abstract org.openide.util.SharedClassObject
-cons protected SharedClassObject()
+cons protected init()
 intf java.io.Externalizable
 meth protected boolean clearSharedData()
 meth protected final java.lang.Object getLock()
@@ -1666,12 +1701,31 @@ supr java.lang.Object
 hfds PROP_SUPPORT,addNotifySuper,alreadyWarnedAboutDupes,dataEntry,err,first,firstTrace,inReadExternal,initializeSuper,instancesBeingCreated,lock,prematureSystemOptionMutation,removeNotifySuper,serialVersionUID,systemOption,values,waitingOnSystemOption
 hcls DataEntry,SetAccessibleAction,WriteReplace
 
+CLSS public abstract org.openide.util.actions.ActionInvoker
+cons protected init()
+meth protected abstract void invokeAction(javax.swing.Action,java.awt.event.ActionEvent)
+meth public static void invokeAction(javax.swing.Action,java.awt.event.ActionEvent,boolean,java.lang.Runnable)
+supr java.lang.Object
+hfds RP
+hcls ActionRunnable
+
 CLSS public abstract interface org.openide.util.actions.ActionPerformer
  anno 0 java.lang.Deprecated()
 meth public abstract void performAction(org.openide.util.actions.SystemAction)
 
+CLSS public abstract org.openide.util.actions.ActionPresenterProvider
+cons protected init()
+meth public abstract java.awt.Component createToolbarPresenter(javax.swing.Action)
+meth public abstract java.awt.Component[] convertComponents(java.awt.Component)
+meth public abstract javax.swing.JMenuItem createMenuPresenter(javax.swing.Action)
+meth public abstract javax.swing.JMenuItem createPopupPresenter(javax.swing.Action)
+meth public abstract javax.swing.JPopupMenu createEmptyPopup()
+meth public static org.openide.util.actions.ActionPresenterProvider getDefault()
+supr java.lang.Object
+hcls Default
+
 CLSS public abstract org.openide.util.actions.BooleanStateAction
-cons public BooleanStateAction()
+cons public init()
 fld public final static java.lang.String PROP_BOOLEAN_STATE = "booleanState"
 intf org.openide.util.actions.Presenter$Menu
 intf org.openide.util.actions.Presenter$Popup
@@ -1687,7 +1741,7 @@ supr org.openide.util.actions.SystemAction
 hfds serialVersionUID
 
 CLSS public abstract org.openide.util.actions.CallableSystemAction
-cons public CallableSystemAction()
+cons public init()
 intf org.openide.util.actions.Presenter$Menu
 intf org.openide.util.actions.Presenter$Popup
 intf org.openide.util.actions.Presenter$Toolbar
@@ -1701,7 +1755,7 @@ supr org.openide.util.actions.SystemAction
 hfds DEFAULT_ASYNCH,serialVersionUID,warnedAsynchronousActions
 
 CLSS public abstract org.openide.util.actions.CallbackSystemAction
-cons public CallbackSystemAction()
+cons public init()
 intf org.openide.util.ContextAwareAction
 meth protected void initialize()
 meth public boolean getSurviveFocusChange()
@@ -1720,7 +1774,7 @@ hfds LISTENER,PROP_ACTION_PERFORMER,err,notSurviving,serialVersionUID,surviving
 hcls ActionDelegateListener,DelegateAction,GlobalManager,WeakAction
 
 CLSS public abstract org.openide.util.actions.CookieAction
-cons public CookieAction()
+cons public init()
 fld public final static int MODE_ALL = 4
 fld public final static int MODE_ANY = 7
 fld public final static int MODE_EXACTLY_ONE = 8
@@ -1735,7 +1789,7 @@ hfds PROP_COOKIES,listener,serialVersionUID
 hcls CookieDelegateAction,CookiesChangeListener
 
 CLSS public abstract org.openide.util.actions.NodeAction
-cons public NodeAction()
+cons public init()
 intf org.openide.util.ContextAwareAction
 meth protected abstract boolean enable(org.openide.nodes.Node[])
 meth protected abstract void performAction(org.openide.nodes.Node[])
@@ -1761,19 +1815,22 @@ innr public abstract interface static Popup
 innr public abstract interface static Toolbar
 
 CLSS public abstract interface static org.openide.util.actions.Presenter$Menu
+ outer org.openide.util.actions.Presenter
 intf org.openide.util.actions.Presenter
 meth public abstract javax.swing.JMenuItem getMenuPresenter()
 
 CLSS public abstract interface static org.openide.util.actions.Presenter$Popup
+ outer org.openide.util.actions.Presenter
 intf org.openide.util.actions.Presenter
 meth public abstract javax.swing.JMenuItem getPopupPresenter()
 
 CLSS public abstract interface static org.openide.util.actions.Presenter$Toolbar
+ outer org.openide.util.actions.Presenter
 intf org.openide.util.actions.Presenter
 meth public abstract java.awt.Component getToolbarPresenter()
 
 CLSS public abstract org.openide.util.actions.SystemAction
-cons public SystemAction()
+cons public init()
 fld public final static java.lang.String PROP_ENABLED = "enabled"
 fld public final static java.lang.String PROP_ICON = "icon"
 intf javax.swing.Action
diff --git a/openide.nodes/src/org/openide/nodes/Children.java b/openide.nodes/src/org/openide/nodes/Children.java
index 69d2509..9b9ab02 100644
--- a/openide.nodes/src/org/openide/nodes/Children.java
+++ b/openide.nodes/src/org/openide/nodes/Children.java
@@ -58,6 +58,7 @@ import java.util.LinkedList;
 import java.util.List;
 import java.util.Set;
 import java.util.TreeSet;
+import java.util.concurrent.Callable;
 import java.util.concurrent.Executor;
 import java.util.concurrent.atomic.AtomicReference;
 import java.util.logging.Level;
@@ -312,6 +313,19 @@ public abstract class Children extends Object {
             new SynchChildren <T> (factory);
     }
 
+    /**
+     * Create a lazy children implementation.
+     * @param factory The {@link Callable} whose <code>call()</code> method
+     * is called just when node's children are really needed.
+     * @return Provides lazy children implementation that can be passed
+     * to {@link Node} constructor and thus allows the client code to decide
+     * what children the node should have when {@link Callable#call()} is called.
+     * @since 7.18
+     */
+    public static Children createLazy(Callable<Children> factory) {
+        return new LazyChildren(factory);
+    }
+
     /** Get the parent node of these children.
     * @return the node attached to this children object, or <code>null</code> if there is none yet
     */
@@ -672,7 +686,7 @@ public abstract class Children extends Object {
                 if (getNodesEntry() == null) {
                     nodesEntry = createNodesEntry();
                 }
-                es.setEntries(Collections.singleton(getNodesEntry()));
+                es.setEntries(Collections.singleton(getNodesEntry()), true);
             } else if (getNodesEntry() != null) {
                 nodesEntry = null;
             }
@@ -891,7 +905,7 @@ public abstract class Children extends Object {
         */
         @Override
         final void callAddNotify() {
-            entrySupport().setEntries(createEntries(getMap()));
+            entrySupport().setEntries(createEntries(getMap()), true);
             super.callAddNotify();
         }
 
@@ -962,7 +976,7 @@ public abstract class Children extends Object {
         protected final void putAll(final java.util.Map<? extends T,? extends Node> map) {
             try {
                 PR.enterWriteAccess();
-                nodes.putAll(map);
+                getMap().putAll(map);
                 refreshImpl();
 
                 // PENDING sometime we should also call refreshKey...
@@ -979,7 +993,7 @@ public abstract class Children extends Object {
             try {
                 PR.enterWriteAccess();
 
-                if (nodes.put(key, node) != null) {
+                if (getMap().put(key, node) != null) {
                     refreshKeyImpl(key);
                 } else {
                     refreshImpl();
@@ -995,7 +1009,7 @@ public abstract class Children extends Object {
         protected final void removeAll(final Collection<? extends T> keys) {
             try {
                 PR.enterWriteAccess();
-                nodes.keySet().removeAll(keys);
+                getMap().keySet().removeAll(keys);
                 refreshImpl();
             } finally {
                 PR.exitWriteAccess();
@@ -1009,7 +1023,7 @@ public abstract class Children extends Object {
             try {
                 PR.enterWriteAccess();
 
-                if (nodes.remove(key) != null) {
+                if (nodes != null && nodes.remove(key) != null) {
                     refreshImpl();
                 }
             } finally {
@@ -1793,6 +1807,64 @@ public abstract class Children extends Object {
         }
     }
 
+    /**
+     * Lazy children implementation
+     */
+    static class LazyChildren extends Children {
+
+        private Callable<Children> factory;
+        private Children original;
+        private final Object originalLock= new Object();
+
+        LazyChildren(Callable<Children> factory) {
+            this.factory = factory;
+        }
+
+        Children getOriginal() {
+            synchronized (originalLock) {
+                if (original == null) {
+                    try {
+                        original = factory.call();
+                    } catch (Exception ex) {
+                        throw new RuntimeException(ex);
+                    }
+                }
+                return original;
+            }
+        }
+
+        @Override
+        public boolean add(Node[] nodes) {
+            return getOriginal().add(nodes);
+        }
+
+        @Override
+        public boolean remove(Node[] nodes) {
+            return getOriginal().remove(nodes);
+        }
+
+        @Override
+        protected void addNotify() {
+            getOriginal().addNotify();
+        }
+
+        @Override
+        protected void removeNotify() {
+            getOriginal().removeNotify();
+        }
+
+        @Override
+        EntrySupport entrySupport() {
+            return getOriginal().entrySupport();
+        }
+
+        @Override
+        public Node findChild(String name) {
+            return getOriginal().findChild(name);
+        }
+        
+    }
+
     /*
       static void printNodes (Node[] n) {
         for (int i = 0; i < n.length; i++) {
diff --git a/openide.nodes/src/org/openide/nodes/EntrySupport.java b/openide.nodes/src/org/openide/nodes/EntrySupport.java
index fdff40a..011d1bd 100644
--- a/openide.nodes/src/org/openide/nodes/EntrySupport.java
+++ b/openide.nodes/src/org/openide/nodes/EntrySupport.java
@@ -98,7 +98,10 @@ abstract class EntrySupport {
 
     abstract void notifySetEntries();
 
-    abstract void setEntries(Collection<? extends Entry> entries);
+    final void setEntries(Collection<? extends Entry> entries) {
+        setEntries(entries, false);
+    }
+    abstract void setEntries(Collection<? extends Entry> entries, boolean noCheck);
 
     /** Access to copy of current entries.
      * @return copy of entries in the objects
@@ -309,7 +312,9 @@ abstract class EntrySupport {
                     + " entries.size()=" + this.entries.size();
         }
 
-        protected void setEntries(Collection<? extends Entry> entries) {
+        @Override
+        protected void setEntries(Collection<? extends Entry> entries, boolean noCheck) {
+            assert noCheck || Children.MUTEX.isWriteAccess();
             final boolean LOG_ENABLED = LOGGER.isLoggable(Level.FINER);
             // current list of nodes
             ChildrenArray holder = array.get();
@@ -376,6 +381,7 @@ abstract class EntrySupport {
         /** Removes the objects from the children.
          */
         private void updateRemove(Node[] current, Set<Entry> toRemove) {
+            assert Children.MUTEX.isWriteAccess();
             List<Node> nodes = new LinkedList<Node>();
 
             ChildrenArray cha = array.get();
@@ -396,8 +402,10 @@ abstract class EntrySupport {
             }
             
             // empty the list of nodes so it has to be recreated again
-            clearNodes();
-            notifyRemove(nodes, current);
+            if (!nodes.isEmpty()) {
+                clearNodes();
+                notifyRemove(nodes, current);
+            }
         }
 
         /** Updates the order of entries.
@@ -406,6 +414,7 @@ abstract class EntrySupport {
          * @return list of infos that should be added
          */
         private List<Info> updateOrder(Node[] current, Collection<? extends Entry> newEntries) {
+            assert Children.MUTEX.isWriteAccess();
             List<Info> toAdd = new LinkedList<Info>();
 
             // that assignes entries their begining position in the array
@@ -515,6 +524,7 @@ abstract class EntrySupport {
          * @param entries the final state of entries that should occur
          */
         private void updateAdd(Collection<Info> infos, List<Entry> entries) {
+            assert Children.MUTEX.isWriteAccess();
             List<Node> nodes = new LinkedList<Node>();
             for (Info info : infos) {
                 nodes.addAll(info.nodes(false));
@@ -528,8 +538,10 @@ abstract class EntrySupport {
             this.entries = entries;
             checkConsistency();
 
-            clearNodes();
-            notifyAdd(nodes);
+            if (!nodes.isEmpty()) {
+                clearNodes();
+                notifyAdd(nodes);
+            }
         }
 
         /** Refreshes content of one entry. Updates the state of children
@@ -1100,7 +1112,7 @@ abstract class EntrySupport {
                         boolean found = false;
                         cnt += snapshotCount;
                         if (cnt == 0) {
-                            for (Entry entry : visibleEntries) {
+                            for (Entry entry : notNull(visibleEntries)) {
                                 EntryInfo info = entryToInfo.get(entry);
                                 if (info.currentNode() != null) {
                                     cnt++;
@@ -1141,10 +1153,11 @@ abstract class EntrySupport {
             while (true) {
                 try {
                     Children.PR.enterReadAccess();
-                    if (index >= visibleEntries.size()) {
+                    List<Entry> e = notNull(visibleEntries);
+                    if (index >= e.size()) {
                         return node;
                     }
-                    Entry entry = visibleEntries.get(index);
+                    Entry entry = e.get(index);
                     EntryInfo info = entryToInfo.get(entry);
                     node = info.getNode();
                     if (!isDummyNode(node)) {
@@ -1177,8 +1190,9 @@ abstract class EntrySupport {
                 try {
                     Children.PR.enterReadAccess();
 
-                    List<Node> toReturn = new ArrayList<Node>(visibleEntries.size());
-                    for (Entry entry : visibleEntries) {
+                    List<Entry> e = notNull(visibleEntries);
+                    List<Node> toReturn = new ArrayList<Node>(e.size());
+                    for (Entry entry : e) {
                         EntryInfo info = entryToInfo.get(entry);
                         assert !info.isHidden();
                         Node node = info.getNode();
@@ -1213,7 +1227,7 @@ abstract class EntrySupport {
             List<Node> created = new ArrayList<Node>();
             try {
                 Children.PR.enterReadAccess();
-                for (Entry entry : visibleEntries) {
+                for (Entry entry : notNull(visibleEntries)) {
                     EntryInfo info = entryToInfo.get(entry);
                     Node node = info.currentNode();
                     if (node != null) {
@@ -1231,7 +1245,7 @@ abstract class EntrySupport {
             checkInit();
             try {
                 Children.PR.enterReadAccess();
-                return visibleEntries.size();
+                return notNull(visibleEntries).size();
             } finally {
                 Children.PR.exitReadAccess();
             }
@@ -1257,6 +1271,7 @@ abstract class EntrySupport {
 
         @Override
         void refreshEntry(Entry entry) {
+            assert Children.MUTEX.isWriteAccess();
             final boolean LOG_ENABLED = LOGGER.isLoggable(Level.FINER);
             if (LOG_ENABLED) {
                 LOGGER.finer("refreshEntry() " + this);
@@ -1334,7 +1349,8 @@ abstract class EntrySupport {
         }
 
         @Override
-        void setEntries(Collection<? extends Entry> newEntries) {
+        void setEntries(Collection<? extends Entry> newEntries, boolean noCheck) {
+            assert Children.MUTEX.isWriteAccess();
             final boolean LOG_ENABLED = LOGGER.isLoggable(Level.FINER);
             if (LOG_ENABLED) {
                 LOGGER.finer("setEntries(): " + this); // NOI18N
@@ -1342,12 +1358,17 @@ abstract class EntrySupport {
                 LOGGER.finer("    mustNotifySetEnties: " + mustNotifySetEntries); // NOI18N
                 LOGGER.finer("    newEntries size: " + newEntries.size() + " data:" + newEntries); // NOI18N
                 LOGGER.finer("    entries size: " + entries.size() + " data:" + entries); // NOI18N
-                LOGGER.finer("    visibleEntries size: " + visibleEntries.size() + " data:" + visibleEntries); // NOI18N
+                LOGGER.finer("    visibleEntries size: " + notNull(visibleEntries).size() + " data:" + visibleEntries); // NOI18N
                 LOGGER.finer("    entryToInfo size: " + entryToInfo.size()); // NOI18N
             }
-
+            
+            int entriesSize = 0;
+            int entryToInfoSize = 0;
+            assert (entriesSize = entries.size()) >= 0;
+            assert (entryToInfoSize = entryToInfo.size()) >= 0;
             assert entries.size() == entryToInfo.size() : "Entries: " + entries.size() // NOI18N
-                    + "; vis. entries: " + visibleEntries.size() + "; Infos: " + entryToInfo.size(); // NOI18N
+                    + "; vis. entries: " + notNull(visibleEntries).size() + "; Infos: " + entryToInfo.size() // NOI18N
+                    + "; entriesSize: " + entriesSize + "; entryToInfoSize: " + entryToInfoSize; // NOI18N
 
             if (!mustNotifySetEntries && !inited) {
                 entries = new ArrayList<Entry>(newEntries);
@@ -1423,6 +1444,7 @@ abstract class EntrySupport {
          * @return list of infos that should be added
          */
         private List<Entry> updateOrder(Collection<? extends Entry> newEntries) {
+            assert Children.MUTEX.isWriteAccess();
             List<Entry> toAdd = new LinkedList<Entry>();
             int[] perm = new int[visibleEntries.size()];
             int currentPos = 0;
@@ -1509,6 +1531,14 @@ abstract class EntrySupport {
                 children.parent.fireSubNodesChangeIdx(added, idxs, sourceEntry, current, previous);
             }
         }
+
+        private static <T> List<T> notNull(List<T> it) {
+            if (it == null) {
+                return Collections.emptyList();
+            } else {
+                return it;
+            }
+        }
         
         /** holds node for entry; 1:1 mapping */
         final class EntryInfo {
@@ -1672,6 +1702,7 @@ abstract class EntrySupport {
         }
 
         private void removeEntries(Set<Entry> entriesToRemove, Entry entryToRemove, EntryInfo newEntryInfo, boolean justHide, boolean delayed) {
+            assert Children.MUTEX.isWriteAccess();
             final boolean LOG_ENABLED = LOGGER.isLoggable(Level.FINER);
             if (LOG_ENABLED) {
                 LOGGER.finer("removeEntries(): " + this); // NOI18N
diff --git a/openide.nodes/src/org/openide/nodes/FilterNode.java b/openide.nodes/src/org/openide/nodes/FilterNode.java
index 9c67f6f..65e0ed6 100644
--- a/openide.nodes/src/org/openide/nodes/FilterNode.java
+++ b/openide.nodes/src/org/openide/nodes/FilterNode.java
@@ -1066,15 +1066,10 @@ public class FilterNode extends Node {
             }
 
             if (newChildren != null) {
-                final org.openide.nodes.Children set = newChildren;
-                Children.MUTEX.postWriteRequest(
-                    new Runnable() {
-                        public void run() {
-                            setChildren(set);
-                        }
-                    }
-                );
+                setChildren(newChildren);
             }
+        } else {
+            super.updateChildren();
         }
     }
 
@@ -1659,12 +1654,15 @@ public class FilterNode extends Node {
                 return hold;
             }
 
+            @Override
             public int callGetNodesCount(boolean optimalResult) {
-                Node[] hold = null;
+                int cnt = 0;
                 if (optimalResult) {
-                    hold = original.getChildren().getNodes(optimalResult);
+                    cnt = original.getChildren().getNodesCount(true);
                 }
-                return Children.this.getNodesCount();
+                int ret = Children.this.getNodesCount();
+                LOG.log(Level.FINEST, "Count {1} gives {2}", new Object[]{cnt, ret});
+                return ret;
             }
 
             public Node findChild(String name) {
@@ -1771,8 +1769,9 @@ public class FilterNode extends Node {
                 return hold;
             }
 
+            @Override
             public int callGetNodesCount(boolean optimalResult) {
-                return Children.this.getNodesCount();
+                return original.getChildren().getNodesCount(optimalResult);
             }
 
             public Node findChild(String name) {
@@ -1782,7 +1781,7 @@ public class FilterNode extends Node {
 
             public void filterChildrenAdded(NodeMemberEvent ev) {
                 if (ev.sourceEntry == null) {
-                    updateEntries();
+                    update();
                 } else {
                     doRefreshEntry(ev.sourceEntry);
                 }
@@ -1790,48 +1789,58 @@ public class FilterNode extends Node {
 
             public void filterChildrenRemoved(NodeMemberEvent ev) {
                 if (ev.sourceEntry == null) {
-                    updateEntries();
+                    update();
                 } else {
                     doRefreshEntry(ev.sourceEntry);
                 }
             }
 
             public void filterChildrenReordered(NodeReorderEvent ev) {
-                updateEntries();
+                update();
             }
 
+            @Override
             public void update() {
-                updateEntries();
-            }
-
-            private void updateEntries() {
                 final boolean LOG_ENABLED = LOGGER.isLoggable(Level.FINER);
                 if (LOG_ENABLED) {
                     LOGGER.finer("updateEntries() " + this); // NOI18N
                 }
                 ChildrenAdapter cha = nodeL;
                 if (cha != null) {
-                    int count = origSupport.getNodesCount(false);
-                    if (LOG_ENABLED) {
-                        LOGGER.finer("    origSupport.getNodesCount(): " + count); // NOI18N
-                    }
+                    final int count = origSupport.getNodesCount(false);
+                    Children.MUTEX.postWriteRequest(new Runnable() {
+                        @Override
+                        public void run() {
+                            updateEntries(count);
+                        }
+                    });
+                }
+            }
 
-                    List<Entry> origEntries = origSupport.getEntries();
-                    if (LOG_ENABLED) {
-                        LOGGER.finer("    origSupport.getEntries() - size: " + origEntries.size() + " data: " + origEntries); // NOI18N
-                    }
+            private void updateEntries(int count) {
+                final boolean LOG_ENABLED = LOGGER.isLoggable(Level.FINER);
+                if (LOG_ENABLED) {
+                    LOGGER.finer("updateEntries() " + this); // NOI18N
+                }
+                if (LOG_ENABLED) {
+                    LOGGER.finer("    origSupport.getNodesCount(): " + count); // NOI18N
+                }
 
-                    ArrayList<Entry> filtEntries = new ArrayList<Entry>(origEntries.size());
-                    for (Entry e : origEntries) {
-                        filtEntries.add(new FilterNodeEntry(e));
-                    }
+                List<Entry> origEntries = origSupport.getEntries();
+                if (LOG_ENABLED) {
+                    LOGGER.finer("    origSupport.getEntries() - size: " + origEntries.size() + " data: " + origEntries); // NOI18N
+                }
 
-                    setEntries(filtEntries);
+                ArrayList<Entry> filtEntries = new ArrayList<Entry>(origEntries.size());
+                for (Entry e : origEntries) {
+                    filtEntries.add(new FilterNodeEntry(e));
+                }
 
-                    if (!origSupport.isInitialized()) {
-                        origSupport.notifySetEntries();
-                        return;
-                    }
+                setEntries(filtEntries);
+
+                if (!origSupport.isInitialized()) {
+                    origSupport.notifySetEntries();
+                    return;
                 }
             }
 
diff --git a/openide.nodes/src/org/openide/nodes/Node.java b/openide.nodes/src/org/openide/nodes/Node.java
index 31755b9..2b363e9 100644
--- a/openide.nodes/src/org/openide/nodes/Node.java
+++ b/openide.nodes/src/org/openide/nodes/Node.java
@@ -336,12 +336,25 @@ public abstract class Node extends FeatureDescriptor implements Lookup.Provider,
             Children ch = getParentChildren();
 
             if ((ch != null) && (ch != parent)) {
-                throw new IllegalStateException(
+                String parentNodes = null;
+                String chNodes = null;
+                Throwable t = null;
+                try {
+                    parentNodes = Arrays.toString(parent.getNodes());
+                    chNodes = Arrays.toString(ch.getNodes());
+                } catch (RuntimeException e) {
+                   t = e;
+                }
+                IllegalStateException ex = new IllegalStateException(
                     "Cannot initialize " + index + "th child of node " + parent.getNode() +
                     "; it already belongs to node " + ch.getNode() + "\nChildren of new node: " +
-                    Arrays.toString(parent.getNodes()) + "\nChildren of old node: " +
-                    Arrays.toString(ch.getNodes())
+                    parentNodes + "\nChildren of old node: " +
+                    chNodes
                 ); // NOI18N
+                if (t != null) {
+                    ex.initCause(t);
+                }
+                throw ex;
             }
 
             if (!(this.parent instanceof ChildrenArray)) {
@@ -465,6 +478,12 @@ public abstract class Node extends FeatureDescriptor implements Lookup.Provider,
      * whether children are of the right subclass
      */
     void updateChildren() {
+        Children ch = hierarchy;
+        if (ch instanceof Children.LazyChildren) {
+            // Replace the children with the ones provided lazily:
+            ch = ((Children.LazyChildren) ch).getOriginal();
+            setChildren(ch);
+        }
     }
 
     /** Allows to change Children of the node. Call to this method aquires
diff --git a/openide.nodes/src/org/openide/nodes/NodeLookup.java b/openide.nodes/src/org/openide/nodes/NodeLookup.java
index 0cba579..fbf3b77 100644
--- a/openide.nodes/src/org/openide/nodes/NodeLookup.java
+++ b/openide.nodes/src/org/openide/nodes/NodeLookup.java
@@ -167,7 +167,7 @@ final class NodeLookup extends AbstractLookup {
     public void updateLookupAsCookiesAreChanged(Class toAdd) {
         java.util.Collection<AbstractLookup.Pair> instances;
         java.util.Map<AbstractLookup.Pair, Class> fromPairToQueryClass;
-
+        java.util.Iterator<Class> it;
         // if it is cookie change, do the rescan, try to keep order
         synchronized (this) {
             if (toAdd != null) {
@@ -182,15 +182,14 @@ final class NodeLookup extends AbstractLookup {
             instances = new java.util.LinkedHashSet<AbstractLookup.Pair>(queriedCookieClasses.size());
             fromPairToQueryClass = new java.util.LinkedHashMap<AbstractLookup.Pair, Class>();
 
-            java.util.Iterator<Class> it = /* #74334 */new ArrayList<Class>(queriedCookieClasses).iterator();
+            it = /* #74334 */new ArrayList<Class>(queriedCookieClasses).iterator();
             CookieSetLkp.SimpleItem<Node> nodePair = new CookieSetLkp.SimpleItem<Node>(node);
             instances.add(nodePair);
             fromPairToQueryClass.put(nodePair, Node.class);
-
-            while (it.hasNext()) {
-                Class c = it.next();
-                addCookie(node, c, instances, fromPairToQueryClass);
-            }
+        }
+        while (it.hasNext()) {
+            Class c = it.next();
+            addCookie(node, c, instances, fromPairToQueryClass);
         }
 
         final java.util.Map<AbstractLookup.Pair, Class> m = fromPairToQueryClass;
diff --git a/openide.nodes/src/org/openide/nodes/NodeTransfer.java b/openide.nodes/src/org/openide/nodes/NodeTransfer.java
index fc2668e..170956b 100644
--- a/openide.nodes/src/org/openide/nodes/NodeTransfer.java
+++ b/openide.nodes/src/org/openide/nodes/NodeTransfer.java
@@ -124,12 +124,16 @@ public abstract class NodeTransfer extends Object {
     * @param actions any mask of dnd constants DND_* and CLIPBOARD_*
     */
     private static DataFlavor createDndFlavor(int actions) {
+        Exception ex;
         try {
             return new DataFlavor(dndMimeType.format(new Object[] { new Integer(actions) }),
                     null, Node.class.getClassLoader());
+        } catch (IllegalArgumentException iae) {
+            ex = iae;
         } catch (ClassNotFoundException cnfE) {
-            throw (IllegalStateException) new IllegalStateException().initCause(cnfE);
+            ex = cnfE;
         }
+        throw new IllegalStateException("Cannot createDndFlavor(" + actions + ")", ex); // NOI18N
     }
 
     /** Creates transferable that represents a node operation, such as cut-to-clipboard.
diff --git a/openide.nodes/src/org/openide/nodes/PropertySupport.java b/openide.nodes/src/org/openide/nodes/PropertySupport.java
index 63f1867..e56f7bc 100644
--- a/openide.nodes/src/org/openide/nodes/PropertySupport.java
+++ b/openide.nodes/src/org/openide/nodes/PropertySupport.java
@@ -45,6 +45,8 @@
 package org.openide.nodes;
 
 import java.beans.Beans;
+import java.beans.FeatureDescriptor;
+import java.beans.Introspector;
 import java.beans.PropertyEditor;
 import java.lang.reflect.InvocationTargetException;
 import java.lang.reflect.Method;
@@ -110,7 +112,10 @@ public abstract class PropertySupport<T> extends Node.Property<T> {
         }
     }
 
-    /** Support for properties from Java Reflection. */
+    /**
+     * Support for properties from Java Reflection.
+     * Since 7.19, the {@link FeatureDescriptor#getName} will be set automatically.
+     */
     public static class Reflection<T> extends Node.Property<T> {
         /** Instance of a bean. */
         protected Object instance;
@@ -143,6 +148,12 @@ public abstract class PropertySupport<T> extends Node.Property<T> {
                 throw new IllegalArgumentException("Cannot use a non-public setter " + setter); // NOI18N
             }
 
+            if (getter != null) {
+                setName(Introspector.decapitalize(getter.getName().replaceFirst("^(get|is|has)", "")));
+            } else if (setter != null) {
+                setName(Introspector.decapitalize(setter.getName().replaceFirst("^set", "")));
+            }
+
             this.instance = instance;
             this.setter = setter;
             this.getter = getter;
diff --git a/openide.nodes/test/unit/src/org/openide/nodes/ChildrenArrayNodeAtShouldNotBeSlowTest.java b/openide.nodes/test/unit/src/org/openide/nodes/ChildrenArrayNodeAtShouldNotBeSlowTest.java
index a2531a8..8d5ead1 100644
--- a/openide.nodes/test/unit/src/org/openide/nodes/ChildrenArrayNodeAtShouldNotBeSlowTest.java
+++ b/openide.nodes/test/unit/src/org/openide/nodes/ChildrenArrayNodeAtShouldNotBeSlowTest.java
@@ -174,7 +174,9 @@ public class ChildrenArrayNodeAtShouldNotBeSlowTest extends NbTestCase {
                     max = l.longValue ();
                     maxIndex = ((Integer)en.getKey ()).intValue ();
                 }
-                if (l.longValue () < min) min = l.longValue ();
+                if (l.longValue () < min && l.longValue() > 0) {
+                    min = l.longValue ();
+                }
                 error.append (" ms\n");
                 
                 cnt++;
diff --git a/openide.nodes/test/unit/src/org/openide/nodes/ChildrenFilterAsKeysTest.java b/openide.nodes/test/unit/src/org/openide/nodes/ChildrenFilterAsKeysTest.java
index 5aea4a7..3fa5a6a 100644
--- a/openide.nodes/test/unit/src/org/openide/nodes/ChildrenFilterAsKeysTest.java
+++ b/openide.nodes/test/unit/src/org/openide/nodes/ChildrenFilterAsKeysTest.java
@@ -50,10 +50,6 @@ public class ChildrenFilterAsKeysTest extends ChildrenKeysTest {
         super(testName);
     }
 
-//   public static ChildrenFilterAsKeysTest suite() {
-//        return new ChildrenFilterAsKeysTest("testDestroyIsCalledWhenANodeIsRemoved");
-//    }
-
     @Override
     protected Node createNode (Children ch) {
         return new FilterNode (new AbstractNode (ch));
diff --git a/openide.nodes/test/unit/src/org/openide/nodes/ChildrenFilterAsLazyKeysTest.java b/openide.nodes/test/unit/src/org/openide/nodes/ChildrenFilterAsLazyKeysTest.java
index 8c73137..dc990e0 100644
--- a/openide.nodes/test/unit/src/org/openide/nodes/ChildrenFilterAsLazyKeysTest.java
+++ b/openide.nodes/test/unit/src/org/openide/nodes/ChildrenFilterAsLazyKeysTest.java
@@ -44,6 +44,8 @@
 
 package org.openide.nodes;
 
+import org.netbeans.junit.RandomlyFails;
+
 public class ChildrenFilterAsLazyKeysTest extends ChildrenKeysTest {
     {
         System.setProperty("org.openide.explorer.VisualizerNode.prefetchCount", "0");
@@ -53,10 +55,6 @@ public class ChildrenFilterAsLazyKeysTest extends ChildrenKeysTest {
         super(testName);
     }
 
-//    public static ChildrenFilterAsLazyKeysTest suite() {
-//        return new ChildrenFilterAsLazyKeysTest("testProblemsWithRefereshAfterInitializationInReadAccessIssue140313");
-//    }
-
     @Override
     protected boolean lazy() {
         return true;
@@ -66,4 +64,9 @@ public class ChildrenFilterAsLazyKeysTest extends ChildrenKeysTest {
     protected Node createNode (Children ch) {
         return new FilterNode (new AbstractNode (ch));
     }
+    
+    @Override @RandomlyFails
+    public void testSetChildrenDoNotCallAddNotify() {
+        super.testSetChildrenDoNotCallAddNotify();
+    }
 }
diff --git a/openide.nodes/test/unit/src/org/openide/nodes/ChildrenKeysTest.java b/openide.nodes/test/unit/src/org/openide/nodes/ChildrenKeysTest.java
index 766966b..2dc9a70 100644
--- a/openide.nodes/test/unit/src/org/openide/nodes/ChildrenKeysTest.java
+++ b/openide.nodes/test/unit/src/org/openide/nodes/ChildrenKeysTest.java
@@ -89,10 +89,6 @@ public class ChildrenKeysTest extends NbTestCase {
         return false;
     }
 
-//    public static ChildrenKeysTest suite() {
-//        return new ChildrenKeysTest("testEventsCausedBySetChildren");
-//    }
-
     @Override
     protected Level logLevel() {
         return Level.FINEST;
@@ -226,6 +222,34 @@ public class ChildrenKeysTest extends NbTestCase {
         assertTrue ("Preempted thread finished correctly", done[0]);
         assertTrue ("Other thread finished correctly", done[1]);
     }
+    
+    public void testNodesCountDelegated() throws Exception {
+        class K extends Children.Keys<String> {
+            int cnt;
+            
+            K() {
+                super(lazy());
+            }
+
+            @Override
+            protected Node[] createNodes(String key) {
+                throw new UnsupportedOperationException("Not supported yet.");
+            }
+
+            @Override
+            public int getNodesCount(boolean optimalResult) {
+                cnt++;
+                return super.getNodesCount(optimalResult);
+            }
+        }
+        
+        K k = new K();
+        Node n = createNode(k);
+        assertEquals("Returns nothing", 0, n.getChildren().getNodesCount(true));
+        assertEquals("getNodesCount method called", 1, k.cnt);
+        
+    }
+            
 
     /**
      * See issue #76614
@@ -595,11 +619,18 @@ public class ChildrenKeysTest extends NbTestCase {
         n = null;
         assertGC ("Node can be gced", ref);
 
-        for (int i = 0; i < 5; i++) {
+        for (int i = 0; i < 10; i++) {
             if (k.removeNotify == 1) {
                 break;
             }
-            Thread.sleep(100);
+            try {
+                ref = new WeakReference(root.getChildren().getEntrySupport());
+                assertGC("Stimulate GC activity", ref);
+            } catch (AssertionFailedError err) {
+                // OK, entry support cannot be GCed
+                continue;
+            }
+            fail("assertGC shall fail before");
         }
 
         assertEquals("Remove notify is being called", 1, k.removeNotify);
@@ -1245,7 +1276,9 @@ public class ChildrenKeysTest extends NbTestCase {
      * @param arr names
      */
     private void checkNames (Node ch, String[] arr) {
+        LOG.log(Level.INFO, "About to get children: {0}", Arrays.toString(arr));
         Node[] nodes = ch.getChildren ().getNodes ();
+        LOG.info("Children computed");
         
         if (nodes.length != arr.length) {
             fail ("Keys: " + arr.length + " Nodes: " + nodes.length);
@@ -2227,12 +2260,18 @@ public class ChildrenKeysTest extends NbTestCase {
             }
 
             @Override
-            protected Node[] createNodes(Object key) {
+            protected Node[] createNodes(final Object key) {
                 if (doThrow) {
                     doThrow = false;
                     throw new IllegalStateException("something went wrong");
                 }
-                return super.createNodes(key);
+                AbstractNode an = new AbstractNode(Children.LEAF) {
+                    @Override
+                    public String getName() {
+                        return key.toString();
+                    }
+                };
+                return new Node[] { an };
             }
         }
 
@@ -2248,8 +2287,9 @@ public class ChildrenKeysTest extends NbTestCase {
         assertEquals("a2", nodes[0].getName());
 
         ch.keys("c1");
-        nodes = root.getChildren().getNodes();
-        assertEquals("c1", nodes[0].getName());
+        Node[] arr = root.getChildren().getNodes();
+        assertEquals("One node now: " + Arrays.toString(arr) + "\nwas: " + Arrays.toString(nodes), 1, arr.length);
+        assertEquals("c1", arr[0].getName());
     }
 
     @RandomlyFails // assumed to suffer from same random problem as testGetNodesFromTwoThreads57769; see Thread.sleep
diff --git a/openide.nodes/test/unit/src/org/openide/nodes/ChildrenLazyKeysTest.java b/openide.nodes/test/unit/src/org/openide/nodes/ChildrenLazyKeysTest.java
index 5231d88..83e7170 100644
--- a/openide.nodes/test/unit/src/org/openide/nodes/ChildrenLazyKeysTest.java
+++ b/openide.nodes/test/unit/src/org/openide/nodes/ChildrenLazyKeysTest.java
@@ -53,10 +53,6 @@ public class ChildrenLazyKeysTest extends ChildrenKeysTest {
         super(testName);
     }
 
-//    public static ChildrenLazyKeysTest suite() {
-//        return new ChildrenLazyKeysTest("testRefreshKey");
-//    }
-
     @Override
     protected boolean lazy() {
         return true;
diff --git a/openide.nodes/test/unit/src/org/openide/nodes/ChildrenMapTest.java b/openide.nodes/test/unit/src/org/openide/nodes/ChildrenMapTest.java
new file mode 100644
index 0000000..4c19a0b
--- /dev/null
+++ b/openide.nodes/test/unit/src/org/openide/nodes/ChildrenMapTest.java
@@ -0,0 +1,65 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2011 Sun Microsystems, Inc.
+ */
+
+package org.openide.nodes;
+
+import org.netbeans.junit.NbTestCase;
+
+public class ChildrenMapTest extends NbTestCase {
+    public ChildrenMapTest(String name) {
+        super(name);
+    }
+
+    public void testGetNodesCount() {
+        MM m = new MM();
+        Node n = new AbstractNode(m);
+        m.put("a", new AbstractNode(Children.LEAF));
+        m.put("b", new AbstractNode(Children.LEAF));
+        assertEquals("Two", 2, n.getChildren().getNodesCount());
+        m.remove("b");
+        assertEquals("One", 1, n.getChildren().getNodesCount());
+    }
+    
+    class MM extends Children.Map<String> {
+        
+    }
+}
diff --git a/openide.nodes/test/unit/src/org/openide/nodes/FilterNodeTest.java b/openide.nodes/test/unit/src/org/openide/nodes/FilterNodeTest.java
index 444ef4c..d82c5c4 100644
--- a/openide.nodes/test/unit/src/org/openide/nodes/FilterNodeTest.java
+++ b/openide.nodes/test/unit/src/org/openide/nodes/FilterNodeTest.java
@@ -74,10 +74,6 @@ public class FilterNodeTest extends NbTestCase {
         super(name);
     }
     
-//    public static FilterNodeTest suite() {
-//        return new FilterNodeTest("testRemoveNotifyIsCalledLazy");
-//    }
-
     /** Demonstrates a bug in FilterNode.changeOriginal.
      */
     public void testChangeOriginalLeafToArray () {
diff --git a/openide.nodes/test/unit/src/org/openide/nodes/NodeLookupTest.java b/openide.nodes/test/unit/src/org/openide/nodes/NodeLookupTest.java
index f75b6c2..caeabc8 100644
--- a/openide.nodes/test/unit/src/org/openide/nodes/NodeLookupTest.java
+++ b/openide.nodes/test/unit/src/org/openide/nodes/NodeLookupTest.java
@@ -50,9 +50,7 @@ import java.util.Collections;
 import java.util.HashSet;
 import java.util.Iterator;
 import java.util.Set;
-import junit.framework.Test;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.cookies.SaveCookie;
 import org.openide.util.Lookup;
 import org.openide.util.LookupListener;
@@ -68,11 +66,6 @@ public class NodeLookupTest extends NbTestCase {
         super(name);
     }
     
-    public static Test suite() {
-        //return new NodeLookupTest("testChangeInObjectVisibleInLookupThruFilterNodeWhenItOverridesGetCookie");
-        return new NbTestSuite(NodeLookupTest.class);
-    }
-    
     public void testChangesAreFiredFromLookup () {
         CountableLookup lkp = new CountableLookup ();
         Node node = new AbstractNode (createChildren (), lkp);
@@ -266,6 +259,7 @@ public class NodeLookupTest extends NbTestCase {
             }
             
             public Node.Cookie getCookie (Class clazz) {
+                assertFalse("Don't hold locks while querying nodes", Thread.holdsLock(getLookup()));
                 queries.add (clazz);
                 return super.getCookie (clazz);
             }
@@ -483,12 +477,12 @@ public class NodeLookupTest extends NbTestCase {
     }        
 
     public void testLazyCookieSet35856 () {
-        CookieNode n = new CookieNode ();
-        
+        final CookieNode n = new CookieNode ();
         class CF implements CookieSet.Factory, org.openide.cookies.OpenCookie, org.openide.cookies.EditCookie, org.openide.cookies.ViewCookie {
             public int cnt;
             public Node.Cookie createCookie(Class klass) {
                 cnt++;
+                assertFalse("Don't hold locks while querying nodes", Thread.holdsLock(n.getLookup()));
                 return this;
             }
                 
diff --git a/openide.nodes/test/unit/src/org/openide/nodes/PropertiesTest.java b/openide.nodes/test/unit/src/org/openide/nodes/PropertiesTest.java
index f0a3bf7..f8d06f8 100644
--- a/openide.nodes/test/unit/src/org/openide/nodes/PropertiesTest.java
+++ b/openide.nodes/test/unit/src/org/openide/nodes/PropertiesTest.java
@@ -70,7 +70,8 @@ public class PropertiesTest extends NbTestCase {
         // Test normal property
         TestBean tb = new TestBean();
         np = new PropertySupport.Reflection( tb, int.class, "number" );        
-        assertEquals( "Value", np.getValue(), new Integer( 1 ) ); 
+        assertEquals( "Value", np.getValue(), new Integer( 1 ) );
+        assertEquals("number", np.getName());
         
         // Test setter only of type String
         NoSuchMethodException thrownException = null;
@@ -106,11 +107,21 @@ public class PropertiesTest extends NbTestCase {
         // Test get/set boolean
         np = new PropertySupport.Reflection( tb, boolean.class, "getSetBoolean" );        
         assertEquals( "Value", np.getValue(), Boolean.TRUE ); 
+        assertEquals("getSetBoolean", np.getName());
                 
         // Test is/set boolean
         np = new PropertySupport.Reflection( tb, boolean.class, "isSetBoolean" );        
         assertEquals( "Value", np.getValue(), Boolean.TRUE ); 
-        
+
+        // Test names with just one getter or setter
+        np = new PropertySupport.Reflection<Integer>(tb, int.class, "getNumber", null);
+        assertTrue(np.canRead());
+        assertFalse(np.canWrite());
+        assertEquals("number", np.getName());
+        np = new PropertySupport.Reflection<Integer>(tb, int.class, null, "setNumber");
+        assertFalse(np.canRead());
+        assertTrue(np.canWrite());
+        assertEquals("number", np.getName());
     }
     
     public static class TestBean {
diff --git a/openide.nodes/test/unit/src/org/openide/nodes/SetChildrenTest.java b/openide.nodes/test/unit/src/org/openide/nodes/SetChildrenTest.java
index 5cb8e65..b27bc40 100644
--- a/openide.nodes/test/unit/src/org/openide/nodes/SetChildrenTest.java
+++ b/openide.nodes/test/unit/src/org/openide/nodes/SetChildrenTest.java
@@ -46,6 +46,7 @@ package org.openide.nodes;
 
 import java.beans.*;
 import java.util.*;
+import java.util.concurrent.Callable;
 
 import org.netbeans.junit.*;
 
@@ -59,10 +60,6 @@ public class SetChildrenTest extends NbTestCase {
         super(name);
     }
     
-//    public static SetChildrenTest suite() {
-//        return new SetChildrenTest("testChldrenEvents");
-//    }    
-
     /** Tests whether the nodes get Changed.
      */
     public void testChldrenEvents () throws Exception {
@@ -265,6 +262,19 @@ public class SetChildrenTest extends NbTestCase {
         
         GoldenEvent.assertEvents ( nl.getEvents(), goldenEvents, PropertyChangeEvent.class );        
     }
+
+    /** Test whether Children are retrieved lazily
+     */
+    public void testUpdateChildren() {
+        UpdateChildrenFactory uchf = new UpdateChildrenFactory();
+        AbstractNode n = new AbstractNode(Children.createLazy(uchf));
+        assertNull(uchf.newChildren);
+        assertSame("Children not updated", uchf.newChildrenToReturn, n.getChildren());
+
+        uchf = new UpdateChildrenFactory();
+        n = new AbstractNode(Children.createLazy(uchf));
+        assertFalse("Children not updated, the node should not be leaf", n.isLeaf());
+    }
     
     
     /** Tests property changes on old and new nodes
@@ -294,6 +304,21 @@ public class SetChildrenTest extends NbTestCase {
         }        
     }
     
+    private static class UpdateChildrenFactory implements Callable<Children> {
+
+        Children newChildrenToReturn = new Children.Array();
+        Children newChildren;
+
+        @Override
+        public Children call() throws Exception {
+            if (newChildren == null) {
+                newChildren = newChildrenToReturn;
+            }
+            return newChildren;
+        }
+        
+    }
+
     /** Useful class for testing events.
      */
     
diff --git a/openide.nodes/test/unit/src/org/openide/util/actions/Issue71764Test.java b/openide.nodes/test/unit/src/org/openide/util/actions/Issue71764Test.java
index 7acdabb..eccadec 100644
--- a/openide.nodes/test/unit/src/org/openide/util/actions/Issue71764Test.java
+++ b/openide.nodes/test/unit/src/org/openide/util/actions/Issue71764Test.java
@@ -45,7 +45,6 @@
 package org.openide.util.actions;
 
 import java.io.IOException;
-import junit.framework.*;
 import org.netbeans.junit.*;
 import org.openide.cookies.SaveCookie;
 import org.openide.nodes.AbstractNode;
@@ -54,7 +53,6 @@ import org.openide.nodes.Node;
 import org.openide.util.ContextGlobalProvider;
 import org.openide.util.HelpCtx;
 import org.openide.util.Lookup;
-import org.openide.util.actions.NodeAction;
 import org.openide.util.lookup.Lookups;
 
 /** Tests if NodeAction initializes its listener list and resposes
@@ -66,15 +64,6 @@ public class Issue71764Test extends NbTestCase {
         super(testName);
     }
     
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(Issue71764Test.class);
-        return suite;
-    }
-    
     public void test71764() {
         MockServices.setServices(ContextProvider.class);
         
diff --git a/openide.options/manifest.mf b/openide.options/manifest.mf
index f836c99..9cba4b8 100644
--- a/openide.options/manifest.mf
+++ b/openide.options/manifest.mf
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.openide.options
-OpenIDE-Module-Specification-Version: 6.15.1
+OpenIDE-Module-Specification-Version: 6.18.1
 OpenIDE-Module-Localizing-Bundle: org/openide/options/Bundle.properties
 OpenIDE-Module-Deprecated: true
 AutoUpdate-Essential-Module: true
diff --git a/openide.text/apichanges.xml b/openide.text/apichanges.xml
index cdffbf6..2701d01 100644
--- a/openide.text/apichanges.xml
+++ b/openide.text/apichanges.xml
@@ -49,6 +49,53 @@ made subject to such option by the copyright holder.
 <apidef name="text">Text API</apidef>
 </apidefs>
 <changes>
+    <change id="NbDocument-Annotatable">
+        <api name="text"/>
+        <summary></summary>
+        <version major="6" minor="35"/>
+        <date day="7" month="2" year="2011"/>
+        <author login="mmetelka"/>
+        <compatibility semantic="incompatible"/>
+        <description>
+            <p>
+                <code>addAnnotation()</code> and <code>removeAnnotation()</code>
+                no longer re-plan their work into EDT.
+            </p>
+        </description>
+        <class package="org.openide.text" name="NbDocument"/>
+        <issue number="194816"/>
+    </change>
+    <change id="commit-groups">
+        <api name="text"/>
+        <summary>Better support for vi mode</summary>
+        <version major="6" minor="34"/>
+        <date day="24" month="11" year="2010"/>
+        <author login="err"/>
+        <compatibility addition="yes"/>
+        <description>
+            <p>
+                Support for chunking edits via <code>BEGIN_COMMIT_GROUP</code>
+                and <code>END_COMMIT_GROUP</code>.
+            </p>
+        </description>
+        <class package="org.openide.text" name="CloneableEditorSupport"/>
+        <issue number="103467"/>
+    </change>
+    <change id="Editors-TabActions">
+        <api name="text"/>
+        <summary>Ability to inject actions into editor tab context menus</summary>
+        <version major="6" minor="32"/>
+        <date day="16" month="8" year="2010"/>
+        <author login="jglick"/>
+        <compatibility addition="yes"/>
+        <description>
+            <p>
+                Actions may now be placed in <code>Editors/TabActions</code> to add
+                them to the context menu of the tab of an editor window.
+            </p>
+        </description>
+        <issue number="189320"/>
+    </change>
     <change id="NbDocument-style-constants-deprecated">
         <api name="text"/>
         <summary>Deprecating style constants in NbDocument</summary>
diff --git a/openide.text/arch.xml b/openide.text/arch.xml
index 34ed1de..9dfbae9 100644
--- a/openide.text/arch.xml
+++ b/openide.text/arch.xml
@@ -765,7 +765,9 @@ No.
         </question>
 -->
 <answer id="resources-read">
-No.
+<api type="export" category="devel" group="layer" name="Editors-TabActions">
+    Actions for the editor tab (window) context menu can be injected into <code>Editors/TabActions</code>.
+</api>
 </answer>
 
 <!--
diff --git a/openide.text/manifest.mf b/openide.text/manifest.mf
index fbdb3b2..a340daa 100644
--- a/openide.text/manifest.mf
+++ b/openide.text/manifest.mf
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.openide.text
 OpenIDE-Module-Install: org/netbeans/modules/openide/text/Installer.class
-OpenIDE-Module-Specification-Version: 6.30.1
+OpenIDE-Module-Specification-Version: 6.36.1
 OpenIDE-Module-Localizing-Bundle: org/openide/text/Bundle.properties
 AutoUpdate-Essential-Module: true
 
diff --git a/openide.text/nbproject/org-openide-text.sig b/openide.text/nbproject/org-openide-text.sig
index e9386c0..a9fe3bc 100644
--- a/openide.text/nbproject/org-openide-text.sig
+++ b/openide.text/nbproject/org-openide-text.sig
@@ -1,8 +1,8 @@
 #Signature file v4.1
-#Version 6.27
+#Version 6.30
 
 CLSS public abstract java.awt.Component
-cons protected Component()
+cons protected init()
 fld public final static float BOTTOM_ALIGNMENT = 1.0
 fld public final static float CENTER_ALIGNMENT = 0.5
 fld public final static float LEFT_ALIGNMENT = 0.0
@@ -272,11 +272,11 @@ meth public void transferFocusUpCycle()
 meth public void update(java.awt.Graphics)
 meth public void validate()
 supr java.lang.Object
-hfds FOCUS_TRAVERSABLE_DEFAULT,FOCUS_TRAVERSABLE_SET,FOCUS_TRAVERSABLE_UNKNOWN,LOCK,accessibleContext,actionListenerK,adjustmentListenerK,appContext,background,backgroundEraseDisabled,boundsOp,bufferStrategy,changeSupport,coalesceEventsParams,coalesceMap,coalescingEnabled,componentListener,componentListenerK,componentOrientation,componentSerializedDataVersion,compoundShape,containerListenerK,cursor,dbg,dropTarget,enabled,eventCache,eventMask,focusListener,focusListenerK,focusLog,focusTraversalKeyPropertyNames,focusTraversalKeys,focusTraversalKeysEnabled,focusable,font,foreground,graphicsConfig,height,hierarchyBoundsListener,hierarchyBoundsListenerK,hierarchyListener,hierarchyListenerK,ignoreRepaint,incRate,inputMethodListener,inputMethodListenerK,isAddNotifyComplete,isFocusTraversableOverridden,isInc,isPacked,itemListenerK,keyListener,keyListenerK,locale,log,maxSize,maxSizeSet,minSize,minSizeSet,mixingCutoutRegion,mixingLog,mouseListener,mouseListenerK,mouseMotionListener,mouseMotionListenerK,mouseWheelListener,mouseWheelListenerK,name,nameExplicitlySet,nativeInLightFixer,newEventsOnly,objectLock,ownedWindowK,parent,peer,peerFont,popups,prefSize,prefSizeSet,privateKey,requestFocusController,serialVersionUID,textListenerK,valid,visible,width,windowClosingException,windowFocusListenerK,windowListenerK,windowStateListenerK,x,y
-hcls AWTTreeLock,BltSubRegionBufferStrategy,DummyRequestFocusController,FlipSubRegionBufferStrategy,NativeInLightFixer,ProxyCapabilities,SingleBufferStrategy
+hfds FOCUS_TRAVERSABLE_DEFAULT,FOCUS_TRAVERSABLE_SET,FOCUS_TRAVERSABLE_UNKNOWN,LOCK,accessibleContext,actionListenerK,adjustmentListenerK,appContext,background,boundsOp,bufferStrategy,changeSupport,changeSupportLock,coalesceEventsParams,coalesceMap,coalescingEnabled,componentListener,componentListenerK,componentOrientation,componentSerializedDataVersion,compoundShape,containerListenerK,cursor,dropTarget,enabled,eventCache,eventLog,eventMask,focusListener,focusListenerK,focusLog,focusTraversalKeyPropertyNames,focusTraversalKeys,focusTraversalKeysEnabled,focusable,font,foreground,graphicsConfig,height,hierarchyBoundsListener,hierarchyBoundsListenerK,hierarchyListener,hierarchyListenerK,ignoreRepaint,incRate,inputMethodListener,inputMethodListenerK,isAddNotifyComplete,isFocusTraversableOverridden,isInc,isPacked,itemListenerK,keyListener,keyListenerK,locale,log,maxSize,maxSizeSet,minSize,minSizeSet,mixingLog,mouseListener,mouseListenerK,mouseMotionListener,mouseMotionListenerK,mouseWheelListener,mouseWheelListenerK,name,nameExplicitlySet,nativeInLightFixer,newEventsOnly,opaquePropertyChangeListener,ownedWindowK,parent,peer,peerFont,popups,prefSize,prefSizeSet,requestFocusController,serialVersionUID,textListenerK,valid,visible,width,windowClosingException,windowFocusListenerK,windowListenerK,windowStateListenerK,x,y
+hcls AWTTreeLock,BltSubRegionBufferStrategy,DummyRequestFocusController,FlipSubRegionBufferStrategy,NativeInLightFixer,SingleBufferStrategy
 
 CLSS public java.awt.Container
-cons public Container()
+cons public init()
 innr protected AccessibleAWTContainer
 meth protected java.lang.String paramString()
 meth protected void addImpl(java.awt.Component,java.lang.Object,int)
@@ -353,12 +353,11 @@ meth public void setFocusTraversalKeys(int,java.util.Set<? extends java.awt.AWTK
 meth public void setFocusTraversalPolicy(java.awt.FocusTraversalPolicy)
 meth public void setFont(java.awt.Font)
 meth public void setLayout(java.awt.LayoutManager)
-meth public void transferFocusBackward()
 meth public void transferFocusDownCycle()
 meth public void update(java.awt.Graphics)
 meth public void validate()
 supr java.awt.Component
-hfds EMPTY_ARRAY,INCLUDE_SELF,SEARCH_HEAVYWEIGHTS,component,containerListener,containerSerializedDataVersion,dbg,descendantsCount,dispatcher,focusCycleRoot,focusTraversalPolicy,focusTraversalPolicyProvider,layoutMgr,listeningBoundsChildren,listeningChildren,mixingLog,modalAppContext,modalComp,numOfHWComponents,numOfLWComponents,preserveBackgroundColor,printing,printingThreads,serialPersistentFields,serialVersionUID
+hfds INCLUDE_SELF,SEARCH_HEAVYWEIGHTS,component,containerListener,containerSerializedDataVersion,descendantsCount,dispatcher,eventLog,focusCycleRoot,focusTraversalPolicy,focusTraversalPolicyProvider,layoutMgr,listeningBoundsChildren,listeningChildren,log,mixingLog,modalAppContext,modalComp,ncomponents,numOfHWComponents,numOfLWComponents,printing,printingThreads,serialPersistentFields,serialVersionUID
 hcls DropTargetEventTargetFilter,EventTargetFilter,MouseEventTargetFilter,WakingRunnable
 
 CLSS public abstract interface java.awt.MenuContainer
@@ -379,7 +378,7 @@ fld public final static int WIDTH = 1
 meth public abstract boolean imageUpdate(java.awt.Image,int,int,int,int,int)
 
 CLSS public java.beans.FeatureDescriptor
-cons public FeatureDescriptor()
+cons public init()
 meth public boolean isExpert()
 meth public boolean isHidden()
 meth public boolean isPreferred()
@@ -416,7 +415,7 @@ CLSS public abstract interface !annotation java.lang.Deprecated
 intf java.lang.annotation.Annotation
 
 CLSS public abstract java.lang.Enum<%0 extends java.lang.Enum<{java.lang.Enum%0}>>
-cons protected Enum(java.lang.String,int)
+cons protected init(java.lang.String,int)
 intf java.io.Serializable
 intf java.lang.Comparable<{java.lang.Enum%0}>
 meth protected final java.lang.Object clone() throws java.lang.CloneNotSupportedException
@@ -433,7 +432,7 @@ supr java.lang.Object
 hfds name,ordinal
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -502,7 +501,7 @@ meth public abstract java.lang.Object clone()
 CLSS public abstract interface java.util.EventListener
 
 CLSS public java.util.EventObject
-cons public EventObject(java.lang.Object)
+cons public init(java.lang.Object)
 fld protected java.lang.Object source
 intf java.io.Serializable
 meth public java.lang.Object getSource()
@@ -514,7 +513,7 @@ CLSS public abstract interface javax.accessibility.Accessible
 meth public abstract javax.accessibility.AccessibleContext getAccessibleContext()
 
 CLSS public abstract javax.swing.JComponent
-cons public JComponent()
+cons public init()
 fld protected javax.accessibility.AccessibleContext accessibleContext
 fld protected javax.swing.event.EventListenerList listenerList
 fld protected javax.swing.plaf.ComponentUI ui
@@ -668,7 +667,7 @@ meth public void unregisterKeyboardAction(javax.swing.KeyStroke)
 meth public void update(java.awt.Graphics)
 meth public void updateUI()
 supr java.awt.Container
-hfds ACTIONMAP_CREATED,ANCESTOR_INPUTMAP_CREATED,ANCESTOR_NOTIFIER_KEY,ANCESTOR_USING_BUFFER,AUTOSCROLLS_SET,COMPLETELY_OBSCURED,CREATED_DOUBLE_BUFFER,DEBUG_GRAPHICS_LOADED,FOCUS_INPUTMAP_CREATED,FOCUS_TRAVERSAL_KEYS_BACKWARD_SET,FOCUS_TRAVERSAL_KEYS_FORWARD_SET,INHERITS_POPUP_MENU,INPUT_VERIFIER_KEY,INPUT_VERIFIER_SOURCE_KEY,IS_DOUBLE_BUFFERED,IS_OPAQUE,IS_PAINTING_TILE,IS_PRINTING,IS_PRINTING_ALL,IS_REPAINTING,KEYBOARD_BINDINGS_KEY,KEY_EVENTS_ENABLED,NEXT_FOCUS,NOT_OBSCURED,OPAQUE_SET,PARTIALLY_OBSCURED,REQUEST_FOCUS_DISABLED,RESERVED_1,RESERVED_2,RESERVED_3,RESERVED_4,RESERVED_5,RESERVED_6,TRANSFER_HANDLER_KEY,WHEN_IN_FOCUSED_WINDOW_BINDINGS,WIF_INPUTMAP_CREATED,WRITE_OBJ_COUNTER_FIRST,WRITE_OBJ_COUNTER_LAST,aaTextInfo,actionMap,alignmentX,alignmentY,ancestorInputMap,autoscrolls,border,clientProperties,componentObtainingGraphicsFrom,componentObtainingGraphicsFromLock,defaultLocale,flags,focusController,focusInputMap,inputVerifier,isAlignmentXSet,isAlignmentYSet,managingFocusBackwardTraversalKeys,managingFocusForwardTraversalKeys,paintingChild,popupMenu,readObjectCallbacks,tempRectangles,uiClassID,verifyInputWhenFocusTarget,vetoableChangeSupport,windowInputMap
+hfds ACTIONMAP_CREATED,ANCESTOR_INPUTMAP_CREATED,ANCESTOR_USING_BUFFER,AUTOSCROLLS_SET,COMPLETELY_OBSCURED,CREATED_DOUBLE_BUFFER,DEBUG_GRAPHICS_LOADED,FOCUS_INPUTMAP_CREATED,FOCUS_TRAVERSAL_KEYS_BACKWARD_SET,FOCUS_TRAVERSAL_KEYS_FORWARD_SET,INHERITS_POPUP_MENU,INPUT_VERIFIER_SOURCE_KEY,IS_DOUBLE_BUFFERED,IS_OPAQUE,IS_PAINTING_TILE,IS_PRINTING,IS_PRINTING_ALL,IS_REPAINTING,KEYBOARD_BINDINGS_KEY,KEY_EVENTS_ENABLED,NEXT_FOCUS,NOT_OBSCURED,OPAQUE_SET,PARTIALLY_OBSCURED,REQUEST_FOCUS_DISABLED,RESERVED_1,RESERVED_2,RESERVED_3,RESERVED_4,RESERVED_5,RESERVED_6,REVALIDATE_RUNNABLE_SCHEDULED,WHEN_IN_FOCUSED_WINDOW_BINDINGS,WIF_INPUTMAP_CREATED,WRITE_OBJ_COUNTER_FIRST,WRITE_OBJ_COUNTER_LAST,aaTextInfo,actionMap,alignmentX,alignmentY,ancestorInputMap,autoscrolls,border,clientProperties,componentObtainingGraphicsFrom,componentObtainingGraphicsFromLock,defaultLocale,flags,focusController,focusInputMap,inputVerifier,isAlignmentXSet,isAlignmentYSet,managingFocusBackwardTraversalKeys,managingFocusForwardTraversalKeys,paintingChild,popupMenu,readObjectCallbacks,tempRectangles,uiClassID,verifyInputWhenFocusTarget,vetoableChangeSupport,windowInputMap
 hcls ActionStandin,IntVector,KeyboardState,ReadObjectCallback
 
 CLSS public abstract interface javax.swing.text.Document
@@ -724,7 +723,7 @@ meth public abstract void view()
 
 CLSS public abstract org.openide.ServiceType
  anno 0 java.lang.Deprecated()
-cons public ServiceType()
+cons public init()
 fld public final static java.lang.String PROP_NAME = "name"
 innr public abstract static Registry
 innr public final static Handle
@@ -759,18 +758,21 @@ meth public abstract void register(org.openide.cookies.ConnectionCookie$Type,org
 meth public abstract void unregister(org.openide.cookies.ConnectionCookie$Type,org.openide.nodes.Node) throws java.io.IOException
 
 CLSS public static org.openide.cookies.ConnectionCookie$Event
-cons public Event(org.openide.nodes.Node,org.openide.cookies.ConnectionCookie$Type)
+ outer org.openide.cookies.ConnectionCookie
+cons public init(org.openide.nodes.Node,org.openide.cookies.ConnectionCookie$Type)
 meth public org.openide.cookies.ConnectionCookie$Type getType()
 meth public org.openide.nodes.Node getNode()
 supr java.util.EventObject
 hfds serialVersionUID,type
 
 CLSS public abstract interface static org.openide.cookies.ConnectionCookie$Listener
+ outer org.openide.cookies.ConnectionCookie
 intf java.util.EventListener
 intf org.openide.nodes.Node$Cookie
 meth public abstract void notify(org.openide.cookies.ConnectionCookie$Event)
 
 CLSS public abstract interface static org.openide.cookies.ConnectionCookie$Type
+ outer org.openide.cookies.ConnectionCookie
 intf java.io.Serializable
 meth public abstract boolean isPersistent()
 meth public abstract boolean overlaps(org.openide.cookies.ConnectionCookie$Type)
@@ -793,6 +795,7 @@ meth public abstract void open()
 meth public abstract void saveDocument() throws java.io.IOException
 
 CLSS public abstract interface static org.openide.cookies.EditorCookie$Observable
+ outer org.openide.cookies.EditorCookie
 fld public final static java.lang.String PROP_DOCUMENT = "document"
 fld public final static java.lang.String PROP_MODIFIED = "modified"
 fld public final static java.lang.String PROP_OPENED_PANES = "openedPanes"
@@ -815,6 +818,7 @@ meth public abstract java.lang.Object instanceCreate() throws java.io.IOExceptio
 meth public abstract java.lang.String instanceName()
 
 CLSS public abstract interface static org.openide.cookies.InstanceCookie$Of
+ outer org.openide.cookies.InstanceCookie
 intf org.openide.cookies.InstanceCookie
 meth public abstract boolean instanceOf(java.lang.Class<?>)
 
@@ -839,8 +843,8 @@ intf org.netbeans.api.actions.Viewable
 intf org.openide.nodes.Node$Cookie
 
 CLSS public abstract org.openide.nodes.Node
-cons protected Node(org.openide.nodes.Children)
-cons protected Node(org.openide.nodes.Children,org.openide.util.Lookup)
+cons protected init(org.openide.nodes.Children)
+cons protected init(org.openide.nodes.Children,org.openide.util.Lookup)
 fld public final static java.lang.String PROP_COOKIE = "cookie"
 fld public final static java.lang.String PROP_DISPLAY_NAME = "displayName"
 fld public final static java.lang.String PROP_ICON = "icon"
@@ -899,6 +903,7 @@ meth public final void addNodeListener(org.openide.nodes.NodeListener)
 meth public final void addPropertyChangeListener(java.beans.PropertyChangeListener)
 meth public final void removeNodeListener(org.openide.nodes.NodeListener)
 meth public final void removePropertyChangeListener(java.beans.PropertyChangeListener)
+meth public int hashCode()
 meth public java.lang.String getHtmlDisplayName()
 meth public java.lang.String toString()
 meth public javax.swing.Action getPreferredAction()
@@ -920,13 +925,14 @@ hfds INIT_LOCK,LOCK,TEMPL_COOKIE,err,hierarchy,listeners,lookups,parent,warnedBa
 hcls LookupEventList
 
 CLSS public abstract interface static org.openide.nodes.Node$Cookie
+ outer org.openide.nodes.Node
 
 CLSS public abstract interface org.openide.text.ActiveEditorDrop
 fld public final static java.awt.datatransfer.DataFlavor FLAVOR
 meth public abstract boolean handleTransfer(javax.swing.text.JTextComponent)
 
 CLSS public abstract org.openide.text.Annotatable
-cons public Annotatable()
+cons public init()
 fld public final static java.lang.String PROP_ANNOTATION_COUNT = "annotationCount"
 fld public final static java.lang.String PROP_DELETED = "deleted"
 fld public final static java.lang.String PROP_TEXT = "text"
@@ -942,7 +948,7 @@ supr java.lang.Object
 hfds attachedAnnotations,deleted,propertyChangeSupport
 
 CLSS public abstract org.openide.text.Annotation
-cons public Annotation()
+cons public init()
 fld public final static java.lang.String PROP_ANNOTATION_TYPE = "annotationType"
 fld public final static java.lang.String PROP_MOVE_TO_FRONT = "moveToFront"
 fld public final static java.lang.String PROP_SHORT_DESCRIPTION = "shortDescription"
@@ -964,7 +970,7 @@ CLSS public abstract interface org.openide.text.AnnotationProvider
 meth public abstract void annotate(org.openide.text.Line$Set,org.openide.util.Lookup)
 
 CLSS public org.openide.text.AttributedCharacters
-cons public AttributedCharacters()
+cons public init()
 fld protected char[] chars
 fld protected int current
 fld protected int[] runLimit
@@ -978,7 +984,8 @@ meth public void append(char[],java.awt.Font,java.awt.Color)
 supr java.lang.Object
 
 CLSS public static org.openide.text.AttributedCharacters$AttributedCharacterIteratorImpl
-cons public AttributedCharacterIteratorImpl(char[],java.awt.Font[],java.awt.Color[],int[],int[])
+ outer org.openide.text.AttributedCharacters
+cons public init(char[],java.awt.Font[],java.awt.Color[],int[],int[])
 fld protected char[] chars
 fld protected int current
 fld protected int[] runLimit
@@ -1009,8 +1016,8 @@ meth public java.util.Set<java.text.AttributedCharacterIterator$Attribute> getAl
 supr java.lang.Object
 
 CLSS public org.openide.text.CloneableEditor
-cons public CloneableEditor()
-cons public CloneableEditor(org.openide.text.CloneableEditorSupport)
+cons public init()
+cons public init(org.openide.text.CloneableEditorSupport)
 fld protected javax.swing.JEditorPane pane
 intf org.openide.text.CloneableEditorSupport$Pane
 meth protected boolean closeLast()
@@ -1046,8 +1053,8 @@ hfds CLOSE_LAST_LOCK,HELP_ID,LOG,RP,RPPostprocessing,TIMER,cursorPosition,custom
 hcls AWTQuery,DoInitialize
 
 CLSS public abstract org.openide.text.CloneableEditorSupport
-cons public CloneableEditorSupport(org.openide.text.CloneableEditorSupport$Env)
-cons public CloneableEditorSupport(org.openide.text.CloneableEditorSupport$Env,org.openide.util.Lookup)
+cons public init(org.openide.text.CloneableEditorSupport$Env)
+cons public init(org.openide.text.CloneableEditorSupport$Env,org.openide.util.Lookup)
 fld public final static java.lang.String EDITOR_MODE = "editor"
 innr public abstract interface static Env
 innr public abstract interface static Pane
@@ -1099,10 +1106,11 @@ meth public void removeChangeListener(javax.swing.event.ChangeListener)
 meth public void saveDocument() throws java.io.IOException
 meth public void setMIMEType(java.lang.String)
 supr org.openide.windows.CloneableOpenSupport
-hfds DOCUMENT_LOADING,DOCUMENT_NO,DOCUMENT_READY,DOCUMENT_RELOADING,ERR,LOCAL_LOAD_TASK,LOCK_PRINTING,LOCK_STRONG_REF,PROP_PANE,RP,alreadyModified,annotationsLoaded,counterGetDocument,counterOpenAtImpl,counterOpenDocument,counterPrepareDocument,doc,documentStatus,inUserQuestionExceptionHandler,isStrongSet,justRevertedToNotModified,kit,lastReusable,lastSaveTime,lastSelected,lineSet,lineSetWHM,listener,listeners,lookup,mimeType,positionManager,prepareDocumentRuntimeException,prepareTask,printing,propertyChangeSupport,reloadDialogOpened,reloadDocumentFireDocumentChangeClose,reloadDocumentFireDocumentChangeOpen,revertingUndoOrReloading,undoRedo,warnedClasses
+hfds DOCUMENT_LOADING,DOCUMENT_NO,DOCUMENT_READY,DOCUMENT_RELOADING,ERR,LOCAL_CLOSE_DOCUMENT,LOCAL_LOAD_TASK,LOCK_PRINTING,LOCK_STRONG_REF,PROP_PANE,RP,alreadyModified,annotationsLoaded,counterGetDocument,counterOpenAtImpl,counterOpenDocument,counterPrepareDocument,doc,documentStatus,inUserQuestionExceptionHandler,isStrongSet,justRevertedToNotModified,kit,lastReusable,lastSaveTime,lastSelected,lineSet,lineSetWHM,listener,listeners,lookup,mimeType,positionManager,prepareDocumentRuntimeException,prepareTask,printing,propertyChangeSupport,reloadDialogOpened,reloadDocumentFireDocumentChangeClose,reloadDocumentFireDocumentChangeOpen,revertingUndoOrReloading,undoRedo,warnedClasses
 hcls BeforeModificationEdit,BeforeSaveEdit,CESUndoRedoManager,DelegateIOExc,FilterUndoableEdit,Listener,PlainEditorKit,SearchBeforeModificationEdit,StrongRef
 
 CLSS public abstract interface static org.openide.text.CloneableEditorSupport$Env
+ outer org.openide.text.CloneableEditorSupport
 fld public final static java.lang.String PROP_TIME = "time"
 intf org.openide.windows.CloneableOpenSupport$Env
 meth public abstract java.io.InputStream inputStream() throws java.io.IOException
@@ -1111,18 +1119,19 @@ meth public abstract java.lang.String getMimeType()
 meth public abstract java.util.Date getTime()
 
 CLSS public abstract interface static org.openide.text.CloneableEditorSupport$Pane
+ outer org.openide.text.CloneableEditorSupport
 meth public abstract javax.swing.JEditorPane getEditorPane()
 meth public abstract org.openide.windows.CloneableTopComponent getComponent()
 meth public abstract void ensureVisible()
 meth public abstract void updateName()
 
 CLSS public abstract org.openide.text.CloneableEditorSupportRedirector
-cons public CloneableEditorSupportRedirector()
+cons public init()
 meth protected abstract org.openide.text.CloneableEditorSupport redirect(org.openide.util.Lookup)
 supr java.lang.Object
 
 CLSS public abstract org.openide.text.DocumentLine
-cons public DocumentLine(org.openide.util.Lookup,org.openide.text.PositionRef)
+cons public init(org.openide.util.Lookup,org.openide.text.PositionRef)
 fld protected org.openide.text.PositionRef pos
 innr public abstract static Set
 meth protected void addAnnotation(org.openide.text.Annotation)
@@ -1150,7 +1159,8 @@ hfds assigned,breakpoint,current,docL,error,lineParts,listener,serialVersionUID
 hcls FindAnnotationPosition,LR,Part
 
 CLSS public abstract static org.openide.text.DocumentLine$Set
-cons public Set(javax.swing.text.StyledDocument)
+ outer org.openide.text.DocumentLine
+cons public init(javax.swing.text.StyledDocument)
 meth protected abstract org.openide.text.Line createLine(int)
 meth public int getOriginalLineNumber(org.openide.text.Line)
 meth public java.util.List<? extends org.openide.text.Line> getLines()
@@ -1160,7 +1170,7 @@ supr org.openide.text.Line$Set
 hfds list,listener
 
 CLSS public org.openide.text.FilterDocument
-cons public FilterDocument(javax.swing.text.Document)
+cons public init(javax.swing.text.Document)
 fld protected javax.swing.text.Document original
 intf javax.swing.text.StyledDocument
 meth public int getLength()
@@ -1196,7 +1206,7 @@ supr java.lang.Object
 hfds leaf
 
 CLSS public org.openide.text.FilterStyledDocument
-cons public FilterStyledDocument(javax.swing.text.StyledDocument)
+cons public init(javax.swing.text.StyledDocument)
 meth public java.awt.Color getBackground(javax.swing.text.AttributeSet)
 meth public java.awt.Color getForeground(javax.swing.text.AttributeSet)
 meth public java.awt.Font getFont(javax.swing.text.AttributeSet)
@@ -1213,7 +1223,7 @@ supr org.openide.text.FilterDocument
 
 CLSS public abstract org.openide.text.IndentEngine
  anno 0 java.lang.Deprecated()
-cons public IndentEngine()
+cons public init()
 meth protected boolean acceptMimeType(java.lang.String)
 meth public abstract int indentLine(javax.swing.text.Document,int)
 meth public abstract int indentNewLine(javax.swing.text.Document,int)
@@ -1230,8 +1240,8 @@ hfds INSTANCE,map,serialVersionUID
 hcls Default
 
 CLSS public abstract org.openide.text.Line
-cons public Line(java.lang.Object)
-cons public Line(org.openide.util.Lookup)
+cons public init(java.lang.Object)
+cons public init(org.openide.util.Lookup)
 fld public final static int SHOW_GOTO = 2
  anno 0 java.lang.Deprecated()
 fld public final static int SHOW_REUSE = 4
@@ -1280,7 +1290,8 @@ hfds LOG,dataObject,nullPart,serialVersionUID
 hcls NullPart
 
 CLSS public abstract static org.openide.text.Line$Part
-cons public Part()
+ outer org.openide.text.Line
+cons public init()
 fld public final static java.lang.String PROP_COLUMN = "column"
 fld public final static java.lang.String PROP_LENGTH = "length"
 fld public final static java.lang.String PROP_LINE = "line"
@@ -1290,7 +1301,8 @@ meth public abstract org.openide.text.Line getLine()
 supr org.openide.text.Annotatable
 
 CLSS public abstract static org.openide.text.Line$Set
-cons public Set()
+ outer org.openide.text.Line
+cons public init()
 meth public abstract java.util.List<? extends org.openide.text.Line> getLines()
 meth public abstract org.openide.text.Line getCurrent(int)
 meth public abstract org.openide.text.Line getOriginal(int)
@@ -1300,6 +1312,7 @@ supr java.lang.Object
 hfds date,whm
 
 CLSS public final static !enum org.openide.text.Line$ShowOpenType
+ outer org.openide.text.Line
 fld public final static org.openide.text.Line$ShowOpenType NONE
 fld public final static org.openide.text.Line$ShowOpenType OPEN
 fld public final static org.openide.text.Line$ShowOpenType REUSE
@@ -1309,6 +1322,7 @@ meth public static org.openide.text.Line$ShowOpenType[] values()
 supr java.lang.Enum<org.openide.text.Line$ShowOpenType>
 
 CLSS public final static !enum org.openide.text.Line$ShowVisibilityType
+ outer org.openide.text.Line
 fld public final static org.openide.text.Line$ShowVisibilityType FOCUS
 fld public final static org.openide.text.Line$ShowVisibilityType FRONT
 fld public final static org.openide.text.Line$ShowVisibilityType NONE
@@ -1319,9 +1333,13 @@ supr java.lang.Enum<org.openide.text.Line$ShowVisibilityType>
 CLSS public final org.openide.text.NbDocument
 fld public final static java.lang.Object GUARDED
 fld public final static java.lang.String BREAKPOINT_STYLE_NAME = "NbBreakpointStyle"
+ anno 0 java.lang.Deprecated()
 fld public final static java.lang.String CURRENT_STYLE_NAME = "NbCurrentStyle"
+ anno 0 java.lang.Deprecated()
 fld public final static java.lang.String ERROR_STYLE_NAME = "NbErrorStyle"
+ anno 0 java.lang.Deprecated()
 fld public final static java.lang.String NORMAL_STYLE_NAME = "NbNormalStyle"
+ anno 0 java.lang.Deprecated()
 innr public abstract interface static Annotatable
 innr public abstract interface static CustomEditor
 innr public abstract interface static CustomToolbar
@@ -1355,33 +1373,39 @@ hfds ATTR_ADD,ATTR_REMOVE
 hcls DocumentRenderer
 
 CLSS public abstract interface static org.openide.text.NbDocument$Annotatable
+ outer org.openide.text.NbDocument
 intf javax.swing.text.Document
 meth public abstract void addAnnotation(javax.swing.text.Position,int,org.openide.text.Annotation)
 meth public abstract void removeAnnotation(org.openide.text.Annotation)
 
 CLSS public abstract interface static org.openide.text.NbDocument$CustomEditor
+ outer org.openide.text.NbDocument
 intf javax.swing.text.Document
 meth public abstract java.awt.Component createEditor(javax.swing.JEditorPane)
 
 CLSS public abstract interface static org.openide.text.NbDocument$CustomToolbar
+ outer org.openide.text.NbDocument
 intf javax.swing.text.Document
 meth public abstract javax.swing.JToolBar createToolbar(javax.swing.JEditorPane)
 
 CLSS public abstract interface static org.openide.text.NbDocument$PositionBiasable
+ outer org.openide.text.NbDocument
 intf javax.swing.text.Document
 meth public abstract javax.swing.text.Position createPosition(int,javax.swing.text.Position$Bias) throws javax.swing.text.BadLocationException
 
 CLSS public abstract interface static org.openide.text.NbDocument$Printable
+ outer org.openide.text.NbDocument
 intf javax.swing.text.Document
 meth public abstract java.text.AttributedCharacterIterator[] createPrintIterators()
 
 CLSS public abstract interface static org.openide.text.NbDocument$WriteLockable
+ outer org.openide.text.NbDocument
 intf javax.swing.text.Document
 meth public abstract void runAtomic(java.lang.Runnable)
 meth public abstract void runAtomicAsUser(java.lang.Runnable) throws javax.swing.text.BadLocationException
 
 CLSS public final org.openide.text.PositionBounds
-cons public PositionBounds(org.openide.text.PositionRef,org.openide.text.PositionRef)
+cons public init(org.openide.text.PositionRef,org.openide.text.PositionRef)
 intf java.io.Serializable
 meth public java.lang.String getText() throws java.io.IOException,javax.swing.text.BadLocationException
 meth public java.lang.String toString()
@@ -1429,6 +1453,7 @@ supr java.lang.Object
 hfds DEFAULT_FONT_NAME,DEFAULT_FONT_SIZE,DEFAULT_FONT_STYLE,INSTANCE,PROP_FOOTER_ALIGNMENT,PROP_FOOTER_FONT_NAME,PROP_FOOTER_FONT_SIZE,PROP_FOOTER_FONT_STYLE,PROP_FOOTER_FORMAT,PROP_HEADER_ALIGNMENT,PROP_HEADER_FONT_NAME,PROP_HEADER_FONT_SIZE,PROP_HEADER_FONT_STYLE,PROP_HEADER_FORMAT,PROP_LINE_ASCENT_CORRECTION,PROP_PAGE_HEIGHT,PROP_PAGE_IMAGEABLEAREA_HEIGHT,PROP_PAGE_IMAGEABLEAREA_WIDTH,PROP_PAGE_IMAGEABLEAREA_X,PROP_PAGE_IMAGEABLEAREA_Y,PROP_PAGE_ORIENTATION,PROP_PAGE_WIDTH,PROP_WRAP
 
 CLSS public final static !enum org.openide.text.PrintPreferences$Alignment
+ outer org.openide.text.PrintPreferences
 fld public final static org.openide.text.PrintPreferences$Alignment CENTER
 fld public final static org.openide.text.PrintPreferences$Alignment LEFT
 fld public final static org.openide.text.PrintPreferences$Alignment RIGHT
@@ -1437,9 +1462,9 @@ meth public static org.openide.text.PrintPreferences$Alignment[] values()
 supr java.lang.Enum<org.openide.text.PrintPreferences$Alignment>
 
 CLSS public final org.openide.util.HelpCtx
-cons public HelpCtx(java.lang.Class)
-cons public HelpCtx(java.lang.String)
-cons public HelpCtx(java.net.URL)
+cons public init(java.lang.Class)
+cons public init(java.lang.String)
+cons public init(java.net.URL)
  anno 0 java.lang.Deprecated()
 fld public final static org.openide.util.HelpCtx DEFAULT_HELP
 innr public abstract interface static Provider
@@ -1455,10 +1480,11 @@ supr java.lang.Object
 hfds err,helpCtx,helpID
 
 CLSS public abstract interface static org.openide.util.HelpCtx$Provider
+ outer org.openide.util.HelpCtx
 meth public abstract org.openide.util.HelpCtx getHelpCtx()
 
 CLSS public abstract org.openide.util.Lookup
-cons public Lookup()
+cons public init()
 fld public final static org.openide.util.Lookup EMPTY
 innr public abstract interface static Provider
 innr public abstract static Item
@@ -1475,10 +1501,11 @@ hfds defaultLookup
 hcls DefLookup,Empty
 
 CLSS public abstract interface static org.openide.util.Lookup$Provider
+ outer org.openide.util.Lookup
 meth public abstract org.openide.util.Lookup getLookup()
 
 CLSS public abstract org.openide.windows.CloneableOpenSupport
-cons public CloneableOpenSupport(org.openide.windows.CloneableOpenSupport$Env)
+cons public init(org.openide.windows.CloneableOpenSupport$Env)
 fld protected org.openide.windows.CloneableOpenSupport$Env env
 fld protected org.openide.windows.CloneableTopComponent$Ref allEditors
 innr public abstract interface static Env
@@ -1497,6 +1524,7 @@ hfds container
 hcls Listener
 
 CLSS public abstract interface static org.openide.windows.CloneableOpenSupport$Env
+ outer org.openide.windows.CloneableOpenSupport
 fld public final static java.lang.String PROP_MODIFIED = "modified"
 fld public final static java.lang.String PROP_VALID = "valid"
 intf java.io.Serializable
@@ -1511,7 +1539,7 @@ meth public abstract void removeVetoableChangeListener(java.beans.VetoableChange
 meth public abstract void unmarkModified()
 
 CLSS public abstract org.openide.windows.CloneableTopComponent
-cons public CloneableTopComponent()
+cons public init()
 fld public final static org.openide.windows.CloneableTopComponent$Ref EMPTY
 innr public static Ref
 intf java.io.Externalizable
@@ -1532,8 +1560,8 @@ supr org.openide.windows.TopComponent
 hfds isLastActivated,ref,serialVersionUID
 
 CLSS public org.openide.windows.TopComponent
-cons public TopComponent()
-cons public TopComponent(org.openide.util.Lookup)
+cons public init()
+cons public init(org.openide.util.Lookup)
 fld public final static int CLOSE_EACH = 0
  anno 0 java.lang.Deprecated()
 fld public final static int CLOSE_LAST = 1
@@ -1603,6 +1631,7 @@ meth public org.openide.util.Lookup getLookup()
 meth public org.openide.util.actions.SystemAction[] getSystemActions()
  anno 0 java.lang.Deprecated()
 meth public static javax.swing.Action openAction(org.openide.windows.TopComponent,java.lang.String,java.lang.String,boolean)
+meth public void addNotify()
 meth public void open()
 meth public void open(org.openide.windows.Workspace)
  anno 0 java.lang.Deprecated()
@@ -1619,9 +1648,10 @@ meth public void setToolTipText(java.lang.String)
 meth public void toFront()
 meth public void writeExternal(java.io.ObjectOutput) throws java.io.IOException
 supr javax.swing.JComponent
-hfds LOG,UILOG,activatedNodes,attentionGetter,closeOperation,defaultLookupLock,defaultLookupRef,displayName,htmlDisplayName,icon,nodeName,serialVersion,serialVersionUID,warnedClasses,warnedTCPIClasses
+hfds LOG,MODE_ID_PREFERENCES_KEY_INFIX,UILOG,activatedNodes,attentionGetter,closeOperation,defaultLookupLock,defaultLookupRef,displayName,htmlDisplayName,icon,modeName,nodeName,serialVersion,serialVersionUID,warnedClasses,warnedTCPIClasses
 hcls AttentionGetter,CloneWindowAction,CloseWindowAction,Replacer,SynchronizeNodes
 
 CLSS public abstract interface static org.openide.windows.TopComponent$Cloneable
+ outer org.openide.windows.TopComponent
 meth public abstract org.openide.windows.TopComponent cloneComponent()
 
diff --git a/openide.text/src/org/openide/text/CloneableEditor.java b/openide.text/src/org/openide/text/CloneableEditor.java
index f468e7e..7fbe184 100644
--- a/openide.text/src/org/openide/text/CloneableEditor.java
+++ b/openide.text/src/org/openide/text/CloneableEditor.java
@@ -53,6 +53,7 @@ import java.awt.event.ActionEvent;
 import java.awt.event.ActionListener;
 import java.io.*;
 import java.util.ArrayList;
+import java.util.Arrays;
 import java.util.Collections;
 import java.util.List;
 import java.util.concurrent.Callable;
@@ -61,14 +62,16 @@ import java.util.logging.Logger;
 import javax.swing.*;
 import javax.swing.border.Border;
 import javax.swing.border.EmptyBorder;
-import javax.swing.text.*;
+import javax.swing.text.Caret;
+import javax.swing.text.DefaultEditorKit;
+import javax.swing.text.Document;
+import javax.swing.text.EditorKit;
 import org.netbeans.modules.openide.text.Installer;
 import org.openide.DialogDisplayer;
 import org.openide.NotifyDescriptor;
 import org.openide.awt.UndoRedo;
 import org.openide.cookies.EditorCookie;
 import org.openide.util.*;
-import org.openide.util.actions.SystemAction;
 import org.openide.windows.*;
 
 /** Cloneable top component to hold the editor kit.
@@ -114,7 +117,7 @@ public class CloneableEditor extends CloneableTopComponent implements CloneableE
      * and initialization time. */
     private int cursorPosition = -1;
     
-    private final Object CLOSE_LAST_LOCK = new Object();
+    private final boolean[] CLOSE_LAST_LOCK = new boolean[1];
 
     private static List<AWTQuery> tbdList = Collections.synchronizedList(new ArrayList<AWTQuery>());
 
@@ -324,10 +327,18 @@ public class CloneableEditor extends CloneableTopComponent implements CloneableE
             switch (phase++) {
             case 0:
                 synchronized (CLOSE_LAST_LOCK) {
-                    phase = initNonVisual(phase);
-                    if (phase == Integer.MAX_VALUE) {
-                        break;
+                    CLOSE_LAST_LOCK[0] = true;
+                }
+                phase = initNonVisual(phase);
+                synchronized (CLOSE_LAST_LOCK) {
+                    if (!CLOSE_LAST_LOCK[0]) {
+                        support.notifyClosed();
+                        phase = Integer.MAX_VALUE;
                     }
+                    CLOSE_LAST_LOCK[0] = false;
+                }
+                if (phase == Integer.MAX_VALUE) {
+                    break;
                 }
                 if (newInitialize()) {
                     WindowManager.getDefault().invokeWhenUIReady(this);
@@ -568,6 +579,16 @@ public class CloneableEditor extends CloneableTopComponent implements CloneableE
                 //Last fix of #138686 makes sure doc is not gc'ed till we keep reference to prepareDocument task
                 //so we can use support.getDocument instead of support.openDocument
                 doc = support.getDocument();
+                if (doc == null && LOG.isLoggable(Level.FINE)) {
+                    LOG.log(Level.FINE,"DoInitialize.initNonVisual CANNOT set kit because doc is null!"
+                    + " Time:" + System.currentTimeMillis()
+                    + " Thread:" + Thread.currentThread().getName()
+                    + " ce:[" + Integer.toHexString(System.identityHashCode(CloneableEditor.this)) + "]"
+                    + " this:[" + Integer.toHexString(System.identityHashCode(this)) + "]"
+                    + " support:[" + Integer.toHexString(System.identityHashCode(support)) + "]"
+                    + " Name:" + CloneableEditor.this.getName()
+                    + " kit:" + kit);
+                }
                 assert doc != null;
                 kit = k;
                 initialized = true;
@@ -859,7 +880,11 @@ public class CloneableEditor extends CloneableTopComponent implements CloneableE
 
         // close everything and do not ask
         synchronized (CLOSE_LAST_LOCK) {
-            support.notifyClosed();
+            if (CLOSE_LAST_LOCK[0]) {
+                CLOSE_LAST_LOCK[0] = false;
+            } else {
+                support.notifyClosed();
+            }
         }
 
         if (support.getLastSelected() == this) {
@@ -879,32 +904,11 @@ public class CloneableEditor extends CloneableTopComponent implements CloneableE
 
     @Override
     public Action[] getActions() {
-        Action[] a = super.getActions();
-
-        try {
-            ClassLoader l = Lookup.getDefault().lookup(ClassLoader.class);
-
-            if (l == null) {
-                l = getClass().getClassLoader();
-            }
-
-            Class<? extends SystemAction> c = Class.forName("org.openide.actions.FileSystemAction", true, l).asSubclass(SystemAction.class); // NOI18N
-            SystemAction ra = SystemAction.findObject(c, true);
-
-            Class<? extends SystemAction> c2 = Class.forName("org.netbeans.modules.diff.DiffAction", true, l).asSubclass(SystemAction.class); // NOI18N
-            SystemAction ra2 = SystemAction.findObject(c2, true);           
-            
-            Action[] a2 = new Action[a.length + 2];
-            System.arraycopy(a, 0, a2, 0, a.length);
-            a2[a.length] = ra;
-            a2[a.length + 1] = ra2;
-
-            return a2;
-        } catch (Exception ex) {
-            // ok, we no action like this I guess
-        }
-
-        return a;
+        List<Action> actions = new ArrayList<Action>(Arrays.asList(super.getActions()));
+        // XXX nicer to use MimeLookup for type-specific actions, but not easy; see org.netbeans.modules.editor.impl.EditorActionsProvider
+        actions.add(null);
+        actions.addAll(Utilities.actionsForPath("Editors/TabActions"));
+        return actions.toArray(new Action[actions.size()]);
     }
 
     /** Transfer the focus to the editor pane.
@@ -963,6 +967,39 @@ public class CloneableEditor extends CloneableTopComponent implements CloneableE
         return new Dimension(bounds.width / 2, bounds.height / 2);
     }
 
+    @Override
+    public void open() {
+        dockIfNeeded();
+        super.open();
+    }
+
+    /** Dock this top component to editor mode if it is not docked
+     * in some mode at this time  */
+    private void dockIfNeeded() {
+        // dock into editor mode if possible
+        Mode ourMode = WindowManager.getDefault().findMode(this);
+        if( null == ourMode ) {
+            //dock into 'editor' mode to avoid being tagged as a pre-version-4.0
+            //TopComponent that is allowed to be drag and dropped outside the editor area
+
+            //first check the active mode as it might be a floating editor window
+            TopComponent activeTc = TopComponent.getRegistry().getActivated();
+            if( null != activeTc ) {
+                ourMode = WindowManager.getDefault().findMode( activeTc );
+                if( !WindowManager.getDefault().isEditorMode( ourMode ) )
+                    ourMode = null;
+            }
+            if( null == ourMode )
+                ourMode = WindowManager.getDefault().findMode( "editor" );
+            if( null != ourMode ) {
+                 ourMode.dockInto( this );
+            } else {
+                //should not happen - editor mode is always defined
+                Logger.getAnonymousLogger().warning("The window system cannot find the default editor mode." );
+            }
+        }
+    }
+
     private Action getAction(String key) {
         if (key == null) {
             return null;
diff --git a/openide.text/src/org/openide/text/CloneableEditorSupport.java b/openide.text/src/org/openide/text/CloneableEditorSupport.java
index 6f76c6d..b083880 100644
--- a/openide.text/src/org/openide/text/CloneableEditorSupport.java
+++ b/openide.text/src/org/openide/text/CloneableEditorSupport.java
@@ -93,8 +93,11 @@ import javax.swing.event.DocumentEvent;
 import javax.swing.event.DocumentListener;
 import javax.swing.event.UndoableEditEvent;
 import javax.swing.text.*;
+import javax.swing.undo.AbstractUndoableEdit;
 import javax.swing.undo.CannotRedoException;
 import javax.swing.undo.CannotUndoException;
+import javax.swing.undo.CompoundEdit;
+import javax.swing.undo.UndoManager;
 import javax.swing.undo.UndoableEdit;
 import org.netbeans.api.editor.mimelookup.MimeLookup;
 import org.netbeans.api.editor.mimelookup.MimePath;
@@ -120,6 +123,10 @@ import org.openide.util.WeakSet;
 * but does not implement
 * those interfaces. It is up to the subclass to decide which interfaces
 * really implement and which not.
+* <P>
+* This class supports collecting multiple edits into a group which is treated
+* as a single edit by undo/redo. Send {@link #BEGIN_COMMIT_GROUP} and
+* {@link #END_COMMIT_GROUP} to UndoableEditListener. These must always be paired.
 *
 * @author Jaroslav Tulach
 */
@@ -128,6 +135,20 @@ public abstract class CloneableEditorSupport extends CloneableOpenSupport {
     
     /** Common name for editor mode. */
     public static final String EDITOR_MODE = "editor"; // NOI18N
+    /**
+     * Start a group of edits which will be committed as a single edit
+     * for purpose of undo/redo.
+     * Nesting semantics are that any BEGIN_COMMIT_GROUP and
+     * END_COMMIT_GROUP delimits a commit-group.
+     * While coalescing edits, any undo/redo/save implicitly delimits
+     * a commit-group.
+     * @since 6.34
+     */
+    public static final UndoableEdit BEGIN_COMMIT_GROUP = UndoGroupManager.BEGIN_COMMIT_GROUP;
+    /** End a group of edits. 
+     * @since 6.34
+     */
+    public static final UndoableEdit END_COMMIT_GROUP = UndoGroupManager.END_COMMIT_GROUP;
     private static final String PROP_PANE = "CloneableEditorSupport.Pane"; //NOI18N
     private static final int DOCUMENT_NO = 0;
     private static final int DOCUMENT_LOADING = 1;
@@ -874,7 +895,7 @@ public abstract class CloneableEditorSupport extends CloneableOpenSupport {
 
             if (prepareDocumentRuntimeException != null) {
                 if (prepareDocumentRuntimeException instanceof DelegateIOExc) {
-                    Exception ex = new Exception();
+                    Exception ex = new Exception(prepareDocumentRuntimeException);
                     ERR.log(Level.INFO, "Outer callstack", ex);
                     throw (IOException) prepareDocumentRuntimeException.getCause();
                 }
@@ -1555,7 +1576,10 @@ public abstract class CloneableEditorSupport extends CloneableOpenSupport {
     * This manager is then attached to the document, and listens to
     * all changes made in it.
     * <P>
-    * The default implementation uses improved <code>UndoRedo.Manager</code>.
+    * The default implementation uses improved <code>UndoRedo.Manager</code>,
+    * with support for various extensions (including {@link #BEGIN_COMMIT_GROUP}
+    * and {@link #END_COMMIT_GROUP}). It is not wise to override this
+    * method without delegating to <code>super.createUndoRedoManager</code>.
     *
     * @return the undo/redo manager
     */
@@ -2986,7 +3010,9 @@ public abstract class CloneableEditorSupport extends CloneableOpenSupport {
     }
 
     /** Generic undoable edit that delegates to the given undoable edit. */
-    private class FilterUndoableEdit implements UndoableEdit {
+    private class FilterUndoableEdit
+            implements UndoableEdit, UndoGroupManager.SeparateEdit
+    {
         protected UndoableEdit delegate;
 
         FilterUndoableEdit() {
@@ -3187,7 +3213,7 @@ public abstract class CloneableEditorSupport extends CloneableOpenSupport {
     /** An improved version of UndoRedo manager that locks document before
      * doing any other operations.
      */
-    private final static class CESUndoRedoManager extends UndoRedo.Manager {
+    private final static class CESUndoRedoManager extends UndoGroupManager {
         private CloneableEditorSupport support;
 
         public CESUndoRedoManager(CloneableEditorSupport c) {
@@ -3421,6 +3447,278 @@ public abstract class CloneableEditorSupport extends CloneableOpenSupport {
         }
     }
 
+    /**
+     * <tt>UndoGroupManager</tt> extends {@link UndoManager}
+     * and allows explicit control of what
+     * <tt>UndoableEdit</tt>s are coalesced into compound edits,
+     * rather than using the rules defined by the edits themselves.
+     * Groups are defined using BEGIN_COMMIT_GROUP and END_COMMIT_GROUP.
+     * Send these to UndoableEditListener. These must always be paired.
+     * <p>
+     * These use cases are supported.
+     * </p>
+     * <ol>
+     * <li> Default behavior is defined by {@link UndoManager}.</li>
+     * <li> <tt>UnddoableEdit</tt>s issued between {@link #BEGIN_COMMIT_GROUP}
+     * and {@link #END_COMMIT_GROUP} are placed into a single
+     * {@link CompoundEdit}.
+     * Thus <tt>undo()</tt> and <tt>redo()</tt> treat them 
+     * as a single undo/redo.</li>
+     * <li> Use {@link #commitUndoGroup} to commit accumulated
+     * <tt>UndoableEdit</tt>s into a single <tt>CompoundEdit</tt>
+     * (and to continue accumulating);
+     * an application could do this at strategic points, such as EndOfLine
+     * input or cursor movement. In this way, the application can accumulate
+     * large chunks.</li>
+     * <li>BEGIN/END nest.</li>
+     * </ol>
+     * @see UndoManager
+     */
+    private static class UndoGroupManager extends UndoRedo.Manager {
+        /** signals that edits are being accumulated */
+        private int buildUndoGroup;
+        /** accumulate edits here in undoGroup */
+        private CompoundEdit undoGroup;
+
+        /**
+         * Start a group of edits which will be committed as a single edit
+         * for purpose of undo/redo.
+         * Nesting semantics are that any BEGIN_COMMIT_GROUP and
+         * END_COMMIT_GROUP delimits a commit-group.
+         * While coalescing edits, any undo/redo/save implicitly delimits
+         * a commit-group.
+         */
+        static final UndoableEdit BEGIN_COMMIT_GROUP = new CommitGroupEdit();
+        /** End a group of edits. */
+        static final UndoableEdit END_COMMIT_GROUP = new CommitGroupEdit();
+
+        /** SeparateEdit tags an UndoableEdit so the
+         * UndoGroupManager does not coalesce it.
+         */
+        interface SeparateEdit {
+        }
+
+        private static class CommitGroupEdit extends AbstractUndoableEdit {
+            @Override
+            public boolean isSignificant() {
+                return false;
+            }
+        }
+
+        @Override
+        public void undoableEditHappened(UndoableEditEvent ue)
+        {
+            if(ue.getEdit() == BEGIN_COMMIT_GROUP) {
+                beginUndoGroup();
+            } else if(ue.getEdit() == END_COMMIT_GROUP) {
+                endUndoGroup();
+            } else {
+                super.undoableEditHappened(ue);
+            }
+        }
+
+        /**
+         * Direct this <tt>UndoGroupManager</tt> to begin coalescing any
+         * <tt>UndoableEdit</tt>s that are added into a <tt>CompoundEdit</tt>.
+         * <p>If edits are already being coalesced and some have been 
+         * accumulated, they are commited as an atomic group and a new
+         * group is started.
+         * @see #addEdit
+         * @see #endUndoGroup
+         */
+        private synchronized void beginUndoGroup() {
+            commitUndoGroup();
+            ERR.log(Level.FINE, "beginUndoGroup: nesting {0}", buildUndoGroup);
+            buildUndoGroup++;
+        }
+
+        /**
+         * Direct this <tt>UndoGroupManager</tt> to stop coalescing edits.
+         * Until <tt>beginUndoGroupManager</tt> is invoked,
+         * any received <tt>UndoableEdit</tt>s are added singly.
+         * <p>
+         * This has no effect if edits are not being coalesced, for example
+         * if <tt>beginUndoGroup</tt> has not been called.
+         */
+        private synchronized void endUndoGroup() {
+            buildUndoGroup--;
+            ERR.log(Level.FINE, "endUndoGroup: nesting {0}", buildUndoGroup);
+            if(buildUndoGroup < 0) {
+                ERR.log(Level.INFO, null, new Exception("endUndoGroup without beginUndoGroup"));
+                buildUndoGroup = 0;
+            }
+            // slam buildUndoGroup to 0 to disable nesting
+            commitUndoGroup();
+        }
+
+        /**
+         * Commit any accumulated <tt>UndoableEdit</tt>s as an atomic
+         * <tt>undo</tt>/<tt>redo</tt> group. {@link CompoundEdit#end}
+         * is invoked on the <tt>CompoundEdit</tt> and it is added as a single
+         * <tt>UndoableEdit</tt> to this <tt>UndoManager</tt>.
+         * <p>
+         * If edits are currently being coalesced, a new undo group is started.
+         * This has no effect if edits are not being coalesced, for example
+         * <tt>beginUndoGroup</tt> has not been called.
+         */
+        private synchronized void commitUndoGroup() {
+            if(undoGroup == null) {
+                return;
+            }
+            // super.addEdit may end up in this.addEdit,
+            // so buildUndoGroup must be false
+            int saveBuildUndoGroup = buildUndoGroup;
+            buildUndoGroup = 0;
+
+            undoGroup.end();
+            super.addEdit(undoGroup);
+            undoGroup = null;
+
+            buildUndoGroup = saveBuildUndoGroup;
+        }
+
+        /** Add this edit separately, not part of a group.
+         * @return super.addEdit
+         */
+        private boolean commitAddEdit(UndoableEdit anEdit) {
+            commitUndoGroup();
+
+            int saveBuildUndoGroup = buildUndoGroup;
+            buildUndoGroup = 0;
+            boolean f = super.addEdit(anEdit);
+            //boolean f = addEdit(undoGroup);
+            buildUndoGroup = saveBuildUndoGroup;
+            return f;
+        }
+
+        /**
+         * If this <tt>UndoManager</tt> is coalescing edits then add
+         * <tt>anEdit</tt> to the accumulating <tt>CompoundEdit</tt>.
+         * Otherwise, add it to this UndoManager. In either case the
+         * edit is saved for later <tt>undo</tt> or <tt>redo</tt>.
+         * @return {@inheritDoc}
+         * @see #beginUndoGroup
+         * @see #endUndoGroup
+         */
+        @Override
+        public synchronized boolean addEdit(UndoableEdit anEdit) {
+            if(!isInProgress())
+                return false;
+
+            if(buildUndoGroup > 0) {
+                if(anEdit instanceof SeparateEdit)
+                    return commitAddEdit(anEdit);
+                if(undoGroup == null)
+                    undoGroup = new CompoundEdit();
+                return undoGroup.addEdit(anEdit);
+            } else {
+                return super.addEdit(anEdit);
+            }
+        }
+
+        @Override
+        public synchronized void discardAllEdits() {
+            commitUndoGroup();
+            super.discardAllEdits();
+        }
+
+        //
+        // TODO: limits
+        //
+
+        @Override
+        public synchronized void undoOrRedo() {
+            commitUndoGroup();
+            super.undoOrRedo();
+        }
+
+        @Override
+        public synchronized boolean canUndoOrRedo() {
+            if(undoGroup != null)
+                return true;
+            return super.canUndoOrRedo();
+        }
+
+        @Override
+        public synchronized void undo() {
+            commitUndoGroup();
+            super.undo();
+        }
+
+        @Override
+        public synchronized boolean canUndo() {
+            if(undoGroup != null)
+                return true;
+            return super.canUndo();
+        }
+
+        @Override
+        public synchronized void redo() {
+            if(undoGroup != null)
+                throw new CannotRedoException();
+            super.redo();
+        }
+
+        @Override
+        public synchronized boolean canRedo() {
+            if(undoGroup != null)
+                return false;
+            return super.canRedo();
+        }
+
+        @Override
+        public synchronized void end() {
+            commitUndoGroup();
+            super.end();
+        }
+
+        @Override
+        public synchronized String getUndoOrRedoPresentationName() {
+            if(undoGroup != null)
+                return undoGroup.getUndoPresentationName();
+            return super.getUndoOrRedoPresentationName();
+        }
+
+        @Override
+        public synchronized String getUndoPresentationName() {
+            if(undoGroup != null)
+                return undoGroup.getUndoPresentationName();
+            return super.getUndoPresentationName();
+        }
+
+        @Override
+        public synchronized String getRedoPresentationName() {
+            if(undoGroup != null)
+                return undoGroup.getRedoPresentationName();
+            return super.getRedoPresentationName();
+        }
+
+        @Override
+        public boolean isSignificant() {
+            if(undoGroup != null && undoGroup.isSignificant()) {
+                return true;
+            }
+            return super.isSignificant();
+        }
+
+        @Override
+        public synchronized void die() {
+            commitUndoGroup();
+            super.die();
+        }
+
+        @Override
+        public String getPresentationName() {
+            if(undoGroup != null)
+                return undoGroup.getPresentationName();
+            return super.getPresentationName();
+        }
+
+        // The protected methods are only accessed from
+        // synchronized methods that do commitUndoGroup
+        // so they do not need to be overridden in this class
+    }
+
     /** Special runtime exception that holds the original I/O failure.
      */
     static final class DelegateIOExc extends IllegalStateException {
diff --git a/openide.text/src/org/openide/text/DocumentLine.java b/openide.text/src/org/openide/text/DocumentLine.java
index 63125a8..86cd895 100644
--- a/openide.text/src/org/openide/text/DocumentLine.java
+++ b/openide.text/src/org/openide/text/DocumentLine.java
@@ -326,10 +326,10 @@ public abstract class DocumentLine extends Line {
     /** Add annotation to this Annotatable class
      * @param anno annotation which will be attached to this class */
     @Override
-    protected void addAnnotation(Annotation anno) {
+    protected void addAnnotation(final Annotation anno) {
         super.addAnnotation(anno);
 
-        StyledDocument doc = pos.getCloneableEditorSupport().getDocument();
+        final StyledDocument doc = pos.getCloneableEditorSupport().getDocument();
 
         // document is not opened and so the annotation will be added to document later
         if (doc == null) {
@@ -338,27 +338,33 @@ public abstract class DocumentLine extends Line {
 
         pos.getCloneableEditorSupport().prepareDocument().waitFinished();
 
-        try {
-            if (!anno.isInDocument()) {
-                anno.setInDocument(true);
+        doc.render(new Runnable() {
+            public void run() {
+                try {
+                    synchronized (getAnnotations()) {
+                        if (!anno.isInDocument()) {
+                            anno.setInDocument(true);
 
-                // #33165 - find position that is surely at begining of line
-                FindAnnotationPosition fap = new FindAnnotationPosition(doc, pos.getPosition());
-                doc.render(fap);
-                NbDocument.addAnnotation(doc, fap.getAnnotationPosition(), -1, anno);
+                            // #33165 - find position that is surely at begining of line
+                            FindAnnotationPosition fap = new FindAnnotationPosition(doc, pos.getPosition());
+                            doc.render(fap);
+                            NbDocument.addAnnotation(doc, fap.getAnnotationPosition(), -1, anno);
+                        }
+                    }
+                } catch (IOException ex) {
+                    Logger.getLogger(DocumentLine.class.getName()).log(Level.WARNING, null, ex);
+                }
             }
-        } catch (IOException ex) {
-            Logger.getLogger(DocumentLine.class.getName()).log(Level.WARNING, null, ex);
-        }
+        });
     }
 
     /** Remove annotation to this Annotatable class
      * @param anno annotation which will be detached from this class  */
     @Override
-    protected void removeAnnotation(Annotation anno) {
+    protected void removeAnnotation(final Annotation anno) {
         super.removeAnnotation(anno);
 
-        StyledDocument doc = pos.getCloneableEditorSupport().getDocument();
+        final StyledDocument doc = pos.getCloneableEditorSupport().getDocument();
 
         // document is not opened and so no annotation is attached to it
         if (doc == null) {
@@ -367,10 +373,16 @@ public abstract class DocumentLine extends Line {
 
         pos.getCloneableEditorSupport().prepareDocument().waitFinished();
 
-        if (anno.isInDocument()) {
-            anno.setInDocument(false);
-            NbDocument.removeAnnotation(doc, anno);
-        }
+        doc.render(new Runnable() {
+            public void run() {
+                synchronized (getAnnotations()) {
+                    if (anno.isInDocument()) {
+                        anno.setInDocument(false);
+                        NbDocument.removeAnnotation(doc, anno);
+                    }
+                }
+            }
+        });
     }
 
     /** When document is opened or closed the annotations must be added or
@@ -710,10 +722,10 @@ public abstract class DocumentLine extends Line {
         /** Add annotation to this Annotatable class
          * @param anno annotation which will be attached to this class */
         @Override
-        protected void addAnnotation(Annotation anno) {
+        protected void addAnnotation(final Annotation anno) {
             super.addAnnotation(anno);
 
-            StyledDocument doc = position.getCloneableEditorSupport().getDocument();
+            final StyledDocument doc = position.getCloneableEditorSupport().getDocument();
 
             // document is not opened and so the annotation will be added to document later
             if (doc == null) {
@@ -722,23 +734,29 @@ public abstract class DocumentLine extends Line {
 
             position.getCloneableEditorSupport().prepareDocument().waitFinished();
 
-            try {
-                if (!anno.isInDocument()) {
-                    anno.setInDocument(true);
-                    NbDocument.addAnnotation(doc, position.getPosition(), length, anno);
+            doc.render(new Runnable() {
+                public void run() {
+                    try {
+                        synchronized (getAnnotations()) {
+                            if (!anno.isInDocument()) {
+                                anno.setInDocument(true);
+                                NbDocument.addAnnotation(doc, position.getPosition(), length, anno);
+                            }
+                        }
+                    } catch (IOException ex) {
+                        Logger.getLogger(DocumentLine.class.getName()).log(Level.WARNING, null, ex);
+                    }
                 }
-            } catch (IOException ex) {
-                Logger.getLogger(DocumentLine.class.getName()).log(Level.WARNING, null, ex);
-            }
+            });
         }
 
         /** Remove annotation to this Annotatable class
          * @param anno annotation which will be detached from this class  */
         @Override
-        protected void removeAnnotation(Annotation anno) {
+        protected void removeAnnotation(final Annotation anno) {
             super.removeAnnotation(anno);
 
-            StyledDocument doc = position.getCloneableEditorSupport().getDocument();
+            final StyledDocument doc = position.getCloneableEditorSupport().getDocument();
 
             // document is not opened and so no annotation is attached to it
             if (doc == null) {
@@ -747,10 +765,16 @@ public abstract class DocumentLine extends Line {
 
             position.getCloneableEditorSupport().prepareDocument().waitFinished();
 
-            if (anno.isInDocument()) {
-                anno.setInDocument(false);
-                NbDocument.removeAnnotation(doc, anno);
-            }
+            doc.render(new Runnable() {
+                public void run() {
+                    synchronized (getAnnotations()) {
+                        if (anno.isInDocument()) {
+                            anno.setInDocument(false);
+                            NbDocument.removeAnnotation(doc, anno);
+                        }
+                    }
+                }
+            });
         }
 
         public String getText() {
diff --git a/openide.text/src/org/openide/text/NbDocument.java b/openide.text/src/org/openide/text/NbDocument.java
index 96e67f6..70a3092 100644
--- a/openide.text/src/org/openide/text/NbDocument.java
+++ b/openide.text/src/org/openide/text/NbDocument.java
@@ -482,8 +482,11 @@ public final class NbDocument extends Object {
         }
     }
 
-    /** Add annotation to the document. For annotation of whole line
+    /**
+     * Add annotation to the document. For annotation of whole line
      * the length parameter can be ignored (specify value -1).
+     * <br/>
+     * Note: since 6.35 the requests (delegated to document) are no longer replanned to EDT.
      * @param doc the document which will be annotated
      * @param startPos position which represent begining
      * of the annotated text
@@ -498,21 +501,13 @@ public final class NbDocument extends Object {
         if (!(doc instanceof Annotatable)) {
             return;
         }
-
-        if (SwingUtilities.isEventDispatchThread()) {
-            ((Annotatable) doc).addAnnotation(startPos, length, annotation);
-        } else {
-            SwingUtilities.invokeLater(
-                new Runnable() {
-                    public void run() {
-                        ((Annotatable) doc).addAnnotation(startPos, length, annotation);
-                    }
-                }
-            );
-        }
+        ((Annotatable) doc).addAnnotation(startPos, length, annotation);
     }
 
-    /** Removal of added annotation.
+    /**
+     * Removal of added annotation.
+     * <br/>
+     * Note: since 6.35 the requests (delegated to document) are no longer replanned to EDT.
      * @param doc the annotated document
      * @param annotation annotation which is going to be removed
      * @since 1.20
@@ -521,18 +516,7 @@ public final class NbDocument extends Object {
         if (!(doc instanceof Annotatable)) {
             return;
         }
-
-        if (SwingUtilities.isEventDispatchThread()) {
-            ((Annotatable) doc).removeAnnotation(annotation);
-        } else {
-            SwingUtilities.invokeLater(
-                new Runnable() {
-                    public void run() {
-                        ((Annotatable) doc).removeAnnotation(annotation);
-                    }
-                }
-            );
-        }
+        ((Annotatable) doc).removeAnnotation(annotation);
     }
 
     /** Specialized version of document that knows how to lock the document
diff --git a/openide.text/src/org/openide/text/QuietEditorPane.java b/openide.text/src/org/openide/text/QuietEditorPane.java
index 7ce1a4b..edd1169 100644
--- a/openide.text/src/org/openide/text/QuietEditorPane.java
+++ b/openide.text/src/org/openide/text/QuietEditorPane.java
@@ -46,7 +46,6 @@ package org.openide.text;
 
 import java.awt.Component;
 import java.awt.Container;
-import java.awt.Dimension;
 import java.awt.Font;
 import java.awt.FontMetrics;
 import java.awt.Frame;
@@ -61,6 +60,10 @@ import java.awt.dnd.DropTargetDropEvent;
 import java.awt.dnd.DropTargetEvent;
 import java.awt.dnd.DropTargetListener;
 import java.awt.event.InputEvent;
+import java.awt.im.InputContext;
+import java.lang.reflect.Field;
+import java.lang.reflect.InvocationTargetException;
+import java.lang.reflect.Method;
 import java.util.Arrays;
 import java.util.HashSet;
 import java.util.Set;
@@ -70,7 +73,6 @@ import java.util.logging.Logger;
 import javax.swing.Icon;
 import javax.swing.JComponent;
 import javax.swing.JEditorPane;
-import javax.swing.JViewport;
 import javax.swing.SwingConstants;
 import javax.swing.SwingUtilities;
 import javax.swing.TransferHandler;
@@ -250,6 +252,61 @@ final class QuietEditorPane extends JEditorPane {
         }
     }
 
+    @Override
+    public void removeNotify() {
+        super.removeNotify();
+
+        final InputContext currentInputContext = getInputContext();
+
+        Runnable w = new Runnable() {
+            @Override
+            public void run() {
+                try {
+                    //#191248: the current component is held through InputContext.{inputMethodWindowContext,previousInputMethod}
+                    //and/or CompositionAreaHandler - trying to clear:
+                    Class<?> inputContext = Class.forName("sun.awt.im.InputContext", false, QuietEditorPane.class.getClassLoader());
+                    Field inputMethodWindowContext = inputContext.getDeclaredField("inputMethodWindowContext");
+                    Field previousInputMethod = inputContext.getDeclaredField("previousInputMethod");
+
+                    inputMethodWindowContext.setAccessible(true);
+                    previousInputMethod.setAccessible(true);
+
+                    if (currentInputContext == inputMethodWindowContext.get(null)) {
+                        inputMethodWindowContext.set(null, null);
+                        previousInputMethod.set(null, null);
+                    }
+
+                    Class<?> inputMethodContext = Class.forName("sun.awt.im.InputMethodContext", false, QuietEditorPane.class.getClassLoader());
+                    Method getCompositionAreaHandler = inputMethodContext.getDeclaredMethod("getCompositionAreaHandler", boolean.class);
+
+                    getCompositionAreaHandler.setAccessible(true);
+
+                    getCompositionAreaHandler.invoke(currentInputContext, false);
+                } catch (NoSuchFieldException ex) {
+                    LOG.log(Level.FINE, null, ex);
+                } catch (InvocationTargetException ex) {
+                    LOG.log(Level.FINE, null, ex);
+                } catch (NoSuchMethodException ex) {
+                    LOG.log(Level.FINE, null, ex);
+                } catch (IllegalArgumentException ex) {
+                    LOG.log(Level.FINE, null, ex);
+                } catch (IllegalAccessException ex) {
+                    LOG.log(Level.FINE, null, ex);
+                } catch (SecurityException ex) {
+                    LOG.log(Level.FINE, null, ex);
+                } catch (ClassNotFoundException ex) {
+                    LOG.log(Level.FINE, null, ex);
+                }
+            }
+        };
+
+        if (SwingUtilities.isEventDispatchThread()) {
+            w.run();
+        } else {
+            SwingUtilities.invokeLater(w);
+        }
+    }
+
 /* Commented out since virtual height is implemented in the editor (in GapDocumentView)
     @Override
     public Dimension getPreferredSize() {
diff --git a/openide.text/test/unit/src/org/openide/text/CloneableEditorNeverendingLoadingAsync2Test.java b/openide.text/test/unit/src/org/openide/text/CloneableEditorNeverendingLoadingAsync2Test.java
index b3e8c31..80bfc8c 100644
--- a/openide.text/test/unit/src/org/openide/text/CloneableEditorNeverendingLoadingAsync2Test.java
+++ b/openide.text/test/unit/src/org/openide/text/CloneableEditorNeverendingLoadingAsync2Test.java
@@ -44,6 +44,7 @@
 
 package org.openide.text;
 
+import java.awt.EventQueue;
 import java.beans.PropertyChangeEvent;
 import java.beans.PropertyChangeListener;
 import java.beans.VetoableChangeListener;
@@ -56,8 +57,10 @@ import java.io.Serializable;
 import java.util.ArrayList;
 import java.util.Date;
 import java.util.List;
+import javax.swing.JEditorPane;
 import org.netbeans.junit.NbTestCase;
 import org.openide.cookies.EditorCookie;
+import org.openide.text.CloneableEditorSupport.Pane;
 import org.openide.util.Exceptions;
 import org.openide.util.Lookup;
 import org.openide.util.RequestProcessor;
@@ -145,6 +148,11 @@ implements CloneableEditorSupport.Env {
         
         assertNull("No document is opened", support.getDocument());
         assertFalse("Open is still running", running.running);
+        
+        Pane ed = support.getAnyEditor();
+        assertNotNull("Editor found", ed);
+        Thread.sleep(1000); // helps to simulate 190409 on next close()
+        assertTrue("Can be closed", ed.getComponent().close());
     }
     
     //
diff --git a/openide.text/test/unit/src/org/openide/text/CloneableEditorSupportPaneAsyncTest.java b/openide.text/test/unit/src/org/openide/text/CloneableEditorSupportPaneAsyncTest.java
index 5c7f85b..a380824 100644
--- a/openide.text/test/unit/src/org/openide/text/CloneableEditorSupportPaneAsyncTest.java
+++ b/openide.text/test/unit/src/org/openide/text/CloneableEditorSupportPaneAsyncTest.java
@@ -47,13 +47,11 @@ package org.openide.text;
 
 import java.io.IOException;
 import javax.swing.JEditorPane;
-import junit.framework.*;
 import org.netbeans.junit.*;
 import org.openide.text.Line.ShowOpenType;
 import org.openide.text.Line.ShowVisibilityType;
 import org.openide.util.Exceptions;
 import org.openide.util.Lookup;
-import org.openide.util.UserCancelException;
 import org.openide.util.lookup.*;
 import org.openide.windows.CloneableTopComponent;
 
@@ -87,16 +85,6 @@ public class CloneableEditorSupportPaneAsyncTest extends NbTestCase implements C
         super(testName);
     }
     
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(CloneableEditorSupportPaneAsyncTest.class);
-        
-        return suite;
-    }
-    
     @Override
     protected void setUp () {
         ic = new InstanceContent ();
diff --git a/openide.text/test/unit/src/org/openide/text/CloneableEditorSupportPaneTest.java b/openide.text/test/unit/src/org/openide/text/CloneableEditorSupportPaneTest.java
index 6e23d42..fc44038 100644
--- a/openide.text/test/unit/src/org/openide/text/CloneableEditorSupportPaneTest.java
+++ b/openide.text/test/unit/src/org/openide/text/CloneableEditorSupportPaneTest.java
@@ -47,7 +47,6 @@ package org.openide.text;
 
 import java.io.IOException;
 import javax.swing.JEditorPane;
-import junit.framework.*;
 import org.netbeans.junit.*;
 import org.openide.text.Line.ShowOpenType;
 import org.openide.text.Line.ShowVisibilityType;
@@ -88,17 +87,6 @@ public class CloneableEditorSupportPaneTest extends NbTestCase implements Clonea
         super(testName);
     }
     
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(CloneableEditorSupportPaneTest.class);
-        
-        return suite;
-    }
-    
-
     protected void setUp () {
         ic = new InstanceContent ();
         support = new CES (this, new AbstractLookup (ic));
diff --git a/openide.text/test/unit/src/org/openide/text/CloneableEditorSupportRedirectorTest.java b/openide.text/test/unit/src/org/openide/text/CloneableEditorSupportRedirectorTest.java
index 43f3e80..93de87d 100644
--- a/openide.text/test/unit/src/org/openide/text/CloneableEditorSupportRedirectorTest.java
+++ b/openide.text/test/unit/src/org/openide/text/CloneableEditorSupportRedirectorTest.java
@@ -40,11 +40,8 @@ import java.util.Arrays;
 import javax.swing.SwingUtilities;
 import javax.swing.text.Document;
 import javax.swing.text.EditorKit;
-import junit.framework.Test;
-import junit.framework.TestSuite;
 import org.netbeans.junit.MockServices;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.util.Exceptions;
 import org.openide.util.Lookup;
 import org.openide.util.lookup.AbstractLookup;
@@ -80,13 +77,6 @@ implements CloneableEditorSupport.Env {
         super(testName);
     }
     
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(CloneableEditorSupportRedirectorTest.class);
-        
-        return suite;
-    }
-    
-
     protected void setUp () {
         ic = new InstanceContent ();
         CES support = new CES (this, new AbstractLookup(ic));
diff --git a/openide.text/test/unit/src/org/openide/text/CloneableEditorSupportTest.java b/openide.text/test/unit/src/org/openide/text/CloneableEditorSupportTest.java
index 138df70..d9e6bb4 100644
--- a/openide.text/test/unit/src/org/openide/text/CloneableEditorSupportTest.java
+++ b/openide.text/test/unit/src/org/openide/text/CloneableEditorSupportTest.java
@@ -59,10 +59,7 @@ import javax.swing.SwingUtilities;
 import javax.swing.text.Document;
 import javax.swing.text.EditorKit;
 import junit.framework.AssertionFailedError;
-import junit.framework.Test;
-import junit.framework.TestSuite;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.util.Exceptions;
 import org.openide.util.Lookup;
 import org.openide.util.Task;
@@ -202,17 +199,6 @@ implements CloneableEditorSupport.Env {
         super(testName);
     }
     
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(CloneableEditorSupportTest.class);
-
-        return suite;
-    }
-    
-
     @Override
     protected void setUp () {
         ic = new InstanceContent ();
diff --git a/openide.text/test/unit/src/org/openide/text/LineSetTest.java b/openide.text/test/unit/src/org/openide/text/LineSetTest.java
index e5e0949..a00066f 100644
--- a/openide.text/test/unit/src/org/openide/text/LineSetTest.java
+++ b/openide.text/test/unit/src/org/openide/text/LineSetTest.java
@@ -46,10 +46,7 @@ package org.openide.text;
 
 import java.beans.PropertyChangeListener;
 import java.util.ArrayList;
-import junit.framework.Test;
-import junit.framework.TestSuite;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.util.Lookup;
 import org.openide.util.lookup.AbstractLookup;
 import org.openide.util.lookup.InstanceContent;
@@ -82,20 +79,6 @@ public class LineSetTest extends NbTestCase implements CloneableEditorSupport.En
         super(testName);
     }
     
-    public static void main(java.lang.String[] args) {
-        if (args.length == 1) {
-            junit.textui.TestRunner.run (new LineSetTest (args[0]));
-        }
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(LineSetTest.class);
-        
-        return suite;
-    }
-    
-
     @Override
     protected void setUp () {
         ic = new InstanceContent ();
diff --git a/openide.text/test/unit/src/org/openide/text/NbDocumentTest.java b/openide.text/test/unit/src/org/openide/text/NbDocumentTest.java
index 3c44a47..e37503a 100644
--- a/openide.text/test/unit/src/org/openide/text/NbDocumentTest.java
+++ b/openide.text/test/unit/src/org/openide/text/NbDocumentTest.java
@@ -46,7 +46,6 @@ package org.openide.text;
 
 import javax.swing.text.*;
 
-import junit.framework.*;
 
 import org.netbeans.junit.*;
 
@@ -66,19 +65,6 @@ public class NbDocumentTest extends NbTestCase {
         super(testName);
     }
 
-    public static void main(java.lang.String[] args) {
-        if (args.length == 1) {
-            junit.textui.TestRunner.run (new NbDocumentTest (args[0]));
-        }
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(NbDocumentTest.class);
-        return suite;
-    }
-    
-
     protected void setUp () {
 	doc = createStyledDocument();
     }
diff --git a/openide.text/test/unit/src/org/openide/text/NetworkConnectionLostTest.java b/openide.text/test/unit/src/org/openide/text/NetworkConnectionLostTest.java
index 382fb9d..f723418 100644
--- a/openide.text/test/unit/src/org/openide/text/NetworkConnectionLostTest.java
+++ b/openide.text/test/unit/src/org/openide/text/NetworkConnectionLostTest.java
@@ -45,11 +45,8 @@
 package org.openide.text;
 import java.io.IOException;
 import java.lang.reflect.InvocationTargetException;
-import java.util.Date;
-import javax.swing.JComponent;
 import javax.swing.JEditorPane;
 import javax.swing.text.Document;
-import junit.framework.*;
 
 import org.netbeans.junit.*;
 
@@ -86,17 +83,6 @@ implements CloneableEditorSupport.Env {
         super(testName);
     }
     
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(NetworkConnectionLostTest.class);
-        
-        return suite;
-    }
-    
-
     protected void setUp () {
         System.setProperty ("org.openide.util.Lookup", "org.openide.text.NetworkConnectionLostTest$Lkp");
         
diff --git a/openide.text/test/unit/src/org/openide/text/NotifyModifiedTest.java b/openide.text/test/unit/src/org/openide/text/NotifyModifiedTest.java
index d6a47e2..e7e9040 100644
--- a/openide.text/test/unit/src/org/openide/text/NotifyModifiedTest.java
+++ b/openide.text/test/unit/src/org/openide/text/NotifyModifiedTest.java
@@ -97,12 +97,6 @@ implements CloneableEditorSupport.Env {
         return 20000;
     }
   
-//    public static Test suite() {
-//        return new NotifyModifiedTest("testUndoDoesMarkFileAsDirtyIssue56963");
-//    }
-
-
-    
     @Override
     protected void setUp () {
         ic = new InstanceContent ();
diff --git a/openide.text/test/unit/src/org/openide/text/UndoRedoWrappingCooperationTest.java b/openide.text/test/unit/src/org/openide/text/UndoRedoWrappingCooperationTest.java
new file mode 100644
index 0000000..dd62742
--- /dev/null
+++ b/openide.text/test/unit/src/org/openide/text/UndoRedoWrappingCooperationTest.java
@@ -0,0 +1,479 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Sun in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * Contributor(s):
+ *
+ * The Original Software is NetBeans. The Initial Developer of the Original
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Microsystems, Inc. All Rights Reserved.
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ */
+
+
+package org.openide.text;
+
+
+
+import java.beans.PropertyChangeListener;
+import java.io.IOException;
+import java.util.ArrayList;
+import javax.swing.event.UndoableEditEvent;
+import javax.swing.event.UndoableEditListener;
+import javax.swing.text.*;
+import javax.swing.undo.CompoundEdit;
+import javax.swing.undo.UndoableEdit;
+import org.netbeans.junit.*;
+import org.openide.awt.UndoRedo;
+import org.openide.util.Exceptions;
+
+/**
+ * Testing CES's UndoGroupManager; BEGIN_COMMIT_GROUP, END_COMMIT_GROUP
+ *
+ * Also included are tests testSaveDocumentErrorCase and testRedoAfterSave.
+ * They fail for some base CES functionality. They could be moved
+ * to UndoRedoCooperationTest.
+ *
+ * @author  Ernie Rael
+ */
+public class UndoRedoWrappingCooperationTest extends NbTestCase implements CloneableEditorSupport.Env {
+    static {
+        System.setProperty("org.openide.windows.DummyWindowManager.VISIBLE", "false");
+    }
+    /** the support to work with */
+    private CES support;
+    // Env variables
+    private String content = "Hello";
+    private boolean valid = true;
+    private boolean modified = false;
+    /** if not null contains message why this document cannot be modified */
+    private String cannotBeModified;
+    private java.util.Date date = new java.util.Date ();
+    private java.util.List<PropertyChangeListener> propL = new ArrayList<PropertyChangeListener>();
+    private java.beans.VetoableChangeListener vetoL;
+    
+    /** Creates new TextTest */
+    public UndoRedoWrappingCooperationTest (String s) {
+        super(s);
+    }
+    
+    protected javax.swing.text.EditorKit createEditorKit() {
+        return new NbLikeEditorKit();
+    }
+
+    // Use these methods with the UndoRedoGroup patch
+    CompoundEdit beginChunk(Document d) {
+        // ur().beginUndoGroup();
+        sendUndoableEdit(d, CloneableEditorSupport.BEGIN_COMMIT_GROUP);
+        return null;
+    }
+    
+    void endChunk(Document d, CompoundEdit ce) {
+        // ur().endUndoGroup();
+        sendUndoableEdit(d, CloneableEditorSupport.END_COMMIT_GROUP);
+    }
+
+    void sendUndoableEdit(Document d, UndoableEdit ue) {
+        if(d instanceof AbstractDocument) {
+            UndoableEditListener[] uels = ((AbstractDocument)d).getUndoableEditListeners();
+            UndoableEditEvent ev = new UndoableEditEvent(d, ue);
+            for(UndoableEditListener uel : uels) {
+                uel.undoableEditHappened(ev);
+            }
+        }
+    }
+
+    // Use these methods with compound edit implementation
+    // CompoundEdit beginChunk(Document d) {
+    //     CompoundEdit ce = new CompoundEdit();
+    //     support.getUndoRedo().undoableEditHappened
+    //             (new UndoableEditEvent(d, ce));
+    //     return ce;
+    // }
+
+    // void endChunk(Document d, CompoundEdit ce) {
+    //     ce.end();
+    // }
+
+    UndoRedo.Manager ur() {
+        return support.getUndoRedo();
+    }
+
+    protected void setUp () {
+        support = new CES (this, org.openide.util.Lookup.EMPTY);
+    }
+
+    public void testTrivialChunk() throws Exception {
+        content = "";
+        StyledDocument d = support.openDocument();
+
+        // same operations as testSingleChunk,
+        // but don't test modified/canUndo/canRedo state
+
+        CompoundEdit ce = beginChunk(d);
+        d.insertString(d.getLength(), "a", null);
+        d.insertString(d.getLength(), "b", null);
+        endChunk(d, ce);
+
+        assertEquals("data", "ab", d.getText(0, d.getLength()));
+
+        ur().undo();
+        assertEquals("after undo data", "", d.getText(0, d.getLength()));
+
+        ur().redo();
+        assertEquals("after redo data", "ab", d.getText(0, d.getLength()));
+    }
+
+    public void testSingleChunk() throws Exception {
+        content = "";
+        StyledDocument d = support.openDocument();
+        assertFalse("initially: not modified", support.isModified());
+        assertFalse("initially: no undo", ur().canUndo());
+        assertFalse("initially: no redo", ur().canRedo());
+
+        CompoundEdit ce = beginChunk(d);
+        assertFalse("start chunk: not modified", support.isModified());
+        assertFalse("start chunk: no undo", ur().canUndo());
+        assertFalse("start chunk: no redo", ur().canRedo());
+
+        d.insertString(d.getLength(), "a", null);
+        assertTrue("insert: modified", support.isModified());
+        assertTrue("insert: can undo", ur().canUndo());
+        assertFalse("insert: no redo", ur().canRedo());
+
+        d.insertString(d.getLength(), "b", null);
+        endChunk(d, ce);
+        assertEquals("chunk: data", "ab", d.getText(0, d.getLength()));
+        assertTrue("endChunk: modified", support.isModified());
+        assertTrue("endChunk: can undo", ur().canUndo());
+        assertFalse("endChunk: no redo", ur().canRedo());
+
+        ur().undo();
+        assertEquals("after undo: data", "", d.getText(0, d.getLength()));
+        assertFalse("undo: not modified", support.isModified());
+        assertFalse("undo: no undo", ur().canUndo());
+        assertTrue("undo: can redo", ur().canRedo());
+
+        ur().redo();
+        assertEquals("after redo: data", "ab", d.getText(0, d.getLength()));
+        assertTrue("redo: modified", support.isModified());
+        assertTrue("redo: can undo", ur().canUndo());
+        assertFalse("redo: no redo", ur().canRedo());
+    }
+
+    /** this also tests mixing regular and chunks */
+    public void testExtraEndChunk() throws Exception {
+        content = "";
+        StyledDocument d = support.openDocument();
+
+        CompoundEdit ce = beginChunk(d);
+
+        d.insertString(d.getLength(), "a", null);
+        d.insertString(d.getLength(), "b", null);
+
+        endChunk(d, ce);
+        assertEquals("chunk: data", "ab", d.getText(0, d.getLength()));
+
+        endChunk(d, ce);
+        endChunk(d, ce);
+
+        assertEquals("extraEnd: data", "ab", d.getText(0, d.getLength()));
+        assertTrue("extraEnd: modified", support.isModified());
+        assertTrue("extraEnd: can undo", ur().canUndo());
+        assertFalse("extraEnd: no redo", ur().canRedo());
+
+        d.insertString(d.getLength(), "c", null);
+        d.insertString(d.getLength(), "d", null);
+        endChunk(d, ce);
+        assertEquals("extraEnd2: data", "abcd", d.getText(0, d.getLength()));
+        ur().undo();
+        endChunk(d, ce);
+        assertEquals("undo1: data", "abc", d.getText(0, d.getLength()));
+        ur().undo();
+        assertEquals("undo2: data", "ab", d.getText(0, d.getLength()));
+        ur().undo();
+        endChunk(d, ce);
+        assertEquals("undo3: data", "", d.getText(0, d.getLength()));
+        ur().redo();
+        assertEquals("redo1: data", "ab", d.getText(0, d.getLength()));
+        ur().redo();
+        endChunk(d, ce);
+        assertEquals("redo2: data", "abc", d.getText(0, d.getLength()));
+        ur().redo();
+        assertEquals("redo3: data", "abcd", d.getText(0, d.getLength()));
+    }
+
+    public void testUndoRedoWhileActiveChunk() throws Exception {
+        content = "";
+        StyledDocument d = support.openDocument();
+        CompoundEdit ce = beginChunk(d);
+        d.insertString(d.getLength(), "a", null);
+        d.insertString(d.getLength(), "b", null);
+
+        assertEquals("before undo: data", "ab", d.getText(0, d.getLength()));
+
+        ur().undo();
+
+        // These asserts assume that an undo in the middle of a chunk
+        // is an undo on the whole chunk so far.
+
+        assertEquals("after undo: data", "", d.getText(0, d.getLength()));
+        assertFalse("after undo: not modified", support.isModified());
+        assertFalse("after undo: no undo", ur().canUndo());
+        assertTrue("after undo: can redo", ur().canRedo());
+
+        // note still in the chunk.
+
+        ur().redo();
+        assertEquals("after redo: data", "ab", d.getText(0, d.getLength()));
+        assertTrue("after redo: modified", support.isModified());
+        assertTrue("after redo: can undo", ur().canUndo());
+        assertFalse("after redo: no redo", ur().canRedo());
+
+        ur().undo(); 
+        assertEquals("after undo: data", "", d.getText(0, d.getLength()));
+
+        // note still in the chunk.
+
+        d.insertString(d.getLength(), "c", null);
+        d.insertString(d.getLength(), "d", null);
+        endChunk(d, ce);
+
+        assertEquals("after endChunk: data", "cd", d.getText(0, d.getLength()));
+        assertTrue("after endChunk: modified", support.isModified());
+        assertTrue("after endChunk: can undo", ur().canUndo());
+        assertFalse("after endChunk: no redo", ur().canRedo());
+
+        
+        ur().undo();
+        assertEquals("undo after endChunk: data", "", d.getText(0, d.getLength()));
+        assertFalse("undo after endChunk: not modified", support.isModified());
+        assertFalse("undo after endChunk: no undo", ur().canUndo());
+        assertTrue("undo after endChunk: can redo", ur().canRedo());
+    }
+
+    public void testSaveDocumentWhileActiveChunkCommon(boolean doFailCase) throws Exception {
+        content = "";
+        StyledDocument d = support.openDocument();
+        CompoundEdit ce = beginChunk(d);
+        d.insertString(d.getLength(), "a", null);
+        d.insertString(d.getLength(), "b", null);
+
+        support.saveDocument (); // creates a separate undoable chunk
+        assertFalse("save: not modified", support.isModified());
+        assertTrue("save: can undo", ur().canUndo());
+        assertFalse("save: no redo", ur().canRedo());
+
+        d.insertString(d.getLength(), "c", null);
+        d.insertString(d.getLength(), "d", null);
+        endChunk(d, ce);
+
+        assertEquals("insert, after save: data", "abcd", d.getText(0, d.getLength()));
+        assertTrue("insert, after save: modified", support.isModified());
+        assertTrue("insert, after save: can undo", ur().canUndo());
+        assertFalse("insert, after save: no redo", ur().canRedo());
+
+        ur().undo();
+        assertEquals("undo, at save: data", "ab", d.getText(0, d.getLength()));
+        assertFalse("undo, at save: not modified", support.isModified());
+        assertTrue("undo, at save: can undo", ur().canUndo());
+        assertTrue("undo, at save: can redo", ur().canRedo());
+
+        ur().undo();
+        assertEquals("undo, before save: data", "", d.getText(0, d.getLength()));
+
+        if(doFailCase) {
+            // ****************************************************************
+            // CES BUG???
+            assertTrue("undo, before save: modified", support.isModified());
+            // ****************************************************************
+        }
+
+        assertFalse("undo, before save: can undo", ur().canUndo());
+        assertTrue("undo, before save: can redo", ur().canRedo());
+
+        ur().redo();
+        assertEquals("redo, at save: data", "ab", d.getText(0, d.getLength()));
+        assertFalse("redo, at save: not modified", support.isModified());
+        assertTrue("redo, at save: can undo", ur().canUndo());
+        assertTrue("redo, at save: can redo", ur().canRedo());
+    }
+
+    public void testSaveDocumentWhileActiveChunk() throws Exception {
+        testSaveDocumentWhileActiveChunkCommon(false);
+    }
+
+    // This fails, below is "testSaveDocumentErrorCase" without chunking,
+    // it also fails.
+    // public void testSaveDocumentWhileActiveChunkErroCase() throws Exception {
+    //     testSaveDocumentWhileActiveChunkCommon(true);
+    // }
+
+    public void testNestedChunks() throws Exception {
+        content = "";
+        StyledDocument d = support.openDocument();
+        CompoundEdit ce1 = beginChunk(d);
+        d.insertString(d.getLength(), "a", null);
+        d.insertString(d.getLength(), "b", null);
+
+        CompoundEdit ce2 = beginChunk(d); // creates a separate undoable chunk
+
+        d.insertString(d.getLength(), "c", null);
+        d.insertString(d.getLength(), "d", null);
+
+        endChunk(d, ce1);
+
+        d.insertString(d.getLength(), "e", null);
+        d.insertString(d.getLength(), "f", null);
+
+        endChunk(d, ce2);
+
+        assertEquals("data", "abcdef", d.getText(0, d.getLength()));
+
+        // following fails if nesting not supported
+        ur().undo();
+        assertEquals("undo1", "abcd", d.getText(0, d.getLength()));
+
+        ur().undo();
+        assertEquals("undo2", "ab", d.getText(0, d.getLength()));
+
+        ur().undo();
+        assertEquals("undo3", "", d.getText(0, d.getLength()));
+    }
+    
+    //
+    // Implementation of the CloneableEditorSupport.Env
+    //
+    
+    public synchronized void addPropertyChangeListener(java.beans.PropertyChangeListener l) {
+        propL.add (l);
+    }    
+    public synchronized void removePropertyChangeListener(java.beans.PropertyChangeListener l) {
+        propL.remove (l);
+    }
+    
+    public synchronized void addVetoableChangeListener(java.beans.VetoableChangeListener l) {
+        assertNull ("This is the first veto listener", vetoL);
+        vetoL = l;
+    }
+    public void removeVetoableChangeListener(java.beans.VetoableChangeListener l) {
+        assertEquals ("Removing the right veto one", vetoL, l);
+        vetoL = null;
+    }
+    
+    public org.openide.windows.CloneableOpenSupport findCloneableOpenSupport() {
+        return support;
+    }
+    
+    public String getMimeType() {
+        return "text/plain";
+    }
+    
+    public java.util.Date getTime() {
+        return date;
+    }
+    
+    public java.io.InputStream inputStream() throws java.io.IOException {
+        return new java.io.ByteArrayInputStream (content.getBytes ());
+    }
+    public java.io.OutputStream outputStream() throws java.io.IOException {
+        class ContentStream extends java.io.ByteArrayOutputStream {
+            public void close () throws java.io.IOException {
+                super.close ();
+                content = new String (toByteArray ());
+            }
+        }
+        
+        return new ContentStream ();
+    }
+    
+    public boolean isValid() {
+        return valid;
+    }
+    
+    public boolean isModified() {
+        return modified;
+    }
+
+    public void markModified() throws java.io.IOException {
+        if (cannotBeModified != null) {
+            IOException e = new IOException ();
+            Exceptions.attachLocalizedMessage(e, cannotBeModified);
+            throw e;
+        }
+        
+        modified = true;
+    }
+    
+    public void unmarkModified() {
+        modified = false;
+    }
+
+    /** Implementation of the CES */
+    private final class CES extends CloneableEditorSupport {
+        public boolean plain;
+        
+        
+        public CES (Env env, org.openide.util.Lookup l) {
+            super (env, l);
+        }
+        
+        protected String messageName() {
+            return "Name";
+        }
+        
+        protected String messageOpened() {
+            return "Opened";
+        }
+        
+        protected String messageOpening() {
+            return "Opening";
+        }
+        
+        protected String messageSave() {
+            return "Save";
+        }
+        
+        protected String messageToolTip() {
+            return "ToolTip";
+        }        
+
+        protected javax.swing.text.EditorKit createEditorKit() {
+            if (plain) {
+                return super.createEditorKit ();
+            } else {
+                return UndoRedoWrappingCooperationTest.this.createEditorKit ();
+            }
+        }
+    } // end of CES
+
+}
diff --git a/openide.util.enumerations/manifest.mf b/openide.util.enumerations/manifest.mf
index 240446a..e33095c 100644
--- a/openide.util.enumerations/manifest.mf
+++ b/openide.util.enumerations/manifest.mf
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.openide.util.enumerations
-OpenIDE-Module-Specification-Version: 6.13.1
+OpenIDE-Module-Specification-Version: 6.16.1
 OpenIDE-Module-Localizing-Bundle: org/openide/util/enum/Bundle.properties
 OpenIDE-Module-Deprecated: true
 AutoUpdate-Essential-Module: true
diff --git a/openide.util.lookup/manifest.mf b/openide.util.lookup/manifest.mf
index 7845b0d..ada3218 100644
--- a/openide.util.lookup/manifest.mf
+++ b/openide.util.lookup/manifest.mf
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.openide.util.lookup
 OpenIDE-Module-Localizing-Bundle: org/openide/util/lookup/Bundle.properties
-OpenIDE-Module-Specification-Version: 8.3.1
+OpenIDE-Module-Specification-Version: 8.6.1
 
diff --git a/openide.util.lookup/nbproject/org-openide-util-lookup.sig b/openide.util.lookup/nbproject/org-openide-util-lookup.sig
new file mode 100644
index 0000000..dd0d023
--- /dev/null
+++ b/openide.util.lookup/nbproject/org-openide-util-lookup.sig
@@ -0,0 +1,277 @@
+#Signature file v4.1
+#Version 8.3
+
+CLSS public abstract interface java.io.Serializable
+
+CLSS public java.lang.Object
+cons public init()
+meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
+meth protected void finalize() throws java.lang.Throwable
+meth public boolean equals(java.lang.Object)
+meth public final java.lang.Class<?> getClass()
+meth public final void notify()
+meth public final void notifyAll()
+meth public final void wait() throws java.lang.InterruptedException
+meth public final void wait(long) throws java.lang.InterruptedException
+meth public final void wait(long,int) throws java.lang.InterruptedException
+meth public int hashCode()
+meth public java.lang.String toString()
+
+CLSS public abstract interface java.lang.annotation.Annotation
+meth public abstract boolean equals(java.lang.Object)
+meth public abstract int hashCode()
+meth public abstract java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
+meth public abstract java.lang.String toString()
+
+CLSS public abstract interface !annotation java.lang.annotation.Documented
+ anno 0 java.lang.annotation.Documented()
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
+intf java.lang.annotation.Annotation
+
+CLSS public abstract interface !annotation java.lang.annotation.Retention
+ anno 0 java.lang.annotation.Documented()
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.annotation.RetentionPolicy value()
+
+CLSS public abstract interface !annotation java.lang.annotation.Target
+ anno 0 java.lang.annotation.Documented()
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[ANNOTATION_TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.annotation.ElementType[] value()
+
+CLSS public abstract interface java.util.EventListener
+
+CLSS public java.util.EventObject
+cons public init(java.lang.Object)
+fld protected java.lang.Object source
+intf java.io.Serializable
+meth public java.lang.Object getSource()
+meth public java.lang.String toString()
+supr java.lang.Object
+hfds serialVersionUID
+
+CLSS public abstract javax.annotation.processing.AbstractProcessor
+cons protected init()
+fld protected javax.annotation.processing.ProcessingEnvironment processingEnv
+intf javax.annotation.processing.Processor
+meth protected boolean isInitialized()
+meth public abstract boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement>,javax.annotation.processing.RoundEnvironment)
+meth public java.lang.Iterable<? extends javax.annotation.processing.Completion> getCompletions(javax.lang.model.element.Element,javax.lang.model.element.AnnotationMirror,javax.lang.model.element.ExecutableElement,java.lang.String)
+meth public java.util.Set<java.lang.String> getSupportedAnnotationTypes()
+meth public java.util.Set<java.lang.String> getSupportedOptions()
+meth public javax.lang.model.SourceVersion getSupportedSourceVersion()
+meth public void init(javax.annotation.processing.ProcessingEnvironment)
+supr java.lang.Object
+hfds initialized
+
+CLSS public abstract interface javax.annotation.processing.Processor
+meth public abstract boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement>,javax.annotation.processing.RoundEnvironment)
+meth public abstract java.lang.Iterable<? extends javax.annotation.processing.Completion> getCompletions(javax.lang.model.element.Element,javax.lang.model.element.AnnotationMirror,javax.lang.model.element.ExecutableElement,java.lang.String)
+meth public abstract java.util.Set<java.lang.String> getSupportedAnnotationTypes()
+meth public abstract java.util.Set<java.lang.String> getSupportedOptions()
+meth public abstract javax.lang.model.SourceVersion getSupportedSourceVersion()
+meth public abstract void init(javax.annotation.processing.ProcessingEnvironment)
+
+CLSS public abstract org.openide.util.Lookup
+cons public init()
+fld public final static org.openide.util.Lookup EMPTY
+innr public abstract interface static Provider
+innr public abstract static Item
+innr public abstract static Result
+innr public final static Template
+meth public <%0 extends java.lang.Object> java.util.Collection<? extends {%%0}> lookupAll(java.lang.Class<{%%0}>)
+meth public <%0 extends java.lang.Object> org.openide.util.Lookup$Item<{%%0}> lookupItem(org.openide.util.Lookup$Template<{%%0}>)
+meth public <%0 extends java.lang.Object> org.openide.util.Lookup$Result<{%%0}> lookupResult(java.lang.Class<{%%0}>)
+meth public abstract <%0 extends java.lang.Object> org.openide.util.Lookup$Result<{%%0}> lookup(org.openide.util.Lookup$Template<{%%0}>)
+meth public abstract <%0 extends java.lang.Object> {%%0} lookup(java.lang.Class<{%%0}>)
+meth public static org.openide.util.Lookup getDefault()
+supr java.lang.Object
+hfds defaultLookup
+hcls DefLookup,Empty
+
+CLSS public abstract static org.openide.util.Lookup$Item<%0 extends java.lang.Object>
+ outer org.openide.util.Lookup
+cons public init()
+meth public abstract java.lang.Class<? extends {org.openide.util.Lookup$Item%0}> getType()
+meth public abstract java.lang.String getDisplayName()
+meth public abstract java.lang.String getId()
+meth public abstract {org.openide.util.Lookup$Item%0} getInstance()
+meth public java.lang.String toString()
+supr java.lang.Object
+
+CLSS public abstract interface static org.openide.util.Lookup$Provider
+ outer org.openide.util.Lookup
+meth public abstract org.openide.util.Lookup getLookup()
+
+CLSS public abstract static org.openide.util.Lookup$Result<%0 extends java.lang.Object>
+ outer org.openide.util.Lookup
+cons public init()
+meth public abstract java.util.Collection<? extends {org.openide.util.Lookup$Result%0}> allInstances()
+meth public abstract void addLookupListener(org.openide.util.LookupListener)
+meth public abstract void removeLookupListener(org.openide.util.LookupListener)
+meth public java.util.Collection<? extends org.openide.util.Lookup$Item<{org.openide.util.Lookup$Result%0}>> allItems()
+meth public java.util.Set<java.lang.Class<? extends {org.openide.util.Lookup$Result%0}>> allClasses()
+supr java.lang.Object
+
+CLSS public final static org.openide.util.Lookup$Template<%0 extends java.lang.Object>
+ outer org.openide.util.Lookup
+cons public init()
+ anno 0 java.lang.Deprecated()
+cons public init(java.lang.Class<{org.openide.util.Lookup$Template%0}>)
+cons public init(java.lang.Class<{org.openide.util.Lookup$Template%0}>,java.lang.String,{org.openide.util.Lookup$Template%0})
+meth public boolean equals(java.lang.Object)
+meth public int hashCode()
+meth public java.lang.Class<{org.openide.util.Lookup$Template%0}> getType()
+meth public java.lang.String getId()
+meth public java.lang.String toString()
+meth public {org.openide.util.Lookup$Template%0} getInstance()
+supr java.lang.Object
+hfds hashCode,id,instance,type
+
+CLSS public final org.openide.util.LookupEvent
+cons public init(org.openide.util.Lookup$Result)
+supr java.util.EventObject
+
+CLSS public abstract interface org.openide.util.LookupListener
+intf java.util.EventListener
+meth public abstract void resultChanged(org.openide.util.LookupEvent)
+
+CLSS public org.openide.util.lookup.AbstractLookup
+cons protected init()
+cons public init(org.openide.util.lookup.AbstractLookup$Content)
+innr public abstract static Pair
+innr public static Content
+intf java.io.Serializable
+meth protected final void addPair(org.openide.util.lookup.AbstractLookup$Pair<?>)
+meth protected final void addPair(org.openide.util.lookup.AbstractLookup$Pair<?>,java.util.concurrent.Executor)
+meth protected final void removePair(org.openide.util.lookup.AbstractLookup$Pair<?>)
+meth protected final void removePair(org.openide.util.lookup.AbstractLookup$Pair<?>,java.util.concurrent.Executor)
+meth protected final void setPairs(java.util.Collection<? extends org.openide.util.lookup.AbstractLookup$Pair>)
+meth protected final void setPairs(java.util.Collection<? extends org.openide.util.lookup.AbstractLookup$Pair>,java.util.concurrent.Executor)
+meth protected void beforeLookup(org.openide.util.Lookup$Template<?>)
+meth protected void initialize()
+meth public final <%0 extends java.lang.Object> org.openide.util.Lookup$Item<{%%0}> lookupItem(org.openide.util.Lookup$Template<{%%0}>)
+meth public final <%0 extends java.lang.Object> org.openide.util.Lookup$Result<{%%0}> lookup(org.openide.util.Lookup$Template<{%%0}>)
+meth public final <%0 extends java.lang.Object> {%%0} lookup(java.lang.Class<{%%0}>)
+meth public java.lang.String toString()
+supr org.openide.util.Lookup
+hfds count,serialVersionUID,tree,treeLock
+hcls CycleError,ISE,Info,NotifyListeners,R,ReferenceIterator,ReferenceToResult,Storage
+
+CLSS public static org.openide.util.lookup.AbstractLookup$Content
+ outer org.openide.util.lookup.AbstractLookup
+cons public init()
+cons public init(java.util.concurrent.Executor)
+intf java.io.Serializable
+meth public final void addPair(org.openide.util.lookup.AbstractLookup$Pair<?>)
+meth public final void removePair(org.openide.util.lookup.AbstractLookup$Pair<?>)
+meth public final void setPairs(java.util.Collection<? extends org.openide.util.lookup.AbstractLookup$Pair>)
+supr java.lang.Object
+hfds al,notifyIn,serialVersionUID
+
+CLSS public abstract static org.openide.util.lookup.AbstractLookup$Pair<%0 extends java.lang.Object>
+ outer org.openide.util.lookup.AbstractLookup
+cons protected init()
+intf java.io.Serializable
+meth protected abstract boolean creatorOf(java.lang.Object)
+meth protected abstract boolean instanceOf(java.lang.Class<?>)
+supr org.openide.util.Lookup$Item<{org.openide.util.lookup.AbstractLookup$Pair%0}>
+hfds index,serialVersionUID
+
+CLSS public final org.openide.util.lookup.InstanceContent
+cons public init()
+cons public init(java.util.concurrent.Executor)
+innr public abstract interface static Convertor
+meth public final <%0 extends java.lang.Object, %1 extends java.lang.Object> void add({%%0},org.openide.util.lookup.InstanceContent$Convertor<{%%0},{%%1}>)
+meth public final <%0 extends java.lang.Object, %1 extends java.lang.Object> void remove({%%0},org.openide.util.lookup.InstanceContent$Convertor<{%%0},{%%1}>)
+meth public final <%0 extends java.lang.Object, %1 extends java.lang.Object> void set(java.util.Collection<{%%0}>,org.openide.util.lookup.InstanceContent$Convertor<{%%0},{%%1}>)
+meth public final void add(java.lang.Object)
+meth public final void remove(java.lang.Object)
+supr org.openide.util.lookup.AbstractLookup$Content
+hcls ConvertingItem,SimpleItem
+
+CLSS public abstract interface static org.openide.util.lookup.InstanceContent$Convertor<%0 extends java.lang.Object, %1 extends java.lang.Object>
+ outer org.openide.util.lookup.InstanceContent
+meth public abstract java.lang.Class<? extends {org.openide.util.lookup.InstanceContent$Convertor%1}> type({org.openide.util.lookup.InstanceContent$Convertor%0})
+meth public abstract java.lang.String displayName({org.openide.util.lookup.InstanceContent$Convertor%0})
+meth public abstract java.lang.String id({org.openide.util.lookup.InstanceContent$Convertor%0})
+meth public abstract {org.openide.util.lookup.InstanceContent$Convertor%1} convert({org.openide.util.lookup.InstanceContent$Convertor%0})
+
+CLSS public org.openide.util.lookup.Lookups
+meth public !varargs static org.openide.util.Lookup exclude(org.openide.util.Lookup,java.lang.Class[])
+meth public !varargs static org.openide.util.Lookup fixed(java.lang.Object[])
+meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> org.openide.util.Lookup fixed({%%0}[],org.openide.util.lookup.InstanceContent$Convertor<? super {%%0},{%%1}>)
+meth public static <%0 extends java.lang.Object> org.openide.util.Lookup$Item<{%%0}> lookupItem({%%0},java.lang.String)
+meth public static org.openide.util.Lookup forPath(java.lang.String)
+meth public static org.openide.util.Lookup metaInfServices(java.lang.ClassLoader)
+meth public static org.openide.util.Lookup metaInfServices(java.lang.ClassLoader,java.lang.String)
+meth public static org.openide.util.Lookup proxy(org.openide.util.Lookup$Provider)
+meth public static org.openide.util.Lookup singleton(java.lang.Object)
+supr java.lang.Object
+hcls LookupItem
+
+CLSS public org.openide.util.lookup.ProxyLookup
+cons protected init()
+cons public !varargs init(org.openide.util.Lookup[])
+meth protected !varargs final void setLookups(java.util.concurrent.Executor,org.openide.util.Lookup[])
+meth protected !varargs final void setLookups(org.openide.util.Lookup[])
+meth protected final org.openide.util.Lookup[] getLookups()
+meth protected void beforeLookup(org.openide.util.Lookup$Template<?>)
+meth public final <%0 extends java.lang.Object> org.openide.util.Lookup$Item<{%%0}> lookupItem(org.openide.util.Lookup$Template<{%%0}>)
+meth public final <%0 extends java.lang.Object> org.openide.util.Lookup$Result<{%%0}> lookup(org.openide.util.Lookup$Template<{%%0}>)
+meth public final <%0 extends java.lang.Object> {%%0} lookup(java.lang.Class<{%%0}>)
+meth public java.lang.String toString()
+supr org.openide.util.Lookup
+hfds data
+hcls EmptyInternalData,ImmutableInternalData,R,RealInternalData,SingleInternalData,WeakRef,WeakResult
+
+CLSS public abstract interface !annotation org.openide.util.lookup.ServiceProvider
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=SOURCE)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault int position()
+meth public abstract !hasdefault java.lang.String path()
+meth public abstract !hasdefault java.lang.String[] supersedes()
+meth public abstract java.lang.Class<?> service()
+
+CLSS public abstract interface !annotation org.openide.util.lookup.ServiceProviders
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=SOURCE)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract org.openide.util.lookup.ServiceProvider[] value()
+
+CLSS public abstract org.openide.util.lookup.implspi.AbstractServiceProviderProcessor
+cons protected init()
+meth protected abstract boolean handleProcess(java.util.Set<? extends javax.lang.model.element.TypeElement>,javax.annotation.processing.RoundEnvironment)
+meth protected final void register(javax.lang.model.element.TypeElement,java.lang.Class<? extends java.lang.annotation.Annotation>,javax.lang.model.type.TypeMirror,java.lang.String,int,java.lang.String[])
+meth public final boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement>,javax.annotation.processing.RoundEnvironment)
+supr javax.annotation.processing.AbstractProcessor
+hfds originatingElementsByProcessor,outputFilesByProcessor,verifiedClasses
+
+CLSS public final org.openide.util.lookup.implspi.ActiveQueue
+meth public static java.lang.ref.ReferenceQueue<java.lang.Object> queue()
+supr java.lang.Object
+hfds LOGGER,activeReferenceQueue
+hcls Impl
+
+CLSS public abstract org.openide.util.lookup.implspi.NamedServicesProvider
+cons protected init()
+meth protected abstract org.openide.util.Lookup create(java.lang.String)
+meth public static org.openide.util.Lookup forPath(java.lang.String)
+supr java.lang.Object
+hfds namedServicesProviders
+
+CLSS public abstract org.openide.util.lookup.implspi.SharedClassObjectBridge
+cons protected init()
+meth protected abstract <%0 extends java.lang.Object> {%%0} findObject(java.lang.Class<{%%0}>) throws java.lang.IllegalAccessException,java.lang.InstantiationException
+meth public static <%0 extends java.lang.Object> {%%0} newInstance(java.lang.Class<{%%0}>) throws java.lang.IllegalAccessException,java.lang.InstantiationException
+meth public static void setInstance(org.openide.util.lookup.implspi.SharedClassObjectBridge)
+supr java.lang.Object
+hfds INSTANCE
+
+CLSS abstract interface org.openide.util.lookup.implspi.package-info
+
diff --git a/openide.util.lookup/src/org/openide/util/Lookup.java b/openide.util.lookup/src/org/openide/util/Lookup.java
index 8298f32..fbcb6b8 100644
--- a/openide.util.lookup/src/org/openide/util/Lookup.java
+++ b/openide.util.lookup/src/org/openide/util/Lookup.java
@@ -428,7 +428,18 @@ public abstract class Lookup {
      */
     public static abstract class Result<T> extends Object {
         /** Registers a listener that is invoked when there is a possible
-         * change in this result.
+         * change in this result. 
+         * <p>
+         * <div class="nonnormative">
+         * Sometimes people report that their listener is not receiving 
+         * events (for example <a href="https://netbeans.org/bugzilla/show_bug.cgi?id=191471">IZ 191471</a>)
+         * or that the listener receives few events, but then it <em>stops</em>
+         * listening.
+         * Such behavior is often caused by not keeping strong reference to 
+         * the {@link Result} object. When it gets garbage collected
+         * it can no longer deliver events. Thus remember to keep reference
+         * to the object you are attaching listener to.
+         * </div>
          *
          * @param l the listener to add
          */
diff --git a/openide.util.lookup/src/org/openide/util/lookup/ALPairComparator.java b/openide.util.lookup/src/org/openide/util/lookup/ALPairComparator.java
index b49c125..0922ebc 100644
--- a/openide.util.lookup/src/org/openide/util/lookup/ALPairComparator.java
+++ b/openide.util.lookup/src/org/openide/util/lookup/ALPairComparator.java
@@ -60,27 +60,13 @@ final class ALPairComparator implements Comparator<Pair<?>> {
 
     /** Compares two items.
     */
+    @Override
     public int compare(Pair<?> i1, Pair<?> i2) {
         int result = i1.getIndex() - i2.getIndex();
 
         if (result == 0) {
             if (i1 != i2) {
-                java.io.ByteArrayOutputStream bs = new java.io.ByteArrayOutputStream();
-                java.io.PrintStream ps = new java.io.PrintStream(bs);
-
-                ps.println(
-                    "Duplicate pair in tree" + // NOI18N
-                    "Pair1: " + i1 + " pair2: " + i2 + " index1: " + i1.getIndex() + " index2: " +
-                    i2.getIndex() // NOI18N
-                     +" item1: " + i1.getInstance() + " item2: " + i2.getInstance() // NOI18N
-                     +" id1: " + Integer.toHexString(System.identityHashCode(i1)) // NOI18N
-                     +" id2: " + Integer.toHexString(System.identityHashCode(i2)) // NOI18N
-                );
-
-                //                print (ps, false);
-                ps.close();
-
-                throw new IllegalStateException(bs.toString());
+                throw new DuplicatedPairException(i1, i2);
             }
 
             return 0;
@@ -88,4 +74,33 @@ final class ALPairComparator implements Comparator<Pair<?>> {
 
         return result;
     }
+    
+    private static final class DuplicatedPairException extends IllegalStateException {
+        private final Pair<?> i1, i2;
+
+        public DuplicatedPairException(Pair<?> i1, Pair<?> i2) {
+            this.i1 = i1;
+            this.i2 = i2;
+        }
+
+        @Override
+        public String getMessage() {
+                java.io.ByteArrayOutputStream bs = new java.io.ByteArrayOutputStream();
+            java.io.PrintStream ps = new java.io.PrintStream(bs);
+
+            ps.println(
+                    "Duplicate pair in tree" + // NOI18N
+                    "Pair1: " + i1 + " pair2: " + i2 + " index1: " + i1.getIndex() + " index2: "
+                    + i2.getIndex() // NOI18N
+                    + " item1: " + i1.getInstance() + " item2: " + i2.getInstance() // NOI18N
+                    + " id1: " + Integer.toHexString(System.identityHashCode(i1)) // NOI18N
+                    + " id2: " + Integer.toHexString(System.identityHashCode(i2)) // NOI18N
+                    );
+
+            //                print (ps, false);
+            ps.close();
+
+            return bs.toString();
+        }
+    }
 }
diff --git a/openide.util.lookup/src/org/openide/util/lookup/AbstractLookup.java b/openide.util.lookup/src/org/openide/util/lookup/AbstractLookup.java
index 7e60065..62accb5 100644
--- a/openide.util.lookup/src/org/openide/util/lookup/AbstractLookup.java
+++ b/openide.util.lookup/src/org/openide/util/lookup/AbstractLookup.java
@@ -887,11 +887,7 @@ public class AbstractLookup extends Lookup implements Serializable {
                 return;
             }
 
-            if (!(reference.caches instanceof Object[])) {
-                reference.caches = new Object[3];
-            }
-
-            ((Object[]) reference.caches)[0] = s;
+            setReferences(0, s);
         }
 
         @SuppressWarnings("unchecked")
@@ -907,11 +903,7 @@ public class AbstractLookup extends Lookup implements Serializable {
                 return;
             }
 
-            if (!(reference.caches instanceof Object[])) {
-                reference.caches = new Object[3];
-            }
-
-            ((Object[]) reference.caches)[1] = c;
+            setReferences(1, c);
         }
 
         @SuppressWarnings("unchecked")
@@ -927,11 +919,18 @@ public class AbstractLookup extends Lookup implements Serializable {
                 return;
             }
 
-            if (!(reference.caches instanceof Object[])) {
-                reference.caches = new Object[3];
+            setReferences(2, c.toArray(new Pair[0]));
+        }
+        
+        private void setReferences(int index, Object value) {
+            Object obj = reference.caches;
+            Object[] arr;
+            if (obj instanceof Object[]) {
+                arr = (Object[])obj;
+            } else {
+                reference.caches = arr = new Object[3];
             }
-
-            ((Object[]) reference.caches)[2] = c.toArray(new Pair[0]);
+            arr[index] = value;
         }
 
         private void clearCaches() {
diff --git a/openide.util.lookup/src/org/openide/util/lookup/Bundle.properties b/openide.util.lookup/src/org/openide/util/lookup/Bundle.properties
index ecb9c8e..95f4365 100644
--- a/openide.util.lookup/src/org/openide/util/lookup/Bundle.properties
+++ b/openide.util.lookup/src/org/openide/util/lookup/Bundle.properties
@@ -1 +1,5 @@
-OpenIDE-Module-Name=Lookup
+OpenIDE-Module-Long-Description=\
+    Many APIs in NetBeans use Lookup as an observable collection of services. \
+    The default lookup is the global service registry; selections, project capabilities, and more are also modeled as Lookup instances.
+OpenIDE-Module-Name=Lookup API
+OpenIDE-Module-Short-Description=Generic service discovery mechanism used throughout NetBeans.
diff --git a/openide.util.lookup/src/org/openide/util/lookup/InheritanceTree.java b/openide.util.lookup/src/org/openide/util/lookup/InheritanceTree.java
index 43c8c90..bea5174 100644
--- a/openide.util.lookup/src/org/openide/util/lookup/InheritanceTree.java
+++ b/openide.util.lookup/src/org/openide/util/lookup/InheritanceTree.java
@@ -322,10 +322,12 @@ implements Serializable, AbstractLookup.Storage<ArrayList<Class>> {
 
                 Node result = removeClass(ch, item);
 
+                /* Can't remove completely otherwise the system forgets we are listening to this class
                 // If the children node was emptied, remove it if possible.
                 if (((ch.items == null) || ch.items.isEmpty()) && ((ch.children == null) || ch.children.isEmpty())) {
                     it.remove();
                 }
+                 */
 
                 if (result != null) {
                     // it is in subclass, in case of classes, it cannot
diff --git a/openide.util.lookup/src/org/openide/util/lookup/MetaInfServicesLookup.java b/openide.util.lookup/src/org/openide/util/lookup/MetaInfServicesLookup.java
index d25d3a7..507da05 100644
--- a/openide.util.lookup/src/org/openide/util/lookup/MetaInfServicesLookup.java
+++ b/openide.util.lookup/src/org/openide/util/lookup/MetaInfServicesLookup.java
@@ -58,6 +58,7 @@ import java.util.HashSet;
 import java.util.LinkedHashSet;
 import java.util.List;
 import java.util.Map;
+import java.util.Set;
 import java.util.WeakHashMap;
 import java.util.concurrent.Executor;
 import java.util.concurrent.Executors;
@@ -141,7 +142,10 @@ final class MetaInfServicesLookup extends AbstractLookup {
             }
         }
         if (toAdd != null) {
-            search(c, toAdd);
+            Set<Class<?>> all = new HashSet<Class<?>>();
+            for (Class type : allSuper(c, all)) {
+                search(type, toAdd);
+            }
         }
         synchronized (this) {
             if (classes.put(c, "") == null) { // NOI18N
@@ -152,6 +156,18 @@ final class MetaInfServicesLookup extends AbstractLookup {
             }
         }
     }
+    
+    private Set<Class<?>> allSuper(Class<?> clazz, Set<Class<?>> all) {
+        all.add(clazz);
+        Class<?> sup = clazz.getSuperclass();
+        if (sup != null && sup != Object.class) {
+            all.add(sup);
+        }
+        for (Class<?> c : clazz.getInterfaces()) {
+            allSuper(c, all);
+        }
+        return all;
+    }
 
     /** Finds all pairs and adds them to the collection.
      *
diff --git a/openide.util.lookup/src/org/openide/util/lookup/ProxyLookup.java b/openide.util.lookup/src/org/openide/util/lookup/ProxyLookup.java
index c1ed2b5..1b812e4 100644
--- a/openide.util.lookup/src/org/openide/util/lookup/ProxyLookup.java
+++ b/openide.util.lookup/src/org/openide/util/lookup/ProxyLookup.java
@@ -59,6 +59,8 @@ import java.util.Map;
 import java.util.Map.Entry;
 import java.util.Set;
 import java.util.concurrent.Executor;
+import java.util.logging.Level;
+import java.util.logging.Logger;
 import javax.swing.event.EventListenerList;
 import org.openide.util.Lookup;
 import org.openide.util.LookupEvent;
@@ -173,7 +175,11 @@ public class ProxyLookup extends Lookup {
                 while (it.hasNext()) {
                     LookupEvent ev = (LookupEvent)it.next();
                     LookupListener l = (LookupListener)it.next();
-                    l.resultChanged(ev);
+                    try {
+                        l.resultChanged(ev);
+                    } catch (RuntimeException x) {
+                        Logger.getLogger(ProxyLookup.class.getName()).log(Level.WARNING, null, x);
+                    }
                 }
             }
         }
@@ -589,6 +595,7 @@ public class ProxyLookup extends Lookup {
         protected void collectFires(Collection<Object> evAndListeners) {
             boolean modified = true;
 
+            final Object[] ll;
             try {
                 // clear cached instances
                 Collection oldItems;
@@ -608,6 +615,9 @@ public class ProxyLookup extends Lookup {
                         setCache(new Collection[3]);
                         return;
                     }
+                    ll = listeners.getListenerList();
+                    assert ll != null;
+                    
 
                     // ignore events if they arrive as a result of call to allItems
                     // or allInstances, bellow...
@@ -645,7 +655,7 @@ public class ProxyLookup extends Lookup {
             
             if (modified) {
                 LookupEvent ev = new LookupEvent(this);
-                AbstractLookup.notifyListeners(listeners.getListenerList(), ev, evAndListeners);
+                AbstractLookup.notifyListeners(ll, ev, evAndListeners);
             }
         }
 
@@ -948,19 +958,34 @@ public class ProxyLookup extends Lookup {
             this.lookups = lookups;
         }
 
+        @Override
         protected final boolean isEmpty() {
             return false;
         }
 
+        @Override
         protected Map<Template, Reference<R>> getResults() {
-            boolean strict = false;
-            assert strict = true;
-            return strict ? Collections.unmodifiableMap(results) : results;
+            boolean needsStrict = false;
+            assert needsStrict = true;
+            return needsStrict && !isUnmodifiable(results) ? unmodifiableMap(results) : results;
         }
         
+        @Override
         protected Object getRawLookups() {
             return lookups;
         }
+
+        private static Class<?> unmodifiableClass;
+        private static boolean isUnmodifiable(Map<?,?> map) {
+            return map.getClass() == unmodifiableClass;
+        }
+        private static <K,V> Map<K,V> unmodifiableMap(Map<K,V> map) {
+            Map<K,V> res = Collections.unmodifiableMap(map);
+            if (unmodifiableClass == null) {
+                unmodifiableClass = res.getClass();
+            }
+            return res;
+        }
     }
     
     private static final class EmptyInternalData extends ImmutableInternalData {
diff --git a/openide.util.lookup/src/org/openide/util/lookup/SimpleProxyLookup.java b/openide.util.lookup/src/org/openide/util/lookup/SimpleProxyLookup.java
index 2cdf5fa..9a4a1fd 100644
--- a/openide.util.lookup/src/org/openide/util/lookup/SimpleProxyLookup.java
+++ b/openide.util.lookup/src/org/openide/util/lookup/SimpleProxyLookup.java
@@ -103,7 +103,7 @@ final class SimpleProxyLookup extends org.openide.util.Lookup {
 
                 ProxyResult<?> p = ref.get();
 
-                if (p != null && p.updateLookup(l)) {
+                if (p != null && p.updateLookup(p.delegate, l)) {
                     p.collectFires(evAndListeners);
                 }
             }
@@ -124,6 +124,7 @@ final class SimpleProxyLookup extends org.openide.util.Lookup {
     }
 
     public <T> Result<T> lookup(Template<T> template) {
+        ProxyResult<T> newP;
         synchronized (this) {
             if (results == null) {
                 results = new WeakHashMap<Template<?>,Reference<ProxyResult<?>>>();
@@ -139,12 +140,12 @@ final class SimpleProxyLookup extends org.openide.util.Lookup {
                 }
             }
 
-            ProxyResult<T> p = new ProxyResult<T>(template);
-            Reference<ProxyResult<?>> ref = new WeakReference<ProxyResult<?>>(p);
+            newP = new ProxyResult<T>(template);
+            Reference<ProxyResult<?>> ref = new WeakReference<ProxyResult<?>>(newP);
             results.put(template, ref);
-
-            return p;
         }
+        newP.checkResult();
+        return newP;
     }
 
     public <T> T lookup(Class<T> clazz) {
@@ -183,38 +184,46 @@ final class SimpleProxyLookup extends org.openide.util.Lookup {
         /** Checks state of the result
          */
         private Result<T> checkResult() {
-            updateLookup(checkLookup());
-
+            Lookup.Result lkp = delegate;
+            updateLookup(lkp, checkLookup());
             return this.delegate;
         }
 
         /** Updates the state of the lookup.
          * @return true if the lookup really changed
          */
-        public boolean updateLookup(Lookup l) {
-            Collection<? extends Item<T>> oldPairs = (delegate != null) ? delegate.allItems() : null;
-
-            LookupListener removedListener;
-
-            synchronized (this) {
-                if ((delegate != null) && (lastListener != null)) {
-                    removedListener = lastListener;
-                    delegate.removeLookupListener(lastListener);
-                } else {
-                    removedListener = null;
-                }
+        public boolean updateLookup(Lookup.Result prev, Lookup l) {
+            Collection<? extends Item<T>> oldPairs = null;
+            if (prev != null) {
+                oldPairs = prev.allItems();
             }
 
-            // cannot call to foreign code 
-            Lookup.Result<T> res = l.lookup(template);
-
-            synchronized (this) {
-                if (removedListener == lastListener) {
-                    delegate = res;
-                    lastListener = new WeakResult<T>(this, delegate);
-                    delegate.addLookupListener(lastListener);
+            LookupListener prevListener;
+            Result<T> toAdd;
+            for (;;) {
+                
+                synchronized (this) {
+                    if ((delegate != null) && (lastListener != null)) {
+                        prevListener = lastListener;
+                        delegate.removeLookupListener(lastListener);
+                    } else {
+                        prevListener = null;
+                    }
+                }
+                
+                // cannot call to foreign code 
+                Lookup.Result<T> res = l.lookup(template);
+                
+                synchronized (this) {
+                    if (prevListener == lastListener) {
+                        delegate = res;
+                        lastListener = new WeakResult<T>(this, delegate);
+                        toAdd = delegate;
+                        break;
+                    }
                 }
             }
+            toAdd.addLookupListener(lastListener);
 
             if (oldPairs == null) {
                 // nobody knows about a change
diff --git a/openide.util.lookup/src/org/openide/util/lookup/implspi/ActiveQueue.java b/openide.util.lookup/src/org/openide/util/lookup/implspi/ActiveQueue.java
index ed46ac4..02421e3 100644
--- a/openide.util.lookup/src/org/openide/util/lookup/implspi/ActiveQueue.java
+++ b/openide.util.lookup/src/org/openide/util/lookup/implspi/ActiveQueue.java
@@ -1,3 +1,45 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2009 Sun Microsystems, Inc.
+ */
+
 package org.openide.util.lookup.implspi;
 
 import java.lang.ref.Reference;
@@ -13,7 +55,7 @@ public final class ActiveQueue {
 
     private ActiveQueue() {}
 
-    private static final Logger LOGGER = Logger.getLogger(ActiveQueue.class.getName().replace('$', '.'));
+    private static final Logger LOGGER = Logger.getLogger(ActiveQueue.class.getName());
     private static Impl activeReferenceQueue;
 
     /**
@@ -70,7 +112,7 @@ public final class ActiveQueue {
                     } catch (Throwable t) {
                         // Should not happen.
                         // If it happens, it is a bug in client code, notify!
-                        LOGGER.log(Level.WARNING, null, t);
+                        LOGGER.log(Level.WARNING, "Cannot process " + ref, t);
                     } finally {
                         // to allow GC
                         ref = null;
diff --git a/openide.util.lookup/test/unit/src/org/openide/util/lookup/AbstractLookupBaseHid.java b/openide.util.lookup/test/unit/src/org/openide/util/lookup/AbstractLookupBaseHid.java
index bdca8ec..c42b0a5 100644
--- a/openide.util.lookup/test/unit/src/org/openide/util/lookup/AbstractLookupBaseHid.java
+++ b/openide.util.lookup/test/unit/src/org/openide/util/lookup/AbstractLookupBaseHid.java
@@ -61,6 +61,9 @@ import java.util.List;
 import java.util.concurrent.Executors;
 import java.util.concurrent.ScheduledExecutorService;
 import java.util.concurrent.TimeUnit;
+import java.util.concurrent.atomic.AtomicInteger;
+import java.util.logging.Level;
+import java.util.logging.Logger;
 import javax.swing.ActionMap;
 import javax.swing.InputMap;
 import org.netbeans.junit.NbTestCase;
@@ -72,6 +75,7 @@ import org.openide.util.LookupListener;
 @SuppressWarnings("unchecked") // XXX ought to be corrected, just a lot of them
 public class AbstractLookupBaseHid extends NbTestCase {
     private static AbstractLookupBaseHid running;
+    private Logger LOG;
 
     /** instance content to work with */
     InstanceContent ic;
@@ -91,6 +95,8 @@ public class AbstractLookupBaseHid extends NbTestCase {
     }
     
     protected @Override void setUp() {
+        LOG = Logger.getLogger("test." + getName());
+        
         this.ic = new InstanceContent ();
         
         beforeActualTest(getName());
@@ -103,6 +109,11 @@ public class AbstractLookupBaseHid extends NbTestCase {
     protected @Override void tearDown() {
         running = null;
     }
+
+    @Override
+    protected Level logLevel() {
+        return Level.FINE;
+    }
     
     /** The methods to influence test behaviour */
     public static interface Impl {
@@ -207,6 +218,48 @@ public class AbstractLookupBaseHid extends NbTestCase {
         checkIterator ("Difference between instances added and found", all, Arrays.asList (INSTANCES));
     }
     
+    public void testLookupListenerRemoved() {
+        class C0 {
+        }
+        class C1 {
+        }
+
+        Lookup.Result<C0> r0 = lookup.lookupResult(C0.class);
+
+        final AtomicInteger cnt = new AtomicInteger();
+        r0.addLookupListener(new LookupListener() {
+            @Override
+            public void resultChanged(LookupEvent ev) {
+                cnt.incrementAndGet();
+                LOG.fine("r0 notified");
+            }
+        });
+        
+        C0 o0 = new C0();
+        C1 o1 = new C1();
+
+        LOG.fine("Add o0");
+        ic.add(o0);
+        assertEquals("One change", 1, cnt.getAndSet(0));
+
+        LOG.fine("Remove o0");
+        ic.remove(o0);
+        assertEquals("Another change change", 1, cnt.getAndSet(0));
+
+        LOG.fine("Add o1");
+        ic.add(o1);
+        assertEquals("No change", 0, cnt.getAndSet(0));
+
+        LOG.fine("Remove o1");
+        ic.remove(o1);
+        assertEquals("No change", 0, cnt.getAndSet(0));
+
+        LOG.fine("Add o0");
+        ic.add(o0);
+        LOG.fine("Line before should read 'r0 notified' ?");
+        assertEquals("One change", 1, cnt.getAndSet(0));
+    }
+    
     /** Checks the reorder of items in lookup reflects the result.
      * Testing both classes and interfaces, because they are often treated
      * especially.
@@ -1493,13 +1546,14 @@ public class AbstractLookupBaseHid extends NbTestCase {
         LL ll = new LL();
         res.addLookupListener(ll);
 
+        assertEquals("No changes yet", 0, ll.getCount());
         Collection c = res.allInstances();
         assertFalse("Has next", c.isEmpty());
+        assertEquals("Correct # of changes in first get", firstChange, ll.getCount());
         
         ActionMap am1 = (ActionMap)c.iterator().next();
         assertEquals("Am is there", am, am1);
         
-        assertEquals("Correct # of changes in first get", firstChange, ll.getCount());
         
         Object m1 = new InputMap();
         Object m2 = new InputMap();
@@ -1826,7 +1880,7 @@ public class AbstractLookupBaseHid extends NbTestCase {
     
     /** Counting listener */
     protected static class LL implements LookupListener {
-        private int count = 0;
+        private int count;
         public Object source;
         public Thread changesIn;
         
diff --git a/openide.util.lookup/test/unit/src/org/openide/util/lookup/AbstractLookupTest.java b/openide.util.lookup/test/unit/src/org/openide/util/lookup/AbstractLookupTest.java
index 4ca00cb..83feb11 100644
--- a/openide.util.lookup/test/unit/src/org/openide/util/lookup/AbstractLookupTest.java
+++ b/openide.util.lookup/test/unit/src/org/openide/util/lookup/AbstractLookupTest.java
@@ -50,8 +50,6 @@ import java.lang.ref.WeakReference;
 import java.util.*;
 import java.util.concurrent.Executors;
 import java.util.concurrent.TimeUnit;
-import junit.framework.Test;
-import org.netbeans.junit.*;
 import org.openide.util.Lookup;
 import org.openide.util.lookup.AbstractLookup.Pair;
 
diff --git a/openide.util.lookup/test/unit/src/org/openide/util/lookup/InheritanceTreeTest.java b/openide.util.lookup/test/unit/src/org/openide/util/lookup/InheritanceTreeTest.java
index 062e629..12fd19e 100644
--- a/openide.util.lookup/test/unit/src/org/openide/util/lookup/InheritanceTreeTest.java
+++ b/openide.util.lookup/test/unit/src/org/openide/util/lookup/InheritanceTreeTest.java
@@ -44,13 +44,6 @@
 package org.openide.util.lookup;
 
 import junit.framework.TestCase;
-import junit.framework.*;
-import org.openide.util.Lookup;
-import org.openide.util.lookup.AbstractLookup.ReferenceIterator;
-import org.openide.util.lookup.AbstractLookup.ReferenceToResult;
-import java.io.*;
-import java.lang.ref.WeakReference;
-import java.util.*;
 
 /**
  *
@@ -62,9 +55,11 @@ public class InheritanceTreeTest extends TestCase {
         super(testName);
     }
 
+    @Override
     protected void setUp() throws Exception {
     }
 
+    @Override
     protected void tearDown() throws Exception {
     }
 
diff --git a/openide.util.lookup/test/unit/src/org/openide/util/lookup/ListenersIgnoredTest.java b/openide.util.lookup/test/unit/src/org/openide/util/lookup/ListenersIgnoredTest.java
new file mode 100644
index 0000000..3ccf5b6
--- /dev/null
+++ b/openide.util.lookup/test/unit/src/org/openide/util/lookup/ListenersIgnoredTest.java
@@ -0,0 +1,114 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2011 Sun Microsystems, Inc.
+ */
+
+package org.openide.util.lookup;
+
+import java.util.concurrent.atomic.AtomicInteger;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import org.netbeans.junit.NbTestCase;
+import org.openide.util.Lookup.Result;
+import org.openide.util.LookupEvent;
+import org.openide.util.LookupListener;
+
+public class ListenersIgnoredTest extends NbTestCase {
+    private static final Logger LOG = Logger.getLogger(ListenersIgnoredTest.class.getName());
+
+    public ListenersIgnoredTest(String name) {
+        super(name);
+    }
+
+    @Override
+    protected Level logLevel() {
+        return Level.FINE;
+    }
+    
+    public void testLookupBugTest() {
+        class C0 {
+        }
+        class C1 {
+        }
+        InstanceContent content = new InstanceContent();
+        AbstractLookup lookup = new AbstractLookup(content);
+//force lookup to use InheritanceTree as Storage
+        for (int i = 0; i < 12; i++) {
+            content.add(i);
+        }
+
+        Result<C0> r0 = lookup.lookupResult(C0.class);
+
+        final AtomicInteger cnt = new AtomicInteger();
+        r0.addLookupListener(new LookupListener() {
+            @Override
+            public void resultChanged(LookupEvent ev) {
+                cnt.incrementAndGet();
+                LOG.fine("r0 notified");
+            }
+        });
+        
+        C0 o0 = new C0();
+        C1 o1 = new C1();
+
+        LOG.fine("Add o0");
+        content.add(o0);
+        assertEquals("One change", 1, cnt.getAndSet(0));
+
+        LOG.fine("Remove o0");
+        content.remove(o0);
+        assertEquals("Another change change", 1, cnt.getAndSet(0));
+
+        LOG.fine("Add o1");
+        content.add(o1);
+        assertEquals("No change", 0, cnt.getAndSet(0));
+
+        LOG.fine("Remove o1");
+        content.remove(o1);
+        assertEquals("No change", 0, cnt.getAndSet(0));
+
+        LOG.fine("Add o0");
+        content.add(o0);
+        LOG.fine("Line before should read 'r0 notified' ?");
+        assertEquals("One change", 1, cnt.getAndSet(0));
+
+    }
+
+}
diff --git a/openide.util.lookup/test/unit/src/org/openide/util/lookup/MetaInfServicesLookupTest.java b/openide.util.lookup/test/unit/src/org/openide/util/lookup/MetaInfServicesLookupTest.java
index e8b11f2..fbc6797 100644
--- a/openide.util.lookup/test/unit/src/org/openide/util/lookup/MetaInfServicesLookupTest.java
+++ b/openide.util.lookup/test/unit/src/org/openide/util/lookup/MetaInfServicesLookupTest.java
@@ -463,6 +463,7 @@ public class MetaInfServicesLookupTest extends NbTestCase {
         class My extends ClassLoader implements Runnable {
             Lookup query;
             Integer value;
+            boolean once;
 
             public void run() {
                 value = query.lookup(Integer.class);
@@ -482,6 +483,10 @@ public class MetaInfServicesLookupTest extends NbTestCase {
             }
 
             private synchronized void waitForTask(String name) {
+                if (once) {
+                    return;
+                }
+                once = true;
                 if (name.startsWith(prefix()) && Thread.currentThread().getName().contains("block")) {
                     try {
                         wait();
@@ -510,6 +515,46 @@ public class MetaInfServicesLookupTest extends NbTestCase {
 
         assertNull("Nothing found", loader.value);
     }
+    
+    public void testSubTypes() throws Exception {
+        doTestSubTypes(createLookup(c2));
+        doTestSubTypes(new ProxyLookup(createLookup(c2)));
+    }
+    private void doTestSubTypes(Lookup l) throws Exception {
+        final Class<?> xface = c1.loadClass("org.foo.Interface");
+        final Class<?> impl = c1.loadClass("org.foo.impl.Implementation1");
+        
+        Object result = l.lookup(impl);
+        assertNotNull("result found", result);
+        assertTrue("Right class", impl.isInstance(result));
+    }
+    public void testLookupObject() throws Exception {
+        assertNotNull("Object.class can be looked up", createLookup(new ClassLoader() {
+            @Override
+            protected Enumeration<URL> findResources(String name) throws IOException {
+                if (name.equals(prefix() + "java.lang.Object")) {
+                    return singleton(new URL(null, "dummy:stuff", new URLStreamHandler() {
+                        @Override
+                        protected URLConnection openConnection(URL u) throws IOException {
+                            return new URLConnection(u) {
+
+                                @Override
+                                public void connect() throws IOException {
+                                }
+
+                                @Override
+                                public InputStream getInputStream() throws IOException {
+                                    return new ByteArrayInputStream("java.lang.Object\n".getBytes("UTF-8"));
+                                }
+                            };
+                        }
+                    }));
+                } else {
+                    return Collections.enumeration(Collections.<URL>emptyList());
+                }
+            }
+        }).lookup(Object.class));
+    }
 
     public void testInitializerRobustness() throws Exception { // #174055
         check(Broken1.class.getName());
diff --git a/openide.util.lookup/test/unit/src/org/openide/util/lookup/NamedServicesLookupTest.java b/openide.util.lookup/test/unit/src/org/openide/util/lookup/NamedServicesLookupTest.java
index 1f7d0a8..e3c0486 100644
--- a/openide.util.lookup/test/unit/src/org/openide/util/lookup/NamedServicesLookupTest.java
+++ b/openide.util.lookup/test/unit/src/org/openide/util/lookup/NamedServicesLookupTest.java
@@ -83,6 +83,7 @@ public class NamedServicesLookupTest extends MetaInfServicesLookupTest {
     public @Override void testOrdering() throws Exception {}
     public @Override void testNoCallToGetResourceForObjectIssue65124() throws Exception {}
     public @Override void testSuperTypes() throws Exception {}
+    public @Override void testSubTypes() throws Exception {}
     public @Override void testWrongOrderAsInIssue100320() throws Exception {}
-    
+    public @Override void testLookupObject() throws Exception {}
 }
diff --git a/openide.util.lookup/test/unit/src/org/openide/util/lookup/ProxyLookupTest.java b/openide.util.lookup/test/unit/src/org/openide/util/lookup/ProxyLookupTest.java
index d834609..e109c34 100644
--- a/openide.util.lookup/test/unit/src/org/openide/util/lookup/ProxyLookupTest.java
+++ b/openide.util.lookup/test/unit/src/org/openide/util/lookup/ProxyLookupTest.java
@@ -52,8 +52,6 @@ import java.util.ArrayList;
 import java.util.Collection;
 import java.util.Collections;
 import java.util.concurrent.Executor;
-import junit.framework.Test;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.util.Lookup;
 import org.openide.util.Lookup.Result;
 import org.openide.util.LookupEvent;
@@ -69,11 +67,6 @@ implements AbstractLookupBaseHid.Impl {
         super(testName, null);
     }
 
-    public static Test suite() {
-        return new NbTestSuite (ProxyLookupTest.class);
-//        return new ProxyLookupTest("testDuplicatedLookupArrayIndexWithSetLookupAsInIssue123679");
-    }
-    
     /** Creates an lookup for given lookup. This class just returns 
      * the object passed in, but subclasses can be different.
      * @param lookup in lookup
@@ -657,4 +650,26 @@ implements AbstractLookupBaseHid.Impl {
         
         pl.setLookups(old);
     }
+    public void testFrequentSwitching() {
+        Object o1 = new Object();
+        Object o2 = new Object();
+        String s1 = new String("foo");
+        String s2 = new String("bar");
+
+        Lookup l1 = Lookups.fixed(o1, s1);
+        Lookup l2 = Lookups.fixed(o2, s2);
+
+        ProxyLookup lookup = new ProxyLookup(new Lookup[0]);
+
+        Lookup.Result<Object> res1 = lookup.lookupResult(Object.class);
+        Lookup.Result<String> res2 = lookup.lookupResult(String.class);
+
+        assertSize("Lookup is small", 1500, lookup);
+
+        for (int i = 0; i < 100; i++) {
+            lookup.setLookups(l1);
+            lookup.setLookups(l2);
+        }
+        assertSize("Lookup has grown too much", 1500, lookup);
+    }
 }
diff --git a/openide.util.lookup/test/unit/src/org/openide/util/lookup/SimpleProxyLookupIssue42244Test.java b/openide.util.lookup/test/unit/src/org/openide/util/lookup/SimpleProxyLookupIssue42244Test.java
index edca520..a0b252d 100644
--- a/openide.util.lookup/test/unit/src/org/openide/util/lookup/SimpleProxyLookupIssue42244Test.java
+++ b/openide.util.lookup/test/unit/src/org/openide/util/lookup/SimpleProxyLookupIssue42244Test.java
@@ -46,8 +46,6 @@ package org.openide.util.lookup;
 
 import java.lang.ref.WeakReference;
 import java.util.*;
-import junit.framework.*;
-import org.netbeans.junit.*;
 import org.openide.util.Lookup;
 
 /** To simulate issue 42244.
@@ -58,11 +56,6 @@ public class SimpleProxyLookupIssue42244Test extends AbstractLookupBaseHid imple
         super(testName, null);
     }
 
-    public static Test suite() {
-        // return new SimpleProxyLookupIssue42244Test("testGarbageCollect");
-        return new NbTestSuite(SimpleProxyLookupIssue42244Test.class);
-    }
-    
     /** Creates an lookup for given lookup. This class just returns 
      * the object passed in, but subclasses can be different.
      * @param lookup in lookup
diff --git a/openide.util.lookup/test/unit/src/org/openide/util/test/AnnotationProcessorTestUtils.java b/openide.util.lookup/test/unit/src/org/openide/util/test/AnnotationProcessorTestUtils.java
index ead932b..e9ecaa5 100644
--- a/openide.util.lookup/test/unit/src/org/openide/util/test/AnnotationProcessorTestUtils.java
+++ b/openide.util.lookup/test/unit/src/org/openide/util/test/AnnotationProcessorTestUtils.java
@@ -82,7 +82,7 @@ public class AnnotationProcessorTestUtils {
         try {
             PrintWriter pw = new PrintWriter(w);
             String pkg = clazz.replaceFirst("\\.[^.]+$", "");
-            if (!pkg.equals(clazz)) {
+            if (!pkg.equals(clazz) && !clazz.endsWith(".package-info")) {
                 pw.println("package " + pkg + ";");
             }
             for (String line : content) {
@@ -107,16 +107,16 @@ public class AnnotationProcessorTestUtils {
     public static boolean runJavac(File src, String srcIncludes, File dest, File[] cp, OutputStream stderr) {
         List<String> args = new ArrayList<String>();
         args.add("-classpath");
+        StringBuilder b = new StringBuilder(dest.getAbsolutePath());
         if (cp != null) {
-            StringBuilder b = new StringBuilder();
             for (File entry : cp) {
                 b.append(File.pathSeparatorChar);
                 b.append(entry.getAbsolutePath());
             }
-            args.add(b.toString());
         } else {
-            args.add(System.getProperty("java.class.path"));
+            b.append(File.pathSeparatorChar).append(System.getProperty("java.class.path"));
         }
+            args.add(b.toString());
         args.add("-d");
         args.add(dest.getAbsolutePath());
         args.add("-sourcepath");
diff --git a/openide.util/apichanges.xml b/openide.util/apichanges.xml
index 7312c30..1d7813b 100644
--- a/openide.util/apichanges.xml
+++ b/openide.util/apichanges.xml
@@ -51,6 +51,86 @@ made subject to such option by the copyright holder.
     <apidef name="actions">Actions API</apidef>
 </apidefs>
 <changes>
+    <change id="NetworkSettings">
+        <api name="util"/>
+        <summary><code>NetworkSettings</code> added</summary>
+        <version major="8" minor="13"/>
+        <date day="1" month="2" year="2011"/>
+        <author login="jrechtacek"/>
+        <compatibility addition="yes"/>
+        <description>
+            <p>
+                Added new useful methods for getting Network Proxy for specified URI.
+            </p>
+        </description>
+        <class package="org.openide.util" name="NetworkSettings"/>
+        <issue number="194530"/>
+    </change>
+    <change id="ImageUtilities.URL">
+        <api name="util"/>
+        <summary>ImageUtilities support "url" attribute</summary>
+        <version major="8" minor="12"/>
+        <date day="10" month="1" year="2011"/>
+        <author login="jtulach"/>
+        <compatibility addition="yes"/>
+        <description>
+            <p>
+            Images loaded by <a href="@TOP@/org/openide/util/ImageUtilities.html#loadImage(java.lang.String,%20boolean)">
+            ImageUtilities.loadImage</a> now
+            respond to <code>getProperty("url", null)</code> calls.
+            </p>
+        </description>
+        <class package="org.openide.util" name="ImageUtilities"/>
+        <issue number="193944"/>
+    </change>
+    <change id="WeakSet.putIfAbsent">
+        <api name="util"/>
+        <summary>New implementation of WeakSet with two new methods <code>putIfAbsent</code> and <code>resize</code>
+        </summary>
+        <version major="8" minor="11"/>
+        <date day="22" month="12" year="2010"/>
+        <author login="vv159170"/>
+        <compatibility addition="yes"/>
+        <description>
+            <p>
+            New method putIfAbsent gives access to key already stored in Set. Method resize allows to change capacity of internal hash map.
+            </p>
+        </description>
+        <class package="org.openide.util" name="WeakSet"/>
+        <issue number="192759"/>
+    </change>
+    <change id="NbBundle.Messages">
+        <api name="util"/>
+        <summary>Added <code>@NbBundle.Messages</code></summary>
+        <version major="8" minor="10"/>
+        <date day="8" month="12" year="2010"/>
+        <author login="jglick"/>
+        <compatibility addition="yes"/>
+        <description>
+            <p>
+                A new annotation makes it easier to produce localizable strings.
+            </p>
+        </description>
+        <class package="org.openide.util" name="NbBundle"/>
+        <issue number="192750"/>
+    </change>
+    <change id="Exceptions.attachSeverity">
+        <api name="util"/>
+        <summary>Supress logging of not important exceptions</summary>
+        <version major="8" minor="9"/>
+        <date day="8" month="9" year="2010"/>
+        <author login="jtulach"/>
+        <compatibility addition="yes"/>
+        <description>
+            <p>
+                New method <code>Exceptions.attachSeverity</code> allows
+                everyone to thrown an exception, which later will not be
+                logged.
+            </p>
+        </description>
+        <class package="org.openide.util" name="Exceptions"/>
+        <issue number="190079"/>
+    </change>
     <change id="RequestProcessorForClass">
         <api name="util"/>
         <summary>Simplified constructor for RequestProcessor</summary>
diff --git a/openide.util/manifest.mf b/openide.util/manifest.mf
index 80dd996..f394253 100644
--- a/openide.util/manifest.mf
+++ b/openide.util/manifest.mf
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.openide.util
 OpenIDE-Module-Localizing-Bundle: org/openide/util/Bundle.properties
-OpenIDE-Module-Specification-Version: 8.6.1
+OpenIDE-Module-Specification-Version: 8.14.1
 
diff --git a/openide.util/nbproject/org-openide-util.sig b/openide.util/nbproject/org-openide-util.sig
index 16c9ef4..031dc14 100644
--- a/openide.util/nbproject/org-openide-util.sig
+++ b/openide.util/nbproject/org-openide-util.sig
@@ -1,8 +1,8 @@
 #Signature file v4.1
-#Version 7.31.0
+#Version 8.6
 
 CLSS public java.awt.datatransfer.Clipboard
-cons public Clipboard(java.lang.String)
+cons public init(java.lang.String)
 fld protected java.awt.datatransfer.ClipboardOwner owner
 fld protected java.awt.datatransfer.Transferable contents
 meth public boolean isDataFlavorAvailable(java.awt.datatransfer.DataFlavor)
@@ -71,15 +71,15 @@ CLSS public abstract interface java.io.Flushable
 meth public abstract void flush() throws java.io.IOException
 
 CLSS public java.io.IOException
-cons public IOException()
-cons public IOException(java.lang.String)
-cons public IOException(java.lang.String,java.lang.Throwable)
-cons public IOException(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 supr java.lang.Exception
 hfds serialVersionUID
 
 CLSS public abstract java.io.InputStream
-cons public InputStream()
+cons public init()
 intf java.io.Closeable
 meth public abstract int read() throws java.io.IOException
 meth public boolean markSupported()
@@ -104,8 +104,8 @@ meth public abstract long skip(long) throws java.io.IOException
 meth public abstract void close() throws java.io.IOException
 
 CLSS public java.io.ObjectInputStream
-cons protected ObjectInputStream() throws java.io.IOException
-cons public ObjectInputStream(java.io.InputStream) throws java.io.IOException
+cons protected init() throws java.io.IOException
+cons public init(java.io.InputStream) throws java.io.IOException
 innr public abstract static GetField
 intf java.io.ObjectInput
 intf java.io.ObjectStreamConstants
@@ -155,8 +155,8 @@ meth public abstract void write(int) throws java.io.IOException
 meth public abstract void writeObject(java.lang.Object) throws java.io.IOException
 
 CLSS public java.io.ObjectOutputStream
-cons protected ObjectOutputStream() throws java.io.IOException
-cons public ObjectOutputStream(java.io.OutputStream) throws java.io.IOException
+cons protected init() throws java.io.IOException
+cons public init(java.io.OutputStream) throws java.io.IOException
 innr public abstract static PutField
 intf java.io.ObjectOutput
 intf java.io.ObjectStreamConstants
@@ -227,7 +227,7 @@ fld public final static short STREAM_MAGIC = -21267
 fld public final static short STREAM_VERSION = 5
 
 CLSS public abstract java.io.OutputStream
-cons public OutputStream()
+cons public init()
 intf java.io.Closeable
 intf java.io.Flushable
 meth public abstract void write(int) throws java.io.IOException
@@ -247,10 +247,10 @@ CLSS public abstract interface !annotation java.lang.Deprecated
 intf java.lang.annotation.Annotation
 
 CLSS public java.lang.Exception
-cons public Exception()
-cons public Exception(java.lang.String)
-cons public Exception(java.lang.String,java.lang.Throwable)
-cons public Exception(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 supr java.lang.Throwable
 hfds serialVersionUID
 
@@ -258,7 +258,7 @@ CLSS public abstract interface java.lang.Iterable<%0 extends java.lang.Object>
 meth public abstract java.util.Iterator<{java.lang.Iterable%0}> iterator()
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -275,18 +275,18 @@ CLSS public abstract interface java.lang.Runnable
 meth public abstract void run()
 
 CLSS public java.lang.RuntimeException
-cons public RuntimeException()
-cons public RuntimeException(java.lang.String)
-cons public RuntimeException(java.lang.String,java.lang.Throwable)
-cons public RuntimeException(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 supr java.lang.Exception
 hfds serialVersionUID
 
 CLSS public java.lang.Throwable
-cons public Throwable()
-cons public Throwable(java.lang.String)
-cons public Throwable(java.lang.String,java.lang.Throwable)
-cons public Throwable(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 intf java.io.Serializable
 meth public java.lang.StackTraceElement[] getStackTrace()
 meth public java.lang.String getLocalizedMessage()
@@ -329,7 +329,7 @@ intf java.lang.annotation.Annotation
 meth public abstract java.lang.annotation.ElementType[] value()
 
 CLSS public abstract java.text.Format
-cons protected Format()
+cons protected init()
 innr public static Field
 intf java.io.Serializable
 intf java.lang.Cloneable
@@ -344,7 +344,7 @@ hfds serialVersionUID
 hcls FieldDelegate
 
 CLSS public abstract java.util.AbstractCollection<%0 extends java.lang.Object>
-cons protected AbstractCollection()
+cons protected init()
 intf java.util.Collection<{java.util.AbstractCollection%0}>
 meth public <%0 extends java.lang.Object> {%%0}[] toArray({%%0}[])
 meth public abstract int size()
@@ -363,7 +363,7 @@ meth public void clear()
 supr java.lang.Object
 
 CLSS public abstract java.util.AbstractMap<%0 extends java.lang.Object, %1 extends java.lang.Object>
-cons protected AbstractMap()
+cons protected init()
 innr public static SimpleEntry
 innr public static SimpleImmutableEntry
 intf java.util.Map<{java.util.AbstractMap%0},{java.util.AbstractMap%1}>
@@ -387,7 +387,7 @@ supr java.lang.Object
 hfds keySet,values
 
 CLSS public abstract java.util.AbstractSet<%0 extends java.lang.Object>
-cons protected AbstractSet()
+cons protected init()
 intf java.util.Set<{java.util.AbstractSet%0}>
 meth public boolean equals(java.lang.Object)
 meth public boolean removeAll(java.util.Collection<?>)
@@ -415,7 +415,7 @@ meth public abstract void clear()
 CLSS public abstract interface java.util.EventListener
 
 CLSS public java.util.EventObject
-cons public EventObject(java.lang.Object)
+cons public init(java.lang.Object)
 fld protected java.lang.Object source
 intf java.io.Serializable
 meth public java.lang.Object getSource()
@@ -461,6 +461,28 @@ meth public abstract void clear()
 CLSS public abstract interface java.util.concurrent.Executor
 meth public abstract void execute(java.lang.Runnable)
 
+CLSS public abstract interface java.util.concurrent.ExecutorService
+intf java.util.concurrent.Executor
+meth public abstract <%0 extends java.lang.Object> java.util.List<java.util.concurrent.Future<{%%0}>> invokeAll(java.util.Collection<? extends java.util.concurrent.Callable<{%%0}>>) throws java.lang.InterruptedException
+meth public abstract <%0 extends java.lang.Object> java.util.List<java.util.concurrent.Future<{%%0}>> invokeAll(java.util.Collection<? extends java.util.concurrent.Callable<{%%0}>>,long,java.util.concurrent.TimeUnit) throws java.lang.InterruptedException
+meth public abstract <%0 extends java.lang.Object> java.util.concurrent.Future<{%%0}> submit(java.lang.Runnable,{%%0})
+meth public abstract <%0 extends java.lang.Object> java.util.concurrent.Future<{%%0}> submit(java.util.concurrent.Callable<{%%0}>)
+meth public abstract <%0 extends java.lang.Object> {%%0} invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<{%%0}>>) throws java.lang.InterruptedException,java.util.concurrent.ExecutionException
+meth public abstract <%0 extends java.lang.Object> {%%0} invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<{%%0}>>,long,java.util.concurrent.TimeUnit) throws java.lang.InterruptedException,java.util.concurrent.ExecutionException,java.util.concurrent.TimeoutException
+meth public abstract boolean awaitTermination(long,java.util.concurrent.TimeUnit) throws java.lang.InterruptedException
+meth public abstract boolean isShutdown()
+meth public abstract boolean isTerminated()
+meth public abstract java.util.List<java.lang.Runnable> shutdownNow()
+meth public abstract java.util.concurrent.Future<?> submit(java.lang.Runnable)
+meth public abstract void shutdown()
+
+CLSS public abstract interface java.util.concurrent.ScheduledExecutorService
+intf java.util.concurrent.ExecutorService
+meth public abstract <%0 extends java.lang.Object> java.util.concurrent.ScheduledFuture<{%%0}> schedule(java.util.concurrent.Callable<{%%0}>,long,java.util.concurrent.TimeUnit)
+meth public abstract java.util.concurrent.ScheduledFuture<?> schedule(java.lang.Runnable,long,java.util.concurrent.TimeUnit)
+meth public abstract java.util.concurrent.ScheduledFuture<?> scheduleAtFixedRate(java.lang.Runnable,long,long,java.util.concurrent.TimeUnit)
+meth public abstract java.util.concurrent.ScheduledFuture<?> scheduleWithFixedDelay(java.lang.Runnable,long,long,java.util.concurrent.TimeUnit)
+
 CLSS public abstract interface javax.swing.Action
 fld public final static java.lang.String ACCELERATOR_KEY = "AcceleratorKey"
 fld public final static java.lang.String ACTION_COMMAND_KEY = "ActionCommandKey"
@@ -482,7 +504,7 @@ meth public abstract void removePropertyChangeListener(java.beans.PropertyChange
 meth public abstract void setEnabled(boolean)
 
 CLSS public abstract org.openide.ErrorManager
-cons public ErrorManager()
+cons public init()
 fld public final static int ERROR = 65536
 fld public final static int EXCEPTION = 4096
 fld public final static int INFORMATIONAL = 1
@@ -510,6 +532,7 @@ hfds current
 hcls AnnException,DelegatingErrorManager,OwnLevel
 
 CLSS public abstract interface static org.openide.ErrorManager$Annotation
+ outer org.openide.ErrorManager
 meth public abstract int getSeverity()
 meth public abstract java.lang.String getLocalizedMessage()
 meth public abstract java.lang.String getMessage()
@@ -517,7 +540,7 @@ meth public abstract java.lang.Throwable getStackTrace()
 meth public abstract java.util.Date getDate()
 
 CLSS public abstract org.openide.LifecycleManager
-cons protected LifecycleManager()
+cons protected init()
 meth public abstract void exit()
 meth public abstract void saveAll()
 meth public static org.openide.LifecycleManager getDefault()
@@ -527,7 +550,7 @@ hcls Trivial
 
 CLSS public abstract org.openide.ServiceType
  anno 0 java.lang.Deprecated()
-cons public ServiceType()
+cons public init()
 fld public final static java.lang.String PROP_NAME = "name"
 innr public abstract static Registry
 innr public final static Handle
@@ -548,8 +571,9 @@ supr java.lang.Object
 hfds err,name,serialVersionUID,supp
 
 CLSS public final static org.openide.ServiceType$Handle
+ outer org.openide.ServiceType
  anno 0 java.lang.Deprecated()
-cons public Handle(org.openide.ServiceType)
+cons public init(org.openide.ServiceType)
 intf java.io.Serializable
 meth public java.lang.String toString()
 meth public org.openide.ServiceType getServiceType()
@@ -557,8 +581,9 @@ supr java.lang.Object
 hfds className,name,serialVersionUID,serviceType
 
 CLSS public abstract static org.openide.ServiceType$Registry
+ outer org.openide.ServiceType
  anno 0 java.lang.Deprecated()
-cons public Registry()
+cons public init()
 intf java.io.Serializable
 meth public <%0 extends org.openide.ServiceType> java.util.Enumeration<{%%0}> services(java.lang.Class<{%%0}>)
 meth public abstract java.util.Enumeration<org.openide.ServiceType> services()
@@ -579,7 +604,7 @@ CLSS public abstract interface org.openide.util.Cancellable
 meth public abstract boolean cancel()
 
 CLSS public final org.openide.util.ChangeSupport
-cons public ChangeSupport(java.lang.Object)
+cons public init(java.lang.Object)
 meth public boolean hasListeners()
 meth public void addChangeListener(javax.swing.event.ChangeListener)
 meth public void fireChange()
@@ -587,6 +612,18 @@ meth public void removeChangeListener(javax.swing.event.ChangeListener)
 supr java.lang.Object
 hfds LOG,listeners,source
 
+CLSS public final org.openide.util.CharSequences
+meth public static boolean isCompact(java.lang.CharSequence)
+meth public static int indexOf(java.lang.CharSequence,java.lang.CharSequence)
+meth public static int indexOf(java.lang.CharSequence,java.lang.CharSequence,int)
+meth public static java.lang.CharSequence create(char[],int,int)
+meth public static java.lang.CharSequence create(java.lang.CharSequence)
+meth public static java.lang.CharSequence empty()
+meth public static java.util.Comparator<java.lang.CharSequence> comparator()
+supr java.lang.Object
+hfds Comparator,EMPTY
+hcls ByteBasedSequence,CharBasedSequence,CharSequenceComparator,CompactCharSequence,Fixed_0_7,Fixed_16_23,Fixed_8_15
+
 CLSS public abstract interface org.openide.util.ContextAwareAction
 intf javax.swing.Action
 meth public abstract javax.swing.Action createContextAwareInstance(org.openide.util.Lookup)
@@ -595,7 +632,7 @@ CLSS public abstract interface org.openide.util.ContextGlobalProvider
 meth public abstract org.openide.util.Lookup createGlobalContext()
 
 CLSS public final org.openide.util.EditableProperties
-cons public EditableProperties(boolean)
+cons public init(boolean)
 intf java.lang.Cloneable
 meth public java.lang.Object clone()
 meth public java.lang.String get(java.lang.Object)
@@ -629,6 +666,7 @@ supr java.lang.Object
 hcls AltEn,FilEn,QEn,RNulls,SeqEn
 
 CLSS public abstract interface static org.openide.util.Enumerations$Processor<%0 extends java.lang.Object, %1 extends java.lang.Object>
+ outer org.openide.util.Enumerations
 meth public abstract {org.openide.util.Enumerations$Processor%1} process({org.openide.util.Enumerations$Processor%0},java.util.Collection<{org.openide.util.Enumerations$Processor%0}>)
 
 CLSS public final org.openide.util.Exceptions
@@ -641,9 +679,9 @@ hfds LOC_MSG_PLACEHOLDER,LOG
 hcls AnnException,OwnLevel
 
 CLSS public final org.openide.util.HelpCtx
-cons public HelpCtx(java.lang.Class)
-cons public HelpCtx(java.lang.String)
-cons public HelpCtx(java.net.URL)
+cons public init(java.lang.Class)
+cons public init(java.lang.String)
+cons public init(java.net.URL)
  anno 0 java.lang.Deprecated()
 fld public final static org.openide.util.HelpCtx DEFAULT_HELP
 innr public abstract interface static Provider
@@ -659,6 +697,7 @@ supr java.lang.Object
 hfds err,helpCtx,helpID
 
 CLSS public abstract interface static org.openide.util.HelpCtx$Provider
+ outer org.openide.util.HelpCtx
 meth public abstract org.openide.util.HelpCtx getHelpCtx()
 
 CLSS public final org.openide.util.ImageUtilities
@@ -678,7 +717,7 @@ hfds ERR,NO_ICON,PNG_READER,TOOLTIP_SEPAR,cache,component,compositeCache,current
 hcls ActiveRef,CompositeImageKey,DisabledButtonFilter,LazyDisabledIcon,ToolTipImage,ToolTipImageKey
 
 CLSS public abstract org.openide.util.Lookup
-cons public Lookup()
+cons public init()
 fld public final static org.openide.util.Lookup EMPTY
 innr public abstract interface static Provider
 innr public abstract static Item
@@ -695,7 +734,8 @@ hfds defaultLookup
 hcls DefLookup,Empty
 
 CLSS public abstract static org.openide.util.Lookup$Item<%0 extends java.lang.Object>
-cons public Item()
+ outer org.openide.util.Lookup
+cons public init()
 meth public abstract java.lang.Class<? extends {org.openide.util.Lookup$Item%0}> getType()
 meth public abstract java.lang.String getDisplayName()
 meth public abstract java.lang.String getId()
@@ -704,10 +744,12 @@ meth public java.lang.String toString()
 supr java.lang.Object
 
 CLSS public abstract interface static org.openide.util.Lookup$Provider
+ outer org.openide.util.Lookup
 meth public abstract org.openide.util.Lookup getLookup()
 
 CLSS public abstract static org.openide.util.Lookup$Result<%0 extends java.lang.Object>
-cons public Result()
+ outer org.openide.util.Lookup
+cons public init()
 meth public abstract java.util.Collection<? extends {org.openide.util.Lookup$Result%0}> allInstances()
 meth public abstract void addLookupListener(org.openide.util.LookupListener)
 meth public abstract void removeLookupListener(org.openide.util.LookupListener)
@@ -716,10 +758,11 @@ meth public java.util.Set<java.lang.Class<? extends {org.openide.util.Lookup$Res
 supr java.lang.Object
 
 CLSS public final static org.openide.util.Lookup$Template<%0 extends java.lang.Object>
-cons public Template()
+ outer org.openide.util.Lookup
+cons public init()
  anno 0 java.lang.Deprecated()
-cons public Template(java.lang.Class<{org.openide.util.Lookup$Template%0}>)
-cons public Template(java.lang.Class<{org.openide.util.Lookup$Template%0}>,java.lang.String,{org.openide.util.Lookup$Template%0})
+cons public init(java.lang.Class<{org.openide.util.Lookup$Template%0}>)
+cons public init(java.lang.Class<{org.openide.util.Lookup$Template%0}>,java.lang.String,{org.openide.util.Lookup$Template%0})
 meth public boolean equals(java.lang.Object)
 meth public int hashCode()
 meth public java.lang.Class<{org.openide.util.Lookup$Template%0}> getType()
@@ -730,7 +773,7 @@ supr java.lang.Object
 hfds hashCode,id,instance,type
 
 CLSS public final org.openide.util.LookupEvent
-cons public LookupEvent(org.openide.util.Lookup$Result)
+cons public init(org.openide.util.Lookup$Result)
 supr java.util.EventObject
 
 CLSS public abstract interface org.openide.util.LookupListener
@@ -738,7 +781,7 @@ intf java.util.EventListener
 meth public abstract void resultChanged(org.openide.util.LookupEvent)
 
 CLSS public org.openide.util.MapFormat
-cons public MapFormat(java.util.Map)
+cons public init(java.util.Map)
 meth protected java.lang.Object processKey(java.lang.String)
 meth public boolean isExactMatch()
 meth public boolean willThrowExceptionIfKeyWasNotFound()
@@ -759,10 +802,10 @@ supr java.text.Format
 hfds BUFSIZE,argmap,arguments,exactmatch,ldel,locale,maxOffset,offsets,rdel,serialVersionUID,throwex
 
 CLSS public final org.openide.util.Mutex
-cons public Mutex()
-cons public Mutex(java.lang.Object)
-cons public Mutex(org.openide.util.Mutex$Privileged)
-cons public Mutex(org.openide.util.Mutex$Privileged,java.util.concurrent.Executor)
+cons public init()
+cons public init(java.lang.Object)
+cons public init(org.openide.util.Mutex$Privileged)
+cons public init(org.openide.util.Mutex$Privileged,java.util.concurrent.Executor)
 fld public final static org.openide.util.Mutex EVENT
 innr public abstract interface static Action
 innr public abstract interface static ExceptionAction
@@ -783,14 +826,17 @@ hfds CHAIN,LOCK,LOG,MODE_COUNT,NONE,S,X,beStrict,cmatrix,cnt,counter,grantedMode
 hcls InternalLock,QueueCell,ThreadInfo
 
 CLSS public abstract interface static org.openide.util.Mutex$Action<%0 extends java.lang.Object>
+ outer org.openide.util.Mutex
 intf org.openide.util.Mutex$ExceptionAction<{org.openide.util.Mutex$Action%0}>
 meth public abstract {org.openide.util.Mutex$Action%0} run()
 
 CLSS public abstract interface static org.openide.util.Mutex$ExceptionAction<%0 extends java.lang.Object>
+ outer org.openide.util.Mutex
 meth public abstract {org.openide.util.Mutex$ExceptionAction%0} run() throws java.lang.Exception
 
 CLSS public final static org.openide.util.Mutex$Privileged
-cons public Privileged()
+ outer org.openide.util.Mutex
+cons public init()
 meth public void enterReadAccess()
 meth public void enterWriteAccess()
 meth public void exitReadAccess()
@@ -799,14 +845,14 @@ supr java.lang.Object
 hfds parent
 
 CLSS public org.openide.util.MutexException
-cons public MutexException(java.lang.Exception)
+cons public init(java.lang.Exception)
 meth public java.lang.Exception getException()
 meth public java.lang.Throwable getCause()
 supr java.lang.Exception
 hfds ex,serialVersionUID
 
 CLSS public org.openide.util.NbBundle
-cons public NbBundle()
+cons public init()
  anno 0 java.lang.Deprecated()
 innr public abstract interface static ClassLoaderFinder
 meth public !varargs static java.lang.String getMessage(java.lang.Class,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object[])
@@ -839,6 +885,7 @@ hfds LOG,USE_DEBUG_LOADER,brandingToken,bundleCache,localizedFileCache
 hcls AttributesMap,DebugLoader,LocaleIterator,MergedBundle,PBundle
 
 CLSS public abstract interface static org.openide.util.NbBundle$ClassLoaderFinder
+ outer org.openide.util.NbBundle
  anno 0 java.lang.Deprecated()
 meth public abstract java.lang.ClassLoader find()
  anno 0 java.lang.Deprecated()
@@ -858,14 +905,20 @@ hfds LOG
 hcls CheckedIterator,CheckedMap,CheckedSet
 
 CLSS public final org.openide.util.NbPreferences
+innr public abstract interface static Provider
 meth public static java.util.prefs.Preferences forModule(java.lang.Class)
 meth public static java.util.prefs.Preferences root()
 supr java.lang.Object
 hfds PREFS_IMPL
 
+CLSS public abstract interface static org.openide.util.NbPreferences$Provider
+ outer org.openide.util.NbPreferences
+meth public abstract java.util.prefs.Preferences preferencesForModule(java.lang.Class)
+meth public abstract java.util.prefs.Preferences preferencesRoot()
+
 CLSS public org.openide.util.NotImplementedException
-cons public NotImplementedException()
-cons public NotImplementedException(java.lang.String)
+cons public init()
+cons public init(java.lang.String)
 supr java.lang.RuntimeException
 hfds serialVersionUID
 
@@ -879,21 +932,37 @@ supr java.lang.Object
 
 CLSS public org.openide.util.Queue<%0 extends java.lang.Object>
  anno 0 java.lang.Deprecated()
-cons public Queue()
+cons public init()
 meth public void put({org.openide.util.Queue%0})
 meth public {org.openide.util.Queue%0} get()
 supr java.lang.Object
 hfds queue
 
 CLSS public final org.openide.util.RequestProcessor
-cons public RequestProcessor()
-cons public RequestProcessor(java.lang.String)
-cons public RequestProcessor(java.lang.String,int)
-cons public RequestProcessor(java.lang.String,int,boolean)
-cons public RequestProcessor(java.lang.String,int,boolean,boolean)
+cons public init()
+cons public init(java.lang.Class<?>)
+cons public init(java.lang.String)
+cons public init(java.lang.String,int)
+cons public init(java.lang.String,int,boolean)
+cons public init(java.lang.String,int,boolean,boolean)
 innr public final Task
-intf java.util.concurrent.Executor
+intf java.util.concurrent.ScheduledExecutorService
+meth public <%0 extends java.lang.Object> java.util.List<java.util.concurrent.Future<{%%0}>> invokeAll(java.util.Collection<? extends java.util.concurrent.Callable<{%%0}>>) throws java.lang.InterruptedException
+meth public <%0 extends java.lang.Object> java.util.List<java.util.concurrent.Future<{%%0}>> invokeAll(java.util.Collection<? extends java.util.concurrent.Callable<{%%0}>>,long,java.util.concurrent.TimeUnit) throws java.lang.InterruptedException
+meth public <%0 extends java.lang.Object> java.util.concurrent.Future<{%%0}> submit(java.lang.Runnable,{%%0})
+meth public <%0 extends java.lang.Object> java.util.concurrent.Future<{%%0}> submit(java.util.concurrent.Callable<{%%0}>)
+meth public <%0 extends java.lang.Object> java.util.concurrent.ScheduledFuture<{%%0}> schedule(java.util.concurrent.Callable<{%%0}>,long,java.util.concurrent.TimeUnit)
+meth public <%0 extends java.lang.Object> {%%0} invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<{%%0}>>) throws java.lang.InterruptedException,java.util.concurrent.ExecutionException
+meth public <%0 extends java.lang.Object> {%%0} invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<{%%0}>>,long,java.util.concurrent.TimeUnit) throws java.lang.InterruptedException,java.util.concurrent.ExecutionException,java.util.concurrent.TimeoutException
+meth public boolean awaitTermination(long,java.util.concurrent.TimeUnit) throws java.lang.InterruptedException
 meth public boolean isRequestProcessorThread()
+meth public boolean isShutdown()
+meth public boolean isTerminated()
+meth public java.util.List<java.lang.Runnable> shutdownNow()
+meth public java.util.concurrent.Future<?> submit(java.lang.Runnable)
+meth public java.util.concurrent.ScheduledFuture<?> schedule(java.lang.Runnable,long,java.util.concurrent.TimeUnit)
+meth public java.util.concurrent.ScheduledFuture<?> scheduleAtFixedRate(java.lang.Runnable,long,long,java.util.concurrent.TimeUnit)
+meth public java.util.concurrent.ScheduledFuture<?> scheduleWithFixedDelay(java.lang.Runnable,long,long,java.util.concurrent.TimeUnit)
 meth public org.openide.util.RequestProcessor$Task create(java.lang.Runnable)
 meth public org.openide.util.RequestProcessor$Task create(java.lang.Runnable,boolean)
 meth public org.openide.util.RequestProcessor$Task post(java.lang.Runnable)
@@ -909,12 +978,14 @@ meth public static org.openide.util.RequestProcessor$Task postRequest(java.lang.
 meth public static org.openide.util.RequestProcessor$Task postRequest(java.lang.Runnable,int,int)
  anno 0 java.lang.Deprecated()
 meth public void execute(java.lang.Runnable)
+meth public void shutdown()
 meth public void stop()
 supr java.lang.Object
-hfds DEFAULT,SLOW,UNLIMITED,counter,enableStackTraces,interruptThread,logger,name,processorLock,processors,queue,running,starterThread,stopped,throughput
-hcls EnqueueTask,FastItem,Item,Processor,SlowItem
+hfds DEFAULT,SLOW,UNLIMITED,counter,enableStackTraces,inParallel,interruptThread,logger,name,processorLock,processors,queue,running,starterThread,stopped,throughput,warnParallel
+hcls EnqueueTask,FastItem,FixedDelayTask,FixedRateTask,Item,Processor,RPFutureTask,RunnableWrapper,ScheduledRPFutureTask,SlowItem,TaskFutureWrapper,WaitableCallable
 
 CLSS public final org.openide.util.RequestProcessor$Task
+ outer org.openide.util.RequestProcessor
 intf org.openide.util.Cancellable
 meth public boolean cancel()
 meth public boolean waitFinished(long) throws java.lang.InterruptedException
@@ -926,10 +997,10 @@ meth public void schedule(int)
 meth public void setPriority(int)
 meth public void waitFinished()
 supr org.openide.util.Task
-hfds item,lastThread,priority,time
+hfds cancelled,item,lastThread,priority,time
 
 CLSS public abstract org.openide.util.SharedClassObject
-cons protected SharedClassObject()
+cons protected init()
 intf java.io.Externalizable
 meth protected boolean clearSharedData()
 meth protected final java.lang.Object getLock()
@@ -956,8 +1027,8 @@ hfds PROP_SUPPORT,addNotifySuper,alreadyWarnedAboutDupes,dataEntry,err,first,fir
 hcls DataEntry,SetAccessibleAction,WriteReplace
 
 CLSS public org.openide.util.Task
-cons protected Task()
-cons public Task(java.lang.Runnable)
+cons protected init()
+cons public init(java.lang.Runnable)
 fld public final static org.openide.util.Task EMPTY
 intf java.lang.Runnable
 meth protected final void notifyFinished()
@@ -1010,14 +1081,14 @@ hfds serialVersionUID
 hcls Union2First,Union2Second
 
 CLSS public org.openide.util.UserCancelException
-cons public UserCancelException()
-cons public UserCancelException(java.lang.String)
+cons public init()
+cons public init(java.lang.String)
 supr java.io.IOException
 hfds serialVersionUID
 
 CLSS public abstract org.openide.util.UserQuestionException
-cons public UserQuestionException()
-cons public UserQuestionException(java.lang.String)
+cons public init()
+cons public init(java.lang.String)
 meth public abstract void confirmed() throws java.io.IOException
 supr java.io.IOException
 hfds serialVersionUID
@@ -1121,9 +1192,10 @@ hfds ALT_WILDCARD_MASK,CTRL_WILDCARD_MASK,LOG,TRANS_LOCK,TYPICAL_MACOSX_MENU_HEI
 hcls NamesAndValues,RE
 
 CLSS public static org.openide.util.Utilities$UnorderableException
+ outer org.openide.util.Utilities
  anno 0 java.lang.Deprecated()
-cons public UnorderableException(java.lang.String,java.util.Collection,java.util.Map)
-cons public UnorderableException(java.util.Collection,java.util.Map)
+cons public init(java.lang.String,java.util.Collection,java.util.Map)
+cons public init(java.util.Collection,java.util.Map)
 meth public java.util.Collection getUnorderable()
 meth public java.util.Map getDeps()
 supr java.lang.RuntimeException
@@ -1139,10 +1211,10 @@ meth public static javax.swing.event.DocumentListener document(javax.swing.event
 supr java.lang.Object
 
 CLSS public org.openide.util.WeakSet<%0 extends java.lang.Object>
-cons public WeakSet()
-cons public WeakSet(int)
-cons public WeakSet(int,float)
-cons public WeakSet(java.util.Collection<? extends {org.openide.util.WeakSet%0}>)
+cons public init()
+cons public init(int)
+cons public init(int,float)
+cons public init(java.util.Collection<? extends {org.openide.util.WeakSet%0}>)
 intf java.io.Serializable
 intf java.lang.Cloneable
 meth public <%0 extends java.lang.Object> {%%0}[] toArray({%%0}[])
@@ -1160,12 +1232,31 @@ supr java.util.AbstractSet<{org.openide.util.WeakSet%0}>
 hfds entries,iterChain,loadFactor,modcount,nullCount,refq,serialVersionUID,size
 hcls Entry,WeakSetIterator
 
+CLSS public abstract org.openide.util.actions.ActionInvoker
+cons protected init()
+meth protected abstract void invokeAction(javax.swing.Action,java.awt.event.ActionEvent)
+meth public static void invokeAction(javax.swing.Action,java.awt.event.ActionEvent,boolean,java.lang.Runnable)
+supr java.lang.Object
+hfds RP
+hcls ActionRunnable
+
 CLSS public abstract interface org.openide.util.actions.ActionPerformer
  anno 0 java.lang.Deprecated()
 meth public abstract void performAction(org.openide.util.actions.SystemAction)
 
+CLSS public abstract org.openide.util.actions.ActionPresenterProvider
+cons protected init()
+meth public abstract java.awt.Component createToolbarPresenter(javax.swing.Action)
+meth public abstract java.awt.Component[] convertComponents(java.awt.Component)
+meth public abstract javax.swing.JMenuItem createMenuPresenter(javax.swing.Action)
+meth public abstract javax.swing.JMenuItem createPopupPresenter(javax.swing.Action)
+meth public abstract javax.swing.JPopupMenu createEmptyPopup()
+meth public static org.openide.util.actions.ActionPresenterProvider getDefault()
+supr java.lang.Object
+hcls Default
+
 CLSS public abstract org.openide.util.actions.BooleanStateAction
-cons public BooleanStateAction()
+cons public init()
 fld public final static java.lang.String PROP_BOOLEAN_STATE = "booleanState"
 intf org.openide.util.actions.Presenter$Menu
 intf org.openide.util.actions.Presenter$Popup
@@ -1181,7 +1272,7 @@ supr org.openide.util.actions.SystemAction
 hfds serialVersionUID
 
 CLSS public abstract org.openide.util.actions.CallableSystemAction
-cons public CallableSystemAction()
+cons public init()
 intf org.openide.util.actions.Presenter$Menu
 intf org.openide.util.actions.Presenter$Popup
 intf org.openide.util.actions.Presenter$Toolbar
@@ -1195,7 +1286,7 @@ supr org.openide.util.actions.SystemAction
 hfds DEFAULT_ASYNCH,serialVersionUID,warnedAsynchronousActions
 
 CLSS public abstract org.openide.util.actions.CallbackSystemAction
-cons public CallbackSystemAction()
+cons public init()
 intf org.openide.util.ContextAwareAction
 meth protected void initialize()
 meth public boolean getSurviveFocusChange()
@@ -1219,19 +1310,22 @@ innr public abstract interface static Popup
 innr public abstract interface static Toolbar
 
 CLSS public abstract interface static org.openide.util.actions.Presenter$Menu
+ outer org.openide.util.actions.Presenter
 intf org.openide.util.actions.Presenter
 meth public abstract javax.swing.JMenuItem getMenuPresenter()
 
 CLSS public abstract interface static org.openide.util.actions.Presenter$Popup
+ outer org.openide.util.actions.Presenter
 intf org.openide.util.actions.Presenter
 meth public abstract javax.swing.JMenuItem getPopupPresenter()
 
 CLSS public abstract interface static org.openide.util.actions.Presenter$Toolbar
+ outer org.openide.util.actions.Presenter
 intf org.openide.util.actions.Presenter
 meth public abstract java.awt.Component getToolbarPresenter()
 
 CLSS public abstract org.openide.util.actions.SystemAction
-cons public SystemAction()
+cons public init()
 fld public final static java.lang.String PROP_ENABLED = "enabled"
 fld public final static java.lang.String PROP_ICON = "icon"
 intf javax.swing.Action
@@ -1270,7 +1364,7 @@ intf java.util.EventListener
 meth public abstract void clipboardChanged(org.openide.util.datatransfer.ClipboardEvent)
 
 CLSS public abstract org.openide.util.datatransfer.ExClipboard
-cons public ExClipboard(java.lang.String)
+cons public init(java.lang.String)
 innr public abstract interface static Convertor
 meth protected abstract org.openide.util.datatransfer.ExClipboard$Convertor[] getConvertors()
 meth protected final void fireClipboardChange()
@@ -1285,6 +1379,7 @@ supr java.awt.datatransfer.Clipboard
 hfds listeners
 
 CLSS public abstract interface static org.openide.util.datatransfer.ExClipboard$Convertor
+ outer org.openide.util.datatransfer.ExClipboard
 meth public abstract java.awt.datatransfer.Transferable convert(java.awt.datatransfer.Transferable)
 
 CLSS public org.openide.util.datatransfer.ExTransferable
@@ -1306,7 +1401,8 @@ hfds listeners,map
 hcls Empty
 
 CLSS public static org.openide.util.datatransfer.ExTransferable$Multi
-cons public Multi(java.awt.datatransfer.Transferable[])
+ outer org.openide.util.datatransfer.ExTransferable
+cons public init(java.awt.datatransfer.Transferable[])
 intf java.awt.datatransfer.Transferable
 meth public boolean isDataFlavorSupported(java.awt.datatransfer.DataFlavor)
 meth public java.awt.datatransfer.DataFlavor[] getTransferDataFlavors()
@@ -1316,7 +1412,8 @@ hfds flavorList,transferObject
 hcls TransferObjectImpl
 
 CLSS public abstract static org.openide.util.datatransfer.ExTransferable$Single
-cons public Single(java.awt.datatransfer.DataFlavor)
+ outer org.openide.util.datatransfer.ExTransferable
+cons public init(java.awt.datatransfer.DataFlavor)
 intf java.awt.datatransfer.Transferable
 meth protected abstract java.lang.Object getData() throws java.awt.datatransfer.UnsupportedFlavorException,java.io.IOException
 meth public boolean isDataFlavorSupported(java.awt.datatransfer.DataFlavor)
@@ -1334,7 +1431,7 @@ meth public abstract java.awt.datatransfer.Transferable getTransferableAt(int)
 meth public abstract java.lang.Object getTransferData(int,java.awt.datatransfer.DataFlavor) throws java.awt.datatransfer.UnsupportedFlavorException,java.io.IOException
 
 CLSS public abstract org.openide.util.datatransfer.NewType
-cons public NewType()
+cons public init()
 intf org.openide.util.HelpCtx$Provider
 meth public abstract void create() throws java.io.IOException
 meth public java.lang.String getName()
@@ -1342,7 +1439,7 @@ meth public org.openide.util.HelpCtx getHelpCtx()
 supr java.lang.Object
 
 CLSS public abstract org.openide.util.datatransfer.PasteType
-cons public PasteType()
+cons public init()
 intf org.openide.util.HelpCtx$Provider
 meth public abstract java.awt.datatransfer.Transferable paste() throws java.io.IOException
 meth public java.lang.String getName()
@@ -1356,7 +1453,7 @@ meth public abstract void ownershipLost()
 meth public abstract void rejected()
 
 CLSS public org.openide.util.io.FoldingIOException
-cons public FoldingIOException(java.lang.Throwable)
+cons public init(java.lang.Throwable)
  anno 0 java.lang.Deprecated()
 meth public java.lang.String getLocalizedMessage()
 meth public java.lang.String toString()
@@ -1367,7 +1464,7 @@ supr java.io.IOException
 hfds serialVersionUID,t
 
 CLSS public final org.openide.util.io.NbMarshalledObject
-cons public NbMarshalledObject(java.lang.Object) throws java.io.IOException
+cons public init(java.lang.Object) throws java.io.IOException
 intf java.io.Serializable
 meth public boolean equals(java.lang.Object)
 meth public int hashCode()
@@ -1376,7 +1473,7 @@ supr java.lang.Object
 hfds HEX,hash,objBytes,serialVersionUID
 
 CLSS public org.openide.util.io.NbObjectInputStream
-cons public NbObjectInputStream(java.io.InputStream) throws java.io.IOException
+cons public init(java.io.InputStream) throws java.io.IOException
 meth protected java.io.ObjectStreamClass readClassDescriptor() throws java.io.IOException,java.lang.ClassNotFoundException
 meth protected java.lang.Class resolveClass(java.io.ObjectStreamClass) throws java.io.IOException,java.lang.ClassNotFoundException
 meth public static java.lang.Object readSafely(java.io.ObjectInput) throws java.io.IOException
@@ -1384,7 +1481,7 @@ meth public static void skipSafely(java.io.ObjectInput) throws java.io.IOExcepti
 supr java.io.ObjectInputStream
 
 CLSS public org.openide.util.io.NbObjectOutputStream
-cons public NbObjectOutputStream(java.io.OutputStream) throws java.io.IOException
+cons public init(java.io.OutputStream) throws java.io.IOException
 meth protected void annotateClass(java.lang.Class) throws java.io.IOException
 meth public java.lang.Object replaceObject(java.lang.Object) throws java.io.IOException
 meth public static void writeSafely(java.io.ObjectOutput,java.lang.Object) throws java.io.IOException
@@ -1392,19 +1489,19 @@ supr java.io.ObjectOutputStream
 hfds SVUID,alreadyReported,examinedClasses,serializing
 
 CLSS public org.openide.util.io.NullInputStream
-cons public NullInputStream()
+cons public init()
 fld public boolean throwException
 meth public int read() throws java.io.IOException
 supr java.io.InputStream
 
 CLSS public org.openide.util.io.NullOutputStream
-cons public NullOutputStream()
+cons public init()
 fld public boolean throwException
 meth public void write(int) throws java.io.IOException
 supr java.io.OutputStream
 
 CLSS public org.openide.util.io.OperationException
-cons public OperationException(java.lang.Exception)
+cons public init(java.lang.Exception)
 meth public java.lang.Exception getException()
 meth public java.lang.String getMessage()
 meth public java.lang.Throwable getCause()
@@ -1412,8 +1509,8 @@ supr java.io.IOException
 hfds ex,serialVersionUID
 
 CLSS public org.openide.util.io.ReaderInputStream
-cons public ReaderInputStream(java.io.Reader) throws java.io.IOException
-cons public ReaderInputStream(java.io.Reader,java.lang.String) throws java.io.IOException
+cons public init(java.io.Reader) throws java.io.IOException
+cons public init(java.io.Reader,java.lang.String) throws java.io.IOException
 meth public int available() throws java.io.IOException
 meth public int read() throws java.io.IOException
 meth public int read(byte[],int,int) throws java.io.IOException
@@ -1422,115 +1519,14 @@ supr java.io.InputStream
 hfds osw,pis,pos,reader
 
 CLSS public org.openide.util.io.SafeException
-cons public SafeException(java.lang.Exception)
+cons public init(java.lang.Exception)
 meth public java.lang.Exception getException()
 meth public java.lang.Throwable getCause()
 supr org.openide.util.io.FoldingIOException
 hfds ex,serialVersionUID
 
-CLSS public org.openide.util.lookup.AbstractLookup
-cons protected AbstractLookup()
-cons public AbstractLookup(org.openide.util.lookup.AbstractLookup$Content)
-innr public abstract static Pair
-innr public static Content
-intf java.io.Serializable
-meth protected final void addPair(org.openide.util.lookup.AbstractLookup$Pair<?>)
-meth protected final void addPair(org.openide.util.lookup.AbstractLookup$Pair<?>,java.util.concurrent.Executor)
-meth protected final void removePair(org.openide.util.lookup.AbstractLookup$Pair<?>)
-meth protected final void removePair(org.openide.util.lookup.AbstractLookup$Pair<?>,java.util.concurrent.Executor)
-meth protected final void setPairs(java.util.Collection<? extends org.openide.util.lookup.AbstractLookup$Pair>)
-meth protected final void setPairs(java.util.Collection<? extends org.openide.util.lookup.AbstractLookup$Pair>,java.util.concurrent.Executor)
-meth protected void beforeLookup(org.openide.util.Lookup$Template<?>)
-meth protected void initialize()
-meth public final <%0 extends java.lang.Object> org.openide.util.Lookup$Item<{%%0}> lookupItem(org.openide.util.Lookup$Template<{%%0}>)
-meth public final <%0 extends java.lang.Object> org.openide.util.Lookup$Result<{%%0}> lookup(org.openide.util.Lookup$Template<{%%0}>)
-meth public final <%0 extends java.lang.Object> {%%0} lookup(java.lang.Class<{%%0}>)
-meth public java.lang.String toString()
-supr org.openide.util.Lookup
-hfds count,serialVersionUID,tree,treeLock
-hcls CycleError,ISE,Info,NotifyListeners,R,ReferenceIterator,ReferenceToResult,Storage
-
-CLSS public static org.openide.util.lookup.AbstractLookup$Content
-cons public Content()
-cons public Content(java.util.concurrent.Executor)
-intf java.io.Serializable
-meth public final void addPair(org.openide.util.lookup.AbstractLookup$Pair<?>)
-meth public final void removePair(org.openide.util.lookup.AbstractLookup$Pair<?>)
-meth public final void setPairs(java.util.Collection<? extends org.openide.util.lookup.AbstractLookup$Pair>)
-supr java.lang.Object
-hfds al,notifyIn,serialVersionUID
-
-CLSS public abstract static org.openide.util.lookup.AbstractLookup$Pair<%0 extends java.lang.Object>
-cons protected Pair()
-intf java.io.Serializable
-meth protected abstract boolean creatorOf(java.lang.Object)
-meth protected abstract boolean instanceOf(java.lang.Class<?>)
-supr org.openide.util.Lookup$Item<{org.openide.util.lookup.AbstractLookup$Pair%0}>
-hfds index,serialVersionUID
-
-CLSS public final org.openide.util.lookup.InstanceContent
-cons public InstanceContent()
-cons public InstanceContent(java.util.concurrent.Executor)
-innr public abstract interface static Convertor
-meth public final <%0 extends java.lang.Object, %1 extends java.lang.Object> void add({%%0},org.openide.util.lookup.InstanceContent$Convertor<{%%0},{%%1}>)
-meth public final <%0 extends java.lang.Object, %1 extends java.lang.Object> void remove({%%0},org.openide.util.lookup.InstanceContent$Convertor<{%%0},{%%1}>)
-meth public final <%0 extends java.lang.Object, %1 extends java.lang.Object> void set(java.util.Collection<{%%0}>,org.openide.util.lookup.InstanceContent$Convertor<{%%0},{%%1}>)
-meth public final void add(java.lang.Object)
-meth public final void remove(java.lang.Object)
-supr org.openide.util.lookup.AbstractLookup$Content
-hcls ConvertingItem,SimpleItem
-
-CLSS public abstract interface static org.openide.util.lookup.InstanceContent$Convertor<%0 extends java.lang.Object, %1 extends java.lang.Object>
-meth public abstract java.lang.Class<? extends {org.openide.util.lookup.InstanceContent$Convertor%1}> type({org.openide.util.lookup.InstanceContent$Convertor%0})
-meth public abstract java.lang.String displayName({org.openide.util.lookup.InstanceContent$Convertor%0})
-meth public abstract java.lang.String id({org.openide.util.lookup.InstanceContent$Convertor%0})
-meth public abstract {org.openide.util.lookup.InstanceContent$Convertor%1} convert({org.openide.util.lookup.InstanceContent$Convertor%0})
-
-CLSS public org.openide.util.lookup.Lookups
-meth public !varargs static org.openide.util.Lookup exclude(org.openide.util.Lookup,java.lang.Class[])
-meth public !varargs static org.openide.util.Lookup fixed(java.lang.Object[])
-meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> org.openide.util.Lookup fixed({%%0}[],org.openide.util.lookup.InstanceContent$Convertor<? super {%%0},{%%1}>)
-meth public static <%0 extends java.lang.Object> org.openide.util.Lookup$Item<{%%0}> lookupItem({%%0},java.lang.String)
-meth public static org.openide.util.Lookup forPath(java.lang.String)
-meth public static org.openide.util.Lookup metaInfServices(java.lang.ClassLoader)
-meth public static org.openide.util.Lookup metaInfServices(java.lang.ClassLoader,java.lang.String)
-meth public static org.openide.util.Lookup proxy(org.openide.util.Lookup$Provider)
-meth public static org.openide.util.Lookup singleton(java.lang.Object)
-supr java.lang.Object
-hcls LookupItem
-
-CLSS public org.openide.util.lookup.ProxyLookup
-cons protected ProxyLookup()
-cons public !varargs ProxyLookup(org.openide.util.Lookup[])
-meth protected !varargs final void setLookups(java.util.concurrent.Executor,org.openide.util.Lookup[])
-meth protected !varargs final void setLookups(org.openide.util.Lookup[])
-meth protected final org.openide.util.Lookup[] getLookups()
-meth protected void beforeLookup(org.openide.util.Lookup$Template<?>)
-meth public final <%0 extends java.lang.Object> org.openide.util.Lookup$Item<{%%0}> lookupItem(org.openide.util.Lookup$Template<{%%0}>)
-meth public final <%0 extends java.lang.Object> org.openide.util.Lookup$Result<{%%0}> lookup(org.openide.util.Lookup$Template<{%%0}>)
-meth public final <%0 extends java.lang.Object> {%%0} lookup(java.lang.Class<{%%0}>)
-meth public java.lang.String toString()
-supr org.openide.util.Lookup
-hfds data
-hcls EmptyInternalData,ImmutableInternalData,R,RealInternalData,SingleInternalData,WeakRef,WeakResult
-
-CLSS public abstract interface !annotation org.openide.util.lookup.ServiceProvider
- anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=SOURCE)
- anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
-intf java.lang.annotation.Annotation
-meth public abstract !hasdefault int position()
-meth public abstract !hasdefault java.lang.String path()
-meth public abstract !hasdefault java.lang.String[] supersedes()
-meth public abstract java.lang.Class<?> service()
-
-CLSS public abstract interface !annotation org.openide.util.lookup.ServiceProviders
- anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=SOURCE)
- anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
-intf java.lang.annotation.Annotation
-meth public abstract org.openide.util.lookup.ServiceProvider[] value()
-
 CLSS public abstract org.openide.xml.EntityCatalog
-cons public EntityCatalog()
+cons public init()
 fld public final static java.lang.String PUBLIC_ID = "-//NetBeans//Entity Mapping Registration 1.0//EN"
 intf org.xml.sax.EntityResolver
 meth public static org.openide.xml.EntityCatalog getDefault()
@@ -1540,18 +1536,26 @@ hcls Forwarder
 
 CLSS public final org.openide.xml.XMLUtil
 meth public static byte[] fromHex(char[],int,int) throws java.io.IOException
+meth public static java.lang.String findText(org.w3c.dom.Node)
 meth public static java.lang.String toAttributeValue(java.lang.String) throws java.io.CharConversionException
 meth public static java.lang.String toElementContent(java.lang.String) throws java.io.CharConversionException
 meth public static java.lang.String toHex(byte[],int,int)
+meth public static java.util.List<org.w3c.dom.Element> findSubElements(org.w3c.dom.Element)
 meth public static org.w3c.dom.Document createDocument(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
 meth public static org.w3c.dom.Document parse(org.xml.sax.InputSource,boolean,boolean,org.xml.sax.ErrorHandler,org.xml.sax.EntityResolver) throws java.io.IOException,org.xml.sax.SAXException
+meth public static org.w3c.dom.Element findElement(org.w3c.dom.Element,java.lang.String,java.lang.String)
+meth public static org.w3c.dom.Element translateXML(org.w3c.dom.Element,java.lang.String)
+meth public static org.xml.sax.ErrorHandler defaultErrorHandler()
 meth public static org.xml.sax.XMLReader createXMLReader() throws org.xml.sax.SAXException
 meth public static org.xml.sax.XMLReader createXMLReader(boolean) throws org.xml.sax.SAXException
 meth public static org.xml.sax.XMLReader createXMLReader(boolean,boolean) throws org.xml.sax.SAXException
+meth public static void appendChildElement(org.w3c.dom.Element,org.w3c.dom.Element,java.lang.String[])
+meth public static void copyDocument(org.w3c.dom.Element,org.w3c.dom.Element,java.lang.String)
 meth public static void validate(org.w3c.dom.Element,javax.xml.validation.Schema) throws org.xml.sax.SAXException
 meth public static void write(org.w3c.dom.Document,java.io.OutputStream,java.lang.String) throws java.io.IOException
 supr java.lang.Object
 hfds DEC2HEX,IDENTITY_XSLT_WITH_INDENT,doms,saxes
+hcls ErrHandler
 
 CLSS public abstract interface org.xml.sax.EntityResolver
 meth public abstract org.xml.sax.InputSource resolveEntity(java.lang.String,java.lang.String) throws java.io.IOException,org.xml.sax.SAXException
diff --git a/openide.util/nbproject/project.properties b/openide.util/nbproject/project.properties
index 17c22a6..1d55733 100644
--- a/openide.util/nbproject/project.properties
+++ b/openide.util/nbproject/project.properties
@@ -40,7 +40,7 @@
 # Version 2 license, then the option applies only if the new code is
 # made subject to such option by the copyright holder.
 
-javac.compilerargs=-Xlint -Xlint:-serial
+javac.compilerargs=-Xlint -Xlint:-serial -Xlint:-processing
 javac.source=1.6
 module.jar.dir=lib
 
diff --git a/openide.util/src/org/netbeans/modules/openide/util/NbBundleProcessor.java b/openide.util/src/org/netbeans/modules/openide/util/NbBundleProcessor.java
new file mode 100644
index 0000000..2a305a4
--- /dev/null
+++ b/openide.util/src/org/netbeans/modules/openide/util/NbBundleProcessor.java
@@ -0,0 +1,355 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.openide.util;
+
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.OutputStream;
+import java.io.PrintWriter;
+import java.io.Writer;
+import java.util.ArrayList;
+import java.util.Collection;
+import java.util.Collections;
+import java.util.HashMap;
+import java.util.HashSet;
+import java.util.List;
+import java.util.Map;
+import java.util.Set;
+import java.util.TreeMap;
+import java.util.TreeSet;
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
+import javax.annotation.processing.AbstractProcessor;
+import javax.annotation.processing.Processor;
+import javax.annotation.processing.RoundEnvironment;
+import javax.annotation.processing.SupportedSourceVersion;
+import javax.lang.model.SourceVersion;
+import javax.lang.model.element.Element;
+import javax.lang.model.element.ElementKind;
+import javax.lang.model.element.PackageElement;
+import javax.lang.model.element.TypeElement;
+import javax.tools.Diagnostic.Kind;
+import javax.tools.StandardLocation;
+import org.openide.util.EditableProperties;
+import org.openide.util.NbBundle;
+import org.openide.util.Utilities;
+import org.openide.util.lookup.ServiceProvider;
+
+ at ServiceProvider(service = Processor.class)
+ at SupportedSourceVersion(SourceVersion.RELEASE_6)
+public class NbBundleProcessor extends AbstractProcessor {
+
+    public @Override Set<String> getSupportedAnnotationTypes() {
+        return Collections.singleton(NbBundle.Messages.class.getCanonicalName());
+    }
+
+    public @Override boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) {
+        if (roundEnv.processingOver()) {
+            return false;
+        }
+        Map</*package*/String,Set<Element>> annotatedElementsByPackage = new HashMap<String,Set<Element>>();
+        for (Element e : roundEnv.getElementsAnnotatedWith(NbBundle.Messages.class)) {
+            NbBundle.Messages messages = e.getAnnotation(NbBundle.Messages.class);
+            if (messages == null) { // bug in java.source, apparently; similar to #195983
+                continue;
+            }
+            String pkg = findPackage(e);
+            Set<Element> annotatedElements = annotatedElementsByPackage.get(pkg);
+            if (annotatedElements == null) {
+                annotatedElements = new HashSet<Element>();
+                annotatedElementsByPackage.put(pkg, annotatedElements);
+            }
+            annotatedElements.add(e);
+        }
+        PACKAGE: for (Map.Entry<String,Set<Element>> packageEntry : annotatedElementsByPackage.entrySet()) {
+            String pkg = packageEntry.getKey();
+            Set<Element> annotatedElements = packageEntry.getValue();
+            PackageElement pkgE = processingEnv.getElementUtils().getPackageElement(pkg);
+            if (pkgE != null) {
+                Set<Element> unscannedTopElements = new HashSet<Element>();
+                unscannedTopElements.add(pkgE);
+                try {
+                unscannedTopElements.addAll(pkgE.getEnclosedElements());
+                } catch (/*NullPointerException,BadClassFile*/RuntimeException x) { // #196556
+                    processingEnv.getMessager().printMessage(Kind.WARNING, "#196556: reading " + pkg + " failed with " + x + " in " + x.getStackTrace()[0] + "; do a clean build!");
+                }
+                unscannedTopElements.removeAll(roundEnv.getRootElements());
+                addToAnnotatedElements(unscannedTopElements, annotatedElements);
+            } else {
+                processingEnv.getMessager().printMessage(Kind.WARNING, "Could not check for other source files in " + pkg);
+            }
+            Map</*key*/String,/*value*/String> pairs = new HashMap<String,String>();
+            Map</*identifier*/String,Element> identifiers = new HashMap<String,Element>();
+            Map</*key*/String,/*simplename*/String> compilationUnits = new HashMap<String,String>();
+            Map</*key*/String,/*line*/String[]> comments = new HashMap<String,String[]>();
+            for (Element e : annotatedElements) {
+                String simplename = findCompilationUnitName(e);
+                List<String> runningComments = new ArrayList<String>();
+                for (String keyValue : e.getAnnotation(NbBundle.Messages.class).value()) {
+                    if (keyValue.startsWith("#")) {
+                        runningComments.add(keyValue);
+                        continue;
+                    }
+                    int i = keyValue.indexOf('=');
+                    if (i == -1) {
+                        processingEnv.getMessager().printMessage(Kind.ERROR, "Bad key=value: " + keyValue, e);
+                        continue;
+                    }
+                    String key = keyValue.substring(0, i);
+                    if (key.isEmpty() || !key.equals(key.trim())) {
+                        processingEnv.getMessager().printMessage(Kind.ERROR, "Whitespace not permitted in key: " + keyValue, e);
+                        continue;
+                    }
+                    Element original = identifiers.put(toIdentifier(key), e);
+                    if (original != null) {
+                        processingEnv.getMessager().printMessage(Kind.ERROR, "Duplicate key: " + key, e);
+                        processingEnv.getMessager().printMessage(Kind.ERROR, "Duplicate key: " + key, original);
+                        continue PACKAGE; // do not generate anything
+                    }
+                    String value = keyValue.substring(i + 1);
+                    pairs.put(key, value);
+                    compilationUnits.put(key, simplename);
+                    if (!runningComments.isEmpty()) {
+                        comments.put(key, runningComments.toArray(new String[runningComments.size()]));
+                        runningComments.clear();
+                    }
+                }
+                if (!runningComments.isEmpty()) {
+                    processingEnv.getMessager().printMessage(Kind.ERROR, "Comments must precede keys", e);
+                }
+            }
+            Element[] elements = new HashSet<Element>(identifiers.values()).toArray(new Element[0]);
+            try {
+                EditableProperties p = new EditableProperties(true);
+                // Load any preexisting bundle so we can just add our keys.
+                try {
+                    InputStream is = processingEnv.getFiler().getResource(StandardLocation.SOURCE_PATH, pkg, "Bundle.properties").openInputStream();
+                    try {
+                        p.load(is);
+                    } finally {
+                        is.close();
+                    }
+                } catch (IOException x) {
+                    // OK, not there
+                }
+                for (String key : p.keySet()) {
+                    if (pairs.containsKey(key)) {
+                        processingEnv.getMessager().printMessage(Kind.ERROR, "Key " + key + " is a duplicate of one from Bundle.properties", identifiers.get(toIdentifier(key)));
+                    }
+                }
+                // Also check class output for (1) incremental builds, (2) preexisting bundles from Maven projects.
+                try {
+                    InputStream is = processingEnv.getFiler().getResource(StandardLocation.CLASS_OUTPUT, pkg, "Bundle.properties").openInputStream();
+                    try {
+                        // do not use p.load(is) as the impl in EditableProperties does not currently handle duplicates properly
+                        EditableProperties p2 = new EditableProperties(true);
+                        p2.load(is);
+                        p.putAll(p2);
+                    } finally {
+                        is.close();
+                    }
+                } catch (IOException x) {
+                    // OK, not there
+                }
+                p.putAll(pairs);
+                for (Map.Entry<String,String[]> entry2 : comments.entrySet()) {
+                    p.setComment(entry2.getKey(), entry2.getValue(), false);
+                }
+                OutputStream os = processingEnv.getFiler().createResource(StandardLocation.CLASS_OUTPUT, pkg, "Bundle.properties", elements).openOutputStream();
+                try {
+                    p.store(os);
+                } finally {
+                    os.close();
+                }
+                Map</*identifier*/String,/*method body*/String> methods = new TreeMap<String,String>();
+                for (Map.Entry<String, String> entry2 : pairs.entrySet()) {
+                    String key = entry2.getKey();
+                    String value = entry2.getValue();
+                    StringBuilder method = new StringBuilder();
+                    method.append("    /**\n");
+                    List<String> params = new ArrayList<String>();
+                    int i = 0;
+                    while (value.contains("{" + i)) {
+                        params.add("arg" + i++);
+                    }
+                    String[] commentLines = comments.get(key);
+                    if (commentLines != null) {
+                        for (String comment : commentLines) {
+                            Matcher m = Pattern.compile("# [{](\\d+)[}] - (.+)").matcher(comment);
+                            if (m.matches()) {
+                                i = Integer.parseInt(m.group(1));
+                                while (i >= params.size()) {
+                                    params.add("arg" + params.size());
+                                }
+                                String desc = m.group(2);
+                                params.set(i, toIdentifier(desc));
+                                method.append("     * @param ").append(params.get(i)).append(" ").append(toJavadoc(desc)).append("\n");
+                            }
+                        }
+                    }
+                    StringBuffer annotatedValue = new StringBuffer("<i>");
+                    Matcher m = Pattern.compile("[{](\\d+)[}]").matcher(toJavadoc(value));
+                    while (m.find()) {
+                        i = Integer.parseInt(m.group(1));
+                        m.appendReplacement(annotatedValue, i < params.size() ? "</i>{@code " + params.get(i) + "}<i>" : m.group());
+                    }
+                    m.appendTail(annotatedValue);
+                    annotatedValue.append("</i>");
+                    method.append("     * @return ").append(annotatedValue.toString().replace("<i></i>", "")).append('\n');
+                    method.append("     * @see ").append(compilationUnits.get(key)).append('\n');
+                    method.append("     */\n");
+                    String name = toIdentifier(key);
+                    method.append("    static String ").append(name).append("(");
+                    boolean first = true;
+                    for (String param : params) {
+                        if (first) {
+                            first = false;
+                        } else {
+                            method.append(", ");
+                        }
+                        method.append("Object ").append(param);
+                    }
+                    method.append(") {\n");
+                    method.append("        return org.openide.util.NbBundle.getMessage(Bundle.class, \"").append(key).append("\"");
+                    for (String param : params) {
+                        method.append(", ").append(param);
+                    }
+                    method.append(");\n");
+                    method.append("    }\n");
+                    methods.put(name, method.toString());
+                }
+                try {
+                    Set<String> restored = new TreeSet<String>();
+                    Matcher m = Pattern.compile("    /[*][*]\r?\n(?:     [*].+\r?\n)+     [*] @see (?:\\w+)\r?\n     [*]/\r?\n    static String (\\w+).+\r?\n        .+\r?\n    [}]\r?\n").matcher(processingEnv.getFiler().getResource(StandardLocation.SOURCE_OUTPUT, pkg, "Bundle.java").getCharContent(false));
+                    while (m.find()) {
+                        String identifier = m.group(1);
+                        if (!methods.containsKey(identifier)) {
+                            methods.put(identifier, m.group());
+                            restored.add(identifier);
+                        }
+                    }
+                    if (!restored.isEmpty()) {
+                        processingEnv.getMessager().printMessage(Kind.NOTE, "loaded " + pkg + ".Bundle identifiers " + restored + " from earlier run");
+                    }
+                } catch (IOException x) {
+                    // OK, not there
+                }
+                String fqn = pkg + ".Bundle";
+                Writer w = processingEnv.getFiler().createSourceFile(fqn, elements).openWriter();
+                try {
+                    PrintWriter pw = new PrintWriter(w);
+                    pw.println("package " + pkg + ";");
+                    pw.println("/** Localizable strings for {@link " + pkg + "}. */");
+                    pw.println("@javax.annotation.Generated(value=\"" + NbBundleProcessor.class.getName() + "\")");
+                    pw.println("class Bundle {");
+                    for (String method : methods.values()) {
+                        pw.print(method);
+                    }
+                    pw.println("    private void Bundle() {}");
+                    pw.println("}");
+                    pw.flush();
+                    pw.close();
+                } finally {
+                    w.close();
+                }
+            } catch (IOException x) {
+                processingEnv.getMessager().printMessage(Kind.ERROR, "Could not generate files: " + x, elements[0]);
+            }
+        }
+        return true;
+    }
+
+    private String findPackage(Element e) {
+        switch (e.getKind()) {
+        case PACKAGE:
+            return ((PackageElement) e).getQualifiedName().toString();
+        default:
+            return findPackage(e.getEnclosingElement());
+        }
+    }
+
+    private String findCompilationUnitName(Element e) {
+        switch (e.getKind()) {
+        case PACKAGE:
+            return "package-info";
+        case CLASS:
+        case INTERFACE:
+        case ENUM:
+        case ANNOTATION_TYPE:
+            switch (e.getEnclosingElement().getKind()) {
+            case PACKAGE:
+                return e.getSimpleName().toString();
+            }
+        }
+        return findCompilationUnitName(e.getEnclosingElement());
+    }
+
+    private String toIdentifier(String key) {
+        if (Utilities.isJavaIdentifier(key)) {
+            return key;
+        } else {
+            String i = key.replaceAll("[^\\p{javaJavaIdentifierPart}]+", "_");
+            if (Utilities.isJavaIdentifier(i)) {
+                return i;
+            } else {
+                return "_" + i;
+            }
+        }
+    }
+
+    private String toJavadoc(String text) {
+        return text.replace("&", "&").replace("<", "<").replace("*/", "&#x2A;/").replace("\n", "<br>").replace("@", "@");
+    }
+
+    private void addToAnnotatedElements(Collection<? extends Element> unscannedElements, Set<Element> annotatedElements) {
+        for (Element e : unscannedElements) {
+            if (e.getAnnotation(NbBundle.Messages.class) != null) {
+                annotatedElements.add(e);
+            }
+            if (e.getKind() != ElementKind.PACKAGE) {
+            addToAnnotatedElements(e.getEnclosedElements(), annotatedElements);
+        }
+    }
+    }
+
+}
diff --git a/openide.util/src/org/netbeans/modules/openide/util/ProxyURLStreamHandlerFactory.java b/openide.util/src/org/netbeans/modules/openide/util/ProxyURLStreamHandlerFactory.java
index 9f3d8db..f4d65c8 100644
--- a/openide.util/src/org/netbeans/modules/openide/util/ProxyURLStreamHandlerFactory.java
+++ b/openide.util/src/org/netbeans/modules/openide/util/ProxyURLStreamHandlerFactory.java
@@ -44,9 +44,12 @@ package org.netbeans.modules.openide.util;
 
 import java.net.URLStreamHandler;
 import java.net.URLStreamHandlerFactory;
+import java.util.Arrays;
 import java.util.Collection;
 import java.util.HashMap;
+import java.util.HashSet;
 import java.util.Map;
+import java.util.Set;
 import org.openide.util.Lookup;
 import org.openide.util.LookupEvent;
 import org.openide.util.LookupListener;
@@ -63,8 +66,13 @@ public final class ProxyURLStreamHandlerFactory implements URLStreamHandlerFacto
     /** prevents GC only */
     private final Map<String, Lookup.Result<URLStreamHandler>> results = new HashMap<String, Lookup.Result<URLStreamHandler>>();
     private final Map<String, URLStreamHandler> handlers = new HashMap<String, URLStreamHandler>();
+    private static final Set<String> STANDARD_PROTOCOLS = new HashSet<String>(Arrays.asList("jar", "file", "http", "https", "resource")); // NOI18N
 
     public @Override synchronized URLStreamHandler createURLStreamHandler(final String protocol) {
+        if (STANDARD_PROTOCOLS.contains(protocol)) {
+            // Well-known handlers in JRE. Do not try to initialize lookup.
+            return null;
+        }
         if (!results.containsKey(protocol)) {
             final Lookup.Result<URLStreamHandler> result = Lookups.forPath(URLStreamHandlerRegistrationProcessor.REGISTRATION_PREFIX + protocol).lookupResult(URLStreamHandler.class);
             LookupListener listener = new LookupListener() {
diff --git a/openide.util/src/org/openide/util/AsyncInitSupport.java b/openide.util/src/org/openide/util/AsyncInitSupport.java
index c3e065c..288801a 100644
--- a/openide.util/src/org/openide/util/AsyncInitSupport.java
+++ b/openide.util/src/org/openide/util/AsyncInitSupport.java
@@ -49,6 +49,8 @@ import java.awt.event.ActionEvent;
 import java.awt.event.ActionListener;
 import java.awt.event.HierarchyEvent;
 import java.awt.event.HierarchyListener;
+import java.util.logging.Level;
+import java.util.logging.Logger;
 import javax.swing.SwingUtilities;
 import javax.swing.Timer;
 
@@ -65,6 +67,7 @@ import javax.swing.Timer;
 final class AsyncInitSupport implements HierarchyListener, Runnable, ActionListener {
     /** lock for access to wasCancelled flag */
     private static final Object CANCELLED_LOCK = new Object();
+    private static final Logger LOG = Logger.getLogger(AsyncInitSupport.class.getName()); 
 
     /** task in which post init code from AsyncJob is executed */
     private Task initTask;
@@ -94,6 +97,7 @@ final class AsyncInitSupport implements HierarchyListener, Runnable, ActionListe
         }
 
         comp4Init.addHierarchyListener(this);
+        LOG.log(Level.FINE, "addHierarchyListener for {0}", comp4Init);
     }
     
     /** Impl of HierarchyListener, starts init job with delay when component shown,
@@ -101,15 +105,20 @@ final class AsyncInitSupport implements HierarchyListener, Runnable, ActionListe
      * calls cancel if desirable.
      * @param evt hierarchy event
      */
+    @Override
     public void hierarchyChanged(HierarchyEvent evt) {
-        if (((evt.getChangeFlags() & HierarchyEvent.SHOWING_CHANGED) != 0)) {
+        final boolean hierachyChanged = (evt.getChangeFlags() & HierarchyEvent.SHOWING_CHANGED) != 0;
+        LOG.log(Level.FINE, "Hierarchy Changed {0}", hierachyChanged);
+        if (hierachyChanged) {
             boolean isShowing = comp4Init.isShowing();
             if (timer == null && isShowing) {
                 timer = new Timer(20, this);
                 timer.setRepeats(false);
                 timer.start();
+                LOG.log(Level.FINE, "Timer started for {0}", comp4Init);
             } else if (!isShowing) {
                 comp4Init.removeHierarchyListener(this);
+                LOG.log(Level.FINE, "Not showing, cancling for {0}", comp4Init);
                 cancel();
             }
         }
@@ -117,15 +126,18 @@ final class AsyncInitSupport implements HierarchyListener, Runnable, ActionListe
 
     /** Impl of ActionListener, called from hierarchyChanged through a Timer,
      * starts the job */
+    @Override
     public void actionPerformed(ActionEvent ae) {
         if (wasCancelled || (initTask != null)) {
             //If cancelled or already started, our job is done, go away.
+            LOG.log(Level.FINE, "Detaching {0}", comp4Init);
             detach();
             return;
         }
 
         if ((comp4Init != null) && comp4Init.isDisplayable()) {
             //If the component has a parent onscreen, we're ready to run.
+            LOG.log(Level.FINE, "Starting {0}", comp4Init);
             start();
         }
     }
@@ -148,11 +160,14 @@ final class AsyncInitSupport implements HierarchyListener, Runnable, ActionListe
      * method and after its completion posts AsyncJob's UI update method
      * to AWT thread.
      */
+    @Override
     public void run() {
         if (!SwingUtilities.isEventDispatchThread()) {
+            LOG.log(Level.FINE, "Prepare outside AWT for {0}", comp4Init);
             // first pass, executed in some of RP threads
             initJob.construct();
             comp4Init.removeHierarchyListener(this);
+            LOG.log(Level.FINE, "No hierarchy listener for {0}", comp4Init); 
 
             // continue to invoke finished method only if hasn't been cancelled 
             boolean localCancel;
@@ -161,12 +176,14 @@ final class AsyncInitSupport implements HierarchyListener, Runnable, ActionListe
                 localCancel = wasCancelled;
             }
 
+            LOG.log(Level.FINE, "wasCancelled {0}", localCancel);
             if (!localCancel) {
                 SwingUtilities.invokeLater(this);
             }
         } else {
             // second pass, executed in event dispatch thread
             initJob.finished();
+            LOG.fine("Second pass finished");
         }
     }
 
@@ -175,9 +192,11 @@ final class AsyncInitSupport implements HierarchyListener, Runnable, ActionListe
     private void cancel() {
         if ((initTask != null) && !initTask.isFinished() && (initJob instanceof Cancellable)) {
             synchronized (CANCELLED_LOCK) {
+                LOG.log(Level.FINE, "Cancelling for {0}", comp4Init);
                 wasCancelled = true;
             }
             ((Cancellable) initJob).cancel();
+            LOG.fine("Cancelling done");
         }
     }
     
diff --git a/openide.util/src/org/openide/util/CharSequences.java b/openide.util/src/org/openide/util/CharSequences.java
index 5b5bda5..84ce093 100644
--- a/openide.util/src/org/openide/util/CharSequences.java
+++ b/openide.util/src/org/openide/util/CharSequences.java
@@ -127,7 +127,7 @@ public final class CharSequences {
         char[] v = new char[n];
         for (int i = 0; i < n; i++) {
             v[i] = s.charAt(i);
-        }
+        }   
         return new CharBasedSequence(v);
     }
 
@@ -554,7 +554,7 @@ public final class CharSequences {
             long a3 = 0;
             switch (n) {
                 case 23:
-                    a3 += (b[22] & 0xFF) << 24;
+                    a3 += (b[22] & 0xFFL) << 24;
                 case 22:
                     a3 += (b[21] & 0xFF) << 16;
                 case 21:
@@ -563,7 +563,7 @@ public final class CharSequences {
                     a3 += (b[19] & 0xFF);
                     a3 <<= 32;
                 case 19:
-                    a3 += (b[18] & 0xFF) << 24;
+                    a3 += (b[18] & 0xFFL) << 24;
                 case 18:
                     a3 += (b[17] & 0xFF) << 16;
                 case 17:
@@ -571,7 +571,7 @@ public final class CharSequences {
                 case 16:
                     a3 += b[15] & 0xFF;
                 case 15:
-                    a2 += (b[14] & 0xFF) << 24;
+                    a2 += (b[14] & 0xFFL) << 24;
                 case 14:
                     a2 += (b[13] & 0xFF) << 16;
                 case 13:
@@ -580,7 +580,7 @@ public final class CharSequences {
                     a2 += (b[11] & 0xFF);
                     a2 <<= 32;
                 case 11:
-                    a2 += (b[10] & 0xFF) << 24;
+                    a2 += (b[10] & 0xFFL) << 24;
                 case 10:
                     a2 += (b[9] & 0xFF) << 16;
                 case 9:
@@ -588,7 +588,7 @@ public final class CharSequences {
                 case 8:
                     a2 += b[7] & 0xFF;
                 case 7:
-                    a1 += (b[6] & 0xFF) << 24;
+                    a1 += (b[6] & 0xFFL) << 24;
                 case 6:
                     a1 += (b[5] & 0xFF) << 16;
                 case 5:
@@ -597,7 +597,7 @@ public final class CharSequences {
                     a1 += (b[3] & 0xFF);
                     a1 <<= 32;
                 case 3:
-                    a1 += (b[2] & 0xFF) << 24;
+                    a1 += (b[2] & 0xFFL) << 24;
                 case 2:
                     a1 += (b[1] & 0xFF) << 16;
                 case 1:
diff --git a/openide.util/src/org/openide/util/Exceptions.java b/openide.util/src/org/openide/util/Exceptions.java
index f41145e..3100680 100644
--- a/openide.util/src/org/openide/util/Exceptions.java
+++ b/openide.util/src/org/openide/util/Exceptions.java
@@ -115,6 +115,23 @@ public final class Exceptions extends Object {
         ae.addRecord(rec);
         return e;
     }
+    
+    /**
+     * Attaches a given severity to the exception. When the exception is
+     * later passed to {@link #printStackTrace} method, the level is
+     * then used as a level for reported {@link LogRecord}. This allows
+     * those who report exceptions to annotate them as unimportant,
+     * expected.
+     * 
+     * @param e exception to assign severity to
+     * @param severity the severity
+     * @since 8.8
+     */
+    public static <E extends Throwable> E attachSeverity(E e, Level severity) {
+        AnnException ae = AnnException.findOrCreate(e, true);
+        ae.addRecord(new LogRecord(severity, null));
+        return e;
+    }
 
     /** Extracts previously attached localized message for a given throwable.
      * Complements {@link #attachLocalizedMessage}.
@@ -171,12 +188,25 @@ public final class Exceptions extends Object {
      * @param t the exception to notify
      */
     public static void printStackTrace(Throwable t) {
+        AnnException ae = AnnException.findOrCreate(t, false);
+        Level level = null;
+        if (ae != null) {
+            for (LogRecord r : ae.records) {
+                if (r.getLevel() != Level.ALL) {
+                    level = r.getLevel();
+                    break;
+                }
+            }
+        }
+        if (level == null) {
+            level = OwnLevel.UNKNOWN;
+        }
         AnnException extra = AnnException.extras.get(t);
         if (extra != null) {
             assert t == extra.getCause();
             t = extra;
         }
-        LOG.log(OwnLevel.UNKNOWN, null, t);
+        LOG.log(level, null, t);
     }
 
     /** An exception that has a log record associated with itself, so
@@ -213,6 +243,9 @@ public final class Exceptions extends Object {
         private static Map<Throwable, AnnException> extras = new WeakHashMap<Throwable, AnnException>();
 
         static AnnException findOrCreate(Throwable t, boolean create) {
+            if (t == null) {
+                return null;
+            }
             if (t instanceof AnnException) {
                 return (AnnException)t;
             }
diff --git a/openide.util/src/org/openide/util/ImageUtilities.java b/openide.util/src/org/openide/util/ImageUtilities.java
index 4f1d22e..04cd2f4 100644
--- a/openide.util/src/org/openide/util/ImageUtilities.java
+++ b/openide.util/src/org/openide/util/ImageUtilities.java
@@ -61,6 +61,7 @@ import java.awt.image.RGBImageFilter;
 import java.awt.image.WritableRaster;
 import java.io.IOException;
 import java.lang.ref.SoftReference;
+import java.net.URL;
 import java.util.HashMap;
 import java.util.HashSet;
 import java.util.Hashtable;
@@ -139,6 +140,9 @@ public final class ImageUtilities {
      * or <samp>org/netbeans/modules/foo/resources/foo_mybranding.gif</samp>.
      * 
      * <p>Caching of loaded images can be used internally to improve performance.
+     * <p> Since version 8.12 the returned image object responds to call
+     * <code>image.getProperty("url", null)</code> by returning the internal
+     * {@link URL} of the found and loaded <code>resource</code>.
      * 
      * @param resource resource path of the image (no initial slash)
      * @param localized true for localized search
@@ -245,7 +249,7 @@ public final class ImageUtilities {
                     return cached;
                 }
             }
-            cached = ToolTipImage.createNew(text, image);
+            cached = ToolTipImage.createNew(text, image, null);
             imageToolTipCache.put(key, new ActiveRef<ToolTipImageKey>(cached, imageToolTipCache, key));
             return cached;
         }
@@ -527,7 +531,7 @@ public final class ImageUtilities {
 
                 ERR.log(Level.FINE, "loading icon {0} = {1}", new Object[] {n, result});
                 name = new String(name).intern(); // NOPMD
-                result = ToolTipImage.createNew("", result);
+                result = ToolTipImage.createNew("", result, url);
                 cache.put(name, new ActiveRef<String>(result, cache, name));
                 return result;
             } else { // no icon found
@@ -601,7 +605,7 @@ public final class ImageUtilities {
         
         ColorModel model = colorModel(bitmask? Transparency.BITMASK: Transparency.TRANSLUCENT);
         ToolTipImage buffImage = new ToolTipImage(str.toString(), 
-                model, model.createCompatibleWritableRaster(w, h), model.isAlphaPremultiplied(), null
+                model, model.createCompatibleWritableRaster(w, h), model.isAlphaPremultiplied(), null, null
             );
 
         java.awt.Graphics g = buffImage.createGraphics();
@@ -738,14 +742,20 @@ public final class ImageUtilities {
     private static class ToolTipImage extends BufferedImage implements Icon {
         final String toolTipText;
         ImageIcon imageIcon;
+        final URL url;
 
-        public static ToolTipImage createNew(String toolTipText, Image image) {
+        public static ToolTipImage createNew(String toolTipText, Image image, URL url) {
             ImageUtilities.ensureLoaded(image);
             boolean bitmask = (image instanceof Transparency) && ((Transparency) image).getTransparency() != Transparency.TRANSLUCENT;
             ColorModel model = colorModel(bitmask ? Transparency.BITMASK : Transparency.TRANSLUCENT);
             int w = image.getWidth(null);
             int h = image.getHeight(null);
-            ToolTipImage newImage = new ToolTipImage(toolTipText, model, model.createCompatibleWritableRaster(w, h), model.isAlphaPremultiplied(), null);
+            ToolTipImage newImage = new ToolTipImage(
+                toolTipText,
+                model,
+                model.createCompatibleWritableRaster(w, h),
+                model.isAlphaPremultiplied(), null, url
+            );
 
             java.awt.Graphics g = newImage.createGraphics();
             g.drawImage(image, 0, 0, null);
@@ -753,26 +763,21 @@ public final class ImageUtilities {
             return newImage;
         }
         
-        public ToolTipImage(String toolTipText, ColorModel cm, WritableRaster raster, boolean isRasterPremultiplied, Hashtable<?, ?> properties) {
+        public ToolTipImage(
+            String toolTipText, ColorModel cm, WritableRaster raster,
+            boolean isRasterPremultiplied, Hashtable<?, ?> properties, URL url
+        ) {
             super(cm, raster, isRasterPremultiplied, properties);
             this.toolTipText = toolTipText;
-        }
-
-        public ToolTipImage(String toolTipText, int width, int height, int imageType, IndexColorModel cm) {
-            super(width, height, imageType, cm);
-            this.toolTipText = toolTipText;
+            this.url = url;
         }
 
         public ToolTipImage(String toolTipText, int width, int height, int imageType) {
             super(width, height, imageType);
             this.toolTipText = toolTipText;
+            this.url = null;
         }
         
-        public ToolTipImage(String toolTipText, BufferedImage image) {
-            super(image.getWidth(), image.getHeight(), image.getType());
-            this.toolTipText = toolTipText;
-        }
-
         synchronized ImageIcon getIcon() {
             if (imageIcon == null) {
                 imageIcon = new ImageIcon(this);
@@ -791,6 +796,18 @@ public final class ImageUtilities {
         public void paintIcon(Component c, Graphics g, int x, int y) {
             g.drawImage(this, x, y, null);
         }
+
+        @Override
+        public Object getProperty(String name, ImageObserver observer) {
+            if ("url".equals(name)) { // NOI18N
+                if (url != null) {
+                    return url;
+                } else {
+                    return imageIcon.getImage().getProperty("url", observer);
+                }
+            }
+            return super.getProperty(name, observer);
+        }
     }
 
     private static class LazyDisabledIcon implements Icon {
diff --git a/openide.util/src/org/openide/util/NbBundle.java b/openide.util/src/org/openide/util/NbBundle.java
index bdad14a..740f297 100644
--- a/openide.util/src/org/openide/util/NbBundle.java
+++ b/openide.util/src/org/openide/util/NbBundle.java
@@ -46,6 +46,10 @@ package org.openide.util;
 
 import java.io.IOException;
 import java.io.InputStream;
+import java.lang.annotation.ElementType;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
 import java.lang.ref.Reference;
 import java.lang.ref.WeakReference;
 import java.net.URL;
@@ -81,6 +85,7 @@ import java.util.logging.Logger;
 * </pre>
 * will in German locale look for the key {@code Foo.displayName} in
 * {@code com/mycom/Bundle_de.properties} and then {@code com/mycom/Bundle.properties} (in that order).
+ * Usually however it is easiest to use {@link org.openide.util.NbBundle.Messages}.
 */
 public class NbBundle extends Object {
 
@@ -373,7 +378,7 @@ public class NbBundle extends Object {
     * @return the resource bundle
     * @exception MissingResourceException if the bundle does not exist
     */
-    public static final ResourceBundle getBundle(String baseName)
+    public static ResourceBundle getBundle(String baseName)
     throws MissingResourceException {
         return getBundle(baseName, Locale.getDefault(), getLoader());
     }
@@ -387,7 +392,7 @@ public class NbBundle extends Object {
     * @return the resource bundle
     * @exception MissingResourceException if the bundle does not exist
     */
-    public static ResourceBundle getBundle(Class clazz)
+    public static ResourceBundle getBundle(Class<?> clazz)
     throws MissingResourceException {
         String name = findName(clazz);
 
@@ -395,7 +400,7 @@ public class NbBundle extends Object {
     }
 
     /** Finds package name for given class */
-    private static String findName(Class clazz) {
+    private static String findName(Class<?> clazz) {
         String pref = clazz.getName();
         int last = pref.lastIndexOf('.');
 
@@ -416,7 +421,7 @@ public class NbBundle extends Object {
     * @return the resource bundle
     * @exception MissingResourceException if the bundle does not exist
     */
-    public static final ResourceBundle getBundle(String baseName, Locale locale)
+    public static ResourceBundle getBundle(String baseName, Locale locale)
     throws MissingResourceException {
         return getBundle(baseName, locale, getLoader());
     }
@@ -428,7 +433,7 @@ public class NbBundle extends Object {
     * @return the resource bundle
     * @exception MissingResourceException if the bundle does not exist
     */
-    public static final ResourceBundle getBundle(String baseName, Locale locale, ClassLoader loader)
+    public static ResourceBundle getBundle(String baseName, Locale locale, ClassLoader loader)
     throws MissingResourceException {
         if (USE_DEBUG_LOADER) {
             loader = DebugLoader.get(loader);
@@ -632,7 +637,7 @@ public class NbBundle extends Object {
     * @return the string associated with the resource
     * @throws MissingResourceException if either the bundle or the string cannot be found
     */
-    public static String getMessage(Class clazz, String resName)
+    public static String getMessage(Class<?> clazz, String resName)
     throws MissingResourceException {
         return getBundle(clazz).getString(resName);
     }
@@ -648,7 +653,7 @@ public class NbBundle extends Object {
     * @throws MissingResourceException if either the bundle or the string cannot be found
     * @see java.text.MessageFormat#format(String,Object[])
     */
-    public static String getMessage(Class clazz, String resName, Object param1)
+    public static String getMessage(Class<?> clazz, String resName, Object param1)
     throws MissingResourceException {
         return getMessage(clazz, resName, new Object[] { param1 });
     }
@@ -665,7 +670,7 @@ public class NbBundle extends Object {
     * @throws MissingResourceException if either the bundle or the string cannot be found
     * @see java.text.MessageFormat#format(String,Object[])
     */
-    public static String getMessage(Class clazz, String resName, Object param1, Object param2)
+    public static String getMessage(Class<?> clazz, String resName, Object param1, Object param2)
     throws MissingResourceException {
         return getMessage(clazz, resName, new Object[] { param1, param2 });
     }
@@ -683,7 +688,7 @@ public class NbBundle extends Object {
     * @throws MissingResourceException if either the bundle or the string cannot be found
     * @see java.text.MessageFormat#format(String,Object[])
     */
-    public static String getMessage(Class clazz, String resName, Object param1, Object param2, Object param3)
+    public static String getMessage(Class<?> clazz, String resName, Object param1, Object param2, Object param3)
     throws MissingResourceException {
         return getMessage(clazz, resName, new Object[] { param1, param2, param3 });
     }
@@ -704,7 +709,7 @@ public class NbBundle extends Object {
     * @see java.text.MessageFormat#format(String,Object[])
     * @since org.openide.util 7.27
     */
-    public static String getMessage(Class clazz, String resName, Object param1, Object param2, Object param3, Object param4, Object... params)
+    public static String getMessage(Class<?> clazz, String resName, Object param1, Object param2, Object param3, Object param4, Object... params)
     throws MissingResourceException {
         Object[] allParams = new Object[params.length + 4];
         allParams[0] = param1;
@@ -726,7 +731,7 @@ public class NbBundle extends Object {
     * @throws MissingResourceException if either the bundle or the string cannot be found
     * @see java.text.MessageFormat#format(String,Object[])
     */
-    public static String getMessage(Class clazz, String resName, Object[] arr)
+    public static String getMessage(Class<?> clazz, String resName, Object[] arr)
     throws MissingResourceException {
         return java.text.MessageFormat.format(getMessage(clazz, resName), arr);
     }
@@ -771,6 +776,68 @@ public class NbBundle extends Object {
     }
 
     /**
+     * Creates a helper class with static definitions of bundle keys.
+     * <p>
+     * The generated class will be called {@code Bundle} and be in the same package.
+     * Each key is placed in a {@code Bundle.properties} file also in the same package,
+     * and the helper class gets a method with the same name as the key
+     * (converted to a valid Java identifier as needed)
+     * which loads the key from the (possibly now localized) bundle using {@link NbBundle#getMessage(Class, String)}.
+     * The method will have as many arguments (of type {@code Object}) as there are message format parameters.
+     * </p>
+     * <p>It is an error to duplicate a key within a package, even if the duplicates are from different compilation units.</p>
+     * <p>Example usage:</p>
+     * <pre>
+     * package some.where;
+     * import org.openide.util.NbBundle.Messages;
+     * import static some.where.Bundle.*;
+     * import org.openide.DialogDisplayer;
+     * import org.openide.NotifyDescriptor;
+     * class Something {
+     *     @Messages({
+     *         "dialog.title=Bad File",
+     *         "# {0} - file path",
+     *         "dialog.message=The file {0} was invalid."
+     *     })
+     *     void showError(File f) {
+     *         NotifyDescriptor d = new NotifyDescriptor.Message(
+     *             dialog_message(f), NotifyDescriptor.ERROR_MESSAGE);
+     *         d.setTitle(dialog_title());
+     *         DialogDisplayer.getDefault().notify(d);
+     *     }
+     * }
+     * </pre>
+     * <p>which generates during compilation {@code Bundle.java}:</p>
+     * <pre>
+     * class Bundle {
+     *     static String dialog_title() {...}
+     *     static String dialog_message(Object file_path) {...}
+     * }
+     * </pre>
+     * <p>and {@code Bundle.properties}:</p>
+     * <pre>
+     * dialog.title=Bad File
+     * # {0} - file path
+     * dialog.message=The file {0} was invalid.
+     * </pre>
+     * @since org.openide.util 8.10
+     */
+    @Retention(RetentionPolicy.SOURCE)
+    @Target({ElementType.PACKAGE, ElementType.TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR})
+    public @interface Messages {
+        /**
+         * List of key/value pairs.
+         * Each must be of the form {@code key=Some Value}.
+         * Anything is permitted in the value, including newlines.
+         * Unlike in a properties file, there should be no whitespace before the key or around the equals sign.
+         * Values containing <code>{0}</code> etc. are assumed to be message formats and so may need escapes for metacharacters such as {@code '}.
+         * A line may also be a comment if it starts with {@code #}, which may be useful for translators;
+         * it is recommended to use the format {@code # {0} - summary of param}.
+         */
+        String[] value();
+    }
+
+    /**
      * Do not use.
      * @deprecated Useless.
      */
@@ -830,11 +897,11 @@ public class NbBundle extends Object {
             this.locale = locale;
         }
 
-        public Enumeration<String> getKeys() {
+        public @Override Enumeration<String> getKeys() {
             return Collections.enumeration(m.keySet());
         }
 
-        protected Object handleGetObject(String key) {
+        protected @Override Object handleGetObject(String key) {
             return m.get(key);
         }
 
@@ -867,11 +934,11 @@ public class NbBundle extends Object {
             return loc;
         }
 
-        public Enumeration<String> getKeys() {
+        public @Override Enumeration<String> getKeys() {
             return Enumerations.removeDuplicates(Enumerations.concat(sub1.getKeys(), sub2.getKeys()));
         }
 
-        protected Object handleGetObject(String key) throws MissingResourceException {
+        protected @Override Object handleGetObject(String key) throws MissingResourceException {
             try {
                 return sub1.getObject(key);
             } catch (MissingResourceException mre) {
@@ -944,7 +1011,7 @@ public class NbBundle extends Object {
         /** @return next suffix.
         * @exception NoSuchElementException if there is no more locale suffix.
         */
-        public String next() throws NoSuchElementException {
+        public @Override String next() throws NoSuchElementException {
             if (current == null) {
                 throw new NoSuchElementException();
             }
@@ -1009,11 +1076,11 @@ public class NbBundle extends Object {
         }
 
         /** Tests if there is any sufix.*/
-        public boolean hasNext() {
+        public @Override boolean hasNext() {
             return (current != null);
         }
 
-        public void remove() throws UnsupportedOperationException {
+        public @Override void remove() throws UnsupportedOperationException {
             throw new UnsupportedOperationException();
         }
     }
@@ -1179,7 +1246,7 @@ public class NbBundle extends Object {
                 this.localizable = localizable;
             }
 
-            public int read() throws IOException {
+            public @Override int read() throws IOException {
                 if (toInsert != null) {
                     char result = toInsert.charAt(0);
 
@@ -1388,7 +1455,7 @@ public class NbBundle extends Object {
                             assert keyLine > 0;
                             toInsert = "(" + id + ":" + keyLine + ")"; // NOI18N
                             if (next != -1) {
-                                toInsert += new Character((char) next);
+                                toInsert += Character.valueOf((char) next);
                             }
                             keyLine = 0;
 
diff --git a/openide.util/src/org/openide/util/NbPreferences.java b/openide.util/src/org/openide/util/NbPreferences.java
index 1cf1039..7fc61c6 100644
--- a/openide.util/src/org/openide/util/NbPreferences.java
+++ b/openide.util/src/org/openide/util/NbPreferences.java
@@ -44,8 +44,6 @@
 
 package org.openide.util;
 
-import java.io.ByteArrayOutputStream;
-import java.io.PrintStream;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import java.util.prefs.Preferences;
@@ -107,10 +105,8 @@ public final class NbPreferences {
              String prefsFactory = System.getProperty("java.util.prefs.PreferencesFactory");//NOI18N
              if (!"org.netbeans.junit.internal.MemoryPreferencesFactory".equals(prefsFactory)) {//NOI18N
                  Logger logger = Logger.getLogger(NbPreferences.class.getName());
-                 ByteArrayOutputStream bos = new ByteArrayOutputStream();
-                 new Exception().printStackTrace(new PrintStream(bos));
                  logger.log(prefsFactory == null ? Level.WARNING : Level.FINE,
-                         "NetBeans implementation of Preferences not found: " + bos.toString() );//NOI18N
+                         "NetBeans implementation of Preferences not found");//NOI18N
              } 
         }
         return retval;
diff --git a/openide.util/src/org/openide/util/NetworkSettings.java b/openide.util/src/org/openide/util/NetworkSettings.java
new file mode 100644
index 0000000..669f6a4
--- /dev/null
+++ b/openide.util/src/org/openide/util/NetworkSettings.java
@@ -0,0 +1,153 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2011 Sun Microsystems, Inc.
+ */
+package org.openide.util;
+
+import java.net.InetSocketAddress;
+import java.net.Proxy;
+import java.net.ProxySelector;
+import java.net.URI;
+import java.util.List;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import java.util.prefs.Preferences;
+
+/** Useful static methods for getting Network Proxy required for make network
+ * connection for specified resource.
+ *
+ * @since 8.13
+ * @author Jiri Rechtacek
+ */
+public final class NetworkSettings {
+
+    private static final String PROXY_AUTHENTICATION_USERNAME = "proxyAuthenticationUsername";
+    private static final String PROXY_AUTHENTICATION_PASSWORD = "proxyAuthenticationPassword";
+    private static final String USE_PROXY_AUTHENTICATION = "useProxyAuthentication";
+    private static final Logger LOGGER = Logger.getLogger(NetworkSettings.class.getName());
+
+    /** Returns the <code>hostname</code> part of network proxy address 
+     * based on given URI to access the resource at.
+     * Returns <code>null</code> for direct connection.
+     * 
+     * @param u The URI that a connection is required to
+     * @return the hostname part of the Proxy address
+     */
+    public static String getProxyHost(URI u) {
+        if (getPreferences() == null) {
+            return null;
+        }
+        InetSocketAddress sa = analyzeProxy(u);
+        return sa == null ? null : sa.getHostName();
+    }
+
+    /** Returns the <code>port</code> part of network proxy address 
+     * based on given URI to access the resource at.
+     * Returns <code>null</code> for direct connection.
+     * 
+     * @param u The URI that a connection is required to
+     * @return the port part of the Proxy address
+     */
+    public static String getProxyPort(URI u) {
+        if (getPreferences() == null) {
+            return null;
+        }
+        InetSocketAddress sa = analyzeProxy(u);
+        return sa == null ? null : Integer.toString(sa.getPort());
+    }
+
+    /** Returns the <code>username</code> for Proxy Authentication.
+     * Returns <code>null</code> if no authentication required.
+     * 
+     * @param u The URI that a connection is required to
+     * @return username for Proxy Authentication
+     */
+    public static String getAuthenticationUsername(URI u) {
+        if (getPreferences() == null) {
+            return null;
+        }
+        if (getPreferences().getBoolean(USE_PROXY_AUTHENTICATION, false)) {
+            return getPreferences().get(PROXY_AUTHENTICATION_USERNAME, "");
+        }
+        return null;
+    }
+    
+    /** Returns the <code>key</code> for reading password for Proxy Authentication.
+     * Use {@link Keyring} for reading the password from the ring.
+     * Returns <code>null</code> if no authentication required.
+     * 
+     * @param u The URI that a connection is required to
+     * @return the key for reading password for Proxy Authentication from the ring
+     */
+    public static String getKeyForAuthenticationPassword(URI u) {
+        if (getPreferences() == null) {
+            return null;
+        }
+        if (getPreferences().getBoolean(USE_PROXY_AUTHENTICATION, false)) {
+            return PROXY_AUTHENTICATION_PASSWORD;
+        }
+        return null;
+    }
+
+    private static Preferences getPreferences() {
+        return NbPreferences.root().node("org/netbeans/core"); // NOI18N
+    }
+    
+    private static InetSocketAddress analyzeProxy(URI uri) {
+        Parameters.notNull("uri", uri);
+        List<Proxy> proxies = ProxySelector.getDefault().select(uri);
+        assert proxies != null : "ProxySelector cannot return null for " + uri;
+        assert ! proxies.isEmpty() : "ProxySelector cannot return empty list for " + uri;
+        Proxy p = proxies.get(0);
+        if (Proxy.Type.DIRECT == p.type()) {
+            // return null for DIRECT proxy
+            return null;
+        } else {
+            if (p.address() instanceof InetSocketAddress) {
+                // check is
+                //assert ! ((InetSocketAddress) p.address()).isUnresolved() : p.address() + " must be resolved address.";
+                return (InetSocketAddress) p.address();
+            } else {
+                LOGGER.log(Level.INFO, p.address() + " is not instanceof InetSocketAddress but " + p.address().getClass());
+                return null;
+            }
+        }
+    }
+}
diff --git a/openide.util/src/org/openide/util/RequestProcessor.java b/openide.util/src/org/openide/util/RequestProcessor.java
index 2b52e0b..f6d407d 100644
--- a/openide.util/src/org/openide/util/RequestProcessor.java
+++ b/openide.util/src/org/openide/util/RequestProcessor.java
@@ -44,7 +44,6 @@
 
 package org.openide.util;
 
-import java.lang.reflect.InvocationTargetException;
 import java.lang.reflect.Method;
 import java.util.ArrayList;
 import java.util.Arrays;
@@ -221,6 +220,10 @@ public final class RequestProcessor implements ScheduledExecutorService {
     /** If the RP was stopped, this variable will be set, every new post()
      * will throw an exception and no task will be processed any further */
     volatile boolean stopped = false;
+    
+    /** Flag indicating that awaiting tasks should be executed although
+     * RP is in stopped state (rejecting new tasks) */
+    volatile boolean finishAwaitingTasks = false;
 
     /** The lock covering following five fields. They should be accessed
      * only while having this lock held. */
@@ -655,7 +658,7 @@ public final class RequestProcessor implements ScheduledExecutorService {
     }
 
     Task askForWork(Processor worker, String debug) {
-        if (stopped || queue.isEmpty()) { // no more work in this burst, return him
+        if (queue.isEmpty() || (stopped && !finishAwaitingTasks)) { // no more work in this burst, return him
             processors.remove(worker);
             Processor.put(worker, debug);
             running--;
@@ -683,7 +686,8 @@ public final class RequestProcessor implements ScheduledExecutorService {
             throw new IllegalStateException ("Cannot shut down the default " + //NOI18N
                     "request processor"); //NOI18N
         }
-        stop();
+        stopped = true;
+        finishAwaitingTasks = true;
     }
 
     /**
@@ -701,10 +705,11 @@ public final class RequestProcessor implements ScheduledExecutorService {
         //XXX more aggressive shutdown?
         stop();
         synchronized (processorLock) {
-            List<Runnable> result = new ArrayList<Runnable>(processors.size());
-            for (Processor p : processors) {
-                if (p != null && p.todo != null && p.todo.run != null) {
-                    Runnable r = p.todo.run;
+            List<Runnable> result = new ArrayList<Runnable>(queue.size());
+            for (Item item : queue) {
+                Task task = item.getTask();
+                if (task != null && task.run != null) {
+                    Runnable r = task.run;
                     if (r instanceof RunnableWrapper) {
                         Runnable other = ((RunnableWrapper) r).getRunnable();
                         r = other == null ? r : other;
@@ -749,7 +754,7 @@ public final class RequestProcessor implements ScheduledExecutorService {
     @Override
     public boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException {
         Parameters.notNull("unit", unit); //NOI18N
-        long timeoutMillis = unit.convert(timeout, TimeUnit.MILLISECONDS);
+        long timeoutMillis = TimeUnit.MILLISECONDS.convert(timeout, unit);
         boolean result = stopped;
         long doneTime = System.currentTimeMillis() + timeoutMillis;
         Set<Processor> procs = new HashSet<Processor>();
@@ -955,13 +960,13 @@ outer:  do {
                     throw new NullPointerException ("Contains null tasks: " +  //NOI18N
                             tasks);
                 }
-                Callable<T> delegate = new WaitableCallable(c, ref, wait);
+                Callable<T> delegate = new WaitableCallable<T>(c, ref, wait);
                 result.add (submit(delegate));
             }
             wait.await(timeout, unit);
         } finally {
             for (Future<T> f : result) {
-                RPFutureTask ft = (RPFutureTask) f;
+                RPFutureTask<?> ft = (RPFutureTask) f;
                 ft.cancel(true);
             }
         }
@@ -982,7 +987,7 @@ outer:  do {
         if (stopped) {
             throw new RejectedExecutionException("Request Processor already stopped"); //NOI18N
         }
-        long delayMillis = unit.convert(delay, TimeUnit.MILLISECONDS);
+        long delayMillis = TimeUnit.MILLISECONDS.convert(delay, unit);
         ScheduledRPFutureTask<Void> result = new ScheduledRPFutureTask<Void>(command, null, delayMillis);
         Task t = create(result);
         result.setTask(t);
@@ -1004,7 +1009,7 @@ outer:  do {
             throw new RejectedExecutionException("Request Processor already " + //NOI18N
                     "stopped"); //NOI18N
         }
-        long delayMillis = unit.convert(delay, TimeUnit.MILLISECONDS);
+        long delayMillis = TimeUnit.MILLISECONDS.convert(delay, unit);
         ScheduledRPFutureTask<T> result = new ScheduledRPFutureTask<T>(callable, delayMillis);
         Task t = create(result);
         result.setTask(t);
@@ -1053,8 +1058,8 @@ outer:  do {
             throw new RejectedExecutionException("Request Processor already " + //NOI18N
                     "stopped"); //NOI18N
         }
-        long initialDelayMillis = unit.convert(initialDelay, TimeUnit.MILLISECONDS);
-        long periodMillis = unit.convert(period, TimeUnit.MILLISECONDS);
+        long initialDelayMillis = TimeUnit.MILLISECONDS.convert(initialDelay, unit);
+        long periodMillis = TimeUnit.MILLISECONDS.convert(period, unit);
 
         TaskFutureWrapper wrap = fixedDelay ? 
             new FixedDelayTask(command, initialDelayMillis, periodMillis) :
@@ -1132,7 +1137,7 @@ outer:  do {
             if (cancelled.get()) {
                 throw new CancellationException();
             }
-            long millis = unit.convert(timeout, TimeUnit.MILLISECONDS);
+            long millis = TimeUnit.MILLISECONDS.convert(timeout, unit);
             t.waitFinished(millis);
             if (cancelled.get()) {
                 throw new CancellationException();
@@ -1200,7 +1205,6 @@ outer:  do {
     }
 
     private static final class FixedDelayTask extends TaskFutureWrapper {
-        private volatile boolean firstRun = true;
         private final AtomicLong nextRunTime = new AtomicLong();
         FixedDelayTask(Runnable run, long initialDelay, long period)  {
             super (run, initialDelay, period);
@@ -1228,16 +1232,9 @@ outer:  do {
         }
 
         private void reschedule() {
-            long delay;
-            if (firstRun) {
-                delay = initialDelay;
-            } else {
-                delay = period;
-            }
-            nextRunTime.set(System.currentTimeMillis() + delay);
-            firstRun = false;
+            nextRunTime.set(System.currentTimeMillis() + period);
             if (!fini()) {
-                t.schedule((int) delay);
+                t.schedule((int) period);
             }
         }
     }
@@ -1349,7 +1346,7 @@ outer:  do {
         
         @Override
         public long getDelay(TimeUnit unit) {
-            return TimeUnit.MILLISECONDS.convert(delayMillis, unit);
+            return unit.convert(delayMillis, TimeUnit.MILLISECONDS);
         }
 
         @Override
@@ -1413,8 +1410,17 @@ outer:  do {
         @Override
         public void run() {
             try {
+                synchronized (Task.class) {
+                    while (lastThread != null) {
+                        try {
+                            Task.class.wait();
+                        } catch (InterruptedException ex) {
+                            // OK wait again
+                        }
+                    }
+                    lastThread = Thread.currentThread();
+                }
                 notifyRunning();
-                lastThread = Thread.currentThread();
                 run.run();
             } finally {
                 Item scheduled = this.item;
@@ -1423,7 +1429,10 @@ outer:  do {
                 } else {
                     notifyFinished();
                 }
-                lastThread = null;
+                synchronized (Task.class) {
+                    lastThread = null;
+                    Task.class.notifyAll();
+                }
             }
         }
 
@@ -1945,7 +1954,9 @@ outer:  do {
                     // need the same sync as interruptTask
                     synchronized (current.processorLock) {
                         todo = current.askForWork(this, debug);
-                        if (todo == null) break;
+                        if (todo == null) {
+                            break;
+                        }
                     }
                     setPrio(todo.getPriority());
 
diff --git a/openide.util/src/org/openide/util/Utilities.java b/openide.util/src/org/openide/util/Utilities.java
index 50776ef..d2c2be0 100644
--- a/openide.util/src/org/openide/util/Utilities.java
+++ b/openide.util/src/org/openide/util/Utilities.java
@@ -1769,9 +1769,14 @@ widthcheck:  {
                             needed |= getMenuShortcutKeyMask();
 
                             if (isMac()) {
-                                if (!usableKeyOnMac(i, needed)) {
+                                if (!usableKeyOnMac(i, macAlt ? needed | KeyEvent.CTRL_MASK : needed)) {
                                     needed &= ~getMenuShortcutKeyMask();
-                                    needed |= KeyEvent.CTRL_MASK;
+                                    if (macAlt) {
+                                        // CTRL will be added by the "if (macAlt) .." branch bellow
+                                        needed |= KeyEvent.ALT_MASK;
+                                    } else {
+                                        needed |= KeyEvent.CTRL_MASK;
+                                    }
                                 }
                             }
                         }
@@ -1811,11 +1816,15 @@ widthcheck:  {
         //them, so CTRL should not be remapped for these
         if (isOnlyMeta) {
             return (key != KeyEvent.VK_H) && (key != KeyEvent.VK_SPACE) && (key != KeyEvent.VK_TAB);
-        } else if ((key == KeyEvent.VK_D) && isMeta && isAlt) {
+        }
+        if ((key == KeyEvent.VK_D) && isMeta && isAlt) {
+            return false;
+        }
+        if (key == KeyEvent.VK_SPACE && isMeta && ((mask & KeyEvent.CTRL_MASK) != 0)) {
+            // http://lists.apple.com/archives/java-dev/2010/Aug/msg00002.html
             return false;
-        } else {
-            return true;
         }
+        return true;
     }
 
     private static final int getMenuShortcutKeyMask() {
diff --git a/openide.util/src/org/openide/util/UtilitiesCompositeActionMap.java b/openide.util/src/org/openide/util/UtilitiesCompositeActionMap.java
index 21bb53d..aa1f213 100644
--- a/openide.util/src/org/openide/util/UtilitiesCompositeActionMap.java
+++ b/openide.util/src/org/openide/util/UtilitiesCompositeActionMap.java
@@ -118,13 +118,16 @@ final class UtilitiesCompositeActionMap extends ActionMap {
                 if (m != null) {
                     java.util.List<Object> l;
 
+                    Object[] keyList = null;
                     if (all) {
-                        l = java.util.Arrays.asList(m.allKeys());
+                        keyList = m.allKeys();
                     } else {
-                        l = java.util.Arrays.asList(m.keys());
+                        keyList = m.keys();
                     }
 
-                    keys.addAll(l);
+                    if (keyList != null) {
+                        keys.addAll(java.util.Arrays.asList(keyList));
+                    }
                 }
             }
 
diff --git a/openide.util/src/org/openide/util/WeakSet.java b/openide.util/src/org/openide/util/WeakSet.java
index 1b7e301..79db56f 100644
--- a/openide.util/src/org/openide/util/WeakSet.java
+++ b/openide.util/src/org/openide/util/WeakSet.java
@@ -27,7 +27,7 @@
  * Contributor(s):
  *
  * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  * Microsystems, Inc. All Rights Reserved.
  *
  * If you wish your version of this file to be governed by only the CDDL
@@ -41,542 +41,1258 @@
  * Version 2 license, then the option applies only if the new code is
  * made subject to such option by the copyright holder.
  */
+/*
+ *  @(#)WeakSet.java	0.2 07/02/26
+ */
 
 package org.openide.util;
 
 import java.io.IOException;
-import java.io.ObjectInputStream;
 import java.io.ObjectOutputStream;
 import java.io.Serializable;
 import java.lang.ref.ReferenceQueue;
 import java.lang.ref.WeakReference;
+import java.util.AbstractCollection;
+import java.util.AbstractMap;
 import java.util.AbstractSet;
 import java.util.ArrayList;
 import java.util.Collection;
 import java.util.ConcurrentModificationException;
 import java.util.Iterator;
-import java.util.logging.Level;
-import java.util.logging.Logger;
-
-/** Set which holds its members by using of WeakReferences.
-* MT level: unsafe.
- * <p><strong>Note:</strong> you can instead use
- * <pre>
- * Set<T> s = Collections.newSetFromMap(new WeakHashMap<T, Boolean>());
- * </pre>
-*
-* @author Ales Novak
-*/
-public class WeakSet<E> extends AbstractSet<E> implements Cloneable, Serializable {
-    static final long serialVersionUID = 3062376055928236721L;
-
+import java.util.List;
+import java.util.Map;
+import java.util.NoSuchElementException;
+import java.util.Set;
+
+/**
+ * This class provides storage functionality with Weak-referenced entries and
+ * new method <tt>putIfAbsent</tt>. Set implementation is backed by a hash table.
+ * It also provides method <tt>resize</tt> for changing capacity of internal hash table
+ * (can be used for reducing memory occupied by empty set which previously had big number of objects, but they were GCed)
+ * Access to set is not thread safe.
+ *
+ * @param <E> the type of elements maintained by this set
+ * @see #putIfAbsent(Object)
+ * @see #resize(int)
+ * @author Vladimir Voskresensky
+ */
+ at SuppressWarnings("unchecked")
+public class WeakSet <E> extends AbstractSet<E> implements Cloneable, Serializable {
+    private transient SharedKeyWeakHashMap<E, Boolean> m;  // The backing map
+    private transient Set<E> s;       // Its keySet
+    // Dummy value to associate with an Object in the backing Map
+    @SuppressWarnings("BooleanConstructorCall")
+    private static final Object PRESENT = new Boolean(true);
+    
     /** load factor */
-    private float loadFactor;
-
-    /** Number of items. */
-    private int size;
+    private final float loadFactor;
 
-    /** Modification count */
-    private long modcount;
-
-    /** Reference queue of collected weak refs */
-    private transient ReferenceQueue<E> refq;
-
-    /** Count of <tt>null</tt> in this set */
-    long nullCount;
-
-    /** An array of Entries */
-    private transient Entry<E>[] entries;
-    transient Entry<E> iterChain;
-
-    /** Constructs a new set. */
-    public WeakSet() {
-        this(11, 0.75f);
-    }
-
-    /** Constructs a new set containing the elements in the specified collection.
-    * @param c a collection to add
-    */
-    public WeakSet(Collection<? extends E> c) {
-        this();
-        addAll(c);
+    /**
+     * Constructs a new, empty <tt>WeakSet</tt> with the given initial
+     * capacity and the given load factor.
+     *
+     * @param  initialCapacity The initial capacity of the <tt>WeakSet</tt>
+     * @param  loadFactor      The load factor of the <tt>WeakSet</tt>
+     * @throws IllegalArgumentException if the initial capacity is negative,
+     *         or if the load factor is nonpositive.
+     */
+    public WeakSet(int initialCapacity, float loadFactor) {
+        m = new SharedKeyWeakHashMap<E, Boolean>(initialCapacity, loadFactor);
+        this.loadFactor = loadFactor;
+        s = m.keySet();
     }
 
-    /** Constructs a new, empty set;
-    * @param initialCapacity initial capacity
-    */
+    /**
+     * Constructs a new, empty <tt>WeakSet</tt> with the given initial
+     * capacity and the default load factor (0.75).
+     *
+     * @param  initialCapacity The initial capacity of the <tt>WeakSet</tt>
+     * @throws IllegalArgumentException if the initial capacity is negative
+     */
     public WeakSet(int initialCapacity) {
-        this(initialCapacity, 0.75f);
+        this(initialCapacity, SharedKeyWeakHashMap.DEFAULT_LOAD_FACTOR);
     }
 
-    /** Constructs a new, empty set;
-    *
-    * @param initialCapacity initial capacity
-    * @param loadFactor load factor
-    */
-    public WeakSet(int initialCapacity, float loadFactor) {
-        if ((initialCapacity <= 0) || (loadFactor <= 0)) {
-            throw new IllegalArgumentException();
-        }
-
-        size = 0;
-        modcount = 0;
-        this.loadFactor = loadFactor;
-        nullCount = 0;
-        refq = new ReferenceQueue<E>();
-        entries = Entry.createArray(initialCapacity);
-        iterChain = null;
+    /**
+     * Constructs a new, empty <tt>WeakSet</tt> with the default initial
+     * capacity (16) and load factor (0.75).
+     */
+    public WeakSet() {
+        this(SharedKeyWeakHashMap.DEFAULT_INITIAL_CAPACITY, SharedKeyWeakHashMap.DEFAULT_LOAD_FACTOR);
     }
-    
+
     /**
-     * logs iterator chain (for debugging)
-     * @param msg
+     * Constructs a new <tt>WeakSet</tt> with the same mappings as the
+     * specified map.  The <tt>WeakSet</tt> is created with the default
+     * load factor (0.75) and an initial capacity sufficient to hold the
+     * mappings in the specified map.
+     *
+     * @param   s the map whose mappings are to be placed in this map
+     * @throws  NullPointerException if the specified map is null
      */
-    void logIterChain(String msg) {
-        Logger log = Logger.getLogger(WeakSet.class.getName());
-        log.log(Level.FINE, msg);
-        if (iterChain == null) {
-            log.log(Level.FINE, "Empty");
-            return;
-        }
-        StringBuilder str = new StringBuilder();
-        Entry<E> it = iterChain;
-        str.append(size + ": ");
-        while (it != null) {
-            str.append(it.get() + "(" + it.hashcode + ")" + "->");
-            it = it.iterChainNext;
-        }
-        log.log(Level.FINE, str.toString());
+    public WeakSet(Collection<? extends E> s) {
+        this(Math.max((int) (s.size() / SharedKeyWeakHashMap.DEFAULT_LOAD_FACTOR) + 1, 16),
+                SharedKeyWeakHashMap.DEFAULT_LOAD_FACTOR);
+        addAll(s);
     }
-    
-    /** Adds the specified element to this set if it is not already present.
-    *
-    * @param o an Object to add
-    */
-    public boolean add(E o) {
-        if (o == null) {
-            size++;
-            nullCount++;
-            modcount++;
 
-            return true;
+    @Override
+    public void clear()               {        m.clear(); }
+    @Override
+    public int size()                 { return m.size(); }
+    @Override
+    public boolean isEmpty()          { return m.isEmpty(); }
+    @Override
+    @SuppressWarnings("element-type-mismatch")
+    public boolean contains(Object o) { return m.containsKey(o); }
+    @Override
+    @SuppressWarnings("element-type-mismatch")
+    public boolean remove(Object o)   { return m.remove(o) == PRESENT; }
+    
+    
+    /**
+     * compact set if it is empty by setting new capacity
+     * @param newCapacity new capacity
+     * @since 8.11
+     */
+    public void resize(int newCapacity){
+        if (isEmpty()) {
+            m.resize(newCapacity);
         }
+    }
 
-        Entry e = object2Entry(o);
+    /**
+     * @see #putIfAbsent
+     */
+    @Override
+    public boolean add(E e) {
+        boolean[] modified = { false };
+        m.putIfAbsent(e, modified);
+        return modified[0]; 
+    }
+    @Override
+    public Iterator<E> iterator()     { return s.iterator(); }
+    @Override
+    public Object[] toArray()         { return s.toArray(); }
+    @Override
+    public <T> T[] toArray(T[] a)     { return s.toArray(a); }
+    @Override
+    public String toString()          { return s.toString(); }
+    @Override
+    public int hashCode()             { return s.hashCode(); }
+    @Override
+    @SuppressWarnings("EqualsWhichDoesntCheckParameterClass")
+    public boolean equals(Object o)   { return o == this || s.equals(o); }
+    @Override
+    public boolean containsAll(Collection<?> c) {return s.containsAll(c);}
+    @Override
+    public boolean removeAll(Collection<?> c)   {return s.removeAll(c);}
+    @Override
+    public boolean retainAll(Collection<?> c)   {return s.retainAll(c);}
+    // addAll is the only inherited implementation
 
-        if (e != null) {
-            return false;
-        }
 
-        modcount++;
-        size++;
+    /**
+     * Put object in this set if equal one is not yet in set.
+     * Returns previous set entry if equal object is already in set.
+     * 
+     * <pre>
+     *  WeakSet<MyClass> set = new WeakSet<MyClass>();
+     *  ...
+     *  MyClass sharedValue = set.putIfAbsent(new MyClass("abc));
+     * </pre>
+     *
+     * @param e object to put in set.
+     * @return the previous set entry equals with <tt>e</tt>, or
+     *         passed object <tt>e</tt> if there were not entry in set.
+     * @since 8.11
+     */
+    public E putIfAbsent(E e) { return m.putIfAbsent(e, null); }
 
-        int hash = hashIt(o);
-        Entry<E> next = entries[hash];
-        iterChain = entries[hash] = new Entry<E>(this, o, refq, next, iterChain);
-        rehash();
+    private static final long serialVersionUID = 2454657854757543876L;
 
-        return true;
+    private void writeObject(ObjectOutputStream stream) throws IOException {
+        stream.defaultWriteObject();
+        stream.writeObject(toArray());
     }
 
-    /** Removes all of the elements from this set. */
-    public void clear() {
-        for (int i = 0; i < entries.length; i++) {
-            entries[i] = null;
+    private void readObject(java.io.ObjectInputStream stream)
+    throws IOException, ClassNotFoundException {
+        stream.defaultReadObject();
+        Object[] arr = (Object[]) stream.readObject();
+        m = new SharedKeyWeakHashMap<E, Boolean>(arr.length, loadFactor);
+        for (Object object : arr) {
+            m.putIfAbsent((E)object, null);
         }
-
-        nullCount = 0;
-        modcount++;
-        size = 0;
-        iterChain = null;
+        s = m.keySet();
     }
 
-    /** Returns a shallow copy of this WeakSet instance: the elements themselves are not cloned. */
-    public Object clone() {
-        WeakSet<E> nws = new WeakSet<E>(1, loadFactor);
-        nws.size = size;
-        nws.nullCount = nullCount;
-
-        Entry<E>[] cloned = Entry.createArray(entries.length);
-        nws.entries = cloned;
-
-        for (int i = 0; i < cloned.length; i++) {
-            Object ref;
+    @Override
+    public Object clone() {      
+        try {
+            WeakSet<E> nws = (WeakSet<E>) super.clone();
+            // sharing load factor is ok
+            // but we can not share maps, recreate them
+            nws.m = new SharedKeyWeakHashMap<E, Boolean>(size(), loadFactor);
+            nws.s = nws.m.keySet();
+            nws.addAll(this);
+            return nws;
+        } catch (CloneNotSupportedException e) {
+            throw new IllegalStateException("base class doesn't support clone", e); // NOI18N
+        }
+    }
 
-            if ((entries[i] == null) || ((ref = entries[i].get()) == null)) {
-                cloned[i] = null;
-            } else {
-                cloned[i] = ((entries[i] == null) ? null : entries[i].clone(nws.refq));
-                ref = null;
+    // delegate class with only one special method putOrGet
+    // remove entry value field for performance and memory consumption
+    // all other is copied from java.util.WeakHashMap
+    private static final class SharedKeyWeakHashMap<K,V>
+            extends AbstractMap<K,V>
+            implements Map<K,V> {
+
+        /**
+         * The default initial capacity -- MUST be a power of two.
+         */
+        private static final int DEFAULT_INITIAL_CAPACITY = 16;
+
+        /**
+         * The maximum capacity, used if a higher value is implicitly specified
+         * by either of the constructors with arguments.
+         * MUST be a power of two <= 1<<30.
+         */
+        private static final int MAXIMUM_CAPACITY = 1 << 30;
+
+        /**
+         * The load fast used when none specified in constructor.
+         */
+        private static final float DEFAULT_LOAD_FACTOR = 0.75f;
+
+        /**
+         * The table, resized as necessary. Length MUST Always be a power of two.
+         */
+        private Entry<K,V>[] table;
+
+        /**
+         * The number of key-value mappings contained in this weak hash map.
+         */
+        private int size;
+
+        /**
+         * The next size value at which to resize (capacity * load factor).
+         */
+        private int threshold;
+
+        /**
+         * The load factor for the hash table.
+         */
+        private final float loadFactor;
+
+        /**
+         * Reference queue for cleared WeakEntries
+         */
+        private final ReferenceQueue<K> queue = new ReferenceQueue<K>();
+
+        /**
+         * The number of times this SharedKeyWeakHashMap has been structurally modified.
+         * Structural modifications are those that change the number of
+         * mappings in the map or otherwise modify its internal structure
+         * (e.g., rehash).  This field is used to make iterators on
+         * Collection-views of the map fail-fast.
+         *
+         * @see ConcurrentModificationException
+         */
+        private volatile int modCount;
+
+        /**
+         * Constructs a new, empty <tt>SharedKeyWeakHashMap</tt> with the given initial
+         * capacity and the given load factor.
+         *
+         * @param  initialCapacity The initial capacity of the <tt>SharedKeyWeakHashMap</tt>
+         * @param  loadFactor      The load factor of the <tt>SharedKeyWeakHashMap</tt>
+         * @throws IllegalArgumentException if the initial capacity is negative,
+         *         or if the load factor is nonpositive.
+         */
+        public SharedKeyWeakHashMap(int initialCapacity, float loadFactor) {
+            if (initialCapacity < 0) {
+                throw new IllegalArgumentException("Illegal Initial Capacity: "+ // NOI18N
+                        initialCapacity);
+            }
+            if (initialCapacity > MAXIMUM_CAPACITY) {
+                initialCapacity = MAXIMUM_CAPACITY;
             }
 
-            // chains into nws iterator chain
-            Entry<E> entry = cloned[i];
-
-            while (entry != null) {
-                entry.chainIntoIter(nws.iterChain);
-                nws.iterChain = entry;
-                entry = entry.next;
+            if (loadFactor <= 0 || Float.isNaN(loadFactor)) {
+                throw new IllegalArgumentException("Illegal Load factor: "+ // NOI18N
+                        loadFactor);
+            }
+            int capacity = 1;
+            while (capacity < initialCapacity) {
+                capacity <<= 1;
             }
+            table = (Entry<K,V>[])new Entry[capacity];
+            this.loadFactor = loadFactor;
+            threshold = (int)(capacity * loadFactor);
         }
 
-        return nws;
-    }
-
-    /** Returns true if this set contains the specified element.
-    *
-    * @param o an Object to examine
-    */
-    public boolean contains(Object o) {
-        if (o == null) {
-            return nullCount > 0;
+        /**
+         * Constructs a new, empty <tt>SharedKeyWeakHashMap</tt> with the given initial
+         * capacity and the default load factor (0.75).
+         *
+         * @param  initialCapacity The initial capacity of the <tt>SharedKeyWeakHashMap</tt>
+         * @throws IllegalArgumentException if the initial capacity is negative
+         */
+        public SharedKeyWeakHashMap(int initialCapacity) {
+            this(initialCapacity, DEFAULT_LOAD_FACTOR);
         }
 
-        return object2Entry(o) != null;
-    }
+        /**
+         * Constructs a new, empty <tt>SharedKeyWeakHashMap</tt> with the default initial
+         * capacity (16) and load factor (0.75).
+         */
+        public SharedKeyWeakHashMap() {
+            this.loadFactor = DEFAULT_LOAD_FACTOR;
+            threshold = DEFAULT_INITIAL_CAPACITY;
+            table = new Entry[DEFAULT_INITIAL_CAPACITY];
+        }
 
-    /** Returns true if this set contains no elements.
-    */
-    public boolean isEmpty() {
-        return ((nullCount == 0) && (size() == 0));
-    }
+        /**
+         * Constructs a new <tt>SharedKeyWeakHashMap</tt> with the same mappings as the
+         * specified map.  The <tt>SharedKeyWeakHashMap</tt> is created with the default
+         * load factor (0.75) and an initial capacity sufficient to hold the
+         * mappings in the specified map.
+         *
+         * @param   m the map whose mappings are to be placed in this map
+         * @throws  NullPointerException if the specified map is null
+         * @since	1.3
+         */
+        public SharedKeyWeakHashMap(Map<? extends K, ? extends V> m) {
+            this(Math.max((int) (m.size() / DEFAULT_LOAD_FACTOR) + 1, 16),
+                    DEFAULT_LOAD_FACTOR);
+            putAll(m);
+        }
 
-    /** Returns an iterator over the elements in this set. */
-    public Iterator<E> iterator() {
-        return new WeakSetIterator();
-    }
+        // internal utilities
 
-    /** Removes the given element from this set if it is present.
-    *
-    * @param o an Object to remove
-    * @return <tt>true</tt> if and only if the Object was successfuly removed.
-    */
-    public boolean remove(Object o) {
-        if (o == null) {
-            if (nullCount > 0) {
-                nullCount--;
-                modcount++;
-                size--;
-            }
+        /**
+         * Value representing null keys inside tables.
+         */
+        private static final Object NULL_KEY = new Object();
 
-            return true;
+        /**
+         * Use NULL_KEY for key if it is null.
+         */
+        private static Object maskNull(Object key) {
+            return (key == null ? NULL_KEY : key);
         }
 
-        Entry e = object2Entry(o);
+        /**
+         * Returns internal representation of null key back to caller as null.
+         */
+        private static <K> K unmaskNull(Object key) {
+            return (K) (key == NULL_KEY ? null : key);
+        }
 
-        if (e != null) {
-            modcount++;
-            size--;
-            e.remove();
-            rehash();
+        /**
+         * Checks for equality of non-null reference x and possibly-null y.  By
+         * default uses Object.equals.
+         */
+        static boolean eq(Object x, Object y) {
+            return x == y || x.equals(y);
+        }
 
-            return true;
+        /**
+         * Returns index for hash code h.
+         */
+        static int indexFor(int h, int length) {
+            return h & (length-1);
         }
 
-        return false;
-    }
+        /**
+         * Expunges stale entries from the table.
+         */
+        private void expungeStaleEntries() {
+            Entry<K,V> e;
+            while ( (e = (Entry<K,V>) queue.poll()) != null) {
+                int h = e.hash;
+                int i = indexFor(h, table.length);
+
+                Entry<K,V> prev = table[i];
+                Entry<K,V> p = prev;
+                while (p != null) {
+                    Entry<K,V> next = p.next;
+                    if (p == e) {
+                        if (prev == e) {
+                            table[i] = next;
+                        }
+                        else {
+                            prev.next = next;
+                        }
+                        e.next = null;  // Help GC
+                        //e.value = null; //  "   "
+                        size--;
+                        break;
+                    }
+                    prev = p;
+                    p = next;
+                }
+            }
+        }
 
-    /** @return the number of elements in this set (its cardinality). */
-    public int size() {
-        checkRefQueue();
+        /**
+         * Returns the table after first expunging stale entries.
+         */
+        @SuppressWarnings("ReturnOfCollectionOrArrayField")
+        private Entry<K,V>[] getTable() {
+            expungeStaleEntries();
+            return table;
+        }
 
-        return size;
-    }
+        /**
+         * Returns the number of key-value mappings in this map.
+         * This result is a snapshot, and may not reflect unprocessed
+         * entries that will be removed before next attempted access
+         * because they are no longer referenced.
+         */
+        @Override
+        public int size() {
+            if (size == 0) {
+                return 0;
+            }
+            expungeStaleEntries();
+            return size;
+        }
 
-    public <T> T[] toArray(T[] array) {
-        ArrayList<E> list = new ArrayList<E>(array.length);
-        Iterator<E> it = iterator();
+        /**
+         * Returns <tt>true</tt> if this map contains no key-value mappings.
+         * This result is a snapshot, and may not reflect unprocessed
+         * entries that will be removed before next attempted access
+         * because they are no longer referenced.
+         */
+        @Override
+        public boolean isEmpty() {
+            return size() == 0;
+        }
 
-        while (it.hasNext()) {
-            list.add(it.next());
+        /**
+         * Returns the value to which the specified key is mapped,
+         * or {@code null} if this map contains no mapping for the key.
+         *
+         * <p>More formally, if this map contains a mapping from a key
+         * {@code k} to a value {@code v} such that {@code (key==null ? k==null :
+         * key.equals(k))}, then this method returns {@code v}; otherwise
+         * it returns {@code null}.  (There can be at most one such mapping.)
+         *
+         * <p>A return value of {@code null} does not <i>necessarily</i>
+         * indicate that the map contains no mapping for the key; it's also
+         * possible that the map explicitly maps the key to {@code null}.
+         * The {@link #containsKey containsKey} operation may be used to
+         * distinguish these two cases.
+         *
+         * @see #put(Object, Object)
+         */
+        @Override
+        public V get(Object key) {
+            throw new UnsupportedOperationException();
         }
 
-        return list.toArray(array);
-    }
+        /**
+         * Returns <tt>true</tt> if this map contains a mapping for the
+         * specified key.
+         *
+         * @param  key   The key whose presence in this map is to be tested
+         * @return <tt>true</tt> if there is a mapping for <tt>key</tt>;
+         *         <tt>false</tt> otherwise
+         */
+        @Override
+        public boolean containsKey(Object key) {
+            return getEntry(key) != null;
+        }
 
-    public Object[] toArray() {
-        ArrayList<E> list = new ArrayList<E>();
-        Iterator<E> it = iterator();
+        /**
+         * Returns the entry associated with the specified key in this map.
+         * Returns null if the map contains no mapping for this key.
+         */
+        Entry<K,V> getEntry(Object key) {
+            Object k = maskNull(key);
+            int h = hash(k.hashCode());
+            Entry<K,V>[] tab = getTable();
+            int index = indexFor(h, tab.length);
+            Entry<K,V> e = tab[index];
+            while (e != null && !(e.hash == h && eq(k, e.get()))) {
+                e = e.next;
+            }
+            return e;
+        }
 
-        while (it.hasNext()) {
-            list.add(it.next());
+        /**
+         * Associates the specified value with the specified key in this map.
+         * If the map previously contained a mapping for this key, the old
+         * value is replaced.
+         *
+         * @param key key with which the specified value is to be associated.
+         * @param value value to be associated with the specified key.
+         * @return the previous value associated with <tt>key</tt>, or
+         *         <tt>null</tt> if there was no mapping for <tt>key</tt>.
+         *         (A <tt>null</tt> return can also indicate that the map
+         *         previously associated <tt>null</tt> with <tt>key</tt>.)
+         */
+        @Override
+        public V put(K key, V value) {
+            throw new UnsupportedOperationException("use putIfAbsent instead"); // NOI18N
         }
 
-        return list.toArray();
-    }
+        /**
+         * Rehashes the contents of this map into a new array with a
+         * larger capacity.  This method is called automatically when the
+         * number of keys in this map reaches its threshold.
+         *
+         * If current capacity is MAXIMUM_CAPACITY, this method does not
+         * resize the map, but sets threshold to Integer.MAX_VALUE.
+         * This has the effect of preventing future calls.
+         *
+         * @param newCapacity the new capacity, MUST be a power of two;
+         *        must be greater than current capacity unless current
+         *        capacity is MAXIMUM_CAPACITY (in which case value
+         *        is irrelevant).
+         */
+        void resize(int newCapacity) {
+            Entry<K,V>[] oldTable = getTable();
+            int oldCapacity = oldTable.length;
+            if (oldCapacity == MAXIMUM_CAPACITY) {
+                threshold = Integer.MAX_VALUE;
+                return;
+            }
 
-    // #14772
-    public String toString() {
-        StringBuffer buf = new StringBuffer();
-        Iterator e = iterator();
-        buf.append("[");
+            Entry<K,V>[] newTable = new Entry[newCapacity];
+            transfer(oldTable, newTable);
+            table = newTable;
 
-        while (e.hasNext()) {
-            buf.append(String.valueOf(e.next()));
+        /*
+         * If ignoring null elements and processing ref queue caused massive
+         * shrinkage, then restore old table.  This should be rare, but avoids
+         * unbounded expansion of garbage-filled tables.
+         */
+            if (size >= threshold / 2) {
+                threshold = (int)(newCapacity * loadFactor);
+            } else {
+                expungeStaleEntries();
+                transfer(newTable, oldTable);
+                table = oldTable;
+            }
+        }
 
-            if (e.hasNext()) {
-                buf.append(", ");
+        /** Transfers all entries from src to dest tables */
+        private void transfer(Entry[] src, Entry[] dest) {
+            for (int j = 0; j < src.length; ++j) {
+                Entry<K,V> e = src[j];
+                src[j] = null;
+                while (e != null) {
+                    Entry<K,V> next = e.next;
+                    Object key = e.get();
+                    if (key == null) {
+                        e.next = null;  // Help GC
+                        size--;
+                    } else {
+                        int i = indexFor(e.hash, dest.length);
+                        e.next = dest[i];
+                        dest[i] = e;
+                    }
+                    e = next;
+                }
             }
         }
 
-        buf.append("]");
+        /**
+         * Copies all of the mappings from the specified map to this map.
+         * These mappings will replace any mappings that this map had for any
+         * of the keys currently in the specified map.
+         *
+         * @param m mappings to be stored in this map.
+         * @throws  NullPointerException if the specified map is null.
+         */
+        @Override
+        public void putAll(Map<? extends K, ? extends V> m) {
+            int numKeysToBeAdded = m.size();
+            if (numKeysToBeAdded == 0) {
+                return;
+            }
 
-        return buf.toString();
-    }
+        /*
+         * Expand the map if the map if the number of mappings to be added
+         * is greater than or equal to threshold.  This is conservative; the
+         * obvious condition is (m.size() + size) >= threshold, but this
+         * condition could result in a map with twice the appropriate capacity,
+         * if the keys to be added overlap with the keys already in this map.
+         * By using the conservative calculation, we subject ourself
+         * to at most one extra resize.
+         */
+            if (numKeysToBeAdded > threshold) {
+                int targetCapacity = (int)(numKeysToBeAdded / loadFactor + 1);
+                if (targetCapacity > MAXIMUM_CAPACITY) {
+                    targetCapacity = MAXIMUM_CAPACITY;
+                }
+                int newCapacity = table.length;
+                while (newCapacity < targetCapacity) {
+                    newCapacity <<= 1;
+                }
+                if (newCapacity > table.length) {
+                    resize(newCapacity);
+                }
+            }
 
-    /** Checks if the queue is empty if not pending weak refs are removed. */
-    void checkRefQueue() {
-        for (;;) {
-            Entry entry = Entry.class.cast(refq.poll());
+            for (Map.Entry<? extends K, ? extends V> e : m.entrySet()) {
+                putIfAbsent(e.getKey(), null);
+            }
+        }
 
-            if (entry == null) {
-                break;
+        /**
+         * Removes the mapping for a key from this weak hash map if it is present.
+         * More formally, if this map contains a mapping from key <tt>k</tt> to
+         * value <tt>v</tt> such that <code>(key==null ?  k==null :
+         * key.equals(k))</code>, that mapping is removed.  (The map can contain
+         * at most one such mapping.)
+         *
+         * <p>Returns the value to which this map previously associated the key,
+         * or <tt>null</tt> if the map contained no mapping for the key.  A
+         * return value of <tt>null</tt> does not <i>necessarily</i> indicate
+         * that the map contained no mapping for the key; it's also possible
+         * that the map explicitly mapped the key to <tt>null</tt>.
+         *
+         * <p>The map will not contain a mapping for the specified key once the
+         * call returns.
+         *
+         * @param key key whose mapping is to be removed from the map
+         * @return the previous value associated with <tt>key</tt>, or
+         *         <tt>null</tt> if there was no mapping for <tt>key</tt>
+         */
+        @Override
+        public V remove(Object key) {
+            Object k = maskNull(key);
+            int h = hash(k.hashCode());
+            Entry<K,V>[] tab = getTable();
+            int i = indexFor(h, tab.length);
+            Entry<K,V> prev = tab[i];
+            Entry<K,V> e = prev;
+
+            while (e != null) {
+                Entry<K,V> next = e.next;
+                if (h == e.hash && eq(k, e.get())) {
+                    modCount++;
+                    size--;
+                    if (prev == e) {
+                        tab[i] = next;
+                    } else {
+                        prev.next = next;
+                    }
+                    return (V)PRESENT;
+                }
+                prev = e;
+                e = next;
             }
 
-            entry.remove();
-            size--;
+            return null;
         }
-    }
 
-    /** @return modcount */
-    long modCount() {
-        return modcount;
-    }
 
-    /** @return an index to entries array */
-    int hashIt(Object o) {
-        return (o.hashCode() & 0x7fffffff) % entries.length;
-    }
 
-    /** rehashes this Set */
-    void rehash() {
-        /*
-        float currentLF = ((float) size) / ((float) entries.length);
-        if (currentLF < loadFactor) {
-          return;
+        /** Special version of remove needed by Entry set */
+        Entry<K,V> removeMapping(Object o) {
+            if (!(o instanceof Map.Entry)) {
+                return null;
+            }
+            Entry<K,V>[] tab = getTable();
+            Map.Entry<K,V> entry = (Map.Entry)o;
+            Object k = maskNull(entry.getKey());
+            int h = hash(k.hashCode());
+            int i = indexFor(h, tab.length);
+            Entry<K,V> prev = tab[i];
+            Entry<K,V> e = prev;
+
+            while (e != null) {
+                Entry<K,V> next = e.next;
+                if (h == e.hash && e.equals(entry)) {
+                    modCount++;
+                    size--;
+                    if (prev == e) {
+                        tab[i] = next;
+                    } else {
+                        prev.next = next;
+                    }
+                    return e;
+                }
+                prev = e;
+                e = next;
+            }
+
+            return null;
         }
-        */
-    }
 
-    /** @return an Entry with given object */
-    private Entry object2Entry(Object o) {
-        checkRefQueue(); // clear ref q
+        /**
+         * Removes all of the mappings from this map.
+         * The map will be empty after this call returns.
+         */
+        @Override
+        public void clear() {
+            // clear out ref queue. We don't need to expunge entries
+            // since table is getting cleared.
+            while (queue.poll() != null) {}
+
+            modCount++;
+            Entry[] tab = table;
+            for (int i = 0; i < tab.length; ++i) {
+                tab[i] = null;
+            }
+            size = 0;
 
-        int hash = hashIt(o);
-        Entry e = entries[hash];
+            // Allocation of array may have caused GC, which may have caused
+            // additional entries to go stale.  Removing these entries from the
+            // reference queue will make them eligible for reclamation.
+            while (queue.poll() != null) {}
+        }
 
-        if (e == null) {
-            return null;
+        /**
+         * Returns <tt>true</tt> if this map maps one or more keys to the
+         * specified value.
+         *
+         * @param value value whose presence in this map is to be tested
+         * @return <tt>true</tt> if this map maps one or more keys to the
+         *         specified value
+         */
+        @Override
+        public boolean containsValue(Object value) {
+            if (value==null) {
+                return containsNullValue();
+            }
+            return false;
         }
 
-        while ((e != null) && !e.equals(o)) {
-            e = e.next;
+        /**
+         * Special-case code for containsValue with null argument
+         */
+        private boolean containsNullValue() {
+            Entry<K,V>[] tab = getTable();
+            for (int i = tab.length ; i-- > 0 ;) {
+                for (Entry<K,V> e = tab[i] ; e != null ; e = e.next) {
+                    return true;
+                }
+            }
+            return false;
         }
 
-        return e;
-    }
+        /**
+         * The entries in this hash table extend WeakReference, using its main ref
+         * field as the key.
+         */
+        private static final class Entry<K,V> extends WeakReference<K> implements Map.Entry<K,V> {
+            private final int hash;
+            private Entry<K,V> next;
+
+            /**
+             * Creates new entry.
+             */
+            Entry(K key,
+                    ReferenceQueue<K> queue,
+                    int hash, Entry<K,V> next) {
+                super(key, queue);
+                this.hash  = hash;
+                this.next  = next;
+            }
 
-    private void writeObject(ObjectOutputStream obtos)
-    throws IOException {
-        obtos.defaultWriteObject();
-        obtos.writeObject(toArray());
-    }
+            @Override
+            public K getKey() {
+                return SharedKeyWeakHashMap.<K>unmaskNull(get());
+            }
 
-    @SuppressWarnings("unchecked")
-    private void readObject(ObjectInputStream obtis) throws IOException, ClassNotFoundException {
-        obtis.defaultReadObject();
+            @Override
+            public V getValue() {
+                return null;
+            }
 
-        Object[] arr = (Object[]) obtis.readObject();
-        entries = new Entry[(int) (size * 1.5)];
-        refq = new ReferenceQueue<E>();
+            @Override
+            public V setValue(V newValue) {
+                return null;
+            }
 
-        for (int i = 0; i < arr.length; i++) {
-            add((E)arr[i]);
-        }
-    }
+            @Override
+            public boolean equals(Object o) {
+                if (!(o instanceof Map.Entry)) {
+                    return false;
+                }
+                Map.Entry<K,V> e = (Map.Entry)o;
+                Object k1 = getKey();
+                Object k2 = e.getKey();
+                if (k1 == k2 || (k1 != null && k1.equals(k2))) {
+                    return true;
+                }
+                return false;
+            }
 
-    class WeakSetIterator implements Iterator<E> {
-        Entry<E> current;
-        Entry<E> next;
-        E currentObj;
-        E nextObj;
-        final long myModcount;
-        long myNullCount;
+            @Override
+            public int hashCode() {
+                Object k = getKey();
+                return  (k==null ? 0 : k.hashCode());
+            }
+
+            @Override
+            public String toString() {
+                return "" + getKey(); // NOI18N
+            }
+        }
 
-        WeakSetIterator() {
-            myModcount = modCount();
-            myNullCount = nullCount;
-            current = null;
-            next = null;
+        /**
+         * Have to copy AbstractMap.SimpleEntry to eliminate unused fields (i.e. value)
+         */
+        private static final class SimpleEntry<K,V>
+                implements Map.Entry<K,V>, java.io.Serializable {
+            private static final long serialVersionUID = -8499721149061103585L;
+
+            private final K key;
+
+            /**
+             * Creates an entry representing a mapping from the specified
+             * key to the specified value.
+             *
+             * @param key the key represented by this entry
+             * @param value the value represented by this entry
+             */
+            public SimpleEntry(K key) {
+                this.key   = key;
+            }
 
-            Entry<E> ee = iterChain;
+            /**
+             * Creates an entry representing the same mapping as the
+             * specified entry.
+             *
+             * @param entry the entry to copy
+             */
+            public SimpleEntry(Map.Entry<? extends K, ? extends V> entry) {
+                this.key   = entry.getKey();
+            }
 
-            if (ee == null) {
-                return;
+            /**
+             * Returns the key corresponding to this entry.
+             *
+             * @return the key corresponding to this entry
+             */
+            @Override
+            public K getKey() {
+                return key;
             }
 
-            E o = ee.get();
+            /**
+             * Returns the value corresponding to this entry.
+             *
+             * @return the value corresponding to this entry
+             */
+            @Override
+            public V getValue() {
+                return null;
+            }
 
-            while (ee.isEnqueued()) {
-                ee = ee.iterChainNext;
+            /**
+             * Replaces the value corresponding to this entry with the specified
+             * value.
+             *
+             * @param value new value to be stored in this entry
+             * @return the old value corresponding to the entry
+             */
+            @Override
+            public V setValue(V value) {
+                return null;
+            }
 
-                if (ee == null) {
-                    return;
+            /**
+             * Compares the specified object with this entry for equality.
+             * Returns {@code true} if the given object is also a map entry and
+             * the two entries represent the same mapping.	More formally, two
+             * entries {@code e1} and {@code e2} represent the same mapping
+             * if<pre>
+             *   (e1.getKey()==null ?
+             *    e2.getKey()==null :
+             *    e1.getKey().equals(e2.getKey()))</pre>
+             * This ensures that the {@code equals} method works properly across
+             * different implementations of the {@code Map.Entry} interface.
+             *
+             * @param o object to be compared for equality with this map entry
+             * @return {@code true} if the specified object is equal to this map
+             *	   entry
+             * @see    #hashCode
+             */
+            @Override
+            public boolean equals(Object o) {
+                if (!(o instanceof Map.Entry)) {
+                    return false;
                 }
-
-                o = ee.get();
+                Map.Entry<K,V> e = (Map.Entry)o;
+                return eq(key, e.getKey());
             }
 
-            nextObj = o;
-            next = ee;
-        }
+            /**
+             * Returns the hash code value for this map entry.  The hash code
+             * of a map entry {@code e} is defined to be: <pre>
+             *   (e.getKey()==null   ? 0 : e.getKey().hashCode())</pre>
+             * This ensures that {@code e1.equals(e2)} implies that
+             * {@code e1.hashCode()==e2.hashCode()} for any two Entries
+             * {@code e1} and {@code e2}, as required by the general
+             * contract of {@link Object#hashCode}.
+             *
+             * @return the hash code value for this map entry
+             * @see    #equals
+             */
+            @Override
+            public int hashCode() {
+                return (key   == null ? 0 :   key.hashCode());
+            }
 
-        public boolean hasNext() {
-            checkModcount();
+            /**
+             * Returns a String representation of this map entry.  This
+             * implementation returns the string representation of this
+             * entry's key followed by the equals character ("<tt>=</tt>")
+             * followed by the string representation of this entry's value.
+             *
+             * @return a String representation of this map entry
+             */
+            @Override
+            public String toString() {
+                return "" + key; // NOI18N
+            }
 
-            return ((myNullCount > 0) || (next != null));
         }
 
-        public E next() {
-            checkModcount();
-            checkRefQueue();
+        private abstract class HashIterator<T> implements Iterator<T> {
+            private int index;
+            private Entry<K,V> entry = null;
+            private Entry<K,V> lastReturned = null;
+            private int expectedModCount = modCount;
+
+            /**
+             * Strong reference needed to avoid disappearance of key
+             * between hasNext and next
+             */
+            private Object nextKey = null;
+
+            /**
+             * Strong reference needed to avoid disappearance of key
+             * between nextEntry() and any use of the entry
+             */
+            private Object currentKey = null;
+
+            HashIterator() {
+                index = (size() != 0 ? table.length : 0);
+            }
 
-            if (myNullCount > 0) {
-                myNullCount--;
+            @Override
+            public boolean hasNext() {
+                Entry[] t = table;
 
-                return null;
-            } else {
-                if (next == null) {
-                    throw new java.util.NoSuchElementException();
+                while (nextKey == null) {
+                    Entry<K,V> e = entry;
+                    int i = index;
+                    while (e == null && i > 0) {
+                        e = t[--i];
+                    }
+                    entry = e;
+                    index = i;
+                    if (e == null) {
+                        currentKey = null;
+                        return false;
+                    }
+                    nextKey = e.get(); // hold on to key in strong ref
+                    if (nextKey == null) {
+                        entry = entry.next;
+                    }
                 }
+                return true;
+            }
 
-                current = next;
-                currentObj = nextObj;
+            /** The common parts of next() across different types of iterators */
+            protected Entry<K,V> nextEntry() {
+                if (modCount != expectedModCount) {
+                    throw new ConcurrentModificationException();
+                }
+                if (nextKey == null && !hasNext()) {
+                    throw new NoSuchElementException();
+                }
 
-                // move to next requested
-                do {
-                    next = next.iterChainNext;
+                lastReturned = entry;
+                entry = entry.next;
+                currentKey = nextKey;
+                nextKey = null;
+                return lastReturned;
+            }
 
-                    if (next == null) {
-                        break;
-                    }
+            @Override
+            @SuppressWarnings("element-type-mismatch")
+            public void remove() {
+                if (lastReturned == null) {
+                    throw new IllegalStateException();
+                }
+                if (modCount != expectedModCount) {
+                    throw new ConcurrentModificationException();
+                }
+
+                SharedKeyWeakHashMap.this.remove(currentKey);
+                expectedModCount = modCount;
+                lastReturned = null;
+                currentKey = null;
+            }
 
-                    nextObj = next.get();
-                } while (next.isEnqueued());
+        }
 
-                return currentObj;
+        private final class ValueIterator extends HashIterator<V> {
+            @Override
+            public V next() {
+                nextEntry();
+                return null;
             }
         }
 
-        public void remove() {
-            checkModcount();
+        private final class KeyIterator extends HashIterator<K> {
+            @Override
+            public K next() {
+                return nextEntry().getKey();
+            }
+        }
 
-            if (current == null) {
-                throw new IllegalStateException();
+        private final class EntryIterator extends HashIterator<Map.Entry<K,V>> {
+            @Override
+            public Map.Entry<K,V> next() {
+                return nextEntry();
             }
+        }
 
-            current.remove();
-            size--;
+        // Views
+
+        private transient Set<Map.Entry<K,V>> entrySet = null;
+
+        /**
+         * Returns a {@link Set} view of the keys contained in this map.
+         * The set is backed by the map, so changes to the map are
+         * reflected in the set, and vice-versa.  If the map is modified
+         * while an iteration over the set is in progress (except through
+         * the iterator's own <tt>remove</tt> operation), the results of
+         * the iteration are undefined.  The set supports element removal,
+         * which removes the corresponding mapping from the map, via the
+         * <tt>Iterator.remove</tt>, <tt>Set.remove</tt>,
+         * <tt>removeAll</tt>, <tt>retainAll</tt>, and <tt>clear</tt>
+         * operations.  It does not support the <tt>add</tt> or <tt>addAll</tt>
+         * operations.
+         */
+        @Override
+        public Set<K> keySet() {
+            Set<K> ks = keySet;
+            return (ks != null ? ks : (keySet = new KeySet()));
         }
 
-        void checkModcount() {
-            if (myModcount != modCount()) {
-                throw new ConcurrentModificationException();
+        private final class KeySet extends AbstractSet<K> {
+            @Override
+            public Iterator<K> iterator() {
+                return new KeyIterator();
             }
-        }
-    }
 
-    /** Entries of this set */
-    static class Entry<E> extends WeakReference<E> {
-        /** reference to outer WeakSet */
-        private WeakSet<E> set;
+            @Override
+            public int size() {
+                return SharedKeyWeakHashMap.this.size();
+            }
 
-        // double linked list
-        Entry<E> prev;
-        Entry<E> next;
-        private final int hashcode;
-        Entry<E> iterChainNext;
-        Entry<E> iterChainPrev;
+            @Override
+            @SuppressWarnings("element-type-mismatch")
+            public boolean contains(Object o) {
+                return containsKey(o);
+            }
+
+            @Override
+            @SuppressWarnings("element-type-mismatch")
+            public boolean remove(Object o) {
+                if (containsKey(o)) {
+                    SharedKeyWeakHashMap.this.remove(o);
+                    return true;
+                } else {
+                    return false;
+                }
+            }
+
+            @Override
+            public void clear() {
+                SharedKeyWeakHashMap.this.clear();
+            }
+        }
 
-        Entry(WeakSet<E> set, E referenced, ReferenceQueue<E> q, Entry<E> next, Entry<E> nextInIter) {
-            super(referenced, q);
-            this.set = set;
+        /**
+         * Returns a {@link Collection} view of the values contained in this map.
+         * The collection is backed by the map, so changes to the map are
+         * reflected in the collection, and vice-versa.  If the map is
+         * modified while an iteration over the collection is in progress
+         * (except through the iterator's own <tt>remove</tt> operation),
+         * the results of the iteration are undefined.  The collection
+         * supports element removal, which removes the corresponding
+         * mapping from the map, via the <tt>Iterator.remove</tt>,
+         * <tt>Collection.remove</tt>, <tt>removeAll</tt>,
+         * <tt>retainAll</tt> and <tt>clear</tt> operations.  It does not
+         * support the <tt>add</tt> or <tt>addAll</tt> operations.
+         */
+        @Override
+        public Collection<V> values() {
+            Collection<V> vs = values;
+            return (vs != null ?  vs : (values = new Values()));
+        }
 
-            this.next = next;
-            this.prev = null;
+        private final class Values extends AbstractCollection<V> {
+            @Override
+            public Iterator<V> iterator() {
+                return new ValueIterator();
+            }
 
-            if (next != null) {
-                next.prev = this;
+            @Override
+            public int size() {
+                return SharedKeyWeakHashMap.this.size();
             }
 
-            if (referenced != null) {
-                hashcode = set.hashIt(referenced);
-            } else {
-                hashcode = 0;
+            @Override
+            @SuppressWarnings("element-type-mismatch")
+            public boolean contains(Object o) {
+                return containsValue(o);
             }
 
-            chainIntoIter(nextInIter);
+            @Override
+            public void clear() {
+                SharedKeyWeakHashMap.this.clear();
+            }
         }
 
-        @SuppressWarnings("unchecked")
-        static final <E> Entry<E>[] createArray(int size) {
-            return new Entry[size];
+        /**
+         * Returns a {@link Set} view of the mappings contained in this map.
+         * The set is backed by the map, so changes to the map are
+         * reflected in the set, and vice-versa.  If the map is modified
+         * while an iteration over the set is in progress (except through
+         * the iterator's own <tt>remove</tt> operation, or through the
+         * <tt>setValue</tt> operation on a map entry returned by the
+         * iterator) the results of the iteration are undefined.  The set
+         * supports element removal, which removes the corresponding
+         * mapping from the map, via the <tt>Iterator.remove</tt>,
+         * <tt>Set.remove</tt>, <tt>removeAll</tt>, <tt>retainAll</tt> and
+         * <tt>clear</tt> operations.  It does not support the
+         * <tt>add</tt> or <tt>addAll</tt> operations.
+         */
+        @Override
+        public Set<Map.Entry<K,V>> entrySet() {
+            Set<Map.Entry<K,V>> es = entrySet;
+            return es != null ? es : (entrySet = new EntrySet());
         }
 
-        void chainIntoIter(Entry<E> nextInIter) {
-            iterChainNext = nextInIter;
+        private final class EntrySet extends AbstractSet<Map.Entry<K,V>> {
+            @Override
+            public Iterator<Map.Entry<K,V>> iterator() {
+                return new EntryIterator();
+            }
 
-            if (nextInIter != null) {
-                nextInIter.iterChainPrev = this;
+            @Override
+            public boolean contains(Object o) {
+                if (!(o instanceof Map.Entry)) {
+                    return false;
+                }
+                Map.Entry<K,V> e = (Map.Entry)o;
+                Entry<K,V> candidate = getEntry(e.getKey());
+                return candidate != null && candidate.equals(e);
             }
-        }
 
-        /** deques itself */
-        void remove() {
-            if (prev != null) {
-                prev.next = next;
+            @Override
+            public boolean remove(Object o) {
+                return removeMapping(o) != null;
             }
 
-            if (next != null) {
-                next.prev = prev;
+            @Override
+            public int size() {
+                return SharedKeyWeakHashMap.this.size();
             }
 
-            if (iterChainNext != null) {
-                iterChainNext.iterChainPrev = iterChainPrev;
+            @Override
+            public void clear() {
+                SharedKeyWeakHashMap.this.clear();
             }
 
-            if (iterChainPrev != null) {
-                iterChainPrev.iterChainNext = iterChainNext;
-            } else { // root
-                set.iterChain = iterChainNext;
+            private List<Map.Entry<K,V>> deepCopy() {
+                List<Map.Entry<K,V>> list = new ArrayList<Map.Entry<K,V>>(size());
+                for (Map.Entry<K,V> e : this) {
+                    list.add(new SimpleEntry<K,V>(e));
+                }
+                return list;
             }
 
-            if (set.entries[hashcode] == this) {
-                set.entries[hashcode] = next;
+            @Override
+            public Object[] toArray() {
+                return deepCopy().toArray();
             }
 
-            prev = null;
-            next = null;
-            iterChainNext = null;
-            iterChainPrev = null;
+            @Override
+            public <T> T[] toArray(T[] a) {
+                return deepCopy().toArray(a);
+            }
         }
 
-        public int hashCode() {
-            return hashcode;
+        ////////////////////////////////////////////////////////////////////////////
+        // new changes
+
+        /**
+         * Applies a supplemental hash function to a given hashCode, which
+         * defends against poor quality hash functions.  This is critical
+         * because HashMap uses power-of-two length hash tables, that
+         * otherwise encounter collisions for hashCodes that do not differ
+         * in lower bits. Note: Null keys always map to hash 0, thus index 0.
+         */
+        static int hash(int h) {
+            // This function ensures that hashCodes that differ only by
+            // constant multiples at each bit position have a bounded
+            // number of collisions (approximately 8 at default load factor).
+            h ^= (h >>> 20) ^ (h >>> 12);
+            return h ^ (h >>> 7) ^ (h >>> 4);
         }
 
-        public boolean equals(Object o) {
-            Object oo = get();
-
-            if (oo == null) {
-                return false;
-            } else {
-                return oo.equals(o);
+        // Views
+
+        /**
+         * Each of these fields are initialized to contain an instance of the
+         * appropriate view the first time this view is requested.  The views are
+         * stateless, so there's no reason to create more than one of each.
+         */
+        private transient volatile Set<K>        keySet = null;
+        private transient volatile Collection<V> values = null;
+
+        /**
+         * Put specified key in this set if key is not yet in set.
+         * returns previous value in set if key already in set.
+         *
+         * @param key key to put in set.
+         * @param modified array of size one that shall be set if the map is modified or null
+         * @return the previous set entry equals with <tt>key</tt>, or
+         *         new <tt>key</tt> if there were not entry in set.
+         */
+        private K putIfAbsent(K key, boolean[] modified) {
+            K k = (K) maskNull(key);
+            int h = hash(k.hashCode());
+            Entry[] tab = getTable();
+            int i = indexFor(h, tab.length);
+
+            Entry<K,V> e = tab[i];
+            while (e != null) {
+                if (e.hash == h) {
+                    K refedKey = e.get();
+                    if (eq(k, refedKey)) {
+                        return (K)unmaskNull(refedKey);
+                    }
+                }
+                e = e.next;
             }
-        }
 
-        public Entry<E> clone(ReferenceQueue<E> q) {
-            return new Entry<E>(set, get(), q, next != null ? next.clone(q) : null, null);
+            modCount++;
+            e = tab[i];
+            tab[i] = new Entry<K,V>(k, queue, h, e);
+            if (++size >= threshold) {
+                resize(tab.length * 2);
+            }
+            if (modified != null) {
+                modified[0] = true;
+            }
+            return (K)unmaskNull(k);
         }
     }
 }
diff --git a/openide.util/src/org/openide/util/doc-files/api.html b/openide.util/src/org/openide/util/doc-files/api.html
index c90cf68..3eef912 100644
--- a/openide.util/src/org/openide/util/doc-files/api.html
+++ b/openide.util/src/org/openide/util/doc-files/api.html
@@ -109,7 +109,7 @@ a few extensions to the Java I/O system.
 general XML parsing, entity registration, and so on.
 -->
 
-</a><h2>Services Registration and Lookup API</h2>
+<h2>Services Registration and Lookup API</h2>
 
 
 <p>For lookup, this centers around
@@ -245,9 +245,9 @@ a string-valued attribute on the instance named
 could be registered as follows in an XML layer:</p>
 
 <pre>
-<<font class="function-name">file</font> <font class="variable-name">name</font>=<font class="constant">"C-F6.instance"</font>>
-    <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="constant">"instanceClass"</font> <font class="variable-name">stringvalue</font>=<font class="constant">"com.mycom.mymodule.MyAction"</font>/>
-</<font class="function-name">file</font>>
+<<span class="function-name">file</span> <span class="variable-name">name</span>=<span class="constant">"C-F6.instance"</span>>
+    <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="constant">"instanceClass"</span> <span class="variable-name">stringvalue</span>=<span class="constant">"com.mycom.mymodule.MyAction"</span>/>
+</<span class="function-name">file</span>>
 </pre>
 
 <p>In addition to <code>instanceClass</code> you may specify an
@@ -263,11 +263,11 @@ instance is for before your instance class is even loaded into the VM.
 For example:</p>
 
 <pre>
-<<font class="function-name">file</font> <font class="variable-name">name</font>=<font class="constant">"com-me-some-service.instance"</font>>
-    <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="constant">"instanceClass"</font> <font class="variable-name">stringvalue</font>=<font class="constant">"com.me.FactoryForEverything"</font>/>
-    <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="constant">"instanceOf"</font>
-     <font class="variable-name">stringvalue</font>=<font class="constant">"org.xml.sax.EntityResolver,org.openide.cookies.ExecCookie"</font>/>
-</<font class="function-name">file</font>>
+<<span class="function-name">file</span> <span class="variable-name">name</span>=<span class="constant">"com-me-some-service.instance"</span>>
+    <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="constant">"instanceClass"</span> <span class="variable-name">stringvalue</span>=<span class="constant">"com.me.FactoryForEverything"</span>/>
+    <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="constant">"instanceOf"</span>
+     <span class="variable-name">stringvalue</span>=<span class="constant">"org.xml.sax.EntityResolver,org.openide.cookies.ExecCookie"</span>/>
+</<span class="function-name">file</span>>
 </pre>
 
 <dt><a name="ido-methodvalue"></a><em>Non-default instance - <code>InstanceDataObject</code></em>
@@ -280,13 +280,13 @@ would be specified using the <code>methodvalue</code> syntax of
 layers. For example:</p>
 
 <pre>
-<<font class="function-name">file</font> <font class="variable-name">name</font>=<font class="constant">"com-me-some-service.instance"</font>>
-    <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="constant">"instanceClass"</font> <font class="variable-name">stringvalue</font>=<font class="constant">"com.me.FactoryForEverything"</font>/>
-    <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="constant">"instanceCreate"</font> <font class="variable-name">methodvalue</font>=<font class="constant">"com.me.FactoryForEverything.configure"</font>/>
-    <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="constant">"myParam"</font> <font class="variable-name">urlvalue</font>=<font class="constant">"nbres:/com/me/config-1.properties"</font>/>
-    <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="constant">"instanceOf"</font>
-     <font class="variable-name">stringvalue</font>=<font class="constant">"org.xml.sax.EntityResolver,org.openide.cookies.ExecCookie"</font>/>
-</<font class="function-name">file</font>>
+<<span class="function-name">file</span> <span class="variable-name">name</span>=<span class="constant">"com-me-some-service.instance"</span>>
+    <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="constant">"instanceClass"</span> <span class="variable-name">stringvalue</span>=<span class="constant">"com.me.FactoryForEverything"</span>/>
+    <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="constant">"instanceCreate"</span> <span class="variable-name">methodvalue</span>=<span class="constant">"com.me.FactoryForEverything.configure"</span>/>
+    <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="constant">"myParam"</span> <span class="variable-name">urlvalue</span>=<span class="constant">"nbres:/com/me/config-1.properties"</span>/>
+    <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="constant">"instanceOf"</span>
+     <span class="variable-name">stringvalue</span>=<span class="constant">"org.xml.sax.EntityResolver,org.openide.cookies.ExecCookie"</span>/>
+</<span class="function-name">file</span>>
 </pre>
 
 <p>According to the general system for
@@ -299,23 +299,23 @@ need not be public (if you do not want other Java code to see it). It
 may take a file object as argument if you wish - this will be the
 instance file; typically you use this to pass extra configuration from
 the layer, useful if you want to create multiple instances with the
-same creation method. So for example you might implement such a method
+same creation method. The argument may also be a map. So for example you might implement such a method
 like this:</p>
 
 <pre>
-<font class="keyword">public</font> <font class="keyword">class</font> <font class="type">FactoryForEverything</font> <font class="keyword">extends</font> <font class="type">SomeBaseFactory</font>
-        <font class="keyword">implements</font> <font class="type">EntityResolver</font>, <font class="type">ExecCookie</font> {
-    <font class="keyword">public</font> <font class="type">FactoryForEverything</font>(<font class="type">Map</font> <font class="variable-name">props</font>) {
-        <font class="comment">// ...
-</font>    }
-    <font class="comment">// ...
-</font>    <font class="comment">// Called directly from XML layer. Pass URL to
-</font>    <font class="comment">// properties file from attr 'myParam'.
-</font>    <font class="keyword">private</font> <font class="keyword">static</font> <font class="type">Object</font> <font class="function-name">configure</font>(<font class="type">FileObject</font> <font class="variable-name">inst</font>) <font class="keyword">throws</font> <font class="type">IOException</font> {
-        <font class="type">URL</font> <font class="variable-name">u</font> = (<font class="type">URL</font>)inst.getAttribute(<font class="string">"myParam"</font>);
-        <font class="type">Properties</font> <font class="variable-name">p</font> = <font class="keyword">new</font> <font class="type">Properties</font>();
+<span class="keyword">public</span> <span class="keyword">class</span> <span class="type">FactoryForEverything</span> <span class="keyword">extends</span> <span class="type">SomeBaseFactory</span>
+        <span class="keyword">implements</span> <span class="type">EntityResolver</span>, <span class="type">ExecCookie</span> {
+    <span class="keyword">public</span> <span class="type">FactoryForEverything</span>(<span class="type">Map</span> <span class="variable-name">props</span>) {
+        <span class="comment">// ...
+</span>    }
+    <span class="comment">// ...
+</span>    <span class="comment">// Called directly from XML layer. Pass URL to
+</span>    <span class="comment">// properties file from attr 'myParam'.
+</span>    <span class="keyword">private</span> <span class="keyword">static</span> <span class="type">Object</span> <span class="function-name">configure</span>(<span class="type">Map<String,?></span> <span class="variable-name">inst</span>) <span class="keyword">throws</span> <span class="type">IOException</span> {
+        <span class="type">URL</span> <span class="variable-name">u</span> = (<span class="type">URL</span>)inst.get(<span class="string">"myParam"</span>);
+        <span class="type">Properties</span> <span class="variable-name">p</span> = <span class="keyword">new</span> <span class="type">Properties</span>();
         p.load(u.openStream());
-        <font class="keyword">return</font> <font class="keyword">new</font> <font class="type">FactoryForEverything</font>(p);
+        <span class="keyword">return</span> <span class="keyword">new</span> <span class="type">FactoryForEverything</span>(p);
     }
 }
 </pre>
@@ -329,8 +329,8 @@ binary data into a layer, but may be useful in some circumstances.</p>
 
 <dt><a name="xml-instances"><em>XML-based instances</em></a></dt>
 
-
-<a href="../../xml/EntityCatalog.html"><code>EntityCatalog</code></a>
+<dd><p><a href="../../xml/EntityCatalog.html"><code>EntityCatalog</code></a></p></dd>
+</dl>
 
 
 <div class="nonnormative">
@@ -379,14 +379,14 @@ reasons) to load these implementations unless and until they are
 really needed. If you write the layers simply like this:
 
 <pre>
-<<font class="function-name">filesystem</font>>
-    <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"Services"</font>>
-        <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"Hidden"</font>>
-            <<font class="function-name">file</font> <font class="variable-name">name</font>=<font class="string">"com-me-MyAction.instance"</font>/>
-            <<font class="function-name">file</font> <font class="variable-name">name</font>=<font class="string">"com-me-MyResolver.instance"</font>/>
-        </<font class="function-name">folder</font>>
-    </<font class="function-name">folder</font>>
-</<font class="function-name">filesystem</font>>
+<<span class="function-name">filesystem</span>>
+    <<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"Services"</span>>
+        <<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"Hidden"</span>>
+            <<span class="function-name">file</span> <span class="variable-name">name</span>=<span class="string">"com-me-MyAction.instance"</span>/>
+            <<span class="function-name">file</span> <span class="variable-name">name</span>=<span class="string">"com-me-MyResolver.instance"</span>/>
+        </<span class="function-name">folder</span>>
+    </<span class="function-name">folder</span>>
+</<span class="function-name">filesystem</span>>
 </pre>
 
 everything will work, <em>but</em> this is inefficient. Consider some
@@ -409,18 +409,18 @@ thus performance).
 interfaces it is intended to provide in its instance:
 
 <pre>
-<<font class="function-name">filesystem</font>>
-    <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"Services"</font>>
-        <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"Hidden"</font>>
-            <<font class="function-name">file</font> <font class="variable-name">name</font>=<font class="string">"com-me-MyAction.instance"</font>>
-                <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="string">"instanceOf"</font> <font class="variable-name">stringvalue</font>=<font class="string">"javax.swing.Action"</font>/>
-            </<font class="function-name">file</font>>
-            <<font class="function-name">file</font> <font class="variable-name">name</font>=<font class="string">"com-me-MyResolver.instance"</font>>
-                <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="string">"instanceOf"</font> <font class="variable-name">stringvalue</font>=<font class="string">"org.xml.sax.EntityResolver"</font>/>
-            </<font class="function-name">file</font>>
-        </<font class="function-name">folder</font>>
-    </<font class="function-name">folder</font>>
-</<font class="function-name">filesystem</font>>
+<<span class="function-name">filesystem</span>>
+    <<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"Services"</span>>
+        <<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"Hidden"</span>>
+            <<span class="function-name">file</span> <span class="variable-name">name</span>=<span class="string">"com-me-MyAction.instance"</span>>
+                <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="string">"instanceOf"</span> <span class="variable-name">stringvalue</span>=<span class="string">"javax.swing.Action"</span>/>
+            </<span class="function-name">file</span>>
+            <<span class="function-name">file</span> <span class="variable-name">name</span>=<span class="string">"com-me-MyResolver.instance"</span>>
+                <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="string">"instanceOf"</span> <span class="variable-name">stringvalue</span>=<span class="string">"org.xml.sax.EntityResolver"</span>/>
+            </<span class="function-name">file</span>>
+        </<span class="function-name">folder</span>>
+    </<span class="function-name">folder</span>>
+</<span class="function-name">filesystem</span>>
 </pre>
 
 <p>
@@ -456,8 +456,8 @@ wish to find the implementation of it, you
 may simply use:
 
 <pre>
-<font class="type">MyService</font> <font class="variable-name">impl</font> = (<font class="type">MyService</font>)Lookup.getDefault().<a href="@org-openide-util-lookup@/org/openide/util/Lookup.html#lookup(java.lang.Class)">lookup</a>(MyService.<font class="keyword">class</font>);
-<font class="keyword">if</font> (impl == <font class="constant">null</font>) <font class="comment">/* nothing registered */</font> ...
+<span class="type">MyService</span> <span class="variable-name">impl</span> = (<span class="type">MyService</span>)Lookup.getDefault().<a href="@org-openide-util-lookup@/org/openide/util/Lookup.html#lookup(java.lang.Class)">lookup</a>(MyService.<span class="keyword">class</span>);
+<span class="keyword">if</span> (impl == <span class="constant">null</span>) <span class="comment">/* nothing registered */</span> ...
 impl.useIt();
 </pre>
 
@@ -465,10 +465,10 @@ Such implementation has to be registered by some module to the system.
 Either via layer as described above or as a JDK's
 <a href="http://java.sun.com/j2se/1.5.0/docs/guide/jar/jar.html#Service%20Provider">
 service provider</a>. If some module wants to register for example 
-<font class="type">org.me.MyService</font> it shall provide file name 
-<font class="function-name">META-INF/services/org.me.MyService</FONT> in its own JAR 
+<span class="type">org.me.MyService</span> it shall provide file name
+<span class="function-name">META-INF/services/org.me.MyService</span> in its own JAR
 with single line containing name of the implementation class (for example
-<font class="type">org.you.MyServiceImpl</FONT>).
+<span class="type">org.you.MyServiceImpl</span>).
 This is normally done more easily by using the <code>@ServiceProvider</code> annotation in <code>MyService.java</code>.
 The lookup infrastructure
 will then load the implementation class and call its default constructor 
@@ -480,12 +480,12 @@ to answer the query in the above example.
     <a href="http://java.sun.com/j2se/1.5.0/docs/guide/jar/jar.html#Service%20Provider">JDK's
     standard</a>. It allows a module to remove class registered by
     another one. That is why it is possible to write a module that
-    disables the <font class="type">org.you.MyServiceImpl</font> implementation
+    disables the <span class="type">org.you.MyServiceImpl</span> implementation
     and provides its own. This the expected content of its 
-    <font class="function-name">META-INF/services/org.me.MyService</FONT> file:
+    <span class="function-name">META-INF/services/org.me.MyService</span> file:
     <PRE>
   # remove the other implementation (by prefixing the line with <em>#-</EM>)
-  #-<font class="type">org.you.MyServiceImpl</FONT>
+  #-<span class="type">org.you.MyServiceImpl</span>
 
   # provide my own
   org.alien.MyServiceAlienImpl
@@ -502,21 +502,21 @@ to answer the query in the above example.
     on an interface, items with a smaller position are guaranteed 
     to be returned before items with a larger position. Items with no defined 
     position are returned last. Example of content of 
-    <font class="function-name">META-INF/services/org.me.MyService</font>
+    <span class="function-name">META-INF/services/org.me.MyService</span>
     file could be:
     <pre>
-  <font class="type">org.you.MyServiceImpl</font>
+  <span class="type">org.you.MyServiceImpl</span>
   #position=20
-  <font class="type">org.you.MyMoreImportantServiceImpl</font>
+  <span class="type">org.you.MyMoreImportantServiceImpl</span>
   #position=10
     </pre>
-    The <font class="function-name">MyMoreImportantServiceImpl</font>
+    The <span class="function-name">MyMoreImportantServiceImpl</span>
     will be returned in lookup before the 
-    <font class="function-name">MyServiceImpl</font>.
+    <span class="function-name">MyServiceImpl</span>.
     It is recommended to pick up larger numbers so that there is
     gap for other modules if they need to get in front of your item. And, 
     again, to keep compatibility the position attribute must starts with
-    comment delimiter.</p>
+    comment delimiter.
 <p>Both extensions are supported by <code>@ServiceProvider</code>.</p>
 </DIV>
 
@@ -558,17 +558,17 @@ registered implementation of a service. In such a case you use a more
 general method:
 
 <pre>
-<font class="type"><a href="@org-openide-util-lookup@/org/openide/util/Lookup.Template.html">Lookup.Template</a></font> <font class="variable-name">templ</font> = <font class="keyword">new</font> <font class="type">Lookup.Template</font>(MyService.<font class="keyword">class</font>);
-<font class="keyword">final</font> <font class="type"><a href="@org-openide-util-lookup@/org/openide/util/Lookup.Result.html">Lookup.Result</a></font> <font class="variable-name">result</font> = Lookup.getDefault().lookup(templ);
-<font class="type">Collection</font> <font class="variable-name">impls</font> = result.allInstances(); <font class="comment">// Collection<MyService>
+<span class="type"><a href="@org-openide-util-lookup@/org/openide/util/Lookup.Template.html">Lookup.Template</a></span> <span class="variable-name">templ</span> = <span class="keyword">new</span> <span class="type">Lookup.Template</span>(MyService.<span class="keyword">class</span>);
+<span class="keyword">final</span> <span class="type"><a href="@org-openide-util-lookup@/org/openide/util/Lookup.Result.html">Lookup.Result</a></span> <span class="variable-name">result</span> = Lookup.getDefault().lookup(templ);
+<span class="type">Collection</span> <span class="variable-name">impls</span> = result.allInstances(); <span class="comment">// Collection<MyService>
 // use Java Collections API to get iterator, ...
 // Pay attention to subsequent changes in the result.
-</font>result.addLookupListener(<font class="keyword">new</font> <font class="type"><a href="@org-openide-util-lookup@/org/openide/util/LookupListener.html">LookupListener</a></font>() {
-    <font class="keyword">public</font> <font class="type">void</font> <font class="function-name">resultChanged</font>(<font class="type">LookupEvent</font> <font class="variable-name">ev</font>) {
-        <font class="comment">// Now it is different.
-</font>        <font class="type">Collection</font> <font class="variable-name">impls2</font> = result.allInstances();
-        <font class="comment">// use the new list of instances...
-</font>    }
+</span>result.addLookupListener(<span class="keyword">new</span> <span class="type"><a href="@org-openide-util-lookup@/org/openide/util/LookupListener.html">LookupListener</a></span>() {
+    <span class="keyword">public</span> <span class="type">void</span> <span class="function-name">resultChanged</span>(<span class="type">LookupEvent</span> <span class="variable-name">ev</span>) {
+        <span class="comment">// Now it is different.
+</span>        <span class="type">Collection</span> <span class="variable-name">impls2</span> = result.allInstances();
+        <span class="comment">// use the new list of instances...
+</span>    }
 });
 </pre>
 
@@ -607,28 +607,28 @@ full state of the instance itself, which must be stored.
 <p>In such cases it is possible to use code like this:
 
 <pre>
-<font class="type">Lookup.Template</font> <font class="variable-name">templ</font> = <font class="keyword">new</font> <font class="type">Lookup.Template</font>(MyService.<font class="keyword">class</font>);
-<font class="type">Lookup.Result</font> <font class="variable-name">result</font> = Lookup.getDefault().lookup(templ);
-<font class="type">Iterator</font> <font class="variable-name">it</font> = result.allItems().iterator();
-<font class="keyword">while</font> (it.hasNext()) {
-    <font class="type"><a href="@org-openide-util-lookup@/org/openide/util/Lookup.Item.html">Lookup.Item</a></font> <font class="variable-name">item</font> = (<font class="type">Lookup.Item</font>)it.next();
-    <font class="type">String</font> <font class="variable-name">displayName</font> = item.getDisplayName();
-    <font class="keyword">if</font> (<font class="comment">/* user accepts displayName as the right one */</font>) {
-        <font class="type">MyService</font> <font class="variable-name">instance</font> = (<font class="type">MyService</font>)item.getInstance();
-        <font class="comment">// use instance for now, and ...
-</font>        <font class="type">String</font> <font class="variable-name">id</font> = item.getId();
+<span class="type">Lookup.Template</span> <span class="variable-name">templ</span> = <span class="keyword">new</span> <span class="type">Lookup.Template</span>(MyService.<span class="keyword">class</span>);
+<span class="type">Lookup.Result</span> <span class="variable-name">result</span> = Lookup.getDefault().lookup(templ);
+<span class="type">Iterator</span> <span class="variable-name">it</span> = result.allItems().iterator();
+<span class="keyword">while</span> (it.hasNext()) {
+    <span class="type"><a href="@org-openide-util-lookup@/org/openide/util/Lookup.Item.html">Lookup.Item</a></span> <span class="variable-name">item</span> = (<span class="type">Lookup.Item</span>)it.next();
+    <span class="type">String</span> <span class="variable-name">displayName</span> = item.getDisplayName();
+    <span class="keyword">if</span> (<span class="comment">/* user accepts displayName as the right one */</span>) {
+        <span class="type">MyService</span> <span class="variable-name">instance</span> = (<span class="type">MyService</span>)item.getInstance();
+        <span class="comment">// use instance for now, and ...
+</span>        <span class="type">String</span> <span class="variable-name">id</span> = item.getId();
         someSettings.setChosenService(id);
-        <font class="keyword">break</font>;
+        <span class="keyword">break</span>;
     }
 }
-<font class="comment">// later...
-</font><font class="type">String</font> <font class="variable-name">storedID</font> = someSettings.getChosenService();
-<font class="type">Lookup.Template</font> <font class="variable-name">templ</font> = <font class="keyword">new</font> <font class="type"><a href="@org-openide-util-lookup@/org/openide/util/Lookup.Template.html#Lookup.Template(java.lang.Class,java.lang.String,java.lang.Object)">Lookup.Template</a></font>(MyService.<font class="keyword">class</font>, storedID, <font class="constant">null</font>);
-<font class="type">Iterator</font> <font class="variable-name">it</font> = Lookup.getDefault().lookup(templ).allInstances().iterator();
-<font class="keyword">if</font> (! it.hasNext()) <font class="comment">/* failed to find it... */</font>
-<font class="type">MyService</font> <font class="variable-name">instance</font> = (<font class="type">MyService</font>)it.next();
-<font class="comment">// use instance again
-</font></pre>
+<span class="comment">// later...
+</span><span class="type">String</span> <span class="variable-name">storedID</span> = someSettings.getChosenService();
+<span class="type">Lookup.Template</span> <span class="variable-name">templ</span> = <span class="keyword">new</span> <span class="type"><a href="@org-openide-util-lookup@/org/openide/util/Lookup.Template.html#Lookup.Template(java.lang.Class,java.lang.String,java.lang.Object)">Lookup.Template</a></span>(MyService.<span class="keyword">class</span>, storedID, <span class="constant">null</span>);
+<span class="type">Iterator</span> <span class="variable-name">it</span> = Lookup.getDefault().lookup(templ).allInstances().iterator();
+<span class="keyword">if</span> (! it.hasNext()) <span class="comment">/* failed to find it... */</span>
+<span class="type">MyService</span> <span class="variable-name">instance</span> = (<span class="type">MyService</span>)it.next();
+<span class="comment">// use instance again
+</span></pre>
 
 The ID permits you to track which instance from all those available in
 the lookup result was last selected by the user, and find the "same"
@@ -788,14 +788,14 @@ instructs lookup to create a <em>default instance</em> of the settings
 class. This might look like the following:
 
 <pre>
-<?<font class="keyword">xml</font> <font class="variable-name">version</font>=<font class="string">"1.0"</font>?>
-<!<font class="keyword">DOCTYPE</font> <font class="type">settings</font> <font class="keyword">PUBLIC</font> <font class="string">"-//NetBeans//DTD Session settings 1.0//EN"</font> <font class="string">"http://www.netbeans.org/dtds/sessionsettings-1_0.dtd"</font>>
-<<font class="function-name">settings</font> <font class="variable-name">version</font>=<font class="string">"1.0"</font>>
-    <<font class="function-name">module</font> <font class="variable-name">name</font>=<font class="string">"com.foo/1"</font> <font class="variable-name">spec</font>=<font class="string">"1.0"</font>/>
-    <<font class="function-name">instanceof</font> <font class="variable-name">class</font>=<font class="string">"org.openide.options.SystemOption"</font>/>
-    <<font class="function-name">instanceof</font> <font class="variable-name">class</font>=<font class="string">"com.foo.MyOption"</font>/>
-    <<font class="function-name">instance</font> <font class="variable-name">class</font>=<font class="string">"com.foo.MyOption"</font>/>
-</<font class="function-name">settings</font>>
+<?<span class="keyword">xml</span> <span class="variable-name">version</span>=<span class="string">"1.0"</span>?>
+<!<span class="keyword">DOCTYPE</span> <span class="type">settings</span> <span class="keyword">PUBLIC</span> <span class="string">"-//NetBeans//DTD Session settings 1.0//EN"</span> <span class="string">"http://www.netbeans.org/dtds/sessionsettings-1_0.dtd"</span>>
+<<span class="function-name">settings</span> <span class="variable-name">version</span>=<span class="string">"1.0"</span>>
+    <<span class="function-name">module</span> <span class="variable-name">name</span>=<span class="string">"com.foo/1"</span> <span class="variable-name">spec</span>=<span class="string">"1.0"</span>/>
+    <<span class="function-name">instanceof</span> <span class="variable-name">class</span>=<span class="string">"org.openide.options.SystemOption"</span>/>
+    <<span class="function-name">instanceof</span> <span class="variable-name">class</span>=<span class="string">"com.foo.MyOption"</span>/>
+    <<span class="function-name">instance</span> <span class="variable-name">class</span>=<span class="string">"com.foo.MyOption"</span>/>
+</<span class="function-name">settings</span>>
 </pre>
 
 Such a file might be placed in
@@ -864,29 +864,29 @@ settings file itself. This is analogous to the mechanism used for
 creating complex <samp>*.instance</samp> files. For example:</p>
 
 <pre>
-<<font class="function-name">file</font> <font class="variable-name">name</font>=<font class="string">"some-difficult-to-make-instance.settings"</font>>
-    <![<font class="keyword">CDATA</font>[<?<font class="keyword">xml</font> <font class="variable-name">version</font>=<font class="string">"1.0"</font> <font class="variable-name">encoding</font>=<font class="string">"UTF-8"</font>?>
-<!<font class="keyword">DOCTYPE</font> <font class="type">settings</font> <font class="keyword">PUBLIC</font>
-          <font class="string">"-//NetBeans//DTD Session settings 1.0//EN"</font>
-          <font class="string">"http://www.netbeans.org/dtds/sessionsettings-1_0.dtd"</font>>
-<<font class="function-name">settings</font> <font class="variable-name">version</font>=<font class="string">"1.0"</font>>
-    <<font class="function-name">module</font> <font class="variable-name">name</font>=<font class="string">"my.module/1"</font> <font class="variable-name">spec</font>=<font class="string">"1.0"</font>/>
-    <<font class="function-name">instanceof</font> <font class="variable-name">class</font>=<font class="string">"javax.swing.Action"</font>/>
-    <<font class="function-name">instanceof</font> <font class="variable-name">class</font>=<font class="string">"my.module.MyAction"</font>/>
-    <<font class="function-name">instance</font> <font class="variable-name">class</font>=<font class="string">"my.module.MyAction"</font> <font class="variable-name">method</font>=<font class="string">"createAction"</font>/>
-</<font class="function-name">settings</font>>
+<<span class="function-name">file</span> <span class="variable-name">name</span>=<span class="string">"some-difficult-to-make-instance.settings"</span>>
+    <![<span class="keyword">CDATA</span>[<?<span class="keyword">xml</span> <span class="variable-name">version</span>=<span class="string">"1.0"</span> <span class="variable-name">encoding</span>=<span class="string">"UTF-8"</span>?>
+<!<span class="keyword">DOCTYPE</span> <span class="type">settings</span> <span class="keyword">PUBLIC</span>
+          <span class="string">"-//NetBeans//DTD Session settings 1.0//EN"</span>
+          <span class="string">"http://www.netbeans.org/dtds/sessionsettings-1_0.dtd"</span>>
+<<span class="function-name">settings</span> <span class="variable-name">version</span>=<span class="string">"1.0"</span>>
+    <<span class="function-name">module</span> <span class="variable-name">name</span>=<span class="string">"my.module/1"</span> <span class="variable-name">spec</span>=<span class="string">"1.0"</span>/>
+    <<span class="function-name">instanceof</span> <span class="variable-name">class</span>=<span class="string">"javax.swing.Action"</span>/>
+    <<span class="function-name">instanceof</span> <span class="variable-name">class</span>=<span class="string">"my.module.MyAction"</span>/>
+    <<span class="function-name">instance</span> <span class="variable-name">class</span>=<span class="string">"my.module.MyAction"</span> <span class="variable-name">method</span>=<span class="string">"createAction"</span>/>
+</<span class="function-name">settings</span>>
 ]]>
-    <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="string">"param"</font> <font class="variable-name">stringvalue</font>=<font class="string">"someval"</font>/>
-</<font class="function-name">file</font>>
+    <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="string">"param"</span> <span class="variable-name">stringvalue</span>=<span class="string">"someval"</span>/>
+</<span class="function-name">file</span>>
 </pre>
 
 <pre>
-<font class="keyword">package</font> <font class="constant">my</font>.<font class="constant">module</font>;
-<font class="keyword">public</font> <font class="keyword">class</font> <font class="type">MyAction</font> <font class="keyword">extends</font> <font class="type">javax.swing.AbstractAction</font> {
-    <font class="keyword">public</font> <font class="type">MyAction</font>(<font class="type">String</font> <font class="variable-name">name</font>) {<font class="comment">/* ... */</font>}
-    <font class="comment">// ...
-</font>    <font class="keyword">public</font> <font class="keyword">static</font> <font class="type">MyAction</font> <font class="function-name">createAction</font>(<font class="type">FileObject</font> <font class="variable-name">fo</font>) {
-        <font class="keyword">return</font> <font class="keyword">new</font> <font class="type">MyAction</font>((<font class="type">String</font>)fo.getAttribute(<font class="string">"param"</font>));
+<span class="keyword">package</span> <span class="constant">my</span>.<span class="constant">module</span>;
+<span class="keyword">public</span> <span class="keyword">class</span> <span class="type">MyAction</span> <span class="keyword">extends</span> <span class="type">javax.swing.AbstractAction</span> {
+    <span class="keyword">public</span> <span class="type">MyAction</span>(<span class="type">String</span> <span class="variable-name">name</span>) {<span class="comment">/* ... */</span>}
+    <span class="comment">// ...
+</span>    <span class="keyword">public</span> <span class="keyword">static</span> <span class="type">MyAction</span> <span class="function-name">createAction</span>(<span class="type">FileObject</span> <span class="variable-name">fo</span>) {
+        <span class="keyword">return</span> <span class="keyword">new</span> <span class="type">MyAction</span>((<span class="type">String</span>)fo.getAttribute(<span class="string">"param"</span>));
     }
 }
 </pre>
@@ -990,16 +990,16 @@ file giving the initial structure of the service (typically a
 <code>templateWizardURL</code>. For example:</p>
 
 <pre>
-<<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"Templates"</font>>
-    <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"Services"</font>>
-        <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"Executor"</font>>
-            <<font class="function-name">file</font> <font class="variable-name">name</font>=<font class="string">"my-module-executor.settings"</font> <font class="variable-name">url</font>=<font class="string">"executor.settings"</font>>
-                <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="string">"template"</font> <font class="variable-name">boolvalue</font>=<font class="string">"true"</font>/>
-                <font class="comment"><!-- SystemFileSystem.localizedName and SystemFileSystem.icon as usual --></font>
-            </<font class="function-name">file</font>>
-        </<font class="function-name">folder</font>>
-    </<font class="function-name">folder</font>>
-</<font class="function-name">folder</font>>
+<<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"Templates"</span>>
+    <<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"Services"</span>>
+        <<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"Executor"</span>>
+            <<span class="function-name">file</span> <span class="variable-name">name</span>=<span class="string">"my-module-executor.settings"</span> <span class="variable-name">url</span>=<span class="string">"executor.settings"</span>>
+                <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="string">"template"</span> <span class="variable-name">boolvalue</span>=<span class="string">"true"</span>/>
+                <span class="comment"><!-- SystemFileSystem.localizedName and SystemFileSystem.icon as usual --></span>
+            </<span class="function-name">file</span>>
+        </<span class="function-name">folder</span>>
+    </<span class="function-name">folder</span>>
+</<span class="function-name">folder</span>>
 </pre>
 
 <p>If the user selects <b>New From Template</b> on the
@@ -1040,16 +1040,16 @@ folder, in practice a few types of things are used:</p>
 NetBeans' old-style options, these will appear as the real setting. For example:</p>
 
 <pre>
-<<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"UI"</font>>
-    <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"Services"</font>>
-        <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"Editing"</font>>
-            <<font class="function-name">file</font> <font class="variable-name">name</font>=<font class="string">"my-module-config.shadow"</font>>
-                <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="string">"originalFile"</font> <font class="variable-name">stringvalue</font>=<font class="string">"Services/my-module-Config.settings"</font>/>
-                <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="string">"originalFileSystem"</font> <font class="variable-name">stringvalue</font>=<font class="string">"SystemFileSystem"</font>/>               
-            </<font class="function-name">file</font>>
-        </<font class="function-name">folder</font>>
-    </<font class="function-name">folder</font>>
-</<font class="function-name">folder</font>>
+<<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"UI"</span>>
+    <<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"Services"</span>>
+        <<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"Editing"</span>>
+            <<span class="function-name">file</span> <span class="variable-name">name</span>=<span class="string">"my-module-config.shadow"</span>>
+                <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="string">"originalFile"</span> <span class="variable-name">stringvalue</span>=<span class="string">"Services/my-module-Config.settings"</span>/>
+                <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="string">"originalFileSystem"</span> <span class="variable-name">stringvalue</span>=<span class="string">"SystemFileSystem"</span>/>
+            </<span class="function-name">file</span>>
+        </<span class="function-name">folder</span>>
+    </<span class="function-name">folder</span>>
+</<span class="function-name">folder</span>>
 </pre>
 
 <!-- XXX this info should be in a normative section -->
@@ -1063,17 +1063,17 @@ picked up automatically by the shadow.</p>
 The older style of linking using the CDATA section is still supported:
 
 <pre>
-<<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"UI"</font>>
-    <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"Services"</font>>
-        <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"Editing"</font>>
-            <<font class="function-name">file</font> <font class="variable-name">name</font>=<font class="string">"my-module-config.shadow"</font>>                
-                <![<font class="keyword">CDATA</font>[Services/my-module-Config.settings
+<<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"UI"</span>>
+    <<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"Services"</span>>
+        <<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"Editing"</span>>
+            <<span class="function-name">file</span> <span class="variable-name">name</span>=<span class="string">"my-module-config.shadow"</span>>
+                <![<span class="keyword">CDATA</span>[Services/my-module-Config.settings
 SystemFileSystem
 ]]>
-            </<font class="function-name">file</font>>
-        </<font class="function-name">folder</font>>
-    </<font class="function-name">folder</font>>
-</<font class="function-name">folder</font>>
+            </<span class="function-name">file</span>>
+        </<span class="function-name">folder</span>>
+    </<span class="function-name">folder</span>>
+</<span class="function-name">folder</span>>
 </pre>
 
 <p>Here the shadow file consists of two lines, the first being the
@@ -1084,22 +1084,22 @@ path to the real settings, the second always being
 the services lookup area or not. For example:</p>
 
 <pre>
-<<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"UI"</font>>
-    <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"Services"</font>>
-        <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"IDEConfiguration"</font>>
-            <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"LookAndFeel"</font>>
-                <<font class="function-name">file</font> <font class="variable-name">name</font>=<font class="string">"my-module-stuff.shadow"</font>>
-                    <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="string">"originalFile"</font> <font class="variable-name">stringvalue</font>=<font class="string">"Stuff"</font>/>
-                </<font class="function-name">file</font>>
-            </<font class="function-name">folder</font>>
-        </<font class="function-name">folder</font>>
-    </<font class="function-name">folder</font>>
-</<font class="function-name">folder</font>>
-<<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"Stuff"</font>>
-    <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="string">"SystemFileSystem.localizingBundle"</font> <font class="variable-name">stringvalue</font>=<font class="string">"my.module.Bundle"</font>/>
-    <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="string">"SystemFileSystem.icon"</font> <font class="variable-name">urlvalue</font>=<font class="string">"nbresloc:/my/module/stuff.gif"</font>/>
-    <font class="comment"><!-- perhaps some files to display here, perhaps not --></font>
-</<font class="function-name">folder</font>>
+<<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"UI"</span>>
+    <<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"Services"</span>>
+        <<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"IDEConfiguration"</span>>
+            <<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"LookAndFeel"</span>>
+                <<span class="function-name">file</span> <span class="variable-name">name</span>=<span class="string">"my-module-stuff.shadow"</span>>
+                    <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="string">"originalFile"</span> <span class="variable-name">stringvalue</span>=<span class="string">"Stuff"</span>/>
+                </<span class="function-name">file</span>>
+            </<span class="function-name">folder</span>>
+        </<span class="function-name">folder</span>>
+    </<span class="function-name">folder</span>>
+</<span class="function-name">folder</span>>
+<<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"Stuff"</span>>
+    <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="string">"SystemFileSystem.localizingBundle"</span> <span class="variable-name">stringvalue</span>=<span class="string">"my.module.Bundle"</span>/>
+    <<span class="function-name">attr</span> <span class="variable-name">name</span>=<span class="string">"SystemFileSystem.icon"</span> <span class="variable-name">urlvalue</span>=<span class="string">"nbresloc:/my/module/stuff.gif"</span>/>
+    <span class="comment"><!-- perhaps some files to display here, perhaps not --></span>
+</<span class="function-name">folder</span>>
 </pre>
 
 <p>This defines a folder <samp>Stuff</samp> in the system filesystem
@@ -1114,14 +1114,14 @@ handle, if you prefer), as the node delegate of this object will be (a
 clone of) the node you provide. For example:</p>
 
 <pre>
-<<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"UI"</font>>
-    <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"Services"</font>>
-        <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"Building"</font>>
-            <font class="comment"><!-- Some subclass of org.openide.nodes.Node: --></font>
-            <<font class="function-name">file</font> <font class="variable-name">name</font>=<font class="string">"my-module-ConfigurationNode.instance"</font>/>
-        </<font class="function-name">folder</font>>
-    </<font class="function-name">folder</font>>
-</<font class="function-name">folder</font>>
+<<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"UI"</span>>
+    <<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"Services"</span>>
+        <<span class="function-name">folder</span> <span class="variable-name">name</span>=<span class="string">"Building"</span>>
+            <span class="comment"><!-- Some subclass of org.openide.nodes.Node: --></span>
+            <<span class="function-name">file</span> <span class="variable-name">name</span>=<span class="string">"my-module-ConfigurationNode.instance"</span>/>
+        </<span class="function-name">folder</span>>
+    </<span class="function-name">folder</span>>
+</<span class="function-name">folder</span>>
 </pre>
 
 </ul>
@@ -1161,59 +1161,59 @@ registered to lookup, conventionally in the
 <samp>Services/Things/</samp> folder which the module has provided:</p>
 
 <pre>
-<font class="keyword">public</font> <font class="keyword">abstract</font> <font class="keyword">class</font> <font class="type">ThingProperty</font> <font class="keyword">extends</font> <font class="type">PropertySupport.ReadWrite</font> {
-    <font class="keyword">protected</font> <font class="type">ThingProperty</font>(<font class="type">String</font> <font class="variable-name">name</font>, <font class="type">String</font> <font class="variable-name">displayName</font>, <font class="type">String</font> <font class="variable-name">shortDescription</font>) <font class="keyword">throws</font> <font class="type">IOException</font> {
-        <font class="keyword">super</font>(name, Object.<font class="keyword">class</font>, displayName, shortDescription);
-        setValue(<font class="string">"superClass"</font>, Thing.<font class="keyword">class</font>); <font class="comment">// NOI18N
-</font>        setValue(<font class="string">"nullValue"</font>, NbBundle.getMessage(ThingProperty.<font class="keyword">class</font>, <font class="string">"LBL_no_thing"</font>)); <font class="comment">// NOI18N
-</font>        <font class="type">DataFolder</font> <font class="variable-name">thingsFolder</font> = DataFolder.create(
+<span class="keyword">public</span> <span class="keyword">abstract</span> <span class="keyword">class</span> <span class="type">ThingProperty</span> <span class="keyword">extends</span> <span class="type">PropertySupport.ReadWrite</span> {
+    <span class="keyword">protected</span> <span class="type">ThingProperty</span>(<span class="type">String</span> <span class="variable-name">name</span>, <span class="type">String</span> <span class="variable-name">displayName</span>, <span class="type">String</span> <span class="variable-name">shortDescription</span>) <span class="keyword">throws</span> <span class="type">IOException</span> {
+        <span class="keyword">super</span>(name, Object.<span class="keyword">class</span>, displayName, shortDescription);
+        setValue(<span class="string">"superClass"</span>, Thing.<span class="keyword">class</span>); <span class="comment">// NOI18N
+</span>        setValue(<span class="string">"nullValue"</span>, NbBundle.getMessage(ThingProperty.<span class="keyword">class</span>, <span class="string">"LBL_no_thing"</span>)); <span class="comment">// NOI18N
+</span>        <span class="type">DataFolder</span> <span class="variable-name">thingsFolder</span> = DataFolder.create(
             DataFolder.findFolder(Repository.getDefault().getDefaultFileSystem().getRoot()),
-            <font class="string">"Services/Things"</font> <font class="comment">// NOI18N
-</font>        );
-        setValue(<font class="string">"node"</font>, thingsFolder.getNodeDelegate()); <font class="comment">// NOI18N
-</font>    }
-    <font class="keyword">public</font> <font class="keyword">final</font> <font class="type">Object</font> <font class="function-name">getValue</font>() {
-        <font class="keyword">return</font> getThing();
+            <span class="string">"Services/Things"</span> <span class="comment">// NOI18N
+</span>        );
+        setValue(<span class="string">"node"</span>, thingsFolder.getNodeDelegate()); <span class="comment">// NOI18N
+</span>    }
+    <span class="keyword">public</span> <span class="keyword">final</span> <span class="type">Object</span> <span class="function-name">getValue</span>() {
+        <span class="keyword">return</span> getThing();
     }
-    <font class="keyword">public</font> <font class="keyword">final</font> <font class="type">void</font> <font class="function-name">setValue</font>(<font class="type">Object</font> <font class="variable-name">o</font>) {
-        <font class="keyword">if</font> (o != <font class="constant">null</font>) {
-            <font class="type">Lookup.Template</font> <font class="variable-name">templ</font> = <font class="keyword">new</font> <font class="type">Lookup.Template</font>(Thing.<font class="keyword">class</font>, o, <font class="constant">null</font>);
-            <font class="type">Iterator</font> <font class="variable-name">it</font> = Lookup.getDefault().lookup(templ).allItems().iterator();
-            <font class="keyword">if</font> (it.hasNext()) {
-                setThingID(((<font class="type">Lookup.Item</font>)it.next()).getId());
-            } <font class="keyword">else</font> {
-                <font class="comment">// Thing was registered but is not persistable.
-</font>                setThingID(<font class="constant">null</font>);
+    <span class="keyword">public</span> <span class="keyword">final</span> <span class="type">void</span> <span class="function-name">setValue</span>(<span class="type">Object</span> <span class="variable-name">o</span>) {
+        <span class="keyword">if</span> (o != <span class="constant">null</span>) {
+            <span class="type">Lookup.Template</span> <span class="variable-name">templ</span> = <span class="keyword">new</span> <span class="type">Lookup.Template</span>(Thing.<span class="keyword">class</span>, o, <span class="constant">null</span>);
+            <span class="type">Iterator</span> <span class="variable-name">it</span> = Lookup.getDefault().lookup(templ).allItems().iterator();
+            <span class="keyword">if</span> (it.hasNext()) {
+                setThingID(((<span class="type">Lookup.Item</span>)it.next()).getId());
+            } <span class="keyword">else</span> {
+                <span class="comment">// Thing was registered but is not persistable.
+</span>                setThingID(<span class="constant">null</span>);
             }
-        } <font class="keyword">else</font> {
-            setThingID(<font class="constant">null</font>);
+        } <span class="keyword">else</span> {
+            setThingID(<span class="constant">null</span>);
         }
     }
-    <font class="keyword">public</font> <font class="keyword">final</font> <font class="type">boolean</font> <font class="function-name">supportsDefaultValue</font>() {
-        <font class="keyword">return</font> <font class="constant">true</font>;
+    <span class="keyword">public</span> <span class="keyword">final</span> <span class="type">boolean</span> <span class="function-name">supportsDefaultValue</span>() {
+        <span class="keyword">return</span> <span class="constant">true</span>;
     }
-    <font class="keyword">public</font> <font class="keyword">final</font> <font class="type">void</font> <font class="function-name">restoreDefaultValue</font>() {
-        setValue(<font class="constant">null</font>);
+    <span class="keyword">public</span> <span class="keyword">final</span> <span class="type">void</span> <span class="function-name">restoreDefaultValue</span>() {
+        setValue(<span class="constant">null</span>);
     }
-    <font class="comment">// May be used by code wishing to get the actual Thing (or null):
-</font>    <font class="keyword">public</font> <font class="keyword">final</font> <font class="type">Thing</font> <font class="function-name">getThing</font>() {
-        <font class="type">String</font> <font class="variable-name">id</font> = getThingID();
-        <font class="keyword">if</font> (id != <font class="constant">null</font>) {
-            <font class="type">Lookup.Template</font> <font class="variable-name">templ</font> = <font class="keyword">new</font> <font class="type">Lookup.Template</font>(Thing.<font class="keyword">class</font>, <font class="constant">null</font>, id);
-            <font class="type">Iterator</font> <font class="variable-name">it</font> = Lookup.getDefault().lookup(templ).allInstances().iterator();
-            <font class="keyword">if</font> (it.hasNext()) {
-                <font class="keyword">return</font> (<font class="type">Thing</font>)it.next();
-            } <font class="keyword">else</font> {
-                <font class="comment">// Invalid ID.
-</font>                <font class="keyword">return</font> <font class="constant">null</font>;
+    <span class="comment">// May be used by code wishing to get the actual Thing (or null):
+</span>    <span class="keyword">public</span> <span class="keyword">final</span> <span class="type">Thing</span> <span class="function-name">getThing</span>() {
+        <span class="type">String</span> <span class="variable-name">id</span> = getThingID();
+        <span class="keyword">if</span> (id != <span class="constant">null</span>) {
+            <span class="type">Lookup.Template</span> <span class="variable-name">templ</span> = <span class="keyword">new</span> <span class="type">Lookup.Template</span>(Thing.<span class="keyword">class</span>, <span class="constant">null</span>, id);
+            <span class="type">Iterator</span> <span class="variable-name">it</span> = Lookup.getDefault().lookup(templ).allInstances().iterator();
+            <span class="keyword">if</span> (it.hasNext()) {
+                <span class="keyword">return</span> (<span class="type">Thing</span>)it.next();
+            } <span class="keyword">else</span> {
+                <span class="comment">// Invalid ID.
+</span>                <span class="keyword">return</span> <span class="constant">null</span>;
             }
-        } <font class="keyword">else</font> {
-            <font class="keyword">return</font> <font class="constant">null</font>;
+        } <span class="keyword">else</span> {
+            <span class="keyword">return</span> <span class="constant">null</span>;
         }
     }
-    <font class="comment">// Subclasses implement to actually read/write Thing persistent IDs (or null):
-</font>    <font class="keyword">protected</font> <font class="keyword">abstract</font> <font class="type">String</font> <font class="function-name">getThingID</font>();
-    <font class="keyword">protected</font> <font class="keyword">abstract</font> <font class="type">void</font> <font class="function-name">setThingID</font>(<font class="type">String</font> <font class="variable-name">id</font>);
+    <span class="comment">// Subclasses implement to actually read/write Thing persistent IDs (or null):
+</span>    <span class="keyword">protected</span> <span class="keyword">abstract</span> <span class="type">String</span> <span class="function-name">getThingID</span>();
+    <span class="keyword">protected</span> <span class="keyword">abstract</span> <span class="type">void</span> <span class="function-name">setThingID</span>(<span class="type">String</span> <span class="variable-name">id</span>);
 }
 </pre>
 
diff --git a/openide.util/src/org/openide/xml/EntityCatalog.java b/openide.util/src/org/openide/xml/EntityCatalog.java
index 60504a0..8c16cca 100644
--- a/openide.util/src/org/openide/xml/EntityCatalog.java
+++ b/openide.util/src/org/openide/xml/EntityCatalog.java
@@ -60,7 +60,6 @@ import org.xml.sax.SAXException;
  * connections.
  *
  * <p>You can register your own instances via lookup to add to the resolver pool,
- * for example using an XML file in the format defined by {@link #PUBLIC_ID},
  * but for reasons of performance and predictability during startup it is best to provide
  * the entity (e.g. some DTD you define) as the contents of a file in
  * the system filesystem, in the <samp>/xml/entities/</samp> folder, where the file path
@@ -77,14 +76,21 @@ import org.xml.sax.SAXException;
  * Naturally this only works if you are defining a fixed number of entities.
  * <p>It is recommended that the entity file in <samp>/xml/entities/</samp> also be given a file
  * attribute named <code>hint.originalPublicID</code> with a string value giving the public ID.
- *
+ * This permits {@code org.netbeans.modules.xml.catalog} to display the entry properly.
  * @author  Petr Kuzel
- * @since   release 3.2
  */
 public abstract class EntityCatalog implements EntityResolver {
+
+    /** Default constructor for subclasses (generally discouraged). */
+    protected EntityCatalog() {}
+
     /**
      * DOCTYPE public ID defining grammar used for entity registrations.
+     * XML files matching this ID produce an instance of {@code EntityCatalog},
+     * so could be registered under {@code Services}.
+     * @deprecated Better to register entities individually by layer as described in class documentation.
      */
+    @Deprecated
     public static final String PUBLIC_ID = "-//NetBeans//Entity Mapping Registration 1.0//EN"; // NOI18N
     private static EntityCatalog instance = new Forwarder();
 
@@ -104,7 +110,7 @@ public abstract class EntityCatalog implements EntityResolver {
         Forwarder() {
         }
 
-        public InputSource resolveEntity(String publicID, String systemID)
+        public @Override InputSource resolveEntity(String publicID, String systemID)
         throws IOException, SAXException {
             if (result == null) {
                 result = Lookup.getDefault().lookupResult(EntityCatalog.class);
diff --git a/openide.util/src/org/openide/xml/XMLUtil.java b/openide.util/src/org/openide/xml/XMLUtil.java
index 3acbec8..6ee51ee 100644
--- a/openide.util/src/org/openide/xml/XMLUtil.java
+++ b/openide.util/src/org/openide/xml/XMLUtil.java
@@ -93,88 +93,7 @@ import org.xml.sax.XMLReader;
 
 /**
  * Utility class collecting library methods related to XML processing.
- *
- * <div class="nonnormative">
- *
- * <p>Remember that when parsing XML files you often want to set an explicit
- * entity resolver. For example, consider a file such as this:</p>
- *
- * <pre>
- * <?<font class="keyword">xml</font> <font class="variable-name">version</font>=<font class="string">"1.0"</font> <font class="variable-name">encoding</font>=<font class="string">"UTF-8"</font>?>
- * <!<font class="keyword">DOCTYPE</font> <font class="type">root</font> <font class="keyword">PUBLIC</font> <font class="string">"-//NetBeans//DTD Foo 1.0//EN"</font> <font class="string">"http://www.netbeans.org/dtds/foo-1_0.dtd"</font>>
- * <<font class="function-name">root</font>/>
- * </pre>
- *
- * <p>If you parse this with a null entity resolver, or you use the
- * default resolver ({@link EntityCatalog#getDefault}) but do not do
- * anything special with this DTD, you will probably find the parse
- * blocking to make a network connection <em>even when you are not
- * validating</em>. That is because DTDs can be used to define
- * entities and other XML oddities, and are not a pure constraint
- * language like Schema or RELAX-NG.</p>
- *
- * <p>There are three basic ways to avoid the network connection.</p>
- *
- * <ol>
- *
- * <li><p>Register the DTD. This is generally the best thing to do. See
- * {@link EntityCatalog}'s documentation for details, but for example
- * in your layer use:</p>
- *
- * <pre>
- * <<font class="function-name">filesystem</font>>
- *   <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"xml"</font>>
- *     <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"entities"</font>>
- *       <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"NetBeans"</font>>
- *         <<font class="function-name">file</font> <font class="variable-name">name</font>=<font class="string">"DTD_Foo_1_0"</font>
- *               <font class="variable-name">url</font>=<font class="string">"nbres:/org/netbeans/modules/mymod/resources/foo-1_0.dtd"</font>>
- *           <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="string">"hint.originalPublicID"</font>
- *                 <font class="variable-name">stringvalue</font>=<font class="string">"-//NetBeans//DTD Foo 1.0//EN"</font>/>
- *         </<font class="function-name">file</font>>
- *       </<font class="function-name">folder</font>>
- *     </<font class="function-name">folder</font>>
- *   </<font class="function-name">folder</font>>
- * </<font class="function-name">filesystem</font>>
- * </pre>
- *
- * <p>Now the default system entity catalog will resolve the public ID
- * to the local copy in your module, not the network copy.
- * Additionally, anyone who mounts the "NetBeans Catalog" in the XML
- * Entity Catalogs node in the Runtime tab will be able to use your
- * local copy of the DTD automatically, for validation, code
- * completion, etc. (The network URL should really exist, though, for
- * the benefit of other tools!)</p></li>
- *
- * <li><p>You can also set an explicit entity resolver which maps that
- * particular public ID to some local copy of the DTD, if you do not
- * want to register it globally in the system for some reason. If
- * handed other public IDs, just return null to indicate that the
- * system ID should be loaded.</p></li>
- *
- * <li><p>In some cases where XML parsing is very
- * performance-sensitive, and you know that you do not need validation
- * and furthermore that the DTD defines no infoset (there are no
- * entity or character definitions, etc.), you can speed up the parse.
- * Turn off validation, but also supply a custom entity resolver that
- * does not even bother to load the DTD at all:</p>
- *
- * <pre>
- * <font class="keyword">public</font> <font class="type">InputSource</font> <font class="function-name">resolveEntity</font>(<font class="type">String</font> <font class="variable-name">pubid</font>, <font class="type">String</font> <font class="variable-name">sysid</font>)
- *     <font class="keyword">throws</font> <font class="type">SAXException</font>, <font class="type">IOException</font> {
- *   <font class="keyword">if</font> (pubid.equals(<font class="string">"-//NetBeans//DTD Foo 1.0//EN"</font>)) {
- *     <font class="keyword">return</font> <font class="keyword">new</font> <font class="type">InputSource</font>(<font class="keyword">new</font> <font class="type">ByteArrayInputStream</font>(<font class="keyword">new</font> <font class="type">byte</font>[0]));
- *   } <font class="keyword">else</font> {
- *     <font class="keyword">return</font> EntityCatalog.getDefault().resolveEntity(pubid, sysid);
- *   }
- * }
- * </pre></li>
- *
- * </ol>
- *
- * </div>
- *
- * @author  Petr Kuzel
- * @since release 3.2 */
+ */
 public final class XMLUtil extends Object {
 
     /*
@@ -209,11 +128,9 @@ public final class XMLUtil extends Object {
     }
 
     private static SAXParserFactory[][] saxes  = new SAXParserFactory[2][2];
-    /** Create a SAX parser from the JAXP factory.
-     * The result can be used to parse XML files.
+    /** Creates a SAX parser.
      *
-     * <p>See class Javadoc for hints on setting an entity resolver.
-     * This parser has its entity resolver set to the system entity resolver chain.
+     * <p>See {@link #parse} for hints on setting an entity resolver.
      *
      * @param validate if true, a validating parser is returned
      * @param namespaceAware if true, a namespace aware parser is returned
@@ -243,7 +160,7 @@ public final class XMLUtil extends Object {
     // ~~~~~~~~~~~~~~~~~~~~~ DOM related ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
     /**
-     * Creates empty DOM Document using JAXP factoring. E.g.:
+     * Creates an empty DOM document. E.g.:
      * <p><pre>
      * Document doc = createDocument("book", null, null, null);
      * </pre><p>
@@ -317,14 +234,92 @@ public final class XMLUtil extends Object {
     }
 
     /**
-     * Create from factory a DocumentBuilder and let it create a org.w3c.dom.Document.
-     * This method takes InputSource. After successful finish the document tree is returned.
+     * Parses an XML document into a DOM tree.
+     *
+     * <div class="nonnormative">
+     *
+     * <p>Remember that when parsing XML files you often want to set an explicit
+     * entity resolver. For example, consider a file such as this:</p>
+     *
+     * <pre>
+     * <?<font class="keyword">xml</font> <font class="variable-name">version</font>=<font class="string">"1.0"</font> <font class="variable-name">encoding</font>=<font class="string">"UTF-8"</font>?>
+     * <!<font class="keyword">DOCTYPE</font> <font class="type">root</font> <font class="keyword">PUBLIC</font> <font class="string">"-//NetBeans//DTD Foo 1.0//EN"</font> <font class="string">"http://www.netbeans.org/dtds/foo-1_0.dtd"</font>>
+     * <<font class="function-name">root</font>/>
+     * </pre>
+     *
+     * <p>If you parse this with a null entity resolver, or you use the
+     * default resolver ({@link EntityCatalog#getDefault}) but do not do
+     * anything special with this DTD, you will probably find the parse
+     * blocking to make a network connection <em>even when you are not
+     * validating</em>. That is because DTDs can be used to define
+     * entities and other XML oddities, and are not a pure constraint
+     * language like Schema or RELAX-NG.</p>
+     *
+     * <p>There are three basic ways to avoid the network connection.</p>
+     *
+     * <ol>
+     *
+     * <li><p>Register the DTD. This is generally the best thing to do. See
+     * {@link EntityCatalog}'s documentation for details, but for example
+     * in your layer use:</p>
+     *
+     * <pre>
+     * <<font class="function-name">filesystem</font>>
+     *   <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"xml"</font>>
+     *     <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"entities"</font>>
+     *       <<font class="function-name">folder</font> <font class="variable-name">name</font>=<font class="string">"NetBeans"</font>>
+     *         <<font class="function-name">file</font> <font class="variable-name">name</font>=<font class="string">"DTD_Foo_1_0"</font>
+     *               <font class="variable-name">url</font>=<font class="string">"resources/foo-1_0.dtd"</font>>
+     *           <<font class="function-name">attr</font> <font class="variable-name">name</font>=<font class="string">"hint.originalPublicID"</font>
+     *                 <font class="variable-name">stringvalue</font>=<font class="string">"-//NetBeans//DTD Foo 1.0//EN"</font>/>
+     *         </<font class="function-name">file</font>>
+     *       </<font class="function-name">folder</font>>
+     *     </<font class="function-name">folder</font>>
+     *   </<font class="function-name">folder</font>>
+     * </<font class="function-name">filesystem</font>>
+     * </pre>
+     *
+     * <p>Now the default system entity catalog will resolve the public ID
+     * to the local copy in your module, not the network copy.
+     * Additionally, anyone who mounts the "NetBeans Catalog" in the XML
+     * Entity Catalogs node in the Runtime tab will be able to use your
+     * local copy of the DTD automatically, for validation, code
+     * completion, etc. (The network URL should really exist, though, for
+     * the benefit of other tools!)</p></li>
+     *
+     * <li><p>You can also set an explicit entity resolver which maps that
+     * particular public ID to some local copy of the DTD, if you do not
+     * want to register it globally in the system for some reason. If
+     * handed other public IDs, just return null to indicate that the
+     * system ID should be loaded.</p></li>
+     *
+     * <li><p>In some cases where XML parsing is very
+     * performance-sensitive, and you know that you do not need validation
+     * and furthermore that the DTD defines no infoset (there are no
+     * entity or character definitions, etc.), you can speed up the parse.
+     * Turn off validation, but also supply a custom entity resolver that
+     * does not even bother to load the DTD at all:</p>
+     *
+     * <pre>
+     * <font class="keyword">public</font> <font class="type">InputSource</font> <font class="function-name">resolveEntity</font>(<font class="type">String</font> <font class="variable-name">pubid</font>, <font class="type">String</font> <font class="variable-name">sysid</font>)
+     *     <font class="keyword">throws</font> <font class="type">SAXException</font>, <font class="type">IOException</font> {
+     *   <font class="keyword">if</font> (pubid.equals(<font class="string">"-//NetBeans//DTD Foo 1.0//EN"</font>)) {
+     *     <font class="keyword">return</font> <font class="keyword">new</font> <font class="type">InputSource</font>(<font class="keyword">new</font> <font class="type">ByteArrayInputStream</font>(<font class="keyword">new</font> <font class="type">byte</font>[0]));
+     *   } <font class="keyword">else</font> {
+     *     <font class="keyword">return</font> EntityCatalog.getDefault().resolveEntity(pubid, sysid);
+     *   }
+     * }
+     * </pre></li>
+     *
+     * </ol>
+     *
+     * </div>
      *
-     * @param input a parser input (for URL users use: <code>new InputSource(url.toExternalForm())</code>
+     * @param input a parser input (for URL users use: <code>new InputSource(url.toString())</code>
      * @param validate if true validating parser is used
      * @param namespaceAware if true DOM is created by namespace aware parser
-     * @param errorHandler a error handler to notify about exception or <code>null</code>
-     * @param entityResolver SAX entity resolver or <code>null</code>; see class Javadoc for hints
+     * @param errorHandler a error handler to notify about exception (such as {@link #defaultErrorHandler}) or <code>null</code>
+     * @param entityResolver SAX entity resolver (such as {@link EntityCatalog#getDefault}) or <code>null</code>
      *
      * @throws IOException if an I/O problem during parsing occurs
      * @throws SAXException is thrown if a parser error occurs
diff --git a/openide.util/test/unit/src/org/netbeans/modules/openide/util/NbBundleProcessorTest.java b/openide.util/test/unit/src/org/netbeans/modules/openide/util/NbBundleProcessorTest.java
new file mode 100644
index 0000000..f0a04a5
--- /dev/null
+++ b/openide.util/test/unit/src/org/netbeans/modules/openide/util/NbBundleProcessorTest.java
@@ -0,0 +1,255 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.openide.util;
+
+import java.lang.reflect.Method;
+import java.net.URL;
+import java.io.File;
+import java.io.ByteArrayOutputStream;
+import java.net.URLClassLoader;
+import org.openide.util.test.AnnotationProcessorTestUtils;
+import org.netbeans.junit.NbTestCase;
+import org.openide.util.NbBundle.Messages;
+import org.openide.util.test.TestFileUtils;
+import static org.netbeans.modules.openide.util.Bundle.*;
+
+ at Messages("k3=value #3")
+public class NbBundleProcessorTest extends NbTestCase {
+
+    public NbBundleProcessorTest(String n) {
+        super(n);
+    }
+
+    private File src;
+    private File dest;
+    protected @Override void setUp() throws Exception {
+        clearWorkDir();
+        src = new File(getWorkDir(), "src");
+        dest = new File(getWorkDir(), "classes");
+    }
+
+    @Messages({
+        "k1=value #1",
+        "k2=value #2"
+    })
+    public void testBasicUsage() throws Exception {
+        assertEquals("value #1", k1());
+        assertEquals("value #2", k2());
+        assertEquals("value #3", k3());
+    }
+
+    @Messages({
+        "f1=problem with {0}",
+        "# {0} - input file",
+        "# {1} - pattern",
+        "f2={0} did not match {1}",
+        "LBL_BuildMainProjectAction_Name=&Build {0,choice,-1#Main Project|0#Project|1#Project ({1})|1<{0} Projects}"
+    })
+    public void testMessageFormats() throws Exception {
+        assertEquals("problem with stuff", f1("stuff"));
+        assertEquals("1 did not match 2", f2(1, 2));
+        assertEquals("&Build Main Project", LBL_BuildMainProjectAction_Name(-1, "whatever"));
+        assertEquals("&Build Project", LBL_BuildMainProjectAction_Name(0, "whatever"));
+        assertEquals("&Build Project (whatever)", LBL_BuildMainProjectAction_Name(1, "whatever"));
+        assertEquals("&Build 2 Projects", LBL_BuildMainProjectAction_Name(2, "whatever"));
+    }
+
+    @Messages({
+        "s1=Don't worry",
+        "s2=Don''t worry about {0}",
+        "s3=@camera Say \"cheese\"",
+        "s4=<bra&ket>",
+        "s5=Operators: +-*/=",
+        "s6=One thing.\nAnd another."
+    })
+    public void testSpecialCharacters() throws Exception {
+        assertEquals("Don't worry", s1());
+        assertEquals("Don't worry about me", s2("me"));
+        assertEquals("@camera Say \"cheese\"", s3());
+        assertEquals("<bra&ket>", s4());
+        assertEquals("Operators: +-*/=", s5());
+        assertEquals("One thing.\nAnd another.", s6());
+    }
+
+    @Messages({
+        "some key=some value",
+        "public=property",
+        "2+2=4"
+    })
+    public void testNonIdentifierKeys() throws Exception {
+        assertEquals("some value", some_key());
+        assertEquals("property", _public());
+        assertEquals("4", _2_2());
+    }
+
+    public void testPackageKeys() throws Exception {
+        AnnotationProcessorTestUtils.makeSource(src, "p.package-info", "@org.openide.util.NbBundle.Messages(\"k=v\")", "package p;");
+        assertTrue(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, null));
+        ClassLoader l = new URLClassLoader(new URL[] {dest.toURI().toURL()});
+        Method m = l.loadClass("p.Bundle").getDeclaredMethod("k");
+        m.setAccessible(true);
+        assertEquals("v", m.invoke(null));
+    }
+
+    public void testDupeErrorSimple() throws Exception {
+        AnnotationProcessorTestUtils.makeSource(src, "p.C", "@org.openide.util.NbBundle.Messages({\"k=v1\", \"k=v2\"})", "class C {}");
+        ByteArrayOutputStream err = new ByteArrayOutputStream();
+        assertFalse(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, err));
+        assertTrue(err.toString(), err.toString().contains("uplicate"));
+    }
+
+    public void testDupeErrorByIdentifier() throws Exception {
+        AnnotationProcessorTestUtils.makeSource(src, "p.C", "@org.openide.util.NbBundle.Messages({\"k.=v1\", \"k,=v2\"})", "class C {}");
+        ByteArrayOutputStream err = new ByteArrayOutputStream();
+        assertFalse(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, err));
+        assertTrue(err.toString(), err.toString().contains("uplicate"));
+    }
+
+    public void testDupeErrorAcrossClasses() throws Exception {
+        AnnotationProcessorTestUtils.makeSource(src, "p.C1", "@org.openide.util.NbBundle.Messages({\"k=v\"})", "class C1 {}");
+        AnnotationProcessorTestUtils.makeSource(src, "p.C2", "@org.openide.util.NbBundle.Messages({\"k=v\"})", "class C2 {}");
+        ByteArrayOutputStream err = new ByteArrayOutputStream();
+        assertFalse(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, err));
+        assertTrue(err.toString(), err.toString().contains("uplicate"));
+        assertTrue(err.toString(), err.toString().contains("C1.java"));
+        assertTrue(err.toString(), err.toString().contains("C2.java"));
+    }
+
+    public void testDupeErrorAcrossClassesIncremental() throws Exception {
+        AnnotationProcessorTestUtils.makeSource(src, "p.C1", "@org.openide.util.NbBundle.Messages({\"k=v1\"})", "class C1 {}");
+        AnnotationProcessorTestUtils.makeSource(src, "p.C2", "@org.openide.util.NbBundle.Messages({\"k=v2\"})", "class C2 {}");
+        ByteArrayOutputStream err = new ByteArrayOutputStream();
+        assertFalse(AnnotationProcessorTestUtils.runJavac(src, "C1.java", dest, null, err));
+        assertTrue(err.toString(), err.toString().contains("uplicate"));
+        assertFalse(AnnotationProcessorTestUtils.runJavac(src, "C2.java", dest, null, err));
+        assertTrue(err.toString(), err.toString().contains("uplicate"));
+        assertFalse(AnnotationProcessorTestUtils.runJavac(src, "C2.java", dest, null, err));
+        assertTrue(err.toString(), err.toString().contains("uplicate"));
+    }
+
+    public void testNoEqualsError() throws Exception {
+        AnnotationProcessorTestUtils.makeSource(src, "p.C", "@org.openide.util.NbBundle.Messages(\"whatever\")", "class C {}");
+        ByteArrayOutputStream err = new ByteArrayOutputStream();
+        assertFalse(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, err));
+        assertTrue(err.toString(), err.toString().contains("="));
+    }
+
+    public void testWhitespaceError() throws Exception {
+        AnnotationProcessorTestUtils.makeSource(src, "p.C", "@org.openide.util.NbBundle.Messages(\"key = value\")", "class C {}");
+        ByteArrayOutputStream err = new ByteArrayOutputStream();
+        assertFalse(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, err));
+        assertTrue(err.toString(), err.toString().contains("="));
+    }
+
+    @Messages({
+        "# {0} - in use", "# {1} - not in use", "unused_param_1=please remember {0}",
+        "# {0} - not in use", "# {1} - in use", "unused_param_2=I will remember {1}"
+    })
+    public void testNonexistentParameter() throws Exception {
+        assertEquals("please remember me", unused_param_1("me", "you"));
+        assertEquals("I will remember you", unused_param_2("me", "you"));
+    }
+
+    public void testExistingBundle() throws Exception {
+        AnnotationProcessorTestUtils.makeSource(src, "p.C", "@org.openide.util.NbBundle.Messages(\"k=v\")", "class C {}");
+        TestFileUtils.writeFile(new File(src, "p/Bundle.properties"), "# original comment\nold=stuff\n");
+        assertTrue(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, null));
+        assertEquals("k=v\n# original comment\nold=stuff\n", TestFileUtils.readFile(new File(dest, "p/Bundle.properties")).replace("\r\n", "\n"));
+        // Also check that we can recompile:
+        assertTrue(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, null));
+        assertEquals("k=v\n# original comment\nold=stuff\n", TestFileUtils.readFile(new File(dest, "p/Bundle.properties")).replace("\r\n", "\n"));
+    }
+
+    public void testDupeErrorWithExistingBundle() throws Exception {
+        AnnotationProcessorTestUtils.makeSource(src, "p.C", "@org.openide.util.NbBundle.Messages(\"k=v\")", "class C {}");
+        TestFileUtils.writeFile(new File(src, "p/Bundle.properties"), "k=v\n");
+        ByteArrayOutputStream err = new ByteArrayOutputStream();
+        assertFalse(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, err));
+        assertTrue(err.toString(), err.toString().contains("uplicate"));
+    }
+
+    public void testIncrementalCompilation() throws Exception {
+        AnnotationProcessorTestUtils.makeSource(src, "p.C1", "@org.openide.util.NbBundle.Messages(\"k1=v1\")", "public class C1 {public @Override String toString() {return Bundle.k1();}}");
+        AnnotationProcessorTestUtils.makeSource(src, "p.C2", "@org.openide.util.NbBundle.Messages(\"k2=v2\")", "public class C2 {public @Override String toString() {return Bundle.k2();}}");
+        assertTrue(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, null));
+        assertTrue(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, null));
+        ClassLoader l = new URLClassLoader(new URL[] {dest.toURI().toURL()});
+        assertEquals("v1", l.loadClass("p.C1").newInstance().toString());
+        assertEquals("v2", l.loadClass("p.C2").newInstance().toString());
+        AnnotationProcessorTestUtils.makeSource(src, "p.C1", "@org.openide.util.NbBundle.Messages(\"k1=v3\")", "public class C1 {public @Override String toString() {return Bundle.k1();}}");
+        assertTrue(AnnotationProcessorTestUtils.runJavac(src, "C1.java", dest, null, null));
+        l = new URLClassLoader(new URL[] {dest.toURI().toURL()});
+        assertEquals("v3", l.loadClass("p.C1").newInstance().toString());
+        assertEquals("v2", l.loadClass("p.C2").newInstance().toString());
+    }
+
+    public void testIncrementalCompilationWithBrokenClassFiles() throws Exception {
+        AnnotationProcessorTestUtils.makeSource(src, "p.C1", "@org.openide.util.NbBundle.Messages(\"k1=v1\")", "public class C1 {public @Override String toString() {return Bundle.k1();}}");
+        AnnotationProcessorTestUtils.makeSource(src, "p.C2", "@org.openide.util.NbBundle.Messages(\"k2=v2\")", "public class C2 {public @Override String toString() {return Bundle.k2();}}");
+        AnnotationProcessorTestUtils.makeSource(src, "p.C3", "class C3 {C3() {new Runnable() {public @Override void run() {new Runnable() {public @Override void run() {}};}};}}");
+        assertTrue(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, null));
+        assertTrue(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, null));
+        ClassLoader l = new URLClassLoader(new URL[] {dest.toURI().toURL()});
+        assertEquals("v1", l.loadClass("p.C1").newInstance().toString());
+        assertEquals("v2", l.loadClass("p.C2").newInstance().toString());
+        assertTrue(new File(dest, "p/C3.class").delete());
+        assertTrue(new File(dest, "p/C3$1.class").delete());
+        assertTrue(new File(dest, "p/C3$1$1.class").isFile());
+        AnnotationProcessorTestUtils.makeSource(src, "p.C1", "@org.openide.util.NbBundle.Messages(\"k1=v3\")", "public class C1 {public @Override String toString() {return Bundle.k1();}}");
+        assertTrue(AnnotationProcessorTestUtils.runJavac(src, "C1.java", dest, null, null));
+        l = new URLClassLoader(new URL[] {dest.toURI().toURL()});
+        assertEquals("v3", l.loadClass("p.C1").newInstance().toString());
+        assertEquals("v2", l.loadClass("p.C2").newInstance().toString());
+    }
+
+    public void testComments() throws Exception {
+        AnnotationProcessorTestUtils.makeSource(src, "p.C", "@org.openide.util.NbBundle.Messages({\"# Something good to note.\", \"k=v\"})", "class C {}");
+        assertTrue(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, null));
+        assertEquals("# Something good to note.\nk=v\n", TestFileUtils.readFile(new File(dest, "p/Bundle.properties")).replace("\r\n", "\n"));
+        // Also check that we can recompile:
+        assertTrue(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, null));
+        assertEquals("# Something good to note.\nk=v\n", TestFileUtils.readFile(new File(dest, "p/Bundle.properties")).replace("\r\n", "\n"));
+        // XXX also check non-ASCII chars in comments; works locally but fails on deadlock
+    }
+
+}
diff --git a/openide.util/test/unit/src/org/openide/ErrorManagerTest.java b/openide.util/test/unit/src/org/openide/ErrorManagerTest.java
index 3ae4321..cbcd1f3 100644
--- a/openide.util/test/unit/src/org/openide/ErrorManagerTest.java
+++ b/openide.util/test/unit/src/org/openide/ErrorManagerTest.java
@@ -44,7 +44,6 @@
 
 package org.openide;
 
-import junit.framework.*;
 import org.netbeans.junit.*;
 
 /** Test for general ErrorManager functionality.
@@ -57,12 +56,6 @@ public class ErrorManagerTest extends NbTestCase {
         super(testName);
     }
 
-    public static Test suite() {
-        TestSuite suite = new NbTestSuite(ErrorManagerTest.class);
-
-        return suite;
-    }
-
     protected void setUp () {
         System.setProperty("org.openide.util.Lookup", "org.openide.ErrorManagerTest$Lkp");
         assertNotNull ("ErrManager has to be in lookup", org.openide.util.Lookup.getDefault ().lookup (ErrManager.class));
diff --git a/openide.util/test/unit/src/org/openide/util/CharSequencesTest.java b/openide.util/test/unit/src/org/openide/util/CharSequencesTest.java
index 4d2a7d3..ba62b6b 100644
--- a/openide.util/test/unit/src/org/openide/util/CharSequencesTest.java
+++ b/openide.util/test/unit/src/org/openide/util/CharSequencesTest.java
@@ -57,6 +57,47 @@ public class CharSequencesTest extends NbTestCase {
         super(testName);
     }
 
+    @Test
+    public void testMaths() {
+        processPattern('1', 'ü');
+        processPattern('a', 'ü');
+        processPattern('ü', '1');
+        processPattern('ü', 'a');
+        processPattern('1', (char)255);
+        processPattern('a', (char)255);
+        processPattern((char)255, '1');
+        processPattern((char)255, 'a');
+        processPattern('1', (char)127);
+        processPattern('a', (char)127);
+        processPattern((char)127, '1');
+        processPattern((char)127, 'a');
+        processPattern('1', (char)128);
+        processPattern('a', (char)128);
+        processPattern((char)128, '1');
+        processPattern((char)128, 'a');
+    }
+
+    private void processPattern(char filler, char template){
+        for(int i = 1; i < 32; i++) {
+            for(int j = 0; j < i; j++) {
+                char[] t = new char[i];
+                for(int k = 0; k < i; k++) {
+                    t[k] = filler;
+                }
+                t[j] = template;
+                assertEquals(new String(t), CharSequences.create(t, 0, i).toString());
+            }
+        }
+    }
+
+    @Test
+    public void testUmlaut() {
+        // #189988 -  Netbeans IDE does not find source files with umlauts in class name
+        String name = "ProbenSchlüssel.java";
+        CharSequence cs = CharSequences.create(name);
+        assertEquals("incorrect conversion", cs.toString(), name);
+    }
+
     /**
      * Test of create method, of class CharSequences.
      */
diff --git a/openide.util/test/unit/src/org/openide/util/ExceptionsTest.java b/openide.util/test/unit/src/org/openide/util/ExceptionsTest.java
index 56c8a50..159061e 100644
--- a/openide.util/test/unit/src/org/openide/util/ExceptionsTest.java
+++ b/openide.util/test/unit/src/org/openide/util/ExceptionsTest.java
@@ -44,9 +44,13 @@
 
 package org.openide.util;
 
+import java.io.IOException;
 import java.io.PrintWriter;
 import java.io.StringWriter;
+import java.util.logging.Handler;
 import java.util.logging.Level;
+import java.util.logging.LogRecord;
+import java.util.logging.Logger;
 import junit.framework.TestCase;
 import org.netbeans.junit.Log;
 
@@ -108,6 +112,42 @@ public class ExceptionsTest extends TestCase {
 
         assertCleanStackTrace(e);
     }
+    
+    public void testLogLevel() {
+        Exception e = new IOException("Help");
+        
+        Exception result = Exceptions.attachSeverity(e, Level.FINE);
+        assertSame(e, result);
+
+        class H extends Handler {
+            int cnt;
+            
+            @Override
+            public void publish(LogRecord record) {
+                assertEquals("Fine is the level", Level.FINE, record.getLevel());
+                cnt++;
+            }
+
+            @Override
+            public void flush() {
+            }
+
+            @Override
+            public void close() throws SecurityException {
+            }
+            
+        }
+        
+        H h = new H();
+        h.setLevel(Level.ALL);
+        Logger L = Logger.getLogger("");
+        L.setLevel(Level.ALL);
+        L.addHandler(h);
+        
+        Exceptions.printStackTrace(e);
+        L.removeHandler(h);
+        assertEquals("Called once", 1, h.cnt);
+    }
 
     public void testAttachLocalizedMessage() {
         Exception e = new Exception("Help");
diff --git a/openide.util/test/unit/src/org/openide/util/ImageUtilitiesGetLoaderTest.java b/openide.util/test/unit/src/org/openide/util/ImageUtilitiesGetLoaderTest.java
index 6f774be..3c8ff0e 100644
--- a/openide.util/test/unit/src/org/openide/util/ImageUtilitiesGetLoaderTest.java
+++ b/openide.util/test/unit/src/org/openide/util/ImageUtilitiesGetLoaderTest.java
@@ -50,7 +50,6 @@ import java.util.logging.Level;
 import java.util.logging.LogRecord;
 import java.util.logging.Logger;
 import junit.framework.*;
-import java.lang.ref.*;
 import java.util.*;
 
 /**
@@ -76,20 +75,6 @@ public class ImageUtilitiesGetLoaderTest extends TestCase {
         super (testName);
     }
 
-    @Override
-    protected void setUp () throws Exception {
-    }
-
-    @Override
-    protected void tearDown () throws Exception {
-    }
-
-    public static Test suite () {
-        TestSuite suite = new TestSuite(ImageUtilitiesGetLoaderTest.class);
-        return suite;
-    }
-    
-    
     public void testWrongImplOfGetLoaderIssue62194() throws Exception {
         ClassLoader l = ImageUtilities.getLoader ();
         assertTrue("Error manager race condition activated", ErrMgr.switchDone);
diff --git a/openide.util/test/unit/src/org/openide/util/ImageUtilitiesTest.java b/openide.util/test/unit/src/org/openide/util/ImageUtilitiesTest.java
index 506ee0b..f1e60e7 100644
--- a/openide.util/test/unit/src/org/openide/util/ImageUtilitiesTest.java
+++ b/openide.util/test/unit/src/org/openide/util/ImageUtilitiesTest.java
@@ -47,6 +47,7 @@ import java.awt.Color;
 import java.awt.Image;
 import java.awt.Transparency;
 import java.awt.image.BufferedImage;
+import java.net.URL;
 import javax.swing.Icon;
 import junit.framework.*;
 
@@ -180,11 +181,17 @@ public class ImageUtilitiesTest extends TestCase {
         assertNotNull("Should not be null", icon);
         assertNotNull("Should not be null", image);
 
+        URL u = getClass().getResource("/org/openide/util/testimage.png");
+        assertNotNull("URL found", u);
+        assertEquals("URL obtained", u, image.getProperty("url", null));
+
         Icon icon2 = ImageUtilities.image2Icon(image);
         Image image2 = ImageUtilities.icon2Image(icon);
 
         assertEquals("Should be same instance", icon, icon2);
         assertEquals("Should be same instance", image, image2);
+
+        assertEquals("Url is still there", u, image2.getProperty("url", null));
     }
 
     public void testLoadingNonExisting() {
diff --git a/openide.util/test/unit/src/org/openide/util/InitJobTest.java b/openide.util/test/unit/src/org/openide/util/InitJobTest.java
deleted file mode 100644
index b93442c..0000000
--- a/openide.util/test/unit/src/org/openide/util/InitJobTest.java
+++ /dev/null
@@ -1,311 +0,0 @@
-/*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
- *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
- *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this file are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this file except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each file and include the License file at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this file to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this file under either the CDDL, the GPL Version 2 or
- * to extend the choice of license to its licensees as provided above.
- * However, if you add GPL Version 2 code and therefore, elected the GPL
- * Version 2 license, then the option applies only if the new code is
- * made subject to such option by the copyright holder.
- */
-
-package org.openide.util;
-
-import java.awt.AWTEvent;
-import java.awt.Dialog;
-import java.awt.Frame;
-import java.awt.Graphics;
-import java.awt.Toolkit;
-import java.awt.event.AWTEventListener;
-import java.awt.event.ActionEvent;
-import java.awt.event.ActionListener;
-import java.util.ArrayList;
-import java.util.EventListener;
-import javax.swing.JPanel;
-import javax.swing.SwingUtilities;
-import javax.swing.Timer;
-import org.netbeans.junit.NbTestCase;
-
-/**
- *
- * @author Dafe Simonek
- */
-public class InitJobTest extends NbTestCase {
-    /** testing dialog instance */
-    Dialog dlg;
-    /** arrays which hold calls history */
-    ArrayList constructCalls, finishCalls, cancelCalls;
-    /** event dispatch thread */
-    Thread edThread;
-    /** test component */
-    SimpleInitComp comp;
-    /** parent, main frame */
-    private Frame frame;
-    
-    /** Creates a new instance of UtilProgressCursorTest */
-    public InitJobTest(String testName) {
-        super(testName);
-    }
-    
-    /** Run tests in EQ thread, as it touches Swing */
-    protected boolean runInEQ() {
-        return true;
-    }
-
-    @Override
-    protected int timeOut() {
-        return 15000;
-    }
-    
-    /** Basic testing of Utilities.attachInitJob, if calls to AsyncGUIJob
-     * impl conforms to the API behaviour described in javadoc *
-     */
-    public void testInitJob() throws Exception {
-        System.out.println("Testing simple init job run");
-        initializeSimple();
-        comp = new SimpleInitComp();
-        Utilities.attachInitJob(comp, comp);
-        frame = new Frame();
-        frame.setSize(100, 100);
-        frame.setVisible(true);
-        dlg = new Dialog(frame, true);
-        dlg.setSize(50, 50);
-        dlg.add(comp);
-        dlg.setVisible(true);
-    }
-    
-    public void testCancelAbility() throws Exception {
-        System.out.println("Testing cancel ability of async init job");
-        initializeSimple();
-        initCancelResults();
-        CancelInitComp comp = new CancelInitComp();
-        Utilities.attachInitJob(comp, comp);
-        frame = new Frame();
-        frame.setSize(100, 100);
-        frame.setVisible(true);
-        dlg = new Dialog(frame, true);
-        dlg.setSize(50, 50);
-        dlg.add(comp);
-        dlg.setVisible(true);
-    }
-    
-    
-    /**********************************************************************/
-    
-    private void constructCalled(Thread thread, long time) {
-        constructCalls.add(new CallData(thread, time));
-    }
-    
-    private void finishCalled(Thread thread, long time) {
-        finishCalls.add(new CallData(thread, time));
-    }
-    
-    private void cancelCalled() {
-        cancelCalls.add(new CallData(Thread.currentThread(), System.currentTimeMillis()));
-    }
-    
-    private void checkSimpleResults() {
-        if (constructCalls.size() != 1) {
-            fail("AsyncGUIJob.construct was called " + constructCalls.size() +
-                    " times intead of just once.");
-        }
-        if (finishCalls.size() != 1) {
-            fail("AsyncGUIJob.finish was called " + finishCalls.size() +
-                    " times intead of just once.");
-        }
-        CallData constructCall = (CallData)constructCalls.get(0);
-        CallData finishCall = (CallData)finishCalls.get(0);
-        if (constructCall.thread.equals(edThread)) {
-            fail("AsyncGUIJob.construct *was* called from event dispatch thread, " +
-                    "which is wrong.");
-        }
-        if (!finishCall.thread.equals(edThread)) {
-            fail("AsyncGUIJob.finish *was not* called from event dispatch thread, " +
-                    "which is wrong.");
-        }
-        if (constructCall.time > finishCall.time) {
-            fail("AsyncGUIJob.finish was called before AsyncGUIJob.construct, " +
-                    "which is wrong.");
-        }
-        AWTEventListener[] awtListeners =
-                Toolkit.getDefaultToolkit().getAWTEventListeners(AWTEvent.PAINT_EVENT_MASK);
-        for (int i = 0; i < awtListeners.length; i++) {
-            if (awtListeners[i].getClass().equals(AsyncInitSupport.class)) {
-                fail("Probable memory leak: AsyncInitSupport didn't detached " +
-                        "from AWT toolkit.");
-            }
-        }
-        EventListener[] listeners = comp.getListeners(AsyncInitSupport.class);
-        if (listeners.length != 0) {
-            fail("Probable memory leak: AsyncInitSupport didn't detached " +
-                    "from component being inited " + comp);
-        }
-    }
-    
-    private void checkCancelResults() {
-        if (cancelCalls.size() != 1) {
-            fail("Cancellable.cancel was called " + cancelCalls.size() +
-                    " times intead of just once.");
-        }
-        if (finishCalls.size() != 0) {
-            fail("AsyncGUIJob.finish should not been called at all, but was called "
-                    + finishCalls.size() + " times.");
-        }
-    }
-    
-    private void initializeSimple() throws Exception {
-        constructCalls = new ArrayList();
-        finishCalls = new ArrayList();
-        if (SwingUtilities.isEventDispatchThread()) {
-            edThread = Thread.currentThread();
-        } else {
-            SwingUtilities.invokeAndWait(new Runnable() {
-                public void run() {
-                    edThread = Thread.currentThread();
-                }
-            });
-        }
-    }
-    
-    private void initCancelResults() {
-        cancelCalls = new ArrayList();
-    }
-    
-    /** Structure for holding data of method call */
-    private final static class CallData {
-        Thread thread;
-        long time;
-        
-        public CallData(Thread thread, long time) {
-            this.thread = thread;
-            this.time = time;
-        }
-    }
-    
-    /** Disposer of windows */
-    private final class TimerListener implements ActionListener {
-        /** true for cancel test, false otherwise */
-        private boolean cancel;
-        public TimerListener(boolean cancel) {
-            this.cancel = cancel;
-        }
-        public void actionPerformed(ActionEvent e) {
-            dlg.dispose();
-            frame.dispose();
-            if (cancel) {
-                checkCancelResults();
-            } else {
-                checkSimpleResults();
-            }
-        }
-    }
-    
-    /** Testing component for asynchronous init
-     */
-    private final class SimpleInitComp extends JPanel implements AsyncGUIJob {
-        
-        /** Worker method, can be called in any thread but event dispatch thread.
-         * Implement your time consuming work here.
-         * Always called and completed before {@link #finished} method.
-         *
-         */
-        public void construct() {
-            constructCalled(Thread.currentThread(), System.currentTimeMillis());
-        }
-        
-        /** Method to update UI using given data constructed in {@link #construct}
-         * method. Always called in event dispatch thread, after {@link #construct}
-         * method completed its execution.
-         *
-         */
-        public void finished() {
-            finishCalled(Thread.currentThread(), System.currentTimeMillis());
-        }
-        
-        public void paint(Graphics g) {
-            super.paint(g);
-            Timer timer = new Timer(1000, new TimerListener(false));
-            timer.setRepeats(false);
-            timer.start();
-        }
-        
-    } // end of SimpleInitComp
-    
-    /** Testing component for cancel during asynchronous init
-     */
-    private final class CancelInitComp extends JPanel implements AsyncGUIJob, Cancellable {
-        
-        /** Worker method, can be called in any thread but event dispatch thread.
-         * Implement your time consuming work here.
-         * Always called and completed before {@link #finished} method.
-         *
-         */
-        public void construct() {
-            // perform loooong task
-            try {
-                Thread.sleep(2000);
-            } catch (InterruptedException exc) {
-                // continue...
-            }
-        }
-        
-        /** Method to update UI using given data constructed in {@link #construct}
-         * method. Always called in event dispatch thread, after {@link #construct}
-         * method completed its execution.
-         *
-         */
-        public void finished() {
-            finishCalled(Thread.currentThread(), System.currentTimeMillis());
-        }
-        
-        public void paint(Graphics g) {
-            super.paint(g);
-            Timer timer = new Timer(1000, new TimerListener(true));
-            timer.setRepeats(false);
-            timer.start();
-        }
-        
-        /** Cancel processing of the job.
-         *
-         */
-        public boolean cancel() {
-            cancelCalled();
-            return true;
-        }
-        
-    } // end of SimpleInitComp
-    
-}
diff --git a/openide.util/test/unit/src/org/openide/util/LookupUsesRequestProcessorTest.java b/openide.util/test/unit/src/org/openide/util/LookupUsesRequestProcessorTest.java
index be0e76b..a8a60ce 100644
--- a/openide.util/test/unit/src/org/openide/util/LookupUsesRequestProcessorTest.java
+++ b/openide.util/test/unit/src/org/openide/util/LookupUsesRequestProcessorTest.java
@@ -62,7 +62,6 @@ implements LookupListener {
         super(s);
     }
 
-    @RandomlyFails // NB-Core-Build #3891: Count is now 1 expected:<1> but was:<0>
     public void testMetaInfLookupDeliversEventsInRPThread() throws InterruptedException {
         ClassLoader l = new MyCL();
         Lookup lkp = Lookups.metaInfServices(l);
@@ -72,12 +71,20 @@ implements LookupListener {
         assertNull("No runnables found", lkp.lookup(Runnable.class));
         assertNotNull("Thread found", lkp.lookup(Thread.class));
         assertNotNull("Now runnable found", lkp.lookup(Runnable.class));
+        synchronized (this) {
+            int retry = 5;
+            while (cnt == 0 && retry-- > 0) {
+                wait(1000);
+            }
+        }    
         assertEquals("Count is now 1", 1, cnt);
     }
 
-    public void resultChanged(LookupEvent unused) {
+    @Override
+    public synchronized void resultChanged(LookupEvent unused) {
         if (Thread.currentThread().getName().contains("request-processor")) {
             cnt++;
+            notifyAll();
             return;
         }
         fail("Changes shall be delivered in request processor thread. But was: " + Thread.currentThread().getName());
diff --git a/openide.util/test/unit/src/org/openide/util/MutexTest.java b/openide.util/test/unit/src/org/openide/util/MutexTest.java
index 7a91859..8f4bd3d 100644
--- a/openide.util/test/unit/src/org/openide/util/MutexTest.java
+++ b/openide.util/test/unit/src/org/openide/util/MutexTest.java
@@ -49,10 +49,8 @@ import java.lang.reflect.InvocationTargetException;
 import java.util.concurrent.atomic.AtomicBoolean;
 import java.util.logging.Level;
 import java.util.logging.Logger;
-import junit.framework.Test;
 import org.netbeans.junit.Log;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 
 public class MutexTest extends NbTestCase {
     Mutex.Privileged p;
@@ -64,12 +62,6 @@ public class MutexTest extends NbTestCase {
         super(testName);
     }
 
-    public static Test suite() {
-        NbTestSuite suite = new NbTestSuite(MutexTest.class);
-
-        return suite;
-    }
-    
     /** Sets up the test.
      */
     @Override
diff --git a/openide.util/test/unit/src/org/openide/util/MutexWrapTest.java b/openide.util/test/unit/src/org/openide/util/MutexWrapTest.java
index cb5f719..cfe77c0 100644
--- a/openide.util/test/unit/src/org/openide/util/MutexWrapTest.java
+++ b/openide.util/test/unit/src/org/openide/util/MutexWrapTest.java
@@ -45,9 +45,7 @@
 package org.openide.util;
 
 import java.util.concurrent.Executor;
-import junit.framework.Test;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.util.Mutex.Action;
 import org.openide.util.Mutex.ExceptionAction;
 
@@ -61,11 +59,6 @@ public class MutexWrapTest extends NbTestCase implements Executor {
         super(testName);
     }
 
-    public static Test suite() {
-//        return new MutexWrapTest("testPostRead");
-        return new NbTestSuite(MutexWrapTest.class);
-    }
-    
     /** Sets up the test.
      */
     @Override
diff --git a/openide.util/test/unit/src/org/openide/util/NetworkSettingsTest.java b/openide.util/test/unit/src/org/openide/util/NetworkSettingsTest.java
new file mode 100644
index 0000000..5953dce
--- /dev/null
+++ b/openide.util/test/unit/src/org/openide/util/NetworkSettingsTest.java
@@ -0,0 +1,119 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2011 Sun Microsystems, Inc.
+ */
+
+package org.openide.util;
+
+import java.net.InetSocketAddress;
+import java.net.URISyntaxException;
+import java.util.Collections;
+import java.io.IOException;
+import java.net.Proxy;
+import java.net.ProxySelector;
+import java.net.SocketAddress;
+import java.net.URI;
+import java.util.List;
+import junit.framework.TestCase;
+
+/**
+ *
+ * @author Jiri Rechtacek
+ */
+public class NetworkSettingsTest extends TestCase {
+    private static ProxySelector defaultPS;
+
+    public NetworkSettingsTest(String name) {
+        super(name);
+    }
+
+    @Override
+    public void setUp() {
+        if (defaultPS == null) {
+            defaultPS = ProxySelector.getDefault();
+        }
+        ProxySelector ps = new ProxySelector() {
+
+            @Override
+            public List<Proxy> select(URI uri) {
+                if (uri == null) {
+                    return Collections.singletonList(Proxy.NO_PROXY);
+                }
+                if (uri.toString().equals("http://localhost")) {
+                    return Collections.singletonList(Proxy.NO_PROXY);
+                } else if (uri.toString().startsWith("http://inner")) {
+                    return Collections.singletonList(Proxy.NO_PROXY);
+                } else {
+                    return Collections.singletonList(new Proxy(Proxy.Type.HTTP, new InetSocketAddress("corpcache.cache", 1234)));
+                }
+            }
+
+            @Override
+            public void connectFailed(URI uri, SocketAddress sa, IOException ioe) {
+                throw new UnsupportedOperationException("Not supported yet.");
+            }
+        };
+        ProxySelector.setDefault(ps);
+    }
+
+    @Override
+    public void tearDown() {
+        ProxySelector.setDefault(defaultPS);
+    }
+
+    public void testGetProxyForLocalhost() throws URISyntaxException {
+        URI u = new URI("http://localhost");
+        assertNull("NetworkSettings.getProxyHost() returns null for " + u, NetworkSettings.getProxyHost(u));
+        assertNull("NetworkSettings.getProxyPort() returns null for " + u, NetworkSettings.getProxyPort(u));
+    }
+
+    public void testGetProxyForRemote() throws URISyntaxException {
+        URI u = new URI("http://remove.org");
+        assertEquals("Check NetworkSettings.getProxyHost() for " + u, "corpcache.cache", NetworkSettings.getProxyHost(u));
+        assertEquals("Check NetworkSettings.getProxyPort() for " + u, "1234", NetworkSettings.getProxyPort(u));
+    }
+
+    public void testGetProxyForIntra() throws URISyntaxException {
+        URI u = new URI("http://inner.private.web");
+        assertNull("NetworkSettings.getProxyHost() returns null for " + u, NetworkSettings.getProxyHost(u));
+        assertNull("NetworkSettings.getProxyPort() returns null for " + u, NetworkSettings.getProxyPort(u));
+    }
+
+}
\ No newline at end of file
diff --git a/openide.util/test/unit/src/org/openide/util/RequestProcessor180386Test.java b/openide.util/test/unit/src/org/openide/util/RequestProcessor180386Test.java
index e058c62..21c1d8c 100644
--- a/openide.util/test/unit/src/org/openide/util/RequestProcessor180386Test.java
+++ b/openide.util/test/unit/src/org/openide/util/RequestProcessor180386Test.java
@@ -53,10 +53,9 @@ import java.util.concurrent.CountDownLatch;
 import java.util.concurrent.Future;
 import java.util.concurrent.ScheduledFuture;
 import java.util.concurrent.TimeUnit;
+import java.util.concurrent.atomic.AtomicBoolean;
 import java.util.concurrent.atomic.AtomicInteger;
-import junit.framework.Test;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.netbeans.junit.RandomlyFails;
 
 /**
@@ -69,14 +68,6 @@ public class RequestProcessor180386Test extends NbTestCase {
         super(testName);
     }
 
-    public static Test suite() {
-        Test t = null;
-        if (t == null) {
-            t = new NbTestSuite(RequestProcessor180386Test.class);
-        }
-        return t;
-    }
-
     public void testSubmit() throws Exception {
         class C implements Callable<String> {
 
@@ -188,7 +179,7 @@ public class RequestProcessor180386Test extends NbTestCase {
         }
         assertFalse("All tasks should not have completed", allFinished);
         assertTrue("At least one task shall complete", finishedCount >= 1);
-        assertFalse(notRun.isEmpty());
+        assertTrue(notRun.isEmpty());
         assertTrue(rp.isShutdown());
         //Technically not provable due to "spurious wakeups"
         //        assertEquals (1, finishedCount);
@@ -203,11 +194,6 @@ public class RequestProcessor180386Test extends NbTestCase {
             fail("Should not be able to shutdownNow() default RP");
         } catch (Exception e) {
         }
-        for (Runnable nr : notRun) {
-            assertTrue ("Shutdown is not returning submitted runnables - got a "
-                    + nr.getClass().getName() + " instead of " +
-                    R.class.getName(), nr.getClass() == R.class);
-        }
     }
 
     public void testAwaitTermination() throws Exception {
@@ -254,7 +240,7 @@ public class RequestProcessor180386Test extends NbTestCase {
             lock.notifyAll();
         }
         rp.shutdown();
-        boolean awaitTermination = rp.awaitTermination(Long.MAX_VALUE, TimeUnit.MILLISECONDS);
+        boolean awaitTermination = rp.awaitTermination(1, TimeUnit.DAYS);
         assertTrue(awaitTermination);
         assertTrue(rp.isShutdown());
         assertTrue(rp.isTerminated());
@@ -930,9 +916,9 @@ public class RequestProcessor180386Test extends NbTestCase {
                 }
             }
             C c = new C();
-            int delay = 5000;
+            long delay = 5000;
             //Use a 20 second timeout to have a reasonable chance of accuracy
-            ScheduledFuture<String> f = rp.schedule(c, delay, TimeUnit.MILLISECONDS);
+            ScheduledFuture<String> f = rp.schedule(c, delay * 1000, TimeUnit.MICROSECONDS);
             assertEquals (5000, f.getDelay(TimeUnit.MILLISECONDS));
             assertNotNull(f.get());
             //Allow 4 seconds fudge-factor
@@ -1177,32 +1163,101 @@ public class RequestProcessor180386Test extends NbTestCase {
         assertFalse (r.interrupted);
     }
 
-    @RandomlyFails // NB-Core-Build #4158: !f.cancelled
-    public void testCancelDoesInterruptIfRequestProcessorSpecifiesItEvenIfFalsePassedToFutureDotCancel() throws Exception {
-        RequestProcessor rp = new RequestProcessor ("X", 3, true, true);
-        final CountDownLatch releaseForRun = new CountDownLatch(1);
-        final CountDownLatch enterLatch = new CountDownLatch(1);
-        final CountDownLatch exitLatch = new CountDownLatch(1);
-        class R implements Runnable {
-            volatile boolean interrupted;
+    public void testSubmittedTasksExecutedBeforeShutdown() throws InterruptedException {
+        final CountDownLatch startLatch = new CountDownLatch(1);
+        final CountDownLatch executedLatch = new CountDownLatch(2);
+        Runnable dummyRunnable = new Runnable() {
+
             @Override
             public void run() {
-                enterLatch.countDown();
                 try {
-                    releaseForRun.await();
+                    startLatch.await();
+                    Thread.sleep(100);
                 } catch (InterruptedException ex) {
-                    interrupted = true;
+                    Thread.currentThread().interrupt();
+                } finally {
+                    executedLatch.countDown();
+                }
+            }
+        };
+        
+        RequestProcessor rp = new RequestProcessor("X", 1);
+        rp.submit(dummyRunnable);
+        rp.submit(dummyRunnable);
+        rp.shutdown();
+        startLatch.countDown();
+        
+        assertTrue("Submitted tasks not executed", executedLatch.await(5, TimeUnit.SECONDS));
+    }
+    
+    public void testExecutingTasksNotInterruptedOnShutdown() throws InterruptedException {
+        final CountDownLatch startLatch = new CountDownLatch(2);
+        final CountDownLatch blockingLatch = new CountDownLatch(1);
+        final CountDownLatch executedLatch = new CountDownLatch(1);
+        final AtomicBoolean interrupted = new AtomicBoolean(false);
+        Runnable dummyRunnable = new Runnable() {
+
+            @Override
+            public void run() {
+                try {
+                    startLatch.countDown();
+                    startLatch.await();
+                    blockingLatch.await();
+                } catch (InterruptedException ex) {
+                    interrupted.set(true);
+                    Thread.currentThread().interrupt();
+                } finally {
+                    executedLatch.countDown();
                 }
-                interrupted |= Thread.interrupted();
-                exitLatch.countDown();
             }
+        };
+        
+        RequestProcessor rp = new RequestProcessor("X", 1);
+        rp.submit(dummyRunnable);
+        startLatch.countDown();
+        try {
+            startLatch.await();
+        } catch (InterruptedException ex) {
+            Exceptions.printStackTrace(ex);
         }
-        R r = new R();
-        Future<?> f = rp.submit(r);
-        enterLatch.await();
-        f.cancel(false);
-        assertTrue (f.isCancelled());
-        exitLatch.await();
-        assertTrue (r.interrupted);
+        rp.shutdown();
+        blockingLatch.countDown();
+        executedLatch.await();
+        assertFalse("Executing tasks interrupted", interrupted.get());
     }
+    
+    public void testAwaitingTasksReturnedOnShutdownNow() throws InterruptedException {
+        final CountDownLatch startupLatch = new CountDownLatch(2);
+        final CountDownLatch blockingLatch = new CountDownLatch(1);
+        Runnable blockingRunnable = new Runnable() {
+
+            @Override
+            public void run() {
+                try {
+                    startupLatch.countDown();
+                    startupLatch.await();
+                    blockingLatch.await();
+                } catch (InterruptedException ex) {
+                    Thread.currentThread().interrupt();
+                }
+            }
+        };
+        
+        Runnable awaitingRunnable = new Runnable() {
+
+            @Override
+            public void run() {
+                // noop
+            }
+        };
+        
+        RequestProcessor rp = new RequestProcessor("X", 1);
+        rp.submit(blockingRunnable);
+        startupLatch.countDown();
+        startupLatch.await();
+        rp.submit(awaitingRunnable);
+        Set<Runnable> awaiting = new HashSet<Runnable>(rp.shutdownNow());
+        assertTrue("Awaiting task not returned on shutdownNow()", awaiting.contains(awaitingRunnable));
+        assertFalse("Running task returned on shutdownNow()", awaiting.contains(blockingRunnable));
+    }    
 }
diff --git a/openide.util/test/unit/src/org/openide/util/RequestProcessorTest.java b/openide.util/test/unit/src/org/openide/util/RequestProcessorTest.java
index e672173..99f3eab 100644
--- a/openide.util/test/unit/src/org/openide/util/RequestProcessorTest.java
+++ b/openide.util/test/unit/src/org/openide/util/RequestProcessorTest.java
@@ -45,11 +45,11 @@
 package org.openide.util;
 
 import java.lang.ref.*;
+import java.util.concurrent.atomic.AtomicInteger;
 import java.util.logging.Handler;
 import java.util.logging.LogRecord;
 import java.util.logging.Level;
 import java.util.logging.Logger;
-import junit.framework.Test;
 import org.openide.ErrorManager;
 import org.netbeans.junit.*;
 
@@ -64,13 +64,9 @@ public class RequestProcessorTest extends NbTestCase {
         super(testName);
     }
 
-    public static Test suite() {
-        Test t = null;
-//        t = new RequestProcessorTest("testPriorityInversionOnFinishedTasks");
-        if (t == null) {
-            t = new NbTestSuite(RequestProcessorTest.class);
-        }
-        return t;
+    @Override
+    protected int timeOut() {
+        return 30000;
     }
 
     @Override
@@ -93,6 +89,42 @@ public class RequestProcessorTest extends NbTestCase {
             ).initCause(ex);
         }
     }
+
+    public void testNonParallelReSchedule() throws Exception {
+        final AtomicInteger counter = new AtomicInteger();
+        final AtomicInteger peek = new AtomicInteger();
+        peek.set(1);
+
+        class R implements Runnable {
+
+            @Override
+            public void run() {
+                try {
+                    int cnt = counter.incrementAndGet();
+                    Thread.sleep(200);
+                    int now = counter.get();
+                    if (now > peek.get()) {
+                        peek.set(now);
+                    }
+                    counter.decrementAndGet();
+                } catch (InterruptedException ex) {
+                    throw new RuntimeException(ex);
+                }
+            }
+        }
+        R run = new R();
+        RequestProcessor RP = new RequestProcessor("testNonParallelReSchedule", 20);
+        RequestProcessor.Task task = RP.create(run);
+        for (int i = 0; i < 20; i++) {
+            task.schedule(0);
+            Thread.sleep(10);
+        }
+        for (int i = 0; i < 50; i++) {
+            task.waitFinished();
+        }
+
+        assertEquals("At most one task at once", 1, peek.get());
+    }
     
     
     /** A test to check that objects are executed in the right order.
diff --git a/openide.util/test/unit/src/org/openide/util/WeakSetTest.java b/openide.util/test/unit/src/org/openide/util/WeakSetTest.java
index 142a88c..73e3205 100644
--- a/openide.util/test/unit/src/org/openide/util/WeakSetTest.java
+++ b/openide.util/test/unit/src/org/openide/util/WeakSetTest.java
@@ -47,6 +47,8 @@ package org.openide.util;
 import java.lang.ref.Reference;
 import java.lang.ref.WeakReference;
 import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.ConcurrentModificationException;
 import java.util.Iterator;
 import java.util.List;
 import java.util.Set;
@@ -60,6 +62,25 @@ public class WeakSetTest extends NbTestCase {
     public WeakSetTest(String testName) {
         super(testName);
     }
+    
+    public void testPutTwice() {
+        Object obj = new Object();
+        
+        WeakSet<Object> ws = new WeakSet<Object>();
+        assertTrue("Object added", ws.add(obj));
+        assertFalse("No change", ws.add(obj));
+        assertEquals("size", 1, ws.size());
+        assertSame("First is obj", obj, ws.iterator().next());
+    }
+
+    public void testPutNullTwice() {
+        WeakSet<Object> ws = new WeakSet<Object>();
+        assertEquals("Returns null on first try", null, ws.putIfAbsent(null));
+        assertFalse("No change", ws.add(null));
+        assertEquals("size", 1, ws.size());
+        assertNull("First is obj", ws.iterator().next());
+        assertNull("Returns null on 3rd try", ws.putIfAbsent(null));
+    }
 
     public void testToArrayMayContainNullsIssue42271 () {
         class R implements Runnable {
@@ -231,4 +252,63 @@ public class WeakSetTest extends NbTestCase {
         }
         exec.shutdownNow();
     }    
+    
+    public void testAddRemove() {
+        Set<Object> set = new WeakSet<Object>();
+        Object obj = new Integer(1);
+        assertTrue("have to be new object", set.add(obj));
+        Object obj2 = new Integer(1);
+        assertFalse("object have to be already in set", set.add(obj2));
+        assertTrue("object have to be removed correctly", set.remove(obj2));
+        assertFalse("set have to be empty", set.remove(obj));
+        assertTrue("set have to be empty", set.isEmpty());
+
+    }
+
+    public void testConcurrentExceptions() {
+        Object[] arr = new Object[]{new Integer(1), new Long(2), new Double(3)};
+        Set<Object> set = new WeakSet<Object>();
+        set.addAll(Arrays.asList(arr));
+
+        for (Object object : set) {
+            set.remove(new Boolean(true));
+        }
+
+        boolean gotException = false;
+        try {
+            for (Object object : set) {
+                set.remove(new Long(2));
+            }
+            fail("concurrent exception is expected");
+        } catch (ConcurrentModificationException ex) {
+            gotException = true;
+        }
+        assertTrue("ConcurrentModificationException is expected", gotException);
+    }
+    
+    public void testClone() {
+        Object[] arr = new Object[]{new Integer(1), new Long(2), new Double(3)};
+        WeakSet<Object> set = new WeakSet<Object>();
+        set.addAll(Arrays.asList(arr));
+        Set<Object> second = (Set<Object>) set.clone();
+        assertEquals(second, set);
+        assertTrue(second.size() == 3);
+        set.remove(arr[0]);
+        assertFalse(second.equals(set));
+        String s = "GCing " + arr[0];
+        Reference<Object> r = new WeakReference(arr[0]);
+        arr[0] = null;
+        NbTestCase.assertGC(s, r);
+        assertEquals(second, set);
+        assertTrue(second.size() == 2);
+        
+        class MySet extends WeakSet {
+            
+        }
+        WeakSet<Object> cloningSet = new MySet();
+        cloningSet.addAll(set);
+        Object clone = cloningSet.clone();
+        assertTrue(clone instanceof MySet);
+        assertEquals(clone, set);
+    }
 }
diff --git a/openide.util/test/unit/src/org/openide/xml/XMLUtilTest.java b/openide.util/test/unit/src/org/openide/xml/XMLUtilTest.java
index 686b2dc..0caeb15 100644
--- a/openide.util/test/unit/src/org/openide/xml/XMLUtilTest.java
+++ b/openide.util/test/unit/src/org/openide/xml/XMLUtilTest.java
@@ -71,7 +71,6 @@ import org.xml.sax.ErrorHandler;
 import org.xml.sax.InputSource;
 import org.xml.sax.SAXException;
 import org.xml.sax.SAXParseException;
-import org.xml.sax.XMLReader;
 import org.xml.sax.helpers.DefaultHandler;
 
 public class XMLUtilTest extends NbTestCase {
@@ -80,31 +79,14 @@ public class XMLUtilTest extends NbTestCase {
         super(testName);
     }
     
-    public void testCreateXMLReader() {
-        
-        XMLReader parser = null;
-        
-        try {
-            parser = XMLUtil.createXMLReader();
-        } catch (Exception ex) {
-            ex.printStackTrace();
-        }
-                
-        // Add your test code below by replacing the default call to fail.
-        if (parser == null) fail("Cannot create XML reader");
+    public void testCreateXMLReader() throws Exception {
+        XMLUtil.createXMLReader();
+        // XXX now what?
     }
     
-    public void testCreateDocument() {
-       
-        Document doc = null;
-        try {
-            doc = XMLUtil.createDocument("root", null, null, null);
-        } catch (Exception ex) {
-            ex.printStackTrace();
-        }
-        
-        // Add your test code below by replacing the default call to fail.
-        if (doc == null) fail("The test case is empty.");
+    public void testCreateDocument() throws Exception {
+        XMLUtil.createDocument("root", null, null, null);
+        // XXX now what?
     }
     
     public void testWrite() throws Exception {
@@ -142,24 +124,24 @@ public class XMLUtilTest extends NbTestCase {
         String data2 = baos.toString("UTF-8");
         //System.err.println("data2:\n" + data2);
         assertTrue(data2, data2.indexOf("foo") != -1);
-        assertTrue(data2, data2.indexOf("x") != -1);
+        assertTrue(data2, data2.indexOf('x') != -1);
         assertTrue(data2, data2.indexOf("DOCTYPE") != -1);
         assertTrue(data2, data2.indexOf("The foo DTD") != -1);
         assertTrue(data2, data2.indexOf("http://nowhere.net/foo.dtd") != -1);
     }
     private static final class Handler implements ErrorHandler {
-        public void error(SAXParseException exception) throws SAXException {
+        public @Override void error(SAXParseException exception) throws SAXException {
             throw exception;
         }
-        public void fatalError(SAXParseException exception) throws SAXException {
+        public @Override void fatalError(SAXParseException exception) throws SAXException {
             throw exception;
         }
-        public void warning(SAXParseException exception) throws SAXException {
+        public @Override void warning(SAXParseException exception) throws SAXException {
             throw exception;
         }
     }
     private static final class Resolver implements EntityResolver {
-        public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException {
+        public @Override InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException {
             assertEquals("The foo DTD", publicId);
             assertEquals("http://nowhere.net/foo.dtd", systemId);
             String data = "<!ELEMENT foo (x+)><!ELEMENT x EMPTY>";
@@ -434,7 +416,7 @@ public class XMLUtilTest extends NbTestCase {
         ByteArrayOutputStream baos = new ByteArrayOutputStream();
         XMLUtil.write(doc, baos, "UTF-8");
 
-        String data = baos.toString("UTF-8");
+        String data = baos.toString("UTF-8").replace("\r\n", "\n");
         assertTrue("Can't find CDATA section", data.indexOf("<![CDATA[" + cdataContent + "]]>") != -1);
         
         // parse the data back to DOM
@@ -478,7 +460,7 @@ public class XMLUtilTest extends NbTestCase {
                 "<root xmlns=\"some://where\">\n" +
                 "    <hello>there</hello>\n" +
                 "</root>\n";
-        assertEquals(expanded, baos.toString("UTF-8"));
+        assertEquals(expanded, baos.toString("UTF-8").replace("\r\n", "\n"));
         // XXX #160806 reported a problem with "xml:base" being consider a no-NS attr; not yet caught by test
         // Try again with no xmlns specified in entity; should inherit from main.xml:
         TestFileUtils.writeFile(ent, "<hello>there</hello>");
@@ -486,7 +468,7 @@ public class XMLUtilTest extends NbTestCase {
         XMLUtil.validate(doc.getDocumentElement(), s);
         baos = new ByteArrayOutputStream();
         XMLUtil.write(doc, baos, "UTF-8");
-        assertEquals(expanded, baos.toString("UTF-8"));
+        assertEquals(expanded, baos.toString("UTF-8").replace("\r\n", "\n"));
     }
 
     public void testHandlerLeak() throws Exception {
@@ -696,7 +678,7 @@ public class XMLUtilTest extends NbTestCase {
 
         ByteArrayOutputStream baos = new ByteArrayOutputStream();
         XMLUtil.write(dstDoc, baos, "UTF-8");
-        assertEquals(resultXml, baos.toString());
+        assertEquals(resultXml, baos.toString().replace("\r\n", "\n"));
 
         assertEquals(1, dstDoc.getChildNodes().getLength());
         Element root = dstDoc.getDocumentElement();
diff --git a/openide.windows/apichanges.xml b/openide.windows/apichanges.xml
index 5dccb3b..ec68eec 100644
--- a/openide.windows/apichanges.xml
+++ b/openide.windows/apichanges.xml
@@ -50,6 +50,57 @@ made subject to such option by the copyright holder.
 <apidef name="winsys">Window System API</apidef>
 </apidefs>
 <changes>
+<change id="mainwindow.custom.background">
+    <api name="winsys"/>
+    <summary>Allow custom painted background in the main IDE window.</summary>
+    <version major="6" minor="38"/>
+    <date day="15" month="2" year="2011"/>
+    <author login="saubrecht"/>
+    <compatibility addition="no" binary="compatible" source="compatible" semantic="compatible" deprecation="no" deletion="no" modification="no"/>
+    <description>
+        There's a new Boolean property <code>NbMainWindow.showCustomBackground</code>
+        in <code>javax.swing.UIManager</code>. When the property value is <code>TRUE</code>
+        then the window system will turn off opacity for most of the main window
+        components - menu bar, toolbars, status bar, sliding bars and the main
+        desktop area component. That means that the main window background will
+        be showing through these components. It can be used to paint some watermark
+        or logo or gradient on the main window background, especially when using
+        custom main window implementation, see change id reuse.existing.frame.as.the.main.window
+    </description>
+</change>
+<change id="topcomponent.registration">
+    <api name="winsys"/>
+    <summary>Register default TopComponent location via annotations</summary>
+    <version major="6" minor="37"/>
+    <date day="30" month="11" year="2010"/>
+    <author login="jtulach"/>
+    <compatibility addition="no" binary="compatible" source="compatible" semantic="compatible" deprecation="no" deletion="no" modification="no"/>
+    <description>
+        Use <a href="@TOP@/org/openide/windows/TopComponent.Registration.html">TopComponent.Registration</a>,
+        <a href="@TOP@/org/openide/windows/TopComponent.Description.html">TopComponent.Description</a> and
+        <a href="@TOP@/org/openide/windows/TopComponent.OpenActionRegistration.html">TopComponent.OpenActionRegistration</a>
+        to register default location of a 
+        <a href="@TOP@/org/openide/windows/TopComponent.html">TopComponent</a>,
+        some of its properties and action to open it.
+    </description>
+    <class package="org.openide.windows" name="TopComponent"/>
+    <issue number="191407"/>
+</change>
+<change id="reuse.existing.frame.as.the.main.window">
+    <api name="winsys"/>
+    <summary>Reuse existing JFrame instance (if any) as IDE's main window.</summary>
+    <version major="6" minor="36"/>
+    <date day="23" month="11" year="2010"/>
+    <author login="saubrecht"/>
+    <compatibility addition="no" binary="compatible" source="compatible" semantic="compatible" deprecation="no" deletion="no" modification="no"/>
+    <description>
+        When window system loads it checks for existing Frames (java.awt.Frame.getFrames()) and
+        if there is a JFrame whose name is "NbMainWindow" then it is reused as the main window.
+        Main menu, toolbars and content pane will be put into this existing JFrame.
+        If there isn't such a JFrame instance then a new empty JFrame is created
+        and used for the main window - the same way as before this change.
+    </description>
+</change>
 
 <change id="retain.non.persistent.topcomponent.locations">
     <api name="winsys"/>
diff --git a/openide.windows/arch.xml b/openide.windows/arch.xml
index 7ea4205..586a566 100644
--- a/openide.windows/arch.xml
+++ b/openide.windows/arch.xml
@@ -607,13 +607,22 @@ Yes. Component can control its persistence and way how they are displayed in con
     </api>
 
     <api type="export" group="property" name="org.netbeans.core.windows.Splitter.Respect.MinimumSize.Enabled" category="stable">
-         Name of resource bundle property which forces splitter to ingore TopComponent 
-         minimum size when resizing when its value is set to <code>false</code>, 
+         Name of resource bundle property which forces splitter to ingore TopComponent
+         minimum size when resizing when its value is set to <code>false</code>,
          the default value is <code>true</code>.
          When this feature is enabled then the splitter bars will not move beyond
          the minimum size of its TopComponents.
          The property value can be adjusted by branding of <code>org.netbeans.core.windows</code> module.
     </api>
+
+    <api type="export" group="property" name="NbMainWindow.showCustomBackground" category="stable">
+         Name of boolean property in <code>javax.swing.UIManager</code>. When the property value
+         is <code>TRUE</code> then the window system will turn off opacity
+        for most of the main window components - menu bar, toolbars, status bar,
+        sliding bars and the main desktop area component. That means that the main
+        window background will be showing through these components.
+        The property value must be set before the window system loads.
+    </api>
 </answer>
 
 
diff --git a/openide.windows/manifest.mf b/openide.windows/manifest.mf
index fabe14c..6cc24c0 100644
--- a/openide.windows/manifest.mf
+++ b/openide.windows/manifest.mf
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.openide.windows
-OpenIDE-Module-Specification-Version: 6.33.1
+OpenIDE-Module-Specification-Version: 6.39.1
 OpenIDE-Module-Localizing-Bundle: org/openide/windows/Bundle.properties
 AutoUpdate-Essential-Module: true
 
diff --git a/openide.windows/nbproject/org-openide-windows.sig b/openide.windows/nbproject/org-openide-windows.sig
index e74a4fe..c9048fd 100644
--- a/openide.windows/nbproject/org-openide-windows.sig
+++ b/openide.windows/nbproject/org-openide-windows.sig
@@ -1,8 +1,8 @@
 #Signature file v4.1
-#Version 6.30
+#Version 6.33
 
 CLSS public abstract java.awt.Component
-cons protected Component()
+cons protected init()
 fld public final static float BOTTOM_ALIGNMENT = 1.0
 fld public final static float CENTER_ALIGNMENT = 0.5
 fld public final static float LEFT_ALIGNMENT = 0.0
@@ -272,11 +272,11 @@ meth public void transferFocusUpCycle()
 meth public void update(java.awt.Graphics)
 meth public void validate()
 supr java.lang.Object
-hfds FOCUS_TRAVERSABLE_DEFAULT,FOCUS_TRAVERSABLE_SET,FOCUS_TRAVERSABLE_UNKNOWN,LOCK,accessibleContext,actionListenerK,adjustmentListenerK,appContext,background,backgroundEraseDisabled,boundsOp,bufferStrategy,changeSupport,coalesceEventsParams,coalesceMap,coalescingEnabled,componentListener,componentListenerK,componentOrientation,componentSerializedDataVersion,compoundShape,containerListenerK,cursor,dbg,dropTarget,enabled,eventCache,eventMask,focusListener,focusListenerK,focusLog,focusTraversalKeyPropertyNames,focusTraversalKeys,focusTraversalKeysEnabled,focusable,font,foreground,graphicsConfig,height,hierarchyBoundsListener,hierarchyBoundsListenerK,hierarchyListener,hierarchyListenerK,ignoreRepaint,incRate,inputMethodListener,inputMethodListenerK,isAddNotifyComplete,isFocusTraversableOverridden,isInc,isPacked,itemListenerK,keyListener,keyListenerK,locale,log,maxSize,maxSizeSet,minSize,minSizeSet,mixingCutoutRegion,mixingLog,mouseListener,mouseListenerK,mouseMotionListener,mouseMotionListenerK,mouseWheelListener,mouseWheelListenerK,name,nameExplicitlySet,nativeInLightFixer,newEventsOnly,objectLock,ownedWindowK,parent,peer,peerFont,popups,prefSize,prefSizeSet,privateKey,requestFocusController,serialVersionUID,textListenerK,valid,visible,width,windowClosingException,windowFocusListenerK,windowListenerK,windowStateListenerK,x,y
-hcls AWTTreeLock,BltSubRegionBufferStrategy,DummyRequestFocusController,FlipSubRegionBufferStrategy,NativeInLightFixer,ProxyCapabilities,SingleBufferStrategy
+hfds FOCUS_TRAVERSABLE_DEFAULT,FOCUS_TRAVERSABLE_SET,FOCUS_TRAVERSABLE_UNKNOWN,LOCK,accessibleContext,actionListenerK,adjustmentListenerK,appContext,background,boundsOp,bufferStrategy,changeSupport,changeSupportLock,coalesceEventsParams,coalesceMap,coalescingEnabled,componentListener,componentListenerK,componentOrientation,componentSerializedDataVersion,compoundShape,containerListenerK,cursor,dropTarget,enabled,eventCache,eventLog,eventMask,focusListener,focusListenerK,focusLog,focusTraversalKeyPropertyNames,focusTraversalKeys,focusTraversalKeysEnabled,focusable,font,foreground,graphicsConfig,height,hierarchyBoundsListener,hierarchyBoundsListenerK,hierarchyListener,hierarchyListenerK,ignoreRepaint,incRate,inputMethodListener,inputMethodListenerK,isAddNotifyComplete,isFocusTraversableOverridden,isInc,isPacked,itemListenerK,keyListener,keyListenerK,locale,log,maxSize,maxSizeSet,minSize,minSizeSet,mixingLog,mouseListener,mouseListenerK,mouseMotionListener,mouseMotionListenerK,mouseWheelListener,mouseWheelListenerK,name,nameExplicitlySet,nativeInLightFixer,newEventsOnly,opaquePropertyChangeListener,ownedWindowK,parent,peer,peerFont,popups,prefSize,prefSizeSet,requestFocusController,serialVersionUID,textListenerK,valid,visible,width,windowClosingException,windowFocusListenerK,windowListenerK,windowStateListenerK,x,y
+hcls AWTTreeLock,BltSubRegionBufferStrategy,DummyRequestFocusController,FlipSubRegionBufferStrategy,NativeInLightFixer,SingleBufferStrategy
 
 CLSS public java.awt.Container
-cons public Container()
+cons public init()
 innr protected AccessibleAWTContainer
 meth protected java.lang.String paramString()
 meth protected void addImpl(java.awt.Component,java.lang.Object,int)
@@ -353,12 +353,11 @@ meth public void setFocusTraversalKeys(int,java.util.Set<? extends java.awt.AWTK
 meth public void setFocusTraversalPolicy(java.awt.FocusTraversalPolicy)
 meth public void setFont(java.awt.Font)
 meth public void setLayout(java.awt.LayoutManager)
-meth public void transferFocusBackward()
 meth public void transferFocusDownCycle()
 meth public void update(java.awt.Graphics)
 meth public void validate()
 supr java.awt.Component
-hfds EMPTY_ARRAY,INCLUDE_SELF,SEARCH_HEAVYWEIGHTS,component,containerListener,containerSerializedDataVersion,dbg,descendantsCount,dispatcher,focusCycleRoot,focusTraversalPolicy,focusTraversalPolicyProvider,layoutMgr,listeningBoundsChildren,listeningChildren,mixingLog,modalAppContext,modalComp,numOfHWComponents,numOfLWComponents,preserveBackgroundColor,printing,printingThreads,serialPersistentFields,serialVersionUID
+hfds INCLUDE_SELF,SEARCH_HEAVYWEIGHTS,component,containerListener,containerSerializedDataVersion,descendantsCount,dispatcher,eventLog,focusCycleRoot,focusTraversalPolicy,focusTraversalPolicyProvider,layoutMgr,listeningBoundsChildren,listeningChildren,log,mixingLog,modalAppContext,modalComp,ncomponents,numOfHWComponents,numOfLWComponents,printing,printingThreads,serialPersistentFields,serialVersionUID
 hcls DropTargetEventTargetFilter,EventTargetFilter,MouseEventTargetFilter,WakingRunnable
 
 CLSS public abstract interface java.awt.MenuContainer
@@ -395,7 +394,7 @@ CLSS public abstract interface !annotation java.lang.Deprecated
 intf java.lang.annotation.Annotation
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -440,7 +439,7 @@ CLSS public abstract interface javax.accessibility.Accessible
 meth public abstract javax.accessibility.AccessibleContext getAccessibleContext()
 
 CLSS public abstract javax.swing.JComponent
-cons public JComponent()
+cons public init()
 fld protected javax.accessibility.AccessibleContext accessibleContext
 fld protected javax.swing.event.EventListenerList listenerList
 fld protected javax.swing.plaf.ComponentUI ui
@@ -594,11 +593,11 @@ meth public void unregisterKeyboardAction(javax.swing.KeyStroke)
 meth public void update(java.awt.Graphics)
 meth public void updateUI()
 supr java.awt.Container
-hfds ACTIONMAP_CREATED,ANCESTOR_INPUTMAP_CREATED,ANCESTOR_NOTIFIER_KEY,ANCESTOR_USING_BUFFER,AUTOSCROLLS_SET,COMPLETELY_OBSCURED,CREATED_DOUBLE_BUFFER,DEBUG_GRAPHICS_LOADED,FOCUS_INPUTMAP_CREATED,FOCUS_TRAVERSAL_KEYS_BACKWARD_SET,FOCUS_TRAVERSAL_KEYS_FORWARD_SET,INHERITS_POPUP_MENU,INPUT_VERIFIER_KEY,INPUT_VERIFIER_SOURCE_KEY,IS_DOUBLE_BUFFERED,IS_OPAQUE,IS_PAINTING_TILE,IS_PRINTING,IS_PRINTING_ALL,IS_REPAINTING,KEYBOARD_BINDINGS_KEY,KEY_EVENTS_ENABLED,NEXT_FOCUS,NOT_OBSCURED,OPAQUE_SET,PARTIALLY_OBSCURED,REQUEST_FOCUS_DISABLED,RESERVED_1,RESERVED_2,RESERVED_3,RESERVED_4,RESERVED_5,RESERVED_6,TRANSFER_HANDLER_KEY,WHEN_IN_FOCUSED_WINDOW_BINDINGS,WIF_INPUTMAP_CREATED,WRITE_OBJ_COUNTER_FIRST,WRITE_OBJ_COUNTER_LAST,aaTextInfo,actionMap,alignmentX,alignmentY,ancestorInputMap,autoscrolls,border,clientProperties,componentObtainingGraphicsFrom,componentObtainingGraphicsFromLock,defaultLocale,flags,focusController,focusInputMap,inputVerifier,isAlignmentXSet,isAlignmentYSet,managingFocusBackwardTraversalKeys,managingFocusForwardTraversalKeys,paintingChild,popupMenu,readObjectCallbacks,tempRectangles,uiClassID,verifyInputWhenFocusTarget,vetoableChangeSupport,windowInputMap
+hfds ACTIONMAP_CREATED,ANCESTOR_INPUTMAP_CREATED,ANCESTOR_USING_BUFFER,AUTOSCROLLS_SET,COMPLETELY_OBSCURED,CREATED_DOUBLE_BUFFER,DEBUG_GRAPHICS_LOADED,FOCUS_INPUTMAP_CREATED,FOCUS_TRAVERSAL_KEYS_BACKWARD_SET,FOCUS_TRAVERSAL_KEYS_FORWARD_SET,INHERITS_POPUP_MENU,INPUT_VERIFIER_SOURCE_KEY,IS_DOUBLE_BUFFERED,IS_OPAQUE,IS_PAINTING_TILE,IS_PRINTING,IS_PRINTING_ALL,IS_REPAINTING,KEYBOARD_BINDINGS_KEY,KEY_EVENTS_ENABLED,NEXT_FOCUS,NOT_OBSCURED,OPAQUE_SET,PARTIALLY_OBSCURED,REQUEST_FOCUS_DISABLED,RESERVED_1,RESERVED_2,RESERVED_3,RESERVED_4,RESERVED_5,RESERVED_6,REVALIDATE_RUNNABLE_SCHEDULED,WHEN_IN_FOCUSED_WINDOW_BINDINGS,WIF_INPUTMAP_CREATED,WRITE_OBJ_COUNTER_FIRST,WRITE_OBJ_COUNTER_LAST,aaTextInfo,actionMap,alignmentX,alignmentY,ancestorInputMap,autoscrolls,border,clientProperties,componentObtainingGraphicsFrom,componentObtainingGraphicsFromLock,defaultLocale,flags,focusController,focusInputMap,inputVerifier,isAlignmentXSet,isAlignmentYSet,managingFocusBackwardTraversalKeys,managingFocusForwardTraversalKeys,paintingChild,popupMenu,readObjectCallbacks,tempRectangles,uiClassID,verifyInputWhenFocusTarget,vetoableChangeSupport,windowInputMap
 hcls ActionStandin,IntVector,KeyboardState,ReadObjectCallback
 
 CLSS public org.openide.nodes.NodeAdapter
-cons public NodeAdapter()
+cons public init()
 intf org.openide.nodes.NodeListener
 meth public void childrenAdded(org.openide.nodes.NodeMemberEvent)
 meth public void childrenRemoved(org.openide.nodes.NodeMemberEvent)
@@ -615,9 +614,9 @@ meth public abstract void childrenReordered(org.openide.nodes.NodeReorderEvent)
 meth public abstract void nodeDestroyed(org.openide.nodes.NodeEvent)
 
 CLSS public final org.openide.util.HelpCtx
-cons public HelpCtx(java.lang.Class)
-cons public HelpCtx(java.lang.String)
-cons public HelpCtx(java.net.URL)
+cons public init(java.lang.Class)
+cons public init(java.lang.String)
+cons public init(java.net.URL)
  anno 0 java.lang.Deprecated()
 fld public final static org.openide.util.HelpCtx DEFAULT_HELP
 innr public abstract interface static Provider
@@ -633,10 +632,11 @@ supr java.lang.Object
 hfds err,helpCtx,helpID
 
 CLSS public abstract interface static org.openide.util.HelpCtx$Provider
+ outer org.openide.util.HelpCtx
 meth public abstract org.openide.util.HelpCtx getHelpCtx()
 
 CLSS public abstract org.openide.util.Lookup
-cons public Lookup()
+cons public init()
 fld public final static org.openide.util.Lookup EMPTY
 innr public abstract interface static Provider
 innr public abstract static Item
@@ -653,10 +653,11 @@ hfds defaultLookup
 hcls DefLookup,Empty
 
 CLSS public abstract interface static org.openide.util.Lookup$Provider
+ outer org.openide.util.Lookup
 meth public abstract org.openide.util.Lookup getLookup()
 
 CLSS public abstract org.openide.windows.CloneableOpenSupport
-cons public CloneableOpenSupport(org.openide.windows.CloneableOpenSupport$Env)
+cons public init(org.openide.windows.CloneableOpenSupport$Env)
 fld protected org.openide.windows.CloneableOpenSupport$Env env
 fld protected org.openide.windows.CloneableTopComponent$Ref allEditors
 innr public abstract interface static Env
@@ -675,6 +676,7 @@ hfds container
 hcls Listener
 
 CLSS public abstract interface static org.openide.windows.CloneableOpenSupport$Env
+ outer org.openide.windows.CloneableOpenSupport
 fld public final static java.lang.String PROP_MODIFIED = "modified"
 fld public final static java.lang.String PROP_VALID = "valid"
 intf java.io.Serializable
@@ -689,7 +691,7 @@ meth public abstract void removeVetoableChangeListener(java.beans.VetoableChange
 meth public abstract void unmarkModified()
 
 CLSS public abstract org.openide.windows.CloneableTopComponent
-cons public CloneableTopComponent()
+cons public init()
 fld public final static org.openide.windows.CloneableTopComponent$Ref EMPTY
 innr public static Ref
 intf java.io.Externalizable
@@ -710,7 +712,8 @@ supr org.openide.windows.TopComponent
 hfds isLastActivated,ref,serialVersionUID
 
 CLSS public static org.openide.windows.CloneableTopComponent$Ref
-cons protected Ref()
+ outer org.openide.windows.CloneableTopComponent
+cons protected init()
 intf java.io.Serializable
 meth public boolean isEmpty()
 meth public java.util.Enumeration<org.openide.windows.CloneableTopComponent> getComponents()
@@ -720,7 +723,7 @@ supr java.lang.Object
 hfds LOCK,componentSet,myComponentSetListener,serialVersionUID
 
 CLSS public abstract org.openide.windows.ExternalDropHandler
-cons public ExternalDropHandler()
+cons public init()
 meth public abstract boolean canDrop(java.awt.dnd.DropTargetDragEvent)
 meth public abstract boolean canDrop(java.awt.dnd.DropTargetDropEvent)
 meth public abstract boolean handleDrop(java.awt.dnd.DropTargetDropEvent)
@@ -745,9 +748,15 @@ meth public abstract void addPropertyChangeListener(java.beans.PropertyChangeLis
 meth public abstract void removePropertyChangeListener(java.beans.PropertyChangeListener)
 meth public abstract void setBounds(java.awt.Rectangle)
 
+CLSS public abstract interface !annotation org.openide.windows.RetainLocation
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.String value()
+
 CLSS public org.openide.windows.TopComponent
-cons public TopComponent()
-cons public TopComponent(org.openide.util.Lookup)
+cons public init()
+cons public init(org.openide.util.Lookup)
 fld public final static int CLOSE_EACH = 0
  anno 0 java.lang.Deprecated()
 fld public final static int CLOSE_LAST = 1
@@ -817,6 +826,7 @@ meth public org.openide.util.Lookup getLookup()
 meth public org.openide.util.actions.SystemAction[] getSystemActions()
  anno 0 java.lang.Deprecated()
 meth public static javax.swing.Action openAction(org.openide.windows.TopComponent,java.lang.String,java.lang.String,boolean)
+meth public void addNotify()
 meth public void open()
 meth public void open(org.openide.windows.Workspace)
  anno 0 java.lang.Deprecated()
@@ -833,15 +843,17 @@ meth public void setToolTipText(java.lang.String)
 meth public void toFront()
 meth public void writeExternal(java.io.ObjectOutput) throws java.io.IOException
 supr javax.swing.JComponent
-hfds LOG,UILOG,activatedNodes,attentionGetter,closeOperation,defaultLookupLock,defaultLookupRef,displayName,htmlDisplayName,icon,nodeName,serialVersion,serialVersionUID,warnedClasses,warnedTCPIClasses
+hfds LOG,MODE_ID_PREFERENCES_KEY_INFIX,UILOG,activatedNodes,attentionGetter,closeOperation,defaultLookupLock,defaultLookupRef,displayName,htmlDisplayName,icon,modeName,nodeName,serialVersion,serialVersionUID,warnedClasses,warnedTCPIClasses
 hcls AttentionGetter,CloneWindowAction,CloseWindowAction,Replacer,SynchronizeNodes
 
 CLSS public abstract interface static org.openide.windows.TopComponent$Cloneable
+ outer org.openide.windows.TopComponent
 meth public abstract org.openide.windows.TopComponent cloneComponent()
 
 CLSS public static org.openide.windows.TopComponent$NodeName
+ outer org.openide.windows.TopComponent
  anno 0 java.lang.Deprecated()
-cons public NodeName(org.openide.windows.TopComponent)
+cons public init(org.openide.windows.TopComponent)
  anno 0 java.lang.Deprecated()
 meth public static void connect(org.openide.windows.TopComponent,org.openide.nodes.Node)
 meth public void propertyChange(java.beans.PropertyChangeEvent)
@@ -850,6 +862,7 @@ supr org.openide.nodes.NodeAdapter
 hfds node,nodeL,top
 
 CLSS public abstract interface static org.openide.windows.TopComponent$Registry
+ outer org.openide.windows.TopComponent
 fld public final static java.lang.String PROP_ACTIVATED = "activated"
 fld public final static java.lang.String PROP_ACTIVATED_NODES = "activatedNodes"
 fld public final static java.lang.String PROP_CURRENT_NODES = "currentNodes"
@@ -868,7 +881,7 @@ meth public abstract void close()
 meth public abstract void open()
 
 CLSS public abstract org.openide.windows.WindowManager
-cons public WindowManager()
+cons public init()
 fld public final static java.lang.String PROP_CURRENT_WORKSPACE = "currentWorkspace"
  anno 0 java.lang.Deprecated()
 fld public final static java.lang.String PROP_MODES = "modes"
@@ -935,6 +948,7 @@ supr java.lang.Object
 hfds activeComponent,dummyInstance,registry,serialVersionUID
 
 CLSS protected abstract interface static org.openide.windows.WindowManager$Component
+ outer org.openide.windows.WindowManager
  anno 0 java.lang.Deprecated()
 fld public final static long serialVersionUID = 0
  anno 0 java.lang.Deprecated()
diff --git a/openide.windows/nbproject/project.xml b/openide.windows/nbproject/project.xml
index 709e9d2..2ee9acf 100644
--- a/openide.windows/nbproject/project.xml
+++ b/openide.windows/nbproject/project.xml
@@ -58,6 +58,11 @@ made subject to such option by the copyright holder.
                     </run-dependency>
                 </dependency>
                 <dependency>
+                    <code-name-base>org.openide.filesystems</code-name-base>
+                    <build-prerequisite/>
+                    <compile-dependency/>
+                </dependency>
+                <dependency>
                     <code-name-base>org.openide.nodes</code-name-base>
                     <build-prerequisite/>
                     <compile-dependency/>
diff --git a/openide.windows/src/org/netbeans/modules/openide/windows/GlobalActionContextImpl.java b/openide.windows/src/org/netbeans/modules/openide/windows/GlobalActionContextImpl.java
index 8957b17..385e50f 100644
--- a/openide.windows/src/org/netbeans/modules/openide/windows/GlobalActionContextImpl.java
+++ b/openide.windows/src/org/netbeans/modules/openide/windows/GlobalActionContextImpl.java
@@ -44,10 +44,19 @@
 
 package org.netbeans.modules.openide.windows;
 
+import java.awt.Component;
 import java.awt.EventQueue;
+import java.awt.KeyboardFocusManager;
+import java.lang.ref.Reference;
+import java.lang.ref.WeakReference;
+import javax.swing.AbstractButton;
+import javax.swing.Action;
 import javax.swing.ActionMap;
+import javax.swing.ButtonModel;
+import org.openide.util.ContextAwareAction;
 import org.openide.util.Lookup;
 import org.openide.util.ContextGlobalProvider;
+import org.openide.util.Utilities;
 import org.openide.util.lookup.Lookups;
 import org.openide.util.lookup.ProxyLookup;
 import org.openide.windows.TopComponent;
@@ -69,32 +78,40 @@ implements ContextGlobalProvider, Lookup.Provider, java.beans.PropertyChangeList
     
     public GlobalActionContextImpl (TopComponent.Registry r) {
         this.registry = r;
+        KeyboardFocusManager m = KeyboardFocusManager.getCurrentKeyboardFocusManager();
+        m.addPropertyChangeListener("permanentFocusOwner", this); // NOI18N
+        setFocusOwner(m.getPermanentFocusOwner());
     }
     
+    /** we also manage the current focus owner */
+    private static Reference<Component> focusOwner;
     /** the lookup to temporarily use */
     private static volatile Lookup temporary;
     /** Temporarily provides different action map in the lookup.
      */
-    public static void blickActionMap(final ActionMap map) {
+    public static void blickActionMap(ActionMap map) {
+        blickActionMap(map, null);
+    }
+    private static void blickActionMap(final ActionMap map, final Component[] focus) {
         if (EventQueue.isDispatchThread()) {
-            blickActionMapImpl(map);
+            blickActionMapImpl(map, focus);
         } else {
             EventQueue.invokeLater(new Runnable() {
                 public void run() {
-                    blickActionMapImpl(map);
+                    blickActionMapImpl(map, focus);
                 }
             });
         }
     }
 
-    static void blickActionMapImpl(ActionMap map) {
+    static void blickActionMapImpl(ActionMap map, Component[] focus) {
         assert EventQueue.isDispatchThread();
         Object obj = Lookup.getDefault ().lookup (ContextGlobalProvider.class);
         if (obj instanceof GlobalActionContextImpl) {
             GlobalActionContextImpl g = (GlobalActionContextImpl)obj;
             
             Lookup[] arr = {
-                Lookups.singleton (map),
+                map == null ? Lookup.EMPTY : Lookups.singleton (map),
                 Lookups.exclude (g.getLookup (), new Class[] { javax.swing.ActionMap.class }),
             };
             
@@ -103,6 +120,9 @@ implements ContextGlobalProvider, Lookup.Provider, java.beans.PropertyChangeList
                 temporary = new ProxyLookup (arr);
                 Object q = org.openide.util.Utilities.actionsGlobalContext ().lookup (javax.swing.ActionMap.class);
                 assert q == map : "We really get map from the lookup. Map: " + map + " returned: " + q; // NOI18N
+                if (focus != null) {
+                    setFocusOwner(focus[0]);
+                }
             } finally {
                 temporary = prev;
                 // fire the changes about return of the values back
@@ -111,6 +131,20 @@ implements ContextGlobalProvider, Lookup.Provider, java.beans.PropertyChangeList
         }
     }
     
+    private static void setFocusOwner(Component focus) {
+        focusOwner = new WeakReference<Component>(focus);
+    }
+    public static Component findFocusOwner() {
+        if (focusOwner == null) {
+            Utilities.actionsGlobalContext();
+            if (focusOwner == null) {
+                // give up
+                setFocusOwner(null);
+            }
+        }
+        return focusOwner.get();
+    }
+    
     /** Let's create the proxy listener that delegates to currently 
      * selected top component.
      */
@@ -136,6 +170,17 @@ implements ContextGlobalProvider, Lookup.Provider, java.beans.PropertyChangeList
         if (TopComponent.Registry.PROP_ACTIVATED.equals (evt.getPropertyName())) {
             org.openide.util.Utilities.actionsGlobalContext ().lookup (javax.swing.ActionMap.class);
         }
+        if ("permanentFocusOwner".equals(evt.getPropertyName())) {
+            Component[] arr = { (Component)evt.getNewValue() };
+            if (arr[0] instanceof AbstractButton) {
+                Action a = ((AbstractButton)arr[0]).getAction();
+                if (a instanceof ContextAwareAction) {
+                    // ignore focus change into a button with our action
+                    return;
+                }
+            }
+            blickActionMap(null, arr);
+        }
     }
     
 }
diff --git a/openide.windows/src/org/netbeans/modules/openide/windows/TopComponentProcessor.java b/openide.windows/src/org/netbeans/modules/openide/windows/TopComponentProcessor.java
new file mode 100644
index 0000000..f17997c
--- /dev/null
+++ b/openide.windows/src/org/netbeans/modules/openide/windows/TopComponentProcessor.java
@@ -0,0 +1,166 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.openide.windows;
+
+import java.util.HashSet;
+import java.util.Set;
+import javax.annotation.processing.Processor;
+import javax.annotation.processing.RoundEnvironment;
+import javax.annotation.processing.SupportedSourceVersion;
+import javax.lang.model.SourceVersion;
+import javax.lang.model.element.Element;
+import javax.lang.model.element.TypeElement;
+import javax.lang.model.type.DeclaredType;
+import javax.lang.model.type.ExecutableType;
+import org.openide.awt.ActionID;
+import org.openide.filesystems.annotations.LayerBuilder.File;
+import org.openide.filesystems.annotations.LayerGeneratingProcessor;
+import org.openide.filesystems.annotations.LayerGenerationException;
+import org.openide.util.lookup.ServiceProvider;
+import org.openide.windows.TopComponent;
+import org.openide.windows.TopComponent.Description;
+
+ at SupportedSourceVersion(SourceVersion.RELEASE_6)
+ at ServiceProvider(service=Processor.class)
+public final class TopComponentProcessor extends LayerGeneratingProcessor {
+    public TopComponentProcessor() {
+    }
+
+    @Override
+    public Set<String> getSupportedAnnotationTypes() {
+        Set<String> hash = new HashSet<String>();
+        hash.add(TopComponent.Registration.class.getCanonicalName());
+        hash.add(TopComponent.OpenActionRegistration.class.getCanonicalName());
+        hash.add(TopComponent.Description.class.getCanonicalName());
+        return hash;
+    }
+    
+    @Override
+    protected boolean handleProcess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) throws LayerGenerationException {
+        for (Element e : roundEnv.getElementsAnnotatedWith(TopComponent.Registration.class)) {
+            TopComponent.Registration reg = e.getAnnotation(TopComponent.Registration.class);
+            assert reg != null;
+            
+            Description info = findInfo(e);
+            String id = info.preferredID().replace('.', '-');
+            
+            File settingsFile = layer(e).
+                file("Windows2/Components/" + id + ".settings").
+                contents(settingsFile(e));
+            settingsFile.write();
+            
+            File modeFile = layer(e).
+                file("Windows2/Modes/" + reg.mode() + "/" + id + ".wstcref").
+                position(reg.position()).
+                contents(modeFile(info.preferredID(), reg.openAtStartup()));
+            modeFile.write();
+        }
+        
+        for (Element e : roundEnv.getElementsAnnotatedWith(TopComponent.OpenActionRegistration.class)) {
+            TopComponent.OpenActionRegistration reg = e.getAnnotation(TopComponent.OpenActionRegistration.class);
+            assert reg != null;
+            Description info = findInfo(e);
+            
+            ActionID aid = e.getAnnotation(ActionID.class);
+            if (aid != null) {
+                File actionFile = layer(e).
+                    file("Actions/" + aid.category() + "/" + aid.id().replace('.', '-') + ".instance").
+                    methodvalue("instanceCreate", "org.openide.windows.TopComponent", "openAction");
+                actionFile.instanceAttribute("component", TopComponent.class);
+                if (reg.preferredID().length() > 0) {
+                    actionFile.stringvalue("preferredID", reg.preferredID());
+                }
+                actionFile.bundlevalue("displayName", reg.displayName());
+                if (info != null && info.iconBase().length() > 0) {
+                    actionFile.stringvalue("iconBase", info.iconBase());
+                }
+                actionFile.write();
+            }
+        }
+        return true;
+    }
+
+    private Description findInfo(Element e) throws LayerGenerationException {
+        Element type;
+        switch (e.asType().getKind()) {
+            case DECLARED: type = e; break;
+            case EXECUTABLE: type = ((DeclaredType)((ExecutableType)e.asType()).getReturnType()).asElement(); break;
+            default: throw new LayerGenerationException("" + e.asType().getKind(), e);    
+        }
+        TopComponent.Description info = type.getAnnotation(TopComponent.Description.class);
+        return info;
+    }
+
+    private static String settingsFile(Element e) throws LayerGenerationException {
+        String clazz, method;
+        switch (e.getKind()) {
+            case CLASS: clazz = e.toString(); method = null; break;
+            case METHOD: clazz = e.getEnclosingElement().toString(); method = e.getSimpleName().toString(); break;
+            default:
+                throw new LayerGenerationException("Cannot work on given element", e);
+        }
+        StringBuilder sb = new StringBuilder();
+        sb.append("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n");
+        sb.append("<!DOCTYPE settings PUBLIC \"-//NetBeans//DTD Session settings 1.0//EN\" \"http://www.netbeans.org/dtds/sessionsettings-1_0.dtd\">\n");
+        sb.append("<settings version=\"1.0\">\n");
+        sb.append("  <instance class=\"").append(clazz).append("\"");
+        if (method != null) {
+            sb.append(" method=\"").append(method).append("\"");
+        }
+        sb.append("/>\n");
+        sb.append("</settings>\n");
+        return sb.toString();
+    }
+    
+    private static String modeFile(String id, boolean openAtStart) 
+    throws LayerGenerationException {
+        StringBuilder sb = new StringBuilder();
+        sb.append("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n");
+        sb.append("<!DOCTYPE tc-ref PUBLIC \"-//NetBeans//DTD Top Component in Mode Properties 2.0//EN\" \"http://www.netbeans.org/dtds/tc-ref2_0.dtd\">\n");
+        sb.append("<tc-ref version=\"2.0\">\n");
+        sb.append("  <tc-id id=\"").append(id).append("\"/>\n");
+        sb.append("  <state opened=\"").append(openAtStart).append("\"/>\n");
+        sb.append("</tc-ref>\n");
+        return sb.toString();
+    }
+}
diff --git a/openide.windows/src/org/openide/windows/DelegateActionMap.java b/openide.windows/src/org/openide/windows/DelegateActionMap.java
index a3d251c..814c2f9 100644
--- a/openide.windows/src/org/openide/windows/DelegateActionMap.java
+++ b/openide.windows/src/org/openide/windows/DelegateActionMap.java
@@ -43,11 +43,18 @@
  */
 package org.openide.windows;
 
+import java.awt.Component;
 import java.lang.ref.Reference;
 import java.lang.ref.WeakReference;
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.HashSet;
+import java.util.List;
+import java.util.Set;
 import javax.swing.Action;
 import javax.swing.ActionMap;
 import javax.swing.JComponent;
+import org.netbeans.modules.openide.windows.GlobalActionContextImpl;
 
 
 // This is almost copy of org.openide.util.UtilitiesCompositeActionMap.
@@ -79,7 +86,7 @@ final class DelegateActionMap extends ActionMap {
 
     @Override
     public Action get(Object key) {
-        javax.swing.ActionMap m;
+        ActionMap m;
 
         if (delegate == null) {
             JComponent comp = getComponent();
@@ -100,7 +107,7 @@ final class DelegateActionMap extends ActionMap {
             }
         }
 
-        java.awt.Component owner = java.awt.KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
+        Component owner = GlobalActionContextImpl.findFocusOwner();
         Action found = null;
 
         while ((owner != null) && (owner != getComponent())) {
@@ -129,10 +136,10 @@ final class DelegateActionMap extends ActionMap {
     }
 
     private Object[] keys(boolean all) {
-        java.util.Set<Object> keys = new java.util.HashSet<Object>();
+        Set<Object> keys = new HashSet<Object>();
 
         
-        javax.swing.ActionMap m;
+        ActionMap m;
 
         if (delegate == null) {
             JComponent comp = getComponent();
@@ -146,17 +153,37 @@ final class DelegateActionMap extends ActionMap {
         }
 
         if (m != null) {
-            java.util.List<Object> l;
+            List<Object> l;
 
             if (all) {
-                l = java.util.Arrays.asList(m.allKeys());
+                l = Arrays.asList(m.allKeys());
             } else {
-                l = java.util.Arrays.asList(m.keys());
+                l = Arrays.asList(m.keys());
             }
 
             keys.addAll(l);
         }
-
+        
+        Component owner = GlobalActionContextImpl.findFocusOwner();
+        List<JComponent> hierarchy = new ArrayList<JComponent>();
+        while ((owner != null) && (owner != getComponent())) {
+            if (owner instanceof JComponent) {
+                hierarchy.add((JComponent)owner);
+            }
+            owner = owner.getParent();
+        }
+        if (owner == getComponent()) {
+            for (JComponent c : hierarchy) {
+                ActionMap am = c.getActionMap();
+                if (am == null) {
+                    continue;
+                }
+                Object[] fk = all ? am.allKeys() : am.keys();
+                if (fk != null) {
+                    keys.addAll(Arrays.asList(fk));
+                }
+            }
+        }
         return keys.toArray();
     }
 
@@ -174,7 +201,7 @@ final class DelegateActionMap extends ActionMap {
     public void setParent(ActionMap map) {
         if (delegate != null) {
             delegate.setParent(map);
-            org.netbeans.modules.openide.windows.GlobalActionContextImpl.blickActionMap(new ActionMap());
+            GlobalActionContextImpl.blickActionMap(new ActionMap());
         }
     }
 
diff --git a/openide.windows/src/org/openide/windows/DummyWindowManager.java b/openide.windows/src/org/openide/windows/DummyWindowManager.java
index f484210..0a3da2f 100644
--- a/openide.windows/src/org/openide/windows/DummyWindowManager.java
+++ b/openide.windows/src/org/openide/windows/DummyWindowManager.java
@@ -450,6 +450,8 @@ final class DummyWindowManager extends WindowManager {
 
     @Override
     public boolean isEditorMode(Mode mode) {
+        if( null == mode )
+            return false;
         return "editor".equals(mode.getName());
     }
 
diff --git a/openide.windows/src/org/openide/windows/OpenComponentAction.java b/openide.windows/src/org/openide/windows/OpenComponentAction.java
index fcf3271..c21ff53 100644
--- a/openide.windows/src/org/openide/windows/OpenComponentAction.java
+++ b/openide.windows/src/org/openide/windows/OpenComponentAction.java
@@ -43,7 +43,6 @@
 package org.openide.windows;
 
 import java.awt.EventQueue;
-import java.awt.Image;
 import java.awt.event.ActionEvent;
 import java.awt.event.ActionListener;
 import java.util.Map;
@@ -71,9 +70,18 @@ final class OpenComponentAction implements ActionListener {
         if (component != null) {
             return component;
         }
-        component = (TopComponent)map.get("component"); // NOI18N
-        assert component != null : "Component cannot be created for " + map;
-        return component;
+        TopComponent c = null;
+        Object id = map.get("preferredID"); // NOI18N
+        if (id instanceof String) {
+            c = WindowManager.getDefault().findTopComponent((String)id);
+        }
+        if (c == null) {
+            c = (TopComponent)map.get("component");
+        }
+        if (id != null) {
+            component = c;
+        }
+        return c;
     }
 
     public void actionPerformed(ActionEvent e) {
diff --git a/openide.windows/src/org/openide/windows/TopComponent.java b/openide.windows/src/org/openide/windows/TopComponent.java
index 7688363..740d928 100644
--- a/openide.windows/src/org/openide/windows/TopComponent.java
+++ b/openide.windows/src/org/openide/windows/TopComponent.java
@@ -60,6 +60,10 @@ import java.io.ObjectOutput;
 import java.io.ObjectOutputStream;
 import java.io.ObjectStreamException;
 import java.io.Serializable;
+import java.lang.annotation.ElementType;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
 import java.lang.ref.Reference;
 import java.lang.ref.WeakReference;
 import java.lang.reflect.InvocationTargetException;
@@ -85,6 +89,7 @@ import javax.swing.SwingUtilities;
 import javax.swing.Timer;
 import javax.swing.plaf.basic.BasicHTML;
 import javax.swing.text.Keymap;
+import org.openide.awt.ActionID;
 import org.openide.awt.Actions;
 import org.openide.awt.UndoRedo;
 import org.openide.nodes.Node;
@@ -92,6 +97,7 @@ import org.openide.nodes.NodeAdapter;
 import org.openide.nodes.NodeListener;
 import org.openide.util.ContextAwareAction;
 import org.openide.util.HelpCtx;
+import org.openide.util.ImageUtilities;
 import org.openide.util.Lookup;
 import org.openide.util.NbBundle;
 import org.openide.util.NbPreferences;
@@ -422,6 +428,7 @@ public class TopComponent extends JComponent implements Externalizable, Accessib
     }
 
     /**
+     * Rather than overriding this method, consider using {@link Description}.
      * Overwrite when you want to change default persistence type. Default
      * persistence type is PERSISTENCE_ALWAYS.
      * Return value should be constant over a given TC's lifetime.
@@ -429,6 +436,11 @@ public class TopComponent extends JComponent implements Externalizable, Accessib
      * @since 4.20
      */
     public int getPersistenceType() {
+        Description info = getClass().getAnnotation(Description.class); 
+        if (info != null) {
+            return info.persistenceType();
+        }
+        
         //First check for 'PersistenceType' client property for compatibility.
         if (warnedClasses.add(getClass()) && !TopComponent.class.equals(getClass())) {
             Logger.getAnonymousLogger().warning(
@@ -652,13 +664,21 @@ public class TopComponent extends JComponent implements Externalizable, Accessib
      *   <attr name="displayName" bundlevalue="your.pkg.Bundle#key"/>
      *   <attr name="iconBase" stringvalue="your/pkg/YourComponent.png"/>
      *   <!-- if desired: <attr name="noIconInMenu" boolvalue="false"/> -->
+     *   <!-- if desired: <attr name="preferredID" stringvalue="id.of.your.tc"/> -->
      * </file>
      * </pre>
+     * The <code>preferredID</code> attribute is supported since version
+     * 6.37. If specified the action first seeks for existing <code>preferredID</code>
+     * component and if found, it opens and activates it.
+     * <p>
+     * Rather than doing all this in XML, consider using {@link OpenActionRegistration}.
+     * 
      * 
      * @param component the component to open
      * @param displayName the display name of the action
      * @param image the image to associated with the action
      * @param noIconInMenu true if this icon shall not have an item in menu
+     * @see OpenActionRegistration
      * 
      * @since 6.24
      */
@@ -704,6 +724,7 @@ public class TopComponent extends JComponent implements Externalizable, Accessib
     }
 
     /**
+     * Rather than overriding this method, consider using {@link Description}.
      * Subclasses are encouraged to override this method to provide preferred value
      * for unique TopComponent ID returned by {@link org.openide.windows.WindowManager#findTopComponentID}.
      *
@@ -716,7 +737,11 @@ public class TopComponent extends JComponent implements Externalizable, Accessib
      * @since 4.13
      */
     protected String preferredID() {
-        Class clazz = getClass();
+        Class<?> clazz = getClass();
+        Description id = clazz.getAnnotation(Description.class);
+        if (id != null) {
+            return id.preferredID();
+        }
 
         if (getPersistenceType() != PERSISTENCE_NEVER && warnedTCPIClasses.add(clazz)) {
             Logger.getAnonymousLogger().warning(
@@ -1027,8 +1052,15 @@ public class TopComponent extends JComponent implements Externalizable, Accessib
         firePropertyChange("icon", old, icon); // NOI18N
     }
 
-    /** @return The icon of the top component */
+    /** 
+     * Rather than overriding this method, consider using {@link Description}.
+     * @return The icon of the top component 
+     */
     public Image getIcon() {
+        Description id;
+        if (icon == null && (id = getClass().getAnnotation(Description.class)) != null) {
+            icon = ImageUtilities.loadImage(id.iconBase(), true);
+        }
         return icon;
     }
 
@@ -1083,7 +1115,7 @@ public class TopComponent extends JComponent implements Externalizable, Accessib
             if (action instanceof ContextAwareAction) {
                 Action delegate = ((ContextAwareAction) action).createContextAwareInstance(getLookup());
                 assert delegate != null : "ContextAwareAction cannot return null: " + action;
-                if( delegate.isEnabled() || getActivatedNodes() != null )
+                if( delegate.isEnabled() && getActivatedNodes() != null )
                     action = delegate;
                 //else 
                 //  use the global instance which might be enabled if it can survive focus changes
@@ -1357,6 +1389,68 @@ public class TopComponent extends JComponent implements Externalizable, Accessib
         */
         public TopComponent cloneComponent();
     }
+    
+    /** Provides basic information about the persistence of a {@link TopComponent}.
+     * Using this annotation is preferred to overriding {@link #preferredID},
+     * {@link #getPersistenceType}, or {@link #getIcon}, or calling {@link #setIcon}.
+     * @since 6.37
+     */
+    @Retention(RetentionPolicy.RUNTIME)
+    @Target(ElementType.TYPE)
+    public static @interface Description {
+        /** The default value for {@link TopComponent#preferredID()}.
+         */
+        public String preferredID();
+        /** The icon to load for {@link TopComponent#getIcon()}.
+         */
+        public String iconBase() default "";
+        /** Default value for {@link TopComponent#getPersistenceType()}. 
+         * 
+         * @return one of {@link TopComponent#PERSISTENCE_ALWAYS}, 
+         * {@link TopComponent#PERSISTENCE_NEVER}, 
+         * {@link TopComponent#PERSISTENCE_ONLY_OPENED}
+         * 
+         */
+        public int persistenceType() default PERSISTENCE_ALWAYS;
+    }
+    
+    /** Registers {@link TopComponent} into specified location among
+     * existing {@link Mode window system modes}. The mode itself needs 
+     * to be created by other means, this just adds reference to the
+     * component to it.
+     * 
+     * @since 6.37
+     */
+    @Retention(RetentionPolicy.SOURCE)
+    @Target({ ElementType.TYPE, ElementType.METHOD })
+    public static @interface Registration {
+        /** Name of the mode the component shall be opened in */
+        String mode();
+        /** Position of the component within its mode. */
+        int position() default Integer.MAX_VALUE;
+        /** Shall the component be opened at start */
+        boolean openAtStartup();
+    }
+    
+    /** Creates an action that can open the component.
+     * The action is generated only
+     * if {@link ActionID} annotation is used on the same element, otherwise
+     * a compilation error is raised. Also the {@link Description} shall be
+     * present.
+     * @since 6.37
+     */
+    @Retention(RetentionPolicy.SOURCE)
+    @Target({ ElementType.TYPE, ElementType.METHOD })
+    public static @interface OpenActionRegistration {
+        /** Display name of the action, usually can refer to value from a
+         * <code>Bundle.properties</code> using <code>#KEY</code>.
+         */
+        String displayName();
+        
+        /** The identification of an existing component to seek for.
+         */
+        String preferredID() default "";
+    }
 
     /** Registry of all top components.
     * There is one instance that can be obtained via {@link TopComponent#getRegistry}
diff --git a/openide.windows/src/org/openide/windows/WindowManager.java b/openide.windows/src/org/openide/windows/WindowManager.java
index 86e7ea5..c88e0c0 100644
--- a/openide.windows/src/org/openide/windows/WindowManager.java
+++ b/openide.windows/src/org/openide/windows/WindowManager.java
@@ -139,6 +139,10 @@ public abstract class WindowManager extends Object implements Serializable {
     *   <LI>using the Main Window as the parent for dialogs</LI>
     *   <LI>using the Main Window's position for preplacement of windows</LI>
     * </UL>
+     * Since version 6.36 the default implementation in org.netbeans.core.windows
+     * module first checks already opened Frames (see Frame.getFrames()) and if
+     * there is a Frame named 'NbMainWindow' then it is reused as NetBeans main
+     * window. Otherwise a new Frame is created instead.
     * @return the Main Window
     */
     public abstract Frame getMainWindow();
diff --git a/openide.windows/test/unit/src/org/netbeans/modules/openide/windows/Bundle.properties b/openide.windows/test/unit/src/org/netbeans/modules/openide/windows/Bundle.properties
new file mode 100644
index 0000000..ae0e466
--- /dev/null
+++ b/openide.windows/test/unit/src/org/netbeans/modules/openide/windows/Bundle.properties
@@ -0,0 +1,44 @@
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+#
+# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+#
+# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+# Other names may be trademarks of their respective owners.
+#
+# The contents of this file are subject to the terms of either the GNU
+# General Public License Version 2 only ("GPL") or the Common
+# Development and Distribution License("CDDL") (collectively, the
+# "License"). You may not use this file except in compliance with the
+# License. You can obtain a copy of the License at
+# http://www.netbeans.org/cddl-gplv2.html
+# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+# specific language governing permissions and limitations under the
+# License.  When distributing the software, include this License Header
+# Notice in each file and include the License file at
+# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+# particular file as subject to the "Classpath" exception as provided
+# by Oracle in the GPL Version 2 section of the License file that
+# accompanied this code. If applicable, add the following below the
+# License Header, with the fields enclosed by brackets [] replaced by
+# your own identifying information:
+# "Portions Copyrighted [year] [name of copyright owner]"
+#
+# Contributor(s):
+#
+# The Original Software is NetBeans. The Initial Developer of the Original
+# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
+# Microsystems, Inc. All Rights Reserved.
+#
+# If you wish your version of this file to be governed by only the CDDL
+# or only the GPL Version 2, indicate your decision by adding
+# "[Contributor] elects to include this software in this distribution
+# under the [CDDL or GPL Version 2] license." If you do not indicate a
+# single choice of license, a recipient has the option to distribute
+# your version of this file under either the CDDL, the GPL Version 2 or
+# to extend the choice of license to its licensees as provided above.
+# However, if you add GPL Version 2 code and therefore, elected the GPL
+# Version 2 license, then the option applies only if the new code is
+# made subject to such option by the copyright holder.
+
+
+TEST_ACTION=Hello TC!
diff --git a/openide.windows/test/unit/src/org/netbeans/modules/openide/windows/GlobalActionContextImplTest.java b/openide.windows/test/unit/src/org/netbeans/modules/openide/windows/GlobalActionContextImplTest.java
new file mode 100644
index 0000000..48bc3e7
--- /dev/null
+++ b/openide.windows/test/unit/src/org/netbeans/modules/openide/windows/GlobalActionContextImplTest.java
@@ -0,0 +1,84 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2011 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.openide.windows;
+
+import java.awt.Component;
+import javax.swing.JButton;
+import org.netbeans.junit.NbTestCase;
+import org.openide.util.Utilities;
+import org.openide.util.lookup.Lookups;
+import org.openide.windows.TopComponent;
+
+/**
+ *
+ * @author Jaroslav Tulach <jtulach at netbeans.org>
+ */
+public class GlobalActionContextImplTest extends NbTestCase {
+    
+    public GlobalActionContextImplTest(String n) {
+        super(n);
+    }
+
+    @Override
+    protected boolean runInEQ() {
+        return true;
+    }
+
+    public void testCanBlickWithNullMap() {
+        TopComponent tc = new TopComponent() {
+            {
+                associateLookup(Lookups.fixed(10, getActionMap()));
+            }
+        };
+        tc.open();
+        tc.requestActive();
+        
+        assertEquals("Check before", Integer.valueOf(10), Utilities.actionsGlobalContext().lookup(Integer.class));
+        
+        GlobalActionContextImpl.blickActionMapImpl(null, new Component[] { new JButton() });
+        
+        assertEquals("Check after", Integer.valueOf(10), Utilities.actionsGlobalContext().lookup(Integer.class));
+        
+    }
+    
+}
diff --git a/openide.windows/test/unit/src/org/netbeans/modules/openide/windows/TopComponentProcessorTest.java b/openide.windows/test/unit/src/org/netbeans/modules/openide/windows/TopComponentProcessorTest.java
new file mode 100644
index 0000000..22c4ce7
--- /dev/null
+++ b/openide.windows/test/unit/src/org/netbeans/modules/openide/windows/TopComponentProcessorTest.java
@@ -0,0 +1,193 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2010 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.openide.windows;
+
+import java.awt.EventQueue;
+import java.awt.event.ActionEvent;
+import java.io.ByteArrayInputStream;
+import java.io.IOException;
+import java.util.Arrays;
+import javax.swing.Action;
+import org.netbeans.junit.NbTestCase;
+import org.openide.awt.ActionID;
+import org.openide.awt.ActionReference;
+import org.openide.awt.ActionReferences;
+import org.openide.filesystems.FileObject;
+import org.openide.filesystems.FileUtil;
+import org.openide.windows.TopComponent;
+import org.openide.xml.XMLUtil;
+import org.xml.sax.EntityResolver;
+import org.xml.sax.InputSource;
+import org.xml.sax.SAXException;
+
+public class TopComponentProcessorTest extends  NbTestCase {
+
+    public TopComponentProcessorTest(String n) {
+        super(n);
+    }
+
+    @Override
+    protected boolean runInEQ() {
+        return getName().contains("InEQ");
+    }
+
+    public void testTCRegisteredFine() throws Exception {
+        FileObject set = FileUtil.getConfigFile("Windows2/Components/my-tc.settings");
+        assertNotNull("Settings file found", set);
+        assertValidate(set.asText());
+    }
+
+    public void testModeIsOK() throws Exception {
+        FileObject set = FileUtil.getConfigFile("Windows2/Modes/output/my-tc.wstcref");
+        assertNotNull("Mode file found", set);
+        final String t = set.asText();
+        assertValidate(t);
+        assertEquals("not opened, no true in there", -1, t.indexOf("true"));
+    }
+    
+    public void testFactoryRegisteredFine() throws Exception {
+        FileObject set = FileUtil.getConfigFile("Windows2/Components/factory-tc.settings");
+        assertNotNull("Settings file found", set);
+        assertValidate(set.asText());
+    }
+
+    public void testFactoryModeIsOK() throws Exception {
+        FileObject set = FileUtil.getConfigFile("Windows2/Modes/explorer/factory-tc.wstcref");
+        assertNotNull("Mode file found", set);
+        final String t = set.asText();
+        assertValidate(t);
+        assertTrue("opened, no true in there", t.indexOf("true") > 0);
+    }
+
+    public void testFactoryActionIsOKInEQ() throws Exception {
+        assertTrue("This one needs to run in EQT", EventQueue.isDispatchThread());
+        FileObject fo = FileUtil.getConfigFile("Actions/Windows/open-factory-tc.instance");
+        assertNotNull("Action generated", fo);
+        Action a = (Action)fo.getAttribute("instanceCreate");
+        assertNotNull("Action found", a);
+        assertEquals("Not created yet", 0, TC.cnt);
+        a.actionPerformed(new ActionEvent(this, 0, ""));
+        assertEquals("Created", 1, TC.cnt);
+        assertEquals("Hello TC!", a.getValue(Action.NAME));
+        assertEquals("any/iconbase.png", a.getValue("iconBase"));
+        assertEquals("preferredID found", "factory.tc", fo.getAttribute("preferredID"));
+        
+        FileObject dir = FileUtil.getConfigFile("Kuk/Huk");
+        assertNotNull("Kuk/Huk found", dir);
+        FileObject ref = dir.getFileObject("open-factory-tc.shadow");
+        assertNotNull("Reference found: " + Arrays.toString(dir.getChildren()), ref);
+        assertEquals(fo.getPath(), ref.getAttribute("originalFile"));
+    }
+    public void testMultipleUsageInEQ() throws Exception {
+        FileObject pukMuk = FileUtil.getConfigFile("Puk/Muk/multi-use.shadow");
+        assertNotNull("One reference found", pukMuk);
+
+        FileObject jukLuk = FileUtil.getConfigFile("Juk/Luk/multi-use.shadow");
+        assertNotNull("2nd reference found", jukLuk);
+        
+        FileObject fo = FileUtil.getConfigFile("Actions/Windows/multi-use.instance");
+        assertNotNull("Action generated", fo);
+        Action a = (Action)fo.getAttribute("instanceCreate");
+        assertNotNull("Action created", a);
+        assertEquals("No call to withReferences factory yet", 0, TC.cnt2);
+        a.actionPerformed(new ActionEvent(this, 0, null));
+        assertEquals("One call to factory", 1, TC.cnt2);
+    }
+    
+    private static void assertValidate(String xml) throws Exception {
+        XMLUtil.parse(new InputSource(new ByteArrayInputStream(xml.getBytes("UTF-8"))), false, true, XMLUtil.defaultErrorHandler(), new EntityResolver() {
+            public @Override InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException {
+                return new InputSource(new ByteArrayInputStream(new byte[0]));
+                /* XXX when #192595 is implemented, can move DTDs here from core.windows, set validate=true above, and use:
+                InputSource r = EntityCatalog.getDefault().resolveEntity(publicId, systemId);
+                if (r != null) {
+                    return r;
+                } else {
+                    throw new IOException("network connection to " + systemId);
+                }
+                 */
+            }
+        });
+    }
+    
+    @TopComponent.Registration(
+        mode="output",
+        openAtStartup=false
+    )
+    @TopComponent.Description(
+        preferredID="my-tc", iconBase="org/openide/windows/Icon.png"
+    )
+    public static class TC1 extends TopComponent {
+    }
+    
+    @TopComponent.Registration(
+        mode="explorer",
+        openAtStartup=true
+    )
+    @TopComponent.Description(
+        preferredID="factory.tc", iconBase="any/iconbase.png"
+    )
+    public static class TC extends TopComponent {
+        static int cnt;
+        static int cnt2;
+        
+        @ActionID(category="Windows", id="open.factory.tc")
+        @TopComponent.OpenActionRegistration(displayName="#TEST_ACTION",preferredID="factory.tc")
+        @ActionReference(path="Kuk/Huk")
+        public static TC create() {
+            cnt++;
+            return new TC();
+        }
+        
+        @ActionID(category="Windows", id="multi.use")
+        @TopComponent.OpenActionRegistration(displayName="#TEST_ACTION",preferredID="multi.use")
+        @ActionReferences({
+            @ActionReference(path="Puk/Muk"),
+            @ActionReference(path="Juk/Luk")
+        })
+        public static TC withReferences() {
+            cnt2++;
+            return new TC();
+        }
+    }
+}
diff --git a/openide.windows/test/unit/src/org/openide/windows/ContextAwareActionInTopComponentTest.java b/openide.windows/test/unit/src/org/openide/windows/ContextAwareActionInTopComponentTest.java
index e51e937..43a8a17 100644
--- a/openide.windows/test/unit/src/org/openide/windows/ContextAwareActionInTopComponentTest.java
+++ b/openide.windows/test/unit/src/org/openide/windows/ContextAwareActionInTopComponentTest.java
@@ -46,14 +46,10 @@ package org.openide.windows;
 
 import java.awt.event.ActionEvent;
 import java.awt.event.KeyEvent;
-import java.security.KeyStore;
-import java.util.ArrayList;
-import java.util.Collections;
 import java.util.HashMap;
 import java.util.Map;
 import javax.swing.AbstractAction;
 import javax.swing.Action;
-import javax.swing.ActionMap;
 import javax.swing.JComponent;
 import javax.swing.KeyStroke;
 import javax.swing.text.Keymap;
@@ -62,9 +58,6 @@ import org.netbeans.junit.NbTestCase;
 import org.openide.nodes.Node;
 import org.openide.util.ContextAwareAction;
 import org.openide.util.Lookup;
-import org.openide.util.LookupEvent;
-import org.openide.util.lookup.AbstractLookup;
-import org.openide.util.lookup.InstanceContent;
 
 /** Tests behaviour of GlobalContextProviderImpl
  * and its cooperation with activated and current nodes.
@@ -74,7 +67,7 @@ import org.openide.util.lookup.InstanceContent;
 public class ContextAwareActionInTopComponentTest extends NbTestCase {
 
     private TopComponent tc;
-    private MyContextAwareAction myGlobalAction = new MyContextAwareAction();
+    private MyContextAwareAction myGlobalAction = new MyContextAwareAction(true);
     private KeyStroke KEY_STROKE = KeyStroke.getKeyStroke( KeyEvent.VK_W, KeyEvent.ALT_DOWN_MASK+KeyEvent.CTRL_DOWN_MASK+KeyEvent.SHIFT_DOWN_MASK );
 
     public ContextAwareActionInTopComponentTest(java.lang.String testName) {
@@ -88,6 +81,9 @@ public class ContextAwareActionInTopComponentTest extends NbTestCase {
         MockServices.setServices( MyKeymap.class );
         Keymap km = Lookup.getDefault().lookup(Keymap.class);
         km.addActionForKeyStroke( KEY_STROKE, myGlobalAction );
+
+        MyContextAwareAction.globalActionWasPerformed = false;
+        MyContextAwareAction.contextActionWasPerformed = false;
     }
     
     public void testGlobalActionDisabled () throws Exception {
@@ -98,7 +94,8 @@ public class ContextAwareActionInTopComponentTest extends NbTestCase {
         
         KeyEvent e = new KeyEvent( tc, KeyEvent.KEY_TYPED, 0, 0, 0 );
         assertTrue( tc.processKeyBinding( KEY_STROKE, e, JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, true ) );
-        assertTrue( myGlobalAction.actionWasPerformed );
+        assertFalse( MyContextAwareAction.globalActionWasPerformed );
+        assertTrue( MyContextAwareAction.contextActionWasPerformed );
     }
     
     public void testGlobalActionSurvivedFocusChange() throws Exception {
@@ -109,7 +106,8 @@ public class ContextAwareActionInTopComponentTest extends NbTestCase {
         
         KeyEvent e = new KeyEvent( tc, KeyEvent.KEY_TYPED, 0, 0, 0 );
         assertTrue( tc.processKeyBinding( KEY_STROKE, e, JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, true ) );
-        assertTrue( myGlobalAction.actionWasPerformed );
+        assertTrue( MyContextAwareAction.globalActionWasPerformed );
+        assertFalse( MyContextAwareAction.contextActionWasPerformed );
     }
     
     public void testGlobalActionDoesNotSurviveFocusChange() throws Exception {
@@ -120,7 +118,8 @@ public class ContextAwareActionInTopComponentTest extends NbTestCase {
         
         KeyEvent e = new KeyEvent( tc, KeyEvent.KEY_TYPED, 0, 0, 0 );
         assertTrue( tc.processKeyBinding( KEY_STROKE, e, JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, true ) );
-        assertFalse( myGlobalAction.actionWasPerformed );
+        assertTrue( MyContextAwareAction.globalActionWasPerformed );
+        assertFalse( MyContextAwareAction.contextActionWasPerformed );
     }
     
     /**
@@ -129,18 +128,24 @@ public class ContextAwareActionInTopComponentTest extends NbTestCase {
      */
     private static class MyContextAwareAction extends AbstractAction implements ContextAwareAction {
         
-        private static boolean actionWasPerformed = false;
+        private static boolean globalActionWasPerformed = false;
+        private static boolean contextActionWasPerformed = false;
+        private final boolean isGlobal;
         
-        public MyContextAwareAction() {
-            actionWasPerformed = false;
+        public MyContextAwareAction(boolean isGlobal) {
+            globalActionWasPerformed = false;
+            this.isGlobal = isGlobal;
         }
     
         public void actionPerformed(ActionEvent arg0) {
-            actionWasPerformed = true;
+            if( isGlobal )
+                globalActionWasPerformed = true;
+            else
+                contextActionWasPerformed = true;
         }
 
         public Action createContextAwareInstance(Lookup actionContext) {
-            MyContextAwareAction action = new MyContextAwareAction();
+            MyContextAwareAction action = new MyContextAwareAction(false);
             action.setEnabled( null != actionContext.lookup( Node.class ) );
             return action;
         }
diff --git a/openide.windows/test/unit/src/org/openide/windows/GlobalContextImplTest.java b/openide.windows/test/unit/src/org/openide/windows/GlobalContextImplTest.java
index 88b1a39..a440c1f 100644
--- a/openide.windows/test/unit/src/org/openide/windows/GlobalContextImplTest.java
+++ b/openide.windows/test/unit/src/org/openide/windows/GlobalContextImplTest.java
@@ -52,9 +52,7 @@ import java.util.ArrayList;
 import java.util.Collections;
 import javax.swing.AbstractAction;
 import javax.swing.ActionMap;
-import junit.framework.Test;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.netbeans.modules.openide.windows.GlobalActionContextImpl;
 import org.openide.nodes.Node;
 import org.openide.util.Lookup;
@@ -81,11 +79,6 @@ implements org.openide.util.LookupListener {
         super(testName);
     }
     
-    public static Test suite() {
-        return new NbTestSuite(GlobalContextImplTest.class);
-        //return new GlobalContextImplTest("testRequestVisibleBlinksTheActionMapForAWhileWithOwnComponentAndAction");
-    }
-
     @Override
     protected int timeOut() {
         return 15000;
diff --git a/openide.windows/test/unit/src/org/openide/windows/TopComponentGetLookupTest.java b/openide.windows/test/unit/src/org/openide/windows/TopComponentGetLookupTest.java
index 9ee1108..9da90b0 100644
--- a/openide.windows/test/unit/src/org/openide/windows/TopComponentGetLookupTest.java
+++ b/openide.windows/test/unit/src/org/openide/windows/TopComponentGetLookupTest.java
@@ -50,6 +50,8 @@ import java.awt.DefaultKeyboardFocusManager;
 import java.awt.KeyboardFocusManager;
 import java.awt.event.ActionEvent;
 import java.beans.FeatureDescriptor;
+import java.beans.PropertyChangeEvent;
+import java.beans.PropertyChangeListener;
 import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.Collection;
@@ -61,9 +63,14 @@ import java.util.Set;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import javax.swing.AbstractAction;
+import javax.swing.Action;
 import javax.swing.ActionMap;
+import javax.swing.JButton;
 import javax.swing.JTextField;
+import javax.swing.event.ChangeEvent;
+import javax.swing.event.ChangeListener;
 import org.netbeans.junit.NbTestCase;
+import org.openide.awt.Actions;
 import org.openide.cookies.CloseCookie;
 import org.openide.cookies.EditCookie;
 import org.openide.cookies.OpenCookie;
@@ -73,9 +80,12 @@ import org.openide.nodes.AbstractNode;
 import org.openide.nodes.Children;
 import org.openide.nodes.FilterNode;
 import org.openide.nodes.Node;
+import org.openide.util.ContextAwareAction;
 import org.openide.util.Lookup;
+import org.openide.util.Lookup.Result;
 import org.openide.util.LookupEvent;
 import org.openide.util.LookupListener;
+import org.openide.util.Utilities;
 import org.openide.util.lookup.AbstractLookup;
 import org.openide.util.lookup.InstanceContent;
 
@@ -84,6 +94,9 @@ import org.openide.util.lookup.InstanceContent;
  * @author Jaroslav Tulach, Jesse Glick
  */
 public class TopComponentGetLookupTest extends NbTestCase {
+    static {
+        System.setProperty("org.openide.windows.DummyWindowManager.VISIBLE", "false");
+    }
     
     /** top component we call set on*/
     protected TopComponent top;
@@ -100,16 +113,20 @@ public class TopComponentGetLookupTest extends NbTestCase {
     
     /** Setup component with lookup.
      */
+    @Override
     protected void setUp() {
         top = new TopComponent();
         get = top;
         lookup = top.getLookup();
+        defaultFocusManager.setC(null);
     }
     
+    @Override
     protected boolean runInEQ() {
         return true;
     }
     
+    @Override
     protected Level logLevel() {
         return Level.FINER;
     }
@@ -217,7 +234,7 @@ public class TopComponentGetLookupTest extends NbTestCase {
         assertEquals("Empty now", res.allItems().size(), 0);
 
         LOG.fine("Changing state to 0x01");
-        arr[0].state(0x01); // enabled open cookie
+        arr[0].state(0x01); // check open cookie
         LOG.fine("Changing state to 0x01 done");
         
         assertEquals("One item", res.allItems().size(), 1);
@@ -427,63 +444,142 @@ public class TopComponentGetLookupTest extends NbTestCase {
     
     public void testActionMapIsTakenFromComponentAndAlsoFromFocusedOne() {
         JTextField panel = new JTextField();
+        defaultFocusManager.setC(panel);
         
-        class Def extends DefaultKeyboardFocusManager {
-            private Component c;
-            
-            public Def(Component c) {
-                this.c = c;
+        top.add(BorderLayout.CENTER, panel);
+
+        class Act extends AbstractAction {
+            public void actionPerformed(ActionEvent ev) {
             }
-            public Component getFocusOwner() {
-                return c;
+        }
+        Act act1 = new Act();
+        Act act2 = new Act();
+        Act act3 = new Act();
+
+        top.getActionMap().put("globalRegistration", act1);
+        top.getActionMap().put("doubleRegistration", act2);
+
+        panel.getActionMap().put("doubleRegistration", act3);
+        panel.getActionMap().put("focusedRegistration", act3);
+
+        final ActionMap map = (ActionMap)top.getLookup().lookup(ActionMap.class);
+
+        assertEquals("actions registered directly on TC are found", act1, map.get("globalRegistration"));
+        assertEquals("even if they are provided by focused component", act2, map.get("doubleRegistration"));
+
+        assertEquals("actions are delegated to focus owner, if not present", act3, map.get("focusedRegistration"));
+
+        List<Object> keys = Arrays.asList(map.allKeys());
+        assertTrue("focusedRegistration is there: " + keys, keys.contains("focusedRegistration"));
+        assertTrue("doubleRegistration is there: " + keys, keys.contains("doubleRegistration"));
+        assertTrue("globalRegistration is there: " + keys, keys.contains("globalRegistration"));
+        assertTrue("closeWindow is by default there: " + keys, keys.contains("closeWindow"));
+        
+        top.open();
+        top.requestActive();
+        
+        final Result<ActionMap> res = Utilities.actionsGlobalContext().lookupResult(ActionMap.class);
+        class Checker implements LookupListener {
+            List<Object> keys1, keys2;
+            @Override
+            public void resultChanged(LookupEvent ev) {
+                Object[] arr = map.allKeys(); 
+                if (arr == null) {
+                    arr = new Object[0];
+                }
+                
+                if (keys1 == null) {
+                    keys1 = Arrays.asList(arr);
+                } else {
+                    assertNull("At most two calls", keys2);
+                    keys2 = Arrays.asList(arr);
+                }
             }
         }
-        KeyboardFocusManager prev = KeyboardFocusManager.getCurrentKeyboardFocusManager();
+        Checker listener = new Checker();
+        res.addLookupListener(listener);
+        assertEquals("One map", 1, res.allInstances().size());
+        
+        JTextField f = new JTextField();
+        f.getActionMap().put("focusedRegistration", act3);
+        defaultFocusManager.setC(f);
+        assertEquals("but as it is not in the right component, nothing is found", null, map.get("focusedRegistration"));
+        res.removeLookupListener(listener);
+        
+        assertNotNull("Two changes delivered", listener.keys2);
+        assertTrue("doubleRegistration was there: " + listener.keys1, listener.keys1.contains("doubleRegistration"));
+        assertTrue("globalRegistration was there: " + listener.keys1, listener.keys1.contains("globalRegistration"));
+        assertTrue("closeWindow was there: " + listener.keys1, listener.keys1.contains("closeWindow"));
+        assertTrue("focusedRegistration was there: " + listener.keys1, listener.keys1.contains("focusedRegistration"));
+        
+        assertFalse("focusedRegistration was there: " + listener.keys2, listener.keys2.contains("focusedRegistration"));
+        assertTrue("doubleRegistration was there: " + listener.keys2, listener.keys2.contains("doubleRegistration"));
+        assertTrue("globalRegistration was there: " + listener.keys2, listener.keys2.contains("globalRegistration"));
+        assertTrue("closeWindow was there: " + listener.keys2, listener.keys2.contains("closeWindow"));
+    }
+    
+    public void testActionMapFromFocusedOneButNotOwnButton() {
+        ContextAwareAction a = Actions.callback("find", null, false, "Find", null, false);
         
-        try {
-            KeyboardFocusManager.setCurrentKeyboardFocusManager(new Def(panel));
-            
+        class Act extends AbstractAction {
+            int cnt;
+            Action check;
             
-            
-            top.add(BorderLayout.CENTER, panel);
-            
-            class Act extends AbstractAction {
-                public void actionPerformed(ActionEvent ev) {
-                }
+            @Override
+            public void actionPerformed(ActionEvent ev) {
+                cnt++;
+            }
+        }
+        Act act1 = new Act();
+        Act act3 = new Act();
+
+        Action action = a;
+        act1.check = action;
+        act3.check = action;
+        final JButton disabled = new JButton();
+        top.add(BorderLayout.CENTER, disabled);
+        final JButton f = new JButton(action);
+        class L implements PropertyChangeListener {
+            private int cnt;
+            @Override
+            public void propertyChange(PropertyChangeEvent evt) {
+                assertEquals("enabled", evt.getPropertyName());
+                cnt++;
             }
-            Act act1 = new Act();
-            Act act2 = new Act();
-            Act act3 = new Act();
-            
-            top.getActionMap().put("globalRegistration", act1);
-            top.getActionMap().put("doubleRegistration", act2);
-            
-            panel.getActionMap().put("doubleRegistration", act3);
-            panel.getActionMap().put("focusedRegistration", act3);
-            
-            
-            ActionMap map = (ActionMap)top.getLookup().lookup(ActionMap.class);
-            
-            assertEquals("actions registered directly on TC are found", act1, map.get("globalRegistration"));
-            assertEquals("even if they are provided by focused component", act2, map.get("doubleRegistration"));
-            
-            assertEquals("Should be focused now",
-                    panel,
-                    KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner()
-                    );
-            assertEquals("actions are delegated to focus owner, if not present", act3, map.get("focusedRegistration"));
-            
-            JTextField f = new JTextField();
-            f.getActionMap().put("focusedRegistration", act3);
-            KeyboardFocusManager.setCurrentKeyboardFocusManager(new Def(f));
-            assertEquals("f should be focused now",
-                    f,
-                    KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner()
-                    );
-            assertEquals("but as it is not in the right component, nothing is found", null, map.get("focusedRegistration"));
-        } finally {
-            KeyboardFocusManager.setCurrentKeyboardFocusManager(prev);
         }
+        L listener = new L();
+        action.addPropertyChangeListener(listener);
+        top.add(BorderLayout.SOUTH, f);
+        defaultFocusManager.setC(top);
+
+        disabled.getActionMap().put("find", act3);
+        top.open();
+        top.requestActive();
+        assertFalse("Disabled by default", action.isEnabled());
+        assertFalse("Button disabled too", f.isEnabled());
+        assertEquals("no change yet", 0, listener.cnt);
+        
+        defaultFocusManager.setC(disabled);
+        
+        assertEquals("One change", 1, listener.cnt);
+        assertTrue("Still enabled", action.isEnabled());
+        assertTrue("Button enabled too", f.isEnabled());
+        
+        f.getModel().addChangeListener(new ChangeListener() {
+
+            @Override
+            public void stateChanged(ChangeEvent e) {
+                if (f.getModel().isPressed()) {
+                    defaultFocusManager.setC(f);
+                } else {
+                    defaultFocusManager.setC(disabled);
+                }
+            }
+        });
+        f.doClick();
+
+        assertEquals("Not Delegated to act1", 0, act1.cnt);
+        assertEquals("Delegated to act3", 1, act3.cnt);
     }
     
     
@@ -769,4 +865,35 @@ public class TopComponentGetLookupTest extends NbTestCase {
         }
         
     }
+    
+    static class Def extends DefaultKeyboardFocusManager {
+        private Component c;
+        private int cnt;
+
+        public Def() {
+            KeyboardFocusManager.setCurrentKeyboardFocusManager(this);
+        }
+
+        public void setC(Component c) {
+            Object oldC = this.c;
+            this.c = c;
+            firePropertyChange("permanentFocusOwner", oldC, c);
+        }
+
+        @Override
+        public Component getFocusOwner() {
+            return null;
+        }
+        @Override
+        public Component getPermanentFocusOwner() {
+            cnt++;
+            return c;
+        }
+
+    }
+    private final static Def defaultFocusManager = new Def();
+    static {
+        Utilities.actionsGlobalContext();
+        assertEquals("actionsGlobalContext calls once into our focus manager", 1, defaultFocusManager.cnt);
+    }
 }
diff --git a/openide.windows/test/unit/src/org/openide/windows/TopComponentTest.java b/openide.windows/test/unit/src/org/openide/windows/TopComponentTest.java
index 33bdc63..636ab43 100644
--- a/openide.windows/test/unit/src/org/openide/windows/TopComponentTest.java
+++ b/openide.windows/test/unit/src/org/openide/windows/TopComponentTest.java
@@ -44,6 +44,7 @@
 
 package org.openide.windows;
 
+import java.awt.Image;
 import java.awt.event.ActionEvent;
 import java.awt.event.KeyEvent;
 import java.beans.PropertyChangeEvent;
@@ -66,6 +67,7 @@ import org.openide.awt.Actions;
 import org.openide.nodes.Node;
 import org.openide.util.ContextAwareAction;
 import org.openide.util.HelpCtx;
+import org.openide.util.ImageUtilities;
 import org.openide.util.Lookup;
 import org.openide.util.actions.CookieAction;
 import org.openide.util.io.NbMarshalledObject;
@@ -83,6 +85,22 @@ public class TopComponentTest extends NbTestCase {
     public TopComponentTest(String testName) {
         super(testName);
     }
+    
+    public void testPreferredIDAndIconTakenFromAnnotation() {
+        @TopComponent.Description(
+            preferredID="my.id", iconBase="org/openide/windows/icon.png",
+            persistenceType=TopComponent.PERSISTENCE_ONLY_OPENED    
+        )
+        class MyTC extends TopComponent {
+        }
+        TopComponent tc = new MyTC();
+        
+        assertEquals("ID is OK", "my.id", tc.preferredID());
+        Image image = ImageUtilities.loadImage("org/openide/windows/icon.png");
+        assertEquals("Image is OK", image, tc.getIcon());
+        
+        assertEquals("Only opened", TopComponent.PERSISTENCE_ONLY_OPENED, tc.getPersistenceType());
+    }
 
     public void testCanTCGarbageCollectWhenActionInMap() {
         TopComponent tc = new TopComponent();
diff --git a/options.api/manifest.mf b/options.api/manifest.mf
index 8135fce..2a6c909 100644
--- a/options.api/manifest.mf
+++ b/options.api/manifest.mf
@@ -2,6 +2,6 @@ Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.options.api/1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/options/Bundle.properties
 OpenIDE-Module-Layer: org/netbeans/modules/options/resources/mf-layer.xml
-OpenIDE-Module-Specification-Version: 1.18.1
+OpenIDE-Module-Specification-Version: 1.21.1
 AutoUpdate-Show-In-Client: false
 AutoUpdate-Essential-Module: true
diff --git a/options.api/nbproject/org-netbeans-modules-options-api.sig b/options.api/nbproject/org-netbeans-modules-options-api.sig
index ee530ba..9cfefa2 100644
--- a/options.api/nbproject/org-netbeans-modules-options-api.sig
+++ b/options.api/nbproject/org-netbeans-modules-options-api.sig
@@ -1,8 +1,8 @@
 #Signature file v4.1
-#Version 1.16
+#Version 1.18
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -50,7 +50,7 @@ supr java.lang.Object
 hfds INSTANCE,impl,log
 
 CLSS public abstract org.netbeans.spi.options.AdvancedOption
-cons protected AdvancedOption()
+cons protected init()
  anno 0 java.lang.Deprecated()
 meth public abstract java.lang.String getDisplayName()
 meth public abstract java.lang.String getTooltip()
@@ -59,7 +59,7 @@ supr java.lang.Object
 hfds CONTROLLER,DISPLAYNAME,KEYWORDS,KEYWORDS_CATEGORY,TOOLTIP
 
 CLSS public abstract org.netbeans.spi.options.OptionsCategory
-cons public OptionsCategory()
+cons public init()
 meth public abstract java.lang.String getCategoryName()
 meth public abstract java.lang.String getTitle()
 meth public abstract org.netbeans.spi.options.OptionsPanelController create()
@@ -69,7 +69,7 @@ supr java.lang.Object
 hfds ADVANCED_OPTIONS_FOLDER,CATEGORY_NAME,CONTROLLER,ICON,KEYWORDS,KEYWORDS_CATEGORY,TITLE
 
 CLSS public abstract org.netbeans.spi.options.OptionsPanelController
-cons public OptionsPanelController()
+cons public init()
 fld public final static java.lang.String PROP_CHANGED = "changed"
 fld public final static java.lang.String PROP_HELP_CTX = "helpCtx"
 fld public final static java.lang.String PROP_VALID = "valid"
@@ -92,6 +92,7 @@ meth public org.openide.util.Lookup getLookup()
 supr java.lang.Object
 
 CLSS public abstract interface static !annotation org.netbeans.spi.options.OptionsPanelController$ContainerRegistration
+ outer org.netbeans.spi.options.OptionsPanelController
  anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=SOURCE)
  anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[PACKAGE])
 intf java.lang.annotation.Annotation
@@ -103,6 +104,7 @@ meth public abstract java.lang.String iconBase()
 meth public abstract java.lang.String id()
 
 CLSS public abstract interface static !annotation org.netbeans.spi.options.OptionsPanelController$SubRegistration
+ outer org.netbeans.spi.options.OptionsPanelController
  anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=SOURCE)
  anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD])
 intf java.lang.annotation.Annotation
@@ -114,6 +116,7 @@ meth public abstract !hasdefault java.lang.String location()
 meth public abstract java.lang.String displayName()
 
 CLSS public abstract interface static !annotation org.netbeans.spi.options.OptionsPanelController$TopLevelRegistration
+ outer org.netbeans.spi.options.OptionsPanelController
  anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=SOURCE)
  anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD])
 intf java.lang.annotation.Annotation
diff --git a/options.api/nbproject/project.xml b/options.api/nbproject/project.xml
index cfc73bf..0b6bb82 100644
--- a/options.api/nbproject/project.xml
+++ b/options.api/nbproject/project.xml
@@ -180,6 +180,16 @@ made subject to such option by the copyright holder.
                         <code-name-base>org.netbeans.modules.settings</code-name-base>
                         <recursive/>
                     </test-dependency>
+                    <test-dependency>
+                        <code-name-base>org.openide.util</code-name-base>
+                        <compile-dependency/>
+                        <test/>
+                    </test-dependency>
+                    <test-dependency>
+                        <code-name-base>org.openide.util.lookup</code-name-base>
+                        <compile-dependency/>
+                        <test/>
+                    </test-dependency>
                 </test-type>
             </test-dependencies>
             <public-packages>
diff --git a/options.api/src/org/netbeans/modules/options/Bundle.properties b/options.api/src/org/netbeans/modules/options/Bundle.properties
index a4e6e50..a59ac05 100644
--- a/options.api/src/org/netbeans/modules/options/Bundle.properties
+++ b/options.api/src/org/netbeans/modules/options/Bundle.properties
@@ -58,15 +58,6 @@ CTL_Loading_Options=Loading Settings ...
 CTL_Error_Loading_Options=Loading Options Failed.
 CTL_Some_values_changed=There are some changes. Do you want to apply them?
 
-CTL_General_Options=&General
-CTL_General_Options_Title=General
-CTL_Editor=&Editor
-CTL_Editor_Title=Editor
-CTL_Font_And_Color_Options=&Fonts & Colors
-CTL_Font_And_Color_Options_Title=Fonts & Colors
-CTL_Keymap_Options=&Keymap
-CTL_Keymap_Options_Title=Keymap
-
 CTL_Export=Expor&t
 CTL_Import=&Import
 
diff --git a/options.api/src/org/netbeans/modules/options/OptionsPanelControllerProcessor.java b/options.api/src/org/netbeans/modules/options/OptionsPanelControllerProcessor.java
index 915b245..9e193f9 100644
--- a/options.api/src/org/netbeans/modules/options/OptionsPanelControllerProcessor.java
+++ b/options.api/src/org/netbeans/modules/options/OptionsPanelControllerProcessor.java
@@ -42,6 +42,8 @@
 
 package org.netbeans.modules.options;
 
+import java.io.FileNotFoundException;
+import java.io.IOException;
 import java.util.Arrays;
 import java.util.HashSet;
 import java.util.Set;
@@ -51,6 +53,7 @@ import javax.annotation.processing.SupportedSourceVersion;
 import javax.lang.model.SourceVersion;
 import javax.lang.model.element.Element;
 import javax.lang.model.element.TypeElement;
+import javax.tools.StandardLocation;
 import org.netbeans.spi.options.AdvancedOption;
 import org.netbeans.spi.options.OptionsCategory;
 import org.netbeans.spi.options.OptionsPanelController;
@@ -84,9 +87,8 @@ public class OptionsPanelControllerProcessor extends LayerGeneratingProcessor {
                     methodvalue("instanceCreate", OptionsCategory.class.getName(), "createCategory").
                     instanceAttribute("controller", OptionsPanelController.class).
                     bundlevalue("categoryName", r.categoryName()).
-                    // XXX verify that the icon exists
-                    stringvalue("iconBase", r.iconBase()).
                     position(r.position());
+            iconBase(e, r.iconBase(), file);
             keywords(e, r.keywords(), r.keywordsCategory(), file);
             file.write();
         }
@@ -109,9 +111,8 @@ public class OptionsPanelControllerProcessor extends LayerGeneratingProcessor {
                     methodvalue("instanceCreate", OptionsCategory.class.getName(), "createCategory").
                     stringvalue("advancedOptionsFolder", "OptionsDialog/" + r.id()).
                     bundlevalue("categoryName", r.categoryName()).
-                    // XXX verify that the icon exists
-                    stringvalue("iconBase", r.iconBase()).
                     position(r.position());
+            iconBase(e, r.iconBase(), file);
             keywords(e, r.keywords(), r.keywordsCategory(), file);
             file.write();
             layer(e).folder("OptionsDialog/" + r.id()).position(0).write();
@@ -119,6 +120,23 @@ public class OptionsPanelControllerProcessor extends LayerGeneratingProcessor {
         return true;
     }
 
+    private void iconBase(Element e, String iconBase, File file) throws LayerGenerationException {
+        try { // XXX should probably be made a utility method in LayerBuilder
+            try {
+                processingEnv.getFiler().getResource(StandardLocation.SOURCE_PATH, "", iconBase).openInputStream().close();
+            } catch (FileNotFoundException x) {
+                try {
+                    processingEnv.getFiler().getResource(StandardLocation.CLASS_OUTPUT, "", iconBase).openInputStream().close();
+                } catch (IOException x2) {
+                    throw x;
+                }
+            }
+        } catch (IOException x) {
+            throw new LayerGenerationException("Could not open " + iconBase + ": " + x, e);
+        }
+        file.stringvalue("iconBase", iconBase);
+    }
+
     private void keywords(Element e, String keywords, String keywordsCategory, File file) throws LayerGenerationException {
         if (keywords.length() > 0) {
             if (keywordsCategory.length() == 0) {
diff --git a/options.api/src/org/netbeans/modules/options/OptionsWindowAction.java b/options.api/src/org/netbeans/modules/options/OptionsWindowAction.java
index 9f6aab8..597eb59 100644
--- a/options.api/src/org/netbeans/modules/options/OptionsWindowAction.java
+++ b/options.api/src/org/netbeans/modules/options/OptionsWindowAction.java
@@ -46,18 +46,19 @@
 package org.netbeans.modules.options;
 
 import java.awt.event.ActionEvent;
-import javax.swing.AbstractAction;
-import javax.swing.Action;
+import java.awt.event.ActionListener;
 import org.netbeans.api.options.OptionsDisplayer;
-import org.openide.util.NbBundle;
+import org.openide.awt.ActionID;
+import org.openide.awt.ActionReference;
+import org.openide.awt.ActionRegistration;
 
 /**
  * @author Radek Matous
  */
-public class OptionsWindowAction extends AbstractAction {
-    public OptionsWindowAction() {
-        putValue(Action.NAME, NbBundle.getMessage (OptionsWindowAction.class, "CTL_Options_Window_Action"));
-    }
+ at ActionID(id = "org.netbeans.modules.options.OptionsWindowAction", category = "Window")
+ at ActionRegistration(displayName = "#CTL_Options_Window_Action")
+ at ActionReference(position = 1700, path = "Menu/Tools", separatorBefore=1500)
+public class OptionsWindowAction implements ActionListener {
     
     public void actionPerformed(ActionEvent evt) {
         OptionsDisplayer.getDefault().open();
diff --git a/options.api/src/org/netbeans/modules/options/advanced/AdvancedPanelController.java b/options.api/src/org/netbeans/modules/options/advanced/AdvancedPanelController.java
index 02cd52c..b9ed511 100644
--- a/options.api/src/org/netbeans/modules/options/advanced/AdvancedPanelController.java
+++ b/options.api/src/org/netbeans/modules/options/advanced/AdvancedPanelController.java
@@ -95,8 +95,9 @@ public final class AdvancedPanelController extends OptionsPanelController {
     }
     
     public JComponent getComponent (Lookup masterLookup) {
-        getAdvancedPanel().init();
-        return getAdvancedPanel ();
+	AdvancedPanel p = getAdvancedPanel();
+	p.init();
+	return p;
     }
     
     @Override
@@ -120,7 +121,7 @@ public final class AdvancedPanelController extends OptionsPanelController {
 
     private AdvancedPanel advancedPanel;
     
-    private AdvancedPanel getAdvancedPanel () {
+    private synchronized AdvancedPanel getAdvancedPanel () {
         if (advancedPanel == null)
             advancedPanel = new AdvancedPanel(subpath);
         return advancedPanel;
diff --git a/options.api/src/org/netbeans/modules/options/advanced/Model.java b/options.api/src/org/netbeans/modules/options/advanced/Model.java
index f0af83a..7763c0f 100644
--- a/options.api/src/org/netbeans/modules/options/advanced/Model.java
+++ b/options.api/src/org/netbeans/modules/options/advanced/Model.java
@@ -27,7 +27,7 @@
  * Contributor(s):
  *
  * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
+ * Software is Sun Microsystems, Inc. Portions Copyright 1997-2010 Sun
  * Microsystems, Inc. All Rights Reserved.
  *
  * If you wish your version of this file to be governed by only the CDDL
@@ -54,6 +54,7 @@ import java.util.Iterator;
 import java.util.LinkedHashMap;
 import java.util.List;
 import java.util.Map;
+import java.util.logging.Logger;
 import javax.swing.JComponent;
 import javax.swing.JScrollPane;
 import javax.swing.border.Border;
@@ -98,6 +99,7 @@ public final class Model extends TabbedPanelModel {
         this.lkpListener = listener;
     }
     
+    @Override
     public List<String> getCategories () {
         init ();
         List<String> l = new ArrayList<String>(categoryToOption.keySet ());
@@ -117,6 +119,7 @@ public final class Model extends TabbedPanelModel {
         return new ArrayList<String>(idToCategory.keySet());
     }
 
+    @Override
     public String getToolTip (String category) {
         AdvancedOption option = categoryToOption.get (category);
         return option.getTooltip ();
@@ -128,6 +131,10 @@ public final class Model extends TabbedPanelModel {
      */
     public String getDisplayName(String categoryID) {
         AdvancedOption option = categoryToOption.get(idToCategory.get(categoryID));
+        if (option == null) {
+            Logger.getLogger(Model.class.getName()).info("No category found for ID: " + categoryID); // NOI18N
+            return "";
+        }
         return option.getDisplayName();
     }
 
@@ -139,6 +146,7 @@ public final class Model extends TabbedPanelModel {
         return categoryToController.get(getDisplayName(categoryID));
     }
 
+    @Override
     public JComponent getPanel (String category) {
         init ();
         JComponent panel = categoryToPanel.get (category);        
@@ -176,15 +184,15 @@ public final class Model extends TabbedPanelModel {
     }
     
     void applyChanges () {
-        Iterator it = categoryToController.values ().iterator ();
+        Iterator<OptionsPanelController> it = categoryToController.values ().iterator ();
         while (it.hasNext ())
-            ((OptionsPanelController) it.next ()).applyChanges ();
+            it.next().applyChanges ();
     }
     
     void cancel () {
-        Iterator it = categoryToController.values ().iterator ();
+        Iterator<OptionsPanelController> it = categoryToController.values ().iterator ();
         while (it.hasNext ())
-            ((OptionsPanelController) it.next ()).cancel ();
+            it.next().cancel ();
     }
     
     boolean isValid () {
@@ -198,9 +206,9 @@ public final class Model extends TabbedPanelModel {
     }
     
     boolean isChanged () {
-        Iterator it = categoryToController.values ().iterator ();
+        Iterator<OptionsPanelController> it = categoryToController.values ().iterator ();
         while (it.hasNext ())
-            if (((OptionsPanelController) it.next ()).isChanged ())
+            if (it.next().isChanged ())
                 return true;
         return false;
     }
@@ -235,9 +243,9 @@ public final class Model extends TabbedPanelModel {
                 panel = (JComponent) view;
             }
         }
-        Iterator it = categoryToPanel.keySet ().iterator ();
+        Iterator<String> it = categoryToPanel.keySet ().iterator ();
         while (it.hasNext ()) {
-            String category = (String) it.next ();
+            String category = it.next ();
             if (panel == null || panel == categoryToPanel.get (category)) {
                 OptionsPanelController controller = categoryToController.get (category);
                 if (controller != null) {
@@ -257,8 +265,6 @@ public final class Model extends TabbedPanelModel {
         String path = "OptionsDialog/"+subpath; // NOI18N
         Lookup lookup = Lookups.forPath(path);
         lkpResult = lookup.lookup(new Lookup.Template<AdvancedOption>(AdvancedOption.class));
-        lkpResult.addLookupListener(lkpListener);
-        lkpListener = null;
         for(Item<AdvancedOption> item : lkpResult.allItems()) {
             // don't lookup in subfolders
             if(item.getId().substring(0, item.getId().lastIndexOf('/')).equals(path)) {  // NOI18N
@@ -272,6 +278,8 @@ public final class Model extends TabbedPanelModel {
                 }
             }
         }
+        lkpResult.addLookupListener(lkpListener);
+        lkpListener = null;
     }
     
     void setLoookup (Lookup masterLookup) {
@@ -284,6 +292,7 @@ public final class Model extends TabbedPanelModel {
         private DelegatingController(OptionsPanelController delegate) {
             this.delegate = delegate;
         }
+        @Override
         public void update() {
             if (!isUpdated) {
                 isUpdated = true;
@@ -291,24 +300,29 @@ public final class Model extends TabbedPanelModel {
             }
         }
 
+        @Override
         public void applyChanges() {
             isUpdated = false;
             delegate.applyChanges();
         }
 
+        @Override
         public void cancel() {
             isUpdated = false;
             delegate.cancel();
         }
 
+        @Override
         public boolean isValid() {
             return delegate.isValid();
         }
 
+        @Override
         public boolean isChanged() {
             return delegate.isChanged();
         }
 
+        @Override
         public JComponent getComponent(Lookup masterLookup) {
             return delegate.getComponent(masterLookup);
         }
@@ -318,14 +332,17 @@ public final class Model extends TabbedPanelModel {
             OptionsPanelControllerAccessor.getDefault().setCurrentSubcategory(delegate, subpath);
         }
         
+        @Override
         public HelpCtx getHelpCtx() {
             return delegate.getHelpCtx();
         }
 
+        @Override
         public void addPropertyChangeListener(PropertyChangeListener l) {
             delegate.addPropertyChangeListener(l);
         }
 
+        @Override
         public void removePropertyChangeListener(PropertyChangeListener l) {
             delegate.removePropertyChangeListener(l);
         }
diff --git a/options.api/src/org/netbeans/modules/options/resources/colors.png b/options.api/src/org/netbeans/modules/options/resources/colors.png
deleted file mode 100644
index 05af909..0000000
Binary files a/options.api/src/org/netbeans/modules/options/resources/colors.png and /dev/null differ
diff --git a/options.api/src/org/netbeans/modules/options/resources/editor.png b/options.api/src/org/netbeans/modules/options/resources/editor.png
deleted file mode 100644
index 1f57ec9..0000000
Binary files a/options.api/src/org/netbeans/modules/options/resources/editor.png and /dev/null differ
diff --git a/options.api/src/org/netbeans/modules/options/resources/mf-layer.xml b/options.api/src/org/netbeans/modules/options/resources/mf-layer.xml
index cb56e93..808d6e2 100644
--- a/options.api/src/org/netbeans/modules/options/resources/mf-layer.xml
+++ b/options.api/src/org/netbeans/modules/options/resources/mf-layer.xml
@@ -45,23 +45,6 @@ made subject to such option by the copyright holder.
 -->
 <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.2//EN" "http://www.netbeans.org/dtds/filesystem-1_2.dtd">
 <filesystem>
-    <folder name="Actions">
-        <folder name="Window">
-            <file name="org-netbeans-modules-options-OptionsWindowAction.instance"/>
-        </folder>
-    </folder>
-    <folder name="Menu">
-        <folder name="Tools">
-            <file name="Separator3.instance">
-		<attr name="instanceClass" stringvalue="javax.swing.JSeparator"/>
-	        <attr name="position" intvalue="1500"/>
-            </file>
-            <file name="org-netbeans-modules-options-OptionsWindowAction.shadow">
-                <attr name="originalFile" stringvalue="Actions/Window/org-netbeans-modules-options-OptionsWindowAction.instance"/>
-                <attr name="position" intvalue="1700"/>
-            </file>
-        </folder>
-    </folder>
     <folder name="OptionsDialog">
         <file name="Advanced.instance">
             <attr name="instanceClass" stringvalue="org.netbeans.modules.options.advanced.Advanced"/>
diff --git a/options.api/test/unit/src/org/netbeans/api/options/RegisteredCategory.java b/options.api/test/unit/src/org/netbeans/api/options/RegisteredCategory.java
index 834fcb6..cce0073 100644
--- a/options.api/test/unit/src/org/netbeans/api/options/RegisteredCategory.java
+++ b/options.api/test/unit/src/org/netbeans/api/options/RegisteredCategory.java
@@ -60,7 +60,6 @@ import org.netbeans.spi.options.OptionsPanelController;
 import org.openide.util.HelpCtx;
 import org.openide.util.ImageUtilities;
 import org.openide.util.Lookup;
-import org.openide.util.Utilities;
 
 
 /**
@@ -82,7 +81,7 @@ public final class RegisteredCategory extends OptionsCategory {
     @Override
     public Icon getIcon() {
         if (icon == null) {
-            Image image = ImageUtilities.loadImage("org/netbeans/modules/options/resources/generalOptions.png");
+            Image image = ImageUtilities.loadImage("org/netbeans/modules/options/resources/advanced.png");
             icon = new ImageIcon(image);
         }
         return icon;
diff --git a/options.api/test/unit/src/org/netbeans/modules/options/OptionsPanelControllerProcessorTest.java b/options.api/test/unit/src/org/netbeans/modules/options/OptionsPanelControllerProcessorTest.java
new file mode 100644
index 0000000..46c39c6
--- /dev/null
+++ b/options.api/test/unit/src/org/netbeans/modules/options/OptionsPanelControllerProcessorTest.java
@@ -0,0 +1,84 @@
+/*
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ *
+ * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
+ *
+ * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+ * Other names may be trademarks of their respective owners.
+ *
+ * The contents of this file are subject to the terms of either the GNU
+ * General Public License Version 2 only ("GPL") or the Common
+ * Development and Distribution License("CDDL") (collectively, the
+ * "License"). You may not use this file except in compliance with the
+ * License. You can obtain a copy of the License at
+ * http://www.netbeans.org/cddl-gplv2.html
+ * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+ * specific language governing permissions and limitations under the
+ * License.  When distributing the software, include this License Header
+ * Notice in each file and include the License file at
+ * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the GPL Version 2 section of the License file that
+ * accompanied this code. If applicable, add the following below the
+ * License Header, with the fields enclosed by brackets [] replaced by
+ * your own identifying information:
+ * "Portions Copyrighted [year] [name of copyright owner]"
+ *
+ * If you wish your version of this file to be governed by only the CDDL
+ * or only the GPL Version 2, indicate your decision by adding
+ * "[Contributor] elects to include this software in this distribution
+ * under the [CDDL or GPL Version 2] license." If you do not indicate a
+ * single choice of license, a recipient has the option to distribute
+ * your version of this file under either the CDDL, the GPL Version 2 or
+ * to extend the choice of license to its licensees as provided above.
+ * However, if you add GPL Version 2 code and therefore, elected the GPL
+ * Version 2 license, then the option applies only if the new code is
+ * made subject to such option by the copyright holder.
+ *
+ * Contributor(s):
+ *
+ * Portions Copyrighted 2011 Sun Microsystems, Inc.
+ */
+
+package org.netbeans.modules.options;
+
+import java.io.ByteArrayOutputStream;
+import java.io.File;
+import org.netbeans.junit.NbTestCase;
+import org.openide.util.test.AnnotationProcessorTestUtils;
+import org.openide.util.test.TestFileUtils;
+
+public class OptionsPanelControllerProcessorTest extends NbTestCase {
+
+    public OptionsPanelControllerProcessorTest(String name) {
+        super(name);
+    }
+
+    protected @Override void setUp() throws Exception {
+        clearWorkDir();
+    }
+
+    public void testBadIconBase() throws Exception {
+        File src = new File(getWorkDir(), "src");
+        File dest = new File(getWorkDir(), "classes");
+        AnnotationProcessorTestUtils.makeSource(src, "p.C",
+                "@org.netbeans.spi.options.OptionsPanelController.TopLevelRegistration(iconBase=\"no/such/icon\", categoryName=\"x\", keywords=\"x\", keywordsCategory=\"x\")",
+                "public class C extends org.netbeans.spi.options.OptionsPanelController {",
+                "    public void update() {}",
+                "    public void applyChanges() {}",
+                "    public void cancel() {}",
+                "    public boolean isValid() {return false;}",
+                "    public boolean isChanged() {return false;}",
+                "    public org.openide.util.HelpCtx getHelpCtx() {return null;}",
+                "    public javax.swing.JComponent getComponent(org.openide.util.Lookup l) {return null;}",
+                "    public void addPropertyChangeListener(java.beans.PropertyChangeListener l) {}",
+                "    public void removePropertyChangeListener(java.beans.PropertyChangeListener l) {}",
+                "}");
+        ByteArrayOutputStream err = new ByteArrayOutputStream();
+        assertFalse(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, err));
+        assertTrue(err.toString(), err.toString().contains("no/such/icon"));
+        TestFileUtils.writeFile(new File(src, "no/such/icon"), "whatever");
+        assertTrue(AnnotationProcessorTestUtils.runJavac(src, null, dest, null, null));
+    }
+
+}
diff --git a/options.keymap/manifest.mf b/options.keymap/manifest.mf
index 7cbee9d..ac7c3c8 100644
--- a/options.keymap/manifest.mf
+++ b/options.keymap/manifest.mf
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.options.keymap
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/options/keymap/Bundle.properties
 OpenIDE-Module-Layer: org/netbeans/modules/options/keymap/mf-layer.xml
-OpenIDE-Module-Specification-Version: 1.10.1
+OpenIDE-Module-Specification-Version: 1.13.1
 AutoUpdate-Show-In-Client: false
 AutoUpdate-Essential-Module: true
 
diff --git a/options.keymap/nbproject/project.xml b/options.keymap/nbproject/project.xml
index 48bde6a..f99d6bf 100644
--- a/options.keymap/nbproject/project.xml
+++ b/options.keymap/nbproject/project.xml
@@ -154,6 +154,7 @@ made subject to such option by the copyright holder.
             <friend-packages>
                 <friend>org.netbeans.modules.editor.macros</friend>
                 <friend>org.netbeans.modules.jumpto</friend>
+                <friend>org.netbeans.modules.jvi</friend>
                 <friend>org.netbeans.modules.options.editor</friend>
                 <package>org.netbeans.core.options.keymap.api</package>
                 <package>org.netbeans.core.options.keymap.spi</package>
diff --git a/options.keymap/src/org/netbeans/modules/options/keymap/ActionsSearchProvider.java b/options.keymap/src/org/netbeans/modules/options/keymap/ActionsSearchProvider.java
index 9ccc938..5060086 100644
--- a/options.keymap/src/org/netbeans/modules/options/keymap/ActionsSearchProvider.java
+++ b/options.keymap/src/org/netbeans/modules/options/keymap/ActionsSearchProvider.java
@@ -45,6 +45,7 @@ package org.netbeans.modules.options.keymap;
 
 import java.awt.event.ActionEvent;
 import java.lang.reflect.Field;
+import java.lang.reflect.InvocationTargetException;
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.HashMap;
@@ -58,6 +59,7 @@ import java.util.logging.Logger;
 import javax.swing.Action;
 import javax.swing.JEditorPane;
 import javax.swing.KeyStroke;
+import javax.swing.SwingUtilities;
 import javax.swing.text.TextAction;
 import org.netbeans.core.options.keymap.api.ShortcutAction;
 import org.netbeans.core.options.keymap.spi.KeymapManager;
@@ -67,6 +69,8 @@ import org.netbeans.spi.quicksearch.SearchResponse;
 import org.openide.awt.StatusDisplayer;
 import org.openide.cookies.EditorCookie;
 import org.openide.nodes.Node;
+import org.openide.text.CloneableEditor;
+import org.openide.util.Exceptions;
 import org.openide.util.Lookup;
 import org.openide.util.NbBundle;
 import org.openide.util.Utilities;
@@ -81,20 +85,27 @@ import org.openide.windows.WindowManager;
  */
 public class ActionsSearchProvider implements SearchProvider {
 
+    private volatile SearchRequest currentRequest;
+
     /**
      * Iterates through all found KeymapManagers and their sets of actions
      * and fills response object with proper actions that are enabled
      * and can be run meaningfully on current actions context.
      */
-    public void evaluate(SearchRequest request, SearchResponse response) {
-        Map<Object, String> duplicateCheck = new HashMap<Object, String>();
-        List<Object[]> possibleResults = new ArrayList<Object[]>(7);
+    public void evaluate(final SearchRequest request, final SearchResponse response) {
+        currentRequest = request;
+        final Map<Object, String> duplicateCheck = new HashMap<Object, String>();
+        final List<Object[]> possibleResults = new ArrayList<Object[]>(7);
         Map<ShortcutAction, Set<String>> curKeymap;
         // iterate over all found KeymapManagers
         for (KeymapManager m : Lookup.getDefault().lookupAll(KeymapManager.class)) {
             curKeymap = m.getKeymap(m.getCurrentProfile());
             for (Entry<String, Set<ShortcutAction>> entry : m.getActions().entrySet()) {
                 for (ShortcutAction sa : entry.getValue()) {
+                    if (currentRequest!=request) {
+                        return;
+                    }
+
                     // check action and obtain only meaningful ones
                     Object[] actInfo = getActionInfo(sa, curKeymap.get(sa));
                     if (actInfo == null) {
@@ -106,31 +117,49 @@ public class ActionsSearchProvider implements SearchProvider {
                 }
             }
         }
-        
-        // try also actions of activated nodes
-        Node[] actNodes = TopComponent.getRegistry().getActivatedNodes();
-        for (int i = 0; i < actNodes.length; i++) {
-            Action[] acts = actNodes[i].getActions(false);
-            for (int j = 0; j < acts.length; j++) {
-                Action action = checkNodeAction(acts[j]);
-                if (action == null) {
-                    continue;
-                }
-                Object[] actInfo = new Object[] { action, null, null };
-                Object name = action.getValue(Action.NAME);
-                if (!(name instanceof String)) {
-                    // skip action without proper name
-                    continue;
-                }
-                String displayName = ((String) name).replaceFirst("&(?! )", "");  //NOI18N
-                if (!doEvaluation(displayName, request, actInfo, response, possibleResults, duplicateCheck)) {
-                    return;
+        try {
+            SwingUtilities.invokeAndWait(new Runnable() {
+
+                @Override
+                public void run() {
+                    // try also actions of activated nodes
+                    Node[] actNodes = TopComponent.getRegistry().getActivatedNodes();
+                    for (int i = 0; i < actNodes.length; i++) {
+                        Action[] acts = actNodes[i].getActions(false);
+                        for (int j = 0; j < acts.length; j++) {
+                            if (currentRequest!=request) {
+                                return;
+                            }
+                            Action action = checkNodeAction(acts[j]);
+                            if (action == null) {
+                                continue;
+                            }
+                            Object[] actInfo = new Object[]{action, null, null};
+                            Object name = action.getValue(Action.NAME);
+                            if (!(name instanceof String)) {
+                                // skip action without proper name
+                                continue;
+                            }
+                            String displayName = ((String) name).replaceFirst("&(?! )", ""); //NOI18N
+                            if (!doEvaluation(displayName, request, actInfo, response, possibleResults, duplicateCheck)) {
+                                return;
+                            }
+                        }
+                    }
                 }
-            }
+            });
+        } catch (InterruptedException ex) {
+            Exceptions.printStackTrace(ex);
+        } catch (InvocationTargetException ex) {
+            Exceptions.printStackTrace(ex);
         }
 
+
         // add results stored above, actions that contain typed text, but not as prefix
         for (Object[] actInfo : possibleResults) {
+            if (currentRequest != request) {
+                return;
+            }
             if (!addAction(actInfo, response, duplicateCheck)) {
                 return;
             }
@@ -172,12 +201,12 @@ public class ActionsSearchProvider implements SearchProvider {
                 displayName = ((String) name).replaceFirst("&(?! )", "");  //NOI18N
             }
         }
-        
+
         // #140580 - check for duplicate actions
         if (duplicateCheck.put(action, displayName) != null) {
             return true;
         }
-        return response.addResult(new ActionResult(action), displayName, null,
+         return response.addResult(new ActionResult(action), displayName, null,
                 Collections.singletonList(stroke));
     }
 
@@ -194,33 +223,39 @@ public class ActionsSearchProvider implements SearchProvider {
         return true;
     }
     
-    private Object[] getActionInfo(ShortcutAction sa, Set<String> shortcuts) {
-        Class clazz = sa.getClass();
-        Field f = null;
+    private Object[] getActionInfo(final ShortcutAction sa, final Set<String> shortcuts) {
+        final Object[][] result = new Object[1][];
         try {
-            f = clazz.getDeclaredField("action");
-            f.setAccessible(true);
-            Action action = (Action) f.get(sa);
-            
-            
-            
-            if (!action.isEnabled()) {
-                return null;
-            }
-            
-            return new Object[] {action, sa, shortcuts};
-            
-        } catch (Throwable thr) {
-            if (thr instanceof ThreadDeath) {
-                throw (ThreadDeath)thr;
-            }
-            // just log problems, it is common that some actions may
-            // complain
-            Logger.getLogger(getClass().getName()).log(Level.FINE,
-                    "Some problem getting action " + sa.getDisplayName(), thr);
+            SwingUtilities.invokeAndWait(new Runnable() {
+
+                @Override
+                public void run() {
+                    Class clazz = sa.getClass();
+                    Field f = null;
+                    try {
+                        f = clazz.getDeclaredField("action");
+                        f.setAccessible(true);
+                        Action action = (Action) f.get(sa);
+                        if (!action.isEnabled()) {
+                            return;
+                        }
+                        result[0] = new Object[]{action, sa, shortcuts};
+                        return;
+                    } catch (Throwable thr) {
+                        if (thr instanceof ThreadDeath) {
+                            throw (ThreadDeath) thr;
+                        } // complain
+                        Logger.getLogger(getClass().getName()).log(Level.FINE, "Some problem getting action " + sa.getDisplayName(), thr);
+                    }
+                    return;
+                }
+            });
+        } catch (InterruptedException ex) {
+            Exceptions.printStackTrace(ex);
+        } catch (InvocationTargetException ex) {
+            Exceptions.printStackTrace(ex);
         }
-        // fallback
-        return null;
+        return result[0];
     }
     
     
@@ -285,9 +320,21 @@ public class ActionsSearchProvider implements SearchProvider {
             // be careful, some actions throws assertions etc, because they
             // are not written to be invoked directly
             try {
-                command.actionPerformed(createActionEvent(command));
-                uiLog();
+                Action a = command;
+                ActionEvent ae = createActionEvent(command);
+                Object p = ae.getSource();
+                if (p instanceof CloneableEditor) {
+                    JEditorPane pane = ((CloneableEditor) p).getEditorPane();
+                    Action activeCommand = pane.getActionMap().get(command.getValue(Action.NAME));
+                    if (activeCommand != null) {
+                        a = activeCommand;
+                    }
+                }
+
+                a.actionPerformed(ae);
+                uiLog(true);
             } catch (Throwable thr) {
+                uiLog(false);
                 if (thr instanceof ThreadDeath) {
                     throw (ThreadDeath)thr;
                 }
@@ -304,8 +351,8 @@ public class ActionsSearchProvider implements SearchProvider {
             }
         }
 
-        private void uiLog() {
-            LogRecord rec = new LogRecord(Level.FINER, "LOG_QUICKSEARCH_ACTION"); // NOI18N
+        private void uiLog(boolean success) {
+            LogRecord rec = new LogRecord(Level.FINER, success?"LOG_QUICKSEARCH_ACTION":"LOG_QUICKSEARCH_ACTION_FAILED"); // NOI18N
             rec.setParameters(new Object[] { command.getClass().getName(), command.getValue(Action.NAME) });
             rec.setResourceBundle(NbBundle.getBundle(ActionsSearchProvider.class));
             rec.setResourceBundleName(ActionsSearchProvider.class.getPackage().getName() + ".Bundle"); // NOI18N
diff --git a/options.keymap/src/org/netbeans/modules/options/keymap/Bundle.properties b/options.keymap/src/org/netbeans/modules/options/keymap/Bundle.properties
index e37b445..09871f4 100644
--- a/options.keymap/src/org/netbeans/modules/options/keymap/Bundle.properties
+++ b/options.keymap/src/org/netbeans/modules/options/keymap/Bundle.properties
@@ -101,6 +101,7 @@ CTL_Export_Shortcuts_to_HTML_Action=Export Shortcuts to HTML
 CTL_Other=Other
 AN_Shortcut=Shortcut field
 AD_Shortcut=Shortcut field
+CTL_Shortcut_Mnemonic=S
 AN_ShortcutsDialog=Enter new shortcut
 AD_ShortcutsDialog=Enter new shortcut
 
@@ -119,7 +120,7 @@ QuickSearch/Actions=Actions
 MSG_ActionFailure={0} action can not be invoked through Quick Search...
 
 # Quicksearch options
-KW_KeymapOptions=Keymap Options, Keyboard Shortcuts, Keybindings
+KW_KeymapOptions=Keymap Options,Keyboard Shortcuts,Keybindings
 
 KeymapPanel.searchField.text=
 KeymapPanel.searchLabel.text=&Search:
diff --git a/options.keymap/src/org/netbeans/modules/options/keymap/ButtonCellEditor.java b/options.keymap/src/org/netbeans/modules/options/keymap/ButtonCellEditor.java
index 9c05da1..572f465 100644
--- a/options.keymap/src/org/netbeans/modules/options/keymap/ButtonCellEditor.java
+++ b/options.keymap/src/org/netbeans/modules/options/keymap/ButtonCellEditor.java
@@ -43,15 +43,14 @@ package org.netbeans.modules.options.keymap;
 
 import java.awt.Color;
 import java.awt.Component;
+import java.awt.event.FocusEvent;
+import java.awt.event.FocusListener;
 import java.awt.event.KeyAdapter;
 import java.awt.event.KeyEvent;
-import java.beans.PropertyChangeEvent;
-import java.beans.PropertyChangeListener;
 import java.util.Arrays;
 import java.util.EventObject;
 import java.util.Set;
 import javax.swing.DefaultCellEditor;
-import javax.swing.FocusManager;
 import javax.swing.JComponent;
 import javax.swing.JLabel;
 import javax.swing.JPanel;
@@ -76,18 +75,17 @@ public class ButtonCellEditor extends DefaultCellEditor {
     private Object              action;
     private KeymapViewModel     model;
     private String              orig;
-    private FocusManager        focusManager;
+    private FocusListener       focusListener = new FocusListener () {
 
-    private PropertyChangeListener
-                                focusListener = new PropertyChangeListener () {
         @Override
-        public void propertyChange (PropertyChangeEvent evt) {
-            Component c = focusManager.getFocusOwner ();
-            if (c != null &&
-                !SwingUtilities.isDescendingFrom (c, cell)
-            ) {
+        public void focusGained (FocusEvent e) {
+        }
+
+        @Override
+        public void focusLost (FocusEvent e) {
+            Component oppositeComponent = e.getOppositeComponent();
+            if (oppositeComponent == null || !SwingUtilities.isDescendingFrom(oppositeComponent, cell)) {
                 cancelCellEditing();
-                return;
             }
         }
     };
@@ -104,7 +102,7 @@ public class ButtonCellEditor extends DefaultCellEditor {
         }
     };
 
-    private static ShortcutCellPanel cell = new ShortcutCellPanel();
+    private static final ShortcutCellPanel cell = new ShortcutCellPanel();
 
 
     public ButtonCellEditor (KeymapViewModel model) {
@@ -136,7 +134,7 @@ public class ButtonCellEditor extends DefaultCellEditor {
         ShortcutAction sca = (ShortcutAction) action;
         Set<ShortcutAction> conflictingAction = model.findActionForShortcutPrefix(s);
         conflictingAction.remove(sca); //remove the original action
-        if (!conflictingAction.isEmpty()) {//there is a conflicting action, show err dialog
+        if (!conflictingAction.isEmpty()) {
             //there is a conflicting action, show err dialog
             Object overrride = overrride(conflictingAction);
             if (overrride.equals(DialogDescriptor.YES_OPTION)) {
@@ -159,16 +157,14 @@ public class ButtonCellEditor extends DefaultCellEditor {
         }
         cell.getTextField().removeActionListener(delegate);
         cell.getTextField().removeKeyListener(escapeAdapter);
+        cell.getTextField().removeFocusListener (focusListener);
+        cell.getButton ().removeFocusListener (focusListener);
         model.removeShortcut((ShortcutAction) action, orig);
         if (!(s.length() == 0)) // do not add empty shortcuts
             model.addShortcut((ShortcutAction) action, s);
         fireEditingStopped();
         setBorderEmpty();
         model.update();
-        if (focusManager != null) {
-            focusManager.removePropertyChangeListener (focusListener);
-            focusManager = null;
-        }
         return true;
     }
 
@@ -177,10 +173,6 @@ public class ButtonCellEditor extends DefaultCellEditor {
         cell.getTextField().setText(orig);
         fireEditingCanceled();
         setBorderEmpty();
-        if (focusManager != null) {
-            focusManager.removePropertyChangeListener (focusListener);
-            focusManager = null;
-        }
     }
 
     @Override
@@ -193,11 +185,11 @@ public class ButtonCellEditor extends DefaultCellEditor {
         JTextField textField = cell.getTextField();
         textField.addActionListener(delegate);
         textField.setBorder(new LineBorder(Color.BLACK));
+        textField.addFocusListener (focusListener);
+        cell.getButton ().addFocusListener (focusListener);
         if(!Arrays.asList(textField.getKeyListeners()).contains(escapeAdapter)) {
             textField.addKeyListener(escapeAdapter);
         }
-        focusManager = FocusManager.getCurrentManager ();
-        focusManager.addPropertyChangeListener (focusListener);
         return cell;
     }
 
@@ -212,14 +204,14 @@ public class ButtonCellEditor extends DefaultCellEditor {
     }
 
     /**
-     * Shows dialog where user chooses whether SC of confl. action should be overriden
+     * Shows dialog where user chooses whether SC of conflicting action should be overridden
      * @param displayName name of conflicting action
      * @return dialog result
      */
     private Object overrride(Set<ShortcutAction> conflictingActions) {
         StringBuffer conflictingActionList = new StringBuffer();
         for (ShortcutAction sa : conflictingActions) {
-            conflictingActionList.append(" '" + sa.getDisplayName() + "'<br>"); //NOI18N
+            conflictingActionList.append(" '").append (sa.getDisplayName()).append ("'<br>"); //NOI18N
         }
         JPanel innerPane = new JPanel();
         innerPane.add(new JLabel(NbBundle.getMessage(ButtonCellEditor.class, "Override_Shortcut", conflictingActionList))); //NOI18N
diff --git a/options.keymap/src/org/netbeans/modules/options/keymap/ButtonCellRenderer.java b/options.keymap/src/org/netbeans/modules/options/keymap/ButtonCellRenderer.java
index 13bd327..db49f45 100644
--- a/options.keymap/src/org/netbeans/modules/options/keymap/ButtonCellRenderer.java
+++ b/options.keymap/src/org/netbeans/modules/options/keymap/ButtonCellRenderer.java
@@ -46,10 +46,13 @@ import java.awt.Component;
 import java.awt.Dimension;
 import java.awt.Rectangle;
 import javax.swing.JTable;
+import javax.swing.UIManager;
 import javax.swing.table.TableCellRenderer;
 
+
 /**
- * Renderer for table cells customising shortcut
+ * Renderer for table cells customizing shortcut.
+ *
  * @author Max Sauer
  */
 public class ButtonCellRenderer implements TableCellRenderer {
@@ -58,25 +61,30 @@ public class ButtonCellRenderer implements TableCellRenderer {
 
     private static ShortcutCellPanel panel;
 
-    public ButtonCellRenderer(TableCellRenderer defaultRenderer) {
+    public ButtonCellRenderer (TableCellRenderer defaultRenderer) {
         this.defaultRenderer = defaultRenderer;
     }
 
-    public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) {
+    @Override
+    public Component getTableCellRendererComponent (
+        JTable table, Object value,
+        boolean isSelected, boolean hasFocus, int row, int column
+    ) {
         if (value instanceof String) {
             Rectangle cellRect = table.getCellRect(row, column, false);
             String scCell = (String) value;
             Dimension d = new Dimension((int) cellRect.getWidth(), (int) cellRect.getHeight());
-            if (panel == null) {
+            if (panel == null)
                 panel = new ShortcutCellPanel(scCell);
-            } else {
-                panel.setText(scCell);
-            }
+            panel.setText(scCell);
             panel.setSize(d);
 
             if (isSelected) {
                 panel.setBgColor(table.getSelectionBackground());
-                panel.setFgCOlor(table.getSelectionForeground());
+                if (UIManager.getLookAndFeel ().getID ().equals ("GTK"))
+                    panel.setFgCOlor(table.getForeground());
+                else
+                    panel.setFgCOlor(table.getSelectionForeground());
             } else {
                 panel.setBgColor(table.getBackground());
                 panel.setFgCOlor(table.getForeground());
diff --git a/options.keymap/src/org/netbeans/modules/options/keymap/KeymapPanelController.java b/options.keymap/src/org/netbeans/modules/options/keymap/KeymapPanelController.java
index c35e74e..de9c6cc 100644
--- a/options.keymap/src/org/netbeans/modules/options/keymap/KeymapPanelController.java
+++ b/options.keymap/src/org/netbeans/modules/options/keymap/KeymapPanelController.java
@@ -60,7 +60,7 @@ import org.openide.util.lookup.Lookups;
 @OptionsPanelController.TopLevelRegistration(
     id="Keymaps",
     categoryName="#CTL_Keymap_Options",
-    iconBase="org/netbeans/modules/options/resources/keymap.png",
+    iconBase="org/netbeans/modules/options/keymap/keymap.png",
     keywords="#KW_KeymapOptions",
     keywordsCategory="Keymaps",
     position=600
diff --git a/options.keymap/src/org/netbeans/modules/options/keymap/LayersBridge.java b/options.keymap/src/org/netbeans/modules/options/keymap/LayersBridge.java
index 31261d2..7fe8c82 100644
--- a/options.keymap/src/org/netbeans/modules/options/keymap/LayersBridge.java
+++ b/options.keymap/src/org/netbeans/modules/options/keymap/LayersBridge.java
@@ -97,7 +97,7 @@ public class LayersBridge extends KeymapManager {
     /**
      * Returns Map (String (folderName) > Set (GlobalAction)).
      */
-    public Map<String, Set<ShortcutAction>> getActions () {
+    public synchronized Map<String, Set<ShortcutAction>> getActions () {
         if (categoryToActions == null) {
             categoryToActions = new HashMap<String, Set<ShortcutAction>> ();
             initActions ("Actions", null);               // NOI18N
diff --git a/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutPopupPanel.form b/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutPopupPanel.form
index dc6b801..5ef0032 100644
--- a/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutPopupPanel.form
+++ b/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutPopupPanel.form
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" ?>
+<?xml version="1.1" encoding="UTF-8" ?>
 
 <Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AuxValues>
diff --git a/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutPopupPanel.java b/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutPopupPanel.java
index 79287fc..ebd33fe 100644
--- a/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutPopupPanel.java
+++ b/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutPopupPanel.java
@@ -255,10 +255,12 @@ public class ShortcutPopupPanel extends javax.swing.JPanel {
             elms[0], elms[2], elms[3]
         };
 
+        @Override
         public int getSize() {
             return displayAlternative == true ? elms.length : elms0.length;
         }
 
+        @Override
         public Object getElementAt(int index) {
             return displayAlternative == true ? elms[index] : elms0[index];
         }
diff --git a/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutsDialog.form b/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutsDialog.form
index a1680bd..6986deb 100644
--- a/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutsDialog.form
+++ b/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutsDialog.form
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" ?>
+<?xml version="1.1" encoding="UTF-8" ?>
 
 <Form version="1.3" maxVersion="1.3" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
   <AccessibilityProperties>
@@ -31,7 +31,7 @@
                   <Group type="102" alignment="0" attributes="0">
                       <Component id="lShortcut" min="-2" max="-2" attributes="0"/>
                       <EmptySpace max="-2" attributes="0"/>
-                      <Component id="tfShortcut" pref="406" max="32767" attributes="0"/>
+                      <Component id="tfShortcut" pref="424" max="32767" attributes="0"/>
                   </Group>
               </Group>
               <EmptySpace max="-2" attributes="0"/>
diff --git a/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutsDialog.java b/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutsDialog.java
index 3a2687f..142f808 100644
--- a/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutsDialog.java
+++ b/options.keymap/src/org/netbeans/modules/options/keymap/ShortcutsDialog.java
@@ -58,6 +58,7 @@ public class ShortcutsDialog extends javax.swing.JPanel {
         );
         tfShortcut.getAccessibleContext().setAccessibleName(loc("AN_Shortcut")); //NOI18N
         tfShortcut.getAccessibleContext().setAccessibleDescription(loc("AD_Shortcut")); //NOI18N
+        lShortcut.setDisplayedMnemonic(loc("CTL_Shortcut_Mnemonic").charAt(0));
 //        tfShortcut.setFocusTraversalKeys (
 //            KeyboardFocusManager.FORWARD_TRAVERSAL_KEYS, 
 //            Collections.EMPTY_SET
diff --git a/options.api/src/org/netbeans/modules/options/resources/keymap.png b/options.keymap/src/org/netbeans/modules/options/keymap/keymap.png
similarity index 100%
rename from options.api/src/org/netbeans/modules/options/resources/keymap.png
rename to options.keymap/src/org/netbeans/modules/options/keymap/keymap.png
diff --git a/print/manifest.mf b/print/manifest.mf
index c55c2cc..8f88ded 100644
--- a/print/manifest.mf
+++ b/print/manifest.mf
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 AutoUpdate-Show-In-Client: false
-OpenIDE-Module-Specification-Version: 7.5.1
+OpenIDE-Module-Specification-Version: 7.8.1
 OpenIDE-Module: org.netbeans.modules.print
 OpenIDE-Module-Layer: org/netbeans/modules/print/resources/layer.xml
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/print/resources/Bundle.properties
diff --git a/print/nbproject/org-netbeans-modules-print.sig b/print/nbproject/org-netbeans-modules-print.sig
index 5810b0d..3a40b25 100644
--- a/print/nbproject/org-netbeans-modules-print.sig
+++ b/print/nbproject/org-netbeans-modules-print.sig
@@ -1,8 +1,8 @@
 #Signature file v4.1
-#Version 7.3
+#Version 7.5
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
diff --git a/print/src/org/netbeans/modules/print/action/PageSetupAction.java b/print/src/org/netbeans/modules/print/action/PageSetupAction.java
index e67ab9b..f375681 100644
--- a/print/src/org/netbeans/modules/print/action/PageSetupAction.java
+++ b/print/src/org/netbeans/modules/print/action/PageSetupAction.java
@@ -43,34 +43,24 @@
  */
 package org.netbeans.modules.print.action;
 
-import org.openide.util.HelpCtx;
-import org.openide.util.actions.CallableSystemAction;
+import java.awt.event.ActionEvent;
+import java.awt.event.ActionListener;
+import org.openide.awt.ActionID;
+import org.openide.awt.ActionReference;
+import org.openide.awt.ActionRegistration;
 import org.netbeans.modules.print.util.Config;
-import static org.netbeans.modules.print.util.UI.*;
 
 /**
  * @author Vladimir Yaroslavskiy
  * @version 2007.03.09
  */
-public final class PageSetupAction extends CallableSystemAction {
+ at ActionID(id = "org.netbeans.modules.print.action.PageSetupAction", category = "File")
+ at ActionRegistration(displayName = "#LBL_PageSetup_Action")
+ at ActionReference(position = 2100, path = "Menu/File")
+public final class PageSetupAction implements ActionListener {
 
     @Override
-    public synchronized void performAction() {
+    public void actionPerformed(ActionEvent e) {
         Config.getDefault().showPageSetup();
     }
-
-    @Override
-    protected boolean asynchronous() {
-        return false;
-    }
-
-    @Override
-    public String getName() {
-        return i18n(PageSetupAction.class, "LBL_PageSetup_Action"); // NOI18N
-    }
-
-    @Override
-    public HelpCtx getHelpCtx() {
-        return HelpCtx.DEFAULT_HELP;
-    }
 }
diff --git a/print/src/org/netbeans/modules/print/action/PrintAction.java b/print/src/org/netbeans/modules/print/action/PrintAction.java
index 7f6f5e5..5461648 100644
--- a/print/src/org/netbeans/modules/print/action/PrintAction.java
+++ b/print/src/org/netbeans/modules/print/action/PrintAction.java
@@ -116,30 +116,30 @@ public final class PrintAction extends IconAction {
 
     private PrintProvider[] getPrintProviders() {
 //out();
-//out("get print providers");
-        PrintProvider[] providers = getTopProviders(getActiveTopComponent());
-//out("TOP PROVIDER: " + provider);
+//out("GET PRINT PROVIDERS");
+        TopComponent top = getActiveTopComponent();
+//out("Top: " + top);
+
+        PrintProvider[] providers = getComponentProviders(top);
+//out("Component providers: " + providers);
 
         if (providers != null) {
             return providers;
         }
-        return getEditorInputStreamProviders(getSelectedNodes());
-    }
+        providers = getLookupProviders(top);
+//out("Lookup providers: " + providers);
 
-    private PrintProvider[] getTopProviders(TopComponent top) {
-        PrintProvider provider = getLookupProvider(top);
-
-        if (provider != null) {
-            return getProviders(provider);
+        if (providers != null) {
+            return providers;
         }
-        return getComponentProviders(top);
+        return getCookieProviders(getSelectedNodes());
     }
 
-    private PrintProvider getLookupProvider(TopComponent top) {
+    private PrintProvider[] getLookupProviders(TopComponent top) {
         if (top == null) {
             return null;
         }
-        return (PrintProvider) top.getLookup().lookup(PrintProvider.class);
+        return getProviders((PrintProvider) top.getLookup().lookup(PrintProvider.class));
     }
 
     private PrintProvider[] getComponentProviders(JComponent top) {
@@ -155,8 +155,52 @@ public final class PrintAction extends IconAction {
         return getProviders(new ComponentProvider(printable, getName(printable, top), getDate(top)));
     }
 
-    private PrintProvider[] getProviders(PrintProvider provider) {
-        return new PrintProvider[] { provider };
+    private PrintProvider[] getCookieProviders(Node[] nodes) {
+//out();
+//out("get cookie provider");
+        if (nodes == null) {
+//out("NODES NULL");
+            return null;
+        }
+        List<PrintProvider> providers = new ArrayList<PrintProvider>();
+
+        for (Node node : nodes) {
+//out("  see: " + node);
+            PrintProvider provider = getCookieProvider(node);
+
+            if (provider != null) {
+                providers.add(provider);
+            }
+        }
+        if (providers.size() == 0) {
+//out("result null");
+            return null;
+        }
+//out("result: " + providers);
+        return providers.toArray(new PrintProvider[providers.size()]);
+    }
+
+    private PrintProvider getCookieProvider(Node node) {
+//out();
+//out("GET input stream provider: " + node);
+        String text = getText(node.getLookup().lookup(InputStream.class));
+
+        if (text != null) {
+//out("text: " + text);
+            return new TextProvider(text);
+        }
+//out("get editor provider");
+        EditorCookie editor = node.getLookup().lookup(EditorCookie.class);
+
+        if (editor == null) {
+//out("get editor provider.2");
+            return null;
+        }
+        if (editor.getDocument() == null) {
+//out("get editor provider.3");
+            return null;
+        }
+        return new EditorProvider(editor, getDate(getDataObject(node)));
     }
 
     private void findPrintable(Container container, List<JComponent> printable) {
@@ -172,6 +216,13 @@ public final class PrintAction extends IconAction {
         }
     }
 
+    private PrintProvider[] getProviders(PrintProvider provider) {
+        if (provider == null) {
+            return null;
+        }
+        return new PrintProvider[] { provider };
+    }
+
     private boolean isPrintable(Container container) {
         return container instanceof JComponent && ((JComponent) container).getClientProperty(PrintManager.PRINT_PRINTABLE) == Boolean.TRUE;
     }
@@ -212,54 +263,6 @@ public final class PrintAction extends IconAction {
         return (DataObject) ((TopComponent) top).getLookup().lookup(DataObject.class);
     }
 
-    private PrintProvider[] getEditorInputStreamProviders(Node[] nodes) {
-//out();
-//out("get editor provider");
-        if (nodes == null) {
-//out("NODES NULL");
-            return null;
-        }
-        List<PrintProvider> providers = new ArrayList<PrintProvider>();
-
-        for (Node node : nodes) {
-//out("  see: " + node);
-            PrintProvider provider = getEditorInputStreamProvider(node);
-
-            if (provider != null) {
-                providers.add(provider);
-            }
-        }
-        if (providers.size() == 0) {
-//out("result null");
-            return null;
-        }
-//out("result: " + providers);
-        return providers.toArray(new PrintProvider[providers.size()]);
-    }
-
-    private PrintProvider getEditorInputStreamProvider(Node node) {
-//out();
-//out("GET input stream provider: " + node);
-        String text = getText(node.getLookup().lookup(InputStream.class));
-
-        if (text != null) {
-//out("text: " + text);
-            return new TextProvider(text);
-        }
-//out("get editor provider");
-        EditorCookie editor = node.getLookup().lookup(EditorCookie.class);
-
-        if (editor == null) {
-//out("get editor provider.2");
-            return null;
-        }
-        if (editor.getDocument() == null) {
-//out("get editor provider.3");
-            return null;
-        }
-        return new EditorProvider(editor, getDate(getDataObject(node)));
-    }
-
     private String getText(InputStream input) {
         if (input == null) {
             return null;
diff --git a/print/src/org/netbeans/modules/print/resources/layer.xml b/print/src/org/netbeans/modules/print/resources/layer.xml
index 22e0222..50a4e57 100644
--- a/print/src/org/netbeans/modules/print/resources/layer.xml
+++ b/print/src/org/netbeans/modules/print/resources/layer.xml
@@ -47,18 +47,12 @@
     <folder name="Actions">
         <folder name="File">
             <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.modules.print.resources.Bundle"/>
-            
-            <file name="org-netbeans-modules-print-action-PageSetupAction.instance"/>
             <file name="org-netbeans-modules-print-action-PrintAction.instance"/>
         </folder>
     </folder>
     
     <folder name="Menu">
         <folder name="File">
-            <file name="org-netbeans-modules-print-action-PageSetupAction.shadow">
-                <attr name="originalFile" stringvalue="Actions/File/org-netbeans-modules-print-action-PageSetupAction.instance"/>
-                <attr name="position" intvalue="2100"/>
-            </file>
             
             <file name="org-netbeans-modules-print-action-PrintAction.shadow">
                 <attr name="originalFile" stringvalue="Actions/File/org-netbeans-modules-print-action-PrintAction.instance"/>
diff --git a/print/src/org/netbeans/modules/print/ui/Attribute.java b/print/src/org/netbeans/modules/print/ui/Attribute.java
index 0a5baac..ce84366 100644
--- a/print/src/org/netbeans/modules/print/ui/Attribute.java
+++ b/print/src/org/netbeans/modules/print/ui/Attribute.java
@@ -58,7 +58,6 @@ import java.awt.event.ItemListener;
 import javax.swing.ButtonGroup;
 import javax.swing.JButton;
 import javax.swing.JCheckBox;
-import javax.swing.JComponent;
 import javax.swing.JLabel;
 import javax.swing.JPanel;
 import javax.swing.JRadioButton;
diff --git a/progress.ui/manifest.mf b/progress.ui/manifest.mf
index e22d5a6..febdaf1 100644
--- a/progress.ui/manifest.mf
+++ b/progress.ui/manifest.mf
@@ -1,8 +1,7 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.progress.ui
-OpenIDE-Module-Layer: org/netbeans/modules/progress/ui/layer.xml
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/progress/ui/Bundle.properties
 OpenIDE-Module-Provides: org.netbeans.modules.progress.spi.ProgressUIWorkerProvider, org.netbeans.modules.progress.spi.RunOffEDTProvider
 AutoUpdate-Essential-Module: true
-OpenIDE-Module-Specification-Version: 1.12.1
+OpenIDE-Module-Specification-Version: 1.15.1
 
diff --git a/progress.ui/nbproject/project.xml b/progress.ui/nbproject/project.xml
index 56110d5..44cd4d9 100644
--- a/progress.ui/nbproject/project.xml
+++ b/progress.ui/nbproject/project.xml
@@ -15,6 +15,14 @@
                     </run-dependency>
                 </dependency>
                 <dependency>
+                    <code-name-base>org.openide.awt</code-name-base>
+                    <build-prerequisite/>
+                    <compile-dependency/>
+                    <run-dependency>
+                        <specification-version>7.29</specification-version>
+                    </run-dependency>
+                </dependency>
+                <dependency>
                     <code-name-base>org.openide.dialogs</code-name-base>
                     <build-prerequisite/>
                     <compile-dependency/>
diff --git a/progress.ui/src/org/netbeans/modules/progress/ui/Bundle.properties b/progress.ui/src/org/netbeans/modules/progress/ui/Bundle.properties
index d47f005..d80f50e 100644
--- a/progress.ui/src/org/netbeans/modules/progress/ui/Bundle.properties
+++ b/progress.ui/src/org/netbeans/modules/progress/ui/Bundle.properties
@@ -55,6 +55,8 @@ Cancel_Question_Title=Cancel Running Task
 StatusLineComponent.ShowProcessList=Show Processes
 StatusLineComponent.Cancel=Cancel Process
 StatusLineComponent.View=Show Output
+# {0} - number of additional processes
+StatusLineComponent.extra=({0} more\u2026)
 ListComponent.Watch=Watch Process
 
 RunOffAWT.TITLE_Operation=Lengthy operation in progress
diff --git a/progress.ui/src/org/netbeans/modules/progress/ui/CancelAction.java b/progress.ui/src/org/netbeans/modules/progress/ui/CancelAction.java
index edc7501..728d28e 100644
--- a/progress.ui/src/org/netbeans/modules/progress/ui/CancelAction.java
+++ b/progress.ui/src/org/netbeans/modules/progress/ui/CancelAction.java
@@ -43,38 +43,24 @@
  */
 package org.netbeans.modules.progress.ui;
 
+import java.awt.event.ActionEvent;
+import java.awt.event.ActionListener;
 import org.netbeans.modules.progress.spi.Controller;
 import org.netbeans.modules.progress.spi.InternalHandle;
-import org.openide.util.HelpCtx;
-import org.openide.util.NbBundle;
-import org.openide.util.actions.CallableSystemAction;
+import org.openide.awt.ActionID;
+import org.openide.awt.ActionReference;
+import org.openide.awt.ActionRegistration;
 
-public final class CancelAction extends CallableSystemAction {
+ at ActionID(id = "org.netbeans.modules.progress.ui.CancelAction", category = "System")
+ at ActionRegistration(displayName = "#CTL_CancelAction", iconInMenu=false, asynchronous=true)
+ at ActionReference(name = "DS-DELETE", path = "Shortcuts")
+public final class CancelAction implements ActionListener {
     
-    public void performAction() {
-        // TODO implement action body
+    public @Override void actionPerformed(ActionEvent e) {
         InternalHandle handle = Controller.getDefault().getModel().getSelectedHandle();
         if (handle != null) {
             handle.requestCancel();
         }
     }
     
-    public String getName() {
-        return NbBundle.getMessage(CancelAction.class, "CTL_CancelAction");
-    }
-    
-    protected void initialize() {
-        super.initialize();
-        // see org.openide.util.actions.SystemAction.iconResource() javadoc for more details
-        putValue("noIconInMenu", Boolean.TRUE);
-    }
-    
-    public HelpCtx getHelpCtx() {
-        return HelpCtx.DEFAULT_HELP;
-    }
-    
-    protected boolean asynchronous() {
-        return true;
-    }
-    
 }
diff --git a/progress.ui/src/org/netbeans/modules/progress/ui/ListComponent.java b/progress.ui/src/org/netbeans/modules/progress/ui/ListComponent.java
index 6f9cc16..8bef8d4 100644
--- a/progress.ui/src/org/netbeans/modules/progress/ui/ListComponent.java
+++ b/progress.ui/src/org/netbeans/modules/progress/ui/ListComponent.java
@@ -377,7 +377,7 @@ public class ListComponent extends JPanel {
     private static final int BOTTOMMARGIN = 2;
     private static final int BETWEENTEXTMARGIN = 3;
     
-    static final int ITEM_WIDTH = 400;
+    static final int ITEM_WIDTH = 600;
     
     private class CustomLayout implements LayoutManager {
         
diff --git a/progress.ui/src/org/netbeans/modules/progress/ui/ProgressListAction.java b/progress.ui/src/org/netbeans/modules/progress/ui/ProgressListAction.java
index 8d78d78..07e795a 100644
--- a/progress.ui/src/org/netbeans/modules/progress/ui/ProgressListAction.java
+++ b/progress.ui/src/org/netbeans/modules/progress/ui/ProgressListAction.java
@@ -44,18 +44,27 @@
 
 package org.netbeans.modules.progress.ui;
 
+import javax.swing.JMenuItem;
 import org.netbeans.modules.progress.spi.Controller;
 import javax.swing.AbstractAction;
 import javax.swing.SwingUtilities;
 import javax.swing.event.ListDataListener;
 import org.netbeans.modules.progress.spi.ProgressUIWorkerWithModel;
+import org.openide.awt.ActionID;
+import org.openide.awt.ActionReference;
+import org.openide.awt.ActionRegistration;
+import org.openide.awt.Actions;
 import org.openide.util.NbBundle;
+import org.openide.util.actions.Presenter;
 
 /**
  *
  * @author mkleint
  */
-public class ProgressListAction extends AbstractAction implements ListDataListener, Runnable {
+ at ActionID(id = "org.netbeans.modules.progress.ui.ProgressListAction", category = "Window")
+ at ActionRegistration(displayName = "#CTL_ProcessListAction")
+ at ActionReference(position = 1900, name = "ProgressListAction", path = "Menu/Window")
+public class ProgressListAction extends AbstractAction implements ListDataListener, Runnable, Presenter.Menu {
 
     /** Creates a new instance of ProcessListAction */
     public ProgressListAction() {
@@ -94,6 +103,13 @@ public class ProgressListAction extends AbstractAction implements ListDataListen
     public void intervalRemoved(javax.swing.event.ListDataEvent listDataEvent) {
         updateEnabled();
     }
+
+    // XXX could remove impl of this interface; then it would be "always enabled" (until first selected, then enablement would update)
+    public @Override JMenuItem getMenuPresenter() {
+        JMenuItem presenter = new JMenuItem();
+        Actions.connect(presenter, this, false);
+        return presenter;
+    }
     
     
 }
diff --git a/progress.ui/src/org/netbeans/modules/progress/ui/StatusLineComponent.java b/progress.ui/src/org/netbeans/modules/progress/ui/StatusLineComponent.java
index e52bf84..358c4cb 100644
--- a/progress.ui/src/org/netbeans/modules/progress/ui/StatusLineComponent.java
+++ b/progress.ui/src/org/netbeans/modules/progress/ui/StatusLineComponent.java
@@ -42,8 +42,8 @@
  * made subject to such option by the copyright holder.
  */
 
-
 package org.netbeans.modules.progress.ui;
+
 import java.awt.AWTEvent;
 import java.awt.Component;
 import java.awt.Container;
@@ -82,7 +82,6 @@ import javax.swing.JPopupMenu;
 import javax.swing.JSeparator;
 import javax.swing.JWindow;
 import javax.swing.KeyStroke;
-import javax.swing.Popup;
 import javax.swing.SwingUtilities;
 import javax.swing.UIManager;
 import javax.swing.event.ListDataEvent;
@@ -100,7 +99,6 @@ import org.openide.util.NbBundle;
 import org.openide.util.Utilities;
 import org.openide.windows.WindowManager;
 
-
 /**
  *
  * @author Milos Kleint (mkleint at netbeans.org)
@@ -114,13 +112,12 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
     private TaskModel model;
     private MouseListener mouseListener;
     private HideAWTListener hideListener;
-    private Popup popup;
     private JWindow popupWindow;
     private PopupPane pane;
     private Map<InternalHandle, ListComponent> handleComponentMap;
-    private final int prefferedHeight;
+    private final int preferredHeight;
     private JButton closeButton;
-    /** Creates a new instance of StatusLineComponent */
+    private JLabel extraLabel;
     public StatusLineComponent() {
         handleComponentMap = new HashMap<InternalHandle, ListComponent>();
         FlowLayout flay = new FlowLayout();
@@ -135,16 +132,16 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
         createBar();
         // tricks to figure out correct height.
         bar.setStringPainted(true);
-        bar.setString("XXX");
-        label.setText("XXX");
-        prefferedHeight = Math.max(label.getPreferredSize().height, bar.getPreferredSize().height) + 2;
+        bar.setString("@@@"); // NOI18N
+        label.setText("@@@"); // NOI18N
+        preferredHeight = Math.max(label.getPreferredSize().height, bar.getPreferredSize().height) + 2;
         
         discardLabel();
         discardBar();
         
         pane = new PopupPane();
         pane.getActionMap().put("HidePopup", new AbstractAction() {
-            public void actionPerformed(ActionEvent actionEvent) {
+            public @Override void actionPerformed(ActionEvent actionEvent) {
 //                System.out.println("escape pressed - hiding");
                 hidePopup();
             }
@@ -168,6 +165,21 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
             label = null;
         }
     }
+
+    private void createExtraLabel() {
+        discardExtraLabel();
+        extraLabel = new JLabel();
+        extraLabel.setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));
+        extraLabel.addMouseListener(mouseListener);
+    }
+
+    private void discardExtraLabel() {
+        if (extraLabel != null) {
+            extraLabel.removeMouseListener(mouseListener);
+            extraLabel = null;
+        }
+    }
+
     private void createBar() {
         discardBar();
         bar = new NbProgressBar();
@@ -223,7 +235,7 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
     private void discardCloseButton() {
         closeButton = null;
     }
-    
+
     private void createSeparator() {
         discardSeparator();
         separator = new JSeparator(JSeparator.VERTICAL);
@@ -239,7 +251,7 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
     public Dimension getPreferredSize() {
         Dimension retValue;
         retValue = super.getPreferredSize();
-        retValue.height = prefferedHeight;
+        retValue.height = preferredHeight;
         return retValue;
     }
 
@@ -247,7 +259,7 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
     public Dimension getMinimumSize() {
         Dimension retValue;
         retValue = super.getMinimumSize();
-        retValue.height = prefferedHeight;
+        retValue.height = preferredHeight;
         return retValue;
     }        
     
@@ -255,15 +267,15 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
     public Dimension getMaximumSize() {
         Dimension retValue;
         retValue = super.getMaximumSize();
-        retValue.height = prefferedHeight;
+        retValue.height = preferredHeight;
         return retValue;
     }        
     
-    public void setModel(TaskModel mod) {
+    public @Override void setModel(TaskModel mod) {
         model = mod;
         model.addListDataListener(new Listener());
         model.addListSelectionListener(new ListSelectionListener() {
-            public void valueChanged(ListSelectionEvent e) {
+            public @Override void valueChanged(ListSelectionEvent e) {
                 pane.updateBoldFont(model.getSelectedHandle());
             }
         });
@@ -275,7 +287,7 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
         if (size == 1) {
             key = "NbProgressBar.tooltip2"; //NOI18N
         }
-        String text = NbBundle.getMessage(StatusLineComponent.class, key, new Integer(size));
+        String text = NbBundle.getMessage(StatusLineComponent.class, key, size);
         setToolTipText(text);
         if (label != null) {
             label.setToolTipText(text);
@@ -285,23 +297,23 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
         }
     }
     
-    public void processProgressEvent(ProgressEvent event) {
+    public @Override void processProgressEvent(ProgressEvent event) {
         if (event.getType() == ProgressEvent.TYPE_START) {
             createListItem(event.getSource());
         } else if (event.getType() == ProgressEvent.TYPE_PROGRESS || 
                    event.getType() == ProgressEvent.TYPE_SWITCH || 
                    event.getType() == ProgressEvent.TYPE_SILENT) {
-            ListComponent comp = (ListComponent)handleComponentMap.get(event.getSource());
+            ListComponent comp = handleComponentMap.get(event.getSource());
             if (comp == null) {
                 createListItem(event.getSource());
-                comp = (ListComponent)handleComponentMap.get(event.getSource());
+                comp = handleComponentMap.get(event.getSource());
             }
             comp.processProgressEvent(event);
         } else if (event.getType() == ProgressEvent.TYPE_FINISH) {
             removeListItem(event.getSource());
             if (model.getSelectedHandle() != null && handle != model.getSelectedHandle()) {
                 ProgressEvent snap = model.getSelectedHandle().requestStateSnapshot();
-                initiateComponent(snap);
+                initializeComponent(snap);
                 if (snap.getSource().isInSleepMode()) {
                     bar.setString(snap.getMessage());
                 }
@@ -311,9 +323,9 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
         
     }
     
-    public void processSelectedProgressEvent(ProgressEvent event) {
+    public @Override void processSelectedProgressEvent(ProgressEvent event) {
         if (event.getType() == ProgressEvent.TYPE_START) {
-            initiateComponent(event);
+            initializeComponent(event);
             return;
         } else if (event.getType() == ProgressEvent.TYPE_FINISH) {
             //happens only when there's no more handles.
@@ -323,28 +335,30 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
             discardCloseButton();
             discardBar();
             discardLabel();
+            discardExtraLabel();
             //#63393, 61940 fix - removeAll() just invalidates. seems to work without revalidate/repaint on some platforms, fail on others.
             revalidate();
             repaint();
             return;
         } else {
-            if (event.getSource() != handle || event.isSwitched() ||
-                event.getType() == ProgressEvent.TYPE_SILENT ||
-                // the following condition re-initiates the bar when going from/to sleep mode..
+            if (event.getSource() != handle || event.isSwitched() || 
+                event.getType() == ProgressEvent.TYPE_SILENT ||                    // the following condition re-initiates the bar when going from/to sleep mode..
                     (event.getSource().isInSleepMode() != (bar.getClientProperty(NbProgressBar.SLEEPY) != null))) { //NIO18N
-                initiateComponent(event);
+                initializeComponent(event);
             }
-            if (event.getWorkunitsDone() > 0) {
-               bar.setValue(event.getWorkunitsDone());
-            }
-            bar.setString(getBarString(event.getPercentageDone(), event.getEstimatedCompletion()));
-            if (event.getDisplayName() != null) {
-                label.setText(event.getDisplayName());
-            }
-            if (event.getSource().isInSleepMode()) {
-                bar.setString(event.getMessage());
+            if (bar != null) {
+                if (event.getWorkunitsDone() > 0) {
+                   bar.setValue(event.getWorkunitsDone());
+                }
+                bar.setString(getBarString(event.getPercentageDone(), event.getEstimatedCompletion()));
+                if (event.getDisplayName() != null) {
+                    label.setText(event.getDisplayName());
+                }
+                if (event.getSource().isInSleepMode()) {
+                    bar.setString(event.getMessage());
+                }
             }
-        }
+        } 
     }
     
     static String formatEstimate(long estimate) {
@@ -366,8 +380,18 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
         }
         return "";
     }
+
+    private void updateExtraLabel() {
+        if (extraLabel != null) {
+            if (handleComponentMap.size() > 1) {
+                extraLabel.setText(NbBundle.getMessage(StatusLineComponent.class, "StatusLineComponent.extra", handleComponentMap.size() - 1));
+            } else {
+                extraLabel.setText(null);
+            }
+        }
+    }
     
-    private void initiateComponent(ProgressEvent event) {
+    private void initializeComponent(ProgressEvent event) {
         handle = event.getSource();
         boolean toShow = false;
         if (label == null) {
@@ -392,6 +416,12 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
             add(closeButton);
             toShow = true;
         }
+        if (extraLabel == null) {
+            createExtraLabel();
+            updateExtraLabel();
+            add(extraLabel);
+            toShow = true;
+        }
         if (separator == null) {
             createSeparator();
             add(separator);
@@ -409,16 +439,13 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
     }
     
     private class Listener implements ListDataListener {
-        public void intervalAdded(ListDataEvent e) {
+        public @Override void intervalAdded(ListDataEvent e) {
             setTooltipForAll();
         }
-        
-        public void intervalRemoved(ListDataEvent e) {
+        public @Override void intervalRemoved(ListDataEvent e) {
             setTooltipForAll();
         }
-        
-        
-        public void contentsChanged(ListDataEvent e) {
+        public @Override void contentsChanged(ListDataEvent e) {
             setTooltipForAll();
         }
     }
@@ -452,6 +479,7 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
         if (showingPopup) {
             resizePopup();
         }
+        updateExtraLabel();
     }
     
     private void removeListItem(InternalHandle handle) {
@@ -464,10 +492,11 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
         if (c != null) {
             c.clearProgressBarOSX();
         }
+        updateExtraLabel();
     }
 
     
-    public void showPopup() {
+    public @Override void showPopup() {
         if (GraphicsEnvironment.isHeadless()) {
             return;
         }
@@ -519,7 +548,7 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
     }
     
     private class HideAWTListener extends ComponentAdapter implements  AWTEventListener, WindowStateListener {
-        public void eventDispatched(java.awt.AWTEvent aWTEvent) {
+        public @Override void eventDispatched(java.awt.AWTEvent aWTEvent) {
             if (aWTEvent instanceof MouseEvent) {
                 MouseEvent mv = (MouseEvent)aWTEvent;
                 if (mv.getClickCount() > 0) {
@@ -537,7 +566,7 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
             }
         }
 
-        public void windowStateChanged(WindowEvent windowEvent) {
+        public @Override void windowStateChanged(WindowEvent windowEvent) {
             if (showingPopup) {
                 int oldState = windowEvent.getOldState();
                 int newState = windowEvent.getNewState();
@@ -607,7 +636,7 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
             }
             setEnabled(handle == null ? false : handle.isAllowCancel());
         }
-        public void actionPerformed(ActionEvent actionEvent) {
+        public @Override void actionPerformed(ActionEvent actionEvent) {
             InternalHandle hndl = handle;
             if (hndl !=null && hndl.getState() == InternalHandle.STATE_RUNNING) {
                 String message = NbBundle.getMessage(StatusLineComponent.class, "Cancel_Question", handle.getDisplayName());
@@ -629,7 +658,7 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
             setEnabled(handle == null ? false : handle.isAllowView());
             
         }
-        public void actionPerformed(ActionEvent actionEvent) {
+        public @Override void actionPerformed(ActionEvent actionEvent) {
             if (handle != null) {
                 handle.requestView();
             }
@@ -641,19 +670,19 @@ public class StatusLineComponent extends JPanel implements ProgressUIWorkerWithM
         public EmptyCancelAction() {
             setEnabled(false);
             putValue(Action.SMALL_ICON, new Icon() {
-                public int getIconHeight() {
+                public @Override int getIconHeight() {
                     return 12;
                 }
-                public int getIconWidth() {
+                public @Override int getIconWidth() {
                     return 12;
                 }
-                public void paintIcon(Component c, Graphics g, int x, int y) {
+                public @Override void paintIcon(Component c, Graphics g, int x, int y) {
                 }
             });
             putValue(Action.NAME, "");
         }
 
-        public void actionPerformed(ActionEvent e) {
+        public @Override void actionPerformed(ActionEvent e) {
         }
     }
 
diff --git a/progress.ui/src/org/netbeans/modules/progress/ui/layer.xml b/progress.ui/src/org/netbeans/modules/progress/ui/layer.xml
deleted file mode 100644
index 8242855..0000000
--- a/progress.ui/src/org/netbeans/modules/progress/ui/layer.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-
-Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-Other names may be trademarks of their respective owners.
-
-
-The contents of this file are subject to the terms of either the GNU
-General Public License Version 2 only ("GPL") or the Common
-Development and Distribution License("CDDL") (collectively, the
-"License"). You may not use this file except in compliance with the
-License. You can obtain a copy of the License at
-http://www.netbeans.org/cddl-gplv2.html
-or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
-specific language governing permissions and limitations under the
-License.  When distributing the software, include this License Header
-Notice in each file and include the License file at
-nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
-particular file as subject to the "Classpath" exception as provided
-by Oracle in the GPL Version 2 section of the License file that
-accompanied this code. If applicable, add the following below the
-License Header, with the fields enclosed by brackets [] replaced by
-your own identifying information:
-"Portions Copyrighted [year] [name of copyright owner]"
-
-Contributor(s):
-
-The Original Software is NetBeans. The Initial Developer of the Original
-Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
-Microsystems, Inc. All Rights Reserved.
-
-If you wish your version of this file to be governed by only the CDDL
-or only the GPL Version 2, indicate your decision by adding
-"[Contributor] elects to include this software in this distribution
-under the [CDDL or GPL Version 2] license." If you do not indicate a
-single choice of license, a recipient has the option to distribute
-your version of this file under either the CDDL, the GPL Version 2 or
-to extend the choice of license to its licensees as provided above.
-However, if you add GPL Version 2 code and therefore, elected the GPL
-Version 2 license, then the option applies only if the new code is
-made subject to such option by the copyright holder.
--->
-<!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
-<filesystem>
-    <folder name="Actions">
-        <folder name="System">
-            <file name="org-netbeans-modules-progress-ui-CancelAction.instance"/>
-        </folder>
-        <folder name="Window">
-            <file name="org-netbeans-modules-progress-ui-ProgressListAction.instance"/>
-        </folder>
-    </folder>
-    <folder name="Menu">
-        <folder name="Window">
-            <file name="ProgressListAction.shadow">
-                <attr name="originalFile" stringvalue="Actions/Window/org-netbeans-modules-progress-ui-ProgressListAction.instance"/>
-                <attr name="position" intvalue="1900"/>
-            </file>
-        </folder>
-    </folder>
-    <folder name="Shortcuts">
-        <file name="DS-DELETE.shadow">
-            <attr name="originalFile" stringvalue="Actions/System/org-netbeans-modules-progress-ui-CancelAction.instance"/>
-        </file>
-    </folder>
-</filesystem>
diff --git a/queries/manifest.mf b/queries/manifest.mf
index c1f1b4d..8f3c289 100644
--- a/queries/manifest.mf
+++ b/queries/manifest.mf
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.queries/1
-OpenIDE-Module-Specification-Version: 1.19.1
+OpenIDE-Module-Specification-Version: 1.22.1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/queries/Bundle.properties
 
diff --git a/queries/nbproject/org-netbeans-modules-queries.sig b/queries/nbproject/org-netbeans-modules-queries.sig
index 6586dd9..53531d2 100644
--- a/queries/nbproject/org-netbeans-modules-queries.sig
+++ b/queries/nbproject/org-netbeans-modules-queries.sig
@@ -1,8 +1,8 @@
 #Signature file v4.1
-#Version 1.17
+#Version 1.19
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -31,6 +31,7 @@ supr java.lang.Object
 hfds implementations
 
 CLSS public abstract interface static org.netbeans.api.queries.FileBuiltQuery$Status
+ outer org.netbeans.api.queries.FileBuiltQuery
 meth public abstract boolean isBuilt()
 meth public abstract void addChangeListener(javax.swing.event.ChangeListener)
 meth public abstract void removeChangeListener(javax.swing.event.ChangeListener)
@@ -70,7 +71,7 @@ CLSS public abstract interface org.netbeans.spi.queries.FileBuiltQueryImplementa
 meth public abstract org.netbeans.api.queries.FileBuiltQuery$Status getStatus(org.openide.filesystems.FileObject)
 
 CLSS public abstract org.netbeans.spi.queries.FileEncodingQueryImplementation
-cons public FileEncodingQueryImplementation()
+cons public init()
 meth protected static void throwUnknownEncoding()
 meth public abstract java.nio.charset.Charset getEncoding(org.openide.filesystems.FileObject)
 supr java.lang.Object
diff --git a/queries/src/org/netbeans/api/queries/SharabilityQuery.java b/queries/src/org/netbeans/api/queries/SharabilityQuery.java
index 1a56590..72b5f69 100644
--- a/queries/src/org/netbeans/api/queries/SharabilityQuery.java
+++ b/queries/src/org/netbeans/api/queries/SharabilityQuery.java
@@ -48,6 +48,8 @@ import java.io.File;
 import org.netbeans.spi.queries.SharabilityQueryImplementation;
 import org.openide.filesystems.FileUtil;
 import org.openide.util.Lookup;
+import org.openide.util.Parameters;
+import org.openide.util.Utilities;
 
 // XXX perhaps should be in the Filesystems API instead of here?
 
@@ -103,12 +105,19 @@ public final class SharabilityQuery {
     
     /**
      * Check whether an existing file is sharable.
-     * @param file a file or directory (may or may not already exist)
+     * @param file a file or directory (may or may not already exist); should be {@linkplain FileUtil#normalizeFile normalized}
      * @return one of the constants in this class
      */
     public static int getSharability(File file) {
-        if (file == null) throw new IllegalArgumentException();
-        assert file.equals(FileUtil.normalizeFile(file)) : "Must pass a normalized file: " + file + " vs. " + FileUtil.normalizeFile(file);
+        Parameters.notNull("file", file);
+        boolean asserts = false;
+        assert asserts = true;
+        if (asserts && !Utilities.isMac()) {
+            File normFile = FileUtil.normalizeFile(file);
+            if (!file.equals(normFile)) {
+                throw new IllegalArgumentException("Must pass a normalized file: " + file + " vs. " + normFile);
+            }
+        }
         for (SharabilityQueryImplementation sqi : implementations.allInstances()) {
             int x = sqi.getSharability(file);
             if (x != UNKNOWN) {
diff --git a/queries/src/org/netbeans/api/queries/VisibilityQuery.java b/queries/src/org/netbeans/api/queries/VisibilityQuery.java
index 1ca3df9..eab6dca 100644
--- a/queries/src/org/netbeans/api/queries/VisibilityQuery.java
+++ b/queries/src/org/netbeans/api/queries/VisibilityQuery.java
@@ -59,6 +59,7 @@ import org.openide.util.ChangeSupport;
 import org.openide.util.Lookup;
 import org.openide.util.LookupEvent;
 import org.openide.util.LookupListener;
+import org.openide.util.Parameters;
 
 /**
  * Determine whether files should be hidden in views presented to the user.
@@ -98,6 +99,7 @@ public final class VisibilityQuery {
      * @return true if it is recommended to show this file
      */
     public boolean isVisible(FileObject file) {
+        Parameters.notNull("file", file);
         for (VisibilityQueryImplementation vqi : getVqiInstances()) {
             if (!vqi.isVisible(file)) {
                 return false;
@@ -115,6 +117,7 @@ public final class VisibilityQuery {
      * @since org.netbeans.modules.queries/1 1.12
      */
     public boolean isVisible(File file) {
+        Parameters.notNull("file", file);
         for (VisibilityQueryImplementation vqi : getVqiInstances()) {
             if (vqi instanceof VisibilityQueryImplementation2) {
                 if (!((VisibilityQueryImplementation2)vqi).isVisible(file)) {
diff --git a/sendopts/manifest.mf b/sendopts/manifest.mf
index 3fdac42..b34a8dd 100644
--- a/sendopts/manifest.mf
+++ b/sendopts/manifest.mf
@@ -1,5 +1,5 @@
 OpenIDE-Module: org.netbeans.modules.sendopts/2
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/sendopts/Bundle.properties
-OpenIDE-Module-Specification-Version: 2.9.1
+OpenIDE-Module-Specification-Version: 2.12.1
 AutoUpdate-Essential-Module: true
 
diff --git a/sendopts/nbproject/org-netbeans-modules-sendopts.sig b/sendopts/nbproject/org-netbeans-modules-sendopts.sig
index e3d2b2c..9b17fe0 100644
--- a/sendopts/nbproject/org-netbeans-modules-sendopts.sig
+++ b/sendopts/nbproject/org-netbeans-modules-sendopts.sig
@@ -1,18 +1,18 @@
 #Signature file v4.1
-#Version 2.7
+#Version 2.9
 
 CLSS public abstract interface java.io.Serializable
 
 CLSS public java.lang.Exception
-cons public Exception()
-cons public Exception(java.lang.String)
-cons public Exception(java.lang.String,java.lang.Throwable)
-cons public Exception(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 supr java.lang.Throwable
 hfds serialVersionUID
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -26,10 +26,10 @@ meth public int hashCode()
 meth public java.lang.String toString()
 
 CLSS public java.lang.Throwable
-cons public Throwable()
-cons public Throwable(java.lang.String)
-cons public Throwable(java.lang.String,java.lang.Throwable)
-cons public Throwable(java.lang.Throwable)
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+cons public init(java.lang.Throwable)
 intf java.io.Serializable
 meth public java.lang.StackTraceElement[] getStackTrace()
 meth public java.lang.String getLocalizedMessage()
@@ -46,8 +46,8 @@ supr java.lang.Object
 hfds backtrace,cause,detailMessage,serialVersionUID,stackTrace
 
 CLSS public final org.netbeans.api.sendopts.CommandException
-cons public CommandException(int)
-cons public CommandException(int,java.lang.String)
+cons public init(int)
+cons public init(int,java.lang.String)
 meth public int getExitCode()
 meth public java.lang.String getLocalizedMessage()
 supr java.lang.Exception
@@ -59,7 +59,7 @@ meth public void process(java.lang.String[]) throws org.netbeans.api.sendopts.Co
 meth public void process(java.lang.String[],java.io.InputStream,java.io.OutputStream,java.io.OutputStream,java.io.File) throws org.netbeans.api.sendopts.CommandException
 meth public void usage(java.io.PrintWriter)
 supr java.lang.Object
-hfds $assertionsDisabled,ERROR_BASE,class$org$netbeans$api$sendopts$CommandLine,class$org$netbeans$spi$sendopts$OptionProcessor
+hfds ERROR_BASE
 
 CLSS public final org.netbeans.spi.sendopts.Env
 meth public java.io.File getCurrentDirectory()
@@ -83,18 +83,18 @@ meth public static org.netbeans.spi.sendopts.Option requiredArgument(char,java.l
 meth public static org.netbeans.spi.sendopts.Option shortDescription(org.netbeans.spi.sendopts.Option,java.lang.String,java.lang.String)
 meth public static org.netbeans.spi.sendopts.Option withoutArgument(char,java.lang.String)
 supr java.lang.Object
-hfds EMPTY,bundles,class$java$lang$ClassLoader,impl,keys,longName,shortName
+hfds EMPTY,bundles,impl,keys,longName,shortName
 
 CLSS public final org.netbeans.spi.sendopts.OptionGroups
-meth public static org.netbeans.spi.sendopts.Option allOf(org.netbeans.spi.sendopts.Option[])
-meth public static org.netbeans.spi.sendopts.Option anyOf(org.netbeans.spi.sendopts.Option[])
-meth public static org.netbeans.spi.sendopts.Option oneOf(org.netbeans.spi.sendopts.Option[])
-meth public static org.netbeans.spi.sendopts.Option someOf(org.netbeans.spi.sendopts.Option[])
+meth public !varargs static org.netbeans.spi.sendopts.Option allOf(org.netbeans.spi.sendopts.Option[])
+meth public !varargs static org.netbeans.spi.sendopts.Option anyOf(org.netbeans.spi.sendopts.Option[])
+meth public !varargs static org.netbeans.spi.sendopts.Option oneOf(org.netbeans.spi.sendopts.Option[])
+meth public !varargs static org.netbeans.spi.sendopts.Option someOf(org.netbeans.spi.sendopts.Option[])
 supr java.lang.Object
 
 CLSS public abstract org.netbeans.spi.sendopts.OptionProcessor
-cons protected OptionProcessor()
-meth protected abstract java.util.Set getOptions()
-meth protected abstract void process(org.netbeans.spi.sendopts.Env,java.util.Map) throws org.netbeans.api.sendopts.CommandException
+cons protected init()
+meth protected abstract java.util.Set<org.netbeans.spi.sendopts.Option> getOptions()
+meth protected abstract void process(org.netbeans.spi.sendopts.Env,java.util.Map<org.netbeans.spi.sendopts.Option,java.lang.String[]>) throws org.netbeans.api.sendopts.CommandException
 supr java.lang.Object
 
diff --git a/sendopts/src/org/netbeans/api/sendopts/CommandLine.java b/sendopts/src/org/netbeans/api/sendopts/CommandLine.java
index a709364..bc21bd1 100644
--- a/sendopts/src/org/netbeans/api/sendopts/CommandLine.java
+++ b/sendopts/src/org/netbeans/api/sendopts/CommandLine.java
@@ -90,7 +90,7 @@ public final class CommandLine {
      * @param args the array of strings to process
      * @exception CommandException if processing is not possible or failed
      */
-    public void process(String[] args) throws CommandException {
+    public void process(String... args) throws CommandException {
         process(args, null, null, null, null);
     }
     
diff --git a/sendopts/test/unit/src/META-INF/MANIFEST.MF b/sendopts/test/unit/src/META-INF/MANIFEST.MF
deleted file mode 100644
index 0c5d0b1..0000000
--- a/sendopts/test/unit/src/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenIDE-Module: org.netbeans.modules.sendopts.test
-OpenIDE-Module-Specification-Version: 1.0
-OpenIDE-Module-Layer: org/netbeans/modules/sendopts/test-layer.xml
-OpenIDE-Module-Public-Packages: -
diff --git a/settings/apichanges.xml b/settings/apichanges.xml
index 8e853dd..91171d2 100644
--- a/settings/apichanges.xml
+++ b/settings/apichanges.xml
@@ -108,6 +108,20 @@ is the proper place.
 
 <!-- ACTUAL CHANGES BEGIN HERE: -->
   <changes>
+    <change id="private.factories">
+        <api name="settings_spi"/>
+        <summary>Factory methods can be private</summary>
+        <version major="1" minor="29"/>
+        <date day="30" month="11" year="2010"/>
+        <author login="jtulach"/>
+        <compatibility addition="yes" binary="compatible" deletion="no" deprecation="no" modification="yes" semantic="compatible" source="compatible"/>
+        <description>
+            To be consistent with behavior of methodvalue attribute of
+            <a href="@org-openide-filesystems@/org/openide/filesystems/XMLFileSystem.html">XMLFileSystem</a>,
+            now the factory methods referenced from settings files can be <code> private static</code>
+            as well.
+        </description>
+    </change>
     <change id="readResolveBehaviour">
         <api name="settings_spi"/>
         <summary>readProperties can designate its replace</summary>
diff --git a/settings/manifest.mf b/settings/manifest.mf
index 9bf8062..ac27d9e 100644
--- a/settings/manifest.mf
+++ b/settings/manifest.mf
@@ -3,5 +3,5 @@ OpenIDE-Module: org.netbeans.modules.settings/1
 OpenIDE-Module-Layer: org/netbeans/modules/settings/resources/mf-layer.xml
 OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/settings/resources/Bundle.properties
 AutoUpdate-Essential-Module: true
-OpenIDE-Module-Specification-Version: 1.26.1
+OpenIDE-Module-Specification-Version: 1.30.1
 
diff --git a/settings/nbproject/org-netbeans-modules-settings.sig b/settings/nbproject/org-netbeans-modules-settings.sig
index 88e21f5..6b50554 100644
--- a/settings/nbproject/org-netbeans-modules-settings.sig
+++ b/settings/nbproject/org-netbeans-modules-settings.sig
@@ -1,8 +1,8 @@
 #Signature file v4.1
-#Version 1.22.0
+#Version 1.26
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
@@ -57,8 +57,10 @@ meth public abstract !hasdefault boolean autostore()
 meth public abstract !hasdefault java.lang.String[] ignoreChanges()
 meth public abstract java.lang.String dtd()
 
+CLSS abstract interface org.netbeans.api.settings.package-info
+
 CLSS public abstract org.netbeans.spi.settings.Convertor
-cons public Convertor()
+cons public init()
 meth protected static org.openide.util.Lookup findContext(java.io.Reader)
 meth protected static org.openide.util.Lookup findContext(java.io.Writer)
 meth public abstract java.lang.Object read(java.io.Reader) throws java.io.IOException,java.lang.ClassNotFoundException
@@ -68,7 +70,7 @@ meth public abstract void write(java.io.Writer,java.lang.Object) throws java.io.
 supr java.lang.Object
 
 CLSS public abstract org.netbeans.spi.settings.DOMConvertor
-cons protected DOMConvertor(java.lang.String,java.lang.String,java.lang.String)
+cons protected init(java.lang.String,java.lang.String,java.lang.String)
 meth protected abstract java.lang.Object readElement(org.w3c.dom.Element) throws java.io.IOException,java.lang.ClassNotFoundException
 meth protected abstract void writeElement(org.w3c.dom.Document,org.w3c.dom.Element,java.lang.Object) throws java.io.IOException
 meth protected final static java.lang.Object delegateRead(org.w3c.dom.Element) throws java.io.IOException,java.lang.ClassNotFoundException
diff --git a/settings/nbproject/project.xml b/settings/nbproject/project.xml
index ffaa915..02d9d52 100644
--- a/settings/nbproject/project.xml
+++ b/settings/nbproject/project.xml
@@ -94,7 +94,7 @@ made subject to such option by the copyright holder.
                     <build-prerequisite/>
                     <compile-dependency/>
                     <run-dependency>
-                        <specification-version>6.2</specification-version>
+                        <specification-version>7.19</specification-version>
                     </run-dependency>
                 </dependency>
                 <dependency>
diff --git a/settings/src/org/netbeans/modules/settings/RecognizeInstanceObjects.java b/settings/src/org/netbeans/modules/settings/RecognizeInstanceObjects.java
index f035ba4..854a882 100644
--- a/settings/src/org/netbeans/modules/settings/RecognizeInstanceObjects.java
+++ b/settings/src/org/netbeans/modules/settings/RecognizeInstanceObjects.java
@@ -36,6 +36,7 @@ package org.netbeans.modules.settings;
 
 import java.util.Collection;
 import java.util.Collections;
+import java.util.logging.Level;
 import java.util.logging.Logger;
 import org.openide.filesystems.FileAttributeEvent;
 import org.openide.filesystems.FileChangeListener;
@@ -55,7 +56,7 @@ import org.openide.util.lookup.ProxyLookup;
 import org.openide.util.lookup.ServiceProvider;
 import org.openide.util.lookup.implspi.NamedServicesProvider;
 
-/** Use FolderLookup to find out intances of named services.
+/** Use FolderLookup to find out instances of named services.
  *
  * @author Jaroslav Tulach
  */
@@ -68,6 +69,7 @@ public final class RecognizeInstanceObjects extends NamedServicesProvider {
     private static final Logger LOG = Logger.getLogger(RecognizeInstanceObjects.class.getName());
     
     
+    @Override
     public Lookup create(String path) {
         return new OverObjects(path);
     }        
@@ -94,14 +96,18 @@ public final class RecognizeInstanceObjects extends NamedServicesProvider {
         @SuppressWarnings("deprecation")
         private static Lookup[] delegates(String path) {
             Collection<? extends ClassLoader> allCL = CL.allInstances();
-            ClassLoader ccl = Thread.currentThread().getContextClassLoader();
-            if (ccl != null) {
-                allCL = Collections.singleton(ccl);
-            } else {
-                if (allCL.isEmpty()) {
-                    allCL = Collections.singleton(RecognizeInstanceObjects.class.getClassLoader());
+            LOG.log(Level.FINEST, "allCL: {0}", allCL);
+            if (allCL.isEmpty()) {
+                ClassLoader ccl = Thread.currentThread().getContextClassLoader();
+                LOG.log(Level.FINEST, "ccl: {0}", ccl);
+                if (ccl != null) {
+                    allCL = Collections.singleton(ccl);
                 }
             }
+            if (allCL.isEmpty()) {
+                allCL = Collections.singleton(RecognizeInstanceObjects.class.getClassLoader());
+            }
+            LOG.log(Level.FINER, "metaInfServices for {0}", allCL);
             Lookup base = Lookups.metaInfServices(allCL.iterator().next(), "META-INF/namedservices/" + path); // NOI18N
             FileObject fo = FileUtil.getConfigFile(path);
             if (fo == null) {
@@ -116,25 +122,32 @@ public final class RecognizeInstanceObjects extends NamedServicesProvider {
             return new Lookup[] {new org.openide.loaders.FolderLookup(DataFolder.findFolder(fo), s).getLookup(), base};
         }
     
+        @Override
         public void resultChanged(LookupEvent ev) {
             setLookups(delegates(path));
         }
 
+        @Override
         public void fileFolderCreated(FileEvent fe) {
             ch(fe);
         }
+        @Override
         public void fileDataCreated(FileEvent fe) {
             ch(fe);
         }
+        @Override
         public void fileChanged(FileEvent fe) {
             ch(fe);
         }
+        @Override
         public void fileDeleted(FileEvent fe) {
             ch(fe);
         }
+        @Override
         public void fileRenamed(FileRenameEvent fe) {
             ch(fe);
         }
+        @Override
         public void fileAttributeChanged(FileAttributeEvent fe) {
             ch(fe);
         }
diff --git a/settings/src/org/netbeans/modules/settings/convertors/ModuleInfoManager.java b/settings/src/org/netbeans/modules/settings/convertors/ModuleInfoManager.java
index e55599a..bcb2822 100644
--- a/settings/src/org/netbeans/modules/settings/convertors/ModuleInfoManager.java
+++ b/settings/src/org/netbeans/modules/settings/convertors/ModuleInfoManager.java
@@ -164,19 +164,6 @@ final class ModuleInfoManager {
         
         return reloaded;
     }
-
-    /** look up ModuleInfo according to clazz
-     * @param clazz class used in the look up query
-     * @return module info of the module which clazz was loaded from
-     */
-    public ModuleInfo getModuleInfo(Class clazz) {
-        Iterator it = getModulesResult().allInstances().iterator();
-        while (it.hasNext()) {
-            ModuleInfo mi = (ModuleInfo) it.next();
-            if (mi.owns(clazz)) return mi;
-        }
-        return null;
-    }
     
     /** register listener to be notified about changes of mi
      * @param sdc convertor
diff --git a/settings/src/org/netbeans/modules/settings/convertors/SerialDataConvertor.java b/settings/src/org/netbeans/modules/settings/convertors/SerialDataConvertor.java
index 130b99f..170c85b 100644
--- a/settings/src/org/netbeans/modules/settings/convertors/SerialDataConvertor.java
+++ b/settings/src/org/netbeans/modules/settings/convertors/SerialDataConvertor.java
@@ -77,6 +77,7 @@ import org.openide.loaders.DataObject;
 import org.openide.loaders.Environment;
 import org.openide.loaders.InstanceDataObject;
 import org.openide.modules.ModuleInfo;
+import org.openide.modules.Modules;
 import org.openide.nodes.Node;
 import org.openide.util.Lookup;
 import org.openide.util.SharedClassObject;
@@ -135,7 +136,7 @@ implements PropertyChangeListener, FileSystem.AtomicAction {
      * @exception IOException if the object cannot be written
      */
     public void write(Writer w, Object inst) throws IOException {
-        XMLSettingsSupport.storeToXML10(inst, w, ModuleInfoManager.getDefault().getModuleInfo(inst.getClass()));
+        XMLSettingsSupport.storeToXML10(inst, w, Modules.getDefault().ownerOf(inst.getClass()));
     }
     
     /** delegate to SaveSupport to handle an unfired setting object change
diff --git a/settings/src/org/netbeans/modules/settings/convertors/XMLSettingsSupport.java b/settings/src/org/netbeans/modules/settings/convertors/XMLSettingsSupport.java
index c7bc19d..a3b41d6 100644
--- a/settings/src/org/netbeans/modules/settings/convertors/XMLSettingsSupport.java
+++ b/settings/src/org/netbeans/modules/settings/convertors/XMLSettingsSupport.java
@@ -45,6 +45,7 @@
 package org.netbeans.modules.settings.convertors;
 
 import java.io.*;
+import java.lang.reflect.Constructor;
 import java.lang.reflect.Method;
 import java.util.*;
 import java.util.logging.Level;
@@ -52,6 +53,7 @@ import java.util.logging.Logger;
 
 import org.openide.filesystems.*;
 import org.openide.modules.ModuleInfo;
+import org.openide.modules.Modules;
 import org.openide.modules.SpecificationVersion;
 import org.openide.util.Exceptions;
 import org.openide.util.Lookup;
@@ -601,7 +603,9 @@ final class XMLSettingsSupport {
                         }
                     } else {
                         try {
-                            inst = clazz.newInstance();
+                            Constructor<?> c = clazz.getDeclaredConstructor();
+                            c.setAccessible(true);
+                            inst = c.newInstance();
                         } catch (Exception ex) {
                             IOException ioe = new IOException();
                             ioe.initCause(ex);
@@ -664,11 +668,11 @@ final class XMLSettingsSupport {
             try {
                 Object instance;
                 try {
-                    Method method = clazz.getMethod(targetMethod, new Class[]{FileObject.class});
+                    Method method = clazz.getDeclaredMethod(targetMethod, new Class[]{FileObject.class});
                     method.setAccessible(true);
                     instance = method.invoke(null, source);
                 } catch (NoSuchMethodException ex) {
-                    Method method = clazz.getMethod(targetMethod);
+                    Method method = clazz.getDeclaredMethod(targetMethod);
                     method.setAccessible(true);
                     instance = method.invoke(null, new Object[0]);
                 }
@@ -1167,7 +1171,7 @@ final class XMLSettingsSupport {
         }
         
         public void write(java.io.Writer w, Object inst) throws java.io.IOException {
-            XMLSettingsSupport.storeToXML10(inst, w, ModuleInfoManager.getDefault().getModuleInfo(inst.getClass()));
+            XMLSettingsSupport.storeToXML10(inst, w, Modules.getDefault().ownerOf(inst.getClass()));
         }
         
     }
diff --git a/spi.actions/manifest.mf b/spi.actions/manifest.mf
index 2832167..0a3b5d0 100644
--- a/spi.actions/manifest.mf
+++ b/spi.actions/manifest.mf
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.modules.spi.actions/1
 OpenIDE-Module-Localizing-Bundle: org/netbeans/spi/actions/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.7.1
+OpenIDE-Module-Specification-Version: 1.10.1
 
diff --git a/spi.quicksearch/manifest.mf b/spi.quicksearch/manifest.mf
index 584b0ba..100bdea 100644
--- a/spi.quicksearch/manifest.mf
+++ b/spi.quicksearch/manifest.mf
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
 OpenIDE-Module: org.netbeans.spi.quicksearch
 OpenIDE-Module-Layer: org/netbeans/modules/quicksearch/resources/layer.xml
 OpenIDE-Module-Localizing-Bundle: org/netbeans/spi/quicksearch/Bundle.properties
-OpenIDE-Module-Specification-Version: 1.6.1
+OpenIDE-Module-Specification-Version: 1.9.1
 
diff --git a/spi.quicksearch/nbproject/org-netbeans-spi-quicksearch.sig b/spi.quicksearch/nbproject/org-netbeans-spi-quicksearch.sig
index 1b662c1..4d67d33 100644
--- a/spi.quicksearch/nbproject/org-netbeans-spi-quicksearch.sig
+++ b/spi.quicksearch/nbproject/org-netbeans-spi-quicksearch.sig
@@ -1,8 +1,8 @@
 #Signature file v4.1
-#Version 1.4
+#Version 1.6
 
 CLSS public java.lang.Object
-cons public Object()
+cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
 meth protected void finalize() throws java.lang.Throwable
 meth public boolean equals(java.lang.Object)
diff --git a/spi.quicksearch/nbproject/project.xml b/spi.quicksearch/nbproject/project.xml
index 932912f..1d6bf89 100644
--- a/spi.quicksearch/nbproject/project.xml
+++ b/spi.quicksearch/nbproject/project.xml
@@ -6,6 +6,15 @@
             <code-name-base>org.netbeans.spi.quicksearch</code-name-base>
             <module-dependencies>
                 <dependency>
+                    <code-name-base>org.netbeans.api.annotations.common</code-name-base>
+                    <build-prerequisite/>
+                    <compile-dependency/>
+                    <run-dependency>
+                        <release-version>1</release-version>
+                        <specification-version>1.7</specification-version>
+                    </run-dependency>
+                </dependency>
+                <dependency>
                     <code-name-base>org.openide.awt</code-name-base>
                     <build-prerequisite/>
                     <compile-dependency/>
diff --git a/spi.quicksearch/src/org/netbeans/modules/quicksearch/CommandEvaluator.java b/spi.quicksearch/src/org/netbeans/modules/quicksearch/CommandEvaluator.java
index 128d8d2..7ea80a7 100644
--- a/spi.quicksearch/src/org/netbeans/modules/quicksearch/CommandEvaluator.java
+++ b/spi.quicksearch/src/org/netbeans/modules/quicksearch/CommandEvaluator.java
@@ -76,7 +76,7 @@ public class CommandEvaluator {
     /** Temporary narrow evaluation to only specified category **/
     private static boolean isCatTemporary;
 
-    private static final RequestProcessor RP = new RequestProcessor("QuickSearch Command Evaluator"); // NOI18N
+    private static final RequestProcessor RP = new RequestProcessor("QuickSearch Command Evaluator", 10); // NOI18N
     
     /**
      * Runs evaluation.
@@ -195,12 +195,6 @@ public class CommandEvaluator {
 
     private static Task runEvaluation (final SearchProvider provider, final SearchRequest request,
                                 final SearchResponse response, final ProviderModel.Category cat) {
-        // actions are not happy outside EQ at all
-        if ("Actions".equals(cat.getName())) {
-            provider.evaluate(request, response);
-            return null;
-        }
-        
         return RP.post(new Runnable() {
             @Override
             public void run() {
diff --git a/spi.quicksearch/src/org/netbeans/modules/quicksearch/QuickSearchAction.java b/spi.quicksearch/src/org/netbeans/modules/quicksearch/QuickSearchAction.java
index ab18731..d56b958 100644
--- a/spi.quicksearch/src/org/netbeans/modules/quicksearch/QuickSearchAction.java
+++ b/spi.quicksearch/src/org/netbeans/modules/quicksearch/QuickSearchAction.java
@@ -44,6 +44,9 @@ package org.netbeans.modules.quicksearch;
 import javax.swing.Action;
 import javax.swing.KeyStroke;
 import javax.swing.UIManager;
+import org.openide.awt.ActionID;
+import org.openide.awt.ActionReference;
+import org.openide.awt.ActionRegistration;
 import org.openide.util.HelpCtx;
 import org.openide.util.NbBundle;
 import org.openide.util.actions.CallableSystemAction;
@@ -52,6 +55,9 @@ import org.openide.util.actions.CallableSystemAction;
  * QuickSearch Action provides toolbar presenter
  * @author  Jan Becicka
  */
+ at ActionID(id = "org.netbeans.modules.quicksearch.QuickSearchAction", category = "Edit")
+ at ActionRegistration(displayName = "#CTL_QuickSearchAction")
+ at ActionReference(name = "D-I", path = "Shortcuts")
 public final class QuickSearchAction extends CallableSystemAction {
 
     private static final boolean isAqua = "Aqua".equals(UIManager.getLookAndFeel().getID());
diff --git a/spi.quicksearch/src/org/netbeans/modules/quicksearch/QuickSearchComboBar.java b/spi.quicksearch/src/org/netbeans/modules/quicksearch/QuickSearchComboBar.java
index 2e7dd1f..b87448c 100644
--- a/spi.quicksearch/src/org/netbeans/modules/quicksearch/QuickSearchComboBar.java
+++ b/spi.quicksearch/src/org/netbeans/modules/quicksearch/QuickSearchComboBar.java
@@ -75,7 +75,11 @@ public class QuickSearchComboBar extends AbstractQuickSearchComboBar {
                     icons[i] = ImageUtilities.loadImageIcon("org/netbeans/modules/quicksearch/resources/progress_" + i + ".png", false);  //NOI18N
                 }
             }
+            jLabel2.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 6));
             jLabel2.setIcon(icons[index]);
+            //mac os x
+            jLabel2.repaint();
+            
             index = (index + 1) % 8;
         }
     });
@@ -97,7 +101,6 @@ public class QuickSearchComboBar extends AbstractQuickSearchComboBar {
 
         setLayout(new java.awt.GridBagLayout());
 
-        jPanel1.setBackground(getTextBackground());
         jPanel1.setBorder(javax.swing.BorderFactory.createLineBorder(getComboBorderColor()));
         jPanel1.setName("jPanel1"); // NOI18N
         jPanel1.setLayout(new java.awt.GridBagLayout());
@@ -116,7 +119,7 @@ public class QuickSearchComboBar extends AbstractQuickSearchComboBar {
         gridBagConstraints.gridx = 0;
         gridBagConstraints.gridy = 0;
         gridBagConstraints.weighty = 1.0;
-        gridBagConstraints.insets = new java.awt.Insets(1, 2, 1, 1);
+        gridBagConstraints.insets = new java.awt.Insets(1, 2, 1, 2);
         jPanel1.add(jLabel2, gridBagConstraints);
 
         jScrollPane1.setBorder(null);
@@ -137,16 +140,6 @@ public class QuickSearchComboBar extends AbstractQuickSearchComboBar {
         gridBagConstraints.insets = new java.awt.Insets(0, 0, 0, 2);
         jPanel1.add(jScrollPane1, gridBagConstraints);
 
-        jSeparator1.setOrientation(javax.swing.SwingConstants.VERTICAL);
-        jSeparator1.setName("jSeparator1"); // NOI18N
-        gridBagConstraints = new java.awt.GridBagConstraints();
-        gridBagConstraints.gridx = 1;
-        gridBagConstraints.gridy = 0;
-        gridBagConstraints.fill = java.awt.GridBagConstraints.VERTICAL;
-        gridBagConstraints.weighty = 1.0;
-        gridBagConstraints.insets = new java.awt.Insets(3, 0, 3, 3);
-        jPanel1.add(jSeparator1, gridBagConstraints);
-
         gridBagConstraints = new java.awt.GridBagConstraints();
         gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
         gridBagConstraints.weightx = 1.0;
@@ -166,7 +159,7 @@ public class QuickSearchComboBar extends AbstractQuickSearchComboBar {
     protected JTextComponent createCommandField() {
         JTextArea res = new DynamicWidthTA();
         res.setRows(1);
-        res.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1));
+        res.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 4, 1, 1));
         // disable default Swing's Ctrl+Shift+O binding to enable our global action
         InputMap curIm = res.getInputMap(JComponent.WHEN_FOCUSED);
         while (curIm != null) {
@@ -192,6 +185,7 @@ public class QuickSearchComboBar extends AbstractQuickSearchComboBar {
         if (animationTimer != null && animationTimer.isRunning()) {
             animationTimer.stop();
             jLabel2.setIcon(findIcon);
+            jLabel2.setBorder(javax.swing.BorderFactory.createEmptyBorder(1, 1, 1, 1));
         }
     }
 
diff --git a/spi.quicksearch/src/org/netbeans/modules/quicksearch/QuickSearchPopup.java b/spi.quicksearch/src/org/netbeans/modules/quicksearch/QuickSearchPopup.java
index 2e76130..4e74e1b 100644
--- a/spi.quicksearch/src/org/netbeans/modules/quicksearch/QuickSearchPopup.java
+++ b/spi.quicksearch/src/org/netbeans/modules/quicksearch/QuickSearchPopup.java
@@ -80,7 +80,7 @@ public class QuickSearchPopup extends javax.swing.JPanel
     private Rectangle popupBounds = new Rectangle();
 
     private Timer updateTimer;
-    private static final int COALESCE_TIME = 600;
+    private static final int COALESCE_TIME = 300;
 
     /** text to search for */
     private String searchedText;
@@ -101,7 +101,7 @@ public class QuickSearchPopup extends javax.swing.JPanel
         if( "Aqua".equals(UIManager.getLookAndFeel().getID()) ) //NOI18N
             jList1.setBackground(QuickSearchComboBar.getResultBackground());
 
-        updateStatusPanel();
+        updateStatusPanel(evalTask != null);
         setVisible(false);
     }
 
@@ -144,6 +144,10 @@ public class QuickSearchPopup extends javax.swing.JPanel
 
     public void maybeEvaluate (String text) {
         this.searchedText = text;
+        if (text.length()>0) {
+            updateStatusPanel(true);
+            updatePopup(true);
+        }
 
         if (updateTimer == null) {
             updateTimer = new Timer(COALESCE_TIME, this);
@@ -300,21 +304,21 @@ private void jList1MouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:even
     /*** impl of reactions to results data change */
 
     public void intervalAdded(ListDataEvent e) {
-        updatePopup();
+        updatePopup(evalTask != null);
     }
 
     public void intervalRemoved(ListDataEvent e) {
-        updatePopup();
+        updatePopup(evalTask != null);
     }
 
     public void contentsChanged(ListDataEvent e) {
-        updatePopup();
+        updatePopup(evalTask != null);
     }
 
     /**
      * Updates size and visibility of this panel according to model content
      */
-    public void updatePopup () {
+    public void updatePopup (boolean isInProgress) {
         int modelSize = rModel.getSize();
 
         // plug this popup into layered pane if needed
@@ -327,7 +331,7 @@ private void jList1MouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:even
             lPane.add(this, new Integer(JLayeredPane.POPUP_LAYER + 1) );
         }
 
-        boolean statusVisible = updateStatusPanel();
+        boolean statusVisible = updateStatusPanel(isInProgress);
 
         computePopupBounds(popupBounds, lPane, modelSize);
         setBounds(popupBounds);
@@ -386,7 +390,7 @@ private void jList1MouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:even
 
     /** Runnable implementation, updates popup */
     public void run() {
-        updatePopup();
+        updatePopup(evalTask != null);
     }
 
     private void computePopupBounds (Rectangle result, JLayeredPane lPane, int modelSize) {
@@ -433,10 +437,9 @@ private void jList1MouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:even
      * @return true when update panel should be visible (some its part is visible),
      * false otherwise
      */
-    private boolean updateStatusPanel () {
+    private boolean updateStatusPanel (boolean isInProgress) {
         boolean shouldBeVisible = false;
 
-        boolean isInProgress = evalTask != null;
         searchingSep.setVisible(isInProgress);
         searchingLabel.setVisible(isInProgress);
         if (comboBar instanceof QuickSearchComboBar) {
diff --git a/spi.quicksearch/src/org/netbeans/modules/quicksearch/SearchResultRender.java b/spi.quicksearch/src/org/netbeans/modules/quicksearch/SearchResultRender.java
index 5df356d..e1ebf6c 100644
--- a/spi.quicksearch/src/org/netbeans/modules/quicksearch/SearchResultRender.java
+++ b/spi.quicksearch/src/org/netbeans/modules/quicksearch/SearchResultRender.java
@@ -42,6 +42,7 @@
 package org.netbeans.modules.quicksearch;
 
 import java.awt.BorderLayout;
+import java.awt.Color;
 import java.awt.Component;
 import java.awt.Dimension;
 import java.awt.Font;
@@ -57,6 +58,7 @@ import javax.swing.ListCellRenderer;
 import javax.swing.UIManager;
 import javax.swing.border.EmptyBorder;
 import org.netbeans.modules.quicksearch.ResultsModel.ItemResult;
+import org.openide.awt.HtmlRenderer;
 import org.openide.util.Utilities;
 
 /**
@@ -65,8 +67,6 @@ import org.openide.util.Utilities;
  */
 class SearchResultRender extends JLabel implements ListCellRenderer {
 
-    private static final boolean IS_GTK = "GTK".equals(UIManager.getLookAndFeel().getID()); //NOI18N
-
     private QuickSearchPopup popup;
 
     private JLabel categoryLabel;
@@ -79,6 +79,10 @@ class SearchResultRender extends JLabel implements ListCellRenderer {
 
     private JPanel itemPanel;
 
+    private JPanel itemLinePanel;
+
+    private JLabel cutLabel;
+
     public SearchResultRender (QuickSearchPopup popup) {
         super();
         this.popup = popup;
@@ -93,7 +97,6 @@ class SearchResultRender extends JLabel implements ListCellRenderer {
         ItemResult ir = (ItemResult) value;
         List<? extends KeyStroke> shortcut = ir.getShortcut();
         resultLabel.setText(ir.getDisplayName());
-        truncateLabel(resultLabel);
         if (shortcut != null && shortcut.size() > 0 && shortcut.get(0) != null) {
             // TBD - display multi shortcuts
             shortcutLabel.setText(getKeyStrokeAsText(shortcut.get(0)));
@@ -112,35 +115,52 @@ class SearchResultRender extends JLabel implements ListCellRenderer {
             categoryLabel.setText("");
             rendererComponent.remove(dividerLine);
         }
-
         categoryLabel.setPreferredSize(new Dimension(popup.getCategoryWidth(),
                 categoryLabel.getPreferredSize().height));
         itemPanel.setPreferredSize(new Dimension(popup.getResultWidth(),
                 itemPanel.getPreferredSize().height));
 
+        if ( isCut(ir.getDisplayName(), resultLabel.getWidth()) ) {
+            itemLinePanel.add(cutLabel, BorderLayout.EAST);
+        } else {
+            itemLinePanel.remove(cutLabel);
+        }
+
         if (isSelected) {
             resultLabel.setBackground(list.getSelectionBackground());
             resultLabel.setForeground(list.getSelectionForeground());
             shortcutLabel.setBackground(list.getSelectionBackground());
             shortcutLabel.setForeground(list.getSelectionForeground());
+            cutLabel.setBackground(list.getSelectionBackground());
+            cutLabel.setForeground(list.getSelectionForeground());
         } else {
             resultLabel.setBackground(QuickSearchComboBar.getResultBackground());
             resultLabel.setForeground(list.getForeground());
             shortcutLabel.setBackground(QuickSearchComboBar.getResultBackground());
             shortcutLabel.setForeground(list.getForeground());
+            cutLabel.setBackground(QuickSearchComboBar.getResultBackground());
+            cutLabel.setForeground(list.getForeground());
         }
         if( "Aqua".equals(UIManager.getLookAndFeel().getID()) ) //NOI18N
             rendererComponent.setOpaque(false);
+
         return rendererComponent;
     }
 
+    private boolean isCut (String text, int realWidth) {
+        double width = HtmlRenderer.renderHTML(text, resultLabel.getGraphics(), 0, 10, Integer.MAX_VALUE, 20, resultLabel.getFont(), Color.BLACK, HtmlRenderer.STYLE_CLIP, false);
+        return ((int)width) > (realWidth-4);
+    }
+
     private void configRenderer () {
         categoryLabel = new JLabel();
         categoryLabel.setFont(categoryLabel.getFont().deriveFont(Font.BOLD));
         categoryLabel.setBorder(new EmptyBorder(0, 5, 0, 0));
         categoryLabel.setForeground(QuickSearchComboBar.getCategoryTextColor());
 
-        resultLabel = new JLabel();
+        resultLabel = HtmlRenderer.createLabel();
+        ((HtmlRenderer.Renderer)resultLabel).setHtml(true);
+        ((HtmlRenderer.Renderer)resultLabel).setRenderStyle(HtmlRenderer.STYLE_CLIP);
         resultLabel.setOpaque(true);
         resultLabel.setBorder(BorderFactory.createEmptyBorder(0, 4, 0, 4));
 
@@ -148,11 +168,21 @@ class SearchResultRender extends JLabel implements ListCellRenderer {
         shortcutLabel.setOpaque(true);
         shortcutLabel.setBorder(BorderFactory.createEmptyBorder(0, 0, 0, 4));
 
+        cutLabel = new JLabel("...");
+        cutLabel.setOpaque(true);
+        cutLabel.setBorder(BorderFactory.createEmptyBorder(0, 0, 0, 4));
+
+        itemLinePanel = new JPanel();
+        itemLinePanel.setBackground(QuickSearchComboBar.getResultBackground());
+        itemLinePanel.setLayout(new BorderLayout());
+        itemLinePanel.add(resultLabel, BorderLayout.CENTER);
+
+
         itemPanel = new JPanel();
         itemPanel.setBackground(QuickSearchComboBar.getResultBackground());
         itemPanel.setBorder(BorderFactory.createEmptyBorder(2, 4, 2, 3));
         itemPanel.setLayout(new BorderLayout());
-        itemPanel.add(resultLabel, BorderLayout.CENTER);
+        itemPanel.add(itemLinePanel, BorderLayout.CENTER);
 
         dividerLine = new JPanel();
         dividerLine.setBackground(QuickSearchComboBar.getPopupBorderColor());
@@ -201,27 +231,4 @@ class SearchResultRender extends JLabel implements ListCellRenderer {
         String osName = System.getProperty ("os.name");
         return osName != null && osName.startsWith ("SunOS");
     }
-
-
-    /** Truncate text and put "..." at the end if text exceeds given JLabel
-     * coordinates - workaround fo JLabel inability to truncate html
-     */
-    private static void truncateLabel (JLabel label) {
-        String text = label.getText();
-
-        // no need to truncate non html text, JLabel will do it itself
-        if (!text.startsWith("<html>")) {
-            return;
-        }
-
-        int prefWidth = label.getPreferredSize().width;
-        int curWidth = label.getWidth();
-        if (curWidth > 0 && prefWidth > curWidth) {
-            // get rid of html, JLabel will then correctly put "..." at the end
-            label.setText(text.replaceAll("<.*?>", ""));
-        }
-
-    }
-
-
 }
diff --git a/spi.quicksearch/src/org/netbeans/modules/quicksearch/recent/RecentSearches.java b/spi.quicksearch/src/org/netbeans/modules/quicksearch/recent/RecentSearches.java
index 145a4fe..9267d35 100644
--- a/spi.quicksearch/src/org/netbeans/modules/quicksearch/recent/RecentSearches.java
+++ b/spi.quicksearch/src/org/netbeans/modules/quicksearch/recent/RecentSearches.java
@@ -46,6 +46,8 @@ import java.util.Date;
 import java.util.GregorianCalendar;
 import java.util.LinkedList;
 import java.util.List;
+import java.util.logging.Level;
+import java.util.logging.Logger;
 import java.util.prefs.Preferences;
 import org.netbeans.modules.quicksearch.CommandEvaluator;
 import org.netbeans.modules.quicksearch.ResultsModel;
@@ -139,10 +141,15 @@ public class RecentSearches {
             for (int i = 0; i < items.length; i++) {
                 int semicolonPos = items[i].lastIndexOf(":"); // NOI18N
                 if (semicolonPos >= 0) {
-                    final String name = items[i].substring(0, semicolonPos);
-                    final long time = Long.parseLong(items[i].substring(semicolonPos + 1));
-                    ItemResult incomplete = new ItemResult(null, new FakeAction(name), name, new Date(time));
-                    recent.add(incomplete);
+                    try {
+                        final String name = items[i].substring(0, semicolonPos);
+                        final long time = Long.parseLong(items[i].substring(semicolonPos + 1));
+                        ItemResult incomplete = new ItemResult(null, new FakeAction(name), name, new Date(time));
+                        recent.add(incomplete);
+                    } catch (NumberFormatException nfe) {
+                        Logger l = Logger.getLogger(RecentSearches.class.getName());
+                        l.log(Level.INFO, "Failed to read recent searches", items);
+                    }
                 }
             }
         }
diff --git a/spi.quicksearch/src/org/netbeans/modules/quicksearch/resources/layer.xml b/spi.quicksearch/src/org/netbeans/modules/quicksearch/resources/layer.xml
index e480d2e..5056c32 100644
--- a/spi.quicksearch/src/org/netbeans/modules/quicksearch/resources/layer.xml
+++ b/spi.quicksearch/src/org/netbeans/modules/quicksearch/resources/layer.xml
@@ -45,16 +45,6 @@ made subject to such option by the copyright holder.
 -->
 <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
 <filesystem>
-    <folder name="Actions">
-        <folder name="Edit">
-            <file name="org-netbeans-modules-quicksearch-QuickSearchAction.instance"/>
-        </folder>
-        </folder>
-    <folder name="Shortcuts">
-        <file name="D-I.shadow">
-            <attr name="originalFile" stringvalue="Actions/Edit/org-netbeans-modules-quicksearch-QuickSearchAction.instance"/>
-        </file>
-    </folder>
     <folder name="QuickSearch">
         <folder name="Recent">
             <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.spi.quicksearch.Bundle"/>
diff --git a/spi.quicksearch/src/org/netbeans/spi/quicksearch/SearchResponse.java b/spi.quicksearch/src/org/netbeans/spi/quicksearch/SearchResponse.java
index 861281d..2f22fe9 100644
--- a/spi.quicksearch/src/org/netbeans/spi/quicksearch/SearchResponse.java
+++ b/spi.quicksearch/src/org/netbeans/spi/quicksearch/SearchResponse.java
@@ -44,6 +44,7 @@ package org.netbeans.spi.quicksearch;
 
 import java.util.List;
 import javax.swing.KeyStroke;
+import org.netbeans.api.annotations.common.CheckReturnValue;
 import org.netbeans.modules.quicksearch.CategoryResult;
 import org.netbeans.modules.quicksearch.ResultsModel;
     
@@ -88,9 +89,9 @@ public final class SearchResponse {
      * @return true when result was accepted and more results are needed if available.
      * False when no further results are needed.
      * {@link SearchProvider} implementors should stop computing and leave
-     * SearchProvider.evaluate(...) immediatelly if false is returned.
+     * SearchProvider.evaluate(...) immediately if false is returned.
      */
-    public boolean addResult (Runnable action, String htmlDisplayName) {
+    @CheckReturnValue public boolean addResult(Runnable action, String htmlDisplayName) {
         return addResult(action, htmlDisplayName, null, null);
     }
     
@@ -113,14 +114,14 @@ public final class SearchResponse {
      * 
      * @param displayHint Localized display hint of this result item or null if not available<p></p>
      * 
-     * @param shortcut Shortcut of this result item or null if shorcut isn't available<p></p>
+     * @param shortcut Shortcut of this result item or null if shortcut isn't available<p></p>
      * 
      * @return true when result was accepted and more results are needed if available.
      * False when no further results are needed.
      * {@link SearchProvider} implementors should stop computing and leave
-     * SearchProvider.evaluate(...) immediatelly if false is returned.
+     * SearchProvider.evaluate(...) immediately if false is returned.
      */
-    public boolean addResult (Runnable action, String htmlDisplayName,
+    @CheckReturnValue public boolean addResult(Runnable action, String htmlDisplayName,
                             String displayHint, List <? extends KeyStroke> shortcut) {
         return catResult.addItem(
                 new ResultsModel.ItemResult(catResult, sRequest, action,
diff --git a/spi.quicksearch/test/unit/src/org/netbeans/modules/quicksearch/CategoryResultTest.java b/spi.quicksearch/test/unit/src/org/netbeans/modules/quicksearch/CategoryResultTest.java
index 0ad7e37..18338ba 100644
--- a/spi.quicksearch/test/unit/src/org/netbeans/modules/quicksearch/CategoryResultTest.java
+++ b/spi.quicksearch/test/unit/src/org/netbeans/modules/quicksearch/CategoryResultTest.java
@@ -43,9 +43,7 @@
 package org.netbeans.modules.quicksearch;
 
 import java.util.Iterator;
-import org.netbeans.junit.NbTest;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.util.RequestProcessor;
 
 /**
@@ -56,23 +54,10 @@ public class CategoryResultTest extends NbTestCase {
     
     private Exception exc = null;
     
-    public CategoryResultTest() {
-        super("");
-    }
-    
     public CategoryResultTest(String testName) {
         super(testName);
     }
     
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static NbTest suite() {
-        NbTestSuite suite = new NbTestSuite(CategoryResultTest.class);
-        return suite;
-    }
-    
     /** Tests if CategoryResult data access is properly synchronized */
     public void testThreadSafe () {
         System.out.println("Testing thread safe behaviour of CategoryResult...");
diff --git a/spi.quicksearch/test/unit/src/org/netbeans/modules/quicksearch/ObsoleteSupportTest.java b/spi.quicksearch/test/unit/src/org/netbeans/modules/quicksearch/ObsoleteSupportTest.java
index 4b7f788..4ba0977 100644
--- a/spi.quicksearch/test/unit/src/org/netbeans/modules/quicksearch/ObsoleteSupportTest.java
+++ b/spi.quicksearch/test/unit/src/org/netbeans/modules/quicksearch/ObsoleteSupportTest.java
@@ -43,9 +43,7 @@
 package org.netbeans.modules.quicksearch;
 
 import java.util.List;
-import org.netbeans.junit.NbTest;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 
 /**
  *
@@ -53,23 +51,10 @@ import org.netbeans.junit.NbTestSuite;
  */
 public class ObsoleteSupportTest extends NbTestCase {
     
-    public ObsoleteSupportTest() {
-        super("");
-    }
-    
     public ObsoleteSupportTest(String testName) {
         super(testName);
     }
     
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static NbTest suite() {
-        NbTestSuite suite = new NbTestSuite(ObsoleteSupportTest.class);
-        return suite;
-    }
-    
     public void testObsoleteSupport () throws Exception {
         System.out.println("Testing obsolete support...");
 
diff --git a/spi.quicksearch/test/unit/src/org/netbeans/modules/quicksearch/ProviderModelTest.java b/spi.quicksearch/test/unit/src/org/netbeans/modules/quicksearch/ProviderModelTest.java
index 15df36a..4a43af7 100644
--- a/spi.quicksearch/test/unit/src/org/netbeans/modules/quicksearch/ProviderModelTest.java
+++ b/spi.quicksearch/test/unit/src/org/netbeans/modules/quicksearch/ProviderModelTest.java
@@ -43,9 +43,7 @@
 package org.netbeans.modules.quicksearch;
 
 import java.util.List;
-import org.netbeans.junit.NbTest;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.netbeans.spi.quicksearch.SearchProvider;
 import org.netbeans.spi.quicksearch.SearchRequest;
 import org.netbeans.spi.quicksearch.SearchResponse;
@@ -60,24 +58,10 @@ public class ProviderModelTest extends NbTestCase {
     private static final String DISPLAY_NAME = "Test2 category";
     private static final String COMMAND_PREFIX = "t";
 
-    /** Creates a new instance of ProviderModelTest */
-    public ProviderModelTest() {
-        super("");
-    }
-    
     public ProviderModelTest(String testName) {
         super(testName);
     }
     
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static NbTest suite() {
-        NbTestSuite suite = new NbTestSuite(ProviderModelTest.class);
-        return suite;
-    }
-
     /** Tests ProviderModel functionality */
     public void testGetProviders () throws Exception {
         UnitTestUtils.prepareTest(new String [] { "/org/netbeans/modules/quicksearch/resources/testGetProviders.xml" });
diff --git a/spi.quicksearch/test/unit/src/org/netbeans/modules/quicksearch/ResultsModelTest.java b/spi.quicksearch/test/unit/src/org/netbeans/modules/quicksearch/ResultsModelTest.java
index 699984c..f8c78f3 100644
--- a/spi.quicksearch/test/unit/src/org/netbeans/modules/quicksearch/ResultsModelTest.java
+++ b/spi.quicksearch/test/unit/src/org/netbeans/modules/quicksearch/ResultsModelTest.java
@@ -45,9 +45,7 @@ package org.netbeans.modules.quicksearch;
 import java.util.Collections;
 import javax.swing.event.ListDataEvent;
 import javax.swing.event.ListDataListener;
-import org.netbeans.junit.NbTest;
 import org.netbeans.junit.NbTestCase;
-import org.netbeans.junit.NbTestSuite;
 import org.openide.util.RequestProcessor;
 
 /**
@@ -58,23 +56,10 @@ public class ResultsModelTest extends NbTestCase {
     
     private int changeCounter;
     
-    public ResultsModelTest() {
-        super("");
-    }
-    
     public ResultsModelTest(String testName) {
         super(testName);
     }
     
-    public static void main(java.lang.String[] args) {
-        junit.textui.TestRunner.run(suite());
-    }
-    
-    public static NbTest suite() {
-        NbTestSuite suite = new NbTestSuite(ResultsModelTest.class);
-        return suite;
-    }
-    
     /** Tests behavior of model when providers are filling it quickly - changes
      * firing for listeners should be coalesced.
      */


hooks/post-receive
-- 
libnb-platform-java packaging



More information about the pkg-java-commits mailing list